/*
! tailwindcss v3.3.3 | 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: Inter Var, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 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-feature-settings: inherit; /* 1 */
  font-variation-settings: 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;
}

/*
Reset default styling for dialogs.
*/
dialog {
  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::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer 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'],input:where(:not([type])),[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, input:where(:not([type])):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::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;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-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;
}

*, ::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;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-sm {
  font-size: 0.875rem;
  line-height: 1.7142857;
}
.prose-sm :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-sm :where(blockquote):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.1111111em;
}
.prose-sm :where(h1):not(:where([class~="not-prose"] *)) {
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}
.prose-sm :where(h2):not(:where([class~="not-prose"] *)) {
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
.prose-sm :where(h3):not(:where([class~="not-prose"] *)) {
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-sm :where(h4):not(:where([class~="not-prose"] *)) {
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}
.prose-sm :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(figcaption):not(:where([class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}
.prose-sm :where(code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8571429em;
}
.prose-sm :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
}
.prose-sm :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
}
.prose-sm :where(pre):not(:where([class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.prose-sm :where(ol):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-left: 1.5714286em;
}
.prose-sm :where(ul):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-left: 1.5714286em;
}
.prose-sm :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}
.prose-sm :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4285714em;
}
.prose-sm :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4285714em;
}
.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(.prose-sm > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(hr):not(:where([class~="not-prose"] *)) {
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}
.prose-sm :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(table):not(:where([class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.5;
}
.prose-sm :where(thead th):not(:where([class~="not-prose"] *)) {
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.frosted {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px) saturate(160%) contrast(45%) brightness(140%);
  -webkit-backdrop-filter: blur(20px) saturate(160%) contrast(45%) brightness(140%);
}
.form-input,.form-textarea,.form-select,.form-multiselect {
  -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;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect: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;
}
.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
.form-input::placeholder,.form-textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
.form-input::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
.form-input::-webkit-date-and-time-value {
  min-height: 1.5em;
}
.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}
.form-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;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-select:where([size]:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
.form-checkbox,.form-radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-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;
}
.form-checkbox {
  border-radius: 0px;
}
.form-radio {
  border-radius: 100%;
}
.form-checkbox:focus,.form-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);
}
.form-checkbox:checked,.form-radio:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.form-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");
}
.form-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");
}
.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
.form-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;
}
.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
.aspect-h-10 {
  --tw-aspect-h: 10;
}
.aspect-h-4 {
  --tw-aspect-h: 4;
}
.aspect-h-6 {
  --tw-aspect-h: 6;
}
.aspect-w-10 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 10;
}
.aspect-w-10 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-3 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 3;
}
.aspect-w-3 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-6 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 6;
}
.aspect-w-6 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-8 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 8;
}
.aspect-w-8 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.form-input {
  border-style: none !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}

.fc-button {
  display: inline-flex !important;
  width: 100% !important;
  border-radius: 9999px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-duration: 150ms !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.loading-shimmer {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #F6F6F6;
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative;
}

.loading-blue {
  animation-duration: 2.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #F6F6F6;
  background: linear-gradient(to right, #e0f2fe 8%, #38bdf8 6%, #0284c7 7%, #e0f2fe 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative;
}

.loading {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #F6F6F6;
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
  background-size: 800px 104px;
  position: relative;
}

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

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

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.-inset-px {
  inset: -1px;
}

.inset-0 {
  inset: 0px;
}

.-inset-x-20 {
  left: -5rem;
  right: -5rem;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.-bottom-0 {
  bottom: -0px;
}

.-bottom-0\.5 {
  bottom: -0.125rem;
}

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

.bottom-0 {
  bottom: 0px;
}

.bottom-1 {
  bottom: 0.25rem;
}

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-16 {
  bottom: 4rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-24 {
  bottom: 6rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-8 {
  bottom: 2rem;
}

.left-0 {
  left: 0px;
}

.left-1 {
  left: 0.25rem;
}

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

.left-2 {
  left: 0.5rem;
}

.left-20 {
  left: 5rem;
}

.left-3 {
  left: 0.75rem;
}

.left-4 {
  left: 1rem;
}

.left-5 {
  left: 1.25rem;
}

.left-\[max\(-7rem\2c calc\(50\%-52rem\)\)\] {
  left: max(-7rem,calc(50% - 52rem));
}

.left-\[max\(45rem\2c calc\(50\%\+8rem\)\)\] {
  left: max(45rem,calc(50% + 8rem));
}

.left-\[max\(50\%\2c 25rem\)\] {
  left: max(50%,25rem);
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

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

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

.right-10 {
  right: 2.5rem;
}

.right-2 {
  right: 0.5rem;
}

.right-2\.5 {
  right: 0.625rem;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.right-6 {
  right: 1.5rem;
}

.right-64 {
  right: 16rem;
}

.right-8 {
  right: 2rem;
}

.right-full {
  right: 100%;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

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

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

.top-10 {
  top: 2.5rem;
}

.top-12 {
  top: 3rem;
}

.top-16 {
  top: 4rem;
}

.top-2 {
  top: 0.5rem;
}

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

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.top-5 {
  top: 1.25rem;
}

.top-6 {
  top: 1.5rem;
}

.top-full {
  top: 100%;
}

.isolate {
  isolation: isolate;
}

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

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

.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-2 {
  order: 2;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

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

.col-span-12 {
  grid-column: span 12 / span 12;
}

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

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

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-7 {
  grid-column: span 7 / span 7;
}

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

.float-left {
  float: left;
}

.-m-1 {
  margin: -0.25rem;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-3 {
  margin: -0.75rem;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-6 {
  margin: 1.5rem;
}

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

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

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

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

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

.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

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

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

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

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

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

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

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

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

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

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

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

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

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

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

.-mb-px {
  margin-bottom: -1px;
}

.-ml-0 {
  margin-left: -0px;
}

.-ml-0\.5 {
  margin-left: -0.125rem;
}

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

.-ml-12 {
  margin-left: -3rem;
}

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

.-ml-24 {
  margin-left: -6rem;
}

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

.-ml-8 {
  margin-left: -2rem;
}

.-ml-px {
  margin-left: -1px;
}

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

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

.-mr-10 {
  margin-right: -2.5rem;
}

.-mr-14 {
  margin-right: -3.5rem;
}

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

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

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

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

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

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

.-mt-16 {
  margin-top: -4rem;
}

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

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

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

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

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

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

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

.mb-12 {
  margin-bottom: 3rem;
}

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

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

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

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

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

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

.mb-\[-12\%\] {
  margin-bottom: -12%;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-0 {
  margin-left: 0px;
}

.ml-0\.5 {
  margin-left: 0.125rem;
}

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

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

.ml-10 {
  margin-left: 2.5rem;
}

.ml-12 {
  margin-left: 3rem;
}

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

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

.ml-20 {
  margin-left: 5rem;
}

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

.ml-3\.5 {
  margin-left: 0.875rem;
}

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

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

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

.ml-8 {
  margin-left: 2rem;
}

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

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

.mr-0\.5 {
  margin-right: 0.125rem;
}

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

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

.mr-10 {
  margin-right: 2.5rem;
}

.mr-12 {
  margin-right: 3rem;
}

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

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

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

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

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

.mr-6 {
  margin-right: 1.5rem;
}

.mr-8 {
  margin-right: 2rem;
}

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

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

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

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

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

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

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

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

.mt-16 {
  margin-top: 4rem;
}

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

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

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

.mt-28 {
  margin-top: 7rem;
}

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

.mt-32 {
  margin-top: 8rem;
}

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

.mt-48 {
  margin-top: 12rem;
}

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

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

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

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

.mt-auto {
  margin-top: auto;
}

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

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

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

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

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

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

.h-0 {
  height: 0px;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-1 {
  height: 0.25rem;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-3 {
  height: 0.75rem;
}

.h-3\/4 {
  height: 75%;
}

.h-32 {
  height: 8rem;
}

.h-36 {
  height: 9rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-44 {
  height: 11rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-56 {
  height: 14rem;
}

.h-6 {
  height: 1.5rem;
}

.h-64 {
  height: 16rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-80 {
  height: 20rem;
}

.h-9 {
  height: 2.25rem;
}

.h-96 {
  height: 24rem;
}

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.h-screen {
  height: 100vh;
}

.max-h-12 {
  max-height: 3rem;
}

.max-h-20 {
  max-height: 5rem;
}

.max-h-56 {
  max-height: 14rem;
}

.max-h-60 {
  max-height: 15rem;
}

.max-h-64 {
  max-height: 16rem;
}

.max-h-72 {
  max-height: 18rem;
}

.max-h-80 {
  max-height: 20rem;
}

.max-h-96 {
  max-height: 24rem;
}

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

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

.min-h-full {
  min-height: 100%;
}

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

.w-0 {
  width: 0px;
}

.w-0\.5 {
  width: 0.125rem;
}

.w-1 {
  width: 0.25rem;
}

.w-1\.5 {
  width: 0.375rem;
}

.w-1\/12 {
  width: 8.333333%;
}

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

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

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

.w-10 {
  width: 2.5rem;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-2\.5 {
  width: 0.625rem;
}

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

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\/12 {
  width: 25%;
}

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

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-56 {
  width: 14rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-7 {
  width: 1.75rem;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

.w-9 {
  width: 2.25rem;
}

.w-96 {
  width: 24rem;
}

.w-\[128rem\] {
  width: 128rem;
}

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

.w-\[36\.0625rem\] {
  width: 36.0625rem;
}

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

.w-\[50\.0625rem\] {
  width: 50.0625rem;
}

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

.w-\[64rem\] {
  width: 64rem;
}

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.min-w-0 {
  min-width: 0px;
}

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

.max-w-0 {
  max-width: 0rem;
}

.max-w-2xl {
  max-width: 42rem;
}

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

.max-w-4xl {
  max-width: 56rem;
}

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

.max-w-6xl {
  max-width: 72rem;
}

.max-w-7xl {
  max-width: 84rem;
}

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

.max-w-lg {
  max-width: 32rem;
}

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

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

.max-w-screen-xl {
  max-width: 1280px;
}

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

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

.max-w-xs {
  max-width: 20rem;
}

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

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

.flex-none {
  flex: none;
}

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

.flex-grow {
  flex-grow: 1;
}

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

.border-collapse {
  border-collapse: collapse;
}

.border-separate {
  border-collapse: separate;
}

.border-spacing-0 {
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-0\.5 {
  --tw-border-spacing-x: 0.125rem;
  --tw-border-spacing-y: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-1 {
  --tw-border-spacing-x: 0.25rem;
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-1\.5 {
  --tw-border-spacing-x: 0.375rem;
  --tw-border-spacing-y: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-10 {
  --tw-border-spacing-x: 2.5rem;
  --tw-border-spacing-y: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-11 {
  --tw-border-spacing-x: 2.75rem;
  --tw-border-spacing-y: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-12 {
  --tw-border-spacing-x: 3rem;
  --tw-border-spacing-y: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-14 {
  --tw-border-spacing-x: 3.5rem;
  --tw-border-spacing-y: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-16 {
  --tw-border-spacing-x: 4rem;
  --tw-border-spacing-y: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-2 {
  --tw-border-spacing-x: 0.5rem;
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-2\.5 {
  --tw-border-spacing-x: 0.625rem;
  --tw-border-spacing-y: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-20 {
  --tw-border-spacing-x: 5rem;
  --tw-border-spacing-y: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-24 {
  --tw-border-spacing-x: 6rem;
  --tw-border-spacing-y: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-28 {
  --tw-border-spacing-x: 7rem;
  --tw-border-spacing-y: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-3 {
  --tw-border-spacing-x: 0.75rem;
  --tw-border-spacing-y: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-3\.5 {
  --tw-border-spacing-x: 0.875rem;
  --tw-border-spacing-y: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-32 {
  --tw-border-spacing-x: 8rem;
  --tw-border-spacing-y: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-36 {
  --tw-border-spacing-x: 9rem;
  --tw-border-spacing-y: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-4 {
  --tw-border-spacing-x: 1rem;
  --tw-border-spacing-y: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-40 {
  --tw-border-spacing-x: 10rem;
  --tw-border-spacing-y: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-44 {
  --tw-border-spacing-x: 11rem;
  --tw-border-spacing-y: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-48 {
  --tw-border-spacing-x: 12rem;
  --tw-border-spacing-y: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-5 {
  --tw-border-spacing-x: 1.25rem;
  --tw-border-spacing-y: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-52 {
  --tw-border-spacing-x: 13rem;
  --tw-border-spacing-y: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-56 {
  --tw-border-spacing-x: 14rem;
  --tw-border-spacing-y: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-6 {
  --tw-border-spacing-x: 1.5rem;
  --tw-border-spacing-y: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-60 {
  --tw-border-spacing-x: 15rem;
  --tw-border-spacing-y: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-64 {
  --tw-border-spacing-x: 16rem;
  --tw-border-spacing-y: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-7 {
  --tw-border-spacing-x: 1.75rem;
  --tw-border-spacing-y: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-72 {
  --tw-border-spacing-x: 18rem;
  --tw-border-spacing-y: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-8 {
  --tw-border-spacing-x: 2rem;
  --tw-border-spacing-y: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-80 {
  --tw-border-spacing-x: 20rem;
  --tw-border-spacing-y: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-9 {
  --tw-border-spacing-x: 2.25rem;
  --tw-border-spacing-y: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-96 {
  --tw-border-spacing-x: 24rem;
  --tw-border-spacing-y: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-px {
  --tw-border-spacing-x: 1px;
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-0 {
  --tw-border-spacing-x: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-0\.5 {
  --tw-border-spacing-x: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-1 {
  --tw-border-spacing-x: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-1\.5 {
  --tw-border-spacing-x: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-10 {
  --tw-border-spacing-x: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-11 {
  --tw-border-spacing-x: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-12 {
  --tw-border-spacing-x: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-14 {
  --tw-border-spacing-x: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-16 {
  --tw-border-spacing-x: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-2 {
  --tw-border-spacing-x: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-2\.5 {
  --tw-border-spacing-x: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-20 {
  --tw-border-spacing-x: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-24 {
  --tw-border-spacing-x: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-28 {
  --tw-border-spacing-x: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-3 {
  --tw-border-spacing-x: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-3\.5 {
  --tw-border-spacing-x: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-32 {
  --tw-border-spacing-x: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-36 {
  --tw-border-spacing-x: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-4 {
  --tw-border-spacing-x: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-40 {
  --tw-border-spacing-x: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-44 {
  --tw-border-spacing-x: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-48 {
  --tw-border-spacing-x: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-5 {
  --tw-border-spacing-x: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-52 {
  --tw-border-spacing-x: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-56 {
  --tw-border-spacing-x: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-6 {
  --tw-border-spacing-x: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-60 {
  --tw-border-spacing-x: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-64 {
  --tw-border-spacing-x: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-7 {
  --tw-border-spacing-x: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-72 {
  --tw-border-spacing-x: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-8 {
  --tw-border-spacing-x: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-80 {
  --tw-border-spacing-x: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-9 {
  --tw-border-spacing-x: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-96 {
  --tw-border-spacing-x: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-px {
  --tw-border-spacing-x: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-0 {
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-0\.5 {
  --tw-border-spacing-y: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-1 {
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-1\.5 {
  --tw-border-spacing-y: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-10 {
  --tw-border-spacing-y: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-11 {
  --tw-border-spacing-y: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-12 {
  --tw-border-spacing-y: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-14 {
  --tw-border-spacing-y: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-16 {
  --tw-border-spacing-y: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-2 {
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-2\.5 {
  --tw-border-spacing-y: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-20 {
  --tw-border-spacing-y: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-24 {
  --tw-border-spacing-y: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-28 {
  --tw-border-spacing-y: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-3 {
  --tw-border-spacing-y: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-3\.5 {
  --tw-border-spacing-y: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-32 {
  --tw-border-spacing-y: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-36 {
  --tw-border-spacing-y: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-4 {
  --tw-border-spacing-y: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-40 {
  --tw-border-spacing-y: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-44 {
  --tw-border-spacing-y: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-48 {
  --tw-border-spacing-y: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-5 {
  --tw-border-spacing-y: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-52 {
  --tw-border-spacing-y: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-56 {
  --tw-border-spacing-y: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-6 {
  --tw-border-spacing-y: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-60 {
  --tw-border-spacing-y: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-64 {
  --tw-border-spacing-y: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-7 {
  --tw-border-spacing-y: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-72 {
  --tw-border-spacing-y: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-8 {
  --tw-border-spacing-y: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-80 {
  --tw-border-spacing-y: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-9 {
  --tw-border-spacing-y: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-96 {
  --tw-border-spacing-y: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-px {
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.origin-left {
  transform-origin: left;
}

.origin-top {
  transform-origin: top;
}

.origin-top-left {
  transform-origin: top left;
}

.origin-top-right {
  transform-origin: top right;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-full {
  --tw-translate-x: -100%;
  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));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/4 {
  --tw-translate-y: -25%;
  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));
}

.-translate-y-2 {
  --tw-translate-y: -0.5rem;
  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));
}

.translate-x-0 {
  --tw-translate-x: 0px;
  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));
}

.translate-x-1\/3 {
  --tw-translate-x: 33.333333%;
  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));
}

.translate-x-48 {
  --tw-translate-x: 12rem;
  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));
}

.translate-x-5 {
  --tw-translate-x: 1.25rem;
  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));
}

.translate-x-full {
  --tw-translate-x: 100%;
  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));
}

.translate-y-0 {
  --tw-translate-y: 0px;
  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));
}

.translate-y-2 {
  --tw-translate-y: 0.5rem;
  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));
}

.translate-y-4 {
  --tw-translate-y: 1rem;
  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-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-3 {
  --tw-rotate: -3deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-6 {
  --tw-rotate: 6deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.skew-x-3 {
  --tw-skew-x: 3deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.skew-x-\[-30deg\] {
  --tw-skew-x: -30deg;
  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));
}

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

.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

.transform-gpu {
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes ping {

  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes pulse {

  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}

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

.cursor-default {
  cursor: default;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize-none {
  resize: none;
}

.resize {
  resize: both;
}

.list-inside {
  list-style-position: inside;
}

.list-decimal {
  list-style-type: decimal;
}

.list-disc {
  list-style-type: disc;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

.grid-cols-12 {
  grid-template-columns: repeat(12, 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-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

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

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

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

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

.flex-row-reverse {
  flex-direction: row-reverse;
}

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

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

.flex-wrap {
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.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-8 {
  gap: 2rem;
}

.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-x-14 {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

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

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

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

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-y-16 {
  row-gap: 4rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-20 {
  row-gap: 5rem;
}

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

.gap-y-6 {
  row-gap: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1;
}

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

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

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

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

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

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

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

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

.divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-divide-opacity));
}

.divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-divide-opacity));
}

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

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

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

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

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.overscroll-none {
  overscroll-behavior: none;
}

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

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

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

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

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

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

.rounded-none {
  border-radius: 0px;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}

.rounded-bl-none {
  border-bottom-left-radius: 0px;
}

.rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}

.rounded-br-none {
  border-bottom-right-radius: 0px;
}

.rounded-tl {
  border-top-left-radius: 0.25rem;
}

.rounded-tr-lg {
  border-top-right-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-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-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-brand-100 {
  --tw-border-opacity: 1;
  border-color: rgb(230 239 246 / var(--tw-border-opacity));
}

.border-brand-100\/0 {
  border-color: rgb(230 239 246 / 0);
}

.border-brand-100\/10 {
  border-color: rgb(230 239 246 / 0.1);
}

.border-brand-100\/100 {
  border-color: rgb(230 239 246 / 1);
}

.border-brand-100\/20 {
  border-color: rgb(230 239 246 / 0.2);
}

.border-brand-100\/25 {
  border-color: rgb(230 239 246 / 0.25);
}

.border-brand-100\/30 {
  border-color: rgb(230 239 246 / 0.3);
}

.border-brand-100\/40 {
  border-color: rgb(230 239 246 / 0.4);
}

.border-brand-100\/5 {
  border-color: rgb(230 239 246 / 0.05);
}

.border-brand-100\/50 {
  border-color: rgb(230 239 246 / 0.5);
}

.border-brand-100\/60 {
  border-color: rgb(230 239 246 / 0.6);
}

.border-brand-100\/70 {
  border-color: rgb(230 239 246 / 0.7);
}

.border-brand-100\/75 {
  border-color: rgb(230 239 246 / 0.75);
}

.border-brand-100\/80 {
  border-color: rgb(230 239 246 / 0.8);
}

.border-brand-100\/90 {
  border-color: rgb(230 239 246 / 0.9);
}

.border-brand-100\/95 {
  border-color: rgb(230 239 246 / 0.95);
}

.border-brand-200 {
  --tw-border-opacity: 1;
  border-color: rgb(193 215 234 / var(--tw-border-opacity));
}

.border-brand-200\/0 {
  border-color: rgb(193 215 234 / 0);
}

.border-brand-200\/10 {
  border-color: rgb(193 215 234 / 0.1);
}

.border-brand-200\/100 {
  border-color: rgb(193 215 234 / 1);
}

.border-brand-200\/20 {
  border-color: rgb(193 215 234 / 0.2);
}

.border-brand-200\/25 {
  border-color: rgb(193 215 234 / 0.25);
}

.border-brand-200\/30 {
  border-color: rgb(193 215 234 / 0.3);
}

.border-brand-200\/40 {
  border-color: rgb(193 215 234 / 0.4);
}

.border-brand-200\/5 {
  border-color: rgb(193 215 234 / 0.05);
}

.border-brand-200\/50 {
  border-color: rgb(193 215 234 / 0.5);
}

.border-brand-200\/60 {
  border-color: rgb(193 215 234 / 0.6);
}

.border-brand-200\/70 {
  border-color: rgb(193 215 234 / 0.7);
}

.border-brand-200\/75 {
  border-color: rgb(193 215 234 / 0.75);
}

.border-brand-200\/80 {
  border-color: rgb(193 215 234 / 0.8);
}

.border-brand-200\/90 {
  border-color: rgb(193 215 234 / 0.9);
}

.border-brand-200\/95 {
  border-color: rgb(193 215 234 / 0.95);
}

.border-brand-300 {
  --tw-border-opacity: 1;
  border-color: rgb(155 190 221 / var(--tw-border-opacity));
}

.border-brand-300\/0 {
  border-color: rgb(155 190 221 / 0);
}

.border-brand-300\/10 {
  border-color: rgb(155 190 221 / 0.1);
}

.border-brand-300\/100 {
  border-color: rgb(155 190 221 / 1);
}

.border-brand-300\/20 {
  border-color: rgb(155 190 221 / 0.2);
}

.border-brand-300\/25 {
  border-color: rgb(155 190 221 / 0.25);
}

.border-brand-300\/30 {
  border-color: rgb(155 190 221 / 0.3);
}

.border-brand-300\/40 {
  border-color: rgb(155 190 221 / 0.4);
}

.border-brand-300\/5 {
  border-color: rgb(155 190 221 / 0.05);
}

.border-brand-300\/50 {
  border-color: rgb(155 190 221 / 0.5);
}

.border-brand-300\/60 {
  border-color: rgb(155 190 221 / 0.6);
}

.border-brand-300\/70 {
  border-color: rgb(155 190 221 / 0.7);
}

.border-brand-300\/75 {
  border-color: rgb(155 190 221 / 0.75);
}

.border-brand-300\/80 {
  border-color: rgb(155 190 221 / 0.8);
}

.border-brand-300\/90 {
  border-color: rgb(155 190 221 / 0.9);
}

.border-brand-300\/95 {
  border-color: rgb(155 190 221 / 0.95);
}

.border-brand-400 {
  --tw-border-opacity: 1;
  border-color: rgb(81 142 195 / var(--tw-border-opacity));
}

.border-brand-400\/0 {
  border-color: rgb(81 142 195 / 0);
}

.border-brand-400\/10 {
  border-color: rgb(81 142 195 / 0.1);
}

.border-brand-400\/100 {
  border-color: rgb(81 142 195 / 1);
}

.border-brand-400\/20 {
  border-color: rgb(81 142 195 / 0.2);
}

.border-brand-400\/25 {
  border-color: rgb(81 142 195 / 0.25);
}

.border-brand-400\/30 {
  border-color: rgb(81 142 195 / 0.3);
}

.border-brand-400\/40 {
  border-color: rgb(81 142 195 / 0.4);
}

.border-brand-400\/5 {
  border-color: rgb(81 142 195 / 0.05);
}

.border-brand-400\/50 {
  border-color: rgb(81 142 195 / 0.5);
}

.border-brand-400\/60 {
  border-color: rgb(81 142 195 / 0.6);
}

.border-brand-400\/70 {
  border-color: rgb(81 142 195 / 0.7);
}

.border-brand-400\/75 {
  border-color: rgb(81 142 195 / 0.75);
}

.border-brand-400\/80 {
  border-color: rgb(81 142 195 / 0.8);
}

.border-brand-400\/90 {
  border-color: rgb(81 142 195 / 0.9);
}

.border-brand-400\/95 {
  border-color: rgb(81 142 195 / 0.95);
}

.border-brand-50 {
  --tw-border-opacity: 1;
  border-color: rgb(243 247 251 / var(--tw-border-opacity));
}

.border-brand-50\/0 {
  border-color: rgb(243 247 251 / 0);
}

.border-brand-50\/10 {
  border-color: rgb(243 247 251 / 0.1);
}

.border-brand-50\/100 {
  border-color: rgb(243 247 251 / 1);
}

.border-brand-50\/20 {
  border-color: rgb(243 247 251 / 0.2);
}

.border-brand-50\/25 {
  border-color: rgb(243 247 251 / 0.25);
}

.border-brand-50\/30 {
  border-color: rgb(243 247 251 / 0.3);
}

.border-brand-50\/40 {
  border-color: rgb(243 247 251 / 0.4);
}

.border-brand-50\/5 {
  border-color: rgb(243 247 251 / 0.05);
}

.border-brand-50\/50 {
  border-color: rgb(243 247 251 / 0.5);
}

.border-brand-50\/60 {
  border-color: rgb(243 247 251 / 0.6);
}

.border-brand-50\/70 {
  border-color: rgb(243 247 251 / 0.7);
}

.border-brand-50\/75 {
  border-color: rgb(243 247 251 / 0.75);
}

.border-brand-50\/80 {
  border-color: rgb(243 247 251 / 0.8);
}

.border-brand-50\/90 {
  border-color: rgb(243 247 251 / 0.9);
}

.border-brand-50\/95 {
  border-color: rgb(243 247 251 / 0.95);
}

.border-brand-500 {
  --tw-border-opacity: 1;
  border-color: rgb(6 93 169 / var(--tw-border-opacity));
}

.border-brand-500\/0 {
  border-color: rgb(6 93 169 / 0);
}

.border-brand-500\/10 {
  border-color: rgb(6 93 169 / 0.1);
}

.border-brand-500\/100 {
  border-color: rgb(6 93 169 / 1);
}

.border-brand-500\/20 {
  border-color: rgb(6 93 169 / 0.2);
}

.border-brand-500\/25 {
  border-color: rgb(6 93 169 / 0.25);
}

.border-brand-500\/30 {
  border-color: rgb(6 93 169 / 0.3);
}

.border-brand-500\/40 {
  border-color: rgb(6 93 169 / 0.4);
}

.border-brand-500\/5 {
  border-color: rgb(6 93 169 / 0.05);
}

.border-brand-500\/50 {
  border-color: rgb(6 93 169 / 0.5);
}

.border-brand-500\/60 {
  border-color: rgb(6 93 169 / 0.6);
}

.border-brand-500\/70 {
  border-color: rgb(6 93 169 / 0.7);
}

.border-brand-500\/75 {
  border-color: rgb(6 93 169 / 0.75);
}

.border-brand-500\/80 {
  border-color: rgb(6 93 169 / 0.8);
}

.border-brand-500\/90 {
  border-color: rgb(6 93 169 / 0.9);
}

.border-brand-500\/95 {
  border-color: rgb(6 93 169 / 0.95);
}

.border-brand-600 {
  --tw-border-opacity: 1;
  border-color: rgb(5 84 152 / var(--tw-border-opacity));
}

.border-brand-600\/0 {
  border-color: rgb(5 84 152 / 0);
}

.border-brand-600\/10 {
  border-color: rgb(5 84 152 / 0.1);
}

.border-brand-600\/100 {
  border-color: rgb(5 84 152 / 1);
}

.border-brand-600\/20 {
  border-color: rgb(5 84 152 / 0.2);
}

.border-brand-600\/25 {
  border-color: rgb(5 84 152 / 0.25);
}

.border-brand-600\/30 {
  border-color: rgb(5 84 152 / 0.3);
}

.border-brand-600\/40 {
  border-color: rgb(5 84 152 / 0.4);
}

.border-brand-600\/5 {
  border-color: rgb(5 84 152 / 0.05);
}

.border-brand-600\/50 {
  border-color: rgb(5 84 152 / 0.5);
}

.border-brand-600\/60 {
  border-color: rgb(5 84 152 / 0.6);
}

.border-brand-600\/70 {
  border-color: rgb(5 84 152 / 0.7);
}

.border-brand-600\/75 {
  border-color: rgb(5 84 152 / 0.75);
}

.border-brand-600\/80 {
  border-color: rgb(5 84 152 / 0.8);
}

.border-brand-600\/90 {
  border-color: rgb(5 84 152 / 0.9);
}

.border-brand-600\/95 {
  border-color: rgb(5 84 152 / 0.95);
}

.border-brand-700 {
  --tw-border-opacity: 1;
  border-color: rgb(4 56 101 / var(--tw-border-opacity));
}

.border-brand-700\/0 {
  border-color: rgb(4 56 101 / 0);
}

.border-brand-700\/10 {
  border-color: rgb(4 56 101 / 0.1);
}

.border-brand-700\/100 {
  border-color: rgb(4 56 101 / 1);
}

.border-brand-700\/20 {
  border-color: rgb(4 56 101 / 0.2);
}

.border-brand-700\/25 {
  border-color: rgb(4 56 101 / 0.25);
}

.border-brand-700\/30 {
  border-color: rgb(4 56 101 / 0.3);
}

.border-brand-700\/40 {
  border-color: rgb(4 56 101 / 0.4);
}

.border-brand-700\/5 {
  border-color: rgb(4 56 101 / 0.05);
}

.border-brand-700\/50 {
  border-color: rgb(4 56 101 / 0.5);
}

.border-brand-700\/60 {
  border-color: rgb(4 56 101 / 0.6);
}

.border-brand-700\/70 {
  border-color: rgb(4 56 101 / 0.7);
}

.border-brand-700\/75 {
  border-color: rgb(4 56 101 / 0.75);
}

.border-brand-700\/80 {
  border-color: rgb(4 56 101 / 0.8);
}

.border-brand-700\/90 {
  border-color: rgb(4 56 101 / 0.9);
}

.border-brand-700\/95 {
  border-color: rgb(4 56 101 / 0.95);
}

.border-brand-800 {
  --tw-border-opacity: 1;
  border-color: rgb(3 42 76 / var(--tw-border-opacity));
}

.border-brand-800\/0 {
  border-color: rgb(3 42 76 / 0);
}

.border-brand-800\/10 {
  border-color: rgb(3 42 76 / 0.1);
}

.border-brand-800\/100 {
  border-color: rgb(3 42 76 / 1);
}

.border-brand-800\/20 {
  border-color: rgb(3 42 76 / 0.2);
}

.border-brand-800\/25 {
  border-color: rgb(3 42 76 / 0.25);
}

.border-brand-800\/30 {
  border-color: rgb(3 42 76 / 0.3);
}

.border-brand-800\/40 {
  border-color: rgb(3 42 76 / 0.4);
}

.border-brand-800\/5 {
  border-color: rgb(3 42 76 / 0.05);
}

.border-brand-800\/50 {
  border-color: rgb(3 42 76 / 0.5);
}

.border-brand-800\/60 {
  border-color: rgb(3 42 76 / 0.6);
}

.border-brand-800\/70 {
  border-color: rgb(3 42 76 / 0.7);
}

.border-brand-800\/75 {
  border-color: rgb(3 42 76 / 0.75);
}

.border-brand-800\/80 {
  border-color: rgb(3 42 76 / 0.8);
}

.border-brand-800\/90 {
  border-color: rgb(3 42 76 / 0.9);
}

.border-brand-800\/95 {
  border-color: rgb(3 42 76 / 0.95);
}

.border-brand-900 {
  --tw-border-opacity: 1;
  border-color: rgb(2 28 51 / var(--tw-border-opacity));
}

.border-brand-900\/0 {
  border-color: rgb(2 28 51 / 0);
}

.border-brand-900\/10 {
  border-color: rgb(2 28 51 / 0.1);
}

.border-brand-900\/100 {
  border-color: rgb(2 28 51 / 1);
}

.border-brand-900\/20 {
  border-color: rgb(2 28 51 / 0.2);
}

.border-brand-900\/25 {
  border-color: rgb(2 28 51 / 0.25);
}

.border-brand-900\/30 {
  border-color: rgb(2 28 51 / 0.3);
}

.border-brand-900\/40 {
  border-color: rgb(2 28 51 / 0.4);
}

.border-brand-900\/5 {
  border-color: rgb(2 28 51 / 0.05);
}

.border-brand-900\/50 {
  border-color: rgb(2 28 51 / 0.5);
}

.border-brand-900\/60 {
  border-color: rgb(2 28 51 / 0.6);
}

.border-brand-900\/70 {
  border-color: rgb(2 28 51 / 0.7);
}

.border-brand-900\/75 {
  border-color: rgb(2 28 51 / 0.75);
}

.border-brand-900\/80 {
  border-color: rgb(2 28 51 / 0.8);
}

.border-brand-900\/90 {
  border-color: rgb(2 28 51 / 0.9);
}

.border-brand-900\/95 {
  border-color: rgb(2 28 51 / 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-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-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-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-interbeauty-100 {
  --tw-border-opacity: 1;
  border-color: rgb(249 197 175 / var(--tw-border-opacity));
}

.border-interbeauty-100\/0 {
  border-color: rgb(249 197 175 / 0);
}

.border-interbeauty-100\/10 {
  border-color: rgb(249 197 175 / 0.1);
}

.border-interbeauty-100\/100 {
  border-color: rgb(249 197 175 / 1);
}

.border-interbeauty-100\/20 {
  border-color: rgb(249 197 175 / 0.2);
}

.border-interbeauty-100\/25 {
  border-color: rgb(249 197 175 / 0.25);
}

.border-interbeauty-100\/30 {
  border-color: rgb(249 197 175 / 0.3);
}

.border-interbeauty-100\/40 {
  border-color: rgb(249 197 175 / 0.4);
}

.border-interbeauty-100\/5 {
  border-color: rgb(249 197 175 / 0.05);
}

.border-interbeauty-100\/50 {
  border-color: rgb(249 197 175 / 0.5);
}

.border-interbeauty-100\/60 {
  border-color: rgb(249 197 175 / 0.6);
}

.border-interbeauty-100\/70 {
  border-color: rgb(249 197 175 / 0.7);
}

.border-interbeauty-100\/75 {
  border-color: rgb(249 197 175 / 0.75);
}

.border-interbeauty-100\/80 {
  border-color: rgb(249 197 175 / 0.8);
}

.border-interbeauty-100\/90 {
  border-color: rgb(249 197 175 / 0.9);
}

.border-interbeauty-100\/95 {
  border-color: rgb(249 197 175 / 0.95);
}

.border-interbeauty-200 {
  --tw-border-opacity: 1;
  border-color: rgb(241 182 191 / var(--tw-border-opacity));
}

.border-interbeauty-200\/0 {
  border-color: rgb(241 182 191 / 0);
}

.border-interbeauty-200\/10 {
  border-color: rgb(241 182 191 / 0.1);
}

.border-interbeauty-200\/100 {
  border-color: rgb(241 182 191 / 1);
}

.border-interbeauty-200\/20 {
  border-color: rgb(241 182 191 / 0.2);
}

.border-interbeauty-200\/25 {
  border-color: rgb(241 182 191 / 0.25);
}

.border-interbeauty-200\/30 {
  border-color: rgb(241 182 191 / 0.3);
}

.border-interbeauty-200\/40 {
  border-color: rgb(241 182 191 / 0.4);
}

.border-interbeauty-200\/5 {
  border-color: rgb(241 182 191 / 0.05);
}

.border-interbeauty-200\/50 {
  border-color: rgb(241 182 191 / 0.5);
}

.border-interbeauty-200\/60 {
  border-color: rgb(241 182 191 / 0.6);
}

.border-interbeauty-200\/70 {
  border-color: rgb(241 182 191 / 0.7);
}

.border-interbeauty-200\/75 {
  border-color: rgb(241 182 191 / 0.75);
}

.border-interbeauty-200\/80 {
  border-color: rgb(241 182 191 / 0.8);
}

.border-interbeauty-200\/90 {
  border-color: rgb(241 182 191 / 0.9);
}

.border-interbeauty-200\/95 {
  border-color: rgb(241 182 191 / 0.95);
}

.border-interbeauty-300 {
  --tw-border-opacity: 1;
  border-color: rgb(182 219 231 / var(--tw-border-opacity));
}

.border-interbeauty-300\/0 {
  border-color: rgb(182 219 231 / 0);
}

.border-interbeauty-300\/10 {
  border-color: rgb(182 219 231 / 0.1);
}

.border-interbeauty-300\/100 {
  border-color: rgb(182 219 231 / 1);
}

.border-interbeauty-300\/20 {
  border-color: rgb(182 219 231 / 0.2);
}

.border-interbeauty-300\/25 {
  border-color: rgb(182 219 231 / 0.25);
}

.border-interbeauty-300\/30 {
  border-color: rgb(182 219 231 / 0.3);
}

.border-interbeauty-300\/40 {
  border-color: rgb(182 219 231 / 0.4);
}

.border-interbeauty-300\/5 {
  border-color: rgb(182 219 231 / 0.05);
}

.border-interbeauty-300\/50 {
  border-color: rgb(182 219 231 / 0.5);
}

.border-interbeauty-300\/60 {
  border-color: rgb(182 219 231 / 0.6);
}

.border-interbeauty-300\/70 {
  border-color: rgb(182 219 231 / 0.7);
}

.border-interbeauty-300\/75 {
  border-color: rgb(182 219 231 / 0.75);
}

.border-interbeauty-300\/80 {
  border-color: rgb(182 219 231 / 0.8);
}

.border-interbeauty-300\/90 {
  border-color: rgb(182 219 231 / 0.9);
}

.border-interbeauty-300\/95 {
  border-color: rgb(182 219 231 / 0.95);
}

.border-interbeauty-400 {
  --tw-border-opacity: 1;
  border-color: rgb(254 250 247 / var(--tw-border-opacity));
}

.border-interbeauty-400\/0 {
  border-color: rgb(254 250 247 / 0);
}

.border-interbeauty-400\/10 {
  border-color: rgb(254 250 247 / 0.1);
}

.border-interbeauty-400\/100 {
  border-color: rgb(254 250 247 / 1);
}

.border-interbeauty-400\/20 {
  border-color: rgb(254 250 247 / 0.2);
}

.border-interbeauty-400\/25 {
  border-color: rgb(254 250 247 / 0.25);
}

.border-interbeauty-400\/30 {
  border-color: rgb(254 250 247 / 0.3);
}

.border-interbeauty-400\/40 {
  border-color: rgb(254 250 247 / 0.4);
}

.border-interbeauty-400\/5 {
  border-color: rgb(254 250 247 / 0.05);
}

.border-interbeauty-400\/50 {
  border-color: rgb(254 250 247 / 0.5);
}

.border-interbeauty-400\/60 {
  border-color: rgb(254 250 247 / 0.6);
}

.border-interbeauty-400\/70 {
  border-color: rgb(254 250 247 / 0.7);
}

.border-interbeauty-400\/75 {
  border-color: rgb(254 250 247 / 0.75);
}

.border-interbeauty-400\/80 {
  border-color: rgb(254 250 247 / 0.8);
}

.border-interbeauty-400\/90 {
  border-color: rgb(254 250 247 / 0.9);
}

.border-interbeauty-400\/95 {
  border-color: rgb(254 250 247 / 0.95);
}

.border-interbeauty-500 {
  --tw-border-opacity: 1;
  border-color: rgb(193 225 224 / var(--tw-border-opacity));
}

.border-interbeauty-500\/0 {
  border-color: rgb(193 225 224 / 0);
}

.border-interbeauty-500\/10 {
  border-color: rgb(193 225 224 / 0.1);
}

.border-interbeauty-500\/100 {
  border-color: rgb(193 225 224 / 1);
}

.border-interbeauty-500\/20 {
  border-color: rgb(193 225 224 / 0.2);
}

.border-interbeauty-500\/25 {
  border-color: rgb(193 225 224 / 0.25);
}

.border-interbeauty-500\/30 {
  border-color: rgb(193 225 224 / 0.3);
}

.border-interbeauty-500\/40 {
  border-color: rgb(193 225 224 / 0.4);
}

.border-interbeauty-500\/5 {
  border-color: rgb(193 225 224 / 0.05);
}

.border-interbeauty-500\/50 {
  border-color: rgb(193 225 224 / 0.5);
}

.border-interbeauty-500\/60 {
  border-color: rgb(193 225 224 / 0.6);
}

.border-interbeauty-500\/70 {
  border-color: rgb(193 225 224 / 0.7);
}

.border-interbeauty-500\/75 {
  border-color: rgb(193 225 224 / 0.75);
}

.border-interbeauty-500\/80 {
  border-color: rgb(193 225 224 / 0.8);
}

.border-interbeauty-500\/90 {
  border-color: rgb(193 225 224 / 0.9);
}

.border-interbeauty-500\/95 {
  border-color: rgb(193 225 224 / 0.95);
}

.border-interbeauty-600 {
  --tw-border-opacity: 1;
  border-color: rgb(88 88 94 / var(--tw-border-opacity));
}

.border-interbeauty-600\/0 {
  border-color: rgb(88 88 94 / 0);
}

.border-interbeauty-600\/10 {
  border-color: rgb(88 88 94 / 0.1);
}

.border-interbeauty-600\/100 {
  border-color: rgb(88 88 94 / 1);
}

.border-interbeauty-600\/20 {
  border-color: rgb(88 88 94 / 0.2);
}

.border-interbeauty-600\/25 {
  border-color: rgb(88 88 94 / 0.25);
}

.border-interbeauty-600\/30 {
  border-color: rgb(88 88 94 / 0.3);
}

.border-interbeauty-600\/40 {
  border-color: rgb(88 88 94 / 0.4);
}

.border-interbeauty-600\/5 {
  border-color: rgb(88 88 94 / 0.05);
}

.border-interbeauty-600\/50 {
  border-color: rgb(88 88 94 / 0.5);
}

.border-interbeauty-600\/60 {
  border-color: rgb(88 88 94 / 0.6);
}

.border-interbeauty-600\/70 {
  border-color: rgb(88 88 94 / 0.7);
}

.border-interbeauty-600\/75 {
  border-color: rgb(88 88 94 / 0.75);
}

.border-interbeauty-600\/80 {
  border-color: rgb(88 88 94 / 0.8);
}

.border-interbeauty-600\/90 {
  border-color: rgb(88 88 94 / 0.9);
}

.border-interbeauty-600\/95 {
  border-color: rgb(88 88 94 / 0.95);
}

.border-ipnvaluers-200 {
  --tw-border-opacity: 1;
  border-color: rgb(0 40 87 / var(--tw-border-opacity));
}

.border-ipnvaluers-200\/0 {
  border-color: rgb(0 40 87 / 0);
}

.border-ipnvaluers-200\/10 {
  border-color: rgb(0 40 87 / 0.1);
}

.border-ipnvaluers-200\/100 {
  border-color: rgb(0 40 87 / 1);
}

.border-ipnvaluers-200\/20 {
  border-color: rgb(0 40 87 / 0.2);
}

.border-ipnvaluers-200\/25 {
  border-color: rgb(0 40 87 / 0.25);
}

.border-ipnvaluers-200\/30 {
  border-color: rgb(0 40 87 / 0.3);
}

.border-ipnvaluers-200\/40 {
  border-color: rgb(0 40 87 / 0.4);
}

.border-ipnvaluers-200\/5 {
  border-color: rgb(0 40 87 / 0.05);
}

.border-ipnvaluers-200\/50 {
  border-color: rgb(0 40 87 / 0.5);
}

.border-ipnvaluers-200\/60 {
  border-color: rgb(0 40 87 / 0.6);
}

.border-ipnvaluers-200\/70 {
  border-color: rgb(0 40 87 / 0.7);
}

.border-ipnvaluers-200\/75 {
  border-color: rgb(0 40 87 / 0.75);
}

.border-ipnvaluers-200\/80 {
  border-color: rgb(0 40 87 / 0.8);
}

.border-ipnvaluers-200\/90 {
  border-color: rgb(0 40 87 / 0.9);
}

.border-ipnvaluers-200\/95 {
  border-color: rgb(0 40 87 / 0.95);
}

.border-ipnvaluers-400 {
  --tw-border-opacity: 1;
  border-color: rgb(196 107 22 / var(--tw-border-opacity));
}

.border-ipnvaluers-400\/0 {
  border-color: rgb(196 107 22 / 0);
}

.border-ipnvaluers-400\/10 {
  border-color: rgb(196 107 22 / 0.1);
}

.border-ipnvaluers-400\/100 {
  border-color: rgb(196 107 22 / 1);
}

.border-ipnvaluers-400\/20 {
  border-color: rgb(196 107 22 / 0.2);
}

.border-ipnvaluers-400\/25 {
  border-color: rgb(196 107 22 / 0.25);
}

.border-ipnvaluers-400\/30 {
  border-color: rgb(196 107 22 / 0.3);
}

.border-ipnvaluers-400\/40 {
  border-color: rgb(196 107 22 / 0.4);
}

.border-ipnvaluers-400\/5 {
  border-color: rgb(196 107 22 / 0.05);
}

.border-ipnvaluers-400\/50 {
  border-color: rgb(196 107 22 / 0.5);
}

.border-ipnvaluers-400\/60 {
  border-color: rgb(196 107 22 / 0.6);
}

.border-ipnvaluers-400\/70 {
  border-color: rgb(196 107 22 / 0.7);
}

.border-ipnvaluers-400\/75 {
  border-color: rgb(196 107 22 / 0.75);
}

.border-ipnvaluers-400\/80 {
  border-color: rgb(196 107 22 / 0.8);
}

.border-ipnvaluers-400\/90 {
  border-color: rgb(196 107 22 / 0.9);
}

.border-ipnvaluers-400\/95 {
  border-color: rgb(196 107 22 / 0.95);
}

.border-ipnvaluers-500 {
  --tw-border-opacity: 1;
  border-color: rgb(245 174 21 / var(--tw-border-opacity));
}

.border-ipnvaluers-500\/0 {
  border-color: rgb(245 174 21 / 0);
}

.border-ipnvaluers-500\/10 {
  border-color: rgb(245 174 21 / 0.1);
}

.border-ipnvaluers-500\/100 {
  border-color: rgb(245 174 21 / 1);
}

.border-ipnvaluers-500\/20 {
  border-color: rgb(245 174 21 / 0.2);
}

.border-ipnvaluers-500\/25 {
  border-color: rgb(245 174 21 / 0.25);
}

.border-ipnvaluers-500\/30 {
  border-color: rgb(245 174 21 / 0.3);
}

.border-ipnvaluers-500\/40 {
  border-color: rgb(245 174 21 / 0.4);
}

.border-ipnvaluers-500\/5 {
  border-color: rgb(245 174 21 / 0.05);
}

.border-ipnvaluers-500\/50 {
  border-color: rgb(245 174 21 / 0.5);
}

.border-ipnvaluers-500\/60 {
  border-color: rgb(245 174 21 / 0.6);
}

.border-ipnvaluers-500\/70 {
  border-color: rgb(245 174 21 / 0.7);
}

.border-ipnvaluers-500\/75 {
  border-color: rgb(245 174 21 / 0.75);
}

.border-ipnvaluers-500\/80 {
  border-color: rgb(245 174 21 / 0.8);
}

.border-ipnvaluers-500\/90 {
  border-color: rgb(245 174 21 / 0.9);
}

.border-ipnvaluers-500\/95 {
  border-color: rgb(245 174 21 / 0.95);
}

.border-jukejam-500 {
  --tw-border-opacity: 1;
  border-color: rgb(250 210 101 / var(--tw-border-opacity));
}

.border-jukejam-500\/0 {
  border-color: rgb(250 210 101 / 0);
}

.border-jukejam-500\/10 {
  border-color: rgb(250 210 101 / 0.1);
}

.border-jukejam-500\/100 {
  border-color: rgb(250 210 101 / 1);
}

.border-jukejam-500\/20 {
  border-color: rgb(250 210 101 / 0.2);
}

.border-jukejam-500\/25 {
  border-color: rgb(250 210 101 / 0.25);
}

.border-jukejam-500\/30 {
  border-color: rgb(250 210 101 / 0.3);
}

.border-jukejam-500\/40 {
  border-color: rgb(250 210 101 / 0.4);
}

.border-jukejam-500\/5 {
  border-color: rgb(250 210 101 / 0.05);
}

.border-jukejam-500\/50 {
  border-color: rgb(250 210 101 / 0.5);
}

.border-jukejam-500\/60 {
  border-color: rgb(250 210 101 / 0.6);
}

.border-jukejam-500\/70 {
  border-color: rgb(250 210 101 / 0.7);
}

.border-jukejam-500\/75 {
  border-color: rgb(250 210 101 / 0.75);
}

.border-jukejam-500\/80 {
  border-color: rgb(250 210 101 / 0.8);
}

.border-jukejam-500\/90 {
  border-color: rgb(250 210 101 / 0.9);
}

.border-jukejam-500\/95 {
  border-color: rgb(250 210 101 / 0.95);
}

.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-nafisa-500 {
  --tw-border-opacity: 1;
  border-color: rgb(153 53 10 / var(--tw-border-opacity));
}

.border-nafisa-500\/0 {
  border-color: rgb(153 53 10 / 0);
}

.border-nafisa-500\/10 {
  border-color: rgb(153 53 10 / 0.1);
}

.border-nafisa-500\/100 {
  border-color: rgb(153 53 10 / 1);
}

.border-nafisa-500\/20 {
  border-color: rgb(153 53 10 / 0.2);
}

.border-nafisa-500\/25 {
  border-color: rgb(153 53 10 / 0.25);
}

.border-nafisa-500\/30 {
  border-color: rgb(153 53 10 / 0.3);
}

.border-nafisa-500\/40 {
  border-color: rgb(153 53 10 / 0.4);
}

.border-nafisa-500\/5 {
  border-color: rgb(153 53 10 / 0.05);
}

.border-nafisa-500\/50 {
  border-color: rgb(153 53 10 / 0.5);
}

.border-nafisa-500\/60 {
  border-color: rgb(153 53 10 / 0.6);
}

.border-nafisa-500\/70 {
  border-color: rgb(153 53 10 / 0.7);
}

.border-nafisa-500\/75 {
  border-color: rgb(153 53 10 / 0.75);
}

.border-nafisa-500\/80 {
  border-color: rgb(153 53 10 / 0.8);
}

.border-nafisa-500\/90 {
  border-color: rgb(153 53 10 / 0.9);
}

.border-nafisa-500\/95 {
  border-color: rgb(153 53 10 / 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-ozc-100 {
  --tw-border-opacity: 1;
  border-color: rgb(255 239 235 / var(--tw-border-opacity));
}

.border-ozc-100\/0 {
  border-color: rgb(255 239 235 / 0);
}

.border-ozc-100\/10 {
  border-color: rgb(255 239 235 / 0.1);
}

.border-ozc-100\/100 {
  border-color: rgb(255 239 235 / 1);
}

.border-ozc-100\/20 {
  border-color: rgb(255 239 235 / 0.2);
}

.border-ozc-100\/25 {
  border-color: rgb(255 239 235 / 0.25);
}

.border-ozc-100\/30 {
  border-color: rgb(255 239 235 / 0.3);
}

.border-ozc-100\/40 {
  border-color: rgb(255 239 235 / 0.4);
}

.border-ozc-100\/5 {
  border-color: rgb(255 239 235 / 0.05);
}

.border-ozc-100\/50 {
  border-color: rgb(255 239 235 / 0.5);
}

.border-ozc-100\/60 {
  border-color: rgb(255 239 235 / 0.6);
}

.border-ozc-100\/70 {
  border-color: rgb(255 239 235 / 0.7);
}

.border-ozc-100\/75 {
  border-color: rgb(255 239 235 / 0.75);
}

.border-ozc-100\/80 {
  border-color: rgb(255 239 235 / 0.8);
}

.border-ozc-100\/90 {
  border-color: rgb(255 239 235 / 0.9);
}

.border-ozc-100\/95 {
  border-color: rgb(255 239 235 / 0.95);
}

.border-ozc-200 {
  --tw-border-opacity: 1;
  border-color: rgb(253 225 222 / var(--tw-border-opacity));
}

.border-ozc-200\/0 {
  border-color: rgb(253 225 222 / 0);
}

.border-ozc-200\/10 {
  border-color: rgb(253 225 222 / 0.1);
}

.border-ozc-200\/100 {
  border-color: rgb(253 225 222 / 1);
}

.border-ozc-200\/20 {
  border-color: rgb(253 225 222 / 0.2);
}

.border-ozc-200\/25 {
  border-color: rgb(253 225 222 / 0.25);
}

.border-ozc-200\/30 {
  border-color: rgb(253 225 222 / 0.3);
}

.border-ozc-200\/40 {
  border-color: rgb(253 225 222 / 0.4);
}

.border-ozc-200\/5 {
  border-color: rgb(253 225 222 / 0.05);
}

.border-ozc-200\/50 {
  border-color: rgb(253 225 222 / 0.5);
}

.border-ozc-200\/60 {
  border-color: rgb(253 225 222 / 0.6);
}

.border-ozc-200\/70 {
  border-color: rgb(253 225 222 / 0.7);
}

.border-ozc-200\/75 {
  border-color: rgb(253 225 222 / 0.75);
}

.border-ozc-200\/80 {
  border-color: rgb(253 225 222 / 0.8);
}

.border-ozc-200\/90 {
  border-color: rgb(253 225 222 / 0.9);
}

.border-ozc-200\/95 {
  border-color: rgb(253 225 222 / 0.95);
}

.border-ozc-300 {
  --tw-border-opacity: 1;
  border-color: rgb(248 181 181 / var(--tw-border-opacity));
}

.border-ozc-300\/0 {
  border-color: rgb(248 181 181 / 0);
}

.border-ozc-300\/10 {
  border-color: rgb(248 181 181 / 0.1);
}

.border-ozc-300\/100 {
  border-color: rgb(248 181 181 / 1);
}

.border-ozc-300\/20 {
  border-color: rgb(248 181 181 / 0.2);
}

.border-ozc-300\/25 {
  border-color: rgb(248 181 181 / 0.25);
}

.border-ozc-300\/30 {
  border-color: rgb(248 181 181 / 0.3);
}

.border-ozc-300\/40 {
  border-color: rgb(248 181 181 / 0.4);
}

.border-ozc-300\/5 {
  border-color: rgb(248 181 181 / 0.05);
}

.border-ozc-300\/50 {
  border-color: rgb(248 181 181 / 0.5);
}

.border-ozc-300\/60 {
  border-color: rgb(248 181 181 / 0.6);
}

.border-ozc-300\/70 {
  border-color: rgb(248 181 181 / 0.7);
}

.border-ozc-300\/75 {
  border-color: rgb(248 181 181 / 0.75);
}

.border-ozc-300\/80 {
  border-color: rgb(248 181 181 / 0.8);
}

.border-ozc-300\/90 {
  border-color: rgb(248 181 181 / 0.9);
}

.border-ozc-300\/95 {
  border-color: rgb(248 181 181 / 0.95);
}

.border-ozc-400 {
  --tw-border-opacity: 1;
  border-color: rgb(250 189 173 / var(--tw-border-opacity));
}

.border-ozc-400\/0 {
  border-color: rgb(250 189 173 / 0);
}

.border-ozc-400\/10 {
  border-color: rgb(250 189 173 / 0.1);
}

.border-ozc-400\/100 {
  border-color: rgb(250 189 173 / 1);
}

.border-ozc-400\/20 {
  border-color: rgb(250 189 173 / 0.2);
}

.border-ozc-400\/25 {
  border-color: rgb(250 189 173 / 0.25);
}

.border-ozc-400\/30 {
  border-color: rgb(250 189 173 / 0.3);
}

.border-ozc-400\/40 {
  border-color: rgb(250 189 173 / 0.4);
}

.border-ozc-400\/5 {
  border-color: rgb(250 189 173 / 0.05);
}

.border-ozc-400\/50 {
  border-color: rgb(250 189 173 / 0.5);
}

.border-ozc-400\/60 {
  border-color: rgb(250 189 173 / 0.6);
}

.border-ozc-400\/70 {
  border-color: rgb(250 189 173 / 0.7);
}

.border-ozc-400\/75 {
  border-color: rgb(250 189 173 / 0.75);
}

.border-ozc-400\/80 {
  border-color: rgb(250 189 173 / 0.8);
}

.border-ozc-400\/90 {
  border-color: rgb(250 189 173 / 0.9);
}

.border-ozc-400\/95 {
  border-color: rgb(250 189 173 / 0.95);
}

.border-ozc-50 {
  --tw-border-opacity: 1;
  border-color: rgb(254 243 232 / var(--tw-border-opacity));
}

.border-ozc-50\/0 {
  border-color: rgb(254 243 232 / 0);
}

.border-ozc-50\/10 {
  border-color: rgb(254 243 232 / 0.1);
}

.border-ozc-50\/100 {
  border-color: rgb(254 243 232 / 1);
}

.border-ozc-50\/20 {
  border-color: rgb(254 243 232 / 0.2);
}

.border-ozc-50\/25 {
  border-color: rgb(254 243 232 / 0.25);
}

.border-ozc-50\/30 {
  border-color: rgb(254 243 232 / 0.3);
}

.border-ozc-50\/40 {
  border-color: rgb(254 243 232 / 0.4);
}

.border-ozc-50\/5 {
  border-color: rgb(254 243 232 / 0.05);
}

.border-ozc-50\/50 {
  border-color: rgb(254 243 232 / 0.5);
}

.border-ozc-50\/60 {
  border-color: rgb(254 243 232 / 0.6);
}

.border-ozc-50\/70 {
  border-color: rgb(254 243 232 / 0.7);
}

.border-ozc-50\/75 {
  border-color: rgb(254 243 232 / 0.75);
}

.border-ozc-50\/80 {
  border-color: rgb(254 243 232 / 0.8);
}

.border-ozc-50\/90 {
  border-color: rgb(254 243 232 / 0.9);
}

.border-ozc-50\/95 {
  border-color: rgb(254 243 232 / 0.95);
}

.border-ozc-500 {
  --tw-border-opacity: 1;
  border-color: rgb(255 110 96 / var(--tw-border-opacity));
}

.border-ozc-500\/0 {
  border-color: rgb(255 110 96 / 0);
}

.border-ozc-500\/10 {
  border-color: rgb(255 110 96 / 0.1);
}

.border-ozc-500\/100 {
  border-color: rgb(255 110 96 / 1);
}

.border-ozc-500\/20 {
  border-color: rgb(255 110 96 / 0.2);
}

.border-ozc-500\/25 {
  border-color: rgb(255 110 96 / 0.25);
}

.border-ozc-500\/30 {
  border-color: rgb(255 110 96 / 0.3);
}

.border-ozc-500\/40 {
  border-color: rgb(255 110 96 / 0.4);
}

.border-ozc-500\/5 {
  border-color: rgb(255 110 96 / 0.05);
}

.border-ozc-500\/50 {
  border-color: rgb(255 110 96 / 0.5);
}

.border-ozc-500\/60 {
  border-color: rgb(255 110 96 / 0.6);
}

.border-ozc-500\/70 {
  border-color: rgb(255 110 96 / 0.7);
}

.border-ozc-500\/75 {
  border-color: rgb(255 110 96 / 0.75);
}

.border-ozc-500\/80 {
  border-color: rgb(255 110 96 / 0.8);
}

.border-ozc-500\/90 {
  border-color: rgb(255 110 96 / 0.9);
}

.border-ozc-500\/95 {
  border-color: rgb(255 110 96 / 0.95);
}

.border-ozc-600 {
  --tw-border-opacity: 1;
  border-color: rgb(249 169 140 / var(--tw-border-opacity));
}

.border-ozc-600\/0 {
  border-color: rgb(249 169 140 / 0);
}

.border-ozc-600\/10 {
  border-color: rgb(249 169 140 / 0.1);
}

.border-ozc-600\/100 {
  border-color: rgb(249 169 140 / 1);
}

.border-ozc-600\/20 {
  border-color: rgb(249 169 140 / 0.2);
}

.border-ozc-600\/25 {
  border-color: rgb(249 169 140 / 0.25);
}

.border-ozc-600\/30 {
  border-color: rgb(249 169 140 / 0.3);
}

.border-ozc-600\/40 {
  border-color: rgb(249 169 140 / 0.4);
}

.border-ozc-600\/5 {
  border-color: rgb(249 169 140 / 0.05);
}

.border-ozc-600\/50 {
  border-color: rgb(249 169 140 / 0.5);
}

.border-ozc-600\/60 {
  border-color: rgb(249 169 140 / 0.6);
}

.border-ozc-600\/70 {
  border-color: rgb(249 169 140 / 0.7);
}

.border-ozc-600\/75 {
  border-color: rgb(249 169 140 / 0.75);
}

.border-ozc-600\/80 {
  border-color: rgb(249 169 140 / 0.8);
}

.border-ozc-600\/90 {
  border-color: rgb(249 169 140 / 0.9);
}

.border-ozc-600\/95 {
  border-color: rgb(249 169 140 / 0.95);
}

.border-ozc-700 {
  --tw-border-opacity: 1;
  border-color: rgb(246 148 114 / var(--tw-border-opacity));
}

.border-ozc-700\/0 {
  border-color: rgb(246 148 114 / 0);
}

.border-ozc-700\/10 {
  border-color: rgb(246 148 114 / 0.1);
}

.border-ozc-700\/100 {
  border-color: rgb(246 148 114 / 1);
}

.border-ozc-700\/20 {
  border-color: rgb(246 148 114 / 0.2);
}

.border-ozc-700\/25 {
  border-color: rgb(246 148 114 / 0.25);
}

.border-ozc-700\/30 {
  border-color: rgb(246 148 114 / 0.3);
}

.border-ozc-700\/40 {
  border-color: rgb(246 148 114 / 0.4);
}

.border-ozc-700\/5 {
  border-color: rgb(246 148 114 / 0.05);
}

.border-ozc-700\/50 {
  border-color: rgb(246 148 114 / 0.5);
}

.border-ozc-700\/60 {
  border-color: rgb(246 148 114 / 0.6);
}

.border-ozc-700\/70 {
  border-color: rgb(246 148 114 / 0.7);
}

.border-ozc-700\/75 {
  border-color: rgb(246 148 114 / 0.75);
}

.border-ozc-700\/80 {
  border-color: rgb(246 148 114 / 0.8);
}

.border-ozc-700\/90 {
  border-color: rgb(246 148 114 / 0.9);
}

.border-ozc-700\/95 {
  border-color: rgb(246 148 114 / 0.95);
}

.border-ozc-800 {
  --tw-border-opacity: 1;
  border-color: rgb(245 144 136 / var(--tw-border-opacity));
}

.border-ozc-800\/0 {
  border-color: rgb(245 144 136 / 0);
}

.border-ozc-800\/10 {
  border-color: rgb(245 144 136 / 0.1);
}

.border-ozc-800\/100 {
  border-color: rgb(245 144 136 / 1);
}

.border-ozc-800\/20 {
  border-color: rgb(245 144 136 / 0.2);
}

.border-ozc-800\/25 {
  border-color: rgb(245 144 136 / 0.25);
}

.border-ozc-800\/30 {
  border-color: rgb(245 144 136 / 0.3);
}

.border-ozc-800\/40 {
  border-color: rgb(245 144 136 / 0.4);
}

.border-ozc-800\/5 {
  border-color: rgb(245 144 136 / 0.05);
}

.border-ozc-800\/50 {
  border-color: rgb(245 144 136 / 0.5);
}

.border-ozc-800\/60 {
  border-color: rgb(245 144 136 / 0.6);
}

.border-ozc-800\/70 {
  border-color: rgb(245 144 136 / 0.7);
}

.border-ozc-800\/75 {
  border-color: rgb(245 144 136 / 0.75);
}

.border-ozc-800\/80 {
  border-color: rgb(245 144 136 / 0.8);
}

.border-ozc-800\/90 {
  border-color: rgb(245 144 136 / 0.9);
}

.border-ozc-800\/95 {
  border-color: rgb(245 144 136 / 0.95);
}

.border-ozc-900 {
  --tw-border-opacity: 1;
  border-color: rgb(243 121 124 / var(--tw-border-opacity));
}

.border-ozc-900\/0 {
  border-color: rgb(243 121 124 / 0);
}

.border-ozc-900\/10 {
  border-color: rgb(243 121 124 / 0.1);
}

.border-ozc-900\/100 {
  border-color: rgb(243 121 124 / 1);
}

.border-ozc-900\/20 {
  border-color: rgb(243 121 124 / 0.2);
}

.border-ozc-900\/25 {
  border-color: rgb(243 121 124 / 0.25);
}

.border-ozc-900\/30 {
  border-color: rgb(243 121 124 / 0.3);
}

.border-ozc-900\/40 {
  border-color: rgb(243 121 124 / 0.4);
}

.border-ozc-900\/5 {
  border-color: rgb(243 121 124 / 0.05);
}

.border-ozc-900\/50 {
  border-color: rgb(243 121 124 / 0.5);
}

.border-ozc-900\/60 {
  border-color: rgb(243 121 124 / 0.6);
}

.border-ozc-900\/70 {
  border-color: rgb(243 121 124 / 0.7);
}

.border-ozc-900\/75 {
  border-color: rgb(243 121 124 / 0.75);
}

.border-ozc-900\/80 {
  border-color: rgb(243 121 124 / 0.8);
}

.border-ozc-900\/90 {
  border-color: rgb(243 121 124 / 0.9);
}

.border-ozc-900\/95 {
  border-color: rgb(243 121 124 / 0.95);
}

.border-ozc-950 {
  --tw-border-opacity: 1;
  border-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.border-ozc-950\/0 {
  border-color: rgb(42 45 51 / 0);
}

.border-ozc-950\/10 {
  border-color: rgb(42 45 51 / 0.1);
}

.border-ozc-950\/100 {
  border-color: rgb(42 45 51 / 1);
}

.border-ozc-950\/20 {
  border-color: rgb(42 45 51 / 0.2);
}

.border-ozc-950\/25 {
  border-color: rgb(42 45 51 / 0.25);
}

.border-ozc-950\/30 {
  border-color: rgb(42 45 51 / 0.3);
}

.border-ozc-950\/40 {
  border-color: rgb(42 45 51 / 0.4);
}

.border-ozc-950\/5 {
  border-color: rgb(42 45 51 / 0.05);
}

.border-ozc-950\/50 {
  border-color: rgb(42 45 51 / 0.5);
}

.border-ozc-950\/60 {
  border-color: rgb(42 45 51 / 0.6);
}

.border-ozc-950\/70 {
  border-color: rgb(42 45 51 / 0.7);
}

.border-ozc-950\/75 {
  border-color: rgb(42 45 51 / 0.75);
}

.border-ozc-950\/80 {
  border-color: rgb(42 45 51 / 0.8);
}

.border-ozc-950\/90 {
  border-color: rgb(42 45 51 / 0.9);
}

.border-ozc-950\/95 {
  border-color: rgb(42 45 51 / 0.95);
}

.border-ozc-alt-100 {
  --tw-border-opacity: 1;
  border-color: rgb(255 250 230 / var(--tw-border-opacity));
}

.border-ozc-alt-100\/0 {
  border-color: rgb(255 250 230 / 0);
}

.border-ozc-alt-100\/10 {
  border-color: rgb(255 250 230 / 0.1);
}

.border-ozc-alt-100\/100 {
  border-color: rgb(255 250 230 / 1);
}

.border-ozc-alt-100\/20 {
  border-color: rgb(255 250 230 / 0.2);
}

.border-ozc-alt-100\/25 {
  border-color: rgb(255 250 230 / 0.25);
}

.border-ozc-alt-100\/30 {
  border-color: rgb(255 250 230 / 0.3);
}

.border-ozc-alt-100\/40 {
  border-color: rgb(255 250 230 / 0.4);
}

.border-ozc-alt-100\/5 {
  border-color: rgb(255 250 230 / 0.05);
}

.border-ozc-alt-100\/50 {
  border-color: rgb(255 250 230 / 0.5);
}

.border-ozc-alt-100\/60 {
  border-color: rgb(255 250 230 / 0.6);
}

.border-ozc-alt-100\/70 {
  border-color: rgb(255 250 230 / 0.7);
}

.border-ozc-alt-100\/75 {
  border-color: rgb(255 250 230 / 0.75);
}

.border-ozc-alt-100\/80 {
  border-color: rgb(255 250 230 / 0.8);
}

.border-ozc-alt-100\/90 {
  border-color: rgb(255 250 230 / 0.9);
}

.border-ozc-alt-100\/95 {
  border-color: rgb(255 250 230 / 0.95);
}

.border-ozc-alt-200 {
  --tw-border-opacity: 1;
  border-color: rgb(255 242 193 / var(--tw-border-opacity));
}

.border-ozc-alt-200\/0 {
  border-color: rgb(255 242 193 / 0);
}

.border-ozc-alt-200\/10 {
  border-color: rgb(255 242 193 / 0.1);
}

.border-ozc-alt-200\/100 {
  border-color: rgb(255 242 193 / 1);
}

.border-ozc-alt-200\/20 {
  border-color: rgb(255 242 193 / 0.2);
}

.border-ozc-alt-200\/25 {
  border-color: rgb(255 242 193 / 0.25);
}

.border-ozc-alt-200\/30 {
  border-color: rgb(255 242 193 / 0.3);
}

.border-ozc-alt-200\/40 {
  border-color: rgb(255 242 193 / 0.4);
}

.border-ozc-alt-200\/5 {
  border-color: rgb(255 242 193 / 0.05);
}

.border-ozc-alt-200\/50 {
  border-color: rgb(255 242 193 / 0.5);
}

.border-ozc-alt-200\/60 {
  border-color: rgb(255 242 193 / 0.6);
}

.border-ozc-alt-200\/70 {
  border-color: rgb(255 242 193 / 0.7);
}

.border-ozc-alt-200\/75 {
  border-color: rgb(255 242 193 / 0.75);
}

.border-ozc-alt-200\/80 {
  border-color: rgb(255 242 193 / 0.8);
}

.border-ozc-alt-200\/90 {
  border-color: rgb(255 242 193 / 0.9);
}

.border-ozc-alt-200\/95 {
  border-color: rgb(255 242 193 / 0.95);
}

.border-ozc-alt-300 {
  --tw-border-opacity: 1;
  border-color: rgb(255 235 155 / var(--tw-border-opacity));
}

.border-ozc-alt-300\/0 {
  border-color: rgb(255 235 155 / 0);
}

.border-ozc-alt-300\/10 {
  border-color: rgb(255 235 155 / 0.1);
}

.border-ozc-alt-300\/100 {
  border-color: rgb(255 235 155 / 1);
}

.border-ozc-alt-300\/20 {
  border-color: rgb(255 235 155 / 0.2);
}

.border-ozc-alt-300\/25 {
  border-color: rgb(255 235 155 / 0.25);
}

.border-ozc-alt-300\/30 {
  border-color: rgb(255 235 155 / 0.3);
}

.border-ozc-alt-300\/40 {
  border-color: rgb(255 235 155 / 0.4);
}

.border-ozc-alt-300\/5 {
  border-color: rgb(255 235 155 / 0.05);
}

.border-ozc-alt-300\/50 {
  border-color: rgb(255 235 155 / 0.5);
}

.border-ozc-alt-300\/60 {
  border-color: rgb(255 235 155 / 0.6);
}

.border-ozc-alt-300\/70 {
  border-color: rgb(255 235 155 / 0.7);
}

.border-ozc-alt-300\/75 {
  border-color: rgb(255 235 155 / 0.75);
}

.border-ozc-alt-300\/80 {
  border-color: rgb(255 235 155 / 0.8);
}

.border-ozc-alt-300\/90 {
  border-color: rgb(255 235 155 / 0.9);
}

.border-ozc-alt-300\/95 {
  border-color: rgb(255 235 155 / 0.95);
}

.border-ozc-alt-400 {
  --tw-border-opacity: 1;
  border-color: rgb(255 219 80 / var(--tw-border-opacity));
}

.border-ozc-alt-400\/0 {
  border-color: rgb(255 219 80 / 0);
}

.border-ozc-alt-400\/10 {
  border-color: rgb(255 219 80 / 0.1);
}

.border-ozc-alt-400\/100 {
  border-color: rgb(255 219 80 / 1);
}

.border-ozc-alt-400\/20 {
  border-color: rgb(255 219 80 / 0.2);
}

.border-ozc-alt-400\/25 {
  border-color: rgb(255 219 80 / 0.25);
}

.border-ozc-alt-400\/30 {
  border-color: rgb(255 219 80 / 0.3);
}

.border-ozc-alt-400\/40 {
  border-color: rgb(255 219 80 / 0.4);
}

.border-ozc-alt-400\/5 {
  border-color: rgb(255 219 80 / 0.05);
}

.border-ozc-alt-400\/50 {
  border-color: rgb(255 219 80 / 0.5);
}

.border-ozc-alt-400\/60 {
  border-color: rgb(255 219 80 / 0.6);
}

.border-ozc-alt-400\/70 {
  border-color: rgb(255 219 80 / 0.7);
}

.border-ozc-alt-400\/75 {
  border-color: rgb(255 219 80 / 0.75);
}

.border-ozc-alt-400\/80 {
  border-color: rgb(255 219 80 / 0.8);
}

.border-ozc-alt-400\/90 {
  border-color: rgb(255 219 80 / 0.9);
}

.border-ozc-alt-400\/95 {
  border-color: rgb(255 219 80 / 0.95);
}

.border-ozc-alt-50 {
  --tw-border-opacity: 1;
  border-color: rgb(255 252 243 / var(--tw-border-opacity));
}

.border-ozc-alt-50\/0 {
  border-color: rgb(255 252 243 / 0);
}

.border-ozc-alt-50\/10 {
  border-color: rgb(255 252 243 / 0.1);
}

.border-ozc-alt-50\/100 {
  border-color: rgb(255 252 243 / 1);
}

.border-ozc-alt-50\/20 {
  border-color: rgb(255 252 243 / 0.2);
}

.border-ozc-alt-50\/25 {
  border-color: rgb(255 252 243 / 0.25);
}

.border-ozc-alt-50\/30 {
  border-color: rgb(255 252 243 / 0.3);
}

.border-ozc-alt-50\/40 {
  border-color: rgb(255 252 243 / 0.4);
}

.border-ozc-alt-50\/5 {
  border-color: rgb(255 252 243 / 0.05);
}

.border-ozc-alt-50\/50 {
  border-color: rgb(255 252 243 / 0.5);
}

.border-ozc-alt-50\/60 {
  border-color: rgb(255 252 243 / 0.6);
}

.border-ozc-alt-50\/70 {
  border-color: rgb(255 252 243 / 0.7);
}

.border-ozc-alt-50\/75 {
  border-color: rgb(255 252 243 / 0.75);
}

.border-ozc-alt-50\/80 {
  border-color: rgb(255 252 243 / 0.8);
}

.border-ozc-alt-50\/90 {
  border-color: rgb(255 252 243 / 0.9);
}

.border-ozc-alt-50\/95 {
  border-color: rgb(255 252 243 / 0.95);
}

.border-ozc-alt-500 {
  --tw-border-opacity: 1;
  border-color: rgb(255 204 5 / var(--tw-border-opacity));
}

.border-ozc-alt-500\/0 {
  border-color: rgb(255 204 5 / 0);
}

.border-ozc-alt-500\/10 {
  border-color: rgb(255 204 5 / 0.1);
}

.border-ozc-alt-500\/100 {
  border-color: rgb(255 204 5 / 1);
}

.border-ozc-alt-500\/20 {
  border-color: rgb(255 204 5 / 0.2);
}

.border-ozc-alt-500\/25 {
  border-color: rgb(255 204 5 / 0.25);
}

.border-ozc-alt-500\/30 {
  border-color: rgb(255 204 5 / 0.3);
}

.border-ozc-alt-500\/40 {
  border-color: rgb(255 204 5 / 0.4);
}

.border-ozc-alt-500\/5 {
  border-color: rgb(255 204 5 / 0.05);
}

.border-ozc-alt-500\/50 {
  border-color: rgb(255 204 5 / 0.5);
}

.border-ozc-alt-500\/60 {
  border-color: rgb(255 204 5 / 0.6);
}

.border-ozc-alt-500\/70 {
  border-color: rgb(255 204 5 / 0.7);
}

.border-ozc-alt-500\/75 {
  border-color: rgb(255 204 5 / 0.75);
}

.border-ozc-alt-500\/80 {
  border-color: rgb(255 204 5 / 0.8);
}

.border-ozc-alt-500\/90 {
  border-color: rgb(255 204 5 / 0.9);
}

.border-ozc-alt-500\/95 {
  border-color: rgb(255 204 5 / 0.95);
}

.border-ozc-alt-600 {
  --tw-border-opacity: 1;
  border-color: rgb(230 184 5 / var(--tw-border-opacity));
}

.border-ozc-alt-600\/0 {
  border-color: rgb(230 184 5 / 0);
}

.border-ozc-alt-600\/10 {
  border-color: rgb(230 184 5 / 0.1);
}

.border-ozc-alt-600\/100 {
  border-color: rgb(230 184 5 / 1);
}

.border-ozc-alt-600\/20 {
  border-color: rgb(230 184 5 / 0.2);
}

.border-ozc-alt-600\/25 {
  border-color: rgb(230 184 5 / 0.25);
}

.border-ozc-alt-600\/30 {
  border-color: rgb(230 184 5 / 0.3);
}

.border-ozc-alt-600\/40 {
  border-color: rgb(230 184 5 / 0.4);
}

.border-ozc-alt-600\/5 {
  border-color: rgb(230 184 5 / 0.05);
}

.border-ozc-alt-600\/50 {
  border-color: rgb(230 184 5 / 0.5);
}

.border-ozc-alt-600\/60 {
  border-color: rgb(230 184 5 / 0.6);
}

.border-ozc-alt-600\/70 {
  border-color: rgb(230 184 5 / 0.7);
}

.border-ozc-alt-600\/75 {
  border-color: rgb(230 184 5 / 0.75);
}

.border-ozc-alt-600\/80 {
  border-color: rgb(230 184 5 / 0.8);
}

.border-ozc-alt-600\/90 {
  border-color: rgb(230 184 5 / 0.9);
}

.border-ozc-alt-600\/95 {
  border-color: rgb(230 184 5 / 0.95);
}

.border-ozc-alt-700 {
  --tw-border-opacity: 1;
  border-color: rgb(153 122 3 / var(--tw-border-opacity));
}

.border-ozc-alt-700\/0 {
  border-color: rgb(153 122 3 / 0);
}

.border-ozc-alt-700\/10 {
  border-color: rgb(153 122 3 / 0.1);
}

.border-ozc-alt-700\/100 {
  border-color: rgb(153 122 3 / 1);
}

.border-ozc-alt-700\/20 {
  border-color: rgb(153 122 3 / 0.2);
}

.border-ozc-alt-700\/25 {
  border-color: rgb(153 122 3 / 0.25);
}

.border-ozc-alt-700\/30 {
  border-color: rgb(153 122 3 / 0.3);
}

.border-ozc-alt-700\/40 {
  border-color: rgb(153 122 3 / 0.4);
}

.border-ozc-alt-700\/5 {
  border-color: rgb(153 122 3 / 0.05);
}

.border-ozc-alt-700\/50 {
  border-color: rgb(153 122 3 / 0.5);
}

.border-ozc-alt-700\/60 {
  border-color: rgb(153 122 3 / 0.6);
}

.border-ozc-alt-700\/70 {
  border-color: rgb(153 122 3 / 0.7);
}

.border-ozc-alt-700\/75 {
  border-color: rgb(153 122 3 / 0.75);
}

.border-ozc-alt-700\/80 {
  border-color: rgb(153 122 3 / 0.8);
}

.border-ozc-alt-700\/90 {
  border-color: rgb(153 122 3 / 0.9);
}

.border-ozc-alt-700\/95 {
  border-color: rgb(153 122 3 / 0.95);
}

.border-ozc-alt-800 {
  --tw-border-opacity: 1;
  border-color: rgb(115 92 2 / var(--tw-border-opacity));
}

.border-ozc-alt-800\/0 {
  border-color: rgb(115 92 2 / 0);
}

.border-ozc-alt-800\/10 {
  border-color: rgb(115 92 2 / 0.1);
}

.border-ozc-alt-800\/100 {
  border-color: rgb(115 92 2 / 1);
}

.border-ozc-alt-800\/20 {
  border-color: rgb(115 92 2 / 0.2);
}

.border-ozc-alt-800\/25 {
  border-color: rgb(115 92 2 / 0.25);
}

.border-ozc-alt-800\/30 {
  border-color: rgb(115 92 2 / 0.3);
}

.border-ozc-alt-800\/40 {
  border-color: rgb(115 92 2 / 0.4);
}

.border-ozc-alt-800\/5 {
  border-color: rgb(115 92 2 / 0.05);
}

.border-ozc-alt-800\/50 {
  border-color: rgb(115 92 2 / 0.5);
}

.border-ozc-alt-800\/60 {
  border-color: rgb(115 92 2 / 0.6);
}

.border-ozc-alt-800\/70 {
  border-color: rgb(115 92 2 / 0.7);
}

.border-ozc-alt-800\/75 {
  border-color: rgb(115 92 2 / 0.75);
}

.border-ozc-alt-800\/80 {
  border-color: rgb(115 92 2 / 0.8);
}

.border-ozc-alt-800\/90 {
  border-color: rgb(115 92 2 / 0.9);
}

.border-ozc-alt-800\/95 {
  border-color: rgb(115 92 2 / 0.95);
}

.border-ozc-alt-900 {
  --tw-border-opacity: 1;
  border-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.border-ozc-alt-900\/0 {
  border-color: rgb(42 45 51 / 0);
}

.border-ozc-alt-900\/10 {
  border-color: rgb(42 45 51 / 0.1);
}

.border-ozc-alt-900\/100 {
  border-color: rgb(42 45 51 / 1);
}

.border-ozc-alt-900\/20 {
  border-color: rgb(42 45 51 / 0.2);
}

.border-ozc-alt-900\/25 {
  border-color: rgb(42 45 51 / 0.25);
}

.border-ozc-alt-900\/30 {
  border-color: rgb(42 45 51 / 0.3);
}

.border-ozc-alt-900\/40 {
  border-color: rgb(42 45 51 / 0.4);
}

.border-ozc-alt-900\/5 {
  border-color: rgb(42 45 51 / 0.05);
}

.border-ozc-alt-900\/50 {
  border-color: rgb(42 45 51 / 0.5);
}

.border-ozc-alt-900\/60 {
  border-color: rgb(42 45 51 / 0.6);
}

.border-ozc-alt-900\/70 {
  border-color: rgb(42 45 51 / 0.7);
}

.border-ozc-alt-900\/75 {
  border-color: rgb(42 45 51 / 0.75);
}

.border-ozc-alt-900\/80 {
  border-color: rgb(42 45 51 / 0.8);
}

.border-ozc-alt-900\/90 {
  border-color: rgb(42 45 51 / 0.9);
}

.border-ozc-alt-900\/95 {
  border-color: rgb(42 45 51 / 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-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-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-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-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-tykhe-digital {
  --tw-border-opacity: 1;
  border-color: rgb(239 156 131 / var(--tw-border-opacity));
}

.border-tykhe-digital-alt {
  --tw-border-opacity: 1;
  border-color: rgb(245 239 224 / var(--tw-border-opacity));
}

.border-tykhe-digital-alt\/0 {
  border-color: rgb(245 239 224 / 0);
}

.border-tykhe-digital-alt\/10 {
  border-color: rgb(245 239 224 / 0.1);
}

.border-tykhe-digital-alt\/100 {
  border-color: rgb(245 239 224 / 1);
}

.border-tykhe-digital-alt\/20 {
  border-color: rgb(245 239 224 / 0.2);
}

.border-tykhe-digital-alt\/25 {
  border-color: rgb(245 239 224 / 0.25);
}

.border-tykhe-digital-alt\/30 {
  border-color: rgb(245 239 224 / 0.3);
}

.border-tykhe-digital-alt\/40 {
  border-color: rgb(245 239 224 / 0.4);
}

.border-tykhe-digital-alt\/5 {
  border-color: rgb(245 239 224 / 0.05);
}

.border-tykhe-digital-alt\/50 {
  border-color: rgb(245 239 224 / 0.5);
}

.border-tykhe-digital-alt\/60 {
  border-color: rgb(245 239 224 / 0.6);
}

.border-tykhe-digital-alt\/70 {
  border-color: rgb(245 239 224 / 0.7);
}

.border-tykhe-digital-alt\/75 {
  border-color: rgb(245 239 224 / 0.75);
}

.border-tykhe-digital-alt\/80 {
  border-color: rgb(245 239 224 / 0.8);
}

.border-tykhe-digital-alt\/90 {
  border-color: rgb(245 239 224 / 0.9);
}

.border-tykhe-digital-alt\/95 {
  border-color: rgb(245 239 224 / 0.95);
}

.border-tykhe-digital-alt2 {
  --tw-border-opacity: 1;
  border-color: rgb(255 58 111 / var(--tw-border-opacity));
}

.border-tykhe-digital-alt2\/0 {
  border-color: rgb(255 58 111 / 0);
}

.border-tykhe-digital-alt2\/10 {
  border-color: rgb(255 58 111 / 0.1);
}

.border-tykhe-digital-alt2\/100 {
  border-color: rgb(255 58 111 / 1);
}

.border-tykhe-digital-alt2\/20 {
  border-color: rgb(255 58 111 / 0.2);
}

.border-tykhe-digital-alt2\/25 {
  border-color: rgb(255 58 111 / 0.25);
}

.border-tykhe-digital-alt2\/30 {
  border-color: rgb(255 58 111 / 0.3);
}

.border-tykhe-digital-alt2\/40 {
  border-color: rgb(255 58 111 / 0.4);
}

.border-tykhe-digital-alt2\/5 {
  border-color: rgb(255 58 111 / 0.05);
}

.border-tykhe-digital-alt2\/50 {
  border-color: rgb(255 58 111 / 0.5);
}

.border-tykhe-digital-alt2\/60 {
  border-color: rgb(255 58 111 / 0.6);
}

.border-tykhe-digital-alt2\/70 {
  border-color: rgb(255 58 111 / 0.7);
}

.border-tykhe-digital-alt2\/75 {
  border-color: rgb(255 58 111 / 0.75);
}

.border-tykhe-digital-alt2\/80 {
  border-color: rgb(255 58 111 / 0.8);
}

.border-tykhe-digital-alt2\/90 {
  border-color: rgb(255 58 111 / 0.9);
}

.border-tykhe-digital-alt2\/95 {
  border-color: rgb(255 58 111 / 0.95);
}

.border-tykhe-digital-alt3 {
  --tw-border-opacity: 1;
  border-color: rgb(131 214 239 / var(--tw-border-opacity));
}

.border-tykhe-digital-alt3\/0 {
  border-color: rgb(131 214 239 / 0);
}

.border-tykhe-digital-alt3\/10 {
  border-color: rgb(131 214 239 / 0.1);
}

.border-tykhe-digital-alt3\/100 {
  border-color: rgb(131 214 239 / 1);
}

.border-tykhe-digital-alt3\/20 {
  border-color: rgb(131 214 239 / 0.2);
}

.border-tykhe-digital-alt3\/25 {
  border-color: rgb(131 214 239 / 0.25);
}

.border-tykhe-digital-alt3\/30 {
  border-color: rgb(131 214 239 / 0.3);
}

.border-tykhe-digital-alt3\/40 {
  border-color: rgb(131 214 239 / 0.4);
}

.border-tykhe-digital-alt3\/5 {
  border-color: rgb(131 214 239 / 0.05);
}

.border-tykhe-digital-alt3\/50 {
  border-color: rgb(131 214 239 / 0.5);
}

.border-tykhe-digital-alt3\/60 {
  border-color: rgb(131 214 239 / 0.6);
}

.border-tykhe-digital-alt3\/70 {
  border-color: rgb(131 214 239 / 0.7);
}

.border-tykhe-digital-alt3\/75 {
  border-color: rgb(131 214 239 / 0.75);
}

.border-tykhe-digital-alt3\/80 {
  border-color: rgb(131 214 239 / 0.8);
}

.border-tykhe-digital-alt3\/90 {
  border-color: rgb(131 214 239 / 0.9);
}

.border-tykhe-digital-alt3\/95 {
  border-color: rgb(131 214 239 / 0.95);
}

.border-tykhe-digital\/0 {
  border-color: rgb(239 156 131 / 0);
}

.border-tykhe-digital\/10 {
  border-color: rgb(239 156 131 / 0.1);
}

.border-tykhe-digital\/100 {
  border-color: rgb(239 156 131 / 1);
}

.border-tykhe-digital\/20 {
  border-color: rgb(239 156 131 / 0.2);
}

.border-tykhe-digital\/25 {
  border-color: rgb(239 156 131 / 0.25);
}

.border-tykhe-digital\/30 {
  border-color: rgb(239 156 131 / 0.3);
}

.border-tykhe-digital\/40 {
  border-color: rgb(239 156 131 / 0.4);
}

.border-tykhe-digital\/5 {
  border-color: rgb(239 156 131 / 0.05);
}

.border-tykhe-digital\/50 {
  border-color: rgb(239 156 131 / 0.5);
}

.border-tykhe-digital\/60 {
  border-color: rgb(239 156 131 / 0.6);
}

.border-tykhe-digital\/70 {
  border-color: rgb(239 156 131 / 0.7);
}

.border-tykhe-digital\/75 {
  border-color: rgb(239 156 131 / 0.75);
}

.border-tykhe-digital\/80 {
  border-color: rgb(239 156 131 / 0.8);
}

.border-tykhe-digital\/90 {
  border-color: rgb(239 156 131 / 0.9);
}

.border-tykhe-digital\/95 {
  border-color: rgb(239 156 131 / 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-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-work-identity-300 {
  --tw-border-opacity: 1;
  border-color: rgb(166 235 194 / var(--tw-border-opacity));
}

.border-work-identity-300\/0 {
  border-color: rgb(166 235 194 / 0);
}

.border-work-identity-300\/10 {
  border-color: rgb(166 235 194 / 0.1);
}

.border-work-identity-300\/100 {
  border-color: rgb(166 235 194 / 1);
}

.border-work-identity-300\/20 {
  border-color: rgb(166 235 194 / 0.2);
}

.border-work-identity-300\/25 {
  border-color: rgb(166 235 194 / 0.25);
}

.border-work-identity-300\/30 {
  border-color: rgb(166 235 194 / 0.3);
}

.border-work-identity-300\/40 {
  border-color: rgb(166 235 194 / 0.4);
}

.border-work-identity-300\/5 {
  border-color: rgb(166 235 194 / 0.05);
}

.border-work-identity-300\/50 {
  border-color: rgb(166 235 194 / 0.5);
}

.border-work-identity-300\/60 {
  border-color: rgb(166 235 194 / 0.6);
}

.border-work-identity-300\/70 {
  border-color: rgb(166 235 194 / 0.7);
}

.border-work-identity-300\/75 {
  border-color: rgb(166 235 194 / 0.75);
}

.border-work-identity-300\/80 {
  border-color: rgb(166 235 194 / 0.8);
}

.border-work-identity-300\/90 {
  border-color: rgb(166 235 194 / 0.9);
}

.border-work-identity-300\/95 {
  border-color: rgb(166 235 194 / 0.95);
}

.border-work-identity-400 {
  --tw-border-opacity: 1;
  border-color: rgb(83 221 139 / var(--tw-border-opacity));
}

.border-work-identity-400\/0 {
  border-color: rgb(83 221 139 / 0);
}

.border-work-identity-400\/10 {
  border-color: rgb(83 221 139 / 0.1);
}

.border-work-identity-400\/100 {
  border-color: rgb(83 221 139 / 1);
}

.border-work-identity-400\/20 {
  border-color: rgb(83 221 139 / 0.2);
}

.border-work-identity-400\/25 {
  border-color: rgb(83 221 139 / 0.25);
}

.border-work-identity-400\/30 {
  border-color: rgb(83 221 139 / 0.3);
}

.border-work-identity-400\/40 {
  border-color: rgb(83 221 139 / 0.4);
}

.border-work-identity-400\/5 {
  border-color: rgb(83 221 139 / 0.05);
}

.border-work-identity-400\/50 {
  border-color: rgb(83 221 139 / 0.5);
}

.border-work-identity-400\/60 {
  border-color: rgb(83 221 139 / 0.6);
}

.border-work-identity-400\/70 {
  border-color: rgb(83 221 139 / 0.7);
}

.border-work-identity-400\/75 {
  border-color: rgb(83 221 139 / 0.75);
}

.border-work-identity-400\/80 {
  border-color: rgb(83 221 139 / 0.8);
}

.border-work-identity-400\/90 {
  border-color: rgb(83 221 139 / 0.9);
}

.border-work-identity-400\/95 {
  border-color: rgb(83 221 139 / 0.95);
}

.border-work-identity-500 {
  --tw-border-opacity: 1;
  border-color: rgb(0 208 84 / var(--tw-border-opacity));
}

.border-work-identity-500\/0 {
  border-color: rgb(0 208 84 / 0);
}

.border-work-identity-500\/10 {
  border-color: rgb(0 208 84 / 0.1);
}

.border-work-identity-500\/100 {
  border-color: rgb(0 208 84 / 1);
}

.border-work-identity-500\/20 {
  border-color: rgb(0 208 84 / 0.2);
}

.border-work-identity-500\/25 {
  border-color: rgb(0 208 84 / 0.25);
}

.border-work-identity-500\/30 {
  border-color: rgb(0 208 84 / 0.3);
}

.border-work-identity-500\/40 {
  border-color: rgb(0 208 84 / 0.4);
}

.border-work-identity-500\/5 {
  border-color: rgb(0 208 84 / 0.05);
}

.border-work-identity-500\/50 {
  border-color: rgb(0 208 84 / 0.5);
}

.border-work-identity-500\/60 {
  border-color: rgb(0 208 84 / 0.6);
}

.border-work-identity-500\/70 {
  border-color: rgb(0 208 84 / 0.7);
}

.border-work-identity-500\/75 {
  border-color: rgb(0 208 84 / 0.75);
}

.border-work-identity-500\/80 {
  border-color: rgb(0 208 84 / 0.8);
}

.border-work-identity-500\/90 {
  border-color: rgb(0 208 84 / 0.9);
}

.border-work-identity-500\/95 {
  border-color: rgb(0 208 84 / 0.95);
}

.border-work-identity-900 {
  --tw-border-opacity: 1;
  border-color: rgb(249 249 249 / var(--tw-border-opacity));
}

.border-work-identity-900\/0 {
  border-color: rgb(249 249 249 / 0);
}

.border-work-identity-900\/10 {
  border-color: rgb(249 249 249 / 0.1);
}

.border-work-identity-900\/100 {
  border-color: rgb(249 249 249 / 1);
}

.border-work-identity-900\/20 {
  border-color: rgb(249 249 249 / 0.2);
}

.border-work-identity-900\/25 {
  border-color: rgb(249 249 249 / 0.25);
}

.border-work-identity-900\/30 {
  border-color: rgb(249 249 249 / 0.3);
}

.border-work-identity-900\/40 {
  border-color: rgb(249 249 249 / 0.4);
}

.border-work-identity-900\/5 {
  border-color: rgb(249 249 249 / 0.05);
}

.border-work-identity-900\/50 {
  border-color: rgb(249 249 249 / 0.5);
}

.border-work-identity-900\/60 {
  border-color: rgb(249 249 249 / 0.6);
}

.border-work-identity-900\/70 {
  border-color: rgb(249 249 249 / 0.7);
}

.border-work-identity-900\/75 {
  border-color: rgb(249 249 249 / 0.75);
}

.border-work-identity-900\/80 {
  border-color: rgb(249 249 249 / 0.8);
}

.border-work-identity-900\/90 {
  border-color: rgb(249 249 249 / 0.9);
}

.border-work-identity-900\/95 {
  border-color: rgb(249 249 249 / 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-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-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-brand-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(230 239 246 / var(--tw-border-opacity));
  border-right-color: rgb(230 239 246 / var(--tw-border-opacity));
}

.border-x-brand-100\/0 {
  border-left-color: rgb(230 239 246 / 0);
  border-right-color: rgb(230 239 246 / 0);
}

.border-x-brand-100\/10 {
  border-left-color: rgb(230 239 246 / 0.1);
  border-right-color: rgb(230 239 246 / 0.1);
}

.border-x-brand-100\/100 {
  border-left-color: rgb(230 239 246 / 1);
  border-right-color: rgb(230 239 246 / 1);
}

.border-x-brand-100\/20 {
  border-left-color: rgb(230 239 246 / 0.2);
  border-right-color: rgb(230 239 246 / 0.2);
}

.border-x-brand-100\/25 {
  border-left-color: rgb(230 239 246 / 0.25);
  border-right-color: rgb(230 239 246 / 0.25);
}

.border-x-brand-100\/30 {
  border-left-color: rgb(230 239 246 / 0.3);
  border-right-color: rgb(230 239 246 / 0.3);
}

.border-x-brand-100\/40 {
  border-left-color: rgb(230 239 246 / 0.4);
  border-right-color: rgb(230 239 246 / 0.4);
}

.border-x-brand-100\/5 {
  border-left-color: rgb(230 239 246 / 0.05);
  border-right-color: rgb(230 239 246 / 0.05);
}

.border-x-brand-100\/50 {
  border-left-color: rgb(230 239 246 / 0.5);
  border-right-color: rgb(230 239 246 / 0.5);
}

.border-x-brand-100\/60 {
  border-left-color: rgb(230 239 246 / 0.6);
  border-right-color: rgb(230 239 246 / 0.6);
}

.border-x-brand-100\/70 {
  border-left-color: rgb(230 239 246 / 0.7);
  border-right-color: rgb(230 239 246 / 0.7);
}

.border-x-brand-100\/75 {
  border-left-color: rgb(230 239 246 / 0.75);
  border-right-color: rgb(230 239 246 / 0.75);
}

.border-x-brand-100\/80 {
  border-left-color: rgb(230 239 246 / 0.8);
  border-right-color: rgb(230 239 246 / 0.8);
}

.border-x-brand-100\/90 {
  border-left-color: rgb(230 239 246 / 0.9);
  border-right-color: rgb(230 239 246 / 0.9);
}

.border-x-brand-100\/95 {
  border-left-color: rgb(230 239 246 / 0.95);
  border-right-color: rgb(230 239 246 / 0.95);
}

.border-x-brand-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(193 215 234 / var(--tw-border-opacity));
  border-right-color: rgb(193 215 234 / var(--tw-border-opacity));
}

.border-x-brand-200\/0 {
  border-left-color: rgb(193 215 234 / 0);
  border-right-color: rgb(193 215 234 / 0);
}

.border-x-brand-200\/10 {
  border-left-color: rgb(193 215 234 / 0.1);
  border-right-color: rgb(193 215 234 / 0.1);
}

.border-x-brand-200\/100 {
  border-left-color: rgb(193 215 234 / 1);
  border-right-color: rgb(193 215 234 / 1);
}

.border-x-brand-200\/20 {
  border-left-color: rgb(193 215 234 / 0.2);
  border-right-color: rgb(193 215 234 / 0.2);
}

.border-x-brand-200\/25 {
  border-left-color: rgb(193 215 234 / 0.25);
  border-right-color: rgb(193 215 234 / 0.25);
}

.border-x-brand-200\/30 {
  border-left-color: rgb(193 215 234 / 0.3);
  border-right-color: rgb(193 215 234 / 0.3);
}

.border-x-brand-200\/40 {
  border-left-color: rgb(193 215 234 / 0.4);
  border-right-color: rgb(193 215 234 / 0.4);
}

.border-x-brand-200\/5 {
  border-left-color: rgb(193 215 234 / 0.05);
  border-right-color: rgb(193 215 234 / 0.05);
}

.border-x-brand-200\/50 {
  border-left-color: rgb(193 215 234 / 0.5);
  border-right-color: rgb(193 215 234 / 0.5);
}

.border-x-brand-200\/60 {
  border-left-color: rgb(193 215 234 / 0.6);
  border-right-color: rgb(193 215 234 / 0.6);
}

.border-x-brand-200\/70 {
  border-left-color: rgb(193 215 234 / 0.7);
  border-right-color: rgb(193 215 234 / 0.7);
}

.border-x-brand-200\/75 {
  border-left-color: rgb(193 215 234 / 0.75);
  border-right-color: rgb(193 215 234 / 0.75);
}

.border-x-brand-200\/80 {
  border-left-color: rgb(193 215 234 / 0.8);
  border-right-color: rgb(193 215 234 / 0.8);
}

.border-x-brand-200\/90 {
  border-left-color: rgb(193 215 234 / 0.9);
  border-right-color: rgb(193 215 234 / 0.9);
}

.border-x-brand-200\/95 {
  border-left-color: rgb(193 215 234 / 0.95);
  border-right-color: rgb(193 215 234 / 0.95);
}

.border-x-brand-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(155 190 221 / var(--tw-border-opacity));
  border-right-color: rgb(155 190 221 / var(--tw-border-opacity));
}

.border-x-brand-300\/0 {
  border-left-color: rgb(155 190 221 / 0);
  border-right-color: rgb(155 190 221 / 0);
}

.border-x-brand-300\/10 {
  border-left-color: rgb(155 190 221 / 0.1);
  border-right-color: rgb(155 190 221 / 0.1);
}

.border-x-brand-300\/100 {
  border-left-color: rgb(155 190 221 / 1);
  border-right-color: rgb(155 190 221 / 1);
}

.border-x-brand-300\/20 {
  border-left-color: rgb(155 190 221 / 0.2);
  border-right-color: rgb(155 190 221 / 0.2);
}

.border-x-brand-300\/25 {
  border-left-color: rgb(155 190 221 / 0.25);
  border-right-color: rgb(155 190 221 / 0.25);
}

.border-x-brand-300\/30 {
  border-left-color: rgb(155 190 221 / 0.3);
  border-right-color: rgb(155 190 221 / 0.3);
}

.border-x-brand-300\/40 {
  border-left-color: rgb(155 190 221 / 0.4);
  border-right-color: rgb(155 190 221 / 0.4);
}

.border-x-brand-300\/5 {
  border-left-color: rgb(155 190 221 / 0.05);
  border-right-color: rgb(155 190 221 / 0.05);
}

.border-x-brand-300\/50 {
  border-left-color: rgb(155 190 221 / 0.5);
  border-right-color: rgb(155 190 221 / 0.5);
}

.border-x-brand-300\/60 {
  border-left-color: rgb(155 190 221 / 0.6);
  border-right-color: rgb(155 190 221 / 0.6);
}

.border-x-brand-300\/70 {
  border-left-color: rgb(155 190 221 / 0.7);
  border-right-color: rgb(155 190 221 / 0.7);
}

.border-x-brand-300\/75 {
  border-left-color: rgb(155 190 221 / 0.75);
  border-right-color: rgb(155 190 221 / 0.75);
}

.border-x-brand-300\/80 {
  border-left-color: rgb(155 190 221 / 0.8);
  border-right-color: rgb(155 190 221 / 0.8);
}

.border-x-brand-300\/90 {
  border-left-color: rgb(155 190 221 / 0.9);
  border-right-color: rgb(155 190 221 / 0.9);
}

.border-x-brand-300\/95 {
  border-left-color: rgb(155 190 221 / 0.95);
  border-right-color: rgb(155 190 221 / 0.95);
}

.border-x-brand-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(81 142 195 / var(--tw-border-opacity));
  border-right-color: rgb(81 142 195 / var(--tw-border-opacity));
}

.border-x-brand-400\/0 {
  border-left-color: rgb(81 142 195 / 0);
  border-right-color: rgb(81 142 195 / 0);
}

.border-x-brand-400\/10 {
  border-left-color: rgb(81 142 195 / 0.1);
  border-right-color: rgb(81 142 195 / 0.1);
}

.border-x-brand-400\/100 {
  border-left-color: rgb(81 142 195 / 1);
  border-right-color: rgb(81 142 195 / 1);
}

.border-x-brand-400\/20 {
  border-left-color: rgb(81 142 195 / 0.2);
  border-right-color: rgb(81 142 195 / 0.2);
}

.border-x-brand-400\/25 {
  border-left-color: rgb(81 142 195 / 0.25);
  border-right-color: rgb(81 142 195 / 0.25);
}

.border-x-brand-400\/30 {
  border-left-color: rgb(81 142 195 / 0.3);
  border-right-color: rgb(81 142 195 / 0.3);
}

.border-x-brand-400\/40 {
  border-left-color: rgb(81 142 195 / 0.4);
  border-right-color: rgb(81 142 195 / 0.4);
}

.border-x-brand-400\/5 {
  border-left-color: rgb(81 142 195 / 0.05);
  border-right-color: rgb(81 142 195 / 0.05);
}

.border-x-brand-400\/50 {
  border-left-color: rgb(81 142 195 / 0.5);
  border-right-color: rgb(81 142 195 / 0.5);
}

.border-x-brand-400\/60 {
  border-left-color: rgb(81 142 195 / 0.6);
  border-right-color: rgb(81 142 195 / 0.6);
}

.border-x-brand-400\/70 {
  border-left-color: rgb(81 142 195 / 0.7);
  border-right-color: rgb(81 142 195 / 0.7);
}

.border-x-brand-400\/75 {
  border-left-color: rgb(81 142 195 / 0.75);
  border-right-color: rgb(81 142 195 / 0.75);
}

.border-x-brand-400\/80 {
  border-left-color: rgb(81 142 195 / 0.8);
  border-right-color: rgb(81 142 195 / 0.8);
}

.border-x-brand-400\/90 {
  border-left-color: rgb(81 142 195 / 0.9);
  border-right-color: rgb(81 142 195 / 0.9);
}

.border-x-brand-400\/95 {
  border-left-color: rgb(81 142 195 / 0.95);
  border-right-color: rgb(81 142 195 / 0.95);
}

.border-x-brand-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(243 247 251 / var(--tw-border-opacity));
  border-right-color: rgb(243 247 251 / var(--tw-border-opacity));
}

.border-x-brand-50\/0 {
  border-left-color: rgb(243 247 251 / 0);
  border-right-color: rgb(243 247 251 / 0);
}

.border-x-brand-50\/10 {
  border-left-color: rgb(243 247 251 / 0.1);
  border-right-color: rgb(243 247 251 / 0.1);
}

.border-x-brand-50\/100 {
  border-left-color: rgb(243 247 251 / 1);
  border-right-color: rgb(243 247 251 / 1);
}

.border-x-brand-50\/20 {
  border-left-color: rgb(243 247 251 / 0.2);
  border-right-color: rgb(243 247 251 / 0.2);
}

.border-x-brand-50\/25 {
  border-left-color: rgb(243 247 251 / 0.25);
  border-right-color: rgb(243 247 251 / 0.25);
}

.border-x-brand-50\/30 {
  border-left-color: rgb(243 247 251 / 0.3);
  border-right-color: rgb(243 247 251 / 0.3);
}

.border-x-brand-50\/40 {
  border-left-color: rgb(243 247 251 / 0.4);
  border-right-color: rgb(243 247 251 / 0.4);
}

.border-x-brand-50\/5 {
  border-left-color: rgb(243 247 251 / 0.05);
  border-right-color: rgb(243 247 251 / 0.05);
}

.border-x-brand-50\/50 {
  border-left-color: rgb(243 247 251 / 0.5);
  border-right-color: rgb(243 247 251 / 0.5);
}

.border-x-brand-50\/60 {
  border-left-color: rgb(243 247 251 / 0.6);
  border-right-color: rgb(243 247 251 / 0.6);
}

.border-x-brand-50\/70 {
  border-left-color: rgb(243 247 251 / 0.7);
  border-right-color: rgb(243 247 251 / 0.7);
}

.border-x-brand-50\/75 {
  border-left-color: rgb(243 247 251 / 0.75);
  border-right-color: rgb(243 247 251 / 0.75);
}

.border-x-brand-50\/80 {
  border-left-color: rgb(243 247 251 / 0.8);
  border-right-color: rgb(243 247 251 / 0.8);
}

.border-x-brand-50\/90 {
  border-left-color: rgb(243 247 251 / 0.9);
  border-right-color: rgb(243 247 251 / 0.9);
}

.border-x-brand-50\/95 {
  border-left-color: rgb(243 247 251 / 0.95);
  border-right-color: rgb(243 247 251 / 0.95);
}

.border-x-brand-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(6 93 169 / var(--tw-border-opacity));
  border-right-color: rgb(6 93 169 / var(--tw-border-opacity));
}

.border-x-brand-500\/0 {
  border-left-color: rgb(6 93 169 / 0);
  border-right-color: rgb(6 93 169 / 0);
}

.border-x-brand-500\/10 {
  border-left-color: rgb(6 93 169 / 0.1);
  border-right-color: rgb(6 93 169 / 0.1);
}

.border-x-brand-500\/100 {
  border-left-color: rgb(6 93 169 / 1);
  border-right-color: rgb(6 93 169 / 1);
}

.border-x-brand-500\/20 {
  border-left-color: rgb(6 93 169 / 0.2);
  border-right-color: rgb(6 93 169 / 0.2);
}

.border-x-brand-500\/25 {
  border-left-color: rgb(6 93 169 / 0.25);
  border-right-color: rgb(6 93 169 / 0.25);
}

.border-x-brand-500\/30 {
  border-left-color: rgb(6 93 169 / 0.3);
  border-right-color: rgb(6 93 169 / 0.3);
}

.border-x-brand-500\/40 {
  border-left-color: rgb(6 93 169 / 0.4);
  border-right-color: rgb(6 93 169 / 0.4);
}

.border-x-brand-500\/5 {
  border-left-color: rgb(6 93 169 / 0.05);
  border-right-color: rgb(6 93 169 / 0.05);
}

.border-x-brand-500\/50 {
  border-left-color: rgb(6 93 169 / 0.5);
  border-right-color: rgb(6 93 169 / 0.5);
}

.border-x-brand-500\/60 {
  border-left-color: rgb(6 93 169 / 0.6);
  border-right-color: rgb(6 93 169 / 0.6);
}

.border-x-brand-500\/70 {
  border-left-color: rgb(6 93 169 / 0.7);
  border-right-color: rgb(6 93 169 / 0.7);
}

.border-x-brand-500\/75 {
  border-left-color: rgb(6 93 169 / 0.75);
  border-right-color: rgb(6 93 169 / 0.75);
}

.border-x-brand-500\/80 {
  border-left-color: rgb(6 93 169 / 0.8);
  border-right-color: rgb(6 93 169 / 0.8);
}

.border-x-brand-500\/90 {
  border-left-color: rgb(6 93 169 / 0.9);
  border-right-color: rgb(6 93 169 / 0.9);
}

.border-x-brand-500\/95 {
  border-left-color: rgb(6 93 169 / 0.95);
  border-right-color: rgb(6 93 169 / 0.95);
}

.border-x-brand-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(5 84 152 / var(--tw-border-opacity));
  border-right-color: rgb(5 84 152 / var(--tw-border-opacity));
}

.border-x-brand-600\/0 {
  border-left-color: rgb(5 84 152 / 0);
  border-right-color: rgb(5 84 152 / 0);
}

.border-x-brand-600\/10 {
  border-left-color: rgb(5 84 152 / 0.1);
  border-right-color: rgb(5 84 152 / 0.1);
}

.border-x-brand-600\/100 {
  border-left-color: rgb(5 84 152 / 1);
  border-right-color: rgb(5 84 152 / 1);
}

.border-x-brand-600\/20 {
  border-left-color: rgb(5 84 152 / 0.2);
  border-right-color: rgb(5 84 152 / 0.2);
}

.border-x-brand-600\/25 {
  border-left-color: rgb(5 84 152 / 0.25);
  border-right-color: rgb(5 84 152 / 0.25);
}

.border-x-brand-600\/30 {
  border-left-color: rgb(5 84 152 / 0.3);
  border-right-color: rgb(5 84 152 / 0.3);
}

.border-x-brand-600\/40 {
  border-left-color: rgb(5 84 152 / 0.4);
  border-right-color: rgb(5 84 152 / 0.4);
}

.border-x-brand-600\/5 {
  border-left-color: rgb(5 84 152 / 0.05);
  border-right-color: rgb(5 84 152 / 0.05);
}

.border-x-brand-600\/50 {
  border-left-color: rgb(5 84 152 / 0.5);
  border-right-color: rgb(5 84 152 / 0.5);
}

.border-x-brand-600\/60 {
  border-left-color: rgb(5 84 152 / 0.6);
  border-right-color: rgb(5 84 152 / 0.6);
}

.border-x-brand-600\/70 {
  border-left-color: rgb(5 84 152 / 0.7);
  border-right-color: rgb(5 84 152 / 0.7);
}

.border-x-brand-600\/75 {
  border-left-color: rgb(5 84 152 / 0.75);
  border-right-color: rgb(5 84 152 / 0.75);
}

.border-x-brand-600\/80 {
  border-left-color: rgb(5 84 152 / 0.8);
  border-right-color: rgb(5 84 152 / 0.8);
}

.border-x-brand-600\/90 {
  border-left-color: rgb(5 84 152 / 0.9);
  border-right-color: rgb(5 84 152 / 0.9);
}

.border-x-brand-600\/95 {
  border-left-color: rgb(5 84 152 / 0.95);
  border-right-color: rgb(5 84 152 / 0.95);
}

.border-x-brand-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(4 56 101 / var(--tw-border-opacity));
  border-right-color: rgb(4 56 101 / var(--tw-border-opacity));
}

.border-x-brand-700\/0 {
  border-left-color: rgb(4 56 101 / 0);
  border-right-color: rgb(4 56 101 / 0);
}

.border-x-brand-700\/10 {
  border-left-color: rgb(4 56 101 / 0.1);
  border-right-color: rgb(4 56 101 / 0.1);
}

.border-x-brand-700\/100 {
  border-left-color: rgb(4 56 101 / 1);
  border-right-color: rgb(4 56 101 / 1);
}

.border-x-brand-700\/20 {
  border-left-color: rgb(4 56 101 / 0.2);
  border-right-color: rgb(4 56 101 / 0.2);
}

.border-x-brand-700\/25 {
  border-left-color: rgb(4 56 101 / 0.25);
  border-right-color: rgb(4 56 101 / 0.25);
}

.border-x-brand-700\/30 {
  border-left-color: rgb(4 56 101 / 0.3);
  border-right-color: rgb(4 56 101 / 0.3);
}

.border-x-brand-700\/40 {
  border-left-color: rgb(4 56 101 / 0.4);
  border-right-color: rgb(4 56 101 / 0.4);
}

.border-x-brand-700\/5 {
  border-left-color: rgb(4 56 101 / 0.05);
  border-right-color: rgb(4 56 101 / 0.05);
}

.border-x-brand-700\/50 {
  border-left-color: rgb(4 56 101 / 0.5);
  border-right-color: rgb(4 56 101 / 0.5);
}

.border-x-brand-700\/60 {
  border-left-color: rgb(4 56 101 / 0.6);
  border-right-color: rgb(4 56 101 / 0.6);
}

.border-x-brand-700\/70 {
  border-left-color: rgb(4 56 101 / 0.7);
  border-right-color: rgb(4 56 101 / 0.7);
}

.border-x-brand-700\/75 {
  border-left-color: rgb(4 56 101 / 0.75);
  border-right-color: rgb(4 56 101 / 0.75);
}

.border-x-brand-700\/80 {
  border-left-color: rgb(4 56 101 / 0.8);
  border-right-color: rgb(4 56 101 / 0.8);
}

.border-x-brand-700\/90 {
  border-left-color: rgb(4 56 101 / 0.9);
  border-right-color: rgb(4 56 101 / 0.9);
}

.border-x-brand-700\/95 {
  border-left-color: rgb(4 56 101 / 0.95);
  border-right-color: rgb(4 56 101 / 0.95);
}

.border-x-brand-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(3 42 76 / var(--tw-border-opacity));
  border-right-color: rgb(3 42 76 / var(--tw-border-opacity));
}

.border-x-brand-800\/0 {
  border-left-color: rgb(3 42 76 / 0);
  border-right-color: rgb(3 42 76 / 0);
}

.border-x-brand-800\/10 {
  border-left-color: rgb(3 42 76 / 0.1);
  border-right-color: rgb(3 42 76 / 0.1);
}

.border-x-brand-800\/100 {
  border-left-color: rgb(3 42 76 / 1);
  border-right-color: rgb(3 42 76 / 1);
}

.border-x-brand-800\/20 {
  border-left-color: rgb(3 42 76 / 0.2);
  border-right-color: rgb(3 42 76 / 0.2);
}

.border-x-brand-800\/25 {
  border-left-color: rgb(3 42 76 / 0.25);
  border-right-color: rgb(3 42 76 / 0.25);
}

.border-x-brand-800\/30 {
  border-left-color: rgb(3 42 76 / 0.3);
  border-right-color: rgb(3 42 76 / 0.3);
}

.border-x-brand-800\/40 {
  border-left-color: rgb(3 42 76 / 0.4);
  border-right-color: rgb(3 42 76 / 0.4);
}

.border-x-brand-800\/5 {
  border-left-color: rgb(3 42 76 / 0.05);
  border-right-color: rgb(3 42 76 / 0.05);
}

.border-x-brand-800\/50 {
  border-left-color: rgb(3 42 76 / 0.5);
  border-right-color: rgb(3 42 76 / 0.5);
}

.border-x-brand-800\/60 {
  border-left-color: rgb(3 42 76 / 0.6);
  border-right-color: rgb(3 42 76 / 0.6);
}

.border-x-brand-800\/70 {
  border-left-color: rgb(3 42 76 / 0.7);
  border-right-color: rgb(3 42 76 / 0.7);
}

.border-x-brand-800\/75 {
  border-left-color: rgb(3 42 76 / 0.75);
  border-right-color: rgb(3 42 76 / 0.75);
}

.border-x-brand-800\/80 {
  border-left-color: rgb(3 42 76 / 0.8);
  border-right-color: rgb(3 42 76 / 0.8);
}

.border-x-brand-800\/90 {
  border-left-color: rgb(3 42 76 / 0.9);
  border-right-color: rgb(3 42 76 / 0.9);
}

.border-x-brand-800\/95 {
  border-left-color: rgb(3 42 76 / 0.95);
  border-right-color: rgb(3 42 76 / 0.95);
}

.border-x-brand-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(2 28 51 / var(--tw-border-opacity));
  border-right-color: rgb(2 28 51 / var(--tw-border-opacity));
}

.border-x-brand-900\/0 {
  border-left-color: rgb(2 28 51 / 0);
  border-right-color: rgb(2 28 51 / 0);
}

.border-x-brand-900\/10 {
  border-left-color: rgb(2 28 51 / 0.1);
  border-right-color: rgb(2 28 51 / 0.1);
}

.border-x-brand-900\/100 {
  border-left-color: rgb(2 28 51 / 1);
  border-right-color: rgb(2 28 51 / 1);
}

.border-x-brand-900\/20 {
  border-left-color: rgb(2 28 51 / 0.2);
  border-right-color: rgb(2 28 51 / 0.2);
}

.border-x-brand-900\/25 {
  border-left-color: rgb(2 28 51 / 0.25);
  border-right-color: rgb(2 28 51 / 0.25);
}

.border-x-brand-900\/30 {
  border-left-color: rgb(2 28 51 / 0.3);
  border-right-color: rgb(2 28 51 / 0.3);
}

.border-x-brand-900\/40 {
  border-left-color: rgb(2 28 51 / 0.4);
  border-right-color: rgb(2 28 51 / 0.4);
}

.border-x-brand-900\/5 {
  border-left-color: rgb(2 28 51 / 0.05);
  border-right-color: rgb(2 28 51 / 0.05);
}

.border-x-brand-900\/50 {
  border-left-color: rgb(2 28 51 / 0.5);
  border-right-color: rgb(2 28 51 / 0.5);
}

.border-x-brand-900\/60 {
  border-left-color: rgb(2 28 51 / 0.6);
  border-right-color: rgb(2 28 51 / 0.6);
}

.border-x-brand-900\/70 {
  border-left-color: rgb(2 28 51 / 0.7);
  border-right-color: rgb(2 28 51 / 0.7);
}

.border-x-brand-900\/75 {
  border-left-color: rgb(2 28 51 / 0.75);
  border-right-color: rgb(2 28 51 / 0.75);
}

.border-x-brand-900\/80 {
  border-left-color: rgb(2 28 51 / 0.8);
  border-right-color: rgb(2 28 51 / 0.8);
}

.border-x-brand-900\/90 {
  border-left-color: rgb(2 28 51 / 0.9);
  border-right-color: rgb(2 28 51 / 0.9);
}

.border-x-brand-900\/95 {
  border-left-color: rgb(2 28 51 / 0.95);
  border-right-color: rgb(2 28 51 / 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-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-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-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-interbeauty-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 197 175 / var(--tw-border-opacity));
  border-right-color: rgb(249 197 175 / var(--tw-border-opacity));
}

.border-x-interbeauty-100\/0 {
  border-left-color: rgb(249 197 175 / 0);
  border-right-color: rgb(249 197 175 / 0);
}

.border-x-interbeauty-100\/10 {
  border-left-color: rgb(249 197 175 / 0.1);
  border-right-color: rgb(249 197 175 / 0.1);
}

.border-x-interbeauty-100\/100 {
  border-left-color: rgb(249 197 175 / 1);
  border-right-color: rgb(249 197 175 / 1);
}

.border-x-interbeauty-100\/20 {
  border-left-color: rgb(249 197 175 / 0.2);
  border-right-color: rgb(249 197 175 / 0.2);
}

.border-x-interbeauty-100\/25 {
  border-left-color: rgb(249 197 175 / 0.25);
  border-right-color: rgb(249 197 175 / 0.25);
}

.border-x-interbeauty-100\/30 {
  border-left-color: rgb(249 197 175 / 0.3);
  border-right-color: rgb(249 197 175 / 0.3);
}

.border-x-interbeauty-100\/40 {
  border-left-color: rgb(249 197 175 / 0.4);
  border-right-color: rgb(249 197 175 / 0.4);
}

.border-x-interbeauty-100\/5 {
  border-left-color: rgb(249 197 175 / 0.05);
  border-right-color: rgb(249 197 175 / 0.05);
}

.border-x-interbeauty-100\/50 {
  border-left-color: rgb(249 197 175 / 0.5);
  border-right-color: rgb(249 197 175 / 0.5);
}

.border-x-interbeauty-100\/60 {
  border-left-color: rgb(249 197 175 / 0.6);
  border-right-color: rgb(249 197 175 / 0.6);
}

.border-x-interbeauty-100\/70 {
  border-left-color: rgb(249 197 175 / 0.7);
  border-right-color: rgb(249 197 175 / 0.7);
}

.border-x-interbeauty-100\/75 {
  border-left-color: rgb(249 197 175 / 0.75);
  border-right-color: rgb(249 197 175 / 0.75);
}

.border-x-interbeauty-100\/80 {
  border-left-color: rgb(249 197 175 / 0.8);
  border-right-color: rgb(249 197 175 / 0.8);
}

.border-x-interbeauty-100\/90 {
  border-left-color: rgb(249 197 175 / 0.9);
  border-right-color: rgb(249 197 175 / 0.9);
}

.border-x-interbeauty-100\/95 {
  border-left-color: rgb(249 197 175 / 0.95);
  border-right-color: rgb(249 197 175 / 0.95);
}

.border-x-interbeauty-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(241 182 191 / var(--tw-border-opacity));
  border-right-color: rgb(241 182 191 / var(--tw-border-opacity));
}

.border-x-interbeauty-200\/0 {
  border-left-color: rgb(241 182 191 / 0);
  border-right-color: rgb(241 182 191 / 0);
}

.border-x-interbeauty-200\/10 {
  border-left-color: rgb(241 182 191 / 0.1);
  border-right-color: rgb(241 182 191 / 0.1);
}

.border-x-interbeauty-200\/100 {
  border-left-color: rgb(241 182 191 / 1);
  border-right-color: rgb(241 182 191 / 1);
}

.border-x-interbeauty-200\/20 {
  border-left-color: rgb(241 182 191 / 0.2);
  border-right-color: rgb(241 182 191 / 0.2);
}

.border-x-interbeauty-200\/25 {
  border-left-color: rgb(241 182 191 / 0.25);
  border-right-color: rgb(241 182 191 / 0.25);
}

.border-x-interbeauty-200\/30 {
  border-left-color: rgb(241 182 191 / 0.3);
  border-right-color: rgb(241 182 191 / 0.3);
}

.border-x-interbeauty-200\/40 {
  border-left-color: rgb(241 182 191 / 0.4);
  border-right-color: rgb(241 182 191 / 0.4);
}

.border-x-interbeauty-200\/5 {
  border-left-color: rgb(241 182 191 / 0.05);
  border-right-color: rgb(241 182 191 / 0.05);
}

.border-x-interbeauty-200\/50 {
  border-left-color: rgb(241 182 191 / 0.5);
  border-right-color: rgb(241 182 191 / 0.5);
}

.border-x-interbeauty-200\/60 {
  border-left-color: rgb(241 182 191 / 0.6);
  border-right-color: rgb(241 182 191 / 0.6);
}

.border-x-interbeauty-200\/70 {
  border-left-color: rgb(241 182 191 / 0.7);
  border-right-color: rgb(241 182 191 / 0.7);
}

.border-x-interbeauty-200\/75 {
  border-left-color: rgb(241 182 191 / 0.75);
  border-right-color: rgb(241 182 191 / 0.75);
}

.border-x-interbeauty-200\/80 {
  border-left-color: rgb(241 182 191 / 0.8);
  border-right-color: rgb(241 182 191 / 0.8);
}

.border-x-interbeauty-200\/90 {
  border-left-color: rgb(241 182 191 / 0.9);
  border-right-color: rgb(241 182 191 / 0.9);
}

.border-x-interbeauty-200\/95 {
  border-left-color: rgb(241 182 191 / 0.95);
  border-right-color: rgb(241 182 191 / 0.95);
}

.border-x-interbeauty-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(182 219 231 / var(--tw-border-opacity));
  border-right-color: rgb(182 219 231 / var(--tw-border-opacity));
}

.border-x-interbeauty-300\/0 {
  border-left-color: rgb(182 219 231 / 0);
  border-right-color: rgb(182 219 231 / 0);
}

.border-x-interbeauty-300\/10 {
  border-left-color: rgb(182 219 231 / 0.1);
  border-right-color: rgb(182 219 231 / 0.1);
}

.border-x-interbeauty-300\/100 {
  border-left-color: rgb(182 219 231 / 1);
  border-right-color: rgb(182 219 231 / 1);
}

.border-x-interbeauty-300\/20 {
  border-left-color: rgb(182 219 231 / 0.2);
  border-right-color: rgb(182 219 231 / 0.2);
}

.border-x-interbeauty-300\/25 {
  border-left-color: rgb(182 219 231 / 0.25);
  border-right-color: rgb(182 219 231 / 0.25);
}

.border-x-interbeauty-300\/30 {
  border-left-color: rgb(182 219 231 / 0.3);
  border-right-color: rgb(182 219 231 / 0.3);
}

.border-x-interbeauty-300\/40 {
  border-left-color: rgb(182 219 231 / 0.4);
  border-right-color: rgb(182 219 231 / 0.4);
}

.border-x-interbeauty-300\/5 {
  border-left-color: rgb(182 219 231 / 0.05);
  border-right-color: rgb(182 219 231 / 0.05);
}

.border-x-interbeauty-300\/50 {
  border-left-color: rgb(182 219 231 / 0.5);
  border-right-color: rgb(182 219 231 / 0.5);
}

.border-x-interbeauty-300\/60 {
  border-left-color: rgb(182 219 231 / 0.6);
  border-right-color: rgb(182 219 231 / 0.6);
}

.border-x-interbeauty-300\/70 {
  border-left-color: rgb(182 219 231 / 0.7);
  border-right-color: rgb(182 219 231 / 0.7);
}

.border-x-interbeauty-300\/75 {
  border-left-color: rgb(182 219 231 / 0.75);
  border-right-color: rgb(182 219 231 / 0.75);
}

.border-x-interbeauty-300\/80 {
  border-left-color: rgb(182 219 231 / 0.8);
  border-right-color: rgb(182 219 231 / 0.8);
}

.border-x-interbeauty-300\/90 {
  border-left-color: rgb(182 219 231 / 0.9);
  border-right-color: rgb(182 219 231 / 0.9);
}

.border-x-interbeauty-300\/95 {
  border-left-color: rgb(182 219 231 / 0.95);
  border-right-color: rgb(182 219 231 / 0.95);
}

.border-x-interbeauty-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 250 247 / var(--tw-border-opacity));
  border-right-color: rgb(254 250 247 / var(--tw-border-opacity));
}

.border-x-interbeauty-400\/0 {
  border-left-color: rgb(254 250 247 / 0);
  border-right-color: rgb(254 250 247 / 0);
}

.border-x-interbeauty-400\/10 {
  border-left-color: rgb(254 250 247 / 0.1);
  border-right-color: rgb(254 250 247 / 0.1);
}

.border-x-interbeauty-400\/100 {
  border-left-color: rgb(254 250 247 / 1);
  border-right-color: rgb(254 250 247 / 1);
}

.border-x-interbeauty-400\/20 {
  border-left-color: rgb(254 250 247 / 0.2);
  border-right-color: rgb(254 250 247 / 0.2);
}

.border-x-interbeauty-400\/25 {
  border-left-color: rgb(254 250 247 / 0.25);
  border-right-color: rgb(254 250 247 / 0.25);
}

.border-x-interbeauty-400\/30 {
  border-left-color: rgb(254 250 247 / 0.3);
  border-right-color: rgb(254 250 247 / 0.3);
}

.border-x-interbeauty-400\/40 {
  border-left-color: rgb(254 250 247 / 0.4);
  border-right-color: rgb(254 250 247 / 0.4);
}

.border-x-interbeauty-400\/5 {
  border-left-color: rgb(254 250 247 / 0.05);
  border-right-color: rgb(254 250 247 / 0.05);
}

.border-x-interbeauty-400\/50 {
  border-left-color: rgb(254 250 247 / 0.5);
  border-right-color: rgb(254 250 247 / 0.5);
}

.border-x-interbeauty-400\/60 {
  border-left-color: rgb(254 250 247 / 0.6);
  border-right-color: rgb(254 250 247 / 0.6);
}

.border-x-interbeauty-400\/70 {
  border-left-color: rgb(254 250 247 / 0.7);
  border-right-color: rgb(254 250 247 / 0.7);
}

.border-x-interbeauty-400\/75 {
  border-left-color: rgb(254 250 247 / 0.75);
  border-right-color: rgb(254 250 247 / 0.75);
}

.border-x-interbeauty-400\/80 {
  border-left-color: rgb(254 250 247 / 0.8);
  border-right-color: rgb(254 250 247 / 0.8);
}

.border-x-interbeauty-400\/90 {
  border-left-color: rgb(254 250 247 / 0.9);
  border-right-color: rgb(254 250 247 / 0.9);
}

.border-x-interbeauty-400\/95 {
  border-left-color: rgb(254 250 247 / 0.95);
  border-right-color: rgb(254 250 247 / 0.95);
}

.border-x-interbeauty-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(193 225 224 / var(--tw-border-opacity));
  border-right-color: rgb(193 225 224 / var(--tw-border-opacity));
}

.border-x-interbeauty-500\/0 {
  border-left-color: rgb(193 225 224 / 0);
  border-right-color: rgb(193 225 224 / 0);
}

.border-x-interbeauty-500\/10 {
  border-left-color: rgb(193 225 224 / 0.1);
  border-right-color: rgb(193 225 224 / 0.1);
}

.border-x-interbeauty-500\/100 {
  border-left-color: rgb(193 225 224 / 1);
  border-right-color: rgb(193 225 224 / 1);
}

.border-x-interbeauty-500\/20 {
  border-left-color: rgb(193 225 224 / 0.2);
  border-right-color: rgb(193 225 224 / 0.2);
}

.border-x-interbeauty-500\/25 {
  border-left-color: rgb(193 225 224 / 0.25);
  border-right-color: rgb(193 225 224 / 0.25);
}

.border-x-interbeauty-500\/30 {
  border-left-color: rgb(193 225 224 / 0.3);
  border-right-color: rgb(193 225 224 / 0.3);
}

.border-x-interbeauty-500\/40 {
  border-left-color: rgb(193 225 224 / 0.4);
  border-right-color: rgb(193 225 224 / 0.4);
}

.border-x-interbeauty-500\/5 {
  border-left-color: rgb(193 225 224 / 0.05);
  border-right-color: rgb(193 225 224 / 0.05);
}

.border-x-interbeauty-500\/50 {
  border-left-color: rgb(193 225 224 / 0.5);
  border-right-color: rgb(193 225 224 / 0.5);
}

.border-x-interbeauty-500\/60 {
  border-left-color: rgb(193 225 224 / 0.6);
  border-right-color: rgb(193 225 224 / 0.6);
}

.border-x-interbeauty-500\/70 {
  border-left-color: rgb(193 225 224 / 0.7);
  border-right-color: rgb(193 225 224 / 0.7);
}

.border-x-interbeauty-500\/75 {
  border-left-color: rgb(193 225 224 / 0.75);
  border-right-color: rgb(193 225 224 / 0.75);
}

.border-x-interbeauty-500\/80 {
  border-left-color: rgb(193 225 224 / 0.8);
  border-right-color: rgb(193 225 224 / 0.8);
}

.border-x-interbeauty-500\/90 {
  border-left-color: rgb(193 225 224 / 0.9);
  border-right-color: rgb(193 225 224 / 0.9);
}

.border-x-interbeauty-500\/95 {
  border-left-color: rgb(193 225 224 / 0.95);
  border-right-color: rgb(193 225 224 / 0.95);
}

.border-x-interbeauty-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(88 88 94 / var(--tw-border-opacity));
  border-right-color: rgb(88 88 94 / var(--tw-border-opacity));
}

.border-x-interbeauty-600\/0 {
  border-left-color: rgb(88 88 94 / 0);
  border-right-color: rgb(88 88 94 / 0);
}

.border-x-interbeauty-600\/10 {
  border-left-color: rgb(88 88 94 / 0.1);
  border-right-color: rgb(88 88 94 / 0.1);
}

.border-x-interbeauty-600\/100 {
  border-left-color: rgb(88 88 94 / 1);
  border-right-color: rgb(88 88 94 / 1);
}

.border-x-interbeauty-600\/20 {
  border-left-color: rgb(88 88 94 / 0.2);
  border-right-color: rgb(88 88 94 / 0.2);
}

.border-x-interbeauty-600\/25 {
  border-left-color: rgb(88 88 94 / 0.25);
  border-right-color: rgb(88 88 94 / 0.25);
}

.border-x-interbeauty-600\/30 {
  border-left-color: rgb(88 88 94 / 0.3);
  border-right-color: rgb(88 88 94 / 0.3);
}

.border-x-interbeauty-600\/40 {
  border-left-color: rgb(88 88 94 / 0.4);
  border-right-color: rgb(88 88 94 / 0.4);
}

.border-x-interbeauty-600\/5 {
  border-left-color: rgb(88 88 94 / 0.05);
  border-right-color: rgb(88 88 94 / 0.05);
}

.border-x-interbeauty-600\/50 {
  border-left-color: rgb(88 88 94 / 0.5);
  border-right-color: rgb(88 88 94 / 0.5);
}

.border-x-interbeauty-600\/60 {
  border-left-color: rgb(88 88 94 / 0.6);
  border-right-color: rgb(88 88 94 / 0.6);
}

.border-x-interbeauty-600\/70 {
  border-left-color: rgb(88 88 94 / 0.7);
  border-right-color: rgb(88 88 94 / 0.7);
}

.border-x-interbeauty-600\/75 {
  border-left-color: rgb(88 88 94 / 0.75);
  border-right-color: rgb(88 88 94 / 0.75);
}

.border-x-interbeauty-600\/80 {
  border-left-color: rgb(88 88 94 / 0.8);
  border-right-color: rgb(88 88 94 / 0.8);
}

.border-x-interbeauty-600\/90 {
  border-left-color: rgb(88 88 94 / 0.9);
  border-right-color: rgb(88 88 94 / 0.9);
}

.border-x-interbeauty-600\/95 {
  border-left-color: rgb(88 88 94 / 0.95);
  border-right-color: rgb(88 88 94 / 0.95);
}

.border-x-ipnvaluers-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 40 87 / var(--tw-border-opacity));
  border-right-color: rgb(0 40 87 / var(--tw-border-opacity));
}

.border-x-ipnvaluers-200\/0 {
  border-left-color: rgb(0 40 87 / 0);
  border-right-color: rgb(0 40 87 / 0);
}

.border-x-ipnvaluers-200\/10 {
  border-left-color: rgb(0 40 87 / 0.1);
  border-right-color: rgb(0 40 87 / 0.1);
}

.border-x-ipnvaluers-200\/100 {
  border-left-color: rgb(0 40 87 / 1);
  border-right-color: rgb(0 40 87 / 1);
}

.border-x-ipnvaluers-200\/20 {
  border-left-color: rgb(0 40 87 / 0.2);
  border-right-color: rgb(0 40 87 / 0.2);
}

.border-x-ipnvaluers-200\/25 {
  border-left-color: rgb(0 40 87 / 0.25);
  border-right-color: rgb(0 40 87 / 0.25);
}

.border-x-ipnvaluers-200\/30 {
  border-left-color: rgb(0 40 87 / 0.3);
  border-right-color: rgb(0 40 87 / 0.3);
}

.border-x-ipnvaluers-200\/40 {
  border-left-color: rgb(0 40 87 / 0.4);
  border-right-color: rgb(0 40 87 / 0.4);
}

.border-x-ipnvaluers-200\/5 {
  border-left-color: rgb(0 40 87 / 0.05);
  border-right-color: rgb(0 40 87 / 0.05);
}

.border-x-ipnvaluers-200\/50 {
  border-left-color: rgb(0 40 87 / 0.5);
  border-right-color: rgb(0 40 87 / 0.5);
}

.border-x-ipnvaluers-200\/60 {
  border-left-color: rgb(0 40 87 / 0.6);
  border-right-color: rgb(0 40 87 / 0.6);
}

.border-x-ipnvaluers-200\/70 {
  border-left-color: rgb(0 40 87 / 0.7);
  border-right-color: rgb(0 40 87 / 0.7);
}

.border-x-ipnvaluers-200\/75 {
  border-left-color: rgb(0 40 87 / 0.75);
  border-right-color: rgb(0 40 87 / 0.75);
}

.border-x-ipnvaluers-200\/80 {
  border-left-color: rgb(0 40 87 / 0.8);
  border-right-color: rgb(0 40 87 / 0.8);
}

.border-x-ipnvaluers-200\/90 {
  border-left-color: rgb(0 40 87 / 0.9);
  border-right-color: rgb(0 40 87 / 0.9);
}

.border-x-ipnvaluers-200\/95 {
  border-left-color: rgb(0 40 87 / 0.95);
  border-right-color: rgb(0 40 87 / 0.95);
}

.border-x-ipnvaluers-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(196 107 22 / var(--tw-border-opacity));
  border-right-color: rgb(196 107 22 / var(--tw-border-opacity));
}

.border-x-ipnvaluers-400\/0 {
  border-left-color: rgb(196 107 22 / 0);
  border-right-color: rgb(196 107 22 / 0);
}

.border-x-ipnvaluers-400\/10 {
  border-left-color: rgb(196 107 22 / 0.1);
  border-right-color: rgb(196 107 22 / 0.1);
}

.border-x-ipnvaluers-400\/100 {
  border-left-color: rgb(196 107 22 / 1);
  border-right-color: rgb(196 107 22 / 1);
}

.border-x-ipnvaluers-400\/20 {
  border-left-color: rgb(196 107 22 / 0.2);
  border-right-color: rgb(196 107 22 / 0.2);
}

.border-x-ipnvaluers-400\/25 {
  border-left-color: rgb(196 107 22 / 0.25);
  border-right-color: rgb(196 107 22 / 0.25);
}

.border-x-ipnvaluers-400\/30 {
  border-left-color: rgb(196 107 22 / 0.3);
  border-right-color: rgb(196 107 22 / 0.3);
}

.border-x-ipnvaluers-400\/40 {
  border-left-color: rgb(196 107 22 / 0.4);
  border-right-color: rgb(196 107 22 / 0.4);
}

.border-x-ipnvaluers-400\/5 {
  border-left-color: rgb(196 107 22 / 0.05);
  border-right-color: rgb(196 107 22 / 0.05);
}

.border-x-ipnvaluers-400\/50 {
  border-left-color: rgb(196 107 22 / 0.5);
  border-right-color: rgb(196 107 22 / 0.5);
}

.border-x-ipnvaluers-400\/60 {
  border-left-color: rgb(196 107 22 / 0.6);
  border-right-color: rgb(196 107 22 / 0.6);
}

.border-x-ipnvaluers-400\/70 {
  border-left-color: rgb(196 107 22 / 0.7);
  border-right-color: rgb(196 107 22 / 0.7);
}

.border-x-ipnvaluers-400\/75 {
  border-left-color: rgb(196 107 22 / 0.75);
  border-right-color: rgb(196 107 22 / 0.75);
}

.border-x-ipnvaluers-400\/80 {
  border-left-color: rgb(196 107 22 / 0.8);
  border-right-color: rgb(196 107 22 / 0.8);
}

.border-x-ipnvaluers-400\/90 {
  border-left-color: rgb(196 107 22 / 0.9);
  border-right-color: rgb(196 107 22 / 0.9);
}

.border-x-ipnvaluers-400\/95 {
  border-left-color: rgb(196 107 22 / 0.95);
  border-right-color: rgb(196 107 22 / 0.95);
}

.border-x-ipnvaluers-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 174 21 / var(--tw-border-opacity));
  border-right-color: rgb(245 174 21 / var(--tw-border-opacity));
}

.border-x-ipnvaluers-500\/0 {
  border-left-color: rgb(245 174 21 / 0);
  border-right-color: rgb(245 174 21 / 0);
}

.border-x-ipnvaluers-500\/10 {
  border-left-color: rgb(245 174 21 / 0.1);
  border-right-color: rgb(245 174 21 / 0.1);
}

.border-x-ipnvaluers-500\/100 {
  border-left-color: rgb(245 174 21 / 1);
  border-right-color: rgb(245 174 21 / 1);
}

.border-x-ipnvaluers-500\/20 {
  border-left-color: rgb(245 174 21 / 0.2);
  border-right-color: rgb(245 174 21 / 0.2);
}

.border-x-ipnvaluers-500\/25 {
  border-left-color: rgb(245 174 21 / 0.25);
  border-right-color: rgb(245 174 21 / 0.25);
}

.border-x-ipnvaluers-500\/30 {
  border-left-color: rgb(245 174 21 / 0.3);
  border-right-color: rgb(245 174 21 / 0.3);
}

.border-x-ipnvaluers-500\/40 {
  border-left-color: rgb(245 174 21 / 0.4);
  border-right-color: rgb(245 174 21 / 0.4);
}

.border-x-ipnvaluers-500\/5 {
  border-left-color: rgb(245 174 21 / 0.05);
  border-right-color: rgb(245 174 21 / 0.05);
}

.border-x-ipnvaluers-500\/50 {
  border-left-color: rgb(245 174 21 / 0.5);
  border-right-color: rgb(245 174 21 / 0.5);
}

.border-x-ipnvaluers-500\/60 {
  border-left-color: rgb(245 174 21 / 0.6);
  border-right-color: rgb(245 174 21 / 0.6);
}

.border-x-ipnvaluers-500\/70 {
  border-left-color: rgb(245 174 21 / 0.7);
  border-right-color: rgb(245 174 21 / 0.7);
}

.border-x-ipnvaluers-500\/75 {
  border-left-color: rgb(245 174 21 / 0.75);
  border-right-color: rgb(245 174 21 / 0.75);
}

.border-x-ipnvaluers-500\/80 {
  border-left-color: rgb(245 174 21 / 0.8);
  border-right-color: rgb(245 174 21 / 0.8);
}

.border-x-ipnvaluers-500\/90 {
  border-left-color: rgb(245 174 21 / 0.9);
  border-right-color: rgb(245 174 21 / 0.9);
}

.border-x-ipnvaluers-500\/95 {
  border-left-color: rgb(245 174 21 / 0.95);
  border-right-color: rgb(245 174 21 / 0.95);
}

.border-x-jukejam-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 210 101 / var(--tw-border-opacity));
  border-right-color: rgb(250 210 101 / var(--tw-border-opacity));
}

.border-x-jukejam-500\/0 {
  border-left-color: rgb(250 210 101 / 0);
  border-right-color: rgb(250 210 101 / 0);
}

.border-x-jukejam-500\/10 {
  border-left-color: rgb(250 210 101 / 0.1);
  border-right-color: rgb(250 210 101 / 0.1);
}

.border-x-jukejam-500\/100 {
  border-left-color: rgb(250 210 101 / 1);
  border-right-color: rgb(250 210 101 / 1);
}

.border-x-jukejam-500\/20 {
  border-left-color: rgb(250 210 101 / 0.2);
  border-right-color: rgb(250 210 101 / 0.2);
}

.border-x-jukejam-500\/25 {
  border-left-color: rgb(250 210 101 / 0.25);
  border-right-color: rgb(250 210 101 / 0.25);
}

.border-x-jukejam-500\/30 {
  border-left-color: rgb(250 210 101 / 0.3);
  border-right-color: rgb(250 210 101 / 0.3);
}

.border-x-jukejam-500\/40 {
  border-left-color: rgb(250 210 101 / 0.4);
  border-right-color: rgb(250 210 101 / 0.4);
}

.border-x-jukejam-500\/5 {
  border-left-color: rgb(250 210 101 / 0.05);
  border-right-color: rgb(250 210 101 / 0.05);
}

.border-x-jukejam-500\/50 {
  border-left-color: rgb(250 210 101 / 0.5);
  border-right-color: rgb(250 210 101 / 0.5);
}

.border-x-jukejam-500\/60 {
  border-left-color: rgb(250 210 101 / 0.6);
  border-right-color: rgb(250 210 101 / 0.6);
}

.border-x-jukejam-500\/70 {
  border-left-color: rgb(250 210 101 / 0.7);
  border-right-color: rgb(250 210 101 / 0.7);
}

.border-x-jukejam-500\/75 {
  border-left-color: rgb(250 210 101 / 0.75);
  border-right-color: rgb(250 210 101 / 0.75);
}

.border-x-jukejam-500\/80 {
  border-left-color: rgb(250 210 101 / 0.8);
  border-right-color: rgb(250 210 101 / 0.8);
}

.border-x-jukejam-500\/90 {
  border-left-color: rgb(250 210 101 / 0.9);
  border-right-color: rgb(250 210 101 / 0.9);
}

.border-x-jukejam-500\/95 {
  border-left-color: rgb(250 210 101 / 0.95);
  border-right-color: rgb(250 210 101 / 0.95);
}

.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-nafisa-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(153 53 10 / var(--tw-border-opacity));
  border-right-color: rgb(153 53 10 / var(--tw-border-opacity));
}

.border-x-nafisa-500\/0 {
  border-left-color: rgb(153 53 10 / 0);
  border-right-color: rgb(153 53 10 / 0);
}

.border-x-nafisa-500\/10 {
  border-left-color: rgb(153 53 10 / 0.1);
  border-right-color: rgb(153 53 10 / 0.1);
}

.border-x-nafisa-500\/100 {
  border-left-color: rgb(153 53 10 / 1);
  border-right-color: rgb(153 53 10 / 1);
}

.border-x-nafisa-500\/20 {
  border-left-color: rgb(153 53 10 / 0.2);
  border-right-color: rgb(153 53 10 / 0.2);
}

.border-x-nafisa-500\/25 {
  border-left-color: rgb(153 53 10 / 0.25);
  border-right-color: rgb(153 53 10 / 0.25);
}

.border-x-nafisa-500\/30 {
  border-left-color: rgb(153 53 10 / 0.3);
  border-right-color: rgb(153 53 10 / 0.3);
}

.border-x-nafisa-500\/40 {
  border-left-color: rgb(153 53 10 / 0.4);
  border-right-color: rgb(153 53 10 / 0.4);
}

.border-x-nafisa-500\/5 {
  border-left-color: rgb(153 53 10 / 0.05);
  border-right-color: rgb(153 53 10 / 0.05);
}

.border-x-nafisa-500\/50 {
  border-left-color: rgb(153 53 10 / 0.5);
  border-right-color: rgb(153 53 10 / 0.5);
}

.border-x-nafisa-500\/60 {
  border-left-color: rgb(153 53 10 / 0.6);
  border-right-color: rgb(153 53 10 / 0.6);
}

.border-x-nafisa-500\/70 {
  border-left-color: rgb(153 53 10 / 0.7);
  border-right-color: rgb(153 53 10 / 0.7);
}

.border-x-nafisa-500\/75 {
  border-left-color: rgb(153 53 10 / 0.75);
  border-right-color: rgb(153 53 10 / 0.75);
}

.border-x-nafisa-500\/80 {
  border-left-color: rgb(153 53 10 / 0.8);
  border-right-color: rgb(153 53 10 / 0.8);
}

.border-x-nafisa-500\/90 {
  border-left-color: rgb(153 53 10 / 0.9);
  border-right-color: rgb(153 53 10 / 0.9);
}

.border-x-nafisa-500\/95 {
  border-left-color: rgb(153 53 10 / 0.95);
  border-right-color: rgb(153 53 10 / 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-ozc-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 239 235 / var(--tw-border-opacity));
  border-right-color: rgb(255 239 235 / var(--tw-border-opacity));
}

.border-x-ozc-100\/0 {
  border-left-color: rgb(255 239 235 / 0);
  border-right-color: rgb(255 239 235 / 0);
}

.border-x-ozc-100\/10 {
  border-left-color: rgb(255 239 235 / 0.1);
  border-right-color: rgb(255 239 235 / 0.1);
}

.border-x-ozc-100\/100 {
  border-left-color: rgb(255 239 235 / 1);
  border-right-color: rgb(255 239 235 / 1);
}

.border-x-ozc-100\/20 {
  border-left-color: rgb(255 239 235 / 0.2);
  border-right-color: rgb(255 239 235 / 0.2);
}

.border-x-ozc-100\/25 {
  border-left-color: rgb(255 239 235 / 0.25);
  border-right-color: rgb(255 239 235 / 0.25);
}

.border-x-ozc-100\/30 {
  border-left-color: rgb(255 239 235 / 0.3);
  border-right-color: rgb(255 239 235 / 0.3);
}

.border-x-ozc-100\/40 {
  border-left-color: rgb(255 239 235 / 0.4);
  border-right-color: rgb(255 239 235 / 0.4);
}

.border-x-ozc-100\/5 {
  border-left-color: rgb(255 239 235 / 0.05);
  border-right-color: rgb(255 239 235 / 0.05);
}

.border-x-ozc-100\/50 {
  border-left-color: rgb(255 239 235 / 0.5);
  border-right-color: rgb(255 239 235 / 0.5);
}

.border-x-ozc-100\/60 {
  border-left-color: rgb(255 239 235 / 0.6);
  border-right-color: rgb(255 239 235 / 0.6);
}

.border-x-ozc-100\/70 {
  border-left-color: rgb(255 239 235 / 0.7);
  border-right-color: rgb(255 239 235 / 0.7);
}

.border-x-ozc-100\/75 {
  border-left-color: rgb(255 239 235 / 0.75);
  border-right-color: rgb(255 239 235 / 0.75);
}

.border-x-ozc-100\/80 {
  border-left-color: rgb(255 239 235 / 0.8);
  border-right-color: rgb(255 239 235 / 0.8);
}

.border-x-ozc-100\/90 {
  border-left-color: rgb(255 239 235 / 0.9);
  border-right-color: rgb(255 239 235 / 0.9);
}

.border-x-ozc-100\/95 {
  border-left-color: rgb(255 239 235 / 0.95);
  border-right-color: rgb(255 239 235 / 0.95);
}

.border-x-ozc-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 225 222 / var(--tw-border-opacity));
  border-right-color: rgb(253 225 222 / var(--tw-border-opacity));
}

.border-x-ozc-200\/0 {
  border-left-color: rgb(253 225 222 / 0);
  border-right-color: rgb(253 225 222 / 0);
}

.border-x-ozc-200\/10 {
  border-left-color: rgb(253 225 222 / 0.1);
  border-right-color: rgb(253 225 222 / 0.1);
}

.border-x-ozc-200\/100 {
  border-left-color: rgb(253 225 222 / 1);
  border-right-color: rgb(253 225 222 / 1);
}

.border-x-ozc-200\/20 {
  border-left-color: rgb(253 225 222 / 0.2);
  border-right-color: rgb(253 225 222 / 0.2);
}

.border-x-ozc-200\/25 {
  border-left-color: rgb(253 225 222 / 0.25);
  border-right-color: rgb(253 225 222 / 0.25);
}

.border-x-ozc-200\/30 {
  border-left-color: rgb(253 225 222 / 0.3);
  border-right-color: rgb(253 225 222 / 0.3);
}

.border-x-ozc-200\/40 {
  border-left-color: rgb(253 225 222 / 0.4);
  border-right-color: rgb(253 225 222 / 0.4);
}

.border-x-ozc-200\/5 {
  border-left-color: rgb(253 225 222 / 0.05);
  border-right-color: rgb(253 225 222 / 0.05);
}

.border-x-ozc-200\/50 {
  border-left-color: rgb(253 225 222 / 0.5);
  border-right-color: rgb(253 225 222 / 0.5);
}

.border-x-ozc-200\/60 {
  border-left-color: rgb(253 225 222 / 0.6);
  border-right-color: rgb(253 225 222 / 0.6);
}

.border-x-ozc-200\/70 {
  border-left-color: rgb(253 225 222 / 0.7);
  border-right-color: rgb(253 225 222 / 0.7);
}

.border-x-ozc-200\/75 {
  border-left-color: rgb(253 225 222 / 0.75);
  border-right-color: rgb(253 225 222 / 0.75);
}

.border-x-ozc-200\/80 {
  border-left-color: rgb(253 225 222 / 0.8);
  border-right-color: rgb(253 225 222 / 0.8);
}

.border-x-ozc-200\/90 {
  border-left-color: rgb(253 225 222 / 0.9);
  border-right-color: rgb(253 225 222 / 0.9);
}

.border-x-ozc-200\/95 {
  border-left-color: rgb(253 225 222 / 0.95);
  border-right-color: rgb(253 225 222 / 0.95);
}

.border-x-ozc-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(248 181 181 / var(--tw-border-opacity));
  border-right-color: rgb(248 181 181 / var(--tw-border-opacity));
}

.border-x-ozc-300\/0 {
  border-left-color: rgb(248 181 181 / 0);
  border-right-color: rgb(248 181 181 / 0);
}

.border-x-ozc-300\/10 {
  border-left-color: rgb(248 181 181 / 0.1);
  border-right-color: rgb(248 181 181 / 0.1);
}

.border-x-ozc-300\/100 {
  border-left-color: rgb(248 181 181 / 1);
  border-right-color: rgb(248 181 181 / 1);
}

.border-x-ozc-300\/20 {
  border-left-color: rgb(248 181 181 / 0.2);
  border-right-color: rgb(248 181 181 / 0.2);
}

.border-x-ozc-300\/25 {
  border-left-color: rgb(248 181 181 / 0.25);
  border-right-color: rgb(248 181 181 / 0.25);
}

.border-x-ozc-300\/30 {
  border-left-color: rgb(248 181 181 / 0.3);
  border-right-color: rgb(248 181 181 / 0.3);
}

.border-x-ozc-300\/40 {
  border-left-color: rgb(248 181 181 / 0.4);
  border-right-color: rgb(248 181 181 / 0.4);
}

.border-x-ozc-300\/5 {
  border-left-color: rgb(248 181 181 / 0.05);
  border-right-color: rgb(248 181 181 / 0.05);
}

.border-x-ozc-300\/50 {
  border-left-color: rgb(248 181 181 / 0.5);
  border-right-color: rgb(248 181 181 / 0.5);
}

.border-x-ozc-300\/60 {
  border-left-color: rgb(248 181 181 / 0.6);
  border-right-color: rgb(248 181 181 / 0.6);
}

.border-x-ozc-300\/70 {
  border-left-color: rgb(248 181 181 / 0.7);
  border-right-color: rgb(248 181 181 / 0.7);
}

.border-x-ozc-300\/75 {
  border-left-color: rgb(248 181 181 / 0.75);
  border-right-color: rgb(248 181 181 / 0.75);
}

.border-x-ozc-300\/80 {
  border-left-color: rgb(248 181 181 / 0.8);
  border-right-color: rgb(248 181 181 / 0.8);
}

.border-x-ozc-300\/90 {
  border-left-color: rgb(248 181 181 / 0.9);
  border-right-color: rgb(248 181 181 / 0.9);
}

.border-x-ozc-300\/95 {
  border-left-color: rgb(248 181 181 / 0.95);
  border-right-color: rgb(248 181 181 / 0.95);
}

.border-x-ozc-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 189 173 / var(--tw-border-opacity));
  border-right-color: rgb(250 189 173 / var(--tw-border-opacity));
}

.border-x-ozc-400\/0 {
  border-left-color: rgb(250 189 173 / 0);
  border-right-color: rgb(250 189 173 / 0);
}

.border-x-ozc-400\/10 {
  border-left-color: rgb(250 189 173 / 0.1);
  border-right-color: rgb(250 189 173 / 0.1);
}

.border-x-ozc-400\/100 {
  border-left-color: rgb(250 189 173 / 1);
  border-right-color: rgb(250 189 173 / 1);
}

.border-x-ozc-400\/20 {
  border-left-color: rgb(250 189 173 / 0.2);
  border-right-color: rgb(250 189 173 / 0.2);
}

.border-x-ozc-400\/25 {
  border-left-color: rgb(250 189 173 / 0.25);
  border-right-color: rgb(250 189 173 / 0.25);
}

.border-x-ozc-400\/30 {
  border-left-color: rgb(250 189 173 / 0.3);
  border-right-color: rgb(250 189 173 / 0.3);
}

.border-x-ozc-400\/40 {
  border-left-color: rgb(250 189 173 / 0.4);
  border-right-color: rgb(250 189 173 / 0.4);
}

.border-x-ozc-400\/5 {
  border-left-color: rgb(250 189 173 / 0.05);
  border-right-color: rgb(250 189 173 / 0.05);
}

.border-x-ozc-400\/50 {
  border-left-color: rgb(250 189 173 / 0.5);
  border-right-color: rgb(250 189 173 / 0.5);
}

.border-x-ozc-400\/60 {
  border-left-color: rgb(250 189 173 / 0.6);
  border-right-color: rgb(250 189 173 / 0.6);
}

.border-x-ozc-400\/70 {
  border-left-color: rgb(250 189 173 / 0.7);
  border-right-color: rgb(250 189 173 / 0.7);
}

.border-x-ozc-400\/75 {
  border-left-color: rgb(250 189 173 / 0.75);
  border-right-color: rgb(250 189 173 / 0.75);
}

.border-x-ozc-400\/80 {
  border-left-color: rgb(250 189 173 / 0.8);
  border-right-color: rgb(250 189 173 / 0.8);
}

.border-x-ozc-400\/90 {
  border-left-color: rgb(250 189 173 / 0.9);
  border-right-color: rgb(250 189 173 / 0.9);
}

.border-x-ozc-400\/95 {
  border-left-color: rgb(250 189 173 / 0.95);
  border-right-color: rgb(250 189 173 / 0.95);
}

.border-x-ozc-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 243 232 / var(--tw-border-opacity));
  border-right-color: rgb(254 243 232 / var(--tw-border-opacity));
}

.border-x-ozc-50\/0 {
  border-left-color: rgb(254 243 232 / 0);
  border-right-color: rgb(254 243 232 / 0);
}

.border-x-ozc-50\/10 {
  border-left-color: rgb(254 243 232 / 0.1);
  border-right-color: rgb(254 243 232 / 0.1);
}

.border-x-ozc-50\/100 {
  border-left-color: rgb(254 243 232 / 1);
  border-right-color: rgb(254 243 232 / 1);
}

.border-x-ozc-50\/20 {
  border-left-color: rgb(254 243 232 / 0.2);
  border-right-color: rgb(254 243 232 / 0.2);
}

.border-x-ozc-50\/25 {
  border-left-color: rgb(254 243 232 / 0.25);
  border-right-color: rgb(254 243 232 / 0.25);
}

.border-x-ozc-50\/30 {
  border-left-color: rgb(254 243 232 / 0.3);
  border-right-color: rgb(254 243 232 / 0.3);
}

.border-x-ozc-50\/40 {
  border-left-color: rgb(254 243 232 / 0.4);
  border-right-color: rgb(254 243 232 / 0.4);
}

.border-x-ozc-50\/5 {
  border-left-color: rgb(254 243 232 / 0.05);
  border-right-color: rgb(254 243 232 / 0.05);
}

.border-x-ozc-50\/50 {
  border-left-color: rgb(254 243 232 / 0.5);
  border-right-color: rgb(254 243 232 / 0.5);
}

.border-x-ozc-50\/60 {
  border-left-color: rgb(254 243 232 / 0.6);
  border-right-color: rgb(254 243 232 / 0.6);
}

.border-x-ozc-50\/70 {
  border-left-color: rgb(254 243 232 / 0.7);
  border-right-color: rgb(254 243 232 / 0.7);
}

.border-x-ozc-50\/75 {
  border-left-color: rgb(254 243 232 / 0.75);
  border-right-color: rgb(254 243 232 / 0.75);
}

.border-x-ozc-50\/80 {
  border-left-color: rgb(254 243 232 / 0.8);
  border-right-color: rgb(254 243 232 / 0.8);
}

.border-x-ozc-50\/90 {
  border-left-color: rgb(254 243 232 / 0.9);
  border-right-color: rgb(254 243 232 / 0.9);
}

.border-x-ozc-50\/95 {
  border-left-color: rgb(254 243 232 / 0.95);
  border-right-color: rgb(254 243 232 / 0.95);
}

.border-x-ozc-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 110 96 / var(--tw-border-opacity));
  border-right-color: rgb(255 110 96 / var(--tw-border-opacity));
}

.border-x-ozc-500\/0 {
  border-left-color: rgb(255 110 96 / 0);
  border-right-color: rgb(255 110 96 / 0);
}

.border-x-ozc-500\/10 {
  border-left-color: rgb(255 110 96 / 0.1);
  border-right-color: rgb(255 110 96 / 0.1);
}

.border-x-ozc-500\/100 {
  border-left-color: rgb(255 110 96 / 1);
  border-right-color: rgb(255 110 96 / 1);
}

.border-x-ozc-500\/20 {
  border-left-color: rgb(255 110 96 / 0.2);
  border-right-color: rgb(255 110 96 / 0.2);
}

.border-x-ozc-500\/25 {
  border-left-color: rgb(255 110 96 / 0.25);
  border-right-color: rgb(255 110 96 / 0.25);
}

.border-x-ozc-500\/30 {
  border-left-color: rgb(255 110 96 / 0.3);
  border-right-color: rgb(255 110 96 / 0.3);
}

.border-x-ozc-500\/40 {
  border-left-color: rgb(255 110 96 / 0.4);
  border-right-color: rgb(255 110 96 / 0.4);
}

.border-x-ozc-500\/5 {
  border-left-color: rgb(255 110 96 / 0.05);
  border-right-color: rgb(255 110 96 / 0.05);
}

.border-x-ozc-500\/50 {
  border-left-color: rgb(255 110 96 / 0.5);
  border-right-color: rgb(255 110 96 / 0.5);
}

.border-x-ozc-500\/60 {
  border-left-color: rgb(255 110 96 / 0.6);
  border-right-color: rgb(255 110 96 / 0.6);
}

.border-x-ozc-500\/70 {
  border-left-color: rgb(255 110 96 / 0.7);
  border-right-color: rgb(255 110 96 / 0.7);
}

.border-x-ozc-500\/75 {
  border-left-color: rgb(255 110 96 / 0.75);
  border-right-color: rgb(255 110 96 / 0.75);
}

.border-x-ozc-500\/80 {
  border-left-color: rgb(255 110 96 / 0.8);
  border-right-color: rgb(255 110 96 / 0.8);
}

.border-x-ozc-500\/90 {
  border-left-color: rgb(255 110 96 / 0.9);
  border-right-color: rgb(255 110 96 / 0.9);
}

.border-x-ozc-500\/95 {
  border-left-color: rgb(255 110 96 / 0.95);
  border-right-color: rgb(255 110 96 / 0.95);
}

.border-x-ozc-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 169 140 / var(--tw-border-opacity));
  border-right-color: rgb(249 169 140 / var(--tw-border-opacity));
}

.border-x-ozc-600\/0 {
  border-left-color: rgb(249 169 140 / 0);
  border-right-color: rgb(249 169 140 / 0);
}

.border-x-ozc-600\/10 {
  border-left-color: rgb(249 169 140 / 0.1);
  border-right-color: rgb(249 169 140 / 0.1);
}

.border-x-ozc-600\/100 {
  border-left-color: rgb(249 169 140 / 1);
  border-right-color: rgb(249 169 140 / 1);
}

.border-x-ozc-600\/20 {
  border-left-color: rgb(249 169 140 / 0.2);
  border-right-color: rgb(249 169 140 / 0.2);
}

.border-x-ozc-600\/25 {
  border-left-color: rgb(249 169 140 / 0.25);
  border-right-color: rgb(249 169 140 / 0.25);
}

.border-x-ozc-600\/30 {
  border-left-color: rgb(249 169 140 / 0.3);
  border-right-color: rgb(249 169 140 / 0.3);
}

.border-x-ozc-600\/40 {
  border-left-color: rgb(249 169 140 / 0.4);
  border-right-color: rgb(249 169 140 / 0.4);
}

.border-x-ozc-600\/5 {
  border-left-color: rgb(249 169 140 / 0.05);
  border-right-color: rgb(249 169 140 / 0.05);
}

.border-x-ozc-600\/50 {
  border-left-color: rgb(249 169 140 / 0.5);
  border-right-color: rgb(249 169 140 / 0.5);
}

.border-x-ozc-600\/60 {
  border-left-color: rgb(249 169 140 / 0.6);
  border-right-color: rgb(249 169 140 / 0.6);
}

.border-x-ozc-600\/70 {
  border-left-color: rgb(249 169 140 / 0.7);
  border-right-color: rgb(249 169 140 / 0.7);
}

.border-x-ozc-600\/75 {
  border-left-color: rgb(249 169 140 / 0.75);
  border-right-color: rgb(249 169 140 / 0.75);
}

.border-x-ozc-600\/80 {
  border-left-color: rgb(249 169 140 / 0.8);
  border-right-color: rgb(249 169 140 / 0.8);
}

.border-x-ozc-600\/90 {
  border-left-color: rgb(249 169 140 / 0.9);
  border-right-color: rgb(249 169 140 / 0.9);
}

.border-x-ozc-600\/95 {
  border-left-color: rgb(249 169 140 / 0.95);
  border-right-color: rgb(249 169 140 / 0.95);
}

.border-x-ozc-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(246 148 114 / var(--tw-border-opacity));
  border-right-color: rgb(246 148 114 / var(--tw-border-opacity));
}

.border-x-ozc-700\/0 {
  border-left-color: rgb(246 148 114 / 0);
  border-right-color: rgb(246 148 114 / 0);
}

.border-x-ozc-700\/10 {
  border-left-color: rgb(246 148 114 / 0.1);
  border-right-color: rgb(246 148 114 / 0.1);
}

.border-x-ozc-700\/100 {
  border-left-color: rgb(246 148 114 / 1);
  border-right-color: rgb(246 148 114 / 1);
}

.border-x-ozc-700\/20 {
  border-left-color: rgb(246 148 114 / 0.2);
  border-right-color: rgb(246 148 114 / 0.2);
}

.border-x-ozc-700\/25 {
  border-left-color: rgb(246 148 114 / 0.25);
  border-right-color: rgb(246 148 114 / 0.25);
}

.border-x-ozc-700\/30 {
  border-left-color: rgb(246 148 114 / 0.3);
  border-right-color: rgb(246 148 114 / 0.3);
}

.border-x-ozc-700\/40 {
  border-left-color: rgb(246 148 114 / 0.4);
  border-right-color: rgb(246 148 114 / 0.4);
}

.border-x-ozc-700\/5 {
  border-left-color: rgb(246 148 114 / 0.05);
  border-right-color: rgb(246 148 114 / 0.05);
}

.border-x-ozc-700\/50 {
  border-left-color: rgb(246 148 114 / 0.5);
  border-right-color: rgb(246 148 114 / 0.5);
}

.border-x-ozc-700\/60 {
  border-left-color: rgb(246 148 114 / 0.6);
  border-right-color: rgb(246 148 114 / 0.6);
}

.border-x-ozc-700\/70 {
  border-left-color: rgb(246 148 114 / 0.7);
  border-right-color: rgb(246 148 114 / 0.7);
}

.border-x-ozc-700\/75 {
  border-left-color: rgb(246 148 114 / 0.75);
  border-right-color: rgb(246 148 114 / 0.75);
}

.border-x-ozc-700\/80 {
  border-left-color: rgb(246 148 114 / 0.8);
  border-right-color: rgb(246 148 114 / 0.8);
}

.border-x-ozc-700\/90 {
  border-left-color: rgb(246 148 114 / 0.9);
  border-right-color: rgb(246 148 114 / 0.9);
}

.border-x-ozc-700\/95 {
  border-left-color: rgb(246 148 114 / 0.95);
  border-right-color: rgb(246 148 114 / 0.95);
}

.border-x-ozc-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 144 136 / var(--tw-border-opacity));
  border-right-color: rgb(245 144 136 / var(--tw-border-opacity));
}

.border-x-ozc-800\/0 {
  border-left-color: rgb(245 144 136 / 0);
  border-right-color: rgb(245 144 136 / 0);
}

.border-x-ozc-800\/10 {
  border-left-color: rgb(245 144 136 / 0.1);
  border-right-color: rgb(245 144 136 / 0.1);
}

.border-x-ozc-800\/100 {
  border-left-color: rgb(245 144 136 / 1);
  border-right-color: rgb(245 144 136 / 1);
}

.border-x-ozc-800\/20 {
  border-left-color: rgb(245 144 136 / 0.2);
  border-right-color: rgb(245 144 136 / 0.2);
}

.border-x-ozc-800\/25 {
  border-left-color: rgb(245 144 136 / 0.25);
  border-right-color: rgb(245 144 136 / 0.25);
}

.border-x-ozc-800\/30 {
  border-left-color: rgb(245 144 136 / 0.3);
  border-right-color: rgb(245 144 136 / 0.3);
}

.border-x-ozc-800\/40 {
  border-left-color: rgb(245 144 136 / 0.4);
  border-right-color: rgb(245 144 136 / 0.4);
}

.border-x-ozc-800\/5 {
  border-left-color: rgb(245 144 136 / 0.05);
  border-right-color: rgb(245 144 136 / 0.05);
}

.border-x-ozc-800\/50 {
  border-left-color: rgb(245 144 136 / 0.5);
  border-right-color: rgb(245 144 136 / 0.5);
}

.border-x-ozc-800\/60 {
  border-left-color: rgb(245 144 136 / 0.6);
  border-right-color: rgb(245 144 136 / 0.6);
}

.border-x-ozc-800\/70 {
  border-left-color: rgb(245 144 136 / 0.7);
  border-right-color: rgb(245 144 136 / 0.7);
}

.border-x-ozc-800\/75 {
  border-left-color: rgb(245 144 136 / 0.75);
  border-right-color: rgb(245 144 136 / 0.75);
}

.border-x-ozc-800\/80 {
  border-left-color: rgb(245 144 136 / 0.8);
  border-right-color: rgb(245 144 136 / 0.8);
}

.border-x-ozc-800\/90 {
  border-left-color: rgb(245 144 136 / 0.9);
  border-right-color: rgb(245 144 136 / 0.9);
}

.border-x-ozc-800\/95 {
  border-left-color: rgb(245 144 136 / 0.95);
  border-right-color: rgb(245 144 136 / 0.95);
}

.border-x-ozc-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(243 121 124 / var(--tw-border-opacity));
  border-right-color: rgb(243 121 124 / var(--tw-border-opacity));
}

.border-x-ozc-900\/0 {
  border-left-color: rgb(243 121 124 / 0);
  border-right-color: rgb(243 121 124 / 0);
}

.border-x-ozc-900\/10 {
  border-left-color: rgb(243 121 124 / 0.1);
  border-right-color: rgb(243 121 124 / 0.1);
}

.border-x-ozc-900\/100 {
  border-left-color: rgb(243 121 124 / 1);
  border-right-color: rgb(243 121 124 / 1);
}

.border-x-ozc-900\/20 {
  border-left-color: rgb(243 121 124 / 0.2);
  border-right-color: rgb(243 121 124 / 0.2);
}

.border-x-ozc-900\/25 {
  border-left-color: rgb(243 121 124 / 0.25);
  border-right-color: rgb(243 121 124 / 0.25);
}

.border-x-ozc-900\/30 {
  border-left-color: rgb(243 121 124 / 0.3);
  border-right-color: rgb(243 121 124 / 0.3);
}

.border-x-ozc-900\/40 {
  border-left-color: rgb(243 121 124 / 0.4);
  border-right-color: rgb(243 121 124 / 0.4);
}

.border-x-ozc-900\/5 {
  border-left-color: rgb(243 121 124 / 0.05);
  border-right-color: rgb(243 121 124 / 0.05);
}

.border-x-ozc-900\/50 {
  border-left-color: rgb(243 121 124 / 0.5);
  border-right-color: rgb(243 121 124 / 0.5);
}

.border-x-ozc-900\/60 {
  border-left-color: rgb(243 121 124 / 0.6);
  border-right-color: rgb(243 121 124 / 0.6);
}

.border-x-ozc-900\/70 {
  border-left-color: rgb(243 121 124 / 0.7);
  border-right-color: rgb(243 121 124 / 0.7);
}

.border-x-ozc-900\/75 {
  border-left-color: rgb(243 121 124 / 0.75);
  border-right-color: rgb(243 121 124 / 0.75);
}

.border-x-ozc-900\/80 {
  border-left-color: rgb(243 121 124 / 0.8);
  border-right-color: rgb(243 121 124 / 0.8);
}

.border-x-ozc-900\/90 {
  border-left-color: rgb(243 121 124 / 0.9);
  border-right-color: rgb(243 121 124 / 0.9);
}

.border-x-ozc-900\/95 {
  border-left-color: rgb(243 121 124 / 0.95);
  border-right-color: rgb(243 121 124 / 0.95);
}

.border-x-ozc-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(42 45 51 / var(--tw-border-opacity));
  border-right-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.border-x-ozc-950\/0 {
  border-left-color: rgb(42 45 51 / 0);
  border-right-color: rgb(42 45 51 / 0);
}

.border-x-ozc-950\/10 {
  border-left-color: rgb(42 45 51 / 0.1);
  border-right-color: rgb(42 45 51 / 0.1);
}

.border-x-ozc-950\/100 {
  border-left-color: rgb(42 45 51 / 1);
  border-right-color: rgb(42 45 51 / 1);
}

.border-x-ozc-950\/20 {
  border-left-color: rgb(42 45 51 / 0.2);
  border-right-color: rgb(42 45 51 / 0.2);
}

.border-x-ozc-950\/25 {
  border-left-color: rgb(42 45 51 / 0.25);
  border-right-color: rgb(42 45 51 / 0.25);
}

.border-x-ozc-950\/30 {
  border-left-color: rgb(42 45 51 / 0.3);
  border-right-color: rgb(42 45 51 / 0.3);
}

.border-x-ozc-950\/40 {
  border-left-color: rgb(42 45 51 / 0.4);
  border-right-color: rgb(42 45 51 / 0.4);
}

.border-x-ozc-950\/5 {
  border-left-color: rgb(42 45 51 / 0.05);
  border-right-color: rgb(42 45 51 / 0.05);
}

.border-x-ozc-950\/50 {
  border-left-color: rgb(42 45 51 / 0.5);
  border-right-color: rgb(42 45 51 / 0.5);
}

.border-x-ozc-950\/60 {
  border-left-color: rgb(42 45 51 / 0.6);
  border-right-color: rgb(42 45 51 / 0.6);
}

.border-x-ozc-950\/70 {
  border-left-color: rgb(42 45 51 / 0.7);
  border-right-color: rgb(42 45 51 / 0.7);
}

.border-x-ozc-950\/75 {
  border-left-color: rgb(42 45 51 / 0.75);
  border-right-color: rgb(42 45 51 / 0.75);
}

.border-x-ozc-950\/80 {
  border-left-color: rgb(42 45 51 / 0.8);
  border-right-color: rgb(42 45 51 / 0.8);
}

.border-x-ozc-950\/90 {
  border-left-color: rgb(42 45 51 / 0.9);
  border-right-color: rgb(42 45 51 / 0.9);
}

.border-x-ozc-950\/95 {
  border-left-color: rgb(42 45 51 / 0.95);
  border-right-color: rgb(42 45 51 / 0.95);
}

.border-x-ozc-alt-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 250 230 / var(--tw-border-opacity));
  border-right-color: rgb(255 250 230 / var(--tw-border-opacity));
}

.border-x-ozc-alt-100\/0 {
  border-left-color: rgb(255 250 230 / 0);
  border-right-color: rgb(255 250 230 / 0);
}

.border-x-ozc-alt-100\/10 {
  border-left-color: rgb(255 250 230 / 0.1);
  border-right-color: rgb(255 250 230 / 0.1);
}

.border-x-ozc-alt-100\/100 {
  border-left-color: rgb(255 250 230 / 1);
  border-right-color: rgb(255 250 230 / 1);
}

.border-x-ozc-alt-100\/20 {
  border-left-color: rgb(255 250 230 / 0.2);
  border-right-color: rgb(255 250 230 / 0.2);
}

.border-x-ozc-alt-100\/25 {
  border-left-color: rgb(255 250 230 / 0.25);
  border-right-color: rgb(255 250 230 / 0.25);
}

.border-x-ozc-alt-100\/30 {
  border-left-color: rgb(255 250 230 / 0.3);
  border-right-color: rgb(255 250 230 / 0.3);
}

.border-x-ozc-alt-100\/40 {
  border-left-color: rgb(255 250 230 / 0.4);
  border-right-color: rgb(255 250 230 / 0.4);
}

.border-x-ozc-alt-100\/5 {
  border-left-color: rgb(255 250 230 / 0.05);
  border-right-color: rgb(255 250 230 / 0.05);
}

.border-x-ozc-alt-100\/50 {
  border-left-color: rgb(255 250 230 / 0.5);
  border-right-color: rgb(255 250 230 / 0.5);
}

.border-x-ozc-alt-100\/60 {
  border-left-color: rgb(255 250 230 / 0.6);
  border-right-color: rgb(255 250 230 / 0.6);
}

.border-x-ozc-alt-100\/70 {
  border-left-color: rgb(255 250 230 / 0.7);
  border-right-color: rgb(255 250 230 / 0.7);
}

.border-x-ozc-alt-100\/75 {
  border-left-color: rgb(255 250 230 / 0.75);
  border-right-color: rgb(255 250 230 / 0.75);
}

.border-x-ozc-alt-100\/80 {
  border-left-color: rgb(255 250 230 / 0.8);
  border-right-color: rgb(255 250 230 / 0.8);
}

.border-x-ozc-alt-100\/90 {
  border-left-color: rgb(255 250 230 / 0.9);
  border-right-color: rgb(255 250 230 / 0.9);
}

.border-x-ozc-alt-100\/95 {
  border-left-color: rgb(255 250 230 / 0.95);
  border-right-color: rgb(255 250 230 / 0.95);
}

.border-x-ozc-alt-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 242 193 / var(--tw-border-opacity));
  border-right-color: rgb(255 242 193 / var(--tw-border-opacity));
}

.border-x-ozc-alt-200\/0 {
  border-left-color: rgb(255 242 193 / 0);
  border-right-color: rgb(255 242 193 / 0);
}

.border-x-ozc-alt-200\/10 {
  border-left-color: rgb(255 242 193 / 0.1);
  border-right-color: rgb(255 242 193 / 0.1);
}

.border-x-ozc-alt-200\/100 {
  border-left-color: rgb(255 242 193 / 1);
  border-right-color: rgb(255 242 193 / 1);
}

.border-x-ozc-alt-200\/20 {
  border-left-color: rgb(255 242 193 / 0.2);
  border-right-color: rgb(255 242 193 / 0.2);
}

.border-x-ozc-alt-200\/25 {
  border-left-color: rgb(255 242 193 / 0.25);
  border-right-color: rgb(255 242 193 / 0.25);
}

.border-x-ozc-alt-200\/30 {
  border-left-color: rgb(255 242 193 / 0.3);
  border-right-color: rgb(255 242 193 / 0.3);
}

.border-x-ozc-alt-200\/40 {
  border-left-color: rgb(255 242 193 / 0.4);
  border-right-color: rgb(255 242 193 / 0.4);
}

.border-x-ozc-alt-200\/5 {
  border-left-color: rgb(255 242 193 / 0.05);
  border-right-color: rgb(255 242 193 / 0.05);
}

.border-x-ozc-alt-200\/50 {
  border-left-color: rgb(255 242 193 / 0.5);
  border-right-color: rgb(255 242 193 / 0.5);
}

.border-x-ozc-alt-200\/60 {
  border-left-color: rgb(255 242 193 / 0.6);
  border-right-color: rgb(255 242 193 / 0.6);
}

.border-x-ozc-alt-200\/70 {
  border-left-color: rgb(255 242 193 / 0.7);
  border-right-color: rgb(255 242 193 / 0.7);
}

.border-x-ozc-alt-200\/75 {
  border-left-color: rgb(255 242 193 / 0.75);
  border-right-color: rgb(255 242 193 / 0.75);
}

.border-x-ozc-alt-200\/80 {
  border-left-color: rgb(255 242 193 / 0.8);
  border-right-color: rgb(255 242 193 / 0.8);
}

.border-x-ozc-alt-200\/90 {
  border-left-color: rgb(255 242 193 / 0.9);
  border-right-color: rgb(255 242 193 / 0.9);
}

.border-x-ozc-alt-200\/95 {
  border-left-color: rgb(255 242 193 / 0.95);
  border-right-color: rgb(255 242 193 / 0.95);
}

.border-x-ozc-alt-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 235 155 / var(--tw-border-opacity));
  border-right-color: rgb(255 235 155 / var(--tw-border-opacity));
}

.border-x-ozc-alt-300\/0 {
  border-left-color: rgb(255 235 155 / 0);
  border-right-color: rgb(255 235 155 / 0);
}

.border-x-ozc-alt-300\/10 {
  border-left-color: rgb(255 235 155 / 0.1);
  border-right-color: rgb(255 235 155 / 0.1);
}

.border-x-ozc-alt-300\/100 {
  border-left-color: rgb(255 235 155 / 1);
  border-right-color: rgb(255 235 155 / 1);
}

.border-x-ozc-alt-300\/20 {
  border-left-color: rgb(255 235 155 / 0.2);
  border-right-color: rgb(255 235 155 / 0.2);
}

.border-x-ozc-alt-300\/25 {
  border-left-color: rgb(255 235 155 / 0.25);
  border-right-color: rgb(255 235 155 / 0.25);
}

.border-x-ozc-alt-300\/30 {
  border-left-color: rgb(255 235 155 / 0.3);
  border-right-color: rgb(255 235 155 / 0.3);
}

.border-x-ozc-alt-300\/40 {
  border-left-color: rgb(255 235 155 / 0.4);
  border-right-color: rgb(255 235 155 / 0.4);
}

.border-x-ozc-alt-300\/5 {
  border-left-color: rgb(255 235 155 / 0.05);
  border-right-color: rgb(255 235 155 / 0.05);
}

.border-x-ozc-alt-300\/50 {
  border-left-color: rgb(255 235 155 / 0.5);
  border-right-color: rgb(255 235 155 / 0.5);
}

.border-x-ozc-alt-300\/60 {
  border-left-color: rgb(255 235 155 / 0.6);
  border-right-color: rgb(255 235 155 / 0.6);
}

.border-x-ozc-alt-300\/70 {
  border-left-color: rgb(255 235 155 / 0.7);
  border-right-color: rgb(255 235 155 / 0.7);
}

.border-x-ozc-alt-300\/75 {
  border-left-color: rgb(255 235 155 / 0.75);
  border-right-color: rgb(255 235 155 / 0.75);
}

.border-x-ozc-alt-300\/80 {
  border-left-color: rgb(255 235 155 / 0.8);
  border-right-color: rgb(255 235 155 / 0.8);
}

.border-x-ozc-alt-300\/90 {
  border-left-color: rgb(255 235 155 / 0.9);
  border-right-color: rgb(255 235 155 / 0.9);
}

.border-x-ozc-alt-300\/95 {
  border-left-color: rgb(255 235 155 / 0.95);
  border-right-color: rgb(255 235 155 / 0.95);
}

.border-x-ozc-alt-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 219 80 / var(--tw-border-opacity));
  border-right-color: rgb(255 219 80 / var(--tw-border-opacity));
}

.border-x-ozc-alt-400\/0 {
  border-left-color: rgb(255 219 80 / 0);
  border-right-color: rgb(255 219 80 / 0);
}

.border-x-ozc-alt-400\/10 {
  border-left-color: rgb(255 219 80 / 0.1);
  border-right-color: rgb(255 219 80 / 0.1);
}

.border-x-ozc-alt-400\/100 {
  border-left-color: rgb(255 219 80 / 1);
  border-right-color: rgb(255 219 80 / 1);
}

.border-x-ozc-alt-400\/20 {
  border-left-color: rgb(255 219 80 / 0.2);
  border-right-color: rgb(255 219 80 / 0.2);
}

.border-x-ozc-alt-400\/25 {
  border-left-color: rgb(255 219 80 / 0.25);
  border-right-color: rgb(255 219 80 / 0.25);
}

.border-x-ozc-alt-400\/30 {
  border-left-color: rgb(255 219 80 / 0.3);
  border-right-color: rgb(255 219 80 / 0.3);
}

.border-x-ozc-alt-400\/40 {
  border-left-color: rgb(255 219 80 / 0.4);
  border-right-color: rgb(255 219 80 / 0.4);
}

.border-x-ozc-alt-400\/5 {
  border-left-color: rgb(255 219 80 / 0.05);
  border-right-color: rgb(255 219 80 / 0.05);
}

.border-x-ozc-alt-400\/50 {
  border-left-color: rgb(255 219 80 / 0.5);
  border-right-color: rgb(255 219 80 / 0.5);
}

.border-x-ozc-alt-400\/60 {
  border-left-color: rgb(255 219 80 / 0.6);
  border-right-color: rgb(255 219 80 / 0.6);
}

.border-x-ozc-alt-400\/70 {
  border-left-color: rgb(255 219 80 / 0.7);
  border-right-color: rgb(255 219 80 / 0.7);
}

.border-x-ozc-alt-400\/75 {
  border-left-color: rgb(255 219 80 / 0.75);
  border-right-color: rgb(255 219 80 / 0.75);
}

.border-x-ozc-alt-400\/80 {
  border-left-color: rgb(255 219 80 / 0.8);
  border-right-color: rgb(255 219 80 / 0.8);
}

.border-x-ozc-alt-400\/90 {
  border-left-color: rgb(255 219 80 / 0.9);
  border-right-color: rgb(255 219 80 / 0.9);
}

.border-x-ozc-alt-400\/95 {
  border-left-color: rgb(255 219 80 / 0.95);
  border-right-color: rgb(255 219 80 / 0.95);
}

.border-x-ozc-alt-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 252 243 / var(--tw-border-opacity));
  border-right-color: rgb(255 252 243 / var(--tw-border-opacity));
}

.border-x-ozc-alt-50\/0 {
  border-left-color: rgb(255 252 243 / 0);
  border-right-color: rgb(255 252 243 / 0);
}

.border-x-ozc-alt-50\/10 {
  border-left-color: rgb(255 252 243 / 0.1);
  border-right-color: rgb(255 252 243 / 0.1);
}

.border-x-ozc-alt-50\/100 {
  border-left-color: rgb(255 252 243 / 1);
  border-right-color: rgb(255 252 243 / 1);
}

.border-x-ozc-alt-50\/20 {
  border-left-color: rgb(255 252 243 / 0.2);
  border-right-color: rgb(255 252 243 / 0.2);
}

.border-x-ozc-alt-50\/25 {
  border-left-color: rgb(255 252 243 / 0.25);
  border-right-color: rgb(255 252 243 / 0.25);
}

.border-x-ozc-alt-50\/30 {
  border-left-color: rgb(255 252 243 / 0.3);
  border-right-color: rgb(255 252 243 / 0.3);
}

.border-x-ozc-alt-50\/40 {
  border-left-color: rgb(255 252 243 / 0.4);
  border-right-color: rgb(255 252 243 / 0.4);
}

.border-x-ozc-alt-50\/5 {
  border-left-color: rgb(255 252 243 / 0.05);
  border-right-color: rgb(255 252 243 / 0.05);
}

.border-x-ozc-alt-50\/50 {
  border-left-color: rgb(255 252 243 / 0.5);
  border-right-color: rgb(255 252 243 / 0.5);
}

.border-x-ozc-alt-50\/60 {
  border-left-color: rgb(255 252 243 / 0.6);
  border-right-color: rgb(255 252 243 / 0.6);
}

.border-x-ozc-alt-50\/70 {
  border-left-color: rgb(255 252 243 / 0.7);
  border-right-color: rgb(255 252 243 / 0.7);
}

.border-x-ozc-alt-50\/75 {
  border-left-color: rgb(255 252 243 / 0.75);
  border-right-color: rgb(255 252 243 / 0.75);
}

.border-x-ozc-alt-50\/80 {
  border-left-color: rgb(255 252 243 / 0.8);
  border-right-color: rgb(255 252 243 / 0.8);
}

.border-x-ozc-alt-50\/90 {
  border-left-color: rgb(255 252 243 / 0.9);
  border-right-color: rgb(255 252 243 / 0.9);
}

.border-x-ozc-alt-50\/95 {
  border-left-color: rgb(255 252 243 / 0.95);
  border-right-color: rgb(255 252 243 / 0.95);
}

.border-x-ozc-alt-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 204 5 / var(--tw-border-opacity));
  border-right-color: rgb(255 204 5 / var(--tw-border-opacity));
}

.border-x-ozc-alt-500\/0 {
  border-left-color: rgb(255 204 5 / 0);
  border-right-color: rgb(255 204 5 / 0);
}

.border-x-ozc-alt-500\/10 {
  border-left-color: rgb(255 204 5 / 0.1);
  border-right-color: rgb(255 204 5 / 0.1);
}

.border-x-ozc-alt-500\/100 {
  border-left-color: rgb(255 204 5 / 1);
  border-right-color: rgb(255 204 5 / 1);
}

.border-x-ozc-alt-500\/20 {
  border-left-color: rgb(255 204 5 / 0.2);
  border-right-color: rgb(255 204 5 / 0.2);
}

.border-x-ozc-alt-500\/25 {
  border-left-color: rgb(255 204 5 / 0.25);
  border-right-color: rgb(255 204 5 / 0.25);
}

.border-x-ozc-alt-500\/30 {
  border-left-color: rgb(255 204 5 / 0.3);
  border-right-color: rgb(255 204 5 / 0.3);
}

.border-x-ozc-alt-500\/40 {
  border-left-color: rgb(255 204 5 / 0.4);
  border-right-color: rgb(255 204 5 / 0.4);
}

.border-x-ozc-alt-500\/5 {
  border-left-color: rgb(255 204 5 / 0.05);
  border-right-color: rgb(255 204 5 / 0.05);
}

.border-x-ozc-alt-500\/50 {
  border-left-color: rgb(255 204 5 / 0.5);
  border-right-color: rgb(255 204 5 / 0.5);
}

.border-x-ozc-alt-500\/60 {
  border-left-color: rgb(255 204 5 / 0.6);
  border-right-color: rgb(255 204 5 / 0.6);
}

.border-x-ozc-alt-500\/70 {
  border-left-color: rgb(255 204 5 / 0.7);
  border-right-color: rgb(255 204 5 / 0.7);
}

.border-x-ozc-alt-500\/75 {
  border-left-color: rgb(255 204 5 / 0.75);
  border-right-color: rgb(255 204 5 / 0.75);
}

.border-x-ozc-alt-500\/80 {
  border-left-color: rgb(255 204 5 / 0.8);
  border-right-color: rgb(255 204 5 / 0.8);
}

.border-x-ozc-alt-500\/90 {
  border-left-color: rgb(255 204 5 / 0.9);
  border-right-color: rgb(255 204 5 / 0.9);
}

.border-x-ozc-alt-500\/95 {
  border-left-color: rgb(255 204 5 / 0.95);
  border-right-color: rgb(255 204 5 / 0.95);
}

.border-x-ozc-alt-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(230 184 5 / var(--tw-border-opacity));
  border-right-color: rgb(230 184 5 / var(--tw-border-opacity));
}

.border-x-ozc-alt-600\/0 {
  border-left-color: rgb(230 184 5 / 0);
  border-right-color: rgb(230 184 5 / 0);
}

.border-x-ozc-alt-600\/10 {
  border-left-color: rgb(230 184 5 / 0.1);
  border-right-color: rgb(230 184 5 / 0.1);
}

.border-x-ozc-alt-600\/100 {
  border-left-color: rgb(230 184 5 / 1);
  border-right-color: rgb(230 184 5 / 1);
}

.border-x-ozc-alt-600\/20 {
  border-left-color: rgb(230 184 5 / 0.2);
  border-right-color: rgb(230 184 5 / 0.2);
}

.border-x-ozc-alt-600\/25 {
  border-left-color: rgb(230 184 5 / 0.25);
  border-right-color: rgb(230 184 5 / 0.25);
}

.border-x-ozc-alt-600\/30 {
  border-left-color: rgb(230 184 5 / 0.3);
  border-right-color: rgb(230 184 5 / 0.3);
}

.border-x-ozc-alt-600\/40 {
  border-left-color: rgb(230 184 5 / 0.4);
  border-right-color: rgb(230 184 5 / 0.4);
}

.border-x-ozc-alt-600\/5 {
  border-left-color: rgb(230 184 5 / 0.05);
  border-right-color: rgb(230 184 5 / 0.05);
}

.border-x-ozc-alt-600\/50 {
  border-left-color: rgb(230 184 5 / 0.5);
  border-right-color: rgb(230 184 5 / 0.5);
}

.border-x-ozc-alt-600\/60 {
  border-left-color: rgb(230 184 5 / 0.6);
  border-right-color: rgb(230 184 5 / 0.6);
}

.border-x-ozc-alt-600\/70 {
  border-left-color: rgb(230 184 5 / 0.7);
  border-right-color: rgb(230 184 5 / 0.7);
}

.border-x-ozc-alt-600\/75 {
  border-left-color: rgb(230 184 5 / 0.75);
  border-right-color: rgb(230 184 5 / 0.75);
}

.border-x-ozc-alt-600\/80 {
  border-left-color: rgb(230 184 5 / 0.8);
  border-right-color: rgb(230 184 5 / 0.8);
}

.border-x-ozc-alt-600\/90 {
  border-left-color: rgb(230 184 5 / 0.9);
  border-right-color: rgb(230 184 5 / 0.9);
}

.border-x-ozc-alt-600\/95 {
  border-left-color: rgb(230 184 5 / 0.95);
  border-right-color: rgb(230 184 5 / 0.95);
}

.border-x-ozc-alt-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(153 122 3 / var(--tw-border-opacity));
  border-right-color: rgb(153 122 3 / var(--tw-border-opacity));
}

.border-x-ozc-alt-700\/0 {
  border-left-color: rgb(153 122 3 / 0);
  border-right-color: rgb(153 122 3 / 0);
}

.border-x-ozc-alt-700\/10 {
  border-left-color: rgb(153 122 3 / 0.1);
  border-right-color: rgb(153 122 3 / 0.1);
}

.border-x-ozc-alt-700\/100 {
  border-left-color: rgb(153 122 3 / 1);
  border-right-color: rgb(153 122 3 / 1);
}

.border-x-ozc-alt-700\/20 {
  border-left-color: rgb(153 122 3 / 0.2);
  border-right-color: rgb(153 122 3 / 0.2);
}

.border-x-ozc-alt-700\/25 {
  border-left-color: rgb(153 122 3 / 0.25);
  border-right-color: rgb(153 122 3 / 0.25);
}

.border-x-ozc-alt-700\/30 {
  border-left-color: rgb(153 122 3 / 0.3);
  border-right-color: rgb(153 122 3 / 0.3);
}

.border-x-ozc-alt-700\/40 {
  border-left-color: rgb(153 122 3 / 0.4);
  border-right-color: rgb(153 122 3 / 0.4);
}

.border-x-ozc-alt-700\/5 {
  border-left-color: rgb(153 122 3 / 0.05);
  border-right-color: rgb(153 122 3 / 0.05);
}

.border-x-ozc-alt-700\/50 {
  border-left-color: rgb(153 122 3 / 0.5);
  border-right-color: rgb(153 122 3 / 0.5);
}

.border-x-ozc-alt-700\/60 {
  border-left-color: rgb(153 122 3 / 0.6);
  border-right-color: rgb(153 122 3 / 0.6);
}

.border-x-ozc-alt-700\/70 {
  border-left-color: rgb(153 122 3 / 0.7);
  border-right-color: rgb(153 122 3 / 0.7);
}

.border-x-ozc-alt-700\/75 {
  border-left-color: rgb(153 122 3 / 0.75);
  border-right-color: rgb(153 122 3 / 0.75);
}

.border-x-ozc-alt-700\/80 {
  border-left-color: rgb(153 122 3 / 0.8);
  border-right-color: rgb(153 122 3 / 0.8);
}

.border-x-ozc-alt-700\/90 {
  border-left-color: rgb(153 122 3 / 0.9);
  border-right-color: rgb(153 122 3 / 0.9);
}

.border-x-ozc-alt-700\/95 {
  border-left-color: rgb(153 122 3 / 0.95);
  border-right-color: rgb(153 122 3 / 0.95);
}

.border-x-ozc-alt-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(115 92 2 / var(--tw-border-opacity));
  border-right-color: rgb(115 92 2 / var(--tw-border-opacity));
}

.border-x-ozc-alt-800\/0 {
  border-left-color: rgb(115 92 2 / 0);
  border-right-color: rgb(115 92 2 / 0);
}

.border-x-ozc-alt-800\/10 {
  border-left-color: rgb(115 92 2 / 0.1);
  border-right-color: rgb(115 92 2 / 0.1);
}

.border-x-ozc-alt-800\/100 {
  border-left-color: rgb(115 92 2 / 1);
  border-right-color: rgb(115 92 2 / 1);
}

.border-x-ozc-alt-800\/20 {
  border-left-color: rgb(115 92 2 / 0.2);
  border-right-color: rgb(115 92 2 / 0.2);
}

.border-x-ozc-alt-800\/25 {
  border-left-color: rgb(115 92 2 / 0.25);
  border-right-color: rgb(115 92 2 / 0.25);
}

.border-x-ozc-alt-800\/30 {
  border-left-color: rgb(115 92 2 / 0.3);
  border-right-color: rgb(115 92 2 / 0.3);
}

.border-x-ozc-alt-800\/40 {
  border-left-color: rgb(115 92 2 / 0.4);
  border-right-color: rgb(115 92 2 / 0.4);
}

.border-x-ozc-alt-800\/5 {
  border-left-color: rgb(115 92 2 / 0.05);
  border-right-color: rgb(115 92 2 / 0.05);
}

.border-x-ozc-alt-800\/50 {
  border-left-color: rgb(115 92 2 / 0.5);
  border-right-color: rgb(115 92 2 / 0.5);
}

.border-x-ozc-alt-800\/60 {
  border-left-color: rgb(115 92 2 / 0.6);
  border-right-color: rgb(115 92 2 / 0.6);
}

.border-x-ozc-alt-800\/70 {
  border-left-color: rgb(115 92 2 / 0.7);
  border-right-color: rgb(115 92 2 / 0.7);
}

.border-x-ozc-alt-800\/75 {
  border-left-color: rgb(115 92 2 / 0.75);
  border-right-color: rgb(115 92 2 / 0.75);
}

.border-x-ozc-alt-800\/80 {
  border-left-color: rgb(115 92 2 / 0.8);
  border-right-color: rgb(115 92 2 / 0.8);
}

.border-x-ozc-alt-800\/90 {
  border-left-color: rgb(115 92 2 / 0.9);
  border-right-color: rgb(115 92 2 / 0.9);
}

.border-x-ozc-alt-800\/95 {
  border-left-color: rgb(115 92 2 / 0.95);
  border-right-color: rgb(115 92 2 / 0.95);
}

.border-x-ozc-alt-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(42 45 51 / var(--tw-border-opacity));
  border-right-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.border-x-ozc-alt-900\/0 {
  border-left-color: rgb(42 45 51 / 0);
  border-right-color: rgb(42 45 51 / 0);
}

.border-x-ozc-alt-900\/10 {
  border-left-color: rgb(42 45 51 / 0.1);
  border-right-color: rgb(42 45 51 / 0.1);
}

.border-x-ozc-alt-900\/100 {
  border-left-color: rgb(42 45 51 / 1);
  border-right-color: rgb(42 45 51 / 1);
}

.border-x-ozc-alt-900\/20 {
  border-left-color: rgb(42 45 51 / 0.2);
  border-right-color: rgb(42 45 51 / 0.2);
}

.border-x-ozc-alt-900\/25 {
  border-left-color: rgb(42 45 51 / 0.25);
  border-right-color: rgb(42 45 51 / 0.25);
}

.border-x-ozc-alt-900\/30 {
  border-left-color: rgb(42 45 51 / 0.3);
  border-right-color: rgb(42 45 51 / 0.3);
}

.border-x-ozc-alt-900\/40 {
  border-left-color: rgb(42 45 51 / 0.4);
  border-right-color: rgb(42 45 51 / 0.4);
}

.border-x-ozc-alt-900\/5 {
  border-left-color: rgb(42 45 51 / 0.05);
  border-right-color: rgb(42 45 51 / 0.05);
}

.border-x-ozc-alt-900\/50 {
  border-left-color: rgb(42 45 51 / 0.5);
  border-right-color: rgb(42 45 51 / 0.5);
}

.border-x-ozc-alt-900\/60 {
  border-left-color: rgb(42 45 51 / 0.6);
  border-right-color: rgb(42 45 51 / 0.6);
}

.border-x-ozc-alt-900\/70 {
  border-left-color: rgb(42 45 51 / 0.7);
  border-right-color: rgb(42 45 51 / 0.7);
}

.border-x-ozc-alt-900\/75 {
  border-left-color: rgb(42 45 51 / 0.75);
  border-right-color: rgb(42 45 51 / 0.75);
}

.border-x-ozc-alt-900\/80 {
  border-left-color: rgb(42 45 51 / 0.8);
  border-right-color: rgb(42 45 51 / 0.8);
}

.border-x-ozc-alt-900\/90 {
  border-left-color: rgb(42 45 51 / 0.9);
  border-right-color: rgb(42 45 51 / 0.9);
}

.border-x-ozc-alt-900\/95 {
  border-left-color: rgb(42 45 51 / 0.95);
  border-right-color: rgb(42 45 51 / 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-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-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-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-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-tykhe-digital {
  --tw-border-opacity: 1;
  border-left-color: rgb(239 156 131 / var(--tw-border-opacity));
  border-right-color: rgb(239 156 131 / var(--tw-border-opacity));
}

.border-x-tykhe-digital-alt {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 239 224 / var(--tw-border-opacity));
  border-right-color: rgb(245 239 224 / var(--tw-border-opacity));
}

.border-x-tykhe-digital-alt\/0 {
  border-left-color: rgb(245 239 224 / 0);
  border-right-color: rgb(245 239 224 / 0);
}

.border-x-tykhe-digital-alt\/10 {
  border-left-color: rgb(245 239 224 / 0.1);
  border-right-color: rgb(245 239 224 / 0.1);
}

.border-x-tykhe-digital-alt\/100 {
  border-left-color: rgb(245 239 224 / 1);
  border-right-color: rgb(245 239 224 / 1);
}

.border-x-tykhe-digital-alt\/20 {
  border-left-color: rgb(245 239 224 / 0.2);
  border-right-color: rgb(245 239 224 / 0.2);
}

.border-x-tykhe-digital-alt\/25 {
  border-left-color: rgb(245 239 224 / 0.25);
  border-right-color: rgb(245 239 224 / 0.25);
}

.border-x-tykhe-digital-alt\/30 {
  border-left-color: rgb(245 239 224 / 0.3);
  border-right-color: rgb(245 239 224 / 0.3);
}

.border-x-tykhe-digital-alt\/40 {
  border-left-color: rgb(245 239 224 / 0.4);
  border-right-color: rgb(245 239 224 / 0.4);
}

.border-x-tykhe-digital-alt\/5 {
  border-left-color: rgb(245 239 224 / 0.05);
  border-right-color: rgb(245 239 224 / 0.05);
}

.border-x-tykhe-digital-alt\/50 {
  border-left-color: rgb(245 239 224 / 0.5);
  border-right-color: rgb(245 239 224 / 0.5);
}

.border-x-tykhe-digital-alt\/60 {
  border-left-color: rgb(245 239 224 / 0.6);
  border-right-color: rgb(245 239 224 / 0.6);
}

.border-x-tykhe-digital-alt\/70 {
  border-left-color: rgb(245 239 224 / 0.7);
  border-right-color: rgb(245 239 224 / 0.7);
}

.border-x-tykhe-digital-alt\/75 {
  border-left-color: rgb(245 239 224 / 0.75);
  border-right-color: rgb(245 239 224 / 0.75);
}

.border-x-tykhe-digital-alt\/80 {
  border-left-color: rgb(245 239 224 / 0.8);
  border-right-color: rgb(245 239 224 / 0.8);
}

.border-x-tykhe-digital-alt\/90 {
  border-left-color: rgb(245 239 224 / 0.9);
  border-right-color: rgb(245 239 224 / 0.9);
}

.border-x-tykhe-digital-alt\/95 {
  border-left-color: rgb(245 239 224 / 0.95);
  border-right-color: rgb(245 239 224 / 0.95);
}

.border-x-tykhe-digital-alt2 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 58 111 / var(--tw-border-opacity));
  border-right-color: rgb(255 58 111 / var(--tw-border-opacity));
}

.border-x-tykhe-digital-alt2\/0 {
  border-left-color: rgb(255 58 111 / 0);
  border-right-color: rgb(255 58 111 / 0);
}

.border-x-tykhe-digital-alt2\/10 {
  border-left-color: rgb(255 58 111 / 0.1);
  border-right-color: rgb(255 58 111 / 0.1);
}

.border-x-tykhe-digital-alt2\/100 {
  border-left-color: rgb(255 58 111 / 1);
  border-right-color: rgb(255 58 111 / 1);
}

.border-x-tykhe-digital-alt2\/20 {
  border-left-color: rgb(255 58 111 / 0.2);
  border-right-color: rgb(255 58 111 / 0.2);
}

.border-x-tykhe-digital-alt2\/25 {
  border-left-color: rgb(255 58 111 / 0.25);
  border-right-color: rgb(255 58 111 / 0.25);
}

.border-x-tykhe-digital-alt2\/30 {
  border-left-color: rgb(255 58 111 / 0.3);
  border-right-color: rgb(255 58 111 / 0.3);
}

.border-x-tykhe-digital-alt2\/40 {
  border-left-color: rgb(255 58 111 / 0.4);
  border-right-color: rgb(255 58 111 / 0.4);
}

.border-x-tykhe-digital-alt2\/5 {
  border-left-color: rgb(255 58 111 / 0.05);
  border-right-color: rgb(255 58 111 / 0.05);
}

.border-x-tykhe-digital-alt2\/50 {
  border-left-color: rgb(255 58 111 / 0.5);
  border-right-color: rgb(255 58 111 / 0.5);
}

.border-x-tykhe-digital-alt2\/60 {
  border-left-color: rgb(255 58 111 / 0.6);
  border-right-color: rgb(255 58 111 / 0.6);
}

.border-x-tykhe-digital-alt2\/70 {
  border-left-color: rgb(255 58 111 / 0.7);
  border-right-color: rgb(255 58 111 / 0.7);
}

.border-x-tykhe-digital-alt2\/75 {
  border-left-color: rgb(255 58 111 / 0.75);
  border-right-color: rgb(255 58 111 / 0.75);
}

.border-x-tykhe-digital-alt2\/80 {
  border-left-color: rgb(255 58 111 / 0.8);
  border-right-color: rgb(255 58 111 / 0.8);
}

.border-x-tykhe-digital-alt2\/90 {
  border-left-color: rgb(255 58 111 / 0.9);
  border-right-color: rgb(255 58 111 / 0.9);
}

.border-x-tykhe-digital-alt2\/95 {
  border-left-color: rgb(255 58 111 / 0.95);
  border-right-color: rgb(255 58 111 / 0.95);
}

.border-x-tykhe-digital-alt3 {
  --tw-border-opacity: 1;
  border-left-color: rgb(131 214 239 / var(--tw-border-opacity));
  border-right-color: rgb(131 214 239 / var(--tw-border-opacity));
}

.border-x-tykhe-digital-alt3\/0 {
  border-left-color: rgb(131 214 239 / 0);
  border-right-color: rgb(131 214 239 / 0);
}

.border-x-tykhe-digital-alt3\/10 {
  border-left-color: rgb(131 214 239 / 0.1);
  border-right-color: rgb(131 214 239 / 0.1);
}

.border-x-tykhe-digital-alt3\/100 {
  border-left-color: rgb(131 214 239 / 1);
  border-right-color: rgb(131 214 239 / 1);
}

.border-x-tykhe-digital-alt3\/20 {
  border-left-color: rgb(131 214 239 / 0.2);
  border-right-color: rgb(131 214 239 / 0.2);
}

.border-x-tykhe-digital-alt3\/25 {
  border-left-color: rgb(131 214 239 / 0.25);
  border-right-color: rgb(131 214 239 / 0.25);
}

.border-x-tykhe-digital-alt3\/30 {
  border-left-color: rgb(131 214 239 / 0.3);
  border-right-color: rgb(131 214 239 / 0.3);
}

.border-x-tykhe-digital-alt3\/40 {
  border-left-color: rgb(131 214 239 / 0.4);
  border-right-color: rgb(131 214 239 / 0.4);
}

.border-x-tykhe-digital-alt3\/5 {
  border-left-color: rgb(131 214 239 / 0.05);
  border-right-color: rgb(131 214 239 / 0.05);
}

.border-x-tykhe-digital-alt3\/50 {
  border-left-color: rgb(131 214 239 / 0.5);
  border-right-color: rgb(131 214 239 / 0.5);
}

.border-x-tykhe-digital-alt3\/60 {
  border-left-color: rgb(131 214 239 / 0.6);
  border-right-color: rgb(131 214 239 / 0.6);
}

.border-x-tykhe-digital-alt3\/70 {
  border-left-color: rgb(131 214 239 / 0.7);
  border-right-color: rgb(131 214 239 / 0.7);
}

.border-x-tykhe-digital-alt3\/75 {
  border-left-color: rgb(131 214 239 / 0.75);
  border-right-color: rgb(131 214 239 / 0.75);
}

.border-x-tykhe-digital-alt3\/80 {
  border-left-color: rgb(131 214 239 / 0.8);
  border-right-color: rgb(131 214 239 / 0.8);
}

.border-x-tykhe-digital-alt3\/90 {
  border-left-color: rgb(131 214 239 / 0.9);
  border-right-color: rgb(131 214 239 / 0.9);
}

.border-x-tykhe-digital-alt3\/95 {
  border-left-color: rgb(131 214 239 / 0.95);
  border-right-color: rgb(131 214 239 / 0.95);
}

.border-x-tykhe-digital\/0 {
  border-left-color: rgb(239 156 131 / 0);
  border-right-color: rgb(239 156 131 / 0);
}

.border-x-tykhe-digital\/10 {
  border-left-color: rgb(239 156 131 / 0.1);
  border-right-color: rgb(239 156 131 / 0.1);
}

.border-x-tykhe-digital\/100 {
  border-left-color: rgb(239 156 131 / 1);
  border-right-color: rgb(239 156 131 / 1);
}

.border-x-tykhe-digital\/20 {
  border-left-color: rgb(239 156 131 / 0.2);
  border-right-color: rgb(239 156 131 / 0.2);
}

.border-x-tykhe-digital\/25 {
  border-left-color: rgb(239 156 131 / 0.25);
  border-right-color: rgb(239 156 131 / 0.25);
}

.border-x-tykhe-digital\/30 {
  border-left-color: rgb(239 156 131 / 0.3);
  border-right-color: rgb(239 156 131 / 0.3);
}

.border-x-tykhe-digital\/40 {
  border-left-color: rgb(239 156 131 / 0.4);
  border-right-color: rgb(239 156 131 / 0.4);
}

.border-x-tykhe-digital\/5 {
  border-left-color: rgb(239 156 131 / 0.05);
  border-right-color: rgb(239 156 131 / 0.05);
}

.border-x-tykhe-digital\/50 {
  border-left-color: rgb(239 156 131 / 0.5);
  border-right-color: rgb(239 156 131 / 0.5);
}

.border-x-tykhe-digital\/60 {
  border-left-color: rgb(239 156 131 / 0.6);
  border-right-color: rgb(239 156 131 / 0.6);
}

.border-x-tykhe-digital\/70 {
  border-left-color: rgb(239 156 131 / 0.7);
  border-right-color: rgb(239 156 131 / 0.7);
}

.border-x-tykhe-digital\/75 {
  border-left-color: rgb(239 156 131 / 0.75);
  border-right-color: rgb(239 156 131 / 0.75);
}

.border-x-tykhe-digital\/80 {
  border-left-color: rgb(239 156 131 / 0.8);
  border-right-color: rgb(239 156 131 / 0.8);
}

.border-x-tykhe-digital\/90 {
  border-left-color: rgb(239 156 131 / 0.9);
  border-right-color: rgb(239 156 131 / 0.9);
}

.border-x-tykhe-digital\/95 {
  border-left-color: rgb(239 156 131 / 0.95);
  border-right-color: rgb(239 156 131 / 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-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-work-identity-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(166 235 194 / var(--tw-border-opacity));
  border-right-color: rgb(166 235 194 / var(--tw-border-opacity));
}

.border-x-work-identity-300\/0 {
  border-left-color: rgb(166 235 194 / 0);
  border-right-color: rgb(166 235 194 / 0);
}

.border-x-work-identity-300\/10 {
  border-left-color: rgb(166 235 194 / 0.1);
  border-right-color: rgb(166 235 194 / 0.1);
}

.border-x-work-identity-300\/100 {
  border-left-color: rgb(166 235 194 / 1);
  border-right-color: rgb(166 235 194 / 1);
}

.border-x-work-identity-300\/20 {
  border-left-color: rgb(166 235 194 / 0.2);
  border-right-color: rgb(166 235 194 / 0.2);
}

.border-x-work-identity-300\/25 {
  border-left-color: rgb(166 235 194 / 0.25);
  border-right-color: rgb(166 235 194 / 0.25);
}

.border-x-work-identity-300\/30 {
  border-left-color: rgb(166 235 194 / 0.3);
  border-right-color: rgb(166 235 194 / 0.3);
}

.border-x-work-identity-300\/40 {
  border-left-color: rgb(166 235 194 / 0.4);
  border-right-color: rgb(166 235 194 / 0.4);
}

.border-x-work-identity-300\/5 {
  border-left-color: rgb(166 235 194 / 0.05);
  border-right-color: rgb(166 235 194 / 0.05);
}

.border-x-work-identity-300\/50 {
  border-left-color: rgb(166 235 194 / 0.5);
  border-right-color: rgb(166 235 194 / 0.5);
}

.border-x-work-identity-300\/60 {
  border-left-color: rgb(166 235 194 / 0.6);
  border-right-color: rgb(166 235 194 / 0.6);
}

.border-x-work-identity-300\/70 {
  border-left-color: rgb(166 235 194 / 0.7);
  border-right-color: rgb(166 235 194 / 0.7);
}

.border-x-work-identity-300\/75 {
  border-left-color: rgb(166 235 194 / 0.75);
  border-right-color: rgb(166 235 194 / 0.75);
}

.border-x-work-identity-300\/80 {
  border-left-color: rgb(166 235 194 / 0.8);
  border-right-color: rgb(166 235 194 / 0.8);
}

.border-x-work-identity-300\/90 {
  border-left-color: rgb(166 235 194 / 0.9);
  border-right-color: rgb(166 235 194 / 0.9);
}

.border-x-work-identity-300\/95 {
  border-left-color: rgb(166 235 194 / 0.95);
  border-right-color: rgb(166 235 194 / 0.95);
}

.border-x-work-identity-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(83 221 139 / var(--tw-border-opacity));
  border-right-color: rgb(83 221 139 / var(--tw-border-opacity));
}

.border-x-work-identity-400\/0 {
  border-left-color: rgb(83 221 139 / 0);
  border-right-color: rgb(83 221 139 / 0);
}

.border-x-work-identity-400\/10 {
  border-left-color: rgb(83 221 139 / 0.1);
  border-right-color: rgb(83 221 139 / 0.1);
}

.border-x-work-identity-400\/100 {
  border-left-color: rgb(83 221 139 / 1);
  border-right-color: rgb(83 221 139 / 1);
}

.border-x-work-identity-400\/20 {
  border-left-color: rgb(83 221 139 / 0.2);
  border-right-color: rgb(83 221 139 / 0.2);
}

.border-x-work-identity-400\/25 {
  border-left-color: rgb(83 221 139 / 0.25);
  border-right-color: rgb(83 221 139 / 0.25);
}

.border-x-work-identity-400\/30 {
  border-left-color: rgb(83 221 139 / 0.3);
  border-right-color: rgb(83 221 139 / 0.3);
}

.border-x-work-identity-400\/40 {
  border-left-color: rgb(83 221 139 / 0.4);
  border-right-color: rgb(83 221 139 / 0.4);
}

.border-x-work-identity-400\/5 {
  border-left-color: rgb(83 221 139 / 0.05);
  border-right-color: rgb(83 221 139 / 0.05);
}

.border-x-work-identity-400\/50 {
  border-left-color: rgb(83 221 139 / 0.5);
  border-right-color: rgb(83 221 139 / 0.5);
}

.border-x-work-identity-400\/60 {
  border-left-color: rgb(83 221 139 / 0.6);
  border-right-color: rgb(83 221 139 / 0.6);
}

.border-x-work-identity-400\/70 {
  border-left-color: rgb(83 221 139 / 0.7);
  border-right-color: rgb(83 221 139 / 0.7);
}

.border-x-work-identity-400\/75 {
  border-left-color: rgb(83 221 139 / 0.75);
  border-right-color: rgb(83 221 139 / 0.75);
}

.border-x-work-identity-400\/80 {
  border-left-color: rgb(83 221 139 / 0.8);
  border-right-color: rgb(83 221 139 / 0.8);
}

.border-x-work-identity-400\/90 {
  border-left-color: rgb(83 221 139 / 0.9);
  border-right-color: rgb(83 221 139 / 0.9);
}

.border-x-work-identity-400\/95 {
  border-left-color: rgb(83 221 139 / 0.95);
  border-right-color: rgb(83 221 139 / 0.95);
}

.border-x-work-identity-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 208 84 / var(--tw-border-opacity));
  border-right-color: rgb(0 208 84 / var(--tw-border-opacity));
}

.border-x-work-identity-500\/0 {
  border-left-color: rgb(0 208 84 / 0);
  border-right-color: rgb(0 208 84 / 0);
}

.border-x-work-identity-500\/10 {
  border-left-color: rgb(0 208 84 / 0.1);
  border-right-color: rgb(0 208 84 / 0.1);
}

.border-x-work-identity-500\/100 {
  border-left-color: rgb(0 208 84 / 1);
  border-right-color: rgb(0 208 84 / 1);
}

.border-x-work-identity-500\/20 {
  border-left-color: rgb(0 208 84 / 0.2);
  border-right-color: rgb(0 208 84 / 0.2);
}

.border-x-work-identity-500\/25 {
  border-left-color: rgb(0 208 84 / 0.25);
  border-right-color: rgb(0 208 84 / 0.25);
}

.border-x-work-identity-500\/30 {
  border-left-color: rgb(0 208 84 / 0.3);
  border-right-color: rgb(0 208 84 / 0.3);
}

.border-x-work-identity-500\/40 {
  border-left-color: rgb(0 208 84 / 0.4);
  border-right-color: rgb(0 208 84 / 0.4);
}

.border-x-work-identity-500\/5 {
  border-left-color: rgb(0 208 84 / 0.05);
  border-right-color: rgb(0 208 84 / 0.05);
}

.border-x-work-identity-500\/50 {
  border-left-color: rgb(0 208 84 / 0.5);
  border-right-color: rgb(0 208 84 / 0.5);
}

.border-x-work-identity-500\/60 {
  border-left-color: rgb(0 208 84 / 0.6);
  border-right-color: rgb(0 208 84 / 0.6);
}

.border-x-work-identity-500\/70 {
  border-left-color: rgb(0 208 84 / 0.7);
  border-right-color: rgb(0 208 84 / 0.7);
}

.border-x-work-identity-500\/75 {
  border-left-color: rgb(0 208 84 / 0.75);
  border-right-color: rgb(0 208 84 / 0.75);
}

.border-x-work-identity-500\/80 {
  border-left-color: rgb(0 208 84 / 0.8);
  border-right-color: rgb(0 208 84 / 0.8);
}

.border-x-work-identity-500\/90 {
  border-left-color: rgb(0 208 84 / 0.9);
  border-right-color: rgb(0 208 84 / 0.9);
}

.border-x-work-identity-500\/95 {
  border-left-color: rgb(0 208 84 / 0.95);
  border-right-color: rgb(0 208 84 / 0.95);
}

.border-x-work-identity-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 249 249 / var(--tw-border-opacity));
  border-right-color: rgb(249 249 249 / var(--tw-border-opacity));
}

.border-x-work-identity-900\/0 {
  border-left-color: rgb(249 249 249 / 0);
  border-right-color: rgb(249 249 249 / 0);
}

.border-x-work-identity-900\/10 {
  border-left-color: rgb(249 249 249 / 0.1);
  border-right-color: rgb(249 249 249 / 0.1);
}

.border-x-work-identity-900\/100 {
  border-left-color: rgb(249 249 249 / 1);
  border-right-color: rgb(249 249 249 / 1);
}

.border-x-work-identity-900\/20 {
  border-left-color: rgb(249 249 249 / 0.2);
  border-right-color: rgb(249 249 249 / 0.2);
}

.border-x-work-identity-900\/25 {
  border-left-color: rgb(249 249 249 / 0.25);
  border-right-color: rgb(249 249 249 / 0.25);
}

.border-x-work-identity-900\/30 {
  border-left-color: rgb(249 249 249 / 0.3);
  border-right-color: rgb(249 249 249 / 0.3);
}

.border-x-work-identity-900\/40 {
  border-left-color: rgb(249 249 249 / 0.4);
  border-right-color: rgb(249 249 249 / 0.4);
}

.border-x-work-identity-900\/5 {
  border-left-color: rgb(249 249 249 / 0.05);
  border-right-color: rgb(249 249 249 / 0.05);
}

.border-x-work-identity-900\/50 {
  border-left-color: rgb(249 249 249 / 0.5);
  border-right-color: rgb(249 249 249 / 0.5);
}

.border-x-work-identity-900\/60 {
  border-left-color: rgb(249 249 249 / 0.6);
  border-right-color: rgb(249 249 249 / 0.6);
}

.border-x-work-identity-900\/70 {
  border-left-color: rgb(249 249 249 / 0.7);
  border-right-color: rgb(249 249 249 / 0.7);
}

.border-x-work-identity-900\/75 {
  border-left-color: rgb(249 249 249 / 0.75);
  border-right-color: rgb(249 249 249 / 0.75);
}

.border-x-work-identity-900\/80 {
  border-left-color: rgb(249 249 249 / 0.8);
  border-right-color: rgb(249 249 249 / 0.8);
}

.border-x-work-identity-900\/90 {
  border-left-color: rgb(249 249 249 / 0.9);
  border-right-color: rgb(249 249 249 / 0.9);
}

.border-x-work-identity-900\/95 {
  border-left-color: rgb(249 249 249 / 0.95);
  border-right-color: rgb(249 249 249 / 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-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-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-brand-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(230 239 246 / var(--tw-border-opacity));
  border-bottom-color: rgb(230 239 246 / var(--tw-border-opacity));
}

.border-y-brand-100\/0 {
  border-top-color: rgb(230 239 246 / 0);
  border-bottom-color: rgb(230 239 246 / 0);
}

.border-y-brand-100\/10 {
  border-top-color: rgb(230 239 246 / 0.1);
  border-bottom-color: rgb(230 239 246 / 0.1);
}

.border-y-brand-100\/100 {
  border-top-color: rgb(230 239 246 / 1);
  border-bottom-color: rgb(230 239 246 / 1);
}

.border-y-brand-100\/20 {
  border-top-color: rgb(230 239 246 / 0.2);
  border-bottom-color: rgb(230 239 246 / 0.2);
}

.border-y-brand-100\/25 {
  border-top-color: rgb(230 239 246 / 0.25);
  border-bottom-color: rgb(230 239 246 / 0.25);
}

.border-y-brand-100\/30 {
  border-top-color: rgb(230 239 246 / 0.3);
  border-bottom-color: rgb(230 239 246 / 0.3);
}

.border-y-brand-100\/40 {
  border-top-color: rgb(230 239 246 / 0.4);
  border-bottom-color: rgb(230 239 246 / 0.4);
}

.border-y-brand-100\/5 {
  border-top-color: rgb(230 239 246 / 0.05);
  border-bottom-color: rgb(230 239 246 / 0.05);
}

.border-y-brand-100\/50 {
  border-top-color: rgb(230 239 246 / 0.5);
  border-bottom-color: rgb(230 239 246 / 0.5);
}

.border-y-brand-100\/60 {
  border-top-color: rgb(230 239 246 / 0.6);
  border-bottom-color: rgb(230 239 246 / 0.6);
}

.border-y-brand-100\/70 {
  border-top-color: rgb(230 239 246 / 0.7);
  border-bottom-color: rgb(230 239 246 / 0.7);
}

.border-y-brand-100\/75 {
  border-top-color: rgb(230 239 246 / 0.75);
  border-bottom-color: rgb(230 239 246 / 0.75);
}

.border-y-brand-100\/80 {
  border-top-color: rgb(230 239 246 / 0.8);
  border-bottom-color: rgb(230 239 246 / 0.8);
}

.border-y-brand-100\/90 {
  border-top-color: rgb(230 239 246 / 0.9);
  border-bottom-color: rgb(230 239 246 / 0.9);
}

.border-y-brand-100\/95 {
  border-top-color: rgb(230 239 246 / 0.95);
  border-bottom-color: rgb(230 239 246 / 0.95);
}

.border-y-brand-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(193 215 234 / var(--tw-border-opacity));
  border-bottom-color: rgb(193 215 234 / var(--tw-border-opacity));
}

.border-y-brand-200\/0 {
  border-top-color: rgb(193 215 234 / 0);
  border-bottom-color: rgb(193 215 234 / 0);
}

.border-y-brand-200\/10 {
  border-top-color: rgb(193 215 234 / 0.1);
  border-bottom-color: rgb(193 215 234 / 0.1);
}

.border-y-brand-200\/100 {
  border-top-color: rgb(193 215 234 / 1);
  border-bottom-color: rgb(193 215 234 / 1);
}

.border-y-brand-200\/20 {
  border-top-color: rgb(193 215 234 / 0.2);
  border-bottom-color: rgb(193 215 234 / 0.2);
}

.border-y-brand-200\/25 {
  border-top-color: rgb(193 215 234 / 0.25);
  border-bottom-color: rgb(193 215 234 / 0.25);
}

.border-y-brand-200\/30 {
  border-top-color: rgb(193 215 234 / 0.3);
  border-bottom-color: rgb(193 215 234 / 0.3);
}

.border-y-brand-200\/40 {
  border-top-color: rgb(193 215 234 / 0.4);
  border-bottom-color: rgb(193 215 234 / 0.4);
}

.border-y-brand-200\/5 {
  border-top-color: rgb(193 215 234 / 0.05);
  border-bottom-color: rgb(193 215 234 / 0.05);
}

.border-y-brand-200\/50 {
  border-top-color: rgb(193 215 234 / 0.5);
  border-bottom-color: rgb(193 215 234 / 0.5);
}

.border-y-brand-200\/60 {
  border-top-color: rgb(193 215 234 / 0.6);
  border-bottom-color: rgb(193 215 234 / 0.6);
}

.border-y-brand-200\/70 {
  border-top-color: rgb(193 215 234 / 0.7);
  border-bottom-color: rgb(193 215 234 / 0.7);
}

.border-y-brand-200\/75 {
  border-top-color: rgb(193 215 234 / 0.75);
  border-bottom-color: rgb(193 215 234 / 0.75);
}

.border-y-brand-200\/80 {
  border-top-color: rgb(193 215 234 / 0.8);
  border-bottom-color: rgb(193 215 234 / 0.8);
}

.border-y-brand-200\/90 {
  border-top-color: rgb(193 215 234 / 0.9);
  border-bottom-color: rgb(193 215 234 / 0.9);
}

.border-y-brand-200\/95 {
  border-top-color: rgb(193 215 234 / 0.95);
  border-bottom-color: rgb(193 215 234 / 0.95);
}

.border-y-brand-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(155 190 221 / var(--tw-border-opacity));
  border-bottom-color: rgb(155 190 221 / var(--tw-border-opacity));
}

.border-y-brand-300\/0 {
  border-top-color: rgb(155 190 221 / 0);
  border-bottom-color: rgb(155 190 221 / 0);
}

.border-y-brand-300\/10 {
  border-top-color: rgb(155 190 221 / 0.1);
  border-bottom-color: rgb(155 190 221 / 0.1);
}

.border-y-brand-300\/100 {
  border-top-color: rgb(155 190 221 / 1);
  border-bottom-color: rgb(155 190 221 / 1);
}

.border-y-brand-300\/20 {
  border-top-color: rgb(155 190 221 / 0.2);
  border-bottom-color: rgb(155 190 221 / 0.2);
}

.border-y-brand-300\/25 {
  border-top-color: rgb(155 190 221 / 0.25);
  border-bottom-color: rgb(155 190 221 / 0.25);
}

.border-y-brand-300\/30 {
  border-top-color: rgb(155 190 221 / 0.3);
  border-bottom-color: rgb(155 190 221 / 0.3);
}

.border-y-brand-300\/40 {
  border-top-color: rgb(155 190 221 / 0.4);
  border-bottom-color: rgb(155 190 221 / 0.4);
}

.border-y-brand-300\/5 {
  border-top-color: rgb(155 190 221 / 0.05);
  border-bottom-color: rgb(155 190 221 / 0.05);
}

.border-y-brand-300\/50 {
  border-top-color: rgb(155 190 221 / 0.5);
  border-bottom-color: rgb(155 190 221 / 0.5);
}

.border-y-brand-300\/60 {
  border-top-color: rgb(155 190 221 / 0.6);
  border-bottom-color: rgb(155 190 221 / 0.6);
}

.border-y-brand-300\/70 {
  border-top-color: rgb(155 190 221 / 0.7);
  border-bottom-color: rgb(155 190 221 / 0.7);
}

.border-y-brand-300\/75 {
  border-top-color: rgb(155 190 221 / 0.75);
  border-bottom-color: rgb(155 190 221 / 0.75);
}

.border-y-brand-300\/80 {
  border-top-color: rgb(155 190 221 / 0.8);
  border-bottom-color: rgb(155 190 221 / 0.8);
}

.border-y-brand-300\/90 {
  border-top-color: rgb(155 190 221 / 0.9);
  border-bottom-color: rgb(155 190 221 / 0.9);
}

.border-y-brand-300\/95 {
  border-top-color: rgb(155 190 221 / 0.95);
  border-bottom-color: rgb(155 190 221 / 0.95);
}

.border-y-brand-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(81 142 195 / var(--tw-border-opacity));
  border-bottom-color: rgb(81 142 195 / var(--tw-border-opacity));
}

.border-y-brand-400\/0 {
  border-top-color: rgb(81 142 195 / 0);
  border-bottom-color: rgb(81 142 195 / 0);
}

.border-y-brand-400\/10 {
  border-top-color: rgb(81 142 195 / 0.1);
  border-bottom-color: rgb(81 142 195 / 0.1);
}

.border-y-brand-400\/100 {
  border-top-color: rgb(81 142 195 / 1);
  border-bottom-color: rgb(81 142 195 / 1);
}

.border-y-brand-400\/20 {
  border-top-color: rgb(81 142 195 / 0.2);
  border-bottom-color: rgb(81 142 195 / 0.2);
}

.border-y-brand-400\/25 {
  border-top-color: rgb(81 142 195 / 0.25);
  border-bottom-color: rgb(81 142 195 / 0.25);
}

.border-y-brand-400\/30 {
  border-top-color: rgb(81 142 195 / 0.3);
  border-bottom-color: rgb(81 142 195 / 0.3);
}

.border-y-brand-400\/40 {
  border-top-color: rgb(81 142 195 / 0.4);
  border-bottom-color: rgb(81 142 195 / 0.4);
}

.border-y-brand-400\/5 {
  border-top-color: rgb(81 142 195 / 0.05);
  border-bottom-color: rgb(81 142 195 / 0.05);
}

.border-y-brand-400\/50 {
  border-top-color: rgb(81 142 195 / 0.5);
  border-bottom-color: rgb(81 142 195 / 0.5);
}

.border-y-brand-400\/60 {
  border-top-color: rgb(81 142 195 / 0.6);
  border-bottom-color: rgb(81 142 195 / 0.6);
}

.border-y-brand-400\/70 {
  border-top-color: rgb(81 142 195 / 0.7);
  border-bottom-color: rgb(81 142 195 / 0.7);
}

.border-y-brand-400\/75 {
  border-top-color: rgb(81 142 195 / 0.75);
  border-bottom-color: rgb(81 142 195 / 0.75);
}

.border-y-brand-400\/80 {
  border-top-color: rgb(81 142 195 / 0.8);
  border-bottom-color: rgb(81 142 195 / 0.8);
}

.border-y-brand-400\/90 {
  border-top-color: rgb(81 142 195 / 0.9);
  border-bottom-color: rgb(81 142 195 / 0.9);
}

.border-y-brand-400\/95 {
  border-top-color: rgb(81 142 195 / 0.95);
  border-bottom-color: rgb(81 142 195 / 0.95);
}

.border-y-brand-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(243 247 251 / var(--tw-border-opacity));
  border-bottom-color: rgb(243 247 251 / var(--tw-border-opacity));
}

.border-y-brand-50\/0 {
  border-top-color: rgb(243 247 251 / 0);
  border-bottom-color: rgb(243 247 251 / 0);
}

.border-y-brand-50\/10 {
  border-top-color: rgb(243 247 251 / 0.1);
  border-bottom-color: rgb(243 247 251 / 0.1);
}

.border-y-brand-50\/100 {
  border-top-color: rgb(243 247 251 / 1);
  border-bottom-color: rgb(243 247 251 / 1);
}

.border-y-brand-50\/20 {
  border-top-color: rgb(243 247 251 / 0.2);
  border-bottom-color: rgb(243 247 251 / 0.2);
}

.border-y-brand-50\/25 {
  border-top-color: rgb(243 247 251 / 0.25);
  border-bottom-color: rgb(243 247 251 / 0.25);
}

.border-y-brand-50\/30 {
  border-top-color: rgb(243 247 251 / 0.3);
  border-bottom-color: rgb(243 247 251 / 0.3);
}

.border-y-brand-50\/40 {
  border-top-color: rgb(243 247 251 / 0.4);
  border-bottom-color: rgb(243 247 251 / 0.4);
}

.border-y-brand-50\/5 {
  border-top-color: rgb(243 247 251 / 0.05);
  border-bottom-color: rgb(243 247 251 / 0.05);
}

.border-y-brand-50\/50 {
  border-top-color: rgb(243 247 251 / 0.5);
  border-bottom-color: rgb(243 247 251 / 0.5);
}

.border-y-brand-50\/60 {
  border-top-color: rgb(243 247 251 / 0.6);
  border-bottom-color: rgb(243 247 251 / 0.6);
}

.border-y-brand-50\/70 {
  border-top-color: rgb(243 247 251 / 0.7);
  border-bottom-color: rgb(243 247 251 / 0.7);
}

.border-y-brand-50\/75 {
  border-top-color: rgb(243 247 251 / 0.75);
  border-bottom-color: rgb(243 247 251 / 0.75);
}

.border-y-brand-50\/80 {
  border-top-color: rgb(243 247 251 / 0.8);
  border-bottom-color: rgb(243 247 251 / 0.8);
}

.border-y-brand-50\/90 {
  border-top-color: rgb(243 247 251 / 0.9);
  border-bottom-color: rgb(243 247 251 / 0.9);
}

.border-y-brand-50\/95 {
  border-top-color: rgb(243 247 251 / 0.95);
  border-bottom-color: rgb(243 247 251 / 0.95);
}

.border-y-brand-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(6 93 169 / var(--tw-border-opacity));
  border-bottom-color: rgb(6 93 169 / var(--tw-border-opacity));
}

.border-y-brand-500\/0 {
  border-top-color: rgb(6 93 169 / 0);
  border-bottom-color: rgb(6 93 169 / 0);
}

.border-y-brand-500\/10 {
  border-top-color: rgb(6 93 169 / 0.1);
  border-bottom-color: rgb(6 93 169 / 0.1);
}

.border-y-brand-500\/100 {
  border-top-color: rgb(6 93 169 / 1);
  border-bottom-color: rgb(6 93 169 / 1);
}

.border-y-brand-500\/20 {
  border-top-color: rgb(6 93 169 / 0.2);
  border-bottom-color: rgb(6 93 169 / 0.2);
}

.border-y-brand-500\/25 {
  border-top-color: rgb(6 93 169 / 0.25);
  border-bottom-color: rgb(6 93 169 / 0.25);
}

.border-y-brand-500\/30 {
  border-top-color: rgb(6 93 169 / 0.3);
  border-bottom-color: rgb(6 93 169 / 0.3);
}

.border-y-brand-500\/40 {
  border-top-color: rgb(6 93 169 / 0.4);
  border-bottom-color: rgb(6 93 169 / 0.4);
}

.border-y-brand-500\/5 {
  border-top-color: rgb(6 93 169 / 0.05);
  border-bottom-color: rgb(6 93 169 / 0.05);
}

.border-y-brand-500\/50 {
  border-top-color: rgb(6 93 169 / 0.5);
  border-bottom-color: rgb(6 93 169 / 0.5);
}

.border-y-brand-500\/60 {
  border-top-color: rgb(6 93 169 / 0.6);
  border-bottom-color: rgb(6 93 169 / 0.6);
}

.border-y-brand-500\/70 {
  border-top-color: rgb(6 93 169 / 0.7);
  border-bottom-color: rgb(6 93 169 / 0.7);
}

.border-y-brand-500\/75 {
  border-top-color: rgb(6 93 169 / 0.75);
  border-bottom-color: rgb(6 93 169 / 0.75);
}

.border-y-brand-500\/80 {
  border-top-color: rgb(6 93 169 / 0.8);
  border-bottom-color: rgb(6 93 169 / 0.8);
}

.border-y-brand-500\/90 {
  border-top-color: rgb(6 93 169 / 0.9);
  border-bottom-color: rgb(6 93 169 / 0.9);
}

.border-y-brand-500\/95 {
  border-top-color: rgb(6 93 169 / 0.95);
  border-bottom-color: rgb(6 93 169 / 0.95);
}

.border-y-brand-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(5 84 152 / var(--tw-border-opacity));
  border-bottom-color: rgb(5 84 152 / var(--tw-border-opacity));
}

.border-y-brand-600\/0 {
  border-top-color: rgb(5 84 152 / 0);
  border-bottom-color: rgb(5 84 152 / 0);
}

.border-y-brand-600\/10 {
  border-top-color: rgb(5 84 152 / 0.1);
  border-bottom-color: rgb(5 84 152 / 0.1);
}

.border-y-brand-600\/100 {
  border-top-color: rgb(5 84 152 / 1);
  border-bottom-color: rgb(5 84 152 / 1);
}

.border-y-brand-600\/20 {
  border-top-color: rgb(5 84 152 / 0.2);
  border-bottom-color: rgb(5 84 152 / 0.2);
}

.border-y-brand-600\/25 {
  border-top-color: rgb(5 84 152 / 0.25);
  border-bottom-color: rgb(5 84 152 / 0.25);
}

.border-y-brand-600\/30 {
  border-top-color: rgb(5 84 152 / 0.3);
  border-bottom-color: rgb(5 84 152 / 0.3);
}

.border-y-brand-600\/40 {
  border-top-color: rgb(5 84 152 / 0.4);
  border-bottom-color: rgb(5 84 152 / 0.4);
}

.border-y-brand-600\/5 {
  border-top-color: rgb(5 84 152 / 0.05);
  border-bottom-color: rgb(5 84 152 / 0.05);
}

.border-y-brand-600\/50 {
  border-top-color: rgb(5 84 152 / 0.5);
  border-bottom-color: rgb(5 84 152 / 0.5);
}

.border-y-brand-600\/60 {
  border-top-color: rgb(5 84 152 / 0.6);
  border-bottom-color: rgb(5 84 152 / 0.6);
}

.border-y-brand-600\/70 {
  border-top-color: rgb(5 84 152 / 0.7);
  border-bottom-color: rgb(5 84 152 / 0.7);
}

.border-y-brand-600\/75 {
  border-top-color: rgb(5 84 152 / 0.75);
  border-bottom-color: rgb(5 84 152 / 0.75);
}

.border-y-brand-600\/80 {
  border-top-color: rgb(5 84 152 / 0.8);
  border-bottom-color: rgb(5 84 152 / 0.8);
}

.border-y-brand-600\/90 {
  border-top-color: rgb(5 84 152 / 0.9);
  border-bottom-color: rgb(5 84 152 / 0.9);
}

.border-y-brand-600\/95 {
  border-top-color: rgb(5 84 152 / 0.95);
  border-bottom-color: rgb(5 84 152 / 0.95);
}

.border-y-brand-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(4 56 101 / var(--tw-border-opacity));
  border-bottom-color: rgb(4 56 101 / var(--tw-border-opacity));
}

.border-y-brand-700\/0 {
  border-top-color: rgb(4 56 101 / 0);
  border-bottom-color: rgb(4 56 101 / 0);
}

.border-y-brand-700\/10 {
  border-top-color: rgb(4 56 101 / 0.1);
  border-bottom-color: rgb(4 56 101 / 0.1);
}

.border-y-brand-700\/100 {
  border-top-color: rgb(4 56 101 / 1);
  border-bottom-color: rgb(4 56 101 / 1);
}

.border-y-brand-700\/20 {
  border-top-color: rgb(4 56 101 / 0.2);
  border-bottom-color: rgb(4 56 101 / 0.2);
}

.border-y-brand-700\/25 {
  border-top-color: rgb(4 56 101 / 0.25);
  border-bottom-color: rgb(4 56 101 / 0.25);
}

.border-y-brand-700\/30 {
  border-top-color: rgb(4 56 101 / 0.3);
  border-bottom-color: rgb(4 56 101 / 0.3);
}

.border-y-brand-700\/40 {
  border-top-color: rgb(4 56 101 / 0.4);
  border-bottom-color: rgb(4 56 101 / 0.4);
}

.border-y-brand-700\/5 {
  border-top-color: rgb(4 56 101 / 0.05);
  border-bottom-color: rgb(4 56 101 / 0.05);
}

.border-y-brand-700\/50 {
  border-top-color: rgb(4 56 101 / 0.5);
  border-bottom-color: rgb(4 56 101 / 0.5);
}

.border-y-brand-700\/60 {
  border-top-color: rgb(4 56 101 / 0.6);
  border-bottom-color: rgb(4 56 101 / 0.6);
}

.border-y-brand-700\/70 {
  border-top-color: rgb(4 56 101 / 0.7);
  border-bottom-color: rgb(4 56 101 / 0.7);
}

.border-y-brand-700\/75 {
  border-top-color: rgb(4 56 101 / 0.75);
  border-bottom-color: rgb(4 56 101 / 0.75);
}

.border-y-brand-700\/80 {
  border-top-color: rgb(4 56 101 / 0.8);
  border-bottom-color: rgb(4 56 101 / 0.8);
}

.border-y-brand-700\/90 {
  border-top-color: rgb(4 56 101 / 0.9);
  border-bottom-color: rgb(4 56 101 / 0.9);
}

.border-y-brand-700\/95 {
  border-top-color: rgb(4 56 101 / 0.95);
  border-bottom-color: rgb(4 56 101 / 0.95);
}

.border-y-brand-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(3 42 76 / var(--tw-border-opacity));
  border-bottom-color: rgb(3 42 76 / var(--tw-border-opacity));
}

.border-y-brand-800\/0 {
  border-top-color: rgb(3 42 76 / 0);
  border-bottom-color: rgb(3 42 76 / 0);
}

.border-y-brand-800\/10 {
  border-top-color: rgb(3 42 76 / 0.1);
  border-bottom-color: rgb(3 42 76 / 0.1);
}

.border-y-brand-800\/100 {
  border-top-color: rgb(3 42 76 / 1);
  border-bottom-color: rgb(3 42 76 / 1);
}

.border-y-brand-800\/20 {
  border-top-color: rgb(3 42 76 / 0.2);
  border-bottom-color: rgb(3 42 76 / 0.2);
}

.border-y-brand-800\/25 {
  border-top-color: rgb(3 42 76 / 0.25);
  border-bottom-color: rgb(3 42 76 / 0.25);
}

.border-y-brand-800\/30 {
  border-top-color: rgb(3 42 76 / 0.3);
  border-bottom-color: rgb(3 42 76 / 0.3);
}

.border-y-brand-800\/40 {
  border-top-color: rgb(3 42 76 / 0.4);
  border-bottom-color: rgb(3 42 76 / 0.4);
}

.border-y-brand-800\/5 {
  border-top-color: rgb(3 42 76 / 0.05);
  border-bottom-color: rgb(3 42 76 / 0.05);
}

.border-y-brand-800\/50 {
  border-top-color: rgb(3 42 76 / 0.5);
  border-bottom-color: rgb(3 42 76 / 0.5);
}

.border-y-brand-800\/60 {
  border-top-color: rgb(3 42 76 / 0.6);
  border-bottom-color: rgb(3 42 76 / 0.6);
}

.border-y-brand-800\/70 {
  border-top-color: rgb(3 42 76 / 0.7);
  border-bottom-color: rgb(3 42 76 / 0.7);
}

.border-y-brand-800\/75 {
  border-top-color: rgb(3 42 76 / 0.75);
  border-bottom-color: rgb(3 42 76 / 0.75);
}

.border-y-brand-800\/80 {
  border-top-color: rgb(3 42 76 / 0.8);
  border-bottom-color: rgb(3 42 76 / 0.8);
}

.border-y-brand-800\/90 {
  border-top-color: rgb(3 42 76 / 0.9);
  border-bottom-color: rgb(3 42 76 / 0.9);
}

.border-y-brand-800\/95 {
  border-top-color: rgb(3 42 76 / 0.95);
  border-bottom-color: rgb(3 42 76 / 0.95);
}

.border-y-brand-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(2 28 51 / var(--tw-border-opacity));
  border-bottom-color: rgb(2 28 51 / var(--tw-border-opacity));
}

.border-y-brand-900\/0 {
  border-top-color: rgb(2 28 51 / 0);
  border-bottom-color: rgb(2 28 51 / 0);
}

.border-y-brand-900\/10 {
  border-top-color: rgb(2 28 51 / 0.1);
  border-bottom-color: rgb(2 28 51 / 0.1);
}

.border-y-brand-900\/100 {
  border-top-color: rgb(2 28 51 / 1);
  border-bottom-color: rgb(2 28 51 / 1);
}

.border-y-brand-900\/20 {
  border-top-color: rgb(2 28 51 / 0.2);
  border-bottom-color: rgb(2 28 51 / 0.2);
}

.border-y-brand-900\/25 {
  border-top-color: rgb(2 28 51 / 0.25);
  border-bottom-color: rgb(2 28 51 / 0.25);
}

.border-y-brand-900\/30 {
  border-top-color: rgb(2 28 51 / 0.3);
  border-bottom-color: rgb(2 28 51 / 0.3);
}

.border-y-brand-900\/40 {
  border-top-color: rgb(2 28 51 / 0.4);
  border-bottom-color: rgb(2 28 51 / 0.4);
}

.border-y-brand-900\/5 {
  border-top-color: rgb(2 28 51 / 0.05);
  border-bottom-color: rgb(2 28 51 / 0.05);
}

.border-y-brand-900\/50 {
  border-top-color: rgb(2 28 51 / 0.5);
  border-bottom-color: rgb(2 28 51 / 0.5);
}

.border-y-brand-900\/60 {
  border-top-color: rgb(2 28 51 / 0.6);
  border-bottom-color: rgb(2 28 51 / 0.6);
}

.border-y-brand-900\/70 {
  border-top-color: rgb(2 28 51 / 0.7);
  border-bottom-color: rgb(2 28 51 / 0.7);
}

.border-y-brand-900\/75 {
  border-top-color: rgb(2 28 51 / 0.75);
  border-bottom-color: rgb(2 28 51 / 0.75);
}

.border-y-brand-900\/80 {
  border-top-color: rgb(2 28 51 / 0.8);
  border-bottom-color: rgb(2 28 51 / 0.8);
}

.border-y-brand-900\/90 {
  border-top-color: rgb(2 28 51 / 0.9);
  border-bottom-color: rgb(2 28 51 / 0.9);
}

.border-y-brand-900\/95 {
  border-top-color: rgb(2 28 51 / 0.95);
  border-bottom-color: rgb(2 28 51 / 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-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-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-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-interbeauty-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 197 175 / var(--tw-border-opacity));
  border-bottom-color: rgb(249 197 175 / var(--tw-border-opacity));
}

.border-y-interbeauty-100\/0 {
  border-top-color: rgb(249 197 175 / 0);
  border-bottom-color: rgb(249 197 175 / 0);
}

.border-y-interbeauty-100\/10 {
  border-top-color: rgb(249 197 175 / 0.1);
  border-bottom-color: rgb(249 197 175 / 0.1);
}

.border-y-interbeauty-100\/100 {
  border-top-color: rgb(249 197 175 / 1);
  border-bottom-color: rgb(249 197 175 / 1);
}

.border-y-interbeauty-100\/20 {
  border-top-color: rgb(249 197 175 / 0.2);
  border-bottom-color: rgb(249 197 175 / 0.2);
}

.border-y-interbeauty-100\/25 {
  border-top-color: rgb(249 197 175 / 0.25);
  border-bottom-color: rgb(249 197 175 / 0.25);
}

.border-y-interbeauty-100\/30 {
  border-top-color: rgb(249 197 175 / 0.3);
  border-bottom-color: rgb(249 197 175 / 0.3);
}

.border-y-interbeauty-100\/40 {
  border-top-color: rgb(249 197 175 / 0.4);
  border-bottom-color: rgb(249 197 175 / 0.4);
}

.border-y-interbeauty-100\/5 {
  border-top-color: rgb(249 197 175 / 0.05);
  border-bottom-color: rgb(249 197 175 / 0.05);
}

.border-y-interbeauty-100\/50 {
  border-top-color: rgb(249 197 175 / 0.5);
  border-bottom-color: rgb(249 197 175 / 0.5);
}

.border-y-interbeauty-100\/60 {
  border-top-color: rgb(249 197 175 / 0.6);
  border-bottom-color: rgb(249 197 175 / 0.6);
}

.border-y-interbeauty-100\/70 {
  border-top-color: rgb(249 197 175 / 0.7);
  border-bottom-color: rgb(249 197 175 / 0.7);
}

.border-y-interbeauty-100\/75 {
  border-top-color: rgb(249 197 175 / 0.75);
  border-bottom-color: rgb(249 197 175 / 0.75);
}

.border-y-interbeauty-100\/80 {
  border-top-color: rgb(249 197 175 / 0.8);
  border-bottom-color: rgb(249 197 175 / 0.8);
}

.border-y-interbeauty-100\/90 {
  border-top-color: rgb(249 197 175 / 0.9);
  border-bottom-color: rgb(249 197 175 / 0.9);
}

.border-y-interbeauty-100\/95 {
  border-top-color: rgb(249 197 175 / 0.95);
  border-bottom-color: rgb(249 197 175 / 0.95);
}

.border-y-interbeauty-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(241 182 191 / var(--tw-border-opacity));
  border-bottom-color: rgb(241 182 191 / var(--tw-border-opacity));
}

.border-y-interbeauty-200\/0 {
  border-top-color: rgb(241 182 191 / 0);
  border-bottom-color: rgb(241 182 191 / 0);
}

.border-y-interbeauty-200\/10 {
  border-top-color: rgb(241 182 191 / 0.1);
  border-bottom-color: rgb(241 182 191 / 0.1);
}

.border-y-interbeauty-200\/100 {
  border-top-color: rgb(241 182 191 / 1);
  border-bottom-color: rgb(241 182 191 / 1);
}

.border-y-interbeauty-200\/20 {
  border-top-color: rgb(241 182 191 / 0.2);
  border-bottom-color: rgb(241 182 191 / 0.2);
}

.border-y-interbeauty-200\/25 {
  border-top-color: rgb(241 182 191 / 0.25);
  border-bottom-color: rgb(241 182 191 / 0.25);
}

.border-y-interbeauty-200\/30 {
  border-top-color: rgb(241 182 191 / 0.3);
  border-bottom-color: rgb(241 182 191 / 0.3);
}

.border-y-interbeauty-200\/40 {
  border-top-color: rgb(241 182 191 / 0.4);
  border-bottom-color: rgb(241 182 191 / 0.4);
}

.border-y-interbeauty-200\/5 {
  border-top-color: rgb(241 182 191 / 0.05);
  border-bottom-color: rgb(241 182 191 / 0.05);
}

.border-y-interbeauty-200\/50 {
  border-top-color: rgb(241 182 191 / 0.5);
  border-bottom-color: rgb(241 182 191 / 0.5);
}

.border-y-interbeauty-200\/60 {
  border-top-color: rgb(241 182 191 / 0.6);
  border-bottom-color: rgb(241 182 191 / 0.6);
}

.border-y-interbeauty-200\/70 {
  border-top-color: rgb(241 182 191 / 0.7);
  border-bottom-color: rgb(241 182 191 / 0.7);
}

.border-y-interbeauty-200\/75 {
  border-top-color: rgb(241 182 191 / 0.75);
  border-bottom-color: rgb(241 182 191 / 0.75);
}

.border-y-interbeauty-200\/80 {
  border-top-color: rgb(241 182 191 / 0.8);
  border-bottom-color: rgb(241 182 191 / 0.8);
}

.border-y-interbeauty-200\/90 {
  border-top-color: rgb(241 182 191 / 0.9);
  border-bottom-color: rgb(241 182 191 / 0.9);
}

.border-y-interbeauty-200\/95 {
  border-top-color: rgb(241 182 191 / 0.95);
  border-bottom-color: rgb(241 182 191 / 0.95);
}

.border-y-interbeauty-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(182 219 231 / var(--tw-border-opacity));
  border-bottom-color: rgb(182 219 231 / var(--tw-border-opacity));
}

.border-y-interbeauty-300\/0 {
  border-top-color: rgb(182 219 231 / 0);
  border-bottom-color: rgb(182 219 231 / 0);
}

.border-y-interbeauty-300\/10 {
  border-top-color: rgb(182 219 231 / 0.1);
  border-bottom-color: rgb(182 219 231 / 0.1);
}

.border-y-interbeauty-300\/100 {
  border-top-color: rgb(182 219 231 / 1);
  border-bottom-color: rgb(182 219 231 / 1);
}

.border-y-interbeauty-300\/20 {
  border-top-color: rgb(182 219 231 / 0.2);
  border-bottom-color: rgb(182 219 231 / 0.2);
}

.border-y-interbeauty-300\/25 {
  border-top-color: rgb(182 219 231 / 0.25);
  border-bottom-color: rgb(182 219 231 / 0.25);
}

.border-y-interbeauty-300\/30 {
  border-top-color: rgb(182 219 231 / 0.3);
  border-bottom-color: rgb(182 219 231 / 0.3);
}

.border-y-interbeauty-300\/40 {
  border-top-color: rgb(182 219 231 / 0.4);
  border-bottom-color: rgb(182 219 231 / 0.4);
}

.border-y-interbeauty-300\/5 {
  border-top-color: rgb(182 219 231 / 0.05);
  border-bottom-color: rgb(182 219 231 / 0.05);
}

.border-y-interbeauty-300\/50 {
  border-top-color: rgb(182 219 231 / 0.5);
  border-bottom-color: rgb(182 219 231 / 0.5);
}

.border-y-interbeauty-300\/60 {
  border-top-color: rgb(182 219 231 / 0.6);
  border-bottom-color: rgb(182 219 231 / 0.6);
}

.border-y-interbeauty-300\/70 {
  border-top-color: rgb(182 219 231 / 0.7);
  border-bottom-color: rgb(182 219 231 / 0.7);
}

.border-y-interbeauty-300\/75 {
  border-top-color: rgb(182 219 231 / 0.75);
  border-bottom-color: rgb(182 219 231 / 0.75);
}

.border-y-interbeauty-300\/80 {
  border-top-color: rgb(182 219 231 / 0.8);
  border-bottom-color: rgb(182 219 231 / 0.8);
}

.border-y-interbeauty-300\/90 {
  border-top-color: rgb(182 219 231 / 0.9);
  border-bottom-color: rgb(182 219 231 / 0.9);
}

.border-y-interbeauty-300\/95 {
  border-top-color: rgb(182 219 231 / 0.95);
  border-bottom-color: rgb(182 219 231 / 0.95);
}

.border-y-interbeauty-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 250 247 / var(--tw-border-opacity));
  border-bottom-color: rgb(254 250 247 / var(--tw-border-opacity));
}

.border-y-interbeauty-400\/0 {
  border-top-color: rgb(254 250 247 / 0);
  border-bottom-color: rgb(254 250 247 / 0);
}

.border-y-interbeauty-400\/10 {
  border-top-color: rgb(254 250 247 / 0.1);
  border-bottom-color: rgb(254 250 247 / 0.1);
}

.border-y-interbeauty-400\/100 {
  border-top-color: rgb(254 250 247 / 1);
  border-bottom-color: rgb(254 250 247 / 1);
}

.border-y-interbeauty-400\/20 {
  border-top-color: rgb(254 250 247 / 0.2);
  border-bottom-color: rgb(254 250 247 / 0.2);
}

.border-y-interbeauty-400\/25 {
  border-top-color: rgb(254 250 247 / 0.25);
  border-bottom-color: rgb(254 250 247 / 0.25);
}

.border-y-interbeauty-400\/30 {
  border-top-color: rgb(254 250 247 / 0.3);
  border-bottom-color: rgb(254 250 247 / 0.3);
}

.border-y-interbeauty-400\/40 {
  border-top-color: rgb(254 250 247 / 0.4);
  border-bottom-color: rgb(254 250 247 / 0.4);
}

.border-y-interbeauty-400\/5 {
  border-top-color: rgb(254 250 247 / 0.05);
  border-bottom-color: rgb(254 250 247 / 0.05);
}

.border-y-interbeauty-400\/50 {
  border-top-color: rgb(254 250 247 / 0.5);
  border-bottom-color: rgb(254 250 247 / 0.5);
}

.border-y-interbeauty-400\/60 {
  border-top-color: rgb(254 250 247 / 0.6);
  border-bottom-color: rgb(254 250 247 / 0.6);
}

.border-y-interbeauty-400\/70 {
  border-top-color: rgb(254 250 247 / 0.7);
  border-bottom-color: rgb(254 250 247 / 0.7);
}

.border-y-interbeauty-400\/75 {
  border-top-color: rgb(254 250 247 / 0.75);
  border-bottom-color: rgb(254 250 247 / 0.75);
}

.border-y-interbeauty-400\/80 {
  border-top-color: rgb(254 250 247 / 0.8);
  border-bottom-color: rgb(254 250 247 / 0.8);
}

.border-y-interbeauty-400\/90 {
  border-top-color: rgb(254 250 247 / 0.9);
  border-bottom-color: rgb(254 250 247 / 0.9);
}

.border-y-interbeauty-400\/95 {
  border-top-color: rgb(254 250 247 / 0.95);
  border-bottom-color: rgb(254 250 247 / 0.95);
}

.border-y-interbeauty-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(193 225 224 / var(--tw-border-opacity));
  border-bottom-color: rgb(193 225 224 / var(--tw-border-opacity));
}

.border-y-interbeauty-500\/0 {
  border-top-color: rgb(193 225 224 / 0);
  border-bottom-color: rgb(193 225 224 / 0);
}

.border-y-interbeauty-500\/10 {
  border-top-color: rgb(193 225 224 / 0.1);
  border-bottom-color: rgb(193 225 224 / 0.1);
}

.border-y-interbeauty-500\/100 {
  border-top-color: rgb(193 225 224 / 1);
  border-bottom-color: rgb(193 225 224 / 1);
}

.border-y-interbeauty-500\/20 {
  border-top-color: rgb(193 225 224 / 0.2);
  border-bottom-color: rgb(193 225 224 / 0.2);
}

.border-y-interbeauty-500\/25 {
  border-top-color: rgb(193 225 224 / 0.25);
  border-bottom-color: rgb(193 225 224 / 0.25);
}

.border-y-interbeauty-500\/30 {
  border-top-color: rgb(193 225 224 / 0.3);
  border-bottom-color: rgb(193 225 224 / 0.3);
}

.border-y-interbeauty-500\/40 {
  border-top-color: rgb(193 225 224 / 0.4);
  border-bottom-color: rgb(193 225 224 / 0.4);
}

.border-y-interbeauty-500\/5 {
  border-top-color: rgb(193 225 224 / 0.05);
  border-bottom-color: rgb(193 225 224 / 0.05);
}

.border-y-interbeauty-500\/50 {
  border-top-color: rgb(193 225 224 / 0.5);
  border-bottom-color: rgb(193 225 224 / 0.5);
}

.border-y-interbeauty-500\/60 {
  border-top-color: rgb(193 225 224 / 0.6);
  border-bottom-color: rgb(193 225 224 / 0.6);
}

.border-y-interbeauty-500\/70 {
  border-top-color: rgb(193 225 224 / 0.7);
  border-bottom-color: rgb(193 225 224 / 0.7);
}

.border-y-interbeauty-500\/75 {
  border-top-color: rgb(193 225 224 / 0.75);
  border-bottom-color: rgb(193 225 224 / 0.75);
}

.border-y-interbeauty-500\/80 {
  border-top-color: rgb(193 225 224 / 0.8);
  border-bottom-color: rgb(193 225 224 / 0.8);
}

.border-y-interbeauty-500\/90 {
  border-top-color: rgb(193 225 224 / 0.9);
  border-bottom-color: rgb(193 225 224 / 0.9);
}

.border-y-interbeauty-500\/95 {
  border-top-color: rgb(193 225 224 / 0.95);
  border-bottom-color: rgb(193 225 224 / 0.95);
}

.border-y-interbeauty-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(88 88 94 / var(--tw-border-opacity));
  border-bottom-color: rgb(88 88 94 / var(--tw-border-opacity));
}

.border-y-interbeauty-600\/0 {
  border-top-color: rgb(88 88 94 / 0);
  border-bottom-color: rgb(88 88 94 / 0);
}

.border-y-interbeauty-600\/10 {
  border-top-color: rgb(88 88 94 / 0.1);
  border-bottom-color: rgb(88 88 94 / 0.1);
}

.border-y-interbeauty-600\/100 {
  border-top-color: rgb(88 88 94 / 1);
  border-bottom-color: rgb(88 88 94 / 1);
}

.border-y-interbeauty-600\/20 {
  border-top-color: rgb(88 88 94 / 0.2);
  border-bottom-color: rgb(88 88 94 / 0.2);
}

.border-y-interbeauty-600\/25 {
  border-top-color: rgb(88 88 94 / 0.25);
  border-bottom-color: rgb(88 88 94 / 0.25);
}

.border-y-interbeauty-600\/30 {
  border-top-color: rgb(88 88 94 / 0.3);
  border-bottom-color: rgb(88 88 94 / 0.3);
}

.border-y-interbeauty-600\/40 {
  border-top-color: rgb(88 88 94 / 0.4);
  border-bottom-color: rgb(88 88 94 / 0.4);
}

.border-y-interbeauty-600\/5 {
  border-top-color: rgb(88 88 94 / 0.05);
  border-bottom-color: rgb(88 88 94 / 0.05);
}

.border-y-interbeauty-600\/50 {
  border-top-color: rgb(88 88 94 / 0.5);
  border-bottom-color: rgb(88 88 94 / 0.5);
}

.border-y-interbeauty-600\/60 {
  border-top-color: rgb(88 88 94 / 0.6);
  border-bottom-color: rgb(88 88 94 / 0.6);
}

.border-y-interbeauty-600\/70 {
  border-top-color: rgb(88 88 94 / 0.7);
  border-bottom-color: rgb(88 88 94 / 0.7);
}

.border-y-interbeauty-600\/75 {
  border-top-color: rgb(88 88 94 / 0.75);
  border-bottom-color: rgb(88 88 94 / 0.75);
}

.border-y-interbeauty-600\/80 {
  border-top-color: rgb(88 88 94 / 0.8);
  border-bottom-color: rgb(88 88 94 / 0.8);
}

.border-y-interbeauty-600\/90 {
  border-top-color: rgb(88 88 94 / 0.9);
  border-bottom-color: rgb(88 88 94 / 0.9);
}

.border-y-interbeauty-600\/95 {
  border-top-color: rgb(88 88 94 / 0.95);
  border-bottom-color: rgb(88 88 94 / 0.95);
}

.border-y-ipnvaluers-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 40 87 / var(--tw-border-opacity));
  border-bottom-color: rgb(0 40 87 / var(--tw-border-opacity));
}

.border-y-ipnvaluers-200\/0 {
  border-top-color: rgb(0 40 87 / 0);
  border-bottom-color: rgb(0 40 87 / 0);
}

.border-y-ipnvaluers-200\/10 {
  border-top-color: rgb(0 40 87 / 0.1);
  border-bottom-color: rgb(0 40 87 / 0.1);
}

.border-y-ipnvaluers-200\/100 {
  border-top-color: rgb(0 40 87 / 1);
  border-bottom-color: rgb(0 40 87 / 1);
}

.border-y-ipnvaluers-200\/20 {
  border-top-color: rgb(0 40 87 / 0.2);
  border-bottom-color: rgb(0 40 87 / 0.2);
}

.border-y-ipnvaluers-200\/25 {
  border-top-color: rgb(0 40 87 / 0.25);
  border-bottom-color: rgb(0 40 87 / 0.25);
}

.border-y-ipnvaluers-200\/30 {
  border-top-color: rgb(0 40 87 / 0.3);
  border-bottom-color: rgb(0 40 87 / 0.3);
}

.border-y-ipnvaluers-200\/40 {
  border-top-color: rgb(0 40 87 / 0.4);
  border-bottom-color: rgb(0 40 87 / 0.4);
}

.border-y-ipnvaluers-200\/5 {
  border-top-color: rgb(0 40 87 / 0.05);
  border-bottom-color: rgb(0 40 87 / 0.05);
}

.border-y-ipnvaluers-200\/50 {
  border-top-color: rgb(0 40 87 / 0.5);
  border-bottom-color: rgb(0 40 87 / 0.5);
}

.border-y-ipnvaluers-200\/60 {
  border-top-color: rgb(0 40 87 / 0.6);
  border-bottom-color: rgb(0 40 87 / 0.6);
}

.border-y-ipnvaluers-200\/70 {
  border-top-color: rgb(0 40 87 / 0.7);
  border-bottom-color: rgb(0 40 87 / 0.7);
}

.border-y-ipnvaluers-200\/75 {
  border-top-color: rgb(0 40 87 / 0.75);
  border-bottom-color: rgb(0 40 87 / 0.75);
}

.border-y-ipnvaluers-200\/80 {
  border-top-color: rgb(0 40 87 / 0.8);
  border-bottom-color: rgb(0 40 87 / 0.8);
}

.border-y-ipnvaluers-200\/90 {
  border-top-color: rgb(0 40 87 / 0.9);
  border-bottom-color: rgb(0 40 87 / 0.9);
}

.border-y-ipnvaluers-200\/95 {
  border-top-color: rgb(0 40 87 / 0.95);
  border-bottom-color: rgb(0 40 87 / 0.95);
}

.border-y-ipnvaluers-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(196 107 22 / var(--tw-border-opacity));
  border-bottom-color: rgb(196 107 22 / var(--tw-border-opacity));
}

.border-y-ipnvaluers-400\/0 {
  border-top-color: rgb(196 107 22 / 0);
  border-bottom-color: rgb(196 107 22 / 0);
}

.border-y-ipnvaluers-400\/10 {
  border-top-color: rgb(196 107 22 / 0.1);
  border-bottom-color: rgb(196 107 22 / 0.1);
}

.border-y-ipnvaluers-400\/100 {
  border-top-color: rgb(196 107 22 / 1);
  border-bottom-color: rgb(196 107 22 / 1);
}

.border-y-ipnvaluers-400\/20 {
  border-top-color: rgb(196 107 22 / 0.2);
  border-bottom-color: rgb(196 107 22 / 0.2);
}

.border-y-ipnvaluers-400\/25 {
  border-top-color: rgb(196 107 22 / 0.25);
  border-bottom-color: rgb(196 107 22 / 0.25);
}

.border-y-ipnvaluers-400\/30 {
  border-top-color: rgb(196 107 22 / 0.3);
  border-bottom-color: rgb(196 107 22 / 0.3);
}

.border-y-ipnvaluers-400\/40 {
  border-top-color: rgb(196 107 22 / 0.4);
  border-bottom-color: rgb(196 107 22 / 0.4);
}

.border-y-ipnvaluers-400\/5 {
  border-top-color: rgb(196 107 22 / 0.05);
  border-bottom-color: rgb(196 107 22 / 0.05);
}

.border-y-ipnvaluers-400\/50 {
  border-top-color: rgb(196 107 22 / 0.5);
  border-bottom-color: rgb(196 107 22 / 0.5);
}

.border-y-ipnvaluers-400\/60 {
  border-top-color: rgb(196 107 22 / 0.6);
  border-bottom-color: rgb(196 107 22 / 0.6);
}

.border-y-ipnvaluers-400\/70 {
  border-top-color: rgb(196 107 22 / 0.7);
  border-bottom-color: rgb(196 107 22 / 0.7);
}

.border-y-ipnvaluers-400\/75 {
  border-top-color: rgb(196 107 22 / 0.75);
  border-bottom-color: rgb(196 107 22 / 0.75);
}

.border-y-ipnvaluers-400\/80 {
  border-top-color: rgb(196 107 22 / 0.8);
  border-bottom-color: rgb(196 107 22 / 0.8);
}

.border-y-ipnvaluers-400\/90 {
  border-top-color: rgb(196 107 22 / 0.9);
  border-bottom-color: rgb(196 107 22 / 0.9);
}

.border-y-ipnvaluers-400\/95 {
  border-top-color: rgb(196 107 22 / 0.95);
  border-bottom-color: rgb(196 107 22 / 0.95);
}

.border-y-ipnvaluers-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 174 21 / var(--tw-border-opacity));
  border-bottom-color: rgb(245 174 21 / var(--tw-border-opacity));
}

.border-y-ipnvaluers-500\/0 {
  border-top-color: rgb(245 174 21 / 0);
  border-bottom-color: rgb(245 174 21 / 0);
}

.border-y-ipnvaluers-500\/10 {
  border-top-color: rgb(245 174 21 / 0.1);
  border-bottom-color: rgb(245 174 21 / 0.1);
}

.border-y-ipnvaluers-500\/100 {
  border-top-color: rgb(245 174 21 / 1);
  border-bottom-color: rgb(245 174 21 / 1);
}

.border-y-ipnvaluers-500\/20 {
  border-top-color: rgb(245 174 21 / 0.2);
  border-bottom-color: rgb(245 174 21 / 0.2);
}

.border-y-ipnvaluers-500\/25 {
  border-top-color: rgb(245 174 21 / 0.25);
  border-bottom-color: rgb(245 174 21 / 0.25);
}

.border-y-ipnvaluers-500\/30 {
  border-top-color: rgb(245 174 21 / 0.3);
  border-bottom-color: rgb(245 174 21 / 0.3);
}

.border-y-ipnvaluers-500\/40 {
  border-top-color: rgb(245 174 21 / 0.4);
  border-bottom-color: rgb(245 174 21 / 0.4);
}

.border-y-ipnvaluers-500\/5 {
  border-top-color: rgb(245 174 21 / 0.05);
  border-bottom-color: rgb(245 174 21 / 0.05);
}

.border-y-ipnvaluers-500\/50 {
  border-top-color: rgb(245 174 21 / 0.5);
  border-bottom-color: rgb(245 174 21 / 0.5);
}

.border-y-ipnvaluers-500\/60 {
  border-top-color: rgb(245 174 21 / 0.6);
  border-bottom-color: rgb(245 174 21 / 0.6);
}

.border-y-ipnvaluers-500\/70 {
  border-top-color: rgb(245 174 21 / 0.7);
  border-bottom-color: rgb(245 174 21 / 0.7);
}

.border-y-ipnvaluers-500\/75 {
  border-top-color: rgb(245 174 21 / 0.75);
  border-bottom-color: rgb(245 174 21 / 0.75);
}

.border-y-ipnvaluers-500\/80 {
  border-top-color: rgb(245 174 21 / 0.8);
  border-bottom-color: rgb(245 174 21 / 0.8);
}

.border-y-ipnvaluers-500\/90 {
  border-top-color: rgb(245 174 21 / 0.9);
  border-bottom-color: rgb(245 174 21 / 0.9);
}

.border-y-ipnvaluers-500\/95 {
  border-top-color: rgb(245 174 21 / 0.95);
  border-bottom-color: rgb(245 174 21 / 0.95);
}

.border-y-jukejam-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 210 101 / var(--tw-border-opacity));
  border-bottom-color: rgb(250 210 101 / var(--tw-border-opacity));
}

.border-y-jukejam-500\/0 {
  border-top-color: rgb(250 210 101 / 0);
  border-bottom-color: rgb(250 210 101 / 0);
}

.border-y-jukejam-500\/10 {
  border-top-color: rgb(250 210 101 / 0.1);
  border-bottom-color: rgb(250 210 101 / 0.1);
}

.border-y-jukejam-500\/100 {
  border-top-color: rgb(250 210 101 / 1);
  border-bottom-color: rgb(250 210 101 / 1);
}

.border-y-jukejam-500\/20 {
  border-top-color: rgb(250 210 101 / 0.2);
  border-bottom-color: rgb(250 210 101 / 0.2);
}

.border-y-jukejam-500\/25 {
  border-top-color: rgb(250 210 101 / 0.25);
  border-bottom-color: rgb(250 210 101 / 0.25);
}

.border-y-jukejam-500\/30 {
  border-top-color: rgb(250 210 101 / 0.3);
  border-bottom-color: rgb(250 210 101 / 0.3);
}

.border-y-jukejam-500\/40 {
  border-top-color: rgb(250 210 101 / 0.4);
  border-bottom-color: rgb(250 210 101 / 0.4);
}

.border-y-jukejam-500\/5 {
  border-top-color: rgb(250 210 101 / 0.05);
  border-bottom-color: rgb(250 210 101 / 0.05);
}

.border-y-jukejam-500\/50 {
  border-top-color: rgb(250 210 101 / 0.5);
  border-bottom-color: rgb(250 210 101 / 0.5);
}

.border-y-jukejam-500\/60 {
  border-top-color: rgb(250 210 101 / 0.6);
  border-bottom-color: rgb(250 210 101 / 0.6);
}

.border-y-jukejam-500\/70 {
  border-top-color: rgb(250 210 101 / 0.7);
  border-bottom-color: rgb(250 210 101 / 0.7);
}

.border-y-jukejam-500\/75 {
  border-top-color: rgb(250 210 101 / 0.75);
  border-bottom-color: rgb(250 210 101 / 0.75);
}

.border-y-jukejam-500\/80 {
  border-top-color: rgb(250 210 101 / 0.8);
  border-bottom-color: rgb(250 210 101 / 0.8);
}

.border-y-jukejam-500\/90 {
  border-top-color: rgb(250 210 101 / 0.9);
  border-bottom-color: rgb(250 210 101 / 0.9);
}

.border-y-jukejam-500\/95 {
  border-top-color: rgb(250 210 101 / 0.95);
  border-bottom-color: rgb(250 210 101 / 0.95);
}

.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-nafisa-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(153 53 10 / var(--tw-border-opacity));
  border-bottom-color: rgb(153 53 10 / var(--tw-border-opacity));
}

.border-y-nafisa-500\/0 {
  border-top-color: rgb(153 53 10 / 0);
  border-bottom-color: rgb(153 53 10 / 0);
}

.border-y-nafisa-500\/10 {
  border-top-color: rgb(153 53 10 / 0.1);
  border-bottom-color: rgb(153 53 10 / 0.1);
}

.border-y-nafisa-500\/100 {
  border-top-color: rgb(153 53 10 / 1);
  border-bottom-color: rgb(153 53 10 / 1);
}

.border-y-nafisa-500\/20 {
  border-top-color: rgb(153 53 10 / 0.2);
  border-bottom-color: rgb(153 53 10 / 0.2);
}

.border-y-nafisa-500\/25 {
  border-top-color: rgb(153 53 10 / 0.25);
  border-bottom-color: rgb(153 53 10 / 0.25);
}

.border-y-nafisa-500\/30 {
  border-top-color: rgb(153 53 10 / 0.3);
  border-bottom-color: rgb(153 53 10 / 0.3);
}

.border-y-nafisa-500\/40 {
  border-top-color: rgb(153 53 10 / 0.4);
  border-bottom-color: rgb(153 53 10 / 0.4);
}

.border-y-nafisa-500\/5 {
  border-top-color: rgb(153 53 10 / 0.05);
  border-bottom-color: rgb(153 53 10 / 0.05);
}

.border-y-nafisa-500\/50 {
  border-top-color: rgb(153 53 10 / 0.5);
  border-bottom-color: rgb(153 53 10 / 0.5);
}

.border-y-nafisa-500\/60 {
  border-top-color: rgb(153 53 10 / 0.6);
  border-bottom-color: rgb(153 53 10 / 0.6);
}

.border-y-nafisa-500\/70 {
  border-top-color: rgb(153 53 10 / 0.7);
  border-bottom-color: rgb(153 53 10 / 0.7);
}

.border-y-nafisa-500\/75 {
  border-top-color: rgb(153 53 10 / 0.75);
  border-bottom-color: rgb(153 53 10 / 0.75);
}

.border-y-nafisa-500\/80 {
  border-top-color: rgb(153 53 10 / 0.8);
  border-bottom-color: rgb(153 53 10 / 0.8);
}

.border-y-nafisa-500\/90 {
  border-top-color: rgb(153 53 10 / 0.9);
  border-bottom-color: rgb(153 53 10 / 0.9);
}

.border-y-nafisa-500\/95 {
  border-top-color: rgb(153 53 10 / 0.95);
  border-bottom-color: rgb(153 53 10 / 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-ozc-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 239 235 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 239 235 / var(--tw-border-opacity));
}

.border-y-ozc-100\/0 {
  border-top-color: rgb(255 239 235 / 0);
  border-bottom-color: rgb(255 239 235 / 0);
}

.border-y-ozc-100\/10 {
  border-top-color: rgb(255 239 235 / 0.1);
  border-bottom-color: rgb(255 239 235 / 0.1);
}

.border-y-ozc-100\/100 {
  border-top-color: rgb(255 239 235 / 1);
  border-bottom-color: rgb(255 239 235 / 1);
}

.border-y-ozc-100\/20 {
  border-top-color: rgb(255 239 235 / 0.2);
  border-bottom-color: rgb(255 239 235 / 0.2);
}

.border-y-ozc-100\/25 {
  border-top-color: rgb(255 239 235 / 0.25);
  border-bottom-color: rgb(255 239 235 / 0.25);
}

.border-y-ozc-100\/30 {
  border-top-color: rgb(255 239 235 / 0.3);
  border-bottom-color: rgb(255 239 235 / 0.3);
}

.border-y-ozc-100\/40 {
  border-top-color: rgb(255 239 235 / 0.4);
  border-bottom-color: rgb(255 239 235 / 0.4);
}

.border-y-ozc-100\/5 {
  border-top-color: rgb(255 239 235 / 0.05);
  border-bottom-color: rgb(255 239 235 / 0.05);
}

.border-y-ozc-100\/50 {
  border-top-color: rgb(255 239 235 / 0.5);
  border-bottom-color: rgb(255 239 235 / 0.5);
}

.border-y-ozc-100\/60 {
  border-top-color: rgb(255 239 235 / 0.6);
  border-bottom-color: rgb(255 239 235 / 0.6);
}

.border-y-ozc-100\/70 {
  border-top-color: rgb(255 239 235 / 0.7);
  border-bottom-color: rgb(255 239 235 / 0.7);
}

.border-y-ozc-100\/75 {
  border-top-color: rgb(255 239 235 / 0.75);
  border-bottom-color: rgb(255 239 235 / 0.75);
}

.border-y-ozc-100\/80 {
  border-top-color: rgb(255 239 235 / 0.8);
  border-bottom-color: rgb(255 239 235 / 0.8);
}

.border-y-ozc-100\/90 {
  border-top-color: rgb(255 239 235 / 0.9);
  border-bottom-color: rgb(255 239 235 / 0.9);
}

.border-y-ozc-100\/95 {
  border-top-color: rgb(255 239 235 / 0.95);
  border-bottom-color: rgb(255 239 235 / 0.95);
}

.border-y-ozc-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 225 222 / var(--tw-border-opacity));
  border-bottom-color: rgb(253 225 222 / var(--tw-border-opacity));
}

.border-y-ozc-200\/0 {
  border-top-color: rgb(253 225 222 / 0);
  border-bottom-color: rgb(253 225 222 / 0);
}

.border-y-ozc-200\/10 {
  border-top-color: rgb(253 225 222 / 0.1);
  border-bottom-color: rgb(253 225 222 / 0.1);
}

.border-y-ozc-200\/100 {
  border-top-color: rgb(253 225 222 / 1);
  border-bottom-color: rgb(253 225 222 / 1);
}

.border-y-ozc-200\/20 {
  border-top-color: rgb(253 225 222 / 0.2);
  border-bottom-color: rgb(253 225 222 / 0.2);
}

.border-y-ozc-200\/25 {
  border-top-color: rgb(253 225 222 / 0.25);
  border-bottom-color: rgb(253 225 222 / 0.25);
}

.border-y-ozc-200\/30 {
  border-top-color: rgb(253 225 222 / 0.3);
  border-bottom-color: rgb(253 225 222 / 0.3);
}

.border-y-ozc-200\/40 {
  border-top-color: rgb(253 225 222 / 0.4);
  border-bottom-color: rgb(253 225 222 / 0.4);
}

.border-y-ozc-200\/5 {
  border-top-color: rgb(253 225 222 / 0.05);
  border-bottom-color: rgb(253 225 222 / 0.05);
}

.border-y-ozc-200\/50 {
  border-top-color: rgb(253 225 222 / 0.5);
  border-bottom-color: rgb(253 225 222 / 0.5);
}

.border-y-ozc-200\/60 {
  border-top-color: rgb(253 225 222 / 0.6);
  border-bottom-color: rgb(253 225 222 / 0.6);
}

.border-y-ozc-200\/70 {
  border-top-color: rgb(253 225 222 / 0.7);
  border-bottom-color: rgb(253 225 222 / 0.7);
}

.border-y-ozc-200\/75 {
  border-top-color: rgb(253 225 222 / 0.75);
  border-bottom-color: rgb(253 225 222 / 0.75);
}

.border-y-ozc-200\/80 {
  border-top-color: rgb(253 225 222 / 0.8);
  border-bottom-color: rgb(253 225 222 / 0.8);
}

.border-y-ozc-200\/90 {
  border-top-color: rgb(253 225 222 / 0.9);
  border-bottom-color: rgb(253 225 222 / 0.9);
}

.border-y-ozc-200\/95 {
  border-top-color: rgb(253 225 222 / 0.95);
  border-bottom-color: rgb(253 225 222 / 0.95);
}

.border-y-ozc-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(248 181 181 / var(--tw-border-opacity));
  border-bottom-color: rgb(248 181 181 / var(--tw-border-opacity));
}

.border-y-ozc-300\/0 {
  border-top-color: rgb(248 181 181 / 0);
  border-bottom-color: rgb(248 181 181 / 0);
}

.border-y-ozc-300\/10 {
  border-top-color: rgb(248 181 181 / 0.1);
  border-bottom-color: rgb(248 181 181 / 0.1);
}

.border-y-ozc-300\/100 {
  border-top-color: rgb(248 181 181 / 1);
  border-bottom-color: rgb(248 181 181 / 1);
}

.border-y-ozc-300\/20 {
  border-top-color: rgb(248 181 181 / 0.2);
  border-bottom-color: rgb(248 181 181 / 0.2);
}

.border-y-ozc-300\/25 {
  border-top-color: rgb(248 181 181 / 0.25);
  border-bottom-color: rgb(248 181 181 / 0.25);
}

.border-y-ozc-300\/30 {
  border-top-color: rgb(248 181 181 / 0.3);
  border-bottom-color: rgb(248 181 181 / 0.3);
}

.border-y-ozc-300\/40 {
  border-top-color: rgb(248 181 181 / 0.4);
  border-bottom-color: rgb(248 181 181 / 0.4);
}

.border-y-ozc-300\/5 {
  border-top-color: rgb(248 181 181 / 0.05);
  border-bottom-color: rgb(248 181 181 / 0.05);
}

.border-y-ozc-300\/50 {
  border-top-color: rgb(248 181 181 / 0.5);
  border-bottom-color: rgb(248 181 181 / 0.5);
}

.border-y-ozc-300\/60 {
  border-top-color: rgb(248 181 181 / 0.6);
  border-bottom-color: rgb(248 181 181 / 0.6);
}

.border-y-ozc-300\/70 {
  border-top-color: rgb(248 181 181 / 0.7);
  border-bottom-color: rgb(248 181 181 / 0.7);
}

.border-y-ozc-300\/75 {
  border-top-color: rgb(248 181 181 / 0.75);
  border-bottom-color: rgb(248 181 181 / 0.75);
}

.border-y-ozc-300\/80 {
  border-top-color: rgb(248 181 181 / 0.8);
  border-bottom-color: rgb(248 181 181 / 0.8);
}

.border-y-ozc-300\/90 {
  border-top-color: rgb(248 181 181 / 0.9);
  border-bottom-color: rgb(248 181 181 / 0.9);
}

.border-y-ozc-300\/95 {
  border-top-color: rgb(248 181 181 / 0.95);
  border-bottom-color: rgb(248 181 181 / 0.95);
}

.border-y-ozc-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 189 173 / var(--tw-border-opacity));
  border-bottom-color: rgb(250 189 173 / var(--tw-border-opacity));
}

.border-y-ozc-400\/0 {
  border-top-color: rgb(250 189 173 / 0);
  border-bottom-color: rgb(250 189 173 / 0);
}

.border-y-ozc-400\/10 {
  border-top-color: rgb(250 189 173 / 0.1);
  border-bottom-color: rgb(250 189 173 / 0.1);
}

.border-y-ozc-400\/100 {
  border-top-color: rgb(250 189 173 / 1);
  border-bottom-color: rgb(250 189 173 / 1);
}

.border-y-ozc-400\/20 {
  border-top-color: rgb(250 189 173 / 0.2);
  border-bottom-color: rgb(250 189 173 / 0.2);
}

.border-y-ozc-400\/25 {
  border-top-color: rgb(250 189 173 / 0.25);
  border-bottom-color: rgb(250 189 173 / 0.25);
}

.border-y-ozc-400\/30 {
  border-top-color: rgb(250 189 173 / 0.3);
  border-bottom-color: rgb(250 189 173 / 0.3);
}

.border-y-ozc-400\/40 {
  border-top-color: rgb(250 189 173 / 0.4);
  border-bottom-color: rgb(250 189 173 / 0.4);
}

.border-y-ozc-400\/5 {
  border-top-color: rgb(250 189 173 / 0.05);
  border-bottom-color: rgb(250 189 173 / 0.05);
}

.border-y-ozc-400\/50 {
  border-top-color: rgb(250 189 173 / 0.5);
  border-bottom-color: rgb(250 189 173 / 0.5);
}

.border-y-ozc-400\/60 {
  border-top-color: rgb(250 189 173 / 0.6);
  border-bottom-color: rgb(250 189 173 / 0.6);
}

.border-y-ozc-400\/70 {
  border-top-color: rgb(250 189 173 / 0.7);
  border-bottom-color: rgb(250 189 173 / 0.7);
}

.border-y-ozc-400\/75 {
  border-top-color: rgb(250 189 173 / 0.75);
  border-bottom-color: rgb(250 189 173 / 0.75);
}

.border-y-ozc-400\/80 {
  border-top-color: rgb(250 189 173 / 0.8);
  border-bottom-color: rgb(250 189 173 / 0.8);
}

.border-y-ozc-400\/90 {
  border-top-color: rgb(250 189 173 / 0.9);
  border-bottom-color: rgb(250 189 173 / 0.9);
}

.border-y-ozc-400\/95 {
  border-top-color: rgb(250 189 173 / 0.95);
  border-bottom-color: rgb(250 189 173 / 0.95);
}

.border-y-ozc-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 243 232 / var(--tw-border-opacity));
  border-bottom-color: rgb(254 243 232 / var(--tw-border-opacity));
}

.border-y-ozc-50\/0 {
  border-top-color: rgb(254 243 232 / 0);
  border-bottom-color: rgb(254 243 232 / 0);
}

.border-y-ozc-50\/10 {
  border-top-color: rgb(254 243 232 / 0.1);
  border-bottom-color: rgb(254 243 232 / 0.1);
}

.border-y-ozc-50\/100 {
  border-top-color: rgb(254 243 232 / 1);
  border-bottom-color: rgb(254 243 232 / 1);
}

.border-y-ozc-50\/20 {
  border-top-color: rgb(254 243 232 / 0.2);
  border-bottom-color: rgb(254 243 232 / 0.2);
}

.border-y-ozc-50\/25 {
  border-top-color: rgb(254 243 232 / 0.25);
  border-bottom-color: rgb(254 243 232 / 0.25);
}

.border-y-ozc-50\/30 {
  border-top-color: rgb(254 243 232 / 0.3);
  border-bottom-color: rgb(254 243 232 / 0.3);
}

.border-y-ozc-50\/40 {
  border-top-color: rgb(254 243 232 / 0.4);
  border-bottom-color: rgb(254 243 232 / 0.4);
}

.border-y-ozc-50\/5 {
  border-top-color: rgb(254 243 232 / 0.05);
  border-bottom-color: rgb(254 243 232 / 0.05);
}

.border-y-ozc-50\/50 {
  border-top-color: rgb(254 243 232 / 0.5);
  border-bottom-color: rgb(254 243 232 / 0.5);
}

.border-y-ozc-50\/60 {
  border-top-color: rgb(254 243 232 / 0.6);
  border-bottom-color: rgb(254 243 232 / 0.6);
}

.border-y-ozc-50\/70 {
  border-top-color: rgb(254 243 232 / 0.7);
  border-bottom-color: rgb(254 243 232 / 0.7);
}

.border-y-ozc-50\/75 {
  border-top-color: rgb(254 243 232 / 0.75);
  border-bottom-color: rgb(254 243 232 / 0.75);
}

.border-y-ozc-50\/80 {
  border-top-color: rgb(254 243 232 / 0.8);
  border-bottom-color: rgb(254 243 232 / 0.8);
}

.border-y-ozc-50\/90 {
  border-top-color: rgb(254 243 232 / 0.9);
  border-bottom-color: rgb(254 243 232 / 0.9);
}

.border-y-ozc-50\/95 {
  border-top-color: rgb(254 243 232 / 0.95);
  border-bottom-color: rgb(254 243 232 / 0.95);
}

.border-y-ozc-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 110 96 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 110 96 / var(--tw-border-opacity));
}

.border-y-ozc-500\/0 {
  border-top-color: rgb(255 110 96 / 0);
  border-bottom-color: rgb(255 110 96 / 0);
}

.border-y-ozc-500\/10 {
  border-top-color: rgb(255 110 96 / 0.1);
  border-bottom-color: rgb(255 110 96 / 0.1);
}

.border-y-ozc-500\/100 {
  border-top-color: rgb(255 110 96 / 1);
  border-bottom-color: rgb(255 110 96 / 1);
}

.border-y-ozc-500\/20 {
  border-top-color: rgb(255 110 96 / 0.2);
  border-bottom-color: rgb(255 110 96 / 0.2);
}

.border-y-ozc-500\/25 {
  border-top-color: rgb(255 110 96 / 0.25);
  border-bottom-color: rgb(255 110 96 / 0.25);
}

.border-y-ozc-500\/30 {
  border-top-color: rgb(255 110 96 / 0.3);
  border-bottom-color: rgb(255 110 96 / 0.3);
}

.border-y-ozc-500\/40 {
  border-top-color: rgb(255 110 96 / 0.4);
  border-bottom-color: rgb(255 110 96 / 0.4);
}

.border-y-ozc-500\/5 {
  border-top-color: rgb(255 110 96 / 0.05);
  border-bottom-color: rgb(255 110 96 / 0.05);
}

.border-y-ozc-500\/50 {
  border-top-color: rgb(255 110 96 / 0.5);
  border-bottom-color: rgb(255 110 96 / 0.5);
}

.border-y-ozc-500\/60 {
  border-top-color: rgb(255 110 96 / 0.6);
  border-bottom-color: rgb(255 110 96 / 0.6);
}

.border-y-ozc-500\/70 {
  border-top-color: rgb(255 110 96 / 0.7);
  border-bottom-color: rgb(255 110 96 / 0.7);
}

.border-y-ozc-500\/75 {
  border-top-color: rgb(255 110 96 / 0.75);
  border-bottom-color: rgb(255 110 96 / 0.75);
}

.border-y-ozc-500\/80 {
  border-top-color: rgb(255 110 96 / 0.8);
  border-bottom-color: rgb(255 110 96 / 0.8);
}

.border-y-ozc-500\/90 {
  border-top-color: rgb(255 110 96 / 0.9);
  border-bottom-color: rgb(255 110 96 / 0.9);
}

.border-y-ozc-500\/95 {
  border-top-color: rgb(255 110 96 / 0.95);
  border-bottom-color: rgb(255 110 96 / 0.95);
}

.border-y-ozc-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 169 140 / var(--tw-border-opacity));
  border-bottom-color: rgb(249 169 140 / var(--tw-border-opacity));
}

.border-y-ozc-600\/0 {
  border-top-color: rgb(249 169 140 / 0);
  border-bottom-color: rgb(249 169 140 / 0);
}

.border-y-ozc-600\/10 {
  border-top-color: rgb(249 169 140 / 0.1);
  border-bottom-color: rgb(249 169 140 / 0.1);
}

.border-y-ozc-600\/100 {
  border-top-color: rgb(249 169 140 / 1);
  border-bottom-color: rgb(249 169 140 / 1);
}

.border-y-ozc-600\/20 {
  border-top-color: rgb(249 169 140 / 0.2);
  border-bottom-color: rgb(249 169 140 / 0.2);
}

.border-y-ozc-600\/25 {
  border-top-color: rgb(249 169 140 / 0.25);
  border-bottom-color: rgb(249 169 140 / 0.25);
}

.border-y-ozc-600\/30 {
  border-top-color: rgb(249 169 140 / 0.3);
  border-bottom-color: rgb(249 169 140 / 0.3);
}

.border-y-ozc-600\/40 {
  border-top-color: rgb(249 169 140 / 0.4);
  border-bottom-color: rgb(249 169 140 / 0.4);
}

.border-y-ozc-600\/5 {
  border-top-color: rgb(249 169 140 / 0.05);
  border-bottom-color: rgb(249 169 140 / 0.05);
}

.border-y-ozc-600\/50 {
  border-top-color: rgb(249 169 140 / 0.5);
  border-bottom-color: rgb(249 169 140 / 0.5);
}

.border-y-ozc-600\/60 {
  border-top-color: rgb(249 169 140 / 0.6);
  border-bottom-color: rgb(249 169 140 / 0.6);
}

.border-y-ozc-600\/70 {
  border-top-color: rgb(249 169 140 / 0.7);
  border-bottom-color: rgb(249 169 140 / 0.7);
}

.border-y-ozc-600\/75 {
  border-top-color: rgb(249 169 140 / 0.75);
  border-bottom-color: rgb(249 169 140 / 0.75);
}

.border-y-ozc-600\/80 {
  border-top-color: rgb(249 169 140 / 0.8);
  border-bottom-color: rgb(249 169 140 / 0.8);
}

.border-y-ozc-600\/90 {
  border-top-color: rgb(249 169 140 / 0.9);
  border-bottom-color: rgb(249 169 140 / 0.9);
}

.border-y-ozc-600\/95 {
  border-top-color: rgb(249 169 140 / 0.95);
  border-bottom-color: rgb(249 169 140 / 0.95);
}

.border-y-ozc-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(246 148 114 / var(--tw-border-opacity));
  border-bottom-color: rgb(246 148 114 / var(--tw-border-opacity));
}

.border-y-ozc-700\/0 {
  border-top-color: rgb(246 148 114 / 0);
  border-bottom-color: rgb(246 148 114 / 0);
}

.border-y-ozc-700\/10 {
  border-top-color: rgb(246 148 114 / 0.1);
  border-bottom-color: rgb(246 148 114 / 0.1);
}

.border-y-ozc-700\/100 {
  border-top-color: rgb(246 148 114 / 1);
  border-bottom-color: rgb(246 148 114 / 1);
}

.border-y-ozc-700\/20 {
  border-top-color: rgb(246 148 114 / 0.2);
  border-bottom-color: rgb(246 148 114 / 0.2);
}

.border-y-ozc-700\/25 {
  border-top-color: rgb(246 148 114 / 0.25);
  border-bottom-color: rgb(246 148 114 / 0.25);
}

.border-y-ozc-700\/30 {
  border-top-color: rgb(246 148 114 / 0.3);
  border-bottom-color: rgb(246 148 114 / 0.3);
}

.border-y-ozc-700\/40 {
  border-top-color: rgb(246 148 114 / 0.4);
  border-bottom-color: rgb(246 148 114 / 0.4);
}

.border-y-ozc-700\/5 {
  border-top-color: rgb(246 148 114 / 0.05);
  border-bottom-color: rgb(246 148 114 / 0.05);
}

.border-y-ozc-700\/50 {
  border-top-color: rgb(246 148 114 / 0.5);
  border-bottom-color: rgb(246 148 114 / 0.5);
}

.border-y-ozc-700\/60 {
  border-top-color: rgb(246 148 114 / 0.6);
  border-bottom-color: rgb(246 148 114 / 0.6);
}

.border-y-ozc-700\/70 {
  border-top-color: rgb(246 148 114 / 0.7);
  border-bottom-color: rgb(246 148 114 / 0.7);
}

.border-y-ozc-700\/75 {
  border-top-color: rgb(246 148 114 / 0.75);
  border-bottom-color: rgb(246 148 114 / 0.75);
}

.border-y-ozc-700\/80 {
  border-top-color: rgb(246 148 114 / 0.8);
  border-bottom-color: rgb(246 148 114 / 0.8);
}

.border-y-ozc-700\/90 {
  border-top-color: rgb(246 148 114 / 0.9);
  border-bottom-color: rgb(246 148 114 / 0.9);
}

.border-y-ozc-700\/95 {
  border-top-color: rgb(246 148 114 / 0.95);
  border-bottom-color: rgb(246 148 114 / 0.95);
}

.border-y-ozc-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 144 136 / var(--tw-border-opacity));
  border-bottom-color: rgb(245 144 136 / var(--tw-border-opacity));
}

.border-y-ozc-800\/0 {
  border-top-color: rgb(245 144 136 / 0);
  border-bottom-color: rgb(245 144 136 / 0);
}

.border-y-ozc-800\/10 {
  border-top-color: rgb(245 144 136 / 0.1);
  border-bottom-color: rgb(245 144 136 / 0.1);
}

.border-y-ozc-800\/100 {
  border-top-color: rgb(245 144 136 / 1);
  border-bottom-color: rgb(245 144 136 / 1);
}

.border-y-ozc-800\/20 {
  border-top-color: rgb(245 144 136 / 0.2);
  border-bottom-color: rgb(245 144 136 / 0.2);
}

.border-y-ozc-800\/25 {
  border-top-color: rgb(245 144 136 / 0.25);
  border-bottom-color: rgb(245 144 136 / 0.25);
}

.border-y-ozc-800\/30 {
  border-top-color: rgb(245 144 136 / 0.3);
  border-bottom-color: rgb(245 144 136 / 0.3);
}

.border-y-ozc-800\/40 {
  border-top-color: rgb(245 144 136 / 0.4);
  border-bottom-color: rgb(245 144 136 / 0.4);
}

.border-y-ozc-800\/5 {
  border-top-color: rgb(245 144 136 / 0.05);
  border-bottom-color: rgb(245 144 136 / 0.05);
}

.border-y-ozc-800\/50 {
  border-top-color: rgb(245 144 136 / 0.5);
  border-bottom-color: rgb(245 144 136 / 0.5);
}

.border-y-ozc-800\/60 {
  border-top-color: rgb(245 144 136 / 0.6);
  border-bottom-color: rgb(245 144 136 / 0.6);
}

.border-y-ozc-800\/70 {
  border-top-color: rgb(245 144 136 / 0.7);
  border-bottom-color: rgb(245 144 136 / 0.7);
}

.border-y-ozc-800\/75 {
  border-top-color: rgb(245 144 136 / 0.75);
  border-bottom-color: rgb(245 144 136 / 0.75);
}

.border-y-ozc-800\/80 {
  border-top-color: rgb(245 144 136 / 0.8);
  border-bottom-color: rgb(245 144 136 / 0.8);
}

.border-y-ozc-800\/90 {
  border-top-color: rgb(245 144 136 / 0.9);
  border-bottom-color: rgb(245 144 136 / 0.9);
}

.border-y-ozc-800\/95 {
  border-top-color: rgb(245 144 136 / 0.95);
  border-bottom-color: rgb(245 144 136 / 0.95);
}

.border-y-ozc-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(243 121 124 / var(--tw-border-opacity));
  border-bottom-color: rgb(243 121 124 / var(--tw-border-opacity));
}

.border-y-ozc-900\/0 {
  border-top-color: rgb(243 121 124 / 0);
  border-bottom-color: rgb(243 121 124 / 0);
}

.border-y-ozc-900\/10 {
  border-top-color: rgb(243 121 124 / 0.1);
  border-bottom-color: rgb(243 121 124 / 0.1);
}

.border-y-ozc-900\/100 {
  border-top-color: rgb(243 121 124 / 1);
  border-bottom-color: rgb(243 121 124 / 1);
}

.border-y-ozc-900\/20 {
  border-top-color: rgb(243 121 124 / 0.2);
  border-bottom-color: rgb(243 121 124 / 0.2);
}

.border-y-ozc-900\/25 {
  border-top-color: rgb(243 121 124 / 0.25);
  border-bottom-color: rgb(243 121 124 / 0.25);
}

.border-y-ozc-900\/30 {
  border-top-color: rgb(243 121 124 / 0.3);
  border-bottom-color: rgb(243 121 124 / 0.3);
}

.border-y-ozc-900\/40 {
  border-top-color: rgb(243 121 124 / 0.4);
  border-bottom-color: rgb(243 121 124 / 0.4);
}

.border-y-ozc-900\/5 {
  border-top-color: rgb(243 121 124 / 0.05);
  border-bottom-color: rgb(243 121 124 / 0.05);
}

.border-y-ozc-900\/50 {
  border-top-color: rgb(243 121 124 / 0.5);
  border-bottom-color: rgb(243 121 124 / 0.5);
}

.border-y-ozc-900\/60 {
  border-top-color: rgb(243 121 124 / 0.6);
  border-bottom-color: rgb(243 121 124 / 0.6);
}

.border-y-ozc-900\/70 {
  border-top-color: rgb(243 121 124 / 0.7);
  border-bottom-color: rgb(243 121 124 / 0.7);
}

.border-y-ozc-900\/75 {
  border-top-color: rgb(243 121 124 / 0.75);
  border-bottom-color: rgb(243 121 124 / 0.75);
}

.border-y-ozc-900\/80 {
  border-top-color: rgb(243 121 124 / 0.8);
  border-bottom-color: rgb(243 121 124 / 0.8);
}

.border-y-ozc-900\/90 {
  border-top-color: rgb(243 121 124 / 0.9);
  border-bottom-color: rgb(243 121 124 / 0.9);
}

.border-y-ozc-900\/95 {
  border-top-color: rgb(243 121 124 / 0.95);
  border-bottom-color: rgb(243 121 124 / 0.95);
}

.border-y-ozc-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(42 45 51 / var(--tw-border-opacity));
  border-bottom-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.border-y-ozc-950\/0 {
  border-top-color: rgb(42 45 51 / 0);
  border-bottom-color: rgb(42 45 51 / 0);
}

.border-y-ozc-950\/10 {
  border-top-color: rgb(42 45 51 / 0.1);
  border-bottom-color: rgb(42 45 51 / 0.1);
}

.border-y-ozc-950\/100 {
  border-top-color: rgb(42 45 51 / 1);
  border-bottom-color: rgb(42 45 51 / 1);
}

.border-y-ozc-950\/20 {
  border-top-color: rgb(42 45 51 / 0.2);
  border-bottom-color: rgb(42 45 51 / 0.2);
}

.border-y-ozc-950\/25 {
  border-top-color: rgb(42 45 51 / 0.25);
  border-bottom-color: rgb(42 45 51 / 0.25);
}

.border-y-ozc-950\/30 {
  border-top-color: rgb(42 45 51 / 0.3);
  border-bottom-color: rgb(42 45 51 / 0.3);
}

.border-y-ozc-950\/40 {
  border-top-color: rgb(42 45 51 / 0.4);
  border-bottom-color: rgb(42 45 51 / 0.4);
}

.border-y-ozc-950\/5 {
  border-top-color: rgb(42 45 51 / 0.05);
  border-bottom-color: rgb(42 45 51 / 0.05);
}

.border-y-ozc-950\/50 {
  border-top-color: rgb(42 45 51 / 0.5);
  border-bottom-color: rgb(42 45 51 / 0.5);
}

.border-y-ozc-950\/60 {
  border-top-color: rgb(42 45 51 / 0.6);
  border-bottom-color: rgb(42 45 51 / 0.6);
}

.border-y-ozc-950\/70 {
  border-top-color: rgb(42 45 51 / 0.7);
  border-bottom-color: rgb(42 45 51 / 0.7);
}

.border-y-ozc-950\/75 {
  border-top-color: rgb(42 45 51 / 0.75);
  border-bottom-color: rgb(42 45 51 / 0.75);
}

.border-y-ozc-950\/80 {
  border-top-color: rgb(42 45 51 / 0.8);
  border-bottom-color: rgb(42 45 51 / 0.8);
}

.border-y-ozc-950\/90 {
  border-top-color: rgb(42 45 51 / 0.9);
  border-bottom-color: rgb(42 45 51 / 0.9);
}

.border-y-ozc-950\/95 {
  border-top-color: rgb(42 45 51 / 0.95);
  border-bottom-color: rgb(42 45 51 / 0.95);
}

.border-y-ozc-alt-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 250 230 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 250 230 / var(--tw-border-opacity));
}

.border-y-ozc-alt-100\/0 {
  border-top-color: rgb(255 250 230 / 0);
  border-bottom-color: rgb(255 250 230 / 0);
}

.border-y-ozc-alt-100\/10 {
  border-top-color: rgb(255 250 230 / 0.1);
  border-bottom-color: rgb(255 250 230 / 0.1);
}

.border-y-ozc-alt-100\/100 {
  border-top-color: rgb(255 250 230 / 1);
  border-bottom-color: rgb(255 250 230 / 1);
}

.border-y-ozc-alt-100\/20 {
  border-top-color: rgb(255 250 230 / 0.2);
  border-bottom-color: rgb(255 250 230 / 0.2);
}

.border-y-ozc-alt-100\/25 {
  border-top-color: rgb(255 250 230 / 0.25);
  border-bottom-color: rgb(255 250 230 / 0.25);
}

.border-y-ozc-alt-100\/30 {
  border-top-color: rgb(255 250 230 / 0.3);
  border-bottom-color: rgb(255 250 230 / 0.3);
}

.border-y-ozc-alt-100\/40 {
  border-top-color: rgb(255 250 230 / 0.4);
  border-bottom-color: rgb(255 250 230 / 0.4);
}

.border-y-ozc-alt-100\/5 {
  border-top-color: rgb(255 250 230 / 0.05);
  border-bottom-color: rgb(255 250 230 / 0.05);
}

.border-y-ozc-alt-100\/50 {
  border-top-color: rgb(255 250 230 / 0.5);
  border-bottom-color: rgb(255 250 230 / 0.5);
}

.border-y-ozc-alt-100\/60 {
  border-top-color: rgb(255 250 230 / 0.6);
  border-bottom-color: rgb(255 250 230 / 0.6);
}

.border-y-ozc-alt-100\/70 {
  border-top-color: rgb(255 250 230 / 0.7);
  border-bottom-color: rgb(255 250 230 / 0.7);
}

.border-y-ozc-alt-100\/75 {
  border-top-color: rgb(255 250 230 / 0.75);
  border-bottom-color: rgb(255 250 230 / 0.75);
}

.border-y-ozc-alt-100\/80 {
  border-top-color: rgb(255 250 230 / 0.8);
  border-bottom-color: rgb(255 250 230 / 0.8);
}

.border-y-ozc-alt-100\/90 {
  border-top-color: rgb(255 250 230 / 0.9);
  border-bottom-color: rgb(255 250 230 / 0.9);
}

.border-y-ozc-alt-100\/95 {
  border-top-color: rgb(255 250 230 / 0.95);
  border-bottom-color: rgb(255 250 230 / 0.95);
}

.border-y-ozc-alt-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 242 193 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 242 193 / var(--tw-border-opacity));
}

.border-y-ozc-alt-200\/0 {
  border-top-color: rgb(255 242 193 / 0);
  border-bottom-color: rgb(255 242 193 / 0);
}

.border-y-ozc-alt-200\/10 {
  border-top-color: rgb(255 242 193 / 0.1);
  border-bottom-color: rgb(255 242 193 / 0.1);
}

.border-y-ozc-alt-200\/100 {
  border-top-color: rgb(255 242 193 / 1);
  border-bottom-color: rgb(255 242 193 / 1);
}

.border-y-ozc-alt-200\/20 {
  border-top-color: rgb(255 242 193 / 0.2);
  border-bottom-color: rgb(255 242 193 / 0.2);
}

.border-y-ozc-alt-200\/25 {
  border-top-color: rgb(255 242 193 / 0.25);
  border-bottom-color: rgb(255 242 193 / 0.25);
}

.border-y-ozc-alt-200\/30 {
  border-top-color: rgb(255 242 193 / 0.3);
  border-bottom-color: rgb(255 242 193 / 0.3);
}

.border-y-ozc-alt-200\/40 {
  border-top-color: rgb(255 242 193 / 0.4);
  border-bottom-color: rgb(255 242 193 / 0.4);
}

.border-y-ozc-alt-200\/5 {
  border-top-color: rgb(255 242 193 / 0.05);
  border-bottom-color: rgb(255 242 193 / 0.05);
}

.border-y-ozc-alt-200\/50 {
  border-top-color: rgb(255 242 193 / 0.5);
  border-bottom-color: rgb(255 242 193 / 0.5);
}

.border-y-ozc-alt-200\/60 {
  border-top-color: rgb(255 242 193 / 0.6);
  border-bottom-color: rgb(255 242 193 / 0.6);
}

.border-y-ozc-alt-200\/70 {
  border-top-color: rgb(255 242 193 / 0.7);
  border-bottom-color: rgb(255 242 193 / 0.7);
}

.border-y-ozc-alt-200\/75 {
  border-top-color: rgb(255 242 193 / 0.75);
  border-bottom-color: rgb(255 242 193 / 0.75);
}

.border-y-ozc-alt-200\/80 {
  border-top-color: rgb(255 242 193 / 0.8);
  border-bottom-color: rgb(255 242 193 / 0.8);
}

.border-y-ozc-alt-200\/90 {
  border-top-color: rgb(255 242 193 / 0.9);
  border-bottom-color: rgb(255 242 193 / 0.9);
}

.border-y-ozc-alt-200\/95 {
  border-top-color: rgb(255 242 193 / 0.95);
  border-bottom-color: rgb(255 242 193 / 0.95);
}

.border-y-ozc-alt-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 235 155 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 235 155 / var(--tw-border-opacity));
}

.border-y-ozc-alt-300\/0 {
  border-top-color: rgb(255 235 155 / 0);
  border-bottom-color: rgb(255 235 155 / 0);
}

.border-y-ozc-alt-300\/10 {
  border-top-color: rgb(255 235 155 / 0.1);
  border-bottom-color: rgb(255 235 155 / 0.1);
}

.border-y-ozc-alt-300\/100 {
  border-top-color: rgb(255 235 155 / 1);
  border-bottom-color: rgb(255 235 155 / 1);
}

.border-y-ozc-alt-300\/20 {
  border-top-color: rgb(255 235 155 / 0.2);
  border-bottom-color: rgb(255 235 155 / 0.2);
}

.border-y-ozc-alt-300\/25 {
  border-top-color: rgb(255 235 155 / 0.25);
  border-bottom-color: rgb(255 235 155 / 0.25);
}

.border-y-ozc-alt-300\/30 {
  border-top-color: rgb(255 235 155 / 0.3);
  border-bottom-color: rgb(255 235 155 / 0.3);
}

.border-y-ozc-alt-300\/40 {
  border-top-color: rgb(255 235 155 / 0.4);
  border-bottom-color: rgb(255 235 155 / 0.4);
}

.border-y-ozc-alt-300\/5 {
  border-top-color: rgb(255 235 155 / 0.05);
  border-bottom-color: rgb(255 235 155 / 0.05);
}

.border-y-ozc-alt-300\/50 {
  border-top-color: rgb(255 235 155 / 0.5);
  border-bottom-color: rgb(255 235 155 / 0.5);
}

.border-y-ozc-alt-300\/60 {
  border-top-color: rgb(255 235 155 / 0.6);
  border-bottom-color: rgb(255 235 155 / 0.6);
}

.border-y-ozc-alt-300\/70 {
  border-top-color: rgb(255 235 155 / 0.7);
  border-bottom-color: rgb(255 235 155 / 0.7);
}

.border-y-ozc-alt-300\/75 {
  border-top-color: rgb(255 235 155 / 0.75);
  border-bottom-color: rgb(255 235 155 / 0.75);
}

.border-y-ozc-alt-300\/80 {
  border-top-color: rgb(255 235 155 / 0.8);
  border-bottom-color: rgb(255 235 155 / 0.8);
}

.border-y-ozc-alt-300\/90 {
  border-top-color: rgb(255 235 155 / 0.9);
  border-bottom-color: rgb(255 235 155 / 0.9);
}

.border-y-ozc-alt-300\/95 {
  border-top-color: rgb(255 235 155 / 0.95);
  border-bottom-color: rgb(255 235 155 / 0.95);
}

.border-y-ozc-alt-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 219 80 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 219 80 / var(--tw-border-opacity));
}

.border-y-ozc-alt-400\/0 {
  border-top-color: rgb(255 219 80 / 0);
  border-bottom-color: rgb(255 219 80 / 0);
}

.border-y-ozc-alt-400\/10 {
  border-top-color: rgb(255 219 80 / 0.1);
  border-bottom-color: rgb(255 219 80 / 0.1);
}

.border-y-ozc-alt-400\/100 {
  border-top-color: rgb(255 219 80 / 1);
  border-bottom-color: rgb(255 219 80 / 1);
}

.border-y-ozc-alt-400\/20 {
  border-top-color: rgb(255 219 80 / 0.2);
  border-bottom-color: rgb(255 219 80 / 0.2);
}

.border-y-ozc-alt-400\/25 {
  border-top-color: rgb(255 219 80 / 0.25);
  border-bottom-color: rgb(255 219 80 / 0.25);
}

.border-y-ozc-alt-400\/30 {
  border-top-color: rgb(255 219 80 / 0.3);
  border-bottom-color: rgb(255 219 80 / 0.3);
}

.border-y-ozc-alt-400\/40 {
  border-top-color: rgb(255 219 80 / 0.4);
  border-bottom-color: rgb(255 219 80 / 0.4);
}

.border-y-ozc-alt-400\/5 {
  border-top-color: rgb(255 219 80 / 0.05);
  border-bottom-color: rgb(255 219 80 / 0.05);
}

.border-y-ozc-alt-400\/50 {
  border-top-color: rgb(255 219 80 / 0.5);
  border-bottom-color: rgb(255 219 80 / 0.5);
}

.border-y-ozc-alt-400\/60 {
  border-top-color: rgb(255 219 80 / 0.6);
  border-bottom-color: rgb(255 219 80 / 0.6);
}

.border-y-ozc-alt-400\/70 {
  border-top-color: rgb(255 219 80 / 0.7);
  border-bottom-color: rgb(255 219 80 / 0.7);
}

.border-y-ozc-alt-400\/75 {
  border-top-color: rgb(255 219 80 / 0.75);
  border-bottom-color: rgb(255 219 80 / 0.75);
}

.border-y-ozc-alt-400\/80 {
  border-top-color: rgb(255 219 80 / 0.8);
  border-bottom-color: rgb(255 219 80 / 0.8);
}

.border-y-ozc-alt-400\/90 {
  border-top-color: rgb(255 219 80 / 0.9);
  border-bottom-color: rgb(255 219 80 / 0.9);
}

.border-y-ozc-alt-400\/95 {
  border-top-color: rgb(255 219 80 / 0.95);
  border-bottom-color: rgb(255 219 80 / 0.95);
}

.border-y-ozc-alt-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 252 243 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 252 243 / var(--tw-border-opacity));
}

.border-y-ozc-alt-50\/0 {
  border-top-color: rgb(255 252 243 / 0);
  border-bottom-color: rgb(255 252 243 / 0);
}

.border-y-ozc-alt-50\/10 {
  border-top-color: rgb(255 252 243 / 0.1);
  border-bottom-color: rgb(255 252 243 / 0.1);
}

.border-y-ozc-alt-50\/100 {
  border-top-color: rgb(255 252 243 / 1);
  border-bottom-color: rgb(255 252 243 / 1);
}

.border-y-ozc-alt-50\/20 {
  border-top-color: rgb(255 252 243 / 0.2);
  border-bottom-color: rgb(255 252 243 / 0.2);
}

.border-y-ozc-alt-50\/25 {
  border-top-color: rgb(255 252 243 / 0.25);
  border-bottom-color: rgb(255 252 243 / 0.25);
}

.border-y-ozc-alt-50\/30 {
  border-top-color: rgb(255 252 243 / 0.3);
  border-bottom-color: rgb(255 252 243 / 0.3);
}

.border-y-ozc-alt-50\/40 {
  border-top-color: rgb(255 252 243 / 0.4);
  border-bottom-color: rgb(255 252 243 / 0.4);
}

.border-y-ozc-alt-50\/5 {
  border-top-color: rgb(255 252 243 / 0.05);
  border-bottom-color: rgb(255 252 243 / 0.05);
}

.border-y-ozc-alt-50\/50 {
  border-top-color: rgb(255 252 243 / 0.5);
  border-bottom-color: rgb(255 252 243 / 0.5);
}

.border-y-ozc-alt-50\/60 {
  border-top-color: rgb(255 252 243 / 0.6);
  border-bottom-color: rgb(255 252 243 / 0.6);
}

.border-y-ozc-alt-50\/70 {
  border-top-color: rgb(255 252 243 / 0.7);
  border-bottom-color: rgb(255 252 243 / 0.7);
}

.border-y-ozc-alt-50\/75 {
  border-top-color: rgb(255 252 243 / 0.75);
  border-bottom-color: rgb(255 252 243 / 0.75);
}

.border-y-ozc-alt-50\/80 {
  border-top-color: rgb(255 252 243 / 0.8);
  border-bottom-color: rgb(255 252 243 / 0.8);
}

.border-y-ozc-alt-50\/90 {
  border-top-color: rgb(255 252 243 / 0.9);
  border-bottom-color: rgb(255 252 243 / 0.9);
}

.border-y-ozc-alt-50\/95 {
  border-top-color: rgb(255 252 243 / 0.95);
  border-bottom-color: rgb(255 252 243 / 0.95);
}

.border-y-ozc-alt-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 204 5 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 204 5 / var(--tw-border-opacity));
}

.border-y-ozc-alt-500\/0 {
  border-top-color: rgb(255 204 5 / 0);
  border-bottom-color: rgb(255 204 5 / 0);
}

.border-y-ozc-alt-500\/10 {
  border-top-color: rgb(255 204 5 / 0.1);
  border-bottom-color: rgb(255 204 5 / 0.1);
}

.border-y-ozc-alt-500\/100 {
  border-top-color: rgb(255 204 5 / 1);
  border-bottom-color: rgb(255 204 5 / 1);
}

.border-y-ozc-alt-500\/20 {
  border-top-color: rgb(255 204 5 / 0.2);
  border-bottom-color: rgb(255 204 5 / 0.2);
}

.border-y-ozc-alt-500\/25 {
  border-top-color: rgb(255 204 5 / 0.25);
  border-bottom-color: rgb(255 204 5 / 0.25);
}

.border-y-ozc-alt-500\/30 {
  border-top-color: rgb(255 204 5 / 0.3);
  border-bottom-color: rgb(255 204 5 / 0.3);
}

.border-y-ozc-alt-500\/40 {
  border-top-color: rgb(255 204 5 / 0.4);
  border-bottom-color: rgb(255 204 5 / 0.4);
}

.border-y-ozc-alt-500\/5 {
  border-top-color: rgb(255 204 5 / 0.05);
  border-bottom-color: rgb(255 204 5 / 0.05);
}

.border-y-ozc-alt-500\/50 {
  border-top-color: rgb(255 204 5 / 0.5);
  border-bottom-color: rgb(255 204 5 / 0.5);
}

.border-y-ozc-alt-500\/60 {
  border-top-color: rgb(255 204 5 / 0.6);
  border-bottom-color: rgb(255 204 5 / 0.6);
}

.border-y-ozc-alt-500\/70 {
  border-top-color: rgb(255 204 5 / 0.7);
  border-bottom-color: rgb(255 204 5 / 0.7);
}

.border-y-ozc-alt-500\/75 {
  border-top-color: rgb(255 204 5 / 0.75);
  border-bottom-color: rgb(255 204 5 / 0.75);
}

.border-y-ozc-alt-500\/80 {
  border-top-color: rgb(255 204 5 / 0.8);
  border-bottom-color: rgb(255 204 5 / 0.8);
}

.border-y-ozc-alt-500\/90 {
  border-top-color: rgb(255 204 5 / 0.9);
  border-bottom-color: rgb(255 204 5 / 0.9);
}

.border-y-ozc-alt-500\/95 {
  border-top-color: rgb(255 204 5 / 0.95);
  border-bottom-color: rgb(255 204 5 / 0.95);
}

.border-y-ozc-alt-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(230 184 5 / var(--tw-border-opacity));
  border-bottom-color: rgb(230 184 5 / var(--tw-border-opacity));
}

.border-y-ozc-alt-600\/0 {
  border-top-color: rgb(230 184 5 / 0);
  border-bottom-color: rgb(230 184 5 / 0);
}

.border-y-ozc-alt-600\/10 {
  border-top-color: rgb(230 184 5 / 0.1);
  border-bottom-color: rgb(230 184 5 / 0.1);
}

.border-y-ozc-alt-600\/100 {
  border-top-color: rgb(230 184 5 / 1);
  border-bottom-color: rgb(230 184 5 / 1);
}

.border-y-ozc-alt-600\/20 {
  border-top-color: rgb(230 184 5 / 0.2);
  border-bottom-color: rgb(230 184 5 / 0.2);
}

.border-y-ozc-alt-600\/25 {
  border-top-color: rgb(230 184 5 / 0.25);
  border-bottom-color: rgb(230 184 5 / 0.25);
}

.border-y-ozc-alt-600\/30 {
  border-top-color: rgb(230 184 5 / 0.3);
  border-bottom-color: rgb(230 184 5 / 0.3);
}

.border-y-ozc-alt-600\/40 {
  border-top-color: rgb(230 184 5 / 0.4);
  border-bottom-color: rgb(230 184 5 / 0.4);
}

.border-y-ozc-alt-600\/5 {
  border-top-color: rgb(230 184 5 / 0.05);
  border-bottom-color: rgb(230 184 5 / 0.05);
}

.border-y-ozc-alt-600\/50 {
  border-top-color: rgb(230 184 5 / 0.5);
  border-bottom-color: rgb(230 184 5 / 0.5);
}

.border-y-ozc-alt-600\/60 {
  border-top-color: rgb(230 184 5 / 0.6);
  border-bottom-color: rgb(230 184 5 / 0.6);
}

.border-y-ozc-alt-600\/70 {
  border-top-color: rgb(230 184 5 / 0.7);
  border-bottom-color: rgb(230 184 5 / 0.7);
}

.border-y-ozc-alt-600\/75 {
  border-top-color: rgb(230 184 5 / 0.75);
  border-bottom-color: rgb(230 184 5 / 0.75);
}

.border-y-ozc-alt-600\/80 {
  border-top-color: rgb(230 184 5 / 0.8);
  border-bottom-color: rgb(230 184 5 / 0.8);
}

.border-y-ozc-alt-600\/90 {
  border-top-color: rgb(230 184 5 / 0.9);
  border-bottom-color: rgb(230 184 5 / 0.9);
}

.border-y-ozc-alt-600\/95 {
  border-top-color: rgb(230 184 5 / 0.95);
  border-bottom-color: rgb(230 184 5 / 0.95);
}

.border-y-ozc-alt-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(153 122 3 / var(--tw-border-opacity));
  border-bottom-color: rgb(153 122 3 / var(--tw-border-opacity));
}

.border-y-ozc-alt-700\/0 {
  border-top-color: rgb(153 122 3 / 0);
  border-bottom-color: rgb(153 122 3 / 0);
}

.border-y-ozc-alt-700\/10 {
  border-top-color: rgb(153 122 3 / 0.1);
  border-bottom-color: rgb(153 122 3 / 0.1);
}

.border-y-ozc-alt-700\/100 {
  border-top-color: rgb(153 122 3 / 1);
  border-bottom-color: rgb(153 122 3 / 1);
}

.border-y-ozc-alt-700\/20 {
  border-top-color: rgb(153 122 3 / 0.2);
  border-bottom-color: rgb(153 122 3 / 0.2);
}

.border-y-ozc-alt-700\/25 {
  border-top-color: rgb(153 122 3 / 0.25);
  border-bottom-color: rgb(153 122 3 / 0.25);
}

.border-y-ozc-alt-700\/30 {
  border-top-color: rgb(153 122 3 / 0.3);
  border-bottom-color: rgb(153 122 3 / 0.3);
}

.border-y-ozc-alt-700\/40 {
  border-top-color: rgb(153 122 3 / 0.4);
  border-bottom-color: rgb(153 122 3 / 0.4);
}

.border-y-ozc-alt-700\/5 {
  border-top-color: rgb(153 122 3 / 0.05);
  border-bottom-color: rgb(153 122 3 / 0.05);
}

.border-y-ozc-alt-700\/50 {
  border-top-color: rgb(153 122 3 / 0.5);
  border-bottom-color: rgb(153 122 3 / 0.5);
}

.border-y-ozc-alt-700\/60 {
  border-top-color: rgb(153 122 3 / 0.6);
  border-bottom-color: rgb(153 122 3 / 0.6);
}

.border-y-ozc-alt-700\/70 {
  border-top-color: rgb(153 122 3 / 0.7);
  border-bottom-color: rgb(153 122 3 / 0.7);
}

.border-y-ozc-alt-700\/75 {
  border-top-color: rgb(153 122 3 / 0.75);
  border-bottom-color: rgb(153 122 3 / 0.75);
}

.border-y-ozc-alt-700\/80 {
  border-top-color: rgb(153 122 3 / 0.8);
  border-bottom-color: rgb(153 122 3 / 0.8);
}

.border-y-ozc-alt-700\/90 {
  border-top-color: rgb(153 122 3 / 0.9);
  border-bottom-color: rgb(153 122 3 / 0.9);
}

.border-y-ozc-alt-700\/95 {
  border-top-color: rgb(153 122 3 / 0.95);
  border-bottom-color: rgb(153 122 3 / 0.95);
}

.border-y-ozc-alt-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(115 92 2 / var(--tw-border-opacity));
  border-bottom-color: rgb(115 92 2 / var(--tw-border-opacity));
}

.border-y-ozc-alt-800\/0 {
  border-top-color: rgb(115 92 2 / 0);
  border-bottom-color: rgb(115 92 2 / 0);
}

.border-y-ozc-alt-800\/10 {
  border-top-color: rgb(115 92 2 / 0.1);
  border-bottom-color: rgb(115 92 2 / 0.1);
}

.border-y-ozc-alt-800\/100 {
  border-top-color: rgb(115 92 2 / 1);
  border-bottom-color: rgb(115 92 2 / 1);
}

.border-y-ozc-alt-800\/20 {
  border-top-color: rgb(115 92 2 / 0.2);
  border-bottom-color: rgb(115 92 2 / 0.2);
}

.border-y-ozc-alt-800\/25 {
  border-top-color: rgb(115 92 2 / 0.25);
  border-bottom-color: rgb(115 92 2 / 0.25);
}

.border-y-ozc-alt-800\/30 {
  border-top-color: rgb(115 92 2 / 0.3);
  border-bottom-color: rgb(115 92 2 / 0.3);
}

.border-y-ozc-alt-800\/40 {
  border-top-color: rgb(115 92 2 / 0.4);
  border-bottom-color: rgb(115 92 2 / 0.4);
}

.border-y-ozc-alt-800\/5 {
  border-top-color: rgb(115 92 2 / 0.05);
  border-bottom-color: rgb(115 92 2 / 0.05);
}

.border-y-ozc-alt-800\/50 {
  border-top-color: rgb(115 92 2 / 0.5);
  border-bottom-color: rgb(115 92 2 / 0.5);
}

.border-y-ozc-alt-800\/60 {
  border-top-color: rgb(115 92 2 / 0.6);
  border-bottom-color: rgb(115 92 2 / 0.6);
}

.border-y-ozc-alt-800\/70 {
  border-top-color: rgb(115 92 2 / 0.7);
  border-bottom-color: rgb(115 92 2 / 0.7);
}

.border-y-ozc-alt-800\/75 {
  border-top-color: rgb(115 92 2 / 0.75);
  border-bottom-color: rgb(115 92 2 / 0.75);
}

.border-y-ozc-alt-800\/80 {
  border-top-color: rgb(115 92 2 / 0.8);
  border-bottom-color: rgb(115 92 2 / 0.8);
}

.border-y-ozc-alt-800\/90 {
  border-top-color: rgb(115 92 2 / 0.9);
  border-bottom-color: rgb(115 92 2 / 0.9);
}

.border-y-ozc-alt-800\/95 {
  border-top-color: rgb(115 92 2 / 0.95);
  border-bottom-color: rgb(115 92 2 / 0.95);
}

.border-y-ozc-alt-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(42 45 51 / var(--tw-border-opacity));
  border-bottom-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.border-y-ozc-alt-900\/0 {
  border-top-color: rgb(42 45 51 / 0);
  border-bottom-color: rgb(42 45 51 / 0);
}

.border-y-ozc-alt-900\/10 {
  border-top-color: rgb(42 45 51 / 0.1);
  border-bottom-color: rgb(42 45 51 / 0.1);
}

.border-y-ozc-alt-900\/100 {
  border-top-color: rgb(42 45 51 / 1);
  border-bottom-color: rgb(42 45 51 / 1);
}

.border-y-ozc-alt-900\/20 {
  border-top-color: rgb(42 45 51 / 0.2);
  border-bottom-color: rgb(42 45 51 / 0.2);
}

.border-y-ozc-alt-900\/25 {
  border-top-color: rgb(42 45 51 / 0.25);
  border-bottom-color: rgb(42 45 51 / 0.25);
}

.border-y-ozc-alt-900\/30 {
  border-top-color: rgb(42 45 51 / 0.3);
  border-bottom-color: rgb(42 45 51 / 0.3);
}

.border-y-ozc-alt-900\/40 {
  border-top-color: rgb(42 45 51 / 0.4);
  border-bottom-color: rgb(42 45 51 / 0.4);
}

.border-y-ozc-alt-900\/5 {
  border-top-color: rgb(42 45 51 / 0.05);
  border-bottom-color: rgb(42 45 51 / 0.05);
}

.border-y-ozc-alt-900\/50 {
  border-top-color: rgb(42 45 51 / 0.5);
  border-bottom-color: rgb(42 45 51 / 0.5);
}

.border-y-ozc-alt-900\/60 {
  border-top-color: rgb(42 45 51 / 0.6);
  border-bottom-color: rgb(42 45 51 / 0.6);
}

.border-y-ozc-alt-900\/70 {
  border-top-color: rgb(42 45 51 / 0.7);
  border-bottom-color: rgb(42 45 51 / 0.7);
}

.border-y-ozc-alt-900\/75 {
  border-top-color: rgb(42 45 51 / 0.75);
  border-bottom-color: rgb(42 45 51 / 0.75);
}

.border-y-ozc-alt-900\/80 {
  border-top-color: rgb(42 45 51 / 0.8);
  border-bottom-color: rgb(42 45 51 / 0.8);
}

.border-y-ozc-alt-900\/90 {
  border-top-color: rgb(42 45 51 / 0.9);
  border-bottom-color: rgb(42 45 51 / 0.9);
}

.border-y-ozc-alt-900\/95 {
  border-top-color: rgb(42 45 51 / 0.95);
  border-bottom-color: rgb(42 45 51 / 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-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-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-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-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-tykhe-digital {
  --tw-border-opacity: 1;
  border-top-color: rgb(239 156 131 / var(--tw-border-opacity));
  border-bottom-color: rgb(239 156 131 / var(--tw-border-opacity));
}

.border-y-tykhe-digital-alt {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 239 224 / var(--tw-border-opacity));
  border-bottom-color: rgb(245 239 224 / var(--tw-border-opacity));
}

.border-y-tykhe-digital-alt\/0 {
  border-top-color: rgb(245 239 224 / 0);
  border-bottom-color: rgb(245 239 224 / 0);
}

.border-y-tykhe-digital-alt\/10 {
  border-top-color: rgb(245 239 224 / 0.1);
  border-bottom-color: rgb(245 239 224 / 0.1);
}

.border-y-tykhe-digital-alt\/100 {
  border-top-color: rgb(245 239 224 / 1);
  border-bottom-color: rgb(245 239 224 / 1);
}

.border-y-tykhe-digital-alt\/20 {
  border-top-color: rgb(245 239 224 / 0.2);
  border-bottom-color: rgb(245 239 224 / 0.2);
}

.border-y-tykhe-digital-alt\/25 {
  border-top-color: rgb(245 239 224 / 0.25);
  border-bottom-color: rgb(245 239 224 / 0.25);
}

.border-y-tykhe-digital-alt\/30 {
  border-top-color: rgb(245 239 224 / 0.3);
  border-bottom-color: rgb(245 239 224 / 0.3);
}

.border-y-tykhe-digital-alt\/40 {
  border-top-color: rgb(245 239 224 / 0.4);
  border-bottom-color: rgb(245 239 224 / 0.4);
}

.border-y-tykhe-digital-alt\/5 {
  border-top-color: rgb(245 239 224 / 0.05);
  border-bottom-color: rgb(245 239 224 / 0.05);
}

.border-y-tykhe-digital-alt\/50 {
  border-top-color: rgb(245 239 224 / 0.5);
  border-bottom-color: rgb(245 239 224 / 0.5);
}

.border-y-tykhe-digital-alt\/60 {
  border-top-color: rgb(245 239 224 / 0.6);
  border-bottom-color: rgb(245 239 224 / 0.6);
}

.border-y-tykhe-digital-alt\/70 {
  border-top-color: rgb(245 239 224 / 0.7);
  border-bottom-color: rgb(245 239 224 / 0.7);
}

.border-y-tykhe-digital-alt\/75 {
  border-top-color: rgb(245 239 224 / 0.75);
  border-bottom-color: rgb(245 239 224 / 0.75);
}

.border-y-tykhe-digital-alt\/80 {
  border-top-color: rgb(245 239 224 / 0.8);
  border-bottom-color: rgb(245 239 224 / 0.8);
}

.border-y-tykhe-digital-alt\/90 {
  border-top-color: rgb(245 239 224 / 0.9);
  border-bottom-color: rgb(245 239 224 / 0.9);
}

.border-y-tykhe-digital-alt\/95 {
  border-top-color: rgb(245 239 224 / 0.95);
  border-bottom-color: rgb(245 239 224 / 0.95);
}

.border-y-tykhe-digital-alt2 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 58 111 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 58 111 / var(--tw-border-opacity));
}

.border-y-tykhe-digital-alt2\/0 {
  border-top-color: rgb(255 58 111 / 0);
  border-bottom-color: rgb(255 58 111 / 0);
}

.border-y-tykhe-digital-alt2\/10 {
  border-top-color: rgb(255 58 111 / 0.1);
  border-bottom-color: rgb(255 58 111 / 0.1);
}

.border-y-tykhe-digital-alt2\/100 {
  border-top-color: rgb(255 58 111 / 1);
  border-bottom-color: rgb(255 58 111 / 1);
}

.border-y-tykhe-digital-alt2\/20 {
  border-top-color: rgb(255 58 111 / 0.2);
  border-bottom-color: rgb(255 58 111 / 0.2);
}

.border-y-tykhe-digital-alt2\/25 {
  border-top-color: rgb(255 58 111 / 0.25);
  border-bottom-color: rgb(255 58 111 / 0.25);
}

.border-y-tykhe-digital-alt2\/30 {
  border-top-color: rgb(255 58 111 / 0.3);
  border-bottom-color: rgb(255 58 111 / 0.3);
}

.border-y-tykhe-digital-alt2\/40 {
  border-top-color: rgb(255 58 111 / 0.4);
  border-bottom-color: rgb(255 58 111 / 0.4);
}

.border-y-tykhe-digital-alt2\/5 {
  border-top-color: rgb(255 58 111 / 0.05);
  border-bottom-color: rgb(255 58 111 / 0.05);
}

.border-y-tykhe-digital-alt2\/50 {
  border-top-color: rgb(255 58 111 / 0.5);
  border-bottom-color: rgb(255 58 111 / 0.5);
}

.border-y-tykhe-digital-alt2\/60 {
  border-top-color: rgb(255 58 111 / 0.6);
  border-bottom-color: rgb(255 58 111 / 0.6);
}

.border-y-tykhe-digital-alt2\/70 {
  border-top-color: rgb(255 58 111 / 0.7);
  border-bottom-color: rgb(255 58 111 / 0.7);
}

.border-y-tykhe-digital-alt2\/75 {
  border-top-color: rgb(255 58 111 / 0.75);
  border-bottom-color: rgb(255 58 111 / 0.75);
}

.border-y-tykhe-digital-alt2\/80 {
  border-top-color: rgb(255 58 111 / 0.8);
  border-bottom-color: rgb(255 58 111 / 0.8);
}

.border-y-tykhe-digital-alt2\/90 {
  border-top-color: rgb(255 58 111 / 0.9);
  border-bottom-color: rgb(255 58 111 / 0.9);
}

.border-y-tykhe-digital-alt2\/95 {
  border-top-color: rgb(255 58 111 / 0.95);
  border-bottom-color: rgb(255 58 111 / 0.95);
}

.border-y-tykhe-digital-alt3 {
  --tw-border-opacity: 1;
  border-top-color: rgb(131 214 239 / var(--tw-border-opacity));
  border-bottom-color: rgb(131 214 239 / var(--tw-border-opacity));
}

.border-y-tykhe-digital-alt3\/0 {
  border-top-color: rgb(131 214 239 / 0);
  border-bottom-color: rgb(131 214 239 / 0);
}

.border-y-tykhe-digital-alt3\/10 {
  border-top-color: rgb(131 214 239 / 0.1);
  border-bottom-color: rgb(131 214 239 / 0.1);
}

.border-y-tykhe-digital-alt3\/100 {
  border-top-color: rgb(131 214 239 / 1);
  border-bottom-color: rgb(131 214 239 / 1);
}

.border-y-tykhe-digital-alt3\/20 {
  border-top-color: rgb(131 214 239 / 0.2);
  border-bottom-color: rgb(131 214 239 / 0.2);
}

.border-y-tykhe-digital-alt3\/25 {
  border-top-color: rgb(131 214 239 / 0.25);
  border-bottom-color: rgb(131 214 239 / 0.25);
}

.border-y-tykhe-digital-alt3\/30 {
  border-top-color: rgb(131 214 239 / 0.3);
  border-bottom-color: rgb(131 214 239 / 0.3);
}

.border-y-tykhe-digital-alt3\/40 {
  border-top-color: rgb(131 214 239 / 0.4);
  border-bottom-color: rgb(131 214 239 / 0.4);
}

.border-y-tykhe-digital-alt3\/5 {
  border-top-color: rgb(131 214 239 / 0.05);
  border-bottom-color: rgb(131 214 239 / 0.05);
}

.border-y-tykhe-digital-alt3\/50 {
  border-top-color: rgb(131 214 239 / 0.5);
  border-bottom-color: rgb(131 214 239 / 0.5);
}

.border-y-tykhe-digital-alt3\/60 {
  border-top-color: rgb(131 214 239 / 0.6);
  border-bottom-color: rgb(131 214 239 / 0.6);
}

.border-y-tykhe-digital-alt3\/70 {
  border-top-color: rgb(131 214 239 / 0.7);
  border-bottom-color: rgb(131 214 239 / 0.7);
}

.border-y-tykhe-digital-alt3\/75 {
  border-top-color: rgb(131 214 239 / 0.75);
  border-bottom-color: rgb(131 214 239 / 0.75);
}

.border-y-tykhe-digital-alt3\/80 {
  border-top-color: rgb(131 214 239 / 0.8);
  border-bottom-color: rgb(131 214 239 / 0.8);
}

.border-y-tykhe-digital-alt3\/90 {
  border-top-color: rgb(131 214 239 / 0.9);
  border-bottom-color: rgb(131 214 239 / 0.9);
}

.border-y-tykhe-digital-alt3\/95 {
  border-top-color: rgb(131 214 239 / 0.95);
  border-bottom-color: rgb(131 214 239 / 0.95);
}

.border-y-tykhe-digital\/0 {
  border-top-color: rgb(239 156 131 / 0);
  border-bottom-color: rgb(239 156 131 / 0);
}

.border-y-tykhe-digital\/10 {
  border-top-color: rgb(239 156 131 / 0.1);
  border-bottom-color: rgb(239 156 131 / 0.1);
}

.border-y-tykhe-digital\/100 {
  border-top-color: rgb(239 156 131 / 1);
  border-bottom-color: rgb(239 156 131 / 1);
}

.border-y-tykhe-digital\/20 {
  border-top-color: rgb(239 156 131 / 0.2);
  border-bottom-color: rgb(239 156 131 / 0.2);
}

.border-y-tykhe-digital\/25 {
  border-top-color: rgb(239 156 131 / 0.25);
  border-bottom-color: rgb(239 156 131 / 0.25);
}

.border-y-tykhe-digital\/30 {
  border-top-color: rgb(239 156 131 / 0.3);
  border-bottom-color: rgb(239 156 131 / 0.3);
}

.border-y-tykhe-digital\/40 {
  border-top-color: rgb(239 156 131 / 0.4);
  border-bottom-color: rgb(239 156 131 / 0.4);
}

.border-y-tykhe-digital\/5 {
  border-top-color: rgb(239 156 131 / 0.05);
  border-bottom-color: rgb(239 156 131 / 0.05);
}

.border-y-tykhe-digital\/50 {
  border-top-color: rgb(239 156 131 / 0.5);
  border-bottom-color: rgb(239 156 131 / 0.5);
}

.border-y-tykhe-digital\/60 {
  border-top-color: rgb(239 156 131 / 0.6);
  border-bottom-color: rgb(239 156 131 / 0.6);
}

.border-y-tykhe-digital\/70 {
  border-top-color: rgb(239 156 131 / 0.7);
  border-bottom-color: rgb(239 156 131 / 0.7);
}

.border-y-tykhe-digital\/75 {
  border-top-color: rgb(239 156 131 / 0.75);
  border-bottom-color: rgb(239 156 131 / 0.75);
}

.border-y-tykhe-digital\/80 {
  border-top-color: rgb(239 156 131 / 0.8);
  border-bottom-color: rgb(239 156 131 / 0.8);
}

.border-y-tykhe-digital\/90 {
  border-top-color: rgb(239 156 131 / 0.9);
  border-bottom-color: rgb(239 156 131 / 0.9);
}

.border-y-tykhe-digital\/95 {
  border-top-color: rgb(239 156 131 / 0.95);
  border-bottom-color: rgb(239 156 131 / 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-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-work-identity-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(166 235 194 / var(--tw-border-opacity));
  border-bottom-color: rgb(166 235 194 / var(--tw-border-opacity));
}

.border-y-work-identity-300\/0 {
  border-top-color: rgb(166 235 194 / 0);
  border-bottom-color: rgb(166 235 194 / 0);
}

.border-y-work-identity-300\/10 {
  border-top-color: rgb(166 235 194 / 0.1);
  border-bottom-color: rgb(166 235 194 / 0.1);
}

.border-y-work-identity-300\/100 {
  border-top-color: rgb(166 235 194 / 1);
  border-bottom-color: rgb(166 235 194 / 1);
}

.border-y-work-identity-300\/20 {
  border-top-color: rgb(166 235 194 / 0.2);
  border-bottom-color: rgb(166 235 194 / 0.2);
}

.border-y-work-identity-300\/25 {
  border-top-color: rgb(166 235 194 / 0.25);
  border-bottom-color: rgb(166 235 194 / 0.25);
}

.border-y-work-identity-300\/30 {
  border-top-color: rgb(166 235 194 / 0.3);
  border-bottom-color: rgb(166 235 194 / 0.3);
}

.border-y-work-identity-300\/40 {
  border-top-color: rgb(166 235 194 / 0.4);
  border-bottom-color: rgb(166 235 194 / 0.4);
}

.border-y-work-identity-300\/5 {
  border-top-color: rgb(166 235 194 / 0.05);
  border-bottom-color: rgb(166 235 194 / 0.05);
}

.border-y-work-identity-300\/50 {
  border-top-color: rgb(166 235 194 / 0.5);
  border-bottom-color: rgb(166 235 194 / 0.5);
}

.border-y-work-identity-300\/60 {
  border-top-color: rgb(166 235 194 / 0.6);
  border-bottom-color: rgb(166 235 194 / 0.6);
}

.border-y-work-identity-300\/70 {
  border-top-color: rgb(166 235 194 / 0.7);
  border-bottom-color: rgb(166 235 194 / 0.7);
}

.border-y-work-identity-300\/75 {
  border-top-color: rgb(166 235 194 / 0.75);
  border-bottom-color: rgb(166 235 194 / 0.75);
}

.border-y-work-identity-300\/80 {
  border-top-color: rgb(166 235 194 / 0.8);
  border-bottom-color: rgb(166 235 194 / 0.8);
}

.border-y-work-identity-300\/90 {
  border-top-color: rgb(166 235 194 / 0.9);
  border-bottom-color: rgb(166 235 194 / 0.9);
}

.border-y-work-identity-300\/95 {
  border-top-color: rgb(166 235 194 / 0.95);
  border-bottom-color: rgb(166 235 194 / 0.95);
}

.border-y-work-identity-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(83 221 139 / var(--tw-border-opacity));
  border-bottom-color: rgb(83 221 139 / var(--tw-border-opacity));
}

.border-y-work-identity-400\/0 {
  border-top-color: rgb(83 221 139 / 0);
  border-bottom-color: rgb(83 221 139 / 0);
}

.border-y-work-identity-400\/10 {
  border-top-color: rgb(83 221 139 / 0.1);
  border-bottom-color: rgb(83 221 139 / 0.1);
}

.border-y-work-identity-400\/100 {
  border-top-color: rgb(83 221 139 / 1);
  border-bottom-color: rgb(83 221 139 / 1);
}

.border-y-work-identity-400\/20 {
  border-top-color: rgb(83 221 139 / 0.2);
  border-bottom-color: rgb(83 221 139 / 0.2);
}

.border-y-work-identity-400\/25 {
  border-top-color: rgb(83 221 139 / 0.25);
  border-bottom-color: rgb(83 221 139 / 0.25);
}

.border-y-work-identity-400\/30 {
  border-top-color: rgb(83 221 139 / 0.3);
  border-bottom-color: rgb(83 221 139 / 0.3);
}

.border-y-work-identity-400\/40 {
  border-top-color: rgb(83 221 139 / 0.4);
  border-bottom-color: rgb(83 221 139 / 0.4);
}

.border-y-work-identity-400\/5 {
  border-top-color: rgb(83 221 139 / 0.05);
  border-bottom-color: rgb(83 221 139 / 0.05);
}

.border-y-work-identity-400\/50 {
  border-top-color: rgb(83 221 139 / 0.5);
  border-bottom-color: rgb(83 221 139 / 0.5);
}

.border-y-work-identity-400\/60 {
  border-top-color: rgb(83 221 139 / 0.6);
  border-bottom-color: rgb(83 221 139 / 0.6);
}

.border-y-work-identity-400\/70 {
  border-top-color: rgb(83 221 139 / 0.7);
  border-bottom-color: rgb(83 221 139 / 0.7);
}

.border-y-work-identity-400\/75 {
  border-top-color: rgb(83 221 139 / 0.75);
  border-bottom-color: rgb(83 221 139 / 0.75);
}

.border-y-work-identity-400\/80 {
  border-top-color: rgb(83 221 139 / 0.8);
  border-bottom-color: rgb(83 221 139 / 0.8);
}

.border-y-work-identity-400\/90 {
  border-top-color: rgb(83 221 139 / 0.9);
  border-bottom-color: rgb(83 221 139 / 0.9);
}

.border-y-work-identity-400\/95 {
  border-top-color: rgb(83 221 139 / 0.95);
  border-bottom-color: rgb(83 221 139 / 0.95);
}

.border-y-work-identity-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 208 84 / var(--tw-border-opacity));
  border-bottom-color: rgb(0 208 84 / var(--tw-border-opacity));
}

.border-y-work-identity-500\/0 {
  border-top-color: rgb(0 208 84 / 0);
  border-bottom-color: rgb(0 208 84 / 0);
}

.border-y-work-identity-500\/10 {
  border-top-color: rgb(0 208 84 / 0.1);
  border-bottom-color: rgb(0 208 84 / 0.1);
}

.border-y-work-identity-500\/100 {
  border-top-color: rgb(0 208 84 / 1);
  border-bottom-color: rgb(0 208 84 / 1);
}

.border-y-work-identity-500\/20 {
  border-top-color: rgb(0 208 84 / 0.2);
  border-bottom-color: rgb(0 208 84 / 0.2);
}

.border-y-work-identity-500\/25 {
  border-top-color: rgb(0 208 84 / 0.25);
  border-bottom-color: rgb(0 208 84 / 0.25);
}

.border-y-work-identity-500\/30 {
  border-top-color: rgb(0 208 84 / 0.3);
  border-bottom-color: rgb(0 208 84 / 0.3);
}

.border-y-work-identity-500\/40 {
  border-top-color: rgb(0 208 84 / 0.4);
  border-bottom-color: rgb(0 208 84 / 0.4);
}

.border-y-work-identity-500\/5 {
  border-top-color: rgb(0 208 84 / 0.05);
  border-bottom-color: rgb(0 208 84 / 0.05);
}

.border-y-work-identity-500\/50 {
  border-top-color: rgb(0 208 84 / 0.5);
  border-bottom-color: rgb(0 208 84 / 0.5);
}

.border-y-work-identity-500\/60 {
  border-top-color: rgb(0 208 84 / 0.6);
  border-bottom-color: rgb(0 208 84 / 0.6);
}

.border-y-work-identity-500\/70 {
  border-top-color: rgb(0 208 84 / 0.7);
  border-bottom-color: rgb(0 208 84 / 0.7);
}

.border-y-work-identity-500\/75 {
  border-top-color: rgb(0 208 84 / 0.75);
  border-bottom-color: rgb(0 208 84 / 0.75);
}

.border-y-work-identity-500\/80 {
  border-top-color: rgb(0 208 84 / 0.8);
  border-bottom-color: rgb(0 208 84 / 0.8);
}

.border-y-work-identity-500\/90 {
  border-top-color: rgb(0 208 84 / 0.9);
  border-bottom-color: rgb(0 208 84 / 0.9);
}

.border-y-work-identity-500\/95 {
  border-top-color: rgb(0 208 84 / 0.95);
  border-bottom-color: rgb(0 208 84 / 0.95);
}

.border-y-work-identity-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 249 249 / var(--tw-border-opacity));
  border-bottom-color: rgb(249 249 249 / var(--tw-border-opacity));
}

.border-y-work-identity-900\/0 {
  border-top-color: rgb(249 249 249 / 0);
  border-bottom-color: rgb(249 249 249 / 0);
}

.border-y-work-identity-900\/10 {
  border-top-color: rgb(249 249 249 / 0.1);
  border-bottom-color: rgb(249 249 249 / 0.1);
}

.border-y-work-identity-900\/100 {
  border-top-color: rgb(249 249 249 / 1);
  border-bottom-color: rgb(249 249 249 / 1);
}

.border-y-work-identity-900\/20 {
  border-top-color: rgb(249 249 249 / 0.2);
  border-bottom-color: rgb(249 249 249 / 0.2);
}

.border-y-work-identity-900\/25 {
  border-top-color: rgb(249 249 249 / 0.25);
  border-bottom-color: rgb(249 249 249 / 0.25);
}

.border-y-work-identity-900\/30 {
  border-top-color: rgb(249 249 249 / 0.3);
  border-bottom-color: rgb(249 249 249 / 0.3);
}

.border-y-work-identity-900\/40 {
  border-top-color: rgb(249 249 249 / 0.4);
  border-bottom-color: rgb(249 249 249 / 0.4);
}

.border-y-work-identity-900\/5 {
  border-top-color: rgb(249 249 249 / 0.05);
  border-bottom-color: rgb(249 249 249 / 0.05);
}

.border-y-work-identity-900\/50 {
  border-top-color: rgb(249 249 249 / 0.5);
  border-bottom-color: rgb(249 249 249 / 0.5);
}

.border-y-work-identity-900\/60 {
  border-top-color: rgb(249 249 249 / 0.6);
  border-bottom-color: rgb(249 249 249 / 0.6);
}

.border-y-work-identity-900\/70 {
  border-top-color: rgb(249 249 249 / 0.7);
  border-bottom-color: rgb(249 249 249 / 0.7);
}

.border-y-work-identity-900\/75 {
  border-top-color: rgb(249 249 249 / 0.75);
  border-bottom-color: rgb(249 249 249 / 0.75);
}

.border-y-work-identity-900\/80 {
  border-top-color: rgb(249 249 249 / 0.8);
  border-bottom-color: rgb(249 249 249 / 0.8);
}

.border-y-work-identity-900\/90 {
  border-top-color: rgb(249 249 249 / 0.9);
  border-bottom-color: rgb(249 249 249 / 0.9);
}

.border-y-work-identity-900\/95 {
  border-top-color: rgb(249 249 249 / 0.95);
  border-bottom-color: rgb(249 249 249 / 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-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-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-brand-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(230 239 246 / var(--tw-border-opacity));
}

.border-b-brand-100\/0 {
  border-bottom-color: rgb(230 239 246 / 0);
}

.border-b-brand-100\/10 {
  border-bottom-color: rgb(230 239 246 / 0.1);
}

.border-b-brand-100\/100 {
  border-bottom-color: rgb(230 239 246 / 1);
}

.border-b-brand-100\/20 {
  border-bottom-color: rgb(230 239 246 / 0.2);
}

.border-b-brand-100\/25 {
  border-bottom-color: rgb(230 239 246 / 0.25);
}

.border-b-brand-100\/30 {
  border-bottom-color: rgb(230 239 246 / 0.3);
}

.border-b-brand-100\/40 {
  border-bottom-color: rgb(230 239 246 / 0.4);
}

.border-b-brand-100\/5 {
  border-bottom-color: rgb(230 239 246 / 0.05);
}

.border-b-brand-100\/50 {
  border-bottom-color: rgb(230 239 246 / 0.5);
}

.border-b-brand-100\/60 {
  border-bottom-color: rgb(230 239 246 / 0.6);
}

.border-b-brand-100\/70 {
  border-bottom-color: rgb(230 239 246 / 0.7);
}

.border-b-brand-100\/75 {
  border-bottom-color: rgb(230 239 246 / 0.75);
}

.border-b-brand-100\/80 {
  border-bottom-color: rgb(230 239 246 / 0.8);
}

.border-b-brand-100\/90 {
  border-bottom-color: rgb(230 239 246 / 0.9);
}

.border-b-brand-100\/95 {
  border-bottom-color: rgb(230 239 246 / 0.95);
}

.border-b-brand-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(193 215 234 / var(--tw-border-opacity));
}

.border-b-brand-200\/0 {
  border-bottom-color: rgb(193 215 234 / 0);
}

.border-b-brand-200\/10 {
  border-bottom-color: rgb(193 215 234 / 0.1);
}

.border-b-brand-200\/100 {
  border-bottom-color: rgb(193 215 234 / 1);
}

.border-b-brand-200\/20 {
  border-bottom-color: rgb(193 215 234 / 0.2);
}

.border-b-brand-200\/25 {
  border-bottom-color: rgb(193 215 234 / 0.25);
}

.border-b-brand-200\/30 {
  border-bottom-color: rgb(193 215 234 / 0.3);
}

.border-b-brand-200\/40 {
  border-bottom-color: rgb(193 215 234 / 0.4);
}

.border-b-brand-200\/5 {
  border-bottom-color: rgb(193 215 234 / 0.05);
}

.border-b-brand-200\/50 {
  border-bottom-color: rgb(193 215 234 / 0.5);
}

.border-b-brand-200\/60 {
  border-bottom-color: rgb(193 215 234 / 0.6);
}

.border-b-brand-200\/70 {
  border-bottom-color: rgb(193 215 234 / 0.7);
}

.border-b-brand-200\/75 {
  border-bottom-color: rgb(193 215 234 / 0.75);
}

.border-b-brand-200\/80 {
  border-bottom-color: rgb(193 215 234 / 0.8);
}

.border-b-brand-200\/90 {
  border-bottom-color: rgb(193 215 234 / 0.9);
}

.border-b-brand-200\/95 {
  border-bottom-color: rgb(193 215 234 / 0.95);
}

.border-b-brand-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(155 190 221 / var(--tw-border-opacity));
}

.border-b-brand-300\/0 {
  border-bottom-color: rgb(155 190 221 / 0);
}

.border-b-brand-300\/10 {
  border-bottom-color: rgb(155 190 221 / 0.1);
}

.border-b-brand-300\/100 {
  border-bottom-color: rgb(155 190 221 / 1);
}

.border-b-brand-300\/20 {
  border-bottom-color: rgb(155 190 221 / 0.2);
}

.border-b-brand-300\/25 {
  border-bottom-color: rgb(155 190 221 / 0.25);
}

.border-b-brand-300\/30 {
  border-bottom-color: rgb(155 190 221 / 0.3);
}

.border-b-brand-300\/40 {
  border-bottom-color: rgb(155 190 221 / 0.4);
}

.border-b-brand-300\/5 {
  border-bottom-color: rgb(155 190 221 / 0.05);
}

.border-b-brand-300\/50 {
  border-bottom-color: rgb(155 190 221 / 0.5);
}

.border-b-brand-300\/60 {
  border-bottom-color: rgb(155 190 221 / 0.6);
}

.border-b-brand-300\/70 {
  border-bottom-color: rgb(155 190 221 / 0.7);
}

.border-b-brand-300\/75 {
  border-bottom-color: rgb(155 190 221 / 0.75);
}

.border-b-brand-300\/80 {
  border-bottom-color: rgb(155 190 221 / 0.8);
}

.border-b-brand-300\/90 {
  border-bottom-color: rgb(155 190 221 / 0.9);
}

.border-b-brand-300\/95 {
  border-bottom-color: rgb(155 190 221 / 0.95);
}

.border-b-brand-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(81 142 195 / var(--tw-border-opacity));
}

.border-b-brand-400\/0 {
  border-bottom-color: rgb(81 142 195 / 0);
}

.border-b-brand-400\/10 {
  border-bottom-color: rgb(81 142 195 / 0.1);
}

.border-b-brand-400\/100 {
  border-bottom-color: rgb(81 142 195 / 1);
}

.border-b-brand-400\/20 {
  border-bottom-color: rgb(81 142 195 / 0.2);
}

.border-b-brand-400\/25 {
  border-bottom-color: rgb(81 142 195 / 0.25);
}

.border-b-brand-400\/30 {
  border-bottom-color: rgb(81 142 195 / 0.3);
}

.border-b-brand-400\/40 {
  border-bottom-color: rgb(81 142 195 / 0.4);
}

.border-b-brand-400\/5 {
  border-bottom-color: rgb(81 142 195 / 0.05);
}

.border-b-brand-400\/50 {
  border-bottom-color: rgb(81 142 195 / 0.5);
}

.border-b-brand-400\/60 {
  border-bottom-color: rgb(81 142 195 / 0.6);
}

.border-b-brand-400\/70 {
  border-bottom-color: rgb(81 142 195 / 0.7);
}

.border-b-brand-400\/75 {
  border-bottom-color: rgb(81 142 195 / 0.75);
}

.border-b-brand-400\/80 {
  border-bottom-color: rgb(81 142 195 / 0.8);
}

.border-b-brand-400\/90 {
  border-bottom-color: rgb(81 142 195 / 0.9);
}

.border-b-brand-400\/95 {
  border-bottom-color: rgb(81 142 195 / 0.95);
}

.border-b-brand-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(243 247 251 / var(--tw-border-opacity));
}

.border-b-brand-50\/0 {
  border-bottom-color: rgb(243 247 251 / 0);
}

.border-b-brand-50\/10 {
  border-bottom-color: rgb(243 247 251 / 0.1);
}

.border-b-brand-50\/100 {
  border-bottom-color: rgb(243 247 251 / 1);
}

.border-b-brand-50\/20 {
  border-bottom-color: rgb(243 247 251 / 0.2);
}

.border-b-brand-50\/25 {
  border-bottom-color: rgb(243 247 251 / 0.25);
}

.border-b-brand-50\/30 {
  border-bottom-color: rgb(243 247 251 / 0.3);
}

.border-b-brand-50\/40 {
  border-bottom-color: rgb(243 247 251 / 0.4);
}

.border-b-brand-50\/5 {
  border-bottom-color: rgb(243 247 251 / 0.05);
}

.border-b-brand-50\/50 {
  border-bottom-color: rgb(243 247 251 / 0.5);
}

.border-b-brand-50\/60 {
  border-bottom-color: rgb(243 247 251 / 0.6);
}

.border-b-brand-50\/70 {
  border-bottom-color: rgb(243 247 251 / 0.7);
}

.border-b-brand-50\/75 {
  border-bottom-color: rgb(243 247 251 / 0.75);
}

.border-b-brand-50\/80 {
  border-bottom-color: rgb(243 247 251 / 0.8);
}

.border-b-brand-50\/90 {
  border-bottom-color: rgb(243 247 251 / 0.9);
}

.border-b-brand-50\/95 {
  border-bottom-color: rgb(243 247 251 / 0.95);
}

.border-b-brand-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(6 93 169 / var(--tw-border-opacity));
}

.border-b-brand-500\/0 {
  border-bottom-color: rgb(6 93 169 / 0);
}

.border-b-brand-500\/10 {
  border-bottom-color: rgb(6 93 169 / 0.1);
}

.border-b-brand-500\/100 {
  border-bottom-color: rgb(6 93 169 / 1);
}

.border-b-brand-500\/20 {
  border-bottom-color: rgb(6 93 169 / 0.2);
}

.border-b-brand-500\/25 {
  border-bottom-color: rgb(6 93 169 / 0.25);
}

.border-b-brand-500\/30 {
  border-bottom-color: rgb(6 93 169 / 0.3);
}

.border-b-brand-500\/40 {
  border-bottom-color: rgb(6 93 169 / 0.4);
}

.border-b-brand-500\/5 {
  border-bottom-color: rgb(6 93 169 / 0.05);
}

.border-b-brand-500\/50 {
  border-bottom-color: rgb(6 93 169 / 0.5);
}

.border-b-brand-500\/60 {
  border-bottom-color: rgb(6 93 169 / 0.6);
}

.border-b-brand-500\/70 {
  border-bottom-color: rgb(6 93 169 / 0.7);
}

.border-b-brand-500\/75 {
  border-bottom-color: rgb(6 93 169 / 0.75);
}

.border-b-brand-500\/80 {
  border-bottom-color: rgb(6 93 169 / 0.8);
}

.border-b-brand-500\/90 {
  border-bottom-color: rgb(6 93 169 / 0.9);
}

.border-b-brand-500\/95 {
  border-bottom-color: rgb(6 93 169 / 0.95);
}

.border-b-brand-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(5 84 152 / var(--tw-border-opacity));
}

.border-b-brand-600\/0 {
  border-bottom-color: rgb(5 84 152 / 0);
}

.border-b-brand-600\/10 {
  border-bottom-color: rgb(5 84 152 / 0.1);
}

.border-b-brand-600\/100 {
  border-bottom-color: rgb(5 84 152 / 1);
}

.border-b-brand-600\/20 {
  border-bottom-color: rgb(5 84 152 / 0.2);
}

.border-b-brand-600\/25 {
  border-bottom-color: rgb(5 84 152 / 0.25);
}

.border-b-brand-600\/30 {
  border-bottom-color: rgb(5 84 152 / 0.3);
}

.border-b-brand-600\/40 {
  border-bottom-color: rgb(5 84 152 / 0.4);
}

.border-b-brand-600\/5 {
  border-bottom-color: rgb(5 84 152 / 0.05);
}

.border-b-brand-600\/50 {
  border-bottom-color: rgb(5 84 152 / 0.5);
}

.border-b-brand-600\/60 {
  border-bottom-color: rgb(5 84 152 / 0.6);
}

.border-b-brand-600\/70 {
  border-bottom-color: rgb(5 84 152 / 0.7);
}

.border-b-brand-600\/75 {
  border-bottom-color: rgb(5 84 152 / 0.75);
}

.border-b-brand-600\/80 {
  border-bottom-color: rgb(5 84 152 / 0.8);
}

.border-b-brand-600\/90 {
  border-bottom-color: rgb(5 84 152 / 0.9);
}

.border-b-brand-600\/95 {
  border-bottom-color: rgb(5 84 152 / 0.95);
}

.border-b-brand-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(4 56 101 / var(--tw-border-opacity));
}

.border-b-brand-700\/0 {
  border-bottom-color: rgb(4 56 101 / 0);
}

.border-b-brand-700\/10 {
  border-bottom-color: rgb(4 56 101 / 0.1);
}

.border-b-brand-700\/100 {
  border-bottom-color: rgb(4 56 101 / 1);
}

.border-b-brand-700\/20 {
  border-bottom-color: rgb(4 56 101 / 0.2);
}

.border-b-brand-700\/25 {
  border-bottom-color: rgb(4 56 101 / 0.25);
}

.border-b-brand-700\/30 {
  border-bottom-color: rgb(4 56 101 / 0.3);
}

.border-b-brand-700\/40 {
  border-bottom-color: rgb(4 56 101 / 0.4);
}

.border-b-brand-700\/5 {
  border-bottom-color: rgb(4 56 101 / 0.05);
}

.border-b-brand-700\/50 {
  border-bottom-color: rgb(4 56 101 / 0.5);
}

.border-b-brand-700\/60 {
  border-bottom-color: rgb(4 56 101 / 0.6);
}

.border-b-brand-700\/70 {
  border-bottom-color: rgb(4 56 101 / 0.7);
}

.border-b-brand-700\/75 {
  border-bottom-color: rgb(4 56 101 / 0.75);
}

.border-b-brand-700\/80 {
  border-bottom-color: rgb(4 56 101 / 0.8);
}

.border-b-brand-700\/90 {
  border-bottom-color: rgb(4 56 101 / 0.9);
}

.border-b-brand-700\/95 {
  border-bottom-color: rgb(4 56 101 / 0.95);
}

.border-b-brand-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(3 42 76 / var(--tw-border-opacity));
}

.border-b-brand-800\/0 {
  border-bottom-color: rgb(3 42 76 / 0);
}

.border-b-brand-800\/10 {
  border-bottom-color: rgb(3 42 76 / 0.1);
}

.border-b-brand-800\/100 {
  border-bottom-color: rgb(3 42 76 / 1);
}

.border-b-brand-800\/20 {
  border-bottom-color: rgb(3 42 76 / 0.2);
}

.border-b-brand-800\/25 {
  border-bottom-color: rgb(3 42 76 / 0.25);
}

.border-b-brand-800\/30 {
  border-bottom-color: rgb(3 42 76 / 0.3);
}

.border-b-brand-800\/40 {
  border-bottom-color: rgb(3 42 76 / 0.4);
}

.border-b-brand-800\/5 {
  border-bottom-color: rgb(3 42 76 / 0.05);
}

.border-b-brand-800\/50 {
  border-bottom-color: rgb(3 42 76 / 0.5);
}

.border-b-brand-800\/60 {
  border-bottom-color: rgb(3 42 76 / 0.6);
}

.border-b-brand-800\/70 {
  border-bottom-color: rgb(3 42 76 / 0.7);
}

.border-b-brand-800\/75 {
  border-bottom-color: rgb(3 42 76 / 0.75);
}

.border-b-brand-800\/80 {
  border-bottom-color: rgb(3 42 76 / 0.8);
}

.border-b-brand-800\/90 {
  border-bottom-color: rgb(3 42 76 / 0.9);
}

.border-b-brand-800\/95 {
  border-bottom-color: rgb(3 42 76 / 0.95);
}

.border-b-brand-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(2 28 51 / var(--tw-border-opacity));
}

.border-b-brand-900\/0 {
  border-bottom-color: rgb(2 28 51 / 0);
}

.border-b-brand-900\/10 {
  border-bottom-color: rgb(2 28 51 / 0.1);
}

.border-b-brand-900\/100 {
  border-bottom-color: rgb(2 28 51 / 1);
}

.border-b-brand-900\/20 {
  border-bottom-color: rgb(2 28 51 / 0.2);
}

.border-b-brand-900\/25 {
  border-bottom-color: rgb(2 28 51 / 0.25);
}

.border-b-brand-900\/30 {
  border-bottom-color: rgb(2 28 51 / 0.3);
}

.border-b-brand-900\/40 {
  border-bottom-color: rgb(2 28 51 / 0.4);
}

.border-b-brand-900\/5 {
  border-bottom-color: rgb(2 28 51 / 0.05);
}

.border-b-brand-900\/50 {
  border-bottom-color: rgb(2 28 51 / 0.5);
}

.border-b-brand-900\/60 {
  border-bottom-color: rgb(2 28 51 / 0.6);
}

.border-b-brand-900\/70 {
  border-bottom-color: rgb(2 28 51 / 0.7);
}

.border-b-brand-900\/75 {
  border-bottom-color: rgb(2 28 51 / 0.75);
}

.border-b-brand-900\/80 {
  border-bottom-color: rgb(2 28 51 / 0.8);
}

.border-b-brand-900\/90 {
  border-bottom-color: rgb(2 28 51 / 0.9);
}

.border-b-brand-900\/95 {
  border-bottom-color: rgb(2 28 51 / 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-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-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-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-interbeauty-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 197 175 / var(--tw-border-opacity));
}

.border-b-interbeauty-100\/0 {
  border-bottom-color: rgb(249 197 175 / 0);
}

.border-b-interbeauty-100\/10 {
  border-bottom-color: rgb(249 197 175 / 0.1);
}

.border-b-interbeauty-100\/100 {
  border-bottom-color: rgb(249 197 175 / 1);
}

.border-b-interbeauty-100\/20 {
  border-bottom-color: rgb(249 197 175 / 0.2);
}

.border-b-interbeauty-100\/25 {
  border-bottom-color: rgb(249 197 175 / 0.25);
}

.border-b-interbeauty-100\/30 {
  border-bottom-color: rgb(249 197 175 / 0.3);
}

.border-b-interbeauty-100\/40 {
  border-bottom-color: rgb(249 197 175 / 0.4);
}

.border-b-interbeauty-100\/5 {
  border-bottom-color: rgb(249 197 175 / 0.05);
}

.border-b-interbeauty-100\/50 {
  border-bottom-color: rgb(249 197 175 / 0.5);
}

.border-b-interbeauty-100\/60 {
  border-bottom-color: rgb(249 197 175 / 0.6);
}

.border-b-interbeauty-100\/70 {
  border-bottom-color: rgb(249 197 175 / 0.7);
}

.border-b-interbeauty-100\/75 {
  border-bottom-color: rgb(249 197 175 / 0.75);
}

.border-b-interbeauty-100\/80 {
  border-bottom-color: rgb(249 197 175 / 0.8);
}

.border-b-interbeauty-100\/90 {
  border-bottom-color: rgb(249 197 175 / 0.9);
}

.border-b-interbeauty-100\/95 {
  border-bottom-color: rgb(249 197 175 / 0.95);
}

.border-b-interbeauty-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(241 182 191 / var(--tw-border-opacity));
}

.border-b-interbeauty-200\/0 {
  border-bottom-color: rgb(241 182 191 / 0);
}

.border-b-interbeauty-200\/10 {
  border-bottom-color: rgb(241 182 191 / 0.1);
}

.border-b-interbeauty-200\/100 {
  border-bottom-color: rgb(241 182 191 / 1);
}

.border-b-interbeauty-200\/20 {
  border-bottom-color: rgb(241 182 191 / 0.2);
}

.border-b-interbeauty-200\/25 {
  border-bottom-color: rgb(241 182 191 / 0.25);
}

.border-b-interbeauty-200\/30 {
  border-bottom-color: rgb(241 182 191 / 0.3);
}

.border-b-interbeauty-200\/40 {
  border-bottom-color: rgb(241 182 191 / 0.4);
}

.border-b-interbeauty-200\/5 {
  border-bottom-color: rgb(241 182 191 / 0.05);
}

.border-b-interbeauty-200\/50 {
  border-bottom-color: rgb(241 182 191 / 0.5);
}

.border-b-interbeauty-200\/60 {
  border-bottom-color: rgb(241 182 191 / 0.6);
}

.border-b-interbeauty-200\/70 {
  border-bottom-color: rgb(241 182 191 / 0.7);
}

.border-b-interbeauty-200\/75 {
  border-bottom-color: rgb(241 182 191 / 0.75);
}

.border-b-interbeauty-200\/80 {
  border-bottom-color: rgb(241 182 191 / 0.8);
}

.border-b-interbeauty-200\/90 {
  border-bottom-color: rgb(241 182 191 / 0.9);
}

.border-b-interbeauty-200\/95 {
  border-bottom-color: rgb(241 182 191 / 0.95);
}

.border-b-interbeauty-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(182 219 231 / var(--tw-border-opacity));
}

.border-b-interbeauty-300\/0 {
  border-bottom-color: rgb(182 219 231 / 0);
}

.border-b-interbeauty-300\/10 {
  border-bottom-color: rgb(182 219 231 / 0.1);
}

.border-b-interbeauty-300\/100 {
  border-bottom-color: rgb(182 219 231 / 1);
}

.border-b-interbeauty-300\/20 {
  border-bottom-color: rgb(182 219 231 / 0.2);
}

.border-b-interbeauty-300\/25 {
  border-bottom-color: rgb(182 219 231 / 0.25);
}

.border-b-interbeauty-300\/30 {
  border-bottom-color: rgb(182 219 231 / 0.3);
}

.border-b-interbeauty-300\/40 {
  border-bottom-color: rgb(182 219 231 / 0.4);
}

.border-b-interbeauty-300\/5 {
  border-bottom-color: rgb(182 219 231 / 0.05);
}

.border-b-interbeauty-300\/50 {
  border-bottom-color: rgb(182 219 231 / 0.5);
}

.border-b-interbeauty-300\/60 {
  border-bottom-color: rgb(182 219 231 / 0.6);
}

.border-b-interbeauty-300\/70 {
  border-bottom-color: rgb(182 219 231 / 0.7);
}

.border-b-interbeauty-300\/75 {
  border-bottom-color: rgb(182 219 231 / 0.75);
}

.border-b-interbeauty-300\/80 {
  border-bottom-color: rgb(182 219 231 / 0.8);
}

.border-b-interbeauty-300\/90 {
  border-bottom-color: rgb(182 219 231 / 0.9);
}

.border-b-interbeauty-300\/95 {
  border-bottom-color: rgb(182 219 231 / 0.95);
}

.border-b-interbeauty-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 250 247 / var(--tw-border-opacity));
}

.border-b-interbeauty-400\/0 {
  border-bottom-color: rgb(254 250 247 / 0);
}

.border-b-interbeauty-400\/10 {
  border-bottom-color: rgb(254 250 247 / 0.1);
}

.border-b-interbeauty-400\/100 {
  border-bottom-color: rgb(254 250 247 / 1);
}

.border-b-interbeauty-400\/20 {
  border-bottom-color: rgb(254 250 247 / 0.2);
}

.border-b-interbeauty-400\/25 {
  border-bottom-color: rgb(254 250 247 / 0.25);
}

.border-b-interbeauty-400\/30 {
  border-bottom-color: rgb(254 250 247 / 0.3);
}

.border-b-interbeauty-400\/40 {
  border-bottom-color: rgb(254 250 247 / 0.4);
}

.border-b-interbeauty-400\/5 {
  border-bottom-color: rgb(254 250 247 / 0.05);
}

.border-b-interbeauty-400\/50 {
  border-bottom-color: rgb(254 250 247 / 0.5);
}

.border-b-interbeauty-400\/60 {
  border-bottom-color: rgb(254 250 247 / 0.6);
}

.border-b-interbeauty-400\/70 {
  border-bottom-color: rgb(254 250 247 / 0.7);
}

.border-b-interbeauty-400\/75 {
  border-bottom-color: rgb(254 250 247 / 0.75);
}

.border-b-interbeauty-400\/80 {
  border-bottom-color: rgb(254 250 247 / 0.8);
}

.border-b-interbeauty-400\/90 {
  border-bottom-color: rgb(254 250 247 / 0.9);
}

.border-b-interbeauty-400\/95 {
  border-bottom-color: rgb(254 250 247 / 0.95);
}

.border-b-interbeauty-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(193 225 224 / var(--tw-border-opacity));
}

.border-b-interbeauty-500\/0 {
  border-bottom-color: rgb(193 225 224 / 0);
}

.border-b-interbeauty-500\/10 {
  border-bottom-color: rgb(193 225 224 / 0.1);
}

.border-b-interbeauty-500\/100 {
  border-bottom-color: rgb(193 225 224 / 1);
}

.border-b-interbeauty-500\/20 {
  border-bottom-color: rgb(193 225 224 / 0.2);
}

.border-b-interbeauty-500\/25 {
  border-bottom-color: rgb(193 225 224 / 0.25);
}

.border-b-interbeauty-500\/30 {
  border-bottom-color: rgb(193 225 224 / 0.3);
}

.border-b-interbeauty-500\/40 {
  border-bottom-color: rgb(193 225 224 / 0.4);
}

.border-b-interbeauty-500\/5 {
  border-bottom-color: rgb(193 225 224 / 0.05);
}

.border-b-interbeauty-500\/50 {
  border-bottom-color: rgb(193 225 224 / 0.5);
}

.border-b-interbeauty-500\/60 {
  border-bottom-color: rgb(193 225 224 / 0.6);
}

.border-b-interbeauty-500\/70 {
  border-bottom-color: rgb(193 225 224 / 0.7);
}

.border-b-interbeauty-500\/75 {
  border-bottom-color: rgb(193 225 224 / 0.75);
}

.border-b-interbeauty-500\/80 {
  border-bottom-color: rgb(193 225 224 / 0.8);
}

.border-b-interbeauty-500\/90 {
  border-bottom-color: rgb(193 225 224 / 0.9);
}

.border-b-interbeauty-500\/95 {
  border-bottom-color: rgb(193 225 224 / 0.95);
}

.border-b-interbeauty-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(88 88 94 / var(--tw-border-opacity));
}

.border-b-interbeauty-600\/0 {
  border-bottom-color: rgb(88 88 94 / 0);
}

.border-b-interbeauty-600\/10 {
  border-bottom-color: rgb(88 88 94 / 0.1);
}

.border-b-interbeauty-600\/100 {
  border-bottom-color: rgb(88 88 94 / 1);
}

.border-b-interbeauty-600\/20 {
  border-bottom-color: rgb(88 88 94 / 0.2);
}

.border-b-interbeauty-600\/25 {
  border-bottom-color: rgb(88 88 94 / 0.25);
}

.border-b-interbeauty-600\/30 {
  border-bottom-color: rgb(88 88 94 / 0.3);
}

.border-b-interbeauty-600\/40 {
  border-bottom-color: rgb(88 88 94 / 0.4);
}

.border-b-interbeauty-600\/5 {
  border-bottom-color: rgb(88 88 94 / 0.05);
}

.border-b-interbeauty-600\/50 {
  border-bottom-color: rgb(88 88 94 / 0.5);
}

.border-b-interbeauty-600\/60 {
  border-bottom-color: rgb(88 88 94 / 0.6);
}

.border-b-interbeauty-600\/70 {
  border-bottom-color: rgb(88 88 94 / 0.7);
}

.border-b-interbeauty-600\/75 {
  border-bottom-color: rgb(88 88 94 / 0.75);
}

.border-b-interbeauty-600\/80 {
  border-bottom-color: rgb(88 88 94 / 0.8);
}

.border-b-interbeauty-600\/90 {
  border-bottom-color: rgb(88 88 94 / 0.9);
}

.border-b-interbeauty-600\/95 {
  border-bottom-color: rgb(88 88 94 / 0.95);
}

.border-b-ipnvaluers-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 40 87 / var(--tw-border-opacity));
}

.border-b-ipnvaluers-200\/0 {
  border-bottom-color: rgb(0 40 87 / 0);
}

.border-b-ipnvaluers-200\/10 {
  border-bottom-color: rgb(0 40 87 / 0.1);
}

.border-b-ipnvaluers-200\/100 {
  border-bottom-color: rgb(0 40 87 / 1);
}

.border-b-ipnvaluers-200\/20 {
  border-bottom-color: rgb(0 40 87 / 0.2);
}

.border-b-ipnvaluers-200\/25 {
  border-bottom-color: rgb(0 40 87 / 0.25);
}

.border-b-ipnvaluers-200\/30 {
  border-bottom-color: rgb(0 40 87 / 0.3);
}

.border-b-ipnvaluers-200\/40 {
  border-bottom-color: rgb(0 40 87 / 0.4);
}

.border-b-ipnvaluers-200\/5 {
  border-bottom-color: rgb(0 40 87 / 0.05);
}

.border-b-ipnvaluers-200\/50 {
  border-bottom-color: rgb(0 40 87 / 0.5);
}

.border-b-ipnvaluers-200\/60 {
  border-bottom-color: rgb(0 40 87 / 0.6);
}

.border-b-ipnvaluers-200\/70 {
  border-bottom-color: rgb(0 40 87 / 0.7);
}

.border-b-ipnvaluers-200\/75 {
  border-bottom-color: rgb(0 40 87 / 0.75);
}

.border-b-ipnvaluers-200\/80 {
  border-bottom-color: rgb(0 40 87 / 0.8);
}

.border-b-ipnvaluers-200\/90 {
  border-bottom-color: rgb(0 40 87 / 0.9);
}

.border-b-ipnvaluers-200\/95 {
  border-bottom-color: rgb(0 40 87 / 0.95);
}

.border-b-ipnvaluers-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(196 107 22 / var(--tw-border-opacity));
}

.border-b-ipnvaluers-400\/0 {
  border-bottom-color: rgb(196 107 22 / 0);
}

.border-b-ipnvaluers-400\/10 {
  border-bottom-color: rgb(196 107 22 / 0.1);
}

.border-b-ipnvaluers-400\/100 {
  border-bottom-color: rgb(196 107 22 / 1);
}

.border-b-ipnvaluers-400\/20 {
  border-bottom-color: rgb(196 107 22 / 0.2);
}

.border-b-ipnvaluers-400\/25 {
  border-bottom-color: rgb(196 107 22 / 0.25);
}

.border-b-ipnvaluers-400\/30 {
  border-bottom-color: rgb(196 107 22 / 0.3);
}

.border-b-ipnvaluers-400\/40 {
  border-bottom-color: rgb(196 107 22 / 0.4);
}

.border-b-ipnvaluers-400\/5 {
  border-bottom-color: rgb(196 107 22 / 0.05);
}

.border-b-ipnvaluers-400\/50 {
  border-bottom-color: rgb(196 107 22 / 0.5);
}

.border-b-ipnvaluers-400\/60 {
  border-bottom-color: rgb(196 107 22 / 0.6);
}

.border-b-ipnvaluers-400\/70 {
  border-bottom-color: rgb(196 107 22 / 0.7);
}

.border-b-ipnvaluers-400\/75 {
  border-bottom-color: rgb(196 107 22 / 0.75);
}

.border-b-ipnvaluers-400\/80 {
  border-bottom-color: rgb(196 107 22 / 0.8);
}

.border-b-ipnvaluers-400\/90 {
  border-bottom-color: rgb(196 107 22 / 0.9);
}

.border-b-ipnvaluers-400\/95 {
  border-bottom-color: rgb(196 107 22 / 0.95);
}

.border-b-ipnvaluers-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 174 21 / var(--tw-border-opacity));
}

.border-b-ipnvaluers-500\/0 {
  border-bottom-color: rgb(245 174 21 / 0);
}

.border-b-ipnvaluers-500\/10 {
  border-bottom-color: rgb(245 174 21 / 0.1);
}

.border-b-ipnvaluers-500\/100 {
  border-bottom-color: rgb(245 174 21 / 1);
}

.border-b-ipnvaluers-500\/20 {
  border-bottom-color: rgb(245 174 21 / 0.2);
}

.border-b-ipnvaluers-500\/25 {
  border-bottom-color: rgb(245 174 21 / 0.25);
}

.border-b-ipnvaluers-500\/30 {
  border-bottom-color: rgb(245 174 21 / 0.3);
}

.border-b-ipnvaluers-500\/40 {
  border-bottom-color: rgb(245 174 21 / 0.4);
}

.border-b-ipnvaluers-500\/5 {
  border-bottom-color: rgb(245 174 21 / 0.05);
}

.border-b-ipnvaluers-500\/50 {
  border-bottom-color: rgb(245 174 21 / 0.5);
}

.border-b-ipnvaluers-500\/60 {
  border-bottom-color: rgb(245 174 21 / 0.6);
}

.border-b-ipnvaluers-500\/70 {
  border-bottom-color: rgb(245 174 21 / 0.7);
}

.border-b-ipnvaluers-500\/75 {
  border-bottom-color: rgb(245 174 21 / 0.75);
}

.border-b-ipnvaluers-500\/80 {
  border-bottom-color: rgb(245 174 21 / 0.8);
}

.border-b-ipnvaluers-500\/90 {
  border-bottom-color: rgb(245 174 21 / 0.9);
}

.border-b-ipnvaluers-500\/95 {
  border-bottom-color: rgb(245 174 21 / 0.95);
}

.border-b-jukejam-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 210 101 / var(--tw-border-opacity));
}

.border-b-jukejam-500\/0 {
  border-bottom-color: rgb(250 210 101 / 0);
}

.border-b-jukejam-500\/10 {
  border-bottom-color: rgb(250 210 101 / 0.1);
}

.border-b-jukejam-500\/100 {
  border-bottom-color: rgb(250 210 101 / 1);
}

.border-b-jukejam-500\/20 {
  border-bottom-color: rgb(250 210 101 / 0.2);
}

.border-b-jukejam-500\/25 {
  border-bottom-color: rgb(250 210 101 / 0.25);
}

.border-b-jukejam-500\/30 {
  border-bottom-color: rgb(250 210 101 / 0.3);
}

.border-b-jukejam-500\/40 {
  border-bottom-color: rgb(250 210 101 / 0.4);
}

.border-b-jukejam-500\/5 {
  border-bottom-color: rgb(250 210 101 / 0.05);
}

.border-b-jukejam-500\/50 {
  border-bottom-color: rgb(250 210 101 / 0.5);
}

.border-b-jukejam-500\/60 {
  border-bottom-color: rgb(250 210 101 / 0.6);
}

.border-b-jukejam-500\/70 {
  border-bottom-color: rgb(250 210 101 / 0.7);
}

.border-b-jukejam-500\/75 {
  border-bottom-color: rgb(250 210 101 / 0.75);
}

.border-b-jukejam-500\/80 {
  border-bottom-color: rgb(250 210 101 / 0.8);
}

.border-b-jukejam-500\/90 {
  border-bottom-color: rgb(250 210 101 / 0.9);
}

.border-b-jukejam-500\/95 {
  border-bottom-color: rgb(250 210 101 / 0.95);
}

.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-nafisa-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(153 53 10 / var(--tw-border-opacity));
}

.border-b-nafisa-500\/0 {
  border-bottom-color: rgb(153 53 10 / 0);
}

.border-b-nafisa-500\/10 {
  border-bottom-color: rgb(153 53 10 / 0.1);
}

.border-b-nafisa-500\/100 {
  border-bottom-color: rgb(153 53 10 / 1);
}

.border-b-nafisa-500\/20 {
  border-bottom-color: rgb(153 53 10 / 0.2);
}

.border-b-nafisa-500\/25 {
  border-bottom-color: rgb(153 53 10 / 0.25);
}

.border-b-nafisa-500\/30 {
  border-bottom-color: rgb(153 53 10 / 0.3);
}

.border-b-nafisa-500\/40 {
  border-bottom-color: rgb(153 53 10 / 0.4);
}

.border-b-nafisa-500\/5 {
  border-bottom-color: rgb(153 53 10 / 0.05);
}

.border-b-nafisa-500\/50 {
  border-bottom-color: rgb(153 53 10 / 0.5);
}

.border-b-nafisa-500\/60 {
  border-bottom-color: rgb(153 53 10 / 0.6);
}

.border-b-nafisa-500\/70 {
  border-bottom-color: rgb(153 53 10 / 0.7);
}

.border-b-nafisa-500\/75 {
  border-bottom-color: rgb(153 53 10 / 0.75);
}

.border-b-nafisa-500\/80 {
  border-bottom-color: rgb(153 53 10 / 0.8);
}

.border-b-nafisa-500\/90 {
  border-bottom-color: rgb(153 53 10 / 0.9);
}

.border-b-nafisa-500\/95 {
  border-bottom-color: rgb(153 53 10 / 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-ozc-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 239 235 / var(--tw-border-opacity));
}

.border-b-ozc-100\/0 {
  border-bottom-color: rgb(255 239 235 / 0);
}

.border-b-ozc-100\/10 {
  border-bottom-color: rgb(255 239 235 / 0.1);
}

.border-b-ozc-100\/100 {
  border-bottom-color: rgb(255 239 235 / 1);
}

.border-b-ozc-100\/20 {
  border-bottom-color: rgb(255 239 235 / 0.2);
}

.border-b-ozc-100\/25 {
  border-bottom-color: rgb(255 239 235 / 0.25);
}

.border-b-ozc-100\/30 {
  border-bottom-color: rgb(255 239 235 / 0.3);
}

.border-b-ozc-100\/40 {
  border-bottom-color: rgb(255 239 235 / 0.4);
}

.border-b-ozc-100\/5 {
  border-bottom-color: rgb(255 239 235 / 0.05);
}

.border-b-ozc-100\/50 {
  border-bottom-color: rgb(255 239 235 / 0.5);
}

.border-b-ozc-100\/60 {
  border-bottom-color: rgb(255 239 235 / 0.6);
}

.border-b-ozc-100\/70 {
  border-bottom-color: rgb(255 239 235 / 0.7);
}

.border-b-ozc-100\/75 {
  border-bottom-color: rgb(255 239 235 / 0.75);
}

.border-b-ozc-100\/80 {
  border-bottom-color: rgb(255 239 235 / 0.8);
}

.border-b-ozc-100\/90 {
  border-bottom-color: rgb(255 239 235 / 0.9);
}

.border-b-ozc-100\/95 {
  border-bottom-color: rgb(255 239 235 / 0.95);
}

.border-b-ozc-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 225 222 / var(--tw-border-opacity));
}

.border-b-ozc-200\/0 {
  border-bottom-color: rgb(253 225 222 / 0);
}

.border-b-ozc-200\/10 {
  border-bottom-color: rgb(253 225 222 / 0.1);
}

.border-b-ozc-200\/100 {
  border-bottom-color: rgb(253 225 222 / 1);
}

.border-b-ozc-200\/20 {
  border-bottom-color: rgb(253 225 222 / 0.2);
}

.border-b-ozc-200\/25 {
  border-bottom-color: rgb(253 225 222 / 0.25);
}

.border-b-ozc-200\/30 {
  border-bottom-color: rgb(253 225 222 / 0.3);
}

.border-b-ozc-200\/40 {
  border-bottom-color: rgb(253 225 222 / 0.4);
}

.border-b-ozc-200\/5 {
  border-bottom-color: rgb(253 225 222 / 0.05);
}

.border-b-ozc-200\/50 {
  border-bottom-color: rgb(253 225 222 / 0.5);
}

.border-b-ozc-200\/60 {
  border-bottom-color: rgb(253 225 222 / 0.6);
}

.border-b-ozc-200\/70 {
  border-bottom-color: rgb(253 225 222 / 0.7);
}

.border-b-ozc-200\/75 {
  border-bottom-color: rgb(253 225 222 / 0.75);
}

.border-b-ozc-200\/80 {
  border-bottom-color: rgb(253 225 222 / 0.8);
}

.border-b-ozc-200\/90 {
  border-bottom-color: rgb(253 225 222 / 0.9);
}

.border-b-ozc-200\/95 {
  border-bottom-color: rgb(253 225 222 / 0.95);
}

.border-b-ozc-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(248 181 181 / var(--tw-border-opacity));
}

.border-b-ozc-300\/0 {
  border-bottom-color: rgb(248 181 181 / 0);
}

.border-b-ozc-300\/10 {
  border-bottom-color: rgb(248 181 181 / 0.1);
}

.border-b-ozc-300\/100 {
  border-bottom-color: rgb(248 181 181 / 1);
}

.border-b-ozc-300\/20 {
  border-bottom-color: rgb(248 181 181 / 0.2);
}

.border-b-ozc-300\/25 {
  border-bottom-color: rgb(248 181 181 / 0.25);
}

.border-b-ozc-300\/30 {
  border-bottom-color: rgb(248 181 181 / 0.3);
}

.border-b-ozc-300\/40 {
  border-bottom-color: rgb(248 181 181 / 0.4);
}

.border-b-ozc-300\/5 {
  border-bottom-color: rgb(248 181 181 / 0.05);
}

.border-b-ozc-300\/50 {
  border-bottom-color: rgb(248 181 181 / 0.5);
}

.border-b-ozc-300\/60 {
  border-bottom-color: rgb(248 181 181 / 0.6);
}

.border-b-ozc-300\/70 {
  border-bottom-color: rgb(248 181 181 / 0.7);
}

.border-b-ozc-300\/75 {
  border-bottom-color: rgb(248 181 181 / 0.75);
}

.border-b-ozc-300\/80 {
  border-bottom-color: rgb(248 181 181 / 0.8);
}

.border-b-ozc-300\/90 {
  border-bottom-color: rgb(248 181 181 / 0.9);
}

.border-b-ozc-300\/95 {
  border-bottom-color: rgb(248 181 181 / 0.95);
}

.border-b-ozc-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 189 173 / var(--tw-border-opacity));
}

.border-b-ozc-400\/0 {
  border-bottom-color: rgb(250 189 173 / 0);
}

.border-b-ozc-400\/10 {
  border-bottom-color: rgb(250 189 173 / 0.1);
}

.border-b-ozc-400\/100 {
  border-bottom-color: rgb(250 189 173 / 1);
}

.border-b-ozc-400\/20 {
  border-bottom-color: rgb(250 189 173 / 0.2);
}

.border-b-ozc-400\/25 {
  border-bottom-color: rgb(250 189 173 / 0.25);
}

.border-b-ozc-400\/30 {
  border-bottom-color: rgb(250 189 173 / 0.3);
}

.border-b-ozc-400\/40 {
  border-bottom-color: rgb(250 189 173 / 0.4);
}

.border-b-ozc-400\/5 {
  border-bottom-color: rgb(250 189 173 / 0.05);
}

.border-b-ozc-400\/50 {
  border-bottom-color: rgb(250 189 173 / 0.5);
}

.border-b-ozc-400\/60 {
  border-bottom-color: rgb(250 189 173 / 0.6);
}

.border-b-ozc-400\/70 {
  border-bottom-color: rgb(250 189 173 / 0.7);
}

.border-b-ozc-400\/75 {
  border-bottom-color: rgb(250 189 173 / 0.75);
}

.border-b-ozc-400\/80 {
  border-bottom-color: rgb(250 189 173 / 0.8);
}

.border-b-ozc-400\/90 {
  border-bottom-color: rgb(250 189 173 / 0.9);
}

.border-b-ozc-400\/95 {
  border-bottom-color: rgb(250 189 173 / 0.95);
}

.border-b-ozc-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 243 232 / var(--tw-border-opacity));
}

.border-b-ozc-50\/0 {
  border-bottom-color: rgb(254 243 232 / 0);
}

.border-b-ozc-50\/10 {
  border-bottom-color: rgb(254 243 232 / 0.1);
}

.border-b-ozc-50\/100 {
  border-bottom-color: rgb(254 243 232 / 1);
}

.border-b-ozc-50\/20 {
  border-bottom-color: rgb(254 243 232 / 0.2);
}

.border-b-ozc-50\/25 {
  border-bottom-color: rgb(254 243 232 / 0.25);
}

.border-b-ozc-50\/30 {
  border-bottom-color: rgb(254 243 232 / 0.3);
}

.border-b-ozc-50\/40 {
  border-bottom-color: rgb(254 243 232 / 0.4);
}

.border-b-ozc-50\/5 {
  border-bottom-color: rgb(254 243 232 / 0.05);
}

.border-b-ozc-50\/50 {
  border-bottom-color: rgb(254 243 232 / 0.5);
}

.border-b-ozc-50\/60 {
  border-bottom-color: rgb(254 243 232 / 0.6);
}

.border-b-ozc-50\/70 {
  border-bottom-color: rgb(254 243 232 / 0.7);
}

.border-b-ozc-50\/75 {
  border-bottom-color: rgb(254 243 232 / 0.75);
}

.border-b-ozc-50\/80 {
  border-bottom-color: rgb(254 243 232 / 0.8);
}

.border-b-ozc-50\/90 {
  border-bottom-color: rgb(254 243 232 / 0.9);
}

.border-b-ozc-50\/95 {
  border-bottom-color: rgb(254 243 232 / 0.95);
}

.border-b-ozc-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 110 96 / var(--tw-border-opacity));
}

.border-b-ozc-500\/0 {
  border-bottom-color: rgb(255 110 96 / 0);
}

.border-b-ozc-500\/10 {
  border-bottom-color: rgb(255 110 96 / 0.1);
}

.border-b-ozc-500\/100 {
  border-bottom-color: rgb(255 110 96 / 1);
}

.border-b-ozc-500\/20 {
  border-bottom-color: rgb(255 110 96 / 0.2);
}

.border-b-ozc-500\/25 {
  border-bottom-color: rgb(255 110 96 / 0.25);
}

.border-b-ozc-500\/30 {
  border-bottom-color: rgb(255 110 96 / 0.3);
}

.border-b-ozc-500\/40 {
  border-bottom-color: rgb(255 110 96 / 0.4);
}

.border-b-ozc-500\/5 {
  border-bottom-color: rgb(255 110 96 / 0.05);
}

.border-b-ozc-500\/50 {
  border-bottom-color: rgb(255 110 96 / 0.5);
}

.border-b-ozc-500\/60 {
  border-bottom-color: rgb(255 110 96 / 0.6);
}

.border-b-ozc-500\/70 {
  border-bottom-color: rgb(255 110 96 / 0.7);
}

.border-b-ozc-500\/75 {
  border-bottom-color: rgb(255 110 96 / 0.75);
}

.border-b-ozc-500\/80 {
  border-bottom-color: rgb(255 110 96 / 0.8);
}

.border-b-ozc-500\/90 {
  border-bottom-color: rgb(255 110 96 / 0.9);
}

.border-b-ozc-500\/95 {
  border-bottom-color: rgb(255 110 96 / 0.95);
}

.border-b-ozc-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 169 140 / var(--tw-border-opacity));
}

.border-b-ozc-600\/0 {
  border-bottom-color: rgb(249 169 140 / 0);
}

.border-b-ozc-600\/10 {
  border-bottom-color: rgb(249 169 140 / 0.1);
}

.border-b-ozc-600\/100 {
  border-bottom-color: rgb(249 169 140 / 1);
}

.border-b-ozc-600\/20 {
  border-bottom-color: rgb(249 169 140 / 0.2);
}

.border-b-ozc-600\/25 {
  border-bottom-color: rgb(249 169 140 / 0.25);
}

.border-b-ozc-600\/30 {
  border-bottom-color: rgb(249 169 140 / 0.3);
}

.border-b-ozc-600\/40 {
  border-bottom-color: rgb(249 169 140 / 0.4);
}

.border-b-ozc-600\/5 {
  border-bottom-color: rgb(249 169 140 / 0.05);
}

.border-b-ozc-600\/50 {
  border-bottom-color: rgb(249 169 140 / 0.5);
}

.border-b-ozc-600\/60 {
  border-bottom-color: rgb(249 169 140 / 0.6);
}

.border-b-ozc-600\/70 {
  border-bottom-color: rgb(249 169 140 / 0.7);
}

.border-b-ozc-600\/75 {
  border-bottom-color: rgb(249 169 140 / 0.75);
}

.border-b-ozc-600\/80 {
  border-bottom-color: rgb(249 169 140 / 0.8);
}

.border-b-ozc-600\/90 {
  border-bottom-color: rgb(249 169 140 / 0.9);
}

.border-b-ozc-600\/95 {
  border-bottom-color: rgb(249 169 140 / 0.95);
}

.border-b-ozc-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(246 148 114 / var(--tw-border-opacity));
}

.border-b-ozc-700\/0 {
  border-bottom-color: rgb(246 148 114 / 0);
}

.border-b-ozc-700\/10 {
  border-bottom-color: rgb(246 148 114 / 0.1);
}

.border-b-ozc-700\/100 {
  border-bottom-color: rgb(246 148 114 / 1);
}

.border-b-ozc-700\/20 {
  border-bottom-color: rgb(246 148 114 / 0.2);
}

.border-b-ozc-700\/25 {
  border-bottom-color: rgb(246 148 114 / 0.25);
}

.border-b-ozc-700\/30 {
  border-bottom-color: rgb(246 148 114 / 0.3);
}

.border-b-ozc-700\/40 {
  border-bottom-color: rgb(246 148 114 / 0.4);
}

.border-b-ozc-700\/5 {
  border-bottom-color: rgb(246 148 114 / 0.05);
}

.border-b-ozc-700\/50 {
  border-bottom-color: rgb(246 148 114 / 0.5);
}

.border-b-ozc-700\/60 {
  border-bottom-color: rgb(246 148 114 / 0.6);
}

.border-b-ozc-700\/70 {
  border-bottom-color: rgb(246 148 114 / 0.7);
}

.border-b-ozc-700\/75 {
  border-bottom-color: rgb(246 148 114 / 0.75);
}

.border-b-ozc-700\/80 {
  border-bottom-color: rgb(246 148 114 / 0.8);
}

.border-b-ozc-700\/90 {
  border-bottom-color: rgb(246 148 114 / 0.9);
}

.border-b-ozc-700\/95 {
  border-bottom-color: rgb(246 148 114 / 0.95);
}

.border-b-ozc-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 144 136 / var(--tw-border-opacity));
}

.border-b-ozc-800\/0 {
  border-bottom-color: rgb(245 144 136 / 0);
}

.border-b-ozc-800\/10 {
  border-bottom-color: rgb(245 144 136 / 0.1);
}

.border-b-ozc-800\/100 {
  border-bottom-color: rgb(245 144 136 / 1);
}

.border-b-ozc-800\/20 {
  border-bottom-color: rgb(245 144 136 / 0.2);
}

.border-b-ozc-800\/25 {
  border-bottom-color: rgb(245 144 136 / 0.25);
}

.border-b-ozc-800\/30 {
  border-bottom-color: rgb(245 144 136 / 0.3);
}

.border-b-ozc-800\/40 {
  border-bottom-color: rgb(245 144 136 / 0.4);
}

.border-b-ozc-800\/5 {
  border-bottom-color: rgb(245 144 136 / 0.05);
}

.border-b-ozc-800\/50 {
  border-bottom-color: rgb(245 144 136 / 0.5);
}

.border-b-ozc-800\/60 {
  border-bottom-color: rgb(245 144 136 / 0.6);
}

.border-b-ozc-800\/70 {
  border-bottom-color: rgb(245 144 136 / 0.7);
}

.border-b-ozc-800\/75 {
  border-bottom-color: rgb(245 144 136 / 0.75);
}

.border-b-ozc-800\/80 {
  border-bottom-color: rgb(245 144 136 / 0.8);
}

.border-b-ozc-800\/90 {
  border-bottom-color: rgb(245 144 136 / 0.9);
}

.border-b-ozc-800\/95 {
  border-bottom-color: rgb(245 144 136 / 0.95);
}

.border-b-ozc-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(243 121 124 / var(--tw-border-opacity));
}

.border-b-ozc-900\/0 {
  border-bottom-color: rgb(243 121 124 / 0);
}

.border-b-ozc-900\/10 {
  border-bottom-color: rgb(243 121 124 / 0.1);
}

.border-b-ozc-900\/100 {
  border-bottom-color: rgb(243 121 124 / 1);
}

.border-b-ozc-900\/20 {
  border-bottom-color: rgb(243 121 124 / 0.2);
}

.border-b-ozc-900\/25 {
  border-bottom-color: rgb(243 121 124 / 0.25);
}

.border-b-ozc-900\/30 {
  border-bottom-color: rgb(243 121 124 / 0.3);
}

.border-b-ozc-900\/40 {
  border-bottom-color: rgb(243 121 124 / 0.4);
}

.border-b-ozc-900\/5 {
  border-bottom-color: rgb(243 121 124 / 0.05);
}

.border-b-ozc-900\/50 {
  border-bottom-color: rgb(243 121 124 / 0.5);
}

.border-b-ozc-900\/60 {
  border-bottom-color: rgb(243 121 124 / 0.6);
}

.border-b-ozc-900\/70 {
  border-bottom-color: rgb(243 121 124 / 0.7);
}

.border-b-ozc-900\/75 {
  border-bottom-color: rgb(243 121 124 / 0.75);
}

.border-b-ozc-900\/80 {
  border-bottom-color: rgb(243 121 124 / 0.8);
}

.border-b-ozc-900\/90 {
  border-bottom-color: rgb(243 121 124 / 0.9);
}

.border-b-ozc-900\/95 {
  border-bottom-color: rgb(243 121 124 / 0.95);
}

.border-b-ozc-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.border-b-ozc-950\/0 {
  border-bottom-color: rgb(42 45 51 / 0);
}

.border-b-ozc-950\/10 {
  border-bottom-color: rgb(42 45 51 / 0.1);
}

.border-b-ozc-950\/100 {
  border-bottom-color: rgb(42 45 51 / 1);
}

.border-b-ozc-950\/20 {
  border-bottom-color: rgb(42 45 51 / 0.2);
}

.border-b-ozc-950\/25 {
  border-bottom-color: rgb(42 45 51 / 0.25);
}

.border-b-ozc-950\/30 {
  border-bottom-color: rgb(42 45 51 / 0.3);
}

.border-b-ozc-950\/40 {
  border-bottom-color: rgb(42 45 51 / 0.4);
}

.border-b-ozc-950\/5 {
  border-bottom-color: rgb(42 45 51 / 0.05);
}

.border-b-ozc-950\/50 {
  border-bottom-color: rgb(42 45 51 / 0.5);
}

.border-b-ozc-950\/60 {
  border-bottom-color: rgb(42 45 51 / 0.6);
}

.border-b-ozc-950\/70 {
  border-bottom-color: rgb(42 45 51 / 0.7);
}

.border-b-ozc-950\/75 {
  border-bottom-color: rgb(42 45 51 / 0.75);
}

.border-b-ozc-950\/80 {
  border-bottom-color: rgb(42 45 51 / 0.8);
}

.border-b-ozc-950\/90 {
  border-bottom-color: rgb(42 45 51 / 0.9);
}

.border-b-ozc-950\/95 {
  border-bottom-color: rgb(42 45 51 / 0.95);
}

.border-b-ozc-alt-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 250 230 / var(--tw-border-opacity));
}

.border-b-ozc-alt-100\/0 {
  border-bottom-color: rgb(255 250 230 / 0);
}

.border-b-ozc-alt-100\/10 {
  border-bottom-color: rgb(255 250 230 / 0.1);
}

.border-b-ozc-alt-100\/100 {
  border-bottom-color: rgb(255 250 230 / 1);
}

.border-b-ozc-alt-100\/20 {
  border-bottom-color: rgb(255 250 230 / 0.2);
}

.border-b-ozc-alt-100\/25 {
  border-bottom-color: rgb(255 250 230 / 0.25);
}

.border-b-ozc-alt-100\/30 {
  border-bottom-color: rgb(255 250 230 / 0.3);
}

.border-b-ozc-alt-100\/40 {
  border-bottom-color: rgb(255 250 230 / 0.4);
}

.border-b-ozc-alt-100\/5 {
  border-bottom-color: rgb(255 250 230 / 0.05);
}

.border-b-ozc-alt-100\/50 {
  border-bottom-color: rgb(255 250 230 / 0.5);
}

.border-b-ozc-alt-100\/60 {
  border-bottom-color: rgb(255 250 230 / 0.6);
}

.border-b-ozc-alt-100\/70 {
  border-bottom-color: rgb(255 250 230 / 0.7);
}

.border-b-ozc-alt-100\/75 {
  border-bottom-color: rgb(255 250 230 / 0.75);
}

.border-b-ozc-alt-100\/80 {
  border-bottom-color: rgb(255 250 230 / 0.8);
}

.border-b-ozc-alt-100\/90 {
  border-bottom-color: rgb(255 250 230 / 0.9);
}

.border-b-ozc-alt-100\/95 {
  border-bottom-color: rgb(255 250 230 / 0.95);
}

.border-b-ozc-alt-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 242 193 / var(--tw-border-opacity));
}

.border-b-ozc-alt-200\/0 {
  border-bottom-color: rgb(255 242 193 / 0);
}

.border-b-ozc-alt-200\/10 {
  border-bottom-color: rgb(255 242 193 / 0.1);
}

.border-b-ozc-alt-200\/100 {
  border-bottom-color: rgb(255 242 193 / 1);
}

.border-b-ozc-alt-200\/20 {
  border-bottom-color: rgb(255 242 193 / 0.2);
}

.border-b-ozc-alt-200\/25 {
  border-bottom-color: rgb(255 242 193 / 0.25);
}

.border-b-ozc-alt-200\/30 {
  border-bottom-color: rgb(255 242 193 / 0.3);
}

.border-b-ozc-alt-200\/40 {
  border-bottom-color: rgb(255 242 193 / 0.4);
}

.border-b-ozc-alt-200\/5 {
  border-bottom-color: rgb(255 242 193 / 0.05);
}

.border-b-ozc-alt-200\/50 {
  border-bottom-color: rgb(255 242 193 / 0.5);
}

.border-b-ozc-alt-200\/60 {
  border-bottom-color: rgb(255 242 193 / 0.6);
}

.border-b-ozc-alt-200\/70 {
  border-bottom-color: rgb(255 242 193 / 0.7);
}

.border-b-ozc-alt-200\/75 {
  border-bottom-color: rgb(255 242 193 / 0.75);
}

.border-b-ozc-alt-200\/80 {
  border-bottom-color: rgb(255 242 193 / 0.8);
}

.border-b-ozc-alt-200\/90 {
  border-bottom-color: rgb(255 242 193 / 0.9);
}

.border-b-ozc-alt-200\/95 {
  border-bottom-color: rgb(255 242 193 / 0.95);
}

.border-b-ozc-alt-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 235 155 / var(--tw-border-opacity));
}

.border-b-ozc-alt-300\/0 {
  border-bottom-color: rgb(255 235 155 / 0);
}

.border-b-ozc-alt-300\/10 {
  border-bottom-color: rgb(255 235 155 / 0.1);
}

.border-b-ozc-alt-300\/100 {
  border-bottom-color: rgb(255 235 155 / 1);
}

.border-b-ozc-alt-300\/20 {
  border-bottom-color: rgb(255 235 155 / 0.2);
}

.border-b-ozc-alt-300\/25 {
  border-bottom-color: rgb(255 235 155 / 0.25);
}

.border-b-ozc-alt-300\/30 {
  border-bottom-color: rgb(255 235 155 / 0.3);
}

.border-b-ozc-alt-300\/40 {
  border-bottom-color: rgb(255 235 155 / 0.4);
}

.border-b-ozc-alt-300\/5 {
  border-bottom-color: rgb(255 235 155 / 0.05);
}

.border-b-ozc-alt-300\/50 {
  border-bottom-color: rgb(255 235 155 / 0.5);
}

.border-b-ozc-alt-300\/60 {
  border-bottom-color: rgb(255 235 155 / 0.6);
}

.border-b-ozc-alt-300\/70 {
  border-bottom-color: rgb(255 235 155 / 0.7);
}

.border-b-ozc-alt-300\/75 {
  border-bottom-color: rgb(255 235 155 / 0.75);
}

.border-b-ozc-alt-300\/80 {
  border-bottom-color: rgb(255 235 155 / 0.8);
}

.border-b-ozc-alt-300\/90 {
  border-bottom-color: rgb(255 235 155 / 0.9);
}

.border-b-ozc-alt-300\/95 {
  border-bottom-color: rgb(255 235 155 / 0.95);
}

.border-b-ozc-alt-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 219 80 / var(--tw-border-opacity));
}

.border-b-ozc-alt-400\/0 {
  border-bottom-color: rgb(255 219 80 / 0);
}

.border-b-ozc-alt-400\/10 {
  border-bottom-color: rgb(255 219 80 / 0.1);
}

.border-b-ozc-alt-400\/100 {
  border-bottom-color: rgb(255 219 80 / 1);
}

.border-b-ozc-alt-400\/20 {
  border-bottom-color: rgb(255 219 80 / 0.2);
}

.border-b-ozc-alt-400\/25 {
  border-bottom-color: rgb(255 219 80 / 0.25);
}

.border-b-ozc-alt-400\/30 {
  border-bottom-color: rgb(255 219 80 / 0.3);
}

.border-b-ozc-alt-400\/40 {
  border-bottom-color: rgb(255 219 80 / 0.4);
}

.border-b-ozc-alt-400\/5 {
  border-bottom-color: rgb(255 219 80 / 0.05);
}

.border-b-ozc-alt-400\/50 {
  border-bottom-color: rgb(255 219 80 / 0.5);
}

.border-b-ozc-alt-400\/60 {
  border-bottom-color: rgb(255 219 80 / 0.6);
}

.border-b-ozc-alt-400\/70 {
  border-bottom-color: rgb(255 219 80 / 0.7);
}

.border-b-ozc-alt-400\/75 {
  border-bottom-color: rgb(255 219 80 / 0.75);
}

.border-b-ozc-alt-400\/80 {
  border-bottom-color: rgb(255 219 80 / 0.8);
}

.border-b-ozc-alt-400\/90 {
  border-bottom-color: rgb(255 219 80 / 0.9);
}

.border-b-ozc-alt-400\/95 {
  border-bottom-color: rgb(255 219 80 / 0.95);
}

.border-b-ozc-alt-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 252 243 / var(--tw-border-opacity));
}

.border-b-ozc-alt-50\/0 {
  border-bottom-color: rgb(255 252 243 / 0);
}

.border-b-ozc-alt-50\/10 {
  border-bottom-color: rgb(255 252 243 / 0.1);
}

.border-b-ozc-alt-50\/100 {
  border-bottom-color: rgb(255 252 243 / 1);
}

.border-b-ozc-alt-50\/20 {
  border-bottom-color: rgb(255 252 243 / 0.2);
}

.border-b-ozc-alt-50\/25 {
  border-bottom-color: rgb(255 252 243 / 0.25);
}

.border-b-ozc-alt-50\/30 {
  border-bottom-color: rgb(255 252 243 / 0.3);
}

.border-b-ozc-alt-50\/40 {
  border-bottom-color: rgb(255 252 243 / 0.4);
}

.border-b-ozc-alt-50\/5 {
  border-bottom-color: rgb(255 252 243 / 0.05);
}

.border-b-ozc-alt-50\/50 {
  border-bottom-color: rgb(255 252 243 / 0.5);
}

.border-b-ozc-alt-50\/60 {
  border-bottom-color: rgb(255 252 243 / 0.6);
}

.border-b-ozc-alt-50\/70 {
  border-bottom-color: rgb(255 252 243 / 0.7);
}

.border-b-ozc-alt-50\/75 {
  border-bottom-color: rgb(255 252 243 / 0.75);
}

.border-b-ozc-alt-50\/80 {
  border-bottom-color: rgb(255 252 243 / 0.8);
}

.border-b-ozc-alt-50\/90 {
  border-bottom-color: rgb(255 252 243 / 0.9);
}

.border-b-ozc-alt-50\/95 {
  border-bottom-color: rgb(255 252 243 / 0.95);
}

.border-b-ozc-alt-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 204 5 / var(--tw-border-opacity));
}

.border-b-ozc-alt-500\/0 {
  border-bottom-color: rgb(255 204 5 / 0);
}

.border-b-ozc-alt-500\/10 {
  border-bottom-color: rgb(255 204 5 / 0.1);
}

.border-b-ozc-alt-500\/100 {
  border-bottom-color: rgb(255 204 5 / 1);
}

.border-b-ozc-alt-500\/20 {
  border-bottom-color: rgb(255 204 5 / 0.2);
}

.border-b-ozc-alt-500\/25 {
  border-bottom-color: rgb(255 204 5 / 0.25);
}

.border-b-ozc-alt-500\/30 {
  border-bottom-color: rgb(255 204 5 / 0.3);
}

.border-b-ozc-alt-500\/40 {
  border-bottom-color: rgb(255 204 5 / 0.4);
}

.border-b-ozc-alt-500\/5 {
  border-bottom-color: rgb(255 204 5 / 0.05);
}

.border-b-ozc-alt-500\/50 {
  border-bottom-color: rgb(255 204 5 / 0.5);
}

.border-b-ozc-alt-500\/60 {
  border-bottom-color: rgb(255 204 5 / 0.6);
}

.border-b-ozc-alt-500\/70 {
  border-bottom-color: rgb(255 204 5 / 0.7);
}

.border-b-ozc-alt-500\/75 {
  border-bottom-color: rgb(255 204 5 / 0.75);
}

.border-b-ozc-alt-500\/80 {
  border-bottom-color: rgb(255 204 5 / 0.8);
}

.border-b-ozc-alt-500\/90 {
  border-bottom-color: rgb(255 204 5 / 0.9);
}

.border-b-ozc-alt-500\/95 {
  border-bottom-color: rgb(255 204 5 / 0.95);
}

.border-b-ozc-alt-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(230 184 5 / var(--tw-border-opacity));
}

.border-b-ozc-alt-600\/0 {
  border-bottom-color: rgb(230 184 5 / 0);
}

.border-b-ozc-alt-600\/10 {
  border-bottom-color: rgb(230 184 5 / 0.1);
}

.border-b-ozc-alt-600\/100 {
  border-bottom-color: rgb(230 184 5 / 1);
}

.border-b-ozc-alt-600\/20 {
  border-bottom-color: rgb(230 184 5 / 0.2);
}

.border-b-ozc-alt-600\/25 {
  border-bottom-color: rgb(230 184 5 / 0.25);
}

.border-b-ozc-alt-600\/30 {
  border-bottom-color: rgb(230 184 5 / 0.3);
}

.border-b-ozc-alt-600\/40 {
  border-bottom-color: rgb(230 184 5 / 0.4);
}

.border-b-ozc-alt-600\/5 {
  border-bottom-color: rgb(230 184 5 / 0.05);
}

.border-b-ozc-alt-600\/50 {
  border-bottom-color: rgb(230 184 5 / 0.5);
}

.border-b-ozc-alt-600\/60 {
  border-bottom-color: rgb(230 184 5 / 0.6);
}

.border-b-ozc-alt-600\/70 {
  border-bottom-color: rgb(230 184 5 / 0.7);
}

.border-b-ozc-alt-600\/75 {
  border-bottom-color: rgb(230 184 5 / 0.75);
}

.border-b-ozc-alt-600\/80 {
  border-bottom-color: rgb(230 184 5 / 0.8);
}

.border-b-ozc-alt-600\/90 {
  border-bottom-color: rgb(230 184 5 / 0.9);
}

.border-b-ozc-alt-600\/95 {
  border-bottom-color: rgb(230 184 5 / 0.95);
}

.border-b-ozc-alt-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(153 122 3 / var(--tw-border-opacity));
}

.border-b-ozc-alt-700\/0 {
  border-bottom-color: rgb(153 122 3 / 0);
}

.border-b-ozc-alt-700\/10 {
  border-bottom-color: rgb(153 122 3 / 0.1);
}

.border-b-ozc-alt-700\/100 {
  border-bottom-color: rgb(153 122 3 / 1);
}

.border-b-ozc-alt-700\/20 {
  border-bottom-color: rgb(153 122 3 / 0.2);
}

.border-b-ozc-alt-700\/25 {
  border-bottom-color: rgb(153 122 3 / 0.25);
}

.border-b-ozc-alt-700\/30 {
  border-bottom-color: rgb(153 122 3 / 0.3);
}

.border-b-ozc-alt-700\/40 {
  border-bottom-color: rgb(153 122 3 / 0.4);
}

.border-b-ozc-alt-700\/5 {
  border-bottom-color: rgb(153 122 3 / 0.05);
}

.border-b-ozc-alt-700\/50 {
  border-bottom-color: rgb(153 122 3 / 0.5);
}

.border-b-ozc-alt-700\/60 {
  border-bottom-color: rgb(153 122 3 / 0.6);
}

.border-b-ozc-alt-700\/70 {
  border-bottom-color: rgb(153 122 3 / 0.7);
}

.border-b-ozc-alt-700\/75 {
  border-bottom-color: rgb(153 122 3 / 0.75);
}

.border-b-ozc-alt-700\/80 {
  border-bottom-color: rgb(153 122 3 / 0.8);
}

.border-b-ozc-alt-700\/90 {
  border-bottom-color: rgb(153 122 3 / 0.9);
}

.border-b-ozc-alt-700\/95 {
  border-bottom-color: rgb(153 122 3 / 0.95);
}

.border-b-ozc-alt-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(115 92 2 / var(--tw-border-opacity));
}

.border-b-ozc-alt-800\/0 {
  border-bottom-color: rgb(115 92 2 / 0);
}

.border-b-ozc-alt-800\/10 {
  border-bottom-color: rgb(115 92 2 / 0.1);
}

.border-b-ozc-alt-800\/100 {
  border-bottom-color: rgb(115 92 2 / 1);
}

.border-b-ozc-alt-800\/20 {
  border-bottom-color: rgb(115 92 2 / 0.2);
}

.border-b-ozc-alt-800\/25 {
  border-bottom-color: rgb(115 92 2 / 0.25);
}

.border-b-ozc-alt-800\/30 {
  border-bottom-color: rgb(115 92 2 / 0.3);
}

.border-b-ozc-alt-800\/40 {
  border-bottom-color: rgb(115 92 2 / 0.4);
}

.border-b-ozc-alt-800\/5 {
  border-bottom-color: rgb(115 92 2 / 0.05);
}

.border-b-ozc-alt-800\/50 {
  border-bottom-color: rgb(115 92 2 / 0.5);
}

.border-b-ozc-alt-800\/60 {
  border-bottom-color: rgb(115 92 2 / 0.6);
}

.border-b-ozc-alt-800\/70 {
  border-bottom-color: rgb(115 92 2 / 0.7);
}

.border-b-ozc-alt-800\/75 {
  border-bottom-color: rgb(115 92 2 / 0.75);
}

.border-b-ozc-alt-800\/80 {
  border-bottom-color: rgb(115 92 2 / 0.8);
}

.border-b-ozc-alt-800\/90 {
  border-bottom-color: rgb(115 92 2 / 0.9);
}

.border-b-ozc-alt-800\/95 {
  border-bottom-color: rgb(115 92 2 / 0.95);
}

.border-b-ozc-alt-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.border-b-ozc-alt-900\/0 {
  border-bottom-color: rgb(42 45 51 / 0);
}

.border-b-ozc-alt-900\/10 {
  border-bottom-color: rgb(42 45 51 / 0.1);
}

.border-b-ozc-alt-900\/100 {
  border-bottom-color: rgb(42 45 51 / 1);
}

.border-b-ozc-alt-900\/20 {
  border-bottom-color: rgb(42 45 51 / 0.2);
}

.border-b-ozc-alt-900\/25 {
  border-bottom-color: rgb(42 45 51 / 0.25);
}

.border-b-ozc-alt-900\/30 {
  border-bottom-color: rgb(42 45 51 / 0.3);
}

.border-b-ozc-alt-900\/40 {
  border-bottom-color: rgb(42 45 51 / 0.4);
}

.border-b-ozc-alt-900\/5 {
  border-bottom-color: rgb(42 45 51 / 0.05);
}

.border-b-ozc-alt-900\/50 {
  border-bottom-color: rgb(42 45 51 / 0.5);
}

.border-b-ozc-alt-900\/60 {
  border-bottom-color: rgb(42 45 51 / 0.6);
}

.border-b-ozc-alt-900\/70 {
  border-bottom-color: rgb(42 45 51 / 0.7);
}

.border-b-ozc-alt-900\/75 {
  border-bottom-color: rgb(42 45 51 / 0.75);
}

.border-b-ozc-alt-900\/80 {
  border-bottom-color: rgb(42 45 51 / 0.8);
}

.border-b-ozc-alt-900\/90 {
  border-bottom-color: rgb(42 45 51 / 0.9);
}

.border-b-ozc-alt-900\/95 {
  border-bottom-color: rgb(42 45 51 / 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-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-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-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-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-tykhe-digital {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(239 156 131 / var(--tw-border-opacity));
}

.border-b-tykhe-digital-alt {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 239 224 / var(--tw-border-opacity));
}

.border-b-tykhe-digital-alt\/0 {
  border-bottom-color: rgb(245 239 224 / 0);
}

.border-b-tykhe-digital-alt\/10 {
  border-bottom-color: rgb(245 239 224 / 0.1);
}

.border-b-tykhe-digital-alt\/100 {
  border-bottom-color: rgb(245 239 224 / 1);
}

.border-b-tykhe-digital-alt\/20 {
  border-bottom-color: rgb(245 239 224 / 0.2);
}

.border-b-tykhe-digital-alt\/25 {
  border-bottom-color: rgb(245 239 224 / 0.25);
}

.border-b-tykhe-digital-alt\/30 {
  border-bottom-color: rgb(245 239 224 / 0.3);
}

.border-b-tykhe-digital-alt\/40 {
  border-bottom-color: rgb(245 239 224 / 0.4);
}

.border-b-tykhe-digital-alt\/5 {
  border-bottom-color: rgb(245 239 224 / 0.05);
}

.border-b-tykhe-digital-alt\/50 {
  border-bottom-color: rgb(245 239 224 / 0.5);
}

.border-b-tykhe-digital-alt\/60 {
  border-bottom-color: rgb(245 239 224 / 0.6);
}

.border-b-tykhe-digital-alt\/70 {
  border-bottom-color: rgb(245 239 224 / 0.7);
}

.border-b-tykhe-digital-alt\/75 {
  border-bottom-color: rgb(245 239 224 / 0.75);
}

.border-b-tykhe-digital-alt\/80 {
  border-bottom-color: rgb(245 239 224 / 0.8);
}

.border-b-tykhe-digital-alt\/90 {
  border-bottom-color: rgb(245 239 224 / 0.9);
}

.border-b-tykhe-digital-alt\/95 {
  border-bottom-color: rgb(245 239 224 / 0.95);
}

.border-b-tykhe-digital-alt2 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 58 111 / var(--tw-border-opacity));
}

.border-b-tykhe-digital-alt2\/0 {
  border-bottom-color: rgb(255 58 111 / 0);
}

.border-b-tykhe-digital-alt2\/10 {
  border-bottom-color: rgb(255 58 111 / 0.1);
}

.border-b-tykhe-digital-alt2\/100 {
  border-bottom-color: rgb(255 58 111 / 1);
}

.border-b-tykhe-digital-alt2\/20 {
  border-bottom-color: rgb(255 58 111 / 0.2);
}

.border-b-tykhe-digital-alt2\/25 {
  border-bottom-color: rgb(255 58 111 / 0.25);
}

.border-b-tykhe-digital-alt2\/30 {
  border-bottom-color: rgb(255 58 111 / 0.3);
}

.border-b-tykhe-digital-alt2\/40 {
  border-bottom-color: rgb(255 58 111 / 0.4);
}

.border-b-tykhe-digital-alt2\/5 {
  border-bottom-color: rgb(255 58 111 / 0.05);
}

.border-b-tykhe-digital-alt2\/50 {
  border-bottom-color: rgb(255 58 111 / 0.5);
}

.border-b-tykhe-digital-alt2\/60 {
  border-bottom-color: rgb(255 58 111 / 0.6);
}

.border-b-tykhe-digital-alt2\/70 {
  border-bottom-color: rgb(255 58 111 / 0.7);
}

.border-b-tykhe-digital-alt2\/75 {
  border-bottom-color: rgb(255 58 111 / 0.75);
}

.border-b-tykhe-digital-alt2\/80 {
  border-bottom-color: rgb(255 58 111 / 0.8);
}

.border-b-tykhe-digital-alt2\/90 {
  border-bottom-color: rgb(255 58 111 / 0.9);
}

.border-b-tykhe-digital-alt2\/95 {
  border-bottom-color: rgb(255 58 111 / 0.95);
}

.border-b-tykhe-digital-alt3 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(131 214 239 / var(--tw-border-opacity));
}

.border-b-tykhe-digital-alt3\/0 {
  border-bottom-color: rgb(131 214 239 / 0);
}

.border-b-tykhe-digital-alt3\/10 {
  border-bottom-color: rgb(131 214 239 / 0.1);
}

.border-b-tykhe-digital-alt3\/100 {
  border-bottom-color: rgb(131 214 239 / 1);
}

.border-b-tykhe-digital-alt3\/20 {
  border-bottom-color: rgb(131 214 239 / 0.2);
}

.border-b-tykhe-digital-alt3\/25 {
  border-bottom-color: rgb(131 214 239 / 0.25);
}

.border-b-tykhe-digital-alt3\/30 {
  border-bottom-color: rgb(131 214 239 / 0.3);
}

.border-b-tykhe-digital-alt3\/40 {
  border-bottom-color: rgb(131 214 239 / 0.4);
}

.border-b-tykhe-digital-alt3\/5 {
  border-bottom-color: rgb(131 214 239 / 0.05);
}

.border-b-tykhe-digital-alt3\/50 {
  border-bottom-color: rgb(131 214 239 / 0.5);
}

.border-b-tykhe-digital-alt3\/60 {
  border-bottom-color: rgb(131 214 239 / 0.6);
}

.border-b-tykhe-digital-alt3\/70 {
  border-bottom-color: rgb(131 214 239 / 0.7);
}

.border-b-tykhe-digital-alt3\/75 {
  border-bottom-color: rgb(131 214 239 / 0.75);
}

.border-b-tykhe-digital-alt3\/80 {
  border-bottom-color: rgb(131 214 239 / 0.8);
}

.border-b-tykhe-digital-alt3\/90 {
  border-bottom-color: rgb(131 214 239 / 0.9);
}

.border-b-tykhe-digital-alt3\/95 {
  border-bottom-color: rgb(131 214 239 / 0.95);
}

.border-b-tykhe-digital\/0 {
  border-bottom-color: rgb(239 156 131 / 0);
}

.border-b-tykhe-digital\/10 {
  border-bottom-color: rgb(239 156 131 / 0.1);
}

.border-b-tykhe-digital\/100 {
  border-bottom-color: rgb(239 156 131 / 1);
}

.border-b-tykhe-digital\/20 {
  border-bottom-color: rgb(239 156 131 / 0.2);
}

.border-b-tykhe-digital\/25 {
  border-bottom-color: rgb(239 156 131 / 0.25);
}

.border-b-tykhe-digital\/30 {
  border-bottom-color: rgb(239 156 131 / 0.3);
}

.border-b-tykhe-digital\/40 {
  border-bottom-color: rgb(239 156 131 / 0.4);
}

.border-b-tykhe-digital\/5 {
  border-bottom-color: rgb(239 156 131 / 0.05);
}

.border-b-tykhe-digital\/50 {
  border-bottom-color: rgb(239 156 131 / 0.5);
}

.border-b-tykhe-digital\/60 {
  border-bottom-color: rgb(239 156 131 / 0.6);
}

.border-b-tykhe-digital\/70 {
  border-bottom-color: rgb(239 156 131 / 0.7);
}

.border-b-tykhe-digital\/75 {
  border-bottom-color: rgb(239 156 131 / 0.75);
}

.border-b-tykhe-digital\/80 {
  border-bottom-color: rgb(239 156 131 / 0.8);
}

.border-b-tykhe-digital\/90 {
  border-bottom-color: rgb(239 156 131 / 0.9);
}

.border-b-tykhe-digital\/95 {
  border-bottom-color: rgb(239 156 131 / 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-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-work-identity-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(166 235 194 / var(--tw-border-opacity));
}

.border-b-work-identity-300\/0 {
  border-bottom-color: rgb(166 235 194 / 0);
}

.border-b-work-identity-300\/10 {
  border-bottom-color: rgb(166 235 194 / 0.1);
}

.border-b-work-identity-300\/100 {
  border-bottom-color: rgb(166 235 194 / 1);
}

.border-b-work-identity-300\/20 {
  border-bottom-color: rgb(166 235 194 / 0.2);
}

.border-b-work-identity-300\/25 {
  border-bottom-color: rgb(166 235 194 / 0.25);
}

.border-b-work-identity-300\/30 {
  border-bottom-color: rgb(166 235 194 / 0.3);
}

.border-b-work-identity-300\/40 {
  border-bottom-color: rgb(166 235 194 / 0.4);
}

.border-b-work-identity-300\/5 {
  border-bottom-color: rgb(166 235 194 / 0.05);
}

.border-b-work-identity-300\/50 {
  border-bottom-color: rgb(166 235 194 / 0.5);
}

.border-b-work-identity-300\/60 {
  border-bottom-color: rgb(166 235 194 / 0.6);
}

.border-b-work-identity-300\/70 {
  border-bottom-color: rgb(166 235 194 / 0.7);
}

.border-b-work-identity-300\/75 {
  border-bottom-color: rgb(166 235 194 / 0.75);
}

.border-b-work-identity-300\/80 {
  border-bottom-color: rgb(166 235 194 / 0.8);
}

.border-b-work-identity-300\/90 {
  border-bottom-color: rgb(166 235 194 / 0.9);
}

.border-b-work-identity-300\/95 {
  border-bottom-color: rgb(166 235 194 / 0.95);
}

.border-b-work-identity-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(83 221 139 / var(--tw-border-opacity));
}

.border-b-work-identity-400\/0 {
  border-bottom-color: rgb(83 221 139 / 0);
}

.border-b-work-identity-400\/10 {
  border-bottom-color: rgb(83 221 139 / 0.1);
}

.border-b-work-identity-400\/100 {
  border-bottom-color: rgb(83 221 139 / 1);
}

.border-b-work-identity-400\/20 {
  border-bottom-color: rgb(83 221 139 / 0.2);
}

.border-b-work-identity-400\/25 {
  border-bottom-color: rgb(83 221 139 / 0.25);
}

.border-b-work-identity-400\/30 {
  border-bottom-color: rgb(83 221 139 / 0.3);
}

.border-b-work-identity-400\/40 {
  border-bottom-color: rgb(83 221 139 / 0.4);
}

.border-b-work-identity-400\/5 {
  border-bottom-color: rgb(83 221 139 / 0.05);
}

.border-b-work-identity-400\/50 {
  border-bottom-color: rgb(83 221 139 / 0.5);
}

.border-b-work-identity-400\/60 {
  border-bottom-color: rgb(83 221 139 / 0.6);
}

.border-b-work-identity-400\/70 {
  border-bottom-color: rgb(83 221 139 / 0.7);
}

.border-b-work-identity-400\/75 {
  border-bottom-color: rgb(83 221 139 / 0.75);
}

.border-b-work-identity-400\/80 {
  border-bottom-color: rgb(83 221 139 / 0.8);
}

.border-b-work-identity-400\/90 {
  border-bottom-color: rgb(83 221 139 / 0.9);
}

.border-b-work-identity-400\/95 {
  border-bottom-color: rgb(83 221 139 / 0.95);
}

.border-b-work-identity-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 208 84 / var(--tw-border-opacity));
}

.border-b-work-identity-500\/0 {
  border-bottom-color: rgb(0 208 84 / 0);
}

.border-b-work-identity-500\/10 {
  border-bottom-color: rgb(0 208 84 / 0.1);
}

.border-b-work-identity-500\/100 {
  border-bottom-color: rgb(0 208 84 / 1);
}

.border-b-work-identity-500\/20 {
  border-bottom-color: rgb(0 208 84 / 0.2);
}

.border-b-work-identity-500\/25 {
  border-bottom-color: rgb(0 208 84 / 0.25);
}

.border-b-work-identity-500\/30 {
  border-bottom-color: rgb(0 208 84 / 0.3);
}

.border-b-work-identity-500\/40 {
  border-bottom-color: rgb(0 208 84 / 0.4);
}

.border-b-work-identity-500\/5 {
  border-bottom-color: rgb(0 208 84 / 0.05);
}

.border-b-work-identity-500\/50 {
  border-bottom-color: rgb(0 208 84 / 0.5);
}

.border-b-work-identity-500\/60 {
  border-bottom-color: rgb(0 208 84 / 0.6);
}

.border-b-work-identity-500\/70 {
  border-bottom-color: rgb(0 208 84 / 0.7);
}

.border-b-work-identity-500\/75 {
  border-bottom-color: rgb(0 208 84 / 0.75);
}

.border-b-work-identity-500\/80 {
  border-bottom-color: rgb(0 208 84 / 0.8);
}

.border-b-work-identity-500\/90 {
  border-bottom-color: rgb(0 208 84 / 0.9);
}

.border-b-work-identity-500\/95 {
  border-bottom-color: rgb(0 208 84 / 0.95);
}

.border-b-work-identity-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 249 249 / var(--tw-border-opacity));
}

.border-b-work-identity-900\/0 {
  border-bottom-color: rgb(249 249 249 / 0);
}

.border-b-work-identity-900\/10 {
  border-bottom-color: rgb(249 249 249 / 0.1);
}

.border-b-work-identity-900\/100 {
  border-bottom-color: rgb(249 249 249 / 1);
}

.border-b-work-identity-900\/20 {
  border-bottom-color: rgb(249 249 249 / 0.2);
}

.border-b-work-identity-900\/25 {
  border-bottom-color: rgb(249 249 249 / 0.25);
}

.border-b-work-identity-900\/30 {
  border-bottom-color: rgb(249 249 249 / 0.3);
}

.border-b-work-identity-900\/40 {
  border-bottom-color: rgb(249 249 249 / 0.4);
}

.border-b-work-identity-900\/5 {
  border-bottom-color: rgb(249 249 249 / 0.05);
}

.border-b-work-identity-900\/50 {
  border-bottom-color: rgb(249 249 249 / 0.5);
}

.border-b-work-identity-900\/60 {
  border-bottom-color: rgb(249 249 249 / 0.6);
}

.border-b-work-identity-900\/70 {
  border-bottom-color: rgb(249 249 249 / 0.7);
}

.border-b-work-identity-900\/75 {
  border-bottom-color: rgb(249 249 249 / 0.75);
}

.border-b-work-identity-900\/80 {
  border-bottom-color: rgb(249 249 249 / 0.8);
}

.border-b-work-identity-900\/90 {
  border-bottom-color: rgb(249 249 249 / 0.9);
}

.border-b-work-identity-900\/95 {
  border-bottom-color: rgb(249 249 249 / 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-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-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-brand-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(230 239 246 / var(--tw-border-opacity));
}

.border-e-brand-100\/0 {
  border-inline-end-color: rgb(230 239 246 / 0);
}

.border-e-brand-100\/10 {
  border-inline-end-color: rgb(230 239 246 / 0.1);
}

.border-e-brand-100\/100 {
  border-inline-end-color: rgb(230 239 246 / 1);
}

.border-e-brand-100\/20 {
  border-inline-end-color: rgb(230 239 246 / 0.2);
}

.border-e-brand-100\/25 {
  border-inline-end-color: rgb(230 239 246 / 0.25);
}

.border-e-brand-100\/30 {
  border-inline-end-color: rgb(230 239 246 / 0.3);
}

.border-e-brand-100\/40 {
  border-inline-end-color: rgb(230 239 246 / 0.4);
}

.border-e-brand-100\/5 {
  border-inline-end-color: rgb(230 239 246 / 0.05);
}

.border-e-brand-100\/50 {
  border-inline-end-color: rgb(230 239 246 / 0.5);
}

.border-e-brand-100\/60 {
  border-inline-end-color: rgb(230 239 246 / 0.6);
}

.border-e-brand-100\/70 {
  border-inline-end-color: rgb(230 239 246 / 0.7);
}

.border-e-brand-100\/75 {
  border-inline-end-color: rgb(230 239 246 / 0.75);
}

.border-e-brand-100\/80 {
  border-inline-end-color: rgb(230 239 246 / 0.8);
}

.border-e-brand-100\/90 {
  border-inline-end-color: rgb(230 239 246 / 0.9);
}

.border-e-brand-100\/95 {
  border-inline-end-color: rgb(230 239 246 / 0.95);
}

.border-e-brand-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(193 215 234 / var(--tw-border-opacity));
}

.border-e-brand-200\/0 {
  border-inline-end-color: rgb(193 215 234 / 0);
}

.border-e-brand-200\/10 {
  border-inline-end-color: rgb(193 215 234 / 0.1);
}

.border-e-brand-200\/100 {
  border-inline-end-color: rgb(193 215 234 / 1);
}

.border-e-brand-200\/20 {
  border-inline-end-color: rgb(193 215 234 / 0.2);
}

.border-e-brand-200\/25 {
  border-inline-end-color: rgb(193 215 234 / 0.25);
}

.border-e-brand-200\/30 {
  border-inline-end-color: rgb(193 215 234 / 0.3);
}

.border-e-brand-200\/40 {
  border-inline-end-color: rgb(193 215 234 / 0.4);
}

.border-e-brand-200\/5 {
  border-inline-end-color: rgb(193 215 234 / 0.05);
}

.border-e-brand-200\/50 {
  border-inline-end-color: rgb(193 215 234 / 0.5);
}

.border-e-brand-200\/60 {
  border-inline-end-color: rgb(193 215 234 / 0.6);
}

.border-e-brand-200\/70 {
  border-inline-end-color: rgb(193 215 234 / 0.7);
}

.border-e-brand-200\/75 {
  border-inline-end-color: rgb(193 215 234 / 0.75);
}

.border-e-brand-200\/80 {
  border-inline-end-color: rgb(193 215 234 / 0.8);
}

.border-e-brand-200\/90 {
  border-inline-end-color: rgb(193 215 234 / 0.9);
}

.border-e-brand-200\/95 {
  border-inline-end-color: rgb(193 215 234 / 0.95);
}

.border-e-brand-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(155 190 221 / var(--tw-border-opacity));
}

.border-e-brand-300\/0 {
  border-inline-end-color: rgb(155 190 221 / 0);
}

.border-e-brand-300\/10 {
  border-inline-end-color: rgb(155 190 221 / 0.1);
}

.border-e-brand-300\/100 {
  border-inline-end-color: rgb(155 190 221 / 1);
}

.border-e-brand-300\/20 {
  border-inline-end-color: rgb(155 190 221 / 0.2);
}

.border-e-brand-300\/25 {
  border-inline-end-color: rgb(155 190 221 / 0.25);
}

.border-e-brand-300\/30 {
  border-inline-end-color: rgb(155 190 221 / 0.3);
}

.border-e-brand-300\/40 {
  border-inline-end-color: rgb(155 190 221 / 0.4);
}

.border-e-brand-300\/5 {
  border-inline-end-color: rgb(155 190 221 / 0.05);
}

.border-e-brand-300\/50 {
  border-inline-end-color: rgb(155 190 221 / 0.5);
}

.border-e-brand-300\/60 {
  border-inline-end-color: rgb(155 190 221 / 0.6);
}

.border-e-brand-300\/70 {
  border-inline-end-color: rgb(155 190 221 / 0.7);
}

.border-e-brand-300\/75 {
  border-inline-end-color: rgb(155 190 221 / 0.75);
}

.border-e-brand-300\/80 {
  border-inline-end-color: rgb(155 190 221 / 0.8);
}

.border-e-brand-300\/90 {
  border-inline-end-color: rgb(155 190 221 / 0.9);
}

.border-e-brand-300\/95 {
  border-inline-end-color: rgb(155 190 221 / 0.95);
}

.border-e-brand-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(81 142 195 / var(--tw-border-opacity));
}

.border-e-brand-400\/0 {
  border-inline-end-color: rgb(81 142 195 / 0);
}

.border-e-brand-400\/10 {
  border-inline-end-color: rgb(81 142 195 / 0.1);
}

.border-e-brand-400\/100 {
  border-inline-end-color: rgb(81 142 195 / 1);
}

.border-e-brand-400\/20 {
  border-inline-end-color: rgb(81 142 195 / 0.2);
}

.border-e-brand-400\/25 {
  border-inline-end-color: rgb(81 142 195 / 0.25);
}

.border-e-brand-400\/30 {
  border-inline-end-color: rgb(81 142 195 / 0.3);
}

.border-e-brand-400\/40 {
  border-inline-end-color: rgb(81 142 195 / 0.4);
}

.border-e-brand-400\/5 {
  border-inline-end-color: rgb(81 142 195 / 0.05);
}

.border-e-brand-400\/50 {
  border-inline-end-color: rgb(81 142 195 / 0.5);
}

.border-e-brand-400\/60 {
  border-inline-end-color: rgb(81 142 195 / 0.6);
}

.border-e-brand-400\/70 {
  border-inline-end-color: rgb(81 142 195 / 0.7);
}

.border-e-brand-400\/75 {
  border-inline-end-color: rgb(81 142 195 / 0.75);
}

.border-e-brand-400\/80 {
  border-inline-end-color: rgb(81 142 195 / 0.8);
}

.border-e-brand-400\/90 {
  border-inline-end-color: rgb(81 142 195 / 0.9);
}

.border-e-brand-400\/95 {
  border-inline-end-color: rgb(81 142 195 / 0.95);
}

.border-e-brand-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(243 247 251 / var(--tw-border-opacity));
}

.border-e-brand-50\/0 {
  border-inline-end-color: rgb(243 247 251 / 0);
}

.border-e-brand-50\/10 {
  border-inline-end-color: rgb(243 247 251 / 0.1);
}

.border-e-brand-50\/100 {
  border-inline-end-color: rgb(243 247 251 / 1);
}

.border-e-brand-50\/20 {
  border-inline-end-color: rgb(243 247 251 / 0.2);
}

.border-e-brand-50\/25 {
  border-inline-end-color: rgb(243 247 251 / 0.25);
}

.border-e-brand-50\/30 {
  border-inline-end-color: rgb(243 247 251 / 0.3);
}

.border-e-brand-50\/40 {
  border-inline-end-color: rgb(243 247 251 / 0.4);
}

.border-e-brand-50\/5 {
  border-inline-end-color: rgb(243 247 251 / 0.05);
}

.border-e-brand-50\/50 {
  border-inline-end-color: rgb(243 247 251 / 0.5);
}

.border-e-brand-50\/60 {
  border-inline-end-color: rgb(243 247 251 / 0.6);
}

.border-e-brand-50\/70 {
  border-inline-end-color: rgb(243 247 251 / 0.7);
}

.border-e-brand-50\/75 {
  border-inline-end-color: rgb(243 247 251 / 0.75);
}

.border-e-brand-50\/80 {
  border-inline-end-color: rgb(243 247 251 / 0.8);
}

.border-e-brand-50\/90 {
  border-inline-end-color: rgb(243 247 251 / 0.9);
}

.border-e-brand-50\/95 {
  border-inline-end-color: rgb(243 247 251 / 0.95);
}

.border-e-brand-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(6 93 169 / var(--tw-border-opacity));
}

.border-e-brand-500\/0 {
  border-inline-end-color: rgb(6 93 169 / 0);
}

.border-e-brand-500\/10 {
  border-inline-end-color: rgb(6 93 169 / 0.1);
}

.border-e-brand-500\/100 {
  border-inline-end-color: rgb(6 93 169 / 1);
}

.border-e-brand-500\/20 {
  border-inline-end-color: rgb(6 93 169 / 0.2);
}

.border-e-brand-500\/25 {
  border-inline-end-color: rgb(6 93 169 / 0.25);
}

.border-e-brand-500\/30 {
  border-inline-end-color: rgb(6 93 169 / 0.3);
}

.border-e-brand-500\/40 {
  border-inline-end-color: rgb(6 93 169 / 0.4);
}

.border-e-brand-500\/5 {
  border-inline-end-color: rgb(6 93 169 / 0.05);
}

.border-e-brand-500\/50 {
  border-inline-end-color: rgb(6 93 169 / 0.5);
}

.border-e-brand-500\/60 {
  border-inline-end-color: rgb(6 93 169 / 0.6);
}

.border-e-brand-500\/70 {
  border-inline-end-color: rgb(6 93 169 / 0.7);
}

.border-e-brand-500\/75 {
  border-inline-end-color: rgb(6 93 169 / 0.75);
}

.border-e-brand-500\/80 {
  border-inline-end-color: rgb(6 93 169 / 0.8);
}

.border-e-brand-500\/90 {
  border-inline-end-color: rgb(6 93 169 / 0.9);
}

.border-e-brand-500\/95 {
  border-inline-end-color: rgb(6 93 169 / 0.95);
}

.border-e-brand-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(5 84 152 / var(--tw-border-opacity));
}

.border-e-brand-600\/0 {
  border-inline-end-color: rgb(5 84 152 / 0);
}

.border-e-brand-600\/10 {
  border-inline-end-color: rgb(5 84 152 / 0.1);
}

.border-e-brand-600\/100 {
  border-inline-end-color: rgb(5 84 152 / 1);
}

.border-e-brand-600\/20 {
  border-inline-end-color: rgb(5 84 152 / 0.2);
}

.border-e-brand-600\/25 {
  border-inline-end-color: rgb(5 84 152 / 0.25);
}

.border-e-brand-600\/30 {
  border-inline-end-color: rgb(5 84 152 / 0.3);
}

.border-e-brand-600\/40 {
  border-inline-end-color: rgb(5 84 152 / 0.4);
}

.border-e-brand-600\/5 {
  border-inline-end-color: rgb(5 84 152 / 0.05);
}

.border-e-brand-600\/50 {
  border-inline-end-color: rgb(5 84 152 / 0.5);
}

.border-e-brand-600\/60 {
  border-inline-end-color: rgb(5 84 152 / 0.6);
}

.border-e-brand-600\/70 {
  border-inline-end-color: rgb(5 84 152 / 0.7);
}

.border-e-brand-600\/75 {
  border-inline-end-color: rgb(5 84 152 / 0.75);
}

.border-e-brand-600\/80 {
  border-inline-end-color: rgb(5 84 152 / 0.8);
}

.border-e-brand-600\/90 {
  border-inline-end-color: rgb(5 84 152 / 0.9);
}

.border-e-brand-600\/95 {
  border-inline-end-color: rgb(5 84 152 / 0.95);
}

.border-e-brand-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(4 56 101 / var(--tw-border-opacity));
}

.border-e-brand-700\/0 {
  border-inline-end-color: rgb(4 56 101 / 0);
}

.border-e-brand-700\/10 {
  border-inline-end-color: rgb(4 56 101 / 0.1);
}

.border-e-brand-700\/100 {
  border-inline-end-color: rgb(4 56 101 / 1);
}

.border-e-brand-700\/20 {
  border-inline-end-color: rgb(4 56 101 / 0.2);
}

.border-e-brand-700\/25 {
  border-inline-end-color: rgb(4 56 101 / 0.25);
}

.border-e-brand-700\/30 {
  border-inline-end-color: rgb(4 56 101 / 0.3);
}

.border-e-brand-700\/40 {
  border-inline-end-color: rgb(4 56 101 / 0.4);
}

.border-e-brand-700\/5 {
  border-inline-end-color: rgb(4 56 101 / 0.05);
}

.border-e-brand-700\/50 {
  border-inline-end-color: rgb(4 56 101 / 0.5);
}

.border-e-brand-700\/60 {
  border-inline-end-color: rgb(4 56 101 / 0.6);
}

.border-e-brand-700\/70 {
  border-inline-end-color: rgb(4 56 101 / 0.7);
}

.border-e-brand-700\/75 {
  border-inline-end-color: rgb(4 56 101 / 0.75);
}

.border-e-brand-700\/80 {
  border-inline-end-color: rgb(4 56 101 / 0.8);
}

.border-e-brand-700\/90 {
  border-inline-end-color: rgb(4 56 101 / 0.9);
}

.border-e-brand-700\/95 {
  border-inline-end-color: rgb(4 56 101 / 0.95);
}

.border-e-brand-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(3 42 76 / var(--tw-border-opacity));
}

.border-e-brand-800\/0 {
  border-inline-end-color: rgb(3 42 76 / 0);
}

.border-e-brand-800\/10 {
  border-inline-end-color: rgb(3 42 76 / 0.1);
}

.border-e-brand-800\/100 {
  border-inline-end-color: rgb(3 42 76 / 1);
}

.border-e-brand-800\/20 {
  border-inline-end-color: rgb(3 42 76 / 0.2);
}

.border-e-brand-800\/25 {
  border-inline-end-color: rgb(3 42 76 / 0.25);
}

.border-e-brand-800\/30 {
  border-inline-end-color: rgb(3 42 76 / 0.3);
}

.border-e-brand-800\/40 {
  border-inline-end-color: rgb(3 42 76 / 0.4);
}

.border-e-brand-800\/5 {
  border-inline-end-color: rgb(3 42 76 / 0.05);
}

.border-e-brand-800\/50 {
  border-inline-end-color: rgb(3 42 76 / 0.5);
}

.border-e-brand-800\/60 {
  border-inline-end-color: rgb(3 42 76 / 0.6);
}

.border-e-brand-800\/70 {
  border-inline-end-color: rgb(3 42 76 / 0.7);
}

.border-e-brand-800\/75 {
  border-inline-end-color: rgb(3 42 76 / 0.75);
}

.border-e-brand-800\/80 {
  border-inline-end-color: rgb(3 42 76 / 0.8);
}

.border-e-brand-800\/90 {
  border-inline-end-color: rgb(3 42 76 / 0.9);
}

.border-e-brand-800\/95 {
  border-inline-end-color: rgb(3 42 76 / 0.95);
}

.border-e-brand-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(2 28 51 / var(--tw-border-opacity));
}

.border-e-brand-900\/0 {
  border-inline-end-color: rgb(2 28 51 / 0);
}

.border-e-brand-900\/10 {
  border-inline-end-color: rgb(2 28 51 / 0.1);
}

.border-e-brand-900\/100 {
  border-inline-end-color: rgb(2 28 51 / 1);
}

.border-e-brand-900\/20 {
  border-inline-end-color: rgb(2 28 51 / 0.2);
}

.border-e-brand-900\/25 {
  border-inline-end-color: rgb(2 28 51 / 0.25);
}

.border-e-brand-900\/30 {
  border-inline-end-color: rgb(2 28 51 / 0.3);
}

.border-e-brand-900\/40 {
  border-inline-end-color: rgb(2 28 51 / 0.4);
}

.border-e-brand-900\/5 {
  border-inline-end-color: rgb(2 28 51 / 0.05);
}

.border-e-brand-900\/50 {
  border-inline-end-color: rgb(2 28 51 / 0.5);
}

.border-e-brand-900\/60 {
  border-inline-end-color: rgb(2 28 51 / 0.6);
}

.border-e-brand-900\/70 {
  border-inline-end-color: rgb(2 28 51 / 0.7);
}

.border-e-brand-900\/75 {
  border-inline-end-color: rgb(2 28 51 / 0.75);
}

.border-e-brand-900\/80 {
  border-inline-end-color: rgb(2 28 51 / 0.8);
}

.border-e-brand-900\/90 {
  border-inline-end-color: rgb(2 28 51 / 0.9);
}

.border-e-brand-900\/95 {
  border-inline-end-color: rgb(2 28 51 / 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-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-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-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-interbeauty-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(249 197 175 / var(--tw-border-opacity));
}

.border-e-interbeauty-100\/0 {
  border-inline-end-color: rgb(249 197 175 / 0);
}

.border-e-interbeauty-100\/10 {
  border-inline-end-color: rgb(249 197 175 / 0.1);
}

.border-e-interbeauty-100\/100 {
  border-inline-end-color: rgb(249 197 175 / 1);
}

.border-e-interbeauty-100\/20 {
  border-inline-end-color: rgb(249 197 175 / 0.2);
}

.border-e-interbeauty-100\/25 {
  border-inline-end-color: rgb(249 197 175 / 0.25);
}

.border-e-interbeauty-100\/30 {
  border-inline-end-color: rgb(249 197 175 / 0.3);
}

.border-e-interbeauty-100\/40 {
  border-inline-end-color: rgb(249 197 175 / 0.4);
}

.border-e-interbeauty-100\/5 {
  border-inline-end-color: rgb(249 197 175 / 0.05);
}

.border-e-interbeauty-100\/50 {
  border-inline-end-color: rgb(249 197 175 / 0.5);
}

.border-e-interbeauty-100\/60 {
  border-inline-end-color: rgb(249 197 175 / 0.6);
}

.border-e-interbeauty-100\/70 {
  border-inline-end-color: rgb(249 197 175 / 0.7);
}

.border-e-interbeauty-100\/75 {
  border-inline-end-color: rgb(249 197 175 / 0.75);
}

.border-e-interbeauty-100\/80 {
  border-inline-end-color: rgb(249 197 175 / 0.8);
}

.border-e-interbeauty-100\/90 {
  border-inline-end-color: rgb(249 197 175 / 0.9);
}

.border-e-interbeauty-100\/95 {
  border-inline-end-color: rgb(249 197 175 / 0.95);
}

.border-e-interbeauty-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(241 182 191 / var(--tw-border-opacity));
}

.border-e-interbeauty-200\/0 {
  border-inline-end-color: rgb(241 182 191 / 0);
}

.border-e-interbeauty-200\/10 {
  border-inline-end-color: rgb(241 182 191 / 0.1);
}

.border-e-interbeauty-200\/100 {
  border-inline-end-color: rgb(241 182 191 / 1);
}

.border-e-interbeauty-200\/20 {
  border-inline-end-color: rgb(241 182 191 / 0.2);
}

.border-e-interbeauty-200\/25 {
  border-inline-end-color: rgb(241 182 191 / 0.25);
}

.border-e-interbeauty-200\/30 {
  border-inline-end-color: rgb(241 182 191 / 0.3);
}

.border-e-interbeauty-200\/40 {
  border-inline-end-color: rgb(241 182 191 / 0.4);
}

.border-e-interbeauty-200\/5 {
  border-inline-end-color: rgb(241 182 191 / 0.05);
}

.border-e-interbeauty-200\/50 {
  border-inline-end-color: rgb(241 182 191 / 0.5);
}

.border-e-interbeauty-200\/60 {
  border-inline-end-color: rgb(241 182 191 / 0.6);
}

.border-e-interbeauty-200\/70 {
  border-inline-end-color: rgb(241 182 191 / 0.7);
}

.border-e-interbeauty-200\/75 {
  border-inline-end-color: rgb(241 182 191 / 0.75);
}

.border-e-interbeauty-200\/80 {
  border-inline-end-color: rgb(241 182 191 / 0.8);
}

.border-e-interbeauty-200\/90 {
  border-inline-end-color: rgb(241 182 191 / 0.9);
}

.border-e-interbeauty-200\/95 {
  border-inline-end-color: rgb(241 182 191 / 0.95);
}

.border-e-interbeauty-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(182 219 231 / var(--tw-border-opacity));
}

.border-e-interbeauty-300\/0 {
  border-inline-end-color: rgb(182 219 231 / 0);
}

.border-e-interbeauty-300\/10 {
  border-inline-end-color: rgb(182 219 231 / 0.1);
}

.border-e-interbeauty-300\/100 {
  border-inline-end-color: rgb(182 219 231 / 1);
}

.border-e-interbeauty-300\/20 {
  border-inline-end-color: rgb(182 219 231 / 0.2);
}

.border-e-interbeauty-300\/25 {
  border-inline-end-color: rgb(182 219 231 / 0.25);
}

.border-e-interbeauty-300\/30 {
  border-inline-end-color: rgb(182 219 231 / 0.3);
}

.border-e-interbeauty-300\/40 {
  border-inline-end-color: rgb(182 219 231 / 0.4);
}

.border-e-interbeauty-300\/5 {
  border-inline-end-color: rgb(182 219 231 / 0.05);
}

.border-e-interbeauty-300\/50 {
  border-inline-end-color: rgb(182 219 231 / 0.5);
}

.border-e-interbeauty-300\/60 {
  border-inline-end-color: rgb(182 219 231 / 0.6);
}

.border-e-interbeauty-300\/70 {
  border-inline-end-color: rgb(182 219 231 / 0.7);
}

.border-e-interbeauty-300\/75 {
  border-inline-end-color: rgb(182 219 231 / 0.75);
}

.border-e-interbeauty-300\/80 {
  border-inline-end-color: rgb(182 219 231 / 0.8);
}

.border-e-interbeauty-300\/90 {
  border-inline-end-color: rgb(182 219 231 / 0.9);
}

.border-e-interbeauty-300\/95 {
  border-inline-end-color: rgb(182 219 231 / 0.95);
}

.border-e-interbeauty-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 250 247 / var(--tw-border-opacity));
}

.border-e-interbeauty-400\/0 {
  border-inline-end-color: rgb(254 250 247 / 0);
}

.border-e-interbeauty-400\/10 {
  border-inline-end-color: rgb(254 250 247 / 0.1);
}

.border-e-interbeauty-400\/100 {
  border-inline-end-color: rgb(254 250 247 / 1);
}

.border-e-interbeauty-400\/20 {
  border-inline-end-color: rgb(254 250 247 / 0.2);
}

.border-e-interbeauty-400\/25 {
  border-inline-end-color: rgb(254 250 247 / 0.25);
}

.border-e-interbeauty-400\/30 {
  border-inline-end-color: rgb(254 250 247 / 0.3);
}

.border-e-interbeauty-400\/40 {
  border-inline-end-color: rgb(254 250 247 / 0.4);
}

.border-e-interbeauty-400\/5 {
  border-inline-end-color: rgb(254 250 247 / 0.05);
}

.border-e-interbeauty-400\/50 {
  border-inline-end-color: rgb(254 250 247 / 0.5);
}

.border-e-interbeauty-400\/60 {
  border-inline-end-color: rgb(254 250 247 / 0.6);
}

.border-e-interbeauty-400\/70 {
  border-inline-end-color: rgb(254 250 247 / 0.7);
}

.border-e-interbeauty-400\/75 {
  border-inline-end-color: rgb(254 250 247 / 0.75);
}

.border-e-interbeauty-400\/80 {
  border-inline-end-color: rgb(254 250 247 / 0.8);
}

.border-e-interbeauty-400\/90 {
  border-inline-end-color: rgb(254 250 247 / 0.9);
}

.border-e-interbeauty-400\/95 {
  border-inline-end-color: rgb(254 250 247 / 0.95);
}

.border-e-interbeauty-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(193 225 224 / var(--tw-border-opacity));
}

.border-e-interbeauty-500\/0 {
  border-inline-end-color: rgb(193 225 224 / 0);
}

.border-e-interbeauty-500\/10 {
  border-inline-end-color: rgb(193 225 224 / 0.1);
}

.border-e-interbeauty-500\/100 {
  border-inline-end-color: rgb(193 225 224 / 1);
}

.border-e-interbeauty-500\/20 {
  border-inline-end-color: rgb(193 225 224 / 0.2);
}

.border-e-interbeauty-500\/25 {
  border-inline-end-color: rgb(193 225 224 / 0.25);
}

.border-e-interbeauty-500\/30 {
  border-inline-end-color: rgb(193 225 224 / 0.3);
}

.border-e-interbeauty-500\/40 {
  border-inline-end-color: rgb(193 225 224 / 0.4);
}

.border-e-interbeauty-500\/5 {
  border-inline-end-color: rgb(193 225 224 / 0.05);
}

.border-e-interbeauty-500\/50 {
  border-inline-end-color: rgb(193 225 224 / 0.5);
}

.border-e-interbeauty-500\/60 {
  border-inline-end-color: rgb(193 225 224 / 0.6);
}

.border-e-interbeauty-500\/70 {
  border-inline-end-color: rgb(193 225 224 / 0.7);
}

.border-e-interbeauty-500\/75 {
  border-inline-end-color: rgb(193 225 224 / 0.75);
}

.border-e-interbeauty-500\/80 {
  border-inline-end-color: rgb(193 225 224 / 0.8);
}

.border-e-interbeauty-500\/90 {
  border-inline-end-color: rgb(193 225 224 / 0.9);
}

.border-e-interbeauty-500\/95 {
  border-inline-end-color: rgb(193 225 224 / 0.95);
}

.border-e-interbeauty-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(88 88 94 / var(--tw-border-opacity));
}

.border-e-interbeauty-600\/0 {
  border-inline-end-color: rgb(88 88 94 / 0);
}

.border-e-interbeauty-600\/10 {
  border-inline-end-color: rgb(88 88 94 / 0.1);
}

.border-e-interbeauty-600\/100 {
  border-inline-end-color: rgb(88 88 94 / 1);
}

.border-e-interbeauty-600\/20 {
  border-inline-end-color: rgb(88 88 94 / 0.2);
}

.border-e-interbeauty-600\/25 {
  border-inline-end-color: rgb(88 88 94 / 0.25);
}

.border-e-interbeauty-600\/30 {
  border-inline-end-color: rgb(88 88 94 / 0.3);
}

.border-e-interbeauty-600\/40 {
  border-inline-end-color: rgb(88 88 94 / 0.4);
}

.border-e-interbeauty-600\/5 {
  border-inline-end-color: rgb(88 88 94 / 0.05);
}

.border-e-interbeauty-600\/50 {
  border-inline-end-color: rgb(88 88 94 / 0.5);
}

.border-e-interbeauty-600\/60 {
  border-inline-end-color: rgb(88 88 94 / 0.6);
}

.border-e-interbeauty-600\/70 {
  border-inline-end-color: rgb(88 88 94 / 0.7);
}

.border-e-interbeauty-600\/75 {
  border-inline-end-color: rgb(88 88 94 / 0.75);
}

.border-e-interbeauty-600\/80 {
  border-inline-end-color: rgb(88 88 94 / 0.8);
}

.border-e-interbeauty-600\/90 {
  border-inline-end-color: rgb(88 88 94 / 0.9);
}

.border-e-interbeauty-600\/95 {
  border-inline-end-color: rgb(88 88 94 / 0.95);
}

.border-e-ipnvaluers-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(0 40 87 / var(--tw-border-opacity));
}

.border-e-ipnvaluers-200\/0 {
  border-inline-end-color: rgb(0 40 87 / 0);
}

.border-e-ipnvaluers-200\/10 {
  border-inline-end-color: rgb(0 40 87 / 0.1);
}

.border-e-ipnvaluers-200\/100 {
  border-inline-end-color: rgb(0 40 87 / 1);
}

.border-e-ipnvaluers-200\/20 {
  border-inline-end-color: rgb(0 40 87 / 0.2);
}

.border-e-ipnvaluers-200\/25 {
  border-inline-end-color: rgb(0 40 87 / 0.25);
}

.border-e-ipnvaluers-200\/30 {
  border-inline-end-color: rgb(0 40 87 / 0.3);
}

.border-e-ipnvaluers-200\/40 {
  border-inline-end-color: rgb(0 40 87 / 0.4);
}

.border-e-ipnvaluers-200\/5 {
  border-inline-end-color: rgb(0 40 87 / 0.05);
}

.border-e-ipnvaluers-200\/50 {
  border-inline-end-color: rgb(0 40 87 / 0.5);
}

.border-e-ipnvaluers-200\/60 {
  border-inline-end-color: rgb(0 40 87 / 0.6);
}

.border-e-ipnvaluers-200\/70 {
  border-inline-end-color: rgb(0 40 87 / 0.7);
}

.border-e-ipnvaluers-200\/75 {
  border-inline-end-color: rgb(0 40 87 / 0.75);
}

.border-e-ipnvaluers-200\/80 {
  border-inline-end-color: rgb(0 40 87 / 0.8);
}

.border-e-ipnvaluers-200\/90 {
  border-inline-end-color: rgb(0 40 87 / 0.9);
}

.border-e-ipnvaluers-200\/95 {
  border-inline-end-color: rgb(0 40 87 / 0.95);
}

.border-e-ipnvaluers-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(196 107 22 / var(--tw-border-opacity));
}

.border-e-ipnvaluers-400\/0 {
  border-inline-end-color: rgb(196 107 22 / 0);
}

.border-e-ipnvaluers-400\/10 {
  border-inline-end-color: rgb(196 107 22 / 0.1);
}

.border-e-ipnvaluers-400\/100 {
  border-inline-end-color: rgb(196 107 22 / 1);
}

.border-e-ipnvaluers-400\/20 {
  border-inline-end-color: rgb(196 107 22 / 0.2);
}

.border-e-ipnvaluers-400\/25 {
  border-inline-end-color: rgb(196 107 22 / 0.25);
}

.border-e-ipnvaluers-400\/30 {
  border-inline-end-color: rgb(196 107 22 / 0.3);
}

.border-e-ipnvaluers-400\/40 {
  border-inline-end-color: rgb(196 107 22 / 0.4);
}

.border-e-ipnvaluers-400\/5 {
  border-inline-end-color: rgb(196 107 22 / 0.05);
}

.border-e-ipnvaluers-400\/50 {
  border-inline-end-color: rgb(196 107 22 / 0.5);
}

.border-e-ipnvaluers-400\/60 {
  border-inline-end-color: rgb(196 107 22 / 0.6);
}

.border-e-ipnvaluers-400\/70 {
  border-inline-end-color: rgb(196 107 22 / 0.7);
}

.border-e-ipnvaluers-400\/75 {
  border-inline-end-color: rgb(196 107 22 / 0.75);
}

.border-e-ipnvaluers-400\/80 {
  border-inline-end-color: rgb(196 107 22 / 0.8);
}

.border-e-ipnvaluers-400\/90 {
  border-inline-end-color: rgb(196 107 22 / 0.9);
}

.border-e-ipnvaluers-400\/95 {
  border-inline-end-color: rgb(196 107 22 / 0.95);
}

.border-e-ipnvaluers-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 174 21 / var(--tw-border-opacity));
}

.border-e-ipnvaluers-500\/0 {
  border-inline-end-color: rgb(245 174 21 / 0);
}

.border-e-ipnvaluers-500\/10 {
  border-inline-end-color: rgb(245 174 21 / 0.1);
}

.border-e-ipnvaluers-500\/100 {
  border-inline-end-color: rgb(245 174 21 / 1);
}

.border-e-ipnvaluers-500\/20 {
  border-inline-end-color: rgb(245 174 21 / 0.2);
}

.border-e-ipnvaluers-500\/25 {
  border-inline-end-color: rgb(245 174 21 / 0.25);
}

.border-e-ipnvaluers-500\/30 {
  border-inline-end-color: rgb(245 174 21 / 0.3);
}

.border-e-ipnvaluers-500\/40 {
  border-inline-end-color: rgb(245 174 21 / 0.4);
}

.border-e-ipnvaluers-500\/5 {
  border-inline-end-color: rgb(245 174 21 / 0.05);
}

.border-e-ipnvaluers-500\/50 {
  border-inline-end-color: rgb(245 174 21 / 0.5);
}

.border-e-ipnvaluers-500\/60 {
  border-inline-end-color: rgb(245 174 21 / 0.6);
}

.border-e-ipnvaluers-500\/70 {
  border-inline-end-color: rgb(245 174 21 / 0.7);
}

.border-e-ipnvaluers-500\/75 {
  border-inline-end-color: rgb(245 174 21 / 0.75);
}

.border-e-ipnvaluers-500\/80 {
  border-inline-end-color: rgb(245 174 21 / 0.8);
}

.border-e-ipnvaluers-500\/90 {
  border-inline-end-color: rgb(245 174 21 / 0.9);
}

.border-e-ipnvaluers-500\/95 {
  border-inline-end-color: rgb(245 174 21 / 0.95);
}

.border-e-jukejam-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 210 101 / var(--tw-border-opacity));
}

.border-e-jukejam-500\/0 {
  border-inline-end-color: rgb(250 210 101 / 0);
}

.border-e-jukejam-500\/10 {
  border-inline-end-color: rgb(250 210 101 / 0.1);
}

.border-e-jukejam-500\/100 {
  border-inline-end-color: rgb(250 210 101 / 1);
}

.border-e-jukejam-500\/20 {
  border-inline-end-color: rgb(250 210 101 / 0.2);
}

.border-e-jukejam-500\/25 {
  border-inline-end-color: rgb(250 210 101 / 0.25);
}

.border-e-jukejam-500\/30 {
  border-inline-end-color: rgb(250 210 101 / 0.3);
}

.border-e-jukejam-500\/40 {
  border-inline-end-color: rgb(250 210 101 / 0.4);
}

.border-e-jukejam-500\/5 {
  border-inline-end-color: rgb(250 210 101 / 0.05);
}

.border-e-jukejam-500\/50 {
  border-inline-end-color: rgb(250 210 101 / 0.5);
}

.border-e-jukejam-500\/60 {
  border-inline-end-color: rgb(250 210 101 / 0.6);
}

.border-e-jukejam-500\/70 {
  border-inline-end-color: rgb(250 210 101 / 0.7);
}

.border-e-jukejam-500\/75 {
  border-inline-end-color: rgb(250 210 101 / 0.75);
}

.border-e-jukejam-500\/80 {
  border-inline-end-color: rgb(250 210 101 / 0.8);
}

.border-e-jukejam-500\/90 {
  border-inline-end-color: rgb(250 210 101 / 0.9);
}

.border-e-jukejam-500\/95 {
  border-inline-end-color: rgb(250 210 101 / 0.95);
}

.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-nafisa-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(153 53 10 / var(--tw-border-opacity));
}

.border-e-nafisa-500\/0 {
  border-inline-end-color: rgb(153 53 10 / 0);
}

.border-e-nafisa-500\/10 {
  border-inline-end-color: rgb(153 53 10 / 0.1);
}

.border-e-nafisa-500\/100 {
  border-inline-end-color: rgb(153 53 10 / 1);
}

.border-e-nafisa-500\/20 {
  border-inline-end-color: rgb(153 53 10 / 0.2);
}

.border-e-nafisa-500\/25 {
  border-inline-end-color: rgb(153 53 10 / 0.25);
}

.border-e-nafisa-500\/30 {
  border-inline-end-color: rgb(153 53 10 / 0.3);
}

.border-e-nafisa-500\/40 {
  border-inline-end-color: rgb(153 53 10 / 0.4);
}

.border-e-nafisa-500\/5 {
  border-inline-end-color: rgb(153 53 10 / 0.05);
}

.border-e-nafisa-500\/50 {
  border-inline-end-color: rgb(153 53 10 / 0.5);
}

.border-e-nafisa-500\/60 {
  border-inline-end-color: rgb(153 53 10 / 0.6);
}

.border-e-nafisa-500\/70 {
  border-inline-end-color: rgb(153 53 10 / 0.7);
}

.border-e-nafisa-500\/75 {
  border-inline-end-color: rgb(153 53 10 / 0.75);
}

.border-e-nafisa-500\/80 {
  border-inline-end-color: rgb(153 53 10 / 0.8);
}

.border-e-nafisa-500\/90 {
  border-inline-end-color: rgb(153 53 10 / 0.9);
}

.border-e-nafisa-500\/95 {
  border-inline-end-color: rgb(153 53 10 / 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-ozc-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 239 235 / var(--tw-border-opacity));
}

.border-e-ozc-100\/0 {
  border-inline-end-color: rgb(255 239 235 / 0);
}

.border-e-ozc-100\/10 {
  border-inline-end-color: rgb(255 239 235 / 0.1);
}

.border-e-ozc-100\/100 {
  border-inline-end-color: rgb(255 239 235 / 1);
}

.border-e-ozc-100\/20 {
  border-inline-end-color: rgb(255 239 235 / 0.2);
}

.border-e-ozc-100\/25 {
  border-inline-end-color: rgb(255 239 235 / 0.25);
}

.border-e-ozc-100\/30 {
  border-inline-end-color: rgb(255 239 235 / 0.3);
}

.border-e-ozc-100\/40 {
  border-inline-end-color: rgb(255 239 235 / 0.4);
}

.border-e-ozc-100\/5 {
  border-inline-end-color: rgb(255 239 235 / 0.05);
}

.border-e-ozc-100\/50 {
  border-inline-end-color: rgb(255 239 235 / 0.5);
}

.border-e-ozc-100\/60 {
  border-inline-end-color: rgb(255 239 235 / 0.6);
}

.border-e-ozc-100\/70 {
  border-inline-end-color: rgb(255 239 235 / 0.7);
}

.border-e-ozc-100\/75 {
  border-inline-end-color: rgb(255 239 235 / 0.75);
}

.border-e-ozc-100\/80 {
  border-inline-end-color: rgb(255 239 235 / 0.8);
}

.border-e-ozc-100\/90 {
  border-inline-end-color: rgb(255 239 235 / 0.9);
}

.border-e-ozc-100\/95 {
  border-inline-end-color: rgb(255 239 235 / 0.95);
}

.border-e-ozc-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 225 222 / var(--tw-border-opacity));
}

.border-e-ozc-200\/0 {
  border-inline-end-color: rgb(253 225 222 / 0);
}

.border-e-ozc-200\/10 {
  border-inline-end-color: rgb(253 225 222 / 0.1);
}

.border-e-ozc-200\/100 {
  border-inline-end-color: rgb(253 225 222 / 1);
}

.border-e-ozc-200\/20 {
  border-inline-end-color: rgb(253 225 222 / 0.2);
}

.border-e-ozc-200\/25 {
  border-inline-end-color: rgb(253 225 222 / 0.25);
}

.border-e-ozc-200\/30 {
  border-inline-end-color: rgb(253 225 222 / 0.3);
}

.border-e-ozc-200\/40 {
  border-inline-end-color: rgb(253 225 222 / 0.4);
}

.border-e-ozc-200\/5 {
  border-inline-end-color: rgb(253 225 222 / 0.05);
}

.border-e-ozc-200\/50 {
  border-inline-end-color: rgb(253 225 222 / 0.5);
}

.border-e-ozc-200\/60 {
  border-inline-end-color: rgb(253 225 222 / 0.6);
}

.border-e-ozc-200\/70 {
  border-inline-end-color: rgb(253 225 222 / 0.7);
}

.border-e-ozc-200\/75 {
  border-inline-end-color: rgb(253 225 222 / 0.75);
}

.border-e-ozc-200\/80 {
  border-inline-end-color: rgb(253 225 222 / 0.8);
}

.border-e-ozc-200\/90 {
  border-inline-end-color: rgb(253 225 222 / 0.9);
}

.border-e-ozc-200\/95 {
  border-inline-end-color: rgb(253 225 222 / 0.95);
}

.border-e-ozc-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(248 181 181 / var(--tw-border-opacity));
}

.border-e-ozc-300\/0 {
  border-inline-end-color: rgb(248 181 181 / 0);
}

.border-e-ozc-300\/10 {
  border-inline-end-color: rgb(248 181 181 / 0.1);
}

.border-e-ozc-300\/100 {
  border-inline-end-color: rgb(248 181 181 / 1);
}

.border-e-ozc-300\/20 {
  border-inline-end-color: rgb(248 181 181 / 0.2);
}

.border-e-ozc-300\/25 {
  border-inline-end-color: rgb(248 181 181 / 0.25);
}

.border-e-ozc-300\/30 {
  border-inline-end-color: rgb(248 181 181 / 0.3);
}

.border-e-ozc-300\/40 {
  border-inline-end-color: rgb(248 181 181 / 0.4);
}

.border-e-ozc-300\/5 {
  border-inline-end-color: rgb(248 181 181 / 0.05);
}

.border-e-ozc-300\/50 {
  border-inline-end-color: rgb(248 181 181 / 0.5);
}

.border-e-ozc-300\/60 {
  border-inline-end-color: rgb(248 181 181 / 0.6);
}

.border-e-ozc-300\/70 {
  border-inline-end-color: rgb(248 181 181 / 0.7);
}

.border-e-ozc-300\/75 {
  border-inline-end-color: rgb(248 181 181 / 0.75);
}

.border-e-ozc-300\/80 {
  border-inline-end-color: rgb(248 181 181 / 0.8);
}

.border-e-ozc-300\/90 {
  border-inline-end-color: rgb(248 181 181 / 0.9);
}

.border-e-ozc-300\/95 {
  border-inline-end-color: rgb(248 181 181 / 0.95);
}

.border-e-ozc-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 189 173 / var(--tw-border-opacity));
}

.border-e-ozc-400\/0 {
  border-inline-end-color: rgb(250 189 173 / 0);
}

.border-e-ozc-400\/10 {
  border-inline-end-color: rgb(250 189 173 / 0.1);
}

.border-e-ozc-400\/100 {
  border-inline-end-color: rgb(250 189 173 / 1);
}

.border-e-ozc-400\/20 {
  border-inline-end-color: rgb(250 189 173 / 0.2);
}

.border-e-ozc-400\/25 {
  border-inline-end-color: rgb(250 189 173 / 0.25);
}

.border-e-ozc-400\/30 {
  border-inline-end-color: rgb(250 189 173 / 0.3);
}

.border-e-ozc-400\/40 {
  border-inline-end-color: rgb(250 189 173 / 0.4);
}

.border-e-ozc-400\/5 {
  border-inline-end-color: rgb(250 189 173 / 0.05);
}

.border-e-ozc-400\/50 {
  border-inline-end-color: rgb(250 189 173 / 0.5);
}

.border-e-ozc-400\/60 {
  border-inline-end-color: rgb(250 189 173 / 0.6);
}

.border-e-ozc-400\/70 {
  border-inline-end-color: rgb(250 189 173 / 0.7);
}

.border-e-ozc-400\/75 {
  border-inline-end-color: rgb(250 189 173 / 0.75);
}

.border-e-ozc-400\/80 {
  border-inline-end-color: rgb(250 189 173 / 0.8);
}

.border-e-ozc-400\/90 {
  border-inline-end-color: rgb(250 189 173 / 0.9);
}

.border-e-ozc-400\/95 {
  border-inline-end-color: rgb(250 189 173 / 0.95);
}

.border-e-ozc-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 243 232 / var(--tw-border-opacity));
}

.border-e-ozc-50\/0 {
  border-inline-end-color: rgb(254 243 232 / 0);
}

.border-e-ozc-50\/10 {
  border-inline-end-color: rgb(254 243 232 / 0.1);
}

.border-e-ozc-50\/100 {
  border-inline-end-color: rgb(254 243 232 / 1);
}

.border-e-ozc-50\/20 {
  border-inline-end-color: rgb(254 243 232 / 0.2);
}

.border-e-ozc-50\/25 {
  border-inline-end-color: rgb(254 243 232 / 0.25);
}

.border-e-ozc-50\/30 {
  border-inline-end-color: rgb(254 243 232 / 0.3);
}

.border-e-ozc-50\/40 {
  border-inline-end-color: rgb(254 243 232 / 0.4);
}

.border-e-ozc-50\/5 {
  border-inline-end-color: rgb(254 243 232 / 0.05);
}

.border-e-ozc-50\/50 {
  border-inline-end-color: rgb(254 243 232 / 0.5);
}

.border-e-ozc-50\/60 {
  border-inline-end-color: rgb(254 243 232 / 0.6);
}

.border-e-ozc-50\/70 {
  border-inline-end-color: rgb(254 243 232 / 0.7);
}

.border-e-ozc-50\/75 {
  border-inline-end-color: rgb(254 243 232 / 0.75);
}

.border-e-ozc-50\/80 {
  border-inline-end-color: rgb(254 243 232 / 0.8);
}

.border-e-ozc-50\/90 {
  border-inline-end-color: rgb(254 243 232 / 0.9);
}

.border-e-ozc-50\/95 {
  border-inline-end-color: rgb(254 243 232 / 0.95);
}

.border-e-ozc-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 110 96 / var(--tw-border-opacity));
}

.border-e-ozc-500\/0 {
  border-inline-end-color: rgb(255 110 96 / 0);
}

.border-e-ozc-500\/10 {
  border-inline-end-color: rgb(255 110 96 / 0.1);
}

.border-e-ozc-500\/100 {
  border-inline-end-color: rgb(255 110 96 / 1);
}

.border-e-ozc-500\/20 {
  border-inline-end-color: rgb(255 110 96 / 0.2);
}

.border-e-ozc-500\/25 {
  border-inline-end-color: rgb(255 110 96 / 0.25);
}

.border-e-ozc-500\/30 {
  border-inline-end-color: rgb(255 110 96 / 0.3);
}

.border-e-ozc-500\/40 {
  border-inline-end-color: rgb(255 110 96 / 0.4);
}

.border-e-ozc-500\/5 {
  border-inline-end-color: rgb(255 110 96 / 0.05);
}

.border-e-ozc-500\/50 {
  border-inline-end-color: rgb(255 110 96 / 0.5);
}

.border-e-ozc-500\/60 {
  border-inline-end-color: rgb(255 110 96 / 0.6);
}

.border-e-ozc-500\/70 {
  border-inline-end-color: rgb(255 110 96 / 0.7);
}

.border-e-ozc-500\/75 {
  border-inline-end-color: rgb(255 110 96 / 0.75);
}

.border-e-ozc-500\/80 {
  border-inline-end-color: rgb(255 110 96 / 0.8);
}

.border-e-ozc-500\/90 {
  border-inline-end-color: rgb(255 110 96 / 0.9);
}

.border-e-ozc-500\/95 {
  border-inline-end-color: rgb(255 110 96 / 0.95);
}

.border-e-ozc-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(249 169 140 / var(--tw-border-opacity));
}

.border-e-ozc-600\/0 {
  border-inline-end-color: rgb(249 169 140 / 0);
}

.border-e-ozc-600\/10 {
  border-inline-end-color: rgb(249 169 140 / 0.1);
}

.border-e-ozc-600\/100 {
  border-inline-end-color: rgb(249 169 140 / 1);
}

.border-e-ozc-600\/20 {
  border-inline-end-color: rgb(249 169 140 / 0.2);
}

.border-e-ozc-600\/25 {
  border-inline-end-color: rgb(249 169 140 / 0.25);
}

.border-e-ozc-600\/30 {
  border-inline-end-color: rgb(249 169 140 / 0.3);
}

.border-e-ozc-600\/40 {
  border-inline-end-color: rgb(249 169 140 / 0.4);
}

.border-e-ozc-600\/5 {
  border-inline-end-color: rgb(249 169 140 / 0.05);
}

.border-e-ozc-600\/50 {
  border-inline-end-color: rgb(249 169 140 / 0.5);
}

.border-e-ozc-600\/60 {
  border-inline-end-color: rgb(249 169 140 / 0.6);
}

.border-e-ozc-600\/70 {
  border-inline-end-color: rgb(249 169 140 / 0.7);
}

.border-e-ozc-600\/75 {
  border-inline-end-color: rgb(249 169 140 / 0.75);
}

.border-e-ozc-600\/80 {
  border-inline-end-color: rgb(249 169 140 / 0.8);
}

.border-e-ozc-600\/90 {
  border-inline-end-color: rgb(249 169 140 / 0.9);
}

.border-e-ozc-600\/95 {
  border-inline-end-color: rgb(249 169 140 / 0.95);
}

.border-e-ozc-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(246 148 114 / var(--tw-border-opacity));
}

.border-e-ozc-700\/0 {
  border-inline-end-color: rgb(246 148 114 / 0);
}

.border-e-ozc-700\/10 {
  border-inline-end-color: rgb(246 148 114 / 0.1);
}

.border-e-ozc-700\/100 {
  border-inline-end-color: rgb(246 148 114 / 1);
}

.border-e-ozc-700\/20 {
  border-inline-end-color: rgb(246 148 114 / 0.2);
}

.border-e-ozc-700\/25 {
  border-inline-end-color: rgb(246 148 114 / 0.25);
}

.border-e-ozc-700\/30 {
  border-inline-end-color: rgb(246 148 114 / 0.3);
}

.border-e-ozc-700\/40 {
  border-inline-end-color: rgb(246 148 114 / 0.4);
}

.border-e-ozc-700\/5 {
  border-inline-end-color: rgb(246 148 114 / 0.05);
}

.border-e-ozc-700\/50 {
  border-inline-end-color: rgb(246 148 114 / 0.5);
}

.border-e-ozc-700\/60 {
  border-inline-end-color: rgb(246 148 114 / 0.6);
}

.border-e-ozc-700\/70 {
  border-inline-end-color: rgb(246 148 114 / 0.7);
}

.border-e-ozc-700\/75 {
  border-inline-end-color: rgb(246 148 114 / 0.75);
}

.border-e-ozc-700\/80 {
  border-inline-end-color: rgb(246 148 114 / 0.8);
}

.border-e-ozc-700\/90 {
  border-inline-end-color: rgb(246 148 114 / 0.9);
}

.border-e-ozc-700\/95 {
  border-inline-end-color: rgb(246 148 114 / 0.95);
}

.border-e-ozc-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 144 136 / var(--tw-border-opacity));
}

.border-e-ozc-800\/0 {
  border-inline-end-color: rgb(245 144 136 / 0);
}

.border-e-ozc-800\/10 {
  border-inline-end-color: rgb(245 144 136 / 0.1);
}

.border-e-ozc-800\/100 {
  border-inline-end-color: rgb(245 144 136 / 1);
}

.border-e-ozc-800\/20 {
  border-inline-end-color: rgb(245 144 136 / 0.2);
}

.border-e-ozc-800\/25 {
  border-inline-end-color: rgb(245 144 136 / 0.25);
}

.border-e-ozc-800\/30 {
  border-inline-end-color: rgb(245 144 136 / 0.3);
}

.border-e-ozc-800\/40 {
  border-inline-end-color: rgb(245 144 136 / 0.4);
}

.border-e-ozc-800\/5 {
  border-inline-end-color: rgb(245 144 136 / 0.05);
}

.border-e-ozc-800\/50 {
  border-inline-end-color: rgb(245 144 136 / 0.5);
}

.border-e-ozc-800\/60 {
  border-inline-end-color: rgb(245 144 136 / 0.6);
}

.border-e-ozc-800\/70 {
  border-inline-end-color: rgb(245 144 136 / 0.7);
}

.border-e-ozc-800\/75 {
  border-inline-end-color: rgb(245 144 136 / 0.75);
}

.border-e-ozc-800\/80 {
  border-inline-end-color: rgb(245 144 136 / 0.8);
}

.border-e-ozc-800\/90 {
  border-inline-end-color: rgb(245 144 136 / 0.9);
}

.border-e-ozc-800\/95 {
  border-inline-end-color: rgb(245 144 136 / 0.95);
}

.border-e-ozc-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(243 121 124 / var(--tw-border-opacity));
}

.border-e-ozc-900\/0 {
  border-inline-end-color: rgb(243 121 124 / 0);
}

.border-e-ozc-900\/10 {
  border-inline-end-color: rgb(243 121 124 / 0.1);
}

.border-e-ozc-900\/100 {
  border-inline-end-color: rgb(243 121 124 / 1);
}

.border-e-ozc-900\/20 {
  border-inline-end-color: rgb(243 121 124 / 0.2);
}

.border-e-ozc-900\/25 {
  border-inline-end-color: rgb(243 121 124 / 0.25);
}

.border-e-ozc-900\/30 {
  border-inline-end-color: rgb(243 121 124 / 0.3);
}

.border-e-ozc-900\/40 {
  border-inline-end-color: rgb(243 121 124 / 0.4);
}

.border-e-ozc-900\/5 {
  border-inline-end-color: rgb(243 121 124 / 0.05);
}

.border-e-ozc-900\/50 {
  border-inline-end-color: rgb(243 121 124 / 0.5);
}

.border-e-ozc-900\/60 {
  border-inline-end-color: rgb(243 121 124 / 0.6);
}

.border-e-ozc-900\/70 {
  border-inline-end-color: rgb(243 121 124 / 0.7);
}

.border-e-ozc-900\/75 {
  border-inline-end-color: rgb(243 121 124 / 0.75);
}

.border-e-ozc-900\/80 {
  border-inline-end-color: rgb(243 121 124 / 0.8);
}

.border-e-ozc-900\/90 {
  border-inline-end-color: rgb(243 121 124 / 0.9);
}

.border-e-ozc-900\/95 {
  border-inline-end-color: rgb(243 121 124 / 0.95);
}

.border-e-ozc-950 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.border-e-ozc-950\/0 {
  border-inline-end-color: rgb(42 45 51 / 0);
}

.border-e-ozc-950\/10 {
  border-inline-end-color: rgb(42 45 51 / 0.1);
}

.border-e-ozc-950\/100 {
  border-inline-end-color: rgb(42 45 51 / 1);
}

.border-e-ozc-950\/20 {
  border-inline-end-color: rgb(42 45 51 / 0.2);
}

.border-e-ozc-950\/25 {
  border-inline-end-color: rgb(42 45 51 / 0.25);
}

.border-e-ozc-950\/30 {
  border-inline-end-color: rgb(42 45 51 / 0.3);
}

.border-e-ozc-950\/40 {
  border-inline-end-color: rgb(42 45 51 / 0.4);
}

.border-e-ozc-950\/5 {
  border-inline-end-color: rgb(42 45 51 / 0.05);
}

.border-e-ozc-950\/50 {
  border-inline-end-color: rgb(42 45 51 / 0.5);
}

.border-e-ozc-950\/60 {
  border-inline-end-color: rgb(42 45 51 / 0.6);
}

.border-e-ozc-950\/70 {
  border-inline-end-color: rgb(42 45 51 / 0.7);
}

.border-e-ozc-950\/75 {
  border-inline-end-color: rgb(42 45 51 / 0.75);
}

.border-e-ozc-950\/80 {
  border-inline-end-color: rgb(42 45 51 / 0.8);
}

.border-e-ozc-950\/90 {
  border-inline-end-color: rgb(42 45 51 / 0.9);
}

.border-e-ozc-950\/95 {
  border-inline-end-color: rgb(42 45 51 / 0.95);
}

.border-e-ozc-alt-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 250 230 / var(--tw-border-opacity));
}

.border-e-ozc-alt-100\/0 {
  border-inline-end-color: rgb(255 250 230 / 0);
}

.border-e-ozc-alt-100\/10 {
  border-inline-end-color: rgb(255 250 230 / 0.1);
}

.border-e-ozc-alt-100\/100 {
  border-inline-end-color: rgb(255 250 230 / 1);
}

.border-e-ozc-alt-100\/20 {
  border-inline-end-color: rgb(255 250 230 / 0.2);
}

.border-e-ozc-alt-100\/25 {
  border-inline-end-color: rgb(255 250 230 / 0.25);
}

.border-e-ozc-alt-100\/30 {
  border-inline-end-color: rgb(255 250 230 / 0.3);
}

.border-e-ozc-alt-100\/40 {
  border-inline-end-color: rgb(255 250 230 / 0.4);
}

.border-e-ozc-alt-100\/5 {
  border-inline-end-color: rgb(255 250 230 / 0.05);
}

.border-e-ozc-alt-100\/50 {
  border-inline-end-color: rgb(255 250 230 / 0.5);
}

.border-e-ozc-alt-100\/60 {
  border-inline-end-color: rgb(255 250 230 / 0.6);
}

.border-e-ozc-alt-100\/70 {
  border-inline-end-color: rgb(255 250 230 / 0.7);
}

.border-e-ozc-alt-100\/75 {
  border-inline-end-color: rgb(255 250 230 / 0.75);
}

.border-e-ozc-alt-100\/80 {
  border-inline-end-color: rgb(255 250 230 / 0.8);
}

.border-e-ozc-alt-100\/90 {
  border-inline-end-color: rgb(255 250 230 / 0.9);
}

.border-e-ozc-alt-100\/95 {
  border-inline-end-color: rgb(255 250 230 / 0.95);
}

.border-e-ozc-alt-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 242 193 / var(--tw-border-opacity));
}

.border-e-ozc-alt-200\/0 {
  border-inline-end-color: rgb(255 242 193 / 0);
}

.border-e-ozc-alt-200\/10 {
  border-inline-end-color: rgb(255 242 193 / 0.1);
}

.border-e-ozc-alt-200\/100 {
  border-inline-end-color: rgb(255 242 193 / 1);
}

.border-e-ozc-alt-200\/20 {
  border-inline-end-color: rgb(255 242 193 / 0.2);
}

.border-e-ozc-alt-200\/25 {
  border-inline-end-color: rgb(255 242 193 / 0.25);
}

.border-e-ozc-alt-200\/30 {
  border-inline-end-color: rgb(255 242 193 / 0.3);
}

.border-e-ozc-alt-200\/40 {
  border-inline-end-color: rgb(255 242 193 / 0.4);
}

.border-e-ozc-alt-200\/5 {
  border-inline-end-color: rgb(255 242 193 / 0.05);
}

.border-e-ozc-alt-200\/50 {
  border-inline-end-color: rgb(255 242 193 / 0.5);
}

.border-e-ozc-alt-200\/60 {
  border-inline-end-color: rgb(255 242 193 / 0.6);
}

.border-e-ozc-alt-200\/70 {
  border-inline-end-color: rgb(255 242 193 / 0.7);
}

.border-e-ozc-alt-200\/75 {
  border-inline-end-color: rgb(255 242 193 / 0.75);
}

.border-e-ozc-alt-200\/80 {
  border-inline-end-color: rgb(255 242 193 / 0.8);
}

.border-e-ozc-alt-200\/90 {
  border-inline-end-color: rgb(255 242 193 / 0.9);
}

.border-e-ozc-alt-200\/95 {
  border-inline-end-color: rgb(255 242 193 / 0.95);
}

.border-e-ozc-alt-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 235 155 / var(--tw-border-opacity));
}

.border-e-ozc-alt-300\/0 {
  border-inline-end-color: rgb(255 235 155 / 0);
}

.border-e-ozc-alt-300\/10 {
  border-inline-end-color: rgb(255 235 155 / 0.1);
}

.border-e-ozc-alt-300\/100 {
  border-inline-end-color: rgb(255 235 155 / 1);
}

.border-e-ozc-alt-300\/20 {
  border-inline-end-color: rgb(255 235 155 / 0.2);
}

.border-e-ozc-alt-300\/25 {
  border-inline-end-color: rgb(255 235 155 / 0.25);
}

.border-e-ozc-alt-300\/30 {
  border-inline-end-color: rgb(255 235 155 / 0.3);
}

.border-e-ozc-alt-300\/40 {
  border-inline-end-color: rgb(255 235 155 / 0.4);
}

.border-e-ozc-alt-300\/5 {
  border-inline-end-color: rgb(255 235 155 / 0.05);
}

.border-e-ozc-alt-300\/50 {
  border-inline-end-color: rgb(255 235 155 / 0.5);
}

.border-e-ozc-alt-300\/60 {
  border-inline-end-color: rgb(255 235 155 / 0.6);
}

.border-e-ozc-alt-300\/70 {
  border-inline-end-color: rgb(255 235 155 / 0.7);
}

.border-e-ozc-alt-300\/75 {
  border-inline-end-color: rgb(255 235 155 / 0.75);
}

.border-e-ozc-alt-300\/80 {
  border-inline-end-color: rgb(255 235 155 / 0.8);
}

.border-e-ozc-alt-300\/90 {
  border-inline-end-color: rgb(255 235 155 / 0.9);
}

.border-e-ozc-alt-300\/95 {
  border-inline-end-color: rgb(255 235 155 / 0.95);
}

.border-e-ozc-alt-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 219 80 / var(--tw-border-opacity));
}

.border-e-ozc-alt-400\/0 {
  border-inline-end-color: rgb(255 219 80 / 0);
}

.border-e-ozc-alt-400\/10 {
  border-inline-end-color: rgb(255 219 80 / 0.1);
}

.border-e-ozc-alt-400\/100 {
  border-inline-end-color: rgb(255 219 80 / 1);
}

.border-e-ozc-alt-400\/20 {
  border-inline-end-color: rgb(255 219 80 / 0.2);
}

.border-e-ozc-alt-400\/25 {
  border-inline-end-color: rgb(255 219 80 / 0.25);
}

.border-e-ozc-alt-400\/30 {
  border-inline-end-color: rgb(255 219 80 / 0.3);
}

.border-e-ozc-alt-400\/40 {
  border-inline-end-color: rgb(255 219 80 / 0.4);
}

.border-e-ozc-alt-400\/5 {
  border-inline-end-color: rgb(255 219 80 / 0.05);
}

.border-e-ozc-alt-400\/50 {
  border-inline-end-color: rgb(255 219 80 / 0.5);
}

.border-e-ozc-alt-400\/60 {
  border-inline-end-color: rgb(255 219 80 / 0.6);
}

.border-e-ozc-alt-400\/70 {
  border-inline-end-color: rgb(255 219 80 / 0.7);
}

.border-e-ozc-alt-400\/75 {
  border-inline-end-color: rgb(255 219 80 / 0.75);
}

.border-e-ozc-alt-400\/80 {
  border-inline-end-color: rgb(255 219 80 / 0.8);
}

.border-e-ozc-alt-400\/90 {
  border-inline-end-color: rgb(255 219 80 / 0.9);
}

.border-e-ozc-alt-400\/95 {
  border-inline-end-color: rgb(255 219 80 / 0.95);
}

.border-e-ozc-alt-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 252 243 / var(--tw-border-opacity));
}

.border-e-ozc-alt-50\/0 {
  border-inline-end-color: rgb(255 252 243 / 0);
}

.border-e-ozc-alt-50\/10 {
  border-inline-end-color: rgb(255 252 243 / 0.1);
}

.border-e-ozc-alt-50\/100 {
  border-inline-end-color: rgb(255 252 243 / 1);
}

.border-e-ozc-alt-50\/20 {
  border-inline-end-color: rgb(255 252 243 / 0.2);
}

.border-e-ozc-alt-50\/25 {
  border-inline-end-color: rgb(255 252 243 / 0.25);
}

.border-e-ozc-alt-50\/30 {
  border-inline-end-color: rgb(255 252 243 / 0.3);
}

.border-e-ozc-alt-50\/40 {
  border-inline-end-color: rgb(255 252 243 / 0.4);
}

.border-e-ozc-alt-50\/5 {
  border-inline-end-color: rgb(255 252 243 / 0.05);
}

.border-e-ozc-alt-50\/50 {
  border-inline-end-color: rgb(255 252 243 / 0.5);
}

.border-e-ozc-alt-50\/60 {
  border-inline-end-color: rgb(255 252 243 / 0.6);
}

.border-e-ozc-alt-50\/70 {
  border-inline-end-color: rgb(255 252 243 / 0.7);
}

.border-e-ozc-alt-50\/75 {
  border-inline-end-color: rgb(255 252 243 / 0.75);
}

.border-e-ozc-alt-50\/80 {
  border-inline-end-color: rgb(255 252 243 / 0.8);
}

.border-e-ozc-alt-50\/90 {
  border-inline-end-color: rgb(255 252 243 / 0.9);
}

.border-e-ozc-alt-50\/95 {
  border-inline-end-color: rgb(255 252 243 / 0.95);
}

.border-e-ozc-alt-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 204 5 / var(--tw-border-opacity));
}

.border-e-ozc-alt-500\/0 {
  border-inline-end-color: rgb(255 204 5 / 0);
}

.border-e-ozc-alt-500\/10 {
  border-inline-end-color: rgb(255 204 5 / 0.1);
}

.border-e-ozc-alt-500\/100 {
  border-inline-end-color: rgb(255 204 5 / 1);
}

.border-e-ozc-alt-500\/20 {
  border-inline-end-color: rgb(255 204 5 / 0.2);
}

.border-e-ozc-alt-500\/25 {
  border-inline-end-color: rgb(255 204 5 / 0.25);
}

.border-e-ozc-alt-500\/30 {
  border-inline-end-color: rgb(255 204 5 / 0.3);
}

.border-e-ozc-alt-500\/40 {
  border-inline-end-color: rgb(255 204 5 / 0.4);
}

.border-e-ozc-alt-500\/5 {
  border-inline-end-color: rgb(255 204 5 / 0.05);
}

.border-e-ozc-alt-500\/50 {
  border-inline-end-color: rgb(255 204 5 / 0.5);
}

.border-e-ozc-alt-500\/60 {
  border-inline-end-color: rgb(255 204 5 / 0.6);
}

.border-e-ozc-alt-500\/70 {
  border-inline-end-color: rgb(255 204 5 / 0.7);
}

.border-e-ozc-alt-500\/75 {
  border-inline-end-color: rgb(255 204 5 / 0.75);
}

.border-e-ozc-alt-500\/80 {
  border-inline-end-color: rgb(255 204 5 / 0.8);
}

.border-e-ozc-alt-500\/90 {
  border-inline-end-color: rgb(255 204 5 / 0.9);
}

.border-e-ozc-alt-500\/95 {
  border-inline-end-color: rgb(255 204 5 / 0.95);
}

.border-e-ozc-alt-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(230 184 5 / var(--tw-border-opacity));
}

.border-e-ozc-alt-600\/0 {
  border-inline-end-color: rgb(230 184 5 / 0);
}

.border-e-ozc-alt-600\/10 {
  border-inline-end-color: rgb(230 184 5 / 0.1);
}

.border-e-ozc-alt-600\/100 {
  border-inline-end-color: rgb(230 184 5 / 1);
}

.border-e-ozc-alt-600\/20 {
  border-inline-end-color: rgb(230 184 5 / 0.2);
}

.border-e-ozc-alt-600\/25 {
  border-inline-end-color: rgb(230 184 5 / 0.25);
}

.border-e-ozc-alt-600\/30 {
  border-inline-end-color: rgb(230 184 5 / 0.3);
}

.border-e-ozc-alt-600\/40 {
  border-inline-end-color: rgb(230 184 5 / 0.4);
}

.border-e-ozc-alt-600\/5 {
  border-inline-end-color: rgb(230 184 5 / 0.05);
}

.border-e-ozc-alt-600\/50 {
  border-inline-end-color: rgb(230 184 5 / 0.5);
}

.border-e-ozc-alt-600\/60 {
  border-inline-end-color: rgb(230 184 5 / 0.6);
}

.border-e-ozc-alt-600\/70 {
  border-inline-end-color: rgb(230 184 5 / 0.7);
}

.border-e-ozc-alt-600\/75 {
  border-inline-end-color: rgb(230 184 5 / 0.75);
}

.border-e-ozc-alt-600\/80 {
  border-inline-end-color: rgb(230 184 5 / 0.8);
}

.border-e-ozc-alt-600\/90 {
  border-inline-end-color: rgb(230 184 5 / 0.9);
}

.border-e-ozc-alt-600\/95 {
  border-inline-end-color: rgb(230 184 5 / 0.95);
}

.border-e-ozc-alt-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(153 122 3 / var(--tw-border-opacity));
}

.border-e-ozc-alt-700\/0 {
  border-inline-end-color: rgb(153 122 3 / 0);
}

.border-e-ozc-alt-700\/10 {
  border-inline-end-color: rgb(153 122 3 / 0.1);
}

.border-e-ozc-alt-700\/100 {
  border-inline-end-color: rgb(153 122 3 / 1);
}

.border-e-ozc-alt-700\/20 {
  border-inline-end-color: rgb(153 122 3 / 0.2);
}

.border-e-ozc-alt-700\/25 {
  border-inline-end-color: rgb(153 122 3 / 0.25);
}

.border-e-ozc-alt-700\/30 {
  border-inline-end-color: rgb(153 122 3 / 0.3);
}

.border-e-ozc-alt-700\/40 {
  border-inline-end-color: rgb(153 122 3 / 0.4);
}

.border-e-ozc-alt-700\/5 {
  border-inline-end-color: rgb(153 122 3 / 0.05);
}

.border-e-ozc-alt-700\/50 {
  border-inline-end-color: rgb(153 122 3 / 0.5);
}

.border-e-ozc-alt-700\/60 {
  border-inline-end-color: rgb(153 122 3 / 0.6);
}

.border-e-ozc-alt-700\/70 {
  border-inline-end-color: rgb(153 122 3 / 0.7);
}

.border-e-ozc-alt-700\/75 {
  border-inline-end-color: rgb(153 122 3 / 0.75);
}

.border-e-ozc-alt-700\/80 {
  border-inline-end-color: rgb(153 122 3 / 0.8);
}

.border-e-ozc-alt-700\/90 {
  border-inline-end-color: rgb(153 122 3 / 0.9);
}

.border-e-ozc-alt-700\/95 {
  border-inline-end-color: rgb(153 122 3 / 0.95);
}

.border-e-ozc-alt-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(115 92 2 / var(--tw-border-opacity));
}

.border-e-ozc-alt-800\/0 {
  border-inline-end-color: rgb(115 92 2 / 0);
}

.border-e-ozc-alt-800\/10 {
  border-inline-end-color: rgb(115 92 2 / 0.1);
}

.border-e-ozc-alt-800\/100 {
  border-inline-end-color: rgb(115 92 2 / 1);
}

.border-e-ozc-alt-800\/20 {
  border-inline-end-color: rgb(115 92 2 / 0.2);
}

.border-e-ozc-alt-800\/25 {
  border-inline-end-color: rgb(115 92 2 / 0.25);
}

.border-e-ozc-alt-800\/30 {
  border-inline-end-color: rgb(115 92 2 / 0.3);
}

.border-e-ozc-alt-800\/40 {
  border-inline-end-color: rgb(115 92 2 / 0.4);
}

.border-e-ozc-alt-800\/5 {
  border-inline-end-color: rgb(115 92 2 / 0.05);
}

.border-e-ozc-alt-800\/50 {
  border-inline-end-color: rgb(115 92 2 / 0.5);
}

.border-e-ozc-alt-800\/60 {
  border-inline-end-color: rgb(115 92 2 / 0.6);
}

.border-e-ozc-alt-800\/70 {
  border-inline-end-color: rgb(115 92 2 / 0.7);
}

.border-e-ozc-alt-800\/75 {
  border-inline-end-color: rgb(115 92 2 / 0.75);
}

.border-e-ozc-alt-800\/80 {
  border-inline-end-color: rgb(115 92 2 / 0.8);
}

.border-e-ozc-alt-800\/90 {
  border-inline-end-color: rgb(115 92 2 / 0.9);
}

.border-e-ozc-alt-800\/95 {
  border-inline-end-color: rgb(115 92 2 / 0.95);
}

.border-e-ozc-alt-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.border-e-ozc-alt-900\/0 {
  border-inline-end-color: rgb(42 45 51 / 0);
}

.border-e-ozc-alt-900\/10 {
  border-inline-end-color: rgb(42 45 51 / 0.1);
}

.border-e-ozc-alt-900\/100 {
  border-inline-end-color: rgb(42 45 51 / 1);
}

.border-e-ozc-alt-900\/20 {
  border-inline-end-color: rgb(42 45 51 / 0.2);
}

.border-e-ozc-alt-900\/25 {
  border-inline-end-color: rgb(42 45 51 / 0.25);
}

.border-e-ozc-alt-900\/30 {
  border-inline-end-color: rgb(42 45 51 / 0.3);
}

.border-e-ozc-alt-900\/40 {
  border-inline-end-color: rgb(42 45 51 / 0.4);
}

.border-e-ozc-alt-900\/5 {
  border-inline-end-color: rgb(42 45 51 / 0.05);
}

.border-e-ozc-alt-900\/50 {
  border-inline-end-color: rgb(42 45 51 / 0.5);
}

.border-e-ozc-alt-900\/60 {
  border-inline-end-color: rgb(42 45 51 / 0.6);
}

.border-e-ozc-alt-900\/70 {
  border-inline-end-color: rgb(42 45 51 / 0.7);
}

.border-e-ozc-alt-900\/75 {
  border-inline-end-color: rgb(42 45 51 / 0.75);
}

.border-e-ozc-alt-900\/80 {
  border-inline-end-color: rgb(42 45 51 / 0.8);
}

.border-e-ozc-alt-900\/90 {
  border-inline-end-color: rgb(42 45 51 / 0.9);
}

.border-e-ozc-alt-900\/95 {
  border-inline-end-color: rgb(42 45 51 / 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-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-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-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-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-tykhe-digital {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(239 156 131 / var(--tw-border-opacity));
}

.border-e-tykhe-digital-alt {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 239 224 / var(--tw-border-opacity));
}

.border-e-tykhe-digital-alt\/0 {
  border-inline-end-color: rgb(245 239 224 / 0);
}

.border-e-tykhe-digital-alt\/10 {
  border-inline-end-color: rgb(245 239 224 / 0.1);
}

.border-e-tykhe-digital-alt\/100 {
  border-inline-end-color: rgb(245 239 224 / 1);
}

.border-e-tykhe-digital-alt\/20 {
  border-inline-end-color: rgb(245 239 224 / 0.2);
}

.border-e-tykhe-digital-alt\/25 {
  border-inline-end-color: rgb(245 239 224 / 0.25);
}

.border-e-tykhe-digital-alt\/30 {
  border-inline-end-color: rgb(245 239 224 / 0.3);
}

.border-e-tykhe-digital-alt\/40 {
  border-inline-end-color: rgb(245 239 224 / 0.4);
}

.border-e-tykhe-digital-alt\/5 {
  border-inline-end-color: rgb(245 239 224 / 0.05);
}

.border-e-tykhe-digital-alt\/50 {
  border-inline-end-color: rgb(245 239 224 / 0.5);
}

.border-e-tykhe-digital-alt\/60 {
  border-inline-end-color: rgb(245 239 224 / 0.6);
}

.border-e-tykhe-digital-alt\/70 {
  border-inline-end-color: rgb(245 239 224 / 0.7);
}

.border-e-tykhe-digital-alt\/75 {
  border-inline-end-color: rgb(245 239 224 / 0.75);
}

.border-e-tykhe-digital-alt\/80 {
  border-inline-end-color: rgb(245 239 224 / 0.8);
}

.border-e-tykhe-digital-alt\/90 {
  border-inline-end-color: rgb(245 239 224 / 0.9);
}

.border-e-tykhe-digital-alt\/95 {
  border-inline-end-color: rgb(245 239 224 / 0.95);
}

.border-e-tykhe-digital-alt2 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 58 111 / var(--tw-border-opacity));
}

.border-e-tykhe-digital-alt2\/0 {
  border-inline-end-color: rgb(255 58 111 / 0);
}

.border-e-tykhe-digital-alt2\/10 {
  border-inline-end-color: rgb(255 58 111 / 0.1);
}

.border-e-tykhe-digital-alt2\/100 {
  border-inline-end-color: rgb(255 58 111 / 1);
}

.border-e-tykhe-digital-alt2\/20 {
  border-inline-end-color: rgb(255 58 111 / 0.2);
}

.border-e-tykhe-digital-alt2\/25 {
  border-inline-end-color: rgb(255 58 111 / 0.25);
}

.border-e-tykhe-digital-alt2\/30 {
  border-inline-end-color: rgb(255 58 111 / 0.3);
}

.border-e-tykhe-digital-alt2\/40 {
  border-inline-end-color: rgb(255 58 111 / 0.4);
}

.border-e-tykhe-digital-alt2\/5 {
  border-inline-end-color: rgb(255 58 111 / 0.05);
}

.border-e-tykhe-digital-alt2\/50 {
  border-inline-end-color: rgb(255 58 111 / 0.5);
}

.border-e-tykhe-digital-alt2\/60 {
  border-inline-end-color: rgb(255 58 111 / 0.6);
}

.border-e-tykhe-digital-alt2\/70 {
  border-inline-end-color: rgb(255 58 111 / 0.7);
}

.border-e-tykhe-digital-alt2\/75 {
  border-inline-end-color: rgb(255 58 111 / 0.75);
}

.border-e-tykhe-digital-alt2\/80 {
  border-inline-end-color: rgb(255 58 111 / 0.8);
}

.border-e-tykhe-digital-alt2\/90 {
  border-inline-end-color: rgb(255 58 111 / 0.9);
}

.border-e-tykhe-digital-alt2\/95 {
  border-inline-end-color: rgb(255 58 111 / 0.95);
}

.border-e-tykhe-digital-alt3 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(131 214 239 / var(--tw-border-opacity));
}

.border-e-tykhe-digital-alt3\/0 {
  border-inline-end-color: rgb(131 214 239 / 0);
}

.border-e-tykhe-digital-alt3\/10 {
  border-inline-end-color: rgb(131 214 239 / 0.1);
}

.border-e-tykhe-digital-alt3\/100 {
  border-inline-end-color: rgb(131 214 239 / 1);
}

.border-e-tykhe-digital-alt3\/20 {
  border-inline-end-color: rgb(131 214 239 / 0.2);
}

.border-e-tykhe-digital-alt3\/25 {
  border-inline-end-color: rgb(131 214 239 / 0.25);
}

.border-e-tykhe-digital-alt3\/30 {
  border-inline-end-color: rgb(131 214 239 / 0.3);
}

.border-e-tykhe-digital-alt3\/40 {
  border-inline-end-color: rgb(131 214 239 / 0.4);
}

.border-e-tykhe-digital-alt3\/5 {
  border-inline-end-color: rgb(131 214 239 / 0.05);
}

.border-e-tykhe-digital-alt3\/50 {
  border-inline-end-color: rgb(131 214 239 / 0.5);
}

.border-e-tykhe-digital-alt3\/60 {
  border-inline-end-color: rgb(131 214 239 / 0.6);
}

.border-e-tykhe-digital-alt3\/70 {
  border-inline-end-color: rgb(131 214 239 / 0.7);
}

.border-e-tykhe-digital-alt3\/75 {
  border-inline-end-color: rgb(131 214 239 / 0.75);
}

.border-e-tykhe-digital-alt3\/80 {
  border-inline-end-color: rgb(131 214 239 / 0.8);
}

.border-e-tykhe-digital-alt3\/90 {
  border-inline-end-color: rgb(131 214 239 / 0.9);
}

.border-e-tykhe-digital-alt3\/95 {
  border-inline-end-color: rgb(131 214 239 / 0.95);
}

.border-e-tykhe-digital\/0 {
  border-inline-end-color: rgb(239 156 131 / 0);
}

.border-e-tykhe-digital\/10 {
  border-inline-end-color: rgb(239 156 131 / 0.1);
}

.border-e-tykhe-digital\/100 {
  border-inline-end-color: rgb(239 156 131 / 1);
}

.border-e-tykhe-digital\/20 {
  border-inline-end-color: rgb(239 156 131 / 0.2);
}

.border-e-tykhe-digital\/25 {
  border-inline-end-color: rgb(239 156 131 / 0.25);
}

.border-e-tykhe-digital\/30 {
  border-inline-end-color: rgb(239 156 131 / 0.3);
}

.border-e-tykhe-digital\/40 {
  border-inline-end-color: rgb(239 156 131 / 0.4);
}

.border-e-tykhe-digital\/5 {
  border-inline-end-color: rgb(239 156 131 / 0.05);
}

.border-e-tykhe-digital\/50 {
  border-inline-end-color: rgb(239 156 131 / 0.5);
}

.border-e-tykhe-digital\/60 {
  border-inline-end-color: rgb(239 156 131 / 0.6);
}

.border-e-tykhe-digital\/70 {
  border-inline-end-color: rgb(239 156 131 / 0.7);
}

.border-e-tykhe-digital\/75 {
  border-inline-end-color: rgb(239 156 131 / 0.75);
}

.border-e-tykhe-digital\/80 {
  border-inline-end-color: rgb(239 156 131 / 0.8);
}

.border-e-tykhe-digital\/90 {
  border-inline-end-color: rgb(239 156 131 / 0.9);
}

.border-e-tykhe-digital\/95 {
  border-inline-end-color: rgb(239 156 131 / 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-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-work-identity-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(166 235 194 / var(--tw-border-opacity));
}

.border-e-work-identity-300\/0 {
  border-inline-end-color: rgb(166 235 194 / 0);
}

.border-e-work-identity-300\/10 {
  border-inline-end-color: rgb(166 235 194 / 0.1);
}

.border-e-work-identity-300\/100 {
  border-inline-end-color: rgb(166 235 194 / 1);
}

.border-e-work-identity-300\/20 {
  border-inline-end-color: rgb(166 235 194 / 0.2);
}

.border-e-work-identity-300\/25 {
  border-inline-end-color: rgb(166 235 194 / 0.25);
}

.border-e-work-identity-300\/30 {
  border-inline-end-color: rgb(166 235 194 / 0.3);
}

.border-e-work-identity-300\/40 {
  border-inline-end-color: rgb(166 235 194 / 0.4);
}

.border-e-work-identity-300\/5 {
  border-inline-end-color: rgb(166 235 194 / 0.05);
}

.border-e-work-identity-300\/50 {
  border-inline-end-color: rgb(166 235 194 / 0.5);
}

.border-e-work-identity-300\/60 {
  border-inline-end-color: rgb(166 235 194 / 0.6);
}

.border-e-work-identity-300\/70 {
  border-inline-end-color: rgb(166 235 194 / 0.7);
}

.border-e-work-identity-300\/75 {
  border-inline-end-color: rgb(166 235 194 / 0.75);
}

.border-e-work-identity-300\/80 {
  border-inline-end-color: rgb(166 235 194 / 0.8);
}

.border-e-work-identity-300\/90 {
  border-inline-end-color: rgb(166 235 194 / 0.9);
}

.border-e-work-identity-300\/95 {
  border-inline-end-color: rgb(166 235 194 / 0.95);
}

.border-e-work-identity-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(83 221 139 / var(--tw-border-opacity));
}

.border-e-work-identity-400\/0 {
  border-inline-end-color: rgb(83 221 139 / 0);
}

.border-e-work-identity-400\/10 {
  border-inline-end-color: rgb(83 221 139 / 0.1);
}

.border-e-work-identity-400\/100 {
  border-inline-end-color: rgb(83 221 139 / 1);
}

.border-e-work-identity-400\/20 {
  border-inline-end-color: rgb(83 221 139 / 0.2);
}

.border-e-work-identity-400\/25 {
  border-inline-end-color: rgb(83 221 139 / 0.25);
}

.border-e-work-identity-400\/30 {
  border-inline-end-color: rgb(83 221 139 / 0.3);
}

.border-e-work-identity-400\/40 {
  border-inline-end-color: rgb(83 221 139 / 0.4);
}

.border-e-work-identity-400\/5 {
  border-inline-end-color: rgb(83 221 139 / 0.05);
}

.border-e-work-identity-400\/50 {
  border-inline-end-color: rgb(83 221 139 / 0.5);
}

.border-e-work-identity-400\/60 {
  border-inline-end-color: rgb(83 221 139 / 0.6);
}

.border-e-work-identity-400\/70 {
  border-inline-end-color: rgb(83 221 139 / 0.7);
}

.border-e-work-identity-400\/75 {
  border-inline-end-color: rgb(83 221 139 / 0.75);
}

.border-e-work-identity-400\/80 {
  border-inline-end-color: rgb(83 221 139 / 0.8);
}

.border-e-work-identity-400\/90 {
  border-inline-end-color: rgb(83 221 139 / 0.9);
}

.border-e-work-identity-400\/95 {
  border-inline-end-color: rgb(83 221 139 / 0.95);
}

.border-e-work-identity-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(0 208 84 / var(--tw-border-opacity));
}

.border-e-work-identity-500\/0 {
  border-inline-end-color: rgb(0 208 84 / 0);
}

.border-e-work-identity-500\/10 {
  border-inline-end-color: rgb(0 208 84 / 0.1);
}

.border-e-work-identity-500\/100 {
  border-inline-end-color: rgb(0 208 84 / 1);
}

.border-e-work-identity-500\/20 {
  border-inline-end-color: rgb(0 208 84 / 0.2);
}

.border-e-work-identity-500\/25 {
  border-inline-end-color: rgb(0 208 84 / 0.25);
}

.border-e-work-identity-500\/30 {
  border-inline-end-color: rgb(0 208 84 / 0.3);
}

.border-e-work-identity-500\/40 {
  border-inline-end-color: rgb(0 208 84 / 0.4);
}

.border-e-work-identity-500\/5 {
  border-inline-end-color: rgb(0 208 84 / 0.05);
}

.border-e-work-identity-500\/50 {
  border-inline-end-color: rgb(0 208 84 / 0.5);
}

.border-e-work-identity-500\/60 {
  border-inline-end-color: rgb(0 208 84 / 0.6);
}

.border-e-work-identity-500\/70 {
  border-inline-end-color: rgb(0 208 84 / 0.7);
}

.border-e-work-identity-500\/75 {
  border-inline-end-color: rgb(0 208 84 / 0.75);
}

.border-e-work-identity-500\/80 {
  border-inline-end-color: rgb(0 208 84 / 0.8);
}

.border-e-work-identity-500\/90 {
  border-inline-end-color: rgb(0 208 84 / 0.9);
}

.border-e-work-identity-500\/95 {
  border-inline-end-color: rgb(0 208 84 / 0.95);
}

.border-e-work-identity-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(249 249 249 / var(--tw-border-opacity));
}

.border-e-work-identity-900\/0 {
  border-inline-end-color: rgb(249 249 249 / 0);
}

.border-e-work-identity-900\/10 {
  border-inline-end-color: rgb(249 249 249 / 0.1);
}

.border-e-work-identity-900\/100 {
  border-inline-end-color: rgb(249 249 249 / 1);
}

.border-e-work-identity-900\/20 {
  border-inline-end-color: rgb(249 249 249 / 0.2);
}

.border-e-work-identity-900\/25 {
  border-inline-end-color: rgb(249 249 249 / 0.25);
}

.border-e-work-identity-900\/30 {
  border-inline-end-color: rgb(249 249 249 / 0.3);
}

.border-e-work-identity-900\/40 {
  border-inline-end-color: rgb(249 249 249 / 0.4);
}

.border-e-work-identity-900\/5 {
  border-inline-end-color: rgb(249 249 249 / 0.05);
}

.border-e-work-identity-900\/50 {
  border-inline-end-color: rgb(249 249 249 / 0.5);
}

.border-e-work-identity-900\/60 {
  border-inline-end-color: rgb(249 249 249 / 0.6);
}

.border-e-work-identity-900\/70 {
  border-inline-end-color: rgb(249 249 249 / 0.7);
}

.border-e-work-identity-900\/75 {
  border-inline-end-color: rgb(249 249 249 / 0.75);
}

.border-e-work-identity-900\/80 {
  border-inline-end-color: rgb(249 249 249 / 0.8);
}

.border-e-work-identity-900\/90 {
  border-inline-end-color: rgb(249 249 249 / 0.9);
}

.border-e-work-identity-900\/95 {
  border-inline-end-color: rgb(249 249 249 / 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-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-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-brand-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(230 239 246 / var(--tw-border-opacity));
}

.border-l-brand-100\/0 {
  border-left-color: rgb(230 239 246 / 0);
}

.border-l-brand-100\/10 {
  border-left-color: rgb(230 239 246 / 0.1);
}

.border-l-brand-100\/100 {
  border-left-color: rgb(230 239 246 / 1);
}

.border-l-brand-100\/20 {
  border-left-color: rgb(230 239 246 / 0.2);
}

.border-l-brand-100\/25 {
  border-left-color: rgb(230 239 246 / 0.25);
}

.border-l-brand-100\/30 {
  border-left-color: rgb(230 239 246 / 0.3);
}

.border-l-brand-100\/40 {
  border-left-color: rgb(230 239 246 / 0.4);
}

.border-l-brand-100\/5 {
  border-left-color: rgb(230 239 246 / 0.05);
}

.border-l-brand-100\/50 {
  border-left-color: rgb(230 239 246 / 0.5);
}

.border-l-brand-100\/60 {
  border-left-color: rgb(230 239 246 / 0.6);
}

.border-l-brand-100\/70 {
  border-left-color: rgb(230 239 246 / 0.7);
}

.border-l-brand-100\/75 {
  border-left-color: rgb(230 239 246 / 0.75);
}

.border-l-brand-100\/80 {
  border-left-color: rgb(230 239 246 / 0.8);
}

.border-l-brand-100\/90 {
  border-left-color: rgb(230 239 246 / 0.9);
}

.border-l-brand-100\/95 {
  border-left-color: rgb(230 239 246 / 0.95);
}

.border-l-brand-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(193 215 234 / var(--tw-border-opacity));
}

.border-l-brand-200\/0 {
  border-left-color: rgb(193 215 234 / 0);
}

.border-l-brand-200\/10 {
  border-left-color: rgb(193 215 234 / 0.1);
}

.border-l-brand-200\/100 {
  border-left-color: rgb(193 215 234 / 1);
}

.border-l-brand-200\/20 {
  border-left-color: rgb(193 215 234 / 0.2);
}

.border-l-brand-200\/25 {
  border-left-color: rgb(193 215 234 / 0.25);
}

.border-l-brand-200\/30 {
  border-left-color: rgb(193 215 234 / 0.3);
}

.border-l-brand-200\/40 {
  border-left-color: rgb(193 215 234 / 0.4);
}

.border-l-brand-200\/5 {
  border-left-color: rgb(193 215 234 / 0.05);
}

.border-l-brand-200\/50 {
  border-left-color: rgb(193 215 234 / 0.5);
}

.border-l-brand-200\/60 {
  border-left-color: rgb(193 215 234 / 0.6);
}

.border-l-brand-200\/70 {
  border-left-color: rgb(193 215 234 / 0.7);
}

.border-l-brand-200\/75 {
  border-left-color: rgb(193 215 234 / 0.75);
}

.border-l-brand-200\/80 {
  border-left-color: rgb(193 215 234 / 0.8);
}

.border-l-brand-200\/90 {
  border-left-color: rgb(193 215 234 / 0.9);
}

.border-l-brand-200\/95 {
  border-left-color: rgb(193 215 234 / 0.95);
}

.border-l-brand-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(155 190 221 / var(--tw-border-opacity));
}

.border-l-brand-300\/0 {
  border-left-color: rgb(155 190 221 / 0);
}

.border-l-brand-300\/10 {
  border-left-color: rgb(155 190 221 / 0.1);
}

.border-l-brand-300\/100 {
  border-left-color: rgb(155 190 221 / 1);
}

.border-l-brand-300\/20 {
  border-left-color: rgb(155 190 221 / 0.2);
}

.border-l-brand-300\/25 {
  border-left-color: rgb(155 190 221 / 0.25);
}

.border-l-brand-300\/30 {
  border-left-color: rgb(155 190 221 / 0.3);
}

.border-l-brand-300\/40 {
  border-left-color: rgb(155 190 221 / 0.4);
}

.border-l-brand-300\/5 {
  border-left-color: rgb(155 190 221 / 0.05);
}

.border-l-brand-300\/50 {
  border-left-color: rgb(155 190 221 / 0.5);
}

.border-l-brand-300\/60 {
  border-left-color: rgb(155 190 221 / 0.6);
}

.border-l-brand-300\/70 {
  border-left-color: rgb(155 190 221 / 0.7);
}

.border-l-brand-300\/75 {
  border-left-color: rgb(155 190 221 / 0.75);
}

.border-l-brand-300\/80 {
  border-left-color: rgb(155 190 221 / 0.8);
}

.border-l-brand-300\/90 {
  border-left-color: rgb(155 190 221 / 0.9);
}

.border-l-brand-300\/95 {
  border-left-color: rgb(155 190 221 / 0.95);
}

.border-l-brand-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(81 142 195 / var(--tw-border-opacity));
}

.border-l-brand-400\/0 {
  border-left-color: rgb(81 142 195 / 0);
}

.border-l-brand-400\/10 {
  border-left-color: rgb(81 142 195 / 0.1);
}

.border-l-brand-400\/100 {
  border-left-color: rgb(81 142 195 / 1);
}

.border-l-brand-400\/20 {
  border-left-color: rgb(81 142 195 / 0.2);
}

.border-l-brand-400\/25 {
  border-left-color: rgb(81 142 195 / 0.25);
}

.border-l-brand-400\/30 {
  border-left-color: rgb(81 142 195 / 0.3);
}

.border-l-brand-400\/40 {
  border-left-color: rgb(81 142 195 / 0.4);
}

.border-l-brand-400\/5 {
  border-left-color: rgb(81 142 195 / 0.05);
}

.border-l-brand-400\/50 {
  border-left-color: rgb(81 142 195 / 0.5);
}

.border-l-brand-400\/60 {
  border-left-color: rgb(81 142 195 / 0.6);
}

.border-l-brand-400\/70 {
  border-left-color: rgb(81 142 195 / 0.7);
}

.border-l-brand-400\/75 {
  border-left-color: rgb(81 142 195 / 0.75);
}

.border-l-brand-400\/80 {
  border-left-color: rgb(81 142 195 / 0.8);
}

.border-l-brand-400\/90 {
  border-left-color: rgb(81 142 195 / 0.9);
}

.border-l-brand-400\/95 {
  border-left-color: rgb(81 142 195 / 0.95);
}

.border-l-brand-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(243 247 251 / var(--tw-border-opacity));
}

.border-l-brand-50\/0 {
  border-left-color: rgb(243 247 251 / 0);
}

.border-l-brand-50\/10 {
  border-left-color: rgb(243 247 251 / 0.1);
}

.border-l-brand-50\/100 {
  border-left-color: rgb(243 247 251 / 1);
}

.border-l-brand-50\/20 {
  border-left-color: rgb(243 247 251 / 0.2);
}

.border-l-brand-50\/25 {
  border-left-color: rgb(243 247 251 / 0.25);
}

.border-l-brand-50\/30 {
  border-left-color: rgb(243 247 251 / 0.3);
}

.border-l-brand-50\/40 {
  border-left-color: rgb(243 247 251 / 0.4);
}

.border-l-brand-50\/5 {
  border-left-color: rgb(243 247 251 / 0.05);
}

.border-l-brand-50\/50 {
  border-left-color: rgb(243 247 251 / 0.5);
}

.border-l-brand-50\/60 {
  border-left-color: rgb(243 247 251 / 0.6);
}

.border-l-brand-50\/70 {
  border-left-color: rgb(243 247 251 / 0.7);
}

.border-l-brand-50\/75 {
  border-left-color: rgb(243 247 251 / 0.75);
}

.border-l-brand-50\/80 {
  border-left-color: rgb(243 247 251 / 0.8);
}

.border-l-brand-50\/90 {
  border-left-color: rgb(243 247 251 / 0.9);
}

.border-l-brand-50\/95 {
  border-left-color: rgb(243 247 251 / 0.95);
}

.border-l-brand-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(6 93 169 / var(--tw-border-opacity));
}

.border-l-brand-500\/0 {
  border-left-color: rgb(6 93 169 / 0);
}

.border-l-brand-500\/10 {
  border-left-color: rgb(6 93 169 / 0.1);
}

.border-l-brand-500\/100 {
  border-left-color: rgb(6 93 169 / 1);
}

.border-l-brand-500\/20 {
  border-left-color: rgb(6 93 169 / 0.2);
}

.border-l-brand-500\/25 {
  border-left-color: rgb(6 93 169 / 0.25);
}

.border-l-brand-500\/30 {
  border-left-color: rgb(6 93 169 / 0.3);
}

.border-l-brand-500\/40 {
  border-left-color: rgb(6 93 169 / 0.4);
}

.border-l-brand-500\/5 {
  border-left-color: rgb(6 93 169 / 0.05);
}

.border-l-brand-500\/50 {
  border-left-color: rgb(6 93 169 / 0.5);
}

.border-l-brand-500\/60 {
  border-left-color: rgb(6 93 169 / 0.6);
}

.border-l-brand-500\/70 {
  border-left-color: rgb(6 93 169 / 0.7);
}

.border-l-brand-500\/75 {
  border-left-color: rgb(6 93 169 / 0.75);
}

.border-l-brand-500\/80 {
  border-left-color: rgb(6 93 169 / 0.8);
}

.border-l-brand-500\/90 {
  border-left-color: rgb(6 93 169 / 0.9);
}

.border-l-brand-500\/95 {
  border-left-color: rgb(6 93 169 / 0.95);
}

.border-l-brand-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(5 84 152 / var(--tw-border-opacity));
}

.border-l-brand-600\/0 {
  border-left-color: rgb(5 84 152 / 0);
}

.border-l-brand-600\/10 {
  border-left-color: rgb(5 84 152 / 0.1);
}

.border-l-brand-600\/100 {
  border-left-color: rgb(5 84 152 / 1);
}

.border-l-brand-600\/20 {
  border-left-color: rgb(5 84 152 / 0.2);
}

.border-l-brand-600\/25 {
  border-left-color: rgb(5 84 152 / 0.25);
}

.border-l-brand-600\/30 {
  border-left-color: rgb(5 84 152 / 0.3);
}

.border-l-brand-600\/40 {
  border-left-color: rgb(5 84 152 / 0.4);
}

.border-l-brand-600\/5 {
  border-left-color: rgb(5 84 152 / 0.05);
}

.border-l-brand-600\/50 {
  border-left-color: rgb(5 84 152 / 0.5);
}

.border-l-brand-600\/60 {
  border-left-color: rgb(5 84 152 / 0.6);
}

.border-l-brand-600\/70 {
  border-left-color: rgb(5 84 152 / 0.7);
}

.border-l-brand-600\/75 {
  border-left-color: rgb(5 84 152 / 0.75);
}

.border-l-brand-600\/80 {
  border-left-color: rgb(5 84 152 / 0.8);
}

.border-l-brand-600\/90 {
  border-left-color: rgb(5 84 152 / 0.9);
}

.border-l-brand-600\/95 {
  border-left-color: rgb(5 84 152 / 0.95);
}

.border-l-brand-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(4 56 101 / var(--tw-border-opacity));
}

.border-l-brand-700\/0 {
  border-left-color: rgb(4 56 101 / 0);
}

.border-l-brand-700\/10 {
  border-left-color: rgb(4 56 101 / 0.1);
}

.border-l-brand-700\/100 {
  border-left-color: rgb(4 56 101 / 1);
}

.border-l-brand-700\/20 {
  border-left-color: rgb(4 56 101 / 0.2);
}

.border-l-brand-700\/25 {
  border-left-color: rgb(4 56 101 / 0.25);
}

.border-l-brand-700\/30 {
  border-left-color: rgb(4 56 101 / 0.3);
}

.border-l-brand-700\/40 {
  border-left-color: rgb(4 56 101 / 0.4);
}

.border-l-brand-700\/5 {
  border-left-color: rgb(4 56 101 / 0.05);
}

.border-l-brand-700\/50 {
  border-left-color: rgb(4 56 101 / 0.5);
}

.border-l-brand-700\/60 {
  border-left-color: rgb(4 56 101 / 0.6);
}

.border-l-brand-700\/70 {
  border-left-color: rgb(4 56 101 / 0.7);
}

.border-l-brand-700\/75 {
  border-left-color: rgb(4 56 101 / 0.75);
}

.border-l-brand-700\/80 {
  border-left-color: rgb(4 56 101 / 0.8);
}

.border-l-brand-700\/90 {
  border-left-color: rgb(4 56 101 / 0.9);
}

.border-l-brand-700\/95 {
  border-left-color: rgb(4 56 101 / 0.95);
}

.border-l-brand-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(3 42 76 / var(--tw-border-opacity));
}

.border-l-brand-800\/0 {
  border-left-color: rgb(3 42 76 / 0);
}

.border-l-brand-800\/10 {
  border-left-color: rgb(3 42 76 / 0.1);
}

.border-l-brand-800\/100 {
  border-left-color: rgb(3 42 76 / 1);
}

.border-l-brand-800\/20 {
  border-left-color: rgb(3 42 76 / 0.2);
}

.border-l-brand-800\/25 {
  border-left-color: rgb(3 42 76 / 0.25);
}

.border-l-brand-800\/30 {
  border-left-color: rgb(3 42 76 / 0.3);
}

.border-l-brand-800\/40 {
  border-left-color: rgb(3 42 76 / 0.4);
}

.border-l-brand-800\/5 {
  border-left-color: rgb(3 42 76 / 0.05);
}

.border-l-brand-800\/50 {
  border-left-color: rgb(3 42 76 / 0.5);
}

.border-l-brand-800\/60 {
  border-left-color: rgb(3 42 76 / 0.6);
}

.border-l-brand-800\/70 {
  border-left-color: rgb(3 42 76 / 0.7);
}

.border-l-brand-800\/75 {
  border-left-color: rgb(3 42 76 / 0.75);
}

.border-l-brand-800\/80 {
  border-left-color: rgb(3 42 76 / 0.8);
}

.border-l-brand-800\/90 {
  border-left-color: rgb(3 42 76 / 0.9);
}

.border-l-brand-800\/95 {
  border-left-color: rgb(3 42 76 / 0.95);
}

.border-l-brand-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(2 28 51 / var(--tw-border-opacity));
}

.border-l-brand-900\/0 {
  border-left-color: rgb(2 28 51 / 0);
}

.border-l-brand-900\/10 {
  border-left-color: rgb(2 28 51 / 0.1);
}

.border-l-brand-900\/100 {
  border-left-color: rgb(2 28 51 / 1);
}

.border-l-brand-900\/20 {
  border-left-color: rgb(2 28 51 / 0.2);
}

.border-l-brand-900\/25 {
  border-left-color: rgb(2 28 51 / 0.25);
}

.border-l-brand-900\/30 {
  border-left-color: rgb(2 28 51 / 0.3);
}

.border-l-brand-900\/40 {
  border-left-color: rgb(2 28 51 / 0.4);
}

.border-l-brand-900\/5 {
  border-left-color: rgb(2 28 51 / 0.05);
}

.border-l-brand-900\/50 {
  border-left-color: rgb(2 28 51 / 0.5);
}

.border-l-brand-900\/60 {
  border-left-color: rgb(2 28 51 / 0.6);
}

.border-l-brand-900\/70 {
  border-left-color: rgb(2 28 51 / 0.7);
}

.border-l-brand-900\/75 {
  border-left-color: rgb(2 28 51 / 0.75);
}

.border-l-brand-900\/80 {
  border-left-color: rgb(2 28 51 / 0.8);
}

.border-l-brand-900\/90 {
  border-left-color: rgb(2 28 51 / 0.9);
}

.border-l-brand-900\/95 {
  border-left-color: rgb(2 28 51 / 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-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-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-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-interbeauty-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 197 175 / var(--tw-border-opacity));
}

.border-l-interbeauty-100\/0 {
  border-left-color: rgb(249 197 175 / 0);
}

.border-l-interbeauty-100\/10 {
  border-left-color: rgb(249 197 175 / 0.1);
}

.border-l-interbeauty-100\/100 {
  border-left-color: rgb(249 197 175 / 1);
}

.border-l-interbeauty-100\/20 {
  border-left-color: rgb(249 197 175 / 0.2);
}

.border-l-interbeauty-100\/25 {
  border-left-color: rgb(249 197 175 / 0.25);
}

.border-l-interbeauty-100\/30 {
  border-left-color: rgb(249 197 175 / 0.3);
}

.border-l-interbeauty-100\/40 {
  border-left-color: rgb(249 197 175 / 0.4);
}

.border-l-interbeauty-100\/5 {
  border-left-color: rgb(249 197 175 / 0.05);
}

.border-l-interbeauty-100\/50 {
  border-left-color: rgb(249 197 175 / 0.5);
}

.border-l-interbeauty-100\/60 {
  border-left-color: rgb(249 197 175 / 0.6);
}

.border-l-interbeauty-100\/70 {
  border-left-color: rgb(249 197 175 / 0.7);
}

.border-l-interbeauty-100\/75 {
  border-left-color: rgb(249 197 175 / 0.75);
}

.border-l-interbeauty-100\/80 {
  border-left-color: rgb(249 197 175 / 0.8);
}

.border-l-interbeauty-100\/90 {
  border-left-color: rgb(249 197 175 / 0.9);
}

.border-l-interbeauty-100\/95 {
  border-left-color: rgb(249 197 175 / 0.95);
}

.border-l-interbeauty-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(241 182 191 / var(--tw-border-opacity));
}

.border-l-interbeauty-200\/0 {
  border-left-color: rgb(241 182 191 / 0);
}

.border-l-interbeauty-200\/10 {
  border-left-color: rgb(241 182 191 / 0.1);
}

.border-l-interbeauty-200\/100 {
  border-left-color: rgb(241 182 191 / 1);
}

.border-l-interbeauty-200\/20 {
  border-left-color: rgb(241 182 191 / 0.2);
}

.border-l-interbeauty-200\/25 {
  border-left-color: rgb(241 182 191 / 0.25);
}

.border-l-interbeauty-200\/30 {
  border-left-color: rgb(241 182 191 / 0.3);
}

.border-l-interbeauty-200\/40 {
  border-left-color: rgb(241 182 191 / 0.4);
}

.border-l-interbeauty-200\/5 {
  border-left-color: rgb(241 182 191 / 0.05);
}

.border-l-interbeauty-200\/50 {
  border-left-color: rgb(241 182 191 / 0.5);
}

.border-l-interbeauty-200\/60 {
  border-left-color: rgb(241 182 191 / 0.6);
}

.border-l-interbeauty-200\/70 {
  border-left-color: rgb(241 182 191 / 0.7);
}

.border-l-interbeauty-200\/75 {
  border-left-color: rgb(241 182 191 / 0.75);
}

.border-l-interbeauty-200\/80 {
  border-left-color: rgb(241 182 191 / 0.8);
}

.border-l-interbeauty-200\/90 {
  border-left-color: rgb(241 182 191 / 0.9);
}

.border-l-interbeauty-200\/95 {
  border-left-color: rgb(241 182 191 / 0.95);
}

.border-l-interbeauty-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(182 219 231 / var(--tw-border-opacity));
}

.border-l-interbeauty-300\/0 {
  border-left-color: rgb(182 219 231 / 0);
}

.border-l-interbeauty-300\/10 {
  border-left-color: rgb(182 219 231 / 0.1);
}

.border-l-interbeauty-300\/100 {
  border-left-color: rgb(182 219 231 / 1);
}

.border-l-interbeauty-300\/20 {
  border-left-color: rgb(182 219 231 / 0.2);
}

.border-l-interbeauty-300\/25 {
  border-left-color: rgb(182 219 231 / 0.25);
}

.border-l-interbeauty-300\/30 {
  border-left-color: rgb(182 219 231 / 0.3);
}

.border-l-interbeauty-300\/40 {
  border-left-color: rgb(182 219 231 / 0.4);
}

.border-l-interbeauty-300\/5 {
  border-left-color: rgb(182 219 231 / 0.05);
}

.border-l-interbeauty-300\/50 {
  border-left-color: rgb(182 219 231 / 0.5);
}

.border-l-interbeauty-300\/60 {
  border-left-color: rgb(182 219 231 / 0.6);
}

.border-l-interbeauty-300\/70 {
  border-left-color: rgb(182 219 231 / 0.7);
}

.border-l-interbeauty-300\/75 {
  border-left-color: rgb(182 219 231 / 0.75);
}

.border-l-interbeauty-300\/80 {
  border-left-color: rgb(182 219 231 / 0.8);
}

.border-l-interbeauty-300\/90 {
  border-left-color: rgb(182 219 231 / 0.9);
}

.border-l-interbeauty-300\/95 {
  border-left-color: rgb(182 219 231 / 0.95);
}

.border-l-interbeauty-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 250 247 / var(--tw-border-opacity));
}

.border-l-interbeauty-400\/0 {
  border-left-color: rgb(254 250 247 / 0);
}

.border-l-interbeauty-400\/10 {
  border-left-color: rgb(254 250 247 / 0.1);
}

.border-l-interbeauty-400\/100 {
  border-left-color: rgb(254 250 247 / 1);
}

.border-l-interbeauty-400\/20 {
  border-left-color: rgb(254 250 247 / 0.2);
}

.border-l-interbeauty-400\/25 {
  border-left-color: rgb(254 250 247 / 0.25);
}

.border-l-interbeauty-400\/30 {
  border-left-color: rgb(254 250 247 / 0.3);
}

.border-l-interbeauty-400\/40 {
  border-left-color: rgb(254 250 247 / 0.4);
}

.border-l-interbeauty-400\/5 {
  border-left-color: rgb(254 250 247 / 0.05);
}

.border-l-interbeauty-400\/50 {
  border-left-color: rgb(254 250 247 / 0.5);
}

.border-l-interbeauty-400\/60 {
  border-left-color: rgb(254 250 247 / 0.6);
}

.border-l-interbeauty-400\/70 {
  border-left-color: rgb(254 250 247 / 0.7);
}

.border-l-interbeauty-400\/75 {
  border-left-color: rgb(254 250 247 / 0.75);
}

.border-l-interbeauty-400\/80 {
  border-left-color: rgb(254 250 247 / 0.8);
}

.border-l-interbeauty-400\/90 {
  border-left-color: rgb(254 250 247 / 0.9);
}

.border-l-interbeauty-400\/95 {
  border-left-color: rgb(254 250 247 / 0.95);
}

.border-l-interbeauty-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(193 225 224 / var(--tw-border-opacity));
}

.border-l-interbeauty-500\/0 {
  border-left-color: rgb(193 225 224 / 0);
}

.border-l-interbeauty-500\/10 {
  border-left-color: rgb(193 225 224 / 0.1);
}

.border-l-interbeauty-500\/100 {
  border-left-color: rgb(193 225 224 / 1);
}

.border-l-interbeauty-500\/20 {
  border-left-color: rgb(193 225 224 / 0.2);
}

.border-l-interbeauty-500\/25 {
  border-left-color: rgb(193 225 224 / 0.25);
}

.border-l-interbeauty-500\/30 {
  border-left-color: rgb(193 225 224 / 0.3);
}

.border-l-interbeauty-500\/40 {
  border-left-color: rgb(193 225 224 / 0.4);
}

.border-l-interbeauty-500\/5 {
  border-left-color: rgb(193 225 224 / 0.05);
}

.border-l-interbeauty-500\/50 {
  border-left-color: rgb(193 225 224 / 0.5);
}

.border-l-interbeauty-500\/60 {
  border-left-color: rgb(193 225 224 / 0.6);
}

.border-l-interbeauty-500\/70 {
  border-left-color: rgb(193 225 224 / 0.7);
}

.border-l-interbeauty-500\/75 {
  border-left-color: rgb(193 225 224 / 0.75);
}

.border-l-interbeauty-500\/80 {
  border-left-color: rgb(193 225 224 / 0.8);
}

.border-l-interbeauty-500\/90 {
  border-left-color: rgb(193 225 224 / 0.9);
}

.border-l-interbeauty-500\/95 {
  border-left-color: rgb(193 225 224 / 0.95);
}

.border-l-interbeauty-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(88 88 94 / var(--tw-border-opacity));
}

.border-l-interbeauty-600\/0 {
  border-left-color: rgb(88 88 94 / 0);
}

.border-l-interbeauty-600\/10 {
  border-left-color: rgb(88 88 94 / 0.1);
}

.border-l-interbeauty-600\/100 {
  border-left-color: rgb(88 88 94 / 1);
}

.border-l-interbeauty-600\/20 {
  border-left-color: rgb(88 88 94 / 0.2);
}

.border-l-interbeauty-600\/25 {
  border-left-color: rgb(88 88 94 / 0.25);
}

.border-l-interbeauty-600\/30 {
  border-left-color: rgb(88 88 94 / 0.3);
}

.border-l-interbeauty-600\/40 {
  border-left-color: rgb(88 88 94 / 0.4);
}

.border-l-interbeauty-600\/5 {
  border-left-color: rgb(88 88 94 / 0.05);
}

.border-l-interbeauty-600\/50 {
  border-left-color: rgb(88 88 94 / 0.5);
}

.border-l-interbeauty-600\/60 {
  border-left-color: rgb(88 88 94 / 0.6);
}

.border-l-interbeauty-600\/70 {
  border-left-color: rgb(88 88 94 / 0.7);
}

.border-l-interbeauty-600\/75 {
  border-left-color: rgb(88 88 94 / 0.75);
}

.border-l-interbeauty-600\/80 {
  border-left-color: rgb(88 88 94 / 0.8);
}

.border-l-interbeauty-600\/90 {
  border-left-color: rgb(88 88 94 / 0.9);
}

.border-l-interbeauty-600\/95 {
  border-left-color: rgb(88 88 94 / 0.95);
}

.border-l-ipnvaluers-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 40 87 / var(--tw-border-opacity));
}

.border-l-ipnvaluers-200\/0 {
  border-left-color: rgb(0 40 87 / 0);
}

.border-l-ipnvaluers-200\/10 {
  border-left-color: rgb(0 40 87 / 0.1);
}

.border-l-ipnvaluers-200\/100 {
  border-left-color: rgb(0 40 87 / 1);
}

.border-l-ipnvaluers-200\/20 {
  border-left-color: rgb(0 40 87 / 0.2);
}

.border-l-ipnvaluers-200\/25 {
  border-left-color: rgb(0 40 87 / 0.25);
}

.border-l-ipnvaluers-200\/30 {
  border-left-color: rgb(0 40 87 / 0.3);
}

.border-l-ipnvaluers-200\/40 {
  border-left-color: rgb(0 40 87 / 0.4);
}

.border-l-ipnvaluers-200\/5 {
  border-left-color: rgb(0 40 87 / 0.05);
}

.border-l-ipnvaluers-200\/50 {
  border-left-color: rgb(0 40 87 / 0.5);
}

.border-l-ipnvaluers-200\/60 {
  border-left-color: rgb(0 40 87 / 0.6);
}

.border-l-ipnvaluers-200\/70 {
  border-left-color: rgb(0 40 87 / 0.7);
}

.border-l-ipnvaluers-200\/75 {
  border-left-color: rgb(0 40 87 / 0.75);
}

.border-l-ipnvaluers-200\/80 {
  border-left-color: rgb(0 40 87 / 0.8);
}

.border-l-ipnvaluers-200\/90 {
  border-left-color: rgb(0 40 87 / 0.9);
}

.border-l-ipnvaluers-200\/95 {
  border-left-color: rgb(0 40 87 / 0.95);
}

.border-l-ipnvaluers-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(196 107 22 / var(--tw-border-opacity));
}

.border-l-ipnvaluers-400\/0 {
  border-left-color: rgb(196 107 22 / 0);
}

.border-l-ipnvaluers-400\/10 {
  border-left-color: rgb(196 107 22 / 0.1);
}

.border-l-ipnvaluers-400\/100 {
  border-left-color: rgb(196 107 22 / 1);
}

.border-l-ipnvaluers-400\/20 {
  border-left-color: rgb(196 107 22 / 0.2);
}

.border-l-ipnvaluers-400\/25 {
  border-left-color: rgb(196 107 22 / 0.25);
}

.border-l-ipnvaluers-400\/30 {
  border-left-color: rgb(196 107 22 / 0.3);
}

.border-l-ipnvaluers-400\/40 {
  border-left-color: rgb(196 107 22 / 0.4);
}

.border-l-ipnvaluers-400\/5 {
  border-left-color: rgb(196 107 22 / 0.05);
}

.border-l-ipnvaluers-400\/50 {
  border-left-color: rgb(196 107 22 / 0.5);
}

.border-l-ipnvaluers-400\/60 {
  border-left-color: rgb(196 107 22 / 0.6);
}

.border-l-ipnvaluers-400\/70 {
  border-left-color: rgb(196 107 22 / 0.7);
}

.border-l-ipnvaluers-400\/75 {
  border-left-color: rgb(196 107 22 / 0.75);
}

.border-l-ipnvaluers-400\/80 {
  border-left-color: rgb(196 107 22 / 0.8);
}

.border-l-ipnvaluers-400\/90 {
  border-left-color: rgb(196 107 22 / 0.9);
}

.border-l-ipnvaluers-400\/95 {
  border-left-color: rgb(196 107 22 / 0.95);
}

.border-l-ipnvaluers-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 174 21 / var(--tw-border-opacity));
}

.border-l-ipnvaluers-500\/0 {
  border-left-color: rgb(245 174 21 / 0);
}

.border-l-ipnvaluers-500\/10 {
  border-left-color: rgb(245 174 21 / 0.1);
}

.border-l-ipnvaluers-500\/100 {
  border-left-color: rgb(245 174 21 / 1);
}

.border-l-ipnvaluers-500\/20 {
  border-left-color: rgb(245 174 21 / 0.2);
}

.border-l-ipnvaluers-500\/25 {
  border-left-color: rgb(245 174 21 / 0.25);
}

.border-l-ipnvaluers-500\/30 {
  border-left-color: rgb(245 174 21 / 0.3);
}

.border-l-ipnvaluers-500\/40 {
  border-left-color: rgb(245 174 21 / 0.4);
}

.border-l-ipnvaluers-500\/5 {
  border-left-color: rgb(245 174 21 / 0.05);
}

.border-l-ipnvaluers-500\/50 {
  border-left-color: rgb(245 174 21 / 0.5);
}

.border-l-ipnvaluers-500\/60 {
  border-left-color: rgb(245 174 21 / 0.6);
}

.border-l-ipnvaluers-500\/70 {
  border-left-color: rgb(245 174 21 / 0.7);
}

.border-l-ipnvaluers-500\/75 {
  border-left-color: rgb(245 174 21 / 0.75);
}

.border-l-ipnvaluers-500\/80 {
  border-left-color: rgb(245 174 21 / 0.8);
}

.border-l-ipnvaluers-500\/90 {
  border-left-color: rgb(245 174 21 / 0.9);
}

.border-l-ipnvaluers-500\/95 {
  border-left-color: rgb(245 174 21 / 0.95);
}

.border-l-jukejam-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 210 101 / var(--tw-border-opacity));
}

.border-l-jukejam-500\/0 {
  border-left-color: rgb(250 210 101 / 0);
}

.border-l-jukejam-500\/10 {
  border-left-color: rgb(250 210 101 / 0.1);
}

.border-l-jukejam-500\/100 {
  border-left-color: rgb(250 210 101 / 1);
}

.border-l-jukejam-500\/20 {
  border-left-color: rgb(250 210 101 / 0.2);
}

.border-l-jukejam-500\/25 {
  border-left-color: rgb(250 210 101 / 0.25);
}

.border-l-jukejam-500\/30 {
  border-left-color: rgb(250 210 101 / 0.3);
}

.border-l-jukejam-500\/40 {
  border-left-color: rgb(250 210 101 / 0.4);
}

.border-l-jukejam-500\/5 {
  border-left-color: rgb(250 210 101 / 0.05);
}

.border-l-jukejam-500\/50 {
  border-left-color: rgb(250 210 101 / 0.5);
}

.border-l-jukejam-500\/60 {
  border-left-color: rgb(250 210 101 / 0.6);
}

.border-l-jukejam-500\/70 {
  border-left-color: rgb(250 210 101 / 0.7);
}

.border-l-jukejam-500\/75 {
  border-left-color: rgb(250 210 101 / 0.75);
}

.border-l-jukejam-500\/80 {
  border-left-color: rgb(250 210 101 / 0.8);
}

.border-l-jukejam-500\/90 {
  border-left-color: rgb(250 210 101 / 0.9);
}

.border-l-jukejam-500\/95 {
  border-left-color: rgb(250 210 101 / 0.95);
}

.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-nafisa-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(153 53 10 / var(--tw-border-opacity));
}

.border-l-nafisa-500\/0 {
  border-left-color: rgb(153 53 10 / 0);
}

.border-l-nafisa-500\/10 {
  border-left-color: rgb(153 53 10 / 0.1);
}

.border-l-nafisa-500\/100 {
  border-left-color: rgb(153 53 10 / 1);
}

.border-l-nafisa-500\/20 {
  border-left-color: rgb(153 53 10 / 0.2);
}

.border-l-nafisa-500\/25 {
  border-left-color: rgb(153 53 10 / 0.25);
}

.border-l-nafisa-500\/30 {
  border-left-color: rgb(153 53 10 / 0.3);
}

.border-l-nafisa-500\/40 {
  border-left-color: rgb(153 53 10 / 0.4);
}

.border-l-nafisa-500\/5 {
  border-left-color: rgb(153 53 10 / 0.05);
}

.border-l-nafisa-500\/50 {
  border-left-color: rgb(153 53 10 / 0.5);
}

.border-l-nafisa-500\/60 {
  border-left-color: rgb(153 53 10 / 0.6);
}

.border-l-nafisa-500\/70 {
  border-left-color: rgb(153 53 10 / 0.7);
}

.border-l-nafisa-500\/75 {
  border-left-color: rgb(153 53 10 / 0.75);
}

.border-l-nafisa-500\/80 {
  border-left-color: rgb(153 53 10 / 0.8);
}

.border-l-nafisa-500\/90 {
  border-left-color: rgb(153 53 10 / 0.9);
}

.border-l-nafisa-500\/95 {
  border-left-color: rgb(153 53 10 / 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-ozc-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 239 235 / var(--tw-border-opacity));
}

.border-l-ozc-100\/0 {
  border-left-color: rgb(255 239 235 / 0);
}

.border-l-ozc-100\/10 {
  border-left-color: rgb(255 239 235 / 0.1);
}

.border-l-ozc-100\/100 {
  border-left-color: rgb(255 239 235 / 1);
}

.border-l-ozc-100\/20 {
  border-left-color: rgb(255 239 235 / 0.2);
}

.border-l-ozc-100\/25 {
  border-left-color: rgb(255 239 235 / 0.25);
}

.border-l-ozc-100\/30 {
  border-left-color: rgb(255 239 235 / 0.3);
}

.border-l-ozc-100\/40 {
  border-left-color: rgb(255 239 235 / 0.4);
}

.border-l-ozc-100\/5 {
  border-left-color: rgb(255 239 235 / 0.05);
}

.border-l-ozc-100\/50 {
  border-left-color: rgb(255 239 235 / 0.5);
}

.border-l-ozc-100\/60 {
  border-left-color: rgb(255 239 235 / 0.6);
}

.border-l-ozc-100\/70 {
  border-left-color: rgb(255 239 235 / 0.7);
}

.border-l-ozc-100\/75 {
  border-left-color: rgb(255 239 235 / 0.75);
}

.border-l-ozc-100\/80 {
  border-left-color: rgb(255 239 235 / 0.8);
}

.border-l-ozc-100\/90 {
  border-left-color: rgb(255 239 235 / 0.9);
}

.border-l-ozc-100\/95 {
  border-left-color: rgb(255 239 235 / 0.95);
}

.border-l-ozc-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 225 222 / var(--tw-border-opacity));
}

.border-l-ozc-200\/0 {
  border-left-color: rgb(253 225 222 / 0);
}

.border-l-ozc-200\/10 {
  border-left-color: rgb(253 225 222 / 0.1);
}

.border-l-ozc-200\/100 {
  border-left-color: rgb(253 225 222 / 1);
}

.border-l-ozc-200\/20 {
  border-left-color: rgb(253 225 222 / 0.2);
}

.border-l-ozc-200\/25 {
  border-left-color: rgb(253 225 222 / 0.25);
}

.border-l-ozc-200\/30 {
  border-left-color: rgb(253 225 222 / 0.3);
}

.border-l-ozc-200\/40 {
  border-left-color: rgb(253 225 222 / 0.4);
}

.border-l-ozc-200\/5 {
  border-left-color: rgb(253 225 222 / 0.05);
}

.border-l-ozc-200\/50 {
  border-left-color: rgb(253 225 222 / 0.5);
}

.border-l-ozc-200\/60 {
  border-left-color: rgb(253 225 222 / 0.6);
}

.border-l-ozc-200\/70 {
  border-left-color: rgb(253 225 222 / 0.7);
}

.border-l-ozc-200\/75 {
  border-left-color: rgb(253 225 222 / 0.75);
}

.border-l-ozc-200\/80 {
  border-left-color: rgb(253 225 222 / 0.8);
}

.border-l-ozc-200\/90 {
  border-left-color: rgb(253 225 222 / 0.9);
}

.border-l-ozc-200\/95 {
  border-left-color: rgb(253 225 222 / 0.95);
}

.border-l-ozc-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(248 181 181 / var(--tw-border-opacity));
}

.border-l-ozc-300\/0 {
  border-left-color: rgb(248 181 181 / 0);
}

.border-l-ozc-300\/10 {
  border-left-color: rgb(248 181 181 / 0.1);
}

.border-l-ozc-300\/100 {
  border-left-color: rgb(248 181 181 / 1);
}

.border-l-ozc-300\/20 {
  border-left-color: rgb(248 181 181 / 0.2);
}

.border-l-ozc-300\/25 {
  border-left-color: rgb(248 181 181 / 0.25);
}

.border-l-ozc-300\/30 {
  border-left-color: rgb(248 181 181 / 0.3);
}

.border-l-ozc-300\/40 {
  border-left-color: rgb(248 181 181 / 0.4);
}

.border-l-ozc-300\/5 {
  border-left-color: rgb(248 181 181 / 0.05);
}

.border-l-ozc-300\/50 {
  border-left-color: rgb(248 181 181 / 0.5);
}

.border-l-ozc-300\/60 {
  border-left-color: rgb(248 181 181 / 0.6);
}

.border-l-ozc-300\/70 {
  border-left-color: rgb(248 181 181 / 0.7);
}

.border-l-ozc-300\/75 {
  border-left-color: rgb(248 181 181 / 0.75);
}

.border-l-ozc-300\/80 {
  border-left-color: rgb(248 181 181 / 0.8);
}

.border-l-ozc-300\/90 {
  border-left-color: rgb(248 181 181 / 0.9);
}

.border-l-ozc-300\/95 {
  border-left-color: rgb(248 181 181 / 0.95);
}

.border-l-ozc-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 189 173 / var(--tw-border-opacity));
}

.border-l-ozc-400\/0 {
  border-left-color: rgb(250 189 173 / 0);
}

.border-l-ozc-400\/10 {
  border-left-color: rgb(250 189 173 / 0.1);
}

.border-l-ozc-400\/100 {
  border-left-color: rgb(250 189 173 / 1);
}

.border-l-ozc-400\/20 {
  border-left-color: rgb(250 189 173 / 0.2);
}

.border-l-ozc-400\/25 {
  border-left-color: rgb(250 189 173 / 0.25);
}

.border-l-ozc-400\/30 {
  border-left-color: rgb(250 189 173 / 0.3);
}

.border-l-ozc-400\/40 {
  border-left-color: rgb(250 189 173 / 0.4);
}

.border-l-ozc-400\/5 {
  border-left-color: rgb(250 189 173 / 0.05);
}

.border-l-ozc-400\/50 {
  border-left-color: rgb(250 189 173 / 0.5);
}

.border-l-ozc-400\/60 {
  border-left-color: rgb(250 189 173 / 0.6);
}

.border-l-ozc-400\/70 {
  border-left-color: rgb(250 189 173 / 0.7);
}

.border-l-ozc-400\/75 {
  border-left-color: rgb(250 189 173 / 0.75);
}

.border-l-ozc-400\/80 {
  border-left-color: rgb(250 189 173 / 0.8);
}

.border-l-ozc-400\/90 {
  border-left-color: rgb(250 189 173 / 0.9);
}

.border-l-ozc-400\/95 {
  border-left-color: rgb(250 189 173 / 0.95);
}

.border-l-ozc-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 243 232 / var(--tw-border-opacity));
}

.border-l-ozc-50\/0 {
  border-left-color: rgb(254 243 232 / 0);
}

.border-l-ozc-50\/10 {
  border-left-color: rgb(254 243 232 / 0.1);
}

.border-l-ozc-50\/100 {
  border-left-color: rgb(254 243 232 / 1);
}

.border-l-ozc-50\/20 {
  border-left-color: rgb(254 243 232 / 0.2);
}

.border-l-ozc-50\/25 {
  border-left-color: rgb(254 243 232 / 0.25);
}

.border-l-ozc-50\/30 {
  border-left-color: rgb(254 243 232 / 0.3);
}

.border-l-ozc-50\/40 {
  border-left-color: rgb(254 243 232 / 0.4);
}

.border-l-ozc-50\/5 {
  border-left-color: rgb(254 243 232 / 0.05);
}

.border-l-ozc-50\/50 {
  border-left-color: rgb(254 243 232 / 0.5);
}

.border-l-ozc-50\/60 {
  border-left-color: rgb(254 243 232 / 0.6);
}

.border-l-ozc-50\/70 {
  border-left-color: rgb(254 243 232 / 0.7);
}

.border-l-ozc-50\/75 {
  border-left-color: rgb(254 243 232 / 0.75);
}

.border-l-ozc-50\/80 {
  border-left-color: rgb(254 243 232 / 0.8);
}

.border-l-ozc-50\/90 {
  border-left-color: rgb(254 243 232 / 0.9);
}

.border-l-ozc-50\/95 {
  border-left-color: rgb(254 243 232 / 0.95);
}

.border-l-ozc-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 110 96 / var(--tw-border-opacity));
}

.border-l-ozc-500\/0 {
  border-left-color: rgb(255 110 96 / 0);
}

.border-l-ozc-500\/10 {
  border-left-color: rgb(255 110 96 / 0.1);
}

.border-l-ozc-500\/100 {
  border-left-color: rgb(255 110 96 / 1);
}

.border-l-ozc-500\/20 {
  border-left-color: rgb(255 110 96 / 0.2);
}

.border-l-ozc-500\/25 {
  border-left-color: rgb(255 110 96 / 0.25);
}

.border-l-ozc-500\/30 {
  border-left-color: rgb(255 110 96 / 0.3);
}

.border-l-ozc-500\/40 {
  border-left-color: rgb(255 110 96 / 0.4);
}

.border-l-ozc-500\/5 {
  border-left-color: rgb(255 110 96 / 0.05);
}

.border-l-ozc-500\/50 {
  border-left-color: rgb(255 110 96 / 0.5);
}

.border-l-ozc-500\/60 {
  border-left-color: rgb(255 110 96 / 0.6);
}

.border-l-ozc-500\/70 {
  border-left-color: rgb(255 110 96 / 0.7);
}

.border-l-ozc-500\/75 {
  border-left-color: rgb(255 110 96 / 0.75);
}

.border-l-ozc-500\/80 {
  border-left-color: rgb(255 110 96 / 0.8);
}

.border-l-ozc-500\/90 {
  border-left-color: rgb(255 110 96 / 0.9);
}

.border-l-ozc-500\/95 {
  border-left-color: rgb(255 110 96 / 0.95);
}

.border-l-ozc-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 169 140 / var(--tw-border-opacity));
}

.border-l-ozc-600\/0 {
  border-left-color: rgb(249 169 140 / 0);
}

.border-l-ozc-600\/10 {
  border-left-color: rgb(249 169 140 / 0.1);
}

.border-l-ozc-600\/100 {
  border-left-color: rgb(249 169 140 / 1);
}

.border-l-ozc-600\/20 {
  border-left-color: rgb(249 169 140 / 0.2);
}

.border-l-ozc-600\/25 {
  border-left-color: rgb(249 169 140 / 0.25);
}

.border-l-ozc-600\/30 {
  border-left-color: rgb(249 169 140 / 0.3);
}

.border-l-ozc-600\/40 {
  border-left-color: rgb(249 169 140 / 0.4);
}

.border-l-ozc-600\/5 {
  border-left-color: rgb(249 169 140 / 0.05);
}

.border-l-ozc-600\/50 {
  border-left-color: rgb(249 169 140 / 0.5);
}

.border-l-ozc-600\/60 {
  border-left-color: rgb(249 169 140 / 0.6);
}

.border-l-ozc-600\/70 {
  border-left-color: rgb(249 169 140 / 0.7);
}

.border-l-ozc-600\/75 {
  border-left-color: rgb(249 169 140 / 0.75);
}

.border-l-ozc-600\/80 {
  border-left-color: rgb(249 169 140 / 0.8);
}

.border-l-ozc-600\/90 {
  border-left-color: rgb(249 169 140 / 0.9);
}

.border-l-ozc-600\/95 {
  border-left-color: rgb(249 169 140 / 0.95);
}

.border-l-ozc-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(246 148 114 / var(--tw-border-opacity));
}

.border-l-ozc-700\/0 {
  border-left-color: rgb(246 148 114 / 0);
}

.border-l-ozc-700\/10 {
  border-left-color: rgb(246 148 114 / 0.1);
}

.border-l-ozc-700\/100 {
  border-left-color: rgb(246 148 114 / 1);
}

.border-l-ozc-700\/20 {
  border-left-color: rgb(246 148 114 / 0.2);
}

.border-l-ozc-700\/25 {
  border-left-color: rgb(246 148 114 / 0.25);
}

.border-l-ozc-700\/30 {
  border-left-color: rgb(246 148 114 / 0.3);
}

.border-l-ozc-700\/40 {
  border-left-color: rgb(246 148 114 / 0.4);
}

.border-l-ozc-700\/5 {
  border-left-color: rgb(246 148 114 / 0.05);
}

.border-l-ozc-700\/50 {
  border-left-color: rgb(246 148 114 / 0.5);
}

.border-l-ozc-700\/60 {
  border-left-color: rgb(246 148 114 / 0.6);
}

.border-l-ozc-700\/70 {
  border-left-color: rgb(246 148 114 / 0.7);
}

.border-l-ozc-700\/75 {
  border-left-color: rgb(246 148 114 / 0.75);
}

.border-l-ozc-700\/80 {
  border-left-color: rgb(246 148 114 / 0.8);
}

.border-l-ozc-700\/90 {
  border-left-color: rgb(246 148 114 / 0.9);
}

.border-l-ozc-700\/95 {
  border-left-color: rgb(246 148 114 / 0.95);
}

.border-l-ozc-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 144 136 / var(--tw-border-opacity));
}

.border-l-ozc-800\/0 {
  border-left-color: rgb(245 144 136 / 0);
}

.border-l-ozc-800\/10 {
  border-left-color: rgb(245 144 136 / 0.1);
}

.border-l-ozc-800\/100 {
  border-left-color: rgb(245 144 136 / 1);
}

.border-l-ozc-800\/20 {
  border-left-color: rgb(245 144 136 / 0.2);
}

.border-l-ozc-800\/25 {
  border-left-color: rgb(245 144 136 / 0.25);
}

.border-l-ozc-800\/30 {
  border-left-color: rgb(245 144 136 / 0.3);
}

.border-l-ozc-800\/40 {
  border-left-color: rgb(245 144 136 / 0.4);
}

.border-l-ozc-800\/5 {
  border-left-color: rgb(245 144 136 / 0.05);
}

.border-l-ozc-800\/50 {
  border-left-color: rgb(245 144 136 / 0.5);
}

.border-l-ozc-800\/60 {
  border-left-color: rgb(245 144 136 / 0.6);
}

.border-l-ozc-800\/70 {
  border-left-color: rgb(245 144 136 / 0.7);
}

.border-l-ozc-800\/75 {
  border-left-color: rgb(245 144 136 / 0.75);
}

.border-l-ozc-800\/80 {
  border-left-color: rgb(245 144 136 / 0.8);
}

.border-l-ozc-800\/90 {
  border-left-color: rgb(245 144 136 / 0.9);
}

.border-l-ozc-800\/95 {
  border-left-color: rgb(245 144 136 / 0.95);
}

.border-l-ozc-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(243 121 124 / var(--tw-border-opacity));
}

.border-l-ozc-900\/0 {
  border-left-color: rgb(243 121 124 / 0);
}

.border-l-ozc-900\/10 {
  border-left-color: rgb(243 121 124 / 0.1);
}

.border-l-ozc-900\/100 {
  border-left-color: rgb(243 121 124 / 1);
}

.border-l-ozc-900\/20 {
  border-left-color: rgb(243 121 124 / 0.2);
}

.border-l-ozc-900\/25 {
  border-left-color: rgb(243 121 124 / 0.25);
}

.border-l-ozc-900\/30 {
  border-left-color: rgb(243 121 124 / 0.3);
}

.border-l-ozc-900\/40 {
  border-left-color: rgb(243 121 124 / 0.4);
}

.border-l-ozc-900\/5 {
  border-left-color: rgb(243 121 124 / 0.05);
}

.border-l-ozc-900\/50 {
  border-left-color: rgb(243 121 124 / 0.5);
}

.border-l-ozc-900\/60 {
  border-left-color: rgb(243 121 124 / 0.6);
}

.border-l-ozc-900\/70 {
  border-left-color: rgb(243 121 124 / 0.7);
}

.border-l-ozc-900\/75 {
  border-left-color: rgb(243 121 124 / 0.75);
}

.border-l-ozc-900\/80 {
  border-left-color: rgb(243 121 124 / 0.8);
}

.border-l-ozc-900\/90 {
  border-left-color: rgb(243 121 124 / 0.9);
}

.border-l-ozc-900\/95 {
  border-left-color: rgb(243 121 124 / 0.95);
}

.border-l-ozc-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.border-l-ozc-950\/0 {
  border-left-color: rgb(42 45 51 / 0);
}

.border-l-ozc-950\/10 {
  border-left-color: rgb(42 45 51 / 0.1);
}

.border-l-ozc-950\/100 {
  border-left-color: rgb(42 45 51 / 1);
}

.border-l-ozc-950\/20 {
  border-left-color: rgb(42 45 51 / 0.2);
}

.border-l-ozc-950\/25 {
  border-left-color: rgb(42 45 51 / 0.25);
}

.border-l-ozc-950\/30 {
  border-left-color: rgb(42 45 51 / 0.3);
}

.border-l-ozc-950\/40 {
  border-left-color: rgb(42 45 51 / 0.4);
}

.border-l-ozc-950\/5 {
  border-left-color: rgb(42 45 51 / 0.05);
}

.border-l-ozc-950\/50 {
  border-left-color: rgb(42 45 51 / 0.5);
}

.border-l-ozc-950\/60 {
  border-left-color: rgb(42 45 51 / 0.6);
}

.border-l-ozc-950\/70 {
  border-left-color: rgb(42 45 51 / 0.7);
}

.border-l-ozc-950\/75 {
  border-left-color: rgb(42 45 51 / 0.75);
}

.border-l-ozc-950\/80 {
  border-left-color: rgb(42 45 51 / 0.8);
}

.border-l-ozc-950\/90 {
  border-left-color: rgb(42 45 51 / 0.9);
}

.border-l-ozc-950\/95 {
  border-left-color: rgb(42 45 51 / 0.95);
}

.border-l-ozc-alt-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 250 230 / var(--tw-border-opacity));
}

.border-l-ozc-alt-100\/0 {
  border-left-color: rgb(255 250 230 / 0);
}

.border-l-ozc-alt-100\/10 {
  border-left-color: rgb(255 250 230 / 0.1);
}

.border-l-ozc-alt-100\/100 {
  border-left-color: rgb(255 250 230 / 1);
}

.border-l-ozc-alt-100\/20 {
  border-left-color: rgb(255 250 230 / 0.2);
}

.border-l-ozc-alt-100\/25 {
  border-left-color: rgb(255 250 230 / 0.25);
}

.border-l-ozc-alt-100\/30 {
  border-left-color: rgb(255 250 230 / 0.3);
}

.border-l-ozc-alt-100\/40 {
  border-left-color: rgb(255 250 230 / 0.4);
}

.border-l-ozc-alt-100\/5 {
  border-left-color: rgb(255 250 230 / 0.05);
}

.border-l-ozc-alt-100\/50 {
  border-left-color: rgb(255 250 230 / 0.5);
}

.border-l-ozc-alt-100\/60 {
  border-left-color: rgb(255 250 230 / 0.6);
}

.border-l-ozc-alt-100\/70 {
  border-left-color: rgb(255 250 230 / 0.7);
}

.border-l-ozc-alt-100\/75 {
  border-left-color: rgb(255 250 230 / 0.75);
}

.border-l-ozc-alt-100\/80 {
  border-left-color: rgb(255 250 230 / 0.8);
}

.border-l-ozc-alt-100\/90 {
  border-left-color: rgb(255 250 230 / 0.9);
}

.border-l-ozc-alt-100\/95 {
  border-left-color: rgb(255 250 230 / 0.95);
}

.border-l-ozc-alt-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 242 193 / var(--tw-border-opacity));
}

.border-l-ozc-alt-200\/0 {
  border-left-color: rgb(255 242 193 / 0);
}

.border-l-ozc-alt-200\/10 {
  border-left-color: rgb(255 242 193 / 0.1);
}

.border-l-ozc-alt-200\/100 {
  border-left-color: rgb(255 242 193 / 1);
}

.border-l-ozc-alt-200\/20 {
  border-left-color: rgb(255 242 193 / 0.2);
}

.border-l-ozc-alt-200\/25 {
  border-left-color: rgb(255 242 193 / 0.25);
}

.border-l-ozc-alt-200\/30 {
  border-left-color: rgb(255 242 193 / 0.3);
}

.border-l-ozc-alt-200\/40 {
  border-left-color: rgb(255 242 193 / 0.4);
}

.border-l-ozc-alt-200\/5 {
  border-left-color: rgb(255 242 193 / 0.05);
}

.border-l-ozc-alt-200\/50 {
  border-left-color: rgb(255 242 193 / 0.5);
}

.border-l-ozc-alt-200\/60 {
  border-left-color: rgb(255 242 193 / 0.6);
}

.border-l-ozc-alt-200\/70 {
  border-left-color: rgb(255 242 193 / 0.7);
}

.border-l-ozc-alt-200\/75 {
  border-left-color: rgb(255 242 193 / 0.75);
}

.border-l-ozc-alt-200\/80 {
  border-left-color: rgb(255 242 193 / 0.8);
}

.border-l-ozc-alt-200\/90 {
  border-left-color: rgb(255 242 193 / 0.9);
}

.border-l-ozc-alt-200\/95 {
  border-left-color: rgb(255 242 193 / 0.95);
}

.border-l-ozc-alt-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 235 155 / var(--tw-border-opacity));
}

.border-l-ozc-alt-300\/0 {
  border-left-color: rgb(255 235 155 / 0);
}

.border-l-ozc-alt-300\/10 {
  border-left-color: rgb(255 235 155 / 0.1);
}

.border-l-ozc-alt-300\/100 {
  border-left-color: rgb(255 235 155 / 1);
}

.border-l-ozc-alt-300\/20 {
  border-left-color: rgb(255 235 155 / 0.2);
}

.border-l-ozc-alt-300\/25 {
  border-left-color: rgb(255 235 155 / 0.25);
}

.border-l-ozc-alt-300\/30 {
  border-left-color: rgb(255 235 155 / 0.3);
}

.border-l-ozc-alt-300\/40 {
  border-left-color: rgb(255 235 155 / 0.4);
}

.border-l-ozc-alt-300\/5 {
  border-left-color: rgb(255 235 155 / 0.05);
}

.border-l-ozc-alt-300\/50 {
  border-left-color: rgb(255 235 155 / 0.5);
}

.border-l-ozc-alt-300\/60 {
  border-left-color: rgb(255 235 155 / 0.6);
}

.border-l-ozc-alt-300\/70 {
  border-left-color: rgb(255 235 155 / 0.7);
}

.border-l-ozc-alt-300\/75 {
  border-left-color: rgb(255 235 155 / 0.75);
}

.border-l-ozc-alt-300\/80 {
  border-left-color: rgb(255 235 155 / 0.8);
}

.border-l-ozc-alt-300\/90 {
  border-left-color: rgb(255 235 155 / 0.9);
}

.border-l-ozc-alt-300\/95 {
  border-left-color: rgb(255 235 155 / 0.95);
}

.border-l-ozc-alt-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 219 80 / var(--tw-border-opacity));
}

.border-l-ozc-alt-400\/0 {
  border-left-color: rgb(255 219 80 / 0);
}

.border-l-ozc-alt-400\/10 {
  border-left-color: rgb(255 219 80 / 0.1);
}

.border-l-ozc-alt-400\/100 {
  border-left-color: rgb(255 219 80 / 1);
}

.border-l-ozc-alt-400\/20 {
  border-left-color: rgb(255 219 80 / 0.2);
}

.border-l-ozc-alt-400\/25 {
  border-left-color: rgb(255 219 80 / 0.25);
}

.border-l-ozc-alt-400\/30 {
  border-left-color: rgb(255 219 80 / 0.3);
}

.border-l-ozc-alt-400\/40 {
  border-left-color: rgb(255 219 80 / 0.4);
}

.border-l-ozc-alt-400\/5 {
  border-left-color: rgb(255 219 80 / 0.05);
}

.border-l-ozc-alt-400\/50 {
  border-left-color: rgb(255 219 80 / 0.5);
}

.border-l-ozc-alt-400\/60 {
  border-left-color: rgb(255 219 80 / 0.6);
}

.border-l-ozc-alt-400\/70 {
  border-left-color: rgb(255 219 80 / 0.7);
}

.border-l-ozc-alt-400\/75 {
  border-left-color: rgb(255 219 80 / 0.75);
}

.border-l-ozc-alt-400\/80 {
  border-left-color: rgb(255 219 80 / 0.8);
}

.border-l-ozc-alt-400\/90 {
  border-left-color: rgb(255 219 80 / 0.9);
}

.border-l-ozc-alt-400\/95 {
  border-left-color: rgb(255 219 80 / 0.95);
}

.border-l-ozc-alt-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 252 243 / var(--tw-border-opacity));
}

.border-l-ozc-alt-50\/0 {
  border-left-color: rgb(255 252 243 / 0);
}

.border-l-ozc-alt-50\/10 {
  border-left-color: rgb(255 252 243 / 0.1);
}

.border-l-ozc-alt-50\/100 {
  border-left-color: rgb(255 252 243 / 1);
}

.border-l-ozc-alt-50\/20 {
  border-left-color: rgb(255 252 243 / 0.2);
}

.border-l-ozc-alt-50\/25 {
  border-left-color: rgb(255 252 243 / 0.25);
}

.border-l-ozc-alt-50\/30 {
  border-left-color: rgb(255 252 243 / 0.3);
}

.border-l-ozc-alt-50\/40 {
  border-left-color: rgb(255 252 243 / 0.4);
}

.border-l-ozc-alt-50\/5 {
  border-left-color: rgb(255 252 243 / 0.05);
}

.border-l-ozc-alt-50\/50 {
  border-left-color: rgb(255 252 243 / 0.5);
}

.border-l-ozc-alt-50\/60 {
  border-left-color: rgb(255 252 243 / 0.6);
}

.border-l-ozc-alt-50\/70 {
  border-left-color: rgb(255 252 243 / 0.7);
}

.border-l-ozc-alt-50\/75 {
  border-left-color: rgb(255 252 243 / 0.75);
}

.border-l-ozc-alt-50\/80 {
  border-left-color: rgb(255 252 243 / 0.8);
}

.border-l-ozc-alt-50\/90 {
  border-left-color: rgb(255 252 243 / 0.9);
}

.border-l-ozc-alt-50\/95 {
  border-left-color: rgb(255 252 243 / 0.95);
}

.border-l-ozc-alt-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 204 5 / var(--tw-border-opacity));
}

.border-l-ozc-alt-500\/0 {
  border-left-color: rgb(255 204 5 / 0);
}

.border-l-ozc-alt-500\/10 {
  border-left-color: rgb(255 204 5 / 0.1);
}

.border-l-ozc-alt-500\/100 {
  border-left-color: rgb(255 204 5 / 1);
}

.border-l-ozc-alt-500\/20 {
  border-left-color: rgb(255 204 5 / 0.2);
}

.border-l-ozc-alt-500\/25 {
  border-left-color: rgb(255 204 5 / 0.25);
}

.border-l-ozc-alt-500\/30 {
  border-left-color: rgb(255 204 5 / 0.3);
}

.border-l-ozc-alt-500\/40 {
  border-left-color: rgb(255 204 5 / 0.4);
}

.border-l-ozc-alt-500\/5 {
  border-left-color: rgb(255 204 5 / 0.05);
}

.border-l-ozc-alt-500\/50 {
  border-left-color: rgb(255 204 5 / 0.5);
}

.border-l-ozc-alt-500\/60 {
  border-left-color: rgb(255 204 5 / 0.6);
}

.border-l-ozc-alt-500\/70 {
  border-left-color: rgb(255 204 5 / 0.7);
}

.border-l-ozc-alt-500\/75 {
  border-left-color: rgb(255 204 5 / 0.75);
}

.border-l-ozc-alt-500\/80 {
  border-left-color: rgb(255 204 5 / 0.8);
}

.border-l-ozc-alt-500\/90 {
  border-left-color: rgb(255 204 5 / 0.9);
}

.border-l-ozc-alt-500\/95 {
  border-left-color: rgb(255 204 5 / 0.95);
}

.border-l-ozc-alt-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(230 184 5 / var(--tw-border-opacity));
}

.border-l-ozc-alt-600\/0 {
  border-left-color: rgb(230 184 5 / 0);
}

.border-l-ozc-alt-600\/10 {
  border-left-color: rgb(230 184 5 / 0.1);
}

.border-l-ozc-alt-600\/100 {
  border-left-color: rgb(230 184 5 / 1);
}

.border-l-ozc-alt-600\/20 {
  border-left-color: rgb(230 184 5 / 0.2);
}

.border-l-ozc-alt-600\/25 {
  border-left-color: rgb(230 184 5 / 0.25);
}

.border-l-ozc-alt-600\/30 {
  border-left-color: rgb(230 184 5 / 0.3);
}

.border-l-ozc-alt-600\/40 {
  border-left-color: rgb(230 184 5 / 0.4);
}

.border-l-ozc-alt-600\/5 {
  border-left-color: rgb(230 184 5 / 0.05);
}

.border-l-ozc-alt-600\/50 {
  border-left-color: rgb(230 184 5 / 0.5);
}

.border-l-ozc-alt-600\/60 {
  border-left-color: rgb(230 184 5 / 0.6);
}

.border-l-ozc-alt-600\/70 {
  border-left-color: rgb(230 184 5 / 0.7);
}

.border-l-ozc-alt-600\/75 {
  border-left-color: rgb(230 184 5 / 0.75);
}

.border-l-ozc-alt-600\/80 {
  border-left-color: rgb(230 184 5 / 0.8);
}

.border-l-ozc-alt-600\/90 {
  border-left-color: rgb(230 184 5 / 0.9);
}

.border-l-ozc-alt-600\/95 {
  border-left-color: rgb(230 184 5 / 0.95);
}

.border-l-ozc-alt-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(153 122 3 / var(--tw-border-opacity));
}

.border-l-ozc-alt-700\/0 {
  border-left-color: rgb(153 122 3 / 0);
}

.border-l-ozc-alt-700\/10 {
  border-left-color: rgb(153 122 3 / 0.1);
}

.border-l-ozc-alt-700\/100 {
  border-left-color: rgb(153 122 3 / 1);
}

.border-l-ozc-alt-700\/20 {
  border-left-color: rgb(153 122 3 / 0.2);
}

.border-l-ozc-alt-700\/25 {
  border-left-color: rgb(153 122 3 / 0.25);
}

.border-l-ozc-alt-700\/30 {
  border-left-color: rgb(153 122 3 / 0.3);
}

.border-l-ozc-alt-700\/40 {
  border-left-color: rgb(153 122 3 / 0.4);
}

.border-l-ozc-alt-700\/5 {
  border-left-color: rgb(153 122 3 / 0.05);
}

.border-l-ozc-alt-700\/50 {
  border-left-color: rgb(153 122 3 / 0.5);
}

.border-l-ozc-alt-700\/60 {
  border-left-color: rgb(153 122 3 / 0.6);
}

.border-l-ozc-alt-700\/70 {
  border-left-color: rgb(153 122 3 / 0.7);
}

.border-l-ozc-alt-700\/75 {
  border-left-color: rgb(153 122 3 / 0.75);
}

.border-l-ozc-alt-700\/80 {
  border-left-color: rgb(153 122 3 / 0.8);
}

.border-l-ozc-alt-700\/90 {
  border-left-color: rgb(153 122 3 / 0.9);
}

.border-l-ozc-alt-700\/95 {
  border-left-color: rgb(153 122 3 / 0.95);
}

.border-l-ozc-alt-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(115 92 2 / var(--tw-border-opacity));
}

.border-l-ozc-alt-800\/0 {
  border-left-color: rgb(115 92 2 / 0);
}

.border-l-ozc-alt-800\/10 {
  border-left-color: rgb(115 92 2 / 0.1);
}

.border-l-ozc-alt-800\/100 {
  border-left-color: rgb(115 92 2 / 1);
}

.border-l-ozc-alt-800\/20 {
  border-left-color: rgb(115 92 2 / 0.2);
}

.border-l-ozc-alt-800\/25 {
  border-left-color: rgb(115 92 2 / 0.25);
}

.border-l-ozc-alt-800\/30 {
  border-left-color: rgb(115 92 2 / 0.3);
}

.border-l-ozc-alt-800\/40 {
  border-left-color: rgb(115 92 2 / 0.4);
}

.border-l-ozc-alt-800\/5 {
  border-left-color: rgb(115 92 2 / 0.05);
}

.border-l-ozc-alt-800\/50 {
  border-left-color: rgb(115 92 2 / 0.5);
}

.border-l-ozc-alt-800\/60 {
  border-left-color: rgb(115 92 2 / 0.6);
}

.border-l-ozc-alt-800\/70 {
  border-left-color: rgb(115 92 2 / 0.7);
}

.border-l-ozc-alt-800\/75 {
  border-left-color: rgb(115 92 2 / 0.75);
}

.border-l-ozc-alt-800\/80 {
  border-left-color: rgb(115 92 2 / 0.8);
}

.border-l-ozc-alt-800\/90 {
  border-left-color: rgb(115 92 2 / 0.9);
}

.border-l-ozc-alt-800\/95 {
  border-left-color: rgb(115 92 2 / 0.95);
}

.border-l-ozc-alt-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.border-l-ozc-alt-900\/0 {
  border-left-color: rgb(42 45 51 / 0);
}

.border-l-ozc-alt-900\/10 {
  border-left-color: rgb(42 45 51 / 0.1);
}

.border-l-ozc-alt-900\/100 {
  border-left-color: rgb(42 45 51 / 1);
}

.border-l-ozc-alt-900\/20 {
  border-left-color: rgb(42 45 51 / 0.2);
}

.border-l-ozc-alt-900\/25 {
  border-left-color: rgb(42 45 51 / 0.25);
}

.border-l-ozc-alt-900\/30 {
  border-left-color: rgb(42 45 51 / 0.3);
}

.border-l-ozc-alt-900\/40 {
  border-left-color: rgb(42 45 51 / 0.4);
}

.border-l-ozc-alt-900\/5 {
  border-left-color: rgb(42 45 51 / 0.05);
}

.border-l-ozc-alt-900\/50 {
  border-left-color: rgb(42 45 51 / 0.5);
}

.border-l-ozc-alt-900\/60 {
  border-left-color: rgb(42 45 51 / 0.6);
}

.border-l-ozc-alt-900\/70 {
  border-left-color: rgb(42 45 51 / 0.7);
}

.border-l-ozc-alt-900\/75 {
  border-left-color: rgb(42 45 51 / 0.75);
}

.border-l-ozc-alt-900\/80 {
  border-left-color: rgb(42 45 51 / 0.8);
}

.border-l-ozc-alt-900\/90 {
  border-left-color: rgb(42 45 51 / 0.9);
}

.border-l-ozc-alt-900\/95 {
  border-left-color: rgb(42 45 51 / 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-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-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-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-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-tykhe-digital {
  --tw-border-opacity: 1;
  border-left-color: rgb(239 156 131 / var(--tw-border-opacity));
}

.border-l-tykhe-digital-alt {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 239 224 / var(--tw-border-opacity));
}

.border-l-tykhe-digital-alt\/0 {
  border-left-color: rgb(245 239 224 / 0);
}

.border-l-tykhe-digital-alt\/10 {
  border-left-color: rgb(245 239 224 / 0.1);
}

.border-l-tykhe-digital-alt\/100 {
  border-left-color: rgb(245 239 224 / 1);
}

.border-l-tykhe-digital-alt\/20 {
  border-left-color: rgb(245 239 224 / 0.2);
}

.border-l-tykhe-digital-alt\/25 {
  border-left-color: rgb(245 239 224 / 0.25);
}

.border-l-tykhe-digital-alt\/30 {
  border-left-color: rgb(245 239 224 / 0.3);
}

.border-l-tykhe-digital-alt\/40 {
  border-left-color: rgb(245 239 224 / 0.4);
}

.border-l-tykhe-digital-alt\/5 {
  border-left-color: rgb(245 239 224 / 0.05);
}

.border-l-tykhe-digital-alt\/50 {
  border-left-color: rgb(245 239 224 / 0.5);
}

.border-l-tykhe-digital-alt\/60 {
  border-left-color: rgb(245 239 224 / 0.6);
}

.border-l-tykhe-digital-alt\/70 {
  border-left-color: rgb(245 239 224 / 0.7);
}

.border-l-tykhe-digital-alt\/75 {
  border-left-color: rgb(245 239 224 / 0.75);
}

.border-l-tykhe-digital-alt\/80 {
  border-left-color: rgb(245 239 224 / 0.8);
}

.border-l-tykhe-digital-alt\/90 {
  border-left-color: rgb(245 239 224 / 0.9);
}

.border-l-tykhe-digital-alt\/95 {
  border-left-color: rgb(245 239 224 / 0.95);
}

.border-l-tykhe-digital-alt2 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 58 111 / var(--tw-border-opacity));
}

.border-l-tykhe-digital-alt2\/0 {
  border-left-color: rgb(255 58 111 / 0);
}

.border-l-tykhe-digital-alt2\/10 {
  border-left-color: rgb(255 58 111 / 0.1);
}

.border-l-tykhe-digital-alt2\/100 {
  border-left-color: rgb(255 58 111 / 1);
}

.border-l-tykhe-digital-alt2\/20 {
  border-left-color: rgb(255 58 111 / 0.2);
}

.border-l-tykhe-digital-alt2\/25 {
  border-left-color: rgb(255 58 111 / 0.25);
}

.border-l-tykhe-digital-alt2\/30 {
  border-left-color: rgb(255 58 111 / 0.3);
}

.border-l-tykhe-digital-alt2\/40 {
  border-left-color: rgb(255 58 111 / 0.4);
}

.border-l-tykhe-digital-alt2\/5 {
  border-left-color: rgb(255 58 111 / 0.05);
}

.border-l-tykhe-digital-alt2\/50 {
  border-left-color: rgb(255 58 111 / 0.5);
}

.border-l-tykhe-digital-alt2\/60 {
  border-left-color: rgb(255 58 111 / 0.6);
}

.border-l-tykhe-digital-alt2\/70 {
  border-left-color: rgb(255 58 111 / 0.7);
}

.border-l-tykhe-digital-alt2\/75 {
  border-left-color: rgb(255 58 111 / 0.75);
}

.border-l-tykhe-digital-alt2\/80 {
  border-left-color: rgb(255 58 111 / 0.8);
}

.border-l-tykhe-digital-alt2\/90 {
  border-left-color: rgb(255 58 111 / 0.9);
}

.border-l-tykhe-digital-alt2\/95 {
  border-left-color: rgb(255 58 111 / 0.95);
}

.border-l-tykhe-digital-alt3 {
  --tw-border-opacity: 1;
  border-left-color: rgb(131 214 239 / var(--tw-border-opacity));
}

.border-l-tykhe-digital-alt3\/0 {
  border-left-color: rgb(131 214 239 / 0);
}

.border-l-tykhe-digital-alt3\/10 {
  border-left-color: rgb(131 214 239 / 0.1);
}

.border-l-tykhe-digital-alt3\/100 {
  border-left-color: rgb(131 214 239 / 1);
}

.border-l-tykhe-digital-alt3\/20 {
  border-left-color: rgb(131 214 239 / 0.2);
}

.border-l-tykhe-digital-alt3\/25 {
  border-left-color: rgb(131 214 239 / 0.25);
}

.border-l-tykhe-digital-alt3\/30 {
  border-left-color: rgb(131 214 239 / 0.3);
}

.border-l-tykhe-digital-alt3\/40 {
  border-left-color: rgb(131 214 239 / 0.4);
}

.border-l-tykhe-digital-alt3\/5 {
  border-left-color: rgb(131 214 239 / 0.05);
}

.border-l-tykhe-digital-alt3\/50 {
  border-left-color: rgb(131 214 239 / 0.5);
}

.border-l-tykhe-digital-alt3\/60 {
  border-left-color: rgb(131 214 239 / 0.6);
}

.border-l-tykhe-digital-alt3\/70 {
  border-left-color: rgb(131 214 239 / 0.7);
}

.border-l-tykhe-digital-alt3\/75 {
  border-left-color: rgb(131 214 239 / 0.75);
}

.border-l-tykhe-digital-alt3\/80 {
  border-left-color: rgb(131 214 239 / 0.8);
}

.border-l-tykhe-digital-alt3\/90 {
  border-left-color: rgb(131 214 239 / 0.9);
}

.border-l-tykhe-digital-alt3\/95 {
  border-left-color: rgb(131 214 239 / 0.95);
}

.border-l-tykhe-digital\/0 {
  border-left-color: rgb(239 156 131 / 0);
}

.border-l-tykhe-digital\/10 {
  border-left-color: rgb(239 156 131 / 0.1);
}

.border-l-tykhe-digital\/100 {
  border-left-color: rgb(239 156 131 / 1);
}

.border-l-tykhe-digital\/20 {
  border-left-color: rgb(239 156 131 / 0.2);
}

.border-l-tykhe-digital\/25 {
  border-left-color: rgb(239 156 131 / 0.25);
}

.border-l-tykhe-digital\/30 {
  border-left-color: rgb(239 156 131 / 0.3);
}

.border-l-tykhe-digital\/40 {
  border-left-color: rgb(239 156 131 / 0.4);
}

.border-l-tykhe-digital\/5 {
  border-left-color: rgb(239 156 131 / 0.05);
}

.border-l-tykhe-digital\/50 {
  border-left-color: rgb(239 156 131 / 0.5);
}

.border-l-tykhe-digital\/60 {
  border-left-color: rgb(239 156 131 / 0.6);
}

.border-l-tykhe-digital\/70 {
  border-left-color: rgb(239 156 131 / 0.7);
}

.border-l-tykhe-digital\/75 {
  border-left-color: rgb(239 156 131 / 0.75);
}

.border-l-tykhe-digital\/80 {
  border-left-color: rgb(239 156 131 / 0.8);
}

.border-l-tykhe-digital\/90 {
  border-left-color: rgb(239 156 131 / 0.9);
}

.border-l-tykhe-digital\/95 {
  border-left-color: rgb(239 156 131 / 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-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-work-identity-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(166 235 194 / var(--tw-border-opacity));
}

.border-l-work-identity-300\/0 {
  border-left-color: rgb(166 235 194 / 0);
}

.border-l-work-identity-300\/10 {
  border-left-color: rgb(166 235 194 / 0.1);
}

.border-l-work-identity-300\/100 {
  border-left-color: rgb(166 235 194 / 1);
}

.border-l-work-identity-300\/20 {
  border-left-color: rgb(166 235 194 / 0.2);
}

.border-l-work-identity-300\/25 {
  border-left-color: rgb(166 235 194 / 0.25);
}

.border-l-work-identity-300\/30 {
  border-left-color: rgb(166 235 194 / 0.3);
}

.border-l-work-identity-300\/40 {
  border-left-color: rgb(166 235 194 / 0.4);
}

.border-l-work-identity-300\/5 {
  border-left-color: rgb(166 235 194 / 0.05);
}

.border-l-work-identity-300\/50 {
  border-left-color: rgb(166 235 194 / 0.5);
}

.border-l-work-identity-300\/60 {
  border-left-color: rgb(166 235 194 / 0.6);
}

.border-l-work-identity-300\/70 {
  border-left-color: rgb(166 235 194 / 0.7);
}

.border-l-work-identity-300\/75 {
  border-left-color: rgb(166 235 194 / 0.75);
}

.border-l-work-identity-300\/80 {
  border-left-color: rgb(166 235 194 / 0.8);
}

.border-l-work-identity-300\/90 {
  border-left-color: rgb(166 235 194 / 0.9);
}

.border-l-work-identity-300\/95 {
  border-left-color: rgb(166 235 194 / 0.95);
}

.border-l-work-identity-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(83 221 139 / var(--tw-border-opacity));
}

.border-l-work-identity-400\/0 {
  border-left-color: rgb(83 221 139 / 0);
}

.border-l-work-identity-400\/10 {
  border-left-color: rgb(83 221 139 / 0.1);
}

.border-l-work-identity-400\/100 {
  border-left-color: rgb(83 221 139 / 1);
}

.border-l-work-identity-400\/20 {
  border-left-color: rgb(83 221 139 / 0.2);
}

.border-l-work-identity-400\/25 {
  border-left-color: rgb(83 221 139 / 0.25);
}

.border-l-work-identity-400\/30 {
  border-left-color: rgb(83 221 139 / 0.3);
}

.border-l-work-identity-400\/40 {
  border-left-color: rgb(83 221 139 / 0.4);
}

.border-l-work-identity-400\/5 {
  border-left-color: rgb(83 221 139 / 0.05);
}

.border-l-work-identity-400\/50 {
  border-left-color: rgb(83 221 139 / 0.5);
}

.border-l-work-identity-400\/60 {
  border-left-color: rgb(83 221 139 / 0.6);
}

.border-l-work-identity-400\/70 {
  border-left-color: rgb(83 221 139 / 0.7);
}

.border-l-work-identity-400\/75 {
  border-left-color: rgb(83 221 139 / 0.75);
}

.border-l-work-identity-400\/80 {
  border-left-color: rgb(83 221 139 / 0.8);
}

.border-l-work-identity-400\/90 {
  border-left-color: rgb(83 221 139 / 0.9);
}

.border-l-work-identity-400\/95 {
  border-left-color: rgb(83 221 139 / 0.95);
}

.border-l-work-identity-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 208 84 / var(--tw-border-opacity));
}

.border-l-work-identity-500\/0 {
  border-left-color: rgb(0 208 84 / 0);
}

.border-l-work-identity-500\/10 {
  border-left-color: rgb(0 208 84 / 0.1);
}

.border-l-work-identity-500\/100 {
  border-left-color: rgb(0 208 84 / 1);
}

.border-l-work-identity-500\/20 {
  border-left-color: rgb(0 208 84 / 0.2);
}

.border-l-work-identity-500\/25 {
  border-left-color: rgb(0 208 84 / 0.25);
}

.border-l-work-identity-500\/30 {
  border-left-color: rgb(0 208 84 / 0.3);
}

.border-l-work-identity-500\/40 {
  border-left-color: rgb(0 208 84 / 0.4);
}

.border-l-work-identity-500\/5 {
  border-left-color: rgb(0 208 84 / 0.05);
}

.border-l-work-identity-500\/50 {
  border-left-color: rgb(0 208 84 / 0.5);
}

.border-l-work-identity-500\/60 {
  border-left-color: rgb(0 208 84 / 0.6);
}

.border-l-work-identity-500\/70 {
  border-left-color: rgb(0 208 84 / 0.7);
}

.border-l-work-identity-500\/75 {
  border-left-color: rgb(0 208 84 / 0.75);
}

.border-l-work-identity-500\/80 {
  border-left-color: rgb(0 208 84 / 0.8);
}

.border-l-work-identity-500\/90 {
  border-left-color: rgb(0 208 84 / 0.9);
}

.border-l-work-identity-500\/95 {
  border-left-color: rgb(0 208 84 / 0.95);
}

.border-l-work-identity-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 249 249 / var(--tw-border-opacity));
}

.border-l-work-identity-900\/0 {
  border-left-color: rgb(249 249 249 / 0);
}

.border-l-work-identity-900\/10 {
  border-left-color: rgb(249 249 249 / 0.1);
}

.border-l-work-identity-900\/100 {
  border-left-color: rgb(249 249 249 / 1);
}

.border-l-work-identity-900\/20 {
  border-left-color: rgb(249 249 249 / 0.2);
}

.border-l-work-identity-900\/25 {
  border-left-color: rgb(249 249 249 / 0.25);
}

.border-l-work-identity-900\/30 {
  border-left-color: rgb(249 249 249 / 0.3);
}

.border-l-work-identity-900\/40 {
  border-left-color: rgb(249 249 249 / 0.4);
}

.border-l-work-identity-900\/5 {
  border-left-color: rgb(249 249 249 / 0.05);
}

.border-l-work-identity-900\/50 {
  border-left-color: rgb(249 249 249 / 0.5);
}

.border-l-work-identity-900\/60 {
  border-left-color: rgb(249 249 249 / 0.6);
}

.border-l-work-identity-900\/70 {
  border-left-color: rgb(249 249 249 / 0.7);
}

.border-l-work-identity-900\/75 {
  border-left-color: rgb(249 249 249 / 0.75);
}

.border-l-work-identity-900\/80 {
  border-left-color: rgb(249 249 249 / 0.8);
}

.border-l-work-identity-900\/90 {
  border-left-color: rgb(249 249 249 / 0.9);
}

.border-l-work-identity-900\/95 {
  border-left-color: rgb(249 249 249 / 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-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-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-brand-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(230 239 246 / var(--tw-border-opacity));
}

.border-r-brand-100\/0 {
  border-right-color: rgb(230 239 246 / 0);
}

.border-r-brand-100\/10 {
  border-right-color: rgb(230 239 246 / 0.1);
}

.border-r-brand-100\/100 {
  border-right-color: rgb(230 239 246 / 1);
}

.border-r-brand-100\/20 {
  border-right-color: rgb(230 239 246 / 0.2);
}

.border-r-brand-100\/25 {
  border-right-color: rgb(230 239 246 / 0.25);
}

.border-r-brand-100\/30 {
  border-right-color: rgb(230 239 246 / 0.3);
}

.border-r-brand-100\/40 {
  border-right-color: rgb(230 239 246 / 0.4);
}

.border-r-brand-100\/5 {
  border-right-color: rgb(230 239 246 / 0.05);
}

.border-r-brand-100\/50 {
  border-right-color: rgb(230 239 246 / 0.5);
}

.border-r-brand-100\/60 {
  border-right-color: rgb(230 239 246 / 0.6);
}

.border-r-brand-100\/70 {
  border-right-color: rgb(230 239 246 / 0.7);
}

.border-r-brand-100\/75 {
  border-right-color: rgb(230 239 246 / 0.75);
}

.border-r-brand-100\/80 {
  border-right-color: rgb(230 239 246 / 0.8);
}

.border-r-brand-100\/90 {
  border-right-color: rgb(230 239 246 / 0.9);
}

.border-r-brand-100\/95 {
  border-right-color: rgb(230 239 246 / 0.95);
}

.border-r-brand-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(193 215 234 / var(--tw-border-opacity));
}

.border-r-brand-200\/0 {
  border-right-color: rgb(193 215 234 / 0);
}

.border-r-brand-200\/10 {
  border-right-color: rgb(193 215 234 / 0.1);
}

.border-r-brand-200\/100 {
  border-right-color: rgb(193 215 234 / 1);
}

.border-r-brand-200\/20 {
  border-right-color: rgb(193 215 234 / 0.2);
}

.border-r-brand-200\/25 {
  border-right-color: rgb(193 215 234 / 0.25);
}

.border-r-brand-200\/30 {
  border-right-color: rgb(193 215 234 / 0.3);
}

.border-r-brand-200\/40 {
  border-right-color: rgb(193 215 234 / 0.4);
}

.border-r-brand-200\/5 {
  border-right-color: rgb(193 215 234 / 0.05);
}

.border-r-brand-200\/50 {
  border-right-color: rgb(193 215 234 / 0.5);
}

.border-r-brand-200\/60 {
  border-right-color: rgb(193 215 234 / 0.6);
}

.border-r-brand-200\/70 {
  border-right-color: rgb(193 215 234 / 0.7);
}

.border-r-brand-200\/75 {
  border-right-color: rgb(193 215 234 / 0.75);
}

.border-r-brand-200\/80 {
  border-right-color: rgb(193 215 234 / 0.8);
}

.border-r-brand-200\/90 {
  border-right-color: rgb(193 215 234 / 0.9);
}

.border-r-brand-200\/95 {
  border-right-color: rgb(193 215 234 / 0.95);
}

.border-r-brand-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(155 190 221 / var(--tw-border-opacity));
}

.border-r-brand-300\/0 {
  border-right-color: rgb(155 190 221 / 0);
}

.border-r-brand-300\/10 {
  border-right-color: rgb(155 190 221 / 0.1);
}

.border-r-brand-300\/100 {
  border-right-color: rgb(155 190 221 / 1);
}

.border-r-brand-300\/20 {
  border-right-color: rgb(155 190 221 / 0.2);
}

.border-r-brand-300\/25 {
  border-right-color: rgb(155 190 221 / 0.25);
}

.border-r-brand-300\/30 {
  border-right-color: rgb(155 190 221 / 0.3);
}

.border-r-brand-300\/40 {
  border-right-color: rgb(155 190 221 / 0.4);
}

.border-r-brand-300\/5 {
  border-right-color: rgb(155 190 221 / 0.05);
}

.border-r-brand-300\/50 {
  border-right-color: rgb(155 190 221 / 0.5);
}

.border-r-brand-300\/60 {
  border-right-color: rgb(155 190 221 / 0.6);
}

.border-r-brand-300\/70 {
  border-right-color: rgb(155 190 221 / 0.7);
}

.border-r-brand-300\/75 {
  border-right-color: rgb(155 190 221 / 0.75);
}

.border-r-brand-300\/80 {
  border-right-color: rgb(155 190 221 / 0.8);
}

.border-r-brand-300\/90 {
  border-right-color: rgb(155 190 221 / 0.9);
}

.border-r-brand-300\/95 {
  border-right-color: rgb(155 190 221 / 0.95);
}

.border-r-brand-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(81 142 195 / var(--tw-border-opacity));
}

.border-r-brand-400\/0 {
  border-right-color: rgb(81 142 195 / 0);
}

.border-r-brand-400\/10 {
  border-right-color: rgb(81 142 195 / 0.1);
}

.border-r-brand-400\/100 {
  border-right-color: rgb(81 142 195 / 1);
}

.border-r-brand-400\/20 {
  border-right-color: rgb(81 142 195 / 0.2);
}

.border-r-brand-400\/25 {
  border-right-color: rgb(81 142 195 / 0.25);
}

.border-r-brand-400\/30 {
  border-right-color: rgb(81 142 195 / 0.3);
}

.border-r-brand-400\/40 {
  border-right-color: rgb(81 142 195 / 0.4);
}

.border-r-brand-400\/5 {
  border-right-color: rgb(81 142 195 / 0.05);
}

.border-r-brand-400\/50 {
  border-right-color: rgb(81 142 195 / 0.5);
}

.border-r-brand-400\/60 {
  border-right-color: rgb(81 142 195 / 0.6);
}

.border-r-brand-400\/70 {
  border-right-color: rgb(81 142 195 / 0.7);
}

.border-r-brand-400\/75 {
  border-right-color: rgb(81 142 195 / 0.75);
}

.border-r-brand-400\/80 {
  border-right-color: rgb(81 142 195 / 0.8);
}

.border-r-brand-400\/90 {
  border-right-color: rgb(81 142 195 / 0.9);
}

.border-r-brand-400\/95 {
  border-right-color: rgb(81 142 195 / 0.95);
}

.border-r-brand-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(243 247 251 / var(--tw-border-opacity));
}

.border-r-brand-50\/0 {
  border-right-color: rgb(243 247 251 / 0);
}

.border-r-brand-50\/10 {
  border-right-color: rgb(243 247 251 / 0.1);
}

.border-r-brand-50\/100 {
  border-right-color: rgb(243 247 251 / 1);
}

.border-r-brand-50\/20 {
  border-right-color: rgb(243 247 251 / 0.2);
}

.border-r-brand-50\/25 {
  border-right-color: rgb(243 247 251 / 0.25);
}

.border-r-brand-50\/30 {
  border-right-color: rgb(243 247 251 / 0.3);
}

.border-r-brand-50\/40 {
  border-right-color: rgb(243 247 251 / 0.4);
}

.border-r-brand-50\/5 {
  border-right-color: rgb(243 247 251 / 0.05);
}

.border-r-brand-50\/50 {
  border-right-color: rgb(243 247 251 / 0.5);
}

.border-r-brand-50\/60 {
  border-right-color: rgb(243 247 251 / 0.6);
}

.border-r-brand-50\/70 {
  border-right-color: rgb(243 247 251 / 0.7);
}

.border-r-brand-50\/75 {
  border-right-color: rgb(243 247 251 / 0.75);
}

.border-r-brand-50\/80 {
  border-right-color: rgb(243 247 251 / 0.8);
}

.border-r-brand-50\/90 {
  border-right-color: rgb(243 247 251 / 0.9);
}

.border-r-brand-50\/95 {
  border-right-color: rgb(243 247 251 / 0.95);
}

.border-r-brand-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(6 93 169 / var(--tw-border-opacity));
}

.border-r-brand-500\/0 {
  border-right-color: rgb(6 93 169 / 0);
}

.border-r-brand-500\/10 {
  border-right-color: rgb(6 93 169 / 0.1);
}

.border-r-brand-500\/100 {
  border-right-color: rgb(6 93 169 / 1);
}

.border-r-brand-500\/20 {
  border-right-color: rgb(6 93 169 / 0.2);
}

.border-r-brand-500\/25 {
  border-right-color: rgb(6 93 169 / 0.25);
}

.border-r-brand-500\/30 {
  border-right-color: rgb(6 93 169 / 0.3);
}

.border-r-brand-500\/40 {
  border-right-color: rgb(6 93 169 / 0.4);
}

.border-r-brand-500\/5 {
  border-right-color: rgb(6 93 169 / 0.05);
}

.border-r-brand-500\/50 {
  border-right-color: rgb(6 93 169 / 0.5);
}

.border-r-brand-500\/60 {
  border-right-color: rgb(6 93 169 / 0.6);
}

.border-r-brand-500\/70 {
  border-right-color: rgb(6 93 169 / 0.7);
}

.border-r-brand-500\/75 {
  border-right-color: rgb(6 93 169 / 0.75);
}

.border-r-brand-500\/80 {
  border-right-color: rgb(6 93 169 / 0.8);
}

.border-r-brand-500\/90 {
  border-right-color: rgb(6 93 169 / 0.9);
}

.border-r-brand-500\/95 {
  border-right-color: rgb(6 93 169 / 0.95);
}

.border-r-brand-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(5 84 152 / var(--tw-border-opacity));
}

.border-r-brand-600\/0 {
  border-right-color: rgb(5 84 152 / 0);
}

.border-r-brand-600\/10 {
  border-right-color: rgb(5 84 152 / 0.1);
}

.border-r-brand-600\/100 {
  border-right-color: rgb(5 84 152 / 1);
}

.border-r-brand-600\/20 {
  border-right-color: rgb(5 84 152 / 0.2);
}

.border-r-brand-600\/25 {
  border-right-color: rgb(5 84 152 / 0.25);
}

.border-r-brand-600\/30 {
  border-right-color: rgb(5 84 152 / 0.3);
}

.border-r-brand-600\/40 {
  border-right-color: rgb(5 84 152 / 0.4);
}

.border-r-brand-600\/5 {
  border-right-color: rgb(5 84 152 / 0.05);
}

.border-r-brand-600\/50 {
  border-right-color: rgb(5 84 152 / 0.5);
}

.border-r-brand-600\/60 {
  border-right-color: rgb(5 84 152 / 0.6);
}

.border-r-brand-600\/70 {
  border-right-color: rgb(5 84 152 / 0.7);
}

.border-r-brand-600\/75 {
  border-right-color: rgb(5 84 152 / 0.75);
}

.border-r-brand-600\/80 {
  border-right-color: rgb(5 84 152 / 0.8);
}

.border-r-brand-600\/90 {
  border-right-color: rgb(5 84 152 / 0.9);
}

.border-r-brand-600\/95 {
  border-right-color: rgb(5 84 152 / 0.95);
}

.border-r-brand-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(4 56 101 / var(--tw-border-opacity));
}

.border-r-brand-700\/0 {
  border-right-color: rgb(4 56 101 / 0);
}

.border-r-brand-700\/10 {
  border-right-color: rgb(4 56 101 / 0.1);
}

.border-r-brand-700\/100 {
  border-right-color: rgb(4 56 101 / 1);
}

.border-r-brand-700\/20 {
  border-right-color: rgb(4 56 101 / 0.2);
}

.border-r-brand-700\/25 {
  border-right-color: rgb(4 56 101 / 0.25);
}

.border-r-brand-700\/30 {
  border-right-color: rgb(4 56 101 / 0.3);
}

.border-r-brand-700\/40 {
  border-right-color: rgb(4 56 101 / 0.4);
}

.border-r-brand-700\/5 {
  border-right-color: rgb(4 56 101 / 0.05);
}

.border-r-brand-700\/50 {
  border-right-color: rgb(4 56 101 / 0.5);
}

.border-r-brand-700\/60 {
  border-right-color: rgb(4 56 101 / 0.6);
}

.border-r-brand-700\/70 {
  border-right-color: rgb(4 56 101 / 0.7);
}

.border-r-brand-700\/75 {
  border-right-color: rgb(4 56 101 / 0.75);
}

.border-r-brand-700\/80 {
  border-right-color: rgb(4 56 101 / 0.8);
}

.border-r-brand-700\/90 {
  border-right-color: rgb(4 56 101 / 0.9);
}

.border-r-brand-700\/95 {
  border-right-color: rgb(4 56 101 / 0.95);
}

.border-r-brand-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(3 42 76 / var(--tw-border-opacity));
}

.border-r-brand-800\/0 {
  border-right-color: rgb(3 42 76 / 0);
}

.border-r-brand-800\/10 {
  border-right-color: rgb(3 42 76 / 0.1);
}

.border-r-brand-800\/100 {
  border-right-color: rgb(3 42 76 / 1);
}

.border-r-brand-800\/20 {
  border-right-color: rgb(3 42 76 / 0.2);
}

.border-r-brand-800\/25 {
  border-right-color: rgb(3 42 76 / 0.25);
}

.border-r-brand-800\/30 {
  border-right-color: rgb(3 42 76 / 0.3);
}

.border-r-brand-800\/40 {
  border-right-color: rgb(3 42 76 / 0.4);
}

.border-r-brand-800\/5 {
  border-right-color: rgb(3 42 76 / 0.05);
}

.border-r-brand-800\/50 {
  border-right-color: rgb(3 42 76 / 0.5);
}

.border-r-brand-800\/60 {
  border-right-color: rgb(3 42 76 / 0.6);
}

.border-r-brand-800\/70 {
  border-right-color: rgb(3 42 76 / 0.7);
}

.border-r-brand-800\/75 {
  border-right-color: rgb(3 42 76 / 0.75);
}

.border-r-brand-800\/80 {
  border-right-color: rgb(3 42 76 / 0.8);
}

.border-r-brand-800\/90 {
  border-right-color: rgb(3 42 76 / 0.9);
}

.border-r-brand-800\/95 {
  border-right-color: rgb(3 42 76 / 0.95);
}

.border-r-brand-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(2 28 51 / var(--tw-border-opacity));
}

.border-r-brand-900\/0 {
  border-right-color: rgb(2 28 51 / 0);
}

.border-r-brand-900\/10 {
  border-right-color: rgb(2 28 51 / 0.1);
}

.border-r-brand-900\/100 {
  border-right-color: rgb(2 28 51 / 1);
}

.border-r-brand-900\/20 {
  border-right-color: rgb(2 28 51 / 0.2);
}

.border-r-brand-900\/25 {
  border-right-color: rgb(2 28 51 / 0.25);
}

.border-r-brand-900\/30 {
  border-right-color: rgb(2 28 51 / 0.3);
}

.border-r-brand-900\/40 {
  border-right-color: rgb(2 28 51 / 0.4);
}

.border-r-brand-900\/5 {
  border-right-color: rgb(2 28 51 / 0.05);
}

.border-r-brand-900\/50 {
  border-right-color: rgb(2 28 51 / 0.5);
}

.border-r-brand-900\/60 {
  border-right-color: rgb(2 28 51 / 0.6);
}

.border-r-brand-900\/70 {
  border-right-color: rgb(2 28 51 / 0.7);
}

.border-r-brand-900\/75 {
  border-right-color: rgb(2 28 51 / 0.75);
}

.border-r-brand-900\/80 {
  border-right-color: rgb(2 28 51 / 0.8);
}

.border-r-brand-900\/90 {
  border-right-color: rgb(2 28 51 / 0.9);
}

.border-r-brand-900\/95 {
  border-right-color: rgb(2 28 51 / 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-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-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-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-interbeauty-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(249 197 175 / var(--tw-border-opacity));
}

.border-r-interbeauty-100\/0 {
  border-right-color: rgb(249 197 175 / 0);
}

.border-r-interbeauty-100\/10 {
  border-right-color: rgb(249 197 175 / 0.1);
}

.border-r-interbeauty-100\/100 {
  border-right-color: rgb(249 197 175 / 1);
}

.border-r-interbeauty-100\/20 {
  border-right-color: rgb(249 197 175 / 0.2);
}

.border-r-interbeauty-100\/25 {
  border-right-color: rgb(249 197 175 / 0.25);
}

.border-r-interbeauty-100\/30 {
  border-right-color: rgb(249 197 175 / 0.3);
}

.border-r-interbeauty-100\/40 {
  border-right-color: rgb(249 197 175 / 0.4);
}

.border-r-interbeauty-100\/5 {
  border-right-color: rgb(249 197 175 / 0.05);
}

.border-r-interbeauty-100\/50 {
  border-right-color: rgb(249 197 175 / 0.5);
}

.border-r-interbeauty-100\/60 {
  border-right-color: rgb(249 197 175 / 0.6);
}

.border-r-interbeauty-100\/70 {
  border-right-color: rgb(249 197 175 / 0.7);
}

.border-r-interbeauty-100\/75 {
  border-right-color: rgb(249 197 175 / 0.75);
}

.border-r-interbeauty-100\/80 {
  border-right-color: rgb(249 197 175 / 0.8);
}

.border-r-interbeauty-100\/90 {
  border-right-color: rgb(249 197 175 / 0.9);
}

.border-r-interbeauty-100\/95 {
  border-right-color: rgb(249 197 175 / 0.95);
}

.border-r-interbeauty-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(241 182 191 / var(--tw-border-opacity));
}

.border-r-interbeauty-200\/0 {
  border-right-color: rgb(241 182 191 / 0);
}

.border-r-interbeauty-200\/10 {
  border-right-color: rgb(241 182 191 / 0.1);
}

.border-r-interbeauty-200\/100 {
  border-right-color: rgb(241 182 191 / 1);
}

.border-r-interbeauty-200\/20 {
  border-right-color: rgb(241 182 191 / 0.2);
}

.border-r-interbeauty-200\/25 {
  border-right-color: rgb(241 182 191 / 0.25);
}

.border-r-interbeauty-200\/30 {
  border-right-color: rgb(241 182 191 / 0.3);
}

.border-r-interbeauty-200\/40 {
  border-right-color: rgb(241 182 191 / 0.4);
}

.border-r-interbeauty-200\/5 {
  border-right-color: rgb(241 182 191 / 0.05);
}

.border-r-interbeauty-200\/50 {
  border-right-color: rgb(241 182 191 / 0.5);
}

.border-r-interbeauty-200\/60 {
  border-right-color: rgb(241 182 191 / 0.6);
}

.border-r-interbeauty-200\/70 {
  border-right-color: rgb(241 182 191 / 0.7);
}

.border-r-interbeauty-200\/75 {
  border-right-color: rgb(241 182 191 / 0.75);
}

.border-r-interbeauty-200\/80 {
  border-right-color: rgb(241 182 191 / 0.8);
}

.border-r-interbeauty-200\/90 {
  border-right-color: rgb(241 182 191 / 0.9);
}

.border-r-interbeauty-200\/95 {
  border-right-color: rgb(241 182 191 / 0.95);
}

.border-r-interbeauty-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(182 219 231 / var(--tw-border-opacity));
}

.border-r-interbeauty-300\/0 {
  border-right-color: rgb(182 219 231 / 0);
}

.border-r-interbeauty-300\/10 {
  border-right-color: rgb(182 219 231 / 0.1);
}

.border-r-interbeauty-300\/100 {
  border-right-color: rgb(182 219 231 / 1);
}

.border-r-interbeauty-300\/20 {
  border-right-color: rgb(182 219 231 / 0.2);
}

.border-r-interbeauty-300\/25 {
  border-right-color: rgb(182 219 231 / 0.25);
}

.border-r-interbeauty-300\/30 {
  border-right-color: rgb(182 219 231 / 0.3);
}

.border-r-interbeauty-300\/40 {
  border-right-color: rgb(182 219 231 / 0.4);
}

.border-r-interbeauty-300\/5 {
  border-right-color: rgb(182 219 231 / 0.05);
}

.border-r-interbeauty-300\/50 {
  border-right-color: rgb(182 219 231 / 0.5);
}

.border-r-interbeauty-300\/60 {
  border-right-color: rgb(182 219 231 / 0.6);
}

.border-r-interbeauty-300\/70 {
  border-right-color: rgb(182 219 231 / 0.7);
}

.border-r-interbeauty-300\/75 {
  border-right-color: rgb(182 219 231 / 0.75);
}

.border-r-interbeauty-300\/80 {
  border-right-color: rgb(182 219 231 / 0.8);
}

.border-r-interbeauty-300\/90 {
  border-right-color: rgb(182 219 231 / 0.9);
}

.border-r-interbeauty-300\/95 {
  border-right-color: rgb(182 219 231 / 0.95);
}

.border-r-interbeauty-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 250 247 / var(--tw-border-opacity));
}

.border-r-interbeauty-400\/0 {
  border-right-color: rgb(254 250 247 / 0);
}

.border-r-interbeauty-400\/10 {
  border-right-color: rgb(254 250 247 / 0.1);
}

.border-r-interbeauty-400\/100 {
  border-right-color: rgb(254 250 247 / 1);
}

.border-r-interbeauty-400\/20 {
  border-right-color: rgb(254 250 247 / 0.2);
}

.border-r-interbeauty-400\/25 {
  border-right-color: rgb(254 250 247 / 0.25);
}

.border-r-interbeauty-400\/30 {
  border-right-color: rgb(254 250 247 / 0.3);
}

.border-r-interbeauty-400\/40 {
  border-right-color: rgb(254 250 247 / 0.4);
}

.border-r-interbeauty-400\/5 {
  border-right-color: rgb(254 250 247 / 0.05);
}

.border-r-interbeauty-400\/50 {
  border-right-color: rgb(254 250 247 / 0.5);
}

.border-r-interbeauty-400\/60 {
  border-right-color: rgb(254 250 247 / 0.6);
}

.border-r-interbeauty-400\/70 {
  border-right-color: rgb(254 250 247 / 0.7);
}

.border-r-interbeauty-400\/75 {
  border-right-color: rgb(254 250 247 / 0.75);
}

.border-r-interbeauty-400\/80 {
  border-right-color: rgb(254 250 247 / 0.8);
}

.border-r-interbeauty-400\/90 {
  border-right-color: rgb(254 250 247 / 0.9);
}

.border-r-interbeauty-400\/95 {
  border-right-color: rgb(254 250 247 / 0.95);
}

.border-r-interbeauty-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(193 225 224 / var(--tw-border-opacity));
}

.border-r-interbeauty-500\/0 {
  border-right-color: rgb(193 225 224 / 0);
}

.border-r-interbeauty-500\/10 {
  border-right-color: rgb(193 225 224 / 0.1);
}

.border-r-interbeauty-500\/100 {
  border-right-color: rgb(193 225 224 / 1);
}

.border-r-interbeauty-500\/20 {
  border-right-color: rgb(193 225 224 / 0.2);
}

.border-r-interbeauty-500\/25 {
  border-right-color: rgb(193 225 224 / 0.25);
}

.border-r-interbeauty-500\/30 {
  border-right-color: rgb(193 225 224 / 0.3);
}

.border-r-interbeauty-500\/40 {
  border-right-color: rgb(193 225 224 / 0.4);
}

.border-r-interbeauty-500\/5 {
  border-right-color: rgb(193 225 224 / 0.05);
}

.border-r-interbeauty-500\/50 {
  border-right-color: rgb(193 225 224 / 0.5);
}

.border-r-interbeauty-500\/60 {
  border-right-color: rgb(193 225 224 / 0.6);
}

.border-r-interbeauty-500\/70 {
  border-right-color: rgb(193 225 224 / 0.7);
}

.border-r-interbeauty-500\/75 {
  border-right-color: rgb(193 225 224 / 0.75);
}

.border-r-interbeauty-500\/80 {
  border-right-color: rgb(193 225 224 / 0.8);
}

.border-r-interbeauty-500\/90 {
  border-right-color: rgb(193 225 224 / 0.9);
}

.border-r-interbeauty-500\/95 {
  border-right-color: rgb(193 225 224 / 0.95);
}

.border-r-interbeauty-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(88 88 94 / var(--tw-border-opacity));
}

.border-r-interbeauty-600\/0 {
  border-right-color: rgb(88 88 94 / 0);
}

.border-r-interbeauty-600\/10 {
  border-right-color: rgb(88 88 94 / 0.1);
}

.border-r-interbeauty-600\/100 {
  border-right-color: rgb(88 88 94 / 1);
}

.border-r-interbeauty-600\/20 {
  border-right-color: rgb(88 88 94 / 0.2);
}

.border-r-interbeauty-600\/25 {
  border-right-color: rgb(88 88 94 / 0.25);
}

.border-r-interbeauty-600\/30 {
  border-right-color: rgb(88 88 94 / 0.3);
}

.border-r-interbeauty-600\/40 {
  border-right-color: rgb(88 88 94 / 0.4);
}

.border-r-interbeauty-600\/5 {
  border-right-color: rgb(88 88 94 / 0.05);
}

.border-r-interbeauty-600\/50 {
  border-right-color: rgb(88 88 94 / 0.5);
}

.border-r-interbeauty-600\/60 {
  border-right-color: rgb(88 88 94 / 0.6);
}

.border-r-interbeauty-600\/70 {
  border-right-color: rgb(88 88 94 / 0.7);
}

.border-r-interbeauty-600\/75 {
  border-right-color: rgb(88 88 94 / 0.75);
}

.border-r-interbeauty-600\/80 {
  border-right-color: rgb(88 88 94 / 0.8);
}

.border-r-interbeauty-600\/90 {
  border-right-color: rgb(88 88 94 / 0.9);
}

.border-r-interbeauty-600\/95 {
  border-right-color: rgb(88 88 94 / 0.95);
}

.border-r-ipnvaluers-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(0 40 87 / var(--tw-border-opacity));
}

.border-r-ipnvaluers-200\/0 {
  border-right-color: rgb(0 40 87 / 0);
}

.border-r-ipnvaluers-200\/10 {
  border-right-color: rgb(0 40 87 / 0.1);
}

.border-r-ipnvaluers-200\/100 {
  border-right-color: rgb(0 40 87 / 1);
}

.border-r-ipnvaluers-200\/20 {
  border-right-color: rgb(0 40 87 / 0.2);
}

.border-r-ipnvaluers-200\/25 {
  border-right-color: rgb(0 40 87 / 0.25);
}

.border-r-ipnvaluers-200\/30 {
  border-right-color: rgb(0 40 87 / 0.3);
}

.border-r-ipnvaluers-200\/40 {
  border-right-color: rgb(0 40 87 / 0.4);
}

.border-r-ipnvaluers-200\/5 {
  border-right-color: rgb(0 40 87 / 0.05);
}

.border-r-ipnvaluers-200\/50 {
  border-right-color: rgb(0 40 87 / 0.5);
}

.border-r-ipnvaluers-200\/60 {
  border-right-color: rgb(0 40 87 / 0.6);
}

.border-r-ipnvaluers-200\/70 {
  border-right-color: rgb(0 40 87 / 0.7);
}

.border-r-ipnvaluers-200\/75 {
  border-right-color: rgb(0 40 87 / 0.75);
}

.border-r-ipnvaluers-200\/80 {
  border-right-color: rgb(0 40 87 / 0.8);
}

.border-r-ipnvaluers-200\/90 {
  border-right-color: rgb(0 40 87 / 0.9);
}

.border-r-ipnvaluers-200\/95 {
  border-right-color: rgb(0 40 87 / 0.95);
}

.border-r-ipnvaluers-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(196 107 22 / var(--tw-border-opacity));
}

.border-r-ipnvaluers-400\/0 {
  border-right-color: rgb(196 107 22 / 0);
}

.border-r-ipnvaluers-400\/10 {
  border-right-color: rgb(196 107 22 / 0.1);
}

.border-r-ipnvaluers-400\/100 {
  border-right-color: rgb(196 107 22 / 1);
}

.border-r-ipnvaluers-400\/20 {
  border-right-color: rgb(196 107 22 / 0.2);
}

.border-r-ipnvaluers-400\/25 {
  border-right-color: rgb(196 107 22 / 0.25);
}

.border-r-ipnvaluers-400\/30 {
  border-right-color: rgb(196 107 22 / 0.3);
}

.border-r-ipnvaluers-400\/40 {
  border-right-color: rgb(196 107 22 / 0.4);
}

.border-r-ipnvaluers-400\/5 {
  border-right-color: rgb(196 107 22 / 0.05);
}

.border-r-ipnvaluers-400\/50 {
  border-right-color: rgb(196 107 22 / 0.5);
}

.border-r-ipnvaluers-400\/60 {
  border-right-color: rgb(196 107 22 / 0.6);
}

.border-r-ipnvaluers-400\/70 {
  border-right-color: rgb(196 107 22 / 0.7);
}

.border-r-ipnvaluers-400\/75 {
  border-right-color: rgb(196 107 22 / 0.75);
}

.border-r-ipnvaluers-400\/80 {
  border-right-color: rgb(196 107 22 / 0.8);
}

.border-r-ipnvaluers-400\/90 {
  border-right-color: rgb(196 107 22 / 0.9);
}

.border-r-ipnvaluers-400\/95 {
  border-right-color: rgb(196 107 22 / 0.95);
}

.border-r-ipnvaluers-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 174 21 / var(--tw-border-opacity));
}

.border-r-ipnvaluers-500\/0 {
  border-right-color: rgb(245 174 21 / 0);
}

.border-r-ipnvaluers-500\/10 {
  border-right-color: rgb(245 174 21 / 0.1);
}

.border-r-ipnvaluers-500\/100 {
  border-right-color: rgb(245 174 21 / 1);
}

.border-r-ipnvaluers-500\/20 {
  border-right-color: rgb(245 174 21 / 0.2);
}

.border-r-ipnvaluers-500\/25 {
  border-right-color: rgb(245 174 21 / 0.25);
}

.border-r-ipnvaluers-500\/30 {
  border-right-color: rgb(245 174 21 / 0.3);
}

.border-r-ipnvaluers-500\/40 {
  border-right-color: rgb(245 174 21 / 0.4);
}

.border-r-ipnvaluers-500\/5 {
  border-right-color: rgb(245 174 21 / 0.05);
}

.border-r-ipnvaluers-500\/50 {
  border-right-color: rgb(245 174 21 / 0.5);
}

.border-r-ipnvaluers-500\/60 {
  border-right-color: rgb(245 174 21 / 0.6);
}

.border-r-ipnvaluers-500\/70 {
  border-right-color: rgb(245 174 21 / 0.7);
}

.border-r-ipnvaluers-500\/75 {
  border-right-color: rgb(245 174 21 / 0.75);
}

.border-r-ipnvaluers-500\/80 {
  border-right-color: rgb(245 174 21 / 0.8);
}

.border-r-ipnvaluers-500\/90 {
  border-right-color: rgb(245 174 21 / 0.9);
}

.border-r-ipnvaluers-500\/95 {
  border-right-color: rgb(245 174 21 / 0.95);
}

.border-r-jukejam-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 210 101 / var(--tw-border-opacity));
}

.border-r-jukejam-500\/0 {
  border-right-color: rgb(250 210 101 / 0);
}

.border-r-jukejam-500\/10 {
  border-right-color: rgb(250 210 101 / 0.1);
}

.border-r-jukejam-500\/100 {
  border-right-color: rgb(250 210 101 / 1);
}

.border-r-jukejam-500\/20 {
  border-right-color: rgb(250 210 101 / 0.2);
}

.border-r-jukejam-500\/25 {
  border-right-color: rgb(250 210 101 / 0.25);
}

.border-r-jukejam-500\/30 {
  border-right-color: rgb(250 210 101 / 0.3);
}

.border-r-jukejam-500\/40 {
  border-right-color: rgb(250 210 101 / 0.4);
}

.border-r-jukejam-500\/5 {
  border-right-color: rgb(250 210 101 / 0.05);
}

.border-r-jukejam-500\/50 {
  border-right-color: rgb(250 210 101 / 0.5);
}

.border-r-jukejam-500\/60 {
  border-right-color: rgb(250 210 101 / 0.6);
}

.border-r-jukejam-500\/70 {
  border-right-color: rgb(250 210 101 / 0.7);
}

.border-r-jukejam-500\/75 {
  border-right-color: rgb(250 210 101 / 0.75);
}

.border-r-jukejam-500\/80 {
  border-right-color: rgb(250 210 101 / 0.8);
}

.border-r-jukejam-500\/90 {
  border-right-color: rgb(250 210 101 / 0.9);
}

.border-r-jukejam-500\/95 {
  border-right-color: rgb(250 210 101 / 0.95);
}

.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-nafisa-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(153 53 10 / var(--tw-border-opacity));
}

.border-r-nafisa-500\/0 {
  border-right-color: rgb(153 53 10 / 0);
}

.border-r-nafisa-500\/10 {
  border-right-color: rgb(153 53 10 / 0.1);
}

.border-r-nafisa-500\/100 {
  border-right-color: rgb(153 53 10 / 1);
}

.border-r-nafisa-500\/20 {
  border-right-color: rgb(153 53 10 / 0.2);
}

.border-r-nafisa-500\/25 {
  border-right-color: rgb(153 53 10 / 0.25);
}

.border-r-nafisa-500\/30 {
  border-right-color: rgb(153 53 10 / 0.3);
}

.border-r-nafisa-500\/40 {
  border-right-color: rgb(153 53 10 / 0.4);
}

.border-r-nafisa-500\/5 {
  border-right-color: rgb(153 53 10 / 0.05);
}

.border-r-nafisa-500\/50 {
  border-right-color: rgb(153 53 10 / 0.5);
}

.border-r-nafisa-500\/60 {
  border-right-color: rgb(153 53 10 / 0.6);
}

.border-r-nafisa-500\/70 {
  border-right-color: rgb(153 53 10 / 0.7);
}

.border-r-nafisa-500\/75 {
  border-right-color: rgb(153 53 10 / 0.75);
}

.border-r-nafisa-500\/80 {
  border-right-color: rgb(153 53 10 / 0.8);
}

.border-r-nafisa-500\/90 {
  border-right-color: rgb(153 53 10 / 0.9);
}

.border-r-nafisa-500\/95 {
  border-right-color: rgb(153 53 10 / 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-ozc-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 239 235 / var(--tw-border-opacity));
}

.border-r-ozc-100\/0 {
  border-right-color: rgb(255 239 235 / 0);
}

.border-r-ozc-100\/10 {
  border-right-color: rgb(255 239 235 / 0.1);
}

.border-r-ozc-100\/100 {
  border-right-color: rgb(255 239 235 / 1);
}

.border-r-ozc-100\/20 {
  border-right-color: rgb(255 239 235 / 0.2);
}

.border-r-ozc-100\/25 {
  border-right-color: rgb(255 239 235 / 0.25);
}

.border-r-ozc-100\/30 {
  border-right-color: rgb(255 239 235 / 0.3);
}

.border-r-ozc-100\/40 {
  border-right-color: rgb(255 239 235 / 0.4);
}

.border-r-ozc-100\/5 {
  border-right-color: rgb(255 239 235 / 0.05);
}

.border-r-ozc-100\/50 {
  border-right-color: rgb(255 239 235 / 0.5);
}

.border-r-ozc-100\/60 {
  border-right-color: rgb(255 239 235 / 0.6);
}

.border-r-ozc-100\/70 {
  border-right-color: rgb(255 239 235 / 0.7);
}

.border-r-ozc-100\/75 {
  border-right-color: rgb(255 239 235 / 0.75);
}

.border-r-ozc-100\/80 {
  border-right-color: rgb(255 239 235 / 0.8);
}

.border-r-ozc-100\/90 {
  border-right-color: rgb(255 239 235 / 0.9);
}

.border-r-ozc-100\/95 {
  border-right-color: rgb(255 239 235 / 0.95);
}

.border-r-ozc-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 225 222 / var(--tw-border-opacity));
}

.border-r-ozc-200\/0 {
  border-right-color: rgb(253 225 222 / 0);
}

.border-r-ozc-200\/10 {
  border-right-color: rgb(253 225 222 / 0.1);
}

.border-r-ozc-200\/100 {
  border-right-color: rgb(253 225 222 / 1);
}

.border-r-ozc-200\/20 {
  border-right-color: rgb(253 225 222 / 0.2);
}

.border-r-ozc-200\/25 {
  border-right-color: rgb(253 225 222 / 0.25);
}

.border-r-ozc-200\/30 {
  border-right-color: rgb(253 225 222 / 0.3);
}

.border-r-ozc-200\/40 {
  border-right-color: rgb(253 225 222 / 0.4);
}

.border-r-ozc-200\/5 {
  border-right-color: rgb(253 225 222 / 0.05);
}

.border-r-ozc-200\/50 {
  border-right-color: rgb(253 225 222 / 0.5);
}

.border-r-ozc-200\/60 {
  border-right-color: rgb(253 225 222 / 0.6);
}

.border-r-ozc-200\/70 {
  border-right-color: rgb(253 225 222 / 0.7);
}

.border-r-ozc-200\/75 {
  border-right-color: rgb(253 225 222 / 0.75);
}

.border-r-ozc-200\/80 {
  border-right-color: rgb(253 225 222 / 0.8);
}

.border-r-ozc-200\/90 {
  border-right-color: rgb(253 225 222 / 0.9);
}

.border-r-ozc-200\/95 {
  border-right-color: rgb(253 225 222 / 0.95);
}

.border-r-ozc-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(248 181 181 / var(--tw-border-opacity));
}

.border-r-ozc-300\/0 {
  border-right-color: rgb(248 181 181 / 0);
}

.border-r-ozc-300\/10 {
  border-right-color: rgb(248 181 181 / 0.1);
}

.border-r-ozc-300\/100 {
  border-right-color: rgb(248 181 181 / 1);
}

.border-r-ozc-300\/20 {
  border-right-color: rgb(248 181 181 / 0.2);
}

.border-r-ozc-300\/25 {
  border-right-color: rgb(248 181 181 / 0.25);
}

.border-r-ozc-300\/30 {
  border-right-color: rgb(248 181 181 / 0.3);
}

.border-r-ozc-300\/40 {
  border-right-color: rgb(248 181 181 / 0.4);
}

.border-r-ozc-300\/5 {
  border-right-color: rgb(248 181 181 / 0.05);
}

.border-r-ozc-300\/50 {
  border-right-color: rgb(248 181 181 / 0.5);
}

.border-r-ozc-300\/60 {
  border-right-color: rgb(248 181 181 / 0.6);
}

.border-r-ozc-300\/70 {
  border-right-color: rgb(248 181 181 / 0.7);
}

.border-r-ozc-300\/75 {
  border-right-color: rgb(248 181 181 / 0.75);
}

.border-r-ozc-300\/80 {
  border-right-color: rgb(248 181 181 / 0.8);
}

.border-r-ozc-300\/90 {
  border-right-color: rgb(248 181 181 / 0.9);
}

.border-r-ozc-300\/95 {
  border-right-color: rgb(248 181 181 / 0.95);
}

.border-r-ozc-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 189 173 / var(--tw-border-opacity));
}

.border-r-ozc-400\/0 {
  border-right-color: rgb(250 189 173 / 0);
}

.border-r-ozc-400\/10 {
  border-right-color: rgb(250 189 173 / 0.1);
}

.border-r-ozc-400\/100 {
  border-right-color: rgb(250 189 173 / 1);
}

.border-r-ozc-400\/20 {
  border-right-color: rgb(250 189 173 / 0.2);
}

.border-r-ozc-400\/25 {
  border-right-color: rgb(250 189 173 / 0.25);
}

.border-r-ozc-400\/30 {
  border-right-color: rgb(250 189 173 / 0.3);
}

.border-r-ozc-400\/40 {
  border-right-color: rgb(250 189 173 / 0.4);
}

.border-r-ozc-400\/5 {
  border-right-color: rgb(250 189 173 / 0.05);
}

.border-r-ozc-400\/50 {
  border-right-color: rgb(250 189 173 / 0.5);
}

.border-r-ozc-400\/60 {
  border-right-color: rgb(250 189 173 / 0.6);
}

.border-r-ozc-400\/70 {
  border-right-color: rgb(250 189 173 / 0.7);
}

.border-r-ozc-400\/75 {
  border-right-color: rgb(250 189 173 / 0.75);
}

.border-r-ozc-400\/80 {
  border-right-color: rgb(250 189 173 / 0.8);
}

.border-r-ozc-400\/90 {
  border-right-color: rgb(250 189 173 / 0.9);
}

.border-r-ozc-400\/95 {
  border-right-color: rgb(250 189 173 / 0.95);
}

.border-r-ozc-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 243 232 / var(--tw-border-opacity));
}

.border-r-ozc-50\/0 {
  border-right-color: rgb(254 243 232 / 0);
}

.border-r-ozc-50\/10 {
  border-right-color: rgb(254 243 232 / 0.1);
}

.border-r-ozc-50\/100 {
  border-right-color: rgb(254 243 232 / 1);
}

.border-r-ozc-50\/20 {
  border-right-color: rgb(254 243 232 / 0.2);
}

.border-r-ozc-50\/25 {
  border-right-color: rgb(254 243 232 / 0.25);
}

.border-r-ozc-50\/30 {
  border-right-color: rgb(254 243 232 / 0.3);
}

.border-r-ozc-50\/40 {
  border-right-color: rgb(254 243 232 / 0.4);
}

.border-r-ozc-50\/5 {
  border-right-color: rgb(254 243 232 / 0.05);
}

.border-r-ozc-50\/50 {
  border-right-color: rgb(254 243 232 / 0.5);
}

.border-r-ozc-50\/60 {
  border-right-color: rgb(254 243 232 / 0.6);
}

.border-r-ozc-50\/70 {
  border-right-color: rgb(254 243 232 / 0.7);
}

.border-r-ozc-50\/75 {
  border-right-color: rgb(254 243 232 / 0.75);
}

.border-r-ozc-50\/80 {
  border-right-color: rgb(254 243 232 / 0.8);
}

.border-r-ozc-50\/90 {
  border-right-color: rgb(254 243 232 / 0.9);
}

.border-r-ozc-50\/95 {
  border-right-color: rgb(254 243 232 / 0.95);
}

.border-r-ozc-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 110 96 / var(--tw-border-opacity));
}

.border-r-ozc-500\/0 {
  border-right-color: rgb(255 110 96 / 0);
}

.border-r-ozc-500\/10 {
  border-right-color: rgb(255 110 96 / 0.1);
}

.border-r-ozc-500\/100 {
  border-right-color: rgb(255 110 96 / 1);
}

.border-r-ozc-500\/20 {
  border-right-color: rgb(255 110 96 / 0.2);
}

.border-r-ozc-500\/25 {
  border-right-color: rgb(255 110 96 / 0.25);
}

.border-r-ozc-500\/30 {
  border-right-color: rgb(255 110 96 / 0.3);
}

.border-r-ozc-500\/40 {
  border-right-color: rgb(255 110 96 / 0.4);
}

.border-r-ozc-500\/5 {
  border-right-color: rgb(255 110 96 / 0.05);
}

.border-r-ozc-500\/50 {
  border-right-color: rgb(255 110 96 / 0.5);
}

.border-r-ozc-500\/60 {
  border-right-color: rgb(255 110 96 / 0.6);
}

.border-r-ozc-500\/70 {
  border-right-color: rgb(255 110 96 / 0.7);
}

.border-r-ozc-500\/75 {
  border-right-color: rgb(255 110 96 / 0.75);
}

.border-r-ozc-500\/80 {
  border-right-color: rgb(255 110 96 / 0.8);
}

.border-r-ozc-500\/90 {
  border-right-color: rgb(255 110 96 / 0.9);
}

.border-r-ozc-500\/95 {
  border-right-color: rgb(255 110 96 / 0.95);
}

.border-r-ozc-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(249 169 140 / var(--tw-border-opacity));
}

.border-r-ozc-600\/0 {
  border-right-color: rgb(249 169 140 / 0);
}

.border-r-ozc-600\/10 {
  border-right-color: rgb(249 169 140 / 0.1);
}

.border-r-ozc-600\/100 {
  border-right-color: rgb(249 169 140 / 1);
}

.border-r-ozc-600\/20 {
  border-right-color: rgb(249 169 140 / 0.2);
}

.border-r-ozc-600\/25 {
  border-right-color: rgb(249 169 140 / 0.25);
}

.border-r-ozc-600\/30 {
  border-right-color: rgb(249 169 140 / 0.3);
}

.border-r-ozc-600\/40 {
  border-right-color: rgb(249 169 140 / 0.4);
}

.border-r-ozc-600\/5 {
  border-right-color: rgb(249 169 140 / 0.05);
}

.border-r-ozc-600\/50 {
  border-right-color: rgb(249 169 140 / 0.5);
}

.border-r-ozc-600\/60 {
  border-right-color: rgb(249 169 140 / 0.6);
}

.border-r-ozc-600\/70 {
  border-right-color: rgb(249 169 140 / 0.7);
}

.border-r-ozc-600\/75 {
  border-right-color: rgb(249 169 140 / 0.75);
}

.border-r-ozc-600\/80 {
  border-right-color: rgb(249 169 140 / 0.8);
}

.border-r-ozc-600\/90 {
  border-right-color: rgb(249 169 140 / 0.9);
}

.border-r-ozc-600\/95 {
  border-right-color: rgb(249 169 140 / 0.95);
}

.border-r-ozc-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(246 148 114 / var(--tw-border-opacity));
}

.border-r-ozc-700\/0 {
  border-right-color: rgb(246 148 114 / 0);
}

.border-r-ozc-700\/10 {
  border-right-color: rgb(246 148 114 / 0.1);
}

.border-r-ozc-700\/100 {
  border-right-color: rgb(246 148 114 / 1);
}

.border-r-ozc-700\/20 {
  border-right-color: rgb(246 148 114 / 0.2);
}

.border-r-ozc-700\/25 {
  border-right-color: rgb(246 148 114 / 0.25);
}

.border-r-ozc-700\/30 {
  border-right-color: rgb(246 148 114 / 0.3);
}

.border-r-ozc-700\/40 {
  border-right-color: rgb(246 148 114 / 0.4);
}

.border-r-ozc-700\/5 {
  border-right-color: rgb(246 148 114 / 0.05);
}

.border-r-ozc-700\/50 {
  border-right-color: rgb(246 148 114 / 0.5);
}

.border-r-ozc-700\/60 {
  border-right-color: rgb(246 148 114 / 0.6);
}

.border-r-ozc-700\/70 {
  border-right-color: rgb(246 148 114 / 0.7);
}

.border-r-ozc-700\/75 {
  border-right-color: rgb(246 148 114 / 0.75);
}

.border-r-ozc-700\/80 {
  border-right-color: rgb(246 148 114 / 0.8);
}

.border-r-ozc-700\/90 {
  border-right-color: rgb(246 148 114 / 0.9);
}

.border-r-ozc-700\/95 {
  border-right-color: rgb(246 148 114 / 0.95);
}

.border-r-ozc-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 144 136 / var(--tw-border-opacity));
}

.border-r-ozc-800\/0 {
  border-right-color: rgb(245 144 136 / 0);
}

.border-r-ozc-800\/10 {
  border-right-color: rgb(245 144 136 / 0.1);
}

.border-r-ozc-800\/100 {
  border-right-color: rgb(245 144 136 / 1);
}

.border-r-ozc-800\/20 {
  border-right-color: rgb(245 144 136 / 0.2);
}

.border-r-ozc-800\/25 {
  border-right-color: rgb(245 144 136 / 0.25);
}

.border-r-ozc-800\/30 {
  border-right-color: rgb(245 144 136 / 0.3);
}

.border-r-ozc-800\/40 {
  border-right-color: rgb(245 144 136 / 0.4);
}

.border-r-ozc-800\/5 {
  border-right-color: rgb(245 144 136 / 0.05);
}

.border-r-ozc-800\/50 {
  border-right-color: rgb(245 144 136 / 0.5);
}

.border-r-ozc-800\/60 {
  border-right-color: rgb(245 144 136 / 0.6);
}

.border-r-ozc-800\/70 {
  border-right-color: rgb(245 144 136 / 0.7);
}

.border-r-ozc-800\/75 {
  border-right-color: rgb(245 144 136 / 0.75);
}

.border-r-ozc-800\/80 {
  border-right-color: rgb(245 144 136 / 0.8);
}

.border-r-ozc-800\/90 {
  border-right-color: rgb(245 144 136 / 0.9);
}

.border-r-ozc-800\/95 {
  border-right-color: rgb(245 144 136 / 0.95);
}

.border-r-ozc-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(243 121 124 / var(--tw-border-opacity));
}

.border-r-ozc-900\/0 {
  border-right-color: rgb(243 121 124 / 0);
}

.border-r-ozc-900\/10 {
  border-right-color: rgb(243 121 124 / 0.1);
}

.border-r-ozc-900\/100 {
  border-right-color: rgb(243 121 124 / 1);
}

.border-r-ozc-900\/20 {
  border-right-color: rgb(243 121 124 / 0.2);
}

.border-r-ozc-900\/25 {
  border-right-color: rgb(243 121 124 / 0.25);
}

.border-r-ozc-900\/30 {
  border-right-color: rgb(243 121 124 / 0.3);
}

.border-r-ozc-900\/40 {
  border-right-color: rgb(243 121 124 / 0.4);
}

.border-r-ozc-900\/5 {
  border-right-color: rgb(243 121 124 / 0.05);
}

.border-r-ozc-900\/50 {
  border-right-color: rgb(243 121 124 / 0.5);
}

.border-r-ozc-900\/60 {
  border-right-color: rgb(243 121 124 / 0.6);
}

.border-r-ozc-900\/70 {
  border-right-color: rgb(243 121 124 / 0.7);
}

.border-r-ozc-900\/75 {
  border-right-color: rgb(243 121 124 / 0.75);
}

.border-r-ozc-900\/80 {
  border-right-color: rgb(243 121 124 / 0.8);
}

.border-r-ozc-900\/90 {
  border-right-color: rgb(243 121 124 / 0.9);
}

.border-r-ozc-900\/95 {
  border-right-color: rgb(243 121 124 / 0.95);
}

.border-r-ozc-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.border-r-ozc-950\/0 {
  border-right-color: rgb(42 45 51 / 0);
}

.border-r-ozc-950\/10 {
  border-right-color: rgb(42 45 51 / 0.1);
}

.border-r-ozc-950\/100 {
  border-right-color: rgb(42 45 51 / 1);
}

.border-r-ozc-950\/20 {
  border-right-color: rgb(42 45 51 / 0.2);
}

.border-r-ozc-950\/25 {
  border-right-color: rgb(42 45 51 / 0.25);
}

.border-r-ozc-950\/30 {
  border-right-color: rgb(42 45 51 / 0.3);
}

.border-r-ozc-950\/40 {
  border-right-color: rgb(42 45 51 / 0.4);
}

.border-r-ozc-950\/5 {
  border-right-color: rgb(42 45 51 / 0.05);
}

.border-r-ozc-950\/50 {
  border-right-color: rgb(42 45 51 / 0.5);
}

.border-r-ozc-950\/60 {
  border-right-color: rgb(42 45 51 / 0.6);
}

.border-r-ozc-950\/70 {
  border-right-color: rgb(42 45 51 / 0.7);
}

.border-r-ozc-950\/75 {
  border-right-color: rgb(42 45 51 / 0.75);
}

.border-r-ozc-950\/80 {
  border-right-color: rgb(42 45 51 / 0.8);
}

.border-r-ozc-950\/90 {
  border-right-color: rgb(42 45 51 / 0.9);
}

.border-r-ozc-950\/95 {
  border-right-color: rgb(42 45 51 / 0.95);
}

.border-r-ozc-alt-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 250 230 / var(--tw-border-opacity));
}

.border-r-ozc-alt-100\/0 {
  border-right-color: rgb(255 250 230 / 0);
}

.border-r-ozc-alt-100\/10 {
  border-right-color: rgb(255 250 230 / 0.1);
}

.border-r-ozc-alt-100\/100 {
  border-right-color: rgb(255 250 230 / 1);
}

.border-r-ozc-alt-100\/20 {
  border-right-color: rgb(255 250 230 / 0.2);
}

.border-r-ozc-alt-100\/25 {
  border-right-color: rgb(255 250 230 / 0.25);
}

.border-r-ozc-alt-100\/30 {
  border-right-color: rgb(255 250 230 / 0.3);
}

.border-r-ozc-alt-100\/40 {
  border-right-color: rgb(255 250 230 / 0.4);
}

.border-r-ozc-alt-100\/5 {
  border-right-color: rgb(255 250 230 / 0.05);
}

.border-r-ozc-alt-100\/50 {
  border-right-color: rgb(255 250 230 / 0.5);
}

.border-r-ozc-alt-100\/60 {
  border-right-color: rgb(255 250 230 / 0.6);
}

.border-r-ozc-alt-100\/70 {
  border-right-color: rgb(255 250 230 / 0.7);
}

.border-r-ozc-alt-100\/75 {
  border-right-color: rgb(255 250 230 / 0.75);
}

.border-r-ozc-alt-100\/80 {
  border-right-color: rgb(255 250 230 / 0.8);
}

.border-r-ozc-alt-100\/90 {
  border-right-color: rgb(255 250 230 / 0.9);
}

.border-r-ozc-alt-100\/95 {
  border-right-color: rgb(255 250 230 / 0.95);
}

.border-r-ozc-alt-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 242 193 / var(--tw-border-opacity));
}

.border-r-ozc-alt-200\/0 {
  border-right-color: rgb(255 242 193 / 0);
}

.border-r-ozc-alt-200\/10 {
  border-right-color: rgb(255 242 193 / 0.1);
}

.border-r-ozc-alt-200\/100 {
  border-right-color: rgb(255 242 193 / 1);
}

.border-r-ozc-alt-200\/20 {
  border-right-color: rgb(255 242 193 / 0.2);
}

.border-r-ozc-alt-200\/25 {
  border-right-color: rgb(255 242 193 / 0.25);
}

.border-r-ozc-alt-200\/30 {
  border-right-color: rgb(255 242 193 / 0.3);
}

.border-r-ozc-alt-200\/40 {
  border-right-color: rgb(255 242 193 / 0.4);
}

.border-r-ozc-alt-200\/5 {
  border-right-color: rgb(255 242 193 / 0.05);
}

.border-r-ozc-alt-200\/50 {
  border-right-color: rgb(255 242 193 / 0.5);
}

.border-r-ozc-alt-200\/60 {
  border-right-color: rgb(255 242 193 / 0.6);
}

.border-r-ozc-alt-200\/70 {
  border-right-color: rgb(255 242 193 / 0.7);
}

.border-r-ozc-alt-200\/75 {
  border-right-color: rgb(255 242 193 / 0.75);
}

.border-r-ozc-alt-200\/80 {
  border-right-color: rgb(255 242 193 / 0.8);
}

.border-r-ozc-alt-200\/90 {
  border-right-color: rgb(255 242 193 / 0.9);
}

.border-r-ozc-alt-200\/95 {
  border-right-color: rgb(255 242 193 / 0.95);
}

.border-r-ozc-alt-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 235 155 / var(--tw-border-opacity));
}

.border-r-ozc-alt-300\/0 {
  border-right-color: rgb(255 235 155 / 0);
}

.border-r-ozc-alt-300\/10 {
  border-right-color: rgb(255 235 155 / 0.1);
}

.border-r-ozc-alt-300\/100 {
  border-right-color: rgb(255 235 155 / 1);
}

.border-r-ozc-alt-300\/20 {
  border-right-color: rgb(255 235 155 / 0.2);
}

.border-r-ozc-alt-300\/25 {
  border-right-color: rgb(255 235 155 / 0.25);
}

.border-r-ozc-alt-300\/30 {
  border-right-color: rgb(255 235 155 / 0.3);
}

.border-r-ozc-alt-300\/40 {
  border-right-color: rgb(255 235 155 / 0.4);
}

.border-r-ozc-alt-300\/5 {
  border-right-color: rgb(255 235 155 / 0.05);
}

.border-r-ozc-alt-300\/50 {
  border-right-color: rgb(255 235 155 / 0.5);
}

.border-r-ozc-alt-300\/60 {
  border-right-color: rgb(255 235 155 / 0.6);
}

.border-r-ozc-alt-300\/70 {
  border-right-color: rgb(255 235 155 / 0.7);
}

.border-r-ozc-alt-300\/75 {
  border-right-color: rgb(255 235 155 / 0.75);
}

.border-r-ozc-alt-300\/80 {
  border-right-color: rgb(255 235 155 / 0.8);
}

.border-r-ozc-alt-300\/90 {
  border-right-color: rgb(255 235 155 / 0.9);
}

.border-r-ozc-alt-300\/95 {
  border-right-color: rgb(255 235 155 / 0.95);
}

.border-r-ozc-alt-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 219 80 / var(--tw-border-opacity));
}

.border-r-ozc-alt-400\/0 {
  border-right-color: rgb(255 219 80 / 0);
}

.border-r-ozc-alt-400\/10 {
  border-right-color: rgb(255 219 80 / 0.1);
}

.border-r-ozc-alt-400\/100 {
  border-right-color: rgb(255 219 80 / 1);
}

.border-r-ozc-alt-400\/20 {
  border-right-color: rgb(255 219 80 / 0.2);
}

.border-r-ozc-alt-400\/25 {
  border-right-color: rgb(255 219 80 / 0.25);
}

.border-r-ozc-alt-400\/30 {
  border-right-color: rgb(255 219 80 / 0.3);
}

.border-r-ozc-alt-400\/40 {
  border-right-color: rgb(255 219 80 / 0.4);
}

.border-r-ozc-alt-400\/5 {
  border-right-color: rgb(255 219 80 / 0.05);
}

.border-r-ozc-alt-400\/50 {
  border-right-color: rgb(255 219 80 / 0.5);
}

.border-r-ozc-alt-400\/60 {
  border-right-color: rgb(255 219 80 / 0.6);
}

.border-r-ozc-alt-400\/70 {
  border-right-color: rgb(255 219 80 / 0.7);
}

.border-r-ozc-alt-400\/75 {
  border-right-color: rgb(255 219 80 / 0.75);
}

.border-r-ozc-alt-400\/80 {
  border-right-color: rgb(255 219 80 / 0.8);
}

.border-r-ozc-alt-400\/90 {
  border-right-color: rgb(255 219 80 / 0.9);
}

.border-r-ozc-alt-400\/95 {
  border-right-color: rgb(255 219 80 / 0.95);
}

.border-r-ozc-alt-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 252 243 / var(--tw-border-opacity));
}

.border-r-ozc-alt-50\/0 {
  border-right-color: rgb(255 252 243 / 0);
}

.border-r-ozc-alt-50\/10 {
  border-right-color: rgb(255 252 243 / 0.1);
}

.border-r-ozc-alt-50\/100 {
  border-right-color: rgb(255 252 243 / 1);
}

.border-r-ozc-alt-50\/20 {
  border-right-color: rgb(255 252 243 / 0.2);
}

.border-r-ozc-alt-50\/25 {
  border-right-color: rgb(255 252 243 / 0.25);
}

.border-r-ozc-alt-50\/30 {
  border-right-color: rgb(255 252 243 / 0.3);
}

.border-r-ozc-alt-50\/40 {
  border-right-color: rgb(255 252 243 / 0.4);
}

.border-r-ozc-alt-50\/5 {
  border-right-color: rgb(255 252 243 / 0.05);
}

.border-r-ozc-alt-50\/50 {
  border-right-color: rgb(255 252 243 / 0.5);
}

.border-r-ozc-alt-50\/60 {
  border-right-color: rgb(255 252 243 / 0.6);
}

.border-r-ozc-alt-50\/70 {
  border-right-color: rgb(255 252 243 / 0.7);
}

.border-r-ozc-alt-50\/75 {
  border-right-color: rgb(255 252 243 / 0.75);
}

.border-r-ozc-alt-50\/80 {
  border-right-color: rgb(255 252 243 / 0.8);
}

.border-r-ozc-alt-50\/90 {
  border-right-color: rgb(255 252 243 / 0.9);
}

.border-r-ozc-alt-50\/95 {
  border-right-color: rgb(255 252 243 / 0.95);
}

.border-r-ozc-alt-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 204 5 / var(--tw-border-opacity));
}

.border-r-ozc-alt-500\/0 {
  border-right-color: rgb(255 204 5 / 0);
}

.border-r-ozc-alt-500\/10 {
  border-right-color: rgb(255 204 5 / 0.1);
}

.border-r-ozc-alt-500\/100 {
  border-right-color: rgb(255 204 5 / 1);
}

.border-r-ozc-alt-500\/20 {
  border-right-color: rgb(255 204 5 / 0.2);
}

.border-r-ozc-alt-500\/25 {
  border-right-color: rgb(255 204 5 / 0.25);
}

.border-r-ozc-alt-500\/30 {
  border-right-color: rgb(255 204 5 / 0.3);
}

.border-r-ozc-alt-500\/40 {
  border-right-color: rgb(255 204 5 / 0.4);
}

.border-r-ozc-alt-500\/5 {
  border-right-color: rgb(255 204 5 / 0.05);
}

.border-r-ozc-alt-500\/50 {
  border-right-color: rgb(255 204 5 / 0.5);
}

.border-r-ozc-alt-500\/60 {
  border-right-color: rgb(255 204 5 / 0.6);
}

.border-r-ozc-alt-500\/70 {
  border-right-color: rgb(255 204 5 / 0.7);
}

.border-r-ozc-alt-500\/75 {
  border-right-color: rgb(255 204 5 / 0.75);
}

.border-r-ozc-alt-500\/80 {
  border-right-color: rgb(255 204 5 / 0.8);
}

.border-r-ozc-alt-500\/90 {
  border-right-color: rgb(255 204 5 / 0.9);
}

.border-r-ozc-alt-500\/95 {
  border-right-color: rgb(255 204 5 / 0.95);
}

.border-r-ozc-alt-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(230 184 5 / var(--tw-border-opacity));
}

.border-r-ozc-alt-600\/0 {
  border-right-color: rgb(230 184 5 / 0);
}

.border-r-ozc-alt-600\/10 {
  border-right-color: rgb(230 184 5 / 0.1);
}

.border-r-ozc-alt-600\/100 {
  border-right-color: rgb(230 184 5 / 1);
}

.border-r-ozc-alt-600\/20 {
  border-right-color: rgb(230 184 5 / 0.2);
}

.border-r-ozc-alt-600\/25 {
  border-right-color: rgb(230 184 5 / 0.25);
}

.border-r-ozc-alt-600\/30 {
  border-right-color: rgb(230 184 5 / 0.3);
}

.border-r-ozc-alt-600\/40 {
  border-right-color: rgb(230 184 5 / 0.4);
}

.border-r-ozc-alt-600\/5 {
  border-right-color: rgb(230 184 5 / 0.05);
}

.border-r-ozc-alt-600\/50 {
  border-right-color: rgb(230 184 5 / 0.5);
}

.border-r-ozc-alt-600\/60 {
  border-right-color: rgb(230 184 5 / 0.6);
}

.border-r-ozc-alt-600\/70 {
  border-right-color: rgb(230 184 5 / 0.7);
}

.border-r-ozc-alt-600\/75 {
  border-right-color: rgb(230 184 5 / 0.75);
}

.border-r-ozc-alt-600\/80 {
  border-right-color: rgb(230 184 5 / 0.8);
}

.border-r-ozc-alt-600\/90 {
  border-right-color: rgb(230 184 5 / 0.9);
}

.border-r-ozc-alt-600\/95 {
  border-right-color: rgb(230 184 5 / 0.95);
}

.border-r-ozc-alt-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(153 122 3 / var(--tw-border-opacity));
}

.border-r-ozc-alt-700\/0 {
  border-right-color: rgb(153 122 3 / 0);
}

.border-r-ozc-alt-700\/10 {
  border-right-color: rgb(153 122 3 / 0.1);
}

.border-r-ozc-alt-700\/100 {
  border-right-color: rgb(153 122 3 / 1);
}

.border-r-ozc-alt-700\/20 {
  border-right-color: rgb(153 122 3 / 0.2);
}

.border-r-ozc-alt-700\/25 {
  border-right-color: rgb(153 122 3 / 0.25);
}

.border-r-ozc-alt-700\/30 {
  border-right-color: rgb(153 122 3 / 0.3);
}

.border-r-ozc-alt-700\/40 {
  border-right-color: rgb(153 122 3 / 0.4);
}

.border-r-ozc-alt-700\/5 {
  border-right-color: rgb(153 122 3 / 0.05);
}

.border-r-ozc-alt-700\/50 {
  border-right-color: rgb(153 122 3 / 0.5);
}

.border-r-ozc-alt-700\/60 {
  border-right-color: rgb(153 122 3 / 0.6);
}

.border-r-ozc-alt-700\/70 {
  border-right-color: rgb(153 122 3 / 0.7);
}

.border-r-ozc-alt-700\/75 {
  border-right-color: rgb(153 122 3 / 0.75);
}

.border-r-ozc-alt-700\/80 {
  border-right-color: rgb(153 122 3 / 0.8);
}

.border-r-ozc-alt-700\/90 {
  border-right-color: rgb(153 122 3 / 0.9);
}

.border-r-ozc-alt-700\/95 {
  border-right-color: rgb(153 122 3 / 0.95);
}

.border-r-ozc-alt-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(115 92 2 / var(--tw-border-opacity));
}

.border-r-ozc-alt-800\/0 {
  border-right-color: rgb(115 92 2 / 0);
}

.border-r-ozc-alt-800\/10 {
  border-right-color: rgb(115 92 2 / 0.1);
}

.border-r-ozc-alt-800\/100 {
  border-right-color: rgb(115 92 2 / 1);
}

.border-r-ozc-alt-800\/20 {
  border-right-color: rgb(115 92 2 / 0.2);
}

.border-r-ozc-alt-800\/25 {
  border-right-color: rgb(115 92 2 / 0.25);
}

.border-r-ozc-alt-800\/30 {
  border-right-color: rgb(115 92 2 / 0.3);
}

.border-r-ozc-alt-800\/40 {
  border-right-color: rgb(115 92 2 / 0.4);
}

.border-r-ozc-alt-800\/5 {
  border-right-color: rgb(115 92 2 / 0.05);
}

.border-r-ozc-alt-800\/50 {
  border-right-color: rgb(115 92 2 / 0.5);
}

.border-r-ozc-alt-800\/60 {
  border-right-color: rgb(115 92 2 / 0.6);
}

.border-r-ozc-alt-800\/70 {
  border-right-color: rgb(115 92 2 / 0.7);
}

.border-r-ozc-alt-800\/75 {
  border-right-color: rgb(115 92 2 / 0.75);
}

.border-r-ozc-alt-800\/80 {
  border-right-color: rgb(115 92 2 / 0.8);
}

.border-r-ozc-alt-800\/90 {
  border-right-color: rgb(115 92 2 / 0.9);
}

.border-r-ozc-alt-800\/95 {
  border-right-color: rgb(115 92 2 / 0.95);
}

.border-r-ozc-alt-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.border-r-ozc-alt-900\/0 {
  border-right-color: rgb(42 45 51 / 0);
}

.border-r-ozc-alt-900\/10 {
  border-right-color: rgb(42 45 51 / 0.1);
}

.border-r-ozc-alt-900\/100 {
  border-right-color: rgb(42 45 51 / 1);
}

.border-r-ozc-alt-900\/20 {
  border-right-color: rgb(42 45 51 / 0.2);
}

.border-r-ozc-alt-900\/25 {
  border-right-color: rgb(42 45 51 / 0.25);
}

.border-r-ozc-alt-900\/30 {
  border-right-color: rgb(42 45 51 / 0.3);
}

.border-r-ozc-alt-900\/40 {
  border-right-color: rgb(42 45 51 / 0.4);
}

.border-r-ozc-alt-900\/5 {
  border-right-color: rgb(42 45 51 / 0.05);
}

.border-r-ozc-alt-900\/50 {
  border-right-color: rgb(42 45 51 / 0.5);
}

.border-r-ozc-alt-900\/60 {
  border-right-color: rgb(42 45 51 / 0.6);
}

.border-r-ozc-alt-900\/70 {
  border-right-color: rgb(42 45 51 / 0.7);
}

.border-r-ozc-alt-900\/75 {
  border-right-color: rgb(42 45 51 / 0.75);
}

.border-r-ozc-alt-900\/80 {
  border-right-color: rgb(42 45 51 / 0.8);
}

.border-r-ozc-alt-900\/90 {
  border-right-color: rgb(42 45 51 / 0.9);
}

.border-r-ozc-alt-900\/95 {
  border-right-color: rgb(42 45 51 / 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-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-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-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-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-tykhe-digital {
  --tw-border-opacity: 1;
  border-right-color: rgb(239 156 131 / var(--tw-border-opacity));
}

.border-r-tykhe-digital-alt {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 239 224 / var(--tw-border-opacity));
}

.border-r-tykhe-digital-alt\/0 {
  border-right-color: rgb(245 239 224 / 0);
}

.border-r-tykhe-digital-alt\/10 {
  border-right-color: rgb(245 239 224 / 0.1);
}

.border-r-tykhe-digital-alt\/100 {
  border-right-color: rgb(245 239 224 / 1);
}

.border-r-tykhe-digital-alt\/20 {
  border-right-color: rgb(245 239 224 / 0.2);
}

.border-r-tykhe-digital-alt\/25 {
  border-right-color: rgb(245 239 224 / 0.25);
}

.border-r-tykhe-digital-alt\/30 {
  border-right-color: rgb(245 239 224 / 0.3);
}

.border-r-tykhe-digital-alt\/40 {
  border-right-color: rgb(245 239 224 / 0.4);
}

.border-r-tykhe-digital-alt\/5 {
  border-right-color: rgb(245 239 224 / 0.05);
}

.border-r-tykhe-digital-alt\/50 {
  border-right-color: rgb(245 239 224 / 0.5);
}

.border-r-tykhe-digital-alt\/60 {
  border-right-color: rgb(245 239 224 / 0.6);
}

.border-r-tykhe-digital-alt\/70 {
  border-right-color: rgb(245 239 224 / 0.7);
}

.border-r-tykhe-digital-alt\/75 {
  border-right-color: rgb(245 239 224 / 0.75);
}

.border-r-tykhe-digital-alt\/80 {
  border-right-color: rgb(245 239 224 / 0.8);
}

.border-r-tykhe-digital-alt\/90 {
  border-right-color: rgb(245 239 224 / 0.9);
}

.border-r-tykhe-digital-alt\/95 {
  border-right-color: rgb(245 239 224 / 0.95);
}

.border-r-tykhe-digital-alt2 {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 58 111 / var(--tw-border-opacity));
}

.border-r-tykhe-digital-alt2\/0 {
  border-right-color: rgb(255 58 111 / 0);
}

.border-r-tykhe-digital-alt2\/10 {
  border-right-color: rgb(255 58 111 / 0.1);
}

.border-r-tykhe-digital-alt2\/100 {
  border-right-color: rgb(255 58 111 / 1);
}

.border-r-tykhe-digital-alt2\/20 {
  border-right-color: rgb(255 58 111 / 0.2);
}

.border-r-tykhe-digital-alt2\/25 {
  border-right-color: rgb(255 58 111 / 0.25);
}

.border-r-tykhe-digital-alt2\/30 {
  border-right-color: rgb(255 58 111 / 0.3);
}

.border-r-tykhe-digital-alt2\/40 {
  border-right-color: rgb(255 58 111 / 0.4);
}

.border-r-tykhe-digital-alt2\/5 {
  border-right-color: rgb(255 58 111 / 0.05);
}

.border-r-tykhe-digital-alt2\/50 {
  border-right-color: rgb(255 58 111 / 0.5);
}

.border-r-tykhe-digital-alt2\/60 {
  border-right-color: rgb(255 58 111 / 0.6);
}

.border-r-tykhe-digital-alt2\/70 {
  border-right-color: rgb(255 58 111 / 0.7);
}

.border-r-tykhe-digital-alt2\/75 {
  border-right-color: rgb(255 58 111 / 0.75);
}

.border-r-tykhe-digital-alt2\/80 {
  border-right-color: rgb(255 58 111 / 0.8);
}

.border-r-tykhe-digital-alt2\/90 {
  border-right-color: rgb(255 58 111 / 0.9);
}

.border-r-tykhe-digital-alt2\/95 {
  border-right-color: rgb(255 58 111 / 0.95);
}

.border-r-tykhe-digital-alt3 {
  --tw-border-opacity: 1;
  border-right-color: rgb(131 214 239 / var(--tw-border-opacity));
}

.border-r-tykhe-digital-alt3\/0 {
  border-right-color: rgb(131 214 239 / 0);
}

.border-r-tykhe-digital-alt3\/10 {
  border-right-color: rgb(131 214 239 / 0.1);
}

.border-r-tykhe-digital-alt3\/100 {
  border-right-color: rgb(131 214 239 / 1);
}

.border-r-tykhe-digital-alt3\/20 {
  border-right-color: rgb(131 214 239 / 0.2);
}

.border-r-tykhe-digital-alt3\/25 {
  border-right-color: rgb(131 214 239 / 0.25);
}

.border-r-tykhe-digital-alt3\/30 {
  border-right-color: rgb(131 214 239 / 0.3);
}

.border-r-tykhe-digital-alt3\/40 {
  border-right-color: rgb(131 214 239 / 0.4);
}

.border-r-tykhe-digital-alt3\/5 {
  border-right-color: rgb(131 214 239 / 0.05);
}

.border-r-tykhe-digital-alt3\/50 {
  border-right-color: rgb(131 214 239 / 0.5);
}

.border-r-tykhe-digital-alt3\/60 {
  border-right-color: rgb(131 214 239 / 0.6);
}

.border-r-tykhe-digital-alt3\/70 {
  border-right-color: rgb(131 214 239 / 0.7);
}

.border-r-tykhe-digital-alt3\/75 {
  border-right-color: rgb(131 214 239 / 0.75);
}

.border-r-tykhe-digital-alt3\/80 {
  border-right-color: rgb(131 214 239 / 0.8);
}

.border-r-tykhe-digital-alt3\/90 {
  border-right-color: rgb(131 214 239 / 0.9);
}

.border-r-tykhe-digital-alt3\/95 {
  border-right-color: rgb(131 214 239 / 0.95);
}

.border-r-tykhe-digital\/0 {
  border-right-color: rgb(239 156 131 / 0);
}

.border-r-tykhe-digital\/10 {
  border-right-color: rgb(239 156 131 / 0.1);
}

.border-r-tykhe-digital\/100 {
  border-right-color: rgb(239 156 131 / 1);
}

.border-r-tykhe-digital\/20 {
  border-right-color: rgb(239 156 131 / 0.2);
}

.border-r-tykhe-digital\/25 {
  border-right-color: rgb(239 156 131 / 0.25);
}

.border-r-tykhe-digital\/30 {
  border-right-color: rgb(239 156 131 / 0.3);
}

.border-r-tykhe-digital\/40 {
  border-right-color: rgb(239 156 131 / 0.4);
}

.border-r-tykhe-digital\/5 {
  border-right-color: rgb(239 156 131 / 0.05);
}

.border-r-tykhe-digital\/50 {
  border-right-color: rgb(239 156 131 / 0.5);
}

.border-r-tykhe-digital\/60 {
  border-right-color: rgb(239 156 131 / 0.6);
}

.border-r-tykhe-digital\/70 {
  border-right-color: rgb(239 156 131 / 0.7);
}

.border-r-tykhe-digital\/75 {
  border-right-color: rgb(239 156 131 / 0.75);
}

.border-r-tykhe-digital\/80 {
  border-right-color: rgb(239 156 131 / 0.8);
}

.border-r-tykhe-digital\/90 {
  border-right-color: rgb(239 156 131 / 0.9);
}

.border-r-tykhe-digital\/95 {
  border-right-color: rgb(239 156 131 / 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-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-work-identity-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(166 235 194 / var(--tw-border-opacity));
}

.border-r-work-identity-300\/0 {
  border-right-color: rgb(166 235 194 / 0);
}

.border-r-work-identity-300\/10 {
  border-right-color: rgb(166 235 194 / 0.1);
}

.border-r-work-identity-300\/100 {
  border-right-color: rgb(166 235 194 / 1);
}

.border-r-work-identity-300\/20 {
  border-right-color: rgb(166 235 194 / 0.2);
}

.border-r-work-identity-300\/25 {
  border-right-color: rgb(166 235 194 / 0.25);
}

.border-r-work-identity-300\/30 {
  border-right-color: rgb(166 235 194 / 0.3);
}

.border-r-work-identity-300\/40 {
  border-right-color: rgb(166 235 194 / 0.4);
}

.border-r-work-identity-300\/5 {
  border-right-color: rgb(166 235 194 / 0.05);
}

.border-r-work-identity-300\/50 {
  border-right-color: rgb(166 235 194 / 0.5);
}

.border-r-work-identity-300\/60 {
  border-right-color: rgb(166 235 194 / 0.6);
}

.border-r-work-identity-300\/70 {
  border-right-color: rgb(166 235 194 / 0.7);
}

.border-r-work-identity-300\/75 {
  border-right-color: rgb(166 235 194 / 0.75);
}

.border-r-work-identity-300\/80 {
  border-right-color: rgb(166 235 194 / 0.8);
}

.border-r-work-identity-300\/90 {
  border-right-color: rgb(166 235 194 / 0.9);
}

.border-r-work-identity-300\/95 {
  border-right-color: rgb(166 235 194 / 0.95);
}

.border-r-work-identity-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(83 221 139 / var(--tw-border-opacity));
}

.border-r-work-identity-400\/0 {
  border-right-color: rgb(83 221 139 / 0);
}

.border-r-work-identity-400\/10 {
  border-right-color: rgb(83 221 139 / 0.1);
}

.border-r-work-identity-400\/100 {
  border-right-color: rgb(83 221 139 / 1);
}

.border-r-work-identity-400\/20 {
  border-right-color: rgb(83 221 139 / 0.2);
}

.border-r-work-identity-400\/25 {
  border-right-color: rgb(83 221 139 / 0.25);
}

.border-r-work-identity-400\/30 {
  border-right-color: rgb(83 221 139 / 0.3);
}

.border-r-work-identity-400\/40 {
  border-right-color: rgb(83 221 139 / 0.4);
}

.border-r-work-identity-400\/5 {
  border-right-color: rgb(83 221 139 / 0.05);
}

.border-r-work-identity-400\/50 {
  border-right-color: rgb(83 221 139 / 0.5);
}

.border-r-work-identity-400\/60 {
  border-right-color: rgb(83 221 139 / 0.6);
}

.border-r-work-identity-400\/70 {
  border-right-color: rgb(83 221 139 / 0.7);
}

.border-r-work-identity-400\/75 {
  border-right-color: rgb(83 221 139 / 0.75);
}

.border-r-work-identity-400\/80 {
  border-right-color: rgb(83 221 139 / 0.8);
}

.border-r-work-identity-400\/90 {
  border-right-color: rgb(83 221 139 / 0.9);
}

.border-r-work-identity-400\/95 {
  border-right-color: rgb(83 221 139 / 0.95);
}

.border-r-work-identity-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(0 208 84 / var(--tw-border-opacity));
}

.border-r-work-identity-500\/0 {
  border-right-color: rgb(0 208 84 / 0);
}

.border-r-work-identity-500\/10 {
  border-right-color: rgb(0 208 84 / 0.1);
}

.border-r-work-identity-500\/100 {
  border-right-color: rgb(0 208 84 / 1);
}

.border-r-work-identity-500\/20 {
  border-right-color: rgb(0 208 84 / 0.2);
}

.border-r-work-identity-500\/25 {
  border-right-color: rgb(0 208 84 / 0.25);
}

.border-r-work-identity-500\/30 {
  border-right-color: rgb(0 208 84 / 0.3);
}

.border-r-work-identity-500\/40 {
  border-right-color: rgb(0 208 84 / 0.4);
}

.border-r-work-identity-500\/5 {
  border-right-color: rgb(0 208 84 / 0.05);
}

.border-r-work-identity-500\/50 {
  border-right-color: rgb(0 208 84 / 0.5);
}

.border-r-work-identity-500\/60 {
  border-right-color: rgb(0 208 84 / 0.6);
}

.border-r-work-identity-500\/70 {
  border-right-color: rgb(0 208 84 / 0.7);
}

.border-r-work-identity-500\/75 {
  border-right-color: rgb(0 208 84 / 0.75);
}

.border-r-work-identity-500\/80 {
  border-right-color: rgb(0 208 84 / 0.8);
}

.border-r-work-identity-500\/90 {
  border-right-color: rgb(0 208 84 / 0.9);
}

.border-r-work-identity-500\/95 {
  border-right-color: rgb(0 208 84 / 0.95);
}

.border-r-work-identity-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(249 249 249 / var(--tw-border-opacity));
}

.border-r-work-identity-900\/0 {
  border-right-color: rgb(249 249 249 / 0);
}

.border-r-work-identity-900\/10 {
  border-right-color: rgb(249 249 249 / 0.1);
}

.border-r-work-identity-900\/100 {
  border-right-color: rgb(249 249 249 / 1);
}

.border-r-work-identity-900\/20 {
  border-right-color: rgb(249 249 249 / 0.2);
}

.border-r-work-identity-900\/25 {
  border-right-color: rgb(249 249 249 / 0.25);
}

.border-r-work-identity-900\/30 {
  border-right-color: rgb(249 249 249 / 0.3);
}

.border-r-work-identity-900\/40 {
  border-right-color: rgb(249 249 249 / 0.4);
}

.border-r-work-identity-900\/5 {
  border-right-color: rgb(249 249 249 / 0.05);
}

.border-r-work-identity-900\/50 {
  border-right-color: rgb(249 249 249 / 0.5);
}

.border-r-work-identity-900\/60 {
  border-right-color: rgb(249 249 249 / 0.6);
}

.border-r-work-identity-900\/70 {
  border-right-color: rgb(249 249 249 / 0.7);
}

.border-r-work-identity-900\/75 {
  border-right-color: rgb(249 249 249 / 0.75);
}

.border-r-work-identity-900\/80 {
  border-right-color: rgb(249 249 249 / 0.8);
}

.border-r-work-identity-900\/90 {
  border-right-color: rgb(249 249 249 / 0.9);
}

.border-r-work-identity-900\/95 {
  border-right-color: rgb(249 249 249 / 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-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-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-brand-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(230 239 246 / var(--tw-border-opacity));
}

.border-s-brand-100\/0 {
  border-inline-start-color: rgb(230 239 246 / 0);
}

.border-s-brand-100\/10 {
  border-inline-start-color: rgb(230 239 246 / 0.1);
}

.border-s-brand-100\/100 {
  border-inline-start-color: rgb(230 239 246 / 1);
}

.border-s-brand-100\/20 {
  border-inline-start-color: rgb(230 239 246 / 0.2);
}

.border-s-brand-100\/25 {
  border-inline-start-color: rgb(230 239 246 / 0.25);
}

.border-s-brand-100\/30 {
  border-inline-start-color: rgb(230 239 246 / 0.3);
}

.border-s-brand-100\/40 {
  border-inline-start-color: rgb(230 239 246 / 0.4);
}

.border-s-brand-100\/5 {
  border-inline-start-color: rgb(230 239 246 / 0.05);
}

.border-s-brand-100\/50 {
  border-inline-start-color: rgb(230 239 246 / 0.5);
}

.border-s-brand-100\/60 {
  border-inline-start-color: rgb(230 239 246 / 0.6);
}

.border-s-brand-100\/70 {
  border-inline-start-color: rgb(230 239 246 / 0.7);
}

.border-s-brand-100\/75 {
  border-inline-start-color: rgb(230 239 246 / 0.75);
}

.border-s-brand-100\/80 {
  border-inline-start-color: rgb(230 239 246 / 0.8);
}

.border-s-brand-100\/90 {
  border-inline-start-color: rgb(230 239 246 / 0.9);
}

.border-s-brand-100\/95 {
  border-inline-start-color: rgb(230 239 246 / 0.95);
}

.border-s-brand-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(193 215 234 / var(--tw-border-opacity));
}

.border-s-brand-200\/0 {
  border-inline-start-color: rgb(193 215 234 / 0);
}

.border-s-brand-200\/10 {
  border-inline-start-color: rgb(193 215 234 / 0.1);
}

.border-s-brand-200\/100 {
  border-inline-start-color: rgb(193 215 234 / 1);
}

.border-s-brand-200\/20 {
  border-inline-start-color: rgb(193 215 234 / 0.2);
}

.border-s-brand-200\/25 {
  border-inline-start-color: rgb(193 215 234 / 0.25);
}

.border-s-brand-200\/30 {
  border-inline-start-color: rgb(193 215 234 / 0.3);
}

.border-s-brand-200\/40 {
  border-inline-start-color: rgb(193 215 234 / 0.4);
}

.border-s-brand-200\/5 {
  border-inline-start-color: rgb(193 215 234 / 0.05);
}

.border-s-brand-200\/50 {
  border-inline-start-color: rgb(193 215 234 / 0.5);
}

.border-s-brand-200\/60 {
  border-inline-start-color: rgb(193 215 234 / 0.6);
}

.border-s-brand-200\/70 {
  border-inline-start-color: rgb(193 215 234 / 0.7);
}

.border-s-brand-200\/75 {
  border-inline-start-color: rgb(193 215 234 / 0.75);
}

.border-s-brand-200\/80 {
  border-inline-start-color: rgb(193 215 234 / 0.8);
}

.border-s-brand-200\/90 {
  border-inline-start-color: rgb(193 215 234 / 0.9);
}

.border-s-brand-200\/95 {
  border-inline-start-color: rgb(193 215 234 / 0.95);
}

.border-s-brand-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(155 190 221 / var(--tw-border-opacity));
}

.border-s-brand-300\/0 {
  border-inline-start-color: rgb(155 190 221 / 0);
}

.border-s-brand-300\/10 {
  border-inline-start-color: rgb(155 190 221 / 0.1);
}

.border-s-brand-300\/100 {
  border-inline-start-color: rgb(155 190 221 / 1);
}

.border-s-brand-300\/20 {
  border-inline-start-color: rgb(155 190 221 / 0.2);
}

.border-s-brand-300\/25 {
  border-inline-start-color: rgb(155 190 221 / 0.25);
}

.border-s-brand-300\/30 {
  border-inline-start-color: rgb(155 190 221 / 0.3);
}

.border-s-brand-300\/40 {
  border-inline-start-color: rgb(155 190 221 / 0.4);
}

.border-s-brand-300\/5 {
  border-inline-start-color: rgb(155 190 221 / 0.05);
}

.border-s-brand-300\/50 {
  border-inline-start-color: rgb(155 190 221 / 0.5);
}

.border-s-brand-300\/60 {
  border-inline-start-color: rgb(155 190 221 / 0.6);
}

.border-s-brand-300\/70 {
  border-inline-start-color: rgb(155 190 221 / 0.7);
}

.border-s-brand-300\/75 {
  border-inline-start-color: rgb(155 190 221 / 0.75);
}

.border-s-brand-300\/80 {
  border-inline-start-color: rgb(155 190 221 / 0.8);
}

.border-s-brand-300\/90 {
  border-inline-start-color: rgb(155 190 221 / 0.9);
}

.border-s-brand-300\/95 {
  border-inline-start-color: rgb(155 190 221 / 0.95);
}

.border-s-brand-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(81 142 195 / var(--tw-border-opacity));
}

.border-s-brand-400\/0 {
  border-inline-start-color: rgb(81 142 195 / 0);
}

.border-s-brand-400\/10 {
  border-inline-start-color: rgb(81 142 195 / 0.1);
}

.border-s-brand-400\/100 {
  border-inline-start-color: rgb(81 142 195 / 1);
}

.border-s-brand-400\/20 {
  border-inline-start-color: rgb(81 142 195 / 0.2);
}

.border-s-brand-400\/25 {
  border-inline-start-color: rgb(81 142 195 / 0.25);
}

.border-s-brand-400\/30 {
  border-inline-start-color: rgb(81 142 195 / 0.3);
}

.border-s-brand-400\/40 {
  border-inline-start-color: rgb(81 142 195 / 0.4);
}

.border-s-brand-400\/5 {
  border-inline-start-color: rgb(81 142 195 / 0.05);
}

.border-s-brand-400\/50 {
  border-inline-start-color: rgb(81 142 195 / 0.5);
}

.border-s-brand-400\/60 {
  border-inline-start-color: rgb(81 142 195 / 0.6);
}

.border-s-brand-400\/70 {
  border-inline-start-color: rgb(81 142 195 / 0.7);
}

.border-s-brand-400\/75 {
  border-inline-start-color: rgb(81 142 195 / 0.75);
}

.border-s-brand-400\/80 {
  border-inline-start-color: rgb(81 142 195 / 0.8);
}

.border-s-brand-400\/90 {
  border-inline-start-color: rgb(81 142 195 / 0.9);
}

.border-s-brand-400\/95 {
  border-inline-start-color: rgb(81 142 195 / 0.95);
}

.border-s-brand-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(243 247 251 / var(--tw-border-opacity));
}

.border-s-brand-50\/0 {
  border-inline-start-color: rgb(243 247 251 / 0);
}

.border-s-brand-50\/10 {
  border-inline-start-color: rgb(243 247 251 / 0.1);
}

.border-s-brand-50\/100 {
  border-inline-start-color: rgb(243 247 251 / 1);
}

.border-s-brand-50\/20 {
  border-inline-start-color: rgb(243 247 251 / 0.2);
}

.border-s-brand-50\/25 {
  border-inline-start-color: rgb(243 247 251 / 0.25);
}

.border-s-brand-50\/30 {
  border-inline-start-color: rgb(243 247 251 / 0.3);
}

.border-s-brand-50\/40 {
  border-inline-start-color: rgb(243 247 251 / 0.4);
}

.border-s-brand-50\/5 {
  border-inline-start-color: rgb(243 247 251 / 0.05);
}

.border-s-brand-50\/50 {
  border-inline-start-color: rgb(243 247 251 / 0.5);
}

.border-s-brand-50\/60 {
  border-inline-start-color: rgb(243 247 251 / 0.6);
}

.border-s-brand-50\/70 {
  border-inline-start-color: rgb(243 247 251 / 0.7);
}

.border-s-brand-50\/75 {
  border-inline-start-color: rgb(243 247 251 / 0.75);
}

.border-s-brand-50\/80 {
  border-inline-start-color: rgb(243 247 251 / 0.8);
}

.border-s-brand-50\/90 {
  border-inline-start-color: rgb(243 247 251 / 0.9);
}

.border-s-brand-50\/95 {
  border-inline-start-color: rgb(243 247 251 / 0.95);
}

.border-s-brand-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(6 93 169 / var(--tw-border-opacity));
}

.border-s-brand-500\/0 {
  border-inline-start-color: rgb(6 93 169 / 0);
}

.border-s-brand-500\/10 {
  border-inline-start-color: rgb(6 93 169 / 0.1);
}

.border-s-brand-500\/100 {
  border-inline-start-color: rgb(6 93 169 / 1);
}

.border-s-brand-500\/20 {
  border-inline-start-color: rgb(6 93 169 / 0.2);
}

.border-s-brand-500\/25 {
  border-inline-start-color: rgb(6 93 169 / 0.25);
}

.border-s-brand-500\/30 {
  border-inline-start-color: rgb(6 93 169 / 0.3);
}

.border-s-brand-500\/40 {
  border-inline-start-color: rgb(6 93 169 / 0.4);
}

.border-s-brand-500\/5 {
  border-inline-start-color: rgb(6 93 169 / 0.05);
}

.border-s-brand-500\/50 {
  border-inline-start-color: rgb(6 93 169 / 0.5);
}

.border-s-brand-500\/60 {
  border-inline-start-color: rgb(6 93 169 / 0.6);
}

.border-s-brand-500\/70 {
  border-inline-start-color: rgb(6 93 169 / 0.7);
}

.border-s-brand-500\/75 {
  border-inline-start-color: rgb(6 93 169 / 0.75);
}

.border-s-brand-500\/80 {
  border-inline-start-color: rgb(6 93 169 / 0.8);
}

.border-s-brand-500\/90 {
  border-inline-start-color: rgb(6 93 169 / 0.9);
}

.border-s-brand-500\/95 {
  border-inline-start-color: rgb(6 93 169 / 0.95);
}

.border-s-brand-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(5 84 152 / var(--tw-border-opacity));
}

.border-s-brand-600\/0 {
  border-inline-start-color: rgb(5 84 152 / 0);
}

.border-s-brand-600\/10 {
  border-inline-start-color: rgb(5 84 152 / 0.1);
}

.border-s-brand-600\/100 {
  border-inline-start-color: rgb(5 84 152 / 1);
}

.border-s-brand-600\/20 {
  border-inline-start-color: rgb(5 84 152 / 0.2);
}

.border-s-brand-600\/25 {
  border-inline-start-color: rgb(5 84 152 / 0.25);
}

.border-s-brand-600\/30 {
  border-inline-start-color: rgb(5 84 152 / 0.3);
}

.border-s-brand-600\/40 {
  border-inline-start-color: rgb(5 84 152 / 0.4);
}

.border-s-brand-600\/5 {
  border-inline-start-color: rgb(5 84 152 / 0.05);
}

.border-s-brand-600\/50 {
  border-inline-start-color: rgb(5 84 152 / 0.5);
}

.border-s-brand-600\/60 {
  border-inline-start-color: rgb(5 84 152 / 0.6);
}

.border-s-brand-600\/70 {
  border-inline-start-color: rgb(5 84 152 / 0.7);
}

.border-s-brand-600\/75 {
  border-inline-start-color: rgb(5 84 152 / 0.75);
}

.border-s-brand-600\/80 {
  border-inline-start-color: rgb(5 84 152 / 0.8);
}

.border-s-brand-600\/90 {
  border-inline-start-color: rgb(5 84 152 / 0.9);
}

.border-s-brand-600\/95 {
  border-inline-start-color: rgb(5 84 152 / 0.95);
}

.border-s-brand-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(4 56 101 / var(--tw-border-opacity));
}

.border-s-brand-700\/0 {
  border-inline-start-color: rgb(4 56 101 / 0);
}

.border-s-brand-700\/10 {
  border-inline-start-color: rgb(4 56 101 / 0.1);
}

.border-s-brand-700\/100 {
  border-inline-start-color: rgb(4 56 101 / 1);
}

.border-s-brand-700\/20 {
  border-inline-start-color: rgb(4 56 101 / 0.2);
}

.border-s-brand-700\/25 {
  border-inline-start-color: rgb(4 56 101 / 0.25);
}

.border-s-brand-700\/30 {
  border-inline-start-color: rgb(4 56 101 / 0.3);
}

.border-s-brand-700\/40 {
  border-inline-start-color: rgb(4 56 101 / 0.4);
}

.border-s-brand-700\/5 {
  border-inline-start-color: rgb(4 56 101 / 0.05);
}

.border-s-brand-700\/50 {
  border-inline-start-color: rgb(4 56 101 / 0.5);
}

.border-s-brand-700\/60 {
  border-inline-start-color: rgb(4 56 101 / 0.6);
}

.border-s-brand-700\/70 {
  border-inline-start-color: rgb(4 56 101 / 0.7);
}

.border-s-brand-700\/75 {
  border-inline-start-color: rgb(4 56 101 / 0.75);
}

.border-s-brand-700\/80 {
  border-inline-start-color: rgb(4 56 101 / 0.8);
}

.border-s-brand-700\/90 {
  border-inline-start-color: rgb(4 56 101 / 0.9);
}

.border-s-brand-700\/95 {
  border-inline-start-color: rgb(4 56 101 / 0.95);
}

.border-s-brand-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(3 42 76 / var(--tw-border-opacity));
}

.border-s-brand-800\/0 {
  border-inline-start-color: rgb(3 42 76 / 0);
}

.border-s-brand-800\/10 {
  border-inline-start-color: rgb(3 42 76 / 0.1);
}

.border-s-brand-800\/100 {
  border-inline-start-color: rgb(3 42 76 / 1);
}

.border-s-brand-800\/20 {
  border-inline-start-color: rgb(3 42 76 / 0.2);
}

.border-s-brand-800\/25 {
  border-inline-start-color: rgb(3 42 76 / 0.25);
}

.border-s-brand-800\/30 {
  border-inline-start-color: rgb(3 42 76 / 0.3);
}

.border-s-brand-800\/40 {
  border-inline-start-color: rgb(3 42 76 / 0.4);
}

.border-s-brand-800\/5 {
  border-inline-start-color: rgb(3 42 76 / 0.05);
}

.border-s-brand-800\/50 {
  border-inline-start-color: rgb(3 42 76 / 0.5);
}

.border-s-brand-800\/60 {
  border-inline-start-color: rgb(3 42 76 / 0.6);
}

.border-s-brand-800\/70 {
  border-inline-start-color: rgb(3 42 76 / 0.7);
}

.border-s-brand-800\/75 {
  border-inline-start-color: rgb(3 42 76 / 0.75);
}

.border-s-brand-800\/80 {
  border-inline-start-color: rgb(3 42 76 / 0.8);
}

.border-s-brand-800\/90 {
  border-inline-start-color: rgb(3 42 76 / 0.9);
}

.border-s-brand-800\/95 {
  border-inline-start-color: rgb(3 42 76 / 0.95);
}

.border-s-brand-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(2 28 51 / var(--tw-border-opacity));
}

.border-s-brand-900\/0 {
  border-inline-start-color: rgb(2 28 51 / 0);
}

.border-s-brand-900\/10 {
  border-inline-start-color: rgb(2 28 51 / 0.1);
}

.border-s-brand-900\/100 {
  border-inline-start-color: rgb(2 28 51 / 1);
}

.border-s-brand-900\/20 {
  border-inline-start-color: rgb(2 28 51 / 0.2);
}

.border-s-brand-900\/25 {
  border-inline-start-color: rgb(2 28 51 / 0.25);
}

.border-s-brand-900\/30 {
  border-inline-start-color: rgb(2 28 51 / 0.3);
}

.border-s-brand-900\/40 {
  border-inline-start-color: rgb(2 28 51 / 0.4);
}

.border-s-brand-900\/5 {
  border-inline-start-color: rgb(2 28 51 / 0.05);
}

.border-s-brand-900\/50 {
  border-inline-start-color: rgb(2 28 51 / 0.5);
}

.border-s-brand-900\/60 {
  border-inline-start-color: rgb(2 28 51 / 0.6);
}

.border-s-brand-900\/70 {
  border-inline-start-color: rgb(2 28 51 / 0.7);
}

.border-s-brand-900\/75 {
  border-inline-start-color: rgb(2 28 51 / 0.75);
}

.border-s-brand-900\/80 {
  border-inline-start-color: rgb(2 28 51 / 0.8);
}

.border-s-brand-900\/90 {
  border-inline-start-color: rgb(2 28 51 / 0.9);
}

.border-s-brand-900\/95 {
  border-inline-start-color: rgb(2 28 51 / 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-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-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-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-interbeauty-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(249 197 175 / var(--tw-border-opacity));
}

.border-s-interbeauty-100\/0 {
  border-inline-start-color: rgb(249 197 175 / 0);
}

.border-s-interbeauty-100\/10 {
  border-inline-start-color: rgb(249 197 175 / 0.1);
}

.border-s-interbeauty-100\/100 {
  border-inline-start-color: rgb(249 197 175 / 1);
}

.border-s-interbeauty-100\/20 {
  border-inline-start-color: rgb(249 197 175 / 0.2);
}

.border-s-interbeauty-100\/25 {
  border-inline-start-color: rgb(249 197 175 / 0.25);
}

.border-s-interbeauty-100\/30 {
  border-inline-start-color: rgb(249 197 175 / 0.3);
}

.border-s-interbeauty-100\/40 {
  border-inline-start-color: rgb(249 197 175 / 0.4);
}

.border-s-interbeauty-100\/5 {
  border-inline-start-color: rgb(249 197 175 / 0.05);
}

.border-s-interbeauty-100\/50 {
  border-inline-start-color: rgb(249 197 175 / 0.5);
}

.border-s-interbeauty-100\/60 {
  border-inline-start-color: rgb(249 197 175 / 0.6);
}

.border-s-interbeauty-100\/70 {
  border-inline-start-color: rgb(249 197 175 / 0.7);
}

.border-s-interbeauty-100\/75 {
  border-inline-start-color: rgb(249 197 175 / 0.75);
}

.border-s-interbeauty-100\/80 {
  border-inline-start-color: rgb(249 197 175 / 0.8);
}

.border-s-interbeauty-100\/90 {
  border-inline-start-color: rgb(249 197 175 / 0.9);
}

.border-s-interbeauty-100\/95 {
  border-inline-start-color: rgb(249 197 175 / 0.95);
}

.border-s-interbeauty-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(241 182 191 / var(--tw-border-opacity));
}

.border-s-interbeauty-200\/0 {
  border-inline-start-color: rgb(241 182 191 / 0);
}

.border-s-interbeauty-200\/10 {
  border-inline-start-color: rgb(241 182 191 / 0.1);
}

.border-s-interbeauty-200\/100 {
  border-inline-start-color: rgb(241 182 191 / 1);
}

.border-s-interbeauty-200\/20 {
  border-inline-start-color: rgb(241 182 191 / 0.2);
}

.border-s-interbeauty-200\/25 {
  border-inline-start-color: rgb(241 182 191 / 0.25);
}

.border-s-interbeauty-200\/30 {
  border-inline-start-color: rgb(241 182 191 / 0.3);
}

.border-s-interbeauty-200\/40 {
  border-inline-start-color: rgb(241 182 191 / 0.4);
}

.border-s-interbeauty-200\/5 {
  border-inline-start-color: rgb(241 182 191 / 0.05);
}

.border-s-interbeauty-200\/50 {
  border-inline-start-color: rgb(241 182 191 / 0.5);
}

.border-s-interbeauty-200\/60 {
  border-inline-start-color: rgb(241 182 191 / 0.6);
}

.border-s-interbeauty-200\/70 {
  border-inline-start-color: rgb(241 182 191 / 0.7);
}

.border-s-interbeauty-200\/75 {
  border-inline-start-color: rgb(241 182 191 / 0.75);
}

.border-s-interbeauty-200\/80 {
  border-inline-start-color: rgb(241 182 191 / 0.8);
}

.border-s-interbeauty-200\/90 {
  border-inline-start-color: rgb(241 182 191 / 0.9);
}

.border-s-interbeauty-200\/95 {
  border-inline-start-color: rgb(241 182 191 / 0.95);
}

.border-s-interbeauty-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(182 219 231 / var(--tw-border-opacity));
}

.border-s-interbeauty-300\/0 {
  border-inline-start-color: rgb(182 219 231 / 0);
}

.border-s-interbeauty-300\/10 {
  border-inline-start-color: rgb(182 219 231 / 0.1);
}

.border-s-interbeauty-300\/100 {
  border-inline-start-color: rgb(182 219 231 / 1);
}

.border-s-interbeauty-300\/20 {
  border-inline-start-color: rgb(182 219 231 / 0.2);
}

.border-s-interbeauty-300\/25 {
  border-inline-start-color: rgb(182 219 231 / 0.25);
}

.border-s-interbeauty-300\/30 {
  border-inline-start-color: rgb(182 219 231 / 0.3);
}

.border-s-interbeauty-300\/40 {
  border-inline-start-color: rgb(182 219 231 / 0.4);
}

.border-s-interbeauty-300\/5 {
  border-inline-start-color: rgb(182 219 231 / 0.05);
}

.border-s-interbeauty-300\/50 {
  border-inline-start-color: rgb(182 219 231 / 0.5);
}

.border-s-interbeauty-300\/60 {
  border-inline-start-color: rgb(182 219 231 / 0.6);
}

.border-s-interbeauty-300\/70 {
  border-inline-start-color: rgb(182 219 231 / 0.7);
}

.border-s-interbeauty-300\/75 {
  border-inline-start-color: rgb(182 219 231 / 0.75);
}

.border-s-interbeauty-300\/80 {
  border-inline-start-color: rgb(182 219 231 / 0.8);
}

.border-s-interbeauty-300\/90 {
  border-inline-start-color: rgb(182 219 231 / 0.9);
}

.border-s-interbeauty-300\/95 {
  border-inline-start-color: rgb(182 219 231 / 0.95);
}

.border-s-interbeauty-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 250 247 / var(--tw-border-opacity));
}

.border-s-interbeauty-400\/0 {
  border-inline-start-color: rgb(254 250 247 / 0);
}

.border-s-interbeauty-400\/10 {
  border-inline-start-color: rgb(254 250 247 / 0.1);
}

.border-s-interbeauty-400\/100 {
  border-inline-start-color: rgb(254 250 247 / 1);
}

.border-s-interbeauty-400\/20 {
  border-inline-start-color: rgb(254 250 247 / 0.2);
}

.border-s-interbeauty-400\/25 {
  border-inline-start-color: rgb(254 250 247 / 0.25);
}

.border-s-interbeauty-400\/30 {
  border-inline-start-color: rgb(254 250 247 / 0.3);
}

.border-s-interbeauty-400\/40 {
  border-inline-start-color: rgb(254 250 247 / 0.4);
}

.border-s-interbeauty-400\/5 {
  border-inline-start-color: rgb(254 250 247 / 0.05);
}

.border-s-interbeauty-400\/50 {
  border-inline-start-color: rgb(254 250 247 / 0.5);
}

.border-s-interbeauty-400\/60 {
  border-inline-start-color: rgb(254 250 247 / 0.6);
}

.border-s-interbeauty-400\/70 {
  border-inline-start-color: rgb(254 250 247 / 0.7);
}

.border-s-interbeauty-400\/75 {
  border-inline-start-color: rgb(254 250 247 / 0.75);
}

.border-s-interbeauty-400\/80 {
  border-inline-start-color: rgb(254 250 247 / 0.8);
}

.border-s-interbeauty-400\/90 {
  border-inline-start-color: rgb(254 250 247 / 0.9);
}

.border-s-interbeauty-400\/95 {
  border-inline-start-color: rgb(254 250 247 / 0.95);
}

.border-s-interbeauty-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(193 225 224 / var(--tw-border-opacity));
}

.border-s-interbeauty-500\/0 {
  border-inline-start-color: rgb(193 225 224 / 0);
}

.border-s-interbeauty-500\/10 {
  border-inline-start-color: rgb(193 225 224 / 0.1);
}

.border-s-interbeauty-500\/100 {
  border-inline-start-color: rgb(193 225 224 / 1);
}

.border-s-interbeauty-500\/20 {
  border-inline-start-color: rgb(193 225 224 / 0.2);
}

.border-s-interbeauty-500\/25 {
  border-inline-start-color: rgb(193 225 224 / 0.25);
}

.border-s-interbeauty-500\/30 {
  border-inline-start-color: rgb(193 225 224 / 0.3);
}

.border-s-interbeauty-500\/40 {
  border-inline-start-color: rgb(193 225 224 / 0.4);
}

.border-s-interbeauty-500\/5 {
  border-inline-start-color: rgb(193 225 224 / 0.05);
}

.border-s-interbeauty-500\/50 {
  border-inline-start-color: rgb(193 225 224 / 0.5);
}

.border-s-interbeauty-500\/60 {
  border-inline-start-color: rgb(193 225 224 / 0.6);
}

.border-s-interbeauty-500\/70 {
  border-inline-start-color: rgb(193 225 224 / 0.7);
}

.border-s-interbeauty-500\/75 {
  border-inline-start-color: rgb(193 225 224 / 0.75);
}

.border-s-interbeauty-500\/80 {
  border-inline-start-color: rgb(193 225 224 / 0.8);
}

.border-s-interbeauty-500\/90 {
  border-inline-start-color: rgb(193 225 224 / 0.9);
}

.border-s-interbeauty-500\/95 {
  border-inline-start-color: rgb(193 225 224 / 0.95);
}

.border-s-interbeauty-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(88 88 94 / var(--tw-border-opacity));
}

.border-s-interbeauty-600\/0 {
  border-inline-start-color: rgb(88 88 94 / 0);
}

.border-s-interbeauty-600\/10 {
  border-inline-start-color: rgb(88 88 94 / 0.1);
}

.border-s-interbeauty-600\/100 {
  border-inline-start-color: rgb(88 88 94 / 1);
}

.border-s-interbeauty-600\/20 {
  border-inline-start-color: rgb(88 88 94 / 0.2);
}

.border-s-interbeauty-600\/25 {
  border-inline-start-color: rgb(88 88 94 / 0.25);
}

.border-s-interbeauty-600\/30 {
  border-inline-start-color: rgb(88 88 94 / 0.3);
}

.border-s-interbeauty-600\/40 {
  border-inline-start-color: rgb(88 88 94 / 0.4);
}

.border-s-interbeauty-600\/5 {
  border-inline-start-color: rgb(88 88 94 / 0.05);
}

.border-s-interbeauty-600\/50 {
  border-inline-start-color: rgb(88 88 94 / 0.5);
}

.border-s-interbeauty-600\/60 {
  border-inline-start-color: rgb(88 88 94 / 0.6);
}

.border-s-interbeauty-600\/70 {
  border-inline-start-color: rgb(88 88 94 / 0.7);
}

.border-s-interbeauty-600\/75 {
  border-inline-start-color: rgb(88 88 94 / 0.75);
}

.border-s-interbeauty-600\/80 {
  border-inline-start-color: rgb(88 88 94 / 0.8);
}

.border-s-interbeauty-600\/90 {
  border-inline-start-color: rgb(88 88 94 / 0.9);
}

.border-s-interbeauty-600\/95 {
  border-inline-start-color: rgb(88 88 94 / 0.95);
}

.border-s-ipnvaluers-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(0 40 87 / var(--tw-border-opacity));
}

.border-s-ipnvaluers-200\/0 {
  border-inline-start-color: rgb(0 40 87 / 0);
}

.border-s-ipnvaluers-200\/10 {
  border-inline-start-color: rgb(0 40 87 / 0.1);
}

.border-s-ipnvaluers-200\/100 {
  border-inline-start-color: rgb(0 40 87 / 1);
}

.border-s-ipnvaluers-200\/20 {
  border-inline-start-color: rgb(0 40 87 / 0.2);
}

.border-s-ipnvaluers-200\/25 {
  border-inline-start-color: rgb(0 40 87 / 0.25);
}

.border-s-ipnvaluers-200\/30 {
  border-inline-start-color: rgb(0 40 87 / 0.3);
}

.border-s-ipnvaluers-200\/40 {
  border-inline-start-color: rgb(0 40 87 / 0.4);
}

.border-s-ipnvaluers-200\/5 {
  border-inline-start-color: rgb(0 40 87 / 0.05);
}

.border-s-ipnvaluers-200\/50 {
  border-inline-start-color: rgb(0 40 87 / 0.5);
}

.border-s-ipnvaluers-200\/60 {
  border-inline-start-color: rgb(0 40 87 / 0.6);
}

.border-s-ipnvaluers-200\/70 {
  border-inline-start-color: rgb(0 40 87 / 0.7);
}

.border-s-ipnvaluers-200\/75 {
  border-inline-start-color: rgb(0 40 87 / 0.75);
}

.border-s-ipnvaluers-200\/80 {
  border-inline-start-color: rgb(0 40 87 / 0.8);
}

.border-s-ipnvaluers-200\/90 {
  border-inline-start-color: rgb(0 40 87 / 0.9);
}

.border-s-ipnvaluers-200\/95 {
  border-inline-start-color: rgb(0 40 87 / 0.95);
}

.border-s-ipnvaluers-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(196 107 22 / var(--tw-border-opacity));
}

.border-s-ipnvaluers-400\/0 {
  border-inline-start-color: rgb(196 107 22 / 0);
}

.border-s-ipnvaluers-400\/10 {
  border-inline-start-color: rgb(196 107 22 / 0.1);
}

.border-s-ipnvaluers-400\/100 {
  border-inline-start-color: rgb(196 107 22 / 1);
}

.border-s-ipnvaluers-400\/20 {
  border-inline-start-color: rgb(196 107 22 / 0.2);
}

.border-s-ipnvaluers-400\/25 {
  border-inline-start-color: rgb(196 107 22 / 0.25);
}

.border-s-ipnvaluers-400\/30 {
  border-inline-start-color: rgb(196 107 22 / 0.3);
}

.border-s-ipnvaluers-400\/40 {
  border-inline-start-color: rgb(196 107 22 / 0.4);
}

.border-s-ipnvaluers-400\/5 {
  border-inline-start-color: rgb(196 107 22 / 0.05);
}

.border-s-ipnvaluers-400\/50 {
  border-inline-start-color: rgb(196 107 22 / 0.5);
}

.border-s-ipnvaluers-400\/60 {
  border-inline-start-color: rgb(196 107 22 / 0.6);
}

.border-s-ipnvaluers-400\/70 {
  border-inline-start-color: rgb(196 107 22 / 0.7);
}

.border-s-ipnvaluers-400\/75 {
  border-inline-start-color: rgb(196 107 22 / 0.75);
}

.border-s-ipnvaluers-400\/80 {
  border-inline-start-color: rgb(196 107 22 / 0.8);
}

.border-s-ipnvaluers-400\/90 {
  border-inline-start-color: rgb(196 107 22 / 0.9);
}

.border-s-ipnvaluers-400\/95 {
  border-inline-start-color: rgb(196 107 22 / 0.95);
}

.border-s-ipnvaluers-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 174 21 / var(--tw-border-opacity));
}

.border-s-ipnvaluers-500\/0 {
  border-inline-start-color: rgb(245 174 21 / 0);
}

.border-s-ipnvaluers-500\/10 {
  border-inline-start-color: rgb(245 174 21 / 0.1);
}

.border-s-ipnvaluers-500\/100 {
  border-inline-start-color: rgb(245 174 21 / 1);
}

.border-s-ipnvaluers-500\/20 {
  border-inline-start-color: rgb(245 174 21 / 0.2);
}

.border-s-ipnvaluers-500\/25 {
  border-inline-start-color: rgb(245 174 21 / 0.25);
}

.border-s-ipnvaluers-500\/30 {
  border-inline-start-color: rgb(245 174 21 / 0.3);
}

.border-s-ipnvaluers-500\/40 {
  border-inline-start-color: rgb(245 174 21 / 0.4);
}

.border-s-ipnvaluers-500\/5 {
  border-inline-start-color: rgb(245 174 21 / 0.05);
}

.border-s-ipnvaluers-500\/50 {
  border-inline-start-color: rgb(245 174 21 / 0.5);
}

.border-s-ipnvaluers-500\/60 {
  border-inline-start-color: rgb(245 174 21 / 0.6);
}

.border-s-ipnvaluers-500\/70 {
  border-inline-start-color: rgb(245 174 21 / 0.7);
}

.border-s-ipnvaluers-500\/75 {
  border-inline-start-color: rgb(245 174 21 / 0.75);
}

.border-s-ipnvaluers-500\/80 {
  border-inline-start-color: rgb(245 174 21 / 0.8);
}

.border-s-ipnvaluers-500\/90 {
  border-inline-start-color: rgb(245 174 21 / 0.9);
}

.border-s-ipnvaluers-500\/95 {
  border-inline-start-color: rgb(245 174 21 / 0.95);
}

.border-s-jukejam-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 210 101 / var(--tw-border-opacity));
}

.border-s-jukejam-500\/0 {
  border-inline-start-color: rgb(250 210 101 / 0);
}

.border-s-jukejam-500\/10 {
  border-inline-start-color: rgb(250 210 101 / 0.1);
}

.border-s-jukejam-500\/100 {
  border-inline-start-color: rgb(250 210 101 / 1);
}

.border-s-jukejam-500\/20 {
  border-inline-start-color: rgb(250 210 101 / 0.2);
}

.border-s-jukejam-500\/25 {
  border-inline-start-color: rgb(250 210 101 / 0.25);
}

.border-s-jukejam-500\/30 {
  border-inline-start-color: rgb(250 210 101 / 0.3);
}

.border-s-jukejam-500\/40 {
  border-inline-start-color: rgb(250 210 101 / 0.4);
}

.border-s-jukejam-500\/5 {
  border-inline-start-color: rgb(250 210 101 / 0.05);
}

.border-s-jukejam-500\/50 {
  border-inline-start-color: rgb(250 210 101 / 0.5);
}

.border-s-jukejam-500\/60 {
  border-inline-start-color: rgb(250 210 101 / 0.6);
}

.border-s-jukejam-500\/70 {
  border-inline-start-color: rgb(250 210 101 / 0.7);
}

.border-s-jukejam-500\/75 {
  border-inline-start-color: rgb(250 210 101 / 0.75);
}

.border-s-jukejam-500\/80 {
  border-inline-start-color: rgb(250 210 101 / 0.8);
}

.border-s-jukejam-500\/90 {
  border-inline-start-color: rgb(250 210 101 / 0.9);
}

.border-s-jukejam-500\/95 {
  border-inline-start-color: rgb(250 210 101 / 0.95);
}

.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-nafisa-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(153 53 10 / var(--tw-border-opacity));
}

.border-s-nafisa-500\/0 {
  border-inline-start-color: rgb(153 53 10 / 0);
}

.border-s-nafisa-500\/10 {
  border-inline-start-color: rgb(153 53 10 / 0.1);
}

.border-s-nafisa-500\/100 {
  border-inline-start-color: rgb(153 53 10 / 1);
}

.border-s-nafisa-500\/20 {
  border-inline-start-color: rgb(153 53 10 / 0.2);
}

.border-s-nafisa-500\/25 {
  border-inline-start-color: rgb(153 53 10 / 0.25);
}

.border-s-nafisa-500\/30 {
  border-inline-start-color: rgb(153 53 10 / 0.3);
}

.border-s-nafisa-500\/40 {
  border-inline-start-color: rgb(153 53 10 / 0.4);
}

.border-s-nafisa-500\/5 {
  border-inline-start-color: rgb(153 53 10 / 0.05);
}

.border-s-nafisa-500\/50 {
  border-inline-start-color: rgb(153 53 10 / 0.5);
}

.border-s-nafisa-500\/60 {
  border-inline-start-color: rgb(153 53 10 / 0.6);
}

.border-s-nafisa-500\/70 {
  border-inline-start-color: rgb(153 53 10 / 0.7);
}

.border-s-nafisa-500\/75 {
  border-inline-start-color: rgb(153 53 10 / 0.75);
}

.border-s-nafisa-500\/80 {
  border-inline-start-color: rgb(153 53 10 / 0.8);
}

.border-s-nafisa-500\/90 {
  border-inline-start-color: rgb(153 53 10 / 0.9);
}

.border-s-nafisa-500\/95 {
  border-inline-start-color: rgb(153 53 10 / 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-ozc-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 239 235 / var(--tw-border-opacity));
}

.border-s-ozc-100\/0 {
  border-inline-start-color: rgb(255 239 235 / 0);
}

.border-s-ozc-100\/10 {
  border-inline-start-color: rgb(255 239 235 / 0.1);
}

.border-s-ozc-100\/100 {
  border-inline-start-color: rgb(255 239 235 / 1);
}

.border-s-ozc-100\/20 {
  border-inline-start-color: rgb(255 239 235 / 0.2);
}

.border-s-ozc-100\/25 {
  border-inline-start-color: rgb(255 239 235 / 0.25);
}

.border-s-ozc-100\/30 {
  border-inline-start-color: rgb(255 239 235 / 0.3);
}

.border-s-ozc-100\/40 {
  border-inline-start-color: rgb(255 239 235 / 0.4);
}

.border-s-ozc-100\/5 {
  border-inline-start-color: rgb(255 239 235 / 0.05);
}

.border-s-ozc-100\/50 {
  border-inline-start-color: rgb(255 239 235 / 0.5);
}

.border-s-ozc-100\/60 {
  border-inline-start-color: rgb(255 239 235 / 0.6);
}

.border-s-ozc-100\/70 {
  border-inline-start-color: rgb(255 239 235 / 0.7);
}

.border-s-ozc-100\/75 {
  border-inline-start-color: rgb(255 239 235 / 0.75);
}

.border-s-ozc-100\/80 {
  border-inline-start-color: rgb(255 239 235 / 0.8);
}

.border-s-ozc-100\/90 {
  border-inline-start-color: rgb(255 239 235 / 0.9);
}

.border-s-ozc-100\/95 {
  border-inline-start-color: rgb(255 239 235 / 0.95);
}

.border-s-ozc-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 225 222 / var(--tw-border-opacity));
}

.border-s-ozc-200\/0 {
  border-inline-start-color: rgb(253 225 222 / 0);
}

.border-s-ozc-200\/10 {
  border-inline-start-color: rgb(253 225 222 / 0.1);
}

.border-s-ozc-200\/100 {
  border-inline-start-color: rgb(253 225 222 / 1);
}

.border-s-ozc-200\/20 {
  border-inline-start-color: rgb(253 225 222 / 0.2);
}

.border-s-ozc-200\/25 {
  border-inline-start-color: rgb(253 225 222 / 0.25);
}

.border-s-ozc-200\/30 {
  border-inline-start-color: rgb(253 225 222 / 0.3);
}

.border-s-ozc-200\/40 {
  border-inline-start-color: rgb(253 225 222 / 0.4);
}

.border-s-ozc-200\/5 {
  border-inline-start-color: rgb(253 225 222 / 0.05);
}

.border-s-ozc-200\/50 {
  border-inline-start-color: rgb(253 225 222 / 0.5);
}

.border-s-ozc-200\/60 {
  border-inline-start-color: rgb(253 225 222 / 0.6);
}

.border-s-ozc-200\/70 {
  border-inline-start-color: rgb(253 225 222 / 0.7);
}

.border-s-ozc-200\/75 {
  border-inline-start-color: rgb(253 225 222 / 0.75);
}

.border-s-ozc-200\/80 {
  border-inline-start-color: rgb(253 225 222 / 0.8);
}

.border-s-ozc-200\/90 {
  border-inline-start-color: rgb(253 225 222 / 0.9);
}

.border-s-ozc-200\/95 {
  border-inline-start-color: rgb(253 225 222 / 0.95);
}

.border-s-ozc-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(248 181 181 / var(--tw-border-opacity));
}

.border-s-ozc-300\/0 {
  border-inline-start-color: rgb(248 181 181 / 0);
}

.border-s-ozc-300\/10 {
  border-inline-start-color: rgb(248 181 181 / 0.1);
}

.border-s-ozc-300\/100 {
  border-inline-start-color: rgb(248 181 181 / 1);
}

.border-s-ozc-300\/20 {
  border-inline-start-color: rgb(248 181 181 / 0.2);
}

.border-s-ozc-300\/25 {
  border-inline-start-color: rgb(248 181 181 / 0.25);
}

.border-s-ozc-300\/30 {
  border-inline-start-color: rgb(248 181 181 / 0.3);
}

.border-s-ozc-300\/40 {
  border-inline-start-color: rgb(248 181 181 / 0.4);
}

.border-s-ozc-300\/5 {
  border-inline-start-color: rgb(248 181 181 / 0.05);
}

.border-s-ozc-300\/50 {
  border-inline-start-color: rgb(248 181 181 / 0.5);
}

.border-s-ozc-300\/60 {
  border-inline-start-color: rgb(248 181 181 / 0.6);
}

.border-s-ozc-300\/70 {
  border-inline-start-color: rgb(248 181 181 / 0.7);
}

.border-s-ozc-300\/75 {
  border-inline-start-color: rgb(248 181 181 / 0.75);
}

.border-s-ozc-300\/80 {
  border-inline-start-color: rgb(248 181 181 / 0.8);
}

.border-s-ozc-300\/90 {
  border-inline-start-color: rgb(248 181 181 / 0.9);
}

.border-s-ozc-300\/95 {
  border-inline-start-color: rgb(248 181 181 / 0.95);
}

.border-s-ozc-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 189 173 / var(--tw-border-opacity));
}

.border-s-ozc-400\/0 {
  border-inline-start-color: rgb(250 189 173 / 0);
}

.border-s-ozc-400\/10 {
  border-inline-start-color: rgb(250 189 173 / 0.1);
}

.border-s-ozc-400\/100 {
  border-inline-start-color: rgb(250 189 173 / 1);
}

.border-s-ozc-400\/20 {
  border-inline-start-color: rgb(250 189 173 / 0.2);
}

.border-s-ozc-400\/25 {
  border-inline-start-color: rgb(250 189 173 / 0.25);
}

.border-s-ozc-400\/30 {
  border-inline-start-color: rgb(250 189 173 / 0.3);
}

.border-s-ozc-400\/40 {
  border-inline-start-color: rgb(250 189 173 / 0.4);
}

.border-s-ozc-400\/5 {
  border-inline-start-color: rgb(250 189 173 / 0.05);
}

.border-s-ozc-400\/50 {
  border-inline-start-color: rgb(250 189 173 / 0.5);
}

.border-s-ozc-400\/60 {
  border-inline-start-color: rgb(250 189 173 / 0.6);
}

.border-s-ozc-400\/70 {
  border-inline-start-color: rgb(250 189 173 / 0.7);
}

.border-s-ozc-400\/75 {
  border-inline-start-color: rgb(250 189 173 / 0.75);
}

.border-s-ozc-400\/80 {
  border-inline-start-color: rgb(250 189 173 / 0.8);
}

.border-s-ozc-400\/90 {
  border-inline-start-color: rgb(250 189 173 / 0.9);
}

.border-s-ozc-400\/95 {
  border-inline-start-color: rgb(250 189 173 / 0.95);
}

.border-s-ozc-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 243 232 / var(--tw-border-opacity));
}

.border-s-ozc-50\/0 {
  border-inline-start-color: rgb(254 243 232 / 0);
}

.border-s-ozc-50\/10 {
  border-inline-start-color: rgb(254 243 232 / 0.1);
}

.border-s-ozc-50\/100 {
  border-inline-start-color: rgb(254 243 232 / 1);
}

.border-s-ozc-50\/20 {
  border-inline-start-color: rgb(254 243 232 / 0.2);
}

.border-s-ozc-50\/25 {
  border-inline-start-color: rgb(254 243 232 / 0.25);
}

.border-s-ozc-50\/30 {
  border-inline-start-color: rgb(254 243 232 / 0.3);
}

.border-s-ozc-50\/40 {
  border-inline-start-color: rgb(254 243 232 / 0.4);
}

.border-s-ozc-50\/5 {
  border-inline-start-color: rgb(254 243 232 / 0.05);
}

.border-s-ozc-50\/50 {
  border-inline-start-color: rgb(254 243 232 / 0.5);
}

.border-s-ozc-50\/60 {
  border-inline-start-color: rgb(254 243 232 / 0.6);
}

.border-s-ozc-50\/70 {
  border-inline-start-color: rgb(254 243 232 / 0.7);
}

.border-s-ozc-50\/75 {
  border-inline-start-color: rgb(254 243 232 / 0.75);
}

.border-s-ozc-50\/80 {
  border-inline-start-color: rgb(254 243 232 / 0.8);
}

.border-s-ozc-50\/90 {
  border-inline-start-color: rgb(254 243 232 / 0.9);
}

.border-s-ozc-50\/95 {
  border-inline-start-color: rgb(254 243 232 / 0.95);
}

.border-s-ozc-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 110 96 / var(--tw-border-opacity));
}

.border-s-ozc-500\/0 {
  border-inline-start-color: rgb(255 110 96 / 0);
}

.border-s-ozc-500\/10 {
  border-inline-start-color: rgb(255 110 96 / 0.1);
}

.border-s-ozc-500\/100 {
  border-inline-start-color: rgb(255 110 96 / 1);
}

.border-s-ozc-500\/20 {
  border-inline-start-color: rgb(255 110 96 / 0.2);
}

.border-s-ozc-500\/25 {
  border-inline-start-color: rgb(255 110 96 / 0.25);
}

.border-s-ozc-500\/30 {
  border-inline-start-color: rgb(255 110 96 / 0.3);
}

.border-s-ozc-500\/40 {
  border-inline-start-color: rgb(255 110 96 / 0.4);
}

.border-s-ozc-500\/5 {
  border-inline-start-color: rgb(255 110 96 / 0.05);
}

.border-s-ozc-500\/50 {
  border-inline-start-color: rgb(255 110 96 / 0.5);
}

.border-s-ozc-500\/60 {
  border-inline-start-color: rgb(255 110 96 / 0.6);
}

.border-s-ozc-500\/70 {
  border-inline-start-color: rgb(255 110 96 / 0.7);
}

.border-s-ozc-500\/75 {
  border-inline-start-color: rgb(255 110 96 / 0.75);
}

.border-s-ozc-500\/80 {
  border-inline-start-color: rgb(255 110 96 / 0.8);
}

.border-s-ozc-500\/90 {
  border-inline-start-color: rgb(255 110 96 / 0.9);
}

.border-s-ozc-500\/95 {
  border-inline-start-color: rgb(255 110 96 / 0.95);
}

.border-s-ozc-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(249 169 140 / var(--tw-border-opacity));
}

.border-s-ozc-600\/0 {
  border-inline-start-color: rgb(249 169 140 / 0);
}

.border-s-ozc-600\/10 {
  border-inline-start-color: rgb(249 169 140 / 0.1);
}

.border-s-ozc-600\/100 {
  border-inline-start-color: rgb(249 169 140 / 1);
}

.border-s-ozc-600\/20 {
  border-inline-start-color: rgb(249 169 140 / 0.2);
}

.border-s-ozc-600\/25 {
  border-inline-start-color: rgb(249 169 140 / 0.25);
}

.border-s-ozc-600\/30 {
  border-inline-start-color: rgb(249 169 140 / 0.3);
}

.border-s-ozc-600\/40 {
  border-inline-start-color: rgb(249 169 140 / 0.4);
}

.border-s-ozc-600\/5 {
  border-inline-start-color: rgb(249 169 140 / 0.05);
}

.border-s-ozc-600\/50 {
  border-inline-start-color: rgb(249 169 140 / 0.5);
}

.border-s-ozc-600\/60 {
  border-inline-start-color: rgb(249 169 140 / 0.6);
}

.border-s-ozc-600\/70 {
  border-inline-start-color: rgb(249 169 140 / 0.7);
}

.border-s-ozc-600\/75 {
  border-inline-start-color: rgb(249 169 140 / 0.75);
}

.border-s-ozc-600\/80 {
  border-inline-start-color: rgb(249 169 140 / 0.8);
}

.border-s-ozc-600\/90 {
  border-inline-start-color: rgb(249 169 140 / 0.9);
}

.border-s-ozc-600\/95 {
  border-inline-start-color: rgb(249 169 140 / 0.95);
}

.border-s-ozc-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(246 148 114 / var(--tw-border-opacity));
}

.border-s-ozc-700\/0 {
  border-inline-start-color: rgb(246 148 114 / 0);
}

.border-s-ozc-700\/10 {
  border-inline-start-color: rgb(246 148 114 / 0.1);
}

.border-s-ozc-700\/100 {
  border-inline-start-color: rgb(246 148 114 / 1);
}

.border-s-ozc-700\/20 {
  border-inline-start-color: rgb(246 148 114 / 0.2);
}

.border-s-ozc-700\/25 {
  border-inline-start-color: rgb(246 148 114 / 0.25);
}

.border-s-ozc-700\/30 {
  border-inline-start-color: rgb(246 148 114 / 0.3);
}

.border-s-ozc-700\/40 {
  border-inline-start-color: rgb(246 148 114 / 0.4);
}

.border-s-ozc-700\/5 {
  border-inline-start-color: rgb(246 148 114 / 0.05);
}

.border-s-ozc-700\/50 {
  border-inline-start-color: rgb(246 148 114 / 0.5);
}

.border-s-ozc-700\/60 {
  border-inline-start-color: rgb(246 148 114 / 0.6);
}

.border-s-ozc-700\/70 {
  border-inline-start-color: rgb(246 148 114 / 0.7);
}

.border-s-ozc-700\/75 {
  border-inline-start-color: rgb(246 148 114 / 0.75);
}

.border-s-ozc-700\/80 {
  border-inline-start-color: rgb(246 148 114 / 0.8);
}

.border-s-ozc-700\/90 {
  border-inline-start-color: rgb(246 148 114 / 0.9);
}

.border-s-ozc-700\/95 {
  border-inline-start-color: rgb(246 148 114 / 0.95);
}

.border-s-ozc-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 144 136 / var(--tw-border-opacity));
}

.border-s-ozc-800\/0 {
  border-inline-start-color: rgb(245 144 136 / 0);
}

.border-s-ozc-800\/10 {
  border-inline-start-color: rgb(245 144 136 / 0.1);
}

.border-s-ozc-800\/100 {
  border-inline-start-color: rgb(245 144 136 / 1);
}

.border-s-ozc-800\/20 {
  border-inline-start-color: rgb(245 144 136 / 0.2);
}

.border-s-ozc-800\/25 {
  border-inline-start-color: rgb(245 144 136 / 0.25);
}

.border-s-ozc-800\/30 {
  border-inline-start-color: rgb(245 144 136 / 0.3);
}

.border-s-ozc-800\/40 {
  border-inline-start-color: rgb(245 144 136 / 0.4);
}

.border-s-ozc-800\/5 {
  border-inline-start-color: rgb(245 144 136 / 0.05);
}

.border-s-ozc-800\/50 {
  border-inline-start-color: rgb(245 144 136 / 0.5);
}

.border-s-ozc-800\/60 {
  border-inline-start-color: rgb(245 144 136 / 0.6);
}

.border-s-ozc-800\/70 {
  border-inline-start-color: rgb(245 144 136 / 0.7);
}

.border-s-ozc-800\/75 {
  border-inline-start-color: rgb(245 144 136 / 0.75);
}

.border-s-ozc-800\/80 {
  border-inline-start-color: rgb(245 144 136 / 0.8);
}

.border-s-ozc-800\/90 {
  border-inline-start-color: rgb(245 144 136 / 0.9);
}

.border-s-ozc-800\/95 {
  border-inline-start-color: rgb(245 144 136 / 0.95);
}

.border-s-ozc-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(243 121 124 / var(--tw-border-opacity));
}

.border-s-ozc-900\/0 {
  border-inline-start-color: rgb(243 121 124 / 0);
}

.border-s-ozc-900\/10 {
  border-inline-start-color: rgb(243 121 124 / 0.1);
}

.border-s-ozc-900\/100 {
  border-inline-start-color: rgb(243 121 124 / 1);
}

.border-s-ozc-900\/20 {
  border-inline-start-color: rgb(243 121 124 / 0.2);
}

.border-s-ozc-900\/25 {
  border-inline-start-color: rgb(243 121 124 / 0.25);
}

.border-s-ozc-900\/30 {
  border-inline-start-color: rgb(243 121 124 / 0.3);
}

.border-s-ozc-900\/40 {
  border-inline-start-color: rgb(243 121 124 / 0.4);
}

.border-s-ozc-900\/5 {
  border-inline-start-color: rgb(243 121 124 / 0.05);
}

.border-s-ozc-900\/50 {
  border-inline-start-color: rgb(243 121 124 / 0.5);
}

.border-s-ozc-900\/60 {
  border-inline-start-color: rgb(243 121 124 / 0.6);
}

.border-s-ozc-900\/70 {
  border-inline-start-color: rgb(243 121 124 / 0.7);
}

.border-s-ozc-900\/75 {
  border-inline-start-color: rgb(243 121 124 / 0.75);
}

.border-s-ozc-900\/80 {
  border-inline-start-color: rgb(243 121 124 / 0.8);
}

.border-s-ozc-900\/90 {
  border-inline-start-color: rgb(243 121 124 / 0.9);
}

.border-s-ozc-900\/95 {
  border-inline-start-color: rgb(243 121 124 / 0.95);
}

.border-s-ozc-950 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.border-s-ozc-950\/0 {
  border-inline-start-color: rgb(42 45 51 / 0);
}

.border-s-ozc-950\/10 {
  border-inline-start-color: rgb(42 45 51 / 0.1);
}

.border-s-ozc-950\/100 {
  border-inline-start-color: rgb(42 45 51 / 1);
}

.border-s-ozc-950\/20 {
  border-inline-start-color: rgb(42 45 51 / 0.2);
}

.border-s-ozc-950\/25 {
  border-inline-start-color: rgb(42 45 51 / 0.25);
}

.border-s-ozc-950\/30 {
  border-inline-start-color: rgb(42 45 51 / 0.3);
}

.border-s-ozc-950\/40 {
  border-inline-start-color: rgb(42 45 51 / 0.4);
}

.border-s-ozc-950\/5 {
  border-inline-start-color: rgb(42 45 51 / 0.05);
}

.border-s-ozc-950\/50 {
  border-inline-start-color: rgb(42 45 51 / 0.5);
}

.border-s-ozc-950\/60 {
  border-inline-start-color: rgb(42 45 51 / 0.6);
}

.border-s-ozc-950\/70 {
  border-inline-start-color: rgb(42 45 51 / 0.7);
}

.border-s-ozc-950\/75 {
  border-inline-start-color: rgb(42 45 51 / 0.75);
}

.border-s-ozc-950\/80 {
  border-inline-start-color: rgb(42 45 51 / 0.8);
}

.border-s-ozc-950\/90 {
  border-inline-start-color: rgb(42 45 51 / 0.9);
}

.border-s-ozc-950\/95 {
  border-inline-start-color: rgb(42 45 51 / 0.95);
}

.border-s-ozc-alt-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 250 230 / var(--tw-border-opacity));
}

.border-s-ozc-alt-100\/0 {
  border-inline-start-color: rgb(255 250 230 / 0);
}

.border-s-ozc-alt-100\/10 {
  border-inline-start-color: rgb(255 250 230 / 0.1);
}

.border-s-ozc-alt-100\/100 {
  border-inline-start-color: rgb(255 250 230 / 1);
}

.border-s-ozc-alt-100\/20 {
  border-inline-start-color: rgb(255 250 230 / 0.2);
}

.border-s-ozc-alt-100\/25 {
  border-inline-start-color: rgb(255 250 230 / 0.25);
}

.border-s-ozc-alt-100\/30 {
  border-inline-start-color: rgb(255 250 230 / 0.3);
}

.border-s-ozc-alt-100\/40 {
  border-inline-start-color: rgb(255 250 230 / 0.4);
}

.border-s-ozc-alt-100\/5 {
  border-inline-start-color: rgb(255 250 230 / 0.05);
}

.border-s-ozc-alt-100\/50 {
  border-inline-start-color: rgb(255 250 230 / 0.5);
}

.border-s-ozc-alt-100\/60 {
  border-inline-start-color: rgb(255 250 230 / 0.6);
}

.border-s-ozc-alt-100\/70 {
  border-inline-start-color: rgb(255 250 230 / 0.7);
}

.border-s-ozc-alt-100\/75 {
  border-inline-start-color: rgb(255 250 230 / 0.75);
}

.border-s-ozc-alt-100\/80 {
  border-inline-start-color: rgb(255 250 230 / 0.8);
}

.border-s-ozc-alt-100\/90 {
  border-inline-start-color: rgb(255 250 230 / 0.9);
}

.border-s-ozc-alt-100\/95 {
  border-inline-start-color: rgb(255 250 230 / 0.95);
}

.border-s-ozc-alt-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 242 193 / var(--tw-border-opacity));
}

.border-s-ozc-alt-200\/0 {
  border-inline-start-color: rgb(255 242 193 / 0);
}

.border-s-ozc-alt-200\/10 {
  border-inline-start-color: rgb(255 242 193 / 0.1);
}

.border-s-ozc-alt-200\/100 {
  border-inline-start-color: rgb(255 242 193 / 1);
}

.border-s-ozc-alt-200\/20 {
  border-inline-start-color: rgb(255 242 193 / 0.2);
}

.border-s-ozc-alt-200\/25 {
  border-inline-start-color: rgb(255 242 193 / 0.25);
}

.border-s-ozc-alt-200\/30 {
  border-inline-start-color: rgb(255 242 193 / 0.3);
}

.border-s-ozc-alt-200\/40 {
  border-inline-start-color: rgb(255 242 193 / 0.4);
}

.border-s-ozc-alt-200\/5 {
  border-inline-start-color: rgb(255 242 193 / 0.05);
}

.border-s-ozc-alt-200\/50 {
  border-inline-start-color: rgb(255 242 193 / 0.5);
}

.border-s-ozc-alt-200\/60 {
  border-inline-start-color: rgb(255 242 193 / 0.6);
}

.border-s-ozc-alt-200\/70 {
  border-inline-start-color: rgb(255 242 193 / 0.7);
}

.border-s-ozc-alt-200\/75 {
  border-inline-start-color: rgb(255 242 193 / 0.75);
}

.border-s-ozc-alt-200\/80 {
  border-inline-start-color: rgb(255 242 193 / 0.8);
}

.border-s-ozc-alt-200\/90 {
  border-inline-start-color: rgb(255 242 193 / 0.9);
}

.border-s-ozc-alt-200\/95 {
  border-inline-start-color: rgb(255 242 193 / 0.95);
}

.border-s-ozc-alt-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 235 155 / var(--tw-border-opacity));
}

.border-s-ozc-alt-300\/0 {
  border-inline-start-color: rgb(255 235 155 / 0);
}

.border-s-ozc-alt-300\/10 {
  border-inline-start-color: rgb(255 235 155 / 0.1);
}

.border-s-ozc-alt-300\/100 {
  border-inline-start-color: rgb(255 235 155 / 1);
}

.border-s-ozc-alt-300\/20 {
  border-inline-start-color: rgb(255 235 155 / 0.2);
}

.border-s-ozc-alt-300\/25 {
  border-inline-start-color: rgb(255 235 155 / 0.25);
}

.border-s-ozc-alt-300\/30 {
  border-inline-start-color: rgb(255 235 155 / 0.3);
}

.border-s-ozc-alt-300\/40 {
  border-inline-start-color: rgb(255 235 155 / 0.4);
}

.border-s-ozc-alt-300\/5 {
  border-inline-start-color: rgb(255 235 155 / 0.05);
}

.border-s-ozc-alt-300\/50 {
  border-inline-start-color: rgb(255 235 155 / 0.5);
}

.border-s-ozc-alt-300\/60 {
  border-inline-start-color: rgb(255 235 155 / 0.6);
}

.border-s-ozc-alt-300\/70 {
  border-inline-start-color: rgb(255 235 155 / 0.7);
}

.border-s-ozc-alt-300\/75 {
  border-inline-start-color: rgb(255 235 155 / 0.75);
}

.border-s-ozc-alt-300\/80 {
  border-inline-start-color: rgb(255 235 155 / 0.8);
}

.border-s-ozc-alt-300\/90 {
  border-inline-start-color: rgb(255 235 155 / 0.9);
}

.border-s-ozc-alt-300\/95 {
  border-inline-start-color: rgb(255 235 155 / 0.95);
}

.border-s-ozc-alt-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 219 80 / var(--tw-border-opacity));
}

.border-s-ozc-alt-400\/0 {
  border-inline-start-color: rgb(255 219 80 / 0);
}

.border-s-ozc-alt-400\/10 {
  border-inline-start-color: rgb(255 219 80 / 0.1);
}

.border-s-ozc-alt-400\/100 {
  border-inline-start-color: rgb(255 219 80 / 1);
}

.border-s-ozc-alt-400\/20 {
  border-inline-start-color: rgb(255 219 80 / 0.2);
}

.border-s-ozc-alt-400\/25 {
  border-inline-start-color: rgb(255 219 80 / 0.25);
}

.border-s-ozc-alt-400\/30 {
  border-inline-start-color: rgb(255 219 80 / 0.3);
}

.border-s-ozc-alt-400\/40 {
  border-inline-start-color: rgb(255 219 80 / 0.4);
}

.border-s-ozc-alt-400\/5 {
  border-inline-start-color: rgb(255 219 80 / 0.05);
}

.border-s-ozc-alt-400\/50 {
  border-inline-start-color: rgb(255 219 80 / 0.5);
}

.border-s-ozc-alt-400\/60 {
  border-inline-start-color: rgb(255 219 80 / 0.6);
}

.border-s-ozc-alt-400\/70 {
  border-inline-start-color: rgb(255 219 80 / 0.7);
}

.border-s-ozc-alt-400\/75 {
  border-inline-start-color: rgb(255 219 80 / 0.75);
}

.border-s-ozc-alt-400\/80 {
  border-inline-start-color: rgb(255 219 80 / 0.8);
}

.border-s-ozc-alt-400\/90 {
  border-inline-start-color: rgb(255 219 80 / 0.9);
}

.border-s-ozc-alt-400\/95 {
  border-inline-start-color: rgb(255 219 80 / 0.95);
}

.border-s-ozc-alt-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 252 243 / var(--tw-border-opacity));
}

.border-s-ozc-alt-50\/0 {
  border-inline-start-color: rgb(255 252 243 / 0);
}

.border-s-ozc-alt-50\/10 {
  border-inline-start-color: rgb(255 252 243 / 0.1);
}

.border-s-ozc-alt-50\/100 {
  border-inline-start-color: rgb(255 252 243 / 1);
}

.border-s-ozc-alt-50\/20 {
  border-inline-start-color: rgb(255 252 243 / 0.2);
}

.border-s-ozc-alt-50\/25 {
  border-inline-start-color: rgb(255 252 243 / 0.25);
}

.border-s-ozc-alt-50\/30 {
  border-inline-start-color: rgb(255 252 243 / 0.3);
}

.border-s-ozc-alt-50\/40 {
  border-inline-start-color: rgb(255 252 243 / 0.4);
}

.border-s-ozc-alt-50\/5 {
  border-inline-start-color: rgb(255 252 243 / 0.05);
}

.border-s-ozc-alt-50\/50 {
  border-inline-start-color: rgb(255 252 243 / 0.5);
}

.border-s-ozc-alt-50\/60 {
  border-inline-start-color: rgb(255 252 243 / 0.6);
}

.border-s-ozc-alt-50\/70 {
  border-inline-start-color: rgb(255 252 243 / 0.7);
}

.border-s-ozc-alt-50\/75 {
  border-inline-start-color: rgb(255 252 243 / 0.75);
}

.border-s-ozc-alt-50\/80 {
  border-inline-start-color: rgb(255 252 243 / 0.8);
}

.border-s-ozc-alt-50\/90 {
  border-inline-start-color: rgb(255 252 243 / 0.9);
}

.border-s-ozc-alt-50\/95 {
  border-inline-start-color: rgb(255 252 243 / 0.95);
}

.border-s-ozc-alt-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 204 5 / var(--tw-border-opacity));
}

.border-s-ozc-alt-500\/0 {
  border-inline-start-color: rgb(255 204 5 / 0);
}

.border-s-ozc-alt-500\/10 {
  border-inline-start-color: rgb(255 204 5 / 0.1);
}

.border-s-ozc-alt-500\/100 {
  border-inline-start-color: rgb(255 204 5 / 1);
}

.border-s-ozc-alt-500\/20 {
  border-inline-start-color: rgb(255 204 5 / 0.2);
}

.border-s-ozc-alt-500\/25 {
  border-inline-start-color: rgb(255 204 5 / 0.25);
}

.border-s-ozc-alt-500\/30 {
  border-inline-start-color: rgb(255 204 5 / 0.3);
}

.border-s-ozc-alt-500\/40 {
  border-inline-start-color: rgb(255 204 5 / 0.4);
}

.border-s-ozc-alt-500\/5 {
  border-inline-start-color: rgb(255 204 5 / 0.05);
}

.border-s-ozc-alt-500\/50 {
  border-inline-start-color: rgb(255 204 5 / 0.5);
}

.border-s-ozc-alt-500\/60 {
  border-inline-start-color: rgb(255 204 5 / 0.6);
}

.border-s-ozc-alt-500\/70 {
  border-inline-start-color: rgb(255 204 5 / 0.7);
}

.border-s-ozc-alt-500\/75 {
  border-inline-start-color: rgb(255 204 5 / 0.75);
}

.border-s-ozc-alt-500\/80 {
  border-inline-start-color: rgb(255 204 5 / 0.8);
}

.border-s-ozc-alt-500\/90 {
  border-inline-start-color: rgb(255 204 5 / 0.9);
}

.border-s-ozc-alt-500\/95 {
  border-inline-start-color: rgb(255 204 5 / 0.95);
}

.border-s-ozc-alt-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(230 184 5 / var(--tw-border-opacity));
}

.border-s-ozc-alt-600\/0 {
  border-inline-start-color: rgb(230 184 5 / 0);
}

.border-s-ozc-alt-600\/10 {
  border-inline-start-color: rgb(230 184 5 / 0.1);
}

.border-s-ozc-alt-600\/100 {
  border-inline-start-color: rgb(230 184 5 / 1);
}

.border-s-ozc-alt-600\/20 {
  border-inline-start-color: rgb(230 184 5 / 0.2);
}

.border-s-ozc-alt-600\/25 {
  border-inline-start-color: rgb(230 184 5 / 0.25);
}

.border-s-ozc-alt-600\/30 {
  border-inline-start-color: rgb(230 184 5 / 0.3);
}

.border-s-ozc-alt-600\/40 {
  border-inline-start-color: rgb(230 184 5 / 0.4);
}

.border-s-ozc-alt-600\/5 {
  border-inline-start-color: rgb(230 184 5 / 0.05);
}

.border-s-ozc-alt-600\/50 {
  border-inline-start-color: rgb(230 184 5 / 0.5);
}

.border-s-ozc-alt-600\/60 {
  border-inline-start-color: rgb(230 184 5 / 0.6);
}

.border-s-ozc-alt-600\/70 {
  border-inline-start-color: rgb(230 184 5 / 0.7);
}

.border-s-ozc-alt-600\/75 {
  border-inline-start-color: rgb(230 184 5 / 0.75);
}

.border-s-ozc-alt-600\/80 {
  border-inline-start-color: rgb(230 184 5 / 0.8);
}

.border-s-ozc-alt-600\/90 {
  border-inline-start-color: rgb(230 184 5 / 0.9);
}

.border-s-ozc-alt-600\/95 {
  border-inline-start-color: rgb(230 184 5 / 0.95);
}

.border-s-ozc-alt-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(153 122 3 / var(--tw-border-opacity));
}

.border-s-ozc-alt-700\/0 {
  border-inline-start-color: rgb(153 122 3 / 0);
}

.border-s-ozc-alt-700\/10 {
  border-inline-start-color: rgb(153 122 3 / 0.1);
}

.border-s-ozc-alt-700\/100 {
  border-inline-start-color: rgb(153 122 3 / 1);
}

.border-s-ozc-alt-700\/20 {
  border-inline-start-color: rgb(153 122 3 / 0.2);
}

.border-s-ozc-alt-700\/25 {
  border-inline-start-color: rgb(153 122 3 / 0.25);
}

.border-s-ozc-alt-700\/30 {
  border-inline-start-color: rgb(153 122 3 / 0.3);
}

.border-s-ozc-alt-700\/40 {
  border-inline-start-color: rgb(153 122 3 / 0.4);
}

.border-s-ozc-alt-700\/5 {
  border-inline-start-color: rgb(153 122 3 / 0.05);
}

.border-s-ozc-alt-700\/50 {
  border-inline-start-color: rgb(153 122 3 / 0.5);
}

.border-s-ozc-alt-700\/60 {
  border-inline-start-color: rgb(153 122 3 / 0.6);
}

.border-s-ozc-alt-700\/70 {
  border-inline-start-color: rgb(153 122 3 / 0.7);
}

.border-s-ozc-alt-700\/75 {
  border-inline-start-color: rgb(153 122 3 / 0.75);
}

.border-s-ozc-alt-700\/80 {
  border-inline-start-color: rgb(153 122 3 / 0.8);
}

.border-s-ozc-alt-700\/90 {
  border-inline-start-color: rgb(153 122 3 / 0.9);
}

.border-s-ozc-alt-700\/95 {
  border-inline-start-color: rgb(153 122 3 / 0.95);
}

.border-s-ozc-alt-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(115 92 2 / var(--tw-border-opacity));
}

.border-s-ozc-alt-800\/0 {
  border-inline-start-color: rgb(115 92 2 / 0);
}

.border-s-ozc-alt-800\/10 {
  border-inline-start-color: rgb(115 92 2 / 0.1);
}

.border-s-ozc-alt-800\/100 {
  border-inline-start-color: rgb(115 92 2 / 1);
}

.border-s-ozc-alt-800\/20 {
  border-inline-start-color: rgb(115 92 2 / 0.2);
}

.border-s-ozc-alt-800\/25 {
  border-inline-start-color: rgb(115 92 2 / 0.25);
}

.border-s-ozc-alt-800\/30 {
  border-inline-start-color: rgb(115 92 2 / 0.3);
}

.border-s-ozc-alt-800\/40 {
  border-inline-start-color: rgb(115 92 2 / 0.4);
}

.border-s-ozc-alt-800\/5 {
  border-inline-start-color: rgb(115 92 2 / 0.05);
}

.border-s-ozc-alt-800\/50 {
  border-inline-start-color: rgb(115 92 2 / 0.5);
}

.border-s-ozc-alt-800\/60 {
  border-inline-start-color: rgb(115 92 2 / 0.6);
}

.border-s-ozc-alt-800\/70 {
  border-inline-start-color: rgb(115 92 2 / 0.7);
}

.border-s-ozc-alt-800\/75 {
  border-inline-start-color: rgb(115 92 2 / 0.75);
}

.border-s-ozc-alt-800\/80 {
  border-inline-start-color: rgb(115 92 2 / 0.8);
}

.border-s-ozc-alt-800\/90 {
  border-inline-start-color: rgb(115 92 2 / 0.9);
}

.border-s-ozc-alt-800\/95 {
  border-inline-start-color: rgb(115 92 2 / 0.95);
}

.border-s-ozc-alt-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.border-s-ozc-alt-900\/0 {
  border-inline-start-color: rgb(42 45 51 / 0);
}

.border-s-ozc-alt-900\/10 {
  border-inline-start-color: rgb(42 45 51 / 0.1);
}

.border-s-ozc-alt-900\/100 {
  border-inline-start-color: rgb(42 45 51 / 1);
}

.border-s-ozc-alt-900\/20 {
  border-inline-start-color: rgb(42 45 51 / 0.2);
}

.border-s-ozc-alt-900\/25 {
  border-inline-start-color: rgb(42 45 51 / 0.25);
}

.border-s-ozc-alt-900\/30 {
  border-inline-start-color: rgb(42 45 51 / 0.3);
}

.border-s-ozc-alt-900\/40 {
  border-inline-start-color: rgb(42 45 51 / 0.4);
}

.border-s-ozc-alt-900\/5 {
  border-inline-start-color: rgb(42 45 51 / 0.05);
}

.border-s-ozc-alt-900\/50 {
  border-inline-start-color: rgb(42 45 51 / 0.5);
}

.border-s-ozc-alt-900\/60 {
  border-inline-start-color: rgb(42 45 51 / 0.6);
}

.border-s-ozc-alt-900\/70 {
  border-inline-start-color: rgb(42 45 51 / 0.7);
}

.border-s-ozc-alt-900\/75 {
  border-inline-start-color: rgb(42 45 51 / 0.75);
}

.border-s-ozc-alt-900\/80 {
  border-inline-start-color: rgb(42 45 51 / 0.8);
}

.border-s-ozc-alt-900\/90 {
  border-inline-start-color: rgb(42 45 51 / 0.9);
}

.border-s-ozc-alt-900\/95 {
  border-inline-start-color: rgb(42 45 51 / 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-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-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-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-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-tykhe-digital {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(239 156 131 / var(--tw-border-opacity));
}

.border-s-tykhe-digital-alt {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 239 224 / var(--tw-border-opacity));
}

.border-s-tykhe-digital-alt\/0 {
  border-inline-start-color: rgb(245 239 224 / 0);
}

.border-s-tykhe-digital-alt\/10 {
  border-inline-start-color: rgb(245 239 224 / 0.1);
}

.border-s-tykhe-digital-alt\/100 {
  border-inline-start-color: rgb(245 239 224 / 1);
}

.border-s-tykhe-digital-alt\/20 {
  border-inline-start-color: rgb(245 239 224 / 0.2);
}

.border-s-tykhe-digital-alt\/25 {
  border-inline-start-color: rgb(245 239 224 / 0.25);
}

.border-s-tykhe-digital-alt\/30 {
  border-inline-start-color: rgb(245 239 224 / 0.3);
}

.border-s-tykhe-digital-alt\/40 {
  border-inline-start-color: rgb(245 239 224 / 0.4);
}

.border-s-tykhe-digital-alt\/5 {
  border-inline-start-color: rgb(245 239 224 / 0.05);
}

.border-s-tykhe-digital-alt\/50 {
  border-inline-start-color: rgb(245 239 224 / 0.5);
}

.border-s-tykhe-digital-alt\/60 {
  border-inline-start-color: rgb(245 239 224 / 0.6);
}

.border-s-tykhe-digital-alt\/70 {
  border-inline-start-color: rgb(245 239 224 / 0.7);
}

.border-s-tykhe-digital-alt\/75 {
  border-inline-start-color: rgb(245 239 224 / 0.75);
}

.border-s-tykhe-digital-alt\/80 {
  border-inline-start-color: rgb(245 239 224 / 0.8);
}

.border-s-tykhe-digital-alt\/90 {
  border-inline-start-color: rgb(245 239 224 / 0.9);
}

.border-s-tykhe-digital-alt\/95 {
  border-inline-start-color: rgb(245 239 224 / 0.95);
}

.border-s-tykhe-digital-alt2 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 58 111 / var(--tw-border-opacity));
}

.border-s-tykhe-digital-alt2\/0 {
  border-inline-start-color: rgb(255 58 111 / 0);
}

.border-s-tykhe-digital-alt2\/10 {
  border-inline-start-color: rgb(255 58 111 / 0.1);
}

.border-s-tykhe-digital-alt2\/100 {
  border-inline-start-color: rgb(255 58 111 / 1);
}

.border-s-tykhe-digital-alt2\/20 {
  border-inline-start-color: rgb(255 58 111 / 0.2);
}

.border-s-tykhe-digital-alt2\/25 {
  border-inline-start-color: rgb(255 58 111 / 0.25);
}

.border-s-tykhe-digital-alt2\/30 {
  border-inline-start-color: rgb(255 58 111 / 0.3);
}

.border-s-tykhe-digital-alt2\/40 {
  border-inline-start-color: rgb(255 58 111 / 0.4);
}

.border-s-tykhe-digital-alt2\/5 {
  border-inline-start-color: rgb(255 58 111 / 0.05);
}

.border-s-tykhe-digital-alt2\/50 {
  border-inline-start-color: rgb(255 58 111 / 0.5);
}

.border-s-tykhe-digital-alt2\/60 {
  border-inline-start-color: rgb(255 58 111 / 0.6);
}

.border-s-tykhe-digital-alt2\/70 {
  border-inline-start-color: rgb(255 58 111 / 0.7);
}

.border-s-tykhe-digital-alt2\/75 {
  border-inline-start-color: rgb(255 58 111 / 0.75);
}

.border-s-tykhe-digital-alt2\/80 {
  border-inline-start-color: rgb(255 58 111 / 0.8);
}

.border-s-tykhe-digital-alt2\/90 {
  border-inline-start-color: rgb(255 58 111 / 0.9);
}

.border-s-tykhe-digital-alt2\/95 {
  border-inline-start-color: rgb(255 58 111 / 0.95);
}

.border-s-tykhe-digital-alt3 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(131 214 239 / var(--tw-border-opacity));
}

.border-s-tykhe-digital-alt3\/0 {
  border-inline-start-color: rgb(131 214 239 / 0);
}

.border-s-tykhe-digital-alt3\/10 {
  border-inline-start-color: rgb(131 214 239 / 0.1);
}

.border-s-tykhe-digital-alt3\/100 {
  border-inline-start-color: rgb(131 214 239 / 1);
}

.border-s-tykhe-digital-alt3\/20 {
  border-inline-start-color: rgb(131 214 239 / 0.2);
}

.border-s-tykhe-digital-alt3\/25 {
  border-inline-start-color: rgb(131 214 239 / 0.25);
}

.border-s-tykhe-digital-alt3\/30 {
  border-inline-start-color: rgb(131 214 239 / 0.3);
}

.border-s-tykhe-digital-alt3\/40 {
  border-inline-start-color: rgb(131 214 239 / 0.4);
}

.border-s-tykhe-digital-alt3\/5 {
  border-inline-start-color: rgb(131 214 239 / 0.05);
}

.border-s-tykhe-digital-alt3\/50 {
  border-inline-start-color: rgb(131 214 239 / 0.5);
}

.border-s-tykhe-digital-alt3\/60 {
  border-inline-start-color: rgb(131 214 239 / 0.6);
}

.border-s-tykhe-digital-alt3\/70 {
  border-inline-start-color: rgb(131 214 239 / 0.7);
}

.border-s-tykhe-digital-alt3\/75 {
  border-inline-start-color: rgb(131 214 239 / 0.75);
}

.border-s-tykhe-digital-alt3\/80 {
  border-inline-start-color: rgb(131 214 239 / 0.8);
}

.border-s-tykhe-digital-alt3\/90 {
  border-inline-start-color: rgb(131 214 239 / 0.9);
}

.border-s-tykhe-digital-alt3\/95 {
  border-inline-start-color: rgb(131 214 239 / 0.95);
}

.border-s-tykhe-digital\/0 {
  border-inline-start-color: rgb(239 156 131 / 0);
}

.border-s-tykhe-digital\/10 {
  border-inline-start-color: rgb(239 156 131 / 0.1);
}

.border-s-tykhe-digital\/100 {
  border-inline-start-color: rgb(239 156 131 / 1);
}

.border-s-tykhe-digital\/20 {
  border-inline-start-color: rgb(239 156 131 / 0.2);
}

.border-s-tykhe-digital\/25 {
  border-inline-start-color: rgb(239 156 131 / 0.25);
}

.border-s-tykhe-digital\/30 {
  border-inline-start-color: rgb(239 156 131 / 0.3);
}

.border-s-tykhe-digital\/40 {
  border-inline-start-color: rgb(239 156 131 / 0.4);
}

.border-s-tykhe-digital\/5 {
  border-inline-start-color: rgb(239 156 131 / 0.05);
}

.border-s-tykhe-digital\/50 {
  border-inline-start-color: rgb(239 156 131 / 0.5);
}

.border-s-tykhe-digital\/60 {
  border-inline-start-color: rgb(239 156 131 / 0.6);
}

.border-s-tykhe-digital\/70 {
  border-inline-start-color: rgb(239 156 131 / 0.7);
}

.border-s-tykhe-digital\/75 {
  border-inline-start-color: rgb(239 156 131 / 0.75);
}

.border-s-tykhe-digital\/80 {
  border-inline-start-color: rgb(239 156 131 / 0.8);
}

.border-s-tykhe-digital\/90 {
  border-inline-start-color: rgb(239 156 131 / 0.9);
}

.border-s-tykhe-digital\/95 {
  border-inline-start-color: rgb(239 156 131 / 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-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-work-identity-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(166 235 194 / var(--tw-border-opacity));
}

.border-s-work-identity-300\/0 {
  border-inline-start-color: rgb(166 235 194 / 0);
}

.border-s-work-identity-300\/10 {
  border-inline-start-color: rgb(166 235 194 / 0.1);
}

.border-s-work-identity-300\/100 {
  border-inline-start-color: rgb(166 235 194 / 1);
}

.border-s-work-identity-300\/20 {
  border-inline-start-color: rgb(166 235 194 / 0.2);
}

.border-s-work-identity-300\/25 {
  border-inline-start-color: rgb(166 235 194 / 0.25);
}

.border-s-work-identity-300\/30 {
  border-inline-start-color: rgb(166 235 194 / 0.3);
}

.border-s-work-identity-300\/40 {
  border-inline-start-color: rgb(166 235 194 / 0.4);
}

.border-s-work-identity-300\/5 {
  border-inline-start-color: rgb(166 235 194 / 0.05);
}

.border-s-work-identity-300\/50 {
  border-inline-start-color: rgb(166 235 194 / 0.5);
}

.border-s-work-identity-300\/60 {
  border-inline-start-color: rgb(166 235 194 / 0.6);
}

.border-s-work-identity-300\/70 {
  border-inline-start-color: rgb(166 235 194 / 0.7);
}

.border-s-work-identity-300\/75 {
  border-inline-start-color: rgb(166 235 194 / 0.75);
}

.border-s-work-identity-300\/80 {
  border-inline-start-color: rgb(166 235 194 / 0.8);
}

.border-s-work-identity-300\/90 {
  border-inline-start-color: rgb(166 235 194 / 0.9);
}

.border-s-work-identity-300\/95 {
  border-inline-start-color: rgb(166 235 194 / 0.95);
}

.border-s-work-identity-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(83 221 139 / var(--tw-border-opacity));
}

.border-s-work-identity-400\/0 {
  border-inline-start-color: rgb(83 221 139 / 0);
}

.border-s-work-identity-400\/10 {
  border-inline-start-color: rgb(83 221 139 / 0.1);
}

.border-s-work-identity-400\/100 {
  border-inline-start-color: rgb(83 221 139 / 1);
}

.border-s-work-identity-400\/20 {
  border-inline-start-color: rgb(83 221 139 / 0.2);
}

.border-s-work-identity-400\/25 {
  border-inline-start-color: rgb(83 221 139 / 0.25);
}

.border-s-work-identity-400\/30 {
  border-inline-start-color: rgb(83 221 139 / 0.3);
}

.border-s-work-identity-400\/40 {
  border-inline-start-color: rgb(83 221 139 / 0.4);
}

.border-s-work-identity-400\/5 {
  border-inline-start-color: rgb(83 221 139 / 0.05);
}

.border-s-work-identity-400\/50 {
  border-inline-start-color: rgb(83 221 139 / 0.5);
}

.border-s-work-identity-400\/60 {
  border-inline-start-color: rgb(83 221 139 / 0.6);
}

.border-s-work-identity-400\/70 {
  border-inline-start-color: rgb(83 221 139 / 0.7);
}

.border-s-work-identity-400\/75 {
  border-inline-start-color: rgb(83 221 139 / 0.75);
}

.border-s-work-identity-400\/80 {
  border-inline-start-color: rgb(83 221 139 / 0.8);
}

.border-s-work-identity-400\/90 {
  border-inline-start-color: rgb(83 221 139 / 0.9);
}

.border-s-work-identity-400\/95 {
  border-inline-start-color: rgb(83 221 139 / 0.95);
}

.border-s-work-identity-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(0 208 84 / var(--tw-border-opacity));
}

.border-s-work-identity-500\/0 {
  border-inline-start-color: rgb(0 208 84 / 0);
}

.border-s-work-identity-500\/10 {
  border-inline-start-color: rgb(0 208 84 / 0.1);
}

.border-s-work-identity-500\/100 {
  border-inline-start-color: rgb(0 208 84 / 1);
}

.border-s-work-identity-500\/20 {
  border-inline-start-color: rgb(0 208 84 / 0.2);
}

.border-s-work-identity-500\/25 {
  border-inline-start-color: rgb(0 208 84 / 0.25);
}

.border-s-work-identity-500\/30 {
  border-inline-start-color: rgb(0 208 84 / 0.3);
}

.border-s-work-identity-500\/40 {
  border-inline-start-color: rgb(0 208 84 / 0.4);
}

.border-s-work-identity-500\/5 {
  border-inline-start-color: rgb(0 208 84 / 0.05);
}

.border-s-work-identity-500\/50 {
  border-inline-start-color: rgb(0 208 84 / 0.5);
}

.border-s-work-identity-500\/60 {
  border-inline-start-color: rgb(0 208 84 / 0.6);
}

.border-s-work-identity-500\/70 {
  border-inline-start-color: rgb(0 208 84 / 0.7);
}

.border-s-work-identity-500\/75 {
  border-inline-start-color: rgb(0 208 84 / 0.75);
}

.border-s-work-identity-500\/80 {
  border-inline-start-color: rgb(0 208 84 / 0.8);
}

.border-s-work-identity-500\/90 {
  border-inline-start-color: rgb(0 208 84 / 0.9);
}

.border-s-work-identity-500\/95 {
  border-inline-start-color: rgb(0 208 84 / 0.95);
}

.border-s-work-identity-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(249 249 249 / var(--tw-border-opacity));
}

.border-s-work-identity-900\/0 {
  border-inline-start-color: rgb(249 249 249 / 0);
}

.border-s-work-identity-900\/10 {
  border-inline-start-color: rgb(249 249 249 / 0.1);
}

.border-s-work-identity-900\/100 {
  border-inline-start-color: rgb(249 249 249 / 1);
}

.border-s-work-identity-900\/20 {
  border-inline-start-color: rgb(249 249 249 / 0.2);
}

.border-s-work-identity-900\/25 {
  border-inline-start-color: rgb(249 249 249 / 0.25);
}

.border-s-work-identity-900\/30 {
  border-inline-start-color: rgb(249 249 249 / 0.3);
}

.border-s-work-identity-900\/40 {
  border-inline-start-color: rgb(249 249 249 / 0.4);
}

.border-s-work-identity-900\/5 {
  border-inline-start-color: rgb(249 249 249 / 0.05);
}

.border-s-work-identity-900\/50 {
  border-inline-start-color: rgb(249 249 249 / 0.5);
}

.border-s-work-identity-900\/60 {
  border-inline-start-color: rgb(249 249 249 / 0.6);
}

.border-s-work-identity-900\/70 {
  border-inline-start-color: rgb(249 249 249 / 0.7);
}

.border-s-work-identity-900\/75 {
  border-inline-start-color: rgb(249 249 249 / 0.75);
}

.border-s-work-identity-900\/80 {
  border-inline-start-color: rgb(249 249 249 / 0.8);
}

.border-s-work-identity-900\/90 {
  border-inline-start-color: rgb(249 249 249 / 0.9);
}

.border-s-work-identity-900\/95 {
  border-inline-start-color: rgb(249 249 249 / 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-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-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-brand-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(230 239 246 / var(--tw-border-opacity));
}

.border-t-brand-100\/0 {
  border-top-color: rgb(230 239 246 / 0);
}

.border-t-brand-100\/10 {
  border-top-color: rgb(230 239 246 / 0.1);
}

.border-t-brand-100\/100 {
  border-top-color: rgb(230 239 246 / 1);
}

.border-t-brand-100\/20 {
  border-top-color: rgb(230 239 246 / 0.2);
}

.border-t-brand-100\/25 {
  border-top-color: rgb(230 239 246 / 0.25);
}

.border-t-brand-100\/30 {
  border-top-color: rgb(230 239 246 / 0.3);
}

.border-t-brand-100\/40 {
  border-top-color: rgb(230 239 246 / 0.4);
}

.border-t-brand-100\/5 {
  border-top-color: rgb(230 239 246 / 0.05);
}

.border-t-brand-100\/50 {
  border-top-color: rgb(230 239 246 / 0.5);
}

.border-t-brand-100\/60 {
  border-top-color: rgb(230 239 246 / 0.6);
}

.border-t-brand-100\/70 {
  border-top-color: rgb(230 239 246 / 0.7);
}

.border-t-brand-100\/75 {
  border-top-color: rgb(230 239 246 / 0.75);
}

.border-t-brand-100\/80 {
  border-top-color: rgb(230 239 246 / 0.8);
}

.border-t-brand-100\/90 {
  border-top-color: rgb(230 239 246 / 0.9);
}

.border-t-brand-100\/95 {
  border-top-color: rgb(230 239 246 / 0.95);
}

.border-t-brand-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(193 215 234 / var(--tw-border-opacity));
}

.border-t-brand-200\/0 {
  border-top-color: rgb(193 215 234 / 0);
}

.border-t-brand-200\/10 {
  border-top-color: rgb(193 215 234 / 0.1);
}

.border-t-brand-200\/100 {
  border-top-color: rgb(193 215 234 / 1);
}

.border-t-brand-200\/20 {
  border-top-color: rgb(193 215 234 / 0.2);
}

.border-t-brand-200\/25 {
  border-top-color: rgb(193 215 234 / 0.25);
}

.border-t-brand-200\/30 {
  border-top-color: rgb(193 215 234 / 0.3);
}

.border-t-brand-200\/40 {
  border-top-color: rgb(193 215 234 / 0.4);
}

.border-t-brand-200\/5 {
  border-top-color: rgb(193 215 234 / 0.05);
}

.border-t-brand-200\/50 {
  border-top-color: rgb(193 215 234 / 0.5);
}

.border-t-brand-200\/60 {
  border-top-color: rgb(193 215 234 / 0.6);
}

.border-t-brand-200\/70 {
  border-top-color: rgb(193 215 234 / 0.7);
}

.border-t-brand-200\/75 {
  border-top-color: rgb(193 215 234 / 0.75);
}

.border-t-brand-200\/80 {
  border-top-color: rgb(193 215 234 / 0.8);
}

.border-t-brand-200\/90 {
  border-top-color: rgb(193 215 234 / 0.9);
}

.border-t-brand-200\/95 {
  border-top-color: rgb(193 215 234 / 0.95);
}

.border-t-brand-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(155 190 221 / var(--tw-border-opacity));
}

.border-t-brand-300\/0 {
  border-top-color: rgb(155 190 221 / 0);
}

.border-t-brand-300\/10 {
  border-top-color: rgb(155 190 221 / 0.1);
}

.border-t-brand-300\/100 {
  border-top-color: rgb(155 190 221 / 1);
}

.border-t-brand-300\/20 {
  border-top-color: rgb(155 190 221 / 0.2);
}

.border-t-brand-300\/25 {
  border-top-color: rgb(155 190 221 / 0.25);
}

.border-t-brand-300\/30 {
  border-top-color: rgb(155 190 221 / 0.3);
}

.border-t-brand-300\/40 {
  border-top-color: rgb(155 190 221 / 0.4);
}

.border-t-brand-300\/5 {
  border-top-color: rgb(155 190 221 / 0.05);
}

.border-t-brand-300\/50 {
  border-top-color: rgb(155 190 221 / 0.5);
}

.border-t-brand-300\/60 {
  border-top-color: rgb(155 190 221 / 0.6);
}

.border-t-brand-300\/70 {
  border-top-color: rgb(155 190 221 / 0.7);
}

.border-t-brand-300\/75 {
  border-top-color: rgb(155 190 221 / 0.75);
}

.border-t-brand-300\/80 {
  border-top-color: rgb(155 190 221 / 0.8);
}

.border-t-brand-300\/90 {
  border-top-color: rgb(155 190 221 / 0.9);
}

.border-t-brand-300\/95 {
  border-top-color: rgb(155 190 221 / 0.95);
}

.border-t-brand-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(81 142 195 / var(--tw-border-opacity));
}

.border-t-brand-400\/0 {
  border-top-color: rgb(81 142 195 / 0);
}

.border-t-brand-400\/10 {
  border-top-color: rgb(81 142 195 / 0.1);
}

.border-t-brand-400\/100 {
  border-top-color: rgb(81 142 195 / 1);
}

.border-t-brand-400\/20 {
  border-top-color: rgb(81 142 195 / 0.2);
}

.border-t-brand-400\/25 {
  border-top-color: rgb(81 142 195 / 0.25);
}

.border-t-brand-400\/30 {
  border-top-color: rgb(81 142 195 / 0.3);
}

.border-t-brand-400\/40 {
  border-top-color: rgb(81 142 195 / 0.4);
}

.border-t-brand-400\/5 {
  border-top-color: rgb(81 142 195 / 0.05);
}

.border-t-brand-400\/50 {
  border-top-color: rgb(81 142 195 / 0.5);
}

.border-t-brand-400\/60 {
  border-top-color: rgb(81 142 195 / 0.6);
}

.border-t-brand-400\/70 {
  border-top-color: rgb(81 142 195 / 0.7);
}

.border-t-brand-400\/75 {
  border-top-color: rgb(81 142 195 / 0.75);
}

.border-t-brand-400\/80 {
  border-top-color: rgb(81 142 195 / 0.8);
}

.border-t-brand-400\/90 {
  border-top-color: rgb(81 142 195 / 0.9);
}

.border-t-brand-400\/95 {
  border-top-color: rgb(81 142 195 / 0.95);
}

.border-t-brand-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(243 247 251 / var(--tw-border-opacity));
}

.border-t-brand-50\/0 {
  border-top-color: rgb(243 247 251 / 0);
}

.border-t-brand-50\/10 {
  border-top-color: rgb(243 247 251 / 0.1);
}

.border-t-brand-50\/100 {
  border-top-color: rgb(243 247 251 / 1);
}

.border-t-brand-50\/20 {
  border-top-color: rgb(243 247 251 / 0.2);
}

.border-t-brand-50\/25 {
  border-top-color: rgb(243 247 251 / 0.25);
}

.border-t-brand-50\/30 {
  border-top-color: rgb(243 247 251 / 0.3);
}

.border-t-brand-50\/40 {
  border-top-color: rgb(243 247 251 / 0.4);
}

.border-t-brand-50\/5 {
  border-top-color: rgb(243 247 251 / 0.05);
}

.border-t-brand-50\/50 {
  border-top-color: rgb(243 247 251 / 0.5);
}

.border-t-brand-50\/60 {
  border-top-color: rgb(243 247 251 / 0.6);
}

.border-t-brand-50\/70 {
  border-top-color: rgb(243 247 251 / 0.7);
}

.border-t-brand-50\/75 {
  border-top-color: rgb(243 247 251 / 0.75);
}

.border-t-brand-50\/80 {
  border-top-color: rgb(243 247 251 / 0.8);
}

.border-t-brand-50\/90 {
  border-top-color: rgb(243 247 251 / 0.9);
}

.border-t-brand-50\/95 {
  border-top-color: rgb(243 247 251 / 0.95);
}

.border-t-brand-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(6 93 169 / var(--tw-border-opacity));
}

.border-t-brand-500\/0 {
  border-top-color: rgb(6 93 169 / 0);
}

.border-t-brand-500\/10 {
  border-top-color: rgb(6 93 169 / 0.1);
}

.border-t-brand-500\/100 {
  border-top-color: rgb(6 93 169 / 1);
}

.border-t-brand-500\/20 {
  border-top-color: rgb(6 93 169 / 0.2);
}

.border-t-brand-500\/25 {
  border-top-color: rgb(6 93 169 / 0.25);
}

.border-t-brand-500\/30 {
  border-top-color: rgb(6 93 169 / 0.3);
}

.border-t-brand-500\/40 {
  border-top-color: rgb(6 93 169 / 0.4);
}

.border-t-brand-500\/5 {
  border-top-color: rgb(6 93 169 / 0.05);
}

.border-t-brand-500\/50 {
  border-top-color: rgb(6 93 169 / 0.5);
}

.border-t-brand-500\/60 {
  border-top-color: rgb(6 93 169 / 0.6);
}

.border-t-brand-500\/70 {
  border-top-color: rgb(6 93 169 / 0.7);
}

.border-t-brand-500\/75 {
  border-top-color: rgb(6 93 169 / 0.75);
}

.border-t-brand-500\/80 {
  border-top-color: rgb(6 93 169 / 0.8);
}

.border-t-brand-500\/90 {
  border-top-color: rgb(6 93 169 / 0.9);
}

.border-t-brand-500\/95 {
  border-top-color: rgb(6 93 169 / 0.95);
}

.border-t-brand-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(5 84 152 / var(--tw-border-opacity));
}

.border-t-brand-600\/0 {
  border-top-color: rgb(5 84 152 / 0);
}

.border-t-brand-600\/10 {
  border-top-color: rgb(5 84 152 / 0.1);
}

.border-t-brand-600\/100 {
  border-top-color: rgb(5 84 152 / 1);
}

.border-t-brand-600\/20 {
  border-top-color: rgb(5 84 152 / 0.2);
}

.border-t-brand-600\/25 {
  border-top-color: rgb(5 84 152 / 0.25);
}

.border-t-brand-600\/30 {
  border-top-color: rgb(5 84 152 / 0.3);
}

.border-t-brand-600\/40 {
  border-top-color: rgb(5 84 152 / 0.4);
}

.border-t-brand-600\/5 {
  border-top-color: rgb(5 84 152 / 0.05);
}

.border-t-brand-600\/50 {
  border-top-color: rgb(5 84 152 / 0.5);
}

.border-t-brand-600\/60 {
  border-top-color: rgb(5 84 152 / 0.6);
}

.border-t-brand-600\/70 {
  border-top-color: rgb(5 84 152 / 0.7);
}

.border-t-brand-600\/75 {
  border-top-color: rgb(5 84 152 / 0.75);
}

.border-t-brand-600\/80 {
  border-top-color: rgb(5 84 152 / 0.8);
}

.border-t-brand-600\/90 {
  border-top-color: rgb(5 84 152 / 0.9);
}

.border-t-brand-600\/95 {
  border-top-color: rgb(5 84 152 / 0.95);
}

.border-t-brand-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(4 56 101 / var(--tw-border-opacity));
}

.border-t-brand-700\/0 {
  border-top-color: rgb(4 56 101 / 0);
}

.border-t-brand-700\/10 {
  border-top-color: rgb(4 56 101 / 0.1);
}

.border-t-brand-700\/100 {
  border-top-color: rgb(4 56 101 / 1);
}

.border-t-brand-700\/20 {
  border-top-color: rgb(4 56 101 / 0.2);
}

.border-t-brand-700\/25 {
  border-top-color: rgb(4 56 101 / 0.25);
}

.border-t-brand-700\/30 {
  border-top-color: rgb(4 56 101 / 0.3);
}

.border-t-brand-700\/40 {
  border-top-color: rgb(4 56 101 / 0.4);
}

.border-t-brand-700\/5 {
  border-top-color: rgb(4 56 101 / 0.05);
}

.border-t-brand-700\/50 {
  border-top-color: rgb(4 56 101 / 0.5);
}

.border-t-brand-700\/60 {
  border-top-color: rgb(4 56 101 / 0.6);
}

.border-t-brand-700\/70 {
  border-top-color: rgb(4 56 101 / 0.7);
}

.border-t-brand-700\/75 {
  border-top-color: rgb(4 56 101 / 0.75);
}

.border-t-brand-700\/80 {
  border-top-color: rgb(4 56 101 / 0.8);
}

.border-t-brand-700\/90 {
  border-top-color: rgb(4 56 101 / 0.9);
}

.border-t-brand-700\/95 {
  border-top-color: rgb(4 56 101 / 0.95);
}

.border-t-brand-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(3 42 76 / var(--tw-border-opacity));
}

.border-t-brand-800\/0 {
  border-top-color: rgb(3 42 76 / 0);
}

.border-t-brand-800\/10 {
  border-top-color: rgb(3 42 76 / 0.1);
}

.border-t-brand-800\/100 {
  border-top-color: rgb(3 42 76 / 1);
}

.border-t-brand-800\/20 {
  border-top-color: rgb(3 42 76 / 0.2);
}

.border-t-brand-800\/25 {
  border-top-color: rgb(3 42 76 / 0.25);
}

.border-t-brand-800\/30 {
  border-top-color: rgb(3 42 76 / 0.3);
}

.border-t-brand-800\/40 {
  border-top-color: rgb(3 42 76 / 0.4);
}

.border-t-brand-800\/5 {
  border-top-color: rgb(3 42 76 / 0.05);
}

.border-t-brand-800\/50 {
  border-top-color: rgb(3 42 76 / 0.5);
}

.border-t-brand-800\/60 {
  border-top-color: rgb(3 42 76 / 0.6);
}

.border-t-brand-800\/70 {
  border-top-color: rgb(3 42 76 / 0.7);
}

.border-t-brand-800\/75 {
  border-top-color: rgb(3 42 76 / 0.75);
}

.border-t-brand-800\/80 {
  border-top-color: rgb(3 42 76 / 0.8);
}

.border-t-brand-800\/90 {
  border-top-color: rgb(3 42 76 / 0.9);
}

.border-t-brand-800\/95 {
  border-top-color: rgb(3 42 76 / 0.95);
}

.border-t-brand-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(2 28 51 / var(--tw-border-opacity));
}

.border-t-brand-900\/0 {
  border-top-color: rgb(2 28 51 / 0);
}

.border-t-brand-900\/10 {
  border-top-color: rgb(2 28 51 / 0.1);
}

.border-t-brand-900\/100 {
  border-top-color: rgb(2 28 51 / 1);
}

.border-t-brand-900\/20 {
  border-top-color: rgb(2 28 51 / 0.2);
}

.border-t-brand-900\/25 {
  border-top-color: rgb(2 28 51 / 0.25);
}

.border-t-brand-900\/30 {
  border-top-color: rgb(2 28 51 / 0.3);
}

.border-t-brand-900\/40 {
  border-top-color: rgb(2 28 51 / 0.4);
}

.border-t-brand-900\/5 {
  border-top-color: rgb(2 28 51 / 0.05);
}

.border-t-brand-900\/50 {
  border-top-color: rgb(2 28 51 / 0.5);
}

.border-t-brand-900\/60 {
  border-top-color: rgb(2 28 51 / 0.6);
}

.border-t-brand-900\/70 {
  border-top-color: rgb(2 28 51 / 0.7);
}

.border-t-brand-900\/75 {
  border-top-color: rgb(2 28 51 / 0.75);
}

.border-t-brand-900\/80 {
  border-top-color: rgb(2 28 51 / 0.8);
}

.border-t-brand-900\/90 {
  border-top-color: rgb(2 28 51 / 0.9);
}

.border-t-brand-900\/95 {
  border-top-color: rgb(2 28 51 / 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-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-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-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-interbeauty-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 197 175 / var(--tw-border-opacity));
}

.border-t-interbeauty-100\/0 {
  border-top-color: rgb(249 197 175 / 0);
}

.border-t-interbeauty-100\/10 {
  border-top-color: rgb(249 197 175 / 0.1);
}

.border-t-interbeauty-100\/100 {
  border-top-color: rgb(249 197 175 / 1);
}

.border-t-interbeauty-100\/20 {
  border-top-color: rgb(249 197 175 / 0.2);
}

.border-t-interbeauty-100\/25 {
  border-top-color: rgb(249 197 175 / 0.25);
}

.border-t-interbeauty-100\/30 {
  border-top-color: rgb(249 197 175 / 0.3);
}

.border-t-interbeauty-100\/40 {
  border-top-color: rgb(249 197 175 / 0.4);
}

.border-t-interbeauty-100\/5 {
  border-top-color: rgb(249 197 175 / 0.05);
}

.border-t-interbeauty-100\/50 {
  border-top-color: rgb(249 197 175 / 0.5);
}

.border-t-interbeauty-100\/60 {
  border-top-color: rgb(249 197 175 / 0.6);
}

.border-t-interbeauty-100\/70 {
  border-top-color: rgb(249 197 175 / 0.7);
}

.border-t-interbeauty-100\/75 {
  border-top-color: rgb(249 197 175 / 0.75);
}

.border-t-interbeauty-100\/80 {
  border-top-color: rgb(249 197 175 / 0.8);
}

.border-t-interbeauty-100\/90 {
  border-top-color: rgb(249 197 175 / 0.9);
}

.border-t-interbeauty-100\/95 {
  border-top-color: rgb(249 197 175 / 0.95);
}

.border-t-interbeauty-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(241 182 191 / var(--tw-border-opacity));
}

.border-t-interbeauty-200\/0 {
  border-top-color: rgb(241 182 191 / 0);
}

.border-t-interbeauty-200\/10 {
  border-top-color: rgb(241 182 191 / 0.1);
}

.border-t-interbeauty-200\/100 {
  border-top-color: rgb(241 182 191 / 1);
}

.border-t-interbeauty-200\/20 {
  border-top-color: rgb(241 182 191 / 0.2);
}

.border-t-interbeauty-200\/25 {
  border-top-color: rgb(241 182 191 / 0.25);
}

.border-t-interbeauty-200\/30 {
  border-top-color: rgb(241 182 191 / 0.3);
}

.border-t-interbeauty-200\/40 {
  border-top-color: rgb(241 182 191 / 0.4);
}

.border-t-interbeauty-200\/5 {
  border-top-color: rgb(241 182 191 / 0.05);
}

.border-t-interbeauty-200\/50 {
  border-top-color: rgb(241 182 191 / 0.5);
}

.border-t-interbeauty-200\/60 {
  border-top-color: rgb(241 182 191 / 0.6);
}

.border-t-interbeauty-200\/70 {
  border-top-color: rgb(241 182 191 / 0.7);
}

.border-t-interbeauty-200\/75 {
  border-top-color: rgb(241 182 191 / 0.75);
}

.border-t-interbeauty-200\/80 {
  border-top-color: rgb(241 182 191 / 0.8);
}

.border-t-interbeauty-200\/90 {
  border-top-color: rgb(241 182 191 / 0.9);
}

.border-t-interbeauty-200\/95 {
  border-top-color: rgb(241 182 191 / 0.95);
}

.border-t-interbeauty-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(182 219 231 / var(--tw-border-opacity));
}

.border-t-interbeauty-300\/0 {
  border-top-color: rgb(182 219 231 / 0);
}

.border-t-interbeauty-300\/10 {
  border-top-color: rgb(182 219 231 / 0.1);
}

.border-t-interbeauty-300\/100 {
  border-top-color: rgb(182 219 231 / 1);
}

.border-t-interbeauty-300\/20 {
  border-top-color: rgb(182 219 231 / 0.2);
}

.border-t-interbeauty-300\/25 {
  border-top-color: rgb(182 219 231 / 0.25);
}

.border-t-interbeauty-300\/30 {
  border-top-color: rgb(182 219 231 / 0.3);
}

.border-t-interbeauty-300\/40 {
  border-top-color: rgb(182 219 231 / 0.4);
}

.border-t-interbeauty-300\/5 {
  border-top-color: rgb(182 219 231 / 0.05);
}

.border-t-interbeauty-300\/50 {
  border-top-color: rgb(182 219 231 / 0.5);
}

.border-t-interbeauty-300\/60 {
  border-top-color: rgb(182 219 231 / 0.6);
}

.border-t-interbeauty-300\/70 {
  border-top-color: rgb(182 219 231 / 0.7);
}

.border-t-interbeauty-300\/75 {
  border-top-color: rgb(182 219 231 / 0.75);
}

.border-t-interbeauty-300\/80 {
  border-top-color: rgb(182 219 231 / 0.8);
}

.border-t-interbeauty-300\/90 {
  border-top-color: rgb(182 219 231 / 0.9);
}

.border-t-interbeauty-300\/95 {
  border-top-color: rgb(182 219 231 / 0.95);
}

.border-t-interbeauty-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 250 247 / var(--tw-border-opacity));
}

.border-t-interbeauty-400\/0 {
  border-top-color: rgb(254 250 247 / 0);
}

.border-t-interbeauty-400\/10 {
  border-top-color: rgb(254 250 247 / 0.1);
}

.border-t-interbeauty-400\/100 {
  border-top-color: rgb(254 250 247 / 1);
}

.border-t-interbeauty-400\/20 {
  border-top-color: rgb(254 250 247 / 0.2);
}

.border-t-interbeauty-400\/25 {
  border-top-color: rgb(254 250 247 / 0.25);
}

.border-t-interbeauty-400\/30 {
  border-top-color: rgb(254 250 247 / 0.3);
}

.border-t-interbeauty-400\/40 {
  border-top-color: rgb(254 250 247 / 0.4);
}

.border-t-interbeauty-400\/5 {
  border-top-color: rgb(254 250 247 / 0.05);
}

.border-t-interbeauty-400\/50 {
  border-top-color: rgb(254 250 247 / 0.5);
}

.border-t-interbeauty-400\/60 {
  border-top-color: rgb(254 250 247 / 0.6);
}

.border-t-interbeauty-400\/70 {
  border-top-color: rgb(254 250 247 / 0.7);
}

.border-t-interbeauty-400\/75 {
  border-top-color: rgb(254 250 247 / 0.75);
}

.border-t-interbeauty-400\/80 {
  border-top-color: rgb(254 250 247 / 0.8);
}

.border-t-interbeauty-400\/90 {
  border-top-color: rgb(254 250 247 / 0.9);
}

.border-t-interbeauty-400\/95 {
  border-top-color: rgb(254 250 247 / 0.95);
}

.border-t-interbeauty-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(193 225 224 / var(--tw-border-opacity));
}

.border-t-interbeauty-500\/0 {
  border-top-color: rgb(193 225 224 / 0);
}

.border-t-interbeauty-500\/10 {
  border-top-color: rgb(193 225 224 / 0.1);
}

.border-t-interbeauty-500\/100 {
  border-top-color: rgb(193 225 224 / 1);
}

.border-t-interbeauty-500\/20 {
  border-top-color: rgb(193 225 224 / 0.2);
}

.border-t-interbeauty-500\/25 {
  border-top-color: rgb(193 225 224 / 0.25);
}

.border-t-interbeauty-500\/30 {
  border-top-color: rgb(193 225 224 / 0.3);
}

.border-t-interbeauty-500\/40 {
  border-top-color: rgb(193 225 224 / 0.4);
}

.border-t-interbeauty-500\/5 {
  border-top-color: rgb(193 225 224 / 0.05);
}

.border-t-interbeauty-500\/50 {
  border-top-color: rgb(193 225 224 / 0.5);
}

.border-t-interbeauty-500\/60 {
  border-top-color: rgb(193 225 224 / 0.6);
}

.border-t-interbeauty-500\/70 {
  border-top-color: rgb(193 225 224 / 0.7);
}

.border-t-interbeauty-500\/75 {
  border-top-color: rgb(193 225 224 / 0.75);
}

.border-t-interbeauty-500\/80 {
  border-top-color: rgb(193 225 224 / 0.8);
}

.border-t-interbeauty-500\/90 {
  border-top-color: rgb(193 225 224 / 0.9);
}

.border-t-interbeauty-500\/95 {
  border-top-color: rgb(193 225 224 / 0.95);
}

.border-t-interbeauty-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(88 88 94 / var(--tw-border-opacity));
}

.border-t-interbeauty-600\/0 {
  border-top-color: rgb(88 88 94 / 0);
}

.border-t-interbeauty-600\/10 {
  border-top-color: rgb(88 88 94 / 0.1);
}

.border-t-interbeauty-600\/100 {
  border-top-color: rgb(88 88 94 / 1);
}

.border-t-interbeauty-600\/20 {
  border-top-color: rgb(88 88 94 / 0.2);
}

.border-t-interbeauty-600\/25 {
  border-top-color: rgb(88 88 94 / 0.25);
}

.border-t-interbeauty-600\/30 {
  border-top-color: rgb(88 88 94 / 0.3);
}

.border-t-interbeauty-600\/40 {
  border-top-color: rgb(88 88 94 / 0.4);
}

.border-t-interbeauty-600\/5 {
  border-top-color: rgb(88 88 94 / 0.05);
}

.border-t-interbeauty-600\/50 {
  border-top-color: rgb(88 88 94 / 0.5);
}

.border-t-interbeauty-600\/60 {
  border-top-color: rgb(88 88 94 / 0.6);
}

.border-t-interbeauty-600\/70 {
  border-top-color: rgb(88 88 94 / 0.7);
}

.border-t-interbeauty-600\/75 {
  border-top-color: rgb(88 88 94 / 0.75);
}

.border-t-interbeauty-600\/80 {
  border-top-color: rgb(88 88 94 / 0.8);
}

.border-t-interbeauty-600\/90 {
  border-top-color: rgb(88 88 94 / 0.9);
}

.border-t-interbeauty-600\/95 {
  border-top-color: rgb(88 88 94 / 0.95);
}

.border-t-ipnvaluers-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 40 87 / var(--tw-border-opacity));
}

.border-t-ipnvaluers-200\/0 {
  border-top-color: rgb(0 40 87 / 0);
}

.border-t-ipnvaluers-200\/10 {
  border-top-color: rgb(0 40 87 / 0.1);
}

.border-t-ipnvaluers-200\/100 {
  border-top-color: rgb(0 40 87 / 1);
}

.border-t-ipnvaluers-200\/20 {
  border-top-color: rgb(0 40 87 / 0.2);
}

.border-t-ipnvaluers-200\/25 {
  border-top-color: rgb(0 40 87 / 0.25);
}

.border-t-ipnvaluers-200\/30 {
  border-top-color: rgb(0 40 87 / 0.3);
}

.border-t-ipnvaluers-200\/40 {
  border-top-color: rgb(0 40 87 / 0.4);
}

.border-t-ipnvaluers-200\/5 {
  border-top-color: rgb(0 40 87 / 0.05);
}

.border-t-ipnvaluers-200\/50 {
  border-top-color: rgb(0 40 87 / 0.5);
}

.border-t-ipnvaluers-200\/60 {
  border-top-color: rgb(0 40 87 / 0.6);
}

.border-t-ipnvaluers-200\/70 {
  border-top-color: rgb(0 40 87 / 0.7);
}

.border-t-ipnvaluers-200\/75 {
  border-top-color: rgb(0 40 87 / 0.75);
}

.border-t-ipnvaluers-200\/80 {
  border-top-color: rgb(0 40 87 / 0.8);
}

.border-t-ipnvaluers-200\/90 {
  border-top-color: rgb(0 40 87 / 0.9);
}

.border-t-ipnvaluers-200\/95 {
  border-top-color: rgb(0 40 87 / 0.95);
}

.border-t-ipnvaluers-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(196 107 22 / var(--tw-border-opacity));
}

.border-t-ipnvaluers-400\/0 {
  border-top-color: rgb(196 107 22 / 0);
}

.border-t-ipnvaluers-400\/10 {
  border-top-color: rgb(196 107 22 / 0.1);
}

.border-t-ipnvaluers-400\/100 {
  border-top-color: rgb(196 107 22 / 1);
}

.border-t-ipnvaluers-400\/20 {
  border-top-color: rgb(196 107 22 / 0.2);
}

.border-t-ipnvaluers-400\/25 {
  border-top-color: rgb(196 107 22 / 0.25);
}

.border-t-ipnvaluers-400\/30 {
  border-top-color: rgb(196 107 22 / 0.3);
}

.border-t-ipnvaluers-400\/40 {
  border-top-color: rgb(196 107 22 / 0.4);
}

.border-t-ipnvaluers-400\/5 {
  border-top-color: rgb(196 107 22 / 0.05);
}

.border-t-ipnvaluers-400\/50 {
  border-top-color: rgb(196 107 22 / 0.5);
}

.border-t-ipnvaluers-400\/60 {
  border-top-color: rgb(196 107 22 / 0.6);
}

.border-t-ipnvaluers-400\/70 {
  border-top-color: rgb(196 107 22 / 0.7);
}

.border-t-ipnvaluers-400\/75 {
  border-top-color: rgb(196 107 22 / 0.75);
}

.border-t-ipnvaluers-400\/80 {
  border-top-color: rgb(196 107 22 / 0.8);
}

.border-t-ipnvaluers-400\/90 {
  border-top-color: rgb(196 107 22 / 0.9);
}

.border-t-ipnvaluers-400\/95 {
  border-top-color: rgb(196 107 22 / 0.95);
}

.border-t-ipnvaluers-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 174 21 / var(--tw-border-opacity));
}

.border-t-ipnvaluers-500\/0 {
  border-top-color: rgb(245 174 21 / 0);
}

.border-t-ipnvaluers-500\/10 {
  border-top-color: rgb(245 174 21 / 0.1);
}

.border-t-ipnvaluers-500\/100 {
  border-top-color: rgb(245 174 21 / 1);
}

.border-t-ipnvaluers-500\/20 {
  border-top-color: rgb(245 174 21 / 0.2);
}

.border-t-ipnvaluers-500\/25 {
  border-top-color: rgb(245 174 21 / 0.25);
}

.border-t-ipnvaluers-500\/30 {
  border-top-color: rgb(245 174 21 / 0.3);
}

.border-t-ipnvaluers-500\/40 {
  border-top-color: rgb(245 174 21 / 0.4);
}

.border-t-ipnvaluers-500\/5 {
  border-top-color: rgb(245 174 21 / 0.05);
}

.border-t-ipnvaluers-500\/50 {
  border-top-color: rgb(245 174 21 / 0.5);
}

.border-t-ipnvaluers-500\/60 {
  border-top-color: rgb(245 174 21 / 0.6);
}

.border-t-ipnvaluers-500\/70 {
  border-top-color: rgb(245 174 21 / 0.7);
}

.border-t-ipnvaluers-500\/75 {
  border-top-color: rgb(245 174 21 / 0.75);
}

.border-t-ipnvaluers-500\/80 {
  border-top-color: rgb(245 174 21 / 0.8);
}

.border-t-ipnvaluers-500\/90 {
  border-top-color: rgb(245 174 21 / 0.9);
}

.border-t-ipnvaluers-500\/95 {
  border-top-color: rgb(245 174 21 / 0.95);
}

.border-t-jukejam-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 210 101 / var(--tw-border-opacity));
}

.border-t-jukejam-500\/0 {
  border-top-color: rgb(250 210 101 / 0);
}

.border-t-jukejam-500\/10 {
  border-top-color: rgb(250 210 101 / 0.1);
}

.border-t-jukejam-500\/100 {
  border-top-color: rgb(250 210 101 / 1);
}

.border-t-jukejam-500\/20 {
  border-top-color: rgb(250 210 101 / 0.2);
}

.border-t-jukejam-500\/25 {
  border-top-color: rgb(250 210 101 / 0.25);
}

.border-t-jukejam-500\/30 {
  border-top-color: rgb(250 210 101 / 0.3);
}

.border-t-jukejam-500\/40 {
  border-top-color: rgb(250 210 101 / 0.4);
}

.border-t-jukejam-500\/5 {
  border-top-color: rgb(250 210 101 / 0.05);
}

.border-t-jukejam-500\/50 {
  border-top-color: rgb(250 210 101 / 0.5);
}

.border-t-jukejam-500\/60 {
  border-top-color: rgb(250 210 101 / 0.6);
}

.border-t-jukejam-500\/70 {
  border-top-color: rgb(250 210 101 / 0.7);
}

.border-t-jukejam-500\/75 {
  border-top-color: rgb(250 210 101 / 0.75);
}

.border-t-jukejam-500\/80 {
  border-top-color: rgb(250 210 101 / 0.8);
}

.border-t-jukejam-500\/90 {
  border-top-color: rgb(250 210 101 / 0.9);
}

.border-t-jukejam-500\/95 {
  border-top-color: rgb(250 210 101 / 0.95);
}

.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-nafisa-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(153 53 10 / var(--tw-border-opacity));
}

.border-t-nafisa-500\/0 {
  border-top-color: rgb(153 53 10 / 0);
}

.border-t-nafisa-500\/10 {
  border-top-color: rgb(153 53 10 / 0.1);
}

.border-t-nafisa-500\/100 {
  border-top-color: rgb(153 53 10 / 1);
}

.border-t-nafisa-500\/20 {
  border-top-color: rgb(153 53 10 / 0.2);
}

.border-t-nafisa-500\/25 {
  border-top-color: rgb(153 53 10 / 0.25);
}

.border-t-nafisa-500\/30 {
  border-top-color: rgb(153 53 10 / 0.3);
}

.border-t-nafisa-500\/40 {
  border-top-color: rgb(153 53 10 / 0.4);
}

.border-t-nafisa-500\/5 {
  border-top-color: rgb(153 53 10 / 0.05);
}

.border-t-nafisa-500\/50 {
  border-top-color: rgb(153 53 10 / 0.5);
}

.border-t-nafisa-500\/60 {
  border-top-color: rgb(153 53 10 / 0.6);
}

.border-t-nafisa-500\/70 {
  border-top-color: rgb(153 53 10 / 0.7);
}

.border-t-nafisa-500\/75 {
  border-top-color: rgb(153 53 10 / 0.75);
}

.border-t-nafisa-500\/80 {
  border-top-color: rgb(153 53 10 / 0.8);
}

.border-t-nafisa-500\/90 {
  border-top-color: rgb(153 53 10 / 0.9);
}

.border-t-nafisa-500\/95 {
  border-top-color: rgb(153 53 10 / 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-ozc-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 239 235 / var(--tw-border-opacity));
}

.border-t-ozc-100\/0 {
  border-top-color: rgb(255 239 235 / 0);
}

.border-t-ozc-100\/10 {
  border-top-color: rgb(255 239 235 / 0.1);
}

.border-t-ozc-100\/100 {
  border-top-color: rgb(255 239 235 / 1);
}

.border-t-ozc-100\/20 {
  border-top-color: rgb(255 239 235 / 0.2);
}

.border-t-ozc-100\/25 {
  border-top-color: rgb(255 239 235 / 0.25);
}

.border-t-ozc-100\/30 {
  border-top-color: rgb(255 239 235 / 0.3);
}

.border-t-ozc-100\/40 {
  border-top-color: rgb(255 239 235 / 0.4);
}

.border-t-ozc-100\/5 {
  border-top-color: rgb(255 239 235 / 0.05);
}

.border-t-ozc-100\/50 {
  border-top-color: rgb(255 239 235 / 0.5);
}

.border-t-ozc-100\/60 {
  border-top-color: rgb(255 239 235 / 0.6);
}

.border-t-ozc-100\/70 {
  border-top-color: rgb(255 239 235 / 0.7);
}

.border-t-ozc-100\/75 {
  border-top-color: rgb(255 239 235 / 0.75);
}

.border-t-ozc-100\/80 {
  border-top-color: rgb(255 239 235 / 0.8);
}

.border-t-ozc-100\/90 {
  border-top-color: rgb(255 239 235 / 0.9);
}

.border-t-ozc-100\/95 {
  border-top-color: rgb(255 239 235 / 0.95);
}

.border-t-ozc-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 225 222 / var(--tw-border-opacity));
}

.border-t-ozc-200\/0 {
  border-top-color: rgb(253 225 222 / 0);
}

.border-t-ozc-200\/10 {
  border-top-color: rgb(253 225 222 / 0.1);
}

.border-t-ozc-200\/100 {
  border-top-color: rgb(253 225 222 / 1);
}

.border-t-ozc-200\/20 {
  border-top-color: rgb(253 225 222 / 0.2);
}

.border-t-ozc-200\/25 {
  border-top-color: rgb(253 225 222 / 0.25);
}

.border-t-ozc-200\/30 {
  border-top-color: rgb(253 225 222 / 0.3);
}

.border-t-ozc-200\/40 {
  border-top-color: rgb(253 225 222 / 0.4);
}

.border-t-ozc-200\/5 {
  border-top-color: rgb(253 225 222 / 0.05);
}

.border-t-ozc-200\/50 {
  border-top-color: rgb(253 225 222 / 0.5);
}

.border-t-ozc-200\/60 {
  border-top-color: rgb(253 225 222 / 0.6);
}

.border-t-ozc-200\/70 {
  border-top-color: rgb(253 225 222 / 0.7);
}

.border-t-ozc-200\/75 {
  border-top-color: rgb(253 225 222 / 0.75);
}

.border-t-ozc-200\/80 {
  border-top-color: rgb(253 225 222 / 0.8);
}

.border-t-ozc-200\/90 {
  border-top-color: rgb(253 225 222 / 0.9);
}

.border-t-ozc-200\/95 {
  border-top-color: rgb(253 225 222 / 0.95);
}

.border-t-ozc-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(248 181 181 / var(--tw-border-opacity));
}

.border-t-ozc-300\/0 {
  border-top-color: rgb(248 181 181 / 0);
}

.border-t-ozc-300\/10 {
  border-top-color: rgb(248 181 181 / 0.1);
}

.border-t-ozc-300\/100 {
  border-top-color: rgb(248 181 181 / 1);
}

.border-t-ozc-300\/20 {
  border-top-color: rgb(248 181 181 / 0.2);
}

.border-t-ozc-300\/25 {
  border-top-color: rgb(248 181 181 / 0.25);
}

.border-t-ozc-300\/30 {
  border-top-color: rgb(248 181 181 / 0.3);
}

.border-t-ozc-300\/40 {
  border-top-color: rgb(248 181 181 / 0.4);
}

.border-t-ozc-300\/5 {
  border-top-color: rgb(248 181 181 / 0.05);
}

.border-t-ozc-300\/50 {
  border-top-color: rgb(248 181 181 / 0.5);
}

.border-t-ozc-300\/60 {
  border-top-color: rgb(248 181 181 / 0.6);
}

.border-t-ozc-300\/70 {
  border-top-color: rgb(248 181 181 / 0.7);
}

.border-t-ozc-300\/75 {
  border-top-color: rgb(248 181 181 / 0.75);
}

.border-t-ozc-300\/80 {
  border-top-color: rgb(248 181 181 / 0.8);
}

.border-t-ozc-300\/90 {
  border-top-color: rgb(248 181 181 / 0.9);
}

.border-t-ozc-300\/95 {
  border-top-color: rgb(248 181 181 / 0.95);
}

.border-t-ozc-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 189 173 / var(--tw-border-opacity));
}

.border-t-ozc-400\/0 {
  border-top-color: rgb(250 189 173 / 0);
}

.border-t-ozc-400\/10 {
  border-top-color: rgb(250 189 173 / 0.1);
}

.border-t-ozc-400\/100 {
  border-top-color: rgb(250 189 173 / 1);
}

.border-t-ozc-400\/20 {
  border-top-color: rgb(250 189 173 / 0.2);
}

.border-t-ozc-400\/25 {
  border-top-color: rgb(250 189 173 / 0.25);
}

.border-t-ozc-400\/30 {
  border-top-color: rgb(250 189 173 / 0.3);
}

.border-t-ozc-400\/40 {
  border-top-color: rgb(250 189 173 / 0.4);
}

.border-t-ozc-400\/5 {
  border-top-color: rgb(250 189 173 / 0.05);
}

.border-t-ozc-400\/50 {
  border-top-color: rgb(250 189 173 / 0.5);
}

.border-t-ozc-400\/60 {
  border-top-color: rgb(250 189 173 / 0.6);
}

.border-t-ozc-400\/70 {
  border-top-color: rgb(250 189 173 / 0.7);
}

.border-t-ozc-400\/75 {
  border-top-color: rgb(250 189 173 / 0.75);
}

.border-t-ozc-400\/80 {
  border-top-color: rgb(250 189 173 / 0.8);
}

.border-t-ozc-400\/90 {
  border-top-color: rgb(250 189 173 / 0.9);
}

.border-t-ozc-400\/95 {
  border-top-color: rgb(250 189 173 / 0.95);
}

.border-t-ozc-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 243 232 / var(--tw-border-opacity));
}

.border-t-ozc-50\/0 {
  border-top-color: rgb(254 243 232 / 0);
}

.border-t-ozc-50\/10 {
  border-top-color: rgb(254 243 232 / 0.1);
}

.border-t-ozc-50\/100 {
  border-top-color: rgb(254 243 232 / 1);
}

.border-t-ozc-50\/20 {
  border-top-color: rgb(254 243 232 / 0.2);
}

.border-t-ozc-50\/25 {
  border-top-color: rgb(254 243 232 / 0.25);
}

.border-t-ozc-50\/30 {
  border-top-color: rgb(254 243 232 / 0.3);
}

.border-t-ozc-50\/40 {
  border-top-color: rgb(254 243 232 / 0.4);
}

.border-t-ozc-50\/5 {
  border-top-color: rgb(254 243 232 / 0.05);
}

.border-t-ozc-50\/50 {
  border-top-color: rgb(254 243 232 / 0.5);
}

.border-t-ozc-50\/60 {
  border-top-color: rgb(254 243 232 / 0.6);
}

.border-t-ozc-50\/70 {
  border-top-color: rgb(254 243 232 / 0.7);
}

.border-t-ozc-50\/75 {
  border-top-color: rgb(254 243 232 / 0.75);
}

.border-t-ozc-50\/80 {
  border-top-color: rgb(254 243 232 / 0.8);
}

.border-t-ozc-50\/90 {
  border-top-color: rgb(254 243 232 / 0.9);
}

.border-t-ozc-50\/95 {
  border-top-color: rgb(254 243 232 / 0.95);
}

.border-t-ozc-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 110 96 / var(--tw-border-opacity));
}

.border-t-ozc-500\/0 {
  border-top-color: rgb(255 110 96 / 0);
}

.border-t-ozc-500\/10 {
  border-top-color: rgb(255 110 96 / 0.1);
}

.border-t-ozc-500\/100 {
  border-top-color: rgb(255 110 96 / 1);
}

.border-t-ozc-500\/20 {
  border-top-color: rgb(255 110 96 / 0.2);
}

.border-t-ozc-500\/25 {
  border-top-color: rgb(255 110 96 / 0.25);
}

.border-t-ozc-500\/30 {
  border-top-color: rgb(255 110 96 / 0.3);
}

.border-t-ozc-500\/40 {
  border-top-color: rgb(255 110 96 / 0.4);
}

.border-t-ozc-500\/5 {
  border-top-color: rgb(255 110 96 / 0.05);
}

.border-t-ozc-500\/50 {
  border-top-color: rgb(255 110 96 / 0.5);
}

.border-t-ozc-500\/60 {
  border-top-color: rgb(255 110 96 / 0.6);
}

.border-t-ozc-500\/70 {
  border-top-color: rgb(255 110 96 / 0.7);
}

.border-t-ozc-500\/75 {
  border-top-color: rgb(255 110 96 / 0.75);
}

.border-t-ozc-500\/80 {
  border-top-color: rgb(255 110 96 / 0.8);
}

.border-t-ozc-500\/90 {
  border-top-color: rgb(255 110 96 / 0.9);
}

.border-t-ozc-500\/95 {
  border-top-color: rgb(255 110 96 / 0.95);
}

.border-t-ozc-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 169 140 / var(--tw-border-opacity));
}

.border-t-ozc-600\/0 {
  border-top-color: rgb(249 169 140 / 0);
}

.border-t-ozc-600\/10 {
  border-top-color: rgb(249 169 140 / 0.1);
}

.border-t-ozc-600\/100 {
  border-top-color: rgb(249 169 140 / 1);
}

.border-t-ozc-600\/20 {
  border-top-color: rgb(249 169 140 / 0.2);
}

.border-t-ozc-600\/25 {
  border-top-color: rgb(249 169 140 / 0.25);
}

.border-t-ozc-600\/30 {
  border-top-color: rgb(249 169 140 / 0.3);
}

.border-t-ozc-600\/40 {
  border-top-color: rgb(249 169 140 / 0.4);
}

.border-t-ozc-600\/5 {
  border-top-color: rgb(249 169 140 / 0.05);
}

.border-t-ozc-600\/50 {
  border-top-color: rgb(249 169 140 / 0.5);
}

.border-t-ozc-600\/60 {
  border-top-color: rgb(249 169 140 / 0.6);
}

.border-t-ozc-600\/70 {
  border-top-color: rgb(249 169 140 / 0.7);
}

.border-t-ozc-600\/75 {
  border-top-color: rgb(249 169 140 / 0.75);
}

.border-t-ozc-600\/80 {
  border-top-color: rgb(249 169 140 / 0.8);
}

.border-t-ozc-600\/90 {
  border-top-color: rgb(249 169 140 / 0.9);
}

.border-t-ozc-600\/95 {
  border-top-color: rgb(249 169 140 / 0.95);
}

.border-t-ozc-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(246 148 114 / var(--tw-border-opacity));
}

.border-t-ozc-700\/0 {
  border-top-color: rgb(246 148 114 / 0);
}

.border-t-ozc-700\/10 {
  border-top-color: rgb(246 148 114 / 0.1);
}

.border-t-ozc-700\/100 {
  border-top-color: rgb(246 148 114 / 1);
}

.border-t-ozc-700\/20 {
  border-top-color: rgb(246 148 114 / 0.2);
}

.border-t-ozc-700\/25 {
  border-top-color: rgb(246 148 114 / 0.25);
}

.border-t-ozc-700\/30 {
  border-top-color: rgb(246 148 114 / 0.3);
}

.border-t-ozc-700\/40 {
  border-top-color: rgb(246 148 114 / 0.4);
}

.border-t-ozc-700\/5 {
  border-top-color: rgb(246 148 114 / 0.05);
}

.border-t-ozc-700\/50 {
  border-top-color: rgb(246 148 114 / 0.5);
}

.border-t-ozc-700\/60 {
  border-top-color: rgb(246 148 114 / 0.6);
}

.border-t-ozc-700\/70 {
  border-top-color: rgb(246 148 114 / 0.7);
}

.border-t-ozc-700\/75 {
  border-top-color: rgb(246 148 114 / 0.75);
}

.border-t-ozc-700\/80 {
  border-top-color: rgb(246 148 114 / 0.8);
}

.border-t-ozc-700\/90 {
  border-top-color: rgb(246 148 114 / 0.9);
}

.border-t-ozc-700\/95 {
  border-top-color: rgb(246 148 114 / 0.95);
}

.border-t-ozc-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 144 136 / var(--tw-border-opacity));
}

.border-t-ozc-800\/0 {
  border-top-color: rgb(245 144 136 / 0);
}

.border-t-ozc-800\/10 {
  border-top-color: rgb(245 144 136 / 0.1);
}

.border-t-ozc-800\/100 {
  border-top-color: rgb(245 144 136 / 1);
}

.border-t-ozc-800\/20 {
  border-top-color: rgb(245 144 136 / 0.2);
}

.border-t-ozc-800\/25 {
  border-top-color: rgb(245 144 136 / 0.25);
}

.border-t-ozc-800\/30 {
  border-top-color: rgb(245 144 136 / 0.3);
}

.border-t-ozc-800\/40 {
  border-top-color: rgb(245 144 136 / 0.4);
}

.border-t-ozc-800\/5 {
  border-top-color: rgb(245 144 136 / 0.05);
}

.border-t-ozc-800\/50 {
  border-top-color: rgb(245 144 136 / 0.5);
}

.border-t-ozc-800\/60 {
  border-top-color: rgb(245 144 136 / 0.6);
}

.border-t-ozc-800\/70 {
  border-top-color: rgb(245 144 136 / 0.7);
}

.border-t-ozc-800\/75 {
  border-top-color: rgb(245 144 136 / 0.75);
}

.border-t-ozc-800\/80 {
  border-top-color: rgb(245 144 136 / 0.8);
}

.border-t-ozc-800\/90 {
  border-top-color: rgb(245 144 136 / 0.9);
}

.border-t-ozc-800\/95 {
  border-top-color: rgb(245 144 136 / 0.95);
}

.border-t-ozc-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(243 121 124 / var(--tw-border-opacity));
}

.border-t-ozc-900\/0 {
  border-top-color: rgb(243 121 124 / 0);
}

.border-t-ozc-900\/10 {
  border-top-color: rgb(243 121 124 / 0.1);
}

.border-t-ozc-900\/100 {
  border-top-color: rgb(243 121 124 / 1);
}

.border-t-ozc-900\/20 {
  border-top-color: rgb(243 121 124 / 0.2);
}

.border-t-ozc-900\/25 {
  border-top-color: rgb(243 121 124 / 0.25);
}

.border-t-ozc-900\/30 {
  border-top-color: rgb(243 121 124 / 0.3);
}

.border-t-ozc-900\/40 {
  border-top-color: rgb(243 121 124 / 0.4);
}

.border-t-ozc-900\/5 {
  border-top-color: rgb(243 121 124 / 0.05);
}

.border-t-ozc-900\/50 {
  border-top-color: rgb(243 121 124 / 0.5);
}

.border-t-ozc-900\/60 {
  border-top-color: rgb(243 121 124 / 0.6);
}

.border-t-ozc-900\/70 {
  border-top-color: rgb(243 121 124 / 0.7);
}

.border-t-ozc-900\/75 {
  border-top-color: rgb(243 121 124 / 0.75);
}

.border-t-ozc-900\/80 {
  border-top-color: rgb(243 121 124 / 0.8);
}

.border-t-ozc-900\/90 {
  border-top-color: rgb(243 121 124 / 0.9);
}

.border-t-ozc-900\/95 {
  border-top-color: rgb(243 121 124 / 0.95);
}

.border-t-ozc-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.border-t-ozc-950\/0 {
  border-top-color: rgb(42 45 51 / 0);
}

.border-t-ozc-950\/10 {
  border-top-color: rgb(42 45 51 / 0.1);
}

.border-t-ozc-950\/100 {
  border-top-color: rgb(42 45 51 / 1);
}

.border-t-ozc-950\/20 {
  border-top-color: rgb(42 45 51 / 0.2);
}

.border-t-ozc-950\/25 {
  border-top-color: rgb(42 45 51 / 0.25);
}

.border-t-ozc-950\/30 {
  border-top-color: rgb(42 45 51 / 0.3);
}

.border-t-ozc-950\/40 {
  border-top-color: rgb(42 45 51 / 0.4);
}

.border-t-ozc-950\/5 {
  border-top-color: rgb(42 45 51 / 0.05);
}

.border-t-ozc-950\/50 {
  border-top-color: rgb(42 45 51 / 0.5);
}

.border-t-ozc-950\/60 {
  border-top-color: rgb(42 45 51 / 0.6);
}

.border-t-ozc-950\/70 {
  border-top-color: rgb(42 45 51 / 0.7);
}

.border-t-ozc-950\/75 {
  border-top-color: rgb(42 45 51 / 0.75);
}

.border-t-ozc-950\/80 {
  border-top-color: rgb(42 45 51 / 0.8);
}

.border-t-ozc-950\/90 {
  border-top-color: rgb(42 45 51 / 0.9);
}

.border-t-ozc-950\/95 {
  border-top-color: rgb(42 45 51 / 0.95);
}

.border-t-ozc-alt-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 250 230 / var(--tw-border-opacity));
}

.border-t-ozc-alt-100\/0 {
  border-top-color: rgb(255 250 230 / 0);
}

.border-t-ozc-alt-100\/10 {
  border-top-color: rgb(255 250 230 / 0.1);
}

.border-t-ozc-alt-100\/100 {
  border-top-color: rgb(255 250 230 / 1);
}

.border-t-ozc-alt-100\/20 {
  border-top-color: rgb(255 250 230 / 0.2);
}

.border-t-ozc-alt-100\/25 {
  border-top-color: rgb(255 250 230 / 0.25);
}

.border-t-ozc-alt-100\/30 {
  border-top-color: rgb(255 250 230 / 0.3);
}

.border-t-ozc-alt-100\/40 {
  border-top-color: rgb(255 250 230 / 0.4);
}

.border-t-ozc-alt-100\/5 {
  border-top-color: rgb(255 250 230 / 0.05);
}

.border-t-ozc-alt-100\/50 {
  border-top-color: rgb(255 250 230 / 0.5);
}

.border-t-ozc-alt-100\/60 {
  border-top-color: rgb(255 250 230 / 0.6);
}

.border-t-ozc-alt-100\/70 {
  border-top-color: rgb(255 250 230 / 0.7);
}

.border-t-ozc-alt-100\/75 {
  border-top-color: rgb(255 250 230 / 0.75);
}

.border-t-ozc-alt-100\/80 {
  border-top-color: rgb(255 250 230 / 0.8);
}

.border-t-ozc-alt-100\/90 {
  border-top-color: rgb(255 250 230 / 0.9);
}

.border-t-ozc-alt-100\/95 {
  border-top-color: rgb(255 250 230 / 0.95);
}

.border-t-ozc-alt-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 242 193 / var(--tw-border-opacity));
}

.border-t-ozc-alt-200\/0 {
  border-top-color: rgb(255 242 193 / 0);
}

.border-t-ozc-alt-200\/10 {
  border-top-color: rgb(255 242 193 / 0.1);
}

.border-t-ozc-alt-200\/100 {
  border-top-color: rgb(255 242 193 / 1);
}

.border-t-ozc-alt-200\/20 {
  border-top-color: rgb(255 242 193 / 0.2);
}

.border-t-ozc-alt-200\/25 {
  border-top-color: rgb(255 242 193 / 0.25);
}

.border-t-ozc-alt-200\/30 {
  border-top-color: rgb(255 242 193 / 0.3);
}

.border-t-ozc-alt-200\/40 {
  border-top-color: rgb(255 242 193 / 0.4);
}

.border-t-ozc-alt-200\/5 {
  border-top-color: rgb(255 242 193 / 0.05);
}

.border-t-ozc-alt-200\/50 {
  border-top-color: rgb(255 242 193 / 0.5);
}

.border-t-ozc-alt-200\/60 {
  border-top-color: rgb(255 242 193 / 0.6);
}

.border-t-ozc-alt-200\/70 {
  border-top-color: rgb(255 242 193 / 0.7);
}

.border-t-ozc-alt-200\/75 {
  border-top-color: rgb(255 242 193 / 0.75);
}

.border-t-ozc-alt-200\/80 {
  border-top-color: rgb(255 242 193 / 0.8);
}

.border-t-ozc-alt-200\/90 {
  border-top-color: rgb(255 242 193 / 0.9);
}

.border-t-ozc-alt-200\/95 {
  border-top-color: rgb(255 242 193 / 0.95);
}

.border-t-ozc-alt-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 235 155 / var(--tw-border-opacity));
}

.border-t-ozc-alt-300\/0 {
  border-top-color: rgb(255 235 155 / 0);
}

.border-t-ozc-alt-300\/10 {
  border-top-color: rgb(255 235 155 / 0.1);
}

.border-t-ozc-alt-300\/100 {
  border-top-color: rgb(255 235 155 / 1);
}

.border-t-ozc-alt-300\/20 {
  border-top-color: rgb(255 235 155 / 0.2);
}

.border-t-ozc-alt-300\/25 {
  border-top-color: rgb(255 235 155 / 0.25);
}

.border-t-ozc-alt-300\/30 {
  border-top-color: rgb(255 235 155 / 0.3);
}

.border-t-ozc-alt-300\/40 {
  border-top-color: rgb(255 235 155 / 0.4);
}

.border-t-ozc-alt-300\/5 {
  border-top-color: rgb(255 235 155 / 0.05);
}

.border-t-ozc-alt-300\/50 {
  border-top-color: rgb(255 235 155 / 0.5);
}

.border-t-ozc-alt-300\/60 {
  border-top-color: rgb(255 235 155 / 0.6);
}

.border-t-ozc-alt-300\/70 {
  border-top-color: rgb(255 235 155 / 0.7);
}

.border-t-ozc-alt-300\/75 {
  border-top-color: rgb(255 235 155 / 0.75);
}

.border-t-ozc-alt-300\/80 {
  border-top-color: rgb(255 235 155 / 0.8);
}

.border-t-ozc-alt-300\/90 {
  border-top-color: rgb(255 235 155 / 0.9);
}

.border-t-ozc-alt-300\/95 {
  border-top-color: rgb(255 235 155 / 0.95);
}

.border-t-ozc-alt-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 219 80 / var(--tw-border-opacity));
}

.border-t-ozc-alt-400\/0 {
  border-top-color: rgb(255 219 80 / 0);
}

.border-t-ozc-alt-400\/10 {
  border-top-color: rgb(255 219 80 / 0.1);
}

.border-t-ozc-alt-400\/100 {
  border-top-color: rgb(255 219 80 / 1);
}

.border-t-ozc-alt-400\/20 {
  border-top-color: rgb(255 219 80 / 0.2);
}

.border-t-ozc-alt-400\/25 {
  border-top-color: rgb(255 219 80 / 0.25);
}

.border-t-ozc-alt-400\/30 {
  border-top-color: rgb(255 219 80 / 0.3);
}

.border-t-ozc-alt-400\/40 {
  border-top-color: rgb(255 219 80 / 0.4);
}

.border-t-ozc-alt-400\/5 {
  border-top-color: rgb(255 219 80 / 0.05);
}

.border-t-ozc-alt-400\/50 {
  border-top-color: rgb(255 219 80 / 0.5);
}

.border-t-ozc-alt-400\/60 {
  border-top-color: rgb(255 219 80 / 0.6);
}

.border-t-ozc-alt-400\/70 {
  border-top-color: rgb(255 219 80 / 0.7);
}

.border-t-ozc-alt-400\/75 {
  border-top-color: rgb(255 219 80 / 0.75);
}

.border-t-ozc-alt-400\/80 {
  border-top-color: rgb(255 219 80 / 0.8);
}

.border-t-ozc-alt-400\/90 {
  border-top-color: rgb(255 219 80 / 0.9);
}

.border-t-ozc-alt-400\/95 {
  border-top-color: rgb(255 219 80 / 0.95);
}

.border-t-ozc-alt-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 252 243 / var(--tw-border-opacity));
}

.border-t-ozc-alt-50\/0 {
  border-top-color: rgb(255 252 243 / 0);
}

.border-t-ozc-alt-50\/10 {
  border-top-color: rgb(255 252 243 / 0.1);
}

.border-t-ozc-alt-50\/100 {
  border-top-color: rgb(255 252 243 / 1);
}

.border-t-ozc-alt-50\/20 {
  border-top-color: rgb(255 252 243 / 0.2);
}

.border-t-ozc-alt-50\/25 {
  border-top-color: rgb(255 252 243 / 0.25);
}

.border-t-ozc-alt-50\/30 {
  border-top-color: rgb(255 252 243 / 0.3);
}

.border-t-ozc-alt-50\/40 {
  border-top-color: rgb(255 252 243 / 0.4);
}

.border-t-ozc-alt-50\/5 {
  border-top-color: rgb(255 252 243 / 0.05);
}

.border-t-ozc-alt-50\/50 {
  border-top-color: rgb(255 252 243 / 0.5);
}

.border-t-ozc-alt-50\/60 {
  border-top-color: rgb(255 252 243 / 0.6);
}

.border-t-ozc-alt-50\/70 {
  border-top-color: rgb(255 252 243 / 0.7);
}

.border-t-ozc-alt-50\/75 {
  border-top-color: rgb(255 252 243 / 0.75);
}

.border-t-ozc-alt-50\/80 {
  border-top-color: rgb(255 252 243 / 0.8);
}

.border-t-ozc-alt-50\/90 {
  border-top-color: rgb(255 252 243 / 0.9);
}

.border-t-ozc-alt-50\/95 {
  border-top-color: rgb(255 252 243 / 0.95);
}

.border-t-ozc-alt-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 204 5 / var(--tw-border-opacity));
}

.border-t-ozc-alt-500\/0 {
  border-top-color: rgb(255 204 5 / 0);
}

.border-t-ozc-alt-500\/10 {
  border-top-color: rgb(255 204 5 / 0.1);
}

.border-t-ozc-alt-500\/100 {
  border-top-color: rgb(255 204 5 / 1);
}

.border-t-ozc-alt-500\/20 {
  border-top-color: rgb(255 204 5 / 0.2);
}

.border-t-ozc-alt-500\/25 {
  border-top-color: rgb(255 204 5 / 0.25);
}

.border-t-ozc-alt-500\/30 {
  border-top-color: rgb(255 204 5 / 0.3);
}

.border-t-ozc-alt-500\/40 {
  border-top-color: rgb(255 204 5 / 0.4);
}

.border-t-ozc-alt-500\/5 {
  border-top-color: rgb(255 204 5 / 0.05);
}

.border-t-ozc-alt-500\/50 {
  border-top-color: rgb(255 204 5 / 0.5);
}

.border-t-ozc-alt-500\/60 {
  border-top-color: rgb(255 204 5 / 0.6);
}

.border-t-ozc-alt-500\/70 {
  border-top-color: rgb(255 204 5 / 0.7);
}

.border-t-ozc-alt-500\/75 {
  border-top-color: rgb(255 204 5 / 0.75);
}

.border-t-ozc-alt-500\/80 {
  border-top-color: rgb(255 204 5 / 0.8);
}

.border-t-ozc-alt-500\/90 {
  border-top-color: rgb(255 204 5 / 0.9);
}

.border-t-ozc-alt-500\/95 {
  border-top-color: rgb(255 204 5 / 0.95);
}

.border-t-ozc-alt-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(230 184 5 / var(--tw-border-opacity));
}

.border-t-ozc-alt-600\/0 {
  border-top-color: rgb(230 184 5 / 0);
}

.border-t-ozc-alt-600\/10 {
  border-top-color: rgb(230 184 5 / 0.1);
}

.border-t-ozc-alt-600\/100 {
  border-top-color: rgb(230 184 5 / 1);
}

.border-t-ozc-alt-600\/20 {
  border-top-color: rgb(230 184 5 / 0.2);
}

.border-t-ozc-alt-600\/25 {
  border-top-color: rgb(230 184 5 / 0.25);
}

.border-t-ozc-alt-600\/30 {
  border-top-color: rgb(230 184 5 / 0.3);
}

.border-t-ozc-alt-600\/40 {
  border-top-color: rgb(230 184 5 / 0.4);
}

.border-t-ozc-alt-600\/5 {
  border-top-color: rgb(230 184 5 / 0.05);
}

.border-t-ozc-alt-600\/50 {
  border-top-color: rgb(230 184 5 / 0.5);
}

.border-t-ozc-alt-600\/60 {
  border-top-color: rgb(230 184 5 / 0.6);
}

.border-t-ozc-alt-600\/70 {
  border-top-color: rgb(230 184 5 / 0.7);
}

.border-t-ozc-alt-600\/75 {
  border-top-color: rgb(230 184 5 / 0.75);
}

.border-t-ozc-alt-600\/80 {
  border-top-color: rgb(230 184 5 / 0.8);
}

.border-t-ozc-alt-600\/90 {
  border-top-color: rgb(230 184 5 / 0.9);
}

.border-t-ozc-alt-600\/95 {
  border-top-color: rgb(230 184 5 / 0.95);
}

.border-t-ozc-alt-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(153 122 3 / var(--tw-border-opacity));
}

.border-t-ozc-alt-700\/0 {
  border-top-color: rgb(153 122 3 / 0);
}

.border-t-ozc-alt-700\/10 {
  border-top-color: rgb(153 122 3 / 0.1);
}

.border-t-ozc-alt-700\/100 {
  border-top-color: rgb(153 122 3 / 1);
}

.border-t-ozc-alt-700\/20 {
  border-top-color: rgb(153 122 3 / 0.2);
}

.border-t-ozc-alt-700\/25 {
  border-top-color: rgb(153 122 3 / 0.25);
}

.border-t-ozc-alt-700\/30 {
  border-top-color: rgb(153 122 3 / 0.3);
}

.border-t-ozc-alt-700\/40 {
  border-top-color: rgb(153 122 3 / 0.4);
}

.border-t-ozc-alt-700\/5 {
  border-top-color: rgb(153 122 3 / 0.05);
}

.border-t-ozc-alt-700\/50 {
  border-top-color: rgb(153 122 3 / 0.5);
}

.border-t-ozc-alt-700\/60 {
  border-top-color: rgb(153 122 3 / 0.6);
}

.border-t-ozc-alt-700\/70 {
  border-top-color: rgb(153 122 3 / 0.7);
}

.border-t-ozc-alt-700\/75 {
  border-top-color: rgb(153 122 3 / 0.75);
}

.border-t-ozc-alt-700\/80 {
  border-top-color: rgb(153 122 3 / 0.8);
}

.border-t-ozc-alt-700\/90 {
  border-top-color: rgb(153 122 3 / 0.9);
}

.border-t-ozc-alt-700\/95 {
  border-top-color: rgb(153 122 3 / 0.95);
}

.border-t-ozc-alt-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(115 92 2 / var(--tw-border-opacity));
}

.border-t-ozc-alt-800\/0 {
  border-top-color: rgb(115 92 2 / 0);
}

.border-t-ozc-alt-800\/10 {
  border-top-color: rgb(115 92 2 / 0.1);
}

.border-t-ozc-alt-800\/100 {
  border-top-color: rgb(115 92 2 / 1);
}

.border-t-ozc-alt-800\/20 {
  border-top-color: rgb(115 92 2 / 0.2);
}

.border-t-ozc-alt-800\/25 {
  border-top-color: rgb(115 92 2 / 0.25);
}

.border-t-ozc-alt-800\/30 {
  border-top-color: rgb(115 92 2 / 0.3);
}

.border-t-ozc-alt-800\/40 {
  border-top-color: rgb(115 92 2 / 0.4);
}

.border-t-ozc-alt-800\/5 {
  border-top-color: rgb(115 92 2 / 0.05);
}

.border-t-ozc-alt-800\/50 {
  border-top-color: rgb(115 92 2 / 0.5);
}

.border-t-ozc-alt-800\/60 {
  border-top-color: rgb(115 92 2 / 0.6);
}

.border-t-ozc-alt-800\/70 {
  border-top-color: rgb(115 92 2 / 0.7);
}

.border-t-ozc-alt-800\/75 {
  border-top-color: rgb(115 92 2 / 0.75);
}

.border-t-ozc-alt-800\/80 {
  border-top-color: rgb(115 92 2 / 0.8);
}

.border-t-ozc-alt-800\/90 {
  border-top-color: rgb(115 92 2 / 0.9);
}

.border-t-ozc-alt-800\/95 {
  border-top-color: rgb(115 92 2 / 0.95);
}

.border-t-ozc-alt-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.border-t-ozc-alt-900\/0 {
  border-top-color: rgb(42 45 51 / 0);
}

.border-t-ozc-alt-900\/10 {
  border-top-color: rgb(42 45 51 / 0.1);
}

.border-t-ozc-alt-900\/100 {
  border-top-color: rgb(42 45 51 / 1);
}

.border-t-ozc-alt-900\/20 {
  border-top-color: rgb(42 45 51 / 0.2);
}

.border-t-ozc-alt-900\/25 {
  border-top-color: rgb(42 45 51 / 0.25);
}

.border-t-ozc-alt-900\/30 {
  border-top-color: rgb(42 45 51 / 0.3);
}

.border-t-ozc-alt-900\/40 {
  border-top-color: rgb(42 45 51 / 0.4);
}

.border-t-ozc-alt-900\/5 {
  border-top-color: rgb(42 45 51 / 0.05);
}

.border-t-ozc-alt-900\/50 {
  border-top-color: rgb(42 45 51 / 0.5);
}

.border-t-ozc-alt-900\/60 {
  border-top-color: rgb(42 45 51 / 0.6);
}

.border-t-ozc-alt-900\/70 {
  border-top-color: rgb(42 45 51 / 0.7);
}

.border-t-ozc-alt-900\/75 {
  border-top-color: rgb(42 45 51 / 0.75);
}

.border-t-ozc-alt-900\/80 {
  border-top-color: rgb(42 45 51 / 0.8);
}

.border-t-ozc-alt-900\/90 {
  border-top-color: rgb(42 45 51 / 0.9);
}

.border-t-ozc-alt-900\/95 {
  border-top-color: rgb(42 45 51 / 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-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-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-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-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-tykhe-digital {
  --tw-border-opacity: 1;
  border-top-color: rgb(239 156 131 / var(--tw-border-opacity));
}

.border-t-tykhe-digital-alt {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 239 224 / var(--tw-border-opacity));
}

.border-t-tykhe-digital-alt\/0 {
  border-top-color: rgb(245 239 224 / 0);
}

.border-t-tykhe-digital-alt\/10 {
  border-top-color: rgb(245 239 224 / 0.1);
}

.border-t-tykhe-digital-alt\/100 {
  border-top-color: rgb(245 239 224 / 1);
}

.border-t-tykhe-digital-alt\/20 {
  border-top-color: rgb(245 239 224 / 0.2);
}

.border-t-tykhe-digital-alt\/25 {
  border-top-color: rgb(245 239 224 / 0.25);
}

.border-t-tykhe-digital-alt\/30 {
  border-top-color: rgb(245 239 224 / 0.3);
}

.border-t-tykhe-digital-alt\/40 {
  border-top-color: rgb(245 239 224 / 0.4);
}

.border-t-tykhe-digital-alt\/5 {
  border-top-color: rgb(245 239 224 / 0.05);
}

.border-t-tykhe-digital-alt\/50 {
  border-top-color: rgb(245 239 224 / 0.5);
}

.border-t-tykhe-digital-alt\/60 {
  border-top-color: rgb(245 239 224 / 0.6);
}

.border-t-tykhe-digital-alt\/70 {
  border-top-color: rgb(245 239 224 / 0.7);
}

.border-t-tykhe-digital-alt\/75 {
  border-top-color: rgb(245 239 224 / 0.75);
}

.border-t-tykhe-digital-alt\/80 {
  border-top-color: rgb(245 239 224 / 0.8);
}

.border-t-tykhe-digital-alt\/90 {
  border-top-color: rgb(245 239 224 / 0.9);
}

.border-t-tykhe-digital-alt\/95 {
  border-top-color: rgb(245 239 224 / 0.95);
}

.border-t-tykhe-digital-alt2 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 58 111 / var(--tw-border-opacity));
}

.border-t-tykhe-digital-alt2\/0 {
  border-top-color: rgb(255 58 111 / 0);
}

.border-t-tykhe-digital-alt2\/10 {
  border-top-color: rgb(255 58 111 / 0.1);
}

.border-t-tykhe-digital-alt2\/100 {
  border-top-color: rgb(255 58 111 / 1);
}

.border-t-tykhe-digital-alt2\/20 {
  border-top-color: rgb(255 58 111 / 0.2);
}

.border-t-tykhe-digital-alt2\/25 {
  border-top-color: rgb(255 58 111 / 0.25);
}

.border-t-tykhe-digital-alt2\/30 {
  border-top-color: rgb(255 58 111 / 0.3);
}

.border-t-tykhe-digital-alt2\/40 {
  border-top-color: rgb(255 58 111 / 0.4);
}

.border-t-tykhe-digital-alt2\/5 {
  border-top-color: rgb(255 58 111 / 0.05);
}

.border-t-tykhe-digital-alt2\/50 {
  border-top-color: rgb(255 58 111 / 0.5);
}

.border-t-tykhe-digital-alt2\/60 {
  border-top-color: rgb(255 58 111 / 0.6);
}

.border-t-tykhe-digital-alt2\/70 {
  border-top-color: rgb(255 58 111 / 0.7);
}

.border-t-tykhe-digital-alt2\/75 {
  border-top-color: rgb(255 58 111 / 0.75);
}

.border-t-tykhe-digital-alt2\/80 {
  border-top-color: rgb(255 58 111 / 0.8);
}

.border-t-tykhe-digital-alt2\/90 {
  border-top-color: rgb(255 58 111 / 0.9);
}

.border-t-tykhe-digital-alt2\/95 {
  border-top-color: rgb(255 58 111 / 0.95);
}

.border-t-tykhe-digital-alt3 {
  --tw-border-opacity: 1;
  border-top-color: rgb(131 214 239 / var(--tw-border-opacity));
}

.border-t-tykhe-digital-alt3\/0 {
  border-top-color: rgb(131 214 239 / 0);
}

.border-t-tykhe-digital-alt3\/10 {
  border-top-color: rgb(131 214 239 / 0.1);
}

.border-t-tykhe-digital-alt3\/100 {
  border-top-color: rgb(131 214 239 / 1);
}

.border-t-tykhe-digital-alt3\/20 {
  border-top-color: rgb(131 214 239 / 0.2);
}

.border-t-tykhe-digital-alt3\/25 {
  border-top-color: rgb(131 214 239 / 0.25);
}

.border-t-tykhe-digital-alt3\/30 {
  border-top-color: rgb(131 214 239 / 0.3);
}

.border-t-tykhe-digital-alt3\/40 {
  border-top-color: rgb(131 214 239 / 0.4);
}

.border-t-tykhe-digital-alt3\/5 {
  border-top-color: rgb(131 214 239 / 0.05);
}

.border-t-tykhe-digital-alt3\/50 {
  border-top-color: rgb(131 214 239 / 0.5);
}

.border-t-tykhe-digital-alt3\/60 {
  border-top-color: rgb(131 214 239 / 0.6);
}

.border-t-tykhe-digital-alt3\/70 {
  border-top-color: rgb(131 214 239 / 0.7);
}

.border-t-tykhe-digital-alt3\/75 {
  border-top-color: rgb(131 214 239 / 0.75);
}

.border-t-tykhe-digital-alt3\/80 {
  border-top-color: rgb(131 214 239 / 0.8);
}

.border-t-tykhe-digital-alt3\/90 {
  border-top-color: rgb(131 214 239 / 0.9);
}

.border-t-tykhe-digital-alt3\/95 {
  border-top-color: rgb(131 214 239 / 0.95);
}

.border-t-tykhe-digital\/0 {
  border-top-color: rgb(239 156 131 / 0);
}

.border-t-tykhe-digital\/10 {
  border-top-color: rgb(239 156 131 / 0.1);
}

.border-t-tykhe-digital\/100 {
  border-top-color: rgb(239 156 131 / 1);
}

.border-t-tykhe-digital\/20 {
  border-top-color: rgb(239 156 131 / 0.2);
}

.border-t-tykhe-digital\/25 {
  border-top-color: rgb(239 156 131 / 0.25);
}

.border-t-tykhe-digital\/30 {
  border-top-color: rgb(239 156 131 / 0.3);
}

.border-t-tykhe-digital\/40 {
  border-top-color: rgb(239 156 131 / 0.4);
}

.border-t-tykhe-digital\/5 {
  border-top-color: rgb(239 156 131 / 0.05);
}

.border-t-tykhe-digital\/50 {
  border-top-color: rgb(239 156 131 / 0.5);
}

.border-t-tykhe-digital\/60 {
  border-top-color: rgb(239 156 131 / 0.6);
}

.border-t-tykhe-digital\/70 {
  border-top-color: rgb(239 156 131 / 0.7);
}

.border-t-tykhe-digital\/75 {
  border-top-color: rgb(239 156 131 / 0.75);
}

.border-t-tykhe-digital\/80 {
  border-top-color: rgb(239 156 131 / 0.8);
}

.border-t-tykhe-digital\/90 {
  border-top-color: rgb(239 156 131 / 0.9);
}

.border-t-tykhe-digital\/95 {
  border-top-color: rgb(239 156 131 / 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-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-work-identity-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(166 235 194 / var(--tw-border-opacity));
}

.border-t-work-identity-300\/0 {
  border-top-color: rgb(166 235 194 / 0);
}

.border-t-work-identity-300\/10 {
  border-top-color: rgb(166 235 194 / 0.1);
}

.border-t-work-identity-300\/100 {
  border-top-color: rgb(166 235 194 / 1);
}

.border-t-work-identity-300\/20 {
  border-top-color: rgb(166 235 194 / 0.2);
}

.border-t-work-identity-300\/25 {
  border-top-color: rgb(166 235 194 / 0.25);
}

.border-t-work-identity-300\/30 {
  border-top-color: rgb(166 235 194 / 0.3);
}

.border-t-work-identity-300\/40 {
  border-top-color: rgb(166 235 194 / 0.4);
}

.border-t-work-identity-300\/5 {
  border-top-color: rgb(166 235 194 / 0.05);
}

.border-t-work-identity-300\/50 {
  border-top-color: rgb(166 235 194 / 0.5);
}

.border-t-work-identity-300\/60 {
  border-top-color: rgb(166 235 194 / 0.6);
}

.border-t-work-identity-300\/70 {
  border-top-color: rgb(166 235 194 / 0.7);
}

.border-t-work-identity-300\/75 {
  border-top-color: rgb(166 235 194 / 0.75);
}

.border-t-work-identity-300\/80 {
  border-top-color: rgb(166 235 194 / 0.8);
}

.border-t-work-identity-300\/90 {
  border-top-color: rgb(166 235 194 / 0.9);
}

.border-t-work-identity-300\/95 {
  border-top-color: rgb(166 235 194 / 0.95);
}

.border-t-work-identity-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(83 221 139 / var(--tw-border-opacity));
}

.border-t-work-identity-400\/0 {
  border-top-color: rgb(83 221 139 / 0);
}

.border-t-work-identity-400\/10 {
  border-top-color: rgb(83 221 139 / 0.1);
}

.border-t-work-identity-400\/100 {
  border-top-color: rgb(83 221 139 / 1);
}

.border-t-work-identity-400\/20 {
  border-top-color: rgb(83 221 139 / 0.2);
}

.border-t-work-identity-400\/25 {
  border-top-color: rgb(83 221 139 / 0.25);
}

.border-t-work-identity-400\/30 {
  border-top-color: rgb(83 221 139 / 0.3);
}

.border-t-work-identity-400\/40 {
  border-top-color: rgb(83 221 139 / 0.4);
}

.border-t-work-identity-400\/5 {
  border-top-color: rgb(83 221 139 / 0.05);
}

.border-t-work-identity-400\/50 {
  border-top-color: rgb(83 221 139 / 0.5);
}

.border-t-work-identity-400\/60 {
  border-top-color: rgb(83 221 139 / 0.6);
}

.border-t-work-identity-400\/70 {
  border-top-color: rgb(83 221 139 / 0.7);
}

.border-t-work-identity-400\/75 {
  border-top-color: rgb(83 221 139 / 0.75);
}

.border-t-work-identity-400\/80 {
  border-top-color: rgb(83 221 139 / 0.8);
}

.border-t-work-identity-400\/90 {
  border-top-color: rgb(83 221 139 / 0.9);
}

.border-t-work-identity-400\/95 {
  border-top-color: rgb(83 221 139 / 0.95);
}

.border-t-work-identity-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 208 84 / var(--tw-border-opacity));
}

.border-t-work-identity-500\/0 {
  border-top-color: rgb(0 208 84 / 0);
}

.border-t-work-identity-500\/10 {
  border-top-color: rgb(0 208 84 / 0.1);
}

.border-t-work-identity-500\/100 {
  border-top-color: rgb(0 208 84 / 1);
}

.border-t-work-identity-500\/20 {
  border-top-color: rgb(0 208 84 / 0.2);
}

.border-t-work-identity-500\/25 {
  border-top-color: rgb(0 208 84 / 0.25);
}

.border-t-work-identity-500\/30 {
  border-top-color: rgb(0 208 84 / 0.3);
}

.border-t-work-identity-500\/40 {
  border-top-color: rgb(0 208 84 / 0.4);
}

.border-t-work-identity-500\/5 {
  border-top-color: rgb(0 208 84 / 0.05);
}

.border-t-work-identity-500\/50 {
  border-top-color: rgb(0 208 84 / 0.5);
}

.border-t-work-identity-500\/60 {
  border-top-color: rgb(0 208 84 / 0.6);
}

.border-t-work-identity-500\/70 {
  border-top-color: rgb(0 208 84 / 0.7);
}

.border-t-work-identity-500\/75 {
  border-top-color: rgb(0 208 84 / 0.75);
}

.border-t-work-identity-500\/80 {
  border-top-color: rgb(0 208 84 / 0.8);
}

.border-t-work-identity-500\/90 {
  border-top-color: rgb(0 208 84 / 0.9);
}

.border-t-work-identity-500\/95 {
  border-top-color: rgb(0 208 84 / 0.95);
}

.border-t-work-identity-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 249 249 / var(--tw-border-opacity));
}

.border-t-work-identity-900\/0 {
  border-top-color: rgb(249 249 249 / 0);
}

.border-t-work-identity-900\/10 {
  border-top-color: rgb(249 249 249 / 0.1);
}

.border-t-work-identity-900\/100 {
  border-top-color: rgb(249 249 249 / 1);
}

.border-t-work-identity-900\/20 {
  border-top-color: rgb(249 249 249 / 0.2);
}

.border-t-work-identity-900\/25 {
  border-top-color: rgb(249 249 249 / 0.25);
}

.border-t-work-identity-900\/30 {
  border-top-color: rgb(249 249 249 / 0.3);
}

.border-t-work-identity-900\/40 {
  border-top-color: rgb(249 249 249 / 0.4);
}

.border-t-work-identity-900\/5 {
  border-top-color: rgb(249 249 249 / 0.05);
}

.border-t-work-identity-900\/50 {
  border-top-color: rgb(249 249 249 / 0.5);
}

.border-t-work-identity-900\/60 {
  border-top-color: rgb(249 249 249 / 0.6);
}

.border-t-work-identity-900\/70 {
  border-top-color: rgb(249 249 249 / 0.7);
}

.border-t-work-identity-900\/75 {
  border-top-color: rgb(249 249 249 / 0.75);
}

.border-t-work-identity-900\/80 {
  border-top-color: rgb(249 249 249 / 0.8);
}

.border-t-work-identity-900\/90 {
  border-top-color: rgb(249 249 249 / 0.9);
}

.border-t-work-identity-900\/95 {
  border-top-color: rgb(249 249 249 / 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-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
}

.bg-amber-50\/0 {
  background-color: rgb(255 251 235 / 0);
}

.bg-amber-50\/10 {
  background-color: rgb(255 251 235 / 0.1);
}

.bg-amber-50\/100 {
  background-color: rgb(255 251 235 / 1);
}

.bg-amber-50\/20 {
  background-color: rgb(255 251 235 / 0.2);
}

.bg-amber-50\/25 {
  background-color: rgb(255 251 235 / 0.25);
}

.bg-amber-50\/30 {
  background-color: rgb(255 251 235 / 0.3);
}

.bg-amber-50\/40 {
  background-color: rgb(255 251 235 / 0.4);
}

.bg-amber-50\/5 {
  background-color: rgb(255 251 235 / 0.05);
}

.bg-amber-50\/50 {
  background-color: rgb(255 251 235 / 0.5);
}

.bg-amber-50\/60 {
  background-color: rgb(255 251 235 / 0.6);
}

.bg-amber-50\/70 {
  background-color: rgb(255 251 235 / 0.7);
}

.bg-amber-50\/75 {
  background-color: rgb(255 251 235 / 0.75);
}

.bg-amber-50\/80 {
  background-color: rgb(255 251 235 / 0.8);
}

.bg-amber-50\/90 {
  background-color: rgb(255 251 235 / 0.9);
}

.bg-amber-50\/95 {
  background-color: rgb(255 251 235 / 0.95);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-amber-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(69 26 3 / var(--tw-bg-opacity));
}

.bg-amber-950\/0 {
  background-color: rgb(69 26 3 / 0);
}

.bg-amber-950\/10 {
  background-color: rgb(69 26 3 / 0.1);
}

.bg-amber-950\/100 {
  background-color: rgb(69 26 3 / 1);
}

.bg-amber-950\/20 {
  background-color: rgb(69 26 3 / 0.2);
}

.bg-amber-950\/25 {
  background-color: rgb(69 26 3 / 0.25);
}

.bg-amber-950\/30 {
  background-color: rgb(69 26 3 / 0.3);
}

.bg-amber-950\/40 {
  background-color: rgb(69 26 3 / 0.4);
}

.bg-amber-950\/5 {
  background-color: rgb(69 26 3 / 0.05);
}

.bg-amber-950\/50 {
  background-color: rgb(69 26 3 / 0.5);
}

.bg-amber-950\/60 {
  background-color: rgb(69 26 3 / 0.6);
}

.bg-amber-950\/70 {
  background-color: rgb(69 26 3 / 0.7);
}

.bg-amber-950\/75 {
  background-color: rgb(69 26 3 / 0.75);
}

.bg-amber-950\/80 {
  background-color: rgb(69 26 3 / 0.8);
}

.bg-amber-950\/90 {
  background-color: rgb(69 26 3 / 0.9);
}

.bg-amber-950\/95 {
  background-color: rgb(69 26 3 / 0.95);
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-black\/0 {
  background-color: rgb(0 0 0 / 0);
}

.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.bg-black\/100 {
  background-color: rgb(0 0 0 / 1);
}

.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}

.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05);
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}

.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}

.bg-black\/95 {
  background-color: rgb(0 0 0 / 0.95);
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

.bg-blue-100\/0 {
  background-color: rgb(219 234 254 / 0);
}

.bg-blue-100\/10 {
  background-color: rgb(219 234 254 / 0.1);
}

.bg-blue-100\/100 {
  background-color: rgb(219 234 254 / 1);
}

.bg-blue-100\/20 {
  background-color: rgb(219 234 254 / 0.2);
}

.bg-blue-100\/25 {
  background-color: rgb(219 234 254 / 0.25);
}

.bg-blue-100\/30 {
  background-color: rgb(219 234 254 / 0.3);
}

.bg-blue-100\/40 {
  background-color: rgb(219 234 254 / 0.4);
}

.bg-blue-100\/5 {
  background-color: rgb(219 234 254 / 0.05);
}

.bg-blue-100\/50 {
  background-color: rgb(219 234 254 / 0.5);
}

.bg-blue-100\/60 {
  background-color: rgb(219 234 254 / 0.6);
}

.bg-blue-100\/70 {
  background-color: rgb(219 234 254 / 0.7);
}

.bg-blue-100\/75 {
  background-color: rgb(219 234 254 / 0.75);
}

.bg-blue-100\/80 {
  background-color: rgb(219 234 254 / 0.8);
}

.bg-blue-100\/90 {
  background-color: rgb(219 234 254 / 0.9);
}

.bg-blue-100\/95 {
  background-color: rgb(219 234 254 / 0.95);
}

.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}

.bg-blue-200\/0 {
  background-color: rgb(191 219 254 / 0);
}

.bg-blue-200\/10 {
  background-color: rgb(191 219 254 / 0.1);
}

.bg-blue-200\/100 {
  background-color: rgb(191 219 254 / 1);
}

.bg-blue-200\/20 {
  background-color: rgb(191 219 254 / 0.2);
}

.bg-blue-200\/25 {
  background-color: rgb(191 219 254 / 0.25);
}

.bg-blue-200\/30 {
  background-color: rgb(191 219 254 / 0.3);
}

.bg-blue-200\/40 {
  background-color: rgb(191 219 254 / 0.4);
}

.bg-blue-200\/5 {
  background-color: rgb(191 219 254 / 0.05);
}

.bg-blue-200\/50 {
  background-color: rgb(191 219 254 / 0.5);
}

.bg-blue-200\/60 {
  background-color: rgb(191 219 254 / 0.6);
}

.bg-blue-200\/70 {
  background-color: rgb(191 219 254 / 0.7);
}

.bg-blue-200\/75 {
  background-color: rgb(191 219 254 / 0.75);
}

.bg-blue-200\/80 {
  background-color: rgb(191 219 254 / 0.8);
}

.bg-blue-200\/90 {
  background-color: rgb(191 219 254 / 0.9);
}

.bg-blue-200\/95 {
  background-color: rgb(191 219 254 / 0.95);
}

.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}

.bg-blue-300\/0 {
  background-color: rgb(147 197 253 / 0);
}

.bg-blue-300\/10 {
  background-color: rgb(147 197 253 / 0.1);
}

.bg-blue-300\/100 {
  background-color: rgb(147 197 253 / 1);
}

.bg-blue-300\/20 {
  background-color: rgb(147 197 253 / 0.2);
}

.bg-blue-300\/25 {
  background-color: rgb(147 197 253 / 0.25);
}

.bg-blue-300\/30 {
  background-color: rgb(147 197 253 / 0.3);
}

.bg-blue-300\/40 {
  background-color: rgb(147 197 253 / 0.4);
}

.bg-blue-300\/5 {
  background-color: rgb(147 197 253 / 0.05);
}

.bg-blue-300\/50 {
  background-color: rgb(147 197 253 / 0.5);
}

.bg-blue-300\/60 {
  background-color: rgb(147 197 253 / 0.6);
}

.bg-blue-300\/70 {
  background-color: rgb(147 197 253 / 0.7);
}

.bg-blue-300\/75 {
  background-color: rgb(147 197 253 / 0.75);
}

.bg-blue-300\/80 {
  background-color: rgb(147 197 253 / 0.8);
}

.bg-blue-300\/90 {
  background-color: rgb(147 197 253 / 0.9);
}

.bg-blue-300\/95 {
  background-color: rgb(147 197 253 / 0.95);
}

.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}

.bg-blue-400\/0 {
  background-color: rgb(96 165 250 / 0);
}

.bg-blue-400\/10 {
  background-color: rgb(96 165 250 / 0.1);
}

.bg-blue-400\/100 {
  background-color: rgb(96 165 250 / 1);
}

.bg-blue-400\/20 {
  background-color: rgb(96 165 250 / 0.2);
}

.bg-blue-400\/25 {
  background-color: rgb(96 165 250 / 0.25);
}

.bg-blue-400\/30 {
  background-color: rgb(96 165 250 / 0.3);
}

.bg-blue-400\/40 {
  background-color: rgb(96 165 250 / 0.4);
}

.bg-blue-400\/5 {
  background-color: rgb(96 165 250 / 0.05);
}

.bg-blue-400\/50 {
  background-color: rgb(96 165 250 / 0.5);
}

.bg-blue-400\/60 {
  background-color: rgb(96 165 250 / 0.6);
}

.bg-blue-400\/70 {
  background-color: rgb(96 165 250 / 0.7);
}

.bg-blue-400\/75 {
  background-color: rgb(96 165 250 / 0.75);
}

.bg-blue-400\/80 {
  background-color: rgb(96 165 250 / 0.8);
}

.bg-blue-400\/90 {
  background-color: rgb(96 165 250 / 0.9);
}

.bg-blue-400\/95 {
  background-color: rgb(96 165 250 / 0.95);
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

.bg-blue-50\/0 {
  background-color: rgb(239 246 255 / 0);
}

.bg-blue-50\/10 {
  background-color: rgb(239 246 255 / 0.1);
}

.bg-blue-50\/100 {
  background-color: rgb(239 246 255 / 1);
}

.bg-blue-50\/20 {
  background-color: rgb(239 246 255 / 0.2);
}

.bg-blue-50\/25 {
  background-color: rgb(239 246 255 / 0.25);
}

.bg-blue-50\/30 {
  background-color: rgb(239 246 255 / 0.3);
}

.bg-blue-50\/40 {
  background-color: rgb(239 246 255 / 0.4);
}

.bg-blue-50\/5 {
  background-color: rgb(239 246 255 / 0.05);
}

.bg-blue-50\/50 {
  background-color: rgb(239 246 255 / 0.5);
}

.bg-blue-50\/60 {
  background-color: rgb(239 246 255 / 0.6);
}

.bg-blue-50\/70 {
  background-color: rgb(239 246 255 / 0.7);
}

.bg-blue-50\/75 {
  background-color: rgb(239 246 255 / 0.75);
}

.bg-blue-50\/80 {
  background-color: rgb(239 246 255 / 0.8);
}

.bg-blue-50\/90 {
  background-color: rgb(239 246 255 / 0.9);
}

.bg-blue-50\/95 {
  background-color: rgb(239 246 255 / 0.95);
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.bg-blue-500\/0 {
  background-color: rgb(59 130 246 / 0);
}

.bg-blue-500\/10 {
  background-color: rgb(59 130 246 / 0.1);
}

.bg-blue-500\/100 {
  background-color: rgb(59 130 246 / 1);
}

.bg-blue-500\/20 {
  background-color: rgb(59 130 246 / 0.2);
}

.bg-blue-500\/25 {
  background-color: rgb(59 130 246 / 0.25);
}

.bg-blue-500\/30 {
  background-color: rgb(59 130 246 / 0.3);
}

.bg-blue-500\/40 {
  background-color: rgb(59 130 246 / 0.4);
}

.bg-blue-500\/5 {
  background-color: rgb(59 130 246 / 0.05);
}

.bg-blue-500\/50 {
  background-color: rgb(59 130 246 / 0.5);
}

.bg-blue-500\/60 {
  background-color: rgb(59 130 246 / 0.6);
}

.bg-blue-500\/70 {
  background-color: rgb(59 130 246 / 0.7);
}

.bg-blue-500\/75 {
  background-color: rgb(59 130 246 / 0.75);
}

.bg-blue-500\/80 {
  background-color: rgb(59 130 246 / 0.8);
}

.bg-blue-500\/90 {
  background-color: rgb(59 130 246 / 0.9);
}

.bg-blue-500\/95 {
  background-color: rgb(59 130 246 / 0.95);
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.bg-blue-600\/0 {
  background-color: rgb(37 99 235 / 0);
}

.bg-blue-600\/10 {
  background-color: rgb(37 99 235 / 0.1);
}

.bg-blue-600\/100 {
  background-color: rgb(37 99 235 / 1);
}

.bg-blue-600\/20 {
  background-color: rgb(37 99 235 / 0.2);
}

.bg-blue-600\/25 {
  background-color: rgb(37 99 235 / 0.25);
}

.bg-blue-600\/30 {
  background-color: rgb(37 99 235 / 0.3);
}

.bg-blue-600\/40 {
  background-color: rgb(37 99 235 / 0.4);
}

.bg-blue-600\/5 {
  background-color: rgb(37 99 235 / 0.05);
}

.bg-blue-600\/50 {
  background-color: rgb(37 99 235 / 0.5);
}

.bg-blue-600\/60 {
  background-color: rgb(37 99 235 / 0.6);
}

.bg-blue-600\/70 {
  background-color: rgb(37 99 235 / 0.7);
}

.bg-blue-600\/75 {
  background-color: rgb(37 99 235 / 0.75);
}

.bg-blue-600\/80 {
  background-color: rgb(37 99 235 / 0.8);
}

.bg-blue-600\/90 {
  background-color: rgb(37 99 235 / 0.9);
}

.bg-blue-600\/95 {
  background-color: rgb(37 99 235 / 0.95);
}

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.bg-blue-700\/0 {
  background-color: rgb(29 78 216 / 0);
}

.bg-blue-700\/10 {
  background-color: rgb(29 78 216 / 0.1);
}

.bg-blue-700\/100 {
  background-color: rgb(29 78 216 / 1);
}

.bg-blue-700\/20 {
  background-color: rgb(29 78 216 / 0.2);
}

.bg-blue-700\/25 {
  background-color: rgb(29 78 216 / 0.25);
}

.bg-blue-700\/30 {
  background-color: rgb(29 78 216 / 0.3);
}

.bg-blue-700\/40 {
  background-color: rgb(29 78 216 / 0.4);
}

.bg-blue-700\/5 {
  background-color: rgb(29 78 216 / 0.05);
}

.bg-blue-700\/50 {
  background-color: rgb(29 78 216 / 0.5);
}

.bg-blue-700\/60 {
  background-color: rgb(29 78 216 / 0.6);
}

.bg-blue-700\/70 {
  background-color: rgb(29 78 216 / 0.7);
}

.bg-blue-700\/75 {
  background-color: rgb(29 78 216 / 0.75);
}

.bg-blue-700\/80 {
  background-color: rgb(29 78 216 / 0.8);
}

.bg-blue-700\/90 {
  background-color: rgb(29 78 216 / 0.9);
}

.bg-blue-700\/95 {
  background-color: rgb(29 78 216 / 0.95);
}

.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}

.bg-blue-800\/0 {
  background-color: rgb(30 64 175 / 0);
}

.bg-blue-800\/10 {
  background-color: rgb(30 64 175 / 0.1);
}

.bg-blue-800\/100 {
  background-color: rgb(30 64 175 / 1);
}

.bg-blue-800\/20 {
  background-color: rgb(30 64 175 / 0.2);
}

.bg-blue-800\/25 {
  background-color: rgb(30 64 175 / 0.25);
}

.bg-blue-800\/30 {
  background-color: rgb(30 64 175 / 0.3);
}

.bg-blue-800\/40 {
  background-color: rgb(30 64 175 / 0.4);
}

.bg-blue-800\/5 {
  background-color: rgb(30 64 175 / 0.05);
}

.bg-blue-800\/50 {
  background-color: rgb(30 64 175 / 0.5);
}

.bg-blue-800\/60 {
  background-color: rgb(30 64 175 / 0.6);
}

.bg-blue-800\/70 {
  background-color: rgb(30 64 175 / 0.7);
}

.bg-blue-800\/75 {
  background-color: rgb(30 64 175 / 0.75);
}

.bg-blue-800\/80 {
  background-color: rgb(30 64 175 / 0.8);
}

.bg-blue-800\/90 {
  background-color: rgb(30 64 175 / 0.9);
}

.bg-blue-800\/95 {
  background-color: rgb(30 64 175 / 0.95);
}

.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
}

.bg-blue-900\/0 {
  background-color: rgb(30 58 138 / 0);
}

.bg-blue-900\/10 {
  background-color: rgb(30 58 138 / 0.1);
}

.bg-blue-900\/100 {
  background-color: rgb(30 58 138 / 1);
}

.bg-blue-900\/20 {
  background-color: rgb(30 58 138 / 0.2);
}

.bg-blue-900\/25 {
  background-color: rgb(30 58 138 / 0.25);
}

.bg-blue-900\/30 {
  background-color: rgb(30 58 138 / 0.3);
}

.bg-blue-900\/40 {
  background-color: rgb(30 58 138 / 0.4);
}

.bg-blue-900\/5 {
  background-color: rgb(30 58 138 / 0.05);
}

.bg-blue-900\/50 {
  background-color: rgb(30 58 138 / 0.5);
}

.bg-blue-900\/60 {
  background-color: rgb(30 58 138 / 0.6);
}

.bg-blue-900\/70 {
  background-color: rgb(30 58 138 / 0.7);
}

.bg-blue-900\/75 {
  background-color: rgb(30 58 138 / 0.75);
}

.bg-blue-900\/80 {
  background-color: rgb(30 58 138 / 0.8);
}

.bg-blue-900\/90 {
  background-color: rgb(30 58 138 / 0.9);
}

.bg-blue-900\/95 {
  background-color: rgb(30 58 138 / 0.95);
}

.bg-blue-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity));
}

.bg-blue-950\/0 {
  background-color: rgb(23 37 84 / 0);
}

.bg-blue-950\/10 {
  background-color: rgb(23 37 84 / 0.1);
}

.bg-blue-950\/100 {
  background-color: rgb(23 37 84 / 1);
}

.bg-blue-950\/20 {
  background-color: rgb(23 37 84 / 0.2);
}

.bg-blue-950\/25 {
  background-color: rgb(23 37 84 / 0.25);
}

.bg-blue-950\/30 {
  background-color: rgb(23 37 84 / 0.3);
}

.bg-blue-950\/40 {
  background-color: rgb(23 37 84 / 0.4);
}

.bg-blue-950\/5 {
  background-color: rgb(23 37 84 / 0.05);
}

.bg-blue-950\/50 {
  background-color: rgb(23 37 84 / 0.5);
}

.bg-blue-950\/60 {
  background-color: rgb(23 37 84 / 0.6);
}

.bg-blue-950\/70 {
  background-color: rgb(23 37 84 / 0.7);
}

.bg-blue-950\/75 {
  background-color: rgb(23 37 84 / 0.75);
}

.bg-blue-950\/80 {
  background-color: rgb(23 37 84 / 0.8);
}

.bg-blue-950\/90 {
  background-color: rgb(23 37 84 / 0.9);
}

.bg-blue-950\/95 {
  background-color: rgb(23 37 84 / 0.95);
}

.bg-brand-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(230 239 246 / var(--tw-bg-opacity));
}

.bg-brand-100\/0 {
  background-color: rgb(230 239 246 / 0);
}

.bg-brand-100\/10 {
  background-color: rgb(230 239 246 / 0.1);
}

.bg-brand-100\/100 {
  background-color: rgb(230 239 246 / 1);
}

.bg-brand-100\/20 {
  background-color: rgb(230 239 246 / 0.2);
}

.bg-brand-100\/25 {
  background-color: rgb(230 239 246 / 0.25);
}

.bg-brand-100\/30 {
  background-color: rgb(230 239 246 / 0.3);
}

.bg-brand-100\/40 {
  background-color: rgb(230 239 246 / 0.4);
}

.bg-brand-100\/5 {
  background-color: rgb(230 239 246 / 0.05);
}

.bg-brand-100\/50 {
  background-color: rgb(230 239 246 / 0.5);
}

.bg-brand-100\/60 {
  background-color: rgb(230 239 246 / 0.6);
}

.bg-brand-100\/70 {
  background-color: rgb(230 239 246 / 0.7);
}

.bg-brand-100\/75 {
  background-color: rgb(230 239 246 / 0.75);
}

.bg-brand-100\/80 {
  background-color: rgb(230 239 246 / 0.8);
}

.bg-brand-100\/90 {
  background-color: rgb(230 239 246 / 0.9);
}

.bg-brand-100\/95 {
  background-color: rgb(230 239 246 / 0.95);
}

.bg-brand-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(193 215 234 / var(--tw-bg-opacity));
}

.bg-brand-200\/0 {
  background-color: rgb(193 215 234 / 0);
}

.bg-brand-200\/10 {
  background-color: rgb(193 215 234 / 0.1);
}

.bg-brand-200\/100 {
  background-color: rgb(193 215 234 / 1);
}

.bg-brand-200\/20 {
  background-color: rgb(193 215 234 / 0.2);
}

.bg-brand-200\/25 {
  background-color: rgb(193 215 234 / 0.25);
}

.bg-brand-200\/30 {
  background-color: rgb(193 215 234 / 0.3);
}

.bg-brand-200\/40 {
  background-color: rgb(193 215 234 / 0.4);
}

.bg-brand-200\/5 {
  background-color: rgb(193 215 234 / 0.05);
}

.bg-brand-200\/50 {
  background-color: rgb(193 215 234 / 0.5);
}

.bg-brand-200\/60 {
  background-color: rgb(193 215 234 / 0.6);
}

.bg-brand-200\/70 {
  background-color: rgb(193 215 234 / 0.7);
}

.bg-brand-200\/75 {
  background-color: rgb(193 215 234 / 0.75);
}

.bg-brand-200\/80 {
  background-color: rgb(193 215 234 / 0.8);
}

.bg-brand-200\/90 {
  background-color: rgb(193 215 234 / 0.9);
}

.bg-brand-200\/95 {
  background-color: rgb(193 215 234 / 0.95);
}

.bg-brand-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(155 190 221 / var(--tw-bg-opacity));
}

.bg-brand-300\/0 {
  background-color: rgb(155 190 221 / 0);
}

.bg-brand-300\/10 {
  background-color: rgb(155 190 221 / 0.1);
}

.bg-brand-300\/100 {
  background-color: rgb(155 190 221 / 1);
}

.bg-brand-300\/20 {
  background-color: rgb(155 190 221 / 0.2);
}

.bg-brand-300\/25 {
  background-color: rgb(155 190 221 / 0.25);
}

.bg-brand-300\/30 {
  background-color: rgb(155 190 221 / 0.3);
}

.bg-brand-300\/40 {
  background-color: rgb(155 190 221 / 0.4);
}

.bg-brand-300\/5 {
  background-color: rgb(155 190 221 / 0.05);
}

.bg-brand-300\/50 {
  background-color: rgb(155 190 221 / 0.5);
}

.bg-brand-300\/60 {
  background-color: rgb(155 190 221 / 0.6);
}

.bg-brand-300\/70 {
  background-color: rgb(155 190 221 / 0.7);
}

.bg-brand-300\/75 {
  background-color: rgb(155 190 221 / 0.75);
}

.bg-brand-300\/80 {
  background-color: rgb(155 190 221 / 0.8);
}

.bg-brand-300\/90 {
  background-color: rgb(155 190 221 / 0.9);
}

.bg-brand-300\/95 {
  background-color: rgb(155 190 221 / 0.95);
}

.bg-brand-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(81 142 195 / var(--tw-bg-opacity));
}

.bg-brand-400\/0 {
  background-color: rgb(81 142 195 / 0);
}

.bg-brand-400\/10 {
  background-color: rgb(81 142 195 / 0.1);
}

.bg-brand-400\/100 {
  background-color: rgb(81 142 195 / 1);
}

.bg-brand-400\/20 {
  background-color: rgb(81 142 195 / 0.2);
}

.bg-brand-400\/25 {
  background-color: rgb(81 142 195 / 0.25);
}

.bg-brand-400\/30 {
  background-color: rgb(81 142 195 / 0.3);
}

.bg-brand-400\/40 {
  background-color: rgb(81 142 195 / 0.4);
}

.bg-brand-400\/5 {
  background-color: rgb(81 142 195 / 0.05);
}

.bg-brand-400\/50 {
  background-color: rgb(81 142 195 / 0.5);
}

.bg-brand-400\/60 {
  background-color: rgb(81 142 195 / 0.6);
}

.bg-brand-400\/70 {
  background-color: rgb(81 142 195 / 0.7);
}

.bg-brand-400\/75 {
  background-color: rgb(81 142 195 / 0.75);
}

.bg-brand-400\/80 {
  background-color: rgb(81 142 195 / 0.8);
}

.bg-brand-400\/90 {
  background-color: rgb(81 142 195 / 0.9);
}

.bg-brand-400\/95 {
  background-color: rgb(81 142 195 / 0.95);
}

.bg-brand-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 247 251 / var(--tw-bg-opacity));
}

.bg-brand-50\/0 {
  background-color: rgb(243 247 251 / 0);
}

.bg-brand-50\/10 {
  background-color: rgb(243 247 251 / 0.1);
}

.bg-brand-50\/100 {
  background-color: rgb(243 247 251 / 1);
}

.bg-brand-50\/20 {
  background-color: rgb(243 247 251 / 0.2);
}

.bg-brand-50\/25 {
  background-color: rgb(243 247 251 / 0.25);
}

.bg-brand-50\/30 {
  background-color: rgb(243 247 251 / 0.3);
}

.bg-brand-50\/40 {
  background-color: rgb(243 247 251 / 0.4);
}

.bg-brand-50\/5 {
  background-color: rgb(243 247 251 / 0.05);
}

.bg-brand-50\/50 {
  background-color: rgb(243 247 251 / 0.5);
}

.bg-brand-50\/60 {
  background-color: rgb(243 247 251 / 0.6);
}

.bg-brand-50\/70 {
  background-color: rgb(243 247 251 / 0.7);
}

.bg-brand-50\/75 {
  background-color: rgb(243 247 251 / 0.75);
}

.bg-brand-50\/80 {
  background-color: rgb(243 247 251 / 0.8);
}

.bg-brand-50\/90 {
  background-color: rgb(243 247 251 / 0.9);
}

.bg-brand-50\/95 {
  background-color: rgb(243 247 251 / 0.95);
}

.bg-brand-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 93 169 / var(--tw-bg-opacity));
}

.bg-brand-500\/0 {
  background-color: rgb(6 93 169 / 0);
}

.bg-brand-500\/10 {
  background-color: rgb(6 93 169 / 0.1);
}

.bg-brand-500\/100 {
  background-color: rgb(6 93 169 / 1);
}

.bg-brand-500\/20 {
  background-color: rgb(6 93 169 / 0.2);
}

.bg-brand-500\/25 {
  background-color: rgb(6 93 169 / 0.25);
}

.bg-brand-500\/30 {
  background-color: rgb(6 93 169 / 0.3);
}

.bg-brand-500\/40 {
  background-color: rgb(6 93 169 / 0.4);
}

.bg-brand-500\/5 {
  background-color: rgb(6 93 169 / 0.05);
}

.bg-brand-500\/50 {
  background-color: rgb(6 93 169 / 0.5);
}

.bg-brand-500\/60 {
  background-color: rgb(6 93 169 / 0.6);
}

.bg-brand-500\/70 {
  background-color: rgb(6 93 169 / 0.7);
}

.bg-brand-500\/75 {
  background-color: rgb(6 93 169 / 0.75);
}

.bg-brand-500\/80 {
  background-color: rgb(6 93 169 / 0.8);
}

.bg-brand-500\/90 {
  background-color: rgb(6 93 169 / 0.9);
}

.bg-brand-500\/95 {
  background-color: rgb(6 93 169 / 0.95);
}

.bg-brand-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 84 152 / var(--tw-bg-opacity));
}

.bg-brand-600\/0 {
  background-color: rgb(5 84 152 / 0);
}

.bg-brand-600\/10 {
  background-color: rgb(5 84 152 / 0.1);
}

.bg-brand-600\/100 {
  background-color: rgb(5 84 152 / 1);
}

.bg-brand-600\/20 {
  background-color: rgb(5 84 152 / 0.2);
}

.bg-brand-600\/25 {
  background-color: rgb(5 84 152 / 0.25);
}

.bg-brand-600\/30 {
  background-color: rgb(5 84 152 / 0.3);
}

.bg-brand-600\/40 {
  background-color: rgb(5 84 152 / 0.4);
}

.bg-brand-600\/5 {
  background-color: rgb(5 84 152 / 0.05);
}

.bg-brand-600\/50 {
  background-color: rgb(5 84 152 / 0.5);
}

.bg-brand-600\/60 {
  background-color: rgb(5 84 152 / 0.6);
}

.bg-brand-600\/70 {
  background-color: rgb(5 84 152 / 0.7);
}

.bg-brand-600\/75 {
  background-color: rgb(5 84 152 / 0.75);
}

.bg-brand-600\/80 {
  background-color: rgb(5 84 152 / 0.8);
}

.bg-brand-600\/90 {
  background-color: rgb(5 84 152 / 0.9);
}

.bg-brand-600\/95 {
  background-color: rgb(5 84 152 / 0.95);
}

.bg-brand-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 56 101 / var(--tw-bg-opacity));
}

.bg-brand-700\/0 {
  background-color: rgb(4 56 101 / 0);
}

.bg-brand-700\/10 {
  background-color: rgb(4 56 101 / 0.1);
}

.bg-brand-700\/100 {
  background-color: rgb(4 56 101 / 1);
}

.bg-brand-700\/20 {
  background-color: rgb(4 56 101 / 0.2);
}

.bg-brand-700\/25 {
  background-color: rgb(4 56 101 / 0.25);
}

.bg-brand-700\/30 {
  background-color: rgb(4 56 101 / 0.3);
}

.bg-brand-700\/40 {
  background-color: rgb(4 56 101 / 0.4);
}

.bg-brand-700\/5 {
  background-color: rgb(4 56 101 / 0.05);
}

.bg-brand-700\/50 {
  background-color: rgb(4 56 101 / 0.5);
}

.bg-brand-700\/60 {
  background-color: rgb(4 56 101 / 0.6);
}

.bg-brand-700\/70 {
  background-color: rgb(4 56 101 / 0.7);
}

.bg-brand-700\/75 {
  background-color: rgb(4 56 101 / 0.75);
}

.bg-brand-700\/80 {
  background-color: rgb(4 56 101 / 0.8);
}

.bg-brand-700\/90 {
  background-color: rgb(4 56 101 / 0.9);
}

.bg-brand-700\/95 {
  background-color: rgb(4 56 101 / 0.95);
}

.bg-brand-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 42 76 / var(--tw-bg-opacity));
}

.bg-brand-800\/0 {
  background-color: rgb(3 42 76 / 0);
}

.bg-brand-800\/10 {
  background-color: rgb(3 42 76 / 0.1);
}

.bg-brand-800\/100 {
  background-color: rgb(3 42 76 / 1);
}

.bg-brand-800\/20 {
  background-color: rgb(3 42 76 / 0.2);
}

.bg-brand-800\/25 {
  background-color: rgb(3 42 76 / 0.25);
}

.bg-brand-800\/30 {
  background-color: rgb(3 42 76 / 0.3);
}

.bg-brand-800\/40 {
  background-color: rgb(3 42 76 / 0.4);
}

.bg-brand-800\/5 {
  background-color: rgb(3 42 76 / 0.05);
}

.bg-brand-800\/50 {
  background-color: rgb(3 42 76 / 0.5);
}

.bg-brand-800\/60 {
  background-color: rgb(3 42 76 / 0.6);
}

.bg-brand-800\/70 {
  background-color: rgb(3 42 76 / 0.7);
}

.bg-brand-800\/75 {
  background-color: rgb(3 42 76 / 0.75);
}

.bg-brand-800\/80 {
  background-color: rgb(3 42 76 / 0.8);
}

.bg-brand-800\/90 {
  background-color: rgb(3 42 76 / 0.9);
}

.bg-brand-800\/95 {
  background-color: rgb(3 42 76 / 0.95);
}

.bg-brand-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 28 51 / var(--tw-bg-opacity));
}

.bg-brand-900\/0 {
  background-color: rgb(2 28 51 / 0);
}

.bg-brand-900\/10 {
  background-color: rgb(2 28 51 / 0.1);
}

.bg-brand-900\/100 {
  background-color: rgb(2 28 51 / 1);
}

.bg-brand-900\/20 {
  background-color: rgb(2 28 51 / 0.2);
}

.bg-brand-900\/25 {
  background-color: rgb(2 28 51 / 0.25);
}

.bg-brand-900\/30 {
  background-color: rgb(2 28 51 / 0.3);
}

.bg-brand-900\/40 {
  background-color: rgb(2 28 51 / 0.4);
}

.bg-brand-900\/5 {
  background-color: rgb(2 28 51 / 0.05);
}

.bg-brand-900\/50 {
  background-color: rgb(2 28 51 / 0.5);
}

.bg-brand-900\/60 {
  background-color: rgb(2 28 51 / 0.6);
}

.bg-brand-900\/70 {
  background-color: rgb(2 28 51 / 0.7);
}

.bg-brand-900\/75 {
  background-color: rgb(2 28 51 / 0.75);
}

.bg-brand-900\/80 {
  background-color: rgb(2 28 51 / 0.8);
}

.bg-brand-900\/90 {
  background-color: rgb(2 28 51 / 0.9);
}

.bg-brand-900\/95 {
  background-color: rgb(2 28 51 / 0.95);
}

.bg-current {
  background-color: currentColor;
}

.bg-cyan-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity));
}

.bg-cyan-100\/0 {
  background-color: rgb(207 250 254 / 0);
}

.bg-cyan-100\/10 {
  background-color: rgb(207 250 254 / 0.1);
}

.bg-cyan-100\/100 {
  background-color: rgb(207 250 254 / 1);
}

.bg-cyan-100\/20 {
  background-color: rgb(207 250 254 / 0.2);
}

.bg-cyan-100\/25 {
  background-color: rgb(207 250 254 / 0.25);
}

.bg-cyan-100\/30 {
  background-color: rgb(207 250 254 / 0.3);
}

.bg-cyan-100\/40 {
  background-color: rgb(207 250 254 / 0.4);
}

.bg-cyan-100\/5 {
  background-color: rgb(207 250 254 / 0.05);
}

.bg-cyan-100\/50 {
  background-color: rgb(207 250 254 / 0.5);
}

.bg-cyan-100\/60 {
  background-color: rgb(207 250 254 / 0.6);
}

.bg-cyan-100\/70 {
  background-color: rgb(207 250 254 / 0.7);
}

.bg-cyan-100\/75 {
  background-color: rgb(207 250 254 / 0.75);
}

.bg-cyan-100\/80 {
  background-color: rgb(207 250 254 / 0.8);
}

.bg-cyan-100\/90 {
  background-color: rgb(207 250 254 / 0.9);
}

.bg-cyan-100\/95 {
  background-color: rgb(207 250 254 / 0.95);
}

.bg-cyan-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 243 252 / var(--tw-bg-opacity));
}

.bg-cyan-200\/0 {
  background-color: rgb(165 243 252 / 0);
}

.bg-cyan-200\/10 {
  background-color: rgb(165 243 252 / 0.1);
}

.bg-cyan-200\/100 {
  background-color: rgb(165 243 252 / 1);
}

.bg-cyan-200\/20 {
  background-color: rgb(165 243 252 / 0.2);
}

.bg-cyan-200\/25 {
  background-color: rgb(165 243 252 / 0.25);
}

.bg-cyan-200\/30 {
  background-color: rgb(165 243 252 / 0.3);
}

.bg-cyan-200\/40 {
  background-color: rgb(165 243 252 / 0.4);
}

.bg-cyan-200\/5 {
  background-color: rgb(165 243 252 / 0.05);
}

.bg-cyan-200\/50 {
  background-color: rgb(165 243 252 / 0.5);
}

.bg-cyan-200\/60 {
  background-color: rgb(165 243 252 / 0.6);
}

.bg-cyan-200\/70 {
  background-color: rgb(165 243 252 / 0.7);
}

.bg-cyan-200\/75 {
  background-color: rgb(165 243 252 / 0.75);
}

.bg-cyan-200\/80 {
  background-color: rgb(165 243 252 / 0.8);
}

.bg-cyan-200\/90 {
  background-color: rgb(165 243 252 / 0.9);
}

.bg-cyan-200\/95 {
  background-color: rgb(165 243 252 / 0.95);
}

.bg-cyan-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity));
}

.bg-cyan-300\/0 {
  background-color: rgb(103 232 249 / 0);
}

.bg-cyan-300\/10 {
  background-color: rgb(103 232 249 / 0.1);
}

.bg-cyan-300\/100 {
  background-color: rgb(103 232 249 / 1);
}

.bg-cyan-300\/20 {
  background-color: rgb(103 232 249 / 0.2);
}

.bg-cyan-300\/25 {
  background-color: rgb(103 232 249 / 0.25);
}

.bg-cyan-300\/30 {
  background-color: rgb(103 232 249 / 0.3);
}

.bg-cyan-300\/40 {
  background-color: rgb(103 232 249 / 0.4);
}

.bg-cyan-300\/5 {
  background-color: rgb(103 232 249 / 0.05);
}

.bg-cyan-300\/50 {
  background-color: rgb(103 232 249 / 0.5);
}

.bg-cyan-300\/60 {
  background-color: rgb(103 232 249 / 0.6);
}

.bg-cyan-300\/70 {
  background-color: rgb(103 232 249 / 0.7);
}

.bg-cyan-300\/75 {
  background-color: rgb(103 232 249 / 0.75);
}

.bg-cyan-300\/80 {
  background-color: rgb(103 232 249 / 0.8);
}

.bg-cyan-300\/90 {
  background-color: rgb(103 232 249 / 0.9);
}

.bg-cyan-300\/95 {
  background-color: rgb(103 232 249 / 0.95);
}

.bg-cyan-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity));
}

.bg-cyan-400\/0 {
  background-color: rgb(34 211 238 / 0);
}

.bg-cyan-400\/10 {
  background-color: rgb(34 211 238 / 0.1);
}

.bg-cyan-400\/100 {
  background-color: rgb(34 211 238 / 1);
}

.bg-cyan-400\/20 {
  background-color: rgb(34 211 238 / 0.2);
}

.bg-cyan-400\/25 {
  background-color: rgb(34 211 238 / 0.25);
}

.bg-cyan-400\/30 {
  background-color: rgb(34 211 238 / 0.3);
}

.bg-cyan-400\/40 {
  background-color: rgb(34 211 238 / 0.4);
}

.bg-cyan-400\/5 {
  background-color: rgb(34 211 238 / 0.05);
}

.bg-cyan-400\/50 {
  background-color: rgb(34 211 238 / 0.5);
}

.bg-cyan-400\/60 {
  background-color: rgb(34 211 238 / 0.6);
}

.bg-cyan-400\/70 {
  background-color: rgb(34 211 238 / 0.7);
}

.bg-cyan-400\/75 {
  background-color: rgb(34 211 238 / 0.75);
}

.bg-cyan-400\/80 {
  background-color: rgb(34 211 238 / 0.8);
}

.bg-cyan-400\/90 {
  background-color: rgb(34 211 238 / 0.9);
}

.bg-cyan-400\/95 {
  background-color: rgb(34 211 238 / 0.95);
}

.bg-cyan-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity));
}

.bg-cyan-50\/0 {
  background-color: rgb(236 254 255 / 0);
}

.bg-cyan-50\/10 {
  background-color: rgb(236 254 255 / 0.1);
}

.bg-cyan-50\/100 {
  background-color: rgb(236 254 255 / 1);
}

.bg-cyan-50\/20 {
  background-color: rgb(236 254 255 / 0.2);
}

.bg-cyan-50\/25 {
  background-color: rgb(236 254 255 / 0.25);
}

.bg-cyan-50\/30 {
  background-color: rgb(236 254 255 / 0.3);
}

.bg-cyan-50\/40 {
  background-color: rgb(236 254 255 / 0.4);
}

.bg-cyan-50\/5 {
  background-color: rgb(236 254 255 / 0.05);
}

.bg-cyan-50\/50 {
  background-color: rgb(236 254 255 / 0.5);
}

.bg-cyan-50\/60 {
  background-color: rgb(236 254 255 / 0.6);
}

.bg-cyan-50\/70 {
  background-color: rgb(236 254 255 / 0.7);
}

.bg-cyan-50\/75 {
  background-color: rgb(236 254 255 / 0.75);
}

.bg-cyan-50\/80 {
  background-color: rgb(236 254 255 / 0.8);
}

.bg-cyan-50\/90 {
  background-color: rgb(236 254 255 / 0.9);
}

.bg-cyan-50\/95 {
  background-color: rgb(236 254 255 / 0.95);
}

.bg-cyan-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity));
}

.bg-cyan-500\/0 {
  background-color: rgb(6 182 212 / 0);
}

.bg-cyan-500\/10 {
  background-color: rgb(6 182 212 / 0.1);
}

.bg-cyan-500\/100 {
  background-color: rgb(6 182 212 / 1);
}

.bg-cyan-500\/20 {
  background-color: rgb(6 182 212 / 0.2);
}

.bg-cyan-500\/25 {
  background-color: rgb(6 182 212 / 0.25);
}

.bg-cyan-500\/30 {
  background-color: rgb(6 182 212 / 0.3);
}

.bg-cyan-500\/40 {
  background-color: rgb(6 182 212 / 0.4);
}

.bg-cyan-500\/5 {
  background-color: rgb(6 182 212 / 0.05);
}

.bg-cyan-500\/50 {
  background-color: rgb(6 182 212 / 0.5);
}

.bg-cyan-500\/60 {
  background-color: rgb(6 182 212 / 0.6);
}

.bg-cyan-500\/70 {
  background-color: rgb(6 182 212 / 0.7);
}

.bg-cyan-500\/75 {
  background-color: rgb(6 182 212 / 0.75);
}

.bg-cyan-500\/80 {
  background-color: rgb(6 182 212 / 0.8);
}

.bg-cyan-500\/90 {
  background-color: rgb(6 182 212 / 0.9);
}

.bg-cyan-500\/95 {
  background-color: rgb(6 182 212 / 0.95);
}

.bg-cyan-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity));
}

.bg-cyan-600\/0 {
  background-color: rgb(8 145 178 / 0);
}

.bg-cyan-600\/10 {
  background-color: rgb(8 145 178 / 0.1);
}

.bg-cyan-600\/100 {
  background-color: rgb(8 145 178 / 1);
}

.bg-cyan-600\/20 {
  background-color: rgb(8 145 178 / 0.2);
}

.bg-cyan-600\/25 {
  background-color: rgb(8 145 178 / 0.25);
}

.bg-cyan-600\/30 {
  background-color: rgb(8 145 178 / 0.3);
}

.bg-cyan-600\/40 {
  background-color: rgb(8 145 178 / 0.4);
}

.bg-cyan-600\/5 {
  background-color: rgb(8 145 178 / 0.05);
}

.bg-cyan-600\/50 {
  background-color: rgb(8 145 178 / 0.5);
}

.bg-cyan-600\/60 {
  background-color: rgb(8 145 178 / 0.6);
}

.bg-cyan-600\/70 {
  background-color: rgb(8 145 178 / 0.7);
}

.bg-cyan-600\/75 {
  background-color: rgb(8 145 178 / 0.75);
}

.bg-cyan-600\/80 {
  background-color: rgb(8 145 178 / 0.8);
}

.bg-cyan-600\/90 {
  background-color: rgb(8 145 178 / 0.9);
}

.bg-cyan-600\/95 {
  background-color: rgb(8 145 178 / 0.95);
}

.bg-cyan-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity));
}

.bg-cyan-700\/0 {
  background-color: rgb(14 116 144 / 0);
}

.bg-cyan-700\/10 {
  background-color: rgb(14 116 144 / 0.1);
}

.bg-cyan-700\/100 {
  background-color: rgb(14 116 144 / 1);
}

.bg-cyan-700\/20 {
  background-color: rgb(14 116 144 / 0.2);
}

.bg-cyan-700\/25 {
  background-color: rgb(14 116 144 / 0.25);
}

.bg-cyan-700\/30 {
  background-color: rgb(14 116 144 / 0.3);
}

.bg-cyan-700\/40 {
  background-color: rgb(14 116 144 / 0.4);
}

.bg-cyan-700\/5 {
  background-color: rgb(14 116 144 / 0.05);
}

.bg-cyan-700\/50 {
  background-color: rgb(14 116 144 / 0.5);
}

.bg-cyan-700\/60 {
  background-color: rgb(14 116 144 / 0.6);
}

.bg-cyan-700\/70 {
  background-color: rgb(14 116 144 / 0.7);
}

.bg-cyan-700\/75 {
  background-color: rgb(14 116 144 / 0.75);
}

.bg-cyan-700\/80 {
  background-color: rgb(14 116 144 / 0.8);
}

.bg-cyan-700\/90 {
  background-color: rgb(14 116 144 / 0.9);
}

.bg-cyan-700\/95 {
  background-color: rgb(14 116 144 / 0.95);
}

.bg-cyan-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity));
}

.bg-cyan-800\/0 {
  background-color: rgb(21 94 117 / 0);
}

.bg-cyan-800\/10 {
  background-color: rgb(21 94 117 / 0.1);
}

.bg-cyan-800\/100 {
  background-color: rgb(21 94 117 / 1);
}

.bg-cyan-800\/20 {
  background-color: rgb(21 94 117 / 0.2);
}

.bg-cyan-800\/25 {
  background-color: rgb(21 94 117 / 0.25);
}

.bg-cyan-800\/30 {
  background-color: rgb(21 94 117 / 0.3);
}

.bg-cyan-800\/40 {
  background-color: rgb(21 94 117 / 0.4);
}

.bg-cyan-800\/5 {
  background-color: rgb(21 94 117 / 0.05);
}

.bg-cyan-800\/50 {
  background-color: rgb(21 94 117 / 0.5);
}

.bg-cyan-800\/60 {
  background-color: rgb(21 94 117 / 0.6);
}

.bg-cyan-800\/70 {
  background-color: rgb(21 94 117 / 0.7);
}

.bg-cyan-800\/75 {
  background-color: rgb(21 94 117 / 0.75);
}

.bg-cyan-800\/80 {
  background-color: rgb(21 94 117 / 0.8);
}

.bg-cyan-800\/90 {
  background-color: rgb(21 94 117 / 0.9);
}

.bg-cyan-800\/95 {
  background-color: rgb(21 94 117 / 0.95);
}

.bg-cyan-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity));
}

.bg-cyan-900\/0 {
  background-color: rgb(22 78 99 / 0);
}

.bg-cyan-900\/10 {
  background-color: rgb(22 78 99 / 0.1);
}

.bg-cyan-900\/100 {
  background-color: rgb(22 78 99 / 1);
}

.bg-cyan-900\/20 {
  background-color: rgb(22 78 99 / 0.2);
}

.bg-cyan-900\/25 {
  background-color: rgb(22 78 99 / 0.25);
}

.bg-cyan-900\/30 {
  background-color: rgb(22 78 99 / 0.3);
}

.bg-cyan-900\/40 {
  background-color: rgb(22 78 99 / 0.4);
}

.bg-cyan-900\/5 {
  background-color: rgb(22 78 99 / 0.05);
}

.bg-cyan-900\/50 {
  background-color: rgb(22 78 99 / 0.5);
}

.bg-cyan-900\/60 {
  background-color: rgb(22 78 99 / 0.6);
}

.bg-cyan-900\/70 {
  background-color: rgb(22 78 99 / 0.7);
}

.bg-cyan-900\/75 {
  background-color: rgb(22 78 99 / 0.75);
}

.bg-cyan-900\/80 {
  background-color: rgb(22 78 99 / 0.8);
}

.bg-cyan-900\/90 {
  background-color: rgb(22 78 99 / 0.9);
}

.bg-cyan-900\/95 {
  background-color: rgb(22 78 99 / 0.95);
}

.bg-cyan-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 51 68 / var(--tw-bg-opacity));
}

.bg-cyan-950\/0 {
  background-color: rgb(8 51 68 / 0);
}

.bg-cyan-950\/10 {
  background-color: rgb(8 51 68 / 0.1);
}

.bg-cyan-950\/100 {
  background-color: rgb(8 51 68 / 1);
}

.bg-cyan-950\/20 {
  background-color: rgb(8 51 68 / 0.2);
}

.bg-cyan-950\/25 {
  background-color: rgb(8 51 68 / 0.25);
}

.bg-cyan-950\/30 {
  background-color: rgb(8 51 68 / 0.3);
}

.bg-cyan-950\/40 {
  background-color: rgb(8 51 68 / 0.4);
}

.bg-cyan-950\/5 {
  background-color: rgb(8 51 68 / 0.05);
}

.bg-cyan-950\/50 {
  background-color: rgb(8 51 68 / 0.5);
}

.bg-cyan-950\/60 {
  background-color: rgb(8 51 68 / 0.6);
}

.bg-cyan-950\/70 {
  background-color: rgb(8 51 68 / 0.7);
}

.bg-cyan-950\/75 {
  background-color: rgb(8 51 68 / 0.75);
}

.bg-cyan-950\/80 {
  background-color: rgb(8 51 68 / 0.8);
}

.bg-cyan-950\/90 {
  background-color: rgb(8 51 68 / 0.9);
}

.bg-cyan-950\/95 {
  background-color: rgb(8 51 68 / 0.95);
}

.bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
}

.bg-emerald-100\/0 {
  background-color: rgb(209 250 229 / 0);
}

.bg-emerald-100\/10 {
  background-color: rgb(209 250 229 / 0.1);
}

.bg-emerald-100\/100 {
  background-color: rgb(209 250 229 / 1);
}

.bg-emerald-100\/20 {
  background-color: rgb(209 250 229 / 0.2);
}

.bg-emerald-100\/25 {
  background-color: rgb(209 250 229 / 0.25);
}

.bg-emerald-100\/30 {
  background-color: rgb(209 250 229 / 0.3);
}

.bg-emerald-100\/40 {
  background-color: rgb(209 250 229 / 0.4);
}

.bg-emerald-100\/5 {
  background-color: rgb(209 250 229 / 0.05);
}

.bg-emerald-100\/50 {
  background-color: rgb(209 250 229 / 0.5);
}

.bg-emerald-100\/60 {
  background-color: rgb(209 250 229 / 0.6);
}

.bg-emerald-100\/70 {
  background-color: rgb(209 250 229 / 0.7);
}

.bg-emerald-100\/75 {
  background-color: rgb(209 250 229 / 0.75);
}

.bg-emerald-100\/80 {
  background-color: rgb(209 250 229 / 0.8);
}

.bg-emerald-100\/90 {
  background-color: rgb(209 250 229 / 0.9);
}

.bg-emerald-100\/95 {
  background-color: rgb(209 250 229 / 0.95);
}

.bg-emerald-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity));
}

.bg-emerald-200\/0 {
  background-color: rgb(167 243 208 / 0);
}

.bg-emerald-200\/10 {
  background-color: rgb(167 243 208 / 0.1);
}

.bg-emerald-200\/100 {
  background-color: rgb(167 243 208 / 1);
}

.bg-emerald-200\/20 {
  background-color: rgb(167 243 208 / 0.2);
}

.bg-emerald-200\/25 {
  background-color: rgb(167 243 208 / 0.25);
}

.bg-emerald-200\/30 {
  background-color: rgb(167 243 208 / 0.3);
}

.bg-emerald-200\/40 {
  background-color: rgb(167 243 208 / 0.4);
}

.bg-emerald-200\/5 {
  background-color: rgb(167 243 208 / 0.05);
}

.bg-emerald-200\/50 {
  background-color: rgb(167 243 208 / 0.5);
}

.bg-emerald-200\/60 {
  background-color: rgb(167 243 208 / 0.6);
}

.bg-emerald-200\/70 {
  background-color: rgb(167 243 208 / 0.7);
}

.bg-emerald-200\/75 {
  background-color: rgb(167 243 208 / 0.75);
}

.bg-emerald-200\/80 {
  background-color: rgb(167 243 208 / 0.8);
}

.bg-emerald-200\/90 {
  background-color: rgb(167 243 208 / 0.9);
}

.bg-emerald-200\/95 {
  background-color: rgb(167 243 208 / 0.95);
}

.bg-emerald-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity));
}

.bg-emerald-300\/0 {
  background-color: rgb(110 231 183 / 0);
}

.bg-emerald-300\/10 {
  background-color: rgb(110 231 183 / 0.1);
}

.bg-emerald-300\/100 {
  background-color: rgb(110 231 183 / 1);
}

.bg-emerald-300\/20 {
  background-color: rgb(110 231 183 / 0.2);
}

.bg-emerald-300\/25 {
  background-color: rgb(110 231 183 / 0.25);
}

.bg-emerald-300\/30 {
  background-color: rgb(110 231 183 / 0.3);
}

.bg-emerald-300\/40 {
  background-color: rgb(110 231 183 / 0.4);
}

.bg-emerald-300\/5 {
  background-color: rgb(110 231 183 / 0.05);
}

.bg-emerald-300\/50 {
  background-color: rgb(110 231 183 / 0.5);
}

.bg-emerald-300\/60 {
  background-color: rgb(110 231 183 / 0.6);
}

.bg-emerald-300\/70 {
  background-color: rgb(110 231 183 / 0.7);
}

.bg-emerald-300\/75 {
  background-color: rgb(110 231 183 / 0.75);
}

.bg-emerald-300\/80 {
  background-color: rgb(110 231 183 / 0.8);
}

.bg-emerald-300\/90 {
  background-color: rgb(110 231 183 / 0.9);
}

.bg-emerald-300\/95 {
  background-color: rgb(110 231 183 / 0.95);
}

.bg-emerald-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity));
}

.bg-emerald-400\/0 {
  background-color: rgb(52 211 153 / 0);
}

.bg-emerald-400\/10 {
  background-color: rgb(52 211 153 / 0.1);
}

.bg-emerald-400\/100 {
  background-color: rgb(52 211 153 / 1);
}

.bg-emerald-400\/20 {
  background-color: rgb(52 211 153 / 0.2);
}

.bg-emerald-400\/25 {
  background-color: rgb(52 211 153 / 0.25);
}

.bg-emerald-400\/30 {
  background-color: rgb(52 211 153 / 0.3);
}

.bg-emerald-400\/40 {
  background-color: rgb(52 211 153 / 0.4);
}

.bg-emerald-400\/5 {
  background-color: rgb(52 211 153 / 0.05);
}

.bg-emerald-400\/50 {
  background-color: rgb(52 211 153 / 0.5);
}

.bg-emerald-400\/60 {
  background-color: rgb(52 211 153 / 0.6);
}

.bg-emerald-400\/70 {
  background-color: rgb(52 211 153 / 0.7);
}

.bg-emerald-400\/75 {
  background-color: rgb(52 211 153 / 0.75);
}

.bg-emerald-400\/80 {
  background-color: rgb(52 211 153 / 0.8);
}

.bg-emerald-400\/90 {
  background-color: rgb(52 211 153 / 0.9);
}

.bg-emerald-400\/95 {
  background-color: rgb(52 211 153 / 0.95);
}

.bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
}

.bg-emerald-50\/0 {
  background-color: rgb(236 253 245 / 0);
}

.bg-emerald-50\/10 {
  background-color: rgb(236 253 245 / 0.1);
}

.bg-emerald-50\/100 {
  background-color: rgb(236 253 245 / 1);
}

.bg-emerald-50\/20 {
  background-color: rgb(236 253 245 / 0.2);
}

.bg-emerald-50\/25 {
  background-color: rgb(236 253 245 / 0.25);
}

.bg-emerald-50\/30 {
  background-color: rgb(236 253 245 / 0.3);
}

.bg-emerald-50\/40 {
  background-color: rgb(236 253 245 / 0.4);
}

.bg-emerald-50\/5 {
  background-color: rgb(236 253 245 / 0.05);
}

.bg-emerald-50\/50 {
  background-color: rgb(236 253 245 / 0.5);
}

.bg-emerald-50\/60 {
  background-color: rgb(236 253 245 / 0.6);
}

.bg-emerald-50\/70 {
  background-color: rgb(236 253 245 / 0.7);
}

.bg-emerald-50\/75 {
  background-color: rgb(236 253 245 / 0.75);
}

.bg-emerald-50\/80 {
  background-color: rgb(236 253 245 / 0.8);
}

.bg-emerald-50\/90 {
  background-color: rgb(236 253 245 / 0.9);
}

.bg-emerald-50\/95 {
  background-color: rgb(236 253 245 / 0.95);
}

.bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}

.bg-emerald-500\/0 {
  background-color: rgb(16 185 129 / 0);
}

.bg-emerald-500\/10 {
  background-color: rgb(16 185 129 / 0.1);
}

.bg-emerald-500\/100 {
  background-color: rgb(16 185 129 / 1);
}

.bg-emerald-500\/20 {
  background-color: rgb(16 185 129 / 0.2);
}

.bg-emerald-500\/25 {
  background-color: rgb(16 185 129 / 0.25);
}

.bg-emerald-500\/30 {
  background-color: rgb(16 185 129 / 0.3);
}

.bg-emerald-500\/40 {
  background-color: rgb(16 185 129 / 0.4);
}

.bg-emerald-500\/5 {
  background-color: rgb(16 185 129 / 0.05);
}

.bg-emerald-500\/50 {
  background-color: rgb(16 185 129 / 0.5);
}

.bg-emerald-500\/60 {
  background-color: rgb(16 185 129 / 0.6);
}

.bg-emerald-500\/70 {
  background-color: rgb(16 185 129 / 0.7);
}

.bg-emerald-500\/75 {
  background-color: rgb(16 185 129 / 0.75);
}

.bg-emerald-500\/80 {
  background-color: rgb(16 185 129 / 0.8);
}

.bg-emerald-500\/90 {
  background-color: rgb(16 185 129 / 0.9);
}

.bg-emerald-500\/95 {
  background-color: rgb(16 185 129 / 0.95);
}

.bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}

.bg-emerald-600\/0 {
  background-color: rgb(5 150 105 / 0);
}

.bg-emerald-600\/10 {
  background-color: rgb(5 150 105 / 0.1);
}

.bg-emerald-600\/100 {
  background-color: rgb(5 150 105 / 1);
}

.bg-emerald-600\/20 {
  background-color: rgb(5 150 105 / 0.2);
}

.bg-emerald-600\/25 {
  background-color: rgb(5 150 105 / 0.25);
}

.bg-emerald-600\/30 {
  background-color: rgb(5 150 105 / 0.3);
}

.bg-emerald-600\/40 {
  background-color: rgb(5 150 105 / 0.4);
}

.bg-emerald-600\/5 {
  background-color: rgb(5 150 105 / 0.05);
}

.bg-emerald-600\/50 {
  background-color: rgb(5 150 105 / 0.5);
}

.bg-emerald-600\/60 {
  background-color: rgb(5 150 105 / 0.6);
}

.bg-emerald-600\/70 {
  background-color: rgb(5 150 105 / 0.7);
}

.bg-emerald-600\/75 {
  background-color: rgb(5 150 105 / 0.75);
}

.bg-emerald-600\/80 {
  background-color: rgb(5 150 105 / 0.8);
}

.bg-emerald-600\/90 {
  background-color: rgb(5 150 105 / 0.9);
}

.bg-emerald-600\/95 {
  background-color: rgb(5 150 105 / 0.95);
}

.bg-emerald-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity));
}

.bg-emerald-700\/0 {
  background-color: rgb(4 120 87 / 0);
}

.bg-emerald-700\/10 {
  background-color: rgb(4 120 87 / 0.1);
}

.bg-emerald-700\/100 {
  background-color: rgb(4 120 87 / 1);
}

.bg-emerald-700\/20 {
  background-color: rgb(4 120 87 / 0.2);
}

.bg-emerald-700\/25 {
  background-color: rgb(4 120 87 / 0.25);
}

.bg-emerald-700\/30 {
  background-color: rgb(4 120 87 / 0.3);
}

.bg-emerald-700\/40 {
  background-color: rgb(4 120 87 / 0.4);
}

.bg-emerald-700\/5 {
  background-color: rgb(4 120 87 / 0.05);
}

.bg-emerald-700\/50 {
  background-color: rgb(4 120 87 / 0.5);
}

.bg-emerald-700\/60 {
  background-color: rgb(4 120 87 / 0.6);
}

.bg-emerald-700\/70 {
  background-color: rgb(4 120 87 / 0.7);
}

.bg-emerald-700\/75 {
  background-color: rgb(4 120 87 / 0.75);
}

.bg-emerald-700\/80 {
  background-color: rgb(4 120 87 / 0.8);
}

.bg-emerald-700\/90 {
  background-color: rgb(4 120 87 / 0.9);
}

.bg-emerald-700\/95 {
  background-color: rgb(4 120 87 / 0.95);
}

.bg-emerald-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity));
}

.bg-emerald-800\/0 {
  background-color: rgb(6 95 70 / 0);
}

.bg-emerald-800\/10 {
  background-color: rgb(6 95 70 / 0.1);
}

.bg-emerald-800\/100 {
  background-color: rgb(6 95 70 / 1);
}

.bg-emerald-800\/20 {
  background-color: rgb(6 95 70 / 0.2);
}

.bg-emerald-800\/25 {
  background-color: rgb(6 95 70 / 0.25);
}

.bg-emerald-800\/30 {
  background-color: rgb(6 95 70 / 0.3);
}

.bg-emerald-800\/40 {
  background-color: rgb(6 95 70 / 0.4);
}

.bg-emerald-800\/5 {
  background-color: rgb(6 95 70 / 0.05);
}

.bg-emerald-800\/50 {
  background-color: rgb(6 95 70 / 0.5);
}

.bg-emerald-800\/60 {
  background-color: rgb(6 95 70 / 0.6);
}

.bg-emerald-800\/70 {
  background-color: rgb(6 95 70 / 0.7);
}

.bg-emerald-800\/75 {
  background-color: rgb(6 95 70 / 0.75);
}

.bg-emerald-800\/80 {
  background-color: rgb(6 95 70 / 0.8);
}

.bg-emerald-800\/90 {
  background-color: rgb(6 95 70 / 0.9);
}

.bg-emerald-800\/95 {
  background-color: rgb(6 95 70 / 0.95);
}

.bg-emerald-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity));
}

.bg-emerald-900\/0 {
  background-color: rgb(6 78 59 / 0);
}

.bg-emerald-900\/10 {
  background-color: rgb(6 78 59 / 0.1);
}

.bg-emerald-900\/100 {
  background-color: rgb(6 78 59 / 1);
}

.bg-emerald-900\/20 {
  background-color: rgb(6 78 59 / 0.2);
}

.bg-emerald-900\/25 {
  background-color: rgb(6 78 59 / 0.25);
}

.bg-emerald-900\/30 {
  background-color: rgb(6 78 59 / 0.3);
}

.bg-emerald-900\/40 {
  background-color: rgb(6 78 59 / 0.4);
}

.bg-emerald-900\/5 {
  background-color: rgb(6 78 59 / 0.05);
}

.bg-emerald-900\/50 {
  background-color: rgb(6 78 59 / 0.5);
}

.bg-emerald-900\/60 {
  background-color: rgb(6 78 59 / 0.6);
}

.bg-emerald-900\/70 {
  background-color: rgb(6 78 59 / 0.7);
}

.bg-emerald-900\/75 {
  background-color: rgb(6 78 59 / 0.75);
}

.bg-emerald-900\/80 {
  background-color: rgb(6 78 59 / 0.8);
}

.bg-emerald-900\/90 {
  background-color: rgb(6 78 59 / 0.9);
}

.bg-emerald-900\/95 {
  background-color: rgb(6 78 59 / 0.95);
}

.bg-emerald-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 44 34 / var(--tw-bg-opacity));
}

.bg-emerald-950\/0 {
  background-color: rgb(2 44 34 / 0);
}

.bg-emerald-950\/10 {
  background-color: rgb(2 44 34 / 0.1);
}

.bg-emerald-950\/100 {
  background-color: rgb(2 44 34 / 1);
}

.bg-emerald-950\/20 {
  background-color: rgb(2 44 34 / 0.2);
}

.bg-emerald-950\/25 {
  background-color: rgb(2 44 34 / 0.25);
}

.bg-emerald-950\/30 {
  background-color: rgb(2 44 34 / 0.3);
}

.bg-emerald-950\/40 {
  background-color: rgb(2 44 34 / 0.4);
}

.bg-emerald-950\/5 {
  background-color: rgb(2 44 34 / 0.05);
}

.bg-emerald-950\/50 {
  background-color: rgb(2 44 34 / 0.5);
}

.bg-emerald-950\/60 {
  background-color: rgb(2 44 34 / 0.6);
}

.bg-emerald-950\/70 {
  background-color: rgb(2 44 34 / 0.7);
}

.bg-emerald-950\/75 {
  background-color: rgb(2 44 34 / 0.75);
}

.bg-emerald-950\/80 {
  background-color: rgb(2 44 34 / 0.8);
}

.bg-emerald-950\/90 {
  background-color: rgb(2 44 34 / 0.9);
}

.bg-emerald-950\/95 {
  background-color: rgb(2 44 34 / 0.95);
}

.bg-fuchsia-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity));
}

.bg-fuchsia-100\/0 {
  background-color: rgb(250 232 255 / 0);
}

.bg-fuchsia-100\/10 {
  background-color: rgb(250 232 255 / 0.1);
}

.bg-fuchsia-100\/100 {
  background-color: rgb(250 232 255 / 1);
}

.bg-fuchsia-100\/20 {
  background-color: rgb(250 232 255 / 0.2);
}

.bg-fuchsia-100\/25 {
  background-color: rgb(250 232 255 / 0.25);
}

.bg-fuchsia-100\/30 {
  background-color: rgb(250 232 255 / 0.3);
}

.bg-fuchsia-100\/40 {
  background-color: rgb(250 232 255 / 0.4);
}

.bg-fuchsia-100\/5 {
  background-color: rgb(250 232 255 / 0.05);
}

.bg-fuchsia-100\/50 {
  background-color: rgb(250 232 255 / 0.5);
}

.bg-fuchsia-100\/60 {
  background-color: rgb(250 232 255 / 0.6);
}

.bg-fuchsia-100\/70 {
  background-color: rgb(250 232 255 / 0.7);
}

.bg-fuchsia-100\/75 {
  background-color: rgb(250 232 255 / 0.75);
}

.bg-fuchsia-100\/80 {
  background-color: rgb(250 232 255 / 0.8);
}

.bg-fuchsia-100\/90 {
  background-color: rgb(250 232 255 / 0.9);
}

.bg-fuchsia-100\/95 {
  background-color: rgb(250 232 255 / 0.95);
}

.bg-fuchsia-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 208 254 / var(--tw-bg-opacity));
}

.bg-fuchsia-200\/0 {
  background-color: rgb(245 208 254 / 0);
}

.bg-fuchsia-200\/10 {
  background-color: rgb(245 208 254 / 0.1);
}

.bg-fuchsia-200\/100 {
  background-color: rgb(245 208 254 / 1);
}

.bg-fuchsia-200\/20 {
  background-color: rgb(245 208 254 / 0.2);
}

.bg-fuchsia-200\/25 {
  background-color: rgb(245 208 254 / 0.25);
}

.bg-fuchsia-200\/30 {
  background-color: rgb(245 208 254 / 0.3);
}

.bg-fuchsia-200\/40 {
  background-color: rgb(245 208 254 / 0.4);
}

.bg-fuchsia-200\/5 {
  background-color: rgb(245 208 254 / 0.05);
}

.bg-fuchsia-200\/50 {
  background-color: rgb(245 208 254 / 0.5);
}

.bg-fuchsia-200\/60 {
  background-color: rgb(245 208 254 / 0.6);
}

.bg-fuchsia-200\/70 {
  background-color: rgb(245 208 254 / 0.7);
}

.bg-fuchsia-200\/75 {
  background-color: rgb(245 208 254 / 0.75);
}

.bg-fuchsia-200\/80 {
  background-color: rgb(245 208 254 / 0.8);
}

.bg-fuchsia-200\/90 {
  background-color: rgb(245 208 254 / 0.9);
}

.bg-fuchsia-200\/95 {
  background-color: rgb(245 208 254 / 0.95);
}

.bg-fuchsia-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 171 252 / var(--tw-bg-opacity));
}

.bg-fuchsia-300\/0 {
  background-color: rgb(240 171 252 / 0);
}

.bg-fuchsia-300\/10 {
  background-color: rgb(240 171 252 / 0.1);
}

.bg-fuchsia-300\/100 {
  background-color: rgb(240 171 252 / 1);
}

.bg-fuchsia-300\/20 {
  background-color: rgb(240 171 252 / 0.2);
}

.bg-fuchsia-300\/25 {
  background-color: rgb(240 171 252 / 0.25);
}

.bg-fuchsia-300\/30 {
  background-color: rgb(240 171 252 / 0.3);
}

.bg-fuchsia-300\/40 {
  background-color: rgb(240 171 252 / 0.4);
}

.bg-fuchsia-300\/5 {
  background-color: rgb(240 171 252 / 0.05);
}

.bg-fuchsia-300\/50 {
  background-color: rgb(240 171 252 / 0.5);
}

.bg-fuchsia-300\/60 {
  background-color: rgb(240 171 252 / 0.6);
}

.bg-fuchsia-300\/70 {
  background-color: rgb(240 171 252 / 0.7);
}

.bg-fuchsia-300\/75 {
  background-color: rgb(240 171 252 / 0.75);
}

.bg-fuchsia-300\/80 {
  background-color: rgb(240 171 252 / 0.8);
}

.bg-fuchsia-300\/90 {
  background-color: rgb(240 171 252 / 0.9);
}

.bg-fuchsia-300\/95 {
  background-color: rgb(240 171 252 / 0.95);
}

.bg-fuchsia-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity));
}

.bg-fuchsia-400\/0 {
  background-color: rgb(232 121 249 / 0);
}

.bg-fuchsia-400\/10 {
  background-color: rgb(232 121 249 / 0.1);
}

.bg-fuchsia-400\/100 {
  background-color: rgb(232 121 249 / 1);
}

.bg-fuchsia-400\/20 {
  background-color: rgb(232 121 249 / 0.2);
}

.bg-fuchsia-400\/25 {
  background-color: rgb(232 121 249 / 0.25);
}

.bg-fuchsia-400\/30 {
  background-color: rgb(232 121 249 / 0.3);
}

.bg-fuchsia-400\/40 {
  background-color: rgb(232 121 249 / 0.4);
}

.bg-fuchsia-400\/5 {
  background-color: rgb(232 121 249 / 0.05);
}

.bg-fuchsia-400\/50 {
  background-color: rgb(232 121 249 / 0.5);
}

.bg-fuchsia-400\/60 {
  background-color: rgb(232 121 249 / 0.6);
}

.bg-fuchsia-400\/70 {
  background-color: rgb(232 121 249 / 0.7);
}

.bg-fuchsia-400\/75 {
  background-color: rgb(232 121 249 / 0.75);
}

.bg-fuchsia-400\/80 {
  background-color: rgb(232 121 249 / 0.8);
}

.bg-fuchsia-400\/90 {
  background-color: rgb(232 121 249 / 0.9);
}

.bg-fuchsia-400\/95 {
  background-color: rgb(232 121 249 / 0.95);
}

.bg-fuchsia-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity));
}

.bg-fuchsia-50\/0 {
  background-color: rgb(253 244 255 / 0);
}

.bg-fuchsia-50\/10 {
  background-color: rgb(253 244 255 / 0.1);
}

.bg-fuchsia-50\/100 {
  background-color: rgb(253 244 255 / 1);
}

.bg-fuchsia-50\/20 {
  background-color: rgb(253 244 255 / 0.2);
}

.bg-fuchsia-50\/25 {
  background-color: rgb(253 244 255 / 0.25);
}

.bg-fuchsia-50\/30 {
  background-color: rgb(253 244 255 / 0.3);
}

.bg-fuchsia-50\/40 {
  background-color: rgb(253 244 255 / 0.4);
}

.bg-fuchsia-50\/5 {
  background-color: rgb(253 244 255 / 0.05);
}

.bg-fuchsia-50\/50 {
  background-color: rgb(253 244 255 / 0.5);
}

.bg-fuchsia-50\/60 {
  background-color: rgb(253 244 255 / 0.6);
}

.bg-fuchsia-50\/70 {
  background-color: rgb(253 244 255 / 0.7);
}

.bg-fuchsia-50\/75 {
  background-color: rgb(253 244 255 / 0.75);
}

.bg-fuchsia-50\/80 {
  background-color: rgb(253 244 255 / 0.8);
}

.bg-fuchsia-50\/90 {
  background-color: rgb(253 244 255 / 0.9);
}

.bg-fuchsia-50\/95 {
  background-color: rgb(253 244 255 / 0.95);
}

.bg-fuchsia-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity));
}

.bg-fuchsia-500\/0 {
  background-color: rgb(217 70 239 / 0);
}

.bg-fuchsia-500\/10 {
  background-color: rgb(217 70 239 / 0.1);
}

.bg-fuchsia-500\/100 {
  background-color: rgb(217 70 239 / 1);
}

.bg-fuchsia-500\/20 {
  background-color: rgb(217 70 239 / 0.2);
}

.bg-fuchsia-500\/25 {
  background-color: rgb(217 70 239 / 0.25);
}

.bg-fuchsia-500\/30 {
  background-color: rgb(217 70 239 / 0.3);
}

.bg-fuchsia-500\/40 {
  background-color: rgb(217 70 239 / 0.4);
}

.bg-fuchsia-500\/5 {
  background-color: rgb(217 70 239 / 0.05);
}

.bg-fuchsia-500\/50 {
  background-color: rgb(217 70 239 / 0.5);
}

.bg-fuchsia-500\/60 {
  background-color: rgb(217 70 239 / 0.6);
}

.bg-fuchsia-500\/70 {
  background-color: rgb(217 70 239 / 0.7);
}

.bg-fuchsia-500\/75 {
  background-color: rgb(217 70 239 / 0.75);
}

.bg-fuchsia-500\/80 {
  background-color: rgb(217 70 239 / 0.8);
}

.bg-fuchsia-500\/90 {
  background-color: rgb(217 70 239 / 0.9);
}

.bg-fuchsia-500\/95 {
  background-color: rgb(217 70 239 / 0.95);
}

.bg-fuchsia-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity));
}

.bg-fuchsia-600\/0 {
  background-color: rgb(192 38 211 / 0);
}

.bg-fuchsia-600\/10 {
  background-color: rgb(192 38 211 / 0.1);
}

.bg-fuchsia-600\/100 {
  background-color: rgb(192 38 211 / 1);
}

.bg-fuchsia-600\/20 {
  background-color: rgb(192 38 211 / 0.2);
}

.bg-fuchsia-600\/25 {
  background-color: rgb(192 38 211 / 0.25);
}

.bg-fuchsia-600\/30 {
  background-color: rgb(192 38 211 / 0.3);
}

.bg-fuchsia-600\/40 {
  background-color: rgb(192 38 211 / 0.4);
}

.bg-fuchsia-600\/5 {
  background-color: rgb(192 38 211 / 0.05);
}

.bg-fuchsia-600\/50 {
  background-color: rgb(192 38 211 / 0.5);
}

.bg-fuchsia-600\/60 {
  background-color: rgb(192 38 211 / 0.6);
}

.bg-fuchsia-600\/70 {
  background-color: rgb(192 38 211 / 0.7);
}

.bg-fuchsia-600\/75 {
  background-color: rgb(192 38 211 / 0.75);
}

.bg-fuchsia-600\/80 {
  background-color: rgb(192 38 211 / 0.8);
}

.bg-fuchsia-600\/90 {
  background-color: rgb(192 38 211 / 0.9);
}

.bg-fuchsia-600\/95 {
  background-color: rgb(192 38 211 / 0.95);
}

.bg-fuchsia-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(162 28 175 / var(--tw-bg-opacity));
}

.bg-fuchsia-700\/0 {
  background-color: rgb(162 28 175 / 0);
}

.bg-fuchsia-700\/10 {
  background-color: rgb(162 28 175 / 0.1);
}

.bg-fuchsia-700\/100 {
  background-color: rgb(162 28 175 / 1);
}

.bg-fuchsia-700\/20 {
  background-color: rgb(162 28 175 / 0.2);
}

.bg-fuchsia-700\/25 {
  background-color: rgb(162 28 175 / 0.25);
}

.bg-fuchsia-700\/30 {
  background-color: rgb(162 28 175 / 0.3);
}

.bg-fuchsia-700\/40 {
  background-color: rgb(162 28 175 / 0.4);
}

.bg-fuchsia-700\/5 {
  background-color: rgb(162 28 175 / 0.05);
}

.bg-fuchsia-700\/50 {
  background-color: rgb(162 28 175 / 0.5);
}

.bg-fuchsia-700\/60 {
  background-color: rgb(162 28 175 / 0.6);
}

.bg-fuchsia-700\/70 {
  background-color: rgb(162 28 175 / 0.7);
}

.bg-fuchsia-700\/75 {
  background-color: rgb(162 28 175 / 0.75);
}

.bg-fuchsia-700\/80 {
  background-color: rgb(162 28 175 / 0.8);
}

.bg-fuchsia-700\/90 {
  background-color: rgb(162 28 175 / 0.9);
}

.bg-fuchsia-700\/95 {
  background-color: rgb(162 28 175 / 0.95);
}

.bg-fuchsia-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 25 143 / var(--tw-bg-opacity));
}

.bg-fuchsia-800\/0 {
  background-color: rgb(134 25 143 / 0);
}

.bg-fuchsia-800\/10 {
  background-color: rgb(134 25 143 / 0.1);
}

.bg-fuchsia-800\/100 {
  background-color: rgb(134 25 143 / 1);
}

.bg-fuchsia-800\/20 {
  background-color: rgb(134 25 143 / 0.2);
}

.bg-fuchsia-800\/25 {
  background-color: rgb(134 25 143 / 0.25);
}

.bg-fuchsia-800\/30 {
  background-color: rgb(134 25 143 / 0.3);
}

.bg-fuchsia-800\/40 {
  background-color: rgb(134 25 143 / 0.4);
}

.bg-fuchsia-800\/5 {
  background-color: rgb(134 25 143 / 0.05);
}

.bg-fuchsia-800\/50 {
  background-color: rgb(134 25 143 / 0.5);
}

.bg-fuchsia-800\/60 {
  background-color: rgb(134 25 143 / 0.6);
}

.bg-fuchsia-800\/70 {
  background-color: rgb(134 25 143 / 0.7);
}

.bg-fuchsia-800\/75 {
  background-color: rgb(134 25 143 / 0.75);
}

.bg-fuchsia-800\/80 {
  background-color: rgb(134 25 143 / 0.8);
}

.bg-fuchsia-800\/90 {
  background-color: rgb(134 25 143 / 0.9);
}

.bg-fuchsia-800\/95 {
  background-color: rgb(134 25 143 / 0.95);
}

.bg-fuchsia-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(112 26 117 / var(--tw-bg-opacity));
}

.bg-fuchsia-900\/0 {
  background-color: rgb(112 26 117 / 0);
}

.bg-fuchsia-900\/10 {
  background-color: rgb(112 26 117 / 0.1);
}

.bg-fuchsia-900\/100 {
  background-color: rgb(112 26 117 / 1);
}

.bg-fuchsia-900\/20 {
  background-color: rgb(112 26 117 / 0.2);
}

.bg-fuchsia-900\/25 {
  background-color: rgb(112 26 117 / 0.25);
}

.bg-fuchsia-900\/30 {
  background-color: rgb(112 26 117 / 0.3);
}

.bg-fuchsia-900\/40 {
  background-color: rgb(112 26 117 / 0.4);
}

.bg-fuchsia-900\/5 {
  background-color: rgb(112 26 117 / 0.05);
}

.bg-fuchsia-900\/50 {
  background-color: rgb(112 26 117 / 0.5);
}

.bg-fuchsia-900\/60 {
  background-color: rgb(112 26 117 / 0.6);
}

.bg-fuchsia-900\/70 {
  background-color: rgb(112 26 117 / 0.7);
}

.bg-fuchsia-900\/75 {
  background-color: rgb(112 26 117 / 0.75);
}

.bg-fuchsia-900\/80 {
  background-color: rgb(112 26 117 / 0.8);
}

.bg-fuchsia-900\/90 {
  background-color: rgb(112 26 117 / 0.9);
}

.bg-fuchsia-900\/95 {
  background-color: rgb(112 26 117 / 0.95);
}

.bg-fuchsia-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 4 78 / var(--tw-bg-opacity));
}

.bg-fuchsia-950\/0 {
  background-color: rgb(74 4 78 / 0);
}

.bg-fuchsia-950\/10 {
  background-color: rgb(74 4 78 / 0.1);
}

.bg-fuchsia-950\/100 {
  background-color: rgb(74 4 78 / 1);
}

.bg-fuchsia-950\/20 {
  background-color: rgb(74 4 78 / 0.2);
}

.bg-fuchsia-950\/25 {
  background-color: rgb(74 4 78 / 0.25);
}

.bg-fuchsia-950\/30 {
  background-color: rgb(74 4 78 / 0.3);
}

.bg-fuchsia-950\/40 {
  background-color: rgb(74 4 78 / 0.4);
}

.bg-fuchsia-950\/5 {
  background-color: rgb(74 4 78 / 0.05);
}

.bg-fuchsia-950\/50 {
  background-color: rgb(74 4 78 / 0.5);
}

.bg-fuchsia-950\/60 {
  background-color: rgb(74 4 78 / 0.6);
}

.bg-fuchsia-950\/70 {
  background-color: rgb(74 4 78 / 0.7);
}

.bg-fuchsia-950\/75 {
  background-color: rgb(74 4 78 / 0.75);
}

.bg-fuchsia-950\/80 {
  background-color: rgb(74 4 78 / 0.8);
}

.bg-fuchsia-950\/90 {
  background-color: rgb(74 4 78 / 0.9);
}

.bg-fuchsia-950\/95 {
  background-color: rgb(74 4 78 / 0.95);
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-100\/0 {
  background-color: rgb(243 244 246 / 0);
}

.bg-gray-100\/10 {
  background-color: rgb(243 244 246 / 0.1);
}

.bg-gray-100\/100 {
  background-color: rgb(243 244 246 / 1);
}

.bg-gray-100\/20 {
  background-color: rgb(243 244 246 / 0.2);
}

.bg-gray-100\/25 {
  background-color: rgb(243 244 246 / 0.25);
}

.bg-gray-100\/30 {
  background-color: rgb(243 244 246 / 0.3);
}

.bg-gray-100\/40 {
  background-color: rgb(243 244 246 / 0.4);
}

.bg-gray-100\/5 {
  background-color: rgb(243 244 246 / 0.05);
}

.bg-gray-100\/50 {
  background-color: rgb(243 244 246 / 0.5);
}

.bg-gray-100\/60 {
  background-color: rgb(243 244 246 / 0.6);
}

.bg-gray-100\/70 {
  background-color: rgb(243 244 246 / 0.7);
}

.bg-gray-100\/75 {
  background-color: rgb(243 244 246 / 0.75);
}

.bg-gray-100\/80 {
  background-color: rgb(243 244 246 / 0.8);
}

.bg-gray-100\/90 {
  background-color: rgb(243 244 246 / 0.9);
}

.bg-gray-100\/95 {
  background-color: rgb(243 244 246 / 0.95);
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-gray-200\/0 {
  background-color: rgb(229 231 235 / 0);
}

.bg-gray-200\/10 {
  background-color: rgb(229 231 235 / 0.1);
}

.bg-gray-200\/100 {
  background-color: rgb(229 231 235 / 1);
}

.bg-gray-200\/20 {
  background-color: rgb(229 231 235 / 0.2);
}

.bg-gray-200\/25 {
  background-color: rgb(229 231 235 / 0.25);
}

.bg-gray-200\/30 {
  background-color: rgb(229 231 235 / 0.3);
}

.bg-gray-200\/40 {
  background-color: rgb(229 231 235 / 0.4);
}

.bg-gray-200\/5 {
  background-color: rgb(229 231 235 / 0.05);
}

.bg-gray-200\/50 {
  background-color: rgb(229 231 235 / 0.5);
}

.bg-gray-200\/60 {
  background-color: rgb(229 231 235 / 0.6);
}

.bg-gray-200\/70 {
  background-color: rgb(229 231 235 / 0.7);
}

.bg-gray-200\/75 {
  background-color: rgb(229 231 235 / 0.75);
}

.bg-gray-200\/80 {
  background-color: rgb(229 231 235 / 0.8);
}

.bg-gray-200\/90 {
  background-color: rgb(229 231 235 / 0.9);
}

.bg-gray-200\/95 {
  background-color: rgb(229 231 235 / 0.95);
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.bg-gray-300\/0 {
  background-color: rgb(209 213 219 / 0);
}

.bg-gray-300\/10 {
  background-color: rgb(209 213 219 / 0.1);
}

.bg-gray-300\/100 {
  background-color: rgb(209 213 219 / 1);
}

.bg-gray-300\/20 {
  background-color: rgb(209 213 219 / 0.2);
}

.bg-gray-300\/25 {
  background-color: rgb(209 213 219 / 0.25);
}

.bg-gray-300\/30 {
  background-color: rgb(209 213 219 / 0.3);
}

.bg-gray-300\/40 {
  background-color: rgb(209 213 219 / 0.4);
}

.bg-gray-300\/5 {
  background-color: rgb(209 213 219 / 0.05);
}

.bg-gray-300\/50 {
  background-color: rgb(209 213 219 / 0.5);
}

.bg-gray-300\/60 {
  background-color: rgb(209 213 219 / 0.6);
}

.bg-gray-300\/70 {
  background-color: rgb(209 213 219 / 0.7);
}

.bg-gray-300\/75 {
  background-color: rgb(209 213 219 / 0.75);
}

.bg-gray-300\/80 {
  background-color: rgb(209 213 219 / 0.8);
}

.bg-gray-300\/90 {
  background-color: rgb(209 213 219 / 0.9);
}

.bg-gray-300\/95 {
  background-color: rgb(209 213 219 / 0.95);
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.bg-gray-400\/0 {
  background-color: rgb(156 163 175 / 0);
}

.bg-gray-400\/10 {
  background-color: rgb(156 163 175 / 0.1);
}

.bg-gray-400\/100 {
  background-color: rgb(156 163 175 / 1);
}

.bg-gray-400\/20 {
  background-color: rgb(156 163 175 / 0.2);
}

.bg-gray-400\/25 {
  background-color: rgb(156 163 175 / 0.25);
}

.bg-gray-400\/30 {
  background-color: rgb(156 163 175 / 0.3);
}

.bg-gray-400\/40 {
  background-color: rgb(156 163 175 / 0.4);
}

.bg-gray-400\/5 {
  background-color: rgb(156 163 175 / 0.05);
}

.bg-gray-400\/50 {
  background-color: rgb(156 163 175 / 0.5);
}

.bg-gray-400\/60 {
  background-color: rgb(156 163 175 / 0.6);
}

.bg-gray-400\/70 {
  background-color: rgb(156 163 175 / 0.7);
}

.bg-gray-400\/75 {
  background-color: rgb(156 163 175 / 0.75);
}

.bg-gray-400\/80 {
  background-color: rgb(156 163 175 / 0.8);
}

.bg-gray-400\/90 {
  background-color: rgb(156 163 175 / 0.9);
}

.bg-gray-400\/95 {
  background-color: rgb(156 163 175 / 0.95);
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-gray-50\/0 {
  background-color: rgb(249 250 251 / 0);
}

.bg-gray-50\/10 {
  background-color: rgb(249 250 251 / 0.1);
}

.bg-gray-50\/100 {
  background-color: rgb(249 250 251 / 1);
}

.bg-gray-50\/20 {
  background-color: rgb(249 250 251 / 0.2);
}

.bg-gray-50\/25 {
  background-color: rgb(249 250 251 / 0.25);
}

.bg-gray-50\/30 {
  background-color: rgb(249 250 251 / 0.3);
}

.bg-gray-50\/40 {
  background-color: rgb(249 250 251 / 0.4);
}

.bg-gray-50\/5 {
  background-color: rgb(249 250 251 / 0.05);
}

.bg-gray-50\/50 {
  background-color: rgb(249 250 251 / 0.5);
}

.bg-gray-50\/60 {
  background-color: rgb(249 250 251 / 0.6);
}

.bg-gray-50\/70 {
  background-color: rgb(249 250 251 / 0.7);
}

.bg-gray-50\/75 {
  background-color: rgb(249 250 251 / 0.75);
}

.bg-gray-50\/80 {
  background-color: rgb(249 250 251 / 0.8);
}

.bg-gray-50\/90 {
  background-color: rgb(249 250 251 / 0.9);
}

.bg-gray-50\/95 {
  background-color: rgb(249 250 251 / 0.95);
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.bg-gray-500\/0 {
  background-color: rgb(107 114 128 / 0);
}

.bg-gray-500\/10 {
  background-color: rgb(107 114 128 / 0.1);
}

.bg-gray-500\/100 {
  background-color: rgb(107 114 128 / 1);
}

.bg-gray-500\/20 {
  background-color: rgb(107 114 128 / 0.2);
}

.bg-gray-500\/25 {
  background-color: rgb(107 114 128 / 0.25);
}

.bg-gray-500\/30 {
  background-color: rgb(107 114 128 / 0.3);
}

.bg-gray-500\/40 {
  background-color: rgb(107 114 128 / 0.4);
}

.bg-gray-500\/5 {
  background-color: rgb(107 114 128 / 0.05);
}

.bg-gray-500\/50 {
  background-color: rgb(107 114 128 / 0.5);
}

.bg-gray-500\/60 {
  background-color: rgb(107 114 128 / 0.6);
}

.bg-gray-500\/70 {
  background-color: rgb(107 114 128 / 0.7);
}

.bg-gray-500\/75 {
  background-color: rgb(107 114 128 / 0.75);
}

.bg-gray-500\/80 {
  background-color: rgb(107 114 128 / 0.8);
}

.bg-gray-500\/90 {
  background-color: rgb(107 114 128 / 0.9);
}

.bg-gray-500\/95 {
  background-color: rgb(107 114 128 / 0.95);
}

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.bg-gray-600\/0 {
  background-color: rgb(75 85 99 / 0);
}

.bg-gray-600\/10 {
  background-color: rgb(75 85 99 / 0.1);
}

.bg-gray-600\/100 {
  background-color: rgb(75 85 99 / 1);
}

.bg-gray-600\/20 {
  background-color: rgb(75 85 99 / 0.2);
}

.bg-gray-600\/25 {
  background-color: rgb(75 85 99 / 0.25);
}

.bg-gray-600\/30 {
  background-color: rgb(75 85 99 / 0.3);
}

.bg-gray-600\/40 {
  background-color: rgb(75 85 99 / 0.4);
}

.bg-gray-600\/5 {
  background-color: rgb(75 85 99 / 0.05);
}

.bg-gray-600\/50 {
  background-color: rgb(75 85 99 / 0.5);
}

.bg-gray-600\/60 {
  background-color: rgb(75 85 99 / 0.6);
}

.bg-gray-600\/70 {
  background-color: rgb(75 85 99 / 0.7);
}

.bg-gray-600\/75 {
  background-color: rgb(75 85 99 / 0.75);
}

.bg-gray-600\/80 {
  background-color: rgb(75 85 99 / 0.8);
}

.bg-gray-600\/90 {
  background-color: rgb(75 85 99 / 0.9);
}

.bg-gray-600\/95 {
  background-color: rgb(75 85 99 / 0.95);
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.bg-gray-700\/0 {
  background-color: rgb(55 65 81 / 0);
}

.bg-gray-700\/10 {
  background-color: rgb(55 65 81 / 0.1);
}

.bg-gray-700\/100 {
  background-color: rgb(55 65 81 / 1);
}

.bg-gray-700\/20 {
  background-color: rgb(55 65 81 / 0.2);
}

.bg-gray-700\/25 {
  background-color: rgb(55 65 81 / 0.25);
}

.bg-gray-700\/30 {
  background-color: rgb(55 65 81 / 0.3);
}

.bg-gray-700\/40 {
  background-color: rgb(55 65 81 / 0.4);
}

.bg-gray-700\/5 {
  background-color: rgb(55 65 81 / 0.05);
}

.bg-gray-700\/50 {
  background-color: rgb(55 65 81 / 0.5);
}

.bg-gray-700\/60 {
  background-color: rgb(55 65 81 / 0.6);
}

.bg-gray-700\/70 {
  background-color: rgb(55 65 81 / 0.7);
}

.bg-gray-700\/75 {
  background-color: rgb(55 65 81 / 0.75);
}

.bg-gray-700\/80 {
  background-color: rgb(55 65 81 / 0.8);
}

.bg-gray-700\/90 {
  background-color: rgb(55 65 81 / 0.9);
}

.bg-gray-700\/95 {
  background-color: rgb(55 65 81 / 0.95);
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.bg-gray-800\/0 {
  background-color: rgb(31 41 55 / 0);
}

.bg-gray-800\/10 {
  background-color: rgb(31 41 55 / 0.1);
}

.bg-gray-800\/100 {
  background-color: rgb(31 41 55 / 1);
}

.bg-gray-800\/20 {
  background-color: rgb(31 41 55 / 0.2);
}

.bg-gray-800\/25 {
  background-color: rgb(31 41 55 / 0.25);
}

.bg-gray-800\/30 {
  background-color: rgb(31 41 55 / 0.3);
}

.bg-gray-800\/40 {
  background-color: rgb(31 41 55 / 0.4);
}

.bg-gray-800\/5 {
  background-color: rgb(31 41 55 / 0.05);
}

.bg-gray-800\/50 {
  background-color: rgb(31 41 55 / 0.5);
}

.bg-gray-800\/60 {
  background-color: rgb(31 41 55 / 0.6);
}

.bg-gray-800\/70 {
  background-color: rgb(31 41 55 / 0.7);
}

.bg-gray-800\/75 {
  background-color: rgb(31 41 55 / 0.75);
}

.bg-gray-800\/80 {
  background-color: rgb(31 41 55 / 0.8);
}

.bg-gray-800\/90 {
  background-color: rgb(31 41 55 / 0.9);
}

.bg-gray-800\/95 {
  background-color: rgb(31 41 55 / 0.95);
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.bg-gray-900\/0 {
  background-color: rgb(17 24 39 / 0);
}

.bg-gray-900\/10 {
  background-color: rgb(17 24 39 / 0.1);
}

.bg-gray-900\/100 {
  background-color: rgb(17 24 39 / 1);
}

.bg-gray-900\/20 {
  background-color: rgb(17 24 39 / 0.2);
}

.bg-gray-900\/25 {
  background-color: rgb(17 24 39 / 0.25);
}

.bg-gray-900\/30 {
  background-color: rgb(17 24 39 / 0.3);
}

.bg-gray-900\/40 {
  background-color: rgb(17 24 39 / 0.4);
}

.bg-gray-900\/5 {
  background-color: rgb(17 24 39 / 0.05);
}

.bg-gray-900\/50 {
  background-color: rgb(17 24 39 / 0.5);
}

.bg-gray-900\/60 {
  background-color: rgb(17 24 39 / 0.6);
}

.bg-gray-900\/70 {
  background-color: rgb(17 24 39 / 0.7);
}

.bg-gray-900\/75 {
  background-color: rgb(17 24 39 / 0.75);
}

.bg-gray-900\/80 {
  background-color: rgb(17 24 39 / 0.8);
}

.bg-gray-900\/90 {
  background-color: rgb(17 24 39 / 0.9);
}

.bg-gray-900\/95 {
  background-color: rgb(17 24 39 / 0.95);
}

.bg-gray-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity));
}

.bg-gray-950\/0 {
  background-color: rgb(3 7 18 / 0);
}

.bg-gray-950\/10 {
  background-color: rgb(3 7 18 / 0.1);
}

.bg-gray-950\/100 {
  background-color: rgb(3 7 18 / 1);
}

.bg-gray-950\/20 {
  background-color: rgb(3 7 18 / 0.2);
}

.bg-gray-950\/25 {
  background-color: rgb(3 7 18 / 0.25);
}

.bg-gray-950\/30 {
  background-color: rgb(3 7 18 / 0.3);
}

.bg-gray-950\/40 {
  background-color: rgb(3 7 18 / 0.4);
}

.bg-gray-950\/5 {
  background-color: rgb(3 7 18 / 0.05);
}

.bg-gray-950\/50 {
  background-color: rgb(3 7 18 / 0.5);
}

.bg-gray-950\/60 {
  background-color: rgb(3 7 18 / 0.6);
}

.bg-gray-950\/70 {
  background-color: rgb(3 7 18 / 0.7);
}

.bg-gray-950\/75 {
  background-color: rgb(3 7 18 / 0.75);
}

.bg-gray-950\/80 {
  background-color: rgb(3 7 18 / 0.8);
}

.bg-gray-950\/90 {
  background-color: rgb(3 7 18 / 0.9);
}

.bg-gray-950\/95 {
  background-color: rgb(3 7 18 / 0.95);
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}

.bg-green-100\/0 {
  background-color: rgb(220 252 231 / 0);
}

.bg-green-100\/10 {
  background-color: rgb(220 252 231 / 0.1);
}

.bg-green-100\/100 {
  background-color: rgb(220 252 231 / 1);
}

.bg-green-100\/20 {
  background-color: rgb(220 252 231 / 0.2);
}

.bg-green-100\/25 {
  background-color: rgb(220 252 231 / 0.25);
}

.bg-green-100\/30 {
  background-color: rgb(220 252 231 / 0.3);
}

.bg-green-100\/40 {
  background-color: rgb(220 252 231 / 0.4);
}

.bg-green-100\/5 {
  background-color: rgb(220 252 231 / 0.05);
}

.bg-green-100\/50 {
  background-color: rgb(220 252 231 / 0.5);
}

.bg-green-100\/60 {
  background-color: rgb(220 252 231 / 0.6);
}

.bg-green-100\/70 {
  background-color: rgb(220 252 231 / 0.7);
}

.bg-green-100\/75 {
  background-color: rgb(220 252 231 / 0.75);
}

.bg-green-100\/80 {
  background-color: rgb(220 252 231 / 0.8);
}

.bg-green-100\/90 {
  background-color: rgb(220 252 231 / 0.9);
}

.bg-green-100\/95 {
  background-color: rgb(220 252 231 / 0.95);
}

.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}

.bg-green-200\/0 {
  background-color: rgb(187 247 208 / 0);
}

.bg-green-200\/10 {
  background-color: rgb(187 247 208 / 0.1);
}

.bg-green-200\/100 {
  background-color: rgb(187 247 208 / 1);
}

.bg-green-200\/20 {
  background-color: rgb(187 247 208 / 0.2);
}

.bg-green-200\/25 {
  background-color: rgb(187 247 208 / 0.25);
}

.bg-green-200\/30 {
  background-color: rgb(187 247 208 / 0.3);
}

.bg-green-200\/40 {
  background-color: rgb(187 247 208 / 0.4);
}

.bg-green-200\/5 {
  background-color: rgb(187 247 208 / 0.05);
}

.bg-green-200\/50 {
  background-color: rgb(187 247 208 / 0.5);
}

.bg-green-200\/60 {
  background-color: rgb(187 247 208 / 0.6);
}

.bg-green-200\/70 {
  background-color: rgb(187 247 208 / 0.7);
}

.bg-green-200\/75 {
  background-color: rgb(187 247 208 / 0.75);
}

.bg-green-200\/80 {
  background-color: rgb(187 247 208 / 0.8);
}

.bg-green-200\/90 {
  background-color: rgb(187 247 208 / 0.9);
}

.bg-green-200\/95 {
  background-color: rgb(187 247 208 / 0.95);
}

.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}

.bg-green-300\/0 {
  background-color: rgb(134 239 172 / 0);
}

.bg-green-300\/10 {
  background-color: rgb(134 239 172 / 0.1);
}

.bg-green-300\/100 {
  background-color: rgb(134 239 172 / 1);
}

.bg-green-300\/20 {
  background-color: rgb(134 239 172 / 0.2);
}

.bg-green-300\/25 {
  background-color: rgb(134 239 172 / 0.25);
}

.bg-green-300\/30 {
  background-color: rgb(134 239 172 / 0.3);
}

.bg-green-300\/40 {
  background-color: rgb(134 239 172 / 0.4);
}

.bg-green-300\/5 {
  background-color: rgb(134 239 172 / 0.05);
}

.bg-green-300\/50 {
  background-color: rgb(134 239 172 / 0.5);
}

.bg-green-300\/60 {
  background-color: rgb(134 239 172 / 0.6);
}

.bg-green-300\/70 {
  background-color: rgb(134 239 172 / 0.7);
}

.bg-green-300\/75 {
  background-color: rgb(134 239 172 / 0.75);
}

.bg-green-300\/80 {
  background-color: rgb(134 239 172 / 0.8);
}

.bg-green-300\/90 {
  background-color: rgb(134 239 172 / 0.9);
}

.bg-green-300\/95 {
  background-color: rgb(134 239 172 / 0.95);
}

.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}

.bg-green-400\/0 {
  background-color: rgb(74 222 128 / 0);
}

.bg-green-400\/10 {
  background-color: rgb(74 222 128 / 0.1);
}

.bg-green-400\/100 {
  background-color: rgb(74 222 128 / 1);
}

.bg-green-400\/20 {
  background-color: rgb(74 222 128 / 0.2);
}

.bg-green-400\/25 {
  background-color: rgb(74 222 128 / 0.25);
}

.bg-green-400\/30 {
  background-color: rgb(74 222 128 / 0.3);
}

.bg-green-400\/40 {
  background-color: rgb(74 222 128 / 0.4);
}

.bg-green-400\/5 {
  background-color: rgb(74 222 128 / 0.05);
}

.bg-green-400\/50 {
  background-color: rgb(74 222 128 / 0.5);
}

.bg-green-400\/60 {
  background-color: rgb(74 222 128 / 0.6);
}

.bg-green-400\/70 {
  background-color: rgb(74 222 128 / 0.7);
}

.bg-green-400\/75 {
  background-color: rgb(74 222 128 / 0.75);
}

.bg-green-400\/80 {
  background-color: rgb(74 222 128 / 0.8);
}

.bg-green-400\/90 {
  background-color: rgb(74 222 128 / 0.9);
}

.bg-green-400\/95 {
  background-color: rgb(74 222 128 / 0.95);
}

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}

.bg-green-50\/0 {
  background-color: rgb(240 253 244 / 0);
}

.bg-green-50\/10 {
  background-color: rgb(240 253 244 / 0.1);
}

.bg-green-50\/100 {
  background-color: rgb(240 253 244 / 1);
}

.bg-green-50\/20 {
  background-color: rgb(240 253 244 / 0.2);
}

.bg-green-50\/25 {
  background-color: rgb(240 253 244 / 0.25);
}

.bg-green-50\/30 {
  background-color: rgb(240 253 244 / 0.3);
}

.bg-green-50\/40 {
  background-color: rgb(240 253 244 / 0.4);
}

.bg-green-50\/5 {
  background-color: rgb(240 253 244 / 0.05);
}

.bg-green-50\/50 {
  background-color: rgb(240 253 244 / 0.5);
}

.bg-green-50\/60 {
  background-color: rgb(240 253 244 / 0.6);
}

.bg-green-50\/70 {
  background-color: rgb(240 253 244 / 0.7);
}

.bg-green-50\/75 {
  background-color: rgb(240 253 244 / 0.75);
}

.bg-green-50\/80 {
  background-color: rgb(240 253 244 / 0.8);
}

.bg-green-50\/90 {
  background-color: rgb(240 253 244 / 0.9);
}

.bg-green-50\/95 {
  background-color: rgb(240 253 244 / 0.95);
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

.bg-green-500\/0 {
  background-color: rgb(34 197 94 / 0);
}

.bg-green-500\/10 {
  background-color: rgb(34 197 94 / 0.1);
}

.bg-green-500\/100 {
  background-color: rgb(34 197 94 / 1);
}

.bg-green-500\/20 {
  background-color: rgb(34 197 94 / 0.2);
}

.bg-green-500\/25 {
  background-color: rgb(34 197 94 / 0.25);
}

.bg-green-500\/30 {
  background-color: rgb(34 197 94 / 0.3);
}

.bg-green-500\/40 {
  background-color: rgb(34 197 94 / 0.4);
}

.bg-green-500\/5 {
  background-color: rgb(34 197 94 / 0.05);
}

.bg-green-500\/50 {
  background-color: rgb(34 197 94 / 0.5);
}

.bg-green-500\/60 {
  background-color: rgb(34 197 94 / 0.6);
}

.bg-green-500\/70 {
  background-color: rgb(34 197 94 / 0.7);
}

.bg-green-500\/75 {
  background-color: rgb(34 197 94 / 0.75);
}

.bg-green-500\/80 {
  background-color: rgb(34 197 94 / 0.8);
}

.bg-green-500\/90 {
  background-color: rgb(34 197 94 / 0.9);
}

.bg-green-500\/95 {
  background-color: rgb(34 197 94 / 0.95);
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

.bg-green-600\/0 {
  background-color: rgb(22 163 74 / 0);
}

.bg-green-600\/10 {
  background-color: rgb(22 163 74 / 0.1);
}

.bg-green-600\/100 {
  background-color: rgb(22 163 74 / 1);
}

.bg-green-600\/20 {
  background-color: rgb(22 163 74 / 0.2);
}

.bg-green-600\/25 {
  background-color: rgb(22 163 74 / 0.25);
}

.bg-green-600\/30 {
  background-color: rgb(22 163 74 / 0.3);
}

.bg-green-600\/40 {
  background-color: rgb(22 163 74 / 0.4);
}

.bg-green-600\/5 {
  background-color: rgb(22 163 74 / 0.05);
}

.bg-green-600\/50 {
  background-color: rgb(22 163 74 / 0.5);
}

.bg-green-600\/60 {
  background-color: rgb(22 163 74 / 0.6);
}

.bg-green-600\/70 {
  background-color: rgb(22 163 74 / 0.7);
}

.bg-green-600\/75 {
  background-color: rgb(22 163 74 / 0.75);
}

.bg-green-600\/80 {
  background-color: rgb(22 163 74 / 0.8);
}

.bg-green-600\/90 {
  background-color: rgb(22 163 74 / 0.9);
}

.bg-green-600\/95 {
  background-color: rgb(22 163 74 / 0.95);
}

.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}

.bg-green-700\/0 {
  background-color: rgb(21 128 61 / 0);
}

.bg-green-700\/10 {
  background-color: rgb(21 128 61 / 0.1);
}

.bg-green-700\/100 {
  background-color: rgb(21 128 61 / 1);
}

.bg-green-700\/20 {
  background-color: rgb(21 128 61 / 0.2);
}

.bg-green-700\/25 {
  background-color: rgb(21 128 61 / 0.25);
}

.bg-green-700\/30 {
  background-color: rgb(21 128 61 / 0.3);
}

.bg-green-700\/40 {
  background-color: rgb(21 128 61 / 0.4);
}

.bg-green-700\/5 {
  background-color: rgb(21 128 61 / 0.05);
}

.bg-green-700\/50 {
  background-color: rgb(21 128 61 / 0.5);
}

.bg-green-700\/60 {
  background-color: rgb(21 128 61 / 0.6);
}

.bg-green-700\/70 {
  background-color: rgb(21 128 61 / 0.7);
}

.bg-green-700\/75 {
  background-color: rgb(21 128 61 / 0.75);
}

.bg-green-700\/80 {
  background-color: rgb(21 128 61 / 0.8);
}

.bg-green-700\/90 {
  background-color: rgb(21 128 61 / 0.9);
}

.bg-green-700\/95 {
  background-color: rgb(21 128 61 / 0.95);
}

.bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}

.bg-green-800\/0 {
  background-color: rgb(22 101 52 / 0);
}

.bg-green-800\/10 {
  background-color: rgb(22 101 52 / 0.1);
}

.bg-green-800\/100 {
  background-color: rgb(22 101 52 / 1);
}

.bg-green-800\/20 {
  background-color: rgb(22 101 52 / 0.2);
}

.bg-green-800\/25 {
  background-color: rgb(22 101 52 / 0.25);
}

.bg-green-800\/30 {
  background-color: rgb(22 101 52 / 0.3);
}

.bg-green-800\/40 {
  background-color: rgb(22 101 52 / 0.4);
}

.bg-green-800\/5 {
  background-color: rgb(22 101 52 / 0.05);
}

.bg-green-800\/50 {
  background-color: rgb(22 101 52 / 0.5);
}

.bg-green-800\/60 {
  background-color: rgb(22 101 52 / 0.6);
}

.bg-green-800\/70 {
  background-color: rgb(22 101 52 / 0.7);
}

.bg-green-800\/75 {
  background-color: rgb(22 101 52 / 0.75);
}

.bg-green-800\/80 {
  background-color: rgb(22 101 52 / 0.8);
}

.bg-green-800\/90 {
  background-color: rgb(22 101 52 / 0.9);
}

.bg-green-800\/95 {
  background-color: rgb(22 101 52 / 0.95);
}

.bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity));
}

.bg-green-900\/0 {
  background-color: rgb(20 83 45 / 0);
}

.bg-green-900\/10 {
  background-color: rgb(20 83 45 / 0.1);
}

.bg-green-900\/100 {
  background-color: rgb(20 83 45 / 1);
}

.bg-green-900\/20 {
  background-color: rgb(20 83 45 / 0.2);
}

.bg-green-900\/25 {
  background-color: rgb(20 83 45 / 0.25);
}

.bg-green-900\/30 {
  background-color: rgb(20 83 45 / 0.3);
}

.bg-green-900\/40 {
  background-color: rgb(20 83 45 / 0.4);
}

.bg-green-900\/5 {
  background-color: rgb(20 83 45 / 0.05);
}

.bg-green-900\/50 {
  background-color: rgb(20 83 45 / 0.5);
}

.bg-green-900\/60 {
  background-color: rgb(20 83 45 / 0.6);
}

.bg-green-900\/70 {
  background-color: rgb(20 83 45 / 0.7);
}

.bg-green-900\/75 {
  background-color: rgb(20 83 45 / 0.75);
}

.bg-green-900\/80 {
  background-color: rgb(20 83 45 / 0.8);
}

.bg-green-900\/90 {
  background-color: rgb(20 83 45 / 0.9);
}

.bg-green-900\/95 {
  background-color: rgb(20 83 45 / 0.95);
}

.bg-green-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity));
}

.bg-green-950\/0 {
  background-color: rgb(5 46 22 / 0);
}

.bg-green-950\/10 {
  background-color: rgb(5 46 22 / 0.1);
}

.bg-green-950\/100 {
  background-color: rgb(5 46 22 / 1);
}

.bg-green-950\/20 {
  background-color: rgb(5 46 22 / 0.2);
}

.bg-green-950\/25 {
  background-color: rgb(5 46 22 / 0.25);
}

.bg-green-950\/30 {
  background-color: rgb(5 46 22 / 0.3);
}

.bg-green-950\/40 {
  background-color: rgb(5 46 22 / 0.4);
}

.bg-green-950\/5 {
  background-color: rgb(5 46 22 / 0.05);
}

.bg-green-950\/50 {
  background-color: rgb(5 46 22 / 0.5);
}

.bg-green-950\/60 {
  background-color: rgb(5 46 22 / 0.6);
}

.bg-green-950\/70 {
  background-color: rgb(5 46 22 / 0.7);
}

.bg-green-950\/75 {
  background-color: rgb(5 46 22 / 0.75);
}

.bg-green-950\/80 {
  background-color: rgb(5 46 22 / 0.8);
}

.bg-green-950\/90 {
  background-color: rgb(5 46 22 / 0.9);
}

.bg-green-950\/95 {
  background-color: rgb(5 46 22 / 0.95);
}

.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}

.bg-indigo-100\/0 {
  background-color: rgb(224 231 255 / 0);
}

.bg-indigo-100\/10 {
  background-color: rgb(224 231 255 / 0.1);
}

.bg-indigo-100\/100 {
  background-color: rgb(224 231 255 / 1);
}

.bg-indigo-100\/20 {
  background-color: rgb(224 231 255 / 0.2);
}

.bg-indigo-100\/25 {
  background-color: rgb(224 231 255 / 0.25);
}

.bg-indigo-100\/30 {
  background-color: rgb(224 231 255 / 0.3);
}

.bg-indigo-100\/40 {
  background-color: rgb(224 231 255 / 0.4);
}

.bg-indigo-100\/5 {
  background-color: rgb(224 231 255 / 0.05);
}

.bg-indigo-100\/50 {
  background-color: rgb(224 231 255 / 0.5);
}

.bg-indigo-100\/60 {
  background-color: rgb(224 231 255 / 0.6);
}

.bg-indigo-100\/70 {
  background-color: rgb(224 231 255 / 0.7);
}

.bg-indigo-100\/75 {
  background-color: rgb(224 231 255 / 0.75);
}

.bg-indigo-100\/80 {
  background-color: rgb(224 231 255 / 0.8);
}

.bg-indigo-100\/90 {
  background-color: rgb(224 231 255 / 0.9);
}

.bg-indigo-100\/95 {
  background-color: rgb(224 231 255 / 0.95);
}

.bg-indigo-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity));
}

.bg-indigo-200\/0 {
  background-color: rgb(199 210 254 / 0);
}

.bg-indigo-200\/10 {
  background-color: rgb(199 210 254 / 0.1);
}

.bg-indigo-200\/100 {
  background-color: rgb(199 210 254 / 1);
}

.bg-indigo-200\/20 {
  background-color: rgb(199 210 254 / 0.2);
}

.bg-indigo-200\/25 {
  background-color: rgb(199 210 254 / 0.25);
}

.bg-indigo-200\/30 {
  background-color: rgb(199 210 254 / 0.3);
}

.bg-indigo-200\/40 {
  background-color: rgb(199 210 254 / 0.4);
}

.bg-indigo-200\/5 {
  background-color: rgb(199 210 254 / 0.05);
}

.bg-indigo-200\/50 {
  background-color: rgb(199 210 254 / 0.5);
}

.bg-indigo-200\/60 {
  background-color: rgb(199 210 254 / 0.6);
}

.bg-indigo-200\/70 {
  background-color: rgb(199 210 254 / 0.7);
}

.bg-indigo-200\/75 {
  background-color: rgb(199 210 254 / 0.75);
}

.bg-indigo-200\/80 {
  background-color: rgb(199 210 254 / 0.8);
}

.bg-indigo-200\/90 {
  background-color: rgb(199 210 254 / 0.9);
}

.bg-indigo-200\/95 {
  background-color: rgb(199 210 254 / 0.95);
}

.bg-indigo-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity));
}

.bg-indigo-300\/0 {
  background-color: rgb(165 180 252 / 0);
}

.bg-indigo-300\/10 {
  background-color: rgb(165 180 252 / 0.1);
}

.bg-indigo-300\/100 {
  background-color: rgb(165 180 252 / 1);
}

.bg-indigo-300\/20 {
  background-color: rgb(165 180 252 / 0.2);
}

.bg-indigo-300\/25 {
  background-color: rgb(165 180 252 / 0.25);
}

.bg-indigo-300\/30 {
  background-color: rgb(165 180 252 / 0.3);
}

.bg-indigo-300\/40 {
  background-color: rgb(165 180 252 / 0.4);
}

.bg-indigo-300\/5 {
  background-color: rgb(165 180 252 / 0.05);
}

.bg-indigo-300\/50 {
  background-color: rgb(165 180 252 / 0.5);
}

.bg-indigo-300\/60 {
  background-color: rgb(165 180 252 / 0.6);
}

.bg-indigo-300\/70 {
  background-color: rgb(165 180 252 / 0.7);
}

.bg-indigo-300\/75 {
  background-color: rgb(165 180 252 / 0.75);
}

.bg-indigo-300\/80 {
  background-color: rgb(165 180 252 / 0.8);
}

.bg-indigo-300\/90 {
  background-color: rgb(165 180 252 / 0.9);
}

.bg-indigo-300\/95 {
  background-color: rgb(165 180 252 / 0.95);
}

.bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity));
}

.bg-indigo-400\/0 {
  background-color: rgb(129 140 248 / 0);
}

.bg-indigo-400\/10 {
  background-color: rgb(129 140 248 / 0.1);
}

.bg-indigo-400\/100 {
  background-color: rgb(129 140 248 / 1);
}

.bg-indigo-400\/20 {
  background-color: rgb(129 140 248 / 0.2);
}

.bg-indigo-400\/25 {
  background-color: rgb(129 140 248 / 0.25);
}

.bg-indigo-400\/30 {
  background-color: rgb(129 140 248 / 0.3);
}

.bg-indigo-400\/40 {
  background-color: rgb(129 140 248 / 0.4);
}

.bg-indigo-400\/5 {
  background-color: rgb(129 140 248 / 0.05);
}

.bg-indigo-400\/50 {
  background-color: rgb(129 140 248 / 0.5);
}

.bg-indigo-400\/60 {
  background-color: rgb(129 140 248 / 0.6);
}

.bg-indigo-400\/70 {
  background-color: rgb(129 140 248 / 0.7);
}

.bg-indigo-400\/75 {
  background-color: rgb(129 140 248 / 0.75);
}

.bg-indigo-400\/80 {
  background-color: rgb(129 140 248 / 0.8);
}

.bg-indigo-400\/90 {
  background-color: rgb(129 140 248 / 0.9);
}

.bg-indigo-400\/95 {
  background-color: rgb(129 140 248 / 0.95);
}

.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}

.bg-indigo-50\/0 {
  background-color: rgb(238 242 255 / 0);
}

.bg-indigo-50\/10 {
  background-color: rgb(238 242 255 / 0.1);
}

.bg-indigo-50\/100 {
  background-color: rgb(238 242 255 / 1);
}

.bg-indigo-50\/20 {
  background-color: rgb(238 242 255 / 0.2);
}

.bg-indigo-50\/25 {
  background-color: rgb(238 242 255 / 0.25);
}

.bg-indigo-50\/30 {
  background-color: rgb(238 242 255 / 0.3);
}

.bg-indigo-50\/40 {
  background-color: rgb(238 242 255 / 0.4);
}

.bg-indigo-50\/5 {
  background-color: rgb(238 242 255 / 0.05);
}

.bg-indigo-50\/50 {
  background-color: rgb(238 242 255 / 0.5);
}

.bg-indigo-50\/60 {
  background-color: rgb(238 242 255 / 0.6);
}

.bg-indigo-50\/70 {
  background-color: rgb(238 242 255 / 0.7);
}

.bg-indigo-50\/75 {
  background-color: rgb(238 242 255 / 0.75);
}

.bg-indigo-50\/80 {
  background-color: rgb(238 242 255 / 0.8);
}

.bg-indigo-50\/90 {
  background-color: rgb(238 242 255 / 0.9);
}

.bg-indigo-50\/95 {
  background-color: rgb(238 242 255 / 0.95);
}

.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}

.bg-indigo-500\/0 {
  background-color: rgb(99 102 241 / 0);
}

.bg-indigo-500\/10 {
  background-color: rgb(99 102 241 / 0.1);
}

.bg-indigo-500\/100 {
  background-color: rgb(99 102 241 / 1);
}

.bg-indigo-500\/20 {
  background-color: rgb(99 102 241 / 0.2);
}

.bg-indigo-500\/25 {
  background-color: rgb(99 102 241 / 0.25);
}

.bg-indigo-500\/30 {
  background-color: rgb(99 102 241 / 0.3);
}

.bg-indigo-500\/40 {
  background-color: rgb(99 102 241 / 0.4);
}

.bg-indigo-500\/5 {
  background-color: rgb(99 102 241 / 0.05);
}

.bg-indigo-500\/50 {
  background-color: rgb(99 102 241 / 0.5);
}

.bg-indigo-500\/60 {
  background-color: rgb(99 102 241 / 0.6);
}

.bg-indigo-500\/70 {
  background-color: rgb(99 102 241 / 0.7);
}

.bg-indigo-500\/75 {
  background-color: rgb(99 102 241 / 0.75);
}

.bg-indigo-500\/80 {
  background-color: rgb(99 102 241 / 0.8);
}

.bg-indigo-500\/90 {
  background-color: rgb(99 102 241 / 0.9);
}

.bg-indigo-500\/95 {
  background-color: rgb(99 102 241 / 0.95);
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}

.bg-indigo-600\/0 {
  background-color: rgb(79 70 229 / 0);
}

.bg-indigo-600\/10 {
  background-color: rgb(79 70 229 / 0.1);
}

.bg-indigo-600\/100 {
  background-color: rgb(79 70 229 / 1);
}

.bg-indigo-600\/20 {
  background-color: rgb(79 70 229 / 0.2);
}

.bg-indigo-600\/25 {
  background-color: rgb(79 70 229 / 0.25);
}

.bg-indigo-600\/30 {
  background-color: rgb(79 70 229 / 0.3);
}

.bg-indigo-600\/40 {
  background-color: rgb(79 70 229 / 0.4);
}

.bg-indigo-600\/5 {
  background-color: rgb(79 70 229 / 0.05);
}

.bg-indigo-600\/50 {
  background-color: rgb(79 70 229 / 0.5);
}

.bg-indigo-600\/60 {
  background-color: rgb(79 70 229 / 0.6);
}

.bg-indigo-600\/70 {
  background-color: rgb(79 70 229 / 0.7);
}

.bg-indigo-600\/75 {
  background-color: rgb(79 70 229 / 0.75);
}

.bg-indigo-600\/80 {
  background-color: rgb(79 70 229 / 0.8);
}

.bg-indigo-600\/90 {
  background-color: rgb(79 70 229 / 0.9);
}

.bg-indigo-600\/95 {
  background-color: rgb(79 70 229 / 0.95);
}

.bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}

.bg-indigo-700\/0 {
  background-color: rgb(67 56 202 / 0);
}

.bg-indigo-700\/10 {
  background-color: rgb(67 56 202 / 0.1);
}

.bg-indigo-700\/100 {
  background-color: rgb(67 56 202 / 1);
}

.bg-indigo-700\/20 {
  background-color: rgb(67 56 202 / 0.2);
}

.bg-indigo-700\/25 {
  background-color: rgb(67 56 202 / 0.25);
}

.bg-indigo-700\/30 {
  background-color: rgb(67 56 202 / 0.3);
}

.bg-indigo-700\/40 {
  background-color: rgb(67 56 202 / 0.4);
}

.bg-indigo-700\/5 {
  background-color: rgb(67 56 202 / 0.05);
}

.bg-indigo-700\/50 {
  background-color: rgb(67 56 202 / 0.5);
}

.bg-indigo-700\/60 {
  background-color: rgb(67 56 202 / 0.6);
}

.bg-indigo-700\/70 {
  background-color: rgb(67 56 202 / 0.7);
}

.bg-indigo-700\/75 {
  background-color: rgb(67 56 202 / 0.75);
}

.bg-indigo-700\/80 {
  background-color: rgb(67 56 202 / 0.8);
}

.bg-indigo-700\/90 {
  background-color: rgb(67 56 202 / 0.9);
}

.bg-indigo-700\/95 {
  background-color: rgb(67 56 202 / 0.95);
}

.bg-indigo-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity));
}

.bg-indigo-800\/0 {
  background-color: rgb(55 48 163 / 0);
}

.bg-indigo-800\/10 {
  background-color: rgb(55 48 163 / 0.1);
}

.bg-indigo-800\/100 {
  background-color: rgb(55 48 163 / 1);
}

.bg-indigo-800\/20 {
  background-color: rgb(55 48 163 / 0.2);
}

.bg-indigo-800\/25 {
  background-color: rgb(55 48 163 / 0.25);
}

.bg-indigo-800\/30 {
  background-color: rgb(55 48 163 / 0.3);
}

.bg-indigo-800\/40 {
  background-color: rgb(55 48 163 / 0.4);
}

.bg-indigo-800\/5 {
  background-color: rgb(55 48 163 / 0.05);
}

.bg-indigo-800\/50 {
  background-color: rgb(55 48 163 / 0.5);
}

.bg-indigo-800\/60 {
  background-color: rgb(55 48 163 / 0.6);
}

.bg-indigo-800\/70 {
  background-color: rgb(55 48 163 / 0.7);
}

.bg-indigo-800\/75 {
  background-color: rgb(55 48 163 / 0.75);
}

.bg-indigo-800\/80 {
  background-color: rgb(55 48 163 / 0.8);
}

.bg-indigo-800\/90 {
  background-color: rgb(55 48 163 / 0.9);
}

.bg-indigo-800\/95 {
  background-color: rgb(55 48 163 / 0.95);
}

.bg-indigo-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity));
}

.bg-indigo-900\/0 {
  background-color: rgb(49 46 129 / 0);
}

.bg-indigo-900\/10 {
  background-color: rgb(49 46 129 / 0.1);
}

.bg-indigo-900\/100 {
  background-color: rgb(49 46 129 / 1);
}

.bg-indigo-900\/20 {
  background-color: rgb(49 46 129 / 0.2);
}

.bg-indigo-900\/25 {
  background-color: rgb(49 46 129 / 0.25);
}

.bg-indigo-900\/30 {
  background-color: rgb(49 46 129 / 0.3);
}

.bg-indigo-900\/40 {
  background-color: rgb(49 46 129 / 0.4);
}

.bg-indigo-900\/5 {
  background-color: rgb(49 46 129 / 0.05);
}

.bg-indigo-900\/50 {
  background-color: rgb(49 46 129 / 0.5);
}

.bg-indigo-900\/60 {
  background-color: rgb(49 46 129 / 0.6);
}

.bg-indigo-900\/70 {
  background-color: rgb(49 46 129 / 0.7);
}

.bg-indigo-900\/75 {
  background-color: rgb(49 46 129 / 0.75);
}

.bg-indigo-900\/80 {
  background-color: rgb(49 46 129 / 0.8);
}

.bg-indigo-900\/90 {
  background-color: rgb(49 46 129 / 0.9);
}

.bg-indigo-900\/95 {
  background-color: rgb(49 46 129 / 0.95);
}

.bg-indigo-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity));
}

.bg-indigo-950\/0 {
  background-color: rgb(30 27 75 / 0);
}

.bg-indigo-950\/10 {
  background-color: rgb(30 27 75 / 0.1);
}

.bg-indigo-950\/100 {
  background-color: rgb(30 27 75 / 1);
}

.bg-indigo-950\/20 {
  background-color: rgb(30 27 75 / 0.2);
}

.bg-indigo-950\/25 {
  background-color: rgb(30 27 75 / 0.25);
}

.bg-indigo-950\/30 {
  background-color: rgb(30 27 75 / 0.3);
}

.bg-indigo-950\/40 {
  background-color: rgb(30 27 75 / 0.4);
}

.bg-indigo-950\/5 {
  background-color: rgb(30 27 75 / 0.05);
}

.bg-indigo-950\/50 {
  background-color: rgb(30 27 75 / 0.5);
}

.bg-indigo-950\/60 {
  background-color: rgb(30 27 75 / 0.6);
}

.bg-indigo-950\/70 {
  background-color: rgb(30 27 75 / 0.7);
}

.bg-indigo-950\/75 {
  background-color: rgb(30 27 75 / 0.75);
}

.bg-indigo-950\/80 {
  background-color: rgb(30 27 75 / 0.8);
}

.bg-indigo-950\/90 {
  background-color: rgb(30 27 75 / 0.9);
}

.bg-indigo-950\/95 {
  background-color: rgb(30 27 75 / 0.95);
}

.bg-inherit {
  background-color: inherit;
}

.bg-interbeauty-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 197 175 / var(--tw-bg-opacity));
}

.bg-interbeauty-100\/0 {
  background-color: rgb(249 197 175 / 0);
}

.bg-interbeauty-100\/10 {
  background-color: rgb(249 197 175 / 0.1);
}

.bg-interbeauty-100\/100 {
  background-color: rgb(249 197 175 / 1);
}

.bg-interbeauty-100\/20 {
  background-color: rgb(249 197 175 / 0.2);
}

.bg-interbeauty-100\/25 {
  background-color: rgb(249 197 175 / 0.25);
}

.bg-interbeauty-100\/30 {
  background-color: rgb(249 197 175 / 0.3);
}

.bg-interbeauty-100\/40 {
  background-color: rgb(249 197 175 / 0.4);
}

.bg-interbeauty-100\/5 {
  background-color: rgb(249 197 175 / 0.05);
}

.bg-interbeauty-100\/50 {
  background-color: rgb(249 197 175 / 0.5);
}

.bg-interbeauty-100\/60 {
  background-color: rgb(249 197 175 / 0.6);
}

.bg-interbeauty-100\/70 {
  background-color: rgb(249 197 175 / 0.7);
}

.bg-interbeauty-100\/75 {
  background-color: rgb(249 197 175 / 0.75);
}

.bg-interbeauty-100\/80 {
  background-color: rgb(249 197 175 / 0.8);
}

.bg-interbeauty-100\/90 {
  background-color: rgb(249 197 175 / 0.9);
}

.bg-interbeauty-100\/95 {
  background-color: rgb(249 197 175 / 0.95);
}

.bg-interbeauty-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 182 191 / var(--tw-bg-opacity));
}

.bg-interbeauty-200\/0 {
  background-color: rgb(241 182 191 / 0);
}

.bg-interbeauty-200\/10 {
  background-color: rgb(241 182 191 / 0.1);
}

.bg-interbeauty-200\/100 {
  background-color: rgb(241 182 191 / 1);
}

.bg-interbeauty-200\/20 {
  background-color: rgb(241 182 191 / 0.2);
}

.bg-interbeauty-200\/25 {
  background-color: rgb(241 182 191 / 0.25);
}

.bg-interbeauty-200\/30 {
  background-color: rgb(241 182 191 / 0.3);
}

.bg-interbeauty-200\/40 {
  background-color: rgb(241 182 191 / 0.4);
}

.bg-interbeauty-200\/5 {
  background-color: rgb(241 182 191 / 0.05);
}

.bg-interbeauty-200\/50 {
  background-color: rgb(241 182 191 / 0.5);
}

.bg-interbeauty-200\/60 {
  background-color: rgb(241 182 191 / 0.6);
}

.bg-interbeauty-200\/70 {
  background-color: rgb(241 182 191 / 0.7);
}

.bg-interbeauty-200\/75 {
  background-color: rgb(241 182 191 / 0.75);
}

.bg-interbeauty-200\/80 {
  background-color: rgb(241 182 191 / 0.8);
}

.bg-interbeauty-200\/90 {
  background-color: rgb(241 182 191 / 0.9);
}

.bg-interbeauty-200\/95 {
  background-color: rgb(241 182 191 / 0.95);
}

.bg-interbeauty-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(182 219 231 / var(--tw-bg-opacity));
}

.bg-interbeauty-300\/0 {
  background-color: rgb(182 219 231 / 0);
}

.bg-interbeauty-300\/10 {
  background-color: rgb(182 219 231 / 0.1);
}

.bg-interbeauty-300\/100 {
  background-color: rgb(182 219 231 / 1);
}

.bg-interbeauty-300\/20 {
  background-color: rgb(182 219 231 / 0.2);
}

.bg-interbeauty-300\/25 {
  background-color: rgb(182 219 231 / 0.25);
}

.bg-interbeauty-300\/30 {
  background-color: rgb(182 219 231 / 0.3);
}

.bg-interbeauty-300\/40 {
  background-color: rgb(182 219 231 / 0.4);
}

.bg-interbeauty-300\/5 {
  background-color: rgb(182 219 231 / 0.05);
}

.bg-interbeauty-300\/50 {
  background-color: rgb(182 219 231 / 0.5);
}

.bg-interbeauty-300\/60 {
  background-color: rgb(182 219 231 / 0.6);
}

.bg-interbeauty-300\/70 {
  background-color: rgb(182 219 231 / 0.7);
}

.bg-interbeauty-300\/75 {
  background-color: rgb(182 219 231 / 0.75);
}

.bg-interbeauty-300\/80 {
  background-color: rgb(182 219 231 / 0.8);
}

.bg-interbeauty-300\/90 {
  background-color: rgb(182 219 231 / 0.9);
}

.bg-interbeauty-300\/95 {
  background-color: rgb(182 219 231 / 0.95);
}

.bg-interbeauty-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 250 247 / var(--tw-bg-opacity));
}

.bg-interbeauty-400\/0 {
  background-color: rgb(254 250 247 / 0);
}

.bg-interbeauty-400\/10 {
  background-color: rgb(254 250 247 / 0.1);
}

.bg-interbeauty-400\/100 {
  background-color: rgb(254 250 247 / 1);
}

.bg-interbeauty-400\/20 {
  background-color: rgb(254 250 247 / 0.2);
}

.bg-interbeauty-400\/25 {
  background-color: rgb(254 250 247 / 0.25);
}

.bg-interbeauty-400\/30 {
  background-color: rgb(254 250 247 / 0.3);
}

.bg-interbeauty-400\/40 {
  background-color: rgb(254 250 247 / 0.4);
}

.bg-interbeauty-400\/5 {
  background-color: rgb(254 250 247 / 0.05);
}

.bg-interbeauty-400\/50 {
  background-color: rgb(254 250 247 / 0.5);
}

.bg-interbeauty-400\/60 {
  background-color: rgb(254 250 247 / 0.6);
}

.bg-interbeauty-400\/70 {
  background-color: rgb(254 250 247 / 0.7);
}

.bg-interbeauty-400\/75 {
  background-color: rgb(254 250 247 / 0.75);
}

.bg-interbeauty-400\/80 {
  background-color: rgb(254 250 247 / 0.8);
}

.bg-interbeauty-400\/90 {
  background-color: rgb(254 250 247 / 0.9);
}

.bg-interbeauty-400\/95 {
  background-color: rgb(254 250 247 / 0.95);
}

.bg-interbeauty-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(193 225 224 / var(--tw-bg-opacity));
}

.bg-interbeauty-500\/0 {
  background-color: rgb(193 225 224 / 0);
}

.bg-interbeauty-500\/10 {
  background-color: rgb(193 225 224 / 0.1);
}

.bg-interbeauty-500\/100 {
  background-color: rgb(193 225 224 / 1);
}

.bg-interbeauty-500\/20 {
  background-color: rgb(193 225 224 / 0.2);
}

.bg-interbeauty-500\/25 {
  background-color: rgb(193 225 224 / 0.25);
}

.bg-interbeauty-500\/30 {
  background-color: rgb(193 225 224 / 0.3);
}

.bg-interbeauty-500\/40 {
  background-color: rgb(193 225 224 / 0.4);
}

.bg-interbeauty-500\/5 {
  background-color: rgb(193 225 224 / 0.05);
}

.bg-interbeauty-500\/50 {
  background-color: rgb(193 225 224 / 0.5);
}

.bg-interbeauty-500\/60 {
  background-color: rgb(193 225 224 / 0.6);
}

.bg-interbeauty-500\/70 {
  background-color: rgb(193 225 224 / 0.7);
}

.bg-interbeauty-500\/75 {
  background-color: rgb(193 225 224 / 0.75);
}

.bg-interbeauty-500\/80 {
  background-color: rgb(193 225 224 / 0.8);
}

.bg-interbeauty-500\/90 {
  background-color: rgb(193 225 224 / 0.9);
}

.bg-interbeauty-500\/95 {
  background-color: rgb(193 225 224 / 0.95);
}

.bg-interbeauty-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(88 88 94 / var(--tw-bg-opacity));
}

.bg-interbeauty-600\/0 {
  background-color: rgb(88 88 94 / 0);
}

.bg-interbeauty-600\/10 {
  background-color: rgb(88 88 94 / 0.1);
}

.bg-interbeauty-600\/100 {
  background-color: rgb(88 88 94 / 1);
}

.bg-interbeauty-600\/20 {
  background-color: rgb(88 88 94 / 0.2);
}

.bg-interbeauty-600\/25 {
  background-color: rgb(88 88 94 / 0.25);
}

.bg-interbeauty-600\/30 {
  background-color: rgb(88 88 94 / 0.3);
}

.bg-interbeauty-600\/40 {
  background-color: rgb(88 88 94 / 0.4);
}

.bg-interbeauty-600\/5 {
  background-color: rgb(88 88 94 / 0.05);
}

.bg-interbeauty-600\/50 {
  background-color: rgb(88 88 94 / 0.5);
}

.bg-interbeauty-600\/60 {
  background-color: rgb(88 88 94 / 0.6);
}

.bg-interbeauty-600\/70 {
  background-color: rgb(88 88 94 / 0.7);
}

.bg-interbeauty-600\/75 {
  background-color: rgb(88 88 94 / 0.75);
}

.bg-interbeauty-600\/80 {
  background-color: rgb(88 88 94 / 0.8);
}

.bg-interbeauty-600\/90 {
  background-color: rgb(88 88 94 / 0.9);
}

.bg-interbeauty-600\/95 {
  background-color: rgb(88 88 94 / 0.95);
}

.bg-ipnvaluers-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 40 87 / var(--tw-bg-opacity));
}

.bg-ipnvaluers-200\/0 {
  background-color: rgb(0 40 87 / 0);
}

.bg-ipnvaluers-200\/10 {
  background-color: rgb(0 40 87 / 0.1);
}

.bg-ipnvaluers-200\/100 {
  background-color: rgb(0 40 87 / 1);
}

.bg-ipnvaluers-200\/20 {
  background-color: rgb(0 40 87 / 0.2);
}

.bg-ipnvaluers-200\/25 {
  background-color: rgb(0 40 87 / 0.25);
}

.bg-ipnvaluers-200\/30 {
  background-color: rgb(0 40 87 / 0.3);
}

.bg-ipnvaluers-200\/40 {
  background-color: rgb(0 40 87 / 0.4);
}

.bg-ipnvaluers-200\/5 {
  background-color: rgb(0 40 87 / 0.05);
}

.bg-ipnvaluers-200\/50 {
  background-color: rgb(0 40 87 / 0.5);
}

.bg-ipnvaluers-200\/60 {
  background-color: rgb(0 40 87 / 0.6);
}

.bg-ipnvaluers-200\/70 {
  background-color: rgb(0 40 87 / 0.7);
}

.bg-ipnvaluers-200\/75 {
  background-color: rgb(0 40 87 / 0.75);
}

.bg-ipnvaluers-200\/80 {
  background-color: rgb(0 40 87 / 0.8);
}

.bg-ipnvaluers-200\/90 {
  background-color: rgb(0 40 87 / 0.9);
}

.bg-ipnvaluers-200\/95 {
  background-color: rgb(0 40 87 / 0.95);
}

.bg-ipnvaluers-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(196 107 22 / var(--tw-bg-opacity));
}

.bg-ipnvaluers-400\/0 {
  background-color: rgb(196 107 22 / 0);
}

.bg-ipnvaluers-400\/10 {
  background-color: rgb(196 107 22 / 0.1);
}

.bg-ipnvaluers-400\/100 {
  background-color: rgb(196 107 22 / 1);
}

.bg-ipnvaluers-400\/20 {
  background-color: rgb(196 107 22 / 0.2);
}

.bg-ipnvaluers-400\/25 {
  background-color: rgb(196 107 22 / 0.25);
}

.bg-ipnvaluers-400\/30 {
  background-color: rgb(196 107 22 / 0.3);
}

.bg-ipnvaluers-400\/40 {
  background-color: rgb(196 107 22 / 0.4);
}

.bg-ipnvaluers-400\/5 {
  background-color: rgb(196 107 22 / 0.05);
}

.bg-ipnvaluers-400\/50 {
  background-color: rgb(196 107 22 / 0.5);
}

.bg-ipnvaluers-400\/60 {
  background-color: rgb(196 107 22 / 0.6);
}

.bg-ipnvaluers-400\/70 {
  background-color: rgb(196 107 22 / 0.7);
}

.bg-ipnvaluers-400\/75 {
  background-color: rgb(196 107 22 / 0.75);
}

.bg-ipnvaluers-400\/80 {
  background-color: rgb(196 107 22 / 0.8);
}

.bg-ipnvaluers-400\/90 {
  background-color: rgb(196 107 22 / 0.9);
}

.bg-ipnvaluers-400\/95 {
  background-color: rgb(196 107 22 / 0.95);
}

.bg-ipnvaluers-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 174 21 / var(--tw-bg-opacity));
}

.bg-ipnvaluers-500\/0 {
  background-color: rgb(245 174 21 / 0);
}

.bg-ipnvaluers-500\/10 {
  background-color: rgb(245 174 21 / 0.1);
}

.bg-ipnvaluers-500\/100 {
  background-color: rgb(245 174 21 / 1);
}

.bg-ipnvaluers-500\/20 {
  background-color: rgb(245 174 21 / 0.2);
}

.bg-ipnvaluers-500\/25 {
  background-color: rgb(245 174 21 / 0.25);
}

.bg-ipnvaluers-500\/30 {
  background-color: rgb(245 174 21 / 0.3);
}

.bg-ipnvaluers-500\/40 {
  background-color: rgb(245 174 21 / 0.4);
}

.bg-ipnvaluers-500\/5 {
  background-color: rgb(245 174 21 / 0.05);
}

.bg-ipnvaluers-500\/50 {
  background-color: rgb(245 174 21 / 0.5);
}

.bg-ipnvaluers-500\/60 {
  background-color: rgb(245 174 21 / 0.6);
}

.bg-ipnvaluers-500\/70 {
  background-color: rgb(245 174 21 / 0.7);
}

.bg-ipnvaluers-500\/75 {
  background-color: rgb(245 174 21 / 0.75);
}

.bg-ipnvaluers-500\/80 {
  background-color: rgb(245 174 21 / 0.8);
}

.bg-ipnvaluers-500\/90 {
  background-color: rgb(245 174 21 / 0.9);
}

.bg-ipnvaluers-500\/95 {
  background-color: rgb(245 174 21 / 0.95);
}

.bg-jukejam-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 210 101 / var(--tw-bg-opacity));
}

.bg-jukejam-500\/0 {
  background-color: rgb(250 210 101 / 0);
}

.bg-jukejam-500\/10 {
  background-color: rgb(250 210 101 / 0.1);
}

.bg-jukejam-500\/100 {
  background-color: rgb(250 210 101 / 1);
}

.bg-jukejam-500\/20 {
  background-color: rgb(250 210 101 / 0.2);
}

.bg-jukejam-500\/25 {
  background-color: rgb(250 210 101 / 0.25);
}

.bg-jukejam-500\/30 {
  background-color: rgb(250 210 101 / 0.3);
}

.bg-jukejam-500\/40 {
  background-color: rgb(250 210 101 / 0.4);
}

.bg-jukejam-500\/5 {
  background-color: rgb(250 210 101 / 0.05);
}

.bg-jukejam-500\/50 {
  background-color: rgb(250 210 101 / 0.5);
}

.bg-jukejam-500\/60 {
  background-color: rgb(250 210 101 / 0.6);
}

.bg-jukejam-500\/70 {
  background-color: rgb(250 210 101 / 0.7);
}

.bg-jukejam-500\/75 {
  background-color: rgb(250 210 101 / 0.75);
}

.bg-jukejam-500\/80 {
  background-color: rgb(250 210 101 / 0.8);
}

.bg-jukejam-500\/90 {
  background-color: rgb(250 210 101 / 0.9);
}

.bg-jukejam-500\/95 {
  background-color: rgb(250 210 101 / 0.95);
}

.bg-lime-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity));
}

.bg-lime-100\/0 {
  background-color: rgb(236 252 203 / 0);
}

.bg-lime-100\/10 {
  background-color: rgb(236 252 203 / 0.1);
}

.bg-lime-100\/100 {
  background-color: rgb(236 252 203 / 1);
}

.bg-lime-100\/20 {
  background-color: rgb(236 252 203 / 0.2);
}

.bg-lime-100\/25 {
  background-color: rgb(236 252 203 / 0.25);
}

.bg-lime-100\/30 {
  background-color: rgb(236 252 203 / 0.3);
}

.bg-lime-100\/40 {
  background-color: rgb(236 252 203 / 0.4);
}

.bg-lime-100\/5 {
  background-color: rgb(236 252 203 / 0.05);
}

.bg-lime-100\/50 {
  background-color: rgb(236 252 203 / 0.5);
}

.bg-lime-100\/60 {
  background-color: rgb(236 252 203 / 0.6);
}

.bg-lime-100\/70 {
  background-color: rgb(236 252 203 / 0.7);
}

.bg-lime-100\/75 {
  background-color: rgb(236 252 203 / 0.75);
}

.bg-lime-100\/80 {
  background-color: rgb(236 252 203 / 0.8);
}

.bg-lime-100\/90 {
  background-color: rgb(236 252 203 / 0.9);
}

.bg-lime-100\/95 {
  background-color: rgb(236 252 203 / 0.95);
}

.bg-lime-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity));
}

.bg-lime-200\/0 {
  background-color: rgb(217 249 157 / 0);
}

.bg-lime-200\/10 {
  background-color: rgb(217 249 157 / 0.1);
}

.bg-lime-200\/100 {
  background-color: rgb(217 249 157 / 1);
}

.bg-lime-200\/20 {
  background-color: rgb(217 249 157 / 0.2);
}

.bg-lime-200\/25 {
  background-color: rgb(217 249 157 / 0.25);
}

.bg-lime-200\/30 {
  background-color: rgb(217 249 157 / 0.3);
}

.bg-lime-200\/40 {
  background-color: rgb(217 249 157 / 0.4);
}

.bg-lime-200\/5 {
  background-color: rgb(217 249 157 / 0.05);
}

.bg-lime-200\/50 {
  background-color: rgb(217 249 157 / 0.5);
}

.bg-lime-200\/60 {
  background-color: rgb(217 249 157 / 0.6);
}

.bg-lime-200\/70 {
  background-color: rgb(217 249 157 / 0.7);
}

.bg-lime-200\/75 {
  background-color: rgb(217 249 157 / 0.75);
}

.bg-lime-200\/80 {
  background-color: rgb(217 249 157 / 0.8);
}

.bg-lime-200\/90 {
  background-color: rgb(217 249 157 / 0.9);
}

.bg-lime-200\/95 {
  background-color: rgb(217 249 157 / 0.95);
}

.bg-lime-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity));
}

.bg-lime-300\/0 {
  background-color: rgb(190 242 100 / 0);
}

.bg-lime-300\/10 {
  background-color: rgb(190 242 100 / 0.1);
}

.bg-lime-300\/100 {
  background-color: rgb(190 242 100 / 1);
}

.bg-lime-300\/20 {
  background-color: rgb(190 242 100 / 0.2);
}

.bg-lime-300\/25 {
  background-color: rgb(190 242 100 / 0.25);
}

.bg-lime-300\/30 {
  background-color: rgb(190 242 100 / 0.3);
}

.bg-lime-300\/40 {
  background-color: rgb(190 242 100 / 0.4);
}

.bg-lime-300\/5 {
  background-color: rgb(190 242 100 / 0.05);
}

.bg-lime-300\/50 {
  background-color: rgb(190 242 100 / 0.5);
}

.bg-lime-300\/60 {
  background-color: rgb(190 242 100 / 0.6);
}

.bg-lime-300\/70 {
  background-color: rgb(190 242 100 / 0.7);
}

.bg-lime-300\/75 {
  background-color: rgb(190 242 100 / 0.75);
}

.bg-lime-300\/80 {
  background-color: rgb(190 242 100 / 0.8);
}

.bg-lime-300\/90 {
  background-color: rgb(190 242 100 / 0.9);
}

.bg-lime-300\/95 {
  background-color: rgb(190 242 100 / 0.95);
}

.bg-lime-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity));
}

.bg-lime-400\/0 {
  background-color: rgb(163 230 53 / 0);
}

.bg-lime-400\/10 {
  background-color: rgb(163 230 53 / 0.1);
}

.bg-lime-400\/100 {
  background-color: rgb(163 230 53 / 1);
}

.bg-lime-400\/20 {
  background-color: rgb(163 230 53 / 0.2);
}

.bg-lime-400\/25 {
  background-color: rgb(163 230 53 / 0.25);
}

.bg-lime-400\/30 {
  background-color: rgb(163 230 53 / 0.3);
}

.bg-lime-400\/40 {
  background-color: rgb(163 230 53 / 0.4);
}

.bg-lime-400\/5 {
  background-color: rgb(163 230 53 / 0.05);
}

.bg-lime-400\/50 {
  background-color: rgb(163 230 53 / 0.5);
}

.bg-lime-400\/60 {
  background-color: rgb(163 230 53 / 0.6);
}

.bg-lime-400\/70 {
  background-color: rgb(163 230 53 / 0.7);
}

.bg-lime-400\/75 {
  background-color: rgb(163 230 53 / 0.75);
}

.bg-lime-400\/80 {
  background-color: rgb(163 230 53 / 0.8);
}

.bg-lime-400\/90 {
  background-color: rgb(163 230 53 / 0.9);
}

.bg-lime-400\/95 {
  background-color: rgb(163 230 53 / 0.95);
}

.bg-lime-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity));
}

.bg-lime-50\/0 {
  background-color: rgb(247 254 231 / 0);
}

.bg-lime-50\/10 {
  background-color: rgb(247 254 231 / 0.1);
}

.bg-lime-50\/100 {
  background-color: rgb(247 254 231 / 1);
}

.bg-lime-50\/20 {
  background-color: rgb(247 254 231 / 0.2);
}

.bg-lime-50\/25 {
  background-color: rgb(247 254 231 / 0.25);
}

.bg-lime-50\/30 {
  background-color: rgb(247 254 231 / 0.3);
}

.bg-lime-50\/40 {
  background-color: rgb(247 254 231 / 0.4);
}

.bg-lime-50\/5 {
  background-color: rgb(247 254 231 / 0.05);
}

.bg-lime-50\/50 {
  background-color: rgb(247 254 231 / 0.5);
}

.bg-lime-50\/60 {
  background-color: rgb(247 254 231 / 0.6);
}

.bg-lime-50\/70 {
  background-color: rgb(247 254 231 / 0.7);
}

.bg-lime-50\/75 {
  background-color: rgb(247 254 231 / 0.75);
}

.bg-lime-50\/80 {
  background-color: rgb(247 254 231 / 0.8);
}

.bg-lime-50\/90 {
  background-color: rgb(247 254 231 / 0.9);
}

.bg-lime-50\/95 {
  background-color: rgb(247 254 231 / 0.95);
}

.bg-lime-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
}

.bg-lime-500\/0 {
  background-color: rgb(132 204 22 / 0);
}

.bg-lime-500\/10 {
  background-color: rgb(132 204 22 / 0.1);
}

.bg-lime-500\/100 {
  background-color: rgb(132 204 22 / 1);
}

.bg-lime-500\/20 {
  background-color: rgb(132 204 22 / 0.2);
}

.bg-lime-500\/25 {
  background-color: rgb(132 204 22 / 0.25);
}

.bg-lime-500\/30 {
  background-color: rgb(132 204 22 / 0.3);
}

.bg-lime-500\/40 {
  background-color: rgb(132 204 22 / 0.4);
}

.bg-lime-500\/5 {
  background-color: rgb(132 204 22 / 0.05);
}

.bg-lime-500\/50 {
  background-color: rgb(132 204 22 / 0.5);
}

.bg-lime-500\/60 {
  background-color: rgb(132 204 22 / 0.6);
}

.bg-lime-500\/70 {
  background-color: rgb(132 204 22 / 0.7);
}

.bg-lime-500\/75 {
  background-color: rgb(132 204 22 / 0.75);
}

.bg-lime-500\/80 {
  background-color: rgb(132 204 22 / 0.8);
}

.bg-lime-500\/90 {
  background-color: rgb(132 204 22 / 0.9);
}

.bg-lime-500\/95 {
  background-color: rgb(132 204 22 / 0.95);
}

.bg-lime-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity));
}

.bg-lime-600\/0 {
  background-color: rgb(101 163 13 / 0);
}

.bg-lime-600\/10 {
  background-color: rgb(101 163 13 / 0.1);
}

.bg-lime-600\/100 {
  background-color: rgb(101 163 13 / 1);
}

.bg-lime-600\/20 {
  background-color: rgb(101 163 13 / 0.2);
}

.bg-lime-600\/25 {
  background-color: rgb(101 163 13 / 0.25);
}

.bg-lime-600\/30 {
  background-color: rgb(101 163 13 / 0.3);
}

.bg-lime-600\/40 {
  background-color: rgb(101 163 13 / 0.4);
}

.bg-lime-600\/5 {
  background-color: rgb(101 163 13 / 0.05);
}

.bg-lime-600\/50 {
  background-color: rgb(101 163 13 / 0.5);
}

.bg-lime-600\/60 {
  background-color: rgb(101 163 13 / 0.6);
}

.bg-lime-600\/70 {
  background-color: rgb(101 163 13 / 0.7);
}

.bg-lime-600\/75 {
  background-color: rgb(101 163 13 / 0.75);
}

.bg-lime-600\/80 {
  background-color: rgb(101 163 13 / 0.8);
}

.bg-lime-600\/90 {
  background-color: rgb(101 163 13 / 0.9);
}

.bg-lime-600\/95 {
  background-color: rgb(101 163 13 / 0.95);
}

.bg-lime-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity));
}

.bg-lime-700\/0 {
  background-color: rgb(77 124 15 / 0);
}

.bg-lime-700\/10 {
  background-color: rgb(77 124 15 / 0.1);
}

.bg-lime-700\/100 {
  background-color: rgb(77 124 15 / 1);
}

.bg-lime-700\/20 {
  background-color: rgb(77 124 15 / 0.2);
}

.bg-lime-700\/25 {
  background-color: rgb(77 124 15 / 0.25);
}

.bg-lime-700\/30 {
  background-color: rgb(77 124 15 / 0.3);
}

.bg-lime-700\/40 {
  background-color: rgb(77 124 15 / 0.4);
}

.bg-lime-700\/5 {
  background-color: rgb(77 124 15 / 0.05);
}

.bg-lime-700\/50 {
  background-color: rgb(77 124 15 / 0.5);
}

.bg-lime-700\/60 {
  background-color: rgb(77 124 15 / 0.6);
}

.bg-lime-700\/70 {
  background-color: rgb(77 124 15 / 0.7);
}

.bg-lime-700\/75 {
  background-color: rgb(77 124 15 / 0.75);
}

.bg-lime-700\/80 {
  background-color: rgb(77 124 15 / 0.8);
}

.bg-lime-700\/90 {
  background-color: rgb(77 124 15 / 0.9);
}

.bg-lime-700\/95 {
  background-color: rgb(77 124 15 / 0.95);
}

.bg-lime-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity));
}

.bg-lime-800\/0 {
  background-color: rgb(63 98 18 / 0);
}

.bg-lime-800\/10 {
  background-color: rgb(63 98 18 / 0.1);
}

.bg-lime-800\/100 {
  background-color: rgb(63 98 18 / 1);
}

.bg-lime-800\/20 {
  background-color: rgb(63 98 18 / 0.2);
}

.bg-lime-800\/25 {
  background-color: rgb(63 98 18 / 0.25);
}

.bg-lime-800\/30 {
  background-color: rgb(63 98 18 / 0.3);
}

.bg-lime-800\/40 {
  background-color: rgb(63 98 18 / 0.4);
}

.bg-lime-800\/5 {
  background-color: rgb(63 98 18 / 0.05);
}

.bg-lime-800\/50 {
  background-color: rgb(63 98 18 / 0.5);
}

.bg-lime-800\/60 {
  background-color: rgb(63 98 18 / 0.6);
}

.bg-lime-800\/70 {
  background-color: rgb(63 98 18 / 0.7);
}

.bg-lime-800\/75 {
  background-color: rgb(63 98 18 / 0.75);
}

.bg-lime-800\/80 {
  background-color: rgb(63 98 18 / 0.8);
}

.bg-lime-800\/90 {
  background-color: rgb(63 98 18 / 0.9);
}

.bg-lime-800\/95 {
  background-color: rgb(63 98 18 / 0.95);
}

.bg-lime-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity));
}

.bg-lime-900\/0 {
  background-color: rgb(54 83 20 / 0);
}

.bg-lime-900\/10 {
  background-color: rgb(54 83 20 / 0.1);
}

.bg-lime-900\/100 {
  background-color: rgb(54 83 20 / 1);
}

.bg-lime-900\/20 {
  background-color: rgb(54 83 20 / 0.2);
}

.bg-lime-900\/25 {
  background-color: rgb(54 83 20 / 0.25);
}

.bg-lime-900\/30 {
  background-color: rgb(54 83 20 / 0.3);
}

.bg-lime-900\/40 {
  background-color: rgb(54 83 20 / 0.4);
}

.bg-lime-900\/5 {
  background-color: rgb(54 83 20 / 0.05);
}

.bg-lime-900\/50 {
  background-color: rgb(54 83 20 / 0.5);
}

.bg-lime-900\/60 {
  background-color: rgb(54 83 20 / 0.6);
}

.bg-lime-900\/70 {
  background-color: rgb(54 83 20 / 0.7);
}

.bg-lime-900\/75 {
  background-color: rgb(54 83 20 / 0.75);
}

.bg-lime-900\/80 {
  background-color: rgb(54 83 20 / 0.8);
}

.bg-lime-900\/90 {
  background-color: rgb(54 83 20 / 0.9);
}

.bg-lime-900\/95 {
  background-color: rgb(54 83 20 / 0.95);
}

.bg-lime-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 46 5 / var(--tw-bg-opacity));
}

.bg-lime-950\/0 {
  background-color: rgb(26 46 5 / 0);
}

.bg-lime-950\/10 {
  background-color: rgb(26 46 5 / 0.1);
}

.bg-lime-950\/100 {
  background-color: rgb(26 46 5 / 1);
}

.bg-lime-950\/20 {
  background-color: rgb(26 46 5 / 0.2);
}

.bg-lime-950\/25 {
  background-color: rgb(26 46 5 / 0.25);
}

.bg-lime-950\/30 {
  background-color: rgb(26 46 5 / 0.3);
}

.bg-lime-950\/40 {
  background-color: rgb(26 46 5 / 0.4);
}

.bg-lime-950\/5 {
  background-color: rgb(26 46 5 / 0.05);
}

.bg-lime-950\/50 {
  background-color: rgb(26 46 5 / 0.5);
}

.bg-lime-950\/60 {
  background-color: rgb(26 46 5 / 0.6);
}

.bg-lime-950\/70 {
  background-color: rgb(26 46 5 / 0.7);
}

.bg-lime-950\/75 {
  background-color: rgb(26 46 5 / 0.75);
}

.bg-lime-950\/80 {
  background-color: rgb(26 46 5 / 0.8);
}

.bg-lime-950\/90 {
  background-color: rgb(26 46 5 / 0.9);
}

.bg-lime-950\/95 {
  background-color: rgb(26 46 5 / 0.95);
}

.bg-nafisa-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 53 10 / var(--tw-bg-opacity));
}

.bg-nafisa-500\/0 {
  background-color: rgb(153 53 10 / 0);
}

.bg-nafisa-500\/10 {
  background-color: rgb(153 53 10 / 0.1);
}

.bg-nafisa-500\/100 {
  background-color: rgb(153 53 10 / 1);
}

.bg-nafisa-500\/20 {
  background-color: rgb(153 53 10 / 0.2);
}

.bg-nafisa-500\/25 {
  background-color: rgb(153 53 10 / 0.25);
}

.bg-nafisa-500\/30 {
  background-color: rgb(153 53 10 / 0.3);
}

.bg-nafisa-500\/40 {
  background-color: rgb(153 53 10 / 0.4);
}

.bg-nafisa-500\/5 {
  background-color: rgb(153 53 10 / 0.05);
}

.bg-nafisa-500\/50 {
  background-color: rgb(153 53 10 / 0.5);
}

.bg-nafisa-500\/60 {
  background-color: rgb(153 53 10 / 0.6);
}

.bg-nafisa-500\/70 {
  background-color: rgb(153 53 10 / 0.7);
}

.bg-nafisa-500\/75 {
  background-color: rgb(153 53 10 / 0.75);
}

.bg-nafisa-500\/80 {
  background-color: rgb(153 53 10 / 0.8);
}

.bg-nafisa-500\/90 {
  background-color: rgb(153 53 10 / 0.9);
}

.bg-nafisa-500\/95 {
  background-color: rgb(153 53 10 / 0.95);
}

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

.bg-neutral-100\/0 {
  background-color: rgb(245 245 245 / 0);
}

.bg-neutral-100\/10 {
  background-color: rgb(245 245 245 / 0.1);
}

.bg-neutral-100\/100 {
  background-color: rgb(245 245 245 / 1);
}

.bg-neutral-100\/20 {
  background-color: rgb(245 245 245 / 0.2);
}

.bg-neutral-100\/25 {
  background-color: rgb(245 245 245 / 0.25);
}

.bg-neutral-100\/30 {
  background-color: rgb(245 245 245 / 0.3);
}

.bg-neutral-100\/40 {
  background-color: rgb(245 245 245 / 0.4);
}

.bg-neutral-100\/5 {
  background-color: rgb(245 245 245 / 0.05);
}

.bg-neutral-100\/50 {
  background-color: rgb(245 245 245 / 0.5);
}

.bg-neutral-100\/60 {
  background-color: rgb(245 245 245 / 0.6);
}

.bg-neutral-100\/70 {
  background-color: rgb(245 245 245 / 0.7);
}

.bg-neutral-100\/75 {
  background-color: rgb(245 245 245 / 0.75);
}

.bg-neutral-100\/80 {
  background-color: rgb(245 245 245 / 0.8);
}

.bg-neutral-100\/90 {
  background-color: rgb(245 245 245 / 0.9);
}

.bg-neutral-100\/95 {
  background-color: rgb(245 245 245 / 0.95);
}

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

.bg-neutral-200\/0 {
  background-color: rgb(229 229 229 / 0);
}

.bg-neutral-200\/10 {
  background-color: rgb(229 229 229 / 0.1);
}

.bg-neutral-200\/100 {
  background-color: rgb(229 229 229 / 1);
}

.bg-neutral-200\/20 {
  background-color: rgb(229 229 229 / 0.2);
}

.bg-neutral-200\/25 {
  background-color: rgb(229 229 229 / 0.25);
}

.bg-neutral-200\/30 {
  background-color: rgb(229 229 229 / 0.3);
}

.bg-neutral-200\/40 {
  background-color: rgb(229 229 229 / 0.4);
}

.bg-neutral-200\/5 {
  background-color: rgb(229 229 229 / 0.05);
}

.bg-neutral-200\/50 {
  background-color: rgb(229 229 229 / 0.5);
}

.bg-neutral-200\/60 {
  background-color: rgb(229 229 229 / 0.6);
}

.bg-neutral-200\/70 {
  background-color: rgb(229 229 229 / 0.7);
}

.bg-neutral-200\/75 {
  background-color: rgb(229 229 229 / 0.75);
}

.bg-neutral-200\/80 {
  background-color: rgb(229 229 229 / 0.8);
}

.bg-neutral-200\/90 {
  background-color: rgb(229 229 229 / 0.9);
}

.bg-neutral-200\/95 {
  background-color: rgb(229 229 229 / 0.95);
}

.bg-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}

.bg-neutral-300\/0 {
  background-color: rgb(212 212 212 / 0);
}

.bg-neutral-300\/10 {
  background-color: rgb(212 212 212 / 0.1);
}

.bg-neutral-300\/100 {
  background-color: rgb(212 212 212 / 1);
}

.bg-neutral-300\/20 {
  background-color: rgb(212 212 212 / 0.2);
}

.bg-neutral-300\/25 {
  background-color: rgb(212 212 212 / 0.25);
}

.bg-neutral-300\/30 {
  background-color: rgb(212 212 212 / 0.3);
}

.bg-neutral-300\/40 {
  background-color: rgb(212 212 212 / 0.4);
}

.bg-neutral-300\/5 {
  background-color: rgb(212 212 212 / 0.05);
}

.bg-neutral-300\/50 {
  background-color: rgb(212 212 212 / 0.5);
}

.bg-neutral-300\/60 {
  background-color: rgb(212 212 212 / 0.6);
}

.bg-neutral-300\/70 {
  background-color: rgb(212 212 212 / 0.7);
}

.bg-neutral-300\/75 {
  background-color: rgb(212 212 212 / 0.75);
}

.bg-neutral-300\/80 {
  background-color: rgb(212 212 212 / 0.8);
}

.bg-neutral-300\/90 {
  background-color: rgb(212 212 212 / 0.9);
}

.bg-neutral-300\/95 {
  background-color: rgb(212 212 212 / 0.95);
}

.bg-neutral-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
}

.bg-neutral-400\/0 {
  background-color: rgb(163 163 163 / 0);
}

.bg-neutral-400\/10 {
  background-color: rgb(163 163 163 / 0.1);
}

.bg-neutral-400\/100 {
  background-color: rgb(163 163 163 / 1);
}

.bg-neutral-400\/20 {
  background-color: rgb(163 163 163 / 0.2);
}

.bg-neutral-400\/25 {
  background-color: rgb(163 163 163 / 0.25);
}

.bg-neutral-400\/30 {
  background-color: rgb(163 163 163 / 0.3);
}

.bg-neutral-400\/40 {
  background-color: rgb(163 163 163 / 0.4);
}

.bg-neutral-400\/5 {
  background-color: rgb(163 163 163 / 0.05);
}

.bg-neutral-400\/50 {
  background-color: rgb(163 163 163 / 0.5);
}

.bg-neutral-400\/60 {
  background-color: rgb(163 163 163 / 0.6);
}

.bg-neutral-400\/70 {
  background-color: rgb(163 163 163 / 0.7);
}

.bg-neutral-400\/75 {
  background-color: rgb(163 163 163 / 0.75);
}

.bg-neutral-400\/80 {
  background-color: rgb(163 163 163 / 0.8);
}

.bg-neutral-400\/90 {
  background-color: rgb(163 163 163 / 0.9);
}

.bg-neutral-400\/95 {
  background-color: rgb(163 163 163 / 0.95);
}

.bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.bg-neutral-50\/0 {
  background-color: rgb(250 250 250 / 0);
}

.bg-neutral-50\/10 {
  background-color: rgb(250 250 250 / 0.1);
}

.bg-neutral-50\/100 {
  background-color: rgb(250 250 250 / 1);
}

.bg-neutral-50\/20 {
  background-color: rgb(250 250 250 / 0.2);
}

.bg-neutral-50\/25 {
  background-color: rgb(250 250 250 / 0.25);
}

.bg-neutral-50\/30 {
  background-color: rgb(250 250 250 / 0.3);
}

.bg-neutral-50\/40 {
  background-color: rgb(250 250 250 / 0.4);
}

.bg-neutral-50\/5 {
  background-color: rgb(250 250 250 / 0.05);
}

.bg-neutral-50\/50 {
  background-color: rgb(250 250 250 / 0.5);
}

.bg-neutral-50\/60 {
  background-color: rgb(250 250 250 / 0.6);
}

.bg-neutral-50\/70 {
  background-color: rgb(250 250 250 / 0.7);
}

.bg-neutral-50\/75 {
  background-color: rgb(250 250 250 / 0.75);
}

.bg-neutral-50\/80 {
  background-color: rgb(250 250 250 / 0.8);
}

.bg-neutral-50\/90 {
  background-color: rgb(250 250 250 / 0.9);
}

.bg-neutral-50\/95 {
  background-color: rgb(250 250 250 / 0.95);
}

.bg-neutral-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}

.bg-neutral-500\/0 {
  background-color: rgb(115 115 115 / 0);
}

.bg-neutral-500\/10 {
  background-color: rgb(115 115 115 / 0.1);
}

.bg-neutral-500\/100 {
  background-color: rgb(115 115 115 / 1);
}

.bg-neutral-500\/20 {
  background-color: rgb(115 115 115 / 0.2);
}

.bg-neutral-500\/25 {
  background-color: rgb(115 115 115 / 0.25);
}

.bg-neutral-500\/30 {
  background-color: rgb(115 115 115 / 0.3);
}

.bg-neutral-500\/40 {
  background-color: rgb(115 115 115 / 0.4);
}

.bg-neutral-500\/5 {
  background-color: rgb(115 115 115 / 0.05);
}

.bg-neutral-500\/50 {
  background-color: rgb(115 115 115 / 0.5);
}

.bg-neutral-500\/60 {
  background-color: rgb(115 115 115 / 0.6);
}

.bg-neutral-500\/70 {
  background-color: rgb(115 115 115 / 0.7);
}

.bg-neutral-500\/75 {
  background-color: rgb(115 115 115 / 0.75);
}

.bg-neutral-500\/80 {
  background-color: rgb(115 115 115 / 0.8);
}

.bg-neutral-500\/90 {
  background-color: rgb(115 115 115 / 0.9);
}

.bg-neutral-500\/95 {
  background-color: rgb(115 115 115 / 0.95);
}

.bg-neutral-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}

.bg-neutral-600\/0 {
  background-color: rgb(82 82 82 / 0);
}

.bg-neutral-600\/10 {
  background-color: rgb(82 82 82 / 0.1);
}

.bg-neutral-600\/100 {
  background-color: rgb(82 82 82 / 1);
}

.bg-neutral-600\/20 {
  background-color: rgb(82 82 82 / 0.2);
}

.bg-neutral-600\/25 {
  background-color: rgb(82 82 82 / 0.25);
}

.bg-neutral-600\/30 {
  background-color: rgb(82 82 82 / 0.3);
}

.bg-neutral-600\/40 {
  background-color: rgb(82 82 82 / 0.4);
}

.bg-neutral-600\/5 {
  background-color: rgb(82 82 82 / 0.05);
}

.bg-neutral-600\/50 {
  background-color: rgb(82 82 82 / 0.5);
}

.bg-neutral-600\/60 {
  background-color: rgb(82 82 82 / 0.6);
}

.bg-neutral-600\/70 {
  background-color: rgb(82 82 82 / 0.7);
}

.bg-neutral-600\/75 {
  background-color: rgb(82 82 82 / 0.75);
}

.bg-neutral-600\/80 {
  background-color: rgb(82 82 82 / 0.8);
}

.bg-neutral-600\/90 {
  background-color: rgb(82 82 82 / 0.9);
}

.bg-neutral-600\/95 {
  background-color: rgb(82 82 82 / 0.95);
}

.bg-neutral-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}

.bg-neutral-700\/0 {
  background-color: rgb(64 64 64 / 0);
}

.bg-neutral-700\/10 {
  background-color: rgb(64 64 64 / 0.1);
}

.bg-neutral-700\/100 {
  background-color: rgb(64 64 64 / 1);
}

.bg-neutral-700\/20 {
  background-color: rgb(64 64 64 / 0.2);
}

.bg-neutral-700\/25 {
  background-color: rgb(64 64 64 / 0.25);
}

.bg-neutral-700\/30 {
  background-color: rgb(64 64 64 / 0.3);
}

.bg-neutral-700\/40 {
  background-color: rgb(64 64 64 / 0.4);
}

.bg-neutral-700\/5 {
  background-color: rgb(64 64 64 / 0.05);
}

.bg-neutral-700\/50 {
  background-color: rgb(64 64 64 / 0.5);
}

.bg-neutral-700\/60 {
  background-color: rgb(64 64 64 / 0.6);
}

.bg-neutral-700\/70 {
  background-color: rgb(64 64 64 / 0.7);
}

.bg-neutral-700\/75 {
  background-color: rgb(64 64 64 / 0.75);
}

.bg-neutral-700\/80 {
  background-color: rgb(64 64 64 / 0.8);
}

.bg-neutral-700\/90 {
  background-color: rgb(64 64 64 / 0.9);
}

.bg-neutral-700\/95 {
  background-color: rgb(64 64 64 / 0.95);
}

.bg-neutral-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}

.bg-neutral-800\/0 {
  background-color: rgb(38 38 38 / 0);
}

.bg-neutral-800\/10 {
  background-color: rgb(38 38 38 / 0.1);
}

.bg-neutral-800\/100 {
  background-color: rgb(38 38 38 / 1);
}

.bg-neutral-800\/20 {
  background-color: rgb(38 38 38 / 0.2);
}

.bg-neutral-800\/25 {
  background-color: rgb(38 38 38 / 0.25);
}

.bg-neutral-800\/30 {
  background-color: rgb(38 38 38 / 0.3);
}

.bg-neutral-800\/40 {
  background-color: rgb(38 38 38 / 0.4);
}

.bg-neutral-800\/5 {
  background-color: rgb(38 38 38 / 0.05);
}

.bg-neutral-800\/50 {
  background-color: rgb(38 38 38 / 0.5);
}

.bg-neutral-800\/60 {
  background-color: rgb(38 38 38 / 0.6);
}

.bg-neutral-800\/70 {
  background-color: rgb(38 38 38 / 0.7);
}

.bg-neutral-800\/75 {
  background-color: rgb(38 38 38 / 0.75);
}

.bg-neutral-800\/80 {
  background-color: rgb(38 38 38 / 0.8);
}

.bg-neutral-800\/90 {
  background-color: rgb(38 38 38 / 0.9);
}

.bg-neutral-800\/95 {
  background-color: rgb(38 38 38 / 0.95);
}

.bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}

.bg-neutral-900\/0 {
  background-color: rgb(23 23 23 / 0);
}

.bg-neutral-900\/10 {
  background-color: rgb(23 23 23 / 0.1);
}

.bg-neutral-900\/100 {
  background-color: rgb(23 23 23 / 1);
}

.bg-neutral-900\/20 {
  background-color: rgb(23 23 23 / 0.2);
}

.bg-neutral-900\/25 {
  background-color: rgb(23 23 23 / 0.25);
}

.bg-neutral-900\/30 {
  background-color: rgb(23 23 23 / 0.3);
}

.bg-neutral-900\/40 {
  background-color: rgb(23 23 23 / 0.4);
}

.bg-neutral-900\/5 {
  background-color: rgb(23 23 23 / 0.05);
}

.bg-neutral-900\/50 {
  background-color: rgb(23 23 23 / 0.5);
}

.bg-neutral-900\/60 {
  background-color: rgb(23 23 23 / 0.6);
}

.bg-neutral-900\/70 {
  background-color: rgb(23 23 23 / 0.7);
}

.bg-neutral-900\/75 {
  background-color: rgb(23 23 23 / 0.75);
}

.bg-neutral-900\/80 {
  background-color: rgb(23 23 23 / 0.8);
}

.bg-neutral-900\/90 {
  background-color: rgb(23 23 23 / 0.9);
}

.bg-neutral-900\/95 {
  background-color: rgb(23 23 23 / 0.95);
}

.bg-neutral-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
}

.bg-neutral-950\/0 {
  background-color: rgb(10 10 10 / 0);
}

.bg-neutral-950\/10 {
  background-color: rgb(10 10 10 / 0.1);
}

.bg-neutral-950\/100 {
  background-color: rgb(10 10 10 / 1);
}

.bg-neutral-950\/20 {
  background-color: rgb(10 10 10 / 0.2);
}

.bg-neutral-950\/25 {
  background-color: rgb(10 10 10 / 0.25);
}

.bg-neutral-950\/30 {
  background-color: rgb(10 10 10 / 0.3);
}

.bg-neutral-950\/40 {
  background-color: rgb(10 10 10 / 0.4);
}

.bg-neutral-950\/5 {
  background-color: rgb(10 10 10 / 0.05);
}

.bg-neutral-950\/50 {
  background-color: rgb(10 10 10 / 0.5);
}

.bg-neutral-950\/60 {
  background-color: rgb(10 10 10 / 0.6);
}

.bg-neutral-950\/70 {
  background-color: rgb(10 10 10 / 0.7);
}

.bg-neutral-950\/75 {
  background-color: rgb(10 10 10 / 0.75);
}

.bg-neutral-950\/80 {
  background-color: rgb(10 10 10 / 0.8);
}

.bg-neutral-950\/90 {
  background-color: rgb(10 10 10 / 0.9);
}

.bg-neutral-950\/95 {
  background-color: rgb(10 10 10 / 0.95);
}

.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}

.bg-orange-100\/0 {
  background-color: rgb(255 237 213 / 0);
}

.bg-orange-100\/10 {
  background-color: rgb(255 237 213 / 0.1);
}

.bg-orange-100\/100 {
  background-color: rgb(255 237 213 / 1);
}

.bg-orange-100\/20 {
  background-color: rgb(255 237 213 / 0.2);
}

.bg-orange-100\/25 {
  background-color: rgb(255 237 213 / 0.25);
}

.bg-orange-100\/30 {
  background-color: rgb(255 237 213 / 0.3);
}

.bg-orange-100\/40 {
  background-color: rgb(255 237 213 / 0.4);
}

.bg-orange-100\/5 {
  background-color: rgb(255 237 213 / 0.05);
}

.bg-orange-100\/50 {
  background-color: rgb(255 237 213 / 0.5);
}

.bg-orange-100\/60 {
  background-color: rgb(255 237 213 / 0.6);
}

.bg-orange-100\/70 {
  background-color: rgb(255 237 213 / 0.7);
}

.bg-orange-100\/75 {
  background-color: rgb(255 237 213 / 0.75);
}

.bg-orange-100\/80 {
  background-color: rgb(255 237 213 / 0.8);
}

.bg-orange-100\/90 {
  background-color: rgb(255 237 213 / 0.9);
}

.bg-orange-100\/95 {
  background-color: rgb(255 237 213 / 0.95);
}

.bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity));
}

.bg-orange-200\/0 {
  background-color: rgb(254 215 170 / 0);
}

.bg-orange-200\/10 {
  background-color: rgb(254 215 170 / 0.1);
}

.bg-orange-200\/100 {
  background-color: rgb(254 215 170 / 1);
}

.bg-orange-200\/20 {
  background-color: rgb(254 215 170 / 0.2);
}

.bg-orange-200\/25 {
  background-color: rgb(254 215 170 / 0.25);
}

.bg-orange-200\/30 {
  background-color: rgb(254 215 170 / 0.3);
}

.bg-orange-200\/40 {
  background-color: rgb(254 215 170 / 0.4);
}

.bg-orange-200\/5 {
  background-color: rgb(254 215 170 / 0.05);
}

.bg-orange-200\/50 {
  background-color: rgb(254 215 170 / 0.5);
}

.bg-orange-200\/60 {
  background-color: rgb(254 215 170 / 0.6);
}

.bg-orange-200\/70 {
  background-color: rgb(254 215 170 / 0.7);
}

.bg-orange-200\/75 {
  background-color: rgb(254 215 170 / 0.75);
}

.bg-orange-200\/80 {
  background-color: rgb(254 215 170 / 0.8);
}

.bg-orange-200\/90 {
  background-color: rgb(254 215 170 / 0.9);
}

.bg-orange-200\/95 {
  background-color: rgb(254 215 170 / 0.95);
}

.bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
}

.bg-orange-300\/0 {
  background-color: rgb(253 186 116 / 0);
}

.bg-orange-300\/10 {
  background-color: rgb(253 186 116 / 0.1);
}

.bg-orange-300\/100 {
  background-color: rgb(253 186 116 / 1);
}

.bg-orange-300\/20 {
  background-color: rgb(253 186 116 / 0.2);
}

.bg-orange-300\/25 {
  background-color: rgb(253 186 116 / 0.25);
}

.bg-orange-300\/30 {
  background-color: rgb(253 186 116 / 0.3);
}

.bg-orange-300\/40 {
  background-color: rgb(253 186 116 / 0.4);
}

.bg-orange-300\/5 {
  background-color: rgb(253 186 116 / 0.05);
}

.bg-orange-300\/50 {
  background-color: rgb(253 186 116 / 0.5);
}

.bg-orange-300\/60 {
  background-color: rgb(253 186 116 / 0.6);
}

.bg-orange-300\/70 {
  background-color: rgb(253 186 116 / 0.7);
}

.bg-orange-300\/75 {
  background-color: rgb(253 186 116 / 0.75);
}

.bg-orange-300\/80 {
  background-color: rgb(253 186 116 / 0.8);
}

.bg-orange-300\/90 {
  background-color: rgb(253 186 116 / 0.9);
}

.bg-orange-300\/95 {
  background-color: rgb(253 186 116 / 0.95);
}

.bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
}

.bg-orange-400\/0 {
  background-color: rgb(251 146 60 / 0);
}

.bg-orange-400\/10 {
  background-color: rgb(251 146 60 / 0.1);
}

.bg-orange-400\/100 {
  background-color: rgb(251 146 60 / 1);
}

.bg-orange-400\/20 {
  background-color: rgb(251 146 60 / 0.2);
}

.bg-orange-400\/25 {
  background-color: rgb(251 146 60 / 0.25);
}

.bg-orange-400\/30 {
  background-color: rgb(251 146 60 / 0.3);
}

.bg-orange-400\/40 {
  background-color: rgb(251 146 60 / 0.4);
}

.bg-orange-400\/5 {
  background-color: rgb(251 146 60 / 0.05);
}

.bg-orange-400\/50 {
  background-color: rgb(251 146 60 / 0.5);
}

.bg-orange-400\/60 {
  background-color: rgb(251 146 60 / 0.6);
}

.bg-orange-400\/70 {
  background-color: rgb(251 146 60 / 0.7);
}

.bg-orange-400\/75 {
  background-color: rgb(251 146 60 / 0.75);
}

.bg-orange-400\/80 {
  background-color: rgb(251 146 60 / 0.8);
}

.bg-orange-400\/90 {
  background-color: rgb(251 146 60 / 0.9);
}

.bg-orange-400\/95 {
  background-color: rgb(251 146 60 / 0.95);
}

.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity));
}

.bg-orange-50\/0 {
  background-color: rgb(255 247 237 / 0);
}

.bg-orange-50\/10 {
  background-color: rgb(255 247 237 / 0.1);
}

.bg-orange-50\/100 {
  background-color: rgb(255 247 237 / 1);
}

.bg-orange-50\/20 {
  background-color: rgb(255 247 237 / 0.2);
}

.bg-orange-50\/25 {
  background-color: rgb(255 247 237 / 0.25);
}

.bg-orange-50\/30 {
  background-color: rgb(255 247 237 / 0.3);
}

.bg-orange-50\/40 {
  background-color: rgb(255 247 237 / 0.4);
}

.bg-orange-50\/5 {
  background-color: rgb(255 247 237 / 0.05);
}

.bg-orange-50\/50 {
  background-color: rgb(255 247 237 / 0.5);
}

.bg-orange-50\/60 {
  background-color: rgb(255 247 237 / 0.6);
}

.bg-orange-50\/70 {
  background-color: rgb(255 247 237 / 0.7);
}

.bg-orange-50\/75 {
  background-color: rgb(255 247 237 / 0.75);
}

.bg-orange-50\/80 {
  background-color: rgb(255 247 237 / 0.8);
}

.bg-orange-50\/90 {
  background-color: rgb(255 247 237 / 0.9);
}

.bg-orange-50\/95 {
  background-color: rgb(255 247 237 / 0.95);
}

.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}

.bg-orange-500\/0 {
  background-color: rgb(249 115 22 / 0);
}

.bg-orange-500\/10 {
  background-color: rgb(249 115 22 / 0.1);
}

.bg-orange-500\/100 {
  background-color: rgb(249 115 22 / 1);
}

.bg-orange-500\/20 {
  background-color: rgb(249 115 22 / 0.2);
}

.bg-orange-500\/25 {
  background-color: rgb(249 115 22 / 0.25);
}

.bg-orange-500\/30 {
  background-color: rgb(249 115 22 / 0.3);
}

.bg-orange-500\/40 {
  background-color: rgb(249 115 22 / 0.4);
}

.bg-orange-500\/5 {
  background-color: rgb(249 115 22 / 0.05);
}

.bg-orange-500\/50 {
  background-color: rgb(249 115 22 / 0.5);
}

.bg-orange-500\/60 {
  background-color: rgb(249 115 22 / 0.6);
}

.bg-orange-500\/70 {
  background-color: rgb(249 115 22 / 0.7);
}

.bg-orange-500\/75 {
  background-color: rgb(249 115 22 / 0.75);
}

.bg-orange-500\/80 {
  background-color: rgb(249 115 22 / 0.8);
}

.bg-orange-500\/90 {
  background-color: rgb(249 115 22 / 0.9);
}

.bg-orange-500\/95 {
  background-color: rgb(249 115 22 / 0.95);
}

.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}

.bg-orange-600\/0 {
  background-color: rgb(234 88 12 / 0);
}

.bg-orange-600\/10 {
  background-color: rgb(234 88 12 / 0.1);
}

.bg-orange-600\/100 {
  background-color: rgb(234 88 12 / 1);
}

.bg-orange-600\/20 {
  background-color: rgb(234 88 12 / 0.2);
}

.bg-orange-600\/25 {
  background-color: rgb(234 88 12 / 0.25);
}

.bg-orange-600\/30 {
  background-color: rgb(234 88 12 / 0.3);
}

.bg-orange-600\/40 {
  background-color: rgb(234 88 12 / 0.4);
}

.bg-orange-600\/5 {
  background-color: rgb(234 88 12 / 0.05);
}

.bg-orange-600\/50 {
  background-color: rgb(234 88 12 / 0.5);
}

.bg-orange-600\/60 {
  background-color: rgb(234 88 12 / 0.6);
}

.bg-orange-600\/70 {
  background-color: rgb(234 88 12 / 0.7);
}

.bg-orange-600\/75 {
  background-color: rgb(234 88 12 / 0.75);
}

.bg-orange-600\/80 {
  background-color: rgb(234 88 12 / 0.8);
}

.bg-orange-600\/90 {
  background-color: rgb(234 88 12 / 0.9);
}

.bg-orange-600\/95 {
  background-color: rgb(234 88 12 / 0.95);
}

.bg-orange-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity));
}

.bg-orange-700\/0 {
  background-color: rgb(194 65 12 / 0);
}

.bg-orange-700\/10 {
  background-color: rgb(194 65 12 / 0.1);
}

.bg-orange-700\/100 {
  background-color: rgb(194 65 12 / 1);
}

.bg-orange-700\/20 {
  background-color: rgb(194 65 12 / 0.2);
}

.bg-orange-700\/25 {
  background-color: rgb(194 65 12 / 0.25);
}

.bg-orange-700\/30 {
  background-color: rgb(194 65 12 / 0.3);
}

.bg-orange-700\/40 {
  background-color: rgb(194 65 12 / 0.4);
}

.bg-orange-700\/5 {
  background-color: rgb(194 65 12 / 0.05);
}

.bg-orange-700\/50 {
  background-color: rgb(194 65 12 / 0.5);
}

.bg-orange-700\/60 {
  background-color: rgb(194 65 12 / 0.6);
}

.bg-orange-700\/70 {
  background-color: rgb(194 65 12 / 0.7);
}

.bg-orange-700\/75 {
  background-color: rgb(194 65 12 / 0.75);
}

.bg-orange-700\/80 {
  background-color: rgb(194 65 12 / 0.8);
}

.bg-orange-700\/90 {
  background-color: rgb(194 65 12 / 0.9);
}

.bg-orange-700\/95 {
  background-color: rgb(194 65 12 / 0.95);
}

.bg-orange-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity));
}

.bg-orange-800\/0 {
  background-color: rgb(154 52 18 / 0);
}

.bg-orange-800\/10 {
  background-color: rgb(154 52 18 / 0.1);
}

.bg-orange-800\/100 {
  background-color: rgb(154 52 18 / 1);
}

.bg-orange-800\/20 {
  background-color: rgb(154 52 18 / 0.2);
}

.bg-orange-800\/25 {
  background-color: rgb(154 52 18 / 0.25);
}

.bg-orange-800\/30 {
  background-color: rgb(154 52 18 / 0.3);
}

.bg-orange-800\/40 {
  background-color: rgb(154 52 18 / 0.4);
}

.bg-orange-800\/5 {
  background-color: rgb(154 52 18 / 0.05);
}

.bg-orange-800\/50 {
  background-color: rgb(154 52 18 / 0.5);
}

.bg-orange-800\/60 {
  background-color: rgb(154 52 18 / 0.6);
}

.bg-orange-800\/70 {
  background-color: rgb(154 52 18 / 0.7);
}

.bg-orange-800\/75 {
  background-color: rgb(154 52 18 / 0.75);
}

.bg-orange-800\/80 {
  background-color: rgb(154 52 18 / 0.8);
}

.bg-orange-800\/90 {
  background-color: rgb(154 52 18 / 0.9);
}

.bg-orange-800\/95 {
  background-color: rgb(154 52 18 / 0.95);
}

.bg-orange-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity));
}

.bg-orange-900\/0 {
  background-color: rgb(124 45 18 / 0);
}

.bg-orange-900\/10 {
  background-color: rgb(124 45 18 / 0.1);
}

.bg-orange-900\/100 {
  background-color: rgb(124 45 18 / 1);
}

.bg-orange-900\/20 {
  background-color: rgb(124 45 18 / 0.2);
}

.bg-orange-900\/25 {
  background-color: rgb(124 45 18 / 0.25);
}

.bg-orange-900\/30 {
  background-color: rgb(124 45 18 / 0.3);
}

.bg-orange-900\/40 {
  background-color: rgb(124 45 18 / 0.4);
}

.bg-orange-900\/5 {
  background-color: rgb(124 45 18 / 0.05);
}

.bg-orange-900\/50 {
  background-color: rgb(124 45 18 / 0.5);
}

.bg-orange-900\/60 {
  background-color: rgb(124 45 18 / 0.6);
}

.bg-orange-900\/70 {
  background-color: rgb(124 45 18 / 0.7);
}

.bg-orange-900\/75 {
  background-color: rgb(124 45 18 / 0.75);
}

.bg-orange-900\/80 {
  background-color: rgb(124 45 18 / 0.8);
}

.bg-orange-900\/90 {
  background-color: rgb(124 45 18 / 0.9);
}

.bg-orange-900\/95 {
  background-color: rgb(124 45 18 / 0.95);
}

.bg-orange-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 20 7 / var(--tw-bg-opacity));
}

.bg-orange-950\/0 {
  background-color: rgb(67 20 7 / 0);
}

.bg-orange-950\/10 {
  background-color: rgb(67 20 7 / 0.1);
}

.bg-orange-950\/100 {
  background-color: rgb(67 20 7 / 1);
}

.bg-orange-950\/20 {
  background-color: rgb(67 20 7 / 0.2);
}

.bg-orange-950\/25 {
  background-color: rgb(67 20 7 / 0.25);
}

.bg-orange-950\/30 {
  background-color: rgb(67 20 7 / 0.3);
}

.bg-orange-950\/40 {
  background-color: rgb(67 20 7 / 0.4);
}

.bg-orange-950\/5 {
  background-color: rgb(67 20 7 / 0.05);
}

.bg-orange-950\/50 {
  background-color: rgb(67 20 7 / 0.5);
}

.bg-orange-950\/60 {
  background-color: rgb(67 20 7 / 0.6);
}

.bg-orange-950\/70 {
  background-color: rgb(67 20 7 / 0.7);
}

.bg-orange-950\/75 {
  background-color: rgb(67 20 7 / 0.75);
}

.bg-orange-950\/80 {
  background-color: rgb(67 20 7 / 0.8);
}

.bg-orange-950\/90 {
  background-color: rgb(67 20 7 / 0.9);
}

.bg-orange-950\/95 {
  background-color: rgb(67 20 7 / 0.95);
}

.bg-ozc-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 239 235 / var(--tw-bg-opacity));
}

.bg-ozc-100\/0 {
  background-color: rgb(255 239 235 / 0);
}

.bg-ozc-100\/10 {
  background-color: rgb(255 239 235 / 0.1);
}

.bg-ozc-100\/100 {
  background-color: rgb(255 239 235 / 1);
}

.bg-ozc-100\/20 {
  background-color: rgb(255 239 235 / 0.2);
}

.bg-ozc-100\/25 {
  background-color: rgb(255 239 235 / 0.25);
}

.bg-ozc-100\/30 {
  background-color: rgb(255 239 235 / 0.3);
}

.bg-ozc-100\/40 {
  background-color: rgb(255 239 235 / 0.4);
}

.bg-ozc-100\/5 {
  background-color: rgb(255 239 235 / 0.05);
}

.bg-ozc-100\/50 {
  background-color: rgb(255 239 235 / 0.5);
}

.bg-ozc-100\/60 {
  background-color: rgb(255 239 235 / 0.6);
}

.bg-ozc-100\/70 {
  background-color: rgb(255 239 235 / 0.7);
}

.bg-ozc-100\/75 {
  background-color: rgb(255 239 235 / 0.75);
}

.bg-ozc-100\/80 {
  background-color: rgb(255 239 235 / 0.8);
}

.bg-ozc-100\/90 {
  background-color: rgb(255 239 235 / 0.9);
}

.bg-ozc-100\/95 {
  background-color: rgb(255 239 235 / 0.95);
}

.bg-ozc-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 225 222 / var(--tw-bg-opacity));
}

.bg-ozc-200\/0 {
  background-color: rgb(253 225 222 / 0);
}

.bg-ozc-200\/10 {
  background-color: rgb(253 225 222 / 0.1);
}

.bg-ozc-200\/100 {
  background-color: rgb(253 225 222 / 1);
}

.bg-ozc-200\/20 {
  background-color: rgb(253 225 222 / 0.2);
}

.bg-ozc-200\/25 {
  background-color: rgb(253 225 222 / 0.25);
}

.bg-ozc-200\/30 {
  background-color: rgb(253 225 222 / 0.3);
}

.bg-ozc-200\/40 {
  background-color: rgb(253 225 222 / 0.4);
}

.bg-ozc-200\/5 {
  background-color: rgb(253 225 222 / 0.05);
}

.bg-ozc-200\/50 {
  background-color: rgb(253 225 222 / 0.5);
}

.bg-ozc-200\/60 {
  background-color: rgb(253 225 222 / 0.6);
}

.bg-ozc-200\/70 {
  background-color: rgb(253 225 222 / 0.7);
}

.bg-ozc-200\/75 {
  background-color: rgb(253 225 222 / 0.75);
}

.bg-ozc-200\/80 {
  background-color: rgb(253 225 222 / 0.8);
}

.bg-ozc-200\/90 {
  background-color: rgb(253 225 222 / 0.9);
}

.bg-ozc-200\/95 {
  background-color: rgb(253 225 222 / 0.95);
}

.bg-ozc-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 181 181 / var(--tw-bg-opacity));
}

.bg-ozc-300\/0 {
  background-color: rgb(248 181 181 / 0);
}

.bg-ozc-300\/10 {
  background-color: rgb(248 181 181 / 0.1);
}

.bg-ozc-300\/100 {
  background-color: rgb(248 181 181 / 1);
}

.bg-ozc-300\/20 {
  background-color: rgb(248 181 181 / 0.2);
}

.bg-ozc-300\/25 {
  background-color: rgb(248 181 181 / 0.25);
}

.bg-ozc-300\/30 {
  background-color: rgb(248 181 181 / 0.3);
}

.bg-ozc-300\/40 {
  background-color: rgb(248 181 181 / 0.4);
}

.bg-ozc-300\/5 {
  background-color: rgb(248 181 181 / 0.05);
}

.bg-ozc-300\/50 {
  background-color: rgb(248 181 181 / 0.5);
}

.bg-ozc-300\/60 {
  background-color: rgb(248 181 181 / 0.6);
}

.bg-ozc-300\/70 {
  background-color: rgb(248 181 181 / 0.7);
}

.bg-ozc-300\/75 {
  background-color: rgb(248 181 181 / 0.75);
}

.bg-ozc-300\/80 {
  background-color: rgb(248 181 181 / 0.8);
}

.bg-ozc-300\/90 {
  background-color: rgb(248 181 181 / 0.9);
}

.bg-ozc-300\/95 {
  background-color: rgb(248 181 181 / 0.95);
}

.bg-ozc-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 189 173 / var(--tw-bg-opacity));
}

.bg-ozc-400\/0 {
  background-color: rgb(250 189 173 / 0);
}

.bg-ozc-400\/10 {
  background-color: rgb(250 189 173 / 0.1);
}

.bg-ozc-400\/100 {
  background-color: rgb(250 189 173 / 1);
}

.bg-ozc-400\/20 {
  background-color: rgb(250 189 173 / 0.2);
}

.bg-ozc-400\/25 {
  background-color: rgb(250 189 173 / 0.25);
}

.bg-ozc-400\/30 {
  background-color: rgb(250 189 173 / 0.3);
}

.bg-ozc-400\/40 {
  background-color: rgb(250 189 173 / 0.4);
}

.bg-ozc-400\/5 {
  background-color: rgb(250 189 173 / 0.05);
}

.bg-ozc-400\/50 {
  background-color: rgb(250 189 173 / 0.5);
}

.bg-ozc-400\/60 {
  background-color: rgb(250 189 173 / 0.6);
}

.bg-ozc-400\/70 {
  background-color: rgb(250 189 173 / 0.7);
}

.bg-ozc-400\/75 {
  background-color: rgb(250 189 173 / 0.75);
}

.bg-ozc-400\/80 {
  background-color: rgb(250 189 173 / 0.8);
}

.bg-ozc-400\/90 {
  background-color: rgb(250 189 173 / 0.9);
}

.bg-ozc-400\/95 {
  background-color: rgb(250 189 173 / 0.95);
}

.bg-ozc-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 232 / var(--tw-bg-opacity));
}

.bg-ozc-50\/0 {
  background-color: rgb(254 243 232 / 0);
}

.bg-ozc-50\/10 {
  background-color: rgb(254 243 232 / 0.1);
}

.bg-ozc-50\/100 {
  background-color: rgb(254 243 232 / 1);
}

.bg-ozc-50\/20 {
  background-color: rgb(254 243 232 / 0.2);
}

.bg-ozc-50\/25 {
  background-color: rgb(254 243 232 / 0.25);
}

.bg-ozc-50\/30 {
  background-color: rgb(254 243 232 / 0.3);
}

.bg-ozc-50\/40 {
  background-color: rgb(254 243 232 / 0.4);
}

.bg-ozc-50\/5 {
  background-color: rgb(254 243 232 / 0.05);
}

.bg-ozc-50\/50 {
  background-color: rgb(254 243 232 / 0.5);
}

.bg-ozc-50\/60 {
  background-color: rgb(254 243 232 / 0.6);
}

.bg-ozc-50\/70 {
  background-color: rgb(254 243 232 / 0.7);
}

.bg-ozc-50\/75 {
  background-color: rgb(254 243 232 / 0.75);
}

.bg-ozc-50\/80 {
  background-color: rgb(254 243 232 / 0.8);
}

.bg-ozc-50\/90 {
  background-color: rgb(254 243 232 / 0.9);
}

.bg-ozc-50\/95 {
  background-color: rgb(254 243 232 / 0.95);
}

.bg-ozc-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 110 96 / var(--tw-bg-opacity));
}

.bg-ozc-500\/0 {
  background-color: rgb(255 110 96 / 0);
}

.bg-ozc-500\/10 {
  background-color: rgb(255 110 96 / 0.1);
}

.bg-ozc-500\/100 {
  background-color: rgb(255 110 96 / 1);
}

.bg-ozc-500\/20 {
  background-color: rgb(255 110 96 / 0.2);
}

.bg-ozc-500\/25 {
  background-color: rgb(255 110 96 / 0.25);
}

.bg-ozc-500\/30 {
  background-color: rgb(255 110 96 / 0.3);
}

.bg-ozc-500\/40 {
  background-color: rgb(255 110 96 / 0.4);
}

.bg-ozc-500\/5 {
  background-color: rgb(255 110 96 / 0.05);
}

.bg-ozc-500\/50 {
  background-color: rgb(255 110 96 / 0.5);
}

.bg-ozc-500\/60 {
  background-color: rgb(255 110 96 / 0.6);
}

.bg-ozc-500\/70 {
  background-color: rgb(255 110 96 / 0.7);
}

.bg-ozc-500\/75 {
  background-color: rgb(255 110 96 / 0.75);
}

.bg-ozc-500\/80 {
  background-color: rgb(255 110 96 / 0.8);
}

.bg-ozc-500\/90 {
  background-color: rgb(255 110 96 / 0.9);
}

.bg-ozc-500\/95 {
  background-color: rgb(255 110 96 / 0.95);
}

.bg-ozc-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 169 140 / var(--tw-bg-opacity));
}

.bg-ozc-600\/0 {
  background-color: rgb(249 169 140 / 0);
}

.bg-ozc-600\/10 {
  background-color: rgb(249 169 140 / 0.1);
}

.bg-ozc-600\/100 {
  background-color: rgb(249 169 140 / 1);
}

.bg-ozc-600\/20 {
  background-color: rgb(249 169 140 / 0.2);
}

.bg-ozc-600\/25 {
  background-color: rgb(249 169 140 / 0.25);
}

.bg-ozc-600\/30 {
  background-color: rgb(249 169 140 / 0.3);
}

.bg-ozc-600\/40 {
  background-color: rgb(249 169 140 / 0.4);
}

.bg-ozc-600\/5 {
  background-color: rgb(249 169 140 / 0.05);
}

.bg-ozc-600\/50 {
  background-color: rgb(249 169 140 / 0.5);
}

.bg-ozc-600\/60 {
  background-color: rgb(249 169 140 / 0.6);
}

.bg-ozc-600\/70 {
  background-color: rgb(249 169 140 / 0.7);
}

.bg-ozc-600\/75 {
  background-color: rgb(249 169 140 / 0.75);
}

.bg-ozc-600\/80 {
  background-color: rgb(249 169 140 / 0.8);
}

.bg-ozc-600\/90 {
  background-color: rgb(249 169 140 / 0.9);
}

.bg-ozc-600\/95 {
  background-color: rgb(249 169 140 / 0.95);
}

.bg-ozc-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 148 114 / var(--tw-bg-opacity));
}

.bg-ozc-700\/0 {
  background-color: rgb(246 148 114 / 0);
}

.bg-ozc-700\/10 {
  background-color: rgb(246 148 114 / 0.1);
}

.bg-ozc-700\/100 {
  background-color: rgb(246 148 114 / 1);
}

.bg-ozc-700\/20 {
  background-color: rgb(246 148 114 / 0.2);
}

.bg-ozc-700\/25 {
  background-color: rgb(246 148 114 / 0.25);
}

.bg-ozc-700\/30 {
  background-color: rgb(246 148 114 / 0.3);
}

.bg-ozc-700\/40 {
  background-color: rgb(246 148 114 / 0.4);
}

.bg-ozc-700\/5 {
  background-color: rgb(246 148 114 / 0.05);
}

.bg-ozc-700\/50 {
  background-color: rgb(246 148 114 / 0.5);
}

.bg-ozc-700\/60 {
  background-color: rgb(246 148 114 / 0.6);
}

.bg-ozc-700\/70 {
  background-color: rgb(246 148 114 / 0.7);
}

.bg-ozc-700\/75 {
  background-color: rgb(246 148 114 / 0.75);
}

.bg-ozc-700\/80 {
  background-color: rgb(246 148 114 / 0.8);
}

.bg-ozc-700\/90 {
  background-color: rgb(246 148 114 / 0.9);
}

.bg-ozc-700\/95 {
  background-color: rgb(246 148 114 / 0.95);
}

.bg-ozc-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 144 136 / var(--tw-bg-opacity));
}

.bg-ozc-800\/0 {
  background-color: rgb(245 144 136 / 0);
}

.bg-ozc-800\/10 {
  background-color: rgb(245 144 136 / 0.1);
}

.bg-ozc-800\/100 {
  background-color: rgb(245 144 136 / 1);
}

.bg-ozc-800\/20 {
  background-color: rgb(245 144 136 / 0.2);
}

.bg-ozc-800\/25 {
  background-color: rgb(245 144 136 / 0.25);
}

.bg-ozc-800\/30 {
  background-color: rgb(245 144 136 / 0.3);
}

.bg-ozc-800\/40 {
  background-color: rgb(245 144 136 / 0.4);
}

.bg-ozc-800\/5 {
  background-color: rgb(245 144 136 / 0.05);
}

.bg-ozc-800\/50 {
  background-color: rgb(245 144 136 / 0.5);
}

.bg-ozc-800\/60 {
  background-color: rgb(245 144 136 / 0.6);
}

.bg-ozc-800\/70 {
  background-color: rgb(245 144 136 / 0.7);
}

.bg-ozc-800\/75 {
  background-color: rgb(245 144 136 / 0.75);
}

.bg-ozc-800\/80 {
  background-color: rgb(245 144 136 / 0.8);
}

.bg-ozc-800\/90 {
  background-color: rgb(245 144 136 / 0.9);
}

.bg-ozc-800\/95 {
  background-color: rgb(245 144 136 / 0.95);
}

.bg-ozc-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 121 124 / var(--tw-bg-opacity));
}

.bg-ozc-900\/0 {
  background-color: rgb(243 121 124 / 0);
}

.bg-ozc-900\/10 {
  background-color: rgb(243 121 124 / 0.1);
}

.bg-ozc-900\/100 {
  background-color: rgb(243 121 124 / 1);
}

.bg-ozc-900\/20 {
  background-color: rgb(243 121 124 / 0.2);
}

.bg-ozc-900\/25 {
  background-color: rgb(243 121 124 / 0.25);
}

.bg-ozc-900\/30 {
  background-color: rgb(243 121 124 / 0.3);
}

.bg-ozc-900\/40 {
  background-color: rgb(243 121 124 / 0.4);
}

.bg-ozc-900\/5 {
  background-color: rgb(243 121 124 / 0.05);
}

.bg-ozc-900\/50 {
  background-color: rgb(243 121 124 / 0.5);
}

.bg-ozc-900\/60 {
  background-color: rgb(243 121 124 / 0.6);
}

.bg-ozc-900\/70 {
  background-color: rgb(243 121 124 / 0.7);
}

.bg-ozc-900\/75 {
  background-color: rgb(243 121 124 / 0.75);
}

.bg-ozc-900\/80 {
  background-color: rgb(243 121 124 / 0.8);
}

.bg-ozc-900\/90 {
  background-color: rgb(243 121 124 / 0.9);
}

.bg-ozc-900\/95 {
  background-color: rgb(243 121 124 / 0.95);
}

.bg-ozc-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(42 45 51 / var(--tw-bg-opacity));
}

.bg-ozc-950\/0 {
  background-color: rgb(42 45 51 / 0);
}

.bg-ozc-950\/10 {
  background-color: rgb(42 45 51 / 0.1);
}

.bg-ozc-950\/100 {
  background-color: rgb(42 45 51 / 1);
}

.bg-ozc-950\/20 {
  background-color: rgb(42 45 51 / 0.2);
}

.bg-ozc-950\/25 {
  background-color: rgb(42 45 51 / 0.25);
}

.bg-ozc-950\/30 {
  background-color: rgb(42 45 51 / 0.3);
}

.bg-ozc-950\/40 {
  background-color: rgb(42 45 51 / 0.4);
}

.bg-ozc-950\/5 {
  background-color: rgb(42 45 51 / 0.05);
}

.bg-ozc-950\/50 {
  background-color: rgb(42 45 51 / 0.5);
}

.bg-ozc-950\/60 {
  background-color: rgb(42 45 51 / 0.6);
}

.bg-ozc-950\/70 {
  background-color: rgb(42 45 51 / 0.7);
}

.bg-ozc-950\/75 {
  background-color: rgb(42 45 51 / 0.75);
}

.bg-ozc-950\/80 {
  background-color: rgb(42 45 51 / 0.8);
}

.bg-ozc-950\/90 {
  background-color: rgb(42 45 51 / 0.9);
}

.bg-ozc-950\/95 {
  background-color: rgb(42 45 51 / 0.95);
}

.bg-ozc-alt-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 230 / var(--tw-bg-opacity));
}

.bg-ozc-alt-100\/0 {
  background-color: rgb(255 250 230 / 0);
}

.bg-ozc-alt-100\/10 {
  background-color: rgb(255 250 230 / 0.1);
}

.bg-ozc-alt-100\/100 {
  background-color: rgb(255 250 230 / 1);
}

.bg-ozc-alt-100\/20 {
  background-color: rgb(255 250 230 / 0.2);
}

.bg-ozc-alt-100\/25 {
  background-color: rgb(255 250 230 / 0.25);
}

.bg-ozc-alt-100\/30 {
  background-color: rgb(255 250 230 / 0.3);
}

.bg-ozc-alt-100\/40 {
  background-color: rgb(255 250 230 / 0.4);
}

.bg-ozc-alt-100\/5 {
  background-color: rgb(255 250 230 / 0.05);
}

.bg-ozc-alt-100\/50 {
  background-color: rgb(255 250 230 / 0.5);
}

.bg-ozc-alt-100\/60 {
  background-color: rgb(255 250 230 / 0.6);
}

.bg-ozc-alt-100\/70 {
  background-color: rgb(255 250 230 / 0.7);
}

.bg-ozc-alt-100\/75 {
  background-color: rgb(255 250 230 / 0.75);
}

.bg-ozc-alt-100\/80 {
  background-color: rgb(255 250 230 / 0.8);
}

.bg-ozc-alt-100\/90 {
  background-color: rgb(255 250 230 / 0.9);
}

.bg-ozc-alt-100\/95 {
  background-color: rgb(255 250 230 / 0.95);
}

.bg-ozc-alt-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 242 193 / var(--tw-bg-opacity));
}

.bg-ozc-alt-200\/0 {
  background-color: rgb(255 242 193 / 0);
}

.bg-ozc-alt-200\/10 {
  background-color: rgb(255 242 193 / 0.1);
}

.bg-ozc-alt-200\/100 {
  background-color: rgb(255 242 193 / 1);
}

.bg-ozc-alt-200\/20 {
  background-color: rgb(255 242 193 / 0.2);
}

.bg-ozc-alt-200\/25 {
  background-color: rgb(255 242 193 / 0.25);
}

.bg-ozc-alt-200\/30 {
  background-color: rgb(255 242 193 / 0.3);
}

.bg-ozc-alt-200\/40 {
  background-color: rgb(255 242 193 / 0.4);
}

.bg-ozc-alt-200\/5 {
  background-color: rgb(255 242 193 / 0.05);
}

.bg-ozc-alt-200\/50 {
  background-color: rgb(255 242 193 / 0.5);
}

.bg-ozc-alt-200\/60 {
  background-color: rgb(255 242 193 / 0.6);
}

.bg-ozc-alt-200\/70 {
  background-color: rgb(255 242 193 / 0.7);
}

.bg-ozc-alt-200\/75 {
  background-color: rgb(255 242 193 / 0.75);
}

.bg-ozc-alt-200\/80 {
  background-color: rgb(255 242 193 / 0.8);
}

.bg-ozc-alt-200\/90 {
  background-color: rgb(255 242 193 / 0.9);
}

.bg-ozc-alt-200\/95 {
  background-color: rgb(255 242 193 / 0.95);
}

.bg-ozc-alt-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 235 155 / var(--tw-bg-opacity));
}

.bg-ozc-alt-300\/0 {
  background-color: rgb(255 235 155 / 0);
}

.bg-ozc-alt-300\/10 {
  background-color: rgb(255 235 155 / 0.1);
}

.bg-ozc-alt-300\/100 {
  background-color: rgb(255 235 155 / 1);
}

.bg-ozc-alt-300\/20 {
  background-color: rgb(255 235 155 / 0.2);
}

.bg-ozc-alt-300\/25 {
  background-color: rgb(255 235 155 / 0.25);
}

.bg-ozc-alt-300\/30 {
  background-color: rgb(255 235 155 / 0.3);
}

.bg-ozc-alt-300\/40 {
  background-color: rgb(255 235 155 / 0.4);
}

.bg-ozc-alt-300\/5 {
  background-color: rgb(255 235 155 / 0.05);
}

.bg-ozc-alt-300\/50 {
  background-color: rgb(255 235 155 / 0.5);
}

.bg-ozc-alt-300\/60 {
  background-color: rgb(255 235 155 / 0.6);
}

.bg-ozc-alt-300\/70 {
  background-color: rgb(255 235 155 / 0.7);
}

.bg-ozc-alt-300\/75 {
  background-color: rgb(255 235 155 / 0.75);
}

.bg-ozc-alt-300\/80 {
  background-color: rgb(255 235 155 / 0.8);
}

.bg-ozc-alt-300\/90 {
  background-color: rgb(255 235 155 / 0.9);
}

.bg-ozc-alt-300\/95 {
  background-color: rgb(255 235 155 / 0.95);
}

.bg-ozc-alt-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 219 80 / var(--tw-bg-opacity));
}

.bg-ozc-alt-400\/0 {
  background-color: rgb(255 219 80 / 0);
}

.bg-ozc-alt-400\/10 {
  background-color: rgb(255 219 80 / 0.1);
}

.bg-ozc-alt-400\/100 {
  background-color: rgb(255 219 80 / 1);
}

.bg-ozc-alt-400\/20 {
  background-color: rgb(255 219 80 / 0.2);
}

.bg-ozc-alt-400\/25 {
  background-color: rgb(255 219 80 / 0.25);
}

.bg-ozc-alt-400\/30 {
  background-color: rgb(255 219 80 / 0.3);
}

.bg-ozc-alt-400\/40 {
  background-color: rgb(255 219 80 / 0.4);
}

.bg-ozc-alt-400\/5 {
  background-color: rgb(255 219 80 / 0.05);
}

.bg-ozc-alt-400\/50 {
  background-color: rgb(255 219 80 / 0.5);
}

.bg-ozc-alt-400\/60 {
  background-color: rgb(255 219 80 / 0.6);
}

.bg-ozc-alt-400\/70 {
  background-color: rgb(255 219 80 / 0.7);
}

.bg-ozc-alt-400\/75 {
  background-color: rgb(255 219 80 / 0.75);
}

.bg-ozc-alt-400\/80 {
  background-color: rgb(255 219 80 / 0.8);
}

.bg-ozc-alt-400\/90 {
  background-color: rgb(255 219 80 / 0.9);
}

.bg-ozc-alt-400\/95 {
  background-color: rgb(255 219 80 / 0.95);
}

.bg-ozc-alt-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 252 243 / var(--tw-bg-opacity));
}

.bg-ozc-alt-50\/0 {
  background-color: rgb(255 252 243 / 0);
}

.bg-ozc-alt-50\/10 {
  background-color: rgb(255 252 243 / 0.1);
}

.bg-ozc-alt-50\/100 {
  background-color: rgb(255 252 243 / 1);
}

.bg-ozc-alt-50\/20 {
  background-color: rgb(255 252 243 / 0.2);
}

.bg-ozc-alt-50\/25 {
  background-color: rgb(255 252 243 / 0.25);
}

.bg-ozc-alt-50\/30 {
  background-color: rgb(255 252 243 / 0.3);
}

.bg-ozc-alt-50\/40 {
  background-color: rgb(255 252 243 / 0.4);
}

.bg-ozc-alt-50\/5 {
  background-color: rgb(255 252 243 / 0.05);
}

.bg-ozc-alt-50\/50 {
  background-color: rgb(255 252 243 / 0.5);
}

.bg-ozc-alt-50\/60 {
  background-color: rgb(255 252 243 / 0.6);
}

.bg-ozc-alt-50\/70 {
  background-color: rgb(255 252 243 / 0.7);
}

.bg-ozc-alt-50\/75 {
  background-color: rgb(255 252 243 / 0.75);
}

.bg-ozc-alt-50\/80 {
  background-color: rgb(255 252 243 / 0.8);
}

.bg-ozc-alt-50\/90 {
  background-color: rgb(255 252 243 / 0.9);
}

.bg-ozc-alt-50\/95 {
  background-color: rgb(255 252 243 / 0.95);
}

.bg-ozc-alt-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 204 5 / var(--tw-bg-opacity));
}

.bg-ozc-alt-500\/0 {
  background-color: rgb(255 204 5 / 0);
}

.bg-ozc-alt-500\/10 {
  background-color: rgb(255 204 5 / 0.1);
}

.bg-ozc-alt-500\/100 {
  background-color: rgb(255 204 5 / 1);
}

.bg-ozc-alt-500\/20 {
  background-color: rgb(255 204 5 / 0.2);
}

.bg-ozc-alt-500\/25 {
  background-color: rgb(255 204 5 / 0.25);
}

.bg-ozc-alt-500\/30 {
  background-color: rgb(255 204 5 / 0.3);
}

.bg-ozc-alt-500\/40 {
  background-color: rgb(255 204 5 / 0.4);
}

.bg-ozc-alt-500\/5 {
  background-color: rgb(255 204 5 / 0.05);
}

.bg-ozc-alt-500\/50 {
  background-color: rgb(255 204 5 / 0.5);
}

.bg-ozc-alt-500\/60 {
  background-color: rgb(255 204 5 / 0.6);
}

.bg-ozc-alt-500\/70 {
  background-color: rgb(255 204 5 / 0.7);
}

.bg-ozc-alt-500\/75 {
  background-color: rgb(255 204 5 / 0.75);
}

.bg-ozc-alt-500\/80 {
  background-color: rgb(255 204 5 / 0.8);
}

.bg-ozc-alt-500\/90 {
  background-color: rgb(255 204 5 / 0.9);
}

.bg-ozc-alt-500\/95 {
  background-color: rgb(255 204 5 / 0.95);
}

.bg-ozc-alt-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(230 184 5 / var(--tw-bg-opacity));
}

.bg-ozc-alt-600\/0 {
  background-color: rgb(230 184 5 / 0);
}

.bg-ozc-alt-600\/10 {
  background-color: rgb(230 184 5 / 0.1);
}

.bg-ozc-alt-600\/100 {
  background-color: rgb(230 184 5 / 1);
}

.bg-ozc-alt-600\/20 {
  background-color: rgb(230 184 5 / 0.2);
}

.bg-ozc-alt-600\/25 {
  background-color: rgb(230 184 5 / 0.25);
}

.bg-ozc-alt-600\/30 {
  background-color: rgb(230 184 5 / 0.3);
}

.bg-ozc-alt-600\/40 {
  background-color: rgb(230 184 5 / 0.4);
}

.bg-ozc-alt-600\/5 {
  background-color: rgb(230 184 5 / 0.05);
}

.bg-ozc-alt-600\/50 {
  background-color: rgb(230 184 5 / 0.5);
}

.bg-ozc-alt-600\/60 {
  background-color: rgb(230 184 5 / 0.6);
}

.bg-ozc-alt-600\/70 {
  background-color: rgb(230 184 5 / 0.7);
}

.bg-ozc-alt-600\/75 {
  background-color: rgb(230 184 5 / 0.75);
}

.bg-ozc-alt-600\/80 {
  background-color: rgb(230 184 5 / 0.8);
}

.bg-ozc-alt-600\/90 {
  background-color: rgb(230 184 5 / 0.9);
}

.bg-ozc-alt-600\/95 {
  background-color: rgb(230 184 5 / 0.95);
}

.bg-ozc-alt-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 122 3 / var(--tw-bg-opacity));
}

.bg-ozc-alt-700\/0 {
  background-color: rgb(153 122 3 / 0);
}

.bg-ozc-alt-700\/10 {
  background-color: rgb(153 122 3 / 0.1);
}

.bg-ozc-alt-700\/100 {
  background-color: rgb(153 122 3 / 1);
}

.bg-ozc-alt-700\/20 {
  background-color: rgb(153 122 3 / 0.2);
}

.bg-ozc-alt-700\/25 {
  background-color: rgb(153 122 3 / 0.25);
}

.bg-ozc-alt-700\/30 {
  background-color: rgb(153 122 3 / 0.3);
}

.bg-ozc-alt-700\/40 {
  background-color: rgb(153 122 3 / 0.4);
}

.bg-ozc-alt-700\/5 {
  background-color: rgb(153 122 3 / 0.05);
}

.bg-ozc-alt-700\/50 {
  background-color: rgb(153 122 3 / 0.5);
}

.bg-ozc-alt-700\/60 {
  background-color: rgb(153 122 3 / 0.6);
}

.bg-ozc-alt-700\/70 {
  background-color: rgb(153 122 3 / 0.7);
}

.bg-ozc-alt-700\/75 {
  background-color: rgb(153 122 3 / 0.75);
}

.bg-ozc-alt-700\/80 {
  background-color: rgb(153 122 3 / 0.8);
}

.bg-ozc-alt-700\/90 {
  background-color: rgb(153 122 3 / 0.9);
}

.bg-ozc-alt-700\/95 {
  background-color: rgb(153 122 3 / 0.95);
}

.bg-ozc-alt-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(115 92 2 / var(--tw-bg-opacity));
}

.bg-ozc-alt-800\/0 {
  background-color: rgb(115 92 2 / 0);
}

.bg-ozc-alt-800\/10 {
  background-color: rgb(115 92 2 / 0.1);
}

.bg-ozc-alt-800\/100 {
  background-color: rgb(115 92 2 / 1);
}

.bg-ozc-alt-800\/20 {
  background-color: rgb(115 92 2 / 0.2);
}

.bg-ozc-alt-800\/25 {
  background-color: rgb(115 92 2 / 0.25);
}

.bg-ozc-alt-800\/30 {
  background-color: rgb(115 92 2 / 0.3);
}

.bg-ozc-alt-800\/40 {
  background-color: rgb(115 92 2 / 0.4);
}

.bg-ozc-alt-800\/5 {
  background-color: rgb(115 92 2 / 0.05);
}

.bg-ozc-alt-800\/50 {
  background-color: rgb(115 92 2 / 0.5);
}

.bg-ozc-alt-800\/60 {
  background-color: rgb(115 92 2 / 0.6);
}

.bg-ozc-alt-800\/70 {
  background-color: rgb(115 92 2 / 0.7);
}

.bg-ozc-alt-800\/75 {
  background-color: rgb(115 92 2 / 0.75);
}

.bg-ozc-alt-800\/80 {
  background-color: rgb(115 92 2 / 0.8);
}

.bg-ozc-alt-800\/90 {
  background-color: rgb(115 92 2 / 0.9);
}

.bg-ozc-alt-800\/95 {
  background-color: rgb(115 92 2 / 0.95);
}

.bg-ozc-alt-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(42 45 51 / var(--tw-bg-opacity));
}

.bg-ozc-alt-900\/0 {
  background-color: rgb(42 45 51 / 0);
}

.bg-ozc-alt-900\/10 {
  background-color: rgb(42 45 51 / 0.1);
}

.bg-ozc-alt-900\/100 {
  background-color: rgb(42 45 51 / 1);
}

.bg-ozc-alt-900\/20 {
  background-color: rgb(42 45 51 / 0.2);
}

.bg-ozc-alt-900\/25 {
  background-color: rgb(42 45 51 / 0.25);
}

.bg-ozc-alt-900\/30 {
  background-color: rgb(42 45 51 / 0.3);
}

.bg-ozc-alt-900\/40 {
  background-color: rgb(42 45 51 / 0.4);
}

.bg-ozc-alt-900\/5 {
  background-color: rgb(42 45 51 / 0.05);
}

.bg-ozc-alt-900\/50 {
  background-color: rgb(42 45 51 / 0.5);
}

.bg-ozc-alt-900\/60 {
  background-color: rgb(42 45 51 / 0.6);
}

.bg-ozc-alt-900\/70 {
  background-color: rgb(42 45 51 / 0.7);
}

.bg-ozc-alt-900\/75 {
  background-color: rgb(42 45 51 / 0.75);
}

.bg-ozc-alt-900\/80 {
  background-color: rgb(42 45 51 / 0.8);
}

.bg-ozc-alt-900\/90 {
  background-color: rgb(42 45 51 / 0.9);
}

.bg-ozc-alt-900\/95 {
  background-color: rgb(42 45 51 / 0.95);
}

.bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity));
}

.bg-pink-100\/0 {
  background-color: rgb(252 231 243 / 0);
}

.bg-pink-100\/10 {
  background-color: rgb(252 231 243 / 0.1);
}

.bg-pink-100\/100 {
  background-color: rgb(252 231 243 / 1);
}

.bg-pink-100\/20 {
  background-color: rgb(252 231 243 / 0.2);
}

.bg-pink-100\/25 {
  background-color: rgb(252 231 243 / 0.25);
}

.bg-pink-100\/30 {
  background-color: rgb(252 231 243 / 0.3);
}

.bg-pink-100\/40 {
  background-color: rgb(252 231 243 / 0.4);
}

.bg-pink-100\/5 {
  background-color: rgb(252 231 243 / 0.05);
}

.bg-pink-100\/50 {
  background-color: rgb(252 231 243 / 0.5);
}

.bg-pink-100\/60 {
  background-color: rgb(252 231 243 / 0.6);
}

.bg-pink-100\/70 {
  background-color: rgb(252 231 243 / 0.7);
}

.bg-pink-100\/75 {
  background-color: rgb(252 231 243 / 0.75);
}

.bg-pink-100\/80 {
  background-color: rgb(252 231 243 / 0.8);
}

.bg-pink-100\/90 {
  background-color: rgb(252 231 243 / 0.9);
}

.bg-pink-100\/95 {
  background-color: rgb(252 231 243 / 0.95);
}

.bg-pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity));
}

.bg-pink-200\/0 {
  background-color: rgb(251 207 232 / 0);
}

.bg-pink-200\/10 {
  background-color: rgb(251 207 232 / 0.1);
}

.bg-pink-200\/100 {
  background-color: rgb(251 207 232 / 1);
}

.bg-pink-200\/20 {
  background-color: rgb(251 207 232 / 0.2);
}

.bg-pink-200\/25 {
  background-color: rgb(251 207 232 / 0.25);
}

.bg-pink-200\/30 {
  background-color: rgb(251 207 232 / 0.3);
}

.bg-pink-200\/40 {
  background-color: rgb(251 207 232 / 0.4);
}

.bg-pink-200\/5 {
  background-color: rgb(251 207 232 / 0.05);
}

.bg-pink-200\/50 {
  background-color: rgb(251 207 232 / 0.5);
}

.bg-pink-200\/60 {
  background-color: rgb(251 207 232 / 0.6);
}

.bg-pink-200\/70 {
  background-color: rgb(251 207 232 / 0.7);
}

.bg-pink-200\/75 {
  background-color: rgb(251 207 232 / 0.75);
}

.bg-pink-200\/80 {
  background-color: rgb(251 207 232 / 0.8);
}

.bg-pink-200\/90 {
  background-color: rgb(251 207 232 / 0.9);
}

.bg-pink-200\/95 {
  background-color: rgb(251 207 232 / 0.95);
}

.bg-pink-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity));
}

.bg-pink-300\/0 {
  background-color: rgb(249 168 212 / 0);
}

.bg-pink-300\/10 {
  background-color: rgb(249 168 212 / 0.1);
}

.bg-pink-300\/100 {
  background-color: rgb(249 168 212 / 1);
}

.bg-pink-300\/20 {
  background-color: rgb(249 168 212 / 0.2);
}

.bg-pink-300\/25 {
  background-color: rgb(249 168 212 / 0.25);
}

.bg-pink-300\/30 {
  background-color: rgb(249 168 212 / 0.3);
}

.bg-pink-300\/40 {
  background-color: rgb(249 168 212 / 0.4);
}

.bg-pink-300\/5 {
  background-color: rgb(249 168 212 / 0.05);
}

.bg-pink-300\/50 {
  background-color: rgb(249 168 212 / 0.5);
}

.bg-pink-300\/60 {
  background-color: rgb(249 168 212 / 0.6);
}

.bg-pink-300\/70 {
  background-color: rgb(249 168 212 / 0.7);
}

.bg-pink-300\/75 {
  background-color: rgb(249 168 212 / 0.75);
}

.bg-pink-300\/80 {
  background-color: rgb(249 168 212 / 0.8);
}

.bg-pink-300\/90 {
  background-color: rgb(249 168 212 / 0.9);
}

.bg-pink-300\/95 {
  background-color: rgb(249 168 212 / 0.95);
}

.bg-pink-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity));
}

.bg-pink-400\/0 {
  background-color: rgb(244 114 182 / 0);
}

.bg-pink-400\/10 {
  background-color: rgb(244 114 182 / 0.1);
}

.bg-pink-400\/100 {
  background-color: rgb(244 114 182 / 1);
}

.bg-pink-400\/20 {
  background-color: rgb(244 114 182 / 0.2);
}

.bg-pink-400\/25 {
  background-color: rgb(244 114 182 / 0.25);
}

.bg-pink-400\/30 {
  background-color: rgb(244 114 182 / 0.3);
}

.bg-pink-400\/40 {
  background-color: rgb(244 114 182 / 0.4);
}

.bg-pink-400\/5 {
  background-color: rgb(244 114 182 / 0.05);
}

.bg-pink-400\/50 {
  background-color: rgb(244 114 182 / 0.5);
}

.bg-pink-400\/60 {
  background-color: rgb(244 114 182 / 0.6);
}

.bg-pink-400\/70 {
  background-color: rgb(244 114 182 / 0.7);
}

.bg-pink-400\/75 {
  background-color: rgb(244 114 182 / 0.75);
}

.bg-pink-400\/80 {
  background-color: rgb(244 114 182 / 0.8);
}

.bg-pink-400\/90 {
  background-color: rgb(244 114 182 / 0.9);
}

.bg-pink-400\/95 {
  background-color: rgb(244 114 182 / 0.95);
}

.bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity));
}

.bg-pink-50\/0 {
  background-color: rgb(253 242 248 / 0);
}

.bg-pink-50\/10 {
  background-color: rgb(253 242 248 / 0.1);
}

.bg-pink-50\/100 {
  background-color: rgb(253 242 248 / 1);
}

.bg-pink-50\/20 {
  background-color: rgb(253 242 248 / 0.2);
}

.bg-pink-50\/25 {
  background-color: rgb(253 242 248 / 0.25);
}

.bg-pink-50\/30 {
  background-color: rgb(253 242 248 / 0.3);
}

.bg-pink-50\/40 {
  background-color: rgb(253 242 248 / 0.4);
}

.bg-pink-50\/5 {
  background-color: rgb(253 242 248 / 0.05);
}

.bg-pink-50\/50 {
  background-color: rgb(253 242 248 / 0.5);
}

.bg-pink-50\/60 {
  background-color: rgb(253 242 248 / 0.6);
}

.bg-pink-50\/70 {
  background-color: rgb(253 242 248 / 0.7);
}

.bg-pink-50\/75 {
  background-color: rgb(253 242 248 / 0.75);
}

.bg-pink-50\/80 {
  background-color: rgb(253 242 248 / 0.8);
}

.bg-pink-50\/90 {
  background-color: rgb(253 242 248 / 0.9);
}

.bg-pink-50\/95 {
  background-color: rgb(253 242 248 / 0.95);
}

.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity));
}

.bg-pink-500\/0 {
  background-color: rgb(236 72 153 / 0);
}

.bg-pink-500\/10 {
  background-color: rgb(236 72 153 / 0.1);
}

.bg-pink-500\/100 {
  background-color: rgb(236 72 153 / 1);
}

.bg-pink-500\/20 {
  background-color: rgb(236 72 153 / 0.2);
}

.bg-pink-500\/25 {
  background-color: rgb(236 72 153 / 0.25);
}

.bg-pink-500\/30 {
  background-color: rgb(236 72 153 / 0.3);
}

.bg-pink-500\/40 {
  background-color: rgb(236 72 153 / 0.4);
}

.bg-pink-500\/5 {
  background-color: rgb(236 72 153 / 0.05);
}

.bg-pink-500\/50 {
  background-color: rgb(236 72 153 / 0.5);
}

.bg-pink-500\/60 {
  background-color: rgb(236 72 153 / 0.6);
}

.bg-pink-500\/70 {
  background-color: rgb(236 72 153 / 0.7);
}

.bg-pink-500\/75 {
  background-color: rgb(236 72 153 / 0.75);
}

.bg-pink-500\/80 {
  background-color: rgb(236 72 153 / 0.8);
}

.bg-pink-500\/90 {
  background-color: rgb(236 72 153 / 0.9);
}

.bg-pink-500\/95 {
  background-color: rgb(236 72 153 / 0.95);
}

.bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity));
}

.bg-pink-600\/0 {
  background-color: rgb(219 39 119 / 0);
}

.bg-pink-600\/10 {
  background-color: rgb(219 39 119 / 0.1);
}

.bg-pink-600\/100 {
  background-color: rgb(219 39 119 / 1);
}

.bg-pink-600\/20 {
  background-color: rgb(219 39 119 / 0.2);
}

.bg-pink-600\/25 {
  background-color: rgb(219 39 119 / 0.25);
}

.bg-pink-600\/30 {
  background-color: rgb(219 39 119 / 0.3);
}

.bg-pink-600\/40 {
  background-color: rgb(219 39 119 / 0.4);
}

.bg-pink-600\/5 {
  background-color: rgb(219 39 119 / 0.05);
}

.bg-pink-600\/50 {
  background-color: rgb(219 39 119 / 0.5);
}

.bg-pink-600\/60 {
  background-color: rgb(219 39 119 / 0.6);
}

.bg-pink-600\/70 {
  background-color: rgb(219 39 119 / 0.7);
}

.bg-pink-600\/75 {
  background-color: rgb(219 39 119 / 0.75);
}

.bg-pink-600\/80 {
  background-color: rgb(219 39 119 / 0.8);
}

.bg-pink-600\/90 {
  background-color: rgb(219 39 119 / 0.9);
}

.bg-pink-600\/95 {
  background-color: rgb(219 39 119 / 0.95);
}

.bg-pink-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity));
}

.bg-pink-700\/0 {
  background-color: rgb(190 24 93 / 0);
}

.bg-pink-700\/10 {
  background-color: rgb(190 24 93 / 0.1);
}

.bg-pink-700\/100 {
  background-color: rgb(190 24 93 / 1);
}

.bg-pink-700\/20 {
  background-color: rgb(190 24 93 / 0.2);
}

.bg-pink-700\/25 {
  background-color: rgb(190 24 93 / 0.25);
}

.bg-pink-700\/30 {
  background-color: rgb(190 24 93 / 0.3);
}

.bg-pink-700\/40 {
  background-color: rgb(190 24 93 / 0.4);
}

.bg-pink-700\/5 {
  background-color: rgb(190 24 93 / 0.05);
}

.bg-pink-700\/50 {
  background-color: rgb(190 24 93 / 0.5);
}

.bg-pink-700\/60 {
  background-color: rgb(190 24 93 / 0.6);
}

.bg-pink-700\/70 {
  background-color: rgb(190 24 93 / 0.7);
}

.bg-pink-700\/75 {
  background-color: rgb(190 24 93 / 0.75);
}

.bg-pink-700\/80 {
  background-color: rgb(190 24 93 / 0.8);
}

.bg-pink-700\/90 {
  background-color: rgb(190 24 93 / 0.9);
}

.bg-pink-700\/95 {
  background-color: rgb(190 24 93 / 0.95);
}

.bg-pink-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity));
}

.bg-pink-800\/0 {
  background-color: rgb(157 23 77 / 0);
}

.bg-pink-800\/10 {
  background-color: rgb(157 23 77 / 0.1);
}

.bg-pink-800\/100 {
  background-color: rgb(157 23 77 / 1);
}

.bg-pink-800\/20 {
  background-color: rgb(157 23 77 / 0.2);
}

.bg-pink-800\/25 {
  background-color: rgb(157 23 77 / 0.25);
}

.bg-pink-800\/30 {
  background-color: rgb(157 23 77 / 0.3);
}

.bg-pink-800\/40 {
  background-color: rgb(157 23 77 / 0.4);
}

.bg-pink-800\/5 {
  background-color: rgb(157 23 77 / 0.05);
}

.bg-pink-800\/50 {
  background-color: rgb(157 23 77 / 0.5);
}

.bg-pink-800\/60 {
  background-color: rgb(157 23 77 / 0.6);
}

.bg-pink-800\/70 {
  background-color: rgb(157 23 77 / 0.7);
}

.bg-pink-800\/75 {
  background-color: rgb(157 23 77 / 0.75);
}

.bg-pink-800\/80 {
  background-color: rgb(157 23 77 / 0.8);
}

.bg-pink-800\/90 {
  background-color: rgb(157 23 77 / 0.9);
}

.bg-pink-800\/95 {
  background-color: rgb(157 23 77 / 0.95);
}

.bg-pink-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity));
}

.bg-pink-900\/0 {
  background-color: rgb(131 24 67 / 0);
}

.bg-pink-900\/10 {
  background-color: rgb(131 24 67 / 0.1);
}

.bg-pink-900\/100 {
  background-color: rgb(131 24 67 / 1);
}

.bg-pink-900\/20 {
  background-color: rgb(131 24 67 / 0.2);
}

.bg-pink-900\/25 {
  background-color: rgb(131 24 67 / 0.25);
}

.bg-pink-900\/30 {
  background-color: rgb(131 24 67 / 0.3);
}

.bg-pink-900\/40 {
  background-color: rgb(131 24 67 / 0.4);
}

.bg-pink-900\/5 {
  background-color: rgb(131 24 67 / 0.05);
}

.bg-pink-900\/50 {
  background-color: rgb(131 24 67 / 0.5);
}

.bg-pink-900\/60 {
  background-color: rgb(131 24 67 / 0.6);
}

.bg-pink-900\/70 {
  background-color: rgb(131 24 67 / 0.7);
}

.bg-pink-900\/75 {
  background-color: rgb(131 24 67 / 0.75);
}

.bg-pink-900\/80 {
  background-color: rgb(131 24 67 / 0.8);
}

.bg-pink-900\/90 {
  background-color: rgb(131 24 67 / 0.9);
}

.bg-pink-900\/95 {
  background-color: rgb(131 24 67 / 0.95);
}

.bg-pink-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(80 7 36 / var(--tw-bg-opacity));
}

.bg-pink-950\/0 {
  background-color: rgb(80 7 36 / 0);
}

.bg-pink-950\/10 {
  background-color: rgb(80 7 36 / 0.1);
}

.bg-pink-950\/100 {
  background-color: rgb(80 7 36 / 1);
}

.bg-pink-950\/20 {
  background-color: rgb(80 7 36 / 0.2);
}

.bg-pink-950\/25 {
  background-color: rgb(80 7 36 / 0.25);
}

.bg-pink-950\/30 {
  background-color: rgb(80 7 36 / 0.3);
}

.bg-pink-950\/40 {
  background-color: rgb(80 7 36 / 0.4);
}

.bg-pink-950\/5 {
  background-color: rgb(80 7 36 / 0.05);
}

.bg-pink-950\/50 {
  background-color: rgb(80 7 36 / 0.5);
}

.bg-pink-950\/60 {
  background-color: rgb(80 7 36 / 0.6);
}

.bg-pink-950\/70 {
  background-color: rgb(80 7 36 / 0.7);
}

.bg-pink-950\/75 {
  background-color: rgb(80 7 36 / 0.75);
}

.bg-pink-950\/80 {
  background-color: rgb(80 7 36 / 0.8);
}

.bg-pink-950\/90 {
  background-color: rgb(80 7 36 / 0.9);
}

.bg-pink-950\/95 {
  background-color: rgb(80 7 36 / 0.95);
}

.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
}

.bg-purple-100\/0 {
  background-color: rgb(243 232 255 / 0);
}

.bg-purple-100\/10 {
  background-color: rgb(243 232 255 / 0.1);
}

.bg-purple-100\/100 {
  background-color: rgb(243 232 255 / 1);
}

.bg-purple-100\/20 {
  background-color: rgb(243 232 255 / 0.2);
}

.bg-purple-100\/25 {
  background-color: rgb(243 232 255 / 0.25);
}

.bg-purple-100\/30 {
  background-color: rgb(243 232 255 / 0.3);
}

.bg-purple-100\/40 {
  background-color: rgb(243 232 255 / 0.4);
}

.bg-purple-100\/5 {
  background-color: rgb(243 232 255 / 0.05);
}

.bg-purple-100\/50 {
  background-color: rgb(243 232 255 / 0.5);
}

.bg-purple-100\/60 {
  background-color: rgb(243 232 255 / 0.6);
}

.bg-purple-100\/70 {
  background-color: rgb(243 232 255 / 0.7);
}

.bg-purple-100\/75 {
  background-color: rgb(243 232 255 / 0.75);
}

.bg-purple-100\/80 {
  background-color: rgb(243 232 255 / 0.8);
}

.bg-purple-100\/90 {
  background-color: rgb(243 232 255 / 0.9);
}

.bg-purple-100\/95 {
  background-color: rgb(243 232 255 / 0.95);
}

.bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity));
}

.bg-purple-200\/0 {
  background-color: rgb(233 213 255 / 0);
}

.bg-purple-200\/10 {
  background-color: rgb(233 213 255 / 0.1);
}

.bg-purple-200\/100 {
  background-color: rgb(233 213 255 / 1);
}

.bg-purple-200\/20 {
  background-color: rgb(233 213 255 / 0.2);
}

.bg-purple-200\/25 {
  background-color: rgb(233 213 255 / 0.25);
}

.bg-purple-200\/30 {
  background-color: rgb(233 213 255 / 0.3);
}

.bg-purple-200\/40 {
  background-color: rgb(233 213 255 / 0.4);
}

.bg-purple-200\/5 {
  background-color: rgb(233 213 255 / 0.05);
}

.bg-purple-200\/50 {
  background-color: rgb(233 213 255 / 0.5);
}

.bg-purple-200\/60 {
  background-color: rgb(233 213 255 / 0.6);
}

.bg-purple-200\/70 {
  background-color: rgb(233 213 255 / 0.7);
}

.bg-purple-200\/75 {
  background-color: rgb(233 213 255 / 0.75);
}

.bg-purple-200\/80 {
  background-color: rgb(233 213 255 / 0.8);
}

.bg-purple-200\/90 {
  background-color: rgb(233 213 255 / 0.9);
}

.bg-purple-200\/95 {
  background-color: rgb(233 213 255 / 0.95);
}

.bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity));
}

.bg-purple-300\/0 {
  background-color: rgb(216 180 254 / 0);
}

.bg-purple-300\/10 {
  background-color: rgb(216 180 254 / 0.1);
}

.bg-purple-300\/100 {
  background-color: rgb(216 180 254 / 1);
}

.bg-purple-300\/20 {
  background-color: rgb(216 180 254 / 0.2);
}

.bg-purple-300\/25 {
  background-color: rgb(216 180 254 / 0.25);
}

.bg-purple-300\/30 {
  background-color: rgb(216 180 254 / 0.3);
}

.bg-purple-300\/40 {
  background-color: rgb(216 180 254 / 0.4);
}

.bg-purple-300\/5 {
  background-color: rgb(216 180 254 / 0.05);
}

.bg-purple-300\/50 {
  background-color: rgb(216 180 254 / 0.5);
}

.bg-purple-300\/60 {
  background-color: rgb(216 180 254 / 0.6);
}

.bg-purple-300\/70 {
  background-color: rgb(216 180 254 / 0.7);
}

.bg-purple-300\/75 {
  background-color: rgb(216 180 254 / 0.75);
}

.bg-purple-300\/80 {
  background-color: rgb(216 180 254 / 0.8);
}

.bg-purple-300\/90 {
  background-color: rgb(216 180 254 / 0.9);
}

.bg-purple-300\/95 {
  background-color: rgb(216 180 254 / 0.95);
}

.bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity));
}

.bg-purple-400\/0 {
  background-color: rgb(192 132 252 / 0);
}

.bg-purple-400\/10 {
  background-color: rgb(192 132 252 / 0.1);
}

.bg-purple-400\/100 {
  background-color: rgb(192 132 252 / 1);
}

.bg-purple-400\/20 {
  background-color: rgb(192 132 252 / 0.2);
}

.bg-purple-400\/25 {
  background-color: rgb(192 132 252 / 0.25);
}

.bg-purple-400\/30 {
  background-color: rgb(192 132 252 / 0.3);
}

.bg-purple-400\/40 {
  background-color: rgb(192 132 252 / 0.4);
}

.bg-purple-400\/5 {
  background-color: rgb(192 132 252 / 0.05);
}

.bg-purple-400\/50 {
  background-color: rgb(192 132 252 / 0.5);
}

.bg-purple-400\/60 {
  background-color: rgb(192 132 252 / 0.6);
}

.bg-purple-400\/70 {
  background-color: rgb(192 132 252 / 0.7);
}

.bg-purple-400\/75 {
  background-color: rgb(192 132 252 / 0.75);
}

.bg-purple-400\/80 {
  background-color: rgb(192 132 252 / 0.8);
}

.bg-purple-400\/90 {
  background-color: rgb(192 132 252 / 0.9);
}

.bg-purple-400\/95 {
  background-color: rgb(192 132 252 / 0.95);
}

.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity));
}

.bg-purple-50\/0 {
  background-color: rgb(250 245 255 / 0);
}

.bg-purple-50\/10 {
  background-color: rgb(250 245 255 / 0.1);
}

.bg-purple-50\/100 {
  background-color: rgb(250 245 255 / 1);
}

.bg-purple-50\/20 {
  background-color: rgb(250 245 255 / 0.2);
}

.bg-purple-50\/25 {
  background-color: rgb(250 245 255 / 0.25);
}

.bg-purple-50\/30 {
  background-color: rgb(250 245 255 / 0.3);
}

.bg-purple-50\/40 {
  background-color: rgb(250 245 255 / 0.4);
}

.bg-purple-50\/5 {
  background-color: rgb(250 245 255 / 0.05);
}

.bg-purple-50\/50 {
  background-color: rgb(250 245 255 / 0.5);
}

.bg-purple-50\/60 {
  background-color: rgb(250 245 255 / 0.6);
}

.bg-purple-50\/70 {
  background-color: rgb(250 245 255 / 0.7);
}

.bg-purple-50\/75 {
  background-color: rgb(250 245 255 / 0.75);
}

.bg-purple-50\/80 {
  background-color: rgb(250 245 255 / 0.8);
}

.bg-purple-50\/90 {
  background-color: rgb(250 245 255 / 0.9);
}

.bg-purple-50\/95 {
  background-color: rgb(250 245 255 / 0.95);
}

.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity));
}

.bg-purple-500\/0 {
  background-color: rgb(168 85 247 / 0);
}

.bg-purple-500\/10 {
  background-color: rgb(168 85 247 / 0.1);
}

.bg-purple-500\/100 {
  background-color: rgb(168 85 247 / 1);
}

.bg-purple-500\/20 {
  background-color: rgb(168 85 247 / 0.2);
}

.bg-purple-500\/25 {
  background-color: rgb(168 85 247 / 0.25);
}

.bg-purple-500\/30 {
  background-color: rgb(168 85 247 / 0.3);
}

.bg-purple-500\/40 {
  background-color: rgb(168 85 247 / 0.4);
}

.bg-purple-500\/5 {
  background-color: rgb(168 85 247 / 0.05);
}

.bg-purple-500\/50 {
  background-color: rgb(168 85 247 / 0.5);
}

.bg-purple-500\/60 {
  background-color: rgb(168 85 247 / 0.6);
}

.bg-purple-500\/70 {
  background-color: rgb(168 85 247 / 0.7);
}

.bg-purple-500\/75 {
  background-color: rgb(168 85 247 / 0.75);
}

.bg-purple-500\/80 {
  background-color: rgb(168 85 247 / 0.8);
}

.bg-purple-500\/90 {
  background-color: rgb(168 85 247 / 0.9);
}

.bg-purple-500\/95 {
  background-color: rgb(168 85 247 / 0.95);
}

.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity));
}

.bg-purple-600\/0 {
  background-color: rgb(147 51 234 / 0);
}

.bg-purple-600\/10 {
  background-color: rgb(147 51 234 / 0.1);
}

.bg-purple-600\/100 {
  background-color: rgb(147 51 234 / 1);
}

.bg-purple-600\/20 {
  background-color: rgb(147 51 234 / 0.2);
}

.bg-purple-600\/25 {
  background-color: rgb(147 51 234 / 0.25);
}

.bg-purple-600\/30 {
  background-color: rgb(147 51 234 / 0.3);
}

.bg-purple-600\/40 {
  background-color: rgb(147 51 234 / 0.4);
}

.bg-purple-600\/5 {
  background-color: rgb(147 51 234 / 0.05);
}

.bg-purple-600\/50 {
  background-color: rgb(147 51 234 / 0.5);
}

.bg-purple-600\/60 {
  background-color: rgb(147 51 234 / 0.6);
}

.bg-purple-600\/70 {
  background-color: rgb(147 51 234 / 0.7);
}

.bg-purple-600\/75 {
  background-color: rgb(147 51 234 / 0.75);
}

.bg-purple-600\/80 {
  background-color: rgb(147 51 234 / 0.8);
}

.bg-purple-600\/90 {
  background-color: rgb(147 51 234 / 0.9);
}

.bg-purple-600\/95 {
  background-color: rgb(147 51 234 / 0.95);
}

.bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity));
}

.bg-purple-700\/0 {
  background-color: rgb(126 34 206 / 0);
}

.bg-purple-700\/10 {
  background-color: rgb(126 34 206 / 0.1);
}

.bg-purple-700\/100 {
  background-color: rgb(126 34 206 / 1);
}

.bg-purple-700\/20 {
  background-color: rgb(126 34 206 / 0.2);
}

.bg-purple-700\/25 {
  background-color: rgb(126 34 206 / 0.25);
}

.bg-purple-700\/30 {
  background-color: rgb(126 34 206 / 0.3);
}

.bg-purple-700\/40 {
  background-color: rgb(126 34 206 / 0.4);
}

.bg-purple-700\/5 {
  background-color: rgb(126 34 206 / 0.05);
}

.bg-purple-700\/50 {
  background-color: rgb(126 34 206 / 0.5);
}

.bg-purple-700\/60 {
  background-color: rgb(126 34 206 / 0.6);
}

.bg-purple-700\/70 {
  background-color: rgb(126 34 206 / 0.7);
}

.bg-purple-700\/75 {
  background-color: rgb(126 34 206 / 0.75);
}

.bg-purple-700\/80 {
  background-color: rgb(126 34 206 / 0.8);
}

.bg-purple-700\/90 {
  background-color: rgb(126 34 206 / 0.9);
}

.bg-purple-700\/95 {
  background-color: rgb(126 34 206 / 0.95);
}

.bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity));
}

.bg-purple-800\/0 {
  background-color: rgb(107 33 168 / 0);
}

.bg-purple-800\/10 {
  background-color: rgb(107 33 168 / 0.1);
}

.bg-purple-800\/100 {
  background-color: rgb(107 33 168 / 1);
}

.bg-purple-800\/20 {
  background-color: rgb(107 33 168 / 0.2);
}

.bg-purple-800\/25 {
  background-color: rgb(107 33 168 / 0.25);
}

.bg-purple-800\/30 {
  background-color: rgb(107 33 168 / 0.3);
}

.bg-purple-800\/40 {
  background-color: rgb(107 33 168 / 0.4);
}

.bg-purple-800\/5 {
  background-color: rgb(107 33 168 / 0.05);
}

.bg-purple-800\/50 {
  background-color: rgb(107 33 168 / 0.5);
}

.bg-purple-800\/60 {
  background-color: rgb(107 33 168 / 0.6);
}

.bg-purple-800\/70 {
  background-color: rgb(107 33 168 / 0.7);
}

.bg-purple-800\/75 {
  background-color: rgb(107 33 168 / 0.75);
}

.bg-purple-800\/80 {
  background-color: rgb(107 33 168 / 0.8);
}

.bg-purple-800\/90 {
  background-color: rgb(107 33 168 / 0.9);
}

.bg-purple-800\/95 {
  background-color: rgb(107 33 168 / 0.95);
}

.bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity));
}

.bg-purple-900\/0 {
  background-color: rgb(88 28 135 / 0);
}

.bg-purple-900\/10 {
  background-color: rgb(88 28 135 / 0.1);
}

.bg-purple-900\/100 {
  background-color: rgb(88 28 135 / 1);
}

.bg-purple-900\/20 {
  background-color: rgb(88 28 135 / 0.2);
}

.bg-purple-900\/25 {
  background-color: rgb(88 28 135 / 0.25);
}

.bg-purple-900\/30 {
  background-color: rgb(88 28 135 / 0.3);
}

.bg-purple-900\/40 {
  background-color: rgb(88 28 135 / 0.4);
}

.bg-purple-900\/5 {
  background-color: rgb(88 28 135 / 0.05);
}

.bg-purple-900\/50 {
  background-color: rgb(88 28 135 / 0.5);
}

.bg-purple-900\/60 {
  background-color: rgb(88 28 135 / 0.6);
}

.bg-purple-900\/70 {
  background-color: rgb(88 28 135 / 0.7);
}

.bg-purple-900\/75 {
  background-color: rgb(88 28 135 / 0.75);
}

.bg-purple-900\/80 {
  background-color: rgb(88 28 135 / 0.8);
}

.bg-purple-900\/90 {
  background-color: rgb(88 28 135 / 0.9);
}

.bg-purple-900\/95 {
  background-color: rgb(88 28 135 / 0.95);
}

.bg-purple-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity));
}

.bg-purple-950\/0 {
  background-color: rgb(59 7 100 / 0);
}

.bg-purple-950\/10 {
  background-color: rgb(59 7 100 / 0.1);
}

.bg-purple-950\/100 {
  background-color: rgb(59 7 100 / 1);
}

.bg-purple-950\/20 {
  background-color: rgb(59 7 100 / 0.2);
}

.bg-purple-950\/25 {
  background-color: rgb(59 7 100 / 0.25);
}

.bg-purple-950\/30 {
  background-color: rgb(59 7 100 / 0.3);
}

.bg-purple-950\/40 {
  background-color: rgb(59 7 100 / 0.4);
}

.bg-purple-950\/5 {
  background-color: rgb(59 7 100 / 0.05);
}

.bg-purple-950\/50 {
  background-color: rgb(59 7 100 / 0.5);
}

.bg-purple-950\/60 {
  background-color: rgb(59 7 100 / 0.6);
}

.bg-purple-950\/70 {
  background-color: rgb(59 7 100 / 0.7);
}

.bg-purple-950\/75 {
  background-color: rgb(59 7 100 / 0.75);
}

.bg-purple-950\/80 {
  background-color: rgb(59 7 100 / 0.8);
}

.bg-purple-950\/90 {
  background-color: rgb(59 7 100 / 0.9);
}

.bg-purple-950\/95 {
  background-color: rgb(59 7 100 / 0.95);
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.bg-red-100\/0 {
  background-color: rgb(254 226 226 / 0);
}

.bg-red-100\/10 {
  background-color: rgb(254 226 226 / 0.1);
}

.bg-red-100\/100 {
  background-color: rgb(254 226 226 / 1);
}

.bg-red-100\/20 {
  background-color: rgb(254 226 226 / 0.2);
}

.bg-red-100\/25 {
  background-color: rgb(254 226 226 / 0.25);
}

.bg-red-100\/30 {
  background-color: rgb(254 226 226 / 0.3);
}

.bg-red-100\/40 {
  background-color: rgb(254 226 226 / 0.4);
}

.bg-red-100\/5 {
  background-color: rgb(254 226 226 / 0.05);
}

.bg-red-100\/50 {
  background-color: rgb(254 226 226 / 0.5);
}

.bg-red-100\/60 {
  background-color: rgb(254 226 226 / 0.6);
}

.bg-red-100\/70 {
  background-color: rgb(254 226 226 / 0.7);
}

.bg-red-100\/75 {
  background-color: rgb(254 226 226 / 0.75);
}

.bg-red-100\/80 {
  background-color: rgb(254 226 226 / 0.8);
}

.bg-red-100\/90 {
  background-color: rgb(254 226 226 / 0.9);
}

.bg-red-100\/95 {
  background-color: rgb(254 226 226 / 0.95);
}

.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}

.bg-red-200\/0 {
  background-color: rgb(254 202 202 / 0);
}

.bg-red-200\/10 {
  background-color: rgb(254 202 202 / 0.1);
}

.bg-red-200\/100 {
  background-color: rgb(254 202 202 / 1);
}

.bg-red-200\/20 {
  background-color: rgb(254 202 202 / 0.2);
}

.bg-red-200\/25 {
  background-color: rgb(254 202 202 / 0.25);
}

.bg-red-200\/30 {
  background-color: rgb(254 202 202 / 0.3);
}

.bg-red-200\/40 {
  background-color: rgb(254 202 202 / 0.4);
}

.bg-red-200\/5 {
  background-color: rgb(254 202 202 / 0.05);
}

.bg-red-200\/50 {
  background-color: rgb(254 202 202 / 0.5);
}

.bg-red-200\/60 {
  background-color: rgb(254 202 202 / 0.6);
}

.bg-red-200\/70 {
  background-color: rgb(254 202 202 / 0.7);
}

.bg-red-200\/75 {
  background-color: rgb(254 202 202 / 0.75);
}

.bg-red-200\/80 {
  background-color: rgb(254 202 202 / 0.8);
}

.bg-red-200\/90 {
  background-color: rgb(254 202 202 / 0.9);
}

.bg-red-200\/95 {
  background-color: rgb(254 202 202 / 0.95);
}

.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}

.bg-red-300\/0 {
  background-color: rgb(252 165 165 / 0);
}

.bg-red-300\/10 {
  background-color: rgb(252 165 165 / 0.1);
}

.bg-red-300\/100 {
  background-color: rgb(252 165 165 / 1);
}

.bg-red-300\/20 {
  background-color: rgb(252 165 165 / 0.2);
}

.bg-red-300\/25 {
  background-color: rgb(252 165 165 / 0.25);
}

.bg-red-300\/30 {
  background-color: rgb(252 165 165 / 0.3);
}

.bg-red-300\/40 {
  background-color: rgb(252 165 165 / 0.4);
}

.bg-red-300\/5 {
  background-color: rgb(252 165 165 / 0.05);
}

.bg-red-300\/50 {
  background-color: rgb(252 165 165 / 0.5);
}

.bg-red-300\/60 {
  background-color: rgb(252 165 165 / 0.6);
}

.bg-red-300\/70 {
  background-color: rgb(252 165 165 / 0.7);
}

.bg-red-300\/75 {
  background-color: rgb(252 165 165 / 0.75);
}

.bg-red-300\/80 {
  background-color: rgb(252 165 165 / 0.8);
}

.bg-red-300\/90 {
  background-color: rgb(252 165 165 / 0.9);
}

.bg-red-300\/95 {
  background-color: rgb(252 165 165 / 0.95);
}

.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}

.bg-red-400\/0 {
  background-color: rgb(248 113 113 / 0);
}

.bg-red-400\/10 {
  background-color: rgb(248 113 113 / 0.1);
}

.bg-red-400\/100 {
  background-color: rgb(248 113 113 / 1);
}

.bg-red-400\/20 {
  background-color: rgb(248 113 113 / 0.2);
}

.bg-red-400\/25 {
  background-color: rgb(248 113 113 / 0.25);
}

.bg-red-400\/30 {
  background-color: rgb(248 113 113 / 0.3);
}

.bg-red-400\/40 {
  background-color: rgb(248 113 113 / 0.4);
}

.bg-red-400\/5 {
  background-color: rgb(248 113 113 / 0.05);
}

.bg-red-400\/50 {
  background-color: rgb(248 113 113 / 0.5);
}

.bg-red-400\/60 {
  background-color: rgb(248 113 113 / 0.6);
}

.bg-red-400\/70 {
  background-color: rgb(248 113 113 / 0.7);
}

.bg-red-400\/75 {
  background-color: rgb(248 113 113 / 0.75);
}

.bg-red-400\/80 {
  background-color: rgb(248 113 113 / 0.8);
}

.bg-red-400\/90 {
  background-color: rgb(248 113 113 / 0.9);
}

.bg-red-400\/95 {
  background-color: rgb(248 113 113 / 0.95);
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.bg-red-50\/0 {
  background-color: rgb(254 242 242 / 0);
}

.bg-red-50\/10 {
  background-color: rgb(254 242 242 / 0.1);
}

.bg-red-50\/100 {
  background-color: rgb(254 242 242 / 1);
}

.bg-red-50\/20 {
  background-color: rgb(254 242 242 / 0.2);
}

.bg-red-50\/25 {
  background-color: rgb(254 242 242 / 0.25);
}

.bg-red-50\/30 {
  background-color: rgb(254 242 242 / 0.3);
}

.bg-red-50\/40 {
  background-color: rgb(254 242 242 / 0.4);
}

.bg-red-50\/5 {
  background-color: rgb(254 242 242 / 0.05);
}

.bg-red-50\/50 {
  background-color: rgb(254 242 242 / 0.5);
}

.bg-red-50\/60 {
  background-color: rgb(254 242 242 / 0.6);
}

.bg-red-50\/70 {
  background-color: rgb(254 242 242 / 0.7);
}

.bg-red-50\/75 {
  background-color: rgb(254 242 242 / 0.75);
}

.bg-red-50\/80 {
  background-color: rgb(254 242 242 / 0.8);
}

.bg-red-50\/90 {
  background-color: rgb(254 242 242 / 0.9);
}

.bg-red-50\/95 {
  background-color: rgb(254 242 242 / 0.95);
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.bg-red-500\/0 {
  background-color: rgb(239 68 68 / 0);
}

.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}

.bg-red-500\/100 {
  background-color: rgb(239 68 68 / 1);
}

.bg-red-500\/20 {
  background-color: rgb(239 68 68 / 0.2);
}

.bg-red-500\/25 {
  background-color: rgb(239 68 68 / 0.25);
}

.bg-red-500\/30 {
  background-color: rgb(239 68 68 / 0.3);
}

.bg-red-500\/40 {
  background-color: rgb(239 68 68 / 0.4);
}

.bg-red-500\/5 {
  background-color: rgb(239 68 68 / 0.05);
}

.bg-red-500\/50 {
  background-color: rgb(239 68 68 / 0.5);
}

.bg-red-500\/60 {
  background-color: rgb(239 68 68 / 0.6);
}

.bg-red-500\/70 {
  background-color: rgb(239 68 68 / 0.7);
}

.bg-red-500\/75 {
  background-color: rgb(239 68 68 / 0.75);
}

.bg-red-500\/80 {
  background-color: rgb(239 68 68 / 0.8);
}

.bg-red-500\/90 {
  background-color: rgb(239 68 68 / 0.9);
}

.bg-red-500\/95 {
  background-color: rgb(239 68 68 / 0.95);
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.bg-red-600\/0 {
  background-color: rgb(220 38 38 / 0);
}

.bg-red-600\/10 {
  background-color: rgb(220 38 38 / 0.1);
}

.bg-red-600\/100 {
  background-color: rgb(220 38 38 / 1);
}

.bg-red-600\/20 {
  background-color: rgb(220 38 38 / 0.2);
}

.bg-red-600\/25 {
  background-color: rgb(220 38 38 / 0.25);
}

.bg-red-600\/30 {
  background-color: rgb(220 38 38 / 0.3);
}

.bg-red-600\/40 {
  background-color: rgb(220 38 38 / 0.4);
}

.bg-red-600\/5 {
  background-color: rgb(220 38 38 / 0.05);
}

.bg-red-600\/50 {
  background-color: rgb(220 38 38 / 0.5);
}

.bg-red-600\/60 {
  background-color: rgb(220 38 38 / 0.6);
}

.bg-red-600\/70 {
  background-color: rgb(220 38 38 / 0.7);
}

.bg-red-600\/75 {
  background-color: rgb(220 38 38 / 0.75);
}

.bg-red-600\/80 {
  background-color: rgb(220 38 38 / 0.8);
}

.bg-red-600\/90 {
  background-color: rgb(220 38 38 / 0.9);
}

.bg-red-600\/95 {
  background-color: rgb(220 38 38 / 0.95);
}

.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

.bg-red-700\/0 {
  background-color: rgb(185 28 28 / 0);
}

.bg-red-700\/10 {
  background-color: rgb(185 28 28 / 0.1);
}

.bg-red-700\/100 {
  background-color: rgb(185 28 28 / 1);
}

.bg-red-700\/20 {
  background-color: rgb(185 28 28 / 0.2);
}

.bg-red-700\/25 {
  background-color: rgb(185 28 28 / 0.25);
}

.bg-red-700\/30 {
  background-color: rgb(185 28 28 / 0.3);
}

.bg-red-700\/40 {
  background-color: rgb(185 28 28 / 0.4);
}

.bg-red-700\/5 {
  background-color: rgb(185 28 28 / 0.05);
}

.bg-red-700\/50 {
  background-color: rgb(185 28 28 / 0.5);
}

.bg-red-700\/60 {
  background-color: rgb(185 28 28 / 0.6);
}

.bg-red-700\/70 {
  background-color: rgb(185 28 28 / 0.7);
}

.bg-red-700\/75 {
  background-color: rgb(185 28 28 / 0.75);
}

.bg-red-700\/80 {
  background-color: rgb(185 28 28 / 0.8);
}

.bg-red-700\/90 {
  background-color: rgb(185 28 28 / 0.9);
}

.bg-red-700\/95 {
  background-color: rgb(185 28 28 / 0.95);
}

.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}

.bg-red-800\/0 {
  background-color: rgb(153 27 27 / 0);
}

.bg-red-800\/10 {
  background-color: rgb(153 27 27 / 0.1);
}

.bg-red-800\/100 {
  background-color: rgb(153 27 27 / 1);
}

.bg-red-800\/20 {
  background-color: rgb(153 27 27 / 0.2);
}

.bg-red-800\/25 {
  background-color: rgb(153 27 27 / 0.25);
}

.bg-red-800\/30 {
  background-color: rgb(153 27 27 / 0.3);
}

.bg-red-800\/40 {
  background-color: rgb(153 27 27 / 0.4);
}

.bg-red-800\/5 {
  background-color: rgb(153 27 27 / 0.05);
}

.bg-red-800\/50 {
  background-color: rgb(153 27 27 / 0.5);
}

.bg-red-800\/60 {
  background-color: rgb(153 27 27 / 0.6);
}

.bg-red-800\/70 {
  background-color: rgb(153 27 27 / 0.7);
}

.bg-red-800\/75 {
  background-color: rgb(153 27 27 / 0.75);
}

.bg-red-800\/80 {
  background-color: rgb(153 27 27 / 0.8);
}

.bg-red-800\/90 {
  background-color: rgb(153 27 27 / 0.9);
}

.bg-red-800\/95 {
  background-color: rgb(153 27 27 / 0.95);
}

.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}

.bg-red-900\/0 {
  background-color: rgb(127 29 29 / 0);
}

.bg-red-900\/10 {
  background-color: rgb(127 29 29 / 0.1);
}

.bg-red-900\/100 {
  background-color: rgb(127 29 29 / 1);
}

.bg-red-900\/20 {
  background-color: rgb(127 29 29 / 0.2);
}

.bg-red-900\/25 {
  background-color: rgb(127 29 29 / 0.25);
}

.bg-red-900\/30 {
  background-color: rgb(127 29 29 / 0.3);
}

.bg-red-900\/40 {
  background-color: rgb(127 29 29 / 0.4);
}

.bg-red-900\/5 {
  background-color: rgb(127 29 29 / 0.05);
}

.bg-red-900\/50 {
  background-color: rgb(127 29 29 / 0.5);
}

.bg-red-900\/60 {
  background-color: rgb(127 29 29 / 0.6);
}

.bg-red-900\/70 {
  background-color: rgb(127 29 29 / 0.7);
}

.bg-red-900\/75 {
  background-color: rgb(127 29 29 / 0.75);
}

.bg-red-900\/80 {
  background-color: rgb(127 29 29 / 0.8);
}

.bg-red-900\/90 {
  background-color: rgb(127 29 29 / 0.9);
}

.bg-red-900\/95 {
  background-color: rgb(127 29 29 / 0.95);
}

.bg-red-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity));
}

.bg-red-950\/0 {
  background-color: rgb(69 10 10 / 0);
}

.bg-red-950\/10 {
  background-color: rgb(69 10 10 / 0.1);
}

.bg-red-950\/100 {
  background-color: rgb(69 10 10 / 1);
}

.bg-red-950\/20 {
  background-color: rgb(69 10 10 / 0.2);
}

.bg-red-950\/25 {
  background-color: rgb(69 10 10 / 0.25);
}

.bg-red-950\/30 {
  background-color: rgb(69 10 10 / 0.3);
}

.bg-red-950\/40 {
  background-color: rgb(69 10 10 / 0.4);
}

.bg-red-950\/5 {
  background-color: rgb(69 10 10 / 0.05);
}

.bg-red-950\/50 {
  background-color: rgb(69 10 10 / 0.5);
}

.bg-red-950\/60 {
  background-color: rgb(69 10 10 / 0.6);
}

.bg-red-950\/70 {
  background-color: rgb(69 10 10 / 0.7);
}

.bg-red-950\/75 {
  background-color: rgb(69 10 10 / 0.75);
}

.bg-red-950\/80 {
  background-color: rgb(69 10 10 / 0.8);
}

.bg-red-950\/90 {
  background-color: rgb(69 10 10 / 0.9);
}

.bg-red-950\/95 {
  background-color: rgb(69 10 10 / 0.95);
}

.bg-rose-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity));
}

.bg-rose-100\/0 {
  background-color: rgb(255 228 230 / 0);
}

.bg-rose-100\/10 {
  background-color: rgb(255 228 230 / 0.1);
}

.bg-rose-100\/100 {
  background-color: rgb(255 228 230 / 1);
}

.bg-rose-100\/20 {
  background-color: rgb(255 228 230 / 0.2);
}

.bg-rose-100\/25 {
  background-color: rgb(255 228 230 / 0.25);
}

.bg-rose-100\/30 {
  background-color: rgb(255 228 230 / 0.3);
}

.bg-rose-100\/40 {
  background-color: rgb(255 228 230 / 0.4);
}

.bg-rose-100\/5 {
  background-color: rgb(255 228 230 / 0.05);
}

.bg-rose-100\/50 {
  background-color: rgb(255 228 230 / 0.5);
}

.bg-rose-100\/60 {
  background-color: rgb(255 228 230 / 0.6);
}

.bg-rose-100\/70 {
  background-color: rgb(255 228 230 / 0.7);
}

.bg-rose-100\/75 {
  background-color: rgb(255 228 230 / 0.75);
}

.bg-rose-100\/80 {
  background-color: rgb(255 228 230 / 0.8);
}

.bg-rose-100\/90 {
  background-color: rgb(255 228 230 / 0.9);
}

.bg-rose-100\/95 {
  background-color: rgb(255 228 230 / 0.95);
}

.bg-rose-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity));
}

.bg-rose-200\/0 {
  background-color: rgb(254 205 211 / 0);
}

.bg-rose-200\/10 {
  background-color: rgb(254 205 211 / 0.1);
}

.bg-rose-200\/100 {
  background-color: rgb(254 205 211 / 1);
}

.bg-rose-200\/20 {
  background-color: rgb(254 205 211 / 0.2);
}

.bg-rose-200\/25 {
  background-color: rgb(254 205 211 / 0.25);
}

.bg-rose-200\/30 {
  background-color: rgb(254 205 211 / 0.3);
}

.bg-rose-200\/40 {
  background-color: rgb(254 205 211 / 0.4);
}

.bg-rose-200\/5 {
  background-color: rgb(254 205 211 / 0.05);
}

.bg-rose-200\/50 {
  background-color: rgb(254 205 211 / 0.5);
}

.bg-rose-200\/60 {
  background-color: rgb(254 205 211 / 0.6);
}

.bg-rose-200\/70 {
  background-color: rgb(254 205 211 / 0.7);
}

.bg-rose-200\/75 {
  background-color: rgb(254 205 211 / 0.75);
}

.bg-rose-200\/80 {
  background-color: rgb(254 205 211 / 0.8);
}

.bg-rose-200\/90 {
  background-color: rgb(254 205 211 / 0.9);
}

.bg-rose-200\/95 {
  background-color: rgb(254 205 211 / 0.95);
}

.bg-rose-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity));
}

.bg-rose-300\/0 {
  background-color: rgb(253 164 175 / 0);
}

.bg-rose-300\/10 {
  background-color: rgb(253 164 175 / 0.1);
}

.bg-rose-300\/100 {
  background-color: rgb(253 164 175 / 1);
}

.bg-rose-300\/20 {
  background-color: rgb(253 164 175 / 0.2);
}

.bg-rose-300\/25 {
  background-color: rgb(253 164 175 / 0.25);
}

.bg-rose-300\/30 {
  background-color: rgb(253 164 175 / 0.3);
}

.bg-rose-300\/40 {
  background-color: rgb(253 164 175 / 0.4);
}

.bg-rose-300\/5 {
  background-color: rgb(253 164 175 / 0.05);
}

.bg-rose-300\/50 {
  background-color: rgb(253 164 175 / 0.5);
}

.bg-rose-300\/60 {
  background-color: rgb(253 164 175 / 0.6);
}

.bg-rose-300\/70 {
  background-color: rgb(253 164 175 / 0.7);
}

.bg-rose-300\/75 {
  background-color: rgb(253 164 175 / 0.75);
}

.bg-rose-300\/80 {
  background-color: rgb(253 164 175 / 0.8);
}

.bg-rose-300\/90 {
  background-color: rgb(253 164 175 / 0.9);
}

.bg-rose-300\/95 {
  background-color: rgb(253 164 175 / 0.95);
}

.bg-rose-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity));
}

.bg-rose-400\/0 {
  background-color: rgb(251 113 133 / 0);
}

.bg-rose-400\/10 {
  background-color: rgb(251 113 133 / 0.1);
}

.bg-rose-400\/100 {
  background-color: rgb(251 113 133 / 1);
}

.bg-rose-400\/20 {
  background-color: rgb(251 113 133 / 0.2);
}

.bg-rose-400\/25 {
  background-color: rgb(251 113 133 / 0.25);
}

.bg-rose-400\/30 {
  background-color: rgb(251 113 133 / 0.3);
}

.bg-rose-400\/40 {
  background-color: rgb(251 113 133 / 0.4);
}

.bg-rose-400\/5 {
  background-color: rgb(251 113 133 / 0.05);
}

.bg-rose-400\/50 {
  background-color: rgb(251 113 133 / 0.5);
}

.bg-rose-400\/60 {
  background-color: rgb(251 113 133 / 0.6);
}

.bg-rose-400\/70 {
  background-color: rgb(251 113 133 / 0.7);
}

.bg-rose-400\/75 {
  background-color: rgb(251 113 133 / 0.75);
}

.bg-rose-400\/80 {
  background-color: rgb(251 113 133 / 0.8);
}

.bg-rose-400\/90 {
  background-color: rgb(251 113 133 / 0.9);
}

.bg-rose-400\/95 {
  background-color: rgb(251 113 133 / 0.95);
}

.bg-rose-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity));
}

.bg-rose-50\/0 {
  background-color: rgb(255 241 242 / 0);
}

.bg-rose-50\/10 {
  background-color: rgb(255 241 242 / 0.1);
}

.bg-rose-50\/100 {
  background-color: rgb(255 241 242 / 1);
}

.bg-rose-50\/20 {
  background-color: rgb(255 241 242 / 0.2);
}

.bg-rose-50\/25 {
  background-color: rgb(255 241 242 / 0.25);
}

.bg-rose-50\/30 {
  background-color: rgb(255 241 242 / 0.3);
}

.bg-rose-50\/40 {
  background-color: rgb(255 241 242 / 0.4);
}

.bg-rose-50\/5 {
  background-color: rgb(255 241 242 / 0.05);
}

.bg-rose-50\/50 {
  background-color: rgb(255 241 242 / 0.5);
}

.bg-rose-50\/60 {
  background-color: rgb(255 241 242 / 0.6);
}

.bg-rose-50\/70 {
  background-color: rgb(255 241 242 / 0.7);
}

.bg-rose-50\/75 {
  background-color: rgb(255 241 242 / 0.75);
}

.bg-rose-50\/80 {
  background-color: rgb(255 241 242 / 0.8);
}

.bg-rose-50\/90 {
  background-color: rgb(255 241 242 / 0.9);
}

.bg-rose-50\/95 {
  background-color: rgb(255 241 242 / 0.95);
}

.bg-rose-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity));
}

.bg-rose-500\/0 {
  background-color: rgb(244 63 94 / 0);
}

.bg-rose-500\/10 {
  background-color: rgb(244 63 94 / 0.1);
}

.bg-rose-500\/100 {
  background-color: rgb(244 63 94 / 1);
}

.bg-rose-500\/20 {
  background-color: rgb(244 63 94 / 0.2);
}

.bg-rose-500\/25 {
  background-color: rgb(244 63 94 / 0.25);
}

.bg-rose-500\/30 {
  background-color: rgb(244 63 94 / 0.3);
}

.bg-rose-500\/40 {
  background-color: rgb(244 63 94 / 0.4);
}

.bg-rose-500\/5 {
  background-color: rgb(244 63 94 / 0.05);
}

.bg-rose-500\/50 {
  background-color: rgb(244 63 94 / 0.5);
}

.bg-rose-500\/60 {
  background-color: rgb(244 63 94 / 0.6);
}

.bg-rose-500\/70 {
  background-color: rgb(244 63 94 / 0.7);
}

.bg-rose-500\/75 {
  background-color: rgb(244 63 94 / 0.75);
}

.bg-rose-500\/80 {
  background-color: rgb(244 63 94 / 0.8);
}

.bg-rose-500\/90 {
  background-color: rgb(244 63 94 / 0.9);
}

.bg-rose-500\/95 {
  background-color: rgb(244 63 94 / 0.95);
}

.bg-rose-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity));
}

.bg-rose-600\/0 {
  background-color: rgb(225 29 72 / 0);
}

.bg-rose-600\/10 {
  background-color: rgb(225 29 72 / 0.1);
}

.bg-rose-600\/100 {
  background-color: rgb(225 29 72 / 1);
}

.bg-rose-600\/20 {
  background-color: rgb(225 29 72 / 0.2);
}

.bg-rose-600\/25 {
  background-color: rgb(225 29 72 / 0.25);
}

.bg-rose-600\/30 {
  background-color: rgb(225 29 72 / 0.3);
}

.bg-rose-600\/40 {
  background-color: rgb(225 29 72 / 0.4);
}

.bg-rose-600\/5 {
  background-color: rgb(225 29 72 / 0.05);
}

.bg-rose-600\/50 {
  background-color: rgb(225 29 72 / 0.5);
}

.bg-rose-600\/60 {
  background-color: rgb(225 29 72 / 0.6);
}

.bg-rose-600\/70 {
  background-color: rgb(225 29 72 / 0.7);
}

.bg-rose-600\/75 {
  background-color: rgb(225 29 72 / 0.75);
}

.bg-rose-600\/80 {
  background-color: rgb(225 29 72 / 0.8);
}

.bg-rose-600\/90 {
  background-color: rgb(225 29 72 / 0.9);
}

.bg-rose-600\/95 {
  background-color: rgb(225 29 72 / 0.95);
}

.bg-rose-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity));
}

.bg-rose-700\/0 {
  background-color: rgb(190 18 60 / 0);
}

.bg-rose-700\/10 {
  background-color: rgb(190 18 60 / 0.1);
}

.bg-rose-700\/100 {
  background-color: rgb(190 18 60 / 1);
}

.bg-rose-700\/20 {
  background-color: rgb(190 18 60 / 0.2);
}

.bg-rose-700\/25 {
  background-color: rgb(190 18 60 / 0.25);
}

.bg-rose-700\/30 {
  background-color: rgb(190 18 60 / 0.3);
}

.bg-rose-700\/40 {
  background-color: rgb(190 18 60 / 0.4);
}

.bg-rose-700\/5 {
  background-color: rgb(190 18 60 / 0.05);
}

.bg-rose-700\/50 {
  background-color: rgb(190 18 60 / 0.5);
}

.bg-rose-700\/60 {
  background-color: rgb(190 18 60 / 0.6);
}

.bg-rose-700\/70 {
  background-color: rgb(190 18 60 / 0.7);
}

.bg-rose-700\/75 {
  background-color: rgb(190 18 60 / 0.75);
}

.bg-rose-700\/80 {
  background-color: rgb(190 18 60 / 0.8);
}

.bg-rose-700\/90 {
  background-color: rgb(190 18 60 / 0.9);
}

.bg-rose-700\/95 {
  background-color: rgb(190 18 60 / 0.95);
}

.bg-rose-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(159 18 57 / var(--tw-bg-opacity));
}

.bg-rose-800\/0 {
  background-color: rgb(159 18 57 / 0);
}

.bg-rose-800\/10 {
  background-color: rgb(159 18 57 / 0.1);
}

.bg-rose-800\/100 {
  background-color: rgb(159 18 57 / 1);
}

.bg-rose-800\/20 {
  background-color: rgb(159 18 57 / 0.2);
}

.bg-rose-800\/25 {
  background-color: rgb(159 18 57 / 0.25);
}

.bg-rose-800\/30 {
  background-color: rgb(159 18 57 / 0.3);
}

.bg-rose-800\/40 {
  background-color: rgb(159 18 57 / 0.4);
}

.bg-rose-800\/5 {
  background-color: rgb(159 18 57 / 0.05);
}

.bg-rose-800\/50 {
  background-color: rgb(159 18 57 / 0.5);
}

.bg-rose-800\/60 {
  background-color: rgb(159 18 57 / 0.6);
}

.bg-rose-800\/70 {
  background-color: rgb(159 18 57 / 0.7);
}

.bg-rose-800\/75 {
  background-color: rgb(159 18 57 / 0.75);
}

.bg-rose-800\/80 {
  background-color: rgb(159 18 57 / 0.8);
}

.bg-rose-800\/90 {
  background-color: rgb(159 18 57 / 0.9);
}

.bg-rose-800\/95 {
  background-color: rgb(159 18 57 / 0.95);
}

.bg-rose-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 55 / var(--tw-bg-opacity));
}

.bg-rose-900\/0 {
  background-color: rgb(136 19 55 / 0);
}

.bg-rose-900\/10 {
  background-color: rgb(136 19 55 / 0.1);
}

.bg-rose-900\/100 {
  background-color: rgb(136 19 55 / 1);
}

.bg-rose-900\/20 {
  background-color: rgb(136 19 55 / 0.2);
}

.bg-rose-900\/25 {
  background-color: rgb(136 19 55 / 0.25);
}

.bg-rose-900\/30 {
  background-color: rgb(136 19 55 / 0.3);
}

.bg-rose-900\/40 {
  background-color: rgb(136 19 55 / 0.4);
}

.bg-rose-900\/5 {
  background-color: rgb(136 19 55 / 0.05);
}

.bg-rose-900\/50 {
  background-color: rgb(136 19 55 / 0.5);
}

.bg-rose-900\/60 {
  background-color: rgb(136 19 55 / 0.6);
}

.bg-rose-900\/70 {
  background-color: rgb(136 19 55 / 0.7);
}

.bg-rose-900\/75 {
  background-color: rgb(136 19 55 / 0.75);
}

.bg-rose-900\/80 {
  background-color: rgb(136 19 55 / 0.8);
}

.bg-rose-900\/90 {
  background-color: rgb(136 19 55 / 0.9);
}

.bg-rose-900\/95 {
  background-color: rgb(136 19 55 / 0.95);
}

.bg-rose-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(76 5 25 / var(--tw-bg-opacity));
}

.bg-rose-950\/0 {
  background-color: rgb(76 5 25 / 0);
}

.bg-rose-950\/10 {
  background-color: rgb(76 5 25 / 0.1);
}

.bg-rose-950\/100 {
  background-color: rgb(76 5 25 / 1);
}

.bg-rose-950\/20 {
  background-color: rgb(76 5 25 / 0.2);
}

.bg-rose-950\/25 {
  background-color: rgb(76 5 25 / 0.25);
}

.bg-rose-950\/30 {
  background-color: rgb(76 5 25 / 0.3);
}

.bg-rose-950\/40 {
  background-color: rgb(76 5 25 / 0.4);
}

.bg-rose-950\/5 {
  background-color: rgb(76 5 25 / 0.05);
}

.bg-rose-950\/50 {
  background-color: rgb(76 5 25 / 0.5);
}

.bg-rose-950\/60 {
  background-color: rgb(76 5 25 / 0.6);
}

.bg-rose-950\/70 {
  background-color: rgb(76 5 25 / 0.7);
}

.bg-rose-950\/75 {
  background-color: rgb(76 5 25 / 0.75);
}

.bg-rose-950\/80 {
  background-color: rgb(76 5 25 / 0.8);
}

.bg-rose-950\/90 {
  background-color: rgb(76 5 25 / 0.9);
}

.bg-rose-950\/95 {
  background-color: rgb(76 5 25 / 0.95);
}

.bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}

.bg-sky-100\/0 {
  background-color: rgb(224 242 254 / 0);
}

.bg-sky-100\/10 {
  background-color: rgb(224 242 254 / 0.1);
}

.bg-sky-100\/100 {
  background-color: rgb(224 242 254 / 1);
}

.bg-sky-100\/20 {
  background-color: rgb(224 242 254 / 0.2);
}

.bg-sky-100\/25 {
  background-color: rgb(224 242 254 / 0.25);
}

.bg-sky-100\/30 {
  background-color: rgb(224 242 254 / 0.3);
}

.bg-sky-100\/40 {
  background-color: rgb(224 242 254 / 0.4);
}

.bg-sky-100\/5 {
  background-color: rgb(224 242 254 / 0.05);
}

.bg-sky-100\/50 {
  background-color: rgb(224 242 254 / 0.5);
}

.bg-sky-100\/60 {
  background-color: rgb(224 242 254 / 0.6);
}

.bg-sky-100\/70 {
  background-color: rgb(224 242 254 / 0.7);
}

.bg-sky-100\/75 {
  background-color: rgb(224 242 254 / 0.75);
}

.bg-sky-100\/80 {
  background-color: rgb(224 242 254 / 0.8);
}

.bg-sky-100\/90 {
  background-color: rgb(224 242 254 / 0.9);
}

.bg-sky-100\/95 {
  background-color: rgb(224 242 254 / 0.95);
}

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

.bg-sky-200\/0 {
  background-color: rgb(186 230 253 / 0);
}

.bg-sky-200\/10 {
  background-color: rgb(186 230 253 / 0.1);
}

.bg-sky-200\/100 {
  background-color: rgb(186 230 253 / 1);
}

.bg-sky-200\/20 {
  background-color: rgb(186 230 253 / 0.2);
}

.bg-sky-200\/25 {
  background-color: rgb(186 230 253 / 0.25);
}

.bg-sky-200\/30 {
  background-color: rgb(186 230 253 / 0.3);
}

.bg-sky-200\/40 {
  background-color: rgb(186 230 253 / 0.4);
}

.bg-sky-200\/5 {
  background-color: rgb(186 230 253 / 0.05);
}

.bg-sky-200\/50 {
  background-color: rgb(186 230 253 / 0.5);
}

.bg-sky-200\/60 {
  background-color: rgb(186 230 253 / 0.6);
}

.bg-sky-200\/70 {
  background-color: rgb(186 230 253 / 0.7);
}

.bg-sky-200\/75 {
  background-color: rgb(186 230 253 / 0.75);
}

.bg-sky-200\/80 {
  background-color: rgb(186 230 253 / 0.8);
}

.bg-sky-200\/90 {
  background-color: rgb(186 230 253 / 0.9);
}

.bg-sky-200\/95 {
  background-color: rgb(186 230 253 / 0.95);
}

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

.bg-sky-300\/0 {
  background-color: rgb(125 211 252 / 0);
}

.bg-sky-300\/10 {
  background-color: rgb(125 211 252 / 0.1);
}

.bg-sky-300\/100 {
  background-color: rgb(125 211 252 / 1);
}

.bg-sky-300\/20 {
  background-color: rgb(125 211 252 / 0.2);
}

.bg-sky-300\/25 {
  background-color: rgb(125 211 252 / 0.25);
}

.bg-sky-300\/30 {
  background-color: rgb(125 211 252 / 0.3);
}

.bg-sky-300\/40 {
  background-color: rgb(125 211 252 / 0.4);
}

.bg-sky-300\/5 {
  background-color: rgb(125 211 252 / 0.05);
}

.bg-sky-300\/50 {
  background-color: rgb(125 211 252 / 0.5);
}

.bg-sky-300\/60 {
  background-color: rgb(125 211 252 / 0.6);
}

.bg-sky-300\/70 {
  background-color: rgb(125 211 252 / 0.7);
}

.bg-sky-300\/75 {
  background-color: rgb(125 211 252 / 0.75);
}

.bg-sky-300\/80 {
  background-color: rgb(125 211 252 / 0.8);
}

.bg-sky-300\/90 {
  background-color: rgb(125 211 252 / 0.9);
}

.bg-sky-300\/95 {
  background-color: rgb(125 211 252 / 0.95);
}

.bg-sky-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}

.bg-sky-400\/0 {
  background-color: rgb(56 189 248 / 0);
}

.bg-sky-400\/10 {
  background-color: rgb(56 189 248 / 0.1);
}

.bg-sky-400\/100 {
  background-color: rgb(56 189 248 / 1);
}

.bg-sky-400\/20 {
  background-color: rgb(56 189 248 / 0.2);
}

.bg-sky-400\/25 {
  background-color: rgb(56 189 248 / 0.25);
}

.bg-sky-400\/30 {
  background-color: rgb(56 189 248 / 0.3);
}

.bg-sky-400\/40 {
  background-color: rgb(56 189 248 / 0.4);
}

.bg-sky-400\/5 {
  background-color: rgb(56 189 248 / 0.05);
}

.bg-sky-400\/50 {
  background-color: rgb(56 189 248 / 0.5);
}

.bg-sky-400\/60 {
  background-color: rgb(56 189 248 / 0.6);
}

.bg-sky-400\/70 {
  background-color: rgb(56 189 248 / 0.7);
}

.bg-sky-400\/75 {
  background-color: rgb(56 189 248 / 0.75);
}

.bg-sky-400\/80 {
  background-color: rgb(56 189 248 / 0.8);
}

.bg-sky-400\/90 {
  background-color: rgb(56 189 248 / 0.9);
}

.bg-sky-400\/95 {
  background-color: rgb(56 189 248 / 0.95);
}

.bg-sky-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}

.bg-sky-50\/0 {
  background-color: rgb(240 249 255 / 0);
}

.bg-sky-50\/10 {
  background-color: rgb(240 249 255 / 0.1);
}

.bg-sky-50\/100 {
  background-color: rgb(240 249 255 / 1);
}

.bg-sky-50\/20 {
  background-color: rgb(240 249 255 / 0.2);
}

.bg-sky-50\/25 {
  background-color: rgb(240 249 255 / 0.25);
}

.bg-sky-50\/30 {
  background-color: rgb(240 249 255 / 0.3);
}

.bg-sky-50\/40 {
  background-color: rgb(240 249 255 / 0.4);
}

.bg-sky-50\/5 {
  background-color: rgb(240 249 255 / 0.05);
}

.bg-sky-50\/50 {
  background-color: rgb(240 249 255 / 0.5);
}

.bg-sky-50\/60 {
  background-color: rgb(240 249 255 / 0.6);
}

.bg-sky-50\/70 {
  background-color: rgb(240 249 255 / 0.7);
}

.bg-sky-50\/75 {
  background-color: rgb(240 249 255 / 0.75);
}

.bg-sky-50\/80 {
  background-color: rgb(240 249 255 / 0.8);
}

.bg-sky-50\/90 {
  background-color: rgb(240 249 255 / 0.9);
}

.bg-sky-50\/95 {
  background-color: rgb(240 249 255 / 0.95);
}

.bg-sky-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}

.bg-sky-500\/0 {
  background-color: rgb(14 165 233 / 0);
}

.bg-sky-500\/10 {
  background-color: rgb(14 165 233 / 0.1);
}

.bg-sky-500\/100 {
  background-color: rgb(14 165 233 / 1);
}

.bg-sky-500\/20 {
  background-color: rgb(14 165 233 / 0.2);
}

.bg-sky-500\/25 {
  background-color: rgb(14 165 233 / 0.25);
}

.bg-sky-500\/30 {
  background-color: rgb(14 165 233 / 0.3);
}

.bg-sky-500\/40 {
  background-color: rgb(14 165 233 / 0.4);
}

.bg-sky-500\/5 {
  background-color: rgb(14 165 233 / 0.05);
}

.bg-sky-500\/50 {
  background-color: rgb(14 165 233 / 0.5);
}

.bg-sky-500\/60 {
  background-color: rgb(14 165 233 / 0.6);
}

.bg-sky-500\/70 {
  background-color: rgb(14 165 233 / 0.7);
}

.bg-sky-500\/75 {
  background-color: rgb(14 165 233 / 0.75);
}

.bg-sky-500\/80 {
  background-color: rgb(14 165 233 / 0.8);
}

.bg-sky-500\/90 {
  background-color: rgb(14 165 233 / 0.9);
}

.bg-sky-500\/95 {
  background-color: rgb(14 165 233 / 0.95);
}

.bg-sky-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}

.bg-sky-600\/0 {
  background-color: rgb(2 132 199 / 0);
}

.bg-sky-600\/10 {
  background-color: rgb(2 132 199 / 0.1);
}

.bg-sky-600\/100 {
  background-color: rgb(2 132 199 / 1);
}

.bg-sky-600\/20 {
  background-color: rgb(2 132 199 / 0.2);
}

.bg-sky-600\/25 {
  background-color: rgb(2 132 199 / 0.25);
}

.bg-sky-600\/30 {
  background-color: rgb(2 132 199 / 0.3);
}

.bg-sky-600\/40 {
  background-color: rgb(2 132 199 / 0.4);
}

.bg-sky-600\/5 {
  background-color: rgb(2 132 199 / 0.05);
}

.bg-sky-600\/50 {
  background-color: rgb(2 132 199 / 0.5);
}

.bg-sky-600\/60 {
  background-color: rgb(2 132 199 / 0.6);
}

.bg-sky-600\/70 {
  background-color: rgb(2 132 199 / 0.7);
}

.bg-sky-600\/75 {
  background-color: rgb(2 132 199 / 0.75);
}

.bg-sky-600\/80 {
  background-color: rgb(2 132 199 / 0.8);
}

.bg-sky-600\/90 {
  background-color: rgb(2 132 199 / 0.9);
}

.bg-sky-600\/95 {
  background-color: rgb(2 132 199 / 0.95);
}

.bg-sky-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
}

.bg-sky-700\/0 {
  background-color: rgb(3 105 161 / 0);
}

.bg-sky-700\/10 {
  background-color: rgb(3 105 161 / 0.1);
}

.bg-sky-700\/100 {
  background-color: rgb(3 105 161 / 1);
}

.bg-sky-700\/20 {
  background-color: rgb(3 105 161 / 0.2);
}

.bg-sky-700\/25 {
  background-color: rgb(3 105 161 / 0.25);
}

.bg-sky-700\/30 {
  background-color: rgb(3 105 161 / 0.3);
}

.bg-sky-700\/40 {
  background-color: rgb(3 105 161 / 0.4);
}

.bg-sky-700\/5 {
  background-color: rgb(3 105 161 / 0.05);
}

.bg-sky-700\/50 {
  background-color: rgb(3 105 161 / 0.5);
}

.bg-sky-700\/60 {
  background-color: rgb(3 105 161 / 0.6);
}

.bg-sky-700\/70 {
  background-color: rgb(3 105 161 / 0.7);
}

.bg-sky-700\/75 {
  background-color: rgb(3 105 161 / 0.75);
}

.bg-sky-700\/80 {
  background-color: rgb(3 105 161 / 0.8);
}

.bg-sky-700\/90 {
  background-color: rgb(3 105 161 / 0.9);
}

.bg-sky-700\/95 {
  background-color: rgb(3 105 161 / 0.95);
}

.bg-sky-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity));
}

.bg-sky-800\/0 {
  background-color: rgb(7 89 133 / 0);
}

.bg-sky-800\/10 {
  background-color: rgb(7 89 133 / 0.1);
}

.bg-sky-800\/100 {
  background-color: rgb(7 89 133 / 1);
}

.bg-sky-800\/20 {
  background-color: rgb(7 89 133 / 0.2);
}

.bg-sky-800\/25 {
  background-color: rgb(7 89 133 / 0.25);
}

.bg-sky-800\/30 {
  background-color: rgb(7 89 133 / 0.3);
}

.bg-sky-800\/40 {
  background-color: rgb(7 89 133 / 0.4);
}

.bg-sky-800\/5 {
  background-color: rgb(7 89 133 / 0.05);
}

.bg-sky-800\/50 {
  background-color: rgb(7 89 133 / 0.5);
}

.bg-sky-800\/60 {
  background-color: rgb(7 89 133 / 0.6);
}

.bg-sky-800\/70 {
  background-color: rgb(7 89 133 / 0.7);
}

.bg-sky-800\/75 {
  background-color: rgb(7 89 133 / 0.75);
}

.bg-sky-800\/80 {
  background-color: rgb(7 89 133 / 0.8);
}

.bg-sky-800\/90 {
  background-color: rgb(7 89 133 / 0.9);
}

.bg-sky-800\/95 {
  background-color: rgb(7 89 133 / 0.95);
}

.bg-sky-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity));
}

.bg-sky-900\/0 {
  background-color: rgb(12 74 110 / 0);
}

.bg-sky-900\/10 {
  background-color: rgb(12 74 110 / 0.1);
}

.bg-sky-900\/100 {
  background-color: rgb(12 74 110 / 1);
}

.bg-sky-900\/20 {
  background-color: rgb(12 74 110 / 0.2);
}

.bg-sky-900\/25 {
  background-color: rgb(12 74 110 / 0.25);
}

.bg-sky-900\/30 {
  background-color: rgb(12 74 110 / 0.3);
}

.bg-sky-900\/40 {
  background-color: rgb(12 74 110 / 0.4);
}

.bg-sky-900\/5 {
  background-color: rgb(12 74 110 / 0.05);
}

.bg-sky-900\/50 {
  background-color: rgb(12 74 110 / 0.5);
}

.bg-sky-900\/60 {
  background-color: rgb(12 74 110 / 0.6);
}

.bg-sky-900\/70 {
  background-color: rgb(12 74 110 / 0.7);
}

.bg-sky-900\/75 {
  background-color: rgb(12 74 110 / 0.75);
}

.bg-sky-900\/80 {
  background-color: rgb(12 74 110 / 0.8);
}

.bg-sky-900\/90 {
  background-color: rgb(12 74 110 / 0.9);
}

.bg-sky-900\/95 {
  background-color: rgb(12 74 110 / 0.95);
}

.bg-sky-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity));
}

.bg-sky-950\/0 {
  background-color: rgb(8 47 73 / 0);
}

.bg-sky-950\/10 {
  background-color: rgb(8 47 73 / 0.1);
}

.bg-sky-950\/100 {
  background-color: rgb(8 47 73 / 1);
}

.bg-sky-950\/20 {
  background-color: rgb(8 47 73 / 0.2);
}

.bg-sky-950\/25 {
  background-color: rgb(8 47 73 / 0.25);
}

.bg-sky-950\/30 {
  background-color: rgb(8 47 73 / 0.3);
}

.bg-sky-950\/40 {
  background-color: rgb(8 47 73 / 0.4);
}

.bg-sky-950\/5 {
  background-color: rgb(8 47 73 / 0.05);
}

.bg-sky-950\/50 {
  background-color: rgb(8 47 73 / 0.5);
}

.bg-sky-950\/60 {
  background-color: rgb(8 47 73 / 0.6);
}

.bg-sky-950\/70 {
  background-color: rgb(8 47 73 / 0.7);
}

.bg-sky-950\/75 {
  background-color: rgb(8 47 73 / 0.75);
}

.bg-sky-950\/80 {
  background-color: rgb(8 47 73 / 0.8);
}

.bg-sky-950\/90 {
  background-color: rgb(8 47 73 / 0.9);
}

.bg-sky-950\/95 {
  background-color: rgb(8 47 73 / 0.95);
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.bg-slate-100\/0 {
  background-color: rgb(241 245 249 / 0);
}

.bg-slate-100\/10 {
  background-color: rgb(241 245 249 / 0.1);
}

.bg-slate-100\/100 {
  background-color: rgb(241 245 249 / 1);
}

.bg-slate-100\/20 {
  background-color: rgb(241 245 249 / 0.2);
}

.bg-slate-100\/25 {
  background-color: rgb(241 245 249 / 0.25);
}

.bg-slate-100\/30 {
  background-color: rgb(241 245 249 / 0.3);
}

.bg-slate-100\/40 {
  background-color: rgb(241 245 249 / 0.4);
}

.bg-slate-100\/5 {
  background-color: rgb(241 245 249 / 0.05);
}

.bg-slate-100\/50 {
  background-color: rgb(241 245 249 / 0.5);
}

.bg-slate-100\/60 {
  background-color: rgb(241 245 249 / 0.6);
}

.bg-slate-100\/70 {
  background-color: rgb(241 245 249 / 0.7);
}

.bg-slate-100\/75 {
  background-color: rgb(241 245 249 / 0.75);
}

.bg-slate-100\/80 {
  background-color: rgb(241 245 249 / 0.8);
}

.bg-slate-100\/90 {
  background-color: rgb(241 245 249 / 0.9);
}

.bg-slate-100\/95 {
  background-color: rgb(241 245 249 / 0.95);
}

.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

.bg-slate-200\/0 {
  background-color: rgb(226 232 240 / 0);
}

.bg-slate-200\/10 {
  background-color: rgb(226 232 240 / 0.1);
}

.bg-slate-200\/100 {
  background-color: rgb(226 232 240 / 1);
}

.bg-slate-200\/20 {
  background-color: rgb(226 232 240 / 0.2);
}

.bg-slate-200\/25 {
  background-color: rgb(226 232 240 / 0.25);
}

.bg-slate-200\/30 {
  background-color: rgb(226 232 240 / 0.3);
}

.bg-slate-200\/40 {
  background-color: rgb(226 232 240 / 0.4);
}

.bg-slate-200\/5 {
  background-color: rgb(226 232 240 / 0.05);
}

.bg-slate-200\/50 {
  background-color: rgb(226 232 240 / 0.5);
}

.bg-slate-200\/60 {
  background-color: rgb(226 232 240 / 0.6);
}

.bg-slate-200\/70 {
  background-color: rgb(226 232 240 / 0.7);
}

.bg-slate-200\/75 {
  background-color: rgb(226 232 240 / 0.75);
}

.bg-slate-200\/80 {
  background-color: rgb(226 232 240 / 0.8);
}

.bg-slate-200\/90 {
  background-color: rgb(226 232 240 / 0.9);
}

.bg-slate-200\/95 {
  background-color: rgb(226 232 240 / 0.95);
}

.bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}

.bg-slate-300\/0 {
  background-color: rgb(203 213 225 / 0);
}

.bg-slate-300\/10 {
  background-color: rgb(203 213 225 / 0.1);
}

.bg-slate-300\/100 {
  background-color: rgb(203 213 225 / 1);
}

.bg-slate-300\/20 {
  background-color: rgb(203 213 225 / 0.2);
}

.bg-slate-300\/25 {
  background-color: rgb(203 213 225 / 0.25);
}

.bg-slate-300\/30 {
  background-color: rgb(203 213 225 / 0.3);
}

.bg-slate-300\/40 {
  background-color: rgb(203 213 225 / 0.4);
}

.bg-slate-300\/5 {
  background-color: rgb(203 213 225 / 0.05);
}

.bg-slate-300\/50 {
  background-color: rgb(203 213 225 / 0.5);
}

.bg-slate-300\/60 {
  background-color: rgb(203 213 225 / 0.6);
}

.bg-slate-300\/70 {
  background-color: rgb(203 213 225 / 0.7);
}

.bg-slate-300\/75 {
  background-color: rgb(203 213 225 / 0.75);
}

.bg-slate-300\/80 {
  background-color: rgb(203 213 225 / 0.8);
}

.bg-slate-300\/90 {
  background-color: rgb(203 213 225 / 0.9);
}

.bg-slate-300\/95 {
  background-color: rgb(203 213 225 / 0.95);
}

.bg-slate-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}

.bg-slate-400\/0 {
  background-color: rgb(148 163 184 / 0);
}

.bg-slate-400\/10 {
  background-color: rgb(148 163 184 / 0.1);
}

.bg-slate-400\/100 {
  background-color: rgb(148 163 184 / 1);
}

.bg-slate-400\/20 {
  background-color: rgb(148 163 184 / 0.2);
}

.bg-slate-400\/25 {
  background-color: rgb(148 163 184 / 0.25);
}

.bg-slate-400\/30 {
  background-color: rgb(148 163 184 / 0.3);
}

.bg-slate-400\/40 {
  background-color: rgb(148 163 184 / 0.4);
}

.bg-slate-400\/5 {
  background-color: rgb(148 163 184 / 0.05);
}

.bg-slate-400\/50 {
  background-color: rgb(148 163 184 / 0.5);
}

.bg-slate-400\/60 {
  background-color: rgb(148 163 184 / 0.6);
}

.bg-slate-400\/70 {
  background-color: rgb(148 163 184 / 0.7);
}

.bg-slate-400\/75 {
  background-color: rgb(148 163 184 / 0.75);
}

.bg-slate-400\/80 {
  background-color: rgb(148 163 184 / 0.8);
}

.bg-slate-400\/90 {
  background-color: rgb(148 163 184 / 0.9);
}

.bg-slate-400\/95 {
  background-color: rgb(148 163 184 / 0.95);
}

.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

.bg-slate-50\/0 {
  background-color: rgb(248 250 252 / 0);
}

.bg-slate-50\/10 {
  background-color: rgb(248 250 252 / 0.1);
}

.bg-slate-50\/100 {
  background-color: rgb(248 250 252 / 1);
}

.bg-slate-50\/20 {
  background-color: rgb(248 250 252 / 0.2);
}

.bg-slate-50\/25 {
  background-color: rgb(248 250 252 / 0.25);
}

.bg-slate-50\/30 {
  background-color: rgb(248 250 252 / 0.3);
}

.bg-slate-50\/40 {
  background-color: rgb(248 250 252 / 0.4);
}

.bg-slate-50\/5 {
  background-color: rgb(248 250 252 / 0.05);
}

.bg-slate-50\/50 {
  background-color: rgb(248 250 252 / 0.5);
}

.bg-slate-50\/60 {
  background-color: rgb(248 250 252 / 0.6);
}

.bg-slate-50\/70 {
  background-color: rgb(248 250 252 / 0.7);
}

.bg-slate-50\/75 {
  background-color: rgb(248 250 252 / 0.75);
}

.bg-slate-50\/80 {
  background-color: rgb(248 250 252 / 0.8);
}

.bg-slate-50\/90 {
  background-color: rgb(248 250 252 / 0.9);
}

.bg-slate-50\/95 {
  background-color: rgb(248 250 252 / 0.95);
}

.bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}

.bg-slate-500\/0 {
  background-color: rgb(100 116 139 / 0);
}

.bg-slate-500\/10 {
  background-color: rgb(100 116 139 / 0.1);
}

.bg-slate-500\/100 {
  background-color: rgb(100 116 139 / 1);
}

.bg-slate-500\/20 {
  background-color: rgb(100 116 139 / 0.2);
}

.bg-slate-500\/25 {
  background-color: rgb(100 116 139 / 0.25);
}

.bg-slate-500\/30 {
  background-color: rgb(100 116 139 / 0.3);
}

.bg-slate-500\/40 {
  background-color: rgb(100 116 139 / 0.4);
}

.bg-slate-500\/5 {
  background-color: rgb(100 116 139 / 0.05);
}

.bg-slate-500\/50 {
  background-color: rgb(100 116 139 / 0.5);
}

.bg-slate-500\/60 {
  background-color: rgb(100 116 139 / 0.6);
}

.bg-slate-500\/70 {
  background-color: rgb(100 116 139 / 0.7);
}

.bg-slate-500\/75 {
  background-color: rgb(100 116 139 / 0.75);
}

.bg-slate-500\/80 {
  background-color: rgb(100 116 139 / 0.8);
}

.bg-slate-500\/90 {
  background-color: rgb(100 116 139 / 0.9);
}

.bg-slate-500\/95 {
  background-color: rgb(100 116 139 / 0.95);
}

.bg-slate-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}

.bg-slate-600\/0 {
  background-color: rgb(71 85 105 / 0);
}

.bg-slate-600\/10 {
  background-color: rgb(71 85 105 / 0.1);
}

.bg-slate-600\/100 {
  background-color: rgb(71 85 105 / 1);
}

.bg-slate-600\/20 {
  background-color: rgb(71 85 105 / 0.2);
}

.bg-slate-600\/25 {
  background-color: rgb(71 85 105 / 0.25);
}

.bg-slate-600\/30 {
  background-color: rgb(71 85 105 / 0.3);
}

.bg-slate-600\/40 {
  background-color: rgb(71 85 105 / 0.4);
}

.bg-slate-600\/5 {
  background-color: rgb(71 85 105 / 0.05);
}

.bg-slate-600\/50 {
  background-color: rgb(71 85 105 / 0.5);
}

.bg-slate-600\/60 {
  background-color: rgb(71 85 105 / 0.6);
}

.bg-slate-600\/70 {
  background-color: rgb(71 85 105 / 0.7);
}

.bg-slate-600\/75 {
  background-color: rgb(71 85 105 / 0.75);
}

.bg-slate-600\/80 {
  background-color: rgb(71 85 105 / 0.8);
}

.bg-slate-600\/90 {
  background-color: rgb(71 85 105 / 0.9);
}

.bg-slate-600\/95 {
  background-color: rgb(71 85 105 / 0.95);
}

.bg-slate-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}

.bg-slate-700\/0 {
  background-color: rgb(51 65 85 / 0);
}

.bg-slate-700\/10 {
  background-color: rgb(51 65 85 / 0.1);
}

.bg-slate-700\/100 {
  background-color: rgb(51 65 85 / 1);
}

.bg-slate-700\/20 {
  background-color: rgb(51 65 85 / 0.2);
}

.bg-slate-700\/25 {
  background-color: rgb(51 65 85 / 0.25);
}

.bg-slate-700\/30 {
  background-color: rgb(51 65 85 / 0.3);
}

.bg-slate-700\/40 {
  background-color: rgb(51 65 85 / 0.4);
}

.bg-slate-700\/5 {
  background-color: rgb(51 65 85 / 0.05);
}

.bg-slate-700\/50 {
  background-color: rgb(51 65 85 / 0.5);
}

.bg-slate-700\/60 {
  background-color: rgb(51 65 85 / 0.6);
}

.bg-slate-700\/70 {
  background-color: rgb(51 65 85 / 0.7);
}

.bg-slate-700\/75 {
  background-color: rgb(51 65 85 / 0.75);
}

.bg-slate-700\/80 {
  background-color: rgb(51 65 85 / 0.8);
}

.bg-slate-700\/90 {
  background-color: rgb(51 65 85 / 0.9);
}

.bg-slate-700\/95 {
  background-color: rgb(51 65 85 / 0.95);
}

.bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}

.bg-slate-800\/0 {
  background-color: rgb(30 41 59 / 0);
}

.bg-slate-800\/10 {
  background-color: rgb(30 41 59 / 0.1);
}

.bg-slate-800\/100 {
  background-color: rgb(30 41 59 / 1);
}

.bg-slate-800\/20 {
  background-color: rgb(30 41 59 / 0.2);
}

.bg-slate-800\/25 {
  background-color: rgb(30 41 59 / 0.25);
}

.bg-slate-800\/30 {
  background-color: rgb(30 41 59 / 0.3);
}

.bg-slate-800\/40 {
  background-color: rgb(30 41 59 / 0.4);
}

.bg-slate-800\/5 {
  background-color: rgb(30 41 59 / 0.05);
}

.bg-slate-800\/50 {
  background-color: rgb(30 41 59 / 0.5);
}

.bg-slate-800\/60 {
  background-color: rgb(30 41 59 / 0.6);
}

.bg-slate-800\/70 {
  background-color: rgb(30 41 59 / 0.7);
}

.bg-slate-800\/75 {
  background-color: rgb(30 41 59 / 0.75);
}

.bg-slate-800\/80 {
  background-color: rgb(30 41 59 / 0.8);
}

.bg-slate-800\/90 {
  background-color: rgb(30 41 59 / 0.9);
}

.bg-slate-800\/95 {
  background-color: rgb(30 41 59 / 0.95);
}

.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}

.bg-slate-900\/0 {
  background-color: rgb(15 23 42 / 0);
}

.bg-slate-900\/10 {
  background-color: rgb(15 23 42 / 0.1);
}

.bg-slate-900\/100 {
  background-color: rgb(15 23 42 / 1);
}

.bg-slate-900\/20 {
  background-color: rgb(15 23 42 / 0.2);
}

.bg-slate-900\/25 {
  background-color: rgb(15 23 42 / 0.25);
}

.bg-slate-900\/30 {
  background-color: rgb(15 23 42 / 0.3);
}

.bg-slate-900\/40 {
  background-color: rgb(15 23 42 / 0.4);
}

.bg-slate-900\/5 {
  background-color: rgb(15 23 42 / 0.05);
}

.bg-slate-900\/50 {
  background-color: rgb(15 23 42 / 0.5);
}

.bg-slate-900\/60 {
  background-color: rgb(15 23 42 / 0.6);
}

.bg-slate-900\/70 {
  background-color: rgb(15 23 42 / 0.7);
}

.bg-slate-900\/75 {
  background-color: rgb(15 23 42 / 0.75);
}

.bg-slate-900\/80 {
  background-color: rgb(15 23 42 / 0.8);
}

.bg-slate-900\/90 {
  background-color: rgb(15 23 42 / 0.9);
}

.bg-slate-900\/95 {
  background-color: rgb(15 23 42 / 0.95);
}

.bg-slate-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity));
}

.bg-slate-950\/0 {
  background-color: rgb(2 6 23 / 0);
}

.bg-slate-950\/10 {
  background-color: rgb(2 6 23 / 0.1);
}

.bg-slate-950\/100 {
  background-color: rgb(2 6 23 / 1);
}

.bg-slate-950\/20 {
  background-color: rgb(2 6 23 / 0.2);
}

.bg-slate-950\/25 {
  background-color: rgb(2 6 23 / 0.25);
}

.bg-slate-950\/30 {
  background-color: rgb(2 6 23 / 0.3);
}

.bg-slate-950\/40 {
  background-color: rgb(2 6 23 / 0.4);
}

.bg-slate-950\/5 {
  background-color: rgb(2 6 23 / 0.05);
}

.bg-slate-950\/50 {
  background-color: rgb(2 6 23 / 0.5);
}

.bg-slate-950\/60 {
  background-color: rgb(2 6 23 / 0.6);
}

.bg-slate-950\/70 {
  background-color: rgb(2 6 23 / 0.7);
}

.bg-slate-950\/75 {
  background-color: rgb(2 6 23 / 0.75);
}

.bg-slate-950\/80 {
  background-color: rgb(2 6 23 / 0.8);
}

.bg-slate-950\/90 {
  background-color: rgb(2 6 23 / 0.9);
}

.bg-slate-950\/95 {
  background-color: rgb(2 6 23 / 0.95);
}

.bg-stone-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity));
}

.bg-stone-100\/0 {
  background-color: rgb(245 245 244 / 0);
}

.bg-stone-100\/10 {
  background-color: rgb(245 245 244 / 0.1);
}

.bg-stone-100\/100 {
  background-color: rgb(245 245 244 / 1);
}

.bg-stone-100\/20 {
  background-color: rgb(245 245 244 / 0.2);
}

.bg-stone-100\/25 {
  background-color: rgb(245 245 244 / 0.25);
}

.bg-stone-100\/30 {
  background-color: rgb(245 245 244 / 0.3);
}

.bg-stone-100\/40 {
  background-color: rgb(245 245 244 / 0.4);
}

.bg-stone-100\/5 {
  background-color: rgb(245 245 244 / 0.05);
}

.bg-stone-100\/50 {
  background-color: rgb(245 245 244 / 0.5);
}

.bg-stone-100\/60 {
  background-color: rgb(245 245 244 / 0.6);
}

.bg-stone-100\/70 {
  background-color: rgb(245 245 244 / 0.7);
}

.bg-stone-100\/75 {
  background-color: rgb(245 245 244 / 0.75);
}

.bg-stone-100\/80 {
  background-color: rgb(245 245 244 / 0.8);
}

.bg-stone-100\/90 {
  background-color: rgb(245 245 244 / 0.9);
}

.bg-stone-100\/95 {
  background-color: rgb(245 245 244 / 0.95);
}

.bg-stone-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity));
}

.bg-stone-200\/0 {
  background-color: rgb(231 229 228 / 0);
}

.bg-stone-200\/10 {
  background-color: rgb(231 229 228 / 0.1);
}

.bg-stone-200\/100 {
  background-color: rgb(231 229 228 / 1);
}

.bg-stone-200\/20 {
  background-color: rgb(231 229 228 / 0.2);
}

.bg-stone-200\/25 {
  background-color: rgb(231 229 228 / 0.25);
}

.bg-stone-200\/30 {
  background-color: rgb(231 229 228 / 0.3);
}

.bg-stone-200\/40 {
  background-color: rgb(231 229 228 / 0.4);
}

.bg-stone-200\/5 {
  background-color: rgb(231 229 228 / 0.05);
}

.bg-stone-200\/50 {
  background-color: rgb(231 229 228 / 0.5);
}

.bg-stone-200\/60 {
  background-color: rgb(231 229 228 / 0.6);
}

.bg-stone-200\/70 {
  background-color: rgb(231 229 228 / 0.7);
}

.bg-stone-200\/75 {
  background-color: rgb(231 229 228 / 0.75);
}

.bg-stone-200\/80 {
  background-color: rgb(231 229 228 / 0.8);
}

.bg-stone-200\/90 {
  background-color: rgb(231 229 228 / 0.9);
}

.bg-stone-200\/95 {
  background-color: rgb(231 229 228 / 0.95);
}

.bg-stone-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity));
}

.bg-stone-300\/0 {
  background-color: rgb(214 211 209 / 0);
}

.bg-stone-300\/10 {
  background-color: rgb(214 211 209 / 0.1);
}

.bg-stone-300\/100 {
  background-color: rgb(214 211 209 / 1);
}

.bg-stone-300\/20 {
  background-color: rgb(214 211 209 / 0.2);
}

.bg-stone-300\/25 {
  background-color: rgb(214 211 209 / 0.25);
}

.bg-stone-300\/30 {
  background-color: rgb(214 211 209 / 0.3);
}

.bg-stone-300\/40 {
  background-color: rgb(214 211 209 / 0.4);
}

.bg-stone-300\/5 {
  background-color: rgb(214 211 209 / 0.05);
}

.bg-stone-300\/50 {
  background-color: rgb(214 211 209 / 0.5);
}

.bg-stone-300\/60 {
  background-color: rgb(214 211 209 / 0.6);
}

.bg-stone-300\/70 {
  background-color: rgb(214 211 209 / 0.7);
}

.bg-stone-300\/75 {
  background-color: rgb(214 211 209 / 0.75);
}

.bg-stone-300\/80 {
  background-color: rgb(214 211 209 / 0.8);
}

.bg-stone-300\/90 {
  background-color: rgb(214 211 209 / 0.9);
}

.bg-stone-300\/95 {
  background-color: rgb(214 211 209 / 0.95);
}

.bg-stone-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity));
}

.bg-stone-400\/0 {
  background-color: rgb(168 162 158 / 0);
}

.bg-stone-400\/10 {
  background-color: rgb(168 162 158 / 0.1);
}

.bg-stone-400\/100 {
  background-color: rgb(168 162 158 / 1);
}

.bg-stone-400\/20 {
  background-color: rgb(168 162 158 / 0.2);
}

.bg-stone-400\/25 {
  background-color: rgb(168 162 158 / 0.25);
}

.bg-stone-400\/30 {
  background-color: rgb(168 162 158 / 0.3);
}

.bg-stone-400\/40 {
  background-color: rgb(168 162 158 / 0.4);
}

.bg-stone-400\/5 {
  background-color: rgb(168 162 158 / 0.05);
}

.bg-stone-400\/50 {
  background-color: rgb(168 162 158 / 0.5);
}

.bg-stone-400\/60 {
  background-color: rgb(168 162 158 / 0.6);
}

.bg-stone-400\/70 {
  background-color: rgb(168 162 158 / 0.7);
}

.bg-stone-400\/75 {
  background-color: rgb(168 162 158 / 0.75);
}

.bg-stone-400\/80 {
  background-color: rgb(168 162 158 / 0.8);
}

.bg-stone-400\/90 {
  background-color: rgb(168 162 158 / 0.9);
}

.bg-stone-400\/95 {
  background-color: rgb(168 162 158 / 0.95);
}

.bg-stone-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity));
}

.bg-stone-50\/0 {
  background-color: rgb(250 250 249 / 0);
}

.bg-stone-50\/10 {
  background-color: rgb(250 250 249 / 0.1);
}

.bg-stone-50\/100 {
  background-color: rgb(250 250 249 / 1);
}

.bg-stone-50\/20 {
  background-color: rgb(250 250 249 / 0.2);
}

.bg-stone-50\/25 {
  background-color: rgb(250 250 249 / 0.25);
}

.bg-stone-50\/30 {
  background-color: rgb(250 250 249 / 0.3);
}

.bg-stone-50\/40 {
  background-color: rgb(250 250 249 / 0.4);
}

.bg-stone-50\/5 {
  background-color: rgb(250 250 249 / 0.05);
}

.bg-stone-50\/50 {
  background-color: rgb(250 250 249 / 0.5);
}

.bg-stone-50\/60 {
  background-color: rgb(250 250 249 / 0.6);
}

.bg-stone-50\/70 {
  background-color: rgb(250 250 249 / 0.7);
}

.bg-stone-50\/75 {
  background-color: rgb(250 250 249 / 0.75);
}

.bg-stone-50\/80 {
  background-color: rgb(250 250 249 / 0.8);
}

.bg-stone-50\/90 {
  background-color: rgb(250 250 249 / 0.9);
}

.bg-stone-50\/95 {
  background-color: rgb(250 250 249 / 0.95);
}

.bg-stone-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity));
}

.bg-stone-500\/0 {
  background-color: rgb(120 113 108 / 0);
}

.bg-stone-500\/10 {
  background-color: rgb(120 113 108 / 0.1);
}

.bg-stone-500\/100 {
  background-color: rgb(120 113 108 / 1);
}

.bg-stone-500\/20 {
  background-color: rgb(120 113 108 / 0.2);
}

.bg-stone-500\/25 {
  background-color: rgb(120 113 108 / 0.25);
}

.bg-stone-500\/30 {
  background-color: rgb(120 113 108 / 0.3);
}

.bg-stone-500\/40 {
  background-color: rgb(120 113 108 / 0.4);
}

.bg-stone-500\/5 {
  background-color: rgb(120 113 108 / 0.05);
}

.bg-stone-500\/50 {
  background-color: rgb(120 113 108 / 0.5);
}

.bg-stone-500\/60 {
  background-color: rgb(120 113 108 / 0.6);
}

.bg-stone-500\/70 {
  background-color: rgb(120 113 108 / 0.7);
}

.bg-stone-500\/75 {
  background-color: rgb(120 113 108 / 0.75);
}

.bg-stone-500\/80 {
  background-color: rgb(120 113 108 / 0.8);
}

.bg-stone-500\/90 {
  background-color: rgb(120 113 108 / 0.9);
}

.bg-stone-500\/95 {
  background-color: rgb(120 113 108 / 0.95);
}

.bg-stone-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity));
}

.bg-stone-600\/0 {
  background-color: rgb(87 83 78 / 0);
}

.bg-stone-600\/10 {
  background-color: rgb(87 83 78 / 0.1);
}

.bg-stone-600\/100 {
  background-color: rgb(87 83 78 / 1);
}

.bg-stone-600\/20 {
  background-color: rgb(87 83 78 / 0.2);
}

.bg-stone-600\/25 {
  background-color: rgb(87 83 78 / 0.25);
}

.bg-stone-600\/30 {
  background-color: rgb(87 83 78 / 0.3);
}

.bg-stone-600\/40 {
  background-color: rgb(87 83 78 / 0.4);
}

.bg-stone-600\/5 {
  background-color: rgb(87 83 78 / 0.05);
}

.bg-stone-600\/50 {
  background-color: rgb(87 83 78 / 0.5);
}

.bg-stone-600\/60 {
  background-color: rgb(87 83 78 / 0.6);
}

.bg-stone-600\/70 {
  background-color: rgb(87 83 78 / 0.7);
}

.bg-stone-600\/75 {
  background-color: rgb(87 83 78 / 0.75);
}

.bg-stone-600\/80 {
  background-color: rgb(87 83 78 / 0.8);
}

.bg-stone-600\/90 {
  background-color: rgb(87 83 78 / 0.9);
}

.bg-stone-600\/95 {
  background-color: rgb(87 83 78 / 0.95);
}

.bg-stone-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity));
}

.bg-stone-700\/0 {
  background-color: rgb(68 64 60 / 0);
}

.bg-stone-700\/10 {
  background-color: rgb(68 64 60 / 0.1);
}

.bg-stone-700\/100 {
  background-color: rgb(68 64 60 / 1);
}

.bg-stone-700\/20 {
  background-color: rgb(68 64 60 / 0.2);
}

.bg-stone-700\/25 {
  background-color: rgb(68 64 60 / 0.25);
}

.bg-stone-700\/30 {
  background-color: rgb(68 64 60 / 0.3);
}

.bg-stone-700\/40 {
  background-color: rgb(68 64 60 / 0.4);
}

.bg-stone-700\/5 {
  background-color: rgb(68 64 60 / 0.05);
}

.bg-stone-700\/50 {
  background-color: rgb(68 64 60 / 0.5);
}

.bg-stone-700\/60 {
  background-color: rgb(68 64 60 / 0.6);
}

.bg-stone-700\/70 {
  background-color: rgb(68 64 60 / 0.7);
}

.bg-stone-700\/75 {
  background-color: rgb(68 64 60 / 0.75);
}

.bg-stone-700\/80 {
  background-color: rgb(68 64 60 / 0.8);
}

.bg-stone-700\/90 {
  background-color: rgb(68 64 60 / 0.9);
}

.bg-stone-700\/95 {
  background-color: rgb(68 64 60 / 0.95);
}

.bg-stone-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity));
}

.bg-stone-800\/0 {
  background-color: rgb(41 37 36 / 0);
}

.bg-stone-800\/10 {
  background-color: rgb(41 37 36 / 0.1);
}

.bg-stone-800\/100 {
  background-color: rgb(41 37 36 / 1);
}

.bg-stone-800\/20 {
  background-color: rgb(41 37 36 / 0.2);
}

.bg-stone-800\/25 {
  background-color: rgb(41 37 36 / 0.25);
}

.bg-stone-800\/30 {
  background-color: rgb(41 37 36 / 0.3);
}

.bg-stone-800\/40 {
  background-color: rgb(41 37 36 / 0.4);
}

.bg-stone-800\/5 {
  background-color: rgb(41 37 36 / 0.05);
}

.bg-stone-800\/50 {
  background-color: rgb(41 37 36 / 0.5);
}

.bg-stone-800\/60 {
  background-color: rgb(41 37 36 / 0.6);
}

.bg-stone-800\/70 {
  background-color: rgb(41 37 36 / 0.7);
}

.bg-stone-800\/75 {
  background-color: rgb(41 37 36 / 0.75);
}

.bg-stone-800\/80 {
  background-color: rgb(41 37 36 / 0.8);
}

.bg-stone-800\/90 {
  background-color: rgb(41 37 36 / 0.9);
}

.bg-stone-800\/95 {
  background-color: rgb(41 37 36 / 0.95);
}

.bg-stone-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity));
}

.bg-stone-900\/0 {
  background-color: rgb(28 25 23 / 0);
}

.bg-stone-900\/10 {
  background-color: rgb(28 25 23 / 0.1);
}

.bg-stone-900\/100 {
  background-color: rgb(28 25 23 / 1);
}

.bg-stone-900\/20 {
  background-color: rgb(28 25 23 / 0.2);
}

.bg-stone-900\/25 {
  background-color: rgb(28 25 23 / 0.25);
}

.bg-stone-900\/30 {
  background-color: rgb(28 25 23 / 0.3);
}

.bg-stone-900\/40 {
  background-color: rgb(28 25 23 / 0.4);
}

.bg-stone-900\/5 {
  background-color: rgb(28 25 23 / 0.05);
}

.bg-stone-900\/50 {
  background-color: rgb(28 25 23 / 0.5);
}

.bg-stone-900\/60 {
  background-color: rgb(28 25 23 / 0.6);
}

.bg-stone-900\/70 {
  background-color: rgb(28 25 23 / 0.7);
}

.bg-stone-900\/75 {
  background-color: rgb(28 25 23 / 0.75);
}

.bg-stone-900\/80 {
  background-color: rgb(28 25 23 / 0.8);
}

.bg-stone-900\/90 {
  background-color: rgb(28 25 23 / 0.9);
}

.bg-stone-900\/95 {
  background-color: rgb(28 25 23 / 0.95);
}

.bg-stone-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 10 9 / var(--tw-bg-opacity));
}

.bg-stone-950\/0 {
  background-color: rgb(12 10 9 / 0);
}

.bg-stone-950\/10 {
  background-color: rgb(12 10 9 / 0.1);
}

.bg-stone-950\/100 {
  background-color: rgb(12 10 9 / 1);
}

.bg-stone-950\/20 {
  background-color: rgb(12 10 9 / 0.2);
}

.bg-stone-950\/25 {
  background-color: rgb(12 10 9 / 0.25);
}

.bg-stone-950\/30 {
  background-color: rgb(12 10 9 / 0.3);
}

.bg-stone-950\/40 {
  background-color: rgb(12 10 9 / 0.4);
}

.bg-stone-950\/5 {
  background-color: rgb(12 10 9 / 0.05);
}

.bg-stone-950\/50 {
  background-color: rgb(12 10 9 / 0.5);
}

.bg-stone-950\/60 {
  background-color: rgb(12 10 9 / 0.6);
}

.bg-stone-950\/70 {
  background-color: rgb(12 10 9 / 0.7);
}

.bg-stone-950\/75 {
  background-color: rgb(12 10 9 / 0.75);
}

.bg-stone-950\/80 {
  background-color: rgb(12 10 9 / 0.8);
}

.bg-stone-950\/90 {
  background-color: rgb(12 10 9 / 0.9);
}

.bg-stone-950\/95 {
  background-color: rgb(12 10 9 / 0.95);
}

.bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity));
}

.bg-teal-100\/0 {
  background-color: rgb(204 251 241 / 0);
}

.bg-teal-100\/10 {
  background-color: rgb(204 251 241 / 0.1);
}

.bg-teal-100\/100 {
  background-color: rgb(204 251 241 / 1);
}

.bg-teal-100\/20 {
  background-color: rgb(204 251 241 / 0.2);
}

.bg-teal-100\/25 {
  background-color: rgb(204 251 241 / 0.25);
}

.bg-teal-100\/30 {
  background-color: rgb(204 251 241 / 0.3);
}

.bg-teal-100\/40 {
  background-color: rgb(204 251 241 / 0.4);
}

.bg-teal-100\/5 {
  background-color: rgb(204 251 241 / 0.05);
}

.bg-teal-100\/50 {
  background-color: rgb(204 251 241 / 0.5);
}

.bg-teal-100\/60 {
  background-color: rgb(204 251 241 / 0.6);
}

.bg-teal-100\/70 {
  background-color: rgb(204 251 241 / 0.7);
}

.bg-teal-100\/75 {
  background-color: rgb(204 251 241 / 0.75);
}

.bg-teal-100\/80 {
  background-color: rgb(204 251 241 / 0.8);
}

.bg-teal-100\/90 {
  background-color: rgb(204 251 241 / 0.9);
}

.bg-teal-100\/95 {
  background-color: rgb(204 251 241 / 0.95);
}

.bg-teal-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity));
}

.bg-teal-200\/0 {
  background-color: rgb(153 246 228 / 0);
}

.bg-teal-200\/10 {
  background-color: rgb(153 246 228 / 0.1);
}

.bg-teal-200\/100 {
  background-color: rgb(153 246 228 / 1);
}

.bg-teal-200\/20 {
  background-color: rgb(153 246 228 / 0.2);
}

.bg-teal-200\/25 {
  background-color: rgb(153 246 228 / 0.25);
}

.bg-teal-200\/30 {
  background-color: rgb(153 246 228 / 0.3);
}

.bg-teal-200\/40 {
  background-color: rgb(153 246 228 / 0.4);
}

.bg-teal-200\/5 {
  background-color: rgb(153 246 228 / 0.05);
}

.bg-teal-200\/50 {
  background-color: rgb(153 246 228 / 0.5);
}

.bg-teal-200\/60 {
  background-color: rgb(153 246 228 / 0.6);
}

.bg-teal-200\/70 {
  background-color: rgb(153 246 228 / 0.7);
}

.bg-teal-200\/75 {
  background-color: rgb(153 246 228 / 0.75);
}

.bg-teal-200\/80 {
  background-color: rgb(153 246 228 / 0.8);
}

.bg-teal-200\/90 {
  background-color: rgb(153 246 228 / 0.9);
}

.bg-teal-200\/95 {
  background-color: rgb(153 246 228 / 0.95);
}

.bg-teal-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity));
}

.bg-teal-300\/0 {
  background-color: rgb(94 234 212 / 0);
}

.bg-teal-300\/10 {
  background-color: rgb(94 234 212 / 0.1);
}

.bg-teal-300\/100 {
  background-color: rgb(94 234 212 / 1);
}

.bg-teal-300\/20 {
  background-color: rgb(94 234 212 / 0.2);
}

.bg-teal-300\/25 {
  background-color: rgb(94 234 212 / 0.25);
}

.bg-teal-300\/30 {
  background-color: rgb(94 234 212 / 0.3);
}

.bg-teal-300\/40 {
  background-color: rgb(94 234 212 / 0.4);
}

.bg-teal-300\/5 {
  background-color: rgb(94 234 212 / 0.05);
}

.bg-teal-300\/50 {
  background-color: rgb(94 234 212 / 0.5);
}

.bg-teal-300\/60 {
  background-color: rgb(94 234 212 / 0.6);
}

.bg-teal-300\/70 {
  background-color: rgb(94 234 212 / 0.7);
}

.bg-teal-300\/75 {
  background-color: rgb(94 234 212 / 0.75);
}

.bg-teal-300\/80 {
  background-color: rgb(94 234 212 / 0.8);
}

.bg-teal-300\/90 {
  background-color: rgb(94 234 212 / 0.9);
}

.bg-teal-300\/95 {
  background-color: rgb(94 234 212 / 0.95);
}

.bg-teal-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity));
}

.bg-teal-400\/0 {
  background-color: rgb(45 212 191 / 0);
}

.bg-teal-400\/10 {
  background-color: rgb(45 212 191 / 0.1);
}

.bg-teal-400\/100 {
  background-color: rgb(45 212 191 / 1);
}

.bg-teal-400\/20 {
  background-color: rgb(45 212 191 / 0.2);
}

.bg-teal-400\/25 {
  background-color: rgb(45 212 191 / 0.25);
}

.bg-teal-400\/30 {
  background-color: rgb(45 212 191 / 0.3);
}

.bg-teal-400\/40 {
  background-color: rgb(45 212 191 / 0.4);
}

.bg-teal-400\/5 {
  background-color: rgb(45 212 191 / 0.05);
}

.bg-teal-400\/50 {
  background-color: rgb(45 212 191 / 0.5);
}

.bg-teal-400\/60 {
  background-color: rgb(45 212 191 / 0.6);
}

.bg-teal-400\/70 {
  background-color: rgb(45 212 191 / 0.7);
}

.bg-teal-400\/75 {
  background-color: rgb(45 212 191 / 0.75);
}

.bg-teal-400\/80 {
  background-color: rgb(45 212 191 / 0.8);
}

.bg-teal-400\/90 {
  background-color: rgb(45 212 191 / 0.9);
}

.bg-teal-400\/95 {
  background-color: rgb(45 212 191 / 0.95);
}

.bg-teal-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity));
}

.bg-teal-50\/0 {
  background-color: rgb(240 253 250 / 0);
}

.bg-teal-50\/10 {
  background-color: rgb(240 253 250 / 0.1);
}

.bg-teal-50\/100 {
  background-color: rgb(240 253 250 / 1);
}

.bg-teal-50\/20 {
  background-color: rgb(240 253 250 / 0.2);
}

.bg-teal-50\/25 {
  background-color: rgb(240 253 250 / 0.25);
}

.bg-teal-50\/30 {
  background-color: rgb(240 253 250 / 0.3);
}

.bg-teal-50\/40 {
  background-color: rgb(240 253 250 / 0.4);
}

.bg-teal-50\/5 {
  background-color: rgb(240 253 250 / 0.05);
}

.bg-teal-50\/50 {
  background-color: rgb(240 253 250 / 0.5);
}

.bg-teal-50\/60 {
  background-color: rgb(240 253 250 / 0.6);
}

.bg-teal-50\/70 {
  background-color: rgb(240 253 250 / 0.7);
}

.bg-teal-50\/75 {
  background-color: rgb(240 253 250 / 0.75);
}

.bg-teal-50\/80 {
  background-color: rgb(240 253 250 / 0.8);
}

.bg-teal-50\/90 {
  background-color: rgb(240 253 250 / 0.9);
}

.bg-teal-50\/95 {
  background-color: rgb(240 253 250 / 0.95);
}

.bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity));
}

.bg-teal-500\/0 {
  background-color: rgb(20 184 166 / 0);
}

.bg-teal-500\/10 {
  background-color: rgb(20 184 166 / 0.1);
}

.bg-teal-500\/100 {
  background-color: rgb(20 184 166 / 1);
}

.bg-teal-500\/20 {
  background-color: rgb(20 184 166 / 0.2);
}

.bg-teal-500\/25 {
  background-color: rgb(20 184 166 / 0.25);
}

.bg-teal-500\/30 {
  background-color: rgb(20 184 166 / 0.3);
}

.bg-teal-500\/40 {
  background-color: rgb(20 184 166 / 0.4);
}

.bg-teal-500\/5 {
  background-color: rgb(20 184 166 / 0.05);
}

.bg-teal-500\/50 {
  background-color: rgb(20 184 166 / 0.5);
}

.bg-teal-500\/60 {
  background-color: rgb(20 184 166 / 0.6);
}

.bg-teal-500\/70 {
  background-color: rgb(20 184 166 / 0.7);
}

.bg-teal-500\/75 {
  background-color: rgb(20 184 166 / 0.75);
}

.bg-teal-500\/80 {
  background-color: rgb(20 184 166 / 0.8);
}

.bg-teal-500\/90 {
  background-color: rgb(20 184 166 / 0.9);
}

.bg-teal-500\/95 {
  background-color: rgb(20 184 166 / 0.95);
}

.bg-teal-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity));
}

.bg-teal-600\/0 {
  background-color: rgb(13 148 136 / 0);
}

.bg-teal-600\/10 {
  background-color: rgb(13 148 136 / 0.1);
}

.bg-teal-600\/100 {
  background-color: rgb(13 148 136 / 1);
}

.bg-teal-600\/20 {
  background-color: rgb(13 148 136 / 0.2);
}

.bg-teal-600\/25 {
  background-color: rgb(13 148 136 / 0.25);
}

.bg-teal-600\/30 {
  background-color: rgb(13 148 136 / 0.3);
}

.bg-teal-600\/40 {
  background-color: rgb(13 148 136 / 0.4);
}

.bg-teal-600\/5 {
  background-color: rgb(13 148 136 / 0.05);
}

.bg-teal-600\/50 {
  background-color: rgb(13 148 136 / 0.5);
}

.bg-teal-600\/60 {
  background-color: rgb(13 148 136 / 0.6);
}

.bg-teal-600\/70 {
  background-color: rgb(13 148 136 / 0.7);
}

.bg-teal-600\/75 {
  background-color: rgb(13 148 136 / 0.75);
}

.bg-teal-600\/80 {
  background-color: rgb(13 148 136 / 0.8);
}

.bg-teal-600\/90 {
  background-color: rgb(13 148 136 / 0.9);
}

.bg-teal-600\/95 {
  background-color: rgb(13 148 136 / 0.95);
}

.bg-teal-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity));
}

.bg-teal-700\/0 {
  background-color: rgb(15 118 110 / 0);
}

.bg-teal-700\/10 {
  background-color: rgb(15 118 110 / 0.1);
}

.bg-teal-700\/100 {
  background-color: rgb(15 118 110 / 1);
}

.bg-teal-700\/20 {
  background-color: rgb(15 118 110 / 0.2);
}

.bg-teal-700\/25 {
  background-color: rgb(15 118 110 / 0.25);
}

.bg-teal-700\/30 {
  background-color: rgb(15 118 110 / 0.3);
}

.bg-teal-700\/40 {
  background-color: rgb(15 118 110 / 0.4);
}

.bg-teal-700\/5 {
  background-color: rgb(15 118 110 / 0.05);
}

.bg-teal-700\/50 {
  background-color: rgb(15 118 110 / 0.5);
}

.bg-teal-700\/60 {
  background-color: rgb(15 118 110 / 0.6);
}

.bg-teal-700\/70 {
  background-color: rgb(15 118 110 / 0.7);
}

.bg-teal-700\/75 {
  background-color: rgb(15 118 110 / 0.75);
}

.bg-teal-700\/80 {
  background-color: rgb(15 118 110 / 0.8);
}

.bg-teal-700\/90 {
  background-color: rgb(15 118 110 / 0.9);
}

.bg-teal-700\/95 {
  background-color: rgb(15 118 110 / 0.95);
}

.bg-teal-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity));
}

.bg-teal-800\/0 {
  background-color: rgb(17 94 89 / 0);
}

.bg-teal-800\/10 {
  background-color: rgb(17 94 89 / 0.1);
}

.bg-teal-800\/100 {
  background-color: rgb(17 94 89 / 1);
}

.bg-teal-800\/20 {
  background-color: rgb(17 94 89 / 0.2);
}

.bg-teal-800\/25 {
  background-color: rgb(17 94 89 / 0.25);
}

.bg-teal-800\/30 {
  background-color: rgb(17 94 89 / 0.3);
}

.bg-teal-800\/40 {
  background-color: rgb(17 94 89 / 0.4);
}

.bg-teal-800\/5 {
  background-color: rgb(17 94 89 / 0.05);
}

.bg-teal-800\/50 {
  background-color: rgb(17 94 89 / 0.5);
}

.bg-teal-800\/60 {
  background-color: rgb(17 94 89 / 0.6);
}

.bg-teal-800\/70 {
  background-color: rgb(17 94 89 / 0.7);
}

.bg-teal-800\/75 {
  background-color: rgb(17 94 89 / 0.75);
}

.bg-teal-800\/80 {
  background-color: rgb(17 94 89 / 0.8);
}

.bg-teal-800\/90 {
  background-color: rgb(17 94 89 / 0.9);
}

.bg-teal-800\/95 {
  background-color: rgb(17 94 89 / 0.95);
}

.bg-teal-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(19 78 74 / var(--tw-bg-opacity));
}

.bg-teal-900\/0 {
  background-color: rgb(19 78 74 / 0);
}

.bg-teal-900\/10 {
  background-color: rgb(19 78 74 / 0.1);
}

.bg-teal-900\/100 {
  background-color: rgb(19 78 74 / 1);
}

.bg-teal-900\/20 {
  background-color: rgb(19 78 74 / 0.2);
}

.bg-teal-900\/25 {
  background-color: rgb(19 78 74 / 0.25);
}

.bg-teal-900\/30 {
  background-color: rgb(19 78 74 / 0.3);
}

.bg-teal-900\/40 {
  background-color: rgb(19 78 74 / 0.4);
}

.bg-teal-900\/5 {
  background-color: rgb(19 78 74 / 0.05);
}

.bg-teal-900\/50 {
  background-color: rgb(19 78 74 / 0.5);
}

.bg-teal-900\/60 {
  background-color: rgb(19 78 74 / 0.6);
}

.bg-teal-900\/70 {
  background-color: rgb(19 78 74 / 0.7);
}

.bg-teal-900\/75 {
  background-color: rgb(19 78 74 / 0.75);
}

.bg-teal-900\/80 {
  background-color: rgb(19 78 74 / 0.8);
}

.bg-teal-900\/90 {
  background-color: rgb(19 78 74 / 0.9);
}

.bg-teal-900\/95 {
  background-color: rgb(19 78 74 / 0.95);
}

.bg-teal-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 47 46 / var(--tw-bg-opacity));
}

.bg-teal-950\/0 {
  background-color: rgb(4 47 46 / 0);
}

.bg-teal-950\/10 {
  background-color: rgb(4 47 46 / 0.1);
}

.bg-teal-950\/100 {
  background-color: rgb(4 47 46 / 1);
}

.bg-teal-950\/20 {
  background-color: rgb(4 47 46 / 0.2);
}

.bg-teal-950\/25 {
  background-color: rgb(4 47 46 / 0.25);
}

.bg-teal-950\/30 {
  background-color: rgb(4 47 46 / 0.3);
}

.bg-teal-950\/40 {
  background-color: rgb(4 47 46 / 0.4);
}

.bg-teal-950\/5 {
  background-color: rgb(4 47 46 / 0.05);
}

.bg-teal-950\/50 {
  background-color: rgb(4 47 46 / 0.5);
}

.bg-teal-950\/60 {
  background-color: rgb(4 47 46 / 0.6);
}

.bg-teal-950\/70 {
  background-color: rgb(4 47 46 / 0.7);
}

.bg-teal-950\/75 {
  background-color: rgb(4 47 46 / 0.75);
}

.bg-teal-950\/80 {
  background-color: rgb(4 47 46 / 0.8);
}

.bg-teal-950\/90 {
  background-color: rgb(4 47 46 / 0.9);
}

.bg-teal-950\/95 {
  background-color: rgb(4 47 46 / 0.95);
}

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

.bg-transparent\/0 {
  background-color: rgb(0 0 0 / 0);
}

.bg-transparent\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.bg-transparent\/100 {
  background-color: rgb(0 0 0 / 1);
}

.bg-transparent\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.bg-transparent\/25 {
  background-color: rgb(0 0 0 / 0.25);
}

.bg-transparent\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.bg-transparent\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-transparent\/5 {
  background-color: rgb(0 0 0 / 0.05);
}

.bg-transparent\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-transparent\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.bg-transparent\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.bg-transparent\/75 {
  background-color: rgb(0 0 0 / 0.75);
}

.bg-transparent\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.bg-transparent\/90 {
  background-color: rgb(0 0 0 / 0.9);
}

.bg-transparent\/95 {
  background-color: rgb(0 0 0 / 0.95);
}

.bg-tykhe-digital {
  --tw-bg-opacity: 1;
  background-color: rgb(239 156 131 / var(--tw-bg-opacity));
}

.bg-tykhe-digital-alt {
  --tw-bg-opacity: 1;
  background-color: rgb(245 239 224 / var(--tw-bg-opacity));
}

.bg-tykhe-digital-alt\/0 {
  background-color: rgb(245 239 224 / 0);
}

.bg-tykhe-digital-alt\/10 {
  background-color: rgb(245 239 224 / 0.1);
}

.bg-tykhe-digital-alt\/100 {
  background-color: rgb(245 239 224 / 1);
}

.bg-tykhe-digital-alt\/20 {
  background-color: rgb(245 239 224 / 0.2);
}

.bg-tykhe-digital-alt\/25 {
  background-color: rgb(245 239 224 / 0.25);
}

.bg-tykhe-digital-alt\/30 {
  background-color: rgb(245 239 224 / 0.3);
}

.bg-tykhe-digital-alt\/40 {
  background-color: rgb(245 239 224 / 0.4);
}

.bg-tykhe-digital-alt\/5 {
  background-color: rgb(245 239 224 / 0.05);
}

.bg-tykhe-digital-alt\/50 {
  background-color: rgb(245 239 224 / 0.5);
}

.bg-tykhe-digital-alt\/60 {
  background-color: rgb(245 239 224 / 0.6);
}

.bg-tykhe-digital-alt\/70 {
  background-color: rgb(245 239 224 / 0.7);
}

.bg-tykhe-digital-alt\/75 {
  background-color: rgb(245 239 224 / 0.75);
}

.bg-tykhe-digital-alt\/80 {
  background-color: rgb(245 239 224 / 0.8);
}

.bg-tykhe-digital-alt\/90 {
  background-color: rgb(245 239 224 / 0.9);
}

.bg-tykhe-digital-alt\/95 {
  background-color: rgb(245 239 224 / 0.95);
}

.bg-tykhe-digital-alt2 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 58 111 / var(--tw-bg-opacity));
}

.bg-tykhe-digital-alt2\/0 {
  background-color: rgb(255 58 111 / 0);
}

.bg-tykhe-digital-alt2\/10 {
  background-color: rgb(255 58 111 / 0.1);
}

.bg-tykhe-digital-alt2\/100 {
  background-color: rgb(255 58 111 / 1);
}

.bg-tykhe-digital-alt2\/20 {
  background-color: rgb(255 58 111 / 0.2);
}

.bg-tykhe-digital-alt2\/25 {
  background-color: rgb(255 58 111 / 0.25);
}

.bg-tykhe-digital-alt2\/30 {
  background-color: rgb(255 58 111 / 0.3);
}

.bg-tykhe-digital-alt2\/40 {
  background-color: rgb(255 58 111 / 0.4);
}

.bg-tykhe-digital-alt2\/5 {
  background-color: rgb(255 58 111 / 0.05);
}

.bg-tykhe-digital-alt2\/50 {
  background-color: rgb(255 58 111 / 0.5);
}

.bg-tykhe-digital-alt2\/60 {
  background-color: rgb(255 58 111 / 0.6);
}

.bg-tykhe-digital-alt2\/70 {
  background-color: rgb(255 58 111 / 0.7);
}

.bg-tykhe-digital-alt2\/75 {
  background-color: rgb(255 58 111 / 0.75);
}

.bg-tykhe-digital-alt2\/80 {
  background-color: rgb(255 58 111 / 0.8);
}

.bg-tykhe-digital-alt2\/90 {
  background-color: rgb(255 58 111 / 0.9);
}

.bg-tykhe-digital-alt2\/95 {
  background-color: rgb(255 58 111 / 0.95);
}

.bg-tykhe-digital-alt3 {
  --tw-bg-opacity: 1;
  background-color: rgb(131 214 239 / var(--tw-bg-opacity));
}

.bg-tykhe-digital-alt3\/0 {
  background-color: rgb(131 214 239 / 0);
}

.bg-tykhe-digital-alt3\/10 {
  background-color: rgb(131 214 239 / 0.1);
}

.bg-tykhe-digital-alt3\/100 {
  background-color: rgb(131 214 239 / 1);
}

.bg-tykhe-digital-alt3\/20 {
  background-color: rgb(131 214 239 / 0.2);
}

.bg-tykhe-digital-alt3\/25 {
  background-color: rgb(131 214 239 / 0.25);
}

.bg-tykhe-digital-alt3\/30 {
  background-color: rgb(131 214 239 / 0.3);
}

.bg-tykhe-digital-alt3\/40 {
  background-color: rgb(131 214 239 / 0.4);
}

.bg-tykhe-digital-alt3\/5 {
  background-color: rgb(131 214 239 / 0.05);
}

.bg-tykhe-digital-alt3\/50 {
  background-color: rgb(131 214 239 / 0.5);
}

.bg-tykhe-digital-alt3\/60 {
  background-color: rgb(131 214 239 / 0.6);
}

.bg-tykhe-digital-alt3\/70 {
  background-color: rgb(131 214 239 / 0.7);
}

.bg-tykhe-digital-alt3\/75 {
  background-color: rgb(131 214 239 / 0.75);
}

.bg-tykhe-digital-alt3\/80 {
  background-color: rgb(131 214 239 / 0.8);
}

.bg-tykhe-digital-alt3\/90 {
  background-color: rgb(131 214 239 / 0.9);
}

.bg-tykhe-digital-alt3\/95 {
  background-color: rgb(131 214 239 / 0.95);
}

.bg-tykhe-digital\/0 {
  background-color: rgb(239 156 131 / 0);
}

.bg-tykhe-digital\/10 {
  background-color: rgb(239 156 131 / 0.1);
}

.bg-tykhe-digital\/100 {
  background-color: rgb(239 156 131 / 1);
}

.bg-tykhe-digital\/20 {
  background-color: rgb(239 156 131 / 0.2);
}

.bg-tykhe-digital\/25 {
  background-color: rgb(239 156 131 / 0.25);
}

.bg-tykhe-digital\/30 {
  background-color: rgb(239 156 131 / 0.3);
}

.bg-tykhe-digital\/40 {
  background-color: rgb(239 156 131 / 0.4);
}

.bg-tykhe-digital\/5 {
  background-color: rgb(239 156 131 / 0.05);
}

.bg-tykhe-digital\/50 {
  background-color: rgb(239 156 131 / 0.5);
}

.bg-tykhe-digital\/60 {
  background-color: rgb(239 156 131 / 0.6);
}

.bg-tykhe-digital\/70 {
  background-color: rgb(239 156 131 / 0.7);
}

.bg-tykhe-digital\/75 {
  background-color: rgb(239 156 131 / 0.75);
}

.bg-tykhe-digital\/80 {
  background-color: rgb(239 156 131 / 0.8);
}

.bg-tykhe-digital\/90 {
  background-color: rgb(239 156 131 / 0.9);
}

.bg-tykhe-digital\/95 {
  background-color: rgb(239 156 131 / 0.95);
}

.bg-violet-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity));
}

.bg-violet-100\/0 {
  background-color: rgb(237 233 254 / 0);
}

.bg-violet-100\/10 {
  background-color: rgb(237 233 254 / 0.1);
}

.bg-violet-100\/100 {
  background-color: rgb(237 233 254 / 1);
}

.bg-violet-100\/20 {
  background-color: rgb(237 233 254 / 0.2);
}

.bg-violet-100\/25 {
  background-color: rgb(237 233 254 / 0.25);
}

.bg-violet-100\/30 {
  background-color: rgb(237 233 254 / 0.3);
}

.bg-violet-100\/40 {
  background-color: rgb(237 233 254 / 0.4);
}

.bg-violet-100\/5 {
  background-color: rgb(237 233 254 / 0.05);
}

.bg-violet-100\/50 {
  background-color: rgb(237 233 254 / 0.5);
}

.bg-violet-100\/60 {
  background-color: rgb(237 233 254 / 0.6);
}

.bg-violet-100\/70 {
  background-color: rgb(237 233 254 / 0.7);
}

.bg-violet-100\/75 {
  background-color: rgb(237 233 254 / 0.75);
}

.bg-violet-100\/80 {
  background-color: rgb(237 233 254 / 0.8);
}

.bg-violet-100\/90 {
  background-color: rgb(237 233 254 / 0.9);
}

.bg-violet-100\/95 {
  background-color: rgb(237 233 254 / 0.95);
}

.bg-violet-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(221 214 254 / var(--tw-bg-opacity));
}

.bg-violet-200\/0 {
  background-color: rgb(221 214 254 / 0);
}

.bg-violet-200\/10 {
  background-color: rgb(221 214 254 / 0.1);
}

.bg-violet-200\/100 {
  background-color: rgb(221 214 254 / 1);
}

.bg-violet-200\/20 {
  background-color: rgb(221 214 254 / 0.2);
}

.bg-violet-200\/25 {
  background-color: rgb(221 214 254 / 0.25);
}

.bg-violet-200\/30 {
  background-color: rgb(221 214 254 / 0.3);
}

.bg-violet-200\/40 {
  background-color: rgb(221 214 254 / 0.4);
}

.bg-violet-200\/5 {
  background-color: rgb(221 214 254 / 0.05);
}

.bg-violet-200\/50 {
  background-color: rgb(221 214 254 / 0.5);
}

.bg-violet-200\/60 {
  background-color: rgb(221 214 254 / 0.6);
}

.bg-violet-200\/70 {
  background-color: rgb(221 214 254 / 0.7);
}

.bg-violet-200\/75 {
  background-color: rgb(221 214 254 / 0.75);
}

.bg-violet-200\/80 {
  background-color: rgb(221 214 254 / 0.8);
}

.bg-violet-200\/90 {
  background-color: rgb(221 214 254 / 0.9);
}

.bg-violet-200\/95 {
  background-color: rgb(221 214 254 / 0.95);
}

.bg-violet-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity));
}

.bg-violet-300\/0 {
  background-color: rgb(196 181 253 / 0);
}

.bg-violet-300\/10 {
  background-color: rgb(196 181 253 / 0.1);
}

.bg-violet-300\/100 {
  background-color: rgb(196 181 253 / 1);
}

.bg-violet-300\/20 {
  background-color: rgb(196 181 253 / 0.2);
}

.bg-violet-300\/25 {
  background-color: rgb(196 181 253 / 0.25);
}

.bg-violet-300\/30 {
  background-color: rgb(196 181 253 / 0.3);
}

.bg-violet-300\/40 {
  background-color: rgb(196 181 253 / 0.4);
}

.bg-violet-300\/5 {
  background-color: rgb(196 181 253 / 0.05);
}

.bg-violet-300\/50 {
  background-color: rgb(196 181 253 / 0.5);
}

.bg-violet-300\/60 {
  background-color: rgb(196 181 253 / 0.6);
}

.bg-violet-300\/70 {
  background-color: rgb(196 181 253 / 0.7);
}

.bg-violet-300\/75 {
  background-color: rgb(196 181 253 / 0.75);
}

.bg-violet-300\/80 {
  background-color: rgb(196 181 253 / 0.8);
}

.bg-violet-300\/90 {
  background-color: rgb(196 181 253 / 0.9);
}

.bg-violet-300\/95 {
  background-color: rgb(196 181 253 / 0.95);
}

.bg-violet-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity));
}

.bg-violet-400\/0 {
  background-color: rgb(167 139 250 / 0);
}

.bg-violet-400\/10 {
  background-color: rgb(167 139 250 / 0.1);
}

.bg-violet-400\/100 {
  background-color: rgb(167 139 250 / 1);
}

.bg-violet-400\/20 {
  background-color: rgb(167 139 250 / 0.2);
}

.bg-violet-400\/25 {
  background-color: rgb(167 139 250 / 0.25);
}

.bg-violet-400\/30 {
  background-color: rgb(167 139 250 / 0.3);
}

.bg-violet-400\/40 {
  background-color: rgb(167 139 250 / 0.4);
}

.bg-violet-400\/5 {
  background-color: rgb(167 139 250 / 0.05);
}

.bg-violet-400\/50 {
  background-color: rgb(167 139 250 / 0.5);
}

.bg-violet-400\/60 {
  background-color: rgb(167 139 250 / 0.6);
}

.bg-violet-400\/70 {
  background-color: rgb(167 139 250 / 0.7);
}

.bg-violet-400\/75 {
  background-color: rgb(167 139 250 / 0.75);
}

.bg-violet-400\/80 {
  background-color: rgb(167 139 250 / 0.8);
}

.bg-violet-400\/90 {
  background-color: rgb(167 139 250 / 0.9);
}

.bg-violet-400\/95 {
  background-color: rgb(167 139 250 / 0.95);
}

.bg-violet-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity));
}

.bg-violet-50\/0 {
  background-color: rgb(245 243 255 / 0);
}

.bg-violet-50\/10 {
  background-color: rgb(245 243 255 / 0.1);
}

.bg-violet-50\/100 {
  background-color: rgb(245 243 255 / 1);
}

.bg-violet-50\/20 {
  background-color: rgb(245 243 255 / 0.2);
}

.bg-violet-50\/25 {
  background-color: rgb(245 243 255 / 0.25);
}

.bg-violet-50\/30 {
  background-color: rgb(245 243 255 / 0.3);
}

.bg-violet-50\/40 {
  background-color: rgb(245 243 255 / 0.4);
}

.bg-violet-50\/5 {
  background-color: rgb(245 243 255 / 0.05);
}

.bg-violet-50\/50 {
  background-color: rgb(245 243 255 / 0.5);
}

.bg-violet-50\/60 {
  background-color: rgb(245 243 255 / 0.6);
}

.bg-violet-50\/70 {
  background-color: rgb(245 243 255 / 0.7);
}

.bg-violet-50\/75 {
  background-color: rgb(245 243 255 / 0.75);
}

.bg-violet-50\/80 {
  background-color: rgb(245 243 255 / 0.8);
}

.bg-violet-50\/90 {
  background-color: rgb(245 243 255 / 0.9);
}

.bg-violet-50\/95 {
  background-color: rgb(245 243 255 / 0.95);
}

.bg-violet-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity));
}

.bg-violet-500\/0 {
  background-color: rgb(139 92 246 / 0);
}

.bg-violet-500\/10 {
  background-color: rgb(139 92 246 / 0.1);
}

.bg-violet-500\/100 {
  background-color: rgb(139 92 246 / 1);
}

.bg-violet-500\/20 {
  background-color: rgb(139 92 246 / 0.2);
}

.bg-violet-500\/25 {
  background-color: rgb(139 92 246 / 0.25);
}

.bg-violet-500\/30 {
  background-color: rgb(139 92 246 / 0.3);
}

.bg-violet-500\/40 {
  background-color: rgb(139 92 246 / 0.4);
}

.bg-violet-500\/5 {
  background-color: rgb(139 92 246 / 0.05);
}

.bg-violet-500\/50 {
  background-color: rgb(139 92 246 / 0.5);
}

.bg-violet-500\/60 {
  background-color: rgb(139 92 246 / 0.6);
}

.bg-violet-500\/70 {
  background-color: rgb(139 92 246 / 0.7);
}

.bg-violet-500\/75 {
  background-color: rgb(139 92 246 / 0.75);
}

.bg-violet-500\/80 {
  background-color: rgb(139 92 246 / 0.8);
}

.bg-violet-500\/90 {
  background-color: rgb(139 92 246 / 0.9);
}

.bg-violet-500\/95 {
  background-color: rgb(139 92 246 / 0.95);
}

.bg-violet-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity));
}

.bg-violet-600\/0 {
  background-color: rgb(124 58 237 / 0);
}

.bg-violet-600\/10 {
  background-color: rgb(124 58 237 / 0.1);
}

.bg-violet-600\/100 {
  background-color: rgb(124 58 237 / 1);
}

.bg-violet-600\/20 {
  background-color: rgb(124 58 237 / 0.2);
}

.bg-violet-600\/25 {
  background-color: rgb(124 58 237 / 0.25);
}

.bg-violet-600\/30 {
  background-color: rgb(124 58 237 / 0.3);
}

.bg-violet-600\/40 {
  background-color: rgb(124 58 237 / 0.4);
}

.bg-violet-600\/5 {
  background-color: rgb(124 58 237 / 0.05);
}

.bg-violet-600\/50 {
  background-color: rgb(124 58 237 / 0.5);
}

.bg-violet-600\/60 {
  background-color: rgb(124 58 237 / 0.6);
}

.bg-violet-600\/70 {
  background-color: rgb(124 58 237 / 0.7);
}

.bg-violet-600\/75 {
  background-color: rgb(124 58 237 / 0.75);
}

.bg-violet-600\/80 {
  background-color: rgb(124 58 237 / 0.8);
}

.bg-violet-600\/90 {
  background-color: rgb(124 58 237 / 0.9);
}

.bg-violet-600\/95 {
  background-color: rgb(124 58 237 / 0.95);
}

.bg-violet-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity));
}

.bg-violet-700\/0 {
  background-color: rgb(109 40 217 / 0);
}

.bg-violet-700\/10 {
  background-color: rgb(109 40 217 / 0.1);
}

.bg-violet-700\/100 {
  background-color: rgb(109 40 217 / 1);
}

.bg-violet-700\/20 {
  background-color: rgb(109 40 217 / 0.2);
}

.bg-violet-700\/25 {
  background-color: rgb(109 40 217 / 0.25);
}

.bg-violet-700\/30 {
  background-color: rgb(109 40 217 / 0.3);
}

.bg-violet-700\/40 {
  background-color: rgb(109 40 217 / 0.4);
}

.bg-violet-700\/5 {
  background-color: rgb(109 40 217 / 0.05);
}

.bg-violet-700\/50 {
  background-color: rgb(109 40 217 / 0.5);
}

.bg-violet-700\/60 {
  background-color: rgb(109 40 217 / 0.6);
}

.bg-violet-700\/70 {
  background-color: rgb(109 40 217 / 0.7);
}

.bg-violet-700\/75 {
  background-color: rgb(109 40 217 / 0.75);
}

.bg-violet-700\/80 {
  background-color: rgb(109 40 217 / 0.8);
}

.bg-violet-700\/90 {
  background-color: rgb(109 40 217 / 0.9);
}

.bg-violet-700\/95 {
  background-color: rgb(109 40 217 / 0.95);
}

.bg-violet-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity));
}

.bg-violet-800\/0 {
  background-color: rgb(91 33 182 / 0);
}

.bg-violet-800\/10 {
  background-color: rgb(91 33 182 / 0.1);
}

.bg-violet-800\/100 {
  background-color: rgb(91 33 182 / 1);
}

.bg-violet-800\/20 {
  background-color: rgb(91 33 182 / 0.2);
}

.bg-violet-800\/25 {
  background-color: rgb(91 33 182 / 0.25);
}

.bg-violet-800\/30 {
  background-color: rgb(91 33 182 / 0.3);
}

.bg-violet-800\/40 {
  background-color: rgb(91 33 182 / 0.4);
}

.bg-violet-800\/5 {
  background-color: rgb(91 33 182 / 0.05);
}

.bg-violet-800\/50 {
  background-color: rgb(91 33 182 / 0.5);
}

.bg-violet-800\/60 {
  background-color: rgb(91 33 182 / 0.6);
}

.bg-violet-800\/70 {
  background-color: rgb(91 33 182 / 0.7);
}

.bg-violet-800\/75 {
  background-color: rgb(91 33 182 / 0.75);
}

.bg-violet-800\/80 {
  background-color: rgb(91 33 182 / 0.8);
}

.bg-violet-800\/90 {
  background-color: rgb(91 33 182 / 0.9);
}

.bg-violet-800\/95 {
  background-color: rgb(91 33 182 / 0.95);
}

.bg-violet-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(76 29 149 / var(--tw-bg-opacity));
}

.bg-violet-900\/0 {
  background-color: rgb(76 29 149 / 0);
}

.bg-violet-900\/10 {
  background-color: rgb(76 29 149 / 0.1);
}

.bg-violet-900\/100 {
  background-color: rgb(76 29 149 / 1);
}

.bg-violet-900\/20 {
  background-color: rgb(76 29 149 / 0.2);
}

.bg-violet-900\/25 {
  background-color: rgb(76 29 149 / 0.25);
}

.bg-violet-900\/30 {
  background-color: rgb(76 29 149 / 0.3);
}

.bg-violet-900\/40 {
  background-color: rgb(76 29 149 / 0.4);
}

.bg-violet-900\/5 {
  background-color: rgb(76 29 149 / 0.05);
}

.bg-violet-900\/50 {
  background-color: rgb(76 29 149 / 0.5);
}

.bg-violet-900\/60 {
  background-color: rgb(76 29 149 / 0.6);
}

.bg-violet-900\/70 {
  background-color: rgb(76 29 149 / 0.7);
}

.bg-violet-900\/75 {
  background-color: rgb(76 29 149 / 0.75);
}

.bg-violet-900\/80 {
  background-color: rgb(76 29 149 / 0.8);
}

.bg-violet-900\/90 {
  background-color: rgb(76 29 149 / 0.9);
}

.bg-violet-900\/95 {
  background-color: rgb(76 29 149 / 0.95);
}

.bg-violet-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(46 16 101 / var(--tw-bg-opacity));
}

.bg-violet-950\/0 {
  background-color: rgb(46 16 101 / 0);
}

.bg-violet-950\/10 {
  background-color: rgb(46 16 101 / 0.1);
}

.bg-violet-950\/100 {
  background-color: rgb(46 16 101 / 1);
}

.bg-violet-950\/20 {
  background-color: rgb(46 16 101 / 0.2);
}

.bg-violet-950\/25 {
  background-color: rgb(46 16 101 / 0.25);
}

.bg-violet-950\/30 {
  background-color: rgb(46 16 101 / 0.3);
}

.bg-violet-950\/40 {
  background-color: rgb(46 16 101 / 0.4);
}

.bg-violet-950\/5 {
  background-color: rgb(46 16 101 / 0.05);
}

.bg-violet-950\/50 {
  background-color: rgb(46 16 101 / 0.5);
}

.bg-violet-950\/60 {
  background-color: rgb(46 16 101 / 0.6);
}

.bg-violet-950\/70 {
  background-color: rgb(46 16 101 / 0.7);
}

.bg-violet-950\/75 {
  background-color: rgb(46 16 101 / 0.75);
}

.bg-violet-950\/80 {
  background-color: rgb(46 16 101 / 0.8);
}

.bg-violet-950\/90 {
  background-color: rgb(46 16 101 / 0.9);
}

.bg-violet-950\/95 {
  background-color: rgb(46 16 101 / 0.95);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-white\/0 {
  background-color: rgb(255 255 255 / 0);
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/100 {
  background-color: rgb(255 255 255 / 1);
}

.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}

.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}

.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}

.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}

.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}

.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.bg-work-identity-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(166 235 194 / var(--tw-bg-opacity));
}

.bg-work-identity-300\/0 {
  background-color: rgb(166 235 194 / 0);
}

.bg-work-identity-300\/10 {
  background-color: rgb(166 235 194 / 0.1);
}

.bg-work-identity-300\/100 {
  background-color: rgb(166 235 194 / 1);
}

.bg-work-identity-300\/20 {
  background-color: rgb(166 235 194 / 0.2);
}

.bg-work-identity-300\/25 {
  background-color: rgb(166 235 194 / 0.25);
}

.bg-work-identity-300\/30 {
  background-color: rgb(166 235 194 / 0.3);
}

.bg-work-identity-300\/40 {
  background-color: rgb(166 235 194 / 0.4);
}

.bg-work-identity-300\/5 {
  background-color: rgb(166 235 194 / 0.05);
}

.bg-work-identity-300\/50 {
  background-color: rgb(166 235 194 / 0.5);
}

.bg-work-identity-300\/60 {
  background-color: rgb(166 235 194 / 0.6);
}

.bg-work-identity-300\/70 {
  background-color: rgb(166 235 194 / 0.7);
}

.bg-work-identity-300\/75 {
  background-color: rgb(166 235 194 / 0.75);
}

.bg-work-identity-300\/80 {
  background-color: rgb(166 235 194 / 0.8);
}

.bg-work-identity-300\/90 {
  background-color: rgb(166 235 194 / 0.9);
}

.bg-work-identity-300\/95 {
  background-color: rgb(166 235 194 / 0.95);
}

.bg-work-identity-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(83 221 139 / var(--tw-bg-opacity));
}

.bg-work-identity-400\/0 {
  background-color: rgb(83 221 139 / 0);
}

.bg-work-identity-400\/10 {
  background-color: rgb(83 221 139 / 0.1);
}

.bg-work-identity-400\/100 {
  background-color: rgb(83 221 139 / 1);
}

.bg-work-identity-400\/20 {
  background-color: rgb(83 221 139 / 0.2);
}

.bg-work-identity-400\/25 {
  background-color: rgb(83 221 139 / 0.25);
}

.bg-work-identity-400\/30 {
  background-color: rgb(83 221 139 / 0.3);
}

.bg-work-identity-400\/40 {
  background-color: rgb(83 221 139 / 0.4);
}

.bg-work-identity-400\/5 {
  background-color: rgb(83 221 139 / 0.05);
}

.bg-work-identity-400\/50 {
  background-color: rgb(83 221 139 / 0.5);
}

.bg-work-identity-400\/60 {
  background-color: rgb(83 221 139 / 0.6);
}

.bg-work-identity-400\/70 {
  background-color: rgb(83 221 139 / 0.7);
}

.bg-work-identity-400\/75 {
  background-color: rgb(83 221 139 / 0.75);
}

.bg-work-identity-400\/80 {
  background-color: rgb(83 221 139 / 0.8);
}

.bg-work-identity-400\/90 {
  background-color: rgb(83 221 139 / 0.9);
}

.bg-work-identity-400\/95 {
  background-color: rgb(83 221 139 / 0.95);
}

.bg-work-identity-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 208 84 / var(--tw-bg-opacity));
}

.bg-work-identity-500\/0 {
  background-color: rgb(0 208 84 / 0);
}

.bg-work-identity-500\/10 {
  background-color: rgb(0 208 84 / 0.1);
}

.bg-work-identity-500\/100 {
  background-color: rgb(0 208 84 / 1);
}

.bg-work-identity-500\/20 {
  background-color: rgb(0 208 84 / 0.2);
}

.bg-work-identity-500\/25 {
  background-color: rgb(0 208 84 / 0.25);
}

.bg-work-identity-500\/30 {
  background-color: rgb(0 208 84 / 0.3);
}

.bg-work-identity-500\/40 {
  background-color: rgb(0 208 84 / 0.4);
}

.bg-work-identity-500\/5 {
  background-color: rgb(0 208 84 / 0.05);
}

.bg-work-identity-500\/50 {
  background-color: rgb(0 208 84 / 0.5);
}

.bg-work-identity-500\/60 {
  background-color: rgb(0 208 84 / 0.6);
}

.bg-work-identity-500\/70 {
  background-color: rgb(0 208 84 / 0.7);
}

.bg-work-identity-500\/75 {
  background-color: rgb(0 208 84 / 0.75);
}

.bg-work-identity-500\/80 {
  background-color: rgb(0 208 84 / 0.8);
}

.bg-work-identity-500\/90 {
  background-color: rgb(0 208 84 / 0.9);
}

.bg-work-identity-500\/95 {
  background-color: rgb(0 208 84 / 0.95);
}

.bg-work-identity-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}

.bg-work-identity-900\/0 {
  background-color: rgb(249 249 249 / 0);
}

.bg-work-identity-900\/10 {
  background-color: rgb(249 249 249 / 0.1);
}

.bg-work-identity-900\/100 {
  background-color: rgb(249 249 249 / 1);
}

.bg-work-identity-900\/20 {
  background-color: rgb(249 249 249 / 0.2);
}

.bg-work-identity-900\/25 {
  background-color: rgb(249 249 249 / 0.25);
}

.bg-work-identity-900\/30 {
  background-color: rgb(249 249 249 / 0.3);
}

.bg-work-identity-900\/40 {
  background-color: rgb(249 249 249 / 0.4);
}

.bg-work-identity-900\/5 {
  background-color: rgb(249 249 249 / 0.05);
}

.bg-work-identity-900\/50 {
  background-color: rgb(249 249 249 / 0.5);
}

.bg-work-identity-900\/60 {
  background-color: rgb(249 249 249 / 0.6);
}

.bg-work-identity-900\/70 {
  background-color: rgb(249 249 249 / 0.7);
}

.bg-work-identity-900\/75 {
  background-color: rgb(249 249 249 / 0.75);
}

.bg-work-identity-900\/80 {
  background-color: rgb(249 249 249 / 0.8);
}

.bg-work-identity-900\/90 {
  background-color: rgb(249 249 249 / 0.9);
}

.bg-work-identity-900\/95 {
  background-color: rgb(249 249 249 / 0.95);
}

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}

.bg-yellow-100\/0 {
  background-color: rgb(254 249 195 / 0);
}

.bg-yellow-100\/10 {
  background-color: rgb(254 249 195 / 0.1);
}

.bg-yellow-100\/100 {
  background-color: rgb(254 249 195 / 1);
}

.bg-yellow-100\/20 {
  background-color: rgb(254 249 195 / 0.2);
}

.bg-yellow-100\/25 {
  background-color: rgb(254 249 195 / 0.25);
}

.bg-yellow-100\/30 {
  background-color: rgb(254 249 195 / 0.3);
}

.bg-yellow-100\/40 {
  background-color: rgb(254 249 195 / 0.4);
}

.bg-yellow-100\/5 {
  background-color: rgb(254 249 195 / 0.05);
}

.bg-yellow-100\/50 {
  background-color: rgb(254 249 195 / 0.5);
}

.bg-yellow-100\/60 {
  background-color: rgb(254 249 195 / 0.6);
}

.bg-yellow-100\/70 {
  background-color: rgb(254 249 195 / 0.7);
}

.bg-yellow-100\/75 {
  background-color: rgb(254 249 195 / 0.75);
}

.bg-yellow-100\/80 {
  background-color: rgb(254 249 195 / 0.8);
}

.bg-yellow-100\/90 {
  background-color: rgb(254 249 195 / 0.9);
}

.bg-yellow-100\/95 {
  background-color: rgb(254 249 195 / 0.95);
}

.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}

.bg-yellow-200\/0 {
  background-color: rgb(254 240 138 / 0);
}

.bg-yellow-200\/10 {
  background-color: rgb(254 240 138 / 0.1);
}

.bg-yellow-200\/100 {
  background-color: rgb(254 240 138 / 1);
}

.bg-yellow-200\/20 {
  background-color: rgb(254 240 138 / 0.2);
}

.bg-yellow-200\/25 {
  background-color: rgb(254 240 138 / 0.25);
}

.bg-yellow-200\/30 {
  background-color: rgb(254 240 138 / 0.3);
}

.bg-yellow-200\/40 {
  background-color: rgb(254 240 138 / 0.4);
}

.bg-yellow-200\/5 {
  background-color: rgb(254 240 138 / 0.05);
}

.bg-yellow-200\/50 {
  background-color: rgb(254 240 138 / 0.5);
}

.bg-yellow-200\/60 {
  background-color: rgb(254 240 138 / 0.6);
}

.bg-yellow-200\/70 {
  background-color: rgb(254 240 138 / 0.7);
}

.bg-yellow-200\/75 {
  background-color: rgb(254 240 138 / 0.75);
}

.bg-yellow-200\/80 {
  background-color: rgb(254 240 138 / 0.8);
}

.bg-yellow-200\/90 {
  background-color: rgb(254 240 138 / 0.9);
}

.bg-yellow-200\/95 {
  background-color: rgb(254 240 138 / 0.95);
}

.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}

.bg-yellow-300\/0 {
  background-color: rgb(253 224 71 / 0);
}

.bg-yellow-300\/10 {
  background-color: rgb(253 224 71 / 0.1);
}

.bg-yellow-300\/100 {
  background-color: rgb(253 224 71 / 1);
}

.bg-yellow-300\/20 {
  background-color: rgb(253 224 71 / 0.2);
}

.bg-yellow-300\/25 {
  background-color: rgb(253 224 71 / 0.25);
}

.bg-yellow-300\/30 {
  background-color: rgb(253 224 71 / 0.3);
}

.bg-yellow-300\/40 {
  background-color: rgb(253 224 71 / 0.4);
}

.bg-yellow-300\/5 {
  background-color: rgb(253 224 71 / 0.05);
}

.bg-yellow-300\/50 {
  background-color: rgb(253 224 71 / 0.5);
}

.bg-yellow-300\/60 {
  background-color: rgb(253 224 71 / 0.6);
}

.bg-yellow-300\/70 {
  background-color: rgb(253 224 71 / 0.7);
}

.bg-yellow-300\/75 {
  background-color: rgb(253 224 71 / 0.75);
}

.bg-yellow-300\/80 {
  background-color: rgb(253 224 71 / 0.8);
}

.bg-yellow-300\/90 {
  background-color: rgb(253 224 71 / 0.9);
}

.bg-yellow-300\/95 {
  background-color: rgb(253 224 71 / 0.95);
}

.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}

.bg-yellow-400\/0 {
  background-color: rgb(250 204 21 / 0);
}

.bg-yellow-400\/10 {
  background-color: rgb(250 204 21 / 0.1);
}

.bg-yellow-400\/100 {
  background-color: rgb(250 204 21 / 1);
}

.bg-yellow-400\/20 {
  background-color: rgb(250 204 21 / 0.2);
}

.bg-yellow-400\/25 {
  background-color: rgb(250 204 21 / 0.25);
}

.bg-yellow-400\/30 {
  background-color: rgb(250 204 21 / 0.3);
}

.bg-yellow-400\/40 {
  background-color: rgb(250 204 21 / 0.4);
}

.bg-yellow-400\/5 {
  background-color: rgb(250 204 21 / 0.05);
}

.bg-yellow-400\/50 {
  background-color: rgb(250 204 21 / 0.5);
}

.bg-yellow-400\/60 {
  background-color: rgb(250 204 21 / 0.6);
}

.bg-yellow-400\/70 {
  background-color: rgb(250 204 21 / 0.7);
}

.bg-yellow-400\/75 {
  background-color: rgb(250 204 21 / 0.75);
}

.bg-yellow-400\/80 {
  background-color: rgb(250 204 21 / 0.8);
}

.bg-yellow-400\/90 {
  background-color: rgb(250 204 21 / 0.9);
}

.bg-yellow-400\/95 {
  background-color: rgb(250 204 21 / 0.95);
}

.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}

.bg-yellow-50\/0 {
  background-color: rgb(254 252 232 / 0);
}

.bg-yellow-50\/10 {
  background-color: rgb(254 252 232 / 0.1);
}

.bg-yellow-50\/100 {
  background-color: rgb(254 252 232 / 1);
}

.bg-yellow-50\/20 {
  background-color: rgb(254 252 232 / 0.2);
}

.bg-yellow-50\/25 {
  background-color: rgb(254 252 232 / 0.25);
}

.bg-yellow-50\/30 {
  background-color: rgb(254 252 232 / 0.3);
}

.bg-yellow-50\/40 {
  background-color: rgb(254 252 232 / 0.4);
}

.bg-yellow-50\/5 {
  background-color: rgb(254 252 232 / 0.05);
}

.bg-yellow-50\/50 {
  background-color: rgb(254 252 232 / 0.5);
}

.bg-yellow-50\/60 {
  background-color: rgb(254 252 232 / 0.6);
}

.bg-yellow-50\/70 {
  background-color: rgb(254 252 232 / 0.7);
}

.bg-yellow-50\/75 {
  background-color: rgb(254 252 232 / 0.75);
}

.bg-yellow-50\/80 {
  background-color: rgb(254 252 232 / 0.8);
}

.bg-yellow-50\/90 {
  background-color: rgb(254 252 232 / 0.9);
}

.bg-yellow-50\/95 {
  background-color: rgb(254 252 232 / 0.95);
}

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}

.bg-yellow-500\/0 {
  background-color: rgb(234 179 8 / 0);
}

.bg-yellow-500\/10 {
  background-color: rgb(234 179 8 / 0.1);
}

.bg-yellow-500\/100 {
  background-color: rgb(234 179 8 / 1);
}

.bg-yellow-500\/20 {
  background-color: rgb(234 179 8 / 0.2);
}

.bg-yellow-500\/25 {
  background-color: rgb(234 179 8 / 0.25);
}

.bg-yellow-500\/30 {
  background-color: rgb(234 179 8 / 0.3);
}

.bg-yellow-500\/40 {
  background-color: rgb(234 179 8 / 0.4);
}

.bg-yellow-500\/5 {
  background-color: rgb(234 179 8 / 0.05);
}

.bg-yellow-500\/50 {
  background-color: rgb(234 179 8 / 0.5);
}

.bg-yellow-500\/60 {
  background-color: rgb(234 179 8 / 0.6);
}

.bg-yellow-500\/70 {
  background-color: rgb(234 179 8 / 0.7);
}

.bg-yellow-500\/75 {
  background-color: rgb(234 179 8 / 0.75);
}

.bg-yellow-500\/80 {
  background-color: rgb(234 179 8 / 0.8);
}

.bg-yellow-500\/90 {
  background-color: rgb(234 179 8 / 0.9);
}

.bg-yellow-500\/95 {
  background-color: rgb(234 179 8 / 0.95);
}

.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}

.bg-yellow-600\/0 {
  background-color: rgb(202 138 4 / 0);
}

.bg-yellow-600\/10 {
  background-color: rgb(202 138 4 / 0.1);
}

.bg-yellow-600\/100 {
  background-color: rgb(202 138 4 / 1);
}

.bg-yellow-600\/20 {
  background-color: rgb(202 138 4 / 0.2);
}

.bg-yellow-600\/25 {
  background-color: rgb(202 138 4 / 0.25);
}

.bg-yellow-600\/30 {
  background-color: rgb(202 138 4 / 0.3);
}

.bg-yellow-600\/40 {
  background-color: rgb(202 138 4 / 0.4);
}

.bg-yellow-600\/5 {
  background-color: rgb(202 138 4 / 0.05);
}

.bg-yellow-600\/50 {
  background-color: rgb(202 138 4 / 0.5);
}

.bg-yellow-600\/60 {
  background-color: rgb(202 138 4 / 0.6);
}

.bg-yellow-600\/70 {
  background-color: rgb(202 138 4 / 0.7);
}

.bg-yellow-600\/75 {
  background-color: rgb(202 138 4 / 0.75);
}

.bg-yellow-600\/80 {
  background-color: rgb(202 138 4 / 0.8);
}

.bg-yellow-600\/90 {
  background-color: rgb(202 138 4 / 0.9);
}

.bg-yellow-600\/95 {
  background-color: rgb(202 138 4 / 0.95);
}

.bg-yellow-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity));
}

.bg-yellow-700\/0 {
  background-color: rgb(161 98 7 / 0);
}

.bg-yellow-700\/10 {
  background-color: rgb(161 98 7 / 0.1);
}

.bg-yellow-700\/100 {
  background-color: rgb(161 98 7 / 1);
}

.bg-yellow-700\/20 {
  background-color: rgb(161 98 7 / 0.2);
}

.bg-yellow-700\/25 {
  background-color: rgb(161 98 7 / 0.25);
}

.bg-yellow-700\/30 {
  background-color: rgb(161 98 7 / 0.3);
}

.bg-yellow-700\/40 {
  background-color: rgb(161 98 7 / 0.4);
}

.bg-yellow-700\/5 {
  background-color: rgb(161 98 7 / 0.05);
}

.bg-yellow-700\/50 {
  background-color: rgb(161 98 7 / 0.5);
}

.bg-yellow-700\/60 {
  background-color: rgb(161 98 7 / 0.6);
}

.bg-yellow-700\/70 {
  background-color: rgb(161 98 7 / 0.7);
}

.bg-yellow-700\/75 {
  background-color: rgb(161 98 7 / 0.75);
}

.bg-yellow-700\/80 {
  background-color: rgb(161 98 7 / 0.8);
}

.bg-yellow-700\/90 {
  background-color: rgb(161 98 7 / 0.9);
}

.bg-yellow-700\/95 {
  background-color: rgb(161 98 7 / 0.95);
}

.bg-yellow-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity));
}

.bg-yellow-800\/0 {
  background-color: rgb(133 77 14 / 0);
}

.bg-yellow-800\/10 {
  background-color: rgb(133 77 14 / 0.1);
}

.bg-yellow-800\/100 {
  background-color: rgb(133 77 14 / 1);
}

.bg-yellow-800\/20 {
  background-color: rgb(133 77 14 / 0.2);
}

.bg-yellow-800\/25 {
  background-color: rgb(133 77 14 / 0.25);
}

.bg-yellow-800\/30 {
  background-color: rgb(133 77 14 / 0.3);
}

.bg-yellow-800\/40 {
  background-color: rgb(133 77 14 / 0.4);
}

.bg-yellow-800\/5 {
  background-color: rgb(133 77 14 / 0.05);
}

.bg-yellow-800\/50 {
  background-color: rgb(133 77 14 / 0.5);
}

.bg-yellow-800\/60 {
  background-color: rgb(133 77 14 / 0.6);
}

.bg-yellow-800\/70 {
  background-color: rgb(133 77 14 / 0.7);
}

.bg-yellow-800\/75 {
  background-color: rgb(133 77 14 / 0.75);
}

.bg-yellow-800\/80 {
  background-color: rgb(133 77 14 / 0.8);
}

.bg-yellow-800\/90 {
  background-color: rgb(133 77 14 / 0.9);
}

.bg-yellow-800\/95 {
  background-color: rgb(133 77 14 / 0.95);
}

.bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity));
}

.bg-yellow-900\/0 {
  background-color: rgb(113 63 18 / 0);
}

.bg-yellow-900\/10 {
  background-color: rgb(113 63 18 / 0.1);
}

.bg-yellow-900\/100 {
  background-color: rgb(113 63 18 / 1);
}

.bg-yellow-900\/20 {
  background-color: rgb(113 63 18 / 0.2);
}

.bg-yellow-900\/25 {
  background-color: rgb(113 63 18 / 0.25);
}

.bg-yellow-900\/30 {
  background-color: rgb(113 63 18 / 0.3);
}

.bg-yellow-900\/40 {
  background-color: rgb(113 63 18 / 0.4);
}

.bg-yellow-900\/5 {
  background-color: rgb(113 63 18 / 0.05);
}

.bg-yellow-900\/50 {
  background-color: rgb(113 63 18 / 0.5);
}

.bg-yellow-900\/60 {
  background-color: rgb(113 63 18 / 0.6);
}

.bg-yellow-900\/70 {
  background-color: rgb(113 63 18 / 0.7);
}

.bg-yellow-900\/75 {
  background-color: rgb(113 63 18 / 0.75);
}

.bg-yellow-900\/80 {
  background-color: rgb(113 63 18 / 0.8);
}

.bg-yellow-900\/90 {
  background-color: rgb(113 63 18 / 0.9);
}

.bg-yellow-900\/95 {
  background-color: rgb(113 63 18 / 0.95);
}

.bg-yellow-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity));
}

.bg-yellow-950\/0 {
  background-color: rgb(66 32 6 / 0);
}

.bg-yellow-950\/10 {
  background-color: rgb(66 32 6 / 0.1);
}

.bg-yellow-950\/100 {
  background-color: rgb(66 32 6 / 1);
}

.bg-yellow-950\/20 {
  background-color: rgb(66 32 6 / 0.2);
}

.bg-yellow-950\/25 {
  background-color: rgb(66 32 6 / 0.25);
}

.bg-yellow-950\/30 {
  background-color: rgb(66 32 6 / 0.3);
}

.bg-yellow-950\/40 {
  background-color: rgb(66 32 6 / 0.4);
}

.bg-yellow-950\/5 {
  background-color: rgb(66 32 6 / 0.05);
}

.bg-yellow-950\/50 {
  background-color: rgb(66 32 6 / 0.5);
}

.bg-yellow-950\/60 {
  background-color: rgb(66 32 6 / 0.6);
}

.bg-yellow-950\/70 {
  background-color: rgb(66 32 6 / 0.7);
}

.bg-yellow-950\/75 {
  background-color: rgb(66 32 6 / 0.75);
}

.bg-yellow-950\/80 {
  background-color: rgb(66 32 6 / 0.8);
}

.bg-yellow-950\/90 {
  background-color: rgb(66 32 6 / 0.9);
}

.bg-yellow-950\/95 {
  background-color: rgb(66 32 6 / 0.95);
}

.bg-zinc-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}

.bg-zinc-100\/0 {
  background-color: rgb(244 244 245 / 0);
}

.bg-zinc-100\/10 {
  background-color: rgb(244 244 245 / 0.1);
}

.bg-zinc-100\/100 {
  background-color: rgb(244 244 245 / 1);
}

.bg-zinc-100\/20 {
  background-color: rgb(244 244 245 / 0.2);
}

.bg-zinc-100\/25 {
  background-color: rgb(244 244 245 / 0.25);
}

.bg-zinc-100\/30 {
  background-color: rgb(244 244 245 / 0.3);
}

.bg-zinc-100\/40 {
  background-color: rgb(244 244 245 / 0.4);
}

.bg-zinc-100\/5 {
  background-color: rgb(244 244 245 / 0.05);
}

.bg-zinc-100\/50 {
  background-color: rgb(244 244 245 / 0.5);
}

.bg-zinc-100\/60 {
  background-color: rgb(244 244 245 / 0.6);
}

.bg-zinc-100\/70 {
  background-color: rgb(244 244 245 / 0.7);
}

.bg-zinc-100\/75 {
  background-color: rgb(244 244 245 / 0.75);
}

.bg-zinc-100\/80 {
  background-color: rgb(244 244 245 / 0.8);
}

.bg-zinc-100\/90 {
  background-color: rgb(244 244 245 / 0.9);
}

.bg-zinc-100\/95 {
  background-color: rgb(244 244 245 / 0.95);
}

.bg-zinc-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}

.bg-zinc-200\/0 {
  background-color: rgb(228 228 231 / 0);
}

.bg-zinc-200\/10 {
  background-color: rgb(228 228 231 / 0.1);
}

.bg-zinc-200\/100 {
  background-color: rgb(228 228 231 / 1);
}

.bg-zinc-200\/20 {
  background-color: rgb(228 228 231 / 0.2);
}

.bg-zinc-200\/25 {
  background-color: rgb(228 228 231 / 0.25);
}

.bg-zinc-200\/30 {
  background-color: rgb(228 228 231 / 0.3);
}

.bg-zinc-200\/40 {
  background-color: rgb(228 228 231 / 0.4);
}

.bg-zinc-200\/5 {
  background-color: rgb(228 228 231 / 0.05);
}

.bg-zinc-200\/50 {
  background-color: rgb(228 228 231 / 0.5);
}

.bg-zinc-200\/60 {
  background-color: rgb(228 228 231 / 0.6);
}

.bg-zinc-200\/70 {
  background-color: rgb(228 228 231 / 0.7);
}

.bg-zinc-200\/75 {
  background-color: rgb(228 228 231 / 0.75);
}

.bg-zinc-200\/80 {
  background-color: rgb(228 228 231 / 0.8);
}

.bg-zinc-200\/90 {
  background-color: rgb(228 228 231 / 0.9);
}

.bg-zinc-200\/95 {
  background-color: rgb(228 228 231 / 0.95);
}

.bg-zinc-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity));
}

.bg-zinc-300\/0 {
  background-color: rgb(212 212 216 / 0);
}

.bg-zinc-300\/10 {
  background-color: rgb(212 212 216 / 0.1);
}

.bg-zinc-300\/100 {
  background-color: rgb(212 212 216 / 1);
}

.bg-zinc-300\/20 {
  background-color: rgb(212 212 216 / 0.2);
}

.bg-zinc-300\/25 {
  background-color: rgb(212 212 216 / 0.25);
}

.bg-zinc-300\/30 {
  background-color: rgb(212 212 216 / 0.3);
}

.bg-zinc-300\/40 {
  background-color: rgb(212 212 216 / 0.4);
}

.bg-zinc-300\/5 {
  background-color: rgb(212 212 216 / 0.05);
}

.bg-zinc-300\/50 {
  background-color: rgb(212 212 216 / 0.5);
}

.bg-zinc-300\/60 {
  background-color: rgb(212 212 216 / 0.6);
}

.bg-zinc-300\/70 {
  background-color: rgb(212 212 216 / 0.7);
}

.bg-zinc-300\/75 {
  background-color: rgb(212 212 216 / 0.75);
}

.bg-zinc-300\/80 {
  background-color: rgb(212 212 216 / 0.8);
}

.bg-zinc-300\/90 {
  background-color: rgb(212 212 216 / 0.9);
}

.bg-zinc-300\/95 {
  background-color: rgb(212 212 216 / 0.95);
}

.bg-zinc-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity));
}

.bg-zinc-400\/0 {
  background-color: rgb(161 161 170 / 0);
}

.bg-zinc-400\/10 {
  background-color: rgb(161 161 170 / 0.1);
}

.bg-zinc-400\/100 {
  background-color: rgb(161 161 170 / 1);
}

.bg-zinc-400\/20 {
  background-color: rgb(161 161 170 / 0.2);
}

.bg-zinc-400\/25 {
  background-color: rgb(161 161 170 / 0.25);
}

.bg-zinc-400\/30 {
  background-color: rgb(161 161 170 / 0.3);
}

.bg-zinc-400\/40 {
  background-color: rgb(161 161 170 / 0.4);
}

.bg-zinc-400\/5 {
  background-color: rgb(161 161 170 / 0.05);
}

.bg-zinc-400\/50 {
  background-color: rgb(161 161 170 / 0.5);
}

.bg-zinc-400\/60 {
  background-color: rgb(161 161 170 / 0.6);
}

.bg-zinc-400\/70 {
  background-color: rgb(161 161 170 / 0.7);
}

.bg-zinc-400\/75 {
  background-color: rgb(161 161 170 / 0.75);
}

.bg-zinc-400\/80 {
  background-color: rgb(161 161 170 / 0.8);
}

.bg-zinc-400\/90 {
  background-color: rgb(161 161 170 / 0.9);
}

.bg-zinc-400\/95 {
  background-color: rgb(161 161 170 / 0.95);
}

.bg-zinc-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.bg-zinc-50\/0 {
  background-color: rgb(250 250 250 / 0);
}

.bg-zinc-50\/10 {
  background-color: rgb(250 250 250 / 0.1);
}

.bg-zinc-50\/100 {
  background-color: rgb(250 250 250 / 1);
}

.bg-zinc-50\/20 {
  background-color: rgb(250 250 250 / 0.2);
}

.bg-zinc-50\/25 {
  background-color: rgb(250 250 250 / 0.25);
}

.bg-zinc-50\/30 {
  background-color: rgb(250 250 250 / 0.3);
}

.bg-zinc-50\/40 {
  background-color: rgb(250 250 250 / 0.4);
}

.bg-zinc-50\/5 {
  background-color: rgb(250 250 250 / 0.05);
}

.bg-zinc-50\/50 {
  background-color: rgb(250 250 250 / 0.5);
}

.bg-zinc-50\/60 {
  background-color: rgb(250 250 250 / 0.6);
}

.bg-zinc-50\/70 {
  background-color: rgb(250 250 250 / 0.7);
}

.bg-zinc-50\/75 {
  background-color: rgb(250 250 250 / 0.75);
}

.bg-zinc-50\/80 {
  background-color: rgb(250 250 250 / 0.8);
}

.bg-zinc-50\/90 {
  background-color: rgb(250 250 250 / 0.9);
}

.bg-zinc-50\/95 {
  background-color: rgb(250 250 250 / 0.95);
}

.bg-zinc-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity));
}

.bg-zinc-500\/0 {
  background-color: rgb(113 113 122 / 0);
}

.bg-zinc-500\/10 {
  background-color: rgb(113 113 122 / 0.1);
}

.bg-zinc-500\/100 {
  background-color: rgb(113 113 122 / 1);
}

.bg-zinc-500\/20 {
  background-color: rgb(113 113 122 / 0.2);
}

.bg-zinc-500\/25 {
  background-color: rgb(113 113 122 / 0.25);
}

.bg-zinc-500\/30 {
  background-color: rgb(113 113 122 / 0.3);
}

.bg-zinc-500\/40 {
  background-color: rgb(113 113 122 / 0.4);
}

.bg-zinc-500\/5 {
  background-color: rgb(113 113 122 / 0.05);
}

.bg-zinc-500\/50 {
  background-color: rgb(113 113 122 / 0.5);
}

.bg-zinc-500\/60 {
  background-color: rgb(113 113 122 / 0.6);
}

.bg-zinc-500\/70 {
  background-color: rgb(113 113 122 / 0.7);
}

.bg-zinc-500\/75 {
  background-color: rgb(113 113 122 / 0.75);
}

.bg-zinc-500\/80 {
  background-color: rgb(113 113 122 / 0.8);
}

.bg-zinc-500\/90 {
  background-color: rgb(113 113 122 / 0.9);
}

.bg-zinc-500\/95 {
  background-color: rgb(113 113 122 / 0.95);
}

.bg-zinc-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity));
}

.bg-zinc-600\/0 {
  background-color: rgb(82 82 91 / 0);
}

.bg-zinc-600\/10 {
  background-color: rgb(82 82 91 / 0.1);
}

.bg-zinc-600\/100 {
  background-color: rgb(82 82 91 / 1);
}

.bg-zinc-600\/20 {
  background-color: rgb(82 82 91 / 0.2);
}

.bg-zinc-600\/25 {
  background-color: rgb(82 82 91 / 0.25);
}

.bg-zinc-600\/30 {
  background-color: rgb(82 82 91 / 0.3);
}

.bg-zinc-600\/40 {
  background-color: rgb(82 82 91 / 0.4);
}

.bg-zinc-600\/5 {
  background-color: rgb(82 82 91 / 0.05);
}

.bg-zinc-600\/50 {
  background-color: rgb(82 82 91 / 0.5);
}

.bg-zinc-600\/60 {
  background-color: rgb(82 82 91 / 0.6);
}

.bg-zinc-600\/70 {
  background-color: rgb(82 82 91 / 0.7);
}

.bg-zinc-600\/75 {
  background-color: rgb(82 82 91 / 0.75);
}

.bg-zinc-600\/80 {
  background-color: rgb(82 82 91 / 0.8);
}

.bg-zinc-600\/90 {
  background-color: rgb(82 82 91 / 0.9);
}

.bg-zinc-600\/95 {
  background-color: rgb(82 82 91 / 0.95);
}

.bg-zinc-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}

.bg-zinc-700\/0 {
  background-color: rgb(63 63 70 / 0);
}

.bg-zinc-700\/10 {
  background-color: rgb(63 63 70 / 0.1);
}

.bg-zinc-700\/100 {
  background-color: rgb(63 63 70 / 1);
}

.bg-zinc-700\/20 {
  background-color: rgb(63 63 70 / 0.2);
}

.bg-zinc-700\/25 {
  background-color: rgb(63 63 70 / 0.25);
}

.bg-zinc-700\/30 {
  background-color: rgb(63 63 70 / 0.3);
}

.bg-zinc-700\/40 {
  background-color: rgb(63 63 70 / 0.4);
}

.bg-zinc-700\/5 {
  background-color: rgb(63 63 70 / 0.05);
}

.bg-zinc-700\/50 {
  background-color: rgb(63 63 70 / 0.5);
}

.bg-zinc-700\/60 {
  background-color: rgb(63 63 70 / 0.6);
}

.bg-zinc-700\/70 {
  background-color: rgb(63 63 70 / 0.7);
}

.bg-zinc-700\/75 {
  background-color: rgb(63 63 70 / 0.75);
}

.bg-zinc-700\/80 {
  background-color: rgb(63 63 70 / 0.8);
}

.bg-zinc-700\/90 {
  background-color: rgb(63 63 70 / 0.9);
}

.bg-zinc-700\/95 {
  background-color: rgb(63 63 70 / 0.95);
}

.bg-zinc-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}

.bg-zinc-800\/0 {
  background-color: rgb(39 39 42 / 0);
}

.bg-zinc-800\/10 {
  background-color: rgb(39 39 42 / 0.1);
}

.bg-zinc-800\/100 {
  background-color: rgb(39 39 42 / 1);
}

.bg-zinc-800\/20 {
  background-color: rgb(39 39 42 / 0.2);
}

.bg-zinc-800\/25 {
  background-color: rgb(39 39 42 / 0.25);
}

.bg-zinc-800\/30 {
  background-color: rgb(39 39 42 / 0.3);
}

.bg-zinc-800\/40 {
  background-color: rgb(39 39 42 / 0.4);
}

.bg-zinc-800\/5 {
  background-color: rgb(39 39 42 / 0.05);
}

.bg-zinc-800\/50 {
  background-color: rgb(39 39 42 / 0.5);
}

.bg-zinc-800\/60 {
  background-color: rgb(39 39 42 / 0.6);
}

.bg-zinc-800\/70 {
  background-color: rgb(39 39 42 / 0.7);
}

.bg-zinc-800\/75 {
  background-color: rgb(39 39 42 / 0.75);
}

.bg-zinc-800\/80 {
  background-color: rgb(39 39 42 / 0.8);
}

.bg-zinc-800\/90 {
  background-color: rgb(39 39 42 / 0.9);
}

.bg-zinc-800\/95 {
  background-color: rgb(39 39 42 / 0.95);
}

.bg-zinc-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}

.bg-zinc-900\/0 {
  background-color: rgb(24 24 27 / 0);
}

.bg-zinc-900\/10 {
  background-color: rgb(24 24 27 / 0.1);
}

.bg-zinc-900\/100 {
  background-color: rgb(24 24 27 / 1);
}

.bg-zinc-900\/20 {
  background-color: rgb(24 24 27 / 0.2);
}

.bg-zinc-900\/25 {
  background-color: rgb(24 24 27 / 0.25);
}

.bg-zinc-900\/30 {
  background-color: rgb(24 24 27 / 0.3);
}

.bg-zinc-900\/40 {
  background-color: rgb(24 24 27 / 0.4);
}

.bg-zinc-900\/5 {
  background-color: rgb(24 24 27 / 0.05);
}

.bg-zinc-900\/50 {
  background-color: rgb(24 24 27 / 0.5);
}

.bg-zinc-900\/60 {
  background-color: rgb(24 24 27 / 0.6);
}

.bg-zinc-900\/70 {
  background-color: rgb(24 24 27 / 0.7);
}

.bg-zinc-900\/75 {
  background-color: rgb(24 24 27 / 0.75);
}

.bg-zinc-900\/80 {
  background-color: rgb(24 24 27 / 0.8);
}

.bg-zinc-900\/90 {
  background-color: rgb(24 24 27 / 0.9);
}

.bg-zinc-900\/95 {
  background-color: rgb(24 24 27 / 0.95);
}

.bg-zinc-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity));
}

.bg-zinc-950\/0 {
  background-color: rgb(9 9 11 / 0);
}

.bg-zinc-950\/10 {
  background-color: rgb(9 9 11 / 0.1);
}

.bg-zinc-950\/100 {
  background-color: rgb(9 9 11 / 1);
}

.bg-zinc-950\/20 {
  background-color: rgb(9 9 11 / 0.2);
}

.bg-zinc-950\/25 {
  background-color: rgb(9 9 11 / 0.25);
}

.bg-zinc-950\/30 {
  background-color: rgb(9 9 11 / 0.3);
}

.bg-zinc-950\/40 {
  background-color: rgb(9 9 11 / 0.4);
}

.bg-zinc-950\/5 {
  background-color: rgb(9 9 11 / 0.05);
}

.bg-zinc-950\/50 {
  background-color: rgb(9 9 11 / 0.5);
}

.bg-zinc-950\/60 {
  background-color: rgb(9 9 11 / 0.6);
}

.bg-zinc-950\/70 {
  background-color: rgb(9 9 11 / 0.7);
}

.bg-zinc-950\/75 {
  background-color: rgb(9 9 11 / 0.75);
}

.bg-zinc-950\/80 {
  background-color: rgb(9 9 11 / 0.8);
}

.bg-zinc-950\/90 {
  background-color: rgb(9 9 11 / 0.9);
}

.bg-zinc-950\/95 {
  background-color: rgb(9 9 11 / 0.95);
}

.bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

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

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.bg-none {
  background-image: none;
}

.from-\[\#ff80b5\] {
  --tw-gradient-from: #ff80b5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 128 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-200 {
  --tw-gradient-from: #bfdbfe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-300 {
  --tw-gradient-from: #93c5fd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-400 {
  --tw-gradient-from: #60a5fa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-500 {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-100 {
  --tw-gradient-from: #f3f4f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-200 {
  --tw-gradient-from: #e5e7eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-100\/20 {
  --tw-gradient-from: rgb(224 231 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-500 {
  --tw-gradient-from: #6366f1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-interbeauty-100 {
  --tw-gradient-from: #F9C5AF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 197 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-400 {
  --tw-gradient-from: #c084fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-500 {
  --tw-gradient-from: #f43f5e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-pink-200 {
  --tw-gradient-to: rgb(251 207 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-pink-300 {
  --tw-gradient-to: rgb(249 168 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-pink-400 {
  --tw-gradient-to: rgb(244 114 182 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-purple-500 {
  --tw-gradient-to: rgb(168 85 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a855f7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-\[\#9089fc\] {
  --tw-gradient-to: #9089fc var(--tw-gradient-to-position);
}

.to-blue-500 {
  --tw-gradient-to: #3b82f6 var(--tw-gradient-to-position);
}

.to-blue-600 {
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}

.to-gray-100 {
  --tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position);
}

.to-gray-300 {
  --tw-gradient-to: #d1d5db var(--tw-gradient-to-position);
}

.to-gray-50 {
  --tw-gradient-to: #f9fafb var(--tw-gradient-to-position);
}

.to-interbeauty-300 {
  --tw-gradient-to: #B6DBE7 var(--tw-gradient-to-position);
}

.to-orange-200 {
  --tw-gradient-to: #fed7aa var(--tw-gradient-to-position);
}

.to-orange-300 {
  --tw-gradient-to: #fdba74 var(--tw-gradient-to-position);
}

.to-orange-400 {
  --tw-gradient-to: #fb923c var(--tw-gradient-to-position);
}

.to-pink-500 {
  --tw-gradient-to: #ec4899 var(--tw-gradient-to-position);
}

.bg-auto {
  background-size: auto;
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-local {
  background-attachment: local;
}

.bg-scroll {
  background-attachment: scroll;
}

.bg-clip-border {
  background-clip: border-box;
}

.bg-clip-padding {
  background-clip: padding-box;
}

.bg-clip-content {
  background-clip: content-box;
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.bg-left {
  background-position: left;
}

.bg-left-bottom {
  background-position: left bottom;
}

.bg-left-top {
  background-position: left top;
}

.bg-right {
  background-position: right;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-right-top {
  background-position: right top;
}

.bg-top {
  background-position: top;
}

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

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

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

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

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

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

.bg-origin-border {
  background-origin: border-box;
}

.bg-origin-padding {
  background-origin: padding-box;
}

.bg-origin-content {
  background-origin: content-box;
}

.fill-current {
  fill: currentColor;
}

.fill-gray-300 {
  fill: #d1d5db;
}

.fill-gray-50 {
  fill: #f9fafb;
}

.stroke-gray-200 {
  stroke: #e5e7eb;
}

.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-none {
  -o-object-fit: none;
     object-fit: none;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-0 {
  padding: 0px;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-20 {
  padding: 5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-3\.5 {
  padding: 0.875rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-9 {
  padding: 2.25rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

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

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

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.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-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.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-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

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

.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-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-1\.5 {
  padding-bottom: 0.375rem;
}

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

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

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

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

.pb-24 {
  padding-bottom: 6rem;
}

.pb-28 {
  padding-bottom: 7rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

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

.pl-0 {
  padding-left: 0px;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-1\.5 {
  padding-left: 0.375rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-2\.5 {
  padding-left: 0.625rem;
}

.pl-24 {
  padding-left: 6rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-32 {
  padding-left: 8rem;
}

.pl-36 {
  padding-left: 9rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

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

.pl-7 {
  padding-left: 1.75rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

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

.pr-0\.5 {
  padding-right: 0.125rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-1\.5 {
  padding-right: 0.375rem;
}

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

.pr-12 {
  padding-right: 3rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

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

.pt-0\.5 {
  padding-top: 0.125rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-1\.5 {
  padding-top: 0.375rem;
}

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

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

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-28 {
  padding-top: 7rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pt-36 {
  padding-top: 9rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

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

.pt-7 {
  padding-top: 1.75rem;
}

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

.pt-\[7\%\] {
  padding-top: 7%;
}

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

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

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

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font-sans {
  font-family: Inter Var, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-9 {
  line-height: 2.25rem;
}

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

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-normal {
  letter-spacing: 0em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

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

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

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

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

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

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

.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity));
}

.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity));
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}

.text-blue-50 {
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}

.text-brand-500 {
  --tw-text-opacity: 1;
  color: rgb(6 93 169 / var(--tw-text-opacity));
}

.text-brand-600 {
  --tw-text-opacity: 1;
  color: rgb(5 84 152 / var(--tw-text-opacity));
}

.text-current {
  color: currentColor;
}

.text-cyan-700 {
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity));
}

.text-emerald-100 {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity));
}

.text-emerald-50 {
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity));
}

.text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity));
}

.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity));
}

.text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity));
}

.text-emerald-900 {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity));
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-green-100 {
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity));
}

.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}

.text-green-50 {
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}

.text-green-900 {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity));
}

.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}

.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}

.text-orange-50 {
  --tw-text-opacity: 1;
  color: rgb(255 247 237 / var(--tw-text-opacity));
}

.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}

.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity));
}

.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity));
}

.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity));
}

.text-pink-700 {
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity));
}

.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity));
}

.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity));
}

.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity));
}

.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity));
}

.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity));
}

.text-purple-900 {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity));
}

.text-red-100 {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity));
}

.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity));
}

.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}

.text-red-50 {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}

.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}

.text-rose-400 {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity));
}

.text-rose-700 {
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity));
}

.text-sky-200 {
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity));
}

.text-sky-600 {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}

.text-sky-700 {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
}

.text-sky-800 {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity));
}

.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

.text-stone-500 {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity));
}

.text-stone-600 {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity));
}

.text-stone-700 {
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity));
}

.text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity));
}

.text-transparent {
  color: transparent;
}

.text-violet-500 {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity));
}

.text-violet-600 {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity));
}

.text-violet-700 {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity));
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}

.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.line-through {
  text-decoration-line: line-through;
}

.no-underline {
  text-decoration-line: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}

.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}

.placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}

.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-90 {
  opacity: 0.9;
}

.bg-blend-normal {
  background-blend-mode: normal;
}

.bg-blend-multiply {
  background-blend-mode: multiply;
}

.bg-blend-screen {
  background-blend-mode: screen;
}

.bg-blend-overlay {
  background-blend-mode: overlay;
}

.bg-blend-darken {
  background-blend-mode: darken;
}

.bg-blend-lighten {
  background-blend-mode: lighten;
}

.bg-blend-color-dodge {
  background-blend-mode: color-dodge;
}

.bg-blend-color-burn {
  background-blend-mode: color-burn;
}

.bg-blend-hard-light {
  background-blend-mode: hard-light;
}

.bg-blend-soft-light {
  background-blend-mode: soft-light;
}

.bg-blend-difference {
  background-blend-mode: difference;
}

.bg-blend-exclusion {
  background-blend-mode: exclusion;
}

.bg-blend-hue {
  background-blend-mode: hue;
}

.bg-blend-saturation {
  background-blend-mode: saturation;
}

.bg-blend-color {
  background-blend-mode: color;
}

.bg-blend-luminosity {
  background-blend-mode: luminosity;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-indigo-600\/10 {
  --tw-shadow-color: rgb(79 70 229 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

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

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

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

.ring-8 {
  --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(8px + 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);
}

.ring-inset {
  --tw-ring-inset: inset;
}

.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}

.ring-blue-600\/10 {
  --tw-ring-color: rgb(37 99 235 / 0.1);
}

.ring-emerald-600\/10 {
  --tw-ring-color: rgb(5 150 105 / 0.1);
}

.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}

.ring-gray-400\/10 {
  --tw-ring-color: rgb(156 163 175 / 0.1);
}

.ring-gray-900\/10 {
  --tw-ring-color: rgb(17 24 39 / 0.1);
}

.ring-gray-900\/5 {
  --tw-ring-color: rgb(17 24 39 / 0.05);
}

.ring-green-600\/20 {
  --tw-ring-color: rgb(22 163 74 / 0.2);
}

.ring-indigo-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(238 242 255 / var(--tw-ring-opacity));
}

.ring-red-600\/20 {
  --tw-ring-color: rgb(220 38 38 / 0.2);
}

.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}

.ring-white\/10 {
  --tw-ring-color: rgb(255 255 255 / 0.1);
}

.ring-white\/5 {
  --tw-ring-color: rgb(255 255 255 / 0.05);
}

.ring-opacity-10 {
  --tw-ring-opacity: 0.1;
}

.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur-2xl {
  --tw-blur: blur(40px);
  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);
}

.blur-3xl {
  --tw-blur: blur(64px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.brightness-50 {
  --tw-brightness: brightness(.5);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.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 {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter {
  -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, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-75 {
  transition-duration: 75ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-linear {
  transition-timing-function: linear;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.bg-gradient-bse {
    background-image: linear-gradient(to right, config("colors.blue"), config("colors.purple"));
  }

.\[mask-image\:radial-gradient\(32rem_32rem_at_center\2c white\2c transparent\)\] {
  -webkit-mask-image: radial-gradient(32rem 32rem at center,white,transparent);
          mask-image: radial-gradient(32rem 32rem at center,white,transparent);
}

.\[mask-image\:radial-gradient\(50\%_45\%_at_50\%_55\%\2c white\2c transparent\)\] {
  -webkit-mask-image: radial-gradient(50% 45% at 50% 55%,white,transparent);
          mask-image: radial-gradient(50% 45% at 50% 55%,white,transparent);
}

.\[mask-image\:radial-gradient\(64rem_64rem_at_top\2c white\2c transparent\)\] {
  -webkit-mask-image: radial-gradient(64rem 64rem at top,white,transparent);
          mask-image: radial-gradient(64rem 64rem at top,white,transparent);
}

.\[mask-image\:radial-gradient\(closest-side\2c white\2c transparent\)\] {
  -webkit-mask-image: radial-gradient(closest-side,white,transparent);
          mask-image: radial-gradient(closest-side,white,transparent);
}
a[href^="http://maps.google.com/maps"] {
  display: none !important;
}

a[href^="https://maps.google.com/maps"] {
  display: none !important;
}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
  display: none;
}

.gmnoprint div {
  background: none !important;
}

.print-background {
  -webkit-print-color-adjust: exact !important;
  print-color-adjust: exact !important;
}

/* For Webkit-based browsers (Chrome, Safari and Opera) */
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

/* For IE, Edge and Firefox */
.scrollbar-hide {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.pintura-editor {
  --editor-modal-overlay-opacity: .05 !important;
  --editor-modal-border-radius: 25px !important;
  padding: 20px 20px 20px 20px !important;
}

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

.workidentity-nav.scrolled {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px) saturate(160%) contrast(45%) brightness(140%);
  -webkit-backdrop-filter: blur(20px) saturate(160%) contrast(45%) brightness(140%);
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  border-bottom: 0px;
}

html {
  font-size: 14.9px;
}

h1.ce-header {
  font-size: 28.9px !important;
  font-weight: 700;
}

h2.ce-header {
  font-size: 24.9px !important;
  font-weight: 600;
}

h3.ce-header {
  font-size: 20.9px !important;
  font-weight: 600;
}

h4.ce-header {
  font-size: 17.9px !important;
  font-weight: 600;
}

h5.ce-header {
  font-size: 16.9px !important;
  font-weight: 600;
}

input[type=text],
input[type=number],
textarea {
  font-size: 16px;
}

.floating-input > input::-moz-placeholder {
  color: transparent;
}

.floating-input > input::placeholder {
  color: transparent;
}

.floating-input > input:not(:-moz-placeholder-shown) {
  padding-top: 2rem;
}

.floating-input > input:focus,
.floating-input > input:not(:placeholder-shown) {
  padding-top: 2rem;
}

.floating-input > input:not(:-moz-placeholder-shown) ~ label {
  --tw-translate-y: -0.75rem;
  --tw-translate-x: 0.25rem;
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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));
  opacity: 0.75;
}

.floating-input > input:focus ~ label,
.floating-input > input:not(:placeholder-shown) ~ label {
  --tw-translate-y: -0.75rem;
  --tw-translate-x: 0.25rem;
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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));
  opacity: 0.75;
}

.floating-input > textarea::-moz-placeholder {
  color: transparent;
}

.floating-input > textarea::placeholder {
  color: transparent;
}

.floating-input > textarea:not(:-moz-placeholder-shown) {
  padding-top: 2rem;
}

.floating-input > textarea:focus,
.floating-input > textarea:not(:placeholder-shown) {
  padding-top: 2rem;
}

.floating-input > textarea:not(:-moz-placeholder-shown) ~ label {
  --tw-translate-y: -0.75rem;
  --tw-translate-x: 0.25rem;
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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));
  opacity: 0.75;
}

.floating-input > textarea:focus ~ label,
.floating-input > textarea:not(:placeholder-shown) ~ label {
  --tw-translate-y: -0.75rem;
  --tw-translate-x: 0.25rem;
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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));
  opacity: 0.75;
}

.striped-background {
  background-color: #f3f4f6;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23d1d5db' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
}

.flatpickr-monthSelect-month.selected {
  background-color: #111827 !important;
}

.flatpickr-day.selected {
  background: #111827 !important;
  box-shadow: none;
  color: #fff !important;
  border-color: #111827 !important;
}

.flatpickr-day.week.selected {
  box-shadow: -5px 0 0 #111827, 5px 0 0 #111827 !important;
}

.circle-loader {
  margin-bottom: 3.5em;
  border: 7px solid rgba(0, 0, 0, 0.2);
  border-left-color: #5cb85c;
  animation: loader-spin 2.2s infinite linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 7em;
  height: 7em;
}

.load-complete {
  animation: none;
  border-color: #5cb85c;
  transition: border 500ms ease-out;
}

.checkmark.draw:after {
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}
.checkmark:after {
  opacity: 1;
  height: 3.5em;
  width: 1.75em;
  transform-origin: left top;
  border-right: 7px solid #5cb85c;
  border-top: 7px solid #5cb85c;
  content: "";
  left: 1.75em;
  top: 3.5em;
  position: absolute;
}

@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 1.75em;
    opacity: 1;
  }
  40% {
    height: 3.5em;
    width: 1.75em;
    opacity: 1;
  }
  100% {
    height: 3.5em;
    width: 1.75em;
    opacity: 1;
  }
}
.gmnoprint a, .gmnoprint span {
  display: none;
}

.gmnoprint div {
  background: none !important;
}

.google-map div div a div img {
  display: none;
}
#gradient-canvas {
  width: 100%;
  height: 600px;
  --gradient-color-1: #95b46a;
  --gradient-color-2: #709255;
  --gradient-color-3: #3e5622;
  --gradient-color-4: #172815;
}

.chat-bubble {
  background-color: #E4E4E7;
  padding: 10px 20px;
  -webkit-border-radius: 20px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius: 20px;
  -moz-border-radius-bottomleft: 2px;
  border-radius: 20px;
  border-bottom-left-radius: 2px;
  display: inline-block;
}

.typing {
  align-items: center;
  display: flex;
  height: 17px;
}

.typing .dot {
  animation: mercuryTypingAnimation 1.8s infinite ease-in-out;
  background-color: #E4E4E7;
  border-radius: 50%;
  height: 7px;
  margin-right: 4px;
  vertical-align: middle;
  width: 7px;
  display: inline-block;
}

.typing .dot:nth-child(1) {
  animation-delay: 200ms;
}

.typing .dot:nth-child(2) {
  animation-delay: 300ms;
}

.typing .dot:nth-child(3) {
  animation-delay: 400ms;
}

.typing .dot:last-child {
  margin-right: 0;
}

@keyframes mercuryTypingAnimation {
  0% {
    transform: translateY(0px);
    background-color: #E4E4E7;
  }
  28% {
    transform: translateY(-7px);
    background-color: #D4D4D8;
  }
  44% {
    transform: translateY(0px);
    background-color: #71717A;
  }
}

.checked\:border-transparent:checked {
  border-color: transparent;
}

.checked\:bg-gray-400:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.focus-within\:z-10:focus-within {
  z-index: 10;
}

.focus-within\:border-indigo-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.focus-within\:text-gray-600:focus-within {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.focus-within\:outline-none:focus-within {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

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

.focus-within\:ring-2:focus-within {
  --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);
}

.focus-within\:ring-inset:focus-within {
  --tw-ring-inset: inset;
}

.focus-within\:ring-blue-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}

.focus-within\:ring-blue-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity));
}

.focus-within\:ring-purple-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity));
}

.focus-within\:ring-offset-2:focus-within {
  --tw-ring-offset-width: 2px;
}

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

.hover\:border-collapse:hover {
  border-collapse: collapse;
}

.hover\:border-separate:hover {
  border-collapse: separate;
}

.hover\:border-spacing-0:hover {
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-0\.5:hover {
  --tw-border-spacing-x: 0.125rem;
  --tw-border-spacing-y: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-1:hover {
  --tw-border-spacing-x: 0.25rem;
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-1\.5:hover {
  --tw-border-spacing-x: 0.375rem;
  --tw-border-spacing-y: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-10:hover {
  --tw-border-spacing-x: 2.5rem;
  --tw-border-spacing-y: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-11:hover {
  --tw-border-spacing-x: 2.75rem;
  --tw-border-spacing-y: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-12:hover {
  --tw-border-spacing-x: 3rem;
  --tw-border-spacing-y: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-14:hover {
  --tw-border-spacing-x: 3.5rem;
  --tw-border-spacing-y: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-16:hover {
  --tw-border-spacing-x: 4rem;
  --tw-border-spacing-y: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-2:hover {
  --tw-border-spacing-x: 0.5rem;
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-2\.5:hover {
  --tw-border-spacing-x: 0.625rem;
  --tw-border-spacing-y: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-20:hover {
  --tw-border-spacing-x: 5rem;
  --tw-border-spacing-y: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-24:hover {
  --tw-border-spacing-x: 6rem;
  --tw-border-spacing-y: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-28:hover {
  --tw-border-spacing-x: 7rem;
  --tw-border-spacing-y: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-3:hover {
  --tw-border-spacing-x: 0.75rem;
  --tw-border-spacing-y: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-3\.5:hover {
  --tw-border-spacing-x: 0.875rem;
  --tw-border-spacing-y: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-32:hover {
  --tw-border-spacing-x: 8rem;
  --tw-border-spacing-y: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-36:hover {
  --tw-border-spacing-x: 9rem;
  --tw-border-spacing-y: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-4:hover {
  --tw-border-spacing-x: 1rem;
  --tw-border-spacing-y: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-40:hover {
  --tw-border-spacing-x: 10rem;
  --tw-border-spacing-y: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-44:hover {
  --tw-border-spacing-x: 11rem;
  --tw-border-spacing-y: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-48:hover {
  --tw-border-spacing-x: 12rem;
  --tw-border-spacing-y: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-5:hover {
  --tw-border-spacing-x: 1.25rem;
  --tw-border-spacing-y: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-52:hover {
  --tw-border-spacing-x: 13rem;
  --tw-border-spacing-y: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-56:hover {
  --tw-border-spacing-x: 14rem;
  --tw-border-spacing-y: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-6:hover {
  --tw-border-spacing-x: 1.5rem;
  --tw-border-spacing-y: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-60:hover {
  --tw-border-spacing-x: 15rem;
  --tw-border-spacing-y: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-64:hover {
  --tw-border-spacing-x: 16rem;
  --tw-border-spacing-y: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-7:hover {
  --tw-border-spacing-x: 1.75rem;
  --tw-border-spacing-y: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-72:hover {
  --tw-border-spacing-x: 18rem;
  --tw-border-spacing-y: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-8:hover {
  --tw-border-spacing-x: 2rem;
  --tw-border-spacing-y: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-80:hover {
  --tw-border-spacing-x: 20rem;
  --tw-border-spacing-y: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-9:hover {
  --tw-border-spacing-x: 2.25rem;
  --tw-border-spacing-y: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-96:hover {
  --tw-border-spacing-x: 24rem;
  --tw-border-spacing-y: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-px:hover {
  --tw-border-spacing-x: 1px;
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-0:hover {
  --tw-border-spacing-x: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-0\.5:hover {
  --tw-border-spacing-x: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-1:hover {
  --tw-border-spacing-x: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-1\.5:hover {
  --tw-border-spacing-x: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-10:hover {
  --tw-border-spacing-x: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-11:hover {
  --tw-border-spacing-x: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-12:hover {
  --tw-border-spacing-x: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-14:hover {
  --tw-border-spacing-x: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-16:hover {
  --tw-border-spacing-x: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-2:hover {
  --tw-border-spacing-x: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-2\.5:hover {
  --tw-border-spacing-x: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-20:hover {
  --tw-border-spacing-x: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-24:hover {
  --tw-border-spacing-x: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-28:hover {
  --tw-border-spacing-x: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-3:hover {
  --tw-border-spacing-x: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-3\.5:hover {
  --tw-border-spacing-x: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-32:hover {
  --tw-border-spacing-x: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-36:hover {
  --tw-border-spacing-x: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-4:hover {
  --tw-border-spacing-x: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-40:hover {
  --tw-border-spacing-x: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-44:hover {
  --tw-border-spacing-x: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-48:hover {
  --tw-border-spacing-x: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-5:hover {
  --tw-border-spacing-x: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-52:hover {
  --tw-border-spacing-x: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-56:hover {
  --tw-border-spacing-x: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-6:hover {
  --tw-border-spacing-x: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-60:hover {
  --tw-border-spacing-x: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-64:hover {
  --tw-border-spacing-x: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-7:hover {
  --tw-border-spacing-x: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-72:hover {
  --tw-border-spacing-x: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-8:hover {
  --tw-border-spacing-x: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-80:hover {
  --tw-border-spacing-x: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-9:hover {
  --tw-border-spacing-x: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-96:hover {
  --tw-border-spacing-x: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-px:hover {
  --tw-border-spacing-x: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-0:hover {
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-0\.5:hover {
  --tw-border-spacing-y: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-1:hover {
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-1\.5:hover {
  --tw-border-spacing-y: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-10:hover {
  --tw-border-spacing-y: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-11:hover {
  --tw-border-spacing-y: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-12:hover {
  --tw-border-spacing-y: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-14:hover {
  --tw-border-spacing-y: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-16:hover {
  --tw-border-spacing-y: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-2:hover {
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-2\.5:hover {
  --tw-border-spacing-y: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-20:hover {
  --tw-border-spacing-y: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-24:hover {
  --tw-border-spacing-y: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-28:hover {
  --tw-border-spacing-y: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-3:hover {
  --tw-border-spacing-y: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-3\.5:hover {
  --tw-border-spacing-y: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-32:hover {
  --tw-border-spacing-y: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-36:hover {
  --tw-border-spacing-y: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-4:hover {
  --tw-border-spacing-y: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-40:hover {
  --tw-border-spacing-y: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-44:hover {
  --tw-border-spacing-y: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-48:hover {
  --tw-border-spacing-y: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-5:hover {
  --tw-border-spacing-y: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-52:hover {
  --tw-border-spacing-y: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-56:hover {
  --tw-border-spacing-y: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-6:hover {
  --tw-border-spacing-y: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-60:hover {
  --tw-border-spacing-y: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-64:hover {
  --tw-border-spacing-y: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-7:hover {
  --tw-border-spacing-y: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-72:hover {
  --tw-border-spacing-y: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-8:hover {
  --tw-border-spacing-y: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-80:hover {
  --tw-border-spacing-y: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-9:hover {
  --tw-border-spacing-y: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-96:hover {
  --tw-border-spacing-y: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-px:hover {
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:border:hover {
  border-width: 1px;
}

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

.hover\:border-2:hover {
  border-width: 2px;
}

.hover\:border-4:hover {
  border-width: 4px;
}

.hover\:border-8:hover {
  border-width: 8px;
}

.hover\:border-x:hover {
  border-left-width: 1px;
  border-right-width: 1px;
}

.hover\:border-x-0:hover {
  border-left-width: 0px;
  border-right-width: 0px;
}

.hover\:border-x-2:hover {
  border-left-width: 2px;
  border-right-width: 2px;
}

.hover\:border-x-4:hover {
  border-left-width: 4px;
  border-right-width: 4px;
}

.hover\:border-x-8:hover {
  border-left-width: 8px;
  border-right-width: 8px;
}

.hover\:border-y:hover {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.hover\:border-y-0:hover {
  border-top-width: 0px;
  border-bottom-width: 0px;
}

.hover\:border-y-2:hover {
  border-top-width: 2px;
  border-bottom-width: 2px;
}

.hover\:border-y-4:hover {
  border-top-width: 4px;
  border-bottom-width: 4px;
}

.hover\:border-y-8:hover {
  border-top-width: 8px;
  border-bottom-width: 8px;
}

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

.hover\:border-b-0:hover {
  border-bottom-width: 0px;
}

.hover\:border-b-2:hover {
  border-bottom-width: 2px;
}

.hover\:border-b-4:hover {
  border-bottom-width: 4px;
}

.hover\:border-b-8:hover {
  border-bottom-width: 8px;
}

.hover\:border-e:hover {
  border-inline-end-width: 1px;
}

.hover\:border-e-0:hover {
  border-inline-end-width: 0px;
}

.hover\:border-e-2:hover {
  border-inline-end-width: 2px;
}

.hover\:border-e-4:hover {
  border-inline-end-width: 4px;
}

.hover\:border-e-8:hover {
  border-inline-end-width: 8px;
}

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

.hover\:border-l-0:hover {
  border-left-width: 0px;
}

.hover\:border-l-2:hover {
  border-left-width: 2px;
}

.hover\:border-l-4:hover {
  border-left-width: 4px;
}

.hover\:border-l-8:hover {
  border-left-width: 8px;
}

.hover\:border-r:hover {
  border-right-width: 1px;
}

.hover\:border-r-0:hover {
  border-right-width: 0px;
}

.hover\:border-r-2:hover {
  border-right-width: 2px;
}

.hover\:border-r-4:hover {
  border-right-width: 4px;
}

.hover\:border-r-8:hover {
  border-right-width: 8px;
}

.hover\:border-s:hover {
  border-inline-start-width: 1px;
}

.hover\:border-s-0:hover {
  border-inline-start-width: 0px;
}

.hover\:border-s-2:hover {
  border-inline-start-width: 2px;
}

.hover\:border-s-4:hover {
  border-inline-start-width: 4px;
}

.hover\:border-s-8:hover {
  border-inline-start-width: 8px;
}

.hover\:border-t:hover {
  border-top-width: 1px;
}

.hover\:border-t-0:hover {
  border-top-width: 0px;
}

.hover\:border-t-2:hover {
  border-top-width: 2px;
}

.hover\:border-t-4:hover {
  border-top-width: 4px;
}

.hover\:border-t-8:hover {
  border-top-width: 8px;
}

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

.hover\:border-dashed:hover {
  border-style: dashed;
}

.hover\:border-dotted:hover {
  border-style: dotted;
}

.hover\:border-double:hover {
  border-style: double;
}

.hover\:border-hidden:hover {
  border-style: hidden;
}

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

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

.hover\:border-amber-100\/0:hover {
  border-color: rgb(254 243 199 / 0);
}

.hover\:border-amber-100\/10:hover {
  border-color: rgb(254 243 199 / 0.1);
}

.hover\:border-amber-100\/100:hover {
  border-color: rgb(254 243 199 / 1);
}

.hover\:border-amber-100\/20:hover {
  border-color: rgb(254 243 199 / 0.2);
}

.hover\:border-amber-100\/25:hover {
  border-color: rgb(254 243 199 / 0.25);
}

.hover\:border-amber-100\/30:hover {
  border-color: rgb(254 243 199 / 0.3);
}

.hover\:border-amber-100\/40:hover {
  border-color: rgb(254 243 199 / 0.4);
}

.hover\:border-amber-100\/5:hover {
  border-color: rgb(254 243 199 / 0.05);
}

.hover\:border-amber-100\/50:hover {
  border-color: rgb(254 243 199 / 0.5);
}

.hover\:border-amber-100\/60:hover {
  border-color: rgb(254 243 199 / 0.6);
}

.hover\:border-amber-100\/70:hover {
  border-color: rgb(254 243 199 / 0.7);
}

.hover\:border-amber-100\/75:hover {
  border-color: rgb(254 243 199 / 0.75);
}

.hover\:border-amber-100\/80:hover {
  border-color: rgb(254 243 199 / 0.8);
}

.hover\:border-amber-100\/90:hover {
  border-color: rgb(254 243 199 / 0.9);
}

.hover\:border-amber-100\/95:hover {
  border-color: rgb(254 243 199 / 0.95);
}

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

.hover\:border-amber-200\/0:hover {
  border-color: rgb(253 230 138 / 0);
}

.hover\:border-amber-200\/10:hover {
  border-color: rgb(253 230 138 / 0.1);
}

.hover\:border-amber-200\/100:hover {
  border-color: rgb(253 230 138 / 1);
}

.hover\:border-amber-200\/20:hover {
  border-color: rgb(253 230 138 / 0.2);
}

.hover\:border-amber-200\/25:hover {
  border-color: rgb(253 230 138 / 0.25);
}

.hover\:border-amber-200\/30:hover {
  border-color: rgb(253 230 138 / 0.3);
}

.hover\:border-amber-200\/40:hover {
  border-color: rgb(253 230 138 / 0.4);
}

.hover\:border-amber-200\/5:hover {
  border-color: rgb(253 230 138 / 0.05);
}

.hover\:border-amber-200\/50:hover {
  border-color: rgb(253 230 138 / 0.5);
}

.hover\:border-amber-200\/60:hover {
  border-color: rgb(253 230 138 / 0.6);
}

.hover\:border-amber-200\/70:hover {
  border-color: rgb(253 230 138 / 0.7);
}

.hover\:border-amber-200\/75:hover {
  border-color: rgb(253 230 138 / 0.75);
}

.hover\:border-amber-200\/80:hover {
  border-color: rgb(253 230 138 / 0.8);
}

.hover\:border-amber-200\/90:hover {
  border-color: rgb(253 230 138 / 0.9);
}

.hover\:border-amber-200\/95:hover {
  border-color: rgb(253 230 138 / 0.95);
}

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

.hover\:border-amber-300\/0:hover {
  border-color: rgb(252 211 77 / 0);
}

.hover\:border-amber-300\/10:hover {
  border-color: rgb(252 211 77 / 0.1);
}

.hover\:border-amber-300\/100:hover {
  border-color: rgb(252 211 77 / 1);
}

.hover\:border-amber-300\/20:hover {
  border-color: rgb(252 211 77 / 0.2);
}

.hover\:border-amber-300\/25:hover {
  border-color: rgb(252 211 77 / 0.25);
}

.hover\:border-amber-300\/30:hover {
  border-color: rgb(252 211 77 / 0.3);
}

.hover\:border-amber-300\/40:hover {
  border-color: rgb(252 211 77 / 0.4);
}

.hover\:border-amber-300\/5:hover {
  border-color: rgb(252 211 77 / 0.05);
}

.hover\:border-amber-300\/50:hover {
  border-color: rgb(252 211 77 / 0.5);
}

.hover\:border-amber-300\/60:hover {
  border-color: rgb(252 211 77 / 0.6);
}

.hover\:border-amber-300\/70:hover {
  border-color: rgb(252 211 77 / 0.7);
}

.hover\:border-amber-300\/75:hover {
  border-color: rgb(252 211 77 / 0.75);
}

.hover\:border-amber-300\/80:hover {
  border-color: rgb(252 211 77 / 0.8);
}

.hover\:border-amber-300\/90:hover {
  border-color: rgb(252 211 77 / 0.9);
}

.hover\:border-amber-300\/95:hover {
  border-color: rgb(252 211 77 / 0.95);
}

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

.hover\:border-amber-400\/0:hover {
  border-color: rgb(251 191 36 / 0);
}

.hover\:border-amber-400\/10:hover {
  border-color: rgb(251 191 36 / 0.1);
}

.hover\:border-amber-400\/100:hover {
  border-color: rgb(251 191 36 / 1);
}

.hover\:border-amber-400\/20:hover {
  border-color: rgb(251 191 36 / 0.2);
}

.hover\:border-amber-400\/25:hover {
  border-color: rgb(251 191 36 / 0.25);
}

.hover\:border-amber-400\/30:hover {
  border-color: rgb(251 191 36 / 0.3);
}

.hover\:border-amber-400\/40:hover {
  border-color: rgb(251 191 36 / 0.4);
}

.hover\:border-amber-400\/5:hover {
  border-color: rgb(251 191 36 / 0.05);
}

.hover\:border-amber-400\/50:hover {
  border-color: rgb(251 191 36 / 0.5);
}

.hover\:border-amber-400\/60:hover {
  border-color: rgb(251 191 36 / 0.6);
}

.hover\:border-amber-400\/70:hover {
  border-color: rgb(251 191 36 / 0.7);
}

.hover\:border-amber-400\/75:hover {
  border-color: rgb(251 191 36 / 0.75);
}

.hover\:border-amber-400\/80:hover {
  border-color: rgb(251 191 36 / 0.8);
}

.hover\:border-amber-400\/90:hover {
  border-color: rgb(251 191 36 / 0.9);
}

.hover\:border-amber-400\/95:hover {
  border-color: rgb(251 191 36 / 0.95);
}

.hover\:border-amber-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.hover\:border-amber-50\/0:hover {
  border-color: rgb(255 251 235 / 0);
}

.hover\:border-amber-50\/10:hover {
  border-color: rgb(255 251 235 / 0.1);
}

.hover\:border-amber-50\/100:hover {
  border-color: rgb(255 251 235 / 1);
}

.hover\:border-amber-50\/20:hover {
  border-color: rgb(255 251 235 / 0.2);
}

.hover\:border-amber-50\/25:hover {
  border-color: rgb(255 251 235 / 0.25);
}

.hover\:border-amber-50\/30:hover {
  border-color: rgb(255 251 235 / 0.3);
}

.hover\:border-amber-50\/40:hover {
  border-color: rgb(255 251 235 / 0.4);
}

.hover\:border-amber-50\/5:hover {
  border-color: rgb(255 251 235 / 0.05);
}

.hover\:border-amber-50\/50:hover {
  border-color: rgb(255 251 235 / 0.5);
}

.hover\:border-amber-50\/60:hover {
  border-color: rgb(255 251 235 / 0.6);
}

.hover\:border-amber-50\/70:hover {
  border-color: rgb(255 251 235 / 0.7);
}

.hover\:border-amber-50\/75:hover {
  border-color: rgb(255 251 235 / 0.75);
}

.hover\:border-amber-50\/80:hover {
  border-color: rgb(255 251 235 / 0.8);
}

.hover\:border-amber-50\/90:hover {
  border-color: rgb(255 251 235 / 0.9);
}

.hover\:border-amber-50\/95:hover {
  border-color: rgb(255 251 235 / 0.95);
}

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

.hover\:border-amber-500\/0:hover {
  border-color: rgb(245 158 11 / 0);
}

.hover\:border-amber-500\/10:hover {
  border-color: rgb(245 158 11 / 0.1);
}

.hover\:border-amber-500\/100:hover {
  border-color: rgb(245 158 11 / 1);
}

.hover\:border-amber-500\/20:hover {
  border-color: rgb(245 158 11 / 0.2);
}

.hover\:border-amber-500\/25:hover {
  border-color: rgb(245 158 11 / 0.25);
}

.hover\:border-amber-500\/30:hover {
  border-color: rgb(245 158 11 / 0.3);
}

.hover\:border-amber-500\/40:hover {
  border-color: rgb(245 158 11 / 0.4);
}

.hover\:border-amber-500\/5:hover {
  border-color: rgb(245 158 11 / 0.05);
}

.hover\:border-amber-500\/50:hover {
  border-color: rgb(245 158 11 / 0.5);
}

.hover\:border-amber-500\/60:hover {
  border-color: rgb(245 158 11 / 0.6);
}

.hover\:border-amber-500\/70:hover {
  border-color: rgb(245 158 11 / 0.7);
}

.hover\:border-amber-500\/75:hover {
  border-color: rgb(245 158 11 / 0.75);
}

.hover\:border-amber-500\/80:hover {
  border-color: rgb(245 158 11 / 0.8);
}

.hover\:border-amber-500\/90:hover {
  border-color: rgb(245 158 11 / 0.9);
}

.hover\:border-amber-500\/95:hover {
  border-color: rgb(245 158 11 / 0.95);
}

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

.hover\:border-amber-600\/0:hover {
  border-color: rgb(217 119 6 / 0);
}

.hover\:border-amber-600\/10:hover {
  border-color: rgb(217 119 6 / 0.1);
}

.hover\:border-amber-600\/100:hover {
  border-color: rgb(217 119 6 / 1);
}

.hover\:border-amber-600\/20:hover {
  border-color: rgb(217 119 6 / 0.2);
}

.hover\:border-amber-600\/25:hover {
  border-color: rgb(217 119 6 / 0.25);
}

.hover\:border-amber-600\/30:hover {
  border-color: rgb(217 119 6 / 0.3);
}

.hover\:border-amber-600\/40:hover {
  border-color: rgb(217 119 6 / 0.4);
}

.hover\:border-amber-600\/5:hover {
  border-color: rgb(217 119 6 / 0.05);
}

.hover\:border-amber-600\/50:hover {
  border-color: rgb(217 119 6 / 0.5);
}

.hover\:border-amber-600\/60:hover {
  border-color: rgb(217 119 6 / 0.6);
}

.hover\:border-amber-600\/70:hover {
  border-color: rgb(217 119 6 / 0.7);
}

.hover\:border-amber-600\/75:hover {
  border-color: rgb(217 119 6 / 0.75);
}

.hover\:border-amber-600\/80:hover {
  border-color: rgb(217 119 6 / 0.8);
}

.hover\:border-amber-600\/90:hover {
  border-color: rgb(217 119 6 / 0.9);
}

.hover\:border-amber-600\/95:hover {
  border-color: rgb(217 119 6 / 0.95);
}

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

.hover\:border-amber-700\/0:hover {
  border-color: rgb(180 83 9 / 0);
}

.hover\:border-amber-700\/10:hover {
  border-color: rgb(180 83 9 / 0.1);
}

.hover\:border-amber-700\/100:hover {
  border-color: rgb(180 83 9 / 1);
}

.hover\:border-amber-700\/20:hover {
  border-color: rgb(180 83 9 / 0.2);
}

.hover\:border-amber-700\/25:hover {
  border-color: rgb(180 83 9 / 0.25);
}

.hover\:border-amber-700\/30:hover {
  border-color: rgb(180 83 9 / 0.3);
}

.hover\:border-amber-700\/40:hover {
  border-color: rgb(180 83 9 / 0.4);
}

.hover\:border-amber-700\/5:hover {
  border-color: rgb(180 83 9 / 0.05);
}

.hover\:border-amber-700\/50:hover {
  border-color: rgb(180 83 9 / 0.5);
}

.hover\:border-amber-700\/60:hover {
  border-color: rgb(180 83 9 / 0.6);
}

.hover\:border-amber-700\/70:hover {
  border-color: rgb(180 83 9 / 0.7);
}

.hover\:border-amber-700\/75:hover {
  border-color: rgb(180 83 9 / 0.75);
}

.hover\:border-amber-700\/80:hover {
  border-color: rgb(180 83 9 / 0.8);
}

.hover\:border-amber-700\/90:hover {
  border-color: rgb(180 83 9 / 0.9);
}

.hover\:border-amber-700\/95:hover {
  border-color: rgb(180 83 9 / 0.95);
}

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

.hover\:border-amber-800\/0:hover {
  border-color: rgb(146 64 14 / 0);
}

.hover\:border-amber-800\/10:hover {
  border-color: rgb(146 64 14 / 0.1);
}

.hover\:border-amber-800\/100:hover {
  border-color: rgb(146 64 14 / 1);
}

.hover\:border-amber-800\/20:hover {
  border-color: rgb(146 64 14 / 0.2);
}

.hover\:border-amber-800\/25:hover {
  border-color: rgb(146 64 14 / 0.25);
}

.hover\:border-amber-800\/30:hover {
  border-color: rgb(146 64 14 / 0.3);
}

.hover\:border-amber-800\/40:hover {
  border-color: rgb(146 64 14 / 0.4);
}

.hover\:border-amber-800\/5:hover {
  border-color: rgb(146 64 14 / 0.05);
}

.hover\:border-amber-800\/50:hover {
  border-color: rgb(146 64 14 / 0.5);
}

.hover\:border-amber-800\/60:hover {
  border-color: rgb(146 64 14 / 0.6);
}

.hover\:border-amber-800\/70:hover {
  border-color: rgb(146 64 14 / 0.7);
}

.hover\:border-amber-800\/75:hover {
  border-color: rgb(146 64 14 / 0.75);
}

.hover\:border-amber-800\/80:hover {
  border-color: rgb(146 64 14 / 0.8);
}

.hover\:border-amber-800\/90:hover {
  border-color: rgb(146 64 14 / 0.9);
}

.hover\:border-amber-800\/95:hover {
  border-color: rgb(146 64 14 / 0.95);
}

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

.hover\:border-amber-900\/0:hover {
  border-color: rgb(120 53 15 / 0);
}

.hover\:border-amber-900\/10:hover {
  border-color: rgb(120 53 15 / 0.1);
}

.hover\:border-amber-900\/100:hover {
  border-color: rgb(120 53 15 / 1);
}

.hover\:border-amber-900\/20:hover {
  border-color: rgb(120 53 15 / 0.2);
}

.hover\:border-amber-900\/25:hover {
  border-color: rgb(120 53 15 / 0.25);
}

.hover\:border-amber-900\/30:hover {
  border-color: rgb(120 53 15 / 0.3);
}

.hover\:border-amber-900\/40:hover {
  border-color: rgb(120 53 15 / 0.4);
}

.hover\:border-amber-900\/5:hover {
  border-color: rgb(120 53 15 / 0.05);
}

.hover\:border-amber-900\/50:hover {
  border-color: rgb(120 53 15 / 0.5);
}

.hover\:border-amber-900\/60:hover {
  border-color: rgb(120 53 15 / 0.6);
}

.hover\:border-amber-900\/70:hover {
  border-color: rgb(120 53 15 / 0.7);
}

.hover\:border-amber-900\/75:hover {
  border-color: rgb(120 53 15 / 0.75);
}

.hover\:border-amber-900\/80:hover {
  border-color: rgb(120 53 15 / 0.8);
}

.hover\:border-amber-900\/90:hover {
  border-color: rgb(120 53 15 / 0.9);
}

.hover\:border-amber-900\/95:hover {
  border-color: rgb(120 53 15 / 0.95);
}

.hover\:border-amber-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(69 26 3 / var(--tw-border-opacity));
}

.hover\:border-amber-950\/0:hover {
  border-color: rgb(69 26 3 / 0);
}

.hover\:border-amber-950\/10:hover {
  border-color: rgb(69 26 3 / 0.1);
}

.hover\:border-amber-950\/100:hover {
  border-color: rgb(69 26 3 / 1);
}

.hover\:border-amber-950\/20:hover {
  border-color: rgb(69 26 3 / 0.2);
}

.hover\:border-amber-950\/25:hover {
  border-color: rgb(69 26 3 / 0.25);
}

.hover\:border-amber-950\/30:hover {
  border-color: rgb(69 26 3 / 0.3);
}

.hover\:border-amber-950\/40:hover {
  border-color: rgb(69 26 3 / 0.4);
}

.hover\:border-amber-950\/5:hover {
  border-color: rgb(69 26 3 / 0.05);
}

.hover\:border-amber-950\/50:hover {
  border-color: rgb(69 26 3 / 0.5);
}

.hover\:border-amber-950\/60:hover {
  border-color: rgb(69 26 3 / 0.6);
}

.hover\:border-amber-950\/70:hover {
  border-color: rgb(69 26 3 / 0.7);
}

.hover\:border-amber-950\/75:hover {
  border-color: rgb(69 26 3 / 0.75);
}

.hover\:border-amber-950\/80:hover {
  border-color: rgb(69 26 3 / 0.8);
}

.hover\:border-amber-950\/90:hover {
  border-color: rgb(69 26 3 / 0.9);
}

.hover\:border-amber-950\/95:hover {
  border-color: rgb(69 26 3 / 0.95);
}

.hover\:border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.hover\:border-black\/0:hover {
  border-color: rgb(0 0 0 / 0);
}

.hover\:border-black\/10:hover {
  border-color: rgb(0 0 0 / 0.1);
}

.hover\:border-black\/100:hover {
  border-color: rgb(0 0 0 / 1);
}

.hover\:border-black\/20:hover {
  border-color: rgb(0 0 0 / 0.2);
}

.hover\:border-black\/25:hover {
  border-color: rgb(0 0 0 / 0.25);
}

.hover\:border-black\/30:hover {
  border-color: rgb(0 0 0 / 0.3);
}

.hover\:border-black\/40:hover {
  border-color: rgb(0 0 0 / 0.4);
}

.hover\:border-black\/5:hover {
  border-color: rgb(0 0 0 / 0.05);
}

.hover\:border-black\/50:hover {
  border-color: rgb(0 0 0 / 0.5);
}

.hover\:border-black\/60:hover {
  border-color: rgb(0 0 0 / 0.6);
}

.hover\:border-black\/70:hover {
  border-color: rgb(0 0 0 / 0.7);
}

.hover\:border-black\/75:hover {
  border-color: rgb(0 0 0 / 0.75);
}

.hover\:border-black\/80:hover {
  border-color: rgb(0 0 0 / 0.8);
}

.hover\:border-black\/90:hover {
  border-color: rgb(0 0 0 / 0.9);
}

.hover\:border-black\/95:hover {
  border-color: rgb(0 0 0 / 0.95);
}

.hover\:border-blue-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity));
}

.hover\:border-blue-100\/0:hover {
  border-color: rgb(219 234 254 / 0);
}

.hover\:border-blue-100\/10:hover {
  border-color: rgb(219 234 254 / 0.1);
}

.hover\:border-blue-100\/100:hover {
  border-color: rgb(219 234 254 / 1);
}

.hover\:border-blue-100\/20:hover {
  border-color: rgb(219 234 254 / 0.2);
}

.hover\:border-blue-100\/25:hover {
  border-color: rgb(219 234 254 / 0.25);
}

.hover\:border-blue-100\/30:hover {
  border-color: rgb(219 234 254 / 0.3);
}

.hover\:border-blue-100\/40:hover {
  border-color: rgb(219 234 254 / 0.4);
}

.hover\:border-blue-100\/5:hover {
  border-color: rgb(219 234 254 / 0.05);
}

.hover\:border-blue-100\/50:hover {
  border-color: rgb(219 234 254 / 0.5);
}

.hover\:border-blue-100\/60:hover {
  border-color: rgb(219 234 254 / 0.6);
}

.hover\:border-blue-100\/70:hover {
  border-color: rgb(219 234 254 / 0.7);
}

.hover\:border-blue-100\/75:hover {
  border-color: rgb(219 234 254 / 0.75);
}

.hover\:border-blue-100\/80:hover {
  border-color: rgb(219 234 254 / 0.8);
}

.hover\:border-blue-100\/90:hover {
  border-color: rgb(219 234 254 / 0.9);
}

.hover\:border-blue-100\/95:hover {
  border-color: rgb(219 234 254 / 0.95);
}

.hover\:border-blue-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.hover\:border-blue-200\/0:hover {
  border-color: rgb(191 219 254 / 0);
}

.hover\:border-blue-200\/10:hover {
  border-color: rgb(191 219 254 / 0.1);
}

.hover\:border-blue-200\/100:hover {
  border-color: rgb(191 219 254 / 1);
}

.hover\:border-blue-200\/20:hover {
  border-color: rgb(191 219 254 / 0.2);
}

.hover\:border-blue-200\/25:hover {
  border-color: rgb(191 219 254 / 0.25);
}

.hover\:border-blue-200\/30:hover {
  border-color: rgb(191 219 254 / 0.3);
}

.hover\:border-blue-200\/40:hover {
  border-color: rgb(191 219 254 / 0.4);
}

.hover\:border-blue-200\/5:hover {
  border-color: rgb(191 219 254 / 0.05);
}

.hover\:border-blue-200\/50:hover {
  border-color: rgb(191 219 254 / 0.5);
}

.hover\:border-blue-200\/60:hover {
  border-color: rgb(191 219 254 / 0.6);
}

.hover\:border-blue-200\/70:hover {
  border-color: rgb(191 219 254 / 0.7);
}

.hover\:border-blue-200\/75:hover {
  border-color: rgb(191 219 254 / 0.75);
}

.hover\:border-blue-200\/80:hover {
  border-color: rgb(191 219 254 / 0.8);
}

.hover\:border-blue-200\/90:hover {
  border-color: rgb(191 219 254 / 0.9);
}

.hover\:border-blue-200\/95:hover {
  border-color: rgb(191 219 254 / 0.95);
}

.hover\:border-blue-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.hover\:border-blue-300\/0:hover {
  border-color: rgb(147 197 253 / 0);
}

.hover\:border-blue-300\/10:hover {
  border-color: rgb(147 197 253 / 0.1);
}

.hover\:border-blue-300\/100:hover {
  border-color: rgb(147 197 253 / 1);
}

.hover\:border-blue-300\/20:hover {
  border-color: rgb(147 197 253 / 0.2);
}

.hover\:border-blue-300\/25:hover {
  border-color: rgb(147 197 253 / 0.25);
}

.hover\:border-blue-300\/30:hover {
  border-color: rgb(147 197 253 / 0.3);
}

.hover\:border-blue-300\/40:hover {
  border-color: rgb(147 197 253 / 0.4);
}

.hover\:border-blue-300\/5:hover {
  border-color: rgb(147 197 253 / 0.05);
}

.hover\:border-blue-300\/50:hover {
  border-color: rgb(147 197 253 / 0.5);
}

.hover\:border-blue-300\/60:hover {
  border-color: rgb(147 197 253 / 0.6);
}

.hover\:border-blue-300\/70:hover {
  border-color: rgb(147 197 253 / 0.7);
}

.hover\:border-blue-300\/75:hover {
  border-color: rgb(147 197 253 / 0.75);
}

.hover\:border-blue-300\/80:hover {
  border-color: rgb(147 197 253 / 0.8);
}

.hover\:border-blue-300\/90:hover {
  border-color: rgb(147 197 253 / 0.9);
}

.hover\:border-blue-300\/95:hover {
  border-color: rgb(147 197 253 / 0.95);
}

.hover\:border-blue-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.hover\:border-blue-400\/0:hover {
  border-color: rgb(96 165 250 / 0);
}

.hover\:border-blue-400\/10:hover {
  border-color: rgb(96 165 250 / 0.1);
}

.hover\:border-blue-400\/100:hover {
  border-color: rgb(96 165 250 / 1);
}

.hover\:border-blue-400\/20:hover {
  border-color: rgb(96 165 250 / 0.2);
}

.hover\:border-blue-400\/25:hover {
  border-color: rgb(96 165 250 / 0.25);
}

.hover\:border-blue-400\/30:hover {
  border-color: rgb(96 165 250 / 0.3);
}

.hover\:border-blue-400\/40:hover {
  border-color: rgb(96 165 250 / 0.4);
}

.hover\:border-blue-400\/5:hover {
  border-color: rgb(96 165 250 / 0.05);
}

.hover\:border-blue-400\/50:hover {
  border-color: rgb(96 165 250 / 0.5);
}

.hover\:border-blue-400\/60:hover {
  border-color: rgb(96 165 250 / 0.6);
}

.hover\:border-blue-400\/70:hover {
  border-color: rgb(96 165 250 / 0.7);
}

.hover\:border-blue-400\/75:hover {
  border-color: rgb(96 165 250 / 0.75);
}

.hover\:border-blue-400\/80:hover {
  border-color: rgb(96 165 250 / 0.8);
}

.hover\:border-blue-400\/90:hover {
  border-color: rgb(96 165 250 / 0.9);
}

.hover\:border-blue-400\/95:hover {
  border-color: rgb(96 165 250 / 0.95);
}

.hover\:border-blue-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-border-opacity));
}

.hover\:border-blue-50\/0:hover {
  border-color: rgb(239 246 255 / 0);
}

.hover\:border-blue-50\/10:hover {
  border-color: rgb(239 246 255 / 0.1);
}

.hover\:border-blue-50\/100:hover {
  border-color: rgb(239 246 255 / 1);
}

.hover\:border-blue-50\/20:hover {
  border-color: rgb(239 246 255 / 0.2);
}

.hover\:border-blue-50\/25:hover {
  border-color: rgb(239 246 255 / 0.25);
}

.hover\:border-blue-50\/30:hover {
  border-color: rgb(239 246 255 / 0.3);
}

.hover\:border-blue-50\/40:hover {
  border-color: rgb(239 246 255 / 0.4);
}

.hover\:border-blue-50\/5:hover {
  border-color: rgb(239 246 255 / 0.05);
}

.hover\:border-blue-50\/50:hover {
  border-color: rgb(239 246 255 / 0.5);
}

.hover\:border-blue-50\/60:hover {
  border-color: rgb(239 246 255 / 0.6);
}

.hover\:border-blue-50\/70:hover {
  border-color: rgb(239 246 255 / 0.7);
}

.hover\:border-blue-50\/75:hover {
  border-color: rgb(239 246 255 / 0.75);
}

.hover\:border-blue-50\/80:hover {
  border-color: rgb(239 246 255 / 0.8);
}

.hover\:border-blue-50\/90:hover {
  border-color: rgb(239 246 255 / 0.9);
}

.hover\:border-blue-50\/95:hover {
  border-color: rgb(239 246 255 / 0.95);
}

.hover\:border-blue-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.hover\:border-blue-500\/0:hover {
  border-color: rgb(59 130 246 / 0);
}

.hover\:border-blue-500\/10:hover {
  border-color: rgb(59 130 246 / 0.1);
}

.hover\:border-blue-500\/100:hover {
  border-color: rgb(59 130 246 / 1);
}

.hover\:border-blue-500\/20:hover {
  border-color: rgb(59 130 246 / 0.2);
}

.hover\:border-blue-500\/25:hover {
  border-color: rgb(59 130 246 / 0.25);
}

.hover\:border-blue-500\/30:hover {
  border-color: rgb(59 130 246 / 0.3);
}

.hover\:border-blue-500\/40:hover {
  border-color: rgb(59 130 246 / 0.4);
}

.hover\:border-blue-500\/5:hover {
  border-color: rgb(59 130 246 / 0.05);
}

.hover\:border-blue-500\/50:hover {
  border-color: rgb(59 130 246 / 0.5);
}

.hover\:border-blue-500\/60:hover {
  border-color: rgb(59 130 246 / 0.6);
}

.hover\:border-blue-500\/70:hover {
  border-color: rgb(59 130 246 / 0.7);
}

.hover\:border-blue-500\/75:hover {
  border-color: rgb(59 130 246 / 0.75);
}

.hover\:border-blue-500\/80:hover {
  border-color: rgb(59 130 246 / 0.8);
}

.hover\:border-blue-500\/90:hover {
  border-color: rgb(59 130 246 / 0.9);
}

.hover\:border-blue-500\/95:hover {
  border-color: rgb(59 130 246 / 0.95);
}

.hover\:border-blue-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.hover\:border-blue-600\/0:hover {
  border-color: rgb(37 99 235 / 0);
}

.hover\:border-blue-600\/10:hover {
  border-color: rgb(37 99 235 / 0.1);
}

.hover\:border-blue-600\/100:hover {
  border-color: rgb(37 99 235 / 1);
}

.hover\:border-blue-600\/20:hover {
  border-color: rgb(37 99 235 / 0.2);
}

.hover\:border-blue-600\/25:hover {
  border-color: rgb(37 99 235 / 0.25);
}

.hover\:border-blue-600\/30:hover {
  border-color: rgb(37 99 235 / 0.3);
}

.hover\:border-blue-600\/40:hover {
  border-color: rgb(37 99 235 / 0.4);
}

.hover\:border-blue-600\/5:hover {
  border-color: rgb(37 99 235 / 0.05);
}

.hover\:border-blue-600\/50:hover {
  border-color: rgb(37 99 235 / 0.5);
}

.hover\:border-blue-600\/60:hover {
  border-color: rgb(37 99 235 / 0.6);
}

.hover\:border-blue-600\/70:hover {
  border-color: rgb(37 99 235 / 0.7);
}

.hover\:border-blue-600\/75:hover {
  border-color: rgb(37 99 235 / 0.75);
}

.hover\:border-blue-600\/80:hover {
  border-color: rgb(37 99 235 / 0.8);
}

.hover\:border-blue-600\/90:hover {
  border-color: rgb(37 99 235 / 0.9);
}

.hover\:border-blue-600\/95:hover {
  border-color: rgb(37 99 235 / 0.95);
}

.hover\:border-blue-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.hover\:border-blue-700\/0:hover {
  border-color: rgb(29 78 216 / 0);
}

.hover\:border-blue-700\/10:hover {
  border-color: rgb(29 78 216 / 0.1);
}

.hover\:border-blue-700\/100:hover {
  border-color: rgb(29 78 216 / 1);
}

.hover\:border-blue-700\/20:hover {
  border-color: rgb(29 78 216 / 0.2);
}

.hover\:border-blue-700\/25:hover {
  border-color: rgb(29 78 216 / 0.25);
}

.hover\:border-blue-700\/30:hover {
  border-color: rgb(29 78 216 / 0.3);
}

.hover\:border-blue-700\/40:hover {
  border-color: rgb(29 78 216 / 0.4);
}

.hover\:border-blue-700\/5:hover {
  border-color: rgb(29 78 216 / 0.05);
}

.hover\:border-blue-700\/50:hover {
  border-color: rgb(29 78 216 / 0.5);
}

.hover\:border-blue-700\/60:hover {
  border-color: rgb(29 78 216 / 0.6);
}

.hover\:border-blue-700\/70:hover {
  border-color: rgb(29 78 216 / 0.7);
}

.hover\:border-blue-700\/75:hover {
  border-color: rgb(29 78 216 / 0.75);
}

.hover\:border-blue-700\/80:hover {
  border-color: rgb(29 78 216 / 0.8);
}

.hover\:border-blue-700\/90:hover {
  border-color: rgb(29 78 216 / 0.9);
}

.hover\:border-blue-700\/95:hover {
  border-color: rgb(29 78 216 / 0.95);
}

.hover\:border-blue-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.hover\:border-blue-800\/0:hover {
  border-color: rgb(30 64 175 / 0);
}

.hover\:border-blue-800\/10:hover {
  border-color: rgb(30 64 175 / 0.1);
}

.hover\:border-blue-800\/100:hover {
  border-color: rgb(30 64 175 / 1);
}

.hover\:border-blue-800\/20:hover {
  border-color: rgb(30 64 175 / 0.2);
}

.hover\:border-blue-800\/25:hover {
  border-color: rgb(30 64 175 / 0.25);
}

.hover\:border-blue-800\/30:hover {
  border-color: rgb(30 64 175 / 0.3);
}

.hover\:border-blue-800\/40:hover {
  border-color: rgb(30 64 175 / 0.4);
}

.hover\:border-blue-800\/5:hover {
  border-color: rgb(30 64 175 / 0.05);
}

.hover\:border-blue-800\/50:hover {
  border-color: rgb(30 64 175 / 0.5);
}

.hover\:border-blue-800\/60:hover {
  border-color: rgb(30 64 175 / 0.6);
}

.hover\:border-blue-800\/70:hover {
  border-color: rgb(30 64 175 / 0.7);
}

.hover\:border-blue-800\/75:hover {
  border-color: rgb(30 64 175 / 0.75);
}

.hover\:border-blue-800\/80:hover {
  border-color: rgb(30 64 175 / 0.8);
}

.hover\:border-blue-800\/90:hover {
  border-color: rgb(30 64 175 / 0.9);
}

.hover\:border-blue-800\/95:hover {
  border-color: rgb(30 64 175 / 0.95);
}

.hover\:border-blue-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.hover\:border-blue-900\/0:hover {
  border-color: rgb(30 58 138 / 0);
}

.hover\:border-blue-900\/10:hover {
  border-color: rgb(30 58 138 / 0.1);
}

.hover\:border-blue-900\/100:hover {
  border-color: rgb(30 58 138 / 1);
}

.hover\:border-blue-900\/20:hover {
  border-color: rgb(30 58 138 / 0.2);
}

.hover\:border-blue-900\/25:hover {
  border-color: rgb(30 58 138 / 0.25);
}

.hover\:border-blue-900\/30:hover {
  border-color: rgb(30 58 138 / 0.3);
}

.hover\:border-blue-900\/40:hover {
  border-color: rgb(30 58 138 / 0.4);
}

.hover\:border-blue-900\/5:hover {
  border-color: rgb(30 58 138 / 0.05);
}

.hover\:border-blue-900\/50:hover {
  border-color: rgb(30 58 138 / 0.5);
}

.hover\:border-blue-900\/60:hover {
  border-color: rgb(30 58 138 / 0.6);
}

.hover\:border-blue-900\/70:hover {
  border-color: rgb(30 58 138 / 0.7);
}

.hover\:border-blue-900\/75:hover {
  border-color: rgb(30 58 138 / 0.75);
}

.hover\:border-blue-900\/80:hover {
  border-color: rgb(30 58 138 / 0.8);
}

.hover\:border-blue-900\/90:hover {
  border-color: rgb(30 58 138 / 0.9);
}

.hover\:border-blue-900\/95:hover {
  border-color: rgb(30 58 138 / 0.95);
}

.hover\:border-blue-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(23 37 84 / var(--tw-border-opacity));
}

.hover\:border-blue-950\/0:hover {
  border-color: rgb(23 37 84 / 0);
}

.hover\:border-blue-950\/10:hover {
  border-color: rgb(23 37 84 / 0.1);
}

.hover\:border-blue-950\/100:hover {
  border-color: rgb(23 37 84 / 1);
}

.hover\:border-blue-950\/20:hover {
  border-color: rgb(23 37 84 / 0.2);
}

.hover\:border-blue-950\/25:hover {
  border-color: rgb(23 37 84 / 0.25);
}

.hover\:border-blue-950\/30:hover {
  border-color: rgb(23 37 84 / 0.3);
}

.hover\:border-blue-950\/40:hover {
  border-color: rgb(23 37 84 / 0.4);
}

.hover\:border-blue-950\/5:hover {
  border-color: rgb(23 37 84 / 0.05);
}

.hover\:border-blue-950\/50:hover {
  border-color: rgb(23 37 84 / 0.5);
}

.hover\:border-blue-950\/60:hover {
  border-color: rgb(23 37 84 / 0.6);
}

.hover\:border-blue-950\/70:hover {
  border-color: rgb(23 37 84 / 0.7);
}

.hover\:border-blue-950\/75:hover {
  border-color: rgb(23 37 84 / 0.75);
}

.hover\:border-blue-950\/80:hover {
  border-color: rgb(23 37 84 / 0.8);
}

.hover\:border-blue-950\/90:hover {
  border-color: rgb(23 37 84 / 0.9);
}

.hover\:border-blue-950\/95:hover {
  border-color: rgb(23 37 84 / 0.95);
}

.hover\:border-brand-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(230 239 246 / var(--tw-border-opacity));
}

.hover\:border-brand-100\/0:hover {
  border-color: rgb(230 239 246 / 0);
}

.hover\:border-brand-100\/10:hover {
  border-color: rgb(230 239 246 / 0.1);
}

.hover\:border-brand-100\/100:hover {
  border-color: rgb(230 239 246 / 1);
}

.hover\:border-brand-100\/20:hover {
  border-color: rgb(230 239 246 / 0.2);
}

.hover\:border-brand-100\/25:hover {
  border-color: rgb(230 239 246 / 0.25);
}

.hover\:border-brand-100\/30:hover {
  border-color: rgb(230 239 246 / 0.3);
}

.hover\:border-brand-100\/40:hover {
  border-color: rgb(230 239 246 / 0.4);
}

.hover\:border-brand-100\/5:hover {
  border-color: rgb(230 239 246 / 0.05);
}

.hover\:border-brand-100\/50:hover {
  border-color: rgb(230 239 246 / 0.5);
}

.hover\:border-brand-100\/60:hover {
  border-color: rgb(230 239 246 / 0.6);
}

.hover\:border-brand-100\/70:hover {
  border-color: rgb(230 239 246 / 0.7);
}

.hover\:border-brand-100\/75:hover {
  border-color: rgb(230 239 246 / 0.75);
}

.hover\:border-brand-100\/80:hover {
  border-color: rgb(230 239 246 / 0.8);
}

.hover\:border-brand-100\/90:hover {
  border-color: rgb(230 239 246 / 0.9);
}

.hover\:border-brand-100\/95:hover {
  border-color: rgb(230 239 246 / 0.95);
}

.hover\:border-brand-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(193 215 234 / var(--tw-border-opacity));
}

.hover\:border-brand-200\/0:hover {
  border-color: rgb(193 215 234 / 0);
}

.hover\:border-brand-200\/10:hover {
  border-color: rgb(193 215 234 / 0.1);
}

.hover\:border-brand-200\/100:hover {
  border-color: rgb(193 215 234 / 1);
}

.hover\:border-brand-200\/20:hover {
  border-color: rgb(193 215 234 / 0.2);
}

.hover\:border-brand-200\/25:hover {
  border-color: rgb(193 215 234 / 0.25);
}

.hover\:border-brand-200\/30:hover {
  border-color: rgb(193 215 234 / 0.3);
}

.hover\:border-brand-200\/40:hover {
  border-color: rgb(193 215 234 / 0.4);
}

.hover\:border-brand-200\/5:hover {
  border-color: rgb(193 215 234 / 0.05);
}

.hover\:border-brand-200\/50:hover {
  border-color: rgb(193 215 234 / 0.5);
}

.hover\:border-brand-200\/60:hover {
  border-color: rgb(193 215 234 / 0.6);
}

.hover\:border-brand-200\/70:hover {
  border-color: rgb(193 215 234 / 0.7);
}

.hover\:border-brand-200\/75:hover {
  border-color: rgb(193 215 234 / 0.75);
}

.hover\:border-brand-200\/80:hover {
  border-color: rgb(193 215 234 / 0.8);
}

.hover\:border-brand-200\/90:hover {
  border-color: rgb(193 215 234 / 0.9);
}

.hover\:border-brand-200\/95:hover {
  border-color: rgb(193 215 234 / 0.95);
}

.hover\:border-brand-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(155 190 221 / var(--tw-border-opacity));
}

.hover\:border-brand-300\/0:hover {
  border-color: rgb(155 190 221 / 0);
}

.hover\:border-brand-300\/10:hover {
  border-color: rgb(155 190 221 / 0.1);
}

.hover\:border-brand-300\/100:hover {
  border-color: rgb(155 190 221 / 1);
}

.hover\:border-brand-300\/20:hover {
  border-color: rgb(155 190 221 / 0.2);
}

.hover\:border-brand-300\/25:hover {
  border-color: rgb(155 190 221 / 0.25);
}

.hover\:border-brand-300\/30:hover {
  border-color: rgb(155 190 221 / 0.3);
}

.hover\:border-brand-300\/40:hover {
  border-color: rgb(155 190 221 / 0.4);
}

.hover\:border-brand-300\/5:hover {
  border-color: rgb(155 190 221 / 0.05);
}

.hover\:border-brand-300\/50:hover {
  border-color: rgb(155 190 221 / 0.5);
}

.hover\:border-brand-300\/60:hover {
  border-color: rgb(155 190 221 / 0.6);
}

.hover\:border-brand-300\/70:hover {
  border-color: rgb(155 190 221 / 0.7);
}

.hover\:border-brand-300\/75:hover {
  border-color: rgb(155 190 221 / 0.75);
}

.hover\:border-brand-300\/80:hover {
  border-color: rgb(155 190 221 / 0.8);
}

.hover\:border-brand-300\/90:hover {
  border-color: rgb(155 190 221 / 0.9);
}

.hover\:border-brand-300\/95:hover {
  border-color: rgb(155 190 221 / 0.95);
}

.hover\:border-brand-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(81 142 195 / var(--tw-border-opacity));
}

.hover\:border-brand-400\/0:hover {
  border-color: rgb(81 142 195 / 0);
}

.hover\:border-brand-400\/10:hover {
  border-color: rgb(81 142 195 / 0.1);
}

.hover\:border-brand-400\/100:hover {
  border-color: rgb(81 142 195 / 1);
}

.hover\:border-brand-400\/20:hover {
  border-color: rgb(81 142 195 / 0.2);
}

.hover\:border-brand-400\/25:hover {
  border-color: rgb(81 142 195 / 0.25);
}

.hover\:border-brand-400\/30:hover {
  border-color: rgb(81 142 195 / 0.3);
}

.hover\:border-brand-400\/40:hover {
  border-color: rgb(81 142 195 / 0.4);
}

.hover\:border-brand-400\/5:hover {
  border-color: rgb(81 142 195 / 0.05);
}

.hover\:border-brand-400\/50:hover {
  border-color: rgb(81 142 195 / 0.5);
}

.hover\:border-brand-400\/60:hover {
  border-color: rgb(81 142 195 / 0.6);
}

.hover\:border-brand-400\/70:hover {
  border-color: rgb(81 142 195 / 0.7);
}

.hover\:border-brand-400\/75:hover {
  border-color: rgb(81 142 195 / 0.75);
}

.hover\:border-brand-400\/80:hover {
  border-color: rgb(81 142 195 / 0.8);
}

.hover\:border-brand-400\/90:hover {
  border-color: rgb(81 142 195 / 0.9);
}

.hover\:border-brand-400\/95:hover {
  border-color: rgb(81 142 195 / 0.95);
}

.hover\:border-brand-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(243 247 251 / var(--tw-border-opacity));
}

.hover\:border-brand-50\/0:hover {
  border-color: rgb(243 247 251 / 0);
}

.hover\:border-brand-50\/10:hover {
  border-color: rgb(243 247 251 / 0.1);
}

.hover\:border-brand-50\/100:hover {
  border-color: rgb(243 247 251 / 1);
}

.hover\:border-brand-50\/20:hover {
  border-color: rgb(243 247 251 / 0.2);
}

.hover\:border-brand-50\/25:hover {
  border-color: rgb(243 247 251 / 0.25);
}

.hover\:border-brand-50\/30:hover {
  border-color: rgb(243 247 251 / 0.3);
}

.hover\:border-brand-50\/40:hover {
  border-color: rgb(243 247 251 / 0.4);
}

.hover\:border-brand-50\/5:hover {
  border-color: rgb(243 247 251 / 0.05);
}

.hover\:border-brand-50\/50:hover {
  border-color: rgb(243 247 251 / 0.5);
}

.hover\:border-brand-50\/60:hover {
  border-color: rgb(243 247 251 / 0.6);
}

.hover\:border-brand-50\/70:hover {
  border-color: rgb(243 247 251 / 0.7);
}

.hover\:border-brand-50\/75:hover {
  border-color: rgb(243 247 251 / 0.75);
}

.hover\:border-brand-50\/80:hover {
  border-color: rgb(243 247 251 / 0.8);
}

.hover\:border-brand-50\/90:hover {
  border-color: rgb(243 247 251 / 0.9);
}

.hover\:border-brand-50\/95:hover {
  border-color: rgb(243 247 251 / 0.95);
}

.hover\:border-brand-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(6 93 169 / var(--tw-border-opacity));
}

.hover\:border-brand-500\/0:hover {
  border-color: rgb(6 93 169 / 0);
}

.hover\:border-brand-500\/10:hover {
  border-color: rgb(6 93 169 / 0.1);
}

.hover\:border-brand-500\/100:hover {
  border-color: rgb(6 93 169 / 1);
}

.hover\:border-brand-500\/20:hover {
  border-color: rgb(6 93 169 / 0.2);
}

.hover\:border-brand-500\/25:hover {
  border-color: rgb(6 93 169 / 0.25);
}

.hover\:border-brand-500\/30:hover {
  border-color: rgb(6 93 169 / 0.3);
}

.hover\:border-brand-500\/40:hover {
  border-color: rgb(6 93 169 / 0.4);
}

.hover\:border-brand-500\/5:hover {
  border-color: rgb(6 93 169 / 0.05);
}

.hover\:border-brand-500\/50:hover {
  border-color: rgb(6 93 169 / 0.5);
}

.hover\:border-brand-500\/60:hover {
  border-color: rgb(6 93 169 / 0.6);
}

.hover\:border-brand-500\/70:hover {
  border-color: rgb(6 93 169 / 0.7);
}

.hover\:border-brand-500\/75:hover {
  border-color: rgb(6 93 169 / 0.75);
}

.hover\:border-brand-500\/80:hover {
  border-color: rgb(6 93 169 / 0.8);
}

.hover\:border-brand-500\/90:hover {
  border-color: rgb(6 93 169 / 0.9);
}

.hover\:border-brand-500\/95:hover {
  border-color: rgb(6 93 169 / 0.95);
}

.hover\:border-brand-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(5 84 152 / var(--tw-border-opacity));
}

.hover\:border-brand-600\/0:hover {
  border-color: rgb(5 84 152 / 0);
}

.hover\:border-brand-600\/10:hover {
  border-color: rgb(5 84 152 / 0.1);
}

.hover\:border-brand-600\/100:hover {
  border-color: rgb(5 84 152 / 1);
}

.hover\:border-brand-600\/20:hover {
  border-color: rgb(5 84 152 / 0.2);
}

.hover\:border-brand-600\/25:hover {
  border-color: rgb(5 84 152 / 0.25);
}

.hover\:border-brand-600\/30:hover {
  border-color: rgb(5 84 152 / 0.3);
}

.hover\:border-brand-600\/40:hover {
  border-color: rgb(5 84 152 / 0.4);
}

.hover\:border-brand-600\/5:hover {
  border-color: rgb(5 84 152 / 0.05);
}

.hover\:border-brand-600\/50:hover {
  border-color: rgb(5 84 152 / 0.5);
}

.hover\:border-brand-600\/60:hover {
  border-color: rgb(5 84 152 / 0.6);
}

.hover\:border-brand-600\/70:hover {
  border-color: rgb(5 84 152 / 0.7);
}

.hover\:border-brand-600\/75:hover {
  border-color: rgb(5 84 152 / 0.75);
}

.hover\:border-brand-600\/80:hover {
  border-color: rgb(5 84 152 / 0.8);
}

.hover\:border-brand-600\/90:hover {
  border-color: rgb(5 84 152 / 0.9);
}

.hover\:border-brand-600\/95:hover {
  border-color: rgb(5 84 152 / 0.95);
}

.hover\:border-brand-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(4 56 101 / var(--tw-border-opacity));
}

.hover\:border-brand-700\/0:hover {
  border-color: rgb(4 56 101 / 0);
}

.hover\:border-brand-700\/10:hover {
  border-color: rgb(4 56 101 / 0.1);
}

.hover\:border-brand-700\/100:hover {
  border-color: rgb(4 56 101 / 1);
}

.hover\:border-brand-700\/20:hover {
  border-color: rgb(4 56 101 / 0.2);
}

.hover\:border-brand-700\/25:hover {
  border-color: rgb(4 56 101 / 0.25);
}

.hover\:border-brand-700\/30:hover {
  border-color: rgb(4 56 101 / 0.3);
}

.hover\:border-brand-700\/40:hover {
  border-color: rgb(4 56 101 / 0.4);
}

.hover\:border-brand-700\/5:hover {
  border-color: rgb(4 56 101 / 0.05);
}

.hover\:border-brand-700\/50:hover {
  border-color: rgb(4 56 101 / 0.5);
}

.hover\:border-brand-700\/60:hover {
  border-color: rgb(4 56 101 / 0.6);
}

.hover\:border-brand-700\/70:hover {
  border-color: rgb(4 56 101 / 0.7);
}

.hover\:border-brand-700\/75:hover {
  border-color: rgb(4 56 101 / 0.75);
}

.hover\:border-brand-700\/80:hover {
  border-color: rgb(4 56 101 / 0.8);
}

.hover\:border-brand-700\/90:hover {
  border-color: rgb(4 56 101 / 0.9);
}

.hover\:border-brand-700\/95:hover {
  border-color: rgb(4 56 101 / 0.95);
}

.hover\:border-brand-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(3 42 76 / var(--tw-border-opacity));
}

.hover\:border-brand-800\/0:hover {
  border-color: rgb(3 42 76 / 0);
}

.hover\:border-brand-800\/10:hover {
  border-color: rgb(3 42 76 / 0.1);
}

.hover\:border-brand-800\/100:hover {
  border-color: rgb(3 42 76 / 1);
}

.hover\:border-brand-800\/20:hover {
  border-color: rgb(3 42 76 / 0.2);
}

.hover\:border-brand-800\/25:hover {
  border-color: rgb(3 42 76 / 0.25);
}

.hover\:border-brand-800\/30:hover {
  border-color: rgb(3 42 76 / 0.3);
}

.hover\:border-brand-800\/40:hover {
  border-color: rgb(3 42 76 / 0.4);
}

.hover\:border-brand-800\/5:hover {
  border-color: rgb(3 42 76 / 0.05);
}

.hover\:border-brand-800\/50:hover {
  border-color: rgb(3 42 76 / 0.5);
}

.hover\:border-brand-800\/60:hover {
  border-color: rgb(3 42 76 / 0.6);
}

.hover\:border-brand-800\/70:hover {
  border-color: rgb(3 42 76 / 0.7);
}

.hover\:border-brand-800\/75:hover {
  border-color: rgb(3 42 76 / 0.75);
}

.hover\:border-brand-800\/80:hover {
  border-color: rgb(3 42 76 / 0.8);
}

.hover\:border-brand-800\/90:hover {
  border-color: rgb(3 42 76 / 0.9);
}

.hover\:border-brand-800\/95:hover {
  border-color: rgb(3 42 76 / 0.95);
}

.hover\:border-brand-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(2 28 51 / var(--tw-border-opacity));
}

.hover\:border-brand-900\/0:hover {
  border-color: rgb(2 28 51 / 0);
}

.hover\:border-brand-900\/10:hover {
  border-color: rgb(2 28 51 / 0.1);
}

.hover\:border-brand-900\/100:hover {
  border-color: rgb(2 28 51 / 1);
}

.hover\:border-brand-900\/20:hover {
  border-color: rgb(2 28 51 / 0.2);
}

.hover\:border-brand-900\/25:hover {
  border-color: rgb(2 28 51 / 0.25);
}

.hover\:border-brand-900\/30:hover {
  border-color: rgb(2 28 51 / 0.3);
}

.hover\:border-brand-900\/40:hover {
  border-color: rgb(2 28 51 / 0.4);
}

.hover\:border-brand-900\/5:hover {
  border-color: rgb(2 28 51 / 0.05);
}

.hover\:border-brand-900\/50:hover {
  border-color: rgb(2 28 51 / 0.5);
}

.hover\:border-brand-900\/60:hover {
  border-color: rgb(2 28 51 / 0.6);
}

.hover\:border-brand-900\/70:hover {
  border-color: rgb(2 28 51 / 0.7);
}

.hover\:border-brand-900\/75:hover {
  border-color: rgb(2 28 51 / 0.75);
}

.hover\:border-brand-900\/80:hover {
  border-color: rgb(2 28 51 / 0.8);
}

.hover\:border-brand-900\/90:hover {
  border-color: rgb(2 28 51 / 0.9);
}

.hover\:border-brand-900\/95:hover {
  border-color: rgb(2 28 51 / 0.95);
}

.hover\:border-current:hover {
  border-color: currentColor;
}

.hover\:border-cyan-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(207 250 254 / var(--tw-border-opacity));
}

.hover\:border-cyan-100\/0:hover {
  border-color: rgb(207 250 254 / 0);
}

.hover\:border-cyan-100\/10:hover {
  border-color: rgb(207 250 254 / 0.1);
}

.hover\:border-cyan-100\/100:hover {
  border-color: rgb(207 250 254 / 1);
}

.hover\:border-cyan-100\/20:hover {
  border-color: rgb(207 250 254 / 0.2);
}

.hover\:border-cyan-100\/25:hover {
  border-color: rgb(207 250 254 / 0.25);
}

.hover\:border-cyan-100\/30:hover {
  border-color: rgb(207 250 254 / 0.3);
}

.hover\:border-cyan-100\/40:hover {
  border-color: rgb(207 250 254 / 0.4);
}

.hover\:border-cyan-100\/5:hover {
  border-color: rgb(207 250 254 / 0.05);
}

.hover\:border-cyan-100\/50:hover {
  border-color: rgb(207 250 254 / 0.5);
}

.hover\:border-cyan-100\/60:hover {
  border-color: rgb(207 250 254 / 0.6);
}

.hover\:border-cyan-100\/70:hover {
  border-color: rgb(207 250 254 / 0.7);
}

.hover\:border-cyan-100\/75:hover {
  border-color: rgb(207 250 254 / 0.75);
}

.hover\:border-cyan-100\/80:hover {
  border-color: rgb(207 250 254 / 0.8);
}

.hover\:border-cyan-100\/90:hover {
  border-color: rgb(207 250 254 / 0.9);
}

.hover\:border-cyan-100\/95:hover {
  border-color: rgb(207 250 254 / 0.95);
}

.hover\:border-cyan-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(165 243 252 / var(--tw-border-opacity));
}

.hover\:border-cyan-200\/0:hover {
  border-color: rgb(165 243 252 / 0);
}

.hover\:border-cyan-200\/10:hover {
  border-color: rgb(165 243 252 / 0.1);
}

.hover\:border-cyan-200\/100:hover {
  border-color: rgb(165 243 252 / 1);
}

.hover\:border-cyan-200\/20:hover {
  border-color: rgb(165 243 252 / 0.2);
}

.hover\:border-cyan-200\/25:hover {
  border-color: rgb(165 243 252 / 0.25);
}

.hover\:border-cyan-200\/30:hover {
  border-color: rgb(165 243 252 / 0.3);
}

.hover\:border-cyan-200\/40:hover {
  border-color: rgb(165 243 252 / 0.4);
}

.hover\:border-cyan-200\/5:hover {
  border-color: rgb(165 243 252 / 0.05);
}

.hover\:border-cyan-200\/50:hover {
  border-color: rgb(165 243 252 / 0.5);
}

.hover\:border-cyan-200\/60:hover {
  border-color: rgb(165 243 252 / 0.6);
}

.hover\:border-cyan-200\/70:hover {
  border-color: rgb(165 243 252 / 0.7);
}

.hover\:border-cyan-200\/75:hover {
  border-color: rgb(165 243 252 / 0.75);
}

.hover\:border-cyan-200\/80:hover {
  border-color: rgb(165 243 252 / 0.8);
}

.hover\:border-cyan-200\/90:hover {
  border-color: rgb(165 243 252 / 0.9);
}

.hover\:border-cyan-200\/95:hover {
  border-color: rgb(165 243 252 / 0.95);
}

.hover\:border-cyan-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(103 232 249 / var(--tw-border-opacity));
}

.hover\:border-cyan-300\/0:hover {
  border-color: rgb(103 232 249 / 0);
}

.hover\:border-cyan-300\/10:hover {
  border-color: rgb(103 232 249 / 0.1);
}

.hover\:border-cyan-300\/100:hover {
  border-color: rgb(103 232 249 / 1);
}

.hover\:border-cyan-300\/20:hover {
  border-color: rgb(103 232 249 / 0.2);
}

.hover\:border-cyan-300\/25:hover {
  border-color: rgb(103 232 249 / 0.25);
}

.hover\:border-cyan-300\/30:hover {
  border-color: rgb(103 232 249 / 0.3);
}

.hover\:border-cyan-300\/40:hover {
  border-color: rgb(103 232 249 / 0.4);
}

.hover\:border-cyan-300\/5:hover {
  border-color: rgb(103 232 249 / 0.05);
}

.hover\:border-cyan-300\/50:hover {
  border-color: rgb(103 232 249 / 0.5);
}

.hover\:border-cyan-300\/60:hover {
  border-color: rgb(103 232 249 / 0.6);
}

.hover\:border-cyan-300\/70:hover {
  border-color: rgb(103 232 249 / 0.7);
}

.hover\:border-cyan-300\/75:hover {
  border-color: rgb(103 232 249 / 0.75);
}

.hover\:border-cyan-300\/80:hover {
  border-color: rgb(103 232 249 / 0.8);
}

.hover\:border-cyan-300\/90:hover {
  border-color: rgb(103 232 249 / 0.9);
}

.hover\:border-cyan-300\/95:hover {
  border-color: rgb(103 232 249 / 0.95);
}

.hover\:border-cyan-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-border-opacity));
}

.hover\:border-cyan-400\/0:hover {
  border-color: rgb(34 211 238 / 0);
}

.hover\:border-cyan-400\/10:hover {
  border-color: rgb(34 211 238 / 0.1);
}

.hover\:border-cyan-400\/100:hover {
  border-color: rgb(34 211 238 / 1);
}

.hover\:border-cyan-400\/20:hover {
  border-color: rgb(34 211 238 / 0.2);
}

.hover\:border-cyan-400\/25:hover {
  border-color: rgb(34 211 238 / 0.25);
}

.hover\:border-cyan-400\/30:hover {
  border-color: rgb(34 211 238 / 0.3);
}

.hover\:border-cyan-400\/40:hover {
  border-color: rgb(34 211 238 / 0.4);
}

.hover\:border-cyan-400\/5:hover {
  border-color: rgb(34 211 238 / 0.05);
}

.hover\:border-cyan-400\/50:hover {
  border-color: rgb(34 211 238 / 0.5);
}

.hover\:border-cyan-400\/60:hover {
  border-color: rgb(34 211 238 / 0.6);
}

.hover\:border-cyan-400\/70:hover {
  border-color: rgb(34 211 238 / 0.7);
}

.hover\:border-cyan-400\/75:hover {
  border-color: rgb(34 211 238 / 0.75);
}

.hover\:border-cyan-400\/80:hover {
  border-color: rgb(34 211 238 / 0.8);
}

.hover\:border-cyan-400\/90:hover {
  border-color: rgb(34 211 238 / 0.9);
}

.hover\:border-cyan-400\/95:hover {
  border-color: rgb(34 211 238 / 0.95);
}

.hover\:border-cyan-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(236 254 255 / var(--tw-border-opacity));
}

.hover\:border-cyan-50\/0:hover {
  border-color: rgb(236 254 255 / 0);
}

.hover\:border-cyan-50\/10:hover {
  border-color: rgb(236 254 255 / 0.1);
}

.hover\:border-cyan-50\/100:hover {
  border-color: rgb(236 254 255 / 1);
}

.hover\:border-cyan-50\/20:hover {
  border-color: rgb(236 254 255 / 0.2);
}

.hover\:border-cyan-50\/25:hover {
  border-color: rgb(236 254 255 / 0.25);
}

.hover\:border-cyan-50\/30:hover {
  border-color: rgb(236 254 255 / 0.3);
}

.hover\:border-cyan-50\/40:hover {
  border-color: rgb(236 254 255 / 0.4);
}

.hover\:border-cyan-50\/5:hover {
  border-color: rgb(236 254 255 / 0.05);
}

.hover\:border-cyan-50\/50:hover {
  border-color: rgb(236 254 255 / 0.5);
}

.hover\:border-cyan-50\/60:hover {
  border-color: rgb(236 254 255 / 0.6);
}

.hover\:border-cyan-50\/70:hover {
  border-color: rgb(236 254 255 / 0.7);
}

.hover\:border-cyan-50\/75:hover {
  border-color: rgb(236 254 255 / 0.75);
}

.hover\:border-cyan-50\/80:hover {
  border-color: rgb(236 254 255 / 0.8);
}

.hover\:border-cyan-50\/90:hover {
  border-color: rgb(236 254 255 / 0.9);
}

.hover\:border-cyan-50\/95:hover {
  border-color: rgb(236 254 255 / 0.95);
}

.hover\:border-cyan-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-border-opacity));
}

.hover\:border-cyan-500\/0:hover {
  border-color: rgb(6 182 212 / 0);
}

.hover\:border-cyan-500\/10:hover {
  border-color: rgb(6 182 212 / 0.1);
}

.hover\:border-cyan-500\/100:hover {
  border-color: rgb(6 182 212 / 1);
}

.hover\:border-cyan-500\/20:hover {
  border-color: rgb(6 182 212 / 0.2);
}

.hover\:border-cyan-500\/25:hover {
  border-color: rgb(6 182 212 / 0.25);
}

.hover\:border-cyan-500\/30:hover {
  border-color: rgb(6 182 212 / 0.3);
}

.hover\:border-cyan-500\/40:hover {
  border-color: rgb(6 182 212 / 0.4);
}

.hover\:border-cyan-500\/5:hover {
  border-color: rgb(6 182 212 / 0.05);
}

.hover\:border-cyan-500\/50:hover {
  border-color: rgb(6 182 212 / 0.5);
}

.hover\:border-cyan-500\/60:hover {
  border-color: rgb(6 182 212 / 0.6);
}

.hover\:border-cyan-500\/70:hover {
  border-color: rgb(6 182 212 / 0.7);
}

.hover\:border-cyan-500\/75:hover {
  border-color: rgb(6 182 212 / 0.75);
}

.hover\:border-cyan-500\/80:hover {
  border-color: rgb(6 182 212 / 0.8);
}

.hover\:border-cyan-500\/90:hover {
  border-color: rgb(6 182 212 / 0.9);
}

.hover\:border-cyan-500\/95:hover {
  border-color: rgb(6 182 212 / 0.95);
}

.hover\:border-cyan-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(8 145 178 / var(--tw-border-opacity));
}

.hover\:border-cyan-600\/0:hover {
  border-color: rgb(8 145 178 / 0);
}

.hover\:border-cyan-600\/10:hover {
  border-color: rgb(8 145 178 / 0.1);
}

.hover\:border-cyan-600\/100:hover {
  border-color: rgb(8 145 178 / 1);
}

.hover\:border-cyan-600\/20:hover {
  border-color: rgb(8 145 178 / 0.2);
}

.hover\:border-cyan-600\/25:hover {
  border-color: rgb(8 145 178 / 0.25);
}

.hover\:border-cyan-600\/30:hover {
  border-color: rgb(8 145 178 / 0.3);
}

.hover\:border-cyan-600\/40:hover {
  border-color: rgb(8 145 178 / 0.4);
}

.hover\:border-cyan-600\/5:hover {
  border-color: rgb(8 145 178 / 0.05);
}

.hover\:border-cyan-600\/50:hover {
  border-color: rgb(8 145 178 / 0.5);
}

.hover\:border-cyan-600\/60:hover {
  border-color: rgb(8 145 178 / 0.6);
}

.hover\:border-cyan-600\/70:hover {
  border-color: rgb(8 145 178 / 0.7);
}

.hover\:border-cyan-600\/75:hover {
  border-color: rgb(8 145 178 / 0.75);
}

.hover\:border-cyan-600\/80:hover {
  border-color: rgb(8 145 178 / 0.8);
}

.hover\:border-cyan-600\/90:hover {
  border-color: rgb(8 145 178 / 0.9);
}

.hover\:border-cyan-600\/95:hover {
  border-color: rgb(8 145 178 / 0.95);
}

.hover\:border-cyan-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(14 116 144 / var(--tw-border-opacity));
}

.hover\:border-cyan-700\/0:hover {
  border-color: rgb(14 116 144 / 0);
}

.hover\:border-cyan-700\/10:hover {
  border-color: rgb(14 116 144 / 0.1);
}

.hover\:border-cyan-700\/100:hover {
  border-color: rgb(14 116 144 / 1);
}

.hover\:border-cyan-700\/20:hover {
  border-color: rgb(14 116 144 / 0.2);
}

.hover\:border-cyan-700\/25:hover {
  border-color: rgb(14 116 144 / 0.25);
}

.hover\:border-cyan-700\/30:hover {
  border-color: rgb(14 116 144 / 0.3);
}

.hover\:border-cyan-700\/40:hover {
  border-color: rgb(14 116 144 / 0.4);
}

.hover\:border-cyan-700\/5:hover {
  border-color: rgb(14 116 144 / 0.05);
}

.hover\:border-cyan-700\/50:hover {
  border-color: rgb(14 116 144 / 0.5);
}

.hover\:border-cyan-700\/60:hover {
  border-color: rgb(14 116 144 / 0.6);
}

.hover\:border-cyan-700\/70:hover {
  border-color: rgb(14 116 144 / 0.7);
}

.hover\:border-cyan-700\/75:hover {
  border-color: rgb(14 116 144 / 0.75);
}

.hover\:border-cyan-700\/80:hover {
  border-color: rgb(14 116 144 / 0.8);
}

.hover\:border-cyan-700\/90:hover {
  border-color: rgb(14 116 144 / 0.9);
}

.hover\:border-cyan-700\/95:hover {
  border-color: rgb(14 116 144 / 0.95);
}

.hover\:border-cyan-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(21 94 117 / var(--tw-border-opacity));
}

.hover\:border-cyan-800\/0:hover {
  border-color: rgb(21 94 117 / 0);
}

.hover\:border-cyan-800\/10:hover {
  border-color: rgb(21 94 117 / 0.1);
}

.hover\:border-cyan-800\/100:hover {
  border-color: rgb(21 94 117 / 1);
}

.hover\:border-cyan-800\/20:hover {
  border-color: rgb(21 94 117 / 0.2);
}

.hover\:border-cyan-800\/25:hover {
  border-color: rgb(21 94 117 / 0.25);
}

.hover\:border-cyan-800\/30:hover {
  border-color: rgb(21 94 117 / 0.3);
}

.hover\:border-cyan-800\/40:hover {
  border-color: rgb(21 94 117 / 0.4);
}

.hover\:border-cyan-800\/5:hover {
  border-color: rgb(21 94 117 / 0.05);
}

.hover\:border-cyan-800\/50:hover {
  border-color: rgb(21 94 117 / 0.5);
}

.hover\:border-cyan-800\/60:hover {
  border-color: rgb(21 94 117 / 0.6);
}

.hover\:border-cyan-800\/70:hover {
  border-color: rgb(21 94 117 / 0.7);
}

.hover\:border-cyan-800\/75:hover {
  border-color: rgb(21 94 117 / 0.75);
}

.hover\:border-cyan-800\/80:hover {
  border-color: rgb(21 94 117 / 0.8);
}

.hover\:border-cyan-800\/90:hover {
  border-color: rgb(21 94 117 / 0.9);
}

.hover\:border-cyan-800\/95:hover {
  border-color: rgb(21 94 117 / 0.95);
}

.hover\:border-cyan-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(22 78 99 / var(--tw-border-opacity));
}

.hover\:border-cyan-900\/0:hover {
  border-color: rgb(22 78 99 / 0);
}

.hover\:border-cyan-900\/10:hover {
  border-color: rgb(22 78 99 / 0.1);
}

.hover\:border-cyan-900\/100:hover {
  border-color: rgb(22 78 99 / 1);
}

.hover\:border-cyan-900\/20:hover {
  border-color: rgb(22 78 99 / 0.2);
}

.hover\:border-cyan-900\/25:hover {
  border-color: rgb(22 78 99 / 0.25);
}

.hover\:border-cyan-900\/30:hover {
  border-color: rgb(22 78 99 / 0.3);
}

.hover\:border-cyan-900\/40:hover {
  border-color: rgb(22 78 99 / 0.4);
}

.hover\:border-cyan-900\/5:hover {
  border-color: rgb(22 78 99 / 0.05);
}

.hover\:border-cyan-900\/50:hover {
  border-color: rgb(22 78 99 / 0.5);
}

.hover\:border-cyan-900\/60:hover {
  border-color: rgb(22 78 99 / 0.6);
}

.hover\:border-cyan-900\/70:hover {
  border-color: rgb(22 78 99 / 0.7);
}

.hover\:border-cyan-900\/75:hover {
  border-color: rgb(22 78 99 / 0.75);
}

.hover\:border-cyan-900\/80:hover {
  border-color: rgb(22 78 99 / 0.8);
}

.hover\:border-cyan-900\/90:hover {
  border-color: rgb(22 78 99 / 0.9);
}

.hover\:border-cyan-900\/95:hover {
  border-color: rgb(22 78 99 / 0.95);
}

.hover\:border-cyan-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(8 51 68 / var(--tw-border-opacity));
}

.hover\:border-cyan-950\/0:hover {
  border-color: rgb(8 51 68 / 0);
}

.hover\:border-cyan-950\/10:hover {
  border-color: rgb(8 51 68 / 0.1);
}

.hover\:border-cyan-950\/100:hover {
  border-color: rgb(8 51 68 / 1);
}

.hover\:border-cyan-950\/20:hover {
  border-color: rgb(8 51 68 / 0.2);
}

.hover\:border-cyan-950\/25:hover {
  border-color: rgb(8 51 68 / 0.25);
}

.hover\:border-cyan-950\/30:hover {
  border-color: rgb(8 51 68 / 0.3);
}

.hover\:border-cyan-950\/40:hover {
  border-color: rgb(8 51 68 / 0.4);
}

.hover\:border-cyan-950\/5:hover {
  border-color: rgb(8 51 68 / 0.05);
}

.hover\:border-cyan-950\/50:hover {
  border-color: rgb(8 51 68 / 0.5);
}

.hover\:border-cyan-950\/60:hover {
  border-color: rgb(8 51 68 / 0.6);
}

.hover\:border-cyan-950\/70:hover {
  border-color: rgb(8 51 68 / 0.7);
}

.hover\:border-cyan-950\/75:hover {
  border-color: rgb(8 51 68 / 0.75);
}

.hover\:border-cyan-950\/80:hover {
  border-color: rgb(8 51 68 / 0.8);
}

.hover\:border-cyan-950\/90:hover {
  border-color: rgb(8 51 68 / 0.9);
}

.hover\:border-cyan-950\/95:hover {
  border-color: rgb(8 51 68 / 0.95);
}

.hover\:border-emerald-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity));
}

.hover\:border-emerald-100\/0:hover {
  border-color: rgb(209 250 229 / 0);
}

.hover\:border-emerald-100\/10:hover {
  border-color: rgb(209 250 229 / 0.1);
}

.hover\:border-emerald-100\/100:hover {
  border-color: rgb(209 250 229 / 1);
}

.hover\:border-emerald-100\/20:hover {
  border-color: rgb(209 250 229 / 0.2);
}

.hover\:border-emerald-100\/25:hover {
  border-color: rgb(209 250 229 / 0.25);
}

.hover\:border-emerald-100\/30:hover {
  border-color: rgb(209 250 229 / 0.3);
}

.hover\:border-emerald-100\/40:hover {
  border-color: rgb(209 250 229 / 0.4);
}

.hover\:border-emerald-100\/5:hover {
  border-color: rgb(209 250 229 / 0.05);
}

.hover\:border-emerald-100\/50:hover {
  border-color: rgb(209 250 229 / 0.5);
}

.hover\:border-emerald-100\/60:hover {
  border-color: rgb(209 250 229 / 0.6);
}

.hover\:border-emerald-100\/70:hover {
  border-color: rgb(209 250 229 / 0.7);
}

.hover\:border-emerald-100\/75:hover {
  border-color: rgb(209 250 229 / 0.75);
}

.hover\:border-emerald-100\/80:hover {
  border-color: rgb(209 250 229 / 0.8);
}

.hover\:border-emerald-100\/90:hover {
  border-color: rgb(209 250 229 / 0.9);
}

.hover\:border-emerald-100\/95:hover {
  border-color: rgb(209 250 229 / 0.95);
}

.hover\:border-emerald-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity));
}

.hover\:border-emerald-200\/0:hover {
  border-color: rgb(167 243 208 / 0);
}

.hover\:border-emerald-200\/10:hover {
  border-color: rgb(167 243 208 / 0.1);
}

.hover\:border-emerald-200\/100:hover {
  border-color: rgb(167 243 208 / 1);
}

.hover\:border-emerald-200\/20:hover {
  border-color: rgb(167 243 208 / 0.2);
}

.hover\:border-emerald-200\/25:hover {
  border-color: rgb(167 243 208 / 0.25);
}

.hover\:border-emerald-200\/30:hover {
  border-color: rgb(167 243 208 / 0.3);
}

.hover\:border-emerald-200\/40:hover {
  border-color: rgb(167 243 208 / 0.4);
}

.hover\:border-emerald-200\/5:hover {
  border-color: rgb(167 243 208 / 0.05);
}

.hover\:border-emerald-200\/50:hover {
  border-color: rgb(167 243 208 / 0.5);
}

.hover\:border-emerald-200\/60:hover {
  border-color: rgb(167 243 208 / 0.6);
}

.hover\:border-emerald-200\/70:hover {
  border-color: rgb(167 243 208 / 0.7);
}

.hover\:border-emerald-200\/75:hover {
  border-color: rgb(167 243 208 / 0.75);
}

.hover\:border-emerald-200\/80:hover {
  border-color: rgb(167 243 208 / 0.8);
}

.hover\:border-emerald-200\/90:hover {
  border-color: rgb(167 243 208 / 0.9);
}

.hover\:border-emerald-200\/95:hover {
  border-color: rgb(167 243 208 / 0.95);
}

.hover\:border-emerald-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity));
}

.hover\:border-emerald-300\/0:hover {
  border-color: rgb(110 231 183 / 0);
}

.hover\:border-emerald-300\/10:hover {
  border-color: rgb(110 231 183 / 0.1);
}

.hover\:border-emerald-300\/100:hover {
  border-color: rgb(110 231 183 / 1);
}

.hover\:border-emerald-300\/20:hover {
  border-color: rgb(110 231 183 / 0.2);
}

.hover\:border-emerald-300\/25:hover {
  border-color: rgb(110 231 183 / 0.25);
}

.hover\:border-emerald-300\/30:hover {
  border-color: rgb(110 231 183 / 0.3);
}

.hover\:border-emerald-300\/40:hover {
  border-color: rgb(110 231 183 / 0.4);
}

.hover\:border-emerald-300\/5:hover {
  border-color: rgb(110 231 183 / 0.05);
}

.hover\:border-emerald-300\/50:hover {
  border-color: rgb(110 231 183 / 0.5);
}

.hover\:border-emerald-300\/60:hover {
  border-color: rgb(110 231 183 / 0.6);
}

.hover\:border-emerald-300\/70:hover {
  border-color: rgb(110 231 183 / 0.7);
}

.hover\:border-emerald-300\/75:hover {
  border-color: rgb(110 231 183 / 0.75);
}

.hover\:border-emerald-300\/80:hover {
  border-color: rgb(110 231 183 / 0.8);
}

.hover\:border-emerald-300\/90:hover {
  border-color: rgb(110 231 183 / 0.9);
}

.hover\:border-emerald-300\/95:hover {
  border-color: rgb(110 231 183 / 0.95);
}

.hover\:border-emerald-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.hover\:border-emerald-400\/0:hover {
  border-color: rgb(52 211 153 / 0);
}

.hover\:border-emerald-400\/10:hover {
  border-color: rgb(52 211 153 / 0.1);
}

.hover\:border-emerald-400\/100:hover {
  border-color: rgb(52 211 153 / 1);
}

.hover\:border-emerald-400\/20:hover {
  border-color: rgb(52 211 153 / 0.2);
}

.hover\:border-emerald-400\/25:hover {
  border-color: rgb(52 211 153 / 0.25);
}

.hover\:border-emerald-400\/30:hover {
  border-color: rgb(52 211 153 / 0.3);
}

.hover\:border-emerald-400\/40:hover {
  border-color: rgb(52 211 153 / 0.4);
}

.hover\:border-emerald-400\/5:hover {
  border-color: rgb(52 211 153 / 0.05);
}

.hover\:border-emerald-400\/50:hover {
  border-color: rgb(52 211 153 / 0.5);
}

.hover\:border-emerald-400\/60:hover {
  border-color: rgb(52 211 153 / 0.6);
}

.hover\:border-emerald-400\/70:hover {
  border-color: rgb(52 211 153 / 0.7);
}

.hover\:border-emerald-400\/75:hover {
  border-color: rgb(52 211 153 / 0.75);
}

.hover\:border-emerald-400\/80:hover {
  border-color: rgb(52 211 153 / 0.8);
}

.hover\:border-emerald-400\/90:hover {
  border-color: rgb(52 211 153 / 0.9);
}

.hover\:border-emerald-400\/95:hover {
  border-color: rgb(52 211 153 / 0.95);
}

.hover\:border-emerald-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(236 253 245 / var(--tw-border-opacity));
}

.hover\:border-emerald-50\/0:hover {
  border-color: rgb(236 253 245 / 0);
}

.hover\:border-emerald-50\/10:hover {
  border-color: rgb(236 253 245 / 0.1);
}

.hover\:border-emerald-50\/100:hover {
  border-color: rgb(236 253 245 / 1);
}

.hover\:border-emerald-50\/20:hover {
  border-color: rgb(236 253 245 / 0.2);
}

.hover\:border-emerald-50\/25:hover {
  border-color: rgb(236 253 245 / 0.25);
}

.hover\:border-emerald-50\/30:hover {
  border-color: rgb(236 253 245 / 0.3);
}

.hover\:border-emerald-50\/40:hover {
  border-color: rgb(236 253 245 / 0.4);
}

.hover\:border-emerald-50\/5:hover {
  border-color: rgb(236 253 245 / 0.05);
}

.hover\:border-emerald-50\/50:hover {
  border-color: rgb(236 253 245 / 0.5);
}

.hover\:border-emerald-50\/60:hover {
  border-color: rgb(236 253 245 / 0.6);
}

.hover\:border-emerald-50\/70:hover {
  border-color: rgb(236 253 245 / 0.7);
}

.hover\:border-emerald-50\/75:hover {
  border-color: rgb(236 253 245 / 0.75);
}

.hover\:border-emerald-50\/80:hover {
  border-color: rgb(236 253 245 / 0.8);
}

.hover\:border-emerald-50\/90:hover {
  border-color: rgb(236 253 245 / 0.9);
}

.hover\:border-emerald-50\/95:hover {
  border-color: rgb(236 253 245 / 0.95);
}

.hover\:border-emerald-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.hover\:border-emerald-500\/0:hover {
  border-color: rgb(16 185 129 / 0);
}

.hover\:border-emerald-500\/10:hover {
  border-color: rgb(16 185 129 / 0.1);
}

.hover\:border-emerald-500\/100:hover {
  border-color: rgb(16 185 129 / 1);
}

.hover\:border-emerald-500\/20:hover {
  border-color: rgb(16 185 129 / 0.2);
}

.hover\:border-emerald-500\/25:hover {
  border-color: rgb(16 185 129 / 0.25);
}

.hover\:border-emerald-500\/30:hover {
  border-color: rgb(16 185 129 / 0.3);
}

.hover\:border-emerald-500\/40:hover {
  border-color: rgb(16 185 129 / 0.4);
}

.hover\:border-emerald-500\/5:hover {
  border-color: rgb(16 185 129 / 0.05);
}

.hover\:border-emerald-500\/50:hover {
  border-color: rgb(16 185 129 / 0.5);
}

.hover\:border-emerald-500\/60:hover {
  border-color: rgb(16 185 129 / 0.6);
}

.hover\:border-emerald-500\/70:hover {
  border-color: rgb(16 185 129 / 0.7);
}

.hover\:border-emerald-500\/75:hover {
  border-color: rgb(16 185 129 / 0.75);
}

.hover\:border-emerald-500\/80:hover {
  border-color: rgb(16 185 129 / 0.8);
}

.hover\:border-emerald-500\/90:hover {
  border-color: rgb(16 185 129 / 0.9);
}

.hover\:border-emerald-500\/95:hover {
  border-color: rgb(16 185 129 / 0.95);
}

.hover\:border-emerald-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity));
}

.hover\:border-emerald-600\/0:hover {
  border-color: rgb(5 150 105 / 0);
}

.hover\:border-emerald-600\/10:hover {
  border-color: rgb(5 150 105 / 0.1);
}

.hover\:border-emerald-600\/100:hover {
  border-color: rgb(5 150 105 / 1);
}

.hover\:border-emerald-600\/20:hover {
  border-color: rgb(5 150 105 / 0.2);
}

.hover\:border-emerald-600\/25:hover {
  border-color: rgb(5 150 105 / 0.25);
}

.hover\:border-emerald-600\/30:hover {
  border-color: rgb(5 150 105 / 0.3);
}

.hover\:border-emerald-600\/40:hover {
  border-color: rgb(5 150 105 / 0.4);
}

.hover\:border-emerald-600\/5:hover {
  border-color: rgb(5 150 105 / 0.05);
}

.hover\:border-emerald-600\/50:hover {
  border-color: rgb(5 150 105 / 0.5);
}

.hover\:border-emerald-600\/60:hover {
  border-color: rgb(5 150 105 / 0.6);
}

.hover\:border-emerald-600\/70:hover {
  border-color: rgb(5 150 105 / 0.7);
}

.hover\:border-emerald-600\/75:hover {
  border-color: rgb(5 150 105 / 0.75);
}

.hover\:border-emerald-600\/80:hover {
  border-color: rgb(5 150 105 / 0.8);
}

.hover\:border-emerald-600\/90:hover {
  border-color: rgb(5 150 105 / 0.9);
}

.hover\:border-emerald-600\/95:hover {
  border-color: rgb(5 150 105 / 0.95);
}

.hover\:border-emerald-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-border-opacity));
}

.hover\:border-emerald-700\/0:hover {
  border-color: rgb(4 120 87 / 0);
}

.hover\:border-emerald-700\/10:hover {
  border-color: rgb(4 120 87 / 0.1);
}

.hover\:border-emerald-700\/100:hover {
  border-color: rgb(4 120 87 / 1);
}

.hover\:border-emerald-700\/20:hover {
  border-color: rgb(4 120 87 / 0.2);
}

.hover\:border-emerald-700\/25:hover {
  border-color: rgb(4 120 87 / 0.25);
}

.hover\:border-emerald-700\/30:hover {
  border-color: rgb(4 120 87 / 0.3);
}

.hover\:border-emerald-700\/40:hover {
  border-color: rgb(4 120 87 / 0.4);
}

.hover\:border-emerald-700\/5:hover {
  border-color: rgb(4 120 87 / 0.05);
}

.hover\:border-emerald-700\/50:hover {
  border-color: rgb(4 120 87 / 0.5);
}

.hover\:border-emerald-700\/60:hover {
  border-color: rgb(4 120 87 / 0.6);
}

.hover\:border-emerald-700\/70:hover {
  border-color: rgb(4 120 87 / 0.7);
}

.hover\:border-emerald-700\/75:hover {
  border-color: rgb(4 120 87 / 0.75);
}

.hover\:border-emerald-700\/80:hover {
  border-color: rgb(4 120 87 / 0.8);
}

.hover\:border-emerald-700\/90:hover {
  border-color: rgb(4 120 87 / 0.9);
}

.hover\:border-emerald-700\/95:hover {
  border-color: rgb(4 120 87 / 0.95);
}

.hover\:border-emerald-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-border-opacity));
}

.hover\:border-emerald-800\/0:hover {
  border-color: rgb(6 95 70 / 0);
}

.hover\:border-emerald-800\/10:hover {
  border-color: rgb(6 95 70 / 0.1);
}

.hover\:border-emerald-800\/100:hover {
  border-color: rgb(6 95 70 / 1);
}

.hover\:border-emerald-800\/20:hover {
  border-color: rgb(6 95 70 / 0.2);
}

.hover\:border-emerald-800\/25:hover {
  border-color: rgb(6 95 70 / 0.25);
}

.hover\:border-emerald-800\/30:hover {
  border-color: rgb(6 95 70 / 0.3);
}

.hover\:border-emerald-800\/40:hover {
  border-color: rgb(6 95 70 / 0.4);
}

.hover\:border-emerald-800\/5:hover {
  border-color: rgb(6 95 70 / 0.05);
}

.hover\:border-emerald-800\/50:hover {
  border-color: rgb(6 95 70 / 0.5);
}

.hover\:border-emerald-800\/60:hover {
  border-color: rgb(6 95 70 / 0.6);
}

.hover\:border-emerald-800\/70:hover {
  border-color: rgb(6 95 70 / 0.7);
}

.hover\:border-emerald-800\/75:hover {
  border-color: rgb(6 95 70 / 0.75);
}

.hover\:border-emerald-800\/80:hover {
  border-color: rgb(6 95 70 / 0.8);
}

.hover\:border-emerald-800\/90:hover {
  border-color: rgb(6 95 70 / 0.9);
}

.hover\:border-emerald-800\/95:hover {
  border-color: rgb(6 95 70 / 0.95);
}

.hover\:border-emerald-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(6 78 59 / var(--tw-border-opacity));
}

.hover\:border-emerald-900\/0:hover {
  border-color: rgb(6 78 59 / 0);
}

.hover\:border-emerald-900\/10:hover {
  border-color: rgb(6 78 59 / 0.1);
}

.hover\:border-emerald-900\/100:hover {
  border-color: rgb(6 78 59 / 1);
}

.hover\:border-emerald-900\/20:hover {
  border-color: rgb(6 78 59 / 0.2);
}

.hover\:border-emerald-900\/25:hover {
  border-color: rgb(6 78 59 / 0.25);
}

.hover\:border-emerald-900\/30:hover {
  border-color: rgb(6 78 59 / 0.3);
}

.hover\:border-emerald-900\/40:hover {
  border-color: rgb(6 78 59 / 0.4);
}

.hover\:border-emerald-900\/5:hover {
  border-color: rgb(6 78 59 / 0.05);
}

.hover\:border-emerald-900\/50:hover {
  border-color: rgb(6 78 59 / 0.5);
}

.hover\:border-emerald-900\/60:hover {
  border-color: rgb(6 78 59 / 0.6);
}

.hover\:border-emerald-900\/70:hover {
  border-color: rgb(6 78 59 / 0.7);
}

.hover\:border-emerald-900\/75:hover {
  border-color: rgb(6 78 59 / 0.75);
}

.hover\:border-emerald-900\/80:hover {
  border-color: rgb(6 78 59 / 0.8);
}

.hover\:border-emerald-900\/90:hover {
  border-color: rgb(6 78 59 / 0.9);
}

.hover\:border-emerald-900\/95:hover {
  border-color: rgb(6 78 59 / 0.95);
}

.hover\:border-emerald-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(2 44 34 / var(--tw-border-opacity));
}

.hover\:border-emerald-950\/0:hover {
  border-color: rgb(2 44 34 / 0);
}

.hover\:border-emerald-950\/10:hover {
  border-color: rgb(2 44 34 / 0.1);
}

.hover\:border-emerald-950\/100:hover {
  border-color: rgb(2 44 34 / 1);
}

.hover\:border-emerald-950\/20:hover {
  border-color: rgb(2 44 34 / 0.2);
}

.hover\:border-emerald-950\/25:hover {
  border-color: rgb(2 44 34 / 0.25);
}

.hover\:border-emerald-950\/30:hover {
  border-color: rgb(2 44 34 / 0.3);
}

.hover\:border-emerald-950\/40:hover {
  border-color: rgb(2 44 34 / 0.4);
}

.hover\:border-emerald-950\/5:hover {
  border-color: rgb(2 44 34 / 0.05);
}

.hover\:border-emerald-950\/50:hover {
  border-color: rgb(2 44 34 / 0.5);
}

.hover\:border-emerald-950\/60:hover {
  border-color: rgb(2 44 34 / 0.6);
}

.hover\:border-emerald-950\/70:hover {
  border-color: rgb(2 44 34 / 0.7);
}

.hover\:border-emerald-950\/75:hover {
  border-color: rgb(2 44 34 / 0.75);
}

.hover\:border-emerald-950\/80:hover {
  border-color: rgb(2 44 34 / 0.8);
}

.hover\:border-emerald-950\/90:hover {
  border-color: rgb(2 44 34 / 0.9);
}

.hover\:border-emerald-950\/95:hover {
  border-color: rgb(2 44 34 / 0.95);
}

.hover\:border-fuchsia-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(250 232 255 / var(--tw-border-opacity));
}

.hover\:border-fuchsia-100\/0:hover {
  border-color: rgb(250 232 255 / 0);
}

.hover\:border-fuchsia-100\/10:hover {
  border-color: rgb(250 232 255 / 0.1);
}

.hover\:border-fuchsia-100\/100:hover {
  border-color: rgb(250 232 255 / 1);
}

.hover\:border-fuchsia-100\/20:hover {
  border-color: rgb(250 232 255 / 0.2);
}

.hover\:border-fuchsia-100\/25:hover {
  border-color: rgb(250 232 255 / 0.25);
}

.hover\:border-fuchsia-100\/30:hover {
  border-color: rgb(250 232 255 / 0.3);
}

.hover\:border-fuchsia-100\/40:hover {
  border-color: rgb(250 232 255 / 0.4);
}

.hover\:border-fuchsia-100\/5:hover {
  border-color: rgb(250 232 255 / 0.05);
}

.hover\:border-fuchsia-100\/50:hover {
  border-color: rgb(250 232 255 / 0.5);
}

.hover\:border-fuchsia-100\/60:hover {
  border-color: rgb(250 232 255 / 0.6);
}

.hover\:border-fuchsia-100\/70:hover {
  border-color: rgb(250 232 255 / 0.7);
}

.hover\:border-fuchsia-100\/75:hover {
  border-color: rgb(250 232 255 / 0.75);
}

.hover\:border-fuchsia-100\/80:hover {
  border-color: rgb(250 232 255 / 0.8);
}

.hover\:border-fuchsia-100\/90:hover {
  border-color: rgb(250 232 255 / 0.9);
}

.hover\:border-fuchsia-100\/95:hover {
  border-color: rgb(250 232 255 / 0.95);
}

.hover\:border-fuchsia-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(245 208 254 / var(--tw-border-opacity));
}

.hover\:border-fuchsia-200\/0:hover {
  border-color: rgb(245 208 254 / 0);
}

.hover\:border-fuchsia-200\/10:hover {
  border-color: rgb(245 208 254 / 0.1);
}

.hover\:border-fuchsia-200\/100:hover {
  border-color: rgb(245 208 254 / 1);
}

.hover\:border-fuchsia-200\/20:hover {
  border-color: rgb(245 208 254 / 0.2);
}

.hover\:border-fuchsia-200\/25:hover {
  border-color: rgb(245 208 254 / 0.25);
}

.hover\:border-fuchsia-200\/30:hover {
  border-color: rgb(245 208 254 / 0.3);
}

.hover\:border-fuchsia-200\/40:hover {
  border-color: rgb(245 208 254 / 0.4);
}

.hover\:border-fuchsia-200\/5:hover {
  border-color: rgb(245 208 254 / 0.05);
}

.hover\:border-fuchsia-200\/50:hover {
  border-color: rgb(245 208 254 / 0.5);
}

.hover\:border-fuchsia-200\/60:hover {
  border-color: rgb(245 208 254 / 0.6);
}

.hover\:border-fuchsia-200\/70:hover {
  border-color: rgb(245 208 254 / 0.7);
}

.hover\:border-fuchsia-200\/75:hover {
  border-color: rgb(245 208 254 / 0.75);
}

.hover\:border-fuchsia-200\/80:hover {
  border-color: rgb(245 208 254 / 0.8);
}

.hover\:border-fuchsia-200\/90:hover {
  border-color: rgb(245 208 254 / 0.9);
}

.hover\:border-fuchsia-200\/95:hover {
  border-color: rgb(245 208 254 / 0.95);
}

.hover\:border-fuchsia-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(240 171 252 / var(--tw-border-opacity));
}

.hover\:border-fuchsia-300\/0:hover {
  border-color: rgb(240 171 252 / 0);
}

.hover\:border-fuchsia-300\/10:hover {
  border-color: rgb(240 171 252 / 0.1);
}

.hover\:border-fuchsia-300\/100:hover {
  border-color: rgb(240 171 252 / 1);
}

.hover\:border-fuchsia-300\/20:hover {
  border-color: rgb(240 171 252 / 0.2);
}

.hover\:border-fuchsia-300\/25:hover {
  border-color: rgb(240 171 252 / 0.25);
}

.hover\:border-fuchsia-300\/30:hover {
  border-color: rgb(240 171 252 / 0.3);
}

.hover\:border-fuchsia-300\/40:hover {
  border-color: rgb(240 171 252 / 0.4);
}

.hover\:border-fuchsia-300\/5:hover {
  border-color: rgb(240 171 252 / 0.05);
}

.hover\:border-fuchsia-300\/50:hover {
  border-color: rgb(240 171 252 / 0.5);
}

.hover\:border-fuchsia-300\/60:hover {
  border-color: rgb(240 171 252 / 0.6);
}

.hover\:border-fuchsia-300\/70:hover {
  border-color: rgb(240 171 252 / 0.7);
}

.hover\:border-fuchsia-300\/75:hover {
  border-color: rgb(240 171 252 / 0.75);
}

.hover\:border-fuchsia-300\/80:hover {
  border-color: rgb(240 171 252 / 0.8);
}

.hover\:border-fuchsia-300\/90:hover {
  border-color: rgb(240 171 252 / 0.9);
}

.hover\:border-fuchsia-300\/95:hover {
  border-color: rgb(240 171 252 / 0.95);
}

.hover\:border-fuchsia-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(232 121 249 / var(--tw-border-opacity));
}

.hover\:border-fuchsia-400\/0:hover {
  border-color: rgb(232 121 249 / 0);
}

.hover\:border-fuchsia-400\/10:hover {
  border-color: rgb(232 121 249 / 0.1);
}

.hover\:border-fuchsia-400\/100:hover {
  border-color: rgb(232 121 249 / 1);
}

.hover\:border-fuchsia-400\/20:hover {
  border-color: rgb(232 121 249 / 0.2);
}

.hover\:border-fuchsia-400\/25:hover {
  border-color: rgb(232 121 249 / 0.25);
}

.hover\:border-fuchsia-400\/30:hover {
  border-color: rgb(232 121 249 / 0.3);
}

.hover\:border-fuchsia-400\/40:hover {
  border-color: rgb(232 121 249 / 0.4);
}

.hover\:border-fuchsia-400\/5:hover {
  border-color: rgb(232 121 249 / 0.05);
}

.hover\:border-fuchsia-400\/50:hover {
  border-color: rgb(232 121 249 / 0.5);
}

.hover\:border-fuchsia-400\/60:hover {
  border-color: rgb(232 121 249 / 0.6);
}

.hover\:border-fuchsia-400\/70:hover {
  border-color: rgb(232 121 249 / 0.7);
}

.hover\:border-fuchsia-400\/75:hover {
  border-color: rgb(232 121 249 / 0.75);
}

.hover\:border-fuchsia-400\/80:hover {
  border-color: rgb(232 121 249 / 0.8);
}

.hover\:border-fuchsia-400\/90:hover {
  border-color: rgb(232 121 249 / 0.9);
}

.hover\:border-fuchsia-400\/95:hover {
  border-color: rgb(232 121 249 / 0.95);
}

.hover\:border-fuchsia-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(253 244 255 / var(--tw-border-opacity));
}

.hover\:border-fuchsia-50\/0:hover {
  border-color: rgb(253 244 255 / 0);
}

.hover\:border-fuchsia-50\/10:hover {
  border-color: rgb(253 244 255 / 0.1);
}

.hover\:border-fuchsia-50\/100:hover {
  border-color: rgb(253 244 255 / 1);
}

.hover\:border-fuchsia-50\/20:hover {
  border-color: rgb(253 244 255 / 0.2);
}

.hover\:border-fuchsia-50\/25:hover {
  border-color: rgb(253 244 255 / 0.25);
}

.hover\:border-fuchsia-50\/30:hover {
  border-color: rgb(253 244 255 / 0.3);
}

.hover\:border-fuchsia-50\/40:hover {
  border-color: rgb(253 244 255 / 0.4);
}

.hover\:border-fuchsia-50\/5:hover {
  border-color: rgb(253 244 255 / 0.05);
}

.hover\:border-fuchsia-50\/50:hover {
  border-color: rgb(253 244 255 / 0.5);
}

.hover\:border-fuchsia-50\/60:hover {
  border-color: rgb(253 244 255 / 0.6);
}

.hover\:border-fuchsia-50\/70:hover {
  border-color: rgb(253 244 255 / 0.7);
}

.hover\:border-fuchsia-50\/75:hover {
  border-color: rgb(253 244 255 / 0.75);
}

.hover\:border-fuchsia-50\/80:hover {
  border-color: rgb(253 244 255 / 0.8);
}

.hover\:border-fuchsia-50\/90:hover {
  border-color: rgb(253 244 255 / 0.9);
}

.hover\:border-fuchsia-50\/95:hover {
  border-color: rgb(253 244 255 / 0.95);
}

.hover\:border-fuchsia-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(217 70 239 / var(--tw-border-opacity));
}

.hover\:border-fuchsia-500\/0:hover {
  border-color: rgb(217 70 239 / 0);
}

.hover\:border-fuchsia-500\/10:hover {
  border-color: rgb(217 70 239 / 0.1);
}

.hover\:border-fuchsia-500\/100:hover {
  border-color: rgb(217 70 239 / 1);
}

.hover\:border-fuchsia-500\/20:hover {
  border-color: rgb(217 70 239 / 0.2);
}

.hover\:border-fuchsia-500\/25:hover {
  border-color: rgb(217 70 239 / 0.25);
}

.hover\:border-fuchsia-500\/30:hover {
  border-color: rgb(217 70 239 / 0.3);
}

.hover\:border-fuchsia-500\/40:hover {
  border-color: rgb(217 70 239 / 0.4);
}

.hover\:border-fuchsia-500\/5:hover {
  border-color: rgb(217 70 239 / 0.05);
}

.hover\:border-fuchsia-500\/50:hover {
  border-color: rgb(217 70 239 / 0.5);
}

.hover\:border-fuchsia-500\/60:hover {
  border-color: rgb(217 70 239 / 0.6);
}

.hover\:border-fuchsia-500\/70:hover {
  border-color: rgb(217 70 239 / 0.7);
}

.hover\:border-fuchsia-500\/75:hover {
  border-color: rgb(217 70 239 / 0.75);
}

.hover\:border-fuchsia-500\/80:hover {
  border-color: rgb(217 70 239 / 0.8);
}

.hover\:border-fuchsia-500\/90:hover {
  border-color: rgb(217 70 239 / 0.9);
}

.hover\:border-fuchsia-500\/95:hover {
  border-color: rgb(217 70 239 / 0.95);
}

.hover\:border-fuchsia-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(192 38 211 / var(--tw-border-opacity));
}

.hover\:border-fuchsia-600\/0:hover {
  border-color: rgb(192 38 211 / 0);
}

.hover\:border-fuchsia-600\/10:hover {
  border-color: rgb(192 38 211 / 0.1);
}

.hover\:border-fuchsia-600\/100:hover {
  border-color: rgb(192 38 211 / 1);
}

.hover\:border-fuchsia-600\/20:hover {
  border-color: rgb(192 38 211 / 0.2);
}

.hover\:border-fuchsia-600\/25:hover {
  border-color: rgb(192 38 211 / 0.25);
}

.hover\:border-fuchsia-600\/30:hover {
  border-color: rgb(192 38 211 / 0.3);
}

.hover\:border-fuchsia-600\/40:hover {
  border-color: rgb(192 38 211 / 0.4);
}

.hover\:border-fuchsia-600\/5:hover {
  border-color: rgb(192 38 211 / 0.05);
}

.hover\:border-fuchsia-600\/50:hover {
  border-color: rgb(192 38 211 / 0.5);
}

.hover\:border-fuchsia-600\/60:hover {
  border-color: rgb(192 38 211 / 0.6);
}

.hover\:border-fuchsia-600\/70:hover {
  border-color: rgb(192 38 211 / 0.7);
}

.hover\:border-fuchsia-600\/75:hover {
  border-color: rgb(192 38 211 / 0.75);
}

.hover\:border-fuchsia-600\/80:hover {
  border-color: rgb(192 38 211 / 0.8);
}

.hover\:border-fuchsia-600\/90:hover {
  border-color: rgb(192 38 211 / 0.9);
}

.hover\:border-fuchsia-600\/95:hover {
  border-color: rgb(192 38 211 / 0.95);
}

.hover\:border-fuchsia-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(162 28 175 / var(--tw-border-opacity));
}

.hover\:border-fuchsia-700\/0:hover {
  border-color: rgb(162 28 175 / 0);
}

.hover\:border-fuchsia-700\/10:hover {
  border-color: rgb(162 28 175 / 0.1);
}

.hover\:border-fuchsia-700\/100:hover {
  border-color: rgb(162 28 175 / 1);
}

.hover\:border-fuchsia-700\/20:hover {
  border-color: rgb(162 28 175 / 0.2);
}

.hover\:border-fuchsia-700\/25:hover {
  border-color: rgb(162 28 175 / 0.25);
}

.hover\:border-fuchsia-700\/30:hover {
  border-color: rgb(162 28 175 / 0.3);
}

.hover\:border-fuchsia-700\/40:hover {
  border-color: rgb(162 28 175 / 0.4);
}

.hover\:border-fuchsia-700\/5:hover {
  border-color: rgb(162 28 175 / 0.05);
}

.hover\:border-fuchsia-700\/50:hover {
  border-color: rgb(162 28 175 / 0.5);
}

.hover\:border-fuchsia-700\/60:hover {
  border-color: rgb(162 28 175 / 0.6);
}

.hover\:border-fuchsia-700\/70:hover {
  border-color: rgb(162 28 175 / 0.7);
}

.hover\:border-fuchsia-700\/75:hover {
  border-color: rgb(162 28 175 / 0.75);
}

.hover\:border-fuchsia-700\/80:hover {
  border-color: rgb(162 28 175 / 0.8);
}

.hover\:border-fuchsia-700\/90:hover {
  border-color: rgb(162 28 175 / 0.9);
}

.hover\:border-fuchsia-700\/95:hover {
  border-color: rgb(162 28 175 / 0.95);
}

.hover\:border-fuchsia-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(134 25 143 / var(--tw-border-opacity));
}

.hover\:border-fuchsia-800\/0:hover {
  border-color: rgb(134 25 143 / 0);
}

.hover\:border-fuchsia-800\/10:hover {
  border-color: rgb(134 25 143 / 0.1);
}

.hover\:border-fuchsia-800\/100:hover {
  border-color: rgb(134 25 143 / 1);
}

.hover\:border-fuchsia-800\/20:hover {
  border-color: rgb(134 25 143 / 0.2);
}

.hover\:border-fuchsia-800\/25:hover {
  border-color: rgb(134 25 143 / 0.25);
}

.hover\:border-fuchsia-800\/30:hover {
  border-color: rgb(134 25 143 / 0.3);
}

.hover\:border-fuchsia-800\/40:hover {
  border-color: rgb(134 25 143 / 0.4);
}

.hover\:border-fuchsia-800\/5:hover {
  border-color: rgb(134 25 143 / 0.05);
}

.hover\:border-fuchsia-800\/50:hover {
  border-color: rgb(134 25 143 / 0.5);
}

.hover\:border-fuchsia-800\/60:hover {
  border-color: rgb(134 25 143 / 0.6);
}

.hover\:border-fuchsia-800\/70:hover {
  border-color: rgb(134 25 143 / 0.7);
}

.hover\:border-fuchsia-800\/75:hover {
  border-color: rgb(134 25 143 / 0.75);
}

.hover\:border-fuchsia-800\/80:hover {
  border-color: rgb(134 25 143 / 0.8);
}

.hover\:border-fuchsia-800\/90:hover {
  border-color: rgb(134 25 143 / 0.9);
}

.hover\:border-fuchsia-800\/95:hover {
  border-color: rgb(134 25 143 / 0.95);
}

.hover\:border-fuchsia-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(112 26 117 / var(--tw-border-opacity));
}

.hover\:border-fuchsia-900\/0:hover {
  border-color: rgb(112 26 117 / 0);
}

.hover\:border-fuchsia-900\/10:hover {
  border-color: rgb(112 26 117 / 0.1);
}

.hover\:border-fuchsia-900\/100:hover {
  border-color: rgb(112 26 117 / 1);
}

.hover\:border-fuchsia-900\/20:hover {
  border-color: rgb(112 26 117 / 0.2);
}

.hover\:border-fuchsia-900\/25:hover {
  border-color: rgb(112 26 117 / 0.25);
}

.hover\:border-fuchsia-900\/30:hover {
  border-color: rgb(112 26 117 / 0.3);
}

.hover\:border-fuchsia-900\/40:hover {
  border-color: rgb(112 26 117 / 0.4);
}

.hover\:border-fuchsia-900\/5:hover {
  border-color: rgb(112 26 117 / 0.05);
}

.hover\:border-fuchsia-900\/50:hover {
  border-color: rgb(112 26 117 / 0.5);
}

.hover\:border-fuchsia-900\/60:hover {
  border-color: rgb(112 26 117 / 0.6);
}

.hover\:border-fuchsia-900\/70:hover {
  border-color: rgb(112 26 117 / 0.7);
}

.hover\:border-fuchsia-900\/75:hover {
  border-color: rgb(112 26 117 / 0.75);
}

.hover\:border-fuchsia-900\/80:hover {
  border-color: rgb(112 26 117 / 0.8);
}

.hover\:border-fuchsia-900\/90:hover {
  border-color: rgb(112 26 117 / 0.9);
}

.hover\:border-fuchsia-900\/95:hover {
  border-color: rgb(112 26 117 / 0.95);
}

.hover\:border-fuchsia-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(74 4 78 / var(--tw-border-opacity));
}

.hover\:border-fuchsia-950\/0:hover {
  border-color: rgb(74 4 78 / 0);
}

.hover\:border-fuchsia-950\/10:hover {
  border-color: rgb(74 4 78 / 0.1);
}

.hover\:border-fuchsia-950\/100:hover {
  border-color: rgb(74 4 78 / 1);
}

.hover\:border-fuchsia-950\/20:hover {
  border-color: rgb(74 4 78 / 0.2);
}

.hover\:border-fuchsia-950\/25:hover {
  border-color: rgb(74 4 78 / 0.25);
}

.hover\:border-fuchsia-950\/30:hover {
  border-color: rgb(74 4 78 / 0.3);
}

.hover\:border-fuchsia-950\/40:hover {
  border-color: rgb(74 4 78 / 0.4);
}

.hover\:border-fuchsia-950\/5:hover {
  border-color: rgb(74 4 78 / 0.05);
}

.hover\:border-fuchsia-950\/50:hover {
  border-color: rgb(74 4 78 / 0.5);
}

.hover\:border-fuchsia-950\/60:hover {
  border-color: rgb(74 4 78 / 0.6);
}

.hover\:border-fuchsia-950\/70:hover {
  border-color: rgb(74 4 78 / 0.7);
}

.hover\:border-fuchsia-950\/75:hover {
  border-color: rgb(74 4 78 / 0.75);
}

.hover\:border-fuchsia-950\/80:hover {
  border-color: rgb(74 4 78 / 0.8);
}

.hover\:border-fuchsia-950\/90:hover {
  border-color: rgb(74 4 78 / 0.9);
}

.hover\:border-fuchsia-950\/95:hover {
  border-color: rgb(74 4 78 / 0.95);
}

.hover\:border-gray-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.hover\:border-gray-100\/0:hover {
  border-color: rgb(243 244 246 / 0);
}

.hover\:border-gray-100\/10:hover {
  border-color: rgb(243 244 246 / 0.1);
}

.hover\:border-gray-100\/100:hover {
  border-color: rgb(243 244 246 / 1);
}

.hover\:border-gray-100\/20:hover {
  border-color: rgb(243 244 246 / 0.2);
}

.hover\:border-gray-100\/25:hover {
  border-color: rgb(243 244 246 / 0.25);
}

.hover\:border-gray-100\/30:hover {
  border-color: rgb(243 244 246 / 0.3);
}

.hover\:border-gray-100\/40:hover {
  border-color: rgb(243 244 246 / 0.4);
}

.hover\:border-gray-100\/5:hover {
  border-color: rgb(243 244 246 / 0.05);
}

.hover\:border-gray-100\/50:hover {
  border-color: rgb(243 244 246 / 0.5);
}

.hover\:border-gray-100\/60:hover {
  border-color: rgb(243 244 246 / 0.6);
}

.hover\:border-gray-100\/70:hover {
  border-color: rgb(243 244 246 / 0.7);
}

.hover\:border-gray-100\/75:hover {
  border-color: rgb(243 244 246 / 0.75);
}

.hover\:border-gray-100\/80:hover {
  border-color: rgb(243 244 246 / 0.8);
}

.hover\:border-gray-100\/90:hover {
  border-color: rgb(243 244 246 / 0.9);
}

.hover\:border-gray-100\/95:hover {
  border-color: rgb(243 244 246 / 0.95);
}

.hover\:border-gray-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.hover\:border-gray-200\/0:hover {
  border-color: rgb(229 231 235 / 0);
}

.hover\:border-gray-200\/10:hover {
  border-color: rgb(229 231 235 / 0.1);
}

.hover\:border-gray-200\/100:hover {
  border-color: rgb(229 231 235 / 1);
}

.hover\:border-gray-200\/20:hover {
  border-color: rgb(229 231 235 / 0.2);
}

.hover\:border-gray-200\/25:hover {
  border-color: rgb(229 231 235 / 0.25);
}

.hover\:border-gray-200\/30:hover {
  border-color: rgb(229 231 235 / 0.3);
}

.hover\:border-gray-200\/40:hover {
  border-color: rgb(229 231 235 / 0.4);
}

.hover\:border-gray-200\/5:hover {
  border-color: rgb(229 231 235 / 0.05);
}

.hover\:border-gray-200\/50:hover {
  border-color: rgb(229 231 235 / 0.5);
}

.hover\:border-gray-200\/60:hover {
  border-color: rgb(229 231 235 / 0.6);
}

.hover\:border-gray-200\/70:hover {
  border-color: rgb(229 231 235 / 0.7);
}

.hover\:border-gray-200\/75:hover {
  border-color: rgb(229 231 235 / 0.75);
}

.hover\:border-gray-200\/80:hover {
  border-color: rgb(229 231 235 / 0.8);
}

.hover\:border-gray-200\/90:hover {
  border-color: rgb(229 231 235 / 0.9);
}

.hover\:border-gray-200\/95:hover {
  border-color: rgb(229 231 235 / 0.95);
}

.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.hover\:border-gray-300\/0:hover {
  border-color: rgb(209 213 219 / 0);
}

.hover\:border-gray-300\/10:hover {
  border-color: rgb(209 213 219 / 0.1);
}

.hover\:border-gray-300\/100:hover {
  border-color: rgb(209 213 219 / 1);
}

.hover\:border-gray-300\/20:hover {
  border-color: rgb(209 213 219 / 0.2);
}

.hover\:border-gray-300\/25:hover {
  border-color: rgb(209 213 219 / 0.25);
}

.hover\:border-gray-300\/30:hover {
  border-color: rgb(209 213 219 / 0.3);
}

.hover\:border-gray-300\/40:hover {
  border-color: rgb(209 213 219 / 0.4);
}

.hover\:border-gray-300\/5:hover {
  border-color: rgb(209 213 219 / 0.05);
}

.hover\:border-gray-300\/50:hover {
  border-color: rgb(209 213 219 / 0.5);
}

.hover\:border-gray-300\/60:hover {
  border-color: rgb(209 213 219 / 0.6);
}

.hover\:border-gray-300\/70:hover {
  border-color: rgb(209 213 219 / 0.7);
}

.hover\:border-gray-300\/75:hover {
  border-color: rgb(209 213 219 / 0.75);
}

.hover\:border-gray-300\/80:hover {
  border-color: rgb(209 213 219 / 0.8);
}

.hover\:border-gray-300\/90:hover {
  border-color: rgb(209 213 219 / 0.9);
}

.hover\:border-gray-300\/95:hover {
  border-color: rgb(209 213 219 / 0.95);
}

.hover\:border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.hover\:border-gray-400\/0:hover {
  border-color: rgb(156 163 175 / 0);
}

.hover\:border-gray-400\/10:hover {
  border-color: rgb(156 163 175 / 0.1);
}

.hover\:border-gray-400\/100:hover {
  border-color: rgb(156 163 175 / 1);
}

.hover\:border-gray-400\/20:hover {
  border-color: rgb(156 163 175 / 0.2);
}

.hover\:border-gray-400\/25:hover {
  border-color: rgb(156 163 175 / 0.25);
}

.hover\:border-gray-400\/30:hover {
  border-color: rgb(156 163 175 / 0.3);
}

.hover\:border-gray-400\/40:hover {
  border-color: rgb(156 163 175 / 0.4);
}

.hover\:border-gray-400\/5:hover {
  border-color: rgb(156 163 175 / 0.05);
}

.hover\:border-gray-400\/50:hover {
  border-color: rgb(156 163 175 / 0.5);
}

.hover\:border-gray-400\/60:hover {
  border-color: rgb(156 163 175 / 0.6);
}

.hover\:border-gray-400\/70:hover {
  border-color: rgb(156 163 175 / 0.7);
}

.hover\:border-gray-400\/75:hover {
  border-color: rgb(156 163 175 / 0.75);
}

.hover\:border-gray-400\/80:hover {
  border-color: rgb(156 163 175 / 0.8);
}

.hover\:border-gray-400\/90:hover {
  border-color: rgb(156 163 175 / 0.9);
}

.hover\:border-gray-400\/95:hover {
  border-color: rgb(156 163 175 / 0.95);
}

.hover\:border-gray-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.hover\:border-gray-50\/0:hover {
  border-color: rgb(249 250 251 / 0);
}

.hover\:border-gray-50\/10:hover {
  border-color: rgb(249 250 251 / 0.1);
}

.hover\:border-gray-50\/100:hover {
  border-color: rgb(249 250 251 / 1);
}

.hover\:border-gray-50\/20:hover {
  border-color: rgb(249 250 251 / 0.2);
}

.hover\:border-gray-50\/25:hover {
  border-color: rgb(249 250 251 / 0.25);
}

.hover\:border-gray-50\/30:hover {
  border-color: rgb(249 250 251 / 0.3);
}

.hover\:border-gray-50\/40:hover {
  border-color: rgb(249 250 251 / 0.4);
}

.hover\:border-gray-50\/5:hover {
  border-color: rgb(249 250 251 / 0.05);
}

.hover\:border-gray-50\/50:hover {
  border-color: rgb(249 250 251 / 0.5);
}

.hover\:border-gray-50\/60:hover {
  border-color: rgb(249 250 251 / 0.6);
}

.hover\:border-gray-50\/70:hover {
  border-color: rgb(249 250 251 / 0.7);
}

.hover\:border-gray-50\/75:hover {
  border-color: rgb(249 250 251 / 0.75);
}

.hover\:border-gray-50\/80:hover {
  border-color: rgb(249 250 251 / 0.8);
}

.hover\:border-gray-50\/90:hover {
  border-color: rgb(249 250 251 / 0.9);
}

.hover\:border-gray-50\/95:hover {
  border-color: rgb(249 250 251 / 0.95);
}

.hover\:border-gray-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.hover\:border-gray-500\/0:hover {
  border-color: rgb(107 114 128 / 0);
}

.hover\:border-gray-500\/10:hover {
  border-color: rgb(107 114 128 / 0.1);
}

.hover\:border-gray-500\/100:hover {
  border-color: rgb(107 114 128 / 1);
}

.hover\:border-gray-500\/20:hover {
  border-color: rgb(107 114 128 / 0.2);
}

.hover\:border-gray-500\/25:hover {
  border-color: rgb(107 114 128 / 0.25);
}

.hover\:border-gray-500\/30:hover {
  border-color: rgb(107 114 128 / 0.3);
}

.hover\:border-gray-500\/40:hover {
  border-color: rgb(107 114 128 / 0.4);
}

.hover\:border-gray-500\/5:hover {
  border-color: rgb(107 114 128 / 0.05);
}

.hover\:border-gray-500\/50:hover {
  border-color: rgb(107 114 128 / 0.5);
}

.hover\:border-gray-500\/60:hover {
  border-color: rgb(107 114 128 / 0.6);
}

.hover\:border-gray-500\/70:hover {
  border-color: rgb(107 114 128 / 0.7);
}

.hover\:border-gray-500\/75:hover {
  border-color: rgb(107 114 128 / 0.75);
}

.hover\:border-gray-500\/80:hover {
  border-color: rgb(107 114 128 / 0.8);
}

.hover\:border-gray-500\/90:hover {
  border-color: rgb(107 114 128 / 0.9);
}

.hover\:border-gray-500\/95:hover {
  border-color: rgb(107 114 128 / 0.95);
}

.hover\:border-gray-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.hover\:border-gray-600\/0:hover {
  border-color: rgb(75 85 99 / 0);
}

.hover\:border-gray-600\/10:hover {
  border-color: rgb(75 85 99 / 0.1);
}

.hover\:border-gray-600\/100:hover {
  border-color: rgb(75 85 99 / 1);
}

.hover\:border-gray-600\/20:hover {
  border-color: rgb(75 85 99 / 0.2);
}

.hover\:border-gray-600\/25:hover {
  border-color: rgb(75 85 99 / 0.25);
}

.hover\:border-gray-600\/30:hover {
  border-color: rgb(75 85 99 / 0.3);
}

.hover\:border-gray-600\/40:hover {
  border-color: rgb(75 85 99 / 0.4);
}

.hover\:border-gray-600\/5:hover {
  border-color: rgb(75 85 99 / 0.05);
}

.hover\:border-gray-600\/50:hover {
  border-color: rgb(75 85 99 / 0.5);
}

.hover\:border-gray-600\/60:hover {
  border-color: rgb(75 85 99 / 0.6);
}

.hover\:border-gray-600\/70:hover {
  border-color: rgb(75 85 99 / 0.7);
}

.hover\:border-gray-600\/75:hover {
  border-color: rgb(75 85 99 / 0.75);
}

.hover\:border-gray-600\/80:hover {
  border-color: rgb(75 85 99 / 0.8);
}

.hover\:border-gray-600\/90:hover {
  border-color: rgb(75 85 99 / 0.9);
}

.hover\:border-gray-600\/95:hover {
  border-color: rgb(75 85 99 / 0.95);
}

.hover\:border-gray-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.hover\:border-gray-700\/0:hover {
  border-color: rgb(55 65 81 / 0);
}

.hover\:border-gray-700\/10:hover {
  border-color: rgb(55 65 81 / 0.1);
}

.hover\:border-gray-700\/100:hover {
  border-color: rgb(55 65 81 / 1);
}

.hover\:border-gray-700\/20:hover {
  border-color: rgb(55 65 81 / 0.2);
}

.hover\:border-gray-700\/25:hover {
  border-color: rgb(55 65 81 / 0.25);
}

.hover\:border-gray-700\/30:hover {
  border-color: rgb(55 65 81 / 0.3);
}

.hover\:border-gray-700\/40:hover {
  border-color: rgb(55 65 81 / 0.4);
}

.hover\:border-gray-700\/5:hover {
  border-color: rgb(55 65 81 / 0.05);
}

.hover\:border-gray-700\/50:hover {
  border-color: rgb(55 65 81 / 0.5);
}

.hover\:border-gray-700\/60:hover {
  border-color: rgb(55 65 81 / 0.6);
}

.hover\:border-gray-700\/70:hover {
  border-color: rgb(55 65 81 / 0.7);
}

.hover\:border-gray-700\/75:hover {
  border-color: rgb(55 65 81 / 0.75);
}

.hover\:border-gray-700\/80:hover {
  border-color: rgb(55 65 81 / 0.8);
}

.hover\:border-gray-700\/90:hover {
  border-color: rgb(55 65 81 / 0.9);
}

.hover\:border-gray-700\/95:hover {
  border-color: rgb(55 65 81 / 0.95);
}

.hover\:border-gray-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.hover\:border-gray-800\/0:hover {
  border-color: rgb(31 41 55 / 0);
}

.hover\:border-gray-800\/10:hover {
  border-color: rgb(31 41 55 / 0.1);
}

.hover\:border-gray-800\/100:hover {
  border-color: rgb(31 41 55 / 1);
}

.hover\:border-gray-800\/20:hover {
  border-color: rgb(31 41 55 / 0.2);
}

.hover\:border-gray-800\/25:hover {
  border-color: rgb(31 41 55 / 0.25);
}

.hover\:border-gray-800\/30:hover {
  border-color: rgb(31 41 55 / 0.3);
}

.hover\:border-gray-800\/40:hover {
  border-color: rgb(31 41 55 / 0.4);
}

.hover\:border-gray-800\/5:hover {
  border-color: rgb(31 41 55 / 0.05);
}

.hover\:border-gray-800\/50:hover {
  border-color: rgb(31 41 55 / 0.5);
}

.hover\:border-gray-800\/60:hover {
  border-color: rgb(31 41 55 / 0.6);
}

.hover\:border-gray-800\/70:hover {
  border-color: rgb(31 41 55 / 0.7);
}

.hover\:border-gray-800\/75:hover {
  border-color: rgb(31 41 55 / 0.75);
}

.hover\:border-gray-800\/80:hover {
  border-color: rgb(31 41 55 / 0.8);
}

.hover\:border-gray-800\/90:hover {
  border-color: rgb(31 41 55 / 0.9);
}

.hover\:border-gray-800\/95:hover {
  border-color: rgb(31 41 55 / 0.95);
}

.hover\:border-gray-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.hover\:border-gray-900\/0:hover {
  border-color: rgb(17 24 39 / 0);
}

.hover\:border-gray-900\/10:hover {
  border-color: rgb(17 24 39 / 0.1);
}

.hover\:border-gray-900\/100:hover {
  border-color: rgb(17 24 39 / 1);
}

.hover\:border-gray-900\/20:hover {
  border-color: rgb(17 24 39 / 0.2);
}

.hover\:border-gray-900\/25:hover {
  border-color: rgb(17 24 39 / 0.25);
}

.hover\:border-gray-900\/30:hover {
  border-color: rgb(17 24 39 / 0.3);
}

.hover\:border-gray-900\/40:hover {
  border-color: rgb(17 24 39 / 0.4);
}

.hover\:border-gray-900\/5:hover {
  border-color: rgb(17 24 39 / 0.05);
}

.hover\:border-gray-900\/50:hover {
  border-color: rgb(17 24 39 / 0.5);
}

.hover\:border-gray-900\/60:hover {
  border-color: rgb(17 24 39 / 0.6);
}

.hover\:border-gray-900\/70:hover {
  border-color: rgb(17 24 39 / 0.7);
}

.hover\:border-gray-900\/75:hover {
  border-color: rgb(17 24 39 / 0.75);
}

.hover\:border-gray-900\/80:hover {
  border-color: rgb(17 24 39 / 0.8);
}

.hover\:border-gray-900\/90:hover {
  border-color: rgb(17 24 39 / 0.9);
}

.hover\:border-gray-900\/95:hover {
  border-color: rgb(17 24 39 / 0.95);
}

.hover\:border-gray-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(3 7 18 / var(--tw-border-opacity));
}

.hover\:border-gray-950\/0:hover {
  border-color: rgb(3 7 18 / 0);
}

.hover\:border-gray-950\/10:hover {
  border-color: rgb(3 7 18 / 0.1);
}

.hover\:border-gray-950\/100:hover {
  border-color: rgb(3 7 18 / 1);
}

.hover\:border-gray-950\/20:hover {
  border-color: rgb(3 7 18 / 0.2);
}

.hover\:border-gray-950\/25:hover {
  border-color: rgb(3 7 18 / 0.25);
}

.hover\:border-gray-950\/30:hover {
  border-color: rgb(3 7 18 / 0.3);
}

.hover\:border-gray-950\/40:hover {
  border-color: rgb(3 7 18 / 0.4);
}

.hover\:border-gray-950\/5:hover {
  border-color: rgb(3 7 18 / 0.05);
}

.hover\:border-gray-950\/50:hover {
  border-color: rgb(3 7 18 / 0.5);
}

.hover\:border-gray-950\/60:hover {
  border-color: rgb(3 7 18 / 0.6);
}

.hover\:border-gray-950\/70:hover {
  border-color: rgb(3 7 18 / 0.7);
}

.hover\:border-gray-950\/75:hover {
  border-color: rgb(3 7 18 / 0.75);
}

.hover\:border-gray-950\/80:hover {
  border-color: rgb(3 7 18 / 0.8);
}

.hover\:border-gray-950\/90:hover {
  border-color: rgb(3 7 18 / 0.9);
}

.hover\:border-gray-950\/95:hover {
  border-color: rgb(3 7 18 / 0.95);
}

.hover\:border-green-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity));
}

.hover\:border-green-100\/0:hover {
  border-color: rgb(220 252 231 / 0);
}

.hover\:border-green-100\/10:hover {
  border-color: rgb(220 252 231 / 0.1);
}

.hover\:border-green-100\/100:hover {
  border-color: rgb(220 252 231 / 1);
}

.hover\:border-green-100\/20:hover {
  border-color: rgb(220 252 231 / 0.2);
}

.hover\:border-green-100\/25:hover {
  border-color: rgb(220 252 231 / 0.25);
}

.hover\:border-green-100\/30:hover {
  border-color: rgb(220 252 231 / 0.3);
}

.hover\:border-green-100\/40:hover {
  border-color: rgb(220 252 231 / 0.4);
}

.hover\:border-green-100\/5:hover {
  border-color: rgb(220 252 231 / 0.05);
}

.hover\:border-green-100\/50:hover {
  border-color: rgb(220 252 231 / 0.5);
}

.hover\:border-green-100\/60:hover {
  border-color: rgb(220 252 231 / 0.6);
}

.hover\:border-green-100\/70:hover {
  border-color: rgb(220 252 231 / 0.7);
}

.hover\:border-green-100\/75:hover {
  border-color: rgb(220 252 231 / 0.75);
}

.hover\:border-green-100\/80:hover {
  border-color: rgb(220 252 231 / 0.8);
}

.hover\:border-green-100\/90:hover {
  border-color: rgb(220 252 231 / 0.9);
}

.hover\:border-green-100\/95:hover {
  border-color: rgb(220 252 231 / 0.95);
}

.hover\:border-green-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.hover\:border-green-200\/0:hover {
  border-color: rgb(187 247 208 / 0);
}

.hover\:border-green-200\/10:hover {
  border-color: rgb(187 247 208 / 0.1);
}

.hover\:border-green-200\/100:hover {
  border-color: rgb(187 247 208 / 1);
}

.hover\:border-green-200\/20:hover {
  border-color: rgb(187 247 208 / 0.2);
}

.hover\:border-green-200\/25:hover {
  border-color: rgb(187 247 208 / 0.25);
}

.hover\:border-green-200\/30:hover {
  border-color: rgb(187 247 208 / 0.3);
}

.hover\:border-green-200\/40:hover {
  border-color: rgb(187 247 208 / 0.4);
}

.hover\:border-green-200\/5:hover {
  border-color: rgb(187 247 208 / 0.05);
}

.hover\:border-green-200\/50:hover {
  border-color: rgb(187 247 208 / 0.5);
}

.hover\:border-green-200\/60:hover {
  border-color: rgb(187 247 208 / 0.6);
}

.hover\:border-green-200\/70:hover {
  border-color: rgb(187 247 208 / 0.7);
}

.hover\:border-green-200\/75:hover {
  border-color: rgb(187 247 208 / 0.75);
}

.hover\:border-green-200\/80:hover {
  border-color: rgb(187 247 208 / 0.8);
}

.hover\:border-green-200\/90:hover {
  border-color: rgb(187 247 208 / 0.9);
}

.hover\:border-green-200\/95:hover {
  border-color: rgb(187 247 208 / 0.95);
}

.hover\:border-green-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.hover\:border-green-300\/0:hover {
  border-color: rgb(134 239 172 / 0);
}

.hover\:border-green-300\/10:hover {
  border-color: rgb(134 239 172 / 0.1);
}

.hover\:border-green-300\/100:hover {
  border-color: rgb(134 239 172 / 1);
}

.hover\:border-green-300\/20:hover {
  border-color: rgb(134 239 172 / 0.2);
}

.hover\:border-green-300\/25:hover {
  border-color: rgb(134 239 172 / 0.25);
}

.hover\:border-green-300\/30:hover {
  border-color: rgb(134 239 172 / 0.3);
}

.hover\:border-green-300\/40:hover {
  border-color: rgb(134 239 172 / 0.4);
}

.hover\:border-green-300\/5:hover {
  border-color: rgb(134 239 172 / 0.05);
}

.hover\:border-green-300\/50:hover {
  border-color: rgb(134 239 172 / 0.5);
}

.hover\:border-green-300\/60:hover {
  border-color: rgb(134 239 172 / 0.6);
}

.hover\:border-green-300\/70:hover {
  border-color: rgb(134 239 172 / 0.7);
}

.hover\:border-green-300\/75:hover {
  border-color: rgb(134 239 172 / 0.75);
}

.hover\:border-green-300\/80:hover {
  border-color: rgb(134 239 172 / 0.8);
}

.hover\:border-green-300\/90:hover {
  border-color: rgb(134 239 172 / 0.9);
}

.hover\:border-green-300\/95:hover {
  border-color: rgb(134 239 172 / 0.95);
}

.hover\:border-green-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.hover\:border-green-400\/0:hover {
  border-color: rgb(74 222 128 / 0);
}

.hover\:border-green-400\/10:hover {
  border-color: rgb(74 222 128 / 0.1);
}

.hover\:border-green-400\/100:hover {
  border-color: rgb(74 222 128 / 1);
}

.hover\:border-green-400\/20:hover {
  border-color: rgb(74 222 128 / 0.2);
}

.hover\:border-green-400\/25:hover {
  border-color: rgb(74 222 128 / 0.25);
}

.hover\:border-green-400\/30:hover {
  border-color: rgb(74 222 128 / 0.3);
}

.hover\:border-green-400\/40:hover {
  border-color: rgb(74 222 128 / 0.4);
}

.hover\:border-green-400\/5:hover {
  border-color: rgb(74 222 128 / 0.05);
}

.hover\:border-green-400\/50:hover {
  border-color: rgb(74 222 128 / 0.5);
}

.hover\:border-green-400\/60:hover {
  border-color: rgb(74 222 128 / 0.6);
}

.hover\:border-green-400\/70:hover {
  border-color: rgb(74 222 128 / 0.7);
}

.hover\:border-green-400\/75:hover {
  border-color: rgb(74 222 128 / 0.75);
}

.hover\:border-green-400\/80:hover {
  border-color: rgb(74 222 128 / 0.8);
}

.hover\:border-green-400\/90:hover {
  border-color: rgb(74 222 128 / 0.9);
}

.hover\:border-green-400\/95:hover {
  border-color: rgb(74 222 128 / 0.95);
}

.hover\:border-green-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(240 253 244 / var(--tw-border-opacity));
}

.hover\:border-green-50\/0:hover {
  border-color: rgb(240 253 244 / 0);
}

.hover\:border-green-50\/10:hover {
  border-color: rgb(240 253 244 / 0.1);
}

.hover\:border-green-50\/100:hover {
  border-color: rgb(240 253 244 / 1);
}

.hover\:border-green-50\/20:hover {
  border-color: rgb(240 253 244 / 0.2);
}

.hover\:border-green-50\/25:hover {
  border-color: rgb(240 253 244 / 0.25);
}

.hover\:border-green-50\/30:hover {
  border-color: rgb(240 253 244 / 0.3);
}

.hover\:border-green-50\/40:hover {
  border-color: rgb(240 253 244 / 0.4);
}

.hover\:border-green-50\/5:hover {
  border-color: rgb(240 253 244 / 0.05);
}

.hover\:border-green-50\/50:hover {
  border-color: rgb(240 253 244 / 0.5);
}

.hover\:border-green-50\/60:hover {
  border-color: rgb(240 253 244 / 0.6);
}

.hover\:border-green-50\/70:hover {
  border-color: rgb(240 253 244 / 0.7);
}

.hover\:border-green-50\/75:hover {
  border-color: rgb(240 253 244 / 0.75);
}

.hover\:border-green-50\/80:hover {
  border-color: rgb(240 253 244 / 0.8);
}

.hover\:border-green-50\/90:hover {
  border-color: rgb(240 253 244 / 0.9);
}

.hover\:border-green-50\/95:hover {
  border-color: rgb(240 253 244 / 0.95);
}

.hover\:border-green-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.hover\:border-green-500\/0:hover {
  border-color: rgb(34 197 94 / 0);
}

.hover\:border-green-500\/10:hover {
  border-color: rgb(34 197 94 / 0.1);
}

.hover\:border-green-500\/100:hover {
  border-color: rgb(34 197 94 / 1);
}

.hover\:border-green-500\/20:hover {
  border-color: rgb(34 197 94 / 0.2);
}

.hover\:border-green-500\/25:hover {
  border-color: rgb(34 197 94 / 0.25);
}

.hover\:border-green-500\/30:hover {
  border-color: rgb(34 197 94 / 0.3);
}

.hover\:border-green-500\/40:hover {
  border-color: rgb(34 197 94 / 0.4);
}

.hover\:border-green-500\/5:hover {
  border-color: rgb(34 197 94 / 0.05);
}

.hover\:border-green-500\/50:hover {
  border-color: rgb(34 197 94 / 0.5);
}

.hover\:border-green-500\/60:hover {
  border-color: rgb(34 197 94 / 0.6);
}

.hover\:border-green-500\/70:hover {
  border-color: rgb(34 197 94 / 0.7);
}

.hover\:border-green-500\/75:hover {
  border-color: rgb(34 197 94 / 0.75);
}

.hover\:border-green-500\/80:hover {
  border-color: rgb(34 197 94 / 0.8);
}

.hover\:border-green-500\/90:hover {
  border-color: rgb(34 197 94 / 0.9);
}

.hover\:border-green-500\/95:hover {
  border-color: rgb(34 197 94 / 0.95);
}

.hover\:border-green-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.hover\:border-green-600\/0:hover {
  border-color: rgb(22 163 74 / 0);
}

.hover\:border-green-600\/10:hover {
  border-color: rgb(22 163 74 / 0.1);
}

.hover\:border-green-600\/100:hover {
  border-color: rgb(22 163 74 / 1);
}

.hover\:border-green-600\/20:hover {
  border-color: rgb(22 163 74 / 0.2);
}

.hover\:border-green-600\/25:hover {
  border-color: rgb(22 163 74 / 0.25);
}

.hover\:border-green-600\/30:hover {
  border-color: rgb(22 163 74 / 0.3);
}

.hover\:border-green-600\/40:hover {
  border-color: rgb(22 163 74 / 0.4);
}

.hover\:border-green-600\/5:hover {
  border-color: rgb(22 163 74 / 0.05);
}

.hover\:border-green-600\/50:hover {
  border-color: rgb(22 163 74 / 0.5);
}

.hover\:border-green-600\/60:hover {
  border-color: rgb(22 163 74 / 0.6);
}

.hover\:border-green-600\/70:hover {
  border-color: rgb(22 163 74 / 0.7);
}

.hover\:border-green-600\/75:hover {
  border-color: rgb(22 163 74 / 0.75);
}

.hover\:border-green-600\/80:hover {
  border-color: rgb(22 163 74 / 0.8);
}

.hover\:border-green-600\/90:hover {
  border-color: rgb(22 163 74 / 0.9);
}

.hover\:border-green-600\/95:hover {
  border-color: rgb(22 163 74 / 0.95);
}

.hover\:border-green-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.hover\:border-green-700\/0:hover {
  border-color: rgb(21 128 61 / 0);
}

.hover\:border-green-700\/10:hover {
  border-color: rgb(21 128 61 / 0.1);
}

.hover\:border-green-700\/100:hover {
  border-color: rgb(21 128 61 / 1);
}

.hover\:border-green-700\/20:hover {
  border-color: rgb(21 128 61 / 0.2);
}

.hover\:border-green-700\/25:hover {
  border-color: rgb(21 128 61 / 0.25);
}

.hover\:border-green-700\/30:hover {
  border-color: rgb(21 128 61 / 0.3);
}

.hover\:border-green-700\/40:hover {
  border-color: rgb(21 128 61 / 0.4);
}

.hover\:border-green-700\/5:hover {
  border-color: rgb(21 128 61 / 0.05);
}

.hover\:border-green-700\/50:hover {
  border-color: rgb(21 128 61 / 0.5);
}

.hover\:border-green-700\/60:hover {
  border-color: rgb(21 128 61 / 0.6);
}

.hover\:border-green-700\/70:hover {
  border-color: rgb(21 128 61 / 0.7);
}

.hover\:border-green-700\/75:hover {
  border-color: rgb(21 128 61 / 0.75);
}

.hover\:border-green-700\/80:hover {
  border-color: rgb(21 128 61 / 0.8);
}

.hover\:border-green-700\/90:hover {
  border-color: rgb(21 128 61 / 0.9);
}

.hover\:border-green-700\/95:hover {
  border-color: rgb(21 128 61 / 0.95);
}

.hover\:border-green-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.hover\:border-green-800\/0:hover {
  border-color: rgb(22 101 52 / 0);
}

.hover\:border-green-800\/10:hover {
  border-color: rgb(22 101 52 / 0.1);
}

.hover\:border-green-800\/100:hover {
  border-color: rgb(22 101 52 / 1);
}

.hover\:border-green-800\/20:hover {
  border-color: rgb(22 101 52 / 0.2);
}

.hover\:border-green-800\/25:hover {
  border-color: rgb(22 101 52 / 0.25);
}

.hover\:border-green-800\/30:hover {
  border-color: rgb(22 101 52 / 0.3);
}

.hover\:border-green-800\/40:hover {
  border-color: rgb(22 101 52 / 0.4);
}

.hover\:border-green-800\/5:hover {
  border-color: rgb(22 101 52 / 0.05);
}

.hover\:border-green-800\/50:hover {
  border-color: rgb(22 101 52 / 0.5);
}

.hover\:border-green-800\/60:hover {
  border-color: rgb(22 101 52 / 0.6);
}

.hover\:border-green-800\/70:hover {
  border-color: rgb(22 101 52 / 0.7);
}

.hover\:border-green-800\/75:hover {
  border-color: rgb(22 101 52 / 0.75);
}

.hover\:border-green-800\/80:hover {
  border-color: rgb(22 101 52 / 0.8);
}

.hover\:border-green-800\/90:hover {
  border-color: rgb(22 101 52 / 0.9);
}

.hover\:border-green-800\/95:hover {
  border-color: rgb(22 101 52 / 0.95);
}

.hover\:border-green-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(20 83 45 / var(--tw-border-opacity));
}

.hover\:border-green-900\/0:hover {
  border-color: rgb(20 83 45 / 0);
}

.hover\:border-green-900\/10:hover {
  border-color: rgb(20 83 45 / 0.1);
}

.hover\:border-green-900\/100:hover {
  border-color: rgb(20 83 45 / 1);
}

.hover\:border-green-900\/20:hover {
  border-color: rgb(20 83 45 / 0.2);
}

.hover\:border-green-900\/25:hover {
  border-color: rgb(20 83 45 / 0.25);
}

.hover\:border-green-900\/30:hover {
  border-color: rgb(20 83 45 / 0.3);
}

.hover\:border-green-900\/40:hover {
  border-color: rgb(20 83 45 / 0.4);
}

.hover\:border-green-900\/5:hover {
  border-color: rgb(20 83 45 / 0.05);
}

.hover\:border-green-900\/50:hover {
  border-color: rgb(20 83 45 / 0.5);
}

.hover\:border-green-900\/60:hover {
  border-color: rgb(20 83 45 / 0.6);
}

.hover\:border-green-900\/70:hover {
  border-color: rgb(20 83 45 / 0.7);
}

.hover\:border-green-900\/75:hover {
  border-color: rgb(20 83 45 / 0.75);
}

.hover\:border-green-900\/80:hover {
  border-color: rgb(20 83 45 / 0.8);
}

.hover\:border-green-900\/90:hover {
  border-color: rgb(20 83 45 / 0.9);
}

.hover\:border-green-900\/95:hover {
  border-color: rgb(20 83 45 / 0.95);
}

.hover\:border-green-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(5 46 22 / var(--tw-border-opacity));
}

.hover\:border-green-950\/0:hover {
  border-color: rgb(5 46 22 / 0);
}

.hover\:border-green-950\/10:hover {
  border-color: rgb(5 46 22 / 0.1);
}

.hover\:border-green-950\/100:hover {
  border-color: rgb(5 46 22 / 1);
}

.hover\:border-green-950\/20:hover {
  border-color: rgb(5 46 22 / 0.2);
}

.hover\:border-green-950\/25:hover {
  border-color: rgb(5 46 22 / 0.25);
}

.hover\:border-green-950\/30:hover {
  border-color: rgb(5 46 22 / 0.3);
}

.hover\:border-green-950\/40:hover {
  border-color: rgb(5 46 22 / 0.4);
}

.hover\:border-green-950\/5:hover {
  border-color: rgb(5 46 22 / 0.05);
}

.hover\:border-green-950\/50:hover {
  border-color: rgb(5 46 22 / 0.5);
}

.hover\:border-green-950\/60:hover {
  border-color: rgb(5 46 22 / 0.6);
}

.hover\:border-green-950\/70:hover {
  border-color: rgb(5 46 22 / 0.7);
}

.hover\:border-green-950\/75:hover {
  border-color: rgb(5 46 22 / 0.75);
}

.hover\:border-green-950\/80:hover {
  border-color: rgb(5 46 22 / 0.8);
}

.hover\:border-green-950\/90:hover {
  border-color: rgb(5 46 22 / 0.9);
}

.hover\:border-green-950\/95:hover {
  border-color: rgb(5 46 22 / 0.95);
}

.hover\:border-indigo-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity));
}

.hover\:border-indigo-100\/0:hover {
  border-color: rgb(224 231 255 / 0);
}

.hover\:border-indigo-100\/10:hover {
  border-color: rgb(224 231 255 / 0.1);
}

.hover\:border-indigo-100\/100:hover {
  border-color: rgb(224 231 255 / 1);
}

.hover\:border-indigo-100\/20:hover {
  border-color: rgb(224 231 255 / 0.2);
}

.hover\:border-indigo-100\/25:hover {
  border-color: rgb(224 231 255 / 0.25);
}

.hover\:border-indigo-100\/30:hover {
  border-color: rgb(224 231 255 / 0.3);
}

.hover\:border-indigo-100\/40:hover {
  border-color: rgb(224 231 255 / 0.4);
}

.hover\:border-indigo-100\/5:hover {
  border-color: rgb(224 231 255 / 0.05);
}

.hover\:border-indigo-100\/50:hover {
  border-color: rgb(224 231 255 / 0.5);
}

.hover\:border-indigo-100\/60:hover {
  border-color: rgb(224 231 255 / 0.6);
}

.hover\:border-indigo-100\/70:hover {
  border-color: rgb(224 231 255 / 0.7);
}

.hover\:border-indigo-100\/75:hover {
  border-color: rgb(224 231 255 / 0.75);
}

.hover\:border-indigo-100\/80:hover {
  border-color: rgb(224 231 255 / 0.8);
}

.hover\:border-indigo-100\/90:hover {
  border-color: rgb(224 231 255 / 0.9);
}

.hover\:border-indigo-100\/95:hover {
  border-color: rgb(224 231 255 / 0.95);
}

.hover\:border-indigo-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.hover\:border-indigo-200\/0:hover {
  border-color: rgb(199 210 254 / 0);
}

.hover\:border-indigo-200\/10:hover {
  border-color: rgb(199 210 254 / 0.1);
}

.hover\:border-indigo-200\/100:hover {
  border-color: rgb(199 210 254 / 1);
}

.hover\:border-indigo-200\/20:hover {
  border-color: rgb(199 210 254 / 0.2);
}

.hover\:border-indigo-200\/25:hover {
  border-color: rgb(199 210 254 / 0.25);
}

.hover\:border-indigo-200\/30:hover {
  border-color: rgb(199 210 254 / 0.3);
}

.hover\:border-indigo-200\/40:hover {
  border-color: rgb(199 210 254 / 0.4);
}

.hover\:border-indigo-200\/5:hover {
  border-color: rgb(199 210 254 / 0.05);
}

.hover\:border-indigo-200\/50:hover {
  border-color: rgb(199 210 254 / 0.5);
}

.hover\:border-indigo-200\/60:hover {
  border-color: rgb(199 210 254 / 0.6);
}

.hover\:border-indigo-200\/70:hover {
  border-color: rgb(199 210 254 / 0.7);
}

.hover\:border-indigo-200\/75:hover {
  border-color: rgb(199 210 254 / 0.75);
}

.hover\:border-indigo-200\/80:hover {
  border-color: rgb(199 210 254 / 0.8);
}

.hover\:border-indigo-200\/90:hover {
  border-color: rgb(199 210 254 / 0.9);
}

.hover\:border-indigo-200\/95:hover {
  border-color: rgb(199 210 254 / 0.95);
}

.hover\:border-indigo-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.hover\:border-indigo-300\/0:hover {
  border-color: rgb(165 180 252 / 0);
}

.hover\:border-indigo-300\/10:hover {
  border-color: rgb(165 180 252 / 0.1);
}

.hover\:border-indigo-300\/100:hover {
  border-color: rgb(165 180 252 / 1);
}

.hover\:border-indigo-300\/20:hover {
  border-color: rgb(165 180 252 / 0.2);
}

.hover\:border-indigo-300\/25:hover {
  border-color: rgb(165 180 252 / 0.25);
}

.hover\:border-indigo-300\/30:hover {
  border-color: rgb(165 180 252 / 0.3);
}

.hover\:border-indigo-300\/40:hover {
  border-color: rgb(165 180 252 / 0.4);
}

.hover\:border-indigo-300\/5:hover {
  border-color: rgb(165 180 252 / 0.05);
}

.hover\:border-indigo-300\/50:hover {
  border-color: rgb(165 180 252 / 0.5);
}

.hover\:border-indigo-300\/60:hover {
  border-color: rgb(165 180 252 / 0.6);
}

.hover\:border-indigo-300\/70:hover {
  border-color: rgb(165 180 252 / 0.7);
}

.hover\:border-indigo-300\/75:hover {
  border-color: rgb(165 180 252 / 0.75);
}

.hover\:border-indigo-300\/80:hover {
  border-color: rgb(165 180 252 / 0.8);
}

.hover\:border-indigo-300\/90:hover {
  border-color: rgb(165 180 252 / 0.9);
}

.hover\:border-indigo-300\/95:hover {
  border-color: rgb(165 180 252 / 0.95);
}

.hover\:border-indigo-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.hover\:border-indigo-400\/0:hover {
  border-color: rgb(129 140 248 / 0);
}

.hover\:border-indigo-400\/10:hover {
  border-color: rgb(129 140 248 / 0.1);
}

.hover\:border-indigo-400\/100:hover {
  border-color: rgb(129 140 248 / 1);
}

.hover\:border-indigo-400\/20:hover {
  border-color: rgb(129 140 248 / 0.2);
}

.hover\:border-indigo-400\/25:hover {
  border-color: rgb(129 140 248 / 0.25);
}

.hover\:border-indigo-400\/30:hover {
  border-color: rgb(129 140 248 / 0.3);
}

.hover\:border-indigo-400\/40:hover {
  border-color: rgb(129 140 248 / 0.4);
}

.hover\:border-indigo-400\/5:hover {
  border-color: rgb(129 140 248 / 0.05);
}

.hover\:border-indigo-400\/50:hover {
  border-color: rgb(129 140 248 / 0.5);
}

.hover\:border-indigo-400\/60:hover {
  border-color: rgb(129 140 248 / 0.6);
}

.hover\:border-indigo-400\/70:hover {
  border-color: rgb(129 140 248 / 0.7);
}

.hover\:border-indigo-400\/75:hover {
  border-color: rgb(129 140 248 / 0.75);
}

.hover\:border-indigo-400\/80:hover {
  border-color: rgb(129 140 248 / 0.8);
}

.hover\:border-indigo-400\/90:hover {
  border-color: rgb(129 140 248 / 0.9);
}

.hover\:border-indigo-400\/95:hover {
  border-color: rgb(129 140 248 / 0.95);
}

.hover\:border-indigo-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(238 242 255 / var(--tw-border-opacity));
}

.hover\:border-indigo-50\/0:hover {
  border-color: rgb(238 242 255 / 0);
}

.hover\:border-indigo-50\/10:hover {
  border-color: rgb(238 242 255 / 0.1);
}

.hover\:border-indigo-50\/100:hover {
  border-color: rgb(238 242 255 / 1);
}

.hover\:border-indigo-50\/20:hover {
  border-color: rgb(238 242 255 / 0.2);
}

.hover\:border-indigo-50\/25:hover {
  border-color: rgb(238 242 255 / 0.25);
}

.hover\:border-indigo-50\/30:hover {
  border-color: rgb(238 242 255 / 0.3);
}

.hover\:border-indigo-50\/40:hover {
  border-color: rgb(238 242 255 / 0.4);
}

.hover\:border-indigo-50\/5:hover {
  border-color: rgb(238 242 255 / 0.05);
}

.hover\:border-indigo-50\/50:hover {
  border-color: rgb(238 242 255 / 0.5);
}

.hover\:border-indigo-50\/60:hover {
  border-color: rgb(238 242 255 / 0.6);
}

.hover\:border-indigo-50\/70:hover {
  border-color: rgb(238 242 255 / 0.7);
}

.hover\:border-indigo-50\/75:hover {
  border-color: rgb(238 242 255 / 0.75);
}

.hover\:border-indigo-50\/80:hover {
  border-color: rgb(238 242 255 / 0.8);
}

.hover\:border-indigo-50\/90:hover {
  border-color: rgb(238 242 255 / 0.9);
}

.hover\:border-indigo-50\/95:hover {
  border-color: rgb(238 242 255 / 0.95);
}

.hover\:border-indigo-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.hover\:border-indigo-500\/0:hover {
  border-color: rgb(99 102 241 / 0);
}

.hover\:border-indigo-500\/10:hover {
  border-color: rgb(99 102 241 / 0.1);
}

.hover\:border-indigo-500\/100:hover {
  border-color: rgb(99 102 241 / 1);
}

.hover\:border-indigo-500\/20:hover {
  border-color: rgb(99 102 241 / 0.2);
}

.hover\:border-indigo-500\/25:hover {
  border-color: rgb(99 102 241 / 0.25);
}

.hover\:border-indigo-500\/30:hover {
  border-color: rgb(99 102 241 / 0.3);
}

.hover\:border-indigo-500\/40:hover {
  border-color: rgb(99 102 241 / 0.4);
}

.hover\:border-indigo-500\/5:hover {
  border-color: rgb(99 102 241 / 0.05);
}

.hover\:border-indigo-500\/50:hover {
  border-color: rgb(99 102 241 / 0.5);
}

.hover\:border-indigo-500\/60:hover {
  border-color: rgb(99 102 241 / 0.6);
}

.hover\:border-indigo-500\/70:hover {
  border-color: rgb(99 102 241 / 0.7);
}

.hover\:border-indigo-500\/75:hover {
  border-color: rgb(99 102 241 / 0.75);
}

.hover\:border-indigo-500\/80:hover {
  border-color: rgb(99 102 241 / 0.8);
}

.hover\:border-indigo-500\/90:hover {
  border-color: rgb(99 102 241 / 0.9);
}

.hover\:border-indigo-500\/95:hover {
  border-color: rgb(99 102 241 / 0.95);
}

.hover\:border-indigo-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.hover\:border-indigo-600\/0:hover {
  border-color: rgb(79 70 229 / 0);
}

.hover\:border-indigo-600\/10:hover {
  border-color: rgb(79 70 229 / 0.1);
}

.hover\:border-indigo-600\/100:hover {
  border-color: rgb(79 70 229 / 1);
}

.hover\:border-indigo-600\/20:hover {
  border-color: rgb(79 70 229 / 0.2);
}

.hover\:border-indigo-600\/25:hover {
  border-color: rgb(79 70 229 / 0.25);
}

.hover\:border-indigo-600\/30:hover {
  border-color: rgb(79 70 229 / 0.3);
}

.hover\:border-indigo-600\/40:hover {
  border-color: rgb(79 70 229 / 0.4);
}

.hover\:border-indigo-600\/5:hover {
  border-color: rgb(79 70 229 / 0.05);
}

.hover\:border-indigo-600\/50:hover {
  border-color: rgb(79 70 229 / 0.5);
}

.hover\:border-indigo-600\/60:hover {
  border-color: rgb(79 70 229 / 0.6);
}

.hover\:border-indigo-600\/70:hover {
  border-color: rgb(79 70 229 / 0.7);
}

.hover\:border-indigo-600\/75:hover {
  border-color: rgb(79 70 229 / 0.75);
}

.hover\:border-indigo-600\/80:hover {
  border-color: rgb(79 70 229 / 0.8);
}

.hover\:border-indigo-600\/90:hover {
  border-color: rgb(79 70 229 / 0.9);
}

.hover\:border-indigo-600\/95:hover {
  border-color: rgb(79 70 229 / 0.95);
}

.hover\:border-indigo-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.hover\:border-indigo-700\/0:hover {
  border-color: rgb(67 56 202 / 0);
}

.hover\:border-indigo-700\/10:hover {
  border-color: rgb(67 56 202 / 0.1);
}

.hover\:border-indigo-700\/100:hover {
  border-color: rgb(67 56 202 / 1);
}

.hover\:border-indigo-700\/20:hover {
  border-color: rgb(67 56 202 / 0.2);
}

.hover\:border-indigo-700\/25:hover {
  border-color: rgb(67 56 202 / 0.25);
}

.hover\:border-indigo-700\/30:hover {
  border-color: rgb(67 56 202 / 0.3);
}

.hover\:border-indigo-700\/40:hover {
  border-color: rgb(67 56 202 / 0.4);
}

.hover\:border-indigo-700\/5:hover {
  border-color: rgb(67 56 202 / 0.05);
}

.hover\:border-indigo-700\/50:hover {
  border-color: rgb(67 56 202 / 0.5);
}

.hover\:border-indigo-700\/60:hover {
  border-color: rgb(67 56 202 / 0.6);
}

.hover\:border-indigo-700\/70:hover {
  border-color: rgb(67 56 202 / 0.7);
}

.hover\:border-indigo-700\/75:hover {
  border-color: rgb(67 56 202 / 0.75);
}

.hover\:border-indigo-700\/80:hover {
  border-color: rgb(67 56 202 / 0.8);
}

.hover\:border-indigo-700\/90:hover {
  border-color: rgb(67 56 202 / 0.9);
}

.hover\:border-indigo-700\/95:hover {
  border-color: rgb(67 56 202 / 0.95);
}

.hover\:border-indigo-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(55 48 163 / var(--tw-border-opacity));
}

.hover\:border-indigo-800\/0:hover {
  border-color: rgb(55 48 163 / 0);
}

.hover\:border-indigo-800\/10:hover {
  border-color: rgb(55 48 163 / 0.1);
}

.hover\:border-indigo-800\/100:hover {
  border-color: rgb(55 48 163 / 1);
}

.hover\:border-indigo-800\/20:hover {
  border-color: rgb(55 48 163 / 0.2);
}

.hover\:border-indigo-800\/25:hover {
  border-color: rgb(55 48 163 / 0.25);
}

.hover\:border-indigo-800\/30:hover {
  border-color: rgb(55 48 163 / 0.3);
}

.hover\:border-indigo-800\/40:hover {
  border-color: rgb(55 48 163 / 0.4);
}

.hover\:border-indigo-800\/5:hover {
  border-color: rgb(55 48 163 / 0.05);
}

.hover\:border-indigo-800\/50:hover {
  border-color: rgb(55 48 163 / 0.5);
}

.hover\:border-indigo-800\/60:hover {
  border-color: rgb(55 48 163 / 0.6);
}

.hover\:border-indigo-800\/70:hover {
  border-color: rgb(55 48 163 / 0.7);
}

.hover\:border-indigo-800\/75:hover {
  border-color: rgb(55 48 163 / 0.75);
}

.hover\:border-indigo-800\/80:hover {
  border-color: rgb(55 48 163 / 0.8);
}

.hover\:border-indigo-800\/90:hover {
  border-color: rgb(55 48 163 / 0.9);
}

.hover\:border-indigo-800\/95:hover {
  border-color: rgb(55 48 163 / 0.95);
}

.hover\:border-indigo-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(49 46 129 / var(--tw-border-opacity));
}

.hover\:border-indigo-900\/0:hover {
  border-color: rgb(49 46 129 / 0);
}

.hover\:border-indigo-900\/10:hover {
  border-color: rgb(49 46 129 / 0.1);
}

.hover\:border-indigo-900\/100:hover {
  border-color: rgb(49 46 129 / 1);
}

.hover\:border-indigo-900\/20:hover {
  border-color: rgb(49 46 129 / 0.2);
}

.hover\:border-indigo-900\/25:hover {
  border-color: rgb(49 46 129 / 0.25);
}

.hover\:border-indigo-900\/30:hover {
  border-color: rgb(49 46 129 / 0.3);
}

.hover\:border-indigo-900\/40:hover {
  border-color: rgb(49 46 129 / 0.4);
}

.hover\:border-indigo-900\/5:hover {
  border-color: rgb(49 46 129 / 0.05);
}

.hover\:border-indigo-900\/50:hover {
  border-color: rgb(49 46 129 / 0.5);
}

.hover\:border-indigo-900\/60:hover {
  border-color: rgb(49 46 129 / 0.6);
}

.hover\:border-indigo-900\/70:hover {
  border-color: rgb(49 46 129 / 0.7);
}

.hover\:border-indigo-900\/75:hover {
  border-color: rgb(49 46 129 / 0.75);
}

.hover\:border-indigo-900\/80:hover {
  border-color: rgb(49 46 129 / 0.8);
}

.hover\:border-indigo-900\/90:hover {
  border-color: rgb(49 46 129 / 0.9);
}

.hover\:border-indigo-900\/95:hover {
  border-color: rgb(49 46 129 / 0.95);
}

.hover\:border-indigo-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(30 27 75 / var(--tw-border-opacity));
}

.hover\:border-indigo-950\/0:hover {
  border-color: rgb(30 27 75 / 0);
}

.hover\:border-indigo-950\/10:hover {
  border-color: rgb(30 27 75 / 0.1);
}

.hover\:border-indigo-950\/100:hover {
  border-color: rgb(30 27 75 / 1);
}

.hover\:border-indigo-950\/20:hover {
  border-color: rgb(30 27 75 / 0.2);
}

.hover\:border-indigo-950\/25:hover {
  border-color: rgb(30 27 75 / 0.25);
}

.hover\:border-indigo-950\/30:hover {
  border-color: rgb(30 27 75 / 0.3);
}

.hover\:border-indigo-950\/40:hover {
  border-color: rgb(30 27 75 / 0.4);
}

.hover\:border-indigo-950\/5:hover {
  border-color: rgb(30 27 75 / 0.05);
}

.hover\:border-indigo-950\/50:hover {
  border-color: rgb(30 27 75 / 0.5);
}

.hover\:border-indigo-950\/60:hover {
  border-color: rgb(30 27 75 / 0.6);
}

.hover\:border-indigo-950\/70:hover {
  border-color: rgb(30 27 75 / 0.7);
}

.hover\:border-indigo-950\/75:hover {
  border-color: rgb(30 27 75 / 0.75);
}

.hover\:border-indigo-950\/80:hover {
  border-color: rgb(30 27 75 / 0.8);
}

.hover\:border-indigo-950\/90:hover {
  border-color: rgb(30 27 75 / 0.9);
}

.hover\:border-indigo-950\/95:hover {
  border-color: rgb(30 27 75 / 0.95);
}

.hover\:border-inherit:hover {
  border-color: inherit;
}

.hover\:border-interbeauty-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(249 197 175 / var(--tw-border-opacity));
}

.hover\:border-interbeauty-100\/0:hover {
  border-color: rgb(249 197 175 / 0);
}

.hover\:border-interbeauty-100\/10:hover {
  border-color: rgb(249 197 175 / 0.1);
}

.hover\:border-interbeauty-100\/100:hover {
  border-color: rgb(249 197 175 / 1);
}

.hover\:border-interbeauty-100\/20:hover {
  border-color: rgb(249 197 175 / 0.2);
}

.hover\:border-interbeauty-100\/25:hover {
  border-color: rgb(249 197 175 / 0.25);
}

.hover\:border-interbeauty-100\/30:hover {
  border-color: rgb(249 197 175 / 0.3);
}

.hover\:border-interbeauty-100\/40:hover {
  border-color: rgb(249 197 175 / 0.4);
}

.hover\:border-interbeauty-100\/5:hover {
  border-color: rgb(249 197 175 / 0.05);
}

.hover\:border-interbeauty-100\/50:hover {
  border-color: rgb(249 197 175 / 0.5);
}

.hover\:border-interbeauty-100\/60:hover {
  border-color: rgb(249 197 175 / 0.6);
}

.hover\:border-interbeauty-100\/70:hover {
  border-color: rgb(249 197 175 / 0.7);
}

.hover\:border-interbeauty-100\/75:hover {
  border-color: rgb(249 197 175 / 0.75);
}

.hover\:border-interbeauty-100\/80:hover {
  border-color: rgb(249 197 175 / 0.8);
}

.hover\:border-interbeauty-100\/90:hover {
  border-color: rgb(249 197 175 / 0.9);
}

.hover\:border-interbeauty-100\/95:hover {
  border-color: rgb(249 197 175 / 0.95);
}

.hover\:border-interbeauty-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(241 182 191 / var(--tw-border-opacity));
}

.hover\:border-interbeauty-200\/0:hover {
  border-color: rgb(241 182 191 / 0);
}

.hover\:border-interbeauty-200\/10:hover {
  border-color: rgb(241 182 191 / 0.1);
}

.hover\:border-interbeauty-200\/100:hover {
  border-color: rgb(241 182 191 / 1);
}

.hover\:border-interbeauty-200\/20:hover {
  border-color: rgb(241 182 191 / 0.2);
}

.hover\:border-interbeauty-200\/25:hover {
  border-color: rgb(241 182 191 / 0.25);
}

.hover\:border-interbeauty-200\/30:hover {
  border-color: rgb(241 182 191 / 0.3);
}

.hover\:border-interbeauty-200\/40:hover {
  border-color: rgb(241 182 191 / 0.4);
}

.hover\:border-interbeauty-200\/5:hover {
  border-color: rgb(241 182 191 / 0.05);
}

.hover\:border-interbeauty-200\/50:hover {
  border-color: rgb(241 182 191 / 0.5);
}

.hover\:border-interbeauty-200\/60:hover {
  border-color: rgb(241 182 191 / 0.6);
}

.hover\:border-interbeauty-200\/70:hover {
  border-color: rgb(241 182 191 / 0.7);
}

.hover\:border-interbeauty-200\/75:hover {
  border-color: rgb(241 182 191 / 0.75);
}

.hover\:border-interbeauty-200\/80:hover {
  border-color: rgb(241 182 191 / 0.8);
}

.hover\:border-interbeauty-200\/90:hover {
  border-color: rgb(241 182 191 / 0.9);
}

.hover\:border-interbeauty-200\/95:hover {
  border-color: rgb(241 182 191 / 0.95);
}

.hover\:border-interbeauty-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(182 219 231 / var(--tw-border-opacity));
}

.hover\:border-interbeauty-300\/0:hover {
  border-color: rgb(182 219 231 / 0);
}

.hover\:border-interbeauty-300\/10:hover {
  border-color: rgb(182 219 231 / 0.1);
}

.hover\:border-interbeauty-300\/100:hover {
  border-color: rgb(182 219 231 / 1);
}

.hover\:border-interbeauty-300\/20:hover {
  border-color: rgb(182 219 231 / 0.2);
}

.hover\:border-interbeauty-300\/25:hover {
  border-color: rgb(182 219 231 / 0.25);
}

.hover\:border-interbeauty-300\/30:hover {
  border-color: rgb(182 219 231 / 0.3);
}

.hover\:border-interbeauty-300\/40:hover {
  border-color: rgb(182 219 231 / 0.4);
}

.hover\:border-interbeauty-300\/5:hover {
  border-color: rgb(182 219 231 / 0.05);
}

.hover\:border-interbeauty-300\/50:hover {
  border-color: rgb(182 219 231 / 0.5);
}

.hover\:border-interbeauty-300\/60:hover {
  border-color: rgb(182 219 231 / 0.6);
}

.hover\:border-interbeauty-300\/70:hover {
  border-color: rgb(182 219 231 / 0.7);
}

.hover\:border-interbeauty-300\/75:hover {
  border-color: rgb(182 219 231 / 0.75);
}

.hover\:border-interbeauty-300\/80:hover {
  border-color: rgb(182 219 231 / 0.8);
}

.hover\:border-interbeauty-300\/90:hover {
  border-color: rgb(182 219 231 / 0.9);
}

.hover\:border-interbeauty-300\/95:hover {
  border-color: rgb(182 219 231 / 0.95);
}

.hover\:border-interbeauty-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 250 247 / var(--tw-border-opacity));
}

.hover\:border-interbeauty-400\/0:hover {
  border-color: rgb(254 250 247 / 0);
}

.hover\:border-interbeauty-400\/10:hover {
  border-color: rgb(254 250 247 / 0.1);
}

.hover\:border-interbeauty-400\/100:hover {
  border-color: rgb(254 250 247 / 1);
}

.hover\:border-interbeauty-400\/20:hover {
  border-color: rgb(254 250 247 / 0.2);
}

.hover\:border-interbeauty-400\/25:hover {
  border-color: rgb(254 250 247 / 0.25);
}

.hover\:border-interbeauty-400\/30:hover {
  border-color: rgb(254 250 247 / 0.3);
}

.hover\:border-interbeauty-400\/40:hover {
  border-color: rgb(254 250 247 / 0.4);
}

.hover\:border-interbeauty-400\/5:hover {
  border-color: rgb(254 250 247 / 0.05);
}

.hover\:border-interbeauty-400\/50:hover {
  border-color: rgb(254 250 247 / 0.5);
}

.hover\:border-interbeauty-400\/60:hover {
  border-color: rgb(254 250 247 / 0.6);
}

.hover\:border-interbeauty-400\/70:hover {
  border-color: rgb(254 250 247 / 0.7);
}

.hover\:border-interbeauty-400\/75:hover {
  border-color: rgb(254 250 247 / 0.75);
}

.hover\:border-interbeauty-400\/80:hover {
  border-color: rgb(254 250 247 / 0.8);
}

.hover\:border-interbeauty-400\/90:hover {
  border-color: rgb(254 250 247 / 0.9);
}

.hover\:border-interbeauty-400\/95:hover {
  border-color: rgb(254 250 247 / 0.95);
}

.hover\:border-interbeauty-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(193 225 224 / var(--tw-border-opacity));
}

.hover\:border-interbeauty-500\/0:hover {
  border-color: rgb(193 225 224 / 0);
}

.hover\:border-interbeauty-500\/10:hover {
  border-color: rgb(193 225 224 / 0.1);
}

.hover\:border-interbeauty-500\/100:hover {
  border-color: rgb(193 225 224 / 1);
}

.hover\:border-interbeauty-500\/20:hover {
  border-color: rgb(193 225 224 / 0.2);
}

.hover\:border-interbeauty-500\/25:hover {
  border-color: rgb(193 225 224 / 0.25);
}

.hover\:border-interbeauty-500\/30:hover {
  border-color: rgb(193 225 224 / 0.3);
}

.hover\:border-interbeauty-500\/40:hover {
  border-color: rgb(193 225 224 / 0.4);
}

.hover\:border-interbeauty-500\/5:hover {
  border-color: rgb(193 225 224 / 0.05);
}

.hover\:border-interbeauty-500\/50:hover {
  border-color: rgb(193 225 224 / 0.5);
}

.hover\:border-interbeauty-500\/60:hover {
  border-color: rgb(193 225 224 / 0.6);
}

.hover\:border-interbeauty-500\/70:hover {
  border-color: rgb(193 225 224 / 0.7);
}

.hover\:border-interbeauty-500\/75:hover {
  border-color: rgb(193 225 224 / 0.75);
}

.hover\:border-interbeauty-500\/80:hover {
  border-color: rgb(193 225 224 / 0.8);
}

.hover\:border-interbeauty-500\/90:hover {
  border-color: rgb(193 225 224 / 0.9);
}

.hover\:border-interbeauty-500\/95:hover {
  border-color: rgb(193 225 224 / 0.95);
}

.hover\:border-interbeauty-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(88 88 94 / var(--tw-border-opacity));
}

.hover\:border-interbeauty-600\/0:hover {
  border-color: rgb(88 88 94 / 0);
}

.hover\:border-interbeauty-600\/10:hover {
  border-color: rgb(88 88 94 / 0.1);
}

.hover\:border-interbeauty-600\/100:hover {
  border-color: rgb(88 88 94 / 1);
}

.hover\:border-interbeauty-600\/20:hover {
  border-color: rgb(88 88 94 / 0.2);
}

.hover\:border-interbeauty-600\/25:hover {
  border-color: rgb(88 88 94 / 0.25);
}

.hover\:border-interbeauty-600\/30:hover {
  border-color: rgb(88 88 94 / 0.3);
}

.hover\:border-interbeauty-600\/40:hover {
  border-color: rgb(88 88 94 / 0.4);
}

.hover\:border-interbeauty-600\/5:hover {
  border-color: rgb(88 88 94 / 0.05);
}

.hover\:border-interbeauty-600\/50:hover {
  border-color: rgb(88 88 94 / 0.5);
}

.hover\:border-interbeauty-600\/60:hover {
  border-color: rgb(88 88 94 / 0.6);
}

.hover\:border-interbeauty-600\/70:hover {
  border-color: rgb(88 88 94 / 0.7);
}

.hover\:border-interbeauty-600\/75:hover {
  border-color: rgb(88 88 94 / 0.75);
}

.hover\:border-interbeauty-600\/80:hover {
  border-color: rgb(88 88 94 / 0.8);
}

.hover\:border-interbeauty-600\/90:hover {
  border-color: rgb(88 88 94 / 0.9);
}

.hover\:border-interbeauty-600\/95:hover {
  border-color: rgb(88 88 94 / 0.95);
}

.hover\:border-ipnvaluers-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 40 87 / var(--tw-border-opacity));
}

.hover\:border-ipnvaluers-200\/0:hover {
  border-color: rgb(0 40 87 / 0);
}

.hover\:border-ipnvaluers-200\/10:hover {
  border-color: rgb(0 40 87 / 0.1);
}

.hover\:border-ipnvaluers-200\/100:hover {
  border-color: rgb(0 40 87 / 1);
}

.hover\:border-ipnvaluers-200\/20:hover {
  border-color: rgb(0 40 87 / 0.2);
}

.hover\:border-ipnvaluers-200\/25:hover {
  border-color: rgb(0 40 87 / 0.25);
}

.hover\:border-ipnvaluers-200\/30:hover {
  border-color: rgb(0 40 87 / 0.3);
}

.hover\:border-ipnvaluers-200\/40:hover {
  border-color: rgb(0 40 87 / 0.4);
}

.hover\:border-ipnvaluers-200\/5:hover {
  border-color: rgb(0 40 87 / 0.05);
}

.hover\:border-ipnvaluers-200\/50:hover {
  border-color: rgb(0 40 87 / 0.5);
}

.hover\:border-ipnvaluers-200\/60:hover {
  border-color: rgb(0 40 87 / 0.6);
}

.hover\:border-ipnvaluers-200\/70:hover {
  border-color: rgb(0 40 87 / 0.7);
}

.hover\:border-ipnvaluers-200\/75:hover {
  border-color: rgb(0 40 87 / 0.75);
}

.hover\:border-ipnvaluers-200\/80:hover {
  border-color: rgb(0 40 87 / 0.8);
}

.hover\:border-ipnvaluers-200\/90:hover {
  border-color: rgb(0 40 87 / 0.9);
}

.hover\:border-ipnvaluers-200\/95:hover {
  border-color: rgb(0 40 87 / 0.95);
}

.hover\:border-ipnvaluers-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(196 107 22 / var(--tw-border-opacity));
}

.hover\:border-ipnvaluers-400\/0:hover {
  border-color: rgb(196 107 22 / 0);
}

.hover\:border-ipnvaluers-400\/10:hover {
  border-color: rgb(196 107 22 / 0.1);
}

.hover\:border-ipnvaluers-400\/100:hover {
  border-color: rgb(196 107 22 / 1);
}

.hover\:border-ipnvaluers-400\/20:hover {
  border-color: rgb(196 107 22 / 0.2);
}

.hover\:border-ipnvaluers-400\/25:hover {
  border-color: rgb(196 107 22 / 0.25);
}

.hover\:border-ipnvaluers-400\/30:hover {
  border-color: rgb(196 107 22 / 0.3);
}

.hover\:border-ipnvaluers-400\/40:hover {
  border-color: rgb(196 107 22 / 0.4);
}

.hover\:border-ipnvaluers-400\/5:hover {
  border-color: rgb(196 107 22 / 0.05);
}

.hover\:border-ipnvaluers-400\/50:hover {
  border-color: rgb(196 107 22 / 0.5);
}

.hover\:border-ipnvaluers-400\/60:hover {
  border-color: rgb(196 107 22 / 0.6);
}

.hover\:border-ipnvaluers-400\/70:hover {
  border-color: rgb(196 107 22 / 0.7);
}

.hover\:border-ipnvaluers-400\/75:hover {
  border-color: rgb(196 107 22 / 0.75);
}

.hover\:border-ipnvaluers-400\/80:hover {
  border-color: rgb(196 107 22 / 0.8);
}

.hover\:border-ipnvaluers-400\/90:hover {
  border-color: rgb(196 107 22 / 0.9);
}

.hover\:border-ipnvaluers-400\/95:hover {
  border-color: rgb(196 107 22 / 0.95);
}

.hover\:border-ipnvaluers-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(245 174 21 / var(--tw-border-opacity));
}

.hover\:border-ipnvaluers-500\/0:hover {
  border-color: rgb(245 174 21 / 0);
}

.hover\:border-ipnvaluers-500\/10:hover {
  border-color: rgb(245 174 21 / 0.1);
}

.hover\:border-ipnvaluers-500\/100:hover {
  border-color: rgb(245 174 21 / 1);
}

.hover\:border-ipnvaluers-500\/20:hover {
  border-color: rgb(245 174 21 / 0.2);
}

.hover\:border-ipnvaluers-500\/25:hover {
  border-color: rgb(245 174 21 / 0.25);
}

.hover\:border-ipnvaluers-500\/30:hover {
  border-color: rgb(245 174 21 / 0.3);
}

.hover\:border-ipnvaluers-500\/40:hover {
  border-color: rgb(245 174 21 / 0.4);
}

.hover\:border-ipnvaluers-500\/5:hover {
  border-color: rgb(245 174 21 / 0.05);
}

.hover\:border-ipnvaluers-500\/50:hover {
  border-color: rgb(245 174 21 / 0.5);
}

.hover\:border-ipnvaluers-500\/60:hover {
  border-color: rgb(245 174 21 / 0.6);
}

.hover\:border-ipnvaluers-500\/70:hover {
  border-color: rgb(245 174 21 / 0.7);
}

.hover\:border-ipnvaluers-500\/75:hover {
  border-color: rgb(245 174 21 / 0.75);
}

.hover\:border-ipnvaluers-500\/80:hover {
  border-color: rgb(245 174 21 / 0.8);
}

.hover\:border-ipnvaluers-500\/90:hover {
  border-color: rgb(245 174 21 / 0.9);
}

.hover\:border-ipnvaluers-500\/95:hover {
  border-color: rgb(245 174 21 / 0.95);
}

.hover\:border-jukejam-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(250 210 101 / var(--tw-border-opacity));
}

.hover\:border-jukejam-500\/0:hover {
  border-color: rgb(250 210 101 / 0);
}

.hover\:border-jukejam-500\/10:hover {
  border-color: rgb(250 210 101 / 0.1);
}

.hover\:border-jukejam-500\/100:hover {
  border-color: rgb(250 210 101 / 1);
}

.hover\:border-jukejam-500\/20:hover {
  border-color: rgb(250 210 101 / 0.2);
}

.hover\:border-jukejam-500\/25:hover {
  border-color: rgb(250 210 101 / 0.25);
}

.hover\:border-jukejam-500\/30:hover {
  border-color: rgb(250 210 101 / 0.3);
}

.hover\:border-jukejam-500\/40:hover {
  border-color: rgb(250 210 101 / 0.4);
}

.hover\:border-jukejam-500\/5:hover {
  border-color: rgb(250 210 101 / 0.05);
}

.hover\:border-jukejam-500\/50:hover {
  border-color: rgb(250 210 101 / 0.5);
}

.hover\:border-jukejam-500\/60:hover {
  border-color: rgb(250 210 101 / 0.6);
}

.hover\:border-jukejam-500\/70:hover {
  border-color: rgb(250 210 101 / 0.7);
}

.hover\:border-jukejam-500\/75:hover {
  border-color: rgb(250 210 101 / 0.75);
}

.hover\:border-jukejam-500\/80:hover {
  border-color: rgb(250 210 101 / 0.8);
}

.hover\:border-jukejam-500\/90:hover {
  border-color: rgb(250 210 101 / 0.9);
}

.hover\:border-jukejam-500\/95:hover {
  border-color: rgb(250 210 101 / 0.95);
}

.hover\:border-lime-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(236 252 203 / var(--tw-border-opacity));
}

.hover\:border-lime-100\/0:hover {
  border-color: rgb(236 252 203 / 0);
}

.hover\:border-lime-100\/10:hover {
  border-color: rgb(236 252 203 / 0.1);
}

.hover\:border-lime-100\/100:hover {
  border-color: rgb(236 252 203 / 1);
}

.hover\:border-lime-100\/20:hover {
  border-color: rgb(236 252 203 / 0.2);
}

.hover\:border-lime-100\/25:hover {
  border-color: rgb(236 252 203 / 0.25);
}

.hover\:border-lime-100\/30:hover {
  border-color: rgb(236 252 203 / 0.3);
}

.hover\:border-lime-100\/40:hover {
  border-color: rgb(236 252 203 / 0.4);
}

.hover\:border-lime-100\/5:hover {
  border-color: rgb(236 252 203 / 0.05);
}

.hover\:border-lime-100\/50:hover {
  border-color: rgb(236 252 203 / 0.5);
}

.hover\:border-lime-100\/60:hover {
  border-color: rgb(236 252 203 / 0.6);
}

.hover\:border-lime-100\/70:hover {
  border-color: rgb(236 252 203 / 0.7);
}

.hover\:border-lime-100\/75:hover {
  border-color: rgb(236 252 203 / 0.75);
}

.hover\:border-lime-100\/80:hover {
  border-color: rgb(236 252 203 / 0.8);
}

.hover\:border-lime-100\/90:hover {
  border-color: rgb(236 252 203 / 0.9);
}

.hover\:border-lime-100\/95:hover {
  border-color: rgb(236 252 203 / 0.95);
}

.hover\:border-lime-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(217 249 157 / var(--tw-border-opacity));
}

.hover\:border-lime-200\/0:hover {
  border-color: rgb(217 249 157 / 0);
}

.hover\:border-lime-200\/10:hover {
  border-color: rgb(217 249 157 / 0.1);
}

.hover\:border-lime-200\/100:hover {
  border-color: rgb(217 249 157 / 1);
}

.hover\:border-lime-200\/20:hover {
  border-color: rgb(217 249 157 / 0.2);
}

.hover\:border-lime-200\/25:hover {
  border-color: rgb(217 249 157 / 0.25);
}

.hover\:border-lime-200\/30:hover {
  border-color: rgb(217 249 157 / 0.3);
}

.hover\:border-lime-200\/40:hover {
  border-color: rgb(217 249 157 / 0.4);
}

.hover\:border-lime-200\/5:hover {
  border-color: rgb(217 249 157 / 0.05);
}

.hover\:border-lime-200\/50:hover {
  border-color: rgb(217 249 157 / 0.5);
}

.hover\:border-lime-200\/60:hover {
  border-color: rgb(217 249 157 / 0.6);
}

.hover\:border-lime-200\/70:hover {
  border-color: rgb(217 249 157 / 0.7);
}

.hover\:border-lime-200\/75:hover {
  border-color: rgb(217 249 157 / 0.75);
}

.hover\:border-lime-200\/80:hover {
  border-color: rgb(217 249 157 / 0.8);
}

.hover\:border-lime-200\/90:hover {
  border-color: rgb(217 249 157 / 0.9);
}

.hover\:border-lime-200\/95:hover {
  border-color: rgb(217 249 157 / 0.95);
}

.hover\:border-lime-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(190 242 100 / var(--tw-border-opacity));
}

.hover\:border-lime-300\/0:hover {
  border-color: rgb(190 242 100 / 0);
}

.hover\:border-lime-300\/10:hover {
  border-color: rgb(190 242 100 / 0.1);
}

.hover\:border-lime-300\/100:hover {
  border-color: rgb(190 242 100 / 1);
}

.hover\:border-lime-300\/20:hover {
  border-color: rgb(190 242 100 / 0.2);
}

.hover\:border-lime-300\/25:hover {
  border-color: rgb(190 242 100 / 0.25);
}

.hover\:border-lime-300\/30:hover {
  border-color: rgb(190 242 100 / 0.3);
}

.hover\:border-lime-300\/40:hover {
  border-color: rgb(190 242 100 / 0.4);
}

.hover\:border-lime-300\/5:hover {
  border-color: rgb(190 242 100 / 0.05);
}

.hover\:border-lime-300\/50:hover {
  border-color: rgb(190 242 100 / 0.5);
}

.hover\:border-lime-300\/60:hover {
  border-color: rgb(190 242 100 / 0.6);
}

.hover\:border-lime-300\/70:hover {
  border-color: rgb(190 242 100 / 0.7);
}

.hover\:border-lime-300\/75:hover {
  border-color: rgb(190 242 100 / 0.75);
}

.hover\:border-lime-300\/80:hover {
  border-color: rgb(190 242 100 / 0.8);
}

.hover\:border-lime-300\/90:hover {
  border-color: rgb(190 242 100 / 0.9);
}

.hover\:border-lime-300\/95:hover {
  border-color: rgb(190 242 100 / 0.95);
}

.hover\:border-lime-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-border-opacity));
}

.hover\:border-lime-400\/0:hover {
  border-color: rgb(163 230 53 / 0);
}

.hover\:border-lime-400\/10:hover {
  border-color: rgb(163 230 53 / 0.1);
}

.hover\:border-lime-400\/100:hover {
  border-color: rgb(163 230 53 / 1);
}

.hover\:border-lime-400\/20:hover {
  border-color: rgb(163 230 53 / 0.2);
}

.hover\:border-lime-400\/25:hover {
  border-color: rgb(163 230 53 / 0.25);
}

.hover\:border-lime-400\/30:hover {
  border-color: rgb(163 230 53 / 0.3);
}

.hover\:border-lime-400\/40:hover {
  border-color: rgb(163 230 53 / 0.4);
}

.hover\:border-lime-400\/5:hover {
  border-color: rgb(163 230 53 / 0.05);
}

.hover\:border-lime-400\/50:hover {
  border-color: rgb(163 230 53 / 0.5);
}

.hover\:border-lime-400\/60:hover {
  border-color: rgb(163 230 53 / 0.6);
}

.hover\:border-lime-400\/70:hover {
  border-color: rgb(163 230 53 / 0.7);
}

.hover\:border-lime-400\/75:hover {
  border-color: rgb(163 230 53 / 0.75);
}

.hover\:border-lime-400\/80:hover {
  border-color: rgb(163 230 53 / 0.8);
}

.hover\:border-lime-400\/90:hover {
  border-color: rgb(163 230 53 / 0.9);
}

.hover\:border-lime-400\/95:hover {
  border-color: rgb(163 230 53 / 0.95);
}

.hover\:border-lime-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(247 254 231 / var(--tw-border-opacity));
}

.hover\:border-lime-50\/0:hover {
  border-color: rgb(247 254 231 / 0);
}

.hover\:border-lime-50\/10:hover {
  border-color: rgb(247 254 231 / 0.1);
}

.hover\:border-lime-50\/100:hover {
  border-color: rgb(247 254 231 / 1);
}

.hover\:border-lime-50\/20:hover {
  border-color: rgb(247 254 231 / 0.2);
}

.hover\:border-lime-50\/25:hover {
  border-color: rgb(247 254 231 / 0.25);
}

.hover\:border-lime-50\/30:hover {
  border-color: rgb(247 254 231 / 0.3);
}

.hover\:border-lime-50\/40:hover {
  border-color: rgb(247 254 231 / 0.4);
}

.hover\:border-lime-50\/5:hover {
  border-color: rgb(247 254 231 / 0.05);
}

.hover\:border-lime-50\/50:hover {
  border-color: rgb(247 254 231 / 0.5);
}

.hover\:border-lime-50\/60:hover {
  border-color: rgb(247 254 231 / 0.6);
}

.hover\:border-lime-50\/70:hover {
  border-color: rgb(247 254 231 / 0.7);
}

.hover\:border-lime-50\/75:hover {
  border-color: rgb(247 254 231 / 0.75);
}

.hover\:border-lime-50\/80:hover {
  border-color: rgb(247 254 231 / 0.8);
}

.hover\:border-lime-50\/90:hover {
  border-color: rgb(247 254 231 / 0.9);
}

.hover\:border-lime-50\/95:hover {
  border-color: rgb(247 254 231 / 0.95);
}

.hover\:border-lime-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity));
}

.hover\:border-lime-500\/0:hover {
  border-color: rgb(132 204 22 / 0);
}

.hover\:border-lime-500\/10:hover {
  border-color: rgb(132 204 22 / 0.1);
}

.hover\:border-lime-500\/100:hover {
  border-color: rgb(132 204 22 / 1);
}

.hover\:border-lime-500\/20:hover {
  border-color: rgb(132 204 22 / 0.2);
}

.hover\:border-lime-500\/25:hover {
  border-color: rgb(132 204 22 / 0.25);
}

.hover\:border-lime-500\/30:hover {
  border-color: rgb(132 204 22 / 0.3);
}

.hover\:border-lime-500\/40:hover {
  border-color: rgb(132 204 22 / 0.4);
}

.hover\:border-lime-500\/5:hover {
  border-color: rgb(132 204 22 / 0.05);
}

.hover\:border-lime-500\/50:hover {
  border-color: rgb(132 204 22 / 0.5);
}

.hover\:border-lime-500\/60:hover {
  border-color: rgb(132 204 22 / 0.6);
}

.hover\:border-lime-500\/70:hover {
  border-color: rgb(132 204 22 / 0.7);
}

.hover\:border-lime-500\/75:hover {
  border-color: rgb(132 204 22 / 0.75);
}

.hover\:border-lime-500\/80:hover {
  border-color: rgb(132 204 22 / 0.8);
}

.hover\:border-lime-500\/90:hover {
  border-color: rgb(132 204 22 / 0.9);
}

.hover\:border-lime-500\/95:hover {
  border-color: rgb(132 204 22 / 0.95);
}

.hover\:border-lime-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(101 163 13 / var(--tw-border-opacity));
}

.hover\:border-lime-600\/0:hover {
  border-color: rgb(101 163 13 / 0);
}

.hover\:border-lime-600\/10:hover {
  border-color: rgb(101 163 13 / 0.1);
}

.hover\:border-lime-600\/100:hover {
  border-color: rgb(101 163 13 / 1);
}

.hover\:border-lime-600\/20:hover {
  border-color: rgb(101 163 13 / 0.2);
}

.hover\:border-lime-600\/25:hover {
  border-color: rgb(101 163 13 / 0.25);
}

.hover\:border-lime-600\/30:hover {
  border-color: rgb(101 163 13 / 0.3);
}

.hover\:border-lime-600\/40:hover {
  border-color: rgb(101 163 13 / 0.4);
}

.hover\:border-lime-600\/5:hover {
  border-color: rgb(101 163 13 / 0.05);
}

.hover\:border-lime-600\/50:hover {
  border-color: rgb(101 163 13 / 0.5);
}

.hover\:border-lime-600\/60:hover {
  border-color: rgb(101 163 13 / 0.6);
}

.hover\:border-lime-600\/70:hover {
  border-color: rgb(101 163 13 / 0.7);
}

.hover\:border-lime-600\/75:hover {
  border-color: rgb(101 163 13 / 0.75);
}

.hover\:border-lime-600\/80:hover {
  border-color: rgb(101 163 13 / 0.8);
}

.hover\:border-lime-600\/90:hover {
  border-color: rgb(101 163 13 / 0.9);
}

.hover\:border-lime-600\/95:hover {
  border-color: rgb(101 163 13 / 0.95);
}

.hover\:border-lime-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(77 124 15 / var(--tw-border-opacity));
}

.hover\:border-lime-700\/0:hover {
  border-color: rgb(77 124 15 / 0);
}

.hover\:border-lime-700\/10:hover {
  border-color: rgb(77 124 15 / 0.1);
}

.hover\:border-lime-700\/100:hover {
  border-color: rgb(77 124 15 / 1);
}

.hover\:border-lime-700\/20:hover {
  border-color: rgb(77 124 15 / 0.2);
}

.hover\:border-lime-700\/25:hover {
  border-color: rgb(77 124 15 / 0.25);
}

.hover\:border-lime-700\/30:hover {
  border-color: rgb(77 124 15 / 0.3);
}

.hover\:border-lime-700\/40:hover {
  border-color: rgb(77 124 15 / 0.4);
}

.hover\:border-lime-700\/5:hover {
  border-color: rgb(77 124 15 / 0.05);
}

.hover\:border-lime-700\/50:hover {
  border-color: rgb(77 124 15 / 0.5);
}

.hover\:border-lime-700\/60:hover {
  border-color: rgb(77 124 15 / 0.6);
}

.hover\:border-lime-700\/70:hover {
  border-color: rgb(77 124 15 / 0.7);
}

.hover\:border-lime-700\/75:hover {
  border-color: rgb(77 124 15 / 0.75);
}

.hover\:border-lime-700\/80:hover {
  border-color: rgb(77 124 15 / 0.8);
}

.hover\:border-lime-700\/90:hover {
  border-color: rgb(77 124 15 / 0.9);
}

.hover\:border-lime-700\/95:hover {
  border-color: rgb(77 124 15 / 0.95);
}

.hover\:border-lime-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(63 98 18 / var(--tw-border-opacity));
}

.hover\:border-lime-800\/0:hover {
  border-color: rgb(63 98 18 / 0);
}

.hover\:border-lime-800\/10:hover {
  border-color: rgb(63 98 18 / 0.1);
}

.hover\:border-lime-800\/100:hover {
  border-color: rgb(63 98 18 / 1);
}

.hover\:border-lime-800\/20:hover {
  border-color: rgb(63 98 18 / 0.2);
}

.hover\:border-lime-800\/25:hover {
  border-color: rgb(63 98 18 / 0.25);
}

.hover\:border-lime-800\/30:hover {
  border-color: rgb(63 98 18 / 0.3);
}

.hover\:border-lime-800\/40:hover {
  border-color: rgb(63 98 18 / 0.4);
}

.hover\:border-lime-800\/5:hover {
  border-color: rgb(63 98 18 / 0.05);
}

.hover\:border-lime-800\/50:hover {
  border-color: rgb(63 98 18 / 0.5);
}

.hover\:border-lime-800\/60:hover {
  border-color: rgb(63 98 18 / 0.6);
}

.hover\:border-lime-800\/70:hover {
  border-color: rgb(63 98 18 / 0.7);
}

.hover\:border-lime-800\/75:hover {
  border-color: rgb(63 98 18 / 0.75);
}

.hover\:border-lime-800\/80:hover {
  border-color: rgb(63 98 18 / 0.8);
}

.hover\:border-lime-800\/90:hover {
  border-color: rgb(63 98 18 / 0.9);
}

.hover\:border-lime-800\/95:hover {
  border-color: rgb(63 98 18 / 0.95);
}

.hover\:border-lime-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(54 83 20 / var(--tw-border-opacity));
}

.hover\:border-lime-900\/0:hover {
  border-color: rgb(54 83 20 / 0);
}

.hover\:border-lime-900\/10:hover {
  border-color: rgb(54 83 20 / 0.1);
}

.hover\:border-lime-900\/100:hover {
  border-color: rgb(54 83 20 / 1);
}

.hover\:border-lime-900\/20:hover {
  border-color: rgb(54 83 20 / 0.2);
}

.hover\:border-lime-900\/25:hover {
  border-color: rgb(54 83 20 / 0.25);
}

.hover\:border-lime-900\/30:hover {
  border-color: rgb(54 83 20 / 0.3);
}

.hover\:border-lime-900\/40:hover {
  border-color: rgb(54 83 20 / 0.4);
}

.hover\:border-lime-900\/5:hover {
  border-color: rgb(54 83 20 / 0.05);
}

.hover\:border-lime-900\/50:hover {
  border-color: rgb(54 83 20 / 0.5);
}

.hover\:border-lime-900\/60:hover {
  border-color: rgb(54 83 20 / 0.6);
}

.hover\:border-lime-900\/70:hover {
  border-color: rgb(54 83 20 / 0.7);
}

.hover\:border-lime-900\/75:hover {
  border-color: rgb(54 83 20 / 0.75);
}

.hover\:border-lime-900\/80:hover {
  border-color: rgb(54 83 20 / 0.8);
}

.hover\:border-lime-900\/90:hover {
  border-color: rgb(54 83 20 / 0.9);
}

.hover\:border-lime-900\/95:hover {
  border-color: rgb(54 83 20 / 0.95);
}

.hover\:border-lime-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(26 46 5 / var(--tw-border-opacity));
}

.hover\:border-lime-950\/0:hover {
  border-color: rgb(26 46 5 / 0);
}

.hover\:border-lime-950\/10:hover {
  border-color: rgb(26 46 5 / 0.1);
}

.hover\:border-lime-950\/100:hover {
  border-color: rgb(26 46 5 / 1);
}

.hover\:border-lime-950\/20:hover {
  border-color: rgb(26 46 5 / 0.2);
}

.hover\:border-lime-950\/25:hover {
  border-color: rgb(26 46 5 / 0.25);
}

.hover\:border-lime-950\/30:hover {
  border-color: rgb(26 46 5 / 0.3);
}

.hover\:border-lime-950\/40:hover {
  border-color: rgb(26 46 5 / 0.4);
}

.hover\:border-lime-950\/5:hover {
  border-color: rgb(26 46 5 / 0.05);
}

.hover\:border-lime-950\/50:hover {
  border-color: rgb(26 46 5 / 0.5);
}

.hover\:border-lime-950\/60:hover {
  border-color: rgb(26 46 5 / 0.6);
}

.hover\:border-lime-950\/70:hover {
  border-color: rgb(26 46 5 / 0.7);
}

.hover\:border-lime-950\/75:hover {
  border-color: rgb(26 46 5 / 0.75);
}

.hover\:border-lime-950\/80:hover {
  border-color: rgb(26 46 5 / 0.8);
}

.hover\:border-lime-950\/90:hover {
  border-color: rgb(26 46 5 / 0.9);
}

.hover\:border-lime-950\/95:hover {
  border-color: rgb(26 46 5 / 0.95);
}

.hover\:border-nafisa-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(153 53 10 / var(--tw-border-opacity));
}

.hover\:border-nafisa-500\/0:hover {
  border-color: rgb(153 53 10 / 0);
}

.hover\:border-nafisa-500\/10:hover {
  border-color: rgb(153 53 10 / 0.1);
}

.hover\:border-nafisa-500\/100:hover {
  border-color: rgb(153 53 10 / 1);
}

.hover\:border-nafisa-500\/20:hover {
  border-color: rgb(153 53 10 / 0.2);
}

.hover\:border-nafisa-500\/25:hover {
  border-color: rgb(153 53 10 / 0.25);
}

.hover\:border-nafisa-500\/30:hover {
  border-color: rgb(153 53 10 / 0.3);
}

.hover\:border-nafisa-500\/40:hover {
  border-color: rgb(153 53 10 / 0.4);
}

.hover\:border-nafisa-500\/5:hover {
  border-color: rgb(153 53 10 / 0.05);
}

.hover\:border-nafisa-500\/50:hover {
  border-color: rgb(153 53 10 / 0.5);
}

.hover\:border-nafisa-500\/60:hover {
  border-color: rgb(153 53 10 / 0.6);
}

.hover\:border-nafisa-500\/70:hover {
  border-color: rgb(153 53 10 / 0.7);
}

.hover\:border-nafisa-500\/75:hover {
  border-color: rgb(153 53 10 / 0.75);
}

.hover\:border-nafisa-500\/80:hover {
  border-color: rgb(153 53 10 / 0.8);
}

.hover\:border-nafisa-500\/90:hover {
  border-color: rgb(153 53 10 / 0.9);
}

.hover\:border-nafisa-500\/95:hover {
  border-color: rgb(153 53 10 / 0.95);
}

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

.hover\:border-neutral-100\/0:hover {
  border-color: rgb(245 245 245 / 0);
}

.hover\:border-neutral-100\/10:hover {
  border-color: rgb(245 245 245 / 0.1);
}

.hover\:border-neutral-100\/100:hover {
  border-color: rgb(245 245 245 / 1);
}

.hover\:border-neutral-100\/20:hover {
  border-color: rgb(245 245 245 / 0.2);
}

.hover\:border-neutral-100\/25:hover {
  border-color: rgb(245 245 245 / 0.25);
}

.hover\:border-neutral-100\/30:hover {
  border-color: rgb(245 245 245 / 0.3);
}

.hover\:border-neutral-100\/40:hover {
  border-color: rgb(245 245 245 / 0.4);
}

.hover\:border-neutral-100\/5:hover {
  border-color: rgb(245 245 245 / 0.05);
}

.hover\:border-neutral-100\/50:hover {
  border-color: rgb(245 245 245 / 0.5);
}

.hover\:border-neutral-100\/60:hover {
  border-color: rgb(245 245 245 / 0.6);
}

.hover\:border-neutral-100\/70:hover {
  border-color: rgb(245 245 245 / 0.7);
}

.hover\:border-neutral-100\/75:hover {
  border-color: rgb(245 245 245 / 0.75);
}

.hover\:border-neutral-100\/80:hover {
  border-color: rgb(245 245 245 / 0.8);
}

.hover\:border-neutral-100\/90:hover {
  border-color: rgb(245 245 245 / 0.9);
}

.hover\:border-neutral-100\/95:hover {
  border-color: rgb(245 245 245 / 0.95);
}

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

.hover\:border-neutral-200\/0:hover {
  border-color: rgb(229 229 229 / 0);
}

.hover\:border-neutral-200\/10:hover {
  border-color: rgb(229 229 229 / 0.1);
}

.hover\:border-neutral-200\/100:hover {
  border-color: rgb(229 229 229 / 1);
}

.hover\:border-neutral-200\/20:hover {
  border-color: rgb(229 229 229 / 0.2);
}

.hover\:border-neutral-200\/25:hover {
  border-color: rgb(229 229 229 / 0.25);
}

.hover\:border-neutral-200\/30:hover {
  border-color: rgb(229 229 229 / 0.3);
}

.hover\:border-neutral-200\/40:hover {
  border-color: rgb(229 229 229 / 0.4);
}

.hover\:border-neutral-200\/5:hover {
  border-color: rgb(229 229 229 / 0.05);
}

.hover\:border-neutral-200\/50:hover {
  border-color: rgb(229 229 229 / 0.5);
}

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

.hover\:border-neutral-200\/70:hover {
  border-color: rgb(229 229 229 / 0.7);
}

.hover\:border-neutral-200\/75:hover {
  border-color: rgb(229 229 229 / 0.75);
}

.hover\:border-neutral-200\/80:hover {
  border-color: rgb(229 229 229 / 0.8);
}

.hover\:border-neutral-200\/90:hover {
  border-color: rgb(229 229 229 / 0.9);
}

.hover\:border-neutral-200\/95:hover {
  border-color: rgb(229 229 229 / 0.95);
}

.hover\:border-neutral-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.hover\:border-neutral-300\/0:hover {
  border-color: rgb(212 212 212 / 0);
}

.hover\:border-neutral-300\/10:hover {
  border-color: rgb(212 212 212 / 0.1);
}

.hover\:border-neutral-300\/100:hover {
  border-color: rgb(212 212 212 / 1);
}

.hover\:border-neutral-300\/20:hover {
  border-color: rgb(212 212 212 / 0.2);
}

.hover\:border-neutral-300\/25:hover {
  border-color: rgb(212 212 212 / 0.25);
}

.hover\:border-neutral-300\/30:hover {
  border-color: rgb(212 212 212 / 0.3);
}

.hover\:border-neutral-300\/40:hover {
  border-color: rgb(212 212 212 / 0.4);
}

.hover\:border-neutral-300\/5:hover {
  border-color: rgb(212 212 212 / 0.05);
}

.hover\:border-neutral-300\/50:hover {
  border-color: rgb(212 212 212 / 0.5);
}

.hover\:border-neutral-300\/60:hover {
  border-color: rgb(212 212 212 / 0.6);
}

.hover\:border-neutral-300\/70:hover {
  border-color: rgb(212 212 212 / 0.7);
}

.hover\:border-neutral-300\/75:hover {
  border-color: rgb(212 212 212 / 0.75);
}

.hover\:border-neutral-300\/80:hover {
  border-color: rgb(212 212 212 / 0.8);
}

.hover\:border-neutral-300\/90:hover {
  border-color: rgb(212 212 212 / 0.9);
}

.hover\:border-neutral-300\/95:hover {
  border-color: rgb(212 212 212 / 0.95);
}

.hover\:border-neutral-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.hover\:border-neutral-400\/0:hover {
  border-color: rgb(163 163 163 / 0);
}

.hover\:border-neutral-400\/10:hover {
  border-color: rgb(163 163 163 / 0.1);
}

.hover\:border-neutral-400\/100:hover {
  border-color: rgb(163 163 163 / 1);
}

.hover\:border-neutral-400\/20:hover {
  border-color: rgb(163 163 163 / 0.2);
}

.hover\:border-neutral-400\/25:hover {
  border-color: rgb(163 163 163 / 0.25);
}

.hover\:border-neutral-400\/30:hover {
  border-color: rgb(163 163 163 / 0.3);
}

.hover\:border-neutral-400\/40:hover {
  border-color: rgb(163 163 163 / 0.4);
}

.hover\:border-neutral-400\/5:hover {
  border-color: rgb(163 163 163 / 0.05);
}

.hover\:border-neutral-400\/50:hover {
  border-color: rgb(163 163 163 / 0.5);
}

.hover\:border-neutral-400\/60:hover {
  border-color: rgb(163 163 163 / 0.6);
}

.hover\:border-neutral-400\/70:hover {
  border-color: rgb(163 163 163 / 0.7);
}

.hover\:border-neutral-400\/75:hover {
  border-color: rgb(163 163 163 / 0.75);
}

.hover\:border-neutral-400\/80:hover {
  border-color: rgb(163 163 163 / 0.8);
}

.hover\:border-neutral-400\/90:hover {
  border-color: rgb(163 163 163 / 0.9);
}

.hover\:border-neutral-400\/95:hover {
  border-color: rgb(163 163 163 / 0.95);
}

.hover\:border-neutral-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.hover\:border-neutral-50\/0:hover {
  border-color: rgb(250 250 250 / 0);
}

.hover\:border-neutral-50\/10:hover {
  border-color: rgb(250 250 250 / 0.1);
}

.hover\:border-neutral-50\/100:hover {
  border-color: rgb(250 250 250 / 1);
}

.hover\:border-neutral-50\/20:hover {
  border-color: rgb(250 250 250 / 0.2);
}

.hover\:border-neutral-50\/25:hover {
  border-color: rgb(250 250 250 / 0.25);
}

.hover\:border-neutral-50\/30:hover {
  border-color: rgb(250 250 250 / 0.3);
}

.hover\:border-neutral-50\/40:hover {
  border-color: rgb(250 250 250 / 0.4);
}

.hover\:border-neutral-50\/5:hover {
  border-color: rgb(250 250 250 / 0.05);
}

.hover\:border-neutral-50\/50:hover {
  border-color: rgb(250 250 250 / 0.5);
}

.hover\:border-neutral-50\/60:hover {
  border-color: rgb(250 250 250 / 0.6);
}

.hover\:border-neutral-50\/70:hover {
  border-color: rgb(250 250 250 / 0.7);
}

.hover\:border-neutral-50\/75:hover {
  border-color: rgb(250 250 250 / 0.75);
}

.hover\:border-neutral-50\/80:hover {
  border-color: rgb(250 250 250 / 0.8);
}

.hover\:border-neutral-50\/90:hover {
  border-color: rgb(250 250 250 / 0.9);
}

.hover\:border-neutral-50\/95:hover {
  border-color: rgb(250 250 250 / 0.95);
}

.hover\:border-neutral-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.hover\:border-neutral-500\/0:hover {
  border-color: rgb(115 115 115 / 0);
}

.hover\:border-neutral-500\/10:hover {
  border-color: rgb(115 115 115 / 0.1);
}

.hover\:border-neutral-500\/100:hover {
  border-color: rgb(115 115 115 / 1);
}

.hover\:border-neutral-500\/20:hover {
  border-color: rgb(115 115 115 / 0.2);
}

.hover\:border-neutral-500\/25:hover {
  border-color: rgb(115 115 115 / 0.25);
}

.hover\:border-neutral-500\/30:hover {
  border-color: rgb(115 115 115 / 0.3);
}

.hover\:border-neutral-500\/40:hover {
  border-color: rgb(115 115 115 / 0.4);
}

.hover\:border-neutral-500\/5:hover {
  border-color: rgb(115 115 115 / 0.05);
}

.hover\:border-neutral-500\/50:hover {
  border-color: rgb(115 115 115 / 0.5);
}

.hover\:border-neutral-500\/60:hover {
  border-color: rgb(115 115 115 / 0.6);
}

.hover\:border-neutral-500\/70:hover {
  border-color: rgb(115 115 115 / 0.7);
}

.hover\:border-neutral-500\/75:hover {
  border-color: rgb(115 115 115 / 0.75);
}

.hover\:border-neutral-500\/80:hover {
  border-color: rgb(115 115 115 / 0.8);
}

.hover\:border-neutral-500\/90:hover {
  border-color: rgb(115 115 115 / 0.9);
}

.hover\:border-neutral-500\/95:hover {
  border-color: rgb(115 115 115 / 0.95);
}

.hover\:border-neutral-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.hover\:border-neutral-600\/0:hover {
  border-color: rgb(82 82 82 / 0);
}

.hover\:border-neutral-600\/10:hover {
  border-color: rgb(82 82 82 / 0.1);
}

.hover\:border-neutral-600\/100:hover {
  border-color: rgb(82 82 82 / 1);
}

.hover\:border-neutral-600\/20:hover {
  border-color: rgb(82 82 82 / 0.2);
}

.hover\:border-neutral-600\/25:hover {
  border-color: rgb(82 82 82 / 0.25);
}

.hover\:border-neutral-600\/30:hover {
  border-color: rgb(82 82 82 / 0.3);
}

.hover\:border-neutral-600\/40:hover {
  border-color: rgb(82 82 82 / 0.4);
}

.hover\:border-neutral-600\/5:hover {
  border-color: rgb(82 82 82 / 0.05);
}

.hover\:border-neutral-600\/50:hover {
  border-color: rgb(82 82 82 / 0.5);
}

.hover\:border-neutral-600\/60:hover {
  border-color: rgb(82 82 82 / 0.6);
}

.hover\:border-neutral-600\/70:hover {
  border-color: rgb(82 82 82 / 0.7);
}

.hover\:border-neutral-600\/75:hover {
  border-color: rgb(82 82 82 / 0.75);
}

.hover\:border-neutral-600\/80:hover {
  border-color: rgb(82 82 82 / 0.8);
}

.hover\:border-neutral-600\/90:hover {
  border-color: rgb(82 82 82 / 0.9);
}

.hover\:border-neutral-600\/95:hover {
  border-color: rgb(82 82 82 / 0.95);
}

.hover\:border-neutral-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.hover\:border-neutral-700\/0:hover {
  border-color: rgb(64 64 64 / 0);
}

.hover\:border-neutral-700\/10:hover {
  border-color: rgb(64 64 64 / 0.1);
}

.hover\:border-neutral-700\/100:hover {
  border-color: rgb(64 64 64 / 1);
}

.hover\:border-neutral-700\/20:hover {
  border-color: rgb(64 64 64 / 0.2);
}

.hover\:border-neutral-700\/25:hover {
  border-color: rgb(64 64 64 / 0.25);
}

.hover\:border-neutral-700\/30:hover {
  border-color: rgb(64 64 64 / 0.3);
}

.hover\:border-neutral-700\/40:hover {
  border-color: rgb(64 64 64 / 0.4);
}

.hover\:border-neutral-700\/5:hover {
  border-color: rgb(64 64 64 / 0.05);
}

.hover\:border-neutral-700\/50:hover {
  border-color: rgb(64 64 64 / 0.5);
}

.hover\:border-neutral-700\/60:hover {
  border-color: rgb(64 64 64 / 0.6);
}

.hover\:border-neutral-700\/70:hover {
  border-color: rgb(64 64 64 / 0.7);
}

.hover\:border-neutral-700\/75:hover {
  border-color: rgb(64 64 64 / 0.75);
}

.hover\:border-neutral-700\/80:hover {
  border-color: rgb(64 64 64 / 0.8);
}

.hover\:border-neutral-700\/90:hover {
  border-color: rgb(64 64 64 / 0.9);
}

.hover\:border-neutral-700\/95:hover {
  border-color: rgb(64 64 64 / 0.95);
}

.hover\:border-neutral-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.hover\:border-neutral-800\/0:hover {
  border-color: rgb(38 38 38 / 0);
}

.hover\:border-neutral-800\/10:hover {
  border-color: rgb(38 38 38 / 0.1);
}

.hover\:border-neutral-800\/100:hover {
  border-color: rgb(38 38 38 / 1);
}

.hover\:border-neutral-800\/20:hover {
  border-color: rgb(38 38 38 / 0.2);
}

.hover\:border-neutral-800\/25:hover {
  border-color: rgb(38 38 38 / 0.25);
}

.hover\:border-neutral-800\/30:hover {
  border-color: rgb(38 38 38 / 0.3);
}

.hover\:border-neutral-800\/40:hover {
  border-color: rgb(38 38 38 / 0.4);
}

.hover\:border-neutral-800\/5:hover {
  border-color: rgb(38 38 38 / 0.05);
}

.hover\:border-neutral-800\/50:hover {
  border-color: rgb(38 38 38 / 0.5);
}

.hover\:border-neutral-800\/60:hover {
  border-color: rgb(38 38 38 / 0.6);
}

.hover\:border-neutral-800\/70:hover {
  border-color: rgb(38 38 38 / 0.7);
}

.hover\:border-neutral-800\/75:hover {
  border-color: rgb(38 38 38 / 0.75);
}

.hover\:border-neutral-800\/80:hover {
  border-color: rgb(38 38 38 / 0.8);
}

.hover\:border-neutral-800\/90:hover {
  border-color: rgb(38 38 38 / 0.9);
}

.hover\:border-neutral-800\/95:hover {
  border-color: rgb(38 38 38 / 0.95);
}

.hover\:border-neutral-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.hover\:border-neutral-900\/0:hover {
  border-color: rgb(23 23 23 / 0);
}

.hover\:border-neutral-900\/10:hover {
  border-color: rgb(23 23 23 / 0.1);
}

.hover\:border-neutral-900\/100:hover {
  border-color: rgb(23 23 23 / 1);
}

.hover\:border-neutral-900\/20:hover {
  border-color: rgb(23 23 23 / 0.2);
}

.hover\:border-neutral-900\/25:hover {
  border-color: rgb(23 23 23 / 0.25);
}

.hover\:border-neutral-900\/30:hover {
  border-color: rgb(23 23 23 / 0.3);
}

.hover\:border-neutral-900\/40:hover {
  border-color: rgb(23 23 23 / 0.4);
}

.hover\:border-neutral-900\/5:hover {
  border-color: rgb(23 23 23 / 0.05);
}

.hover\:border-neutral-900\/50:hover {
  border-color: rgb(23 23 23 / 0.5);
}

.hover\:border-neutral-900\/60:hover {
  border-color: rgb(23 23 23 / 0.6);
}

.hover\:border-neutral-900\/70:hover {
  border-color: rgb(23 23 23 / 0.7);
}

.hover\:border-neutral-900\/75:hover {
  border-color: rgb(23 23 23 / 0.75);
}

.hover\:border-neutral-900\/80:hover {
  border-color: rgb(23 23 23 / 0.8);
}

.hover\:border-neutral-900\/90:hover {
  border-color: rgb(23 23 23 / 0.9);
}

.hover\:border-neutral-900\/95:hover {
  border-color: rgb(23 23 23 / 0.95);
}

.hover\:border-neutral-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.hover\:border-neutral-950\/0:hover {
  border-color: rgb(10 10 10 / 0);
}

.hover\:border-neutral-950\/10:hover {
  border-color: rgb(10 10 10 / 0.1);
}

.hover\:border-neutral-950\/100:hover {
  border-color: rgb(10 10 10 / 1);
}

.hover\:border-neutral-950\/20:hover {
  border-color: rgb(10 10 10 / 0.2);
}

.hover\:border-neutral-950\/25:hover {
  border-color: rgb(10 10 10 / 0.25);
}

.hover\:border-neutral-950\/30:hover {
  border-color: rgb(10 10 10 / 0.3);
}

.hover\:border-neutral-950\/40:hover {
  border-color: rgb(10 10 10 / 0.4);
}

.hover\:border-neutral-950\/5:hover {
  border-color: rgb(10 10 10 / 0.05);
}

.hover\:border-neutral-950\/50:hover {
  border-color: rgb(10 10 10 / 0.5);
}

.hover\:border-neutral-950\/60:hover {
  border-color: rgb(10 10 10 / 0.6);
}

.hover\:border-neutral-950\/70:hover {
  border-color: rgb(10 10 10 / 0.7);
}

.hover\:border-neutral-950\/75:hover {
  border-color: rgb(10 10 10 / 0.75);
}

.hover\:border-neutral-950\/80:hover {
  border-color: rgb(10 10 10 / 0.8);
}

.hover\:border-neutral-950\/90:hover {
  border-color: rgb(10 10 10 / 0.9);
}

.hover\:border-neutral-950\/95:hover {
  border-color: rgb(10 10 10 / 0.95);
}

.hover\:border-orange-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-border-opacity));
}

.hover\:border-orange-100\/0:hover {
  border-color: rgb(255 237 213 / 0);
}

.hover\:border-orange-100\/10:hover {
  border-color: rgb(255 237 213 / 0.1);
}

.hover\:border-orange-100\/100:hover {
  border-color: rgb(255 237 213 / 1);
}

.hover\:border-orange-100\/20:hover {
  border-color: rgb(255 237 213 / 0.2);
}

.hover\:border-orange-100\/25:hover {
  border-color: rgb(255 237 213 / 0.25);
}

.hover\:border-orange-100\/30:hover {
  border-color: rgb(255 237 213 / 0.3);
}

.hover\:border-orange-100\/40:hover {
  border-color: rgb(255 237 213 / 0.4);
}

.hover\:border-orange-100\/5:hover {
  border-color: rgb(255 237 213 / 0.05);
}

.hover\:border-orange-100\/50:hover {
  border-color: rgb(255 237 213 / 0.5);
}

.hover\:border-orange-100\/60:hover {
  border-color: rgb(255 237 213 / 0.6);
}

.hover\:border-orange-100\/70:hover {
  border-color: rgb(255 237 213 / 0.7);
}

.hover\:border-orange-100\/75:hover {
  border-color: rgb(255 237 213 / 0.75);
}

.hover\:border-orange-100\/80:hover {
  border-color: rgb(255 237 213 / 0.8);
}

.hover\:border-orange-100\/90:hover {
  border-color: rgb(255 237 213 / 0.9);
}

.hover\:border-orange-100\/95:hover {
  border-color: rgb(255 237 213 / 0.95);
}

.hover\:border-orange-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity));
}

.hover\:border-orange-200\/0:hover {
  border-color: rgb(254 215 170 / 0);
}

.hover\:border-orange-200\/10:hover {
  border-color: rgb(254 215 170 / 0.1);
}

.hover\:border-orange-200\/100:hover {
  border-color: rgb(254 215 170 / 1);
}

.hover\:border-orange-200\/20:hover {
  border-color: rgb(254 215 170 / 0.2);
}

.hover\:border-orange-200\/25:hover {
  border-color: rgb(254 215 170 / 0.25);
}

.hover\:border-orange-200\/30:hover {
  border-color: rgb(254 215 170 / 0.3);
}

.hover\:border-orange-200\/40:hover {
  border-color: rgb(254 215 170 / 0.4);
}

.hover\:border-orange-200\/5:hover {
  border-color: rgb(254 215 170 / 0.05);
}

.hover\:border-orange-200\/50:hover {
  border-color: rgb(254 215 170 / 0.5);
}

.hover\:border-orange-200\/60:hover {
  border-color: rgb(254 215 170 / 0.6);
}

.hover\:border-orange-200\/70:hover {
  border-color: rgb(254 215 170 / 0.7);
}

.hover\:border-orange-200\/75:hover {
  border-color: rgb(254 215 170 / 0.75);
}

.hover\:border-orange-200\/80:hover {
  border-color: rgb(254 215 170 / 0.8);
}

.hover\:border-orange-200\/90:hover {
  border-color: rgb(254 215 170 / 0.9);
}

.hover\:border-orange-200\/95:hover {
  border-color: rgb(254 215 170 / 0.95);
}

.hover\:border-orange-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity));
}

.hover\:border-orange-300\/0:hover {
  border-color: rgb(253 186 116 / 0);
}

.hover\:border-orange-300\/10:hover {
  border-color: rgb(253 186 116 / 0.1);
}

.hover\:border-orange-300\/100:hover {
  border-color: rgb(253 186 116 / 1);
}

.hover\:border-orange-300\/20:hover {
  border-color: rgb(253 186 116 / 0.2);
}

.hover\:border-orange-300\/25:hover {
  border-color: rgb(253 186 116 / 0.25);
}

.hover\:border-orange-300\/30:hover {
  border-color: rgb(253 186 116 / 0.3);
}

.hover\:border-orange-300\/40:hover {
  border-color: rgb(253 186 116 / 0.4);
}

.hover\:border-orange-300\/5:hover {
  border-color: rgb(253 186 116 / 0.05);
}

.hover\:border-orange-300\/50:hover {
  border-color: rgb(253 186 116 / 0.5);
}

.hover\:border-orange-300\/60:hover {
  border-color: rgb(253 186 116 / 0.6);
}

.hover\:border-orange-300\/70:hover {
  border-color: rgb(253 186 116 / 0.7);
}

.hover\:border-orange-300\/75:hover {
  border-color: rgb(253 186 116 / 0.75);
}

.hover\:border-orange-300\/80:hover {
  border-color: rgb(253 186 116 / 0.8);
}

.hover\:border-orange-300\/90:hover {
  border-color: rgb(253 186 116 / 0.9);
}

.hover\:border-orange-300\/95:hover {
  border-color: rgb(253 186 116 / 0.95);
}

.hover\:border-orange-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.hover\:border-orange-400\/0:hover {
  border-color: rgb(251 146 60 / 0);
}

.hover\:border-orange-400\/10:hover {
  border-color: rgb(251 146 60 / 0.1);
}

.hover\:border-orange-400\/100:hover {
  border-color: rgb(251 146 60 / 1);
}

.hover\:border-orange-400\/20:hover {
  border-color: rgb(251 146 60 / 0.2);
}

.hover\:border-orange-400\/25:hover {
  border-color: rgb(251 146 60 / 0.25);
}

.hover\:border-orange-400\/30:hover {
  border-color: rgb(251 146 60 / 0.3);
}

.hover\:border-orange-400\/40:hover {
  border-color: rgb(251 146 60 / 0.4);
}

.hover\:border-orange-400\/5:hover {
  border-color: rgb(251 146 60 / 0.05);
}

.hover\:border-orange-400\/50:hover {
  border-color: rgb(251 146 60 / 0.5);
}

.hover\:border-orange-400\/60:hover {
  border-color: rgb(251 146 60 / 0.6);
}

.hover\:border-orange-400\/70:hover {
  border-color: rgb(251 146 60 / 0.7);
}

.hover\:border-orange-400\/75:hover {
  border-color: rgb(251 146 60 / 0.75);
}

.hover\:border-orange-400\/80:hover {
  border-color: rgb(251 146 60 / 0.8);
}

.hover\:border-orange-400\/90:hover {
  border-color: rgb(251 146 60 / 0.9);
}

.hover\:border-orange-400\/95:hover {
  border-color: rgb(251 146 60 / 0.95);
}

.hover\:border-orange-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 247 237 / var(--tw-border-opacity));
}

.hover\:border-orange-50\/0:hover {
  border-color: rgb(255 247 237 / 0);
}

.hover\:border-orange-50\/10:hover {
  border-color: rgb(255 247 237 / 0.1);
}

.hover\:border-orange-50\/100:hover {
  border-color: rgb(255 247 237 / 1);
}

.hover\:border-orange-50\/20:hover {
  border-color: rgb(255 247 237 / 0.2);
}

.hover\:border-orange-50\/25:hover {
  border-color: rgb(255 247 237 / 0.25);
}

.hover\:border-orange-50\/30:hover {
  border-color: rgb(255 247 237 / 0.3);
}

.hover\:border-orange-50\/40:hover {
  border-color: rgb(255 247 237 / 0.4);
}

.hover\:border-orange-50\/5:hover {
  border-color: rgb(255 247 237 / 0.05);
}

.hover\:border-orange-50\/50:hover {
  border-color: rgb(255 247 237 / 0.5);
}

.hover\:border-orange-50\/60:hover {
  border-color: rgb(255 247 237 / 0.6);
}

.hover\:border-orange-50\/70:hover {
  border-color: rgb(255 247 237 / 0.7);
}

.hover\:border-orange-50\/75:hover {
  border-color: rgb(255 247 237 / 0.75);
}

.hover\:border-orange-50\/80:hover {
  border-color: rgb(255 247 237 / 0.8);
}

.hover\:border-orange-50\/90:hover {
  border-color: rgb(255 247 237 / 0.9);
}

.hover\:border-orange-50\/95:hover {
  border-color: rgb(255 247 237 / 0.95);
}

.hover\:border-orange-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity));
}

.hover\:border-orange-500\/0:hover {
  border-color: rgb(249 115 22 / 0);
}

.hover\:border-orange-500\/10:hover {
  border-color: rgb(249 115 22 / 0.1);
}

.hover\:border-orange-500\/100:hover {
  border-color: rgb(249 115 22 / 1);
}

.hover\:border-orange-500\/20:hover {
  border-color: rgb(249 115 22 / 0.2);
}

.hover\:border-orange-500\/25:hover {
  border-color: rgb(249 115 22 / 0.25);
}

.hover\:border-orange-500\/30:hover {
  border-color: rgb(249 115 22 / 0.3);
}

.hover\:border-orange-500\/40:hover {
  border-color: rgb(249 115 22 / 0.4);
}

.hover\:border-orange-500\/5:hover {
  border-color: rgb(249 115 22 / 0.05);
}

.hover\:border-orange-500\/50:hover {
  border-color: rgb(249 115 22 / 0.5);
}

.hover\:border-orange-500\/60:hover {
  border-color: rgb(249 115 22 / 0.6);
}

.hover\:border-orange-500\/70:hover {
  border-color: rgb(249 115 22 / 0.7);
}

.hover\:border-orange-500\/75:hover {
  border-color: rgb(249 115 22 / 0.75);
}

.hover\:border-orange-500\/80:hover {
  border-color: rgb(249 115 22 / 0.8);
}

.hover\:border-orange-500\/90:hover {
  border-color: rgb(249 115 22 / 0.9);
}

.hover\:border-orange-500\/95:hover {
  border-color: rgb(249 115 22 / 0.95);
}

.hover\:border-orange-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.hover\:border-orange-600\/0:hover {
  border-color: rgb(234 88 12 / 0);
}

.hover\:border-orange-600\/10:hover {
  border-color: rgb(234 88 12 / 0.1);
}

.hover\:border-orange-600\/100:hover {
  border-color: rgb(234 88 12 / 1);
}

.hover\:border-orange-600\/20:hover {
  border-color: rgb(234 88 12 / 0.2);
}

.hover\:border-orange-600\/25:hover {
  border-color: rgb(234 88 12 / 0.25);
}

.hover\:border-orange-600\/30:hover {
  border-color: rgb(234 88 12 / 0.3);
}

.hover\:border-orange-600\/40:hover {
  border-color: rgb(234 88 12 / 0.4);
}

.hover\:border-orange-600\/5:hover {
  border-color: rgb(234 88 12 / 0.05);
}

.hover\:border-orange-600\/50:hover {
  border-color: rgb(234 88 12 / 0.5);
}

.hover\:border-orange-600\/60:hover {
  border-color: rgb(234 88 12 / 0.6);
}

.hover\:border-orange-600\/70:hover {
  border-color: rgb(234 88 12 / 0.7);
}

.hover\:border-orange-600\/75:hover {
  border-color: rgb(234 88 12 / 0.75);
}

.hover\:border-orange-600\/80:hover {
  border-color: rgb(234 88 12 / 0.8);
}

.hover\:border-orange-600\/90:hover {
  border-color: rgb(234 88 12 / 0.9);
}

.hover\:border-orange-600\/95:hover {
  border-color: rgb(234 88 12 / 0.95);
}

.hover\:border-orange-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(194 65 12 / var(--tw-border-opacity));
}

.hover\:border-orange-700\/0:hover {
  border-color: rgb(194 65 12 / 0);
}

.hover\:border-orange-700\/10:hover {
  border-color: rgb(194 65 12 / 0.1);
}

.hover\:border-orange-700\/100:hover {
  border-color: rgb(194 65 12 / 1);
}

.hover\:border-orange-700\/20:hover {
  border-color: rgb(194 65 12 / 0.2);
}

.hover\:border-orange-700\/25:hover {
  border-color: rgb(194 65 12 / 0.25);
}

.hover\:border-orange-700\/30:hover {
  border-color: rgb(194 65 12 / 0.3);
}

.hover\:border-orange-700\/40:hover {
  border-color: rgb(194 65 12 / 0.4);
}

.hover\:border-orange-700\/5:hover {
  border-color: rgb(194 65 12 / 0.05);
}

.hover\:border-orange-700\/50:hover {
  border-color: rgb(194 65 12 / 0.5);
}

.hover\:border-orange-700\/60:hover {
  border-color: rgb(194 65 12 / 0.6);
}

.hover\:border-orange-700\/70:hover {
  border-color: rgb(194 65 12 / 0.7);
}

.hover\:border-orange-700\/75:hover {
  border-color: rgb(194 65 12 / 0.75);
}

.hover\:border-orange-700\/80:hover {
  border-color: rgb(194 65 12 / 0.8);
}

.hover\:border-orange-700\/90:hover {
  border-color: rgb(194 65 12 / 0.9);
}

.hover\:border-orange-700\/95:hover {
  border-color: rgb(194 65 12 / 0.95);
}

.hover\:border-orange-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(154 52 18 / var(--tw-border-opacity));
}

.hover\:border-orange-800\/0:hover {
  border-color: rgb(154 52 18 / 0);
}

.hover\:border-orange-800\/10:hover {
  border-color: rgb(154 52 18 / 0.1);
}

.hover\:border-orange-800\/100:hover {
  border-color: rgb(154 52 18 / 1);
}

.hover\:border-orange-800\/20:hover {
  border-color: rgb(154 52 18 / 0.2);
}

.hover\:border-orange-800\/25:hover {
  border-color: rgb(154 52 18 / 0.25);
}

.hover\:border-orange-800\/30:hover {
  border-color: rgb(154 52 18 / 0.3);
}

.hover\:border-orange-800\/40:hover {
  border-color: rgb(154 52 18 / 0.4);
}

.hover\:border-orange-800\/5:hover {
  border-color: rgb(154 52 18 / 0.05);
}

.hover\:border-orange-800\/50:hover {
  border-color: rgb(154 52 18 / 0.5);
}

.hover\:border-orange-800\/60:hover {
  border-color: rgb(154 52 18 / 0.6);
}

.hover\:border-orange-800\/70:hover {
  border-color: rgb(154 52 18 / 0.7);
}

.hover\:border-orange-800\/75:hover {
  border-color: rgb(154 52 18 / 0.75);
}

.hover\:border-orange-800\/80:hover {
  border-color: rgb(154 52 18 / 0.8);
}

.hover\:border-orange-800\/90:hover {
  border-color: rgb(154 52 18 / 0.9);
}

.hover\:border-orange-800\/95:hover {
  border-color: rgb(154 52 18 / 0.95);
}

.hover\:border-orange-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(124 45 18 / var(--tw-border-opacity));
}

.hover\:border-orange-900\/0:hover {
  border-color: rgb(124 45 18 / 0);
}

.hover\:border-orange-900\/10:hover {
  border-color: rgb(124 45 18 / 0.1);
}

.hover\:border-orange-900\/100:hover {
  border-color: rgb(124 45 18 / 1);
}

.hover\:border-orange-900\/20:hover {
  border-color: rgb(124 45 18 / 0.2);
}

.hover\:border-orange-900\/25:hover {
  border-color: rgb(124 45 18 / 0.25);
}

.hover\:border-orange-900\/30:hover {
  border-color: rgb(124 45 18 / 0.3);
}

.hover\:border-orange-900\/40:hover {
  border-color: rgb(124 45 18 / 0.4);
}

.hover\:border-orange-900\/5:hover {
  border-color: rgb(124 45 18 / 0.05);
}

.hover\:border-orange-900\/50:hover {
  border-color: rgb(124 45 18 / 0.5);
}

.hover\:border-orange-900\/60:hover {
  border-color: rgb(124 45 18 / 0.6);
}

.hover\:border-orange-900\/70:hover {
  border-color: rgb(124 45 18 / 0.7);
}

.hover\:border-orange-900\/75:hover {
  border-color: rgb(124 45 18 / 0.75);
}

.hover\:border-orange-900\/80:hover {
  border-color: rgb(124 45 18 / 0.8);
}

.hover\:border-orange-900\/90:hover {
  border-color: rgb(124 45 18 / 0.9);
}

.hover\:border-orange-900\/95:hover {
  border-color: rgb(124 45 18 / 0.95);
}

.hover\:border-orange-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(67 20 7 / var(--tw-border-opacity));
}

.hover\:border-orange-950\/0:hover {
  border-color: rgb(67 20 7 / 0);
}

.hover\:border-orange-950\/10:hover {
  border-color: rgb(67 20 7 / 0.1);
}

.hover\:border-orange-950\/100:hover {
  border-color: rgb(67 20 7 / 1);
}

.hover\:border-orange-950\/20:hover {
  border-color: rgb(67 20 7 / 0.2);
}

.hover\:border-orange-950\/25:hover {
  border-color: rgb(67 20 7 / 0.25);
}

.hover\:border-orange-950\/30:hover {
  border-color: rgb(67 20 7 / 0.3);
}

.hover\:border-orange-950\/40:hover {
  border-color: rgb(67 20 7 / 0.4);
}

.hover\:border-orange-950\/5:hover {
  border-color: rgb(67 20 7 / 0.05);
}

.hover\:border-orange-950\/50:hover {
  border-color: rgb(67 20 7 / 0.5);
}

.hover\:border-orange-950\/60:hover {
  border-color: rgb(67 20 7 / 0.6);
}

.hover\:border-orange-950\/70:hover {
  border-color: rgb(67 20 7 / 0.7);
}

.hover\:border-orange-950\/75:hover {
  border-color: rgb(67 20 7 / 0.75);
}

.hover\:border-orange-950\/80:hover {
  border-color: rgb(67 20 7 / 0.8);
}

.hover\:border-orange-950\/90:hover {
  border-color: rgb(67 20 7 / 0.9);
}

.hover\:border-orange-950\/95:hover {
  border-color: rgb(67 20 7 / 0.95);
}

.hover\:border-ozc-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 239 235 / var(--tw-border-opacity));
}

.hover\:border-ozc-100\/0:hover {
  border-color: rgb(255 239 235 / 0);
}

.hover\:border-ozc-100\/10:hover {
  border-color: rgb(255 239 235 / 0.1);
}

.hover\:border-ozc-100\/100:hover {
  border-color: rgb(255 239 235 / 1);
}

.hover\:border-ozc-100\/20:hover {
  border-color: rgb(255 239 235 / 0.2);
}

.hover\:border-ozc-100\/25:hover {
  border-color: rgb(255 239 235 / 0.25);
}

.hover\:border-ozc-100\/30:hover {
  border-color: rgb(255 239 235 / 0.3);
}

.hover\:border-ozc-100\/40:hover {
  border-color: rgb(255 239 235 / 0.4);
}

.hover\:border-ozc-100\/5:hover {
  border-color: rgb(255 239 235 / 0.05);
}

.hover\:border-ozc-100\/50:hover {
  border-color: rgb(255 239 235 / 0.5);
}

.hover\:border-ozc-100\/60:hover {
  border-color: rgb(255 239 235 / 0.6);
}

.hover\:border-ozc-100\/70:hover {
  border-color: rgb(255 239 235 / 0.7);
}

.hover\:border-ozc-100\/75:hover {
  border-color: rgb(255 239 235 / 0.75);
}

.hover\:border-ozc-100\/80:hover {
  border-color: rgb(255 239 235 / 0.8);
}

.hover\:border-ozc-100\/90:hover {
  border-color: rgb(255 239 235 / 0.9);
}

.hover\:border-ozc-100\/95:hover {
  border-color: rgb(255 239 235 / 0.95);
}

.hover\:border-ozc-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(253 225 222 / var(--tw-border-opacity));
}

.hover\:border-ozc-200\/0:hover {
  border-color: rgb(253 225 222 / 0);
}

.hover\:border-ozc-200\/10:hover {
  border-color: rgb(253 225 222 / 0.1);
}

.hover\:border-ozc-200\/100:hover {
  border-color: rgb(253 225 222 / 1);
}

.hover\:border-ozc-200\/20:hover {
  border-color: rgb(253 225 222 / 0.2);
}

.hover\:border-ozc-200\/25:hover {
  border-color: rgb(253 225 222 / 0.25);
}

.hover\:border-ozc-200\/30:hover {
  border-color: rgb(253 225 222 / 0.3);
}

.hover\:border-ozc-200\/40:hover {
  border-color: rgb(253 225 222 / 0.4);
}

.hover\:border-ozc-200\/5:hover {
  border-color: rgb(253 225 222 / 0.05);
}

.hover\:border-ozc-200\/50:hover {
  border-color: rgb(253 225 222 / 0.5);
}

.hover\:border-ozc-200\/60:hover {
  border-color: rgb(253 225 222 / 0.6);
}

.hover\:border-ozc-200\/70:hover {
  border-color: rgb(253 225 222 / 0.7);
}

.hover\:border-ozc-200\/75:hover {
  border-color: rgb(253 225 222 / 0.75);
}

.hover\:border-ozc-200\/80:hover {
  border-color: rgb(253 225 222 / 0.8);
}

.hover\:border-ozc-200\/90:hover {
  border-color: rgb(253 225 222 / 0.9);
}

.hover\:border-ozc-200\/95:hover {
  border-color: rgb(253 225 222 / 0.95);
}

.hover\:border-ozc-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(248 181 181 / var(--tw-border-opacity));
}

.hover\:border-ozc-300\/0:hover {
  border-color: rgb(248 181 181 / 0);
}

.hover\:border-ozc-300\/10:hover {
  border-color: rgb(248 181 181 / 0.1);
}

.hover\:border-ozc-300\/100:hover {
  border-color: rgb(248 181 181 / 1);
}

.hover\:border-ozc-300\/20:hover {
  border-color: rgb(248 181 181 / 0.2);
}

.hover\:border-ozc-300\/25:hover {
  border-color: rgb(248 181 181 / 0.25);
}

.hover\:border-ozc-300\/30:hover {
  border-color: rgb(248 181 181 / 0.3);
}

.hover\:border-ozc-300\/40:hover {
  border-color: rgb(248 181 181 / 0.4);
}

.hover\:border-ozc-300\/5:hover {
  border-color: rgb(248 181 181 / 0.05);
}

.hover\:border-ozc-300\/50:hover {
  border-color: rgb(248 181 181 / 0.5);
}

.hover\:border-ozc-300\/60:hover {
  border-color: rgb(248 181 181 / 0.6);
}

.hover\:border-ozc-300\/70:hover {
  border-color: rgb(248 181 181 / 0.7);
}

.hover\:border-ozc-300\/75:hover {
  border-color: rgb(248 181 181 / 0.75);
}

.hover\:border-ozc-300\/80:hover {
  border-color: rgb(248 181 181 / 0.8);
}

.hover\:border-ozc-300\/90:hover {
  border-color: rgb(248 181 181 / 0.9);
}

.hover\:border-ozc-300\/95:hover {
  border-color: rgb(248 181 181 / 0.95);
}

.hover\:border-ozc-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(250 189 173 / var(--tw-border-opacity));
}

.hover\:border-ozc-400\/0:hover {
  border-color: rgb(250 189 173 / 0);
}

.hover\:border-ozc-400\/10:hover {
  border-color: rgb(250 189 173 / 0.1);
}

.hover\:border-ozc-400\/100:hover {
  border-color: rgb(250 189 173 / 1);
}

.hover\:border-ozc-400\/20:hover {
  border-color: rgb(250 189 173 / 0.2);
}

.hover\:border-ozc-400\/25:hover {
  border-color: rgb(250 189 173 / 0.25);
}

.hover\:border-ozc-400\/30:hover {
  border-color: rgb(250 189 173 / 0.3);
}

.hover\:border-ozc-400\/40:hover {
  border-color: rgb(250 189 173 / 0.4);
}

.hover\:border-ozc-400\/5:hover {
  border-color: rgb(250 189 173 / 0.05);
}

.hover\:border-ozc-400\/50:hover {
  border-color: rgb(250 189 173 / 0.5);
}

.hover\:border-ozc-400\/60:hover {
  border-color: rgb(250 189 173 / 0.6);
}

.hover\:border-ozc-400\/70:hover {
  border-color: rgb(250 189 173 / 0.7);
}

.hover\:border-ozc-400\/75:hover {
  border-color: rgb(250 189 173 / 0.75);
}

.hover\:border-ozc-400\/80:hover {
  border-color: rgb(250 189 173 / 0.8);
}

.hover\:border-ozc-400\/90:hover {
  border-color: rgb(250 189 173 / 0.9);
}

.hover\:border-ozc-400\/95:hover {
  border-color: rgb(250 189 173 / 0.95);
}

.hover\:border-ozc-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 243 232 / var(--tw-border-opacity));
}

.hover\:border-ozc-50\/0:hover {
  border-color: rgb(254 243 232 / 0);
}

.hover\:border-ozc-50\/10:hover {
  border-color: rgb(254 243 232 / 0.1);
}

.hover\:border-ozc-50\/100:hover {
  border-color: rgb(254 243 232 / 1);
}

.hover\:border-ozc-50\/20:hover {
  border-color: rgb(254 243 232 / 0.2);
}

.hover\:border-ozc-50\/25:hover {
  border-color: rgb(254 243 232 / 0.25);
}

.hover\:border-ozc-50\/30:hover {
  border-color: rgb(254 243 232 / 0.3);
}

.hover\:border-ozc-50\/40:hover {
  border-color: rgb(254 243 232 / 0.4);
}

.hover\:border-ozc-50\/5:hover {
  border-color: rgb(254 243 232 / 0.05);
}

.hover\:border-ozc-50\/50:hover {
  border-color: rgb(254 243 232 / 0.5);
}

.hover\:border-ozc-50\/60:hover {
  border-color: rgb(254 243 232 / 0.6);
}

.hover\:border-ozc-50\/70:hover {
  border-color: rgb(254 243 232 / 0.7);
}

.hover\:border-ozc-50\/75:hover {
  border-color: rgb(254 243 232 / 0.75);
}

.hover\:border-ozc-50\/80:hover {
  border-color: rgb(254 243 232 / 0.8);
}

.hover\:border-ozc-50\/90:hover {
  border-color: rgb(254 243 232 / 0.9);
}

.hover\:border-ozc-50\/95:hover {
  border-color: rgb(254 243 232 / 0.95);
}

.hover\:border-ozc-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 110 96 / var(--tw-border-opacity));
}

.hover\:border-ozc-500\/0:hover {
  border-color: rgb(255 110 96 / 0);
}

.hover\:border-ozc-500\/10:hover {
  border-color: rgb(255 110 96 / 0.1);
}

.hover\:border-ozc-500\/100:hover {
  border-color: rgb(255 110 96 / 1);
}

.hover\:border-ozc-500\/20:hover {
  border-color: rgb(255 110 96 / 0.2);
}

.hover\:border-ozc-500\/25:hover {
  border-color: rgb(255 110 96 / 0.25);
}

.hover\:border-ozc-500\/30:hover {
  border-color: rgb(255 110 96 / 0.3);
}

.hover\:border-ozc-500\/40:hover {
  border-color: rgb(255 110 96 / 0.4);
}

.hover\:border-ozc-500\/5:hover {
  border-color: rgb(255 110 96 / 0.05);
}

.hover\:border-ozc-500\/50:hover {
  border-color: rgb(255 110 96 / 0.5);
}

.hover\:border-ozc-500\/60:hover {
  border-color: rgb(255 110 96 / 0.6);
}

.hover\:border-ozc-500\/70:hover {
  border-color: rgb(255 110 96 / 0.7);
}

.hover\:border-ozc-500\/75:hover {
  border-color: rgb(255 110 96 / 0.75);
}

.hover\:border-ozc-500\/80:hover {
  border-color: rgb(255 110 96 / 0.8);
}

.hover\:border-ozc-500\/90:hover {
  border-color: rgb(255 110 96 / 0.9);
}

.hover\:border-ozc-500\/95:hover {
  border-color: rgb(255 110 96 / 0.95);
}

.hover\:border-ozc-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(249 169 140 / var(--tw-border-opacity));
}

.hover\:border-ozc-600\/0:hover {
  border-color: rgb(249 169 140 / 0);
}

.hover\:border-ozc-600\/10:hover {
  border-color: rgb(249 169 140 / 0.1);
}

.hover\:border-ozc-600\/100:hover {
  border-color: rgb(249 169 140 / 1);
}

.hover\:border-ozc-600\/20:hover {
  border-color: rgb(249 169 140 / 0.2);
}

.hover\:border-ozc-600\/25:hover {
  border-color: rgb(249 169 140 / 0.25);
}

.hover\:border-ozc-600\/30:hover {
  border-color: rgb(249 169 140 / 0.3);
}

.hover\:border-ozc-600\/40:hover {
  border-color: rgb(249 169 140 / 0.4);
}

.hover\:border-ozc-600\/5:hover {
  border-color: rgb(249 169 140 / 0.05);
}

.hover\:border-ozc-600\/50:hover {
  border-color: rgb(249 169 140 / 0.5);
}

.hover\:border-ozc-600\/60:hover {
  border-color: rgb(249 169 140 / 0.6);
}

.hover\:border-ozc-600\/70:hover {
  border-color: rgb(249 169 140 / 0.7);
}

.hover\:border-ozc-600\/75:hover {
  border-color: rgb(249 169 140 / 0.75);
}

.hover\:border-ozc-600\/80:hover {
  border-color: rgb(249 169 140 / 0.8);
}

.hover\:border-ozc-600\/90:hover {
  border-color: rgb(249 169 140 / 0.9);
}

.hover\:border-ozc-600\/95:hover {
  border-color: rgb(249 169 140 / 0.95);
}

.hover\:border-ozc-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(246 148 114 / var(--tw-border-opacity));
}

.hover\:border-ozc-700\/0:hover {
  border-color: rgb(246 148 114 / 0);
}

.hover\:border-ozc-700\/10:hover {
  border-color: rgb(246 148 114 / 0.1);
}

.hover\:border-ozc-700\/100:hover {
  border-color: rgb(246 148 114 / 1);
}

.hover\:border-ozc-700\/20:hover {
  border-color: rgb(246 148 114 / 0.2);
}

.hover\:border-ozc-700\/25:hover {
  border-color: rgb(246 148 114 / 0.25);
}

.hover\:border-ozc-700\/30:hover {
  border-color: rgb(246 148 114 / 0.3);
}

.hover\:border-ozc-700\/40:hover {
  border-color: rgb(246 148 114 / 0.4);
}

.hover\:border-ozc-700\/5:hover {
  border-color: rgb(246 148 114 / 0.05);
}

.hover\:border-ozc-700\/50:hover {
  border-color: rgb(246 148 114 / 0.5);
}

.hover\:border-ozc-700\/60:hover {
  border-color: rgb(246 148 114 / 0.6);
}

.hover\:border-ozc-700\/70:hover {
  border-color: rgb(246 148 114 / 0.7);
}

.hover\:border-ozc-700\/75:hover {
  border-color: rgb(246 148 114 / 0.75);
}

.hover\:border-ozc-700\/80:hover {
  border-color: rgb(246 148 114 / 0.8);
}

.hover\:border-ozc-700\/90:hover {
  border-color: rgb(246 148 114 / 0.9);
}

.hover\:border-ozc-700\/95:hover {
  border-color: rgb(246 148 114 / 0.95);
}

.hover\:border-ozc-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(245 144 136 / var(--tw-border-opacity));
}

.hover\:border-ozc-800\/0:hover {
  border-color: rgb(245 144 136 / 0);
}

.hover\:border-ozc-800\/10:hover {
  border-color: rgb(245 144 136 / 0.1);
}

.hover\:border-ozc-800\/100:hover {
  border-color: rgb(245 144 136 / 1);
}

.hover\:border-ozc-800\/20:hover {
  border-color: rgb(245 144 136 / 0.2);
}

.hover\:border-ozc-800\/25:hover {
  border-color: rgb(245 144 136 / 0.25);
}

.hover\:border-ozc-800\/30:hover {
  border-color: rgb(245 144 136 / 0.3);
}

.hover\:border-ozc-800\/40:hover {
  border-color: rgb(245 144 136 / 0.4);
}

.hover\:border-ozc-800\/5:hover {
  border-color: rgb(245 144 136 / 0.05);
}

.hover\:border-ozc-800\/50:hover {
  border-color: rgb(245 144 136 / 0.5);
}

.hover\:border-ozc-800\/60:hover {
  border-color: rgb(245 144 136 / 0.6);
}

.hover\:border-ozc-800\/70:hover {
  border-color: rgb(245 144 136 / 0.7);
}

.hover\:border-ozc-800\/75:hover {
  border-color: rgb(245 144 136 / 0.75);
}

.hover\:border-ozc-800\/80:hover {
  border-color: rgb(245 144 136 / 0.8);
}

.hover\:border-ozc-800\/90:hover {
  border-color: rgb(245 144 136 / 0.9);
}

.hover\:border-ozc-800\/95:hover {
  border-color: rgb(245 144 136 / 0.95);
}

.hover\:border-ozc-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(243 121 124 / var(--tw-border-opacity));
}

.hover\:border-ozc-900\/0:hover {
  border-color: rgb(243 121 124 / 0);
}

.hover\:border-ozc-900\/10:hover {
  border-color: rgb(243 121 124 / 0.1);
}

.hover\:border-ozc-900\/100:hover {
  border-color: rgb(243 121 124 / 1);
}

.hover\:border-ozc-900\/20:hover {
  border-color: rgb(243 121 124 / 0.2);
}

.hover\:border-ozc-900\/25:hover {
  border-color: rgb(243 121 124 / 0.25);
}

.hover\:border-ozc-900\/30:hover {
  border-color: rgb(243 121 124 / 0.3);
}

.hover\:border-ozc-900\/40:hover {
  border-color: rgb(243 121 124 / 0.4);
}

.hover\:border-ozc-900\/5:hover {
  border-color: rgb(243 121 124 / 0.05);
}

.hover\:border-ozc-900\/50:hover {
  border-color: rgb(243 121 124 / 0.5);
}

.hover\:border-ozc-900\/60:hover {
  border-color: rgb(243 121 124 / 0.6);
}

.hover\:border-ozc-900\/70:hover {
  border-color: rgb(243 121 124 / 0.7);
}

.hover\:border-ozc-900\/75:hover {
  border-color: rgb(243 121 124 / 0.75);
}

.hover\:border-ozc-900\/80:hover {
  border-color: rgb(243 121 124 / 0.8);
}

.hover\:border-ozc-900\/90:hover {
  border-color: rgb(243 121 124 / 0.9);
}

.hover\:border-ozc-900\/95:hover {
  border-color: rgb(243 121 124 / 0.95);
}

.hover\:border-ozc-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.hover\:border-ozc-950\/0:hover {
  border-color: rgb(42 45 51 / 0);
}

.hover\:border-ozc-950\/10:hover {
  border-color: rgb(42 45 51 / 0.1);
}

.hover\:border-ozc-950\/100:hover {
  border-color: rgb(42 45 51 / 1);
}

.hover\:border-ozc-950\/20:hover {
  border-color: rgb(42 45 51 / 0.2);
}

.hover\:border-ozc-950\/25:hover {
  border-color: rgb(42 45 51 / 0.25);
}

.hover\:border-ozc-950\/30:hover {
  border-color: rgb(42 45 51 / 0.3);
}

.hover\:border-ozc-950\/40:hover {
  border-color: rgb(42 45 51 / 0.4);
}

.hover\:border-ozc-950\/5:hover {
  border-color: rgb(42 45 51 / 0.05);
}

.hover\:border-ozc-950\/50:hover {
  border-color: rgb(42 45 51 / 0.5);
}

.hover\:border-ozc-950\/60:hover {
  border-color: rgb(42 45 51 / 0.6);
}

.hover\:border-ozc-950\/70:hover {
  border-color: rgb(42 45 51 / 0.7);
}

.hover\:border-ozc-950\/75:hover {
  border-color: rgb(42 45 51 / 0.75);
}

.hover\:border-ozc-950\/80:hover {
  border-color: rgb(42 45 51 / 0.8);
}

.hover\:border-ozc-950\/90:hover {
  border-color: rgb(42 45 51 / 0.9);
}

.hover\:border-ozc-950\/95:hover {
  border-color: rgb(42 45 51 / 0.95);
}

.hover\:border-ozc-alt-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 250 230 / var(--tw-border-opacity));
}

.hover\:border-ozc-alt-100\/0:hover {
  border-color: rgb(255 250 230 / 0);
}

.hover\:border-ozc-alt-100\/10:hover {
  border-color: rgb(255 250 230 / 0.1);
}

.hover\:border-ozc-alt-100\/100:hover {
  border-color: rgb(255 250 230 / 1);
}

.hover\:border-ozc-alt-100\/20:hover {
  border-color: rgb(255 250 230 / 0.2);
}

.hover\:border-ozc-alt-100\/25:hover {
  border-color: rgb(255 250 230 / 0.25);
}

.hover\:border-ozc-alt-100\/30:hover {
  border-color: rgb(255 250 230 / 0.3);
}

.hover\:border-ozc-alt-100\/40:hover {
  border-color: rgb(255 250 230 / 0.4);
}

.hover\:border-ozc-alt-100\/5:hover {
  border-color: rgb(255 250 230 / 0.05);
}

.hover\:border-ozc-alt-100\/50:hover {
  border-color: rgb(255 250 230 / 0.5);
}

.hover\:border-ozc-alt-100\/60:hover {
  border-color: rgb(255 250 230 / 0.6);
}

.hover\:border-ozc-alt-100\/70:hover {
  border-color: rgb(255 250 230 / 0.7);
}

.hover\:border-ozc-alt-100\/75:hover {
  border-color: rgb(255 250 230 / 0.75);
}

.hover\:border-ozc-alt-100\/80:hover {
  border-color: rgb(255 250 230 / 0.8);
}

.hover\:border-ozc-alt-100\/90:hover {
  border-color: rgb(255 250 230 / 0.9);
}

.hover\:border-ozc-alt-100\/95:hover {
  border-color: rgb(255 250 230 / 0.95);
}

.hover\:border-ozc-alt-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 242 193 / var(--tw-border-opacity));
}

.hover\:border-ozc-alt-200\/0:hover {
  border-color: rgb(255 242 193 / 0);
}

.hover\:border-ozc-alt-200\/10:hover {
  border-color: rgb(255 242 193 / 0.1);
}

.hover\:border-ozc-alt-200\/100:hover {
  border-color: rgb(255 242 193 / 1);
}

.hover\:border-ozc-alt-200\/20:hover {
  border-color: rgb(255 242 193 / 0.2);
}

.hover\:border-ozc-alt-200\/25:hover {
  border-color: rgb(255 242 193 / 0.25);
}

.hover\:border-ozc-alt-200\/30:hover {
  border-color: rgb(255 242 193 / 0.3);
}

.hover\:border-ozc-alt-200\/40:hover {
  border-color: rgb(255 242 193 / 0.4);
}

.hover\:border-ozc-alt-200\/5:hover {
  border-color: rgb(255 242 193 / 0.05);
}

.hover\:border-ozc-alt-200\/50:hover {
  border-color: rgb(255 242 193 / 0.5);
}

.hover\:border-ozc-alt-200\/60:hover {
  border-color: rgb(255 242 193 / 0.6);
}

.hover\:border-ozc-alt-200\/70:hover {
  border-color: rgb(255 242 193 / 0.7);
}

.hover\:border-ozc-alt-200\/75:hover {
  border-color: rgb(255 242 193 / 0.75);
}

.hover\:border-ozc-alt-200\/80:hover {
  border-color: rgb(255 242 193 / 0.8);
}

.hover\:border-ozc-alt-200\/90:hover {
  border-color: rgb(255 242 193 / 0.9);
}

.hover\:border-ozc-alt-200\/95:hover {
  border-color: rgb(255 242 193 / 0.95);
}

.hover\:border-ozc-alt-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 235 155 / var(--tw-border-opacity));
}

.hover\:border-ozc-alt-300\/0:hover {
  border-color: rgb(255 235 155 / 0);
}

.hover\:border-ozc-alt-300\/10:hover {
  border-color: rgb(255 235 155 / 0.1);
}

.hover\:border-ozc-alt-300\/100:hover {
  border-color: rgb(255 235 155 / 1);
}

.hover\:border-ozc-alt-300\/20:hover {
  border-color: rgb(255 235 155 / 0.2);
}

.hover\:border-ozc-alt-300\/25:hover {
  border-color: rgb(255 235 155 / 0.25);
}

.hover\:border-ozc-alt-300\/30:hover {
  border-color: rgb(255 235 155 / 0.3);
}

.hover\:border-ozc-alt-300\/40:hover {
  border-color: rgb(255 235 155 / 0.4);
}

.hover\:border-ozc-alt-300\/5:hover {
  border-color: rgb(255 235 155 / 0.05);
}

.hover\:border-ozc-alt-300\/50:hover {
  border-color: rgb(255 235 155 / 0.5);
}

.hover\:border-ozc-alt-300\/60:hover {
  border-color: rgb(255 235 155 / 0.6);
}

.hover\:border-ozc-alt-300\/70:hover {
  border-color: rgb(255 235 155 / 0.7);
}

.hover\:border-ozc-alt-300\/75:hover {
  border-color: rgb(255 235 155 / 0.75);
}

.hover\:border-ozc-alt-300\/80:hover {
  border-color: rgb(255 235 155 / 0.8);
}

.hover\:border-ozc-alt-300\/90:hover {
  border-color: rgb(255 235 155 / 0.9);
}

.hover\:border-ozc-alt-300\/95:hover {
  border-color: rgb(255 235 155 / 0.95);
}

.hover\:border-ozc-alt-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 219 80 / var(--tw-border-opacity));
}

.hover\:border-ozc-alt-400\/0:hover {
  border-color: rgb(255 219 80 / 0);
}

.hover\:border-ozc-alt-400\/10:hover {
  border-color: rgb(255 219 80 / 0.1);
}

.hover\:border-ozc-alt-400\/100:hover {
  border-color: rgb(255 219 80 / 1);
}

.hover\:border-ozc-alt-400\/20:hover {
  border-color: rgb(255 219 80 / 0.2);
}

.hover\:border-ozc-alt-400\/25:hover {
  border-color: rgb(255 219 80 / 0.25);
}

.hover\:border-ozc-alt-400\/30:hover {
  border-color: rgb(255 219 80 / 0.3);
}

.hover\:border-ozc-alt-400\/40:hover {
  border-color: rgb(255 219 80 / 0.4);
}

.hover\:border-ozc-alt-400\/5:hover {
  border-color: rgb(255 219 80 / 0.05);
}

.hover\:border-ozc-alt-400\/50:hover {
  border-color: rgb(255 219 80 / 0.5);
}

.hover\:border-ozc-alt-400\/60:hover {
  border-color: rgb(255 219 80 / 0.6);
}

.hover\:border-ozc-alt-400\/70:hover {
  border-color: rgb(255 219 80 / 0.7);
}

.hover\:border-ozc-alt-400\/75:hover {
  border-color: rgb(255 219 80 / 0.75);
}

.hover\:border-ozc-alt-400\/80:hover {
  border-color: rgb(255 219 80 / 0.8);
}

.hover\:border-ozc-alt-400\/90:hover {
  border-color: rgb(255 219 80 / 0.9);
}

.hover\:border-ozc-alt-400\/95:hover {
  border-color: rgb(255 219 80 / 0.95);
}

.hover\:border-ozc-alt-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 252 243 / var(--tw-border-opacity));
}

.hover\:border-ozc-alt-50\/0:hover {
  border-color: rgb(255 252 243 / 0);
}

.hover\:border-ozc-alt-50\/10:hover {
  border-color: rgb(255 252 243 / 0.1);
}

.hover\:border-ozc-alt-50\/100:hover {
  border-color: rgb(255 252 243 / 1);
}

.hover\:border-ozc-alt-50\/20:hover {
  border-color: rgb(255 252 243 / 0.2);
}

.hover\:border-ozc-alt-50\/25:hover {
  border-color: rgb(255 252 243 / 0.25);
}

.hover\:border-ozc-alt-50\/30:hover {
  border-color: rgb(255 252 243 / 0.3);
}

.hover\:border-ozc-alt-50\/40:hover {
  border-color: rgb(255 252 243 / 0.4);
}

.hover\:border-ozc-alt-50\/5:hover {
  border-color: rgb(255 252 243 / 0.05);
}

.hover\:border-ozc-alt-50\/50:hover {
  border-color: rgb(255 252 243 / 0.5);
}

.hover\:border-ozc-alt-50\/60:hover {
  border-color: rgb(255 252 243 / 0.6);
}

.hover\:border-ozc-alt-50\/70:hover {
  border-color: rgb(255 252 243 / 0.7);
}

.hover\:border-ozc-alt-50\/75:hover {
  border-color: rgb(255 252 243 / 0.75);
}

.hover\:border-ozc-alt-50\/80:hover {
  border-color: rgb(255 252 243 / 0.8);
}

.hover\:border-ozc-alt-50\/90:hover {
  border-color: rgb(255 252 243 / 0.9);
}

.hover\:border-ozc-alt-50\/95:hover {
  border-color: rgb(255 252 243 / 0.95);
}

.hover\:border-ozc-alt-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 204 5 / var(--tw-border-opacity));
}

.hover\:border-ozc-alt-500\/0:hover {
  border-color: rgb(255 204 5 / 0);
}

.hover\:border-ozc-alt-500\/10:hover {
  border-color: rgb(255 204 5 / 0.1);
}

.hover\:border-ozc-alt-500\/100:hover {
  border-color: rgb(255 204 5 / 1);
}

.hover\:border-ozc-alt-500\/20:hover {
  border-color: rgb(255 204 5 / 0.2);
}

.hover\:border-ozc-alt-500\/25:hover {
  border-color: rgb(255 204 5 / 0.25);
}

.hover\:border-ozc-alt-500\/30:hover {
  border-color: rgb(255 204 5 / 0.3);
}

.hover\:border-ozc-alt-500\/40:hover {
  border-color: rgb(255 204 5 / 0.4);
}

.hover\:border-ozc-alt-500\/5:hover {
  border-color: rgb(255 204 5 / 0.05);
}

.hover\:border-ozc-alt-500\/50:hover {
  border-color: rgb(255 204 5 / 0.5);
}

.hover\:border-ozc-alt-500\/60:hover {
  border-color: rgb(255 204 5 / 0.6);
}

.hover\:border-ozc-alt-500\/70:hover {
  border-color: rgb(255 204 5 / 0.7);
}

.hover\:border-ozc-alt-500\/75:hover {
  border-color: rgb(255 204 5 / 0.75);
}

.hover\:border-ozc-alt-500\/80:hover {
  border-color: rgb(255 204 5 / 0.8);
}

.hover\:border-ozc-alt-500\/90:hover {
  border-color: rgb(255 204 5 / 0.9);
}

.hover\:border-ozc-alt-500\/95:hover {
  border-color: rgb(255 204 5 / 0.95);
}

.hover\:border-ozc-alt-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(230 184 5 / var(--tw-border-opacity));
}

.hover\:border-ozc-alt-600\/0:hover {
  border-color: rgb(230 184 5 / 0);
}

.hover\:border-ozc-alt-600\/10:hover {
  border-color: rgb(230 184 5 / 0.1);
}

.hover\:border-ozc-alt-600\/100:hover {
  border-color: rgb(230 184 5 / 1);
}

.hover\:border-ozc-alt-600\/20:hover {
  border-color: rgb(230 184 5 / 0.2);
}

.hover\:border-ozc-alt-600\/25:hover {
  border-color: rgb(230 184 5 / 0.25);
}

.hover\:border-ozc-alt-600\/30:hover {
  border-color: rgb(230 184 5 / 0.3);
}

.hover\:border-ozc-alt-600\/40:hover {
  border-color: rgb(230 184 5 / 0.4);
}

.hover\:border-ozc-alt-600\/5:hover {
  border-color: rgb(230 184 5 / 0.05);
}

.hover\:border-ozc-alt-600\/50:hover {
  border-color: rgb(230 184 5 / 0.5);
}

.hover\:border-ozc-alt-600\/60:hover {
  border-color: rgb(230 184 5 / 0.6);
}

.hover\:border-ozc-alt-600\/70:hover {
  border-color: rgb(230 184 5 / 0.7);
}

.hover\:border-ozc-alt-600\/75:hover {
  border-color: rgb(230 184 5 / 0.75);
}

.hover\:border-ozc-alt-600\/80:hover {
  border-color: rgb(230 184 5 / 0.8);
}

.hover\:border-ozc-alt-600\/90:hover {
  border-color: rgb(230 184 5 / 0.9);
}

.hover\:border-ozc-alt-600\/95:hover {
  border-color: rgb(230 184 5 / 0.95);
}

.hover\:border-ozc-alt-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(153 122 3 / var(--tw-border-opacity));
}

.hover\:border-ozc-alt-700\/0:hover {
  border-color: rgb(153 122 3 / 0);
}

.hover\:border-ozc-alt-700\/10:hover {
  border-color: rgb(153 122 3 / 0.1);
}

.hover\:border-ozc-alt-700\/100:hover {
  border-color: rgb(153 122 3 / 1);
}

.hover\:border-ozc-alt-700\/20:hover {
  border-color: rgb(153 122 3 / 0.2);
}

.hover\:border-ozc-alt-700\/25:hover {
  border-color: rgb(153 122 3 / 0.25);
}

.hover\:border-ozc-alt-700\/30:hover {
  border-color: rgb(153 122 3 / 0.3);
}

.hover\:border-ozc-alt-700\/40:hover {
  border-color: rgb(153 122 3 / 0.4);
}

.hover\:border-ozc-alt-700\/5:hover {
  border-color: rgb(153 122 3 / 0.05);
}

.hover\:border-ozc-alt-700\/50:hover {
  border-color: rgb(153 122 3 / 0.5);
}

.hover\:border-ozc-alt-700\/60:hover {
  border-color: rgb(153 122 3 / 0.6);
}

.hover\:border-ozc-alt-700\/70:hover {
  border-color: rgb(153 122 3 / 0.7);
}

.hover\:border-ozc-alt-700\/75:hover {
  border-color: rgb(153 122 3 / 0.75);
}

.hover\:border-ozc-alt-700\/80:hover {
  border-color: rgb(153 122 3 / 0.8);
}

.hover\:border-ozc-alt-700\/90:hover {
  border-color: rgb(153 122 3 / 0.9);
}

.hover\:border-ozc-alt-700\/95:hover {
  border-color: rgb(153 122 3 / 0.95);
}

.hover\:border-ozc-alt-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(115 92 2 / var(--tw-border-opacity));
}

.hover\:border-ozc-alt-800\/0:hover {
  border-color: rgb(115 92 2 / 0);
}

.hover\:border-ozc-alt-800\/10:hover {
  border-color: rgb(115 92 2 / 0.1);
}

.hover\:border-ozc-alt-800\/100:hover {
  border-color: rgb(115 92 2 / 1);
}

.hover\:border-ozc-alt-800\/20:hover {
  border-color: rgb(115 92 2 / 0.2);
}

.hover\:border-ozc-alt-800\/25:hover {
  border-color: rgb(115 92 2 / 0.25);
}

.hover\:border-ozc-alt-800\/30:hover {
  border-color: rgb(115 92 2 / 0.3);
}

.hover\:border-ozc-alt-800\/40:hover {
  border-color: rgb(115 92 2 / 0.4);
}

.hover\:border-ozc-alt-800\/5:hover {
  border-color: rgb(115 92 2 / 0.05);
}

.hover\:border-ozc-alt-800\/50:hover {
  border-color: rgb(115 92 2 / 0.5);
}

.hover\:border-ozc-alt-800\/60:hover {
  border-color: rgb(115 92 2 / 0.6);
}

.hover\:border-ozc-alt-800\/70:hover {
  border-color: rgb(115 92 2 / 0.7);
}

.hover\:border-ozc-alt-800\/75:hover {
  border-color: rgb(115 92 2 / 0.75);
}

.hover\:border-ozc-alt-800\/80:hover {
  border-color: rgb(115 92 2 / 0.8);
}

.hover\:border-ozc-alt-800\/90:hover {
  border-color: rgb(115 92 2 / 0.9);
}

.hover\:border-ozc-alt-800\/95:hover {
  border-color: rgb(115 92 2 / 0.95);
}

.hover\:border-ozc-alt-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.hover\:border-ozc-alt-900\/0:hover {
  border-color: rgb(42 45 51 / 0);
}

.hover\:border-ozc-alt-900\/10:hover {
  border-color: rgb(42 45 51 / 0.1);
}

.hover\:border-ozc-alt-900\/100:hover {
  border-color: rgb(42 45 51 / 1);
}

.hover\:border-ozc-alt-900\/20:hover {
  border-color: rgb(42 45 51 / 0.2);
}

.hover\:border-ozc-alt-900\/25:hover {
  border-color: rgb(42 45 51 / 0.25);
}

.hover\:border-ozc-alt-900\/30:hover {
  border-color: rgb(42 45 51 / 0.3);
}

.hover\:border-ozc-alt-900\/40:hover {
  border-color: rgb(42 45 51 / 0.4);
}

.hover\:border-ozc-alt-900\/5:hover {
  border-color: rgb(42 45 51 / 0.05);
}

.hover\:border-ozc-alt-900\/50:hover {
  border-color: rgb(42 45 51 / 0.5);
}

.hover\:border-ozc-alt-900\/60:hover {
  border-color: rgb(42 45 51 / 0.6);
}

.hover\:border-ozc-alt-900\/70:hover {
  border-color: rgb(42 45 51 / 0.7);
}

.hover\:border-ozc-alt-900\/75:hover {
  border-color: rgb(42 45 51 / 0.75);
}

.hover\:border-ozc-alt-900\/80:hover {
  border-color: rgb(42 45 51 / 0.8);
}

.hover\:border-ozc-alt-900\/90:hover {
  border-color: rgb(42 45 51 / 0.9);
}

.hover\:border-ozc-alt-900\/95:hover {
  border-color: rgb(42 45 51 / 0.95);
}

.hover\:border-pink-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(252 231 243 / var(--tw-border-opacity));
}

.hover\:border-pink-100\/0:hover {
  border-color: rgb(252 231 243 / 0);
}

.hover\:border-pink-100\/10:hover {
  border-color: rgb(252 231 243 / 0.1);
}

.hover\:border-pink-100\/100:hover {
  border-color: rgb(252 231 243 / 1);
}

.hover\:border-pink-100\/20:hover {
  border-color: rgb(252 231 243 / 0.2);
}

.hover\:border-pink-100\/25:hover {
  border-color: rgb(252 231 243 / 0.25);
}

.hover\:border-pink-100\/30:hover {
  border-color: rgb(252 231 243 / 0.3);
}

.hover\:border-pink-100\/40:hover {
  border-color: rgb(252 231 243 / 0.4);
}

.hover\:border-pink-100\/5:hover {
  border-color: rgb(252 231 243 / 0.05);
}

.hover\:border-pink-100\/50:hover {
  border-color: rgb(252 231 243 / 0.5);
}

.hover\:border-pink-100\/60:hover {
  border-color: rgb(252 231 243 / 0.6);
}

.hover\:border-pink-100\/70:hover {
  border-color: rgb(252 231 243 / 0.7);
}

.hover\:border-pink-100\/75:hover {
  border-color: rgb(252 231 243 / 0.75);
}

.hover\:border-pink-100\/80:hover {
  border-color: rgb(252 231 243 / 0.8);
}

.hover\:border-pink-100\/90:hover {
  border-color: rgb(252 231 243 / 0.9);
}

.hover\:border-pink-100\/95:hover {
  border-color: rgb(252 231 243 / 0.95);
}

.hover\:border-pink-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(251 207 232 / var(--tw-border-opacity));
}

.hover\:border-pink-200\/0:hover {
  border-color: rgb(251 207 232 / 0);
}

.hover\:border-pink-200\/10:hover {
  border-color: rgb(251 207 232 / 0.1);
}

.hover\:border-pink-200\/100:hover {
  border-color: rgb(251 207 232 / 1);
}

.hover\:border-pink-200\/20:hover {
  border-color: rgb(251 207 232 / 0.2);
}

.hover\:border-pink-200\/25:hover {
  border-color: rgb(251 207 232 / 0.25);
}

.hover\:border-pink-200\/30:hover {
  border-color: rgb(251 207 232 / 0.3);
}

.hover\:border-pink-200\/40:hover {
  border-color: rgb(251 207 232 / 0.4);
}

.hover\:border-pink-200\/5:hover {
  border-color: rgb(251 207 232 / 0.05);
}

.hover\:border-pink-200\/50:hover {
  border-color: rgb(251 207 232 / 0.5);
}

.hover\:border-pink-200\/60:hover {
  border-color: rgb(251 207 232 / 0.6);
}

.hover\:border-pink-200\/70:hover {
  border-color: rgb(251 207 232 / 0.7);
}

.hover\:border-pink-200\/75:hover {
  border-color: rgb(251 207 232 / 0.75);
}

.hover\:border-pink-200\/80:hover {
  border-color: rgb(251 207 232 / 0.8);
}

.hover\:border-pink-200\/90:hover {
  border-color: rgb(251 207 232 / 0.9);
}

.hover\:border-pink-200\/95:hover {
  border-color: rgb(251 207 232 / 0.95);
}

.hover\:border-pink-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(249 168 212 / var(--tw-border-opacity));
}

.hover\:border-pink-300\/0:hover {
  border-color: rgb(249 168 212 / 0);
}

.hover\:border-pink-300\/10:hover {
  border-color: rgb(249 168 212 / 0.1);
}

.hover\:border-pink-300\/100:hover {
  border-color: rgb(249 168 212 / 1);
}

.hover\:border-pink-300\/20:hover {
  border-color: rgb(249 168 212 / 0.2);
}

.hover\:border-pink-300\/25:hover {
  border-color: rgb(249 168 212 / 0.25);
}

.hover\:border-pink-300\/30:hover {
  border-color: rgb(249 168 212 / 0.3);
}

.hover\:border-pink-300\/40:hover {
  border-color: rgb(249 168 212 / 0.4);
}

.hover\:border-pink-300\/5:hover {
  border-color: rgb(249 168 212 / 0.05);
}

.hover\:border-pink-300\/50:hover {
  border-color: rgb(249 168 212 / 0.5);
}

.hover\:border-pink-300\/60:hover {
  border-color: rgb(249 168 212 / 0.6);
}

.hover\:border-pink-300\/70:hover {
  border-color: rgb(249 168 212 / 0.7);
}

.hover\:border-pink-300\/75:hover {
  border-color: rgb(249 168 212 / 0.75);
}

.hover\:border-pink-300\/80:hover {
  border-color: rgb(249 168 212 / 0.8);
}

.hover\:border-pink-300\/90:hover {
  border-color: rgb(249 168 212 / 0.9);
}

.hover\:border-pink-300\/95:hover {
  border-color: rgb(249 168 212 / 0.95);
}

.hover\:border-pink-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(244 114 182 / var(--tw-border-opacity));
}

.hover\:border-pink-400\/0:hover {
  border-color: rgb(244 114 182 / 0);
}

.hover\:border-pink-400\/10:hover {
  border-color: rgb(244 114 182 / 0.1);
}

.hover\:border-pink-400\/100:hover {
  border-color: rgb(244 114 182 / 1);
}

.hover\:border-pink-400\/20:hover {
  border-color: rgb(244 114 182 / 0.2);
}

.hover\:border-pink-400\/25:hover {
  border-color: rgb(244 114 182 / 0.25);
}

.hover\:border-pink-400\/30:hover {
  border-color: rgb(244 114 182 / 0.3);
}

.hover\:border-pink-400\/40:hover {
  border-color: rgb(244 114 182 / 0.4);
}

.hover\:border-pink-400\/5:hover {
  border-color: rgb(244 114 182 / 0.05);
}

.hover\:border-pink-400\/50:hover {
  border-color: rgb(244 114 182 / 0.5);
}

.hover\:border-pink-400\/60:hover {
  border-color: rgb(244 114 182 / 0.6);
}

.hover\:border-pink-400\/70:hover {
  border-color: rgb(244 114 182 / 0.7);
}

.hover\:border-pink-400\/75:hover {
  border-color: rgb(244 114 182 / 0.75);
}

.hover\:border-pink-400\/80:hover {
  border-color: rgb(244 114 182 / 0.8);
}

.hover\:border-pink-400\/90:hover {
  border-color: rgb(244 114 182 / 0.9);
}

.hover\:border-pink-400\/95:hover {
  border-color: rgb(244 114 182 / 0.95);
}

.hover\:border-pink-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(253 242 248 / var(--tw-border-opacity));
}

.hover\:border-pink-50\/0:hover {
  border-color: rgb(253 242 248 / 0);
}

.hover\:border-pink-50\/10:hover {
  border-color: rgb(253 242 248 / 0.1);
}

.hover\:border-pink-50\/100:hover {
  border-color: rgb(253 242 248 / 1);
}

.hover\:border-pink-50\/20:hover {
  border-color: rgb(253 242 248 / 0.2);
}

.hover\:border-pink-50\/25:hover {
  border-color: rgb(253 242 248 / 0.25);
}

.hover\:border-pink-50\/30:hover {
  border-color: rgb(253 242 248 / 0.3);
}

.hover\:border-pink-50\/40:hover {
  border-color: rgb(253 242 248 / 0.4);
}

.hover\:border-pink-50\/5:hover {
  border-color: rgb(253 242 248 / 0.05);
}

.hover\:border-pink-50\/50:hover {
  border-color: rgb(253 242 248 / 0.5);
}

.hover\:border-pink-50\/60:hover {
  border-color: rgb(253 242 248 / 0.6);
}

.hover\:border-pink-50\/70:hover {
  border-color: rgb(253 242 248 / 0.7);
}

.hover\:border-pink-50\/75:hover {
  border-color: rgb(253 242 248 / 0.75);
}

.hover\:border-pink-50\/80:hover {
  border-color: rgb(253 242 248 / 0.8);
}

.hover\:border-pink-50\/90:hover {
  border-color: rgb(253 242 248 / 0.9);
}

.hover\:border-pink-50\/95:hover {
  border-color: rgb(253 242 248 / 0.95);
}

.hover\:border-pink-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-border-opacity));
}

.hover\:border-pink-500\/0:hover {
  border-color: rgb(236 72 153 / 0);
}

.hover\:border-pink-500\/10:hover {
  border-color: rgb(236 72 153 / 0.1);
}

.hover\:border-pink-500\/100:hover {
  border-color: rgb(236 72 153 / 1);
}

.hover\:border-pink-500\/20:hover {
  border-color: rgb(236 72 153 / 0.2);
}

.hover\:border-pink-500\/25:hover {
  border-color: rgb(236 72 153 / 0.25);
}

.hover\:border-pink-500\/30:hover {
  border-color: rgb(236 72 153 / 0.3);
}

.hover\:border-pink-500\/40:hover {
  border-color: rgb(236 72 153 / 0.4);
}

.hover\:border-pink-500\/5:hover {
  border-color: rgb(236 72 153 / 0.05);
}

.hover\:border-pink-500\/50:hover {
  border-color: rgb(236 72 153 / 0.5);
}

.hover\:border-pink-500\/60:hover {
  border-color: rgb(236 72 153 / 0.6);
}

.hover\:border-pink-500\/70:hover {
  border-color: rgb(236 72 153 / 0.7);
}

.hover\:border-pink-500\/75:hover {
  border-color: rgb(236 72 153 / 0.75);
}

.hover\:border-pink-500\/80:hover {
  border-color: rgb(236 72 153 / 0.8);
}

.hover\:border-pink-500\/90:hover {
  border-color: rgb(236 72 153 / 0.9);
}

.hover\:border-pink-500\/95:hover {
  border-color: rgb(236 72 153 / 0.95);
}

.hover\:border-pink-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(219 39 119 / var(--tw-border-opacity));
}

.hover\:border-pink-600\/0:hover {
  border-color: rgb(219 39 119 / 0);
}

.hover\:border-pink-600\/10:hover {
  border-color: rgb(219 39 119 / 0.1);
}

.hover\:border-pink-600\/100:hover {
  border-color: rgb(219 39 119 / 1);
}

.hover\:border-pink-600\/20:hover {
  border-color: rgb(219 39 119 / 0.2);
}

.hover\:border-pink-600\/25:hover {
  border-color: rgb(219 39 119 / 0.25);
}

.hover\:border-pink-600\/30:hover {
  border-color: rgb(219 39 119 / 0.3);
}

.hover\:border-pink-600\/40:hover {
  border-color: rgb(219 39 119 / 0.4);
}

.hover\:border-pink-600\/5:hover {
  border-color: rgb(219 39 119 / 0.05);
}

.hover\:border-pink-600\/50:hover {
  border-color: rgb(219 39 119 / 0.5);
}

.hover\:border-pink-600\/60:hover {
  border-color: rgb(219 39 119 / 0.6);
}

.hover\:border-pink-600\/70:hover {
  border-color: rgb(219 39 119 / 0.7);
}

.hover\:border-pink-600\/75:hover {
  border-color: rgb(219 39 119 / 0.75);
}

.hover\:border-pink-600\/80:hover {
  border-color: rgb(219 39 119 / 0.8);
}

.hover\:border-pink-600\/90:hover {
  border-color: rgb(219 39 119 / 0.9);
}

.hover\:border-pink-600\/95:hover {
  border-color: rgb(219 39 119 / 0.95);
}

.hover\:border-pink-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(190 24 93 / var(--tw-border-opacity));
}

.hover\:border-pink-700\/0:hover {
  border-color: rgb(190 24 93 / 0);
}

.hover\:border-pink-700\/10:hover {
  border-color: rgb(190 24 93 / 0.1);
}

.hover\:border-pink-700\/100:hover {
  border-color: rgb(190 24 93 / 1);
}

.hover\:border-pink-700\/20:hover {
  border-color: rgb(190 24 93 / 0.2);
}

.hover\:border-pink-700\/25:hover {
  border-color: rgb(190 24 93 / 0.25);
}

.hover\:border-pink-700\/30:hover {
  border-color: rgb(190 24 93 / 0.3);
}

.hover\:border-pink-700\/40:hover {
  border-color: rgb(190 24 93 / 0.4);
}

.hover\:border-pink-700\/5:hover {
  border-color: rgb(190 24 93 / 0.05);
}

.hover\:border-pink-700\/50:hover {
  border-color: rgb(190 24 93 / 0.5);
}

.hover\:border-pink-700\/60:hover {
  border-color: rgb(190 24 93 / 0.6);
}

.hover\:border-pink-700\/70:hover {
  border-color: rgb(190 24 93 / 0.7);
}

.hover\:border-pink-700\/75:hover {
  border-color: rgb(190 24 93 / 0.75);
}

.hover\:border-pink-700\/80:hover {
  border-color: rgb(190 24 93 / 0.8);
}

.hover\:border-pink-700\/90:hover {
  border-color: rgb(190 24 93 / 0.9);
}

.hover\:border-pink-700\/95:hover {
  border-color: rgb(190 24 93 / 0.95);
}

.hover\:border-pink-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(157 23 77 / var(--tw-border-opacity));
}

.hover\:border-pink-800\/0:hover {
  border-color: rgb(157 23 77 / 0);
}

.hover\:border-pink-800\/10:hover {
  border-color: rgb(157 23 77 / 0.1);
}

.hover\:border-pink-800\/100:hover {
  border-color: rgb(157 23 77 / 1);
}

.hover\:border-pink-800\/20:hover {
  border-color: rgb(157 23 77 / 0.2);
}

.hover\:border-pink-800\/25:hover {
  border-color: rgb(157 23 77 / 0.25);
}

.hover\:border-pink-800\/30:hover {
  border-color: rgb(157 23 77 / 0.3);
}

.hover\:border-pink-800\/40:hover {
  border-color: rgb(157 23 77 / 0.4);
}

.hover\:border-pink-800\/5:hover {
  border-color: rgb(157 23 77 / 0.05);
}

.hover\:border-pink-800\/50:hover {
  border-color: rgb(157 23 77 / 0.5);
}

.hover\:border-pink-800\/60:hover {
  border-color: rgb(157 23 77 / 0.6);
}

.hover\:border-pink-800\/70:hover {
  border-color: rgb(157 23 77 / 0.7);
}

.hover\:border-pink-800\/75:hover {
  border-color: rgb(157 23 77 / 0.75);
}

.hover\:border-pink-800\/80:hover {
  border-color: rgb(157 23 77 / 0.8);
}

.hover\:border-pink-800\/90:hover {
  border-color: rgb(157 23 77 / 0.9);
}

.hover\:border-pink-800\/95:hover {
  border-color: rgb(157 23 77 / 0.95);
}

.hover\:border-pink-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(131 24 67 / var(--tw-border-opacity));
}

.hover\:border-pink-900\/0:hover {
  border-color: rgb(131 24 67 / 0);
}

.hover\:border-pink-900\/10:hover {
  border-color: rgb(131 24 67 / 0.1);
}

.hover\:border-pink-900\/100:hover {
  border-color: rgb(131 24 67 / 1);
}

.hover\:border-pink-900\/20:hover {
  border-color: rgb(131 24 67 / 0.2);
}

.hover\:border-pink-900\/25:hover {
  border-color: rgb(131 24 67 / 0.25);
}

.hover\:border-pink-900\/30:hover {
  border-color: rgb(131 24 67 / 0.3);
}

.hover\:border-pink-900\/40:hover {
  border-color: rgb(131 24 67 / 0.4);
}

.hover\:border-pink-900\/5:hover {
  border-color: rgb(131 24 67 / 0.05);
}

.hover\:border-pink-900\/50:hover {
  border-color: rgb(131 24 67 / 0.5);
}

.hover\:border-pink-900\/60:hover {
  border-color: rgb(131 24 67 / 0.6);
}

.hover\:border-pink-900\/70:hover {
  border-color: rgb(131 24 67 / 0.7);
}

.hover\:border-pink-900\/75:hover {
  border-color: rgb(131 24 67 / 0.75);
}

.hover\:border-pink-900\/80:hover {
  border-color: rgb(131 24 67 / 0.8);
}

.hover\:border-pink-900\/90:hover {
  border-color: rgb(131 24 67 / 0.9);
}

.hover\:border-pink-900\/95:hover {
  border-color: rgb(131 24 67 / 0.95);
}

.hover\:border-pink-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(80 7 36 / var(--tw-border-opacity));
}

.hover\:border-pink-950\/0:hover {
  border-color: rgb(80 7 36 / 0);
}

.hover\:border-pink-950\/10:hover {
  border-color: rgb(80 7 36 / 0.1);
}

.hover\:border-pink-950\/100:hover {
  border-color: rgb(80 7 36 / 1);
}

.hover\:border-pink-950\/20:hover {
  border-color: rgb(80 7 36 / 0.2);
}

.hover\:border-pink-950\/25:hover {
  border-color: rgb(80 7 36 / 0.25);
}

.hover\:border-pink-950\/30:hover {
  border-color: rgb(80 7 36 / 0.3);
}

.hover\:border-pink-950\/40:hover {
  border-color: rgb(80 7 36 / 0.4);
}

.hover\:border-pink-950\/5:hover {
  border-color: rgb(80 7 36 / 0.05);
}

.hover\:border-pink-950\/50:hover {
  border-color: rgb(80 7 36 / 0.5);
}

.hover\:border-pink-950\/60:hover {
  border-color: rgb(80 7 36 / 0.6);
}

.hover\:border-pink-950\/70:hover {
  border-color: rgb(80 7 36 / 0.7);
}

.hover\:border-pink-950\/75:hover {
  border-color: rgb(80 7 36 / 0.75);
}

.hover\:border-pink-950\/80:hover {
  border-color: rgb(80 7 36 / 0.8);
}

.hover\:border-pink-950\/90:hover {
  border-color: rgb(80 7 36 / 0.9);
}

.hover\:border-pink-950\/95:hover {
  border-color: rgb(80 7 36 / 0.95);
}

.hover\:border-purple-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-border-opacity));
}

.hover\:border-purple-100\/0:hover {
  border-color: rgb(243 232 255 / 0);
}

.hover\:border-purple-100\/10:hover {
  border-color: rgb(243 232 255 / 0.1);
}

.hover\:border-purple-100\/100:hover {
  border-color: rgb(243 232 255 / 1);
}

.hover\:border-purple-100\/20:hover {
  border-color: rgb(243 232 255 / 0.2);
}

.hover\:border-purple-100\/25:hover {
  border-color: rgb(243 232 255 / 0.25);
}

.hover\:border-purple-100\/30:hover {
  border-color: rgb(243 232 255 / 0.3);
}

.hover\:border-purple-100\/40:hover {
  border-color: rgb(243 232 255 / 0.4);
}

.hover\:border-purple-100\/5:hover {
  border-color: rgb(243 232 255 / 0.05);
}

.hover\:border-purple-100\/50:hover {
  border-color: rgb(243 232 255 / 0.5);
}

.hover\:border-purple-100\/60:hover {
  border-color: rgb(243 232 255 / 0.6);
}

.hover\:border-purple-100\/70:hover {
  border-color: rgb(243 232 255 / 0.7);
}

.hover\:border-purple-100\/75:hover {
  border-color: rgb(243 232 255 / 0.75);
}

.hover\:border-purple-100\/80:hover {
  border-color: rgb(243 232 255 / 0.8);
}

.hover\:border-purple-100\/90:hover {
  border-color: rgb(243 232 255 / 0.9);
}

.hover\:border-purple-100\/95:hover {
  border-color: rgb(243 232 255 / 0.95);
}

.hover\:border-purple-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity));
}

.hover\:border-purple-200\/0:hover {
  border-color: rgb(233 213 255 / 0);
}

.hover\:border-purple-200\/10:hover {
  border-color: rgb(233 213 255 / 0.1);
}

.hover\:border-purple-200\/100:hover {
  border-color: rgb(233 213 255 / 1);
}

.hover\:border-purple-200\/20:hover {
  border-color: rgb(233 213 255 / 0.2);
}

.hover\:border-purple-200\/25:hover {
  border-color: rgb(233 213 255 / 0.25);
}

.hover\:border-purple-200\/30:hover {
  border-color: rgb(233 213 255 / 0.3);
}

.hover\:border-purple-200\/40:hover {
  border-color: rgb(233 213 255 / 0.4);
}

.hover\:border-purple-200\/5:hover {
  border-color: rgb(233 213 255 / 0.05);
}

.hover\:border-purple-200\/50:hover {
  border-color: rgb(233 213 255 / 0.5);
}

.hover\:border-purple-200\/60:hover {
  border-color: rgb(233 213 255 / 0.6);
}

.hover\:border-purple-200\/70:hover {
  border-color: rgb(233 213 255 / 0.7);
}

.hover\:border-purple-200\/75:hover {
  border-color: rgb(233 213 255 / 0.75);
}

.hover\:border-purple-200\/80:hover {
  border-color: rgb(233 213 255 / 0.8);
}

.hover\:border-purple-200\/90:hover {
  border-color: rgb(233 213 255 / 0.9);
}

.hover\:border-purple-200\/95:hover {
  border-color: rgb(233 213 255 / 0.95);
}

.hover\:border-purple-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity));
}

.hover\:border-purple-300\/0:hover {
  border-color: rgb(216 180 254 / 0);
}

.hover\:border-purple-300\/10:hover {
  border-color: rgb(216 180 254 / 0.1);
}

.hover\:border-purple-300\/100:hover {
  border-color: rgb(216 180 254 / 1);
}

.hover\:border-purple-300\/20:hover {
  border-color: rgb(216 180 254 / 0.2);
}

.hover\:border-purple-300\/25:hover {
  border-color: rgb(216 180 254 / 0.25);
}

.hover\:border-purple-300\/30:hover {
  border-color: rgb(216 180 254 / 0.3);
}

.hover\:border-purple-300\/40:hover {
  border-color: rgb(216 180 254 / 0.4);
}

.hover\:border-purple-300\/5:hover {
  border-color: rgb(216 180 254 / 0.05);
}

.hover\:border-purple-300\/50:hover {
  border-color: rgb(216 180 254 / 0.5);
}

.hover\:border-purple-300\/60:hover {
  border-color: rgb(216 180 254 / 0.6);
}

.hover\:border-purple-300\/70:hover {
  border-color: rgb(216 180 254 / 0.7);
}

.hover\:border-purple-300\/75:hover {
  border-color: rgb(216 180 254 / 0.75);
}

.hover\:border-purple-300\/80:hover {
  border-color: rgb(216 180 254 / 0.8);
}

.hover\:border-purple-300\/90:hover {
  border-color: rgb(216 180 254 / 0.9);
}

.hover\:border-purple-300\/95:hover {
  border-color: rgb(216 180 254 / 0.95);
}

.hover\:border-purple-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity));
}

.hover\:border-purple-400\/0:hover {
  border-color: rgb(192 132 252 / 0);
}

.hover\:border-purple-400\/10:hover {
  border-color: rgb(192 132 252 / 0.1);
}

.hover\:border-purple-400\/100:hover {
  border-color: rgb(192 132 252 / 1);
}

.hover\:border-purple-400\/20:hover {
  border-color: rgb(192 132 252 / 0.2);
}

.hover\:border-purple-400\/25:hover {
  border-color: rgb(192 132 252 / 0.25);
}

.hover\:border-purple-400\/30:hover {
  border-color: rgb(192 132 252 / 0.3);
}

.hover\:border-purple-400\/40:hover {
  border-color: rgb(192 132 252 / 0.4);
}

.hover\:border-purple-400\/5:hover {
  border-color: rgb(192 132 252 / 0.05);
}

.hover\:border-purple-400\/50:hover {
  border-color: rgb(192 132 252 / 0.5);
}

.hover\:border-purple-400\/60:hover {
  border-color: rgb(192 132 252 / 0.6);
}

.hover\:border-purple-400\/70:hover {
  border-color: rgb(192 132 252 / 0.7);
}

.hover\:border-purple-400\/75:hover {
  border-color: rgb(192 132 252 / 0.75);
}

.hover\:border-purple-400\/80:hover {
  border-color: rgb(192 132 252 / 0.8);
}

.hover\:border-purple-400\/90:hover {
  border-color: rgb(192 132 252 / 0.9);
}

.hover\:border-purple-400\/95:hover {
  border-color: rgb(192 132 252 / 0.95);
}

.hover\:border-purple-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(250 245 255 / var(--tw-border-opacity));
}

.hover\:border-purple-50\/0:hover {
  border-color: rgb(250 245 255 / 0);
}

.hover\:border-purple-50\/10:hover {
  border-color: rgb(250 245 255 / 0.1);
}

.hover\:border-purple-50\/100:hover {
  border-color: rgb(250 245 255 / 1);
}

.hover\:border-purple-50\/20:hover {
  border-color: rgb(250 245 255 / 0.2);
}

.hover\:border-purple-50\/25:hover {
  border-color: rgb(250 245 255 / 0.25);
}

.hover\:border-purple-50\/30:hover {
  border-color: rgb(250 245 255 / 0.3);
}

.hover\:border-purple-50\/40:hover {
  border-color: rgb(250 245 255 / 0.4);
}

.hover\:border-purple-50\/5:hover {
  border-color: rgb(250 245 255 / 0.05);
}

.hover\:border-purple-50\/50:hover {
  border-color: rgb(250 245 255 / 0.5);
}

.hover\:border-purple-50\/60:hover {
  border-color: rgb(250 245 255 / 0.6);
}

.hover\:border-purple-50\/70:hover {
  border-color: rgb(250 245 255 / 0.7);
}

.hover\:border-purple-50\/75:hover {
  border-color: rgb(250 245 255 / 0.75);
}

.hover\:border-purple-50\/80:hover {
  border-color: rgb(250 245 255 / 0.8);
}

.hover\:border-purple-50\/90:hover {
  border-color: rgb(250 245 255 / 0.9);
}

.hover\:border-purple-50\/95:hover {
  border-color: rgb(250 245 255 / 0.95);
}

.hover\:border-purple-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity));
}

.hover\:border-purple-500\/0:hover {
  border-color: rgb(168 85 247 / 0);
}

.hover\:border-purple-500\/10:hover {
  border-color: rgb(168 85 247 / 0.1);
}

.hover\:border-purple-500\/100:hover {
  border-color: rgb(168 85 247 / 1);
}

.hover\:border-purple-500\/20:hover {
  border-color: rgb(168 85 247 / 0.2);
}

.hover\:border-purple-500\/25:hover {
  border-color: rgb(168 85 247 / 0.25);
}

.hover\:border-purple-500\/30:hover {
  border-color: rgb(168 85 247 / 0.3);
}

.hover\:border-purple-500\/40:hover {
  border-color: rgb(168 85 247 / 0.4);
}

.hover\:border-purple-500\/5:hover {
  border-color: rgb(168 85 247 / 0.05);
}

.hover\:border-purple-500\/50:hover {
  border-color: rgb(168 85 247 / 0.5);
}

.hover\:border-purple-500\/60:hover {
  border-color: rgb(168 85 247 / 0.6);
}

.hover\:border-purple-500\/70:hover {
  border-color: rgb(168 85 247 / 0.7);
}

.hover\:border-purple-500\/75:hover {
  border-color: rgb(168 85 247 / 0.75);
}

.hover\:border-purple-500\/80:hover {
  border-color: rgb(168 85 247 / 0.8);
}

.hover\:border-purple-500\/90:hover {
  border-color: rgb(168 85 247 / 0.9);
}

.hover\:border-purple-500\/95:hover {
  border-color: rgb(168 85 247 / 0.95);
}

.hover\:border-purple-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-border-opacity));
}

.hover\:border-purple-600\/0:hover {
  border-color: rgb(147 51 234 / 0);
}

.hover\:border-purple-600\/10:hover {
  border-color: rgb(147 51 234 / 0.1);
}

.hover\:border-purple-600\/100:hover {
  border-color: rgb(147 51 234 / 1);
}

.hover\:border-purple-600\/20:hover {
  border-color: rgb(147 51 234 / 0.2);
}

.hover\:border-purple-600\/25:hover {
  border-color: rgb(147 51 234 / 0.25);
}

.hover\:border-purple-600\/30:hover {
  border-color: rgb(147 51 234 / 0.3);
}

.hover\:border-purple-600\/40:hover {
  border-color: rgb(147 51 234 / 0.4);
}

.hover\:border-purple-600\/5:hover {
  border-color: rgb(147 51 234 / 0.05);
}

.hover\:border-purple-600\/50:hover {
  border-color: rgb(147 51 234 / 0.5);
}

.hover\:border-purple-600\/60:hover {
  border-color: rgb(147 51 234 / 0.6);
}

.hover\:border-purple-600\/70:hover {
  border-color: rgb(147 51 234 / 0.7);
}

.hover\:border-purple-600\/75:hover {
  border-color: rgb(147 51 234 / 0.75);
}

.hover\:border-purple-600\/80:hover {
  border-color: rgb(147 51 234 / 0.8);
}

.hover\:border-purple-600\/90:hover {
  border-color: rgb(147 51 234 / 0.9);
}

.hover\:border-purple-600\/95:hover {
  border-color: rgb(147 51 234 / 0.95);
}

.hover\:border-purple-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(126 34 206 / var(--tw-border-opacity));
}

.hover\:border-purple-700\/0:hover {
  border-color: rgb(126 34 206 / 0);
}

.hover\:border-purple-700\/10:hover {
  border-color: rgb(126 34 206 / 0.1);
}

.hover\:border-purple-700\/100:hover {
  border-color: rgb(126 34 206 / 1);
}

.hover\:border-purple-700\/20:hover {
  border-color: rgb(126 34 206 / 0.2);
}

.hover\:border-purple-700\/25:hover {
  border-color: rgb(126 34 206 / 0.25);
}

.hover\:border-purple-700\/30:hover {
  border-color: rgb(126 34 206 / 0.3);
}

.hover\:border-purple-700\/40:hover {
  border-color: rgb(126 34 206 / 0.4);
}

.hover\:border-purple-700\/5:hover {
  border-color: rgb(126 34 206 / 0.05);
}

.hover\:border-purple-700\/50:hover {
  border-color: rgb(126 34 206 / 0.5);
}

.hover\:border-purple-700\/60:hover {
  border-color: rgb(126 34 206 / 0.6);
}

.hover\:border-purple-700\/70:hover {
  border-color: rgb(126 34 206 / 0.7);
}

.hover\:border-purple-700\/75:hover {
  border-color: rgb(126 34 206 / 0.75);
}

.hover\:border-purple-700\/80:hover {
  border-color: rgb(126 34 206 / 0.8);
}

.hover\:border-purple-700\/90:hover {
  border-color: rgb(126 34 206 / 0.9);
}

.hover\:border-purple-700\/95:hover {
  border-color: rgb(126 34 206 / 0.95);
}

.hover\:border-purple-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(107 33 168 / var(--tw-border-opacity));
}

.hover\:border-purple-800\/0:hover {
  border-color: rgb(107 33 168 / 0);
}

.hover\:border-purple-800\/10:hover {
  border-color: rgb(107 33 168 / 0.1);
}

.hover\:border-purple-800\/100:hover {
  border-color: rgb(107 33 168 / 1);
}

.hover\:border-purple-800\/20:hover {
  border-color: rgb(107 33 168 / 0.2);
}

.hover\:border-purple-800\/25:hover {
  border-color: rgb(107 33 168 / 0.25);
}

.hover\:border-purple-800\/30:hover {
  border-color: rgb(107 33 168 / 0.3);
}

.hover\:border-purple-800\/40:hover {
  border-color: rgb(107 33 168 / 0.4);
}

.hover\:border-purple-800\/5:hover {
  border-color: rgb(107 33 168 / 0.05);
}

.hover\:border-purple-800\/50:hover {
  border-color: rgb(107 33 168 / 0.5);
}

.hover\:border-purple-800\/60:hover {
  border-color: rgb(107 33 168 / 0.6);
}

.hover\:border-purple-800\/70:hover {
  border-color: rgb(107 33 168 / 0.7);
}

.hover\:border-purple-800\/75:hover {
  border-color: rgb(107 33 168 / 0.75);
}

.hover\:border-purple-800\/80:hover {
  border-color: rgb(107 33 168 / 0.8);
}

.hover\:border-purple-800\/90:hover {
  border-color: rgb(107 33 168 / 0.9);
}

.hover\:border-purple-800\/95:hover {
  border-color: rgb(107 33 168 / 0.95);
}

.hover\:border-purple-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(88 28 135 / var(--tw-border-opacity));
}

.hover\:border-purple-900\/0:hover {
  border-color: rgb(88 28 135 / 0);
}

.hover\:border-purple-900\/10:hover {
  border-color: rgb(88 28 135 / 0.1);
}

.hover\:border-purple-900\/100:hover {
  border-color: rgb(88 28 135 / 1);
}

.hover\:border-purple-900\/20:hover {
  border-color: rgb(88 28 135 / 0.2);
}

.hover\:border-purple-900\/25:hover {
  border-color: rgb(88 28 135 / 0.25);
}

.hover\:border-purple-900\/30:hover {
  border-color: rgb(88 28 135 / 0.3);
}

.hover\:border-purple-900\/40:hover {
  border-color: rgb(88 28 135 / 0.4);
}

.hover\:border-purple-900\/5:hover {
  border-color: rgb(88 28 135 / 0.05);
}

.hover\:border-purple-900\/50:hover {
  border-color: rgb(88 28 135 / 0.5);
}

.hover\:border-purple-900\/60:hover {
  border-color: rgb(88 28 135 / 0.6);
}

.hover\:border-purple-900\/70:hover {
  border-color: rgb(88 28 135 / 0.7);
}

.hover\:border-purple-900\/75:hover {
  border-color: rgb(88 28 135 / 0.75);
}

.hover\:border-purple-900\/80:hover {
  border-color: rgb(88 28 135 / 0.8);
}

.hover\:border-purple-900\/90:hover {
  border-color: rgb(88 28 135 / 0.9);
}

.hover\:border-purple-900\/95:hover {
  border-color: rgb(88 28 135 / 0.95);
}

.hover\:border-purple-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(59 7 100 / var(--tw-border-opacity));
}

.hover\:border-purple-950\/0:hover {
  border-color: rgb(59 7 100 / 0);
}

.hover\:border-purple-950\/10:hover {
  border-color: rgb(59 7 100 / 0.1);
}

.hover\:border-purple-950\/100:hover {
  border-color: rgb(59 7 100 / 1);
}

.hover\:border-purple-950\/20:hover {
  border-color: rgb(59 7 100 / 0.2);
}

.hover\:border-purple-950\/25:hover {
  border-color: rgb(59 7 100 / 0.25);
}

.hover\:border-purple-950\/30:hover {
  border-color: rgb(59 7 100 / 0.3);
}

.hover\:border-purple-950\/40:hover {
  border-color: rgb(59 7 100 / 0.4);
}

.hover\:border-purple-950\/5:hover {
  border-color: rgb(59 7 100 / 0.05);
}

.hover\:border-purple-950\/50:hover {
  border-color: rgb(59 7 100 / 0.5);
}

.hover\:border-purple-950\/60:hover {
  border-color: rgb(59 7 100 / 0.6);
}

.hover\:border-purple-950\/70:hover {
  border-color: rgb(59 7 100 / 0.7);
}

.hover\:border-purple-950\/75:hover {
  border-color: rgb(59 7 100 / 0.75);
}

.hover\:border-purple-950\/80:hover {
  border-color: rgb(59 7 100 / 0.8);
}

.hover\:border-purple-950\/90:hover {
  border-color: rgb(59 7 100 / 0.9);
}

.hover\:border-purple-950\/95:hover {
  border-color: rgb(59 7 100 / 0.95);
}

.hover\:border-red-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity));
}

.hover\:border-red-100\/0:hover {
  border-color: rgb(254 226 226 / 0);
}

.hover\:border-red-100\/10:hover {
  border-color: rgb(254 226 226 / 0.1);
}

.hover\:border-red-100\/100:hover {
  border-color: rgb(254 226 226 / 1);
}

.hover\:border-red-100\/20:hover {
  border-color: rgb(254 226 226 / 0.2);
}

.hover\:border-red-100\/25:hover {
  border-color: rgb(254 226 226 / 0.25);
}

.hover\:border-red-100\/30:hover {
  border-color: rgb(254 226 226 / 0.3);
}

.hover\:border-red-100\/40:hover {
  border-color: rgb(254 226 226 / 0.4);
}

.hover\:border-red-100\/5:hover {
  border-color: rgb(254 226 226 / 0.05);
}

.hover\:border-red-100\/50:hover {
  border-color: rgb(254 226 226 / 0.5);
}

.hover\:border-red-100\/60:hover {
  border-color: rgb(254 226 226 / 0.6);
}

.hover\:border-red-100\/70:hover {
  border-color: rgb(254 226 226 / 0.7);
}

.hover\:border-red-100\/75:hover {
  border-color: rgb(254 226 226 / 0.75);
}

.hover\:border-red-100\/80:hover {
  border-color: rgb(254 226 226 / 0.8);
}

.hover\:border-red-100\/90:hover {
  border-color: rgb(254 226 226 / 0.9);
}

.hover\:border-red-100\/95:hover {
  border-color: rgb(254 226 226 / 0.95);
}

.hover\:border-red-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.hover\:border-red-200\/0:hover {
  border-color: rgb(254 202 202 / 0);
}

.hover\:border-red-200\/10:hover {
  border-color: rgb(254 202 202 / 0.1);
}

.hover\:border-red-200\/100:hover {
  border-color: rgb(254 202 202 / 1);
}

.hover\:border-red-200\/20:hover {
  border-color: rgb(254 202 202 / 0.2);
}

.hover\:border-red-200\/25:hover {
  border-color: rgb(254 202 202 / 0.25);
}

.hover\:border-red-200\/30:hover {
  border-color: rgb(254 202 202 / 0.3);
}

.hover\:border-red-200\/40:hover {
  border-color: rgb(254 202 202 / 0.4);
}

.hover\:border-red-200\/5:hover {
  border-color: rgb(254 202 202 / 0.05);
}

.hover\:border-red-200\/50:hover {
  border-color: rgb(254 202 202 / 0.5);
}

.hover\:border-red-200\/60:hover {
  border-color: rgb(254 202 202 / 0.6);
}

.hover\:border-red-200\/70:hover {
  border-color: rgb(254 202 202 / 0.7);
}

.hover\:border-red-200\/75:hover {
  border-color: rgb(254 202 202 / 0.75);
}

.hover\:border-red-200\/80:hover {
  border-color: rgb(254 202 202 / 0.8);
}

.hover\:border-red-200\/90:hover {
  border-color: rgb(254 202 202 / 0.9);
}

.hover\:border-red-200\/95:hover {
  border-color: rgb(254 202 202 / 0.95);
}

.hover\:border-red-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.hover\:border-red-300\/0:hover {
  border-color: rgb(252 165 165 / 0);
}

.hover\:border-red-300\/10:hover {
  border-color: rgb(252 165 165 / 0.1);
}

.hover\:border-red-300\/100:hover {
  border-color: rgb(252 165 165 / 1);
}

.hover\:border-red-300\/20:hover {
  border-color: rgb(252 165 165 / 0.2);
}

.hover\:border-red-300\/25:hover {
  border-color: rgb(252 165 165 / 0.25);
}

.hover\:border-red-300\/30:hover {
  border-color: rgb(252 165 165 / 0.3);
}

.hover\:border-red-300\/40:hover {
  border-color: rgb(252 165 165 / 0.4);
}

.hover\:border-red-300\/5:hover {
  border-color: rgb(252 165 165 / 0.05);
}

.hover\:border-red-300\/50:hover {
  border-color: rgb(252 165 165 / 0.5);
}

.hover\:border-red-300\/60:hover {
  border-color: rgb(252 165 165 / 0.6);
}

.hover\:border-red-300\/70:hover {
  border-color: rgb(252 165 165 / 0.7);
}

.hover\:border-red-300\/75:hover {
  border-color: rgb(252 165 165 / 0.75);
}

.hover\:border-red-300\/80:hover {
  border-color: rgb(252 165 165 / 0.8);
}

.hover\:border-red-300\/90:hover {
  border-color: rgb(252 165 165 / 0.9);
}

.hover\:border-red-300\/95:hover {
  border-color: rgb(252 165 165 / 0.95);
}

.hover\:border-red-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.hover\:border-red-400\/0:hover {
  border-color: rgb(248 113 113 / 0);
}

.hover\:border-red-400\/10:hover {
  border-color: rgb(248 113 113 / 0.1);
}

.hover\:border-red-400\/100:hover {
  border-color: rgb(248 113 113 / 1);
}

.hover\:border-red-400\/20:hover {
  border-color: rgb(248 113 113 / 0.2);
}

.hover\:border-red-400\/25:hover {
  border-color: rgb(248 113 113 / 0.25);
}

.hover\:border-red-400\/30:hover {
  border-color: rgb(248 113 113 / 0.3);
}

.hover\:border-red-400\/40:hover {
  border-color: rgb(248 113 113 / 0.4);
}

.hover\:border-red-400\/5:hover {
  border-color: rgb(248 113 113 / 0.05);
}

.hover\:border-red-400\/50:hover {
  border-color: rgb(248 113 113 / 0.5);
}

.hover\:border-red-400\/60:hover {
  border-color: rgb(248 113 113 / 0.6);
}

.hover\:border-red-400\/70:hover {
  border-color: rgb(248 113 113 / 0.7);
}

.hover\:border-red-400\/75:hover {
  border-color: rgb(248 113 113 / 0.75);
}

.hover\:border-red-400\/80:hover {
  border-color: rgb(248 113 113 / 0.8);
}

.hover\:border-red-400\/90:hover {
  border-color: rgb(248 113 113 / 0.9);
}

.hover\:border-red-400\/95:hover {
  border-color: rgb(248 113 113 / 0.95);
}

.hover\:border-red-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.hover\:border-red-50\/0:hover {
  border-color: rgb(254 242 242 / 0);
}

.hover\:border-red-50\/10:hover {
  border-color: rgb(254 242 242 / 0.1);
}

.hover\:border-red-50\/100:hover {
  border-color: rgb(254 242 242 / 1);
}

.hover\:border-red-50\/20:hover {
  border-color: rgb(254 242 242 / 0.2);
}

.hover\:border-red-50\/25:hover {
  border-color: rgb(254 242 242 / 0.25);
}

.hover\:border-red-50\/30:hover {
  border-color: rgb(254 242 242 / 0.3);
}

.hover\:border-red-50\/40:hover {
  border-color: rgb(254 242 242 / 0.4);
}

.hover\:border-red-50\/5:hover {
  border-color: rgb(254 242 242 / 0.05);
}

.hover\:border-red-50\/50:hover {
  border-color: rgb(254 242 242 / 0.5);
}

.hover\:border-red-50\/60:hover {
  border-color: rgb(254 242 242 / 0.6);
}

.hover\:border-red-50\/70:hover {
  border-color: rgb(254 242 242 / 0.7);
}

.hover\:border-red-50\/75:hover {
  border-color: rgb(254 242 242 / 0.75);
}

.hover\:border-red-50\/80:hover {
  border-color: rgb(254 242 242 / 0.8);
}

.hover\:border-red-50\/90:hover {
  border-color: rgb(254 242 242 / 0.9);
}

.hover\:border-red-50\/95:hover {
  border-color: rgb(254 242 242 / 0.95);
}

.hover\:border-red-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.hover\:border-red-500\/0:hover {
  border-color: rgb(239 68 68 / 0);
}

.hover\:border-red-500\/10:hover {
  border-color: rgb(239 68 68 / 0.1);
}

.hover\:border-red-500\/100:hover {
  border-color: rgb(239 68 68 / 1);
}

.hover\:border-red-500\/20:hover {
  border-color: rgb(239 68 68 / 0.2);
}

.hover\:border-red-500\/25:hover {
  border-color: rgb(239 68 68 / 0.25);
}

.hover\:border-red-500\/30:hover {
  border-color: rgb(239 68 68 / 0.3);
}

.hover\:border-red-500\/40:hover {
  border-color: rgb(239 68 68 / 0.4);
}

.hover\:border-red-500\/5:hover {
  border-color: rgb(239 68 68 / 0.05);
}

.hover\:border-red-500\/50:hover {
  border-color: rgb(239 68 68 / 0.5);
}

.hover\:border-red-500\/60:hover {
  border-color: rgb(239 68 68 / 0.6);
}

.hover\:border-red-500\/70:hover {
  border-color: rgb(239 68 68 / 0.7);
}

.hover\:border-red-500\/75:hover {
  border-color: rgb(239 68 68 / 0.75);
}

.hover\:border-red-500\/80:hover {
  border-color: rgb(239 68 68 / 0.8);
}

.hover\:border-red-500\/90:hover {
  border-color: rgb(239 68 68 / 0.9);
}

.hover\:border-red-500\/95:hover {
  border-color: rgb(239 68 68 / 0.95);
}

.hover\:border-red-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.hover\:border-red-600\/0:hover {
  border-color: rgb(220 38 38 / 0);
}

.hover\:border-red-600\/10:hover {
  border-color: rgb(220 38 38 / 0.1);
}

.hover\:border-red-600\/100:hover {
  border-color: rgb(220 38 38 / 1);
}

.hover\:border-red-600\/20:hover {
  border-color: rgb(220 38 38 / 0.2);
}

.hover\:border-red-600\/25:hover {
  border-color: rgb(220 38 38 / 0.25);
}

.hover\:border-red-600\/30:hover {
  border-color: rgb(220 38 38 / 0.3);
}

.hover\:border-red-600\/40:hover {
  border-color: rgb(220 38 38 / 0.4);
}

.hover\:border-red-600\/5:hover {
  border-color: rgb(220 38 38 / 0.05);
}

.hover\:border-red-600\/50:hover {
  border-color: rgb(220 38 38 / 0.5);
}

.hover\:border-red-600\/60:hover {
  border-color: rgb(220 38 38 / 0.6);
}

.hover\:border-red-600\/70:hover {
  border-color: rgb(220 38 38 / 0.7);
}

.hover\:border-red-600\/75:hover {
  border-color: rgb(220 38 38 / 0.75);
}

.hover\:border-red-600\/80:hover {
  border-color: rgb(220 38 38 / 0.8);
}

.hover\:border-red-600\/90:hover {
  border-color: rgb(220 38 38 / 0.9);
}

.hover\:border-red-600\/95:hover {
  border-color: rgb(220 38 38 / 0.95);
}

.hover\:border-red-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.hover\:border-red-700\/0:hover {
  border-color: rgb(185 28 28 / 0);
}

.hover\:border-red-700\/10:hover {
  border-color: rgb(185 28 28 / 0.1);
}

.hover\:border-red-700\/100:hover {
  border-color: rgb(185 28 28 / 1);
}

.hover\:border-red-700\/20:hover {
  border-color: rgb(185 28 28 / 0.2);
}

.hover\:border-red-700\/25:hover {
  border-color: rgb(185 28 28 / 0.25);
}

.hover\:border-red-700\/30:hover {
  border-color: rgb(185 28 28 / 0.3);
}

.hover\:border-red-700\/40:hover {
  border-color: rgb(185 28 28 / 0.4);
}

.hover\:border-red-700\/5:hover {
  border-color: rgb(185 28 28 / 0.05);
}

.hover\:border-red-700\/50:hover {
  border-color: rgb(185 28 28 / 0.5);
}

.hover\:border-red-700\/60:hover {
  border-color: rgb(185 28 28 / 0.6);
}

.hover\:border-red-700\/70:hover {
  border-color: rgb(185 28 28 / 0.7);
}

.hover\:border-red-700\/75:hover {
  border-color: rgb(185 28 28 / 0.75);
}

.hover\:border-red-700\/80:hover {
  border-color: rgb(185 28 28 / 0.8);
}

.hover\:border-red-700\/90:hover {
  border-color: rgb(185 28 28 / 0.9);
}

.hover\:border-red-700\/95:hover {
  border-color: rgb(185 28 28 / 0.95);
}

.hover\:border-red-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.hover\:border-red-800\/0:hover {
  border-color: rgb(153 27 27 / 0);
}

.hover\:border-red-800\/10:hover {
  border-color: rgb(153 27 27 / 0.1);
}

.hover\:border-red-800\/100:hover {
  border-color: rgb(153 27 27 / 1);
}

.hover\:border-red-800\/20:hover {
  border-color: rgb(153 27 27 / 0.2);
}

.hover\:border-red-800\/25:hover {
  border-color: rgb(153 27 27 / 0.25);
}

.hover\:border-red-800\/30:hover {
  border-color: rgb(153 27 27 / 0.3);
}

.hover\:border-red-800\/40:hover {
  border-color: rgb(153 27 27 / 0.4);
}

.hover\:border-red-800\/5:hover {
  border-color: rgb(153 27 27 / 0.05);
}

.hover\:border-red-800\/50:hover {
  border-color: rgb(153 27 27 / 0.5);
}

.hover\:border-red-800\/60:hover {
  border-color: rgb(153 27 27 / 0.6);
}

.hover\:border-red-800\/70:hover {
  border-color: rgb(153 27 27 / 0.7);
}

.hover\:border-red-800\/75:hover {
  border-color: rgb(153 27 27 / 0.75);
}

.hover\:border-red-800\/80:hover {
  border-color: rgb(153 27 27 / 0.8);
}

.hover\:border-red-800\/90:hover {
  border-color: rgb(153 27 27 / 0.9);
}

.hover\:border-red-800\/95:hover {
  border-color: rgb(153 27 27 / 0.95);
}

.hover\:border-red-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.hover\:border-red-900\/0:hover {
  border-color: rgb(127 29 29 / 0);
}

.hover\:border-red-900\/10:hover {
  border-color: rgb(127 29 29 / 0.1);
}

.hover\:border-red-900\/100:hover {
  border-color: rgb(127 29 29 / 1);
}

.hover\:border-red-900\/20:hover {
  border-color: rgb(127 29 29 / 0.2);
}

.hover\:border-red-900\/25:hover {
  border-color: rgb(127 29 29 / 0.25);
}

.hover\:border-red-900\/30:hover {
  border-color: rgb(127 29 29 / 0.3);
}

.hover\:border-red-900\/40:hover {
  border-color: rgb(127 29 29 / 0.4);
}

.hover\:border-red-900\/5:hover {
  border-color: rgb(127 29 29 / 0.05);
}

.hover\:border-red-900\/50:hover {
  border-color: rgb(127 29 29 / 0.5);
}

.hover\:border-red-900\/60:hover {
  border-color: rgb(127 29 29 / 0.6);
}

.hover\:border-red-900\/70:hover {
  border-color: rgb(127 29 29 / 0.7);
}

.hover\:border-red-900\/75:hover {
  border-color: rgb(127 29 29 / 0.75);
}

.hover\:border-red-900\/80:hover {
  border-color: rgb(127 29 29 / 0.8);
}

.hover\:border-red-900\/90:hover {
  border-color: rgb(127 29 29 / 0.9);
}

.hover\:border-red-900\/95:hover {
  border-color: rgb(127 29 29 / 0.95);
}

.hover\:border-red-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(69 10 10 / var(--tw-border-opacity));
}

.hover\:border-red-950\/0:hover {
  border-color: rgb(69 10 10 / 0);
}

.hover\:border-red-950\/10:hover {
  border-color: rgb(69 10 10 / 0.1);
}

.hover\:border-red-950\/100:hover {
  border-color: rgb(69 10 10 / 1);
}

.hover\:border-red-950\/20:hover {
  border-color: rgb(69 10 10 / 0.2);
}

.hover\:border-red-950\/25:hover {
  border-color: rgb(69 10 10 / 0.25);
}

.hover\:border-red-950\/30:hover {
  border-color: rgb(69 10 10 / 0.3);
}

.hover\:border-red-950\/40:hover {
  border-color: rgb(69 10 10 / 0.4);
}

.hover\:border-red-950\/5:hover {
  border-color: rgb(69 10 10 / 0.05);
}

.hover\:border-red-950\/50:hover {
  border-color: rgb(69 10 10 / 0.5);
}

.hover\:border-red-950\/60:hover {
  border-color: rgb(69 10 10 / 0.6);
}

.hover\:border-red-950\/70:hover {
  border-color: rgb(69 10 10 / 0.7);
}

.hover\:border-red-950\/75:hover {
  border-color: rgb(69 10 10 / 0.75);
}

.hover\:border-red-950\/80:hover {
  border-color: rgb(69 10 10 / 0.8);
}

.hover\:border-red-950\/90:hover {
  border-color: rgb(69 10 10 / 0.9);
}

.hover\:border-red-950\/95:hover {
  border-color: rgb(69 10 10 / 0.95);
}

.hover\:border-rose-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 228 230 / var(--tw-border-opacity));
}

.hover\:border-rose-100\/0:hover {
  border-color: rgb(255 228 230 / 0);
}

.hover\:border-rose-100\/10:hover {
  border-color: rgb(255 228 230 / 0.1);
}

.hover\:border-rose-100\/100:hover {
  border-color: rgb(255 228 230 / 1);
}

.hover\:border-rose-100\/20:hover {
  border-color: rgb(255 228 230 / 0.2);
}

.hover\:border-rose-100\/25:hover {
  border-color: rgb(255 228 230 / 0.25);
}

.hover\:border-rose-100\/30:hover {
  border-color: rgb(255 228 230 / 0.3);
}

.hover\:border-rose-100\/40:hover {
  border-color: rgb(255 228 230 / 0.4);
}

.hover\:border-rose-100\/5:hover {
  border-color: rgb(255 228 230 / 0.05);
}

.hover\:border-rose-100\/50:hover {
  border-color: rgb(255 228 230 / 0.5);
}

.hover\:border-rose-100\/60:hover {
  border-color: rgb(255 228 230 / 0.6);
}

.hover\:border-rose-100\/70:hover {
  border-color: rgb(255 228 230 / 0.7);
}

.hover\:border-rose-100\/75:hover {
  border-color: rgb(255 228 230 / 0.75);
}

.hover\:border-rose-100\/80:hover {
  border-color: rgb(255 228 230 / 0.8);
}

.hover\:border-rose-100\/90:hover {
  border-color: rgb(255 228 230 / 0.9);
}

.hover\:border-rose-100\/95:hover {
  border-color: rgb(255 228 230 / 0.95);
}

.hover\:border-rose-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity));
}

.hover\:border-rose-200\/0:hover {
  border-color: rgb(254 205 211 / 0);
}

.hover\:border-rose-200\/10:hover {
  border-color: rgb(254 205 211 / 0.1);
}

.hover\:border-rose-200\/100:hover {
  border-color: rgb(254 205 211 / 1);
}

.hover\:border-rose-200\/20:hover {
  border-color: rgb(254 205 211 / 0.2);
}

.hover\:border-rose-200\/25:hover {
  border-color: rgb(254 205 211 / 0.25);
}

.hover\:border-rose-200\/30:hover {
  border-color: rgb(254 205 211 / 0.3);
}

.hover\:border-rose-200\/40:hover {
  border-color: rgb(254 205 211 / 0.4);
}

.hover\:border-rose-200\/5:hover {
  border-color: rgb(254 205 211 / 0.05);
}

.hover\:border-rose-200\/50:hover {
  border-color: rgb(254 205 211 / 0.5);
}

.hover\:border-rose-200\/60:hover {
  border-color: rgb(254 205 211 / 0.6);
}

.hover\:border-rose-200\/70:hover {
  border-color: rgb(254 205 211 / 0.7);
}

.hover\:border-rose-200\/75:hover {
  border-color: rgb(254 205 211 / 0.75);
}

.hover\:border-rose-200\/80:hover {
  border-color: rgb(254 205 211 / 0.8);
}

.hover\:border-rose-200\/90:hover {
  border-color: rgb(254 205 211 / 0.9);
}

.hover\:border-rose-200\/95:hover {
  border-color: rgb(254 205 211 / 0.95);
}

.hover\:border-rose-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(253 164 175 / var(--tw-border-opacity));
}

.hover\:border-rose-300\/0:hover {
  border-color: rgb(253 164 175 / 0);
}

.hover\:border-rose-300\/10:hover {
  border-color: rgb(253 164 175 / 0.1);
}

.hover\:border-rose-300\/100:hover {
  border-color: rgb(253 164 175 / 1);
}

.hover\:border-rose-300\/20:hover {
  border-color: rgb(253 164 175 / 0.2);
}

.hover\:border-rose-300\/25:hover {
  border-color: rgb(253 164 175 / 0.25);
}

.hover\:border-rose-300\/30:hover {
  border-color: rgb(253 164 175 / 0.3);
}

.hover\:border-rose-300\/40:hover {
  border-color: rgb(253 164 175 / 0.4);
}

.hover\:border-rose-300\/5:hover {
  border-color: rgb(253 164 175 / 0.05);
}

.hover\:border-rose-300\/50:hover {
  border-color: rgb(253 164 175 / 0.5);
}

.hover\:border-rose-300\/60:hover {
  border-color: rgb(253 164 175 / 0.6);
}

.hover\:border-rose-300\/70:hover {
  border-color: rgb(253 164 175 / 0.7);
}

.hover\:border-rose-300\/75:hover {
  border-color: rgb(253 164 175 / 0.75);
}

.hover\:border-rose-300\/80:hover {
  border-color: rgb(253 164 175 / 0.8);
}

.hover\:border-rose-300\/90:hover {
  border-color: rgb(253 164 175 / 0.9);
}

.hover\:border-rose-300\/95:hover {
  border-color: rgb(253 164 175 / 0.95);
}

.hover\:border-rose-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.hover\:border-rose-400\/0:hover {
  border-color: rgb(251 113 133 / 0);
}

.hover\:border-rose-400\/10:hover {
  border-color: rgb(251 113 133 / 0.1);
}

.hover\:border-rose-400\/100:hover {
  border-color: rgb(251 113 133 / 1);
}

.hover\:border-rose-400\/20:hover {
  border-color: rgb(251 113 133 / 0.2);
}

.hover\:border-rose-400\/25:hover {
  border-color: rgb(251 113 133 / 0.25);
}

.hover\:border-rose-400\/30:hover {
  border-color: rgb(251 113 133 / 0.3);
}

.hover\:border-rose-400\/40:hover {
  border-color: rgb(251 113 133 / 0.4);
}

.hover\:border-rose-400\/5:hover {
  border-color: rgb(251 113 133 / 0.05);
}

.hover\:border-rose-400\/50:hover {
  border-color: rgb(251 113 133 / 0.5);
}

.hover\:border-rose-400\/60:hover {
  border-color: rgb(251 113 133 / 0.6);
}

.hover\:border-rose-400\/70:hover {
  border-color: rgb(251 113 133 / 0.7);
}

.hover\:border-rose-400\/75:hover {
  border-color: rgb(251 113 133 / 0.75);
}

.hover\:border-rose-400\/80:hover {
  border-color: rgb(251 113 133 / 0.8);
}

.hover\:border-rose-400\/90:hover {
  border-color: rgb(251 113 133 / 0.9);
}

.hover\:border-rose-400\/95:hover {
  border-color: rgb(251 113 133 / 0.95);
}

.hover\:border-rose-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 241 242 / var(--tw-border-opacity));
}

.hover\:border-rose-50\/0:hover {
  border-color: rgb(255 241 242 / 0);
}

.hover\:border-rose-50\/10:hover {
  border-color: rgb(255 241 242 / 0.1);
}

.hover\:border-rose-50\/100:hover {
  border-color: rgb(255 241 242 / 1);
}

.hover\:border-rose-50\/20:hover {
  border-color: rgb(255 241 242 / 0.2);
}

.hover\:border-rose-50\/25:hover {
  border-color: rgb(255 241 242 / 0.25);
}

.hover\:border-rose-50\/30:hover {
  border-color: rgb(255 241 242 / 0.3);
}

.hover\:border-rose-50\/40:hover {
  border-color: rgb(255 241 242 / 0.4);
}

.hover\:border-rose-50\/5:hover {
  border-color: rgb(255 241 242 / 0.05);
}

.hover\:border-rose-50\/50:hover {
  border-color: rgb(255 241 242 / 0.5);
}

.hover\:border-rose-50\/60:hover {
  border-color: rgb(255 241 242 / 0.6);
}

.hover\:border-rose-50\/70:hover {
  border-color: rgb(255 241 242 / 0.7);
}

.hover\:border-rose-50\/75:hover {
  border-color: rgb(255 241 242 / 0.75);
}

.hover\:border-rose-50\/80:hover {
  border-color: rgb(255 241 242 / 0.8);
}

.hover\:border-rose-50\/90:hover {
  border-color: rgb(255 241 242 / 0.9);
}

.hover\:border-rose-50\/95:hover {
  border-color: rgb(255 241 242 / 0.95);
}

.hover\:border-rose-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-border-opacity));
}

.hover\:border-rose-500\/0:hover {
  border-color: rgb(244 63 94 / 0);
}

.hover\:border-rose-500\/10:hover {
  border-color: rgb(244 63 94 / 0.1);
}

.hover\:border-rose-500\/100:hover {
  border-color: rgb(244 63 94 / 1);
}

.hover\:border-rose-500\/20:hover {
  border-color: rgb(244 63 94 / 0.2);
}

.hover\:border-rose-500\/25:hover {
  border-color: rgb(244 63 94 / 0.25);
}

.hover\:border-rose-500\/30:hover {
  border-color: rgb(244 63 94 / 0.3);
}

.hover\:border-rose-500\/40:hover {
  border-color: rgb(244 63 94 / 0.4);
}

.hover\:border-rose-500\/5:hover {
  border-color: rgb(244 63 94 / 0.05);
}

.hover\:border-rose-500\/50:hover {
  border-color: rgb(244 63 94 / 0.5);
}

.hover\:border-rose-500\/60:hover {
  border-color: rgb(244 63 94 / 0.6);
}

.hover\:border-rose-500\/70:hover {
  border-color: rgb(244 63 94 / 0.7);
}

.hover\:border-rose-500\/75:hover {
  border-color: rgb(244 63 94 / 0.75);
}

.hover\:border-rose-500\/80:hover {
  border-color: rgb(244 63 94 / 0.8);
}

.hover\:border-rose-500\/90:hover {
  border-color: rgb(244 63 94 / 0.9);
}

.hover\:border-rose-500\/95:hover {
  border-color: rgb(244 63 94 / 0.95);
}

.hover\:border-rose-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(225 29 72 / var(--tw-border-opacity));
}

.hover\:border-rose-600\/0:hover {
  border-color: rgb(225 29 72 / 0);
}

.hover\:border-rose-600\/10:hover {
  border-color: rgb(225 29 72 / 0.1);
}

.hover\:border-rose-600\/100:hover {
  border-color: rgb(225 29 72 / 1);
}

.hover\:border-rose-600\/20:hover {
  border-color: rgb(225 29 72 / 0.2);
}

.hover\:border-rose-600\/25:hover {
  border-color: rgb(225 29 72 / 0.25);
}

.hover\:border-rose-600\/30:hover {
  border-color: rgb(225 29 72 / 0.3);
}

.hover\:border-rose-600\/40:hover {
  border-color: rgb(225 29 72 / 0.4);
}

.hover\:border-rose-600\/5:hover {
  border-color: rgb(225 29 72 / 0.05);
}

.hover\:border-rose-600\/50:hover {
  border-color: rgb(225 29 72 / 0.5);
}

.hover\:border-rose-600\/60:hover {
  border-color: rgb(225 29 72 / 0.6);
}

.hover\:border-rose-600\/70:hover {
  border-color: rgb(225 29 72 / 0.7);
}

.hover\:border-rose-600\/75:hover {
  border-color: rgb(225 29 72 / 0.75);
}

.hover\:border-rose-600\/80:hover {
  border-color: rgb(225 29 72 / 0.8);
}

.hover\:border-rose-600\/90:hover {
  border-color: rgb(225 29 72 / 0.9);
}

.hover\:border-rose-600\/95:hover {
  border-color: rgb(225 29 72 / 0.95);
}

.hover\:border-rose-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(190 18 60 / var(--tw-border-opacity));
}

.hover\:border-rose-700\/0:hover {
  border-color: rgb(190 18 60 / 0);
}

.hover\:border-rose-700\/10:hover {
  border-color: rgb(190 18 60 / 0.1);
}

.hover\:border-rose-700\/100:hover {
  border-color: rgb(190 18 60 / 1);
}

.hover\:border-rose-700\/20:hover {
  border-color: rgb(190 18 60 / 0.2);
}

.hover\:border-rose-700\/25:hover {
  border-color: rgb(190 18 60 / 0.25);
}

.hover\:border-rose-700\/30:hover {
  border-color: rgb(190 18 60 / 0.3);
}

.hover\:border-rose-700\/40:hover {
  border-color: rgb(190 18 60 / 0.4);
}

.hover\:border-rose-700\/5:hover {
  border-color: rgb(190 18 60 / 0.05);
}

.hover\:border-rose-700\/50:hover {
  border-color: rgb(190 18 60 / 0.5);
}

.hover\:border-rose-700\/60:hover {
  border-color: rgb(190 18 60 / 0.6);
}

.hover\:border-rose-700\/70:hover {
  border-color: rgb(190 18 60 / 0.7);
}

.hover\:border-rose-700\/75:hover {
  border-color: rgb(190 18 60 / 0.75);
}

.hover\:border-rose-700\/80:hover {
  border-color: rgb(190 18 60 / 0.8);
}

.hover\:border-rose-700\/90:hover {
  border-color: rgb(190 18 60 / 0.9);
}

.hover\:border-rose-700\/95:hover {
  border-color: rgb(190 18 60 / 0.95);
}

.hover\:border-rose-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(159 18 57 / var(--tw-border-opacity));
}

.hover\:border-rose-800\/0:hover {
  border-color: rgb(159 18 57 / 0);
}

.hover\:border-rose-800\/10:hover {
  border-color: rgb(159 18 57 / 0.1);
}

.hover\:border-rose-800\/100:hover {
  border-color: rgb(159 18 57 / 1);
}

.hover\:border-rose-800\/20:hover {
  border-color: rgb(159 18 57 / 0.2);
}

.hover\:border-rose-800\/25:hover {
  border-color: rgb(159 18 57 / 0.25);
}

.hover\:border-rose-800\/30:hover {
  border-color: rgb(159 18 57 / 0.3);
}

.hover\:border-rose-800\/40:hover {
  border-color: rgb(159 18 57 / 0.4);
}

.hover\:border-rose-800\/5:hover {
  border-color: rgb(159 18 57 / 0.05);
}

.hover\:border-rose-800\/50:hover {
  border-color: rgb(159 18 57 / 0.5);
}

.hover\:border-rose-800\/60:hover {
  border-color: rgb(159 18 57 / 0.6);
}

.hover\:border-rose-800\/70:hover {
  border-color: rgb(159 18 57 / 0.7);
}

.hover\:border-rose-800\/75:hover {
  border-color: rgb(159 18 57 / 0.75);
}

.hover\:border-rose-800\/80:hover {
  border-color: rgb(159 18 57 / 0.8);
}

.hover\:border-rose-800\/90:hover {
  border-color: rgb(159 18 57 / 0.9);
}

.hover\:border-rose-800\/95:hover {
  border-color: rgb(159 18 57 / 0.95);
}

.hover\:border-rose-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(136 19 55 / var(--tw-border-opacity));
}

.hover\:border-rose-900\/0:hover {
  border-color: rgb(136 19 55 / 0);
}

.hover\:border-rose-900\/10:hover {
  border-color: rgb(136 19 55 / 0.1);
}

.hover\:border-rose-900\/100:hover {
  border-color: rgb(136 19 55 / 1);
}

.hover\:border-rose-900\/20:hover {
  border-color: rgb(136 19 55 / 0.2);
}

.hover\:border-rose-900\/25:hover {
  border-color: rgb(136 19 55 / 0.25);
}

.hover\:border-rose-900\/30:hover {
  border-color: rgb(136 19 55 / 0.3);
}

.hover\:border-rose-900\/40:hover {
  border-color: rgb(136 19 55 / 0.4);
}

.hover\:border-rose-900\/5:hover {
  border-color: rgb(136 19 55 / 0.05);
}

.hover\:border-rose-900\/50:hover {
  border-color: rgb(136 19 55 / 0.5);
}

.hover\:border-rose-900\/60:hover {
  border-color: rgb(136 19 55 / 0.6);
}

.hover\:border-rose-900\/70:hover {
  border-color: rgb(136 19 55 / 0.7);
}

.hover\:border-rose-900\/75:hover {
  border-color: rgb(136 19 55 / 0.75);
}

.hover\:border-rose-900\/80:hover {
  border-color: rgb(136 19 55 / 0.8);
}

.hover\:border-rose-900\/90:hover {
  border-color: rgb(136 19 55 / 0.9);
}

.hover\:border-rose-900\/95:hover {
  border-color: rgb(136 19 55 / 0.95);
}

.hover\:border-rose-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(76 5 25 / var(--tw-border-opacity));
}

.hover\:border-rose-950\/0:hover {
  border-color: rgb(76 5 25 / 0);
}

.hover\:border-rose-950\/10:hover {
  border-color: rgb(76 5 25 / 0.1);
}

.hover\:border-rose-950\/100:hover {
  border-color: rgb(76 5 25 / 1);
}

.hover\:border-rose-950\/20:hover {
  border-color: rgb(76 5 25 / 0.2);
}

.hover\:border-rose-950\/25:hover {
  border-color: rgb(76 5 25 / 0.25);
}

.hover\:border-rose-950\/30:hover {
  border-color: rgb(76 5 25 / 0.3);
}

.hover\:border-rose-950\/40:hover {
  border-color: rgb(76 5 25 / 0.4);
}

.hover\:border-rose-950\/5:hover {
  border-color: rgb(76 5 25 / 0.05);
}

.hover\:border-rose-950\/50:hover {
  border-color: rgb(76 5 25 / 0.5);
}

.hover\:border-rose-950\/60:hover {
  border-color: rgb(76 5 25 / 0.6);
}

.hover\:border-rose-950\/70:hover {
  border-color: rgb(76 5 25 / 0.7);
}

.hover\:border-rose-950\/75:hover {
  border-color: rgb(76 5 25 / 0.75);
}

.hover\:border-rose-950\/80:hover {
  border-color: rgb(76 5 25 / 0.8);
}

.hover\:border-rose-950\/90:hover {
  border-color: rgb(76 5 25 / 0.9);
}

.hover\:border-rose-950\/95:hover {
  border-color: rgb(76 5 25 / 0.95);
}

.hover\:border-sky-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-border-opacity));
}

.hover\:border-sky-100\/0:hover {
  border-color: rgb(224 242 254 / 0);
}

.hover\:border-sky-100\/10:hover {
  border-color: rgb(224 242 254 / 0.1);
}

.hover\:border-sky-100\/100:hover {
  border-color: rgb(224 242 254 / 1);
}

.hover\:border-sky-100\/20:hover {
  border-color: rgb(224 242 254 / 0.2);
}

.hover\:border-sky-100\/25:hover {
  border-color: rgb(224 242 254 / 0.25);
}

.hover\:border-sky-100\/30:hover {
  border-color: rgb(224 242 254 / 0.3);
}

.hover\:border-sky-100\/40:hover {
  border-color: rgb(224 242 254 / 0.4);
}

.hover\:border-sky-100\/5:hover {
  border-color: rgb(224 242 254 / 0.05);
}

.hover\:border-sky-100\/50:hover {
  border-color: rgb(224 242 254 / 0.5);
}

.hover\:border-sky-100\/60:hover {
  border-color: rgb(224 242 254 / 0.6);
}

.hover\:border-sky-100\/70:hover {
  border-color: rgb(224 242 254 / 0.7);
}

.hover\:border-sky-100\/75:hover {
  border-color: rgb(224 242 254 / 0.75);
}

.hover\:border-sky-100\/80:hover {
  border-color: rgb(224 242 254 / 0.8);
}

.hover\:border-sky-100\/90:hover {
  border-color: rgb(224 242 254 / 0.9);
}

.hover\:border-sky-100\/95:hover {
  border-color: rgb(224 242 254 / 0.95);
}

.hover\:border-sky-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity));
}

.hover\:border-sky-200\/0:hover {
  border-color: rgb(186 230 253 / 0);
}

.hover\:border-sky-200\/10:hover {
  border-color: rgb(186 230 253 / 0.1);
}

.hover\:border-sky-200\/100:hover {
  border-color: rgb(186 230 253 / 1);
}

.hover\:border-sky-200\/20:hover {
  border-color: rgb(186 230 253 / 0.2);
}

.hover\:border-sky-200\/25:hover {
  border-color: rgb(186 230 253 / 0.25);
}

.hover\:border-sky-200\/30:hover {
  border-color: rgb(186 230 253 / 0.3);
}

.hover\:border-sky-200\/40:hover {
  border-color: rgb(186 230 253 / 0.4);
}

.hover\:border-sky-200\/5:hover {
  border-color: rgb(186 230 253 / 0.05);
}

.hover\:border-sky-200\/50:hover {
  border-color: rgb(186 230 253 / 0.5);
}

.hover\:border-sky-200\/60:hover {
  border-color: rgb(186 230 253 / 0.6);
}

.hover\:border-sky-200\/70:hover {
  border-color: rgb(186 230 253 / 0.7);
}

.hover\:border-sky-200\/75:hover {
  border-color: rgb(186 230 253 / 0.75);
}

.hover\:border-sky-200\/80:hover {
  border-color: rgb(186 230 253 / 0.8);
}

.hover\:border-sky-200\/90:hover {
  border-color: rgb(186 230 253 / 0.9);
}

.hover\:border-sky-200\/95:hover {
  border-color: rgb(186 230 253 / 0.95);
}

.hover\:border-sky-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-border-opacity));
}

.hover\:border-sky-300\/0:hover {
  border-color: rgb(125 211 252 / 0);
}

.hover\:border-sky-300\/10:hover {
  border-color: rgb(125 211 252 / 0.1);
}

.hover\:border-sky-300\/100:hover {
  border-color: rgb(125 211 252 / 1);
}

.hover\:border-sky-300\/20:hover {
  border-color: rgb(125 211 252 / 0.2);
}

.hover\:border-sky-300\/25:hover {
  border-color: rgb(125 211 252 / 0.25);
}

.hover\:border-sky-300\/30:hover {
  border-color: rgb(125 211 252 / 0.3);
}

.hover\:border-sky-300\/40:hover {
  border-color: rgb(125 211 252 / 0.4);
}

.hover\:border-sky-300\/5:hover {
  border-color: rgb(125 211 252 / 0.05);
}

.hover\:border-sky-300\/50:hover {
  border-color: rgb(125 211 252 / 0.5);
}

.hover\:border-sky-300\/60:hover {
  border-color: rgb(125 211 252 / 0.6);
}

.hover\:border-sky-300\/70:hover {
  border-color: rgb(125 211 252 / 0.7);
}

.hover\:border-sky-300\/75:hover {
  border-color: rgb(125 211 252 / 0.75);
}

.hover\:border-sky-300\/80:hover {
  border-color: rgb(125 211 252 / 0.8);
}

.hover\:border-sky-300\/90:hover {
  border-color: rgb(125 211 252 / 0.9);
}

.hover\:border-sky-300\/95:hover {
  border-color: rgb(125 211 252 / 0.95);
}

.hover\:border-sky-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-border-opacity));
}

.hover\:border-sky-400\/0:hover {
  border-color: rgb(56 189 248 / 0);
}

.hover\:border-sky-400\/10:hover {
  border-color: rgb(56 189 248 / 0.1);
}

.hover\:border-sky-400\/100:hover {
  border-color: rgb(56 189 248 / 1);
}

.hover\:border-sky-400\/20:hover {
  border-color: rgb(56 189 248 / 0.2);
}

.hover\:border-sky-400\/25:hover {
  border-color: rgb(56 189 248 / 0.25);
}

.hover\:border-sky-400\/30:hover {
  border-color: rgb(56 189 248 / 0.3);
}

.hover\:border-sky-400\/40:hover {
  border-color: rgb(56 189 248 / 0.4);
}

.hover\:border-sky-400\/5:hover {
  border-color: rgb(56 189 248 / 0.05);
}

.hover\:border-sky-400\/50:hover {
  border-color: rgb(56 189 248 / 0.5);
}

.hover\:border-sky-400\/60:hover {
  border-color: rgb(56 189 248 / 0.6);
}

.hover\:border-sky-400\/70:hover {
  border-color: rgb(56 189 248 / 0.7);
}

.hover\:border-sky-400\/75:hover {
  border-color: rgb(56 189 248 / 0.75);
}

.hover\:border-sky-400\/80:hover {
  border-color: rgb(56 189 248 / 0.8);
}

.hover\:border-sky-400\/90:hover {
  border-color: rgb(56 189 248 / 0.9);
}

.hover\:border-sky-400\/95:hover {
  border-color: rgb(56 189 248 / 0.95);
}

.hover\:border-sky-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.hover\:border-sky-50\/0:hover {
  border-color: rgb(240 249 255 / 0);
}

.hover\:border-sky-50\/10:hover {
  border-color: rgb(240 249 255 / 0.1);
}

.hover\:border-sky-50\/100:hover {
  border-color: rgb(240 249 255 / 1);
}

.hover\:border-sky-50\/20:hover {
  border-color: rgb(240 249 255 / 0.2);
}

.hover\:border-sky-50\/25:hover {
  border-color: rgb(240 249 255 / 0.25);
}

.hover\:border-sky-50\/30:hover {
  border-color: rgb(240 249 255 / 0.3);
}

.hover\:border-sky-50\/40:hover {
  border-color: rgb(240 249 255 / 0.4);
}

.hover\:border-sky-50\/5:hover {
  border-color: rgb(240 249 255 / 0.05);
}

.hover\:border-sky-50\/50:hover {
  border-color: rgb(240 249 255 / 0.5);
}

.hover\:border-sky-50\/60:hover {
  border-color: rgb(240 249 255 / 0.6);
}

.hover\:border-sky-50\/70:hover {
  border-color: rgb(240 249 255 / 0.7);
}

.hover\:border-sky-50\/75:hover {
  border-color: rgb(240 249 255 / 0.75);
}

.hover\:border-sky-50\/80:hover {
  border-color: rgb(240 249 255 / 0.8);
}

.hover\:border-sky-50\/90:hover {
  border-color: rgb(240 249 255 / 0.9);
}

.hover\:border-sky-50\/95:hover {
  border-color: rgb(240 249 255 / 0.95);
}

.hover\:border-sky-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.hover\:border-sky-500\/0:hover {
  border-color: rgb(14 165 233 / 0);
}

.hover\:border-sky-500\/10:hover {
  border-color: rgb(14 165 233 / 0.1);
}

.hover\:border-sky-500\/100:hover {
  border-color: rgb(14 165 233 / 1);
}

.hover\:border-sky-500\/20:hover {
  border-color: rgb(14 165 233 / 0.2);
}

.hover\:border-sky-500\/25:hover {
  border-color: rgb(14 165 233 / 0.25);
}

.hover\:border-sky-500\/30:hover {
  border-color: rgb(14 165 233 / 0.3);
}

.hover\:border-sky-500\/40:hover {
  border-color: rgb(14 165 233 / 0.4);
}

.hover\:border-sky-500\/5:hover {
  border-color: rgb(14 165 233 / 0.05);
}

.hover\:border-sky-500\/50:hover {
  border-color: rgb(14 165 233 / 0.5);
}

.hover\:border-sky-500\/60:hover {
  border-color: rgb(14 165 233 / 0.6);
}

.hover\:border-sky-500\/70:hover {
  border-color: rgb(14 165 233 / 0.7);
}

.hover\:border-sky-500\/75:hover {
  border-color: rgb(14 165 233 / 0.75);
}

.hover\:border-sky-500\/80:hover {
  border-color: rgb(14 165 233 / 0.8);
}

.hover\:border-sky-500\/90:hover {
  border-color: rgb(14 165 233 / 0.9);
}

.hover\:border-sky-500\/95:hover {
  border-color: rgb(14 165 233 / 0.95);
}

.hover\:border-sky-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity));
}

.hover\:border-sky-600\/0:hover {
  border-color: rgb(2 132 199 / 0);
}

.hover\:border-sky-600\/10:hover {
  border-color: rgb(2 132 199 / 0.1);
}

.hover\:border-sky-600\/100:hover {
  border-color: rgb(2 132 199 / 1);
}

.hover\:border-sky-600\/20:hover {
  border-color: rgb(2 132 199 / 0.2);
}

.hover\:border-sky-600\/25:hover {
  border-color: rgb(2 132 199 / 0.25);
}

.hover\:border-sky-600\/30:hover {
  border-color: rgb(2 132 199 / 0.3);
}

.hover\:border-sky-600\/40:hover {
  border-color: rgb(2 132 199 / 0.4);
}

.hover\:border-sky-600\/5:hover {
  border-color: rgb(2 132 199 / 0.05);
}

.hover\:border-sky-600\/50:hover {
  border-color: rgb(2 132 199 / 0.5);
}

.hover\:border-sky-600\/60:hover {
  border-color: rgb(2 132 199 / 0.6);
}

.hover\:border-sky-600\/70:hover {
  border-color: rgb(2 132 199 / 0.7);
}

.hover\:border-sky-600\/75:hover {
  border-color: rgb(2 132 199 / 0.75);
}

.hover\:border-sky-600\/80:hover {
  border-color: rgb(2 132 199 / 0.8);
}

.hover\:border-sky-600\/90:hover {
  border-color: rgb(2 132 199 / 0.9);
}

.hover\:border-sky-600\/95:hover {
  border-color: rgb(2 132 199 / 0.95);
}

.hover\:border-sky-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.hover\:border-sky-700\/0:hover {
  border-color: rgb(3 105 161 / 0);
}

.hover\:border-sky-700\/10:hover {
  border-color: rgb(3 105 161 / 0.1);
}

.hover\:border-sky-700\/100:hover {
  border-color: rgb(3 105 161 / 1);
}

.hover\:border-sky-700\/20:hover {
  border-color: rgb(3 105 161 / 0.2);
}

.hover\:border-sky-700\/25:hover {
  border-color: rgb(3 105 161 / 0.25);
}

.hover\:border-sky-700\/30:hover {
  border-color: rgb(3 105 161 / 0.3);
}

.hover\:border-sky-700\/40:hover {
  border-color: rgb(3 105 161 / 0.4);
}

.hover\:border-sky-700\/5:hover {
  border-color: rgb(3 105 161 / 0.05);
}

.hover\:border-sky-700\/50:hover {
  border-color: rgb(3 105 161 / 0.5);
}

.hover\:border-sky-700\/60:hover {
  border-color: rgb(3 105 161 / 0.6);
}

.hover\:border-sky-700\/70:hover {
  border-color: rgb(3 105 161 / 0.7);
}

.hover\:border-sky-700\/75:hover {
  border-color: rgb(3 105 161 / 0.75);
}

.hover\:border-sky-700\/80:hover {
  border-color: rgb(3 105 161 / 0.8);
}

.hover\:border-sky-700\/90:hover {
  border-color: rgb(3 105 161 / 0.9);
}

.hover\:border-sky-700\/95:hover {
  border-color: rgb(3 105 161 / 0.95);
}

.hover\:border-sky-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(7 89 133 / var(--tw-border-opacity));
}

.hover\:border-sky-800\/0:hover {
  border-color: rgb(7 89 133 / 0);
}

.hover\:border-sky-800\/10:hover {
  border-color: rgb(7 89 133 / 0.1);
}

.hover\:border-sky-800\/100:hover {
  border-color: rgb(7 89 133 / 1);
}

.hover\:border-sky-800\/20:hover {
  border-color: rgb(7 89 133 / 0.2);
}

.hover\:border-sky-800\/25:hover {
  border-color: rgb(7 89 133 / 0.25);
}

.hover\:border-sky-800\/30:hover {
  border-color: rgb(7 89 133 / 0.3);
}

.hover\:border-sky-800\/40:hover {
  border-color: rgb(7 89 133 / 0.4);
}

.hover\:border-sky-800\/5:hover {
  border-color: rgb(7 89 133 / 0.05);
}

.hover\:border-sky-800\/50:hover {
  border-color: rgb(7 89 133 / 0.5);
}

.hover\:border-sky-800\/60:hover {
  border-color: rgb(7 89 133 / 0.6);
}

.hover\:border-sky-800\/70:hover {
  border-color: rgb(7 89 133 / 0.7);
}

.hover\:border-sky-800\/75:hover {
  border-color: rgb(7 89 133 / 0.75);
}

.hover\:border-sky-800\/80:hover {
  border-color: rgb(7 89 133 / 0.8);
}

.hover\:border-sky-800\/90:hover {
  border-color: rgb(7 89 133 / 0.9);
}

.hover\:border-sky-800\/95:hover {
  border-color: rgb(7 89 133 / 0.95);
}

.hover\:border-sky-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(12 74 110 / var(--tw-border-opacity));
}

.hover\:border-sky-900\/0:hover {
  border-color: rgb(12 74 110 / 0);
}

.hover\:border-sky-900\/10:hover {
  border-color: rgb(12 74 110 / 0.1);
}

.hover\:border-sky-900\/100:hover {
  border-color: rgb(12 74 110 / 1);
}

.hover\:border-sky-900\/20:hover {
  border-color: rgb(12 74 110 / 0.2);
}

.hover\:border-sky-900\/25:hover {
  border-color: rgb(12 74 110 / 0.25);
}

.hover\:border-sky-900\/30:hover {
  border-color: rgb(12 74 110 / 0.3);
}

.hover\:border-sky-900\/40:hover {
  border-color: rgb(12 74 110 / 0.4);
}

.hover\:border-sky-900\/5:hover {
  border-color: rgb(12 74 110 / 0.05);
}

.hover\:border-sky-900\/50:hover {
  border-color: rgb(12 74 110 / 0.5);
}

.hover\:border-sky-900\/60:hover {
  border-color: rgb(12 74 110 / 0.6);
}

.hover\:border-sky-900\/70:hover {
  border-color: rgb(12 74 110 / 0.7);
}

.hover\:border-sky-900\/75:hover {
  border-color: rgb(12 74 110 / 0.75);
}

.hover\:border-sky-900\/80:hover {
  border-color: rgb(12 74 110 / 0.8);
}

.hover\:border-sky-900\/90:hover {
  border-color: rgb(12 74 110 / 0.9);
}

.hover\:border-sky-900\/95:hover {
  border-color: rgb(12 74 110 / 0.95);
}

.hover\:border-sky-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(8 47 73 / var(--tw-border-opacity));
}

.hover\:border-sky-950\/0:hover {
  border-color: rgb(8 47 73 / 0);
}

.hover\:border-sky-950\/10:hover {
  border-color: rgb(8 47 73 / 0.1);
}

.hover\:border-sky-950\/100:hover {
  border-color: rgb(8 47 73 / 1);
}

.hover\:border-sky-950\/20:hover {
  border-color: rgb(8 47 73 / 0.2);
}

.hover\:border-sky-950\/25:hover {
  border-color: rgb(8 47 73 / 0.25);
}

.hover\:border-sky-950\/30:hover {
  border-color: rgb(8 47 73 / 0.3);
}

.hover\:border-sky-950\/40:hover {
  border-color: rgb(8 47 73 / 0.4);
}

.hover\:border-sky-950\/5:hover {
  border-color: rgb(8 47 73 / 0.05);
}

.hover\:border-sky-950\/50:hover {
  border-color: rgb(8 47 73 / 0.5);
}

.hover\:border-sky-950\/60:hover {
  border-color: rgb(8 47 73 / 0.6);
}

.hover\:border-sky-950\/70:hover {
  border-color: rgb(8 47 73 / 0.7);
}

.hover\:border-sky-950\/75:hover {
  border-color: rgb(8 47 73 / 0.75);
}

.hover\:border-sky-950\/80:hover {
  border-color: rgb(8 47 73 / 0.8);
}

.hover\:border-sky-950\/90:hover {
  border-color: rgb(8 47 73 / 0.9);
}

.hover\:border-sky-950\/95:hover {
  border-color: rgb(8 47 73 / 0.95);
}

.hover\:border-slate-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.hover\:border-slate-100\/0:hover {
  border-color: rgb(241 245 249 / 0);
}

.hover\:border-slate-100\/10:hover {
  border-color: rgb(241 245 249 / 0.1);
}

.hover\:border-slate-100\/100:hover {
  border-color: rgb(241 245 249 / 1);
}

.hover\:border-slate-100\/20:hover {
  border-color: rgb(241 245 249 / 0.2);
}

.hover\:border-slate-100\/25:hover {
  border-color: rgb(241 245 249 / 0.25);
}

.hover\:border-slate-100\/30:hover {
  border-color: rgb(241 245 249 / 0.3);
}

.hover\:border-slate-100\/40:hover {
  border-color: rgb(241 245 249 / 0.4);
}

.hover\:border-slate-100\/5:hover {
  border-color: rgb(241 245 249 / 0.05);
}

.hover\:border-slate-100\/50:hover {
  border-color: rgb(241 245 249 / 0.5);
}

.hover\:border-slate-100\/60:hover {
  border-color: rgb(241 245 249 / 0.6);
}

.hover\:border-slate-100\/70:hover {
  border-color: rgb(241 245 249 / 0.7);
}

.hover\:border-slate-100\/75:hover {
  border-color: rgb(241 245 249 / 0.75);
}

.hover\:border-slate-100\/80:hover {
  border-color: rgb(241 245 249 / 0.8);
}

.hover\:border-slate-100\/90:hover {
  border-color: rgb(241 245 249 / 0.9);
}

.hover\:border-slate-100\/95:hover {
  border-color: rgb(241 245 249 / 0.95);
}

.hover\:border-slate-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.hover\:border-slate-200\/0:hover {
  border-color: rgb(226 232 240 / 0);
}

.hover\:border-slate-200\/10:hover {
  border-color: rgb(226 232 240 / 0.1);
}

.hover\:border-slate-200\/100:hover {
  border-color: rgb(226 232 240 / 1);
}

.hover\:border-slate-200\/20:hover {
  border-color: rgb(226 232 240 / 0.2);
}

.hover\:border-slate-200\/25:hover {
  border-color: rgb(226 232 240 / 0.25);
}

.hover\:border-slate-200\/30:hover {
  border-color: rgb(226 232 240 / 0.3);
}

.hover\:border-slate-200\/40:hover {
  border-color: rgb(226 232 240 / 0.4);
}

.hover\:border-slate-200\/5:hover {
  border-color: rgb(226 232 240 / 0.05);
}

.hover\:border-slate-200\/50:hover {
  border-color: rgb(226 232 240 / 0.5);
}

.hover\:border-slate-200\/60:hover {
  border-color: rgb(226 232 240 / 0.6);
}

.hover\:border-slate-200\/70:hover {
  border-color: rgb(226 232 240 / 0.7);
}

.hover\:border-slate-200\/75:hover {
  border-color: rgb(226 232 240 / 0.75);
}

.hover\:border-slate-200\/80:hover {
  border-color: rgb(226 232 240 / 0.8);
}

.hover\:border-slate-200\/90:hover {
  border-color: rgb(226 232 240 / 0.9);
}

.hover\:border-slate-200\/95:hover {
  border-color: rgb(226 232 240 / 0.95);
}

.hover\:border-slate-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.hover\:border-slate-300\/0:hover {
  border-color: rgb(203 213 225 / 0);
}

.hover\:border-slate-300\/10:hover {
  border-color: rgb(203 213 225 / 0.1);
}

.hover\:border-slate-300\/100:hover {
  border-color: rgb(203 213 225 / 1);
}

.hover\:border-slate-300\/20:hover {
  border-color: rgb(203 213 225 / 0.2);
}

.hover\:border-slate-300\/25:hover {
  border-color: rgb(203 213 225 / 0.25);
}

.hover\:border-slate-300\/30:hover {
  border-color: rgb(203 213 225 / 0.3);
}

.hover\:border-slate-300\/40:hover {
  border-color: rgb(203 213 225 / 0.4);
}

.hover\:border-slate-300\/5:hover {
  border-color: rgb(203 213 225 / 0.05);
}

.hover\:border-slate-300\/50:hover {
  border-color: rgb(203 213 225 / 0.5);
}

.hover\:border-slate-300\/60:hover {
  border-color: rgb(203 213 225 / 0.6);
}

.hover\:border-slate-300\/70:hover {
  border-color: rgb(203 213 225 / 0.7);
}

.hover\:border-slate-300\/75:hover {
  border-color: rgb(203 213 225 / 0.75);
}

.hover\:border-slate-300\/80:hover {
  border-color: rgb(203 213 225 / 0.8);
}

.hover\:border-slate-300\/90:hover {
  border-color: rgb(203 213 225 / 0.9);
}

.hover\:border-slate-300\/95:hover {
  border-color: rgb(203 213 225 / 0.95);
}

.hover\:border-slate-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.hover\:border-slate-400\/0:hover {
  border-color: rgb(148 163 184 / 0);
}

.hover\:border-slate-400\/10:hover {
  border-color: rgb(148 163 184 / 0.1);
}

.hover\:border-slate-400\/100:hover {
  border-color: rgb(148 163 184 / 1);
}

.hover\:border-slate-400\/20:hover {
  border-color: rgb(148 163 184 / 0.2);
}

.hover\:border-slate-400\/25:hover {
  border-color: rgb(148 163 184 / 0.25);
}

.hover\:border-slate-400\/30:hover {
  border-color: rgb(148 163 184 / 0.3);
}

.hover\:border-slate-400\/40:hover {
  border-color: rgb(148 163 184 / 0.4);
}

.hover\:border-slate-400\/5:hover {
  border-color: rgb(148 163 184 / 0.05);
}

.hover\:border-slate-400\/50:hover {
  border-color: rgb(148 163 184 / 0.5);
}

.hover\:border-slate-400\/60:hover {
  border-color: rgb(148 163 184 / 0.6);
}

.hover\:border-slate-400\/70:hover {
  border-color: rgb(148 163 184 / 0.7);
}

.hover\:border-slate-400\/75:hover {
  border-color: rgb(148 163 184 / 0.75);
}

.hover\:border-slate-400\/80:hover {
  border-color: rgb(148 163 184 / 0.8);
}

.hover\:border-slate-400\/90:hover {
  border-color: rgb(148 163 184 / 0.9);
}

.hover\:border-slate-400\/95:hover {
  border-color: rgb(148 163 184 / 0.95);
}

.hover\:border-slate-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(248 250 252 / var(--tw-border-opacity));
}

.hover\:border-slate-50\/0:hover {
  border-color: rgb(248 250 252 / 0);
}

.hover\:border-slate-50\/10:hover {
  border-color: rgb(248 250 252 / 0.1);
}

.hover\:border-slate-50\/100:hover {
  border-color: rgb(248 250 252 / 1);
}

.hover\:border-slate-50\/20:hover {
  border-color: rgb(248 250 252 / 0.2);
}

.hover\:border-slate-50\/25:hover {
  border-color: rgb(248 250 252 / 0.25);
}

.hover\:border-slate-50\/30:hover {
  border-color: rgb(248 250 252 / 0.3);
}

.hover\:border-slate-50\/40:hover {
  border-color: rgb(248 250 252 / 0.4);
}

.hover\:border-slate-50\/5:hover {
  border-color: rgb(248 250 252 / 0.05);
}

.hover\:border-slate-50\/50:hover {
  border-color: rgb(248 250 252 / 0.5);
}

.hover\:border-slate-50\/60:hover {
  border-color: rgb(248 250 252 / 0.6);
}

.hover\:border-slate-50\/70:hover {
  border-color: rgb(248 250 252 / 0.7);
}

.hover\:border-slate-50\/75:hover {
  border-color: rgb(248 250 252 / 0.75);
}

.hover\:border-slate-50\/80:hover {
  border-color: rgb(248 250 252 / 0.8);
}

.hover\:border-slate-50\/90:hover {
  border-color: rgb(248 250 252 / 0.9);
}

.hover\:border-slate-50\/95:hover {
  border-color: rgb(248 250 252 / 0.95);
}

.hover\:border-slate-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.hover\:border-slate-500\/0:hover {
  border-color: rgb(100 116 139 / 0);
}

.hover\:border-slate-500\/10:hover {
  border-color: rgb(100 116 139 / 0.1);
}

.hover\:border-slate-500\/100:hover {
  border-color: rgb(100 116 139 / 1);
}

.hover\:border-slate-500\/20:hover {
  border-color: rgb(100 116 139 / 0.2);
}

.hover\:border-slate-500\/25:hover {
  border-color: rgb(100 116 139 / 0.25);
}

.hover\:border-slate-500\/30:hover {
  border-color: rgb(100 116 139 / 0.3);
}

.hover\:border-slate-500\/40:hover {
  border-color: rgb(100 116 139 / 0.4);
}

.hover\:border-slate-500\/5:hover {
  border-color: rgb(100 116 139 / 0.05);
}

.hover\:border-slate-500\/50:hover {
  border-color: rgb(100 116 139 / 0.5);
}

.hover\:border-slate-500\/60:hover {
  border-color: rgb(100 116 139 / 0.6);
}

.hover\:border-slate-500\/70:hover {
  border-color: rgb(100 116 139 / 0.7);
}

.hover\:border-slate-500\/75:hover {
  border-color: rgb(100 116 139 / 0.75);
}

.hover\:border-slate-500\/80:hover {
  border-color: rgb(100 116 139 / 0.8);
}

.hover\:border-slate-500\/90:hover {
  border-color: rgb(100 116 139 / 0.9);
}

.hover\:border-slate-500\/95:hover {
  border-color: rgb(100 116 139 / 0.95);
}

.hover\:border-slate-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
}

.hover\:border-slate-600\/0:hover {
  border-color: rgb(71 85 105 / 0);
}

.hover\:border-slate-600\/10:hover {
  border-color: rgb(71 85 105 / 0.1);
}

.hover\:border-slate-600\/100:hover {
  border-color: rgb(71 85 105 / 1);
}

.hover\:border-slate-600\/20:hover {
  border-color: rgb(71 85 105 / 0.2);
}

.hover\:border-slate-600\/25:hover {
  border-color: rgb(71 85 105 / 0.25);
}

.hover\:border-slate-600\/30:hover {
  border-color: rgb(71 85 105 / 0.3);
}

.hover\:border-slate-600\/40:hover {
  border-color: rgb(71 85 105 / 0.4);
}

.hover\:border-slate-600\/5:hover {
  border-color: rgb(71 85 105 / 0.05);
}

.hover\:border-slate-600\/50:hover {
  border-color: rgb(71 85 105 / 0.5);
}

.hover\:border-slate-600\/60:hover {
  border-color: rgb(71 85 105 / 0.6);
}

.hover\:border-slate-600\/70:hover {
  border-color: rgb(71 85 105 / 0.7);
}

.hover\:border-slate-600\/75:hover {
  border-color: rgb(71 85 105 / 0.75);
}

.hover\:border-slate-600\/80:hover {
  border-color: rgb(71 85 105 / 0.8);
}

.hover\:border-slate-600\/90:hover {
  border-color: rgb(71 85 105 / 0.9);
}

.hover\:border-slate-600\/95:hover {
  border-color: rgb(71 85 105 / 0.95);
}

.hover\:border-slate-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.hover\:border-slate-700\/0:hover {
  border-color: rgb(51 65 85 / 0);
}

.hover\:border-slate-700\/10:hover {
  border-color: rgb(51 65 85 / 0.1);
}

.hover\:border-slate-700\/100:hover {
  border-color: rgb(51 65 85 / 1);
}

.hover\:border-slate-700\/20:hover {
  border-color: rgb(51 65 85 / 0.2);
}

.hover\:border-slate-700\/25:hover {
  border-color: rgb(51 65 85 / 0.25);
}

.hover\:border-slate-700\/30:hover {
  border-color: rgb(51 65 85 / 0.3);
}

.hover\:border-slate-700\/40:hover {
  border-color: rgb(51 65 85 / 0.4);
}

.hover\:border-slate-700\/5:hover {
  border-color: rgb(51 65 85 / 0.05);
}

.hover\:border-slate-700\/50:hover {
  border-color: rgb(51 65 85 / 0.5);
}

.hover\:border-slate-700\/60:hover {
  border-color: rgb(51 65 85 / 0.6);
}

.hover\:border-slate-700\/70:hover {
  border-color: rgb(51 65 85 / 0.7);
}

.hover\:border-slate-700\/75:hover {
  border-color: rgb(51 65 85 / 0.75);
}

.hover\:border-slate-700\/80:hover {
  border-color: rgb(51 65 85 / 0.8);
}

.hover\:border-slate-700\/90:hover {
  border-color: rgb(51 65 85 / 0.9);
}

.hover\:border-slate-700\/95:hover {
  border-color: rgb(51 65 85 / 0.95);
}

.hover\:border-slate-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.hover\:border-slate-800\/0:hover {
  border-color: rgb(30 41 59 / 0);
}

.hover\:border-slate-800\/10:hover {
  border-color: rgb(30 41 59 / 0.1);
}

.hover\:border-slate-800\/100:hover {
  border-color: rgb(30 41 59 / 1);
}

.hover\:border-slate-800\/20:hover {
  border-color: rgb(30 41 59 / 0.2);
}

.hover\:border-slate-800\/25:hover {
  border-color: rgb(30 41 59 / 0.25);
}

.hover\:border-slate-800\/30:hover {
  border-color: rgb(30 41 59 / 0.3);
}

.hover\:border-slate-800\/40:hover {
  border-color: rgb(30 41 59 / 0.4);
}

.hover\:border-slate-800\/5:hover {
  border-color: rgb(30 41 59 / 0.05);
}

.hover\:border-slate-800\/50:hover {
  border-color: rgb(30 41 59 / 0.5);
}

.hover\:border-slate-800\/60:hover {
  border-color: rgb(30 41 59 / 0.6);
}

.hover\:border-slate-800\/70:hover {
  border-color: rgb(30 41 59 / 0.7);
}

.hover\:border-slate-800\/75:hover {
  border-color: rgb(30 41 59 / 0.75);
}

.hover\:border-slate-800\/80:hover {
  border-color: rgb(30 41 59 / 0.8);
}

.hover\:border-slate-800\/90:hover {
  border-color: rgb(30 41 59 / 0.9);
}

.hover\:border-slate-800\/95:hover {
  border-color: rgb(30 41 59 / 0.95);
}

.hover\:border-slate-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity));
}

.hover\:border-slate-900\/0:hover {
  border-color: rgb(15 23 42 / 0);
}

.hover\:border-slate-900\/10:hover {
  border-color: rgb(15 23 42 / 0.1);
}

.hover\:border-slate-900\/100:hover {
  border-color: rgb(15 23 42 / 1);
}

.hover\:border-slate-900\/20:hover {
  border-color: rgb(15 23 42 / 0.2);
}

.hover\:border-slate-900\/25:hover {
  border-color: rgb(15 23 42 / 0.25);
}

.hover\:border-slate-900\/30:hover {
  border-color: rgb(15 23 42 / 0.3);
}

.hover\:border-slate-900\/40:hover {
  border-color: rgb(15 23 42 / 0.4);
}

.hover\:border-slate-900\/5:hover {
  border-color: rgb(15 23 42 / 0.05);
}

.hover\:border-slate-900\/50:hover {
  border-color: rgb(15 23 42 / 0.5);
}

.hover\:border-slate-900\/60:hover {
  border-color: rgb(15 23 42 / 0.6);
}

.hover\:border-slate-900\/70:hover {
  border-color: rgb(15 23 42 / 0.7);
}

.hover\:border-slate-900\/75:hover {
  border-color: rgb(15 23 42 / 0.75);
}

.hover\:border-slate-900\/80:hover {
  border-color: rgb(15 23 42 / 0.8);
}

.hover\:border-slate-900\/90:hover {
  border-color: rgb(15 23 42 / 0.9);
}

.hover\:border-slate-900\/95:hover {
  border-color: rgb(15 23 42 / 0.95);
}

.hover\:border-slate-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(2 6 23 / var(--tw-border-opacity));
}

.hover\:border-slate-950\/0:hover {
  border-color: rgb(2 6 23 / 0);
}

.hover\:border-slate-950\/10:hover {
  border-color: rgb(2 6 23 / 0.1);
}

.hover\:border-slate-950\/100:hover {
  border-color: rgb(2 6 23 / 1);
}

.hover\:border-slate-950\/20:hover {
  border-color: rgb(2 6 23 / 0.2);
}

.hover\:border-slate-950\/25:hover {
  border-color: rgb(2 6 23 / 0.25);
}

.hover\:border-slate-950\/30:hover {
  border-color: rgb(2 6 23 / 0.3);
}

.hover\:border-slate-950\/40:hover {
  border-color: rgb(2 6 23 / 0.4);
}

.hover\:border-slate-950\/5:hover {
  border-color: rgb(2 6 23 / 0.05);
}

.hover\:border-slate-950\/50:hover {
  border-color: rgb(2 6 23 / 0.5);
}

.hover\:border-slate-950\/60:hover {
  border-color: rgb(2 6 23 / 0.6);
}

.hover\:border-slate-950\/70:hover {
  border-color: rgb(2 6 23 / 0.7);
}

.hover\:border-slate-950\/75:hover {
  border-color: rgb(2 6 23 / 0.75);
}

.hover\:border-slate-950\/80:hover {
  border-color: rgb(2 6 23 / 0.8);
}

.hover\:border-slate-950\/90:hover {
  border-color: rgb(2 6 23 / 0.9);
}

.hover\:border-slate-950\/95:hover {
  border-color: rgb(2 6 23 / 0.95);
}

.hover\:border-stone-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 244 / var(--tw-border-opacity));
}

.hover\:border-stone-100\/0:hover {
  border-color: rgb(245 245 244 / 0);
}

.hover\:border-stone-100\/10:hover {
  border-color: rgb(245 245 244 / 0.1);
}

.hover\:border-stone-100\/100:hover {
  border-color: rgb(245 245 244 / 1);
}

.hover\:border-stone-100\/20:hover {
  border-color: rgb(245 245 244 / 0.2);
}

.hover\:border-stone-100\/25:hover {
  border-color: rgb(245 245 244 / 0.25);
}

.hover\:border-stone-100\/30:hover {
  border-color: rgb(245 245 244 / 0.3);
}

.hover\:border-stone-100\/40:hover {
  border-color: rgb(245 245 244 / 0.4);
}

.hover\:border-stone-100\/5:hover {
  border-color: rgb(245 245 244 / 0.05);
}

.hover\:border-stone-100\/50:hover {
  border-color: rgb(245 245 244 / 0.5);
}

.hover\:border-stone-100\/60:hover {
  border-color: rgb(245 245 244 / 0.6);
}

.hover\:border-stone-100\/70:hover {
  border-color: rgb(245 245 244 / 0.7);
}

.hover\:border-stone-100\/75:hover {
  border-color: rgb(245 245 244 / 0.75);
}

.hover\:border-stone-100\/80:hover {
  border-color: rgb(245 245 244 / 0.8);
}

.hover\:border-stone-100\/90:hover {
  border-color: rgb(245 245 244 / 0.9);
}

.hover\:border-stone-100\/95:hover {
  border-color: rgb(245 245 244 / 0.95);
}

.hover\:border-stone-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-border-opacity));
}

.hover\:border-stone-200\/0:hover {
  border-color: rgb(231 229 228 / 0);
}

.hover\:border-stone-200\/10:hover {
  border-color: rgb(231 229 228 / 0.1);
}

.hover\:border-stone-200\/100:hover {
  border-color: rgb(231 229 228 / 1);
}

.hover\:border-stone-200\/20:hover {
  border-color: rgb(231 229 228 / 0.2);
}

.hover\:border-stone-200\/25:hover {
  border-color: rgb(231 229 228 / 0.25);
}

.hover\:border-stone-200\/30:hover {
  border-color: rgb(231 229 228 / 0.3);
}

.hover\:border-stone-200\/40:hover {
  border-color: rgb(231 229 228 / 0.4);
}

.hover\:border-stone-200\/5:hover {
  border-color: rgb(231 229 228 / 0.05);
}

.hover\:border-stone-200\/50:hover {
  border-color: rgb(231 229 228 / 0.5);
}

.hover\:border-stone-200\/60:hover {
  border-color: rgb(231 229 228 / 0.6);
}

.hover\:border-stone-200\/70:hover {
  border-color: rgb(231 229 228 / 0.7);
}

.hover\:border-stone-200\/75:hover {
  border-color: rgb(231 229 228 / 0.75);
}

.hover\:border-stone-200\/80:hover {
  border-color: rgb(231 229 228 / 0.8);
}

.hover\:border-stone-200\/90:hover {
  border-color: rgb(231 229 228 / 0.9);
}

.hover\:border-stone-200\/95:hover {
  border-color: rgb(231 229 228 / 0.95);
}

.hover\:border-stone-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.hover\:border-stone-300\/0:hover {
  border-color: rgb(214 211 209 / 0);
}

.hover\:border-stone-300\/10:hover {
  border-color: rgb(214 211 209 / 0.1);
}

.hover\:border-stone-300\/100:hover {
  border-color: rgb(214 211 209 / 1);
}

.hover\:border-stone-300\/20:hover {
  border-color: rgb(214 211 209 / 0.2);
}

.hover\:border-stone-300\/25:hover {
  border-color: rgb(214 211 209 / 0.25);
}

.hover\:border-stone-300\/30:hover {
  border-color: rgb(214 211 209 / 0.3);
}

.hover\:border-stone-300\/40:hover {
  border-color: rgb(214 211 209 / 0.4);
}

.hover\:border-stone-300\/5:hover {
  border-color: rgb(214 211 209 / 0.05);
}

.hover\:border-stone-300\/50:hover {
  border-color: rgb(214 211 209 / 0.5);
}

.hover\:border-stone-300\/60:hover {
  border-color: rgb(214 211 209 / 0.6);
}

.hover\:border-stone-300\/70:hover {
  border-color: rgb(214 211 209 / 0.7);
}

.hover\:border-stone-300\/75:hover {
  border-color: rgb(214 211 209 / 0.75);
}

.hover\:border-stone-300\/80:hover {
  border-color: rgb(214 211 209 / 0.8);
}

.hover\:border-stone-300\/90:hover {
  border-color: rgb(214 211 209 / 0.9);
}

.hover\:border-stone-300\/95:hover {
  border-color: rgb(214 211 209 / 0.95);
}

.hover\:border-stone-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(168 162 158 / var(--tw-border-opacity));
}

.hover\:border-stone-400\/0:hover {
  border-color: rgb(168 162 158 / 0);
}

.hover\:border-stone-400\/10:hover {
  border-color: rgb(168 162 158 / 0.1);
}

.hover\:border-stone-400\/100:hover {
  border-color: rgb(168 162 158 / 1);
}

.hover\:border-stone-400\/20:hover {
  border-color: rgb(168 162 158 / 0.2);
}

.hover\:border-stone-400\/25:hover {
  border-color: rgb(168 162 158 / 0.25);
}

.hover\:border-stone-400\/30:hover {
  border-color: rgb(168 162 158 / 0.3);
}

.hover\:border-stone-400\/40:hover {
  border-color: rgb(168 162 158 / 0.4);
}

.hover\:border-stone-400\/5:hover {
  border-color: rgb(168 162 158 / 0.05);
}

.hover\:border-stone-400\/50:hover {
  border-color: rgb(168 162 158 / 0.5);
}

.hover\:border-stone-400\/60:hover {
  border-color: rgb(168 162 158 / 0.6);
}

.hover\:border-stone-400\/70:hover {
  border-color: rgb(168 162 158 / 0.7);
}

.hover\:border-stone-400\/75:hover {
  border-color: rgb(168 162 158 / 0.75);
}

.hover\:border-stone-400\/80:hover {
  border-color: rgb(168 162 158 / 0.8);
}

.hover\:border-stone-400\/90:hover {
  border-color: rgb(168 162 158 / 0.9);
}

.hover\:border-stone-400\/95:hover {
  border-color: rgb(168 162 158 / 0.95);
}

.hover\:border-stone-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 249 / var(--tw-border-opacity));
}

.hover\:border-stone-50\/0:hover {
  border-color: rgb(250 250 249 / 0);
}

.hover\:border-stone-50\/10:hover {
  border-color: rgb(250 250 249 / 0.1);
}

.hover\:border-stone-50\/100:hover {
  border-color: rgb(250 250 249 / 1);
}

.hover\:border-stone-50\/20:hover {
  border-color: rgb(250 250 249 / 0.2);
}

.hover\:border-stone-50\/25:hover {
  border-color: rgb(250 250 249 / 0.25);
}

.hover\:border-stone-50\/30:hover {
  border-color: rgb(250 250 249 / 0.3);
}

.hover\:border-stone-50\/40:hover {
  border-color: rgb(250 250 249 / 0.4);
}

.hover\:border-stone-50\/5:hover {
  border-color: rgb(250 250 249 / 0.05);
}

.hover\:border-stone-50\/50:hover {
  border-color: rgb(250 250 249 / 0.5);
}

.hover\:border-stone-50\/60:hover {
  border-color: rgb(250 250 249 / 0.6);
}

.hover\:border-stone-50\/70:hover {
  border-color: rgb(250 250 249 / 0.7);
}

.hover\:border-stone-50\/75:hover {
  border-color: rgb(250 250 249 / 0.75);
}

.hover\:border-stone-50\/80:hover {
  border-color: rgb(250 250 249 / 0.8);
}

.hover\:border-stone-50\/90:hover {
  border-color: rgb(250 250 249 / 0.9);
}

.hover\:border-stone-50\/95:hover {
  border-color: rgb(250 250 249 / 0.95);
}

.hover\:border-stone-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(120 113 108 / var(--tw-border-opacity));
}

.hover\:border-stone-500\/0:hover {
  border-color: rgb(120 113 108 / 0);
}

.hover\:border-stone-500\/10:hover {
  border-color: rgb(120 113 108 / 0.1);
}

.hover\:border-stone-500\/100:hover {
  border-color: rgb(120 113 108 / 1);
}

.hover\:border-stone-500\/20:hover {
  border-color: rgb(120 113 108 / 0.2);
}

.hover\:border-stone-500\/25:hover {
  border-color: rgb(120 113 108 / 0.25);
}

.hover\:border-stone-500\/30:hover {
  border-color: rgb(120 113 108 / 0.3);
}

.hover\:border-stone-500\/40:hover {
  border-color: rgb(120 113 108 / 0.4);
}

.hover\:border-stone-500\/5:hover {
  border-color: rgb(120 113 108 / 0.05);
}

.hover\:border-stone-500\/50:hover {
  border-color: rgb(120 113 108 / 0.5);
}

.hover\:border-stone-500\/60:hover {
  border-color: rgb(120 113 108 / 0.6);
}

.hover\:border-stone-500\/70:hover {
  border-color: rgb(120 113 108 / 0.7);
}

.hover\:border-stone-500\/75:hover {
  border-color: rgb(120 113 108 / 0.75);
}

.hover\:border-stone-500\/80:hover {
  border-color: rgb(120 113 108 / 0.8);
}

.hover\:border-stone-500\/90:hover {
  border-color: rgb(120 113 108 / 0.9);
}

.hover\:border-stone-500\/95:hover {
  border-color: rgb(120 113 108 / 0.95);
}

.hover\:border-stone-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(87 83 78 / var(--tw-border-opacity));
}

.hover\:border-stone-600\/0:hover {
  border-color: rgb(87 83 78 / 0);
}

.hover\:border-stone-600\/10:hover {
  border-color: rgb(87 83 78 / 0.1);
}

.hover\:border-stone-600\/100:hover {
  border-color: rgb(87 83 78 / 1);
}

.hover\:border-stone-600\/20:hover {
  border-color: rgb(87 83 78 / 0.2);
}

.hover\:border-stone-600\/25:hover {
  border-color: rgb(87 83 78 / 0.25);
}

.hover\:border-stone-600\/30:hover {
  border-color: rgb(87 83 78 / 0.3);
}

.hover\:border-stone-600\/40:hover {
  border-color: rgb(87 83 78 / 0.4);
}

.hover\:border-stone-600\/5:hover {
  border-color: rgb(87 83 78 / 0.05);
}

.hover\:border-stone-600\/50:hover {
  border-color: rgb(87 83 78 / 0.5);
}

.hover\:border-stone-600\/60:hover {
  border-color: rgb(87 83 78 / 0.6);
}

.hover\:border-stone-600\/70:hover {
  border-color: rgb(87 83 78 / 0.7);
}

.hover\:border-stone-600\/75:hover {
  border-color: rgb(87 83 78 / 0.75);
}

.hover\:border-stone-600\/80:hover {
  border-color: rgb(87 83 78 / 0.8);
}

.hover\:border-stone-600\/90:hover {
  border-color: rgb(87 83 78 / 0.9);
}

.hover\:border-stone-600\/95:hover {
  border-color: rgb(87 83 78 / 0.95);
}

.hover\:border-stone-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(68 64 60 / var(--tw-border-opacity));
}

.hover\:border-stone-700\/0:hover {
  border-color: rgb(68 64 60 / 0);
}

.hover\:border-stone-700\/10:hover {
  border-color: rgb(68 64 60 / 0.1);
}

.hover\:border-stone-700\/100:hover {
  border-color: rgb(68 64 60 / 1);
}

.hover\:border-stone-700\/20:hover {
  border-color: rgb(68 64 60 / 0.2);
}

.hover\:border-stone-700\/25:hover {
  border-color: rgb(68 64 60 / 0.25);
}

.hover\:border-stone-700\/30:hover {
  border-color: rgb(68 64 60 / 0.3);
}

.hover\:border-stone-700\/40:hover {
  border-color: rgb(68 64 60 / 0.4);
}

.hover\:border-stone-700\/5:hover {
  border-color: rgb(68 64 60 / 0.05);
}

.hover\:border-stone-700\/50:hover {
  border-color: rgb(68 64 60 / 0.5);
}

.hover\:border-stone-700\/60:hover {
  border-color: rgb(68 64 60 / 0.6);
}

.hover\:border-stone-700\/70:hover {
  border-color: rgb(68 64 60 / 0.7);
}

.hover\:border-stone-700\/75:hover {
  border-color: rgb(68 64 60 / 0.75);
}

.hover\:border-stone-700\/80:hover {
  border-color: rgb(68 64 60 / 0.8);
}

.hover\:border-stone-700\/90:hover {
  border-color: rgb(68 64 60 / 0.9);
}

.hover\:border-stone-700\/95:hover {
  border-color: rgb(68 64 60 / 0.95);
}

.hover\:border-stone-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(41 37 36 / var(--tw-border-opacity));
}

.hover\:border-stone-800\/0:hover {
  border-color: rgb(41 37 36 / 0);
}

.hover\:border-stone-800\/10:hover {
  border-color: rgb(41 37 36 / 0.1);
}

.hover\:border-stone-800\/100:hover {
  border-color: rgb(41 37 36 / 1);
}

.hover\:border-stone-800\/20:hover {
  border-color: rgb(41 37 36 / 0.2);
}

.hover\:border-stone-800\/25:hover {
  border-color: rgb(41 37 36 / 0.25);
}

.hover\:border-stone-800\/30:hover {
  border-color: rgb(41 37 36 / 0.3);
}

.hover\:border-stone-800\/40:hover {
  border-color: rgb(41 37 36 / 0.4);
}

.hover\:border-stone-800\/5:hover {
  border-color: rgb(41 37 36 / 0.05);
}

.hover\:border-stone-800\/50:hover {
  border-color: rgb(41 37 36 / 0.5);
}

.hover\:border-stone-800\/60:hover {
  border-color: rgb(41 37 36 / 0.6);
}

.hover\:border-stone-800\/70:hover {
  border-color: rgb(41 37 36 / 0.7);
}

.hover\:border-stone-800\/75:hover {
  border-color: rgb(41 37 36 / 0.75);
}

.hover\:border-stone-800\/80:hover {
  border-color: rgb(41 37 36 / 0.8);
}

.hover\:border-stone-800\/90:hover {
  border-color: rgb(41 37 36 / 0.9);
}

.hover\:border-stone-800\/95:hover {
  border-color: rgb(41 37 36 / 0.95);
}

.hover\:border-stone-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(28 25 23 / var(--tw-border-opacity));
}

.hover\:border-stone-900\/0:hover {
  border-color: rgb(28 25 23 / 0);
}

.hover\:border-stone-900\/10:hover {
  border-color: rgb(28 25 23 / 0.1);
}

.hover\:border-stone-900\/100:hover {
  border-color: rgb(28 25 23 / 1);
}

.hover\:border-stone-900\/20:hover {
  border-color: rgb(28 25 23 / 0.2);
}

.hover\:border-stone-900\/25:hover {
  border-color: rgb(28 25 23 / 0.25);
}

.hover\:border-stone-900\/30:hover {
  border-color: rgb(28 25 23 / 0.3);
}

.hover\:border-stone-900\/40:hover {
  border-color: rgb(28 25 23 / 0.4);
}

.hover\:border-stone-900\/5:hover {
  border-color: rgb(28 25 23 / 0.05);
}

.hover\:border-stone-900\/50:hover {
  border-color: rgb(28 25 23 / 0.5);
}

.hover\:border-stone-900\/60:hover {
  border-color: rgb(28 25 23 / 0.6);
}

.hover\:border-stone-900\/70:hover {
  border-color: rgb(28 25 23 / 0.7);
}

.hover\:border-stone-900\/75:hover {
  border-color: rgb(28 25 23 / 0.75);
}

.hover\:border-stone-900\/80:hover {
  border-color: rgb(28 25 23 / 0.8);
}

.hover\:border-stone-900\/90:hover {
  border-color: rgb(28 25 23 / 0.9);
}

.hover\:border-stone-900\/95:hover {
  border-color: rgb(28 25 23 / 0.95);
}

.hover\:border-stone-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(12 10 9 / var(--tw-border-opacity));
}

.hover\:border-stone-950\/0:hover {
  border-color: rgb(12 10 9 / 0);
}

.hover\:border-stone-950\/10:hover {
  border-color: rgb(12 10 9 / 0.1);
}

.hover\:border-stone-950\/100:hover {
  border-color: rgb(12 10 9 / 1);
}

.hover\:border-stone-950\/20:hover {
  border-color: rgb(12 10 9 / 0.2);
}

.hover\:border-stone-950\/25:hover {
  border-color: rgb(12 10 9 / 0.25);
}

.hover\:border-stone-950\/30:hover {
  border-color: rgb(12 10 9 / 0.3);
}

.hover\:border-stone-950\/40:hover {
  border-color: rgb(12 10 9 / 0.4);
}

.hover\:border-stone-950\/5:hover {
  border-color: rgb(12 10 9 / 0.05);
}

.hover\:border-stone-950\/50:hover {
  border-color: rgb(12 10 9 / 0.5);
}

.hover\:border-stone-950\/60:hover {
  border-color: rgb(12 10 9 / 0.6);
}

.hover\:border-stone-950\/70:hover {
  border-color: rgb(12 10 9 / 0.7);
}

.hover\:border-stone-950\/75:hover {
  border-color: rgb(12 10 9 / 0.75);
}

.hover\:border-stone-950\/80:hover {
  border-color: rgb(12 10 9 / 0.8);
}

.hover\:border-stone-950\/90:hover {
  border-color: rgb(12 10 9 / 0.9);
}

.hover\:border-stone-950\/95:hover {
  border-color: rgb(12 10 9 / 0.95);
}

.hover\:border-teal-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(204 251 241 / var(--tw-border-opacity));
}

.hover\:border-teal-100\/0:hover {
  border-color: rgb(204 251 241 / 0);
}

.hover\:border-teal-100\/10:hover {
  border-color: rgb(204 251 241 / 0.1);
}

.hover\:border-teal-100\/100:hover {
  border-color: rgb(204 251 241 / 1);
}

.hover\:border-teal-100\/20:hover {
  border-color: rgb(204 251 241 / 0.2);
}

.hover\:border-teal-100\/25:hover {
  border-color: rgb(204 251 241 / 0.25);
}

.hover\:border-teal-100\/30:hover {
  border-color: rgb(204 251 241 / 0.3);
}

.hover\:border-teal-100\/40:hover {
  border-color: rgb(204 251 241 / 0.4);
}

.hover\:border-teal-100\/5:hover {
  border-color: rgb(204 251 241 / 0.05);
}

.hover\:border-teal-100\/50:hover {
  border-color: rgb(204 251 241 / 0.5);
}

.hover\:border-teal-100\/60:hover {
  border-color: rgb(204 251 241 / 0.6);
}

.hover\:border-teal-100\/70:hover {
  border-color: rgb(204 251 241 / 0.7);
}

.hover\:border-teal-100\/75:hover {
  border-color: rgb(204 251 241 / 0.75);
}

.hover\:border-teal-100\/80:hover {
  border-color: rgb(204 251 241 / 0.8);
}

.hover\:border-teal-100\/90:hover {
  border-color: rgb(204 251 241 / 0.9);
}

.hover\:border-teal-100\/95:hover {
  border-color: rgb(204 251 241 / 0.95);
}

.hover\:border-teal-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(153 246 228 / var(--tw-border-opacity));
}

.hover\:border-teal-200\/0:hover {
  border-color: rgb(153 246 228 / 0);
}

.hover\:border-teal-200\/10:hover {
  border-color: rgb(153 246 228 / 0.1);
}

.hover\:border-teal-200\/100:hover {
  border-color: rgb(153 246 228 / 1);
}

.hover\:border-teal-200\/20:hover {
  border-color: rgb(153 246 228 / 0.2);
}

.hover\:border-teal-200\/25:hover {
  border-color: rgb(153 246 228 / 0.25);
}

.hover\:border-teal-200\/30:hover {
  border-color: rgb(153 246 228 / 0.3);
}

.hover\:border-teal-200\/40:hover {
  border-color: rgb(153 246 228 / 0.4);
}

.hover\:border-teal-200\/5:hover {
  border-color: rgb(153 246 228 / 0.05);
}

.hover\:border-teal-200\/50:hover {
  border-color: rgb(153 246 228 / 0.5);
}

.hover\:border-teal-200\/60:hover {
  border-color: rgb(153 246 228 / 0.6);
}

.hover\:border-teal-200\/70:hover {
  border-color: rgb(153 246 228 / 0.7);
}

.hover\:border-teal-200\/75:hover {
  border-color: rgb(153 246 228 / 0.75);
}

.hover\:border-teal-200\/80:hover {
  border-color: rgb(153 246 228 / 0.8);
}

.hover\:border-teal-200\/90:hover {
  border-color: rgb(153 246 228 / 0.9);
}

.hover\:border-teal-200\/95:hover {
  border-color: rgb(153 246 228 / 0.95);
}

.hover\:border-teal-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(94 234 212 / var(--tw-border-opacity));
}

.hover\:border-teal-300\/0:hover {
  border-color: rgb(94 234 212 / 0);
}

.hover\:border-teal-300\/10:hover {
  border-color: rgb(94 234 212 / 0.1);
}

.hover\:border-teal-300\/100:hover {
  border-color: rgb(94 234 212 / 1);
}

.hover\:border-teal-300\/20:hover {
  border-color: rgb(94 234 212 / 0.2);
}

.hover\:border-teal-300\/25:hover {
  border-color: rgb(94 234 212 / 0.25);
}

.hover\:border-teal-300\/30:hover {
  border-color: rgb(94 234 212 / 0.3);
}

.hover\:border-teal-300\/40:hover {
  border-color: rgb(94 234 212 / 0.4);
}

.hover\:border-teal-300\/5:hover {
  border-color: rgb(94 234 212 / 0.05);
}

.hover\:border-teal-300\/50:hover {
  border-color: rgb(94 234 212 / 0.5);
}

.hover\:border-teal-300\/60:hover {
  border-color: rgb(94 234 212 / 0.6);
}

.hover\:border-teal-300\/70:hover {
  border-color: rgb(94 234 212 / 0.7);
}

.hover\:border-teal-300\/75:hover {
  border-color: rgb(94 234 212 / 0.75);
}

.hover\:border-teal-300\/80:hover {
  border-color: rgb(94 234 212 / 0.8);
}

.hover\:border-teal-300\/90:hover {
  border-color: rgb(94 234 212 / 0.9);
}

.hover\:border-teal-300\/95:hover {
  border-color: rgb(94 234 212 / 0.95);
}

.hover\:border-teal-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(45 212 191 / var(--tw-border-opacity));
}

.hover\:border-teal-400\/0:hover {
  border-color: rgb(45 212 191 / 0);
}

.hover\:border-teal-400\/10:hover {
  border-color: rgb(45 212 191 / 0.1);
}

.hover\:border-teal-400\/100:hover {
  border-color: rgb(45 212 191 / 1);
}

.hover\:border-teal-400\/20:hover {
  border-color: rgb(45 212 191 / 0.2);
}

.hover\:border-teal-400\/25:hover {
  border-color: rgb(45 212 191 / 0.25);
}

.hover\:border-teal-400\/30:hover {
  border-color: rgb(45 212 191 / 0.3);
}

.hover\:border-teal-400\/40:hover {
  border-color: rgb(45 212 191 / 0.4);
}

.hover\:border-teal-400\/5:hover {
  border-color: rgb(45 212 191 / 0.05);
}

.hover\:border-teal-400\/50:hover {
  border-color: rgb(45 212 191 / 0.5);
}

.hover\:border-teal-400\/60:hover {
  border-color: rgb(45 212 191 / 0.6);
}

.hover\:border-teal-400\/70:hover {
  border-color: rgb(45 212 191 / 0.7);
}

.hover\:border-teal-400\/75:hover {
  border-color: rgb(45 212 191 / 0.75);
}

.hover\:border-teal-400\/80:hover {
  border-color: rgb(45 212 191 / 0.8);
}

.hover\:border-teal-400\/90:hover {
  border-color: rgb(45 212 191 / 0.9);
}

.hover\:border-teal-400\/95:hover {
  border-color: rgb(45 212 191 / 0.95);
}

.hover\:border-teal-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(240 253 250 / var(--tw-border-opacity));
}

.hover\:border-teal-50\/0:hover {
  border-color: rgb(240 253 250 / 0);
}

.hover\:border-teal-50\/10:hover {
  border-color: rgb(240 253 250 / 0.1);
}

.hover\:border-teal-50\/100:hover {
  border-color: rgb(240 253 250 / 1);
}

.hover\:border-teal-50\/20:hover {
  border-color: rgb(240 253 250 / 0.2);
}

.hover\:border-teal-50\/25:hover {
  border-color: rgb(240 253 250 / 0.25);
}

.hover\:border-teal-50\/30:hover {
  border-color: rgb(240 253 250 / 0.3);
}

.hover\:border-teal-50\/40:hover {
  border-color: rgb(240 253 250 / 0.4);
}

.hover\:border-teal-50\/5:hover {
  border-color: rgb(240 253 250 / 0.05);
}

.hover\:border-teal-50\/50:hover {
  border-color: rgb(240 253 250 / 0.5);
}

.hover\:border-teal-50\/60:hover {
  border-color: rgb(240 253 250 / 0.6);
}

.hover\:border-teal-50\/70:hover {
  border-color: rgb(240 253 250 / 0.7);
}

.hover\:border-teal-50\/75:hover {
  border-color: rgb(240 253 250 / 0.75);
}

.hover\:border-teal-50\/80:hover {
  border-color: rgb(240 253 250 / 0.8);
}

.hover\:border-teal-50\/90:hover {
  border-color: rgb(240 253 250 / 0.9);
}

.hover\:border-teal-50\/95:hover {
  border-color: rgb(240 253 250 / 0.95);
}

.hover\:border-teal-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity));
}

.hover\:border-teal-500\/0:hover {
  border-color: rgb(20 184 166 / 0);
}

.hover\:border-teal-500\/10:hover {
  border-color: rgb(20 184 166 / 0.1);
}

.hover\:border-teal-500\/100:hover {
  border-color: rgb(20 184 166 / 1);
}

.hover\:border-teal-500\/20:hover {
  border-color: rgb(20 184 166 / 0.2);
}

.hover\:border-teal-500\/25:hover {
  border-color: rgb(20 184 166 / 0.25);
}

.hover\:border-teal-500\/30:hover {
  border-color: rgb(20 184 166 / 0.3);
}

.hover\:border-teal-500\/40:hover {
  border-color: rgb(20 184 166 / 0.4);
}

.hover\:border-teal-500\/5:hover {
  border-color: rgb(20 184 166 / 0.05);
}

.hover\:border-teal-500\/50:hover {
  border-color: rgb(20 184 166 / 0.5);
}

.hover\:border-teal-500\/60:hover {
  border-color: rgb(20 184 166 / 0.6);
}

.hover\:border-teal-500\/70:hover {
  border-color: rgb(20 184 166 / 0.7);
}

.hover\:border-teal-500\/75:hover {
  border-color: rgb(20 184 166 / 0.75);
}

.hover\:border-teal-500\/80:hover {
  border-color: rgb(20 184 166 / 0.8);
}

.hover\:border-teal-500\/90:hover {
  border-color: rgb(20 184 166 / 0.9);
}

.hover\:border-teal-500\/95:hover {
  border-color: rgb(20 184 166 / 0.95);
}

.hover\:border-teal-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(13 148 136 / var(--tw-border-opacity));
}

.hover\:border-teal-600\/0:hover {
  border-color: rgb(13 148 136 / 0);
}

.hover\:border-teal-600\/10:hover {
  border-color: rgb(13 148 136 / 0.1);
}

.hover\:border-teal-600\/100:hover {
  border-color: rgb(13 148 136 / 1);
}

.hover\:border-teal-600\/20:hover {
  border-color: rgb(13 148 136 / 0.2);
}

.hover\:border-teal-600\/25:hover {
  border-color: rgb(13 148 136 / 0.25);
}

.hover\:border-teal-600\/30:hover {
  border-color: rgb(13 148 136 / 0.3);
}

.hover\:border-teal-600\/40:hover {
  border-color: rgb(13 148 136 / 0.4);
}

.hover\:border-teal-600\/5:hover {
  border-color: rgb(13 148 136 / 0.05);
}

.hover\:border-teal-600\/50:hover {
  border-color: rgb(13 148 136 / 0.5);
}

.hover\:border-teal-600\/60:hover {
  border-color: rgb(13 148 136 / 0.6);
}

.hover\:border-teal-600\/70:hover {
  border-color: rgb(13 148 136 / 0.7);
}

.hover\:border-teal-600\/75:hover {
  border-color: rgb(13 148 136 / 0.75);
}

.hover\:border-teal-600\/80:hover {
  border-color: rgb(13 148 136 / 0.8);
}

.hover\:border-teal-600\/90:hover {
  border-color: rgb(13 148 136 / 0.9);
}

.hover\:border-teal-600\/95:hover {
  border-color: rgb(13 148 136 / 0.95);
}

.hover\:border-teal-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(15 118 110 / var(--tw-border-opacity));
}

.hover\:border-teal-700\/0:hover {
  border-color: rgb(15 118 110 / 0);
}

.hover\:border-teal-700\/10:hover {
  border-color: rgb(15 118 110 / 0.1);
}

.hover\:border-teal-700\/100:hover {
  border-color: rgb(15 118 110 / 1);
}

.hover\:border-teal-700\/20:hover {
  border-color: rgb(15 118 110 / 0.2);
}

.hover\:border-teal-700\/25:hover {
  border-color: rgb(15 118 110 / 0.25);
}

.hover\:border-teal-700\/30:hover {
  border-color: rgb(15 118 110 / 0.3);
}

.hover\:border-teal-700\/40:hover {
  border-color: rgb(15 118 110 / 0.4);
}

.hover\:border-teal-700\/5:hover {
  border-color: rgb(15 118 110 / 0.05);
}

.hover\:border-teal-700\/50:hover {
  border-color: rgb(15 118 110 / 0.5);
}

.hover\:border-teal-700\/60:hover {
  border-color: rgb(15 118 110 / 0.6);
}

.hover\:border-teal-700\/70:hover {
  border-color: rgb(15 118 110 / 0.7);
}

.hover\:border-teal-700\/75:hover {
  border-color: rgb(15 118 110 / 0.75);
}

.hover\:border-teal-700\/80:hover {
  border-color: rgb(15 118 110 / 0.8);
}

.hover\:border-teal-700\/90:hover {
  border-color: rgb(15 118 110 / 0.9);
}

.hover\:border-teal-700\/95:hover {
  border-color: rgb(15 118 110 / 0.95);
}

.hover\:border-teal-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(17 94 89 / var(--tw-border-opacity));
}

.hover\:border-teal-800\/0:hover {
  border-color: rgb(17 94 89 / 0);
}

.hover\:border-teal-800\/10:hover {
  border-color: rgb(17 94 89 / 0.1);
}

.hover\:border-teal-800\/100:hover {
  border-color: rgb(17 94 89 / 1);
}

.hover\:border-teal-800\/20:hover {
  border-color: rgb(17 94 89 / 0.2);
}

.hover\:border-teal-800\/25:hover {
  border-color: rgb(17 94 89 / 0.25);
}

.hover\:border-teal-800\/30:hover {
  border-color: rgb(17 94 89 / 0.3);
}

.hover\:border-teal-800\/40:hover {
  border-color: rgb(17 94 89 / 0.4);
}

.hover\:border-teal-800\/5:hover {
  border-color: rgb(17 94 89 / 0.05);
}

.hover\:border-teal-800\/50:hover {
  border-color: rgb(17 94 89 / 0.5);
}

.hover\:border-teal-800\/60:hover {
  border-color: rgb(17 94 89 / 0.6);
}

.hover\:border-teal-800\/70:hover {
  border-color: rgb(17 94 89 / 0.7);
}

.hover\:border-teal-800\/75:hover {
  border-color: rgb(17 94 89 / 0.75);
}

.hover\:border-teal-800\/80:hover {
  border-color: rgb(17 94 89 / 0.8);
}

.hover\:border-teal-800\/90:hover {
  border-color: rgb(17 94 89 / 0.9);
}

.hover\:border-teal-800\/95:hover {
  border-color: rgb(17 94 89 / 0.95);
}

.hover\:border-teal-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(19 78 74 / var(--tw-border-opacity));
}

.hover\:border-teal-900\/0:hover {
  border-color: rgb(19 78 74 / 0);
}

.hover\:border-teal-900\/10:hover {
  border-color: rgb(19 78 74 / 0.1);
}

.hover\:border-teal-900\/100:hover {
  border-color: rgb(19 78 74 / 1);
}

.hover\:border-teal-900\/20:hover {
  border-color: rgb(19 78 74 / 0.2);
}

.hover\:border-teal-900\/25:hover {
  border-color: rgb(19 78 74 / 0.25);
}

.hover\:border-teal-900\/30:hover {
  border-color: rgb(19 78 74 / 0.3);
}

.hover\:border-teal-900\/40:hover {
  border-color: rgb(19 78 74 / 0.4);
}

.hover\:border-teal-900\/5:hover {
  border-color: rgb(19 78 74 / 0.05);
}

.hover\:border-teal-900\/50:hover {
  border-color: rgb(19 78 74 / 0.5);
}

.hover\:border-teal-900\/60:hover {
  border-color: rgb(19 78 74 / 0.6);
}

.hover\:border-teal-900\/70:hover {
  border-color: rgb(19 78 74 / 0.7);
}

.hover\:border-teal-900\/75:hover {
  border-color: rgb(19 78 74 / 0.75);
}

.hover\:border-teal-900\/80:hover {
  border-color: rgb(19 78 74 / 0.8);
}

.hover\:border-teal-900\/90:hover {
  border-color: rgb(19 78 74 / 0.9);
}

.hover\:border-teal-900\/95:hover {
  border-color: rgb(19 78 74 / 0.95);
}

.hover\:border-teal-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(4 47 46 / var(--tw-border-opacity));
}

.hover\:border-teal-950\/0:hover {
  border-color: rgb(4 47 46 / 0);
}

.hover\:border-teal-950\/10:hover {
  border-color: rgb(4 47 46 / 0.1);
}

.hover\:border-teal-950\/100:hover {
  border-color: rgb(4 47 46 / 1);
}

.hover\:border-teal-950\/20:hover {
  border-color: rgb(4 47 46 / 0.2);
}

.hover\:border-teal-950\/25:hover {
  border-color: rgb(4 47 46 / 0.25);
}

.hover\:border-teal-950\/30:hover {
  border-color: rgb(4 47 46 / 0.3);
}

.hover\:border-teal-950\/40:hover {
  border-color: rgb(4 47 46 / 0.4);
}

.hover\:border-teal-950\/5:hover {
  border-color: rgb(4 47 46 / 0.05);
}

.hover\:border-teal-950\/50:hover {
  border-color: rgb(4 47 46 / 0.5);
}

.hover\:border-teal-950\/60:hover {
  border-color: rgb(4 47 46 / 0.6);
}

.hover\:border-teal-950\/70:hover {
  border-color: rgb(4 47 46 / 0.7);
}

.hover\:border-teal-950\/75:hover {
  border-color: rgb(4 47 46 / 0.75);
}

.hover\:border-teal-950\/80:hover {
  border-color: rgb(4 47 46 / 0.8);
}

.hover\:border-teal-950\/90:hover {
  border-color: rgb(4 47 46 / 0.9);
}

.hover\:border-teal-950\/95:hover {
  border-color: rgb(4 47 46 / 0.95);
}

.hover\:border-transparent:hover {
  border-color: transparent;
}

.hover\:border-transparent\/0:hover {
  border-color: rgb(0 0 0 / 0);
}

.hover\:border-transparent\/10:hover {
  border-color: rgb(0 0 0 / 0.1);
}

.hover\:border-transparent\/100:hover {
  border-color: rgb(0 0 0 / 1);
}

.hover\:border-transparent\/20:hover {
  border-color: rgb(0 0 0 / 0.2);
}

.hover\:border-transparent\/25:hover {
  border-color: rgb(0 0 0 / 0.25);
}

.hover\:border-transparent\/30:hover {
  border-color: rgb(0 0 0 / 0.3);
}

.hover\:border-transparent\/40:hover {
  border-color: rgb(0 0 0 / 0.4);
}

.hover\:border-transparent\/5:hover {
  border-color: rgb(0 0 0 / 0.05);
}

.hover\:border-transparent\/50:hover {
  border-color: rgb(0 0 0 / 0.5);
}

.hover\:border-transparent\/60:hover {
  border-color: rgb(0 0 0 / 0.6);
}

.hover\:border-transparent\/70:hover {
  border-color: rgb(0 0 0 / 0.7);
}

.hover\:border-transparent\/75:hover {
  border-color: rgb(0 0 0 / 0.75);
}

.hover\:border-transparent\/80:hover {
  border-color: rgb(0 0 0 / 0.8);
}

.hover\:border-transparent\/90:hover {
  border-color: rgb(0 0 0 / 0.9);
}

.hover\:border-transparent\/95:hover {
  border-color: rgb(0 0 0 / 0.95);
}

.hover\:border-tykhe-digital:hover {
  --tw-border-opacity: 1;
  border-color: rgb(239 156 131 / var(--tw-border-opacity));
}

.hover\:border-tykhe-digital-alt:hover {
  --tw-border-opacity: 1;
  border-color: rgb(245 239 224 / var(--tw-border-opacity));
}

.hover\:border-tykhe-digital-alt\/0:hover {
  border-color: rgb(245 239 224 / 0);
}

.hover\:border-tykhe-digital-alt\/10:hover {
  border-color: rgb(245 239 224 / 0.1);
}

.hover\:border-tykhe-digital-alt\/100:hover {
  border-color: rgb(245 239 224 / 1);
}

.hover\:border-tykhe-digital-alt\/20:hover {
  border-color: rgb(245 239 224 / 0.2);
}

.hover\:border-tykhe-digital-alt\/25:hover {
  border-color: rgb(245 239 224 / 0.25);
}

.hover\:border-tykhe-digital-alt\/30:hover {
  border-color: rgb(245 239 224 / 0.3);
}

.hover\:border-tykhe-digital-alt\/40:hover {
  border-color: rgb(245 239 224 / 0.4);
}

.hover\:border-tykhe-digital-alt\/5:hover {
  border-color: rgb(245 239 224 / 0.05);
}

.hover\:border-tykhe-digital-alt\/50:hover {
  border-color: rgb(245 239 224 / 0.5);
}

.hover\:border-tykhe-digital-alt\/60:hover {
  border-color: rgb(245 239 224 / 0.6);
}

.hover\:border-tykhe-digital-alt\/70:hover {
  border-color: rgb(245 239 224 / 0.7);
}

.hover\:border-tykhe-digital-alt\/75:hover {
  border-color: rgb(245 239 224 / 0.75);
}

.hover\:border-tykhe-digital-alt\/80:hover {
  border-color: rgb(245 239 224 / 0.8);
}

.hover\:border-tykhe-digital-alt\/90:hover {
  border-color: rgb(245 239 224 / 0.9);
}

.hover\:border-tykhe-digital-alt\/95:hover {
  border-color: rgb(245 239 224 / 0.95);
}

.hover\:border-tykhe-digital-alt2:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 58 111 / var(--tw-border-opacity));
}

.hover\:border-tykhe-digital-alt2\/0:hover {
  border-color: rgb(255 58 111 / 0);
}

.hover\:border-tykhe-digital-alt2\/10:hover {
  border-color: rgb(255 58 111 / 0.1);
}

.hover\:border-tykhe-digital-alt2\/100:hover {
  border-color: rgb(255 58 111 / 1);
}

.hover\:border-tykhe-digital-alt2\/20:hover {
  border-color: rgb(255 58 111 / 0.2);
}

.hover\:border-tykhe-digital-alt2\/25:hover {
  border-color: rgb(255 58 111 / 0.25);
}

.hover\:border-tykhe-digital-alt2\/30:hover {
  border-color: rgb(255 58 111 / 0.3);
}

.hover\:border-tykhe-digital-alt2\/40:hover {
  border-color: rgb(255 58 111 / 0.4);
}

.hover\:border-tykhe-digital-alt2\/5:hover {
  border-color: rgb(255 58 111 / 0.05);
}

.hover\:border-tykhe-digital-alt2\/50:hover {
  border-color: rgb(255 58 111 / 0.5);
}

.hover\:border-tykhe-digital-alt2\/60:hover {
  border-color: rgb(255 58 111 / 0.6);
}

.hover\:border-tykhe-digital-alt2\/70:hover {
  border-color: rgb(255 58 111 / 0.7);
}

.hover\:border-tykhe-digital-alt2\/75:hover {
  border-color: rgb(255 58 111 / 0.75);
}

.hover\:border-tykhe-digital-alt2\/80:hover {
  border-color: rgb(255 58 111 / 0.8);
}

.hover\:border-tykhe-digital-alt2\/90:hover {
  border-color: rgb(255 58 111 / 0.9);
}

.hover\:border-tykhe-digital-alt2\/95:hover {
  border-color: rgb(255 58 111 / 0.95);
}

.hover\:border-tykhe-digital-alt3:hover {
  --tw-border-opacity: 1;
  border-color: rgb(131 214 239 / var(--tw-border-opacity));
}

.hover\:border-tykhe-digital-alt3\/0:hover {
  border-color: rgb(131 214 239 / 0);
}

.hover\:border-tykhe-digital-alt3\/10:hover {
  border-color: rgb(131 214 239 / 0.1);
}

.hover\:border-tykhe-digital-alt3\/100:hover {
  border-color: rgb(131 214 239 / 1);
}

.hover\:border-tykhe-digital-alt3\/20:hover {
  border-color: rgb(131 214 239 / 0.2);
}

.hover\:border-tykhe-digital-alt3\/25:hover {
  border-color: rgb(131 214 239 / 0.25);
}

.hover\:border-tykhe-digital-alt3\/30:hover {
  border-color: rgb(131 214 239 / 0.3);
}

.hover\:border-tykhe-digital-alt3\/40:hover {
  border-color: rgb(131 214 239 / 0.4);
}

.hover\:border-tykhe-digital-alt3\/5:hover {
  border-color: rgb(131 214 239 / 0.05);
}

.hover\:border-tykhe-digital-alt3\/50:hover {
  border-color: rgb(131 214 239 / 0.5);
}

.hover\:border-tykhe-digital-alt3\/60:hover {
  border-color: rgb(131 214 239 / 0.6);
}

.hover\:border-tykhe-digital-alt3\/70:hover {
  border-color: rgb(131 214 239 / 0.7);
}

.hover\:border-tykhe-digital-alt3\/75:hover {
  border-color: rgb(131 214 239 / 0.75);
}

.hover\:border-tykhe-digital-alt3\/80:hover {
  border-color: rgb(131 214 239 / 0.8);
}

.hover\:border-tykhe-digital-alt3\/90:hover {
  border-color: rgb(131 214 239 / 0.9);
}

.hover\:border-tykhe-digital-alt3\/95:hover {
  border-color: rgb(131 214 239 / 0.95);
}

.hover\:border-tykhe-digital\/0:hover {
  border-color: rgb(239 156 131 / 0);
}

.hover\:border-tykhe-digital\/10:hover {
  border-color: rgb(239 156 131 / 0.1);
}

.hover\:border-tykhe-digital\/100:hover {
  border-color: rgb(239 156 131 / 1);
}

.hover\:border-tykhe-digital\/20:hover {
  border-color: rgb(239 156 131 / 0.2);
}

.hover\:border-tykhe-digital\/25:hover {
  border-color: rgb(239 156 131 / 0.25);
}

.hover\:border-tykhe-digital\/30:hover {
  border-color: rgb(239 156 131 / 0.3);
}

.hover\:border-tykhe-digital\/40:hover {
  border-color: rgb(239 156 131 / 0.4);
}

.hover\:border-tykhe-digital\/5:hover {
  border-color: rgb(239 156 131 / 0.05);
}

.hover\:border-tykhe-digital\/50:hover {
  border-color: rgb(239 156 131 / 0.5);
}

.hover\:border-tykhe-digital\/60:hover {
  border-color: rgb(239 156 131 / 0.6);
}

.hover\:border-tykhe-digital\/70:hover {
  border-color: rgb(239 156 131 / 0.7);
}

.hover\:border-tykhe-digital\/75:hover {
  border-color: rgb(239 156 131 / 0.75);
}

.hover\:border-tykhe-digital\/80:hover {
  border-color: rgb(239 156 131 / 0.8);
}

.hover\:border-tykhe-digital\/90:hover {
  border-color: rgb(239 156 131 / 0.9);
}

.hover\:border-tykhe-digital\/95:hover {
  border-color: rgb(239 156 131 / 0.95);
}

.hover\:border-violet-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(237 233 254 / var(--tw-border-opacity));
}

.hover\:border-violet-100\/0:hover {
  border-color: rgb(237 233 254 / 0);
}

.hover\:border-violet-100\/10:hover {
  border-color: rgb(237 233 254 / 0.1);
}

.hover\:border-violet-100\/100:hover {
  border-color: rgb(237 233 254 / 1);
}

.hover\:border-violet-100\/20:hover {
  border-color: rgb(237 233 254 / 0.2);
}

.hover\:border-violet-100\/25:hover {
  border-color: rgb(237 233 254 / 0.25);
}

.hover\:border-violet-100\/30:hover {
  border-color: rgb(237 233 254 / 0.3);
}

.hover\:border-violet-100\/40:hover {
  border-color: rgb(237 233 254 / 0.4);
}

.hover\:border-violet-100\/5:hover {
  border-color: rgb(237 233 254 / 0.05);
}

.hover\:border-violet-100\/50:hover {
  border-color: rgb(237 233 254 / 0.5);
}

.hover\:border-violet-100\/60:hover {
  border-color: rgb(237 233 254 / 0.6);
}

.hover\:border-violet-100\/70:hover {
  border-color: rgb(237 233 254 / 0.7);
}

.hover\:border-violet-100\/75:hover {
  border-color: rgb(237 233 254 / 0.75);
}

.hover\:border-violet-100\/80:hover {
  border-color: rgb(237 233 254 / 0.8);
}

.hover\:border-violet-100\/90:hover {
  border-color: rgb(237 233 254 / 0.9);
}

.hover\:border-violet-100\/95:hover {
  border-color: rgb(237 233 254 / 0.95);
}

.hover\:border-violet-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(221 214 254 / var(--tw-border-opacity));
}

.hover\:border-violet-200\/0:hover {
  border-color: rgb(221 214 254 / 0);
}

.hover\:border-violet-200\/10:hover {
  border-color: rgb(221 214 254 / 0.1);
}

.hover\:border-violet-200\/100:hover {
  border-color: rgb(221 214 254 / 1);
}

.hover\:border-violet-200\/20:hover {
  border-color: rgb(221 214 254 / 0.2);
}

.hover\:border-violet-200\/25:hover {
  border-color: rgb(221 214 254 / 0.25);
}

.hover\:border-violet-200\/30:hover {
  border-color: rgb(221 214 254 / 0.3);
}

.hover\:border-violet-200\/40:hover {
  border-color: rgb(221 214 254 / 0.4);
}

.hover\:border-violet-200\/5:hover {
  border-color: rgb(221 214 254 / 0.05);
}

.hover\:border-violet-200\/50:hover {
  border-color: rgb(221 214 254 / 0.5);
}

.hover\:border-violet-200\/60:hover {
  border-color: rgb(221 214 254 / 0.6);
}

.hover\:border-violet-200\/70:hover {
  border-color: rgb(221 214 254 / 0.7);
}

.hover\:border-violet-200\/75:hover {
  border-color: rgb(221 214 254 / 0.75);
}

.hover\:border-violet-200\/80:hover {
  border-color: rgb(221 214 254 / 0.8);
}

.hover\:border-violet-200\/90:hover {
  border-color: rgb(221 214 254 / 0.9);
}

.hover\:border-violet-200\/95:hover {
  border-color: rgb(221 214 254 / 0.95);
}

.hover\:border-violet-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(196 181 253 / var(--tw-border-opacity));
}

.hover\:border-violet-300\/0:hover {
  border-color: rgb(196 181 253 / 0);
}

.hover\:border-violet-300\/10:hover {
  border-color: rgb(196 181 253 / 0.1);
}

.hover\:border-violet-300\/100:hover {
  border-color: rgb(196 181 253 / 1);
}

.hover\:border-violet-300\/20:hover {
  border-color: rgb(196 181 253 / 0.2);
}

.hover\:border-violet-300\/25:hover {
  border-color: rgb(196 181 253 / 0.25);
}

.hover\:border-violet-300\/30:hover {
  border-color: rgb(196 181 253 / 0.3);
}

.hover\:border-violet-300\/40:hover {
  border-color: rgb(196 181 253 / 0.4);
}

.hover\:border-violet-300\/5:hover {
  border-color: rgb(196 181 253 / 0.05);
}

.hover\:border-violet-300\/50:hover {
  border-color: rgb(196 181 253 / 0.5);
}

.hover\:border-violet-300\/60:hover {
  border-color: rgb(196 181 253 / 0.6);
}

.hover\:border-violet-300\/70:hover {
  border-color: rgb(196 181 253 / 0.7);
}

.hover\:border-violet-300\/75:hover {
  border-color: rgb(196 181 253 / 0.75);
}

.hover\:border-violet-300\/80:hover {
  border-color: rgb(196 181 253 / 0.8);
}

.hover\:border-violet-300\/90:hover {
  border-color: rgb(196 181 253 / 0.9);
}

.hover\:border-violet-300\/95:hover {
  border-color: rgb(196 181 253 / 0.95);
}

.hover\:border-violet-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(167 139 250 / var(--tw-border-opacity));
}

.hover\:border-violet-400\/0:hover {
  border-color: rgb(167 139 250 / 0);
}

.hover\:border-violet-400\/10:hover {
  border-color: rgb(167 139 250 / 0.1);
}

.hover\:border-violet-400\/100:hover {
  border-color: rgb(167 139 250 / 1);
}

.hover\:border-violet-400\/20:hover {
  border-color: rgb(167 139 250 / 0.2);
}

.hover\:border-violet-400\/25:hover {
  border-color: rgb(167 139 250 / 0.25);
}

.hover\:border-violet-400\/30:hover {
  border-color: rgb(167 139 250 / 0.3);
}

.hover\:border-violet-400\/40:hover {
  border-color: rgb(167 139 250 / 0.4);
}

.hover\:border-violet-400\/5:hover {
  border-color: rgb(167 139 250 / 0.05);
}

.hover\:border-violet-400\/50:hover {
  border-color: rgb(167 139 250 / 0.5);
}

.hover\:border-violet-400\/60:hover {
  border-color: rgb(167 139 250 / 0.6);
}

.hover\:border-violet-400\/70:hover {
  border-color: rgb(167 139 250 / 0.7);
}

.hover\:border-violet-400\/75:hover {
  border-color: rgb(167 139 250 / 0.75);
}

.hover\:border-violet-400\/80:hover {
  border-color: rgb(167 139 250 / 0.8);
}

.hover\:border-violet-400\/90:hover {
  border-color: rgb(167 139 250 / 0.9);
}

.hover\:border-violet-400\/95:hover {
  border-color: rgb(167 139 250 / 0.95);
}

.hover\:border-violet-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(245 243 255 / var(--tw-border-opacity));
}

.hover\:border-violet-50\/0:hover {
  border-color: rgb(245 243 255 / 0);
}

.hover\:border-violet-50\/10:hover {
  border-color: rgb(245 243 255 / 0.1);
}

.hover\:border-violet-50\/100:hover {
  border-color: rgb(245 243 255 / 1);
}

.hover\:border-violet-50\/20:hover {
  border-color: rgb(245 243 255 / 0.2);
}

.hover\:border-violet-50\/25:hover {
  border-color: rgb(245 243 255 / 0.25);
}

.hover\:border-violet-50\/30:hover {
  border-color: rgb(245 243 255 / 0.3);
}

.hover\:border-violet-50\/40:hover {
  border-color: rgb(245 243 255 / 0.4);
}

.hover\:border-violet-50\/5:hover {
  border-color: rgb(245 243 255 / 0.05);
}

.hover\:border-violet-50\/50:hover {
  border-color: rgb(245 243 255 / 0.5);
}

.hover\:border-violet-50\/60:hover {
  border-color: rgb(245 243 255 / 0.6);
}

.hover\:border-violet-50\/70:hover {
  border-color: rgb(245 243 255 / 0.7);
}

.hover\:border-violet-50\/75:hover {
  border-color: rgb(245 243 255 / 0.75);
}

.hover\:border-violet-50\/80:hover {
  border-color: rgb(245 243 255 / 0.8);
}

.hover\:border-violet-50\/90:hover {
  border-color: rgb(245 243 255 / 0.9);
}

.hover\:border-violet-50\/95:hover {
  border-color: rgb(245 243 255 / 0.95);
}

.hover\:border-violet-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(139 92 246 / var(--tw-border-opacity));
}

.hover\:border-violet-500\/0:hover {
  border-color: rgb(139 92 246 / 0);
}

.hover\:border-violet-500\/10:hover {
  border-color: rgb(139 92 246 / 0.1);
}

.hover\:border-violet-500\/100:hover {
  border-color: rgb(139 92 246 / 1);
}

.hover\:border-violet-500\/20:hover {
  border-color: rgb(139 92 246 / 0.2);
}

.hover\:border-violet-500\/25:hover {
  border-color: rgb(139 92 246 / 0.25);
}

.hover\:border-violet-500\/30:hover {
  border-color: rgb(139 92 246 / 0.3);
}

.hover\:border-violet-500\/40:hover {
  border-color: rgb(139 92 246 / 0.4);
}

.hover\:border-violet-500\/5:hover {
  border-color: rgb(139 92 246 / 0.05);
}

.hover\:border-violet-500\/50:hover {
  border-color: rgb(139 92 246 / 0.5);
}

.hover\:border-violet-500\/60:hover {
  border-color: rgb(139 92 246 / 0.6);
}

.hover\:border-violet-500\/70:hover {
  border-color: rgb(139 92 246 / 0.7);
}

.hover\:border-violet-500\/75:hover {
  border-color: rgb(139 92 246 / 0.75);
}

.hover\:border-violet-500\/80:hover {
  border-color: rgb(139 92 246 / 0.8);
}

.hover\:border-violet-500\/90:hover {
  border-color: rgb(139 92 246 / 0.9);
}

.hover\:border-violet-500\/95:hover {
  border-color: rgb(139 92 246 / 0.95);
}

.hover\:border-violet-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-border-opacity));
}

.hover\:border-violet-600\/0:hover {
  border-color: rgb(124 58 237 / 0);
}

.hover\:border-violet-600\/10:hover {
  border-color: rgb(124 58 237 / 0.1);
}

.hover\:border-violet-600\/100:hover {
  border-color: rgb(124 58 237 / 1);
}

.hover\:border-violet-600\/20:hover {
  border-color: rgb(124 58 237 / 0.2);
}

.hover\:border-violet-600\/25:hover {
  border-color: rgb(124 58 237 / 0.25);
}

.hover\:border-violet-600\/30:hover {
  border-color: rgb(124 58 237 / 0.3);
}

.hover\:border-violet-600\/40:hover {
  border-color: rgb(124 58 237 / 0.4);
}

.hover\:border-violet-600\/5:hover {
  border-color: rgb(124 58 237 / 0.05);
}

.hover\:border-violet-600\/50:hover {
  border-color: rgb(124 58 237 / 0.5);
}

.hover\:border-violet-600\/60:hover {
  border-color: rgb(124 58 237 / 0.6);
}

.hover\:border-violet-600\/70:hover {
  border-color: rgb(124 58 237 / 0.7);
}

.hover\:border-violet-600\/75:hover {
  border-color: rgb(124 58 237 / 0.75);
}

.hover\:border-violet-600\/80:hover {
  border-color: rgb(124 58 237 / 0.8);
}

.hover\:border-violet-600\/90:hover {
  border-color: rgb(124 58 237 / 0.9);
}

.hover\:border-violet-600\/95:hover {
  border-color: rgb(124 58 237 / 0.95);
}

.hover\:border-violet-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(109 40 217 / var(--tw-border-opacity));
}

.hover\:border-violet-700\/0:hover {
  border-color: rgb(109 40 217 / 0);
}

.hover\:border-violet-700\/10:hover {
  border-color: rgb(109 40 217 / 0.1);
}

.hover\:border-violet-700\/100:hover {
  border-color: rgb(109 40 217 / 1);
}

.hover\:border-violet-700\/20:hover {
  border-color: rgb(109 40 217 / 0.2);
}

.hover\:border-violet-700\/25:hover {
  border-color: rgb(109 40 217 / 0.25);
}

.hover\:border-violet-700\/30:hover {
  border-color: rgb(109 40 217 / 0.3);
}

.hover\:border-violet-700\/40:hover {
  border-color: rgb(109 40 217 / 0.4);
}

.hover\:border-violet-700\/5:hover {
  border-color: rgb(109 40 217 / 0.05);
}

.hover\:border-violet-700\/50:hover {
  border-color: rgb(109 40 217 / 0.5);
}

.hover\:border-violet-700\/60:hover {
  border-color: rgb(109 40 217 / 0.6);
}

.hover\:border-violet-700\/70:hover {
  border-color: rgb(109 40 217 / 0.7);
}

.hover\:border-violet-700\/75:hover {
  border-color: rgb(109 40 217 / 0.75);
}

.hover\:border-violet-700\/80:hover {
  border-color: rgb(109 40 217 / 0.8);
}

.hover\:border-violet-700\/90:hover {
  border-color: rgb(109 40 217 / 0.9);
}

.hover\:border-violet-700\/95:hover {
  border-color: rgb(109 40 217 / 0.95);
}

.hover\:border-violet-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(91 33 182 / var(--tw-border-opacity));
}

.hover\:border-violet-800\/0:hover {
  border-color: rgb(91 33 182 / 0);
}

.hover\:border-violet-800\/10:hover {
  border-color: rgb(91 33 182 / 0.1);
}

.hover\:border-violet-800\/100:hover {
  border-color: rgb(91 33 182 / 1);
}

.hover\:border-violet-800\/20:hover {
  border-color: rgb(91 33 182 / 0.2);
}

.hover\:border-violet-800\/25:hover {
  border-color: rgb(91 33 182 / 0.25);
}

.hover\:border-violet-800\/30:hover {
  border-color: rgb(91 33 182 / 0.3);
}

.hover\:border-violet-800\/40:hover {
  border-color: rgb(91 33 182 / 0.4);
}

.hover\:border-violet-800\/5:hover {
  border-color: rgb(91 33 182 / 0.05);
}

.hover\:border-violet-800\/50:hover {
  border-color: rgb(91 33 182 / 0.5);
}

.hover\:border-violet-800\/60:hover {
  border-color: rgb(91 33 182 / 0.6);
}

.hover\:border-violet-800\/70:hover {
  border-color: rgb(91 33 182 / 0.7);
}

.hover\:border-violet-800\/75:hover {
  border-color: rgb(91 33 182 / 0.75);
}

.hover\:border-violet-800\/80:hover {
  border-color: rgb(91 33 182 / 0.8);
}

.hover\:border-violet-800\/90:hover {
  border-color: rgb(91 33 182 / 0.9);
}

.hover\:border-violet-800\/95:hover {
  border-color: rgb(91 33 182 / 0.95);
}

.hover\:border-violet-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(76 29 149 / var(--tw-border-opacity));
}

.hover\:border-violet-900\/0:hover {
  border-color: rgb(76 29 149 / 0);
}

.hover\:border-violet-900\/10:hover {
  border-color: rgb(76 29 149 / 0.1);
}

.hover\:border-violet-900\/100:hover {
  border-color: rgb(76 29 149 / 1);
}

.hover\:border-violet-900\/20:hover {
  border-color: rgb(76 29 149 / 0.2);
}

.hover\:border-violet-900\/25:hover {
  border-color: rgb(76 29 149 / 0.25);
}

.hover\:border-violet-900\/30:hover {
  border-color: rgb(76 29 149 / 0.3);
}

.hover\:border-violet-900\/40:hover {
  border-color: rgb(76 29 149 / 0.4);
}

.hover\:border-violet-900\/5:hover {
  border-color: rgb(76 29 149 / 0.05);
}

.hover\:border-violet-900\/50:hover {
  border-color: rgb(76 29 149 / 0.5);
}

.hover\:border-violet-900\/60:hover {
  border-color: rgb(76 29 149 / 0.6);
}

.hover\:border-violet-900\/70:hover {
  border-color: rgb(76 29 149 / 0.7);
}

.hover\:border-violet-900\/75:hover {
  border-color: rgb(76 29 149 / 0.75);
}

.hover\:border-violet-900\/80:hover {
  border-color: rgb(76 29 149 / 0.8);
}

.hover\:border-violet-900\/90:hover {
  border-color: rgb(76 29 149 / 0.9);
}

.hover\:border-violet-900\/95:hover {
  border-color: rgb(76 29 149 / 0.95);
}

.hover\:border-violet-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(46 16 101 / var(--tw-border-opacity));
}

.hover\:border-violet-950\/0:hover {
  border-color: rgb(46 16 101 / 0);
}

.hover\:border-violet-950\/10:hover {
  border-color: rgb(46 16 101 / 0.1);
}

.hover\:border-violet-950\/100:hover {
  border-color: rgb(46 16 101 / 1);
}

.hover\:border-violet-950\/20:hover {
  border-color: rgb(46 16 101 / 0.2);
}

.hover\:border-violet-950\/25:hover {
  border-color: rgb(46 16 101 / 0.25);
}

.hover\:border-violet-950\/30:hover {
  border-color: rgb(46 16 101 / 0.3);
}

.hover\:border-violet-950\/40:hover {
  border-color: rgb(46 16 101 / 0.4);
}

.hover\:border-violet-950\/5:hover {
  border-color: rgb(46 16 101 / 0.05);
}

.hover\:border-violet-950\/50:hover {
  border-color: rgb(46 16 101 / 0.5);
}

.hover\:border-violet-950\/60:hover {
  border-color: rgb(46 16 101 / 0.6);
}

.hover\:border-violet-950\/70:hover {
  border-color: rgb(46 16 101 / 0.7);
}

.hover\:border-violet-950\/75:hover {
  border-color: rgb(46 16 101 / 0.75);
}

.hover\:border-violet-950\/80:hover {
  border-color: rgb(46 16 101 / 0.8);
}

.hover\:border-violet-950\/90:hover {
  border-color: rgb(46 16 101 / 0.9);
}

.hover\:border-violet-950\/95:hover {
  border-color: rgb(46 16 101 / 0.95);
}

.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.hover\:border-white\/0:hover {
  border-color: rgb(255 255 255 / 0);
}

.hover\:border-white\/10:hover {
  border-color: rgb(255 255 255 / 0.1);
}

.hover\:border-white\/100:hover {
  border-color: rgb(255 255 255 / 1);
}

.hover\:border-white\/20:hover {
  border-color: rgb(255 255 255 / 0.2);
}

.hover\:border-white\/25:hover {
  border-color: rgb(255 255 255 / 0.25);
}

.hover\:border-white\/30:hover {
  border-color: rgb(255 255 255 / 0.3);
}

.hover\:border-white\/40:hover {
  border-color: rgb(255 255 255 / 0.4);
}

.hover\:border-white\/5:hover {
  border-color: rgb(255 255 255 / 0.05);
}

.hover\:border-white\/50:hover {
  border-color: rgb(255 255 255 / 0.5);
}

.hover\:border-white\/60:hover {
  border-color: rgb(255 255 255 / 0.6);
}

.hover\:border-white\/70:hover {
  border-color: rgb(255 255 255 / 0.7);
}

.hover\:border-white\/75:hover {
  border-color: rgb(255 255 255 / 0.75);
}

.hover\:border-white\/80:hover {
  border-color: rgb(255 255 255 / 0.8);
}

.hover\:border-white\/90:hover {
  border-color: rgb(255 255 255 / 0.9);
}

.hover\:border-white\/95:hover {
  border-color: rgb(255 255 255 / 0.95);
}

.hover\:border-work-identity-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(166 235 194 / var(--tw-border-opacity));
}

.hover\:border-work-identity-300\/0:hover {
  border-color: rgb(166 235 194 / 0);
}

.hover\:border-work-identity-300\/10:hover {
  border-color: rgb(166 235 194 / 0.1);
}

.hover\:border-work-identity-300\/100:hover {
  border-color: rgb(166 235 194 / 1);
}

.hover\:border-work-identity-300\/20:hover {
  border-color: rgb(166 235 194 / 0.2);
}

.hover\:border-work-identity-300\/25:hover {
  border-color: rgb(166 235 194 / 0.25);
}

.hover\:border-work-identity-300\/30:hover {
  border-color: rgb(166 235 194 / 0.3);
}

.hover\:border-work-identity-300\/40:hover {
  border-color: rgb(166 235 194 / 0.4);
}

.hover\:border-work-identity-300\/5:hover {
  border-color: rgb(166 235 194 / 0.05);
}

.hover\:border-work-identity-300\/50:hover {
  border-color: rgb(166 235 194 / 0.5);
}

.hover\:border-work-identity-300\/60:hover {
  border-color: rgb(166 235 194 / 0.6);
}

.hover\:border-work-identity-300\/70:hover {
  border-color: rgb(166 235 194 / 0.7);
}

.hover\:border-work-identity-300\/75:hover {
  border-color: rgb(166 235 194 / 0.75);
}

.hover\:border-work-identity-300\/80:hover {
  border-color: rgb(166 235 194 / 0.8);
}

.hover\:border-work-identity-300\/90:hover {
  border-color: rgb(166 235 194 / 0.9);
}

.hover\:border-work-identity-300\/95:hover {
  border-color: rgb(166 235 194 / 0.95);
}

.hover\:border-work-identity-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(83 221 139 / var(--tw-border-opacity));
}

.hover\:border-work-identity-400\/0:hover {
  border-color: rgb(83 221 139 / 0);
}

.hover\:border-work-identity-400\/10:hover {
  border-color: rgb(83 221 139 / 0.1);
}

.hover\:border-work-identity-400\/100:hover {
  border-color: rgb(83 221 139 / 1);
}

.hover\:border-work-identity-400\/20:hover {
  border-color: rgb(83 221 139 / 0.2);
}

.hover\:border-work-identity-400\/25:hover {
  border-color: rgb(83 221 139 / 0.25);
}

.hover\:border-work-identity-400\/30:hover {
  border-color: rgb(83 221 139 / 0.3);
}

.hover\:border-work-identity-400\/40:hover {
  border-color: rgb(83 221 139 / 0.4);
}

.hover\:border-work-identity-400\/5:hover {
  border-color: rgb(83 221 139 / 0.05);
}

.hover\:border-work-identity-400\/50:hover {
  border-color: rgb(83 221 139 / 0.5);
}

.hover\:border-work-identity-400\/60:hover {
  border-color: rgb(83 221 139 / 0.6);
}

.hover\:border-work-identity-400\/70:hover {
  border-color: rgb(83 221 139 / 0.7);
}

.hover\:border-work-identity-400\/75:hover {
  border-color: rgb(83 221 139 / 0.75);
}

.hover\:border-work-identity-400\/80:hover {
  border-color: rgb(83 221 139 / 0.8);
}

.hover\:border-work-identity-400\/90:hover {
  border-color: rgb(83 221 139 / 0.9);
}

.hover\:border-work-identity-400\/95:hover {
  border-color: rgb(83 221 139 / 0.95);
}

.hover\:border-work-identity-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 208 84 / var(--tw-border-opacity));
}

.hover\:border-work-identity-500\/0:hover {
  border-color: rgb(0 208 84 / 0);
}

.hover\:border-work-identity-500\/10:hover {
  border-color: rgb(0 208 84 / 0.1);
}

.hover\:border-work-identity-500\/100:hover {
  border-color: rgb(0 208 84 / 1);
}

.hover\:border-work-identity-500\/20:hover {
  border-color: rgb(0 208 84 / 0.2);
}

.hover\:border-work-identity-500\/25:hover {
  border-color: rgb(0 208 84 / 0.25);
}

.hover\:border-work-identity-500\/30:hover {
  border-color: rgb(0 208 84 / 0.3);
}

.hover\:border-work-identity-500\/40:hover {
  border-color: rgb(0 208 84 / 0.4);
}

.hover\:border-work-identity-500\/5:hover {
  border-color: rgb(0 208 84 / 0.05);
}

.hover\:border-work-identity-500\/50:hover {
  border-color: rgb(0 208 84 / 0.5);
}

.hover\:border-work-identity-500\/60:hover {
  border-color: rgb(0 208 84 / 0.6);
}

.hover\:border-work-identity-500\/70:hover {
  border-color: rgb(0 208 84 / 0.7);
}

.hover\:border-work-identity-500\/75:hover {
  border-color: rgb(0 208 84 / 0.75);
}

.hover\:border-work-identity-500\/80:hover {
  border-color: rgb(0 208 84 / 0.8);
}

.hover\:border-work-identity-500\/90:hover {
  border-color: rgb(0 208 84 / 0.9);
}

.hover\:border-work-identity-500\/95:hover {
  border-color: rgb(0 208 84 / 0.95);
}

.hover\:border-work-identity-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(249 249 249 / var(--tw-border-opacity));
}

.hover\:border-work-identity-900\/0:hover {
  border-color: rgb(249 249 249 / 0);
}

.hover\:border-work-identity-900\/10:hover {
  border-color: rgb(249 249 249 / 0.1);
}

.hover\:border-work-identity-900\/100:hover {
  border-color: rgb(249 249 249 / 1);
}

.hover\:border-work-identity-900\/20:hover {
  border-color: rgb(249 249 249 / 0.2);
}

.hover\:border-work-identity-900\/25:hover {
  border-color: rgb(249 249 249 / 0.25);
}

.hover\:border-work-identity-900\/30:hover {
  border-color: rgb(249 249 249 / 0.3);
}

.hover\:border-work-identity-900\/40:hover {
  border-color: rgb(249 249 249 / 0.4);
}

.hover\:border-work-identity-900\/5:hover {
  border-color: rgb(249 249 249 / 0.05);
}

.hover\:border-work-identity-900\/50:hover {
  border-color: rgb(249 249 249 / 0.5);
}

.hover\:border-work-identity-900\/60:hover {
  border-color: rgb(249 249 249 / 0.6);
}

.hover\:border-work-identity-900\/70:hover {
  border-color: rgb(249 249 249 / 0.7);
}

.hover\:border-work-identity-900\/75:hover {
  border-color: rgb(249 249 249 / 0.75);
}

.hover\:border-work-identity-900\/80:hover {
  border-color: rgb(249 249 249 / 0.8);
}

.hover\:border-work-identity-900\/90:hover {
  border-color: rgb(249 249 249 / 0.9);
}

.hover\:border-work-identity-900\/95:hover {
  border-color: rgb(249 249 249 / 0.95);
}

.hover\:border-yellow-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.hover\:border-yellow-100\/0:hover {
  border-color: rgb(254 249 195 / 0);
}

.hover\:border-yellow-100\/10:hover {
  border-color: rgb(254 249 195 / 0.1);
}

.hover\:border-yellow-100\/100:hover {
  border-color: rgb(254 249 195 / 1);
}

.hover\:border-yellow-100\/20:hover {
  border-color: rgb(254 249 195 / 0.2);
}

.hover\:border-yellow-100\/25:hover {
  border-color: rgb(254 249 195 / 0.25);
}

.hover\:border-yellow-100\/30:hover {
  border-color: rgb(254 249 195 / 0.3);
}

.hover\:border-yellow-100\/40:hover {
  border-color: rgb(254 249 195 / 0.4);
}

.hover\:border-yellow-100\/5:hover {
  border-color: rgb(254 249 195 / 0.05);
}

.hover\:border-yellow-100\/50:hover {
  border-color: rgb(254 249 195 / 0.5);
}

.hover\:border-yellow-100\/60:hover {
  border-color: rgb(254 249 195 / 0.6);
}

.hover\:border-yellow-100\/70:hover {
  border-color: rgb(254 249 195 / 0.7);
}

.hover\:border-yellow-100\/75:hover {
  border-color: rgb(254 249 195 / 0.75);
}

.hover\:border-yellow-100\/80:hover {
  border-color: rgb(254 249 195 / 0.8);
}

.hover\:border-yellow-100\/90:hover {
  border-color: rgb(254 249 195 / 0.9);
}

.hover\:border-yellow-100\/95:hover {
  border-color: rgb(254 249 195 / 0.95);
}

.hover\:border-yellow-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.hover\:border-yellow-200\/0:hover {
  border-color: rgb(254 240 138 / 0);
}

.hover\:border-yellow-200\/10:hover {
  border-color: rgb(254 240 138 / 0.1);
}

.hover\:border-yellow-200\/100:hover {
  border-color: rgb(254 240 138 / 1);
}

.hover\:border-yellow-200\/20:hover {
  border-color: rgb(254 240 138 / 0.2);
}

.hover\:border-yellow-200\/25:hover {
  border-color: rgb(254 240 138 / 0.25);
}

.hover\:border-yellow-200\/30:hover {
  border-color: rgb(254 240 138 / 0.3);
}

.hover\:border-yellow-200\/40:hover {
  border-color: rgb(254 240 138 / 0.4);
}

.hover\:border-yellow-200\/5:hover {
  border-color: rgb(254 240 138 / 0.05);
}

.hover\:border-yellow-200\/50:hover {
  border-color: rgb(254 240 138 / 0.5);
}

.hover\:border-yellow-200\/60:hover {
  border-color: rgb(254 240 138 / 0.6);
}

.hover\:border-yellow-200\/70:hover {
  border-color: rgb(254 240 138 / 0.7);
}

.hover\:border-yellow-200\/75:hover {
  border-color: rgb(254 240 138 / 0.75);
}

.hover\:border-yellow-200\/80:hover {
  border-color: rgb(254 240 138 / 0.8);
}

.hover\:border-yellow-200\/90:hover {
  border-color: rgb(254 240 138 / 0.9);
}

.hover\:border-yellow-200\/95:hover {
  border-color: rgb(254 240 138 / 0.95);
}

.hover\:border-yellow-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.hover\:border-yellow-300\/0:hover {
  border-color: rgb(253 224 71 / 0);
}

.hover\:border-yellow-300\/10:hover {
  border-color: rgb(253 224 71 / 0.1);
}

.hover\:border-yellow-300\/100:hover {
  border-color: rgb(253 224 71 / 1);
}

.hover\:border-yellow-300\/20:hover {
  border-color: rgb(253 224 71 / 0.2);
}

.hover\:border-yellow-300\/25:hover {
  border-color: rgb(253 224 71 / 0.25);
}

.hover\:border-yellow-300\/30:hover {
  border-color: rgb(253 224 71 / 0.3);
}

.hover\:border-yellow-300\/40:hover {
  border-color: rgb(253 224 71 / 0.4);
}

.hover\:border-yellow-300\/5:hover {
  border-color: rgb(253 224 71 / 0.05);
}

.hover\:border-yellow-300\/50:hover {
  border-color: rgb(253 224 71 / 0.5);
}

.hover\:border-yellow-300\/60:hover {
  border-color: rgb(253 224 71 / 0.6);
}

.hover\:border-yellow-300\/70:hover {
  border-color: rgb(253 224 71 / 0.7);
}

.hover\:border-yellow-300\/75:hover {
  border-color: rgb(253 224 71 / 0.75);
}

.hover\:border-yellow-300\/80:hover {
  border-color: rgb(253 224 71 / 0.8);
}

.hover\:border-yellow-300\/90:hover {
  border-color: rgb(253 224 71 / 0.9);
}

.hover\:border-yellow-300\/95:hover {
  border-color: rgb(253 224 71 / 0.95);
}

.hover\:border-yellow-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.hover\:border-yellow-400\/0:hover {
  border-color: rgb(250 204 21 / 0);
}

.hover\:border-yellow-400\/10:hover {
  border-color: rgb(250 204 21 / 0.1);
}

.hover\:border-yellow-400\/100:hover {
  border-color: rgb(250 204 21 / 1);
}

.hover\:border-yellow-400\/20:hover {
  border-color: rgb(250 204 21 / 0.2);
}

.hover\:border-yellow-400\/25:hover {
  border-color: rgb(250 204 21 / 0.25);
}

.hover\:border-yellow-400\/30:hover {
  border-color: rgb(250 204 21 / 0.3);
}

.hover\:border-yellow-400\/40:hover {
  border-color: rgb(250 204 21 / 0.4);
}

.hover\:border-yellow-400\/5:hover {
  border-color: rgb(250 204 21 / 0.05);
}

.hover\:border-yellow-400\/50:hover {
  border-color: rgb(250 204 21 / 0.5);
}

.hover\:border-yellow-400\/60:hover {
  border-color: rgb(250 204 21 / 0.6);
}

.hover\:border-yellow-400\/70:hover {
  border-color: rgb(250 204 21 / 0.7);
}

.hover\:border-yellow-400\/75:hover {
  border-color: rgb(250 204 21 / 0.75);
}

.hover\:border-yellow-400\/80:hover {
  border-color: rgb(250 204 21 / 0.8);
}

.hover\:border-yellow-400\/90:hover {
  border-color: rgb(250 204 21 / 0.9);
}

.hover\:border-yellow-400\/95:hover {
  border-color: rgb(250 204 21 / 0.95);
}

.hover\:border-yellow-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.hover\:border-yellow-50\/0:hover {
  border-color: rgb(254 252 232 / 0);
}

.hover\:border-yellow-50\/10:hover {
  border-color: rgb(254 252 232 / 0.1);
}

.hover\:border-yellow-50\/100:hover {
  border-color: rgb(254 252 232 / 1);
}

.hover\:border-yellow-50\/20:hover {
  border-color: rgb(254 252 232 / 0.2);
}

.hover\:border-yellow-50\/25:hover {
  border-color: rgb(254 252 232 / 0.25);
}

.hover\:border-yellow-50\/30:hover {
  border-color: rgb(254 252 232 / 0.3);
}

.hover\:border-yellow-50\/40:hover {
  border-color: rgb(254 252 232 / 0.4);
}

.hover\:border-yellow-50\/5:hover {
  border-color: rgb(254 252 232 / 0.05);
}

.hover\:border-yellow-50\/50:hover {
  border-color: rgb(254 252 232 / 0.5);
}

.hover\:border-yellow-50\/60:hover {
  border-color: rgb(254 252 232 / 0.6);
}

.hover\:border-yellow-50\/70:hover {
  border-color: rgb(254 252 232 / 0.7);
}

.hover\:border-yellow-50\/75:hover {
  border-color: rgb(254 252 232 / 0.75);
}

.hover\:border-yellow-50\/80:hover {
  border-color: rgb(254 252 232 / 0.8);
}

.hover\:border-yellow-50\/90:hover {
  border-color: rgb(254 252 232 / 0.9);
}

.hover\:border-yellow-50\/95:hover {
  border-color: rgb(254 252 232 / 0.95);
}

.hover\:border-yellow-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.hover\:border-yellow-500\/0:hover {
  border-color: rgb(234 179 8 / 0);
}

.hover\:border-yellow-500\/10:hover {
  border-color: rgb(234 179 8 / 0.1);
}

.hover\:border-yellow-500\/100:hover {
  border-color: rgb(234 179 8 / 1);
}

.hover\:border-yellow-500\/20:hover {
  border-color: rgb(234 179 8 / 0.2);
}

.hover\:border-yellow-500\/25:hover {
  border-color: rgb(234 179 8 / 0.25);
}

.hover\:border-yellow-500\/30:hover {
  border-color: rgb(234 179 8 / 0.3);
}

.hover\:border-yellow-500\/40:hover {
  border-color: rgb(234 179 8 / 0.4);
}

.hover\:border-yellow-500\/5:hover {
  border-color: rgb(234 179 8 / 0.05);
}

.hover\:border-yellow-500\/50:hover {
  border-color: rgb(234 179 8 / 0.5);
}

.hover\:border-yellow-500\/60:hover {
  border-color: rgb(234 179 8 / 0.6);
}

.hover\:border-yellow-500\/70:hover {
  border-color: rgb(234 179 8 / 0.7);
}

.hover\:border-yellow-500\/75:hover {
  border-color: rgb(234 179 8 / 0.75);
}

.hover\:border-yellow-500\/80:hover {
  border-color: rgb(234 179 8 / 0.8);
}

.hover\:border-yellow-500\/90:hover {
  border-color: rgb(234 179 8 / 0.9);
}

.hover\:border-yellow-500\/95:hover {
  border-color: rgb(234 179 8 / 0.95);
}

.hover\:border-yellow-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.hover\:border-yellow-600\/0:hover {
  border-color: rgb(202 138 4 / 0);
}

.hover\:border-yellow-600\/10:hover {
  border-color: rgb(202 138 4 / 0.1);
}

.hover\:border-yellow-600\/100:hover {
  border-color: rgb(202 138 4 / 1);
}

.hover\:border-yellow-600\/20:hover {
  border-color: rgb(202 138 4 / 0.2);
}

.hover\:border-yellow-600\/25:hover {
  border-color: rgb(202 138 4 / 0.25);
}

.hover\:border-yellow-600\/30:hover {
  border-color: rgb(202 138 4 / 0.3);
}

.hover\:border-yellow-600\/40:hover {
  border-color: rgb(202 138 4 / 0.4);
}

.hover\:border-yellow-600\/5:hover {
  border-color: rgb(202 138 4 / 0.05);
}

.hover\:border-yellow-600\/50:hover {
  border-color: rgb(202 138 4 / 0.5);
}

.hover\:border-yellow-600\/60:hover {
  border-color: rgb(202 138 4 / 0.6);
}

.hover\:border-yellow-600\/70:hover {
  border-color: rgb(202 138 4 / 0.7);
}

.hover\:border-yellow-600\/75:hover {
  border-color: rgb(202 138 4 / 0.75);
}

.hover\:border-yellow-600\/80:hover {
  border-color: rgb(202 138 4 / 0.8);
}

.hover\:border-yellow-600\/90:hover {
  border-color: rgb(202 138 4 / 0.9);
}

.hover\:border-yellow-600\/95:hover {
  border-color: rgb(202 138 4 / 0.95);
}

.hover\:border-yellow-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.hover\:border-yellow-700\/0:hover {
  border-color: rgb(161 98 7 / 0);
}

.hover\:border-yellow-700\/10:hover {
  border-color: rgb(161 98 7 / 0.1);
}

.hover\:border-yellow-700\/100:hover {
  border-color: rgb(161 98 7 / 1);
}

.hover\:border-yellow-700\/20:hover {
  border-color: rgb(161 98 7 / 0.2);
}

.hover\:border-yellow-700\/25:hover {
  border-color: rgb(161 98 7 / 0.25);
}

.hover\:border-yellow-700\/30:hover {
  border-color: rgb(161 98 7 / 0.3);
}

.hover\:border-yellow-700\/40:hover {
  border-color: rgb(161 98 7 / 0.4);
}

.hover\:border-yellow-700\/5:hover {
  border-color: rgb(161 98 7 / 0.05);
}

.hover\:border-yellow-700\/50:hover {
  border-color: rgb(161 98 7 / 0.5);
}

.hover\:border-yellow-700\/60:hover {
  border-color: rgb(161 98 7 / 0.6);
}

.hover\:border-yellow-700\/70:hover {
  border-color: rgb(161 98 7 / 0.7);
}

.hover\:border-yellow-700\/75:hover {
  border-color: rgb(161 98 7 / 0.75);
}

.hover\:border-yellow-700\/80:hover {
  border-color: rgb(161 98 7 / 0.8);
}

.hover\:border-yellow-700\/90:hover {
  border-color: rgb(161 98 7 / 0.9);
}

.hover\:border-yellow-700\/95:hover {
  border-color: rgb(161 98 7 / 0.95);
}

.hover\:border-yellow-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.hover\:border-yellow-800\/0:hover {
  border-color: rgb(133 77 14 / 0);
}

.hover\:border-yellow-800\/10:hover {
  border-color: rgb(133 77 14 / 0.1);
}

.hover\:border-yellow-800\/100:hover {
  border-color: rgb(133 77 14 / 1);
}

.hover\:border-yellow-800\/20:hover {
  border-color: rgb(133 77 14 / 0.2);
}

.hover\:border-yellow-800\/25:hover {
  border-color: rgb(133 77 14 / 0.25);
}

.hover\:border-yellow-800\/30:hover {
  border-color: rgb(133 77 14 / 0.3);
}

.hover\:border-yellow-800\/40:hover {
  border-color: rgb(133 77 14 / 0.4);
}

.hover\:border-yellow-800\/5:hover {
  border-color: rgb(133 77 14 / 0.05);
}

.hover\:border-yellow-800\/50:hover {
  border-color: rgb(133 77 14 / 0.5);
}

.hover\:border-yellow-800\/60:hover {
  border-color: rgb(133 77 14 / 0.6);
}

.hover\:border-yellow-800\/70:hover {
  border-color: rgb(133 77 14 / 0.7);
}

.hover\:border-yellow-800\/75:hover {
  border-color: rgb(133 77 14 / 0.75);
}

.hover\:border-yellow-800\/80:hover {
  border-color: rgb(133 77 14 / 0.8);
}

.hover\:border-yellow-800\/90:hover {
  border-color: rgb(133 77 14 / 0.9);
}

.hover\:border-yellow-800\/95:hover {
  border-color: rgb(133 77 14 / 0.95);
}

.hover\:border-yellow-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.hover\:border-yellow-900\/0:hover {
  border-color: rgb(113 63 18 / 0);
}

.hover\:border-yellow-900\/10:hover {
  border-color: rgb(113 63 18 / 0.1);
}

.hover\:border-yellow-900\/100:hover {
  border-color: rgb(113 63 18 / 1);
}

.hover\:border-yellow-900\/20:hover {
  border-color: rgb(113 63 18 / 0.2);
}

.hover\:border-yellow-900\/25:hover {
  border-color: rgb(113 63 18 / 0.25);
}

.hover\:border-yellow-900\/30:hover {
  border-color: rgb(113 63 18 / 0.3);
}

.hover\:border-yellow-900\/40:hover {
  border-color: rgb(113 63 18 / 0.4);
}

.hover\:border-yellow-900\/5:hover {
  border-color: rgb(113 63 18 / 0.05);
}

.hover\:border-yellow-900\/50:hover {
  border-color: rgb(113 63 18 / 0.5);
}

.hover\:border-yellow-900\/60:hover {
  border-color: rgb(113 63 18 / 0.6);
}

.hover\:border-yellow-900\/70:hover {
  border-color: rgb(113 63 18 / 0.7);
}

.hover\:border-yellow-900\/75:hover {
  border-color: rgb(113 63 18 / 0.75);
}

.hover\:border-yellow-900\/80:hover {
  border-color: rgb(113 63 18 / 0.8);
}

.hover\:border-yellow-900\/90:hover {
  border-color: rgb(113 63 18 / 0.9);
}

.hover\:border-yellow-900\/95:hover {
  border-color: rgb(113 63 18 / 0.95);
}

.hover\:border-yellow-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.hover\:border-yellow-950\/0:hover {
  border-color: rgb(66 32 6 / 0);
}

.hover\:border-yellow-950\/10:hover {
  border-color: rgb(66 32 6 / 0.1);
}

.hover\:border-yellow-950\/100:hover {
  border-color: rgb(66 32 6 / 1);
}

.hover\:border-yellow-950\/20:hover {
  border-color: rgb(66 32 6 / 0.2);
}

.hover\:border-yellow-950\/25:hover {
  border-color: rgb(66 32 6 / 0.25);
}

.hover\:border-yellow-950\/30:hover {
  border-color: rgb(66 32 6 / 0.3);
}

.hover\:border-yellow-950\/40:hover {
  border-color: rgb(66 32 6 / 0.4);
}

.hover\:border-yellow-950\/5:hover {
  border-color: rgb(66 32 6 / 0.05);
}

.hover\:border-yellow-950\/50:hover {
  border-color: rgb(66 32 6 / 0.5);
}

.hover\:border-yellow-950\/60:hover {
  border-color: rgb(66 32 6 / 0.6);
}

.hover\:border-yellow-950\/70:hover {
  border-color: rgb(66 32 6 / 0.7);
}

.hover\:border-yellow-950\/75:hover {
  border-color: rgb(66 32 6 / 0.75);
}

.hover\:border-yellow-950\/80:hover {
  border-color: rgb(66 32 6 / 0.8);
}

.hover\:border-yellow-950\/90:hover {
  border-color: rgb(66 32 6 / 0.9);
}

.hover\:border-yellow-950\/95:hover {
  border-color: rgb(66 32 6 / 0.95);
}

.hover\:border-zinc-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-border-opacity));
}

.hover\:border-zinc-100\/0:hover {
  border-color: rgb(244 244 245 / 0);
}

.hover\:border-zinc-100\/10:hover {
  border-color: rgb(244 244 245 / 0.1);
}

.hover\:border-zinc-100\/100:hover {
  border-color: rgb(244 244 245 / 1);
}

.hover\:border-zinc-100\/20:hover {
  border-color: rgb(244 244 245 / 0.2);
}

.hover\:border-zinc-100\/25:hover {
  border-color: rgb(244 244 245 / 0.25);
}

.hover\:border-zinc-100\/30:hover {
  border-color: rgb(244 244 245 / 0.3);
}

.hover\:border-zinc-100\/40:hover {
  border-color: rgb(244 244 245 / 0.4);
}

.hover\:border-zinc-100\/5:hover {
  border-color: rgb(244 244 245 / 0.05);
}

.hover\:border-zinc-100\/50:hover {
  border-color: rgb(244 244 245 / 0.5);
}

.hover\:border-zinc-100\/60:hover {
  border-color: rgb(244 244 245 / 0.6);
}

.hover\:border-zinc-100\/70:hover {
  border-color: rgb(244 244 245 / 0.7);
}

.hover\:border-zinc-100\/75:hover {
  border-color: rgb(244 244 245 / 0.75);
}

.hover\:border-zinc-100\/80:hover {
  border-color: rgb(244 244 245 / 0.8);
}

.hover\:border-zinc-100\/90:hover {
  border-color: rgb(244 244 245 / 0.9);
}

.hover\:border-zinc-100\/95:hover {
  border-color: rgb(244 244 245 / 0.95);
}

.hover\:border-zinc-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.hover\:border-zinc-200\/0:hover {
  border-color: rgb(228 228 231 / 0);
}

.hover\:border-zinc-200\/10:hover {
  border-color: rgb(228 228 231 / 0.1);
}

.hover\:border-zinc-200\/100:hover {
  border-color: rgb(228 228 231 / 1);
}

.hover\:border-zinc-200\/20:hover {
  border-color: rgb(228 228 231 / 0.2);
}

.hover\:border-zinc-200\/25:hover {
  border-color: rgb(228 228 231 / 0.25);
}

.hover\:border-zinc-200\/30:hover {
  border-color: rgb(228 228 231 / 0.3);
}

.hover\:border-zinc-200\/40:hover {
  border-color: rgb(228 228 231 / 0.4);
}

.hover\:border-zinc-200\/5:hover {
  border-color: rgb(228 228 231 / 0.05);
}

.hover\:border-zinc-200\/50:hover {
  border-color: rgb(228 228 231 / 0.5);
}

.hover\:border-zinc-200\/60:hover {
  border-color: rgb(228 228 231 / 0.6);
}

.hover\:border-zinc-200\/70:hover {
  border-color: rgb(228 228 231 / 0.7);
}

.hover\:border-zinc-200\/75:hover {
  border-color: rgb(228 228 231 / 0.75);
}

.hover\:border-zinc-200\/80:hover {
  border-color: rgb(228 228 231 / 0.8);
}

.hover\:border-zinc-200\/90:hover {
  border-color: rgb(228 228 231 / 0.9);
}

.hover\:border-zinc-200\/95:hover {
  border-color: rgb(228 228 231 / 0.95);
}

.hover\:border-zinc-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.hover\:border-zinc-300\/0:hover {
  border-color: rgb(212 212 216 / 0);
}

.hover\:border-zinc-300\/10:hover {
  border-color: rgb(212 212 216 / 0.1);
}

.hover\:border-zinc-300\/100:hover {
  border-color: rgb(212 212 216 / 1);
}

.hover\:border-zinc-300\/20:hover {
  border-color: rgb(212 212 216 / 0.2);
}

.hover\:border-zinc-300\/25:hover {
  border-color: rgb(212 212 216 / 0.25);
}

.hover\:border-zinc-300\/30:hover {
  border-color: rgb(212 212 216 / 0.3);
}

.hover\:border-zinc-300\/40:hover {
  border-color: rgb(212 212 216 / 0.4);
}

.hover\:border-zinc-300\/5:hover {
  border-color: rgb(212 212 216 / 0.05);
}

.hover\:border-zinc-300\/50:hover {
  border-color: rgb(212 212 216 / 0.5);
}

.hover\:border-zinc-300\/60:hover {
  border-color: rgb(212 212 216 / 0.6);
}

.hover\:border-zinc-300\/70:hover {
  border-color: rgb(212 212 216 / 0.7);
}

.hover\:border-zinc-300\/75:hover {
  border-color: rgb(212 212 216 / 0.75);
}

.hover\:border-zinc-300\/80:hover {
  border-color: rgb(212 212 216 / 0.8);
}

.hover\:border-zinc-300\/90:hover {
  border-color: rgb(212 212 216 / 0.9);
}

.hover\:border-zinc-300\/95:hover {
  border-color: rgb(212 212 216 / 0.95);
}

.hover\:border-zinc-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.hover\:border-zinc-400\/0:hover {
  border-color: rgb(161 161 170 / 0);
}

.hover\:border-zinc-400\/10:hover {
  border-color: rgb(161 161 170 / 0.1);
}

.hover\:border-zinc-400\/100:hover {
  border-color: rgb(161 161 170 / 1);
}

.hover\:border-zinc-400\/20:hover {
  border-color: rgb(161 161 170 / 0.2);
}

.hover\:border-zinc-400\/25:hover {
  border-color: rgb(161 161 170 / 0.25);
}

.hover\:border-zinc-400\/30:hover {
  border-color: rgb(161 161 170 / 0.3);
}

.hover\:border-zinc-400\/40:hover {
  border-color: rgb(161 161 170 / 0.4);
}

.hover\:border-zinc-400\/5:hover {
  border-color: rgb(161 161 170 / 0.05);
}

.hover\:border-zinc-400\/50:hover {
  border-color: rgb(161 161 170 / 0.5);
}

.hover\:border-zinc-400\/60:hover {
  border-color: rgb(161 161 170 / 0.6);
}

.hover\:border-zinc-400\/70:hover {
  border-color: rgb(161 161 170 / 0.7);
}

.hover\:border-zinc-400\/75:hover {
  border-color: rgb(161 161 170 / 0.75);
}

.hover\:border-zinc-400\/80:hover {
  border-color: rgb(161 161 170 / 0.8);
}

.hover\:border-zinc-400\/90:hover {
  border-color: rgb(161 161 170 / 0.9);
}

.hover\:border-zinc-400\/95:hover {
  border-color: rgb(161 161 170 / 0.95);
}

.hover\:border-zinc-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.hover\:border-zinc-50\/0:hover {
  border-color: rgb(250 250 250 / 0);
}

.hover\:border-zinc-50\/10:hover {
  border-color: rgb(250 250 250 / 0.1);
}

.hover\:border-zinc-50\/100:hover {
  border-color: rgb(250 250 250 / 1);
}

.hover\:border-zinc-50\/20:hover {
  border-color: rgb(250 250 250 / 0.2);
}

.hover\:border-zinc-50\/25:hover {
  border-color: rgb(250 250 250 / 0.25);
}

.hover\:border-zinc-50\/30:hover {
  border-color: rgb(250 250 250 / 0.3);
}

.hover\:border-zinc-50\/40:hover {
  border-color: rgb(250 250 250 / 0.4);
}

.hover\:border-zinc-50\/5:hover {
  border-color: rgb(250 250 250 / 0.05);
}

.hover\:border-zinc-50\/50:hover {
  border-color: rgb(250 250 250 / 0.5);
}

.hover\:border-zinc-50\/60:hover {
  border-color: rgb(250 250 250 / 0.6);
}

.hover\:border-zinc-50\/70:hover {
  border-color: rgb(250 250 250 / 0.7);
}

.hover\:border-zinc-50\/75:hover {
  border-color: rgb(250 250 250 / 0.75);
}

.hover\:border-zinc-50\/80:hover {
  border-color: rgb(250 250 250 / 0.8);
}

.hover\:border-zinc-50\/90:hover {
  border-color: rgb(250 250 250 / 0.9);
}

.hover\:border-zinc-50\/95:hover {
  border-color: rgb(250 250 250 / 0.95);
}

.hover\:border-zinc-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-border-opacity));
}

.hover\:border-zinc-500\/0:hover {
  border-color: rgb(113 113 122 / 0);
}

.hover\:border-zinc-500\/10:hover {
  border-color: rgb(113 113 122 / 0.1);
}

.hover\:border-zinc-500\/100:hover {
  border-color: rgb(113 113 122 / 1);
}

.hover\:border-zinc-500\/20:hover {
  border-color: rgb(113 113 122 / 0.2);
}

.hover\:border-zinc-500\/25:hover {
  border-color: rgb(113 113 122 / 0.25);
}

.hover\:border-zinc-500\/30:hover {
  border-color: rgb(113 113 122 / 0.3);
}

.hover\:border-zinc-500\/40:hover {
  border-color: rgb(113 113 122 / 0.4);
}

.hover\:border-zinc-500\/5:hover {
  border-color: rgb(113 113 122 / 0.05);
}

.hover\:border-zinc-500\/50:hover {
  border-color: rgb(113 113 122 / 0.5);
}

.hover\:border-zinc-500\/60:hover {
  border-color: rgb(113 113 122 / 0.6);
}

.hover\:border-zinc-500\/70:hover {
  border-color: rgb(113 113 122 / 0.7);
}

.hover\:border-zinc-500\/75:hover {
  border-color: rgb(113 113 122 / 0.75);
}

.hover\:border-zinc-500\/80:hover {
  border-color: rgb(113 113 122 / 0.8);
}

.hover\:border-zinc-500\/90:hover {
  border-color: rgb(113 113 122 / 0.9);
}

.hover\:border-zinc-500\/95:hover {
  border-color: rgb(113 113 122 / 0.95);
}

.hover\:border-zinc-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
}

.hover\:border-zinc-600\/0:hover {
  border-color: rgb(82 82 91 / 0);
}

.hover\:border-zinc-600\/10:hover {
  border-color: rgb(82 82 91 / 0.1);
}

.hover\:border-zinc-600\/100:hover {
  border-color: rgb(82 82 91 / 1);
}

.hover\:border-zinc-600\/20:hover {
  border-color: rgb(82 82 91 / 0.2);
}

.hover\:border-zinc-600\/25:hover {
  border-color: rgb(82 82 91 / 0.25);
}

.hover\:border-zinc-600\/30:hover {
  border-color: rgb(82 82 91 / 0.3);
}

.hover\:border-zinc-600\/40:hover {
  border-color: rgb(82 82 91 / 0.4);
}

.hover\:border-zinc-600\/5:hover {
  border-color: rgb(82 82 91 / 0.05);
}

.hover\:border-zinc-600\/50:hover {
  border-color: rgb(82 82 91 / 0.5);
}

.hover\:border-zinc-600\/60:hover {
  border-color: rgb(82 82 91 / 0.6);
}

.hover\:border-zinc-600\/70:hover {
  border-color: rgb(82 82 91 / 0.7);
}

.hover\:border-zinc-600\/75:hover {
  border-color: rgb(82 82 91 / 0.75);
}

.hover\:border-zinc-600\/80:hover {
  border-color: rgb(82 82 91 / 0.8);
}

.hover\:border-zinc-600\/90:hover {
  border-color: rgb(82 82 91 / 0.9);
}

.hover\:border-zinc-600\/95:hover {
  border-color: rgb(82 82 91 / 0.95);
}

.hover\:border-zinc-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.hover\:border-zinc-700\/0:hover {
  border-color: rgb(63 63 70 / 0);
}

.hover\:border-zinc-700\/10:hover {
  border-color: rgb(63 63 70 / 0.1);
}

.hover\:border-zinc-700\/100:hover {
  border-color: rgb(63 63 70 / 1);
}

.hover\:border-zinc-700\/20:hover {
  border-color: rgb(63 63 70 / 0.2);
}

.hover\:border-zinc-700\/25:hover {
  border-color: rgb(63 63 70 / 0.25);
}

.hover\:border-zinc-700\/30:hover {
  border-color: rgb(63 63 70 / 0.3);
}

.hover\:border-zinc-700\/40:hover {
  border-color: rgb(63 63 70 / 0.4);
}

.hover\:border-zinc-700\/5:hover {
  border-color: rgb(63 63 70 / 0.05);
}

.hover\:border-zinc-700\/50:hover {
  border-color: rgb(63 63 70 / 0.5);
}

.hover\:border-zinc-700\/60:hover {
  border-color: rgb(63 63 70 / 0.6);
}

.hover\:border-zinc-700\/70:hover {
  border-color: rgb(63 63 70 / 0.7);
}

.hover\:border-zinc-700\/75:hover {
  border-color: rgb(63 63 70 / 0.75);
}

.hover\:border-zinc-700\/80:hover {
  border-color: rgb(63 63 70 / 0.8);
}

.hover\:border-zinc-700\/90:hover {
  border-color: rgb(63 63 70 / 0.9);
}

.hover\:border-zinc-700\/95:hover {
  border-color: rgb(63 63 70 / 0.95);
}

.hover\:border-zinc-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity));
}

.hover\:border-zinc-800\/0:hover {
  border-color: rgb(39 39 42 / 0);
}

.hover\:border-zinc-800\/10:hover {
  border-color: rgb(39 39 42 / 0.1);
}

.hover\:border-zinc-800\/100:hover {
  border-color: rgb(39 39 42 / 1);
}

.hover\:border-zinc-800\/20:hover {
  border-color: rgb(39 39 42 / 0.2);
}

.hover\:border-zinc-800\/25:hover {
  border-color: rgb(39 39 42 / 0.25);
}

.hover\:border-zinc-800\/30:hover {
  border-color: rgb(39 39 42 / 0.3);
}

.hover\:border-zinc-800\/40:hover {
  border-color: rgb(39 39 42 / 0.4);
}

.hover\:border-zinc-800\/5:hover {
  border-color: rgb(39 39 42 / 0.05);
}

.hover\:border-zinc-800\/50:hover {
  border-color: rgb(39 39 42 / 0.5);
}

.hover\:border-zinc-800\/60:hover {
  border-color: rgb(39 39 42 / 0.6);
}

.hover\:border-zinc-800\/70:hover {
  border-color: rgb(39 39 42 / 0.7);
}

.hover\:border-zinc-800\/75:hover {
  border-color: rgb(39 39 42 / 0.75);
}

.hover\:border-zinc-800\/80:hover {
  border-color: rgb(39 39 42 / 0.8);
}

.hover\:border-zinc-800\/90:hover {
  border-color: rgb(39 39 42 / 0.9);
}

.hover\:border-zinc-800\/95:hover {
  border-color: rgb(39 39 42 / 0.95);
}

.hover\:border-zinc-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.hover\:border-zinc-900\/0:hover {
  border-color: rgb(24 24 27 / 0);
}

.hover\:border-zinc-900\/10:hover {
  border-color: rgb(24 24 27 / 0.1);
}

.hover\:border-zinc-900\/100:hover {
  border-color: rgb(24 24 27 / 1);
}

.hover\:border-zinc-900\/20:hover {
  border-color: rgb(24 24 27 / 0.2);
}

.hover\:border-zinc-900\/25:hover {
  border-color: rgb(24 24 27 / 0.25);
}

.hover\:border-zinc-900\/30:hover {
  border-color: rgb(24 24 27 / 0.3);
}

.hover\:border-zinc-900\/40:hover {
  border-color: rgb(24 24 27 / 0.4);
}

.hover\:border-zinc-900\/5:hover {
  border-color: rgb(24 24 27 / 0.05);
}

.hover\:border-zinc-900\/50:hover {
  border-color: rgb(24 24 27 / 0.5);
}

.hover\:border-zinc-900\/60:hover {
  border-color: rgb(24 24 27 / 0.6);
}

.hover\:border-zinc-900\/70:hover {
  border-color: rgb(24 24 27 / 0.7);
}

.hover\:border-zinc-900\/75:hover {
  border-color: rgb(24 24 27 / 0.75);
}

.hover\:border-zinc-900\/80:hover {
  border-color: rgb(24 24 27 / 0.8);
}

.hover\:border-zinc-900\/90:hover {
  border-color: rgb(24 24 27 / 0.9);
}

.hover\:border-zinc-900\/95:hover {
  border-color: rgb(24 24 27 / 0.95);
}

.hover\:border-zinc-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(9 9 11 / var(--tw-border-opacity));
}

.hover\:border-zinc-950\/0:hover {
  border-color: rgb(9 9 11 / 0);
}

.hover\:border-zinc-950\/10:hover {
  border-color: rgb(9 9 11 / 0.1);
}

.hover\:border-zinc-950\/100:hover {
  border-color: rgb(9 9 11 / 1);
}

.hover\:border-zinc-950\/20:hover {
  border-color: rgb(9 9 11 / 0.2);
}

.hover\:border-zinc-950\/25:hover {
  border-color: rgb(9 9 11 / 0.25);
}

.hover\:border-zinc-950\/30:hover {
  border-color: rgb(9 9 11 / 0.3);
}

.hover\:border-zinc-950\/40:hover {
  border-color: rgb(9 9 11 / 0.4);
}

.hover\:border-zinc-950\/5:hover {
  border-color: rgb(9 9 11 / 0.05);
}

.hover\:border-zinc-950\/50:hover {
  border-color: rgb(9 9 11 / 0.5);
}

.hover\:border-zinc-950\/60:hover {
  border-color: rgb(9 9 11 / 0.6);
}

.hover\:border-zinc-950\/70:hover {
  border-color: rgb(9 9 11 / 0.7);
}

.hover\:border-zinc-950\/75:hover {
  border-color: rgb(9 9 11 / 0.75);
}

.hover\:border-zinc-950\/80:hover {
  border-color: rgb(9 9 11 / 0.8);
}

.hover\:border-zinc-950\/90:hover {
  border-color: rgb(9 9 11 / 0.9);
}

.hover\:border-zinc-950\/95:hover {
  border-color: rgb(9 9 11 / 0.95);
}

.hover\:border-x-amber-100:hover {
  --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));
}

.hover\:border-x-amber-100\/0:hover {
  border-left-color: rgb(254 243 199 / 0);
  border-right-color: rgb(254 243 199 / 0);
}

.hover\:border-x-amber-100\/10:hover {
  border-left-color: rgb(254 243 199 / 0.1);
  border-right-color: rgb(254 243 199 / 0.1);
}

.hover\:border-x-amber-100\/100:hover {
  border-left-color: rgb(254 243 199 / 1);
  border-right-color: rgb(254 243 199 / 1);
}

.hover\:border-x-amber-100\/20:hover {
  border-left-color: rgb(254 243 199 / 0.2);
  border-right-color: rgb(254 243 199 / 0.2);
}

.hover\:border-x-amber-100\/25:hover {
  border-left-color: rgb(254 243 199 / 0.25);
  border-right-color: rgb(254 243 199 / 0.25);
}

.hover\:border-x-amber-100\/30:hover {
  border-left-color: rgb(254 243 199 / 0.3);
  border-right-color: rgb(254 243 199 / 0.3);
}

.hover\:border-x-amber-100\/40:hover {
  border-left-color: rgb(254 243 199 / 0.4);
  border-right-color: rgb(254 243 199 / 0.4);
}

.hover\:border-x-amber-100\/5:hover {
  border-left-color: rgb(254 243 199 / 0.05);
  border-right-color: rgb(254 243 199 / 0.05);
}

.hover\:border-x-amber-100\/50:hover {
  border-left-color: rgb(254 243 199 / 0.5);
  border-right-color: rgb(254 243 199 / 0.5);
}

.hover\:border-x-amber-100\/60:hover {
  border-left-color: rgb(254 243 199 / 0.6);
  border-right-color: rgb(254 243 199 / 0.6);
}

.hover\:border-x-amber-100\/70:hover {
  border-left-color: rgb(254 243 199 / 0.7);
  border-right-color: rgb(254 243 199 / 0.7);
}

.hover\:border-x-amber-100\/75:hover {
  border-left-color: rgb(254 243 199 / 0.75);
  border-right-color: rgb(254 243 199 / 0.75);
}

.hover\:border-x-amber-100\/80:hover {
  border-left-color: rgb(254 243 199 / 0.8);
  border-right-color: rgb(254 243 199 / 0.8);
}

.hover\:border-x-amber-100\/90:hover {
  border-left-color: rgb(254 243 199 / 0.9);
  border-right-color: rgb(254 243 199 / 0.9);
}

.hover\:border-x-amber-100\/95:hover {
  border-left-color: rgb(254 243 199 / 0.95);
  border-right-color: rgb(254 243 199 / 0.95);
}

.hover\:border-x-amber-200:hover {
  --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));
}

.hover\:border-x-amber-200\/0:hover {
  border-left-color: rgb(253 230 138 / 0);
  border-right-color: rgb(253 230 138 / 0);
}

.hover\:border-x-amber-200\/10:hover {
  border-left-color: rgb(253 230 138 / 0.1);
  border-right-color: rgb(253 230 138 / 0.1);
}

.hover\:border-x-amber-200\/100:hover {
  border-left-color: rgb(253 230 138 / 1);
  border-right-color: rgb(253 230 138 / 1);
}

.hover\:border-x-amber-200\/20:hover {
  border-left-color: rgb(253 230 138 / 0.2);
  border-right-color: rgb(253 230 138 / 0.2);
}

.hover\:border-x-amber-200\/25:hover {
  border-left-color: rgb(253 230 138 / 0.25);
  border-right-color: rgb(253 230 138 / 0.25);
}

.hover\:border-x-amber-200\/30:hover {
  border-left-color: rgb(253 230 138 / 0.3);
  border-right-color: rgb(253 230 138 / 0.3);
}

.hover\:border-x-amber-200\/40:hover {
  border-left-color: rgb(253 230 138 / 0.4);
  border-right-color: rgb(253 230 138 / 0.4);
}

.hover\:border-x-amber-200\/5:hover {
  border-left-color: rgb(253 230 138 / 0.05);
  border-right-color: rgb(253 230 138 / 0.05);
}

.hover\:border-x-amber-200\/50:hover {
  border-left-color: rgb(253 230 138 / 0.5);
  border-right-color: rgb(253 230 138 / 0.5);
}

.hover\:border-x-amber-200\/60:hover {
  border-left-color: rgb(253 230 138 / 0.6);
  border-right-color: rgb(253 230 138 / 0.6);
}

.hover\:border-x-amber-200\/70:hover {
  border-left-color: rgb(253 230 138 / 0.7);
  border-right-color: rgb(253 230 138 / 0.7);
}

.hover\:border-x-amber-200\/75:hover {
  border-left-color: rgb(253 230 138 / 0.75);
  border-right-color: rgb(253 230 138 / 0.75);
}

.hover\:border-x-amber-200\/80:hover {
  border-left-color: rgb(253 230 138 / 0.8);
  border-right-color: rgb(253 230 138 / 0.8);
}

.hover\:border-x-amber-200\/90:hover {
  border-left-color: rgb(253 230 138 / 0.9);
  border-right-color: rgb(253 230 138 / 0.9);
}

.hover\:border-x-amber-200\/95:hover {
  border-left-color: rgb(253 230 138 / 0.95);
  border-right-color: rgb(253 230 138 / 0.95);
}

.hover\:border-x-amber-300:hover {
  --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));
}

.hover\:border-x-amber-300\/0:hover {
  border-left-color: rgb(252 211 77 / 0);
  border-right-color: rgb(252 211 77 / 0);
}

.hover\:border-x-amber-300\/10:hover {
  border-left-color: rgb(252 211 77 / 0.1);
  border-right-color: rgb(252 211 77 / 0.1);
}

.hover\:border-x-amber-300\/100:hover {
  border-left-color: rgb(252 211 77 / 1);
  border-right-color: rgb(252 211 77 / 1);
}

.hover\:border-x-amber-300\/20:hover {
  border-left-color: rgb(252 211 77 / 0.2);
  border-right-color: rgb(252 211 77 / 0.2);
}

.hover\:border-x-amber-300\/25:hover {
  border-left-color: rgb(252 211 77 / 0.25);
  border-right-color: rgb(252 211 77 / 0.25);
}

.hover\:border-x-amber-300\/30:hover {
  border-left-color: rgb(252 211 77 / 0.3);
  border-right-color: rgb(252 211 77 / 0.3);
}

.hover\:border-x-amber-300\/40:hover {
  border-left-color: rgb(252 211 77 / 0.4);
  border-right-color: rgb(252 211 77 / 0.4);
}

.hover\:border-x-amber-300\/5:hover {
  border-left-color: rgb(252 211 77 / 0.05);
  border-right-color: rgb(252 211 77 / 0.05);
}

.hover\:border-x-amber-300\/50:hover {
  border-left-color: rgb(252 211 77 / 0.5);
  border-right-color: rgb(252 211 77 / 0.5);
}

.hover\:border-x-amber-300\/60:hover {
  border-left-color: rgb(252 211 77 / 0.6);
  border-right-color: rgb(252 211 77 / 0.6);
}

.hover\:border-x-amber-300\/70:hover {
  border-left-color: rgb(252 211 77 / 0.7);
  border-right-color: rgb(252 211 77 / 0.7);
}

.hover\:border-x-amber-300\/75:hover {
  border-left-color: rgb(252 211 77 / 0.75);
  border-right-color: rgb(252 211 77 / 0.75);
}

.hover\:border-x-amber-300\/80:hover {
  border-left-color: rgb(252 211 77 / 0.8);
  border-right-color: rgb(252 211 77 / 0.8);
}

.hover\:border-x-amber-300\/90:hover {
  border-left-color: rgb(252 211 77 / 0.9);
  border-right-color: rgb(252 211 77 / 0.9);
}

.hover\:border-x-amber-300\/95:hover {
  border-left-color: rgb(252 211 77 / 0.95);
  border-right-color: rgb(252 211 77 / 0.95);
}

.hover\:border-x-amber-400:hover {
  --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));
}

.hover\:border-x-amber-400\/0:hover {
  border-left-color: rgb(251 191 36 / 0);
  border-right-color: rgb(251 191 36 / 0);
}

.hover\:border-x-amber-400\/10:hover {
  border-left-color: rgb(251 191 36 / 0.1);
  border-right-color: rgb(251 191 36 / 0.1);
}

.hover\:border-x-amber-400\/100:hover {
  border-left-color: rgb(251 191 36 / 1);
  border-right-color: rgb(251 191 36 / 1);
}

.hover\:border-x-amber-400\/20:hover {
  border-left-color: rgb(251 191 36 / 0.2);
  border-right-color: rgb(251 191 36 / 0.2);
}

.hover\:border-x-amber-400\/25:hover {
  border-left-color: rgb(251 191 36 / 0.25);
  border-right-color: rgb(251 191 36 / 0.25);
}

.hover\:border-x-amber-400\/30:hover {
  border-left-color: rgb(251 191 36 / 0.3);
  border-right-color: rgb(251 191 36 / 0.3);
}

.hover\:border-x-amber-400\/40:hover {
  border-left-color: rgb(251 191 36 / 0.4);
  border-right-color: rgb(251 191 36 / 0.4);
}

.hover\:border-x-amber-400\/5:hover {
  border-left-color: rgb(251 191 36 / 0.05);
  border-right-color: rgb(251 191 36 / 0.05);
}

.hover\:border-x-amber-400\/50:hover {
  border-left-color: rgb(251 191 36 / 0.5);
  border-right-color: rgb(251 191 36 / 0.5);
}

.hover\:border-x-amber-400\/60:hover {
  border-left-color: rgb(251 191 36 / 0.6);
  border-right-color: rgb(251 191 36 / 0.6);
}

.hover\:border-x-amber-400\/70:hover {
  border-left-color: rgb(251 191 36 / 0.7);
  border-right-color: rgb(251 191 36 / 0.7);
}

.hover\:border-x-amber-400\/75:hover {
  border-left-color: rgb(251 191 36 / 0.75);
  border-right-color: rgb(251 191 36 / 0.75);
}

.hover\:border-x-amber-400\/80:hover {
  border-left-color: rgb(251 191 36 / 0.8);
  border-right-color: rgb(251 191 36 / 0.8);
}

.hover\:border-x-amber-400\/90:hover {
  border-left-color: rgb(251 191 36 / 0.9);
  border-right-color: rgb(251 191 36 / 0.9);
}

.hover\:border-x-amber-400\/95:hover {
  border-left-color: rgb(251 191 36 / 0.95);
  border-right-color: rgb(251 191 36 / 0.95);
}

.hover\:border-x-amber-50:hover {
  --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));
}

.hover\:border-x-amber-50\/0:hover {
  border-left-color: rgb(255 251 235 / 0);
  border-right-color: rgb(255 251 235 / 0);
}

.hover\:border-x-amber-50\/10:hover {
  border-left-color: rgb(255 251 235 / 0.1);
  border-right-color: rgb(255 251 235 / 0.1);
}

.hover\:border-x-amber-50\/100:hover {
  border-left-color: rgb(255 251 235 / 1);
  border-right-color: rgb(255 251 235 / 1);
}

.hover\:border-x-amber-50\/20:hover {
  border-left-color: rgb(255 251 235 / 0.2);
  border-right-color: rgb(255 251 235 / 0.2);
}

.hover\:border-x-amber-50\/25:hover {
  border-left-color: rgb(255 251 235 / 0.25);
  border-right-color: rgb(255 251 235 / 0.25);
}

.hover\:border-x-amber-50\/30:hover {
  border-left-color: rgb(255 251 235 / 0.3);
  border-right-color: rgb(255 251 235 / 0.3);
}

.hover\:border-x-amber-50\/40:hover {
  border-left-color: rgb(255 251 235 / 0.4);
  border-right-color: rgb(255 251 235 / 0.4);
}

.hover\:border-x-amber-50\/5:hover {
  border-left-color: rgb(255 251 235 / 0.05);
  border-right-color: rgb(255 251 235 / 0.05);
}

.hover\:border-x-amber-50\/50:hover {
  border-left-color: rgb(255 251 235 / 0.5);
  border-right-color: rgb(255 251 235 / 0.5);
}

.hover\:border-x-amber-50\/60:hover {
  border-left-color: rgb(255 251 235 / 0.6);
  border-right-color: rgb(255 251 235 / 0.6);
}

.hover\:border-x-amber-50\/70:hover {
  border-left-color: rgb(255 251 235 / 0.7);
  border-right-color: rgb(255 251 235 / 0.7);
}

.hover\:border-x-amber-50\/75:hover {
  border-left-color: rgb(255 251 235 / 0.75);
  border-right-color: rgb(255 251 235 / 0.75);
}

.hover\:border-x-amber-50\/80:hover {
  border-left-color: rgb(255 251 235 / 0.8);
  border-right-color: rgb(255 251 235 / 0.8);
}

.hover\:border-x-amber-50\/90:hover {
  border-left-color: rgb(255 251 235 / 0.9);
  border-right-color: rgb(255 251 235 / 0.9);
}

.hover\:border-x-amber-50\/95:hover {
  border-left-color: rgb(255 251 235 / 0.95);
  border-right-color: rgb(255 251 235 / 0.95);
}

.hover\:border-x-amber-500:hover {
  --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));
}

.hover\:border-x-amber-500\/0:hover {
  border-left-color: rgb(245 158 11 / 0);
  border-right-color: rgb(245 158 11 / 0);
}

.hover\:border-x-amber-500\/10:hover {
  border-left-color: rgb(245 158 11 / 0.1);
  border-right-color: rgb(245 158 11 / 0.1);
}

.hover\:border-x-amber-500\/100:hover {
  border-left-color: rgb(245 158 11 / 1);
  border-right-color: rgb(245 158 11 / 1);
}

.hover\:border-x-amber-500\/20:hover {
  border-left-color: rgb(245 158 11 / 0.2);
  border-right-color: rgb(245 158 11 / 0.2);
}

.hover\:border-x-amber-500\/25:hover {
  border-left-color: rgb(245 158 11 / 0.25);
  border-right-color: rgb(245 158 11 / 0.25);
}

.hover\:border-x-amber-500\/30:hover {
  border-left-color: rgb(245 158 11 / 0.3);
  border-right-color: rgb(245 158 11 / 0.3);
}

.hover\:border-x-amber-500\/40:hover {
  border-left-color: rgb(245 158 11 / 0.4);
  border-right-color: rgb(245 158 11 / 0.4);
}

.hover\:border-x-amber-500\/5:hover {
  border-left-color: rgb(245 158 11 / 0.05);
  border-right-color: rgb(245 158 11 / 0.05);
}

.hover\:border-x-amber-500\/50:hover {
  border-left-color: rgb(245 158 11 / 0.5);
  border-right-color: rgb(245 158 11 / 0.5);
}

.hover\:border-x-amber-500\/60:hover {
  border-left-color: rgb(245 158 11 / 0.6);
  border-right-color: rgb(245 158 11 / 0.6);
}

.hover\:border-x-amber-500\/70:hover {
  border-left-color: rgb(245 158 11 / 0.7);
  border-right-color: rgb(245 158 11 / 0.7);
}

.hover\:border-x-amber-500\/75:hover {
  border-left-color: rgb(245 158 11 / 0.75);
  border-right-color: rgb(245 158 11 / 0.75);
}

.hover\:border-x-amber-500\/80:hover {
  border-left-color: rgb(245 158 11 / 0.8);
  border-right-color: rgb(245 158 11 / 0.8);
}

.hover\:border-x-amber-500\/90:hover {
  border-left-color: rgb(245 158 11 / 0.9);
  border-right-color: rgb(245 158 11 / 0.9);
}

.hover\:border-x-amber-500\/95:hover {
  border-left-color: rgb(245 158 11 / 0.95);
  border-right-color: rgb(245 158 11 / 0.95);
}

.hover\:border-x-amber-600:hover {
  --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));
}

.hover\:border-x-amber-600\/0:hover {
  border-left-color: rgb(217 119 6 / 0);
  border-right-color: rgb(217 119 6 / 0);
}

.hover\:border-x-amber-600\/10:hover {
  border-left-color: rgb(217 119 6 / 0.1);
  border-right-color: rgb(217 119 6 / 0.1);
}

.hover\:border-x-amber-600\/100:hover {
  border-left-color: rgb(217 119 6 / 1);
  border-right-color: rgb(217 119 6 / 1);
}

.hover\:border-x-amber-600\/20:hover {
  border-left-color: rgb(217 119 6 / 0.2);
  border-right-color: rgb(217 119 6 / 0.2);
}

.hover\:border-x-amber-600\/25:hover {
  border-left-color: rgb(217 119 6 / 0.25);
  border-right-color: rgb(217 119 6 / 0.25);
}

.hover\:border-x-amber-600\/30:hover {
  border-left-color: rgb(217 119 6 / 0.3);
  border-right-color: rgb(217 119 6 / 0.3);
}

.hover\:border-x-amber-600\/40:hover {
  border-left-color: rgb(217 119 6 / 0.4);
  border-right-color: rgb(217 119 6 / 0.4);
}

.hover\:border-x-amber-600\/5:hover {
  border-left-color: rgb(217 119 6 / 0.05);
  border-right-color: rgb(217 119 6 / 0.05);
}

.hover\:border-x-amber-600\/50:hover {
  border-left-color: rgb(217 119 6 / 0.5);
  border-right-color: rgb(217 119 6 / 0.5);
}

.hover\:border-x-amber-600\/60:hover {
  border-left-color: rgb(217 119 6 / 0.6);
  border-right-color: rgb(217 119 6 / 0.6);
}

.hover\:border-x-amber-600\/70:hover {
  border-left-color: rgb(217 119 6 / 0.7);
  border-right-color: rgb(217 119 6 / 0.7);
}

.hover\:border-x-amber-600\/75:hover {
  border-left-color: rgb(217 119 6 / 0.75);
  border-right-color: rgb(217 119 6 / 0.75);
}

.hover\:border-x-amber-600\/80:hover {
  border-left-color: rgb(217 119 6 / 0.8);
  border-right-color: rgb(217 119 6 / 0.8);
}

.hover\:border-x-amber-600\/90:hover {
  border-left-color: rgb(217 119 6 / 0.9);
  border-right-color: rgb(217 119 6 / 0.9);
}

.hover\:border-x-amber-600\/95:hover {
  border-left-color: rgb(217 119 6 / 0.95);
  border-right-color: rgb(217 119 6 / 0.95);
}

.hover\:border-x-amber-700:hover {
  --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));
}

.hover\:border-x-amber-700\/0:hover {
  border-left-color: rgb(180 83 9 / 0);
  border-right-color: rgb(180 83 9 / 0);
}

.hover\:border-x-amber-700\/10:hover {
  border-left-color: rgb(180 83 9 / 0.1);
  border-right-color: rgb(180 83 9 / 0.1);
}

.hover\:border-x-amber-700\/100:hover {
  border-left-color: rgb(180 83 9 / 1);
  border-right-color: rgb(180 83 9 / 1);
}

.hover\:border-x-amber-700\/20:hover {
  border-left-color: rgb(180 83 9 / 0.2);
  border-right-color: rgb(180 83 9 / 0.2);
}

.hover\:border-x-amber-700\/25:hover {
  border-left-color: rgb(180 83 9 / 0.25);
  border-right-color: rgb(180 83 9 / 0.25);
}

.hover\:border-x-amber-700\/30:hover {
  border-left-color: rgb(180 83 9 / 0.3);
  border-right-color: rgb(180 83 9 / 0.3);
}

.hover\:border-x-amber-700\/40:hover {
  border-left-color: rgb(180 83 9 / 0.4);
  border-right-color: rgb(180 83 9 / 0.4);
}

.hover\:border-x-amber-700\/5:hover {
  border-left-color: rgb(180 83 9 / 0.05);
  border-right-color: rgb(180 83 9 / 0.05);
}

.hover\:border-x-amber-700\/50:hover {
  border-left-color: rgb(180 83 9 / 0.5);
  border-right-color: rgb(180 83 9 / 0.5);
}

.hover\:border-x-amber-700\/60:hover {
  border-left-color: rgb(180 83 9 / 0.6);
  border-right-color: rgb(180 83 9 / 0.6);
}

.hover\:border-x-amber-700\/70:hover {
  border-left-color: rgb(180 83 9 / 0.7);
  border-right-color: rgb(180 83 9 / 0.7);
}

.hover\:border-x-amber-700\/75:hover {
  border-left-color: rgb(180 83 9 / 0.75);
  border-right-color: rgb(180 83 9 / 0.75);
}

.hover\:border-x-amber-700\/80:hover {
  border-left-color: rgb(180 83 9 / 0.8);
  border-right-color: rgb(180 83 9 / 0.8);
}

.hover\:border-x-amber-700\/90:hover {
  border-left-color: rgb(180 83 9 / 0.9);
  border-right-color: rgb(180 83 9 / 0.9);
}

.hover\:border-x-amber-700\/95:hover {
  border-left-color: rgb(180 83 9 / 0.95);
  border-right-color: rgb(180 83 9 / 0.95);
}

.hover\:border-x-amber-800:hover {
  --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));
}

.hover\:border-x-amber-800\/0:hover {
  border-left-color: rgb(146 64 14 / 0);
  border-right-color: rgb(146 64 14 / 0);
}

.hover\:border-x-amber-800\/10:hover {
  border-left-color: rgb(146 64 14 / 0.1);
  border-right-color: rgb(146 64 14 / 0.1);
}

.hover\:border-x-amber-800\/100:hover {
  border-left-color: rgb(146 64 14 / 1);
  border-right-color: rgb(146 64 14 / 1);
}

.hover\:border-x-amber-800\/20:hover {
  border-left-color: rgb(146 64 14 / 0.2);
  border-right-color: rgb(146 64 14 / 0.2);
}

.hover\:border-x-amber-800\/25:hover {
  border-left-color: rgb(146 64 14 / 0.25);
  border-right-color: rgb(146 64 14 / 0.25);
}

.hover\:border-x-amber-800\/30:hover {
  border-left-color: rgb(146 64 14 / 0.3);
  border-right-color: rgb(146 64 14 / 0.3);
}

.hover\:border-x-amber-800\/40:hover {
  border-left-color: rgb(146 64 14 / 0.4);
  border-right-color: rgb(146 64 14 / 0.4);
}

.hover\:border-x-amber-800\/5:hover {
  border-left-color: rgb(146 64 14 / 0.05);
  border-right-color: rgb(146 64 14 / 0.05);
}

.hover\:border-x-amber-800\/50:hover {
  border-left-color: rgb(146 64 14 / 0.5);
  border-right-color: rgb(146 64 14 / 0.5);
}

.hover\:border-x-amber-800\/60:hover {
  border-left-color: rgb(146 64 14 / 0.6);
  border-right-color: rgb(146 64 14 / 0.6);
}

.hover\:border-x-amber-800\/70:hover {
  border-left-color: rgb(146 64 14 / 0.7);
  border-right-color: rgb(146 64 14 / 0.7);
}

.hover\:border-x-amber-800\/75:hover {
  border-left-color: rgb(146 64 14 / 0.75);
  border-right-color: rgb(146 64 14 / 0.75);
}

.hover\:border-x-amber-800\/80:hover {
  border-left-color: rgb(146 64 14 / 0.8);
  border-right-color: rgb(146 64 14 / 0.8);
}

.hover\:border-x-amber-800\/90:hover {
  border-left-color: rgb(146 64 14 / 0.9);
  border-right-color: rgb(146 64 14 / 0.9);
}

.hover\:border-x-amber-800\/95:hover {
  border-left-color: rgb(146 64 14 / 0.95);
  border-right-color: rgb(146 64 14 / 0.95);
}

.hover\:border-x-amber-900:hover {
  --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));
}

.hover\:border-x-amber-900\/0:hover {
  border-left-color: rgb(120 53 15 / 0);
  border-right-color: rgb(120 53 15 / 0);
}

.hover\:border-x-amber-900\/10:hover {
  border-left-color: rgb(120 53 15 / 0.1);
  border-right-color: rgb(120 53 15 / 0.1);
}

.hover\:border-x-amber-900\/100:hover {
  border-left-color: rgb(120 53 15 / 1);
  border-right-color: rgb(120 53 15 / 1);
}

.hover\:border-x-amber-900\/20:hover {
  border-left-color: rgb(120 53 15 / 0.2);
  border-right-color: rgb(120 53 15 / 0.2);
}

.hover\:border-x-amber-900\/25:hover {
  border-left-color: rgb(120 53 15 / 0.25);
  border-right-color: rgb(120 53 15 / 0.25);
}

.hover\:border-x-amber-900\/30:hover {
  border-left-color: rgb(120 53 15 / 0.3);
  border-right-color: rgb(120 53 15 / 0.3);
}

.hover\:border-x-amber-900\/40:hover {
  border-left-color: rgb(120 53 15 / 0.4);
  border-right-color: rgb(120 53 15 / 0.4);
}

.hover\:border-x-amber-900\/5:hover {
  border-left-color: rgb(120 53 15 / 0.05);
  border-right-color: rgb(120 53 15 / 0.05);
}

.hover\:border-x-amber-900\/50:hover {
  border-left-color: rgb(120 53 15 / 0.5);
  border-right-color: rgb(120 53 15 / 0.5);
}

.hover\:border-x-amber-900\/60:hover {
  border-left-color: rgb(120 53 15 / 0.6);
  border-right-color: rgb(120 53 15 / 0.6);
}

.hover\:border-x-amber-900\/70:hover {
  border-left-color: rgb(120 53 15 / 0.7);
  border-right-color: rgb(120 53 15 / 0.7);
}

.hover\:border-x-amber-900\/75:hover {
  border-left-color: rgb(120 53 15 / 0.75);
  border-right-color: rgb(120 53 15 / 0.75);
}

.hover\:border-x-amber-900\/80:hover {
  border-left-color: rgb(120 53 15 / 0.8);
  border-right-color: rgb(120 53 15 / 0.8);
}

.hover\:border-x-amber-900\/90:hover {
  border-left-color: rgb(120 53 15 / 0.9);
  border-right-color: rgb(120 53 15 / 0.9);
}

.hover\:border-x-amber-900\/95:hover {
  border-left-color: rgb(120 53 15 / 0.95);
  border-right-color: rgb(120 53 15 / 0.95);
}

.hover\:border-x-amber-950:hover {
  --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));
}

.hover\:border-x-amber-950\/0:hover {
  border-left-color: rgb(69 26 3 / 0);
  border-right-color: rgb(69 26 3 / 0);
}

.hover\:border-x-amber-950\/10:hover {
  border-left-color: rgb(69 26 3 / 0.1);
  border-right-color: rgb(69 26 3 / 0.1);
}

.hover\:border-x-amber-950\/100:hover {
  border-left-color: rgb(69 26 3 / 1);
  border-right-color: rgb(69 26 3 / 1);
}

.hover\:border-x-amber-950\/20:hover {
  border-left-color: rgb(69 26 3 / 0.2);
  border-right-color: rgb(69 26 3 / 0.2);
}

.hover\:border-x-amber-950\/25:hover {
  border-left-color: rgb(69 26 3 / 0.25);
  border-right-color: rgb(69 26 3 / 0.25);
}

.hover\:border-x-amber-950\/30:hover {
  border-left-color: rgb(69 26 3 / 0.3);
  border-right-color: rgb(69 26 3 / 0.3);
}

.hover\:border-x-amber-950\/40:hover {
  border-left-color: rgb(69 26 3 / 0.4);
  border-right-color: rgb(69 26 3 / 0.4);
}

.hover\:border-x-amber-950\/5:hover {
  border-left-color: rgb(69 26 3 / 0.05);
  border-right-color: rgb(69 26 3 / 0.05);
}

.hover\:border-x-amber-950\/50:hover {
  border-left-color: rgb(69 26 3 / 0.5);
  border-right-color: rgb(69 26 3 / 0.5);
}

.hover\:border-x-amber-950\/60:hover {
  border-left-color: rgb(69 26 3 / 0.6);
  border-right-color: rgb(69 26 3 / 0.6);
}

.hover\:border-x-amber-950\/70:hover {
  border-left-color: rgb(69 26 3 / 0.7);
  border-right-color: rgb(69 26 3 / 0.7);
}

.hover\:border-x-amber-950\/75:hover {
  border-left-color: rgb(69 26 3 / 0.75);
  border-right-color: rgb(69 26 3 / 0.75);
}

.hover\:border-x-amber-950\/80:hover {
  border-left-color: rgb(69 26 3 / 0.8);
  border-right-color: rgb(69 26 3 / 0.8);
}

.hover\:border-x-amber-950\/90:hover {
  border-left-color: rgb(69 26 3 / 0.9);
  border-right-color: rgb(69 26 3 / 0.9);
}

.hover\:border-x-amber-950\/95:hover {
  border-left-color: rgb(69 26 3 / 0.95);
  border-right-color: rgb(69 26 3 / 0.95);
}

.hover\:border-x-black:hover {
  --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));
}

.hover\:border-x-black\/0:hover {
  border-left-color: rgb(0 0 0 / 0);
  border-right-color: rgb(0 0 0 / 0);
}

.hover\:border-x-black\/10:hover {
  border-left-color: rgb(0 0 0 / 0.1);
  border-right-color: rgb(0 0 0 / 0.1);
}

.hover\:border-x-black\/100:hover {
  border-left-color: rgb(0 0 0 / 1);
  border-right-color: rgb(0 0 0 / 1);
}

.hover\:border-x-black\/20:hover {
  border-left-color: rgb(0 0 0 / 0.2);
  border-right-color: rgb(0 0 0 / 0.2);
}

.hover\:border-x-black\/25:hover {
  border-left-color: rgb(0 0 0 / 0.25);
  border-right-color: rgb(0 0 0 / 0.25);
}

.hover\:border-x-black\/30:hover {
  border-left-color: rgb(0 0 0 / 0.3);
  border-right-color: rgb(0 0 0 / 0.3);
}

.hover\:border-x-black\/40:hover {
  border-left-color: rgb(0 0 0 / 0.4);
  border-right-color: rgb(0 0 0 / 0.4);
}

.hover\:border-x-black\/5:hover {
  border-left-color: rgb(0 0 0 / 0.05);
  border-right-color: rgb(0 0 0 / 0.05);
}

.hover\:border-x-black\/50:hover {
  border-left-color: rgb(0 0 0 / 0.5);
  border-right-color: rgb(0 0 0 / 0.5);
}

.hover\:border-x-black\/60:hover {
  border-left-color: rgb(0 0 0 / 0.6);
  border-right-color: rgb(0 0 0 / 0.6);
}

.hover\:border-x-black\/70:hover {
  border-left-color: rgb(0 0 0 / 0.7);
  border-right-color: rgb(0 0 0 / 0.7);
}

.hover\:border-x-black\/75:hover {
  border-left-color: rgb(0 0 0 / 0.75);
  border-right-color: rgb(0 0 0 / 0.75);
}

.hover\:border-x-black\/80:hover {
  border-left-color: rgb(0 0 0 / 0.8);
  border-right-color: rgb(0 0 0 / 0.8);
}

.hover\:border-x-black\/90:hover {
  border-left-color: rgb(0 0 0 / 0.9);
  border-right-color: rgb(0 0 0 / 0.9);
}

.hover\:border-x-black\/95:hover {
  border-left-color: rgb(0 0 0 / 0.95);
  border-right-color: rgb(0 0 0 / 0.95);
}

.hover\:border-x-blue-100:hover {
  --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));
}

.hover\:border-x-blue-100\/0:hover {
  border-left-color: rgb(219 234 254 / 0);
  border-right-color: rgb(219 234 254 / 0);
}

.hover\:border-x-blue-100\/10:hover {
  border-left-color: rgb(219 234 254 / 0.1);
  border-right-color: rgb(219 234 254 / 0.1);
}

.hover\:border-x-blue-100\/100:hover {
  border-left-color: rgb(219 234 254 / 1);
  border-right-color: rgb(219 234 254 / 1);
}

.hover\:border-x-blue-100\/20:hover {
  border-left-color: rgb(219 234 254 / 0.2);
  border-right-color: rgb(219 234 254 / 0.2);
}

.hover\:border-x-blue-100\/25:hover {
  border-left-color: rgb(219 234 254 / 0.25);
  border-right-color: rgb(219 234 254 / 0.25);
}

.hover\:border-x-blue-100\/30:hover {
  border-left-color: rgb(219 234 254 / 0.3);
  border-right-color: rgb(219 234 254 / 0.3);
}

.hover\:border-x-blue-100\/40:hover {
  border-left-color: rgb(219 234 254 / 0.4);
  border-right-color: rgb(219 234 254 / 0.4);
}

.hover\:border-x-blue-100\/5:hover {
  border-left-color: rgb(219 234 254 / 0.05);
  border-right-color: rgb(219 234 254 / 0.05);
}

.hover\:border-x-blue-100\/50:hover {
  border-left-color: rgb(219 234 254 / 0.5);
  border-right-color: rgb(219 234 254 / 0.5);
}

.hover\:border-x-blue-100\/60:hover {
  border-left-color: rgb(219 234 254 / 0.6);
  border-right-color: rgb(219 234 254 / 0.6);
}

.hover\:border-x-blue-100\/70:hover {
  border-left-color: rgb(219 234 254 / 0.7);
  border-right-color: rgb(219 234 254 / 0.7);
}

.hover\:border-x-blue-100\/75:hover {
  border-left-color: rgb(219 234 254 / 0.75);
  border-right-color: rgb(219 234 254 / 0.75);
}

.hover\:border-x-blue-100\/80:hover {
  border-left-color: rgb(219 234 254 / 0.8);
  border-right-color: rgb(219 234 254 / 0.8);
}

.hover\:border-x-blue-100\/90:hover {
  border-left-color: rgb(219 234 254 / 0.9);
  border-right-color: rgb(219 234 254 / 0.9);
}

.hover\:border-x-blue-100\/95:hover {
  border-left-color: rgb(219 234 254 / 0.95);
  border-right-color: rgb(219 234 254 / 0.95);
}

.hover\:border-x-blue-200:hover {
  --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));
}

.hover\:border-x-blue-200\/0:hover {
  border-left-color: rgb(191 219 254 / 0);
  border-right-color: rgb(191 219 254 / 0);
}

.hover\:border-x-blue-200\/10:hover {
  border-left-color: rgb(191 219 254 / 0.1);
  border-right-color: rgb(191 219 254 / 0.1);
}

.hover\:border-x-blue-200\/100:hover {
  border-left-color: rgb(191 219 254 / 1);
  border-right-color: rgb(191 219 254 / 1);
}

.hover\:border-x-blue-200\/20:hover {
  border-left-color: rgb(191 219 254 / 0.2);
  border-right-color: rgb(191 219 254 / 0.2);
}

.hover\:border-x-blue-200\/25:hover {
  border-left-color: rgb(191 219 254 / 0.25);
  border-right-color: rgb(191 219 254 / 0.25);
}

.hover\:border-x-blue-200\/30:hover {
  border-left-color: rgb(191 219 254 / 0.3);
  border-right-color: rgb(191 219 254 / 0.3);
}

.hover\:border-x-blue-200\/40:hover {
  border-left-color: rgb(191 219 254 / 0.4);
  border-right-color: rgb(191 219 254 / 0.4);
}

.hover\:border-x-blue-200\/5:hover {
  border-left-color: rgb(191 219 254 / 0.05);
  border-right-color: rgb(191 219 254 / 0.05);
}

.hover\:border-x-blue-200\/50:hover {
  border-left-color: rgb(191 219 254 / 0.5);
  border-right-color: rgb(191 219 254 / 0.5);
}

.hover\:border-x-blue-200\/60:hover {
  border-left-color: rgb(191 219 254 / 0.6);
  border-right-color: rgb(191 219 254 / 0.6);
}

.hover\:border-x-blue-200\/70:hover {
  border-left-color: rgb(191 219 254 / 0.7);
  border-right-color: rgb(191 219 254 / 0.7);
}

.hover\:border-x-blue-200\/75:hover {
  border-left-color: rgb(191 219 254 / 0.75);
  border-right-color: rgb(191 219 254 / 0.75);
}

.hover\:border-x-blue-200\/80:hover {
  border-left-color: rgb(191 219 254 / 0.8);
  border-right-color: rgb(191 219 254 / 0.8);
}

.hover\:border-x-blue-200\/90:hover {
  border-left-color: rgb(191 219 254 / 0.9);
  border-right-color: rgb(191 219 254 / 0.9);
}

.hover\:border-x-blue-200\/95:hover {
  border-left-color: rgb(191 219 254 / 0.95);
  border-right-color: rgb(191 219 254 / 0.95);
}

.hover\:border-x-blue-300:hover {
  --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));
}

.hover\:border-x-blue-300\/0:hover {
  border-left-color: rgb(147 197 253 / 0);
  border-right-color: rgb(147 197 253 / 0);
}

.hover\:border-x-blue-300\/10:hover {
  border-left-color: rgb(147 197 253 / 0.1);
  border-right-color: rgb(147 197 253 / 0.1);
}

.hover\:border-x-blue-300\/100:hover {
  border-left-color: rgb(147 197 253 / 1);
  border-right-color: rgb(147 197 253 / 1);
}

.hover\:border-x-blue-300\/20:hover {
  border-left-color: rgb(147 197 253 / 0.2);
  border-right-color: rgb(147 197 253 / 0.2);
}

.hover\:border-x-blue-300\/25:hover {
  border-left-color: rgb(147 197 253 / 0.25);
  border-right-color: rgb(147 197 253 / 0.25);
}

.hover\:border-x-blue-300\/30:hover {
  border-left-color: rgb(147 197 253 / 0.3);
  border-right-color: rgb(147 197 253 / 0.3);
}

.hover\:border-x-blue-300\/40:hover {
  border-left-color: rgb(147 197 253 / 0.4);
  border-right-color: rgb(147 197 253 / 0.4);
}

.hover\:border-x-blue-300\/5:hover {
  border-left-color: rgb(147 197 253 / 0.05);
  border-right-color: rgb(147 197 253 / 0.05);
}

.hover\:border-x-blue-300\/50:hover {
  border-left-color: rgb(147 197 253 / 0.5);
  border-right-color: rgb(147 197 253 / 0.5);
}

.hover\:border-x-blue-300\/60:hover {
  border-left-color: rgb(147 197 253 / 0.6);
  border-right-color: rgb(147 197 253 / 0.6);
}

.hover\:border-x-blue-300\/70:hover {
  border-left-color: rgb(147 197 253 / 0.7);
  border-right-color: rgb(147 197 253 / 0.7);
}

.hover\:border-x-blue-300\/75:hover {
  border-left-color: rgb(147 197 253 / 0.75);
  border-right-color: rgb(147 197 253 / 0.75);
}

.hover\:border-x-blue-300\/80:hover {
  border-left-color: rgb(147 197 253 / 0.8);
  border-right-color: rgb(147 197 253 / 0.8);
}

.hover\:border-x-blue-300\/90:hover {
  border-left-color: rgb(147 197 253 / 0.9);
  border-right-color: rgb(147 197 253 / 0.9);
}

.hover\:border-x-blue-300\/95:hover {
  border-left-color: rgb(147 197 253 / 0.95);
  border-right-color: rgb(147 197 253 / 0.95);
}

.hover\:border-x-blue-400:hover {
  --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));
}

.hover\:border-x-blue-400\/0:hover {
  border-left-color: rgb(96 165 250 / 0);
  border-right-color: rgb(96 165 250 / 0);
}

.hover\:border-x-blue-400\/10:hover {
  border-left-color: rgb(96 165 250 / 0.1);
  border-right-color: rgb(96 165 250 / 0.1);
}

.hover\:border-x-blue-400\/100:hover {
  border-left-color: rgb(96 165 250 / 1);
  border-right-color: rgb(96 165 250 / 1);
}

.hover\:border-x-blue-400\/20:hover {
  border-left-color: rgb(96 165 250 / 0.2);
  border-right-color: rgb(96 165 250 / 0.2);
}

.hover\:border-x-blue-400\/25:hover {
  border-left-color: rgb(96 165 250 / 0.25);
  border-right-color: rgb(96 165 250 / 0.25);
}

.hover\:border-x-blue-400\/30:hover {
  border-left-color: rgb(96 165 250 / 0.3);
  border-right-color: rgb(96 165 250 / 0.3);
}

.hover\:border-x-blue-400\/40:hover {
  border-left-color: rgb(96 165 250 / 0.4);
  border-right-color: rgb(96 165 250 / 0.4);
}

.hover\:border-x-blue-400\/5:hover {
  border-left-color: rgb(96 165 250 / 0.05);
  border-right-color: rgb(96 165 250 / 0.05);
}

.hover\:border-x-blue-400\/50:hover {
  border-left-color: rgb(96 165 250 / 0.5);
  border-right-color: rgb(96 165 250 / 0.5);
}

.hover\:border-x-blue-400\/60:hover {
  border-left-color: rgb(96 165 250 / 0.6);
  border-right-color: rgb(96 165 250 / 0.6);
}

.hover\:border-x-blue-400\/70:hover {
  border-left-color: rgb(96 165 250 / 0.7);
  border-right-color: rgb(96 165 250 / 0.7);
}

.hover\:border-x-blue-400\/75:hover {
  border-left-color: rgb(96 165 250 / 0.75);
  border-right-color: rgb(96 165 250 / 0.75);
}

.hover\:border-x-blue-400\/80:hover {
  border-left-color: rgb(96 165 250 / 0.8);
  border-right-color: rgb(96 165 250 / 0.8);
}

.hover\:border-x-blue-400\/90:hover {
  border-left-color: rgb(96 165 250 / 0.9);
  border-right-color: rgb(96 165 250 / 0.9);
}

.hover\:border-x-blue-400\/95:hover {
  border-left-color: rgb(96 165 250 / 0.95);
  border-right-color: rgb(96 165 250 / 0.95);
}

.hover\:border-x-blue-50:hover {
  --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));
}

.hover\:border-x-blue-50\/0:hover {
  border-left-color: rgb(239 246 255 / 0);
  border-right-color: rgb(239 246 255 / 0);
}

.hover\:border-x-blue-50\/10:hover {
  border-left-color: rgb(239 246 255 / 0.1);
  border-right-color: rgb(239 246 255 / 0.1);
}

.hover\:border-x-blue-50\/100:hover {
  border-left-color: rgb(239 246 255 / 1);
  border-right-color: rgb(239 246 255 / 1);
}

.hover\:border-x-blue-50\/20:hover {
  border-left-color: rgb(239 246 255 / 0.2);
  border-right-color: rgb(239 246 255 / 0.2);
}

.hover\:border-x-blue-50\/25:hover {
  border-left-color: rgb(239 246 255 / 0.25);
  border-right-color: rgb(239 246 255 / 0.25);
}

.hover\:border-x-blue-50\/30:hover {
  border-left-color: rgb(239 246 255 / 0.3);
  border-right-color: rgb(239 246 255 / 0.3);
}

.hover\:border-x-blue-50\/40:hover {
  border-left-color: rgb(239 246 255 / 0.4);
  border-right-color: rgb(239 246 255 / 0.4);
}

.hover\:border-x-blue-50\/5:hover {
  border-left-color: rgb(239 246 255 / 0.05);
  border-right-color: rgb(239 246 255 / 0.05);
}

.hover\:border-x-blue-50\/50:hover {
  border-left-color: rgb(239 246 255 / 0.5);
  border-right-color: rgb(239 246 255 / 0.5);
}

.hover\:border-x-blue-50\/60:hover {
  border-left-color: rgb(239 246 255 / 0.6);
  border-right-color: rgb(239 246 255 / 0.6);
}

.hover\:border-x-blue-50\/70:hover {
  border-left-color: rgb(239 246 255 / 0.7);
  border-right-color: rgb(239 246 255 / 0.7);
}

.hover\:border-x-blue-50\/75:hover {
  border-left-color: rgb(239 246 255 / 0.75);
  border-right-color: rgb(239 246 255 / 0.75);
}

.hover\:border-x-blue-50\/80:hover {
  border-left-color: rgb(239 246 255 / 0.8);
  border-right-color: rgb(239 246 255 / 0.8);
}

.hover\:border-x-blue-50\/90:hover {
  border-left-color: rgb(239 246 255 / 0.9);
  border-right-color: rgb(239 246 255 / 0.9);
}

.hover\:border-x-blue-50\/95:hover {
  border-left-color: rgb(239 246 255 / 0.95);
  border-right-color: rgb(239 246 255 / 0.95);
}

.hover\:border-x-blue-500:hover {
  --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));
}

.hover\:border-x-blue-500\/0:hover {
  border-left-color: rgb(59 130 246 / 0);
  border-right-color: rgb(59 130 246 / 0);
}

.hover\:border-x-blue-500\/10:hover {
  border-left-color: rgb(59 130 246 / 0.1);
  border-right-color: rgb(59 130 246 / 0.1);
}

.hover\:border-x-blue-500\/100:hover {
  border-left-color: rgb(59 130 246 / 1);
  border-right-color: rgb(59 130 246 / 1);
}

.hover\:border-x-blue-500\/20:hover {
  border-left-color: rgb(59 130 246 / 0.2);
  border-right-color: rgb(59 130 246 / 0.2);
}

.hover\:border-x-blue-500\/25:hover {
  border-left-color: rgb(59 130 246 / 0.25);
  border-right-color: rgb(59 130 246 / 0.25);
}

.hover\:border-x-blue-500\/30:hover {
  border-left-color: rgb(59 130 246 / 0.3);
  border-right-color: rgb(59 130 246 / 0.3);
}

.hover\:border-x-blue-500\/40:hover {
  border-left-color: rgb(59 130 246 / 0.4);
  border-right-color: rgb(59 130 246 / 0.4);
}

.hover\:border-x-blue-500\/5:hover {
  border-left-color: rgb(59 130 246 / 0.05);
  border-right-color: rgb(59 130 246 / 0.05);
}

.hover\:border-x-blue-500\/50:hover {
  border-left-color: rgb(59 130 246 / 0.5);
  border-right-color: rgb(59 130 246 / 0.5);
}

.hover\:border-x-blue-500\/60:hover {
  border-left-color: rgb(59 130 246 / 0.6);
  border-right-color: rgb(59 130 246 / 0.6);
}

.hover\:border-x-blue-500\/70:hover {
  border-left-color: rgb(59 130 246 / 0.7);
  border-right-color: rgb(59 130 246 / 0.7);
}

.hover\:border-x-blue-500\/75:hover {
  border-left-color: rgb(59 130 246 / 0.75);
  border-right-color: rgb(59 130 246 / 0.75);
}

.hover\:border-x-blue-500\/80:hover {
  border-left-color: rgb(59 130 246 / 0.8);
  border-right-color: rgb(59 130 246 / 0.8);
}

.hover\:border-x-blue-500\/90:hover {
  border-left-color: rgb(59 130 246 / 0.9);
  border-right-color: rgb(59 130 246 / 0.9);
}

.hover\:border-x-blue-500\/95:hover {
  border-left-color: rgb(59 130 246 / 0.95);
  border-right-color: rgb(59 130 246 / 0.95);
}

.hover\:border-x-blue-600:hover {
  --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));
}

.hover\:border-x-blue-600\/0:hover {
  border-left-color: rgb(37 99 235 / 0);
  border-right-color: rgb(37 99 235 / 0);
}

.hover\:border-x-blue-600\/10:hover {
  border-left-color: rgb(37 99 235 / 0.1);
  border-right-color: rgb(37 99 235 / 0.1);
}

.hover\:border-x-blue-600\/100:hover {
  border-left-color: rgb(37 99 235 / 1);
  border-right-color: rgb(37 99 235 / 1);
}

.hover\:border-x-blue-600\/20:hover {
  border-left-color: rgb(37 99 235 / 0.2);
  border-right-color: rgb(37 99 235 / 0.2);
}

.hover\:border-x-blue-600\/25:hover {
  border-left-color: rgb(37 99 235 / 0.25);
  border-right-color: rgb(37 99 235 / 0.25);
}

.hover\:border-x-blue-600\/30:hover {
  border-left-color: rgb(37 99 235 / 0.3);
  border-right-color: rgb(37 99 235 / 0.3);
}

.hover\:border-x-blue-600\/40:hover {
  border-left-color: rgb(37 99 235 / 0.4);
  border-right-color: rgb(37 99 235 / 0.4);
}

.hover\:border-x-blue-600\/5:hover {
  border-left-color: rgb(37 99 235 / 0.05);
  border-right-color: rgb(37 99 235 / 0.05);
}

.hover\:border-x-blue-600\/50:hover {
  border-left-color: rgb(37 99 235 / 0.5);
  border-right-color: rgb(37 99 235 / 0.5);
}

.hover\:border-x-blue-600\/60:hover {
  border-left-color: rgb(37 99 235 / 0.6);
  border-right-color: rgb(37 99 235 / 0.6);
}

.hover\:border-x-blue-600\/70:hover {
  border-left-color: rgb(37 99 235 / 0.7);
  border-right-color: rgb(37 99 235 / 0.7);
}

.hover\:border-x-blue-600\/75:hover {
  border-left-color: rgb(37 99 235 / 0.75);
  border-right-color: rgb(37 99 235 / 0.75);
}

.hover\:border-x-blue-600\/80:hover {
  border-left-color: rgb(37 99 235 / 0.8);
  border-right-color: rgb(37 99 235 / 0.8);
}

.hover\:border-x-blue-600\/90:hover {
  border-left-color: rgb(37 99 235 / 0.9);
  border-right-color: rgb(37 99 235 / 0.9);
}

.hover\:border-x-blue-600\/95:hover {
  border-left-color: rgb(37 99 235 / 0.95);
  border-right-color: rgb(37 99 235 / 0.95);
}

.hover\:border-x-blue-700:hover {
  --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));
}

.hover\:border-x-blue-700\/0:hover {
  border-left-color: rgb(29 78 216 / 0);
  border-right-color: rgb(29 78 216 / 0);
}

.hover\:border-x-blue-700\/10:hover {
  border-left-color: rgb(29 78 216 / 0.1);
  border-right-color: rgb(29 78 216 / 0.1);
}

.hover\:border-x-blue-700\/100:hover {
  border-left-color: rgb(29 78 216 / 1);
  border-right-color: rgb(29 78 216 / 1);
}

.hover\:border-x-blue-700\/20:hover {
  border-left-color: rgb(29 78 216 / 0.2);
  border-right-color: rgb(29 78 216 / 0.2);
}

.hover\:border-x-blue-700\/25:hover {
  border-left-color: rgb(29 78 216 / 0.25);
  border-right-color: rgb(29 78 216 / 0.25);
}

.hover\:border-x-blue-700\/30:hover {
  border-left-color: rgb(29 78 216 / 0.3);
  border-right-color: rgb(29 78 216 / 0.3);
}

.hover\:border-x-blue-700\/40:hover {
  border-left-color: rgb(29 78 216 / 0.4);
  border-right-color: rgb(29 78 216 / 0.4);
}

.hover\:border-x-blue-700\/5:hover {
  border-left-color: rgb(29 78 216 / 0.05);
  border-right-color: rgb(29 78 216 / 0.05);
}

.hover\:border-x-blue-700\/50:hover {
  border-left-color: rgb(29 78 216 / 0.5);
  border-right-color: rgb(29 78 216 / 0.5);
}

.hover\:border-x-blue-700\/60:hover {
  border-left-color: rgb(29 78 216 / 0.6);
  border-right-color: rgb(29 78 216 / 0.6);
}

.hover\:border-x-blue-700\/70:hover {
  border-left-color: rgb(29 78 216 / 0.7);
  border-right-color: rgb(29 78 216 / 0.7);
}

.hover\:border-x-blue-700\/75:hover {
  border-left-color: rgb(29 78 216 / 0.75);
  border-right-color: rgb(29 78 216 / 0.75);
}

.hover\:border-x-blue-700\/80:hover {
  border-left-color: rgb(29 78 216 / 0.8);
  border-right-color: rgb(29 78 216 / 0.8);
}

.hover\:border-x-blue-700\/90:hover {
  border-left-color: rgb(29 78 216 / 0.9);
  border-right-color: rgb(29 78 216 / 0.9);
}

.hover\:border-x-blue-700\/95:hover {
  border-left-color: rgb(29 78 216 / 0.95);
  border-right-color: rgb(29 78 216 / 0.95);
}

.hover\:border-x-blue-800:hover {
  --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));
}

.hover\:border-x-blue-800\/0:hover {
  border-left-color: rgb(30 64 175 / 0);
  border-right-color: rgb(30 64 175 / 0);
}

.hover\:border-x-blue-800\/10:hover {
  border-left-color: rgb(30 64 175 / 0.1);
  border-right-color: rgb(30 64 175 / 0.1);
}

.hover\:border-x-blue-800\/100:hover {
  border-left-color: rgb(30 64 175 / 1);
  border-right-color: rgb(30 64 175 / 1);
}

.hover\:border-x-blue-800\/20:hover {
  border-left-color: rgb(30 64 175 / 0.2);
  border-right-color: rgb(30 64 175 / 0.2);
}

.hover\:border-x-blue-800\/25:hover {
  border-left-color: rgb(30 64 175 / 0.25);
  border-right-color: rgb(30 64 175 / 0.25);
}

.hover\:border-x-blue-800\/30:hover {
  border-left-color: rgb(30 64 175 / 0.3);
  border-right-color: rgb(30 64 175 / 0.3);
}

.hover\:border-x-blue-800\/40:hover {
  border-left-color: rgb(30 64 175 / 0.4);
  border-right-color: rgb(30 64 175 / 0.4);
}

.hover\:border-x-blue-800\/5:hover {
  border-left-color: rgb(30 64 175 / 0.05);
  border-right-color: rgb(30 64 175 / 0.05);
}

.hover\:border-x-blue-800\/50:hover {
  border-left-color: rgb(30 64 175 / 0.5);
  border-right-color: rgb(30 64 175 / 0.5);
}

.hover\:border-x-blue-800\/60:hover {
  border-left-color: rgb(30 64 175 / 0.6);
  border-right-color: rgb(30 64 175 / 0.6);
}

.hover\:border-x-blue-800\/70:hover {
  border-left-color: rgb(30 64 175 / 0.7);
  border-right-color: rgb(30 64 175 / 0.7);
}

.hover\:border-x-blue-800\/75:hover {
  border-left-color: rgb(30 64 175 / 0.75);
  border-right-color: rgb(30 64 175 / 0.75);
}

.hover\:border-x-blue-800\/80:hover {
  border-left-color: rgb(30 64 175 / 0.8);
  border-right-color: rgb(30 64 175 / 0.8);
}

.hover\:border-x-blue-800\/90:hover {
  border-left-color: rgb(30 64 175 / 0.9);
  border-right-color: rgb(30 64 175 / 0.9);
}

.hover\:border-x-blue-800\/95:hover {
  border-left-color: rgb(30 64 175 / 0.95);
  border-right-color: rgb(30 64 175 / 0.95);
}

.hover\:border-x-blue-900:hover {
  --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));
}

.hover\:border-x-blue-900\/0:hover {
  border-left-color: rgb(30 58 138 / 0);
  border-right-color: rgb(30 58 138 / 0);
}

.hover\:border-x-blue-900\/10:hover {
  border-left-color: rgb(30 58 138 / 0.1);
  border-right-color: rgb(30 58 138 / 0.1);
}

.hover\:border-x-blue-900\/100:hover {
  border-left-color: rgb(30 58 138 / 1);
  border-right-color: rgb(30 58 138 / 1);
}

.hover\:border-x-blue-900\/20:hover {
  border-left-color: rgb(30 58 138 / 0.2);
  border-right-color: rgb(30 58 138 / 0.2);
}

.hover\:border-x-blue-900\/25:hover {
  border-left-color: rgb(30 58 138 / 0.25);
  border-right-color: rgb(30 58 138 / 0.25);
}

.hover\:border-x-blue-900\/30:hover {
  border-left-color: rgb(30 58 138 / 0.3);
  border-right-color: rgb(30 58 138 / 0.3);
}

.hover\:border-x-blue-900\/40:hover {
  border-left-color: rgb(30 58 138 / 0.4);
  border-right-color: rgb(30 58 138 / 0.4);
}

.hover\:border-x-blue-900\/5:hover {
  border-left-color: rgb(30 58 138 / 0.05);
  border-right-color: rgb(30 58 138 / 0.05);
}

.hover\:border-x-blue-900\/50:hover {
  border-left-color: rgb(30 58 138 / 0.5);
  border-right-color: rgb(30 58 138 / 0.5);
}

.hover\:border-x-blue-900\/60:hover {
  border-left-color: rgb(30 58 138 / 0.6);
  border-right-color: rgb(30 58 138 / 0.6);
}

.hover\:border-x-blue-900\/70:hover {
  border-left-color: rgb(30 58 138 / 0.7);
  border-right-color: rgb(30 58 138 / 0.7);
}

.hover\:border-x-blue-900\/75:hover {
  border-left-color: rgb(30 58 138 / 0.75);
  border-right-color: rgb(30 58 138 / 0.75);
}

.hover\:border-x-blue-900\/80:hover {
  border-left-color: rgb(30 58 138 / 0.8);
  border-right-color: rgb(30 58 138 / 0.8);
}

.hover\:border-x-blue-900\/90:hover {
  border-left-color: rgb(30 58 138 / 0.9);
  border-right-color: rgb(30 58 138 / 0.9);
}

.hover\:border-x-blue-900\/95:hover {
  border-left-color: rgb(30 58 138 / 0.95);
  border-right-color: rgb(30 58 138 / 0.95);
}

.hover\:border-x-blue-950:hover {
  --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));
}

.hover\:border-x-blue-950\/0:hover {
  border-left-color: rgb(23 37 84 / 0);
  border-right-color: rgb(23 37 84 / 0);
}

.hover\:border-x-blue-950\/10:hover {
  border-left-color: rgb(23 37 84 / 0.1);
  border-right-color: rgb(23 37 84 / 0.1);
}

.hover\:border-x-blue-950\/100:hover {
  border-left-color: rgb(23 37 84 / 1);
  border-right-color: rgb(23 37 84 / 1);
}

.hover\:border-x-blue-950\/20:hover {
  border-left-color: rgb(23 37 84 / 0.2);
  border-right-color: rgb(23 37 84 / 0.2);
}

.hover\:border-x-blue-950\/25:hover {
  border-left-color: rgb(23 37 84 / 0.25);
  border-right-color: rgb(23 37 84 / 0.25);
}

.hover\:border-x-blue-950\/30:hover {
  border-left-color: rgb(23 37 84 / 0.3);
  border-right-color: rgb(23 37 84 / 0.3);
}

.hover\:border-x-blue-950\/40:hover {
  border-left-color: rgb(23 37 84 / 0.4);
  border-right-color: rgb(23 37 84 / 0.4);
}

.hover\:border-x-blue-950\/5:hover {
  border-left-color: rgb(23 37 84 / 0.05);
  border-right-color: rgb(23 37 84 / 0.05);
}

.hover\:border-x-blue-950\/50:hover {
  border-left-color: rgb(23 37 84 / 0.5);
  border-right-color: rgb(23 37 84 / 0.5);
}

.hover\:border-x-blue-950\/60:hover {
  border-left-color: rgb(23 37 84 / 0.6);
  border-right-color: rgb(23 37 84 / 0.6);
}

.hover\:border-x-blue-950\/70:hover {
  border-left-color: rgb(23 37 84 / 0.7);
  border-right-color: rgb(23 37 84 / 0.7);
}

.hover\:border-x-blue-950\/75:hover {
  border-left-color: rgb(23 37 84 / 0.75);
  border-right-color: rgb(23 37 84 / 0.75);
}

.hover\:border-x-blue-950\/80:hover {
  border-left-color: rgb(23 37 84 / 0.8);
  border-right-color: rgb(23 37 84 / 0.8);
}

.hover\:border-x-blue-950\/90:hover {
  border-left-color: rgb(23 37 84 / 0.9);
  border-right-color: rgb(23 37 84 / 0.9);
}

.hover\:border-x-blue-950\/95:hover {
  border-left-color: rgb(23 37 84 / 0.95);
  border-right-color: rgb(23 37 84 / 0.95);
}

.hover\:border-x-brand-100:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(230 239 246 / var(--tw-border-opacity));
  border-right-color: rgb(230 239 246 / var(--tw-border-opacity));
}

.hover\:border-x-brand-100\/0:hover {
  border-left-color: rgb(230 239 246 / 0);
  border-right-color: rgb(230 239 246 / 0);
}

.hover\:border-x-brand-100\/10:hover {
  border-left-color: rgb(230 239 246 / 0.1);
  border-right-color: rgb(230 239 246 / 0.1);
}

.hover\:border-x-brand-100\/100:hover {
  border-left-color: rgb(230 239 246 / 1);
  border-right-color: rgb(230 239 246 / 1);
}

.hover\:border-x-brand-100\/20:hover {
  border-left-color: rgb(230 239 246 / 0.2);
  border-right-color: rgb(230 239 246 / 0.2);
}

.hover\:border-x-brand-100\/25:hover {
  border-left-color: rgb(230 239 246 / 0.25);
  border-right-color: rgb(230 239 246 / 0.25);
}

.hover\:border-x-brand-100\/30:hover {
  border-left-color: rgb(230 239 246 / 0.3);
  border-right-color: rgb(230 239 246 / 0.3);
}

.hover\:border-x-brand-100\/40:hover {
  border-left-color: rgb(230 239 246 / 0.4);
  border-right-color: rgb(230 239 246 / 0.4);
}

.hover\:border-x-brand-100\/5:hover {
  border-left-color: rgb(230 239 246 / 0.05);
  border-right-color: rgb(230 239 246 / 0.05);
}

.hover\:border-x-brand-100\/50:hover {
  border-left-color: rgb(230 239 246 / 0.5);
  border-right-color: rgb(230 239 246 / 0.5);
}

.hover\:border-x-brand-100\/60:hover {
  border-left-color: rgb(230 239 246 / 0.6);
  border-right-color: rgb(230 239 246 / 0.6);
}

.hover\:border-x-brand-100\/70:hover {
  border-left-color: rgb(230 239 246 / 0.7);
  border-right-color: rgb(230 239 246 / 0.7);
}

.hover\:border-x-brand-100\/75:hover {
  border-left-color: rgb(230 239 246 / 0.75);
  border-right-color: rgb(230 239 246 / 0.75);
}

.hover\:border-x-brand-100\/80:hover {
  border-left-color: rgb(230 239 246 / 0.8);
  border-right-color: rgb(230 239 246 / 0.8);
}

.hover\:border-x-brand-100\/90:hover {
  border-left-color: rgb(230 239 246 / 0.9);
  border-right-color: rgb(230 239 246 / 0.9);
}

.hover\:border-x-brand-100\/95:hover {
  border-left-color: rgb(230 239 246 / 0.95);
  border-right-color: rgb(230 239 246 / 0.95);
}

.hover\:border-x-brand-200:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(193 215 234 / var(--tw-border-opacity));
  border-right-color: rgb(193 215 234 / var(--tw-border-opacity));
}

.hover\:border-x-brand-200\/0:hover {
  border-left-color: rgb(193 215 234 / 0);
  border-right-color: rgb(193 215 234 / 0);
}

.hover\:border-x-brand-200\/10:hover {
  border-left-color: rgb(193 215 234 / 0.1);
  border-right-color: rgb(193 215 234 / 0.1);
}

.hover\:border-x-brand-200\/100:hover {
  border-left-color: rgb(193 215 234 / 1);
  border-right-color: rgb(193 215 234 / 1);
}

.hover\:border-x-brand-200\/20:hover {
  border-left-color: rgb(193 215 234 / 0.2);
  border-right-color: rgb(193 215 234 / 0.2);
}

.hover\:border-x-brand-200\/25:hover {
  border-left-color: rgb(193 215 234 / 0.25);
  border-right-color: rgb(193 215 234 / 0.25);
}

.hover\:border-x-brand-200\/30:hover {
  border-left-color: rgb(193 215 234 / 0.3);
  border-right-color: rgb(193 215 234 / 0.3);
}

.hover\:border-x-brand-200\/40:hover {
  border-left-color: rgb(193 215 234 / 0.4);
  border-right-color: rgb(193 215 234 / 0.4);
}

.hover\:border-x-brand-200\/5:hover {
  border-left-color: rgb(193 215 234 / 0.05);
  border-right-color: rgb(193 215 234 / 0.05);
}

.hover\:border-x-brand-200\/50:hover {
  border-left-color: rgb(193 215 234 / 0.5);
  border-right-color: rgb(193 215 234 / 0.5);
}

.hover\:border-x-brand-200\/60:hover {
  border-left-color: rgb(193 215 234 / 0.6);
  border-right-color: rgb(193 215 234 / 0.6);
}

.hover\:border-x-brand-200\/70:hover {
  border-left-color: rgb(193 215 234 / 0.7);
  border-right-color: rgb(193 215 234 / 0.7);
}

.hover\:border-x-brand-200\/75:hover {
  border-left-color: rgb(193 215 234 / 0.75);
  border-right-color: rgb(193 215 234 / 0.75);
}

.hover\:border-x-brand-200\/80:hover {
  border-left-color: rgb(193 215 234 / 0.8);
  border-right-color: rgb(193 215 234 / 0.8);
}

.hover\:border-x-brand-200\/90:hover {
  border-left-color: rgb(193 215 234 / 0.9);
  border-right-color: rgb(193 215 234 / 0.9);
}

.hover\:border-x-brand-200\/95:hover {
  border-left-color: rgb(193 215 234 / 0.95);
  border-right-color: rgb(193 215 234 / 0.95);
}

.hover\:border-x-brand-300:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(155 190 221 / var(--tw-border-opacity));
  border-right-color: rgb(155 190 221 / var(--tw-border-opacity));
}

.hover\:border-x-brand-300\/0:hover {
  border-left-color: rgb(155 190 221 / 0);
  border-right-color: rgb(155 190 221 / 0);
}

.hover\:border-x-brand-300\/10:hover {
  border-left-color: rgb(155 190 221 / 0.1);
  border-right-color: rgb(155 190 221 / 0.1);
}

.hover\:border-x-brand-300\/100:hover {
  border-left-color: rgb(155 190 221 / 1);
  border-right-color: rgb(155 190 221 / 1);
}

.hover\:border-x-brand-300\/20:hover {
  border-left-color: rgb(155 190 221 / 0.2);
  border-right-color: rgb(155 190 221 / 0.2);
}

.hover\:border-x-brand-300\/25:hover {
  border-left-color: rgb(155 190 221 / 0.25);
  border-right-color: rgb(155 190 221 / 0.25);
}

.hover\:border-x-brand-300\/30:hover {
  border-left-color: rgb(155 190 221 / 0.3);
  border-right-color: rgb(155 190 221 / 0.3);
}

.hover\:border-x-brand-300\/40:hover {
  border-left-color: rgb(155 190 221 / 0.4);
  border-right-color: rgb(155 190 221 / 0.4);
}

.hover\:border-x-brand-300\/5:hover {
  border-left-color: rgb(155 190 221 / 0.05);
  border-right-color: rgb(155 190 221 / 0.05);
}

.hover\:border-x-brand-300\/50:hover {
  border-left-color: rgb(155 190 221 / 0.5);
  border-right-color: rgb(155 190 221 / 0.5);
}

.hover\:border-x-brand-300\/60:hover {
  border-left-color: rgb(155 190 221 / 0.6);
  border-right-color: rgb(155 190 221 / 0.6);
}

.hover\:border-x-brand-300\/70:hover {
  border-left-color: rgb(155 190 221 / 0.7);
  border-right-color: rgb(155 190 221 / 0.7);
}

.hover\:border-x-brand-300\/75:hover {
  border-left-color: rgb(155 190 221 / 0.75);
  border-right-color: rgb(155 190 221 / 0.75);
}

.hover\:border-x-brand-300\/80:hover {
  border-left-color: rgb(155 190 221 / 0.8);
  border-right-color: rgb(155 190 221 / 0.8);
}

.hover\:border-x-brand-300\/90:hover {
  border-left-color: rgb(155 190 221 / 0.9);
  border-right-color: rgb(155 190 221 / 0.9);
}

.hover\:border-x-brand-300\/95:hover {
  border-left-color: rgb(155 190 221 / 0.95);
  border-right-color: rgb(155 190 221 / 0.95);
}

.hover\:border-x-brand-400:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(81 142 195 / var(--tw-border-opacity));
  border-right-color: rgb(81 142 195 / var(--tw-border-opacity));
}

.hover\:border-x-brand-400\/0:hover {
  border-left-color: rgb(81 142 195 / 0);
  border-right-color: rgb(81 142 195 / 0);
}

.hover\:border-x-brand-400\/10:hover {
  border-left-color: rgb(81 142 195 / 0.1);
  border-right-color: rgb(81 142 195 / 0.1);
}

.hover\:border-x-brand-400\/100:hover {
  border-left-color: rgb(81 142 195 / 1);
  border-right-color: rgb(81 142 195 / 1);
}

.hover\:border-x-brand-400\/20:hover {
  border-left-color: rgb(81 142 195 / 0.2);
  border-right-color: rgb(81 142 195 / 0.2);
}

.hover\:border-x-brand-400\/25:hover {
  border-left-color: rgb(81 142 195 / 0.25);
  border-right-color: rgb(81 142 195 / 0.25);
}

.hover\:border-x-brand-400\/30:hover {
  border-left-color: rgb(81 142 195 / 0.3);
  border-right-color: rgb(81 142 195 / 0.3);
}

.hover\:border-x-brand-400\/40:hover {
  border-left-color: rgb(81 142 195 / 0.4);
  border-right-color: rgb(81 142 195 / 0.4);
}

.hover\:border-x-brand-400\/5:hover {
  border-left-color: rgb(81 142 195 / 0.05);
  border-right-color: rgb(81 142 195 / 0.05);
}

.hover\:border-x-brand-400\/50:hover {
  border-left-color: rgb(81 142 195 / 0.5);
  border-right-color: rgb(81 142 195 / 0.5);
}

.hover\:border-x-brand-400\/60:hover {
  border-left-color: rgb(81 142 195 / 0.6);
  border-right-color: rgb(81 142 195 / 0.6);
}

.hover\:border-x-brand-400\/70:hover {
  border-left-color: rgb(81 142 195 / 0.7);
  border-right-color: rgb(81 142 195 / 0.7);
}

.hover\:border-x-brand-400\/75:hover {
  border-left-color: rgb(81 142 195 / 0.75);
  border-right-color: rgb(81 142 195 / 0.75);
}

.hover\:border-x-brand-400\/80:hover {
  border-left-color: rgb(81 142 195 / 0.8);
  border-right-color: rgb(81 142 195 / 0.8);
}

.hover\:border-x-brand-400\/90:hover {
  border-left-color: rgb(81 142 195 / 0.9);
  border-right-color: rgb(81 142 195 / 0.9);
}

.hover\:border-x-brand-400\/95:hover {
  border-left-color: rgb(81 142 195 / 0.95);
  border-right-color: rgb(81 142 195 / 0.95);
}

.hover\:border-x-brand-50:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(243 247 251 / var(--tw-border-opacity));
  border-right-color: rgb(243 247 251 / var(--tw-border-opacity));
}

.hover\:border-x-brand-50\/0:hover {
  border-left-color: rgb(243 247 251 / 0);
  border-right-color: rgb(243 247 251 / 0);
}

.hover\:border-x-brand-50\/10:hover {
  border-left-color: rgb(243 247 251 / 0.1);
  border-right-color: rgb(243 247 251 / 0.1);
}

.hover\:border-x-brand-50\/100:hover {
  border-left-color: rgb(243 247 251 / 1);
  border-right-color: rgb(243 247 251 / 1);
}

.hover\:border-x-brand-50\/20:hover {
  border-left-color: rgb(243 247 251 / 0.2);
  border-right-color: rgb(243 247 251 / 0.2);
}

.hover\:border-x-brand-50\/25:hover {
  border-left-color: rgb(243 247 251 / 0.25);
  border-right-color: rgb(243 247 251 / 0.25);
}

.hover\:border-x-brand-50\/30:hover {
  border-left-color: rgb(243 247 251 / 0.3);
  border-right-color: rgb(243 247 251 / 0.3);
}

.hover\:border-x-brand-50\/40:hover {
  border-left-color: rgb(243 247 251 / 0.4);
  border-right-color: rgb(243 247 251 / 0.4);
}

.hover\:border-x-brand-50\/5:hover {
  border-left-color: rgb(243 247 251 / 0.05);
  border-right-color: rgb(243 247 251 / 0.05);
}

.hover\:border-x-brand-50\/50:hover {
  border-left-color: rgb(243 247 251 / 0.5);
  border-right-color: rgb(243 247 251 / 0.5);
}

.hover\:border-x-brand-50\/60:hover {
  border-left-color: rgb(243 247 251 / 0.6);
  border-right-color: rgb(243 247 251 / 0.6);
}

.hover\:border-x-brand-50\/70:hover {
  border-left-color: rgb(243 247 251 / 0.7);
  border-right-color: rgb(243 247 251 / 0.7);
}

.hover\:border-x-brand-50\/75:hover {
  border-left-color: rgb(243 247 251 / 0.75);
  border-right-color: rgb(243 247 251 / 0.75);
}

.hover\:border-x-brand-50\/80:hover {
  border-left-color: rgb(243 247 251 / 0.8);
  border-right-color: rgb(243 247 251 / 0.8);
}

.hover\:border-x-brand-50\/90:hover {
  border-left-color: rgb(243 247 251 / 0.9);
  border-right-color: rgb(243 247 251 / 0.9);
}

.hover\:border-x-brand-50\/95:hover {
  border-left-color: rgb(243 247 251 / 0.95);
  border-right-color: rgb(243 247 251 / 0.95);
}

.hover\:border-x-brand-500:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(6 93 169 / var(--tw-border-opacity));
  border-right-color: rgb(6 93 169 / var(--tw-border-opacity));
}

.hover\:border-x-brand-500\/0:hover {
  border-left-color: rgb(6 93 169 / 0);
  border-right-color: rgb(6 93 169 / 0);
}

.hover\:border-x-brand-500\/10:hover {
  border-left-color: rgb(6 93 169 / 0.1);
  border-right-color: rgb(6 93 169 / 0.1);
}

.hover\:border-x-brand-500\/100:hover {
  border-left-color: rgb(6 93 169 / 1);
  border-right-color: rgb(6 93 169 / 1);
}

.hover\:border-x-brand-500\/20:hover {
  border-left-color: rgb(6 93 169 / 0.2);
  border-right-color: rgb(6 93 169 / 0.2);
}

.hover\:border-x-brand-500\/25:hover {
  border-left-color: rgb(6 93 169 / 0.25);
  border-right-color: rgb(6 93 169 / 0.25);
}

.hover\:border-x-brand-500\/30:hover {
  border-left-color: rgb(6 93 169 / 0.3);
  border-right-color: rgb(6 93 169 / 0.3);
}

.hover\:border-x-brand-500\/40:hover {
  border-left-color: rgb(6 93 169 / 0.4);
  border-right-color: rgb(6 93 169 / 0.4);
}

.hover\:border-x-brand-500\/5:hover {
  border-left-color: rgb(6 93 169 / 0.05);
  border-right-color: rgb(6 93 169 / 0.05);
}

.hover\:border-x-brand-500\/50:hover {
  border-left-color: rgb(6 93 169 / 0.5);
  border-right-color: rgb(6 93 169 / 0.5);
}

.hover\:border-x-brand-500\/60:hover {
  border-left-color: rgb(6 93 169 / 0.6);
  border-right-color: rgb(6 93 169 / 0.6);
}

.hover\:border-x-brand-500\/70:hover {
  border-left-color: rgb(6 93 169 / 0.7);
  border-right-color: rgb(6 93 169 / 0.7);
}

.hover\:border-x-brand-500\/75:hover {
  border-left-color: rgb(6 93 169 / 0.75);
  border-right-color: rgb(6 93 169 / 0.75);
}

.hover\:border-x-brand-500\/80:hover {
  border-left-color: rgb(6 93 169 / 0.8);
  border-right-color: rgb(6 93 169 / 0.8);
}

.hover\:border-x-brand-500\/90:hover {
  border-left-color: rgb(6 93 169 / 0.9);
  border-right-color: rgb(6 93 169 / 0.9);
}

.hover\:border-x-brand-500\/95:hover {
  border-left-color: rgb(6 93 169 / 0.95);
  border-right-color: rgb(6 93 169 / 0.95);
}

.hover\:border-x-brand-600:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(5 84 152 / var(--tw-border-opacity));
  border-right-color: rgb(5 84 152 / var(--tw-border-opacity));
}

.hover\:border-x-brand-600\/0:hover {
  border-left-color: rgb(5 84 152 / 0);
  border-right-color: rgb(5 84 152 / 0);
}

.hover\:border-x-brand-600\/10:hover {
  border-left-color: rgb(5 84 152 / 0.1);
  border-right-color: rgb(5 84 152 / 0.1);
}

.hover\:border-x-brand-600\/100:hover {
  border-left-color: rgb(5 84 152 / 1);
  border-right-color: rgb(5 84 152 / 1);
}

.hover\:border-x-brand-600\/20:hover {
  border-left-color: rgb(5 84 152 / 0.2);
  border-right-color: rgb(5 84 152 / 0.2);
}

.hover\:border-x-brand-600\/25:hover {
  border-left-color: rgb(5 84 152 / 0.25);
  border-right-color: rgb(5 84 152 / 0.25);
}

.hover\:border-x-brand-600\/30:hover {
  border-left-color: rgb(5 84 152 / 0.3);
  border-right-color: rgb(5 84 152 / 0.3);
}

.hover\:border-x-brand-600\/40:hover {
  border-left-color: rgb(5 84 152 / 0.4);
  border-right-color: rgb(5 84 152 / 0.4);
}

.hover\:border-x-brand-600\/5:hover {
  border-left-color: rgb(5 84 152 / 0.05);
  border-right-color: rgb(5 84 152 / 0.05);
}

.hover\:border-x-brand-600\/50:hover {
  border-left-color: rgb(5 84 152 / 0.5);
  border-right-color: rgb(5 84 152 / 0.5);
}

.hover\:border-x-brand-600\/60:hover {
  border-left-color: rgb(5 84 152 / 0.6);
  border-right-color: rgb(5 84 152 / 0.6);
}

.hover\:border-x-brand-600\/70:hover {
  border-left-color: rgb(5 84 152 / 0.7);
  border-right-color: rgb(5 84 152 / 0.7);
}

.hover\:border-x-brand-600\/75:hover {
  border-left-color: rgb(5 84 152 / 0.75);
  border-right-color: rgb(5 84 152 / 0.75);
}

.hover\:border-x-brand-600\/80:hover {
  border-left-color: rgb(5 84 152 / 0.8);
  border-right-color: rgb(5 84 152 / 0.8);
}

.hover\:border-x-brand-600\/90:hover {
  border-left-color: rgb(5 84 152 / 0.9);
  border-right-color: rgb(5 84 152 / 0.9);
}

.hover\:border-x-brand-600\/95:hover {
  border-left-color: rgb(5 84 152 / 0.95);
  border-right-color: rgb(5 84 152 / 0.95);
}

.hover\:border-x-brand-700:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(4 56 101 / var(--tw-border-opacity));
  border-right-color: rgb(4 56 101 / var(--tw-border-opacity));
}

.hover\:border-x-brand-700\/0:hover {
  border-left-color: rgb(4 56 101 / 0);
  border-right-color: rgb(4 56 101 / 0);
}

.hover\:border-x-brand-700\/10:hover {
  border-left-color: rgb(4 56 101 / 0.1);
  border-right-color: rgb(4 56 101 / 0.1);
}

.hover\:border-x-brand-700\/100:hover {
  border-left-color: rgb(4 56 101 / 1);
  border-right-color: rgb(4 56 101 / 1);
}

.hover\:border-x-brand-700\/20:hover {
  border-left-color: rgb(4 56 101 / 0.2);
  border-right-color: rgb(4 56 101 / 0.2);
}

.hover\:border-x-brand-700\/25:hover {
  border-left-color: rgb(4 56 101 / 0.25);
  border-right-color: rgb(4 56 101 / 0.25);
}

.hover\:border-x-brand-700\/30:hover {
  border-left-color: rgb(4 56 101 / 0.3);
  border-right-color: rgb(4 56 101 / 0.3);
}

.hover\:border-x-brand-700\/40:hover {
  border-left-color: rgb(4 56 101 / 0.4);
  border-right-color: rgb(4 56 101 / 0.4);
}

.hover\:border-x-brand-700\/5:hover {
  border-left-color: rgb(4 56 101 / 0.05);
  border-right-color: rgb(4 56 101 / 0.05);
}

.hover\:border-x-brand-700\/50:hover {
  border-left-color: rgb(4 56 101 / 0.5);
  border-right-color: rgb(4 56 101 / 0.5);
}

.hover\:border-x-brand-700\/60:hover {
  border-left-color: rgb(4 56 101 / 0.6);
  border-right-color: rgb(4 56 101 / 0.6);
}

.hover\:border-x-brand-700\/70:hover {
  border-left-color: rgb(4 56 101 / 0.7);
  border-right-color: rgb(4 56 101 / 0.7);
}

.hover\:border-x-brand-700\/75:hover {
  border-left-color: rgb(4 56 101 / 0.75);
  border-right-color: rgb(4 56 101 / 0.75);
}

.hover\:border-x-brand-700\/80:hover {
  border-left-color: rgb(4 56 101 / 0.8);
  border-right-color: rgb(4 56 101 / 0.8);
}

.hover\:border-x-brand-700\/90:hover {
  border-left-color: rgb(4 56 101 / 0.9);
  border-right-color: rgb(4 56 101 / 0.9);
}

.hover\:border-x-brand-700\/95:hover {
  border-left-color: rgb(4 56 101 / 0.95);
  border-right-color: rgb(4 56 101 / 0.95);
}

.hover\:border-x-brand-800:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(3 42 76 / var(--tw-border-opacity));
  border-right-color: rgb(3 42 76 / var(--tw-border-opacity));
}

.hover\:border-x-brand-800\/0:hover {
  border-left-color: rgb(3 42 76 / 0);
  border-right-color: rgb(3 42 76 / 0);
}

.hover\:border-x-brand-800\/10:hover {
  border-left-color: rgb(3 42 76 / 0.1);
  border-right-color: rgb(3 42 76 / 0.1);
}

.hover\:border-x-brand-800\/100:hover {
  border-left-color: rgb(3 42 76 / 1);
  border-right-color: rgb(3 42 76 / 1);
}

.hover\:border-x-brand-800\/20:hover {
  border-left-color: rgb(3 42 76 / 0.2);
  border-right-color: rgb(3 42 76 / 0.2);
}

.hover\:border-x-brand-800\/25:hover {
  border-left-color: rgb(3 42 76 / 0.25);
  border-right-color: rgb(3 42 76 / 0.25);
}

.hover\:border-x-brand-800\/30:hover {
  border-left-color: rgb(3 42 76 / 0.3);
  border-right-color: rgb(3 42 76 / 0.3);
}

.hover\:border-x-brand-800\/40:hover {
  border-left-color: rgb(3 42 76 / 0.4);
  border-right-color: rgb(3 42 76 / 0.4);
}

.hover\:border-x-brand-800\/5:hover {
  border-left-color: rgb(3 42 76 / 0.05);
  border-right-color: rgb(3 42 76 / 0.05);
}

.hover\:border-x-brand-800\/50:hover {
  border-left-color: rgb(3 42 76 / 0.5);
  border-right-color: rgb(3 42 76 / 0.5);
}

.hover\:border-x-brand-800\/60:hover {
  border-left-color: rgb(3 42 76 / 0.6);
  border-right-color: rgb(3 42 76 / 0.6);
}

.hover\:border-x-brand-800\/70:hover {
  border-left-color: rgb(3 42 76 / 0.7);
  border-right-color: rgb(3 42 76 / 0.7);
}

.hover\:border-x-brand-800\/75:hover {
  border-left-color: rgb(3 42 76 / 0.75);
  border-right-color: rgb(3 42 76 / 0.75);
}

.hover\:border-x-brand-800\/80:hover {
  border-left-color: rgb(3 42 76 / 0.8);
  border-right-color: rgb(3 42 76 / 0.8);
}

.hover\:border-x-brand-800\/90:hover {
  border-left-color: rgb(3 42 76 / 0.9);
  border-right-color: rgb(3 42 76 / 0.9);
}

.hover\:border-x-brand-800\/95:hover {
  border-left-color: rgb(3 42 76 / 0.95);
  border-right-color: rgb(3 42 76 / 0.95);
}

.hover\:border-x-brand-900:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(2 28 51 / var(--tw-border-opacity));
  border-right-color: rgb(2 28 51 / var(--tw-border-opacity));
}

.hover\:border-x-brand-900\/0:hover {
  border-left-color: rgb(2 28 51 / 0);
  border-right-color: rgb(2 28 51 / 0);
}

.hover\:border-x-brand-900\/10:hover {
  border-left-color: rgb(2 28 51 / 0.1);
  border-right-color: rgb(2 28 51 / 0.1);
}

.hover\:border-x-brand-900\/100:hover {
  border-left-color: rgb(2 28 51 / 1);
  border-right-color: rgb(2 28 51 / 1);
}

.hover\:border-x-brand-900\/20:hover {
  border-left-color: rgb(2 28 51 / 0.2);
  border-right-color: rgb(2 28 51 / 0.2);
}

.hover\:border-x-brand-900\/25:hover {
  border-left-color: rgb(2 28 51 / 0.25);
  border-right-color: rgb(2 28 51 / 0.25);
}

.hover\:border-x-brand-900\/30:hover {
  border-left-color: rgb(2 28 51 / 0.3);
  border-right-color: rgb(2 28 51 / 0.3);
}

.hover\:border-x-brand-900\/40:hover {
  border-left-color: rgb(2 28 51 / 0.4);
  border-right-color: rgb(2 28 51 / 0.4);
}

.hover\:border-x-brand-900\/5:hover {
  border-left-color: rgb(2 28 51 / 0.05);
  border-right-color: rgb(2 28 51 / 0.05);
}

.hover\:border-x-brand-900\/50:hover {
  border-left-color: rgb(2 28 51 / 0.5);
  border-right-color: rgb(2 28 51 / 0.5);
}

.hover\:border-x-brand-900\/60:hover {
  border-left-color: rgb(2 28 51 / 0.6);
  border-right-color: rgb(2 28 51 / 0.6);
}

.hover\:border-x-brand-900\/70:hover {
  border-left-color: rgb(2 28 51 / 0.7);
  border-right-color: rgb(2 28 51 / 0.7);
}

.hover\:border-x-brand-900\/75:hover {
  border-left-color: rgb(2 28 51 / 0.75);
  border-right-color: rgb(2 28 51 / 0.75);
}

.hover\:border-x-brand-900\/80:hover {
  border-left-color: rgb(2 28 51 / 0.8);
  border-right-color: rgb(2 28 51 / 0.8);
}

.hover\:border-x-brand-900\/90:hover {
  border-left-color: rgb(2 28 51 / 0.9);
  border-right-color: rgb(2 28 51 / 0.9);
}

.hover\:border-x-brand-900\/95:hover {
  border-left-color: rgb(2 28 51 / 0.95);
  border-right-color: rgb(2 28 51 / 0.95);
}

.hover\:border-x-current:hover {
  border-left-color: currentColor;
  border-right-color: currentColor;
}

.hover\:border-x-cyan-100:hover {
  --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));
}

.hover\:border-x-cyan-100\/0:hover {
  border-left-color: rgb(207 250 254 / 0);
  border-right-color: rgb(207 250 254 / 0);
}

.hover\:border-x-cyan-100\/10:hover {
  border-left-color: rgb(207 250 254 / 0.1);
  border-right-color: rgb(207 250 254 / 0.1);
}

.hover\:border-x-cyan-100\/100:hover {
  border-left-color: rgb(207 250 254 / 1);
  border-right-color: rgb(207 250 254 / 1);
}

.hover\:border-x-cyan-100\/20:hover {
  border-left-color: rgb(207 250 254 / 0.2);
  border-right-color: rgb(207 250 254 / 0.2);
}

.hover\:border-x-cyan-100\/25:hover {
  border-left-color: rgb(207 250 254 / 0.25);
  border-right-color: rgb(207 250 254 / 0.25);
}

.hover\:border-x-cyan-100\/30:hover {
  border-left-color: rgb(207 250 254 / 0.3);
  border-right-color: rgb(207 250 254 / 0.3);
}

.hover\:border-x-cyan-100\/40:hover {
  border-left-color: rgb(207 250 254 / 0.4);
  border-right-color: rgb(207 250 254 / 0.4);
}

.hover\:border-x-cyan-100\/5:hover {
  border-left-color: rgb(207 250 254 / 0.05);
  border-right-color: rgb(207 250 254 / 0.05);
}

.hover\:border-x-cyan-100\/50:hover {
  border-left-color: rgb(207 250 254 / 0.5);
  border-right-color: rgb(207 250 254 / 0.5);
}

.hover\:border-x-cyan-100\/60:hover {
  border-left-color: rgb(207 250 254 / 0.6);
  border-right-color: rgb(207 250 254 / 0.6);
}

.hover\:border-x-cyan-100\/70:hover {
  border-left-color: rgb(207 250 254 / 0.7);
  border-right-color: rgb(207 250 254 / 0.7);
}

.hover\:border-x-cyan-100\/75:hover {
  border-left-color: rgb(207 250 254 / 0.75);
  border-right-color: rgb(207 250 254 / 0.75);
}

.hover\:border-x-cyan-100\/80:hover {
  border-left-color: rgb(207 250 254 / 0.8);
  border-right-color: rgb(207 250 254 / 0.8);
}

.hover\:border-x-cyan-100\/90:hover {
  border-left-color: rgb(207 250 254 / 0.9);
  border-right-color: rgb(207 250 254 / 0.9);
}

.hover\:border-x-cyan-100\/95:hover {
  border-left-color: rgb(207 250 254 / 0.95);
  border-right-color: rgb(207 250 254 / 0.95);
}

.hover\:border-x-cyan-200:hover {
  --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));
}

.hover\:border-x-cyan-200\/0:hover {
  border-left-color: rgb(165 243 252 / 0);
  border-right-color: rgb(165 243 252 / 0);
}

.hover\:border-x-cyan-200\/10:hover {
  border-left-color: rgb(165 243 252 / 0.1);
  border-right-color: rgb(165 243 252 / 0.1);
}

.hover\:border-x-cyan-200\/100:hover {
  border-left-color: rgb(165 243 252 / 1);
  border-right-color: rgb(165 243 252 / 1);
}

.hover\:border-x-cyan-200\/20:hover {
  border-left-color: rgb(165 243 252 / 0.2);
  border-right-color: rgb(165 243 252 / 0.2);
}

.hover\:border-x-cyan-200\/25:hover {
  border-left-color: rgb(165 243 252 / 0.25);
  border-right-color: rgb(165 243 252 / 0.25);
}

.hover\:border-x-cyan-200\/30:hover {
  border-left-color: rgb(165 243 252 / 0.3);
  border-right-color: rgb(165 243 252 / 0.3);
}

.hover\:border-x-cyan-200\/40:hover {
  border-left-color: rgb(165 243 252 / 0.4);
  border-right-color: rgb(165 243 252 / 0.4);
}

.hover\:border-x-cyan-200\/5:hover {
  border-left-color: rgb(165 243 252 / 0.05);
  border-right-color: rgb(165 243 252 / 0.05);
}

.hover\:border-x-cyan-200\/50:hover {
  border-left-color: rgb(165 243 252 / 0.5);
  border-right-color: rgb(165 243 252 / 0.5);
}

.hover\:border-x-cyan-200\/60:hover {
  border-left-color: rgb(165 243 252 / 0.6);
  border-right-color: rgb(165 243 252 / 0.6);
}

.hover\:border-x-cyan-200\/70:hover {
  border-left-color: rgb(165 243 252 / 0.7);
  border-right-color: rgb(165 243 252 / 0.7);
}

.hover\:border-x-cyan-200\/75:hover {
  border-left-color: rgb(165 243 252 / 0.75);
  border-right-color: rgb(165 243 252 / 0.75);
}

.hover\:border-x-cyan-200\/80:hover {
  border-left-color: rgb(165 243 252 / 0.8);
  border-right-color: rgb(165 243 252 / 0.8);
}

.hover\:border-x-cyan-200\/90:hover {
  border-left-color: rgb(165 243 252 / 0.9);
  border-right-color: rgb(165 243 252 / 0.9);
}

.hover\:border-x-cyan-200\/95:hover {
  border-left-color: rgb(165 243 252 / 0.95);
  border-right-color: rgb(165 243 252 / 0.95);
}

.hover\:border-x-cyan-300:hover {
  --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));
}

.hover\:border-x-cyan-300\/0:hover {
  border-left-color: rgb(103 232 249 / 0);
  border-right-color: rgb(103 232 249 / 0);
}

.hover\:border-x-cyan-300\/10:hover {
  border-left-color: rgb(103 232 249 / 0.1);
  border-right-color: rgb(103 232 249 / 0.1);
}

.hover\:border-x-cyan-300\/100:hover {
  border-left-color: rgb(103 232 249 / 1);
  border-right-color: rgb(103 232 249 / 1);
}

.hover\:border-x-cyan-300\/20:hover {
  border-left-color: rgb(103 232 249 / 0.2);
  border-right-color: rgb(103 232 249 / 0.2);
}

.hover\:border-x-cyan-300\/25:hover {
  border-left-color: rgb(103 232 249 / 0.25);
  border-right-color: rgb(103 232 249 / 0.25);
}

.hover\:border-x-cyan-300\/30:hover {
  border-left-color: rgb(103 232 249 / 0.3);
  border-right-color: rgb(103 232 249 / 0.3);
}

.hover\:border-x-cyan-300\/40:hover {
  border-left-color: rgb(103 232 249 / 0.4);
  border-right-color: rgb(103 232 249 / 0.4);
}

.hover\:border-x-cyan-300\/5:hover {
  border-left-color: rgb(103 232 249 / 0.05);
  border-right-color: rgb(103 232 249 / 0.05);
}

.hover\:border-x-cyan-300\/50:hover {
  border-left-color: rgb(103 232 249 / 0.5);
  border-right-color: rgb(103 232 249 / 0.5);
}

.hover\:border-x-cyan-300\/60:hover {
  border-left-color: rgb(103 232 249 / 0.6);
  border-right-color: rgb(103 232 249 / 0.6);
}

.hover\:border-x-cyan-300\/70:hover {
  border-left-color: rgb(103 232 249 / 0.7);
  border-right-color: rgb(103 232 249 / 0.7);
}

.hover\:border-x-cyan-300\/75:hover {
  border-left-color: rgb(103 232 249 / 0.75);
  border-right-color: rgb(103 232 249 / 0.75);
}

.hover\:border-x-cyan-300\/80:hover {
  border-left-color: rgb(103 232 249 / 0.8);
  border-right-color: rgb(103 232 249 / 0.8);
}

.hover\:border-x-cyan-300\/90:hover {
  border-left-color: rgb(103 232 249 / 0.9);
  border-right-color: rgb(103 232 249 / 0.9);
}

.hover\:border-x-cyan-300\/95:hover {
  border-left-color: rgb(103 232 249 / 0.95);
  border-right-color: rgb(103 232 249 / 0.95);
}

.hover\:border-x-cyan-400:hover {
  --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));
}

.hover\:border-x-cyan-400\/0:hover {
  border-left-color: rgb(34 211 238 / 0);
  border-right-color: rgb(34 211 238 / 0);
}

.hover\:border-x-cyan-400\/10:hover {
  border-left-color: rgb(34 211 238 / 0.1);
  border-right-color: rgb(34 211 238 / 0.1);
}

.hover\:border-x-cyan-400\/100:hover {
  border-left-color: rgb(34 211 238 / 1);
  border-right-color: rgb(34 211 238 / 1);
}

.hover\:border-x-cyan-400\/20:hover {
  border-left-color: rgb(34 211 238 / 0.2);
  border-right-color: rgb(34 211 238 / 0.2);
}

.hover\:border-x-cyan-400\/25:hover {
  border-left-color: rgb(34 211 238 / 0.25);
  border-right-color: rgb(34 211 238 / 0.25);
}

.hover\:border-x-cyan-400\/30:hover {
  border-left-color: rgb(34 211 238 / 0.3);
  border-right-color: rgb(34 211 238 / 0.3);
}

.hover\:border-x-cyan-400\/40:hover {
  border-left-color: rgb(34 211 238 / 0.4);
  border-right-color: rgb(34 211 238 / 0.4);
}

.hover\:border-x-cyan-400\/5:hover {
  border-left-color: rgb(34 211 238 / 0.05);
  border-right-color: rgb(34 211 238 / 0.05);
}

.hover\:border-x-cyan-400\/50:hover {
  border-left-color: rgb(34 211 238 / 0.5);
  border-right-color: rgb(34 211 238 / 0.5);
}

.hover\:border-x-cyan-400\/60:hover {
  border-left-color: rgb(34 211 238 / 0.6);
  border-right-color: rgb(34 211 238 / 0.6);
}

.hover\:border-x-cyan-400\/70:hover {
  border-left-color: rgb(34 211 238 / 0.7);
  border-right-color: rgb(34 211 238 / 0.7);
}

.hover\:border-x-cyan-400\/75:hover {
  border-left-color: rgb(34 211 238 / 0.75);
  border-right-color: rgb(34 211 238 / 0.75);
}

.hover\:border-x-cyan-400\/80:hover {
  border-left-color: rgb(34 211 238 / 0.8);
  border-right-color: rgb(34 211 238 / 0.8);
}

.hover\:border-x-cyan-400\/90:hover {
  border-left-color: rgb(34 211 238 / 0.9);
  border-right-color: rgb(34 211 238 / 0.9);
}

.hover\:border-x-cyan-400\/95:hover {
  border-left-color: rgb(34 211 238 / 0.95);
  border-right-color: rgb(34 211 238 / 0.95);
}

.hover\:border-x-cyan-50:hover {
  --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));
}

.hover\:border-x-cyan-50\/0:hover {
  border-left-color: rgb(236 254 255 / 0);
  border-right-color: rgb(236 254 255 / 0);
}

.hover\:border-x-cyan-50\/10:hover {
  border-left-color: rgb(236 254 255 / 0.1);
  border-right-color: rgb(236 254 255 / 0.1);
}

.hover\:border-x-cyan-50\/100:hover {
  border-left-color: rgb(236 254 255 / 1);
  border-right-color: rgb(236 254 255 / 1);
}

.hover\:border-x-cyan-50\/20:hover {
  border-left-color: rgb(236 254 255 / 0.2);
  border-right-color: rgb(236 254 255 / 0.2);
}

.hover\:border-x-cyan-50\/25:hover {
  border-left-color: rgb(236 254 255 / 0.25);
  border-right-color: rgb(236 254 255 / 0.25);
}

.hover\:border-x-cyan-50\/30:hover {
  border-left-color: rgb(236 254 255 / 0.3);
  border-right-color: rgb(236 254 255 / 0.3);
}

.hover\:border-x-cyan-50\/40:hover {
  border-left-color: rgb(236 254 255 / 0.4);
  border-right-color: rgb(236 254 255 / 0.4);
}

.hover\:border-x-cyan-50\/5:hover {
  border-left-color: rgb(236 254 255 / 0.05);
  border-right-color: rgb(236 254 255 / 0.05);
}

.hover\:border-x-cyan-50\/50:hover {
  border-left-color: rgb(236 254 255 / 0.5);
  border-right-color: rgb(236 254 255 / 0.5);
}

.hover\:border-x-cyan-50\/60:hover {
  border-left-color: rgb(236 254 255 / 0.6);
  border-right-color: rgb(236 254 255 / 0.6);
}

.hover\:border-x-cyan-50\/70:hover {
  border-left-color: rgb(236 254 255 / 0.7);
  border-right-color: rgb(236 254 255 / 0.7);
}

.hover\:border-x-cyan-50\/75:hover {
  border-left-color: rgb(236 254 255 / 0.75);
  border-right-color: rgb(236 254 255 / 0.75);
}

.hover\:border-x-cyan-50\/80:hover {
  border-left-color: rgb(236 254 255 / 0.8);
  border-right-color: rgb(236 254 255 / 0.8);
}

.hover\:border-x-cyan-50\/90:hover {
  border-left-color: rgb(236 254 255 / 0.9);
  border-right-color: rgb(236 254 255 / 0.9);
}

.hover\:border-x-cyan-50\/95:hover {
  border-left-color: rgb(236 254 255 / 0.95);
  border-right-color: rgb(236 254 255 / 0.95);
}

.hover\:border-x-cyan-500:hover {
  --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));
}

.hover\:border-x-cyan-500\/0:hover {
  border-left-color: rgb(6 182 212 / 0);
  border-right-color: rgb(6 182 212 / 0);
}

.hover\:border-x-cyan-500\/10:hover {
  border-left-color: rgb(6 182 212 / 0.1);
  border-right-color: rgb(6 182 212 / 0.1);
}

.hover\:border-x-cyan-500\/100:hover {
  border-left-color: rgb(6 182 212 / 1);
  border-right-color: rgb(6 182 212 / 1);
}

.hover\:border-x-cyan-500\/20:hover {
  border-left-color: rgb(6 182 212 / 0.2);
  border-right-color: rgb(6 182 212 / 0.2);
}

.hover\:border-x-cyan-500\/25:hover {
  border-left-color: rgb(6 182 212 / 0.25);
  border-right-color: rgb(6 182 212 / 0.25);
}

.hover\:border-x-cyan-500\/30:hover {
  border-left-color: rgb(6 182 212 / 0.3);
  border-right-color: rgb(6 182 212 / 0.3);
}

.hover\:border-x-cyan-500\/40:hover {
  border-left-color: rgb(6 182 212 / 0.4);
  border-right-color: rgb(6 182 212 / 0.4);
}

.hover\:border-x-cyan-500\/5:hover {
  border-left-color: rgb(6 182 212 / 0.05);
  border-right-color: rgb(6 182 212 / 0.05);
}

.hover\:border-x-cyan-500\/50:hover {
  border-left-color: rgb(6 182 212 / 0.5);
  border-right-color: rgb(6 182 212 / 0.5);
}

.hover\:border-x-cyan-500\/60:hover {
  border-left-color: rgb(6 182 212 / 0.6);
  border-right-color: rgb(6 182 212 / 0.6);
}

.hover\:border-x-cyan-500\/70:hover {
  border-left-color: rgb(6 182 212 / 0.7);
  border-right-color: rgb(6 182 212 / 0.7);
}

.hover\:border-x-cyan-500\/75:hover {
  border-left-color: rgb(6 182 212 / 0.75);
  border-right-color: rgb(6 182 212 / 0.75);
}

.hover\:border-x-cyan-500\/80:hover {
  border-left-color: rgb(6 182 212 / 0.8);
  border-right-color: rgb(6 182 212 / 0.8);
}

.hover\:border-x-cyan-500\/90:hover {
  border-left-color: rgb(6 182 212 / 0.9);
  border-right-color: rgb(6 182 212 / 0.9);
}

.hover\:border-x-cyan-500\/95:hover {
  border-left-color: rgb(6 182 212 / 0.95);
  border-right-color: rgb(6 182 212 / 0.95);
}

.hover\:border-x-cyan-600:hover {
  --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));
}

.hover\:border-x-cyan-600\/0:hover {
  border-left-color: rgb(8 145 178 / 0);
  border-right-color: rgb(8 145 178 / 0);
}

.hover\:border-x-cyan-600\/10:hover {
  border-left-color: rgb(8 145 178 / 0.1);
  border-right-color: rgb(8 145 178 / 0.1);
}

.hover\:border-x-cyan-600\/100:hover {
  border-left-color: rgb(8 145 178 / 1);
  border-right-color: rgb(8 145 178 / 1);
}

.hover\:border-x-cyan-600\/20:hover {
  border-left-color: rgb(8 145 178 / 0.2);
  border-right-color: rgb(8 145 178 / 0.2);
}

.hover\:border-x-cyan-600\/25:hover {
  border-left-color: rgb(8 145 178 / 0.25);
  border-right-color: rgb(8 145 178 / 0.25);
}

.hover\:border-x-cyan-600\/30:hover {
  border-left-color: rgb(8 145 178 / 0.3);
  border-right-color: rgb(8 145 178 / 0.3);
}

.hover\:border-x-cyan-600\/40:hover {
  border-left-color: rgb(8 145 178 / 0.4);
  border-right-color: rgb(8 145 178 / 0.4);
}

.hover\:border-x-cyan-600\/5:hover {
  border-left-color: rgb(8 145 178 / 0.05);
  border-right-color: rgb(8 145 178 / 0.05);
}

.hover\:border-x-cyan-600\/50:hover {
  border-left-color: rgb(8 145 178 / 0.5);
  border-right-color: rgb(8 145 178 / 0.5);
}

.hover\:border-x-cyan-600\/60:hover {
  border-left-color: rgb(8 145 178 / 0.6);
  border-right-color: rgb(8 145 178 / 0.6);
}

.hover\:border-x-cyan-600\/70:hover {
  border-left-color: rgb(8 145 178 / 0.7);
  border-right-color: rgb(8 145 178 / 0.7);
}

.hover\:border-x-cyan-600\/75:hover {
  border-left-color: rgb(8 145 178 / 0.75);
  border-right-color: rgb(8 145 178 / 0.75);
}

.hover\:border-x-cyan-600\/80:hover {
  border-left-color: rgb(8 145 178 / 0.8);
  border-right-color: rgb(8 145 178 / 0.8);
}

.hover\:border-x-cyan-600\/90:hover {
  border-left-color: rgb(8 145 178 / 0.9);
  border-right-color: rgb(8 145 178 / 0.9);
}

.hover\:border-x-cyan-600\/95:hover {
  border-left-color: rgb(8 145 178 / 0.95);
  border-right-color: rgb(8 145 178 / 0.95);
}

.hover\:border-x-cyan-700:hover {
  --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));
}

.hover\:border-x-cyan-700\/0:hover {
  border-left-color: rgb(14 116 144 / 0);
  border-right-color: rgb(14 116 144 / 0);
}

.hover\:border-x-cyan-700\/10:hover {
  border-left-color: rgb(14 116 144 / 0.1);
  border-right-color: rgb(14 116 144 / 0.1);
}

.hover\:border-x-cyan-700\/100:hover {
  border-left-color: rgb(14 116 144 / 1);
  border-right-color: rgb(14 116 144 / 1);
}

.hover\:border-x-cyan-700\/20:hover {
  border-left-color: rgb(14 116 144 / 0.2);
  border-right-color: rgb(14 116 144 / 0.2);
}

.hover\:border-x-cyan-700\/25:hover {
  border-left-color: rgb(14 116 144 / 0.25);
  border-right-color: rgb(14 116 144 / 0.25);
}

.hover\:border-x-cyan-700\/30:hover {
  border-left-color: rgb(14 116 144 / 0.3);
  border-right-color: rgb(14 116 144 / 0.3);
}

.hover\:border-x-cyan-700\/40:hover {
  border-left-color: rgb(14 116 144 / 0.4);
  border-right-color: rgb(14 116 144 / 0.4);
}

.hover\:border-x-cyan-700\/5:hover {
  border-left-color: rgb(14 116 144 / 0.05);
  border-right-color: rgb(14 116 144 / 0.05);
}

.hover\:border-x-cyan-700\/50:hover {
  border-left-color: rgb(14 116 144 / 0.5);
  border-right-color: rgb(14 116 144 / 0.5);
}

.hover\:border-x-cyan-700\/60:hover {
  border-left-color: rgb(14 116 144 / 0.6);
  border-right-color: rgb(14 116 144 / 0.6);
}

.hover\:border-x-cyan-700\/70:hover {
  border-left-color: rgb(14 116 144 / 0.7);
  border-right-color: rgb(14 116 144 / 0.7);
}

.hover\:border-x-cyan-700\/75:hover {
  border-left-color: rgb(14 116 144 / 0.75);
  border-right-color: rgb(14 116 144 / 0.75);
}

.hover\:border-x-cyan-700\/80:hover {
  border-left-color: rgb(14 116 144 / 0.8);
  border-right-color: rgb(14 116 144 / 0.8);
}

.hover\:border-x-cyan-700\/90:hover {
  border-left-color: rgb(14 116 144 / 0.9);
  border-right-color: rgb(14 116 144 / 0.9);
}

.hover\:border-x-cyan-700\/95:hover {
  border-left-color: rgb(14 116 144 / 0.95);
  border-right-color: rgb(14 116 144 / 0.95);
}

.hover\:border-x-cyan-800:hover {
  --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));
}

.hover\:border-x-cyan-800\/0:hover {
  border-left-color: rgb(21 94 117 / 0);
  border-right-color: rgb(21 94 117 / 0);
}

.hover\:border-x-cyan-800\/10:hover {
  border-left-color: rgb(21 94 117 / 0.1);
  border-right-color: rgb(21 94 117 / 0.1);
}

.hover\:border-x-cyan-800\/100:hover {
  border-left-color: rgb(21 94 117 / 1);
  border-right-color: rgb(21 94 117 / 1);
}

.hover\:border-x-cyan-800\/20:hover {
  border-left-color: rgb(21 94 117 / 0.2);
  border-right-color: rgb(21 94 117 / 0.2);
}

.hover\:border-x-cyan-800\/25:hover {
  border-left-color: rgb(21 94 117 / 0.25);
  border-right-color: rgb(21 94 117 / 0.25);
}

.hover\:border-x-cyan-800\/30:hover {
  border-left-color: rgb(21 94 117 / 0.3);
  border-right-color: rgb(21 94 117 / 0.3);
}

.hover\:border-x-cyan-800\/40:hover {
  border-left-color: rgb(21 94 117 / 0.4);
  border-right-color: rgb(21 94 117 / 0.4);
}

.hover\:border-x-cyan-800\/5:hover {
  border-left-color: rgb(21 94 117 / 0.05);
  border-right-color: rgb(21 94 117 / 0.05);
}

.hover\:border-x-cyan-800\/50:hover {
  border-left-color: rgb(21 94 117 / 0.5);
  border-right-color: rgb(21 94 117 / 0.5);
}

.hover\:border-x-cyan-800\/60:hover {
  border-left-color: rgb(21 94 117 / 0.6);
  border-right-color: rgb(21 94 117 / 0.6);
}

.hover\:border-x-cyan-800\/70:hover {
  border-left-color: rgb(21 94 117 / 0.7);
  border-right-color: rgb(21 94 117 / 0.7);
}

.hover\:border-x-cyan-800\/75:hover {
  border-left-color: rgb(21 94 117 / 0.75);
  border-right-color: rgb(21 94 117 / 0.75);
}

.hover\:border-x-cyan-800\/80:hover {
  border-left-color: rgb(21 94 117 / 0.8);
  border-right-color: rgb(21 94 117 / 0.8);
}

.hover\:border-x-cyan-800\/90:hover {
  border-left-color: rgb(21 94 117 / 0.9);
  border-right-color: rgb(21 94 117 / 0.9);
}

.hover\:border-x-cyan-800\/95:hover {
  border-left-color: rgb(21 94 117 / 0.95);
  border-right-color: rgb(21 94 117 / 0.95);
}

.hover\:border-x-cyan-900:hover {
  --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));
}

.hover\:border-x-cyan-900\/0:hover {
  border-left-color: rgb(22 78 99 / 0);
  border-right-color: rgb(22 78 99 / 0);
}

.hover\:border-x-cyan-900\/10:hover {
  border-left-color: rgb(22 78 99 / 0.1);
  border-right-color: rgb(22 78 99 / 0.1);
}

.hover\:border-x-cyan-900\/100:hover {
  border-left-color: rgb(22 78 99 / 1);
  border-right-color: rgb(22 78 99 / 1);
}

.hover\:border-x-cyan-900\/20:hover {
  border-left-color: rgb(22 78 99 / 0.2);
  border-right-color: rgb(22 78 99 / 0.2);
}

.hover\:border-x-cyan-900\/25:hover {
  border-left-color: rgb(22 78 99 / 0.25);
  border-right-color: rgb(22 78 99 / 0.25);
}

.hover\:border-x-cyan-900\/30:hover {
  border-left-color: rgb(22 78 99 / 0.3);
  border-right-color: rgb(22 78 99 / 0.3);
}

.hover\:border-x-cyan-900\/40:hover {
  border-left-color: rgb(22 78 99 / 0.4);
  border-right-color: rgb(22 78 99 / 0.4);
}

.hover\:border-x-cyan-900\/5:hover {
  border-left-color: rgb(22 78 99 / 0.05);
  border-right-color: rgb(22 78 99 / 0.05);
}

.hover\:border-x-cyan-900\/50:hover {
  border-left-color: rgb(22 78 99 / 0.5);
  border-right-color: rgb(22 78 99 / 0.5);
}

.hover\:border-x-cyan-900\/60:hover {
  border-left-color: rgb(22 78 99 / 0.6);
  border-right-color: rgb(22 78 99 / 0.6);
}

.hover\:border-x-cyan-900\/70:hover {
  border-left-color: rgb(22 78 99 / 0.7);
  border-right-color: rgb(22 78 99 / 0.7);
}

.hover\:border-x-cyan-900\/75:hover {
  border-left-color: rgb(22 78 99 / 0.75);
  border-right-color: rgb(22 78 99 / 0.75);
}

.hover\:border-x-cyan-900\/80:hover {
  border-left-color: rgb(22 78 99 / 0.8);
  border-right-color: rgb(22 78 99 / 0.8);
}

.hover\:border-x-cyan-900\/90:hover {
  border-left-color: rgb(22 78 99 / 0.9);
  border-right-color: rgb(22 78 99 / 0.9);
}

.hover\:border-x-cyan-900\/95:hover {
  border-left-color: rgb(22 78 99 / 0.95);
  border-right-color: rgb(22 78 99 / 0.95);
}

.hover\:border-x-cyan-950:hover {
  --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));
}

.hover\:border-x-cyan-950\/0:hover {
  border-left-color: rgb(8 51 68 / 0);
  border-right-color: rgb(8 51 68 / 0);
}

.hover\:border-x-cyan-950\/10:hover {
  border-left-color: rgb(8 51 68 / 0.1);
  border-right-color: rgb(8 51 68 / 0.1);
}

.hover\:border-x-cyan-950\/100:hover {
  border-left-color: rgb(8 51 68 / 1);
  border-right-color: rgb(8 51 68 / 1);
}

.hover\:border-x-cyan-950\/20:hover {
  border-left-color: rgb(8 51 68 / 0.2);
  border-right-color: rgb(8 51 68 / 0.2);
}

.hover\:border-x-cyan-950\/25:hover {
  border-left-color: rgb(8 51 68 / 0.25);
  border-right-color: rgb(8 51 68 / 0.25);
}

.hover\:border-x-cyan-950\/30:hover {
  border-left-color: rgb(8 51 68 / 0.3);
  border-right-color: rgb(8 51 68 / 0.3);
}

.hover\:border-x-cyan-950\/40:hover {
  border-left-color: rgb(8 51 68 / 0.4);
  border-right-color: rgb(8 51 68 / 0.4);
}

.hover\:border-x-cyan-950\/5:hover {
  border-left-color: rgb(8 51 68 / 0.05);
  border-right-color: rgb(8 51 68 / 0.05);
}

.hover\:border-x-cyan-950\/50:hover {
  border-left-color: rgb(8 51 68 / 0.5);
  border-right-color: rgb(8 51 68 / 0.5);
}

.hover\:border-x-cyan-950\/60:hover {
  border-left-color: rgb(8 51 68 / 0.6);
  border-right-color: rgb(8 51 68 / 0.6);
}

.hover\:border-x-cyan-950\/70:hover {
  border-left-color: rgb(8 51 68 / 0.7);
  border-right-color: rgb(8 51 68 / 0.7);
}

.hover\:border-x-cyan-950\/75:hover {
  border-left-color: rgb(8 51 68 / 0.75);
  border-right-color: rgb(8 51 68 / 0.75);
}

.hover\:border-x-cyan-950\/80:hover {
  border-left-color: rgb(8 51 68 / 0.8);
  border-right-color: rgb(8 51 68 / 0.8);
}

.hover\:border-x-cyan-950\/90:hover {
  border-left-color: rgb(8 51 68 / 0.9);
  border-right-color: rgb(8 51 68 / 0.9);
}

.hover\:border-x-cyan-950\/95:hover {
  border-left-color: rgb(8 51 68 / 0.95);
  border-right-color: rgb(8 51 68 / 0.95);
}

.hover\:border-x-emerald-100:hover {
  --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));
}

.hover\:border-x-emerald-100\/0:hover {
  border-left-color: rgb(209 250 229 / 0);
  border-right-color: rgb(209 250 229 / 0);
}

.hover\:border-x-emerald-100\/10:hover {
  border-left-color: rgb(209 250 229 / 0.1);
  border-right-color: rgb(209 250 229 / 0.1);
}

.hover\:border-x-emerald-100\/100:hover {
  border-left-color: rgb(209 250 229 / 1);
  border-right-color: rgb(209 250 229 / 1);
}

.hover\:border-x-emerald-100\/20:hover {
  border-left-color: rgb(209 250 229 / 0.2);
  border-right-color: rgb(209 250 229 / 0.2);
}

.hover\:border-x-emerald-100\/25:hover {
  border-left-color: rgb(209 250 229 / 0.25);
  border-right-color: rgb(209 250 229 / 0.25);
}

.hover\:border-x-emerald-100\/30:hover {
  border-left-color: rgb(209 250 229 / 0.3);
  border-right-color: rgb(209 250 229 / 0.3);
}

.hover\:border-x-emerald-100\/40:hover {
  border-left-color: rgb(209 250 229 / 0.4);
  border-right-color: rgb(209 250 229 / 0.4);
}

.hover\:border-x-emerald-100\/5:hover {
  border-left-color: rgb(209 250 229 / 0.05);
  border-right-color: rgb(209 250 229 / 0.05);
}

.hover\:border-x-emerald-100\/50:hover {
  border-left-color: rgb(209 250 229 / 0.5);
  border-right-color: rgb(209 250 229 / 0.5);
}

.hover\:border-x-emerald-100\/60:hover {
  border-left-color: rgb(209 250 229 / 0.6);
  border-right-color: rgb(209 250 229 / 0.6);
}

.hover\:border-x-emerald-100\/70:hover {
  border-left-color: rgb(209 250 229 / 0.7);
  border-right-color: rgb(209 250 229 / 0.7);
}

.hover\:border-x-emerald-100\/75:hover {
  border-left-color: rgb(209 250 229 / 0.75);
  border-right-color: rgb(209 250 229 / 0.75);
}

.hover\:border-x-emerald-100\/80:hover {
  border-left-color: rgb(209 250 229 / 0.8);
  border-right-color: rgb(209 250 229 / 0.8);
}

.hover\:border-x-emerald-100\/90:hover {
  border-left-color: rgb(209 250 229 / 0.9);
  border-right-color: rgb(209 250 229 / 0.9);
}

.hover\:border-x-emerald-100\/95:hover {
  border-left-color: rgb(209 250 229 / 0.95);
  border-right-color: rgb(209 250 229 / 0.95);
}

.hover\:border-x-emerald-200:hover {
  --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));
}

.hover\:border-x-emerald-200\/0:hover {
  border-left-color: rgb(167 243 208 / 0);
  border-right-color: rgb(167 243 208 / 0);
}

.hover\:border-x-emerald-200\/10:hover {
  border-left-color: rgb(167 243 208 / 0.1);
  border-right-color: rgb(167 243 208 / 0.1);
}

.hover\:border-x-emerald-200\/100:hover {
  border-left-color: rgb(167 243 208 / 1);
  border-right-color: rgb(167 243 208 / 1);
}

.hover\:border-x-emerald-200\/20:hover {
  border-left-color: rgb(167 243 208 / 0.2);
  border-right-color: rgb(167 243 208 / 0.2);
}

.hover\:border-x-emerald-200\/25:hover {
  border-left-color: rgb(167 243 208 / 0.25);
  border-right-color: rgb(167 243 208 / 0.25);
}

.hover\:border-x-emerald-200\/30:hover {
  border-left-color: rgb(167 243 208 / 0.3);
  border-right-color: rgb(167 243 208 / 0.3);
}

.hover\:border-x-emerald-200\/40:hover {
  border-left-color: rgb(167 243 208 / 0.4);
  border-right-color: rgb(167 243 208 / 0.4);
}

.hover\:border-x-emerald-200\/5:hover {
  border-left-color: rgb(167 243 208 / 0.05);
  border-right-color: rgb(167 243 208 / 0.05);
}

.hover\:border-x-emerald-200\/50:hover {
  border-left-color: rgb(167 243 208 / 0.5);
  border-right-color: rgb(167 243 208 / 0.5);
}

.hover\:border-x-emerald-200\/60:hover {
  border-left-color: rgb(167 243 208 / 0.6);
  border-right-color: rgb(167 243 208 / 0.6);
}

.hover\:border-x-emerald-200\/70:hover {
  border-left-color: rgb(167 243 208 / 0.7);
  border-right-color: rgb(167 243 208 / 0.7);
}

.hover\:border-x-emerald-200\/75:hover {
  border-left-color: rgb(167 243 208 / 0.75);
  border-right-color: rgb(167 243 208 / 0.75);
}

.hover\:border-x-emerald-200\/80:hover {
  border-left-color: rgb(167 243 208 / 0.8);
  border-right-color: rgb(167 243 208 / 0.8);
}

.hover\:border-x-emerald-200\/90:hover {
  border-left-color: rgb(167 243 208 / 0.9);
  border-right-color: rgb(167 243 208 / 0.9);
}

.hover\:border-x-emerald-200\/95:hover {
  border-left-color: rgb(167 243 208 / 0.95);
  border-right-color: rgb(167 243 208 / 0.95);
}

.hover\:border-x-emerald-300:hover {
  --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));
}

.hover\:border-x-emerald-300\/0:hover {
  border-left-color: rgb(110 231 183 / 0);
  border-right-color: rgb(110 231 183 / 0);
}

.hover\:border-x-emerald-300\/10:hover {
  border-left-color: rgb(110 231 183 / 0.1);
  border-right-color: rgb(110 231 183 / 0.1);
}

.hover\:border-x-emerald-300\/100:hover {
  border-left-color: rgb(110 231 183 / 1);
  border-right-color: rgb(110 231 183 / 1);
}

.hover\:border-x-emerald-300\/20:hover {
  border-left-color: rgb(110 231 183 / 0.2);
  border-right-color: rgb(110 231 183 / 0.2);
}

.hover\:border-x-emerald-300\/25:hover {
  border-left-color: rgb(110 231 183 / 0.25);
  border-right-color: rgb(110 231 183 / 0.25);
}

.hover\:border-x-emerald-300\/30:hover {
  border-left-color: rgb(110 231 183 / 0.3);
  border-right-color: rgb(110 231 183 / 0.3);
}

.hover\:border-x-emerald-300\/40:hover {
  border-left-color: rgb(110 231 183 / 0.4);
  border-right-color: rgb(110 231 183 / 0.4);
}

.hover\:border-x-emerald-300\/5:hover {
  border-left-color: rgb(110 231 183 / 0.05);
  border-right-color: rgb(110 231 183 / 0.05);
}

.hover\:border-x-emerald-300\/50:hover {
  border-left-color: rgb(110 231 183 / 0.5);
  border-right-color: rgb(110 231 183 / 0.5);
}

.hover\:border-x-emerald-300\/60:hover {
  border-left-color: rgb(110 231 183 / 0.6);
  border-right-color: rgb(110 231 183 / 0.6);
}

.hover\:border-x-emerald-300\/70:hover {
  border-left-color: rgb(110 231 183 / 0.7);
  border-right-color: rgb(110 231 183 / 0.7);
}

.hover\:border-x-emerald-300\/75:hover {
  border-left-color: rgb(110 231 183 / 0.75);
  border-right-color: rgb(110 231 183 / 0.75);
}

.hover\:border-x-emerald-300\/80:hover {
  border-left-color: rgb(110 231 183 / 0.8);
  border-right-color: rgb(110 231 183 / 0.8);
}

.hover\:border-x-emerald-300\/90:hover {
  border-left-color: rgb(110 231 183 / 0.9);
  border-right-color: rgb(110 231 183 / 0.9);
}

.hover\:border-x-emerald-300\/95:hover {
  border-left-color: rgb(110 231 183 / 0.95);
  border-right-color: rgb(110 231 183 / 0.95);
}

.hover\:border-x-emerald-400:hover {
  --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));
}

.hover\:border-x-emerald-400\/0:hover {
  border-left-color: rgb(52 211 153 / 0);
  border-right-color: rgb(52 211 153 / 0);
}

.hover\:border-x-emerald-400\/10:hover {
  border-left-color: rgb(52 211 153 / 0.1);
  border-right-color: rgb(52 211 153 / 0.1);
}

.hover\:border-x-emerald-400\/100:hover {
  border-left-color: rgb(52 211 153 / 1);
  border-right-color: rgb(52 211 153 / 1);
}

.hover\:border-x-emerald-400\/20:hover {
  border-left-color: rgb(52 211 153 / 0.2);
  border-right-color: rgb(52 211 153 / 0.2);
}

.hover\:border-x-emerald-400\/25:hover {
  border-left-color: rgb(52 211 153 / 0.25);
  border-right-color: rgb(52 211 153 / 0.25);
}

.hover\:border-x-emerald-400\/30:hover {
  border-left-color: rgb(52 211 153 / 0.3);
  border-right-color: rgb(52 211 153 / 0.3);
}

.hover\:border-x-emerald-400\/40:hover {
  border-left-color: rgb(52 211 153 / 0.4);
  border-right-color: rgb(52 211 153 / 0.4);
}

.hover\:border-x-emerald-400\/5:hover {
  border-left-color: rgb(52 211 153 / 0.05);
  border-right-color: rgb(52 211 153 / 0.05);
}

.hover\:border-x-emerald-400\/50:hover {
  border-left-color: rgb(52 211 153 / 0.5);
  border-right-color: rgb(52 211 153 / 0.5);
}

.hover\:border-x-emerald-400\/60:hover {
  border-left-color: rgb(52 211 153 / 0.6);
  border-right-color: rgb(52 211 153 / 0.6);
}

.hover\:border-x-emerald-400\/70:hover {
  border-left-color: rgb(52 211 153 / 0.7);
  border-right-color: rgb(52 211 153 / 0.7);
}

.hover\:border-x-emerald-400\/75:hover {
  border-left-color: rgb(52 211 153 / 0.75);
  border-right-color: rgb(52 211 153 / 0.75);
}

.hover\:border-x-emerald-400\/80:hover {
  border-left-color: rgb(52 211 153 / 0.8);
  border-right-color: rgb(52 211 153 / 0.8);
}

.hover\:border-x-emerald-400\/90:hover {
  border-left-color: rgb(52 211 153 / 0.9);
  border-right-color: rgb(52 211 153 / 0.9);
}

.hover\:border-x-emerald-400\/95:hover {
  border-left-color: rgb(52 211 153 / 0.95);
  border-right-color: rgb(52 211 153 / 0.95);
}

.hover\:border-x-emerald-50:hover {
  --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));
}

.hover\:border-x-emerald-50\/0:hover {
  border-left-color: rgb(236 253 245 / 0);
  border-right-color: rgb(236 253 245 / 0);
}

.hover\:border-x-emerald-50\/10:hover {
  border-left-color: rgb(236 253 245 / 0.1);
  border-right-color: rgb(236 253 245 / 0.1);
}

.hover\:border-x-emerald-50\/100:hover {
  border-left-color: rgb(236 253 245 / 1);
  border-right-color: rgb(236 253 245 / 1);
}

.hover\:border-x-emerald-50\/20:hover {
  border-left-color: rgb(236 253 245 / 0.2);
  border-right-color: rgb(236 253 245 / 0.2);
}

.hover\:border-x-emerald-50\/25:hover {
  border-left-color: rgb(236 253 245 / 0.25);
  border-right-color: rgb(236 253 245 / 0.25);
}

.hover\:border-x-emerald-50\/30:hover {
  border-left-color: rgb(236 253 245 / 0.3);
  border-right-color: rgb(236 253 245 / 0.3);
}

.hover\:border-x-emerald-50\/40:hover {
  border-left-color: rgb(236 253 245 / 0.4);
  border-right-color: rgb(236 253 245 / 0.4);
}

.hover\:border-x-emerald-50\/5:hover {
  border-left-color: rgb(236 253 245 / 0.05);
  border-right-color: rgb(236 253 245 / 0.05);
}

.hover\:border-x-emerald-50\/50:hover {
  border-left-color: rgb(236 253 245 / 0.5);
  border-right-color: rgb(236 253 245 / 0.5);
}

.hover\:border-x-emerald-50\/60:hover {
  border-left-color: rgb(236 253 245 / 0.6);
  border-right-color: rgb(236 253 245 / 0.6);
}

.hover\:border-x-emerald-50\/70:hover {
  border-left-color: rgb(236 253 245 / 0.7);
  border-right-color: rgb(236 253 245 / 0.7);
}

.hover\:border-x-emerald-50\/75:hover {
  border-left-color: rgb(236 253 245 / 0.75);
  border-right-color: rgb(236 253 245 / 0.75);
}

.hover\:border-x-emerald-50\/80:hover {
  border-left-color: rgb(236 253 245 / 0.8);
  border-right-color: rgb(236 253 245 / 0.8);
}

.hover\:border-x-emerald-50\/90:hover {
  border-left-color: rgb(236 253 245 / 0.9);
  border-right-color: rgb(236 253 245 / 0.9);
}

.hover\:border-x-emerald-50\/95:hover {
  border-left-color: rgb(236 253 245 / 0.95);
  border-right-color: rgb(236 253 245 / 0.95);
}

.hover\:border-x-emerald-500:hover {
  --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));
}

.hover\:border-x-emerald-500\/0:hover {
  border-left-color: rgb(16 185 129 / 0);
  border-right-color: rgb(16 185 129 / 0);
}

.hover\:border-x-emerald-500\/10:hover {
  border-left-color: rgb(16 185 129 / 0.1);
  border-right-color: rgb(16 185 129 / 0.1);
}

.hover\:border-x-emerald-500\/100:hover {
  border-left-color: rgb(16 185 129 / 1);
  border-right-color: rgb(16 185 129 / 1);
}

.hover\:border-x-emerald-500\/20:hover {
  border-left-color: rgb(16 185 129 / 0.2);
  border-right-color: rgb(16 185 129 / 0.2);
}

.hover\:border-x-emerald-500\/25:hover {
  border-left-color: rgb(16 185 129 / 0.25);
  border-right-color: rgb(16 185 129 / 0.25);
}

.hover\:border-x-emerald-500\/30:hover {
  border-left-color: rgb(16 185 129 / 0.3);
  border-right-color: rgb(16 185 129 / 0.3);
}

.hover\:border-x-emerald-500\/40:hover {
  border-left-color: rgb(16 185 129 / 0.4);
  border-right-color: rgb(16 185 129 / 0.4);
}

.hover\:border-x-emerald-500\/5:hover {
  border-left-color: rgb(16 185 129 / 0.05);
  border-right-color: rgb(16 185 129 / 0.05);
}

.hover\:border-x-emerald-500\/50:hover {
  border-left-color: rgb(16 185 129 / 0.5);
  border-right-color: rgb(16 185 129 / 0.5);
}

.hover\:border-x-emerald-500\/60:hover {
  border-left-color: rgb(16 185 129 / 0.6);
  border-right-color: rgb(16 185 129 / 0.6);
}

.hover\:border-x-emerald-500\/70:hover {
  border-left-color: rgb(16 185 129 / 0.7);
  border-right-color: rgb(16 185 129 / 0.7);
}

.hover\:border-x-emerald-500\/75:hover {
  border-left-color: rgb(16 185 129 / 0.75);
  border-right-color: rgb(16 185 129 / 0.75);
}

.hover\:border-x-emerald-500\/80:hover {
  border-left-color: rgb(16 185 129 / 0.8);
  border-right-color: rgb(16 185 129 / 0.8);
}

.hover\:border-x-emerald-500\/90:hover {
  border-left-color: rgb(16 185 129 / 0.9);
  border-right-color: rgb(16 185 129 / 0.9);
}

.hover\:border-x-emerald-500\/95:hover {
  border-left-color: rgb(16 185 129 / 0.95);
  border-right-color: rgb(16 185 129 / 0.95);
}

.hover\:border-x-emerald-600:hover {
  --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));
}

.hover\:border-x-emerald-600\/0:hover {
  border-left-color: rgb(5 150 105 / 0);
  border-right-color: rgb(5 150 105 / 0);
}

.hover\:border-x-emerald-600\/10:hover {
  border-left-color: rgb(5 150 105 / 0.1);
  border-right-color: rgb(5 150 105 / 0.1);
}

.hover\:border-x-emerald-600\/100:hover {
  border-left-color: rgb(5 150 105 / 1);
  border-right-color: rgb(5 150 105 / 1);
}

.hover\:border-x-emerald-600\/20:hover {
  border-left-color: rgb(5 150 105 / 0.2);
  border-right-color: rgb(5 150 105 / 0.2);
}

.hover\:border-x-emerald-600\/25:hover {
  border-left-color: rgb(5 150 105 / 0.25);
  border-right-color: rgb(5 150 105 / 0.25);
}

.hover\:border-x-emerald-600\/30:hover {
  border-left-color: rgb(5 150 105 / 0.3);
  border-right-color: rgb(5 150 105 / 0.3);
}

.hover\:border-x-emerald-600\/40:hover {
  border-left-color: rgb(5 150 105 / 0.4);
  border-right-color: rgb(5 150 105 / 0.4);
}

.hover\:border-x-emerald-600\/5:hover {
  border-left-color: rgb(5 150 105 / 0.05);
  border-right-color: rgb(5 150 105 / 0.05);
}

.hover\:border-x-emerald-600\/50:hover {
  border-left-color: rgb(5 150 105 / 0.5);
  border-right-color: rgb(5 150 105 / 0.5);
}

.hover\:border-x-emerald-600\/60:hover {
  border-left-color: rgb(5 150 105 / 0.6);
  border-right-color: rgb(5 150 105 / 0.6);
}

.hover\:border-x-emerald-600\/70:hover {
  border-left-color: rgb(5 150 105 / 0.7);
  border-right-color: rgb(5 150 105 / 0.7);
}

.hover\:border-x-emerald-600\/75:hover {
  border-left-color: rgb(5 150 105 / 0.75);
  border-right-color: rgb(5 150 105 / 0.75);
}

.hover\:border-x-emerald-600\/80:hover {
  border-left-color: rgb(5 150 105 / 0.8);
  border-right-color: rgb(5 150 105 / 0.8);
}

.hover\:border-x-emerald-600\/90:hover {
  border-left-color: rgb(5 150 105 / 0.9);
  border-right-color: rgb(5 150 105 / 0.9);
}

.hover\:border-x-emerald-600\/95:hover {
  border-left-color: rgb(5 150 105 / 0.95);
  border-right-color: rgb(5 150 105 / 0.95);
}

.hover\:border-x-emerald-700:hover {
  --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));
}

.hover\:border-x-emerald-700\/0:hover {
  border-left-color: rgb(4 120 87 / 0);
  border-right-color: rgb(4 120 87 / 0);
}

.hover\:border-x-emerald-700\/10:hover {
  border-left-color: rgb(4 120 87 / 0.1);
  border-right-color: rgb(4 120 87 / 0.1);
}

.hover\:border-x-emerald-700\/100:hover {
  border-left-color: rgb(4 120 87 / 1);
  border-right-color: rgb(4 120 87 / 1);
}

.hover\:border-x-emerald-700\/20:hover {
  border-left-color: rgb(4 120 87 / 0.2);
  border-right-color: rgb(4 120 87 / 0.2);
}

.hover\:border-x-emerald-700\/25:hover {
  border-left-color: rgb(4 120 87 / 0.25);
  border-right-color: rgb(4 120 87 / 0.25);
}

.hover\:border-x-emerald-700\/30:hover {
  border-left-color: rgb(4 120 87 / 0.3);
  border-right-color: rgb(4 120 87 / 0.3);
}

.hover\:border-x-emerald-700\/40:hover {
  border-left-color: rgb(4 120 87 / 0.4);
  border-right-color: rgb(4 120 87 / 0.4);
}

.hover\:border-x-emerald-700\/5:hover {
  border-left-color: rgb(4 120 87 / 0.05);
  border-right-color: rgb(4 120 87 / 0.05);
}

.hover\:border-x-emerald-700\/50:hover {
  border-left-color: rgb(4 120 87 / 0.5);
  border-right-color: rgb(4 120 87 / 0.5);
}

.hover\:border-x-emerald-700\/60:hover {
  border-left-color: rgb(4 120 87 / 0.6);
  border-right-color: rgb(4 120 87 / 0.6);
}

.hover\:border-x-emerald-700\/70:hover {
  border-left-color: rgb(4 120 87 / 0.7);
  border-right-color: rgb(4 120 87 / 0.7);
}

.hover\:border-x-emerald-700\/75:hover {
  border-left-color: rgb(4 120 87 / 0.75);
  border-right-color: rgb(4 120 87 / 0.75);
}

.hover\:border-x-emerald-700\/80:hover {
  border-left-color: rgb(4 120 87 / 0.8);
  border-right-color: rgb(4 120 87 / 0.8);
}

.hover\:border-x-emerald-700\/90:hover {
  border-left-color: rgb(4 120 87 / 0.9);
  border-right-color: rgb(4 120 87 / 0.9);
}

.hover\:border-x-emerald-700\/95:hover {
  border-left-color: rgb(4 120 87 / 0.95);
  border-right-color: rgb(4 120 87 / 0.95);
}

.hover\:border-x-emerald-800:hover {
  --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));
}

.hover\:border-x-emerald-800\/0:hover {
  border-left-color: rgb(6 95 70 / 0);
  border-right-color: rgb(6 95 70 / 0);
}

.hover\:border-x-emerald-800\/10:hover {
  border-left-color: rgb(6 95 70 / 0.1);
  border-right-color: rgb(6 95 70 / 0.1);
}

.hover\:border-x-emerald-800\/100:hover {
  border-left-color: rgb(6 95 70 / 1);
  border-right-color: rgb(6 95 70 / 1);
}

.hover\:border-x-emerald-800\/20:hover {
  border-left-color: rgb(6 95 70 / 0.2);
  border-right-color: rgb(6 95 70 / 0.2);
}

.hover\:border-x-emerald-800\/25:hover {
  border-left-color: rgb(6 95 70 / 0.25);
  border-right-color: rgb(6 95 70 / 0.25);
}

.hover\:border-x-emerald-800\/30:hover {
  border-left-color: rgb(6 95 70 / 0.3);
  border-right-color: rgb(6 95 70 / 0.3);
}

.hover\:border-x-emerald-800\/40:hover {
  border-left-color: rgb(6 95 70 / 0.4);
  border-right-color: rgb(6 95 70 / 0.4);
}

.hover\:border-x-emerald-800\/5:hover {
  border-left-color: rgb(6 95 70 / 0.05);
  border-right-color: rgb(6 95 70 / 0.05);
}

.hover\:border-x-emerald-800\/50:hover {
  border-left-color: rgb(6 95 70 / 0.5);
  border-right-color: rgb(6 95 70 / 0.5);
}

.hover\:border-x-emerald-800\/60:hover {
  border-left-color: rgb(6 95 70 / 0.6);
  border-right-color: rgb(6 95 70 / 0.6);
}

.hover\:border-x-emerald-800\/70:hover {
  border-left-color: rgb(6 95 70 / 0.7);
  border-right-color: rgb(6 95 70 / 0.7);
}

.hover\:border-x-emerald-800\/75:hover {
  border-left-color: rgb(6 95 70 / 0.75);
  border-right-color: rgb(6 95 70 / 0.75);
}

.hover\:border-x-emerald-800\/80:hover {
  border-left-color: rgb(6 95 70 / 0.8);
  border-right-color: rgb(6 95 70 / 0.8);
}

.hover\:border-x-emerald-800\/90:hover {
  border-left-color: rgb(6 95 70 / 0.9);
  border-right-color: rgb(6 95 70 / 0.9);
}

.hover\:border-x-emerald-800\/95:hover {
  border-left-color: rgb(6 95 70 / 0.95);
  border-right-color: rgb(6 95 70 / 0.95);
}

.hover\:border-x-emerald-900:hover {
  --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));
}

.hover\:border-x-emerald-900\/0:hover {
  border-left-color: rgb(6 78 59 / 0);
  border-right-color: rgb(6 78 59 / 0);
}

.hover\:border-x-emerald-900\/10:hover {
  border-left-color: rgb(6 78 59 / 0.1);
  border-right-color: rgb(6 78 59 / 0.1);
}

.hover\:border-x-emerald-900\/100:hover {
  border-left-color: rgb(6 78 59 / 1);
  border-right-color: rgb(6 78 59 / 1);
}

.hover\:border-x-emerald-900\/20:hover {
  border-left-color: rgb(6 78 59 / 0.2);
  border-right-color: rgb(6 78 59 / 0.2);
}

.hover\:border-x-emerald-900\/25:hover {
  border-left-color: rgb(6 78 59 / 0.25);
  border-right-color: rgb(6 78 59 / 0.25);
}

.hover\:border-x-emerald-900\/30:hover {
  border-left-color: rgb(6 78 59 / 0.3);
  border-right-color: rgb(6 78 59 / 0.3);
}

.hover\:border-x-emerald-900\/40:hover {
  border-left-color: rgb(6 78 59 / 0.4);
  border-right-color: rgb(6 78 59 / 0.4);
}

.hover\:border-x-emerald-900\/5:hover {
  border-left-color: rgb(6 78 59 / 0.05);
  border-right-color: rgb(6 78 59 / 0.05);
}

.hover\:border-x-emerald-900\/50:hover {
  border-left-color: rgb(6 78 59 / 0.5);
  border-right-color: rgb(6 78 59 / 0.5);
}

.hover\:border-x-emerald-900\/60:hover {
  border-left-color: rgb(6 78 59 / 0.6);
  border-right-color: rgb(6 78 59 / 0.6);
}

.hover\:border-x-emerald-900\/70:hover {
  border-left-color: rgb(6 78 59 / 0.7);
  border-right-color: rgb(6 78 59 / 0.7);
}

.hover\:border-x-emerald-900\/75:hover {
  border-left-color: rgb(6 78 59 / 0.75);
  border-right-color: rgb(6 78 59 / 0.75);
}

.hover\:border-x-emerald-900\/80:hover {
  border-left-color: rgb(6 78 59 / 0.8);
  border-right-color: rgb(6 78 59 / 0.8);
}

.hover\:border-x-emerald-900\/90:hover {
  border-left-color: rgb(6 78 59 / 0.9);
  border-right-color: rgb(6 78 59 / 0.9);
}

.hover\:border-x-emerald-900\/95:hover {
  border-left-color: rgb(6 78 59 / 0.95);
  border-right-color: rgb(6 78 59 / 0.95);
}

.hover\:border-x-emerald-950:hover {
  --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));
}

.hover\:border-x-emerald-950\/0:hover {
  border-left-color: rgb(2 44 34 / 0);
  border-right-color: rgb(2 44 34 / 0);
}

.hover\:border-x-emerald-950\/10:hover {
  border-left-color: rgb(2 44 34 / 0.1);
  border-right-color: rgb(2 44 34 / 0.1);
}

.hover\:border-x-emerald-950\/100:hover {
  border-left-color: rgb(2 44 34 / 1);
  border-right-color: rgb(2 44 34 / 1);
}

.hover\:border-x-emerald-950\/20:hover {
  border-left-color: rgb(2 44 34 / 0.2);
  border-right-color: rgb(2 44 34 / 0.2);
}

.hover\:border-x-emerald-950\/25:hover {
  border-left-color: rgb(2 44 34 / 0.25);
  border-right-color: rgb(2 44 34 / 0.25);
}

.hover\:border-x-emerald-950\/30:hover {
  border-left-color: rgb(2 44 34 / 0.3);
  border-right-color: rgb(2 44 34 / 0.3);
}

.hover\:border-x-emerald-950\/40:hover {
  border-left-color: rgb(2 44 34 / 0.4);
  border-right-color: rgb(2 44 34 / 0.4);
}

.hover\:border-x-emerald-950\/5:hover {
  border-left-color: rgb(2 44 34 / 0.05);
  border-right-color: rgb(2 44 34 / 0.05);
}

.hover\:border-x-emerald-950\/50:hover {
  border-left-color: rgb(2 44 34 / 0.5);
  border-right-color: rgb(2 44 34 / 0.5);
}

.hover\:border-x-emerald-950\/60:hover {
  border-left-color: rgb(2 44 34 / 0.6);
  border-right-color: rgb(2 44 34 / 0.6);
}

.hover\:border-x-emerald-950\/70:hover {
  border-left-color: rgb(2 44 34 / 0.7);
  border-right-color: rgb(2 44 34 / 0.7);
}

.hover\:border-x-emerald-950\/75:hover {
  border-left-color: rgb(2 44 34 / 0.75);
  border-right-color: rgb(2 44 34 / 0.75);
}

.hover\:border-x-emerald-950\/80:hover {
  border-left-color: rgb(2 44 34 / 0.8);
  border-right-color: rgb(2 44 34 / 0.8);
}

.hover\:border-x-emerald-950\/90:hover {
  border-left-color: rgb(2 44 34 / 0.9);
  border-right-color: rgb(2 44 34 / 0.9);
}

.hover\:border-x-emerald-950\/95:hover {
  border-left-color: rgb(2 44 34 / 0.95);
  border-right-color: rgb(2 44 34 / 0.95);
}

.hover\:border-x-fuchsia-100:hover {
  --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));
}

.hover\:border-x-fuchsia-100\/0:hover {
  border-left-color: rgb(250 232 255 / 0);
  border-right-color: rgb(250 232 255 / 0);
}

.hover\:border-x-fuchsia-100\/10:hover {
  border-left-color: rgb(250 232 255 / 0.1);
  border-right-color: rgb(250 232 255 / 0.1);
}

.hover\:border-x-fuchsia-100\/100:hover {
  border-left-color: rgb(250 232 255 / 1);
  border-right-color: rgb(250 232 255 / 1);
}

.hover\:border-x-fuchsia-100\/20:hover {
  border-left-color: rgb(250 232 255 / 0.2);
  border-right-color: rgb(250 232 255 / 0.2);
}

.hover\:border-x-fuchsia-100\/25:hover {
  border-left-color: rgb(250 232 255 / 0.25);
  border-right-color: rgb(250 232 255 / 0.25);
}

.hover\:border-x-fuchsia-100\/30:hover {
  border-left-color: rgb(250 232 255 / 0.3);
  border-right-color: rgb(250 232 255 / 0.3);
}

.hover\:border-x-fuchsia-100\/40:hover {
  border-left-color: rgb(250 232 255 / 0.4);
  border-right-color: rgb(250 232 255 / 0.4);
}

.hover\:border-x-fuchsia-100\/5:hover {
  border-left-color: rgb(250 232 255 / 0.05);
  border-right-color: rgb(250 232 255 / 0.05);
}

.hover\:border-x-fuchsia-100\/50:hover {
  border-left-color: rgb(250 232 255 / 0.5);
  border-right-color: rgb(250 232 255 / 0.5);
}

.hover\:border-x-fuchsia-100\/60:hover {
  border-left-color: rgb(250 232 255 / 0.6);
  border-right-color: rgb(250 232 255 / 0.6);
}

.hover\:border-x-fuchsia-100\/70:hover {
  border-left-color: rgb(250 232 255 / 0.7);
  border-right-color: rgb(250 232 255 / 0.7);
}

.hover\:border-x-fuchsia-100\/75:hover {
  border-left-color: rgb(250 232 255 / 0.75);
  border-right-color: rgb(250 232 255 / 0.75);
}

.hover\:border-x-fuchsia-100\/80:hover {
  border-left-color: rgb(250 232 255 / 0.8);
  border-right-color: rgb(250 232 255 / 0.8);
}

.hover\:border-x-fuchsia-100\/90:hover {
  border-left-color: rgb(250 232 255 / 0.9);
  border-right-color: rgb(250 232 255 / 0.9);
}

.hover\:border-x-fuchsia-100\/95:hover {
  border-left-color: rgb(250 232 255 / 0.95);
  border-right-color: rgb(250 232 255 / 0.95);
}

.hover\:border-x-fuchsia-200:hover {
  --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));
}

.hover\:border-x-fuchsia-200\/0:hover {
  border-left-color: rgb(245 208 254 / 0);
  border-right-color: rgb(245 208 254 / 0);
}

.hover\:border-x-fuchsia-200\/10:hover {
  border-left-color: rgb(245 208 254 / 0.1);
  border-right-color: rgb(245 208 254 / 0.1);
}

.hover\:border-x-fuchsia-200\/100:hover {
  border-left-color: rgb(245 208 254 / 1);
  border-right-color: rgb(245 208 254 / 1);
}

.hover\:border-x-fuchsia-200\/20:hover {
  border-left-color: rgb(245 208 254 / 0.2);
  border-right-color: rgb(245 208 254 / 0.2);
}

.hover\:border-x-fuchsia-200\/25:hover {
  border-left-color: rgb(245 208 254 / 0.25);
  border-right-color: rgb(245 208 254 / 0.25);
}

.hover\:border-x-fuchsia-200\/30:hover {
  border-left-color: rgb(245 208 254 / 0.3);
  border-right-color: rgb(245 208 254 / 0.3);
}

.hover\:border-x-fuchsia-200\/40:hover {
  border-left-color: rgb(245 208 254 / 0.4);
  border-right-color: rgb(245 208 254 / 0.4);
}

.hover\:border-x-fuchsia-200\/5:hover {
  border-left-color: rgb(245 208 254 / 0.05);
  border-right-color: rgb(245 208 254 / 0.05);
}

.hover\:border-x-fuchsia-200\/50:hover {
  border-left-color: rgb(245 208 254 / 0.5);
  border-right-color: rgb(245 208 254 / 0.5);
}

.hover\:border-x-fuchsia-200\/60:hover {
  border-left-color: rgb(245 208 254 / 0.6);
  border-right-color: rgb(245 208 254 / 0.6);
}

.hover\:border-x-fuchsia-200\/70:hover {
  border-left-color: rgb(245 208 254 / 0.7);
  border-right-color: rgb(245 208 254 / 0.7);
}

.hover\:border-x-fuchsia-200\/75:hover {
  border-left-color: rgb(245 208 254 / 0.75);
  border-right-color: rgb(245 208 254 / 0.75);
}

.hover\:border-x-fuchsia-200\/80:hover {
  border-left-color: rgb(245 208 254 / 0.8);
  border-right-color: rgb(245 208 254 / 0.8);
}

.hover\:border-x-fuchsia-200\/90:hover {
  border-left-color: rgb(245 208 254 / 0.9);
  border-right-color: rgb(245 208 254 / 0.9);
}

.hover\:border-x-fuchsia-200\/95:hover {
  border-left-color: rgb(245 208 254 / 0.95);
  border-right-color: rgb(245 208 254 / 0.95);
}

.hover\:border-x-fuchsia-300:hover {
  --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));
}

.hover\:border-x-fuchsia-300\/0:hover {
  border-left-color: rgb(240 171 252 / 0);
  border-right-color: rgb(240 171 252 / 0);
}

.hover\:border-x-fuchsia-300\/10:hover {
  border-left-color: rgb(240 171 252 / 0.1);
  border-right-color: rgb(240 171 252 / 0.1);
}

.hover\:border-x-fuchsia-300\/100:hover {
  border-left-color: rgb(240 171 252 / 1);
  border-right-color: rgb(240 171 252 / 1);
}

.hover\:border-x-fuchsia-300\/20:hover {
  border-left-color: rgb(240 171 252 / 0.2);
  border-right-color: rgb(240 171 252 / 0.2);
}

.hover\:border-x-fuchsia-300\/25:hover {
  border-left-color: rgb(240 171 252 / 0.25);
  border-right-color: rgb(240 171 252 / 0.25);
}

.hover\:border-x-fuchsia-300\/30:hover {
  border-left-color: rgb(240 171 252 / 0.3);
  border-right-color: rgb(240 171 252 / 0.3);
}

.hover\:border-x-fuchsia-300\/40:hover {
  border-left-color: rgb(240 171 252 / 0.4);
  border-right-color: rgb(240 171 252 / 0.4);
}

.hover\:border-x-fuchsia-300\/5:hover {
  border-left-color: rgb(240 171 252 / 0.05);
  border-right-color: rgb(240 171 252 / 0.05);
}

.hover\:border-x-fuchsia-300\/50:hover {
  border-left-color: rgb(240 171 252 / 0.5);
  border-right-color: rgb(240 171 252 / 0.5);
}

.hover\:border-x-fuchsia-300\/60:hover {
  border-left-color: rgb(240 171 252 / 0.6);
  border-right-color: rgb(240 171 252 / 0.6);
}

.hover\:border-x-fuchsia-300\/70:hover {
  border-left-color: rgb(240 171 252 / 0.7);
  border-right-color: rgb(240 171 252 / 0.7);
}

.hover\:border-x-fuchsia-300\/75:hover {
  border-left-color: rgb(240 171 252 / 0.75);
  border-right-color: rgb(240 171 252 / 0.75);
}

.hover\:border-x-fuchsia-300\/80:hover {
  border-left-color: rgb(240 171 252 / 0.8);
  border-right-color: rgb(240 171 252 / 0.8);
}

.hover\:border-x-fuchsia-300\/90:hover {
  border-left-color: rgb(240 171 252 / 0.9);
  border-right-color: rgb(240 171 252 / 0.9);
}

.hover\:border-x-fuchsia-300\/95:hover {
  border-left-color: rgb(240 171 252 / 0.95);
  border-right-color: rgb(240 171 252 / 0.95);
}

.hover\:border-x-fuchsia-400:hover {
  --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));
}

.hover\:border-x-fuchsia-400\/0:hover {
  border-left-color: rgb(232 121 249 / 0);
  border-right-color: rgb(232 121 249 / 0);
}

.hover\:border-x-fuchsia-400\/10:hover {
  border-left-color: rgb(232 121 249 / 0.1);
  border-right-color: rgb(232 121 249 / 0.1);
}

.hover\:border-x-fuchsia-400\/100:hover {
  border-left-color: rgb(232 121 249 / 1);
  border-right-color: rgb(232 121 249 / 1);
}

.hover\:border-x-fuchsia-400\/20:hover {
  border-left-color: rgb(232 121 249 / 0.2);
  border-right-color: rgb(232 121 249 / 0.2);
}

.hover\:border-x-fuchsia-400\/25:hover {
  border-left-color: rgb(232 121 249 / 0.25);
  border-right-color: rgb(232 121 249 / 0.25);
}

.hover\:border-x-fuchsia-400\/30:hover {
  border-left-color: rgb(232 121 249 / 0.3);
  border-right-color: rgb(232 121 249 / 0.3);
}

.hover\:border-x-fuchsia-400\/40:hover {
  border-left-color: rgb(232 121 249 / 0.4);
  border-right-color: rgb(232 121 249 / 0.4);
}

.hover\:border-x-fuchsia-400\/5:hover {
  border-left-color: rgb(232 121 249 / 0.05);
  border-right-color: rgb(232 121 249 / 0.05);
}

.hover\:border-x-fuchsia-400\/50:hover {
  border-left-color: rgb(232 121 249 / 0.5);
  border-right-color: rgb(232 121 249 / 0.5);
}

.hover\:border-x-fuchsia-400\/60:hover {
  border-left-color: rgb(232 121 249 / 0.6);
  border-right-color: rgb(232 121 249 / 0.6);
}

.hover\:border-x-fuchsia-400\/70:hover {
  border-left-color: rgb(232 121 249 / 0.7);
  border-right-color: rgb(232 121 249 / 0.7);
}

.hover\:border-x-fuchsia-400\/75:hover {
  border-left-color: rgb(232 121 249 / 0.75);
  border-right-color: rgb(232 121 249 / 0.75);
}

.hover\:border-x-fuchsia-400\/80:hover {
  border-left-color: rgb(232 121 249 / 0.8);
  border-right-color: rgb(232 121 249 / 0.8);
}

.hover\:border-x-fuchsia-400\/90:hover {
  border-left-color: rgb(232 121 249 / 0.9);
  border-right-color: rgb(232 121 249 / 0.9);
}

.hover\:border-x-fuchsia-400\/95:hover {
  border-left-color: rgb(232 121 249 / 0.95);
  border-right-color: rgb(232 121 249 / 0.95);
}

.hover\:border-x-fuchsia-50:hover {
  --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));
}

.hover\:border-x-fuchsia-50\/0:hover {
  border-left-color: rgb(253 244 255 / 0);
  border-right-color: rgb(253 244 255 / 0);
}

.hover\:border-x-fuchsia-50\/10:hover {
  border-left-color: rgb(253 244 255 / 0.1);
  border-right-color: rgb(253 244 255 / 0.1);
}

.hover\:border-x-fuchsia-50\/100:hover {
  border-left-color: rgb(253 244 255 / 1);
  border-right-color: rgb(253 244 255 / 1);
}

.hover\:border-x-fuchsia-50\/20:hover {
  border-left-color: rgb(253 244 255 / 0.2);
  border-right-color: rgb(253 244 255 / 0.2);
}

.hover\:border-x-fuchsia-50\/25:hover {
  border-left-color: rgb(253 244 255 / 0.25);
  border-right-color: rgb(253 244 255 / 0.25);
}

.hover\:border-x-fuchsia-50\/30:hover {
  border-left-color: rgb(253 244 255 / 0.3);
  border-right-color: rgb(253 244 255 / 0.3);
}

.hover\:border-x-fuchsia-50\/40:hover {
  border-left-color: rgb(253 244 255 / 0.4);
  border-right-color: rgb(253 244 255 / 0.4);
}

.hover\:border-x-fuchsia-50\/5:hover {
  border-left-color: rgb(253 244 255 / 0.05);
  border-right-color: rgb(253 244 255 / 0.05);
}

.hover\:border-x-fuchsia-50\/50:hover {
  border-left-color: rgb(253 244 255 / 0.5);
  border-right-color: rgb(253 244 255 / 0.5);
}

.hover\:border-x-fuchsia-50\/60:hover {
  border-left-color: rgb(253 244 255 / 0.6);
  border-right-color: rgb(253 244 255 / 0.6);
}

.hover\:border-x-fuchsia-50\/70:hover {
  border-left-color: rgb(253 244 255 / 0.7);
  border-right-color: rgb(253 244 255 / 0.7);
}

.hover\:border-x-fuchsia-50\/75:hover {
  border-left-color: rgb(253 244 255 / 0.75);
  border-right-color: rgb(253 244 255 / 0.75);
}

.hover\:border-x-fuchsia-50\/80:hover {
  border-left-color: rgb(253 244 255 / 0.8);
  border-right-color: rgb(253 244 255 / 0.8);
}

.hover\:border-x-fuchsia-50\/90:hover {
  border-left-color: rgb(253 244 255 / 0.9);
  border-right-color: rgb(253 244 255 / 0.9);
}

.hover\:border-x-fuchsia-50\/95:hover {
  border-left-color: rgb(253 244 255 / 0.95);
  border-right-color: rgb(253 244 255 / 0.95);
}

.hover\:border-x-fuchsia-500:hover {
  --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));
}

.hover\:border-x-fuchsia-500\/0:hover {
  border-left-color: rgb(217 70 239 / 0);
  border-right-color: rgb(217 70 239 / 0);
}

.hover\:border-x-fuchsia-500\/10:hover {
  border-left-color: rgb(217 70 239 / 0.1);
  border-right-color: rgb(217 70 239 / 0.1);
}

.hover\:border-x-fuchsia-500\/100:hover {
  border-left-color: rgb(217 70 239 / 1);
  border-right-color: rgb(217 70 239 / 1);
}

.hover\:border-x-fuchsia-500\/20:hover {
  border-left-color: rgb(217 70 239 / 0.2);
  border-right-color: rgb(217 70 239 / 0.2);
}

.hover\:border-x-fuchsia-500\/25:hover {
  border-left-color: rgb(217 70 239 / 0.25);
  border-right-color: rgb(217 70 239 / 0.25);
}

.hover\:border-x-fuchsia-500\/30:hover {
  border-left-color: rgb(217 70 239 / 0.3);
  border-right-color: rgb(217 70 239 / 0.3);
}

.hover\:border-x-fuchsia-500\/40:hover {
  border-left-color: rgb(217 70 239 / 0.4);
  border-right-color: rgb(217 70 239 / 0.4);
}

.hover\:border-x-fuchsia-500\/5:hover {
  border-left-color: rgb(217 70 239 / 0.05);
  border-right-color: rgb(217 70 239 / 0.05);
}

.hover\:border-x-fuchsia-500\/50:hover {
  border-left-color: rgb(217 70 239 / 0.5);
  border-right-color: rgb(217 70 239 / 0.5);
}

.hover\:border-x-fuchsia-500\/60:hover {
  border-left-color: rgb(217 70 239 / 0.6);
  border-right-color: rgb(217 70 239 / 0.6);
}

.hover\:border-x-fuchsia-500\/70:hover {
  border-left-color: rgb(217 70 239 / 0.7);
  border-right-color: rgb(217 70 239 / 0.7);
}

.hover\:border-x-fuchsia-500\/75:hover {
  border-left-color: rgb(217 70 239 / 0.75);
  border-right-color: rgb(217 70 239 / 0.75);
}

.hover\:border-x-fuchsia-500\/80:hover {
  border-left-color: rgb(217 70 239 / 0.8);
  border-right-color: rgb(217 70 239 / 0.8);
}

.hover\:border-x-fuchsia-500\/90:hover {
  border-left-color: rgb(217 70 239 / 0.9);
  border-right-color: rgb(217 70 239 / 0.9);
}

.hover\:border-x-fuchsia-500\/95:hover {
  border-left-color: rgb(217 70 239 / 0.95);
  border-right-color: rgb(217 70 239 / 0.95);
}

.hover\:border-x-fuchsia-600:hover {
  --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));
}

.hover\:border-x-fuchsia-600\/0:hover {
  border-left-color: rgb(192 38 211 / 0);
  border-right-color: rgb(192 38 211 / 0);
}

.hover\:border-x-fuchsia-600\/10:hover {
  border-left-color: rgb(192 38 211 / 0.1);
  border-right-color: rgb(192 38 211 / 0.1);
}

.hover\:border-x-fuchsia-600\/100:hover {
  border-left-color: rgb(192 38 211 / 1);
  border-right-color: rgb(192 38 211 / 1);
}

.hover\:border-x-fuchsia-600\/20:hover {
  border-left-color: rgb(192 38 211 / 0.2);
  border-right-color: rgb(192 38 211 / 0.2);
}

.hover\:border-x-fuchsia-600\/25:hover {
  border-left-color: rgb(192 38 211 / 0.25);
  border-right-color: rgb(192 38 211 / 0.25);
}

.hover\:border-x-fuchsia-600\/30:hover {
  border-left-color: rgb(192 38 211 / 0.3);
  border-right-color: rgb(192 38 211 / 0.3);
}

.hover\:border-x-fuchsia-600\/40:hover {
  border-left-color: rgb(192 38 211 / 0.4);
  border-right-color: rgb(192 38 211 / 0.4);
}

.hover\:border-x-fuchsia-600\/5:hover {
  border-left-color: rgb(192 38 211 / 0.05);
  border-right-color: rgb(192 38 211 / 0.05);
}

.hover\:border-x-fuchsia-600\/50:hover {
  border-left-color: rgb(192 38 211 / 0.5);
  border-right-color: rgb(192 38 211 / 0.5);
}

.hover\:border-x-fuchsia-600\/60:hover {
  border-left-color: rgb(192 38 211 / 0.6);
  border-right-color: rgb(192 38 211 / 0.6);
}

.hover\:border-x-fuchsia-600\/70:hover {
  border-left-color: rgb(192 38 211 / 0.7);
  border-right-color: rgb(192 38 211 / 0.7);
}

.hover\:border-x-fuchsia-600\/75:hover {
  border-left-color: rgb(192 38 211 / 0.75);
  border-right-color: rgb(192 38 211 / 0.75);
}

.hover\:border-x-fuchsia-600\/80:hover {
  border-left-color: rgb(192 38 211 / 0.8);
  border-right-color: rgb(192 38 211 / 0.8);
}

.hover\:border-x-fuchsia-600\/90:hover {
  border-left-color: rgb(192 38 211 / 0.9);
  border-right-color: rgb(192 38 211 / 0.9);
}

.hover\:border-x-fuchsia-600\/95:hover {
  border-left-color: rgb(192 38 211 / 0.95);
  border-right-color: rgb(192 38 211 / 0.95);
}

.hover\:border-x-fuchsia-700:hover {
  --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));
}

.hover\:border-x-fuchsia-700\/0:hover {
  border-left-color: rgb(162 28 175 / 0);
  border-right-color: rgb(162 28 175 / 0);
}

.hover\:border-x-fuchsia-700\/10:hover {
  border-left-color: rgb(162 28 175 / 0.1);
  border-right-color: rgb(162 28 175 / 0.1);
}

.hover\:border-x-fuchsia-700\/100:hover {
  border-left-color: rgb(162 28 175 / 1);
  border-right-color: rgb(162 28 175 / 1);
}

.hover\:border-x-fuchsia-700\/20:hover {
  border-left-color: rgb(162 28 175 / 0.2);
  border-right-color: rgb(162 28 175 / 0.2);
}

.hover\:border-x-fuchsia-700\/25:hover {
  border-left-color: rgb(162 28 175 / 0.25);
  border-right-color: rgb(162 28 175 / 0.25);
}

.hover\:border-x-fuchsia-700\/30:hover {
  border-left-color: rgb(162 28 175 / 0.3);
  border-right-color: rgb(162 28 175 / 0.3);
}

.hover\:border-x-fuchsia-700\/40:hover {
  border-left-color: rgb(162 28 175 / 0.4);
  border-right-color: rgb(162 28 175 / 0.4);
}

.hover\:border-x-fuchsia-700\/5:hover {
  border-left-color: rgb(162 28 175 / 0.05);
  border-right-color: rgb(162 28 175 / 0.05);
}

.hover\:border-x-fuchsia-700\/50:hover {
  border-left-color: rgb(162 28 175 / 0.5);
  border-right-color: rgb(162 28 175 / 0.5);
}

.hover\:border-x-fuchsia-700\/60:hover {
  border-left-color: rgb(162 28 175 / 0.6);
  border-right-color: rgb(162 28 175 / 0.6);
}

.hover\:border-x-fuchsia-700\/70:hover {
  border-left-color: rgb(162 28 175 / 0.7);
  border-right-color: rgb(162 28 175 / 0.7);
}

.hover\:border-x-fuchsia-700\/75:hover {
  border-left-color: rgb(162 28 175 / 0.75);
  border-right-color: rgb(162 28 175 / 0.75);
}

.hover\:border-x-fuchsia-700\/80:hover {
  border-left-color: rgb(162 28 175 / 0.8);
  border-right-color: rgb(162 28 175 / 0.8);
}

.hover\:border-x-fuchsia-700\/90:hover {
  border-left-color: rgb(162 28 175 / 0.9);
  border-right-color: rgb(162 28 175 / 0.9);
}

.hover\:border-x-fuchsia-700\/95:hover {
  border-left-color: rgb(162 28 175 / 0.95);
  border-right-color: rgb(162 28 175 / 0.95);
}

.hover\:border-x-fuchsia-800:hover {
  --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));
}

.hover\:border-x-fuchsia-800\/0:hover {
  border-left-color: rgb(134 25 143 / 0);
  border-right-color: rgb(134 25 143 / 0);
}

.hover\:border-x-fuchsia-800\/10:hover {
  border-left-color: rgb(134 25 143 / 0.1);
  border-right-color: rgb(134 25 143 / 0.1);
}

.hover\:border-x-fuchsia-800\/100:hover {
  border-left-color: rgb(134 25 143 / 1);
  border-right-color: rgb(134 25 143 / 1);
}

.hover\:border-x-fuchsia-800\/20:hover {
  border-left-color: rgb(134 25 143 / 0.2);
  border-right-color: rgb(134 25 143 / 0.2);
}

.hover\:border-x-fuchsia-800\/25:hover {
  border-left-color: rgb(134 25 143 / 0.25);
  border-right-color: rgb(134 25 143 / 0.25);
}

.hover\:border-x-fuchsia-800\/30:hover {
  border-left-color: rgb(134 25 143 / 0.3);
  border-right-color: rgb(134 25 143 / 0.3);
}

.hover\:border-x-fuchsia-800\/40:hover {
  border-left-color: rgb(134 25 143 / 0.4);
  border-right-color: rgb(134 25 143 / 0.4);
}

.hover\:border-x-fuchsia-800\/5:hover {
  border-left-color: rgb(134 25 143 / 0.05);
  border-right-color: rgb(134 25 143 / 0.05);
}

.hover\:border-x-fuchsia-800\/50:hover {
  border-left-color: rgb(134 25 143 / 0.5);
  border-right-color: rgb(134 25 143 / 0.5);
}

.hover\:border-x-fuchsia-800\/60:hover {
  border-left-color: rgb(134 25 143 / 0.6);
  border-right-color: rgb(134 25 143 / 0.6);
}

.hover\:border-x-fuchsia-800\/70:hover {
  border-left-color: rgb(134 25 143 / 0.7);
  border-right-color: rgb(134 25 143 / 0.7);
}

.hover\:border-x-fuchsia-800\/75:hover {
  border-left-color: rgb(134 25 143 / 0.75);
  border-right-color: rgb(134 25 143 / 0.75);
}

.hover\:border-x-fuchsia-800\/80:hover {
  border-left-color: rgb(134 25 143 / 0.8);
  border-right-color: rgb(134 25 143 / 0.8);
}

.hover\:border-x-fuchsia-800\/90:hover {
  border-left-color: rgb(134 25 143 / 0.9);
  border-right-color: rgb(134 25 143 / 0.9);
}

.hover\:border-x-fuchsia-800\/95:hover {
  border-left-color: rgb(134 25 143 / 0.95);
  border-right-color: rgb(134 25 143 / 0.95);
}

.hover\:border-x-fuchsia-900:hover {
  --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));
}

.hover\:border-x-fuchsia-900\/0:hover {
  border-left-color: rgb(112 26 117 / 0);
  border-right-color: rgb(112 26 117 / 0);
}

.hover\:border-x-fuchsia-900\/10:hover {
  border-left-color: rgb(112 26 117 / 0.1);
  border-right-color: rgb(112 26 117 / 0.1);
}

.hover\:border-x-fuchsia-900\/100:hover {
  border-left-color: rgb(112 26 117 / 1);
  border-right-color: rgb(112 26 117 / 1);
}

.hover\:border-x-fuchsia-900\/20:hover {
  border-left-color: rgb(112 26 117 / 0.2);
  border-right-color: rgb(112 26 117 / 0.2);
}

.hover\:border-x-fuchsia-900\/25:hover {
  border-left-color: rgb(112 26 117 / 0.25);
  border-right-color: rgb(112 26 117 / 0.25);
}

.hover\:border-x-fuchsia-900\/30:hover {
  border-left-color: rgb(112 26 117 / 0.3);
  border-right-color: rgb(112 26 117 / 0.3);
}

.hover\:border-x-fuchsia-900\/40:hover {
  border-left-color: rgb(112 26 117 / 0.4);
  border-right-color: rgb(112 26 117 / 0.4);
}

.hover\:border-x-fuchsia-900\/5:hover {
  border-left-color: rgb(112 26 117 / 0.05);
  border-right-color: rgb(112 26 117 / 0.05);
}

.hover\:border-x-fuchsia-900\/50:hover {
  border-left-color: rgb(112 26 117 / 0.5);
  border-right-color: rgb(112 26 117 / 0.5);
}

.hover\:border-x-fuchsia-900\/60:hover {
  border-left-color: rgb(112 26 117 / 0.6);
  border-right-color: rgb(112 26 117 / 0.6);
}

.hover\:border-x-fuchsia-900\/70:hover {
  border-left-color: rgb(112 26 117 / 0.7);
  border-right-color: rgb(112 26 117 / 0.7);
}

.hover\:border-x-fuchsia-900\/75:hover {
  border-left-color: rgb(112 26 117 / 0.75);
  border-right-color: rgb(112 26 117 / 0.75);
}

.hover\:border-x-fuchsia-900\/80:hover {
  border-left-color: rgb(112 26 117 / 0.8);
  border-right-color: rgb(112 26 117 / 0.8);
}

.hover\:border-x-fuchsia-900\/90:hover {
  border-left-color: rgb(112 26 117 / 0.9);
  border-right-color: rgb(112 26 117 / 0.9);
}

.hover\:border-x-fuchsia-900\/95:hover {
  border-left-color: rgb(112 26 117 / 0.95);
  border-right-color: rgb(112 26 117 / 0.95);
}

.hover\:border-x-fuchsia-950:hover {
  --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));
}

.hover\:border-x-fuchsia-950\/0:hover {
  border-left-color: rgb(74 4 78 / 0);
  border-right-color: rgb(74 4 78 / 0);
}

.hover\:border-x-fuchsia-950\/10:hover {
  border-left-color: rgb(74 4 78 / 0.1);
  border-right-color: rgb(74 4 78 / 0.1);
}

.hover\:border-x-fuchsia-950\/100:hover {
  border-left-color: rgb(74 4 78 / 1);
  border-right-color: rgb(74 4 78 / 1);
}

.hover\:border-x-fuchsia-950\/20:hover {
  border-left-color: rgb(74 4 78 / 0.2);
  border-right-color: rgb(74 4 78 / 0.2);
}

.hover\:border-x-fuchsia-950\/25:hover {
  border-left-color: rgb(74 4 78 / 0.25);
  border-right-color: rgb(74 4 78 / 0.25);
}

.hover\:border-x-fuchsia-950\/30:hover {
  border-left-color: rgb(74 4 78 / 0.3);
  border-right-color: rgb(74 4 78 / 0.3);
}

.hover\:border-x-fuchsia-950\/40:hover {
  border-left-color: rgb(74 4 78 / 0.4);
  border-right-color: rgb(74 4 78 / 0.4);
}

.hover\:border-x-fuchsia-950\/5:hover {
  border-left-color: rgb(74 4 78 / 0.05);
  border-right-color: rgb(74 4 78 / 0.05);
}

.hover\:border-x-fuchsia-950\/50:hover {
  border-left-color: rgb(74 4 78 / 0.5);
  border-right-color: rgb(74 4 78 / 0.5);
}

.hover\:border-x-fuchsia-950\/60:hover {
  border-left-color: rgb(74 4 78 / 0.6);
  border-right-color: rgb(74 4 78 / 0.6);
}

.hover\:border-x-fuchsia-950\/70:hover {
  border-left-color: rgb(74 4 78 / 0.7);
  border-right-color: rgb(74 4 78 / 0.7);
}

.hover\:border-x-fuchsia-950\/75:hover {
  border-left-color: rgb(74 4 78 / 0.75);
  border-right-color: rgb(74 4 78 / 0.75);
}

.hover\:border-x-fuchsia-950\/80:hover {
  border-left-color: rgb(74 4 78 / 0.8);
  border-right-color: rgb(74 4 78 / 0.8);
}

.hover\:border-x-fuchsia-950\/90:hover {
  border-left-color: rgb(74 4 78 / 0.9);
  border-right-color: rgb(74 4 78 / 0.9);
}

.hover\:border-x-fuchsia-950\/95:hover {
  border-left-color: rgb(74 4 78 / 0.95);
  border-right-color: rgb(74 4 78 / 0.95);
}

.hover\:border-x-gray-100:hover {
  --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));
}

.hover\:border-x-gray-100\/0:hover {
  border-left-color: rgb(243 244 246 / 0);
  border-right-color: rgb(243 244 246 / 0);
}

.hover\:border-x-gray-100\/10:hover {
  border-left-color: rgb(243 244 246 / 0.1);
  border-right-color: rgb(243 244 246 / 0.1);
}

.hover\:border-x-gray-100\/100:hover {
  border-left-color: rgb(243 244 246 / 1);
  border-right-color: rgb(243 244 246 / 1);
}

.hover\:border-x-gray-100\/20:hover {
  border-left-color: rgb(243 244 246 / 0.2);
  border-right-color: rgb(243 244 246 / 0.2);
}

.hover\:border-x-gray-100\/25:hover {
  border-left-color: rgb(243 244 246 / 0.25);
  border-right-color: rgb(243 244 246 / 0.25);
}

.hover\:border-x-gray-100\/30:hover {
  border-left-color: rgb(243 244 246 / 0.3);
  border-right-color: rgb(243 244 246 / 0.3);
}

.hover\:border-x-gray-100\/40:hover {
  border-left-color: rgb(243 244 246 / 0.4);
  border-right-color: rgb(243 244 246 / 0.4);
}

.hover\:border-x-gray-100\/5:hover {
  border-left-color: rgb(243 244 246 / 0.05);
  border-right-color: rgb(243 244 246 / 0.05);
}

.hover\:border-x-gray-100\/50:hover {
  border-left-color: rgb(243 244 246 / 0.5);
  border-right-color: rgb(243 244 246 / 0.5);
}

.hover\:border-x-gray-100\/60:hover {
  border-left-color: rgb(243 244 246 / 0.6);
  border-right-color: rgb(243 244 246 / 0.6);
}

.hover\:border-x-gray-100\/70:hover {
  border-left-color: rgb(243 244 246 / 0.7);
  border-right-color: rgb(243 244 246 / 0.7);
}

.hover\:border-x-gray-100\/75:hover {
  border-left-color: rgb(243 244 246 / 0.75);
  border-right-color: rgb(243 244 246 / 0.75);
}

.hover\:border-x-gray-100\/80:hover {
  border-left-color: rgb(243 244 246 / 0.8);
  border-right-color: rgb(243 244 246 / 0.8);
}

.hover\:border-x-gray-100\/90:hover {
  border-left-color: rgb(243 244 246 / 0.9);
  border-right-color: rgb(243 244 246 / 0.9);
}

.hover\:border-x-gray-100\/95:hover {
  border-left-color: rgb(243 244 246 / 0.95);
  border-right-color: rgb(243 244 246 / 0.95);
}

.hover\:border-x-gray-200:hover {
  --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));
}

.hover\:border-x-gray-200\/0:hover {
  border-left-color: rgb(229 231 235 / 0);
  border-right-color: rgb(229 231 235 / 0);
}

.hover\:border-x-gray-200\/10:hover {
  border-left-color: rgb(229 231 235 / 0.1);
  border-right-color: rgb(229 231 235 / 0.1);
}

.hover\:border-x-gray-200\/100:hover {
  border-left-color: rgb(229 231 235 / 1);
  border-right-color: rgb(229 231 235 / 1);
}

.hover\:border-x-gray-200\/20:hover {
  border-left-color: rgb(229 231 235 / 0.2);
  border-right-color: rgb(229 231 235 / 0.2);
}

.hover\:border-x-gray-200\/25:hover {
  border-left-color: rgb(229 231 235 / 0.25);
  border-right-color: rgb(229 231 235 / 0.25);
}

.hover\:border-x-gray-200\/30:hover {
  border-left-color: rgb(229 231 235 / 0.3);
  border-right-color: rgb(229 231 235 / 0.3);
}

.hover\:border-x-gray-200\/40:hover {
  border-left-color: rgb(229 231 235 / 0.4);
  border-right-color: rgb(229 231 235 / 0.4);
}

.hover\:border-x-gray-200\/5:hover {
  border-left-color: rgb(229 231 235 / 0.05);
  border-right-color: rgb(229 231 235 / 0.05);
}

.hover\:border-x-gray-200\/50:hover {
  border-left-color: rgb(229 231 235 / 0.5);
  border-right-color: rgb(229 231 235 / 0.5);
}

.hover\:border-x-gray-200\/60:hover {
  border-left-color: rgb(229 231 235 / 0.6);
  border-right-color: rgb(229 231 235 / 0.6);
}

.hover\:border-x-gray-200\/70:hover {
  border-left-color: rgb(229 231 235 / 0.7);
  border-right-color: rgb(229 231 235 / 0.7);
}

.hover\:border-x-gray-200\/75:hover {
  border-left-color: rgb(229 231 235 / 0.75);
  border-right-color: rgb(229 231 235 / 0.75);
}

.hover\:border-x-gray-200\/80:hover {
  border-left-color: rgb(229 231 235 / 0.8);
  border-right-color: rgb(229 231 235 / 0.8);
}

.hover\:border-x-gray-200\/90:hover {
  border-left-color: rgb(229 231 235 / 0.9);
  border-right-color: rgb(229 231 235 / 0.9);
}

.hover\:border-x-gray-200\/95:hover {
  border-left-color: rgb(229 231 235 / 0.95);
  border-right-color: rgb(229 231 235 / 0.95);
}

.hover\:border-x-gray-300:hover {
  --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));
}

.hover\:border-x-gray-300\/0:hover {
  border-left-color: rgb(209 213 219 / 0);
  border-right-color: rgb(209 213 219 / 0);
}

.hover\:border-x-gray-300\/10:hover {
  border-left-color: rgb(209 213 219 / 0.1);
  border-right-color: rgb(209 213 219 / 0.1);
}

.hover\:border-x-gray-300\/100:hover {
  border-left-color: rgb(209 213 219 / 1);
  border-right-color: rgb(209 213 219 / 1);
}

.hover\:border-x-gray-300\/20:hover {
  border-left-color: rgb(209 213 219 / 0.2);
  border-right-color: rgb(209 213 219 / 0.2);
}

.hover\:border-x-gray-300\/25:hover {
  border-left-color: rgb(209 213 219 / 0.25);
  border-right-color: rgb(209 213 219 / 0.25);
}

.hover\:border-x-gray-300\/30:hover {
  border-left-color: rgb(209 213 219 / 0.3);
  border-right-color: rgb(209 213 219 / 0.3);
}

.hover\:border-x-gray-300\/40:hover {
  border-left-color: rgb(209 213 219 / 0.4);
  border-right-color: rgb(209 213 219 / 0.4);
}

.hover\:border-x-gray-300\/5:hover {
  border-left-color: rgb(209 213 219 / 0.05);
  border-right-color: rgb(209 213 219 / 0.05);
}

.hover\:border-x-gray-300\/50:hover {
  border-left-color: rgb(209 213 219 / 0.5);
  border-right-color: rgb(209 213 219 / 0.5);
}

.hover\:border-x-gray-300\/60:hover {
  border-left-color: rgb(209 213 219 / 0.6);
  border-right-color: rgb(209 213 219 / 0.6);
}

.hover\:border-x-gray-300\/70:hover {
  border-left-color: rgb(209 213 219 / 0.7);
  border-right-color: rgb(209 213 219 / 0.7);
}

.hover\:border-x-gray-300\/75:hover {
  border-left-color: rgb(209 213 219 / 0.75);
  border-right-color: rgb(209 213 219 / 0.75);
}

.hover\:border-x-gray-300\/80:hover {
  border-left-color: rgb(209 213 219 / 0.8);
  border-right-color: rgb(209 213 219 / 0.8);
}

.hover\:border-x-gray-300\/90:hover {
  border-left-color: rgb(209 213 219 / 0.9);
  border-right-color: rgb(209 213 219 / 0.9);
}

.hover\:border-x-gray-300\/95:hover {
  border-left-color: rgb(209 213 219 / 0.95);
  border-right-color: rgb(209 213 219 / 0.95);
}

.hover\:border-x-gray-400:hover {
  --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));
}

.hover\:border-x-gray-400\/0:hover {
  border-left-color: rgb(156 163 175 / 0);
  border-right-color: rgb(156 163 175 / 0);
}

.hover\:border-x-gray-400\/10:hover {
  border-left-color: rgb(156 163 175 / 0.1);
  border-right-color: rgb(156 163 175 / 0.1);
}

.hover\:border-x-gray-400\/100:hover {
  border-left-color: rgb(156 163 175 / 1);
  border-right-color: rgb(156 163 175 / 1);
}

.hover\:border-x-gray-400\/20:hover {
  border-left-color: rgb(156 163 175 / 0.2);
  border-right-color: rgb(156 163 175 / 0.2);
}

.hover\:border-x-gray-400\/25:hover {
  border-left-color: rgb(156 163 175 / 0.25);
  border-right-color: rgb(156 163 175 / 0.25);
}

.hover\:border-x-gray-400\/30:hover {
  border-left-color: rgb(156 163 175 / 0.3);
  border-right-color: rgb(156 163 175 / 0.3);
}

.hover\:border-x-gray-400\/40:hover {
  border-left-color: rgb(156 163 175 / 0.4);
  border-right-color: rgb(156 163 175 / 0.4);
}

.hover\:border-x-gray-400\/5:hover {
  border-left-color: rgb(156 163 175 / 0.05);
  border-right-color: rgb(156 163 175 / 0.05);
}

.hover\:border-x-gray-400\/50:hover {
  border-left-color: rgb(156 163 175 / 0.5);
  border-right-color: rgb(156 163 175 / 0.5);
}

.hover\:border-x-gray-400\/60:hover {
  border-left-color: rgb(156 163 175 / 0.6);
  border-right-color: rgb(156 163 175 / 0.6);
}

.hover\:border-x-gray-400\/70:hover {
  border-left-color: rgb(156 163 175 / 0.7);
  border-right-color: rgb(156 163 175 / 0.7);
}

.hover\:border-x-gray-400\/75:hover {
  border-left-color: rgb(156 163 175 / 0.75);
  border-right-color: rgb(156 163 175 / 0.75);
}

.hover\:border-x-gray-400\/80:hover {
  border-left-color: rgb(156 163 175 / 0.8);
  border-right-color: rgb(156 163 175 / 0.8);
}

.hover\:border-x-gray-400\/90:hover {
  border-left-color: rgb(156 163 175 / 0.9);
  border-right-color: rgb(156 163 175 / 0.9);
}

.hover\:border-x-gray-400\/95:hover {
  border-left-color: rgb(156 163 175 / 0.95);
  border-right-color: rgb(156 163 175 / 0.95);
}

.hover\:border-x-gray-50:hover {
  --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));
}

.hover\:border-x-gray-50\/0:hover {
  border-left-color: rgb(249 250 251 / 0);
  border-right-color: rgb(249 250 251 / 0);
}

.hover\:border-x-gray-50\/10:hover {
  border-left-color: rgb(249 250 251 / 0.1);
  border-right-color: rgb(249 250 251 / 0.1);
}

.hover\:border-x-gray-50\/100:hover {
  border-left-color: rgb(249 250 251 / 1);
  border-right-color: rgb(249 250 251 / 1);
}

.hover\:border-x-gray-50\/20:hover {
  border-left-color: rgb(249 250 251 / 0.2);
  border-right-color: rgb(249 250 251 / 0.2);
}

.hover\:border-x-gray-50\/25:hover {
  border-left-color: rgb(249 250 251 / 0.25);
  border-right-color: rgb(249 250 251 / 0.25);
}

.hover\:border-x-gray-50\/30:hover {
  border-left-color: rgb(249 250 251 / 0.3);
  border-right-color: rgb(249 250 251 / 0.3);
}

.hover\:border-x-gray-50\/40:hover {
  border-left-color: rgb(249 250 251 / 0.4);
  border-right-color: rgb(249 250 251 / 0.4);
}

.hover\:border-x-gray-50\/5:hover {
  border-left-color: rgb(249 250 251 / 0.05);
  border-right-color: rgb(249 250 251 / 0.05);
}

.hover\:border-x-gray-50\/50:hover {
  border-left-color: rgb(249 250 251 / 0.5);
  border-right-color: rgb(249 250 251 / 0.5);
}

.hover\:border-x-gray-50\/60:hover {
  border-left-color: rgb(249 250 251 / 0.6);
  border-right-color: rgb(249 250 251 / 0.6);
}

.hover\:border-x-gray-50\/70:hover {
  border-left-color: rgb(249 250 251 / 0.7);
  border-right-color: rgb(249 250 251 / 0.7);
}

.hover\:border-x-gray-50\/75:hover {
  border-left-color: rgb(249 250 251 / 0.75);
  border-right-color: rgb(249 250 251 / 0.75);
}

.hover\:border-x-gray-50\/80:hover {
  border-left-color: rgb(249 250 251 / 0.8);
  border-right-color: rgb(249 250 251 / 0.8);
}

.hover\:border-x-gray-50\/90:hover {
  border-left-color: rgb(249 250 251 / 0.9);
  border-right-color: rgb(249 250 251 / 0.9);
}

.hover\:border-x-gray-50\/95:hover {
  border-left-color: rgb(249 250 251 / 0.95);
  border-right-color: rgb(249 250 251 / 0.95);
}

.hover\:border-x-gray-500:hover {
  --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));
}

.hover\:border-x-gray-500\/0:hover {
  border-left-color: rgb(107 114 128 / 0);
  border-right-color: rgb(107 114 128 / 0);
}

.hover\:border-x-gray-500\/10:hover {
  border-left-color: rgb(107 114 128 / 0.1);
  border-right-color: rgb(107 114 128 / 0.1);
}

.hover\:border-x-gray-500\/100:hover {
  border-left-color: rgb(107 114 128 / 1);
  border-right-color: rgb(107 114 128 / 1);
}

.hover\:border-x-gray-500\/20:hover {
  border-left-color: rgb(107 114 128 / 0.2);
  border-right-color: rgb(107 114 128 / 0.2);
}

.hover\:border-x-gray-500\/25:hover {
  border-left-color: rgb(107 114 128 / 0.25);
  border-right-color: rgb(107 114 128 / 0.25);
}

.hover\:border-x-gray-500\/30:hover {
  border-left-color: rgb(107 114 128 / 0.3);
  border-right-color: rgb(107 114 128 / 0.3);
}

.hover\:border-x-gray-500\/40:hover {
  border-left-color: rgb(107 114 128 / 0.4);
  border-right-color: rgb(107 114 128 / 0.4);
}

.hover\:border-x-gray-500\/5:hover {
  border-left-color: rgb(107 114 128 / 0.05);
  border-right-color: rgb(107 114 128 / 0.05);
}

.hover\:border-x-gray-500\/50:hover {
  border-left-color: rgb(107 114 128 / 0.5);
  border-right-color: rgb(107 114 128 / 0.5);
}

.hover\:border-x-gray-500\/60:hover {
  border-left-color: rgb(107 114 128 / 0.6);
  border-right-color: rgb(107 114 128 / 0.6);
}

.hover\:border-x-gray-500\/70:hover {
  border-left-color: rgb(107 114 128 / 0.7);
  border-right-color: rgb(107 114 128 / 0.7);
}

.hover\:border-x-gray-500\/75:hover {
  border-left-color: rgb(107 114 128 / 0.75);
  border-right-color: rgb(107 114 128 / 0.75);
}

.hover\:border-x-gray-500\/80:hover {
  border-left-color: rgb(107 114 128 / 0.8);
  border-right-color: rgb(107 114 128 / 0.8);
}

.hover\:border-x-gray-500\/90:hover {
  border-left-color: rgb(107 114 128 / 0.9);
  border-right-color: rgb(107 114 128 / 0.9);
}

.hover\:border-x-gray-500\/95:hover {
  border-left-color: rgb(107 114 128 / 0.95);
  border-right-color: rgb(107 114 128 / 0.95);
}

.hover\:border-x-gray-600:hover {
  --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));
}

.hover\:border-x-gray-600\/0:hover {
  border-left-color: rgb(75 85 99 / 0);
  border-right-color: rgb(75 85 99 / 0);
}

.hover\:border-x-gray-600\/10:hover {
  border-left-color: rgb(75 85 99 / 0.1);
  border-right-color: rgb(75 85 99 / 0.1);
}

.hover\:border-x-gray-600\/100:hover {
  border-left-color: rgb(75 85 99 / 1);
  border-right-color: rgb(75 85 99 / 1);
}

.hover\:border-x-gray-600\/20:hover {
  border-left-color: rgb(75 85 99 / 0.2);
  border-right-color: rgb(75 85 99 / 0.2);
}

.hover\:border-x-gray-600\/25:hover {
  border-left-color: rgb(75 85 99 / 0.25);
  border-right-color: rgb(75 85 99 / 0.25);
}

.hover\:border-x-gray-600\/30:hover {
  border-left-color: rgb(75 85 99 / 0.3);
  border-right-color: rgb(75 85 99 / 0.3);
}

.hover\:border-x-gray-600\/40:hover {
  border-left-color: rgb(75 85 99 / 0.4);
  border-right-color: rgb(75 85 99 / 0.4);
}

.hover\:border-x-gray-600\/5:hover {
  border-left-color: rgb(75 85 99 / 0.05);
  border-right-color: rgb(75 85 99 / 0.05);
}

.hover\:border-x-gray-600\/50:hover {
  border-left-color: rgb(75 85 99 / 0.5);
  border-right-color: rgb(75 85 99 / 0.5);
}

.hover\:border-x-gray-600\/60:hover {
  border-left-color: rgb(75 85 99 / 0.6);
  border-right-color: rgb(75 85 99 / 0.6);
}

.hover\:border-x-gray-600\/70:hover {
  border-left-color: rgb(75 85 99 / 0.7);
  border-right-color: rgb(75 85 99 / 0.7);
}

.hover\:border-x-gray-600\/75:hover {
  border-left-color: rgb(75 85 99 / 0.75);
  border-right-color: rgb(75 85 99 / 0.75);
}

.hover\:border-x-gray-600\/80:hover {
  border-left-color: rgb(75 85 99 / 0.8);
  border-right-color: rgb(75 85 99 / 0.8);
}

.hover\:border-x-gray-600\/90:hover {
  border-left-color: rgb(75 85 99 / 0.9);
  border-right-color: rgb(75 85 99 / 0.9);
}

.hover\:border-x-gray-600\/95:hover {
  border-left-color: rgb(75 85 99 / 0.95);
  border-right-color: rgb(75 85 99 / 0.95);
}

.hover\:border-x-gray-700:hover {
  --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));
}

.hover\:border-x-gray-700\/0:hover {
  border-left-color: rgb(55 65 81 / 0);
  border-right-color: rgb(55 65 81 / 0);
}

.hover\:border-x-gray-700\/10:hover {
  border-left-color: rgb(55 65 81 / 0.1);
  border-right-color: rgb(55 65 81 / 0.1);
}

.hover\:border-x-gray-700\/100:hover {
  border-left-color: rgb(55 65 81 / 1);
  border-right-color: rgb(55 65 81 / 1);
}

.hover\:border-x-gray-700\/20:hover {
  border-left-color: rgb(55 65 81 / 0.2);
  border-right-color: rgb(55 65 81 / 0.2);
}

.hover\:border-x-gray-700\/25:hover {
  border-left-color: rgb(55 65 81 / 0.25);
  border-right-color: rgb(55 65 81 / 0.25);
}

.hover\:border-x-gray-700\/30:hover {
  border-left-color: rgb(55 65 81 / 0.3);
  border-right-color: rgb(55 65 81 / 0.3);
}

.hover\:border-x-gray-700\/40:hover {
  border-left-color: rgb(55 65 81 / 0.4);
  border-right-color: rgb(55 65 81 / 0.4);
}

.hover\:border-x-gray-700\/5:hover {
  border-left-color: rgb(55 65 81 / 0.05);
  border-right-color: rgb(55 65 81 / 0.05);
}

.hover\:border-x-gray-700\/50:hover {
  border-left-color: rgb(55 65 81 / 0.5);
  border-right-color: rgb(55 65 81 / 0.5);
}

.hover\:border-x-gray-700\/60:hover {
  border-left-color: rgb(55 65 81 / 0.6);
  border-right-color: rgb(55 65 81 / 0.6);
}

.hover\:border-x-gray-700\/70:hover {
  border-left-color: rgb(55 65 81 / 0.7);
  border-right-color: rgb(55 65 81 / 0.7);
}

.hover\:border-x-gray-700\/75:hover {
  border-left-color: rgb(55 65 81 / 0.75);
  border-right-color: rgb(55 65 81 / 0.75);
}

.hover\:border-x-gray-700\/80:hover {
  border-left-color: rgb(55 65 81 / 0.8);
  border-right-color: rgb(55 65 81 / 0.8);
}

.hover\:border-x-gray-700\/90:hover {
  border-left-color: rgb(55 65 81 / 0.9);
  border-right-color: rgb(55 65 81 / 0.9);
}

.hover\:border-x-gray-700\/95:hover {
  border-left-color: rgb(55 65 81 / 0.95);
  border-right-color: rgb(55 65 81 / 0.95);
}

.hover\:border-x-gray-800:hover {
  --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));
}

.hover\:border-x-gray-800\/0:hover {
  border-left-color: rgb(31 41 55 / 0);
  border-right-color: rgb(31 41 55 / 0);
}

.hover\:border-x-gray-800\/10:hover {
  border-left-color: rgb(31 41 55 / 0.1);
  border-right-color: rgb(31 41 55 / 0.1);
}

.hover\:border-x-gray-800\/100:hover {
  border-left-color: rgb(31 41 55 / 1);
  border-right-color: rgb(31 41 55 / 1);
}

.hover\:border-x-gray-800\/20:hover {
  border-left-color: rgb(31 41 55 / 0.2);
  border-right-color: rgb(31 41 55 / 0.2);
}

.hover\:border-x-gray-800\/25:hover {
  border-left-color: rgb(31 41 55 / 0.25);
  border-right-color: rgb(31 41 55 / 0.25);
}

.hover\:border-x-gray-800\/30:hover {
  border-left-color: rgb(31 41 55 / 0.3);
  border-right-color: rgb(31 41 55 / 0.3);
}

.hover\:border-x-gray-800\/40:hover {
  border-left-color: rgb(31 41 55 / 0.4);
  border-right-color: rgb(31 41 55 / 0.4);
}

.hover\:border-x-gray-800\/5:hover {
  border-left-color: rgb(31 41 55 / 0.05);
  border-right-color: rgb(31 41 55 / 0.05);
}

.hover\:border-x-gray-800\/50:hover {
  border-left-color: rgb(31 41 55 / 0.5);
  border-right-color: rgb(31 41 55 / 0.5);
}

.hover\:border-x-gray-800\/60:hover {
  border-left-color: rgb(31 41 55 / 0.6);
  border-right-color: rgb(31 41 55 / 0.6);
}

.hover\:border-x-gray-800\/70:hover {
  border-left-color: rgb(31 41 55 / 0.7);
  border-right-color: rgb(31 41 55 / 0.7);
}

.hover\:border-x-gray-800\/75:hover {
  border-left-color: rgb(31 41 55 / 0.75);
  border-right-color: rgb(31 41 55 / 0.75);
}

.hover\:border-x-gray-800\/80:hover {
  border-left-color: rgb(31 41 55 / 0.8);
  border-right-color: rgb(31 41 55 / 0.8);
}

.hover\:border-x-gray-800\/90:hover {
  border-left-color: rgb(31 41 55 / 0.9);
  border-right-color: rgb(31 41 55 / 0.9);
}

.hover\:border-x-gray-800\/95:hover {
  border-left-color: rgb(31 41 55 / 0.95);
  border-right-color: rgb(31 41 55 / 0.95);
}

.hover\:border-x-gray-900:hover {
  --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));
}

.hover\:border-x-gray-900\/0:hover {
  border-left-color: rgb(17 24 39 / 0);
  border-right-color: rgb(17 24 39 / 0);
}

.hover\:border-x-gray-900\/10:hover {
  border-left-color: rgb(17 24 39 / 0.1);
  border-right-color: rgb(17 24 39 / 0.1);
}

.hover\:border-x-gray-900\/100:hover {
  border-left-color: rgb(17 24 39 / 1);
  border-right-color: rgb(17 24 39 / 1);
}

.hover\:border-x-gray-900\/20:hover {
  border-left-color: rgb(17 24 39 / 0.2);
  border-right-color: rgb(17 24 39 / 0.2);
}

.hover\:border-x-gray-900\/25:hover {
  border-left-color: rgb(17 24 39 / 0.25);
  border-right-color: rgb(17 24 39 / 0.25);
}

.hover\:border-x-gray-900\/30:hover {
  border-left-color: rgb(17 24 39 / 0.3);
  border-right-color: rgb(17 24 39 / 0.3);
}

.hover\:border-x-gray-900\/40:hover {
  border-left-color: rgb(17 24 39 / 0.4);
  border-right-color: rgb(17 24 39 / 0.4);
}

.hover\:border-x-gray-900\/5:hover {
  border-left-color: rgb(17 24 39 / 0.05);
  border-right-color: rgb(17 24 39 / 0.05);
}

.hover\:border-x-gray-900\/50:hover {
  border-left-color: rgb(17 24 39 / 0.5);
  border-right-color: rgb(17 24 39 / 0.5);
}

.hover\:border-x-gray-900\/60:hover {
  border-left-color: rgb(17 24 39 / 0.6);
  border-right-color: rgb(17 24 39 / 0.6);
}

.hover\:border-x-gray-900\/70:hover {
  border-left-color: rgb(17 24 39 / 0.7);
  border-right-color: rgb(17 24 39 / 0.7);
}

.hover\:border-x-gray-900\/75:hover {
  border-left-color: rgb(17 24 39 / 0.75);
  border-right-color: rgb(17 24 39 / 0.75);
}

.hover\:border-x-gray-900\/80:hover {
  border-left-color: rgb(17 24 39 / 0.8);
  border-right-color: rgb(17 24 39 / 0.8);
}

.hover\:border-x-gray-900\/90:hover {
  border-left-color: rgb(17 24 39 / 0.9);
  border-right-color: rgb(17 24 39 / 0.9);
}

.hover\:border-x-gray-900\/95:hover {
  border-left-color: rgb(17 24 39 / 0.95);
  border-right-color: rgb(17 24 39 / 0.95);
}

.hover\:border-x-gray-950:hover {
  --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));
}

.hover\:border-x-gray-950\/0:hover {
  border-left-color: rgb(3 7 18 / 0);
  border-right-color: rgb(3 7 18 / 0);
}

.hover\:border-x-gray-950\/10:hover {
  border-left-color: rgb(3 7 18 / 0.1);
  border-right-color: rgb(3 7 18 / 0.1);
}

.hover\:border-x-gray-950\/100:hover {
  border-left-color: rgb(3 7 18 / 1);
  border-right-color: rgb(3 7 18 / 1);
}

.hover\:border-x-gray-950\/20:hover {
  border-left-color: rgb(3 7 18 / 0.2);
  border-right-color: rgb(3 7 18 / 0.2);
}

.hover\:border-x-gray-950\/25:hover {
  border-left-color: rgb(3 7 18 / 0.25);
  border-right-color: rgb(3 7 18 / 0.25);
}

.hover\:border-x-gray-950\/30:hover {
  border-left-color: rgb(3 7 18 / 0.3);
  border-right-color: rgb(3 7 18 / 0.3);
}

.hover\:border-x-gray-950\/40:hover {
  border-left-color: rgb(3 7 18 / 0.4);
  border-right-color: rgb(3 7 18 / 0.4);
}

.hover\:border-x-gray-950\/5:hover {
  border-left-color: rgb(3 7 18 / 0.05);
  border-right-color: rgb(3 7 18 / 0.05);
}

.hover\:border-x-gray-950\/50:hover {
  border-left-color: rgb(3 7 18 / 0.5);
  border-right-color: rgb(3 7 18 / 0.5);
}

.hover\:border-x-gray-950\/60:hover {
  border-left-color: rgb(3 7 18 / 0.6);
  border-right-color: rgb(3 7 18 / 0.6);
}

.hover\:border-x-gray-950\/70:hover {
  border-left-color: rgb(3 7 18 / 0.7);
  border-right-color: rgb(3 7 18 / 0.7);
}

.hover\:border-x-gray-950\/75:hover {
  border-left-color: rgb(3 7 18 / 0.75);
  border-right-color: rgb(3 7 18 / 0.75);
}

.hover\:border-x-gray-950\/80:hover {
  border-left-color: rgb(3 7 18 / 0.8);
  border-right-color: rgb(3 7 18 / 0.8);
}

.hover\:border-x-gray-950\/90:hover {
  border-left-color: rgb(3 7 18 / 0.9);
  border-right-color: rgb(3 7 18 / 0.9);
}

.hover\:border-x-gray-950\/95:hover {
  border-left-color: rgb(3 7 18 / 0.95);
  border-right-color: rgb(3 7 18 / 0.95);
}

.hover\:border-x-green-100:hover {
  --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));
}

.hover\:border-x-green-100\/0:hover {
  border-left-color: rgb(220 252 231 / 0);
  border-right-color: rgb(220 252 231 / 0);
}

.hover\:border-x-green-100\/10:hover {
  border-left-color: rgb(220 252 231 / 0.1);
  border-right-color: rgb(220 252 231 / 0.1);
}

.hover\:border-x-green-100\/100:hover {
  border-left-color: rgb(220 252 231 / 1);
  border-right-color: rgb(220 252 231 / 1);
}

.hover\:border-x-green-100\/20:hover {
  border-left-color: rgb(220 252 231 / 0.2);
  border-right-color: rgb(220 252 231 / 0.2);
}

.hover\:border-x-green-100\/25:hover {
  border-left-color: rgb(220 252 231 / 0.25);
  border-right-color: rgb(220 252 231 / 0.25);
}

.hover\:border-x-green-100\/30:hover {
  border-left-color: rgb(220 252 231 / 0.3);
  border-right-color: rgb(220 252 231 / 0.3);
}

.hover\:border-x-green-100\/40:hover {
  border-left-color: rgb(220 252 231 / 0.4);
  border-right-color: rgb(220 252 231 / 0.4);
}

.hover\:border-x-green-100\/5:hover {
  border-left-color: rgb(220 252 231 / 0.05);
  border-right-color: rgb(220 252 231 / 0.05);
}

.hover\:border-x-green-100\/50:hover {
  border-left-color: rgb(220 252 231 / 0.5);
  border-right-color: rgb(220 252 231 / 0.5);
}

.hover\:border-x-green-100\/60:hover {
  border-left-color: rgb(220 252 231 / 0.6);
  border-right-color: rgb(220 252 231 / 0.6);
}

.hover\:border-x-green-100\/70:hover {
  border-left-color: rgb(220 252 231 / 0.7);
  border-right-color: rgb(220 252 231 / 0.7);
}

.hover\:border-x-green-100\/75:hover {
  border-left-color: rgb(220 252 231 / 0.75);
  border-right-color: rgb(220 252 231 / 0.75);
}

.hover\:border-x-green-100\/80:hover {
  border-left-color: rgb(220 252 231 / 0.8);
  border-right-color: rgb(220 252 231 / 0.8);
}

.hover\:border-x-green-100\/90:hover {
  border-left-color: rgb(220 252 231 / 0.9);
  border-right-color: rgb(220 252 231 / 0.9);
}

.hover\:border-x-green-100\/95:hover {
  border-left-color: rgb(220 252 231 / 0.95);
  border-right-color: rgb(220 252 231 / 0.95);
}

.hover\:border-x-green-200:hover {
  --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));
}

.hover\:border-x-green-200\/0:hover {
  border-left-color: rgb(187 247 208 / 0);
  border-right-color: rgb(187 247 208 / 0);
}

.hover\:border-x-green-200\/10:hover {
  border-left-color: rgb(187 247 208 / 0.1);
  border-right-color: rgb(187 247 208 / 0.1);
}

.hover\:border-x-green-200\/100:hover {
  border-left-color: rgb(187 247 208 / 1);
  border-right-color: rgb(187 247 208 / 1);
}

.hover\:border-x-green-200\/20:hover {
  border-left-color: rgb(187 247 208 / 0.2);
  border-right-color: rgb(187 247 208 / 0.2);
}

.hover\:border-x-green-200\/25:hover {
  border-left-color: rgb(187 247 208 / 0.25);
  border-right-color: rgb(187 247 208 / 0.25);
}

.hover\:border-x-green-200\/30:hover {
  border-left-color: rgb(187 247 208 / 0.3);
  border-right-color: rgb(187 247 208 / 0.3);
}

.hover\:border-x-green-200\/40:hover {
  border-left-color: rgb(187 247 208 / 0.4);
  border-right-color: rgb(187 247 208 / 0.4);
}

.hover\:border-x-green-200\/5:hover {
  border-left-color: rgb(187 247 208 / 0.05);
  border-right-color: rgb(187 247 208 / 0.05);
}

.hover\:border-x-green-200\/50:hover {
  border-left-color: rgb(187 247 208 / 0.5);
  border-right-color: rgb(187 247 208 / 0.5);
}

.hover\:border-x-green-200\/60:hover {
  border-left-color: rgb(187 247 208 / 0.6);
  border-right-color: rgb(187 247 208 / 0.6);
}

.hover\:border-x-green-200\/70:hover {
  border-left-color: rgb(187 247 208 / 0.7);
  border-right-color: rgb(187 247 208 / 0.7);
}

.hover\:border-x-green-200\/75:hover {
  border-left-color: rgb(187 247 208 / 0.75);
  border-right-color: rgb(187 247 208 / 0.75);
}

.hover\:border-x-green-200\/80:hover {
  border-left-color: rgb(187 247 208 / 0.8);
  border-right-color: rgb(187 247 208 / 0.8);
}

.hover\:border-x-green-200\/90:hover {
  border-left-color: rgb(187 247 208 / 0.9);
  border-right-color: rgb(187 247 208 / 0.9);
}

.hover\:border-x-green-200\/95:hover {
  border-left-color: rgb(187 247 208 / 0.95);
  border-right-color: rgb(187 247 208 / 0.95);
}

.hover\:border-x-green-300:hover {
  --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));
}

.hover\:border-x-green-300\/0:hover {
  border-left-color: rgb(134 239 172 / 0);
  border-right-color: rgb(134 239 172 / 0);
}

.hover\:border-x-green-300\/10:hover {
  border-left-color: rgb(134 239 172 / 0.1);
  border-right-color: rgb(134 239 172 / 0.1);
}

.hover\:border-x-green-300\/100:hover {
  border-left-color: rgb(134 239 172 / 1);
  border-right-color: rgb(134 239 172 / 1);
}

.hover\:border-x-green-300\/20:hover {
  border-left-color: rgb(134 239 172 / 0.2);
  border-right-color: rgb(134 239 172 / 0.2);
}

.hover\:border-x-green-300\/25:hover {
  border-left-color: rgb(134 239 172 / 0.25);
  border-right-color: rgb(134 239 172 / 0.25);
}

.hover\:border-x-green-300\/30:hover {
  border-left-color: rgb(134 239 172 / 0.3);
  border-right-color: rgb(134 239 172 / 0.3);
}

.hover\:border-x-green-300\/40:hover {
  border-left-color: rgb(134 239 172 / 0.4);
  border-right-color: rgb(134 239 172 / 0.4);
}

.hover\:border-x-green-300\/5:hover {
  border-left-color: rgb(134 239 172 / 0.05);
  border-right-color: rgb(134 239 172 / 0.05);
}

.hover\:border-x-green-300\/50:hover {
  border-left-color: rgb(134 239 172 / 0.5);
  border-right-color: rgb(134 239 172 / 0.5);
}

.hover\:border-x-green-300\/60:hover {
  border-left-color: rgb(134 239 172 / 0.6);
  border-right-color: rgb(134 239 172 / 0.6);
}

.hover\:border-x-green-300\/70:hover {
  border-left-color: rgb(134 239 172 / 0.7);
  border-right-color: rgb(134 239 172 / 0.7);
}

.hover\:border-x-green-300\/75:hover {
  border-left-color: rgb(134 239 172 / 0.75);
  border-right-color: rgb(134 239 172 / 0.75);
}

.hover\:border-x-green-300\/80:hover {
  border-left-color: rgb(134 239 172 / 0.8);
  border-right-color: rgb(134 239 172 / 0.8);
}

.hover\:border-x-green-300\/90:hover {
  border-left-color: rgb(134 239 172 / 0.9);
  border-right-color: rgb(134 239 172 / 0.9);
}

.hover\:border-x-green-300\/95:hover {
  border-left-color: rgb(134 239 172 / 0.95);
  border-right-color: rgb(134 239 172 / 0.95);
}

.hover\:border-x-green-400:hover {
  --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));
}

.hover\:border-x-green-400\/0:hover {
  border-left-color: rgb(74 222 128 / 0);
  border-right-color: rgb(74 222 128 / 0);
}

.hover\:border-x-green-400\/10:hover {
  border-left-color: rgb(74 222 128 / 0.1);
  border-right-color: rgb(74 222 128 / 0.1);
}

.hover\:border-x-green-400\/100:hover {
  border-left-color: rgb(74 222 128 / 1);
  border-right-color: rgb(74 222 128 / 1);
}

.hover\:border-x-green-400\/20:hover {
  border-left-color: rgb(74 222 128 / 0.2);
  border-right-color: rgb(74 222 128 / 0.2);
}

.hover\:border-x-green-400\/25:hover {
  border-left-color: rgb(74 222 128 / 0.25);
  border-right-color: rgb(74 222 128 / 0.25);
}

.hover\:border-x-green-400\/30:hover {
  border-left-color: rgb(74 222 128 / 0.3);
  border-right-color: rgb(74 222 128 / 0.3);
}

.hover\:border-x-green-400\/40:hover {
  border-left-color: rgb(74 222 128 / 0.4);
  border-right-color: rgb(74 222 128 / 0.4);
}

.hover\:border-x-green-400\/5:hover {
  border-left-color: rgb(74 222 128 / 0.05);
  border-right-color: rgb(74 222 128 / 0.05);
}

.hover\:border-x-green-400\/50:hover {
  border-left-color: rgb(74 222 128 / 0.5);
  border-right-color: rgb(74 222 128 / 0.5);
}

.hover\:border-x-green-400\/60:hover {
  border-left-color: rgb(74 222 128 / 0.6);
  border-right-color: rgb(74 222 128 / 0.6);
}

.hover\:border-x-green-400\/70:hover {
  border-left-color: rgb(74 222 128 / 0.7);
  border-right-color: rgb(74 222 128 / 0.7);
}

.hover\:border-x-green-400\/75:hover {
  border-left-color: rgb(74 222 128 / 0.75);
  border-right-color: rgb(74 222 128 / 0.75);
}

.hover\:border-x-green-400\/80:hover {
  border-left-color: rgb(74 222 128 / 0.8);
  border-right-color: rgb(74 222 128 / 0.8);
}

.hover\:border-x-green-400\/90:hover {
  border-left-color: rgb(74 222 128 / 0.9);
  border-right-color: rgb(74 222 128 / 0.9);
}

.hover\:border-x-green-400\/95:hover {
  border-left-color: rgb(74 222 128 / 0.95);
  border-right-color: rgb(74 222 128 / 0.95);
}

.hover\:border-x-green-50:hover {
  --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));
}

.hover\:border-x-green-50\/0:hover {
  border-left-color: rgb(240 253 244 / 0);
  border-right-color: rgb(240 253 244 / 0);
}

.hover\:border-x-green-50\/10:hover {
  border-left-color: rgb(240 253 244 / 0.1);
  border-right-color: rgb(240 253 244 / 0.1);
}

.hover\:border-x-green-50\/100:hover {
  border-left-color: rgb(240 253 244 / 1);
  border-right-color: rgb(240 253 244 / 1);
}

.hover\:border-x-green-50\/20:hover {
  border-left-color: rgb(240 253 244 / 0.2);
  border-right-color: rgb(240 253 244 / 0.2);
}

.hover\:border-x-green-50\/25:hover {
  border-left-color: rgb(240 253 244 / 0.25);
  border-right-color: rgb(240 253 244 / 0.25);
}

.hover\:border-x-green-50\/30:hover {
  border-left-color: rgb(240 253 244 / 0.3);
  border-right-color: rgb(240 253 244 / 0.3);
}

.hover\:border-x-green-50\/40:hover {
  border-left-color: rgb(240 253 244 / 0.4);
  border-right-color: rgb(240 253 244 / 0.4);
}

.hover\:border-x-green-50\/5:hover {
  border-left-color: rgb(240 253 244 / 0.05);
  border-right-color: rgb(240 253 244 / 0.05);
}

.hover\:border-x-green-50\/50:hover {
  border-left-color: rgb(240 253 244 / 0.5);
  border-right-color: rgb(240 253 244 / 0.5);
}

.hover\:border-x-green-50\/60:hover {
  border-left-color: rgb(240 253 244 / 0.6);
  border-right-color: rgb(240 253 244 / 0.6);
}

.hover\:border-x-green-50\/70:hover {
  border-left-color: rgb(240 253 244 / 0.7);
  border-right-color: rgb(240 253 244 / 0.7);
}

.hover\:border-x-green-50\/75:hover {
  border-left-color: rgb(240 253 244 / 0.75);
  border-right-color: rgb(240 253 244 / 0.75);
}

.hover\:border-x-green-50\/80:hover {
  border-left-color: rgb(240 253 244 / 0.8);
  border-right-color: rgb(240 253 244 / 0.8);
}

.hover\:border-x-green-50\/90:hover {
  border-left-color: rgb(240 253 244 / 0.9);
  border-right-color: rgb(240 253 244 / 0.9);
}

.hover\:border-x-green-50\/95:hover {
  border-left-color: rgb(240 253 244 / 0.95);
  border-right-color: rgb(240 253 244 / 0.95);
}

.hover\:border-x-green-500:hover {
  --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));
}

.hover\:border-x-green-500\/0:hover {
  border-left-color: rgb(34 197 94 / 0);
  border-right-color: rgb(34 197 94 / 0);
}

.hover\:border-x-green-500\/10:hover {
  border-left-color: rgb(34 197 94 / 0.1);
  border-right-color: rgb(34 197 94 / 0.1);
}

.hover\:border-x-green-500\/100:hover {
  border-left-color: rgb(34 197 94 / 1);
  border-right-color: rgb(34 197 94 / 1);
}

.hover\:border-x-green-500\/20:hover {
  border-left-color: rgb(34 197 94 / 0.2);
  border-right-color: rgb(34 197 94 / 0.2);
}

.hover\:border-x-green-500\/25:hover {
  border-left-color: rgb(34 197 94 / 0.25);
  border-right-color: rgb(34 197 94 / 0.25);
}

.hover\:border-x-green-500\/30:hover {
  border-left-color: rgb(34 197 94 / 0.3);
  border-right-color: rgb(34 197 94 / 0.3);
}

.hover\:border-x-green-500\/40:hover {
  border-left-color: rgb(34 197 94 / 0.4);
  border-right-color: rgb(34 197 94 / 0.4);
}

.hover\:border-x-green-500\/5:hover {
  border-left-color: rgb(34 197 94 / 0.05);
  border-right-color: rgb(34 197 94 / 0.05);
}

.hover\:border-x-green-500\/50:hover {
  border-left-color: rgb(34 197 94 / 0.5);
  border-right-color: rgb(34 197 94 / 0.5);
}

.hover\:border-x-green-500\/60:hover {
  border-left-color: rgb(34 197 94 / 0.6);
  border-right-color: rgb(34 197 94 / 0.6);
}

.hover\:border-x-green-500\/70:hover {
  border-left-color: rgb(34 197 94 / 0.7);
  border-right-color: rgb(34 197 94 / 0.7);
}

.hover\:border-x-green-500\/75:hover {
  border-left-color: rgb(34 197 94 / 0.75);
  border-right-color: rgb(34 197 94 / 0.75);
}

.hover\:border-x-green-500\/80:hover {
  border-left-color: rgb(34 197 94 / 0.8);
  border-right-color: rgb(34 197 94 / 0.8);
}

.hover\:border-x-green-500\/90:hover {
  border-left-color: rgb(34 197 94 / 0.9);
  border-right-color: rgb(34 197 94 / 0.9);
}

.hover\:border-x-green-500\/95:hover {
  border-left-color: rgb(34 197 94 / 0.95);
  border-right-color: rgb(34 197 94 / 0.95);
}

.hover\:border-x-green-600:hover {
  --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));
}

.hover\:border-x-green-600\/0:hover {
  border-left-color: rgb(22 163 74 / 0);
  border-right-color: rgb(22 163 74 / 0);
}

.hover\:border-x-green-600\/10:hover {
  border-left-color: rgb(22 163 74 / 0.1);
  border-right-color: rgb(22 163 74 / 0.1);
}

.hover\:border-x-green-600\/100:hover {
  border-left-color: rgb(22 163 74 / 1);
  border-right-color: rgb(22 163 74 / 1);
}

.hover\:border-x-green-600\/20:hover {
  border-left-color: rgb(22 163 74 / 0.2);
  border-right-color: rgb(22 163 74 / 0.2);
}

.hover\:border-x-green-600\/25:hover {
  border-left-color: rgb(22 163 74 / 0.25);
  border-right-color: rgb(22 163 74 / 0.25);
}

.hover\:border-x-green-600\/30:hover {
  border-left-color: rgb(22 163 74 / 0.3);
  border-right-color: rgb(22 163 74 / 0.3);
}

.hover\:border-x-green-600\/40:hover {
  border-left-color: rgb(22 163 74 / 0.4);
  border-right-color: rgb(22 163 74 / 0.4);
}

.hover\:border-x-green-600\/5:hover {
  border-left-color: rgb(22 163 74 / 0.05);
  border-right-color: rgb(22 163 74 / 0.05);
}

.hover\:border-x-green-600\/50:hover {
  border-left-color: rgb(22 163 74 / 0.5);
  border-right-color: rgb(22 163 74 / 0.5);
}

.hover\:border-x-green-600\/60:hover {
  border-left-color: rgb(22 163 74 / 0.6);
  border-right-color: rgb(22 163 74 / 0.6);
}

.hover\:border-x-green-600\/70:hover {
  border-left-color: rgb(22 163 74 / 0.7);
  border-right-color: rgb(22 163 74 / 0.7);
}

.hover\:border-x-green-600\/75:hover {
  border-left-color: rgb(22 163 74 / 0.75);
  border-right-color: rgb(22 163 74 / 0.75);
}

.hover\:border-x-green-600\/80:hover {
  border-left-color: rgb(22 163 74 / 0.8);
  border-right-color: rgb(22 163 74 / 0.8);
}

.hover\:border-x-green-600\/90:hover {
  border-left-color: rgb(22 163 74 / 0.9);
  border-right-color: rgb(22 163 74 / 0.9);
}

.hover\:border-x-green-600\/95:hover {
  border-left-color: rgb(22 163 74 / 0.95);
  border-right-color: rgb(22 163 74 / 0.95);
}

.hover\:border-x-green-700:hover {
  --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));
}

.hover\:border-x-green-700\/0:hover {
  border-left-color: rgb(21 128 61 / 0);
  border-right-color: rgb(21 128 61 / 0);
}

.hover\:border-x-green-700\/10:hover {
  border-left-color: rgb(21 128 61 / 0.1);
  border-right-color: rgb(21 128 61 / 0.1);
}

.hover\:border-x-green-700\/100:hover {
  border-left-color: rgb(21 128 61 / 1);
  border-right-color: rgb(21 128 61 / 1);
}

.hover\:border-x-green-700\/20:hover {
  border-left-color: rgb(21 128 61 / 0.2);
  border-right-color: rgb(21 128 61 / 0.2);
}

.hover\:border-x-green-700\/25:hover {
  border-left-color: rgb(21 128 61 / 0.25);
  border-right-color: rgb(21 128 61 / 0.25);
}

.hover\:border-x-green-700\/30:hover {
  border-left-color: rgb(21 128 61 / 0.3);
  border-right-color: rgb(21 128 61 / 0.3);
}

.hover\:border-x-green-700\/40:hover {
  border-left-color: rgb(21 128 61 / 0.4);
  border-right-color: rgb(21 128 61 / 0.4);
}

.hover\:border-x-green-700\/5:hover {
  border-left-color: rgb(21 128 61 / 0.05);
  border-right-color: rgb(21 128 61 / 0.05);
}

.hover\:border-x-green-700\/50:hover {
  border-left-color: rgb(21 128 61 / 0.5);
  border-right-color: rgb(21 128 61 / 0.5);
}

.hover\:border-x-green-700\/60:hover {
  border-left-color: rgb(21 128 61 / 0.6);
  border-right-color: rgb(21 128 61 / 0.6);
}

.hover\:border-x-green-700\/70:hover {
  border-left-color: rgb(21 128 61 / 0.7);
  border-right-color: rgb(21 128 61 / 0.7);
}

.hover\:border-x-green-700\/75:hover {
  border-left-color: rgb(21 128 61 / 0.75);
  border-right-color: rgb(21 128 61 / 0.75);
}

.hover\:border-x-green-700\/80:hover {
  border-left-color: rgb(21 128 61 / 0.8);
  border-right-color: rgb(21 128 61 / 0.8);
}

.hover\:border-x-green-700\/90:hover {
  border-left-color: rgb(21 128 61 / 0.9);
  border-right-color: rgb(21 128 61 / 0.9);
}

.hover\:border-x-green-700\/95:hover {
  border-left-color: rgb(21 128 61 / 0.95);
  border-right-color: rgb(21 128 61 / 0.95);
}

.hover\:border-x-green-800:hover {
  --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));
}

.hover\:border-x-green-800\/0:hover {
  border-left-color: rgb(22 101 52 / 0);
  border-right-color: rgb(22 101 52 / 0);
}

.hover\:border-x-green-800\/10:hover {
  border-left-color: rgb(22 101 52 / 0.1);
  border-right-color: rgb(22 101 52 / 0.1);
}

.hover\:border-x-green-800\/100:hover {
  border-left-color: rgb(22 101 52 / 1);
  border-right-color: rgb(22 101 52 / 1);
}

.hover\:border-x-green-800\/20:hover {
  border-left-color: rgb(22 101 52 / 0.2);
  border-right-color: rgb(22 101 52 / 0.2);
}

.hover\:border-x-green-800\/25:hover {
  border-left-color: rgb(22 101 52 / 0.25);
  border-right-color: rgb(22 101 52 / 0.25);
}

.hover\:border-x-green-800\/30:hover {
  border-left-color: rgb(22 101 52 / 0.3);
  border-right-color: rgb(22 101 52 / 0.3);
}

.hover\:border-x-green-800\/40:hover {
  border-left-color: rgb(22 101 52 / 0.4);
  border-right-color: rgb(22 101 52 / 0.4);
}

.hover\:border-x-green-800\/5:hover {
  border-left-color: rgb(22 101 52 / 0.05);
  border-right-color: rgb(22 101 52 / 0.05);
}

.hover\:border-x-green-800\/50:hover {
  border-left-color: rgb(22 101 52 / 0.5);
  border-right-color: rgb(22 101 52 / 0.5);
}

.hover\:border-x-green-800\/60:hover {
  border-left-color: rgb(22 101 52 / 0.6);
  border-right-color: rgb(22 101 52 / 0.6);
}

.hover\:border-x-green-800\/70:hover {
  border-left-color: rgb(22 101 52 / 0.7);
  border-right-color: rgb(22 101 52 / 0.7);
}

.hover\:border-x-green-800\/75:hover {
  border-left-color: rgb(22 101 52 / 0.75);
  border-right-color: rgb(22 101 52 / 0.75);
}

.hover\:border-x-green-800\/80:hover {
  border-left-color: rgb(22 101 52 / 0.8);
  border-right-color: rgb(22 101 52 / 0.8);
}

.hover\:border-x-green-800\/90:hover {
  border-left-color: rgb(22 101 52 / 0.9);
  border-right-color: rgb(22 101 52 / 0.9);
}

.hover\:border-x-green-800\/95:hover {
  border-left-color: rgb(22 101 52 / 0.95);
  border-right-color: rgb(22 101 52 / 0.95);
}

.hover\:border-x-green-900:hover {
  --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));
}

.hover\:border-x-green-900\/0:hover {
  border-left-color: rgb(20 83 45 / 0);
  border-right-color: rgb(20 83 45 / 0);
}

.hover\:border-x-green-900\/10:hover {
  border-left-color: rgb(20 83 45 / 0.1);
  border-right-color: rgb(20 83 45 / 0.1);
}

.hover\:border-x-green-900\/100:hover {
  border-left-color: rgb(20 83 45 / 1);
  border-right-color: rgb(20 83 45 / 1);
}

.hover\:border-x-green-900\/20:hover {
  border-left-color: rgb(20 83 45 / 0.2);
  border-right-color: rgb(20 83 45 / 0.2);
}

.hover\:border-x-green-900\/25:hover {
  border-left-color: rgb(20 83 45 / 0.25);
  border-right-color: rgb(20 83 45 / 0.25);
}

.hover\:border-x-green-900\/30:hover {
  border-left-color: rgb(20 83 45 / 0.3);
  border-right-color: rgb(20 83 45 / 0.3);
}

.hover\:border-x-green-900\/40:hover {
  border-left-color: rgb(20 83 45 / 0.4);
  border-right-color: rgb(20 83 45 / 0.4);
}

.hover\:border-x-green-900\/5:hover {
  border-left-color: rgb(20 83 45 / 0.05);
  border-right-color: rgb(20 83 45 / 0.05);
}

.hover\:border-x-green-900\/50:hover {
  border-left-color: rgb(20 83 45 / 0.5);
  border-right-color: rgb(20 83 45 / 0.5);
}

.hover\:border-x-green-900\/60:hover {
  border-left-color: rgb(20 83 45 / 0.6);
  border-right-color: rgb(20 83 45 / 0.6);
}

.hover\:border-x-green-900\/70:hover {
  border-left-color: rgb(20 83 45 / 0.7);
  border-right-color: rgb(20 83 45 / 0.7);
}

.hover\:border-x-green-900\/75:hover {
  border-left-color: rgb(20 83 45 / 0.75);
  border-right-color: rgb(20 83 45 / 0.75);
}

.hover\:border-x-green-900\/80:hover {
  border-left-color: rgb(20 83 45 / 0.8);
  border-right-color: rgb(20 83 45 / 0.8);
}

.hover\:border-x-green-900\/90:hover {
  border-left-color: rgb(20 83 45 / 0.9);
  border-right-color: rgb(20 83 45 / 0.9);
}

.hover\:border-x-green-900\/95:hover {
  border-left-color: rgb(20 83 45 / 0.95);
  border-right-color: rgb(20 83 45 / 0.95);
}

.hover\:border-x-green-950:hover {
  --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));
}

.hover\:border-x-green-950\/0:hover {
  border-left-color: rgb(5 46 22 / 0);
  border-right-color: rgb(5 46 22 / 0);
}

.hover\:border-x-green-950\/10:hover {
  border-left-color: rgb(5 46 22 / 0.1);
  border-right-color: rgb(5 46 22 / 0.1);
}

.hover\:border-x-green-950\/100:hover {
  border-left-color: rgb(5 46 22 / 1);
  border-right-color: rgb(5 46 22 / 1);
}

.hover\:border-x-green-950\/20:hover {
  border-left-color: rgb(5 46 22 / 0.2);
  border-right-color: rgb(5 46 22 / 0.2);
}

.hover\:border-x-green-950\/25:hover {
  border-left-color: rgb(5 46 22 / 0.25);
  border-right-color: rgb(5 46 22 / 0.25);
}

.hover\:border-x-green-950\/30:hover {
  border-left-color: rgb(5 46 22 / 0.3);
  border-right-color: rgb(5 46 22 / 0.3);
}

.hover\:border-x-green-950\/40:hover {
  border-left-color: rgb(5 46 22 / 0.4);
  border-right-color: rgb(5 46 22 / 0.4);
}

.hover\:border-x-green-950\/5:hover {
  border-left-color: rgb(5 46 22 / 0.05);
  border-right-color: rgb(5 46 22 / 0.05);
}

.hover\:border-x-green-950\/50:hover {
  border-left-color: rgb(5 46 22 / 0.5);
  border-right-color: rgb(5 46 22 / 0.5);
}

.hover\:border-x-green-950\/60:hover {
  border-left-color: rgb(5 46 22 / 0.6);
  border-right-color: rgb(5 46 22 / 0.6);
}

.hover\:border-x-green-950\/70:hover {
  border-left-color: rgb(5 46 22 / 0.7);
  border-right-color: rgb(5 46 22 / 0.7);
}

.hover\:border-x-green-950\/75:hover {
  border-left-color: rgb(5 46 22 / 0.75);
  border-right-color: rgb(5 46 22 / 0.75);
}

.hover\:border-x-green-950\/80:hover {
  border-left-color: rgb(5 46 22 / 0.8);
  border-right-color: rgb(5 46 22 / 0.8);
}

.hover\:border-x-green-950\/90:hover {
  border-left-color: rgb(5 46 22 / 0.9);
  border-right-color: rgb(5 46 22 / 0.9);
}

.hover\:border-x-green-950\/95:hover {
  border-left-color: rgb(5 46 22 / 0.95);
  border-right-color: rgb(5 46 22 / 0.95);
}

.hover\:border-x-indigo-100:hover {
  --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));
}

.hover\:border-x-indigo-100\/0:hover {
  border-left-color: rgb(224 231 255 / 0);
  border-right-color: rgb(224 231 255 / 0);
}

.hover\:border-x-indigo-100\/10:hover {
  border-left-color: rgb(224 231 255 / 0.1);
  border-right-color: rgb(224 231 255 / 0.1);
}

.hover\:border-x-indigo-100\/100:hover {
  border-left-color: rgb(224 231 255 / 1);
  border-right-color: rgb(224 231 255 / 1);
}

.hover\:border-x-indigo-100\/20:hover {
  border-left-color: rgb(224 231 255 / 0.2);
  border-right-color: rgb(224 231 255 / 0.2);
}

.hover\:border-x-indigo-100\/25:hover {
  border-left-color: rgb(224 231 255 / 0.25);
  border-right-color: rgb(224 231 255 / 0.25);
}

.hover\:border-x-indigo-100\/30:hover {
  border-left-color: rgb(224 231 255 / 0.3);
  border-right-color: rgb(224 231 255 / 0.3);
}

.hover\:border-x-indigo-100\/40:hover {
  border-left-color: rgb(224 231 255 / 0.4);
  border-right-color: rgb(224 231 255 / 0.4);
}

.hover\:border-x-indigo-100\/5:hover {
  border-left-color: rgb(224 231 255 / 0.05);
  border-right-color: rgb(224 231 255 / 0.05);
}

.hover\:border-x-indigo-100\/50:hover {
  border-left-color: rgb(224 231 255 / 0.5);
  border-right-color: rgb(224 231 255 / 0.5);
}

.hover\:border-x-indigo-100\/60:hover {
  border-left-color: rgb(224 231 255 / 0.6);
  border-right-color: rgb(224 231 255 / 0.6);
}

.hover\:border-x-indigo-100\/70:hover {
  border-left-color: rgb(224 231 255 / 0.7);
  border-right-color: rgb(224 231 255 / 0.7);
}

.hover\:border-x-indigo-100\/75:hover {
  border-left-color: rgb(224 231 255 / 0.75);
  border-right-color: rgb(224 231 255 / 0.75);
}

.hover\:border-x-indigo-100\/80:hover {
  border-left-color: rgb(224 231 255 / 0.8);
  border-right-color: rgb(224 231 255 / 0.8);
}

.hover\:border-x-indigo-100\/90:hover {
  border-left-color: rgb(224 231 255 / 0.9);
  border-right-color: rgb(224 231 255 / 0.9);
}

.hover\:border-x-indigo-100\/95:hover {
  border-left-color: rgb(224 231 255 / 0.95);
  border-right-color: rgb(224 231 255 / 0.95);
}

.hover\:border-x-indigo-200:hover {
  --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));
}

.hover\:border-x-indigo-200\/0:hover {
  border-left-color: rgb(199 210 254 / 0);
  border-right-color: rgb(199 210 254 / 0);
}

.hover\:border-x-indigo-200\/10:hover {
  border-left-color: rgb(199 210 254 / 0.1);
  border-right-color: rgb(199 210 254 / 0.1);
}

.hover\:border-x-indigo-200\/100:hover {
  border-left-color: rgb(199 210 254 / 1);
  border-right-color: rgb(199 210 254 / 1);
}

.hover\:border-x-indigo-200\/20:hover {
  border-left-color: rgb(199 210 254 / 0.2);
  border-right-color: rgb(199 210 254 / 0.2);
}

.hover\:border-x-indigo-200\/25:hover {
  border-left-color: rgb(199 210 254 / 0.25);
  border-right-color: rgb(199 210 254 / 0.25);
}

.hover\:border-x-indigo-200\/30:hover {
  border-left-color: rgb(199 210 254 / 0.3);
  border-right-color: rgb(199 210 254 / 0.3);
}

.hover\:border-x-indigo-200\/40:hover {
  border-left-color: rgb(199 210 254 / 0.4);
  border-right-color: rgb(199 210 254 / 0.4);
}

.hover\:border-x-indigo-200\/5:hover {
  border-left-color: rgb(199 210 254 / 0.05);
  border-right-color: rgb(199 210 254 / 0.05);
}

.hover\:border-x-indigo-200\/50:hover {
  border-left-color: rgb(199 210 254 / 0.5);
  border-right-color: rgb(199 210 254 / 0.5);
}

.hover\:border-x-indigo-200\/60:hover {
  border-left-color: rgb(199 210 254 / 0.6);
  border-right-color: rgb(199 210 254 / 0.6);
}

.hover\:border-x-indigo-200\/70:hover {
  border-left-color: rgb(199 210 254 / 0.7);
  border-right-color: rgb(199 210 254 / 0.7);
}

.hover\:border-x-indigo-200\/75:hover {
  border-left-color: rgb(199 210 254 / 0.75);
  border-right-color: rgb(199 210 254 / 0.75);
}

.hover\:border-x-indigo-200\/80:hover {
  border-left-color: rgb(199 210 254 / 0.8);
  border-right-color: rgb(199 210 254 / 0.8);
}

.hover\:border-x-indigo-200\/90:hover {
  border-left-color: rgb(199 210 254 / 0.9);
  border-right-color: rgb(199 210 254 / 0.9);
}

.hover\:border-x-indigo-200\/95:hover {
  border-left-color: rgb(199 210 254 / 0.95);
  border-right-color: rgb(199 210 254 / 0.95);
}

.hover\:border-x-indigo-300:hover {
  --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));
}

.hover\:border-x-indigo-300\/0:hover {
  border-left-color: rgb(165 180 252 / 0);
  border-right-color: rgb(165 180 252 / 0);
}

.hover\:border-x-indigo-300\/10:hover {
  border-left-color: rgb(165 180 252 / 0.1);
  border-right-color: rgb(165 180 252 / 0.1);
}

.hover\:border-x-indigo-300\/100:hover {
  border-left-color: rgb(165 180 252 / 1);
  border-right-color: rgb(165 180 252 / 1);
}

.hover\:border-x-indigo-300\/20:hover {
  border-left-color: rgb(165 180 252 / 0.2);
  border-right-color: rgb(165 180 252 / 0.2);
}

.hover\:border-x-indigo-300\/25:hover {
  border-left-color: rgb(165 180 252 / 0.25);
  border-right-color: rgb(165 180 252 / 0.25);
}

.hover\:border-x-indigo-300\/30:hover {
  border-left-color: rgb(165 180 252 / 0.3);
  border-right-color: rgb(165 180 252 / 0.3);
}

.hover\:border-x-indigo-300\/40:hover {
  border-left-color: rgb(165 180 252 / 0.4);
  border-right-color: rgb(165 180 252 / 0.4);
}

.hover\:border-x-indigo-300\/5:hover {
  border-left-color: rgb(165 180 252 / 0.05);
  border-right-color: rgb(165 180 252 / 0.05);
}

.hover\:border-x-indigo-300\/50:hover {
  border-left-color: rgb(165 180 252 / 0.5);
  border-right-color: rgb(165 180 252 / 0.5);
}

.hover\:border-x-indigo-300\/60:hover {
  border-left-color: rgb(165 180 252 / 0.6);
  border-right-color: rgb(165 180 252 / 0.6);
}

.hover\:border-x-indigo-300\/70:hover {
  border-left-color: rgb(165 180 252 / 0.7);
  border-right-color: rgb(165 180 252 / 0.7);
}

.hover\:border-x-indigo-300\/75:hover {
  border-left-color: rgb(165 180 252 / 0.75);
  border-right-color: rgb(165 180 252 / 0.75);
}

.hover\:border-x-indigo-300\/80:hover {
  border-left-color: rgb(165 180 252 / 0.8);
  border-right-color: rgb(165 180 252 / 0.8);
}

.hover\:border-x-indigo-300\/90:hover {
  border-left-color: rgb(165 180 252 / 0.9);
  border-right-color: rgb(165 180 252 / 0.9);
}

.hover\:border-x-indigo-300\/95:hover {
  border-left-color: rgb(165 180 252 / 0.95);
  border-right-color: rgb(165 180 252 / 0.95);
}

.hover\:border-x-indigo-400:hover {
  --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));
}

.hover\:border-x-indigo-400\/0:hover {
  border-left-color: rgb(129 140 248 / 0);
  border-right-color: rgb(129 140 248 / 0);
}

.hover\:border-x-indigo-400\/10:hover {
  border-left-color: rgb(129 140 248 / 0.1);
  border-right-color: rgb(129 140 248 / 0.1);
}

.hover\:border-x-indigo-400\/100:hover {
  border-left-color: rgb(129 140 248 / 1);
  border-right-color: rgb(129 140 248 / 1);
}

.hover\:border-x-indigo-400\/20:hover {
  border-left-color: rgb(129 140 248 / 0.2);
  border-right-color: rgb(129 140 248 / 0.2);
}

.hover\:border-x-indigo-400\/25:hover {
  border-left-color: rgb(129 140 248 / 0.25);
  border-right-color: rgb(129 140 248 / 0.25);
}

.hover\:border-x-indigo-400\/30:hover {
  border-left-color: rgb(129 140 248 / 0.3);
  border-right-color: rgb(129 140 248 / 0.3);
}

.hover\:border-x-indigo-400\/40:hover {
  border-left-color: rgb(129 140 248 / 0.4);
  border-right-color: rgb(129 140 248 / 0.4);
}

.hover\:border-x-indigo-400\/5:hover {
  border-left-color: rgb(129 140 248 / 0.05);
  border-right-color: rgb(129 140 248 / 0.05);
}

.hover\:border-x-indigo-400\/50:hover {
  border-left-color: rgb(129 140 248 / 0.5);
  border-right-color: rgb(129 140 248 / 0.5);
}

.hover\:border-x-indigo-400\/60:hover {
  border-left-color: rgb(129 140 248 / 0.6);
  border-right-color: rgb(129 140 248 / 0.6);
}

.hover\:border-x-indigo-400\/70:hover {
  border-left-color: rgb(129 140 248 / 0.7);
  border-right-color: rgb(129 140 248 / 0.7);
}

.hover\:border-x-indigo-400\/75:hover {
  border-left-color: rgb(129 140 248 / 0.75);
  border-right-color: rgb(129 140 248 / 0.75);
}

.hover\:border-x-indigo-400\/80:hover {
  border-left-color: rgb(129 140 248 / 0.8);
  border-right-color: rgb(129 140 248 / 0.8);
}

.hover\:border-x-indigo-400\/90:hover {
  border-left-color: rgb(129 140 248 / 0.9);
  border-right-color: rgb(129 140 248 / 0.9);
}

.hover\:border-x-indigo-400\/95:hover {
  border-left-color: rgb(129 140 248 / 0.95);
  border-right-color: rgb(129 140 248 / 0.95);
}

.hover\:border-x-indigo-50:hover {
  --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));
}

.hover\:border-x-indigo-50\/0:hover {
  border-left-color: rgb(238 242 255 / 0);
  border-right-color: rgb(238 242 255 / 0);
}

.hover\:border-x-indigo-50\/10:hover {
  border-left-color: rgb(238 242 255 / 0.1);
  border-right-color: rgb(238 242 255 / 0.1);
}

.hover\:border-x-indigo-50\/100:hover {
  border-left-color: rgb(238 242 255 / 1);
  border-right-color: rgb(238 242 255 / 1);
}

.hover\:border-x-indigo-50\/20:hover {
  border-left-color: rgb(238 242 255 / 0.2);
  border-right-color: rgb(238 242 255 / 0.2);
}

.hover\:border-x-indigo-50\/25:hover {
  border-left-color: rgb(238 242 255 / 0.25);
  border-right-color: rgb(238 242 255 / 0.25);
}

.hover\:border-x-indigo-50\/30:hover {
  border-left-color: rgb(238 242 255 / 0.3);
  border-right-color: rgb(238 242 255 / 0.3);
}

.hover\:border-x-indigo-50\/40:hover {
  border-left-color: rgb(238 242 255 / 0.4);
  border-right-color: rgb(238 242 255 / 0.4);
}

.hover\:border-x-indigo-50\/5:hover {
  border-left-color: rgb(238 242 255 / 0.05);
  border-right-color: rgb(238 242 255 / 0.05);
}

.hover\:border-x-indigo-50\/50:hover {
  border-left-color: rgb(238 242 255 / 0.5);
  border-right-color: rgb(238 242 255 / 0.5);
}

.hover\:border-x-indigo-50\/60:hover {
  border-left-color: rgb(238 242 255 / 0.6);
  border-right-color: rgb(238 242 255 / 0.6);
}

.hover\:border-x-indigo-50\/70:hover {
  border-left-color: rgb(238 242 255 / 0.7);
  border-right-color: rgb(238 242 255 / 0.7);
}

.hover\:border-x-indigo-50\/75:hover {
  border-left-color: rgb(238 242 255 / 0.75);
  border-right-color: rgb(238 242 255 / 0.75);
}

.hover\:border-x-indigo-50\/80:hover {
  border-left-color: rgb(238 242 255 / 0.8);
  border-right-color: rgb(238 242 255 / 0.8);
}

.hover\:border-x-indigo-50\/90:hover {
  border-left-color: rgb(238 242 255 / 0.9);
  border-right-color: rgb(238 242 255 / 0.9);
}

.hover\:border-x-indigo-50\/95:hover {
  border-left-color: rgb(238 242 255 / 0.95);
  border-right-color: rgb(238 242 255 / 0.95);
}

.hover\:border-x-indigo-500:hover {
  --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));
}

.hover\:border-x-indigo-500\/0:hover {
  border-left-color: rgb(99 102 241 / 0);
  border-right-color: rgb(99 102 241 / 0);
}

.hover\:border-x-indigo-500\/10:hover {
  border-left-color: rgb(99 102 241 / 0.1);
  border-right-color: rgb(99 102 241 / 0.1);
}

.hover\:border-x-indigo-500\/100:hover {
  border-left-color: rgb(99 102 241 / 1);
  border-right-color: rgb(99 102 241 / 1);
}

.hover\:border-x-indigo-500\/20:hover {
  border-left-color: rgb(99 102 241 / 0.2);
  border-right-color: rgb(99 102 241 / 0.2);
}

.hover\:border-x-indigo-500\/25:hover {
  border-left-color: rgb(99 102 241 / 0.25);
  border-right-color: rgb(99 102 241 / 0.25);
}

.hover\:border-x-indigo-500\/30:hover {
  border-left-color: rgb(99 102 241 / 0.3);
  border-right-color: rgb(99 102 241 / 0.3);
}

.hover\:border-x-indigo-500\/40:hover {
  border-left-color: rgb(99 102 241 / 0.4);
  border-right-color: rgb(99 102 241 / 0.4);
}

.hover\:border-x-indigo-500\/5:hover {
  border-left-color: rgb(99 102 241 / 0.05);
  border-right-color: rgb(99 102 241 / 0.05);
}

.hover\:border-x-indigo-500\/50:hover {
  border-left-color: rgb(99 102 241 / 0.5);
  border-right-color: rgb(99 102 241 / 0.5);
}

.hover\:border-x-indigo-500\/60:hover {
  border-left-color: rgb(99 102 241 / 0.6);
  border-right-color: rgb(99 102 241 / 0.6);
}

.hover\:border-x-indigo-500\/70:hover {
  border-left-color: rgb(99 102 241 / 0.7);
  border-right-color: rgb(99 102 241 / 0.7);
}

.hover\:border-x-indigo-500\/75:hover {
  border-left-color: rgb(99 102 241 / 0.75);
  border-right-color: rgb(99 102 241 / 0.75);
}

.hover\:border-x-indigo-500\/80:hover {
  border-left-color: rgb(99 102 241 / 0.8);
  border-right-color: rgb(99 102 241 / 0.8);
}

.hover\:border-x-indigo-500\/90:hover {
  border-left-color: rgb(99 102 241 / 0.9);
  border-right-color: rgb(99 102 241 / 0.9);
}

.hover\:border-x-indigo-500\/95:hover {
  border-left-color: rgb(99 102 241 / 0.95);
  border-right-color: rgb(99 102 241 / 0.95);
}

.hover\:border-x-indigo-600:hover {
  --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));
}

.hover\:border-x-indigo-600\/0:hover {
  border-left-color: rgb(79 70 229 / 0);
  border-right-color: rgb(79 70 229 / 0);
}

.hover\:border-x-indigo-600\/10:hover {
  border-left-color: rgb(79 70 229 / 0.1);
  border-right-color: rgb(79 70 229 / 0.1);
}

.hover\:border-x-indigo-600\/100:hover {
  border-left-color: rgb(79 70 229 / 1);
  border-right-color: rgb(79 70 229 / 1);
}

.hover\:border-x-indigo-600\/20:hover {
  border-left-color: rgb(79 70 229 / 0.2);
  border-right-color: rgb(79 70 229 / 0.2);
}

.hover\:border-x-indigo-600\/25:hover {
  border-left-color: rgb(79 70 229 / 0.25);
  border-right-color: rgb(79 70 229 / 0.25);
}

.hover\:border-x-indigo-600\/30:hover {
  border-left-color: rgb(79 70 229 / 0.3);
  border-right-color: rgb(79 70 229 / 0.3);
}

.hover\:border-x-indigo-600\/40:hover {
  border-left-color: rgb(79 70 229 / 0.4);
  border-right-color: rgb(79 70 229 / 0.4);
}

.hover\:border-x-indigo-600\/5:hover {
  border-left-color: rgb(79 70 229 / 0.05);
  border-right-color: rgb(79 70 229 / 0.05);
}

.hover\:border-x-indigo-600\/50:hover {
  border-left-color: rgb(79 70 229 / 0.5);
  border-right-color: rgb(79 70 229 / 0.5);
}

.hover\:border-x-indigo-600\/60:hover {
  border-left-color: rgb(79 70 229 / 0.6);
  border-right-color: rgb(79 70 229 / 0.6);
}

.hover\:border-x-indigo-600\/70:hover {
  border-left-color: rgb(79 70 229 / 0.7);
  border-right-color: rgb(79 70 229 / 0.7);
}

.hover\:border-x-indigo-600\/75:hover {
  border-left-color: rgb(79 70 229 / 0.75);
  border-right-color: rgb(79 70 229 / 0.75);
}

.hover\:border-x-indigo-600\/80:hover {
  border-left-color: rgb(79 70 229 / 0.8);
  border-right-color: rgb(79 70 229 / 0.8);
}

.hover\:border-x-indigo-600\/90:hover {
  border-left-color: rgb(79 70 229 / 0.9);
  border-right-color: rgb(79 70 229 / 0.9);
}

.hover\:border-x-indigo-600\/95:hover {
  border-left-color: rgb(79 70 229 / 0.95);
  border-right-color: rgb(79 70 229 / 0.95);
}

.hover\:border-x-indigo-700:hover {
  --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));
}

.hover\:border-x-indigo-700\/0:hover {
  border-left-color: rgb(67 56 202 / 0);
  border-right-color: rgb(67 56 202 / 0);
}

.hover\:border-x-indigo-700\/10:hover {
  border-left-color: rgb(67 56 202 / 0.1);
  border-right-color: rgb(67 56 202 / 0.1);
}

.hover\:border-x-indigo-700\/100:hover {
  border-left-color: rgb(67 56 202 / 1);
  border-right-color: rgb(67 56 202 / 1);
}

.hover\:border-x-indigo-700\/20:hover {
  border-left-color: rgb(67 56 202 / 0.2);
  border-right-color: rgb(67 56 202 / 0.2);
}

.hover\:border-x-indigo-700\/25:hover {
  border-left-color: rgb(67 56 202 / 0.25);
  border-right-color: rgb(67 56 202 / 0.25);
}

.hover\:border-x-indigo-700\/30:hover {
  border-left-color: rgb(67 56 202 / 0.3);
  border-right-color: rgb(67 56 202 / 0.3);
}

.hover\:border-x-indigo-700\/40:hover {
  border-left-color: rgb(67 56 202 / 0.4);
  border-right-color: rgb(67 56 202 / 0.4);
}

.hover\:border-x-indigo-700\/5:hover {
  border-left-color: rgb(67 56 202 / 0.05);
  border-right-color: rgb(67 56 202 / 0.05);
}

.hover\:border-x-indigo-700\/50:hover {
  border-left-color: rgb(67 56 202 / 0.5);
  border-right-color: rgb(67 56 202 / 0.5);
}

.hover\:border-x-indigo-700\/60:hover {
  border-left-color: rgb(67 56 202 / 0.6);
  border-right-color: rgb(67 56 202 / 0.6);
}

.hover\:border-x-indigo-700\/70:hover {
  border-left-color: rgb(67 56 202 / 0.7);
  border-right-color: rgb(67 56 202 / 0.7);
}

.hover\:border-x-indigo-700\/75:hover {
  border-left-color: rgb(67 56 202 / 0.75);
  border-right-color: rgb(67 56 202 / 0.75);
}

.hover\:border-x-indigo-700\/80:hover {
  border-left-color: rgb(67 56 202 / 0.8);
  border-right-color: rgb(67 56 202 / 0.8);
}

.hover\:border-x-indigo-700\/90:hover {
  border-left-color: rgb(67 56 202 / 0.9);
  border-right-color: rgb(67 56 202 / 0.9);
}

.hover\:border-x-indigo-700\/95:hover {
  border-left-color: rgb(67 56 202 / 0.95);
  border-right-color: rgb(67 56 202 / 0.95);
}

.hover\:border-x-indigo-800:hover {
  --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));
}

.hover\:border-x-indigo-800\/0:hover {
  border-left-color: rgb(55 48 163 / 0);
  border-right-color: rgb(55 48 163 / 0);
}

.hover\:border-x-indigo-800\/10:hover {
  border-left-color: rgb(55 48 163 / 0.1);
  border-right-color: rgb(55 48 163 / 0.1);
}

.hover\:border-x-indigo-800\/100:hover {
  border-left-color: rgb(55 48 163 / 1);
  border-right-color: rgb(55 48 163 / 1);
}

.hover\:border-x-indigo-800\/20:hover {
  border-left-color: rgb(55 48 163 / 0.2);
  border-right-color: rgb(55 48 163 / 0.2);
}

.hover\:border-x-indigo-800\/25:hover {
  border-left-color: rgb(55 48 163 / 0.25);
  border-right-color: rgb(55 48 163 / 0.25);
}

.hover\:border-x-indigo-800\/30:hover {
  border-left-color: rgb(55 48 163 / 0.3);
  border-right-color: rgb(55 48 163 / 0.3);
}

.hover\:border-x-indigo-800\/40:hover {
  border-left-color: rgb(55 48 163 / 0.4);
  border-right-color: rgb(55 48 163 / 0.4);
}

.hover\:border-x-indigo-800\/5:hover {
  border-left-color: rgb(55 48 163 / 0.05);
  border-right-color: rgb(55 48 163 / 0.05);
}

.hover\:border-x-indigo-800\/50:hover {
  border-left-color: rgb(55 48 163 / 0.5);
  border-right-color: rgb(55 48 163 / 0.5);
}

.hover\:border-x-indigo-800\/60:hover {
  border-left-color: rgb(55 48 163 / 0.6);
  border-right-color: rgb(55 48 163 / 0.6);
}

.hover\:border-x-indigo-800\/70:hover {
  border-left-color: rgb(55 48 163 / 0.7);
  border-right-color: rgb(55 48 163 / 0.7);
}

.hover\:border-x-indigo-800\/75:hover {
  border-left-color: rgb(55 48 163 / 0.75);
  border-right-color: rgb(55 48 163 / 0.75);
}

.hover\:border-x-indigo-800\/80:hover {
  border-left-color: rgb(55 48 163 / 0.8);
  border-right-color: rgb(55 48 163 / 0.8);
}

.hover\:border-x-indigo-800\/90:hover {
  border-left-color: rgb(55 48 163 / 0.9);
  border-right-color: rgb(55 48 163 / 0.9);
}

.hover\:border-x-indigo-800\/95:hover {
  border-left-color: rgb(55 48 163 / 0.95);
  border-right-color: rgb(55 48 163 / 0.95);
}

.hover\:border-x-indigo-900:hover {
  --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));
}

.hover\:border-x-indigo-900\/0:hover {
  border-left-color: rgb(49 46 129 / 0);
  border-right-color: rgb(49 46 129 / 0);
}

.hover\:border-x-indigo-900\/10:hover {
  border-left-color: rgb(49 46 129 / 0.1);
  border-right-color: rgb(49 46 129 / 0.1);
}

.hover\:border-x-indigo-900\/100:hover {
  border-left-color: rgb(49 46 129 / 1);
  border-right-color: rgb(49 46 129 / 1);
}

.hover\:border-x-indigo-900\/20:hover {
  border-left-color: rgb(49 46 129 / 0.2);
  border-right-color: rgb(49 46 129 / 0.2);
}

.hover\:border-x-indigo-900\/25:hover {
  border-left-color: rgb(49 46 129 / 0.25);
  border-right-color: rgb(49 46 129 / 0.25);
}

.hover\:border-x-indigo-900\/30:hover {
  border-left-color: rgb(49 46 129 / 0.3);
  border-right-color: rgb(49 46 129 / 0.3);
}

.hover\:border-x-indigo-900\/40:hover {
  border-left-color: rgb(49 46 129 / 0.4);
  border-right-color: rgb(49 46 129 / 0.4);
}

.hover\:border-x-indigo-900\/5:hover {
  border-left-color: rgb(49 46 129 / 0.05);
  border-right-color: rgb(49 46 129 / 0.05);
}

.hover\:border-x-indigo-900\/50:hover {
  border-left-color: rgb(49 46 129 / 0.5);
  border-right-color: rgb(49 46 129 / 0.5);
}

.hover\:border-x-indigo-900\/60:hover {
  border-left-color: rgb(49 46 129 / 0.6);
  border-right-color: rgb(49 46 129 / 0.6);
}

.hover\:border-x-indigo-900\/70:hover {
  border-left-color: rgb(49 46 129 / 0.7);
  border-right-color: rgb(49 46 129 / 0.7);
}

.hover\:border-x-indigo-900\/75:hover {
  border-left-color: rgb(49 46 129 / 0.75);
  border-right-color: rgb(49 46 129 / 0.75);
}

.hover\:border-x-indigo-900\/80:hover {
  border-left-color: rgb(49 46 129 / 0.8);
  border-right-color: rgb(49 46 129 / 0.8);
}

.hover\:border-x-indigo-900\/90:hover {
  border-left-color: rgb(49 46 129 / 0.9);
  border-right-color: rgb(49 46 129 / 0.9);
}

.hover\:border-x-indigo-900\/95:hover {
  border-left-color: rgb(49 46 129 / 0.95);
  border-right-color: rgb(49 46 129 / 0.95);
}

.hover\:border-x-indigo-950:hover {
  --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));
}

.hover\:border-x-indigo-950\/0:hover {
  border-left-color: rgb(30 27 75 / 0);
  border-right-color: rgb(30 27 75 / 0);
}

.hover\:border-x-indigo-950\/10:hover {
  border-left-color: rgb(30 27 75 / 0.1);
  border-right-color: rgb(30 27 75 / 0.1);
}

.hover\:border-x-indigo-950\/100:hover {
  border-left-color: rgb(30 27 75 / 1);
  border-right-color: rgb(30 27 75 / 1);
}

.hover\:border-x-indigo-950\/20:hover {
  border-left-color: rgb(30 27 75 / 0.2);
  border-right-color: rgb(30 27 75 / 0.2);
}

.hover\:border-x-indigo-950\/25:hover {
  border-left-color: rgb(30 27 75 / 0.25);
  border-right-color: rgb(30 27 75 / 0.25);
}

.hover\:border-x-indigo-950\/30:hover {
  border-left-color: rgb(30 27 75 / 0.3);
  border-right-color: rgb(30 27 75 / 0.3);
}

.hover\:border-x-indigo-950\/40:hover {
  border-left-color: rgb(30 27 75 / 0.4);
  border-right-color: rgb(30 27 75 / 0.4);
}

.hover\:border-x-indigo-950\/5:hover {
  border-left-color: rgb(30 27 75 / 0.05);
  border-right-color: rgb(30 27 75 / 0.05);
}

.hover\:border-x-indigo-950\/50:hover {
  border-left-color: rgb(30 27 75 / 0.5);
  border-right-color: rgb(30 27 75 / 0.5);
}

.hover\:border-x-indigo-950\/60:hover {
  border-left-color: rgb(30 27 75 / 0.6);
  border-right-color: rgb(30 27 75 / 0.6);
}

.hover\:border-x-indigo-950\/70:hover {
  border-left-color: rgb(30 27 75 / 0.7);
  border-right-color: rgb(30 27 75 / 0.7);
}

.hover\:border-x-indigo-950\/75:hover {
  border-left-color: rgb(30 27 75 / 0.75);
  border-right-color: rgb(30 27 75 / 0.75);
}

.hover\:border-x-indigo-950\/80:hover {
  border-left-color: rgb(30 27 75 / 0.8);
  border-right-color: rgb(30 27 75 / 0.8);
}

.hover\:border-x-indigo-950\/90:hover {
  border-left-color: rgb(30 27 75 / 0.9);
  border-right-color: rgb(30 27 75 / 0.9);
}

.hover\:border-x-indigo-950\/95:hover {
  border-left-color: rgb(30 27 75 / 0.95);
  border-right-color: rgb(30 27 75 / 0.95);
}

.hover\:border-x-inherit:hover {
  border-left-color: inherit;
  border-right-color: inherit;
}

.hover\:border-x-interbeauty-100:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 197 175 / var(--tw-border-opacity));
  border-right-color: rgb(249 197 175 / var(--tw-border-opacity));
}

.hover\:border-x-interbeauty-100\/0:hover {
  border-left-color: rgb(249 197 175 / 0);
  border-right-color: rgb(249 197 175 / 0);
}

.hover\:border-x-interbeauty-100\/10:hover {
  border-left-color: rgb(249 197 175 / 0.1);
  border-right-color: rgb(249 197 175 / 0.1);
}

.hover\:border-x-interbeauty-100\/100:hover {
  border-left-color: rgb(249 197 175 / 1);
  border-right-color: rgb(249 197 175 / 1);
}

.hover\:border-x-interbeauty-100\/20:hover {
  border-left-color: rgb(249 197 175 / 0.2);
  border-right-color: rgb(249 197 175 / 0.2);
}

.hover\:border-x-interbeauty-100\/25:hover {
  border-left-color: rgb(249 197 175 / 0.25);
  border-right-color: rgb(249 197 175 / 0.25);
}

.hover\:border-x-interbeauty-100\/30:hover {
  border-left-color: rgb(249 197 175 / 0.3);
  border-right-color: rgb(249 197 175 / 0.3);
}

.hover\:border-x-interbeauty-100\/40:hover {
  border-left-color: rgb(249 197 175 / 0.4);
  border-right-color: rgb(249 197 175 / 0.4);
}

.hover\:border-x-interbeauty-100\/5:hover {
  border-left-color: rgb(249 197 175 / 0.05);
  border-right-color: rgb(249 197 175 / 0.05);
}

.hover\:border-x-interbeauty-100\/50:hover {
  border-left-color: rgb(249 197 175 / 0.5);
  border-right-color: rgb(249 197 175 / 0.5);
}

.hover\:border-x-interbeauty-100\/60:hover {
  border-left-color: rgb(249 197 175 / 0.6);
  border-right-color: rgb(249 197 175 / 0.6);
}

.hover\:border-x-interbeauty-100\/70:hover {
  border-left-color: rgb(249 197 175 / 0.7);
  border-right-color: rgb(249 197 175 / 0.7);
}

.hover\:border-x-interbeauty-100\/75:hover {
  border-left-color: rgb(249 197 175 / 0.75);
  border-right-color: rgb(249 197 175 / 0.75);
}

.hover\:border-x-interbeauty-100\/80:hover {
  border-left-color: rgb(249 197 175 / 0.8);
  border-right-color: rgb(249 197 175 / 0.8);
}

.hover\:border-x-interbeauty-100\/90:hover {
  border-left-color: rgb(249 197 175 / 0.9);
  border-right-color: rgb(249 197 175 / 0.9);
}

.hover\:border-x-interbeauty-100\/95:hover {
  border-left-color: rgb(249 197 175 / 0.95);
  border-right-color: rgb(249 197 175 / 0.95);
}

.hover\:border-x-interbeauty-200:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(241 182 191 / var(--tw-border-opacity));
  border-right-color: rgb(241 182 191 / var(--tw-border-opacity));
}

.hover\:border-x-interbeauty-200\/0:hover {
  border-left-color: rgb(241 182 191 / 0);
  border-right-color: rgb(241 182 191 / 0);
}

.hover\:border-x-interbeauty-200\/10:hover {
  border-left-color: rgb(241 182 191 / 0.1);
  border-right-color: rgb(241 182 191 / 0.1);
}

.hover\:border-x-interbeauty-200\/100:hover {
  border-left-color: rgb(241 182 191 / 1);
  border-right-color: rgb(241 182 191 / 1);
}

.hover\:border-x-interbeauty-200\/20:hover {
  border-left-color: rgb(241 182 191 / 0.2);
  border-right-color: rgb(241 182 191 / 0.2);
}

.hover\:border-x-interbeauty-200\/25:hover {
  border-left-color: rgb(241 182 191 / 0.25);
  border-right-color: rgb(241 182 191 / 0.25);
}

.hover\:border-x-interbeauty-200\/30:hover {
  border-left-color: rgb(241 182 191 / 0.3);
  border-right-color: rgb(241 182 191 / 0.3);
}

.hover\:border-x-interbeauty-200\/40:hover {
  border-left-color: rgb(241 182 191 / 0.4);
  border-right-color: rgb(241 182 191 / 0.4);
}

.hover\:border-x-interbeauty-200\/5:hover {
  border-left-color: rgb(241 182 191 / 0.05);
  border-right-color: rgb(241 182 191 / 0.05);
}

.hover\:border-x-interbeauty-200\/50:hover {
  border-left-color: rgb(241 182 191 / 0.5);
  border-right-color: rgb(241 182 191 / 0.5);
}

.hover\:border-x-interbeauty-200\/60:hover {
  border-left-color: rgb(241 182 191 / 0.6);
  border-right-color: rgb(241 182 191 / 0.6);
}

.hover\:border-x-interbeauty-200\/70:hover {
  border-left-color: rgb(241 182 191 / 0.7);
  border-right-color: rgb(241 182 191 / 0.7);
}

.hover\:border-x-interbeauty-200\/75:hover {
  border-left-color: rgb(241 182 191 / 0.75);
  border-right-color: rgb(241 182 191 / 0.75);
}

.hover\:border-x-interbeauty-200\/80:hover {
  border-left-color: rgb(241 182 191 / 0.8);
  border-right-color: rgb(241 182 191 / 0.8);
}

.hover\:border-x-interbeauty-200\/90:hover {
  border-left-color: rgb(241 182 191 / 0.9);
  border-right-color: rgb(241 182 191 / 0.9);
}

.hover\:border-x-interbeauty-200\/95:hover {
  border-left-color: rgb(241 182 191 / 0.95);
  border-right-color: rgb(241 182 191 / 0.95);
}

.hover\:border-x-interbeauty-300:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(182 219 231 / var(--tw-border-opacity));
  border-right-color: rgb(182 219 231 / var(--tw-border-opacity));
}

.hover\:border-x-interbeauty-300\/0:hover {
  border-left-color: rgb(182 219 231 / 0);
  border-right-color: rgb(182 219 231 / 0);
}

.hover\:border-x-interbeauty-300\/10:hover {
  border-left-color: rgb(182 219 231 / 0.1);
  border-right-color: rgb(182 219 231 / 0.1);
}

.hover\:border-x-interbeauty-300\/100:hover {
  border-left-color: rgb(182 219 231 / 1);
  border-right-color: rgb(182 219 231 / 1);
}

.hover\:border-x-interbeauty-300\/20:hover {
  border-left-color: rgb(182 219 231 / 0.2);
  border-right-color: rgb(182 219 231 / 0.2);
}

.hover\:border-x-interbeauty-300\/25:hover {
  border-left-color: rgb(182 219 231 / 0.25);
  border-right-color: rgb(182 219 231 / 0.25);
}

.hover\:border-x-interbeauty-300\/30:hover {
  border-left-color: rgb(182 219 231 / 0.3);
  border-right-color: rgb(182 219 231 / 0.3);
}

.hover\:border-x-interbeauty-300\/40:hover {
  border-left-color: rgb(182 219 231 / 0.4);
  border-right-color: rgb(182 219 231 / 0.4);
}

.hover\:border-x-interbeauty-300\/5:hover {
  border-left-color: rgb(182 219 231 / 0.05);
  border-right-color: rgb(182 219 231 / 0.05);
}

.hover\:border-x-interbeauty-300\/50:hover {
  border-left-color: rgb(182 219 231 / 0.5);
  border-right-color: rgb(182 219 231 / 0.5);
}

.hover\:border-x-interbeauty-300\/60:hover {
  border-left-color: rgb(182 219 231 / 0.6);
  border-right-color: rgb(182 219 231 / 0.6);
}

.hover\:border-x-interbeauty-300\/70:hover {
  border-left-color: rgb(182 219 231 / 0.7);
  border-right-color: rgb(182 219 231 / 0.7);
}

.hover\:border-x-interbeauty-300\/75:hover {
  border-left-color: rgb(182 219 231 / 0.75);
  border-right-color: rgb(182 219 231 / 0.75);
}

.hover\:border-x-interbeauty-300\/80:hover {
  border-left-color: rgb(182 219 231 / 0.8);
  border-right-color: rgb(182 219 231 / 0.8);
}

.hover\:border-x-interbeauty-300\/90:hover {
  border-left-color: rgb(182 219 231 / 0.9);
  border-right-color: rgb(182 219 231 / 0.9);
}

.hover\:border-x-interbeauty-300\/95:hover {
  border-left-color: rgb(182 219 231 / 0.95);
  border-right-color: rgb(182 219 231 / 0.95);
}

.hover\:border-x-interbeauty-400:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 250 247 / var(--tw-border-opacity));
  border-right-color: rgb(254 250 247 / var(--tw-border-opacity));
}

.hover\:border-x-interbeauty-400\/0:hover {
  border-left-color: rgb(254 250 247 / 0);
  border-right-color: rgb(254 250 247 / 0);
}

.hover\:border-x-interbeauty-400\/10:hover {
  border-left-color: rgb(254 250 247 / 0.1);
  border-right-color: rgb(254 250 247 / 0.1);
}

.hover\:border-x-interbeauty-400\/100:hover {
  border-left-color: rgb(254 250 247 / 1);
  border-right-color: rgb(254 250 247 / 1);
}

.hover\:border-x-interbeauty-400\/20:hover {
  border-left-color: rgb(254 250 247 / 0.2);
  border-right-color: rgb(254 250 247 / 0.2);
}

.hover\:border-x-interbeauty-400\/25:hover {
  border-left-color: rgb(254 250 247 / 0.25);
  border-right-color: rgb(254 250 247 / 0.25);
}

.hover\:border-x-interbeauty-400\/30:hover {
  border-left-color: rgb(254 250 247 / 0.3);
  border-right-color: rgb(254 250 247 / 0.3);
}

.hover\:border-x-interbeauty-400\/40:hover {
  border-left-color: rgb(254 250 247 / 0.4);
  border-right-color: rgb(254 250 247 / 0.4);
}

.hover\:border-x-interbeauty-400\/5:hover {
  border-left-color: rgb(254 250 247 / 0.05);
  border-right-color: rgb(254 250 247 / 0.05);
}

.hover\:border-x-interbeauty-400\/50:hover {
  border-left-color: rgb(254 250 247 / 0.5);
  border-right-color: rgb(254 250 247 / 0.5);
}

.hover\:border-x-interbeauty-400\/60:hover {
  border-left-color: rgb(254 250 247 / 0.6);
  border-right-color: rgb(254 250 247 / 0.6);
}

.hover\:border-x-interbeauty-400\/70:hover {
  border-left-color: rgb(254 250 247 / 0.7);
  border-right-color: rgb(254 250 247 / 0.7);
}

.hover\:border-x-interbeauty-400\/75:hover {
  border-left-color: rgb(254 250 247 / 0.75);
  border-right-color: rgb(254 250 247 / 0.75);
}

.hover\:border-x-interbeauty-400\/80:hover {
  border-left-color: rgb(254 250 247 / 0.8);
  border-right-color: rgb(254 250 247 / 0.8);
}

.hover\:border-x-interbeauty-400\/90:hover {
  border-left-color: rgb(254 250 247 / 0.9);
  border-right-color: rgb(254 250 247 / 0.9);
}

.hover\:border-x-interbeauty-400\/95:hover {
  border-left-color: rgb(254 250 247 / 0.95);
  border-right-color: rgb(254 250 247 / 0.95);
}

.hover\:border-x-interbeauty-500:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(193 225 224 / var(--tw-border-opacity));
  border-right-color: rgb(193 225 224 / var(--tw-border-opacity));
}

.hover\:border-x-interbeauty-500\/0:hover {
  border-left-color: rgb(193 225 224 / 0);
  border-right-color: rgb(193 225 224 / 0);
}

.hover\:border-x-interbeauty-500\/10:hover {
  border-left-color: rgb(193 225 224 / 0.1);
  border-right-color: rgb(193 225 224 / 0.1);
}

.hover\:border-x-interbeauty-500\/100:hover {
  border-left-color: rgb(193 225 224 / 1);
  border-right-color: rgb(193 225 224 / 1);
}

.hover\:border-x-interbeauty-500\/20:hover {
  border-left-color: rgb(193 225 224 / 0.2);
  border-right-color: rgb(193 225 224 / 0.2);
}

.hover\:border-x-interbeauty-500\/25:hover {
  border-left-color: rgb(193 225 224 / 0.25);
  border-right-color: rgb(193 225 224 / 0.25);
}

.hover\:border-x-interbeauty-500\/30:hover {
  border-left-color: rgb(193 225 224 / 0.3);
  border-right-color: rgb(193 225 224 / 0.3);
}

.hover\:border-x-interbeauty-500\/40:hover {
  border-left-color: rgb(193 225 224 / 0.4);
  border-right-color: rgb(193 225 224 / 0.4);
}

.hover\:border-x-interbeauty-500\/5:hover {
  border-left-color: rgb(193 225 224 / 0.05);
  border-right-color: rgb(193 225 224 / 0.05);
}

.hover\:border-x-interbeauty-500\/50:hover {
  border-left-color: rgb(193 225 224 / 0.5);
  border-right-color: rgb(193 225 224 / 0.5);
}

.hover\:border-x-interbeauty-500\/60:hover {
  border-left-color: rgb(193 225 224 / 0.6);
  border-right-color: rgb(193 225 224 / 0.6);
}

.hover\:border-x-interbeauty-500\/70:hover {
  border-left-color: rgb(193 225 224 / 0.7);
  border-right-color: rgb(193 225 224 / 0.7);
}

.hover\:border-x-interbeauty-500\/75:hover {
  border-left-color: rgb(193 225 224 / 0.75);
  border-right-color: rgb(193 225 224 / 0.75);
}

.hover\:border-x-interbeauty-500\/80:hover {
  border-left-color: rgb(193 225 224 / 0.8);
  border-right-color: rgb(193 225 224 / 0.8);
}

.hover\:border-x-interbeauty-500\/90:hover {
  border-left-color: rgb(193 225 224 / 0.9);
  border-right-color: rgb(193 225 224 / 0.9);
}

.hover\:border-x-interbeauty-500\/95:hover {
  border-left-color: rgb(193 225 224 / 0.95);
  border-right-color: rgb(193 225 224 / 0.95);
}

.hover\:border-x-interbeauty-600:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(88 88 94 / var(--tw-border-opacity));
  border-right-color: rgb(88 88 94 / var(--tw-border-opacity));
}

.hover\:border-x-interbeauty-600\/0:hover {
  border-left-color: rgb(88 88 94 / 0);
  border-right-color: rgb(88 88 94 / 0);
}

.hover\:border-x-interbeauty-600\/10:hover {
  border-left-color: rgb(88 88 94 / 0.1);
  border-right-color: rgb(88 88 94 / 0.1);
}

.hover\:border-x-interbeauty-600\/100:hover {
  border-left-color: rgb(88 88 94 / 1);
  border-right-color: rgb(88 88 94 / 1);
}

.hover\:border-x-interbeauty-600\/20:hover {
  border-left-color: rgb(88 88 94 / 0.2);
  border-right-color: rgb(88 88 94 / 0.2);
}

.hover\:border-x-interbeauty-600\/25:hover {
  border-left-color: rgb(88 88 94 / 0.25);
  border-right-color: rgb(88 88 94 / 0.25);
}

.hover\:border-x-interbeauty-600\/30:hover {
  border-left-color: rgb(88 88 94 / 0.3);
  border-right-color: rgb(88 88 94 / 0.3);
}

.hover\:border-x-interbeauty-600\/40:hover {
  border-left-color: rgb(88 88 94 / 0.4);
  border-right-color: rgb(88 88 94 / 0.4);
}

.hover\:border-x-interbeauty-600\/5:hover {
  border-left-color: rgb(88 88 94 / 0.05);
  border-right-color: rgb(88 88 94 / 0.05);
}

.hover\:border-x-interbeauty-600\/50:hover {
  border-left-color: rgb(88 88 94 / 0.5);
  border-right-color: rgb(88 88 94 / 0.5);
}

.hover\:border-x-interbeauty-600\/60:hover {
  border-left-color: rgb(88 88 94 / 0.6);
  border-right-color: rgb(88 88 94 / 0.6);
}

.hover\:border-x-interbeauty-600\/70:hover {
  border-left-color: rgb(88 88 94 / 0.7);
  border-right-color: rgb(88 88 94 / 0.7);
}

.hover\:border-x-interbeauty-600\/75:hover {
  border-left-color: rgb(88 88 94 / 0.75);
  border-right-color: rgb(88 88 94 / 0.75);
}

.hover\:border-x-interbeauty-600\/80:hover {
  border-left-color: rgb(88 88 94 / 0.8);
  border-right-color: rgb(88 88 94 / 0.8);
}

.hover\:border-x-interbeauty-600\/90:hover {
  border-left-color: rgb(88 88 94 / 0.9);
  border-right-color: rgb(88 88 94 / 0.9);
}

.hover\:border-x-interbeauty-600\/95:hover {
  border-left-color: rgb(88 88 94 / 0.95);
  border-right-color: rgb(88 88 94 / 0.95);
}

.hover\:border-x-ipnvaluers-200:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 40 87 / var(--tw-border-opacity));
  border-right-color: rgb(0 40 87 / var(--tw-border-opacity));
}

.hover\:border-x-ipnvaluers-200\/0:hover {
  border-left-color: rgb(0 40 87 / 0);
  border-right-color: rgb(0 40 87 / 0);
}

.hover\:border-x-ipnvaluers-200\/10:hover {
  border-left-color: rgb(0 40 87 / 0.1);
  border-right-color: rgb(0 40 87 / 0.1);
}

.hover\:border-x-ipnvaluers-200\/100:hover {
  border-left-color: rgb(0 40 87 / 1);
  border-right-color: rgb(0 40 87 / 1);
}

.hover\:border-x-ipnvaluers-200\/20:hover {
  border-left-color: rgb(0 40 87 / 0.2);
  border-right-color: rgb(0 40 87 / 0.2);
}

.hover\:border-x-ipnvaluers-200\/25:hover {
  border-left-color: rgb(0 40 87 / 0.25);
  border-right-color: rgb(0 40 87 / 0.25);
}

.hover\:border-x-ipnvaluers-200\/30:hover {
  border-left-color: rgb(0 40 87 / 0.3);
  border-right-color: rgb(0 40 87 / 0.3);
}

.hover\:border-x-ipnvaluers-200\/40:hover {
  border-left-color: rgb(0 40 87 / 0.4);
  border-right-color: rgb(0 40 87 / 0.4);
}

.hover\:border-x-ipnvaluers-200\/5:hover {
  border-left-color: rgb(0 40 87 / 0.05);
  border-right-color: rgb(0 40 87 / 0.05);
}

.hover\:border-x-ipnvaluers-200\/50:hover {
  border-left-color: rgb(0 40 87 / 0.5);
  border-right-color: rgb(0 40 87 / 0.5);
}

.hover\:border-x-ipnvaluers-200\/60:hover {
  border-left-color: rgb(0 40 87 / 0.6);
  border-right-color: rgb(0 40 87 / 0.6);
}

.hover\:border-x-ipnvaluers-200\/70:hover {
  border-left-color: rgb(0 40 87 / 0.7);
  border-right-color: rgb(0 40 87 / 0.7);
}

.hover\:border-x-ipnvaluers-200\/75:hover {
  border-left-color: rgb(0 40 87 / 0.75);
  border-right-color: rgb(0 40 87 / 0.75);
}

.hover\:border-x-ipnvaluers-200\/80:hover {
  border-left-color: rgb(0 40 87 / 0.8);
  border-right-color: rgb(0 40 87 / 0.8);
}

.hover\:border-x-ipnvaluers-200\/90:hover {
  border-left-color: rgb(0 40 87 / 0.9);
  border-right-color: rgb(0 40 87 / 0.9);
}

.hover\:border-x-ipnvaluers-200\/95:hover {
  border-left-color: rgb(0 40 87 / 0.95);
  border-right-color: rgb(0 40 87 / 0.95);
}

.hover\:border-x-ipnvaluers-400:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(196 107 22 / var(--tw-border-opacity));
  border-right-color: rgb(196 107 22 / var(--tw-border-opacity));
}

.hover\:border-x-ipnvaluers-400\/0:hover {
  border-left-color: rgb(196 107 22 / 0);
  border-right-color: rgb(196 107 22 / 0);
}

.hover\:border-x-ipnvaluers-400\/10:hover {
  border-left-color: rgb(196 107 22 / 0.1);
  border-right-color: rgb(196 107 22 / 0.1);
}

.hover\:border-x-ipnvaluers-400\/100:hover {
  border-left-color: rgb(196 107 22 / 1);
  border-right-color: rgb(196 107 22 / 1);
}

.hover\:border-x-ipnvaluers-400\/20:hover {
  border-left-color: rgb(196 107 22 / 0.2);
  border-right-color: rgb(196 107 22 / 0.2);
}

.hover\:border-x-ipnvaluers-400\/25:hover {
  border-left-color: rgb(196 107 22 / 0.25);
  border-right-color: rgb(196 107 22 / 0.25);
}

.hover\:border-x-ipnvaluers-400\/30:hover {
  border-left-color: rgb(196 107 22 / 0.3);
  border-right-color: rgb(196 107 22 / 0.3);
}

.hover\:border-x-ipnvaluers-400\/40:hover {
  border-left-color: rgb(196 107 22 / 0.4);
  border-right-color: rgb(196 107 22 / 0.4);
}

.hover\:border-x-ipnvaluers-400\/5:hover {
  border-left-color: rgb(196 107 22 / 0.05);
  border-right-color: rgb(196 107 22 / 0.05);
}

.hover\:border-x-ipnvaluers-400\/50:hover {
  border-left-color: rgb(196 107 22 / 0.5);
  border-right-color: rgb(196 107 22 / 0.5);
}

.hover\:border-x-ipnvaluers-400\/60:hover {
  border-left-color: rgb(196 107 22 / 0.6);
  border-right-color: rgb(196 107 22 / 0.6);
}

.hover\:border-x-ipnvaluers-400\/70:hover {
  border-left-color: rgb(196 107 22 / 0.7);
  border-right-color: rgb(196 107 22 / 0.7);
}

.hover\:border-x-ipnvaluers-400\/75:hover {
  border-left-color: rgb(196 107 22 / 0.75);
  border-right-color: rgb(196 107 22 / 0.75);
}

.hover\:border-x-ipnvaluers-400\/80:hover {
  border-left-color: rgb(196 107 22 / 0.8);
  border-right-color: rgb(196 107 22 / 0.8);
}

.hover\:border-x-ipnvaluers-400\/90:hover {
  border-left-color: rgb(196 107 22 / 0.9);
  border-right-color: rgb(196 107 22 / 0.9);
}

.hover\:border-x-ipnvaluers-400\/95:hover {
  border-left-color: rgb(196 107 22 / 0.95);
  border-right-color: rgb(196 107 22 / 0.95);
}

.hover\:border-x-ipnvaluers-500:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 174 21 / var(--tw-border-opacity));
  border-right-color: rgb(245 174 21 / var(--tw-border-opacity));
}

.hover\:border-x-ipnvaluers-500\/0:hover {
  border-left-color: rgb(245 174 21 / 0);
  border-right-color: rgb(245 174 21 / 0);
}

.hover\:border-x-ipnvaluers-500\/10:hover {
  border-left-color: rgb(245 174 21 / 0.1);
  border-right-color: rgb(245 174 21 / 0.1);
}

.hover\:border-x-ipnvaluers-500\/100:hover {
  border-left-color: rgb(245 174 21 / 1);
  border-right-color: rgb(245 174 21 / 1);
}

.hover\:border-x-ipnvaluers-500\/20:hover {
  border-left-color: rgb(245 174 21 / 0.2);
  border-right-color: rgb(245 174 21 / 0.2);
}

.hover\:border-x-ipnvaluers-500\/25:hover {
  border-left-color: rgb(245 174 21 / 0.25);
  border-right-color: rgb(245 174 21 / 0.25);
}

.hover\:border-x-ipnvaluers-500\/30:hover {
  border-left-color: rgb(245 174 21 / 0.3);
  border-right-color: rgb(245 174 21 / 0.3);
}

.hover\:border-x-ipnvaluers-500\/40:hover {
  border-left-color: rgb(245 174 21 / 0.4);
  border-right-color: rgb(245 174 21 / 0.4);
}

.hover\:border-x-ipnvaluers-500\/5:hover {
  border-left-color: rgb(245 174 21 / 0.05);
  border-right-color: rgb(245 174 21 / 0.05);
}

.hover\:border-x-ipnvaluers-500\/50:hover {
  border-left-color: rgb(245 174 21 / 0.5);
  border-right-color: rgb(245 174 21 / 0.5);
}

.hover\:border-x-ipnvaluers-500\/60:hover {
  border-left-color: rgb(245 174 21 / 0.6);
  border-right-color: rgb(245 174 21 / 0.6);
}

.hover\:border-x-ipnvaluers-500\/70:hover {
  border-left-color: rgb(245 174 21 / 0.7);
  border-right-color: rgb(245 174 21 / 0.7);
}

.hover\:border-x-ipnvaluers-500\/75:hover {
  border-left-color: rgb(245 174 21 / 0.75);
  border-right-color: rgb(245 174 21 / 0.75);
}

.hover\:border-x-ipnvaluers-500\/80:hover {
  border-left-color: rgb(245 174 21 / 0.8);
  border-right-color: rgb(245 174 21 / 0.8);
}

.hover\:border-x-ipnvaluers-500\/90:hover {
  border-left-color: rgb(245 174 21 / 0.9);
  border-right-color: rgb(245 174 21 / 0.9);
}

.hover\:border-x-ipnvaluers-500\/95:hover {
  border-left-color: rgb(245 174 21 / 0.95);
  border-right-color: rgb(245 174 21 / 0.95);
}

.hover\:border-x-jukejam-500:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 210 101 / var(--tw-border-opacity));
  border-right-color: rgb(250 210 101 / var(--tw-border-opacity));
}

.hover\:border-x-jukejam-500\/0:hover {
  border-left-color: rgb(250 210 101 / 0);
  border-right-color: rgb(250 210 101 / 0);
}

.hover\:border-x-jukejam-500\/10:hover {
  border-left-color: rgb(250 210 101 / 0.1);
  border-right-color: rgb(250 210 101 / 0.1);
}

.hover\:border-x-jukejam-500\/100:hover {
  border-left-color: rgb(250 210 101 / 1);
  border-right-color: rgb(250 210 101 / 1);
}

.hover\:border-x-jukejam-500\/20:hover {
  border-left-color: rgb(250 210 101 / 0.2);
  border-right-color: rgb(250 210 101 / 0.2);
}

.hover\:border-x-jukejam-500\/25:hover {
  border-left-color: rgb(250 210 101 / 0.25);
  border-right-color: rgb(250 210 101 / 0.25);
}

.hover\:border-x-jukejam-500\/30:hover {
  border-left-color: rgb(250 210 101 / 0.3);
  border-right-color: rgb(250 210 101 / 0.3);
}

.hover\:border-x-jukejam-500\/40:hover {
  border-left-color: rgb(250 210 101 / 0.4);
  border-right-color: rgb(250 210 101 / 0.4);
}

.hover\:border-x-jukejam-500\/5:hover {
  border-left-color: rgb(250 210 101 / 0.05);
  border-right-color: rgb(250 210 101 / 0.05);
}

.hover\:border-x-jukejam-500\/50:hover {
  border-left-color: rgb(250 210 101 / 0.5);
  border-right-color: rgb(250 210 101 / 0.5);
}

.hover\:border-x-jukejam-500\/60:hover {
  border-left-color: rgb(250 210 101 / 0.6);
  border-right-color: rgb(250 210 101 / 0.6);
}

.hover\:border-x-jukejam-500\/70:hover {
  border-left-color: rgb(250 210 101 / 0.7);
  border-right-color: rgb(250 210 101 / 0.7);
}

.hover\:border-x-jukejam-500\/75:hover {
  border-left-color: rgb(250 210 101 / 0.75);
  border-right-color: rgb(250 210 101 / 0.75);
}

.hover\:border-x-jukejam-500\/80:hover {
  border-left-color: rgb(250 210 101 / 0.8);
  border-right-color: rgb(250 210 101 / 0.8);
}

.hover\:border-x-jukejam-500\/90:hover {
  border-left-color: rgb(250 210 101 / 0.9);
  border-right-color: rgb(250 210 101 / 0.9);
}

.hover\:border-x-jukejam-500\/95:hover {
  border-left-color: rgb(250 210 101 / 0.95);
  border-right-color: rgb(250 210 101 / 0.95);
}

.hover\:border-x-lime-100:hover {
  --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));
}

.hover\:border-x-lime-100\/0:hover {
  border-left-color: rgb(236 252 203 / 0);
  border-right-color: rgb(236 252 203 / 0);
}

.hover\:border-x-lime-100\/10:hover {
  border-left-color: rgb(236 252 203 / 0.1);
  border-right-color: rgb(236 252 203 / 0.1);
}

.hover\:border-x-lime-100\/100:hover {
  border-left-color: rgb(236 252 203 / 1);
  border-right-color: rgb(236 252 203 / 1);
}

.hover\:border-x-lime-100\/20:hover {
  border-left-color: rgb(236 252 203 / 0.2);
  border-right-color: rgb(236 252 203 / 0.2);
}

.hover\:border-x-lime-100\/25:hover {
  border-left-color: rgb(236 252 203 / 0.25);
  border-right-color: rgb(236 252 203 / 0.25);
}

.hover\:border-x-lime-100\/30:hover {
  border-left-color: rgb(236 252 203 / 0.3);
  border-right-color: rgb(236 252 203 / 0.3);
}

.hover\:border-x-lime-100\/40:hover {
  border-left-color: rgb(236 252 203 / 0.4);
  border-right-color: rgb(236 252 203 / 0.4);
}

.hover\:border-x-lime-100\/5:hover {
  border-left-color: rgb(236 252 203 / 0.05);
  border-right-color: rgb(236 252 203 / 0.05);
}

.hover\:border-x-lime-100\/50:hover {
  border-left-color: rgb(236 252 203 / 0.5);
  border-right-color: rgb(236 252 203 / 0.5);
}

.hover\:border-x-lime-100\/60:hover {
  border-left-color: rgb(236 252 203 / 0.6);
  border-right-color: rgb(236 252 203 / 0.6);
}

.hover\:border-x-lime-100\/70:hover {
  border-left-color: rgb(236 252 203 / 0.7);
  border-right-color: rgb(236 252 203 / 0.7);
}

.hover\:border-x-lime-100\/75:hover {
  border-left-color: rgb(236 252 203 / 0.75);
  border-right-color: rgb(236 252 203 / 0.75);
}

.hover\:border-x-lime-100\/80:hover {
  border-left-color: rgb(236 252 203 / 0.8);
  border-right-color: rgb(236 252 203 / 0.8);
}

.hover\:border-x-lime-100\/90:hover {
  border-left-color: rgb(236 252 203 / 0.9);
  border-right-color: rgb(236 252 203 / 0.9);
}

.hover\:border-x-lime-100\/95:hover {
  border-left-color: rgb(236 252 203 / 0.95);
  border-right-color: rgb(236 252 203 / 0.95);
}

.hover\:border-x-lime-200:hover {
  --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));
}

.hover\:border-x-lime-200\/0:hover {
  border-left-color: rgb(217 249 157 / 0);
  border-right-color: rgb(217 249 157 / 0);
}

.hover\:border-x-lime-200\/10:hover {
  border-left-color: rgb(217 249 157 / 0.1);
  border-right-color: rgb(217 249 157 / 0.1);
}

.hover\:border-x-lime-200\/100:hover {
  border-left-color: rgb(217 249 157 / 1);
  border-right-color: rgb(217 249 157 / 1);
}

.hover\:border-x-lime-200\/20:hover {
  border-left-color: rgb(217 249 157 / 0.2);
  border-right-color: rgb(217 249 157 / 0.2);
}

.hover\:border-x-lime-200\/25:hover {
  border-left-color: rgb(217 249 157 / 0.25);
  border-right-color: rgb(217 249 157 / 0.25);
}

.hover\:border-x-lime-200\/30:hover {
  border-left-color: rgb(217 249 157 / 0.3);
  border-right-color: rgb(217 249 157 / 0.3);
}

.hover\:border-x-lime-200\/40:hover {
  border-left-color: rgb(217 249 157 / 0.4);
  border-right-color: rgb(217 249 157 / 0.4);
}

.hover\:border-x-lime-200\/5:hover {
  border-left-color: rgb(217 249 157 / 0.05);
  border-right-color: rgb(217 249 157 / 0.05);
}

.hover\:border-x-lime-200\/50:hover {
  border-left-color: rgb(217 249 157 / 0.5);
  border-right-color: rgb(217 249 157 / 0.5);
}

.hover\:border-x-lime-200\/60:hover {
  border-left-color: rgb(217 249 157 / 0.6);
  border-right-color: rgb(217 249 157 / 0.6);
}

.hover\:border-x-lime-200\/70:hover {
  border-left-color: rgb(217 249 157 / 0.7);
  border-right-color: rgb(217 249 157 / 0.7);
}

.hover\:border-x-lime-200\/75:hover {
  border-left-color: rgb(217 249 157 / 0.75);
  border-right-color: rgb(217 249 157 / 0.75);
}

.hover\:border-x-lime-200\/80:hover {
  border-left-color: rgb(217 249 157 / 0.8);
  border-right-color: rgb(217 249 157 / 0.8);
}

.hover\:border-x-lime-200\/90:hover {
  border-left-color: rgb(217 249 157 / 0.9);
  border-right-color: rgb(217 249 157 / 0.9);
}

.hover\:border-x-lime-200\/95:hover {
  border-left-color: rgb(217 249 157 / 0.95);
  border-right-color: rgb(217 249 157 / 0.95);
}

.hover\:border-x-lime-300:hover {
  --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));
}

.hover\:border-x-lime-300\/0:hover {
  border-left-color: rgb(190 242 100 / 0);
  border-right-color: rgb(190 242 100 / 0);
}

.hover\:border-x-lime-300\/10:hover {
  border-left-color: rgb(190 242 100 / 0.1);
  border-right-color: rgb(190 242 100 / 0.1);
}

.hover\:border-x-lime-300\/100:hover {
  border-left-color: rgb(190 242 100 / 1);
  border-right-color: rgb(190 242 100 / 1);
}

.hover\:border-x-lime-300\/20:hover {
  border-left-color: rgb(190 242 100 / 0.2);
  border-right-color: rgb(190 242 100 / 0.2);
}

.hover\:border-x-lime-300\/25:hover {
  border-left-color: rgb(190 242 100 / 0.25);
  border-right-color: rgb(190 242 100 / 0.25);
}

.hover\:border-x-lime-300\/30:hover {
  border-left-color: rgb(190 242 100 / 0.3);
  border-right-color: rgb(190 242 100 / 0.3);
}

.hover\:border-x-lime-300\/40:hover {
  border-left-color: rgb(190 242 100 / 0.4);
  border-right-color: rgb(190 242 100 / 0.4);
}

.hover\:border-x-lime-300\/5:hover {
  border-left-color: rgb(190 242 100 / 0.05);
  border-right-color: rgb(190 242 100 / 0.05);
}

.hover\:border-x-lime-300\/50:hover {
  border-left-color: rgb(190 242 100 / 0.5);
  border-right-color: rgb(190 242 100 / 0.5);
}

.hover\:border-x-lime-300\/60:hover {
  border-left-color: rgb(190 242 100 / 0.6);
  border-right-color: rgb(190 242 100 / 0.6);
}

.hover\:border-x-lime-300\/70:hover {
  border-left-color: rgb(190 242 100 / 0.7);
  border-right-color: rgb(190 242 100 / 0.7);
}

.hover\:border-x-lime-300\/75:hover {
  border-left-color: rgb(190 242 100 / 0.75);
  border-right-color: rgb(190 242 100 / 0.75);
}

.hover\:border-x-lime-300\/80:hover {
  border-left-color: rgb(190 242 100 / 0.8);
  border-right-color: rgb(190 242 100 / 0.8);
}

.hover\:border-x-lime-300\/90:hover {
  border-left-color: rgb(190 242 100 / 0.9);
  border-right-color: rgb(190 242 100 / 0.9);
}

.hover\:border-x-lime-300\/95:hover {
  border-left-color: rgb(190 242 100 / 0.95);
  border-right-color: rgb(190 242 100 / 0.95);
}

.hover\:border-x-lime-400:hover {
  --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));
}

.hover\:border-x-lime-400\/0:hover {
  border-left-color: rgb(163 230 53 / 0);
  border-right-color: rgb(163 230 53 / 0);
}

.hover\:border-x-lime-400\/10:hover {
  border-left-color: rgb(163 230 53 / 0.1);
  border-right-color: rgb(163 230 53 / 0.1);
}

.hover\:border-x-lime-400\/100:hover {
  border-left-color: rgb(163 230 53 / 1);
  border-right-color: rgb(163 230 53 / 1);
}

.hover\:border-x-lime-400\/20:hover {
  border-left-color: rgb(163 230 53 / 0.2);
  border-right-color: rgb(163 230 53 / 0.2);
}

.hover\:border-x-lime-400\/25:hover {
  border-left-color: rgb(163 230 53 / 0.25);
  border-right-color: rgb(163 230 53 / 0.25);
}

.hover\:border-x-lime-400\/30:hover {
  border-left-color: rgb(163 230 53 / 0.3);
  border-right-color: rgb(163 230 53 / 0.3);
}

.hover\:border-x-lime-400\/40:hover {
  border-left-color: rgb(163 230 53 / 0.4);
  border-right-color: rgb(163 230 53 / 0.4);
}

.hover\:border-x-lime-400\/5:hover {
  border-left-color: rgb(163 230 53 / 0.05);
  border-right-color: rgb(163 230 53 / 0.05);
}

.hover\:border-x-lime-400\/50:hover {
  border-left-color: rgb(163 230 53 / 0.5);
  border-right-color: rgb(163 230 53 / 0.5);
}

.hover\:border-x-lime-400\/60:hover {
  border-left-color: rgb(163 230 53 / 0.6);
  border-right-color: rgb(163 230 53 / 0.6);
}

.hover\:border-x-lime-400\/70:hover {
  border-left-color: rgb(163 230 53 / 0.7);
  border-right-color: rgb(163 230 53 / 0.7);
}

.hover\:border-x-lime-400\/75:hover {
  border-left-color: rgb(163 230 53 / 0.75);
  border-right-color: rgb(163 230 53 / 0.75);
}

.hover\:border-x-lime-400\/80:hover {
  border-left-color: rgb(163 230 53 / 0.8);
  border-right-color: rgb(163 230 53 / 0.8);
}

.hover\:border-x-lime-400\/90:hover {
  border-left-color: rgb(163 230 53 / 0.9);
  border-right-color: rgb(163 230 53 / 0.9);
}

.hover\:border-x-lime-400\/95:hover {
  border-left-color: rgb(163 230 53 / 0.95);
  border-right-color: rgb(163 230 53 / 0.95);
}

.hover\:border-x-lime-50:hover {
  --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));
}

.hover\:border-x-lime-50\/0:hover {
  border-left-color: rgb(247 254 231 / 0);
  border-right-color: rgb(247 254 231 / 0);
}

.hover\:border-x-lime-50\/10:hover {
  border-left-color: rgb(247 254 231 / 0.1);
  border-right-color: rgb(247 254 231 / 0.1);
}

.hover\:border-x-lime-50\/100:hover {
  border-left-color: rgb(247 254 231 / 1);
  border-right-color: rgb(247 254 231 / 1);
}

.hover\:border-x-lime-50\/20:hover {
  border-left-color: rgb(247 254 231 / 0.2);
  border-right-color: rgb(247 254 231 / 0.2);
}

.hover\:border-x-lime-50\/25:hover {
  border-left-color: rgb(247 254 231 / 0.25);
  border-right-color: rgb(247 254 231 / 0.25);
}

.hover\:border-x-lime-50\/30:hover {
  border-left-color: rgb(247 254 231 / 0.3);
  border-right-color: rgb(247 254 231 / 0.3);
}

.hover\:border-x-lime-50\/40:hover {
  border-left-color: rgb(247 254 231 / 0.4);
  border-right-color: rgb(247 254 231 / 0.4);
}

.hover\:border-x-lime-50\/5:hover {
  border-left-color: rgb(247 254 231 / 0.05);
  border-right-color: rgb(247 254 231 / 0.05);
}

.hover\:border-x-lime-50\/50:hover {
  border-left-color: rgb(247 254 231 / 0.5);
  border-right-color: rgb(247 254 231 / 0.5);
}

.hover\:border-x-lime-50\/60:hover {
  border-left-color: rgb(247 254 231 / 0.6);
  border-right-color: rgb(247 254 231 / 0.6);
}

.hover\:border-x-lime-50\/70:hover {
  border-left-color: rgb(247 254 231 / 0.7);
  border-right-color: rgb(247 254 231 / 0.7);
}

.hover\:border-x-lime-50\/75:hover {
  border-left-color: rgb(247 254 231 / 0.75);
  border-right-color: rgb(247 254 231 / 0.75);
}

.hover\:border-x-lime-50\/80:hover {
  border-left-color: rgb(247 254 231 / 0.8);
  border-right-color: rgb(247 254 231 / 0.8);
}

.hover\:border-x-lime-50\/90:hover {
  border-left-color: rgb(247 254 231 / 0.9);
  border-right-color: rgb(247 254 231 / 0.9);
}

.hover\:border-x-lime-50\/95:hover {
  border-left-color: rgb(247 254 231 / 0.95);
  border-right-color: rgb(247 254 231 / 0.95);
}

.hover\:border-x-lime-500:hover {
  --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));
}

.hover\:border-x-lime-500\/0:hover {
  border-left-color: rgb(132 204 22 / 0);
  border-right-color: rgb(132 204 22 / 0);
}

.hover\:border-x-lime-500\/10:hover {
  border-left-color: rgb(132 204 22 / 0.1);
  border-right-color: rgb(132 204 22 / 0.1);
}

.hover\:border-x-lime-500\/100:hover {
  border-left-color: rgb(132 204 22 / 1);
  border-right-color: rgb(132 204 22 / 1);
}

.hover\:border-x-lime-500\/20:hover {
  border-left-color: rgb(132 204 22 / 0.2);
  border-right-color: rgb(132 204 22 / 0.2);
}

.hover\:border-x-lime-500\/25:hover {
  border-left-color: rgb(132 204 22 / 0.25);
  border-right-color: rgb(132 204 22 / 0.25);
}

.hover\:border-x-lime-500\/30:hover {
  border-left-color: rgb(132 204 22 / 0.3);
  border-right-color: rgb(132 204 22 / 0.3);
}

.hover\:border-x-lime-500\/40:hover {
  border-left-color: rgb(132 204 22 / 0.4);
  border-right-color: rgb(132 204 22 / 0.4);
}

.hover\:border-x-lime-500\/5:hover {
  border-left-color: rgb(132 204 22 / 0.05);
  border-right-color: rgb(132 204 22 / 0.05);
}

.hover\:border-x-lime-500\/50:hover {
  border-left-color: rgb(132 204 22 / 0.5);
  border-right-color: rgb(132 204 22 / 0.5);
}

.hover\:border-x-lime-500\/60:hover {
  border-left-color: rgb(132 204 22 / 0.6);
  border-right-color: rgb(132 204 22 / 0.6);
}

.hover\:border-x-lime-500\/70:hover {
  border-left-color: rgb(132 204 22 / 0.7);
  border-right-color: rgb(132 204 22 / 0.7);
}

.hover\:border-x-lime-500\/75:hover {
  border-left-color: rgb(132 204 22 / 0.75);
  border-right-color: rgb(132 204 22 / 0.75);
}

.hover\:border-x-lime-500\/80:hover {
  border-left-color: rgb(132 204 22 / 0.8);
  border-right-color: rgb(132 204 22 / 0.8);
}

.hover\:border-x-lime-500\/90:hover {
  border-left-color: rgb(132 204 22 / 0.9);
  border-right-color: rgb(132 204 22 / 0.9);
}

.hover\:border-x-lime-500\/95:hover {
  border-left-color: rgb(132 204 22 / 0.95);
  border-right-color: rgb(132 204 22 / 0.95);
}

.hover\:border-x-lime-600:hover {
  --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));
}

.hover\:border-x-lime-600\/0:hover {
  border-left-color: rgb(101 163 13 / 0);
  border-right-color: rgb(101 163 13 / 0);
}

.hover\:border-x-lime-600\/10:hover {
  border-left-color: rgb(101 163 13 / 0.1);
  border-right-color: rgb(101 163 13 / 0.1);
}

.hover\:border-x-lime-600\/100:hover {
  border-left-color: rgb(101 163 13 / 1);
  border-right-color: rgb(101 163 13 / 1);
}

.hover\:border-x-lime-600\/20:hover {
  border-left-color: rgb(101 163 13 / 0.2);
  border-right-color: rgb(101 163 13 / 0.2);
}

.hover\:border-x-lime-600\/25:hover {
  border-left-color: rgb(101 163 13 / 0.25);
  border-right-color: rgb(101 163 13 / 0.25);
}

.hover\:border-x-lime-600\/30:hover {
  border-left-color: rgb(101 163 13 / 0.3);
  border-right-color: rgb(101 163 13 / 0.3);
}

.hover\:border-x-lime-600\/40:hover {
  border-left-color: rgb(101 163 13 / 0.4);
  border-right-color: rgb(101 163 13 / 0.4);
}

.hover\:border-x-lime-600\/5:hover {
  border-left-color: rgb(101 163 13 / 0.05);
  border-right-color: rgb(101 163 13 / 0.05);
}

.hover\:border-x-lime-600\/50:hover {
  border-left-color: rgb(101 163 13 / 0.5);
  border-right-color: rgb(101 163 13 / 0.5);
}

.hover\:border-x-lime-600\/60:hover {
  border-left-color: rgb(101 163 13 / 0.6);
  border-right-color: rgb(101 163 13 / 0.6);
}

.hover\:border-x-lime-600\/70:hover {
  border-left-color: rgb(101 163 13 / 0.7);
  border-right-color: rgb(101 163 13 / 0.7);
}

.hover\:border-x-lime-600\/75:hover {
  border-left-color: rgb(101 163 13 / 0.75);
  border-right-color: rgb(101 163 13 / 0.75);
}

.hover\:border-x-lime-600\/80:hover {
  border-left-color: rgb(101 163 13 / 0.8);
  border-right-color: rgb(101 163 13 / 0.8);
}

.hover\:border-x-lime-600\/90:hover {
  border-left-color: rgb(101 163 13 / 0.9);
  border-right-color: rgb(101 163 13 / 0.9);
}

.hover\:border-x-lime-600\/95:hover {
  border-left-color: rgb(101 163 13 / 0.95);
  border-right-color: rgb(101 163 13 / 0.95);
}

.hover\:border-x-lime-700:hover {
  --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));
}

.hover\:border-x-lime-700\/0:hover {
  border-left-color: rgb(77 124 15 / 0);
  border-right-color: rgb(77 124 15 / 0);
}

.hover\:border-x-lime-700\/10:hover {
  border-left-color: rgb(77 124 15 / 0.1);
  border-right-color: rgb(77 124 15 / 0.1);
}

.hover\:border-x-lime-700\/100:hover {
  border-left-color: rgb(77 124 15 / 1);
  border-right-color: rgb(77 124 15 / 1);
}

.hover\:border-x-lime-700\/20:hover {
  border-left-color: rgb(77 124 15 / 0.2);
  border-right-color: rgb(77 124 15 / 0.2);
}

.hover\:border-x-lime-700\/25:hover {
  border-left-color: rgb(77 124 15 / 0.25);
  border-right-color: rgb(77 124 15 / 0.25);
}

.hover\:border-x-lime-700\/30:hover {
  border-left-color: rgb(77 124 15 / 0.3);
  border-right-color: rgb(77 124 15 / 0.3);
}

.hover\:border-x-lime-700\/40:hover {
  border-left-color: rgb(77 124 15 / 0.4);
  border-right-color: rgb(77 124 15 / 0.4);
}

.hover\:border-x-lime-700\/5:hover {
  border-left-color: rgb(77 124 15 / 0.05);
  border-right-color: rgb(77 124 15 / 0.05);
}

.hover\:border-x-lime-700\/50:hover {
  border-left-color: rgb(77 124 15 / 0.5);
  border-right-color: rgb(77 124 15 / 0.5);
}

.hover\:border-x-lime-700\/60:hover {
  border-left-color: rgb(77 124 15 / 0.6);
  border-right-color: rgb(77 124 15 / 0.6);
}

.hover\:border-x-lime-700\/70:hover {
  border-left-color: rgb(77 124 15 / 0.7);
  border-right-color: rgb(77 124 15 / 0.7);
}

.hover\:border-x-lime-700\/75:hover {
  border-left-color: rgb(77 124 15 / 0.75);
  border-right-color: rgb(77 124 15 / 0.75);
}

.hover\:border-x-lime-700\/80:hover {
  border-left-color: rgb(77 124 15 / 0.8);
  border-right-color: rgb(77 124 15 / 0.8);
}

.hover\:border-x-lime-700\/90:hover {
  border-left-color: rgb(77 124 15 / 0.9);
  border-right-color: rgb(77 124 15 / 0.9);
}

.hover\:border-x-lime-700\/95:hover {
  border-left-color: rgb(77 124 15 / 0.95);
  border-right-color: rgb(77 124 15 / 0.95);
}

.hover\:border-x-lime-800:hover {
  --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));
}

.hover\:border-x-lime-800\/0:hover {
  border-left-color: rgb(63 98 18 / 0);
  border-right-color: rgb(63 98 18 / 0);
}

.hover\:border-x-lime-800\/10:hover {
  border-left-color: rgb(63 98 18 / 0.1);
  border-right-color: rgb(63 98 18 / 0.1);
}

.hover\:border-x-lime-800\/100:hover {
  border-left-color: rgb(63 98 18 / 1);
  border-right-color: rgb(63 98 18 / 1);
}

.hover\:border-x-lime-800\/20:hover {
  border-left-color: rgb(63 98 18 / 0.2);
  border-right-color: rgb(63 98 18 / 0.2);
}

.hover\:border-x-lime-800\/25:hover {
  border-left-color: rgb(63 98 18 / 0.25);
  border-right-color: rgb(63 98 18 / 0.25);
}

.hover\:border-x-lime-800\/30:hover {
  border-left-color: rgb(63 98 18 / 0.3);
  border-right-color: rgb(63 98 18 / 0.3);
}

.hover\:border-x-lime-800\/40:hover {
  border-left-color: rgb(63 98 18 / 0.4);
  border-right-color: rgb(63 98 18 / 0.4);
}

.hover\:border-x-lime-800\/5:hover {
  border-left-color: rgb(63 98 18 / 0.05);
  border-right-color: rgb(63 98 18 / 0.05);
}

.hover\:border-x-lime-800\/50:hover {
  border-left-color: rgb(63 98 18 / 0.5);
  border-right-color: rgb(63 98 18 / 0.5);
}

.hover\:border-x-lime-800\/60:hover {
  border-left-color: rgb(63 98 18 / 0.6);
  border-right-color: rgb(63 98 18 / 0.6);
}

.hover\:border-x-lime-800\/70:hover {
  border-left-color: rgb(63 98 18 / 0.7);
  border-right-color: rgb(63 98 18 / 0.7);
}

.hover\:border-x-lime-800\/75:hover {
  border-left-color: rgb(63 98 18 / 0.75);
  border-right-color: rgb(63 98 18 / 0.75);
}

.hover\:border-x-lime-800\/80:hover {
  border-left-color: rgb(63 98 18 / 0.8);
  border-right-color: rgb(63 98 18 / 0.8);
}

.hover\:border-x-lime-800\/90:hover {
  border-left-color: rgb(63 98 18 / 0.9);
  border-right-color: rgb(63 98 18 / 0.9);
}

.hover\:border-x-lime-800\/95:hover {
  border-left-color: rgb(63 98 18 / 0.95);
  border-right-color: rgb(63 98 18 / 0.95);
}

.hover\:border-x-lime-900:hover {
  --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));
}

.hover\:border-x-lime-900\/0:hover {
  border-left-color: rgb(54 83 20 / 0);
  border-right-color: rgb(54 83 20 / 0);
}

.hover\:border-x-lime-900\/10:hover {
  border-left-color: rgb(54 83 20 / 0.1);
  border-right-color: rgb(54 83 20 / 0.1);
}

.hover\:border-x-lime-900\/100:hover {
  border-left-color: rgb(54 83 20 / 1);
  border-right-color: rgb(54 83 20 / 1);
}

.hover\:border-x-lime-900\/20:hover {
  border-left-color: rgb(54 83 20 / 0.2);
  border-right-color: rgb(54 83 20 / 0.2);
}

.hover\:border-x-lime-900\/25:hover {
  border-left-color: rgb(54 83 20 / 0.25);
  border-right-color: rgb(54 83 20 / 0.25);
}

.hover\:border-x-lime-900\/30:hover {
  border-left-color: rgb(54 83 20 / 0.3);
  border-right-color: rgb(54 83 20 / 0.3);
}

.hover\:border-x-lime-900\/40:hover {
  border-left-color: rgb(54 83 20 / 0.4);
  border-right-color: rgb(54 83 20 / 0.4);
}

.hover\:border-x-lime-900\/5:hover {
  border-left-color: rgb(54 83 20 / 0.05);
  border-right-color: rgb(54 83 20 / 0.05);
}

.hover\:border-x-lime-900\/50:hover {
  border-left-color: rgb(54 83 20 / 0.5);
  border-right-color: rgb(54 83 20 / 0.5);
}

.hover\:border-x-lime-900\/60:hover {
  border-left-color: rgb(54 83 20 / 0.6);
  border-right-color: rgb(54 83 20 / 0.6);
}

.hover\:border-x-lime-900\/70:hover {
  border-left-color: rgb(54 83 20 / 0.7);
  border-right-color: rgb(54 83 20 / 0.7);
}

.hover\:border-x-lime-900\/75:hover {
  border-left-color: rgb(54 83 20 / 0.75);
  border-right-color: rgb(54 83 20 / 0.75);
}

.hover\:border-x-lime-900\/80:hover {
  border-left-color: rgb(54 83 20 / 0.8);
  border-right-color: rgb(54 83 20 / 0.8);
}

.hover\:border-x-lime-900\/90:hover {
  border-left-color: rgb(54 83 20 / 0.9);
  border-right-color: rgb(54 83 20 / 0.9);
}

.hover\:border-x-lime-900\/95:hover {
  border-left-color: rgb(54 83 20 / 0.95);
  border-right-color: rgb(54 83 20 / 0.95);
}

.hover\:border-x-lime-950:hover {
  --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));
}

.hover\:border-x-lime-950\/0:hover {
  border-left-color: rgb(26 46 5 / 0);
  border-right-color: rgb(26 46 5 / 0);
}

.hover\:border-x-lime-950\/10:hover {
  border-left-color: rgb(26 46 5 / 0.1);
  border-right-color: rgb(26 46 5 / 0.1);
}

.hover\:border-x-lime-950\/100:hover {
  border-left-color: rgb(26 46 5 / 1);
  border-right-color: rgb(26 46 5 / 1);
}

.hover\:border-x-lime-950\/20:hover {
  border-left-color: rgb(26 46 5 / 0.2);
  border-right-color: rgb(26 46 5 / 0.2);
}

.hover\:border-x-lime-950\/25:hover {
  border-left-color: rgb(26 46 5 / 0.25);
  border-right-color: rgb(26 46 5 / 0.25);
}

.hover\:border-x-lime-950\/30:hover {
  border-left-color: rgb(26 46 5 / 0.3);
  border-right-color: rgb(26 46 5 / 0.3);
}

.hover\:border-x-lime-950\/40:hover {
  border-left-color: rgb(26 46 5 / 0.4);
  border-right-color: rgb(26 46 5 / 0.4);
}

.hover\:border-x-lime-950\/5:hover {
  border-left-color: rgb(26 46 5 / 0.05);
  border-right-color: rgb(26 46 5 / 0.05);
}

.hover\:border-x-lime-950\/50:hover {
  border-left-color: rgb(26 46 5 / 0.5);
  border-right-color: rgb(26 46 5 / 0.5);
}

.hover\:border-x-lime-950\/60:hover {
  border-left-color: rgb(26 46 5 / 0.6);
  border-right-color: rgb(26 46 5 / 0.6);
}

.hover\:border-x-lime-950\/70:hover {
  border-left-color: rgb(26 46 5 / 0.7);
  border-right-color: rgb(26 46 5 / 0.7);
}

.hover\:border-x-lime-950\/75:hover {
  border-left-color: rgb(26 46 5 / 0.75);
  border-right-color: rgb(26 46 5 / 0.75);
}

.hover\:border-x-lime-950\/80:hover {
  border-left-color: rgb(26 46 5 / 0.8);
  border-right-color: rgb(26 46 5 / 0.8);
}

.hover\:border-x-lime-950\/90:hover {
  border-left-color: rgb(26 46 5 / 0.9);
  border-right-color: rgb(26 46 5 / 0.9);
}

.hover\:border-x-lime-950\/95:hover {
  border-left-color: rgb(26 46 5 / 0.95);
  border-right-color: rgb(26 46 5 / 0.95);
}

.hover\:border-x-nafisa-500:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(153 53 10 / var(--tw-border-opacity));
  border-right-color: rgb(153 53 10 / var(--tw-border-opacity));
}

.hover\:border-x-nafisa-500\/0:hover {
  border-left-color: rgb(153 53 10 / 0);
  border-right-color: rgb(153 53 10 / 0);
}

.hover\:border-x-nafisa-500\/10:hover {
  border-left-color: rgb(153 53 10 / 0.1);
  border-right-color: rgb(153 53 10 / 0.1);
}

.hover\:border-x-nafisa-500\/100:hover {
  border-left-color: rgb(153 53 10 / 1);
  border-right-color: rgb(153 53 10 / 1);
}

.hover\:border-x-nafisa-500\/20:hover {
  border-left-color: rgb(153 53 10 / 0.2);
  border-right-color: rgb(153 53 10 / 0.2);
}

.hover\:border-x-nafisa-500\/25:hover {
  border-left-color: rgb(153 53 10 / 0.25);
  border-right-color: rgb(153 53 10 / 0.25);
}

.hover\:border-x-nafisa-500\/30:hover {
  border-left-color: rgb(153 53 10 / 0.3);
  border-right-color: rgb(153 53 10 / 0.3);
}

.hover\:border-x-nafisa-500\/40:hover {
  border-left-color: rgb(153 53 10 / 0.4);
  border-right-color: rgb(153 53 10 / 0.4);
}

.hover\:border-x-nafisa-500\/5:hover {
  border-left-color: rgb(153 53 10 / 0.05);
  border-right-color: rgb(153 53 10 / 0.05);
}

.hover\:border-x-nafisa-500\/50:hover {
  border-left-color: rgb(153 53 10 / 0.5);
  border-right-color: rgb(153 53 10 / 0.5);
}

.hover\:border-x-nafisa-500\/60:hover {
  border-left-color: rgb(153 53 10 / 0.6);
  border-right-color: rgb(153 53 10 / 0.6);
}

.hover\:border-x-nafisa-500\/70:hover {
  border-left-color: rgb(153 53 10 / 0.7);
  border-right-color: rgb(153 53 10 / 0.7);
}

.hover\:border-x-nafisa-500\/75:hover {
  border-left-color: rgb(153 53 10 / 0.75);
  border-right-color: rgb(153 53 10 / 0.75);
}

.hover\:border-x-nafisa-500\/80:hover {
  border-left-color: rgb(153 53 10 / 0.8);
  border-right-color: rgb(153 53 10 / 0.8);
}

.hover\:border-x-nafisa-500\/90:hover {
  border-left-color: rgb(153 53 10 / 0.9);
  border-right-color: rgb(153 53 10 / 0.9);
}

.hover\:border-x-nafisa-500\/95:hover {
  border-left-color: rgb(153 53 10 / 0.95);
  border-right-color: rgb(153 53 10 / 0.95);
}

.hover\:border-x-neutral-100:hover {
  --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));
}

.hover\:border-x-neutral-100\/0:hover {
  border-left-color: rgb(245 245 245 / 0);
  border-right-color: rgb(245 245 245 / 0);
}

.hover\:border-x-neutral-100\/10:hover {
  border-left-color: rgb(245 245 245 / 0.1);
  border-right-color: rgb(245 245 245 / 0.1);
}

.hover\:border-x-neutral-100\/100:hover {
  border-left-color: rgb(245 245 245 / 1);
  border-right-color: rgb(245 245 245 / 1);
}

.hover\:border-x-neutral-100\/20:hover {
  border-left-color: rgb(245 245 245 / 0.2);
  border-right-color: rgb(245 245 245 / 0.2);
}

.hover\:border-x-neutral-100\/25:hover {
  border-left-color: rgb(245 245 245 / 0.25);
  border-right-color: rgb(245 245 245 / 0.25);
}

.hover\:border-x-neutral-100\/30:hover {
  border-left-color: rgb(245 245 245 / 0.3);
  border-right-color: rgb(245 245 245 / 0.3);
}

.hover\:border-x-neutral-100\/40:hover {
  border-left-color: rgb(245 245 245 / 0.4);
  border-right-color: rgb(245 245 245 / 0.4);
}

.hover\:border-x-neutral-100\/5:hover {
  border-left-color: rgb(245 245 245 / 0.05);
  border-right-color: rgb(245 245 245 / 0.05);
}

.hover\:border-x-neutral-100\/50:hover {
  border-left-color: rgb(245 245 245 / 0.5);
  border-right-color: rgb(245 245 245 / 0.5);
}

.hover\:border-x-neutral-100\/60:hover {
  border-left-color: rgb(245 245 245 / 0.6);
  border-right-color: rgb(245 245 245 / 0.6);
}

.hover\:border-x-neutral-100\/70:hover {
  border-left-color: rgb(245 245 245 / 0.7);
  border-right-color: rgb(245 245 245 / 0.7);
}

.hover\:border-x-neutral-100\/75:hover {
  border-left-color: rgb(245 245 245 / 0.75);
  border-right-color: rgb(245 245 245 / 0.75);
}

.hover\:border-x-neutral-100\/80:hover {
  border-left-color: rgb(245 245 245 / 0.8);
  border-right-color: rgb(245 245 245 / 0.8);
}

.hover\:border-x-neutral-100\/90:hover {
  border-left-color: rgb(245 245 245 / 0.9);
  border-right-color: rgb(245 245 245 / 0.9);
}

.hover\:border-x-neutral-100\/95:hover {
  border-left-color: rgb(245 245 245 / 0.95);
  border-right-color: rgb(245 245 245 / 0.95);
}

.hover\:border-x-neutral-200:hover {
  --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));
}

.hover\:border-x-neutral-200\/0:hover {
  border-left-color: rgb(229 229 229 / 0);
  border-right-color: rgb(229 229 229 / 0);
}

.hover\:border-x-neutral-200\/10:hover {
  border-left-color: rgb(229 229 229 / 0.1);
  border-right-color: rgb(229 229 229 / 0.1);
}

.hover\:border-x-neutral-200\/100:hover {
  border-left-color: rgb(229 229 229 / 1);
  border-right-color: rgb(229 229 229 / 1);
}

.hover\:border-x-neutral-200\/20:hover {
  border-left-color: rgb(229 229 229 / 0.2);
  border-right-color: rgb(229 229 229 / 0.2);
}

.hover\:border-x-neutral-200\/25:hover {
  border-left-color: rgb(229 229 229 / 0.25);
  border-right-color: rgb(229 229 229 / 0.25);
}

.hover\:border-x-neutral-200\/30:hover {
  border-left-color: rgb(229 229 229 / 0.3);
  border-right-color: rgb(229 229 229 / 0.3);
}

.hover\:border-x-neutral-200\/40:hover {
  border-left-color: rgb(229 229 229 / 0.4);
  border-right-color: rgb(229 229 229 / 0.4);
}

.hover\:border-x-neutral-200\/5:hover {
  border-left-color: rgb(229 229 229 / 0.05);
  border-right-color: rgb(229 229 229 / 0.05);
}

.hover\:border-x-neutral-200\/50:hover {
  border-left-color: rgb(229 229 229 / 0.5);
  border-right-color: rgb(229 229 229 / 0.5);
}

.hover\:border-x-neutral-200\/60:hover {
  border-left-color: rgb(229 229 229 / 0.6);
  border-right-color: rgb(229 229 229 / 0.6);
}

.hover\:border-x-neutral-200\/70:hover {
  border-left-color: rgb(229 229 229 / 0.7);
  border-right-color: rgb(229 229 229 / 0.7);
}

.hover\:border-x-neutral-200\/75:hover {
  border-left-color: rgb(229 229 229 / 0.75);
  border-right-color: rgb(229 229 229 / 0.75);
}

.hover\:border-x-neutral-200\/80:hover {
  border-left-color: rgb(229 229 229 / 0.8);
  border-right-color: rgb(229 229 229 / 0.8);
}

.hover\:border-x-neutral-200\/90:hover {
  border-left-color: rgb(229 229 229 / 0.9);
  border-right-color: rgb(229 229 229 / 0.9);
}

.hover\:border-x-neutral-200\/95:hover {
  border-left-color: rgb(229 229 229 / 0.95);
  border-right-color: rgb(229 229 229 / 0.95);
}

.hover\:border-x-neutral-300:hover {
  --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));
}

.hover\:border-x-neutral-300\/0:hover {
  border-left-color: rgb(212 212 212 / 0);
  border-right-color: rgb(212 212 212 / 0);
}

.hover\:border-x-neutral-300\/10:hover {
  border-left-color: rgb(212 212 212 / 0.1);
  border-right-color: rgb(212 212 212 / 0.1);
}

.hover\:border-x-neutral-300\/100:hover {
  border-left-color: rgb(212 212 212 / 1);
  border-right-color: rgb(212 212 212 / 1);
}

.hover\:border-x-neutral-300\/20:hover {
  border-left-color: rgb(212 212 212 / 0.2);
  border-right-color: rgb(212 212 212 / 0.2);
}

.hover\:border-x-neutral-300\/25:hover {
  border-left-color: rgb(212 212 212 / 0.25);
  border-right-color: rgb(212 212 212 / 0.25);
}

.hover\:border-x-neutral-300\/30:hover {
  border-left-color: rgb(212 212 212 / 0.3);
  border-right-color: rgb(212 212 212 / 0.3);
}

.hover\:border-x-neutral-300\/40:hover {
  border-left-color: rgb(212 212 212 / 0.4);
  border-right-color: rgb(212 212 212 / 0.4);
}

.hover\:border-x-neutral-300\/5:hover {
  border-left-color: rgb(212 212 212 / 0.05);
  border-right-color: rgb(212 212 212 / 0.05);
}

.hover\:border-x-neutral-300\/50:hover {
  border-left-color: rgb(212 212 212 / 0.5);
  border-right-color: rgb(212 212 212 / 0.5);
}

.hover\:border-x-neutral-300\/60:hover {
  border-left-color: rgb(212 212 212 / 0.6);
  border-right-color: rgb(212 212 212 / 0.6);
}

.hover\:border-x-neutral-300\/70:hover {
  border-left-color: rgb(212 212 212 / 0.7);
  border-right-color: rgb(212 212 212 / 0.7);
}

.hover\:border-x-neutral-300\/75:hover {
  border-left-color: rgb(212 212 212 / 0.75);
  border-right-color: rgb(212 212 212 / 0.75);
}

.hover\:border-x-neutral-300\/80:hover {
  border-left-color: rgb(212 212 212 / 0.8);
  border-right-color: rgb(212 212 212 / 0.8);
}

.hover\:border-x-neutral-300\/90:hover {
  border-left-color: rgb(212 212 212 / 0.9);
  border-right-color: rgb(212 212 212 / 0.9);
}

.hover\:border-x-neutral-300\/95:hover {
  border-left-color: rgb(212 212 212 / 0.95);
  border-right-color: rgb(212 212 212 / 0.95);
}

.hover\:border-x-neutral-400:hover {
  --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));
}

.hover\:border-x-neutral-400\/0:hover {
  border-left-color: rgb(163 163 163 / 0);
  border-right-color: rgb(163 163 163 / 0);
}

.hover\:border-x-neutral-400\/10:hover {
  border-left-color: rgb(163 163 163 / 0.1);
  border-right-color: rgb(163 163 163 / 0.1);
}

.hover\:border-x-neutral-400\/100:hover {
  border-left-color: rgb(163 163 163 / 1);
  border-right-color: rgb(163 163 163 / 1);
}

.hover\:border-x-neutral-400\/20:hover {
  border-left-color: rgb(163 163 163 / 0.2);
  border-right-color: rgb(163 163 163 / 0.2);
}

.hover\:border-x-neutral-400\/25:hover {
  border-left-color: rgb(163 163 163 / 0.25);
  border-right-color: rgb(163 163 163 / 0.25);
}

.hover\:border-x-neutral-400\/30:hover {
  border-left-color: rgb(163 163 163 / 0.3);
  border-right-color: rgb(163 163 163 / 0.3);
}

.hover\:border-x-neutral-400\/40:hover {
  border-left-color: rgb(163 163 163 / 0.4);
  border-right-color: rgb(163 163 163 / 0.4);
}

.hover\:border-x-neutral-400\/5:hover {
  border-left-color: rgb(163 163 163 / 0.05);
  border-right-color: rgb(163 163 163 / 0.05);
}

.hover\:border-x-neutral-400\/50:hover {
  border-left-color: rgb(163 163 163 / 0.5);
  border-right-color: rgb(163 163 163 / 0.5);
}

.hover\:border-x-neutral-400\/60:hover {
  border-left-color: rgb(163 163 163 / 0.6);
  border-right-color: rgb(163 163 163 / 0.6);
}

.hover\:border-x-neutral-400\/70:hover {
  border-left-color: rgb(163 163 163 / 0.7);
  border-right-color: rgb(163 163 163 / 0.7);
}

.hover\:border-x-neutral-400\/75:hover {
  border-left-color: rgb(163 163 163 / 0.75);
  border-right-color: rgb(163 163 163 / 0.75);
}

.hover\:border-x-neutral-400\/80:hover {
  border-left-color: rgb(163 163 163 / 0.8);
  border-right-color: rgb(163 163 163 / 0.8);
}

.hover\:border-x-neutral-400\/90:hover {
  border-left-color: rgb(163 163 163 / 0.9);
  border-right-color: rgb(163 163 163 / 0.9);
}

.hover\:border-x-neutral-400\/95:hover {
  border-left-color: rgb(163 163 163 / 0.95);
  border-right-color: rgb(163 163 163 / 0.95);
}

.hover\:border-x-neutral-50:hover {
  --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));
}

.hover\:border-x-neutral-50\/0:hover {
  border-left-color: rgb(250 250 250 / 0);
  border-right-color: rgb(250 250 250 / 0);
}

.hover\:border-x-neutral-50\/10:hover {
  border-left-color: rgb(250 250 250 / 0.1);
  border-right-color: rgb(250 250 250 / 0.1);
}

.hover\:border-x-neutral-50\/100:hover {
  border-left-color: rgb(250 250 250 / 1);
  border-right-color: rgb(250 250 250 / 1);
}

.hover\:border-x-neutral-50\/20:hover {
  border-left-color: rgb(250 250 250 / 0.2);
  border-right-color: rgb(250 250 250 / 0.2);
}

.hover\:border-x-neutral-50\/25:hover {
  border-left-color: rgb(250 250 250 / 0.25);
  border-right-color: rgb(250 250 250 / 0.25);
}

.hover\:border-x-neutral-50\/30:hover {
  border-left-color: rgb(250 250 250 / 0.3);
  border-right-color: rgb(250 250 250 / 0.3);
}

.hover\:border-x-neutral-50\/40:hover {
  border-left-color: rgb(250 250 250 / 0.4);
  border-right-color: rgb(250 250 250 / 0.4);
}

.hover\:border-x-neutral-50\/5:hover {
  border-left-color: rgb(250 250 250 / 0.05);
  border-right-color: rgb(250 250 250 / 0.05);
}

.hover\:border-x-neutral-50\/50:hover {
  border-left-color: rgb(250 250 250 / 0.5);
  border-right-color: rgb(250 250 250 / 0.5);
}

.hover\:border-x-neutral-50\/60:hover {
  border-left-color: rgb(250 250 250 / 0.6);
  border-right-color: rgb(250 250 250 / 0.6);
}

.hover\:border-x-neutral-50\/70:hover {
  border-left-color: rgb(250 250 250 / 0.7);
  border-right-color: rgb(250 250 250 / 0.7);
}

.hover\:border-x-neutral-50\/75:hover {
  border-left-color: rgb(250 250 250 / 0.75);
  border-right-color: rgb(250 250 250 / 0.75);
}

.hover\:border-x-neutral-50\/80:hover {
  border-left-color: rgb(250 250 250 / 0.8);
  border-right-color: rgb(250 250 250 / 0.8);
}

.hover\:border-x-neutral-50\/90:hover {
  border-left-color: rgb(250 250 250 / 0.9);
  border-right-color: rgb(250 250 250 / 0.9);
}

.hover\:border-x-neutral-50\/95:hover {
  border-left-color: rgb(250 250 250 / 0.95);
  border-right-color: rgb(250 250 250 / 0.95);
}

.hover\:border-x-neutral-500:hover {
  --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));
}

.hover\:border-x-neutral-500\/0:hover {
  border-left-color: rgb(115 115 115 / 0);
  border-right-color: rgb(115 115 115 / 0);
}

.hover\:border-x-neutral-500\/10:hover {
  border-left-color: rgb(115 115 115 / 0.1);
  border-right-color: rgb(115 115 115 / 0.1);
}

.hover\:border-x-neutral-500\/100:hover {
  border-left-color: rgb(115 115 115 / 1);
  border-right-color: rgb(115 115 115 / 1);
}

.hover\:border-x-neutral-500\/20:hover {
  border-left-color: rgb(115 115 115 / 0.2);
  border-right-color: rgb(115 115 115 / 0.2);
}

.hover\:border-x-neutral-500\/25:hover {
  border-left-color: rgb(115 115 115 / 0.25);
  border-right-color: rgb(115 115 115 / 0.25);
}

.hover\:border-x-neutral-500\/30:hover {
  border-left-color: rgb(115 115 115 / 0.3);
  border-right-color: rgb(115 115 115 / 0.3);
}

.hover\:border-x-neutral-500\/40:hover {
  border-left-color: rgb(115 115 115 / 0.4);
  border-right-color: rgb(115 115 115 / 0.4);
}

.hover\:border-x-neutral-500\/5:hover {
  border-left-color: rgb(115 115 115 / 0.05);
  border-right-color: rgb(115 115 115 / 0.05);
}

.hover\:border-x-neutral-500\/50:hover {
  border-left-color: rgb(115 115 115 / 0.5);
  border-right-color: rgb(115 115 115 / 0.5);
}

.hover\:border-x-neutral-500\/60:hover {
  border-left-color: rgb(115 115 115 / 0.6);
  border-right-color: rgb(115 115 115 / 0.6);
}

.hover\:border-x-neutral-500\/70:hover {
  border-left-color: rgb(115 115 115 / 0.7);
  border-right-color: rgb(115 115 115 / 0.7);
}

.hover\:border-x-neutral-500\/75:hover {
  border-left-color: rgb(115 115 115 / 0.75);
  border-right-color: rgb(115 115 115 / 0.75);
}

.hover\:border-x-neutral-500\/80:hover {
  border-left-color: rgb(115 115 115 / 0.8);
  border-right-color: rgb(115 115 115 / 0.8);
}

.hover\:border-x-neutral-500\/90:hover {
  border-left-color: rgb(115 115 115 / 0.9);
  border-right-color: rgb(115 115 115 / 0.9);
}

.hover\:border-x-neutral-500\/95:hover {
  border-left-color: rgb(115 115 115 / 0.95);
  border-right-color: rgb(115 115 115 / 0.95);
}

.hover\:border-x-neutral-600:hover {
  --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));
}

.hover\:border-x-neutral-600\/0:hover {
  border-left-color: rgb(82 82 82 / 0);
  border-right-color: rgb(82 82 82 / 0);
}

.hover\:border-x-neutral-600\/10:hover {
  border-left-color: rgb(82 82 82 / 0.1);
  border-right-color: rgb(82 82 82 / 0.1);
}

.hover\:border-x-neutral-600\/100:hover {
  border-left-color: rgb(82 82 82 / 1);
  border-right-color: rgb(82 82 82 / 1);
}

.hover\:border-x-neutral-600\/20:hover {
  border-left-color: rgb(82 82 82 / 0.2);
  border-right-color: rgb(82 82 82 / 0.2);
}

.hover\:border-x-neutral-600\/25:hover {
  border-left-color: rgb(82 82 82 / 0.25);
  border-right-color: rgb(82 82 82 / 0.25);
}

.hover\:border-x-neutral-600\/30:hover {
  border-left-color: rgb(82 82 82 / 0.3);
  border-right-color: rgb(82 82 82 / 0.3);
}

.hover\:border-x-neutral-600\/40:hover {
  border-left-color: rgb(82 82 82 / 0.4);
  border-right-color: rgb(82 82 82 / 0.4);
}

.hover\:border-x-neutral-600\/5:hover {
  border-left-color: rgb(82 82 82 / 0.05);
  border-right-color: rgb(82 82 82 / 0.05);
}

.hover\:border-x-neutral-600\/50:hover {
  border-left-color: rgb(82 82 82 / 0.5);
  border-right-color: rgb(82 82 82 / 0.5);
}

.hover\:border-x-neutral-600\/60:hover {
  border-left-color: rgb(82 82 82 / 0.6);
  border-right-color: rgb(82 82 82 / 0.6);
}

.hover\:border-x-neutral-600\/70:hover {
  border-left-color: rgb(82 82 82 / 0.7);
  border-right-color: rgb(82 82 82 / 0.7);
}

.hover\:border-x-neutral-600\/75:hover {
  border-left-color: rgb(82 82 82 / 0.75);
  border-right-color: rgb(82 82 82 / 0.75);
}

.hover\:border-x-neutral-600\/80:hover {
  border-left-color: rgb(82 82 82 / 0.8);
  border-right-color: rgb(82 82 82 / 0.8);
}

.hover\:border-x-neutral-600\/90:hover {
  border-left-color: rgb(82 82 82 / 0.9);
  border-right-color: rgb(82 82 82 / 0.9);
}

.hover\:border-x-neutral-600\/95:hover {
  border-left-color: rgb(82 82 82 / 0.95);
  border-right-color: rgb(82 82 82 / 0.95);
}

.hover\:border-x-neutral-700:hover {
  --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));
}

.hover\:border-x-neutral-700\/0:hover {
  border-left-color: rgb(64 64 64 / 0);
  border-right-color: rgb(64 64 64 / 0);
}

.hover\:border-x-neutral-700\/10:hover {
  border-left-color: rgb(64 64 64 / 0.1);
  border-right-color: rgb(64 64 64 / 0.1);
}

.hover\:border-x-neutral-700\/100:hover {
  border-left-color: rgb(64 64 64 / 1);
  border-right-color: rgb(64 64 64 / 1);
}

.hover\:border-x-neutral-700\/20:hover {
  border-left-color: rgb(64 64 64 / 0.2);
  border-right-color: rgb(64 64 64 / 0.2);
}

.hover\:border-x-neutral-700\/25:hover {
  border-left-color: rgb(64 64 64 / 0.25);
  border-right-color: rgb(64 64 64 / 0.25);
}

.hover\:border-x-neutral-700\/30:hover {
  border-left-color: rgb(64 64 64 / 0.3);
  border-right-color: rgb(64 64 64 / 0.3);
}

.hover\:border-x-neutral-700\/40:hover {
  border-left-color: rgb(64 64 64 / 0.4);
  border-right-color: rgb(64 64 64 / 0.4);
}

.hover\:border-x-neutral-700\/5:hover {
  border-left-color: rgb(64 64 64 / 0.05);
  border-right-color: rgb(64 64 64 / 0.05);
}

.hover\:border-x-neutral-700\/50:hover {
  border-left-color: rgb(64 64 64 / 0.5);
  border-right-color: rgb(64 64 64 / 0.5);
}

.hover\:border-x-neutral-700\/60:hover {
  border-left-color: rgb(64 64 64 / 0.6);
  border-right-color: rgb(64 64 64 / 0.6);
}

.hover\:border-x-neutral-700\/70:hover {
  border-left-color: rgb(64 64 64 / 0.7);
  border-right-color: rgb(64 64 64 / 0.7);
}

.hover\:border-x-neutral-700\/75:hover {
  border-left-color: rgb(64 64 64 / 0.75);
  border-right-color: rgb(64 64 64 / 0.75);
}

.hover\:border-x-neutral-700\/80:hover {
  border-left-color: rgb(64 64 64 / 0.8);
  border-right-color: rgb(64 64 64 / 0.8);
}

.hover\:border-x-neutral-700\/90:hover {
  border-left-color: rgb(64 64 64 / 0.9);
  border-right-color: rgb(64 64 64 / 0.9);
}

.hover\:border-x-neutral-700\/95:hover {
  border-left-color: rgb(64 64 64 / 0.95);
  border-right-color: rgb(64 64 64 / 0.95);
}

.hover\:border-x-neutral-800:hover {
  --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));
}

.hover\:border-x-neutral-800\/0:hover {
  border-left-color: rgb(38 38 38 / 0);
  border-right-color: rgb(38 38 38 / 0);
}

.hover\:border-x-neutral-800\/10:hover {
  border-left-color: rgb(38 38 38 / 0.1);
  border-right-color: rgb(38 38 38 / 0.1);
}

.hover\:border-x-neutral-800\/100:hover {
  border-left-color: rgb(38 38 38 / 1);
  border-right-color: rgb(38 38 38 / 1);
}

.hover\:border-x-neutral-800\/20:hover {
  border-left-color: rgb(38 38 38 / 0.2);
  border-right-color: rgb(38 38 38 / 0.2);
}

.hover\:border-x-neutral-800\/25:hover {
  border-left-color: rgb(38 38 38 / 0.25);
  border-right-color: rgb(38 38 38 / 0.25);
}

.hover\:border-x-neutral-800\/30:hover {
  border-left-color: rgb(38 38 38 / 0.3);
  border-right-color: rgb(38 38 38 / 0.3);
}

.hover\:border-x-neutral-800\/40:hover {
  border-left-color: rgb(38 38 38 / 0.4);
  border-right-color: rgb(38 38 38 / 0.4);
}

.hover\:border-x-neutral-800\/5:hover {
  border-left-color: rgb(38 38 38 / 0.05);
  border-right-color: rgb(38 38 38 / 0.05);
}

.hover\:border-x-neutral-800\/50:hover {
  border-left-color: rgb(38 38 38 / 0.5);
  border-right-color: rgb(38 38 38 / 0.5);
}

.hover\:border-x-neutral-800\/60:hover {
  border-left-color: rgb(38 38 38 / 0.6);
  border-right-color: rgb(38 38 38 / 0.6);
}

.hover\:border-x-neutral-800\/70:hover {
  border-left-color: rgb(38 38 38 / 0.7);
  border-right-color: rgb(38 38 38 / 0.7);
}

.hover\:border-x-neutral-800\/75:hover {
  border-left-color: rgb(38 38 38 / 0.75);
  border-right-color: rgb(38 38 38 / 0.75);
}

.hover\:border-x-neutral-800\/80:hover {
  border-left-color: rgb(38 38 38 / 0.8);
  border-right-color: rgb(38 38 38 / 0.8);
}

.hover\:border-x-neutral-800\/90:hover {
  border-left-color: rgb(38 38 38 / 0.9);
  border-right-color: rgb(38 38 38 / 0.9);
}

.hover\:border-x-neutral-800\/95:hover {
  border-left-color: rgb(38 38 38 / 0.95);
  border-right-color: rgb(38 38 38 / 0.95);
}

.hover\:border-x-neutral-900:hover {
  --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));
}

.hover\:border-x-neutral-900\/0:hover {
  border-left-color: rgb(23 23 23 / 0);
  border-right-color: rgb(23 23 23 / 0);
}

.hover\:border-x-neutral-900\/10:hover {
  border-left-color: rgb(23 23 23 / 0.1);
  border-right-color: rgb(23 23 23 / 0.1);
}

.hover\:border-x-neutral-900\/100:hover {
  border-left-color: rgb(23 23 23 / 1);
  border-right-color: rgb(23 23 23 / 1);
}

.hover\:border-x-neutral-900\/20:hover {
  border-left-color: rgb(23 23 23 / 0.2);
  border-right-color: rgb(23 23 23 / 0.2);
}

.hover\:border-x-neutral-900\/25:hover {
  border-left-color: rgb(23 23 23 / 0.25);
  border-right-color: rgb(23 23 23 / 0.25);
}

.hover\:border-x-neutral-900\/30:hover {
  border-left-color: rgb(23 23 23 / 0.3);
  border-right-color: rgb(23 23 23 / 0.3);
}

.hover\:border-x-neutral-900\/40:hover {
  border-left-color: rgb(23 23 23 / 0.4);
  border-right-color: rgb(23 23 23 / 0.4);
}

.hover\:border-x-neutral-900\/5:hover {
  border-left-color: rgb(23 23 23 / 0.05);
  border-right-color: rgb(23 23 23 / 0.05);
}

.hover\:border-x-neutral-900\/50:hover {
  border-left-color: rgb(23 23 23 / 0.5);
  border-right-color: rgb(23 23 23 / 0.5);
}

.hover\:border-x-neutral-900\/60:hover {
  border-left-color: rgb(23 23 23 / 0.6);
  border-right-color: rgb(23 23 23 / 0.6);
}

.hover\:border-x-neutral-900\/70:hover {
  border-left-color: rgb(23 23 23 / 0.7);
  border-right-color: rgb(23 23 23 / 0.7);
}

.hover\:border-x-neutral-900\/75:hover {
  border-left-color: rgb(23 23 23 / 0.75);
  border-right-color: rgb(23 23 23 / 0.75);
}

.hover\:border-x-neutral-900\/80:hover {
  border-left-color: rgb(23 23 23 / 0.8);
  border-right-color: rgb(23 23 23 / 0.8);
}

.hover\:border-x-neutral-900\/90:hover {
  border-left-color: rgb(23 23 23 / 0.9);
  border-right-color: rgb(23 23 23 / 0.9);
}

.hover\:border-x-neutral-900\/95:hover {
  border-left-color: rgb(23 23 23 / 0.95);
  border-right-color: rgb(23 23 23 / 0.95);
}

.hover\:border-x-neutral-950:hover {
  --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));
}

.hover\:border-x-neutral-950\/0:hover {
  border-left-color: rgb(10 10 10 / 0);
  border-right-color: rgb(10 10 10 / 0);
}

.hover\:border-x-neutral-950\/10:hover {
  border-left-color: rgb(10 10 10 / 0.1);
  border-right-color: rgb(10 10 10 / 0.1);
}

.hover\:border-x-neutral-950\/100:hover {
  border-left-color: rgb(10 10 10 / 1);
  border-right-color: rgb(10 10 10 / 1);
}

.hover\:border-x-neutral-950\/20:hover {
  border-left-color: rgb(10 10 10 / 0.2);
  border-right-color: rgb(10 10 10 / 0.2);
}

.hover\:border-x-neutral-950\/25:hover {
  border-left-color: rgb(10 10 10 / 0.25);
  border-right-color: rgb(10 10 10 / 0.25);
}

.hover\:border-x-neutral-950\/30:hover {
  border-left-color: rgb(10 10 10 / 0.3);
  border-right-color: rgb(10 10 10 / 0.3);
}

.hover\:border-x-neutral-950\/40:hover {
  border-left-color: rgb(10 10 10 / 0.4);
  border-right-color: rgb(10 10 10 / 0.4);
}

.hover\:border-x-neutral-950\/5:hover {
  border-left-color: rgb(10 10 10 / 0.05);
  border-right-color: rgb(10 10 10 / 0.05);
}

.hover\:border-x-neutral-950\/50:hover {
  border-left-color: rgb(10 10 10 / 0.5);
  border-right-color: rgb(10 10 10 / 0.5);
}

.hover\:border-x-neutral-950\/60:hover {
  border-left-color: rgb(10 10 10 / 0.6);
  border-right-color: rgb(10 10 10 / 0.6);
}

.hover\:border-x-neutral-950\/70:hover {
  border-left-color: rgb(10 10 10 / 0.7);
  border-right-color: rgb(10 10 10 / 0.7);
}

.hover\:border-x-neutral-950\/75:hover {
  border-left-color: rgb(10 10 10 / 0.75);
  border-right-color: rgb(10 10 10 / 0.75);
}

.hover\:border-x-neutral-950\/80:hover {
  border-left-color: rgb(10 10 10 / 0.8);
  border-right-color: rgb(10 10 10 / 0.8);
}

.hover\:border-x-neutral-950\/90:hover {
  border-left-color: rgb(10 10 10 / 0.9);
  border-right-color: rgb(10 10 10 / 0.9);
}

.hover\:border-x-neutral-950\/95:hover {
  border-left-color: rgb(10 10 10 / 0.95);
  border-right-color: rgb(10 10 10 / 0.95);
}

.hover\:border-x-orange-100:hover {
  --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));
}

.hover\:border-x-orange-100\/0:hover {
  border-left-color: rgb(255 237 213 / 0);
  border-right-color: rgb(255 237 213 / 0);
}

.hover\:border-x-orange-100\/10:hover {
  border-left-color: rgb(255 237 213 / 0.1);
  border-right-color: rgb(255 237 213 / 0.1);
}

.hover\:border-x-orange-100\/100:hover {
  border-left-color: rgb(255 237 213 / 1);
  border-right-color: rgb(255 237 213 / 1);
}

.hover\:border-x-orange-100\/20:hover {
  border-left-color: rgb(255 237 213 / 0.2);
  border-right-color: rgb(255 237 213 / 0.2);
}

.hover\:border-x-orange-100\/25:hover {
  border-left-color: rgb(255 237 213 / 0.25);
  border-right-color: rgb(255 237 213 / 0.25);
}

.hover\:border-x-orange-100\/30:hover {
  border-left-color: rgb(255 237 213 / 0.3);
  border-right-color: rgb(255 237 213 / 0.3);
}

.hover\:border-x-orange-100\/40:hover {
  border-left-color: rgb(255 237 213 / 0.4);
  border-right-color: rgb(255 237 213 / 0.4);
}

.hover\:border-x-orange-100\/5:hover {
  border-left-color: rgb(255 237 213 / 0.05);
  border-right-color: rgb(255 237 213 / 0.05);
}

.hover\:border-x-orange-100\/50:hover {
  border-left-color: rgb(255 237 213 / 0.5);
  border-right-color: rgb(255 237 213 / 0.5);
}

.hover\:border-x-orange-100\/60:hover {
  border-left-color: rgb(255 237 213 / 0.6);
  border-right-color: rgb(255 237 213 / 0.6);
}

.hover\:border-x-orange-100\/70:hover {
  border-left-color: rgb(255 237 213 / 0.7);
  border-right-color: rgb(255 237 213 / 0.7);
}

.hover\:border-x-orange-100\/75:hover {
  border-left-color: rgb(255 237 213 / 0.75);
  border-right-color: rgb(255 237 213 / 0.75);
}

.hover\:border-x-orange-100\/80:hover {
  border-left-color: rgb(255 237 213 / 0.8);
  border-right-color: rgb(255 237 213 / 0.8);
}

.hover\:border-x-orange-100\/90:hover {
  border-left-color: rgb(255 237 213 / 0.9);
  border-right-color: rgb(255 237 213 / 0.9);
}

.hover\:border-x-orange-100\/95:hover {
  border-left-color: rgb(255 237 213 / 0.95);
  border-right-color: rgb(255 237 213 / 0.95);
}

.hover\:border-x-orange-200:hover {
  --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));
}

.hover\:border-x-orange-200\/0:hover {
  border-left-color: rgb(254 215 170 / 0);
  border-right-color: rgb(254 215 170 / 0);
}

.hover\:border-x-orange-200\/10:hover {
  border-left-color: rgb(254 215 170 / 0.1);
  border-right-color: rgb(254 215 170 / 0.1);
}

.hover\:border-x-orange-200\/100:hover {
  border-left-color: rgb(254 215 170 / 1);
  border-right-color: rgb(254 215 170 / 1);
}

.hover\:border-x-orange-200\/20:hover {
  border-left-color: rgb(254 215 170 / 0.2);
  border-right-color: rgb(254 215 170 / 0.2);
}

.hover\:border-x-orange-200\/25:hover {
  border-left-color: rgb(254 215 170 / 0.25);
  border-right-color: rgb(254 215 170 / 0.25);
}

.hover\:border-x-orange-200\/30:hover {
  border-left-color: rgb(254 215 170 / 0.3);
  border-right-color: rgb(254 215 170 / 0.3);
}

.hover\:border-x-orange-200\/40:hover {
  border-left-color: rgb(254 215 170 / 0.4);
  border-right-color: rgb(254 215 170 / 0.4);
}

.hover\:border-x-orange-200\/5:hover {
  border-left-color: rgb(254 215 170 / 0.05);
  border-right-color: rgb(254 215 170 / 0.05);
}

.hover\:border-x-orange-200\/50:hover {
  border-left-color: rgb(254 215 170 / 0.5);
  border-right-color: rgb(254 215 170 / 0.5);
}

.hover\:border-x-orange-200\/60:hover {
  border-left-color: rgb(254 215 170 / 0.6);
  border-right-color: rgb(254 215 170 / 0.6);
}

.hover\:border-x-orange-200\/70:hover {
  border-left-color: rgb(254 215 170 / 0.7);
  border-right-color: rgb(254 215 170 / 0.7);
}

.hover\:border-x-orange-200\/75:hover {
  border-left-color: rgb(254 215 170 / 0.75);
  border-right-color: rgb(254 215 170 / 0.75);
}

.hover\:border-x-orange-200\/80:hover {
  border-left-color: rgb(254 215 170 / 0.8);
  border-right-color: rgb(254 215 170 / 0.8);
}

.hover\:border-x-orange-200\/90:hover {
  border-left-color: rgb(254 215 170 / 0.9);
  border-right-color: rgb(254 215 170 / 0.9);
}

.hover\:border-x-orange-200\/95:hover {
  border-left-color: rgb(254 215 170 / 0.95);
  border-right-color: rgb(254 215 170 / 0.95);
}

.hover\:border-x-orange-300:hover {
  --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));
}

.hover\:border-x-orange-300\/0:hover {
  border-left-color: rgb(253 186 116 / 0);
  border-right-color: rgb(253 186 116 / 0);
}

.hover\:border-x-orange-300\/10:hover {
  border-left-color: rgb(253 186 116 / 0.1);
  border-right-color: rgb(253 186 116 / 0.1);
}

.hover\:border-x-orange-300\/100:hover {
  border-left-color: rgb(253 186 116 / 1);
  border-right-color: rgb(253 186 116 / 1);
}

.hover\:border-x-orange-300\/20:hover {
  border-left-color: rgb(253 186 116 / 0.2);
  border-right-color: rgb(253 186 116 / 0.2);
}

.hover\:border-x-orange-300\/25:hover {
  border-left-color: rgb(253 186 116 / 0.25);
  border-right-color: rgb(253 186 116 / 0.25);
}

.hover\:border-x-orange-300\/30:hover {
  border-left-color: rgb(253 186 116 / 0.3);
  border-right-color: rgb(253 186 116 / 0.3);
}

.hover\:border-x-orange-300\/40:hover {
  border-left-color: rgb(253 186 116 / 0.4);
  border-right-color: rgb(253 186 116 / 0.4);
}

.hover\:border-x-orange-300\/5:hover {
  border-left-color: rgb(253 186 116 / 0.05);
  border-right-color: rgb(253 186 116 / 0.05);
}

.hover\:border-x-orange-300\/50:hover {
  border-left-color: rgb(253 186 116 / 0.5);
  border-right-color: rgb(253 186 116 / 0.5);
}

.hover\:border-x-orange-300\/60:hover {
  border-left-color: rgb(253 186 116 / 0.6);
  border-right-color: rgb(253 186 116 / 0.6);
}

.hover\:border-x-orange-300\/70:hover {
  border-left-color: rgb(253 186 116 / 0.7);
  border-right-color: rgb(253 186 116 / 0.7);
}

.hover\:border-x-orange-300\/75:hover {
  border-left-color: rgb(253 186 116 / 0.75);
  border-right-color: rgb(253 186 116 / 0.75);
}

.hover\:border-x-orange-300\/80:hover {
  border-left-color: rgb(253 186 116 / 0.8);
  border-right-color: rgb(253 186 116 / 0.8);
}

.hover\:border-x-orange-300\/90:hover {
  border-left-color: rgb(253 186 116 / 0.9);
  border-right-color: rgb(253 186 116 / 0.9);
}

.hover\:border-x-orange-300\/95:hover {
  border-left-color: rgb(253 186 116 / 0.95);
  border-right-color: rgb(253 186 116 / 0.95);
}

.hover\:border-x-orange-400:hover {
  --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));
}

.hover\:border-x-orange-400\/0:hover {
  border-left-color: rgb(251 146 60 / 0);
  border-right-color: rgb(251 146 60 / 0);
}

.hover\:border-x-orange-400\/10:hover {
  border-left-color: rgb(251 146 60 / 0.1);
  border-right-color: rgb(251 146 60 / 0.1);
}

.hover\:border-x-orange-400\/100:hover {
  border-left-color: rgb(251 146 60 / 1);
  border-right-color: rgb(251 146 60 / 1);
}

.hover\:border-x-orange-400\/20:hover {
  border-left-color: rgb(251 146 60 / 0.2);
  border-right-color: rgb(251 146 60 / 0.2);
}

.hover\:border-x-orange-400\/25:hover {
  border-left-color: rgb(251 146 60 / 0.25);
  border-right-color: rgb(251 146 60 / 0.25);
}

.hover\:border-x-orange-400\/30:hover {
  border-left-color: rgb(251 146 60 / 0.3);
  border-right-color: rgb(251 146 60 / 0.3);
}

.hover\:border-x-orange-400\/40:hover {
  border-left-color: rgb(251 146 60 / 0.4);
  border-right-color: rgb(251 146 60 / 0.4);
}

.hover\:border-x-orange-400\/5:hover {
  border-left-color: rgb(251 146 60 / 0.05);
  border-right-color: rgb(251 146 60 / 0.05);
}

.hover\:border-x-orange-400\/50:hover {
  border-left-color: rgb(251 146 60 / 0.5);
  border-right-color: rgb(251 146 60 / 0.5);
}

.hover\:border-x-orange-400\/60:hover {
  border-left-color: rgb(251 146 60 / 0.6);
  border-right-color: rgb(251 146 60 / 0.6);
}

.hover\:border-x-orange-400\/70:hover {
  border-left-color: rgb(251 146 60 / 0.7);
  border-right-color: rgb(251 146 60 / 0.7);
}

.hover\:border-x-orange-400\/75:hover {
  border-left-color: rgb(251 146 60 / 0.75);
  border-right-color: rgb(251 146 60 / 0.75);
}

.hover\:border-x-orange-400\/80:hover {
  border-left-color: rgb(251 146 60 / 0.8);
  border-right-color: rgb(251 146 60 / 0.8);
}

.hover\:border-x-orange-400\/90:hover {
  border-left-color: rgb(251 146 60 / 0.9);
  border-right-color: rgb(251 146 60 / 0.9);
}

.hover\:border-x-orange-400\/95:hover {
  border-left-color: rgb(251 146 60 / 0.95);
  border-right-color: rgb(251 146 60 / 0.95);
}

.hover\:border-x-orange-50:hover {
  --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));
}

.hover\:border-x-orange-50\/0:hover {
  border-left-color: rgb(255 247 237 / 0);
  border-right-color: rgb(255 247 237 / 0);
}

.hover\:border-x-orange-50\/10:hover {
  border-left-color: rgb(255 247 237 / 0.1);
  border-right-color: rgb(255 247 237 / 0.1);
}

.hover\:border-x-orange-50\/100:hover {
  border-left-color: rgb(255 247 237 / 1);
  border-right-color: rgb(255 247 237 / 1);
}

.hover\:border-x-orange-50\/20:hover {
  border-left-color: rgb(255 247 237 / 0.2);
  border-right-color: rgb(255 247 237 / 0.2);
}

.hover\:border-x-orange-50\/25:hover {
  border-left-color: rgb(255 247 237 / 0.25);
  border-right-color: rgb(255 247 237 / 0.25);
}

.hover\:border-x-orange-50\/30:hover {
  border-left-color: rgb(255 247 237 / 0.3);
  border-right-color: rgb(255 247 237 / 0.3);
}

.hover\:border-x-orange-50\/40:hover {
  border-left-color: rgb(255 247 237 / 0.4);
  border-right-color: rgb(255 247 237 / 0.4);
}

.hover\:border-x-orange-50\/5:hover {
  border-left-color: rgb(255 247 237 / 0.05);
  border-right-color: rgb(255 247 237 / 0.05);
}

.hover\:border-x-orange-50\/50:hover {
  border-left-color: rgb(255 247 237 / 0.5);
  border-right-color: rgb(255 247 237 / 0.5);
}

.hover\:border-x-orange-50\/60:hover {
  border-left-color: rgb(255 247 237 / 0.6);
  border-right-color: rgb(255 247 237 / 0.6);
}

.hover\:border-x-orange-50\/70:hover {
  border-left-color: rgb(255 247 237 / 0.7);
  border-right-color: rgb(255 247 237 / 0.7);
}

.hover\:border-x-orange-50\/75:hover {
  border-left-color: rgb(255 247 237 / 0.75);
  border-right-color: rgb(255 247 237 / 0.75);
}

.hover\:border-x-orange-50\/80:hover {
  border-left-color: rgb(255 247 237 / 0.8);
  border-right-color: rgb(255 247 237 / 0.8);
}

.hover\:border-x-orange-50\/90:hover {
  border-left-color: rgb(255 247 237 / 0.9);
  border-right-color: rgb(255 247 237 / 0.9);
}

.hover\:border-x-orange-50\/95:hover {
  border-left-color: rgb(255 247 237 / 0.95);
  border-right-color: rgb(255 247 237 / 0.95);
}

.hover\:border-x-orange-500:hover {
  --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));
}

.hover\:border-x-orange-500\/0:hover {
  border-left-color: rgb(249 115 22 / 0);
  border-right-color: rgb(249 115 22 / 0);
}

.hover\:border-x-orange-500\/10:hover {
  border-left-color: rgb(249 115 22 / 0.1);
  border-right-color: rgb(249 115 22 / 0.1);
}

.hover\:border-x-orange-500\/100:hover {
  border-left-color: rgb(249 115 22 / 1);
  border-right-color: rgb(249 115 22 / 1);
}

.hover\:border-x-orange-500\/20:hover {
  border-left-color: rgb(249 115 22 / 0.2);
  border-right-color: rgb(249 115 22 / 0.2);
}

.hover\:border-x-orange-500\/25:hover {
  border-left-color: rgb(249 115 22 / 0.25);
  border-right-color: rgb(249 115 22 / 0.25);
}

.hover\:border-x-orange-500\/30:hover {
  border-left-color: rgb(249 115 22 / 0.3);
  border-right-color: rgb(249 115 22 / 0.3);
}

.hover\:border-x-orange-500\/40:hover {
  border-left-color: rgb(249 115 22 / 0.4);
  border-right-color: rgb(249 115 22 / 0.4);
}

.hover\:border-x-orange-500\/5:hover {
  border-left-color: rgb(249 115 22 / 0.05);
  border-right-color: rgb(249 115 22 / 0.05);
}

.hover\:border-x-orange-500\/50:hover {
  border-left-color: rgb(249 115 22 / 0.5);
  border-right-color: rgb(249 115 22 / 0.5);
}

.hover\:border-x-orange-500\/60:hover {
  border-left-color: rgb(249 115 22 / 0.6);
  border-right-color: rgb(249 115 22 / 0.6);
}

.hover\:border-x-orange-500\/70:hover {
  border-left-color: rgb(249 115 22 / 0.7);
  border-right-color: rgb(249 115 22 / 0.7);
}

.hover\:border-x-orange-500\/75:hover {
  border-left-color: rgb(249 115 22 / 0.75);
  border-right-color: rgb(249 115 22 / 0.75);
}

.hover\:border-x-orange-500\/80:hover {
  border-left-color: rgb(249 115 22 / 0.8);
  border-right-color: rgb(249 115 22 / 0.8);
}

.hover\:border-x-orange-500\/90:hover {
  border-left-color: rgb(249 115 22 / 0.9);
  border-right-color: rgb(249 115 22 / 0.9);
}

.hover\:border-x-orange-500\/95:hover {
  border-left-color: rgb(249 115 22 / 0.95);
  border-right-color: rgb(249 115 22 / 0.95);
}

.hover\:border-x-orange-600:hover {
  --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));
}

.hover\:border-x-orange-600\/0:hover {
  border-left-color: rgb(234 88 12 / 0);
  border-right-color: rgb(234 88 12 / 0);
}

.hover\:border-x-orange-600\/10:hover {
  border-left-color: rgb(234 88 12 / 0.1);
  border-right-color: rgb(234 88 12 / 0.1);
}

.hover\:border-x-orange-600\/100:hover {
  border-left-color: rgb(234 88 12 / 1);
  border-right-color: rgb(234 88 12 / 1);
}

.hover\:border-x-orange-600\/20:hover {
  border-left-color: rgb(234 88 12 / 0.2);
  border-right-color: rgb(234 88 12 / 0.2);
}

.hover\:border-x-orange-600\/25:hover {
  border-left-color: rgb(234 88 12 / 0.25);
  border-right-color: rgb(234 88 12 / 0.25);
}

.hover\:border-x-orange-600\/30:hover {
  border-left-color: rgb(234 88 12 / 0.3);
  border-right-color: rgb(234 88 12 / 0.3);
}

.hover\:border-x-orange-600\/40:hover {
  border-left-color: rgb(234 88 12 / 0.4);
  border-right-color: rgb(234 88 12 / 0.4);
}

.hover\:border-x-orange-600\/5:hover {
  border-left-color: rgb(234 88 12 / 0.05);
  border-right-color: rgb(234 88 12 / 0.05);
}

.hover\:border-x-orange-600\/50:hover {
  border-left-color: rgb(234 88 12 / 0.5);
  border-right-color: rgb(234 88 12 / 0.5);
}

.hover\:border-x-orange-600\/60:hover {
  border-left-color: rgb(234 88 12 / 0.6);
  border-right-color: rgb(234 88 12 / 0.6);
}

.hover\:border-x-orange-600\/70:hover {
  border-left-color: rgb(234 88 12 / 0.7);
  border-right-color: rgb(234 88 12 / 0.7);
}

.hover\:border-x-orange-600\/75:hover {
  border-left-color: rgb(234 88 12 / 0.75);
  border-right-color: rgb(234 88 12 / 0.75);
}

.hover\:border-x-orange-600\/80:hover {
  border-left-color: rgb(234 88 12 / 0.8);
  border-right-color: rgb(234 88 12 / 0.8);
}

.hover\:border-x-orange-600\/90:hover {
  border-left-color: rgb(234 88 12 / 0.9);
  border-right-color: rgb(234 88 12 / 0.9);
}

.hover\:border-x-orange-600\/95:hover {
  border-left-color: rgb(234 88 12 / 0.95);
  border-right-color: rgb(234 88 12 / 0.95);
}

.hover\:border-x-orange-700:hover {
  --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));
}

.hover\:border-x-orange-700\/0:hover {
  border-left-color: rgb(194 65 12 / 0);
  border-right-color: rgb(194 65 12 / 0);
}

.hover\:border-x-orange-700\/10:hover {
  border-left-color: rgb(194 65 12 / 0.1);
  border-right-color: rgb(194 65 12 / 0.1);
}

.hover\:border-x-orange-700\/100:hover {
  border-left-color: rgb(194 65 12 / 1);
  border-right-color: rgb(194 65 12 / 1);
}

.hover\:border-x-orange-700\/20:hover {
  border-left-color: rgb(194 65 12 / 0.2);
  border-right-color: rgb(194 65 12 / 0.2);
}

.hover\:border-x-orange-700\/25:hover {
  border-left-color: rgb(194 65 12 / 0.25);
  border-right-color: rgb(194 65 12 / 0.25);
}

.hover\:border-x-orange-700\/30:hover {
  border-left-color: rgb(194 65 12 / 0.3);
  border-right-color: rgb(194 65 12 / 0.3);
}

.hover\:border-x-orange-700\/40:hover {
  border-left-color: rgb(194 65 12 / 0.4);
  border-right-color: rgb(194 65 12 / 0.4);
}

.hover\:border-x-orange-700\/5:hover {
  border-left-color: rgb(194 65 12 / 0.05);
  border-right-color: rgb(194 65 12 / 0.05);
}

.hover\:border-x-orange-700\/50:hover {
  border-left-color: rgb(194 65 12 / 0.5);
  border-right-color: rgb(194 65 12 / 0.5);
}

.hover\:border-x-orange-700\/60:hover {
  border-left-color: rgb(194 65 12 / 0.6);
  border-right-color: rgb(194 65 12 / 0.6);
}

.hover\:border-x-orange-700\/70:hover {
  border-left-color: rgb(194 65 12 / 0.7);
  border-right-color: rgb(194 65 12 / 0.7);
}

.hover\:border-x-orange-700\/75:hover {
  border-left-color: rgb(194 65 12 / 0.75);
  border-right-color: rgb(194 65 12 / 0.75);
}

.hover\:border-x-orange-700\/80:hover {
  border-left-color: rgb(194 65 12 / 0.8);
  border-right-color: rgb(194 65 12 / 0.8);
}

.hover\:border-x-orange-700\/90:hover {
  border-left-color: rgb(194 65 12 / 0.9);
  border-right-color: rgb(194 65 12 / 0.9);
}

.hover\:border-x-orange-700\/95:hover {
  border-left-color: rgb(194 65 12 / 0.95);
  border-right-color: rgb(194 65 12 / 0.95);
}

.hover\:border-x-orange-800:hover {
  --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));
}

.hover\:border-x-orange-800\/0:hover {
  border-left-color: rgb(154 52 18 / 0);
  border-right-color: rgb(154 52 18 / 0);
}

.hover\:border-x-orange-800\/10:hover {
  border-left-color: rgb(154 52 18 / 0.1);
  border-right-color: rgb(154 52 18 / 0.1);
}

.hover\:border-x-orange-800\/100:hover {
  border-left-color: rgb(154 52 18 / 1);
  border-right-color: rgb(154 52 18 / 1);
}

.hover\:border-x-orange-800\/20:hover {
  border-left-color: rgb(154 52 18 / 0.2);
  border-right-color: rgb(154 52 18 / 0.2);
}

.hover\:border-x-orange-800\/25:hover {
  border-left-color: rgb(154 52 18 / 0.25);
  border-right-color: rgb(154 52 18 / 0.25);
}

.hover\:border-x-orange-800\/30:hover {
  border-left-color: rgb(154 52 18 / 0.3);
  border-right-color: rgb(154 52 18 / 0.3);
}

.hover\:border-x-orange-800\/40:hover {
  border-left-color: rgb(154 52 18 / 0.4);
  border-right-color: rgb(154 52 18 / 0.4);
}

.hover\:border-x-orange-800\/5:hover {
  border-left-color: rgb(154 52 18 / 0.05);
  border-right-color: rgb(154 52 18 / 0.05);
}

.hover\:border-x-orange-800\/50:hover {
  border-left-color: rgb(154 52 18 / 0.5);
  border-right-color: rgb(154 52 18 / 0.5);
}

.hover\:border-x-orange-800\/60:hover {
  border-left-color: rgb(154 52 18 / 0.6);
  border-right-color: rgb(154 52 18 / 0.6);
}

.hover\:border-x-orange-800\/70:hover {
  border-left-color: rgb(154 52 18 / 0.7);
  border-right-color: rgb(154 52 18 / 0.7);
}

.hover\:border-x-orange-800\/75:hover {
  border-left-color: rgb(154 52 18 / 0.75);
  border-right-color: rgb(154 52 18 / 0.75);
}

.hover\:border-x-orange-800\/80:hover {
  border-left-color: rgb(154 52 18 / 0.8);
  border-right-color: rgb(154 52 18 / 0.8);
}

.hover\:border-x-orange-800\/90:hover {
  border-left-color: rgb(154 52 18 / 0.9);
  border-right-color: rgb(154 52 18 / 0.9);
}

.hover\:border-x-orange-800\/95:hover {
  border-left-color: rgb(154 52 18 / 0.95);
  border-right-color: rgb(154 52 18 / 0.95);
}

.hover\:border-x-orange-900:hover {
  --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));
}

.hover\:border-x-orange-900\/0:hover {
  border-left-color: rgb(124 45 18 / 0);
  border-right-color: rgb(124 45 18 / 0);
}

.hover\:border-x-orange-900\/10:hover {
  border-left-color: rgb(124 45 18 / 0.1);
  border-right-color: rgb(124 45 18 / 0.1);
}

.hover\:border-x-orange-900\/100:hover {
  border-left-color: rgb(124 45 18 / 1);
  border-right-color: rgb(124 45 18 / 1);
}

.hover\:border-x-orange-900\/20:hover {
  border-left-color: rgb(124 45 18 / 0.2);
  border-right-color: rgb(124 45 18 / 0.2);
}

.hover\:border-x-orange-900\/25:hover {
  border-left-color: rgb(124 45 18 / 0.25);
  border-right-color: rgb(124 45 18 / 0.25);
}

.hover\:border-x-orange-900\/30:hover {
  border-left-color: rgb(124 45 18 / 0.3);
  border-right-color: rgb(124 45 18 / 0.3);
}

.hover\:border-x-orange-900\/40:hover {
  border-left-color: rgb(124 45 18 / 0.4);
  border-right-color: rgb(124 45 18 / 0.4);
}

.hover\:border-x-orange-900\/5:hover {
  border-left-color: rgb(124 45 18 / 0.05);
  border-right-color: rgb(124 45 18 / 0.05);
}

.hover\:border-x-orange-900\/50:hover {
  border-left-color: rgb(124 45 18 / 0.5);
  border-right-color: rgb(124 45 18 / 0.5);
}

.hover\:border-x-orange-900\/60:hover {
  border-left-color: rgb(124 45 18 / 0.6);
  border-right-color: rgb(124 45 18 / 0.6);
}

.hover\:border-x-orange-900\/70:hover {
  border-left-color: rgb(124 45 18 / 0.7);
  border-right-color: rgb(124 45 18 / 0.7);
}

.hover\:border-x-orange-900\/75:hover {
  border-left-color: rgb(124 45 18 / 0.75);
  border-right-color: rgb(124 45 18 / 0.75);
}

.hover\:border-x-orange-900\/80:hover {
  border-left-color: rgb(124 45 18 / 0.8);
  border-right-color: rgb(124 45 18 / 0.8);
}

.hover\:border-x-orange-900\/90:hover {
  border-left-color: rgb(124 45 18 / 0.9);
  border-right-color: rgb(124 45 18 / 0.9);
}

.hover\:border-x-orange-900\/95:hover {
  border-left-color: rgb(124 45 18 / 0.95);
  border-right-color: rgb(124 45 18 / 0.95);
}

.hover\:border-x-orange-950:hover {
  --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));
}

.hover\:border-x-orange-950\/0:hover {
  border-left-color: rgb(67 20 7 / 0);
  border-right-color: rgb(67 20 7 / 0);
}

.hover\:border-x-orange-950\/10:hover {
  border-left-color: rgb(67 20 7 / 0.1);
  border-right-color: rgb(67 20 7 / 0.1);
}

.hover\:border-x-orange-950\/100:hover {
  border-left-color: rgb(67 20 7 / 1);
  border-right-color: rgb(67 20 7 / 1);
}

.hover\:border-x-orange-950\/20:hover {
  border-left-color: rgb(67 20 7 / 0.2);
  border-right-color: rgb(67 20 7 / 0.2);
}

.hover\:border-x-orange-950\/25:hover {
  border-left-color: rgb(67 20 7 / 0.25);
  border-right-color: rgb(67 20 7 / 0.25);
}

.hover\:border-x-orange-950\/30:hover {
  border-left-color: rgb(67 20 7 / 0.3);
  border-right-color: rgb(67 20 7 / 0.3);
}

.hover\:border-x-orange-950\/40:hover {
  border-left-color: rgb(67 20 7 / 0.4);
  border-right-color: rgb(67 20 7 / 0.4);
}

.hover\:border-x-orange-950\/5:hover {
  border-left-color: rgb(67 20 7 / 0.05);
  border-right-color: rgb(67 20 7 / 0.05);
}

.hover\:border-x-orange-950\/50:hover {
  border-left-color: rgb(67 20 7 / 0.5);
  border-right-color: rgb(67 20 7 / 0.5);
}

.hover\:border-x-orange-950\/60:hover {
  border-left-color: rgb(67 20 7 / 0.6);
  border-right-color: rgb(67 20 7 / 0.6);
}

.hover\:border-x-orange-950\/70:hover {
  border-left-color: rgb(67 20 7 / 0.7);
  border-right-color: rgb(67 20 7 / 0.7);
}

.hover\:border-x-orange-950\/75:hover {
  border-left-color: rgb(67 20 7 / 0.75);
  border-right-color: rgb(67 20 7 / 0.75);
}

.hover\:border-x-orange-950\/80:hover {
  border-left-color: rgb(67 20 7 / 0.8);
  border-right-color: rgb(67 20 7 / 0.8);
}

.hover\:border-x-orange-950\/90:hover {
  border-left-color: rgb(67 20 7 / 0.9);
  border-right-color: rgb(67 20 7 / 0.9);
}

.hover\:border-x-orange-950\/95:hover {
  border-left-color: rgb(67 20 7 / 0.95);
  border-right-color: rgb(67 20 7 / 0.95);
}

.hover\:border-x-ozc-100:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 239 235 / var(--tw-border-opacity));
  border-right-color: rgb(255 239 235 / var(--tw-border-opacity));
}

.hover\:border-x-ozc-100\/0:hover {
  border-left-color: rgb(255 239 235 / 0);
  border-right-color: rgb(255 239 235 / 0);
}

.hover\:border-x-ozc-100\/10:hover {
  border-left-color: rgb(255 239 235 / 0.1);
  border-right-color: rgb(255 239 235 / 0.1);
}

.hover\:border-x-ozc-100\/100:hover {
  border-left-color: rgb(255 239 235 / 1);
  border-right-color: rgb(255 239 235 / 1);
}

.hover\:border-x-ozc-100\/20:hover {
  border-left-color: rgb(255 239 235 / 0.2);
  border-right-color: rgb(255 239 235 / 0.2);
}

.hover\:border-x-ozc-100\/25:hover {
  border-left-color: rgb(255 239 235 / 0.25);
  border-right-color: rgb(255 239 235 / 0.25);
}

.hover\:border-x-ozc-100\/30:hover {
  border-left-color: rgb(255 239 235 / 0.3);
  border-right-color: rgb(255 239 235 / 0.3);
}

.hover\:border-x-ozc-100\/40:hover {
  border-left-color: rgb(255 239 235 / 0.4);
  border-right-color: rgb(255 239 235 / 0.4);
}

.hover\:border-x-ozc-100\/5:hover {
  border-left-color: rgb(255 239 235 / 0.05);
  border-right-color: rgb(255 239 235 / 0.05);
}

.hover\:border-x-ozc-100\/50:hover {
  border-left-color: rgb(255 239 235 / 0.5);
  border-right-color: rgb(255 239 235 / 0.5);
}

.hover\:border-x-ozc-100\/60:hover {
  border-left-color: rgb(255 239 235 / 0.6);
  border-right-color: rgb(255 239 235 / 0.6);
}

.hover\:border-x-ozc-100\/70:hover {
  border-left-color: rgb(255 239 235 / 0.7);
  border-right-color: rgb(255 239 235 / 0.7);
}

.hover\:border-x-ozc-100\/75:hover {
  border-left-color: rgb(255 239 235 / 0.75);
  border-right-color: rgb(255 239 235 / 0.75);
}

.hover\:border-x-ozc-100\/80:hover {
  border-left-color: rgb(255 239 235 / 0.8);
  border-right-color: rgb(255 239 235 / 0.8);
}

.hover\:border-x-ozc-100\/90:hover {
  border-left-color: rgb(255 239 235 / 0.9);
  border-right-color: rgb(255 239 235 / 0.9);
}

.hover\:border-x-ozc-100\/95:hover {
  border-left-color: rgb(255 239 235 / 0.95);
  border-right-color: rgb(255 239 235 / 0.95);
}

.hover\:border-x-ozc-200:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 225 222 / var(--tw-border-opacity));
  border-right-color: rgb(253 225 222 / var(--tw-border-opacity));
}

.hover\:border-x-ozc-200\/0:hover {
  border-left-color: rgb(253 225 222 / 0);
  border-right-color: rgb(253 225 222 / 0);
}

.hover\:border-x-ozc-200\/10:hover {
  border-left-color: rgb(253 225 222 / 0.1);
  border-right-color: rgb(253 225 222 / 0.1);
}

.hover\:border-x-ozc-200\/100:hover {
  border-left-color: rgb(253 225 222 / 1);
  border-right-color: rgb(253 225 222 / 1);
}

.hover\:border-x-ozc-200\/20:hover {
  border-left-color: rgb(253 225 222 / 0.2);
  border-right-color: rgb(253 225 222 / 0.2);
}

.hover\:border-x-ozc-200\/25:hover {
  border-left-color: rgb(253 225 222 / 0.25);
  border-right-color: rgb(253 225 222 / 0.25);
}

.hover\:border-x-ozc-200\/30:hover {
  border-left-color: rgb(253 225 222 / 0.3);
  border-right-color: rgb(253 225 222 / 0.3);
}

.hover\:border-x-ozc-200\/40:hover {
  border-left-color: rgb(253 225 222 / 0.4);
  border-right-color: rgb(253 225 222 / 0.4);
}

.hover\:border-x-ozc-200\/5:hover {
  border-left-color: rgb(253 225 222 / 0.05);
  border-right-color: rgb(253 225 222 / 0.05);
}

.hover\:border-x-ozc-200\/50:hover {
  border-left-color: rgb(253 225 222 / 0.5);
  border-right-color: rgb(253 225 222 / 0.5);
}

.hover\:border-x-ozc-200\/60:hover {
  border-left-color: rgb(253 225 222 / 0.6);
  border-right-color: rgb(253 225 222 / 0.6);
}

.hover\:border-x-ozc-200\/70:hover {
  border-left-color: rgb(253 225 222 / 0.7);
  border-right-color: rgb(253 225 222 / 0.7);
}

.hover\:border-x-ozc-200\/75:hover {
  border-left-color: rgb(253 225 222 / 0.75);
  border-right-color: rgb(253 225 222 / 0.75);
}

.hover\:border-x-ozc-200\/80:hover {
  border-left-color: rgb(253 225 222 / 0.8);
  border-right-color: rgb(253 225 222 / 0.8);
}

.hover\:border-x-ozc-200\/90:hover {
  border-left-color: rgb(253 225 222 / 0.9);
  border-right-color: rgb(253 225 222 / 0.9);
}

.hover\:border-x-ozc-200\/95:hover {
  border-left-color: rgb(253 225 222 / 0.95);
  border-right-color: rgb(253 225 222 / 0.95);
}

.hover\:border-x-ozc-300:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(248 181 181 / var(--tw-border-opacity));
  border-right-color: rgb(248 181 181 / var(--tw-border-opacity));
}

.hover\:border-x-ozc-300\/0:hover {
  border-left-color: rgb(248 181 181 / 0);
  border-right-color: rgb(248 181 181 / 0);
}

.hover\:border-x-ozc-300\/10:hover {
  border-left-color: rgb(248 181 181 / 0.1);
  border-right-color: rgb(248 181 181 / 0.1);
}

.hover\:border-x-ozc-300\/100:hover {
  border-left-color: rgb(248 181 181 / 1);
  border-right-color: rgb(248 181 181 / 1);
}

.hover\:border-x-ozc-300\/20:hover {
  border-left-color: rgb(248 181 181 / 0.2);
  border-right-color: rgb(248 181 181 / 0.2);
}

.hover\:border-x-ozc-300\/25:hover {
  border-left-color: rgb(248 181 181 / 0.25);
  border-right-color: rgb(248 181 181 / 0.25);
}

.hover\:border-x-ozc-300\/30:hover {
  border-left-color: rgb(248 181 181 / 0.3);
  border-right-color: rgb(248 181 181 / 0.3);
}

.hover\:border-x-ozc-300\/40:hover {
  border-left-color: rgb(248 181 181 / 0.4);
  border-right-color: rgb(248 181 181 / 0.4);
}

.hover\:border-x-ozc-300\/5:hover {
  border-left-color: rgb(248 181 181 / 0.05);
  border-right-color: rgb(248 181 181 / 0.05);
}

.hover\:border-x-ozc-300\/50:hover {
  border-left-color: rgb(248 181 181 / 0.5);
  border-right-color: rgb(248 181 181 / 0.5);
}

.hover\:border-x-ozc-300\/60:hover {
  border-left-color: rgb(248 181 181 / 0.6);
  border-right-color: rgb(248 181 181 / 0.6);
}

.hover\:border-x-ozc-300\/70:hover {
  border-left-color: rgb(248 181 181 / 0.7);
  border-right-color: rgb(248 181 181 / 0.7);
}

.hover\:border-x-ozc-300\/75:hover {
  border-left-color: rgb(248 181 181 / 0.75);
  border-right-color: rgb(248 181 181 / 0.75);
}

.hover\:border-x-ozc-300\/80:hover {
  border-left-color: rgb(248 181 181 / 0.8);
  border-right-color: rgb(248 181 181 / 0.8);
}

.hover\:border-x-ozc-300\/90:hover {
  border-left-color: rgb(248 181 181 / 0.9);
  border-right-color: rgb(248 181 181 / 0.9);
}

.hover\:border-x-ozc-300\/95:hover {
  border-left-color: rgb(248 181 181 / 0.95);
  border-right-color: rgb(248 181 181 / 0.95);
}

.hover\:border-x-ozc-400:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 189 173 / var(--tw-border-opacity));
  border-right-color: rgb(250 189 173 / var(--tw-border-opacity));
}

.hover\:border-x-ozc-400\/0:hover {
  border-left-color: rgb(250 189 173 / 0);
  border-right-color: rgb(250 189 173 / 0);
}

.hover\:border-x-ozc-400\/10:hover {
  border-left-color: rgb(250 189 173 / 0.1);
  border-right-color: rgb(250 189 173 / 0.1);
}

.hover\:border-x-ozc-400\/100:hover {
  border-left-color: rgb(250 189 173 / 1);
  border-right-color: rgb(250 189 173 / 1);
}

.hover\:border-x-ozc-400\/20:hover {
  border-left-color: rgb(250 189 173 / 0.2);
  border-right-color: rgb(250 189 173 / 0.2);
}

.hover\:border-x-ozc-400\/25:hover {
  border-left-color: rgb(250 189 173 / 0.25);
  border-right-color: rgb(250 189 173 / 0.25);
}

.hover\:border-x-ozc-400\/30:hover {
  border-left-color: rgb(250 189 173 / 0.3);
  border-right-color: rgb(250 189 173 / 0.3);
}

.hover\:border-x-ozc-400\/40:hover {
  border-left-color: rgb(250 189 173 / 0.4);
  border-right-color: rgb(250 189 173 / 0.4);
}

.hover\:border-x-ozc-400\/5:hover {
  border-left-color: rgb(250 189 173 / 0.05);
  border-right-color: rgb(250 189 173 / 0.05);
}

.hover\:border-x-ozc-400\/50:hover {
  border-left-color: rgb(250 189 173 / 0.5);
  border-right-color: rgb(250 189 173 / 0.5);
}

.hover\:border-x-ozc-400\/60:hover {
  border-left-color: rgb(250 189 173 / 0.6);
  border-right-color: rgb(250 189 173 / 0.6);
}

.hover\:border-x-ozc-400\/70:hover {
  border-left-color: rgb(250 189 173 / 0.7);
  border-right-color: rgb(250 189 173 / 0.7);
}

.hover\:border-x-ozc-400\/75:hover {
  border-left-color: rgb(250 189 173 / 0.75);
  border-right-color: rgb(250 189 173 / 0.75);
}

.hover\:border-x-ozc-400\/80:hover {
  border-left-color: rgb(250 189 173 / 0.8);
  border-right-color: rgb(250 189 173 / 0.8);
}

.hover\:border-x-ozc-400\/90:hover {
  border-left-color: rgb(250 189 173 / 0.9);
  border-right-color: rgb(250 189 173 / 0.9);
}

.hover\:border-x-ozc-400\/95:hover {
  border-left-color: rgb(250 189 173 / 0.95);
  border-right-color: rgb(250 189 173 / 0.95);
}

.hover\:border-x-ozc-50:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 243 232 / var(--tw-border-opacity));
  border-right-color: rgb(254 243 232 / var(--tw-border-opacity));
}

.hover\:border-x-ozc-50\/0:hover {
  border-left-color: rgb(254 243 232 / 0);
  border-right-color: rgb(254 243 232 / 0);
}

.hover\:border-x-ozc-50\/10:hover {
  border-left-color: rgb(254 243 232 / 0.1);
  border-right-color: rgb(254 243 232 / 0.1);
}

.hover\:border-x-ozc-50\/100:hover {
  border-left-color: rgb(254 243 232 / 1);
  border-right-color: rgb(254 243 232 / 1);
}

.hover\:border-x-ozc-50\/20:hover {
  border-left-color: rgb(254 243 232 / 0.2);
  border-right-color: rgb(254 243 232 / 0.2);
}

.hover\:border-x-ozc-50\/25:hover {
  border-left-color: rgb(254 243 232 / 0.25);
  border-right-color: rgb(254 243 232 / 0.25);
}

.hover\:border-x-ozc-50\/30:hover {
  border-left-color: rgb(254 243 232 / 0.3);
  border-right-color: rgb(254 243 232 / 0.3);
}

.hover\:border-x-ozc-50\/40:hover {
  border-left-color: rgb(254 243 232 / 0.4);
  border-right-color: rgb(254 243 232 / 0.4);
}

.hover\:border-x-ozc-50\/5:hover {
  border-left-color: rgb(254 243 232 / 0.05);
  border-right-color: rgb(254 243 232 / 0.05);
}

.hover\:border-x-ozc-50\/50:hover {
  border-left-color: rgb(254 243 232 / 0.5);
  border-right-color: rgb(254 243 232 / 0.5);
}

.hover\:border-x-ozc-50\/60:hover {
  border-left-color: rgb(254 243 232 / 0.6);
  border-right-color: rgb(254 243 232 / 0.6);
}

.hover\:border-x-ozc-50\/70:hover {
  border-left-color: rgb(254 243 232 / 0.7);
  border-right-color: rgb(254 243 232 / 0.7);
}

.hover\:border-x-ozc-50\/75:hover {
  border-left-color: rgb(254 243 232 / 0.75);
  border-right-color: rgb(254 243 232 / 0.75);
}

.hover\:border-x-ozc-50\/80:hover {
  border-left-color: rgb(254 243 232 / 0.8);
  border-right-color: rgb(254 243 232 / 0.8);
}

.hover\:border-x-ozc-50\/90:hover {
  border-left-color: rgb(254 243 232 / 0.9);
  border-right-color: rgb(254 243 232 / 0.9);
}

.hover\:border-x-ozc-50\/95:hover {
  border-left-color: rgb(254 243 232 / 0.95);
  border-right-color: rgb(254 243 232 / 0.95);
}

.hover\:border-x-ozc-500:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 110 96 / var(--tw-border-opacity));
  border-right-color: rgb(255 110 96 / var(--tw-border-opacity));
}

.hover\:border-x-ozc-500\/0:hover {
  border-left-color: rgb(255 110 96 / 0);
  border-right-color: rgb(255 110 96 / 0);
}

.hover\:border-x-ozc-500\/10:hover {
  border-left-color: rgb(255 110 96 / 0.1);
  border-right-color: rgb(255 110 96 / 0.1);
}

.hover\:border-x-ozc-500\/100:hover {
  border-left-color: rgb(255 110 96 / 1);
  border-right-color: rgb(255 110 96 / 1);
}

.hover\:border-x-ozc-500\/20:hover {
  border-left-color: rgb(255 110 96 / 0.2);
  border-right-color: rgb(255 110 96 / 0.2);
}

.hover\:border-x-ozc-500\/25:hover {
  border-left-color: rgb(255 110 96 / 0.25);
  border-right-color: rgb(255 110 96 / 0.25);
}

.hover\:border-x-ozc-500\/30:hover {
  border-left-color: rgb(255 110 96 / 0.3);
  border-right-color: rgb(255 110 96 / 0.3);
}

.hover\:border-x-ozc-500\/40:hover {
  border-left-color: rgb(255 110 96 / 0.4);
  border-right-color: rgb(255 110 96 / 0.4);
}

.hover\:border-x-ozc-500\/5:hover {
  border-left-color: rgb(255 110 96 / 0.05);
  border-right-color: rgb(255 110 96 / 0.05);
}

.hover\:border-x-ozc-500\/50:hover {
  border-left-color: rgb(255 110 96 / 0.5);
  border-right-color: rgb(255 110 96 / 0.5);
}

.hover\:border-x-ozc-500\/60:hover {
  border-left-color: rgb(255 110 96 / 0.6);
  border-right-color: rgb(255 110 96 / 0.6);
}

.hover\:border-x-ozc-500\/70:hover {
  border-left-color: rgb(255 110 96 / 0.7);
  border-right-color: rgb(255 110 96 / 0.7);
}

.hover\:border-x-ozc-500\/75:hover {
  border-left-color: rgb(255 110 96 / 0.75);
  border-right-color: rgb(255 110 96 / 0.75);
}

.hover\:border-x-ozc-500\/80:hover {
  border-left-color: rgb(255 110 96 / 0.8);
  border-right-color: rgb(255 110 96 / 0.8);
}

.hover\:border-x-ozc-500\/90:hover {
  border-left-color: rgb(255 110 96 / 0.9);
  border-right-color: rgb(255 110 96 / 0.9);
}

.hover\:border-x-ozc-500\/95:hover {
  border-left-color: rgb(255 110 96 / 0.95);
  border-right-color: rgb(255 110 96 / 0.95);
}

.hover\:border-x-ozc-600:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 169 140 / var(--tw-border-opacity));
  border-right-color: rgb(249 169 140 / var(--tw-border-opacity));
}

.hover\:border-x-ozc-600\/0:hover {
  border-left-color: rgb(249 169 140 / 0);
  border-right-color: rgb(249 169 140 / 0);
}

.hover\:border-x-ozc-600\/10:hover {
  border-left-color: rgb(249 169 140 / 0.1);
  border-right-color: rgb(249 169 140 / 0.1);
}

.hover\:border-x-ozc-600\/100:hover {
  border-left-color: rgb(249 169 140 / 1);
  border-right-color: rgb(249 169 140 / 1);
}

.hover\:border-x-ozc-600\/20:hover {
  border-left-color: rgb(249 169 140 / 0.2);
  border-right-color: rgb(249 169 140 / 0.2);
}

.hover\:border-x-ozc-600\/25:hover {
  border-left-color: rgb(249 169 140 / 0.25);
  border-right-color: rgb(249 169 140 / 0.25);
}

.hover\:border-x-ozc-600\/30:hover {
  border-left-color: rgb(249 169 140 / 0.3);
  border-right-color: rgb(249 169 140 / 0.3);
}

.hover\:border-x-ozc-600\/40:hover {
  border-left-color: rgb(249 169 140 / 0.4);
  border-right-color: rgb(249 169 140 / 0.4);
}

.hover\:border-x-ozc-600\/5:hover {
  border-left-color: rgb(249 169 140 / 0.05);
  border-right-color: rgb(249 169 140 / 0.05);
}

.hover\:border-x-ozc-600\/50:hover {
  border-left-color: rgb(249 169 140 / 0.5);
  border-right-color: rgb(249 169 140 / 0.5);
}

.hover\:border-x-ozc-600\/60:hover {
  border-left-color: rgb(249 169 140 / 0.6);
  border-right-color: rgb(249 169 140 / 0.6);
}

.hover\:border-x-ozc-600\/70:hover {
  border-left-color: rgb(249 169 140 / 0.7);
  border-right-color: rgb(249 169 140 / 0.7);
}

.hover\:border-x-ozc-600\/75:hover {
  border-left-color: rgb(249 169 140 / 0.75);
  border-right-color: rgb(249 169 140 / 0.75);
}

.hover\:border-x-ozc-600\/80:hover {
  border-left-color: rgb(249 169 140 / 0.8);
  border-right-color: rgb(249 169 140 / 0.8);
}

.hover\:border-x-ozc-600\/90:hover {
  border-left-color: rgb(249 169 140 / 0.9);
  border-right-color: rgb(249 169 140 / 0.9);
}

.hover\:border-x-ozc-600\/95:hover {
  border-left-color: rgb(249 169 140 / 0.95);
  border-right-color: rgb(249 169 140 / 0.95);
}

.hover\:border-x-ozc-700:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(246 148 114 / var(--tw-border-opacity));
  border-right-color: rgb(246 148 114 / var(--tw-border-opacity));
}

.hover\:border-x-ozc-700\/0:hover {
  border-left-color: rgb(246 148 114 / 0);
  border-right-color: rgb(246 148 114 / 0);
}

.hover\:border-x-ozc-700\/10:hover {
  border-left-color: rgb(246 148 114 / 0.1);
  border-right-color: rgb(246 148 114 / 0.1);
}

.hover\:border-x-ozc-700\/100:hover {
  border-left-color: rgb(246 148 114 / 1);
  border-right-color: rgb(246 148 114 / 1);
}

.hover\:border-x-ozc-700\/20:hover {
  border-left-color: rgb(246 148 114 / 0.2);
  border-right-color: rgb(246 148 114 / 0.2);
}

.hover\:border-x-ozc-700\/25:hover {
  border-left-color: rgb(246 148 114 / 0.25);
  border-right-color: rgb(246 148 114 / 0.25);
}

.hover\:border-x-ozc-700\/30:hover {
  border-left-color: rgb(246 148 114 / 0.3);
  border-right-color: rgb(246 148 114 / 0.3);
}

.hover\:border-x-ozc-700\/40:hover {
  border-left-color: rgb(246 148 114 / 0.4);
  border-right-color: rgb(246 148 114 / 0.4);
}

.hover\:border-x-ozc-700\/5:hover {
  border-left-color: rgb(246 148 114 / 0.05);
  border-right-color: rgb(246 148 114 / 0.05);
}

.hover\:border-x-ozc-700\/50:hover {
  border-left-color: rgb(246 148 114 / 0.5);
  border-right-color: rgb(246 148 114 / 0.5);
}

.hover\:border-x-ozc-700\/60:hover {
  border-left-color: rgb(246 148 114 / 0.6);
  border-right-color: rgb(246 148 114 / 0.6);
}

.hover\:border-x-ozc-700\/70:hover {
  border-left-color: rgb(246 148 114 / 0.7);
  border-right-color: rgb(246 148 114 / 0.7);
}

.hover\:border-x-ozc-700\/75:hover {
  border-left-color: rgb(246 148 114 / 0.75);
  border-right-color: rgb(246 148 114 / 0.75);
}

.hover\:border-x-ozc-700\/80:hover {
  border-left-color: rgb(246 148 114 / 0.8);
  border-right-color: rgb(246 148 114 / 0.8);
}

.hover\:border-x-ozc-700\/90:hover {
  border-left-color: rgb(246 148 114 / 0.9);
  border-right-color: rgb(246 148 114 / 0.9);
}

.hover\:border-x-ozc-700\/95:hover {
  border-left-color: rgb(246 148 114 / 0.95);
  border-right-color: rgb(246 148 114 / 0.95);
}

.hover\:border-x-ozc-800:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 144 136 / var(--tw-border-opacity));
  border-right-color: rgb(245 144 136 / var(--tw-border-opacity));
}

.hover\:border-x-ozc-800\/0:hover {
  border-left-color: rgb(245 144 136 / 0);
  border-right-color: rgb(245 144 136 / 0);
}

.hover\:border-x-ozc-800\/10:hover {
  border-left-color: rgb(245 144 136 / 0.1);
  border-right-color: rgb(245 144 136 / 0.1);
}

.hover\:border-x-ozc-800\/100:hover {
  border-left-color: rgb(245 144 136 / 1);
  border-right-color: rgb(245 144 136 / 1);
}

.hover\:border-x-ozc-800\/20:hover {
  border-left-color: rgb(245 144 136 / 0.2);
  border-right-color: rgb(245 144 136 / 0.2);
}

.hover\:border-x-ozc-800\/25:hover {
  border-left-color: rgb(245 144 136 / 0.25);
  border-right-color: rgb(245 144 136 / 0.25);
}

.hover\:border-x-ozc-800\/30:hover {
  border-left-color: rgb(245 144 136 / 0.3);
  border-right-color: rgb(245 144 136 / 0.3);
}

.hover\:border-x-ozc-800\/40:hover {
  border-left-color: rgb(245 144 136 / 0.4);
  border-right-color: rgb(245 144 136 / 0.4);
}

.hover\:border-x-ozc-800\/5:hover {
  border-left-color: rgb(245 144 136 / 0.05);
  border-right-color: rgb(245 144 136 / 0.05);
}

.hover\:border-x-ozc-800\/50:hover {
  border-left-color: rgb(245 144 136 / 0.5);
  border-right-color: rgb(245 144 136 / 0.5);
}

.hover\:border-x-ozc-800\/60:hover {
  border-left-color: rgb(245 144 136 / 0.6);
  border-right-color: rgb(245 144 136 / 0.6);
}

.hover\:border-x-ozc-800\/70:hover {
  border-left-color: rgb(245 144 136 / 0.7);
  border-right-color: rgb(245 144 136 / 0.7);
}

.hover\:border-x-ozc-800\/75:hover {
  border-left-color: rgb(245 144 136 / 0.75);
  border-right-color: rgb(245 144 136 / 0.75);
}

.hover\:border-x-ozc-800\/80:hover {
  border-left-color: rgb(245 144 136 / 0.8);
  border-right-color: rgb(245 144 136 / 0.8);
}

.hover\:border-x-ozc-800\/90:hover {
  border-left-color: rgb(245 144 136 / 0.9);
  border-right-color: rgb(245 144 136 / 0.9);
}

.hover\:border-x-ozc-800\/95:hover {
  border-left-color: rgb(245 144 136 / 0.95);
  border-right-color: rgb(245 144 136 / 0.95);
}

.hover\:border-x-ozc-900:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(243 121 124 / var(--tw-border-opacity));
  border-right-color: rgb(243 121 124 / var(--tw-border-opacity));
}

.hover\:border-x-ozc-900\/0:hover {
  border-left-color: rgb(243 121 124 / 0);
  border-right-color: rgb(243 121 124 / 0);
}

.hover\:border-x-ozc-900\/10:hover {
  border-left-color: rgb(243 121 124 / 0.1);
  border-right-color: rgb(243 121 124 / 0.1);
}

.hover\:border-x-ozc-900\/100:hover {
  border-left-color: rgb(243 121 124 / 1);
  border-right-color: rgb(243 121 124 / 1);
}

.hover\:border-x-ozc-900\/20:hover {
  border-left-color: rgb(243 121 124 / 0.2);
  border-right-color: rgb(243 121 124 / 0.2);
}

.hover\:border-x-ozc-900\/25:hover {
  border-left-color: rgb(243 121 124 / 0.25);
  border-right-color: rgb(243 121 124 / 0.25);
}

.hover\:border-x-ozc-900\/30:hover {
  border-left-color: rgb(243 121 124 / 0.3);
  border-right-color: rgb(243 121 124 / 0.3);
}

.hover\:border-x-ozc-900\/40:hover {
  border-left-color: rgb(243 121 124 / 0.4);
  border-right-color: rgb(243 121 124 / 0.4);
}

.hover\:border-x-ozc-900\/5:hover {
  border-left-color: rgb(243 121 124 / 0.05);
  border-right-color: rgb(243 121 124 / 0.05);
}

.hover\:border-x-ozc-900\/50:hover {
  border-left-color: rgb(243 121 124 / 0.5);
  border-right-color: rgb(243 121 124 / 0.5);
}

.hover\:border-x-ozc-900\/60:hover {
  border-left-color: rgb(243 121 124 / 0.6);
  border-right-color: rgb(243 121 124 / 0.6);
}

.hover\:border-x-ozc-900\/70:hover {
  border-left-color: rgb(243 121 124 / 0.7);
  border-right-color: rgb(243 121 124 / 0.7);
}

.hover\:border-x-ozc-900\/75:hover {
  border-left-color: rgb(243 121 124 / 0.75);
  border-right-color: rgb(243 121 124 / 0.75);
}

.hover\:border-x-ozc-900\/80:hover {
  border-left-color: rgb(243 121 124 / 0.8);
  border-right-color: rgb(243 121 124 / 0.8);
}

.hover\:border-x-ozc-900\/90:hover {
  border-left-color: rgb(243 121 124 / 0.9);
  border-right-color: rgb(243 121 124 / 0.9);
}

.hover\:border-x-ozc-900\/95:hover {
  border-left-color: rgb(243 121 124 / 0.95);
  border-right-color: rgb(243 121 124 / 0.95);
}

.hover\:border-x-ozc-950:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(42 45 51 / var(--tw-border-opacity));
  border-right-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.hover\:border-x-ozc-950\/0:hover {
  border-left-color: rgb(42 45 51 / 0);
  border-right-color: rgb(42 45 51 / 0);
}

.hover\:border-x-ozc-950\/10:hover {
  border-left-color: rgb(42 45 51 / 0.1);
  border-right-color: rgb(42 45 51 / 0.1);
}

.hover\:border-x-ozc-950\/100:hover {
  border-left-color: rgb(42 45 51 / 1);
  border-right-color: rgb(42 45 51 / 1);
}

.hover\:border-x-ozc-950\/20:hover {
  border-left-color: rgb(42 45 51 / 0.2);
  border-right-color: rgb(42 45 51 / 0.2);
}

.hover\:border-x-ozc-950\/25:hover {
  border-left-color: rgb(42 45 51 / 0.25);
  border-right-color: rgb(42 45 51 / 0.25);
}

.hover\:border-x-ozc-950\/30:hover {
  border-left-color: rgb(42 45 51 / 0.3);
  border-right-color: rgb(42 45 51 / 0.3);
}

.hover\:border-x-ozc-950\/40:hover {
  border-left-color: rgb(42 45 51 / 0.4);
  border-right-color: rgb(42 45 51 / 0.4);
}

.hover\:border-x-ozc-950\/5:hover {
  border-left-color: rgb(42 45 51 / 0.05);
  border-right-color: rgb(42 45 51 / 0.05);
}

.hover\:border-x-ozc-950\/50:hover {
  border-left-color: rgb(42 45 51 / 0.5);
  border-right-color: rgb(42 45 51 / 0.5);
}

.hover\:border-x-ozc-950\/60:hover {
  border-left-color: rgb(42 45 51 / 0.6);
  border-right-color: rgb(42 45 51 / 0.6);
}

.hover\:border-x-ozc-950\/70:hover {
  border-left-color: rgb(42 45 51 / 0.7);
  border-right-color: rgb(42 45 51 / 0.7);
}

.hover\:border-x-ozc-950\/75:hover {
  border-left-color: rgb(42 45 51 / 0.75);
  border-right-color: rgb(42 45 51 / 0.75);
}

.hover\:border-x-ozc-950\/80:hover {
  border-left-color: rgb(42 45 51 / 0.8);
  border-right-color: rgb(42 45 51 / 0.8);
}

.hover\:border-x-ozc-950\/90:hover {
  border-left-color: rgb(42 45 51 / 0.9);
  border-right-color: rgb(42 45 51 / 0.9);
}

.hover\:border-x-ozc-950\/95:hover {
  border-left-color: rgb(42 45 51 / 0.95);
  border-right-color: rgb(42 45 51 / 0.95);
}

.hover\:border-x-ozc-alt-100:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 250 230 / var(--tw-border-opacity));
  border-right-color: rgb(255 250 230 / var(--tw-border-opacity));
}

.hover\:border-x-ozc-alt-100\/0:hover {
  border-left-color: rgb(255 250 230 / 0);
  border-right-color: rgb(255 250 230 / 0);
}

.hover\:border-x-ozc-alt-100\/10:hover {
  border-left-color: rgb(255 250 230 / 0.1);
  border-right-color: rgb(255 250 230 / 0.1);
}

.hover\:border-x-ozc-alt-100\/100:hover {
  border-left-color: rgb(255 250 230 / 1);
  border-right-color: rgb(255 250 230 / 1);
}

.hover\:border-x-ozc-alt-100\/20:hover {
  border-left-color: rgb(255 250 230 / 0.2);
  border-right-color: rgb(255 250 230 / 0.2);
}

.hover\:border-x-ozc-alt-100\/25:hover {
  border-left-color: rgb(255 250 230 / 0.25);
  border-right-color: rgb(255 250 230 / 0.25);
}

.hover\:border-x-ozc-alt-100\/30:hover {
  border-left-color: rgb(255 250 230 / 0.3);
  border-right-color: rgb(255 250 230 / 0.3);
}

.hover\:border-x-ozc-alt-100\/40:hover {
  border-left-color: rgb(255 250 230 / 0.4);
  border-right-color: rgb(255 250 230 / 0.4);
}

.hover\:border-x-ozc-alt-100\/5:hover {
  border-left-color: rgb(255 250 230 / 0.05);
  border-right-color: rgb(255 250 230 / 0.05);
}

.hover\:border-x-ozc-alt-100\/50:hover {
  border-left-color: rgb(255 250 230 / 0.5);
  border-right-color: rgb(255 250 230 / 0.5);
}

.hover\:border-x-ozc-alt-100\/60:hover {
  border-left-color: rgb(255 250 230 / 0.6);
  border-right-color: rgb(255 250 230 / 0.6);
}

.hover\:border-x-ozc-alt-100\/70:hover {
  border-left-color: rgb(255 250 230 / 0.7);
  border-right-color: rgb(255 250 230 / 0.7);
}

.hover\:border-x-ozc-alt-100\/75:hover {
  border-left-color: rgb(255 250 230 / 0.75);
  border-right-color: rgb(255 250 230 / 0.75);
}

.hover\:border-x-ozc-alt-100\/80:hover {
  border-left-color: rgb(255 250 230 / 0.8);
  border-right-color: rgb(255 250 230 / 0.8);
}

.hover\:border-x-ozc-alt-100\/90:hover {
  border-left-color: rgb(255 250 230 / 0.9);
  border-right-color: rgb(255 250 230 / 0.9);
}

.hover\:border-x-ozc-alt-100\/95:hover {
  border-left-color: rgb(255 250 230 / 0.95);
  border-right-color: rgb(255 250 230 / 0.95);
}

.hover\:border-x-ozc-alt-200:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 242 193 / var(--tw-border-opacity));
  border-right-color: rgb(255 242 193 / var(--tw-border-opacity));
}

.hover\:border-x-ozc-alt-200\/0:hover {
  border-left-color: rgb(255 242 193 / 0);
  border-right-color: rgb(255 242 193 / 0);
}

.hover\:border-x-ozc-alt-200\/10:hover {
  border-left-color: rgb(255 242 193 / 0.1);
  border-right-color: rgb(255 242 193 / 0.1);
}

.hover\:border-x-ozc-alt-200\/100:hover {
  border-left-color: rgb(255 242 193 / 1);
  border-right-color: rgb(255 242 193 / 1);
}

.hover\:border-x-ozc-alt-200\/20:hover {
  border-left-color: rgb(255 242 193 / 0.2);
  border-right-color: rgb(255 242 193 / 0.2);
}

.hover\:border-x-ozc-alt-200\/25:hover {
  border-left-color: rgb(255 242 193 / 0.25);
  border-right-color: rgb(255 242 193 / 0.25);
}

.hover\:border-x-ozc-alt-200\/30:hover {
  border-left-color: rgb(255 242 193 / 0.3);
  border-right-color: rgb(255 242 193 / 0.3);
}

.hover\:border-x-ozc-alt-200\/40:hover {
  border-left-color: rgb(255 242 193 / 0.4);
  border-right-color: rgb(255 242 193 / 0.4);
}

.hover\:border-x-ozc-alt-200\/5:hover {
  border-left-color: rgb(255 242 193 / 0.05);
  border-right-color: rgb(255 242 193 / 0.05);
}

.hover\:border-x-ozc-alt-200\/50:hover {
  border-left-color: rgb(255 242 193 / 0.5);
  border-right-color: rgb(255 242 193 / 0.5);
}

.hover\:border-x-ozc-alt-200\/60:hover {
  border-left-color: rgb(255 242 193 / 0.6);
  border-right-color: rgb(255 242 193 / 0.6);
}

.hover\:border-x-ozc-alt-200\/70:hover {
  border-left-color: rgb(255 242 193 / 0.7);
  border-right-color: rgb(255 242 193 / 0.7);
}

.hover\:border-x-ozc-alt-200\/75:hover {
  border-left-color: rgb(255 242 193 / 0.75);
  border-right-color: rgb(255 242 193 / 0.75);
}

.hover\:border-x-ozc-alt-200\/80:hover {
  border-left-color: rgb(255 242 193 / 0.8);
  border-right-color: rgb(255 242 193 / 0.8);
}

.hover\:border-x-ozc-alt-200\/90:hover {
  border-left-color: rgb(255 242 193 / 0.9);
  border-right-color: rgb(255 242 193 / 0.9);
}

.hover\:border-x-ozc-alt-200\/95:hover {
  border-left-color: rgb(255 242 193 / 0.95);
  border-right-color: rgb(255 242 193 / 0.95);
}

.hover\:border-x-ozc-alt-300:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 235 155 / var(--tw-border-opacity));
  border-right-color: rgb(255 235 155 / var(--tw-border-opacity));
}

.hover\:border-x-ozc-alt-300\/0:hover {
  border-left-color: rgb(255 235 155 / 0);
  border-right-color: rgb(255 235 155 / 0);
}

.hover\:border-x-ozc-alt-300\/10:hover {
  border-left-color: rgb(255 235 155 / 0.1);
  border-right-color: rgb(255 235 155 / 0.1);
}

.hover\:border-x-ozc-alt-300\/100:hover {
  border-left-color: rgb(255 235 155 / 1);
  border-right-color: rgb(255 235 155 / 1);
}

.hover\:border-x-ozc-alt-300\/20:hover {
  border-left-color: rgb(255 235 155 / 0.2);
  border-right-color: rgb(255 235 155 / 0.2);
}

.hover\:border-x-ozc-alt-300\/25:hover {
  border-left-color: rgb(255 235 155 / 0.25);
  border-right-color: rgb(255 235 155 / 0.25);
}

.hover\:border-x-ozc-alt-300\/30:hover {
  border-left-color: rgb(255 235 155 / 0.3);
  border-right-color: rgb(255 235 155 / 0.3);
}

.hover\:border-x-ozc-alt-300\/40:hover {
  border-left-color: rgb(255 235 155 / 0.4);
  border-right-color: rgb(255 235 155 / 0.4);
}

.hover\:border-x-ozc-alt-300\/5:hover {
  border-left-color: rgb(255 235 155 / 0.05);
  border-right-color: rgb(255 235 155 / 0.05);
}

.hover\:border-x-ozc-alt-300\/50:hover {
  border-left-color: rgb(255 235 155 / 0.5);
  border-right-color: rgb(255 235 155 / 0.5);
}

.hover\:border-x-ozc-alt-300\/60:hover {
  border-left-color: rgb(255 235 155 / 0.6);
  border-right-color: rgb(255 235 155 / 0.6);
}

.hover\:border-x-ozc-alt-300\/70:hover {
  border-left-color: rgb(255 235 155 / 0.7);
  border-right-color: rgb(255 235 155 / 0.7);
}

.hover\:border-x-ozc-alt-300\/75:hover {
  border-left-color: rgb(255 235 155 / 0.75);
  border-right-color: rgb(255 235 155 / 0.75);
}

.hover\:border-x-ozc-alt-300\/80:hover {
  border-left-color: rgb(255 235 155 / 0.8);
  border-right-color: rgb(255 235 155 / 0.8);
}

.hover\:border-x-ozc-alt-300\/90:hover {
  border-left-color: rgb(255 235 155 / 0.9);
  border-right-color: rgb(255 235 155 / 0.9);
}

.hover\:border-x-ozc-alt-300\/95:hover {
  border-left-color: rgb(255 235 155 / 0.95);
  border-right-color: rgb(255 235 155 / 0.95);
}

.hover\:border-x-ozc-alt-400:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 219 80 / var(--tw-border-opacity));
  border-right-color: rgb(255 219 80 / var(--tw-border-opacity));
}

.hover\:border-x-ozc-alt-400\/0:hover {
  border-left-color: rgb(255 219 80 / 0);
  border-right-color: rgb(255 219 80 / 0);
}

.hover\:border-x-ozc-alt-400\/10:hover {
  border-left-color: rgb(255 219 80 / 0.1);
  border-right-color: rgb(255 219 80 / 0.1);
}

.hover\:border-x-ozc-alt-400\/100:hover {
  border-left-color: rgb(255 219 80 / 1);
  border-right-color: rgb(255 219 80 / 1);
}

.hover\:border-x-ozc-alt-400\/20:hover {
  border-left-color: rgb(255 219 80 / 0.2);
  border-right-color: rgb(255 219 80 / 0.2);
}

.hover\:border-x-ozc-alt-400\/25:hover {
  border-left-color: rgb(255 219 80 / 0.25);
  border-right-color: rgb(255 219 80 / 0.25);
}

.hover\:border-x-ozc-alt-400\/30:hover {
  border-left-color: rgb(255 219 80 / 0.3);
  border-right-color: rgb(255 219 80 / 0.3);
}

.hover\:border-x-ozc-alt-400\/40:hover {
  border-left-color: rgb(255 219 80 / 0.4);
  border-right-color: rgb(255 219 80 / 0.4);
}

.hover\:border-x-ozc-alt-400\/5:hover {
  border-left-color: rgb(255 219 80 / 0.05);
  border-right-color: rgb(255 219 80 / 0.05);
}

.hover\:border-x-ozc-alt-400\/50:hover {
  border-left-color: rgb(255 219 80 / 0.5);
  border-right-color: rgb(255 219 80 / 0.5);
}

.hover\:border-x-ozc-alt-400\/60:hover {
  border-left-color: rgb(255 219 80 / 0.6);
  border-right-color: rgb(255 219 80 / 0.6);
}

.hover\:border-x-ozc-alt-400\/70:hover {
  border-left-color: rgb(255 219 80 / 0.7);
  border-right-color: rgb(255 219 80 / 0.7);
}

.hover\:border-x-ozc-alt-400\/75:hover {
  border-left-color: rgb(255 219 80 / 0.75);
  border-right-color: rgb(255 219 80 / 0.75);
}

.hover\:border-x-ozc-alt-400\/80:hover {
  border-left-color: rgb(255 219 80 / 0.8);
  border-right-color: rgb(255 219 80 / 0.8);
}

.hover\:border-x-ozc-alt-400\/90:hover {
  border-left-color: rgb(255 219 80 / 0.9);
  border-right-color: rgb(255 219 80 / 0.9);
}

.hover\:border-x-ozc-alt-400\/95:hover {
  border-left-color: rgb(255 219 80 / 0.95);
  border-right-color: rgb(255 219 80 / 0.95);
}

.hover\:border-x-ozc-alt-50:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 252 243 / var(--tw-border-opacity));
  border-right-color: rgb(255 252 243 / var(--tw-border-opacity));
}

.hover\:border-x-ozc-alt-50\/0:hover {
  border-left-color: rgb(255 252 243 / 0);
  border-right-color: rgb(255 252 243 / 0);
}

.hover\:border-x-ozc-alt-50\/10:hover {
  border-left-color: rgb(255 252 243 / 0.1);
  border-right-color: rgb(255 252 243 / 0.1);
}

.hover\:border-x-ozc-alt-50\/100:hover {
  border-left-color: rgb(255 252 243 / 1);
  border-right-color: rgb(255 252 243 / 1);
}

.hover\:border-x-ozc-alt-50\/20:hover {
  border-left-color: rgb(255 252 243 / 0.2);
  border-right-color: rgb(255 252 243 / 0.2);
}

.hover\:border-x-ozc-alt-50\/25:hover {
  border-left-color: rgb(255 252 243 / 0.25);
  border-right-color: rgb(255 252 243 / 0.25);
}

.hover\:border-x-ozc-alt-50\/30:hover {
  border-left-color: rgb(255 252 243 / 0.3);
  border-right-color: rgb(255 252 243 / 0.3);
}

.hover\:border-x-ozc-alt-50\/40:hover {
  border-left-color: rgb(255 252 243 / 0.4);
  border-right-color: rgb(255 252 243 / 0.4);
}

.hover\:border-x-ozc-alt-50\/5:hover {
  border-left-color: rgb(255 252 243 / 0.05);
  border-right-color: rgb(255 252 243 / 0.05);
}

.hover\:border-x-ozc-alt-50\/50:hover {
  border-left-color: rgb(255 252 243 / 0.5);
  border-right-color: rgb(255 252 243 / 0.5);
}

.hover\:border-x-ozc-alt-50\/60:hover {
  border-left-color: rgb(255 252 243 / 0.6);
  border-right-color: rgb(255 252 243 / 0.6);
}

.hover\:border-x-ozc-alt-50\/70:hover {
  border-left-color: rgb(255 252 243 / 0.7);
  border-right-color: rgb(255 252 243 / 0.7);
}

.hover\:border-x-ozc-alt-50\/75:hover {
  border-left-color: rgb(255 252 243 / 0.75);
  border-right-color: rgb(255 252 243 / 0.75);
}

.hover\:border-x-ozc-alt-50\/80:hover {
  border-left-color: rgb(255 252 243 / 0.8);
  border-right-color: rgb(255 252 243 / 0.8);
}

.hover\:border-x-ozc-alt-50\/90:hover {
  border-left-color: rgb(255 252 243 / 0.9);
  border-right-color: rgb(255 252 243 / 0.9);
}

.hover\:border-x-ozc-alt-50\/95:hover {
  border-left-color: rgb(255 252 243 / 0.95);
  border-right-color: rgb(255 252 243 / 0.95);
}

.hover\:border-x-ozc-alt-500:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 204 5 / var(--tw-border-opacity));
  border-right-color: rgb(255 204 5 / var(--tw-border-opacity));
}

.hover\:border-x-ozc-alt-500\/0:hover {
  border-left-color: rgb(255 204 5 / 0);
  border-right-color: rgb(255 204 5 / 0);
}

.hover\:border-x-ozc-alt-500\/10:hover {
  border-left-color: rgb(255 204 5 / 0.1);
  border-right-color: rgb(255 204 5 / 0.1);
}

.hover\:border-x-ozc-alt-500\/100:hover {
  border-left-color: rgb(255 204 5 / 1);
  border-right-color: rgb(255 204 5 / 1);
}

.hover\:border-x-ozc-alt-500\/20:hover {
  border-left-color: rgb(255 204 5 / 0.2);
  border-right-color: rgb(255 204 5 / 0.2);
}

.hover\:border-x-ozc-alt-500\/25:hover {
  border-left-color: rgb(255 204 5 / 0.25);
  border-right-color: rgb(255 204 5 / 0.25);
}

.hover\:border-x-ozc-alt-500\/30:hover {
  border-left-color: rgb(255 204 5 / 0.3);
  border-right-color: rgb(255 204 5 / 0.3);
}

.hover\:border-x-ozc-alt-500\/40:hover {
  border-left-color: rgb(255 204 5 / 0.4);
  border-right-color: rgb(255 204 5 / 0.4);
}

.hover\:border-x-ozc-alt-500\/5:hover {
  border-left-color: rgb(255 204 5 / 0.05);
  border-right-color: rgb(255 204 5 / 0.05);
}

.hover\:border-x-ozc-alt-500\/50:hover {
  border-left-color: rgb(255 204 5 / 0.5);
  border-right-color: rgb(255 204 5 / 0.5);
}

.hover\:border-x-ozc-alt-500\/60:hover {
  border-left-color: rgb(255 204 5 / 0.6);
  border-right-color: rgb(255 204 5 / 0.6);
}

.hover\:border-x-ozc-alt-500\/70:hover {
  border-left-color: rgb(255 204 5 / 0.7);
  border-right-color: rgb(255 204 5 / 0.7);
}

.hover\:border-x-ozc-alt-500\/75:hover {
  border-left-color: rgb(255 204 5 / 0.75);
  border-right-color: rgb(255 204 5 / 0.75);
}

.hover\:border-x-ozc-alt-500\/80:hover {
  border-left-color: rgb(255 204 5 / 0.8);
  border-right-color: rgb(255 204 5 / 0.8);
}

.hover\:border-x-ozc-alt-500\/90:hover {
  border-left-color: rgb(255 204 5 / 0.9);
  border-right-color: rgb(255 204 5 / 0.9);
}

.hover\:border-x-ozc-alt-500\/95:hover {
  border-left-color: rgb(255 204 5 / 0.95);
  border-right-color: rgb(255 204 5 / 0.95);
}

.hover\:border-x-ozc-alt-600:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(230 184 5 / var(--tw-border-opacity));
  border-right-color: rgb(230 184 5 / var(--tw-border-opacity));
}

.hover\:border-x-ozc-alt-600\/0:hover {
  border-left-color: rgb(230 184 5 / 0);
  border-right-color: rgb(230 184 5 / 0);
}

.hover\:border-x-ozc-alt-600\/10:hover {
  border-left-color: rgb(230 184 5 / 0.1);
  border-right-color: rgb(230 184 5 / 0.1);
}

.hover\:border-x-ozc-alt-600\/100:hover {
  border-left-color: rgb(230 184 5 / 1);
  border-right-color: rgb(230 184 5 / 1);
}

.hover\:border-x-ozc-alt-600\/20:hover {
  border-left-color: rgb(230 184 5 / 0.2);
  border-right-color: rgb(230 184 5 / 0.2);
}

.hover\:border-x-ozc-alt-600\/25:hover {
  border-left-color: rgb(230 184 5 / 0.25);
  border-right-color: rgb(230 184 5 / 0.25);
}

.hover\:border-x-ozc-alt-600\/30:hover {
  border-left-color: rgb(230 184 5 / 0.3);
  border-right-color: rgb(230 184 5 / 0.3);
}

.hover\:border-x-ozc-alt-600\/40:hover {
  border-left-color: rgb(230 184 5 / 0.4);
  border-right-color: rgb(230 184 5 / 0.4);
}

.hover\:border-x-ozc-alt-600\/5:hover {
  border-left-color: rgb(230 184 5 / 0.05);
  border-right-color: rgb(230 184 5 / 0.05);
}

.hover\:border-x-ozc-alt-600\/50:hover {
  border-left-color: rgb(230 184 5 / 0.5);
  border-right-color: rgb(230 184 5 / 0.5);
}

.hover\:border-x-ozc-alt-600\/60:hover {
  border-left-color: rgb(230 184 5 / 0.6);
  border-right-color: rgb(230 184 5 / 0.6);
}

.hover\:border-x-ozc-alt-600\/70:hover {
  border-left-color: rgb(230 184 5 / 0.7);
  border-right-color: rgb(230 184 5 / 0.7);
}

.hover\:border-x-ozc-alt-600\/75:hover {
  border-left-color: rgb(230 184 5 / 0.75);
  border-right-color: rgb(230 184 5 / 0.75);
}

.hover\:border-x-ozc-alt-600\/80:hover {
  border-left-color: rgb(230 184 5 / 0.8);
  border-right-color: rgb(230 184 5 / 0.8);
}

.hover\:border-x-ozc-alt-600\/90:hover {
  border-left-color: rgb(230 184 5 / 0.9);
  border-right-color: rgb(230 184 5 / 0.9);
}

.hover\:border-x-ozc-alt-600\/95:hover {
  border-left-color: rgb(230 184 5 / 0.95);
  border-right-color: rgb(230 184 5 / 0.95);
}

.hover\:border-x-ozc-alt-700:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(153 122 3 / var(--tw-border-opacity));
  border-right-color: rgb(153 122 3 / var(--tw-border-opacity));
}

.hover\:border-x-ozc-alt-700\/0:hover {
  border-left-color: rgb(153 122 3 / 0);
  border-right-color: rgb(153 122 3 / 0);
}

.hover\:border-x-ozc-alt-700\/10:hover {
  border-left-color: rgb(153 122 3 / 0.1);
  border-right-color: rgb(153 122 3 / 0.1);
}

.hover\:border-x-ozc-alt-700\/100:hover {
  border-left-color: rgb(153 122 3 / 1);
  border-right-color: rgb(153 122 3 / 1);
}

.hover\:border-x-ozc-alt-700\/20:hover {
  border-left-color: rgb(153 122 3 / 0.2);
  border-right-color: rgb(153 122 3 / 0.2);
}

.hover\:border-x-ozc-alt-700\/25:hover {
  border-left-color: rgb(153 122 3 / 0.25);
  border-right-color: rgb(153 122 3 / 0.25);
}

.hover\:border-x-ozc-alt-700\/30:hover {
  border-left-color: rgb(153 122 3 / 0.3);
  border-right-color: rgb(153 122 3 / 0.3);
}

.hover\:border-x-ozc-alt-700\/40:hover {
  border-left-color: rgb(153 122 3 / 0.4);
  border-right-color: rgb(153 122 3 / 0.4);
}

.hover\:border-x-ozc-alt-700\/5:hover {
  border-left-color: rgb(153 122 3 / 0.05);
  border-right-color: rgb(153 122 3 / 0.05);
}

.hover\:border-x-ozc-alt-700\/50:hover {
  border-left-color: rgb(153 122 3 / 0.5);
  border-right-color: rgb(153 122 3 / 0.5);
}

.hover\:border-x-ozc-alt-700\/60:hover {
  border-left-color: rgb(153 122 3 / 0.6);
  border-right-color: rgb(153 122 3 / 0.6);
}

.hover\:border-x-ozc-alt-700\/70:hover {
  border-left-color: rgb(153 122 3 / 0.7);
  border-right-color: rgb(153 122 3 / 0.7);
}

.hover\:border-x-ozc-alt-700\/75:hover {
  border-left-color: rgb(153 122 3 / 0.75);
  border-right-color: rgb(153 122 3 / 0.75);
}

.hover\:border-x-ozc-alt-700\/80:hover {
  border-left-color: rgb(153 122 3 / 0.8);
  border-right-color: rgb(153 122 3 / 0.8);
}

.hover\:border-x-ozc-alt-700\/90:hover {
  border-left-color: rgb(153 122 3 / 0.9);
  border-right-color: rgb(153 122 3 / 0.9);
}

.hover\:border-x-ozc-alt-700\/95:hover {
  border-left-color: rgb(153 122 3 / 0.95);
  border-right-color: rgb(153 122 3 / 0.95);
}

.hover\:border-x-ozc-alt-800:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(115 92 2 / var(--tw-border-opacity));
  border-right-color: rgb(115 92 2 / var(--tw-border-opacity));
}

.hover\:border-x-ozc-alt-800\/0:hover {
  border-left-color: rgb(115 92 2 / 0);
  border-right-color: rgb(115 92 2 / 0);
}

.hover\:border-x-ozc-alt-800\/10:hover {
  border-left-color: rgb(115 92 2 / 0.1);
  border-right-color: rgb(115 92 2 / 0.1);
}

.hover\:border-x-ozc-alt-800\/100:hover {
  border-left-color: rgb(115 92 2 / 1);
  border-right-color: rgb(115 92 2 / 1);
}

.hover\:border-x-ozc-alt-800\/20:hover {
  border-left-color: rgb(115 92 2 / 0.2);
  border-right-color: rgb(115 92 2 / 0.2);
}

.hover\:border-x-ozc-alt-800\/25:hover {
  border-left-color: rgb(115 92 2 / 0.25);
  border-right-color: rgb(115 92 2 / 0.25);
}

.hover\:border-x-ozc-alt-800\/30:hover {
  border-left-color: rgb(115 92 2 / 0.3);
  border-right-color: rgb(115 92 2 / 0.3);
}

.hover\:border-x-ozc-alt-800\/40:hover {
  border-left-color: rgb(115 92 2 / 0.4);
  border-right-color: rgb(115 92 2 / 0.4);
}

.hover\:border-x-ozc-alt-800\/5:hover {
  border-left-color: rgb(115 92 2 / 0.05);
  border-right-color: rgb(115 92 2 / 0.05);
}

.hover\:border-x-ozc-alt-800\/50:hover {
  border-left-color: rgb(115 92 2 / 0.5);
  border-right-color: rgb(115 92 2 / 0.5);
}

.hover\:border-x-ozc-alt-800\/60:hover {
  border-left-color: rgb(115 92 2 / 0.6);
  border-right-color: rgb(115 92 2 / 0.6);
}

.hover\:border-x-ozc-alt-800\/70:hover {
  border-left-color: rgb(115 92 2 / 0.7);
  border-right-color: rgb(115 92 2 / 0.7);
}

.hover\:border-x-ozc-alt-800\/75:hover {
  border-left-color: rgb(115 92 2 / 0.75);
  border-right-color: rgb(115 92 2 / 0.75);
}

.hover\:border-x-ozc-alt-800\/80:hover {
  border-left-color: rgb(115 92 2 / 0.8);
  border-right-color: rgb(115 92 2 / 0.8);
}

.hover\:border-x-ozc-alt-800\/90:hover {
  border-left-color: rgb(115 92 2 / 0.9);
  border-right-color: rgb(115 92 2 / 0.9);
}

.hover\:border-x-ozc-alt-800\/95:hover {
  border-left-color: rgb(115 92 2 / 0.95);
  border-right-color: rgb(115 92 2 / 0.95);
}

.hover\:border-x-ozc-alt-900:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(42 45 51 / var(--tw-border-opacity));
  border-right-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.hover\:border-x-ozc-alt-900\/0:hover {
  border-left-color: rgb(42 45 51 / 0);
  border-right-color: rgb(42 45 51 / 0);
}

.hover\:border-x-ozc-alt-900\/10:hover {
  border-left-color: rgb(42 45 51 / 0.1);
  border-right-color: rgb(42 45 51 / 0.1);
}

.hover\:border-x-ozc-alt-900\/100:hover {
  border-left-color: rgb(42 45 51 / 1);
  border-right-color: rgb(42 45 51 / 1);
}

.hover\:border-x-ozc-alt-900\/20:hover {
  border-left-color: rgb(42 45 51 / 0.2);
  border-right-color: rgb(42 45 51 / 0.2);
}

.hover\:border-x-ozc-alt-900\/25:hover {
  border-left-color: rgb(42 45 51 / 0.25);
  border-right-color: rgb(42 45 51 / 0.25);
}

.hover\:border-x-ozc-alt-900\/30:hover {
  border-left-color: rgb(42 45 51 / 0.3);
  border-right-color: rgb(42 45 51 / 0.3);
}

.hover\:border-x-ozc-alt-900\/40:hover {
  border-left-color: rgb(42 45 51 / 0.4);
  border-right-color: rgb(42 45 51 / 0.4);
}

.hover\:border-x-ozc-alt-900\/5:hover {
  border-left-color: rgb(42 45 51 / 0.05);
  border-right-color: rgb(42 45 51 / 0.05);
}

.hover\:border-x-ozc-alt-900\/50:hover {
  border-left-color: rgb(42 45 51 / 0.5);
  border-right-color: rgb(42 45 51 / 0.5);
}

.hover\:border-x-ozc-alt-900\/60:hover {
  border-left-color: rgb(42 45 51 / 0.6);
  border-right-color: rgb(42 45 51 / 0.6);
}

.hover\:border-x-ozc-alt-900\/70:hover {
  border-left-color: rgb(42 45 51 / 0.7);
  border-right-color: rgb(42 45 51 / 0.7);
}

.hover\:border-x-ozc-alt-900\/75:hover {
  border-left-color: rgb(42 45 51 / 0.75);
  border-right-color: rgb(42 45 51 / 0.75);
}

.hover\:border-x-ozc-alt-900\/80:hover {
  border-left-color: rgb(42 45 51 / 0.8);
  border-right-color: rgb(42 45 51 / 0.8);
}

.hover\:border-x-ozc-alt-900\/90:hover {
  border-left-color: rgb(42 45 51 / 0.9);
  border-right-color: rgb(42 45 51 / 0.9);
}

.hover\:border-x-ozc-alt-900\/95:hover {
  border-left-color: rgb(42 45 51 / 0.95);
  border-right-color: rgb(42 45 51 / 0.95);
}

.hover\:border-x-pink-100:hover {
  --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));
}

.hover\:border-x-pink-100\/0:hover {
  border-left-color: rgb(252 231 243 / 0);
  border-right-color: rgb(252 231 243 / 0);
}

.hover\:border-x-pink-100\/10:hover {
  border-left-color: rgb(252 231 243 / 0.1);
  border-right-color: rgb(252 231 243 / 0.1);
}

.hover\:border-x-pink-100\/100:hover {
  border-left-color: rgb(252 231 243 / 1);
  border-right-color: rgb(252 231 243 / 1);
}

.hover\:border-x-pink-100\/20:hover {
  border-left-color: rgb(252 231 243 / 0.2);
  border-right-color: rgb(252 231 243 / 0.2);
}

.hover\:border-x-pink-100\/25:hover {
  border-left-color: rgb(252 231 243 / 0.25);
  border-right-color: rgb(252 231 243 / 0.25);
}

.hover\:border-x-pink-100\/30:hover {
  border-left-color: rgb(252 231 243 / 0.3);
  border-right-color: rgb(252 231 243 / 0.3);
}

.hover\:border-x-pink-100\/40:hover {
  border-left-color: rgb(252 231 243 / 0.4);
  border-right-color: rgb(252 231 243 / 0.4);
}

.hover\:border-x-pink-100\/5:hover {
  border-left-color: rgb(252 231 243 / 0.05);
  border-right-color: rgb(252 231 243 / 0.05);
}

.hover\:border-x-pink-100\/50:hover {
  border-left-color: rgb(252 231 243 / 0.5);
  border-right-color: rgb(252 231 243 / 0.5);
}

.hover\:border-x-pink-100\/60:hover {
  border-left-color: rgb(252 231 243 / 0.6);
  border-right-color: rgb(252 231 243 / 0.6);
}

.hover\:border-x-pink-100\/70:hover {
  border-left-color: rgb(252 231 243 / 0.7);
  border-right-color: rgb(252 231 243 / 0.7);
}

.hover\:border-x-pink-100\/75:hover {
  border-left-color: rgb(252 231 243 / 0.75);
  border-right-color: rgb(252 231 243 / 0.75);
}

.hover\:border-x-pink-100\/80:hover {
  border-left-color: rgb(252 231 243 / 0.8);
  border-right-color: rgb(252 231 243 / 0.8);
}

.hover\:border-x-pink-100\/90:hover {
  border-left-color: rgb(252 231 243 / 0.9);
  border-right-color: rgb(252 231 243 / 0.9);
}

.hover\:border-x-pink-100\/95:hover {
  border-left-color: rgb(252 231 243 / 0.95);
  border-right-color: rgb(252 231 243 / 0.95);
}

.hover\:border-x-pink-200:hover {
  --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));
}

.hover\:border-x-pink-200\/0:hover {
  border-left-color: rgb(251 207 232 / 0);
  border-right-color: rgb(251 207 232 / 0);
}

.hover\:border-x-pink-200\/10:hover {
  border-left-color: rgb(251 207 232 / 0.1);
  border-right-color: rgb(251 207 232 / 0.1);
}

.hover\:border-x-pink-200\/100:hover {
  border-left-color: rgb(251 207 232 / 1);
  border-right-color: rgb(251 207 232 / 1);
}

.hover\:border-x-pink-200\/20:hover {
  border-left-color: rgb(251 207 232 / 0.2);
  border-right-color: rgb(251 207 232 / 0.2);
}

.hover\:border-x-pink-200\/25:hover {
  border-left-color: rgb(251 207 232 / 0.25);
  border-right-color: rgb(251 207 232 / 0.25);
}

.hover\:border-x-pink-200\/30:hover {
  border-left-color: rgb(251 207 232 / 0.3);
  border-right-color: rgb(251 207 232 / 0.3);
}

.hover\:border-x-pink-200\/40:hover {
  border-left-color: rgb(251 207 232 / 0.4);
  border-right-color: rgb(251 207 232 / 0.4);
}

.hover\:border-x-pink-200\/5:hover {
  border-left-color: rgb(251 207 232 / 0.05);
  border-right-color: rgb(251 207 232 / 0.05);
}

.hover\:border-x-pink-200\/50:hover {
  border-left-color: rgb(251 207 232 / 0.5);
  border-right-color: rgb(251 207 232 / 0.5);
}

.hover\:border-x-pink-200\/60:hover {
  border-left-color: rgb(251 207 232 / 0.6);
  border-right-color: rgb(251 207 232 / 0.6);
}

.hover\:border-x-pink-200\/70:hover {
  border-left-color: rgb(251 207 232 / 0.7);
  border-right-color: rgb(251 207 232 / 0.7);
}

.hover\:border-x-pink-200\/75:hover {
  border-left-color: rgb(251 207 232 / 0.75);
  border-right-color: rgb(251 207 232 / 0.75);
}

.hover\:border-x-pink-200\/80:hover {
  border-left-color: rgb(251 207 232 / 0.8);
  border-right-color: rgb(251 207 232 / 0.8);
}

.hover\:border-x-pink-200\/90:hover {
  border-left-color: rgb(251 207 232 / 0.9);
  border-right-color: rgb(251 207 232 / 0.9);
}

.hover\:border-x-pink-200\/95:hover {
  border-left-color: rgb(251 207 232 / 0.95);
  border-right-color: rgb(251 207 232 / 0.95);
}

.hover\:border-x-pink-300:hover {
  --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));
}

.hover\:border-x-pink-300\/0:hover {
  border-left-color: rgb(249 168 212 / 0);
  border-right-color: rgb(249 168 212 / 0);
}

.hover\:border-x-pink-300\/10:hover {
  border-left-color: rgb(249 168 212 / 0.1);
  border-right-color: rgb(249 168 212 / 0.1);
}

.hover\:border-x-pink-300\/100:hover {
  border-left-color: rgb(249 168 212 / 1);
  border-right-color: rgb(249 168 212 / 1);
}

.hover\:border-x-pink-300\/20:hover {
  border-left-color: rgb(249 168 212 / 0.2);
  border-right-color: rgb(249 168 212 / 0.2);
}

.hover\:border-x-pink-300\/25:hover {
  border-left-color: rgb(249 168 212 / 0.25);
  border-right-color: rgb(249 168 212 / 0.25);
}

.hover\:border-x-pink-300\/30:hover {
  border-left-color: rgb(249 168 212 / 0.3);
  border-right-color: rgb(249 168 212 / 0.3);
}

.hover\:border-x-pink-300\/40:hover {
  border-left-color: rgb(249 168 212 / 0.4);
  border-right-color: rgb(249 168 212 / 0.4);
}

.hover\:border-x-pink-300\/5:hover {
  border-left-color: rgb(249 168 212 / 0.05);
  border-right-color: rgb(249 168 212 / 0.05);
}

.hover\:border-x-pink-300\/50:hover {
  border-left-color: rgb(249 168 212 / 0.5);
  border-right-color: rgb(249 168 212 / 0.5);
}

.hover\:border-x-pink-300\/60:hover {
  border-left-color: rgb(249 168 212 / 0.6);
  border-right-color: rgb(249 168 212 / 0.6);
}

.hover\:border-x-pink-300\/70:hover {
  border-left-color: rgb(249 168 212 / 0.7);
  border-right-color: rgb(249 168 212 / 0.7);
}

.hover\:border-x-pink-300\/75:hover {
  border-left-color: rgb(249 168 212 / 0.75);
  border-right-color: rgb(249 168 212 / 0.75);
}

.hover\:border-x-pink-300\/80:hover {
  border-left-color: rgb(249 168 212 / 0.8);
  border-right-color: rgb(249 168 212 / 0.8);
}

.hover\:border-x-pink-300\/90:hover {
  border-left-color: rgb(249 168 212 / 0.9);
  border-right-color: rgb(249 168 212 / 0.9);
}

.hover\:border-x-pink-300\/95:hover {
  border-left-color: rgb(249 168 212 / 0.95);
  border-right-color: rgb(249 168 212 / 0.95);
}

.hover\:border-x-pink-400:hover {
  --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));
}

.hover\:border-x-pink-400\/0:hover {
  border-left-color: rgb(244 114 182 / 0);
  border-right-color: rgb(244 114 182 / 0);
}

.hover\:border-x-pink-400\/10:hover {
  border-left-color: rgb(244 114 182 / 0.1);
  border-right-color: rgb(244 114 182 / 0.1);
}

.hover\:border-x-pink-400\/100:hover {
  border-left-color: rgb(244 114 182 / 1);
  border-right-color: rgb(244 114 182 / 1);
}

.hover\:border-x-pink-400\/20:hover {
  border-left-color: rgb(244 114 182 / 0.2);
  border-right-color: rgb(244 114 182 / 0.2);
}

.hover\:border-x-pink-400\/25:hover {
  border-left-color: rgb(244 114 182 / 0.25);
  border-right-color: rgb(244 114 182 / 0.25);
}

.hover\:border-x-pink-400\/30:hover {
  border-left-color: rgb(244 114 182 / 0.3);
  border-right-color: rgb(244 114 182 / 0.3);
}

.hover\:border-x-pink-400\/40:hover {
  border-left-color: rgb(244 114 182 / 0.4);
  border-right-color: rgb(244 114 182 / 0.4);
}

.hover\:border-x-pink-400\/5:hover {
  border-left-color: rgb(244 114 182 / 0.05);
  border-right-color: rgb(244 114 182 / 0.05);
}

.hover\:border-x-pink-400\/50:hover {
  border-left-color: rgb(244 114 182 / 0.5);
  border-right-color: rgb(244 114 182 / 0.5);
}

.hover\:border-x-pink-400\/60:hover {
  border-left-color: rgb(244 114 182 / 0.6);
  border-right-color: rgb(244 114 182 / 0.6);
}

.hover\:border-x-pink-400\/70:hover {
  border-left-color: rgb(244 114 182 / 0.7);
  border-right-color: rgb(244 114 182 / 0.7);
}

.hover\:border-x-pink-400\/75:hover {
  border-left-color: rgb(244 114 182 / 0.75);
  border-right-color: rgb(244 114 182 / 0.75);
}

.hover\:border-x-pink-400\/80:hover {
  border-left-color: rgb(244 114 182 / 0.8);
  border-right-color: rgb(244 114 182 / 0.8);
}

.hover\:border-x-pink-400\/90:hover {
  border-left-color: rgb(244 114 182 / 0.9);
  border-right-color: rgb(244 114 182 / 0.9);
}

.hover\:border-x-pink-400\/95:hover {
  border-left-color: rgb(244 114 182 / 0.95);
  border-right-color: rgb(244 114 182 / 0.95);
}

.hover\:border-x-pink-50:hover {
  --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));
}

.hover\:border-x-pink-50\/0:hover {
  border-left-color: rgb(253 242 248 / 0);
  border-right-color: rgb(253 242 248 / 0);
}

.hover\:border-x-pink-50\/10:hover {
  border-left-color: rgb(253 242 248 / 0.1);
  border-right-color: rgb(253 242 248 / 0.1);
}

.hover\:border-x-pink-50\/100:hover {
  border-left-color: rgb(253 242 248 / 1);
  border-right-color: rgb(253 242 248 / 1);
}

.hover\:border-x-pink-50\/20:hover {
  border-left-color: rgb(253 242 248 / 0.2);
  border-right-color: rgb(253 242 248 / 0.2);
}

.hover\:border-x-pink-50\/25:hover {
  border-left-color: rgb(253 242 248 / 0.25);
  border-right-color: rgb(253 242 248 / 0.25);
}

.hover\:border-x-pink-50\/30:hover {
  border-left-color: rgb(253 242 248 / 0.3);
  border-right-color: rgb(253 242 248 / 0.3);
}

.hover\:border-x-pink-50\/40:hover {
  border-left-color: rgb(253 242 248 / 0.4);
  border-right-color: rgb(253 242 248 / 0.4);
}

.hover\:border-x-pink-50\/5:hover {
  border-left-color: rgb(253 242 248 / 0.05);
  border-right-color: rgb(253 242 248 / 0.05);
}

.hover\:border-x-pink-50\/50:hover {
  border-left-color: rgb(253 242 248 / 0.5);
  border-right-color: rgb(253 242 248 / 0.5);
}

.hover\:border-x-pink-50\/60:hover {
  border-left-color: rgb(253 242 248 / 0.6);
  border-right-color: rgb(253 242 248 / 0.6);
}

.hover\:border-x-pink-50\/70:hover {
  border-left-color: rgb(253 242 248 / 0.7);
  border-right-color: rgb(253 242 248 / 0.7);
}

.hover\:border-x-pink-50\/75:hover {
  border-left-color: rgb(253 242 248 / 0.75);
  border-right-color: rgb(253 242 248 / 0.75);
}

.hover\:border-x-pink-50\/80:hover {
  border-left-color: rgb(253 242 248 / 0.8);
  border-right-color: rgb(253 242 248 / 0.8);
}

.hover\:border-x-pink-50\/90:hover {
  border-left-color: rgb(253 242 248 / 0.9);
  border-right-color: rgb(253 242 248 / 0.9);
}

.hover\:border-x-pink-50\/95:hover {
  border-left-color: rgb(253 242 248 / 0.95);
  border-right-color: rgb(253 242 248 / 0.95);
}

.hover\:border-x-pink-500:hover {
  --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));
}

.hover\:border-x-pink-500\/0:hover {
  border-left-color: rgb(236 72 153 / 0);
  border-right-color: rgb(236 72 153 / 0);
}

.hover\:border-x-pink-500\/10:hover {
  border-left-color: rgb(236 72 153 / 0.1);
  border-right-color: rgb(236 72 153 / 0.1);
}

.hover\:border-x-pink-500\/100:hover {
  border-left-color: rgb(236 72 153 / 1);
  border-right-color: rgb(236 72 153 / 1);
}

.hover\:border-x-pink-500\/20:hover {
  border-left-color: rgb(236 72 153 / 0.2);
  border-right-color: rgb(236 72 153 / 0.2);
}

.hover\:border-x-pink-500\/25:hover {
  border-left-color: rgb(236 72 153 / 0.25);
  border-right-color: rgb(236 72 153 / 0.25);
}

.hover\:border-x-pink-500\/30:hover {
  border-left-color: rgb(236 72 153 / 0.3);
  border-right-color: rgb(236 72 153 / 0.3);
}

.hover\:border-x-pink-500\/40:hover {
  border-left-color: rgb(236 72 153 / 0.4);
  border-right-color: rgb(236 72 153 / 0.4);
}

.hover\:border-x-pink-500\/5:hover {
  border-left-color: rgb(236 72 153 / 0.05);
  border-right-color: rgb(236 72 153 / 0.05);
}

.hover\:border-x-pink-500\/50:hover {
  border-left-color: rgb(236 72 153 / 0.5);
  border-right-color: rgb(236 72 153 / 0.5);
}

.hover\:border-x-pink-500\/60:hover {
  border-left-color: rgb(236 72 153 / 0.6);
  border-right-color: rgb(236 72 153 / 0.6);
}

.hover\:border-x-pink-500\/70:hover {
  border-left-color: rgb(236 72 153 / 0.7);
  border-right-color: rgb(236 72 153 / 0.7);
}

.hover\:border-x-pink-500\/75:hover {
  border-left-color: rgb(236 72 153 / 0.75);
  border-right-color: rgb(236 72 153 / 0.75);
}

.hover\:border-x-pink-500\/80:hover {
  border-left-color: rgb(236 72 153 / 0.8);
  border-right-color: rgb(236 72 153 / 0.8);
}

.hover\:border-x-pink-500\/90:hover {
  border-left-color: rgb(236 72 153 / 0.9);
  border-right-color: rgb(236 72 153 / 0.9);
}

.hover\:border-x-pink-500\/95:hover {
  border-left-color: rgb(236 72 153 / 0.95);
  border-right-color: rgb(236 72 153 / 0.95);
}

.hover\:border-x-pink-600:hover {
  --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));
}

.hover\:border-x-pink-600\/0:hover {
  border-left-color: rgb(219 39 119 / 0);
  border-right-color: rgb(219 39 119 / 0);
}

.hover\:border-x-pink-600\/10:hover {
  border-left-color: rgb(219 39 119 / 0.1);
  border-right-color: rgb(219 39 119 / 0.1);
}

.hover\:border-x-pink-600\/100:hover {
  border-left-color: rgb(219 39 119 / 1);
  border-right-color: rgb(219 39 119 / 1);
}

.hover\:border-x-pink-600\/20:hover {
  border-left-color: rgb(219 39 119 / 0.2);
  border-right-color: rgb(219 39 119 / 0.2);
}

.hover\:border-x-pink-600\/25:hover {
  border-left-color: rgb(219 39 119 / 0.25);
  border-right-color: rgb(219 39 119 / 0.25);
}

.hover\:border-x-pink-600\/30:hover {
  border-left-color: rgb(219 39 119 / 0.3);
  border-right-color: rgb(219 39 119 / 0.3);
}

.hover\:border-x-pink-600\/40:hover {
  border-left-color: rgb(219 39 119 / 0.4);
  border-right-color: rgb(219 39 119 / 0.4);
}

.hover\:border-x-pink-600\/5:hover {
  border-left-color: rgb(219 39 119 / 0.05);
  border-right-color: rgb(219 39 119 / 0.05);
}

.hover\:border-x-pink-600\/50:hover {
  border-left-color: rgb(219 39 119 / 0.5);
  border-right-color: rgb(219 39 119 / 0.5);
}

.hover\:border-x-pink-600\/60:hover {
  border-left-color: rgb(219 39 119 / 0.6);
  border-right-color: rgb(219 39 119 / 0.6);
}

.hover\:border-x-pink-600\/70:hover {
  border-left-color: rgb(219 39 119 / 0.7);
  border-right-color: rgb(219 39 119 / 0.7);
}

.hover\:border-x-pink-600\/75:hover {
  border-left-color: rgb(219 39 119 / 0.75);
  border-right-color: rgb(219 39 119 / 0.75);
}

.hover\:border-x-pink-600\/80:hover {
  border-left-color: rgb(219 39 119 / 0.8);
  border-right-color: rgb(219 39 119 / 0.8);
}

.hover\:border-x-pink-600\/90:hover {
  border-left-color: rgb(219 39 119 / 0.9);
  border-right-color: rgb(219 39 119 / 0.9);
}

.hover\:border-x-pink-600\/95:hover {
  border-left-color: rgb(219 39 119 / 0.95);
  border-right-color: rgb(219 39 119 / 0.95);
}

.hover\:border-x-pink-700:hover {
  --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));
}

.hover\:border-x-pink-700\/0:hover {
  border-left-color: rgb(190 24 93 / 0);
  border-right-color: rgb(190 24 93 / 0);
}

.hover\:border-x-pink-700\/10:hover {
  border-left-color: rgb(190 24 93 / 0.1);
  border-right-color: rgb(190 24 93 / 0.1);
}

.hover\:border-x-pink-700\/100:hover {
  border-left-color: rgb(190 24 93 / 1);
  border-right-color: rgb(190 24 93 / 1);
}

.hover\:border-x-pink-700\/20:hover {
  border-left-color: rgb(190 24 93 / 0.2);
  border-right-color: rgb(190 24 93 / 0.2);
}

.hover\:border-x-pink-700\/25:hover {
  border-left-color: rgb(190 24 93 / 0.25);
  border-right-color: rgb(190 24 93 / 0.25);
}

.hover\:border-x-pink-700\/30:hover {
  border-left-color: rgb(190 24 93 / 0.3);
  border-right-color: rgb(190 24 93 / 0.3);
}

.hover\:border-x-pink-700\/40:hover {
  border-left-color: rgb(190 24 93 / 0.4);
  border-right-color: rgb(190 24 93 / 0.4);
}

.hover\:border-x-pink-700\/5:hover {
  border-left-color: rgb(190 24 93 / 0.05);
  border-right-color: rgb(190 24 93 / 0.05);
}

.hover\:border-x-pink-700\/50:hover {
  border-left-color: rgb(190 24 93 / 0.5);
  border-right-color: rgb(190 24 93 / 0.5);
}

.hover\:border-x-pink-700\/60:hover {
  border-left-color: rgb(190 24 93 / 0.6);
  border-right-color: rgb(190 24 93 / 0.6);
}

.hover\:border-x-pink-700\/70:hover {
  border-left-color: rgb(190 24 93 / 0.7);
  border-right-color: rgb(190 24 93 / 0.7);
}

.hover\:border-x-pink-700\/75:hover {
  border-left-color: rgb(190 24 93 / 0.75);
  border-right-color: rgb(190 24 93 / 0.75);
}

.hover\:border-x-pink-700\/80:hover {
  border-left-color: rgb(190 24 93 / 0.8);
  border-right-color: rgb(190 24 93 / 0.8);
}

.hover\:border-x-pink-700\/90:hover {
  border-left-color: rgb(190 24 93 / 0.9);
  border-right-color: rgb(190 24 93 / 0.9);
}

.hover\:border-x-pink-700\/95:hover {
  border-left-color: rgb(190 24 93 / 0.95);
  border-right-color: rgb(190 24 93 / 0.95);
}

.hover\:border-x-pink-800:hover {
  --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));
}

.hover\:border-x-pink-800\/0:hover {
  border-left-color: rgb(157 23 77 / 0);
  border-right-color: rgb(157 23 77 / 0);
}

.hover\:border-x-pink-800\/10:hover {
  border-left-color: rgb(157 23 77 / 0.1);
  border-right-color: rgb(157 23 77 / 0.1);
}

.hover\:border-x-pink-800\/100:hover {
  border-left-color: rgb(157 23 77 / 1);
  border-right-color: rgb(157 23 77 / 1);
}

.hover\:border-x-pink-800\/20:hover {
  border-left-color: rgb(157 23 77 / 0.2);
  border-right-color: rgb(157 23 77 / 0.2);
}

.hover\:border-x-pink-800\/25:hover {
  border-left-color: rgb(157 23 77 / 0.25);
  border-right-color: rgb(157 23 77 / 0.25);
}

.hover\:border-x-pink-800\/30:hover {
  border-left-color: rgb(157 23 77 / 0.3);
  border-right-color: rgb(157 23 77 / 0.3);
}

.hover\:border-x-pink-800\/40:hover {
  border-left-color: rgb(157 23 77 / 0.4);
  border-right-color: rgb(157 23 77 / 0.4);
}

.hover\:border-x-pink-800\/5:hover {
  border-left-color: rgb(157 23 77 / 0.05);
  border-right-color: rgb(157 23 77 / 0.05);
}

.hover\:border-x-pink-800\/50:hover {
  border-left-color: rgb(157 23 77 / 0.5);
  border-right-color: rgb(157 23 77 / 0.5);
}

.hover\:border-x-pink-800\/60:hover {
  border-left-color: rgb(157 23 77 / 0.6);
  border-right-color: rgb(157 23 77 / 0.6);
}

.hover\:border-x-pink-800\/70:hover {
  border-left-color: rgb(157 23 77 / 0.7);
  border-right-color: rgb(157 23 77 / 0.7);
}

.hover\:border-x-pink-800\/75:hover {
  border-left-color: rgb(157 23 77 / 0.75);
  border-right-color: rgb(157 23 77 / 0.75);
}

.hover\:border-x-pink-800\/80:hover {
  border-left-color: rgb(157 23 77 / 0.8);
  border-right-color: rgb(157 23 77 / 0.8);
}

.hover\:border-x-pink-800\/90:hover {
  border-left-color: rgb(157 23 77 / 0.9);
  border-right-color: rgb(157 23 77 / 0.9);
}

.hover\:border-x-pink-800\/95:hover {
  border-left-color: rgb(157 23 77 / 0.95);
  border-right-color: rgb(157 23 77 / 0.95);
}

.hover\:border-x-pink-900:hover {
  --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));
}

.hover\:border-x-pink-900\/0:hover {
  border-left-color: rgb(131 24 67 / 0);
  border-right-color: rgb(131 24 67 / 0);
}

.hover\:border-x-pink-900\/10:hover {
  border-left-color: rgb(131 24 67 / 0.1);
  border-right-color: rgb(131 24 67 / 0.1);
}

.hover\:border-x-pink-900\/100:hover {
  border-left-color: rgb(131 24 67 / 1);
  border-right-color: rgb(131 24 67 / 1);
}

.hover\:border-x-pink-900\/20:hover {
  border-left-color: rgb(131 24 67 / 0.2);
  border-right-color: rgb(131 24 67 / 0.2);
}

.hover\:border-x-pink-900\/25:hover {
  border-left-color: rgb(131 24 67 / 0.25);
  border-right-color: rgb(131 24 67 / 0.25);
}

.hover\:border-x-pink-900\/30:hover {
  border-left-color: rgb(131 24 67 / 0.3);
  border-right-color: rgb(131 24 67 / 0.3);
}

.hover\:border-x-pink-900\/40:hover {
  border-left-color: rgb(131 24 67 / 0.4);
  border-right-color: rgb(131 24 67 / 0.4);
}

.hover\:border-x-pink-900\/5:hover {
  border-left-color: rgb(131 24 67 / 0.05);
  border-right-color: rgb(131 24 67 / 0.05);
}

.hover\:border-x-pink-900\/50:hover {
  border-left-color: rgb(131 24 67 / 0.5);
  border-right-color: rgb(131 24 67 / 0.5);
}

.hover\:border-x-pink-900\/60:hover {
  border-left-color: rgb(131 24 67 / 0.6);
  border-right-color: rgb(131 24 67 / 0.6);
}

.hover\:border-x-pink-900\/70:hover {
  border-left-color: rgb(131 24 67 / 0.7);
  border-right-color: rgb(131 24 67 / 0.7);
}

.hover\:border-x-pink-900\/75:hover {
  border-left-color: rgb(131 24 67 / 0.75);
  border-right-color: rgb(131 24 67 / 0.75);
}

.hover\:border-x-pink-900\/80:hover {
  border-left-color: rgb(131 24 67 / 0.8);
  border-right-color: rgb(131 24 67 / 0.8);
}

.hover\:border-x-pink-900\/90:hover {
  border-left-color: rgb(131 24 67 / 0.9);
  border-right-color: rgb(131 24 67 / 0.9);
}

.hover\:border-x-pink-900\/95:hover {
  border-left-color: rgb(131 24 67 / 0.95);
  border-right-color: rgb(131 24 67 / 0.95);
}

.hover\:border-x-pink-950:hover {
  --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));
}

.hover\:border-x-pink-950\/0:hover {
  border-left-color: rgb(80 7 36 / 0);
  border-right-color: rgb(80 7 36 / 0);
}

.hover\:border-x-pink-950\/10:hover {
  border-left-color: rgb(80 7 36 / 0.1);
  border-right-color: rgb(80 7 36 / 0.1);
}

.hover\:border-x-pink-950\/100:hover {
  border-left-color: rgb(80 7 36 / 1);
  border-right-color: rgb(80 7 36 / 1);
}

.hover\:border-x-pink-950\/20:hover {
  border-left-color: rgb(80 7 36 / 0.2);
  border-right-color: rgb(80 7 36 / 0.2);
}

.hover\:border-x-pink-950\/25:hover {
  border-left-color: rgb(80 7 36 / 0.25);
  border-right-color: rgb(80 7 36 / 0.25);
}

.hover\:border-x-pink-950\/30:hover {
  border-left-color: rgb(80 7 36 / 0.3);
  border-right-color: rgb(80 7 36 / 0.3);
}

.hover\:border-x-pink-950\/40:hover {
  border-left-color: rgb(80 7 36 / 0.4);
  border-right-color: rgb(80 7 36 / 0.4);
}

.hover\:border-x-pink-950\/5:hover {
  border-left-color: rgb(80 7 36 / 0.05);
  border-right-color: rgb(80 7 36 / 0.05);
}

.hover\:border-x-pink-950\/50:hover {
  border-left-color: rgb(80 7 36 / 0.5);
  border-right-color: rgb(80 7 36 / 0.5);
}

.hover\:border-x-pink-950\/60:hover {
  border-left-color: rgb(80 7 36 / 0.6);
  border-right-color: rgb(80 7 36 / 0.6);
}

.hover\:border-x-pink-950\/70:hover {
  border-left-color: rgb(80 7 36 / 0.7);
  border-right-color: rgb(80 7 36 / 0.7);
}

.hover\:border-x-pink-950\/75:hover {
  border-left-color: rgb(80 7 36 / 0.75);
  border-right-color: rgb(80 7 36 / 0.75);
}

.hover\:border-x-pink-950\/80:hover {
  border-left-color: rgb(80 7 36 / 0.8);
  border-right-color: rgb(80 7 36 / 0.8);
}

.hover\:border-x-pink-950\/90:hover {
  border-left-color: rgb(80 7 36 / 0.9);
  border-right-color: rgb(80 7 36 / 0.9);
}

.hover\:border-x-pink-950\/95:hover {
  border-left-color: rgb(80 7 36 / 0.95);
  border-right-color: rgb(80 7 36 / 0.95);
}

.hover\:border-x-purple-100:hover {
  --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));
}

.hover\:border-x-purple-100\/0:hover {
  border-left-color: rgb(243 232 255 / 0);
  border-right-color: rgb(243 232 255 / 0);
}

.hover\:border-x-purple-100\/10:hover {
  border-left-color: rgb(243 232 255 / 0.1);
  border-right-color: rgb(243 232 255 / 0.1);
}

.hover\:border-x-purple-100\/100:hover {
  border-left-color: rgb(243 232 255 / 1);
  border-right-color: rgb(243 232 255 / 1);
}

.hover\:border-x-purple-100\/20:hover {
  border-left-color: rgb(243 232 255 / 0.2);
  border-right-color: rgb(243 232 255 / 0.2);
}

.hover\:border-x-purple-100\/25:hover {
  border-left-color: rgb(243 232 255 / 0.25);
  border-right-color: rgb(243 232 255 / 0.25);
}

.hover\:border-x-purple-100\/30:hover {
  border-left-color: rgb(243 232 255 / 0.3);
  border-right-color: rgb(243 232 255 / 0.3);
}

.hover\:border-x-purple-100\/40:hover {
  border-left-color: rgb(243 232 255 / 0.4);
  border-right-color: rgb(243 232 255 / 0.4);
}

.hover\:border-x-purple-100\/5:hover {
  border-left-color: rgb(243 232 255 / 0.05);
  border-right-color: rgb(243 232 255 / 0.05);
}

.hover\:border-x-purple-100\/50:hover {
  border-left-color: rgb(243 232 255 / 0.5);
  border-right-color: rgb(243 232 255 / 0.5);
}

.hover\:border-x-purple-100\/60:hover {
  border-left-color: rgb(243 232 255 / 0.6);
  border-right-color: rgb(243 232 255 / 0.6);
}

.hover\:border-x-purple-100\/70:hover {
  border-left-color: rgb(243 232 255 / 0.7);
  border-right-color: rgb(243 232 255 / 0.7);
}

.hover\:border-x-purple-100\/75:hover {
  border-left-color: rgb(243 232 255 / 0.75);
  border-right-color: rgb(243 232 255 / 0.75);
}

.hover\:border-x-purple-100\/80:hover {
  border-left-color: rgb(243 232 255 / 0.8);
  border-right-color: rgb(243 232 255 / 0.8);
}

.hover\:border-x-purple-100\/90:hover {
  border-left-color: rgb(243 232 255 / 0.9);
  border-right-color: rgb(243 232 255 / 0.9);
}

.hover\:border-x-purple-100\/95:hover {
  border-left-color: rgb(243 232 255 / 0.95);
  border-right-color: rgb(243 232 255 / 0.95);
}

.hover\:border-x-purple-200:hover {
  --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));
}

.hover\:border-x-purple-200\/0:hover {
  border-left-color: rgb(233 213 255 / 0);
  border-right-color: rgb(233 213 255 / 0);
}

.hover\:border-x-purple-200\/10:hover {
  border-left-color: rgb(233 213 255 / 0.1);
  border-right-color: rgb(233 213 255 / 0.1);
}

.hover\:border-x-purple-200\/100:hover {
  border-left-color: rgb(233 213 255 / 1);
  border-right-color: rgb(233 213 255 / 1);
}

.hover\:border-x-purple-200\/20:hover {
  border-left-color: rgb(233 213 255 / 0.2);
  border-right-color: rgb(233 213 255 / 0.2);
}

.hover\:border-x-purple-200\/25:hover {
  border-left-color: rgb(233 213 255 / 0.25);
  border-right-color: rgb(233 213 255 / 0.25);
}

.hover\:border-x-purple-200\/30:hover {
  border-left-color: rgb(233 213 255 / 0.3);
  border-right-color: rgb(233 213 255 / 0.3);
}

.hover\:border-x-purple-200\/40:hover {
  border-left-color: rgb(233 213 255 / 0.4);
  border-right-color: rgb(233 213 255 / 0.4);
}

.hover\:border-x-purple-200\/5:hover {
  border-left-color: rgb(233 213 255 / 0.05);
  border-right-color: rgb(233 213 255 / 0.05);
}

.hover\:border-x-purple-200\/50:hover {
  border-left-color: rgb(233 213 255 / 0.5);
  border-right-color: rgb(233 213 255 / 0.5);
}

.hover\:border-x-purple-200\/60:hover {
  border-left-color: rgb(233 213 255 / 0.6);
  border-right-color: rgb(233 213 255 / 0.6);
}

.hover\:border-x-purple-200\/70:hover {
  border-left-color: rgb(233 213 255 / 0.7);
  border-right-color: rgb(233 213 255 / 0.7);
}

.hover\:border-x-purple-200\/75:hover {
  border-left-color: rgb(233 213 255 / 0.75);
  border-right-color: rgb(233 213 255 / 0.75);
}

.hover\:border-x-purple-200\/80:hover {
  border-left-color: rgb(233 213 255 / 0.8);
  border-right-color: rgb(233 213 255 / 0.8);
}

.hover\:border-x-purple-200\/90:hover {
  border-left-color: rgb(233 213 255 / 0.9);
  border-right-color: rgb(233 213 255 / 0.9);
}

.hover\:border-x-purple-200\/95:hover {
  border-left-color: rgb(233 213 255 / 0.95);
  border-right-color: rgb(233 213 255 / 0.95);
}

.hover\:border-x-purple-300:hover {
  --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));
}

.hover\:border-x-purple-300\/0:hover {
  border-left-color: rgb(216 180 254 / 0);
  border-right-color: rgb(216 180 254 / 0);
}

.hover\:border-x-purple-300\/10:hover {
  border-left-color: rgb(216 180 254 / 0.1);
  border-right-color: rgb(216 180 254 / 0.1);
}

.hover\:border-x-purple-300\/100:hover {
  border-left-color: rgb(216 180 254 / 1);
  border-right-color: rgb(216 180 254 / 1);
}

.hover\:border-x-purple-300\/20:hover {
  border-left-color: rgb(216 180 254 / 0.2);
  border-right-color: rgb(216 180 254 / 0.2);
}

.hover\:border-x-purple-300\/25:hover {
  border-left-color: rgb(216 180 254 / 0.25);
  border-right-color: rgb(216 180 254 / 0.25);
}

.hover\:border-x-purple-300\/30:hover {
  border-left-color: rgb(216 180 254 / 0.3);
  border-right-color: rgb(216 180 254 / 0.3);
}

.hover\:border-x-purple-300\/40:hover {
  border-left-color: rgb(216 180 254 / 0.4);
  border-right-color: rgb(216 180 254 / 0.4);
}

.hover\:border-x-purple-300\/5:hover {
  border-left-color: rgb(216 180 254 / 0.05);
  border-right-color: rgb(216 180 254 / 0.05);
}

.hover\:border-x-purple-300\/50:hover {
  border-left-color: rgb(216 180 254 / 0.5);
  border-right-color: rgb(216 180 254 / 0.5);
}

.hover\:border-x-purple-300\/60:hover {
  border-left-color: rgb(216 180 254 / 0.6);
  border-right-color: rgb(216 180 254 / 0.6);
}

.hover\:border-x-purple-300\/70:hover {
  border-left-color: rgb(216 180 254 / 0.7);
  border-right-color: rgb(216 180 254 / 0.7);
}

.hover\:border-x-purple-300\/75:hover {
  border-left-color: rgb(216 180 254 / 0.75);
  border-right-color: rgb(216 180 254 / 0.75);
}

.hover\:border-x-purple-300\/80:hover {
  border-left-color: rgb(216 180 254 / 0.8);
  border-right-color: rgb(216 180 254 / 0.8);
}

.hover\:border-x-purple-300\/90:hover {
  border-left-color: rgb(216 180 254 / 0.9);
  border-right-color: rgb(216 180 254 / 0.9);
}

.hover\:border-x-purple-300\/95:hover {
  border-left-color: rgb(216 180 254 / 0.95);
  border-right-color: rgb(216 180 254 / 0.95);
}

.hover\:border-x-purple-400:hover {
  --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));
}

.hover\:border-x-purple-400\/0:hover {
  border-left-color: rgb(192 132 252 / 0);
  border-right-color: rgb(192 132 252 / 0);
}

.hover\:border-x-purple-400\/10:hover {
  border-left-color: rgb(192 132 252 / 0.1);
  border-right-color: rgb(192 132 252 / 0.1);
}

.hover\:border-x-purple-400\/100:hover {
  border-left-color: rgb(192 132 252 / 1);
  border-right-color: rgb(192 132 252 / 1);
}

.hover\:border-x-purple-400\/20:hover {
  border-left-color: rgb(192 132 252 / 0.2);
  border-right-color: rgb(192 132 252 / 0.2);
}

.hover\:border-x-purple-400\/25:hover {
  border-left-color: rgb(192 132 252 / 0.25);
  border-right-color: rgb(192 132 252 / 0.25);
}

.hover\:border-x-purple-400\/30:hover {
  border-left-color: rgb(192 132 252 / 0.3);
  border-right-color: rgb(192 132 252 / 0.3);
}

.hover\:border-x-purple-400\/40:hover {
  border-left-color: rgb(192 132 252 / 0.4);
  border-right-color: rgb(192 132 252 / 0.4);
}

.hover\:border-x-purple-400\/5:hover {
  border-left-color: rgb(192 132 252 / 0.05);
  border-right-color: rgb(192 132 252 / 0.05);
}

.hover\:border-x-purple-400\/50:hover {
  border-left-color: rgb(192 132 252 / 0.5);
  border-right-color: rgb(192 132 252 / 0.5);
}

.hover\:border-x-purple-400\/60:hover {
  border-left-color: rgb(192 132 252 / 0.6);
  border-right-color: rgb(192 132 252 / 0.6);
}

.hover\:border-x-purple-400\/70:hover {
  border-left-color: rgb(192 132 252 / 0.7);
  border-right-color: rgb(192 132 252 / 0.7);
}

.hover\:border-x-purple-400\/75:hover {
  border-left-color: rgb(192 132 252 / 0.75);
  border-right-color: rgb(192 132 252 / 0.75);
}

.hover\:border-x-purple-400\/80:hover {
  border-left-color: rgb(192 132 252 / 0.8);
  border-right-color: rgb(192 132 252 / 0.8);
}

.hover\:border-x-purple-400\/90:hover {
  border-left-color: rgb(192 132 252 / 0.9);
  border-right-color: rgb(192 132 252 / 0.9);
}

.hover\:border-x-purple-400\/95:hover {
  border-left-color: rgb(192 132 252 / 0.95);
  border-right-color: rgb(192 132 252 / 0.95);
}

.hover\:border-x-purple-50:hover {
  --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));
}

.hover\:border-x-purple-50\/0:hover {
  border-left-color: rgb(250 245 255 / 0);
  border-right-color: rgb(250 245 255 / 0);
}

.hover\:border-x-purple-50\/10:hover {
  border-left-color: rgb(250 245 255 / 0.1);
  border-right-color: rgb(250 245 255 / 0.1);
}

.hover\:border-x-purple-50\/100:hover {
  border-left-color: rgb(250 245 255 / 1);
  border-right-color: rgb(250 245 255 / 1);
}

.hover\:border-x-purple-50\/20:hover {
  border-left-color: rgb(250 245 255 / 0.2);
  border-right-color: rgb(250 245 255 / 0.2);
}

.hover\:border-x-purple-50\/25:hover {
  border-left-color: rgb(250 245 255 / 0.25);
  border-right-color: rgb(250 245 255 / 0.25);
}

.hover\:border-x-purple-50\/30:hover {
  border-left-color: rgb(250 245 255 / 0.3);
  border-right-color: rgb(250 245 255 / 0.3);
}

.hover\:border-x-purple-50\/40:hover {
  border-left-color: rgb(250 245 255 / 0.4);
  border-right-color: rgb(250 245 255 / 0.4);
}

.hover\:border-x-purple-50\/5:hover {
  border-left-color: rgb(250 245 255 / 0.05);
  border-right-color: rgb(250 245 255 / 0.05);
}

.hover\:border-x-purple-50\/50:hover {
  border-left-color: rgb(250 245 255 / 0.5);
  border-right-color: rgb(250 245 255 / 0.5);
}

.hover\:border-x-purple-50\/60:hover {
  border-left-color: rgb(250 245 255 / 0.6);
  border-right-color: rgb(250 245 255 / 0.6);
}

.hover\:border-x-purple-50\/70:hover {
  border-left-color: rgb(250 245 255 / 0.7);
  border-right-color: rgb(250 245 255 / 0.7);
}

.hover\:border-x-purple-50\/75:hover {
  border-left-color: rgb(250 245 255 / 0.75);
  border-right-color: rgb(250 245 255 / 0.75);
}

.hover\:border-x-purple-50\/80:hover {
  border-left-color: rgb(250 245 255 / 0.8);
  border-right-color: rgb(250 245 255 / 0.8);
}

.hover\:border-x-purple-50\/90:hover {
  border-left-color: rgb(250 245 255 / 0.9);
  border-right-color: rgb(250 245 255 / 0.9);
}

.hover\:border-x-purple-50\/95:hover {
  border-left-color: rgb(250 245 255 / 0.95);
  border-right-color: rgb(250 245 255 / 0.95);
}

.hover\:border-x-purple-500:hover {
  --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));
}

.hover\:border-x-purple-500\/0:hover {
  border-left-color: rgb(168 85 247 / 0);
  border-right-color: rgb(168 85 247 / 0);
}

.hover\:border-x-purple-500\/10:hover {
  border-left-color: rgb(168 85 247 / 0.1);
  border-right-color: rgb(168 85 247 / 0.1);
}

.hover\:border-x-purple-500\/100:hover {
  border-left-color: rgb(168 85 247 / 1);
  border-right-color: rgb(168 85 247 / 1);
}

.hover\:border-x-purple-500\/20:hover {
  border-left-color: rgb(168 85 247 / 0.2);
  border-right-color: rgb(168 85 247 / 0.2);
}

.hover\:border-x-purple-500\/25:hover {
  border-left-color: rgb(168 85 247 / 0.25);
  border-right-color: rgb(168 85 247 / 0.25);
}

.hover\:border-x-purple-500\/30:hover {
  border-left-color: rgb(168 85 247 / 0.3);
  border-right-color: rgb(168 85 247 / 0.3);
}

.hover\:border-x-purple-500\/40:hover {
  border-left-color: rgb(168 85 247 / 0.4);
  border-right-color: rgb(168 85 247 / 0.4);
}

.hover\:border-x-purple-500\/5:hover {
  border-left-color: rgb(168 85 247 / 0.05);
  border-right-color: rgb(168 85 247 / 0.05);
}

.hover\:border-x-purple-500\/50:hover {
  border-left-color: rgb(168 85 247 / 0.5);
  border-right-color: rgb(168 85 247 / 0.5);
}

.hover\:border-x-purple-500\/60:hover {
  border-left-color: rgb(168 85 247 / 0.6);
  border-right-color: rgb(168 85 247 / 0.6);
}

.hover\:border-x-purple-500\/70:hover {
  border-left-color: rgb(168 85 247 / 0.7);
  border-right-color: rgb(168 85 247 / 0.7);
}

.hover\:border-x-purple-500\/75:hover {
  border-left-color: rgb(168 85 247 / 0.75);
  border-right-color: rgb(168 85 247 / 0.75);
}

.hover\:border-x-purple-500\/80:hover {
  border-left-color: rgb(168 85 247 / 0.8);
  border-right-color: rgb(168 85 247 / 0.8);
}

.hover\:border-x-purple-500\/90:hover {
  border-left-color: rgb(168 85 247 / 0.9);
  border-right-color: rgb(168 85 247 / 0.9);
}

.hover\:border-x-purple-500\/95:hover {
  border-left-color: rgb(168 85 247 / 0.95);
  border-right-color: rgb(168 85 247 / 0.95);
}

.hover\:border-x-purple-600:hover {
  --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));
}

.hover\:border-x-purple-600\/0:hover {
  border-left-color: rgb(147 51 234 / 0);
  border-right-color: rgb(147 51 234 / 0);
}

.hover\:border-x-purple-600\/10:hover {
  border-left-color: rgb(147 51 234 / 0.1);
  border-right-color: rgb(147 51 234 / 0.1);
}

.hover\:border-x-purple-600\/100:hover {
  border-left-color: rgb(147 51 234 / 1);
  border-right-color: rgb(147 51 234 / 1);
}

.hover\:border-x-purple-600\/20:hover {
  border-left-color: rgb(147 51 234 / 0.2);
  border-right-color: rgb(147 51 234 / 0.2);
}

.hover\:border-x-purple-600\/25:hover {
  border-left-color: rgb(147 51 234 / 0.25);
  border-right-color: rgb(147 51 234 / 0.25);
}

.hover\:border-x-purple-600\/30:hover {
  border-left-color: rgb(147 51 234 / 0.3);
  border-right-color: rgb(147 51 234 / 0.3);
}

.hover\:border-x-purple-600\/40:hover {
  border-left-color: rgb(147 51 234 / 0.4);
  border-right-color: rgb(147 51 234 / 0.4);
}

.hover\:border-x-purple-600\/5:hover {
  border-left-color: rgb(147 51 234 / 0.05);
  border-right-color: rgb(147 51 234 / 0.05);
}

.hover\:border-x-purple-600\/50:hover {
  border-left-color: rgb(147 51 234 / 0.5);
  border-right-color: rgb(147 51 234 / 0.5);
}

.hover\:border-x-purple-600\/60:hover {
  border-left-color: rgb(147 51 234 / 0.6);
  border-right-color: rgb(147 51 234 / 0.6);
}

.hover\:border-x-purple-600\/70:hover {
  border-left-color: rgb(147 51 234 / 0.7);
  border-right-color: rgb(147 51 234 / 0.7);
}

.hover\:border-x-purple-600\/75:hover {
  border-left-color: rgb(147 51 234 / 0.75);
  border-right-color: rgb(147 51 234 / 0.75);
}

.hover\:border-x-purple-600\/80:hover {
  border-left-color: rgb(147 51 234 / 0.8);
  border-right-color: rgb(147 51 234 / 0.8);
}

.hover\:border-x-purple-600\/90:hover {
  border-left-color: rgb(147 51 234 / 0.9);
  border-right-color: rgb(147 51 234 / 0.9);
}

.hover\:border-x-purple-600\/95:hover {
  border-left-color: rgb(147 51 234 / 0.95);
  border-right-color: rgb(147 51 234 / 0.95);
}

.hover\:border-x-purple-700:hover {
  --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));
}

.hover\:border-x-purple-700\/0:hover {
  border-left-color: rgb(126 34 206 / 0);
  border-right-color: rgb(126 34 206 / 0);
}

.hover\:border-x-purple-700\/10:hover {
  border-left-color: rgb(126 34 206 / 0.1);
  border-right-color: rgb(126 34 206 / 0.1);
}

.hover\:border-x-purple-700\/100:hover {
  border-left-color: rgb(126 34 206 / 1);
  border-right-color: rgb(126 34 206 / 1);
}

.hover\:border-x-purple-700\/20:hover {
  border-left-color: rgb(126 34 206 / 0.2);
  border-right-color: rgb(126 34 206 / 0.2);
}

.hover\:border-x-purple-700\/25:hover {
  border-left-color: rgb(126 34 206 / 0.25);
  border-right-color: rgb(126 34 206 / 0.25);
}

.hover\:border-x-purple-700\/30:hover {
  border-left-color: rgb(126 34 206 / 0.3);
  border-right-color: rgb(126 34 206 / 0.3);
}

.hover\:border-x-purple-700\/40:hover {
  border-left-color: rgb(126 34 206 / 0.4);
  border-right-color: rgb(126 34 206 / 0.4);
}

.hover\:border-x-purple-700\/5:hover {
  border-left-color: rgb(126 34 206 / 0.05);
  border-right-color: rgb(126 34 206 / 0.05);
}

.hover\:border-x-purple-700\/50:hover {
  border-left-color: rgb(126 34 206 / 0.5);
  border-right-color: rgb(126 34 206 / 0.5);
}

.hover\:border-x-purple-700\/60:hover {
  border-left-color: rgb(126 34 206 / 0.6);
  border-right-color: rgb(126 34 206 / 0.6);
}

.hover\:border-x-purple-700\/70:hover {
  border-left-color: rgb(126 34 206 / 0.7);
  border-right-color: rgb(126 34 206 / 0.7);
}

.hover\:border-x-purple-700\/75:hover {
  border-left-color: rgb(126 34 206 / 0.75);
  border-right-color: rgb(126 34 206 / 0.75);
}

.hover\:border-x-purple-700\/80:hover {
  border-left-color: rgb(126 34 206 / 0.8);
  border-right-color: rgb(126 34 206 / 0.8);
}

.hover\:border-x-purple-700\/90:hover {
  border-left-color: rgb(126 34 206 / 0.9);
  border-right-color: rgb(126 34 206 / 0.9);
}

.hover\:border-x-purple-700\/95:hover {
  border-left-color: rgb(126 34 206 / 0.95);
  border-right-color: rgb(126 34 206 / 0.95);
}

.hover\:border-x-purple-800:hover {
  --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));
}

.hover\:border-x-purple-800\/0:hover {
  border-left-color: rgb(107 33 168 / 0);
  border-right-color: rgb(107 33 168 / 0);
}

.hover\:border-x-purple-800\/10:hover {
  border-left-color: rgb(107 33 168 / 0.1);
  border-right-color: rgb(107 33 168 / 0.1);
}

.hover\:border-x-purple-800\/100:hover {
  border-left-color: rgb(107 33 168 / 1);
  border-right-color: rgb(107 33 168 / 1);
}

.hover\:border-x-purple-800\/20:hover {
  border-left-color: rgb(107 33 168 / 0.2);
  border-right-color: rgb(107 33 168 / 0.2);
}

.hover\:border-x-purple-800\/25:hover {
  border-left-color: rgb(107 33 168 / 0.25);
  border-right-color: rgb(107 33 168 / 0.25);
}

.hover\:border-x-purple-800\/30:hover {
  border-left-color: rgb(107 33 168 / 0.3);
  border-right-color: rgb(107 33 168 / 0.3);
}

.hover\:border-x-purple-800\/40:hover {
  border-left-color: rgb(107 33 168 / 0.4);
  border-right-color: rgb(107 33 168 / 0.4);
}

.hover\:border-x-purple-800\/5:hover {
  border-left-color: rgb(107 33 168 / 0.05);
  border-right-color: rgb(107 33 168 / 0.05);
}

.hover\:border-x-purple-800\/50:hover {
  border-left-color: rgb(107 33 168 / 0.5);
  border-right-color: rgb(107 33 168 / 0.5);
}

.hover\:border-x-purple-800\/60:hover {
  border-left-color: rgb(107 33 168 / 0.6);
  border-right-color: rgb(107 33 168 / 0.6);
}

.hover\:border-x-purple-800\/70:hover {
  border-left-color: rgb(107 33 168 / 0.7);
  border-right-color: rgb(107 33 168 / 0.7);
}

.hover\:border-x-purple-800\/75:hover {
  border-left-color: rgb(107 33 168 / 0.75);
  border-right-color: rgb(107 33 168 / 0.75);
}

.hover\:border-x-purple-800\/80:hover {
  border-left-color: rgb(107 33 168 / 0.8);
  border-right-color: rgb(107 33 168 / 0.8);
}

.hover\:border-x-purple-800\/90:hover {
  border-left-color: rgb(107 33 168 / 0.9);
  border-right-color: rgb(107 33 168 / 0.9);
}

.hover\:border-x-purple-800\/95:hover {
  border-left-color: rgb(107 33 168 / 0.95);
  border-right-color: rgb(107 33 168 / 0.95);
}

.hover\:border-x-purple-900:hover {
  --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));
}

.hover\:border-x-purple-900\/0:hover {
  border-left-color: rgb(88 28 135 / 0);
  border-right-color: rgb(88 28 135 / 0);
}

.hover\:border-x-purple-900\/10:hover {
  border-left-color: rgb(88 28 135 / 0.1);
  border-right-color: rgb(88 28 135 / 0.1);
}

.hover\:border-x-purple-900\/100:hover {
  border-left-color: rgb(88 28 135 / 1);
  border-right-color: rgb(88 28 135 / 1);
}

.hover\:border-x-purple-900\/20:hover {
  border-left-color: rgb(88 28 135 / 0.2);
  border-right-color: rgb(88 28 135 / 0.2);
}

.hover\:border-x-purple-900\/25:hover {
  border-left-color: rgb(88 28 135 / 0.25);
  border-right-color: rgb(88 28 135 / 0.25);
}

.hover\:border-x-purple-900\/30:hover {
  border-left-color: rgb(88 28 135 / 0.3);
  border-right-color: rgb(88 28 135 / 0.3);
}

.hover\:border-x-purple-900\/40:hover {
  border-left-color: rgb(88 28 135 / 0.4);
  border-right-color: rgb(88 28 135 / 0.4);
}

.hover\:border-x-purple-900\/5:hover {
  border-left-color: rgb(88 28 135 / 0.05);
  border-right-color: rgb(88 28 135 / 0.05);
}

.hover\:border-x-purple-900\/50:hover {
  border-left-color: rgb(88 28 135 / 0.5);
  border-right-color: rgb(88 28 135 / 0.5);
}

.hover\:border-x-purple-900\/60:hover {
  border-left-color: rgb(88 28 135 / 0.6);
  border-right-color: rgb(88 28 135 / 0.6);
}

.hover\:border-x-purple-900\/70:hover {
  border-left-color: rgb(88 28 135 / 0.7);
  border-right-color: rgb(88 28 135 / 0.7);
}

.hover\:border-x-purple-900\/75:hover {
  border-left-color: rgb(88 28 135 / 0.75);
  border-right-color: rgb(88 28 135 / 0.75);
}

.hover\:border-x-purple-900\/80:hover {
  border-left-color: rgb(88 28 135 / 0.8);
  border-right-color: rgb(88 28 135 / 0.8);
}

.hover\:border-x-purple-900\/90:hover {
  border-left-color: rgb(88 28 135 / 0.9);
  border-right-color: rgb(88 28 135 / 0.9);
}

.hover\:border-x-purple-900\/95:hover {
  border-left-color: rgb(88 28 135 / 0.95);
  border-right-color: rgb(88 28 135 / 0.95);
}

.hover\:border-x-purple-950:hover {
  --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));
}

.hover\:border-x-purple-950\/0:hover {
  border-left-color: rgb(59 7 100 / 0);
  border-right-color: rgb(59 7 100 / 0);
}

.hover\:border-x-purple-950\/10:hover {
  border-left-color: rgb(59 7 100 / 0.1);
  border-right-color: rgb(59 7 100 / 0.1);
}

.hover\:border-x-purple-950\/100:hover {
  border-left-color: rgb(59 7 100 / 1);
  border-right-color: rgb(59 7 100 / 1);
}

.hover\:border-x-purple-950\/20:hover {
  border-left-color: rgb(59 7 100 / 0.2);
  border-right-color: rgb(59 7 100 / 0.2);
}

.hover\:border-x-purple-950\/25:hover {
  border-left-color: rgb(59 7 100 / 0.25);
  border-right-color: rgb(59 7 100 / 0.25);
}

.hover\:border-x-purple-950\/30:hover {
  border-left-color: rgb(59 7 100 / 0.3);
  border-right-color: rgb(59 7 100 / 0.3);
}

.hover\:border-x-purple-950\/40:hover {
  border-left-color: rgb(59 7 100 / 0.4);
  border-right-color: rgb(59 7 100 / 0.4);
}

.hover\:border-x-purple-950\/5:hover {
  border-left-color: rgb(59 7 100 / 0.05);
  border-right-color: rgb(59 7 100 / 0.05);
}

.hover\:border-x-purple-950\/50:hover {
  border-left-color: rgb(59 7 100 / 0.5);
  border-right-color: rgb(59 7 100 / 0.5);
}

.hover\:border-x-purple-950\/60:hover {
  border-left-color: rgb(59 7 100 / 0.6);
  border-right-color: rgb(59 7 100 / 0.6);
}

.hover\:border-x-purple-950\/70:hover {
  border-left-color: rgb(59 7 100 / 0.7);
  border-right-color: rgb(59 7 100 / 0.7);
}

.hover\:border-x-purple-950\/75:hover {
  border-left-color: rgb(59 7 100 / 0.75);
  border-right-color: rgb(59 7 100 / 0.75);
}

.hover\:border-x-purple-950\/80:hover {
  border-left-color: rgb(59 7 100 / 0.8);
  border-right-color: rgb(59 7 100 / 0.8);
}

.hover\:border-x-purple-950\/90:hover {
  border-left-color: rgb(59 7 100 / 0.9);
  border-right-color: rgb(59 7 100 / 0.9);
}

.hover\:border-x-purple-950\/95:hover {
  border-left-color: rgb(59 7 100 / 0.95);
  border-right-color: rgb(59 7 100 / 0.95);
}

.hover\:border-x-red-100:hover {
  --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));
}

.hover\:border-x-red-100\/0:hover {
  border-left-color: rgb(254 226 226 / 0);
  border-right-color: rgb(254 226 226 / 0);
}

.hover\:border-x-red-100\/10:hover {
  border-left-color: rgb(254 226 226 / 0.1);
  border-right-color: rgb(254 226 226 / 0.1);
}

.hover\:border-x-red-100\/100:hover {
  border-left-color: rgb(254 226 226 / 1);
  border-right-color: rgb(254 226 226 / 1);
}

.hover\:border-x-red-100\/20:hover {
  border-left-color: rgb(254 226 226 / 0.2);
  border-right-color: rgb(254 226 226 / 0.2);
}

.hover\:border-x-red-100\/25:hover {
  border-left-color: rgb(254 226 226 / 0.25);
  border-right-color: rgb(254 226 226 / 0.25);
}

.hover\:border-x-red-100\/30:hover {
  border-left-color: rgb(254 226 226 / 0.3);
  border-right-color: rgb(254 226 226 / 0.3);
}

.hover\:border-x-red-100\/40:hover {
  border-left-color: rgb(254 226 226 / 0.4);
  border-right-color: rgb(254 226 226 / 0.4);
}

.hover\:border-x-red-100\/5:hover {
  border-left-color: rgb(254 226 226 / 0.05);
  border-right-color: rgb(254 226 226 / 0.05);
}

.hover\:border-x-red-100\/50:hover {
  border-left-color: rgb(254 226 226 / 0.5);
  border-right-color: rgb(254 226 226 / 0.5);
}

.hover\:border-x-red-100\/60:hover {
  border-left-color: rgb(254 226 226 / 0.6);
  border-right-color: rgb(254 226 226 / 0.6);
}

.hover\:border-x-red-100\/70:hover {
  border-left-color: rgb(254 226 226 / 0.7);
  border-right-color: rgb(254 226 226 / 0.7);
}

.hover\:border-x-red-100\/75:hover {
  border-left-color: rgb(254 226 226 / 0.75);
  border-right-color: rgb(254 226 226 / 0.75);
}

.hover\:border-x-red-100\/80:hover {
  border-left-color: rgb(254 226 226 / 0.8);
  border-right-color: rgb(254 226 226 / 0.8);
}

.hover\:border-x-red-100\/90:hover {
  border-left-color: rgb(254 226 226 / 0.9);
  border-right-color: rgb(254 226 226 / 0.9);
}

.hover\:border-x-red-100\/95:hover {
  border-left-color: rgb(254 226 226 / 0.95);
  border-right-color: rgb(254 226 226 / 0.95);
}

.hover\:border-x-red-200:hover {
  --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));
}

.hover\:border-x-red-200\/0:hover {
  border-left-color: rgb(254 202 202 / 0);
  border-right-color: rgb(254 202 202 / 0);
}

.hover\:border-x-red-200\/10:hover {
  border-left-color: rgb(254 202 202 / 0.1);
  border-right-color: rgb(254 202 202 / 0.1);
}

.hover\:border-x-red-200\/100:hover {
  border-left-color: rgb(254 202 202 / 1);
  border-right-color: rgb(254 202 202 / 1);
}

.hover\:border-x-red-200\/20:hover {
  border-left-color: rgb(254 202 202 / 0.2);
  border-right-color: rgb(254 202 202 / 0.2);
}

.hover\:border-x-red-200\/25:hover {
  border-left-color: rgb(254 202 202 / 0.25);
  border-right-color: rgb(254 202 202 / 0.25);
}

.hover\:border-x-red-200\/30:hover {
  border-left-color: rgb(254 202 202 / 0.3);
  border-right-color: rgb(254 202 202 / 0.3);
}

.hover\:border-x-red-200\/40:hover {
  border-left-color: rgb(254 202 202 / 0.4);
  border-right-color: rgb(254 202 202 / 0.4);
}

.hover\:border-x-red-200\/5:hover {
  border-left-color: rgb(254 202 202 / 0.05);
  border-right-color: rgb(254 202 202 / 0.05);
}

.hover\:border-x-red-200\/50:hover {
  border-left-color: rgb(254 202 202 / 0.5);
  border-right-color: rgb(254 202 202 / 0.5);
}

.hover\:border-x-red-200\/60:hover {
  border-left-color: rgb(254 202 202 / 0.6);
  border-right-color: rgb(254 202 202 / 0.6);
}

.hover\:border-x-red-200\/70:hover {
  border-left-color: rgb(254 202 202 / 0.7);
  border-right-color: rgb(254 202 202 / 0.7);
}

.hover\:border-x-red-200\/75:hover {
  border-left-color: rgb(254 202 202 / 0.75);
  border-right-color: rgb(254 202 202 / 0.75);
}

.hover\:border-x-red-200\/80:hover {
  border-left-color: rgb(254 202 202 / 0.8);
  border-right-color: rgb(254 202 202 / 0.8);
}

.hover\:border-x-red-200\/90:hover {
  border-left-color: rgb(254 202 202 / 0.9);
  border-right-color: rgb(254 202 202 / 0.9);
}

.hover\:border-x-red-200\/95:hover {
  border-left-color: rgb(254 202 202 / 0.95);
  border-right-color: rgb(254 202 202 / 0.95);
}

.hover\:border-x-red-300:hover {
  --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));
}

.hover\:border-x-red-300\/0:hover {
  border-left-color: rgb(252 165 165 / 0);
  border-right-color: rgb(252 165 165 / 0);
}

.hover\:border-x-red-300\/10:hover {
  border-left-color: rgb(252 165 165 / 0.1);
  border-right-color: rgb(252 165 165 / 0.1);
}

.hover\:border-x-red-300\/100:hover {
  border-left-color: rgb(252 165 165 / 1);
  border-right-color: rgb(252 165 165 / 1);
}

.hover\:border-x-red-300\/20:hover {
  border-left-color: rgb(252 165 165 / 0.2);
  border-right-color: rgb(252 165 165 / 0.2);
}

.hover\:border-x-red-300\/25:hover {
  border-left-color: rgb(252 165 165 / 0.25);
  border-right-color: rgb(252 165 165 / 0.25);
}

.hover\:border-x-red-300\/30:hover {
  border-left-color: rgb(252 165 165 / 0.3);
  border-right-color: rgb(252 165 165 / 0.3);
}

.hover\:border-x-red-300\/40:hover {
  border-left-color: rgb(252 165 165 / 0.4);
  border-right-color: rgb(252 165 165 / 0.4);
}

.hover\:border-x-red-300\/5:hover {
  border-left-color: rgb(252 165 165 / 0.05);
  border-right-color: rgb(252 165 165 / 0.05);
}

.hover\:border-x-red-300\/50:hover {
  border-left-color: rgb(252 165 165 / 0.5);
  border-right-color: rgb(252 165 165 / 0.5);
}

.hover\:border-x-red-300\/60:hover {
  border-left-color: rgb(252 165 165 / 0.6);
  border-right-color: rgb(252 165 165 / 0.6);
}

.hover\:border-x-red-300\/70:hover {
  border-left-color: rgb(252 165 165 / 0.7);
  border-right-color: rgb(252 165 165 / 0.7);
}

.hover\:border-x-red-300\/75:hover {
  border-left-color: rgb(252 165 165 / 0.75);
  border-right-color: rgb(252 165 165 / 0.75);
}

.hover\:border-x-red-300\/80:hover {
  border-left-color: rgb(252 165 165 / 0.8);
  border-right-color: rgb(252 165 165 / 0.8);
}

.hover\:border-x-red-300\/90:hover {
  border-left-color: rgb(252 165 165 / 0.9);
  border-right-color: rgb(252 165 165 / 0.9);
}

.hover\:border-x-red-300\/95:hover {
  border-left-color: rgb(252 165 165 / 0.95);
  border-right-color: rgb(252 165 165 / 0.95);
}

.hover\:border-x-red-400:hover {
  --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));
}

.hover\:border-x-red-400\/0:hover {
  border-left-color: rgb(248 113 113 / 0);
  border-right-color: rgb(248 113 113 / 0);
}

.hover\:border-x-red-400\/10:hover {
  border-left-color: rgb(248 113 113 / 0.1);
  border-right-color: rgb(248 113 113 / 0.1);
}

.hover\:border-x-red-400\/100:hover {
  border-left-color: rgb(248 113 113 / 1);
  border-right-color: rgb(248 113 113 / 1);
}

.hover\:border-x-red-400\/20:hover {
  border-left-color: rgb(248 113 113 / 0.2);
  border-right-color: rgb(248 113 113 / 0.2);
}

.hover\:border-x-red-400\/25:hover {
  border-left-color: rgb(248 113 113 / 0.25);
  border-right-color: rgb(248 113 113 / 0.25);
}

.hover\:border-x-red-400\/30:hover {
  border-left-color: rgb(248 113 113 / 0.3);
  border-right-color: rgb(248 113 113 / 0.3);
}

.hover\:border-x-red-400\/40:hover {
  border-left-color: rgb(248 113 113 / 0.4);
  border-right-color: rgb(248 113 113 / 0.4);
}

.hover\:border-x-red-400\/5:hover {
  border-left-color: rgb(248 113 113 / 0.05);
  border-right-color: rgb(248 113 113 / 0.05);
}

.hover\:border-x-red-400\/50:hover {
  border-left-color: rgb(248 113 113 / 0.5);
  border-right-color: rgb(248 113 113 / 0.5);
}

.hover\:border-x-red-400\/60:hover {
  border-left-color: rgb(248 113 113 / 0.6);
  border-right-color: rgb(248 113 113 / 0.6);
}

.hover\:border-x-red-400\/70:hover {
  border-left-color: rgb(248 113 113 / 0.7);
  border-right-color: rgb(248 113 113 / 0.7);
}

.hover\:border-x-red-400\/75:hover {
  border-left-color: rgb(248 113 113 / 0.75);
  border-right-color: rgb(248 113 113 / 0.75);
}

.hover\:border-x-red-400\/80:hover {
  border-left-color: rgb(248 113 113 / 0.8);
  border-right-color: rgb(248 113 113 / 0.8);
}

.hover\:border-x-red-400\/90:hover {
  border-left-color: rgb(248 113 113 / 0.9);
  border-right-color: rgb(248 113 113 / 0.9);
}

.hover\:border-x-red-400\/95:hover {
  border-left-color: rgb(248 113 113 / 0.95);
  border-right-color: rgb(248 113 113 / 0.95);
}

.hover\:border-x-red-50:hover {
  --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));
}

.hover\:border-x-red-50\/0:hover {
  border-left-color: rgb(254 242 242 / 0);
  border-right-color: rgb(254 242 242 / 0);
}

.hover\:border-x-red-50\/10:hover {
  border-left-color: rgb(254 242 242 / 0.1);
  border-right-color: rgb(254 242 242 / 0.1);
}

.hover\:border-x-red-50\/100:hover {
  border-left-color: rgb(254 242 242 / 1);
  border-right-color: rgb(254 242 242 / 1);
}

.hover\:border-x-red-50\/20:hover {
  border-left-color: rgb(254 242 242 / 0.2);
  border-right-color: rgb(254 242 242 / 0.2);
}

.hover\:border-x-red-50\/25:hover {
  border-left-color: rgb(254 242 242 / 0.25);
  border-right-color: rgb(254 242 242 / 0.25);
}

.hover\:border-x-red-50\/30:hover {
  border-left-color: rgb(254 242 242 / 0.3);
  border-right-color: rgb(254 242 242 / 0.3);
}

.hover\:border-x-red-50\/40:hover {
  border-left-color: rgb(254 242 242 / 0.4);
  border-right-color: rgb(254 242 242 / 0.4);
}

.hover\:border-x-red-50\/5:hover {
  border-left-color: rgb(254 242 242 / 0.05);
  border-right-color: rgb(254 242 242 / 0.05);
}

.hover\:border-x-red-50\/50:hover {
  border-left-color: rgb(254 242 242 / 0.5);
  border-right-color: rgb(254 242 242 / 0.5);
}

.hover\:border-x-red-50\/60:hover {
  border-left-color: rgb(254 242 242 / 0.6);
  border-right-color: rgb(254 242 242 / 0.6);
}

.hover\:border-x-red-50\/70:hover {
  border-left-color: rgb(254 242 242 / 0.7);
  border-right-color: rgb(254 242 242 / 0.7);
}

.hover\:border-x-red-50\/75:hover {
  border-left-color: rgb(254 242 242 / 0.75);
  border-right-color: rgb(254 242 242 / 0.75);
}

.hover\:border-x-red-50\/80:hover {
  border-left-color: rgb(254 242 242 / 0.8);
  border-right-color: rgb(254 242 242 / 0.8);
}

.hover\:border-x-red-50\/90:hover {
  border-left-color: rgb(254 242 242 / 0.9);
  border-right-color: rgb(254 242 242 / 0.9);
}

.hover\:border-x-red-50\/95:hover {
  border-left-color: rgb(254 242 242 / 0.95);
  border-right-color: rgb(254 242 242 / 0.95);
}

.hover\:border-x-red-500:hover {
  --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));
}

.hover\:border-x-red-500\/0:hover {
  border-left-color: rgb(239 68 68 / 0);
  border-right-color: rgb(239 68 68 / 0);
}

.hover\:border-x-red-500\/10:hover {
  border-left-color: rgb(239 68 68 / 0.1);
  border-right-color: rgb(239 68 68 / 0.1);
}

.hover\:border-x-red-500\/100:hover {
  border-left-color: rgb(239 68 68 / 1);
  border-right-color: rgb(239 68 68 / 1);
}

.hover\:border-x-red-500\/20:hover {
  border-left-color: rgb(239 68 68 / 0.2);
  border-right-color: rgb(239 68 68 / 0.2);
}

.hover\:border-x-red-500\/25:hover {
  border-left-color: rgb(239 68 68 / 0.25);
  border-right-color: rgb(239 68 68 / 0.25);
}

.hover\:border-x-red-500\/30:hover {
  border-left-color: rgb(239 68 68 / 0.3);
  border-right-color: rgb(239 68 68 / 0.3);
}

.hover\:border-x-red-500\/40:hover {
  border-left-color: rgb(239 68 68 / 0.4);
  border-right-color: rgb(239 68 68 / 0.4);
}

.hover\:border-x-red-500\/5:hover {
  border-left-color: rgb(239 68 68 / 0.05);
  border-right-color: rgb(239 68 68 / 0.05);
}

.hover\:border-x-red-500\/50:hover {
  border-left-color: rgb(239 68 68 / 0.5);
  border-right-color: rgb(239 68 68 / 0.5);
}

.hover\:border-x-red-500\/60:hover {
  border-left-color: rgb(239 68 68 / 0.6);
  border-right-color: rgb(239 68 68 / 0.6);
}

.hover\:border-x-red-500\/70:hover {
  border-left-color: rgb(239 68 68 / 0.7);
  border-right-color: rgb(239 68 68 / 0.7);
}

.hover\:border-x-red-500\/75:hover {
  border-left-color: rgb(239 68 68 / 0.75);
  border-right-color: rgb(239 68 68 / 0.75);
}

.hover\:border-x-red-500\/80:hover {
  border-left-color: rgb(239 68 68 / 0.8);
  border-right-color: rgb(239 68 68 / 0.8);
}

.hover\:border-x-red-500\/90:hover {
  border-left-color: rgb(239 68 68 / 0.9);
  border-right-color: rgb(239 68 68 / 0.9);
}

.hover\:border-x-red-500\/95:hover {
  border-left-color: rgb(239 68 68 / 0.95);
  border-right-color: rgb(239 68 68 / 0.95);
}

.hover\:border-x-red-600:hover {
  --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));
}

.hover\:border-x-red-600\/0:hover {
  border-left-color: rgb(220 38 38 / 0);
  border-right-color: rgb(220 38 38 / 0);
}

.hover\:border-x-red-600\/10:hover {
  border-left-color: rgb(220 38 38 / 0.1);
  border-right-color: rgb(220 38 38 / 0.1);
}

.hover\:border-x-red-600\/100:hover {
  border-left-color: rgb(220 38 38 / 1);
  border-right-color: rgb(220 38 38 / 1);
}

.hover\:border-x-red-600\/20:hover {
  border-left-color: rgb(220 38 38 / 0.2);
  border-right-color: rgb(220 38 38 / 0.2);
}

.hover\:border-x-red-600\/25:hover {
  border-left-color: rgb(220 38 38 / 0.25);
  border-right-color: rgb(220 38 38 / 0.25);
}

.hover\:border-x-red-600\/30:hover {
  border-left-color: rgb(220 38 38 / 0.3);
  border-right-color: rgb(220 38 38 / 0.3);
}

.hover\:border-x-red-600\/40:hover {
  border-left-color: rgb(220 38 38 / 0.4);
  border-right-color: rgb(220 38 38 / 0.4);
}

.hover\:border-x-red-600\/5:hover {
  border-left-color: rgb(220 38 38 / 0.05);
  border-right-color: rgb(220 38 38 / 0.05);
}

.hover\:border-x-red-600\/50:hover {
  border-left-color: rgb(220 38 38 / 0.5);
  border-right-color: rgb(220 38 38 / 0.5);
}

.hover\:border-x-red-600\/60:hover {
  border-left-color: rgb(220 38 38 / 0.6);
  border-right-color: rgb(220 38 38 / 0.6);
}

.hover\:border-x-red-600\/70:hover {
  border-left-color: rgb(220 38 38 / 0.7);
  border-right-color: rgb(220 38 38 / 0.7);
}

.hover\:border-x-red-600\/75:hover {
  border-left-color: rgb(220 38 38 / 0.75);
  border-right-color: rgb(220 38 38 / 0.75);
}

.hover\:border-x-red-600\/80:hover {
  border-left-color: rgb(220 38 38 / 0.8);
  border-right-color: rgb(220 38 38 / 0.8);
}

.hover\:border-x-red-600\/90:hover {
  border-left-color: rgb(220 38 38 / 0.9);
  border-right-color: rgb(220 38 38 / 0.9);
}

.hover\:border-x-red-600\/95:hover {
  border-left-color: rgb(220 38 38 / 0.95);
  border-right-color: rgb(220 38 38 / 0.95);
}

.hover\:border-x-red-700:hover {
  --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));
}

.hover\:border-x-red-700\/0:hover {
  border-left-color: rgb(185 28 28 / 0);
  border-right-color: rgb(185 28 28 / 0);
}

.hover\:border-x-red-700\/10:hover {
  border-left-color: rgb(185 28 28 / 0.1);
  border-right-color: rgb(185 28 28 / 0.1);
}

.hover\:border-x-red-700\/100:hover {
  border-left-color: rgb(185 28 28 / 1);
  border-right-color: rgb(185 28 28 / 1);
}

.hover\:border-x-red-700\/20:hover {
  border-left-color: rgb(185 28 28 / 0.2);
  border-right-color: rgb(185 28 28 / 0.2);
}

.hover\:border-x-red-700\/25:hover {
  border-left-color: rgb(185 28 28 / 0.25);
  border-right-color: rgb(185 28 28 / 0.25);
}

.hover\:border-x-red-700\/30:hover {
  border-left-color: rgb(185 28 28 / 0.3);
  border-right-color: rgb(185 28 28 / 0.3);
}

.hover\:border-x-red-700\/40:hover {
  border-left-color: rgb(185 28 28 / 0.4);
  border-right-color: rgb(185 28 28 / 0.4);
}

.hover\:border-x-red-700\/5:hover {
  border-left-color: rgb(185 28 28 / 0.05);
  border-right-color: rgb(185 28 28 / 0.05);
}

.hover\:border-x-red-700\/50:hover {
  border-left-color: rgb(185 28 28 / 0.5);
  border-right-color: rgb(185 28 28 / 0.5);
}

.hover\:border-x-red-700\/60:hover {
  border-left-color: rgb(185 28 28 / 0.6);
  border-right-color: rgb(185 28 28 / 0.6);
}

.hover\:border-x-red-700\/70:hover {
  border-left-color: rgb(185 28 28 / 0.7);
  border-right-color: rgb(185 28 28 / 0.7);
}

.hover\:border-x-red-700\/75:hover {
  border-left-color: rgb(185 28 28 / 0.75);
  border-right-color: rgb(185 28 28 / 0.75);
}

.hover\:border-x-red-700\/80:hover {
  border-left-color: rgb(185 28 28 / 0.8);
  border-right-color: rgb(185 28 28 / 0.8);
}

.hover\:border-x-red-700\/90:hover {
  border-left-color: rgb(185 28 28 / 0.9);
  border-right-color: rgb(185 28 28 / 0.9);
}

.hover\:border-x-red-700\/95:hover {
  border-left-color: rgb(185 28 28 / 0.95);
  border-right-color: rgb(185 28 28 / 0.95);
}

.hover\:border-x-red-800:hover {
  --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));
}

.hover\:border-x-red-800\/0:hover {
  border-left-color: rgb(153 27 27 / 0);
  border-right-color: rgb(153 27 27 / 0);
}

.hover\:border-x-red-800\/10:hover {
  border-left-color: rgb(153 27 27 / 0.1);
  border-right-color: rgb(153 27 27 / 0.1);
}

.hover\:border-x-red-800\/100:hover {
  border-left-color: rgb(153 27 27 / 1);
  border-right-color: rgb(153 27 27 / 1);
}

.hover\:border-x-red-800\/20:hover {
  border-left-color: rgb(153 27 27 / 0.2);
  border-right-color: rgb(153 27 27 / 0.2);
}

.hover\:border-x-red-800\/25:hover {
  border-left-color: rgb(153 27 27 / 0.25);
  border-right-color: rgb(153 27 27 / 0.25);
}

.hover\:border-x-red-800\/30:hover {
  border-left-color: rgb(153 27 27 / 0.3);
  border-right-color: rgb(153 27 27 / 0.3);
}

.hover\:border-x-red-800\/40:hover {
  border-left-color: rgb(153 27 27 / 0.4);
  border-right-color: rgb(153 27 27 / 0.4);
}

.hover\:border-x-red-800\/5:hover {
  border-left-color: rgb(153 27 27 / 0.05);
  border-right-color: rgb(153 27 27 / 0.05);
}

.hover\:border-x-red-800\/50:hover {
  border-left-color: rgb(153 27 27 / 0.5);
  border-right-color: rgb(153 27 27 / 0.5);
}

.hover\:border-x-red-800\/60:hover {
  border-left-color: rgb(153 27 27 / 0.6);
  border-right-color: rgb(153 27 27 / 0.6);
}

.hover\:border-x-red-800\/70:hover {
  border-left-color: rgb(153 27 27 / 0.7);
  border-right-color: rgb(153 27 27 / 0.7);
}

.hover\:border-x-red-800\/75:hover {
  border-left-color: rgb(153 27 27 / 0.75);
  border-right-color: rgb(153 27 27 / 0.75);
}

.hover\:border-x-red-800\/80:hover {
  border-left-color: rgb(153 27 27 / 0.8);
  border-right-color: rgb(153 27 27 / 0.8);
}

.hover\:border-x-red-800\/90:hover {
  border-left-color: rgb(153 27 27 / 0.9);
  border-right-color: rgb(153 27 27 / 0.9);
}

.hover\:border-x-red-800\/95:hover {
  border-left-color: rgb(153 27 27 / 0.95);
  border-right-color: rgb(153 27 27 / 0.95);
}

.hover\:border-x-red-900:hover {
  --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));
}

.hover\:border-x-red-900\/0:hover {
  border-left-color: rgb(127 29 29 / 0);
  border-right-color: rgb(127 29 29 / 0);
}

.hover\:border-x-red-900\/10:hover {
  border-left-color: rgb(127 29 29 / 0.1);
  border-right-color: rgb(127 29 29 / 0.1);
}

.hover\:border-x-red-900\/100:hover {
  border-left-color: rgb(127 29 29 / 1);
  border-right-color: rgb(127 29 29 / 1);
}

.hover\:border-x-red-900\/20:hover {
  border-left-color: rgb(127 29 29 / 0.2);
  border-right-color: rgb(127 29 29 / 0.2);
}

.hover\:border-x-red-900\/25:hover {
  border-left-color: rgb(127 29 29 / 0.25);
  border-right-color: rgb(127 29 29 / 0.25);
}

.hover\:border-x-red-900\/30:hover {
  border-left-color: rgb(127 29 29 / 0.3);
  border-right-color: rgb(127 29 29 / 0.3);
}

.hover\:border-x-red-900\/40:hover {
  border-left-color: rgb(127 29 29 / 0.4);
  border-right-color: rgb(127 29 29 / 0.4);
}

.hover\:border-x-red-900\/5:hover {
  border-left-color: rgb(127 29 29 / 0.05);
  border-right-color: rgb(127 29 29 / 0.05);
}

.hover\:border-x-red-900\/50:hover {
  border-left-color: rgb(127 29 29 / 0.5);
  border-right-color: rgb(127 29 29 / 0.5);
}

.hover\:border-x-red-900\/60:hover {
  border-left-color: rgb(127 29 29 / 0.6);
  border-right-color: rgb(127 29 29 / 0.6);
}

.hover\:border-x-red-900\/70:hover {
  border-left-color: rgb(127 29 29 / 0.7);
  border-right-color: rgb(127 29 29 / 0.7);
}

.hover\:border-x-red-900\/75:hover {
  border-left-color: rgb(127 29 29 / 0.75);
  border-right-color: rgb(127 29 29 / 0.75);
}

.hover\:border-x-red-900\/80:hover {
  border-left-color: rgb(127 29 29 / 0.8);
  border-right-color: rgb(127 29 29 / 0.8);
}

.hover\:border-x-red-900\/90:hover {
  border-left-color: rgb(127 29 29 / 0.9);
  border-right-color: rgb(127 29 29 / 0.9);
}

.hover\:border-x-red-900\/95:hover {
  border-left-color: rgb(127 29 29 / 0.95);
  border-right-color: rgb(127 29 29 / 0.95);
}

.hover\:border-x-red-950:hover {
  --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));
}

.hover\:border-x-red-950\/0:hover {
  border-left-color: rgb(69 10 10 / 0);
  border-right-color: rgb(69 10 10 / 0);
}

.hover\:border-x-red-950\/10:hover {
  border-left-color: rgb(69 10 10 / 0.1);
  border-right-color: rgb(69 10 10 / 0.1);
}

.hover\:border-x-red-950\/100:hover {
  border-left-color: rgb(69 10 10 / 1);
  border-right-color: rgb(69 10 10 / 1);
}

.hover\:border-x-red-950\/20:hover {
  border-left-color: rgb(69 10 10 / 0.2);
  border-right-color: rgb(69 10 10 / 0.2);
}

.hover\:border-x-red-950\/25:hover {
  border-left-color: rgb(69 10 10 / 0.25);
  border-right-color: rgb(69 10 10 / 0.25);
}

.hover\:border-x-red-950\/30:hover {
  border-left-color: rgb(69 10 10 / 0.3);
  border-right-color: rgb(69 10 10 / 0.3);
}

.hover\:border-x-red-950\/40:hover {
  border-left-color: rgb(69 10 10 / 0.4);
  border-right-color: rgb(69 10 10 / 0.4);
}

.hover\:border-x-red-950\/5:hover {
  border-left-color: rgb(69 10 10 / 0.05);
  border-right-color: rgb(69 10 10 / 0.05);
}

.hover\:border-x-red-950\/50:hover {
  border-left-color: rgb(69 10 10 / 0.5);
  border-right-color: rgb(69 10 10 / 0.5);
}

.hover\:border-x-red-950\/60:hover {
  border-left-color: rgb(69 10 10 / 0.6);
  border-right-color: rgb(69 10 10 / 0.6);
}

.hover\:border-x-red-950\/70:hover {
  border-left-color: rgb(69 10 10 / 0.7);
  border-right-color: rgb(69 10 10 / 0.7);
}

.hover\:border-x-red-950\/75:hover {
  border-left-color: rgb(69 10 10 / 0.75);
  border-right-color: rgb(69 10 10 / 0.75);
}

.hover\:border-x-red-950\/80:hover {
  border-left-color: rgb(69 10 10 / 0.8);
  border-right-color: rgb(69 10 10 / 0.8);
}

.hover\:border-x-red-950\/90:hover {
  border-left-color: rgb(69 10 10 / 0.9);
  border-right-color: rgb(69 10 10 / 0.9);
}

.hover\:border-x-red-950\/95:hover {
  border-left-color: rgb(69 10 10 / 0.95);
  border-right-color: rgb(69 10 10 / 0.95);
}

.hover\:border-x-rose-100:hover {
  --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));
}

.hover\:border-x-rose-100\/0:hover {
  border-left-color: rgb(255 228 230 / 0);
  border-right-color: rgb(255 228 230 / 0);
}

.hover\:border-x-rose-100\/10:hover {
  border-left-color: rgb(255 228 230 / 0.1);
  border-right-color: rgb(255 228 230 / 0.1);
}

.hover\:border-x-rose-100\/100:hover {
  border-left-color: rgb(255 228 230 / 1);
  border-right-color: rgb(255 228 230 / 1);
}

.hover\:border-x-rose-100\/20:hover {
  border-left-color: rgb(255 228 230 / 0.2);
  border-right-color: rgb(255 228 230 / 0.2);
}

.hover\:border-x-rose-100\/25:hover {
  border-left-color: rgb(255 228 230 / 0.25);
  border-right-color: rgb(255 228 230 / 0.25);
}

.hover\:border-x-rose-100\/30:hover {
  border-left-color: rgb(255 228 230 / 0.3);
  border-right-color: rgb(255 228 230 / 0.3);
}

.hover\:border-x-rose-100\/40:hover {
  border-left-color: rgb(255 228 230 / 0.4);
  border-right-color: rgb(255 228 230 / 0.4);
}

.hover\:border-x-rose-100\/5:hover {
  border-left-color: rgb(255 228 230 / 0.05);
  border-right-color: rgb(255 228 230 / 0.05);
}

.hover\:border-x-rose-100\/50:hover {
  border-left-color: rgb(255 228 230 / 0.5);
  border-right-color: rgb(255 228 230 / 0.5);
}

.hover\:border-x-rose-100\/60:hover {
  border-left-color: rgb(255 228 230 / 0.6);
  border-right-color: rgb(255 228 230 / 0.6);
}

.hover\:border-x-rose-100\/70:hover {
  border-left-color: rgb(255 228 230 / 0.7);
  border-right-color: rgb(255 228 230 / 0.7);
}

.hover\:border-x-rose-100\/75:hover {
  border-left-color: rgb(255 228 230 / 0.75);
  border-right-color: rgb(255 228 230 / 0.75);
}

.hover\:border-x-rose-100\/80:hover {
  border-left-color: rgb(255 228 230 / 0.8);
  border-right-color: rgb(255 228 230 / 0.8);
}

.hover\:border-x-rose-100\/90:hover {
  border-left-color: rgb(255 228 230 / 0.9);
  border-right-color: rgb(255 228 230 / 0.9);
}

.hover\:border-x-rose-100\/95:hover {
  border-left-color: rgb(255 228 230 / 0.95);
  border-right-color: rgb(255 228 230 / 0.95);
}

.hover\:border-x-rose-200:hover {
  --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));
}

.hover\:border-x-rose-200\/0:hover {
  border-left-color: rgb(254 205 211 / 0);
  border-right-color: rgb(254 205 211 / 0);
}

.hover\:border-x-rose-200\/10:hover {
  border-left-color: rgb(254 205 211 / 0.1);
  border-right-color: rgb(254 205 211 / 0.1);
}

.hover\:border-x-rose-200\/100:hover {
  border-left-color: rgb(254 205 211 / 1);
  border-right-color: rgb(254 205 211 / 1);
}

.hover\:border-x-rose-200\/20:hover {
  border-left-color: rgb(254 205 211 / 0.2);
  border-right-color: rgb(254 205 211 / 0.2);
}

.hover\:border-x-rose-200\/25:hover {
  border-left-color: rgb(254 205 211 / 0.25);
  border-right-color: rgb(254 205 211 / 0.25);
}

.hover\:border-x-rose-200\/30:hover {
  border-left-color: rgb(254 205 211 / 0.3);
  border-right-color: rgb(254 205 211 / 0.3);
}

.hover\:border-x-rose-200\/40:hover {
  border-left-color: rgb(254 205 211 / 0.4);
  border-right-color: rgb(254 205 211 / 0.4);
}

.hover\:border-x-rose-200\/5:hover {
  border-left-color: rgb(254 205 211 / 0.05);
  border-right-color: rgb(254 205 211 / 0.05);
}

.hover\:border-x-rose-200\/50:hover {
  border-left-color: rgb(254 205 211 / 0.5);
  border-right-color: rgb(254 205 211 / 0.5);
}

.hover\:border-x-rose-200\/60:hover {
  border-left-color: rgb(254 205 211 / 0.6);
  border-right-color: rgb(254 205 211 / 0.6);
}

.hover\:border-x-rose-200\/70:hover {
  border-left-color: rgb(254 205 211 / 0.7);
  border-right-color: rgb(254 205 211 / 0.7);
}

.hover\:border-x-rose-200\/75:hover {
  border-left-color: rgb(254 205 211 / 0.75);
  border-right-color: rgb(254 205 211 / 0.75);
}

.hover\:border-x-rose-200\/80:hover {
  border-left-color: rgb(254 205 211 / 0.8);
  border-right-color: rgb(254 205 211 / 0.8);
}

.hover\:border-x-rose-200\/90:hover {
  border-left-color: rgb(254 205 211 / 0.9);
  border-right-color: rgb(254 205 211 / 0.9);
}

.hover\:border-x-rose-200\/95:hover {
  border-left-color: rgb(254 205 211 / 0.95);
  border-right-color: rgb(254 205 211 / 0.95);
}

.hover\:border-x-rose-300:hover {
  --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));
}

.hover\:border-x-rose-300\/0:hover {
  border-left-color: rgb(253 164 175 / 0);
  border-right-color: rgb(253 164 175 / 0);
}

.hover\:border-x-rose-300\/10:hover {
  border-left-color: rgb(253 164 175 / 0.1);
  border-right-color: rgb(253 164 175 / 0.1);
}

.hover\:border-x-rose-300\/100:hover {
  border-left-color: rgb(253 164 175 / 1);
  border-right-color: rgb(253 164 175 / 1);
}

.hover\:border-x-rose-300\/20:hover {
  border-left-color: rgb(253 164 175 / 0.2);
  border-right-color: rgb(253 164 175 / 0.2);
}

.hover\:border-x-rose-300\/25:hover {
  border-left-color: rgb(253 164 175 / 0.25);
  border-right-color: rgb(253 164 175 / 0.25);
}

.hover\:border-x-rose-300\/30:hover {
  border-left-color: rgb(253 164 175 / 0.3);
  border-right-color: rgb(253 164 175 / 0.3);
}

.hover\:border-x-rose-300\/40:hover {
  border-left-color: rgb(253 164 175 / 0.4);
  border-right-color: rgb(253 164 175 / 0.4);
}

.hover\:border-x-rose-300\/5:hover {
  border-left-color: rgb(253 164 175 / 0.05);
  border-right-color: rgb(253 164 175 / 0.05);
}

.hover\:border-x-rose-300\/50:hover {
  border-left-color: rgb(253 164 175 / 0.5);
  border-right-color: rgb(253 164 175 / 0.5);
}

.hover\:border-x-rose-300\/60:hover {
  border-left-color: rgb(253 164 175 / 0.6);
  border-right-color: rgb(253 164 175 / 0.6);
}

.hover\:border-x-rose-300\/70:hover {
  border-left-color: rgb(253 164 175 / 0.7);
  border-right-color: rgb(253 164 175 / 0.7);
}

.hover\:border-x-rose-300\/75:hover {
  border-left-color: rgb(253 164 175 / 0.75);
  border-right-color: rgb(253 164 175 / 0.75);
}

.hover\:border-x-rose-300\/80:hover {
  border-left-color: rgb(253 164 175 / 0.8);
  border-right-color: rgb(253 164 175 / 0.8);
}

.hover\:border-x-rose-300\/90:hover {
  border-left-color: rgb(253 164 175 / 0.9);
  border-right-color: rgb(253 164 175 / 0.9);
}

.hover\:border-x-rose-300\/95:hover {
  border-left-color: rgb(253 164 175 / 0.95);
  border-right-color: rgb(253 164 175 / 0.95);
}

.hover\:border-x-rose-400:hover {
  --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));
}

.hover\:border-x-rose-400\/0:hover {
  border-left-color: rgb(251 113 133 / 0);
  border-right-color: rgb(251 113 133 / 0);
}

.hover\:border-x-rose-400\/10:hover {
  border-left-color: rgb(251 113 133 / 0.1);
  border-right-color: rgb(251 113 133 / 0.1);
}

.hover\:border-x-rose-400\/100:hover {
  border-left-color: rgb(251 113 133 / 1);
  border-right-color: rgb(251 113 133 / 1);
}

.hover\:border-x-rose-400\/20:hover {
  border-left-color: rgb(251 113 133 / 0.2);
  border-right-color: rgb(251 113 133 / 0.2);
}

.hover\:border-x-rose-400\/25:hover {
  border-left-color: rgb(251 113 133 / 0.25);
  border-right-color: rgb(251 113 133 / 0.25);
}

.hover\:border-x-rose-400\/30:hover {
  border-left-color: rgb(251 113 133 / 0.3);
  border-right-color: rgb(251 113 133 / 0.3);
}

.hover\:border-x-rose-400\/40:hover {
  border-left-color: rgb(251 113 133 / 0.4);
  border-right-color: rgb(251 113 133 / 0.4);
}

.hover\:border-x-rose-400\/5:hover {
  border-left-color: rgb(251 113 133 / 0.05);
  border-right-color: rgb(251 113 133 / 0.05);
}

.hover\:border-x-rose-400\/50:hover {
  border-left-color: rgb(251 113 133 / 0.5);
  border-right-color: rgb(251 113 133 / 0.5);
}

.hover\:border-x-rose-400\/60:hover {
  border-left-color: rgb(251 113 133 / 0.6);
  border-right-color: rgb(251 113 133 / 0.6);
}

.hover\:border-x-rose-400\/70:hover {
  border-left-color: rgb(251 113 133 / 0.7);
  border-right-color: rgb(251 113 133 / 0.7);
}

.hover\:border-x-rose-400\/75:hover {
  border-left-color: rgb(251 113 133 / 0.75);
  border-right-color: rgb(251 113 133 / 0.75);
}

.hover\:border-x-rose-400\/80:hover {
  border-left-color: rgb(251 113 133 / 0.8);
  border-right-color: rgb(251 113 133 / 0.8);
}

.hover\:border-x-rose-400\/90:hover {
  border-left-color: rgb(251 113 133 / 0.9);
  border-right-color: rgb(251 113 133 / 0.9);
}

.hover\:border-x-rose-400\/95:hover {
  border-left-color: rgb(251 113 133 / 0.95);
  border-right-color: rgb(251 113 133 / 0.95);
}

.hover\:border-x-rose-50:hover {
  --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));
}

.hover\:border-x-rose-50\/0:hover {
  border-left-color: rgb(255 241 242 / 0);
  border-right-color: rgb(255 241 242 / 0);
}

.hover\:border-x-rose-50\/10:hover {
  border-left-color: rgb(255 241 242 / 0.1);
  border-right-color: rgb(255 241 242 / 0.1);
}

.hover\:border-x-rose-50\/100:hover {
  border-left-color: rgb(255 241 242 / 1);
  border-right-color: rgb(255 241 242 / 1);
}

.hover\:border-x-rose-50\/20:hover {
  border-left-color: rgb(255 241 242 / 0.2);
  border-right-color: rgb(255 241 242 / 0.2);
}

.hover\:border-x-rose-50\/25:hover {
  border-left-color: rgb(255 241 242 / 0.25);
  border-right-color: rgb(255 241 242 / 0.25);
}

.hover\:border-x-rose-50\/30:hover {
  border-left-color: rgb(255 241 242 / 0.3);
  border-right-color: rgb(255 241 242 / 0.3);
}

.hover\:border-x-rose-50\/40:hover {
  border-left-color: rgb(255 241 242 / 0.4);
  border-right-color: rgb(255 241 242 / 0.4);
}

.hover\:border-x-rose-50\/5:hover {
  border-left-color: rgb(255 241 242 / 0.05);
  border-right-color: rgb(255 241 242 / 0.05);
}

.hover\:border-x-rose-50\/50:hover {
  border-left-color: rgb(255 241 242 / 0.5);
  border-right-color: rgb(255 241 242 / 0.5);
}

.hover\:border-x-rose-50\/60:hover {
  border-left-color: rgb(255 241 242 / 0.6);
  border-right-color: rgb(255 241 242 / 0.6);
}

.hover\:border-x-rose-50\/70:hover {
  border-left-color: rgb(255 241 242 / 0.7);
  border-right-color: rgb(255 241 242 / 0.7);
}

.hover\:border-x-rose-50\/75:hover {
  border-left-color: rgb(255 241 242 / 0.75);
  border-right-color: rgb(255 241 242 / 0.75);
}

.hover\:border-x-rose-50\/80:hover {
  border-left-color: rgb(255 241 242 / 0.8);
  border-right-color: rgb(255 241 242 / 0.8);
}

.hover\:border-x-rose-50\/90:hover {
  border-left-color: rgb(255 241 242 / 0.9);
  border-right-color: rgb(255 241 242 / 0.9);
}

.hover\:border-x-rose-50\/95:hover {
  border-left-color: rgb(255 241 242 / 0.95);
  border-right-color: rgb(255 241 242 / 0.95);
}

.hover\:border-x-rose-500:hover {
  --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));
}

.hover\:border-x-rose-500\/0:hover {
  border-left-color: rgb(244 63 94 / 0);
  border-right-color: rgb(244 63 94 / 0);
}

.hover\:border-x-rose-500\/10:hover {
  border-left-color: rgb(244 63 94 / 0.1);
  border-right-color: rgb(244 63 94 / 0.1);
}

.hover\:border-x-rose-500\/100:hover {
  border-left-color: rgb(244 63 94 / 1);
  border-right-color: rgb(244 63 94 / 1);
}

.hover\:border-x-rose-500\/20:hover {
  border-left-color: rgb(244 63 94 / 0.2);
  border-right-color: rgb(244 63 94 / 0.2);
}

.hover\:border-x-rose-500\/25:hover {
  border-left-color: rgb(244 63 94 / 0.25);
  border-right-color: rgb(244 63 94 / 0.25);
}

.hover\:border-x-rose-500\/30:hover {
  border-left-color: rgb(244 63 94 / 0.3);
  border-right-color: rgb(244 63 94 / 0.3);
}

.hover\:border-x-rose-500\/40:hover {
  border-left-color: rgb(244 63 94 / 0.4);
  border-right-color: rgb(244 63 94 / 0.4);
}

.hover\:border-x-rose-500\/5:hover {
  border-left-color: rgb(244 63 94 / 0.05);
  border-right-color: rgb(244 63 94 / 0.05);
}

.hover\:border-x-rose-500\/50:hover {
  border-left-color: rgb(244 63 94 / 0.5);
  border-right-color: rgb(244 63 94 / 0.5);
}

.hover\:border-x-rose-500\/60:hover {
  border-left-color: rgb(244 63 94 / 0.6);
  border-right-color: rgb(244 63 94 / 0.6);
}

.hover\:border-x-rose-500\/70:hover {
  border-left-color: rgb(244 63 94 / 0.7);
  border-right-color: rgb(244 63 94 / 0.7);
}

.hover\:border-x-rose-500\/75:hover {
  border-left-color: rgb(244 63 94 / 0.75);
  border-right-color: rgb(244 63 94 / 0.75);
}

.hover\:border-x-rose-500\/80:hover {
  border-left-color: rgb(244 63 94 / 0.8);
  border-right-color: rgb(244 63 94 / 0.8);
}

.hover\:border-x-rose-500\/90:hover {
  border-left-color: rgb(244 63 94 / 0.9);
  border-right-color: rgb(244 63 94 / 0.9);
}

.hover\:border-x-rose-500\/95:hover {
  border-left-color: rgb(244 63 94 / 0.95);
  border-right-color: rgb(244 63 94 / 0.95);
}

.hover\:border-x-rose-600:hover {
  --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));
}

.hover\:border-x-rose-600\/0:hover {
  border-left-color: rgb(225 29 72 / 0);
  border-right-color: rgb(225 29 72 / 0);
}

.hover\:border-x-rose-600\/10:hover {
  border-left-color: rgb(225 29 72 / 0.1);
  border-right-color: rgb(225 29 72 / 0.1);
}

.hover\:border-x-rose-600\/100:hover {
  border-left-color: rgb(225 29 72 / 1);
  border-right-color: rgb(225 29 72 / 1);
}

.hover\:border-x-rose-600\/20:hover {
  border-left-color: rgb(225 29 72 / 0.2);
  border-right-color: rgb(225 29 72 / 0.2);
}

.hover\:border-x-rose-600\/25:hover {
  border-left-color: rgb(225 29 72 / 0.25);
  border-right-color: rgb(225 29 72 / 0.25);
}

.hover\:border-x-rose-600\/30:hover {
  border-left-color: rgb(225 29 72 / 0.3);
  border-right-color: rgb(225 29 72 / 0.3);
}

.hover\:border-x-rose-600\/40:hover {
  border-left-color: rgb(225 29 72 / 0.4);
  border-right-color: rgb(225 29 72 / 0.4);
}

.hover\:border-x-rose-600\/5:hover {
  border-left-color: rgb(225 29 72 / 0.05);
  border-right-color: rgb(225 29 72 / 0.05);
}

.hover\:border-x-rose-600\/50:hover {
  border-left-color: rgb(225 29 72 / 0.5);
  border-right-color: rgb(225 29 72 / 0.5);
}

.hover\:border-x-rose-600\/60:hover {
  border-left-color: rgb(225 29 72 / 0.6);
  border-right-color: rgb(225 29 72 / 0.6);
}

.hover\:border-x-rose-600\/70:hover {
  border-left-color: rgb(225 29 72 / 0.7);
  border-right-color: rgb(225 29 72 / 0.7);
}

.hover\:border-x-rose-600\/75:hover {
  border-left-color: rgb(225 29 72 / 0.75);
  border-right-color: rgb(225 29 72 / 0.75);
}

.hover\:border-x-rose-600\/80:hover {
  border-left-color: rgb(225 29 72 / 0.8);
  border-right-color: rgb(225 29 72 / 0.8);
}

.hover\:border-x-rose-600\/90:hover {
  border-left-color: rgb(225 29 72 / 0.9);
  border-right-color: rgb(225 29 72 / 0.9);
}

.hover\:border-x-rose-600\/95:hover {
  border-left-color: rgb(225 29 72 / 0.95);
  border-right-color: rgb(225 29 72 / 0.95);
}

.hover\:border-x-rose-700:hover {
  --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));
}

.hover\:border-x-rose-700\/0:hover {
  border-left-color: rgb(190 18 60 / 0);
  border-right-color: rgb(190 18 60 / 0);
}

.hover\:border-x-rose-700\/10:hover {
  border-left-color: rgb(190 18 60 / 0.1);
  border-right-color: rgb(190 18 60 / 0.1);
}

.hover\:border-x-rose-700\/100:hover {
  border-left-color: rgb(190 18 60 / 1);
  border-right-color: rgb(190 18 60 / 1);
}

.hover\:border-x-rose-700\/20:hover {
  border-left-color: rgb(190 18 60 / 0.2);
  border-right-color: rgb(190 18 60 / 0.2);
}

.hover\:border-x-rose-700\/25:hover {
  border-left-color: rgb(190 18 60 / 0.25);
  border-right-color: rgb(190 18 60 / 0.25);
}

.hover\:border-x-rose-700\/30:hover {
  border-left-color: rgb(190 18 60 / 0.3);
  border-right-color: rgb(190 18 60 / 0.3);
}

.hover\:border-x-rose-700\/40:hover {
  border-left-color: rgb(190 18 60 / 0.4);
  border-right-color: rgb(190 18 60 / 0.4);
}

.hover\:border-x-rose-700\/5:hover {
  border-left-color: rgb(190 18 60 / 0.05);
  border-right-color: rgb(190 18 60 / 0.05);
}

.hover\:border-x-rose-700\/50:hover {
  border-left-color: rgb(190 18 60 / 0.5);
  border-right-color: rgb(190 18 60 / 0.5);
}

.hover\:border-x-rose-700\/60:hover {
  border-left-color: rgb(190 18 60 / 0.6);
  border-right-color: rgb(190 18 60 / 0.6);
}

.hover\:border-x-rose-700\/70:hover {
  border-left-color: rgb(190 18 60 / 0.7);
  border-right-color: rgb(190 18 60 / 0.7);
}

.hover\:border-x-rose-700\/75:hover {
  border-left-color: rgb(190 18 60 / 0.75);
  border-right-color: rgb(190 18 60 / 0.75);
}

.hover\:border-x-rose-700\/80:hover {
  border-left-color: rgb(190 18 60 / 0.8);
  border-right-color: rgb(190 18 60 / 0.8);
}

.hover\:border-x-rose-700\/90:hover {
  border-left-color: rgb(190 18 60 / 0.9);
  border-right-color: rgb(190 18 60 / 0.9);
}

.hover\:border-x-rose-700\/95:hover {
  border-left-color: rgb(190 18 60 / 0.95);
  border-right-color: rgb(190 18 60 / 0.95);
}

.hover\:border-x-rose-800:hover {
  --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));
}

.hover\:border-x-rose-800\/0:hover {
  border-left-color: rgb(159 18 57 / 0);
  border-right-color: rgb(159 18 57 / 0);
}

.hover\:border-x-rose-800\/10:hover {
  border-left-color: rgb(159 18 57 / 0.1);
  border-right-color: rgb(159 18 57 / 0.1);
}

.hover\:border-x-rose-800\/100:hover {
  border-left-color: rgb(159 18 57 / 1);
  border-right-color: rgb(159 18 57 / 1);
}

.hover\:border-x-rose-800\/20:hover {
  border-left-color: rgb(159 18 57 / 0.2);
  border-right-color: rgb(159 18 57 / 0.2);
}

.hover\:border-x-rose-800\/25:hover {
  border-left-color: rgb(159 18 57 / 0.25);
  border-right-color: rgb(159 18 57 / 0.25);
}

.hover\:border-x-rose-800\/30:hover {
  border-left-color: rgb(159 18 57 / 0.3);
  border-right-color: rgb(159 18 57 / 0.3);
}

.hover\:border-x-rose-800\/40:hover {
  border-left-color: rgb(159 18 57 / 0.4);
  border-right-color: rgb(159 18 57 / 0.4);
}

.hover\:border-x-rose-800\/5:hover {
  border-left-color: rgb(159 18 57 / 0.05);
  border-right-color: rgb(159 18 57 / 0.05);
}

.hover\:border-x-rose-800\/50:hover {
  border-left-color: rgb(159 18 57 / 0.5);
  border-right-color: rgb(159 18 57 / 0.5);
}

.hover\:border-x-rose-800\/60:hover {
  border-left-color: rgb(159 18 57 / 0.6);
  border-right-color: rgb(159 18 57 / 0.6);
}

.hover\:border-x-rose-800\/70:hover {
  border-left-color: rgb(159 18 57 / 0.7);
  border-right-color: rgb(159 18 57 / 0.7);
}

.hover\:border-x-rose-800\/75:hover {
  border-left-color: rgb(159 18 57 / 0.75);
  border-right-color: rgb(159 18 57 / 0.75);
}

.hover\:border-x-rose-800\/80:hover {
  border-left-color: rgb(159 18 57 / 0.8);
  border-right-color: rgb(159 18 57 / 0.8);
}

.hover\:border-x-rose-800\/90:hover {
  border-left-color: rgb(159 18 57 / 0.9);
  border-right-color: rgb(159 18 57 / 0.9);
}

.hover\:border-x-rose-800\/95:hover {
  border-left-color: rgb(159 18 57 / 0.95);
  border-right-color: rgb(159 18 57 / 0.95);
}

.hover\:border-x-rose-900:hover {
  --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));
}

.hover\:border-x-rose-900\/0:hover {
  border-left-color: rgb(136 19 55 / 0);
  border-right-color: rgb(136 19 55 / 0);
}

.hover\:border-x-rose-900\/10:hover {
  border-left-color: rgb(136 19 55 / 0.1);
  border-right-color: rgb(136 19 55 / 0.1);
}

.hover\:border-x-rose-900\/100:hover {
  border-left-color: rgb(136 19 55 / 1);
  border-right-color: rgb(136 19 55 / 1);
}

.hover\:border-x-rose-900\/20:hover {
  border-left-color: rgb(136 19 55 / 0.2);
  border-right-color: rgb(136 19 55 / 0.2);
}

.hover\:border-x-rose-900\/25:hover {
  border-left-color: rgb(136 19 55 / 0.25);
  border-right-color: rgb(136 19 55 / 0.25);
}

.hover\:border-x-rose-900\/30:hover {
  border-left-color: rgb(136 19 55 / 0.3);
  border-right-color: rgb(136 19 55 / 0.3);
}

.hover\:border-x-rose-900\/40:hover {
  border-left-color: rgb(136 19 55 / 0.4);
  border-right-color: rgb(136 19 55 / 0.4);
}

.hover\:border-x-rose-900\/5:hover {
  border-left-color: rgb(136 19 55 / 0.05);
  border-right-color: rgb(136 19 55 / 0.05);
}

.hover\:border-x-rose-900\/50:hover {
  border-left-color: rgb(136 19 55 / 0.5);
  border-right-color: rgb(136 19 55 / 0.5);
}

.hover\:border-x-rose-900\/60:hover {
  border-left-color: rgb(136 19 55 / 0.6);
  border-right-color: rgb(136 19 55 / 0.6);
}

.hover\:border-x-rose-900\/70:hover {
  border-left-color: rgb(136 19 55 / 0.7);
  border-right-color: rgb(136 19 55 / 0.7);
}

.hover\:border-x-rose-900\/75:hover {
  border-left-color: rgb(136 19 55 / 0.75);
  border-right-color: rgb(136 19 55 / 0.75);
}

.hover\:border-x-rose-900\/80:hover {
  border-left-color: rgb(136 19 55 / 0.8);
  border-right-color: rgb(136 19 55 / 0.8);
}

.hover\:border-x-rose-900\/90:hover {
  border-left-color: rgb(136 19 55 / 0.9);
  border-right-color: rgb(136 19 55 / 0.9);
}

.hover\:border-x-rose-900\/95:hover {
  border-left-color: rgb(136 19 55 / 0.95);
  border-right-color: rgb(136 19 55 / 0.95);
}

.hover\:border-x-rose-950:hover {
  --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));
}

.hover\:border-x-rose-950\/0:hover {
  border-left-color: rgb(76 5 25 / 0);
  border-right-color: rgb(76 5 25 / 0);
}

.hover\:border-x-rose-950\/10:hover {
  border-left-color: rgb(76 5 25 / 0.1);
  border-right-color: rgb(76 5 25 / 0.1);
}

.hover\:border-x-rose-950\/100:hover {
  border-left-color: rgb(76 5 25 / 1);
  border-right-color: rgb(76 5 25 / 1);
}

.hover\:border-x-rose-950\/20:hover {
  border-left-color: rgb(76 5 25 / 0.2);
  border-right-color: rgb(76 5 25 / 0.2);
}

.hover\:border-x-rose-950\/25:hover {
  border-left-color: rgb(76 5 25 / 0.25);
  border-right-color: rgb(76 5 25 / 0.25);
}

.hover\:border-x-rose-950\/30:hover {
  border-left-color: rgb(76 5 25 / 0.3);
  border-right-color: rgb(76 5 25 / 0.3);
}

.hover\:border-x-rose-950\/40:hover {
  border-left-color: rgb(76 5 25 / 0.4);
  border-right-color: rgb(76 5 25 / 0.4);
}

.hover\:border-x-rose-950\/5:hover {
  border-left-color: rgb(76 5 25 / 0.05);
  border-right-color: rgb(76 5 25 / 0.05);
}

.hover\:border-x-rose-950\/50:hover {
  border-left-color: rgb(76 5 25 / 0.5);
  border-right-color: rgb(76 5 25 / 0.5);
}

.hover\:border-x-rose-950\/60:hover {
  border-left-color: rgb(76 5 25 / 0.6);
  border-right-color: rgb(76 5 25 / 0.6);
}

.hover\:border-x-rose-950\/70:hover {
  border-left-color: rgb(76 5 25 / 0.7);
  border-right-color: rgb(76 5 25 / 0.7);
}

.hover\:border-x-rose-950\/75:hover {
  border-left-color: rgb(76 5 25 / 0.75);
  border-right-color: rgb(76 5 25 / 0.75);
}

.hover\:border-x-rose-950\/80:hover {
  border-left-color: rgb(76 5 25 / 0.8);
  border-right-color: rgb(76 5 25 / 0.8);
}

.hover\:border-x-rose-950\/90:hover {
  border-left-color: rgb(76 5 25 / 0.9);
  border-right-color: rgb(76 5 25 / 0.9);
}

.hover\:border-x-rose-950\/95:hover {
  border-left-color: rgb(76 5 25 / 0.95);
  border-right-color: rgb(76 5 25 / 0.95);
}

.hover\:border-x-sky-100:hover {
  --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));
}

.hover\:border-x-sky-100\/0:hover {
  border-left-color: rgb(224 242 254 / 0);
  border-right-color: rgb(224 242 254 / 0);
}

.hover\:border-x-sky-100\/10:hover {
  border-left-color: rgb(224 242 254 / 0.1);
  border-right-color: rgb(224 242 254 / 0.1);
}

.hover\:border-x-sky-100\/100:hover {
  border-left-color: rgb(224 242 254 / 1);
  border-right-color: rgb(224 242 254 / 1);
}

.hover\:border-x-sky-100\/20:hover {
  border-left-color: rgb(224 242 254 / 0.2);
  border-right-color: rgb(224 242 254 / 0.2);
}

.hover\:border-x-sky-100\/25:hover {
  border-left-color: rgb(224 242 254 / 0.25);
  border-right-color: rgb(224 242 254 / 0.25);
}

.hover\:border-x-sky-100\/30:hover {
  border-left-color: rgb(224 242 254 / 0.3);
  border-right-color: rgb(224 242 254 / 0.3);
}

.hover\:border-x-sky-100\/40:hover {
  border-left-color: rgb(224 242 254 / 0.4);
  border-right-color: rgb(224 242 254 / 0.4);
}

.hover\:border-x-sky-100\/5:hover {
  border-left-color: rgb(224 242 254 / 0.05);
  border-right-color: rgb(224 242 254 / 0.05);
}

.hover\:border-x-sky-100\/50:hover {
  border-left-color: rgb(224 242 254 / 0.5);
  border-right-color: rgb(224 242 254 / 0.5);
}

.hover\:border-x-sky-100\/60:hover {
  border-left-color: rgb(224 242 254 / 0.6);
  border-right-color: rgb(224 242 254 / 0.6);
}

.hover\:border-x-sky-100\/70:hover {
  border-left-color: rgb(224 242 254 / 0.7);
  border-right-color: rgb(224 242 254 / 0.7);
}

.hover\:border-x-sky-100\/75:hover {
  border-left-color: rgb(224 242 254 / 0.75);
  border-right-color: rgb(224 242 254 / 0.75);
}

.hover\:border-x-sky-100\/80:hover {
  border-left-color: rgb(224 242 254 / 0.8);
  border-right-color: rgb(224 242 254 / 0.8);
}

.hover\:border-x-sky-100\/90:hover {
  border-left-color: rgb(224 242 254 / 0.9);
  border-right-color: rgb(224 242 254 / 0.9);
}

.hover\:border-x-sky-100\/95:hover {
  border-left-color: rgb(224 242 254 / 0.95);
  border-right-color: rgb(224 242 254 / 0.95);
}

.hover\:border-x-sky-200:hover {
  --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));
}

.hover\:border-x-sky-200\/0:hover {
  border-left-color: rgb(186 230 253 / 0);
  border-right-color: rgb(186 230 253 / 0);
}

.hover\:border-x-sky-200\/10:hover {
  border-left-color: rgb(186 230 253 / 0.1);
  border-right-color: rgb(186 230 253 / 0.1);
}

.hover\:border-x-sky-200\/100:hover {
  border-left-color: rgb(186 230 253 / 1);
  border-right-color: rgb(186 230 253 / 1);
}

.hover\:border-x-sky-200\/20:hover {
  border-left-color: rgb(186 230 253 / 0.2);
  border-right-color: rgb(186 230 253 / 0.2);
}

.hover\:border-x-sky-200\/25:hover {
  border-left-color: rgb(186 230 253 / 0.25);
  border-right-color: rgb(186 230 253 / 0.25);
}

.hover\:border-x-sky-200\/30:hover {
  border-left-color: rgb(186 230 253 / 0.3);
  border-right-color: rgb(186 230 253 / 0.3);
}

.hover\:border-x-sky-200\/40:hover {
  border-left-color: rgb(186 230 253 / 0.4);
  border-right-color: rgb(186 230 253 / 0.4);
}

.hover\:border-x-sky-200\/5:hover {
  border-left-color: rgb(186 230 253 / 0.05);
  border-right-color: rgb(186 230 253 / 0.05);
}

.hover\:border-x-sky-200\/50:hover {
  border-left-color: rgb(186 230 253 / 0.5);
  border-right-color: rgb(186 230 253 / 0.5);
}

.hover\:border-x-sky-200\/60:hover {
  border-left-color: rgb(186 230 253 / 0.6);
  border-right-color: rgb(186 230 253 / 0.6);
}

.hover\:border-x-sky-200\/70:hover {
  border-left-color: rgb(186 230 253 / 0.7);
  border-right-color: rgb(186 230 253 / 0.7);
}

.hover\:border-x-sky-200\/75:hover {
  border-left-color: rgb(186 230 253 / 0.75);
  border-right-color: rgb(186 230 253 / 0.75);
}

.hover\:border-x-sky-200\/80:hover {
  border-left-color: rgb(186 230 253 / 0.8);
  border-right-color: rgb(186 230 253 / 0.8);
}

.hover\:border-x-sky-200\/90:hover {
  border-left-color: rgb(186 230 253 / 0.9);
  border-right-color: rgb(186 230 253 / 0.9);
}

.hover\:border-x-sky-200\/95:hover {
  border-left-color: rgb(186 230 253 / 0.95);
  border-right-color: rgb(186 230 253 / 0.95);
}

.hover\:border-x-sky-300:hover {
  --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));
}

.hover\:border-x-sky-300\/0:hover {
  border-left-color: rgb(125 211 252 / 0);
  border-right-color: rgb(125 211 252 / 0);
}

.hover\:border-x-sky-300\/10:hover {
  border-left-color: rgb(125 211 252 / 0.1);
  border-right-color: rgb(125 211 252 / 0.1);
}

.hover\:border-x-sky-300\/100:hover {
  border-left-color: rgb(125 211 252 / 1);
  border-right-color: rgb(125 211 252 / 1);
}

.hover\:border-x-sky-300\/20:hover {
  border-left-color: rgb(125 211 252 / 0.2);
  border-right-color: rgb(125 211 252 / 0.2);
}

.hover\:border-x-sky-300\/25:hover {
  border-left-color: rgb(125 211 252 / 0.25);
  border-right-color: rgb(125 211 252 / 0.25);
}

.hover\:border-x-sky-300\/30:hover {
  border-left-color: rgb(125 211 252 / 0.3);
  border-right-color: rgb(125 211 252 / 0.3);
}

.hover\:border-x-sky-300\/40:hover {
  border-left-color: rgb(125 211 252 / 0.4);
  border-right-color: rgb(125 211 252 / 0.4);
}

.hover\:border-x-sky-300\/5:hover {
  border-left-color: rgb(125 211 252 / 0.05);
  border-right-color: rgb(125 211 252 / 0.05);
}

.hover\:border-x-sky-300\/50:hover {
  border-left-color: rgb(125 211 252 / 0.5);
  border-right-color: rgb(125 211 252 / 0.5);
}

.hover\:border-x-sky-300\/60:hover {
  border-left-color: rgb(125 211 252 / 0.6);
  border-right-color: rgb(125 211 252 / 0.6);
}

.hover\:border-x-sky-300\/70:hover {
  border-left-color: rgb(125 211 252 / 0.7);
  border-right-color: rgb(125 211 252 / 0.7);
}

.hover\:border-x-sky-300\/75:hover {
  border-left-color: rgb(125 211 252 / 0.75);
  border-right-color: rgb(125 211 252 / 0.75);
}

.hover\:border-x-sky-300\/80:hover {
  border-left-color: rgb(125 211 252 / 0.8);
  border-right-color: rgb(125 211 252 / 0.8);
}

.hover\:border-x-sky-300\/90:hover {
  border-left-color: rgb(125 211 252 / 0.9);
  border-right-color: rgb(125 211 252 / 0.9);
}

.hover\:border-x-sky-300\/95:hover {
  border-left-color: rgb(125 211 252 / 0.95);
  border-right-color: rgb(125 211 252 / 0.95);
}

.hover\:border-x-sky-400:hover {
  --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));
}

.hover\:border-x-sky-400\/0:hover {
  border-left-color: rgb(56 189 248 / 0);
  border-right-color: rgb(56 189 248 / 0);
}

.hover\:border-x-sky-400\/10:hover {
  border-left-color: rgb(56 189 248 / 0.1);
  border-right-color: rgb(56 189 248 / 0.1);
}

.hover\:border-x-sky-400\/100:hover {
  border-left-color: rgb(56 189 248 / 1);
  border-right-color: rgb(56 189 248 / 1);
}

.hover\:border-x-sky-400\/20:hover {
  border-left-color: rgb(56 189 248 / 0.2);
  border-right-color: rgb(56 189 248 / 0.2);
}

.hover\:border-x-sky-400\/25:hover {
  border-left-color: rgb(56 189 248 / 0.25);
  border-right-color: rgb(56 189 248 / 0.25);
}

.hover\:border-x-sky-400\/30:hover {
  border-left-color: rgb(56 189 248 / 0.3);
  border-right-color: rgb(56 189 248 / 0.3);
}

.hover\:border-x-sky-400\/40:hover {
  border-left-color: rgb(56 189 248 / 0.4);
  border-right-color: rgb(56 189 248 / 0.4);
}

.hover\:border-x-sky-400\/5:hover {
  border-left-color: rgb(56 189 248 / 0.05);
  border-right-color: rgb(56 189 248 / 0.05);
}

.hover\:border-x-sky-400\/50:hover {
  border-left-color: rgb(56 189 248 / 0.5);
  border-right-color: rgb(56 189 248 / 0.5);
}

.hover\:border-x-sky-400\/60:hover {
  border-left-color: rgb(56 189 248 / 0.6);
  border-right-color: rgb(56 189 248 / 0.6);
}

.hover\:border-x-sky-400\/70:hover {
  border-left-color: rgb(56 189 248 / 0.7);
  border-right-color: rgb(56 189 248 / 0.7);
}

.hover\:border-x-sky-400\/75:hover {
  border-left-color: rgb(56 189 248 / 0.75);
  border-right-color: rgb(56 189 248 / 0.75);
}

.hover\:border-x-sky-400\/80:hover {
  border-left-color: rgb(56 189 248 / 0.8);
  border-right-color: rgb(56 189 248 / 0.8);
}

.hover\:border-x-sky-400\/90:hover {
  border-left-color: rgb(56 189 248 / 0.9);
  border-right-color: rgb(56 189 248 / 0.9);
}

.hover\:border-x-sky-400\/95:hover {
  border-left-color: rgb(56 189 248 / 0.95);
  border-right-color: rgb(56 189 248 / 0.95);
}

.hover\:border-x-sky-50:hover {
  --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));
}

.hover\:border-x-sky-50\/0:hover {
  border-left-color: rgb(240 249 255 / 0);
  border-right-color: rgb(240 249 255 / 0);
}

.hover\:border-x-sky-50\/10:hover {
  border-left-color: rgb(240 249 255 / 0.1);
  border-right-color: rgb(240 249 255 / 0.1);
}

.hover\:border-x-sky-50\/100:hover {
  border-left-color: rgb(240 249 255 / 1);
  border-right-color: rgb(240 249 255 / 1);
}

.hover\:border-x-sky-50\/20:hover {
  border-left-color: rgb(240 249 255 / 0.2);
  border-right-color: rgb(240 249 255 / 0.2);
}

.hover\:border-x-sky-50\/25:hover {
  border-left-color: rgb(240 249 255 / 0.25);
  border-right-color: rgb(240 249 255 / 0.25);
}

.hover\:border-x-sky-50\/30:hover {
  border-left-color: rgb(240 249 255 / 0.3);
  border-right-color: rgb(240 249 255 / 0.3);
}

.hover\:border-x-sky-50\/40:hover {
  border-left-color: rgb(240 249 255 / 0.4);
  border-right-color: rgb(240 249 255 / 0.4);
}

.hover\:border-x-sky-50\/5:hover {
  border-left-color: rgb(240 249 255 / 0.05);
  border-right-color: rgb(240 249 255 / 0.05);
}

.hover\:border-x-sky-50\/50:hover {
  border-left-color: rgb(240 249 255 / 0.5);
  border-right-color: rgb(240 249 255 / 0.5);
}

.hover\:border-x-sky-50\/60:hover {
  border-left-color: rgb(240 249 255 / 0.6);
  border-right-color: rgb(240 249 255 / 0.6);
}

.hover\:border-x-sky-50\/70:hover {
  border-left-color: rgb(240 249 255 / 0.7);
  border-right-color: rgb(240 249 255 / 0.7);
}

.hover\:border-x-sky-50\/75:hover {
  border-left-color: rgb(240 249 255 / 0.75);
  border-right-color: rgb(240 249 255 / 0.75);
}

.hover\:border-x-sky-50\/80:hover {
  border-left-color: rgb(240 249 255 / 0.8);
  border-right-color: rgb(240 249 255 / 0.8);
}

.hover\:border-x-sky-50\/90:hover {
  border-left-color: rgb(240 249 255 / 0.9);
  border-right-color: rgb(240 249 255 / 0.9);
}

.hover\:border-x-sky-50\/95:hover {
  border-left-color: rgb(240 249 255 / 0.95);
  border-right-color: rgb(240 249 255 / 0.95);
}

.hover\:border-x-sky-500:hover {
  --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));
}

.hover\:border-x-sky-500\/0:hover {
  border-left-color: rgb(14 165 233 / 0);
  border-right-color: rgb(14 165 233 / 0);
}

.hover\:border-x-sky-500\/10:hover {
  border-left-color: rgb(14 165 233 / 0.1);
  border-right-color: rgb(14 165 233 / 0.1);
}

.hover\:border-x-sky-500\/100:hover {
  border-left-color: rgb(14 165 233 / 1);
  border-right-color: rgb(14 165 233 / 1);
}

.hover\:border-x-sky-500\/20:hover {
  border-left-color: rgb(14 165 233 / 0.2);
  border-right-color: rgb(14 165 233 / 0.2);
}

.hover\:border-x-sky-500\/25:hover {
  border-left-color: rgb(14 165 233 / 0.25);
  border-right-color: rgb(14 165 233 / 0.25);
}

.hover\:border-x-sky-500\/30:hover {
  border-left-color: rgb(14 165 233 / 0.3);
  border-right-color: rgb(14 165 233 / 0.3);
}

.hover\:border-x-sky-500\/40:hover {
  border-left-color: rgb(14 165 233 / 0.4);
  border-right-color: rgb(14 165 233 / 0.4);
}

.hover\:border-x-sky-500\/5:hover {
  border-left-color: rgb(14 165 233 / 0.05);
  border-right-color: rgb(14 165 233 / 0.05);
}

.hover\:border-x-sky-500\/50:hover {
  border-left-color: rgb(14 165 233 / 0.5);
  border-right-color: rgb(14 165 233 / 0.5);
}

.hover\:border-x-sky-500\/60:hover {
  border-left-color: rgb(14 165 233 / 0.6);
  border-right-color: rgb(14 165 233 / 0.6);
}

.hover\:border-x-sky-500\/70:hover {
  border-left-color: rgb(14 165 233 / 0.7);
  border-right-color: rgb(14 165 233 / 0.7);
}

.hover\:border-x-sky-500\/75:hover {
  border-left-color: rgb(14 165 233 / 0.75);
  border-right-color: rgb(14 165 233 / 0.75);
}

.hover\:border-x-sky-500\/80:hover {
  border-left-color: rgb(14 165 233 / 0.8);
  border-right-color: rgb(14 165 233 / 0.8);
}

.hover\:border-x-sky-500\/90:hover {
  border-left-color: rgb(14 165 233 / 0.9);
  border-right-color: rgb(14 165 233 / 0.9);
}

.hover\:border-x-sky-500\/95:hover {
  border-left-color: rgb(14 165 233 / 0.95);
  border-right-color: rgb(14 165 233 / 0.95);
}

.hover\:border-x-sky-600:hover {
  --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));
}

.hover\:border-x-sky-600\/0:hover {
  border-left-color: rgb(2 132 199 / 0);
  border-right-color: rgb(2 132 199 / 0);
}

.hover\:border-x-sky-600\/10:hover {
  border-left-color: rgb(2 132 199 / 0.1);
  border-right-color: rgb(2 132 199 / 0.1);
}

.hover\:border-x-sky-600\/100:hover {
  border-left-color: rgb(2 132 199 / 1);
  border-right-color: rgb(2 132 199 / 1);
}

.hover\:border-x-sky-600\/20:hover {
  border-left-color: rgb(2 132 199 / 0.2);
  border-right-color: rgb(2 132 199 / 0.2);
}

.hover\:border-x-sky-600\/25:hover {
  border-left-color: rgb(2 132 199 / 0.25);
  border-right-color: rgb(2 132 199 / 0.25);
}

.hover\:border-x-sky-600\/30:hover {
  border-left-color: rgb(2 132 199 / 0.3);
  border-right-color: rgb(2 132 199 / 0.3);
}

.hover\:border-x-sky-600\/40:hover {
  border-left-color: rgb(2 132 199 / 0.4);
  border-right-color: rgb(2 132 199 / 0.4);
}

.hover\:border-x-sky-600\/5:hover {
  border-left-color: rgb(2 132 199 / 0.05);
  border-right-color: rgb(2 132 199 / 0.05);
}

.hover\:border-x-sky-600\/50:hover {
  border-left-color: rgb(2 132 199 / 0.5);
  border-right-color: rgb(2 132 199 / 0.5);
}

.hover\:border-x-sky-600\/60:hover {
  border-left-color: rgb(2 132 199 / 0.6);
  border-right-color: rgb(2 132 199 / 0.6);
}

.hover\:border-x-sky-600\/70:hover {
  border-left-color: rgb(2 132 199 / 0.7);
  border-right-color: rgb(2 132 199 / 0.7);
}

.hover\:border-x-sky-600\/75:hover {
  border-left-color: rgb(2 132 199 / 0.75);
  border-right-color: rgb(2 132 199 / 0.75);
}

.hover\:border-x-sky-600\/80:hover {
  border-left-color: rgb(2 132 199 / 0.8);
  border-right-color: rgb(2 132 199 / 0.8);
}

.hover\:border-x-sky-600\/90:hover {
  border-left-color: rgb(2 132 199 / 0.9);
  border-right-color: rgb(2 132 199 / 0.9);
}

.hover\:border-x-sky-600\/95:hover {
  border-left-color: rgb(2 132 199 / 0.95);
  border-right-color: rgb(2 132 199 / 0.95);
}

.hover\:border-x-sky-700:hover {
  --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));
}

.hover\:border-x-sky-700\/0:hover {
  border-left-color: rgb(3 105 161 / 0);
  border-right-color: rgb(3 105 161 / 0);
}

.hover\:border-x-sky-700\/10:hover {
  border-left-color: rgb(3 105 161 / 0.1);
  border-right-color: rgb(3 105 161 / 0.1);
}

.hover\:border-x-sky-700\/100:hover {
  border-left-color: rgb(3 105 161 / 1);
  border-right-color: rgb(3 105 161 / 1);
}

.hover\:border-x-sky-700\/20:hover {
  border-left-color: rgb(3 105 161 / 0.2);
  border-right-color: rgb(3 105 161 / 0.2);
}

.hover\:border-x-sky-700\/25:hover {
  border-left-color: rgb(3 105 161 / 0.25);
  border-right-color: rgb(3 105 161 / 0.25);
}

.hover\:border-x-sky-700\/30:hover {
  border-left-color: rgb(3 105 161 / 0.3);
  border-right-color: rgb(3 105 161 / 0.3);
}

.hover\:border-x-sky-700\/40:hover {
  border-left-color: rgb(3 105 161 / 0.4);
  border-right-color: rgb(3 105 161 / 0.4);
}

.hover\:border-x-sky-700\/5:hover {
  border-left-color: rgb(3 105 161 / 0.05);
  border-right-color: rgb(3 105 161 / 0.05);
}

.hover\:border-x-sky-700\/50:hover {
  border-left-color: rgb(3 105 161 / 0.5);
  border-right-color: rgb(3 105 161 / 0.5);
}

.hover\:border-x-sky-700\/60:hover {
  border-left-color: rgb(3 105 161 / 0.6);
  border-right-color: rgb(3 105 161 / 0.6);
}

.hover\:border-x-sky-700\/70:hover {
  border-left-color: rgb(3 105 161 / 0.7);
  border-right-color: rgb(3 105 161 / 0.7);
}

.hover\:border-x-sky-700\/75:hover {
  border-left-color: rgb(3 105 161 / 0.75);
  border-right-color: rgb(3 105 161 / 0.75);
}

.hover\:border-x-sky-700\/80:hover {
  border-left-color: rgb(3 105 161 / 0.8);
  border-right-color: rgb(3 105 161 / 0.8);
}

.hover\:border-x-sky-700\/90:hover {
  border-left-color: rgb(3 105 161 / 0.9);
  border-right-color: rgb(3 105 161 / 0.9);
}

.hover\:border-x-sky-700\/95:hover {
  border-left-color: rgb(3 105 161 / 0.95);
  border-right-color: rgb(3 105 161 / 0.95);
}

.hover\:border-x-sky-800:hover {
  --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));
}

.hover\:border-x-sky-800\/0:hover {
  border-left-color: rgb(7 89 133 / 0);
  border-right-color: rgb(7 89 133 / 0);
}

.hover\:border-x-sky-800\/10:hover {
  border-left-color: rgb(7 89 133 / 0.1);
  border-right-color: rgb(7 89 133 / 0.1);
}

.hover\:border-x-sky-800\/100:hover {
  border-left-color: rgb(7 89 133 / 1);
  border-right-color: rgb(7 89 133 / 1);
}

.hover\:border-x-sky-800\/20:hover {
  border-left-color: rgb(7 89 133 / 0.2);
  border-right-color: rgb(7 89 133 / 0.2);
}

.hover\:border-x-sky-800\/25:hover {
  border-left-color: rgb(7 89 133 / 0.25);
  border-right-color: rgb(7 89 133 / 0.25);
}

.hover\:border-x-sky-800\/30:hover {
  border-left-color: rgb(7 89 133 / 0.3);
  border-right-color: rgb(7 89 133 / 0.3);
}

.hover\:border-x-sky-800\/40:hover {
  border-left-color: rgb(7 89 133 / 0.4);
  border-right-color: rgb(7 89 133 / 0.4);
}

.hover\:border-x-sky-800\/5:hover {
  border-left-color: rgb(7 89 133 / 0.05);
  border-right-color: rgb(7 89 133 / 0.05);
}

.hover\:border-x-sky-800\/50:hover {
  border-left-color: rgb(7 89 133 / 0.5);
  border-right-color: rgb(7 89 133 / 0.5);
}

.hover\:border-x-sky-800\/60:hover {
  border-left-color: rgb(7 89 133 / 0.6);
  border-right-color: rgb(7 89 133 / 0.6);
}

.hover\:border-x-sky-800\/70:hover {
  border-left-color: rgb(7 89 133 / 0.7);
  border-right-color: rgb(7 89 133 / 0.7);
}

.hover\:border-x-sky-800\/75:hover {
  border-left-color: rgb(7 89 133 / 0.75);
  border-right-color: rgb(7 89 133 / 0.75);
}

.hover\:border-x-sky-800\/80:hover {
  border-left-color: rgb(7 89 133 / 0.8);
  border-right-color: rgb(7 89 133 / 0.8);
}

.hover\:border-x-sky-800\/90:hover {
  border-left-color: rgb(7 89 133 / 0.9);
  border-right-color: rgb(7 89 133 / 0.9);
}

.hover\:border-x-sky-800\/95:hover {
  border-left-color: rgb(7 89 133 / 0.95);
  border-right-color: rgb(7 89 133 / 0.95);
}

.hover\:border-x-sky-900:hover {
  --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));
}

.hover\:border-x-sky-900\/0:hover {
  border-left-color: rgb(12 74 110 / 0);
  border-right-color: rgb(12 74 110 / 0);
}

.hover\:border-x-sky-900\/10:hover {
  border-left-color: rgb(12 74 110 / 0.1);
  border-right-color: rgb(12 74 110 / 0.1);
}

.hover\:border-x-sky-900\/100:hover {
  border-left-color: rgb(12 74 110 / 1);
  border-right-color: rgb(12 74 110 / 1);
}

.hover\:border-x-sky-900\/20:hover {
  border-left-color: rgb(12 74 110 / 0.2);
  border-right-color: rgb(12 74 110 / 0.2);
}

.hover\:border-x-sky-900\/25:hover {
  border-left-color: rgb(12 74 110 / 0.25);
  border-right-color: rgb(12 74 110 / 0.25);
}

.hover\:border-x-sky-900\/30:hover {
  border-left-color: rgb(12 74 110 / 0.3);
  border-right-color: rgb(12 74 110 / 0.3);
}

.hover\:border-x-sky-900\/40:hover {
  border-left-color: rgb(12 74 110 / 0.4);
  border-right-color: rgb(12 74 110 / 0.4);
}

.hover\:border-x-sky-900\/5:hover {
  border-left-color: rgb(12 74 110 / 0.05);
  border-right-color: rgb(12 74 110 / 0.05);
}

.hover\:border-x-sky-900\/50:hover {
  border-left-color: rgb(12 74 110 / 0.5);
  border-right-color: rgb(12 74 110 / 0.5);
}

.hover\:border-x-sky-900\/60:hover {
  border-left-color: rgb(12 74 110 / 0.6);
  border-right-color: rgb(12 74 110 / 0.6);
}

.hover\:border-x-sky-900\/70:hover {
  border-left-color: rgb(12 74 110 / 0.7);
  border-right-color: rgb(12 74 110 / 0.7);
}

.hover\:border-x-sky-900\/75:hover {
  border-left-color: rgb(12 74 110 / 0.75);
  border-right-color: rgb(12 74 110 / 0.75);
}

.hover\:border-x-sky-900\/80:hover {
  border-left-color: rgb(12 74 110 / 0.8);
  border-right-color: rgb(12 74 110 / 0.8);
}

.hover\:border-x-sky-900\/90:hover {
  border-left-color: rgb(12 74 110 / 0.9);
  border-right-color: rgb(12 74 110 / 0.9);
}

.hover\:border-x-sky-900\/95:hover {
  border-left-color: rgb(12 74 110 / 0.95);
  border-right-color: rgb(12 74 110 / 0.95);
}

.hover\:border-x-sky-950:hover {
  --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));
}

.hover\:border-x-sky-950\/0:hover {
  border-left-color: rgb(8 47 73 / 0);
  border-right-color: rgb(8 47 73 / 0);
}

.hover\:border-x-sky-950\/10:hover {
  border-left-color: rgb(8 47 73 / 0.1);
  border-right-color: rgb(8 47 73 / 0.1);
}

.hover\:border-x-sky-950\/100:hover {
  border-left-color: rgb(8 47 73 / 1);
  border-right-color: rgb(8 47 73 / 1);
}

.hover\:border-x-sky-950\/20:hover {
  border-left-color: rgb(8 47 73 / 0.2);
  border-right-color: rgb(8 47 73 / 0.2);
}

.hover\:border-x-sky-950\/25:hover {
  border-left-color: rgb(8 47 73 / 0.25);
  border-right-color: rgb(8 47 73 / 0.25);
}

.hover\:border-x-sky-950\/30:hover {
  border-left-color: rgb(8 47 73 / 0.3);
  border-right-color: rgb(8 47 73 / 0.3);
}

.hover\:border-x-sky-950\/40:hover {
  border-left-color: rgb(8 47 73 / 0.4);
  border-right-color: rgb(8 47 73 / 0.4);
}

.hover\:border-x-sky-950\/5:hover {
  border-left-color: rgb(8 47 73 / 0.05);
  border-right-color: rgb(8 47 73 / 0.05);
}

.hover\:border-x-sky-950\/50:hover {
  border-left-color: rgb(8 47 73 / 0.5);
  border-right-color: rgb(8 47 73 / 0.5);
}

.hover\:border-x-sky-950\/60:hover {
  border-left-color: rgb(8 47 73 / 0.6);
  border-right-color: rgb(8 47 73 / 0.6);
}

.hover\:border-x-sky-950\/70:hover {
  border-left-color: rgb(8 47 73 / 0.7);
  border-right-color: rgb(8 47 73 / 0.7);
}

.hover\:border-x-sky-950\/75:hover {
  border-left-color: rgb(8 47 73 / 0.75);
  border-right-color: rgb(8 47 73 / 0.75);
}

.hover\:border-x-sky-950\/80:hover {
  border-left-color: rgb(8 47 73 / 0.8);
  border-right-color: rgb(8 47 73 / 0.8);
}

.hover\:border-x-sky-950\/90:hover {
  border-left-color: rgb(8 47 73 / 0.9);
  border-right-color: rgb(8 47 73 / 0.9);
}

.hover\:border-x-sky-950\/95:hover {
  border-left-color: rgb(8 47 73 / 0.95);
  border-right-color: rgb(8 47 73 / 0.95);
}

.hover\:border-x-slate-100:hover {
  --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));
}

.hover\:border-x-slate-100\/0:hover {
  border-left-color: rgb(241 245 249 / 0);
  border-right-color: rgb(241 245 249 / 0);
}

.hover\:border-x-slate-100\/10:hover {
  border-left-color: rgb(241 245 249 / 0.1);
  border-right-color: rgb(241 245 249 / 0.1);
}

.hover\:border-x-slate-100\/100:hover {
  border-left-color: rgb(241 245 249 / 1);
  border-right-color: rgb(241 245 249 / 1);
}

.hover\:border-x-slate-100\/20:hover {
  border-left-color: rgb(241 245 249 / 0.2);
  border-right-color: rgb(241 245 249 / 0.2);
}

.hover\:border-x-slate-100\/25:hover {
  border-left-color: rgb(241 245 249 / 0.25);
  border-right-color: rgb(241 245 249 / 0.25);
}

.hover\:border-x-slate-100\/30:hover {
  border-left-color: rgb(241 245 249 / 0.3);
  border-right-color: rgb(241 245 249 / 0.3);
}

.hover\:border-x-slate-100\/40:hover {
  border-left-color: rgb(241 245 249 / 0.4);
  border-right-color: rgb(241 245 249 / 0.4);
}

.hover\:border-x-slate-100\/5:hover {
  border-left-color: rgb(241 245 249 / 0.05);
  border-right-color: rgb(241 245 249 / 0.05);
}

.hover\:border-x-slate-100\/50:hover {
  border-left-color: rgb(241 245 249 / 0.5);
  border-right-color: rgb(241 245 249 / 0.5);
}

.hover\:border-x-slate-100\/60:hover {
  border-left-color: rgb(241 245 249 / 0.6);
  border-right-color: rgb(241 245 249 / 0.6);
}

.hover\:border-x-slate-100\/70:hover {
  border-left-color: rgb(241 245 249 / 0.7);
  border-right-color: rgb(241 245 249 / 0.7);
}

.hover\:border-x-slate-100\/75:hover {
  border-left-color: rgb(241 245 249 / 0.75);
  border-right-color: rgb(241 245 249 / 0.75);
}

.hover\:border-x-slate-100\/80:hover {
  border-left-color: rgb(241 245 249 / 0.8);
  border-right-color: rgb(241 245 249 / 0.8);
}

.hover\:border-x-slate-100\/90:hover {
  border-left-color: rgb(241 245 249 / 0.9);
  border-right-color: rgb(241 245 249 / 0.9);
}

.hover\:border-x-slate-100\/95:hover {
  border-left-color: rgb(241 245 249 / 0.95);
  border-right-color: rgb(241 245 249 / 0.95);
}

.hover\:border-x-slate-200:hover {
  --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));
}

.hover\:border-x-slate-200\/0:hover {
  border-left-color: rgb(226 232 240 / 0);
  border-right-color: rgb(226 232 240 / 0);
}

.hover\:border-x-slate-200\/10:hover {
  border-left-color: rgb(226 232 240 / 0.1);
  border-right-color: rgb(226 232 240 / 0.1);
}

.hover\:border-x-slate-200\/100:hover {
  border-left-color: rgb(226 232 240 / 1);
  border-right-color: rgb(226 232 240 / 1);
}

.hover\:border-x-slate-200\/20:hover {
  border-left-color: rgb(226 232 240 / 0.2);
  border-right-color: rgb(226 232 240 / 0.2);
}

.hover\:border-x-slate-200\/25:hover {
  border-left-color: rgb(226 232 240 / 0.25);
  border-right-color: rgb(226 232 240 / 0.25);
}

.hover\:border-x-slate-200\/30:hover {
  border-left-color: rgb(226 232 240 / 0.3);
  border-right-color: rgb(226 232 240 / 0.3);
}

.hover\:border-x-slate-200\/40:hover {
  border-left-color: rgb(226 232 240 / 0.4);
  border-right-color: rgb(226 232 240 / 0.4);
}

.hover\:border-x-slate-200\/5:hover {
  border-left-color: rgb(226 232 240 / 0.05);
  border-right-color: rgb(226 232 240 / 0.05);
}

.hover\:border-x-slate-200\/50:hover {
  border-left-color: rgb(226 232 240 / 0.5);
  border-right-color: rgb(226 232 240 / 0.5);
}

.hover\:border-x-slate-200\/60:hover {
  border-left-color: rgb(226 232 240 / 0.6);
  border-right-color: rgb(226 232 240 / 0.6);
}

.hover\:border-x-slate-200\/70:hover {
  border-left-color: rgb(226 232 240 / 0.7);
  border-right-color: rgb(226 232 240 / 0.7);
}

.hover\:border-x-slate-200\/75:hover {
  border-left-color: rgb(226 232 240 / 0.75);
  border-right-color: rgb(226 232 240 / 0.75);
}

.hover\:border-x-slate-200\/80:hover {
  border-left-color: rgb(226 232 240 / 0.8);
  border-right-color: rgb(226 232 240 / 0.8);
}

.hover\:border-x-slate-200\/90:hover {
  border-left-color: rgb(226 232 240 / 0.9);
  border-right-color: rgb(226 232 240 / 0.9);
}

.hover\:border-x-slate-200\/95:hover {
  border-left-color: rgb(226 232 240 / 0.95);
  border-right-color: rgb(226 232 240 / 0.95);
}

.hover\:border-x-slate-300:hover {
  --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));
}

.hover\:border-x-slate-300\/0:hover {
  border-left-color: rgb(203 213 225 / 0);
  border-right-color: rgb(203 213 225 / 0);
}

.hover\:border-x-slate-300\/10:hover {
  border-left-color: rgb(203 213 225 / 0.1);
  border-right-color: rgb(203 213 225 / 0.1);
}

.hover\:border-x-slate-300\/100:hover {
  border-left-color: rgb(203 213 225 / 1);
  border-right-color: rgb(203 213 225 / 1);
}

.hover\:border-x-slate-300\/20:hover {
  border-left-color: rgb(203 213 225 / 0.2);
  border-right-color: rgb(203 213 225 / 0.2);
}

.hover\:border-x-slate-300\/25:hover {
  border-left-color: rgb(203 213 225 / 0.25);
  border-right-color: rgb(203 213 225 / 0.25);
}

.hover\:border-x-slate-300\/30:hover {
  border-left-color: rgb(203 213 225 / 0.3);
  border-right-color: rgb(203 213 225 / 0.3);
}

.hover\:border-x-slate-300\/40:hover {
  border-left-color: rgb(203 213 225 / 0.4);
  border-right-color: rgb(203 213 225 / 0.4);
}

.hover\:border-x-slate-300\/5:hover {
  border-left-color: rgb(203 213 225 / 0.05);
  border-right-color: rgb(203 213 225 / 0.05);
}

.hover\:border-x-slate-300\/50:hover {
  border-left-color: rgb(203 213 225 / 0.5);
  border-right-color: rgb(203 213 225 / 0.5);
}

.hover\:border-x-slate-300\/60:hover {
  border-left-color: rgb(203 213 225 / 0.6);
  border-right-color: rgb(203 213 225 / 0.6);
}

.hover\:border-x-slate-300\/70:hover {
  border-left-color: rgb(203 213 225 / 0.7);
  border-right-color: rgb(203 213 225 / 0.7);
}

.hover\:border-x-slate-300\/75:hover {
  border-left-color: rgb(203 213 225 / 0.75);
  border-right-color: rgb(203 213 225 / 0.75);
}

.hover\:border-x-slate-300\/80:hover {
  border-left-color: rgb(203 213 225 / 0.8);
  border-right-color: rgb(203 213 225 / 0.8);
}

.hover\:border-x-slate-300\/90:hover {
  border-left-color: rgb(203 213 225 / 0.9);
  border-right-color: rgb(203 213 225 / 0.9);
}

.hover\:border-x-slate-300\/95:hover {
  border-left-color: rgb(203 213 225 / 0.95);
  border-right-color: rgb(203 213 225 / 0.95);
}

.hover\:border-x-slate-400:hover {
  --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));
}

.hover\:border-x-slate-400\/0:hover {
  border-left-color: rgb(148 163 184 / 0);
  border-right-color: rgb(148 163 184 / 0);
}

.hover\:border-x-slate-400\/10:hover {
  border-left-color: rgb(148 163 184 / 0.1);
  border-right-color: rgb(148 163 184 / 0.1);
}

.hover\:border-x-slate-400\/100:hover {
  border-left-color: rgb(148 163 184 / 1);
  border-right-color: rgb(148 163 184 / 1);
}

.hover\:border-x-slate-400\/20:hover {
  border-left-color: rgb(148 163 184 / 0.2);
  border-right-color: rgb(148 163 184 / 0.2);
}

.hover\:border-x-slate-400\/25:hover {
  border-left-color: rgb(148 163 184 / 0.25);
  border-right-color: rgb(148 163 184 / 0.25);
}

.hover\:border-x-slate-400\/30:hover {
  border-left-color: rgb(148 163 184 / 0.3);
  border-right-color: rgb(148 163 184 / 0.3);
}

.hover\:border-x-slate-400\/40:hover {
  border-left-color: rgb(148 163 184 / 0.4);
  border-right-color: rgb(148 163 184 / 0.4);
}

.hover\:border-x-slate-400\/5:hover {
  border-left-color: rgb(148 163 184 / 0.05);
  border-right-color: rgb(148 163 184 / 0.05);
}

.hover\:border-x-slate-400\/50:hover {
  border-left-color: rgb(148 163 184 / 0.5);
  border-right-color: rgb(148 163 184 / 0.5);
}

.hover\:border-x-slate-400\/60:hover {
  border-left-color: rgb(148 163 184 / 0.6);
  border-right-color: rgb(148 163 184 / 0.6);
}

.hover\:border-x-slate-400\/70:hover {
  border-left-color: rgb(148 163 184 / 0.7);
  border-right-color: rgb(148 163 184 / 0.7);
}

.hover\:border-x-slate-400\/75:hover {
  border-left-color: rgb(148 163 184 / 0.75);
  border-right-color: rgb(148 163 184 / 0.75);
}

.hover\:border-x-slate-400\/80:hover {
  border-left-color: rgb(148 163 184 / 0.8);
  border-right-color: rgb(148 163 184 / 0.8);
}

.hover\:border-x-slate-400\/90:hover {
  border-left-color: rgb(148 163 184 / 0.9);
  border-right-color: rgb(148 163 184 / 0.9);
}

.hover\:border-x-slate-400\/95:hover {
  border-left-color: rgb(148 163 184 / 0.95);
  border-right-color: rgb(148 163 184 / 0.95);
}

.hover\:border-x-slate-50:hover {
  --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));
}

.hover\:border-x-slate-50\/0:hover {
  border-left-color: rgb(248 250 252 / 0);
  border-right-color: rgb(248 250 252 / 0);
}

.hover\:border-x-slate-50\/10:hover {
  border-left-color: rgb(248 250 252 / 0.1);
  border-right-color: rgb(248 250 252 / 0.1);
}

.hover\:border-x-slate-50\/100:hover {
  border-left-color: rgb(248 250 252 / 1);
  border-right-color: rgb(248 250 252 / 1);
}

.hover\:border-x-slate-50\/20:hover {
  border-left-color: rgb(248 250 252 / 0.2);
  border-right-color: rgb(248 250 252 / 0.2);
}

.hover\:border-x-slate-50\/25:hover {
  border-left-color: rgb(248 250 252 / 0.25);
  border-right-color: rgb(248 250 252 / 0.25);
}

.hover\:border-x-slate-50\/30:hover {
  border-left-color: rgb(248 250 252 / 0.3);
  border-right-color: rgb(248 250 252 / 0.3);
}

.hover\:border-x-slate-50\/40:hover {
  border-left-color: rgb(248 250 252 / 0.4);
  border-right-color: rgb(248 250 252 / 0.4);
}

.hover\:border-x-slate-50\/5:hover {
  border-left-color: rgb(248 250 252 / 0.05);
  border-right-color: rgb(248 250 252 / 0.05);
}

.hover\:border-x-slate-50\/50:hover {
  border-left-color: rgb(248 250 252 / 0.5);
  border-right-color: rgb(248 250 252 / 0.5);
}

.hover\:border-x-slate-50\/60:hover {
  border-left-color: rgb(248 250 252 / 0.6);
  border-right-color: rgb(248 250 252 / 0.6);
}

.hover\:border-x-slate-50\/70:hover {
  border-left-color: rgb(248 250 252 / 0.7);
  border-right-color: rgb(248 250 252 / 0.7);
}

.hover\:border-x-slate-50\/75:hover {
  border-left-color: rgb(248 250 252 / 0.75);
  border-right-color: rgb(248 250 252 / 0.75);
}

.hover\:border-x-slate-50\/80:hover {
  border-left-color: rgb(248 250 252 / 0.8);
  border-right-color: rgb(248 250 252 / 0.8);
}

.hover\:border-x-slate-50\/90:hover {
  border-left-color: rgb(248 250 252 / 0.9);
  border-right-color: rgb(248 250 252 / 0.9);
}

.hover\:border-x-slate-50\/95:hover {
  border-left-color: rgb(248 250 252 / 0.95);
  border-right-color: rgb(248 250 252 / 0.95);
}

.hover\:border-x-slate-500:hover {
  --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));
}

.hover\:border-x-slate-500\/0:hover {
  border-left-color: rgb(100 116 139 / 0);
  border-right-color: rgb(100 116 139 / 0);
}

.hover\:border-x-slate-500\/10:hover {
  border-left-color: rgb(100 116 139 / 0.1);
  border-right-color: rgb(100 116 139 / 0.1);
}

.hover\:border-x-slate-500\/100:hover {
  border-left-color: rgb(100 116 139 / 1);
  border-right-color: rgb(100 116 139 / 1);
}

.hover\:border-x-slate-500\/20:hover {
  border-left-color: rgb(100 116 139 / 0.2);
  border-right-color: rgb(100 116 139 / 0.2);
}

.hover\:border-x-slate-500\/25:hover {
  border-left-color: rgb(100 116 139 / 0.25);
  border-right-color: rgb(100 116 139 / 0.25);
}

.hover\:border-x-slate-500\/30:hover {
  border-left-color: rgb(100 116 139 / 0.3);
  border-right-color: rgb(100 116 139 / 0.3);
}

.hover\:border-x-slate-500\/40:hover {
  border-left-color: rgb(100 116 139 / 0.4);
  border-right-color: rgb(100 116 139 / 0.4);
}

.hover\:border-x-slate-500\/5:hover {
  border-left-color: rgb(100 116 139 / 0.05);
  border-right-color: rgb(100 116 139 / 0.05);
}

.hover\:border-x-slate-500\/50:hover {
  border-left-color: rgb(100 116 139 / 0.5);
  border-right-color: rgb(100 116 139 / 0.5);
}

.hover\:border-x-slate-500\/60:hover {
  border-left-color: rgb(100 116 139 / 0.6);
  border-right-color: rgb(100 116 139 / 0.6);
}

.hover\:border-x-slate-500\/70:hover {
  border-left-color: rgb(100 116 139 / 0.7);
  border-right-color: rgb(100 116 139 / 0.7);
}

.hover\:border-x-slate-500\/75:hover {
  border-left-color: rgb(100 116 139 / 0.75);
  border-right-color: rgb(100 116 139 / 0.75);
}

.hover\:border-x-slate-500\/80:hover {
  border-left-color: rgb(100 116 139 / 0.8);
  border-right-color: rgb(100 116 139 / 0.8);
}

.hover\:border-x-slate-500\/90:hover {
  border-left-color: rgb(100 116 139 / 0.9);
  border-right-color: rgb(100 116 139 / 0.9);
}

.hover\:border-x-slate-500\/95:hover {
  border-left-color: rgb(100 116 139 / 0.95);
  border-right-color: rgb(100 116 139 / 0.95);
}

.hover\:border-x-slate-600:hover {
  --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));
}

.hover\:border-x-slate-600\/0:hover {
  border-left-color: rgb(71 85 105 / 0);
  border-right-color: rgb(71 85 105 / 0);
}

.hover\:border-x-slate-600\/10:hover {
  border-left-color: rgb(71 85 105 / 0.1);
  border-right-color: rgb(71 85 105 / 0.1);
}

.hover\:border-x-slate-600\/100:hover {
  border-left-color: rgb(71 85 105 / 1);
  border-right-color: rgb(71 85 105 / 1);
}

.hover\:border-x-slate-600\/20:hover {
  border-left-color: rgb(71 85 105 / 0.2);
  border-right-color: rgb(71 85 105 / 0.2);
}

.hover\:border-x-slate-600\/25:hover {
  border-left-color: rgb(71 85 105 / 0.25);
  border-right-color: rgb(71 85 105 / 0.25);
}

.hover\:border-x-slate-600\/30:hover {
  border-left-color: rgb(71 85 105 / 0.3);
  border-right-color: rgb(71 85 105 / 0.3);
}

.hover\:border-x-slate-600\/40:hover {
  border-left-color: rgb(71 85 105 / 0.4);
  border-right-color: rgb(71 85 105 / 0.4);
}

.hover\:border-x-slate-600\/5:hover {
  border-left-color: rgb(71 85 105 / 0.05);
  border-right-color: rgb(71 85 105 / 0.05);
}

.hover\:border-x-slate-600\/50:hover {
  border-left-color: rgb(71 85 105 / 0.5);
  border-right-color: rgb(71 85 105 / 0.5);
}

.hover\:border-x-slate-600\/60:hover {
  border-left-color: rgb(71 85 105 / 0.6);
  border-right-color: rgb(71 85 105 / 0.6);
}

.hover\:border-x-slate-600\/70:hover {
  border-left-color: rgb(71 85 105 / 0.7);
  border-right-color: rgb(71 85 105 / 0.7);
}

.hover\:border-x-slate-600\/75:hover {
  border-left-color: rgb(71 85 105 / 0.75);
  border-right-color: rgb(71 85 105 / 0.75);
}

.hover\:border-x-slate-600\/80:hover {
  border-left-color: rgb(71 85 105 / 0.8);
  border-right-color: rgb(71 85 105 / 0.8);
}

.hover\:border-x-slate-600\/90:hover {
  border-left-color: rgb(71 85 105 / 0.9);
  border-right-color: rgb(71 85 105 / 0.9);
}

.hover\:border-x-slate-600\/95:hover {
  border-left-color: rgb(71 85 105 / 0.95);
  border-right-color: rgb(71 85 105 / 0.95);
}

.hover\:border-x-slate-700:hover {
  --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));
}

.hover\:border-x-slate-700\/0:hover {
  border-left-color: rgb(51 65 85 / 0);
  border-right-color: rgb(51 65 85 / 0);
}

.hover\:border-x-slate-700\/10:hover {
  border-left-color: rgb(51 65 85 / 0.1);
  border-right-color: rgb(51 65 85 / 0.1);
}

.hover\:border-x-slate-700\/100:hover {
  border-left-color: rgb(51 65 85 / 1);
  border-right-color: rgb(51 65 85 / 1);
}

.hover\:border-x-slate-700\/20:hover {
  border-left-color: rgb(51 65 85 / 0.2);
  border-right-color: rgb(51 65 85 / 0.2);
}

.hover\:border-x-slate-700\/25:hover {
  border-left-color: rgb(51 65 85 / 0.25);
  border-right-color: rgb(51 65 85 / 0.25);
}

.hover\:border-x-slate-700\/30:hover {
  border-left-color: rgb(51 65 85 / 0.3);
  border-right-color: rgb(51 65 85 / 0.3);
}

.hover\:border-x-slate-700\/40:hover {
  border-left-color: rgb(51 65 85 / 0.4);
  border-right-color: rgb(51 65 85 / 0.4);
}

.hover\:border-x-slate-700\/5:hover {
  border-left-color: rgb(51 65 85 / 0.05);
  border-right-color: rgb(51 65 85 / 0.05);
}

.hover\:border-x-slate-700\/50:hover {
  border-left-color: rgb(51 65 85 / 0.5);
  border-right-color: rgb(51 65 85 / 0.5);
}

.hover\:border-x-slate-700\/60:hover {
  border-left-color: rgb(51 65 85 / 0.6);
  border-right-color: rgb(51 65 85 / 0.6);
}

.hover\:border-x-slate-700\/70:hover {
  border-left-color: rgb(51 65 85 / 0.7);
  border-right-color: rgb(51 65 85 / 0.7);
}

.hover\:border-x-slate-700\/75:hover {
  border-left-color: rgb(51 65 85 / 0.75);
  border-right-color: rgb(51 65 85 / 0.75);
}

.hover\:border-x-slate-700\/80:hover {
  border-left-color: rgb(51 65 85 / 0.8);
  border-right-color: rgb(51 65 85 / 0.8);
}

.hover\:border-x-slate-700\/90:hover {
  border-left-color: rgb(51 65 85 / 0.9);
  border-right-color: rgb(51 65 85 / 0.9);
}

.hover\:border-x-slate-700\/95:hover {
  border-left-color: rgb(51 65 85 / 0.95);
  border-right-color: rgb(51 65 85 / 0.95);
}

.hover\:border-x-slate-800:hover {
  --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));
}

.hover\:border-x-slate-800\/0:hover {
  border-left-color: rgb(30 41 59 / 0);
  border-right-color: rgb(30 41 59 / 0);
}

.hover\:border-x-slate-800\/10:hover {
  border-left-color: rgb(30 41 59 / 0.1);
  border-right-color: rgb(30 41 59 / 0.1);
}

.hover\:border-x-slate-800\/100:hover {
  border-left-color: rgb(30 41 59 / 1);
  border-right-color: rgb(30 41 59 / 1);
}

.hover\:border-x-slate-800\/20:hover {
  border-left-color: rgb(30 41 59 / 0.2);
  border-right-color: rgb(30 41 59 / 0.2);
}

.hover\:border-x-slate-800\/25:hover {
  border-left-color: rgb(30 41 59 / 0.25);
  border-right-color: rgb(30 41 59 / 0.25);
}

.hover\:border-x-slate-800\/30:hover {
  border-left-color: rgb(30 41 59 / 0.3);
  border-right-color: rgb(30 41 59 / 0.3);
}

.hover\:border-x-slate-800\/40:hover {
  border-left-color: rgb(30 41 59 / 0.4);
  border-right-color: rgb(30 41 59 / 0.4);
}

.hover\:border-x-slate-800\/5:hover {
  border-left-color: rgb(30 41 59 / 0.05);
  border-right-color: rgb(30 41 59 / 0.05);
}

.hover\:border-x-slate-800\/50:hover {
  border-left-color: rgb(30 41 59 / 0.5);
  border-right-color: rgb(30 41 59 / 0.5);
}

.hover\:border-x-slate-800\/60:hover {
  border-left-color: rgb(30 41 59 / 0.6);
  border-right-color: rgb(30 41 59 / 0.6);
}

.hover\:border-x-slate-800\/70:hover {
  border-left-color: rgb(30 41 59 / 0.7);
  border-right-color: rgb(30 41 59 / 0.7);
}

.hover\:border-x-slate-800\/75:hover {
  border-left-color: rgb(30 41 59 / 0.75);
  border-right-color: rgb(30 41 59 / 0.75);
}

.hover\:border-x-slate-800\/80:hover {
  border-left-color: rgb(30 41 59 / 0.8);
  border-right-color: rgb(30 41 59 / 0.8);
}

.hover\:border-x-slate-800\/90:hover {
  border-left-color: rgb(30 41 59 / 0.9);
  border-right-color: rgb(30 41 59 / 0.9);
}

.hover\:border-x-slate-800\/95:hover {
  border-left-color: rgb(30 41 59 / 0.95);
  border-right-color: rgb(30 41 59 / 0.95);
}

.hover\:border-x-slate-900:hover {
  --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));
}

.hover\:border-x-slate-900\/0:hover {
  border-left-color: rgb(15 23 42 / 0);
  border-right-color: rgb(15 23 42 / 0);
}

.hover\:border-x-slate-900\/10:hover {
  border-left-color: rgb(15 23 42 / 0.1);
  border-right-color: rgb(15 23 42 / 0.1);
}

.hover\:border-x-slate-900\/100:hover {
  border-left-color: rgb(15 23 42 / 1);
  border-right-color: rgb(15 23 42 / 1);
}

.hover\:border-x-slate-900\/20:hover {
  border-left-color: rgb(15 23 42 / 0.2);
  border-right-color: rgb(15 23 42 / 0.2);
}

.hover\:border-x-slate-900\/25:hover {
  border-left-color: rgb(15 23 42 / 0.25);
  border-right-color: rgb(15 23 42 / 0.25);
}

.hover\:border-x-slate-900\/30:hover {
  border-left-color: rgb(15 23 42 / 0.3);
  border-right-color: rgb(15 23 42 / 0.3);
}

.hover\:border-x-slate-900\/40:hover {
  border-left-color: rgb(15 23 42 / 0.4);
  border-right-color: rgb(15 23 42 / 0.4);
}

.hover\:border-x-slate-900\/5:hover {
  border-left-color: rgb(15 23 42 / 0.05);
  border-right-color: rgb(15 23 42 / 0.05);
}

.hover\:border-x-slate-900\/50:hover {
  border-left-color: rgb(15 23 42 / 0.5);
  border-right-color: rgb(15 23 42 / 0.5);
}

.hover\:border-x-slate-900\/60:hover {
  border-left-color: rgb(15 23 42 / 0.6);
  border-right-color: rgb(15 23 42 / 0.6);
}

.hover\:border-x-slate-900\/70:hover {
  border-left-color: rgb(15 23 42 / 0.7);
  border-right-color: rgb(15 23 42 / 0.7);
}

.hover\:border-x-slate-900\/75:hover {
  border-left-color: rgb(15 23 42 / 0.75);
  border-right-color: rgb(15 23 42 / 0.75);
}

.hover\:border-x-slate-900\/80:hover {
  border-left-color: rgb(15 23 42 / 0.8);
  border-right-color: rgb(15 23 42 / 0.8);
}

.hover\:border-x-slate-900\/90:hover {
  border-left-color: rgb(15 23 42 / 0.9);
  border-right-color: rgb(15 23 42 / 0.9);
}

.hover\:border-x-slate-900\/95:hover {
  border-left-color: rgb(15 23 42 / 0.95);
  border-right-color: rgb(15 23 42 / 0.95);
}

.hover\:border-x-slate-950:hover {
  --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));
}

.hover\:border-x-slate-950\/0:hover {
  border-left-color: rgb(2 6 23 / 0);
  border-right-color: rgb(2 6 23 / 0);
}

.hover\:border-x-slate-950\/10:hover {
  border-left-color: rgb(2 6 23 / 0.1);
  border-right-color: rgb(2 6 23 / 0.1);
}

.hover\:border-x-slate-950\/100:hover {
  border-left-color: rgb(2 6 23 / 1);
  border-right-color: rgb(2 6 23 / 1);
}

.hover\:border-x-slate-950\/20:hover {
  border-left-color: rgb(2 6 23 / 0.2);
  border-right-color: rgb(2 6 23 / 0.2);
}

.hover\:border-x-slate-950\/25:hover {
  border-left-color: rgb(2 6 23 / 0.25);
  border-right-color: rgb(2 6 23 / 0.25);
}

.hover\:border-x-slate-950\/30:hover {
  border-left-color: rgb(2 6 23 / 0.3);
  border-right-color: rgb(2 6 23 / 0.3);
}

.hover\:border-x-slate-950\/40:hover {
  border-left-color: rgb(2 6 23 / 0.4);
  border-right-color: rgb(2 6 23 / 0.4);
}

.hover\:border-x-slate-950\/5:hover {
  border-left-color: rgb(2 6 23 / 0.05);
  border-right-color: rgb(2 6 23 / 0.05);
}

.hover\:border-x-slate-950\/50:hover {
  border-left-color: rgb(2 6 23 / 0.5);
  border-right-color: rgb(2 6 23 / 0.5);
}

.hover\:border-x-slate-950\/60:hover {
  border-left-color: rgb(2 6 23 / 0.6);
  border-right-color: rgb(2 6 23 / 0.6);
}

.hover\:border-x-slate-950\/70:hover {
  border-left-color: rgb(2 6 23 / 0.7);
  border-right-color: rgb(2 6 23 / 0.7);
}

.hover\:border-x-slate-950\/75:hover {
  border-left-color: rgb(2 6 23 / 0.75);
  border-right-color: rgb(2 6 23 / 0.75);
}

.hover\:border-x-slate-950\/80:hover {
  border-left-color: rgb(2 6 23 / 0.8);
  border-right-color: rgb(2 6 23 / 0.8);
}

.hover\:border-x-slate-950\/90:hover {
  border-left-color: rgb(2 6 23 / 0.9);
  border-right-color: rgb(2 6 23 / 0.9);
}

.hover\:border-x-slate-950\/95:hover {
  border-left-color: rgb(2 6 23 / 0.95);
  border-right-color: rgb(2 6 23 / 0.95);
}

.hover\:border-x-stone-100:hover {
  --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));
}

.hover\:border-x-stone-100\/0:hover {
  border-left-color: rgb(245 245 244 / 0);
  border-right-color: rgb(245 245 244 / 0);
}

.hover\:border-x-stone-100\/10:hover {
  border-left-color: rgb(245 245 244 / 0.1);
  border-right-color: rgb(245 245 244 / 0.1);
}

.hover\:border-x-stone-100\/100:hover {
  border-left-color: rgb(245 245 244 / 1);
  border-right-color: rgb(245 245 244 / 1);
}

.hover\:border-x-stone-100\/20:hover {
  border-left-color: rgb(245 245 244 / 0.2);
  border-right-color: rgb(245 245 244 / 0.2);
}

.hover\:border-x-stone-100\/25:hover {
  border-left-color: rgb(245 245 244 / 0.25);
  border-right-color: rgb(245 245 244 / 0.25);
}

.hover\:border-x-stone-100\/30:hover {
  border-left-color: rgb(245 245 244 / 0.3);
  border-right-color: rgb(245 245 244 / 0.3);
}

.hover\:border-x-stone-100\/40:hover {
  border-left-color: rgb(245 245 244 / 0.4);
  border-right-color: rgb(245 245 244 / 0.4);
}

.hover\:border-x-stone-100\/5:hover {
  border-left-color: rgb(245 245 244 / 0.05);
  border-right-color: rgb(245 245 244 / 0.05);
}

.hover\:border-x-stone-100\/50:hover {
  border-left-color: rgb(245 245 244 / 0.5);
  border-right-color: rgb(245 245 244 / 0.5);
}

.hover\:border-x-stone-100\/60:hover {
  border-left-color: rgb(245 245 244 / 0.6);
  border-right-color: rgb(245 245 244 / 0.6);
}

.hover\:border-x-stone-100\/70:hover {
  border-left-color: rgb(245 245 244 / 0.7);
  border-right-color: rgb(245 245 244 / 0.7);
}

.hover\:border-x-stone-100\/75:hover {
  border-left-color: rgb(245 245 244 / 0.75);
  border-right-color: rgb(245 245 244 / 0.75);
}

.hover\:border-x-stone-100\/80:hover {
  border-left-color: rgb(245 245 244 / 0.8);
  border-right-color: rgb(245 245 244 / 0.8);
}

.hover\:border-x-stone-100\/90:hover {
  border-left-color: rgb(245 245 244 / 0.9);
  border-right-color: rgb(245 245 244 / 0.9);
}

.hover\:border-x-stone-100\/95:hover {
  border-left-color: rgb(245 245 244 / 0.95);
  border-right-color: rgb(245 245 244 / 0.95);
}

.hover\:border-x-stone-200:hover {
  --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));
}

.hover\:border-x-stone-200\/0:hover {
  border-left-color: rgb(231 229 228 / 0);
  border-right-color: rgb(231 229 228 / 0);
}

.hover\:border-x-stone-200\/10:hover {
  border-left-color: rgb(231 229 228 / 0.1);
  border-right-color: rgb(231 229 228 / 0.1);
}

.hover\:border-x-stone-200\/100:hover {
  border-left-color: rgb(231 229 228 / 1);
  border-right-color: rgb(231 229 228 / 1);
}

.hover\:border-x-stone-200\/20:hover {
  border-left-color: rgb(231 229 228 / 0.2);
  border-right-color: rgb(231 229 228 / 0.2);
}

.hover\:border-x-stone-200\/25:hover {
  border-left-color: rgb(231 229 228 / 0.25);
  border-right-color: rgb(231 229 228 / 0.25);
}

.hover\:border-x-stone-200\/30:hover {
  border-left-color: rgb(231 229 228 / 0.3);
  border-right-color: rgb(231 229 228 / 0.3);
}

.hover\:border-x-stone-200\/40:hover {
  border-left-color: rgb(231 229 228 / 0.4);
  border-right-color: rgb(231 229 228 / 0.4);
}

.hover\:border-x-stone-200\/5:hover {
  border-left-color: rgb(231 229 228 / 0.05);
  border-right-color: rgb(231 229 228 / 0.05);
}

.hover\:border-x-stone-200\/50:hover {
  border-left-color: rgb(231 229 228 / 0.5);
  border-right-color: rgb(231 229 228 / 0.5);
}

.hover\:border-x-stone-200\/60:hover {
  border-left-color: rgb(231 229 228 / 0.6);
  border-right-color: rgb(231 229 228 / 0.6);
}

.hover\:border-x-stone-200\/70:hover {
  border-left-color: rgb(231 229 228 / 0.7);
  border-right-color: rgb(231 229 228 / 0.7);
}

.hover\:border-x-stone-200\/75:hover {
  border-left-color: rgb(231 229 228 / 0.75);
  border-right-color: rgb(231 229 228 / 0.75);
}

.hover\:border-x-stone-200\/80:hover {
  border-left-color: rgb(231 229 228 / 0.8);
  border-right-color: rgb(231 229 228 / 0.8);
}

.hover\:border-x-stone-200\/90:hover {
  border-left-color: rgb(231 229 228 / 0.9);
  border-right-color: rgb(231 229 228 / 0.9);
}

.hover\:border-x-stone-200\/95:hover {
  border-left-color: rgb(231 229 228 / 0.95);
  border-right-color: rgb(231 229 228 / 0.95);
}

.hover\:border-x-stone-300:hover {
  --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));
}

.hover\:border-x-stone-300\/0:hover {
  border-left-color: rgb(214 211 209 / 0);
  border-right-color: rgb(214 211 209 / 0);
}

.hover\:border-x-stone-300\/10:hover {
  border-left-color: rgb(214 211 209 / 0.1);
  border-right-color: rgb(214 211 209 / 0.1);
}

.hover\:border-x-stone-300\/100:hover {
  border-left-color: rgb(214 211 209 / 1);
  border-right-color: rgb(214 211 209 / 1);
}

.hover\:border-x-stone-300\/20:hover {
  border-left-color: rgb(214 211 209 / 0.2);
  border-right-color: rgb(214 211 209 / 0.2);
}

.hover\:border-x-stone-300\/25:hover {
  border-left-color: rgb(214 211 209 / 0.25);
  border-right-color: rgb(214 211 209 / 0.25);
}

.hover\:border-x-stone-300\/30:hover {
  border-left-color: rgb(214 211 209 / 0.3);
  border-right-color: rgb(214 211 209 / 0.3);
}

.hover\:border-x-stone-300\/40:hover {
  border-left-color: rgb(214 211 209 / 0.4);
  border-right-color: rgb(214 211 209 / 0.4);
}

.hover\:border-x-stone-300\/5:hover {
  border-left-color: rgb(214 211 209 / 0.05);
  border-right-color: rgb(214 211 209 / 0.05);
}

.hover\:border-x-stone-300\/50:hover {
  border-left-color: rgb(214 211 209 / 0.5);
  border-right-color: rgb(214 211 209 / 0.5);
}

.hover\:border-x-stone-300\/60:hover {
  border-left-color: rgb(214 211 209 / 0.6);
  border-right-color: rgb(214 211 209 / 0.6);
}

.hover\:border-x-stone-300\/70:hover {
  border-left-color: rgb(214 211 209 / 0.7);
  border-right-color: rgb(214 211 209 / 0.7);
}

.hover\:border-x-stone-300\/75:hover {
  border-left-color: rgb(214 211 209 / 0.75);
  border-right-color: rgb(214 211 209 / 0.75);
}

.hover\:border-x-stone-300\/80:hover {
  border-left-color: rgb(214 211 209 / 0.8);
  border-right-color: rgb(214 211 209 / 0.8);
}

.hover\:border-x-stone-300\/90:hover {
  border-left-color: rgb(214 211 209 / 0.9);
  border-right-color: rgb(214 211 209 / 0.9);
}

.hover\:border-x-stone-300\/95:hover {
  border-left-color: rgb(214 211 209 / 0.95);
  border-right-color: rgb(214 211 209 / 0.95);
}

.hover\:border-x-stone-400:hover {
  --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));
}

.hover\:border-x-stone-400\/0:hover {
  border-left-color: rgb(168 162 158 / 0);
  border-right-color: rgb(168 162 158 / 0);
}

.hover\:border-x-stone-400\/10:hover {
  border-left-color: rgb(168 162 158 / 0.1);
  border-right-color: rgb(168 162 158 / 0.1);
}

.hover\:border-x-stone-400\/100:hover {
  border-left-color: rgb(168 162 158 / 1);
  border-right-color: rgb(168 162 158 / 1);
}

.hover\:border-x-stone-400\/20:hover {
  border-left-color: rgb(168 162 158 / 0.2);
  border-right-color: rgb(168 162 158 / 0.2);
}

.hover\:border-x-stone-400\/25:hover {
  border-left-color: rgb(168 162 158 / 0.25);
  border-right-color: rgb(168 162 158 / 0.25);
}

.hover\:border-x-stone-400\/30:hover {
  border-left-color: rgb(168 162 158 / 0.3);
  border-right-color: rgb(168 162 158 / 0.3);
}

.hover\:border-x-stone-400\/40:hover {
  border-left-color: rgb(168 162 158 / 0.4);
  border-right-color: rgb(168 162 158 / 0.4);
}

.hover\:border-x-stone-400\/5:hover {
  border-left-color: rgb(168 162 158 / 0.05);
  border-right-color: rgb(168 162 158 / 0.05);
}

.hover\:border-x-stone-400\/50:hover {
  border-left-color: rgb(168 162 158 / 0.5);
  border-right-color: rgb(168 162 158 / 0.5);
}

.hover\:border-x-stone-400\/60:hover {
  border-left-color: rgb(168 162 158 / 0.6);
  border-right-color: rgb(168 162 158 / 0.6);
}

.hover\:border-x-stone-400\/70:hover {
  border-left-color: rgb(168 162 158 / 0.7);
  border-right-color: rgb(168 162 158 / 0.7);
}

.hover\:border-x-stone-400\/75:hover {
  border-left-color: rgb(168 162 158 / 0.75);
  border-right-color: rgb(168 162 158 / 0.75);
}

.hover\:border-x-stone-400\/80:hover {
  border-left-color: rgb(168 162 158 / 0.8);
  border-right-color: rgb(168 162 158 / 0.8);
}

.hover\:border-x-stone-400\/90:hover {
  border-left-color: rgb(168 162 158 / 0.9);
  border-right-color: rgb(168 162 158 / 0.9);
}

.hover\:border-x-stone-400\/95:hover {
  border-left-color: rgb(168 162 158 / 0.95);
  border-right-color: rgb(168 162 158 / 0.95);
}

.hover\:border-x-stone-50:hover {
  --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));
}

.hover\:border-x-stone-50\/0:hover {
  border-left-color: rgb(250 250 249 / 0);
  border-right-color: rgb(250 250 249 / 0);
}

.hover\:border-x-stone-50\/10:hover {
  border-left-color: rgb(250 250 249 / 0.1);
  border-right-color: rgb(250 250 249 / 0.1);
}

.hover\:border-x-stone-50\/100:hover {
  border-left-color: rgb(250 250 249 / 1);
  border-right-color: rgb(250 250 249 / 1);
}

.hover\:border-x-stone-50\/20:hover {
  border-left-color: rgb(250 250 249 / 0.2);
  border-right-color: rgb(250 250 249 / 0.2);
}

.hover\:border-x-stone-50\/25:hover {
  border-left-color: rgb(250 250 249 / 0.25);
  border-right-color: rgb(250 250 249 / 0.25);
}

.hover\:border-x-stone-50\/30:hover {
  border-left-color: rgb(250 250 249 / 0.3);
  border-right-color: rgb(250 250 249 / 0.3);
}

.hover\:border-x-stone-50\/40:hover {
  border-left-color: rgb(250 250 249 / 0.4);
  border-right-color: rgb(250 250 249 / 0.4);
}

.hover\:border-x-stone-50\/5:hover {
  border-left-color: rgb(250 250 249 / 0.05);
  border-right-color: rgb(250 250 249 / 0.05);
}

.hover\:border-x-stone-50\/50:hover {
  border-left-color: rgb(250 250 249 / 0.5);
  border-right-color: rgb(250 250 249 / 0.5);
}

.hover\:border-x-stone-50\/60:hover {
  border-left-color: rgb(250 250 249 / 0.6);
  border-right-color: rgb(250 250 249 / 0.6);
}

.hover\:border-x-stone-50\/70:hover {
  border-left-color: rgb(250 250 249 / 0.7);
  border-right-color: rgb(250 250 249 / 0.7);
}

.hover\:border-x-stone-50\/75:hover {
  border-left-color: rgb(250 250 249 / 0.75);
  border-right-color: rgb(250 250 249 / 0.75);
}

.hover\:border-x-stone-50\/80:hover {
  border-left-color: rgb(250 250 249 / 0.8);
  border-right-color: rgb(250 250 249 / 0.8);
}

.hover\:border-x-stone-50\/90:hover {
  border-left-color: rgb(250 250 249 / 0.9);
  border-right-color: rgb(250 250 249 / 0.9);
}

.hover\:border-x-stone-50\/95:hover {
  border-left-color: rgb(250 250 249 / 0.95);
  border-right-color: rgb(250 250 249 / 0.95);
}

.hover\:border-x-stone-500:hover {
  --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));
}

.hover\:border-x-stone-500\/0:hover {
  border-left-color: rgb(120 113 108 / 0);
  border-right-color: rgb(120 113 108 / 0);
}

.hover\:border-x-stone-500\/10:hover {
  border-left-color: rgb(120 113 108 / 0.1);
  border-right-color: rgb(120 113 108 / 0.1);
}

.hover\:border-x-stone-500\/100:hover {
  border-left-color: rgb(120 113 108 / 1);
  border-right-color: rgb(120 113 108 / 1);
}

.hover\:border-x-stone-500\/20:hover {
  border-left-color: rgb(120 113 108 / 0.2);
  border-right-color: rgb(120 113 108 / 0.2);
}

.hover\:border-x-stone-500\/25:hover {
  border-left-color: rgb(120 113 108 / 0.25);
  border-right-color: rgb(120 113 108 / 0.25);
}

.hover\:border-x-stone-500\/30:hover {
  border-left-color: rgb(120 113 108 / 0.3);
  border-right-color: rgb(120 113 108 / 0.3);
}

.hover\:border-x-stone-500\/40:hover {
  border-left-color: rgb(120 113 108 / 0.4);
  border-right-color: rgb(120 113 108 / 0.4);
}

.hover\:border-x-stone-500\/5:hover {
  border-left-color: rgb(120 113 108 / 0.05);
  border-right-color: rgb(120 113 108 / 0.05);
}

.hover\:border-x-stone-500\/50:hover {
  border-left-color: rgb(120 113 108 / 0.5);
  border-right-color: rgb(120 113 108 / 0.5);
}

.hover\:border-x-stone-500\/60:hover {
  border-left-color: rgb(120 113 108 / 0.6);
  border-right-color: rgb(120 113 108 / 0.6);
}

.hover\:border-x-stone-500\/70:hover {
  border-left-color: rgb(120 113 108 / 0.7);
  border-right-color: rgb(120 113 108 / 0.7);
}

.hover\:border-x-stone-500\/75:hover {
  border-left-color: rgb(120 113 108 / 0.75);
  border-right-color: rgb(120 113 108 / 0.75);
}

.hover\:border-x-stone-500\/80:hover {
  border-left-color: rgb(120 113 108 / 0.8);
  border-right-color: rgb(120 113 108 / 0.8);
}

.hover\:border-x-stone-500\/90:hover {
  border-left-color: rgb(120 113 108 / 0.9);
  border-right-color: rgb(120 113 108 / 0.9);
}

.hover\:border-x-stone-500\/95:hover {
  border-left-color: rgb(120 113 108 / 0.95);
  border-right-color: rgb(120 113 108 / 0.95);
}

.hover\:border-x-stone-600:hover {
  --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));
}

.hover\:border-x-stone-600\/0:hover {
  border-left-color: rgb(87 83 78 / 0);
  border-right-color: rgb(87 83 78 / 0);
}

.hover\:border-x-stone-600\/10:hover {
  border-left-color: rgb(87 83 78 / 0.1);
  border-right-color: rgb(87 83 78 / 0.1);
}

.hover\:border-x-stone-600\/100:hover {
  border-left-color: rgb(87 83 78 / 1);
  border-right-color: rgb(87 83 78 / 1);
}

.hover\:border-x-stone-600\/20:hover {
  border-left-color: rgb(87 83 78 / 0.2);
  border-right-color: rgb(87 83 78 / 0.2);
}

.hover\:border-x-stone-600\/25:hover {
  border-left-color: rgb(87 83 78 / 0.25);
  border-right-color: rgb(87 83 78 / 0.25);
}

.hover\:border-x-stone-600\/30:hover {
  border-left-color: rgb(87 83 78 / 0.3);
  border-right-color: rgb(87 83 78 / 0.3);
}

.hover\:border-x-stone-600\/40:hover {
  border-left-color: rgb(87 83 78 / 0.4);
  border-right-color: rgb(87 83 78 / 0.4);
}

.hover\:border-x-stone-600\/5:hover {
  border-left-color: rgb(87 83 78 / 0.05);
  border-right-color: rgb(87 83 78 / 0.05);
}

.hover\:border-x-stone-600\/50:hover {
  border-left-color: rgb(87 83 78 / 0.5);
  border-right-color: rgb(87 83 78 / 0.5);
}

.hover\:border-x-stone-600\/60:hover {
  border-left-color: rgb(87 83 78 / 0.6);
  border-right-color: rgb(87 83 78 / 0.6);
}

.hover\:border-x-stone-600\/70:hover {
  border-left-color: rgb(87 83 78 / 0.7);
  border-right-color: rgb(87 83 78 / 0.7);
}

.hover\:border-x-stone-600\/75:hover {
  border-left-color: rgb(87 83 78 / 0.75);
  border-right-color: rgb(87 83 78 / 0.75);
}

.hover\:border-x-stone-600\/80:hover {
  border-left-color: rgb(87 83 78 / 0.8);
  border-right-color: rgb(87 83 78 / 0.8);
}

.hover\:border-x-stone-600\/90:hover {
  border-left-color: rgb(87 83 78 / 0.9);
  border-right-color: rgb(87 83 78 / 0.9);
}

.hover\:border-x-stone-600\/95:hover {
  border-left-color: rgb(87 83 78 / 0.95);
  border-right-color: rgb(87 83 78 / 0.95);
}

.hover\:border-x-stone-700:hover {
  --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));
}

.hover\:border-x-stone-700\/0:hover {
  border-left-color: rgb(68 64 60 / 0);
  border-right-color: rgb(68 64 60 / 0);
}

.hover\:border-x-stone-700\/10:hover {
  border-left-color: rgb(68 64 60 / 0.1);
  border-right-color: rgb(68 64 60 / 0.1);
}

.hover\:border-x-stone-700\/100:hover {
  border-left-color: rgb(68 64 60 / 1);
  border-right-color: rgb(68 64 60 / 1);
}

.hover\:border-x-stone-700\/20:hover {
  border-left-color: rgb(68 64 60 / 0.2);
  border-right-color: rgb(68 64 60 / 0.2);
}

.hover\:border-x-stone-700\/25:hover {
  border-left-color: rgb(68 64 60 / 0.25);
  border-right-color: rgb(68 64 60 / 0.25);
}

.hover\:border-x-stone-700\/30:hover {
  border-left-color: rgb(68 64 60 / 0.3);
  border-right-color: rgb(68 64 60 / 0.3);
}

.hover\:border-x-stone-700\/40:hover {
  border-left-color: rgb(68 64 60 / 0.4);
  border-right-color: rgb(68 64 60 / 0.4);
}

.hover\:border-x-stone-700\/5:hover {
  border-left-color: rgb(68 64 60 / 0.05);
  border-right-color: rgb(68 64 60 / 0.05);
}

.hover\:border-x-stone-700\/50:hover {
  border-left-color: rgb(68 64 60 / 0.5);
  border-right-color: rgb(68 64 60 / 0.5);
}

.hover\:border-x-stone-700\/60:hover {
  border-left-color: rgb(68 64 60 / 0.6);
  border-right-color: rgb(68 64 60 / 0.6);
}

.hover\:border-x-stone-700\/70:hover {
  border-left-color: rgb(68 64 60 / 0.7);
  border-right-color: rgb(68 64 60 / 0.7);
}

.hover\:border-x-stone-700\/75:hover {
  border-left-color: rgb(68 64 60 / 0.75);
  border-right-color: rgb(68 64 60 / 0.75);
}

.hover\:border-x-stone-700\/80:hover {
  border-left-color: rgb(68 64 60 / 0.8);
  border-right-color: rgb(68 64 60 / 0.8);
}

.hover\:border-x-stone-700\/90:hover {
  border-left-color: rgb(68 64 60 / 0.9);
  border-right-color: rgb(68 64 60 / 0.9);
}

.hover\:border-x-stone-700\/95:hover {
  border-left-color: rgb(68 64 60 / 0.95);
  border-right-color: rgb(68 64 60 / 0.95);
}

.hover\:border-x-stone-800:hover {
  --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));
}

.hover\:border-x-stone-800\/0:hover {
  border-left-color: rgb(41 37 36 / 0);
  border-right-color: rgb(41 37 36 / 0);
}

.hover\:border-x-stone-800\/10:hover {
  border-left-color: rgb(41 37 36 / 0.1);
  border-right-color: rgb(41 37 36 / 0.1);
}

.hover\:border-x-stone-800\/100:hover {
  border-left-color: rgb(41 37 36 / 1);
  border-right-color: rgb(41 37 36 / 1);
}

.hover\:border-x-stone-800\/20:hover {
  border-left-color: rgb(41 37 36 / 0.2);
  border-right-color: rgb(41 37 36 / 0.2);
}

.hover\:border-x-stone-800\/25:hover {
  border-left-color: rgb(41 37 36 / 0.25);
  border-right-color: rgb(41 37 36 / 0.25);
}

.hover\:border-x-stone-800\/30:hover {
  border-left-color: rgb(41 37 36 / 0.3);
  border-right-color: rgb(41 37 36 / 0.3);
}

.hover\:border-x-stone-800\/40:hover {
  border-left-color: rgb(41 37 36 / 0.4);
  border-right-color: rgb(41 37 36 / 0.4);
}

.hover\:border-x-stone-800\/5:hover {
  border-left-color: rgb(41 37 36 / 0.05);
  border-right-color: rgb(41 37 36 / 0.05);
}

.hover\:border-x-stone-800\/50:hover {
  border-left-color: rgb(41 37 36 / 0.5);
  border-right-color: rgb(41 37 36 / 0.5);
}

.hover\:border-x-stone-800\/60:hover {
  border-left-color: rgb(41 37 36 / 0.6);
  border-right-color: rgb(41 37 36 / 0.6);
}

.hover\:border-x-stone-800\/70:hover {
  border-left-color: rgb(41 37 36 / 0.7);
  border-right-color: rgb(41 37 36 / 0.7);
}

.hover\:border-x-stone-800\/75:hover {
  border-left-color: rgb(41 37 36 / 0.75);
  border-right-color: rgb(41 37 36 / 0.75);
}

.hover\:border-x-stone-800\/80:hover {
  border-left-color: rgb(41 37 36 / 0.8);
  border-right-color: rgb(41 37 36 / 0.8);
}

.hover\:border-x-stone-800\/90:hover {
  border-left-color: rgb(41 37 36 / 0.9);
  border-right-color: rgb(41 37 36 / 0.9);
}

.hover\:border-x-stone-800\/95:hover {
  border-left-color: rgb(41 37 36 / 0.95);
  border-right-color: rgb(41 37 36 / 0.95);
}

.hover\:border-x-stone-900:hover {
  --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));
}

.hover\:border-x-stone-900\/0:hover {
  border-left-color: rgb(28 25 23 / 0);
  border-right-color: rgb(28 25 23 / 0);
}

.hover\:border-x-stone-900\/10:hover {
  border-left-color: rgb(28 25 23 / 0.1);
  border-right-color: rgb(28 25 23 / 0.1);
}

.hover\:border-x-stone-900\/100:hover {
  border-left-color: rgb(28 25 23 / 1);
  border-right-color: rgb(28 25 23 / 1);
}

.hover\:border-x-stone-900\/20:hover {
  border-left-color: rgb(28 25 23 / 0.2);
  border-right-color: rgb(28 25 23 / 0.2);
}

.hover\:border-x-stone-900\/25:hover {
  border-left-color: rgb(28 25 23 / 0.25);
  border-right-color: rgb(28 25 23 / 0.25);
}

.hover\:border-x-stone-900\/30:hover {
  border-left-color: rgb(28 25 23 / 0.3);
  border-right-color: rgb(28 25 23 / 0.3);
}

.hover\:border-x-stone-900\/40:hover {
  border-left-color: rgb(28 25 23 / 0.4);
  border-right-color: rgb(28 25 23 / 0.4);
}

.hover\:border-x-stone-900\/5:hover {
  border-left-color: rgb(28 25 23 / 0.05);
  border-right-color: rgb(28 25 23 / 0.05);
}

.hover\:border-x-stone-900\/50:hover {
  border-left-color: rgb(28 25 23 / 0.5);
  border-right-color: rgb(28 25 23 / 0.5);
}

.hover\:border-x-stone-900\/60:hover {
  border-left-color: rgb(28 25 23 / 0.6);
  border-right-color: rgb(28 25 23 / 0.6);
}

.hover\:border-x-stone-900\/70:hover {
  border-left-color: rgb(28 25 23 / 0.7);
  border-right-color: rgb(28 25 23 / 0.7);
}

.hover\:border-x-stone-900\/75:hover {
  border-left-color: rgb(28 25 23 / 0.75);
  border-right-color: rgb(28 25 23 / 0.75);
}

.hover\:border-x-stone-900\/80:hover {
  border-left-color: rgb(28 25 23 / 0.8);
  border-right-color: rgb(28 25 23 / 0.8);
}

.hover\:border-x-stone-900\/90:hover {
  border-left-color: rgb(28 25 23 / 0.9);
  border-right-color: rgb(28 25 23 / 0.9);
}

.hover\:border-x-stone-900\/95:hover {
  border-left-color: rgb(28 25 23 / 0.95);
  border-right-color: rgb(28 25 23 / 0.95);
}

.hover\:border-x-stone-950:hover {
  --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));
}

.hover\:border-x-stone-950\/0:hover {
  border-left-color: rgb(12 10 9 / 0);
  border-right-color: rgb(12 10 9 / 0);
}

.hover\:border-x-stone-950\/10:hover {
  border-left-color: rgb(12 10 9 / 0.1);
  border-right-color: rgb(12 10 9 / 0.1);
}

.hover\:border-x-stone-950\/100:hover {
  border-left-color: rgb(12 10 9 / 1);
  border-right-color: rgb(12 10 9 / 1);
}

.hover\:border-x-stone-950\/20:hover {
  border-left-color: rgb(12 10 9 / 0.2);
  border-right-color: rgb(12 10 9 / 0.2);
}

.hover\:border-x-stone-950\/25:hover {
  border-left-color: rgb(12 10 9 / 0.25);
  border-right-color: rgb(12 10 9 / 0.25);
}

.hover\:border-x-stone-950\/30:hover {
  border-left-color: rgb(12 10 9 / 0.3);
  border-right-color: rgb(12 10 9 / 0.3);
}

.hover\:border-x-stone-950\/40:hover {
  border-left-color: rgb(12 10 9 / 0.4);
  border-right-color: rgb(12 10 9 / 0.4);
}

.hover\:border-x-stone-950\/5:hover {
  border-left-color: rgb(12 10 9 / 0.05);
  border-right-color: rgb(12 10 9 / 0.05);
}

.hover\:border-x-stone-950\/50:hover {
  border-left-color: rgb(12 10 9 / 0.5);
  border-right-color: rgb(12 10 9 / 0.5);
}

.hover\:border-x-stone-950\/60:hover {
  border-left-color: rgb(12 10 9 / 0.6);
  border-right-color: rgb(12 10 9 / 0.6);
}

.hover\:border-x-stone-950\/70:hover {
  border-left-color: rgb(12 10 9 / 0.7);
  border-right-color: rgb(12 10 9 / 0.7);
}

.hover\:border-x-stone-950\/75:hover {
  border-left-color: rgb(12 10 9 / 0.75);
  border-right-color: rgb(12 10 9 / 0.75);
}

.hover\:border-x-stone-950\/80:hover {
  border-left-color: rgb(12 10 9 / 0.8);
  border-right-color: rgb(12 10 9 / 0.8);
}

.hover\:border-x-stone-950\/90:hover {
  border-left-color: rgb(12 10 9 / 0.9);
  border-right-color: rgb(12 10 9 / 0.9);
}

.hover\:border-x-stone-950\/95:hover {
  border-left-color: rgb(12 10 9 / 0.95);
  border-right-color: rgb(12 10 9 / 0.95);
}

.hover\:border-x-teal-100:hover {
  --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));
}

.hover\:border-x-teal-100\/0:hover {
  border-left-color: rgb(204 251 241 / 0);
  border-right-color: rgb(204 251 241 / 0);
}

.hover\:border-x-teal-100\/10:hover {
  border-left-color: rgb(204 251 241 / 0.1);
  border-right-color: rgb(204 251 241 / 0.1);
}

.hover\:border-x-teal-100\/100:hover {
  border-left-color: rgb(204 251 241 / 1);
  border-right-color: rgb(204 251 241 / 1);
}

.hover\:border-x-teal-100\/20:hover {
  border-left-color: rgb(204 251 241 / 0.2);
  border-right-color: rgb(204 251 241 / 0.2);
}

.hover\:border-x-teal-100\/25:hover {
  border-left-color: rgb(204 251 241 / 0.25);
  border-right-color: rgb(204 251 241 / 0.25);
}

.hover\:border-x-teal-100\/30:hover {
  border-left-color: rgb(204 251 241 / 0.3);
  border-right-color: rgb(204 251 241 / 0.3);
}

.hover\:border-x-teal-100\/40:hover {
  border-left-color: rgb(204 251 241 / 0.4);
  border-right-color: rgb(204 251 241 / 0.4);
}

.hover\:border-x-teal-100\/5:hover {
  border-left-color: rgb(204 251 241 / 0.05);
  border-right-color: rgb(204 251 241 / 0.05);
}

.hover\:border-x-teal-100\/50:hover {
  border-left-color: rgb(204 251 241 / 0.5);
  border-right-color: rgb(204 251 241 / 0.5);
}

.hover\:border-x-teal-100\/60:hover {
  border-left-color: rgb(204 251 241 / 0.6);
  border-right-color: rgb(204 251 241 / 0.6);
}

.hover\:border-x-teal-100\/70:hover {
  border-left-color: rgb(204 251 241 / 0.7);
  border-right-color: rgb(204 251 241 / 0.7);
}

.hover\:border-x-teal-100\/75:hover {
  border-left-color: rgb(204 251 241 / 0.75);
  border-right-color: rgb(204 251 241 / 0.75);
}

.hover\:border-x-teal-100\/80:hover {
  border-left-color: rgb(204 251 241 / 0.8);
  border-right-color: rgb(204 251 241 / 0.8);
}

.hover\:border-x-teal-100\/90:hover {
  border-left-color: rgb(204 251 241 / 0.9);
  border-right-color: rgb(204 251 241 / 0.9);
}

.hover\:border-x-teal-100\/95:hover {
  border-left-color: rgb(204 251 241 / 0.95);
  border-right-color: rgb(204 251 241 / 0.95);
}

.hover\:border-x-teal-200:hover {
  --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));
}

.hover\:border-x-teal-200\/0:hover {
  border-left-color: rgb(153 246 228 / 0);
  border-right-color: rgb(153 246 228 / 0);
}

.hover\:border-x-teal-200\/10:hover {
  border-left-color: rgb(153 246 228 / 0.1);
  border-right-color: rgb(153 246 228 / 0.1);
}

.hover\:border-x-teal-200\/100:hover {
  border-left-color: rgb(153 246 228 / 1);
  border-right-color: rgb(153 246 228 / 1);
}

.hover\:border-x-teal-200\/20:hover {
  border-left-color: rgb(153 246 228 / 0.2);
  border-right-color: rgb(153 246 228 / 0.2);
}

.hover\:border-x-teal-200\/25:hover {
  border-left-color: rgb(153 246 228 / 0.25);
  border-right-color: rgb(153 246 228 / 0.25);
}

.hover\:border-x-teal-200\/30:hover {
  border-left-color: rgb(153 246 228 / 0.3);
  border-right-color: rgb(153 246 228 / 0.3);
}

.hover\:border-x-teal-200\/40:hover {
  border-left-color: rgb(153 246 228 / 0.4);
  border-right-color: rgb(153 246 228 / 0.4);
}

.hover\:border-x-teal-200\/5:hover {
  border-left-color: rgb(153 246 228 / 0.05);
  border-right-color: rgb(153 246 228 / 0.05);
}

.hover\:border-x-teal-200\/50:hover {
  border-left-color: rgb(153 246 228 / 0.5);
  border-right-color: rgb(153 246 228 / 0.5);
}

.hover\:border-x-teal-200\/60:hover {
  border-left-color: rgb(153 246 228 / 0.6);
  border-right-color: rgb(153 246 228 / 0.6);
}

.hover\:border-x-teal-200\/70:hover {
  border-left-color: rgb(153 246 228 / 0.7);
  border-right-color: rgb(153 246 228 / 0.7);
}

.hover\:border-x-teal-200\/75:hover {
  border-left-color: rgb(153 246 228 / 0.75);
  border-right-color: rgb(153 246 228 / 0.75);
}

.hover\:border-x-teal-200\/80:hover {
  border-left-color: rgb(153 246 228 / 0.8);
  border-right-color: rgb(153 246 228 / 0.8);
}

.hover\:border-x-teal-200\/90:hover {
  border-left-color: rgb(153 246 228 / 0.9);
  border-right-color: rgb(153 246 228 / 0.9);
}

.hover\:border-x-teal-200\/95:hover {
  border-left-color: rgb(153 246 228 / 0.95);
  border-right-color: rgb(153 246 228 / 0.95);
}

.hover\:border-x-teal-300:hover {
  --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));
}

.hover\:border-x-teal-300\/0:hover {
  border-left-color: rgb(94 234 212 / 0);
  border-right-color: rgb(94 234 212 / 0);
}

.hover\:border-x-teal-300\/10:hover {
  border-left-color: rgb(94 234 212 / 0.1);
  border-right-color: rgb(94 234 212 / 0.1);
}

.hover\:border-x-teal-300\/100:hover {
  border-left-color: rgb(94 234 212 / 1);
  border-right-color: rgb(94 234 212 / 1);
}

.hover\:border-x-teal-300\/20:hover {
  border-left-color: rgb(94 234 212 / 0.2);
  border-right-color: rgb(94 234 212 / 0.2);
}

.hover\:border-x-teal-300\/25:hover {
  border-left-color: rgb(94 234 212 / 0.25);
  border-right-color: rgb(94 234 212 / 0.25);
}

.hover\:border-x-teal-300\/30:hover {
  border-left-color: rgb(94 234 212 / 0.3);
  border-right-color: rgb(94 234 212 / 0.3);
}

.hover\:border-x-teal-300\/40:hover {
  border-left-color: rgb(94 234 212 / 0.4);
  border-right-color: rgb(94 234 212 / 0.4);
}

.hover\:border-x-teal-300\/5:hover {
  border-left-color: rgb(94 234 212 / 0.05);
  border-right-color: rgb(94 234 212 / 0.05);
}

.hover\:border-x-teal-300\/50:hover {
  border-left-color: rgb(94 234 212 / 0.5);
  border-right-color: rgb(94 234 212 / 0.5);
}

.hover\:border-x-teal-300\/60:hover {
  border-left-color: rgb(94 234 212 / 0.6);
  border-right-color: rgb(94 234 212 / 0.6);
}

.hover\:border-x-teal-300\/70:hover {
  border-left-color: rgb(94 234 212 / 0.7);
  border-right-color: rgb(94 234 212 / 0.7);
}

.hover\:border-x-teal-300\/75:hover {
  border-left-color: rgb(94 234 212 / 0.75);
  border-right-color: rgb(94 234 212 / 0.75);
}

.hover\:border-x-teal-300\/80:hover {
  border-left-color: rgb(94 234 212 / 0.8);
  border-right-color: rgb(94 234 212 / 0.8);
}

.hover\:border-x-teal-300\/90:hover {
  border-left-color: rgb(94 234 212 / 0.9);
  border-right-color: rgb(94 234 212 / 0.9);
}

.hover\:border-x-teal-300\/95:hover {
  border-left-color: rgb(94 234 212 / 0.95);
  border-right-color: rgb(94 234 212 / 0.95);
}

.hover\:border-x-teal-400:hover {
  --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));
}

.hover\:border-x-teal-400\/0:hover {
  border-left-color: rgb(45 212 191 / 0);
  border-right-color: rgb(45 212 191 / 0);
}

.hover\:border-x-teal-400\/10:hover {
  border-left-color: rgb(45 212 191 / 0.1);
  border-right-color: rgb(45 212 191 / 0.1);
}

.hover\:border-x-teal-400\/100:hover {
  border-left-color: rgb(45 212 191 / 1);
  border-right-color: rgb(45 212 191 / 1);
}

.hover\:border-x-teal-400\/20:hover {
  border-left-color: rgb(45 212 191 / 0.2);
  border-right-color: rgb(45 212 191 / 0.2);
}

.hover\:border-x-teal-400\/25:hover {
  border-left-color: rgb(45 212 191 / 0.25);
  border-right-color: rgb(45 212 191 / 0.25);
}

.hover\:border-x-teal-400\/30:hover {
  border-left-color: rgb(45 212 191 / 0.3);
  border-right-color: rgb(45 212 191 / 0.3);
}

.hover\:border-x-teal-400\/40:hover {
  border-left-color: rgb(45 212 191 / 0.4);
  border-right-color: rgb(45 212 191 / 0.4);
}

.hover\:border-x-teal-400\/5:hover {
  border-left-color: rgb(45 212 191 / 0.05);
  border-right-color: rgb(45 212 191 / 0.05);
}

.hover\:border-x-teal-400\/50:hover {
  border-left-color: rgb(45 212 191 / 0.5);
  border-right-color: rgb(45 212 191 / 0.5);
}

.hover\:border-x-teal-400\/60:hover {
  border-left-color: rgb(45 212 191 / 0.6);
  border-right-color: rgb(45 212 191 / 0.6);
}

.hover\:border-x-teal-400\/70:hover {
  border-left-color: rgb(45 212 191 / 0.7);
  border-right-color: rgb(45 212 191 / 0.7);
}

.hover\:border-x-teal-400\/75:hover {
  border-left-color: rgb(45 212 191 / 0.75);
  border-right-color: rgb(45 212 191 / 0.75);
}

.hover\:border-x-teal-400\/80:hover {
  border-left-color: rgb(45 212 191 / 0.8);
  border-right-color: rgb(45 212 191 / 0.8);
}

.hover\:border-x-teal-400\/90:hover {
  border-left-color: rgb(45 212 191 / 0.9);
  border-right-color: rgb(45 212 191 / 0.9);
}

.hover\:border-x-teal-400\/95:hover {
  border-left-color: rgb(45 212 191 / 0.95);
  border-right-color: rgb(45 212 191 / 0.95);
}

.hover\:border-x-teal-50:hover {
  --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));
}

.hover\:border-x-teal-50\/0:hover {
  border-left-color: rgb(240 253 250 / 0);
  border-right-color: rgb(240 253 250 / 0);
}

.hover\:border-x-teal-50\/10:hover {
  border-left-color: rgb(240 253 250 / 0.1);
  border-right-color: rgb(240 253 250 / 0.1);
}

.hover\:border-x-teal-50\/100:hover {
  border-left-color: rgb(240 253 250 / 1);
  border-right-color: rgb(240 253 250 / 1);
}

.hover\:border-x-teal-50\/20:hover {
  border-left-color: rgb(240 253 250 / 0.2);
  border-right-color: rgb(240 253 250 / 0.2);
}

.hover\:border-x-teal-50\/25:hover {
  border-left-color: rgb(240 253 250 / 0.25);
  border-right-color: rgb(240 253 250 / 0.25);
}

.hover\:border-x-teal-50\/30:hover {
  border-left-color: rgb(240 253 250 / 0.3);
  border-right-color: rgb(240 253 250 / 0.3);
}

.hover\:border-x-teal-50\/40:hover {
  border-left-color: rgb(240 253 250 / 0.4);
  border-right-color: rgb(240 253 250 / 0.4);
}

.hover\:border-x-teal-50\/5:hover {
  border-left-color: rgb(240 253 250 / 0.05);
  border-right-color: rgb(240 253 250 / 0.05);
}

.hover\:border-x-teal-50\/50:hover {
  border-left-color: rgb(240 253 250 / 0.5);
  border-right-color: rgb(240 253 250 / 0.5);
}

.hover\:border-x-teal-50\/60:hover {
  border-left-color: rgb(240 253 250 / 0.6);
  border-right-color: rgb(240 253 250 / 0.6);
}

.hover\:border-x-teal-50\/70:hover {
  border-left-color: rgb(240 253 250 / 0.7);
  border-right-color: rgb(240 253 250 / 0.7);
}

.hover\:border-x-teal-50\/75:hover {
  border-left-color: rgb(240 253 250 / 0.75);
  border-right-color: rgb(240 253 250 / 0.75);
}

.hover\:border-x-teal-50\/80:hover {
  border-left-color: rgb(240 253 250 / 0.8);
  border-right-color: rgb(240 253 250 / 0.8);
}

.hover\:border-x-teal-50\/90:hover {
  border-left-color: rgb(240 253 250 / 0.9);
  border-right-color: rgb(240 253 250 / 0.9);
}

.hover\:border-x-teal-50\/95:hover {
  border-left-color: rgb(240 253 250 / 0.95);
  border-right-color: rgb(240 253 250 / 0.95);
}

.hover\:border-x-teal-500:hover {
  --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));
}

.hover\:border-x-teal-500\/0:hover {
  border-left-color: rgb(20 184 166 / 0);
  border-right-color: rgb(20 184 166 / 0);
}

.hover\:border-x-teal-500\/10:hover {
  border-left-color: rgb(20 184 166 / 0.1);
  border-right-color: rgb(20 184 166 / 0.1);
}

.hover\:border-x-teal-500\/100:hover {
  border-left-color: rgb(20 184 166 / 1);
  border-right-color: rgb(20 184 166 / 1);
}

.hover\:border-x-teal-500\/20:hover {
  border-left-color: rgb(20 184 166 / 0.2);
  border-right-color: rgb(20 184 166 / 0.2);
}

.hover\:border-x-teal-500\/25:hover {
  border-left-color: rgb(20 184 166 / 0.25);
  border-right-color: rgb(20 184 166 / 0.25);
}

.hover\:border-x-teal-500\/30:hover {
  border-left-color: rgb(20 184 166 / 0.3);
  border-right-color: rgb(20 184 166 / 0.3);
}

.hover\:border-x-teal-500\/40:hover {
  border-left-color: rgb(20 184 166 / 0.4);
  border-right-color: rgb(20 184 166 / 0.4);
}

.hover\:border-x-teal-500\/5:hover {
  border-left-color: rgb(20 184 166 / 0.05);
  border-right-color: rgb(20 184 166 / 0.05);
}

.hover\:border-x-teal-500\/50:hover {
  border-left-color: rgb(20 184 166 / 0.5);
  border-right-color: rgb(20 184 166 / 0.5);
}

.hover\:border-x-teal-500\/60:hover {
  border-left-color: rgb(20 184 166 / 0.6);
  border-right-color: rgb(20 184 166 / 0.6);
}

.hover\:border-x-teal-500\/70:hover {
  border-left-color: rgb(20 184 166 / 0.7);
  border-right-color: rgb(20 184 166 / 0.7);
}

.hover\:border-x-teal-500\/75:hover {
  border-left-color: rgb(20 184 166 / 0.75);
  border-right-color: rgb(20 184 166 / 0.75);
}

.hover\:border-x-teal-500\/80:hover {
  border-left-color: rgb(20 184 166 / 0.8);
  border-right-color: rgb(20 184 166 / 0.8);
}

.hover\:border-x-teal-500\/90:hover {
  border-left-color: rgb(20 184 166 / 0.9);
  border-right-color: rgb(20 184 166 / 0.9);
}

.hover\:border-x-teal-500\/95:hover {
  border-left-color: rgb(20 184 166 / 0.95);
  border-right-color: rgb(20 184 166 / 0.95);
}

.hover\:border-x-teal-600:hover {
  --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));
}

.hover\:border-x-teal-600\/0:hover {
  border-left-color: rgb(13 148 136 / 0);
  border-right-color: rgb(13 148 136 / 0);
}

.hover\:border-x-teal-600\/10:hover {
  border-left-color: rgb(13 148 136 / 0.1);
  border-right-color: rgb(13 148 136 / 0.1);
}

.hover\:border-x-teal-600\/100:hover {
  border-left-color: rgb(13 148 136 / 1);
  border-right-color: rgb(13 148 136 / 1);
}

.hover\:border-x-teal-600\/20:hover {
  border-left-color: rgb(13 148 136 / 0.2);
  border-right-color: rgb(13 148 136 / 0.2);
}

.hover\:border-x-teal-600\/25:hover {
  border-left-color: rgb(13 148 136 / 0.25);
  border-right-color: rgb(13 148 136 / 0.25);
}

.hover\:border-x-teal-600\/30:hover {
  border-left-color: rgb(13 148 136 / 0.3);
  border-right-color: rgb(13 148 136 / 0.3);
}

.hover\:border-x-teal-600\/40:hover {
  border-left-color: rgb(13 148 136 / 0.4);
  border-right-color: rgb(13 148 136 / 0.4);
}

.hover\:border-x-teal-600\/5:hover {
  border-left-color: rgb(13 148 136 / 0.05);
  border-right-color: rgb(13 148 136 / 0.05);
}

.hover\:border-x-teal-600\/50:hover {
  border-left-color: rgb(13 148 136 / 0.5);
  border-right-color: rgb(13 148 136 / 0.5);
}

.hover\:border-x-teal-600\/60:hover {
  border-left-color: rgb(13 148 136 / 0.6);
  border-right-color: rgb(13 148 136 / 0.6);
}

.hover\:border-x-teal-600\/70:hover {
  border-left-color: rgb(13 148 136 / 0.7);
  border-right-color: rgb(13 148 136 / 0.7);
}

.hover\:border-x-teal-600\/75:hover {
  border-left-color: rgb(13 148 136 / 0.75);
  border-right-color: rgb(13 148 136 / 0.75);
}

.hover\:border-x-teal-600\/80:hover {
  border-left-color: rgb(13 148 136 / 0.8);
  border-right-color: rgb(13 148 136 / 0.8);
}

.hover\:border-x-teal-600\/90:hover {
  border-left-color: rgb(13 148 136 / 0.9);
  border-right-color: rgb(13 148 136 / 0.9);
}

.hover\:border-x-teal-600\/95:hover {
  border-left-color: rgb(13 148 136 / 0.95);
  border-right-color: rgb(13 148 136 / 0.95);
}

.hover\:border-x-teal-700:hover {
  --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));
}

.hover\:border-x-teal-700\/0:hover {
  border-left-color: rgb(15 118 110 / 0);
  border-right-color: rgb(15 118 110 / 0);
}

.hover\:border-x-teal-700\/10:hover {
  border-left-color: rgb(15 118 110 / 0.1);
  border-right-color: rgb(15 118 110 / 0.1);
}

.hover\:border-x-teal-700\/100:hover {
  border-left-color: rgb(15 118 110 / 1);
  border-right-color: rgb(15 118 110 / 1);
}

.hover\:border-x-teal-700\/20:hover {
  border-left-color: rgb(15 118 110 / 0.2);
  border-right-color: rgb(15 118 110 / 0.2);
}

.hover\:border-x-teal-700\/25:hover {
  border-left-color: rgb(15 118 110 / 0.25);
  border-right-color: rgb(15 118 110 / 0.25);
}

.hover\:border-x-teal-700\/30:hover {
  border-left-color: rgb(15 118 110 / 0.3);
  border-right-color: rgb(15 118 110 / 0.3);
}

.hover\:border-x-teal-700\/40:hover {
  border-left-color: rgb(15 118 110 / 0.4);
  border-right-color: rgb(15 118 110 / 0.4);
}

.hover\:border-x-teal-700\/5:hover {
  border-left-color: rgb(15 118 110 / 0.05);
  border-right-color: rgb(15 118 110 / 0.05);
}

.hover\:border-x-teal-700\/50:hover {
  border-left-color: rgb(15 118 110 / 0.5);
  border-right-color: rgb(15 118 110 / 0.5);
}

.hover\:border-x-teal-700\/60:hover {
  border-left-color: rgb(15 118 110 / 0.6);
  border-right-color: rgb(15 118 110 / 0.6);
}

.hover\:border-x-teal-700\/70:hover {
  border-left-color: rgb(15 118 110 / 0.7);
  border-right-color: rgb(15 118 110 / 0.7);
}

.hover\:border-x-teal-700\/75:hover {
  border-left-color: rgb(15 118 110 / 0.75);
  border-right-color: rgb(15 118 110 / 0.75);
}

.hover\:border-x-teal-700\/80:hover {
  border-left-color: rgb(15 118 110 / 0.8);
  border-right-color: rgb(15 118 110 / 0.8);
}

.hover\:border-x-teal-700\/90:hover {
  border-left-color: rgb(15 118 110 / 0.9);
  border-right-color: rgb(15 118 110 / 0.9);
}

.hover\:border-x-teal-700\/95:hover {
  border-left-color: rgb(15 118 110 / 0.95);
  border-right-color: rgb(15 118 110 / 0.95);
}

.hover\:border-x-teal-800:hover {
  --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));
}

.hover\:border-x-teal-800\/0:hover {
  border-left-color: rgb(17 94 89 / 0);
  border-right-color: rgb(17 94 89 / 0);
}

.hover\:border-x-teal-800\/10:hover {
  border-left-color: rgb(17 94 89 / 0.1);
  border-right-color: rgb(17 94 89 / 0.1);
}

.hover\:border-x-teal-800\/100:hover {
  border-left-color: rgb(17 94 89 / 1);
  border-right-color: rgb(17 94 89 / 1);
}

.hover\:border-x-teal-800\/20:hover {
  border-left-color: rgb(17 94 89 / 0.2);
  border-right-color: rgb(17 94 89 / 0.2);
}

.hover\:border-x-teal-800\/25:hover {
  border-left-color: rgb(17 94 89 / 0.25);
  border-right-color: rgb(17 94 89 / 0.25);
}

.hover\:border-x-teal-800\/30:hover {
  border-left-color: rgb(17 94 89 / 0.3);
  border-right-color: rgb(17 94 89 / 0.3);
}

.hover\:border-x-teal-800\/40:hover {
  border-left-color: rgb(17 94 89 / 0.4);
  border-right-color: rgb(17 94 89 / 0.4);
}

.hover\:border-x-teal-800\/5:hover {
  border-left-color: rgb(17 94 89 / 0.05);
  border-right-color: rgb(17 94 89 / 0.05);
}

.hover\:border-x-teal-800\/50:hover {
  border-left-color: rgb(17 94 89 / 0.5);
  border-right-color: rgb(17 94 89 / 0.5);
}

.hover\:border-x-teal-800\/60:hover {
  border-left-color: rgb(17 94 89 / 0.6);
  border-right-color: rgb(17 94 89 / 0.6);
}

.hover\:border-x-teal-800\/70:hover {
  border-left-color: rgb(17 94 89 / 0.7);
  border-right-color: rgb(17 94 89 / 0.7);
}

.hover\:border-x-teal-800\/75:hover {
  border-left-color: rgb(17 94 89 / 0.75);
  border-right-color: rgb(17 94 89 / 0.75);
}

.hover\:border-x-teal-800\/80:hover {
  border-left-color: rgb(17 94 89 / 0.8);
  border-right-color: rgb(17 94 89 / 0.8);
}

.hover\:border-x-teal-800\/90:hover {
  border-left-color: rgb(17 94 89 / 0.9);
  border-right-color: rgb(17 94 89 / 0.9);
}

.hover\:border-x-teal-800\/95:hover {
  border-left-color: rgb(17 94 89 / 0.95);
  border-right-color: rgb(17 94 89 / 0.95);
}

.hover\:border-x-teal-900:hover {
  --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));
}

.hover\:border-x-teal-900\/0:hover {
  border-left-color: rgb(19 78 74 / 0);
  border-right-color: rgb(19 78 74 / 0);
}

.hover\:border-x-teal-900\/10:hover {
  border-left-color: rgb(19 78 74 / 0.1);
  border-right-color: rgb(19 78 74 / 0.1);
}

.hover\:border-x-teal-900\/100:hover {
  border-left-color: rgb(19 78 74 / 1);
  border-right-color: rgb(19 78 74 / 1);
}

.hover\:border-x-teal-900\/20:hover {
  border-left-color: rgb(19 78 74 / 0.2);
  border-right-color: rgb(19 78 74 / 0.2);
}

.hover\:border-x-teal-900\/25:hover {
  border-left-color: rgb(19 78 74 / 0.25);
  border-right-color: rgb(19 78 74 / 0.25);
}

.hover\:border-x-teal-900\/30:hover {
  border-left-color: rgb(19 78 74 / 0.3);
  border-right-color: rgb(19 78 74 / 0.3);
}

.hover\:border-x-teal-900\/40:hover {
  border-left-color: rgb(19 78 74 / 0.4);
  border-right-color: rgb(19 78 74 / 0.4);
}

.hover\:border-x-teal-900\/5:hover {
  border-left-color: rgb(19 78 74 / 0.05);
  border-right-color: rgb(19 78 74 / 0.05);
}

.hover\:border-x-teal-900\/50:hover {
  border-left-color: rgb(19 78 74 / 0.5);
  border-right-color: rgb(19 78 74 / 0.5);
}

.hover\:border-x-teal-900\/60:hover {
  border-left-color: rgb(19 78 74 / 0.6);
  border-right-color: rgb(19 78 74 / 0.6);
}

.hover\:border-x-teal-900\/70:hover {
  border-left-color: rgb(19 78 74 / 0.7);
  border-right-color: rgb(19 78 74 / 0.7);
}

.hover\:border-x-teal-900\/75:hover {
  border-left-color: rgb(19 78 74 / 0.75);
  border-right-color: rgb(19 78 74 / 0.75);
}

.hover\:border-x-teal-900\/80:hover {
  border-left-color: rgb(19 78 74 / 0.8);
  border-right-color: rgb(19 78 74 / 0.8);
}

.hover\:border-x-teal-900\/90:hover {
  border-left-color: rgb(19 78 74 / 0.9);
  border-right-color: rgb(19 78 74 / 0.9);
}

.hover\:border-x-teal-900\/95:hover {
  border-left-color: rgb(19 78 74 / 0.95);
  border-right-color: rgb(19 78 74 / 0.95);
}

.hover\:border-x-teal-950:hover {
  --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));
}

.hover\:border-x-teal-950\/0:hover {
  border-left-color: rgb(4 47 46 / 0);
  border-right-color: rgb(4 47 46 / 0);
}

.hover\:border-x-teal-950\/10:hover {
  border-left-color: rgb(4 47 46 / 0.1);
  border-right-color: rgb(4 47 46 / 0.1);
}

.hover\:border-x-teal-950\/100:hover {
  border-left-color: rgb(4 47 46 / 1);
  border-right-color: rgb(4 47 46 / 1);
}

.hover\:border-x-teal-950\/20:hover {
  border-left-color: rgb(4 47 46 / 0.2);
  border-right-color: rgb(4 47 46 / 0.2);
}

.hover\:border-x-teal-950\/25:hover {
  border-left-color: rgb(4 47 46 / 0.25);
  border-right-color: rgb(4 47 46 / 0.25);
}

.hover\:border-x-teal-950\/30:hover {
  border-left-color: rgb(4 47 46 / 0.3);
  border-right-color: rgb(4 47 46 / 0.3);
}

.hover\:border-x-teal-950\/40:hover {
  border-left-color: rgb(4 47 46 / 0.4);
  border-right-color: rgb(4 47 46 / 0.4);
}

.hover\:border-x-teal-950\/5:hover {
  border-left-color: rgb(4 47 46 / 0.05);
  border-right-color: rgb(4 47 46 / 0.05);
}

.hover\:border-x-teal-950\/50:hover {
  border-left-color: rgb(4 47 46 / 0.5);
  border-right-color: rgb(4 47 46 / 0.5);
}

.hover\:border-x-teal-950\/60:hover {
  border-left-color: rgb(4 47 46 / 0.6);
  border-right-color: rgb(4 47 46 / 0.6);
}

.hover\:border-x-teal-950\/70:hover {
  border-left-color: rgb(4 47 46 / 0.7);
  border-right-color: rgb(4 47 46 / 0.7);
}

.hover\:border-x-teal-950\/75:hover {
  border-left-color: rgb(4 47 46 / 0.75);
  border-right-color: rgb(4 47 46 / 0.75);
}

.hover\:border-x-teal-950\/80:hover {
  border-left-color: rgb(4 47 46 / 0.8);
  border-right-color: rgb(4 47 46 / 0.8);
}

.hover\:border-x-teal-950\/90:hover {
  border-left-color: rgb(4 47 46 / 0.9);
  border-right-color: rgb(4 47 46 / 0.9);
}

.hover\:border-x-teal-950\/95:hover {
  border-left-color: rgb(4 47 46 / 0.95);
  border-right-color: rgb(4 47 46 / 0.95);
}

.hover\:border-x-transparent:hover {
  border-left-color: transparent;
  border-right-color: transparent;
}

.hover\:border-x-transparent\/0:hover {
  border-left-color: rgb(0 0 0 / 0);
  border-right-color: rgb(0 0 0 / 0);
}

.hover\:border-x-transparent\/10:hover {
  border-left-color: rgb(0 0 0 / 0.1);
  border-right-color: rgb(0 0 0 / 0.1);
}

.hover\:border-x-transparent\/100:hover {
  border-left-color: rgb(0 0 0 / 1);
  border-right-color: rgb(0 0 0 / 1);
}

.hover\:border-x-transparent\/20:hover {
  border-left-color: rgb(0 0 0 / 0.2);
  border-right-color: rgb(0 0 0 / 0.2);
}

.hover\:border-x-transparent\/25:hover {
  border-left-color: rgb(0 0 0 / 0.25);
  border-right-color: rgb(0 0 0 / 0.25);
}

.hover\:border-x-transparent\/30:hover {
  border-left-color: rgb(0 0 0 / 0.3);
  border-right-color: rgb(0 0 0 / 0.3);
}

.hover\:border-x-transparent\/40:hover {
  border-left-color: rgb(0 0 0 / 0.4);
  border-right-color: rgb(0 0 0 / 0.4);
}

.hover\:border-x-transparent\/5:hover {
  border-left-color: rgb(0 0 0 / 0.05);
  border-right-color: rgb(0 0 0 / 0.05);
}

.hover\:border-x-transparent\/50:hover {
  border-left-color: rgb(0 0 0 / 0.5);
  border-right-color: rgb(0 0 0 / 0.5);
}

.hover\:border-x-transparent\/60:hover {
  border-left-color: rgb(0 0 0 / 0.6);
  border-right-color: rgb(0 0 0 / 0.6);
}

.hover\:border-x-transparent\/70:hover {
  border-left-color: rgb(0 0 0 / 0.7);
  border-right-color: rgb(0 0 0 / 0.7);
}

.hover\:border-x-transparent\/75:hover {
  border-left-color: rgb(0 0 0 / 0.75);
  border-right-color: rgb(0 0 0 / 0.75);
}

.hover\:border-x-transparent\/80:hover {
  border-left-color: rgb(0 0 0 / 0.8);
  border-right-color: rgb(0 0 0 / 0.8);
}

.hover\:border-x-transparent\/90:hover {
  border-left-color: rgb(0 0 0 / 0.9);
  border-right-color: rgb(0 0 0 / 0.9);
}

.hover\:border-x-transparent\/95:hover {
  border-left-color: rgb(0 0 0 / 0.95);
  border-right-color: rgb(0 0 0 / 0.95);
}

.hover\:border-x-tykhe-digital:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(239 156 131 / var(--tw-border-opacity));
  border-right-color: rgb(239 156 131 / var(--tw-border-opacity));
}

.hover\:border-x-tykhe-digital-alt:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 239 224 / var(--tw-border-opacity));
  border-right-color: rgb(245 239 224 / var(--tw-border-opacity));
}

.hover\:border-x-tykhe-digital-alt\/0:hover {
  border-left-color: rgb(245 239 224 / 0);
  border-right-color: rgb(245 239 224 / 0);
}

.hover\:border-x-tykhe-digital-alt\/10:hover {
  border-left-color: rgb(245 239 224 / 0.1);
  border-right-color: rgb(245 239 224 / 0.1);
}

.hover\:border-x-tykhe-digital-alt\/100:hover {
  border-left-color: rgb(245 239 224 / 1);
  border-right-color: rgb(245 239 224 / 1);
}

.hover\:border-x-tykhe-digital-alt\/20:hover {
  border-left-color: rgb(245 239 224 / 0.2);
  border-right-color: rgb(245 239 224 / 0.2);
}

.hover\:border-x-tykhe-digital-alt\/25:hover {
  border-left-color: rgb(245 239 224 / 0.25);
  border-right-color: rgb(245 239 224 / 0.25);
}

.hover\:border-x-tykhe-digital-alt\/30:hover {
  border-left-color: rgb(245 239 224 / 0.3);
  border-right-color: rgb(245 239 224 / 0.3);
}

.hover\:border-x-tykhe-digital-alt\/40:hover {
  border-left-color: rgb(245 239 224 / 0.4);
  border-right-color: rgb(245 239 224 / 0.4);
}

.hover\:border-x-tykhe-digital-alt\/5:hover {
  border-left-color: rgb(245 239 224 / 0.05);
  border-right-color: rgb(245 239 224 / 0.05);
}

.hover\:border-x-tykhe-digital-alt\/50:hover {
  border-left-color: rgb(245 239 224 / 0.5);
  border-right-color: rgb(245 239 224 / 0.5);
}

.hover\:border-x-tykhe-digital-alt\/60:hover {
  border-left-color: rgb(245 239 224 / 0.6);
  border-right-color: rgb(245 239 224 / 0.6);
}

.hover\:border-x-tykhe-digital-alt\/70:hover {
  border-left-color: rgb(245 239 224 / 0.7);
  border-right-color: rgb(245 239 224 / 0.7);
}

.hover\:border-x-tykhe-digital-alt\/75:hover {
  border-left-color: rgb(245 239 224 / 0.75);
  border-right-color: rgb(245 239 224 / 0.75);
}

.hover\:border-x-tykhe-digital-alt\/80:hover {
  border-left-color: rgb(245 239 224 / 0.8);
  border-right-color: rgb(245 239 224 / 0.8);
}

.hover\:border-x-tykhe-digital-alt\/90:hover {
  border-left-color: rgb(245 239 224 / 0.9);
  border-right-color: rgb(245 239 224 / 0.9);
}

.hover\:border-x-tykhe-digital-alt\/95:hover {
  border-left-color: rgb(245 239 224 / 0.95);
  border-right-color: rgb(245 239 224 / 0.95);
}

.hover\:border-x-tykhe-digital-alt2:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 58 111 / var(--tw-border-opacity));
  border-right-color: rgb(255 58 111 / var(--tw-border-opacity));
}

.hover\:border-x-tykhe-digital-alt2\/0:hover {
  border-left-color: rgb(255 58 111 / 0);
  border-right-color: rgb(255 58 111 / 0);
}

.hover\:border-x-tykhe-digital-alt2\/10:hover {
  border-left-color: rgb(255 58 111 / 0.1);
  border-right-color: rgb(255 58 111 / 0.1);
}

.hover\:border-x-tykhe-digital-alt2\/100:hover {
  border-left-color: rgb(255 58 111 / 1);
  border-right-color: rgb(255 58 111 / 1);
}

.hover\:border-x-tykhe-digital-alt2\/20:hover {
  border-left-color: rgb(255 58 111 / 0.2);
  border-right-color: rgb(255 58 111 / 0.2);
}

.hover\:border-x-tykhe-digital-alt2\/25:hover {
  border-left-color: rgb(255 58 111 / 0.25);
  border-right-color: rgb(255 58 111 / 0.25);
}

.hover\:border-x-tykhe-digital-alt2\/30:hover {
  border-left-color: rgb(255 58 111 / 0.3);
  border-right-color: rgb(255 58 111 / 0.3);
}

.hover\:border-x-tykhe-digital-alt2\/40:hover {
  border-left-color: rgb(255 58 111 / 0.4);
  border-right-color: rgb(255 58 111 / 0.4);
}

.hover\:border-x-tykhe-digital-alt2\/5:hover {
  border-left-color: rgb(255 58 111 / 0.05);
  border-right-color: rgb(255 58 111 / 0.05);
}

.hover\:border-x-tykhe-digital-alt2\/50:hover {
  border-left-color: rgb(255 58 111 / 0.5);
  border-right-color: rgb(255 58 111 / 0.5);
}

.hover\:border-x-tykhe-digital-alt2\/60:hover {
  border-left-color: rgb(255 58 111 / 0.6);
  border-right-color: rgb(255 58 111 / 0.6);
}

.hover\:border-x-tykhe-digital-alt2\/70:hover {
  border-left-color: rgb(255 58 111 / 0.7);
  border-right-color: rgb(255 58 111 / 0.7);
}

.hover\:border-x-tykhe-digital-alt2\/75:hover {
  border-left-color: rgb(255 58 111 / 0.75);
  border-right-color: rgb(255 58 111 / 0.75);
}

.hover\:border-x-tykhe-digital-alt2\/80:hover {
  border-left-color: rgb(255 58 111 / 0.8);
  border-right-color: rgb(255 58 111 / 0.8);
}

.hover\:border-x-tykhe-digital-alt2\/90:hover {
  border-left-color: rgb(255 58 111 / 0.9);
  border-right-color: rgb(255 58 111 / 0.9);
}

.hover\:border-x-tykhe-digital-alt2\/95:hover {
  border-left-color: rgb(255 58 111 / 0.95);
  border-right-color: rgb(255 58 111 / 0.95);
}

.hover\:border-x-tykhe-digital-alt3:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(131 214 239 / var(--tw-border-opacity));
  border-right-color: rgb(131 214 239 / var(--tw-border-opacity));
}

.hover\:border-x-tykhe-digital-alt3\/0:hover {
  border-left-color: rgb(131 214 239 / 0);
  border-right-color: rgb(131 214 239 / 0);
}

.hover\:border-x-tykhe-digital-alt3\/10:hover {
  border-left-color: rgb(131 214 239 / 0.1);
  border-right-color: rgb(131 214 239 / 0.1);
}

.hover\:border-x-tykhe-digital-alt3\/100:hover {
  border-left-color: rgb(131 214 239 / 1);
  border-right-color: rgb(131 214 239 / 1);
}

.hover\:border-x-tykhe-digital-alt3\/20:hover {
  border-left-color: rgb(131 214 239 / 0.2);
  border-right-color: rgb(131 214 239 / 0.2);
}

.hover\:border-x-tykhe-digital-alt3\/25:hover {
  border-left-color: rgb(131 214 239 / 0.25);
  border-right-color: rgb(131 214 239 / 0.25);
}

.hover\:border-x-tykhe-digital-alt3\/30:hover {
  border-left-color: rgb(131 214 239 / 0.3);
  border-right-color: rgb(131 214 239 / 0.3);
}

.hover\:border-x-tykhe-digital-alt3\/40:hover {
  border-left-color: rgb(131 214 239 / 0.4);
  border-right-color: rgb(131 214 239 / 0.4);
}

.hover\:border-x-tykhe-digital-alt3\/5:hover {
  border-left-color: rgb(131 214 239 / 0.05);
  border-right-color: rgb(131 214 239 / 0.05);
}

.hover\:border-x-tykhe-digital-alt3\/50:hover {
  border-left-color: rgb(131 214 239 / 0.5);
  border-right-color: rgb(131 214 239 / 0.5);
}

.hover\:border-x-tykhe-digital-alt3\/60:hover {
  border-left-color: rgb(131 214 239 / 0.6);
  border-right-color: rgb(131 214 239 / 0.6);
}

.hover\:border-x-tykhe-digital-alt3\/70:hover {
  border-left-color: rgb(131 214 239 / 0.7);
  border-right-color: rgb(131 214 239 / 0.7);
}

.hover\:border-x-tykhe-digital-alt3\/75:hover {
  border-left-color: rgb(131 214 239 / 0.75);
  border-right-color: rgb(131 214 239 / 0.75);
}

.hover\:border-x-tykhe-digital-alt3\/80:hover {
  border-left-color: rgb(131 214 239 / 0.8);
  border-right-color: rgb(131 214 239 / 0.8);
}

.hover\:border-x-tykhe-digital-alt3\/90:hover {
  border-left-color: rgb(131 214 239 / 0.9);
  border-right-color: rgb(131 214 239 / 0.9);
}

.hover\:border-x-tykhe-digital-alt3\/95:hover {
  border-left-color: rgb(131 214 239 / 0.95);
  border-right-color: rgb(131 214 239 / 0.95);
}

.hover\:border-x-tykhe-digital\/0:hover {
  border-left-color: rgb(239 156 131 / 0);
  border-right-color: rgb(239 156 131 / 0);
}

.hover\:border-x-tykhe-digital\/10:hover {
  border-left-color: rgb(239 156 131 / 0.1);
  border-right-color: rgb(239 156 131 / 0.1);
}

.hover\:border-x-tykhe-digital\/100:hover {
  border-left-color: rgb(239 156 131 / 1);
  border-right-color: rgb(239 156 131 / 1);
}

.hover\:border-x-tykhe-digital\/20:hover {
  border-left-color: rgb(239 156 131 / 0.2);
  border-right-color: rgb(239 156 131 / 0.2);
}

.hover\:border-x-tykhe-digital\/25:hover {
  border-left-color: rgb(239 156 131 / 0.25);
  border-right-color: rgb(239 156 131 / 0.25);
}

.hover\:border-x-tykhe-digital\/30:hover {
  border-left-color: rgb(239 156 131 / 0.3);
  border-right-color: rgb(239 156 131 / 0.3);
}

.hover\:border-x-tykhe-digital\/40:hover {
  border-left-color: rgb(239 156 131 / 0.4);
  border-right-color: rgb(239 156 131 / 0.4);
}

.hover\:border-x-tykhe-digital\/5:hover {
  border-left-color: rgb(239 156 131 / 0.05);
  border-right-color: rgb(239 156 131 / 0.05);
}

.hover\:border-x-tykhe-digital\/50:hover {
  border-left-color: rgb(239 156 131 / 0.5);
  border-right-color: rgb(239 156 131 / 0.5);
}

.hover\:border-x-tykhe-digital\/60:hover {
  border-left-color: rgb(239 156 131 / 0.6);
  border-right-color: rgb(239 156 131 / 0.6);
}

.hover\:border-x-tykhe-digital\/70:hover {
  border-left-color: rgb(239 156 131 / 0.7);
  border-right-color: rgb(239 156 131 / 0.7);
}

.hover\:border-x-tykhe-digital\/75:hover {
  border-left-color: rgb(239 156 131 / 0.75);
  border-right-color: rgb(239 156 131 / 0.75);
}

.hover\:border-x-tykhe-digital\/80:hover {
  border-left-color: rgb(239 156 131 / 0.8);
  border-right-color: rgb(239 156 131 / 0.8);
}

.hover\:border-x-tykhe-digital\/90:hover {
  border-left-color: rgb(239 156 131 / 0.9);
  border-right-color: rgb(239 156 131 / 0.9);
}

.hover\:border-x-tykhe-digital\/95:hover {
  border-left-color: rgb(239 156 131 / 0.95);
  border-right-color: rgb(239 156 131 / 0.95);
}

.hover\:border-x-violet-100:hover {
  --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));
}

.hover\:border-x-violet-100\/0:hover {
  border-left-color: rgb(237 233 254 / 0);
  border-right-color: rgb(237 233 254 / 0);
}

.hover\:border-x-violet-100\/10:hover {
  border-left-color: rgb(237 233 254 / 0.1);
  border-right-color: rgb(237 233 254 / 0.1);
}

.hover\:border-x-violet-100\/100:hover {
  border-left-color: rgb(237 233 254 / 1);
  border-right-color: rgb(237 233 254 / 1);
}

.hover\:border-x-violet-100\/20:hover {
  border-left-color: rgb(237 233 254 / 0.2);
  border-right-color: rgb(237 233 254 / 0.2);
}

.hover\:border-x-violet-100\/25:hover {
  border-left-color: rgb(237 233 254 / 0.25);
  border-right-color: rgb(237 233 254 / 0.25);
}

.hover\:border-x-violet-100\/30:hover {
  border-left-color: rgb(237 233 254 / 0.3);
  border-right-color: rgb(237 233 254 / 0.3);
}

.hover\:border-x-violet-100\/40:hover {
  border-left-color: rgb(237 233 254 / 0.4);
  border-right-color: rgb(237 233 254 / 0.4);
}

.hover\:border-x-violet-100\/5:hover {
  border-left-color: rgb(237 233 254 / 0.05);
  border-right-color: rgb(237 233 254 / 0.05);
}

.hover\:border-x-violet-100\/50:hover {
  border-left-color: rgb(237 233 254 / 0.5);
  border-right-color: rgb(237 233 254 / 0.5);
}

.hover\:border-x-violet-100\/60:hover {
  border-left-color: rgb(237 233 254 / 0.6);
  border-right-color: rgb(237 233 254 / 0.6);
}

.hover\:border-x-violet-100\/70:hover {
  border-left-color: rgb(237 233 254 / 0.7);
  border-right-color: rgb(237 233 254 / 0.7);
}

.hover\:border-x-violet-100\/75:hover {
  border-left-color: rgb(237 233 254 / 0.75);
  border-right-color: rgb(237 233 254 / 0.75);
}

.hover\:border-x-violet-100\/80:hover {
  border-left-color: rgb(237 233 254 / 0.8);
  border-right-color: rgb(237 233 254 / 0.8);
}

.hover\:border-x-violet-100\/90:hover {
  border-left-color: rgb(237 233 254 / 0.9);
  border-right-color: rgb(237 233 254 / 0.9);
}

.hover\:border-x-violet-100\/95:hover {
  border-left-color: rgb(237 233 254 / 0.95);
  border-right-color: rgb(237 233 254 / 0.95);
}

.hover\:border-x-violet-200:hover {
  --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));
}

.hover\:border-x-violet-200\/0:hover {
  border-left-color: rgb(221 214 254 / 0);
  border-right-color: rgb(221 214 254 / 0);
}

.hover\:border-x-violet-200\/10:hover {
  border-left-color: rgb(221 214 254 / 0.1);
  border-right-color: rgb(221 214 254 / 0.1);
}

.hover\:border-x-violet-200\/100:hover {
  border-left-color: rgb(221 214 254 / 1);
  border-right-color: rgb(221 214 254 / 1);
}

.hover\:border-x-violet-200\/20:hover {
  border-left-color: rgb(221 214 254 / 0.2);
  border-right-color: rgb(221 214 254 / 0.2);
}

.hover\:border-x-violet-200\/25:hover {
  border-left-color: rgb(221 214 254 / 0.25);
  border-right-color: rgb(221 214 254 / 0.25);
}

.hover\:border-x-violet-200\/30:hover {
  border-left-color: rgb(221 214 254 / 0.3);
  border-right-color: rgb(221 214 254 / 0.3);
}

.hover\:border-x-violet-200\/40:hover {
  border-left-color: rgb(221 214 254 / 0.4);
  border-right-color: rgb(221 214 254 / 0.4);
}

.hover\:border-x-violet-200\/5:hover {
  border-left-color: rgb(221 214 254 / 0.05);
  border-right-color: rgb(221 214 254 / 0.05);
}

.hover\:border-x-violet-200\/50:hover {
  border-left-color: rgb(221 214 254 / 0.5);
  border-right-color: rgb(221 214 254 / 0.5);
}

.hover\:border-x-violet-200\/60:hover {
  border-left-color: rgb(221 214 254 / 0.6);
  border-right-color: rgb(221 214 254 / 0.6);
}

.hover\:border-x-violet-200\/70:hover {
  border-left-color: rgb(221 214 254 / 0.7);
  border-right-color: rgb(221 214 254 / 0.7);
}

.hover\:border-x-violet-200\/75:hover {
  border-left-color: rgb(221 214 254 / 0.75);
  border-right-color: rgb(221 214 254 / 0.75);
}

.hover\:border-x-violet-200\/80:hover {
  border-left-color: rgb(221 214 254 / 0.8);
  border-right-color: rgb(221 214 254 / 0.8);
}

.hover\:border-x-violet-200\/90:hover {
  border-left-color: rgb(221 214 254 / 0.9);
  border-right-color: rgb(221 214 254 / 0.9);
}

.hover\:border-x-violet-200\/95:hover {
  border-left-color: rgb(221 214 254 / 0.95);
  border-right-color: rgb(221 214 254 / 0.95);
}

.hover\:border-x-violet-300:hover {
  --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));
}

.hover\:border-x-violet-300\/0:hover {
  border-left-color: rgb(196 181 253 / 0);
  border-right-color: rgb(196 181 253 / 0);
}

.hover\:border-x-violet-300\/10:hover {
  border-left-color: rgb(196 181 253 / 0.1);
  border-right-color: rgb(196 181 253 / 0.1);
}

.hover\:border-x-violet-300\/100:hover {
  border-left-color: rgb(196 181 253 / 1);
  border-right-color: rgb(196 181 253 / 1);
}

.hover\:border-x-violet-300\/20:hover {
  border-left-color: rgb(196 181 253 / 0.2);
  border-right-color: rgb(196 181 253 / 0.2);
}

.hover\:border-x-violet-300\/25:hover {
  border-left-color: rgb(196 181 253 / 0.25);
  border-right-color: rgb(196 181 253 / 0.25);
}

.hover\:border-x-violet-300\/30:hover {
  border-left-color: rgb(196 181 253 / 0.3);
  border-right-color: rgb(196 181 253 / 0.3);
}

.hover\:border-x-violet-300\/40:hover {
  border-left-color: rgb(196 181 253 / 0.4);
  border-right-color: rgb(196 181 253 / 0.4);
}

.hover\:border-x-violet-300\/5:hover {
  border-left-color: rgb(196 181 253 / 0.05);
  border-right-color: rgb(196 181 253 / 0.05);
}

.hover\:border-x-violet-300\/50:hover {
  border-left-color: rgb(196 181 253 / 0.5);
  border-right-color: rgb(196 181 253 / 0.5);
}

.hover\:border-x-violet-300\/60:hover {
  border-left-color: rgb(196 181 253 / 0.6);
  border-right-color: rgb(196 181 253 / 0.6);
}

.hover\:border-x-violet-300\/70:hover {
  border-left-color: rgb(196 181 253 / 0.7);
  border-right-color: rgb(196 181 253 / 0.7);
}

.hover\:border-x-violet-300\/75:hover {
  border-left-color: rgb(196 181 253 / 0.75);
  border-right-color: rgb(196 181 253 / 0.75);
}

.hover\:border-x-violet-300\/80:hover {
  border-left-color: rgb(196 181 253 / 0.8);
  border-right-color: rgb(196 181 253 / 0.8);
}

.hover\:border-x-violet-300\/90:hover {
  border-left-color: rgb(196 181 253 / 0.9);
  border-right-color: rgb(196 181 253 / 0.9);
}

.hover\:border-x-violet-300\/95:hover {
  border-left-color: rgb(196 181 253 / 0.95);
  border-right-color: rgb(196 181 253 / 0.95);
}

.hover\:border-x-violet-400:hover {
  --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));
}

.hover\:border-x-violet-400\/0:hover {
  border-left-color: rgb(167 139 250 / 0);
  border-right-color: rgb(167 139 250 / 0);
}

.hover\:border-x-violet-400\/10:hover {
  border-left-color: rgb(167 139 250 / 0.1);
  border-right-color: rgb(167 139 250 / 0.1);
}

.hover\:border-x-violet-400\/100:hover {
  border-left-color: rgb(167 139 250 / 1);
  border-right-color: rgb(167 139 250 / 1);
}

.hover\:border-x-violet-400\/20:hover {
  border-left-color: rgb(167 139 250 / 0.2);
  border-right-color: rgb(167 139 250 / 0.2);
}

.hover\:border-x-violet-400\/25:hover {
  border-left-color: rgb(167 139 250 / 0.25);
  border-right-color: rgb(167 139 250 / 0.25);
}

.hover\:border-x-violet-400\/30:hover {
  border-left-color: rgb(167 139 250 / 0.3);
  border-right-color: rgb(167 139 250 / 0.3);
}

.hover\:border-x-violet-400\/40:hover {
  border-left-color: rgb(167 139 250 / 0.4);
  border-right-color: rgb(167 139 250 / 0.4);
}

.hover\:border-x-violet-400\/5:hover {
  border-left-color: rgb(167 139 250 / 0.05);
  border-right-color: rgb(167 139 250 / 0.05);
}

.hover\:border-x-violet-400\/50:hover {
  border-left-color: rgb(167 139 250 / 0.5);
  border-right-color: rgb(167 139 250 / 0.5);
}

.hover\:border-x-violet-400\/60:hover {
  border-left-color: rgb(167 139 250 / 0.6);
  border-right-color: rgb(167 139 250 / 0.6);
}

.hover\:border-x-violet-400\/70:hover {
  border-left-color: rgb(167 139 250 / 0.7);
  border-right-color: rgb(167 139 250 / 0.7);
}

.hover\:border-x-violet-400\/75:hover {
  border-left-color: rgb(167 139 250 / 0.75);
  border-right-color: rgb(167 139 250 / 0.75);
}

.hover\:border-x-violet-400\/80:hover {
  border-left-color: rgb(167 139 250 / 0.8);
  border-right-color: rgb(167 139 250 / 0.8);
}

.hover\:border-x-violet-400\/90:hover {
  border-left-color: rgb(167 139 250 / 0.9);
  border-right-color: rgb(167 139 250 / 0.9);
}

.hover\:border-x-violet-400\/95:hover {
  border-left-color: rgb(167 139 250 / 0.95);
  border-right-color: rgb(167 139 250 / 0.95);
}

.hover\:border-x-violet-50:hover {
  --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));
}

.hover\:border-x-violet-50\/0:hover {
  border-left-color: rgb(245 243 255 / 0);
  border-right-color: rgb(245 243 255 / 0);
}

.hover\:border-x-violet-50\/10:hover {
  border-left-color: rgb(245 243 255 / 0.1);
  border-right-color: rgb(245 243 255 / 0.1);
}

.hover\:border-x-violet-50\/100:hover {
  border-left-color: rgb(245 243 255 / 1);
  border-right-color: rgb(245 243 255 / 1);
}

.hover\:border-x-violet-50\/20:hover {
  border-left-color: rgb(245 243 255 / 0.2);
  border-right-color: rgb(245 243 255 / 0.2);
}

.hover\:border-x-violet-50\/25:hover {
  border-left-color: rgb(245 243 255 / 0.25);
  border-right-color: rgb(245 243 255 / 0.25);
}

.hover\:border-x-violet-50\/30:hover {
  border-left-color: rgb(245 243 255 / 0.3);
  border-right-color: rgb(245 243 255 / 0.3);
}

.hover\:border-x-violet-50\/40:hover {
  border-left-color: rgb(245 243 255 / 0.4);
  border-right-color: rgb(245 243 255 / 0.4);
}

.hover\:border-x-violet-50\/5:hover {
  border-left-color: rgb(245 243 255 / 0.05);
  border-right-color: rgb(245 243 255 / 0.05);
}

.hover\:border-x-violet-50\/50:hover {
  border-left-color: rgb(245 243 255 / 0.5);
  border-right-color: rgb(245 243 255 / 0.5);
}

.hover\:border-x-violet-50\/60:hover {
  border-left-color: rgb(245 243 255 / 0.6);
  border-right-color: rgb(245 243 255 / 0.6);
}

.hover\:border-x-violet-50\/70:hover {
  border-left-color: rgb(245 243 255 / 0.7);
  border-right-color: rgb(245 243 255 / 0.7);
}

.hover\:border-x-violet-50\/75:hover {
  border-left-color: rgb(245 243 255 / 0.75);
  border-right-color: rgb(245 243 255 / 0.75);
}

.hover\:border-x-violet-50\/80:hover {
  border-left-color: rgb(245 243 255 / 0.8);
  border-right-color: rgb(245 243 255 / 0.8);
}

.hover\:border-x-violet-50\/90:hover {
  border-left-color: rgb(245 243 255 / 0.9);
  border-right-color: rgb(245 243 255 / 0.9);
}

.hover\:border-x-violet-50\/95:hover {
  border-left-color: rgb(245 243 255 / 0.95);
  border-right-color: rgb(245 243 255 / 0.95);
}

.hover\:border-x-violet-500:hover {
  --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));
}

.hover\:border-x-violet-500\/0:hover {
  border-left-color: rgb(139 92 246 / 0);
  border-right-color: rgb(139 92 246 / 0);
}

.hover\:border-x-violet-500\/10:hover {
  border-left-color: rgb(139 92 246 / 0.1);
  border-right-color: rgb(139 92 246 / 0.1);
}

.hover\:border-x-violet-500\/100:hover {
  border-left-color: rgb(139 92 246 / 1);
  border-right-color: rgb(139 92 246 / 1);
}

.hover\:border-x-violet-500\/20:hover {
  border-left-color: rgb(139 92 246 / 0.2);
  border-right-color: rgb(139 92 246 / 0.2);
}

.hover\:border-x-violet-500\/25:hover {
  border-left-color: rgb(139 92 246 / 0.25);
  border-right-color: rgb(139 92 246 / 0.25);
}

.hover\:border-x-violet-500\/30:hover {
  border-left-color: rgb(139 92 246 / 0.3);
  border-right-color: rgb(139 92 246 / 0.3);
}

.hover\:border-x-violet-500\/40:hover {
  border-left-color: rgb(139 92 246 / 0.4);
  border-right-color: rgb(139 92 246 / 0.4);
}

.hover\:border-x-violet-500\/5:hover {
  border-left-color: rgb(139 92 246 / 0.05);
  border-right-color: rgb(139 92 246 / 0.05);
}

.hover\:border-x-violet-500\/50:hover {
  border-left-color: rgb(139 92 246 / 0.5);
  border-right-color: rgb(139 92 246 / 0.5);
}

.hover\:border-x-violet-500\/60:hover {
  border-left-color: rgb(139 92 246 / 0.6);
  border-right-color: rgb(139 92 246 / 0.6);
}

.hover\:border-x-violet-500\/70:hover {
  border-left-color: rgb(139 92 246 / 0.7);
  border-right-color: rgb(139 92 246 / 0.7);
}

.hover\:border-x-violet-500\/75:hover {
  border-left-color: rgb(139 92 246 / 0.75);
  border-right-color: rgb(139 92 246 / 0.75);
}

.hover\:border-x-violet-500\/80:hover {
  border-left-color: rgb(139 92 246 / 0.8);
  border-right-color: rgb(139 92 246 / 0.8);
}

.hover\:border-x-violet-500\/90:hover {
  border-left-color: rgb(139 92 246 / 0.9);
  border-right-color: rgb(139 92 246 / 0.9);
}

.hover\:border-x-violet-500\/95:hover {
  border-left-color: rgb(139 92 246 / 0.95);
  border-right-color: rgb(139 92 246 / 0.95);
}

.hover\:border-x-violet-600:hover {
  --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));
}

.hover\:border-x-violet-600\/0:hover {
  border-left-color: rgb(124 58 237 / 0);
  border-right-color: rgb(124 58 237 / 0);
}

.hover\:border-x-violet-600\/10:hover {
  border-left-color: rgb(124 58 237 / 0.1);
  border-right-color: rgb(124 58 237 / 0.1);
}

.hover\:border-x-violet-600\/100:hover {
  border-left-color: rgb(124 58 237 / 1);
  border-right-color: rgb(124 58 237 / 1);
}

.hover\:border-x-violet-600\/20:hover {
  border-left-color: rgb(124 58 237 / 0.2);
  border-right-color: rgb(124 58 237 / 0.2);
}

.hover\:border-x-violet-600\/25:hover {
  border-left-color: rgb(124 58 237 / 0.25);
  border-right-color: rgb(124 58 237 / 0.25);
}

.hover\:border-x-violet-600\/30:hover {
  border-left-color: rgb(124 58 237 / 0.3);
  border-right-color: rgb(124 58 237 / 0.3);
}

.hover\:border-x-violet-600\/40:hover {
  border-left-color: rgb(124 58 237 / 0.4);
  border-right-color: rgb(124 58 237 / 0.4);
}

.hover\:border-x-violet-600\/5:hover {
  border-left-color: rgb(124 58 237 / 0.05);
  border-right-color: rgb(124 58 237 / 0.05);
}

.hover\:border-x-violet-600\/50:hover {
  border-left-color: rgb(124 58 237 / 0.5);
  border-right-color: rgb(124 58 237 / 0.5);
}

.hover\:border-x-violet-600\/60:hover {
  border-left-color: rgb(124 58 237 / 0.6);
  border-right-color: rgb(124 58 237 / 0.6);
}

.hover\:border-x-violet-600\/70:hover {
  border-left-color: rgb(124 58 237 / 0.7);
  border-right-color: rgb(124 58 237 / 0.7);
}

.hover\:border-x-violet-600\/75:hover {
  border-left-color: rgb(124 58 237 / 0.75);
  border-right-color: rgb(124 58 237 / 0.75);
}

.hover\:border-x-violet-600\/80:hover {
  border-left-color: rgb(124 58 237 / 0.8);
  border-right-color: rgb(124 58 237 / 0.8);
}

.hover\:border-x-violet-600\/90:hover {
  border-left-color: rgb(124 58 237 / 0.9);
  border-right-color: rgb(124 58 237 / 0.9);
}

.hover\:border-x-violet-600\/95:hover {
  border-left-color: rgb(124 58 237 / 0.95);
  border-right-color: rgb(124 58 237 / 0.95);
}

.hover\:border-x-violet-700:hover {
  --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));
}

.hover\:border-x-violet-700\/0:hover {
  border-left-color: rgb(109 40 217 / 0);
  border-right-color: rgb(109 40 217 / 0);
}

.hover\:border-x-violet-700\/10:hover {
  border-left-color: rgb(109 40 217 / 0.1);
  border-right-color: rgb(109 40 217 / 0.1);
}

.hover\:border-x-violet-700\/100:hover {
  border-left-color: rgb(109 40 217 / 1);
  border-right-color: rgb(109 40 217 / 1);
}

.hover\:border-x-violet-700\/20:hover {
  border-left-color: rgb(109 40 217 / 0.2);
  border-right-color: rgb(109 40 217 / 0.2);
}

.hover\:border-x-violet-700\/25:hover {
  border-left-color: rgb(109 40 217 / 0.25);
  border-right-color: rgb(109 40 217 / 0.25);
}

.hover\:border-x-violet-700\/30:hover {
  border-left-color: rgb(109 40 217 / 0.3);
  border-right-color: rgb(109 40 217 / 0.3);
}

.hover\:border-x-violet-700\/40:hover {
  border-left-color: rgb(109 40 217 / 0.4);
  border-right-color: rgb(109 40 217 / 0.4);
}

.hover\:border-x-violet-700\/5:hover {
  border-left-color: rgb(109 40 217 / 0.05);
  border-right-color: rgb(109 40 217 / 0.05);
}

.hover\:border-x-violet-700\/50:hover {
  border-left-color: rgb(109 40 217 / 0.5);
  border-right-color: rgb(109 40 217 / 0.5);
}

.hover\:border-x-violet-700\/60:hover {
  border-left-color: rgb(109 40 217 / 0.6);
  border-right-color: rgb(109 40 217 / 0.6);
}

.hover\:border-x-violet-700\/70:hover {
  border-left-color: rgb(109 40 217 / 0.7);
  border-right-color: rgb(109 40 217 / 0.7);
}

.hover\:border-x-violet-700\/75:hover {
  border-left-color: rgb(109 40 217 / 0.75);
  border-right-color: rgb(109 40 217 / 0.75);
}

.hover\:border-x-violet-700\/80:hover {
  border-left-color: rgb(109 40 217 / 0.8);
  border-right-color: rgb(109 40 217 / 0.8);
}

.hover\:border-x-violet-700\/90:hover {
  border-left-color: rgb(109 40 217 / 0.9);
  border-right-color: rgb(109 40 217 / 0.9);
}

.hover\:border-x-violet-700\/95:hover {
  border-left-color: rgb(109 40 217 / 0.95);
  border-right-color: rgb(109 40 217 / 0.95);
}

.hover\:border-x-violet-800:hover {
  --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));
}

.hover\:border-x-violet-800\/0:hover {
  border-left-color: rgb(91 33 182 / 0);
  border-right-color: rgb(91 33 182 / 0);
}

.hover\:border-x-violet-800\/10:hover {
  border-left-color: rgb(91 33 182 / 0.1);
  border-right-color: rgb(91 33 182 / 0.1);
}

.hover\:border-x-violet-800\/100:hover {
  border-left-color: rgb(91 33 182 / 1);
  border-right-color: rgb(91 33 182 / 1);
}

.hover\:border-x-violet-800\/20:hover {
  border-left-color: rgb(91 33 182 / 0.2);
  border-right-color: rgb(91 33 182 / 0.2);
}

.hover\:border-x-violet-800\/25:hover {
  border-left-color: rgb(91 33 182 / 0.25);
  border-right-color: rgb(91 33 182 / 0.25);
}

.hover\:border-x-violet-800\/30:hover {
  border-left-color: rgb(91 33 182 / 0.3);
  border-right-color: rgb(91 33 182 / 0.3);
}

.hover\:border-x-violet-800\/40:hover {
  border-left-color: rgb(91 33 182 / 0.4);
  border-right-color: rgb(91 33 182 / 0.4);
}

.hover\:border-x-violet-800\/5:hover {
  border-left-color: rgb(91 33 182 / 0.05);
  border-right-color: rgb(91 33 182 / 0.05);
}

.hover\:border-x-violet-800\/50:hover {
  border-left-color: rgb(91 33 182 / 0.5);
  border-right-color: rgb(91 33 182 / 0.5);
}

.hover\:border-x-violet-800\/60:hover {
  border-left-color: rgb(91 33 182 / 0.6);
  border-right-color: rgb(91 33 182 / 0.6);
}

.hover\:border-x-violet-800\/70:hover {
  border-left-color: rgb(91 33 182 / 0.7);
  border-right-color: rgb(91 33 182 / 0.7);
}

.hover\:border-x-violet-800\/75:hover {
  border-left-color: rgb(91 33 182 / 0.75);
  border-right-color: rgb(91 33 182 / 0.75);
}

.hover\:border-x-violet-800\/80:hover {
  border-left-color: rgb(91 33 182 / 0.8);
  border-right-color: rgb(91 33 182 / 0.8);
}

.hover\:border-x-violet-800\/90:hover {
  border-left-color: rgb(91 33 182 / 0.9);
  border-right-color: rgb(91 33 182 / 0.9);
}

.hover\:border-x-violet-800\/95:hover {
  border-left-color: rgb(91 33 182 / 0.95);
  border-right-color: rgb(91 33 182 / 0.95);
}

.hover\:border-x-violet-900:hover {
  --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));
}

.hover\:border-x-violet-900\/0:hover {
  border-left-color: rgb(76 29 149 / 0);
  border-right-color: rgb(76 29 149 / 0);
}

.hover\:border-x-violet-900\/10:hover {
  border-left-color: rgb(76 29 149 / 0.1);
  border-right-color: rgb(76 29 149 / 0.1);
}

.hover\:border-x-violet-900\/100:hover {
  border-left-color: rgb(76 29 149 / 1);
  border-right-color: rgb(76 29 149 / 1);
}

.hover\:border-x-violet-900\/20:hover {
  border-left-color: rgb(76 29 149 / 0.2);
  border-right-color: rgb(76 29 149 / 0.2);
}

.hover\:border-x-violet-900\/25:hover {
  border-left-color: rgb(76 29 149 / 0.25);
  border-right-color: rgb(76 29 149 / 0.25);
}

.hover\:border-x-violet-900\/30:hover {
  border-left-color: rgb(76 29 149 / 0.3);
  border-right-color: rgb(76 29 149 / 0.3);
}

.hover\:border-x-violet-900\/40:hover {
  border-left-color: rgb(76 29 149 / 0.4);
  border-right-color: rgb(76 29 149 / 0.4);
}

.hover\:border-x-violet-900\/5:hover {
  border-left-color: rgb(76 29 149 / 0.05);
  border-right-color: rgb(76 29 149 / 0.05);
}

.hover\:border-x-violet-900\/50:hover {
  border-left-color: rgb(76 29 149 / 0.5);
  border-right-color: rgb(76 29 149 / 0.5);
}

.hover\:border-x-violet-900\/60:hover {
  border-left-color: rgb(76 29 149 / 0.6);
  border-right-color: rgb(76 29 149 / 0.6);
}

.hover\:border-x-violet-900\/70:hover {
  border-left-color: rgb(76 29 149 / 0.7);
  border-right-color: rgb(76 29 149 / 0.7);
}

.hover\:border-x-violet-900\/75:hover {
  border-left-color: rgb(76 29 149 / 0.75);
  border-right-color: rgb(76 29 149 / 0.75);
}

.hover\:border-x-violet-900\/80:hover {
  border-left-color: rgb(76 29 149 / 0.8);
  border-right-color: rgb(76 29 149 / 0.8);
}

.hover\:border-x-violet-900\/90:hover {
  border-left-color: rgb(76 29 149 / 0.9);
  border-right-color: rgb(76 29 149 / 0.9);
}

.hover\:border-x-violet-900\/95:hover {
  border-left-color: rgb(76 29 149 / 0.95);
  border-right-color: rgb(76 29 149 / 0.95);
}

.hover\:border-x-violet-950:hover {
  --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));
}

.hover\:border-x-violet-950\/0:hover {
  border-left-color: rgb(46 16 101 / 0);
  border-right-color: rgb(46 16 101 / 0);
}

.hover\:border-x-violet-950\/10:hover {
  border-left-color: rgb(46 16 101 / 0.1);
  border-right-color: rgb(46 16 101 / 0.1);
}

.hover\:border-x-violet-950\/100:hover {
  border-left-color: rgb(46 16 101 / 1);
  border-right-color: rgb(46 16 101 / 1);
}

.hover\:border-x-violet-950\/20:hover {
  border-left-color: rgb(46 16 101 / 0.2);
  border-right-color: rgb(46 16 101 / 0.2);
}

.hover\:border-x-violet-950\/25:hover {
  border-left-color: rgb(46 16 101 / 0.25);
  border-right-color: rgb(46 16 101 / 0.25);
}

.hover\:border-x-violet-950\/30:hover {
  border-left-color: rgb(46 16 101 / 0.3);
  border-right-color: rgb(46 16 101 / 0.3);
}

.hover\:border-x-violet-950\/40:hover {
  border-left-color: rgb(46 16 101 / 0.4);
  border-right-color: rgb(46 16 101 / 0.4);
}

.hover\:border-x-violet-950\/5:hover {
  border-left-color: rgb(46 16 101 / 0.05);
  border-right-color: rgb(46 16 101 / 0.05);
}

.hover\:border-x-violet-950\/50:hover {
  border-left-color: rgb(46 16 101 / 0.5);
  border-right-color: rgb(46 16 101 / 0.5);
}

.hover\:border-x-violet-950\/60:hover {
  border-left-color: rgb(46 16 101 / 0.6);
  border-right-color: rgb(46 16 101 / 0.6);
}

.hover\:border-x-violet-950\/70:hover {
  border-left-color: rgb(46 16 101 / 0.7);
  border-right-color: rgb(46 16 101 / 0.7);
}

.hover\:border-x-violet-950\/75:hover {
  border-left-color: rgb(46 16 101 / 0.75);
  border-right-color: rgb(46 16 101 / 0.75);
}

.hover\:border-x-violet-950\/80:hover {
  border-left-color: rgb(46 16 101 / 0.8);
  border-right-color: rgb(46 16 101 / 0.8);
}

.hover\:border-x-violet-950\/90:hover {
  border-left-color: rgb(46 16 101 / 0.9);
  border-right-color: rgb(46 16 101 / 0.9);
}

.hover\:border-x-violet-950\/95:hover {
  border-left-color: rgb(46 16 101 / 0.95);
  border-right-color: rgb(46 16 101 / 0.95);
}

.hover\:border-x-white:hover {
  --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));
}

.hover\:border-x-white\/0:hover {
  border-left-color: rgb(255 255 255 / 0);
  border-right-color: rgb(255 255 255 / 0);
}

.hover\:border-x-white\/10:hover {
  border-left-color: rgb(255 255 255 / 0.1);
  border-right-color: rgb(255 255 255 / 0.1);
}

.hover\:border-x-white\/100:hover {
  border-left-color: rgb(255 255 255 / 1);
  border-right-color: rgb(255 255 255 / 1);
}

.hover\:border-x-white\/20:hover {
  border-left-color: rgb(255 255 255 / 0.2);
  border-right-color: rgb(255 255 255 / 0.2);
}

.hover\:border-x-white\/25:hover {
  border-left-color: rgb(255 255 255 / 0.25);
  border-right-color: rgb(255 255 255 / 0.25);
}

.hover\:border-x-white\/30:hover {
  border-left-color: rgb(255 255 255 / 0.3);
  border-right-color: rgb(255 255 255 / 0.3);
}

.hover\:border-x-white\/40:hover {
  border-left-color: rgb(255 255 255 / 0.4);
  border-right-color: rgb(255 255 255 / 0.4);
}

.hover\:border-x-white\/5:hover {
  border-left-color: rgb(255 255 255 / 0.05);
  border-right-color: rgb(255 255 255 / 0.05);
}

.hover\:border-x-white\/50:hover {
  border-left-color: rgb(255 255 255 / 0.5);
  border-right-color: rgb(255 255 255 / 0.5);
}

.hover\:border-x-white\/60:hover {
  border-left-color: rgb(255 255 255 / 0.6);
  border-right-color: rgb(255 255 255 / 0.6);
}

.hover\:border-x-white\/70:hover {
  border-left-color: rgb(255 255 255 / 0.7);
  border-right-color: rgb(255 255 255 / 0.7);
}

.hover\:border-x-white\/75:hover {
  border-left-color: rgb(255 255 255 / 0.75);
  border-right-color: rgb(255 255 255 / 0.75);
}

.hover\:border-x-white\/80:hover {
  border-left-color: rgb(255 255 255 / 0.8);
  border-right-color: rgb(255 255 255 / 0.8);
}

.hover\:border-x-white\/90:hover {
  border-left-color: rgb(255 255 255 / 0.9);
  border-right-color: rgb(255 255 255 / 0.9);
}

.hover\:border-x-white\/95:hover {
  border-left-color: rgb(255 255 255 / 0.95);
  border-right-color: rgb(255 255 255 / 0.95);
}

.hover\:border-x-work-identity-300:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(166 235 194 / var(--tw-border-opacity));
  border-right-color: rgb(166 235 194 / var(--tw-border-opacity));
}

.hover\:border-x-work-identity-300\/0:hover {
  border-left-color: rgb(166 235 194 / 0);
  border-right-color: rgb(166 235 194 / 0);
}

.hover\:border-x-work-identity-300\/10:hover {
  border-left-color: rgb(166 235 194 / 0.1);
  border-right-color: rgb(166 235 194 / 0.1);
}

.hover\:border-x-work-identity-300\/100:hover {
  border-left-color: rgb(166 235 194 / 1);
  border-right-color: rgb(166 235 194 / 1);
}

.hover\:border-x-work-identity-300\/20:hover {
  border-left-color: rgb(166 235 194 / 0.2);
  border-right-color: rgb(166 235 194 / 0.2);
}

.hover\:border-x-work-identity-300\/25:hover {
  border-left-color: rgb(166 235 194 / 0.25);
  border-right-color: rgb(166 235 194 / 0.25);
}

.hover\:border-x-work-identity-300\/30:hover {
  border-left-color: rgb(166 235 194 / 0.3);
  border-right-color: rgb(166 235 194 / 0.3);
}

.hover\:border-x-work-identity-300\/40:hover {
  border-left-color: rgb(166 235 194 / 0.4);
  border-right-color: rgb(166 235 194 / 0.4);
}

.hover\:border-x-work-identity-300\/5:hover {
  border-left-color: rgb(166 235 194 / 0.05);
  border-right-color: rgb(166 235 194 / 0.05);
}

.hover\:border-x-work-identity-300\/50:hover {
  border-left-color: rgb(166 235 194 / 0.5);
  border-right-color: rgb(166 235 194 / 0.5);
}

.hover\:border-x-work-identity-300\/60:hover {
  border-left-color: rgb(166 235 194 / 0.6);
  border-right-color: rgb(166 235 194 / 0.6);
}

.hover\:border-x-work-identity-300\/70:hover {
  border-left-color: rgb(166 235 194 / 0.7);
  border-right-color: rgb(166 235 194 / 0.7);
}

.hover\:border-x-work-identity-300\/75:hover {
  border-left-color: rgb(166 235 194 / 0.75);
  border-right-color: rgb(166 235 194 / 0.75);
}

.hover\:border-x-work-identity-300\/80:hover {
  border-left-color: rgb(166 235 194 / 0.8);
  border-right-color: rgb(166 235 194 / 0.8);
}

.hover\:border-x-work-identity-300\/90:hover {
  border-left-color: rgb(166 235 194 / 0.9);
  border-right-color: rgb(166 235 194 / 0.9);
}

.hover\:border-x-work-identity-300\/95:hover {
  border-left-color: rgb(166 235 194 / 0.95);
  border-right-color: rgb(166 235 194 / 0.95);
}

.hover\:border-x-work-identity-400:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(83 221 139 / var(--tw-border-opacity));
  border-right-color: rgb(83 221 139 / var(--tw-border-opacity));
}

.hover\:border-x-work-identity-400\/0:hover {
  border-left-color: rgb(83 221 139 / 0);
  border-right-color: rgb(83 221 139 / 0);
}

.hover\:border-x-work-identity-400\/10:hover {
  border-left-color: rgb(83 221 139 / 0.1);
  border-right-color: rgb(83 221 139 / 0.1);
}

.hover\:border-x-work-identity-400\/100:hover {
  border-left-color: rgb(83 221 139 / 1);
  border-right-color: rgb(83 221 139 / 1);
}

.hover\:border-x-work-identity-400\/20:hover {
  border-left-color: rgb(83 221 139 / 0.2);
  border-right-color: rgb(83 221 139 / 0.2);
}

.hover\:border-x-work-identity-400\/25:hover {
  border-left-color: rgb(83 221 139 / 0.25);
  border-right-color: rgb(83 221 139 / 0.25);
}

.hover\:border-x-work-identity-400\/30:hover {
  border-left-color: rgb(83 221 139 / 0.3);
  border-right-color: rgb(83 221 139 / 0.3);
}

.hover\:border-x-work-identity-400\/40:hover {
  border-left-color: rgb(83 221 139 / 0.4);
  border-right-color: rgb(83 221 139 / 0.4);
}

.hover\:border-x-work-identity-400\/5:hover {
  border-left-color: rgb(83 221 139 / 0.05);
  border-right-color: rgb(83 221 139 / 0.05);
}

.hover\:border-x-work-identity-400\/50:hover {
  border-left-color: rgb(83 221 139 / 0.5);
  border-right-color: rgb(83 221 139 / 0.5);
}

.hover\:border-x-work-identity-400\/60:hover {
  border-left-color: rgb(83 221 139 / 0.6);
  border-right-color: rgb(83 221 139 / 0.6);
}

.hover\:border-x-work-identity-400\/70:hover {
  border-left-color: rgb(83 221 139 / 0.7);
  border-right-color: rgb(83 221 139 / 0.7);
}

.hover\:border-x-work-identity-400\/75:hover {
  border-left-color: rgb(83 221 139 / 0.75);
  border-right-color: rgb(83 221 139 / 0.75);
}

.hover\:border-x-work-identity-400\/80:hover {
  border-left-color: rgb(83 221 139 / 0.8);
  border-right-color: rgb(83 221 139 / 0.8);
}

.hover\:border-x-work-identity-400\/90:hover {
  border-left-color: rgb(83 221 139 / 0.9);
  border-right-color: rgb(83 221 139 / 0.9);
}

.hover\:border-x-work-identity-400\/95:hover {
  border-left-color: rgb(83 221 139 / 0.95);
  border-right-color: rgb(83 221 139 / 0.95);
}

.hover\:border-x-work-identity-500:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 208 84 / var(--tw-border-opacity));
  border-right-color: rgb(0 208 84 / var(--tw-border-opacity));
}

.hover\:border-x-work-identity-500\/0:hover {
  border-left-color: rgb(0 208 84 / 0);
  border-right-color: rgb(0 208 84 / 0);
}

.hover\:border-x-work-identity-500\/10:hover {
  border-left-color: rgb(0 208 84 / 0.1);
  border-right-color: rgb(0 208 84 / 0.1);
}

.hover\:border-x-work-identity-500\/100:hover {
  border-left-color: rgb(0 208 84 / 1);
  border-right-color: rgb(0 208 84 / 1);
}

.hover\:border-x-work-identity-500\/20:hover {
  border-left-color: rgb(0 208 84 / 0.2);
  border-right-color: rgb(0 208 84 / 0.2);
}

.hover\:border-x-work-identity-500\/25:hover {
  border-left-color: rgb(0 208 84 / 0.25);
  border-right-color: rgb(0 208 84 / 0.25);
}

.hover\:border-x-work-identity-500\/30:hover {
  border-left-color: rgb(0 208 84 / 0.3);
  border-right-color: rgb(0 208 84 / 0.3);
}

.hover\:border-x-work-identity-500\/40:hover {
  border-left-color: rgb(0 208 84 / 0.4);
  border-right-color: rgb(0 208 84 / 0.4);
}

.hover\:border-x-work-identity-500\/5:hover {
  border-left-color: rgb(0 208 84 / 0.05);
  border-right-color: rgb(0 208 84 / 0.05);
}

.hover\:border-x-work-identity-500\/50:hover {
  border-left-color: rgb(0 208 84 / 0.5);
  border-right-color: rgb(0 208 84 / 0.5);
}

.hover\:border-x-work-identity-500\/60:hover {
  border-left-color: rgb(0 208 84 / 0.6);
  border-right-color: rgb(0 208 84 / 0.6);
}

.hover\:border-x-work-identity-500\/70:hover {
  border-left-color: rgb(0 208 84 / 0.7);
  border-right-color: rgb(0 208 84 / 0.7);
}

.hover\:border-x-work-identity-500\/75:hover {
  border-left-color: rgb(0 208 84 / 0.75);
  border-right-color: rgb(0 208 84 / 0.75);
}

.hover\:border-x-work-identity-500\/80:hover {
  border-left-color: rgb(0 208 84 / 0.8);
  border-right-color: rgb(0 208 84 / 0.8);
}

.hover\:border-x-work-identity-500\/90:hover {
  border-left-color: rgb(0 208 84 / 0.9);
  border-right-color: rgb(0 208 84 / 0.9);
}

.hover\:border-x-work-identity-500\/95:hover {
  border-left-color: rgb(0 208 84 / 0.95);
  border-right-color: rgb(0 208 84 / 0.95);
}

.hover\:border-x-work-identity-900:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 249 249 / var(--tw-border-opacity));
  border-right-color: rgb(249 249 249 / var(--tw-border-opacity));
}

.hover\:border-x-work-identity-900\/0:hover {
  border-left-color: rgb(249 249 249 / 0);
  border-right-color: rgb(249 249 249 / 0);
}

.hover\:border-x-work-identity-900\/10:hover {
  border-left-color: rgb(249 249 249 / 0.1);
  border-right-color: rgb(249 249 249 / 0.1);
}

.hover\:border-x-work-identity-900\/100:hover {
  border-left-color: rgb(249 249 249 / 1);
  border-right-color: rgb(249 249 249 / 1);
}

.hover\:border-x-work-identity-900\/20:hover {
  border-left-color: rgb(249 249 249 / 0.2);
  border-right-color: rgb(249 249 249 / 0.2);
}

.hover\:border-x-work-identity-900\/25:hover {
  border-left-color: rgb(249 249 249 / 0.25);
  border-right-color: rgb(249 249 249 / 0.25);
}

.hover\:border-x-work-identity-900\/30:hover {
  border-left-color: rgb(249 249 249 / 0.3);
  border-right-color: rgb(249 249 249 / 0.3);
}

.hover\:border-x-work-identity-900\/40:hover {
  border-left-color: rgb(249 249 249 / 0.4);
  border-right-color: rgb(249 249 249 / 0.4);
}

.hover\:border-x-work-identity-900\/5:hover {
  border-left-color: rgb(249 249 249 / 0.05);
  border-right-color: rgb(249 249 249 / 0.05);
}

.hover\:border-x-work-identity-900\/50:hover {
  border-left-color: rgb(249 249 249 / 0.5);
  border-right-color: rgb(249 249 249 / 0.5);
}

.hover\:border-x-work-identity-900\/60:hover {
  border-left-color: rgb(249 249 249 / 0.6);
  border-right-color: rgb(249 249 249 / 0.6);
}

.hover\:border-x-work-identity-900\/70:hover {
  border-left-color: rgb(249 249 249 / 0.7);
  border-right-color: rgb(249 249 249 / 0.7);
}

.hover\:border-x-work-identity-900\/75:hover {
  border-left-color: rgb(249 249 249 / 0.75);
  border-right-color: rgb(249 249 249 / 0.75);
}

.hover\:border-x-work-identity-900\/80:hover {
  border-left-color: rgb(249 249 249 / 0.8);
  border-right-color: rgb(249 249 249 / 0.8);
}

.hover\:border-x-work-identity-900\/90:hover {
  border-left-color: rgb(249 249 249 / 0.9);
  border-right-color: rgb(249 249 249 / 0.9);
}

.hover\:border-x-work-identity-900\/95:hover {
  border-left-color: rgb(249 249 249 / 0.95);
  border-right-color: rgb(249 249 249 / 0.95);
}

.hover\:border-x-yellow-100:hover {
  --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));
}

.hover\:border-x-yellow-100\/0:hover {
  border-left-color: rgb(254 249 195 / 0);
  border-right-color: rgb(254 249 195 / 0);
}

.hover\:border-x-yellow-100\/10:hover {
  border-left-color: rgb(254 249 195 / 0.1);
  border-right-color: rgb(254 249 195 / 0.1);
}

.hover\:border-x-yellow-100\/100:hover {
  border-left-color: rgb(254 249 195 / 1);
  border-right-color: rgb(254 249 195 / 1);
}

.hover\:border-x-yellow-100\/20:hover {
  border-left-color: rgb(254 249 195 / 0.2);
  border-right-color: rgb(254 249 195 / 0.2);
}

.hover\:border-x-yellow-100\/25:hover {
  border-left-color: rgb(254 249 195 / 0.25);
  border-right-color: rgb(254 249 195 / 0.25);
}

.hover\:border-x-yellow-100\/30:hover {
  border-left-color: rgb(254 249 195 / 0.3);
  border-right-color: rgb(254 249 195 / 0.3);
}

.hover\:border-x-yellow-100\/40:hover {
  border-left-color: rgb(254 249 195 / 0.4);
  border-right-color: rgb(254 249 195 / 0.4);
}

.hover\:border-x-yellow-100\/5:hover {
  border-left-color: rgb(254 249 195 / 0.05);
  border-right-color: rgb(254 249 195 / 0.05);
}

.hover\:border-x-yellow-100\/50:hover {
  border-left-color: rgb(254 249 195 / 0.5);
  border-right-color: rgb(254 249 195 / 0.5);
}

.hover\:border-x-yellow-100\/60:hover {
  border-left-color: rgb(254 249 195 / 0.6);
  border-right-color: rgb(254 249 195 / 0.6);
}

.hover\:border-x-yellow-100\/70:hover {
  border-left-color: rgb(254 249 195 / 0.7);
  border-right-color: rgb(254 249 195 / 0.7);
}

.hover\:border-x-yellow-100\/75:hover {
  border-left-color: rgb(254 249 195 / 0.75);
  border-right-color: rgb(254 249 195 / 0.75);
}

.hover\:border-x-yellow-100\/80:hover {
  border-left-color: rgb(254 249 195 / 0.8);
  border-right-color: rgb(254 249 195 / 0.8);
}

.hover\:border-x-yellow-100\/90:hover {
  border-left-color: rgb(254 249 195 / 0.9);
  border-right-color: rgb(254 249 195 / 0.9);
}

.hover\:border-x-yellow-100\/95:hover {
  border-left-color: rgb(254 249 195 / 0.95);
  border-right-color: rgb(254 249 195 / 0.95);
}

.hover\:border-x-yellow-200:hover {
  --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));
}

.hover\:border-x-yellow-200\/0:hover {
  border-left-color: rgb(254 240 138 / 0);
  border-right-color: rgb(254 240 138 / 0);
}

.hover\:border-x-yellow-200\/10:hover {
  border-left-color: rgb(254 240 138 / 0.1);
  border-right-color: rgb(254 240 138 / 0.1);
}

.hover\:border-x-yellow-200\/100:hover {
  border-left-color: rgb(254 240 138 / 1);
  border-right-color: rgb(254 240 138 / 1);
}

.hover\:border-x-yellow-200\/20:hover {
  border-left-color: rgb(254 240 138 / 0.2);
  border-right-color: rgb(254 240 138 / 0.2);
}

.hover\:border-x-yellow-200\/25:hover {
  border-left-color: rgb(254 240 138 / 0.25);
  border-right-color: rgb(254 240 138 / 0.25);
}

.hover\:border-x-yellow-200\/30:hover {
  border-left-color: rgb(254 240 138 / 0.3);
  border-right-color: rgb(254 240 138 / 0.3);
}

.hover\:border-x-yellow-200\/40:hover {
  border-left-color: rgb(254 240 138 / 0.4);
  border-right-color: rgb(254 240 138 / 0.4);
}

.hover\:border-x-yellow-200\/5:hover {
  border-left-color: rgb(254 240 138 / 0.05);
  border-right-color: rgb(254 240 138 / 0.05);
}

.hover\:border-x-yellow-200\/50:hover {
  border-left-color: rgb(254 240 138 / 0.5);
  border-right-color: rgb(254 240 138 / 0.5);
}

.hover\:border-x-yellow-200\/60:hover {
  border-left-color: rgb(254 240 138 / 0.6);
  border-right-color: rgb(254 240 138 / 0.6);
}

.hover\:border-x-yellow-200\/70:hover {
  border-left-color: rgb(254 240 138 / 0.7);
  border-right-color: rgb(254 240 138 / 0.7);
}

.hover\:border-x-yellow-200\/75:hover {
  border-left-color: rgb(254 240 138 / 0.75);
  border-right-color: rgb(254 240 138 / 0.75);
}

.hover\:border-x-yellow-200\/80:hover {
  border-left-color: rgb(254 240 138 / 0.8);
  border-right-color: rgb(254 240 138 / 0.8);
}

.hover\:border-x-yellow-200\/90:hover {
  border-left-color: rgb(254 240 138 / 0.9);
  border-right-color: rgb(254 240 138 / 0.9);
}

.hover\:border-x-yellow-200\/95:hover {
  border-left-color: rgb(254 240 138 / 0.95);
  border-right-color: rgb(254 240 138 / 0.95);
}

.hover\:border-x-yellow-300:hover {
  --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));
}

.hover\:border-x-yellow-300\/0:hover {
  border-left-color: rgb(253 224 71 / 0);
  border-right-color: rgb(253 224 71 / 0);
}

.hover\:border-x-yellow-300\/10:hover {
  border-left-color: rgb(253 224 71 / 0.1);
  border-right-color: rgb(253 224 71 / 0.1);
}

.hover\:border-x-yellow-300\/100:hover {
  border-left-color: rgb(253 224 71 / 1);
  border-right-color: rgb(253 224 71 / 1);
}

.hover\:border-x-yellow-300\/20:hover {
  border-left-color: rgb(253 224 71 / 0.2);
  border-right-color: rgb(253 224 71 / 0.2);
}

.hover\:border-x-yellow-300\/25:hover {
  border-left-color: rgb(253 224 71 / 0.25);
  border-right-color: rgb(253 224 71 / 0.25);
}

.hover\:border-x-yellow-300\/30:hover {
  border-left-color: rgb(253 224 71 / 0.3);
  border-right-color: rgb(253 224 71 / 0.3);
}

.hover\:border-x-yellow-300\/40:hover {
  border-left-color: rgb(253 224 71 / 0.4);
  border-right-color: rgb(253 224 71 / 0.4);
}

.hover\:border-x-yellow-300\/5:hover {
  border-left-color: rgb(253 224 71 / 0.05);
  border-right-color: rgb(253 224 71 / 0.05);
}

.hover\:border-x-yellow-300\/50:hover {
  border-left-color: rgb(253 224 71 / 0.5);
  border-right-color: rgb(253 224 71 / 0.5);
}

.hover\:border-x-yellow-300\/60:hover {
  border-left-color: rgb(253 224 71 / 0.6);
  border-right-color: rgb(253 224 71 / 0.6);
}

.hover\:border-x-yellow-300\/70:hover {
  border-left-color: rgb(253 224 71 / 0.7);
  border-right-color: rgb(253 224 71 / 0.7);
}

.hover\:border-x-yellow-300\/75:hover {
  border-left-color: rgb(253 224 71 / 0.75);
  border-right-color: rgb(253 224 71 / 0.75);
}

.hover\:border-x-yellow-300\/80:hover {
  border-left-color: rgb(253 224 71 / 0.8);
  border-right-color: rgb(253 224 71 / 0.8);
}

.hover\:border-x-yellow-300\/90:hover {
  border-left-color: rgb(253 224 71 / 0.9);
  border-right-color: rgb(253 224 71 / 0.9);
}

.hover\:border-x-yellow-300\/95:hover {
  border-left-color: rgb(253 224 71 / 0.95);
  border-right-color: rgb(253 224 71 / 0.95);
}

.hover\:border-x-yellow-400:hover {
  --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));
}

.hover\:border-x-yellow-400\/0:hover {
  border-left-color: rgb(250 204 21 / 0);
  border-right-color: rgb(250 204 21 / 0);
}

.hover\:border-x-yellow-400\/10:hover {
  border-left-color: rgb(250 204 21 / 0.1);
  border-right-color: rgb(250 204 21 / 0.1);
}

.hover\:border-x-yellow-400\/100:hover {
  border-left-color: rgb(250 204 21 / 1);
  border-right-color: rgb(250 204 21 / 1);
}

.hover\:border-x-yellow-400\/20:hover {
  border-left-color: rgb(250 204 21 / 0.2);
  border-right-color: rgb(250 204 21 / 0.2);
}

.hover\:border-x-yellow-400\/25:hover {
  border-left-color: rgb(250 204 21 / 0.25);
  border-right-color: rgb(250 204 21 / 0.25);
}

.hover\:border-x-yellow-400\/30:hover {
  border-left-color: rgb(250 204 21 / 0.3);
  border-right-color: rgb(250 204 21 / 0.3);
}

.hover\:border-x-yellow-400\/40:hover {
  border-left-color: rgb(250 204 21 / 0.4);
  border-right-color: rgb(250 204 21 / 0.4);
}

.hover\:border-x-yellow-400\/5:hover {
  border-left-color: rgb(250 204 21 / 0.05);
  border-right-color: rgb(250 204 21 / 0.05);
}

.hover\:border-x-yellow-400\/50:hover {
  border-left-color: rgb(250 204 21 / 0.5);
  border-right-color: rgb(250 204 21 / 0.5);
}

.hover\:border-x-yellow-400\/60:hover {
  border-left-color: rgb(250 204 21 / 0.6);
  border-right-color: rgb(250 204 21 / 0.6);
}

.hover\:border-x-yellow-400\/70:hover {
  border-left-color: rgb(250 204 21 / 0.7);
  border-right-color: rgb(250 204 21 / 0.7);
}

.hover\:border-x-yellow-400\/75:hover {
  border-left-color: rgb(250 204 21 / 0.75);
  border-right-color: rgb(250 204 21 / 0.75);
}

.hover\:border-x-yellow-400\/80:hover {
  border-left-color: rgb(250 204 21 / 0.8);
  border-right-color: rgb(250 204 21 / 0.8);
}

.hover\:border-x-yellow-400\/90:hover {
  border-left-color: rgb(250 204 21 / 0.9);
  border-right-color: rgb(250 204 21 / 0.9);
}

.hover\:border-x-yellow-400\/95:hover {
  border-left-color: rgb(250 204 21 / 0.95);
  border-right-color: rgb(250 204 21 / 0.95);
}

.hover\:border-x-yellow-50:hover {
  --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));
}

.hover\:border-x-yellow-50\/0:hover {
  border-left-color: rgb(254 252 232 / 0);
  border-right-color: rgb(254 252 232 / 0);
}

.hover\:border-x-yellow-50\/10:hover {
  border-left-color: rgb(254 252 232 / 0.1);
  border-right-color: rgb(254 252 232 / 0.1);
}

.hover\:border-x-yellow-50\/100:hover {
  border-left-color: rgb(254 252 232 / 1);
  border-right-color: rgb(254 252 232 / 1);
}

.hover\:border-x-yellow-50\/20:hover {
  border-left-color: rgb(254 252 232 / 0.2);
  border-right-color: rgb(254 252 232 / 0.2);
}

.hover\:border-x-yellow-50\/25:hover {
  border-left-color: rgb(254 252 232 / 0.25);
  border-right-color: rgb(254 252 232 / 0.25);
}

.hover\:border-x-yellow-50\/30:hover {
  border-left-color: rgb(254 252 232 / 0.3);
  border-right-color: rgb(254 252 232 / 0.3);
}

.hover\:border-x-yellow-50\/40:hover {
  border-left-color: rgb(254 252 232 / 0.4);
  border-right-color: rgb(254 252 232 / 0.4);
}

.hover\:border-x-yellow-50\/5:hover {
  border-left-color: rgb(254 252 232 / 0.05);
  border-right-color: rgb(254 252 232 / 0.05);
}

.hover\:border-x-yellow-50\/50:hover {
  border-left-color: rgb(254 252 232 / 0.5);
  border-right-color: rgb(254 252 232 / 0.5);
}

.hover\:border-x-yellow-50\/60:hover {
  border-left-color: rgb(254 252 232 / 0.6);
  border-right-color: rgb(254 252 232 / 0.6);
}

.hover\:border-x-yellow-50\/70:hover {
  border-left-color: rgb(254 252 232 / 0.7);
  border-right-color: rgb(254 252 232 / 0.7);
}

.hover\:border-x-yellow-50\/75:hover {
  border-left-color: rgb(254 252 232 / 0.75);
  border-right-color: rgb(254 252 232 / 0.75);
}

.hover\:border-x-yellow-50\/80:hover {
  border-left-color: rgb(254 252 232 / 0.8);
  border-right-color: rgb(254 252 232 / 0.8);
}

.hover\:border-x-yellow-50\/90:hover {
  border-left-color: rgb(254 252 232 / 0.9);
  border-right-color: rgb(254 252 232 / 0.9);
}

.hover\:border-x-yellow-50\/95:hover {
  border-left-color: rgb(254 252 232 / 0.95);
  border-right-color: rgb(254 252 232 / 0.95);
}

.hover\:border-x-yellow-500:hover {
  --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));
}

.hover\:border-x-yellow-500\/0:hover {
  border-left-color: rgb(234 179 8 / 0);
  border-right-color: rgb(234 179 8 / 0);
}

.hover\:border-x-yellow-500\/10:hover {
  border-left-color: rgb(234 179 8 / 0.1);
  border-right-color: rgb(234 179 8 / 0.1);
}

.hover\:border-x-yellow-500\/100:hover {
  border-left-color: rgb(234 179 8 / 1);
  border-right-color: rgb(234 179 8 / 1);
}

.hover\:border-x-yellow-500\/20:hover {
  border-left-color: rgb(234 179 8 / 0.2);
  border-right-color: rgb(234 179 8 / 0.2);
}

.hover\:border-x-yellow-500\/25:hover {
  border-left-color: rgb(234 179 8 / 0.25);
  border-right-color: rgb(234 179 8 / 0.25);
}

.hover\:border-x-yellow-500\/30:hover {
  border-left-color: rgb(234 179 8 / 0.3);
  border-right-color: rgb(234 179 8 / 0.3);
}

.hover\:border-x-yellow-500\/40:hover {
  border-left-color: rgb(234 179 8 / 0.4);
  border-right-color: rgb(234 179 8 / 0.4);
}

.hover\:border-x-yellow-500\/5:hover {
  border-left-color: rgb(234 179 8 / 0.05);
  border-right-color: rgb(234 179 8 / 0.05);
}

.hover\:border-x-yellow-500\/50:hover {
  border-left-color: rgb(234 179 8 / 0.5);
  border-right-color: rgb(234 179 8 / 0.5);
}

.hover\:border-x-yellow-500\/60:hover {
  border-left-color: rgb(234 179 8 / 0.6);
  border-right-color: rgb(234 179 8 / 0.6);
}

.hover\:border-x-yellow-500\/70:hover {
  border-left-color: rgb(234 179 8 / 0.7);
  border-right-color: rgb(234 179 8 / 0.7);
}

.hover\:border-x-yellow-500\/75:hover {
  border-left-color: rgb(234 179 8 / 0.75);
  border-right-color: rgb(234 179 8 / 0.75);
}

.hover\:border-x-yellow-500\/80:hover {
  border-left-color: rgb(234 179 8 / 0.8);
  border-right-color: rgb(234 179 8 / 0.8);
}

.hover\:border-x-yellow-500\/90:hover {
  border-left-color: rgb(234 179 8 / 0.9);
  border-right-color: rgb(234 179 8 / 0.9);
}

.hover\:border-x-yellow-500\/95:hover {
  border-left-color: rgb(234 179 8 / 0.95);
  border-right-color: rgb(234 179 8 / 0.95);
}

.hover\:border-x-yellow-600:hover {
  --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));
}

.hover\:border-x-yellow-600\/0:hover {
  border-left-color: rgb(202 138 4 / 0);
  border-right-color: rgb(202 138 4 / 0);
}

.hover\:border-x-yellow-600\/10:hover {
  border-left-color: rgb(202 138 4 / 0.1);
  border-right-color: rgb(202 138 4 / 0.1);
}

.hover\:border-x-yellow-600\/100:hover {
  border-left-color: rgb(202 138 4 / 1);
  border-right-color: rgb(202 138 4 / 1);
}

.hover\:border-x-yellow-600\/20:hover {
  border-left-color: rgb(202 138 4 / 0.2);
  border-right-color: rgb(202 138 4 / 0.2);
}

.hover\:border-x-yellow-600\/25:hover {
  border-left-color: rgb(202 138 4 / 0.25);
  border-right-color: rgb(202 138 4 / 0.25);
}

.hover\:border-x-yellow-600\/30:hover {
  border-left-color: rgb(202 138 4 / 0.3);
  border-right-color: rgb(202 138 4 / 0.3);
}

.hover\:border-x-yellow-600\/40:hover {
  border-left-color: rgb(202 138 4 / 0.4);
  border-right-color: rgb(202 138 4 / 0.4);
}

.hover\:border-x-yellow-600\/5:hover {
  border-left-color: rgb(202 138 4 / 0.05);
  border-right-color: rgb(202 138 4 / 0.05);
}

.hover\:border-x-yellow-600\/50:hover {
  border-left-color: rgb(202 138 4 / 0.5);
  border-right-color: rgb(202 138 4 / 0.5);
}

.hover\:border-x-yellow-600\/60:hover {
  border-left-color: rgb(202 138 4 / 0.6);
  border-right-color: rgb(202 138 4 / 0.6);
}

.hover\:border-x-yellow-600\/70:hover {
  border-left-color: rgb(202 138 4 / 0.7);
  border-right-color: rgb(202 138 4 / 0.7);
}

.hover\:border-x-yellow-600\/75:hover {
  border-left-color: rgb(202 138 4 / 0.75);
  border-right-color: rgb(202 138 4 / 0.75);
}

.hover\:border-x-yellow-600\/80:hover {
  border-left-color: rgb(202 138 4 / 0.8);
  border-right-color: rgb(202 138 4 / 0.8);
}

.hover\:border-x-yellow-600\/90:hover {
  border-left-color: rgb(202 138 4 / 0.9);
  border-right-color: rgb(202 138 4 / 0.9);
}

.hover\:border-x-yellow-600\/95:hover {
  border-left-color: rgb(202 138 4 / 0.95);
  border-right-color: rgb(202 138 4 / 0.95);
}

.hover\:border-x-yellow-700:hover {
  --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));
}

.hover\:border-x-yellow-700\/0:hover {
  border-left-color: rgb(161 98 7 / 0);
  border-right-color: rgb(161 98 7 / 0);
}

.hover\:border-x-yellow-700\/10:hover {
  border-left-color: rgb(161 98 7 / 0.1);
  border-right-color: rgb(161 98 7 / 0.1);
}

.hover\:border-x-yellow-700\/100:hover {
  border-left-color: rgb(161 98 7 / 1);
  border-right-color: rgb(161 98 7 / 1);
}

.hover\:border-x-yellow-700\/20:hover {
  border-left-color: rgb(161 98 7 / 0.2);
  border-right-color: rgb(161 98 7 / 0.2);
}

.hover\:border-x-yellow-700\/25:hover {
  border-left-color: rgb(161 98 7 / 0.25);
  border-right-color: rgb(161 98 7 / 0.25);
}

.hover\:border-x-yellow-700\/30:hover {
  border-left-color: rgb(161 98 7 / 0.3);
  border-right-color: rgb(161 98 7 / 0.3);
}

.hover\:border-x-yellow-700\/40:hover {
  border-left-color: rgb(161 98 7 / 0.4);
  border-right-color: rgb(161 98 7 / 0.4);
}

.hover\:border-x-yellow-700\/5:hover {
  border-left-color: rgb(161 98 7 / 0.05);
  border-right-color: rgb(161 98 7 / 0.05);
}

.hover\:border-x-yellow-700\/50:hover {
  border-left-color: rgb(161 98 7 / 0.5);
  border-right-color: rgb(161 98 7 / 0.5);
}

.hover\:border-x-yellow-700\/60:hover {
  border-left-color: rgb(161 98 7 / 0.6);
  border-right-color: rgb(161 98 7 / 0.6);
}

.hover\:border-x-yellow-700\/70:hover {
  border-left-color: rgb(161 98 7 / 0.7);
  border-right-color: rgb(161 98 7 / 0.7);
}

.hover\:border-x-yellow-700\/75:hover {
  border-left-color: rgb(161 98 7 / 0.75);
  border-right-color: rgb(161 98 7 / 0.75);
}

.hover\:border-x-yellow-700\/80:hover {
  border-left-color: rgb(161 98 7 / 0.8);
  border-right-color: rgb(161 98 7 / 0.8);
}

.hover\:border-x-yellow-700\/90:hover {
  border-left-color: rgb(161 98 7 / 0.9);
  border-right-color: rgb(161 98 7 / 0.9);
}

.hover\:border-x-yellow-700\/95:hover {
  border-left-color: rgb(161 98 7 / 0.95);
  border-right-color: rgb(161 98 7 / 0.95);
}

.hover\:border-x-yellow-800:hover {
  --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));
}

.hover\:border-x-yellow-800\/0:hover {
  border-left-color: rgb(133 77 14 / 0);
  border-right-color: rgb(133 77 14 / 0);
}

.hover\:border-x-yellow-800\/10:hover {
  border-left-color: rgb(133 77 14 / 0.1);
  border-right-color: rgb(133 77 14 / 0.1);
}

.hover\:border-x-yellow-800\/100:hover {
  border-left-color: rgb(133 77 14 / 1);
  border-right-color: rgb(133 77 14 / 1);
}

.hover\:border-x-yellow-800\/20:hover {
  border-left-color: rgb(133 77 14 / 0.2);
  border-right-color: rgb(133 77 14 / 0.2);
}

.hover\:border-x-yellow-800\/25:hover {
  border-left-color: rgb(133 77 14 / 0.25);
  border-right-color: rgb(133 77 14 / 0.25);
}

.hover\:border-x-yellow-800\/30:hover {
  border-left-color: rgb(133 77 14 / 0.3);
  border-right-color: rgb(133 77 14 / 0.3);
}

.hover\:border-x-yellow-800\/40:hover {
  border-left-color: rgb(133 77 14 / 0.4);
  border-right-color: rgb(133 77 14 / 0.4);
}

.hover\:border-x-yellow-800\/5:hover {
  border-left-color: rgb(133 77 14 / 0.05);
  border-right-color: rgb(133 77 14 / 0.05);
}

.hover\:border-x-yellow-800\/50:hover {
  border-left-color: rgb(133 77 14 / 0.5);
  border-right-color: rgb(133 77 14 / 0.5);
}

.hover\:border-x-yellow-800\/60:hover {
  border-left-color: rgb(133 77 14 / 0.6);
  border-right-color: rgb(133 77 14 / 0.6);
}

.hover\:border-x-yellow-800\/70:hover {
  border-left-color: rgb(133 77 14 / 0.7);
  border-right-color: rgb(133 77 14 / 0.7);
}

.hover\:border-x-yellow-800\/75:hover {
  border-left-color: rgb(133 77 14 / 0.75);
  border-right-color: rgb(133 77 14 / 0.75);
}

.hover\:border-x-yellow-800\/80:hover {
  border-left-color: rgb(133 77 14 / 0.8);
  border-right-color: rgb(133 77 14 / 0.8);
}

.hover\:border-x-yellow-800\/90:hover {
  border-left-color: rgb(133 77 14 / 0.9);
  border-right-color: rgb(133 77 14 / 0.9);
}

.hover\:border-x-yellow-800\/95:hover {
  border-left-color: rgb(133 77 14 / 0.95);
  border-right-color: rgb(133 77 14 / 0.95);
}

.hover\:border-x-yellow-900:hover {
  --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));
}

.hover\:border-x-yellow-900\/0:hover {
  border-left-color: rgb(113 63 18 / 0);
  border-right-color: rgb(113 63 18 / 0);
}

.hover\:border-x-yellow-900\/10:hover {
  border-left-color: rgb(113 63 18 / 0.1);
  border-right-color: rgb(113 63 18 / 0.1);
}

.hover\:border-x-yellow-900\/100:hover {
  border-left-color: rgb(113 63 18 / 1);
  border-right-color: rgb(113 63 18 / 1);
}

.hover\:border-x-yellow-900\/20:hover {
  border-left-color: rgb(113 63 18 / 0.2);
  border-right-color: rgb(113 63 18 / 0.2);
}

.hover\:border-x-yellow-900\/25:hover {
  border-left-color: rgb(113 63 18 / 0.25);
  border-right-color: rgb(113 63 18 / 0.25);
}

.hover\:border-x-yellow-900\/30:hover {
  border-left-color: rgb(113 63 18 / 0.3);
  border-right-color: rgb(113 63 18 / 0.3);
}

.hover\:border-x-yellow-900\/40:hover {
  border-left-color: rgb(113 63 18 / 0.4);
  border-right-color: rgb(113 63 18 / 0.4);
}

.hover\:border-x-yellow-900\/5:hover {
  border-left-color: rgb(113 63 18 / 0.05);
  border-right-color: rgb(113 63 18 / 0.05);
}

.hover\:border-x-yellow-900\/50:hover {
  border-left-color: rgb(113 63 18 / 0.5);
  border-right-color: rgb(113 63 18 / 0.5);
}

.hover\:border-x-yellow-900\/60:hover {
  border-left-color: rgb(113 63 18 / 0.6);
  border-right-color: rgb(113 63 18 / 0.6);
}

.hover\:border-x-yellow-900\/70:hover {
  border-left-color: rgb(113 63 18 / 0.7);
  border-right-color: rgb(113 63 18 / 0.7);
}

.hover\:border-x-yellow-900\/75:hover {
  border-left-color: rgb(113 63 18 / 0.75);
  border-right-color: rgb(113 63 18 / 0.75);
}

.hover\:border-x-yellow-900\/80:hover {
  border-left-color: rgb(113 63 18 / 0.8);
  border-right-color: rgb(113 63 18 / 0.8);
}

.hover\:border-x-yellow-900\/90:hover {
  border-left-color: rgb(113 63 18 / 0.9);
  border-right-color: rgb(113 63 18 / 0.9);
}

.hover\:border-x-yellow-900\/95:hover {
  border-left-color: rgb(113 63 18 / 0.95);
  border-right-color: rgb(113 63 18 / 0.95);
}

.hover\:border-x-yellow-950:hover {
  --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));
}

.hover\:border-x-yellow-950\/0:hover {
  border-left-color: rgb(66 32 6 / 0);
  border-right-color: rgb(66 32 6 / 0);
}

.hover\:border-x-yellow-950\/10:hover {
  border-left-color: rgb(66 32 6 / 0.1);
  border-right-color: rgb(66 32 6 / 0.1);
}

.hover\:border-x-yellow-950\/100:hover {
  border-left-color: rgb(66 32 6 / 1);
  border-right-color: rgb(66 32 6 / 1);
}

.hover\:border-x-yellow-950\/20:hover {
  border-left-color: rgb(66 32 6 / 0.2);
  border-right-color: rgb(66 32 6 / 0.2);
}

.hover\:border-x-yellow-950\/25:hover {
  border-left-color: rgb(66 32 6 / 0.25);
  border-right-color: rgb(66 32 6 / 0.25);
}

.hover\:border-x-yellow-950\/30:hover {
  border-left-color: rgb(66 32 6 / 0.3);
  border-right-color: rgb(66 32 6 / 0.3);
}

.hover\:border-x-yellow-950\/40:hover {
  border-left-color: rgb(66 32 6 / 0.4);
  border-right-color: rgb(66 32 6 / 0.4);
}

.hover\:border-x-yellow-950\/5:hover {
  border-left-color: rgb(66 32 6 / 0.05);
  border-right-color: rgb(66 32 6 / 0.05);
}

.hover\:border-x-yellow-950\/50:hover {
  border-left-color: rgb(66 32 6 / 0.5);
  border-right-color: rgb(66 32 6 / 0.5);
}

.hover\:border-x-yellow-950\/60:hover {
  border-left-color: rgb(66 32 6 / 0.6);
  border-right-color: rgb(66 32 6 / 0.6);
}

.hover\:border-x-yellow-950\/70:hover {
  border-left-color: rgb(66 32 6 / 0.7);
  border-right-color: rgb(66 32 6 / 0.7);
}

.hover\:border-x-yellow-950\/75:hover {
  border-left-color: rgb(66 32 6 / 0.75);
  border-right-color: rgb(66 32 6 / 0.75);
}

.hover\:border-x-yellow-950\/80:hover {
  border-left-color: rgb(66 32 6 / 0.8);
  border-right-color: rgb(66 32 6 / 0.8);
}

.hover\:border-x-yellow-950\/90:hover {
  border-left-color: rgb(66 32 6 / 0.9);
  border-right-color: rgb(66 32 6 / 0.9);
}

.hover\:border-x-yellow-950\/95:hover {
  border-left-color: rgb(66 32 6 / 0.95);
  border-right-color: rgb(66 32 6 / 0.95);
}

.hover\:border-x-zinc-100:hover {
  --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));
}

.hover\:border-x-zinc-100\/0:hover {
  border-left-color: rgb(244 244 245 / 0);
  border-right-color: rgb(244 244 245 / 0);
}

.hover\:border-x-zinc-100\/10:hover {
  border-left-color: rgb(244 244 245 / 0.1);
  border-right-color: rgb(244 244 245 / 0.1);
}

.hover\:border-x-zinc-100\/100:hover {
  border-left-color: rgb(244 244 245 / 1);
  border-right-color: rgb(244 244 245 / 1);
}

.hover\:border-x-zinc-100\/20:hover {
  border-left-color: rgb(244 244 245 / 0.2);
  border-right-color: rgb(244 244 245 / 0.2);
}

.hover\:border-x-zinc-100\/25:hover {
  border-left-color: rgb(244 244 245 / 0.25);
  border-right-color: rgb(244 244 245 / 0.25);
}

.hover\:border-x-zinc-100\/30:hover {
  border-left-color: rgb(244 244 245 / 0.3);
  border-right-color: rgb(244 244 245 / 0.3);
}

.hover\:border-x-zinc-100\/40:hover {
  border-left-color: rgb(244 244 245 / 0.4);
  border-right-color: rgb(244 244 245 / 0.4);
}

.hover\:border-x-zinc-100\/5:hover {
  border-left-color: rgb(244 244 245 / 0.05);
  border-right-color: rgb(244 244 245 / 0.05);
}

.hover\:border-x-zinc-100\/50:hover {
  border-left-color: rgb(244 244 245 / 0.5);
  border-right-color: rgb(244 244 245 / 0.5);
}

.hover\:border-x-zinc-100\/60:hover {
  border-left-color: rgb(244 244 245 / 0.6);
  border-right-color: rgb(244 244 245 / 0.6);
}

.hover\:border-x-zinc-100\/70:hover {
  border-left-color: rgb(244 244 245 / 0.7);
  border-right-color: rgb(244 244 245 / 0.7);
}

.hover\:border-x-zinc-100\/75:hover {
  border-left-color: rgb(244 244 245 / 0.75);
  border-right-color: rgb(244 244 245 / 0.75);
}

.hover\:border-x-zinc-100\/80:hover {
  border-left-color: rgb(244 244 245 / 0.8);
  border-right-color: rgb(244 244 245 / 0.8);
}

.hover\:border-x-zinc-100\/90:hover {
  border-left-color: rgb(244 244 245 / 0.9);
  border-right-color: rgb(244 244 245 / 0.9);
}

.hover\:border-x-zinc-100\/95:hover {
  border-left-color: rgb(244 244 245 / 0.95);
  border-right-color: rgb(244 244 245 / 0.95);
}

.hover\:border-x-zinc-200:hover {
  --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));
}

.hover\:border-x-zinc-200\/0:hover {
  border-left-color: rgb(228 228 231 / 0);
  border-right-color: rgb(228 228 231 / 0);
}

.hover\:border-x-zinc-200\/10:hover {
  border-left-color: rgb(228 228 231 / 0.1);
  border-right-color: rgb(228 228 231 / 0.1);
}

.hover\:border-x-zinc-200\/100:hover {
  border-left-color: rgb(228 228 231 / 1);
  border-right-color: rgb(228 228 231 / 1);
}

.hover\:border-x-zinc-200\/20:hover {
  border-left-color: rgb(228 228 231 / 0.2);
  border-right-color: rgb(228 228 231 / 0.2);
}

.hover\:border-x-zinc-200\/25:hover {
  border-left-color: rgb(228 228 231 / 0.25);
  border-right-color: rgb(228 228 231 / 0.25);
}

.hover\:border-x-zinc-200\/30:hover {
  border-left-color: rgb(228 228 231 / 0.3);
  border-right-color: rgb(228 228 231 / 0.3);
}

.hover\:border-x-zinc-200\/40:hover {
  border-left-color: rgb(228 228 231 / 0.4);
  border-right-color: rgb(228 228 231 / 0.4);
}

.hover\:border-x-zinc-200\/5:hover {
  border-left-color: rgb(228 228 231 / 0.05);
  border-right-color: rgb(228 228 231 / 0.05);
}

.hover\:border-x-zinc-200\/50:hover {
  border-left-color: rgb(228 228 231 / 0.5);
  border-right-color: rgb(228 228 231 / 0.5);
}

.hover\:border-x-zinc-200\/60:hover {
  border-left-color: rgb(228 228 231 / 0.6);
  border-right-color: rgb(228 228 231 / 0.6);
}

.hover\:border-x-zinc-200\/70:hover {
  border-left-color: rgb(228 228 231 / 0.7);
  border-right-color: rgb(228 228 231 / 0.7);
}

.hover\:border-x-zinc-200\/75:hover {
  border-left-color: rgb(228 228 231 / 0.75);
  border-right-color: rgb(228 228 231 / 0.75);
}

.hover\:border-x-zinc-200\/80:hover {
  border-left-color: rgb(228 228 231 / 0.8);
  border-right-color: rgb(228 228 231 / 0.8);
}

.hover\:border-x-zinc-200\/90:hover {
  border-left-color: rgb(228 228 231 / 0.9);
  border-right-color: rgb(228 228 231 / 0.9);
}

.hover\:border-x-zinc-200\/95:hover {
  border-left-color: rgb(228 228 231 / 0.95);
  border-right-color: rgb(228 228 231 / 0.95);
}

.hover\:border-x-zinc-300:hover {
  --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));
}

.hover\:border-x-zinc-300\/0:hover {
  border-left-color: rgb(212 212 216 / 0);
  border-right-color: rgb(212 212 216 / 0);
}

.hover\:border-x-zinc-300\/10:hover {
  border-left-color: rgb(212 212 216 / 0.1);
  border-right-color: rgb(212 212 216 / 0.1);
}

.hover\:border-x-zinc-300\/100:hover {
  border-left-color: rgb(212 212 216 / 1);
  border-right-color: rgb(212 212 216 / 1);
}

.hover\:border-x-zinc-300\/20:hover {
  border-left-color: rgb(212 212 216 / 0.2);
  border-right-color: rgb(212 212 216 / 0.2);
}

.hover\:border-x-zinc-300\/25:hover {
  border-left-color: rgb(212 212 216 / 0.25);
  border-right-color: rgb(212 212 216 / 0.25);
}

.hover\:border-x-zinc-300\/30:hover {
  border-left-color: rgb(212 212 216 / 0.3);
  border-right-color: rgb(212 212 216 / 0.3);
}

.hover\:border-x-zinc-300\/40:hover {
  border-left-color: rgb(212 212 216 / 0.4);
  border-right-color: rgb(212 212 216 / 0.4);
}

.hover\:border-x-zinc-300\/5:hover {
  border-left-color: rgb(212 212 216 / 0.05);
  border-right-color: rgb(212 212 216 / 0.05);
}

.hover\:border-x-zinc-300\/50:hover {
  border-left-color: rgb(212 212 216 / 0.5);
  border-right-color: rgb(212 212 216 / 0.5);
}

.hover\:border-x-zinc-300\/60:hover {
  border-left-color: rgb(212 212 216 / 0.6);
  border-right-color: rgb(212 212 216 / 0.6);
}

.hover\:border-x-zinc-300\/70:hover {
  border-left-color: rgb(212 212 216 / 0.7);
  border-right-color: rgb(212 212 216 / 0.7);
}

.hover\:border-x-zinc-300\/75:hover {
  border-left-color: rgb(212 212 216 / 0.75);
  border-right-color: rgb(212 212 216 / 0.75);
}

.hover\:border-x-zinc-300\/80:hover {
  border-left-color: rgb(212 212 216 / 0.8);
  border-right-color: rgb(212 212 216 / 0.8);
}

.hover\:border-x-zinc-300\/90:hover {
  border-left-color: rgb(212 212 216 / 0.9);
  border-right-color: rgb(212 212 216 / 0.9);
}

.hover\:border-x-zinc-300\/95:hover {
  border-left-color: rgb(212 212 216 / 0.95);
  border-right-color: rgb(212 212 216 / 0.95);
}

.hover\:border-x-zinc-400:hover {
  --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));
}

.hover\:border-x-zinc-400\/0:hover {
  border-left-color: rgb(161 161 170 / 0);
  border-right-color: rgb(161 161 170 / 0);
}

.hover\:border-x-zinc-400\/10:hover {
  border-left-color: rgb(161 161 170 / 0.1);
  border-right-color: rgb(161 161 170 / 0.1);
}

.hover\:border-x-zinc-400\/100:hover {
  border-left-color: rgb(161 161 170 / 1);
  border-right-color: rgb(161 161 170 / 1);
}

.hover\:border-x-zinc-400\/20:hover {
  border-left-color: rgb(161 161 170 / 0.2);
  border-right-color: rgb(161 161 170 / 0.2);
}

.hover\:border-x-zinc-400\/25:hover {
  border-left-color: rgb(161 161 170 / 0.25);
  border-right-color: rgb(161 161 170 / 0.25);
}

.hover\:border-x-zinc-400\/30:hover {
  border-left-color: rgb(161 161 170 / 0.3);
  border-right-color: rgb(161 161 170 / 0.3);
}

.hover\:border-x-zinc-400\/40:hover {
  border-left-color: rgb(161 161 170 / 0.4);
  border-right-color: rgb(161 161 170 / 0.4);
}

.hover\:border-x-zinc-400\/5:hover {
  border-left-color: rgb(161 161 170 / 0.05);
  border-right-color: rgb(161 161 170 / 0.05);
}

.hover\:border-x-zinc-400\/50:hover {
  border-left-color: rgb(161 161 170 / 0.5);
  border-right-color: rgb(161 161 170 / 0.5);
}

.hover\:border-x-zinc-400\/60:hover {
  border-left-color: rgb(161 161 170 / 0.6);
  border-right-color: rgb(161 161 170 / 0.6);
}

.hover\:border-x-zinc-400\/70:hover {
  border-left-color: rgb(161 161 170 / 0.7);
  border-right-color: rgb(161 161 170 / 0.7);
}

.hover\:border-x-zinc-400\/75:hover {
  border-left-color: rgb(161 161 170 / 0.75);
  border-right-color: rgb(161 161 170 / 0.75);
}

.hover\:border-x-zinc-400\/80:hover {
  border-left-color: rgb(161 161 170 / 0.8);
  border-right-color: rgb(161 161 170 / 0.8);
}

.hover\:border-x-zinc-400\/90:hover {
  border-left-color: rgb(161 161 170 / 0.9);
  border-right-color: rgb(161 161 170 / 0.9);
}

.hover\:border-x-zinc-400\/95:hover {
  border-left-color: rgb(161 161 170 / 0.95);
  border-right-color: rgb(161 161 170 / 0.95);
}

.hover\:border-x-zinc-50:hover {
  --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));
}

.hover\:border-x-zinc-50\/0:hover {
  border-left-color: rgb(250 250 250 / 0);
  border-right-color: rgb(250 250 250 / 0);
}

.hover\:border-x-zinc-50\/10:hover {
  border-left-color: rgb(250 250 250 / 0.1);
  border-right-color: rgb(250 250 250 / 0.1);
}

.hover\:border-x-zinc-50\/100:hover {
  border-left-color: rgb(250 250 250 / 1);
  border-right-color: rgb(250 250 250 / 1);
}

.hover\:border-x-zinc-50\/20:hover {
  border-left-color: rgb(250 250 250 / 0.2);
  border-right-color: rgb(250 250 250 / 0.2);
}

.hover\:border-x-zinc-50\/25:hover {
  border-left-color: rgb(250 250 250 / 0.25);
  border-right-color: rgb(250 250 250 / 0.25);
}

.hover\:border-x-zinc-50\/30:hover {
  border-left-color: rgb(250 250 250 / 0.3);
  border-right-color: rgb(250 250 250 / 0.3);
}

.hover\:border-x-zinc-50\/40:hover {
  border-left-color: rgb(250 250 250 / 0.4);
  border-right-color: rgb(250 250 250 / 0.4);
}

.hover\:border-x-zinc-50\/5:hover {
  border-left-color: rgb(250 250 250 / 0.05);
  border-right-color: rgb(250 250 250 / 0.05);
}

.hover\:border-x-zinc-50\/50:hover {
  border-left-color: rgb(250 250 250 / 0.5);
  border-right-color: rgb(250 250 250 / 0.5);
}

.hover\:border-x-zinc-50\/60:hover {
  border-left-color: rgb(250 250 250 / 0.6);
  border-right-color: rgb(250 250 250 / 0.6);
}

.hover\:border-x-zinc-50\/70:hover {
  border-left-color: rgb(250 250 250 / 0.7);
  border-right-color: rgb(250 250 250 / 0.7);
}

.hover\:border-x-zinc-50\/75:hover {
  border-left-color: rgb(250 250 250 / 0.75);
  border-right-color: rgb(250 250 250 / 0.75);
}

.hover\:border-x-zinc-50\/80:hover {
  border-left-color: rgb(250 250 250 / 0.8);
  border-right-color: rgb(250 250 250 / 0.8);
}

.hover\:border-x-zinc-50\/90:hover {
  border-left-color: rgb(250 250 250 / 0.9);
  border-right-color: rgb(250 250 250 / 0.9);
}

.hover\:border-x-zinc-50\/95:hover {
  border-left-color: rgb(250 250 250 / 0.95);
  border-right-color: rgb(250 250 250 / 0.95);
}

.hover\:border-x-zinc-500:hover {
  --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));
}

.hover\:border-x-zinc-500\/0:hover {
  border-left-color: rgb(113 113 122 / 0);
  border-right-color: rgb(113 113 122 / 0);
}

.hover\:border-x-zinc-500\/10:hover {
  border-left-color: rgb(113 113 122 / 0.1);
  border-right-color: rgb(113 113 122 / 0.1);
}

.hover\:border-x-zinc-500\/100:hover {
  border-left-color: rgb(113 113 122 / 1);
  border-right-color: rgb(113 113 122 / 1);
}

.hover\:border-x-zinc-500\/20:hover {
  border-left-color: rgb(113 113 122 / 0.2);
  border-right-color: rgb(113 113 122 / 0.2);
}

.hover\:border-x-zinc-500\/25:hover {
  border-left-color: rgb(113 113 122 / 0.25);
  border-right-color: rgb(113 113 122 / 0.25);
}

.hover\:border-x-zinc-500\/30:hover {
  border-left-color: rgb(113 113 122 / 0.3);
  border-right-color: rgb(113 113 122 / 0.3);
}

.hover\:border-x-zinc-500\/40:hover {
  border-left-color: rgb(113 113 122 / 0.4);
  border-right-color: rgb(113 113 122 / 0.4);
}

.hover\:border-x-zinc-500\/5:hover {
  border-left-color: rgb(113 113 122 / 0.05);
  border-right-color: rgb(113 113 122 / 0.05);
}

.hover\:border-x-zinc-500\/50:hover {
  border-left-color: rgb(113 113 122 / 0.5);
  border-right-color: rgb(113 113 122 / 0.5);
}

.hover\:border-x-zinc-500\/60:hover {
  border-left-color: rgb(113 113 122 / 0.6);
  border-right-color: rgb(113 113 122 / 0.6);
}

.hover\:border-x-zinc-500\/70:hover {
  border-left-color: rgb(113 113 122 / 0.7);
  border-right-color: rgb(113 113 122 / 0.7);
}

.hover\:border-x-zinc-500\/75:hover {
  border-left-color: rgb(113 113 122 / 0.75);
  border-right-color: rgb(113 113 122 / 0.75);
}

.hover\:border-x-zinc-500\/80:hover {
  border-left-color: rgb(113 113 122 / 0.8);
  border-right-color: rgb(113 113 122 / 0.8);
}

.hover\:border-x-zinc-500\/90:hover {
  border-left-color: rgb(113 113 122 / 0.9);
  border-right-color: rgb(113 113 122 / 0.9);
}

.hover\:border-x-zinc-500\/95:hover {
  border-left-color: rgb(113 113 122 / 0.95);
  border-right-color: rgb(113 113 122 / 0.95);
}

.hover\:border-x-zinc-600:hover {
  --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));
}

.hover\:border-x-zinc-600\/0:hover {
  border-left-color: rgb(82 82 91 / 0);
  border-right-color: rgb(82 82 91 / 0);
}

.hover\:border-x-zinc-600\/10:hover {
  border-left-color: rgb(82 82 91 / 0.1);
  border-right-color: rgb(82 82 91 / 0.1);
}

.hover\:border-x-zinc-600\/100:hover {
  border-left-color: rgb(82 82 91 / 1);
  border-right-color: rgb(82 82 91 / 1);
}

.hover\:border-x-zinc-600\/20:hover {
  border-left-color: rgb(82 82 91 / 0.2);
  border-right-color: rgb(82 82 91 / 0.2);
}

.hover\:border-x-zinc-600\/25:hover {
  border-left-color: rgb(82 82 91 / 0.25);
  border-right-color: rgb(82 82 91 / 0.25);
}

.hover\:border-x-zinc-600\/30:hover {
  border-left-color: rgb(82 82 91 / 0.3);
  border-right-color: rgb(82 82 91 / 0.3);
}

.hover\:border-x-zinc-600\/40:hover {
  border-left-color: rgb(82 82 91 / 0.4);
  border-right-color: rgb(82 82 91 / 0.4);
}

.hover\:border-x-zinc-600\/5:hover {
  border-left-color: rgb(82 82 91 / 0.05);
  border-right-color: rgb(82 82 91 / 0.05);
}

.hover\:border-x-zinc-600\/50:hover {
  border-left-color: rgb(82 82 91 / 0.5);
  border-right-color: rgb(82 82 91 / 0.5);
}

.hover\:border-x-zinc-600\/60:hover {
  border-left-color: rgb(82 82 91 / 0.6);
  border-right-color: rgb(82 82 91 / 0.6);
}

.hover\:border-x-zinc-600\/70:hover {
  border-left-color: rgb(82 82 91 / 0.7);
  border-right-color: rgb(82 82 91 / 0.7);
}

.hover\:border-x-zinc-600\/75:hover {
  border-left-color: rgb(82 82 91 / 0.75);
  border-right-color: rgb(82 82 91 / 0.75);
}

.hover\:border-x-zinc-600\/80:hover {
  border-left-color: rgb(82 82 91 / 0.8);
  border-right-color: rgb(82 82 91 / 0.8);
}

.hover\:border-x-zinc-600\/90:hover {
  border-left-color: rgb(82 82 91 / 0.9);
  border-right-color: rgb(82 82 91 / 0.9);
}

.hover\:border-x-zinc-600\/95:hover {
  border-left-color: rgb(82 82 91 / 0.95);
  border-right-color: rgb(82 82 91 / 0.95);
}

.hover\:border-x-zinc-700:hover {
  --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));
}

.hover\:border-x-zinc-700\/0:hover {
  border-left-color: rgb(63 63 70 / 0);
  border-right-color: rgb(63 63 70 / 0);
}

.hover\:border-x-zinc-700\/10:hover {
  border-left-color: rgb(63 63 70 / 0.1);
  border-right-color: rgb(63 63 70 / 0.1);
}

.hover\:border-x-zinc-700\/100:hover {
  border-left-color: rgb(63 63 70 / 1);
  border-right-color: rgb(63 63 70 / 1);
}

.hover\:border-x-zinc-700\/20:hover {
  border-left-color: rgb(63 63 70 / 0.2);
  border-right-color: rgb(63 63 70 / 0.2);
}

.hover\:border-x-zinc-700\/25:hover {
  border-left-color: rgb(63 63 70 / 0.25);
  border-right-color: rgb(63 63 70 / 0.25);
}

.hover\:border-x-zinc-700\/30:hover {
  border-left-color: rgb(63 63 70 / 0.3);
  border-right-color: rgb(63 63 70 / 0.3);
}

.hover\:border-x-zinc-700\/40:hover {
  border-left-color: rgb(63 63 70 / 0.4);
  border-right-color: rgb(63 63 70 / 0.4);
}

.hover\:border-x-zinc-700\/5:hover {
  border-left-color: rgb(63 63 70 / 0.05);
  border-right-color: rgb(63 63 70 / 0.05);
}

.hover\:border-x-zinc-700\/50:hover {
  border-left-color: rgb(63 63 70 / 0.5);
  border-right-color: rgb(63 63 70 / 0.5);
}

.hover\:border-x-zinc-700\/60:hover {
  border-left-color: rgb(63 63 70 / 0.6);
  border-right-color: rgb(63 63 70 / 0.6);
}

.hover\:border-x-zinc-700\/70:hover {
  border-left-color: rgb(63 63 70 / 0.7);
  border-right-color: rgb(63 63 70 / 0.7);
}

.hover\:border-x-zinc-700\/75:hover {
  border-left-color: rgb(63 63 70 / 0.75);
  border-right-color: rgb(63 63 70 / 0.75);
}

.hover\:border-x-zinc-700\/80:hover {
  border-left-color: rgb(63 63 70 / 0.8);
  border-right-color: rgb(63 63 70 / 0.8);
}

.hover\:border-x-zinc-700\/90:hover {
  border-left-color: rgb(63 63 70 / 0.9);
  border-right-color: rgb(63 63 70 / 0.9);
}

.hover\:border-x-zinc-700\/95:hover {
  border-left-color: rgb(63 63 70 / 0.95);
  border-right-color: rgb(63 63 70 / 0.95);
}

.hover\:border-x-zinc-800:hover {
  --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));
}

.hover\:border-x-zinc-800\/0:hover {
  border-left-color: rgb(39 39 42 / 0);
  border-right-color: rgb(39 39 42 / 0);
}

.hover\:border-x-zinc-800\/10:hover {
  border-left-color: rgb(39 39 42 / 0.1);
  border-right-color: rgb(39 39 42 / 0.1);
}

.hover\:border-x-zinc-800\/100:hover {
  border-left-color: rgb(39 39 42 / 1);
  border-right-color: rgb(39 39 42 / 1);
}

.hover\:border-x-zinc-800\/20:hover {
  border-left-color: rgb(39 39 42 / 0.2);
  border-right-color: rgb(39 39 42 / 0.2);
}

.hover\:border-x-zinc-800\/25:hover {
  border-left-color: rgb(39 39 42 / 0.25);
  border-right-color: rgb(39 39 42 / 0.25);
}

.hover\:border-x-zinc-800\/30:hover {
  border-left-color: rgb(39 39 42 / 0.3);
  border-right-color: rgb(39 39 42 / 0.3);
}

.hover\:border-x-zinc-800\/40:hover {
  border-left-color: rgb(39 39 42 / 0.4);
  border-right-color: rgb(39 39 42 / 0.4);
}

.hover\:border-x-zinc-800\/5:hover {
  border-left-color: rgb(39 39 42 / 0.05);
  border-right-color: rgb(39 39 42 / 0.05);
}

.hover\:border-x-zinc-800\/50:hover {
  border-left-color: rgb(39 39 42 / 0.5);
  border-right-color: rgb(39 39 42 / 0.5);
}

.hover\:border-x-zinc-800\/60:hover {
  border-left-color: rgb(39 39 42 / 0.6);
  border-right-color: rgb(39 39 42 / 0.6);
}

.hover\:border-x-zinc-800\/70:hover {
  border-left-color: rgb(39 39 42 / 0.7);
  border-right-color: rgb(39 39 42 / 0.7);
}

.hover\:border-x-zinc-800\/75:hover {
  border-left-color: rgb(39 39 42 / 0.75);
  border-right-color: rgb(39 39 42 / 0.75);
}

.hover\:border-x-zinc-800\/80:hover {
  border-left-color: rgb(39 39 42 / 0.8);
  border-right-color: rgb(39 39 42 / 0.8);
}

.hover\:border-x-zinc-800\/90:hover {
  border-left-color: rgb(39 39 42 / 0.9);
  border-right-color: rgb(39 39 42 / 0.9);
}

.hover\:border-x-zinc-800\/95:hover {
  border-left-color: rgb(39 39 42 / 0.95);
  border-right-color: rgb(39 39 42 / 0.95);
}

.hover\:border-x-zinc-900:hover {
  --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));
}

.hover\:border-x-zinc-900\/0:hover {
  border-left-color: rgb(24 24 27 / 0);
  border-right-color: rgb(24 24 27 / 0);
}

.hover\:border-x-zinc-900\/10:hover {
  border-left-color: rgb(24 24 27 / 0.1);
  border-right-color: rgb(24 24 27 / 0.1);
}

.hover\:border-x-zinc-900\/100:hover {
  border-left-color: rgb(24 24 27 / 1);
  border-right-color: rgb(24 24 27 / 1);
}

.hover\:border-x-zinc-900\/20:hover {
  border-left-color: rgb(24 24 27 / 0.2);
  border-right-color: rgb(24 24 27 / 0.2);
}

.hover\:border-x-zinc-900\/25:hover {
  border-left-color: rgb(24 24 27 / 0.25);
  border-right-color: rgb(24 24 27 / 0.25);
}

.hover\:border-x-zinc-900\/30:hover {
  border-left-color: rgb(24 24 27 / 0.3);
  border-right-color: rgb(24 24 27 / 0.3);
}

.hover\:border-x-zinc-900\/40:hover {
  border-left-color: rgb(24 24 27 / 0.4);
  border-right-color: rgb(24 24 27 / 0.4);
}

.hover\:border-x-zinc-900\/5:hover {
  border-left-color: rgb(24 24 27 / 0.05);
  border-right-color: rgb(24 24 27 / 0.05);
}

.hover\:border-x-zinc-900\/50:hover {
  border-left-color: rgb(24 24 27 / 0.5);
  border-right-color: rgb(24 24 27 / 0.5);
}

.hover\:border-x-zinc-900\/60:hover {
  border-left-color: rgb(24 24 27 / 0.6);
  border-right-color: rgb(24 24 27 / 0.6);
}

.hover\:border-x-zinc-900\/70:hover {
  border-left-color: rgb(24 24 27 / 0.7);
  border-right-color: rgb(24 24 27 / 0.7);
}

.hover\:border-x-zinc-900\/75:hover {
  border-left-color: rgb(24 24 27 / 0.75);
  border-right-color: rgb(24 24 27 / 0.75);
}

.hover\:border-x-zinc-900\/80:hover {
  border-left-color: rgb(24 24 27 / 0.8);
  border-right-color: rgb(24 24 27 / 0.8);
}

.hover\:border-x-zinc-900\/90:hover {
  border-left-color: rgb(24 24 27 / 0.9);
  border-right-color: rgb(24 24 27 / 0.9);
}

.hover\:border-x-zinc-900\/95:hover {
  border-left-color: rgb(24 24 27 / 0.95);
  border-right-color: rgb(24 24 27 / 0.95);
}

.hover\:border-x-zinc-950:hover {
  --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));
}

.hover\:border-x-zinc-950\/0:hover {
  border-left-color: rgb(9 9 11 / 0);
  border-right-color: rgb(9 9 11 / 0);
}

.hover\:border-x-zinc-950\/10:hover {
  border-left-color: rgb(9 9 11 / 0.1);
  border-right-color: rgb(9 9 11 / 0.1);
}

.hover\:border-x-zinc-950\/100:hover {
  border-left-color: rgb(9 9 11 / 1);
  border-right-color: rgb(9 9 11 / 1);
}

.hover\:border-x-zinc-950\/20:hover {
  border-left-color: rgb(9 9 11 / 0.2);
  border-right-color: rgb(9 9 11 / 0.2);
}

.hover\:border-x-zinc-950\/25:hover {
  border-left-color: rgb(9 9 11 / 0.25);
  border-right-color: rgb(9 9 11 / 0.25);
}

.hover\:border-x-zinc-950\/30:hover {
  border-left-color: rgb(9 9 11 / 0.3);
  border-right-color: rgb(9 9 11 / 0.3);
}

.hover\:border-x-zinc-950\/40:hover {
  border-left-color: rgb(9 9 11 / 0.4);
  border-right-color: rgb(9 9 11 / 0.4);
}

.hover\:border-x-zinc-950\/5:hover {
  border-left-color: rgb(9 9 11 / 0.05);
  border-right-color: rgb(9 9 11 / 0.05);
}

.hover\:border-x-zinc-950\/50:hover {
  border-left-color: rgb(9 9 11 / 0.5);
  border-right-color: rgb(9 9 11 / 0.5);
}

.hover\:border-x-zinc-950\/60:hover {
  border-left-color: rgb(9 9 11 / 0.6);
  border-right-color: rgb(9 9 11 / 0.6);
}

.hover\:border-x-zinc-950\/70:hover {
  border-left-color: rgb(9 9 11 / 0.7);
  border-right-color: rgb(9 9 11 / 0.7);
}

.hover\:border-x-zinc-950\/75:hover {
  border-left-color: rgb(9 9 11 / 0.75);
  border-right-color: rgb(9 9 11 / 0.75);
}

.hover\:border-x-zinc-950\/80:hover {
  border-left-color: rgb(9 9 11 / 0.8);
  border-right-color: rgb(9 9 11 / 0.8);
}

.hover\:border-x-zinc-950\/90:hover {
  border-left-color: rgb(9 9 11 / 0.9);
  border-right-color: rgb(9 9 11 / 0.9);
}

.hover\:border-x-zinc-950\/95:hover {
  border-left-color: rgb(9 9 11 / 0.95);
  border-right-color: rgb(9 9 11 / 0.95);
}

.hover\:border-y-amber-100:hover {
  --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));
}

.hover\:border-y-amber-100\/0:hover {
  border-top-color: rgb(254 243 199 / 0);
  border-bottom-color: rgb(254 243 199 / 0);
}

.hover\:border-y-amber-100\/10:hover {
  border-top-color: rgb(254 243 199 / 0.1);
  border-bottom-color: rgb(254 243 199 / 0.1);
}

.hover\:border-y-amber-100\/100:hover {
  border-top-color: rgb(254 243 199 / 1);
  border-bottom-color: rgb(254 243 199 / 1);
}

.hover\:border-y-amber-100\/20:hover {
  border-top-color: rgb(254 243 199 / 0.2);
  border-bottom-color: rgb(254 243 199 / 0.2);
}

.hover\:border-y-amber-100\/25:hover {
  border-top-color: rgb(254 243 199 / 0.25);
  border-bottom-color: rgb(254 243 199 / 0.25);
}

.hover\:border-y-amber-100\/30:hover {
  border-top-color: rgb(254 243 199 / 0.3);
  border-bottom-color: rgb(254 243 199 / 0.3);
}

.hover\:border-y-amber-100\/40:hover {
  border-top-color: rgb(254 243 199 / 0.4);
  border-bottom-color: rgb(254 243 199 / 0.4);
}

.hover\:border-y-amber-100\/5:hover {
  border-top-color: rgb(254 243 199 / 0.05);
  border-bottom-color: rgb(254 243 199 / 0.05);
}

.hover\:border-y-amber-100\/50:hover {
  border-top-color: rgb(254 243 199 / 0.5);
  border-bottom-color: rgb(254 243 199 / 0.5);
}

.hover\:border-y-amber-100\/60:hover {
  border-top-color: rgb(254 243 199 / 0.6);
  border-bottom-color: rgb(254 243 199 / 0.6);
}

.hover\:border-y-amber-100\/70:hover {
  border-top-color: rgb(254 243 199 / 0.7);
  border-bottom-color: rgb(254 243 199 / 0.7);
}

.hover\:border-y-amber-100\/75:hover {
  border-top-color: rgb(254 243 199 / 0.75);
  border-bottom-color: rgb(254 243 199 / 0.75);
}

.hover\:border-y-amber-100\/80:hover {
  border-top-color: rgb(254 243 199 / 0.8);
  border-bottom-color: rgb(254 243 199 / 0.8);
}

.hover\:border-y-amber-100\/90:hover {
  border-top-color: rgb(254 243 199 / 0.9);
  border-bottom-color: rgb(254 243 199 / 0.9);
}

.hover\:border-y-amber-100\/95:hover {
  border-top-color: rgb(254 243 199 / 0.95);
  border-bottom-color: rgb(254 243 199 / 0.95);
}

.hover\:border-y-amber-200:hover {
  --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));
}

.hover\:border-y-amber-200\/0:hover {
  border-top-color: rgb(253 230 138 / 0);
  border-bottom-color: rgb(253 230 138 / 0);
}

.hover\:border-y-amber-200\/10:hover {
  border-top-color: rgb(253 230 138 / 0.1);
  border-bottom-color: rgb(253 230 138 / 0.1);
}

.hover\:border-y-amber-200\/100:hover {
  border-top-color: rgb(253 230 138 / 1);
  border-bottom-color: rgb(253 230 138 / 1);
}

.hover\:border-y-amber-200\/20:hover {
  border-top-color: rgb(253 230 138 / 0.2);
  border-bottom-color: rgb(253 230 138 / 0.2);
}

.hover\:border-y-amber-200\/25:hover {
  border-top-color: rgb(253 230 138 / 0.25);
  border-bottom-color: rgb(253 230 138 / 0.25);
}

.hover\:border-y-amber-200\/30:hover {
  border-top-color: rgb(253 230 138 / 0.3);
  border-bottom-color: rgb(253 230 138 / 0.3);
}

.hover\:border-y-amber-200\/40:hover {
  border-top-color: rgb(253 230 138 / 0.4);
  border-bottom-color: rgb(253 230 138 / 0.4);
}

.hover\:border-y-amber-200\/5:hover {
  border-top-color: rgb(253 230 138 / 0.05);
  border-bottom-color: rgb(253 230 138 / 0.05);
}

.hover\:border-y-amber-200\/50:hover {
  border-top-color: rgb(253 230 138 / 0.5);
  border-bottom-color: rgb(253 230 138 / 0.5);
}

.hover\:border-y-amber-200\/60:hover {
  border-top-color: rgb(253 230 138 / 0.6);
  border-bottom-color: rgb(253 230 138 / 0.6);
}

.hover\:border-y-amber-200\/70:hover {
  border-top-color: rgb(253 230 138 / 0.7);
  border-bottom-color: rgb(253 230 138 / 0.7);
}

.hover\:border-y-amber-200\/75:hover {
  border-top-color: rgb(253 230 138 / 0.75);
  border-bottom-color: rgb(253 230 138 / 0.75);
}

.hover\:border-y-amber-200\/80:hover {
  border-top-color: rgb(253 230 138 / 0.8);
  border-bottom-color: rgb(253 230 138 / 0.8);
}

.hover\:border-y-amber-200\/90:hover {
  border-top-color: rgb(253 230 138 / 0.9);
  border-bottom-color: rgb(253 230 138 / 0.9);
}

.hover\:border-y-amber-200\/95:hover {
  border-top-color: rgb(253 230 138 / 0.95);
  border-bottom-color: rgb(253 230 138 / 0.95);
}

.hover\:border-y-amber-300:hover {
  --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));
}

.hover\:border-y-amber-300\/0:hover {
  border-top-color: rgb(252 211 77 / 0);
  border-bottom-color: rgb(252 211 77 / 0);
}

.hover\:border-y-amber-300\/10:hover {
  border-top-color: rgb(252 211 77 / 0.1);
  border-bottom-color: rgb(252 211 77 / 0.1);
}

.hover\:border-y-amber-300\/100:hover {
  border-top-color: rgb(252 211 77 / 1);
  border-bottom-color: rgb(252 211 77 / 1);
}

.hover\:border-y-amber-300\/20:hover {
  border-top-color: rgb(252 211 77 / 0.2);
  border-bottom-color: rgb(252 211 77 / 0.2);
}

.hover\:border-y-amber-300\/25:hover {
  border-top-color: rgb(252 211 77 / 0.25);
  border-bottom-color: rgb(252 211 77 / 0.25);
}

.hover\:border-y-amber-300\/30:hover {
  border-top-color: rgb(252 211 77 / 0.3);
  border-bottom-color: rgb(252 211 77 / 0.3);
}

.hover\:border-y-amber-300\/40:hover {
  border-top-color: rgb(252 211 77 / 0.4);
  border-bottom-color: rgb(252 211 77 / 0.4);
}

.hover\:border-y-amber-300\/5:hover {
  border-top-color: rgb(252 211 77 / 0.05);
  border-bottom-color: rgb(252 211 77 / 0.05);
}

.hover\:border-y-amber-300\/50:hover {
  border-top-color: rgb(252 211 77 / 0.5);
  border-bottom-color: rgb(252 211 77 / 0.5);
}

.hover\:border-y-amber-300\/60:hover {
  border-top-color: rgb(252 211 77 / 0.6);
  border-bottom-color: rgb(252 211 77 / 0.6);
}

.hover\:border-y-amber-300\/70:hover {
  border-top-color: rgb(252 211 77 / 0.7);
  border-bottom-color: rgb(252 211 77 / 0.7);
}

.hover\:border-y-amber-300\/75:hover {
  border-top-color: rgb(252 211 77 / 0.75);
  border-bottom-color: rgb(252 211 77 / 0.75);
}

.hover\:border-y-amber-300\/80:hover {
  border-top-color: rgb(252 211 77 / 0.8);
  border-bottom-color: rgb(252 211 77 / 0.8);
}

.hover\:border-y-amber-300\/90:hover {
  border-top-color: rgb(252 211 77 / 0.9);
  border-bottom-color: rgb(252 211 77 / 0.9);
}

.hover\:border-y-amber-300\/95:hover {
  border-top-color: rgb(252 211 77 / 0.95);
  border-bottom-color: rgb(252 211 77 / 0.95);
}

.hover\:border-y-amber-400:hover {
  --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));
}

.hover\:border-y-amber-400\/0:hover {
  border-top-color: rgb(251 191 36 / 0);
  border-bottom-color: rgb(251 191 36 / 0);
}

.hover\:border-y-amber-400\/10:hover {
  border-top-color: rgb(251 191 36 / 0.1);
  border-bottom-color: rgb(251 191 36 / 0.1);
}

.hover\:border-y-amber-400\/100:hover {
  border-top-color: rgb(251 191 36 / 1);
  border-bottom-color: rgb(251 191 36 / 1);
}

.hover\:border-y-amber-400\/20:hover {
  border-top-color: rgb(251 191 36 / 0.2);
  border-bottom-color: rgb(251 191 36 / 0.2);
}

.hover\:border-y-amber-400\/25:hover {
  border-top-color: rgb(251 191 36 / 0.25);
  border-bottom-color: rgb(251 191 36 / 0.25);
}

.hover\:border-y-amber-400\/30:hover {
  border-top-color: rgb(251 191 36 / 0.3);
  border-bottom-color: rgb(251 191 36 / 0.3);
}

.hover\:border-y-amber-400\/40:hover {
  border-top-color: rgb(251 191 36 / 0.4);
  border-bottom-color: rgb(251 191 36 / 0.4);
}

.hover\:border-y-amber-400\/5:hover {
  border-top-color: rgb(251 191 36 / 0.05);
  border-bottom-color: rgb(251 191 36 / 0.05);
}

.hover\:border-y-amber-400\/50:hover {
  border-top-color: rgb(251 191 36 / 0.5);
  border-bottom-color: rgb(251 191 36 / 0.5);
}

.hover\:border-y-amber-400\/60:hover {
  border-top-color: rgb(251 191 36 / 0.6);
  border-bottom-color: rgb(251 191 36 / 0.6);
}

.hover\:border-y-amber-400\/70:hover {
  border-top-color: rgb(251 191 36 / 0.7);
  border-bottom-color: rgb(251 191 36 / 0.7);
}

.hover\:border-y-amber-400\/75:hover {
  border-top-color: rgb(251 191 36 / 0.75);
  border-bottom-color: rgb(251 191 36 / 0.75);
}

.hover\:border-y-amber-400\/80:hover {
  border-top-color: rgb(251 191 36 / 0.8);
  border-bottom-color: rgb(251 191 36 / 0.8);
}

.hover\:border-y-amber-400\/90:hover {
  border-top-color: rgb(251 191 36 / 0.9);
  border-bottom-color: rgb(251 191 36 / 0.9);
}

.hover\:border-y-amber-400\/95:hover {
  border-top-color: rgb(251 191 36 / 0.95);
  border-bottom-color: rgb(251 191 36 / 0.95);
}

.hover\:border-y-amber-50:hover {
  --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));
}

.hover\:border-y-amber-50\/0:hover {
  border-top-color: rgb(255 251 235 / 0);
  border-bottom-color: rgb(255 251 235 / 0);
}

.hover\:border-y-amber-50\/10:hover {
  border-top-color: rgb(255 251 235 / 0.1);
  border-bottom-color: rgb(255 251 235 / 0.1);
}

.hover\:border-y-amber-50\/100:hover {
  border-top-color: rgb(255 251 235 / 1);
  border-bottom-color: rgb(255 251 235 / 1);
}

.hover\:border-y-amber-50\/20:hover {
  border-top-color: rgb(255 251 235 / 0.2);
  border-bottom-color: rgb(255 251 235 / 0.2);
}

.hover\:border-y-amber-50\/25:hover {
  border-top-color: rgb(255 251 235 / 0.25);
  border-bottom-color: rgb(255 251 235 / 0.25);
}

.hover\:border-y-amber-50\/30:hover {
  border-top-color: rgb(255 251 235 / 0.3);
  border-bottom-color: rgb(255 251 235 / 0.3);
}

.hover\:border-y-amber-50\/40:hover {
  border-top-color: rgb(255 251 235 / 0.4);
  border-bottom-color: rgb(255 251 235 / 0.4);
}

.hover\:border-y-amber-50\/5:hover {
  border-top-color: rgb(255 251 235 / 0.05);
  border-bottom-color: rgb(255 251 235 / 0.05);
}

.hover\:border-y-amber-50\/50:hover {
  border-top-color: rgb(255 251 235 / 0.5);
  border-bottom-color: rgb(255 251 235 / 0.5);
}

.hover\:border-y-amber-50\/60:hover {
  border-top-color: rgb(255 251 235 / 0.6);
  border-bottom-color: rgb(255 251 235 / 0.6);
}

.hover\:border-y-amber-50\/70:hover {
  border-top-color: rgb(255 251 235 / 0.7);
  border-bottom-color: rgb(255 251 235 / 0.7);
}

.hover\:border-y-amber-50\/75:hover {
  border-top-color: rgb(255 251 235 / 0.75);
  border-bottom-color: rgb(255 251 235 / 0.75);
}

.hover\:border-y-amber-50\/80:hover {
  border-top-color: rgb(255 251 235 / 0.8);
  border-bottom-color: rgb(255 251 235 / 0.8);
}

.hover\:border-y-amber-50\/90:hover {
  border-top-color: rgb(255 251 235 / 0.9);
  border-bottom-color: rgb(255 251 235 / 0.9);
}

.hover\:border-y-amber-50\/95:hover {
  border-top-color: rgb(255 251 235 / 0.95);
  border-bottom-color: rgb(255 251 235 / 0.95);
}

.hover\:border-y-amber-500:hover {
  --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));
}

.hover\:border-y-amber-500\/0:hover {
  border-top-color: rgb(245 158 11 / 0);
  border-bottom-color: rgb(245 158 11 / 0);
}

.hover\:border-y-amber-500\/10:hover {
  border-top-color: rgb(245 158 11 / 0.1);
  border-bottom-color: rgb(245 158 11 / 0.1);
}

.hover\:border-y-amber-500\/100:hover {
  border-top-color: rgb(245 158 11 / 1);
  border-bottom-color: rgb(245 158 11 / 1);
}

.hover\:border-y-amber-500\/20:hover {
  border-top-color: rgb(245 158 11 / 0.2);
  border-bottom-color: rgb(245 158 11 / 0.2);
}

.hover\:border-y-amber-500\/25:hover {
  border-top-color: rgb(245 158 11 / 0.25);
  border-bottom-color: rgb(245 158 11 / 0.25);
}

.hover\:border-y-amber-500\/30:hover {
  border-top-color: rgb(245 158 11 / 0.3);
  border-bottom-color: rgb(245 158 11 / 0.3);
}

.hover\:border-y-amber-500\/40:hover {
  border-top-color: rgb(245 158 11 / 0.4);
  border-bottom-color: rgb(245 158 11 / 0.4);
}

.hover\:border-y-amber-500\/5:hover {
  border-top-color: rgb(245 158 11 / 0.05);
  border-bottom-color: rgb(245 158 11 / 0.05);
}

.hover\:border-y-amber-500\/50:hover {
  border-top-color: rgb(245 158 11 / 0.5);
  border-bottom-color: rgb(245 158 11 / 0.5);
}

.hover\:border-y-amber-500\/60:hover {
  border-top-color: rgb(245 158 11 / 0.6);
  border-bottom-color: rgb(245 158 11 / 0.6);
}

.hover\:border-y-amber-500\/70:hover {
  border-top-color: rgb(245 158 11 / 0.7);
  border-bottom-color: rgb(245 158 11 / 0.7);
}

.hover\:border-y-amber-500\/75:hover {
  border-top-color: rgb(245 158 11 / 0.75);
  border-bottom-color: rgb(245 158 11 / 0.75);
}

.hover\:border-y-amber-500\/80:hover {
  border-top-color: rgb(245 158 11 / 0.8);
  border-bottom-color: rgb(245 158 11 / 0.8);
}

.hover\:border-y-amber-500\/90:hover {
  border-top-color: rgb(245 158 11 / 0.9);
  border-bottom-color: rgb(245 158 11 / 0.9);
}

.hover\:border-y-amber-500\/95:hover {
  border-top-color: rgb(245 158 11 / 0.95);
  border-bottom-color: rgb(245 158 11 / 0.95);
}

.hover\:border-y-amber-600:hover {
  --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));
}

.hover\:border-y-amber-600\/0:hover {
  border-top-color: rgb(217 119 6 / 0);
  border-bottom-color: rgb(217 119 6 / 0);
}

.hover\:border-y-amber-600\/10:hover {
  border-top-color: rgb(217 119 6 / 0.1);
  border-bottom-color: rgb(217 119 6 / 0.1);
}

.hover\:border-y-amber-600\/100:hover {
  border-top-color: rgb(217 119 6 / 1);
  border-bottom-color: rgb(217 119 6 / 1);
}

.hover\:border-y-amber-600\/20:hover {
  border-top-color: rgb(217 119 6 / 0.2);
  border-bottom-color: rgb(217 119 6 / 0.2);
}

.hover\:border-y-amber-600\/25:hover {
  border-top-color: rgb(217 119 6 / 0.25);
  border-bottom-color: rgb(217 119 6 / 0.25);
}

.hover\:border-y-amber-600\/30:hover {
  border-top-color: rgb(217 119 6 / 0.3);
  border-bottom-color: rgb(217 119 6 / 0.3);
}

.hover\:border-y-amber-600\/40:hover {
  border-top-color: rgb(217 119 6 / 0.4);
  border-bottom-color: rgb(217 119 6 / 0.4);
}

.hover\:border-y-amber-600\/5:hover {
  border-top-color: rgb(217 119 6 / 0.05);
  border-bottom-color: rgb(217 119 6 / 0.05);
}

.hover\:border-y-amber-600\/50:hover {
  border-top-color: rgb(217 119 6 / 0.5);
  border-bottom-color: rgb(217 119 6 / 0.5);
}

.hover\:border-y-amber-600\/60:hover {
  border-top-color: rgb(217 119 6 / 0.6);
  border-bottom-color: rgb(217 119 6 / 0.6);
}

.hover\:border-y-amber-600\/70:hover {
  border-top-color: rgb(217 119 6 / 0.7);
  border-bottom-color: rgb(217 119 6 / 0.7);
}

.hover\:border-y-amber-600\/75:hover {
  border-top-color: rgb(217 119 6 / 0.75);
  border-bottom-color: rgb(217 119 6 / 0.75);
}

.hover\:border-y-amber-600\/80:hover {
  border-top-color: rgb(217 119 6 / 0.8);
  border-bottom-color: rgb(217 119 6 / 0.8);
}

.hover\:border-y-amber-600\/90:hover {
  border-top-color: rgb(217 119 6 / 0.9);
  border-bottom-color: rgb(217 119 6 / 0.9);
}

.hover\:border-y-amber-600\/95:hover {
  border-top-color: rgb(217 119 6 / 0.95);
  border-bottom-color: rgb(217 119 6 / 0.95);
}

.hover\:border-y-amber-700:hover {
  --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));
}

.hover\:border-y-amber-700\/0:hover {
  border-top-color: rgb(180 83 9 / 0);
  border-bottom-color: rgb(180 83 9 / 0);
}

.hover\:border-y-amber-700\/10:hover {
  border-top-color: rgb(180 83 9 / 0.1);
  border-bottom-color: rgb(180 83 9 / 0.1);
}

.hover\:border-y-amber-700\/100:hover {
  border-top-color: rgb(180 83 9 / 1);
  border-bottom-color: rgb(180 83 9 / 1);
}

.hover\:border-y-amber-700\/20:hover {
  border-top-color: rgb(180 83 9 / 0.2);
  border-bottom-color: rgb(180 83 9 / 0.2);
}

.hover\:border-y-amber-700\/25:hover {
  border-top-color: rgb(180 83 9 / 0.25);
  border-bottom-color: rgb(180 83 9 / 0.25);
}

.hover\:border-y-amber-700\/30:hover {
  border-top-color: rgb(180 83 9 / 0.3);
  border-bottom-color: rgb(180 83 9 / 0.3);
}

.hover\:border-y-amber-700\/40:hover {
  border-top-color: rgb(180 83 9 / 0.4);
  border-bottom-color: rgb(180 83 9 / 0.4);
}

.hover\:border-y-amber-700\/5:hover {
  border-top-color: rgb(180 83 9 / 0.05);
  border-bottom-color: rgb(180 83 9 / 0.05);
}

.hover\:border-y-amber-700\/50:hover {
  border-top-color: rgb(180 83 9 / 0.5);
  border-bottom-color: rgb(180 83 9 / 0.5);
}

.hover\:border-y-amber-700\/60:hover {
  border-top-color: rgb(180 83 9 / 0.6);
  border-bottom-color: rgb(180 83 9 / 0.6);
}

.hover\:border-y-amber-700\/70:hover {
  border-top-color: rgb(180 83 9 / 0.7);
  border-bottom-color: rgb(180 83 9 / 0.7);
}

.hover\:border-y-amber-700\/75:hover {
  border-top-color: rgb(180 83 9 / 0.75);
  border-bottom-color: rgb(180 83 9 / 0.75);
}

.hover\:border-y-amber-700\/80:hover {
  border-top-color: rgb(180 83 9 / 0.8);
  border-bottom-color: rgb(180 83 9 / 0.8);
}

.hover\:border-y-amber-700\/90:hover {
  border-top-color: rgb(180 83 9 / 0.9);
  border-bottom-color: rgb(180 83 9 / 0.9);
}

.hover\:border-y-amber-700\/95:hover {
  border-top-color: rgb(180 83 9 / 0.95);
  border-bottom-color: rgb(180 83 9 / 0.95);
}

.hover\:border-y-amber-800:hover {
  --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));
}

.hover\:border-y-amber-800\/0:hover {
  border-top-color: rgb(146 64 14 / 0);
  border-bottom-color: rgb(146 64 14 / 0);
}

.hover\:border-y-amber-800\/10:hover {
  border-top-color: rgb(146 64 14 / 0.1);
  border-bottom-color: rgb(146 64 14 / 0.1);
}

.hover\:border-y-amber-800\/100:hover {
  border-top-color: rgb(146 64 14 / 1);
  border-bottom-color: rgb(146 64 14 / 1);
}

.hover\:border-y-amber-800\/20:hover {
  border-top-color: rgb(146 64 14 / 0.2);
  border-bottom-color: rgb(146 64 14 / 0.2);
}

.hover\:border-y-amber-800\/25:hover {
  border-top-color: rgb(146 64 14 / 0.25);
  border-bottom-color: rgb(146 64 14 / 0.25);
}

.hover\:border-y-amber-800\/30:hover {
  border-top-color: rgb(146 64 14 / 0.3);
  border-bottom-color: rgb(146 64 14 / 0.3);
}

.hover\:border-y-amber-800\/40:hover {
  border-top-color: rgb(146 64 14 / 0.4);
  border-bottom-color: rgb(146 64 14 / 0.4);
}

.hover\:border-y-amber-800\/5:hover {
  border-top-color: rgb(146 64 14 / 0.05);
  border-bottom-color: rgb(146 64 14 / 0.05);
}

.hover\:border-y-amber-800\/50:hover {
  border-top-color: rgb(146 64 14 / 0.5);
  border-bottom-color: rgb(146 64 14 / 0.5);
}

.hover\:border-y-amber-800\/60:hover {
  border-top-color: rgb(146 64 14 / 0.6);
  border-bottom-color: rgb(146 64 14 / 0.6);
}

.hover\:border-y-amber-800\/70:hover {
  border-top-color: rgb(146 64 14 / 0.7);
  border-bottom-color: rgb(146 64 14 / 0.7);
}

.hover\:border-y-amber-800\/75:hover {
  border-top-color: rgb(146 64 14 / 0.75);
  border-bottom-color: rgb(146 64 14 / 0.75);
}

.hover\:border-y-amber-800\/80:hover {
  border-top-color: rgb(146 64 14 / 0.8);
  border-bottom-color: rgb(146 64 14 / 0.8);
}

.hover\:border-y-amber-800\/90:hover {
  border-top-color: rgb(146 64 14 / 0.9);
  border-bottom-color: rgb(146 64 14 / 0.9);
}

.hover\:border-y-amber-800\/95:hover {
  border-top-color: rgb(146 64 14 / 0.95);
  border-bottom-color: rgb(146 64 14 / 0.95);
}

.hover\:border-y-amber-900:hover {
  --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));
}

.hover\:border-y-amber-900\/0:hover {
  border-top-color: rgb(120 53 15 / 0);
  border-bottom-color: rgb(120 53 15 / 0);
}

.hover\:border-y-amber-900\/10:hover {
  border-top-color: rgb(120 53 15 / 0.1);
  border-bottom-color: rgb(120 53 15 / 0.1);
}

.hover\:border-y-amber-900\/100:hover {
  border-top-color: rgb(120 53 15 / 1);
  border-bottom-color: rgb(120 53 15 / 1);
}

.hover\:border-y-amber-900\/20:hover {
  border-top-color: rgb(120 53 15 / 0.2);
  border-bottom-color: rgb(120 53 15 / 0.2);
}

.hover\:border-y-amber-900\/25:hover {
  border-top-color: rgb(120 53 15 / 0.25);
  border-bottom-color: rgb(120 53 15 / 0.25);
}

.hover\:border-y-amber-900\/30:hover {
  border-top-color: rgb(120 53 15 / 0.3);
  border-bottom-color: rgb(120 53 15 / 0.3);
}

.hover\:border-y-amber-900\/40:hover {
  border-top-color: rgb(120 53 15 / 0.4);
  border-bottom-color: rgb(120 53 15 / 0.4);
}

.hover\:border-y-amber-900\/5:hover {
  border-top-color: rgb(120 53 15 / 0.05);
  border-bottom-color: rgb(120 53 15 / 0.05);
}

.hover\:border-y-amber-900\/50:hover {
  border-top-color: rgb(120 53 15 / 0.5);
  border-bottom-color: rgb(120 53 15 / 0.5);
}

.hover\:border-y-amber-900\/60:hover {
  border-top-color: rgb(120 53 15 / 0.6);
  border-bottom-color: rgb(120 53 15 / 0.6);
}

.hover\:border-y-amber-900\/70:hover {
  border-top-color: rgb(120 53 15 / 0.7);
  border-bottom-color: rgb(120 53 15 / 0.7);
}

.hover\:border-y-amber-900\/75:hover {
  border-top-color: rgb(120 53 15 / 0.75);
  border-bottom-color: rgb(120 53 15 / 0.75);
}

.hover\:border-y-amber-900\/80:hover {
  border-top-color: rgb(120 53 15 / 0.8);
  border-bottom-color: rgb(120 53 15 / 0.8);
}

.hover\:border-y-amber-900\/90:hover {
  border-top-color: rgb(120 53 15 / 0.9);
  border-bottom-color: rgb(120 53 15 / 0.9);
}

.hover\:border-y-amber-900\/95:hover {
  border-top-color: rgb(120 53 15 / 0.95);
  border-bottom-color: rgb(120 53 15 / 0.95);
}

.hover\:border-y-amber-950:hover {
  --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));
}

.hover\:border-y-amber-950\/0:hover {
  border-top-color: rgb(69 26 3 / 0);
  border-bottom-color: rgb(69 26 3 / 0);
}

.hover\:border-y-amber-950\/10:hover {
  border-top-color: rgb(69 26 3 / 0.1);
  border-bottom-color: rgb(69 26 3 / 0.1);
}

.hover\:border-y-amber-950\/100:hover {
  border-top-color: rgb(69 26 3 / 1);
  border-bottom-color: rgb(69 26 3 / 1);
}

.hover\:border-y-amber-950\/20:hover {
  border-top-color: rgb(69 26 3 / 0.2);
  border-bottom-color: rgb(69 26 3 / 0.2);
}

.hover\:border-y-amber-950\/25:hover {
  border-top-color: rgb(69 26 3 / 0.25);
  border-bottom-color: rgb(69 26 3 / 0.25);
}

.hover\:border-y-amber-950\/30:hover {
  border-top-color: rgb(69 26 3 / 0.3);
  border-bottom-color: rgb(69 26 3 / 0.3);
}

.hover\:border-y-amber-950\/40:hover {
  border-top-color: rgb(69 26 3 / 0.4);
  border-bottom-color: rgb(69 26 3 / 0.4);
}

.hover\:border-y-amber-950\/5:hover {
  border-top-color: rgb(69 26 3 / 0.05);
  border-bottom-color: rgb(69 26 3 / 0.05);
}

.hover\:border-y-amber-950\/50:hover {
  border-top-color: rgb(69 26 3 / 0.5);
  border-bottom-color: rgb(69 26 3 / 0.5);
}

.hover\:border-y-amber-950\/60:hover {
  border-top-color: rgb(69 26 3 / 0.6);
  border-bottom-color: rgb(69 26 3 / 0.6);
}

.hover\:border-y-amber-950\/70:hover {
  border-top-color: rgb(69 26 3 / 0.7);
  border-bottom-color: rgb(69 26 3 / 0.7);
}

.hover\:border-y-amber-950\/75:hover {
  border-top-color: rgb(69 26 3 / 0.75);
  border-bottom-color: rgb(69 26 3 / 0.75);
}

.hover\:border-y-amber-950\/80:hover {
  border-top-color: rgb(69 26 3 / 0.8);
  border-bottom-color: rgb(69 26 3 / 0.8);
}

.hover\:border-y-amber-950\/90:hover {
  border-top-color: rgb(69 26 3 / 0.9);
  border-bottom-color: rgb(69 26 3 / 0.9);
}

.hover\:border-y-amber-950\/95:hover {
  border-top-color: rgb(69 26 3 / 0.95);
  border-bottom-color: rgb(69 26 3 / 0.95);
}

.hover\:border-y-black:hover {
  --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));
}

.hover\:border-y-black\/0:hover {
  border-top-color: rgb(0 0 0 / 0);
  border-bottom-color: rgb(0 0 0 / 0);
}

.hover\:border-y-black\/10:hover {
  border-top-color: rgb(0 0 0 / 0.1);
  border-bottom-color: rgb(0 0 0 / 0.1);
}

.hover\:border-y-black\/100:hover {
  border-top-color: rgb(0 0 0 / 1);
  border-bottom-color: rgb(0 0 0 / 1);
}

.hover\:border-y-black\/20:hover {
  border-top-color: rgb(0 0 0 / 0.2);
  border-bottom-color: rgb(0 0 0 / 0.2);
}

.hover\:border-y-black\/25:hover {
  border-top-color: rgb(0 0 0 / 0.25);
  border-bottom-color: rgb(0 0 0 / 0.25);
}

.hover\:border-y-black\/30:hover {
  border-top-color: rgb(0 0 0 / 0.3);
  border-bottom-color: rgb(0 0 0 / 0.3);
}

.hover\:border-y-black\/40:hover {
  border-top-color: rgb(0 0 0 / 0.4);
  border-bottom-color: rgb(0 0 0 / 0.4);
}

.hover\:border-y-black\/5:hover {
  border-top-color: rgb(0 0 0 / 0.05);
  border-bottom-color: rgb(0 0 0 / 0.05);
}

.hover\:border-y-black\/50:hover {
  border-top-color: rgb(0 0 0 / 0.5);
  border-bottom-color: rgb(0 0 0 / 0.5);
}

.hover\:border-y-black\/60:hover {
  border-top-color: rgb(0 0 0 / 0.6);
  border-bottom-color: rgb(0 0 0 / 0.6);
}

.hover\:border-y-black\/70:hover {
  border-top-color: rgb(0 0 0 / 0.7);
  border-bottom-color: rgb(0 0 0 / 0.7);
}

.hover\:border-y-black\/75:hover {
  border-top-color: rgb(0 0 0 / 0.75);
  border-bottom-color: rgb(0 0 0 / 0.75);
}

.hover\:border-y-black\/80:hover {
  border-top-color: rgb(0 0 0 / 0.8);
  border-bottom-color: rgb(0 0 0 / 0.8);
}

.hover\:border-y-black\/90:hover {
  border-top-color: rgb(0 0 0 / 0.9);
  border-bottom-color: rgb(0 0 0 / 0.9);
}

.hover\:border-y-black\/95:hover {
  border-top-color: rgb(0 0 0 / 0.95);
  border-bottom-color: rgb(0 0 0 / 0.95);
}

.hover\:border-y-blue-100:hover {
  --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));
}

.hover\:border-y-blue-100\/0:hover {
  border-top-color: rgb(219 234 254 / 0);
  border-bottom-color: rgb(219 234 254 / 0);
}

.hover\:border-y-blue-100\/10:hover {
  border-top-color: rgb(219 234 254 / 0.1);
  border-bottom-color: rgb(219 234 254 / 0.1);
}

.hover\:border-y-blue-100\/100:hover {
  border-top-color: rgb(219 234 254 / 1);
  border-bottom-color: rgb(219 234 254 / 1);
}

.hover\:border-y-blue-100\/20:hover {
  border-top-color: rgb(219 234 254 / 0.2);
  border-bottom-color: rgb(219 234 254 / 0.2);
}

.hover\:border-y-blue-100\/25:hover {
  border-top-color: rgb(219 234 254 / 0.25);
  border-bottom-color: rgb(219 234 254 / 0.25);
}

.hover\:border-y-blue-100\/30:hover {
  border-top-color: rgb(219 234 254 / 0.3);
  border-bottom-color: rgb(219 234 254 / 0.3);
}

.hover\:border-y-blue-100\/40:hover {
  border-top-color: rgb(219 234 254 / 0.4);
  border-bottom-color: rgb(219 234 254 / 0.4);
}

.hover\:border-y-blue-100\/5:hover {
  border-top-color: rgb(219 234 254 / 0.05);
  border-bottom-color: rgb(219 234 254 / 0.05);
}

.hover\:border-y-blue-100\/50:hover {
  border-top-color: rgb(219 234 254 / 0.5);
  border-bottom-color: rgb(219 234 254 / 0.5);
}

.hover\:border-y-blue-100\/60:hover {
  border-top-color: rgb(219 234 254 / 0.6);
  border-bottom-color: rgb(219 234 254 / 0.6);
}

.hover\:border-y-blue-100\/70:hover {
  border-top-color: rgb(219 234 254 / 0.7);
  border-bottom-color: rgb(219 234 254 / 0.7);
}

.hover\:border-y-blue-100\/75:hover {
  border-top-color: rgb(219 234 254 / 0.75);
  border-bottom-color: rgb(219 234 254 / 0.75);
}

.hover\:border-y-blue-100\/80:hover {
  border-top-color: rgb(219 234 254 / 0.8);
  border-bottom-color: rgb(219 234 254 / 0.8);
}

.hover\:border-y-blue-100\/90:hover {
  border-top-color: rgb(219 234 254 / 0.9);
  border-bottom-color: rgb(219 234 254 / 0.9);
}

.hover\:border-y-blue-100\/95:hover {
  border-top-color: rgb(219 234 254 / 0.95);
  border-bottom-color: rgb(219 234 254 / 0.95);
}

.hover\:border-y-blue-200:hover {
  --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));
}

.hover\:border-y-blue-200\/0:hover {
  border-top-color: rgb(191 219 254 / 0);
  border-bottom-color: rgb(191 219 254 / 0);
}

.hover\:border-y-blue-200\/10:hover {
  border-top-color: rgb(191 219 254 / 0.1);
  border-bottom-color: rgb(191 219 254 / 0.1);
}

.hover\:border-y-blue-200\/100:hover {
  border-top-color: rgb(191 219 254 / 1);
  border-bottom-color: rgb(191 219 254 / 1);
}

.hover\:border-y-blue-200\/20:hover {
  border-top-color: rgb(191 219 254 / 0.2);
  border-bottom-color: rgb(191 219 254 / 0.2);
}

.hover\:border-y-blue-200\/25:hover {
  border-top-color: rgb(191 219 254 / 0.25);
  border-bottom-color: rgb(191 219 254 / 0.25);
}

.hover\:border-y-blue-200\/30:hover {
  border-top-color: rgb(191 219 254 / 0.3);
  border-bottom-color: rgb(191 219 254 / 0.3);
}

.hover\:border-y-blue-200\/40:hover {
  border-top-color: rgb(191 219 254 / 0.4);
  border-bottom-color: rgb(191 219 254 / 0.4);
}

.hover\:border-y-blue-200\/5:hover {
  border-top-color: rgb(191 219 254 / 0.05);
  border-bottom-color: rgb(191 219 254 / 0.05);
}

.hover\:border-y-blue-200\/50:hover {
  border-top-color: rgb(191 219 254 / 0.5);
  border-bottom-color: rgb(191 219 254 / 0.5);
}

.hover\:border-y-blue-200\/60:hover {
  border-top-color: rgb(191 219 254 / 0.6);
  border-bottom-color: rgb(191 219 254 / 0.6);
}

.hover\:border-y-blue-200\/70:hover {
  border-top-color: rgb(191 219 254 / 0.7);
  border-bottom-color: rgb(191 219 254 / 0.7);
}

.hover\:border-y-blue-200\/75:hover {
  border-top-color: rgb(191 219 254 / 0.75);
  border-bottom-color: rgb(191 219 254 / 0.75);
}

.hover\:border-y-blue-200\/80:hover {
  border-top-color: rgb(191 219 254 / 0.8);
  border-bottom-color: rgb(191 219 254 / 0.8);
}

.hover\:border-y-blue-200\/90:hover {
  border-top-color: rgb(191 219 254 / 0.9);
  border-bottom-color: rgb(191 219 254 / 0.9);
}

.hover\:border-y-blue-200\/95:hover {
  border-top-color: rgb(191 219 254 / 0.95);
  border-bottom-color: rgb(191 219 254 / 0.95);
}

.hover\:border-y-blue-300:hover {
  --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));
}

.hover\:border-y-blue-300\/0:hover {
  border-top-color: rgb(147 197 253 / 0);
  border-bottom-color: rgb(147 197 253 / 0);
}

.hover\:border-y-blue-300\/10:hover {
  border-top-color: rgb(147 197 253 / 0.1);
  border-bottom-color: rgb(147 197 253 / 0.1);
}

.hover\:border-y-blue-300\/100:hover {
  border-top-color: rgb(147 197 253 / 1);
  border-bottom-color: rgb(147 197 253 / 1);
}

.hover\:border-y-blue-300\/20:hover {
  border-top-color: rgb(147 197 253 / 0.2);
  border-bottom-color: rgb(147 197 253 / 0.2);
}

.hover\:border-y-blue-300\/25:hover {
  border-top-color: rgb(147 197 253 / 0.25);
  border-bottom-color: rgb(147 197 253 / 0.25);
}

.hover\:border-y-blue-300\/30:hover {
  border-top-color: rgb(147 197 253 / 0.3);
  border-bottom-color: rgb(147 197 253 / 0.3);
}

.hover\:border-y-blue-300\/40:hover {
  border-top-color: rgb(147 197 253 / 0.4);
  border-bottom-color: rgb(147 197 253 / 0.4);
}

.hover\:border-y-blue-300\/5:hover {
  border-top-color: rgb(147 197 253 / 0.05);
  border-bottom-color: rgb(147 197 253 / 0.05);
}

.hover\:border-y-blue-300\/50:hover {
  border-top-color: rgb(147 197 253 / 0.5);
  border-bottom-color: rgb(147 197 253 / 0.5);
}

.hover\:border-y-blue-300\/60:hover {
  border-top-color: rgb(147 197 253 / 0.6);
  border-bottom-color: rgb(147 197 253 / 0.6);
}

.hover\:border-y-blue-300\/70:hover {
  border-top-color: rgb(147 197 253 / 0.7);
  border-bottom-color: rgb(147 197 253 / 0.7);
}

.hover\:border-y-blue-300\/75:hover {
  border-top-color: rgb(147 197 253 / 0.75);
  border-bottom-color: rgb(147 197 253 / 0.75);
}

.hover\:border-y-blue-300\/80:hover {
  border-top-color: rgb(147 197 253 / 0.8);
  border-bottom-color: rgb(147 197 253 / 0.8);
}

.hover\:border-y-blue-300\/90:hover {
  border-top-color: rgb(147 197 253 / 0.9);
  border-bottom-color: rgb(147 197 253 / 0.9);
}

.hover\:border-y-blue-300\/95:hover {
  border-top-color: rgb(147 197 253 / 0.95);
  border-bottom-color: rgb(147 197 253 / 0.95);
}

.hover\:border-y-blue-400:hover {
  --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));
}

.hover\:border-y-blue-400\/0:hover {
  border-top-color: rgb(96 165 250 / 0);
  border-bottom-color: rgb(96 165 250 / 0);
}

.hover\:border-y-blue-400\/10:hover {
  border-top-color: rgb(96 165 250 / 0.1);
  border-bottom-color: rgb(96 165 250 / 0.1);
}

.hover\:border-y-blue-400\/100:hover {
  border-top-color: rgb(96 165 250 / 1);
  border-bottom-color: rgb(96 165 250 / 1);
}

.hover\:border-y-blue-400\/20:hover {
  border-top-color: rgb(96 165 250 / 0.2);
  border-bottom-color: rgb(96 165 250 / 0.2);
}

.hover\:border-y-blue-400\/25:hover {
  border-top-color: rgb(96 165 250 / 0.25);
  border-bottom-color: rgb(96 165 250 / 0.25);
}

.hover\:border-y-blue-400\/30:hover {
  border-top-color: rgb(96 165 250 / 0.3);
  border-bottom-color: rgb(96 165 250 / 0.3);
}

.hover\:border-y-blue-400\/40:hover {
  border-top-color: rgb(96 165 250 / 0.4);
  border-bottom-color: rgb(96 165 250 / 0.4);
}

.hover\:border-y-blue-400\/5:hover {
  border-top-color: rgb(96 165 250 / 0.05);
  border-bottom-color: rgb(96 165 250 / 0.05);
}

.hover\:border-y-blue-400\/50:hover {
  border-top-color: rgb(96 165 250 / 0.5);
  border-bottom-color: rgb(96 165 250 / 0.5);
}

.hover\:border-y-blue-400\/60:hover {
  border-top-color: rgb(96 165 250 / 0.6);
  border-bottom-color: rgb(96 165 250 / 0.6);
}

.hover\:border-y-blue-400\/70:hover {
  border-top-color: rgb(96 165 250 / 0.7);
  border-bottom-color: rgb(96 165 250 / 0.7);
}

.hover\:border-y-blue-400\/75:hover {
  border-top-color: rgb(96 165 250 / 0.75);
  border-bottom-color: rgb(96 165 250 / 0.75);
}

.hover\:border-y-blue-400\/80:hover {
  border-top-color: rgb(96 165 250 / 0.8);
  border-bottom-color: rgb(96 165 250 / 0.8);
}

.hover\:border-y-blue-400\/90:hover {
  border-top-color: rgb(96 165 250 / 0.9);
  border-bottom-color: rgb(96 165 250 / 0.9);
}

.hover\:border-y-blue-400\/95:hover {
  border-top-color: rgb(96 165 250 / 0.95);
  border-bottom-color: rgb(96 165 250 / 0.95);
}

.hover\:border-y-blue-50:hover {
  --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));
}

.hover\:border-y-blue-50\/0:hover {
  border-top-color: rgb(239 246 255 / 0);
  border-bottom-color: rgb(239 246 255 / 0);
}

.hover\:border-y-blue-50\/10:hover {
  border-top-color: rgb(239 246 255 / 0.1);
  border-bottom-color: rgb(239 246 255 / 0.1);
}

.hover\:border-y-blue-50\/100:hover {
  border-top-color: rgb(239 246 255 / 1);
  border-bottom-color: rgb(239 246 255 / 1);
}

.hover\:border-y-blue-50\/20:hover {
  border-top-color: rgb(239 246 255 / 0.2);
  border-bottom-color: rgb(239 246 255 / 0.2);
}

.hover\:border-y-blue-50\/25:hover {
  border-top-color: rgb(239 246 255 / 0.25);
  border-bottom-color: rgb(239 246 255 / 0.25);
}

.hover\:border-y-blue-50\/30:hover {
  border-top-color: rgb(239 246 255 / 0.3);
  border-bottom-color: rgb(239 246 255 / 0.3);
}

.hover\:border-y-blue-50\/40:hover {
  border-top-color: rgb(239 246 255 / 0.4);
  border-bottom-color: rgb(239 246 255 / 0.4);
}

.hover\:border-y-blue-50\/5:hover {
  border-top-color: rgb(239 246 255 / 0.05);
  border-bottom-color: rgb(239 246 255 / 0.05);
}

.hover\:border-y-blue-50\/50:hover {
  border-top-color: rgb(239 246 255 / 0.5);
  border-bottom-color: rgb(239 246 255 / 0.5);
}

.hover\:border-y-blue-50\/60:hover {
  border-top-color: rgb(239 246 255 / 0.6);
  border-bottom-color: rgb(239 246 255 / 0.6);
}

.hover\:border-y-blue-50\/70:hover {
  border-top-color: rgb(239 246 255 / 0.7);
  border-bottom-color: rgb(239 246 255 / 0.7);
}

.hover\:border-y-blue-50\/75:hover {
  border-top-color: rgb(239 246 255 / 0.75);
  border-bottom-color: rgb(239 246 255 / 0.75);
}

.hover\:border-y-blue-50\/80:hover {
  border-top-color: rgb(239 246 255 / 0.8);
  border-bottom-color: rgb(239 246 255 / 0.8);
}

.hover\:border-y-blue-50\/90:hover {
  border-top-color: rgb(239 246 255 / 0.9);
  border-bottom-color: rgb(239 246 255 / 0.9);
}

.hover\:border-y-blue-50\/95:hover {
  border-top-color: rgb(239 246 255 / 0.95);
  border-bottom-color: rgb(239 246 255 / 0.95);
}

.hover\:border-y-blue-500:hover {
  --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));
}

.hover\:border-y-blue-500\/0:hover {
  border-top-color: rgb(59 130 246 / 0);
  border-bottom-color: rgb(59 130 246 / 0);
}

.hover\:border-y-blue-500\/10:hover {
  border-top-color: rgb(59 130 246 / 0.1);
  border-bottom-color: rgb(59 130 246 / 0.1);
}

.hover\:border-y-blue-500\/100:hover {
  border-top-color: rgb(59 130 246 / 1);
  border-bottom-color: rgb(59 130 246 / 1);
}

.hover\:border-y-blue-500\/20:hover {
  border-top-color: rgb(59 130 246 / 0.2);
  border-bottom-color: rgb(59 130 246 / 0.2);
}

.hover\:border-y-blue-500\/25:hover {
  border-top-color: rgb(59 130 246 / 0.25);
  border-bottom-color: rgb(59 130 246 / 0.25);
}

.hover\:border-y-blue-500\/30:hover {
  border-top-color: rgb(59 130 246 / 0.3);
  border-bottom-color: rgb(59 130 246 / 0.3);
}

.hover\:border-y-blue-500\/40:hover {
  border-top-color: rgb(59 130 246 / 0.4);
  border-bottom-color: rgb(59 130 246 / 0.4);
}

.hover\:border-y-blue-500\/5:hover {
  border-top-color: rgb(59 130 246 / 0.05);
  border-bottom-color: rgb(59 130 246 / 0.05);
}

.hover\:border-y-blue-500\/50:hover {
  border-top-color: rgb(59 130 246 / 0.5);
  border-bottom-color: rgb(59 130 246 / 0.5);
}

.hover\:border-y-blue-500\/60:hover {
  border-top-color: rgb(59 130 246 / 0.6);
  border-bottom-color: rgb(59 130 246 / 0.6);
}

.hover\:border-y-blue-500\/70:hover {
  border-top-color: rgb(59 130 246 / 0.7);
  border-bottom-color: rgb(59 130 246 / 0.7);
}

.hover\:border-y-blue-500\/75:hover {
  border-top-color: rgb(59 130 246 / 0.75);
  border-bottom-color: rgb(59 130 246 / 0.75);
}

.hover\:border-y-blue-500\/80:hover {
  border-top-color: rgb(59 130 246 / 0.8);
  border-bottom-color: rgb(59 130 246 / 0.8);
}

.hover\:border-y-blue-500\/90:hover {
  border-top-color: rgb(59 130 246 / 0.9);
  border-bottom-color: rgb(59 130 246 / 0.9);
}

.hover\:border-y-blue-500\/95:hover {
  border-top-color: rgb(59 130 246 / 0.95);
  border-bottom-color: rgb(59 130 246 / 0.95);
}

.hover\:border-y-blue-600:hover {
  --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));
}

.hover\:border-y-blue-600\/0:hover {
  border-top-color: rgb(37 99 235 / 0);
  border-bottom-color: rgb(37 99 235 / 0);
}

.hover\:border-y-blue-600\/10:hover {
  border-top-color: rgb(37 99 235 / 0.1);
  border-bottom-color: rgb(37 99 235 / 0.1);
}

.hover\:border-y-blue-600\/100:hover {
  border-top-color: rgb(37 99 235 / 1);
  border-bottom-color: rgb(37 99 235 / 1);
}

.hover\:border-y-blue-600\/20:hover {
  border-top-color: rgb(37 99 235 / 0.2);
  border-bottom-color: rgb(37 99 235 / 0.2);
}

.hover\:border-y-blue-600\/25:hover {
  border-top-color: rgb(37 99 235 / 0.25);
  border-bottom-color: rgb(37 99 235 / 0.25);
}

.hover\:border-y-blue-600\/30:hover {
  border-top-color: rgb(37 99 235 / 0.3);
  border-bottom-color: rgb(37 99 235 / 0.3);
}

.hover\:border-y-blue-600\/40:hover {
  border-top-color: rgb(37 99 235 / 0.4);
  border-bottom-color: rgb(37 99 235 / 0.4);
}

.hover\:border-y-blue-600\/5:hover {
  border-top-color: rgb(37 99 235 / 0.05);
  border-bottom-color: rgb(37 99 235 / 0.05);
}

.hover\:border-y-blue-600\/50:hover {
  border-top-color: rgb(37 99 235 / 0.5);
  border-bottom-color: rgb(37 99 235 / 0.5);
}

.hover\:border-y-blue-600\/60:hover {
  border-top-color: rgb(37 99 235 / 0.6);
  border-bottom-color: rgb(37 99 235 / 0.6);
}

.hover\:border-y-blue-600\/70:hover {
  border-top-color: rgb(37 99 235 / 0.7);
  border-bottom-color: rgb(37 99 235 / 0.7);
}

.hover\:border-y-blue-600\/75:hover {
  border-top-color: rgb(37 99 235 / 0.75);
  border-bottom-color: rgb(37 99 235 / 0.75);
}

.hover\:border-y-blue-600\/80:hover {
  border-top-color: rgb(37 99 235 / 0.8);
  border-bottom-color: rgb(37 99 235 / 0.8);
}

.hover\:border-y-blue-600\/90:hover {
  border-top-color: rgb(37 99 235 / 0.9);
  border-bottom-color: rgb(37 99 235 / 0.9);
}

.hover\:border-y-blue-600\/95:hover {
  border-top-color: rgb(37 99 235 / 0.95);
  border-bottom-color: rgb(37 99 235 / 0.95);
}

.hover\:border-y-blue-700:hover {
  --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));
}

.hover\:border-y-blue-700\/0:hover {
  border-top-color: rgb(29 78 216 / 0);
  border-bottom-color: rgb(29 78 216 / 0);
}

.hover\:border-y-blue-700\/10:hover {
  border-top-color: rgb(29 78 216 / 0.1);
  border-bottom-color: rgb(29 78 216 / 0.1);
}

.hover\:border-y-blue-700\/100:hover {
  border-top-color: rgb(29 78 216 / 1);
  border-bottom-color: rgb(29 78 216 / 1);
}

.hover\:border-y-blue-700\/20:hover {
  border-top-color: rgb(29 78 216 / 0.2);
  border-bottom-color: rgb(29 78 216 / 0.2);
}

.hover\:border-y-blue-700\/25:hover {
  border-top-color: rgb(29 78 216 / 0.25);
  border-bottom-color: rgb(29 78 216 / 0.25);
}

.hover\:border-y-blue-700\/30:hover {
  border-top-color: rgb(29 78 216 / 0.3);
  border-bottom-color: rgb(29 78 216 / 0.3);
}

.hover\:border-y-blue-700\/40:hover {
  border-top-color: rgb(29 78 216 / 0.4);
  border-bottom-color: rgb(29 78 216 / 0.4);
}

.hover\:border-y-blue-700\/5:hover {
  border-top-color: rgb(29 78 216 / 0.05);
  border-bottom-color: rgb(29 78 216 / 0.05);
}

.hover\:border-y-blue-700\/50:hover {
  border-top-color: rgb(29 78 216 / 0.5);
  border-bottom-color: rgb(29 78 216 / 0.5);
}

.hover\:border-y-blue-700\/60:hover {
  border-top-color: rgb(29 78 216 / 0.6);
  border-bottom-color: rgb(29 78 216 / 0.6);
}

.hover\:border-y-blue-700\/70:hover {
  border-top-color: rgb(29 78 216 / 0.7);
  border-bottom-color: rgb(29 78 216 / 0.7);
}

.hover\:border-y-blue-700\/75:hover {
  border-top-color: rgb(29 78 216 / 0.75);
  border-bottom-color: rgb(29 78 216 / 0.75);
}

.hover\:border-y-blue-700\/80:hover {
  border-top-color: rgb(29 78 216 / 0.8);
  border-bottom-color: rgb(29 78 216 / 0.8);
}

.hover\:border-y-blue-700\/90:hover {
  border-top-color: rgb(29 78 216 / 0.9);
  border-bottom-color: rgb(29 78 216 / 0.9);
}

.hover\:border-y-blue-700\/95:hover {
  border-top-color: rgb(29 78 216 / 0.95);
  border-bottom-color: rgb(29 78 216 / 0.95);
}

.hover\:border-y-blue-800:hover {
  --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));
}

.hover\:border-y-blue-800\/0:hover {
  border-top-color: rgb(30 64 175 / 0);
  border-bottom-color: rgb(30 64 175 / 0);
}

.hover\:border-y-blue-800\/10:hover {
  border-top-color: rgb(30 64 175 / 0.1);
  border-bottom-color: rgb(30 64 175 / 0.1);
}

.hover\:border-y-blue-800\/100:hover {
  border-top-color: rgb(30 64 175 / 1);
  border-bottom-color: rgb(30 64 175 / 1);
}

.hover\:border-y-blue-800\/20:hover {
  border-top-color: rgb(30 64 175 / 0.2);
  border-bottom-color: rgb(30 64 175 / 0.2);
}

.hover\:border-y-blue-800\/25:hover {
  border-top-color: rgb(30 64 175 / 0.25);
  border-bottom-color: rgb(30 64 175 / 0.25);
}

.hover\:border-y-blue-800\/30:hover {
  border-top-color: rgb(30 64 175 / 0.3);
  border-bottom-color: rgb(30 64 175 / 0.3);
}

.hover\:border-y-blue-800\/40:hover {
  border-top-color: rgb(30 64 175 / 0.4);
  border-bottom-color: rgb(30 64 175 / 0.4);
}

.hover\:border-y-blue-800\/5:hover {
  border-top-color: rgb(30 64 175 / 0.05);
  border-bottom-color: rgb(30 64 175 / 0.05);
}

.hover\:border-y-blue-800\/50:hover {
  border-top-color: rgb(30 64 175 / 0.5);
  border-bottom-color: rgb(30 64 175 / 0.5);
}

.hover\:border-y-blue-800\/60:hover {
  border-top-color: rgb(30 64 175 / 0.6);
  border-bottom-color: rgb(30 64 175 / 0.6);
}

.hover\:border-y-blue-800\/70:hover {
  border-top-color: rgb(30 64 175 / 0.7);
  border-bottom-color: rgb(30 64 175 / 0.7);
}

.hover\:border-y-blue-800\/75:hover {
  border-top-color: rgb(30 64 175 / 0.75);
  border-bottom-color: rgb(30 64 175 / 0.75);
}

.hover\:border-y-blue-800\/80:hover {
  border-top-color: rgb(30 64 175 / 0.8);
  border-bottom-color: rgb(30 64 175 / 0.8);
}

.hover\:border-y-blue-800\/90:hover {
  border-top-color: rgb(30 64 175 / 0.9);
  border-bottom-color: rgb(30 64 175 / 0.9);
}

.hover\:border-y-blue-800\/95:hover {
  border-top-color: rgb(30 64 175 / 0.95);
  border-bottom-color: rgb(30 64 175 / 0.95);
}

.hover\:border-y-blue-900:hover {
  --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));
}

.hover\:border-y-blue-900\/0:hover {
  border-top-color: rgb(30 58 138 / 0);
  border-bottom-color: rgb(30 58 138 / 0);
}

.hover\:border-y-blue-900\/10:hover {
  border-top-color: rgb(30 58 138 / 0.1);
  border-bottom-color: rgb(30 58 138 / 0.1);
}

.hover\:border-y-blue-900\/100:hover {
  border-top-color: rgb(30 58 138 / 1);
  border-bottom-color: rgb(30 58 138 / 1);
}

.hover\:border-y-blue-900\/20:hover {
  border-top-color: rgb(30 58 138 / 0.2);
  border-bottom-color: rgb(30 58 138 / 0.2);
}

.hover\:border-y-blue-900\/25:hover {
  border-top-color: rgb(30 58 138 / 0.25);
  border-bottom-color: rgb(30 58 138 / 0.25);
}

.hover\:border-y-blue-900\/30:hover {
  border-top-color: rgb(30 58 138 / 0.3);
  border-bottom-color: rgb(30 58 138 / 0.3);
}

.hover\:border-y-blue-900\/40:hover {
  border-top-color: rgb(30 58 138 / 0.4);
  border-bottom-color: rgb(30 58 138 / 0.4);
}

.hover\:border-y-blue-900\/5:hover {
  border-top-color: rgb(30 58 138 / 0.05);
  border-bottom-color: rgb(30 58 138 / 0.05);
}

.hover\:border-y-blue-900\/50:hover {
  border-top-color: rgb(30 58 138 / 0.5);
  border-bottom-color: rgb(30 58 138 / 0.5);
}

.hover\:border-y-blue-900\/60:hover {
  border-top-color: rgb(30 58 138 / 0.6);
  border-bottom-color: rgb(30 58 138 / 0.6);
}

.hover\:border-y-blue-900\/70:hover {
  border-top-color: rgb(30 58 138 / 0.7);
  border-bottom-color: rgb(30 58 138 / 0.7);
}

.hover\:border-y-blue-900\/75:hover {
  border-top-color: rgb(30 58 138 / 0.75);
  border-bottom-color: rgb(30 58 138 / 0.75);
}

.hover\:border-y-blue-900\/80:hover {
  border-top-color: rgb(30 58 138 / 0.8);
  border-bottom-color: rgb(30 58 138 / 0.8);
}

.hover\:border-y-blue-900\/90:hover {
  border-top-color: rgb(30 58 138 / 0.9);
  border-bottom-color: rgb(30 58 138 / 0.9);
}

.hover\:border-y-blue-900\/95:hover {
  border-top-color: rgb(30 58 138 / 0.95);
  border-bottom-color: rgb(30 58 138 / 0.95);
}

.hover\:border-y-blue-950:hover {
  --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));
}

.hover\:border-y-blue-950\/0:hover {
  border-top-color: rgb(23 37 84 / 0);
  border-bottom-color: rgb(23 37 84 / 0);
}

.hover\:border-y-blue-950\/10:hover {
  border-top-color: rgb(23 37 84 / 0.1);
  border-bottom-color: rgb(23 37 84 / 0.1);
}

.hover\:border-y-blue-950\/100:hover {
  border-top-color: rgb(23 37 84 / 1);
  border-bottom-color: rgb(23 37 84 / 1);
}

.hover\:border-y-blue-950\/20:hover {
  border-top-color: rgb(23 37 84 / 0.2);
  border-bottom-color: rgb(23 37 84 / 0.2);
}

.hover\:border-y-blue-950\/25:hover {
  border-top-color: rgb(23 37 84 / 0.25);
  border-bottom-color: rgb(23 37 84 / 0.25);
}

.hover\:border-y-blue-950\/30:hover {
  border-top-color: rgb(23 37 84 / 0.3);
  border-bottom-color: rgb(23 37 84 / 0.3);
}

.hover\:border-y-blue-950\/40:hover {
  border-top-color: rgb(23 37 84 / 0.4);
  border-bottom-color: rgb(23 37 84 / 0.4);
}

.hover\:border-y-blue-950\/5:hover {
  border-top-color: rgb(23 37 84 / 0.05);
  border-bottom-color: rgb(23 37 84 / 0.05);
}

.hover\:border-y-blue-950\/50:hover {
  border-top-color: rgb(23 37 84 / 0.5);
  border-bottom-color: rgb(23 37 84 / 0.5);
}

.hover\:border-y-blue-950\/60:hover {
  border-top-color: rgb(23 37 84 / 0.6);
  border-bottom-color: rgb(23 37 84 / 0.6);
}

.hover\:border-y-blue-950\/70:hover {
  border-top-color: rgb(23 37 84 / 0.7);
  border-bottom-color: rgb(23 37 84 / 0.7);
}

.hover\:border-y-blue-950\/75:hover {
  border-top-color: rgb(23 37 84 / 0.75);
  border-bottom-color: rgb(23 37 84 / 0.75);
}

.hover\:border-y-blue-950\/80:hover {
  border-top-color: rgb(23 37 84 / 0.8);
  border-bottom-color: rgb(23 37 84 / 0.8);
}

.hover\:border-y-blue-950\/90:hover {
  border-top-color: rgb(23 37 84 / 0.9);
  border-bottom-color: rgb(23 37 84 / 0.9);
}

.hover\:border-y-blue-950\/95:hover {
  border-top-color: rgb(23 37 84 / 0.95);
  border-bottom-color: rgb(23 37 84 / 0.95);
}

.hover\:border-y-brand-100:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(230 239 246 / var(--tw-border-opacity));
  border-bottom-color: rgb(230 239 246 / var(--tw-border-opacity));
}

.hover\:border-y-brand-100\/0:hover {
  border-top-color: rgb(230 239 246 / 0);
  border-bottom-color: rgb(230 239 246 / 0);
}

.hover\:border-y-brand-100\/10:hover {
  border-top-color: rgb(230 239 246 / 0.1);
  border-bottom-color: rgb(230 239 246 / 0.1);
}

.hover\:border-y-brand-100\/100:hover {
  border-top-color: rgb(230 239 246 / 1);
  border-bottom-color: rgb(230 239 246 / 1);
}

.hover\:border-y-brand-100\/20:hover {
  border-top-color: rgb(230 239 246 / 0.2);
  border-bottom-color: rgb(230 239 246 / 0.2);
}

.hover\:border-y-brand-100\/25:hover {
  border-top-color: rgb(230 239 246 / 0.25);
  border-bottom-color: rgb(230 239 246 / 0.25);
}

.hover\:border-y-brand-100\/30:hover {
  border-top-color: rgb(230 239 246 / 0.3);
  border-bottom-color: rgb(230 239 246 / 0.3);
}

.hover\:border-y-brand-100\/40:hover {
  border-top-color: rgb(230 239 246 / 0.4);
  border-bottom-color: rgb(230 239 246 / 0.4);
}

.hover\:border-y-brand-100\/5:hover {
  border-top-color: rgb(230 239 246 / 0.05);
  border-bottom-color: rgb(230 239 246 / 0.05);
}

.hover\:border-y-brand-100\/50:hover {
  border-top-color: rgb(230 239 246 / 0.5);
  border-bottom-color: rgb(230 239 246 / 0.5);
}

.hover\:border-y-brand-100\/60:hover {
  border-top-color: rgb(230 239 246 / 0.6);
  border-bottom-color: rgb(230 239 246 / 0.6);
}

.hover\:border-y-brand-100\/70:hover {
  border-top-color: rgb(230 239 246 / 0.7);
  border-bottom-color: rgb(230 239 246 / 0.7);
}

.hover\:border-y-brand-100\/75:hover {
  border-top-color: rgb(230 239 246 / 0.75);
  border-bottom-color: rgb(230 239 246 / 0.75);
}

.hover\:border-y-brand-100\/80:hover {
  border-top-color: rgb(230 239 246 / 0.8);
  border-bottom-color: rgb(230 239 246 / 0.8);
}

.hover\:border-y-brand-100\/90:hover {
  border-top-color: rgb(230 239 246 / 0.9);
  border-bottom-color: rgb(230 239 246 / 0.9);
}

.hover\:border-y-brand-100\/95:hover {
  border-top-color: rgb(230 239 246 / 0.95);
  border-bottom-color: rgb(230 239 246 / 0.95);
}

.hover\:border-y-brand-200:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(193 215 234 / var(--tw-border-opacity));
  border-bottom-color: rgb(193 215 234 / var(--tw-border-opacity));
}

.hover\:border-y-brand-200\/0:hover {
  border-top-color: rgb(193 215 234 / 0);
  border-bottom-color: rgb(193 215 234 / 0);
}

.hover\:border-y-brand-200\/10:hover {
  border-top-color: rgb(193 215 234 / 0.1);
  border-bottom-color: rgb(193 215 234 / 0.1);
}

.hover\:border-y-brand-200\/100:hover {
  border-top-color: rgb(193 215 234 / 1);
  border-bottom-color: rgb(193 215 234 / 1);
}

.hover\:border-y-brand-200\/20:hover {
  border-top-color: rgb(193 215 234 / 0.2);
  border-bottom-color: rgb(193 215 234 / 0.2);
}

.hover\:border-y-brand-200\/25:hover {
  border-top-color: rgb(193 215 234 / 0.25);
  border-bottom-color: rgb(193 215 234 / 0.25);
}

.hover\:border-y-brand-200\/30:hover {
  border-top-color: rgb(193 215 234 / 0.3);
  border-bottom-color: rgb(193 215 234 / 0.3);
}

.hover\:border-y-brand-200\/40:hover {
  border-top-color: rgb(193 215 234 / 0.4);
  border-bottom-color: rgb(193 215 234 / 0.4);
}

.hover\:border-y-brand-200\/5:hover {
  border-top-color: rgb(193 215 234 / 0.05);
  border-bottom-color: rgb(193 215 234 / 0.05);
}

.hover\:border-y-brand-200\/50:hover {
  border-top-color: rgb(193 215 234 / 0.5);
  border-bottom-color: rgb(193 215 234 / 0.5);
}

.hover\:border-y-brand-200\/60:hover {
  border-top-color: rgb(193 215 234 / 0.6);
  border-bottom-color: rgb(193 215 234 / 0.6);
}

.hover\:border-y-brand-200\/70:hover {
  border-top-color: rgb(193 215 234 / 0.7);
  border-bottom-color: rgb(193 215 234 / 0.7);
}

.hover\:border-y-brand-200\/75:hover {
  border-top-color: rgb(193 215 234 / 0.75);
  border-bottom-color: rgb(193 215 234 / 0.75);
}

.hover\:border-y-brand-200\/80:hover {
  border-top-color: rgb(193 215 234 / 0.8);
  border-bottom-color: rgb(193 215 234 / 0.8);
}

.hover\:border-y-brand-200\/90:hover {
  border-top-color: rgb(193 215 234 / 0.9);
  border-bottom-color: rgb(193 215 234 / 0.9);
}

.hover\:border-y-brand-200\/95:hover {
  border-top-color: rgb(193 215 234 / 0.95);
  border-bottom-color: rgb(193 215 234 / 0.95);
}

.hover\:border-y-brand-300:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(155 190 221 / var(--tw-border-opacity));
  border-bottom-color: rgb(155 190 221 / var(--tw-border-opacity));
}

.hover\:border-y-brand-300\/0:hover {
  border-top-color: rgb(155 190 221 / 0);
  border-bottom-color: rgb(155 190 221 / 0);
}

.hover\:border-y-brand-300\/10:hover {
  border-top-color: rgb(155 190 221 / 0.1);
  border-bottom-color: rgb(155 190 221 / 0.1);
}

.hover\:border-y-brand-300\/100:hover {
  border-top-color: rgb(155 190 221 / 1);
  border-bottom-color: rgb(155 190 221 / 1);
}

.hover\:border-y-brand-300\/20:hover {
  border-top-color: rgb(155 190 221 / 0.2);
  border-bottom-color: rgb(155 190 221 / 0.2);
}

.hover\:border-y-brand-300\/25:hover {
  border-top-color: rgb(155 190 221 / 0.25);
  border-bottom-color: rgb(155 190 221 / 0.25);
}

.hover\:border-y-brand-300\/30:hover {
  border-top-color: rgb(155 190 221 / 0.3);
  border-bottom-color: rgb(155 190 221 / 0.3);
}

.hover\:border-y-brand-300\/40:hover {
  border-top-color: rgb(155 190 221 / 0.4);
  border-bottom-color: rgb(155 190 221 / 0.4);
}

.hover\:border-y-brand-300\/5:hover {
  border-top-color: rgb(155 190 221 / 0.05);
  border-bottom-color: rgb(155 190 221 / 0.05);
}

.hover\:border-y-brand-300\/50:hover {
  border-top-color: rgb(155 190 221 / 0.5);
  border-bottom-color: rgb(155 190 221 / 0.5);
}

.hover\:border-y-brand-300\/60:hover {
  border-top-color: rgb(155 190 221 / 0.6);
  border-bottom-color: rgb(155 190 221 / 0.6);
}

.hover\:border-y-brand-300\/70:hover {
  border-top-color: rgb(155 190 221 / 0.7);
  border-bottom-color: rgb(155 190 221 / 0.7);
}

.hover\:border-y-brand-300\/75:hover {
  border-top-color: rgb(155 190 221 / 0.75);
  border-bottom-color: rgb(155 190 221 / 0.75);
}

.hover\:border-y-brand-300\/80:hover {
  border-top-color: rgb(155 190 221 / 0.8);
  border-bottom-color: rgb(155 190 221 / 0.8);
}

.hover\:border-y-brand-300\/90:hover {
  border-top-color: rgb(155 190 221 / 0.9);
  border-bottom-color: rgb(155 190 221 / 0.9);
}

.hover\:border-y-brand-300\/95:hover {
  border-top-color: rgb(155 190 221 / 0.95);
  border-bottom-color: rgb(155 190 221 / 0.95);
}

.hover\:border-y-brand-400:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(81 142 195 / var(--tw-border-opacity));
  border-bottom-color: rgb(81 142 195 / var(--tw-border-opacity));
}

.hover\:border-y-brand-400\/0:hover {
  border-top-color: rgb(81 142 195 / 0);
  border-bottom-color: rgb(81 142 195 / 0);
}

.hover\:border-y-brand-400\/10:hover {
  border-top-color: rgb(81 142 195 / 0.1);
  border-bottom-color: rgb(81 142 195 / 0.1);
}

.hover\:border-y-brand-400\/100:hover {
  border-top-color: rgb(81 142 195 / 1);
  border-bottom-color: rgb(81 142 195 / 1);
}

.hover\:border-y-brand-400\/20:hover {
  border-top-color: rgb(81 142 195 / 0.2);
  border-bottom-color: rgb(81 142 195 / 0.2);
}

.hover\:border-y-brand-400\/25:hover {
  border-top-color: rgb(81 142 195 / 0.25);
  border-bottom-color: rgb(81 142 195 / 0.25);
}

.hover\:border-y-brand-400\/30:hover {
  border-top-color: rgb(81 142 195 / 0.3);
  border-bottom-color: rgb(81 142 195 / 0.3);
}

.hover\:border-y-brand-400\/40:hover {
  border-top-color: rgb(81 142 195 / 0.4);
  border-bottom-color: rgb(81 142 195 / 0.4);
}

.hover\:border-y-brand-400\/5:hover {
  border-top-color: rgb(81 142 195 / 0.05);
  border-bottom-color: rgb(81 142 195 / 0.05);
}

.hover\:border-y-brand-400\/50:hover {
  border-top-color: rgb(81 142 195 / 0.5);
  border-bottom-color: rgb(81 142 195 / 0.5);
}

.hover\:border-y-brand-400\/60:hover {
  border-top-color: rgb(81 142 195 / 0.6);
  border-bottom-color: rgb(81 142 195 / 0.6);
}

.hover\:border-y-brand-400\/70:hover {
  border-top-color: rgb(81 142 195 / 0.7);
  border-bottom-color: rgb(81 142 195 / 0.7);
}

.hover\:border-y-brand-400\/75:hover {
  border-top-color: rgb(81 142 195 / 0.75);
  border-bottom-color: rgb(81 142 195 / 0.75);
}

.hover\:border-y-brand-400\/80:hover {
  border-top-color: rgb(81 142 195 / 0.8);
  border-bottom-color: rgb(81 142 195 / 0.8);
}

.hover\:border-y-brand-400\/90:hover {
  border-top-color: rgb(81 142 195 / 0.9);
  border-bottom-color: rgb(81 142 195 / 0.9);
}

.hover\:border-y-brand-400\/95:hover {
  border-top-color: rgb(81 142 195 / 0.95);
  border-bottom-color: rgb(81 142 195 / 0.95);
}

.hover\:border-y-brand-50:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(243 247 251 / var(--tw-border-opacity));
  border-bottom-color: rgb(243 247 251 / var(--tw-border-opacity));
}

.hover\:border-y-brand-50\/0:hover {
  border-top-color: rgb(243 247 251 / 0);
  border-bottom-color: rgb(243 247 251 / 0);
}

.hover\:border-y-brand-50\/10:hover {
  border-top-color: rgb(243 247 251 / 0.1);
  border-bottom-color: rgb(243 247 251 / 0.1);
}

.hover\:border-y-brand-50\/100:hover {
  border-top-color: rgb(243 247 251 / 1);
  border-bottom-color: rgb(243 247 251 / 1);
}

.hover\:border-y-brand-50\/20:hover {
  border-top-color: rgb(243 247 251 / 0.2);
  border-bottom-color: rgb(243 247 251 / 0.2);
}

.hover\:border-y-brand-50\/25:hover {
  border-top-color: rgb(243 247 251 / 0.25);
  border-bottom-color: rgb(243 247 251 / 0.25);
}

.hover\:border-y-brand-50\/30:hover {
  border-top-color: rgb(243 247 251 / 0.3);
  border-bottom-color: rgb(243 247 251 / 0.3);
}

.hover\:border-y-brand-50\/40:hover {
  border-top-color: rgb(243 247 251 / 0.4);
  border-bottom-color: rgb(243 247 251 / 0.4);
}

.hover\:border-y-brand-50\/5:hover {
  border-top-color: rgb(243 247 251 / 0.05);
  border-bottom-color: rgb(243 247 251 / 0.05);
}

.hover\:border-y-brand-50\/50:hover {
  border-top-color: rgb(243 247 251 / 0.5);
  border-bottom-color: rgb(243 247 251 / 0.5);
}

.hover\:border-y-brand-50\/60:hover {
  border-top-color: rgb(243 247 251 / 0.6);
  border-bottom-color: rgb(243 247 251 / 0.6);
}

.hover\:border-y-brand-50\/70:hover {
  border-top-color: rgb(243 247 251 / 0.7);
  border-bottom-color: rgb(243 247 251 / 0.7);
}

.hover\:border-y-brand-50\/75:hover {
  border-top-color: rgb(243 247 251 / 0.75);
  border-bottom-color: rgb(243 247 251 / 0.75);
}

.hover\:border-y-brand-50\/80:hover {
  border-top-color: rgb(243 247 251 / 0.8);
  border-bottom-color: rgb(243 247 251 / 0.8);
}

.hover\:border-y-brand-50\/90:hover {
  border-top-color: rgb(243 247 251 / 0.9);
  border-bottom-color: rgb(243 247 251 / 0.9);
}

.hover\:border-y-brand-50\/95:hover {
  border-top-color: rgb(243 247 251 / 0.95);
  border-bottom-color: rgb(243 247 251 / 0.95);
}

.hover\:border-y-brand-500:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(6 93 169 / var(--tw-border-opacity));
  border-bottom-color: rgb(6 93 169 / var(--tw-border-opacity));
}

.hover\:border-y-brand-500\/0:hover {
  border-top-color: rgb(6 93 169 / 0);
  border-bottom-color: rgb(6 93 169 / 0);
}

.hover\:border-y-brand-500\/10:hover {
  border-top-color: rgb(6 93 169 / 0.1);
  border-bottom-color: rgb(6 93 169 / 0.1);
}

.hover\:border-y-brand-500\/100:hover {
  border-top-color: rgb(6 93 169 / 1);
  border-bottom-color: rgb(6 93 169 / 1);
}

.hover\:border-y-brand-500\/20:hover {
  border-top-color: rgb(6 93 169 / 0.2);
  border-bottom-color: rgb(6 93 169 / 0.2);
}

.hover\:border-y-brand-500\/25:hover {
  border-top-color: rgb(6 93 169 / 0.25);
  border-bottom-color: rgb(6 93 169 / 0.25);
}

.hover\:border-y-brand-500\/30:hover {
  border-top-color: rgb(6 93 169 / 0.3);
  border-bottom-color: rgb(6 93 169 / 0.3);
}

.hover\:border-y-brand-500\/40:hover {
  border-top-color: rgb(6 93 169 / 0.4);
  border-bottom-color: rgb(6 93 169 / 0.4);
}

.hover\:border-y-brand-500\/5:hover {
  border-top-color: rgb(6 93 169 / 0.05);
  border-bottom-color: rgb(6 93 169 / 0.05);
}

.hover\:border-y-brand-500\/50:hover {
  border-top-color: rgb(6 93 169 / 0.5);
  border-bottom-color: rgb(6 93 169 / 0.5);
}

.hover\:border-y-brand-500\/60:hover {
  border-top-color: rgb(6 93 169 / 0.6);
  border-bottom-color: rgb(6 93 169 / 0.6);
}

.hover\:border-y-brand-500\/70:hover {
  border-top-color: rgb(6 93 169 / 0.7);
  border-bottom-color: rgb(6 93 169 / 0.7);
}

.hover\:border-y-brand-500\/75:hover {
  border-top-color: rgb(6 93 169 / 0.75);
  border-bottom-color: rgb(6 93 169 / 0.75);
}

.hover\:border-y-brand-500\/80:hover {
  border-top-color: rgb(6 93 169 / 0.8);
  border-bottom-color: rgb(6 93 169 / 0.8);
}

.hover\:border-y-brand-500\/90:hover {
  border-top-color: rgb(6 93 169 / 0.9);
  border-bottom-color: rgb(6 93 169 / 0.9);
}

.hover\:border-y-brand-500\/95:hover {
  border-top-color: rgb(6 93 169 / 0.95);
  border-bottom-color: rgb(6 93 169 / 0.95);
}

.hover\:border-y-brand-600:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(5 84 152 / var(--tw-border-opacity));
  border-bottom-color: rgb(5 84 152 / var(--tw-border-opacity));
}

.hover\:border-y-brand-600\/0:hover {
  border-top-color: rgb(5 84 152 / 0);
  border-bottom-color: rgb(5 84 152 / 0);
}

.hover\:border-y-brand-600\/10:hover {
  border-top-color: rgb(5 84 152 / 0.1);
  border-bottom-color: rgb(5 84 152 / 0.1);
}

.hover\:border-y-brand-600\/100:hover {
  border-top-color: rgb(5 84 152 / 1);
  border-bottom-color: rgb(5 84 152 / 1);
}

.hover\:border-y-brand-600\/20:hover {
  border-top-color: rgb(5 84 152 / 0.2);
  border-bottom-color: rgb(5 84 152 / 0.2);
}

.hover\:border-y-brand-600\/25:hover {
  border-top-color: rgb(5 84 152 / 0.25);
  border-bottom-color: rgb(5 84 152 / 0.25);
}

.hover\:border-y-brand-600\/30:hover {
  border-top-color: rgb(5 84 152 / 0.3);
  border-bottom-color: rgb(5 84 152 / 0.3);
}

.hover\:border-y-brand-600\/40:hover {
  border-top-color: rgb(5 84 152 / 0.4);
  border-bottom-color: rgb(5 84 152 / 0.4);
}

.hover\:border-y-brand-600\/5:hover {
  border-top-color: rgb(5 84 152 / 0.05);
  border-bottom-color: rgb(5 84 152 / 0.05);
}

.hover\:border-y-brand-600\/50:hover {
  border-top-color: rgb(5 84 152 / 0.5);
  border-bottom-color: rgb(5 84 152 / 0.5);
}

.hover\:border-y-brand-600\/60:hover {
  border-top-color: rgb(5 84 152 / 0.6);
  border-bottom-color: rgb(5 84 152 / 0.6);
}

.hover\:border-y-brand-600\/70:hover {
  border-top-color: rgb(5 84 152 / 0.7);
  border-bottom-color: rgb(5 84 152 / 0.7);
}

.hover\:border-y-brand-600\/75:hover {
  border-top-color: rgb(5 84 152 / 0.75);
  border-bottom-color: rgb(5 84 152 / 0.75);
}

.hover\:border-y-brand-600\/80:hover {
  border-top-color: rgb(5 84 152 / 0.8);
  border-bottom-color: rgb(5 84 152 / 0.8);
}

.hover\:border-y-brand-600\/90:hover {
  border-top-color: rgb(5 84 152 / 0.9);
  border-bottom-color: rgb(5 84 152 / 0.9);
}

.hover\:border-y-brand-600\/95:hover {
  border-top-color: rgb(5 84 152 / 0.95);
  border-bottom-color: rgb(5 84 152 / 0.95);
}

.hover\:border-y-brand-700:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(4 56 101 / var(--tw-border-opacity));
  border-bottom-color: rgb(4 56 101 / var(--tw-border-opacity));
}

.hover\:border-y-brand-700\/0:hover {
  border-top-color: rgb(4 56 101 / 0);
  border-bottom-color: rgb(4 56 101 / 0);
}

.hover\:border-y-brand-700\/10:hover {
  border-top-color: rgb(4 56 101 / 0.1);
  border-bottom-color: rgb(4 56 101 / 0.1);
}

.hover\:border-y-brand-700\/100:hover {
  border-top-color: rgb(4 56 101 / 1);
  border-bottom-color: rgb(4 56 101 / 1);
}

.hover\:border-y-brand-700\/20:hover {
  border-top-color: rgb(4 56 101 / 0.2);
  border-bottom-color: rgb(4 56 101 / 0.2);
}

.hover\:border-y-brand-700\/25:hover {
  border-top-color: rgb(4 56 101 / 0.25);
  border-bottom-color: rgb(4 56 101 / 0.25);
}

.hover\:border-y-brand-700\/30:hover {
  border-top-color: rgb(4 56 101 / 0.3);
  border-bottom-color: rgb(4 56 101 / 0.3);
}

.hover\:border-y-brand-700\/40:hover {
  border-top-color: rgb(4 56 101 / 0.4);
  border-bottom-color: rgb(4 56 101 / 0.4);
}

.hover\:border-y-brand-700\/5:hover {
  border-top-color: rgb(4 56 101 / 0.05);
  border-bottom-color: rgb(4 56 101 / 0.05);
}

.hover\:border-y-brand-700\/50:hover {
  border-top-color: rgb(4 56 101 / 0.5);
  border-bottom-color: rgb(4 56 101 / 0.5);
}

.hover\:border-y-brand-700\/60:hover {
  border-top-color: rgb(4 56 101 / 0.6);
  border-bottom-color: rgb(4 56 101 / 0.6);
}

.hover\:border-y-brand-700\/70:hover {
  border-top-color: rgb(4 56 101 / 0.7);
  border-bottom-color: rgb(4 56 101 / 0.7);
}

.hover\:border-y-brand-700\/75:hover {
  border-top-color: rgb(4 56 101 / 0.75);
  border-bottom-color: rgb(4 56 101 / 0.75);
}

.hover\:border-y-brand-700\/80:hover {
  border-top-color: rgb(4 56 101 / 0.8);
  border-bottom-color: rgb(4 56 101 / 0.8);
}

.hover\:border-y-brand-700\/90:hover {
  border-top-color: rgb(4 56 101 / 0.9);
  border-bottom-color: rgb(4 56 101 / 0.9);
}

.hover\:border-y-brand-700\/95:hover {
  border-top-color: rgb(4 56 101 / 0.95);
  border-bottom-color: rgb(4 56 101 / 0.95);
}

.hover\:border-y-brand-800:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(3 42 76 / var(--tw-border-opacity));
  border-bottom-color: rgb(3 42 76 / var(--tw-border-opacity));
}

.hover\:border-y-brand-800\/0:hover {
  border-top-color: rgb(3 42 76 / 0);
  border-bottom-color: rgb(3 42 76 / 0);
}

.hover\:border-y-brand-800\/10:hover {
  border-top-color: rgb(3 42 76 / 0.1);
  border-bottom-color: rgb(3 42 76 / 0.1);
}

.hover\:border-y-brand-800\/100:hover {
  border-top-color: rgb(3 42 76 / 1);
  border-bottom-color: rgb(3 42 76 / 1);
}

.hover\:border-y-brand-800\/20:hover {
  border-top-color: rgb(3 42 76 / 0.2);
  border-bottom-color: rgb(3 42 76 / 0.2);
}

.hover\:border-y-brand-800\/25:hover {
  border-top-color: rgb(3 42 76 / 0.25);
  border-bottom-color: rgb(3 42 76 / 0.25);
}

.hover\:border-y-brand-800\/30:hover {
  border-top-color: rgb(3 42 76 / 0.3);
  border-bottom-color: rgb(3 42 76 / 0.3);
}

.hover\:border-y-brand-800\/40:hover {
  border-top-color: rgb(3 42 76 / 0.4);
  border-bottom-color: rgb(3 42 76 / 0.4);
}

.hover\:border-y-brand-800\/5:hover {
  border-top-color: rgb(3 42 76 / 0.05);
  border-bottom-color: rgb(3 42 76 / 0.05);
}

.hover\:border-y-brand-800\/50:hover {
  border-top-color: rgb(3 42 76 / 0.5);
  border-bottom-color: rgb(3 42 76 / 0.5);
}

.hover\:border-y-brand-800\/60:hover {
  border-top-color: rgb(3 42 76 / 0.6);
  border-bottom-color: rgb(3 42 76 / 0.6);
}

.hover\:border-y-brand-800\/70:hover {
  border-top-color: rgb(3 42 76 / 0.7);
  border-bottom-color: rgb(3 42 76 / 0.7);
}

.hover\:border-y-brand-800\/75:hover {
  border-top-color: rgb(3 42 76 / 0.75);
  border-bottom-color: rgb(3 42 76 / 0.75);
}

.hover\:border-y-brand-800\/80:hover {
  border-top-color: rgb(3 42 76 / 0.8);
  border-bottom-color: rgb(3 42 76 / 0.8);
}

.hover\:border-y-brand-800\/90:hover {
  border-top-color: rgb(3 42 76 / 0.9);
  border-bottom-color: rgb(3 42 76 / 0.9);
}

.hover\:border-y-brand-800\/95:hover {
  border-top-color: rgb(3 42 76 / 0.95);
  border-bottom-color: rgb(3 42 76 / 0.95);
}

.hover\:border-y-brand-900:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(2 28 51 / var(--tw-border-opacity));
  border-bottom-color: rgb(2 28 51 / var(--tw-border-opacity));
}

.hover\:border-y-brand-900\/0:hover {
  border-top-color: rgb(2 28 51 / 0);
  border-bottom-color: rgb(2 28 51 / 0);
}

.hover\:border-y-brand-900\/10:hover {
  border-top-color: rgb(2 28 51 / 0.1);
  border-bottom-color: rgb(2 28 51 / 0.1);
}

.hover\:border-y-brand-900\/100:hover {
  border-top-color: rgb(2 28 51 / 1);
  border-bottom-color: rgb(2 28 51 / 1);
}

.hover\:border-y-brand-900\/20:hover {
  border-top-color: rgb(2 28 51 / 0.2);
  border-bottom-color: rgb(2 28 51 / 0.2);
}

.hover\:border-y-brand-900\/25:hover {
  border-top-color: rgb(2 28 51 / 0.25);
  border-bottom-color: rgb(2 28 51 / 0.25);
}

.hover\:border-y-brand-900\/30:hover {
  border-top-color: rgb(2 28 51 / 0.3);
  border-bottom-color: rgb(2 28 51 / 0.3);
}

.hover\:border-y-brand-900\/40:hover {
  border-top-color: rgb(2 28 51 / 0.4);
  border-bottom-color: rgb(2 28 51 / 0.4);
}

.hover\:border-y-brand-900\/5:hover {
  border-top-color: rgb(2 28 51 / 0.05);
  border-bottom-color: rgb(2 28 51 / 0.05);
}

.hover\:border-y-brand-900\/50:hover {
  border-top-color: rgb(2 28 51 / 0.5);
  border-bottom-color: rgb(2 28 51 / 0.5);
}

.hover\:border-y-brand-900\/60:hover {
  border-top-color: rgb(2 28 51 / 0.6);
  border-bottom-color: rgb(2 28 51 / 0.6);
}

.hover\:border-y-brand-900\/70:hover {
  border-top-color: rgb(2 28 51 / 0.7);
  border-bottom-color: rgb(2 28 51 / 0.7);
}

.hover\:border-y-brand-900\/75:hover {
  border-top-color: rgb(2 28 51 / 0.75);
  border-bottom-color: rgb(2 28 51 / 0.75);
}

.hover\:border-y-brand-900\/80:hover {
  border-top-color: rgb(2 28 51 / 0.8);
  border-bottom-color: rgb(2 28 51 / 0.8);
}

.hover\:border-y-brand-900\/90:hover {
  border-top-color: rgb(2 28 51 / 0.9);
  border-bottom-color: rgb(2 28 51 / 0.9);
}

.hover\:border-y-brand-900\/95:hover {
  border-top-color: rgb(2 28 51 / 0.95);
  border-bottom-color: rgb(2 28 51 / 0.95);
}

.hover\:border-y-current:hover {
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}

.hover\:border-y-cyan-100:hover {
  --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));
}

.hover\:border-y-cyan-100\/0:hover {
  border-top-color: rgb(207 250 254 / 0);
  border-bottom-color: rgb(207 250 254 / 0);
}

.hover\:border-y-cyan-100\/10:hover {
  border-top-color: rgb(207 250 254 / 0.1);
  border-bottom-color: rgb(207 250 254 / 0.1);
}

.hover\:border-y-cyan-100\/100:hover {
  border-top-color: rgb(207 250 254 / 1);
  border-bottom-color: rgb(207 250 254 / 1);
}

.hover\:border-y-cyan-100\/20:hover {
  border-top-color: rgb(207 250 254 / 0.2);
  border-bottom-color: rgb(207 250 254 / 0.2);
}

.hover\:border-y-cyan-100\/25:hover {
  border-top-color: rgb(207 250 254 / 0.25);
  border-bottom-color: rgb(207 250 254 / 0.25);
}

.hover\:border-y-cyan-100\/30:hover {
  border-top-color: rgb(207 250 254 / 0.3);
  border-bottom-color: rgb(207 250 254 / 0.3);
}

.hover\:border-y-cyan-100\/40:hover {
  border-top-color: rgb(207 250 254 / 0.4);
  border-bottom-color: rgb(207 250 254 / 0.4);
}

.hover\:border-y-cyan-100\/5:hover {
  border-top-color: rgb(207 250 254 / 0.05);
  border-bottom-color: rgb(207 250 254 / 0.05);
}

.hover\:border-y-cyan-100\/50:hover {
  border-top-color: rgb(207 250 254 / 0.5);
  border-bottom-color: rgb(207 250 254 / 0.5);
}

.hover\:border-y-cyan-100\/60:hover {
  border-top-color: rgb(207 250 254 / 0.6);
  border-bottom-color: rgb(207 250 254 / 0.6);
}

.hover\:border-y-cyan-100\/70:hover {
  border-top-color: rgb(207 250 254 / 0.7);
  border-bottom-color: rgb(207 250 254 / 0.7);
}

.hover\:border-y-cyan-100\/75:hover {
  border-top-color: rgb(207 250 254 / 0.75);
  border-bottom-color: rgb(207 250 254 / 0.75);
}

.hover\:border-y-cyan-100\/80:hover {
  border-top-color: rgb(207 250 254 / 0.8);
  border-bottom-color: rgb(207 250 254 / 0.8);
}

.hover\:border-y-cyan-100\/90:hover {
  border-top-color: rgb(207 250 254 / 0.9);
  border-bottom-color: rgb(207 250 254 / 0.9);
}

.hover\:border-y-cyan-100\/95:hover {
  border-top-color: rgb(207 250 254 / 0.95);
  border-bottom-color: rgb(207 250 254 / 0.95);
}

.hover\:border-y-cyan-200:hover {
  --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));
}

.hover\:border-y-cyan-200\/0:hover {
  border-top-color: rgb(165 243 252 / 0);
  border-bottom-color: rgb(165 243 252 / 0);
}

.hover\:border-y-cyan-200\/10:hover {
  border-top-color: rgb(165 243 252 / 0.1);
  border-bottom-color: rgb(165 243 252 / 0.1);
}

.hover\:border-y-cyan-200\/100:hover {
  border-top-color: rgb(165 243 252 / 1);
  border-bottom-color: rgb(165 243 252 / 1);
}

.hover\:border-y-cyan-200\/20:hover {
  border-top-color: rgb(165 243 252 / 0.2);
  border-bottom-color: rgb(165 243 252 / 0.2);
}

.hover\:border-y-cyan-200\/25:hover {
  border-top-color: rgb(165 243 252 / 0.25);
  border-bottom-color: rgb(165 243 252 / 0.25);
}

.hover\:border-y-cyan-200\/30:hover {
  border-top-color: rgb(165 243 252 / 0.3);
  border-bottom-color: rgb(165 243 252 / 0.3);
}

.hover\:border-y-cyan-200\/40:hover {
  border-top-color: rgb(165 243 252 / 0.4);
  border-bottom-color: rgb(165 243 252 / 0.4);
}

.hover\:border-y-cyan-200\/5:hover {
  border-top-color: rgb(165 243 252 / 0.05);
  border-bottom-color: rgb(165 243 252 / 0.05);
}

.hover\:border-y-cyan-200\/50:hover {
  border-top-color: rgb(165 243 252 / 0.5);
  border-bottom-color: rgb(165 243 252 / 0.5);
}

.hover\:border-y-cyan-200\/60:hover {
  border-top-color: rgb(165 243 252 / 0.6);
  border-bottom-color: rgb(165 243 252 / 0.6);
}

.hover\:border-y-cyan-200\/70:hover {
  border-top-color: rgb(165 243 252 / 0.7);
  border-bottom-color: rgb(165 243 252 / 0.7);
}

.hover\:border-y-cyan-200\/75:hover {
  border-top-color: rgb(165 243 252 / 0.75);
  border-bottom-color: rgb(165 243 252 / 0.75);
}

.hover\:border-y-cyan-200\/80:hover {
  border-top-color: rgb(165 243 252 / 0.8);
  border-bottom-color: rgb(165 243 252 / 0.8);
}

.hover\:border-y-cyan-200\/90:hover {
  border-top-color: rgb(165 243 252 / 0.9);
  border-bottom-color: rgb(165 243 252 / 0.9);
}

.hover\:border-y-cyan-200\/95:hover {
  border-top-color: rgb(165 243 252 / 0.95);
  border-bottom-color: rgb(165 243 252 / 0.95);
}

.hover\:border-y-cyan-300:hover {
  --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));
}

.hover\:border-y-cyan-300\/0:hover {
  border-top-color: rgb(103 232 249 / 0);
  border-bottom-color: rgb(103 232 249 / 0);
}

.hover\:border-y-cyan-300\/10:hover {
  border-top-color: rgb(103 232 249 / 0.1);
  border-bottom-color: rgb(103 232 249 / 0.1);
}

.hover\:border-y-cyan-300\/100:hover {
  border-top-color: rgb(103 232 249 / 1);
  border-bottom-color: rgb(103 232 249 / 1);
}

.hover\:border-y-cyan-300\/20:hover {
  border-top-color: rgb(103 232 249 / 0.2);
  border-bottom-color: rgb(103 232 249 / 0.2);
}

.hover\:border-y-cyan-300\/25:hover {
  border-top-color: rgb(103 232 249 / 0.25);
  border-bottom-color: rgb(103 232 249 / 0.25);
}

.hover\:border-y-cyan-300\/30:hover {
  border-top-color: rgb(103 232 249 / 0.3);
  border-bottom-color: rgb(103 232 249 / 0.3);
}

.hover\:border-y-cyan-300\/40:hover {
  border-top-color: rgb(103 232 249 / 0.4);
  border-bottom-color: rgb(103 232 249 / 0.4);
}

.hover\:border-y-cyan-300\/5:hover {
  border-top-color: rgb(103 232 249 / 0.05);
  border-bottom-color: rgb(103 232 249 / 0.05);
}

.hover\:border-y-cyan-300\/50:hover {
  border-top-color: rgb(103 232 249 / 0.5);
  border-bottom-color: rgb(103 232 249 / 0.5);
}

.hover\:border-y-cyan-300\/60:hover {
  border-top-color: rgb(103 232 249 / 0.6);
  border-bottom-color: rgb(103 232 249 / 0.6);
}

.hover\:border-y-cyan-300\/70:hover {
  border-top-color: rgb(103 232 249 / 0.7);
  border-bottom-color: rgb(103 232 249 / 0.7);
}

.hover\:border-y-cyan-300\/75:hover {
  border-top-color: rgb(103 232 249 / 0.75);
  border-bottom-color: rgb(103 232 249 / 0.75);
}

.hover\:border-y-cyan-300\/80:hover {
  border-top-color: rgb(103 232 249 / 0.8);
  border-bottom-color: rgb(103 232 249 / 0.8);
}

.hover\:border-y-cyan-300\/90:hover {
  border-top-color: rgb(103 232 249 / 0.9);
  border-bottom-color: rgb(103 232 249 / 0.9);
}

.hover\:border-y-cyan-300\/95:hover {
  border-top-color: rgb(103 232 249 / 0.95);
  border-bottom-color: rgb(103 232 249 / 0.95);
}

.hover\:border-y-cyan-400:hover {
  --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));
}

.hover\:border-y-cyan-400\/0:hover {
  border-top-color: rgb(34 211 238 / 0);
  border-bottom-color: rgb(34 211 238 / 0);
}

.hover\:border-y-cyan-400\/10:hover {
  border-top-color: rgb(34 211 238 / 0.1);
  border-bottom-color: rgb(34 211 238 / 0.1);
}

.hover\:border-y-cyan-400\/100:hover {
  border-top-color: rgb(34 211 238 / 1);
  border-bottom-color: rgb(34 211 238 / 1);
}

.hover\:border-y-cyan-400\/20:hover {
  border-top-color: rgb(34 211 238 / 0.2);
  border-bottom-color: rgb(34 211 238 / 0.2);
}

.hover\:border-y-cyan-400\/25:hover {
  border-top-color: rgb(34 211 238 / 0.25);
  border-bottom-color: rgb(34 211 238 / 0.25);
}

.hover\:border-y-cyan-400\/30:hover {
  border-top-color: rgb(34 211 238 / 0.3);
  border-bottom-color: rgb(34 211 238 / 0.3);
}

.hover\:border-y-cyan-400\/40:hover {
  border-top-color: rgb(34 211 238 / 0.4);
  border-bottom-color: rgb(34 211 238 / 0.4);
}

.hover\:border-y-cyan-400\/5:hover {
  border-top-color: rgb(34 211 238 / 0.05);
  border-bottom-color: rgb(34 211 238 / 0.05);
}

.hover\:border-y-cyan-400\/50:hover {
  border-top-color: rgb(34 211 238 / 0.5);
  border-bottom-color: rgb(34 211 238 / 0.5);
}

.hover\:border-y-cyan-400\/60:hover {
  border-top-color: rgb(34 211 238 / 0.6);
  border-bottom-color: rgb(34 211 238 / 0.6);
}

.hover\:border-y-cyan-400\/70:hover {
  border-top-color: rgb(34 211 238 / 0.7);
  border-bottom-color: rgb(34 211 238 / 0.7);
}

.hover\:border-y-cyan-400\/75:hover {
  border-top-color: rgb(34 211 238 / 0.75);
  border-bottom-color: rgb(34 211 238 / 0.75);
}

.hover\:border-y-cyan-400\/80:hover {
  border-top-color: rgb(34 211 238 / 0.8);
  border-bottom-color: rgb(34 211 238 / 0.8);
}

.hover\:border-y-cyan-400\/90:hover {
  border-top-color: rgb(34 211 238 / 0.9);
  border-bottom-color: rgb(34 211 238 / 0.9);
}

.hover\:border-y-cyan-400\/95:hover {
  border-top-color: rgb(34 211 238 / 0.95);
  border-bottom-color: rgb(34 211 238 / 0.95);
}

.hover\:border-y-cyan-50:hover {
  --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));
}

.hover\:border-y-cyan-50\/0:hover {
  border-top-color: rgb(236 254 255 / 0);
  border-bottom-color: rgb(236 254 255 / 0);
}

.hover\:border-y-cyan-50\/10:hover {
  border-top-color: rgb(236 254 255 / 0.1);
  border-bottom-color: rgb(236 254 255 / 0.1);
}

.hover\:border-y-cyan-50\/100:hover {
  border-top-color: rgb(236 254 255 / 1);
  border-bottom-color: rgb(236 254 255 / 1);
}

.hover\:border-y-cyan-50\/20:hover {
  border-top-color: rgb(236 254 255 / 0.2);
  border-bottom-color: rgb(236 254 255 / 0.2);
}

.hover\:border-y-cyan-50\/25:hover {
  border-top-color: rgb(236 254 255 / 0.25);
  border-bottom-color: rgb(236 254 255 / 0.25);
}

.hover\:border-y-cyan-50\/30:hover {
  border-top-color: rgb(236 254 255 / 0.3);
  border-bottom-color: rgb(236 254 255 / 0.3);
}

.hover\:border-y-cyan-50\/40:hover {
  border-top-color: rgb(236 254 255 / 0.4);
  border-bottom-color: rgb(236 254 255 / 0.4);
}

.hover\:border-y-cyan-50\/5:hover {
  border-top-color: rgb(236 254 255 / 0.05);
  border-bottom-color: rgb(236 254 255 / 0.05);
}

.hover\:border-y-cyan-50\/50:hover {
  border-top-color: rgb(236 254 255 / 0.5);
  border-bottom-color: rgb(236 254 255 / 0.5);
}

.hover\:border-y-cyan-50\/60:hover {
  border-top-color: rgb(236 254 255 / 0.6);
  border-bottom-color: rgb(236 254 255 / 0.6);
}

.hover\:border-y-cyan-50\/70:hover {
  border-top-color: rgb(236 254 255 / 0.7);
  border-bottom-color: rgb(236 254 255 / 0.7);
}

.hover\:border-y-cyan-50\/75:hover {
  border-top-color: rgb(236 254 255 / 0.75);
  border-bottom-color: rgb(236 254 255 / 0.75);
}

.hover\:border-y-cyan-50\/80:hover {
  border-top-color: rgb(236 254 255 / 0.8);
  border-bottom-color: rgb(236 254 255 / 0.8);
}

.hover\:border-y-cyan-50\/90:hover {
  border-top-color: rgb(236 254 255 / 0.9);
  border-bottom-color: rgb(236 254 255 / 0.9);
}

.hover\:border-y-cyan-50\/95:hover {
  border-top-color: rgb(236 254 255 / 0.95);
  border-bottom-color: rgb(236 254 255 / 0.95);
}

.hover\:border-y-cyan-500:hover {
  --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));
}

.hover\:border-y-cyan-500\/0:hover {
  border-top-color: rgb(6 182 212 / 0);
  border-bottom-color: rgb(6 182 212 / 0);
}

.hover\:border-y-cyan-500\/10:hover {
  border-top-color: rgb(6 182 212 / 0.1);
  border-bottom-color: rgb(6 182 212 / 0.1);
}

.hover\:border-y-cyan-500\/100:hover {
  border-top-color: rgb(6 182 212 / 1);
  border-bottom-color: rgb(6 182 212 / 1);
}

.hover\:border-y-cyan-500\/20:hover {
  border-top-color: rgb(6 182 212 / 0.2);
  border-bottom-color: rgb(6 182 212 / 0.2);
}

.hover\:border-y-cyan-500\/25:hover {
  border-top-color: rgb(6 182 212 / 0.25);
  border-bottom-color: rgb(6 182 212 / 0.25);
}

.hover\:border-y-cyan-500\/30:hover {
  border-top-color: rgb(6 182 212 / 0.3);
  border-bottom-color: rgb(6 182 212 / 0.3);
}

.hover\:border-y-cyan-500\/40:hover {
  border-top-color: rgb(6 182 212 / 0.4);
  border-bottom-color: rgb(6 182 212 / 0.4);
}

.hover\:border-y-cyan-500\/5:hover {
  border-top-color: rgb(6 182 212 / 0.05);
  border-bottom-color: rgb(6 182 212 / 0.05);
}

.hover\:border-y-cyan-500\/50:hover {
  border-top-color: rgb(6 182 212 / 0.5);
  border-bottom-color: rgb(6 182 212 / 0.5);
}

.hover\:border-y-cyan-500\/60:hover {
  border-top-color: rgb(6 182 212 / 0.6);
  border-bottom-color: rgb(6 182 212 / 0.6);
}

.hover\:border-y-cyan-500\/70:hover {
  border-top-color: rgb(6 182 212 / 0.7);
  border-bottom-color: rgb(6 182 212 / 0.7);
}

.hover\:border-y-cyan-500\/75:hover {
  border-top-color: rgb(6 182 212 / 0.75);
  border-bottom-color: rgb(6 182 212 / 0.75);
}

.hover\:border-y-cyan-500\/80:hover {
  border-top-color: rgb(6 182 212 / 0.8);
  border-bottom-color: rgb(6 182 212 / 0.8);
}

.hover\:border-y-cyan-500\/90:hover {
  border-top-color: rgb(6 182 212 / 0.9);
  border-bottom-color: rgb(6 182 212 / 0.9);
}

.hover\:border-y-cyan-500\/95:hover {
  border-top-color: rgb(6 182 212 / 0.95);
  border-bottom-color: rgb(6 182 212 / 0.95);
}

.hover\:border-y-cyan-600:hover {
  --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));
}

.hover\:border-y-cyan-600\/0:hover {
  border-top-color: rgb(8 145 178 / 0);
  border-bottom-color: rgb(8 145 178 / 0);
}

.hover\:border-y-cyan-600\/10:hover {
  border-top-color: rgb(8 145 178 / 0.1);
  border-bottom-color: rgb(8 145 178 / 0.1);
}

.hover\:border-y-cyan-600\/100:hover {
  border-top-color: rgb(8 145 178 / 1);
  border-bottom-color: rgb(8 145 178 / 1);
}

.hover\:border-y-cyan-600\/20:hover {
  border-top-color: rgb(8 145 178 / 0.2);
  border-bottom-color: rgb(8 145 178 / 0.2);
}

.hover\:border-y-cyan-600\/25:hover {
  border-top-color: rgb(8 145 178 / 0.25);
  border-bottom-color: rgb(8 145 178 / 0.25);
}

.hover\:border-y-cyan-600\/30:hover {
  border-top-color: rgb(8 145 178 / 0.3);
  border-bottom-color: rgb(8 145 178 / 0.3);
}

.hover\:border-y-cyan-600\/40:hover {
  border-top-color: rgb(8 145 178 / 0.4);
  border-bottom-color: rgb(8 145 178 / 0.4);
}

.hover\:border-y-cyan-600\/5:hover {
  border-top-color: rgb(8 145 178 / 0.05);
  border-bottom-color: rgb(8 145 178 / 0.05);
}

.hover\:border-y-cyan-600\/50:hover {
  border-top-color: rgb(8 145 178 / 0.5);
  border-bottom-color: rgb(8 145 178 / 0.5);
}

.hover\:border-y-cyan-600\/60:hover {
  border-top-color: rgb(8 145 178 / 0.6);
  border-bottom-color: rgb(8 145 178 / 0.6);
}

.hover\:border-y-cyan-600\/70:hover {
  border-top-color: rgb(8 145 178 / 0.7);
  border-bottom-color: rgb(8 145 178 / 0.7);
}

.hover\:border-y-cyan-600\/75:hover {
  border-top-color: rgb(8 145 178 / 0.75);
  border-bottom-color: rgb(8 145 178 / 0.75);
}

.hover\:border-y-cyan-600\/80:hover {
  border-top-color: rgb(8 145 178 / 0.8);
  border-bottom-color: rgb(8 145 178 / 0.8);
}

.hover\:border-y-cyan-600\/90:hover {
  border-top-color: rgb(8 145 178 / 0.9);
  border-bottom-color: rgb(8 145 178 / 0.9);
}

.hover\:border-y-cyan-600\/95:hover {
  border-top-color: rgb(8 145 178 / 0.95);
  border-bottom-color: rgb(8 145 178 / 0.95);
}

.hover\:border-y-cyan-700:hover {
  --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));
}

.hover\:border-y-cyan-700\/0:hover {
  border-top-color: rgb(14 116 144 / 0);
  border-bottom-color: rgb(14 116 144 / 0);
}

.hover\:border-y-cyan-700\/10:hover {
  border-top-color: rgb(14 116 144 / 0.1);
  border-bottom-color: rgb(14 116 144 / 0.1);
}

.hover\:border-y-cyan-700\/100:hover {
  border-top-color: rgb(14 116 144 / 1);
  border-bottom-color: rgb(14 116 144 / 1);
}

.hover\:border-y-cyan-700\/20:hover {
  border-top-color: rgb(14 116 144 / 0.2);
  border-bottom-color: rgb(14 116 144 / 0.2);
}

.hover\:border-y-cyan-700\/25:hover {
  border-top-color: rgb(14 116 144 / 0.25);
  border-bottom-color: rgb(14 116 144 / 0.25);
}

.hover\:border-y-cyan-700\/30:hover {
  border-top-color: rgb(14 116 144 / 0.3);
  border-bottom-color: rgb(14 116 144 / 0.3);
}

.hover\:border-y-cyan-700\/40:hover {
  border-top-color: rgb(14 116 144 / 0.4);
  border-bottom-color: rgb(14 116 144 / 0.4);
}

.hover\:border-y-cyan-700\/5:hover {
  border-top-color: rgb(14 116 144 / 0.05);
  border-bottom-color: rgb(14 116 144 / 0.05);
}

.hover\:border-y-cyan-700\/50:hover {
  border-top-color: rgb(14 116 144 / 0.5);
  border-bottom-color: rgb(14 116 144 / 0.5);
}

.hover\:border-y-cyan-700\/60:hover {
  border-top-color: rgb(14 116 144 / 0.6);
  border-bottom-color: rgb(14 116 144 / 0.6);
}

.hover\:border-y-cyan-700\/70:hover {
  border-top-color: rgb(14 116 144 / 0.7);
  border-bottom-color: rgb(14 116 144 / 0.7);
}

.hover\:border-y-cyan-700\/75:hover {
  border-top-color: rgb(14 116 144 / 0.75);
  border-bottom-color: rgb(14 116 144 / 0.75);
}

.hover\:border-y-cyan-700\/80:hover {
  border-top-color: rgb(14 116 144 / 0.8);
  border-bottom-color: rgb(14 116 144 / 0.8);
}

.hover\:border-y-cyan-700\/90:hover {
  border-top-color: rgb(14 116 144 / 0.9);
  border-bottom-color: rgb(14 116 144 / 0.9);
}

.hover\:border-y-cyan-700\/95:hover {
  border-top-color: rgb(14 116 144 / 0.95);
  border-bottom-color: rgb(14 116 144 / 0.95);
}

.hover\:border-y-cyan-800:hover {
  --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));
}

.hover\:border-y-cyan-800\/0:hover {
  border-top-color: rgb(21 94 117 / 0);
  border-bottom-color: rgb(21 94 117 / 0);
}

.hover\:border-y-cyan-800\/10:hover {
  border-top-color: rgb(21 94 117 / 0.1);
  border-bottom-color: rgb(21 94 117 / 0.1);
}

.hover\:border-y-cyan-800\/100:hover {
  border-top-color: rgb(21 94 117 / 1);
  border-bottom-color: rgb(21 94 117 / 1);
}

.hover\:border-y-cyan-800\/20:hover {
  border-top-color: rgb(21 94 117 / 0.2);
  border-bottom-color: rgb(21 94 117 / 0.2);
}

.hover\:border-y-cyan-800\/25:hover {
  border-top-color: rgb(21 94 117 / 0.25);
  border-bottom-color: rgb(21 94 117 / 0.25);
}

.hover\:border-y-cyan-800\/30:hover {
  border-top-color: rgb(21 94 117 / 0.3);
  border-bottom-color: rgb(21 94 117 / 0.3);
}

.hover\:border-y-cyan-800\/40:hover {
  border-top-color: rgb(21 94 117 / 0.4);
  border-bottom-color: rgb(21 94 117 / 0.4);
}

.hover\:border-y-cyan-800\/5:hover {
  border-top-color: rgb(21 94 117 / 0.05);
  border-bottom-color: rgb(21 94 117 / 0.05);
}

.hover\:border-y-cyan-800\/50:hover {
  border-top-color: rgb(21 94 117 / 0.5);
  border-bottom-color: rgb(21 94 117 / 0.5);
}

.hover\:border-y-cyan-800\/60:hover {
  border-top-color: rgb(21 94 117 / 0.6);
  border-bottom-color: rgb(21 94 117 / 0.6);
}

.hover\:border-y-cyan-800\/70:hover {
  border-top-color: rgb(21 94 117 / 0.7);
  border-bottom-color: rgb(21 94 117 / 0.7);
}

.hover\:border-y-cyan-800\/75:hover {
  border-top-color: rgb(21 94 117 / 0.75);
  border-bottom-color: rgb(21 94 117 / 0.75);
}

.hover\:border-y-cyan-800\/80:hover {
  border-top-color: rgb(21 94 117 / 0.8);
  border-bottom-color: rgb(21 94 117 / 0.8);
}

.hover\:border-y-cyan-800\/90:hover {
  border-top-color: rgb(21 94 117 / 0.9);
  border-bottom-color: rgb(21 94 117 / 0.9);
}

.hover\:border-y-cyan-800\/95:hover {
  border-top-color: rgb(21 94 117 / 0.95);
  border-bottom-color: rgb(21 94 117 / 0.95);
}

.hover\:border-y-cyan-900:hover {
  --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));
}

.hover\:border-y-cyan-900\/0:hover {
  border-top-color: rgb(22 78 99 / 0);
  border-bottom-color: rgb(22 78 99 / 0);
}

.hover\:border-y-cyan-900\/10:hover {
  border-top-color: rgb(22 78 99 / 0.1);
  border-bottom-color: rgb(22 78 99 / 0.1);
}

.hover\:border-y-cyan-900\/100:hover {
  border-top-color: rgb(22 78 99 / 1);
  border-bottom-color: rgb(22 78 99 / 1);
}

.hover\:border-y-cyan-900\/20:hover {
  border-top-color: rgb(22 78 99 / 0.2);
  border-bottom-color: rgb(22 78 99 / 0.2);
}

.hover\:border-y-cyan-900\/25:hover {
  border-top-color: rgb(22 78 99 / 0.25);
  border-bottom-color: rgb(22 78 99 / 0.25);
}

.hover\:border-y-cyan-900\/30:hover {
  border-top-color: rgb(22 78 99 / 0.3);
  border-bottom-color: rgb(22 78 99 / 0.3);
}

.hover\:border-y-cyan-900\/40:hover {
  border-top-color: rgb(22 78 99 / 0.4);
  border-bottom-color: rgb(22 78 99 / 0.4);
}

.hover\:border-y-cyan-900\/5:hover {
  border-top-color: rgb(22 78 99 / 0.05);
  border-bottom-color: rgb(22 78 99 / 0.05);
}

.hover\:border-y-cyan-900\/50:hover {
  border-top-color: rgb(22 78 99 / 0.5);
  border-bottom-color: rgb(22 78 99 / 0.5);
}

.hover\:border-y-cyan-900\/60:hover {
  border-top-color: rgb(22 78 99 / 0.6);
  border-bottom-color: rgb(22 78 99 / 0.6);
}

.hover\:border-y-cyan-900\/70:hover {
  border-top-color: rgb(22 78 99 / 0.7);
  border-bottom-color: rgb(22 78 99 / 0.7);
}

.hover\:border-y-cyan-900\/75:hover {
  border-top-color: rgb(22 78 99 / 0.75);
  border-bottom-color: rgb(22 78 99 / 0.75);
}

.hover\:border-y-cyan-900\/80:hover {
  border-top-color: rgb(22 78 99 / 0.8);
  border-bottom-color: rgb(22 78 99 / 0.8);
}

.hover\:border-y-cyan-900\/90:hover {
  border-top-color: rgb(22 78 99 / 0.9);
  border-bottom-color: rgb(22 78 99 / 0.9);
}

.hover\:border-y-cyan-900\/95:hover {
  border-top-color: rgb(22 78 99 / 0.95);
  border-bottom-color: rgb(22 78 99 / 0.95);
}

.hover\:border-y-cyan-950:hover {
  --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));
}

.hover\:border-y-cyan-950\/0:hover {
  border-top-color: rgb(8 51 68 / 0);
  border-bottom-color: rgb(8 51 68 / 0);
}

.hover\:border-y-cyan-950\/10:hover {
  border-top-color: rgb(8 51 68 / 0.1);
  border-bottom-color: rgb(8 51 68 / 0.1);
}

.hover\:border-y-cyan-950\/100:hover {
  border-top-color: rgb(8 51 68 / 1);
  border-bottom-color: rgb(8 51 68 / 1);
}

.hover\:border-y-cyan-950\/20:hover {
  border-top-color: rgb(8 51 68 / 0.2);
  border-bottom-color: rgb(8 51 68 / 0.2);
}

.hover\:border-y-cyan-950\/25:hover {
  border-top-color: rgb(8 51 68 / 0.25);
  border-bottom-color: rgb(8 51 68 / 0.25);
}

.hover\:border-y-cyan-950\/30:hover {
  border-top-color: rgb(8 51 68 / 0.3);
  border-bottom-color: rgb(8 51 68 / 0.3);
}

.hover\:border-y-cyan-950\/40:hover {
  border-top-color: rgb(8 51 68 / 0.4);
  border-bottom-color: rgb(8 51 68 / 0.4);
}

.hover\:border-y-cyan-950\/5:hover {
  border-top-color: rgb(8 51 68 / 0.05);
  border-bottom-color: rgb(8 51 68 / 0.05);
}

.hover\:border-y-cyan-950\/50:hover {
  border-top-color: rgb(8 51 68 / 0.5);
  border-bottom-color: rgb(8 51 68 / 0.5);
}

.hover\:border-y-cyan-950\/60:hover {
  border-top-color: rgb(8 51 68 / 0.6);
  border-bottom-color: rgb(8 51 68 / 0.6);
}

.hover\:border-y-cyan-950\/70:hover {
  border-top-color: rgb(8 51 68 / 0.7);
  border-bottom-color: rgb(8 51 68 / 0.7);
}

.hover\:border-y-cyan-950\/75:hover {
  border-top-color: rgb(8 51 68 / 0.75);
  border-bottom-color: rgb(8 51 68 / 0.75);
}

.hover\:border-y-cyan-950\/80:hover {
  border-top-color: rgb(8 51 68 / 0.8);
  border-bottom-color: rgb(8 51 68 / 0.8);
}

.hover\:border-y-cyan-950\/90:hover {
  border-top-color: rgb(8 51 68 / 0.9);
  border-bottom-color: rgb(8 51 68 / 0.9);
}

.hover\:border-y-cyan-950\/95:hover {
  border-top-color: rgb(8 51 68 / 0.95);
  border-bottom-color: rgb(8 51 68 / 0.95);
}

.hover\:border-y-emerald-100:hover {
  --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));
}

.hover\:border-y-emerald-100\/0:hover {
  border-top-color: rgb(209 250 229 / 0);
  border-bottom-color: rgb(209 250 229 / 0);
}

.hover\:border-y-emerald-100\/10:hover {
  border-top-color: rgb(209 250 229 / 0.1);
  border-bottom-color: rgb(209 250 229 / 0.1);
}

.hover\:border-y-emerald-100\/100:hover {
  border-top-color: rgb(209 250 229 / 1);
  border-bottom-color: rgb(209 250 229 / 1);
}

.hover\:border-y-emerald-100\/20:hover {
  border-top-color: rgb(209 250 229 / 0.2);
  border-bottom-color: rgb(209 250 229 / 0.2);
}

.hover\:border-y-emerald-100\/25:hover {
  border-top-color: rgb(209 250 229 / 0.25);
  border-bottom-color: rgb(209 250 229 / 0.25);
}

.hover\:border-y-emerald-100\/30:hover {
  border-top-color: rgb(209 250 229 / 0.3);
  border-bottom-color: rgb(209 250 229 / 0.3);
}

.hover\:border-y-emerald-100\/40:hover {
  border-top-color: rgb(209 250 229 / 0.4);
  border-bottom-color: rgb(209 250 229 / 0.4);
}

.hover\:border-y-emerald-100\/5:hover {
  border-top-color: rgb(209 250 229 / 0.05);
  border-bottom-color: rgb(209 250 229 / 0.05);
}

.hover\:border-y-emerald-100\/50:hover {
  border-top-color: rgb(209 250 229 / 0.5);
  border-bottom-color: rgb(209 250 229 / 0.5);
}

.hover\:border-y-emerald-100\/60:hover {
  border-top-color: rgb(209 250 229 / 0.6);
  border-bottom-color: rgb(209 250 229 / 0.6);
}

.hover\:border-y-emerald-100\/70:hover {
  border-top-color: rgb(209 250 229 / 0.7);
  border-bottom-color: rgb(209 250 229 / 0.7);
}

.hover\:border-y-emerald-100\/75:hover {
  border-top-color: rgb(209 250 229 / 0.75);
  border-bottom-color: rgb(209 250 229 / 0.75);
}

.hover\:border-y-emerald-100\/80:hover {
  border-top-color: rgb(209 250 229 / 0.8);
  border-bottom-color: rgb(209 250 229 / 0.8);
}

.hover\:border-y-emerald-100\/90:hover {
  border-top-color: rgb(209 250 229 / 0.9);
  border-bottom-color: rgb(209 250 229 / 0.9);
}

.hover\:border-y-emerald-100\/95:hover {
  border-top-color: rgb(209 250 229 / 0.95);
  border-bottom-color: rgb(209 250 229 / 0.95);
}

.hover\:border-y-emerald-200:hover {
  --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));
}

.hover\:border-y-emerald-200\/0:hover {
  border-top-color: rgb(167 243 208 / 0);
  border-bottom-color: rgb(167 243 208 / 0);
}

.hover\:border-y-emerald-200\/10:hover {
  border-top-color: rgb(167 243 208 / 0.1);
  border-bottom-color: rgb(167 243 208 / 0.1);
}

.hover\:border-y-emerald-200\/100:hover {
  border-top-color: rgb(167 243 208 / 1);
  border-bottom-color: rgb(167 243 208 / 1);
}

.hover\:border-y-emerald-200\/20:hover {
  border-top-color: rgb(167 243 208 / 0.2);
  border-bottom-color: rgb(167 243 208 / 0.2);
}

.hover\:border-y-emerald-200\/25:hover {
  border-top-color: rgb(167 243 208 / 0.25);
  border-bottom-color: rgb(167 243 208 / 0.25);
}

.hover\:border-y-emerald-200\/30:hover {
  border-top-color: rgb(167 243 208 / 0.3);
  border-bottom-color: rgb(167 243 208 / 0.3);
}

.hover\:border-y-emerald-200\/40:hover {
  border-top-color: rgb(167 243 208 / 0.4);
  border-bottom-color: rgb(167 243 208 / 0.4);
}

.hover\:border-y-emerald-200\/5:hover {
  border-top-color: rgb(167 243 208 / 0.05);
  border-bottom-color: rgb(167 243 208 / 0.05);
}

.hover\:border-y-emerald-200\/50:hover {
  border-top-color: rgb(167 243 208 / 0.5);
  border-bottom-color: rgb(167 243 208 / 0.5);
}

.hover\:border-y-emerald-200\/60:hover {
  border-top-color: rgb(167 243 208 / 0.6);
  border-bottom-color: rgb(167 243 208 / 0.6);
}

.hover\:border-y-emerald-200\/70:hover {
  border-top-color: rgb(167 243 208 / 0.7);
  border-bottom-color: rgb(167 243 208 / 0.7);
}

.hover\:border-y-emerald-200\/75:hover {
  border-top-color: rgb(167 243 208 / 0.75);
  border-bottom-color: rgb(167 243 208 / 0.75);
}

.hover\:border-y-emerald-200\/80:hover {
  border-top-color: rgb(167 243 208 / 0.8);
  border-bottom-color: rgb(167 243 208 / 0.8);
}

.hover\:border-y-emerald-200\/90:hover {
  border-top-color: rgb(167 243 208 / 0.9);
  border-bottom-color: rgb(167 243 208 / 0.9);
}

.hover\:border-y-emerald-200\/95:hover {
  border-top-color: rgb(167 243 208 / 0.95);
  border-bottom-color: rgb(167 243 208 / 0.95);
}

.hover\:border-y-emerald-300:hover {
  --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));
}

.hover\:border-y-emerald-300\/0:hover {
  border-top-color: rgb(110 231 183 / 0);
  border-bottom-color: rgb(110 231 183 / 0);
}

.hover\:border-y-emerald-300\/10:hover {
  border-top-color: rgb(110 231 183 / 0.1);
  border-bottom-color: rgb(110 231 183 / 0.1);
}

.hover\:border-y-emerald-300\/100:hover {
  border-top-color: rgb(110 231 183 / 1);
  border-bottom-color: rgb(110 231 183 / 1);
}

.hover\:border-y-emerald-300\/20:hover {
  border-top-color: rgb(110 231 183 / 0.2);
  border-bottom-color: rgb(110 231 183 / 0.2);
}

.hover\:border-y-emerald-300\/25:hover {
  border-top-color: rgb(110 231 183 / 0.25);
  border-bottom-color: rgb(110 231 183 / 0.25);
}

.hover\:border-y-emerald-300\/30:hover {
  border-top-color: rgb(110 231 183 / 0.3);
  border-bottom-color: rgb(110 231 183 / 0.3);
}

.hover\:border-y-emerald-300\/40:hover {
  border-top-color: rgb(110 231 183 / 0.4);
  border-bottom-color: rgb(110 231 183 / 0.4);
}

.hover\:border-y-emerald-300\/5:hover {
  border-top-color: rgb(110 231 183 / 0.05);
  border-bottom-color: rgb(110 231 183 / 0.05);
}

.hover\:border-y-emerald-300\/50:hover {
  border-top-color: rgb(110 231 183 / 0.5);
  border-bottom-color: rgb(110 231 183 / 0.5);
}

.hover\:border-y-emerald-300\/60:hover {
  border-top-color: rgb(110 231 183 / 0.6);
  border-bottom-color: rgb(110 231 183 / 0.6);
}

.hover\:border-y-emerald-300\/70:hover {
  border-top-color: rgb(110 231 183 / 0.7);
  border-bottom-color: rgb(110 231 183 / 0.7);
}

.hover\:border-y-emerald-300\/75:hover {
  border-top-color: rgb(110 231 183 / 0.75);
  border-bottom-color: rgb(110 231 183 / 0.75);
}

.hover\:border-y-emerald-300\/80:hover {
  border-top-color: rgb(110 231 183 / 0.8);
  border-bottom-color: rgb(110 231 183 / 0.8);
}

.hover\:border-y-emerald-300\/90:hover {
  border-top-color: rgb(110 231 183 / 0.9);
  border-bottom-color: rgb(110 231 183 / 0.9);
}

.hover\:border-y-emerald-300\/95:hover {
  border-top-color: rgb(110 231 183 / 0.95);
  border-bottom-color: rgb(110 231 183 / 0.95);
}

.hover\:border-y-emerald-400:hover {
  --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));
}

.hover\:border-y-emerald-400\/0:hover {
  border-top-color: rgb(52 211 153 / 0);
  border-bottom-color: rgb(52 211 153 / 0);
}

.hover\:border-y-emerald-400\/10:hover {
  border-top-color: rgb(52 211 153 / 0.1);
  border-bottom-color: rgb(52 211 153 / 0.1);
}

.hover\:border-y-emerald-400\/100:hover {
  border-top-color: rgb(52 211 153 / 1);
  border-bottom-color: rgb(52 211 153 / 1);
}

.hover\:border-y-emerald-400\/20:hover {
  border-top-color: rgb(52 211 153 / 0.2);
  border-bottom-color: rgb(52 211 153 / 0.2);
}

.hover\:border-y-emerald-400\/25:hover {
  border-top-color: rgb(52 211 153 / 0.25);
  border-bottom-color: rgb(52 211 153 / 0.25);
}

.hover\:border-y-emerald-400\/30:hover {
  border-top-color: rgb(52 211 153 / 0.3);
  border-bottom-color: rgb(52 211 153 / 0.3);
}

.hover\:border-y-emerald-400\/40:hover {
  border-top-color: rgb(52 211 153 / 0.4);
  border-bottom-color: rgb(52 211 153 / 0.4);
}

.hover\:border-y-emerald-400\/5:hover {
  border-top-color: rgb(52 211 153 / 0.05);
  border-bottom-color: rgb(52 211 153 / 0.05);
}

.hover\:border-y-emerald-400\/50:hover {
  border-top-color: rgb(52 211 153 / 0.5);
  border-bottom-color: rgb(52 211 153 / 0.5);
}

.hover\:border-y-emerald-400\/60:hover {
  border-top-color: rgb(52 211 153 / 0.6);
  border-bottom-color: rgb(52 211 153 / 0.6);
}

.hover\:border-y-emerald-400\/70:hover {
  border-top-color: rgb(52 211 153 / 0.7);
  border-bottom-color: rgb(52 211 153 / 0.7);
}

.hover\:border-y-emerald-400\/75:hover {
  border-top-color: rgb(52 211 153 / 0.75);
  border-bottom-color: rgb(52 211 153 / 0.75);
}

.hover\:border-y-emerald-400\/80:hover {
  border-top-color: rgb(52 211 153 / 0.8);
  border-bottom-color: rgb(52 211 153 / 0.8);
}

.hover\:border-y-emerald-400\/90:hover {
  border-top-color: rgb(52 211 153 / 0.9);
  border-bottom-color: rgb(52 211 153 / 0.9);
}

.hover\:border-y-emerald-400\/95:hover {
  border-top-color: rgb(52 211 153 / 0.95);
  border-bottom-color: rgb(52 211 153 / 0.95);
}

.hover\:border-y-emerald-50:hover {
  --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));
}

.hover\:border-y-emerald-50\/0:hover {
  border-top-color: rgb(236 253 245 / 0);
  border-bottom-color: rgb(236 253 245 / 0);
}

.hover\:border-y-emerald-50\/10:hover {
  border-top-color: rgb(236 253 245 / 0.1);
  border-bottom-color: rgb(236 253 245 / 0.1);
}

.hover\:border-y-emerald-50\/100:hover {
  border-top-color: rgb(236 253 245 / 1);
  border-bottom-color: rgb(236 253 245 / 1);
}

.hover\:border-y-emerald-50\/20:hover {
  border-top-color: rgb(236 253 245 / 0.2);
  border-bottom-color: rgb(236 253 245 / 0.2);
}

.hover\:border-y-emerald-50\/25:hover {
  border-top-color: rgb(236 253 245 / 0.25);
  border-bottom-color: rgb(236 253 245 / 0.25);
}

.hover\:border-y-emerald-50\/30:hover {
  border-top-color: rgb(236 253 245 / 0.3);
  border-bottom-color: rgb(236 253 245 / 0.3);
}

.hover\:border-y-emerald-50\/40:hover {
  border-top-color: rgb(236 253 245 / 0.4);
  border-bottom-color: rgb(236 253 245 / 0.4);
}

.hover\:border-y-emerald-50\/5:hover {
  border-top-color: rgb(236 253 245 / 0.05);
  border-bottom-color: rgb(236 253 245 / 0.05);
}

.hover\:border-y-emerald-50\/50:hover {
  border-top-color: rgb(236 253 245 / 0.5);
  border-bottom-color: rgb(236 253 245 / 0.5);
}

.hover\:border-y-emerald-50\/60:hover {
  border-top-color: rgb(236 253 245 / 0.6);
  border-bottom-color: rgb(236 253 245 / 0.6);
}

.hover\:border-y-emerald-50\/70:hover {
  border-top-color: rgb(236 253 245 / 0.7);
  border-bottom-color: rgb(236 253 245 / 0.7);
}

.hover\:border-y-emerald-50\/75:hover {
  border-top-color: rgb(236 253 245 / 0.75);
  border-bottom-color: rgb(236 253 245 / 0.75);
}

.hover\:border-y-emerald-50\/80:hover {
  border-top-color: rgb(236 253 245 / 0.8);
  border-bottom-color: rgb(236 253 245 / 0.8);
}

.hover\:border-y-emerald-50\/90:hover {
  border-top-color: rgb(236 253 245 / 0.9);
  border-bottom-color: rgb(236 253 245 / 0.9);
}

.hover\:border-y-emerald-50\/95:hover {
  border-top-color: rgb(236 253 245 / 0.95);
  border-bottom-color: rgb(236 253 245 / 0.95);
}

.hover\:border-y-emerald-500:hover {
  --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));
}

.hover\:border-y-emerald-500\/0:hover {
  border-top-color: rgb(16 185 129 / 0);
  border-bottom-color: rgb(16 185 129 / 0);
}

.hover\:border-y-emerald-500\/10:hover {
  border-top-color: rgb(16 185 129 / 0.1);
  border-bottom-color: rgb(16 185 129 / 0.1);
}

.hover\:border-y-emerald-500\/100:hover {
  border-top-color: rgb(16 185 129 / 1);
  border-bottom-color: rgb(16 185 129 / 1);
}

.hover\:border-y-emerald-500\/20:hover {
  border-top-color: rgb(16 185 129 / 0.2);
  border-bottom-color: rgb(16 185 129 / 0.2);
}

.hover\:border-y-emerald-500\/25:hover {
  border-top-color: rgb(16 185 129 / 0.25);
  border-bottom-color: rgb(16 185 129 / 0.25);
}

.hover\:border-y-emerald-500\/30:hover {
  border-top-color: rgb(16 185 129 / 0.3);
  border-bottom-color: rgb(16 185 129 / 0.3);
}

.hover\:border-y-emerald-500\/40:hover {
  border-top-color: rgb(16 185 129 / 0.4);
  border-bottom-color: rgb(16 185 129 / 0.4);
}

.hover\:border-y-emerald-500\/5:hover {
  border-top-color: rgb(16 185 129 / 0.05);
  border-bottom-color: rgb(16 185 129 / 0.05);
}

.hover\:border-y-emerald-500\/50:hover {
  border-top-color: rgb(16 185 129 / 0.5);
  border-bottom-color: rgb(16 185 129 / 0.5);
}

.hover\:border-y-emerald-500\/60:hover {
  border-top-color: rgb(16 185 129 / 0.6);
  border-bottom-color: rgb(16 185 129 / 0.6);
}

.hover\:border-y-emerald-500\/70:hover {
  border-top-color: rgb(16 185 129 / 0.7);
  border-bottom-color: rgb(16 185 129 / 0.7);
}

.hover\:border-y-emerald-500\/75:hover {
  border-top-color: rgb(16 185 129 / 0.75);
  border-bottom-color: rgb(16 185 129 / 0.75);
}

.hover\:border-y-emerald-500\/80:hover {
  border-top-color: rgb(16 185 129 / 0.8);
  border-bottom-color: rgb(16 185 129 / 0.8);
}

.hover\:border-y-emerald-500\/90:hover {
  border-top-color: rgb(16 185 129 / 0.9);
  border-bottom-color: rgb(16 185 129 / 0.9);
}

.hover\:border-y-emerald-500\/95:hover {
  border-top-color: rgb(16 185 129 / 0.95);
  border-bottom-color: rgb(16 185 129 / 0.95);
}

.hover\:border-y-emerald-600:hover {
  --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));
}

.hover\:border-y-emerald-600\/0:hover {
  border-top-color: rgb(5 150 105 / 0);
  border-bottom-color: rgb(5 150 105 / 0);
}

.hover\:border-y-emerald-600\/10:hover {
  border-top-color: rgb(5 150 105 / 0.1);
  border-bottom-color: rgb(5 150 105 / 0.1);
}

.hover\:border-y-emerald-600\/100:hover {
  border-top-color: rgb(5 150 105 / 1);
  border-bottom-color: rgb(5 150 105 / 1);
}

.hover\:border-y-emerald-600\/20:hover {
  border-top-color: rgb(5 150 105 / 0.2);
  border-bottom-color: rgb(5 150 105 / 0.2);
}

.hover\:border-y-emerald-600\/25:hover {
  border-top-color: rgb(5 150 105 / 0.25);
  border-bottom-color: rgb(5 150 105 / 0.25);
}

.hover\:border-y-emerald-600\/30:hover {
  border-top-color: rgb(5 150 105 / 0.3);
  border-bottom-color: rgb(5 150 105 / 0.3);
}

.hover\:border-y-emerald-600\/40:hover {
  border-top-color: rgb(5 150 105 / 0.4);
  border-bottom-color: rgb(5 150 105 / 0.4);
}

.hover\:border-y-emerald-600\/5:hover {
  border-top-color: rgb(5 150 105 / 0.05);
  border-bottom-color: rgb(5 150 105 / 0.05);
}

.hover\:border-y-emerald-600\/50:hover {
  border-top-color: rgb(5 150 105 / 0.5);
  border-bottom-color: rgb(5 150 105 / 0.5);
}

.hover\:border-y-emerald-600\/60:hover {
  border-top-color: rgb(5 150 105 / 0.6);
  border-bottom-color: rgb(5 150 105 / 0.6);
}

.hover\:border-y-emerald-600\/70:hover {
  border-top-color: rgb(5 150 105 / 0.7);
  border-bottom-color: rgb(5 150 105 / 0.7);
}

.hover\:border-y-emerald-600\/75:hover {
  border-top-color: rgb(5 150 105 / 0.75);
  border-bottom-color: rgb(5 150 105 / 0.75);
}

.hover\:border-y-emerald-600\/80:hover {
  border-top-color: rgb(5 150 105 / 0.8);
  border-bottom-color: rgb(5 150 105 / 0.8);
}

.hover\:border-y-emerald-600\/90:hover {
  border-top-color: rgb(5 150 105 / 0.9);
  border-bottom-color: rgb(5 150 105 / 0.9);
}

.hover\:border-y-emerald-600\/95:hover {
  border-top-color: rgb(5 150 105 / 0.95);
  border-bottom-color: rgb(5 150 105 / 0.95);
}

.hover\:border-y-emerald-700:hover {
  --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));
}

.hover\:border-y-emerald-700\/0:hover {
  border-top-color: rgb(4 120 87 / 0);
  border-bottom-color: rgb(4 120 87 / 0);
}

.hover\:border-y-emerald-700\/10:hover {
  border-top-color: rgb(4 120 87 / 0.1);
  border-bottom-color: rgb(4 120 87 / 0.1);
}

.hover\:border-y-emerald-700\/100:hover {
  border-top-color: rgb(4 120 87 / 1);
  border-bottom-color: rgb(4 120 87 / 1);
}

.hover\:border-y-emerald-700\/20:hover {
  border-top-color: rgb(4 120 87 / 0.2);
  border-bottom-color: rgb(4 120 87 / 0.2);
}

.hover\:border-y-emerald-700\/25:hover {
  border-top-color: rgb(4 120 87 / 0.25);
  border-bottom-color: rgb(4 120 87 / 0.25);
}

.hover\:border-y-emerald-700\/30:hover {
  border-top-color: rgb(4 120 87 / 0.3);
  border-bottom-color: rgb(4 120 87 / 0.3);
}

.hover\:border-y-emerald-700\/40:hover {
  border-top-color: rgb(4 120 87 / 0.4);
  border-bottom-color: rgb(4 120 87 / 0.4);
}

.hover\:border-y-emerald-700\/5:hover {
  border-top-color: rgb(4 120 87 / 0.05);
  border-bottom-color: rgb(4 120 87 / 0.05);
}

.hover\:border-y-emerald-700\/50:hover {
  border-top-color: rgb(4 120 87 / 0.5);
  border-bottom-color: rgb(4 120 87 / 0.5);
}

.hover\:border-y-emerald-700\/60:hover {
  border-top-color: rgb(4 120 87 / 0.6);
  border-bottom-color: rgb(4 120 87 / 0.6);
}

.hover\:border-y-emerald-700\/70:hover {
  border-top-color: rgb(4 120 87 / 0.7);
  border-bottom-color: rgb(4 120 87 / 0.7);
}

.hover\:border-y-emerald-700\/75:hover {
  border-top-color: rgb(4 120 87 / 0.75);
  border-bottom-color: rgb(4 120 87 / 0.75);
}

.hover\:border-y-emerald-700\/80:hover {
  border-top-color: rgb(4 120 87 / 0.8);
  border-bottom-color: rgb(4 120 87 / 0.8);
}

.hover\:border-y-emerald-700\/90:hover {
  border-top-color: rgb(4 120 87 / 0.9);
  border-bottom-color: rgb(4 120 87 / 0.9);
}

.hover\:border-y-emerald-700\/95:hover {
  border-top-color: rgb(4 120 87 / 0.95);
  border-bottom-color: rgb(4 120 87 / 0.95);
}

.hover\:border-y-emerald-800:hover {
  --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));
}

.hover\:border-y-emerald-800\/0:hover {
  border-top-color: rgb(6 95 70 / 0);
  border-bottom-color: rgb(6 95 70 / 0);
}

.hover\:border-y-emerald-800\/10:hover {
  border-top-color: rgb(6 95 70 / 0.1);
  border-bottom-color: rgb(6 95 70 / 0.1);
}

.hover\:border-y-emerald-800\/100:hover {
  border-top-color: rgb(6 95 70 / 1);
  border-bottom-color: rgb(6 95 70 / 1);
}

.hover\:border-y-emerald-800\/20:hover {
  border-top-color: rgb(6 95 70 / 0.2);
  border-bottom-color: rgb(6 95 70 / 0.2);
}

.hover\:border-y-emerald-800\/25:hover {
  border-top-color: rgb(6 95 70 / 0.25);
  border-bottom-color: rgb(6 95 70 / 0.25);
}

.hover\:border-y-emerald-800\/30:hover {
  border-top-color: rgb(6 95 70 / 0.3);
  border-bottom-color: rgb(6 95 70 / 0.3);
}

.hover\:border-y-emerald-800\/40:hover {
  border-top-color: rgb(6 95 70 / 0.4);
  border-bottom-color: rgb(6 95 70 / 0.4);
}

.hover\:border-y-emerald-800\/5:hover {
  border-top-color: rgb(6 95 70 / 0.05);
  border-bottom-color: rgb(6 95 70 / 0.05);
}

.hover\:border-y-emerald-800\/50:hover {
  border-top-color: rgb(6 95 70 / 0.5);
  border-bottom-color: rgb(6 95 70 / 0.5);
}

.hover\:border-y-emerald-800\/60:hover {
  border-top-color: rgb(6 95 70 / 0.6);
  border-bottom-color: rgb(6 95 70 / 0.6);
}

.hover\:border-y-emerald-800\/70:hover {
  border-top-color: rgb(6 95 70 / 0.7);
  border-bottom-color: rgb(6 95 70 / 0.7);
}

.hover\:border-y-emerald-800\/75:hover {
  border-top-color: rgb(6 95 70 / 0.75);
  border-bottom-color: rgb(6 95 70 / 0.75);
}

.hover\:border-y-emerald-800\/80:hover {
  border-top-color: rgb(6 95 70 / 0.8);
  border-bottom-color: rgb(6 95 70 / 0.8);
}

.hover\:border-y-emerald-800\/90:hover {
  border-top-color: rgb(6 95 70 / 0.9);
  border-bottom-color: rgb(6 95 70 / 0.9);
}

.hover\:border-y-emerald-800\/95:hover {
  border-top-color: rgb(6 95 70 / 0.95);
  border-bottom-color: rgb(6 95 70 / 0.95);
}

.hover\:border-y-emerald-900:hover {
  --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));
}

.hover\:border-y-emerald-900\/0:hover {
  border-top-color: rgb(6 78 59 / 0);
  border-bottom-color: rgb(6 78 59 / 0);
}

.hover\:border-y-emerald-900\/10:hover {
  border-top-color: rgb(6 78 59 / 0.1);
  border-bottom-color: rgb(6 78 59 / 0.1);
}

.hover\:border-y-emerald-900\/100:hover {
  border-top-color: rgb(6 78 59 / 1);
  border-bottom-color: rgb(6 78 59 / 1);
}

.hover\:border-y-emerald-900\/20:hover {
  border-top-color: rgb(6 78 59 / 0.2);
  border-bottom-color: rgb(6 78 59 / 0.2);
}

.hover\:border-y-emerald-900\/25:hover {
  border-top-color: rgb(6 78 59 / 0.25);
  border-bottom-color: rgb(6 78 59 / 0.25);
}

.hover\:border-y-emerald-900\/30:hover {
  border-top-color: rgb(6 78 59 / 0.3);
  border-bottom-color: rgb(6 78 59 / 0.3);
}

.hover\:border-y-emerald-900\/40:hover {
  border-top-color: rgb(6 78 59 / 0.4);
  border-bottom-color: rgb(6 78 59 / 0.4);
}

.hover\:border-y-emerald-900\/5:hover {
  border-top-color: rgb(6 78 59 / 0.05);
  border-bottom-color: rgb(6 78 59 / 0.05);
}

.hover\:border-y-emerald-900\/50:hover {
  border-top-color: rgb(6 78 59 / 0.5);
  border-bottom-color: rgb(6 78 59 / 0.5);
}

.hover\:border-y-emerald-900\/60:hover {
  border-top-color: rgb(6 78 59 / 0.6);
  border-bottom-color: rgb(6 78 59 / 0.6);
}

.hover\:border-y-emerald-900\/70:hover {
  border-top-color: rgb(6 78 59 / 0.7);
  border-bottom-color: rgb(6 78 59 / 0.7);
}

.hover\:border-y-emerald-900\/75:hover {
  border-top-color: rgb(6 78 59 / 0.75);
  border-bottom-color: rgb(6 78 59 / 0.75);
}

.hover\:border-y-emerald-900\/80:hover {
  border-top-color: rgb(6 78 59 / 0.8);
  border-bottom-color: rgb(6 78 59 / 0.8);
}

.hover\:border-y-emerald-900\/90:hover {
  border-top-color: rgb(6 78 59 / 0.9);
  border-bottom-color: rgb(6 78 59 / 0.9);
}

.hover\:border-y-emerald-900\/95:hover {
  border-top-color: rgb(6 78 59 / 0.95);
  border-bottom-color: rgb(6 78 59 / 0.95);
}

.hover\:border-y-emerald-950:hover {
  --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));
}

.hover\:border-y-emerald-950\/0:hover {
  border-top-color: rgb(2 44 34 / 0);
  border-bottom-color: rgb(2 44 34 / 0);
}

.hover\:border-y-emerald-950\/10:hover {
  border-top-color: rgb(2 44 34 / 0.1);
  border-bottom-color: rgb(2 44 34 / 0.1);
}

.hover\:border-y-emerald-950\/100:hover {
  border-top-color: rgb(2 44 34 / 1);
  border-bottom-color: rgb(2 44 34 / 1);
}

.hover\:border-y-emerald-950\/20:hover {
  border-top-color: rgb(2 44 34 / 0.2);
  border-bottom-color: rgb(2 44 34 / 0.2);
}

.hover\:border-y-emerald-950\/25:hover {
  border-top-color: rgb(2 44 34 / 0.25);
  border-bottom-color: rgb(2 44 34 / 0.25);
}

.hover\:border-y-emerald-950\/30:hover {
  border-top-color: rgb(2 44 34 / 0.3);
  border-bottom-color: rgb(2 44 34 / 0.3);
}

.hover\:border-y-emerald-950\/40:hover {
  border-top-color: rgb(2 44 34 / 0.4);
  border-bottom-color: rgb(2 44 34 / 0.4);
}

.hover\:border-y-emerald-950\/5:hover {
  border-top-color: rgb(2 44 34 / 0.05);
  border-bottom-color: rgb(2 44 34 / 0.05);
}

.hover\:border-y-emerald-950\/50:hover {
  border-top-color: rgb(2 44 34 / 0.5);
  border-bottom-color: rgb(2 44 34 / 0.5);
}

.hover\:border-y-emerald-950\/60:hover {
  border-top-color: rgb(2 44 34 / 0.6);
  border-bottom-color: rgb(2 44 34 / 0.6);
}

.hover\:border-y-emerald-950\/70:hover {
  border-top-color: rgb(2 44 34 / 0.7);
  border-bottom-color: rgb(2 44 34 / 0.7);
}

.hover\:border-y-emerald-950\/75:hover {
  border-top-color: rgb(2 44 34 / 0.75);
  border-bottom-color: rgb(2 44 34 / 0.75);
}

.hover\:border-y-emerald-950\/80:hover {
  border-top-color: rgb(2 44 34 / 0.8);
  border-bottom-color: rgb(2 44 34 / 0.8);
}

.hover\:border-y-emerald-950\/90:hover {
  border-top-color: rgb(2 44 34 / 0.9);
  border-bottom-color: rgb(2 44 34 / 0.9);
}

.hover\:border-y-emerald-950\/95:hover {
  border-top-color: rgb(2 44 34 / 0.95);
  border-bottom-color: rgb(2 44 34 / 0.95);
}

.hover\:border-y-fuchsia-100:hover {
  --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));
}

.hover\:border-y-fuchsia-100\/0:hover {
  border-top-color: rgb(250 232 255 / 0);
  border-bottom-color: rgb(250 232 255 / 0);
}

.hover\:border-y-fuchsia-100\/10:hover {
  border-top-color: rgb(250 232 255 / 0.1);
  border-bottom-color: rgb(250 232 255 / 0.1);
}

.hover\:border-y-fuchsia-100\/100:hover {
  border-top-color: rgb(250 232 255 / 1);
  border-bottom-color: rgb(250 232 255 / 1);
}

.hover\:border-y-fuchsia-100\/20:hover {
  border-top-color: rgb(250 232 255 / 0.2);
  border-bottom-color: rgb(250 232 255 / 0.2);
}

.hover\:border-y-fuchsia-100\/25:hover {
  border-top-color: rgb(250 232 255 / 0.25);
  border-bottom-color: rgb(250 232 255 / 0.25);
}

.hover\:border-y-fuchsia-100\/30:hover {
  border-top-color: rgb(250 232 255 / 0.3);
  border-bottom-color: rgb(250 232 255 / 0.3);
}

.hover\:border-y-fuchsia-100\/40:hover {
  border-top-color: rgb(250 232 255 / 0.4);
  border-bottom-color: rgb(250 232 255 / 0.4);
}

.hover\:border-y-fuchsia-100\/5:hover {
  border-top-color: rgb(250 232 255 / 0.05);
  border-bottom-color: rgb(250 232 255 / 0.05);
}

.hover\:border-y-fuchsia-100\/50:hover {
  border-top-color: rgb(250 232 255 / 0.5);
  border-bottom-color: rgb(250 232 255 / 0.5);
}

.hover\:border-y-fuchsia-100\/60:hover {
  border-top-color: rgb(250 232 255 / 0.6);
  border-bottom-color: rgb(250 232 255 / 0.6);
}

.hover\:border-y-fuchsia-100\/70:hover {
  border-top-color: rgb(250 232 255 / 0.7);
  border-bottom-color: rgb(250 232 255 / 0.7);
}

.hover\:border-y-fuchsia-100\/75:hover {
  border-top-color: rgb(250 232 255 / 0.75);
  border-bottom-color: rgb(250 232 255 / 0.75);
}

.hover\:border-y-fuchsia-100\/80:hover {
  border-top-color: rgb(250 232 255 / 0.8);
  border-bottom-color: rgb(250 232 255 / 0.8);
}

.hover\:border-y-fuchsia-100\/90:hover {
  border-top-color: rgb(250 232 255 / 0.9);
  border-bottom-color: rgb(250 232 255 / 0.9);
}

.hover\:border-y-fuchsia-100\/95:hover {
  border-top-color: rgb(250 232 255 / 0.95);
  border-bottom-color: rgb(250 232 255 / 0.95);
}

.hover\:border-y-fuchsia-200:hover {
  --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));
}

.hover\:border-y-fuchsia-200\/0:hover {
  border-top-color: rgb(245 208 254 / 0);
  border-bottom-color: rgb(245 208 254 / 0);
}

.hover\:border-y-fuchsia-200\/10:hover {
  border-top-color: rgb(245 208 254 / 0.1);
  border-bottom-color: rgb(245 208 254 / 0.1);
}

.hover\:border-y-fuchsia-200\/100:hover {
  border-top-color: rgb(245 208 254 / 1);
  border-bottom-color: rgb(245 208 254 / 1);
}

.hover\:border-y-fuchsia-200\/20:hover {
  border-top-color: rgb(245 208 254 / 0.2);
  border-bottom-color: rgb(245 208 254 / 0.2);
}

.hover\:border-y-fuchsia-200\/25:hover {
  border-top-color: rgb(245 208 254 / 0.25);
  border-bottom-color: rgb(245 208 254 / 0.25);
}

.hover\:border-y-fuchsia-200\/30:hover {
  border-top-color: rgb(245 208 254 / 0.3);
  border-bottom-color: rgb(245 208 254 / 0.3);
}

.hover\:border-y-fuchsia-200\/40:hover {
  border-top-color: rgb(245 208 254 / 0.4);
  border-bottom-color: rgb(245 208 254 / 0.4);
}

.hover\:border-y-fuchsia-200\/5:hover {
  border-top-color: rgb(245 208 254 / 0.05);
  border-bottom-color: rgb(245 208 254 / 0.05);
}

.hover\:border-y-fuchsia-200\/50:hover {
  border-top-color: rgb(245 208 254 / 0.5);
  border-bottom-color: rgb(245 208 254 / 0.5);
}

.hover\:border-y-fuchsia-200\/60:hover {
  border-top-color: rgb(245 208 254 / 0.6);
  border-bottom-color: rgb(245 208 254 / 0.6);
}

.hover\:border-y-fuchsia-200\/70:hover {
  border-top-color: rgb(245 208 254 / 0.7);
  border-bottom-color: rgb(245 208 254 / 0.7);
}

.hover\:border-y-fuchsia-200\/75:hover {
  border-top-color: rgb(245 208 254 / 0.75);
  border-bottom-color: rgb(245 208 254 / 0.75);
}

.hover\:border-y-fuchsia-200\/80:hover {
  border-top-color: rgb(245 208 254 / 0.8);
  border-bottom-color: rgb(245 208 254 / 0.8);
}

.hover\:border-y-fuchsia-200\/90:hover {
  border-top-color: rgb(245 208 254 / 0.9);
  border-bottom-color: rgb(245 208 254 / 0.9);
}

.hover\:border-y-fuchsia-200\/95:hover {
  border-top-color: rgb(245 208 254 / 0.95);
  border-bottom-color: rgb(245 208 254 / 0.95);
}

.hover\:border-y-fuchsia-300:hover {
  --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));
}

.hover\:border-y-fuchsia-300\/0:hover {
  border-top-color: rgb(240 171 252 / 0);
  border-bottom-color: rgb(240 171 252 / 0);
}

.hover\:border-y-fuchsia-300\/10:hover {
  border-top-color: rgb(240 171 252 / 0.1);
  border-bottom-color: rgb(240 171 252 / 0.1);
}

.hover\:border-y-fuchsia-300\/100:hover {
  border-top-color: rgb(240 171 252 / 1);
  border-bottom-color: rgb(240 171 252 / 1);
}

.hover\:border-y-fuchsia-300\/20:hover {
  border-top-color: rgb(240 171 252 / 0.2);
  border-bottom-color: rgb(240 171 252 / 0.2);
}

.hover\:border-y-fuchsia-300\/25:hover {
  border-top-color: rgb(240 171 252 / 0.25);
  border-bottom-color: rgb(240 171 252 / 0.25);
}

.hover\:border-y-fuchsia-300\/30:hover {
  border-top-color: rgb(240 171 252 / 0.3);
  border-bottom-color: rgb(240 171 252 / 0.3);
}

.hover\:border-y-fuchsia-300\/40:hover {
  border-top-color: rgb(240 171 252 / 0.4);
  border-bottom-color: rgb(240 171 252 / 0.4);
}

.hover\:border-y-fuchsia-300\/5:hover {
  border-top-color: rgb(240 171 252 / 0.05);
  border-bottom-color: rgb(240 171 252 / 0.05);
}

.hover\:border-y-fuchsia-300\/50:hover {
  border-top-color: rgb(240 171 252 / 0.5);
  border-bottom-color: rgb(240 171 252 / 0.5);
}

.hover\:border-y-fuchsia-300\/60:hover {
  border-top-color: rgb(240 171 252 / 0.6);
  border-bottom-color: rgb(240 171 252 / 0.6);
}

.hover\:border-y-fuchsia-300\/70:hover {
  border-top-color: rgb(240 171 252 / 0.7);
  border-bottom-color: rgb(240 171 252 / 0.7);
}

.hover\:border-y-fuchsia-300\/75:hover {
  border-top-color: rgb(240 171 252 / 0.75);
  border-bottom-color: rgb(240 171 252 / 0.75);
}

.hover\:border-y-fuchsia-300\/80:hover {
  border-top-color: rgb(240 171 252 / 0.8);
  border-bottom-color: rgb(240 171 252 / 0.8);
}

.hover\:border-y-fuchsia-300\/90:hover {
  border-top-color: rgb(240 171 252 / 0.9);
  border-bottom-color: rgb(240 171 252 / 0.9);
}

.hover\:border-y-fuchsia-300\/95:hover {
  border-top-color: rgb(240 171 252 / 0.95);
  border-bottom-color: rgb(240 171 252 / 0.95);
}

.hover\:border-y-fuchsia-400:hover {
  --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));
}

.hover\:border-y-fuchsia-400\/0:hover {
  border-top-color: rgb(232 121 249 / 0);
  border-bottom-color: rgb(232 121 249 / 0);
}

.hover\:border-y-fuchsia-400\/10:hover {
  border-top-color: rgb(232 121 249 / 0.1);
  border-bottom-color: rgb(232 121 249 / 0.1);
}

.hover\:border-y-fuchsia-400\/100:hover {
  border-top-color: rgb(232 121 249 / 1);
  border-bottom-color: rgb(232 121 249 / 1);
}

.hover\:border-y-fuchsia-400\/20:hover {
  border-top-color: rgb(232 121 249 / 0.2);
  border-bottom-color: rgb(232 121 249 / 0.2);
}

.hover\:border-y-fuchsia-400\/25:hover {
  border-top-color: rgb(232 121 249 / 0.25);
  border-bottom-color: rgb(232 121 249 / 0.25);
}

.hover\:border-y-fuchsia-400\/30:hover {
  border-top-color: rgb(232 121 249 / 0.3);
  border-bottom-color: rgb(232 121 249 / 0.3);
}

.hover\:border-y-fuchsia-400\/40:hover {
  border-top-color: rgb(232 121 249 / 0.4);
  border-bottom-color: rgb(232 121 249 / 0.4);
}

.hover\:border-y-fuchsia-400\/5:hover {
  border-top-color: rgb(232 121 249 / 0.05);
  border-bottom-color: rgb(232 121 249 / 0.05);
}

.hover\:border-y-fuchsia-400\/50:hover {
  border-top-color: rgb(232 121 249 / 0.5);
  border-bottom-color: rgb(232 121 249 / 0.5);
}

.hover\:border-y-fuchsia-400\/60:hover {
  border-top-color: rgb(232 121 249 / 0.6);
  border-bottom-color: rgb(232 121 249 / 0.6);
}

.hover\:border-y-fuchsia-400\/70:hover {
  border-top-color: rgb(232 121 249 / 0.7);
  border-bottom-color: rgb(232 121 249 / 0.7);
}

.hover\:border-y-fuchsia-400\/75:hover {
  border-top-color: rgb(232 121 249 / 0.75);
  border-bottom-color: rgb(232 121 249 / 0.75);
}

.hover\:border-y-fuchsia-400\/80:hover {
  border-top-color: rgb(232 121 249 / 0.8);
  border-bottom-color: rgb(232 121 249 / 0.8);
}

.hover\:border-y-fuchsia-400\/90:hover {
  border-top-color: rgb(232 121 249 / 0.9);
  border-bottom-color: rgb(232 121 249 / 0.9);
}

.hover\:border-y-fuchsia-400\/95:hover {
  border-top-color: rgb(232 121 249 / 0.95);
  border-bottom-color: rgb(232 121 249 / 0.95);
}

.hover\:border-y-fuchsia-50:hover {
  --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));
}

.hover\:border-y-fuchsia-50\/0:hover {
  border-top-color: rgb(253 244 255 / 0);
  border-bottom-color: rgb(253 244 255 / 0);
}

.hover\:border-y-fuchsia-50\/10:hover {
  border-top-color: rgb(253 244 255 / 0.1);
  border-bottom-color: rgb(253 244 255 / 0.1);
}

.hover\:border-y-fuchsia-50\/100:hover {
  border-top-color: rgb(253 244 255 / 1);
  border-bottom-color: rgb(253 244 255 / 1);
}

.hover\:border-y-fuchsia-50\/20:hover {
  border-top-color: rgb(253 244 255 / 0.2);
  border-bottom-color: rgb(253 244 255 / 0.2);
}

.hover\:border-y-fuchsia-50\/25:hover {
  border-top-color: rgb(253 244 255 / 0.25);
  border-bottom-color: rgb(253 244 255 / 0.25);
}

.hover\:border-y-fuchsia-50\/30:hover {
  border-top-color: rgb(253 244 255 / 0.3);
  border-bottom-color: rgb(253 244 255 / 0.3);
}

.hover\:border-y-fuchsia-50\/40:hover {
  border-top-color: rgb(253 244 255 / 0.4);
  border-bottom-color: rgb(253 244 255 / 0.4);
}

.hover\:border-y-fuchsia-50\/5:hover {
  border-top-color: rgb(253 244 255 / 0.05);
  border-bottom-color: rgb(253 244 255 / 0.05);
}

.hover\:border-y-fuchsia-50\/50:hover {
  border-top-color: rgb(253 244 255 / 0.5);
  border-bottom-color: rgb(253 244 255 / 0.5);
}

.hover\:border-y-fuchsia-50\/60:hover {
  border-top-color: rgb(253 244 255 / 0.6);
  border-bottom-color: rgb(253 244 255 / 0.6);
}

.hover\:border-y-fuchsia-50\/70:hover {
  border-top-color: rgb(253 244 255 / 0.7);
  border-bottom-color: rgb(253 244 255 / 0.7);
}

.hover\:border-y-fuchsia-50\/75:hover {
  border-top-color: rgb(253 244 255 / 0.75);
  border-bottom-color: rgb(253 244 255 / 0.75);
}

.hover\:border-y-fuchsia-50\/80:hover {
  border-top-color: rgb(253 244 255 / 0.8);
  border-bottom-color: rgb(253 244 255 / 0.8);
}

.hover\:border-y-fuchsia-50\/90:hover {
  border-top-color: rgb(253 244 255 / 0.9);
  border-bottom-color: rgb(253 244 255 / 0.9);
}

.hover\:border-y-fuchsia-50\/95:hover {
  border-top-color: rgb(253 244 255 / 0.95);
  border-bottom-color: rgb(253 244 255 / 0.95);
}

.hover\:border-y-fuchsia-500:hover {
  --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));
}

.hover\:border-y-fuchsia-500\/0:hover {
  border-top-color: rgb(217 70 239 / 0);
  border-bottom-color: rgb(217 70 239 / 0);
}

.hover\:border-y-fuchsia-500\/10:hover {
  border-top-color: rgb(217 70 239 / 0.1);
  border-bottom-color: rgb(217 70 239 / 0.1);
}

.hover\:border-y-fuchsia-500\/100:hover {
  border-top-color: rgb(217 70 239 / 1);
  border-bottom-color: rgb(217 70 239 / 1);
}

.hover\:border-y-fuchsia-500\/20:hover {
  border-top-color: rgb(217 70 239 / 0.2);
  border-bottom-color: rgb(217 70 239 / 0.2);
}

.hover\:border-y-fuchsia-500\/25:hover {
  border-top-color: rgb(217 70 239 / 0.25);
  border-bottom-color: rgb(217 70 239 / 0.25);
}

.hover\:border-y-fuchsia-500\/30:hover {
  border-top-color: rgb(217 70 239 / 0.3);
  border-bottom-color: rgb(217 70 239 / 0.3);
}

.hover\:border-y-fuchsia-500\/40:hover {
  border-top-color: rgb(217 70 239 / 0.4);
  border-bottom-color: rgb(217 70 239 / 0.4);
}

.hover\:border-y-fuchsia-500\/5:hover {
  border-top-color: rgb(217 70 239 / 0.05);
  border-bottom-color: rgb(217 70 239 / 0.05);
}

.hover\:border-y-fuchsia-500\/50:hover {
  border-top-color: rgb(217 70 239 / 0.5);
  border-bottom-color: rgb(217 70 239 / 0.5);
}

.hover\:border-y-fuchsia-500\/60:hover {
  border-top-color: rgb(217 70 239 / 0.6);
  border-bottom-color: rgb(217 70 239 / 0.6);
}

.hover\:border-y-fuchsia-500\/70:hover {
  border-top-color: rgb(217 70 239 / 0.7);
  border-bottom-color: rgb(217 70 239 / 0.7);
}

.hover\:border-y-fuchsia-500\/75:hover {
  border-top-color: rgb(217 70 239 / 0.75);
  border-bottom-color: rgb(217 70 239 / 0.75);
}

.hover\:border-y-fuchsia-500\/80:hover {
  border-top-color: rgb(217 70 239 / 0.8);
  border-bottom-color: rgb(217 70 239 / 0.8);
}

.hover\:border-y-fuchsia-500\/90:hover {
  border-top-color: rgb(217 70 239 / 0.9);
  border-bottom-color: rgb(217 70 239 / 0.9);
}

.hover\:border-y-fuchsia-500\/95:hover {
  border-top-color: rgb(217 70 239 / 0.95);
  border-bottom-color: rgb(217 70 239 / 0.95);
}

.hover\:border-y-fuchsia-600:hover {
  --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));
}

.hover\:border-y-fuchsia-600\/0:hover {
  border-top-color: rgb(192 38 211 / 0);
  border-bottom-color: rgb(192 38 211 / 0);
}

.hover\:border-y-fuchsia-600\/10:hover {
  border-top-color: rgb(192 38 211 / 0.1);
  border-bottom-color: rgb(192 38 211 / 0.1);
}

.hover\:border-y-fuchsia-600\/100:hover {
  border-top-color: rgb(192 38 211 / 1);
  border-bottom-color: rgb(192 38 211 / 1);
}

.hover\:border-y-fuchsia-600\/20:hover {
  border-top-color: rgb(192 38 211 / 0.2);
  border-bottom-color: rgb(192 38 211 / 0.2);
}

.hover\:border-y-fuchsia-600\/25:hover {
  border-top-color: rgb(192 38 211 / 0.25);
  border-bottom-color: rgb(192 38 211 / 0.25);
}

.hover\:border-y-fuchsia-600\/30:hover {
  border-top-color: rgb(192 38 211 / 0.3);
  border-bottom-color: rgb(192 38 211 / 0.3);
}

.hover\:border-y-fuchsia-600\/40:hover {
  border-top-color: rgb(192 38 211 / 0.4);
  border-bottom-color: rgb(192 38 211 / 0.4);
}

.hover\:border-y-fuchsia-600\/5:hover {
  border-top-color: rgb(192 38 211 / 0.05);
  border-bottom-color: rgb(192 38 211 / 0.05);
}

.hover\:border-y-fuchsia-600\/50:hover {
  border-top-color: rgb(192 38 211 / 0.5);
  border-bottom-color: rgb(192 38 211 / 0.5);
}

.hover\:border-y-fuchsia-600\/60:hover {
  border-top-color: rgb(192 38 211 / 0.6);
  border-bottom-color: rgb(192 38 211 / 0.6);
}

.hover\:border-y-fuchsia-600\/70:hover {
  border-top-color: rgb(192 38 211 / 0.7);
  border-bottom-color: rgb(192 38 211 / 0.7);
}

.hover\:border-y-fuchsia-600\/75:hover {
  border-top-color: rgb(192 38 211 / 0.75);
  border-bottom-color: rgb(192 38 211 / 0.75);
}

.hover\:border-y-fuchsia-600\/80:hover {
  border-top-color: rgb(192 38 211 / 0.8);
  border-bottom-color: rgb(192 38 211 / 0.8);
}

.hover\:border-y-fuchsia-600\/90:hover {
  border-top-color: rgb(192 38 211 / 0.9);
  border-bottom-color: rgb(192 38 211 / 0.9);
}

.hover\:border-y-fuchsia-600\/95:hover {
  border-top-color: rgb(192 38 211 / 0.95);
  border-bottom-color: rgb(192 38 211 / 0.95);
}

.hover\:border-y-fuchsia-700:hover {
  --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));
}

.hover\:border-y-fuchsia-700\/0:hover {
  border-top-color: rgb(162 28 175 / 0);
  border-bottom-color: rgb(162 28 175 / 0);
}

.hover\:border-y-fuchsia-700\/10:hover {
  border-top-color: rgb(162 28 175 / 0.1);
  border-bottom-color: rgb(162 28 175 / 0.1);
}

.hover\:border-y-fuchsia-700\/100:hover {
  border-top-color: rgb(162 28 175 / 1);
  border-bottom-color: rgb(162 28 175 / 1);
}

.hover\:border-y-fuchsia-700\/20:hover {
  border-top-color: rgb(162 28 175 / 0.2);
  border-bottom-color: rgb(162 28 175 / 0.2);
}

.hover\:border-y-fuchsia-700\/25:hover {
  border-top-color: rgb(162 28 175 / 0.25);
  border-bottom-color: rgb(162 28 175 / 0.25);
}

.hover\:border-y-fuchsia-700\/30:hover {
  border-top-color: rgb(162 28 175 / 0.3);
  border-bottom-color: rgb(162 28 175 / 0.3);
}

.hover\:border-y-fuchsia-700\/40:hover {
  border-top-color: rgb(162 28 175 / 0.4);
  border-bottom-color: rgb(162 28 175 / 0.4);
}

.hover\:border-y-fuchsia-700\/5:hover {
  border-top-color: rgb(162 28 175 / 0.05);
  border-bottom-color: rgb(162 28 175 / 0.05);
}

.hover\:border-y-fuchsia-700\/50:hover {
  border-top-color: rgb(162 28 175 / 0.5);
  border-bottom-color: rgb(162 28 175 / 0.5);
}

.hover\:border-y-fuchsia-700\/60:hover {
  border-top-color: rgb(162 28 175 / 0.6);
  border-bottom-color: rgb(162 28 175 / 0.6);
}

.hover\:border-y-fuchsia-700\/70:hover {
  border-top-color: rgb(162 28 175 / 0.7);
  border-bottom-color: rgb(162 28 175 / 0.7);
}

.hover\:border-y-fuchsia-700\/75:hover {
  border-top-color: rgb(162 28 175 / 0.75);
  border-bottom-color: rgb(162 28 175 / 0.75);
}

.hover\:border-y-fuchsia-700\/80:hover {
  border-top-color: rgb(162 28 175 / 0.8);
  border-bottom-color: rgb(162 28 175 / 0.8);
}

.hover\:border-y-fuchsia-700\/90:hover {
  border-top-color: rgb(162 28 175 / 0.9);
  border-bottom-color: rgb(162 28 175 / 0.9);
}

.hover\:border-y-fuchsia-700\/95:hover {
  border-top-color: rgb(162 28 175 / 0.95);
  border-bottom-color: rgb(162 28 175 / 0.95);
}

.hover\:border-y-fuchsia-800:hover {
  --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));
}

.hover\:border-y-fuchsia-800\/0:hover {
  border-top-color: rgb(134 25 143 / 0);
  border-bottom-color: rgb(134 25 143 / 0);
}

.hover\:border-y-fuchsia-800\/10:hover {
  border-top-color: rgb(134 25 143 / 0.1);
  border-bottom-color: rgb(134 25 143 / 0.1);
}

.hover\:border-y-fuchsia-800\/100:hover {
  border-top-color: rgb(134 25 143 / 1);
  border-bottom-color: rgb(134 25 143 / 1);
}

.hover\:border-y-fuchsia-800\/20:hover {
  border-top-color: rgb(134 25 143 / 0.2);
  border-bottom-color: rgb(134 25 143 / 0.2);
}

.hover\:border-y-fuchsia-800\/25:hover {
  border-top-color: rgb(134 25 143 / 0.25);
  border-bottom-color: rgb(134 25 143 / 0.25);
}

.hover\:border-y-fuchsia-800\/30:hover {
  border-top-color: rgb(134 25 143 / 0.3);
  border-bottom-color: rgb(134 25 143 / 0.3);
}

.hover\:border-y-fuchsia-800\/40:hover {
  border-top-color: rgb(134 25 143 / 0.4);
  border-bottom-color: rgb(134 25 143 / 0.4);
}

.hover\:border-y-fuchsia-800\/5:hover {
  border-top-color: rgb(134 25 143 / 0.05);
  border-bottom-color: rgb(134 25 143 / 0.05);
}

.hover\:border-y-fuchsia-800\/50:hover {
  border-top-color: rgb(134 25 143 / 0.5);
  border-bottom-color: rgb(134 25 143 / 0.5);
}

.hover\:border-y-fuchsia-800\/60:hover {
  border-top-color: rgb(134 25 143 / 0.6);
  border-bottom-color: rgb(134 25 143 / 0.6);
}

.hover\:border-y-fuchsia-800\/70:hover {
  border-top-color: rgb(134 25 143 / 0.7);
  border-bottom-color: rgb(134 25 143 / 0.7);
}

.hover\:border-y-fuchsia-800\/75:hover {
  border-top-color: rgb(134 25 143 / 0.75);
  border-bottom-color: rgb(134 25 143 / 0.75);
}

.hover\:border-y-fuchsia-800\/80:hover {
  border-top-color: rgb(134 25 143 / 0.8);
  border-bottom-color: rgb(134 25 143 / 0.8);
}

.hover\:border-y-fuchsia-800\/90:hover {
  border-top-color: rgb(134 25 143 / 0.9);
  border-bottom-color: rgb(134 25 143 / 0.9);
}

.hover\:border-y-fuchsia-800\/95:hover {
  border-top-color: rgb(134 25 143 / 0.95);
  border-bottom-color: rgb(134 25 143 / 0.95);
}

.hover\:border-y-fuchsia-900:hover {
  --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));
}

.hover\:border-y-fuchsia-900\/0:hover {
  border-top-color: rgb(112 26 117 / 0);
  border-bottom-color: rgb(112 26 117 / 0);
}

.hover\:border-y-fuchsia-900\/10:hover {
  border-top-color: rgb(112 26 117 / 0.1);
  border-bottom-color: rgb(112 26 117 / 0.1);
}

.hover\:border-y-fuchsia-900\/100:hover {
  border-top-color: rgb(112 26 117 / 1);
  border-bottom-color: rgb(112 26 117 / 1);
}

.hover\:border-y-fuchsia-900\/20:hover {
  border-top-color: rgb(112 26 117 / 0.2);
  border-bottom-color: rgb(112 26 117 / 0.2);
}

.hover\:border-y-fuchsia-900\/25:hover {
  border-top-color: rgb(112 26 117 / 0.25);
  border-bottom-color: rgb(112 26 117 / 0.25);
}

.hover\:border-y-fuchsia-900\/30:hover {
  border-top-color: rgb(112 26 117 / 0.3);
  border-bottom-color: rgb(112 26 117 / 0.3);
}

.hover\:border-y-fuchsia-900\/40:hover {
  border-top-color: rgb(112 26 117 / 0.4);
  border-bottom-color: rgb(112 26 117 / 0.4);
}

.hover\:border-y-fuchsia-900\/5:hover {
  border-top-color: rgb(112 26 117 / 0.05);
  border-bottom-color: rgb(112 26 117 / 0.05);
}

.hover\:border-y-fuchsia-900\/50:hover {
  border-top-color: rgb(112 26 117 / 0.5);
  border-bottom-color: rgb(112 26 117 / 0.5);
}

.hover\:border-y-fuchsia-900\/60:hover {
  border-top-color: rgb(112 26 117 / 0.6);
  border-bottom-color: rgb(112 26 117 / 0.6);
}

.hover\:border-y-fuchsia-900\/70:hover {
  border-top-color: rgb(112 26 117 / 0.7);
  border-bottom-color: rgb(112 26 117 / 0.7);
}

.hover\:border-y-fuchsia-900\/75:hover {
  border-top-color: rgb(112 26 117 / 0.75);
  border-bottom-color: rgb(112 26 117 / 0.75);
}

.hover\:border-y-fuchsia-900\/80:hover {
  border-top-color: rgb(112 26 117 / 0.8);
  border-bottom-color: rgb(112 26 117 / 0.8);
}

.hover\:border-y-fuchsia-900\/90:hover {
  border-top-color: rgb(112 26 117 / 0.9);
  border-bottom-color: rgb(112 26 117 / 0.9);
}

.hover\:border-y-fuchsia-900\/95:hover {
  border-top-color: rgb(112 26 117 / 0.95);
  border-bottom-color: rgb(112 26 117 / 0.95);
}

.hover\:border-y-fuchsia-950:hover {
  --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));
}

.hover\:border-y-fuchsia-950\/0:hover {
  border-top-color: rgb(74 4 78 / 0);
  border-bottom-color: rgb(74 4 78 / 0);
}

.hover\:border-y-fuchsia-950\/10:hover {
  border-top-color: rgb(74 4 78 / 0.1);
  border-bottom-color: rgb(74 4 78 / 0.1);
}

.hover\:border-y-fuchsia-950\/100:hover {
  border-top-color: rgb(74 4 78 / 1);
  border-bottom-color: rgb(74 4 78 / 1);
}

.hover\:border-y-fuchsia-950\/20:hover {
  border-top-color: rgb(74 4 78 / 0.2);
  border-bottom-color: rgb(74 4 78 / 0.2);
}

.hover\:border-y-fuchsia-950\/25:hover {
  border-top-color: rgb(74 4 78 / 0.25);
  border-bottom-color: rgb(74 4 78 / 0.25);
}

.hover\:border-y-fuchsia-950\/30:hover {
  border-top-color: rgb(74 4 78 / 0.3);
  border-bottom-color: rgb(74 4 78 / 0.3);
}

.hover\:border-y-fuchsia-950\/40:hover {
  border-top-color: rgb(74 4 78 / 0.4);
  border-bottom-color: rgb(74 4 78 / 0.4);
}

.hover\:border-y-fuchsia-950\/5:hover {
  border-top-color: rgb(74 4 78 / 0.05);
  border-bottom-color: rgb(74 4 78 / 0.05);
}

.hover\:border-y-fuchsia-950\/50:hover {
  border-top-color: rgb(74 4 78 / 0.5);
  border-bottom-color: rgb(74 4 78 / 0.5);
}

.hover\:border-y-fuchsia-950\/60:hover {
  border-top-color: rgb(74 4 78 / 0.6);
  border-bottom-color: rgb(74 4 78 / 0.6);
}

.hover\:border-y-fuchsia-950\/70:hover {
  border-top-color: rgb(74 4 78 / 0.7);
  border-bottom-color: rgb(74 4 78 / 0.7);
}

.hover\:border-y-fuchsia-950\/75:hover {
  border-top-color: rgb(74 4 78 / 0.75);
  border-bottom-color: rgb(74 4 78 / 0.75);
}

.hover\:border-y-fuchsia-950\/80:hover {
  border-top-color: rgb(74 4 78 / 0.8);
  border-bottom-color: rgb(74 4 78 / 0.8);
}

.hover\:border-y-fuchsia-950\/90:hover {
  border-top-color: rgb(74 4 78 / 0.9);
  border-bottom-color: rgb(74 4 78 / 0.9);
}

.hover\:border-y-fuchsia-950\/95:hover {
  border-top-color: rgb(74 4 78 / 0.95);
  border-bottom-color: rgb(74 4 78 / 0.95);
}

.hover\:border-y-gray-100:hover {
  --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));
}

.hover\:border-y-gray-100\/0:hover {
  border-top-color: rgb(243 244 246 / 0);
  border-bottom-color: rgb(243 244 246 / 0);
}

.hover\:border-y-gray-100\/10:hover {
  border-top-color: rgb(243 244 246 / 0.1);
  border-bottom-color: rgb(243 244 246 / 0.1);
}

.hover\:border-y-gray-100\/100:hover {
  border-top-color: rgb(243 244 246 / 1);
  border-bottom-color: rgb(243 244 246 / 1);
}

.hover\:border-y-gray-100\/20:hover {
  border-top-color: rgb(243 244 246 / 0.2);
  border-bottom-color: rgb(243 244 246 / 0.2);
}

.hover\:border-y-gray-100\/25:hover {
  border-top-color: rgb(243 244 246 / 0.25);
  border-bottom-color: rgb(243 244 246 / 0.25);
}

.hover\:border-y-gray-100\/30:hover {
  border-top-color: rgb(243 244 246 / 0.3);
  border-bottom-color: rgb(243 244 246 / 0.3);
}

.hover\:border-y-gray-100\/40:hover {
  border-top-color: rgb(243 244 246 / 0.4);
  border-bottom-color: rgb(243 244 246 / 0.4);
}

.hover\:border-y-gray-100\/5:hover {
  border-top-color: rgb(243 244 246 / 0.05);
  border-bottom-color: rgb(243 244 246 / 0.05);
}

.hover\:border-y-gray-100\/50:hover {
  border-top-color: rgb(243 244 246 / 0.5);
  border-bottom-color: rgb(243 244 246 / 0.5);
}

.hover\:border-y-gray-100\/60:hover {
  border-top-color: rgb(243 244 246 / 0.6);
  border-bottom-color: rgb(243 244 246 / 0.6);
}

.hover\:border-y-gray-100\/70:hover {
  border-top-color: rgb(243 244 246 / 0.7);
  border-bottom-color: rgb(243 244 246 / 0.7);
}

.hover\:border-y-gray-100\/75:hover {
  border-top-color: rgb(243 244 246 / 0.75);
  border-bottom-color: rgb(243 244 246 / 0.75);
}

.hover\:border-y-gray-100\/80:hover {
  border-top-color: rgb(243 244 246 / 0.8);
  border-bottom-color: rgb(243 244 246 / 0.8);
}

.hover\:border-y-gray-100\/90:hover {
  border-top-color: rgb(243 244 246 / 0.9);
  border-bottom-color: rgb(243 244 246 / 0.9);
}

.hover\:border-y-gray-100\/95:hover {
  border-top-color: rgb(243 244 246 / 0.95);
  border-bottom-color: rgb(243 244 246 / 0.95);
}

.hover\:border-y-gray-200:hover {
  --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));
}

.hover\:border-y-gray-200\/0:hover {
  border-top-color: rgb(229 231 235 / 0);
  border-bottom-color: rgb(229 231 235 / 0);
}

.hover\:border-y-gray-200\/10:hover {
  border-top-color: rgb(229 231 235 / 0.1);
  border-bottom-color: rgb(229 231 235 / 0.1);
}

.hover\:border-y-gray-200\/100:hover {
  border-top-color: rgb(229 231 235 / 1);
  border-bottom-color: rgb(229 231 235 / 1);
}

.hover\:border-y-gray-200\/20:hover {
  border-top-color: rgb(229 231 235 / 0.2);
  border-bottom-color: rgb(229 231 235 / 0.2);
}

.hover\:border-y-gray-200\/25:hover {
  border-top-color: rgb(229 231 235 / 0.25);
  border-bottom-color: rgb(229 231 235 / 0.25);
}

.hover\:border-y-gray-200\/30:hover {
  border-top-color: rgb(229 231 235 / 0.3);
  border-bottom-color: rgb(229 231 235 / 0.3);
}

.hover\:border-y-gray-200\/40:hover {
  border-top-color: rgb(229 231 235 / 0.4);
  border-bottom-color: rgb(229 231 235 / 0.4);
}

.hover\:border-y-gray-200\/5:hover {
  border-top-color: rgb(229 231 235 / 0.05);
  border-bottom-color: rgb(229 231 235 / 0.05);
}

.hover\:border-y-gray-200\/50:hover {
  border-top-color: rgb(229 231 235 / 0.5);
  border-bottom-color: rgb(229 231 235 / 0.5);
}

.hover\:border-y-gray-200\/60:hover {
  border-top-color: rgb(229 231 235 / 0.6);
  border-bottom-color: rgb(229 231 235 / 0.6);
}

.hover\:border-y-gray-200\/70:hover {
  border-top-color: rgb(229 231 235 / 0.7);
  border-bottom-color: rgb(229 231 235 / 0.7);
}

.hover\:border-y-gray-200\/75:hover {
  border-top-color: rgb(229 231 235 / 0.75);
  border-bottom-color: rgb(229 231 235 / 0.75);
}

.hover\:border-y-gray-200\/80:hover {
  border-top-color: rgb(229 231 235 / 0.8);
  border-bottom-color: rgb(229 231 235 / 0.8);
}

.hover\:border-y-gray-200\/90:hover {
  border-top-color: rgb(229 231 235 / 0.9);
  border-bottom-color: rgb(229 231 235 / 0.9);
}

.hover\:border-y-gray-200\/95:hover {
  border-top-color: rgb(229 231 235 / 0.95);
  border-bottom-color: rgb(229 231 235 / 0.95);
}

.hover\:border-y-gray-300:hover {
  --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));
}

.hover\:border-y-gray-300\/0:hover {
  border-top-color: rgb(209 213 219 / 0);
  border-bottom-color: rgb(209 213 219 / 0);
}

.hover\:border-y-gray-300\/10:hover {
  border-top-color: rgb(209 213 219 / 0.1);
  border-bottom-color: rgb(209 213 219 / 0.1);
}

.hover\:border-y-gray-300\/100:hover {
  border-top-color: rgb(209 213 219 / 1);
  border-bottom-color: rgb(209 213 219 / 1);
}

.hover\:border-y-gray-300\/20:hover {
  border-top-color: rgb(209 213 219 / 0.2);
  border-bottom-color: rgb(209 213 219 / 0.2);
}

.hover\:border-y-gray-300\/25:hover {
  border-top-color: rgb(209 213 219 / 0.25);
  border-bottom-color: rgb(209 213 219 / 0.25);
}

.hover\:border-y-gray-300\/30:hover {
  border-top-color: rgb(209 213 219 / 0.3);
  border-bottom-color: rgb(209 213 219 / 0.3);
}

.hover\:border-y-gray-300\/40:hover {
  border-top-color: rgb(209 213 219 / 0.4);
  border-bottom-color: rgb(209 213 219 / 0.4);
}

.hover\:border-y-gray-300\/5:hover {
  border-top-color: rgb(209 213 219 / 0.05);
  border-bottom-color: rgb(209 213 219 / 0.05);
}

.hover\:border-y-gray-300\/50:hover {
  border-top-color: rgb(209 213 219 / 0.5);
  border-bottom-color: rgb(209 213 219 / 0.5);
}

.hover\:border-y-gray-300\/60:hover {
  border-top-color: rgb(209 213 219 / 0.6);
  border-bottom-color: rgb(209 213 219 / 0.6);
}

.hover\:border-y-gray-300\/70:hover {
  border-top-color: rgb(209 213 219 / 0.7);
  border-bottom-color: rgb(209 213 219 / 0.7);
}

.hover\:border-y-gray-300\/75:hover {
  border-top-color: rgb(209 213 219 / 0.75);
  border-bottom-color: rgb(209 213 219 / 0.75);
}

.hover\:border-y-gray-300\/80:hover {
  border-top-color: rgb(209 213 219 / 0.8);
  border-bottom-color: rgb(209 213 219 / 0.8);
}

.hover\:border-y-gray-300\/90:hover {
  border-top-color: rgb(209 213 219 / 0.9);
  border-bottom-color: rgb(209 213 219 / 0.9);
}

.hover\:border-y-gray-300\/95:hover {
  border-top-color: rgb(209 213 219 / 0.95);
  border-bottom-color: rgb(209 213 219 / 0.95);
}

.hover\:border-y-gray-400:hover {
  --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));
}

.hover\:border-y-gray-400\/0:hover {
  border-top-color: rgb(156 163 175 / 0);
  border-bottom-color: rgb(156 163 175 / 0);
}

.hover\:border-y-gray-400\/10:hover {
  border-top-color: rgb(156 163 175 / 0.1);
  border-bottom-color: rgb(156 163 175 / 0.1);
}

.hover\:border-y-gray-400\/100:hover {
  border-top-color: rgb(156 163 175 / 1);
  border-bottom-color: rgb(156 163 175 / 1);
}

.hover\:border-y-gray-400\/20:hover {
  border-top-color: rgb(156 163 175 / 0.2);
  border-bottom-color: rgb(156 163 175 / 0.2);
}

.hover\:border-y-gray-400\/25:hover {
  border-top-color: rgb(156 163 175 / 0.25);
  border-bottom-color: rgb(156 163 175 / 0.25);
}

.hover\:border-y-gray-400\/30:hover {
  border-top-color: rgb(156 163 175 / 0.3);
  border-bottom-color: rgb(156 163 175 / 0.3);
}

.hover\:border-y-gray-400\/40:hover {
  border-top-color: rgb(156 163 175 / 0.4);
  border-bottom-color: rgb(156 163 175 / 0.4);
}

.hover\:border-y-gray-400\/5:hover {
  border-top-color: rgb(156 163 175 / 0.05);
  border-bottom-color: rgb(156 163 175 / 0.05);
}

.hover\:border-y-gray-400\/50:hover {
  border-top-color: rgb(156 163 175 / 0.5);
  border-bottom-color: rgb(156 163 175 / 0.5);
}

.hover\:border-y-gray-400\/60:hover {
  border-top-color: rgb(156 163 175 / 0.6);
  border-bottom-color: rgb(156 163 175 / 0.6);
}

.hover\:border-y-gray-400\/70:hover {
  border-top-color: rgb(156 163 175 / 0.7);
  border-bottom-color: rgb(156 163 175 / 0.7);
}

.hover\:border-y-gray-400\/75:hover {
  border-top-color: rgb(156 163 175 / 0.75);
  border-bottom-color: rgb(156 163 175 / 0.75);
}

.hover\:border-y-gray-400\/80:hover {
  border-top-color: rgb(156 163 175 / 0.8);
  border-bottom-color: rgb(156 163 175 / 0.8);
}

.hover\:border-y-gray-400\/90:hover {
  border-top-color: rgb(156 163 175 / 0.9);
  border-bottom-color: rgb(156 163 175 / 0.9);
}

.hover\:border-y-gray-400\/95:hover {
  border-top-color: rgb(156 163 175 / 0.95);
  border-bottom-color: rgb(156 163 175 / 0.95);
}

.hover\:border-y-gray-50:hover {
  --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));
}

.hover\:border-y-gray-50\/0:hover {
  border-top-color: rgb(249 250 251 / 0);
  border-bottom-color: rgb(249 250 251 / 0);
}

.hover\:border-y-gray-50\/10:hover {
  border-top-color: rgb(249 250 251 / 0.1);
  border-bottom-color: rgb(249 250 251 / 0.1);
}

.hover\:border-y-gray-50\/100:hover {
  border-top-color: rgb(249 250 251 / 1);
  border-bottom-color: rgb(249 250 251 / 1);
}

.hover\:border-y-gray-50\/20:hover {
  border-top-color: rgb(249 250 251 / 0.2);
  border-bottom-color: rgb(249 250 251 / 0.2);
}

.hover\:border-y-gray-50\/25:hover {
  border-top-color: rgb(249 250 251 / 0.25);
  border-bottom-color: rgb(249 250 251 / 0.25);
}

.hover\:border-y-gray-50\/30:hover {
  border-top-color: rgb(249 250 251 / 0.3);
  border-bottom-color: rgb(249 250 251 / 0.3);
}

.hover\:border-y-gray-50\/40:hover {
  border-top-color: rgb(249 250 251 / 0.4);
  border-bottom-color: rgb(249 250 251 / 0.4);
}

.hover\:border-y-gray-50\/5:hover {
  border-top-color: rgb(249 250 251 / 0.05);
  border-bottom-color: rgb(249 250 251 / 0.05);
}

.hover\:border-y-gray-50\/50:hover {
  border-top-color: rgb(249 250 251 / 0.5);
  border-bottom-color: rgb(249 250 251 / 0.5);
}

.hover\:border-y-gray-50\/60:hover {
  border-top-color: rgb(249 250 251 / 0.6);
  border-bottom-color: rgb(249 250 251 / 0.6);
}

.hover\:border-y-gray-50\/70:hover {
  border-top-color: rgb(249 250 251 / 0.7);
  border-bottom-color: rgb(249 250 251 / 0.7);
}

.hover\:border-y-gray-50\/75:hover {
  border-top-color: rgb(249 250 251 / 0.75);
  border-bottom-color: rgb(249 250 251 / 0.75);
}

.hover\:border-y-gray-50\/80:hover {
  border-top-color: rgb(249 250 251 / 0.8);
  border-bottom-color: rgb(249 250 251 / 0.8);
}

.hover\:border-y-gray-50\/90:hover {
  border-top-color: rgb(249 250 251 / 0.9);
  border-bottom-color: rgb(249 250 251 / 0.9);
}

.hover\:border-y-gray-50\/95:hover {
  border-top-color: rgb(249 250 251 / 0.95);
  border-bottom-color: rgb(249 250 251 / 0.95);
}

.hover\:border-y-gray-500:hover {
  --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));
}

.hover\:border-y-gray-500\/0:hover {
  border-top-color: rgb(107 114 128 / 0);
  border-bottom-color: rgb(107 114 128 / 0);
}

.hover\:border-y-gray-500\/10:hover {
  border-top-color: rgb(107 114 128 / 0.1);
  border-bottom-color: rgb(107 114 128 / 0.1);
}

.hover\:border-y-gray-500\/100:hover {
  border-top-color: rgb(107 114 128 / 1);
  border-bottom-color: rgb(107 114 128 / 1);
}

.hover\:border-y-gray-500\/20:hover {
  border-top-color: rgb(107 114 128 / 0.2);
  border-bottom-color: rgb(107 114 128 / 0.2);
}

.hover\:border-y-gray-500\/25:hover {
  border-top-color: rgb(107 114 128 / 0.25);
  border-bottom-color: rgb(107 114 128 / 0.25);
}

.hover\:border-y-gray-500\/30:hover {
  border-top-color: rgb(107 114 128 / 0.3);
  border-bottom-color: rgb(107 114 128 / 0.3);
}

.hover\:border-y-gray-500\/40:hover {
  border-top-color: rgb(107 114 128 / 0.4);
  border-bottom-color: rgb(107 114 128 / 0.4);
}

.hover\:border-y-gray-500\/5:hover {
  border-top-color: rgb(107 114 128 / 0.05);
  border-bottom-color: rgb(107 114 128 / 0.05);
}

.hover\:border-y-gray-500\/50:hover {
  border-top-color: rgb(107 114 128 / 0.5);
  border-bottom-color: rgb(107 114 128 / 0.5);
}

.hover\:border-y-gray-500\/60:hover {
  border-top-color: rgb(107 114 128 / 0.6);
  border-bottom-color: rgb(107 114 128 / 0.6);
}

.hover\:border-y-gray-500\/70:hover {
  border-top-color: rgb(107 114 128 / 0.7);
  border-bottom-color: rgb(107 114 128 / 0.7);
}

.hover\:border-y-gray-500\/75:hover {
  border-top-color: rgb(107 114 128 / 0.75);
  border-bottom-color: rgb(107 114 128 / 0.75);
}

.hover\:border-y-gray-500\/80:hover {
  border-top-color: rgb(107 114 128 / 0.8);
  border-bottom-color: rgb(107 114 128 / 0.8);
}

.hover\:border-y-gray-500\/90:hover {
  border-top-color: rgb(107 114 128 / 0.9);
  border-bottom-color: rgb(107 114 128 / 0.9);
}

.hover\:border-y-gray-500\/95:hover {
  border-top-color: rgb(107 114 128 / 0.95);
  border-bottom-color: rgb(107 114 128 / 0.95);
}

.hover\:border-y-gray-600:hover {
  --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));
}

.hover\:border-y-gray-600\/0:hover {
  border-top-color: rgb(75 85 99 / 0);
  border-bottom-color: rgb(75 85 99 / 0);
}

.hover\:border-y-gray-600\/10:hover {
  border-top-color: rgb(75 85 99 / 0.1);
  border-bottom-color: rgb(75 85 99 / 0.1);
}

.hover\:border-y-gray-600\/100:hover {
  border-top-color: rgb(75 85 99 / 1);
  border-bottom-color: rgb(75 85 99 / 1);
}

.hover\:border-y-gray-600\/20:hover {
  border-top-color: rgb(75 85 99 / 0.2);
  border-bottom-color: rgb(75 85 99 / 0.2);
}

.hover\:border-y-gray-600\/25:hover {
  border-top-color: rgb(75 85 99 / 0.25);
  border-bottom-color: rgb(75 85 99 / 0.25);
}

.hover\:border-y-gray-600\/30:hover {
  border-top-color: rgb(75 85 99 / 0.3);
  border-bottom-color: rgb(75 85 99 / 0.3);
}

.hover\:border-y-gray-600\/40:hover {
  border-top-color: rgb(75 85 99 / 0.4);
  border-bottom-color: rgb(75 85 99 / 0.4);
}

.hover\:border-y-gray-600\/5:hover {
  border-top-color: rgb(75 85 99 / 0.05);
  border-bottom-color: rgb(75 85 99 / 0.05);
}

.hover\:border-y-gray-600\/50:hover {
  border-top-color: rgb(75 85 99 / 0.5);
  border-bottom-color: rgb(75 85 99 / 0.5);
}

.hover\:border-y-gray-600\/60:hover {
  border-top-color: rgb(75 85 99 / 0.6);
  border-bottom-color: rgb(75 85 99 / 0.6);
}

.hover\:border-y-gray-600\/70:hover {
  border-top-color: rgb(75 85 99 / 0.7);
  border-bottom-color: rgb(75 85 99 / 0.7);
}

.hover\:border-y-gray-600\/75:hover {
  border-top-color: rgb(75 85 99 / 0.75);
  border-bottom-color: rgb(75 85 99 / 0.75);
}

.hover\:border-y-gray-600\/80:hover {
  border-top-color: rgb(75 85 99 / 0.8);
  border-bottom-color: rgb(75 85 99 / 0.8);
}

.hover\:border-y-gray-600\/90:hover {
  border-top-color: rgb(75 85 99 / 0.9);
  border-bottom-color: rgb(75 85 99 / 0.9);
}

.hover\:border-y-gray-600\/95:hover {
  border-top-color: rgb(75 85 99 / 0.95);
  border-bottom-color: rgb(75 85 99 / 0.95);
}

.hover\:border-y-gray-700:hover {
  --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));
}

.hover\:border-y-gray-700\/0:hover {
  border-top-color: rgb(55 65 81 / 0);
  border-bottom-color: rgb(55 65 81 / 0);
}

.hover\:border-y-gray-700\/10:hover {
  border-top-color: rgb(55 65 81 / 0.1);
  border-bottom-color: rgb(55 65 81 / 0.1);
}

.hover\:border-y-gray-700\/100:hover {
  border-top-color: rgb(55 65 81 / 1);
  border-bottom-color: rgb(55 65 81 / 1);
}

.hover\:border-y-gray-700\/20:hover {
  border-top-color: rgb(55 65 81 / 0.2);
  border-bottom-color: rgb(55 65 81 / 0.2);
}

.hover\:border-y-gray-700\/25:hover {
  border-top-color: rgb(55 65 81 / 0.25);
  border-bottom-color: rgb(55 65 81 / 0.25);
}

.hover\:border-y-gray-700\/30:hover {
  border-top-color: rgb(55 65 81 / 0.3);
  border-bottom-color: rgb(55 65 81 / 0.3);
}

.hover\:border-y-gray-700\/40:hover {
  border-top-color: rgb(55 65 81 / 0.4);
  border-bottom-color: rgb(55 65 81 / 0.4);
}

.hover\:border-y-gray-700\/5:hover {
  border-top-color: rgb(55 65 81 / 0.05);
  border-bottom-color: rgb(55 65 81 / 0.05);
}

.hover\:border-y-gray-700\/50:hover {
  border-top-color: rgb(55 65 81 / 0.5);
  border-bottom-color: rgb(55 65 81 / 0.5);
}

.hover\:border-y-gray-700\/60:hover {
  border-top-color: rgb(55 65 81 / 0.6);
  border-bottom-color: rgb(55 65 81 / 0.6);
}

.hover\:border-y-gray-700\/70:hover {
  border-top-color: rgb(55 65 81 / 0.7);
  border-bottom-color: rgb(55 65 81 / 0.7);
}

.hover\:border-y-gray-700\/75:hover {
  border-top-color: rgb(55 65 81 / 0.75);
  border-bottom-color: rgb(55 65 81 / 0.75);
}

.hover\:border-y-gray-700\/80:hover {
  border-top-color: rgb(55 65 81 / 0.8);
  border-bottom-color: rgb(55 65 81 / 0.8);
}

.hover\:border-y-gray-700\/90:hover {
  border-top-color: rgb(55 65 81 / 0.9);
  border-bottom-color: rgb(55 65 81 / 0.9);
}

.hover\:border-y-gray-700\/95:hover {
  border-top-color: rgb(55 65 81 / 0.95);
  border-bottom-color: rgb(55 65 81 / 0.95);
}

.hover\:border-y-gray-800:hover {
  --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));
}

.hover\:border-y-gray-800\/0:hover {
  border-top-color: rgb(31 41 55 / 0);
  border-bottom-color: rgb(31 41 55 / 0);
}

.hover\:border-y-gray-800\/10:hover {
  border-top-color: rgb(31 41 55 / 0.1);
  border-bottom-color: rgb(31 41 55 / 0.1);
}

.hover\:border-y-gray-800\/100:hover {
  border-top-color: rgb(31 41 55 / 1);
  border-bottom-color: rgb(31 41 55 / 1);
}

.hover\:border-y-gray-800\/20:hover {
  border-top-color: rgb(31 41 55 / 0.2);
  border-bottom-color: rgb(31 41 55 / 0.2);
}

.hover\:border-y-gray-800\/25:hover {
  border-top-color: rgb(31 41 55 / 0.25);
  border-bottom-color: rgb(31 41 55 / 0.25);
}

.hover\:border-y-gray-800\/30:hover {
  border-top-color: rgb(31 41 55 / 0.3);
  border-bottom-color: rgb(31 41 55 / 0.3);
}

.hover\:border-y-gray-800\/40:hover {
  border-top-color: rgb(31 41 55 / 0.4);
  border-bottom-color: rgb(31 41 55 / 0.4);
}

.hover\:border-y-gray-800\/5:hover {
  border-top-color: rgb(31 41 55 / 0.05);
  border-bottom-color: rgb(31 41 55 / 0.05);
}

.hover\:border-y-gray-800\/50:hover {
  border-top-color: rgb(31 41 55 / 0.5);
  border-bottom-color: rgb(31 41 55 / 0.5);
}

.hover\:border-y-gray-800\/60:hover {
  border-top-color: rgb(31 41 55 / 0.6);
  border-bottom-color: rgb(31 41 55 / 0.6);
}

.hover\:border-y-gray-800\/70:hover {
  border-top-color: rgb(31 41 55 / 0.7);
  border-bottom-color: rgb(31 41 55 / 0.7);
}

.hover\:border-y-gray-800\/75:hover {
  border-top-color: rgb(31 41 55 / 0.75);
  border-bottom-color: rgb(31 41 55 / 0.75);
}

.hover\:border-y-gray-800\/80:hover {
  border-top-color: rgb(31 41 55 / 0.8);
  border-bottom-color: rgb(31 41 55 / 0.8);
}

.hover\:border-y-gray-800\/90:hover {
  border-top-color: rgb(31 41 55 / 0.9);
  border-bottom-color: rgb(31 41 55 / 0.9);
}

.hover\:border-y-gray-800\/95:hover {
  border-top-color: rgb(31 41 55 / 0.95);
  border-bottom-color: rgb(31 41 55 / 0.95);
}

.hover\:border-y-gray-900:hover {
  --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));
}

.hover\:border-y-gray-900\/0:hover {
  border-top-color: rgb(17 24 39 / 0);
  border-bottom-color: rgb(17 24 39 / 0);
}

.hover\:border-y-gray-900\/10:hover {
  border-top-color: rgb(17 24 39 / 0.1);
  border-bottom-color: rgb(17 24 39 / 0.1);
}

.hover\:border-y-gray-900\/100:hover {
  border-top-color: rgb(17 24 39 / 1);
  border-bottom-color: rgb(17 24 39 / 1);
}

.hover\:border-y-gray-900\/20:hover {
  border-top-color: rgb(17 24 39 / 0.2);
  border-bottom-color: rgb(17 24 39 / 0.2);
}

.hover\:border-y-gray-900\/25:hover {
  border-top-color: rgb(17 24 39 / 0.25);
  border-bottom-color: rgb(17 24 39 / 0.25);
}

.hover\:border-y-gray-900\/30:hover {
  border-top-color: rgb(17 24 39 / 0.3);
  border-bottom-color: rgb(17 24 39 / 0.3);
}

.hover\:border-y-gray-900\/40:hover {
  border-top-color: rgb(17 24 39 / 0.4);
  border-bottom-color: rgb(17 24 39 / 0.4);
}

.hover\:border-y-gray-900\/5:hover {
  border-top-color: rgb(17 24 39 / 0.05);
  border-bottom-color: rgb(17 24 39 / 0.05);
}

.hover\:border-y-gray-900\/50:hover {
  border-top-color: rgb(17 24 39 / 0.5);
  border-bottom-color: rgb(17 24 39 / 0.5);
}

.hover\:border-y-gray-900\/60:hover {
  border-top-color: rgb(17 24 39 / 0.6);
  border-bottom-color: rgb(17 24 39 / 0.6);
}

.hover\:border-y-gray-900\/70:hover {
  border-top-color: rgb(17 24 39 / 0.7);
  border-bottom-color: rgb(17 24 39 / 0.7);
}

.hover\:border-y-gray-900\/75:hover {
  border-top-color: rgb(17 24 39 / 0.75);
  border-bottom-color: rgb(17 24 39 / 0.75);
}

.hover\:border-y-gray-900\/80:hover {
  border-top-color: rgb(17 24 39 / 0.8);
  border-bottom-color: rgb(17 24 39 / 0.8);
}

.hover\:border-y-gray-900\/90:hover {
  border-top-color: rgb(17 24 39 / 0.9);
  border-bottom-color: rgb(17 24 39 / 0.9);
}

.hover\:border-y-gray-900\/95:hover {
  border-top-color: rgb(17 24 39 / 0.95);
  border-bottom-color: rgb(17 24 39 / 0.95);
}

.hover\:border-y-gray-950:hover {
  --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));
}

.hover\:border-y-gray-950\/0:hover {
  border-top-color: rgb(3 7 18 / 0);
  border-bottom-color: rgb(3 7 18 / 0);
}

.hover\:border-y-gray-950\/10:hover {
  border-top-color: rgb(3 7 18 / 0.1);
  border-bottom-color: rgb(3 7 18 / 0.1);
}

.hover\:border-y-gray-950\/100:hover {
  border-top-color: rgb(3 7 18 / 1);
  border-bottom-color: rgb(3 7 18 / 1);
}

.hover\:border-y-gray-950\/20:hover {
  border-top-color: rgb(3 7 18 / 0.2);
  border-bottom-color: rgb(3 7 18 / 0.2);
}

.hover\:border-y-gray-950\/25:hover {
  border-top-color: rgb(3 7 18 / 0.25);
  border-bottom-color: rgb(3 7 18 / 0.25);
}

.hover\:border-y-gray-950\/30:hover {
  border-top-color: rgb(3 7 18 / 0.3);
  border-bottom-color: rgb(3 7 18 / 0.3);
}

.hover\:border-y-gray-950\/40:hover {
  border-top-color: rgb(3 7 18 / 0.4);
  border-bottom-color: rgb(3 7 18 / 0.4);
}

.hover\:border-y-gray-950\/5:hover {
  border-top-color: rgb(3 7 18 / 0.05);
  border-bottom-color: rgb(3 7 18 / 0.05);
}

.hover\:border-y-gray-950\/50:hover {
  border-top-color: rgb(3 7 18 / 0.5);
  border-bottom-color: rgb(3 7 18 / 0.5);
}

.hover\:border-y-gray-950\/60:hover {
  border-top-color: rgb(3 7 18 / 0.6);
  border-bottom-color: rgb(3 7 18 / 0.6);
}

.hover\:border-y-gray-950\/70:hover {
  border-top-color: rgb(3 7 18 / 0.7);
  border-bottom-color: rgb(3 7 18 / 0.7);
}

.hover\:border-y-gray-950\/75:hover {
  border-top-color: rgb(3 7 18 / 0.75);
  border-bottom-color: rgb(3 7 18 / 0.75);
}

.hover\:border-y-gray-950\/80:hover {
  border-top-color: rgb(3 7 18 / 0.8);
  border-bottom-color: rgb(3 7 18 / 0.8);
}

.hover\:border-y-gray-950\/90:hover {
  border-top-color: rgb(3 7 18 / 0.9);
  border-bottom-color: rgb(3 7 18 / 0.9);
}

.hover\:border-y-gray-950\/95:hover {
  border-top-color: rgb(3 7 18 / 0.95);
  border-bottom-color: rgb(3 7 18 / 0.95);
}

.hover\:border-y-green-100:hover {
  --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));
}

.hover\:border-y-green-100\/0:hover {
  border-top-color: rgb(220 252 231 / 0);
  border-bottom-color: rgb(220 252 231 / 0);
}

.hover\:border-y-green-100\/10:hover {
  border-top-color: rgb(220 252 231 / 0.1);
  border-bottom-color: rgb(220 252 231 / 0.1);
}

.hover\:border-y-green-100\/100:hover {
  border-top-color: rgb(220 252 231 / 1);
  border-bottom-color: rgb(220 252 231 / 1);
}

.hover\:border-y-green-100\/20:hover {
  border-top-color: rgb(220 252 231 / 0.2);
  border-bottom-color: rgb(220 252 231 / 0.2);
}

.hover\:border-y-green-100\/25:hover {
  border-top-color: rgb(220 252 231 / 0.25);
  border-bottom-color: rgb(220 252 231 / 0.25);
}

.hover\:border-y-green-100\/30:hover {
  border-top-color: rgb(220 252 231 / 0.3);
  border-bottom-color: rgb(220 252 231 / 0.3);
}

.hover\:border-y-green-100\/40:hover {
  border-top-color: rgb(220 252 231 / 0.4);
  border-bottom-color: rgb(220 252 231 / 0.4);
}

.hover\:border-y-green-100\/5:hover {
  border-top-color: rgb(220 252 231 / 0.05);
  border-bottom-color: rgb(220 252 231 / 0.05);
}

.hover\:border-y-green-100\/50:hover {
  border-top-color: rgb(220 252 231 / 0.5);
  border-bottom-color: rgb(220 252 231 / 0.5);
}

.hover\:border-y-green-100\/60:hover {
  border-top-color: rgb(220 252 231 / 0.6);
  border-bottom-color: rgb(220 252 231 / 0.6);
}

.hover\:border-y-green-100\/70:hover {
  border-top-color: rgb(220 252 231 / 0.7);
  border-bottom-color: rgb(220 252 231 / 0.7);
}

.hover\:border-y-green-100\/75:hover {
  border-top-color: rgb(220 252 231 / 0.75);
  border-bottom-color: rgb(220 252 231 / 0.75);
}

.hover\:border-y-green-100\/80:hover {
  border-top-color: rgb(220 252 231 / 0.8);
  border-bottom-color: rgb(220 252 231 / 0.8);
}

.hover\:border-y-green-100\/90:hover {
  border-top-color: rgb(220 252 231 / 0.9);
  border-bottom-color: rgb(220 252 231 / 0.9);
}

.hover\:border-y-green-100\/95:hover {
  border-top-color: rgb(220 252 231 / 0.95);
  border-bottom-color: rgb(220 252 231 / 0.95);
}

.hover\:border-y-green-200:hover {
  --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));
}

.hover\:border-y-green-200\/0:hover {
  border-top-color: rgb(187 247 208 / 0);
  border-bottom-color: rgb(187 247 208 / 0);
}

.hover\:border-y-green-200\/10:hover {
  border-top-color: rgb(187 247 208 / 0.1);
  border-bottom-color: rgb(187 247 208 / 0.1);
}

.hover\:border-y-green-200\/100:hover {
  border-top-color: rgb(187 247 208 / 1);
  border-bottom-color: rgb(187 247 208 / 1);
}

.hover\:border-y-green-200\/20:hover {
  border-top-color: rgb(187 247 208 / 0.2);
  border-bottom-color: rgb(187 247 208 / 0.2);
}

.hover\:border-y-green-200\/25:hover {
  border-top-color: rgb(187 247 208 / 0.25);
  border-bottom-color: rgb(187 247 208 / 0.25);
}

.hover\:border-y-green-200\/30:hover {
  border-top-color: rgb(187 247 208 / 0.3);
  border-bottom-color: rgb(187 247 208 / 0.3);
}

.hover\:border-y-green-200\/40:hover {
  border-top-color: rgb(187 247 208 / 0.4);
  border-bottom-color: rgb(187 247 208 / 0.4);
}

.hover\:border-y-green-200\/5:hover {
  border-top-color: rgb(187 247 208 / 0.05);
  border-bottom-color: rgb(187 247 208 / 0.05);
}

.hover\:border-y-green-200\/50:hover {
  border-top-color: rgb(187 247 208 / 0.5);
  border-bottom-color: rgb(187 247 208 / 0.5);
}

.hover\:border-y-green-200\/60:hover {
  border-top-color: rgb(187 247 208 / 0.6);
  border-bottom-color: rgb(187 247 208 / 0.6);
}

.hover\:border-y-green-200\/70:hover {
  border-top-color: rgb(187 247 208 / 0.7);
  border-bottom-color: rgb(187 247 208 / 0.7);
}

.hover\:border-y-green-200\/75:hover {
  border-top-color: rgb(187 247 208 / 0.75);
  border-bottom-color: rgb(187 247 208 / 0.75);
}

.hover\:border-y-green-200\/80:hover {
  border-top-color: rgb(187 247 208 / 0.8);
  border-bottom-color: rgb(187 247 208 / 0.8);
}

.hover\:border-y-green-200\/90:hover {
  border-top-color: rgb(187 247 208 / 0.9);
  border-bottom-color: rgb(187 247 208 / 0.9);
}

.hover\:border-y-green-200\/95:hover {
  border-top-color: rgb(187 247 208 / 0.95);
  border-bottom-color: rgb(187 247 208 / 0.95);
}

.hover\:border-y-green-300:hover {
  --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));
}

.hover\:border-y-green-300\/0:hover {
  border-top-color: rgb(134 239 172 / 0);
  border-bottom-color: rgb(134 239 172 / 0);
}

.hover\:border-y-green-300\/10:hover {
  border-top-color: rgb(134 239 172 / 0.1);
  border-bottom-color: rgb(134 239 172 / 0.1);
}

.hover\:border-y-green-300\/100:hover {
  border-top-color: rgb(134 239 172 / 1);
  border-bottom-color: rgb(134 239 172 / 1);
}

.hover\:border-y-green-300\/20:hover {
  border-top-color: rgb(134 239 172 / 0.2);
  border-bottom-color: rgb(134 239 172 / 0.2);
}

.hover\:border-y-green-300\/25:hover {
  border-top-color: rgb(134 239 172 / 0.25);
  border-bottom-color: rgb(134 239 172 / 0.25);
}

.hover\:border-y-green-300\/30:hover {
  border-top-color: rgb(134 239 172 / 0.3);
  border-bottom-color: rgb(134 239 172 / 0.3);
}

.hover\:border-y-green-300\/40:hover {
  border-top-color: rgb(134 239 172 / 0.4);
  border-bottom-color: rgb(134 239 172 / 0.4);
}

.hover\:border-y-green-300\/5:hover {
  border-top-color: rgb(134 239 172 / 0.05);
  border-bottom-color: rgb(134 239 172 / 0.05);
}

.hover\:border-y-green-300\/50:hover {
  border-top-color: rgb(134 239 172 / 0.5);
  border-bottom-color: rgb(134 239 172 / 0.5);
}

.hover\:border-y-green-300\/60:hover {
  border-top-color: rgb(134 239 172 / 0.6);
  border-bottom-color: rgb(134 239 172 / 0.6);
}

.hover\:border-y-green-300\/70:hover {
  border-top-color: rgb(134 239 172 / 0.7);
  border-bottom-color: rgb(134 239 172 / 0.7);
}

.hover\:border-y-green-300\/75:hover {
  border-top-color: rgb(134 239 172 / 0.75);
  border-bottom-color: rgb(134 239 172 / 0.75);
}

.hover\:border-y-green-300\/80:hover {
  border-top-color: rgb(134 239 172 / 0.8);
  border-bottom-color: rgb(134 239 172 / 0.8);
}

.hover\:border-y-green-300\/90:hover {
  border-top-color: rgb(134 239 172 / 0.9);
  border-bottom-color: rgb(134 239 172 / 0.9);
}

.hover\:border-y-green-300\/95:hover {
  border-top-color: rgb(134 239 172 / 0.95);
  border-bottom-color: rgb(134 239 172 / 0.95);
}

.hover\:border-y-green-400:hover {
  --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));
}

.hover\:border-y-green-400\/0:hover {
  border-top-color: rgb(74 222 128 / 0);
  border-bottom-color: rgb(74 222 128 / 0);
}

.hover\:border-y-green-400\/10:hover {
  border-top-color: rgb(74 222 128 / 0.1);
  border-bottom-color: rgb(74 222 128 / 0.1);
}

.hover\:border-y-green-400\/100:hover {
  border-top-color: rgb(74 222 128 / 1);
  border-bottom-color: rgb(74 222 128 / 1);
}

.hover\:border-y-green-400\/20:hover {
  border-top-color: rgb(74 222 128 / 0.2);
  border-bottom-color: rgb(74 222 128 / 0.2);
}

.hover\:border-y-green-400\/25:hover {
  border-top-color: rgb(74 222 128 / 0.25);
  border-bottom-color: rgb(74 222 128 / 0.25);
}

.hover\:border-y-green-400\/30:hover {
  border-top-color: rgb(74 222 128 / 0.3);
  border-bottom-color: rgb(74 222 128 / 0.3);
}

.hover\:border-y-green-400\/40:hover {
  border-top-color: rgb(74 222 128 / 0.4);
  border-bottom-color: rgb(74 222 128 / 0.4);
}

.hover\:border-y-green-400\/5:hover {
  border-top-color: rgb(74 222 128 / 0.05);
  border-bottom-color: rgb(74 222 128 / 0.05);
}

.hover\:border-y-green-400\/50:hover {
  border-top-color: rgb(74 222 128 / 0.5);
  border-bottom-color: rgb(74 222 128 / 0.5);
}

.hover\:border-y-green-400\/60:hover {
  border-top-color: rgb(74 222 128 / 0.6);
  border-bottom-color: rgb(74 222 128 / 0.6);
}

.hover\:border-y-green-400\/70:hover {
  border-top-color: rgb(74 222 128 / 0.7);
  border-bottom-color: rgb(74 222 128 / 0.7);
}

.hover\:border-y-green-400\/75:hover {
  border-top-color: rgb(74 222 128 / 0.75);
  border-bottom-color: rgb(74 222 128 / 0.75);
}

.hover\:border-y-green-400\/80:hover {
  border-top-color: rgb(74 222 128 / 0.8);
  border-bottom-color: rgb(74 222 128 / 0.8);
}

.hover\:border-y-green-400\/90:hover {
  border-top-color: rgb(74 222 128 / 0.9);
  border-bottom-color: rgb(74 222 128 / 0.9);
}

.hover\:border-y-green-400\/95:hover {
  border-top-color: rgb(74 222 128 / 0.95);
  border-bottom-color: rgb(74 222 128 / 0.95);
}

.hover\:border-y-green-50:hover {
  --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));
}

.hover\:border-y-green-50\/0:hover {
  border-top-color: rgb(240 253 244 / 0);
  border-bottom-color: rgb(240 253 244 / 0);
}

.hover\:border-y-green-50\/10:hover {
  border-top-color: rgb(240 253 244 / 0.1);
  border-bottom-color: rgb(240 253 244 / 0.1);
}

.hover\:border-y-green-50\/100:hover {
  border-top-color: rgb(240 253 244 / 1);
  border-bottom-color: rgb(240 253 244 / 1);
}

.hover\:border-y-green-50\/20:hover {
  border-top-color: rgb(240 253 244 / 0.2);
  border-bottom-color: rgb(240 253 244 / 0.2);
}

.hover\:border-y-green-50\/25:hover {
  border-top-color: rgb(240 253 244 / 0.25);
  border-bottom-color: rgb(240 253 244 / 0.25);
}

.hover\:border-y-green-50\/30:hover {
  border-top-color: rgb(240 253 244 / 0.3);
  border-bottom-color: rgb(240 253 244 / 0.3);
}

.hover\:border-y-green-50\/40:hover {
  border-top-color: rgb(240 253 244 / 0.4);
  border-bottom-color: rgb(240 253 244 / 0.4);
}

.hover\:border-y-green-50\/5:hover {
  border-top-color: rgb(240 253 244 / 0.05);
  border-bottom-color: rgb(240 253 244 / 0.05);
}

.hover\:border-y-green-50\/50:hover {
  border-top-color: rgb(240 253 244 / 0.5);
  border-bottom-color: rgb(240 253 244 / 0.5);
}

.hover\:border-y-green-50\/60:hover {
  border-top-color: rgb(240 253 244 / 0.6);
  border-bottom-color: rgb(240 253 244 / 0.6);
}

.hover\:border-y-green-50\/70:hover {
  border-top-color: rgb(240 253 244 / 0.7);
  border-bottom-color: rgb(240 253 244 / 0.7);
}

.hover\:border-y-green-50\/75:hover {
  border-top-color: rgb(240 253 244 / 0.75);
  border-bottom-color: rgb(240 253 244 / 0.75);
}

.hover\:border-y-green-50\/80:hover {
  border-top-color: rgb(240 253 244 / 0.8);
  border-bottom-color: rgb(240 253 244 / 0.8);
}

.hover\:border-y-green-50\/90:hover {
  border-top-color: rgb(240 253 244 / 0.9);
  border-bottom-color: rgb(240 253 244 / 0.9);
}

.hover\:border-y-green-50\/95:hover {
  border-top-color: rgb(240 253 244 / 0.95);
  border-bottom-color: rgb(240 253 244 / 0.95);
}

.hover\:border-y-green-500:hover {
  --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));
}

.hover\:border-y-green-500\/0:hover {
  border-top-color: rgb(34 197 94 / 0);
  border-bottom-color: rgb(34 197 94 / 0);
}

.hover\:border-y-green-500\/10:hover {
  border-top-color: rgb(34 197 94 / 0.1);
  border-bottom-color: rgb(34 197 94 / 0.1);
}

.hover\:border-y-green-500\/100:hover {
  border-top-color: rgb(34 197 94 / 1);
  border-bottom-color: rgb(34 197 94 / 1);
}

.hover\:border-y-green-500\/20:hover {
  border-top-color: rgb(34 197 94 / 0.2);
  border-bottom-color: rgb(34 197 94 / 0.2);
}

.hover\:border-y-green-500\/25:hover {
  border-top-color: rgb(34 197 94 / 0.25);
  border-bottom-color: rgb(34 197 94 / 0.25);
}

.hover\:border-y-green-500\/30:hover {
  border-top-color: rgb(34 197 94 / 0.3);
  border-bottom-color: rgb(34 197 94 / 0.3);
}

.hover\:border-y-green-500\/40:hover {
  border-top-color: rgb(34 197 94 / 0.4);
  border-bottom-color: rgb(34 197 94 / 0.4);
}

.hover\:border-y-green-500\/5:hover {
  border-top-color: rgb(34 197 94 / 0.05);
  border-bottom-color: rgb(34 197 94 / 0.05);
}

.hover\:border-y-green-500\/50:hover {
  border-top-color: rgb(34 197 94 / 0.5);
  border-bottom-color: rgb(34 197 94 / 0.5);
}

.hover\:border-y-green-500\/60:hover {
  border-top-color: rgb(34 197 94 / 0.6);
  border-bottom-color: rgb(34 197 94 / 0.6);
}

.hover\:border-y-green-500\/70:hover {
  border-top-color: rgb(34 197 94 / 0.7);
  border-bottom-color: rgb(34 197 94 / 0.7);
}

.hover\:border-y-green-500\/75:hover {
  border-top-color: rgb(34 197 94 / 0.75);
  border-bottom-color: rgb(34 197 94 / 0.75);
}

.hover\:border-y-green-500\/80:hover {
  border-top-color: rgb(34 197 94 / 0.8);
  border-bottom-color: rgb(34 197 94 / 0.8);
}

.hover\:border-y-green-500\/90:hover {
  border-top-color: rgb(34 197 94 / 0.9);
  border-bottom-color: rgb(34 197 94 / 0.9);
}

.hover\:border-y-green-500\/95:hover {
  border-top-color: rgb(34 197 94 / 0.95);
  border-bottom-color: rgb(34 197 94 / 0.95);
}

.hover\:border-y-green-600:hover {
  --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));
}

.hover\:border-y-green-600\/0:hover {
  border-top-color: rgb(22 163 74 / 0);
  border-bottom-color: rgb(22 163 74 / 0);
}

.hover\:border-y-green-600\/10:hover {
  border-top-color: rgb(22 163 74 / 0.1);
  border-bottom-color: rgb(22 163 74 / 0.1);
}

.hover\:border-y-green-600\/100:hover {
  border-top-color: rgb(22 163 74 / 1);
  border-bottom-color: rgb(22 163 74 / 1);
}

.hover\:border-y-green-600\/20:hover {
  border-top-color: rgb(22 163 74 / 0.2);
  border-bottom-color: rgb(22 163 74 / 0.2);
}

.hover\:border-y-green-600\/25:hover {
  border-top-color: rgb(22 163 74 / 0.25);
  border-bottom-color: rgb(22 163 74 / 0.25);
}

.hover\:border-y-green-600\/30:hover {
  border-top-color: rgb(22 163 74 / 0.3);
  border-bottom-color: rgb(22 163 74 / 0.3);
}

.hover\:border-y-green-600\/40:hover {
  border-top-color: rgb(22 163 74 / 0.4);
  border-bottom-color: rgb(22 163 74 / 0.4);
}

.hover\:border-y-green-600\/5:hover {
  border-top-color: rgb(22 163 74 / 0.05);
  border-bottom-color: rgb(22 163 74 / 0.05);
}

.hover\:border-y-green-600\/50:hover {
  border-top-color: rgb(22 163 74 / 0.5);
  border-bottom-color: rgb(22 163 74 / 0.5);
}

.hover\:border-y-green-600\/60:hover {
  border-top-color: rgb(22 163 74 / 0.6);
  border-bottom-color: rgb(22 163 74 / 0.6);
}

.hover\:border-y-green-600\/70:hover {
  border-top-color: rgb(22 163 74 / 0.7);
  border-bottom-color: rgb(22 163 74 / 0.7);
}

.hover\:border-y-green-600\/75:hover {
  border-top-color: rgb(22 163 74 / 0.75);
  border-bottom-color: rgb(22 163 74 / 0.75);
}

.hover\:border-y-green-600\/80:hover {
  border-top-color: rgb(22 163 74 / 0.8);
  border-bottom-color: rgb(22 163 74 / 0.8);
}

.hover\:border-y-green-600\/90:hover {
  border-top-color: rgb(22 163 74 / 0.9);
  border-bottom-color: rgb(22 163 74 / 0.9);
}

.hover\:border-y-green-600\/95:hover {
  border-top-color: rgb(22 163 74 / 0.95);
  border-bottom-color: rgb(22 163 74 / 0.95);
}

.hover\:border-y-green-700:hover {
  --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));
}

.hover\:border-y-green-700\/0:hover {
  border-top-color: rgb(21 128 61 / 0);
  border-bottom-color: rgb(21 128 61 / 0);
}

.hover\:border-y-green-700\/10:hover {
  border-top-color: rgb(21 128 61 / 0.1);
  border-bottom-color: rgb(21 128 61 / 0.1);
}

.hover\:border-y-green-700\/100:hover {
  border-top-color: rgb(21 128 61 / 1);
  border-bottom-color: rgb(21 128 61 / 1);
}

.hover\:border-y-green-700\/20:hover {
  border-top-color: rgb(21 128 61 / 0.2);
  border-bottom-color: rgb(21 128 61 / 0.2);
}

.hover\:border-y-green-700\/25:hover {
  border-top-color: rgb(21 128 61 / 0.25);
  border-bottom-color: rgb(21 128 61 / 0.25);
}

.hover\:border-y-green-700\/30:hover {
  border-top-color: rgb(21 128 61 / 0.3);
  border-bottom-color: rgb(21 128 61 / 0.3);
}

.hover\:border-y-green-700\/40:hover {
  border-top-color: rgb(21 128 61 / 0.4);
  border-bottom-color: rgb(21 128 61 / 0.4);
}

.hover\:border-y-green-700\/5:hover {
  border-top-color: rgb(21 128 61 / 0.05);
  border-bottom-color: rgb(21 128 61 / 0.05);
}

.hover\:border-y-green-700\/50:hover {
  border-top-color: rgb(21 128 61 / 0.5);
  border-bottom-color: rgb(21 128 61 / 0.5);
}

.hover\:border-y-green-700\/60:hover {
  border-top-color: rgb(21 128 61 / 0.6);
  border-bottom-color: rgb(21 128 61 / 0.6);
}

.hover\:border-y-green-700\/70:hover {
  border-top-color: rgb(21 128 61 / 0.7);
  border-bottom-color: rgb(21 128 61 / 0.7);
}

.hover\:border-y-green-700\/75:hover {
  border-top-color: rgb(21 128 61 / 0.75);
  border-bottom-color: rgb(21 128 61 / 0.75);
}

.hover\:border-y-green-700\/80:hover {
  border-top-color: rgb(21 128 61 / 0.8);
  border-bottom-color: rgb(21 128 61 / 0.8);
}

.hover\:border-y-green-700\/90:hover {
  border-top-color: rgb(21 128 61 / 0.9);
  border-bottom-color: rgb(21 128 61 / 0.9);
}

.hover\:border-y-green-700\/95:hover {
  border-top-color: rgb(21 128 61 / 0.95);
  border-bottom-color: rgb(21 128 61 / 0.95);
}

.hover\:border-y-green-800:hover {
  --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));
}

.hover\:border-y-green-800\/0:hover {
  border-top-color: rgb(22 101 52 / 0);
  border-bottom-color: rgb(22 101 52 / 0);
}

.hover\:border-y-green-800\/10:hover {
  border-top-color: rgb(22 101 52 / 0.1);
  border-bottom-color: rgb(22 101 52 / 0.1);
}

.hover\:border-y-green-800\/100:hover {
  border-top-color: rgb(22 101 52 / 1);
  border-bottom-color: rgb(22 101 52 / 1);
}

.hover\:border-y-green-800\/20:hover {
  border-top-color: rgb(22 101 52 / 0.2);
  border-bottom-color: rgb(22 101 52 / 0.2);
}

.hover\:border-y-green-800\/25:hover {
  border-top-color: rgb(22 101 52 / 0.25);
  border-bottom-color: rgb(22 101 52 / 0.25);
}

.hover\:border-y-green-800\/30:hover {
  border-top-color: rgb(22 101 52 / 0.3);
  border-bottom-color: rgb(22 101 52 / 0.3);
}

.hover\:border-y-green-800\/40:hover {
  border-top-color: rgb(22 101 52 / 0.4);
  border-bottom-color: rgb(22 101 52 / 0.4);
}

.hover\:border-y-green-800\/5:hover {
  border-top-color: rgb(22 101 52 / 0.05);
  border-bottom-color: rgb(22 101 52 / 0.05);
}

.hover\:border-y-green-800\/50:hover {
  border-top-color: rgb(22 101 52 / 0.5);
  border-bottom-color: rgb(22 101 52 / 0.5);
}

.hover\:border-y-green-800\/60:hover {
  border-top-color: rgb(22 101 52 / 0.6);
  border-bottom-color: rgb(22 101 52 / 0.6);
}

.hover\:border-y-green-800\/70:hover {
  border-top-color: rgb(22 101 52 / 0.7);
  border-bottom-color: rgb(22 101 52 / 0.7);
}

.hover\:border-y-green-800\/75:hover {
  border-top-color: rgb(22 101 52 / 0.75);
  border-bottom-color: rgb(22 101 52 / 0.75);
}

.hover\:border-y-green-800\/80:hover {
  border-top-color: rgb(22 101 52 / 0.8);
  border-bottom-color: rgb(22 101 52 / 0.8);
}

.hover\:border-y-green-800\/90:hover {
  border-top-color: rgb(22 101 52 / 0.9);
  border-bottom-color: rgb(22 101 52 / 0.9);
}

.hover\:border-y-green-800\/95:hover {
  border-top-color: rgb(22 101 52 / 0.95);
  border-bottom-color: rgb(22 101 52 / 0.95);
}

.hover\:border-y-green-900:hover {
  --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));
}

.hover\:border-y-green-900\/0:hover {
  border-top-color: rgb(20 83 45 / 0);
  border-bottom-color: rgb(20 83 45 / 0);
}

.hover\:border-y-green-900\/10:hover {
  border-top-color: rgb(20 83 45 / 0.1);
  border-bottom-color: rgb(20 83 45 / 0.1);
}

.hover\:border-y-green-900\/100:hover {
  border-top-color: rgb(20 83 45 / 1);
  border-bottom-color: rgb(20 83 45 / 1);
}

.hover\:border-y-green-900\/20:hover {
  border-top-color: rgb(20 83 45 / 0.2);
  border-bottom-color: rgb(20 83 45 / 0.2);
}

.hover\:border-y-green-900\/25:hover {
  border-top-color: rgb(20 83 45 / 0.25);
  border-bottom-color: rgb(20 83 45 / 0.25);
}

.hover\:border-y-green-900\/30:hover {
  border-top-color: rgb(20 83 45 / 0.3);
  border-bottom-color: rgb(20 83 45 / 0.3);
}

.hover\:border-y-green-900\/40:hover {
  border-top-color: rgb(20 83 45 / 0.4);
  border-bottom-color: rgb(20 83 45 / 0.4);
}

.hover\:border-y-green-900\/5:hover {
  border-top-color: rgb(20 83 45 / 0.05);
  border-bottom-color: rgb(20 83 45 / 0.05);
}

.hover\:border-y-green-900\/50:hover {
  border-top-color: rgb(20 83 45 / 0.5);
  border-bottom-color: rgb(20 83 45 / 0.5);
}

.hover\:border-y-green-900\/60:hover {
  border-top-color: rgb(20 83 45 / 0.6);
  border-bottom-color: rgb(20 83 45 / 0.6);
}

.hover\:border-y-green-900\/70:hover {
  border-top-color: rgb(20 83 45 / 0.7);
  border-bottom-color: rgb(20 83 45 / 0.7);
}

.hover\:border-y-green-900\/75:hover {
  border-top-color: rgb(20 83 45 / 0.75);
  border-bottom-color: rgb(20 83 45 / 0.75);
}

.hover\:border-y-green-900\/80:hover {
  border-top-color: rgb(20 83 45 / 0.8);
  border-bottom-color: rgb(20 83 45 / 0.8);
}

.hover\:border-y-green-900\/90:hover {
  border-top-color: rgb(20 83 45 / 0.9);
  border-bottom-color: rgb(20 83 45 / 0.9);
}

.hover\:border-y-green-900\/95:hover {
  border-top-color: rgb(20 83 45 / 0.95);
  border-bottom-color: rgb(20 83 45 / 0.95);
}

.hover\:border-y-green-950:hover {
  --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));
}

.hover\:border-y-green-950\/0:hover {
  border-top-color: rgb(5 46 22 / 0);
  border-bottom-color: rgb(5 46 22 / 0);
}

.hover\:border-y-green-950\/10:hover {
  border-top-color: rgb(5 46 22 / 0.1);
  border-bottom-color: rgb(5 46 22 / 0.1);
}

.hover\:border-y-green-950\/100:hover {
  border-top-color: rgb(5 46 22 / 1);
  border-bottom-color: rgb(5 46 22 / 1);
}

.hover\:border-y-green-950\/20:hover {
  border-top-color: rgb(5 46 22 / 0.2);
  border-bottom-color: rgb(5 46 22 / 0.2);
}

.hover\:border-y-green-950\/25:hover {
  border-top-color: rgb(5 46 22 / 0.25);
  border-bottom-color: rgb(5 46 22 / 0.25);
}

.hover\:border-y-green-950\/30:hover {
  border-top-color: rgb(5 46 22 / 0.3);
  border-bottom-color: rgb(5 46 22 / 0.3);
}

.hover\:border-y-green-950\/40:hover {
  border-top-color: rgb(5 46 22 / 0.4);
  border-bottom-color: rgb(5 46 22 / 0.4);
}

.hover\:border-y-green-950\/5:hover {
  border-top-color: rgb(5 46 22 / 0.05);
  border-bottom-color: rgb(5 46 22 / 0.05);
}

.hover\:border-y-green-950\/50:hover {
  border-top-color: rgb(5 46 22 / 0.5);
  border-bottom-color: rgb(5 46 22 / 0.5);
}

.hover\:border-y-green-950\/60:hover {
  border-top-color: rgb(5 46 22 / 0.6);
  border-bottom-color: rgb(5 46 22 / 0.6);
}

.hover\:border-y-green-950\/70:hover {
  border-top-color: rgb(5 46 22 / 0.7);
  border-bottom-color: rgb(5 46 22 / 0.7);
}

.hover\:border-y-green-950\/75:hover {
  border-top-color: rgb(5 46 22 / 0.75);
  border-bottom-color: rgb(5 46 22 / 0.75);
}

.hover\:border-y-green-950\/80:hover {
  border-top-color: rgb(5 46 22 / 0.8);
  border-bottom-color: rgb(5 46 22 / 0.8);
}

.hover\:border-y-green-950\/90:hover {
  border-top-color: rgb(5 46 22 / 0.9);
  border-bottom-color: rgb(5 46 22 / 0.9);
}

.hover\:border-y-green-950\/95:hover {
  border-top-color: rgb(5 46 22 / 0.95);
  border-bottom-color: rgb(5 46 22 / 0.95);
}

.hover\:border-y-indigo-100:hover {
  --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));
}

.hover\:border-y-indigo-100\/0:hover {
  border-top-color: rgb(224 231 255 / 0);
  border-bottom-color: rgb(224 231 255 / 0);
}

.hover\:border-y-indigo-100\/10:hover {
  border-top-color: rgb(224 231 255 / 0.1);
  border-bottom-color: rgb(224 231 255 / 0.1);
}

.hover\:border-y-indigo-100\/100:hover {
  border-top-color: rgb(224 231 255 / 1);
  border-bottom-color: rgb(224 231 255 / 1);
}

.hover\:border-y-indigo-100\/20:hover {
  border-top-color: rgb(224 231 255 / 0.2);
  border-bottom-color: rgb(224 231 255 / 0.2);
}

.hover\:border-y-indigo-100\/25:hover {
  border-top-color: rgb(224 231 255 / 0.25);
  border-bottom-color: rgb(224 231 255 / 0.25);
}

.hover\:border-y-indigo-100\/30:hover {
  border-top-color: rgb(224 231 255 / 0.3);
  border-bottom-color: rgb(224 231 255 / 0.3);
}

.hover\:border-y-indigo-100\/40:hover {
  border-top-color: rgb(224 231 255 / 0.4);
  border-bottom-color: rgb(224 231 255 / 0.4);
}

.hover\:border-y-indigo-100\/5:hover {
  border-top-color: rgb(224 231 255 / 0.05);
  border-bottom-color: rgb(224 231 255 / 0.05);
}

.hover\:border-y-indigo-100\/50:hover {
  border-top-color: rgb(224 231 255 / 0.5);
  border-bottom-color: rgb(224 231 255 / 0.5);
}

.hover\:border-y-indigo-100\/60:hover {
  border-top-color: rgb(224 231 255 / 0.6);
  border-bottom-color: rgb(224 231 255 / 0.6);
}

.hover\:border-y-indigo-100\/70:hover {
  border-top-color: rgb(224 231 255 / 0.7);
  border-bottom-color: rgb(224 231 255 / 0.7);
}

.hover\:border-y-indigo-100\/75:hover {
  border-top-color: rgb(224 231 255 / 0.75);
  border-bottom-color: rgb(224 231 255 / 0.75);
}

.hover\:border-y-indigo-100\/80:hover {
  border-top-color: rgb(224 231 255 / 0.8);
  border-bottom-color: rgb(224 231 255 / 0.8);
}

.hover\:border-y-indigo-100\/90:hover {
  border-top-color: rgb(224 231 255 / 0.9);
  border-bottom-color: rgb(224 231 255 / 0.9);
}

.hover\:border-y-indigo-100\/95:hover {
  border-top-color: rgb(224 231 255 / 0.95);
  border-bottom-color: rgb(224 231 255 / 0.95);
}

.hover\:border-y-indigo-200:hover {
  --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));
}

.hover\:border-y-indigo-200\/0:hover {
  border-top-color: rgb(199 210 254 / 0);
  border-bottom-color: rgb(199 210 254 / 0);
}

.hover\:border-y-indigo-200\/10:hover {
  border-top-color: rgb(199 210 254 / 0.1);
  border-bottom-color: rgb(199 210 254 / 0.1);
}

.hover\:border-y-indigo-200\/100:hover {
  border-top-color: rgb(199 210 254 / 1);
  border-bottom-color: rgb(199 210 254 / 1);
}

.hover\:border-y-indigo-200\/20:hover {
  border-top-color: rgb(199 210 254 / 0.2);
  border-bottom-color: rgb(199 210 254 / 0.2);
}

.hover\:border-y-indigo-200\/25:hover {
  border-top-color: rgb(199 210 254 / 0.25);
  border-bottom-color: rgb(199 210 254 / 0.25);
}

.hover\:border-y-indigo-200\/30:hover {
  border-top-color: rgb(199 210 254 / 0.3);
  border-bottom-color: rgb(199 210 254 / 0.3);
}

.hover\:border-y-indigo-200\/40:hover {
  border-top-color: rgb(199 210 254 / 0.4);
  border-bottom-color: rgb(199 210 254 / 0.4);
}

.hover\:border-y-indigo-200\/5:hover {
  border-top-color: rgb(199 210 254 / 0.05);
  border-bottom-color: rgb(199 210 254 / 0.05);
}

.hover\:border-y-indigo-200\/50:hover {
  border-top-color: rgb(199 210 254 / 0.5);
  border-bottom-color: rgb(199 210 254 / 0.5);
}

.hover\:border-y-indigo-200\/60:hover {
  border-top-color: rgb(199 210 254 / 0.6);
  border-bottom-color: rgb(199 210 254 / 0.6);
}

.hover\:border-y-indigo-200\/70:hover {
  border-top-color: rgb(199 210 254 / 0.7);
  border-bottom-color: rgb(199 210 254 / 0.7);
}

.hover\:border-y-indigo-200\/75:hover {
  border-top-color: rgb(199 210 254 / 0.75);
  border-bottom-color: rgb(199 210 254 / 0.75);
}

.hover\:border-y-indigo-200\/80:hover {
  border-top-color: rgb(199 210 254 / 0.8);
  border-bottom-color: rgb(199 210 254 / 0.8);
}

.hover\:border-y-indigo-200\/90:hover {
  border-top-color: rgb(199 210 254 / 0.9);
  border-bottom-color: rgb(199 210 254 / 0.9);
}

.hover\:border-y-indigo-200\/95:hover {
  border-top-color: rgb(199 210 254 / 0.95);
  border-bottom-color: rgb(199 210 254 / 0.95);
}

.hover\:border-y-indigo-300:hover {
  --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));
}

.hover\:border-y-indigo-300\/0:hover {
  border-top-color: rgb(165 180 252 / 0);
  border-bottom-color: rgb(165 180 252 / 0);
}

.hover\:border-y-indigo-300\/10:hover {
  border-top-color: rgb(165 180 252 / 0.1);
  border-bottom-color: rgb(165 180 252 / 0.1);
}

.hover\:border-y-indigo-300\/100:hover {
  border-top-color: rgb(165 180 252 / 1);
  border-bottom-color: rgb(165 180 252 / 1);
}

.hover\:border-y-indigo-300\/20:hover {
  border-top-color: rgb(165 180 252 / 0.2);
  border-bottom-color: rgb(165 180 252 / 0.2);
}

.hover\:border-y-indigo-300\/25:hover {
  border-top-color: rgb(165 180 252 / 0.25);
  border-bottom-color: rgb(165 180 252 / 0.25);
}

.hover\:border-y-indigo-300\/30:hover {
  border-top-color: rgb(165 180 252 / 0.3);
  border-bottom-color: rgb(165 180 252 / 0.3);
}

.hover\:border-y-indigo-300\/40:hover {
  border-top-color: rgb(165 180 252 / 0.4);
  border-bottom-color: rgb(165 180 252 / 0.4);
}

.hover\:border-y-indigo-300\/5:hover {
  border-top-color: rgb(165 180 252 / 0.05);
  border-bottom-color: rgb(165 180 252 / 0.05);
}

.hover\:border-y-indigo-300\/50:hover {
  border-top-color: rgb(165 180 252 / 0.5);
  border-bottom-color: rgb(165 180 252 / 0.5);
}

.hover\:border-y-indigo-300\/60:hover {
  border-top-color: rgb(165 180 252 / 0.6);
  border-bottom-color: rgb(165 180 252 / 0.6);
}

.hover\:border-y-indigo-300\/70:hover {
  border-top-color: rgb(165 180 252 / 0.7);
  border-bottom-color: rgb(165 180 252 / 0.7);
}

.hover\:border-y-indigo-300\/75:hover {
  border-top-color: rgb(165 180 252 / 0.75);
  border-bottom-color: rgb(165 180 252 / 0.75);
}

.hover\:border-y-indigo-300\/80:hover {
  border-top-color: rgb(165 180 252 / 0.8);
  border-bottom-color: rgb(165 180 252 / 0.8);
}

.hover\:border-y-indigo-300\/90:hover {
  border-top-color: rgb(165 180 252 / 0.9);
  border-bottom-color: rgb(165 180 252 / 0.9);
}

.hover\:border-y-indigo-300\/95:hover {
  border-top-color: rgb(165 180 252 / 0.95);
  border-bottom-color: rgb(165 180 252 / 0.95);
}

.hover\:border-y-indigo-400:hover {
  --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));
}

.hover\:border-y-indigo-400\/0:hover {
  border-top-color: rgb(129 140 248 / 0);
  border-bottom-color: rgb(129 140 248 / 0);
}

.hover\:border-y-indigo-400\/10:hover {
  border-top-color: rgb(129 140 248 / 0.1);
  border-bottom-color: rgb(129 140 248 / 0.1);
}

.hover\:border-y-indigo-400\/100:hover {
  border-top-color: rgb(129 140 248 / 1);
  border-bottom-color: rgb(129 140 248 / 1);
}

.hover\:border-y-indigo-400\/20:hover {
  border-top-color: rgb(129 140 248 / 0.2);
  border-bottom-color: rgb(129 140 248 / 0.2);
}

.hover\:border-y-indigo-400\/25:hover {
  border-top-color: rgb(129 140 248 / 0.25);
  border-bottom-color: rgb(129 140 248 / 0.25);
}

.hover\:border-y-indigo-400\/30:hover {
  border-top-color: rgb(129 140 248 / 0.3);
  border-bottom-color: rgb(129 140 248 / 0.3);
}

.hover\:border-y-indigo-400\/40:hover {
  border-top-color: rgb(129 140 248 / 0.4);
  border-bottom-color: rgb(129 140 248 / 0.4);
}

.hover\:border-y-indigo-400\/5:hover {
  border-top-color: rgb(129 140 248 / 0.05);
  border-bottom-color: rgb(129 140 248 / 0.05);
}

.hover\:border-y-indigo-400\/50:hover {
  border-top-color: rgb(129 140 248 / 0.5);
  border-bottom-color: rgb(129 140 248 / 0.5);
}

.hover\:border-y-indigo-400\/60:hover {
  border-top-color: rgb(129 140 248 / 0.6);
  border-bottom-color: rgb(129 140 248 / 0.6);
}

.hover\:border-y-indigo-400\/70:hover {
  border-top-color: rgb(129 140 248 / 0.7);
  border-bottom-color: rgb(129 140 248 / 0.7);
}

.hover\:border-y-indigo-400\/75:hover {
  border-top-color: rgb(129 140 248 / 0.75);
  border-bottom-color: rgb(129 140 248 / 0.75);
}

.hover\:border-y-indigo-400\/80:hover {
  border-top-color: rgb(129 140 248 / 0.8);
  border-bottom-color: rgb(129 140 248 / 0.8);
}

.hover\:border-y-indigo-400\/90:hover {
  border-top-color: rgb(129 140 248 / 0.9);
  border-bottom-color: rgb(129 140 248 / 0.9);
}

.hover\:border-y-indigo-400\/95:hover {
  border-top-color: rgb(129 140 248 / 0.95);
  border-bottom-color: rgb(129 140 248 / 0.95);
}

.hover\:border-y-indigo-50:hover {
  --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));
}

.hover\:border-y-indigo-50\/0:hover {
  border-top-color: rgb(238 242 255 / 0);
  border-bottom-color: rgb(238 242 255 / 0);
}

.hover\:border-y-indigo-50\/10:hover {
  border-top-color: rgb(238 242 255 / 0.1);
  border-bottom-color: rgb(238 242 255 / 0.1);
}

.hover\:border-y-indigo-50\/100:hover {
  border-top-color: rgb(238 242 255 / 1);
  border-bottom-color: rgb(238 242 255 / 1);
}

.hover\:border-y-indigo-50\/20:hover {
  border-top-color: rgb(238 242 255 / 0.2);
  border-bottom-color: rgb(238 242 255 / 0.2);
}

.hover\:border-y-indigo-50\/25:hover {
  border-top-color: rgb(238 242 255 / 0.25);
  border-bottom-color: rgb(238 242 255 / 0.25);
}

.hover\:border-y-indigo-50\/30:hover {
  border-top-color: rgb(238 242 255 / 0.3);
  border-bottom-color: rgb(238 242 255 / 0.3);
}

.hover\:border-y-indigo-50\/40:hover {
  border-top-color: rgb(238 242 255 / 0.4);
  border-bottom-color: rgb(238 242 255 / 0.4);
}

.hover\:border-y-indigo-50\/5:hover {
  border-top-color: rgb(238 242 255 / 0.05);
  border-bottom-color: rgb(238 242 255 / 0.05);
}

.hover\:border-y-indigo-50\/50:hover {
  border-top-color: rgb(238 242 255 / 0.5);
  border-bottom-color: rgb(238 242 255 / 0.5);
}

.hover\:border-y-indigo-50\/60:hover {
  border-top-color: rgb(238 242 255 / 0.6);
  border-bottom-color: rgb(238 242 255 / 0.6);
}

.hover\:border-y-indigo-50\/70:hover {
  border-top-color: rgb(238 242 255 / 0.7);
  border-bottom-color: rgb(238 242 255 / 0.7);
}

.hover\:border-y-indigo-50\/75:hover {
  border-top-color: rgb(238 242 255 / 0.75);
  border-bottom-color: rgb(238 242 255 / 0.75);
}

.hover\:border-y-indigo-50\/80:hover {
  border-top-color: rgb(238 242 255 / 0.8);
  border-bottom-color: rgb(238 242 255 / 0.8);
}

.hover\:border-y-indigo-50\/90:hover {
  border-top-color: rgb(238 242 255 / 0.9);
  border-bottom-color: rgb(238 242 255 / 0.9);
}

.hover\:border-y-indigo-50\/95:hover {
  border-top-color: rgb(238 242 255 / 0.95);
  border-bottom-color: rgb(238 242 255 / 0.95);
}

.hover\:border-y-indigo-500:hover {
  --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));
}

.hover\:border-y-indigo-500\/0:hover {
  border-top-color: rgb(99 102 241 / 0);
  border-bottom-color: rgb(99 102 241 / 0);
}

.hover\:border-y-indigo-500\/10:hover {
  border-top-color: rgb(99 102 241 / 0.1);
  border-bottom-color: rgb(99 102 241 / 0.1);
}

.hover\:border-y-indigo-500\/100:hover {
  border-top-color: rgb(99 102 241 / 1);
  border-bottom-color: rgb(99 102 241 / 1);
}

.hover\:border-y-indigo-500\/20:hover {
  border-top-color: rgb(99 102 241 / 0.2);
  border-bottom-color: rgb(99 102 241 / 0.2);
}

.hover\:border-y-indigo-500\/25:hover {
  border-top-color: rgb(99 102 241 / 0.25);
  border-bottom-color: rgb(99 102 241 / 0.25);
}

.hover\:border-y-indigo-500\/30:hover {
  border-top-color: rgb(99 102 241 / 0.3);
  border-bottom-color: rgb(99 102 241 / 0.3);
}

.hover\:border-y-indigo-500\/40:hover {
  border-top-color: rgb(99 102 241 / 0.4);
  border-bottom-color: rgb(99 102 241 / 0.4);
}

.hover\:border-y-indigo-500\/5:hover {
  border-top-color: rgb(99 102 241 / 0.05);
  border-bottom-color: rgb(99 102 241 / 0.05);
}

.hover\:border-y-indigo-500\/50:hover {
  border-top-color: rgb(99 102 241 / 0.5);
  border-bottom-color: rgb(99 102 241 / 0.5);
}

.hover\:border-y-indigo-500\/60:hover {
  border-top-color: rgb(99 102 241 / 0.6);
  border-bottom-color: rgb(99 102 241 / 0.6);
}

.hover\:border-y-indigo-500\/70:hover {
  border-top-color: rgb(99 102 241 / 0.7);
  border-bottom-color: rgb(99 102 241 / 0.7);
}

.hover\:border-y-indigo-500\/75:hover {
  border-top-color: rgb(99 102 241 / 0.75);
  border-bottom-color: rgb(99 102 241 / 0.75);
}

.hover\:border-y-indigo-500\/80:hover {
  border-top-color: rgb(99 102 241 / 0.8);
  border-bottom-color: rgb(99 102 241 / 0.8);
}

.hover\:border-y-indigo-500\/90:hover {
  border-top-color: rgb(99 102 241 / 0.9);
  border-bottom-color: rgb(99 102 241 / 0.9);
}

.hover\:border-y-indigo-500\/95:hover {
  border-top-color: rgb(99 102 241 / 0.95);
  border-bottom-color: rgb(99 102 241 / 0.95);
}

.hover\:border-y-indigo-600:hover {
  --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));
}

.hover\:border-y-indigo-600\/0:hover {
  border-top-color: rgb(79 70 229 / 0);
  border-bottom-color: rgb(79 70 229 / 0);
}

.hover\:border-y-indigo-600\/10:hover {
  border-top-color: rgb(79 70 229 / 0.1);
  border-bottom-color: rgb(79 70 229 / 0.1);
}

.hover\:border-y-indigo-600\/100:hover {
  border-top-color: rgb(79 70 229 / 1);
  border-bottom-color: rgb(79 70 229 / 1);
}

.hover\:border-y-indigo-600\/20:hover {
  border-top-color: rgb(79 70 229 / 0.2);
  border-bottom-color: rgb(79 70 229 / 0.2);
}

.hover\:border-y-indigo-600\/25:hover {
  border-top-color: rgb(79 70 229 / 0.25);
  border-bottom-color: rgb(79 70 229 / 0.25);
}

.hover\:border-y-indigo-600\/30:hover {
  border-top-color: rgb(79 70 229 / 0.3);
  border-bottom-color: rgb(79 70 229 / 0.3);
}

.hover\:border-y-indigo-600\/40:hover {
  border-top-color: rgb(79 70 229 / 0.4);
  border-bottom-color: rgb(79 70 229 / 0.4);
}

.hover\:border-y-indigo-600\/5:hover {
  border-top-color: rgb(79 70 229 / 0.05);
  border-bottom-color: rgb(79 70 229 / 0.05);
}

.hover\:border-y-indigo-600\/50:hover {
  border-top-color: rgb(79 70 229 / 0.5);
  border-bottom-color: rgb(79 70 229 / 0.5);
}

.hover\:border-y-indigo-600\/60:hover {
  border-top-color: rgb(79 70 229 / 0.6);
  border-bottom-color: rgb(79 70 229 / 0.6);
}

.hover\:border-y-indigo-600\/70:hover {
  border-top-color: rgb(79 70 229 / 0.7);
  border-bottom-color: rgb(79 70 229 / 0.7);
}

.hover\:border-y-indigo-600\/75:hover {
  border-top-color: rgb(79 70 229 / 0.75);
  border-bottom-color: rgb(79 70 229 / 0.75);
}

.hover\:border-y-indigo-600\/80:hover {
  border-top-color: rgb(79 70 229 / 0.8);
  border-bottom-color: rgb(79 70 229 / 0.8);
}

.hover\:border-y-indigo-600\/90:hover {
  border-top-color: rgb(79 70 229 / 0.9);
  border-bottom-color: rgb(79 70 229 / 0.9);
}

.hover\:border-y-indigo-600\/95:hover {
  border-top-color: rgb(79 70 229 / 0.95);
  border-bottom-color: rgb(79 70 229 / 0.95);
}

.hover\:border-y-indigo-700:hover {
  --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));
}

.hover\:border-y-indigo-700\/0:hover {
  border-top-color: rgb(67 56 202 / 0);
  border-bottom-color: rgb(67 56 202 / 0);
}

.hover\:border-y-indigo-700\/10:hover {
  border-top-color: rgb(67 56 202 / 0.1);
  border-bottom-color: rgb(67 56 202 / 0.1);
}

.hover\:border-y-indigo-700\/100:hover {
  border-top-color: rgb(67 56 202 / 1);
  border-bottom-color: rgb(67 56 202 / 1);
}

.hover\:border-y-indigo-700\/20:hover {
  border-top-color: rgb(67 56 202 / 0.2);
  border-bottom-color: rgb(67 56 202 / 0.2);
}

.hover\:border-y-indigo-700\/25:hover {
  border-top-color: rgb(67 56 202 / 0.25);
  border-bottom-color: rgb(67 56 202 / 0.25);
}

.hover\:border-y-indigo-700\/30:hover {
  border-top-color: rgb(67 56 202 / 0.3);
  border-bottom-color: rgb(67 56 202 / 0.3);
}

.hover\:border-y-indigo-700\/40:hover {
  border-top-color: rgb(67 56 202 / 0.4);
  border-bottom-color: rgb(67 56 202 / 0.4);
}

.hover\:border-y-indigo-700\/5:hover {
  border-top-color: rgb(67 56 202 / 0.05);
  border-bottom-color: rgb(67 56 202 / 0.05);
}

.hover\:border-y-indigo-700\/50:hover {
  border-top-color: rgb(67 56 202 / 0.5);
  border-bottom-color: rgb(67 56 202 / 0.5);
}

.hover\:border-y-indigo-700\/60:hover {
  border-top-color: rgb(67 56 202 / 0.6);
  border-bottom-color: rgb(67 56 202 / 0.6);
}

.hover\:border-y-indigo-700\/70:hover {
  border-top-color: rgb(67 56 202 / 0.7);
  border-bottom-color: rgb(67 56 202 / 0.7);
}

.hover\:border-y-indigo-700\/75:hover {
  border-top-color: rgb(67 56 202 / 0.75);
  border-bottom-color: rgb(67 56 202 / 0.75);
}

.hover\:border-y-indigo-700\/80:hover {
  border-top-color: rgb(67 56 202 / 0.8);
  border-bottom-color: rgb(67 56 202 / 0.8);
}

.hover\:border-y-indigo-700\/90:hover {
  border-top-color: rgb(67 56 202 / 0.9);
  border-bottom-color: rgb(67 56 202 / 0.9);
}

.hover\:border-y-indigo-700\/95:hover {
  border-top-color: rgb(67 56 202 / 0.95);
  border-bottom-color: rgb(67 56 202 / 0.95);
}

.hover\:border-y-indigo-800:hover {
  --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));
}

.hover\:border-y-indigo-800\/0:hover {
  border-top-color: rgb(55 48 163 / 0);
  border-bottom-color: rgb(55 48 163 / 0);
}

.hover\:border-y-indigo-800\/10:hover {
  border-top-color: rgb(55 48 163 / 0.1);
  border-bottom-color: rgb(55 48 163 / 0.1);
}

.hover\:border-y-indigo-800\/100:hover {
  border-top-color: rgb(55 48 163 / 1);
  border-bottom-color: rgb(55 48 163 / 1);
}

.hover\:border-y-indigo-800\/20:hover {
  border-top-color: rgb(55 48 163 / 0.2);
  border-bottom-color: rgb(55 48 163 / 0.2);
}

.hover\:border-y-indigo-800\/25:hover {
  border-top-color: rgb(55 48 163 / 0.25);
  border-bottom-color: rgb(55 48 163 / 0.25);
}

.hover\:border-y-indigo-800\/30:hover {
  border-top-color: rgb(55 48 163 / 0.3);
  border-bottom-color: rgb(55 48 163 / 0.3);
}

.hover\:border-y-indigo-800\/40:hover {
  border-top-color: rgb(55 48 163 / 0.4);
  border-bottom-color: rgb(55 48 163 / 0.4);
}

.hover\:border-y-indigo-800\/5:hover {
  border-top-color: rgb(55 48 163 / 0.05);
  border-bottom-color: rgb(55 48 163 / 0.05);
}

.hover\:border-y-indigo-800\/50:hover {
  border-top-color: rgb(55 48 163 / 0.5);
  border-bottom-color: rgb(55 48 163 / 0.5);
}

.hover\:border-y-indigo-800\/60:hover {
  border-top-color: rgb(55 48 163 / 0.6);
  border-bottom-color: rgb(55 48 163 / 0.6);
}

.hover\:border-y-indigo-800\/70:hover {
  border-top-color: rgb(55 48 163 / 0.7);
  border-bottom-color: rgb(55 48 163 / 0.7);
}

.hover\:border-y-indigo-800\/75:hover {
  border-top-color: rgb(55 48 163 / 0.75);
  border-bottom-color: rgb(55 48 163 / 0.75);
}

.hover\:border-y-indigo-800\/80:hover {
  border-top-color: rgb(55 48 163 / 0.8);
  border-bottom-color: rgb(55 48 163 / 0.8);
}

.hover\:border-y-indigo-800\/90:hover {
  border-top-color: rgb(55 48 163 / 0.9);
  border-bottom-color: rgb(55 48 163 / 0.9);
}

.hover\:border-y-indigo-800\/95:hover {
  border-top-color: rgb(55 48 163 / 0.95);
  border-bottom-color: rgb(55 48 163 / 0.95);
}

.hover\:border-y-indigo-900:hover {
  --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));
}

.hover\:border-y-indigo-900\/0:hover {
  border-top-color: rgb(49 46 129 / 0);
  border-bottom-color: rgb(49 46 129 / 0);
}

.hover\:border-y-indigo-900\/10:hover {
  border-top-color: rgb(49 46 129 / 0.1);
  border-bottom-color: rgb(49 46 129 / 0.1);
}

.hover\:border-y-indigo-900\/100:hover {
  border-top-color: rgb(49 46 129 / 1);
  border-bottom-color: rgb(49 46 129 / 1);
}

.hover\:border-y-indigo-900\/20:hover {
  border-top-color: rgb(49 46 129 / 0.2);
  border-bottom-color: rgb(49 46 129 / 0.2);
}

.hover\:border-y-indigo-900\/25:hover {
  border-top-color: rgb(49 46 129 / 0.25);
  border-bottom-color: rgb(49 46 129 / 0.25);
}

.hover\:border-y-indigo-900\/30:hover {
  border-top-color: rgb(49 46 129 / 0.3);
  border-bottom-color: rgb(49 46 129 / 0.3);
}

.hover\:border-y-indigo-900\/40:hover {
  border-top-color: rgb(49 46 129 / 0.4);
  border-bottom-color: rgb(49 46 129 / 0.4);
}

.hover\:border-y-indigo-900\/5:hover {
  border-top-color: rgb(49 46 129 / 0.05);
  border-bottom-color: rgb(49 46 129 / 0.05);
}

.hover\:border-y-indigo-900\/50:hover {
  border-top-color: rgb(49 46 129 / 0.5);
  border-bottom-color: rgb(49 46 129 / 0.5);
}

.hover\:border-y-indigo-900\/60:hover {
  border-top-color: rgb(49 46 129 / 0.6);
  border-bottom-color: rgb(49 46 129 / 0.6);
}

.hover\:border-y-indigo-900\/70:hover {
  border-top-color: rgb(49 46 129 / 0.7);
  border-bottom-color: rgb(49 46 129 / 0.7);
}

.hover\:border-y-indigo-900\/75:hover {
  border-top-color: rgb(49 46 129 / 0.75);
  border-bottom-color: rgb(49 46 129 / 0.75);
}

.hover\:border-y-indigo-900\/80:hover {
  border-top-color: rgb(49 46 129 / 0.8);
  border-bottom-color: rgb(49 46 129 / 0.8);
}

.hover\:border-y-indigo-900\/90:hover {
  border-top-color: rgb(49 46 129 / 0.9);
  border-bottom-color: rgb(49 46 129 / 0.9);
}

.hover\:border-y-indigo-900\/95:hover {
  border-top-color: rgb(49 46 129 / 0.95);
  border-bottom-color: rgb(49 46 129 / 0.95);
}

.hover\:border-y-indigo-950:hover {
  --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));
}

.hover\:border-y-indigo-950\/0:hover {
  border-top-color: rgb(30 27 75 / 0);
  border-bottom-color: rgb(30 27 75 / 0);
}

.hover\:border-y-indigo-950\/10:hover {
  border-top-color: rgb(30 27 75 / 0.1);
  border-bottom-color: rgb(30 27 75 / 0.1);
}

.hover\:border-y-indigo-950\/100:hover {
  border-top-color: rgb(30 27 75 / 1);
  border-bottom-color: rgb(30 27 75 / 1);
}

.hover\:border-y-indigo-950\/20:hover {
  border-top-color: rgb(30 27 75 / 0.2);
  border-bottom-color: rgb(30 27 75 / 0.2);
}

.hover\:border-y-indigo-950\/25:hover {
  border-top-color: rgb(30 27 75 / 0.25);
  border-bottom-color: rgb(30 27 75 / 0.25);
}

.hover\:border-y-indigo-950\/30:hover {
  border-top-color: rgb(30 27 75 / 0.3);
  border-bottom-color: rgb(30 27 75 / 0.3);
}

.hover\:border-y-indigo-950\/40:hover {
  border-top-color: rgb(30 27 75 / 0.4);
  border-bottom-color: rgb(30 27 75 / 0.4);
}

.hover\:border-y-indigo-950\/5:hover {
  border-top-color: rgb(30 27 75 / 0.05);
  border-bottom-color: rgb(30 27 75 / 0.05);
}

.hover\:border-y-indigo-950\/50:hover {
  border-top-color: rgb(30 27 75 / 0.5);
  border-bottom-color: rgb(30 27 75 / 0.5);
}

.hover\:border-y-indigo-950\/60:hover {
  border-top-color: rgb(30 27 75 / 0.6);
  border-bottom-color: rgb(30 27 75 / 0.6);
}

.hover\:border-y-indigo-950\/70:hover {
  border-top-color: rgb(30 27 75 / 0.7);
  border-bottom-color: rgb(30 27 75 / 0.7);
}

.hover\:border-y-indigo-950\/75:hover {
  border-top-color: rgb(30 27 75 / 0.75);
  border-bottom-color: rgb(30 27 75 / 0.75);
}

.hover\:border-y-indigo-950\/80:hover {
  border-top-color: rgb(30 27 75 / 0.8);
  border-bottom-color: rgb(30 27 75 / 0.8);
}

.hover\:border-y-indigo-950\/90:hover {
  border-top-color: rgb(30 27 75 / 0.9);
  border-bottom-color: rgb(30 27 75 / 0.9);
}

.hover\:border-y-indigo-950\/95:hover {
  border-top-color: rgb(30 27 75 / 0.95);
  border-bottom-color: rgb(30 27 75 / 0.95);
}

.hover\:border-y-inherit:hover {
  border-top-color: inherit;
  border-bottom-color: inherit;
}

.hover\:border-y-interbeauty-100:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 197 175 / var(--tw-border-opacity));
  border-bottom-color: rgb(249 197 175 / var(--tw-border-opacity));
}

.hover\:border-y-interbeauty-100\/0:hover {
  border-top-color: rgb(249 197 175 / 0);
  border-bottom-color: rgb(249 197 175 / 0);
}

.hover\:border-y-interbeauty-100\/10:hover {
  border-top-color: rgb(249 197 175 / 0.1);
  border-bottom-color: rgb(249 197 175 / 0.1);
}

.hover\:border-y-interbeauty-100\/100:hover {
  border-top-color: rgb(249 197 175 / 1);
  border-bottom-color: rgb(249 197 175 / 1);
}

.hover\:border-y-interbeauty-100\/20:hover {
  border-top-color: rgb(249 197 175 / 0.2);
  border-bottom-color: rgb(249 197 175 / 0.2);
}

.hover\:border-y-interbeauty-100\/25:hover {
  border-top-color: rgb(249 197 175 / 0.25);
  border-bottom-color: rgb(249 197 175 / 0.25);
}

.hover\:border-y-interbeauty-100\/30:hover {
  border-top-color: rgb(249 197 175 / 0.3);
  border-bottom-color: rgb(249 197 175 / 0.3);
}

.hover\:border-y-interbeauty-100\/40:hover {
  border-top-color: rgb(249 197 175 / 0.4);
  border-bottom-color: rgb(249 197 175 / 0.4);
}

.hover\:border-y-interbeauty-100\/5:hover {
  border-top-color: rgb(249 197 175 / 0.05);
  border-bottom-color: rgb(249 197 175 / 0.05);
}

.hover\:border-y-interbeauty-100\/50:hover {
  border-top-color: rgb(249 197 175 / 0.5);
  border-bottom-color: rgb(249 197 175 / 0.5);
}

.hover\:border-y-interbeauty-100\/60:hover {
  border-top-color: rgb(249 197 175 / 0.6);
  border-bottom-color: rgb(249 197 175 / 0.6);
}

.hover\:border-y-interbeauty-100\/70:hover {
  border-top-color: rgb(249 197 175 / 0.7);
  border-bottom-color: rgb(249 197 175 / 0.7);
}

.hover\:border-y-interbeauty-100\/75:hover {
  border-top-color: rgb(249 197 175 / 0.75);
  border-bottom-color: rgb(249 197 175 / 0.75);
}

.hover\:border-y-interbeauty-100\/80:hover {
  border-top-color: rgb(249 197 175 / 0.8);
  border-bottom-color: rgb(249 197 175 / 0.8);
}

.hover\:border-y-interbeauty-100\/90:hover {
  border-top-color: rgb(249 197 175 / 0.9);
  border-bottom-color: rgb(249 197 175 / 0.9);
}

.hover\:border-y-interbeauty-100\/95:hover {
  border-top-color: rgb(249 197 175 / 0.95);
  border-bottom-color: rgb(249 197 175 / 0.95);
}

.hover\:border-y-interbeauty-200:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(241 182 191 / var(--tw-border-opacity));
  border-bottom-color: rgb(241 182 191 / var(--tw-border-opacity));
}

.hover\:border-y-interbeauty-200\/0:hover {
  border-top-color: rgb(241 182 191 / 0);
  border-bottom-color: rgb(241 182 191 / 0);
}

.hover\:border-y-interbeauty-200\/10:hover {
  border-top-color: rgb(241 182 191 / 0.1);
  border-bottom-color: rgb(241 182 191 / 0.1);
}

.hover\:border-y-interbeauty-200\/100:hover {
  border-top-color: rgb(241 182 191 / 1);
  border-bottom-color: rgb(241 182 191 / 1);
}

.hover\:border-y-interbeauty-200\/20:hover {
  border-top-color: rgb(241 182 191 / 0.2);
  border-bottom-color: rgb(241 182 191 / 0.2);
}

.hover\:border-y-interbeauty-200\/25:hover {
  border-top-color: rgb(241 182 191 / 0.25);
  border-bottom-color: rgb(241 182 191 / 0.25);
}

.hover\:border-y-interbeauty-200\/30:hover {
  border-top-color: rgb(241 182 191 / 0.3);
  border-bottom-color: rgb(241 182 191 / 0.3);
}

.hover\:border-y-interbeauty-200\/40:hover {
  border-top-color: rgb(241 182 191 / 0.4);
  border-bottom-color: rgb(241 182 191 / 0.4);
}

.hover\:border-y-interbeauty-200\/5:hover {
  border-top-color: rgb(241 182 191 / 0.05);
  border-bottom-color: rgb(241 182 191 / 0.05);
}

.hover\:border-y-interbeauty-200\/50:hover {
  border-top-color: rgb(241 182 191 / 0.5);
  border-bottom-color: rgb(241 182 191 / 0.5);
}

.hover\:border-y-interbeauty-200\/60:hover {
  border-top-color: rgb(241 182 191 / 0.6);
  border-bottom-color: rgb(241 182 191 / 0.6);
}

.hover\:border-y-interbeauty-200\/70:hover {
  border-top-color: rgb(241 182 191 / 0.7);
  border-bottom-color: rgb(241 182 191 / 0.7);
}

.hover\:border-y-interbeauty-200\/75:hover {
  border-top-color: rgb(241 182 191 / 0.75);
  border-bottom-color: rgb(241 182 191 / 0.75);
}

.hover\:border-y-interbeauty-200\/80:hover {
  border-top-color: rgb(241 182 191 / 0.8);
  border-bottom-color: rgb(241 182 191 / 0.8);
}

.hover\:border-y-interbeauty-200\/90:hover {
  border-top-color: rgb(241 182 191 / 0.9);
  border-bottom-color: rgb(241 182 191 / 0.9);
}

.hover\:border-y-interbeauty-200\/95:hover {
  border-top-color: rgb(241 182 191 / 0.95);
  border-bottom-color: rgb(241 182 191 / 0.95);
}

.hover\:border-y-interbeauty-300:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(182 219 231 / var(--tw-border-opacity));
  border-bottom-color: rgb(182 219 231 / var(--tw-border-opacity));
}

.hover\:border-y-interbeauty-300\/0:hover {
  border-top-color: rgb(182 219 231 / 0);
  border-bottom-color: rgb(182 219 231 / 0);
}

.hover\:border-y-interbeauty-300\/10:hover {
  border-top-color: rgb(182 219 231 / 0.1);
  border-bottom-color: rgb(182 219 231 / 0.1);
}

.hover\:border-y-interbeauty-300\/100:hover {
  border-top-color: rgb(182 219 231 / 1);
  border-bottom-color: rgb(182 219 231 / 1);
}

.hover\:border-y-interbeauty-300\/20:hover {
  border-top-color: rgb(182 219 231 / 0.2);
  border-bottom-color: rgb(182 219 231 / 0.2);
}

.hover\:border-y-interbeauty-300\/25:hover {
  border-top-color: rgb(182 219 231 / 0.25);
  border-bottom-color: rgb(182 219 231 / 0.25);
}

.hover\:border-y-interbeauty-300\/30:hover {
  border-top-color: rgb(182 219 231 / 0.3);
  border-bottom-color: rgb(182 219 231 / 0.3);
}

.hover\:border-y-interbeauty-300\/40:hover {
  border-top-color: rgb(182 219 231 / 0.4);
  border-bottom-color: rgb(182 219 231 / 0.4);
}

.hover\:border-y-interbeauty-300\/5:hover {
  border-top-color: rgb(182 219 231 / 0.05);
  border-bottom-color: rgb(182 219 231 / 0.05);
}

.hover\:border-y-interbeauty-300\/50:hover {
  border-top-color: rgb(182 219 231 / 0.5);
  border-bottom-color: rgb(182 219 231 / 0.5);
}

.hover\:border-y-interbeauty-300\/60:hover {
  border-top-color: rgb(182 219 231 / 0.6);
  border-bottom-color: rgb(182 219 231 / 0.6);
}

.hover\:border-y-interbeauty-300\/70:hover {
  border-top-color: rgb(182 219 231 / 0.7);
  border-bottom-color: rgb(182 219 231 / 0.7);
}

.hover\:border-y-interbeauty-300\/75:hover {
  border-top-color: rgb(182 219 231 / 0.75);
  border-bottom-color: rgb(182 219 231 / 0.75);
}

.hover\:border-y-interbeauty-300\/80:hover {
  border-top-color: rgb(182 219 231 / 0.8);
  border-bottom-color: rgb(182 219 231 / 0.8);
}

.hover\:border-y-interbeauty-300\/90:hover {
  border-top-color: rgb(182 219 231 / 0.9);
  border-bottom-color: rgb(182 219 231 / 0.9);
}

.hover\:border-y-interbeauty-300\/95:hover {
  border-top-color: rgb(182 219 231 / 0.95);
  border-bottom-color: rgb(182 219 231 / 0.95);
}

.hover\:border-y-interbeauty-400:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 250 247 / var(--tw-border-opacity));
  border-bottom-color: rgb(254 250 247 / var(--tw-border-opacity));
}

.hover\:border-y-interbeauty-400\/0:hover {
  border-top-color: rgb(254 250 247 / 0);
  border-bottom-color: rgb(254 250 247 / 0);
}

.hover\:border-y-interbeauty-400\/10:hover {
  border-top-color: rgb(254 250 247 / 0.1);
  border-bottom-color: rgb(254 250 247 / 0.1);
}

.hover\:border-y-interbeauty-400\/100:hover {
  border-top-color: rgb(254 250 247 / 1);
  border-bottom-color: rgb(254 250 247 / 1);
}

.hover\:border-y-interbeauty-400\/20:hover {
  border-top-color: rgb(254 250 247 / 0.2);
  border-bottom-color: rgb(254 250 247 / 0.2);
}

.hover\:border-y-interbeauty-400\/25:hover {
  border-top-color: rgb(254 250 247 / 0.25);
  border-bottom-color: rgb(254 250 247 / 0.25);
}

.hover\:border-y-interbeauty-400\/30:hover {
  border-top-color: rgb(254 250 247 / 0.3);
  border-bottom-color: rgb(254 250 247 / 0.3);
}

.hover\:border-y-interbeauty-400\/40:hover {
  border-top-color: rgb(254 250 247 / 0.4);
  border-bottom-color: rgb(254 250 247 / 0.4);
}

.hover\:border-y-interbeauty-400\/5:hover {
  border-top-color: rgb(254 250 247 / 0.05);
  border-bottom-color: rgb(254 250 247 / 0.05);
}

.hover\:border-y-interbeauty-400\/50:hover {
  border-top-color: rgb(254 250 247 / 0.5);
  border-bottom-color: rgb(254 250 247 / 0.5);
}

.hover\:border-y-interbeauty-400\/60:hover {
  border-top-color: rgb(254 250 247 / 0.6);
  border-bottom-color: rgb(254 250 247 / 0.6);
}

.hover\:border-y-interbeauty-400\/70:hover {
  border-top-color: rgb(254 250 247 / 0.7);
  border-bottom-color: rgb(254 250 247 / 0.7);
}

.hover\:border-y-interbeauty-400\/75:hover {
  border-top-color: rgb(254 250 247 / 0.75);
  border-bottom-color: rgb(254 250 247 / 0.75);
}

.hover\:border-y-interbeauty-400\/80:hover {
  border-top-color: rgb(254 250 247 / 0.8);
  border-bottom-color: rgb(254 250 247 / 0.8);
}

.hover\:border-y-interbeauty-400\/90:hover {
  border-top-color: rgb(254 250 247 / 0.9);
  border-bottom-color: rgb(254 250 247 / 0.9);
}

.hover\:border-y-interbeauty-400\/95:hover {
  border-top-color: rgb(254 250 247 / 0.95);
  border-bottom-color: rgb(254 250 247 / 0.95);
}

.hover\:border-y-interbeauty-500:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(193 225 224 / var(--tw-border-opacity));
  border-bottom-color: rgb(193 225 224 / var(--tw-border-opacity));
}

.hover\:border-y-interbeauty-500\/0:hover {
  border-top-color: rgb(193 225 224 / 0);
  border-bottom-color: rgb(193 225 224 / 0);
}

.hover\:border-y-interbeauty-500\/10:hover {
  border-top-color: rgb(193 225 224 / 0.1);
  border-bottom-color: rgb(193 225 224 / 0.1);
}

.hover\:border-y-interbeauty-500\/100:hover {
  border-top-color: rgb(193 225 224 / 1);
  border-bottom-color: rgb(193 225 224 / 1);
}

.hover\:border-y-interbeauty-500\/20:hover {
  border-top-color: rgb(193 225 224 / 0.2);
  border-bottom-color: rgb(193 225 224 / 0.2);
}

.hover\:border-y-interbeauty-500\/25:hover {
  border-top-color: rgb(193 225 224 / 0.25);
  border-bottom-color: rgb(193 225 224 / 0.25);
}

.hover\:border-y-interbeauty-500\/30:hover {
  border-top-color: rgb(193 225 224 / 0.3);
  border-bottom-color: rgb(193 225 224 / 0.3);
}

.hover\:border-y-interbeauty-500\/40:hover {
  border-top-color: rgb(193 225 224 / 0.4);
  border-bottom-color: rgb(193 225 224 / 0.4);
}

.hover\:border-y-interbeauty-500\/5:hover {
  border-top-color: rgb(193 225 224 / 0.05);
  border-bottom-color: rgb(193 225 224 / 0.05);
}

.hover\:border-y-interbeauty-500\/50:hover {
  border-top-color: rgb(193 225 224 / 0.5);
  border-bottom-color: rgb(193 225 224 / 0.5);
}

.hover\:border-y-interbeauty-500\/60:hover {
  border-top-color: rgb(193 225 224 / 0.6);
  border-bottom-color: rgb(193 225 224 / 0.6);
}

.hover\:border-y-interbeauty-500\/70:hover {
  border-top-color: rgb(193 225 224 / 0.7);
  border-bottom-color: rgb(193 225 224 / 0.7);
}

.hover\:border-y-interbeauty-500\/75:hover {
  border-top-color: rgb(193 225 224 / 0.75);
  border-bottom-color: rgb(193 225 224 / 0.75);
}

.hover\:border-y-interbeauty-500\/80:hover {
  border-top-color: rgb(193 225 224 / 0.8);
  border-bottom-color: rgb(193 225 224 / 0.8);
}

.hover\:border-y-interbeauty-500\/90:hover {
  border-top-color: rgb(193 225 224 / 0.9);
  border-bottom-color: rgb(193 225 224 / 0.9);
}

.hover\:border-y-interbeauty-500\/95:hover {
  border-top-color: rgb(193 225 224 / 0.95);
  border-bottom-color: rgb(193 225 224 / 0.95);
}

.hover\:border-y-interbeauty-600:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(88 88 94 / var(--tw-border-opacity));
  border-bottom-color: rgb(88 88 94 / var(--tw-border-opacity));
}

.hover\:border-y-interbeauty-600\/0:hover {
  border-top-color: rgb(88 88 94 / 0);
  border-bottom-color: rgb(88 88 94 / 0);
}

.hover\:border-y-interbeauty-600\/10:hover {
  border-top-color: rgb(88 88 94 / 0.1);
  border-bottom-color: rgb(88 88 94 / 0.1);
}

.hover\:border-y-interbeauty-600\/100:hover {
  border-top-color: rgb(88 88 94 / 1);
  border-bottom-color: rgb(88 88 94 / 1);
}

.hover\:border-y-interbeauty-600\/20:hover {
  border-top-color: rgb(88 88 94 / 0.2);
  border-bottom-color: rgb(88 88 94 / 0.2);
}

.hover\:border-y-interbeauty-600\/25:hover {
  border-top-color: rgb(88 88 94 / 0.25);
  border-bottom-color: rgb(88 88 94 / 0.25);
}

.hover\:border-y-interbeauty-600\/30:hover {
  border-top-color: rgb(88 88 94 / 0.3);
  border-bottom-color: rgb(88 88 94 / 0.3);
}

.hover\:border-y-interbeauty-600\/40:hover {
  border-top-color: rgb(88 88 94 / 0.4);
  border-bottom-color: rgb(88 88 94 / 0.4);
}

.hover\:border-y-interbeauty-600\/5:hover {
  border-top-color: rgb(88 88 94 / 0.05);
  border-bottom-color: rgb(88 88 94 / 0.05);
}

.hover\:border-y-interbeauty-600\/50:hover {
  border-top-color: rgb(88 88 94 / 0.5);
  border-bottom-color: rgb(88 88 94 / 0.5);
}

.hover\:border-y-interbeauty-600\/60:hover {
  border-top-color: rgb(88 88 94 / 0.6);
  border-bottom-color: rgb(88 88 94 / 0.6);
}

.hover\:border-y-interbeauty-600\/70:hover {
  border-top-color: rgb(88 88 94 / 0.7);
  border-bottom-color: rgb(88 88 94 / 0.7);
}

.hover\:border-y-interbeauty-600\/75:hover {
  border-top-color: rgb(88 88 94 / 0.75);
  border-bottom-color: rgb(88 88 94 / 0.75);
}

.hover\:border-y-interbeauty-600\/80:hover {
  border-top-color: rgb(88 88 94 / 0.8);
  border-bottom-color: rgb(88 88 94 / 0.8);
}

.hover\:border-y-interbeauty-600\/90:hover {
  border-top-color: rgb(88 88 94 / 0.9);
  border-bottom-color: rgb(88 88 94 / 0.9);
}

.hover\:border-y-interbeauty-600\/95:hover {
  border-top-color: rgb(88 88 94 / 0.95);
  border-bottom-color: rgb(88 88 94 / 0.95);
}

.hover\:border-y-ipnvaluers-200:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 40 87 / var(--tw-border-opacity));
  border-bottom-color: rgb(0 40 87 / var(--tw-border-opacity));
}

.hover\:border-y-ipnvaluers-200\/0:hover {
  border-top-color: rgb(0 40 87 / 0);
  border-bottom-color: rgb(0 40 87 / 0);
}

.hover\:border-y-ipnvaluers-200\/10:hover {
  border-top-color: rgb(0 40 87 / 0.1);
  border-bottom-color: rgb(0 40 87 / 0.1);
}

.hover\:border-y-ipnvaluers-200\/100:hover {
  border-top-color: rgb(0 40 87 / 1);
  border-bottom-color: rgb(0 40 87 / 1);
}

.hover\:border-y-ipnvaluers-200\/20:hover {
  border-top-color: rgb(0 40 87 / 0.2);
  border-bottom-color: rgb(0 40 87 / 0.2);
}

.hover\:border-y-ipnvaluers-200\/25:hover {
  border-top-color: rgb(0 40 87 / 0.25);
  border-bottom-color: rgb(0 40 87 / 0.25);
}

.hover\:border-y-ipnvaluers-200\/30:hover {
  border-top-color: rgb(0 40 87 / 0.3);
  border-bottom-color: rgb(0 40 87 / 0.3);
}

.hover\:border-y-ipnvaluers-200\/40:hover {
  border-top-color: rgb(0 40 87 / 0.4);
  border-bottom-color: rgb(0 40 87 / 0.4);
}

.hover\:border-y-ipnvaluers-200\/5:hover {
  border-top-color: rgb(0 40 87 / 0.05);
  border-bottom-color: rgb(0 40 87 / 0.05);
}

.hover\:border-y-ipnvaluers-200\/50:hover {
  border-top-color: rgb(0 40 87 / 0.5);
  border-bottom-color: rgb(0 40 87 / 0.5);
}

.hover\:border-y-ipnvaluers-200\/60:hover {
  border-top-color: rgb(0 40 87 / 0.6);
  border-bottom-color: rgb(0 40 87 / 0.6);
}

.hover\:border-y-ipnvaluers-200\/70:hover {
  border-top-color: rgb(0 40 87 / 0.7);
  border-bottom-color: rgb(0 40 87 / 0.7);
}

.hover\:border-y-ipnvaluers-200\/75:hover {
  border-top-color: rgb(0 40 87 / 0.75);
  border-bottom-color: rgb(0 40 87 / 0.75);
}

.hover\:border-y-ipnvaluers-200\/80:hover {
  border-top-color: rgb(0 40 87 / 0.8);
  border-bottom-color: rgb(0 40 87 / 0.8);
}

.hover\:border-y-ipnvaluers-200\/90:hover {
  border-top-color: rgb(0 40 87 / 0.9);
  border-bottom-color: rgb(0 40 87 / 0.9);
}

.hover\:border-y-ipnvaluers-200\/95:hover {
  border-top-color: rgb(0 40 87 / 0.95);
  border-bottom-color: rgb(0 40 87 / 0.95);
}

.hover\:border-y-ipnvaluers-400:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(196 107 22 / var(--tw-border-opacity));
  border-bottom-color: rgb(196 107 22 / var(--tw-border-opacity));
}

.hover\:border-y-ipnvaluers-400\/0:hover {
  border-top-color: rgb(196 107 22 / 0);
  border-bottom-color: rgb(196 107 22 / 0);
}

.hover\:border-y-ipnvaluers-400\/10:hover {
  border-top-color: rgb(196 107 22 / 0.1);
  border-bottom-color: rgb(196 107 22 / 0.1);
}

.hover\:border-y-ipnvaluers-400\/100:hover {
  border-top-color: rgb(196 107 22 / 1);
  border-bottom-color: rgb(196 107 22 / 1);
}

.hover\:border-y-ipnvaluers-400\/20:hover {
  border-top-color: rgb(196 107 22 / 0.2);
  border-bottom-color: rgb(196 107 22 / 0.2);
}

.hover\:border-y-ipnvaluers-400\/25:hover {
  border-top-color: rgb(196 107 22 / 0.25);
  border-bottom-color: rgb(196 107 22 / 0.25);
}

.hover\:border-y-ipnvaluers-400\/30:hover {
  border-top-color: rgb(196 107 22 / 0.3);
  border-bottom-color: rgb(196 107 22 / 0.3);
}

.hover\:border-y-ipnvaluers-400\/40:hover {
  border-top-color: rgb(196 107 22 / 0.4);
  border-bottom-color: rgb(196 107 22 / 0.4);
}

.hover\:border-y-ipnvaluers-400\/5:hover {
  border-top-color: rgb(196 107 22 / 0.05);
  border-bottom-color: rgb(196 107 22 / 0.05);
}

.hover\:border-y-ipnvaluers-400\/50:hover {
  border-top-color: rgb(196 107 22 / 0.5);
  border-bottom-color: rgb(196 107 22 / 0.5);
}

.hover\:border-y-ipnvaluers-400\/60:hover {
  border-top-color: rgb(196 107 22 / 0.6);
  border-bottom-color: rgb(196 107 22 / 0.6);
}

.hover\:border-y-ipnvaluers-400\/70:hover {
  border-top-color: rgb(196 107 22 / 0.7);
  border-bottom-color: rgb(196 107 22 / 0.7);
}

.hover\:border-y-ipnvaluers-400\/75:hover {
  border-top-color: rgb(196 107 22 / 0.75);
  border-bottom-color: rgb(196 107 22 / 0.75);
}

.hover\:border-y-ipnvaluers-400\/80:hover {
  border-top-color: rgb(196 107 22 / 0.8);
  border-bottom-color: rgb(196 107 22 / 0.8);
}

.hover\:border-y-ipnvaluers-400\/90:hover {
  border-top-color: rgb(196 107 22 / 0.9);
  border-bottom-color: rgb(196 107 22 / 0.9);
}

.hover\:border-y-ipnvaluers-400\/95:hover {
  border-top-color: rgb(196 107 22 / 0.95);
  border-bottom-color: rgb(196 107 22 / 0.95);
}

.hover\:border-y-ipnvaluers-500:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 174 21 / var(--tw-border-opacity));
  border-bottom-color: rgb(245 174 21 / var(--tw-border-opacity));
}

.hover\:border-y-ipnvaluers-500\/0:hover {
  border-top-color: rgb(245 174 21 / 0);
  border-bottom-color: rgb(245 174 21 / 0);
}

.hover\:border-y-ipnvaluers-500\/10:hover {
  border-top-color: rgb(245 174 21 / 0.1);
  border-bottom-color: rgb(245 174 21 / 0.1);
}

.hover\:border-y-ipnvaluers-500\/100:hover {
  border-top-color: rgb(245 174 21 / 1);
  border-bottom-color: rgb(245 174 21 / 1);
}

.hover\:border-y-ipnvaluers-500\/20:hover {
  border-top-color: rgb(245 174 21 / 0.2);
  border-bottom-color: rgb(245 174 21 / 0.2);
}

.hover\:border-y-ipnvaluers-500\/25:hover {
  border-top-color: rgb(245 174 21 / 0.25);
  border-bottom-color: rgb(245 174 21 / 0.25);
}

.hover\:border-y-ipnvaluers-500\/30:hover {
  border-top-color: rgb(245 174 21 / 0.3);
  border-bottom-color: rgb(245 174 21 / 0.3);
}

.hover\:border-y-ipnvaluers-500\/40:hover {
  border-top-color: rgb(245 174 21 / 0.4);
  border-bottom-color: rgb(245 174 21 / 0.4);
}

.hover\:border-y-ipnvaluers-500\/5:hover {
  border-top-color: rgb(245 174 21 / 0.05);
  border-bottom-color: rgb(245 174 21 / 0.05);
}

.hover\:border-y-ipnvaluers-500\/50:hover {
  border-top-color: rgb(245 174 21 / 0.5);
  border-bottom-color: rgb(245 174 21 / 0.5);
}

.hover\:border-y-ipnvaluers-500\/60:hover {
  border-top-color: rgb(245 174 21 / 0.6);
  border-bottom-color: rgb(245 174 21 / 0.6);
}

.hover\:border-y-ipnvaluers-500\/70:hover {
  border-top-color: rgb(245 174 21 / 0.7);
  border-bottom-color: rgb(245 174 21 / 0.7);
}

.hover\:border-y-ipnvaluers-500\/75:hover {
  border-top-color: rgb(245 174 21 / 0.75);
  border-bottom-color: rgb(245 174 21 / 0.75);
}

.hover\:border-y-ipnvaluers-500\/80:hover {
  border-top-color: rgb(245 174 21 / 0.8);
  border-bottom-color: rgb(245 174 21 / 0.8);
}

.hover\:border-y-ipnvaluers-500\/90:hover {
  border-top-color: rgb(245 174 21 / 0.9);
  border-bottom-color: rgb(245 174 21 / 0.9);
}

.hover\:border-y-ipnvaluers-500\/95:hover {
  border-top-color: rgb(245 174 21 / 0.95);
  border-bottom-color: rgb(245 174 21 / 0.95);
}

.hover\:border-y-jukejam-500:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 210 101 / var(--tw-border-opacity));
  border-bottom-color: rgb(250 210 101 / var(--tw-border-opacity));
}

.hover\:border-y-jukejam-500\/0:hover {
  border-top-color: rgb(250 210 101 / 0);
  border-bottom-color: rgb(250 210 101 / 0);
}

.hover\:border-y-jukejam-500\/10:hover {
  border-top-color: rgb(250 210 101 / 0.1);
  border-bottom-color: rgb(250 210 101 / 0.1);
}

.hover\:border-y-jukejam-500\/100:hover {
  border-top-color: rgb(250 210 101 / 1);
  border-bottom-color: rgb(250 210 101 / 1);
}

.hover\:border-y-jukejam-500\/20:hover {
  border-top-color: rgb(250 210 101 / 0.2);
  border-bottom-color: rgb(250 210 101 / 0.2);
}

.hover\:border-y-jukejam-500\/25:hover {
  border-top-color: rgb(250 210 101 / 0.25);
  border-bottom-color: rgb(250 210 101 / 0.25);
}

.hover\:border-y-jukejam-500\/30:hover {
  border-top-color: rgb(250 210 101 / 0.3);
  border-bottom-color: rgb(250 210 101 / 0.3);
}

.hover\:border-y-jukejam-500\/40:hover {
  border-top-color: rgb(250 210 101 / 0.4);
  border-bottom-color: rgb(250 210 101 / 0.4);
}

.hover\:border-y-jukejam-500\/5:hover {
  border-top-color: rgb(250 210 101 / 0.05);
  border-bottom-color: rgb(250 210 101 / 0.05);
}

.hover\:border-y-jukejam-500\/50:hover {
  border-top-color: rgb(250 210 101 / 0.5);
  border-bottom-color: rgb(250 210 101 / 0.5);
}

.hover\:border-y-jukejam-500\/60:hover {
  border-top-color: rgb(250 210 101 / 0.6);
  border-bottom-color: rgb(250 210 101 / 0.6);
}

.hover\:border-y-jukejam-500\/70:hover {
  border-top-color: rgb(250 210 101 / 0.7);
  border-bottom-color: rgb(250 210 101 / 0.7);
}

.hover\:border-y-jukejam-500\/75:hover {
  border-top-color: rgb(250 210 101 / 0.75);
  border-bottom-color: rgb(250 210 101 / 0.75);
}

.hover\:border-y-jukejam-500\/80:hover {
  border-top-color: rgb(250 210 101 / 0.8);
  border-bottom-color: rgb(250 210 101 / 0.8);
}

.hover\:border-y-jukejam-500\/90:hover {
  border-top-color: rgb(250 210 101 / 0.9);
  border-bottom-color: rgb(250 210 101 / 0.9);
}

.hover\:border-y-jukejam-500\/95:hover {
  border-top-color: rgb(250 210 101 / 0.95);
  border-bottom-color: rgb(250 210 101 / 0.95);
}

.hover\:border-y-lime-100:hover {
  --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));
}

.hover\:border-y-lime-100\/0:hover {
  border-top-color: rgb(236 252 203 / 0);
  border-bottom-color: rgb(236 252 203 / 0);
}

.hover\:border-y-lime-100\/10:hover {
  border-top-color: rgb(236 252 203 / 0.1);
  border-bottom-color: rgb(236 252 203 / 0.1);
}

.hover\:border-y-lime-100\/100:hover {
  border-top-color: rgb(236 252 203 / 1);
  border-bottom-color: rgb(236 252 203 / 1);
}

.hover\:border-y-lime-100\/20:hover {
  border-top-color: rgb(236 252 203 / 0.2);
  border-bottom-color: rgb(236 252 203 / 0.2);
}

.hover\:border-y-lime-100\/25:hover {
  border-top-color: rgb(236 252 203 / 0.25);
  border-bottom-color: rgb(236 252 203 / 0.25);
}

.hover\:border-y-lime-100\/30:hover {
  border-top-color: rgb(236 252 203 / 0.3);
  border-bottom-color: rgb(236 252 203 / 0.3);
}

.hover\:border-y-lime-100\/40:hover {
  border-top-color: rgb(236 252 203 / 0.4);
  border-bottom-color: rgb(236 252 203 / 0.4);
}

.hover\:border-y-lime-100\/5:hover {
  border-top-color: rgb(236 252 203 / 0.05);
  border-bottom-color: rgb(236 252 203 / 0.05);
}

.hover\:border-y-lime-100\/50:hover {
  border-top-color: rgb(236 252 203 / 0.5);
  border-bottom-color: rgb(236 252 203 / 0.5);
}

.hover\:border-y-lime-100\/60:hover {
  border-top-color: rgb(236 252 203 / 0.6);
  border-bottom-color: rgb(236 252 203 / 0.6);
}

.hover\:border-y-lime-100\/70:hover {
  border-top-color: rgb(236 252 203 / 0.7);
  border-bottom-color: rgb(236 252 203 / 0.7);
}

.hover\:border-y-lime-100\/75:hover {
  border-top-color: rgb(236 252 203 / 0.75);
  border-bottom-color: rgb(236 252 203 / 0.75);
}

.hover\:border-y-lime-100\/80:hover {
  border-top-color: rgb(236 252 203 / 0.8);
  border-bottom-color: rgb(236 252 203 / 0.8);
}

.hover\:border-y-lime-100\/90:hover {
  border-top-color: rgb(236 252 203 / 0.9);
  border-bottom-color: rgb(236 252 203 / 0.9);
}

.hover\:border-y-lime-100\/95:hover {
  border-top-color: rgb(236 252 203 / 0.95);
  border-bottom-color: rgb(236 252 203 / 0.95);
}

.hover\:border-y-lime-200:hover {
  --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));
}

.hover\:border-y-lime-200\/0:hover {
  border-top-color: rgb(217 249 157 / 0);
  border-bottom-color: rgb(217 249 157 / 0);
}

.hover\:border-y-lime-200\/10:hover {
  border-top-color: rgb(217 249 157 / 0.1);
  border-bottom-color: rgb(217 249 157 / 0.1);
}

.hover\:border-y-lime-200\/100:hover {
  border-top-color: rgb(217 249 157 / 1);
  border-bottom-color: rgb(217 249 157 / 1);
}

.hover\:border-y-lime-200\/20:hover {
  border-top-color: rgb(217 249 157 / 0.2);
  border-bottom-color: rgb(217 249 157 / 0.2);
}

.hover\:border-y-lime-200\/25:hover {
  border-top-color: rgb(217 249 157 / 0.25);
  border-bottom-color: rgb(217 249 157 / 0.25);
}

.hover\:border-y-lime-200\/30:hover {
  border-top-color: rgb(217 249 157 / 0.3);
  border-bottom-color: rgb(217 249 157 / 0.3);
}

.hover\:border-y-lime-200\/40:hover {
  border-top-color: rgb(217 249 157 / 0.4);
  border-bottom-color: rgb(217 249 157 / 0.4);
}

.hover\:border-y-lime-200\/5:hover {
  border-top-color: rgb(217 249 157 / 0.05);
  border-bottom-color: rgb(217 249 157 / 0.05);
}

.hover\:border-y-lime-200\/50:hover {
  border-top-color: rgb(217 249 157 / 0.5);
  border-bottom-color: rgb(217 249 157 / 0.5);
}

.hover\:border-y-lime-200\/60:hover {
  border-top-color: rgb(217 249 157 / 0.6);
  border-bottom-color: rgb(217 249 157 / 0.6);
}

.hover\:border-y-lime-200\/70:hover {
  border-top-color: rgb(217 249 157 / 0.7);
  border-bottom-color: rgb(217 249 157 / 0.7);
}

.hover\:border-y-lime-200\/75:hover {
  border-top-color: rgb(217 249 157 / 0.75);
  border-bottom-color: rgb(217 249 157 / 0.75);
}

.hover\:border-y-lime-200\/80:hover {
  border-top-color: rgb(217 249 157 / 0.8);
  border-bottom-color: rgb(217 249 157 / 0.8);
}

.hover\:border-y-lime-200\/90:hover {
  border-top-color: rgb(217 249 157 / 0.9);
  border-bottom-color: rgb(217 249 157 / 0.9);
}

.hover\:border-y-lime-200\/95:hover {
  border-top-color: rgb(217 249 157 / 0.95);
  border-bottom-color: rgb(217 249 157 / 0.95);
}

.hover\:border-y-lime-300:hover {
  --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));
}

.hover\:border-y-lime-300\/0:hover {
  border-top-color: rgb(190 242 100 / 0);
  border-bottom-color: rgb(190 242 100 / 0);
}

.hover\:border-y-lime-300\/10:hover {
  border-top-color: rgb(190 242 100 / 0.1);
  border-bottom-color: rgb(190 242 100 / 0.1);
}

.hover\:border-y-lime-300\/100:hover {
  border-top-color: rgb(190 242 100 / 1);
  border-bottom-color: rgb(190 242 100 / 1);
}

.hover\:border-y-lime-300\/20:hover {
  border-top-color: rgb(190 242 100 / 0.2);
  border-bottom-color: rgb(190 242 100 / 0.2);
}

.hover\:border-y-lime-300\/25:hover {
  border-top-color: rgb(190 242 100 / 0.25);
  border-bottom-color: rgb(190 242 100 / 0.25);
}

.hover\:border-y-lime-300\/30:hover {
  border-top-color: rgb(190 242 100 / 0.3);
  border-bottom-color: rgb(190 242 100 / 0.3);
}

.hover\:border-y-lime-300\/40:hover {
  border-top-color: rgb(190 242 100 / 0.4);
  border-bottom-color: rgb(190 242 100 / 0.4);
}

.hover\:border-y-lime-300\/5:hover {
  border-top-color: rgb(190 242 100 / 0.05);
  border-bottom-color: rgb(190 242 100 / 0.05);
}

.hover\:border-y-lime-300\/50:hover {
  border-top-color: rgb(190 242 100 / 0.5);
  border-bottom-color: rgb(190 242 100 / 0.5);
}

.hover\:border-y-lime-300\/60:hover {
  border-top-color: rgb(190 242 100 / 0.6);
  border-bottom-color: rgb(190 242 100 / 0.6);
}

.hover\:border-y-lime-300\/70:hover {
  border-top-color: rgb(190 242 100 / 0.7);
  border-bottom-color: rgb(190 242 100 / 0.7);
}

.hover\:border-y-lime-300\/75:hover {
  border-top-color: rgb(190 242 100 / 0.75);
  border-bottom-color: rgb(190 242 100 / 0.75);
}

.hover\:border-y-lime-300\/80:hover {
  border-top-color: rgb(190 242 100 / 0.8);
  border-bottom-color: rgb(190 242 100 / 0.8);
}

.hover\:border-y-lime-300\/90:hover {
  border-top-color: rgb(190 242 100 / 0.9);
  border-bottom-color: rgb(190 242 100 / 0.9);
}

.hover\:border-y-lime-300\/95:hover {
  border-top-color: rgb(190 242 100 / 0.95);
  border-bottom-color: rgb(190 242 100 / 0.95);
}

.hover\:border-y-lime-400:hover {
  --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));
}

.hover\:border-y-lime-400\/0:hover {
  border-top-color: rgb(163 230 53 / 0);
  border-bottom-color: rgb(163 230 53 / 0);
}

.hover\:border-y-lime-400\/10:hover {
  border-top-color: rgb(163 230 53 / 0.1);
  border-bottom-color: rgb(163 230 53 / 0.1);
}

.hover\:border-y-lime-400\/100:hover {
  border-top-color: rgb(163 230 53 / 1);
  border-bottom-color: rgb(163 230 53 / 1);
}

.hover\:border-y-lime-400\/20:hover {
  border-top-color: rgb(163 230 53 / 0.2);
  border-bottom-color: rgb(163 230 53 / 0.2);
}

.hover\:border-y-lime-400\/25:hover {
  border-top-color: rgb(163 230 53 / 0.25);
  border-bottom-color: rgb(163 230 53 / 0.25);
}

.hover\:border-y-lime-400\/30:hover {
  border-top-color: rgb(163 230 53 / 0.3);
  border-bottom-color: rgb(163 230 53 / 0.3);
}

.hover\:border-y-lime-400\/40:hover {
  border-top-color: rgb(163 230 53 / 0.4);
  border-bottom-color: rgb(163 230 53 / 0.4);
}

.hover\:border-y-lime-400\/5:hover {
  border-top-color: rgb(163 230 53 / 0.05);
  border-bottom-color: rgb(163 230 53 / 0.05);
}

.hover\:border-y-lime-400\/50:hover {
  border-top-color: rgb(163 230 53 / 0.5);
  border-bottom-color: rgb(163 230 53 / 0.5);
}

.hover\:border-y-lime-400\/60:hover {
  border-top-color: rgb(163 230 53 / 0.6);
  border-bottom-color: rgb(163 230 53 / 0.6);
}

.hover\:border-y-lime-400\/70:hover {
  border-top-color: rgb(163 230 53 / 0.7);
  border-bottom-color: rgb(163 230 53 / 0.7);
}

.hover\:border-y-lime-400\/75:hover {
  border-top-color: rgb(163 230 53 / 0.75);
  border-bottom-color: rgb(163 230 53 / 0.75);
}

.hover\:border-y-lime-400\/80:hover {
  border-top-color: rgb(163 230 53 / 0.8);
  border-bottom-color: rgb(163 230 53 / 0.8);
}

.hover\:border-y-lime-400\/90:hover {
  border-top-color: rgb(163 230 53 / 0.9);
  border-bottom-color: rgb(163 230 53 / 0.9);
}

.hover\:border-y-lime-400\/95:hover {
  border-top-color: rgb(163 230 53 / 0.95);
  border-bottom-color: rgb(163 230 53 / 0.95);
}

.hover\:border-y-lime-50:hover {
  --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));
}

.hover\:border-y-lime-50\/0:hover {
  border-top-color: rgb(247 254 231 / 0);
  border-bottom-color: rgb(247 254 231 / 0);
}

.hover\:border-y-lime-50\/10:hover {
  border-top-color: rgb(247 254 231 / 0.1);
  border-bottom-color: rgb(247 254 231 / 0.1);
}

.hover\:border-y-lime-50\/100:hover {
  border-top-color: rgb(247 254 231 / 1);
  border-bottom-color: rgb(247 254 231 / 1);
}

.hover\:border-y-lime-50\/20:hover {
  border-top-color: rgb(247 254 231 / 0.2);
  border-bottom-color: rgb(247 254 231 / 0.2);
}

.hover\:border-y-lime-50\/25:hover {
  border-top-color: rgb(247 254 231 / 0.25);
  border-bottom-color: rgb(247 254 231 / 0.25);
}

.hover\:border-y-lime-50\/30:hover {
  border-top-color: rgb(247 254 231 / 0.3);
  border-bottom-color: rgb(247 254 231 / 0.3);
}

.hover\:border-y-lime-50\/40:hover {
  border-top-color: rgb(247 254 231 / 0.4);
  border-bottom-color: rgb(247 254 231 / 0.4);
}

.hover\:border-y-lime-50\/5:hover {
  border-top-color: rgb(247 254 231 / 0.05);
  border-bottom-color: rgb(247 254 231 / 0.05);
}

.hover\:border-y-lime-50\/50:hover {
  border-top-color: rgb(247 254 231 / 0.5);
  border-bottom-color: rgb(247 254 231 / 0.5);
}

.hover\:border-y-lime-50\/60:hover {
  border-top-color: rgb(247 254 231 / 0.6);
  border-bottom-color: rgb(247 254 231 / 0.6);
}

.hover\:border-y-lime-50\/70:hover {
  border-top-color: rgb(247 254 231 / 0.7);
  border-bottom-color: rgb(247 254 231 / 0.7);
}

.hover\:border-y-lime-50\/75:hover {
  border-top-color: rgb(247 254 231 / 0.75);
  border-bottom-color: rgb(247 254 231 / 0.75);
}

.hover\:border-y-lime-50\/80:hover {
  border-top-color: rgb(247 254 231 / 0.8);
  border-bottom-color: rgb(247 254 231 / 0.8);
}

.hover\:border-y-lime-50\/90:hover {
  border-top-color: rgb(247 254 231 / 0.9);
  border-bottom-color: rgb(247 254 231 / 0.9);
}

.hover\:border-y-lime-50\/95:hover {
  border-top-color: rgb(247 254 231 / 0.95);
  border-bottom-color: rgb(247 254 231 / 0.95);
}

.hover\:border-y-lime-500:hover {
  --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));
}

.hover\:border-y-lime-500\/0:hover {
  border-top-color: rgb(132 204 22 / 0);
  border-bottom-color: rgb(132 204 22 / 0);
}

.hover\:border-y-lime-500\/10:hover {
  border-top-color: rgb(132 204 22 / 0.1);
  border-bottom-color: rgb(132 204 22 / 0.1);
}

.hover\:border-y-lime-500\/100:hover {
  border-top-color: rgb(132 204 22 / 1);
  border-bottom-color: rgb(132 204 22 / 1);
}

.hover\:border-y-lime-500\/20:hover {
  border-top-color: rgb(132 204 22 / 0.2);
  border-bottom-color: rgb(132 204 22 / 0.2);
}

.hover\:border-y-lime-500\/25:hover {
  border-top-color: rgb(132 204 22 / 0.25);
  border-bottom-color: rgb(132 204 22 / 0.25);
}

.hover\:border-y-lime-500\/30:hover {
  border-top-color: rgb(132 204 22 / 0.3);
  border-bottom-color: rgb(132 204 22 / 0.3);
}

.hover\:border-y-lime-500\/40:hover {
  border-top-color: rgb(132 204 22 / 0.4);
  border-bottom-color: rgb(132 204 22 / 0.4);
}

.hover\:border-y-lime-500\/5:hover {
  border-top-color: rgb(132 204 22 / 0.05);
  border-bottom-color: rgb(132 204 22 / 0.05);
}

.hover\:border-y-lime-500\/50:hover {
  border-top-color: rgb(132 204 22 / 0.5);
  border-bottom-color: rgb(132 204 22 / 0.5);
}

.hover\:border-y-lime-500\/60:hover {
  border-top-color: rgb(132 204 22 / 0.6);
  border-bottom-color: rgb(132 204 22 / 0.6);
}

.hover\:border-y-lime-500\/70:hover {
  border-top-color: rgb(132 204 22 / 0.7);
  border-bottom-color: rgb(132 204 22 / 0.7);
}

.hover\:border-y-lime-500\/75:hover {
  border-top-color: rgb(132 204 22 / 0.75);
  border-bottom-color: rgb(132 204 22 / 0.75);
}

.hover\:border-y-lime-500\/80:hover {
  border-top-color: rgb(132 204 22 / 0.8);
  border-bottom-color: rgb(132 204 22 / 0.8);
}

.hover\:border-y-lime-500\/90:hover {
  border-top-color: rgb(132 204 22 / 0.9);
  border-bottom-color: rgb(132 204 22 / 0.9);
}

.hover\:border-y-lime-500\/95:hover {
  border-top-color: rgb(132 204 22 / 0.95);
  border-bottom-color: rgb(132 204 22 / 0.95);
}

.hover\:border-y-lime-600:hover {
  --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));
}

.hover\:border-y-lime-600\/0:hover {
  border-top-color: rgb(101 163 13 / 0);
  border-bottom-color: rgb(101 163 13 / 0);
}

.hover\:border-y-lime-600\/10:hover {
  border-top-color: rgb(101 163 13 / 0.1);
  border-bottom-color: rgb(101 163 13 / 0.1);
}

.hover\:border-y-lime-600\/100:hover {
  border-top-color: rgb(101 163 13 / 1);
  border-bottom-color: rgb(101 163 13 / 1);
}

.hover\:border-y-lime-600\/20:hover {
  border-top-color: rgb(101 163 13 / 0.2);
  border-bottom-color: rgb(101 163 13 / 0.2);
}

.hover\:border-y-lime-600\/25:hover {
  border-top-color: rgb(101 163 13 / 0.25);
  border-bottom-color: rgb(101 163 13 / 0.25);
}

.hover\:border-y-lime-600\/30:hover {
  border-top-color: rgb(101 163 13 / 0.3);
  border-bottom-color: rgb(101 163 13 / 0.3);
}

.hover\:border-y-lime-600\/40:hover {
  border-top-color: rgb(101 163 13 / 0.4);
  border-bottom-color: rgb(101 163 13 / 0.4);
}

.hover\:border-y-lime-600\/5:hover {
  border-top-color: rgb(101 163 13 / 0.05);
  border-bottom-color: rgb(101 163 13 / 0.05);
}

.hover\:border-y-lime-600\/50:hover {
  border-top-color: rgb(101 163 13 / 0.5);
  border-bottom-color: rgb(101 163 13 / 0.5);
}

.hover\:border-y-lime-600\/60:hover {
  border-top-color: rgb(101 163 13 / 0.6);
  border-bottom-color: rgb(101 163 13 / 0.6);
}

.hover\:border-y-lime-600\/70:hover {
  border-top-color: rgb(101 163 13 / 0.7);
  border-bottom-color: rgb(101 163 13 / 0.7);
}

.hover\:border-y-lime-600\/75:hover {
  border-top-color: rgb(101 163 13 / 0.75);
  border-bottom-color: rgb(101 163 13 / 0.75);
}

.hover\:border-y-lime-600\/80:hover {
  border-top-color: rgb(101 163 13 / 0.8);
  border-bottom-color: rgb(101 163 13 / 0.8);
}

.hover\:border-y-lime-600\/90:hover {
  border-top-color: rgb(101 163 13 / 0.9);
  border-bottom-color: rgb(101 163 13 / 0.9);
}

.hover\:border-y-lime-600\/95:hover {
  border-top-color: rgb(101 163 13 / 0.95);
  border-bottom-color: rgb(101 163 13 / 0.95);
}

.hover\:border-y-lime-700:hover {
  --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));
}

.hover\:border-y-lime-700\/0:hover {
  border-top-color: rgb(77 124 15 / 0);
  border-bottom-color: rgb(77 124 15 / 0);
}

.hover\:border-y-lime-700\/10:hover {
  border-top-color: rgb(77 124 15 / 0.1);
  border-bottom-color: rgb(77 124 15 / 0.1);
}

.hover\:border-y-lime-700\/100:hover {
  border-top-color: rgb(77 124 15 / 1);
  border-bottom-color: rgb(77 124 15 / 1);
}

.hover\:border-y-lime-700\/20:hover {
  border-top-color: rgb(77 124 15 / 0.2);
  border-bottom-color: rgb(77 124 15 / 0.2);
}

.hover\:border-y-lime-700\/25:hover {
  border-top-color: rgb(77 124 15 / 0.25);
  border-bottom-color: rgb(77 124 15 / 0.25);
}

.hover\:border-y-lime-700\/30:hover {
  border-top-color: rgb(77 124 15 / 0.3);
  border-bottom-color: rgb(77 124 15 / 0.3);
}

.hover\:border-y-lime-700\/40:hover {
  border-top-color: rgb(77 124 15 / 0.4);
  border-bottom-color: rgb(77 124 15 / 0.4);
}

.hover\:border-y-lime-700\/5:hover {
  border-top-color: rgb(77 124 15 / 0.05);
  border-bottom-color: rgb(77 124 15 / 0.05);
}

.hover\:border-y-lime-700\/50:hover {
  border-top-color: rgb(77 124 15 / 0.5);
  border-bottom-color: rgb(77 124 15 / 0.5);
}

.hover\:border-y-lime-700\/60:hover {
  border-top-color: rgb(77 124 15 / 0.6);
  border-bottom-color: rgb(77 124 15 / 0.6);
}

.hover\:border-y-lime-700\/70:hover {
  border-top-color: rgb(77 124 15 / 0.7);
  border-bottom-color: rgb(77 124 15 / 0.7);
}

.hover\:border-y-lime-700\/75:hover {
  border-top-color: rgb(77 124 15 / 0.75);
  border-bottom-color: rgb(77 124 15 / 0.75);
}

.hover\:border-y-lime-700\/80:hover {
  border-top-color: rgb(77 124 15 / 0.8);
  border-bottom-color: rgb(77 124 15 / 0.8);
}

.hover\:border-y-lime-700\/90:hover {
  border-top-color: rgb(77 124 15 / 0.9);
  border-bottom-color: rgb(77 124 15 / 0.9);
}

.hover\:border-y-lime-700\/95:hover {
  border-top-color: rgb(77 124 15 / 0.95);
  border-bottom-color: rgb(77 124 15 / 0.95);
}

.hover\:border-y-lime-800:hover {
  --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));
}

.hover\:border-y-lime-800\/0:hover {
  border-top-color: rgb(63 98 18 / 0);
  border-bottom-color: rgb(63 98 18 / 0);
}

.hover\:border-y-lime-800\/10:hover {
  border-top-color: rgb(63 98 18 / 0.1);
  border-bottom-color: rgb(63 98 18 / 0.1);
}

.hover\:border-y-lime-800\/100:hover {
  border-top-color: rgb(63 98 18 / 1);
  border-bottom-color: rgb(63 98 18 / 1);
}

.hover\:border-y-lime-800\/20:hover {
  border-top-color: rgb(63 98 18 / 0.2);
  border-bottom-color: rgb(63 98 18 / 0.2);
}

.hover\:border-y-lime-800\/25:hover {
  border-top-color: rgb(63 98 18 / 0.25);
  border-bottom-color: rgb(63 98 18 / 0.25);
}

.hover\:border-y-lime-800\/30:hover {
  border-top-color: rgb(63 98 18 / 0.3);
  border-bottom-color: rgb(63 98 18 / 0.3);
}

.hover\:border-y-lime-800\/40:hover {
  border-top-color: rgb(63 98 18 / 0.4);
  border-bottom-color: rgb(63 98 18 / 0.4);
}

.hover\:border-y-lime-800\/5:hover {
  border-top-color: rgb(63 98 18 / 0.05);
  border-bottom-color: rgb(63 98 18 / 0.05);
}

.hover\:border-y-lime-800\/50:hover {
  border-top-color: rgb(63 98 18 / 0.5);
  border-bottom-color: rgb(63 98 18 / 0.5);
}

.hover\:border-y-lime-800\/60:hover {
  border-top-color: rgb(63 98 18 / 0.6);
  border-bottom-color: rgb(63 98 18 / 0.6);
}

.hover\:border-y-lime-800\/70:hover {
  border-top-color: rgb(63 98 18 / 0.7);
  border-bottom-color: rgb(63 98 18 / 0.7);
}

.hover\:border-y-lime-800\/75:hover {
  border-top-color: rgb(63 98 18 / 0.75);
  border-bottom-color: rgb(63 98 18 / 0.75);
}

.hover\:border-y-lime-800\/80:hover {
  border-top-color: rgb(63 98 18 / 0.8);
  border-bottom-color: rgb(63 98 18 / 0.8);
}

.hover\:border-y-lime-800\/90:hover {
  border-top-color: rgb(63 98 18 / 0.9);
  border-bottom-color: rgb(63 98 18 / 0.9);
}

.hover\:border-y-lime-800\/95:hover {
  border-top-color: rgb(63 98 18 / 0.95);
  border-bottom-color: rgb(63 98 18 / 0.95);
}

.hover\:border-y-lime-900:hover {
  --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));
}

.hover\:border-y-lime-900\/0:hover {
  border-top-color: rgb(54 83 20 / 0);
  border-bottom-color: rgb(54 83 20 / 0);
}

.hover\:border-y-lime-900\/10:hover {
  border-top-color: rgb(54 83 20 / 0.1);
  border-bottom-color: rgb(54 83 20 / 0.1);
}

.hover\:border-y-lime-900\/100:hover {
  border-top-color: rgb(54 83 20 / 1);
  border-bottom-color: rgb(54 83 20 / 1);
}

.hover\:border-y-lime-900\/20:hover {
  border-top-color: rgb(54 83 20 / 0.2);
  border-bottom-color: rgb(54 83 20 / 0.2);
}

.hover\:border-y-lime-900\/25:hover {
  border-top-color: rgb(54 83 20 / 0.25);
  border-bottom-color: rgb(54 83 20 / 0.25);
}

.hover\:border-y-lime-900\/30:hover {
  border-top-color: rgb(54 83 20 / 0.3);
  border-bottom-color: rgb(54 83 20 / 0.3);
}

.hover\:border-y-lime-900\/40:hover {
  border-top-color: rgb(54 83 20 / 0.4);
  border-bottom-color: rgb(54 83 20 / 0.4);
}

.hover\:border-y-lime-900\/5:hover {
  border-top-color: rgb(54 83 20 / 0.05);
  border-bottom-color: rgb(54 83 20 / 0.05);
}

.hover\:border-y-lime-900\/50:hover {
  border-top-color: rgb(54 83 20 / 0.5);
  border-bottom-color: rgb(54 83 20 / 0.5);
}

.hover\:border-y-lime-900\/60:hover {
  border-top-color: rgb(54 83 20 / 0.6);
  border-bottom-color: rgb(54 83 20 / 0.6);
}

.hover\:border-y-lime-900\/70:hover {
  border-top-color: rgb(54 83 20 / 0.7);
  border-bottom-color: rgb(54 83 20 / 0.7);
}

.hover\:border-y-lime-900\/75:hover {
  border-top-color: rgb(54 83 20 / 0.75);
  border-bottom-color: rgb(54 83 20 / 0.75);
}

.hover\:border-y-lime-900\/80:hover {
  border-top-color: rgb(54 83 20 / 0.8);
  border-bottom-color: rgb(54 83 20 / 0.8);
}

.hover\:border-y-lime-900\/90:hover {
  border-top-color: rgb(54 83 20 / 0.9);
  border-bottom-color: rgb(54 83 20 / 0.9);
}

.hover\:border-y-lime-900\/95:hover {
  border-top-color: rgb(54 83 20 / 0.95);
  border-bottom-color: rgb(54 83 20 / 0.95);
}

.hover\:border-y-lime-950:hover {
  --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));
}

.hover\:border-y-lime-950\/0:hover {
  border-top-color: rgb(26 46 5 / 0);
  border-bottom-color: rgb(26 46 5 / 0);
}

.hover\:border-y-lime-950\/10:hover {
  border-top-color: rgb(26 46 5 / 0.1);
  border-bottom-color: rgb(26 46 5 / 0.1);
}

.hover\:border-y-lime-950\/100:hover {
  border-top-color: rgb(26 46 5 / 1);
  border-bottom-color: rgb(26 46 5 / 1);
}

.hover\:border-y-lime-950\/20:hover {
  border-top-color: rgb(26 46 5 / 0.2);
  border-bottom-color: rgb(26 46 5 / 0.2);
}

.hover\:border-y-lime-950\/25:hover {
  border-top-color: rgb(26 46 5 / 0.25);
  border-bottom-color: rgb(26 46 5 / 0.25);
}

.hover\:border-y-lime-950\/30:hover {
  border-top-color: rgb(26 46 5 / 0.3);
  border-bottom-color: rgb(26 46 5 / 0.3);
}

.hover\:border-y-lime-950\/40:hover {
  border-top-color: rgb(26 46 5 / 0.4);
  border-bottom-color: rgb(26 46 5 / 0.4);
}

.hover\:border-y-lime-950\/5:hover {
  border-top-color: rgb(26 46 5 / 0.05);
  border-bottom-color: rgb(26 46 5 / 0.05);
}

.hover\:border-y-lime-950\/50:hover {
  border-top-color: rgb(26 46 5 / 0.5);
  border-bottom-color: rgb(26 46 5 / 0.5);
}

.hover\:border-y-lime-950\/60:hover {
  border-top-color: rgb(26 46 5 / 0.6);
  border-bottom-color: rgb(26 46 5 / 0.6);
}

.hover\:border-y-lime-950\/70:hover {
  border-top-color: rgb(26 46 5 / 0.7);
  border-bottom-color: rgb(26 46 5 / 0.7);
}

.hover\:border-y-lime-950\/75:hover {
  border-top-color: rgb(26 46 5 / 0.75);
  border-bottom-color: rgb(26 46 5 / 0.75);
}

.hover\:border-y-lime-950\/80:hover {
  border-top-color: rgb(26 46 5 / 0.8);
  border-bottom-color: rgb(26 46 5 / 0.8);
}

.hover\:border-y-lime-950\/90:hover {
  border-top-color: rgb(26 46 5 / 0.9);
  border-bottom-color: rgb(26 46 5 / 0.9);
}

.hover\:border-y-lime-950\/95:hover {
  border-top-color: rgb(26 46 5 / 0.95);
  border-bottom-color: rgb(26 46 5 / 0.95);
}

.hover\:border-y-nafisa-500:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(153 53 10 / var(--tw-border-opacity));
  border-bottom-color: rgb(153 53 10 / var(--tw-border-opacity));
}

.hover\:border-y-nafisa-500\/0:hover {
  border-top-color: rgb(153 53 10 / 0);
  border-bottom-color: rgb(153 53 10 / 0);
}

.hover\:border-y-nafisa-500\/10:hover {
  border-top-color: rgb(153 53 10 / 0.1);
  border-bottom-color: rgb(153 53 10 / 0.1);
}

.hover\:border-y-nafisa-500\/100:hover {
  border-top-color: rgb(153 53 10 / 1);
  border-bottom-color: rgb(153 53 10 / 1);
}

.hover\:border-y-nafisa-500\/20:hover {
  border-top-color: rgb(153 53 10 / 0.2);
  border-bottom-color: rgb(153 53 10 / 0.2);
}

.hover\:border-y-nafisa-500\/25:hover {
  border-top-color: rgb(153 53 10 / 0.25);
  border-bottom-color: rgb(153 53 10 / 0.25);
}

.hover\:border-y-nafisa-500\/30:hover {
  border-top-color: rgb(153 53 10 / 0.3);
  border-bottom-color: rgb(153 53 10 / 0.3);
}

.hover\:border-y-nafisa-500\/40:hover {
  border-top-color: rgb(153 53 10 / 0.4);
  border-bottom-color: rgb(153 53 10 / 0.4);
}

.hover\:border-y-nafisa-500\/5:hover {
  border-top-color: rgb(153 53 10 / 0.05);
  border-bottom-color: rgb(153 53 10 / 0.05);
}

.hover\:border-y-nafisa-500\/50:hover {
  border-top-color: rgb(153 53 10 / 0.5);
  border-bottom-color: rgb(153 53 10 / 0.5);
}

.hover\:border-y-nafisa-500\/60:hover {
  border-top-color: rgb(153 53 10 / 0.6);
  border-bottom-color: rgb(153 53 10 / 0.6);
}

.hover\:border-y-nafisa-500\/70:hover {
  border-top-color: rgb(153 53 10 / 0.7);
  border-bottom-color: rgb(153 53 10 / 0.7);
}

.hover\:border-y-nafisa-500\/75:hover {
  border-top-color: rgb(153 53 10 / 0.75);
  border-bottom-color: rgb(153 53 10 / 0.75);
}

.hover\:border-y-nafisa-500\/80:hover {
  border-top-color: rgb(153 53 10 / 0.8);
  border-bottom-color: rgb(153 53 10 / 0.8);
}

.hover\:border-y-nafisa-500\/90:hover {
  border-top-color: rgb(153 53 10 / 0.9);
  border-bottom-color: rgb(153 53 10 / 0.9);
}

.hover\:border-y-nafisa-500\/95:hover {
  border-top-color: rgb(153 53 10 / 0.95);
  border-bottom-color: rgb(153 53 10 / 0.95);
}

.hover\:border-y-neutral-100:hover {
  --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));
}

.hover\:border-y-neutral-100\/0:hover {
  border-top-color: rgb(245 245 245 / 0);
  border-bottom-color: rgb(245 245 245 / 0);
}

.hover\:border-y-neutral-100\/10:hover {
  border-top-color: rgb(245 245 245 / 0.1);
  border-bottom-color: rgb(245 245 245 / 0.1);
}

.hover\:border-y-neutral-100\/100:hover {
  border-top-color: rgb(245 245 245 / 1);
  border-bottom-color: rgb(245 245 245 / 1);
}

.hover\:border-y-neutral-100\/20:hover {
  border-top-color: rgb(245 245 245 / 0.2);
  border-bottom-color: rgb(245 245 245 / 0.2);
}

.hover\:border-y-neutral-100\/25:hover {
  border-top-color: rgb(245 245 245 / 0.25);
  border-bottom-color: rgb(245 245 245 / 0.25);
}

.hover\:border-y-neutral-100\/30:hover {
  border-top-color: rgb(245 245 245 / 0.3);
  border-bottom-color: rgb(245 245 245 / 0.3);
}

.hover\:border-y-neutral-100\/40:hover {
  border-top-color: rgb(245 245 245 / 0.4);
  border-bottom-color: rgb(245 245 245 / 0.4);
}

.hover\:border-y-neutral-100\/5:hover {
  border-top-color: rgb(245 245 245 / 0.05);
  border-bottom-color: rgb(245 245 245 / 0.05);
}

.hover\:border-y-neutral-100\/50:hover {
  border-top-color: rgb(245 245 245 / 0.5);
  border-bottom-color: rgb(245 245 245 / 0.5);
}

.hover\:border-y-neutral-100\/60:hover {
  border-top-color: rgb(245 245 245 / 0.6);
  border-bottom-color: rgb(245 245 245 / 0.6);
}

.hover\:border-y-neutral-100\/70:hover {
  border-top-color: rgb(245 245 245 / 0.7);
  border-bottom-color: rgb(245 245 245 / 0.7);
}

.hover\:border-y-neutral-100\/75:hover {
  border-top-color: rgb(245 245 245 / 0.75);
  border-bottom-color: rgb(245 245 245 / 0.75);
}

.hover\:border-y-neutral-100\/80:hover {
  border-top-color: rgb(245 245 245 / 0.8);
  border-bottom-color: rgb(245 245 245 / 0.8);
}

.hover\:border-y-neutral-100\/90:hover {
  border-top-color: rgb(245 245 245 / 0.9);
  border-bottom-color: rgb(245 245 245 / 0.9);
}

.hover\:border-y-neutral-100\/95:hover {
  border-top-color: rgb(245 245 245 / 0.95);
  border-bottom-color: rgb(245 245 245 / 0.95);
}

.hover\:border-y-neutral-200:hover {
  --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));
}

.hover\:border-y-neutral-200\/0:hover {
  border-top-color: rgb(229 229 229 / 0);
  border-bottom-color: rgb(229 229 229 / 0);
}

.hover\:border-y-neutral-200\/10:hover {
  border-top-color: rgb(229 229 229 / 0.1);
  border-bottom-color: rgb(229 229 229 / 0.1);
}

.hover\:border-y-neutral-200\/100:hover {
  border-top-color: rgb(229 229 229 / 1);
  border-bottom-color: rgb(229 229 229 / 1);
}

.hover\:border-y-neutral-200\/20:hover {
  border-top-color: rgb(229 229 229 / 0.2);
  border-bottom-color: rgb(229 229 229 / 0.2);
}

.hover\:border-y-neutral-200\/25:hover {
  border-top-color: rgb(229 229 229 / 0.25);
  border-bottom-color: rgb(229 229 229 / 0.25);
}

.hover\:border-y-neutral-200\/30:hover {
  border-top-color: rgb(229 229 229 / 0.3);
  border-bottom-color: rgb(229 229 229 / 0.3);
}

.hover\:border-y-neutral-200\/40:hover {
  border-top-color: rgb(229 229 229 / 0.4);
  border-bottom-color: rgb(229 229 229 / 0.4);
}

.hover\:border-y-neutral-200\/5:hover {
  border-top-color: rgb(229 229 229 / 0.05);
  border-bottom-color: rgb(229 229 229 / 0.05);
}

.hover\:border-y-neutral-200\/50:hover {
  border-top-color: rgb(229 229 229 / 0.5);
  border-bottom-color: rgb(229 229 229 / 0.5);
}

.hover\:border-y-neutral-200\/60:hover {
  border-top-color: rgb(229 229 229 / 0.6);
  border-bottom-color: rgb(229 229 229 / 0.6);
}

.hover\:border-y-neutral-200\/70:hover {
  border-top-color: rgb(229 229 229 / 0.7);
  border-bottom-color: rgb(229 229 229 / 0.7);
}

.hover\:border-y-neutral-200\/75:hover {
  border-top-color: rgb(229 229 229 / 0.75);
  border-bottom-color: rgb(229 229 229 / 0.75);
}

.hover\:border-y-neutral-200\/80:hover {
  border-top-color: rgb(229 229 229 / 0.8);
  border-bottom-color: rgb(229 229 229 / 0.8);
}

.hover\:border-y-neutral-200\/90:hover {
  border-top-color: rgb(229 229 229 / 0.9);
  border-bottom-color: rgb(229 229 229 / 0.9);
}

.hover\:border-y-neutral-200\/95:hover {
  border-top-color: rgb(229 229 229 / 0.95);
  border-bottom-color: rgb(229 229 229 / 0.95);
}

.hover\:border-y-neutral-300:hover {
  --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));
}

.hover\:border-y-neutral-300\/0:hover {
  border-top-color: rgb(212 212 212 / 0);
  border-bottom-color: rgb(212 212 212 / 0);
}

.hover\:border-y-neutral-300\/10:hover {
  border-top-color: rgb(212 212 212 / 0.1);
  border-bottom-color: rgb(212 212 212 / 0.1);
}

.hover\:border-y-neutral-300\/100:hover {
  border-top-color: rgb(212 212 212 / 1);
  border-bottom-color: rgb(212 212 212 / 1);
}

.hover\:border-y-neutral-300\/20:hover {
  border-top-color: rgb(212 212 212 / 0.2);
  border-bottom-color: rgb(212 212 212 / 0.2);
}

.hover\:border-y-neutral-300\/25:hover {
  border-top-color: rgb(212 212 212 / 0.25);
  border-bottom-color: rgb(212 212 212 / 0.25);
}

.hover\:border-y-neutral-300\/30:hover {
  border-top-color: rgb(212 212 212 / 0.3);
  border-bottom-color: rgb(212 212 212 / 0.3);
}

.hover\:border-y-neutral-300\/40:hover {
  border-top-color: rgb(212 212 212 / 0.4);
  border-bottom-color: rgb(212 212 212 / 0.4);
}

.hover\:border-y-neutral-300\/5:hover {
  border-top-color: rgb(212 212 212 / 0.05);
  border-bottom-color: rgb(212 212 212 / 0.05);
}

.hover\:border-y-neutral-300\/50:hover {
  border-top-color: rgb(212 212 212 / 0.5);
  border-bottom-color: rgb(212 212 212 / 0.5);
}

.hover\:border-y-neutral-300\/60:hover {
  border-top-color: rgb(212 212 212 / 0.6);
  border-bottom-color: rgb(212 212 212 / 0.6);
}

.hover\:border-y-neutral-300\/70:hover {
  border-top-color: rgb(212 212 212 / 0.7);
  border-bottom-color: rgb(212 212 212 / 0.7);
}

.hover\:border-y-neutral-300\/75:hover {
  border-top-color: rgb(212 212 212 / 0.75);
  border-bottom-color: rgb(212 212 212 / 0.75);
}

.hover\:border-y-neutral-300\/80:hover {
  border-top-color: rgb(212 212 212 / 0.8);
  border-bottom-color: rgb(212 212 212 / 0.8);
}

.hover\:border-y-neutral-300\/90:hover {
  border-top-color: rgb(212 212 212 / 0.9);
  border-bottom-color: rgb(212 212 212 / 0.9);
}

.hover\:border-y-neutral-300\/95:hover {
  border-top-color: rgb(212 212 212 / 0.95);
  border-bottom-color: rgb(212 212 212 / 0.95);
}

.hover\:border-y-neutral-400:hover {
  --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));
}

.hover\:border-y-neutral-400\/0:hover {
  border-top-color: rgb(163 163 163 / 0);
  border-bottom-color: rgb(163 163 163 / 0);
}

.hover\:border-y-neutral-400\/10:hover {
  border-top-color: rgb(163 163 163 / 0.1);
  border-bottom-color: rgb(163 163 163 / 0.1);
}

.hover\:border-y-neutral-400\/100:hover {
  border-top-color: rgb(163 163 163 / 1);
  border-bottom-color: rgb(163 163 163 / 1);
}

.hover\:border-y-neutral-400\/20:hover {
  border-top-color: rgb(163 163 163 / 0.2);
  border-bottom-color: rgb(163 163 163 / 0.2);
}

.hover\:border-y-neutral-400\/25:hover {
  border-top-color: rgb(163 163 163 / 0.25);
  border-bottom-color: rgb(163 163 163 / 0.25);
}

.hover\:border-y-neutral-400\/30:hover {
  border-top-color: rgb(163 163 163 / 0.3);
  border-bottom-color: rgb(163 163 163 / 0.3);
}

.hover\:border-y-neutral-400\/40:hover {
  border-top-color: rgb(163 163 163 / 0.4);
  border-bottom-color: rgb(163 163 163 / 0.4);
}

.hover\:border-y-neutral-400\/5:hover {
  border-top-color: rgb(163 163 163 / 0.05);
  border-bottom-color: rgb(163 163 163 / 0.05);
}

.hover\:border-y-neutral-400\/50:hover {
  border-top-color: rgb(163 163 163 / 0.5);
  border-bottom-color: rgb(163 163 163 / 0.5);
}

.hover\:border-y-neutral-400\/60:hover {
  border-top-color: rgb(163 163 163 / 0.6);
  border-bottom-color: rgb(163 163 163 / 0.6);
}

.hover\:border-y-neutral-400\/70:hover {
  border-top-color: rgb(163 163 163 / 0.7);
  border-bottom-color: rgb(163 163 163 / 0.7);
}

.hover\:border-y-neutral-400\/75:hover {
  border-top-color: rgb(163 163 163 / 0.75);
  border-bottom-color: rgb(163 163 163 / 0.75);
}

.hover\:border-y-neutral-400\/80:hover {
  border-top-color: rgb(163 163 163 / 0.8);
  border-bottom-color: rgb(163 163 163 / 0.8);
}

.hover\:border-y-neutral-400\/90:hover {
  border-top-color: rgb(163 163 163 / 0.9);
  border-bottom-color: rgb(163 163 163 / 0.9);
}

.hover\:border-y-neutral-400\/95:hover {
  border-top-color: rgb(163 163 163 / 0.95);
  border-bottom-color: rgb(163 163 163 / 0.95);
}

.hover\:border-y-neutral-50:hover {
  --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));
}

.hover\:border-y-neutral-50\/0:hover {
  border-top-color: rgb(250 250 250 / 0);
  border-bottom-color: rgb(250 250 250 / 0);
}

.hover\:border-y-neutral-50\/10:hover {
  border-top-color: rgb(250 250 250 / 0.1);
  border-bottom-color: rgb(250 250 250 / 0.1);
}

.hover\:border-y-neutral-50\/100:hover {
  border-top-color: rgb(250 250 250 / 1);
  border-bottom-color: rgb(250 250 250 / 1);
}

.hover\:border-y-neutral-50\/20:hover {
  border-top-color: rgb(250 250 250 / 0.2);
  border-bottom-color: rgb(250 250 250 / 0.2);
}

.hover\:border-y-neutral-50\/25:hover {
  border-top-color: rgb(250 250 250 / 0.25);
  border-bottom-color: rgb(250 250 250 / 0.25);
}

.hover\:border-y-neutral-50\/30:hover {
  border-top-color: rgb(250 250 250 / 0.3);
  border-bottom-color: rgb(250 250 250 / 0.3);
}

.hover\:border-y-neutral-50\/40:hover {
  border-top-color: rgb(250 250 250 / 0.4);
  border-bottom-color: rgb(250 250 250 / 0.4);
}

.hover\:border-y-neutral-50\/5:hover {
  border-top-color: rgb(250 250 250 / 0.05);
  border-bottom-color: rgb(250 250 250 / 0.05);
}

.hover\:border-y-neutral-50\/50:hover {
  border-top-color: rgb(250 250 250 / 0.5);
  border-bottom-color: rgb(250 250 250 / 0.5);
}

.hover\:border-y-neutral-50\/60:hover {
  border-top-color: rgb(250 250 250 / 0.6);
  border-bottom-color: rgb(250 250 250 / 0.6);
}

.hover\:border-y-neutral-50\/70:hover {
  border-top-color: rgb(250 250 250 / 0.7);
  border-bottom-color: rgb(250 250 250 / 0.7);
}

.hover\:border-y-neutral-50\/75:hover {
  border-top-color: rgb(250 250 250 / 0.75);
  border-bottom-color: rgb(250 250 250 / 0.75);
}

.hover\:border-y-neutral-50\/80:hover {
  border-top-color: rgb(250 250 250 / 0.8);
  border-bottom-color: rgb(250 250 250 / 0.8);
}

.hover\:border-y-neutral-50\/90:hover {
  border-top-color: rgb(250 250 250 / 0.9);
  border-bottom-color: rgb(250 250 250 / 0.9);
}

.hover\:border-y-neutral-50\/95:hover {
  border-top-color: rgb(250 250 250 / 0.95);
  border-bottom-color: rgb(250 250 250 / 0.95);
}

.hover\:border-y-neutral-500:hover {
  --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));
}

.hover\:border-y-neutral-500\/0:hover {
  border-top-color: rgb(115 115 115 / 0);
  border-bottom-color: rgb(115 115 115 / 0);
}

.hover\:border-y-neutral-500\/10:hover {
  border-top-color: rgb(115 115 115 / 0.1);
  border-bottom-color: rgb(115 115 115 / 0.1);
}

.hover\:border-y-neutral-500\/100:hover {
  border-top-color: rgb(115 115 115 / 1);
  border-bottom-color: rgb(115 115 115 / 1);
}

.hover\:border-y-neutral-500\/20:hover {
  border-top-color: rgb(115 115 115 / 0.2);
  border-bottom-color: rgb(115 115 115 / 0.2);
}

.hover\:border-y-neutral-500\/25:hover {
  border-top-color: rgb(115 115 115 / 0.25);
  border-bottom-color: rgb(115 115 115 / 0.25);
}

.hover\:border-y-neutral-500\/30:hover {
  border-top-color: rgb(115 115 115 / 0.3);
  border-bottom-color: rgb(115 115 115 / 0.3);
}

.hover\:border-y-neutral-500\/40:hover {
  border-top-color: rgb(115 115 115 / 0.4);
  border-bottom-color: rgb(115 115 115 / 0.4);
}

.hover\:border-y-neutral-500\/5:hover {
  border-top-color: rgb(115 115 115 / 0.05);
  border-bottom-color: rgb(115 115 115 / 0.05);
}

.hover\:border-y-neutral-500\/50:hover {
  border-top-color: rgb(115 115 115 / 0.5);
  border-bottom-color: rgb(115 115 115 / 0.5);
}

.hover\:border-y-neutral-500\/60:hover {
  border-top-color: rgb(115 115 115 / 0.6);
  border-bottom-color: rgb(115 115 115 / 0.6);
}

.hover\:border-y-neutral-500\/70:hover {
  border-top-color: rgb(115 115 115 / 0.7);
  border-bottom-color: rgb(115 115 115 / 0.7);
}

.hover\:border-y-neutral-500\/75:hover {
  border-top-color: rgb(115 115 115 / 0.75);
  border-bottom-color: rgb(115 115 115 / 0.75);
}

.hover\:border-y-neutral-500\/80:hover {
  border-top-color: rgb(115 115 115 / 0.8);
  border-bottom-color: rgb(115 115 115 / 0.8);
}

.hover\:border-y-neutral-500\/90:hover {
  border-top-color: rgb(115 115 115 / 0.9);
  border-bottom-color: rgb(115 115 115 / 0.9);
}

.hover\:border-y-neutral-500\/95:hover {
  border-top-color: rgb(115 115 115 / 0.95);
  border-bottom-color: rgb(115 115 115 / 0.95);
}

.hover\:border-y-neutral-600:hover {
  --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));
}

.hover\:border-y-neutral-600\/0:hover {
  border-top-color: rgb(82 82 82 / 0);
  border-bottom-color: rgb(82 82 82 / 0);
}

.hover\:border-y-neutral-600\/10:hover {
  border-top-color: rgb(82 82 82 / 0.1);
  border-bottom-color: rgb(82 82 82 / 0.1);
}

.hover\:border-y-neutral-600\/100:hover {
  border-top-color: rgb(82 82 82 / 1);
  border-bottom-color: rgb(82 82 82 / 1);
}

.hover\:border-y-neutral-600\/20:hover {
  border-top-color: rgb(82 82 82 / 0.2);
  border-bottom-color: rgb(82 82 82 / 0.2);
}

.hover\:border-y-neutral-600\/25:hover {
  border-top-color: rgb(82 82 82 / 0.25);
  border-bottom-color: rgb(82 82 82 / 0.25);
}

.hover\:border-y-neutral-600\/30:hover {
  border-top-color: rgb(82 82 82 / 0.3);
  border-bottom-color: rgb(82 82 82 / 0.3);
}

.hover\:border-y-neutral-600\/40:hover {
  border-top-color: rgb(82 82 82 / 0.4);
  border-bottom-color: rgb(82 82 82 / 0.4);
}

.hover\:border-y-neutral-600\/5:hover {
  border-top-color: rgb(82 82 82 / 0.05);
  border-bottom-color: rgb(82 82 82 / 0.05);
}

.hover\:border-y-neutral-600\/50:hover {
  border-top-color: rgb(82 82 82 / 0.5);
  border-bottom-color: rgb(82 82 82 / 0.5);
}

.hover\:border-y-neutral-600\/60:hover {
  border-top-color: rgb(82 82 82 / 0.6);
  border-bottom-color: rgb(82 82 82 / 0.6);
}

.hover\:border-y-neutral-600\/70:hover {
  border-top-color: rgb(82 82 82 / 0.7);
  border-bottom-color: rgb(82 82 82 / 0.7);
}

.hover\:border-y-neutral-600\/75:hover {
  border-top-color: rgb(82 82 82 / 0.75);
  border-bottom-color: rgb(82 82 82 / 0.75);
}

.hover\:border-y-neutral-600\/80:hover {
  border-top-color: rgb(82 82 82 / 0.8);
  border-bottom-color: rgb(82 82 82 / 0.8);
}

.hover\:border-y-neutral-600\/90:hover {
  border-top-color: rgb(82 82 82 / 0.9);
  border-bottom-color: rgb(82 82 82 / 0.9);
}

.hover\:border-y-neutral-600\/95:hover {
  border-top-color: rgb(82 82 82 / 0.95);
  border-bottom-color: rgb(82 82 82 / 0.95);
}

.hover\:border-y-neutral-700:hover {
  --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));
}

.hover\:border-y-neutral-700\/0:hover {
  border-top-color: rgb(64 64 64 / 0);
  border-bottom-color: rgb(64 64 64 / 0);
}

.hover\:border-y-neutral-700\/10:hover {
  border-top-color: rgb(64 64 64 / 0.1);
  border-bottom-color: rgb(64 64 64 / 0.1);
}

.hover\:border-y-neutral-700\/100:hover {
  border-top-color: rgb(64 64 64 / 1);
  border-bottom-color: rgb(64 64 64 / 1);
}

.hover\:border-y-neutral-700\/20:hover {
  border-top-color: rgb(64 64 64 / 0.2);
  border-bottom-color: rgb(64 64 64 / 0.2);
}

.hover\:border-y-neutral-700\/25:hover {
  border-top-color: rgb(64 64 64 / 0.25);
  border-bottom-color: rgb(64 64 64 / 0.25);
}

.hover\:border-y-neutral-700\/30:hover {
  border-top-color: rgb(64 64 64 / 0.3);
  border-bottom-color: rgb(64 64 64 / 0.3);
}

.hover\:border-y-neutral-700\/40:hover {
  border-top-color: rgb(64 64 64 / 0.4);
  border-bottom-color: rgb(64 64 64 / 0.4);
}

.hover\:border-y-neutral-700\/5:hover {
  border-top-color: rgb(64 64 64 / 0.05);
  border-bottom-color: rgb(64 64 64 / 0.05);
}

.hover\:border-y-neutral-700\/50:hover {
  border-top-color: rgb(64 64 64 / 0.5);
  border-bottom-color: rgb(64 64 64 / 0.5);
}

.hover\:border-y-neutral-700\/60:hover {
  border-top-color: rgb(64 64 64 / 0.6);
  border-bottom-color: rgb(64 64 64 / 0.6);
}

.hover\:border-y-neutral-700\/70:hover {
  border-top-color: rgb(64 64 64 / 0.7);
  border-bottom-color: rgb(64 64 64 / 0.7);
}

.hover\:border-y-neutral-700\/75:hover {
  border-top-color: rgb(64 64 64 / 0.75);
  border-bottom-color: rgb(64 64 64 / 0.75);
}

.hover\:border-y-neutral-700\/80:hover {
  border-top-color: rgb(64 64 64 / 0.8);
  border-bottom-color: rgb(64 64 64 / 0.8);
}

.hover\:border-y-neutral-700\/90:hover {
  border-top-color: rgb(64 64 64 / 0.9);
  border-bottom-color: rgb(64 64 64 / 0.9);
}

.hover\:border-y-neutral-700\/95:hover {
  border-top-color: rgb(64 64 64 / 0.95);
  border-bottom-color: rgb(64 64 64 / 0.95);
}

.hover\:border-y-neutral-800:hover {
  --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));
}

.hover\:border-y-neutral-800\/0:hover {
  border-top-color: rgb(38 38 38 / 0);
  border-bottom-color: rgb(38 38 38 / 0);
}

.hover\:border-y-neutral-800\/10:hover {
  border-top-color: rgb(38 38 38 / 0.1);
  border-bottom-color: rgb(38 38 38 / 0.1);
}

.hover\:border-y-neutral-800\/100:hover {
  border-top-color: rgb(38 38 38 / 1);
  border-bottom-color: rgb(38 38 38 / 1);
}

.hover\:border-y-neutral-800\/20:hover {
  border-top-color: rgb(38 38 38 / 0.2);
  border-bottom-color: rgb(38 38 38 / 0.2);
}

.hover\:border-y-neutral-800\/25:hover {
  border-top-color: rgb(38 38 38 / 0.25);
  border-bottom-color: rgb(38 38 38 / 0.25);
}

.hover\:border-y-neutral-800\/30:hover {
  border-top-color: rgb(38 38 38 / 0.3);
  border-bottom-color: rgb(38 38 38 / 0.3);
}

.hover\:border-y-neutral-800\/40:hover {
  border-top-color: rgb(38 38 38 / 0.4);
  border-bottom-color: rgb(38 38 38 / 0.4);
}

.hover\:border-y-neutral-800\/5:hover {
  border-top-color: rgb(38 38 38 / 0.05);
  border-bottom-color: rgb(38 38 38 / 0.05);
}

.hover\:border-y-neutral-800\/50:hover {
  border-top-color: rgb(38 38 38 / 0.5);
  border-bottom-color: rgb(38 38 38 / 0.5);
}

.hover\:border-y-neutral-800\/60:hover {
  border-top-color: rgb(38 38 38 / 0.6);
  border-bottom-color: rgb(38 38 38 / 0.6);
}

.hover\:border-y-neutral-800\/70:hover {
  border-top-color: rgb(38 38 38 / 0.7);
  border-bottom-color: rgb(38 38 38 / 0.7);
}

.hover\:border-y-neutral-800\/75:hover {
  border-top-color: rgb(38 38 38 / 0.75);
  border-bottom-color: rgb(38 38 38 / 0.75);
}

.hover\:border-y-neutral-800\/80:hover {
  border-top-color: rgb(38 38 38 / 0.8);
  border-bottom-color: rgb(38 38 38 / 0.8);
}

.hover\:border-y-neutral-800\/90:hover {
  border-top-color: rgb(38 38 38 / 0.9);
  border-bottom-color: rgb(38 38 38 / 0.9);
}

.hover\:border-y-neutral-800\/95:hover {
  border-top-color: rgb(38 38 38 / 0.95);
  border-bottom-color: rgb(38 38 38 / 0.95);
}

.hover\:border-y-neutral-900:hover {
  --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));
}

.hover\:border-y-neutral-900\/0:hover {
  border-top-color: rgb(23 23 23 / 0);
  border-bottom-color: rgb(23 23 23 / 0);
}

.hover\:border-y-neutral-900\/10:hover {
  border-top-color: rgb(23 23 23 / 0.1);
  border-bottom-color: rgb(23 23 23 / 0.1);
}

.hover\:border-y-neutral-900\/100:hover {
  border-top-color: rgb(23 23 23 / 1);
  border-bottom-color: rgb(23 23 23 / 1);
}

.hover\:border-y-neutral-900\/20:hover {
  border-top-color: rgb(23 23 23 / 0.2);
  border-bottom-color: rgb(23 23 23 / 0.2);
}

.hover\:border-y-neutral-900\/25:hover {
  border-top-color: rgb(23 23 23 / 0.25);
  border-bottom-color: rgb(23 23 23 / 0.25);
}

.hover\:border-y-neutral-900\/30:hover {
  border-top-color: rgb(23 23 23 / 0.3);
  border-bottom-color: rgb(23 23 23 / 0.3);
}

.hover\:border-y-neutral-900\/40:hover {
  border-top-color: rgb(23 23 23 / 0.4);
  border-bottom-color: rgb(23 23 23 / 0.4);
}

.hover\:border-y-neutral-900\/5:hover {
  border-top-color: rgb(23 23 23 / 0.05);
  border-bottom-color: rgb(23 23 23 / 0.05);
}

.hover\:border-y-neutral-900\/50:hover {
  border-top-color: rgb(23 23 23 / 0.5);
  border-bottom-color: rgb(23 23 23 / 0.5);
}

.hover\:border-y-neutral-900\/60:hover {
  border-top-color: rgb(23 23 23 / 0.6);
  border-bottom-color: rgb(23 23 23 / 0.6);
}

.hover\:border-y-neutral-900\/70:hover {
  border-top-color: rgb(23 23 23 / 0.7);
  border-bottom-color: rgb(23 23 23 / 0.7);
}

.hover\:border-y-neutral-900\/75:hover {
  border-top-color: rgb(23 23 23 / 0.75);
  border-bottom-color: rgb(23 23 23 / 0.75);
}

.hover\:border-y-neutral-900\/80:hover {
  border-top-color: rgb(23 23 23 / 0.8);
  border-bottom-color: rgb(23 23 23 / 0.8);
}

.hover\:border-y-neutral-900\/90:hover {
  border-top-color: rgb(23 23 23 / 0.9);
  border-bottom-color: rgb(23 23 23 / 0.9);
}

.hover\:border-y-neutral-900\/95:hover {
  border-top-color: rgb(23 23 23 / 0.95);
  border-bottom-color: rgb(23 23 23 / 0.95);
}

.hover\:border-y-neutral-950:hover {
  --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));
}

.hover\:border-y-neutral-950\/0:hover {
  border-top-color: rgb(10 10 10 / 0);
  border-bottom-color: rgb(10 10 10 / 0);
}

.hover\:border-y-neutral-950\/10:hover {
  border-top-color: rgb(10 10 10 / 0.1);
  border-bottom-color: rgb(10 10 10 / 0.1);
}

.hover\:border-y-neutral-950\/100:hover {
  border-top-color: rgb(10 10 10 / 1);
  border-bottom-color: rgb(10 10 10 / 1);
}

.hover\:border-y-neutral-950\/20:hover {
  border-top-color: rgb(10 10 10 / 0.2);
  border-bottom-color: rgb(10 10 10 / 0.2);
}

.hover\:border-y-neutral-950\/25:hover {
  border-top-color: rgb(10 10 10 / 0.25);
  border-bottom-color: rgb(10 10 10 / 0.25);
}

.hover\:border-y-neutral-950\/30:hover {
  border-top-color: rgb(10 10 10 / 0.3);
  border-bottom-color: rgb(10 10 10 / 0.3);
}

.hover\:border-y-neutral-950\/40:hover {
  border-top-color: rgb(10 10 10 / 0.4);
  border-bottom-color: rgb(10 10 10 / 0.4);
}

.hover\:border-y-neutral-950\/5:hover {
  border-top-color: rgb(10 10 10 / 0.05);
  border-bottom-color: rgb(10 10 10 / 0.05);
}

.hover\:border-y-neutral-950\/50:hover {
  border-top-color: rgb(10 10 10 / 0.5);
  border-bottom-color: rgb(10 10 10 / 0.5);
}

.hover\:border-y-neutral-950\/60:hover {
  border-top-color: rgb(10 10 10 / 0.6);
  border-bottom-color: rgb(10 10 10 / 0.6);
}

.hover\:border-y-neutral-950\/70:hover {
  border-top-color: rgb(10 10 10 / 0.7);
  border-bottom-color: rgb(10 10 10 / 0.7);
}

.hover\:border-y-neutral-950\/75:hover {
  border-top-color: rgb(10 10 10 / 0.75);
  border-bottom-color: rgb(10 10 10 / 0.75);
}

.hover\:border-y-neutral-950\/80:hover {
  border-top-color: rgb(10 10 10 / 0.8);
  border-bottom-color: rgb(10 10 10 / 0.8);
}

.hover\:border-y-neutral-950\/90:hover {
  border-top-color: rgb(10 10 10 / 0.9);
  border-bottom-color: rgb(10 10 10 / 0.9);
}

.hover\:border-y-neutral-950\/95:hover {
  border-top-color: rgb(10 10 10 / 0.95);
  border-bottom-color: rgb(10 10 10 / 0.95);
}

.hover\:border-y-orange-100:hover {
  --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));
}

.hover\:border-y-orange-100\/0:hover {
  border-top-color: rgb(255 237 213 / 0);
  border-bottom-color: rgb(255 237 213 / 0);
}

.hover\:border-y-orange-100\/10:hover {
  border-top-color: rgb(255 237 213 / 0.1);
  border-bottom-color: rgb(255 237 213 / 0.1);
}

.hover\:border-y-orange-100\/100:hover {
  border-top-color: rgb(255 237 213 / 1);
  border-bottom-color: rgb(255 237 213 / 1);
}

.hover\:border-y-orange-100\/20:hover {
  border-top-color: rgb(255 237 213 / 0.2);
  border-bottom-color: rgb(255 237 213 / 0.2);
}

.hover\:border-y-orange-100\/25:hover {
  border-top-color: rgb(255 237 213 / 0.25);
  border-bottom-color: rgb(255 237 213 / 0.25);
}

.hover\:border-y-orange-100\/30:hover {
  border-top-color: rgb(255 237 213 / 0.3);
  border-bottom-color: rgb(255 237 213 / 0.3);
}

.hover\:border-y-orange-100\/40:hover {
  border-top-color: rgb(255 237 213 / 0.4);
  border-bottom-color: rgb(255 237 213 / 0.4);
}

.hover\:border-y-orange-100\/5:hover {
  border-top-color: rgb(255 237 213 / 0.05);
  border-bottom-color: rgb(255 237 213 / 0.05);
}

.hover\:border-y-orange-100\/50:hover {
  border-top-color: rgb(255 237 213 / 0.5);
  border-bottom-color: rgb(255 237 213 / 0.5);
}

.hover\:border-y-orange-100\/60:hover {
  border-top-color: rgb(255 237 213 / 0.6);
  border-bottom-color: rgb(255 237 213 / 0.6);
}

.hover\:border-y-orange-100\/70:hover {
  border-top-color: rgb(255 237 213 / 0.7);
  border-bottom-color: rgb(255 237 213 / 0.7);
}

.hover\:border-y-orange-100\/75:hover {
  border-top-color: rgb(255 237 213 / 0.75);
  border-bottom-color: rgb(255 237 213 / 0.75);
}

.hover\:border-y-orange-100\/80:hover {
  border-top-color: rgb(255 237 213 / 0.8);
  border-bottom-color: rgb(255 237 213 / 0.8);
}

.hover\:border-y-orange-100\/90:hover {
  border-top-color: rgb(255 237 213 / 0.9);
  border-bottom-color: rgb(255 237 213 / 0.9);
}

.hover\:border-y-orange-100\/95:hover {
  border-top-color: rgb(255 237 213 / 0.95);
  border-bottom-color: rgb(255 237 213 / 0.95);
}

.hover\:border-y-orange-200:hover {
  --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));
}

.hover\:border-y-orange-200\/0:hover {
  border-top-color: rgb(254 215 170 / 0);
  border-bottom-color: rgb(254 215 170 / 0);
}

.hover\:border-y-orange-200\/10:hover {
  border-top-color: rgb(254 215 170 / 0.1);
  border-bottom-color: rgb(254 215 170 / 0.1);
}

.hover\:border-y-orange-200\/100:hover {
  border-top-color: rgb(254 215 170 / 1);
  border-bottom-color: rgb(254 215 170 / 1);
}

.hover\:border-y-orange-200\/20:hover {
  border-top-color: rgb(254 215 170 / 0.2);
  border-bottom-color: rgb(254 215 170 / 0.2);
}

.hover\:border-y-orange-200\/25:hover {
  border-top-color: rgb(254 215 170 / 0.25);
  border-bottom-color: rgb(254 215 170 / 0.25);
}

.hover\:border-y-orange-200\/30:hover {
  border-top-color: rgb(254 215 170 / 0.3);
  border-bottom-color: rgb(254 215 170 / 0.3);
}

.hover\:border-y-orange-200\/40:hover {
  border-top-color: rgb(254 215 170 / 0.4);
  border-bottom-color: rgb(254 215 170 / 0.4);
}

.hover\:border-y-orange-200\/5:hover {
  border-top-color: rgb(254 215 170 / 0.05);
  border-bottom-color: rgb(254 215 170 / 0.05);
}

.hover\:border-y-orange-200\/50:hover {
  border-top-color: rgb(254 215 170 / 0.5);
  border-bottom-color: rgb(254 215 170 / 0.5);
}

.hover\:border-y-orange-200\/60:hover {
  border-top-color: rgb(254 215 170 / 0.6);
  border-bottom-color: rgb(254 215 170 / 0.6);
}

.hover\:border-y-orange-200\/70:hover {
  border-top-color: rgb(254 215 170 / 0.7);
  border-bottom-color: rgb(254 215 170 / 0.7);
}

.hover\:border-y-orange-200\/75:hover {
  border-top-color: rgb(254 215 170 / 0.75);
  border-bottom-color: rgb(254 215 170 / 0.75);
}

.hover\:border-y-orange-200\/80:hover {
  border-top-color: rgb(254 215 170 / 0.8);
  border-bottom-color: rgb(254 215 170 / 0.8);
}

.hover\:border-y-orange-200\/90:hover {
  border-top-color: rgb(254 215 170 / 0.9);
  border-bottom-color: rgb(254 215 170 / 0.9);
}

.hover\:border-y-orange-200\/95:hover {
  border-top-color: rgb(254 215 170 / 0.95);
  border-bottom-color: rgb(254 215 170 / 0.95);
}

.hover\:border-y-orange-300:hover {
  --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));
}

.hover\:border-y-orange-300\/0:hover {
  border-top-color: rgb(253 186 116 / 0);
  border-bottom-color: rgb(253 186 116 / 0);
}

.hover\:border-y-orange-300\/10:hover {
  border-top-color: rgb(253 186 116 / 0.1);
  border-bottom-color: rgb(253 186 116 / 0.1);
}

.hover\:border-y-orange-300\/100:hover {
  border-top-color: rgb(253 186 116 / 1);
  border-bottom-color: rgb(253 186 116 / 1);
}

.hover\:border-y-orange-300\/20:hover {
  border-top-color: rgb(253 186 116 / 0.2);
  border-bottom-color: rgb(253 186 116 / 0.2);
}

.hover\:border-y-orange-300\/25:hover {
  border-top-color: rgb(253 186 116 / 0.25);
  border-bottom-color: rgb(253 186 116 / 0.25);
}

.hover\:border-y-orange-300\/30:hover {
  border-top-color: rgb(253 186 116 / 0.3);
  border-bottom-color: rgb(253 186 116 / 0.3);
}

.hover\:border-y-orange-300\/40:hover {
  border-top-color: rgb(253 186 116 / 0.4);
  border-bottom-color: rgb(253 186 116 / 0.4);
}

.hover\:border-y-orange-300\/5:hover {
  border-top-color: rgb(253 186 116 / 0.05);
  border-bottom-color: rgb(253 186 116 / 0.05);
}

.hover\:border-y-orange-300\/50:hover {
  border-top-color: rgb(253 186 116 / 0.5);
  border-bottom-color: rgb(253 186 116 / 0.5);
}

.hover\:border-y-orange-300\/60:hover {
  border-top-color: rgb(253 186 116 / 0.6);
  border-bottom-color: rgb(253 186 116 / 0.6);
}

.hover\:border-y-orange-300\/70:hover {
  border-top-color: rgb(253 186 116 / 0.7);
  border-bottom-color: rgb(253 186 116 / 0.7);
}

.hover\:border-y-orange-300\/75:hover {
  border-top-color: rgb(253 186 116 / 0.75);
  border-bottom-color: rgb(253 186 116 / 0.75);
}

.hover\:border-y-orange-300\/80:hover {
  border-top-color: rgb(253 186 116 / 0.8);
  border-bottom-color: rgb(253 186 116 / 0.8);
}

.hover\:border-y-orange-300\/90:hover {
  border-top-color: rgb(253 186 116 / 0.9);
  border-bottom-color: rgb(253 186 116 / 0.9);
}

.hover\:border-y-orange-300\/95:hover {
  border-top-color: rgb(253 186 116 / 0.95);
  border-bottom-color: rgb(253 186 116 / 0.95);
}

.hover\:border-y-orange-400:hover {
  --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));
}

.hover\:border-y-orange-400\/0:hover {
  border-top-color: rgb(251 146 60 / 0);
  border-bottom-color: rgb(251 146 60 / 0);
}

.hover\:border-y-orange-400\/10:hover {
  border-top-color: rgb(251 146 60 / 0.1);
  border-bottom-color: rgb(251 146 60 / 0.1);
}

.hover\:border-y-orange-400\/100:hover {
  border-top-color: rgb(251 146 60 / 1);
  border-bottom-color: rgb(251 146 60 / 1);
}

.hover\:border-y-orange-400\/20:hover {
  border-top-color: rgb(251 146 60 / 0.2);
  border-bottom-color: rgb(251 146 60 / 0.2);
}

.hover\:border-y-orange-400\/25:hover {
  border-top-color: rgb(251 146 60 / 0.25);
  border-bottom-color: rgb(251 146 60 / 0.25);
}

.hover\:border-y-orange-400\/30:hover {
  border-top-color: rgb(251 146 60 / 0.3);
  border-bottom-color: rgb(251 146 60 / 0.3);
}

.hover\:border-y-orange-400\/40:hover {
  border-top-color: rgb(251 146 60 / 0.4);
  border-bottom-color: rgb(251 146 60 / 0.4);
}

.hover\:border-y-orange-400\/5:hover {
  border-top-color: rgb(251 146 60 / 0.05);
  border-bottom-color: rgb(251 146 60 / 0.05);
}

.hover\:border-y-orange-400\/50:hover {
  border-top-color: rgb(251 146 60 / 0.5);
  border-bottom-color: rgb(251 146 60 / 0.5);
}

.hover\:border-y-orange-400\/60:hover {
  border-top-color: rgb(251 146 60 / 0.6);
  border-bottom-color: rgb(251 146 60 / 0.6);
}

.hover\:border-y-orange-400\/70:hover {
  border-top-color: rgb(251 146 60 / 0.7);
  border-bottom-color: rgb(251 146 60 / 0.7);
}

.hover\:border-y-orange-400\/75:hover {
  border-top-color: rgb(251 146 60 / 0.75);
  border-bottom-color: rgb(251 146 60 / 0.75);
}

.hover\:border-y-orange-400\/80:hover {
  border-top-color: rgb(251 146 60 / 0.8);
  border-bottom-color: rgb(251 146 60 / 0.8);
}

.hover\:border-y-orange-400\/90:hover {
  border-top-color: rgb(251 146 60 / 0.9);
  border-bottom-color: rgb(251 146 60 / 0.9);
}

.hover\:border-y-orange-400\/95:hover {
  border-top-color: rgb(251 146 60 / 0.95);
  border-bottom-color: rgb(251 146 60 / 0.95);
}

.hover\:border-y-orange-50:hover {
  --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));
}

.hover\:border-y-orange-50\/0:hover {
  border-top-color: rgb(255 247 237 / 0);
  border-bottom-color: rgb(255 247 237 / 0);
}

.hover\:border-y-orange-50\/10:hover {
  border-top-color: rgb(255 247 237 / 0.1);
  border-bottom-color: rgb(255 247 237 / 0.1);
}

.hover\:border-y-orange-50\/100:hover {
  border-top-color: rgb(255 247 237 / 1);
  border-bottom-color: rgb(255 247 237 / 1);
}

.hover\:border-y-orange-50\/20:hover {
  border-top-color: rgb(255 247 237 / 0.2);
  border-bottom-color: rgb(255 247 237 / 0.2);
}

.hover\:border-y-orange-50\/25:hover {
  border-top-color: rgb(255 247 237 / 0.25);
  border-bottom-color: rgb(255 247 237 / 0.25);
}

.hover\:border-y-orange-50\/30:hover {
  border-top-color: rgb(255 247 237 / 0.3);
  border-bottom-color: rgb(255 247 237 / 0.3);
}

.hover\:border-y-orange-50\/40:hover {
  border-top-color: rgb(255 247 237 / 0.4);
  border-bottom-color: rgb(255 247 237 / 0.4);
}

.hover\:border-y-orange-50\/5:hover {
  border-top-color: rgb(255 247 237 / 0.05);
  border-bottom-color: rgb(255 247 237 / 0.05);
}

.hover\:border-y-orange-50\/50:hover {
  border-top-color: rgb(255 247 237 / 0.5);
  border-bottom-color: rgb(255 247 237 / 0.5);
}

.hover\:border-y-orange-50\/60:hover {
  border-top-color: rgb(255 247 237 / 0.6);
  border-bottom-color: rgb(255 247 237 / 0.6);
}

.hover\:border-y-orange-50\/70:hover {
  border-top-color: rgb(255 247 237 / 0.7);
  border-bottom-color: rgb(255 247 237 / 0.7);
}

.hover\:border-y-orange-50\/75:hover {
  border-top-color: rgb(255 247 237 / 0.75);
  border-bottom-color: rgb(255 247 237 / 0.75);
}

.hover\:border-y-orange-50\/80:hover {
  border-top-color: rgb(255 247 237 / 0.8);
  border-bottom-color: rgb(255 247 237 / 0.8);
}

.hover\:border-y-orange-50\/90:hover {
  border-top-color: rgb(255 247 237 / 0.9);
  border-bottom-color: rgb(255 247 237 / 0.9);
}

.hover\:border-y-orange-50\/95:hover {
  border-top-color: rgb(255 247 237 / 0.95);
  border-bottom-color: rgb(255 247 237 / 0.95);
}

.hover\:border-y-orange-500:hover {
  --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));
}

.hover\:border-y-orange-500\/0:hover {
  border-top-color: rgb(249 115 22 / 0);
  border-bottom-color: rgb(249 115 22 / 0);
}

.hover\:border-y-orange-500\/10:hover {
  border-top-color: rgb(249 115 22 / 0.1);
  border-bottom-color: rgb(249 115 22 / 0.1);
}

.hover\:border-y-orange-500\/100:hover {
  border-top-color: rgb(249 115 22 / 1);
  border-bottom-color: rgb(249 115 22 / 1);
}

.hover\:border-y-orange-500\/20:hover {
  border-top-color: rgb(249 115 22 / 0.2);
  border-bottom-color: rgb(249 115 22 / 0.2);
}

.hover\:border-y-orange-500\/25:hover {
  border-top-color: rgb(249 115 22 / 0.25);
  border-bottom-color: rgb(249 115 22 / 0.25);
}

.hover\:border-y-orange-500\/30:hover {
  border-top-color: rgb(249 115 22 / 0.3);
  border-bottom-color: rgb(249 115 22 / 0.3);
}

.hover\:border-y-orange-500\/40:hover {
  border-top-color: rgb(249 115 22 / 0.4);
  border-bottom-color: rgb(249 115 22 / 0.4);
}

.hover\:border-y-orange-500\/5:hover {
  border-top-color: rgb(249 115 22 / 0.05);
  border-bottom-color: rgb(249 115 22 / 0.05);
}

.hover\:border-y-orange-500\/50:hover {
  border-top-color: rgb(249 115 22 / 0.5);
  border-bottom-color: rgb(249 115 22 / 0.5);
}

.hover\:border-y-orange-500\/60:hover {
  border-top-color: rgb(249 115 22 / 0.6);
  border-bottom-color: rgb(249 115 22 / 0.6);
}

.hover\:border-y-orange-500\/70:hover {
  border-top-color: rgb(249 115 22 / 0.7);
  border-bottom-color: rgb(249 115 22 / 0.7);
}

.hover\:border-y-orange-500\/75:hover {
  border-top-color: rgb(249 115 22 / 0.75);
  border-bottom-color: rgb(249 115 22 / 0.75);
}

.hover\:border-y-orange-500\/80:hover {
  border-top-color: rgb(249 115 22 / 0.8);
  border-bottom-color: rgb(249 115 22 / 0.8);
}

.hover\:border-y-orange-500\/90:hover {
  border-top-color: rgb(249 115 22 / 0.9);
  border-bottom-color: rgb(249 115 22 / 0.9);
}

.hover\:border-y-orange-500\/95:hover {
  border-top-color: rgb(249 115 22 / 0.95);
  border-bottom-color: rgb(249 115 22 / 0.95);
}

.hover\:border-y-orange-600:hover {
  --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));
}

.hover\:border-y-orange-600\/0:hover {
  border-top-color: rgb(234 88 12 / 0);
  border-bottom-color: rgb(234 88 12 / 0);
}

.hover\:border-y-orange-600\/10:hover {
  border-top-color: rgb(234 88 12 / 0.1);
  border-bottom-color: rgb(234 88 12 / 0.1);
}

.hover\:border-y-orange-600\/100:hover {
  border-top-color: rgb(234 88 12 / 1);
  border-bottom-color: rgb(234 88 12 / 1);
}

.hover\:border-y-orange-600\/20:hover {
  border-top-color: rgb(234 88 12 / 0.2);
  border-bottom-color: rgb(234 88 12 / 0.2);
}

.hover\:border-y-orange-600\/25:hover {
  border-top-color: rgb(234 88 12 / 0.25);
  border-bottom-color: rgb(234 88 12 / 0.25);
}

.hover\:border-y-orange-600\/30:hover {
  border-top-color: rgb(234 88 12 / 0.3);
  border-bottom-color: rgb(234 88 12 / 0.3);
}

.hover\:border-y-orange-600\/40:hover {
  border-top-color: rgb(234 88 12 / 0.4);
  border-bottom-color: rgb(234 88 12 / 0.4);
}

.hover\:border-y-orange-600\/5:hover {
  border-top-color: rgb(234 88 12 / 0.05);
  border-bottom-color: rgb(234 88 12 / 0.05);
}

.hover\:border-y-orange-600\/50:hover {
  border-top-color: rgb(234 88 12 / 0.5);
  border-bottom-color: rgb(234 88 12 / 0.5);
}

.hover\:border-y-orange-600\/60:hover {
  border-top-color: rgb(234 88 12 / 0.6);
  border-bottom-color: rgb(234 88 12 / 0.6);
}

.hover\:border-y-orange-600\/70:hover {
  border-top-color: rgb(234 88 12 / 0.7);
  border-bottom-color: rgb(234 88 12 / 0.7);
}

.hover\:border-y-orange-600\/75:hover {
  border-top-color: rgb(234 88 12 / 0.75);
  border-bottom-color: rgb(234 88 12 / 0.75);
}

.hover\:border-y-orange-600\/80:hover {
  border-top-color: rgb(234 88 12 / 0.8);
  border-bottom-color: rgb(234 88 12 / 0.8);
}

.hover\:border-y-orange-600\/90:hover {
  border-top-color: rgb(234 88 12 / 0.9);
  border-bottom-color: rgb(234 88 12 / 0.9);
}

.hover\:border-y-orange-600\/95:hover {
  border-top-color: rgb(234 88 12 / 0.95);
  border-bottom-color: rgb(234 88 12 / 0.95);
}

.hover\:border-y-orange-700:hover {
  --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));
}

.hover\:border-y-orange-700\/0:hover {
  border-top-color: rgb(194 65 12 / 0);
  border-bottom-color: rgb(194 65 12 / 0);
}

.hover\:border-y-orange-700\/10:hover {
  border-top-color: rgb(194 65 12 / 0.1);
  border-bottom-color: rgb(194 65 12 / 0.1);
}

.hover\:border-y-orange-700\/100:hover {
  border-top-color: rgb(194 65 12 / 1);
  border-bottom-color: rgb(194 65 12 / 1);
}

.hover\:border-y-orange-700\/20:hover {
  border-top-color: rgb(194 65 12 / 0.2);
  border-bottom-color: rgb(194 65 12 / 0.2);
}

.hover\:border-y-orange-700\/25:hover {
  border-top-color: rgb(194 65 12 / 0.25);
  border-bottom-color: rgb(194 65 12 / 0.25);
}

.hover\:border-y-orange-700\/30:hover {
  border-top-color: rgb(194 65 12 / 0.3);
  border-bottom-color: rgb(194 65 12 / 0.3);
}

.hover\:border-y-orange-700\/40:hover {
  border-top-color: rgb(194 65 12 / 0.4);
  border-bottom-color: rgb(194 65 12 / 0.4);
}

.hover\:border-y-orange-700\/5:hover {
  border-top-color: rgb(194 65 12 / 0.05);
  border-bottom-color: rgb(194 65 12 / 0.05);
}

.hover\:border-y-orange-700\/50:hover {
  border-top-color: rgb(194 65 12 / 0.5);
  border-bottom-color: rgb(194 65 12 / 0.5);
}

.hover\:border-y-orange-700\/60:hover {
  border-top-color: rgb(194 65 12 / 0.6);
  border-bottom-color: rgb(194 65 12 / 0.6);
}

.hover\:border-y-orange-700\/70:hover {
  border-top-color: rgb(194 65 12 / 0.7);
  border-bottom-color: rgb(194 65 12 / 0.7);
}

.hover\:border-y-orange-700\/75:hover {
  border-top-color: rgb(194 65 12 / 0.75);
  border-bottom-color: rgb(194 65 12 / 0.75);
}

.hover\:border-y-orange-700\/80:hover {
  border-top-color: rgb(194 65 12 / 0.8);
  border-bottom-color: rgb(194 65 12 / 0.8);
}

.hover\:border-y-orange-700\/90:hover {
  border-top-color: rgb(194 65 12 / 0.9);
  border-bottom-color: rgb(194 65 12 / 0.9);
}

.hover\:border-y-orange-700\/95:hover {
  border-top-color: rgb(194 65 12 / 0.95);
  border-bottom-color: rgb(194 65 12 / 0.95);
}

.hover\:border-y-orange-800:hover {
  --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));
}

.hover\:border-y-orange-800\/0:hover {
  border-top-color: rgb(154 52 18 / 0);
  border-bottom-color: rgb(154 52 18 / 0);
}

.hover\:border-y-orange-800\/10:hover {
  border-top-color: rgb(154 52 18 / 0.1);
  border-bottom-color: rgb(154 52 18 / 0.1);
}

.hover\:border-y-orange-800\/100:hover {
  border-top-color: rgb(154 52 18 / 1);
  border-bottom-color: rgb(154 52 18 / 1);
}

.hover\:border-y-orange-800\/20:hover {
  border-top-color: rgb(154 52 18 / 0.2);
  border-bottom-color: rgb(154 52 18 / 0.2);
}

.hover\:border-y-orange-800\/25:hover {
  border-top-color: rgb(154 52 18 / 0.25);
  border-bottom-color: rgb(154 52 18 / 0.25);
}

.hover\:border-y-orange-800\/30:hover {
  border-top-color: rgb(154 52 18 / 0.3);
  border-bottom-color: rgb(154 52 18 / 0.3);
}

.hover\:border-y-orange-800\/40:hover {
  border-top-color: rgb(154 52 18 / 0.4);
  border-bottom-color: rgb(154 52 18 / 0.4);
}

.hover\:border-y-orange-800\/5:hover {
  border-top-color: rgb(154 52 18 / 0.05);
  border-bottom-color: rgb(154 52 18 / 0.05);
}

.hover\:border-y-orange-800\/50:hover {
  border-top-color: rgb(154 52 18 / 0.5);
  border-bottom-color: rgb(154 52 18 / 0.5);
}

.hover\:border-y-orange-800\/60:hover {
  border-top-color: rgb(154 52 18 / 0.6);
  border-bottom-color: rgb(154 52 18 / 0.6);
}

.hover\:border-y-orange-800\/70:hover {
  border-top-color: rgb(154 52 18 / 0.7);
  border-bottom-color: rgb(154 52 18 / 0.7);
}

.hover\:border-y-orange-800\/75:hover {
  border-top-color: rgb(154 52 18 / 0.75);
  border-bottom-color: rgb(154 52 18 / 0.75);
}

.hover\:border-y-orange-800\/80:hover {
  border-top-color: rgb(154 52 18 / 0.8);
  border-bottom-color: rgb(154 52 18 / 0.8);
}

.hover\:border-y-orange-800\/90:hover {
  border-top-color: rgb(154 52 18 / 0.9);
  border-bottom-color: rgb(154 52 18 / 0.9);
}

.hover\:border-y-orange-800\/95:hover {
  border-top-color: rgb(154 52 18 / 0.95);
  border-bottom-color: rgb(154 52 18 / 0.95);
}

.hover\:border-y-orange-900:hover {
  --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));
}

.hover\:border-y-orange-900\/0:hover {
  border-top-color: rgb(124 45 18 / 0);
  border-bottom-color: rgb(124 45 18 / 0);
}

.hover\:border-y-orange-900\/10:hover {
  border-top-color: rgb(124 45 18 / 0.1);
  border-bottom-color: rgb(124 45 18 / 0.1);
}

.hover\:border-y-orange-900\/100:hover {
  border-top-color: rgb(124 45 18 / 1);
  border-bottom-color: rgb(124 45 18 / 1);
}

.hover\:border-y-orange-900\/20:hover {
  border-top-color: rgb(124 45 18 / 0.2);
  border-bottom-color: rgb(124 45 18 / 0.2);
}

.hover\:border-y-orange-900\/25:hover {
  border-top-color: rgb(124 45 18 / 0.25);
  border-bottom-color: rgb(124 45 18 / 0.25);
}

.hover\:border-y-orange-900\/30:hover {
  border-top-color: rgb(124 45 18 / 0.3);
  border-bottom-color: rgb(124 45 18 / 0.3);
}

.hover\:border-y-orange-900\/40:hover {
  border-top-color: rgb(124 45 18 / 0.4);
  border-bottom-color: rgb(124 45 18 / 0.4);
}

.hover\:border-y-orange-900\/5:hover {
  border-top-color: rgb(124 45 18 / 0.05);
  border-bottom-color: rgb(124 45 18 / 0.05);
}

.hover\:border-y-orange-900\/50:hover {
  border-top-color: rgb(124 45 18 / 0.5);
  border-bottom-color: rgb(124 45 18 / 0.5);
}

.hover\:border-y-orange-900\/60:hover {
  border-top-color: rgb(124 45 18 / 0.6);
  border-bottom-color: rgb(124 45 18 / 0.6);
}

.hover\:border-y-orange-900\/70:hover {
  border-top-color: rgb(124 45 18 / 0.7);
  border-bottom-color: rgb(124 45 18 / 0.7);
}

.hover\:border-y-orange-900\/75:hover {
  border-top-color: rgb(124 45 18 / 0.75);
  border-bottom-color: rgb(124 45 18 / 0.75);
}

.hover\:border-y-orange-900\/80:hover {
  border-top-color: rgb(124 45 18 / 0.8);
  border-bottom-color: rgb(124 45 18 / 0.8);
}

.hover\:border-y-orange-900\/90:hover {
  border-top-color: rgb(124 45 18 / 0.9);
  border-bottom-color: rgb(124 45 18 / 0.9);
}

.hover\:border-y-orange-900\/95:hover {
  border-top-color: rgb(124 45 18 / 0.95);
  border-bottom-color: rgb(124 45 18 / 0.95);
}

.hover\:border-y-orange-950:hover {
  --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));
}

.hover\:border-y-orange-950\/0:hover {
  border-top-color: rgb(67 20 7 / 0);
  border-bottom-color: rgb(67 20 7 / 0);
}

.hover\:border-y-orange-950\/10:hover {
  border-top-color: rgb(67 20 7 / 0.1);
  border-bottom-color: rgb(67 20 7 / 0.1);
}

.hover\:border-y-orange-950\/100:hover {
  border-top-color: rgb(67 20 7 / 1);
  border-bottom-color: rgb(67 20 7 / 1);
}

.hover\:border-y-orange-950\/20:hover {
  border-top-color: rgb(67 20 7 / 0.2);
  border-bottom-color: rgb(67 20 7 / 0.2);
}

.hover\:border-y-orange-950\/25:hover {
  border-top-color: rgb(67 20 7 / 0.25);
  border-bottom-color: rgb(67 20 7 / 0.25);
}

.hover\:border-y-orange-950\/30:hover {
  border-top-color: rgb(67 20 7 / 0.3);
  border-bottom-color: rgb(67 20 7 / 0.3);
}

.hover\:border-y-orange-950\/40:hover {
  border-top-color: rgb(67 20 7 / 0.4);
  border-bottom-color: rgb(67 20 7 / 0.4);
}

.hover\:border-y-orange-950\/5:hover {
  border-top-color: rgb(67 20 7 / 0.05);
  border-bottom-color: rgb(67 20 7 / 0.05);
}

.hover\:border-y-orange-950\/50:hover {
  border-top-color: rgb(67 20 7 / 0.5);
  border-bottom-color: rgb(67 20 7 / 0.5);
}

.hover\:border-y-orange-950\/60:hover {
  border-top-color: rgb(67 20 7 / 0.6);
  border-bottom-color: rgb(67 20 7 / 0.6);
}

.hover\:border-y-orange-950\/70:hover {
  border-top-color: rgb(67 20 7 / 0.7);
  border-bottom-color: rgb(67 20 7 / 0.7);
}

.hover\:border-y-orange-950\/75:hover {
  border-top-color: rgb(67 20 7 / 0.75);
  border-bottom-color: rgb(67 20 7 / 0.75);
}

.hover\:border-y-orange-950\/80:hover {
  border-top-color: rgb(67 20 7 / 0.8);
  border-bottom-color: rgb(67 20 7 / 0.8);
}

.hover\:border-y-orange-950\/90:hover {
  border-top-color: rgb(67 20 7 / 0.9);
  border-bottom-color: rgb(67 20 7 / 0.9);
}

.hover\:border-y-orange-950\/95:hover {
  border-top-color: rgb(67 20 7 / 0.95);
  border-bottom-color: rgb(67 20 7 / 0.95);
}

.hover\:border-y-ozc-100:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 239 235 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 239 235 / var(--tw-border-opacity));
}

.hover\:border-y-ozc-100\/0:hover {
  border-top-color: rgb(255 239 235 / 0);
  border-bottom-color: rgb(255 239 235 / 0);
}

.hover\:border-y-ozc-100\/10:hover {
  border-top-color: rgb(255 239 235 / 0.1);
  border-bottom-color: rgb(255 239 235 / 0.1);
}

.hover\:border-y-ozc-100\/100:hover {
  border-top-color: rgb(255 239 235 / 1);
  border-bottom-color: rgb(255 239 235 / 1);
}

.hover\:border-y-ozc-100\/20:hover {
  border-top-color: rgb(255 239 235 / 0.2);
  border-bottom-color: rgb(255 239 235 / 0.2);
}

.hover\:border-y-ozc-100\/25:hover {
  border-top-color: rgb(255 239 235 / 0.25);
  border-bottom-color: rgb(255 239 235 / 0.25);
}

.hover\:border-y-ozc-100\/30:hover {
  border-top-color: rgb(255 239 235 / 0.3);
  border-bottom-color: rgb(255 239 235 / 0.3);
}

.hover\:border-y-ozc-100\/40:hover {
  border-top-color: rgb(255 239 235 / 0.4);
  border-bottom-color: rgb(255 239 235 / 0.4);
}

.hover\:border-y-ozc-100\/5:hover {
  border-top-color: rgb(255 239 235 / 0.05);
  border-bottom-color: rgb(255 239 235 / 0.05);
}

.hover\:border-y-ozc-100\/50:hover {
  border-top-color: rgb(255 239 235 / 0.5);
  border-bottom-color: rgb(255 239 235 / 0.5);
}

.hover\:border-y-ozc-100\/60:hover {
  border-top-color: rgb(255 239 235 / 0.6);
  border-bottom-color: rgb(255 239 235 / 0.6);
}

.hover\:border-y-ozc-100\/70:hover {
  border-top-color: rgb(255 239 235 / 0.7);
  border-bottom-color: rgb(255 239 235 / 0.7);
}

.hover\:border-y-ozc-100\/75:hover {
  border-top-color: rgb(255 239 235 / 0.75);
  border-bottom-color: rgb(255 239 235 / 0.75);
}

.hover\:border-y-ozc-100\/80:hover {
  border-top-color: rgb(255 239 235 / 0.8);
  border-bottom-color: rgb(255 239 235 / 0.8);
}

.hover\:border-y-ozc-100\/90:hover {
  border-top-color: rgb(255 239 235 / 0.9);
  border-bottom-color: rgb(255 239 235 / 0.9);
}

.hover\:border-y-ozc-100\/95:hover {
  border-top-color: rgb(255 239 235 / 0.95);
  border-bottom-color: rgb(255 239 235 / 0.95);
}

.hover\:border-y-ozc-200:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 225 222 / var(--tw-border-opacity));
  border-bottom-color: rgb(253 225 222 / var(--tw-border-opacity));
}

.hover\:border-y-ozc-200\/0:hover {
  border-top-color: rgb(253 225 222 / 0);
  border-bottom-color: rgb(253 225 222 / 0);
}

.hover\:border-y-ozc-200\/10:hover {
  border-top-color: rgb(253 225 222 / 0.1);
  border-bottom-color: rgb(253 225 222 / 0.1);
}

.hover\:border-y-ozc-200\/100:hover {
  border-top-color: rgb(253 225 222 / 1);
  border-bottom-color: rgb(253 225 222 / 1);
}

.hover\:border-y-ozc-200\/20:hover {
  border-top-color: rgb(253 225 222 / 0.2);
  border-bottom-color: rgb(253 225 222 / 0.2);
}

.hover\:border-y-ozc-200\/25:hover {
  border-top-color: rgb(253 225 222 / 0.25);
  border-bottom-color: rgb(253 225 222 / 0.25);
}

.hover\:border-y-ozc-200\/30:hover {
  border-top-color: rgb(253 225 222 / 0.3);
  border-bottom-color: rgb(253 225 222 / 0.3);
}

.hover\:border-y-ozc-200\/40:hover {
  border-top-color: rgb(253 225 222 / 0.4);
  border-bottom-color: rgb(253 225 222 / 0.4);
}

.hover\:border-y-ozc-200\/5:hover {
  border-top-color: rgb(253 225 222 / 0.05);
  border-bottom-color: rgb(253 225 222 / 0.05);
}

.hover\:border-y-ozc-200\/50:hover {
  border-top-color: rgb(253 225 222 / 0.5);
  border-bottom-color: rgb(253 225 222 / 0.5);
}

.hover\:border-y-ozc-200\/60:hover {
  border-top-color: rgb(253 225 222 / 0.6);
  border-bottom-color: rgb(253 225 222 / 0.6);
}

.hover\:border-y-ozc-200\/70:hover {
  border-top-color: rgb(253 225 222 / 0.7);
  border-bottom-color: rgb(253 225 222 / 0.7);
}

.hover\:border-y-ozc-200\/75:hover {
  border-top-color: rgb(253 225 222 / 0.75);
  border-bottom-color: rgb(253 225 222 / 0.75);
}

.hover\:border-y-ozc-200\/80:hover {
  border-top-color: rgb(253 225 222 / 0.8);
  border-bottom-color: rgb(253 225 222 / 0.8);
}

.hover\:border-y-ozc-200\/90:hover {
  border-top-color: rgb(253 225 222 / 0.9);
  border-bottom-color: rgb(253 225 222 / 0.9);
}

.hover\:border-y-ozc-200\/95:hover {
  border-top-color: rgb(253 225 222 / 0.95);
  border-bottom-color: rgb(253 225 222 / 0.95);
}

.hover\:border-y-ozc-300:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(248 181 181 / var(--tw-border-opacity));
  border-bottom-color: rgb(248 181 181 / var(--tw-border-opacity));
}

.hover\:border-y-ozc-300\/0:hover {
  border-top-color: rgb(248 181 181 / 0);
  border-bottom-color: rgb(248 181 181 / 0);
}

.hover\:border-y-ozc-300\/10:hover {
  border-top-color: rgb(248 181 181 / 0.1);
  border-bottom-color: rgb(248 181 181 / 0.1);
}

.hover\:border-y-ozc-300\/100:hover {
  border-top-color: rgb(248 181 181 / 1);
  border-bottom-color: rgb(248 181 181 / 1);
}

.hover\:border-y-ozc-300\/20:hover {
  border-top-color: rgb(248 181 181 / 0.2);
  border-bottom-color: rgb(248 181 181 / 0.2);
}

.hover\:border-y-ozc-300\/25:hover {
  border-top-color: rgb(248 181 181 / 0.25);
  border-bottom-color: rgb(248 181 181 / 0.25);
}

.hover\:border-y-ozc-300\/30:hover {
  border-top-color: rgb(248 181 181 / 0.3);
  border-bottom-color: rgb(248 181 181 / 0.3);
}

.hover\:border-y-ozc-300\/40:hover {
  border-top-color: rgb(248 181 181 / 0.4);
  border-bottom-color: rgb(248 181 181 / 0.4);
}

.hover\:border-y-ozc-300\/5:hover {
  border-top-color: rgb(248 181 181 / 0.05);
  border-bottom-color: rgb(248 181 181 / 0.05);
}

.hover\:border-y-ozc-300\/50:hover {
  border-top-color: rgb(248 181 181 / 0.5);
  border-bottom-color: rgb(248 181 181 / 0.5);
}

.hover\:border-y-ozc-300\/60:hover {
  border-top-color: rgb(248 181 181 / 0.6);
  border-bottom-color: rgb(248 181 181 / 0.6);
}

.hover\:border-y-ozc-300\/70:hover {
  border-top-color: rgb(248 181 181 / 0.7);
  border-bottom-color: rgb(248 181 181 / 0.7);
}

.hover\:border-y-ozc-300\/75:hover {
  border-top-color: rgb(248 181 181 / 0.75);
  border-bottom-color: rgb(248 181 181 / 0.75);
}

.hover\:border-y-ozc-300\/80:hover {
  border-top-color: rgb(248 181 181 / 0.8);
  border-bottom-color: rgb(248 181 181 / 0.8);
}

.hover\:border-y-ozc-300\/90:hover {
  border-top-color: rgb(248 181 181 / 0.9);
  border-bottom-color: rgb(248 181 181 / 0.9);
}

.hover\:border-y-ozc-300\/95:hover {
  border-top-color: rgb(248 181 181 / 0.95);
  border-bottom-color: rgb(248 181 181 / 0.95);
}

.hover\:border-y-ozc-400:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 189 173 / var(--tw-border-opacity));
  border-bottom-color: rgb(250 189 173 / var(--tw-border-opacity));
}

.hover\:border-y-ozc-400\/0:hover {
  border-top-color: rgb(250 189 173 / 0);
  border-bottom-color: rgb(250 189 173 / 0);
}

.hover\:border-y-ozc-400\/10:hover {
  border-top-color: rgb(250 189 173 / 0.1);
  border-bottom-color: rgb(250 189 173 / 0.1);
}

.hover\:border-y-ozc-400\/100:hover {
  border-top-color: rgb(250 189 173 / 1);
  border-bottom-color: rgb(250 189 173 / 1);
}

.hover\:border-y-ozc-400\/20:hover {
  border-top-color: rgb(250 189 173 / 0.2);
  border-bottom-color: rgb(250 189 173 / 0.2);
}

.hover\:border-y-ozc-400\/25:hover {
  border-top-color: rgb(250 189 173 / 0.25);
  border-bottom-color: rgb(250 189 173 / 0.25);
}

.hover\:border-y-ozc-400\/30:hover {
  border-top-color: rgb(250 189 173 / 0.3);
  border-bottom-color: rgb(250 189 173 / 0.3);
}

.hover\:border-y-ozc-400\/40:hover {
  border-top-color: rgb(250 189 173 / 0.4);
  border-bottom-color: rgb(250 189 173 / 0.4);
}

.hover\:border-y-ozc-400\/5:hover {
  border-top-color: rgb(250 189 173 / 0.05);
  border-bottom-color: rgb(250 189 173 / 0.05);
}

.hover\:border-y-ozc-400\/50:hover {
  border-top-color: rgb(250 189 173 / 0.5);
  border-bottom-color: rgb(250 189 173 / 0.5);
}

.hover\:border-y-ozc-400\/60:hover {
  border-top-color: rgb(250 189 173 / 0.6);
  border-bottom-color: rgb(250 189 173 / 0.6);
}

.hover\:border-y-ozc-400\/70:hover {
  border-top-color: rgb(250 189 173 / 0.7);
  border-bottom-color: rgb(250 189 173 / 0.7);
}

.hover\:border-y-ozc-400\/75:hover {
  border-top-color: rgb(250 189 173 / 0.75);
  border-bottom-color: rgb(250 189 173 / 0.75);
}

.hover\:border-y-ozc-400\/80:hover {
  border-top-color: rgb(250 189 173 / 0.8);
  border-bottom-color: rgb(250 189 173 / 0.8);
}

.hover\:border-y-ozc-400\/90:hover {
  border-top-color: rgb(250 189 173 / 0.9);
  border-bottom-color: rgb(250 189 173 / 0.9);
}

.hover\:border-y-ozc-400\/95:hover {
  border-top-color: rgb(250 189 173 / 0.95);
  border-bottom-color: rgb(250 189 173 / 0.95);
}

.hover\:border-y-ozc-50:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 243 232 / var(--tw-border-opacity));
  border-bottom-color: rgb(254 243 232 / var(--tw-border-opacity));
}

.hover\:border-y-ozc-50\/0:hover {
  border-top-color: rgb(254 243 232 / 0);
  border-bottom-color: rgb(254 243 232 / 0);
}

.hover\:border-y-ozc-50\/10:hover {
  border-top-color: rgb(254 243 232 / 0.1);
  border-bottom-color: rgb(254 243 232 / 0.1);
}

.hover\:border-y-ozc-50\/100:hover {
  border-top-color: rgb(254 243 232 / 1);
  border-bottom-color: rgb(254 243 232 / 1);
}

.hover\:border-y-ozc-50\/20:hover {
  border-top-color: rgb(254 243 232 / 0.2);
  border-bottom-color: rgb(254 243 232 / 0.2);
}

.hover\:border-y-ozc-50\/25:hover {
  border-top-color: rgb(254 243 232 / 0.25);
  border-bottom-color: rgb(254 243 232 / 0.25);
}

.hover\:border-y-ozc-50\/30:hover {
  border-top-color: rgb(254 243 232 / 0.3);
  border-bottom-color: rgb(254 243 232 / 0.3);
}

.hover\:border-y-ozc-50\/40:hover {
  border-top-color: rgb(254 243 232 / 0.4);
  border-bottom-color: rgb(254 243 232 / 0.4);
}

.hover\:border-y-ozc-50\/5:hover {
  border-top-color: rgb(254 243 232 / 0.05);
  border-bottom-color: rgb(254 243 232 / 0.05);
}

.hover\:border-y-ozc-50\/50:hover {
  border-top-color: rgb(254 243 232 / 0.5);
  border-bottom-color: rgb(254 243 232 / 0.5);
}

.hover\:border-y-ozc-50\/60:hover {
  border-top-color: rgb(254 243 232 / 0.6);
  border-bottom-color: rgb(254 243 232 / 0.6);
}

.hover\:border-y-ozc-50\/70:hover {
  border-top-color: rgb(254 243 232 / 0.7);
  border-bottom-color: rgb(254 243 232 / 0.7);
}

.hover\:border-y-ozc-50\/75:hover {
  border-top-color: rgb(254 243 232 / 0.75);
  border-bottom-color: rgb(254 243 232 / 0.75);
}

.hover\:border-y-ozc-50\/80:hover {
  border-top-color: rgb(254 243 232 / 0.8);
  border-bottom-color: rgb(254 243 232 / 0.8);
}

.hover\:border-y-ozc-50\/90:hover {
  border-top-color: rgb(254 243 232 / 0.9);
  border-bottom-color: rgb(254 243 232 / 0.9);
}

.hover\:border-y-ozc-50\/95:hover {
  border-top-color: rgb(254 243 232 / 0.95);
  border-bottom-color: rgb(254 243 232 / 0.95);
}

.hover\:border-y-ozc-500:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 110 96 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 110 96 / var(--tw-border-opacity));
}

.hover\:border-y-ozc-500\/0:hover {
  border-top-color: rgb(255 110 96 / 0);
  border-bottom-color: rgb(255 110 96 / 0);
}

.hover\:border-y-ozc-500\/10:hover {
  border-top-color: rgb(255 110 96 / 0.1);
  border-bottom-color: rgb(255 110 96 / 0.1);
}

.hover\:border-y-ozc-500\/100:hover {
  border-top-color: rgb(255 110 96 / 1);
  border-bottom-color: rgb(255 110 96 / 1);
}

.hover\:border-y-ozc-500\/20:hover {
  border-top-color: rgb(255 110 96 / 0.2);
  border-bottom-color: rgb(255 110 96 / 0.2);
}

.hover\:border-y-ozc-500\/25:hover {
  border-top-color: rgb(255 110 96 / 0.25);
  border-bottom-color: rgb(255 110 96 / 0.25);
}

.hover\:border-y-ozc-500\/30:hover {
  border-top-color: rgb(255 110 96 / 0.3);
  border-bottom-color: rgb(255 110 96 / 0.3);
}

.hover\:border-y-ozc-500\/40:hover {
  border-top-color: rgb(255 110 96 / 0.4);
  border-bottom-color: rgb(255 110 96 / 0.4);
}

.hover\:border-y-ozc-500\/5:hover {
  border-top-color: rgb(255 110 96 / 0.05);
  border-bottom-color: rgb(255 110 96 / 0.05);
}

.hover\:border-y-ozc-500\/50:hover {
  border-top-color: rgb(255 110 96 / 0.5);
  border-bottom-color: rgb(255 110 96 / 0.5);
}

.hover\:border-y-ozc-500\/60:hover {
  border-top-color: rgb(255 110 96 / 0.6);
  border-bottom-color: rgb(255 110 96 / 0.6);
}

.hover\:border-y-ozc-500\/70:hover {
  border-top-color: rgb(255 110 96 / 0.7);
  border-bottom-color: rgb(255 110 96 / 0.7);
}

.hover\:border-y-ozc-500\/75:hover {
  border-top-color: rgb(255 110 96 / 0.75);
  border-bottom-color: rgb(255 110 96 / 0.75);
}

.hover\:border-y-ozc-500\/80:hover {
  border-top-color: rgb(255 110 96 / 0.8);
  border-bottom-color: rgb(255 110 96 / 0.8);
}

.hover\:border-y-ozc-500\/90:hover {
  border-top-color: rgb(255 110 96 / 0.9);
  border-bottom-color: rgb(255 110 96 / 0.9);
}

.hover\:border-y-ozc-500\/95:hover {
  border-top-color: rgb(255 110 96 / 0.95);
  border-bottom-color: rgb(255 110 96 / 0.95);
}

.hover\:border-y-ozc-600:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 169 140 / var(--tw-border-opacity));
  border-bottom-color: rgb(249 169 140 / var(--tw-border-opacity));
}

.hover\:border-y-ozc-600\/0:hover {
  border-top-color: rgb(249 169 140 / 0);
  border-bottom-color: rgb(249 169 140 / 0);
}

.hover\:border-y-ozc-600\/10:hover {
  border-top-color: rgb(249 169 140 / 0.1);
  border-bottom-color: rgb(249 169 140 / 0.1);
}

.hover\:border-y-ozc-600\/100:hover {
  border-top-color: rgb(249 169 140 / 1);
  border-bottom-color: rgb(249 169 140 / 1);
}

.hover\:border-y-ozc-600\/20:hover {
  border-top-color: rgb(249 169 140 / 0.2);
  border-bottom-color: rgb(249 169 140 / 0.2);
}

.hover\:border-y-ozc-600\/25:hover {
  border-top-color: rgb(249 169 140 / 0.25);
  border-bottom-color: rgb(249 169 140 / 0.25);
}

.hover\:border-y-ozc-600\/30:hover {
  border-top-color: rgb(249 169 140 / 0.3);
  border-bottom-color: rgb(249 169 140 / 0.3);
}

.hover\:border-y-ozc-600\/40:hover {
  border-top-color: rgb(249 169 140 / 0.4);
  border-bottom-color: rgb(249 169 140 / 0.4);
}

.hover\:border-y-ozc-600\/5:hover {
  border-top-color: rgb(249 169 140 / 0.05);
  border-bottom-color: rgb(249 169 140 / 0.05);
}

.hover\:border-y-ozc-600\/50:hover {
  border-top-color: rgb(249 169 140 / 0.5);
  border-bottom-color: rgb(249 169 140 / 0.5);
}

.hover\:border-y-ozc-600\/60:hover {
  border-top-color: rgb(249 169 140 / 0.6);
  border-bottom-color: rgb(249 169 140 / 0.6);
}

.hover\:border-y-ozc-600\/70:hover {
  border-top-color: rgb(249 169 140 / 0.7);
  border-bottom-color: rgb(249 169 140 / 0.7);
}

.hover\:border-y-ozc-600\/75:hover {
  border-top-color: rgb(249 169 140 / 0.75);
  border-bottom-color: rgb(249 169 140 / 0.75);
}

.hover\:border-y-ozc-600\/80:hover {
  border-top-color: rgb(249 169 140 / 0.8);
  border-bottom-color: rgb(249 169 140 / 0.8);
}

.hover\:border-y-ozc-600\/90:hover {
  border-top-color: rgb(249 169 140 / 0.9);
  border-bottom-color: rgb(249 169 140 / 0.9);
}

.hover\:border-y-ozc-600\/95:hover {
  border-top-color: rgb(249 169 140 / 0.95);
  border-bottom-color: rgb(249 169 140 / 0.95);
}

.hover\:border-y-ozc-700:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(246 148 114 / var(--tw-border-opacity));
  border-bottom-color: rgb(246 148 114 / var(--tw-border-opacity));
}

.hover\:border-y-ozc-700\/0:hover {
  border-top-color: rgb(246 148 114 / 0);
  border-bottom-color: rgb(246 148 114 / 0);
}

.hover\:border-y-ozc-700\/10:hover {
  border-top-color: rgb(246 148 114 / 0.1);
  border-bottom-color: rgb(246 148 114 / 0.1);
}

.hover\:border-y-ozc-700\/100:hover {
  border-top-color: rgb(246 148 114 / 1);
  border-bottom-color: rgb(246 148 114 / 1);
}

.hover\:border-y-ozc-700\/20:hover {
  border-top-color: rgb(246 148 114 / 0.2);
  border-bottom-color: rgb(246 148 114 / 0.2);
}

.hover\:border-y-ozc-700\/25:hover {
  border-top-color: rgb(246 148 114 / 0.25);
  border-bottom-color: rgb(246 148 114 / 0.25);
}

.hover\:border-y-ozc-700\/30:hover {
  border-top-color: rgb(246 148 114 / 0.3);
  border-bottom-color: rgb(246 148 114 / 0.3);
}

.hover\:border-y-ozc-700\/40:hover {
  border-top-color: rgb(246 148 114 / 0.4);
  border-bottom-color: rgb(246 148 114 / 0.4);
}

.hover\:border-y-ozc-700\/5:hover {
  border-top-color: rgb(246 148 114 / 0.05);
  border-bottom-color: rgb(246 148 114 / 0.05);
}

.hover\:border-y-ozc-700\/50:hover {
  border-top-color: rgb(246 148 114 / 0.5);
  border-bottom-color: rgb(246 148 114 / 0.5);
}

.hover\:border-y-ozc-700\/60:hover {
  border-top-color: rgb(246 148 114 / 0.6);
  border-bottom-color: rgb(246 148 114 / 0.6);
}

.hover\:border-y-ozc-700\/70:hover {
  border-top-color: rgb(246 148 114 / 0.7);
  border-bottom-color: rgb(246 148 114 / 0.7);
}

.hover\:border-y-ozc-700\/75:hover {
  border-top-color: rgb(246 148 114 / 0.75);
  border-bottom-color: rgb(246 148 114 / 0.75);
}

.hover\:border-y-ozc-700\/80:hover {
  border-top-color: rgb(246 148 114 / 0.8);
  border-bottom-color: rgb(246 148 114 / 0.8);
}

.hover\:border-y-ozc-700\/90:hover {
  border-top-color: rgb(246 148 114 / 0.9);
  border-bottom-color: rgb(246 148 114 / 0.9);
}

.hover\:border-y-ozc-700\/95:hover {
  border-top-color: rgb(246 148 114 / 0.95);
  border-bottom-color: rgb(246 148 114 / 0.95);
}

.hover\:border-y-ozc-800:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 144 136 / var(--tw-border-opacity));
  border-bottom-color: rgb(245 144 136 / var(--tw-border-opacity));
}

.hover\:border-y-ozc-800\/0:hover {
  border-top-color: rgb(245 144 136 / 0);
  border-bottom-color: rgb(245 144 136 / 0);
}

.hover\:border-y-ozc-800\/10:hover {
  border-top-color: rgb(245 144 136 / 0.1);
  border-bottom-color: rgb(245 144 136 / 0.1);
}

.hover\:border-y-ozc-800\/100:hover {
  border-top-color: rgb(245 144 136 / 1);
  border-bottom-color: rgb(245 144 136 / 1);
}

.hover\:border-y-ozc-800\/20:hover {
  border-top-color: rgb(245 144 136 / 0.2);
  border-bottom-color: rgb(245 144 136 / 0.2);
}

.hover\:border-y-ozc-800\/25:hover {
  border-top-color: rgb(245 144 136 / 0.25);
  border-bottom-color: rgb(245 144 136 / 0.25);
}

.hover\:border-y-ozc-800\/30:hover {
  border-top-color: rgb(245 144 136 / 0.3);
  border-bottom-color: rgb(245 144 136 / 0.3);
}

.hover\:border-y-ozc-800\/40:hover {
  border-top-color: rgb(245 144 136 / 0.4);
  border-bottom-color: rgb(245 144 136 / 0.4);
}

.hover\:border-y-ozc-800\/5:hover {
  border-top-color: rgb(245 144 136 / 0.05);
  border-bottom-color: rgb(245 144 136 / 0.05);
}

.hover\:border-y-ozc-800\/50:hover {
  border-top-color: rgb(245 144 136 / 0.5);
  border-bottom-color: rgb(245 144 136 / 0.5);
}

.hover\:border-y-ozc-800\/60:hover {
  border-top-color: rgb(245 144 136 / 0.6);
  border-bottom-color: rgb(245 144 136 / 0.6);
}

.hover\:border-y-ozc-800\/70:hover {
  border-top-color: rgb(245 144 136 / 0.7);
  border-bottom-color: rgb(245 144 136 / 0.7);
}

.hover\:border-y-ozc-800\/75:hover {
  border-top-color: rgb(245 144 136 / 0.75);
  border-bottom-color: rgb(245 144 136 / 0.75);
}

.hover\:border-y-ozc-800\/80:hover {
  border-top-color: rgb(245 144 136 / 0.8);
  border-bottom-color: rgb(245 144 136 / 0.8);
}

.hover\:border-y-ozc-800\/90:hover {
  border-top-color: rgb(245 144 136 / 0.9);
  border-bottom-color: rgb(245 144 136 / 0.9);
}

.hover\:border-y-ozc-800\/95:hover {
  border-top-color: rgb(245 144 136 / 0.95);
  border-bottom-color: rgb(245 144 136 / 0.95);
}

.hover\:border-y-ozc-900:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(243 121 124 / var(--tw-border-opacity));
  border-bottom-color: rgb(243 121 124 / var(--tw-border-opacity));
}

.hover\:border-y-ozc-900\/0:hover {
  border-top-color: rgb(243 121 124 / 0);
  border-bottom-color: rgb(243 121 124 / 0);
}

.hover\:border-y-ozc-900\/10:hover {
  border-top-color: rgb(243 121 124 / 0.1);
  border-bottom-color: rgb(243 121 124 / 0.1);
}

.hover\:border-y-ozc-900\/100:hover {
  border-top-color: rgb(243 121 124 / 1);
  border-bottom-color: rgb(243 121 124 / 1);
}

.hover\:border-y-ozc-900\/20:hover {
  border-top-color: rgb(243 121 124 / 0.2);
  border-bottom-color: rgb(243 121 124 / 0.2);
}

.hover\:border-y-ozc-900\/25:hover {
  border-top-color: rgb(243 121 124 / 0.25);
  border-bottom-color: rgb(243 121 124 / 0.25);
}

.hover\:border-y-ozc-900\/30:hover {
  border-top-color: rgb(243 121 124 / 0.3);
  border-bottom-color: rgb(243 121 124 / 0.3);
}

.hover\:border-y-ozc-900\/40:hover {
  border-top-color: rgb(243 121 124 / 0.4);
  border-bottom-color: rgb(243 121 124 / 0.4);
}

.hover\:border-y-ozc-900\/5:hover {
  border-top-color: rgb(243 121 124 / 0.05);
  border-bottom-color: rgb(243 121 124 / 0.05);
}

.hover\:border-y-ozc-900\/50:hover {
  border-top-color: rgb(243 121 124 / 0.5);
  border-bottom-color: rgb(243 121 124 / 0.5);
}

.hover\:border-y-ozc-900\/60:hover {
  border-top-color: rgb(243 121 124 / 0.6);
  border-bottom-color: rgb(243 121 124 / 0.6);
}

.hover\:border-y-ozc-900\/70:hover {
  border-top-color: rgb(243 121 124 / 0.7);
  border-bottom-color: rgb(243 121 124 / 0.7);
}

.hover\:border-y-ozc-900\/75:hover {
  border-top-color: rgb(243 121 124 / 0.75);
  border-bottom-color: rgb(243 121 124 / 0.75);
}

.hover\:border-y-ozc-900\/80:hover {
  border-top-color: rgb(243 121 124 / 0.8);
  border-bottom-color: rgb(243 121 124 / 0.8);
}

.hover\:border-y-ozc-900\/90:hover {
  border-top-color: rgb(243 121 124 / 0.9);
  border-bottom-color: rgb(243 121 124 / 0.9);
}

.hover\:border-y-ozc-900\/95:hover {
  border-top-color: rgb(243 121 124 / 0.95);
  border-bottom-color: rgb(243 121 124 / 0.95);
}

.hover\:border-y-ozc-950:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(42 45 51 / var(--tw-border-opacity));
  border-bottom-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.hover\:border-y-ozc-950\/0:hover {
  border-top-color: rgb(42 45 51 / 0);
  border-bottom-color: rgb(42 45 51 / 0);
}

.hover\:border-y-ozc-950\/10:hover {
  border-top-color: rgb(42 45 51 / 0.1);
  border-bottom-color: rgb(42 45 51 / 0.1);
}

.hover\:border-y-ozc-950\/100:hover {
  border-top-color: rgb(42 45 51 / 1);
  border-bottom-color: rgb(42 45 51 / 1);
}

.hover\:border-y-ozc-950\/20:hover {
  border-top-color: rgb(42 45 51 / 0.2);
  border-bottom-color: rgb(42 45 51 / 0.2);
}

.hover\:border-y-ozc-950\/25:hover {
  border-top-color: rgb(42 45 51 / 0.25);
  border-bottom-color: rgb(42 45 51 / 0.25);
}

.hover\:border-y-ozc-950\/30:hover {
  border-top-color: rgb(42 45 51 / 0.3);
  border-bottom-color: rgb(42 45 51 / 0.3);
}

.hover\:border-y-ozc-950\/40:hover {
  border-top-color: rgb(42 45 51 / 0.4);
  border-bottom-color: rgb(42 45 51 / 0.4);
}

.hover\:border-y-ozc-950\/5:hover {
  border-top-color: rgb(42 45 51 / 0.05);
  border-bottom-color: rgb(42 45 51 / 0.05);
}

.hover\:border-y-ozc-950\/50:hover {
  border-top-color: rgb(42 45 51 / 0.5);
  border-bottom-color: rgb(42 45 51 / 0.5);
}

.hover\:border-y-ozc-950\/60:hover {
  border-top-color: rgb(42 45 51 / 0.6);
  border-bottom-color: rgb(42 45 51 / 0.6);
}

.hover\:border-y-ozc-950\/70:hover {
  border-top-color: rgb(42 45 51 / 0.7);
  border-bottom-color: rgb(42 45 51 / 0.7);
}

.hover\:border-y-ozc-950\/75:hover {
  border-top-color: rgb(42 45 51 / 0.75);
  border-bottom-color: rgb(42 45 51 / 0.75);
}

.hover\:border-y-ozc-950\/80:hover {
  border-top-color: rgb(42 45 51 / 0.8);
  border-bottom-color: rgb(42 45 51 / 0.8);
}

.hover\:border-y-ozc-950\/90:hover {
  border-top-color: rgb(42 45 51 / 0.9);
  border-bottom-color: rgb(42 45 51 / 0.9);
}

.hover\:border-y-ozc-950\/95:hover {
  border-top-color: rgb(42 45 51 / 0.95);
  border-bottom-color: rgb(42 45 51 / 0.95);
}

.hover\:border-y-ozc-alt-100:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 250 230 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 250 230 / var(--tw-border-opacity));
}

.hover\:border-y-ozc-alt-100\/0:hover {
  border-top-color: rgb(255 250 230 / 0);
  border-bottom-color: rgb(255 250 230 / 0);
}

.hover\:border-y-ozc-alt-100\/10:hover {
  border-top-color: rgb(255 250 230 / 0.1);
  border-bottom-color: rgb(255 250 230 / 0.1);
}

.hover\:border-y-ozc-alt-100\/100:hover {
  border-top-color: rgb(255 250 230 / 1);
  border-bottom-color: rgb(255 250 230 / 1);
}

.hover\:border-y-ozc-alt-100\/20:hover {
  border-top-color: rgb(255 250 230 / 0.2);
  border-bottom-color: rgb(255 250 230 / 0.2);
}

.hover\:border-y-ozc-alt-100\/25:hover {
  border-top-color: rgb(255 250 230 / 0.25);
  border-bottom-color: rgb(255 250 230 / 0.25);
}

.hover\:border-y-ozc-alt-100\/30:hover {
  border-top-color: rgb(255 250 230 / 0.3);
  border-bottom-color: rgb(255 250 230 / 0.3);
}

.hover\:border-y-ozc-alt-100\/40:hover {
  border-top-color: rgb(255 250 230 / 0.4);
  border-bottom-color: rgb(255 250 230 / 0.4);
}

.hover\:border-y-ozc-alt-100\/5:hover {
  border-top-color: rgb(255 250 230 / 0.05);
  border-bottom-color: rgb(255 250 230 / 0.05);
}

.hover\:border-y-ozc-alt-100\/50:hover {
  border-top-color: rgb(255 250 230 / 0.5);
  border-bottom-color: rgb(255 250 230 / 0.5);
}

.hover\:border-y-ozc-alt-100\/60:hover {
  border-top-color: rgb(255 250 230 / 0.6);
  border-bottom-color: rgb(255 250 230 / 0.6);
}

.hover\:border-y-ozc-alt-100\/70:hover {
  border-top-color: rgb(255 250 230 / 0.7);
  border-bottom-color: rgb(255 250 230 / 0.7);
}

.hover\:border-y-ozc-alt-100\/75:hover {
  border-top-color: rgb(255 250 230 / 0.75);
  border-bottom-color: rgb(255 250 230 / 0.75);
}

.hover\:border-y-ozc-alt-100\/80:hover {
  border-top-color: rgb(255 250 230 / 0.8);
  border-bottom-color: rgb(255 250 230 / 0.8);
}

.hover\:border-y-ozc-alt-100\/90:hover {
  border-top-color: rgb(255 250 230 / 0.9);
  border-bottom-color: rgb(255 250 230 / 0.9);
}

.hover\:border-y-ozc-alt-100\/95:hover {
  border-top-color: rgb(255 250 230 / 0.95);
  border-bottom-color: rgb(255 250 230 / 0.95);
}

.hover\:border-y-ozc-alt-200:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 242 193 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 242 193 / var(--tw-border-opacity));
}

.hover\:border-y-ozc-alt-200\/0:hover {
  border-top-color: rgb(255 242 193 / 0);
  border-bottom-color: rgb(255 242 193 / 0);
}

.hover\:border-y-ozc-alt-200\/10:hover {
  border-top-color: rgb(255 242 193 / 0.1);
  border-bottom-color: rgb(255 242 193 / 0.1);
}

.hover\:border-y-ozc-alt-200\/100:hover {
  border-top-color: rgb(255 242 193 / 1);
  border-bottom-color: rgb(255 242 193 / 1);
}

.hover\:border-y-ozc-alt-200\/20:hover {
  border-top-color: rgb(255 242 193 / 0.2);
  border-bottom-color: rgb(255 242 193 / 0.2);
}

.hover\:border-y-ozc-alt-200\/25:hover {
  border-top-color: rgb(255 242 193 / 0.25);
  border-bottom-color: rgb(255 242 193 / 0.25);
}

.hover\:border-y-ozc-alt-200\/30:hover {
  border-top-color: rgb(255 242 193 / 0.3);
  border-bottom-color: rgb(255 242 193 / 0.3);
}

.hover\:border-y-ozc-alt-200\/40:hover {
  border-top-color: rgb(255 242 193 / 0.4);
  border-bottom-color: rgb(255 242 193 / 0.4);
}

.hover\:border-y-ozc-alt-200\/5:hover {
  border-top-color: rgb(255 242 193 / 0.05);
  border-bottom-color: rgb(255 242 193 / 0.05);
}

.hover\:border-y-ozc-alt-200\/50:hover {
  border-top-color: rgb(255 242 193 / 0.5);
  border-bottom-color: rgb(255 242 193 / 0.5);
}

.hover\:border-y-ozc-alt-200\/60:hover {
  border-top-color: rgb(255 242 193 / 0.6);
  border-bottom-color: rgb(255 242 193 / 0.6);
}

.hover\:border-y-ozc-alt-200\/70:hover {
  border-top-color: rgb(255 242 193 / 0.7);
  border-bottom-color: rgb(255 242 193 / 0.7);
}

.hover\:border-y-ozc-alt-200\/75:hover {
  border-top-color: rgb(255 242 193 / 0.75);
  border-bottom-color: rgb(255 242 193 / 0.75);
}

.hover\:border-y-ozc-alt-200\/80:hover {
  border-top-color: rgb(255 242 193 / 0.8);
  border-bottom-color: rgb(255 242 193 / 0.8);
}

.hover\:border-y-ozc-alt-200\/90:hover {
  border-top-color: rgb(255 242 193 / 0.9);
  border-bottom-color: rgb(255 242 193 / 0.9);
}

.hover\:border-y-ozc-alt-200\/95:hover {
  border-top-color: rgb(255 242 193 / 0.95);
  border-bottom-color: rgb(255 242 193 / 0.95);
}

.hover\:border-y-ozc-alt-300:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 235 155 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 235 155 / var(--tw-border-opacity));
}

.hover\:border-y-ozc-alt-300\/0:hover {
  border-top-color: rgb(255 235 155 / 0);
  border-bottom-color: rgb(255 235 155 / 0);
}

.hover\:border-y-ozc-alt-300\/10:hover {
  border-top-color: rgb(255 235 155 / 0.1);
  border-bottom-color: rgb(255 235 155 / 0.1);
}

.hover\:border-y-ozc-alt-300\/100:hover {
  border-top-color: rgb(255 235 155 / 1);
  border-bottom-color: rgb(255 235 155 / 1);
}

.hover\:border-y-ozc-alt-300\/20:hover {
  border-top-color: rgb(255 235 155 / 0.2);
  border-bottom-color: rgb(255 235 155 / 0.2);
}

.hover\:border-y-ozc-alt-300\/25:hover {
  border-top-color: rgb(255 235 155 / 0.25);
  border-bottom-color: rgb(255 235 155 / 0.25);
}

.hover\:border-y-ozc-alt-300\/30:hover {
  border-top-color: rgb(255 235 155 / 0.3);
  border-bottom-color: rgb(255 235 155 / 0.3);
}

.hover\:border-y-ozc-alt-300\/40:hover {
  border-top-color: rgb(255 235 155 / 0.4);
  border-bottom-color: rgb(255 235 155 / 0.4);
}

.hover\:border-y-ozc-alt-300\/5:hover {
  border-top-color: rgb(255 235 155 / 0.05);
  border-bottom-color: rgb(255 235 155 / 0.05);
}

.hover\:border-y-ozc-alt-300\/50:hover {
  border-top-color: rgb(255 235 155 / 0.5);
  border-bottom-color: rgb(255 235 155 / 0.5);
}

.hover\:border-y-ozc-alt-300\/60:hover {
  border-top-color: rgb(255 235 155 / 0.6);
  border-bottom-color: rgb(255 235 155 / 0.6);
}

.hover\:border-y-ozc-alt-300\/70:hover {
  border-top-color: rgb(255 235 155 / 0.7);
  border-bottom-color: rgb(255 235 155 / 0.7);
}

.hover\:border-y-ozc-alt-300\/75:hover {
  border-top-color: rgb(255 235 155 / 0.75);
  border-bottom-color: rgb(255 235 155 / 0.75);
}

.hover\:border-y-ozc-alt-300\/80:hover {
  border-top-color: rgb(255 235 155 / 0.8);
  border-bottom-color: rgb(255 235 155 / 0.8);
}

.hover\:border-y-ozc-alt-300\/90:hover {
  border-top-color: rgb(255 235 155 / 0.9);
  border-bottom-color: rgb(255 235 155 / 0.9);
}

.hover\:border-y-ozc-alt-300\/95:hover {
  border-top-color: rgb(255 235 155 / 0.95);
  border-bottom-color: rgb(255 235 155 / 0.95);
}

.hover\:border-y-ozc-alt-400:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 219 80 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 219 80 / var(--tw-border-opacity));
}

.hover\:border-y-ozc-alt-400\/0:hover {
  border-top-color: rgb(255 219 80 / 0);
  border-bottom-color: rgb(255 219 80 / 0);
}

.hover\:border-y-ozc-alt-400\/10:hover {
  border-top-color: rgb(255 219 80 / 0.1);
  border-bottom-color: rgb(255 219 80 / 0.1);
}

.hover\:border-y-ozc-alt-400\/100:hover {
  border-top-color: rgb(255 219 80 / 1);
  border-bottom-color: rgb(255 219 80 / 1);
}

.hover\:border-y-ozc-alt-400\/20:hover {
  border-top-color: rgb(255 219 80 / 0.2);
  border-bottom-color: rgb(255 219 80 / 0.2);
}

.hover\:border-y-ozc-alt-400\/25:hover {
  border-top-color: rgb(255 219 80 / 0.25);
  border-bottom-color: rgb(255 219 80 / 0.25);
}

.hover\:border-y-ozc-alt-400\/30:hover {
  border-top-color: rgb(255 219 80 / 0.3);
  border-bottom-color: rgb(255 219 80 / 0.3);
}

.hover\:border-y-ozc-alt-400\/40:hover {
  border-top-color: rgb(255 219 80 / 0.4);
  border-bottom-color: rgb(255 219 80 / 0.4);
}

.hover\:border-y-ozc-alt-400\/5:hover {
  border-top-color: rgb(255 219 80 / 0.05);
  border-bottom-color: rgb(255 219 80 / 0.05);
}

.hover\:border-y-ozc-alt-400\/50:hover {
  border-top-color: rgb(255 219 80 / 0.5);
  border-bottom-color: rgb(255 219 80 / 0.5);
}

.hover\:border-y-ozc-alt-400\/60:hover {
  border-top-color: rgb(255 219 80 / 0.6);
  border-bottom-color: rgb(255 219 80 / 0.6);
}

.hover\:border-y-ozc-alt-400\/70:hover {
  border-top-color: rgb(255 219 80 / 0.7);
  border-bottom-color: rgb(255 219 80 / 0.7);
}

.hover\:border-y-ozc-alt-400\/75:hover {
  border-top-color: rgb(255 219 80 / 0.75);
  border-bottom-color: rgb(255 219 80 / 0.75);
}

.hover\:border-y-ozc-alt-400\/80:hover {
  border-top-color: rgb(255 219 80 / 0.8);
  border-bottom-color: rgb(255 219 80 / 0.8);
}

.hover\:border-y-ozc-alt-400\/90:hover {
  border-top-color: rgb(255 219 80 / 0.9);
  border-bottom-color: rgb(255 219 80 / 0.9);
}

.hover\:border-y-ozc-alt-400\/95:hover {
  border-top-color: rgb(255 219 80 / 0.95);
  border-bottom-color: rgb(255 219 80 / 0.95);
}

.hover\:border-y-ozc-alt-50:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 252 243 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 252 243 / var(--tw-border-opacity));
}

.hover\:border-y-ozc-alt-50\/0:hover {
  border-top-color: rgb(255 252 243 / 0);
  border-bottom-color: rgb(255 252 243 / 0);
}

.hover\:border-y-ozc-alt-50\/10:hover {
  border-top-color: rgb(255 252 243 / 0.1);
  border-bottom-color: rgb(255 252 243 / 0.1);
}

.hover\:border-y-ozc-alt-50\/100:hover {
  border-top-color: rgb(255 252 243 / 1);
  border-bottom-color: rgb(255 252 243 / 1);
}

.hover\:border-y-ozc-alt-50\/20:hover {
  border-top-color: rgb(255 252 243 / 0.2);
  border-bottom-color: rgb(255 252 243 / 0.2);
}

.hover\:border-y-ozc-alt-50\/25:hover {
  border-top-color: rgb(255 252 243 / 0.25);
  border-bottom-color: rgb(255 252 243 / 0.25);
}

.hover\:border-y-ozc-alt-50\/30:hover {
  border-top-color: rgb(255 252 243 / 0.3);
  border-bottom-color: rgb(255 252 243 / 0.3);
}

.hover\:border-y-ozc-alt-50\/40:hover {
  border-top-color: rgb(255 252 243 / 0.4);
  border-bottom-color: rgb(255 252 243 / 0.4);
}

.hover\:border-y-ozc-alt-50\/5:hover {
  border-top-color: rgb(255 252 243 / 0.05);
  border-bottom-color: rgb(255 252 243 / 0.05);
}

.hover\:border-y-ozc-alt-50\/50:hover {
  border-top-color: rgb(255 252 243 / 0.5);
  border-bottom-color: rgb(255 252 243 / 0.5);
}

.hover\:border-y-ozc-alt-50\/60:hover {
  border-top-color: rgb(255 252 243 / 0.6);
  border-bottom-color: rgb(255 252 243 / 0.6);
}

.hover\:border-y-ozc-alt-50\/70:hover {
  border-top-color: rgb(255 252 243 / 0.7);
  border-bottom-color: rgb(255 252 243 / 0.7);
}

.hover\:border-y-ozc-alt-50\/75:hover {
  border-top-color: rgb(255 252 243 / 0.75);
  border-bottom-color: rgb(255 252 243 / 0.75);
}

.hover\:border-y-ozc-alt-50\/80:hover {
  border-top-color: rgb(255 252 243 / 0.8);
  border-bottom-color: rgb(255 252 243 / 0.8);
}

.hover\:border-y-ozc-alt-50\/90:hover {
  border-top-color: rgb(255 252 243 / 0.9);
  border-bottom-color: rgb(255 252 243 / 0.9);
}

.hover\:border-y-ozc-alt-50\/95:hover {
  border-top-color: rgb(255 252 243 / 0.95);
  border-bottom-color: rgb(255 252 243 / 0.95);
}

.hover\:border-y-ozc-alt-500:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 204 5 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 204 5 / var(--tw-border-opacity));
}

.hover\:border-y-ozc-alt-500\/0:hover {
  border-top-color: rgb(255 204 5 / 0);
  border-bottom-color: rgb(255 204 5 / 0);
}

.hover\:border-y-ozc-alt-500\/10:hover {
  border-top-color: rgb(255 204 5 / 0.1);
  border-bottom-color: rgb(255 204 5 / 0.1);
}

.hover\:border-y-ozc-alt-500\/100:hover {
  border-top-color: rgb(255 204 5 / 1);
  border-bottom-color: rgb(255 204 5 / 1);
}

.hover\:border-y-ozc-alt-500\/20:hover {
  border-top-color: rgb(255 204 5 / 0.2);
  border-bottom-color: rgb(255 204 5 / 0.2);
}

.hover\:border-y-ozc-alt-500\/25:hover {
  border-top-color: rgb(255 204 5 / 0.25);
  border-bottom-color: rgb(255 204 5 / 0.25);
}

.hover\:border-y-ozc-alt-500\/30:hover {
  border-top-color: rgb(255 204 5 / 0.3);
  border-bottom-color: rgb(255 204 5 / 0.3);
}

.hover\:border-y-ozc-alt-500\/40:hover {
  border-top-color: rgb(255 204 5 / 0.4);
  border-bottom-color: rgb(255 204 5 / 0.4);
}

.hover\:border-y-ozc-alt-500\/5:hover {
  border-top-color: rgb(255 204 5 / 0.05);
  border-bottom-color: rgb(255 204 5 / 0.05);
}

.hover\:border-y-ozc-alt-500\/50:hover {
  border-top-color: rgb(255 204 5 / 0.5);
  border-bottom-color: rgb(255 204 5 / 0.5);
}

.hover\:border-y-ozc-alt-500\/60:hover {
  border-top-color: rgb(255 204 5 / 0.6);
  border-bottom-color: rgb(255 204 5 / 0.6);
}

.hover\:border-y-ozc-alt-500\/70:hover {
  border-top-color: rgb(255 204 5 / 0.7);
  border-bottom-color: rgb(255 204 5 / 0.7);
}

.hover\:border-y-ozc-alt-500\/75:hover {
  border-top-color: rgb(255 204 5 / 0.75);
  border-bottom-color: rgb(255 204 5 / 0.75);
}

.hover\:border-y-ozc-alt-500\/80:hover {
  border-top-color: rgb(255 204 5 / 0.8);
  border-bottom-color: rgb(255 204 5 / 0.8);
}

.hover\:border-y-ozc-alt-500\/90:hover {
  border-top-color: rgb(255 204 5 / 0.9);
  border-bottom-color: rgb(255 204 5 / 0.9);
}

.hover\:border-y-ozc-alt-500\/95:hover {
  border-top-color: rgb(255 204 5 / 0.95);
  border-bottom-color: rgb(255 204 5 / 0.95);
}

.hover\:border-y-ozc-alt-600:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(230 184 5 / var(--tw-border-opacity));
  border-bottom-color: rgb(230 184 5 / var(--tw-border-opacity));
}

.hover\:border-y-ozc-alt-600\/0:hover {
  border-top-color: rgb(230 184 5 / 0);
  border-bottom-color: rgb(230 184 5 / 0);
}

.hover\:border-y-ozc-alt-600\/10:hover {
  border-top-color: rgb(230 184 5 / 0.1);
  border-bottom-color: rgb(230 184 5 / 0.1);
}

.hover\:border-y-ozc-alt-600\/100:hover {
  border-top-color: rgb(230 184 5 / 1);
  border-bottom-color: rgb(230 184 5 / 1);
}

.hover\:border-y-ozc-alt-600\/20:hover {
  border-top-color: rgb(230 184 5 / 0.2);
  border-bottom-color: rgb(230 184 5 / 0.2);
}

.hover\:border-y-ozc-alt-600\/25:hover {
  border-top-color: rgb(230 184 5 / 0.25);
  border-bottom-color: rgb(230 184 5 / 0.25);
}

.hover\:border-y-ozc-alt-600\/30:hover {
  border-top-color: rgb(230 184 5 / 0.3);
  border-bottom-color: rgb(230 184 5 / 0.3);
}

.hover\:border-y-ozc-alt-600\/40:hover {
  border-top-color: rgb(230 184 5 / 0.4);
  border-bottom-color: rgb(230 184 5 / 0.4);
}

.hover\:border-y-ozc-alt-600\/5:hover {
  border-top-color: rgb(230 184 5 / 0.05);
  border-bottom-color: rgb(230 184 5 / 0.05);
}

.hover\:border-y-ozc-alt-600\/50:hover {
  border-top-color: rgb(230 184 5 / 0.5);
  border-bottom-color: rgb(230 184 5 / 0.5);
}

.hover\:border-y-ozc-alt-600\/60:hover {
  border-top-color: rgb(230 184 5 / 0.6);
  border-bottom-color: rgb(230 184 5 / 0.6);
}

.hover\:border-y-ozc-alt-600\/70:hover {
  border-top-color: rgb(230 184 5 / 0.7);
  border-bottom-color: rgb(230 184 5 / 0.7);
}

.hover\:border-y-ozc-alt-600\/75:hover {
  border-top-color: rgb(230 184 5 / 0.75);
  border-bottom-color: rgb(230 184 5 / 0.75);
}

.hover\:border-y-ozc-alt-600\/80:hover {
  border-top-color: rgb(230 184 5 / 0.8);
  border-bottom-color: rgb(230 184 5 / 0.8);
}

.hover\:border-y-ozc-alt-600\/90:hover {
  border-top-color: rgb(230 184 5 / 0.9);
  border-bottom-color: rgb(230 184 5 / 0.9);
}

.hover\:border-y-ozc-alt-600\/95:hover {
  border-top-color: rgb(230 184 5 / 0.95);
  border-bottom-color: rgb(230 184 5 / 0.95);
}

.hover\:border-y-ozc-alt-700:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(153 122 3 / var(--tw-border-opacity));
  border-bottom-color: rgb(153 122 3 / var(--tw-border-opacity));
}

.hover\:border-y-ozc-alt-700\/0:hover {
  border-top-color: rgb(153 122 3 / 0);
  border-bottom-color: rgb(153 122 3 / 0);
}

.hover\:border-y-ozc-alt-700\/10:hover {
  border-top-color: rgb(153 122 3 / 0.1);
  border-bottom-color: rgb(153 122 3 / 0.1);
}

.hover\:border-y-ozc-alt-700\/100:hover {
  border-top-color: rgb(153 122 3 / 1);
  border-bottom-color: rgb(153 122 3 / 1);
}

.hover\:border-y-ozc-alt-700\/20:hover {
  border-top-color: rgb(153 122 3 / 0.2);
  border-bottom-color: rgb(153 122 3 / 0.2);
}

.hover\:border-y-ozc-alt-700\/25:hover {
  border-top-color: rgb(153 122 3 / 0.25);
  border-bottom-color: rgb(153 122 3 / 0.25);
}

.hover\:border-y-ozc-alt-700\/30:hover {
  border-top-color: rgb(153 122 3 / 0.3);
  border-bottom-color: rgb(153 122 3 / 0.3);
}

.hover\:border-y-ozc-alt-700\/40:hover {
  border-top-color: rgb(153 122 3 / 0.4);
  border-bottom-color: rgb(153 122 3 / 0.4);
}

.hover\:border-y-ozc-alt-700\/5:hover {
  border-top-color: rgb(153 122 3 / 0.05);
  border-bottom-color: rgb(153 122 3 / 0.05);
}

.hover\:border-y-ozc-alt-700\/50:hover {
  border-top-color: rgb(153 122 3 / 0.5);
  border-bottom-color: rgb(153 122 3 / 0.5);
}

.hover\:border-y-ozc-alt-700\/60:hover {
  border-top-color: rgb(153 122 3 / 0.6);
  border-bottom-color: rgb(153 122 3 / 0.6);
}

.hover\:border-y-ozc-alt-700\/70:hover {
  border-top-color: rgb(153 122 3 / 0.7);
  border-bottom-color: rgb(153 122 3 / 0.7);
}

.hover\:border-y-ozc-alt-700\/75:hover {
  border-top-color: rgb(153 122 3 / 0.75);
  border-bottom-color: rgb(153 122 3 / 0.75);
}

.hover\:border-y-ozc-alt-700\/80:hover {
  border-top-color: rgb(153 122 3 / 0.8);
  border-bottom-color: rgb(153 122 3 / 0.8);
}

.hover\:border-y-ozc-alt-700\/90:hover {
  border-top-color: rgb(153 122 3 / 0.9);
  border-bottom-color: rgb(153 122 3 / 0.9);
}

.hover\:border-y-ozc-alt-700\/95:hover {
  border-top-color: rgb(153 122 3 / 0.95);
  border-bottom-color: rgb(153 122 3 / 0.95);
}

.hover\:border-y-ozc-alt-800:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(115 92 2 / var(--tw-border-opacity));
  border-bottom-color: rgb(115 92 2 / var(--tw-border-opacity));
}

.hover\:border-y-ozc-alt-800\/0:hover {
  border-top-color: rgb(115 92 2 / 0);
  border-bottom-color: rgb(115 92 2 / 0);
}

.hover\:border-y-ozc-alt-800\/10:hover {
  border-top-color: rgb(115 92 2 / 0.1);
  border-bottom-color: rgb(115 92 2 / 0.1);
}

.hover\:border-y-ozc-alt-800\/100:hover {
  border-top-color: rgb(115 92 2 / 1);
  border-bottom-color: rgb(115 92 2 / 1);
}

.hover\:border-y-ozc-alt-800\/20:hover {
  border-top-color: rgb(115 92 2 / 0.2);
  border-bottom-color: rgb(115 92 2 / 0.2);
}

.hover\:border-y-ozc-alt-800\/25:hover {
  border-top-color: rgb(115 92 2 / 0.25);
  border-bottom-color: rgb(115 92 2 / 0.25);
}

.hover\:border-y-ozc-alt-800\/30:hover {
  border-top-color: rgb(115 92 2 / 0.3);
  border-bottom-color: rgb(115 92 2 / 0.3);
}

.hover\:border-y-ozc-alt-800\/40:hover {
  border-top-color: rgb(115 92 2 / 0.4);
  border-bottom-color: rgb(115 92 2 / 0.4);
}

.hover\:border-y-ozc-alt-800\/5:hover {
  border-top-color: rgb(115 92 2 / 0.05);
  border-bottom-color: rgb(115 92 2 / 0.05);
}

.hover\:border-y-ozc-alt-800\/50:hover {
  border-top-color: rgb(115 92 2 / 0.5);
  border-bottom-color: rgb(115 92 2 / 0.5);
}

.hover\:border-y-ozc-alt-800\/60:hover {
  border-top-color: rgb(115 92 2 / 0.6);
  border-bottom-color: rgb(115 92 2 / 0.6);
}

.hover\:border-y-ozc-alt-800\/70:hover {
  border-top-color: rgb(115 92 2 / 0.7);
  border-bottom-color: rgb(115 92 2 / 0.7);
}

.hover\:border-y-ozc-alt-800\/75:hover {
  border-top-color: rgb(115 92 2 / 0.75);
  border-bottom-color: rgb(115 92 2 / 0.75);
}

.hover\:border-y-ozc-alt-800\/80:hover {
  border-top-color: rgb(115 92 2 / 0.8);
  border-bottom-color: rgb(115 92 2 / 0.8);
}

.hover\:border-y-ozc-alt-800\/90:hover {
  border-top-color: rgb(115 92 2 / 0.9);
  border-bottom-color: rgb(115 92 2 / 0.9);
}

.hover\:border-y-ozc-alt-800\/95:hover {
  border-top-color: rgb(115 92 2 / 0.95);
  border-bottom-color: rgb(115 92 2 / 0.95);
}

.hover\:border-y-ozc-alt-900:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(42 45 51 / var(--tw-border-opacity));
  border-bottom-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.hover\:border-y-ozc-alt-900\/0:hover {
  border-top-color: rgb(42 45 51 / 0);
  border-bottom-color: rgb(42 45 51 / 0);
}

.hover\:border-y-ozc-alt-900\/10:hover {
  border-top-color: rgb(42 45 51 / 0.1);
  border-bottom-color: rgb(42 45 51 / 0.1);
}

.hover\:border-y-ozc-alt-900\/100:hover {
  border-top-color: rgb(42 45 51 / 1);
  border-bottom-color: rgb(42 45 51 / 1);
}

.hover\:border-y-ozc-alt-900\/20:hover {
  border-top-color: rgb(42 45 51 / 0.2);
  border-bottom-color: rgb(42 45 51 / 0.2);
}

.hover\:border-y-ozc-alt-900\/25:hover {
  border-top-color: rgb(42 45 51 / 0.25);
  border-bottom-color: rgb(42 45 51 / 0.25);
}

.hover\:border-y-ozc-alt-900\/30:hover {
  border-top-color: rgb(42 45 51 / 0.3);
  border-bottom-color: rgb(42 45 51 / 0.3);
}

.hover\:border-y-ozc-alt-900\/40:hover {
  border-top-color: rgb(42 45 51 / 0.4);
  border-bottom-color: rgb(42 45 51 / 0.4);
}

.hover\:border-y-ozc-alt-900\/5:hover {
  border-top-color: rgb(42 45 51 / 0.05);
  border-bottom-color: rgb(42 45 51 / 0.05);
}

.hover\:border-y-ozc-alt-900\/50:hover {
  border-top-color: rgb(42 45 51 / 0.5);
  border-bottom-color: rgb(42 45 51 / 0.5);
}

.hover\:border-y-ozc-alt-900\/60:hover {
  border-top-color: rgb(42 45 51 / 0.6);
  border-bottom-color: rgb(42 45 51 / 0.6);
}

.hover\:border-y-ozc-alt-900\/70:hover {
  border-top-color: rgb(42 45 51 / 0.7);
  border-bottom-color: rgb(42 45 51 / 0.7);
}

.hover\:border-y-ozc-alt-900\/75:hover {
  border-top-color: rgb(42 45 51 / 0.75);
  border-bottom-color: rgb(42 45 51 / 0.75);
}

.hover\:border-y-ozc-alt-900\/80:hover {
  border-top-color: rgb(42 45 51 / 0.8);
  border-bottom-color: rgb(42 45 51 / 0.8);
}

.hover\:border-y-ozc-alt-900\/90:hover {
  border-top-color: rgb(42 45 51 / 0.9);
  border-bottom-color: rgb(42 45 51 / 0.9);
}

.hover\:border-y-ozc-alt-900\/95:hover {
  border-top-color: rgb(42 45 51 / 0.95);
  border-bottom-color: rgb(42 45 51 / 0.95);
}

.hover\:border-y-pink-100:hover {
  --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));
}

.hover\:border-y-pink-100\/0:hover {
  border-top-color: rgb(252 231 243 / 0);
  border-bottom-color: rgb(252 231 243 / 0);
}

.hover\:border-y-pink-100\/10:hover {
  border-top-color: rgb(252 231 243 / 0.1);
  border-bottom-color: rgb(252 231 243 / 0.1);
}

.hover\:border-y-pink-100\/100:hover {
  border-top-color: rgb(252 231 243 / 1);
  border-bottom-color: rgb(252 231 243 / 1);
}

.hover\:border-y-pink-100\/20:hover {
  border-top-color: rgb(252 231 243 / 0.2);
  border-bottom-color: rgb(252 231 243 / 0.2);
}

.hover\:border-y-pink-100\/25:hover {
  border-top-color: rgb(252 231 243 / 0.25);
  border-bottom-color: rgb(252 231 243 / 0.25);
}

.hover\:border-y-pink-100\/30:hover {
  border-top-color: rgb(252 231 243 / 0.3);
  border-bottom-color: rgb(252 231 243 / 0.3);
}

.hover\:border-y-pink-100\/40:hover {
  border-top-color: rgb(252 231 243 / 0.4);
  border-bottom-color: rgb(252 231 243 / 0.4);
}

.hover\:border-y-pink-100\/5:hover {
  border-top-color: rgb(252 231 243 / 0.05);
  border-bottom-color: rgb(252 231 243 / 0.05);
}

.hover\:border-y-pink-100\/50:hover {
  border-top-color: rgb(252 231 243 / 0.5);
  border-bottom-color: rgb(252 231 243 / 0.5);
}

.hover\:border-y-pink-100\/60:hover {
  border-top-color: rgb(252 231 243 / 0.6);
  border-bottom-color: rgb(252 231 243 / 0.6);
}

.hover\:border-y-pink-100\/70:hover {
  border-top-color: rgb(252 231 243 / 0.7);
  border-bottom-color: rgb(252 231 243 / 0.7);
}

.hover\:border-y-pink-100\/75:hover {
  border-top-color: rgb(252 231 243 / 0.75);
  border-bottom-color: rgb(252 231 243 / 0.75);
}

.hover\:border-y-pink-100\/80:hover {
  border-top-color: rgb(252 231 243 / 0.8);
  border-bottom-color: rgb(252 231 243 / 0.8);
}

.hover\:border-y-pink-100\/90:hover {
  border-top-color: rgb(252 231 243 / 0.9);
  border-bottom-color: rgb(252 231 243 / 0.9);
}

.hover\:border-y-pink-100\/95:hover {
  border-top-color: rgb(252 231 243 / 0.95);
  border-bottom-color: rgb(252 231 243 / 0.95);
}

.hover\:border-y-pink-200:hover {
  --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));
}

.hover\:border-y-pink-200\/0:hover {
  border-top-color: rgb(251 207 232 / 0);
  border-bottom-color: rgb(251 207 232 / 0);
}

.hover\:border-y-pink-200\/10:hover {
  border-top-color: rgb(251 207 232 / 0.1);
  border-bottom-color: rgb(251 207 232 / 0.1);
}

.hover\:border-y-pink-200\/100:hover {
  border-top-color: rgb(251 207 232 / 1);
  border-bottom-color: rgb(251 207 232 / 1);
}

.hover\:border-y-pink-200\/20:hover {
  border-top-color: rgb(251 207 232 / 0.2);
  border-bottom-color: rgb(251 207 232 / 0.2);
}

.hover\:border-y-pink-200\/25:hover {
  border-top-color: rgb(251 207 232 / 0.25);
  border-bottom-color: rgb(251 207 232 / 0.25);
}

.hover\:border-y-pink-200\/30:hover {
  border-top-color: rgb(251 207 232 / 0.3);
  border-bottom-color: rgb(251 207 232 / 0.3);
}

.hover\:border-y-pink-200\/40:hover {
  border-top-color: rgb(251 207 232 / 0.4);
  border-bottom-color: rgb(251 207 232 / 0.4);
}

.hover\:border-y-pink-200\/5:hover {
  border-top-color: rgb(251 207 232 / 0.05);
  border-bottom-color: rgb(251 207 232 / 0.05);
}

.hover\:border-y-pink-200\/50:hover {
  border-top-color: rgb(251 207 232 / 0.5);
  border-bottom-color: rgb(251 207 232 / 0.5);
}

.hover\:border-y-pink-200\/60:hover {
  border-top-color: rgb(251 207 232 / 0.6);
  border-bottom-color: rgb(251 207 232 / 0.6);
}

.hover\:border-y-pink-200\/70:hover {
  border-top-color: rgb(251 207 232 / 0.7);
  border-bottom-color: rgb(251 207 232 / 0.7);
}

.hover\:border-y-pink-200\/75:hover {
  border-top-color: rgb(251 207 232 / 0.75);
  border-bottom-color: rgb(251 207 232 / 0.75);
}

.hover\:border-y-pink-200\/80:hover {
  border-top-color: rgb(251 207 232 / 0.8);
  border-bottom-color: rgb(251 207 232 / 0.8);
}

.hover\:border-y-pink-200\/90:hover {
  border-top-color: rgb(251 207 232 / 0.9);
  border-bottom-color: rgb(251 207 232 / 0.9);
}

.hover\:border-y-pink-200\/95:hover {
  border-top-color: rgb(251 207 232 / 0.95);
  border-bottom-color: rgb(251 207 232 / 0.95);
}

.hover\:border-y-pink-300:hover {
  --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));
}

.hover\:border-y-pink-300\/0:hover {
  border-top-color: rgb(249 168 212 / 0);
  border-bottom-color: rgb(249 168 212 / 0);
}

.hover\:border-y-pink-300\/10:hover {
  border-top-color: rgb(249 168 212 / 0.1);
  border-bottom-color: rgb(249 168 212 / 0.1);
}

.hover\:border-y-pink-300\/100:hover {
  border-top-color: rgb(249 168 212 / 1);
  border-bottom-color: rgb(249 168 212 / 1);
}

.hover\:border-y-pink-300\/20:hover {
  border-top-color: rgb(249 168 212 / 0.2);
  border-bottom-color: rgb(249 168 212 / 0.2);
}

.hover\:border-y-pink-300\/25:hover {
  border-top-color: rgb(249 168 212 / 0.25);
  border-bottom-color: rgb(249 168 212 / 0.25);
}

.hover\:border-y-pink-300\/30:hover {
  border-top-color: rgb(249 168 212 / 0.3);
  border-bottom-color: rgb(249 168 212 / 0.3);
}

.hover\:border-y-pink-300\/40:hover {
  border-top-color: rgb(249 168 212 / 0.4);
  border-bottom-color: rgb(249 168 212 / 0.4);
}

.hover\:border-y-pink-300\/5:hover {
  border-top-color: rgb(249 168 212 / 0.05);
  border-bottom-color: rgb(249 168 212 / 0.05);
}

.hover\:border-y-pink-300\/50:hover {
  border-top-color: rgb(249 168 212 / 0.5);
  border-bottom-color: rgb(249 168 212 / 0.5);
}

.hover\:border-y-pink-300\/60:hover {
  border-top-color: rgb(249 168 212 / 0.6);
  border-bottom-color: rgb(249 168 212 / 0.6);
}

.hover\:border-y-pink-300\/70:hover {
  border-top-color: rgb(249 168 212 / 0.7);
  border-bottom-color: rgb(249 168 212 / 0.7);
}

.hover\:border-y-pink-300\/75:hover {
  border-top-color: rgb(249 168 212 / 0.75);
  border-bottom-color: rgb(249 168 212 / 0.75);
}

.hover\:border-y-pink-300\/80:hover {
  border-top-color: rgb(249 168 212 / 0.8);
  border-bottom-color: rgb(249 168 212 / 0.8);
}

.hover\:border-y-pink-300\/90:hover {
  border-top-color: rgb(249 168 212 / 0.9);
  border-bottom-color: rgb(249 168 212 / 0.9);
}

.hover\:border-y-pink-300\/95:hover {
  border-top-color: rgb(249 168 212 / 0.95);
  border-bottom-color: rgb(249 168 212 / 0.95);
}

.hover\:border-y-pink-400:hover {
  --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));
}

.hover\:border-y-pink-400\/0:hover {
  border-top-color: rgb(244 114 182 / 0);
  border-bottom-color: rgb(244 114 182 / 0);
}

.hover\:border-y-pink-400\/10:hover {
  border-top-color: rgb(244 114 182 / 0.1);
  border-bottom-color: rgb(244 114 182 / 0.1);
}

.hover\:border-y-pink-400\/100:hover {
  border-top-color: rgb(244 114 182 / 1);
  border-bottom-color: rgb(244 114 182 / 1);
}

.hover\:border-y-pink-400\/20:hover {
  border-top-color: rgb(244 114 182 / 0.2);
  border-bottom-color: rgb(244 114 182 / 0.2);
}

.hover\:border-y-pink-400\/25:hover {
  border-top-color: rgb(244 114 182 / 0.25);
  border-bottom-color: rgb(244 114 182 / 0.25);
}

.hover\:border-y-pink-400\/30:hover {
  border-top-color: rgb(244 114 182 / 0.3);
  border-bottom-color: rgb(244 114 182 / 0.3);
}

.hover\:border-y-pink-400\/40:hover {
  border-top-color: rgb(244 114 182 / 0.4);
  border-bottom-color: rgb(244 114 182 / 0.4);
}

.hover\:border-y-pink-400\/5:hover {
  border-top-color: rgb(244 114 182 / 0.05);
  border-bottom-color: rgb(244 114 182 / 0.05);
}

.hover\:border-y-pink-400\/50:hover {
  border-top-color: rgb(244 114 182 / 0.5);
  border-bottom-color: rgb(244 114 182 / 0.5);
}

.hover\:border-y-pink-400\/60:hover {
  border-top-color: rgb(244 114 182 / 0.6);
  border-bottom-color: rgb(244 114 182 / 0.6);
}

.hover\:border-y-pink-400\/70:hover {
  border-top-color: rgb(244 114 182 / 0.7);
  border-bottom-color: rgb(244 114 182 / 0.7);
}

.hover\:border-y-pink-400\/75:hover {
  border-top-color: rgb(244 114 182 / 0.75);
  border-bottom-color: rgb(244 114 182 / 0.75);
}

.hover\:border-y-pink-400\/80:hover {
  border-top-color: rgb(244 114 182 / 0.8);
  border-bottom-color: rgb(244 114 182 / 0.8);
}

.hover\:border-y-pink-400\/90:hover {
  border-top-color: rgb(244 114 182 / 0.9);
  border-bottom-color: rgb(244 114 182 / 0.9);
}

.hover\:border-y-pink-400\/95:hover {
  border-top-color: rgb(244 114 182 / 0.95);
  border-bottom-color: rgb(244 114 182 / 0.95);
}

.hover\:border-y-pink-50:hover {
  --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));
}

.hover\:border-y-pink-50\/0:hover {
  border-top-color: rgb(253 242 248 / 0);
  border-bottom-color: rgb(253 242 248 / 0);
}

.hover\:border-y-pink-50\/10:hover {
  border-top-color: rgb(253 242 248 / 0.1);
  border-bottom-color: rgb(253 242 248 / 0.1);
}

.hover\:border-y-pink-50\/100:hover {
  border-top-color: rgb(253 242 248 / 1);
  border-bottom-color: rgb(253 242 248 / 1);
}

.hover\:border-y-pink-50\/20:hover {
  border-top-color: rgb(253 242 248 / 0.2);
  border-bottom-color: rgb(253 242 248 / 0.2);
}

.hover\:border-y-pink-50\/25:hover {
  border-top-color: rgb(253 242 248 / 0.25);
  border-bottom-color: rgb(253 242 248 / 0.25);
}

.hover\:border-y-pink-50\/30:hover {
  border-top-color: rgb(253 242 248 / 0.3);
  border-bottom-color: rgb(253 242 248 / 0.3);
}

.hover\:border-y-pink-50\/40:hover {
  border-top-color: rgb(253 242 248 / 0.4);
  border-bottom-color: rgb(253 242 248 / 0.4);
}

.hover\:border-y-pink-50\/5:hover {
  border-top-color: rgb(253 242 248 / 0.05);
  border-bottom-color: rgb(253 242 248 / 0.05);
}

.hover\:border-y-pink-50\/50:hover {
  border-top-color: rgb(253 242 248 / 0.5);
  border-bottom-color: rgb(253 242 248 / 0.5);
}

.hover\:border-y-pink-50\/60:hover {
  border-top-color: rgb(253 242 248 / 0.6);
  border-bottom-color: rgb(253 242 248 / 0.6);
}

.hover\:border-y-pink-50\/70:hover {
  border-top-color: rgb(253 242 248 / 0.7);
  border-bottom-color: rgb(253 242 248 / 0.7);
}

.hover\:border-y-pink-50\/75:hover {
  border-top-color: rgb(253 242 248 / 0.75);
  border-bottom-color: rgb(253 242 248 / 0.75);
}

.hover\:border-y-pink-50\/80:hover {
  border-top-color: rgb(253 242 248 / 0.8);
  border-bottom-color: rgb(253 242 248 / 0.8);
}

.hover\:border-y-pink-50\/90:hover {
  border-top-color: rgb(253 242 248 / 0.9);
  border-bottom-color: rgb(253 242 248 / 0.9);
}

.hover\:border-y-pink-50\/95:hover {
  border-top-color: rgb(253 242 248 / 0.95);
  border-bottom-color: rgb(253 242 248 / 0.95);
}

.hover\:border-y-pink-500:hover {
  --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));
}

.hover\:border-y-pink-500\/0:hover {
  border-top-color: rgb(236 72 153 / 0);
  border-bottom-color: rgb(236 72 153 / 0);
}

.hover\:border-y-pink-500\/10:hover {
  border-top-color: rgb(236 72 153 / 0.1);
  border-bottom-color: rgb(236 72 153 / 0.1);
}

.hover\:border-y-pink-500\/100:hover {
  border-top-color: rgb(236 72 153 / 1);
  border-bottom-color: rgb(236 72 153 / 1);
}

.hover\:border-y-pink-500\/20:hover {
  border-top-color: rgb(236 72 153 / 0.2);
  border-bottom-color: rgb(236 72 153 / 0.2);
}

.hover\:border-y-pink-500\/25:hover {
  border-top-color: rgb(236 72 153 / 0.25);
  border-bottom-color: rgb(236 72 153 / 0.25);
}

.hover\:border-y-pink-500\/30:hover {
  border-top-color: rgb(236 72 153 / 0.3);
  border-bottom-color: rgb(236 72 153 / 0.3);
}

.hover\:border-y-pink-500\/40:hover {
  border-top-color: rgb(236 72 153 / 0.4);
  border-bottom-color: rgb(236 72 153 / 0.4);
}

.hover\:border-y-pink-500\/5:hover {
  border-top-color: rgb(236 72 153 / 0.05);
  border-bottom-color: rgb(236 72 153 / 0.05);
}

.hover\:border-y-pink-500\/50:hover {
  border-top-color: rgb(236 72 153 / 0.5);
  border-bottom-color: rgb(236 72 153 / 0.5);
}

.hover\:border-y-pink-500\/60:hover {
  border-top-color: rgb(236 72 153 / 0.6);
  border-bottom-color: rgb(236 72 153 / 0.6);
}

.hover\:border-y-pink-500\/70:hover {
  border-top-color: rgb(236 72 153 / 0.7);
  border-bottom-color: rgb(236 72 153 / 0.7);
}

.hover\:border-y-pink-500\/75:hover {
  border-top-color: rgb(236 72 153 / 0.75);
  border-bottom-color: rgb(236 72 153 / 0.75);
}

.hover\:border-y-pink-500\/80:hover {
  border-top-color: rgb(236 72 153 / 0.8);
  border-bottom-color: rgb(236 72 153 / 0.8);
}

.hover\:border-y-pink-500\/90:hover {
  border-top-color: rgb(236 72 153 / 0.9);
  border-bottom-color: rgb(236 72 153 / 0.9);
}

.hover\:border-y-pink-500\/95:hover {
  border-top-color: rgb(236 72 153 / 0.95);
  border-bottom-color: rgb(236 72 153 / 0.95);
}

.hover\:border-y-pink-600:hover {
  --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));
}

.hover\:border-y-pink-600\/0:hover {
  border-top-color: rgb(219 39 119 / 0);
  border-bottom-color: rgb(219 39 119 / 0);
}

.hover\:border-y-pink-600\/10:hover {
  border-top-color: rgb(219 39 119 / 0.1);
  border-bottom-color: rgb(219 39 119 / 0.1);
}

.hover\:border-y-pink-600\/100:hover {
  border-top-color: rgb(219 39 119 / 1);
  border-bottom-color: rgb(219 39 119 / 1);
}

.hover\:border-y-pink-600\/20:hover {
  border-top-color: rgb(219 39 119 / 0.2);
  border-bottom-color: rgb(219 39 119 / 0.2);
}

.hover\:border-y-pink-600\/25:hover {
  border-top-color: rgb(219 39 119 / 0.25);
  border-bottom-color: rgb(219 39 119 / 0.25);
}

.hover\:border-y-pink-600\/30:hover {
  border-top-color: rgb(219 39 119 / 0.3);
  border-bottom-color: rgb(219 39 119 / 0.3);
}

.hover\:border-y-pink-600\/40:hover {
  border-top-color: rgb(219 39 119 / 0.4);
  border-bottom-color: rgb(219 39 119 / 0.4);
}

.hover\:border-y-pink-600\/5:hover {
  border-top-color: rgb(219 39 119 / 0.05);
  border-bottom-color: rgb(219 39 119 / 0.05);
}

.hover\:border-y-pink-600\/50:hover {
  border-top-color: rgb(219 39 119 / 0.5);
  border-bottom-color: rgb(219 39 119 / 0.5);
}

.hover\:border-y-pink-600\/60:hover {
  border-top-color: rgb(219 39 119 / 0.6);
  border-bottom-color: rgb(219 39 119 / 0.6);
}

.hover\:border-y-pink-600\/70:hover {
  border-top-color: rgb(219 39 119 / 0.7);
  border-bottom-color: rgb(219 39 119 / 0.7);
}

.hover\:border-y-pink-600\/75:hover {
  border-top-color: rgb(219 39 119 / 0.75);
  border-bottom-color: rgb(219 39 119 / 0.75);
}

.hover\:border-y-pink-600\/80:hover {
  border-top-color: rgb(219 39 119 / 0.8);
  border-bottom-color: rgb(219 39 119 / 0.8);
}

.hover\:border-y-pink-600\/90:hover {
  border-top-color: rgb(219 39 119 / 0.9);
  border-bottom-color: rgb(219 39 119 / 0.9);
}

.hover\:border-y-pink-600\/95:hover {
  border-top-color: rgb(219 39 119 / 0.95);
  border-bottom-color: rgb(219 39 119 / 0.95);
}

.hover\:border-y-pink-700:hover {
  --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));
}

.hover\:border-y-pink-700\/0:hover {
  border-top-color: rgb(190 24 93 / 0);
  border-bottom-color: rgb(190 24 93 / 0);
}

.hover\:border-y-pink-700\/10:hover {
  border-top-color: rgb(190 24 93 / 0.1);
  border-bottom-color: rgb(190 24 93 / 0.1);
}

.hover\:border-y-pink-700\/100:hover {
  border-top-color: rgb(190 24 93 / 1);
  border-bottom-color: rgb(190 24 93 / 1);
}

.hover\:border-y-pink-700\/20:hover {
  border-top-color: rgb(190 24 93 / 0.2);
  border-bottom-color: rgb(190 24 93 / 0.2);
}

.hover\:border-y-pink-700\/25:hover {
  border-top-color: rgb(190 24 93 / 0.25);
  border-bottom-color: rgb(190 24 93 / 0.25);
}

.hover\:border-y-pink-700\/30:hover {
  border-top-color: rgb(190 24 93 / 0.3);
  border-bottom-color: rgb(190 24 93 / 0.3);
}

.hover\:border-y-pink-700\/40:hover {
  border-top-color: rgb(190 24 93 / 0.4);
  border-bottom-color: rgb(190 24 93 / 0.4);
}

.hover\:border-y-pink-700\/5:hover {
  border-top-color: rgb(190 24 93 / 0.05);
  border-bottom-color: rgb(190 24 93 / 0.05);
}

.hover\:border-y-pink-700\/50:hover {
  border-top-color: rgb(190 24 93 / 0.5);
  border-bottom-color: rgb(190 24 93 / 0.5);
}

.hover\:border-y-pink-700\/60:hover {
  border-top-color: rgb(190 24 93 / 0.6);
  border-bottom-color: rgb(190 24 93 / 0.6);
}

.hover\:border-y-pink-700\/70:hover {
  border-top-color: rgb(190 24 93 / 0.7);
  border-bottom-color: rgb(190 24 93 / 0.7);
}

.hover\:border-y-pink-700\/75:hover {
  border-top-color: rgb(190 24 93 / 0.75);
  border-bottom-color: rgb(190 24 93 / 0.75);
}

.hover\:border-y-pink-700\/80:hover {
  border-top-color: rgb(190 24 93 / 0.8);
  border-bottom-color: rgb(190 24 93 / 0.8);
}

.hover\:border-y-pink-700\/90:hover {
  border-top-color: rgb(190 24 93 / 0.9);
  border-bottom-color: rgb(190 24 93 / 0.9);
}

.hover\:border-y-pink-700\/95:hover {
  border-top-color: rgb(190 24 93 / 0.95);
  border-bottom-color: rgb(190 24 93 / 0.95);
}

.hover\:border-y-pink-800:hover {
  --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));
}

.hover\:border-y-pink-800\/0:hover {
  border-top-color: rgb(157 23 77 / 0);
  border-bottom-color: rgb(157 23 77 / 0);
}

.hover\:border-y-pink-800\/10:hover {
  border-top-color: rgb(157 23 77 / 0.1);
  border-bottom-color: rgb(157 23 77 / 0.1);
}

.hover\:border-y-pink-800\/100:hover {
  border-top-color: rgb(157 23 77 / 1);
  border-bottom-color: rgb(157 23 77 / 1);
}

.hover\:border-y-pink-800\/20:hover {
  border-top-color: rgb(157 23 77 / 0.2);
  border-bottom-color: rgb(157 23 77 / 0.2);
}

.hover\:border-y-pink-800\/25:hover {
  border-top-color: rgb(157 23 77 / 0.25);
  border-bottom-color: rgb(157 23 77 / 0.25);
}

.hover\:border-y-pink-800\/30:hover {
  border-top-color: rgb(157 23 77 / 0.3);
  border-bottom-color: rgb(157 23 77 / 0.3);
}

.hover\:border-y-pink-800\/40:hover {
  border-top-color: rgb(157 23 77 / 0.4);
  border-bottom-color: rgb(157 23 77 / 0.4);
}

.hover\:border-y-pink-800\/5:hover {
  border-top-color: rgb(157 23 77 / 0.05);
  border-bottom-color: rgb(157 23 77 / 0.05);
}

.hover\:border-y-pink-800\/50:hover {
  border-top-color: rgb(157 23 77 / 0.5);
  border-bottom-color: rgb(157 23 77 / 0.5);
}

.hover\:border-y-pink-800\/60:hover {
  border-top-color: rgb(157 23 77 / 0.6);
  border-bottom-color: rgb(157 23 77 / 0.6);
}

.hover\:border-y-pink-800\/70:hover {
  border-top-color: rgb(157 23 77 / 0.7);
  border-bottom-color: rgb(157 23 77 / 0.7);
}

.hover\:border-y-pink-800\/75:hover {
  border-top-color: rgb(157 23 77 / 0.75);
  border-bottom-color: rgb(157 23 77 / 0.75);
}

.hover\:border-y-pink-800\/80:hover {
  border-top-color: rgb(157 23 77 / 0.8);
  border-bottom-color: rgb(157 23 77 / 0.8);
}

.hover\:border-y-pink-800\/90:hover {
  border-top-color: rgb(157 23 77 / 0.9);
  border-bottom-color: rgb(157 23 77 / 0.9);
}

.hover\:border-y-pink-800\/95:hover {
  border-top-color: rgb(157 23 77 / 0.95);
  border-bottom-color: rgb(157 23 77 / 0.95);
}

.hover\:border-y-pink-900:hover {
  --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));
}

.hover\:border-y-pink-900\/0:hover {
  border-top-color: rgb(131 24 67 / 0);
  border-bottom-color: rgb(131 24 67 / 0);
}

.hover\:border-y-pink-900\/10:hover {
  border-top-color: rgb(131 24 67 / 0.1);
  border-bottom-color: rgb(131 24 67 / 0.1);
}

.hover\:border-y-pink-900\/100:hover {
  border-top-color: rgb(131 24 67 / 1);
  border-bottom-color: rgb(131 24 67 / 1);
}

.hover\:border-y-pink-900\/20:hover {
  border-top-color: rgb(131 24 67 / 0.2);
  border-bottom-color: rgb(131 24 67 / 0.2);
}

.hover\:border-y-pink-900\/25:hover {
  border-top-color: rgb(131 24 67 / 0.25);
  border-bottom-color: rgb(131 24 67 / 0.25);
}

.hover\:border-y-pink-900\/30:hover {
  border-top-color: rgb(131 24 67 / 0.3);
  border-bottom-color: rgb(131 24 67 / 0.3);
}

.hover\:border-y-pink-900\/40:hover {
  border-top-color: rgb(131 24 67 / 0.4);
  border-bottom-color: rgb(131 24 67 / 0.4);
}

.hover\:border-y-pink-900\/5:hover {
  border-top-color: rgb(131 24 67 / 0.05);
  border-bottom-color: rgb(131 24 67 / 0.05);
}

.hover\:border-y-pink-900\/50:hover {
  border-top-color: rgb(131 24 67 / 0.5);
  border-bottom-color: rgb(131 24 67 / 0.5);
}

.hover\:border-y-pink-900\/60:hover {
  border-top-color: rgb(131 24 67 / 0.6);
  border-bottom-color: rgb(131 24 67 / 0.6);
}

.hover\:border-y-pink-900\/70:hover {
  border-top-color: rgb(131 24 67 / 0.7);
  border-bottom-color: rgb(131 24 67 / 0.7);
}

.hover\:border-y-pink-900\/75:hover {
  border-top-color: rgb(131 24 67 / 0.75);
  border-bottom-color: rgb(131 24 67 / 0.75);
}

.hover\:border-y-pink-900\/80:hover {
  border-top-color: rgb(131 24 67 / 0.8);
  border-bottom-color: rgb(131 24 67 / 0.8);
}

.hover\:border-y-pink-900\/90:hover {
  border-top-color: rgb(131 24 67 / 0.9);
  border-bottom-color: rgb(131 24 67 / 0.9);
}

.hover\:border-y-pink-900\/95:hover {
  border-top-color: rgb(131 24 67 / 0.95);
  border-bottom-color: rgb(131 24 67 / 0.95);
}

.hover\:border-y-pink-950:hover {
  --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));
}

.hover\:border-y-pink-950\/0:hover {
  border-top-color: rgb(80 7 36 / 0);
  border-bottom-color: rgb(80 7 36 / 0);
}

.hover\:border-y-pink-950\/10:hover {
  border-top-color: rgb(80 7 36 / 0.1);
  border-bottom-color: rgb(80 7 36 / 0.1);
}

.hover\:border-y-pink-950\/100:hover {
  border-top-color: rgb(80 7 36 / 1);
  border-bottom-color: rgb(80 7 36 / 1);
}

.hover\:border-y-pink-950\/20:hover {
  border-top-color: rgb(80 7 36 / 0.2);
  border-bottom-color: rgb(80 7 36 / 0.2);
}

.hover\:border-y-pink-950\/25:hover {
  border-top-color: rgb(80 7 36 / 0.25);
  border-bottom-color: rgb(80 7 36 / 0.25);
}

.hover\:border-y-pink-950\/30:hover {
  border-top-color: rgb(80 7 36 / 0.3);
  border-bottom-color: rgb(80 7 36 / 0.3);
}

.hover\:border-y-pink-950\/40:hover {
  border-top-color: rgb(80 7 36 / 0.4);
  border-bottom-color: rgb(80 7 36 / 0.4);
}

.hover\:border-y-pink-950\/5:hover {
  border-top-color: rgb(80 7 36 / 0.05);
  border-bottom-color: rgb(80 7 36 / 0.05);
}

.hover\:border-y-pink-950\/50:hover {
  border-top-color: rgb(80 7 36 / 0.5);
  border-bottom-color: rgb(80 7 36 / 0.5);
}

.hover\:border-y-pink-950\/60:hover {
  border-top-color: rgb(80 7 36 / 0.6);
  border-bottom-color: rgb(80 7 36 / 0.6);
}

.hover\:border-y-pink-950\/70:hover {
  border-top-color: rgb(80 7 36 / 0.7);
  border-bottom-color: rgb(80 7 36 / 0.7);
}

.hover\:border-y-pink-950\/75:hover {
  border-top-color: rgb(80 7 36 / 0.75);
  border-bottom-color: rgb(80 7 36 / 0.75);
}

.hover\:border-y-pink-950\/80:hover {
  border-top-color: rgb(80 7 36 / 0.8);
  border-bottom-color: rgb(80 7 36 / 0.8);
}

.hover\:border-y-pink-950\/90:hover {
  border-top-color: rgb(80 7 36 / 0.9);
  border-bottom-color: rgb(80 7 36 / 0.9);
}

.hover\:border-y-pink-950\/95:hover {
  border-top-color: rgb(80 7 36 / 0.95);
  border-bottom-color: rgb(80 7 36 / 0.95);
}

.hover\:border-y-purple-100:hover {
  --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));
}

.hover\:border-y-purple-100\/0:hover {
  border-top-color: rgb(243 232 255 / 0);
  border-bottom-color: rgb(243 232 255 / 0);
}

.hover\:border-y-purple-100\/10:hover {
  border-top-color: rgb(243 232 255 / 0.1);
  border-bottom-color: rgb(243 232 255 / 0.1);
}

.hover\:border-y-purple-100\/100:hover {
  border-top-color: rgb(243 232 255 / 1);
  border-bottom-color: rgb(243 232 255 / 1);
}

.hover\:border-y-purple-100\/20:hover {
  border-top-color: rgb(243 232 255 / 0.2);
  border-bottom-color: rgb(243 232 255 / 0.2);
}

.hover\:border-y-purple-100\/25:hover {
  border-top-color: rgb(243 232 255 / 0.25);
  border-bottom-color: rgb(243 232 255 / 0.25);
}

.hover\:border-y-purple-100\/30:hover {
  border-top-color: rgb(243 232 255 / 0.3);
  border-bottom-color: rgb(243 232 255 / 0.3);
}

.hover\:border-y-purple-100\/40:hover {
  border-top-color: rgb(243 232 255 / 0.4);
  border-bottom-color: rgb(243 232 255 / 0.4);
}

.hover\:border-y-purple-100\/5:hover {
  border-top-color: rgb(243 232 255 / 0.05);
  border-bottom-color: rgb(243 232 255 / 0.05);
}

.hover\:border-y-purple-100\/50:hover {
  border-top-color: rgb(243 232 255 / 0.5);
  border-bottom-color: rgb(243 232 255 / 0.5);
}

.hover\:border-y-purple-100\/60:hover {
  border-top-color: rgb(243 232 255 / 0.6);
  border-bottom-color: rgb(243 232 255 / 0.6);
}

.hover\:border-y-purple-100\/70:hover {
  border-top-color: rgb(243 232 255 / 0.7);
  border-bottom-color: rgb(243 232 255 / 0.7);
}

.hover\:border-y-purple-100\/75:hover {
  border-top-color: rgb(243 232 255 / 0.75);
  border-bottom-color: rgb(243 232 255 / 0.75);
}

.hover\:border-y-purple-100\/80:hover {
  border-top-color: rgb(243 232 255 / 0.8);
  border-bottom-color: rgb(243 232 255 / 0.8);
}

.hover\:border-y-purple-100\/90:hover {
  border-top-color: rgb(243 232 255 / 0.9);
  border-bottom-color: rgb(243 232 255 / 0.9);
}

.hover\:border-y-purple-100\/95:hover {
  border-top-color: rgb(243 232 255 / 0.95);
  border-bottom-color: rgb(243 232 255 / 0.95);
}

.hover\:border-y-purple-200:hover {
  --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));
}

.hover\:border-y-purple-200\/0:hover {
  border-top-color: rgb(233 213 255 / 0);
  border-bottom-color: rgb(233 213 255 / 0);
}

.hover\:border-y-purple-200\/10:hover {
  border-top-color: rgb(233 213 255 / 0.1);
  border-bottom-color: rgb(233 213 255 / 0.1);
}

.hover\:border-y-purple-200\/100:hover {
  border-top-color: rgb(233 213 255 / 1);
  border-bottom-color: rgb(233 213 255 / 1);
}

.hover\:border-y-purple-200\/20:hover {
  border-top-color: rgb(233 213 255 / 0.2);
  border-bottom-color: rgb(233 213 255 / 0.2);
}

.hover\:border-y-purple-200\/25:hover {
  border-top-color: rgb(233 213 255 / 0.25);
  border-bottom-color: rgb(233 213 255 / 0.25);
}

.hover\:border-y-purple-200\/30:hover {
  border-top-color: rgb(233 213 255 / 0.3);
  border-bottom-color: rgb(233 213 255 / 0.3);
}

.hover\:border-y-purple-200\/40:hover {
  border-top-color: rgb(233 213 255 / 0.4);
  border-bottom-color: rgb(233 213 255 / 0.4);
}

.hover\:border-y-purple-200\/5:hover {
  border-top-color: rgb(233 213 255 / 0.05);
  border-bottom-color: rgb(233 213 255 / 0.05);
}

.hover\:border-y-purple-200\/50:hover {
  border-top-color: rgb(233 213 255 / 0.5);
  border-bottom-color: rgb(233 213 255 / 0.5);
}

.hover\:border-y-purple-200\/60:hover {
  border-top-color: rgb(233 213 255 / 0.6);
  border-bottom-color: rgb(233 213 255 / 0.6);
}

.hover\:border-y-purple-200\/70:hover {
  border-top-color: rgb(233 213 255 / 0.7);
  border-bottom-color: rgb(233 213 255 / 0.7);
}

.hover\:border-y-purple-200\/75:hover {
  border-top-color: rgb(233 213 255 / 0.75);
  border-bottom-color: rgb(233 213 255 / 0.75);
}

.hover\:border-y-purple-200\/80:hover {
  border-top-color: rgb(233 213 255 / 0.8);
  border-bottom-color: rgb(233 213 255 / 0.8);
}

.hover\:border-y-purple-200\/90:hover {
  border-top-color: rgb(233 213 255 / 0.9);
  border-bottom-color: rgb(233 213 255 / 0.9);
}

.hover\:border-y-purple-200\/95:hover {
  border-top-color: rgb(233 213 255 / 0.95);
  border-bottom-color: rgb(233 213 255 / 0.95);
}

.hover\:border-y-purple-300:hover {
  --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));
}

.hover\:border-y-purple-300\/0:hover {
  border-top-color: rgb(216 180 254 / 0);
  border-bottom-color: rgb(216 180 254 / 0);
}

.hover\:border-y-purple-300\/10:hover {
  border-top-color: rgb(216 180 254 / 0.1);
  border-bottom-color: rgb(216 180 254 / 0.1);
}

.hover\:border-y-purple-300\/100:hover {
  border-top-color: rgb(216 180 254 / 1);
  border-bottom-color: rgb(216 180 254 / 1);
}

.hover\:border-y-purple-300\/20:hover {
  border-top-color: rgb(216 180 254 / 0.2);
  border-bottom-color: rgb(216 180 254 / 0.2);
}

.hover\:border-y-purple-300\/25:hover {
  border-top-color: rgb(216 180 254 / 0.25);
  border-bottom-color: rgb(216 180 254 / 0.25);
}

.hover\:border-y-purple-300\/30:hover {
  border-top-color: rgb(216 180 254 / 0.3);
  border-bottom-color: rgb(216 180 254 / 0.3);
}

.hover\:border-y-purple-300\/40:hover {
  border-top-color: rgb(216 180 254 / 0.4);
  border-bottom-color: rgb(216 180 254 / 0.4);
}

.hover\:border-y-purple-300\/5:hover {
  border-top-color: rgb(216 180 254 / 0.05);
  border-bottom-color: rgb(216 180 254 / 0.05);
}

.hover\:border-y-purple-300\/50:hover {
  border-top-color: rgb(216 180 254 / 0.5);
  border-bottom-color: rgb(216 180 254 / 0.5);
}

.hover\:border-y-purple-300\/60:hover {
  border-top-color: rgb(216 180 254 / 0.6);
  border-bottom-color: rgb(216 180 254 / 0.6);
}

.hover\:border-y-purple-300\/70:hover {
  border-top-color: rgb(216 180 254 / 0.7);
  border-bottom-color: rgb(216 180 254 / 0.7);
}

.hover\:border-y-purple-300\/75:hover {
  border-top-color: rgb(216 180 254 / 0.75);
  border-bottom-color: rgb(216 180 254 / 0.75);
}

.hover\:border-y-purple-300\/80:hover {
  border-top-color: rgb(216 180 254 / 0.8);
  border-bottom-color: rgb(216 180 254 / 0.8);
}

.hover\:border-y-purple-300\/90:hover {
  border-top-color: rgb(216 180 254 / 0.9);
  border-bottom-color: rgb(216 180 254 / 0.9);
}

.hover\:border-y-purple-300\/95:hover {
  border-top-color: rgb(216 180 254 / 0.95);
  border-bottom-color: rgb(216 180 254 / 0.95);
}

.hover\:border-y-purple-400:hover {
  --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));
}

.hover\:border-y-purple-400\/0:hover {
  border-top-color: rgb(192 132 252 / 0);
  border-bottom-color: rgb(192 132 252 / 0);
}

.hover\:border-y-purple-400\/10:hover {
  border-top-color: rgb(192 132 252 / 0.1);
  border-bottom-color: rgb(192 132 252 / 0.1);
}

.hover\:border-y-purple-400\/100:hover {
  border-top-color: rgb(192 132 252 / 1);
  border-bottom-color: rgb(192 132 252 / 1);
}

.hover\:border-y-purple-400\/20:hover {
  border-top-color: rgb(192 132 252 / 0.2);
  border-bottom-color: rgb(192 132 252 / 0.2);
}

.hover\:border-y-purple-400\/25:hover {
  border-top-color: rgb(192 132 252 / 0.25);
  border-bottom-color: rgb(192 132 252 / 0.25);
}

.hover\:border-y-purple-400\/30:hover {
  border-top-color: rgb(192 132 252 / 0.3);
  border-bottom-color: rgb(192 132 252 / 0.3);
}

.hover\:border-y-purple-400\/40:hover {
  border-top-color: rgb(192 132 252 / 0.4);
  border-bottom-color: rgb(192 132 252 / 0.4);
}

.hover\:border-y-purple-400\/5:hover {
  border-top-color: rgb(192 132 252 / 0.05);
  border-bottom-color: rgb(192 132 252 / 0.05);
}

.hover\:border-y-purple-400\/50:hover {
  border-top-color: rgb(192 132 252 / 0.5);
  border-bottom-color: rgb(192 132 252 / 0.5);
}

.hover\:border-y-purple-400\/60:hover {
  border-top-color: rgb(192 132 252 / 0.6);
  border-bottom-color: rgb(192 132 252 / 0.6);
}

.hover\:border-y-purple-400\/70:hover {
  border-top-color: rgb(192 132 252 / 0.7);
  border-bottom-color: rgb(192 132 252 / 0.7);
}

.hover\:border-y-purple-400\/75:hover {
  border-top-color: rgb(192 132 252 / 0.75);
  border-bottom-color: rgb(192 132 252 / 0.75);
}

.hover\:border-y-purple-400\/80:hover {
  border-top-color: rgb(192 132 252 / 0.8);
  border-bottom-color: rgb(192 132 252 / 0.8);
}

.hover\:border-y-purple-400\/90:hover {
  border-top-color: rgb(192 132 252 / 0.9);
  border-bottom-color: rgb(192 132 252 / 0.9);
}

.hover\:border-y-purple-400\/95:hover {
  border-top-color: rgb(192 132 252 / 0.95);
  border-bottom-color: rgb(192 132 252 / 0.95);
}

.hover\:border-y-purple-50:hover {
  --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));
}

.hover\:border-y-purple-50\/0:hover {
  border-top-color: rgb(250 245 255 / 0);
  border-bottom-color: rgb(250 245 255 / 0);
}

.hover\:border-y-purple-50\/10:hover {
  border-top-color: rgb(250 245 255 / 0.1);
  border-bottom-color: rgb(250 245 255 / 0.1);
}

.hover\:border-y-purple-50\/100:hover {
  border-top-color: rgb(250 245 255 / 1);
  border-bottom-color: rgb(250 245 255 / 1);
}

.hover\:border-y-purple-50\/20:hover {
  border-top-color: rgb(250 245 255 / 0.2);
  border-bottom-color: rgb(250 245 255 / 0.2);
}

.hover\:border-y-purple-50\/25:hover {
  border-top-color: rgb(250 245 255 / 0.25);
  border-bottom-color: rgb(250 245 255 / 0.25);
}

.hover\:border-y-purple-50\/30:hover {
  border-top-color: rgb(250 245 255 / 0.3);
  border-bottom-color: rgb(250 245 255 / 0.3);
}

.hover\:border-y-purple-50\/40:hover {
  border-top-color: rgb(250 245 255 / 0.4);
  border-bottom-color: rgb(250 245 255 / 0.4);
}

.hover\:border-y-purple-50\/5:hover {
  border-top-color: rgb(250 245 255 / 0.05);
  border-bottom-color: rgb(250 245 255 / 0.05);
}

.hover\:border-y-purple-50\/50:hover {
  border-top-color: rgb(250 245 255 / 0.5);
  border-bottom-color: rgb(250 245 255 / 0.5);
}

.hover\:border-y-purple-50\/60:hover {
  border-top-color: rgb(250 245 255 / 0.6);
  border-bottom-color: rgb(250 245 255 / 0.6);
}

.hover\:border-y-purple-50\/70:hover {
  border-top-color: rgb(250 245 255 / 0.7);
  border-bottom-color: rgb(250 245 255 / 0.7);
}

.hover\:border-y-purple-50\/75:hover {
  border-top-color: rgb(250 245 255 / 0.75);
  border-bottom-color: rgb(250 245 255 / 0.75);
}

.hover\:border-y-purple-50\/80:hover {
  border-top-color: rgb(250 245 255 / 0.8);
  border-bottom-color: rgb(250 245 255 / 0.8);
}

.hover\:border-y-purple-50\/90:hover {
  border-top-color: rgb(250 245 255 / 0.9);
  border-bottom-color: rgb(250 245 255 / 0.9);
}

.hover\:border-y-purple-50\/95:hover {
  border-top-color: rgb(250 245 255 / 0.95);
  border-bottom-color: rgb(250 245 255 / 0.95);
}

.hover\:border-y-purple-500:hover {
  --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));
}

.hover\:border-y-purple-500\/0:hover {
  border-top-color: rgb(168 85 247 / 0);
  border-bottom-color: rgb(168 85 247 / 0);
}

.hover\:border-y-purple-500\/10:hover {
  border-top-color: rgb(168 85 247 / 0.1);
  border-bottom-color: rgb(168 85 247 / 0.1);
}

.hover\:border-y-purple-500\/100:hover {
  border-top-color: rgb(168 85 247 / 1);
  border-bottom-color: rgb(168 85 247 / 1);
}

.hover\:border-y-purple-500\/20:hover {
  border-top-color: rgb(168 85 247 / 0.2);
  border-bottom-color: rgb(168 85 247 / 0.2);
}

.hover\:border-y-purple-500\/25:hover {
  border-top-color: rgb(168 85 247 / 0.25);
  border-bottom-color: rgb(168 85 247 / 0.25);
}

.hover\:border-y-purple-500\/30:hover {
  border-top-color: rgb(168 85 247 / 0.3);
  border-bottom-color: rgb(168 85 247 / 0.3);
}

.hover\:border-y-purple-500\/40:hover {
  border-top-color: rgb(168 85 247 / 0.4);
  border-bottom-color: rgb(168 85 247 / 0.4);
}

.hover\:border-y-purple-500\/5:hover {
  border-top-color: rgb(168 85 247 / 0.05);
  border-bottom-color: rgb(168 85 247 / 0.05);
}

.hover\:border-y-purple-500\/50:hover {
  border-top-color: rgb(168 85 247 / 0.5);
  border-bottom-color: rgb(168 85 247 / 0.5);
}

.hover\:border-y-purple-500\/60:hover {
  border-top-color: rgb(168 85 247 / 0.6);
  border-bottom-color: rgb(168 85 247 / 0.6);
}

.hover\:border-y-purple-500\/70:hover {
  border-top-color: rgb(168 85 247 / 0.7);
  border-bottom-color: rgb(168 85 247 / 0.7);
}

.hover\:border-y-purple-500\/75:hover {
  border-top-color: rgb(168 85 247 / 0.75);
  border-bottom-color: rgb(168 85 247 / 0.75);
}

.hover\:border-y-purple-500\/80:hover {
  border-top-color: rgb(168 85 247 / 0.8);
  border-bottom-color: rgb(168 85 247 / 0.8);
}

.hover\:border-y-purple-500\/90:hover {
  border-top-color: rgb(168 85 247 / 0.9);
  border-bottom-color: rgb(168 85 247 / 0.9);
}

.hover\:border-y-purple-500\/95:hover {
  border-top-color: rgb(168 85 247 / 0.95);
  border-bottom-color: rgb(168 85 247 / 0.95);
}

.hover\:border-y-purple-600:hover {
  --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));
}

.hover\:border-y-purple-600\/0:hover {
  border-top-color: rgb(147 51 234 / 0);
  border-bottom-color: rgb(147 51 234 / 0);
}

.hover\:border-y-purple-600\/10:hover {
  border-top-color: rgb(147 51 234 / 0.1);
  border-bottom-color: rgb(147 51 234 / 0.1);
}

.hover\:border-y-purple-600\/100:hover {
  border-top-color: rgb(147 51 234 / 1);
  border-bottom-color: rgb(147 51 234 / 1);
}

.hover\:border-y-purple-600\/20:hover {
  border-top-color: rgb(147 51 234 / 0.2);
  border-bottom-color: rgb(147 51 234 / 0.2);
}

.hover\:border-y-purple-600\/25:hover {
  border-top-color: rgb(147 51 234 / 0.25);
  border-bottom-color: rgb(147 51 234 / 0.25);
}

.hover\:border-y-purple-600\/30:hover {
  border-top-color: rgb(147 51 234 / 0.3);
  border-bottom-color: rgb(147 51 234 / 0.3);
}

.hover\:border-y-purple-600\/40:hover {
  border-top-color: rgb(147 51 234 / 0.4);
  border-bottom-color: rgb(147 51 234 / 0.4);
}

.hover\:border-y-purple-600\/5:hover {
  border-top-color: rgb(147 51 234 / 0.05);
  border-bottom-color: rgb(147 51 234 / 0.05);
}

.hover\:border-y-purple-600\/50:hover {
  border-top-color: rgb(147 51 234 / 0.5);
  border-bottom-color: rgb(147 51 234 / 0.5);
}

.hover\:border-y-purple-600\/60:hover {
  border-top-color: rgb(147 51 234 / 0.6);
  border-bottom-color: rgb(147 51 234 / 0.6);
}

.hover\:border-y-purple-600\/70:hover {
  border-top-color: rgb(147 51 234 / 0.7);
  border-bottom-color: rgb(147 51 234 / 0.7);
}

.hover\:border-y-purple-600\/75:hover {
  border-top-color: rgb(147 51 234 / 0.75);
  border-bottom-color: rgb(147 51 234 / 0.75);
}

.hover\:border-y-purple-600\/80:hover {
  border-top-color: rgb(147 51 234 / 0.8);
  border-bottom-color: rgb(147 51 234 / 0.8);
}

.hover\:border-y-purple-600\/90:hover {
  border-top-color: rgb(147 51 234 / 0.9);
  border-bottom-color: rgb(147 51 234 / 0.9);
}

.hover\:border-y-purple-600\/95:hover {
  border-top-color: rgb(147 51 234 / 0.95);
  border-bottom-color: rgb(147 51 234 / 0.95);
}

.hover\:border-y-purple-700:hover {
  --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));
}

.hover\:border-y-purple-700\/0:hover {
  border-top-color: rgb(126 34 206 / 0);
  border-bottom-color: rgb(126 34 206 / 0);
}

.hover\:border-y-purple-700\/10:hover {
  border-top-color: rgb(126 34 206 / 0.1);
  border-bottom-color: rgb(126 34 206 / 0.1);
}

.hover\:border-y-purple-700\/100:hover {
  border-top-color: rgb(126 34 206 / 1);
  border-bottom-color: rgb(126 34 206 / 1);
}

.hover\:border-y-purple-700\/20:hover {
  border-top-color: rgb(126 34 206 / 0.2);
  border-bottom-color: rgb(126 34 206 / 0.2);
}

.hover\:border-y-purple-700\/25:hover {
  border-top-color: rgb(126 34 206 / 0.25);
  border-bottom-color: rgb(126 34 206 / 0.25);
}

.hover\:border-y-purple-700\/30:hover {
  border-top-color: rgb(126 34 206 / 0.3);
  border-bottom-color: rgb(126 34 206 / 0.3);
}

.hover\:border-y-purple-700\/40:hover {
  border-top-color: rgb(126 34 206 / 0.4);
  border-bottom-color: rgb(126 34 206 / 0.4);
}

.hover\:border-y-purple-700\/5:hover {
  border-top-color: rgb(126 34 206 / 0.05);
  border-bottom-color: rgb(126 34 206 / 0.05);
}

.hover\:border-y-purple-700\/50:hover {
  border-top-color: rgb(126 34 206 / 0.5);
  border-bottom-color: rgb(126 34 206 / 0.5);
}

.hover\:border-y-purple-700\/60:hover {
  border-top-color: rgb(126 34 206 / 0.6);
  border-bottom-color: rgb(126 34 206 / 0.6);
}

.hover\:border-y-purple-700\/70:hover {
  border-top-color: rgb(126 34 206 / 0.7);
  border-bottom-color: rgb(126 34 206 / 0.7);
}

.hover\:border-y-purple-700\/75:hover {
  border-top-color: rgb(126 34 206 / 0.75);
  border-bottom-color: rgb(126 34 206 / 0.75);
}

.hover\:border-y-purple-700\/80:hover {
  border-top-color: rgb(126 34 206 / 0.8);
  border-bottom-color: rgb(126 34 206 / 0.8);
}

.hover\:border-y-purple-700\/90:hover {
  border-top-color: rgb(126 34 206 / 0.9);
  border-bottom-color: rgb(126 34 206 / 0.9);
}

.hover\:border-y-purple-700\/95:hover {
  border-top-color: rgb(126 34 206 / 0.95);
  border-bottom-color: rgb(126 34 206 / 0.95);
}

.hover\:border-y-purple-800:hover {
  --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));
}

.hover\:border-y-purple-800\/0:hover {
  border-top-color: rgb(107 33 168 / 0);
  border-bottom-color: rgb(107 33 168 / 0);
}

.hover\:border-y-purple-800\/10:hover {
  border-top-color: rgb(107 33 168 / 0.1);
  border-bottom-color: rgb(107 33 168 / 0.1);
}

.hover\:border-y-purple-800\/100:hover {
  border-top-color: rgb(107 33 168 / 1);
  border-bottom-color: rgb(107 33 168 / 1);
}

.hover\:border-y-purple-800\/20:hover {
  border-top-color: rgb(107 33 168 / 0.2);
  border-bottom-color: rgb(107 33 168 / 0.2);
}

.hover\:border-y-purple-800\/25:hover {
  border-top-color: rgb(107 33 168 / 0.25);
  border-bottom-color: rgb(107 33 168 / 0.25);
}

.hover\:border-y-purple-800\/30:hover {
  border-top-color: rgb(107 33 168 / 0.3);
  border-bottom-color: rgb(107 33 168 / 0.3);
}

.hover\:border-y-purple-800\/40:hover {
  border-top-color: rgb(107 33 168 / 0.4);
  border-bottom-color: rgb(107 33 168 / 0.4);
}

.hover\:border-y-purple-800\/5:hover {
  border-top-color: rgb(107 33 168 / 0.05);
  border-bottom-color: rgb(107 33 168 / 0.05);
}

.hover\:border-y-purple-800\/50:hover {
  border-top-color: rgb(107 33 168 / 0.5);
  border-bottom-color: rgb(107 33 168 / 0.5);
}

.hover\:border-y-purple-800\/60:hover {
  border-top-color: rgb(107 33 168 / 0.6);
  border-bottom-color: rgb(107 33 168 / 0.6);
}

.hover\:border-y-purple-800\/70:hover {
  border-top-color: rgb(107 33 168 / 0.7);
  border-bottom-color: rgb(107 33 168 / 0.7);
}

.hover\:border-y-purple-800\/75:hover {
  border-top-color: rgb(107 33 168 / 0.75);
  border-bottom-color: rgb(107 33 168 / 0.75);
}

.hover\:border-y-purple-800\/80:hover {
  border-top-color: rgb(107 33 168 / 0.8);
  border-bottom-color: rgb(107 33 168 / 0.8);
}

.hover\:border-y-purple-800\/90:hover {
  border-top-color: rgb(107 33 168 / 0.9);
  border-bottom-color: rgb(107 33 168 / 0.9);
}

.hover\:border-y-purple-800\/95:hover {
  border-top-color: rgb(107 33 168 / 0.95);
  border-bottom-color: rgb(107 33 168 / 0.95);
}

.hover\:border-y-purple-900:hover {
  --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));
}

.hover\:border-y-purple-900\/0:hover {
  border-top-color: rgb(88 28 135 / 0);
  border-bottom-color: rgb(88 28 135 / 0);
}

.hover\:border-y-purple-900\/10:hover {
  border-top-color: rgb(88 28 135 / 0.1);
  border-bottom-color: rgb(88 28 135 / 0.1);
}

.hover\:border-y-purple-900\/100:hover {
  border-top-color: rgb(88 28 135 / 1);
  border-bottom-color: rgb(88 28 135 / 1);
}

.hover\:border-y-purple-900\/20:hover {
  border-top-color: rgb(88 28 135 / 0.2);
  border-bottom-color: rgb(88 28 135 / 0.2);
}

.hover\:border-y-purple-900\/25:hover {
  border-top-color: rgb(88 28 135 / 0.25);
  border-bottom-color: rgb(88 28 135 / 0.25);
}

.hover\:border-y-purple-900\/30:hover {
  border-top-color: rgb(88 28 135 / 0.3);
  border-bottom-color: rgb(88 28 135 / 0.3);
}

.hover\:border-y-purple-900\/40:hover {
  border-top-color: rgb(88 28 135 / 0.4);
  border-bottom-color: rgb(88 28 135 / 0.4);
}

.hover\:border-y-purple-900\/5:hover {
  border-top-color: rgb(88 28 135 / 0.05);
  border-bottom-color: rgb(88 28 135 / 0.05);
}

.hover\:border-y-purple-900\/50:hover {
  border-top-color: rgb(88 28 135 / 0.5);
  border-bottom-color: rgb(88 28 135 / 0.5);
}

.hover\:border-y-purple-900\/60:hover {
  border-top-color: rgb(88 28 135 / 0.6);
  border-bottom-color: rgb(88 28 135 / 0.6);
}

.hover\:border-y-purple-900\/70:hover {
  border-top-color: rgb(88 28 135 / 0.7);
  border-bottom-color: rgb(88 28 135 / 0.7);
}

.hover\:border-y-purple-900\/75:hover {
  border-top-color: rgb(88 28 135 / 0.75);
  border-bottom-color: rgb(88 28 135 / 0.75);
}

.hover\:border-y-purple-900\/80:hover {
  border-top-color: rgb(88 28 135 / 0.8);
  border-bottom-color: rgb(88 28 135 / 0.8);
}

.hover\:border-y-purple-900\/90:hover {
  border-top-color: rgb(88 28 135 / 0.9);
  border-bottom-color: rgb(88 28 135 / 0.9);
}

.hover\:border-y-purple-900\/95:hover {
  border-top-color: rgb(88 28 135 / 0.95);
  border-bottom-color: rgb(88 28 135 / 0.95);
}

.hover\:border-y-purple-950:hover {
  --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));
}

.hover\:border-y-purple-950\/0:hover {
  border-top-color: rgb(59 7 100 / 0);
  border-bottom-color: rgb(59 7 100 / 0);
}

.hover\:border-y-purple-950\/10:hover {
  border-top-color: rgb(59 7 100 / 0.1);
  border-bottom-color: rgb(59 7 100 / 0.1);
}

.hover\:border-y-purple-950\/100:hover {
  border-top-color: rgb(59 7 100 / 1);
  border-bottom-color: rgb(59 7 100 / 1);
}

.hover\:border-y-purple-950\/20:hover {
  border-top-color: rgb(59 7 100 / 0.2);
  border-bottom-color: rgb(59 7 100 / 0.2);
}

.hover\:border-y-purple-950\/25:hover {
  border-top-color: rgb(59 7 100 / 0.25);
  border-bottom-color: rgb(59 7 100 / 0.25);
}

.hover\:border-y-purple-950\/30:hover {
  border-top-color: rgb(59 7 100 / 0.3);
  border-bottom-color: rgb(59 7 100 / 0.3);
}

.hover\:border-y-purple-950\/40:hover {
  border-top-color: rgb(59 7 100 / 0.4);
  border-bottom-color: rgb(59 7 100 / 0.4);
}

.hover\:border-y-purple-950\/5:hover {
  border-top-color: rgb(59 7 100 / 0.05);
  border-bottom-color: rgb(59 7 100 / 0.05);
}

.hover\:border-y-purple-950\/50:hover {
  border-top-color: rgb(59 7 100 / 0.5);
  border-bottom-color: rgb(59 7 100 / 0.5);
}

.hover\:border-y-purple-950\/60:hover {
  border-top-color: rgb(59 7 100 / 0.6);
  border-bottom-color: rgb(59 7 100 / 0.6);
}

.hover\:border-y-purple-950\/70:hover {
  border-top-color: rgb(59 7 100 / 0.7);
  border-bottom-color: rgb(59 7 100 / 0.7);
}

.hover\:border-y-purple-950\/75:hover {
  border-top-color: rgb(59 7 100 / 0.75);
  border-bottom-color: rgb(59 7 100 / 0.75);
}

.hover\:border-y-purple-950\/80:hover {
  border-top-color: rgb(59 7 100 / 0.8);
  border-bottom-color: rgb(59 7 100 / 0.8);
}

.hover\:border-y-purple-950\/90:hover {
  border-top-color: rgb(59 7 100 / 0.9);
  border-bottom-color: rgb(59 7 100 / 0.9);
}

.hover\:border-y-purple-950\/95:hover {
  border-top-color: rgb(59 7 100 / 0.95);
  border-bottom-color: rgb(59 7 100 / 0.95);
}

.hover\:border-y-red-100:hover {
  --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));
}

.hover\:border-y-red-100\/0:hover {
  border-top-color: rgb(254 226 226 / 0);
  border-bottom-color: rgb(254 226 226 / 0);
}

.hover\:border-y-red-100\/10:hover {
  border-top-color: rgb(254 226 226 / 0.1);
  border-bottom-color: rgb(254 226 226 / 0.1);
}

.hover\:border-y-red-100\/100:hover {
  border-top-color: rgb(254 226 226 / 1);
  border-bottom-color: rgb(254 226 226 / 1);
}

.hover\:border-y-red-100\/20:hover {
  border-top-color: rgb(254 226 226 / 0.2);
  border-bottom-color: rgb(254 226 226 / 0.2);
}

.hover\:border-y-red-100\/25:hover {
  border-top-color: rgb(254 226 226 / 0.25);
  border-bottom-color: rgb(254 226 226 / 0.25);
}

.hover\:border-y-red-100\/30:hover {
  border-top-color: rgb(254 226 226 / 0.3);
  border-bottom-color: rgb(254 226 226 / 0.3);
}

.hover\:border-y-red-100\/40:hover {
  border-top-color: rgb(254 226 226 / 0.4);
  border-bottom-color: rgb(254 226 226 / 0.4);
}

.hover\:border-y-red-100\/5:hover {
  border-top-color: rgb(254 226 226 / 0.05);
  border-bottom-color: rgb(254 226 226 / 0.05);
}

.hover\:border-y-red-100\/50:hover {
  border-top-color: rgb(254 226 226 / 0.5);
  border-bottom-color: rgb(254 226 226 / 0.5);
}

.hover\:border-y-red-100\/60:hover {
  border-top-color: rgb(254 226 226 / 0.6);
  border-bottom-color: rgb(254 226 226 / 0.6);
}

.hover\:border-y-red-100\/70:hover {
  border-top-color: rgb(254 226 226 / 0.7);
  border-bottom-color: rgb(254 226 226 / 0.7);
}

.hover\:border-y-red-100\/75:hover {
  border-top-color: rgb(254 226 226 / 0.75);
  border-bottom-color: rgb(254 226 226 / 0.75);
}

.hover\:border-y-red-100\/80:hover {
  border-top-color: rgb(254 226 226 / 0.8);
  border-bottom-color: rgb(254 226 226 / 0.8);
}

.hover\:border-y-red-100\/90:hover {
  border-top-color: rgb(254 226 226 / 0.9);
  border-bottom-color: rgb(254 226 226 / 0.9);
}

.hover\:border-y-red-100\/95:hover {
  border-top-color: rgb(254 226 226 / 0.95);
  border-bottom-color: rgb(254 226 226 / 0.95);
}

.hover\:border-y-red-200:hover {
  --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));
}

.hover\:border-y-red-200\/0:hover {
  border-top-color: rgb(254 202 202 / 0);
  border-bottom-color: rgb(254 202 202 / 0);
}

.hover\:border-y-red-200\/10:hover {
  border-top-color: rgb(254 202 202 / 0.1);
  border-bottom-color: rgb(254 202 202 / 0.1);
}

.hover\:border-y-red-200\/100:hover {
  border-top-color: rgb(254 202 202 / 1);
  border-bottom-color: rgb(254 202 202 / 1);
}

.hover\:border-y-red-200\/20:hover {
  border-top-color: rgb(254 202 202 / 0.2);
  border-bottom-color: rgb(254 202 202 / 0.2);
}

.hover\:border-y-red-200\/25:hover {
  border-top-color: rgb(254 202 202 / 0.25);
  border-bottom-color: rgb(254 202 202 / 0.25);
}

.hover\:border-y-red-200\/30:hover {
  border-top-color: rgb(254 202 202 / 0.3);
  border-bottom-color: rgb(254 202 202 / 0.3);
}

.hover\:border-y-red-200\/40:hover {
  border-top-color: rgb(254 202 202 / 0.4);
  border-bottom-color: rgb(254 202 202 / 0.4);
}

.hover\:border-y-red-200\/5:hover {
  border-top-color: rgb(254 202 202 / 0.05);
  border-bottom-color: rgb(254 202 202 / 0.05);
}

.hover\:border-y-red-200\/50:hover {
  border-top-color: rgb(254 202 202 / 0.5);
  border-bottom-color: rgb(254 202 202 / 0.5);
}

.hover\:border-y-red-200\/60:hover {
  border-top-color: rgb(254 202 202 / 0.6);
  border-bottom-color: rgb(254 202 202 / 0.6);
}

.hover\:border-y-red-200\/70:hover {
  border-top-color: rgb(254 202 202 / 0.7);
  border-bottom-color: rgb(254 202 202 / 0.7);
}

.hover\:border-y-red-200\/75:hover {
  border-top-color: rgb(254 202 202 / 0.75);
  border-bottom-color: rgb(254 202 202 / 0.75);
}

.hover\:border-y-red-200\/80:hover {
  border-top-color: rgb(254 202 202 / 0.8);
  border-bottom-color: rgb(254 202 202 / 0.8);
}

.hover\:border-y-red-200\/90:hover {
  border-top-color: rgb(254 202 202 / 0.9);
  border-bottom-color: rgb(254 202 202 / 0.9);
}

.hover\:border-y-red-200\/95:hover {
  border-top-color: rgb(254 202 202 / 0.95);
  border-bottom-color: rgb(254 202 202 / 0.95);
}

.hover\:border-y-red-300:hover {
  --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));
}

.hover\:border-y-red-300\/0:hover {
  border-top-color: rgb(252 165 165 / 0);
  border-bottom-color: rgb(252 165 165 / 0);
}

.hover\:border-y-red-300\/10:hover {
  border-top-color: rgb(252 165 165 / 0.1);
  border-bottom-color: rgb(252 165 165 / 0.1);
}

.hover\:border-y-red-300\/100:hover {
  border-top-color: rgb(252 165 165 / 1);
  border-bottom-color: rgb(252 165 165 / 1);
}

.hover\:border-y-red-300\/20:hover {
  border-top-color: rgb(252 165 165 / 0.2);
  border-bottom-color: rgb(252 165 165 / 0.2);
}

.hover\:border-y-red-300\/25:hover {
  border-top-color: rgb(252 165 165 / 0.25);
  border-bottom-color: rgb(252 165 165 / 0.25);
}

.hover\:border-y-red-300\/30:hover {
  border-top-color: rgb(252 165 165 / 0.3);
  border-bottom-color: rgb(252 165 165 / 0.3);
}

.hover\:border-y-red-300\/40:hover {
  border-top-color: rgb(252 165 165 / 0.4);
  border-bottom-color: rgb(252 165 165 / 0.4);
}

.hover\:border-y-red-300\/5:hover {
  border-top-color: rgb(252 165 165 / 0.05);
  border-bottom-color: rgb(252 165 165 / 0.05);
}

.hover\:border-y-red-300\/50:hover {
  border-top-color: rgb(252 165 165 / 0.5);
  border-bottom-color: rgb(252 165 165 / 0.5);
}

.hover\:border-y-red-300\/60:hover {
  border-top-color: rgb(252 165 165 / 0.6);
  border-bottom-color: rgb(252 165 165 / 0.6);
}

.hover\:border-y-red-300\/70:hover {
  border-top-color: rgb(252 165 165 / 0.7);
  border-bottom-color: rgb(252 165 165 / 0.7);
}

.hover\:border-y-red-300\/75:hover {
  border-top-color: rgb(252 165 165 / 0.75);
  border-bottom-color: rgb(252 165 165 / 0.75);
}

.hover\:border-y-red-300\/80:hover {
  border-top-color: rgb(252 165 165 / 0.8);
  border-bottom-color: rgb(252 165 165 / 0.8);
}

.hover\:border-y-red-300\/90:hover {
  border-top-color: rgb(252 165 165 / 0.9);
  border-bottom-color: rgb(252 165 165 / 0.9);
}

.hover\:border-y-red-300\/95:hover {
  border-top-color: rgb(252 165 165 / 0.95);
  border-bottom-color: rgb(252 165 165 / 0.95);
}

.hover\:border-y-red-400:hover {
  --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));
}

.hover\:border-y-red-400\/0:hover {
  border-top-color: rgb(248 113 113 / 0);
  border-bottom-color: rgb(248 113 113 / 0);
}

.hover\:border-y-red-400\/10:hover {
  border-top-color: rgb(248 113 113 / 0.1);
  border-bottom-color: rgb(248 113 113 / 0.1);
}

.hover\:border-y-red-400\/100:hover {
  border-top-color: rgb(248 113 113 / 1);
  border-bottom-color: rgb(248 113 113 / 1);
}

.hover\:border-y-red-400\/20:hover {
  border-top-color: rgb(248 113 113 / 0.2);
  border-bottom-color: rgb(248 113 113 / 0.2);
}

.hover\:border-y-red-400\/25:hover {
  border-top-color: rgb(248 113 113 / 0.25);
  border-bottom-color: rgb(248 113 113 / 0.25);
}

.hover\:border-y-red-400\/30:hover {
  border-top-color: rgb(248 113 113 / 0.3);
  border-bottom-color: rgb(248 113 113 / 0.3);
}

.hover\:border-y-red-400\/40:hover {
  border-top-color: rgb(248 113 113 / 0.4);
  border-bottom-color: rgb(248 113 113 / 0.4);
}

.hover\:border-y-red-400\/5:hover {
  border-top-color: rgb(248 113 113 / 0.05);
  border-bottom-color: rgb(248 113 113 / 0.05);
}

.hover\:border-y-red-400\/50:hover {
  border-top-color: rgb(248 113 113 / 0.5);
  border-bottom-color: rgb(248 113 113 / 0.5);
}

.hover\:border-y-red-400\/60:hover {
  border-top-color: rgb(248 113 113 / 0.6);
  border-bottom-color: rgb(248 113 113 / 0.6);
}

.hover\:border-y-red-400\/70:hover {
  border-top-color: rgb(248 113 113 / 0.7);
  border-bottom-color: rgb(248 113 113 / 0.7);
}

.hover\:border-y-red-400\/75:hover {
  border-top-color: rgb(248 113 113 / 0.75);
  border-bottom-color: rgb(248 113 113 / 0.75);
}

.hover\:border-y-red-400\/80:hover {
  border-top-color: rgb(248 113 113 / 0.8);
  border-bottom-color: rgb(248 113 113 / 0.8);
}

.hover\:border-y-red-400\/90:hover {
  border-top-color: rgb(248 113 113 / 0.9);
  border-bottom-color: rgb(248 113 113 / 0.9);
}

.hover\:border-y-red-400\/95:hover {
  border-top-color: rgb(248 113 113 / 0.95);
  border-bottom-color: rgb(248 113 113 / 0.95);
}

.hover\:border-y-red-50:hover {
  --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));
}

.hover\:border-y-red-50\/0:hover {
  border-top-color: rgb(254 242 242 / 0);
  border-bottom-color: rgb(254 242 242 / 0);
}

.hover\:border-y-red-50\/10:hover {
  border-top-color: rgb(254 242 242 / 0.1);
  border-bottom-color: rgb(254 242 242 / 0.1);
}

.hover\:border-y-red-50\/100:hover {
  border-top-color: rgb(254 242 242 / 1);
  border-bottom-color: rgb(254 242 242 / 1);
}

.hover\:border-y-red-50\/20:hover {
  border-top-color: rgb(254 242 242 / 0.2);
  border-bottom-color: rgb(254 242 242 / 0.2);
}

.hover\:border-y-red-50\/25:hover {
  border-top-color: rgb(254 242 242 / 0.25);
  border-bottom-color: rgb(254 242 242 / 0.25);
}

.hover\:border-y-red-50\/30:hover {
  border-top-color: rgb(254 242 242 / 0.3);
  border-bottom-color: rgb(254 242 242 / 0.3);
}

.hover\:border-y-red-50\/40:hover {
  border-top-color: rgb(254 242 242 / 0.4);
  border-bottom-color: rgb(254 242 242 / 0.4);
}

.hover\:border-y-red-50\/5:hover {
  border-top-color: rgb(254 242 242 / 0.05);
  border-bottom-color: rgb(254 242 242 / 0.05);
}

.hover\:border-y-red-50\/50:hover {
  border-top-color: rgb(254 242 242 / 0.5);
  border-bottom-color: rgb(254 242 242 / 0.5);
}

.hover\:border-y-red-50\/60:hover {
  border-top-color: rgb(254 242 242 / 0.6);
  border-bottom-color: rgb(254 242 242 / 0.6);
}

.hover\:border-y-red-50\/70:hover {
  border-top-color: rgb(254 242 242 / 0.7);
  border-bottom-color: rgb(254 242 242 / 0.7);
}

.hover\:border-y-red-50\/75:hover {
  border-top-color: rgb(254 242 242 / 0.75);
  border-bottom-color: rgb(254 242 242 / 0.75);
}

.hover\:border-y-red-50\/80:hover {
  border-top-color: rgb(254 242 242 / 0.8);
  border-bottom-color: rgb(254 242 242 / 0.8);
}

.hover\:border-y-red-50\/90:hover {
  border-top-color: rgb(254 242 242 / 0.9);
  border-bottom-color: rgb(254 242 242 / 0.9);
}

.hover\:border-y-red-50\/95:hover {
  border-top-color: rgb(254 242 242 / 0.95);
  border-bottom-color: rgb(254 242 242 / 0.95);
}

.hover\:border-y-red-500:hover {
  --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));
}

.hover\:border-y-red-500\/0:hover {
  border-top-color: rgb(239 68 68 / 0);
  border-bottom-color: rgb(239 68 68 / 0);
}

.hover\:border-y-red-500\/10:hover {
  border-top-color: rgb(239 68 68 / 0.1);
  border-bottom-color: rgb(239 68 68 / 0.1);
}

.hover\:border-y-red-500\/100:hover {
  border-top-color: rgb(239 68 68 / 1);
  border-bottom-color: rgb(239 68 68 / 1);
}

.hover\:border-y-red-500\/20:hover {
  border-top-color: rgb(239 68 68 / 0.2);
  border-bottom-color: rgb(239 68 68 / 0.2);
}

.hover\:border-y-red-500\/25:hover {
  border-top-color: rgb(239 68 68 / 0.25);
  border-bottom-color: rgb(239 68 68 / 0.25);
}

.hover\:border-y-red-500\/30:hover {
  border-top-color: rgb(239 68 68 / 0.3);
  border-bottom-color: rgb(239 68 68 / 0.3);
}

.hover\:border-y-red-500\/40:hover {
  border-top-color: rgb(239 68 68 / 0.4);
  border-bottom-color: rgb(239 68 68 / 0.4);
}

.hover\:border-y-red-500\/5:hover {
  border-top-color: rgb(239 68 68 / 0.05);
  border-bottom-color: rgb(239 68 68 / 0.05);
}

.hover\:border-y-red-500\/50:hover {
  border-top-color: rgb(239 68 68 / 0.5);
  border-bottom-color: rgb(239 68 68 / 0.5);
}

.hover\:border-y-red-500\/60:hover {
  border-top-color: rgb(239 68 68 / 0.6);
  border-bottom-color: rgb(239 68 68 / 0.6);
}

.hover\:border-y-red-500\/70:hover {
  border-top-color: rgb(239 68 68 / 0.7);
  border-bottom-color: rgb(239 68 68 / 0.7);
}

.hover\:border-y-red-500\/75:hover {
  border-top-color: rgb(239 68 68 / 0.75);
  border-bottom-color: rgb(239 68 68 / 0.75);
}

.hover\:border-y-red-500\/80:hover {
  border-top-color: rgb(239 68 68 / 0.8);
  border-bottom-color: rgb(239 68 68 / 0.8);
}

.hover\:border-y-red-500\/90:hover {
  border-top-color: rgb(239 68 68 / 0.9);
  border-bottom-color: rgb(239 68 68 / 0.9);
}

.hover\:border-y-red-500\/95:hover {
  border-top-color: rgb(239 68 68 / 0.95);
  border-bottom-color: rgb(239 68 68 / 0.95);
}

.hover\:border-y-red-600:hover {
  --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));
}

.hover\:border-y-red-600\/0:hover {
  border-top-color: rgb(220 38 38 / 0);
  border-bottom-color: rgb(220 38 38 / 0);
}

.hover\:border-y-red-600\/10:hover {
  border-top-color: rgb(220 38 38 / 0.1);
  border-bottom-color: rgb(220 38 38 / 0.1);
}

.hover\:border-y-red-600\/100:hover {
  border-top-color: rgb(220 38 38 / 1);
  border-bottom-color: rgb(220 38 38 / 1);
}

.hover\:border-y-red-600\/20:hover {
  border-top-color: rgb(220 38 38 / 0.2);
  border-bottom-color: rgb(220 38 38 / 0.2);
}

.hover\:border-y-red-600\/25:hover {
  border-top-color: rgb(220 38 38 / 0.25);
  border-bottom-color: rgb(220 38 38 / 0.25);
}

.hover\:border-y-red-600\/30:hover {
  border-top-color: rgb(220 38 38 / 0.3);
  border-bottom-color: rgb(220 38 38 / 0.3);
}

.hover\:border-y-red-600\/40:hover {
  border-top-color: rgb(220 38 38 / 0.4);
  border-bottom-color: rgb(220 38 38 / 0.4);
}

.hover\:border-y-red-600\/5:hover {
  border-top-color: rgb(220 38 38 / 0.05);
  border-bottom-color: rgb(220 38 38 / 0.05);
}

.hover\:border-y-red-600\/50:hover {
  border-top-color: rgb(220 38 38 / 0.5);
  border-bottom-color: rgb(220 38 38 / 0.5);
}

.hover\:border-y-red-600\/60:hover {
  border-top-color: rgb(220 38 38 / 0.6);
  border-bottom-color: rgb(220 38 38 / 0.6);
}

.hover\:border-y-red-600\/70:hover {
  border-top-color: rgb(220 38 38 / 0.7);
  border-bottom-color: rgb(220 38 38 / 0.7);
}

.hover\:border-y-red-600\/75:hover {
  border-top-color: rgb(220 38 38 / 0.75);
  border-bottom-color: rgb(220 38 38 / 0.75);
}

.hover\:border-y-red-600\/80:hover {
  border-top-color: rgb(220 38 38 / 0.8);
  border-bottom-color: rgb(220 38 38 / 0.8);
}

.hover\:border-y-red-600\/90:hover {
  border-top-color: rgb(220 38 38 / 0.9);
  border-bottom-color: rgb(220 38 38 / 0.9);
}

.hover\:border-y-red-600\/95:hover {
  border-top-color: rgb(220 38 38 / 0.95);
  border-bottom-color: rgb(220 38 38 / 0.95);
}

.hover\:border-y-red-700:hover {
  --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));
}

.hover\:border-y-red-700\/0:hover {
  border-top-color: rgb(185 28 28 / 0);
  border-bottom-color: rgb(185 28 28 / 0);
}

.hover\:border-y-red-700\/10:hover {
  border-top-color: rgb(185 28 28 / 0.1);
  border-bottom-color: rgb(185 28 28 / 0.1);
}

.hover\:border-y-red-700\/100:hover {
  border-top-color: rgb(185 28 28 / 1);
  border-bottom-color: rgb(185 28 28 / 1);
}

.hover\:border-y-red-700\/20:hover {
  border-top-color: rgb(185 28 28 / 0.2);
  border-bottom-color: rgb(185 28 28 / 0.2);
}

.hover\:border-y-red-700\/25:hover {
  border-top-color: rgb(185 28 28 / 0.25);
  border-bottom-color: rgb(185 28 28 / 0.25);
}

.hover\:border-y-red-700\/30:hover {
  border-top-color: rgb(185 28 28 / 0.3);
  border-bottom-color: rgb(185 28 28 / 0.3);
}

.hover\:border-y-red-700\/40:hover {
  border-top-color: rgb(185 28 28 / 0.4);
  border-bottom-color: rgb(185 28 28 / 0.4);
}

.hover\:border-y-red-700\/5:hover {
  border-top-color: rgb(185 28 28 / 0.05);
  border-bottom-color: rgb(185 28 28 / 0.05);
}

.hover\:border-y-red-700\/50:hover {
  border-top-color: rgb(185 28 28 / 0.5);
  border-bottom-color: rgb(185 28 28 / 0.5);
}

.hover\:border-y-red-700\/60:hover {
  border-top-color: rgb(185 28 28 / 0.6);
  border-bottom-color: rgb(185 28 28 / 0.6);
}

.hover\:border-y-red-700\/70:hover {
  border-top-color: rgb(185 28 28 / 0.7);
  border-bottom-color: rgb(185 28 28 / 0.7);
}

.hover\:border-y-red-700\/75:hover {
  border-top-color: rgb(185 28 28 / 0.75);
  border-bottom-color: rgb(185 28 28 / 0.75);
}

.hover\:border-y-red-700\/80:hover {
  border-top-color: rgb(185 28 28 / 0.8);
  border-bottom-color: rgb(185 28 28 / 0.8);
}

.hover\:border-y-red-700\/90:hover {
  border-top-color: rgb(185 28 28 / 0.9);
  border-bottom-color: rgb(185 28 28 / 0.9);
}

.hover\:border-y-red-700\/95:hover {
  border-top-color: rgb(185 28 28 / 0.95);
  border-bottom-color: rgb(185 28 28 / 0.95);
}

.hover\:border-y-red-800:hover {
  --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));
}

.hover\:border-y-red-800\/0:hover {
  border-top-color: rgb(153 27 27 / 0);
  border-bottom-color: rgb(153 27 27 / 0);
}

.hover\:border-y-red-800\/10:hover {
  border-top-color: rgb(153 27 27 / 0.1);
  border-bottom-color: rgb(153 27 27 / 0.1);
}

.hover\:border-y-red-800\/100:hover {
  border-top-color: rgb(153 27 27 / 1);
  border-bottom-color: rgb(153 27 27 / 1);
}

.hover\:border-y-red-800\/20:hover {
  border-top-color: rgb(153 27 27 / 0.2);
  border-bottom-color: rgb(153 27 27 / 0.2);
}

.hover\:border-y-red-800\/25:hover {
  border-top-color: rgb(153 27 27 / 0.25);
  border-bottom-color: rgb(153 27 27 / 0.25);
}

.hover\:border-y-red-800\/30:hover {
  border-top-color: rgb(153 27 27 / 0.3);
  border-bottom-color: rgb(153 27 27 / 0.3);
}

.hover\:border-y-red-800\/40:hover {
  border-top-color: rgb(153 27 27 / 0.4);
  border-bottom-color: rgb(153 27 27 / 0.4);
}

.hover\:border-y-red-800\/5:hover {
  border-top-color: rgb(153 27 27 / 0.05);
  border-bottom-color: rgb(153 27 27 / 0.05);
}

.hover\:border-y-red-800\/50:hover {
  border-top-color: rgb(153 27 27 / 0.5);
  border-bottom-color: rgb(153 27 27 / 0.5);
}

.hover\:border-y-red-800\/60:hover {
  border-top-color: rgb(153 27 27 / 0.6);
  border-bottom-color: rgb(153 27 27 / 0.6);
}

.hover\:border-y-red-800\/70:hover {
  border-top-color: rgb(153 27 27 / 0.7);
  border-bottom-color: rgb(153 27 27 / 0.7);
}

.hover\:border-y-red-800\/75:hover {
  border-top-color: rgb(153 27 27 / 0.75);
  border-bottom-color: rgb(153 27 27 / 0.75);
}

.hover\:border-y-red-800\/80:hover {
  border-top-color: rgb(153 27 27 / 0.8);
  border-bottom-color: rgb(153 27 27 / 0.8);
}

.hover\:border-y-red-800\/90:hover {
  border-top-color: rgb(153 27 27 / 0.9);
  border-bottom-color: rgb(153 27 27 / 0.9);
}

.hover\:border-y-red-800\/95:hover {
  border-top-color: rgb(153 27 27 / 0.95);
  border-bottom-color: rgb(153 27 27 / 0.95);
}

.hover\:border-y-red-900:hover {
  --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));
}

.hover\:border-y-red-900\/0:hover {
  border-top-color: rgb(127 29 29 / 0);
  border-bottom-color: rgb(127 29 29 / 0);
}

.hover\:border-y-red-900\/10:hover {
  border-top-color: rgb(127 29 29 / 0.1);
  border-bottom-color: rgb(127 29 29 / 0.1);
}

.hover\:border-y-red-900\/100:hover {
  border-top-color: rgb(127 29 29 / 1);
  border-bottom-color: rgb(127 29 29 / 1);
}

.hover\:border-y-red-900\/20:hover {
  border-top-color: rgb(127 29 29 / 0.2);
  border-bottom-color: rgb(127 29 29 / 0.2);
}

.hover\:border-y-red-900\/25:hover {
  border-top-color: rgb(127 29 29 / 0.25);
  border-bottom-color: rgb(127 29 29 / 0.25);
}

.hover\:border-y-red-900\/30:hover {
  border-top-color: rgb(127 29 29 / 0.3);
  border-bottom-color: rgb(127 29 29 / 0.3);
}

.hover\:border-y-red-900\/40:hover {
  border-top-color: rgb(127 29 29 / 0.4);
  border-bottom-color: rgb(127 29 29 / 0.4);
}

.hover\:border-y-red-900\/5:hover {
  border-top-color: rgb(127 29 29 / 0.05);
  border-bottom-color: rgb(127 29 29 / 0.05);
}

.hover\:border-y-red-900\/50:hover {
  border-top-color: rgb(127 29 29 / 0.5);
  border-bottom-color: rgb(127 29 29 / 0.5);
}

.hover\:border-y-red-900\/60:hover {
  border-top-color: rgb(127 29 29 / 0.6);
  border-bottom-color: rgb(127 29 29 / 0.6);
}

.hover\:border-y-red-900\/70:hover {
  border-top-color: rgb(127 29 29 / 0.7);
  border-bottom-color: rgb(127 29 29 / 0.7);
}

.hover\:border-y-red-900\/75:hover {
  border-top-color: rgb(127 29 29 / 0.75);
  border-bottom-color: rgb(127 29 29 / 0.75);
}

.hover\:border-y-red-900\/80:hover {
  border-top-color: rgb(127 29 29 / 0.8);
  border-bottom-color: rgb(127 29 29 / 0.8);
}

.hover\:border-y-red-900\/90:hover {
  border-top-color: rgb(127 29 29 / 0.9);
  border-bottom-color: rgb(127 29 29 / 0.9);
}

.hover\:border-y-red-900\/95:hover {
  border-top-color: rgb(127 29 29 / 0.95);
  border-bottom-color: rgb(127 29 29 / 0.95);
}

.hover\:border-y-red-950:hover {
  --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));
}

.hover\:border-y-red-950\/0:hover {
  border-top-color: rgb(69 10 10 / 0);
  border-bottom-color: rgb(69 10 10 / 0);
}

.hover\:border-y-red-950\/10:hover {
  border-top-color: rgb(69 10 10 / 0.1);
  border-bottom-color: rgb(69 10 10 / 0.1);
}

.hover\:border-y-red-950\/100:hover {
  border-top-color: rgb(69 10 10 / 1);
  border-bottom-color: rgb(69 10 10 / 1);
}

.hover\:border-y-red-950\/20:hover {
  border-top-color: rgb(69 10 10 / 0.2);
  border-bottom-color: rgb(69 10 10 / 0.2);
}

.hover\:border-y-red-950\/25:hover {
  border-top-color: rgb(69 10 10 / 0.25);
  border-bottom-color: rgb(69 10 10 / 0.25);
}

.hover\:border-y-red-950\/30:hover {
  border-top-color: rgb(69 10 10 / 0.3);
  border-bottom-color: rgb(69 10 10 / 0.3);
}

.hover\:border-y-red-950\/40:hover {
  border-top-color: rgb(69 10 10 / 0.4);
  border-bottom-color: rgb(69 10 10 / 0.4);
}

.hover\:border-y-red-950\/5:hover {
  border-top-color: rgb(69 10 10 / 0.05);
  border-bottom-color: rgb(69 10 10 / 0.05);
}

.hover\:border-y-red-950\/50:hover {
  border-top-color: rgb(69 10 10 / 0.5);
  border-bottom-color: rgb(69 10 10 / 0.5);
}

.hover\:border-y-red-950\/60:hover {
  border-top-color: rgb(69 10 10 / 0.6);
  border-bottom-color: rgb(69 10 10 / 0.6);
}

.hover\:border-y-red-950\/70:hover {
  border-top-color: rgb(69 10 10 / 0.7);
  border-bottom-color: rgb(69 10 10 / 0.7);
}

.hover\:border-y-red-950\/75:hover {
  border-top-color: rgb(69 10 10 / 0.75);
  border-bottom-color: rgb(69 10 10 / 0.75);
}

.hover\:border-y-red-950\/80:hover {
  border-top-color: rgb(69 10 10 / 0.8);
  border-bottom-color: rgb(69 10 10 / 0.8);
}

.hover\:border-y-red-950\/90:hover {
  border-top-color: rgb(69 10 10 / 0.9);
  border-bottom-color: rgb(69 10 10 / 0.9);
}

.hover\:border-y-red-950\/95:hover {
  border-top-color: rgb(69 10 10 / 0.95);
  border-bottom-color: rgb(69 10 10 / 0.95);
}

.hover\:border-y-rose-100:hover {
  --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));
}

.hover\:border-y-rose-100\/0:hover {
  border-top-color: rgb(255 228 230 / 0);
  border-bottom-color: rgb(255 228 230 / 0);
}

.hover\:border-y-rose-100\/10:hover {
  border-top-color: rgb(255 228 230 / 0.1);
  border-bottom-color: rgb(255 228 230 / 0.1);
}

.hover\:border-y-rose-100\/100:hover {
  border-top-color: rgb(255 228 230 / 1);
  border-bottom-color: rgb(255 228 230 / 1);
}

.hover\:border-y-rose-100\/20:hover {
  border-top-color: rgb(255 228 230 / 0.2);
  border-bottom-color: rgb(255 228 230 / 0.2);
}

.hover\:border-y-rose-100\/25:hover {
  border-top-color: rgb(255 228 230 / 0.25);
  border-bottom-color: rgb(255 228 230 / 0.25);
}

.hover\:border-y-rose-100\/30:hover {
  border-top-color: rgb(255 228 230 / 0.3);
  border-bottom-color: rgb(255 228 230 / 0.3);
}

.hover\:border-y-rose-100\/40:hover {
  border-top-color: rgb(255 228 230 / 0.4);
  border-bottom-color: rgb(255 228 230 / 0.4);
}

.hover\:border-y-rose-100\/5:hover {
  border-top-color: rgb(255 228 230 / 0.05);
  border-bottom-color: rgb(255 228 230 / 0.05);
}

.hover\:border-y-rose-100\/50:hover {
  border-top-color: rgb(255 228 230 / 0.5);
  border-bottom-color: rgb(255 228 230 / 0.5);
}

.hover\:border-y-rose-100\/60:hover {
  border-top-color: rgb(255 228 230 / 0.6);
  border-bottom-color: rgb(255 228 230 / 0.6);
}

.hover\:border-y-rose-100\/70:hover {
  border-top-color: rgb(255 228 230 / 0.7);
  border-bottom-color: rgb(255 228 230 / 0.7);
}

.hover\:border-y-rose-100\/75:hover {
  border-top-color: rgb(255 228 230 / 0.75);
  border-bottom-color: rgb(255 228 230 / 0.75);
}

.hover\:border-y-rose-100\/80:hover {
  border-top-color: rgb(255 228 230 / 0.8);
  border-bottom-color: rgb(255 228 230 / 0.8);
}

.hover\:border-y-rose-100\/90:hover {
  border-top-color: rgb(255 228 230 / 0.9);
  border-bottom-color: rgb(255 228 230 / 0.9);
}

.hover\:border-y-rose-100\/95:hover {
  border-top-color: rgb(255 228 230 / 0.95);
  border-bottom-color: rgb(255 228 230 / 0.95);
}

.hover\:border-y-rose-200:hover {
  --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));
}

.hover\:border-y-rose-200\/0:hover {
  border-top-color: rgb(254 205 211 / 0);
  border-bottom-color: rgb(254 205 211 / 0);
}

.hover\:border-y-rose-200\/10:hover {
  border-top-color: rgb(254 205 211 / 0.1);
  border-bottom-color: rgb(254 205 211 / 0.1);
}

.hover\:border-y-rose-200\/100:hover {
  border-top-color: rgb(254 205 211 / 1);
  border-bottom-color: rgb(254 205 211 / 1);
}

.hover\:border-y-rose-200\/20:hover {
  border-top-color: rgb(254 205 211 / 0.2);
  border-bottom-color: rgb(254 205 211 / 0.2);
}

.hover\:border-y-rose-200\/25:hover {
  border-top-color: rgb(254 205 211 / 0.25);
  border-bottom-color: rgb(254 205 211 / 0.25);
}

.hover\:border-y-rose-200\/30:hover {
  border-top-color: rgb(254 205 211 / 0.3);
  border-bottom-color: rgb(254 205 211 / 0.3);
}

.hover\:border-y-rose-200\/40:hover {
  border-top-color: rgb(254 205 211 / 0.4);
  border-bottom-color: rgb(254 205 211 / 0.4);
}

.hover\:border-y-rose-200\/5:hover {
  border-top-color: rgb(254 205 211 / 0.05);
  border-bottom-color: rgb(254 205 211 / 0.05);
}

.hover\:border-y-rose-200\/50:hover {
  border-top-color: rgb(254 205 211 / 0.5);
  border-bottom-color: rgb(254 205 211 / 0.5);
}

.hover\:border-y-rose-200\/60:hover {
  border-top-color: rgb(254 205 211 / 0.6);
  border-bottom-color: rgb(254 205 211 / 0.6);
}

.hover\:border-y-rose-200\/70:hover {
  border-top-color: rgb(254 205 211 / 0.7);
  border-bottom-color: rgb(254 205 211 / 0.7);
}

.hover\:border-y-rose-200\/75:hover {
  border-top-color: rgb(254 205 211 / 0.75);
  border-bottom-color: rgb(254 205 211 / 0.75);
}

.hover\:border-y-rose-200\/80:hover {
  border-top-color: rgb(254 205 211 / 0.8);
  border-bottom-color: rgb(254 205 211 / 0.8);
}

.hover\:border-y-rose-200\/90:hover {
  border-top-color: rgb(254 205 211 / 0.9);
  border-bottom-color: rgb(254 205 211 / 0.9);
}

.hover\:border-y-rose-200\/95:hover {
  border-top-color: rgb(254 205 211 / 0.95);
  border-bottom-color: rgb(254 205 211 / 0.95);
}

.hover\:border-y-rose-300:hover {
  --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));
}

.hover\:border-y-rose-300\/0:hover {
  border-top-color: rgb(253 164 175 / 0);
  border-bottom-color: rgb(253 164 175 / 0);
}

.hover\:border-y-rose-300\/10:hover {
  border-top-color: rgb(253 164 175 / 0.1);
  border-bottom-color: rgb(253 164 175 / 0.1);
}

.hover\:border-y-rose-300\/100:hover {
  border-top-color: rgb(253 164 175 / 1);
  border-bottom-color: rgb(253 164 175 / 1);
}

.hover\:border-y-rose-300\/20:hover {
  border-top-color: rgb(253 164 175 / 0.2);
  border-bottom-color: rgb(253 164 175 / 0.2);
}

.hover\:border-y-rose-300\/25:hover {
  border-top-color: rgb(253 164 175 / 0.25);
  border-bottom-color: rgb(253 164 175 / 0.25);
}

.hover\:border-y-rose-300\/30:hover {
  border-top-color: rgb(253 164 175 / 0.3);
  border-bottom-color: rgb(253 164 175 / 0.3);
}

.hover\:border-y-rose-300\/40:hover {
  border-top-color: rgb(253 164 175 / 0.4);
  border-bottom-color: rgb(253 164 175 / 0.4);
}

.hover\:border-y-rose-300\/5:hover {
  border-top-color: rgb(253 164 175 / 0.05);
  border-bottom-color: rgb(253 164 175 / 0.05);
}

.hover\:border-y-rose-300\/50:hover {
  border-top-color: rgb(253 164 175 / 0.5);
  border-bottom-color: rgb(253 164 175 / 0.5);
}

.hover\:border-y-rose-300\/60:hover {
  border-top-color: rgb(253 164 175 / 0.6);
  border-bottom-color: rgb(253 164 175 / 0.6);
}

.hover\:border-y-rose-300\/70:hover {
  border-top-color: rgb(253 164 175 / 0.7);
  border-bottom-color: rgb(253 164 175 / 0.7);
}

.hover\:border-y-rose-300\/75:hover {
  border-top-color: rgb(253 164 175 / 0.75);
  border-bottom-color: rgb(253 164 175 / 0.75);
}

.hover\:border-y-rose-300\/80:hover {
  border-top-color: rgb(253 164 175 / 0.8);
  border-bottom-color: rgb(253 164 175 / 0.8);
}

.hover\:border-y-rose-300\/90:hover {
  border-top-color: rgb(253 164 175 / 0.9);
  border-bottom-color: rgb(253 164 175 / 0.9);
}

.hover\:border-y-rose-300\/95:hover {
  border-top-color: rgb(253 164 175 / 0.95);
  border-bottom-color: rgb(253 164 175 / 0.95);
}

.hover\:border-y-rose-400:hover {
  --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));
}

.hover\:border-y-rose-400\/0:hover {
  border-top-color: rgb(251 113 133 / 0);
  border-bottom-color: rgb(251 113 133 / 0);
}

.hover\:border-y-rose-400\/10:hover {
  border-top-color: rgb(251 113 133 / 0.1);
  border-bottom-color: rgb(251 113 133 / 0.1);
}

.hover\:border-y-rose-400\/100:hover {
  border-top-color: rgb(251 113 133 / 1);
  border-bottom-color: rgb(251 113 133 / 1);
}

.hover\:border-y-rose-400\/20:hover {
  border-top-color: rgb(251 113 133 / 0.2);
  border-bottom-color: rgb(251 113 133 / 0.2);
}

.hover\:border-y-rose-400\/25:hover {
  border-top-color: rgb(251 113 133 / 0.25);
  border-bottom-color: rgb(251 113 133 / 0.25);
}

.hover\:border-y-rose-400\/30:hover {
  border-top-color: rgb(251 113 133 / 0.3);
  border-bottom-color: rgb(251 113 133 / 0.3);
}

.hover\:border-y-rose-400\/40:hover {
  border-top-color: rgb(251 113 133 / 0.4);
  border-bottom-color: rgb(251 113 133 / 0.4);
}

.hover\:border-y-rose-400\/5:hover {
  border-top-color: rgb(251 113 133 / 0.05);
  border-bottom-color: rgb(251 113 133 / 0.05);
}

.hover\:border-y-rose-400\/50:hover {
  border-top-color: rgb(251 113 133 / 0.5);
  border-bottom-color: rgb(251 113 133 / 0.5);
}

.hover\:border-y-rose-400\/60:hover {
  border-top-color: rgb(251 113 133 / 0.6);
  border-bottom-color: rgb(251 113 133 / 0.6);
}

.hover\:border-y-rose-400\/70:hover {
  border-top-color: rgb(251 113 133 / 0.7);
  border-bottom-color: rgb(251 113 133 / 0.7);
}

.hover\:border-y-rose-400\/75:hover {
  border-top-color: rgb(251 113 133 / 0.75);
  border-bottom-color: rgb(251 113 133 / 0.75);
}

.hover\:border-y-rose-400\/80:hover {
  border-top-color: rgb(251 113 133 / 0.8);
  border-bottom-color: rgb(251 113 133 / 0.8);
}

.hover\:border-y-rose-400\/90:hover {
  border-top-color: rgb(251 113 133 / 0.9);
  border-bottom-color: rgb(251 113 133 / 0.9);
}

.hover\:border-y-rose-400\/95:hover {
  border-top-color: rgb(251 113 133 / 0.95);
  border-bottom-color: rgb(251 113 133 / 0.95);
}

.hover\:border-y-rose-50:hover {
  --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));
}

.hover\:border-y-rose-50\/0:hover {
  border-top-color: rgb(255 241 242 / 0);
  border-bottom-color: rgb(255 241 242 / 0);
}

.hover\:border-y-rose-50\/10:hover {
  border-top-color: rgb(255 241 242 / 0.1);
  border-bottom-color: rgb(255 241 242 / 0.1);
}

.hover\:border-y-rose-50\/100:hover {
  border-top-color: rgb(255 241 242 / 1);
  border-bottom-color: rgb(255 241 242 / 1);
}

.hover\:border-y-rose-50\/20:hover {
  border-top-color: rgb(255 241 242 / 0.2);
  border-bottom-color: rgb(255 241 242 / 0.2);
}

.hover\:border-y-rose-50\/25:hover {
  border-top-color: rgb(255 241 242 / 0.25);
  border-bottom-color: rgb(255 241 242 / 0.25);
}

.hover\:border-y-rose-50\/30:hover {
  border-top-color: rgb(255 241 242 / 0.3);
  border-bottom-color: rgb(255 241 242 / 0.3);
}

.hover\:border-y-rose-50\/40:hover {
  border-top-color: rgb(255 241 242 / 0.4);
  border-bottom-color: rgb(255 241 242 / 0.4);
}

.hover\:border-y-rose-50\/5:hover {
  border-top-color: rgb(255 241 242 / 0.05);
  border-bottom-color: rgb(255 241 242 / 0.05);
}

.hover\:border-y-rose-50\/50:hover {
  border-top-color: rgb(255 241 242 / 0.5);
  border-bottom-color: rgb(255 241 242 / 0.5);
}

.hover\:border-y-rose-50\/60:hover {
  border-top-color: rgb(255 241 242 / 0.6);
  border-bottom-color: rgb(255 241 242 / 0.6);
}

.hover\:border-y-rose-50\/70:hover {
  border-top-color: rgb(255 241 242 / 0.7);
  border-bottom-color: rgb(255 241 242 / 0.7);
}

.hover\:border-y-rose-50\/75:hover {
  border-top-color: rgb(255 241 242 / 0.75);
  border-bottom-color: rgb(255 241 242 / 0.75);
}

.hover\:border-y-rose-50\/80:hover {
  border-top-color: rgb(255 241 242 / 0.8);
  border-bottom-color: rgb(255 241 242 / 0.8);
}

.hover\:border-y-rose-50\/90:hover {
  border-top-color: rgb(255 241 242 / 0.9);
  border-bottom-color: rgb(255 241 242 / 0.9);
}

.hover\:border-y-rose-50\/95:hover {
  border-top-color: rgb(255 241 242 / 0.95);
  border-bottom-color: rgb(255 241 242 / 0.95);
}

.hover\:border-y-rose-500:hover {
  --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));
}

.hover\:border-y-rose-500\/0:hover {
  border-top-color: rgb(244 63 94 / 0);
  border-bottom-color: rgb(244 63 94 / 0);
}

.hover\:border-y-rose-500\/10:hover {
  border-top-color: rgb(244 63 94 / 0.1);
  border-bottom-color: rgb(244 63 94 / 0.1);
}

.hover\:border-y-rose-500\/100:hover {
  border-top-color: rgb(244 63 94 / 1);
  border-bottom-color: rgb(244 63 94 / 1);
}

.hover\:border-y-rose-500\/20:hover {
  border-top-color: rgb(244 63 94 / 0.2);
  border-bottom-color: rgb(244 63 94 / 0.2);
}

.hover\:border-y-rose-500\/25:hover {
  border-top-color: rgb(244 63 94 / 0.25);
  border-bottom-color: rgb(244 63 94 / 0.25);
}

.hover\:border-y-rose-500\/30:hover {
  border-top-color: rgb(244 63 94 / 0.3);
  border-bottom-color: rgb(244 63 94 / 0.3);
}

.hover\:border-y-rose-500\/40:hover {
  border-top-color: rgb(244 63 94 / 0.4);
  border-bottom-color: rgb(244 63 94 / 0.4);
}

.hover\:border-y-rose-500\/5:hover {
  border-top-color: rgb(244 63 94 / 0.05);
  border-bottom-color: rgb(244 63 94 / 0.05);
}

.hover\:border-y-rose-500\/50:hover {
  border-top-color: rgb(244 63 94 / 0.5);
  border-bottom-color: rgb(244 63 94 / 0.5);
}

.hover\:border-y-rose-500\/60:hover {
  border-top-color: rgb(244 63 94 / 0.6);
  border-bottom-color: rgb(244 63 94 / 0.6);
}

.hover\:border-y-rose-500\/70:hover {
  border-top-color: rgb(244 63 94 / 0.7);
  border-bottom-color: rgb(244 63 94 / 0.7);
}

.hover\:border-y-rose-500\/75:hover {
  border-top-color: rgb(244 63 94 / 0.75);
  border-bottom-color: rgb(244 63 94 / 0.75);
}

.hover\:border-y-rose-500\/80:hover {
  border-top-color: rgb(244 63 94 / 0.8);
  border-bottom-color: rgb(244 63 94 / 0.8);
}

.hover\:border-y-rose-500\/90:hover {
  border-top-color: rgb(244 63 94 / 0.9);
  border-bottom-color: rgb(244 63 94 / 0.9);
}

.hover\:border-y-rose-500\/95:hover {
  border-top-color: rgb(244 63 94 / 0.95);
  border-bottom-color: rgb(244 63 94 / 0.95);
}

.hover\:border-y-rose-600:hover {
  --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));
}

.hover\:border-y-rose-600\/0:hover {
  border-top-color: rgb(225 29 72 / 0);
  border-bottom-color: rgb(225 29 72 / 0);
}

.hover\:border-y-rose-600\/10:hover {
  border-top-color: rgb(225 29 72 / 0.1);
  border-bottom-color: rgb(225 29 72 / 0.1);
}

.hover\:border-y-rose-600\/100:hover {
  border-top-color: rgb(225 29 72 / 1);
  border-bottom-color: rgb(225 29 72 / 1);
}

.hover\:border-y-rose-600\/20:hover {
  border-top-color: rgb(225 29 72 / 0.2);
  border-bottom-color: rgb(225 29 72 / 0.2);
}

.hover\:border-y-rose-600\/25:hover {
  border-top-color: rgb(225 29 72 / 0.25);
  border-bottom-color: rgb(225 29 72 / 0.25);
}

.hover\:border-y-rose-600\/30:hover {
  border-top-color: rgb(225 29 72 / 0.3);
  border-bottom-color: rgb(225 29 72 / 0.3);
}

.hover\:border-y-rose-600\/40:hover {
  border-top-color: rgb(225 29 72 / 0.4);
  border-bottom-color: rgb(225 29 72 / 0.4);
}

.hover\:border-y-rose-600\/5:hover {
  border-top-color: rgb(225 29 72 / 0.05);
  border-bottom-color: rgb(225 29 72 / 0.05);
}

.hover\:border-y-rose-600\/50:hover {
  border-top-color: rgb(225 29 72 / 0.5);
  border-bottom-color: rgb(225 29 72 / 0.5);
}

.hover\:border-y-rose-600\/60:hover {
  border-top-color: rgb(225 29 72 / 0.6);
  border-bottom-color: rgb(225 29 72 / 0.6);
}

.hover\:border-y-rose-600\/70:hover {
  border-top-color: rgb(225 29 72 / 0.7);
  border-bottom-color: rgb(225 29 72 / 0.7);
}

.hover\:border-y-rose-600\/75:hover {
  border-top-color: rgb(225 29 72 / 0.75);
  border-bottom-color: rgb(225 29 72 / 0.75);
}

.hover\:border-y-rose-600\/80:hover {
  border-top-color: rgb(225 29 72 / 0.8);
  border-bottom-color: rgb(225 29 72 / 0.8);
}

.hover\:border-y-rose-600\/90:hover {
  border-top-color: rgb(225 29 72 / 0.9);
  border-bottom-color: rgb(225 29 72 / 0.9);
}

.hover\:border-y-rose-600\/95:hover {
  border-top-color: rgb(225 29 72 / 0.95);
  border-bottom-color: rgb(225 29 72 / 0.95);
}

.hover\:border-y-rose-700:hover {
  --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));
}

.hover\:border-y-rose-700\/0:hover {
  border-top-color: rgb(190 18 60 / 0);
  border-bottom-color: rgb(190 18 60 / 0);
}

.hover\:border-y-rose-700\/10:hover {
  border-top-color: rgb(190 18 60 / 0.1);
  border-bottom-color: rgb(190 18 60 / 0.1);
}

.hover\:border-y-rose-700\/100:hover {
  border-top-color: rgb(190 18 60 / 1);
  border-bottom-color: rgb(190 18 60 / 1);
}

.hover\:border-y-rose-700\/20:hover {
  border-top-color: rgb(190 18 60 / 0.2);
  border-bottom-color: rgb(190 18 60 / 0.2);
}

.hover\:border-y-rose-700\/25:hover {
  border-top-color: rgb(190 18 60 / 0.25);
  border-bottom-color: rgb(190 18 60 / 0.25);
}

.hover\:border-y-rose-700\/30:hover {
  border-top-color: rgb(190 18 60 / 0.3);
  border-bottom-color: rgb(190 18 60 / 0.3);
}

.hover\:border-y-rose-700\/40:hover {
  border-top-color: rgb(190 18 60 / 0.4);
  border-bottom-color: rgb(190 18 60 / 0.4);
}

.hover\:border-y-rose-700\/5:hover {
  border-top-color: rgb(190 18 60 / 0.05);
  border-bottom-color: rgb(190 18 60 / 0.05);
}

.hover\:border-y-rose-700\/50:hover {
  border-top-color: rgb(190 18 60 / 0.5);
  border-bottom-color: rgb(190 18 60 / 0.5);
}

.hover\:border-y-rose-700\/60:hover {
  border-top-color: rgb(190 18 60 / 0.6);
  border-bottom-color: rgb(190 18 60 / 0.6);
}

.hover\:border-y-rose-700\/70:hover {
  border-top-color: rgb(190 18 60 / 0.7);
  border-bottom-color: rgb(190 18 60 / 0.7);
}

.hover\:border-y-rose-700\/75:hover {
  border-top-color: rgb(190 18 60 / 0.75);
  border-bottom-color: rgb(190 18 60 / 0.75);
}

.hover\:border-y-rose-700\/80:hover {
  border-top-color: rgb(190 18 60 / 0.8);
  border-bottom-color: rgb(190 18 60 / 0.8);
}

.hover\:border-y-rose-700\/90:hover {
  border-top-color: rgb(190 18 60 / 0.9);
  border-bottom-color: rgb(190 18 60 / 0.9);
}

.hover\:border-y-rose-700\/95:hover {
  border-top-color: rgb(190 18 60 / 0.95);
  border-bottom-color: rgb(190 18 60 / 0.95);
}

.hover\:border-y-rose-800:hover {
  --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));
}

.hover\:border-y-rose-800\/0:hover {
  border-top-color: rgb(159 18 57 / 0);
  border-bottom-color: rgb(159 18 57 / 0);
}

.hover\:border-y-rose-800\/10:hover {
  border-top-color: rgb(159 18 57 / 0.1);
  border-bottom-color: rgb(159 18 57 / 0.1);
}

.hover\:border-y-rose-800\/100:hover {
  border-top-color: rgb(159 18 57 / 1);
  border-bottom-color: rgb(159 18 57 / 1);
}

.hover\:border-y-rose-800\/20:hover {
  border-top-color: rgb(159 18 57 / 0.2);
  border-bottom-color: rgb(159 18 57 / 0.2);
}

.hover\:border-y-rose-800\/25:hover {
  border-top-color: rgb(159 18 57 / 0.25);
  border-bottom-color: rgb(159 18 57 / 0.25);
}

.hover\:border-y-rose-800\/30:hover {
  border-top-color: rgb(159 18 57 / 0.3);
  border-bottom-color: rgb(159 18 57 / 0.3);
}

.hover\:border-y-rose-800\/40:hover {
  border-top-color: rgb(159 18 57 / 0.4);
  border-bottom-color: rgb(159 18 57 / 0.4);
}

.hover\:border-y-rose-800\/5:hover {
  border-top-color: rgb(159 18 57 / 0.05);
  border-bottom-color: rgb(159 18 57 / 0.05);
}

.hover\:border-y-rose-800\/50:hover {
  border-top-color: rgb(159 18 57 / 0.5);
  border-bottom-color: rgb(159 18 57 / 0.5);
}

.hover\:border-y-rose-800\/60:hover {
  border-top-color: rgb(159 18 57 / 0.6);
  border-bottom-color: rgb(159 18 57 / 0.6);
}

.hover\:border-y-rose-800\/70:hover {
  border-top-color: rgb(159 18 57 / 0.7);
  border-bottom-color: rgb(159 18 57 / 0.7);
}

.hover\:border-y-rose-800\/75:hover {
  border-top-color: rgb(159 18 57 / 0.75);
  border-bottom-color: rgb(159 18 57 / 0.75);
}

.hover\:border-y-rose-800\/80:hover {
  border-top-color: rgb(159 18 57 / 0.8);
  border-bottom-color: rgb(159 18 57 / 0.8);
}

.hover\:border-y-rose-800\/90:hover {
  border-top-color: rgb(159 18 57 / 0.9);
  border-bottom-color: rgb(159 18 57 / 0.9);
}

.hover\:border-y-rose-800\/95:hover {
  border-top-color: rgb(159 18 57 / 0.95);
  border-bottom-color: rgb(159 18 57 / 0.95);
}

.hover\:border-y-rose-900:hover {
  --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));
}

.hover\:border-y-rose-900\/0:hover {
  border-top-color: rgb(136 19 55 / 0);
  border-bottom-color: rgb(136 19 55 / 0);
}

.hover\:border-y-rose-900\/10:hover {
  border-top-color: rgb(136 19 55 / 0.1);
  border-bottom-color: rgb(136 19 55 / 0.1);
}

.hover\:border-y-rose-900\/100:hover {
  border-top-color: rgb(136 19 55 / 1);
  border-bottom-color: rgb(136 19 55 / 1);
}

.hover\:border-y-rose-900\/20:hover {
  border-top-color: rgb(136 19 55 / 0.2);
  border-bottom-color: rgb(136 19 55 / 0.2);
}

.hover\:border-y-rose-900\/25:hover {
  border-top-color: rgb(136 19 55 / 0.25);
  border-bottom-color: rgb(136 19 55 / 0.25);
}

.hover\:border-y-rose-900\/30:hover {
  border-top-color: rgb(136 19 55 / 0.3);
  border-bottom-color: rgb(136 19 55 / 0.3);
}

.hover\:border-y-rose-900\/40:hover {
  border-top-color: rgb(136 19 55 / 0.4);
  border-bottom-color: rgb(136 19 55 / 0.4);
}

.hover\:border-y-rose-900\/5:hover {
  border-top-color: rgb(136 19 55 / 0.05);
  border-bottom-color: rgb(136 19 55 / 0.05);
}

.hover\:border-y-rose-900\/50:hover {
  border-top-color: rgb(136 19 55 / 0.5);
  border-bottom-color: rgb(136 19 55 / 0.5);
}

.hover\:border-y-rose-900\/60:hover {
  border-top-color: rgb(136 19 55 / 0.6);
  border-bottom-color: rgb(136 19 55 / 0.6);
}

.hover\:border-y-rose-900\/70:hover {
  border-top-color: rgb(136 19 55 / 0.7);
  border-bottom-color: rgb(136 19 55 / 0.7);
}

.hover\:border-y-rose-900\/75:hover {
  border-top-color: rgb(136 19 55 / 0.75);
  border-bottom-color: rgb(136 19 55 / 0.75);
}

.hover\:border-y-rose-900\/80:hover {
  border-top-color: rgb(136 19 55 / 0.8);
  border-bottom-color: rgb(136 19 55 / 0.8);
}

.hover\:border-y-rose-900\/90:hover {
  border-top-color: rgb(136 19 55 / 0.9);
  border-bottom-color: rgb(136 19 55 / 0.9);
}

.hover\:border-y-rose-900\/95:hover {
  border-top-color: rgb(136 19 55 / 0.95);
  border-bottom-color: rgb(136 19 55 / 0.95);
}

.hover\:border-y-rose-950:hover {
  --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));
}

.hover\:border-y-rose-950\/0:hover {
  border-top-color: rgb(76 5 25 / 0);
  border-bottom-color: rgb(76 5 25 / 0);
}

.hover\:border-y-rose-950\/10:hover {
  border-top-color: rgb(76 5 25 / 0.1);
  border-bottom-color: rgb(76 5 25 / 0.1);
}

.hover\:border-y-rose-950\/100:hover {
  border-top-color: rgb(76 5 25 / 1);
  border-bottom-color: rgb(76 5 25 / 1);
}

.hover\:border-y-rose-950\/20:hover {
  border-top-color: rgb(76 5 25 / 0.2);
  border-bottom-color: rgb(76 5 25 / 0.2);
}

.hover\:border-y-rose-950\/25:hover {
  border-top-color: rgb(76 5 25 / 0.25);
  border-bottom-color: rgb(76 5 25 / 0.25);
}

.hover\:border-y-rose-950\/30:hover {
  border-top-color: rgb(76 5 25 / 0.3);
  border-bottom-color: rgb(76 5 25 / 0.3);
}

.hover\:border-y-rose-950\/40:hover {
  border-top-color: rgb(76 5 25 / 0.4);
  border-bottom-color: rgb(76 5 25 / 0.4);
}

.hover\:border-y-rose-950\/5:hover {
  border-top-color: rgb(76 5 25 / 0.05);
  border-bottom-color: rgb(76 5 25 / 0.05);
}

.hover\:border-y-rose-950\/50:hover {
  border-top-color: rgb(76 5 25 / 0.5);
  border-bottom-color: rgb(76 5 25 / 0.5);
}

.hover\:border-y-rose-950\/60:hover {
  border-top-color: rgb(76 5 25 / 0.6);
  border-bottom-color: rgb(76 5 25 / 0.6);
}

.hover\:border-y-rose-950\/70:hover {
  border-top-color: rgb(76 5 25 / 0.7);
  border-bottom-color: rgb(76 5 25 / 0.7);
}

.hover\:border-y-rose-950\/75:hover {
  border-top-color: rgb(76 5 25 / 0.75);
  border-bottom-color: rgb(76 5 25 / 0.75);
}

.hover\:border-y-rose-950\/80:hover {
  border-top-color: rgb(76 5 25 / 0.8);
  border-bottom-color: rgb(76 5 25 / 0.8);
}

.hover\:border-y-rose-950\/90:hover {
  border-top-color: rgb(76 5 25 / 0.9);
  border-bottom-color: rgb(76 5 25 / 0.9);
}

.hover\:border-y-rose-950\/95:hover {
  border-top-color: rgb(76 5 25 / 0.95);
  border-bottom-color: rgb(76 5 25 / 0.95);
}

.hover\:border-y-sky-100:hover {
  --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));
}

.hover\:border-y-sky-100\/0:hover {
  border-top-color: rgb(224 242 254 / 0);
  border-bottom-color: rgb(224 242 254 / 0);
}

.hover\:border-y-sky-100\/10:hover {
  border-top-color: rgb(224 242 254 / 0.1);
  border-bottom-color: rgb(224 242 254 / 0.1);
}

.hover\:border-y-sky-100\/100:hover {
  border-top-color: rgb(224 242 254 / 1);
  border-bottom-color: rgb(224 242 254 / 1);
}

.hover\:border-y-sky-100\/20:hover {
  border-top-color: rgb(224 242 254 / 0.2);
  border-bottom-color: rgb(224 242 254 / 0.2);
}

.hover\:border-y-sky-100\/25:hover {
  border-top-color: rgb(224 242 254 / 0.25);
  border-bottom-color: rgb(224 242 254 / 0.25);
}

.hover\:border-y-sky-100\/30:hover {
  border-top-color: rgb(224 242 254 / 0.3);
  border-bottom-color: rgb(224 242 254 / 0.3);
}

.hover\:border-y-sky-100\/40:hover {
  border-top-color: rgb(224 242 254 / 0.4);
  border-bottom-color: rgb(224 242 254 / 0.4);
}

.hover\:border-y-sky-100\/5:hover {
  border-top-color: rgb(224 242 254 / 0.05);
  border-bottom-color: rgb(224 242 254 / 0.05);
}

.hover\:border-y-sky-100\/50:hover {
  border-top-color: rgb(224 242 254 / 0.5);
  border-bottom-color: rgb(224 242 254 / 0.5);
}

.hover\:border-y-sky-100\/60:hover {
  border-top-color: rgb(224 242 254 / 0.6);
  border-bottom-color: rgb(224 242 254 / 0.6);
}

.hover\:border-y-sky-100\/70:hover {
  border-top-color: rgb(224 242 254 / 0.7);
  border-bottom-color: rgb(224 242 254 / 0.7);
}

.hover\:border-y-sky-100\/75:hover {
  border-top-color: rgb(224 242 254 / 0.75);
  border-bottom-color: rgb(224 242 254 / 0.75);
}

.hover\:border-y-sky-100\/80:hover {
  border-top-color: rgb(224 242 254 / 0.8);
  border-bottom-color: rgb(224 242 254 / 0.8);
}

.hover\:border-y-sky-100\/90:hover {
  border-top-color: rgb(224 242 254 / 0.9);
  border-bottom-color: rgb(224 242 254 / 0.9);
}

.hover\:border-y-sky-100\/95:hover {
  border-top-color: rgb(224 242 254 / 0.95);
  border-bottom-color: rgb(224 242 254 / 0.95);
}

.hover\:border-y-sky-200:hover {
  --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));
}

.hover\:border-y-sky-200\/0:hover {
  border-top-color: rgb(186 230 253 / 0);
  border-bottom-color: rgb(186 230 253 / 0);
}

.hover\:border-y-sky-200\/10:hover {
  border-top-color: rgb(186 230 253 / 0.1);
  border-bottom-color: rgb(186 230 253 / 0.1);
}

.hover\:border-y-sky-200\/100:hover {
  border-top-color: rgb(186 230 253 / 1);
  border-bottom-color: rgb(186 230 253 / 1);
}

.hover\:border-y-sky-200\/20:hover {
  border-top-color: rgb(186 230 253 / 0.2);
  border-bottom-color: rgb(186 230 253 / 0.2);
}

.hover\:border-y-sky-200\/25:hover {
  border-top-color: rgb(186 230 253 / 0.25);
  border-bottom-color: rgb(186 230 253 / 0.25);
}

.hover\:border-y-sky-200\/30:hover {
  border-top-color: rgb(186 230 253 / 0.3);
  border-bottom-color: rgb(186 230 253 / 0.3);
}

.hover\:border-y-sky-200\/40:hover {
  border-top-color: rgb(186 230 253 / 0.4);
  border-bottom-color: rgb(186 230 253 / 0.4);
}

.hover\:border-y-sky-200\/5:hover {
  border-top-color: rgb(186 230 253 / 0.05);
  border-bottom-color: rgb(186 230 253 / 0.05);
}

.hover\:border-y-sky-200\/50:hover {
  border-top-color: rgb(186 230 253 / 0.5);
  border-bottom-color: rgb(186 230 253 / 0.5);
}

.hover\:border-y-sky-200\/60:hover {
  border-top-color: rgb(186 230 253 / 0.6);
  border-bottom-color: rgb(186 230 253 / 0.6);
}

.hover\:border-y-sky-200\/70:hover {
  border-top-color: rgb(186 230 253 / 0.7);
  border-bottom-color: rgb(186 230 253 / 0.7);
}

.hover\:border-y-sky-200\/75:hover {
  border-top-color: rgb(186 230 253 / 0.75);
  border-bottom-color: rgb(186 230 253 / 0.75);
}

.hover\:border-y-sky-200\/80:hover {
  border-top-color: rgb(186 230 253 / 0.8);
  border-bottom-color: rgb(186 230 253 / 0.8);
}

.hover\:border-y-sky-200\/90:hover {
  border-top-color: rgb(186 230 253 / 0.9);
  border-bottom-color: rgb(186 230 253 / 0.9);
}

.hover\:border-y-sky-200\/95:hover {
  border-top-color: rgb(186 230 253 / 0.95);
  border-bottom-color: rgb(186 230 253 / 0.95);
}

.hover\:border-y-sky-300:hover {
  --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));
}

.hover\:border-y-sky-300\/0:hover {
  border-top-color: rgb(125 211 252 / 0);
  border-bottom-color: rgb(125 211 252 / 0);
}

.hover\:border-y-sky-300\/10:hover {
  border-top-color: rgb(125 211 252 / 0.1);
  border-bottom-color: rgb(125 211 252 / 0.1);
}

.hover\:border-y-sky-300\/100:hover {
  border-top-color: rgb(125 211 252 / 1);
  border-bottom-color: rgb(125 211 252 / 1);
}

.hover\:border-y-sky-300\/20:hover {
  border-top-color: rgb(125 211 252 / 0.2);
  border-bottom-color: rgb(125 211 252 / 0.2);
}

.hover\:border-y-sky-300\/25:hover {
  border-top-color: rgb(125 211 252 / 0.25);
  border-bottom-color: rgb(125 211 252 / 0.25);
}

.hover\:border-y-sky-300\/30:hover {
  border-top-color: rgb(125 211 252 / 0.3);
  border-bottom-color: rgb(125 211 252 / 0.3);
}

.hover\:border-y-sky-300\/40:hover {
  border-top-color: rgb(125 211 252 / 0.4);
  border-bottom-color: rgb(125 211 252 / 0.4);
}

.hover\:border-y-sky-300\/5:hover {
  border-top-color: rgb(125 211 252 / 0.05);
  border-bottom-color: rgb(125 211 252 / 0.05);
}

.hover\:border-y-sky-300\/50:hover {
  border-top-color: rgb(125 211 252 / 0.5);
  border-bottom-color: rgb(125 211 252 / 0.5);
}

.hover\:border-y-sky-300\/60:hover {
  border-top-color: rgb(125 211 252 / 0.6);
  border-bottom-color: rgb(125 211 252 / 0.6);
}

.hover\:border-y-sky-300\/70:hover {
  border-top-color: rgb(125 211 252 / 0.7);
  border-bottom-color: rgb(125 211 252 / 0.7);
}

.hover\:border-y-sky-300\/75:hover {
  border-top-color: rgb(125 211 252 / 0.75);
  border-bottom-color: rgb(125 211 252 / 0.75);
}

.hover\:border-y-sky-300\/80:hover {
  border-top-color: rgb(125 211 252 / 0.8);
  border-bottom-color: rgb(125 211 252 / 0.8);
}

.hover\:border-y-sky-300\/90:hover {
  border-top-color: rgb(125 211 252 / 0.9);
  border-bottom-color: rgb(125 211 252 / 0.9);
}

.hover\:border-y-sky-300\/95:hover {
  border-top-color: rgb(125 211 252 / 0.95);
  border-bottom-color: rgb(125 211 252 / 0.95);
}

.hover\:border-y-sky-400:hover {
  --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));
}

.hover\:border-y-sky-400\/0:hover {
  border-top-color: rgb(56 189 248 / 0);
  border-bottom-color: rgb(56 189 248 / 0);
}

.hover\:border-y-sky-400\/10:hover {
  border-top-color: rgb(56 189 248 / 0.1);
  border-bottom-color: rgb(56 189 248 / 0.1);
}

.hover\:border-y-sky-400\/100:hover {
  border-top-color: rgb(56 189 248 / 1);
  border-bottom-color: rgb(56 189 248 / 1);
}

.hover\:border-y-sky-400\/20:hover {
  border-top-color: rgb(56 189 248 / 0.2);
  border-bottom-color: rgb(56 189 248 / 0.2);
}

.hover\:border-y-sky-400\/25:hover {
  border-top-color: rgb(56 189 248 / 0.25);
  border-bottom-color: rgb(56 189 248 / 0.25);
}

.hover\:border-y-sky-400\/30:hover {
  border-top-color: rgb(56 189 248 / 0.3);
  border-bottom-color: rgb(56 189 248 / 0.3);
}

.hover\:border-y-sky-400\/40:hover {
  border-top-color: rgb(56 189 248 / 0.4);
  border-bottom-color: rgb(56 189 248 / 0.4);
}

.hover\:border-y-sky-400\/5:hover {
  border-top-color: rgb(56 189 248 / 0.05);
  border-bottom-color: rgb(56 189 248 / 0.05);
}

.hover\:border-y-sky-400\/50:hover {
  border-top-color: rgb(56 189 248 / 0.5);
  border-bottom-color: rgb(56 189 248 / 0.5);
}

.hover\:border-y-sky-400\/60:hover {
  border-top-color: rgb(56 189 248 / 0.6);
  border-bottom-color: rgb(56 189 248 / 0.6);
}

.hover\:border-y-sky-400\/70:hover {
  border-top-color: rgb(56 189 248 / 0.7);
  border-bottom-color: rgb(56 189 248 / 0.7);
}

.hover\:border-y-sky-400\/75:hover {
  border-top-color: rgb(56 189 248 / 0.75);
  border-bottom-color: rgb(56 189 248 / 0.75);
}

.hover\:border-y-sky-400\/80:hover {
  border-top-color: rgb(56 189 248 / 0.8);
  border-bottom-color: rgb(56 189 248 / 0.8);
}

.hover\:border-y-sky-400\/90:hover {
  border-top-color: rgb(56 189 248 / 0.9);
  border-bottom-color: rgb(56 189 248 / 0.9);
}

.hover\:border-y-sky-400\/95:hover {
  border-top-color: rgb(56 189 248 / 0.95);
  border-bottom-color: rgb(56 189 248 / 0.95);
}

.hover\:border-y-sky-50:hover {
  --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));
}

.hover\:border-y-sky-50\/0:hover {
  border-top-color: rgb(240 249 255 / 0);
  border-bottom-color: rgb(240 249 255 / 0);
}

.hover\:border-y-sky-50\/10:hover {
  border-top-color: rgb(240 249 255 / 0.1);
  border-bottom-color: rgb(240 249 255 / 0.1);
}

.hover\:border-y-sky-50\/100:hover {
  border-top-color: rgb(240 249 255 / 1);
  border-bottom-color: rgb(240 249 255 / 1);
}

.hover\:border-y-sky-50\/20:hover {
  border-top-color: rgb(240 249 255 / 0.2);
  border-bottom-color: rgb(240 249 255 / 0.2);
}

.hover\:border-y-sky-50\/25:hover {
  border-top-color: rgb(240 249 255 / 0.25);
  border-bottom-color: rgb(240 249 255 / 0.25);
}

.hover\:border-y-sky-50\/30:hover {
  border-top-color: rgb(240 249 255 / 0.3);
  border-bottom-color: rgb(240 249 255 / 0.3);
}

.hover\:border-y-sky-50\/40:hover {
  border-top-color: rgb(240 249 255 / 0.4);
  border-bottom-color: rgb(240 249 255 / 0.4);
}

.hover\:border-y-sky-50\/5:hover {
  border-top-color: rgb(240 249 255 / 0.05);
  border-bottom-color: rgb(240 249 255 / 0.05);
}

.hover\:border-y-sky-50\/50:hover {
  border-top-color: rgb(240 249 255 / 0.5);
  border-bottom-color: rgb(240 249 255 / 0.5);
}

.hover\:border-y-sky-50\/60:hover {
  border-top-color: rgb(240 249 255 / 0.6);
  border-bottom-color: rgb(240 249 255 / 0.6);
}

.hover\:border-y-sky-50\/70:hover {
  border-top-color: rgb(240 249 255 / 0.7);
  border-bottom-color: rgb(240 249 255 / 0.7);
}

.hover\:border-y-sky-50\/75:hover {
  border-top-color: rgb(240 249 255 / 0.75);
  border-bottom-color: rgb(240 249 255 / 0.75);
}

.hover\:border-y-sky-50\/80:hover {
  border-top-color: rgb(240 249 255 / 0.8);
  border-bottom-color: rgb(240 249 255 / 0.8);
}

.hover\:border-y-sky-50\/90:hover {
  border-top-color: rgb(240 249 255 / 0.9);
  border-bottom-color: rgb(240 249 255 / 0.9);
}

.hover\:border-y-sky-50\/95:hover {
  border-top-color: rgb(240 249 255 / 0.95);
  border-bottom-color: rgb(240 249 255 / 0.95);
}

.hover\:border-y-sky-500:hover {
  --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));
}

.hover\:border-y-sky-500\/0:hover {
  border-top-color: rgb(14 165 233 / 0);
  border-bottom-color: rgb(14 165 233 / 0);
}

.hover\:border-y-sky-500\/10:hover {
  border-top-color: rgb(14 165 233 / 0.1);
  border-bottom-color: rgb(14 165 233 / 0.1);
}

.hover\:border-y-sky-500\/100:hover {
  border-top-color: rgb(14 165 233 / 1);
  border-bottom-color: rgb(14 165 233 / 1);
}

.hover\:border-y-sky-500\/20:hover {
  border-top-color: rgb(14 165 233 / 0.2);
  border-bottom-color: rgb(14 165 233 / 0.2);
}

.hover\:border-y-sky-500\/25:hover {
  border-top-color: rgb(14 165 233 / 0.25);
  border-bottom-color: rgb(14 165 233 / 0.25);
}

.hover\:border-y-sky-500\/30:hover {
  border-top-color: rgb(14 165 233 / 0.3);
  border-bottom-color: rgb(14 165 233 / 0.3);
}

.hover\:border-y-sky-500\/40:hover {
  border-top-color: rgb(14 165 233 / 0.4);
  border-bottom-color: rgb(14 165 233 / 0.4);
}

.hover\:border-y-sky-500\/5:hover {
  border-top-color: rgb(14 165 233 / 0.05);
  border-bottom-color: rgb(14 165 233 / 0.05);
}

.hover\:border-y-sky-500\/50:hover {
  border-top-color: rgb(14 165 233 / 0.5);
  border-bottom-color: rgb(14 165 233 / 0.5);
}

.hover\:border-y-sky-500\/60:hover {
  border-top-color: rgb(14 165 233 / 0.6);
  border-bottom-color: rgb(14 165 233 / 0.6);
}

.hover\:border-y-sky-500\/70:hover {
  border-top-color: rgb(14 165 233 / 0.7);
  border-bottom-color: rgb(14 165 233 / 0.7);
}

.hover\:border-y-sky-500\/75:hover {
  border-top-color: rgb(14 165 233 / 0.75);
  border-bottom-color: rgb(14 165 233 / 0.75);
}

.hover\:border-y-sky-500\/80:hover {
  border-top-color: rgb(14 165 233 / 0.8);
  border-bottom-color: rgb(14 165 233 / 0.8);
}

.hover\:border-y-sky-500\/90:hover {
  border-top-color: rgb(14 165 233 / 0.9);
  border-bottom-color: rgb(14 165 233 / 0.9);
}

.hover\:border-y-sky-500\/95:hover {
  border-top-color: rgb(14 165 233 / 0.95);
  border-bottom-color: rgb(14 165 233 / 0.95);
}

.hover\:border-y-sky-600:hover {
  --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));
}

.hover\:border-y-sky-600\/0:hover {
  border-top-color: rgb(2 132 199 / 0);
  border-bottom-color: rgb(2 132 199 / 0);
}

.hover\:border-y-sky-600\/10:hover {
  border-top-color: rgb(2 132 199 / 0.1);
  border-bottom-color: rgb(2 132 199 / 0.1);
}

.hover\:border-y-sky-600\/100:hover {
  border-top-color: rgb(2 132 199 / 1);
  border-bottom-color: rgb(2 132 199 / 1);
}

.hover\:border-y-sky-600\/20:hover {
  border-top-color: rgb(2 132 199 / 0.2);
  border-bottom-color: rgb(2 132 199 / 0.2);
}

.hover\:border-y-sky-600\/25:hover {
  border-top-color: rgb(2 132 199 / 0.25);
  border-bottom-color: rgb(2 132 199 / 0.25);
}

.hover\:border-y-sky-600\/30:hover {
  border-top-color: rgb(2 132 199 / 0.3);
  border-bottom-color: rgb(2 132 199 / 0.3);
}

.hover\:border-y-sky-600\/40:hover {
  border-top-color: rgb(2 132 199 / 0.4);
  border-bottom-color: rgb(2 132 199 / 0.4);
}

.hover\:border-y-sky-600\/5:hover {
  border-top-color: rgb(2 132 199 / 0.05);
  border-bottom-color: rgb(2 132 199 / 0.05);
}

.hover\:border-y-sky-600\/50:hover {
  border-top-color: rgb(2 132 199 / 0.5);
  border-bottom-color: rgb(2 132 199 / 0.5);
}

.hover\:border-y-sky-600\/60:hover {
  border-top-color: rgb(2 132 199 / 0.6);
  border-bottom-color: rgb(2 132 199 / 0.6);
}

.hover\:border-y-sky-600\/70:hover {
  border-top-color: rgb(2 132 199 / 0.7);
  border-bottom-color: rgb(2 132 199 / 0.7);
}

.hover\:border-y-sky-600\/75:hover {
  border-top-color: rgb(2 132 199 / 0.75);
  border-bottom-color: rgb(2 132 199 / 0.75);
}

.hover\:border-y-sky-600\/80:hover {
  border-top-color: rgb(2 132 199 / 0.8);
  border-bottom-color: rgb(2 132 199 / 0.8);
}

.hover\:border-y-sky-600\/90:hover {
  border-top-color: rgb(2 132 199 / 0.9);
  border-bottom-color: rgb(2 132 199 / 0.9);
}

.hover\:border-y-sky-600\/95:hover {
  border-top-color: rgb(2 132 199 / 0.95);
  border-bottom-color: rgb(2 132 199 / 0.95);
}

.hover\:border-y-sky-700:hover {
  --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));
}

.hover\:border-y-sky-700\/0:hover {
  border-top-color: rgb(3 105 161 / 0);
  border-bottom-color: rgb(3 105 161 / 0);
}

.hover\:border-y-sky-700\/10:hover {
  border-top-color: rgb(3 105 161 / 0.1);
  border-bottom-color: rgb(3 105 161 / 0.1);
}

.hover\:border-y-sky-700\/100:hover {
  border-top-color: rgb(3 105 161 / 1);
  border-bottom-color: rgb(3 105 161 / 1);
}

.hover\:border-y-sky-700\/20:hover {
  border-top-color: rgb(3 105 161 / 0.2);
  border-bottom-color: rgb(3 105 161 / 0.2);
}

.hover\:border-y-sky-700\/25:hover {
  border-top-color: rgb(3 105 161 / 0.25);
  border-bottom-color: rgb(3 105 161 / 0.25);
}

.hover\:border-y-sky-700\/30:hover {
  border-top-color: rgb(3 105 161 / 0.3);
  border-bottom-color: rgb(3 105 161 / 0.3);
}

.hover\:border-y-sky-700\/40:hover {
  border-top-color: rgb(3 105 161 / 0.4);
  border-bottom-color: rgb(3 105 161 / 0.4);
}

.hover\:border-y-sky-700\/5:hover {
  border-top-color: rgb(3 105 161 / 0.05);
  border-bottom-color: rgb(3 105 161 / 0.05);
}

.hover\:border-y-sky-700\/50:hover {
  border-top-color: rgb(3 105 161 / 0.5);
  border-bottom-color: rgb(3 105 161 / 0.5);
}

.hover\:border-y-sky-700\/60:hover {
  border-top-color: rgb(3 105 161 / 0.6);
  border-bottom-color: rgb(3 105 161 / 0.6);
}

.hover\:border-y-sky-700\/70:hover {
  border-top-color: rgb(3 105 161 / 0.7);
  border-bottom-color: rgb(3 105 161 / 0.7);
}

.hover\:border-y-sky-700\/75:hover {
  border-top-color: rgb(3 105 161 / 0.75);
  border-bottom-color: rgb(3 105 161 / 0.75);
}

.hover\:border-y-sky-700\/80:hover {
  border-top-color: rgb(3 105 161 / 0.8);
  border-bottom-color: rgb(3 105 161 / 0.8);
}

.hover\:border-y-sky-700\/90:hover {
  border-top-color: rgb(3 105 161 / 0.9);
  border-bottom-color: rgb(3 105 161 / 0.9);
}

.hover\:border-y-sky-700\/95:hover {
  border-top-color: rgb(3 105 161 / 0.95);
  border-bottom-color: rgb(3 105 161 / 0.95);
}

.hover\:border-y-sky-800:hover {
  --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));
}

.hover\:border-y-sky-800\/0:hover {
  border-top-color: rgb(7 89 133 / 0);
  border-bottom-color: rgb(7 89 133 / 0);
}

.hover\:border-y-sky-800\/10:hover {
  border-top-color: rgb(7 89 133 / 0.1);
  border-bottom-color: rgb(7 89 133 / 0.1);
}

.hover\:border-y-sky-800\/100:hover {
  border-top-color: rgb(7 89 133 / 1);
  border-bottom-color: rgb(7 89 133 / 1);
}

.hover\:border-y-sky-800\/20:hover {
  border-top-color: rgb(7 89 133 / 0.2);
  border-bottom-color: rgb(7 89 133 / 0.2);
}

.hover\:border-y-sky-800\/25:hover {
  border-top-color: rgb(7 89 133 / 0.25);
  border-bottom-color: rgb(7 89 133 / 0.25);
}

.hover\:border-y-sky-800\/30:hover {
  border-top-color: rgb(7 89 133 / 0.3);
  border-bottom-color: rgb(7 89 133 / 0.3);
}

.hover\:border-y-sky-800\/40:hover {
  border-top-color: rgb(7 89 133 / 0.4);
  border-bottom-color: rgb(7 89 133 / 0.4);
}

.hover\:border-y-sky-800\/5:hover {
  border-top-color: rgb(7 89 133 / 0.05);
  border-bottom-color: rgb(7 89 133 / 0.05);
}

.hover\:border-y-sky-800\/50:hover {
  border-top-color: rgb(7 89 133 / 0.5);
  border-bottom-color: rgb(7 89 133 / 0.5);
}

.hover\:border-y-sky-800\/60:hover {
  border-top-color: rgb(7 89 133 / 0.6);
  border-bottom-color: rgb(7 89 133 / 0.6);
}

.hover\:border-y-sky-800\/70:hover {
  border-top-color: rgb(7 89 133 / 0.7);
  border-bottom-color: rgb(7 89 133 / 0.7);
}

.hover\:border-y-sky-800\/75:hover {
  border-top-color: rgb(7 89 133 / 0.75);
  border-bottom-color: rgb(7 89 133 / 0.75);
}

.hover\:border-y-sky-800\/80:hover {
  border-top-color: rgb(7 89 133 / 0.8);
  border-bottom-color: rgb(7 89 133 / 0.8);
}

.hover\:border-y-sky-800\/90:hover {
  border-top-color: rgb(7 89 133 / 0.9);
  border-bottom-color: rgb(7 89 133 / 0.9);
}

.hover\:border-y-sky-800\/95:hover {
  border-top-color: rgb(7 89 133 / 0.95);
  border-bottom-color: rgb(7 89 133 / 0.95);
}

.hover\:border-y-sky-900:hover {
  --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));
}

.hover\:border-y-sky-900\/0:hover {
  border-top-color: rgb(12 74 110 / 0);
  border-bottom-color: rgb(12 74 110 / 0);
}

.hover\:border-y-sky-900\/10:hover {
  border-top-color: rgb(12 74 110 / 0.1);
  border-bottom-color: rgb(12 74 110 / 0.1);
}

.hover\:border-y-sky-900\/100:hover {
  border-top-color: rgb(12 74 110 / 1);
  border-bottom-color: rgb(12 74 110 / 1);
}

.hover\:border-y-sky-900\/20:hover {
  border-top-color: rgb(12 74 110 / 0.2);
  border-bottom-color: rgb(12 74 110 / 0.2);
}

.hover\:border-y-sky-900\/25:hover {
  border-top-color: rgb(12 74 110 / 0.25);
  border-bottom-color: rgb(12 74 110 / 0.25);
}

.hover\:border-y-sky-900\/30:hover {
  border-top-color: rgb(12 74 110 / 0.3);
  border-bottom-color: rgb(12 74 110 / 0.3);
}

.hover\:border-y-sky-900\/40:hover {
  border-top-color: rgb(12 74 110 / 0.4);
  border-bottom-color: rgb(12 74 110 / 0.4);
}

.hover\:border-y-sky-900\/5:hover {
  border-top-color: rgb(12 74 110 / 0.05);
  border-bottom-color: rgb(12 74 110 / 0.05);
}

.hover\:border-y-sky-900\/50:hover {
  border-top-color: rgb(12 74 110 / 0.5);
  border-bottom-color: rgb(12 74 110 / 0.5);
}

.hover\:border-y-sky-900\/60:hover {
  border-top-color: rgb(12 74 110 / 0.6);
  border-bottom-color: rgb(12 74 110 / 0.6);
}

.hover\:border-y-sky-900\/70:hover {
  border-top-color: rgb(12 74 110 / 0.7);
  border-bottom-color: rgb(12 74 110 / 0.7);
}

.hover\:border-y-sky-900\/75:hover {
  border-top-color: rgb(12 74 110 / 0.75);
  border-bottom-color: rgb(12 74 110 / 0.75);
}

.hover\:border-y-sky-900\/80:hover {
  border-top-color: rgb(12 74 110 / 0.8);
  border-bottom-color: rgb(12 74 110 / 0.8);
}

.hover\:border-y-sky-900\/90:hover {
  border-top-color: rgb(12 74 110 / 0.9);
  border-bottom-color: rgb(12 74 110 / 0.9);
}

.hover\:border-y-sky-900\/95:hover {
  border-top-color: rgb(12 74 110 / 0.95);
  border-bottom-color: rgb(12 74 110 / 0.95);
}

.hover\:border-y-sky-950:hover {
  --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));
}

.hover\:border-y-sky-950\/0:hover {
  border-top-color: rgb(8 47 73 / 0);
  border-bottom-color: rgb(8 47 73 / 0);
}

.hover\:border-y-sky-950\/10:hover {
  border-top-color: rgb(8 47 73 / 0.1);
  border-bottom-color: rgb(8 47 73 / 0.1);
}

.hover\:border-y-sky-950\/100:hover {
  border-top-color: rgb(8 47 73 / 1);
  border-bottom-color: rgb(8 47 73 / 1);
}

.hover\:border-y-sky-950\/20:hover {
  border-top-color: rgb(8 47 73 / 0.2);
  border-bottom-color: rgb(8 47 73 / 0.2);
}

.hover\:border-y-sky-950\/25:hover {
  border-top-color: rgb(8 47 73 / 0.25);
  border-bottom-color: rgb(8 47 73 / 0.25);
}

.hover\:border-y-sky-950\/30:hover {
  border-top-color: rgb(8 47 73 / 0.3);
  border-bottom-color: rgb(8 47 73 / 0.3);
}

.hover\:border-y-sky-950\/40:hover {
  border-top-color: rgb(8 47 73 / 0.4);
  border-bottom-color: rgb(8 47 73 / 0.4);
}

.hover\:border-y-sky-950\/5:hover {
  border-top-color: rgb(8 47 73 / 0.05);
  border-bottom-color: rgb(8 47 73 / 0.05);
}

.hover\:border-y-sky-950\/50:hover {
  border-top-color: rgb(8 47 73 / 0.5);
  border-bottom-color: rgb(8 47 73 / 0.5);
}

.hover\:border-y-sky-950\/60:hover {
  border-top-color: rgb(8 47 73 / 0.6);
  border-bottom-color: rgb(8 47 73 / 0.6);
}

.hover\:border-y-sky-950\/70:hover {
  border-top-color: rgb(8 47 73 / 0.7);
  border-bottom-color: rgb(8 47 73 / 0.7);
}

.hover\:border-y-sky-950\/75:hover {
  border-top-color: rgb(8 47 73 / 0.75);
  border-bottom-color: rgb(8 47 73 / 0.75);
}

.hover\:border-y-sky-950\/80:hover {
  border-top-color: rgb(8 47 73 / 0.8);
  border-bottom-color: rgb(8 47 73 / 0.8);
}

.hover\:border-y-sky-950\/90:hover {
  border-top-color: rgb(8 47 73 / 0.9);
  border-bottom-color: rgb(8 47 73 / 0.9);
}

.hover\:border-y-sky-950\/95:hover {
  border-top-color: rgb(8 47 73 / 0.95);
  border-bottom-color: rgb(8 47 73 / 0.95);
}

.hover\:border-y-slate-100:hover {
  --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));
}

.hover\:border-y-slate-100\/0:hover {
  border-top-color: rgb(241 245 249 / 0);
  border-bottom-color: rgb(241 245 249 / 0);
}

.hover\:border-y-slate-100\/10:hover {
  border-top-color: rgb(241 245 249 / 0.1);
  border-bottom-color: rgb(241 245 249 / 0.1);
}

.hover\:border-y-slate-100\/100:hover {
  border-top-color: rgb(241 245 249 / 1);
  border-bottom-color: rgb(241 245 249 / 1);
}

.hover\:border-y-slate-100\/20:hover {
  border-top-color: rgb(241 245 249 / 0.2);
  border-bottom-color: rgb(241 245 249 / 0.2);
}

.hover\:border-y-slate-100\/25:hover {
  border-top-color: rgb(241 245 249 / 0.25);
  border-bottom-color: rgb(241 245 249 / 0.25);
}

.hover\:border-y-slate-100\/30:hover {
  border-top-color: rgb(241 245 249 / 0.3);
  border-bottom-color: rgb(241 245 249 / 0.3);
}

.hover\:border-y-slate-100\/40:hover {
  border-top-color: rgb(241 245 249 / 0.4);
  border-bottom-color: rgb(241 245 249 / 0.4);
}

.hover\:border-y-slate-100\/5:hover {
  border-top-color: rgb(241 245 249 / 0.05);
  border-bottom-color: rgb(241 245 249 / 0.05);
}

.hover\:border-y-slate-100\/50:hover {
  border-top-color: rgb(241 245 249 / 0.5);
  border-bottom-color: rgb(241 245 249 / 0.5);
}

.hover\:border-y-slate-100\/60:hover {
  border-top-color: rgb(241 245 249 / 0.6);
  border-bottom-color: rgb(241 245 249 / 0.6);
}

.hover\:border-y-slate-100\/70:hover {
  border-top-color: rgb(241 245 249 / 0.7);
  border-bottom-color: rgb(241 245 249 / 0.7);
}

.hover\:border-y-slate-100\/75:hover {
  border-top-color: rgb(241 245 249 / 0.75);
  border-bottom-color: rgb(241 245 249 / 0.75);
}

.hover\:border-y-slate-100\/80:hover {
  border-top-color: rgb(241 245 249 / 0.8);
  border-bottom-color: rgb(241 245 249 / 0.8);
}

.hover\:border-y-slate-100\/90:hover {
  border-top-color: rgb(241 245 249 / 0.9);
  border-bottom-color: rgb(241 245 249 / 0.9);
}

.hover\:border-y-slate-100\/95:hover {
  border-top-color: rgb(241 245 249 / 0.95);
  border-bottom-color: rgb(241 245 249 / 0.95);
}

.hover\:border-y-slate-200:hover {
  --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));
}

.hover\:border-y-slate-200\/0:hover {
  border-top-color: rgb(226 232 240 / 0);
  border-bottom-color: rgb(226 232 240 / 0);
}

.hover\:border-y-slate-200\/10:hover {
  border-top-color: rgb(226 232 240 / 0.1);
  border-bottom-color: rgb(226 232 240 / 0.1);
}

.hover\:border-y-slate-200\/100:hover {
  border-top-color: rgb(226 232 240 / 1);
  border-bottom-color: rgb(226 232 240 / 1);
}

.hover\:border-y-slate-200\/20:hover {
  border-top-color: rgb(226 232 240 / 0.2);
  border-bottom-color: rgb(226 232 240 / 0.2);
}

.hover\:border-y-slate-200\/25:hover {
  border-top-color: rgb(226 232 240 / 0.25);
  border-bottom-color: rgb(226 232 240 / 0.25);
}

.hover\:border-y-slate-200\/30:hover {
  border-top-color: rgb(226 232 240 / 0.3);
  border-bottom-color: rgb(226 232 240 / 0.3);
}

.hover\:border-y-slate-200\/40:hover {
  border-top-color: rgb(226 232 240 / 0.4);
  border-bottom-color: rgb(226 232 240 / 0.4);
}

.hover\:border-y-slate-200\/5:hover {
  border-top-color: rgb(226 232 240 / 0.05);
  border-bottom-color: rgb(226 232 240 / 0.05);
}

.hover\:border-y-slate-200\/50:hover {
  border-top-color: rgb(226 232 240 / 0.5);
  border-bottom-color: rgb(226 232 240 / 0.5);
}

.hover\:border-y-slate-200\/60:hover {
  border-top-color: rgb(226 232 240 / 0.6);
  border-bottom-color: rgb(226 232 240 / 0.6);
}

.hover\:border-y-slate-200\/70:hover {
  border-top-color: rgb(226 232 240 / 0.7);
  border-bottom-color: rgb(226 232 240 / 0.7);
}

.hover\:border-y-slate-200\/75:hover {
  border-top-color: rgb(226 232 240 / 0.75);
  border-bottom-color: rgb(226 232 240 / 0.75);
}

.hover\:border-y-slate-200\/80:hover {
  border-top-color: rgb(226 232 240 / 0.8);
  border-bottom-color: rgb(226 232 240 / 0.8);
}

.hover\:border-y-slate-200\/90:hover {
  border-top-color: rgb(226 232 240 / 0.9);
  border-bottom-color: rgb(226 232 240 / 0.9);
}

.hover\:border-y-slate-200\/95:hover {
  border-top-color: rgb(226 232 240 / 0.95);
  border-bottom-color: rgb(226 232 240 / 0.95);
}

.hover\:border-y-slate-300:hover {
  --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));
}

.hover\:border-y-slate-300\/0:hover {
  border-top-color: rgb(203 213 225 / 0);
  border-bottom-color: rgb(203 213 225 / 0);
}

.hover\:border-y-slate-300\/10:hover {
  border-top-color: rgb(203 213 225 / 0.1);
  border-bottom-color: rgb(203 213 225 / 0.1);
}

.hover\:border-y-slate-300\/100:hover {
  border-top-color: rgb(203 213 225 / 1);
  border-bottom-color: rgb(203 213 225 / 1);
}

.hover\:border-y-slate-300\/20:hover {
  border-top-color: rgb(203 213 225 / 0.2);
  border-bottom-color: rgb(203 213 225 / 0.2);
}

.hover\:border-y-slate-300\/25:hover {
  border-top-color: rgb(203 213 225 / 0.25);
  border-bottom-color: rgb(203 213 225 / 0.25);
}

.hover\:border-y-slate-300\/30:hover {
  border-top-color: rgb(203 213 225 / 0.3);
  border-bottom-color: rgb(203 213 225 / 0.3);
}

.hover\:border-y-slate-300\/40:hover {
  border-top-color: rgb(203 213 225 / 0.4);
  border-bottom-color: rgb(203 213 225 / 0.4);
}

.hover\:border-y-slate-300\/5:hover {
  border-top-color: rgb(203 213 225 / 0.05);
  border-bottom-color: rgb(203 213 225 / 0.05);
}

.hover\:border-y-slate-300\/50:hover {
  border-top-color: rgb(203 213 225 / 0.5);
  border-bottom-color: rgb(203 213 225 / 0.5);
}

.hover\:border-y-slate-300\/60:hover {
  border-top-color: rgb(203 213 225 / 0.6);
  border-bottom-color: rgb(203 213 225 / 0.6);
}

.hover\:border-y-slate-300\/70:hover {
  border-top-color: rgb(203 213 225 / 0.7);
  border-bottom-color: rgb(203 213 225 / 0.7);
}

.hover\:border-y-slate-300\/75:hover {
  border-top-color: rgb(203 213 225 / 0.75);
  border-bottom-color: rgb(203 213 225 / 0.75);
}

.hover\:border-y-slate-300\/80:hover {
  border-top-color: rgb(203 213 225 / 0.8);
  border-bottom-color: rgb(203 213 225 / 0.8);
}

.hover\:border-y-slate-300\/90:hover {
  border-top-color: rgb(203 213 225 / 0.9);
  border-bottom-color: rgb(203 213 225 / 0.9);
}

.hover\:border-y-slate-300\/95:hover {
  border-top-color: rgb(203 213 225 / 0.95);
  border-bottom-color: rgb(203 213 225 / 0.95);
}

.hover\:border-y-slate-400:hover {
  --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));
}

.hover\:border-y-slate-400\/0:hover {
  border-top-color: rgb(148 163 184 / 0);
  border-bottom-color: rgb(148 163 184 / 0);
}

.hover\:border-y-slate-400\/10:hover {
  border-top-color: rgb(148 163 184 / 0.1);
  border-bottom-color: rgb(148 163 184 / 0.1);
}

.hover\:border-y-slate-400\/100:hover {
  border-top-color: rgb(148 163 184 / 1);
  border-bottom-color: rgb(148 163 184 / 1);
}

.hover\:border-y-slate-400\/20:hover {
  border-top-color: rgb(148 163 184 / 0.2);
  border-bottom-color: rgb(148 163 184 / 0.2);
}

.hover\:border-y-slate-400\/25:hover {
  border-top-color: rgb(148 163 184 / 0.25);
  border-bottom-color: rgb(148 163 184 / 0.25);
}

.hover\:border-y-slate-400\/30:hover {
  border-top-color: rgb(148 163 184 / 0.3);
  border-bottom-color: rgb(148 163 184 / 0.3);
}

.hover\:border-y-slate-400\/40:hover {
  border-top-color: rgb(148 163 184 / 0.4);
  border-bottom-color: rgb(148 163 184 / 0.4);
}

.hover\:border-y-slate-400\/5:hover {
  border-top-color: rgb(148 163 184 / 0.05);
  border-bottom-color: rgb(148 163 184 / 0.05);
}

.hover\:border-y-slate-400\/50:hover {
  border-top-color: rgb(148 163 184 / 0.5);
  border-bottom-color: rgb(148 163 184 / 0.5);
}

.hover\:border-y-slate-400\/60:hover {
  border-top-color: rgb(148 163 184 / 0.6);
  border-bottom-color: rgb(148 163 184 / 0.6);
}

.hover\:border-y-slate-400\/70:hover {
  border-top-color: rgb(148 163 184 / 0.7);
  border-bottom-color: rgb(148 163 184 / 0.7);
}

.hover\:border-y-slate-400\/75:hover {
  border-top-color: rgb(148 163 184 / 0.75);
  border-bottom-color: rgb(148 163 184 / 0.75);
}

.hover\:border-y-slate-400\/80:hover {
  border-top-color: rgb(148 163 184 / 0.8);
  border-bottom-color: rgb(148 163 184 / 0.8);
}

.hover\:border-y-slate-400\/90:hover {
  border-top-color: rgb(148 163 184 / 0.9);
  border-bottom-color: rgb(148 163 184 / 0.9);
}

.hover\:border-y-slate-400\/95:hover {
  border-top-color: rgb(148 163 184 / 0.95);
  border-bottom-color: rgb(148 163 184 / 0.95);
}

.hover\:border-y-slate-50:hover {
  --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));
}

.hover\:border-y-slate-50\/0:hover {
  border-top-color: rgb(248 250 252 / 0);
  border-bottom-color: rgb(248 250 252 / 0);
}

.hover\:border-y-slate-50\/10:hover {
  border-top-color: rgb(248 250 252 / 0.1);
  border-bottom-color: rgb(248 250 252 / 0.1);
}

.hover\:border-y-slate-50\/100:hover {
  border-top-color: rgb(248 250 252 / 1);
  border-bottom-color: rgb(248 250 252 / 1);
}

.hover\:border-y-slate-50\/20:hover {
  border-top-color: rgb(248 250 252 / 0.2);
  border-bottom-color: rgb(248 250 252 / 0.2);
}

.hover\:border-y-slate-50\/25:hover {
  border-top-color: rgb(248 250 252 / 0.25);
  border-bottom-color: rgb(248 250 252 / 0.25);
}

.hover\:border-y-slate-50\/30:hover {
  border-top-color: rgb(248 250 252 / 0.3);
  border-bottom-color: rgb(248 250 252 / 0.3);
}

.hover\:border-y-slate-50\/40:hover {
  border-top-color: rgb(248 250 252 / 0.4);
  border-bottom-color: rgb(248 250 252 / 0.4);
}

.hover\:border-y-slate-50\/5:hover {
  border-top-color: rgb(248 250 252 / 0.05);
  border-bottom-color: rgb(248 250 252 / 0.05);
}

.hover\:border-y-slate-50\/50:hover {
  border-top-color: rgb(248 250 252 / 0.5);
  border-bottom-color: rgb(248 250 252 / 0.5);
}

.hover\:border-y-slate-50\/60:hover {
  border-top-color: rgb(248 250 252 / 0.6);
  border-bottom-color: rgb(248 250 252 / 0.6);
}

.hover\:border-y-slate-50\/70:hover {
  border-top-color: rgb(248 250 252 / 0.7);
  border-bottom-color: rgb(248 250 252 / 0.7);
}

.hover\:border-y-slate-50\/75:hover {
  border-top-color: rgb(248 250 252 / 0.75);
  border-bottom-color: rgb(248 250 252 / 0.75);
}

.hover\:border-y-slate-50\/80:hover {
  border-top-color: rgb(248 250 252 / 0.8);
  border-bottom-color: rgb(248 250 252 / 0.8);
}

.hover\:border-y-slate-50\/90:hover {
  border-top-color: rgb(248 250 252 / 0.9);
  border-bottom-color: rgb(248 250 252 / 0.9);
}

.hover\:border-y-slate-50\/95:hover {
  border-top-color: rgb(248 250 252 / 0.95);
  border-bottom-color: rgb(248 250 252 / 0.95);
}

.hover\:border-y-slate-500:hover {
  --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));
}

.hover\:border-y-slate-500\/0:hover {
  border-top-color: rgb(100 116 139 / 0);
  border-bottom-color: rgb(100 116 139 / 0);
}

.hover\:border-y-slate-500\/10:hover {
  border-top-color: rgb(100 116 139 / 0.1);
  border-bottom-color: rgb(100 116 139 / 0.1);
}

.hover\:border-y-slate-500\/100:hover {
  border-top-color: rgb(100 116 139 / 1);
  border-bottom-color: rgb(100 116 139 / 1);
}

.hover\:border-y-slate-500\/20:hover {
  border-top-color: rgb(100 116 139 / 0.2);
  border-bottom-color: rgb(100 116 139 / 0.2);
}

.hover\:border-y-slate-500\/25:hover {
  border-top-color: rgb(100 116 139 / 0.25);
  border-bottom-color: rgb(100 116 139 / 0.25);
}

.hover\:border-y-slate-500\/30:hover {
  border-top-color: rgb(100 116 139 / 0.3);
  border-bottom-color: rgb(100 116 139 / 0.3);
}

.hover\:border-y-slate-500\/40:hover {
  border-top-color: rgb(100 116 139 / 0.4);
  border-bottom-color: rgb(100 116 139 / 0.4);
}

.hover\:border-y-slate-500\/5:hover {
  border-top-color: rgb(100 116 139 / 0.05);
  border-bottom-color: rgb(100 116 139 / 0.05);
}

.hover\:border-y-slate-500\/50:hover {
  border-top-color: rgb(100 116 139 / 0.5);
  border-bottom-color: rgb(100 116 139 / 0.5);
}

.hover\:border-y-slate-500\/60:hover {
  border-top-color: rgb(100 116 139 / 0.6);
  border-bottom-color: rgb(100 116 139 / 0.6);
}

.hover\:border-y-slate-500\/70:hover {
  border-top-color: rgb(100 116 139 / 0.7);
  border-bottom-color: rgb(100 116 139 / 0.7);
}

.hover\:border-y-slate-500\/75:hover {
  border-top-color: rgb(100 116 139 / 0.75);
  border-bottom-color: rgb(100 116 139 / 0.75);
}

.hover\:border-y-slate-500\/80:hover {
  border-top-color: rgb(100 116 139 / 0.8);
  border-bottom-color: rgb(100 116 139 / 0.8);
}

.hover\:border-y-slate-500\/90:hover {
  border-top-color: rgb(100 116 139 / 0.9);
  border-bottom-color: rgb(100 116 139 / 0.9);
}

.hover\:border-y-slate-500\/95:hover {
  border-top-color: rgb(100 116 139 / 0.95);
  border-bottom-color: rgb(100 116 139 / 0.95);
}

.hover\:border-y-slate-600:hover {
  --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));
}

.hover\:border-y-slate-600\/0:hover {
  border-top-color: rgb(71 85 105 / 0);
  border-bottom-color: rgb(71 85 105 / 0);
}

.hover\:border-y-slate-600\/10:hover {
  border-top-color: rgb(71 85 105 / 0.1);
  border-bottom-color: rgb(71 85 105 / 0.1);
}

.hover\:border-y-slate-600\/100:hover {
  border-top-color: rgb(71 85 105 / 1);
  border-bottom-color: rgb(71 85 105 / 1);
}

.hover\:border-y-slate-600\/20:hover {
  border-top-color: rgb(71 85 105 / 0.2);
  border-bottom-color: rgb(71 85 105 / 0.2);
}

.hover\:border-y-slate-600\/25:hover {
  border-top-color: rgb(71 85 105 / 0.25);
  border-bottom-color: rgb(71 85 105 / 0.25);
}

.hover\:border-y-slate-600\/30:hover {
  border-top-color: rgb(71 85 105 / 0.3);
  border-bottom-color: rgb(71 85 105 / 0.3);
}

.hover\:border-y-slate-600\/40:hover {
  border-top-color: rgb(71 85 105 / 0.4);
  border-bottom-color: rgb(71 85 105 / 0.4);
}

.hover\:border-y-slate-600\/5:hover {
  border-top-color: rgb(71 85 105 / 0.05);
  border-bottom-color: rgb(71 85 105 / 0.05);
}

.hover\:border-y-slate-600\/50:hover {
  border-top-color: rgb(71 85 105 / 0.5);
  border-bottom-color: rgb(71 85 105 / 0.5);
}

.hover\:border-y-slate-600\/60:hover {
  border-top-color: rgb(71 85 105 / 0.6);
  border-bottom-color: rgb(71 85 105 / 0.6);
}

.hover\:border-y-slate-600\/70:hover {
  border-top-color: rgb(71 85 105 / 0.7);
  border-bottom-color: rgb(71 85 105 / 0.7);
}

.hover\:border-y-slate-600\/75:hover {
  border-top-color: rgb(71 85 105 / 0.75);
  border-bottom-color: rgb(71 85 105 / 0.75);
}

.hover\:border-y-slate-600\/80:hover {
  border-top-color: rgb(71 85 105 / 0.8);
  border-bottom-color: rgb(71 85 105 / 0.8);
}

.hover\:border-y-slate-600\/90:hover {
  border-top-color: rgb(71 85 105 / 0.9);
  border-bottom-color: rgb(71 85 105 / 0.9);
}

.hover\:border-y-slate-600\/95:hover {
  border-top-color: rgb(71 85 105 / 0.95);
  border-bottom-color: rgb(71 85 105 / 0.95);
}

.hover\:border-y-slate-700:hover {
  --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));
}

.hover\:border-y-slate-700\/0:hover {
  border-top-color: rgb(51 65 85 / 0);
  border-bottom-color: rgb(51 65 85 / 0);
}

.hover\:border-y-slate-700\/10:hover {
  border-top-color: rgb(51 65 85 / 0.1);
  border-bottom-color: rgb(51 65 85 / 0.1);
}

.hover\:border-y-slate-700\/100:hover {
  border-top-color: rgb(51 65 85 / 1);
  border-bottom-color: rgb(51 65 85 / 1);
}

.hover\:border-y-slate-700\/20:hover {
  border-top-color: rgb(51 65 85 / 0.2);
  border-bottom-color: rgb(51 65 85 / 0.2);
}

.hover\:border-y-slate-700\/25:hover {
  border-top-color: rgb(51 65 85 / 0.25);
  border-bottom-color: rgb(51 65 85 / 0.25);
}

.hover\:border-y-slate-700\/30:hover {
  border-top-color: rgb(51 65 85 / 0.3);
  border-bottom-color: rgb(51 65 85 / 0.3);
}

.hover\:border-y-slate-700\/40:hover {
  border-top-color: rgb(51 65 85 / 0.4);
  border-bottom-color: rgb(51 65 85 / 0.4);
}

.hover\:border-y-slate-700\/5:hover {
  border-top-color: rgb(51 65 85 / 0.05);
  border-bottom-color: rgb(51 65 85 / 0.05);
}

.hover\:border-y-slate-700\/50:hover {
  border-top-color: rgb(51 65 85 / 0.5);
  border-bottom-color: rgb(51 65 85 / 0.5);
}

.hover\:border-y-slate-700\/60:hover {
  border-top-color: rgb(51 65 85 / 0.6);
  border-bottom-color: rgb(51 65 85 / 0.6);
}

.hover\:border-y-slate-700\/70:hover {
  border-top-color: rgb(51 65 85 / 0.7);
  border-bottom-color: rgb(51 65 85 / 0.7);
}

.hover\:border-y-slate-700\/75:hover {
  border-top-color: rgb(51 65 85 / 0.75);
  border-bottom-color: rgb(51 65 85 / 0.75);
}

.hover\:border-y-slate-700\/80:hover {
  border-top-color: rgb(51 65 85 / 0.8);
  border-bottom-color: rgb(51 65 85 / 0.8);
}

.hover\:border-y-slate-700\/90:hover {
  border-top-color: rgb(51 65 85 / 0.9);
  border-bottom-color: rgb(51 65 85 / 0.9);
}

.hover\:border-y-slate-700\/95:hover {
  border-top-color: rgb(51 65 85 / 0.95);
  border-bottom-color: rgb(51 65 85 / 0.95);
}

.hover\:border-y-slate-800:hover {
  --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));
}

.hover\:border-y-slate-800\/0:hover {
  border-top-color: rgb(30 41 59 / 0);
  border-bottom-color: rgb(30 41 59 / 0);
}

.hover\:border-y-slate-800\/10:hover {
  border-top-color: rgb(30 41 59 / 0.1);
  border-bottom-color: rgb(30 41 59 / 0.1);
}

.hover\:border-y-slate-800\/100:hover {
  border-top-color: rgb(30 41 59 / 1);
  border-bottom-color: rgb(30 41 59 / 1);
}

.hover\:border-y-slate-800\/20:hover {
  border-top-color: rgb(30 41 59 / 0.2);
  border-bottom-color: rgb(30 41 59 / 0.2);
}

.hover\:border-y-slate-800\/25:hover {
  border-top-color: rgb(30 41 59 / 0.25);
  border-bottom-color: rgb(30 41 59 / 0.25);
}

.hover\:border-y-slate-800\/30:hover {
  border-top-color: rgb(30 41 59 / 0.3);
  border-bottom-color: rgb(30 41 59 / 0.3);
}

.hover\:border-y-slate-800\/40:hover {
  border-top-color: rgb(30 41 59 / 0.4);
  border-bottom-color: rgb(30 41 59 / 0.4);
}

.hover\:border-y-slate-800\/5:hover {
  border-top-color: rgb(30 41 59 / 0.05);
  border-bottom-color: rgb(30 41 59 / 0.05);
}

.hover\:border-y-slate-800\/50:hover {
  border-top-color: rgb(30 41 59 / 0.5);
  border-bottom-color: rgb(30 41 59 / 0.5);
}

.hover\:border-y-slate-800\/60:hover {
  border-top-color: rgb(30 41 59 / 0.6);
  border-bottom-color: rgb(30 41 59 / 0.6);
}

.hover\:border-y-slate-800\/70:hover {
  border-top-color: rgb(30 41 59 / 0.7);
  border-bottom-color: rgb(30 41 59 / 0.7);
}

.hover\:border-y-slate-800\/75:hover {
  border-top-color: rgb(30 41 59 / 0.75);
  border-bottom-color: rgb(30 41 59 / 0.75);
}

.hover\:border-y-slate-800\/80:hover {
  border-top-color: rgb(30 41 59 / 0.8);
  border-bottom-color: rgb(30 41 59 / 0.8);
}

.hover\:border-y-slate-800\/90:hover {
  border-top-color: rgb(30 41 59 / 0.9);
  border-bottom-color: rgb(30 41 59 / 0.9);
}

.hover\:border-y-slate-800\/95:hover {
  border-top-color: rgb(30 41 59 / 0.95);
  border-bottom-color: rgb(30 41 59 / 0.95);
}

.hover\:border-y-slate-900:hover {
  --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));
}

.hover\:border-y-slate-900\/0:hover {
  border-top-color: rgb(15 23 42 / 0);
  border-bottom-color: rgb(15 23 42 / 0);
}

.hover\:border-y-slate-900\/10:hover {
  border-top-color: rgb(15 23 42 / 0.1);
  border-bottom-color: rgb(15 23 42 / 0.1);
}

.hover\:border-y-slate-900\/100:hover {
  border-top-color: rgb(15 23 42 / 1);
  border-bottom-color: rgb(15 23 42 / 1);
}

.hover\:border-y-slate-900\/20:hover {
  border-top-color: rgb(15 23 42 / 0.2);
  border-bottom-color: rgb(15 23 42 / 0.2);
}

.hover\:border-y-slate-900\/25:hover {
  border-top-color: rgb(15 23 42 / 0.25);
  border-bottom-color: rgb(15 23 42 / 0.25);
}

.hover\:border-y-slate-900\/30:hover {
  border-top-color: rgb(15 23 42 / 0.3);
  border-bottom-color: rgb(15 23 42 / 0.3);
}

.hover\:border-y-slate-900\/40:hover {
  border-top-color: rgb(15 23 42 / 0.4);
  border-bottom-color: rgb(15 23 42 / 0.4);
}

.hover\:border-y-slate-900\/5:hover {
  border-top-color: rgb(15 23 42 / 0.05);
  border-bottom-color: rgb(15 23 42 / 0.05);
}

.hover\:border-y-slate-900\/50:hover {
  border-top-color: rgb(15 23 42 / 0.5);
  border-bottom-color: rgb(15 23 42 / 0.5);
}

.hover\:border-y-slate-900\/60:hover {
  border-top-color: rgb(15 23 42 / 0.6);
  border-bottom-color: rgb(15 23 42 / 0.6);
}

.hover\:border-y-slate-900\/70:hover {
  border-top-color: rgb(15 23 42 / 0.7);
  border-bottom-color: rgb(15 23 42 / 0.7);
}

.hover\:border-y-slate-900\/75:hover {
  border-top-color: rgb(15 23 42 / 0.75);
  border-bottom-color: rgb(15 23 42 / 0.75);
}

.hover\:border-y-slate-900\/80:hover {
  border-top-color: rgb(15 23 42 / 0.8);
  border-bottom-color: rgb(15 23 42 / 0.8);
}

.hover\:border-y-slate-900\/90:hover {
  border-top-color: rgb(15 23 42 / 0.9);
  border-bottom-color: rgb(15 23 42 / 0.9);
}

.hover\:border-y-slate-900\/95:hover {
  border-top-color: rgb(15 23 42 / 0.95);
  border-bottom-color: rgb(15 23 42 / 0.95);
}

.hover\:border-y-slate-950:hover {
  --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));
}

.hover\:border-y-slate-950\/0:hover {
  border-top-color: rgb(2 6 23 / 0);
  border-bottom-color: rgb(2 6 23 / 0);
}

.hover\:border-y-slate-950\/10:hover {
  border-top-color: rgb(2 6 23 / 0.1);
  border-bottom-color: rgb(2 6 23 / 0.1);
}

.hover\:border-y-slate-950\/100:hover {
  border-top-color: rgb(2 6 23 / 1);
  border-bottom-color: rgb(2 6 23 / 1);
}

.hover\:border-y-slate-950\/20:hover {
  border-top-color: rgb(2 6 23 / 0.2);
  border-bottom-color: rgb(2 6 23 / 0.2);
}

.hover\:border-y-slate-950\/25:hover {
  border-top-color: rgb(2 6 23 / 0.25);
  border-bottom-color: rgb(2 6 23 / 0.25);
}

.hover\:border-y-slate-950\/30:hover {
  border-top-color: rgb(2 6 23 / 0.3);
  border-bottom-color: rgb(2 6 23 / 0.3);
}

.hover\:border-y-slate-950\/40:hover {
  border-top-color: rgb(2 6 23 / 0.4);
  border-bottom-color: rgb(2 6 23 / 0.4);
}

.hover\:border-y-slate-950\/5:hover {
  border-top-color: rgb(2 6 23 / 0.05);
  border-bottom-color: rgb(2 6 23 / 0.05);
}

.hover\:border-y-slate-950\/50:hover {
  border-top-color: rgb(2 6 23 / 0.5);
  border-bottom-color: rgb(2 6 23 / 0.5);
}

.hover\:border-y-slate-950\/60:hover {
  border-top-color: rgb(2 6 23 / 0.6);
  border-bottom-color: rgb(2 6 23 / 0.6);
}

.hover\:border-y-slate-950\/70:hover {
  border-top-color: rgb(2 6 23 / 0.7);
  border-bottom-color: rgb(2 6 23 / 0.7);
}

.hover\:border-y-slate-950\/75:hover {
  border-top-color: rgb(2 6 23 / 0.75);
  border-bottom-color: rgb(2 6 23 / 0.75);
}

.hover\:border-y-slate-950\/80:hover {
  border-top-color: rgb(2 6 23 / 0.8);
  border-bottom-color: rgb(2 6 23 / 0.8);
}

.hover\:border-y-slate-950\/90:hover {
  border-top-color: rgb(2 6 23 / 0.9);
  border-bottom-color: rgb(2 6 23 / 0.9);
}

.hover\:border-y-slate-950\/95:hover {
  border-top-color: rgb(2 6 23 / 0.95);
  border-bottom-color: rgb(2 6 23 / 0.95);
}

.hover\:border-y-stone-100:hover {
  --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));
}

.hover\:border-y-stone-100\/0:hover {
  border-top-color: rgb(245 245 244 / 0);
  border-bottom-color: rgb(245 245 244 / 0);
}

.hover\:border-y-stone-100\/10:hover {
  border-top-color: rgb(245 245 244 / 0.1);
  border-bottom-color: rgb(245 245 244 / 0.1);
}

.hover\:border-y-stone-100\/100:hover {
  border-top-color: rgb(245 245 244 / 1);
  border-bottom-color: rgb(245 245 244 / 1);
}

.hover\:border-y-stone-100\/20:hover {
  border-top-color: rgb(245 245 244 / 0.2);
  border-bottom-color: rgb(245 245 244 / 0.2);
}

.hover\:border-y-stone-100\/25:hover {
  border-top-color: rgb(245 245 244 / 0.25);
  border-bottom-color: rgb(245 245 244 / 0.25);
}

.hover\:border-y-stone-100\/30:hover {
  border-top-color: rgb(245 245 244 / 0.3);
  border-bottom-color: rgb(245 245 244 / 0.3);
}

.hover\:border-y-stone-100\/40:hover {
  border-top-color: rgb(245 245 244 / 0.4);
  border-bottom-color: rgb(245 245 244 / 0.4);
}

.hover\:border-y-stone-100\/5:hover {
  border-top-color: rgb(245 245 244 / 0.05);
  border-bottom-color: rgb(245 245 244 / 0.05);
}

.hover\:border-y-stone-100\/50:hover {
  border-top-color: rgb(245 245 244 / 0.5);
  border-bottom-color: rgb(245 245 244 / 0.5);
}

.hover\:border-y-stone-100\/60:hover {
  border-top-color: rgb(245 245 244 / 0.6);
  border-bottom-color: rgb(245 245 244 / 0.6);
}

.hover\:border-y-stone-100\/70:hover {
  border-top-color: rgb(245 245 244 / 0.7);
  border-bottom-color: rgb(245 245 244 / 0.7);
}

.hover\:border-y-stone-100\/75:hover {
  border-top-color: rgb(245 245 244 / 0.75);
  border-bottom-color: rgb(245 245 244 / 0.75);
}

.hover\:border-y-stone-100\/80:hover {
  border-top-color: rgb(245 245 244 / 0.8);
  border-bottom-color: rgb(245 245 244 / 0.8);
}

.hover\:border-y-stone-100\/90:hover {
  border-top-color: rgb(245 245 244 / 0.9);
  border-bottom-color: rgb(245 245 244 / 0.9);
}

.hover\:border-y-stone-100\/95:hover {
  border-top-color: rgb(245 245 244 / 0.95);
  border-bottom-color: rgb(245 245 244 / 0.95);
}

.hover\:border-y-stone-200:hover {
  --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));
}

.hover\:border-y-stone-200\/0:hover {
  border-top-color: rgb(231 229 228 / 0);
  border-bottom-color: rgb(231 229 228 / 0);
}

.hover\:border-y-stone-200\/10:hover {
  border-top-color: rgb(231 229 228 / 0.1);
  border-bottom-color: rgb(231 229 228 / 0.1);
}

.hover\:border-y-stone-200\/100:hover {
  border-top-color: rgb(231 229 228 / 1);
  border-bottom-color: rgb(231 229 228 / 1);
}

.hover\:border-y-stone-200\/20:hover {
  border-top-color: rgb(231 229 228 / 0.2);
  border-bottom-color: rgb(231 229 228 / 0.2);
}

.hover\:border-y-stone-200\/25:hover {
  border-top-color: rgb(231 229 228 / 0.25);
  border-bottom-color: rgb(231 229 228 / 0.25);
}

.hover\:border-y-stone-200\/30:hover {
  border-top-color: rgb(231 229 228 / 0.3);
  border-bottom-color: rgb(231 229 228 / 0.3);
}

.hover\:border-y-stone-200\/40:hover {
  border-top-color: rgb(231 229 228 / 0.4);
  border-bottom-color: rgb(231 229 228 / 0.4);
}

.hover\:border-y-stone-200\/5:hover {
  border-top-color: rgb(231 229 228 / 0.05);
  border-bottom-color: rgb(231 229 228 / 0.05);
}

.hover\:border-y-stone-200\/50:hover {
  border-top-color: rgb(231 229 228 / 0.5);
  border-bottom-color: rgb(231 229 228 / 0.5);
}

.hover\:border-y-stone-200\/60:hover {
  border-top-color: rgb(231 229 228 / 0.6);
  border-bottom-color: rgb(231 229 228 / 0.6);
}

.hover\:border-y-stone-200\/70:hover {
  border-top-color: rgb(231 229 228 / 0.7);
  border-bottom-color: rgb(231 229 228 / 0.7);
}

.hover\:border-y-stone-200\/75:hover {
  border-top-color: rgb(231 229 228 / 0.75);
  border-bottom-color: rgb(231 229 228 / 0.75);
}

.hover\:border-y-stone-200\/80:hover {
  border-top-color: rgb(231 229 228 / 0.8);
  border-bottom-color: rgb(231 229 228 / 0.8);
}

.hover\:border-y-stone-200\/90:hover {
  border-top-color: rgb(231 229 228 / 0.9);
  border-bottom-color: rgb(231 229 228 / 0.9);
}

.hover\:border-y-stone-200\/95:hover {
  border-top-color: rgb(231 229 228 / 0.95);
  border-bottom-color: rgb(231 229 228 / 0.95);
}

.hover\:border-y-stone-300:hover {
  --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));
}

.hover\:border-y-stone-300\/0:hover {
  border-top-color: rgb(214 211 209 / 0);
  border-bottom-color: rgb(214 211 209 / 0);
}

.hover\:border-y-stone-300\/10:hover {
  border-top-color: rgb(214 211 209 / 0.1);
  border-bottom-color: rgb(214 211 209 / 0.1);
}

.hover\:border-y-stone-300\/100:hover {
  border-top-color: rgb(214 211 209 / 1);
  border-bottom-color: rgb(214 211 209 / 1);
}

.hover\:border-y-stone-300\/20:hover {
  border-top-color: rgb(214 211 209 / 0.2);
  border-bottom-color: rgb(214 211 209 / 0.2);
}

.hover\:border-y-stone-300\/25:hover {
  border-top-color: rgb(214 211 209 / 0.25);
  border-bottom-color: rgb(214 211 209 / 0.25);
}

.hover\:border-y-stone-300\/30:hover {
  border-top-color: rgb(214 211 209 / 0.3);
  border-bottom-color: rgb(214 211 209 / 0.3);
}

.hover\:border-y-stone-300\/40:hover {
  border-top-color: rgb(214 211 209 / 0.4);
  border-bottom-color: rgb(214 211 209 / 0.4);
}

.hover\:border-y-stone-300\/5:hover {
  border-top-color: rgb(214 211 209 / 0.05);
  border-bottom-color: rgb(214 211 209 / 0.05);
}

.hover\:border-y-stone-300\/50:hover {
  border-top-color: rgb(214 211 209 / 0.5);
  border-bottom-color: rgb(214 211 209 / 0.5);
}

.hover\:border-y-stone-300\/60:hover {
  border-top-color: rgb(214 211 209 / 0.6);
  border-bottom-color: rgb(214 211 209 / 0.6);
}

.hover\:border-y-stone-300\/70:hover {
  border-top-color: rgb(214 211 209 / 0.7);
  border-bottom-color: rgb(214 211 209 / 0.7);
}

.hover\:border-y-stone-300\/75:hover {
  border-top-color: rgb(214 211 209 / 0.75);
  border-bottom-color: rgb(214 211 209 / 0.75);
}

.hover\:border-y-stone-300\/80:hover {
  border-top-color: rgb(214 211 209 / 0.8);
  border-bottom-color: rgb(214 211 209 / 0.8);
}

.hover\:border-y-stone-300\/90:hover {
  border-top-color: rgb(214 211 209 / 0.9);
  border-bottom-color: rgb(214 211 209 / 0.9);
}

.hover\:border-y-stone-300\/95:hover {
  border-top-color: rgb(214 211 209 / 0.95);
  border-bottom-color: rgb(214 211 209 / 0.95);
}

.hover\:border-y-stone-400:hover {
  --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));
}

.hover\:border-y-stone-400\/0:hover {
  border-top-color: rgb(168 162 158 / 0);
  border-bottom-color: rgb(168 162 158 / 0);
}

.hover\:border-y-stone-400\/10:hover {
  border-top-color: rgb(168 162 158 / 0.1);
  border-bottom-color: rgb(168 162 158 / 0.1);
}

.hover\:border-y-stone-400\/100:hover {
  border-top-color: rgb(168 162 158 / 1);
  border-bottom-color: rgb(168 162 158 / 1);
}

.hover\:border-y-stone-400\/20:hover {
  border-top-color: rgb(168 162 158 / 0.2);
  border-bottom-color: rgb(168 162 158 / 0.2);
}

.hover\:border-y-stone-400\/25:hover {
  border-top-color: rgb(168 162 158 / 0.25);
  border-bottom-color: rgb(168 162 158 / 0.25);
}

.hover\:border-y-stone-400\/30:hover {
  border-top-color: rgb(168 162 158 / 0.3);
  border-bottom-color: rgb(168 162 158 / 0.3);
}

.hover\:border-y-stone-400\/40:hover {
  border-top-color: rgb(168 162 158 / 0.4);
  border-bottom-color: rgb(168 162 158 / 0.4);
}

.hover\:border-y-stone-400\/5:hover {
  border-top-color: rgb(168 162 158 / 0.05);
  border-bottom-color: rgb(168 162 158 / 0.05);
}

.hover\:border-y-stone-400\/50:hover {
  border-top-color: rgb(168 162 158 / 0.5);
  border-bottom-color: rgb(168 162 158 / 0.5);
}

.hover\:border-y-stone-400\/60:hover {
  border-top-color: rgb(168 162 158 / 0.6);
  border-bottom-color: rgb(168 162 158 / 0.6);
}

.hover\:border-y-stone-400\/70:hover {
  border-top-color: rgb(168 162 158 / 0.7);
  border-bottom-color: rgb(168 162 158 / 0.7);
}

.hover\:border-y-stone-400\/75:hover {
  border-top-color: rgb(168 162 158 / 0.75);
  border-bottom-color: rgb(168 162 158 / 0.75);
}

.hover\:border-y-stone-400\/80:hover {
  border-top-color: rgb(168 162 158 / 0.8);
  border-bottom-color: rgb(168 162 158 / 0.8);
}

.hover\:border-y-stone-400\/90:hover {
  border-top-color: rgb(168 162 158 / 0.9);
  border-bottom-color: rgb(168 162 158 / 0.9);
}

.hover\:border-y-stone-400\/95:hover {
  border-top-color: rgb(168 162 158 / 0.95);
  border-bottom-color: rgb(168 162 158 / 0.95);
}

.hover\:border-y-stone-50:hover {
  --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));
}

.hover\:border-y-stone-50\/0:hover {
  border-top-color: rgb(250 250 249 / 0);
  border-bottom-color: rgb(250 250 249 / 0);
}

.hover\:border-y-stone-50\/10:hover {
  border-top-color: rgb(250 250 249 / 0.1);
  border-bottom-color: rgb(250 250 249 / 0.1);
}

.hover\:border-y-stone-50\/100:hover {
  border-top-color: rgb(250 250 249 / 1);
  border-bottom-color: rgb(250 250 249 / 1);
}

.hover\:border-y-stone-50\/20:hover {
  border-top-color: rgb(250 250 249 / 0.2);
  border-bottom-color: rgb(250 250 249 / 0.2);
}

.hover\:border-y-stone-50\/25:hover {
  border-top-color: rgb(250 250 249 / 0.25);
  border-bottom-color: rgb(250 250 249 / 0.25);
}

.hover\:border-y-stone-50\/30:hover {
  border-top-color: rgb(250 250 249 / 0.3);
  border-bottom-color: rgb(250 250 249 / 0.3);
}

.hover\:border-y-stone-50\/40:hover {
  border-top-color: rgb(250 250 249 / 0.4);
  border-bottom-color: rgb(250 250 249 / 0.4);
}

.hover\:border-y-stone-50\/5:hover {
  border-top-color: rgb(250 250 249 / 0.05);
  border-bottom-color: rgb(250 250 249 / 0.05);
}

.hover\:border-y-stone-50\/50:hover {
  border-top-color: rgb(250 250 249 / 0.5);
  border-bottom-color: rgb(250 250 249 / 0.5);
}

.hover\:border-y-stone-50\/60:hover {
  border-top-color: rgb(250 250 249 / 0.6);
  border-bottom-color: rgb(250 250 249 / 0.6);
}

.hover\:border-y-stone-50\/70:hover {
  border-top-color: rgb(250 250 249 / 0.7);
  border-bottom-color: rgb(250 250 249 / 0.7);
}

.hover\:border-y-stone-50\/75:hover {
  border-top-color: rgb(250 250 249 / 0.75);
  border-bottom-color: rgb(250 250 249 / 0.75);
}

.hover\:border-y-stone-50\/80:hover {
  border-top-color: rgb(250 250 249 / 0.8);
  border-bottom-color: rgb(250 250 249 / 0.8);
}

.hover\:border-y-stone-50\/90:hover {
  border-top-color: rgb(250 250 249 / 0.9);
  border-bottom-color: rgb(250 250 249 / 0.9);
}

.hover\:border-y-stone-50\/95:hover {
  border-top-color: rgb(250 250 249 / 0.95);
  border-bottom-color: rgb(250 250 249 / 0.95);
}

.hover\:border-y-stone-500:hover {
  --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));
}

.hover\:border-y-stone-500\/0:hover {
  border-top-color: rgb(120 113 108 / 0);
  border-bottom-color: rgb(120 113 108 / 0);
}

.hover\:border-y-stone-500\/10:hover {
  border-top-color: rgb(120 113 108 / 0.1);
  border-bottom-color: rgb(120 113 108 / 0.1);
}

.hover\:border-y-stone-500\/100:hover {
  border-top-color: rgb(120 113 108 / 1);
  border-bottom-color: rgb(120 113 108 / 1);
}

.hover\:border-y-stone-500\/20:hover {
  border-top-color: rgb(120 113 108 / 0.2);
  border-bottom-color: rgb(120 113 108 / 0.2);
}

.hover\:border-y-stone-500\/25:hover {
  border-top-color: rgb(120 113 108 / 0.25);
  border-bottom-color: rgb(120 113 108 / 0.25);
}

.hover\:border-y-stone-500\/30:hover {
  border-top-color: rgb(120 113 108 / 0.3);
  border-bottom-color: rgb(120 113 108 / 0.3);
}

.hover\:border-y-stone-500\/40:hover {
  border-top-color: rgb(120 113 108 / 0.4);
  border-bottom-color: rgb(120 113 108 / 0.4);
}

.hover\:border-y-stone-500\/5:hover {
  border-top-color: rgb(120 113 108 / 0.05);
  border-bottom-color: rgb(120 113 108 / 0.05);
}

.hover\:border-y-stone-500\/50:hover {
  border-top-color: rgb(120 113 108 / 0.5);
  border-bottom-color: rgb(120 113 108 / 0.5);
}

.hover\:border-y-stone-500\/60:hover {
  border-top-color: rgb(120 113 108 / 0.6);
  border-bottom-color: rgb(120 113 108 / 0.6);
}

.hover\:border-y-stone-500\/70:hover {
  border-top-color: rgb(120 113 108 / 0.7);
  border-bottom-color: rgb(120 113 108 / 0.7);
}

.hover\:border-y-stone-500\/75:hover {
  border-top-color: rgb(120 113 108 / 0.75);
  border-bottom-color: rgb(120 113 108 / 0.75);
}

.hover\:border-y-stone-500\/80:hover {
  border-top-color: rgb(120 113 108 / 0.8);
  border-bottom-color: rgb(120 113 108 / 0.8);
}

.hover\:border-y-stone-500\/90:hover {
  border-top-color: rgb(120 113 108 / 0.9);
  border-bottom-color: rgb(120 113 108 / 0.9);
}

.hover\:border-y-stone-500\/95:hover {
  border-top-color: rgb(120 113 108 / 0.95);
  border-bottom-color: rgb(120 113 108 / 0.95);
}

.hover\:border-y-stone-600:hover {
  --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));
}

.hover\:border-y-stone-600\/0:hover {
  border-top-color: rgb(87 83 78 / 0);
  border-bottom-color: rgb(87 83 78 / 0);
}

.hover\:border-y-stone-600\/10:hover {
  border-top-color: rgb(87 83 78 / 0.1);
  border-bottom-color: rgb(87 83 78 / 0.1);
}

.hover\:border-y-stone-600\/100:hover {
  border-top-color: rgb(87 83 78 / 1);
  border-bottom-color: rgb(87 83 78 / 1);
}

.hover\:border-y-stone-600\/20:hover {
  border-top-color: rgb(87 83 78 / 0.2);
  border-bottom-color: rgb(87 83 78 / 0.2);
}

.hover\:border-y-stone-600\/25:hover {
  border-top-color: rgb(87 83 78 / 0.25);
  border-bottom-color: rgb(87 83 78 / 0.25);
}

.hover\:border-y-stone-600\/30:hover {
  border-top-color: rgb(87 83 78 / 0.3);
  border-bottom-color: rgb(87 83 78 / 0.3);
}

.hover\:border-y-stone-600\/40:hover {
  border-top-color: rgb(87 83 78 / 0.4);
  border-bottom-color: rgb(87 83 78 / 0.4);
}

.hover\:border-y-stone-600\/5:hover {
  border-top-color: rgb(87 83 78 / 0.05);
  border-bottom-color: rgb(87 83 78 / 0.05);
}

.hover\:border-y-stone-600\/50:hover {
  border-top-color: rgb(87 83 78 / 0.5);
  border-bottom-color: rgb(87 83 78 / 0.5);
}

.hover\:border-y-stone-600\/60:hover {
  border-top-color: rgb(87 83 78 / 0.6);
  border-bottom-color: rgb(87 83 78 / 0.6);
}

.hover\:border-y-stone-600\/70:hover {
  border-top-color: rgb(87 83 78 / 0.7);
  border-bottom-color: rgb(87 83 78 / 0.7);
}

.hover\:border-y-stone-600\/75:hover {
  border-top-color: rgb(87 83 78 / 0.75);
  border-bottom-color: rgb(87 83 78 / 0.75);
}

.hover\:border-y-stone-600\/80:hover {
  border-top-color: rgb(87 83 78 / 0.8);
  border-bottom-color: rgb(87 83 78 / 0.8);
}

.hover\:border-y-stone-600\/90:hover {
  border-top-color: rgb(87 83 78 / 0.9);
  border-bottom-color: rgb(87 83 78 / 0.9);
}

.hover\:border-y-stone-600\/95:hover {
  border-top-color: rgb(87 83 78 / 0.95);
  border-bottom-color: rgb(87 83 78 / 0.95);
}

.hover\:border-y-stone-700:hover {
  --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));
}

.hover\:border-y-stone-700\/0:hover {
  border-top-color: rgb(68 64 60 / 0);
  border-bottom-color: rgb(68 64 60 / 0);
}

.hover\:border-y-stone-700\/10:hover {
  border-top-color: rgb(68 64 60 / 0.1);
  border-bottom-color: rgb(68 64 60 / 0.1);
}

.hover\:border-y-stone-700\/100:hover {
  border-top-color: rgb(68 64 60 / 1);
  border-bottom-color: rgb(68 64 60 / 1);
}

.hover\:border-y-stone-700\/20:hover {
  border-top-color: rgb(68 64 60 / 0.2);
  border-bottom-color: rgb(68 64 60 / 0.2);
}

.hover\:border-y-stone-700\/25:hover {
  border-top-color: rgb(68 64 60 / 0.25);
  border-bottom-color: rgb(68 64 60 / 0.25);
}

.hover\:border-y-stone-700\/30:hover {
  border-top-color: rgb(68 64 60 / 0.3);
  border-bottom-color: rgb(68 64 60 / 0.3);
}

.hover\:border-y-stone-700\/40:hover {
  border-top-color: rgb(68 64 60 / 0.4);
  border-bottom-color: rgb(68 64 60 / 0.4);
}

.hover\:border-y-stone-700\/5:hover {
  border-top-color: rgb(68 64 60 / 0.05);
  border-bottom-color: rgb(68 64 60 / 0.05);
}

.hover\:border-y-stone-700\/50:hover {
  border-top-color: rgb(68 64 60 / 0.5);
  border-bottom-color: rgb(68 64 60 / 0.5);
}

.hover\:border-y-stone-700\/60:hover {
  border-top-color: rgb(68 64 60 / 0.6);
  border-bottom-color: rgb(68 64 60 / 0.6);
}

.hover\:border-y-stone-700\/70:hover {
  border-top-color: rgb(68 64 60 / 0.7);
  border-bottom-color: rgb(68 64 60 / 0.7);
}

.hover\:border-y-stone-700\/75:hover {
  border-top-color: rgb(68 64 60 / 0.75);
  border-bottom-color: rgb(68 64 60 / 0.75);
}

.hover\:border-y-stone-700\/80:hover {
  border-top-color: rgb(68 64 60 / 0.8);
  border-bottom-color: rgb(68 64 60 / 0.8);
}

.hover\:border-y-stone-700\/90:hover {
  border-top-color: rgb(68 64 60 / 0.9);
  border-bottom-color: rgb(68 64 60 / 0.9);
}

.hover\:border-y-stone-700\/95:hover {
  border-top-color: rgb(68 64 60 / 0.95);
  border-bottom-color: rgb(68 64 60 / 0.95);
}

.hover\:border-y-stone-800:hover {
  --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));
}

.hover\:border-y-stone-800\/0:hover {
  border-top-color: rgb(41 37 36 / 0);
  border-bottom-color: rgb(41 37 36 / 0);
}

.hover\:border-y-stone-800\/10:hover {
  border-top-color: rgb(41 37 36 / 0.1);
  border-bottom-color: rgb(41 37 36 / 0.1);
}

.hover\:border-y-stone-800\/100:hover {
  border-top-color: rgb(41 37 36 / 1);
  border-bottom-color: rgb(41 37 36 / 1);
}

.hover\:border-y-stone-800\/20:hover {
  border-top-color: rgb(41 37 36 / 0.2);
  border-bottom-color: rgb(41 37 36 / 0.2);
}

.hover\:border-y-stone-800\/25:hover {
  border-top-color: rgb(41 37 36 / 0.25);
  border-bottom-color: rgb(41 37 36 / 0.25);
}

.hover\:border-y-stone-800\/30:hover {
  border-top-color: rgb(41 37 36 / 0.3);
  border-bottom-color: rgb(41 37 36 / 0.3);
}

.hover\:border-y-stone-800\/40:hover {
  border-top-color: rgb(41 37 36 / 0.4);
  border-bottom-color: rgb(41 37 36 / 0.4);
}

.hover\:border-y-stone-800\/5:hover {
  border-top-color: rgb(41 37 36 / 0.05);
  border-bottom-color: rgb(41 37 36 / 0.05);
}

.hover\:border-y-stone-800\/50:hover {
  border-top-color: rgb(41 37 36 / 0.5);
  border-bottom-color: rgb(41 37 36 / 0.5);
}

.hover\:border-y-stone-800\/60:hover {
  border-top-color: rgb(41 37 36 / 0.6);
  border-bottom-color: rgb(41 37 36 / 0.6);
}

.hover\:border-y-stone-800\/70:hover {
  border-top-color: rgb(41 37 36 / 0.7);
  border-bottom-color: rgb(41 37 36 / 0.7);
}

.hover\:border-y-stone-800\/75:hover {
  border-top-color: rgb(41 37 36 / 0.75);
  border-bottom-color: rgb(41 37 36 / 0.75);
}

.hover\:border-y-stone-800\/80:hover {
  border-top-color: rgb(41 37 36 / 0.8);
  border-bottom-color: rgb(41 37 36 / 0.8);
}

.hover\:border-y-stone-800\/90:hover {
  border-top-color: rgb(41 37 36 / 0.9);
  border-bottom-color: rgb(41 37 36 / 0.9);
}

.hover\:border-y-stone-800\/95:hover {
  border-top-color: rgb(41 37 36 / 0.95);
  border-bottom-color: rgb(41 37 36 / 0.95);
}

.hover\:border-y-stone-900:hover {
  --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));
}

.hover\:border-y-stone-900\/0:hover {
  border-top-color: rgb(28 25 23 / 0);
  border-bottom-color: rgb(28 25 23 / 0);
}

.hover\:border-y-stone-900\/10:hover {
  border-top-color: rgb(28 25 23 / 0.1);
  border-bottom-color: rgb(28 25 23 / 0.1);
}

.hover\:border-y-stone-900\/100:hover {
  border-top-color: rgb(28 25 23 / 1);
  border-bottom-color: rgb(28 25 23 / 1);
}

.hover\:border-y-stone-900\/20:hover {
  border-top-color: rgb(28 25 23 / 0.2);
  border-bottom-color: rgb(28 25 23 / 0.2);
}

.hover\:border-y-stone-900\/25:hover {
  border-top-color: rgb(28 25 23 / 0.25);
  border-bottom-color: rgb(28 25 23 / 0.25);
}

.hover\:border-y-stone-900\/30:hover {
  border-top-color: rgb(28 25 23 / 0.3);
  border-bottom-color: rgb(28 25 23 / 0.3);
}

.hover\:border-y-stone-900\/40:hover {
  border-top-color: rgb(28 25 23 / 0.4);
  border-bottom-color: rgb(28 25 23 / 0.4);
}

.hover\:border-y-stone-900\/5:hover {
  border-top-color: rgb(28 25 23 / 0.05);
  border-bottom-color: rgb(28 25 23 / 0.05);
}

.hover\:border-y-stone-900\/50:hover {
  border-top-color: rgb(28 25 23 / 0.5);
  border-bottom-color: rgb(28 25 23 / 0.5);
}

.hover\:border-y-stone-900\/60:hover {
  border-top-color: rgb(28 25 23 / 0.6);
  border-bottom-color: rgb(28 25 23 / 0.6);
}

.hover\:border-y-stone-900\/70:hover {
  border-top-color: rgb(28 25 23 / 0.7);
  border-bottom-color: rgb(28 25 23 / 0.7);
}

.hover\:border-y-stone-900\/75:hover {
  border-top-color: rgb(28 25 23 / 0.75);
  border-bottom-color: rgb(28 25 23 / 0.75);
}

.hover\:border-y-stone-900\/80:hover {
  border-top-color: rgb(28 25 23 / 0.8);
  border-bottom-color: rgb(28 25 23 / 0.8);
}

.hover\:border-y-stone-900\/90:hover {
  border-top-color: rgb(28 25 23 / 0.9);
  border-bottom-color: rgb(28 25 23 / 0.9);
}

.hover\:border-y-stone-900\/95:hover {
  border-top-color: rgb(28 25 23 / 0.95);
  border-bottom-color: rgb(28 25 23 / 0.95);
}

.hover\:border-y-stone-950:hover {
  --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));
}

.hover\:border-y-stone-950\/0:hover {
  border-top-color: rgb(12 10 9 / 0);
  border-bottom-color: rgb(12 10 9 / 0);
}

.hover\:border-y-stone-950\/10:hover {
  border-top-color: rgb(12 10 9 / 0.1);
  border-bottom-color: rgb(12 10 9 / 0.1);
}

.hover\:border-y-stone-950\/100:hover {
  border-top-color: rgb(12 10 9 / 1);
  border-bottom-color: rgb(12 10 9 / 1);
}

.hover\:border-y-stone-950\/20:hover {
  border-top-color: rgb(12 10 9 / 0.2);
  border-bottom-color: rgb(12 10 9 / 0.2);
}

.hover\:border-y-stone-950\/25:hover {
  border-top-color: rgb(12 10 9 / 0.25);
  border-bottom-color: rgb(12 10 9 / 0.25);
}

.hover\:border-y-stone-950\/30:hover {
  border-top-color: rgb(12 10 9 / 0.3);
  border-bottom-color: rgb(12 10 9 / 0.3);
}

.hover\:border-y-stone-950\/40:hover {
  border-top-color: rgb(12 10 9 / 0.4);
  border-bottom-color: rgb(12 10 9 / 0.4);
}

.hover\:border-y-stone-950\/5:hover {
  border-top-color: rgb(12 10 9 / 0.05);
  border-bottom-color: rgb(12 10 9 / 0.05);
}

.hover\:border-y-stone-950\/50:hover {
  border-top-color: rgb(12 10 9 / 0.5);
  border-bottom-color: rgb(12 10 9 / 0.5);
}

.hover\:border-y-stone-950\/60:hover {
  border-top-color: rgb(12 10 9 / 0.6);
  border-bottom-color: rgb(12 10 9 / 0.6);
}

.hover\:border-y-stone-950\/70:hover {
  border-top-color: rgb(12 10 9 / 0.7);
  border-bottom-color: rgb(12 10 9 / 0.7);
}

.hover\:border-y-stone-950\/75:hover {
  border-top-color: rgb(12 10 9 / 0.75);
  border-bottom-color: rgb(12 10 9 / 0.75);
}

.hover\:border-y-stone-950\/80:hover {
  border-top-color: rgb(12 10 9 / 0.8);
  border-bottom-color: rgb(12 10 9 / 0.8);
}

.hover\:border-y-stone-950\/90:hover {
  border-top-color: rgb(12 10 9 / 0.9);
  border-bottom-color: rgb(12 10 9 / 0.9);
}

.hover\:border-y-stone-950\/95:hover {
  border-top-color: rgb(12 10 9 / 0.95);
  border-bottom-color: rgb(12 10 9 / 0.95);
}

.hover\:border-y-teal-100:hover {
  --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));
}

.hover\:border-y-teal-100\/0:hover {
  border-top-color: rgb(204 251 241 / 0);
  border-bottom-color: rgb(204 251 241 / 0);
}

.hover\:border-y-teal-100\/10:hover {
  border-top-color: rgb(204 251 241 / 0.1);
  border-bottom-color: rgb(204 251 241 / 0.1);
}

.hover\:border-y-teal-100\/100:hover {
  border-top-color: rgb(204 251 241 / 1);
  border-bottom-color: rgb(204 251 241 / 1);
}

.hover\:border-y-teal-100\/20:hover {
  border-top-color: rgb(204 251 241 / 0.2);
  border-bottom-color: rgb(204 251 241 / 0.2);
}

.hover\:border-y-teal-100\/25:hover {
  border-top-color: rgb(204 251 241 / 0.25);
  border-bottom-color: rgb(204 251 241 / 0.25);
}

.hover\:border-y-teal-100\/30:hover {
  border-top-color: rgb(204 251 241 / 0.3);
  border-bottom-color: rgb(204 251 241 / 0.3);
}

.hover\:border-y-teal-100\/40:hover {
  border-top-color: rgb(204 251 241 / 0.4);
  border-bottom-color: rgb(204 251 241 / 0.4);
}

.hover\:border-y-teal-100\/5:hover {
  border-top-color: rgb(204 251 241 / 0.05);
  border-bottom-color: rgb(204 251 241 / 0.05);
}

.hover\:border-y-teal-100\/50:hover {
  border-top-color: rgb(204 251 241 / 0.5);
  border-bottom-color: rgb(204 251 241 / 0.5);
}

.hover\:border-y-teal-100\/60:hover {
  border-top-color: rgb(204 251 241 / 0.6);
  border-bottom-color: rgb(204 251 241 / 0.6);
}

.hover\:border-y-teal-100\/70:hover {
  border-top-color: rgb(204 251 241 / 0.7);
  border-bottom-color: rgb(204 251 241 / 0.7);
}

.hover\:border-y-teal-100\/75:hover {
  border-top-color: rgb(204 251 241 / 0.75);
  border-bottom-color: rgb(204 251 241 / 0.75);
}

.hover\:border-y-teal-100\/80:hover {
  border-top-color: rgb(204 251 241 / 0.8);
  border-bottom-color: rgb(204 251 241 / 0.8);
}

.hover\:border-y-teal-100\/90:hover {
  border-top-color: rgb(204 251 241 / 0.9);
  border-bottom-color: rgb(204 251 241 / 0.9);
}

.hover\:border-y-teal-100\/95:hover {
  border-top-color: rgb(204 251 241 / 0.95);
  border-bottom-color: rgb(204 251 241 / 0.95);
}

.hover\:border-y-teal-200:hover {
  --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));
}

.hover\:border-y-teal-200\/0:hover {
  border-top-color: rgb(153 246 228 / 0);
  border-bottom-color: rgb(153 246 228 / 0);
}

.hover\:border-y-teal-200\/10:hover {
  border-top-color: rgb(153 246 228 / 0.1);
  border-bottom-color: rgb(153 246 228 / 0.1);
}

.hover\:border-y-teal-200\/100:hover {
  border-top-color: rgb(153 246 228 / 1);
  border-bottom-color: rgb(153 246 228 / 1);
}

.hover\:border-y-teal-200\/20:hover {
  border-top-color: rgb(153 246 228 / 0.2);
  border-bottom-color: rgb(153 246 228 / 0.2);
}

.hover\:border-y-teal-200\/25:hover {
  border-top-color: rgb(153 246 228 / 0.25);
  border-bottom-color: rgb(153 246 228 / 0.25);
}

.hover\:border-y-teal-200\/30:hover {
  border-top-color: rgb(153 246 228 / 0.3);
  border-bottom-color: rgb(153 246 228 / 0.3);
}

.hover\:border-y-teal-200\/40:hover {
  border-top-color: rgb(153 246 228 / 0.4);
  border-bottom-color: rgb(153 246 228 / 0.4);
}

.hover\:border-y-teal-200\/5:hover {
  border-top-color: rgb(153 246 228 / 0.05);
  border-bottom-color: rgb(153 246 228 / 0.05);
}

.hover\:border-y-teal-200\/50:hover {
  border-top-color: rgb(153 246 228 / 0.5);
  border-bottom-color: rgb(153 246 228 / 0.5);
}

.hover\:border-y-teal-200\/60:hover {
  border-top-color: rgb(153 246 228 / 0.6);
  border-bottom-color: rgb(153 246 228 / 0.6);
}

.hover\:border-y-teal-200\/70:hover {
  border-top-color: rgb(153 246 228 / 0.7);
  border-bottom-color: rgb(153 246 228 / 0.7);
}

.hover\:border-y-teal-200\/75:hover {
  border-top-color: rgb(153 246 228 / 0.75);
  border-bottom-color: rgb(153 246 228 / 0.75);
}

.hover\:border-y-teal-200\/80:hover {
  border-top-color: rgb(153 246 228 / 0.8);
  border-bottom-color: rgb(153 246 228 / 0.8);
}

.hover\:border-y-teal-200\/90:hover {
  border-top-color: rgb(153 246 228 / 0.9);
  border-bottom-color: rgb(153 246 228 / 0.9);
}

.hover\:border-y-teal-200\/95:hover {
  border-top-color: rgb(153 246 228 / 0.95);
  border-bottom-color: rgb(153 246 228 / 0.95);
}

.hover\:border-y-teal-300:hover {
  --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));
}

.hover\:border-y-teal-300\/0:hover {
  border-top-color: rgb(94 234 212 / 0);
  border-bottom-color: rgb(94 234 212 / 0);
}

.hover\:border-y-teal-300\/10:hover {
  border-top-color: rgb(94 234 212 / 0.1);
  border-bottom-color: rgb(94 234 212 / 0.1);
}

.hover\:border-y-teal-300\/100:hover {
  border-top-color: rgb(94 234 212 / 1);
  border-bottom-color: rgb(94 234 212 / 1);
}

.hover\:border-y-teal-300\/20:hover {
  border-top-color: rgb(94 234 212 / 0.2);
  border-bottom-color: rgb(94 234 212 / 0.2);
}

.hover\:border-y-teal-300\/25:hover {
  border-top-color: rgb(94 234 212 / 0.25);
  border-bottom-color: rgb(94 234 212 / 0.25);
}

.hover\:border-y-teal-300\/30:hover {
  border-top-color: rgb(94 234 212 / 0.3);
  border-bottom-color: rgb(94 234 212 / 0.3);
}

.hover\:border-y-teal-300\/40:hover {
  border-top-color: rgb(94 234 212 / 0.4);
  border-bottom-color: rgb(94 234 212 / 0.4);
}

.hover\:border-y-teal-300\/5:hover {
  border-top-color: rgb(94 234 212 / 0.05);
  border-bottom-color: rgb(94 234 212 / 0.05);
}

.hover\:border-y-teal-300\/50:hover {
  border-top-color: rgb(94 234 212 / 0.5);
  border-bottom-color: rgb(94 234 212 / 0.5);
}

.hover\:border-y-teal-300\/60:hover {
  border-top-color: rgb(94 234 212 / 0.6);
  border-bottom-color: rgb(94 234 212 / 0.6);
}

.hover\:border-y-teal-300\/70:hover {
  border-top-color: rgb(94 234 212 / 0.7);
  border-bottom-color: rgb(94 234 212 / 0.7);
}

.hover\:border-y-teal-300\/75:hover {
  border-top-color: rgb(94 234 212 / 0.75);
  border-bottom-color: rgb(94 234 212 / 0.75);
}

.hover\:border-y-teal-300\/80:hover {
  border-top-color: rgb(94 234 212 / 0.8);
  border-bottom-color: rgb(94 234 212 / 0.8);
}

.hover\:border-y-teal-300\/90:hover {
  border-top-color: rgb(94 234 212 / 0.9);
  border-bottom-color: rgb(94 234 212 / 0.9);
}

.hover\:border-y-teal-300\/95:hover {
  border-top-color: rgb(94 234 212 / 0.95);
  border-bottom-color: rgb(94 234 212 / 0.95);
}

.hover\:border-y-teal-400:hover {
  --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));
}

.hover\:border-y-teal-400\/0:hover {
  border-top-color: rgb(45 212 191 / 0);
  border-bottom-color: rgb(45 212 191 / 0);
}

.hover\:border-y-teal-400\/10:hover {
  border-top-color: rgb(45 212 191 / 0.1);
  border-bottom-color: rgb(45 212 191 / 0.1);
}

.hover\:border-y-teal-400\/100:hover {
  border-top-color: rgb(45 212 191 / 1);
  border-bottom-color: rgb(45 212 191 / 1);
}

.hover\:border-y-teal-400\/20:hover {
  border-top-color: rgb(45 212 191 / 0.2);
  border-bottom-color: rgb(45 212 191 / 0.2);
}

.hover\:border-y-teal-400\/25:hover {
  border-top-color: rgb(45 212 191 / 0.25);
  border-bottom-color: rgb(45 212 191 / 0.25);
}

.hover\:border-y-teal-400\/30:hover {
  border-top-color: rgb(45 212 191 / 0.3);
  border-bottom-color: rgb(45 212 191 / 0.3);
}

.hover\:border-y-teal-400\/40:hover {
  border-top-color: rgb(45 212 191 / 0.4);
  border-bottom-color: rgb(45 212 191 / 0.4);
}

.hover\:border-y-teal-400\/5:hover {
  border-top-color: rgb(45 212 191 / 0.05);
  border-bottom-color: rgb(45 212 191 / 0.05);
}

.hover\:border-y-teal-400\/50:hover {
  border-top-color: rgb(45 212 191 / 0.5);
  border-bottom-color: rgb(45 212 191 / 0.5);
}

.hover\:border-y-teal-400\/60:hover {
  border-top-color: rgb(45 212 191 / 0.6);
  border-bottom-color: rgb(45 212 191 / 0.6);
}

.hover\:border-y-teal-400\/70:hover {
  border-top-color: rgb(45 212 191 / 0.7);
  border-bottom-color: rgb(45 212 191 / 0.7);
}

.hover\:border-y-teal-400\/75:hover {
  border-top-color: rgb(45 212 191 / 0.75);
  border-bottom-color: rgb(45 212 191 / 0.75);
}

.hover\:border-y-teal-400\/80:hover {
  border-top-color: rgb(45 212 191 / 0.8);
  border-bottom-color: rgb(45 212 191 / 0.8);
}

.hover\:border-y-teal-400\/90:hover {
  border-top-color: rgb(45 212 191 / 0.9);
  border-bottom-color: rgb(45 212 191 / 0.9);
}

.hover\:border-y-teal-400\/95:hover {
  border-top-color: rgb(45 212 191 / 0.95);
  border-bottom-color: rgb(45 212 191 / 0.95);
}

.hover\:border-y-teal-50:hover {
  --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));
}

.hover\:border-y-teal-50\/0:hover {
  border-top-color: rgb(240 253 250 / 0);
  border-bottom-color: rgb(240 253 250 / 0);
}

.hover\:border-y-teal-50\/10:hover {
  border-top-color: rgb(240 253 250 / 0.1);
  border-bottom-color: rgb(240 253 250 / 0.1);
}

.hover\:border-y-teal-50\/100:hover {
  border-top-color: rgb(240 253 250 / 1);
  border-bottom-color: rgb(240 253 250 / 1);
}

.hover\:border-y-teal-50\/20:hover {
  border-top-color: rgb(240 253 250 / 0.2);
  border-bottom-color: rgb(240 253 250 / 0.2);
}

.hover\:border-y-teal-50\/25:hover {
  border-top-color: rgb(240 253 250 / 0.25);
  border-bottom-color: rgb(240 253 250 / 0.25);
}

.hover\:border-y-teal-50\/30:hover {
  border-top-color: rgb(240 253 250 / 0.3);
  border-bottom-color: rgb(240 253 250 / 0.3);
}

.hover\:border-y-teal-50\/40:hover {
  border-top-color: rgb(240 253 250 / 0.4);
  border-bottom-color: rgb(240 253 250 / 0.4);
}

.hover\:border-y-teal-50\/5:hover {
  border-top-color: rgb(240 253 250 / 0.05);
  border-bottom-color: rgb(240 253 250 / 0.05);
}

.hover\:border-y-teal-50\/50:hover {
  border-top-color: rgb(240 253 250 / 0.5);
  border-bottom-color: rgb(240 253 250 / 0.5);
}

.hover\:border-y-teal-50\/60:hover {
  border-top-color: rgb(240 253 250 / 0.6);
  border-bottom-color: rgb(240 253 250 / 0.6);
}

.hover\:border-y-teal-50\/70:hover {
  border-top-color: rgb(240 253 250 / 0.7);
  border-bottom-color: rgb(240 253 250 / 0.7);
}

.hover\:border-y-teal-50\/75:hover {
  border-top-color: rgb(240 253 250 / 0.75);
  border-bottom-color: rgb(240 253 250 / 0.75);
}

.hover\:border-y-teal-50\/80:hover {
  border-top-color: rgb(240 253 250 / 0.8);
  border-bottom-color: rgb(240 253 250 / 0.8);
}

.hover\:border-y-teal-50\/90:hover {
  border-top-color: rgb(240 253 250 / 0.9);
  border-bottom-color: rgb(240 253 250 / 0.9);
}

.hover\:border-y-teal-50\/95:hover {
  border-top-color: rgb(240 253 250 / 0.95);
  border-bottom-color: rgb(240 253 250 / 0.95);
}

.hover\:border-y-teal-500:hover {
  --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));
}

.hover\:border-y-teal-500\/0:hover {
  border-top-color: rgb(20 184 166 / 0);
  border-bottom-color: rgb(20 184 166 / 0);
}

.hover\:border-y-teal-500\/10:hover {
  border-top-color: rgb(20 184 166 / 0.1);
  border-bottom-color: rgb(20 184 166 / 0.1);
}

.hover\:border-y-teal-500\/100:hover {
  border-top-color: rgb(20 184 166 / 1);
  border-bottom-color: rgb(20 184 166 / 1);
}

.hover\:border-y-teal-500\/20:hover {
  border-top-color: rgb(20 184 166 / 0.2);
  border-bottom-color: rgb(20 184 166 / 0.2);
}

.hover\:border-y-teal-500\/25:hover {
  border-top-color: rgb(20 184 166 / 0.25);
  border-bottom-color: rgb(20 184 166 / 0.25);
}

.hover\:border-y-teal-500\/30:hover {
  border-top-color: rgb(20 184 166 / 0.3);
  border-bottom-color: rgb(20 184 166 / 0.3);
}

.hover\:border-y-teal-500\/40:hover {
  border-top-color: rgb(20 184 166 / 0.4);
  border-bottom-color: rgb(20 184 166 / 0.4);
}

.hover\:border-y-teal-500\/5:hover {
  border-top-color: rgb(20 184 166 / 0.05);
  border-bottom-color: rgb(20 184 166 / 0.05);
}

.hover\:border-y-teal-500\/50:hover {
  border-top-color: rgb(20 184 166 / 0.5);
  border-bottom-color: rgb(20 184 166 / 0.5);
}

.hover\:border-y-teal-500\/60:hover {
  border-top-color: rgb(20 184 166 / 0.6);
  border-bottom-color: rgb(20 184 166 / 0.6);
}

.hover\:border-y-teal-500\/70:hover {
  border-top-color: rgb(20 184 166 / 0.7);
  border-bottom-color: rgb(20 184 166 / 0.7);
}

.hover\:border-y-teal-500\/75:hover {
  border-top-color: rgb(20 184 166 / 0.75);
  border-bottom-color: rgb(20 184 166 / 0.75);
}

.hover\:border-y-teal-500\/80:hover {
  border-top-color: rgb(20 184 166 / 0.8);
  border-bottom-color: rgb(20 184 166 / 0.8);
}

.hover\:border-y-teal-500\/90:hover {
  border-top-color: rgb(20 184 166 / 0.9);
  border-bottom-color: rgb(20 184 166 / 0.9);
}

.hover\:border-y-teal-500\/95:hover {
  border-top-color: rgb(20 184 166 / 0.95);
  border-bottom-color: rgb(20 184 166 / 0.95);
}

.hover\:border-y-teal-600:hover {
  --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));
}

.hover\:border-y-teal-600\/0:hover {
  border-top-color: rgb(13 148 136 / 0);
  border-bottom-color: rgb(13 148 136 / 0);
}

.hover\:border-y-teal-600\/10:hover {
  border-top-color: rgb(13 148 136 / 0.1);
  border-bottom-color: rgb(13 148 136 / 0.1);
}

.hover\:border-y-teal-600\/100:hover {
  border-top-color: rgb(13 148 136 / 1);
  border-bottom-color: rgb(13 148 136 / 1);
}

.hover\:border-y-teal-600\/20:hover {
  border-top-color: rgb(13 148 136 / 0.2);
  border-bottom-color: rgb(13 148 136 / 0.2);
}

.hover\:border-y-teal-600\/25:hover {
  border-top-color: rgb(13 148 136 / 0.25);
  border-bottom-color: rgb(13 148 136 / 0.25);
}

.hover\:border-y-teal-600\/30:hover {
  border-top-color: rgb(13 148 136 / 0.3);
  border-bottom-color: rgb(13 148 136 / 0.3);
}

.hover\:border-y-teal-600\/40:hover {
  border-top-color: rgb(13 148 136 / 0.4);
  border-bottom-color: rgb(13 148 136 / 0.4);
}

.hover\:border-y-teal-600\/5:hover {
  border-top-color: rgb(13 148 136 / 0.05);
  border-bottom-color: rgb(13 148 136 / 0.05);
}

.hover\:border-y-teal-600\/50:hover {
  border-top-color: rgb(13 148 136 / 0.5);
  border-bottom-color: rgb(13 148 136 / 0.5);
}

.hover\:border-y-teal-600\/60:hover {
  border-top-color: rgb(13 148 136 / 0.6);
  border-bottom-color: rgb(13 148 136 / 0.6);
}

.hover\:border-y-teal-600\/70:hover {
  border-top-color: rgb(13 148 136 / 0.7);
  border-bottom-color: rgb(13 148 136 / 0.7);
}

.hover\:border-y-teal-600\/75:hover {
  border-top-color: rgb(13 148 136 / 0.75);
  border-bottom-color: rgb(13 148 136 / 0.75);
}

.hover\:border-y-teal-600\/80:hover {
  border-top-color: rgb(13 148 136 / 0.8);
  border-bottom-color: rgb(13 148 136 / 0.8);
}

.hover\:border-y-teal-600\/90:hover {
  border-top-color: rgb(13 148 136 / 0.9);
  border-bottom-color: rgb(13 148 136 / 0.9);
}

.hover\:border-y-teal-600\/95:hover {
  border-top-color: rgb(13 148 136 / 0.95);
  border-bottom-color: rgb(13 148 136 / 0.95);
}

.hover\:border-y-teal-700:hover {
  --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));
}

.hover\:border-y-teal-700\/0:hover {
  border-top-color: rgb(15 118 110 / 0);
  border-bottom-color: rgb(15 118 110 / 0);
}

.hover\:border-y-teal-700\/10:hover {
  border-top-color: rgb(15 118 110 / 0.1);
  border-bottom-color: rgb(15 118 110 / 0.1);
}

.hover\:border-y-teal-700\/100:hover {
  border-top-color: rgb(15 118 110 / 1);
  border-bottom-color: rgb(15 118 110 / 1);
}

.hover\:border-y-teal-700\/20:hover {
  border-top-color: rgb(15 118 110 / 0.2);
  border-bottom-color: rgb(15 118 110 / 0.2);
}

.hover\:border-y-teal-700\/25:hover {
  border-top-color: rgb(15 118 110 / 0.25);
  border-bottom-color: rgb(15 118 110 / 0.25);
}

.hover\:border-y-teal-700\/30:hover {
  border-top-color: rgb(15 118 110 / 0.3);
  border-bottom-color: rgb(15 118 110 / 0.3);
}

.hover\:border-y-teal-700\/40:hover {
  border-top-color: rgb(15 118 110 / 0.4);
  border-bottom-color: rgb(15 118 110 / 0.4);
}

.hover\:border-y-teal-700\/5:hover {
  border-top-color: rgb(15 118 110 / 0.05);
  border-bottom-color: rgb(15 118 110 / 0.05);
}

.hover\:border-y-teal-700\/50:hover {
  border-top-color: rgb(15 118 110 / 0.5);
  border-bottom-color: rgb(15 118 110 / 0.5);
}

.hover\:border-y-teal-700\/60:hover {
  border-top-color: rgb(15 118 110 / 0.6);
  border-bottom-color: rgb(15 118 110 / 0.6);
}

.hover\:border-y-teal-700\/70:hover {
  border-top-color: rgb(15 118 110 / 0.7);
  border-bottom-color: rgb(15 118 110 / 0.7);
}

.hover\:border-y-teal-700\/75:hover {
  border-top-color: rgb(15 118 110 / 0.75);
  border-bottom-color: rgb(15 118 110 / 0.75);
}

.hover\:border-y-teal-700\/80:hover {
  border-top-color: rgb(15 118 110 / 0.8);
  border-bottom-color: rgb(15 118 110 / 0.8);
}

.hover\:border-y-teal-700\/90:hover {
  border-top-color: rgb(15 118 110 / 0.9);
  border-bottom-color: rgb(15 118 110 / 0.9);
}

.hover\:border-y-teal-700\/95:hover {
  border-top-color: rgb(15 118 110 / 0.95);
  border-bottom-color: rgb(15 118 110 / 0.95);
}

.hover\:border-y-teal-800:hover {
  --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));
}

.hover\:border-y-teal-800\/0:hover {
  border-top-color: rgb(17 94 89 / 0);
  border-bottom-color: rgb(17 94 89 / 0);
}

.hover\:border-y-teal-800\/10:hover {
  border-top-color: rgb(17 94 89 / 0.1);
  border-bottom-color: rgb(17 94 89 / 0.1);
}

.hover\:border-y-teal-800\/100:hover {
  border-top-color: rgb(17 94 89 / 1);
  border-bottom-color: rgb(17 94 89 / 1);
}

.hover\:border-y-teal-800\/20:hover {
  border-top-color: rgb(17 94 89 / 0.2);
  border-bottom-color: rgb(17 94 89 / 0.2);
}

.hover\:border-y-teal-800\/25:hover {
  border-top-color: rgb(17 94 89 / 0.25);
  border-bottom-color: rgb(17 94 89 / 0.25);
}

.hover\:border-y-teal-800\/30:hover {
  border-top-color: rgb(17 94 89 / 0.3);
  border-bottom-color: rgb(17 94 89 / 0.3);
}

.hover\:border-y-teal-800\/40:hover {
  border-top-color: rgb(17 94 89 / 0.4);
  border-bottom-color: rgb(17 94 89 / 0.4);
}

.hover\:border-y-teal-800\/5:hover {
  border-top-color: rgb(17 94 89 / 0.05);
  border-bottom-color: rgb(17 94 89 / 0.05);
}

.hover\:border-y-teal-800\/50:hover {
  border-top-color: rgb(17 94 89 / 0.5);
  border-bottom-color: rgb(17 94 89 / 0.5);
}

.hover\:border-y-teal-800\/60:hover {
  border-top-color: rgb(17 94 89 / 0.6);
  border-bottom-color: rgb(17 94 89 / 0.6);
}

.hover\:border-y-teal-800\/70:hover {
  border-top-color: rgb(17 94 89 / 0.7);
  border-bottom-color: rgb(17 94 89 / 0.7);
}

.hover\:border-y-teal-800\/75:hover {
  border-top-color: rgb(17 94 89 / 0.75);
  border-bottom-color: rgb(17 94 89 / 0.75);
}

.hover\:border-y-teal-800\/80:hover {
  border-top-color: rgb(17 94 89 / 0.8);
  border-bottom-color: rgb(17 94 89 / 0.8);
}

.hover\:border-y-teal-800\/90:hover {
  border-top-color: rgb(17 94 89 / 0.9);
  border-bottom-color: rgb(17 94 89 / 0.9);
}

.hover\:border-y-teal-800\/95:hover {
  border-top-color: rgb(17 94 89 / 0.95);
  border-bottom-color: rgb(17 94 89 / 0.95);
}

.hover\:border-y-teal-900:hover {
  --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));
}

.hover\:border-y-teal-900\/0:hover {
  border-top-color: rgb(19 78 74 / 0);
  border-bottom-color: rgb(19 78 74 / 0);
}

.hover\:border-y-teal-900\/10:hover {
  border-top-color: rgb(19 78 74 / 0.1);
  border-bottom-color: rgb(19 78 74 / 0.1);
}

.hover\:border-y-teal-900\/100:hover {
  border-top-color: rgb(19 78 74 / 1);
  border-bottom-color: rgb(19 78 74 / 1);
}

.hover\:border-y-teal-900\/20:hover {
  border-top-color: rgb(19 78 74 / 0.2);
  border-bottom-color: rgb(19 78 74 / 0.2);
}

.hover\:border-y-teal-900\/25:hover {
  border-top-color: rgb(19 78 74 / 0.25);
  border-bottom-color: rgb(19 78 74 / 0.25);
}

.hover\:border-y-teal-900\/30:hover {
  border-top-color: rgb(19 78 74 / 0.3);
  border-bottom-color: rgb(19 78 74 / 0.3);
}

.hover\:border-y-teal-900\/40:hover {
  border-top-color: rgb(19 78 74 / 0.4);
  border-bottom-color: rgb(19 78 74 / 0.4);
}

.hover\:border-y-teal-900\/5:hover {
  border-top-color: rgb(19 78 74 / 0.05);
  border-bottom-color: rgb(19 78 74 / 0.05);
}

.hover\:border-y-teal-900\/50:hover {
  border-top-color: rgb(19 78 74 / 0.5);
  border-bottom-color: rgb(19 78 74 / 0.5);
}

.hover\:border-y-teal-900\/60:hover {
  border-top-color: rgb(19 78 74 / 0.6);
  border-bottom-color: rgb(19 78 74 / 0.6);
}

.hover\:border-y-teal-900\/70:hover {
  border-top-color: rgb(19 78 74 / 0.7);
  border-bottom-color: rgb(19 78 74 / 0.7);
}

.hover\:border-y-teal-900\/75:hover {
  border-top-color: rgb(19 78 74 / 0.75);
  border-bottom-color: rgb(19 78 74 / 0.75);
}

.hover\:border-y-teal-900\/80:hover {
  border-top-color: rgb(19 78 74 / 0.8);
  border-bottom-color: rgb(19 78 74 / 0.8);
}

.hover\:border-y-teal-900\/90:hover {
  border-top-color: rgb(19 78 74 / 0.9);
  border-bottom-color: rgb(19 78 74 / 0.9);
}

.hover\:border-y-teal-900\/95:hover {
  border-top-color: rgb(19 78 74 / 0.95);
  border-bottom-color: rgb(19 78 74 / 0.95);
}

.hover\:border-y-teal-950:hover {
  --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));
}

.hover\:border-y-teal-950\/0:hover {
  border-top-color: rgb(4 47 46 / 0);
  border-bottom-color: rgb(4 47 46 / 0);
}

.hover\:border-y-teal-950\/10:hover {
  border-top-color: rgb(4 47 46 / 0.1);
  border-bottom-color: rgb(4 47 46 / 0.1);
}

.hover\:border-y-teal-950\/100:hover {
  border-top-color: rgb(4 47 46 / 1);
  border-bottom-color: rgb(4 47 46 / 1);
}

.hover\:border-y-teal-950\/20:hover {
  border-top-color: rgb(4 47 46 / 0.2);
  border-bottom-color: rgb(4 47 46 / 0.2);
}

.hover\:border-y-teal-950\/25:hover {
  border-top-color: rgb(4 47 46 / 0.25);
  border-bottom-color: rgb(4 47 46 / 0.25);
}

.hover\:border-y-teal-950\/30:hover {
  border-top-color: rgb(4 47 46 / 0.3);
  border-bottom-color: rgb(4 47 46 / 0.3);
}

.hover\:border-y-teal-950\/40:hover {
  border-top-color: rgb(4 47 46 / 0.4);
  border-bottom-color: rgb(4 47 46 / 0.4);
}

.hover\:border-y-teal-950\/5:hover {
  border-top-color: rgb(4 47 46 / 0.05);
  border-bottom-color: rgb(4 47 46 / 0.05);
}

.hover\:border-y-teal-950\/50:hover {
  border-top-color: rgb(4 47 46 / 0.5);
  border-bottom-color: rgb(4 47 46 / 0.5);
}

.hover\:border-y-teal-950\/60:hover {
  border-top-color: rgb(4 47 46 / 0.6);
  border-bottom-color: rgb(4 47 46 / 0.6);
}

.hover\:border-y-teal-950\/70:hover {
  border-top-color: rgb(4 47 46 / 0.7);
  border-bottom-color: rgb(4 47 46 / 0.7);
}

.hover\:border-y-teal-950\/75:hover {
  border-top-color: rgb(4 47 46 / 0.75);
  border-bottom-color: rgb(4 47 46 / 0.75);
}

.hover\:border-y-teal-950\/80:hover {
  border-top-color: rgb(4 47 46 / 0.8);
  border-bottom-color: rgb(4 47 46 / 0.8);
}

.hover\:border-y-teal-950\/90:hover {
  border-top-color: rgb(4 47 46 / 0.9);
  border-bottom-color: rgb(4 47 46 / 0.9);
}

.hover\:border-y-teal-950\/95:hover {
  border-top-color: rgb(4 47 46 / 0.95);
  border-bottom-color: rgb(4 47 46 / 0.95);
}

.hover\:border-y-transparent:hover {
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.hover\:border-y-transparent\/0:hover {
  border-top-color: rgb(0 0 0 / 0);
  border-bottom-color: rgb(0 0 0 / 0);
}

.hover\:border-y-transparent\/10:hover {
  border-top-color: rgb(0 0 0 / 0.1);
  border-bottom-color: rgb(0 0 0 / 0.1);
}

.hover\:border-y-transparent\/100:hover {
  border-top-color: rgb(0 0 0 / 1);
  border-bottom-color: rgb(0 0 0 / 1);
}

.hover\:border-y-transparent\/20:hover {
  border-top-color: rgb(0 0 0 / 0.2);
  border-bottom-color: rgb(0 0 0 / 0.2);
}

.hover\:border-y-transparent\/25:hover {
  border-top-color: rgb(0 0 0 / 0.25);
  border-bottom-color: rgb(0 0 0 / 0.25);
}

.hover\:border-y-transparent\/30:hover {
  border-top-color: rgb(0 0 0 / 0.3);
  border-bottom-color: rgb(0 0 0 / 0.3);
}

.hover\:border-y-transparent\/40:hover {
  border-top-color: rgb(0 0 0 / 0.4);
  border-bottom-color: rgb(0 0 0 / 0.4);
}

.hover\:border-y-transparent\/5:hover {
  border-top-color: rgb(0 0 0 / 0.05);
  border-bottom-color: rgb(0 0 0 / 0.05);
}

.hover\:border-y-transparent\/50:hover {
  border-top-color: rgb(0 0 0 / 0.5);
  border-bottom-color: rgb(0 0 0 / 0.5);
}

.hover\:border-y-transparent\/60:hover {
  border-top-color: rgb(0 0 0 / 0.6);
  border-bottom-color: rgb(0 0 0 / 0.6);
}

.hover\:border-y-transparent\/70:hover {
  border-top-color: rgb(0 0 0 / 0.7);
  border-bottom-color: rgb(0 0 0 / 0.7);
}

.hover\:border-y-transparent\/75:hover {
  border-top-color: rgb(0 0 0 / 0.75);
  border-bottom-color: rgb(0 0 0 / 0.75);
}

.hover\:border-y-transparent\/80:hover {
  border-top-color: rgb(0 0 0 / 0.8);
  border-bottom-color: rgb(0 0 0 / 0.8);
}

.hover\:border-y-transparent\/90:hover {
  border-top-color: rgb(0 0 0 / 0.9);
  border-bottom-color: rgb(0 0 0 / 0.9);
}

.hover\:border-y-transparent\/95:hover {
  border-top-color: rgb(0 0 0 / 0.95);
  border-bottom-color: rgb(0 0 0 / 0.95);
}

.hover\:border-y-tykhe-digital:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(239 156 131 / var(--tw-border-opacity));
  border-bottom-color: rgb(239 156 131 / var(--tw-border-opacity));
}

.hover\:border-y-tykhe-digital-alt:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 239 224 / var(--tw-border-opacity));
  border-bottom-color: rgb(245 239 224 / var(--tw-border-opacity));
}

.hover\:border-y-tykhe-digital-alt\/0:hover {
  border-top-color: rgb(245 239 224 / 0);
  border-bottom-color: rgb(245 239 224 / 0);
}

.hover\:border-y-tykhe-digital-alt\/10:hover {
  border-top-color: rgb(245 239 224 / 0.1);
  border-bottom-color: rgb(245 239 224 / 0.1);
}

.hover\:border-y-tykhe-digital-alt\/100:hover {
  border-top-color: rgb(245 239 224 / 1);
  border-bottom-color: rgb(245 239 224 / 1);
}

.hover\:border-y-tykhe-digital-alt\/20:hover {
  border-top-color: rgb(245 239 224 / 0.2);
  border-bottom-color: rgb(245 239 224 / 0.2);
}

.hover\:border-y-tykhe-digital-alt\/25:hover {
  border-top-color: rgb(245 239 224 / 0.25);
  border-bottom-color: rgb(245 239 224 / 0.25);
}

.hover\:border-y-tykhe-digital-alt\/30:hover {
  border-top-color: rgb(245 239 224 / 0.3);
  border-bottom-color: rgb(245 239 224 / 0.3);
}

.hover\:border-y-tykhe-digital-alt\/40:hover {
  border-top-color: rgb(245 239 224 / 0.4);
  border-bottom-color: rgb(245 239 224 / 0.4);
}

.hover\:border-y-tykhe-digital-alt\/5:hover {
  border-top-color: rgb(245 239 224 / 0.05);
  border-bottom-color: rgb(245 239 224 / 0.05);
}

.hover\:border-y-tykhe-digital-alt\/50:hover {
  border-top-color: rgb(245 239 224 / 0.5);
  border-bottom-color: rgb(245 239 224 / 0.5);
}

.hover\:border-y-tykhe-digital-alt\/60:hover {
  border-top-color: rgb(245 239 224 / 0.6);
  border-bottom-color: rgb(245 239 224 / 0.6);
}

.hover\:border-y-tykhe-digital-alt\/70:hover {
  border-top-color: rgb(245 239 224 / 0.7);
  border-bottom-color: rgb(245 239 224 / 0.7);
}

.hover\:border-y-tykhe-digital-alt\/75:hover {
  border-top-color: rgb(245 239 224 / 0.75);
  border-bottom-color: rgb(245 239 224 / 0.75);
}

.hover\:border-y-tykhe-digital-alt\/80:hover {
  border-top-color: rgb(245 239 224 / 0.8);
  border-bottom-color: rgb(245 239 224 / 0.8);
}

.hover\:border-y-tykhe-digital-alt\/90:hover {
  border-top-color: rgb(245 239 224 / 0.9);
  border-bottom-color: rgb(245 239 224 / 0.9);
}

.hover\:border-y-tykhe-digital-alt\/95:hover {
  border-top-color: rgb(245 239 224 / 0.95);
  border-bottom-color: rgb(245 239 224 / 0.95);
}

.hover\:border-y-tykhe-digital-alt2:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 58 111 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 58 111 / var(--tw-border-opacity));
}

.hover\:border-y-tykhe-digital-alt2\/0:hover {
  border-top-color: rgb(255 58 111 / 0);
  border-bottom-color: rgb(255 58 111 / 0);
}

.hover\:border-y-tykhe-digital-alt2\/10:hover {
  border-top-color: rgb(255 58 111 / 0.1);
  border-bottom-color: rgb(255 58 111 / 0.1);
}

.hover\:border-y-tykhe-digital-alt2\/100:hover {
  border-top-color: rgb(255 58 111 / 1);
  border-bottom-color: rgb(255 58 111 / 1);
}

.hover\:border-y-tykhe-digital-alt2\/20:hover {
  border-top-color: rgb(255 58 111 / 0.2);
  border-bottom-color: rgb(255 58 111 / 0.2);
}

.hover\:border-y-tykhe-digital-alt2\/25:hover {
  border-top-color: rgb(255 58 111 / 0.25);
  border-bottom-color: rgb(255 58 111 / 0.25);
}

.hover\:border-y-tykhe-digital-alt2\/30:hover {
  border-top-color: rgb(255 58 111 / 0.3);
  border-bottom-color: rgb(255 58 111 / 0.3);
}

.hover\:border-y-tykhe-digital-alt2\/40:hover {
  border-top-color: rgb(255 58 111 / 0.4);
  border-bottom-color: rgb(255 58 111 / 0.4);
}

.hover\:border-y-tykhe-digital-alt2\/5:hover {
  border-top-color: rgb(255 58 111 / 0.05);
  border-bottom-color: rgb(255 58 111 / 0.05);
}

.hover\:border-y-tykhe-digital-alt2\/50:hover {
  border-top-color: rgb(255 58 111 / 0.5);
  border-bottom-color: rgb(255 58 111 / 0.5);
}

.hover\:border-y-tykhe-digital-alt2\/60:hover {
  border-top-color: rgb(255 58 111 / 0.6);
  border-bottom-color: rgb(255 58 111 / 0.6);
}

.hover\:border-y-tykhe-digital-alt2\/70:hover {
  border-top-color: rgb(255 58 111 / 0.7);
  border-bottom-color: rgb(255 58 111 / 0.7);
}

.hover\:border-y-tykhe-digital-alt2\/75:hover {
  border-top-color: rgb(255 58 111 / 0.75);
  border-bottom-color: rgb(255 58 111 / 0.75);
}

.hover\:border-y-tykhe-digital-alt2\/80:hover {
  border-top-color: rgb(255 58 111 / 0.8);
  border-bottom-color: rgb(255 58 111 / 0.8);
}

.hover\:border-y-tykhe-digital-alt2\/90:hover {
  border-top-color: rgb(255 58 111 / 0.9);
  border-bottom-color: rgb(255 58 111 / 0.9);
}

.hover\:border-y-tykhe-digital-alt2\/95:hover {
  border-top-color: rgb(255 58 111 / 0.95);
  border-bottom-color: rgb(255 58 111 / 0.95);
}

.hover\:border-y-tykhe-digital-alt3:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(131 214 239 / var(--tw-border-opacity));
  border-bottom-color: rgb(131 214 239 / var(--tw-border-opacity));
}

.hover\:border-y-tykhe-digital-alt3\/0:hover {
  border-top-color: rgb(131 214 239 / 0);
  border-bottom-color: rgb(131 214 239 / 0);
}

.hover\:border-y-tykhe-digital-alt3\/10:hover {
  border-top-color: rgb(131 214 239 / 0.1);
  border-bottom-color: rgb(131 214 239 / 0.1);
}

.hover\:border-y-tykhe-digital-alt3\/100:hover {
  border-top-color: rgb(131 214 239 / 1);
  border-bottom-color: rgb(131 214 239 / 1);
}

.hover\:border-y-tykhe-digital-alt3\/20:hover {
  border-top-color: rgb(131 214 239 / 0.2);
  border-bottom-color: rgb(131 214 239 / 0.2);
}

.hover\:border-y-tykhe-digital-alt3\/25:hover {
  border-top-color: rgb(131 214 239 / 0.25);
  border-bottom-color: rgb(131 214 239 / 0.25);
}

.hover\:border-y-tykhe-digital-alt3\/30:hover {
  border-top-color: rgb(131 214 239 / 0.3);
  border-bottom-color: rgb(131 214 239 / 0.3);
}

.hover\:border-y-tykhe-digital-alt3\/40:hover {
  border-top-color: rgb(131 214 239 / 0.4);
  border-bottom-color: rgb(131 214 239 / 0.4);
}

.hover\:border-y-tykhe-digital-alt3\/5:hover {
  border-top-color: rgb(131 214 239 / 0.05);
  border-bottom-color: rgb(131 214 239 / 0.05);
}

.hover\:border-y-tykhe-digital-alt3\/50:hover {
  border-top-color: rgb(131 214 239 / 0.5);
  border-bottom-color: rgb(131 214 239 / 0.5);
}

.hover\:border-y-tykhe-digital-alt3\/60:hover {
  border-top-color: rgb(131 214 239 / 0.6);
  border-bottom-color: rgb(131 214 239 / 0.6);
}

.hover\:border-y-tykhe-digital-alt3\/70:hover {
  border-top-color: rgb(131 214 239 / 0.7);
  border-bottom-color: rgb(131 214 239 / 0.7);
}

.hover\:border-y-tykhe-digital-alt3\/75:hover {
  border-top-color: rgb(131 214 239 / 0.75);
  border-bottom-color: rgb(131 214 239 / 0.75);
}

.hover\:border-y-tykhe-digital-alt3\/80:hover {
  border-top-color: rgb(131 214 239 / 0.8);
  border-bottom-color: rgb(131 214 239 / 0.8);
}

.hover\:border-y-tykhe-digital-alt3\/90:hover {
  border-top-color: rgb(131 214 239 / 0.9);
  border-bottom-color: rgb(131 214 239 / 0.9);
}

.hover\:border-y-tykhe-digital-alt3\/95:hover {
  border-top-color: rgb(131 214 239 / 0.95);
  border-bottom-color: rgb(131 214 239 / 0.95);
}

.hover\:border-y-tykhe-digital\/0:hover {
  border-top-color: rgb(239 156 131 / 0);
  border-bottom-color: rgb(239 156 131 / 0);
}

.hover\:border-y-tykhe-digital\/10:hover {
  border-top-color: rgb(239 156 131 / 0.1);
  border-bottom-color: rgb(239 156 131 / 0.1);
}

.hover\:border-y-tykhe-digital\/100:hover {
  border-top-color: rgb(239 156 131 / 1);
  border-bottom-color: rgb(239 156 131 / 1);
}

.hover\:border-y-tykhe-digital\/20:hover {
  border-top-color: rgb(239 156 131 / 0.2);
  border-bottom-color: rgb(239 156 131 / 0.2);
}

.hover\:border-y-tykhe-digital\/25:hover {
  border-top-color: rgb(239 156 131 / 0.25);
  border-bottom-color: rgb(239 156 131 / 0.25);
}

.hover\:border-y-tykhe-digital\/30:hover {
  border-top-color: rgb(239 156 131 / 0.3);
  border-bottom-color: rgb(239 156 131 / 0.3);
}

.hover\:border-y-tykhe-digital\/40:hover {
  border-top-color: rgb(239 156 131 / 0.4);
  border-bottom-color: rgb(239 156 131 / 0.4);
}

.hover\:border-y-tykhe-digital\/5:hover {
  border-top-color: rgb(239 156 131 / 0.05);
  border-bottom-color: rgb(239 156 131 / 0.05);
}

.hover\:border-y-tykhe-digital\/50:hover {
  border-top-color: rgb(239 156 131 / 0.5);
  border-bottom-color: rgb(239 156 131 / 0.5);
}

.hover\:border-y-tykhe-digital\/60:hover {
  border-top-color: rgb(239 156 131 / 0.6);
  border-bottom-color: rgb(239 156 131 / 0.6);
}

.hover\:border-y-tykhe-digital\/70:hover {
  border-top-color: rgb(239 156 131 / 0.7);
  border-bottom-color: rgb(239 156 131 / 0.7);
}

.hover\:border-y-tykhe-digital\/75:hover {
  border-top-color: rgb(239 156 131 / 0.75);
  border-bottom-color: rgb(239 156 131 / 0.75);
}

.hover\:border-y-tykhe-digital\/80:hover {
  border-top-color: rgb(239 156 131 / 0.8);
  border-bottom-color: rgb(239 156 131 / 0.8);
}

.hover\:border-y-tykhe-digital\/90:hover {
  border-top-color: rgb(239 156 131 / 0.9);
  border-bottom-color: rgb(239 156 131 / 0.9);
}

.hover\:border-y-tykhe-digital\/95:hover {
  border-top-color: rgb(239 156 131 / 0.95);
  border-bottom-color: rgb(239 156 131 / 0.95);
}

.hover\:border-y-violet-100:hover {
  --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));
}

.hover\:border-y-violet-100\/0:hover {
  border-top-color: rgb(237 233 254 / 0);
  border-bottom-color: rgb(237 233 254 / 0);
}

.hover\:border-y-violet-100\/10:hover {
  border-top-color: rgb(237 233 254 / 0.1);
  border-bottom-color: rgb(237 233 254 / 0.1);
}

.hover\:border-y-violet-100\/100:hover {
  border-top-color: rgb(237 233 254 / 1);
  border-bottom-color: rgb(237 233 254 / 1);
}

.hover\:border-y-violet-100\/20:hover {
  border-top-color: rgb(237 233 254 / 0.2);
  border-bottom-color: rgb(237 233 254 / 0.2);
}

.hover\:border-y-violet-100\/25:hover {
  border-top-color: rgb(237 233 254 / 0.25);
  border-bottom-color: rgb(237 233 254 / 0.25);
}

.hover\:border-y-violet-100\/30:hover {
  border-top-color: rgb(237 233 254 / 0.3);
  border-bottom-color: rgb(237 233 254 / 0.3);
}

.hover\:border-y-violet-100\/40:hover {
  border-top-color: rgb(237 233 254 / 0.4);
  border-bottom-color: rgb(237 233 254 / 0.4);
}

.hover\:border-y-violet-100\/5:hover {
  border-top-color: rgb(237 233 254 / 0.05);
  border-bottom-color: rgb(237 233 254 / 0.05);
}

.hover\:border-y-violet-100\/50:hover {
  border-top-color: rgb(237 233 254 / 0.5);
  border-bottom-color: rgb(237 233 254 / 0.5);
}

.hover\:border-y-violet-100\/60:hover {
  border-top-color: rgb(237 233 254 / 0.6);
  border-bottom-color: rgb(237 233 254 / 0.6);
}

.hover\:border-y-violet-100\/70:hover {
  border-top-color: rgb(237 233 254 / 0.7);
  border-bottom-color: rgb(237 233 254 / 0.7);
}

.hover\:border-y-violet-100\/75:hover {
  border-top-color: rgb(237 233 254 / 0.75);
  border-bottom-color: rgb(237 233 254 / 0.75);
}

.hover\:border-y-violet-100\/80:hover {
  border-top-color: rgb(237 233 254 / 0.8);
  border-bottom-color: rgb(237 233 254 / 0.8);
}

.hover\:border-y-violet-100\/90:hover {
  border-top-color: rgb(237 233 254 / 0.9);
  border-bottom-color: rgb(237 233 254 / 0.9);
}

.hover\:border-y-violet-100\/95:hover {
  border-top-color: rgb(237 233 254 / 0.95);
  border-bottom-color: rgb(237 233 254 / 0.95);
}

.hover\:border-y-violet-200:hover {
  --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));
}

.hover\:border-y-violet-200\/0:hover {
  border-top-color: rgb(221 214 254 / 0);
  border-bottom-color: rgb(221 214 254 / 0);
}

.hover\:border-y-violet-200\/10:hover {
  border-top-color: rgb(221 214 254 / 0.1);
  border-bottom-color: rgb(221 214 254 / 0.1);
}

.hover\:border-y-violet-200\/100:hover {
  border-top-color: rgb(221 214 254 / 1);
  border-bottom-color: rgb(221 214 254 / 1);
}

.hover\:border-y-violet-200\/20:hover {
  border-top-color: rgb(221 214 254 / 0.2);
  border-bottom-color: rgb(221 214 254 / 0.2);
}

.hover\:border-y-violet-200\/25:hover {
  border-top-color: rgb(221 214 254 / 0.25);
  border-bottom-color: rgb(221 214 254 / 0.25);
}

.hover\:border-y-violet-200\/30:hover {
  border-top-color: rgb(221 214 254 / 0.3);
  border-bottom-color: rgb(221 214 254 / 0.3);
}

.hover\:border-y-violet-200\/40:hover {
  border-top-color: rgb(221 214 254 / 0.4);
  border-bottom-color: rgb(221 214 254 / 0.4);
}

.hover\:border-y-violet-200\/5:hover {
  border-top-color: rgb(221 214 254 / 0.05);
  border-bottom-color: rgb(221 214 254 / 0.05);
}

.hover\:border-y-violet-200\/50:hover {
  border-top-color: rgb(221 214 254 / 0.5);
  border-bottom-color: rgb(221 214 254 / 0.5);
}

.hover\:border-y-violet-200\/60:hover {
  border-top-color: rgb(221 214 254 / 0.6);
  border-bottom-color: rgb(221 214 254 / 0.6);
}

.hover\:border-y-violet-200\/70:hover {
  border-top-color: rgb(221 214 254 / 0.7);
  border-bottom-color: rgb(221 214 254 / 0.7);
}

.hover\:border-y-violet-200\/75:hover {
  border-top-color: rgb(221 214 254 / 0.75);
  border-bottom-color: rgb(221 214 254 / 0.75);
}

.hover\:border-y-violet-200\/80:hover {
  border-top-color: rgb(221 214 254 / 0.8);
  border-bottom-color: rgb(221 214 254 / 0.8);
}

.hover\:border-y-violet-200\/90:hover {
  border-top-color: rgb(221 214 254 / 0.9);
  border-bottom-color: rgb(221 214 254 / 0.9);
}

.hover\:border-y-violet-200\/95:hover {
  border-top-color: rgb(221 214 254 / 0.95);
  border-bottom-color: rgb(221 214 254 / 0.95);
}

.hover\:border-y-violet-300:hover {
  --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));
}

.hover\:border-y-violet-300\/0:hover {
  border-top-color: rgb(196 181 253 / 0);
  border-bottom-color: rgb(196 181 253 / 0);
}

.hover\:border-y-violet-300\/10:hover {
  border-top-color: rgb(196 181 253 / 0.1);
  border-bottom-color: rgb(196 181 253 / 0.1);
}

.hover\:border-y-violet-300\/100:hover {
  border-top-color: rgb(196 181 253 / 1);
  border-bottom-color: rgb(196 181 253 / 1);
}

.hover\:border-y-violet-300\/20:hover {
  border-top-color: rgb(196 181 253 / 0.2);
  border-bottom-color: rgb(196 181 253 / 0.2);
}

.hover\:border-y-violet-300\/25:hover {
  border-top-color: rgb(196 181 253 / 0.25);
  border-bottom-color: rgb(196 181 253 / 0.25);
}

.hover\:border-y-violet-300\/30:hover {
  border-top-color: rgb(196 181 253 / 0.3);
  border-bottom-color: rgb(196 181 253 / 0.3);
}

.hover\:border-y-violet-300\/40:hover {
  border-top-color: rgb(196 181 253 / 0.4);
  border-bottom-color: rgb(196 181 253 / 0.4);
}

.hover\:border-y-violet-300\/5:hover {
  border-top-color: rgb(196 181 253 / 0.05);
  border-bottom-color: rgb(196 181 253 / 0.05);
}

.hover\:border-y-violet-300\/50:hover {
  border-top-color: rgb(196 181 253 / 0.5);
  border-bottom-color: rgb(196 181 253 / 0.5);
}

.hover\:border-y-violet-300\/60:hover {
  border-top-color: rgb(196 181 253 / 0.6);
  border-bottom-color: rgb(196 181 253 / 0.6);
}

.hover\:border-y-violet-300\/70:hover {
  border-top-color: rgb(196 181 253 / 0.7);
  border-bottom-color: rgb(196 181 253 / 0.7);
}

.hover\:border-y-violet-300\/75:hover {
  border-top-color: rgb(196 181 253 / 0.75);
  border-bottom-color: rgb(196 181 253 / 0.75);
}

.hover\:border-y-violet-300\/80:hover {
  border-top-color: rgb(196 181 253 / 0.8);
  border-bottom-color: rgb(196 181 253 / 0.8);
}

.hover\:border-y-violet-300\/90:hover {
  border-top-color: rgb(196 181 253 / 0.9);
  border-bottom-color: rgb(196 181 253 / 0.9);
}

.hover\:border-y-violet-300\/95:hover {
  border-top-color: rgb(196 181 253 / 0.95);
  border-bottom-color: rgb(196 181 253 / 0.95);
}

.hover\:border-y-violet-400:hover {
  --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));
}

.hover\:border-y-violet-400\/0:hover {
  border-top-color: rgb(167 139 250 / 0);
  border-bottom-color: rgb(167 139 250 / 0);
}

.hover\:border-y-violet-400\/10:hover {
  border-top-color: rgb(167 139 250 / 0.1);
  border-bottom-color: rgb(167 139 250 / 0.1);
}

.hover\:border-y-violet-400\/100:hover {
  border-top-color: rgb(167 139 250 / 1);
  border-bottom-color: rgb(167 139 250 / 1);
}

.hover\:border-y-violet-400\/20:hover {
  border-top-color: rgb(167 139 250 / 0.2);
  border-bottom-color: rgb(167 139 250 / 0.2);
}

.hover\:border-y-violet-400\/25:hover {
  border-top-color: rgb(167 139 250 / 0.25);
  border-bottom-color: rgb(167 139 250 / 0.25);
}

.hover\:border-y-violet-400\/30:hover {
  border-top-color: rgb(167 139 250 / 0.3);
  border-bottom-color: rgb(167 139 250 / 0.3);
}

.hover\:border-y-violet-400\/40:hover {
  border-top-color: rgb(167 139 250 / 0.4);
  border-bottom-color: rgb(167 139 250 / 0.4);
}

.hover\:border-y-violet-400\/5:hover {
  border-top-color: rgb(167 139 250 / 0.05);
  border-bottom-color: rgb(167 139 250 / 0.05);
}

.hover\:border-y-violet-400\/50:hover {
  border-top-color: rgb(167 139 250 / 0.5);
  border-bottom-color: rgb(167 139 250 / 0.5);
}

.hover\:border-y-violet-400\/60:hover {
  border-top-color: rgb(167 139 250 / 0.6);
  border-bottom-color: rgb(167 139 250 / 0.6);
}

.hover\:border-y-violet-400\/70:hover {
  border-top-color: rgb(167 139 250 / 0.7);
  border-bottom-color: rgb(167 139 250 / 0.7);
}

.hover\:border-y-violet-400\/75:hover {
  border-top-color: rgb(167 139 250 / 0.75);
  border-bottom-color: rgb(167 139 250 / 0.75);
}

.hover\:border-y-violet-400\/80:hover {
  border-top-color: rgb(167 139 250 / 0.8);
  border-bottom-color: rgb(167 139 250 / 0.8);
}

.hover\:border-y-violet-400\/90:hover {
  border-top-color: rgb(167 139 250 / 0.9);
  border-bottom-color: rgb(167 139 250 / 0.9);
}

.hover\:border-y-violet-400\/95:hover {
  border-top-color: rgb(167 139 250 / 0.95);
  border-bottom-color: rgb(167 139 250 / 0.95);
}

.hover\:border-y-violet-50:hover {
  --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));
}

.hover\:border-y-violet-50\/0:hover {
  border-top-color: rgb(245 243 255 / 0);
  border-bottom-color: rgb(245 243 255 / 0);
}

.hover\:border-y-violet-50\/10:hover {
  border-top-color: rgb(245 243 255 / 0.1);
  border-bottom-color: rgb(245 243 255 / 0.1);
}

.hover\:border-y-violet-50\/100:hover {
  border-top-color: rgb(245 243 255 / 1);
  border-bottom-color: rgb(245 243 255 / 1);
}

.hover\:border-y-violet-50\/20:hover {
  border-top-color: rgb(245 243 255 / 0.2);
  border-bottom-color: rgb(245 243 255 / 0.2);
}

.hover\:border-y-violet-50\/25:hover {
  border-top-color: rgb(245 243 255 / 0.25);
  border-bottom-color: rgb(245 243 255 / 0.25);
}

.hover\:border-y-violet-50\/30:hover {
  border-top-color: rgb(245 243 255 / 0.3);
  border-bottom-color: rgb(245 243 255 / 0.3);
}

.hover\:border-y-violet-50\/40:hover {
  border-top-color: rgb(245 243 255 / 0.4);
  border-bottom-color: rgb(245 243 255 / 0.4);
}

.hover\:border-y-violet-50\/5:hover {
  border-top-color: rgb(245 243 255 / 0.05);
  border-bottom-color: rgb(245 243 255 / 0.05);
}

.hover\:border-y-violet-50\/50:hover {
  border-top-color: rgb(245 243 255 / 0.5);
  border-bottom-color: rgb(245 243 255 / 0.5);
}

.hover\:border-y-violet-50\/60:hover {
  border-top-color: rgb(245 243 255 / 0.6);
  border-bottom-color: rgb(245 243 255 / 0.6);
}

.hover\:border-y-violet-50\/70:hover {
  border-top-color: rgb(245 243 255 / 0.7);
  border-bottom-color: rgb(245 243 255 / 0.7);
}

.hover\:border-y-violet-50\/75:hover {
  border-top-color: rgb(245 243 255 / 0.75);
  border-bottom-color: rgb(245 243 255 / 0.75);
}

.hover\:border-y-violet-50\/80:hover {
  border-top-color: rgb(245 243 255 / 0.8);
  border-bottom-color: rgb(245 243 255 / 0.8);
}

.hover\:border-y-violet-50\/90:hover {
  border-top-color: rgb(245 243 255 / 0.9);
  border-bottom-color: rgb(245 243 255 / 0.9);
}

.hover\:border-y-violet-50\/95:hover {
  border-top-color: rgb(245 243 255 / 0.95);
  border-bottom-color: rgb(245 243 255 / 0.95);
}

.hover\:border-y-violet-500:hover {
  --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));
}

.hover\:border-y-violet-500\/0:hover {
  border-top-color: rgb(139 92 246 / 0);
  border-bottom-color: rgb(139 92 246 / 0);
}

.hover\:border-y-violet-500\/10:hover {
  border-top-color: rgb(139 92 246 / 0.1);
  border-bottom-color: rgb(139 92 246 / 0.1);
}

.hover\:border-y-violet-500\/100:hover {
  border-top-color: rgb(139 92 246 / 1);
  border-bottom-color: rgb(139 92 246 / 1);
}

.hover\:border-y-violet-500\/20:hover {
  border-top-color: rgb(139 92 246 / 0.2);
  border-bottom-color: rgb(139 92 246 / 0.2);
}

.hover\:border-y-violet-500\/25:hover {
  border-top-color: rgb(139 92 246 / 0.25);
  border-bottom-color: rgb(139 92 246 / 0.25);
}

.hover\:border-y-violet-500\/30:hover {
  border-top-color: rgb(139 92 246 / 0.3);
  border-bottom-color: rgb(139 92 246 / 0.3);
}

.hover\:border-y-violet-500\/40:hover {
  border-top-color: rgb(139 92 246 / 0.4);
  border-bottom-color: rgb(139 92 246 / 0.4);
}

.hover\:border-y-violet-500\/5:hover {
  border-top-color: rgb(139 92 246 / 0.05);
  border-bottom-color: rgb(139 92 246 / 0.05);
}

.hover\:border-y-violet-500\/50:hover {
  border-top-color: rgb(139 92 246 / 0.5);
  border-bottom-color: rgb(139 92 246 / 0.5);
}

.hover\:border-y-violet-500\/60:hover {
  border-top-color: rgb(139 92 246 / 0.6);
  border-bottom-color: rgb(139 92 246 / 0.6);
}

.hover\:border-y-violet-500\/70:hover {
  border-top-color: rgb(139 92 246 / 0.7);
  border-bottom-color: rgb(139 92 246 / 0.7);
}

.hover\:border-y-violet-500\/75:hover {
  border-top-color: rgb(139 92 246 / 0.75);
  border-bottom-color: rgb(139 92 246 / 0.75);
}

.hover\:border-y-violet-500\/80:hover {
  border-top-color: rgb(139 92 246 / 0.8);
  border-bottom-color: rgb(139 92 246 / 0.8);
}

.hover\:border-y-violet-500\/90:hover {
  border-top-color: rgb(139 92 246 / 0.9);
  border-bottom-color: rgb(139 92 246 / 0.9);
}

.hover\:border-y-violet-500\/95:hover {
  border-top-color: rgb(139 92 246 / 0.95);
  border-bottom-color: rgb(139 92 246 / 0.95);
}

.hover\:border-y-violet-600:hover {
  --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));
}

.hover\:border-y-violet-600\/0:hover {
  border-top-color: rgb(124 58 237 / 0);
  border-bottom-color: rgb(124 58 237 / 0);
}

.hover\:border-y-violet-600\/10:hover {
  border-top-color: rgb(124 58 237 / 0.1);
  border-bottom-color: rgb(124 58 237 / 0.1);
}

.hover\:border-y-violet-600\/100:hover {
  border-top-color: rgb(124 58 237 / 1);
  border-bottom-color: rgb(124 58 237 / 1);
}

.hover\:border-y-violet-600\/20:hover {
  border-top-color: rgb(124 58 237 / 0.2);
  border-bottom-color: rgb(124 58 237 / 0.2);
}

.hover\:border-y-violet-600\/25:hover {
  border-top-color: rgb(124 58 237 / 0.25);
  border-bottom-color: rgb(124 58 237 / 0.25);
}

.hover\:border-y-violet-600\/30:hover {
  border-top-color: rgb(124 58 237 / 0.3);
  border-bottom-color: rgb(124 58 237 / 0.3);
}

.hover\:border-y-violet-600\/40:hover {
  border-top-color: rgb(124 58 237 / 0.4);
  border-bottom-color: rgb(124 58 237 / 0.4);
}

.hover\:border-y-violet-600\/5:hover {
  border-top-color: rgb(124 58 237 / 0.05);
  border-bottom-color: rgb(124 58 237 / 0.05);
}

.hover\:border-y-violet-600\/50:hover {
  border-top-color: rgb(124 58 237 / 0.5);
  border-bottom-color: rgb(124 58 237 / 0.5);
}

.hover\:border-y-violet-600\/60:hover {
  border-top-color: rgb(124 58 237 / 0.6);
  border-bottom-color: rgb(124 58 237 / 0.6);
}

.hover\:border-y-violet-600\/70:hover {
  border-top-color: rgb(124 58 237 / 0.7);
  border-bottom-color: rgb(124 58 237 / 0.7);
}

.hover\:border-y-violet-600\/75:hover {
  border-top-color: rgb(124 58 237 / 0.75);
  border-bottom-color: rgb(124 58 237 / 0.75);
}

.hover\:border-y-violet-600\/80:hover {
  border-top-color: rgb(124 58 237 / 0.8);
  border-bottom-color: rgb(124 58 237 / 0.8);
}

.hover\:border-y-violet-600\/90:hover {
  border-top-color: rgb(124 58 237 / 0.9);
  border-bottom-color: rgb(124 58 237 / 0.9);
}

.hover\:border-y-violet-600\/95:hover {
  border-top-color: rgb(124 58 237 / 0.95);
  border-bottom-color: rgb(124 58 237 / 0.95);
}

.hover\:border-y-violet-700:hover {
  --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));
}

.hover\:border-y-violet-700\/0:hover {
  border-top-color: rgb(109 40 217 / 0);
  border-bottom-color: rgb(109 40 217 / 0);
}

.hover\:border-y-violet-700\/10:hover {
  border-top-color: rgb(109 40 217 / 0.1);
  border-bottom-color: rgb(109 40 217 / 0.1);
}

.hover\:border-y-violet-700\/100:hover {
  border-top-color: rgb(109 40 217 / 1);
  border-bottom-color: rgb(109 40 217 / 1);
}

.hover\:border-y-violet-700\/20:hover {
  border-top-color: rgb(109 40 217 / 0.2);
  border-bottom-color: rgb(109 40 217 / 0.2);
}

.hover\:border-y-violet-700\/25:hover {
  border-top-color: rgb(109 40 217 / 0.25);
  border-bottom-color: rgb(109 40 217 / 0.25);
}

.hover\:border-y-violet-700\/30:hover {
  border-top-color: rgb(109 40 217 / 0.3);
  border-bottom-color: rgb(109 40 217 / 0.3);
}

.hover\:border-y-violet-700\/40:hover {
  border-top-color: rgb(109 40 217 / 0.4);
  border-bottom-color: rgb(109 40 217 / 0.4);
}

.hover\:border-y-violet-700\/5:hover {
  border-top-color: rgb(109 40 217 / 0.05);
  border-bottom-color: rgb(109 40 217 / 0.05);
}

.hover\:border-y-violet-700\/50:hover {
  border-top-color: rgb(109 40 217 / 0.5);
  border-bottom-color: rgb(109 40 217 / 0.5);
}

.hover\:border-y-violet-700\/60:hover {
  border-top-color: rgb(109 40 217 / 0.6);
  border-bottom-color: rgb(109 40 217 / 0.6);
}

.hover\:border-y-violet-700\/70:hover {
  border-top-color: rgb(109 40 217 / 0.7);
  border-bottom-color: rgb(109 40 217 / 0.7);
}

.hover\:border-y-violet-700\/75:hover {
  border-top-color: rgb(109 40 217 / 0.75);
  border-bottom-color: rgb(109 40 217 / 0.75);
}

.hover\:border-y-violet-700\/80:hover {
  border-top-color: rgb(109 40 217 / 0.8);
  border-bottom-color: rgb(109 40 217 / 0.8);
}

.hover\:border-y-violet-700\/90:hover {
  border-top-color: rgb(109 40 217 / 0.9);
  border-bottom-color: rgb(109 40 217 / 0.9);
}

.hover\:border-y-violet-700\/95:hover {
  border-top-color: rgb(109 40 217 / 0.95);
  border-bottom-color: rgb(109 40 217 / 0.95);
}

.hover\:border-y-violet-800:hover {
  --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));
}

.hover\:border-y-violet-800\/0:hover {
  border-top-color: rgb(91 33 182 / 0);
  border-bottom-color: rgb(91 33 182 / 0);
}

.hover\:border-y-violet-800\/10:hover {
  border-top-color: rgb(91 33 182 / 0.1);
  border-bottom-color: rgb(91 33 182 / 0.1);
}

.hover\:border-y-violet-800\/100:hover {
  border-top-color: rgb(91 33 182 / 1);
  border-bottom-color: rgb(91 33 182 / 1);
}

.hover\:border-y-violet-800\/20:hover {
  border-top-color: rgb(91 33 182 / 0.2);
  border-bottom-color: rgb(91 33 182 / 0.2);
}

.hover\:border-y-violet-800\/25:hover {
  border-top-color: rgb(91 33 182 / 0.25);
  border-bottom-color: rgb(91 33 182 / 0.25);
}

.hover\:border-y-violet-800\/30:hover {
  border-top-color: rgb(91 33 182 / 0.3);
  border-bottom-color: rgb(91 33 182 / 0.3);
}

.hover\:border-y-violet-800\/40:hover {
  border-top-color: rgb(91 33 182 / 0.4);
  border-bottom-color: rgb(91 33 182 / 0.4);
}

.hover\:border-y-violet-800\/5:hover {
  border-top-color: rgb(91 33 182 / 0.05);
  border-bottom-color: rgb(91 33 182 / 0.05);
}

.hover\:border-y-violet-800\/50:hover {
  border-top-color: rgb(91 33 182 / 0.5);
  border-bottom-color: rgb(91 33 182 / 0.5);
}

.hover\:border-y-violet-800\/60:hover {
  border-top-color: rgb(91 33 182 / 0.6);
  border-bottom-color: rgb(91 33 182 / 0.6);
}

.hover\:border-y-violet-800\/70:hover {
  border-top-color: rgb(91 33 182 / 0.7);
  border-bottom-color: rgb(91 33 182 / 0.7);
}

.hover\:border-y-violet-800\/75:hover {
  border-top-color: rgb(91 33 182 / 0.75);
  border-bottom-color: rgb(91 33 182 / 0.75);
}

.hover\:border-y-violet-800\/80:hover {
  border-top-color: rgb(91 33 182 / 0.8);
  border-bottom-color: rgb(91 33 182 / 0.8);
}

.hover\:border-y-violet-800\/90:hover {
  border-top-color: rgb(91 33 182 / 0.9);
  border-bottom-color: rgb(91 33 182 / 0.9);
}

.hover\:border-y-violet-800\/95:hover {
  border-top-color: rgb(91 33 182 / 0.95);
  border-bottom-color: rgb(91 33 182 / 0.95);
}

.hover\:border-y-violet-900:hover {
  --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));
}

.hover\:border-y-violet-900\/0:hover {
  border-top-color: rgb(76 29 149 / 0);
  border-bottom-color: rgb(76 29 149 / 0);
}

.hover\:border-y-violet-900\/10:hover {
  border-top-color: rgb(76 29 149 / 0.1);
  border-bottom-color: rgb(76 29 149 / 0.1);
}

.hover\:border-y-violet-900\/100:hover {
  border-top-color: rgb(76 29 149 / 1);
  border-bottom-color: rgb(76 29 149 / 1);
}

.hover\:border-y-violet-900\/20:hover {
  border-top-color: rgb(76 29 149 / 0.2);
  border-bottom-color: rgb(76 29 149 / 0.2);
}

.hover\:border-y-violet-900\/25:hover {
  border-top-color: rgb(76 29 149 / 0.25);
  border-bottom-color: rgb(76 29 149 / 0.25);
}

.hover\:border-y-violet-900\/30:hover {
  border-top-color: rgb(76 29 149 / 0.3);
  border-bottom-color: rgb(76 29 149 / 0.3);
}

.hover\:border-y-violet-900\/40:hover {
  border-top-color: rgb(76 29 149 / 0.4);
  border-bottom-color: rgb(76 29 149 / 0.4);
}

.hover\:border-y-violet-900\/5:hover {
  border-top-color: rgb(76 29 149 / 0.05);
  border-bottom-color: rgb(76 29 149 / 0.05);
}

.hover\:border-y-violet-900\/50:hover {
  border-top-color: rgb(76 29 149 / 0.5);
  border-bottom-color: rgb(76 29 149 / 0.5);
}

.hover\:border-y-violet-900\/60:hover {
  border-top-color: rgb(76 29 149 / 0.6);
  border-bottom-color: rgb(76 29 149 / 0.6);
}

.hover\:border-y-violet-900\/70:hover {
  border-top-color: rgb(76 29 149 / 0.7);
  border-bottom-color: rgb(76 29 149 / 0.7);
}

.hover\:border-y-violet-900\/75:hover {
  border-top-color: rgb(76 29 149 / 0.75);
  border-bottom-color: rgb(76 29 149 / 0.75);
}

.hover\:border-y-violet-900\/80:hover {
  border-top-color: rgb(76 29 149 / 0.8);
  border-bottom-color: rgb(76 29 149 / 0.8);
}

.hover\:border-y-violet-900\/90:hover {
  border-top-color: rgb(76 29 149 / 0.9);
  border-bottom-color: rgb(76 29 149 / 0.9);
}

.hover\:border-y-violet-900\/95:hover {
  border-top-color: rgb(76 29 149 / 0.95);
  border-bottom-color: rgb(76 29 149 / 0.95);
}

.hover\:border-y-violet-950:hover {
  --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));
}

.hover\:border-y-violet-950\/0:hover {
  border-top-color: rgb(46 16 101 / 0);
  border-bottom-color: rgb(46 16 101 / 0);
}

.hover\:border-y-violet-950\/10:hover {
  border-top-color: rgb(46 16 101 / 0.1);
  border-bottom-color: rgb(46 16 101 / 0.1);
}

.hover\:border-y-violet-950\/100:hover {
  border-top-color: rgb(46 16 101 / 1);
  border-bottom-color: rgb(46 16 101 / 1);
}

.hover\:border-y-violet-950\/20:hover {
  border-top-color: rgb(46 16 101 / 0.2);
  border-bottom-color: rgb(46 16 101 / 0.2);
}

.hover\:border-y-violet-950\/25:hover {
  border-top-color: rgb(46 16 101 / 0.25);
  border-bottom-color: rgb(46 16 101 / 0.25);
}

.hover\:border-y-violet-950\/30:hover {
  border-top-color: rgb(46 16 101 / 0.3);
  border-bottom-color: rgb(46 16 101 / 0.3);
}

.hover\:border-y-violet-950\/40:hover {
  border-top-color: rgb(46 16 101 / 0.4);
  border-bottom-color: rgb(46 16 101 / 0.4);
}

.hover\:border-y-violet-950\/5:hover {
  border-top-color: rgb(46 16 101 / 0.05);
  border-bottom-color: rgb(46 16 101 / 0.05);
}

.hover\:border-y-violet-950\/50:hover {
  border-top-color: rgb(46 16 101 / 0.5);
  border-bottom-color: rgb(46 16 101 / 0.5);
}

.hover\:border-y-violet-950\/60:hover {
  border-top-color: rgb(46 16 101 / 0.6);
  border-bottom-color: rgb(46 16 101 / 0.6);
}

.hover\:border-y-violet-950\/70:hover {
  border-top-color: rgb(46 16 101 / 0.7);
  border-bottom-color: rgb(46 16 101 / 0.7);
}

.hover\:border-y-violet-950\/75:hover {
  border-top-color: rgb(46 16 101 / 0.75);
  border-bottom-color: rgb(46 16 101 / 0.75);
}

.hover\:border-y-violet-950\/80:hover {
  border-top-color: rgb(46 16 101 / 0.8);
  border-bottom-color: rgb(46 16 101 / 0.8);
}

.hover\:border-y-violet-950\/90:hover {
  border-top-color: rgb(46 16 101 / 0.9);
  border-bottom-color: rgb(46 16 101 / 0.9);
}

.hover\:border-y-violet-950\/95:hover {
  border-top-color: rgb(46 16 101 / 0.95);
  border-bottom-color: rgb(46 16 101 / 0.95);
}

.hover\:border-y-white:hover {
  --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));
}

.hover\:border-y-white\/0:hover {
  border-top-color: rgb(255 255 255 / 0);
  border-bottom-color: rgb(255 255 255 / 0);
}

.hover\:border-y-white\/10:hover {
  border-top-color: rgb(255 255 255 / 0.1);
  border-bottom-color: rgb(255 255 255 / 0.1);
}

.hover\:border-y-white\/100:hover {
  border-top-color: rgb(255 255 255 / 1);
  border-bottom-color: rgb(255 255 255 / 1);
}

.hover\:border-y-white\/20:hover {
  border-top-color: rgb(255 255 255 / 0.2);
  border-bottom-color: rgb(255 255 255 / 0.2);
}

.hover\:border-y-white\/25:hover {
  border-top-color: rgb(255 255 255 / 0.25);
  border-bottom-color: rgb(255 255 255 / 0.25);
}

.hover\:border-y-white\/30:hover {
  border-top-color: rgb(255 255 255 / 0.3);
  border-bottom-color: rgb(255 255 255 / 0.3);
}

.hover\:border-y-white\/40:hover {
  border-top-color: rgb(255 255 255 / 0.4);
  border-bottom-color: rgb(255 255 255 / 0.4);
}

.hover\:border-y-white\/5:hover {
  border-top-color: rgb(255 255 255 / 0.05);
  border-bottom-color: rgb(255 255 255 / 0.05);
}

.hover\:border-y-white\/50:hover {
  border-top-color: rgb(255 255 255 / 0.5);
  border-bottom-color: rgb(255 255 255 / 0.5);
}

.hover\:border-y-white\/60:hover {
  border-top-color: rgb(255 255 255 / 0.6);
  border-bottom-color: rgb(255 255 255 / 0.6);
}

.hover\:border-y-white\/70:hover {
  border-top-color: rgb(255 255 255 / 0.7);
  border-bottom-color: rgb(255 255 255 / 0.7);
}

.hover\:border-y-white\/75:hover {
  border-top-color: rgb(255 255 255 / 0.75);
  border-bottom-color: rgb(255 255 255 / 0.75);
}

.hover\:border-y-white\/80:hover {
  border-top-color: rgb(255 255 255 / 0.8);
  border-bottom-color: rgb(255 255 255 / 0.8);
}

.hover\:border-y-white\/90:hover {
  border-top-color: rgb(255 255 255 / 0.9);
  border-bottom-color: rgb(255 255 255 / 0.9);
}

.hover\:border-y-white\/95:hover {
  border-top-color: rgb(255 255 255 / 0.95);
  border-bottom-color: rgb(255 255 255 / 0.95);
}

.hover\:border-y-work-identity-300:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(166 235 194 / var(--tw-border-opacity));
  border-bottom-color: rgb(166 235 194 / var(--tw-border-opacity));
}

.hover\:border-y-work-identity-300\/0:hover {
  border-top-color: rgb(166 235 194 / 0);
  border-bottom-color: rgb(166 235 194 / 0);
}

.hover\:border-y-work-identity-300\/10:hover {
  border-top-color: rgb(166 235 194 / 0.1);
  border-bottom-color: rgb(166 235 194 / 0.1);
}

.hover\:border-y-work-identity-300\/100:hover {
  border-top-color: rgb(166 235 194 / 1);
  border-bottom-color: rgb(166 235 194 / 1);
}

.hover\:border-y-work-identity-300\/20:hover {
  border-top-color: rgb(166 235 194 / 0.2);
  border-bottom-color: rgb(166 235 194 / 0.2);
}

.hover\:border-y-work-identity-300\/25:hover {
  border-top-color: rgb(166 235 194 / 0.25);
  border-bottom-color: rgb(166 235 194 / 0.25);
}

.hover\:border-y-work-identity-300\/30:hover {
  border-top-color: rgb(166 235 194 / 0.3);
  border-bottom-color: rgb(166 235 194 / 0.3);
}

.hover\:border-y-work-identity-300\/40:hover {
  border-top-color: rgb(166 235 194 / 0.4);
  border-bottom-color: rgb(166 235 194 / 0.4);
}

.hover\:border-y-work-identity-300\/5:hover {
  border-top-color: rgb(166 235 194 / 0.05);
  border-bottom-color: rgb(166 235 194 / 0.05);
}

.hover\:border-y-work-identity-300\/50:hover {
  border-top-color: rgb(166 235 194 / 0.5);
  border-bottom-color: rgb(166 235 194 / 0.5);
}

.hover\:border-y-work-identity-300\/60:hover {
  border-top-color: rgb(166 235 194 / 0.6);
  border-bottom-color: rgb(166 235 194 / 0.6);
}

.hover\:border-y-work-identity-300\/70:hover {
  border-top-color: rgb(166 235 194 / 0.7);
  border-bottom-color: rgb(166 235 194 / 0.7);
}

.hover\:border-y-work-identity-300\/75:hover {
  border-top-color: rgb(166 235 194 / 0.75);
  border-bottom-color: rgb(166 235 194 / 0.75);
}

.hover\:border-y-work-identity-300\/80:hover {
  border-top-color: rgb(166 235 194 / 0.8);
  border-bottom-color: rgb(166 235 194 / 0.8);
}

.hover\:border-y-work-identity-300\/90:hover {
  border-top-color: rgb(166 235 194 / 0.9);
  border-bottom-color: rgb(166 235 194 / 0.9);
}

.hover\:border-y-work-identity-300\/95:hover {
  border-top-color: rgb(166 235 194 / 0.95);
  border-bottom-color: rgb(166 235 194 / 0.95);
}

.hover\:border-y-work-identity-400:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(83 221 139 / var(--tw-border-opacity));
  border-bottom-color: rgb(83 221 139 / var(--tw-border-opacity));
}

.hover\:border-y-work-identity-400\/0:hover {
  border-top-color: rgb(83 221 139 / 0);
  border-bottom-color: rgb(83 221 139 / 0);
}

.hover\:border-y-work-identity-400\/10:hover {
  border-top-color: rgb(83 221 139 / 0.1);
  border-bottom-color: rgb(83 221 139 / 0.1);
}

.hover\:border-y-work-identity-400\/100:hover {
  border-top-color: rgb(83 221 139 / 1);
  border-bottom-color: rgb(83 221 139 / 1);
}

.hover\:border-y-work-identity-400\/20:hover {
  border-top-color: rgb(83 221 139 / 0.2);
  border-bottom-color: rgb(83 221 139 / 0.2);
}

.hover\:border-y-work-identity-400\/25:hover {
  border-top-color: rgb(83 221 139 / 0.25);
  border-bottom-color: rgb(83 221 139 / 0.25);
}

.hover\:border-y-work-identity-400\/30:hover {
  border-top-color: rgb(83 221 139 / 0.3);
  border-bottom-color: rgb(83 221 139 / 0.3);
}

.hover\:border-y-work-identity-400\/40:hover {
  border-top-color: rgb(83 221 139 / 0.4);
  border-bottom-color: rgb(83 221 139 / 0.4);
}

.hover\:border-y-work-identity-400\/5:hover {
  border-top-color: rgb(83 221 139 / 0.05);
  border-bottom-color: rgb(83 221 139 / 0.05);
}

.hover\:border-y-work-identity-400\/50:hover {
  border-top-color: rgb(83 221 139 / 0.5);
  border-bottom-color: rgb(83 221 139 / 0.5);
}

.hover\:border-y-work-identity-400\/60:hover {
  border-top-color: rgb(83 221 139 / 0.6);
  border-bottom-color: rgb(83 221 139 / 0.6);
}

.hover\:border-y-work-identity-400\/70:hover {
  border-top-color: rgb(83 221 139 / 0.7);
  border-bottom-color: rgb(83 221 139 / 0.7);
}

.hover\:border-y-work-identity-400\/75:hover {
  border-top-color: rgb(83 221 139 / 0.75);
  border-bottom-color: rgb(83 221 139 / 0.75);
}

.hover\:border-y-work-identity-400\/80:hover {
  border-top-color: rgb(83 221 139 / 0.8);
  border-bottom-color: rgb(83 221 139 / 0.8);
}

.hover\:border-y-work-identity-400\/90:hover {
  border-top-color: rgb(83 221 139 / 0.9);
  border-bottom-color: rgb(83 221 139 / 0.9);
}

.hover\:border-y-work-identity-400\/95:hover {
  border-top-color: rgb(83 221 139 / 0.95);
  border-bottom-color: rgb(83 221 139 / 0.95);
}

.hover\:border-y-work-identity-500:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 208 84 / var(--tw-border-opacity));
  border-bottom-color: rgb(0 208 84 / var(--tw-border-opacity));
}

.hover\:border-y-work-identity-500\/0:hover {
  border-top-color: rgb(0 208 84 / 0);
  border-bottom-color: rgb(0 208 84 / 0);
}

.hover\:border-y-work-identity-500\/10:hover {
  border-top-color: rgb(0 208 84 / 0.1);
  border-bottom-color: rgb(0 208 84 / 0.1);
}

.hover\:border-y-work-identity-500\/100:hover {
  border-top-color: rgb(0 208 84 / 1);
  border-bottom-color: rgb(0 208 84 / 1);
}

.hover\:border-y-work-identity-500\/20:hover {
  border-top-color: rgb(0 208 84 / 0.2);
  border-bottom-color: rgb(0 208 84 / 0.2);
}

.hover\:border-y-work-identity-500\/25:hover {
  border-top-color: rgb(0 208 84 / 0.25);
  border-bottom-color: rgb(0 208 84 / 0.25);
}

.hover\:border-y-work-identity-500\/30:hover {
  border-top-color: rgb(0 208 84 / 0.3);
  border-bottom-color: rgb(0 208 84 / 0.3);
}

.hover\:border-y-work-identity-500\/40:hover {
  border-top-color: rgb(0 208 84 / 0.4);
  border-bottom-color: rgb(0 208 84 / 0.4);
}

.hover\:border-y-work-identity-500\/5:hover {
  border-top-color: rgb(0 208 84 / 0.05);
  border-bottom-color: rgb(0 208 84 / 0.05);
}

.hover\:border-y-work-identity-500\/50:hover {
  border-top-color: rgb(0 208 84 / 0.5);
  border-bottom-color: rgb(0 208 84 / 0.5);
}

.hover\:border-y-work-identity-500\/60:hover {
  border-top-color: rgb(0 208 84 / 0.6);
  border-bottom-color: rgb(0 208 84 / 0.6);
}

.hover\:border-y-work-identity-500\/70:hover {
  border-top-color: rgb(0 208 84 / 0.7);
  border-bottom-color: rgb(0 208 84 / 0.7);
}

.hover\:border-y-work-identity-500\/75:hover {
  border-top-color: rgb(0 208 84 / 0.75);
  border-bottom-color: rgb(0 208 84 / 0.75);
}

.hover\:border-y-work-identity-500\/80:hover {
  border-top-color: rgb(0 208 84 / 0.8);
  border-bottom-color: rgb(0 208 84 / 0.8);
}

.hover\:border-y-work-identity-500\/90:hover {
  border-top-color: rgb(0 208 84 / 0.9);
  border-bottom-color: rgb(0 208 84 / 0.9);
}

.hover\:border-y-work-identity-500\/95:hover {
  border-top-color: rgb(0 208 84 / 0.95);
  border-bottom-color: rgb(0 208 84 / 0.95);
}

.hover\:border-y-work-identity-900:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 249 249 / var(--tw-border-opacity));
  border-bottom-color: rgb(249 249 249 / var(--tw-border-opacity));
}

.hover\:border-y-work-identity-900\/0:hover {
  border-top-color: rgb(249 249 249 / 0);
  border-bottom-color: rgb(249 249 249 / 0);
}

.hover\:border-y-work-identity-900\/10:hover {
  border-top-color: rgb(249 249 249 / 0.1);
  border-bottom-color: rgb(249 249 249 / 0.1);
}

.hover\:border-y-work-identity-900\/100:hover {
  border-top-color: rgb(249 249 249 / 1);
  border-bottom-color: rgb(249 249 249 / 1);
}

.hover\:border-y-work-identity-900\/20:hover {
  border-top-color: rgb(249 249 249 / 0.2);
  border-bottom-color: rgb(249 249 249 / 0.2);
}

.hover\:border-y-work-identity-900\/25:hover {
  border-top-color: rgb(249 249 249 / 0.25);
  border-bottom-color: rgb(249 249 249 / 0.25);
}

.hover\:border-y-work-identity-900\/30:hover {
  border-top-color: rgb(249 249 249 / 0.3);
  border-bottom-color: rgb(249 249 249 / 0.3);
}

.hover\:border-y-work-identity-900\/40:hover {
  border-top-color: rgb(249 249 249 / 0.4);
  border-bottom-color: rgb(249 249 249 / 0.4);
}

.hover\:border-y-work-identity-900\/5:hover {
  border-top-color: rgb(249 249 249 / 0.05);
  border-bottom-color: rgb(249 249 249 / 0.05);
}

.hover\:border-y-work-identity-900\/50:hover {
  border-top-color: rgb(249 249 249 / 0.5);
  border-bottom-color: rgb(249 249 249 / 0.5);
}

.hover\:border-y-work-identity-900\/60:hover {
  border-top-color: rgb(249 249 249 / 0.6);
  border-bottom-color: rgb(249 249 249 / 0.6);
}

.hover\:border-y-work-identity-900\/70:hover {
  border-top-color: rgb(249 249 249 / 0.7);
  border-bottom-color: rgb(249 249 249 / 0.7);
}

.hover\:border-y-work-identity-900\/75:hover {
  border-top-color: rgb(249 249 249 / 0.75);
  border-bottom-color: rgb(249 249 249 / 0.75);
}

.hover\:border-y-work-identity-900\/80:hover {
  border-top-color: rgb(249 249 249 / 0.8);
  border-bottom-color: rgb(249 249 249 / 0.8);
}

.hover\:border-y-work-identity-900\/90:hover {
  border-top-color: rgb(249 249 249 / 0.9);
  border-bottom-color: rgb(249 249 249 / 0.9);
}

.hover\:border-y-work-identity-900\/95:hover {
  border-top-color: rgb(249 249 249 / 0.95);
  border-bottom-color: rgb(249 249 249 / 0.95);
}

.hover\:border-y-yellow-100:hover {
  --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));
}

.hover\:border-y-yellow-100\/0:hover {
  border-top-color: rgb(254 249 195 / 0);
  border-bottom-color: rgb(254 249 195 / 0);
}

.hover\:border-y-yellow-100\/10:hover {
  border-top-color: rgb(254 249 195 / 0.1);
  border-bottom-color: rgb(254 249 195 / 0.1);
}

.hover\:border-y-yellow-100\/100:hover {
  border-top-color: rgb(254 249 195 / 1);
  border-bottom-color: rgb(254 249 195 / 1);
}

.hover\:border-y-yellow-100\/20:hover {
  border-top-color: rgb(254 249 195 / 0.2);
  border-bottom-color: rgb(254 249 195 / 0.2);
}

.hover\:border-y-yellow-100\/25:hover {
  border-top-color: rgb(254 249 195 / 0.25);
  border-bottom-color: rgb(254 249 195 / 0.25);
}

.hover\:border-y-yellow-100\/30:hover {
  border-top-color: rgb(254 249 195 / 0.3);
  border-bottom-color: rgb(254 249 195 / 0.3);
}

.hover\:border-y-yellow-100\/40:hover {
  border-top-color: rgb(254 249 195 / 0.4);
  border-bottom-color: rgb(254 249 195 / 0.4);
}

.hover\:border-y-yellow-100\/5:hover {
  border-top-color: rgb(254 249 195 / 0.05);
  border-bottom-color: rgb(254 249 195 / 0.05);
}

.hover\:border-y-yellow-100\/50:hover {
  border-top-color: rgb(254 249 195 / 0.5);
  border-bottom-color: rgb(254 249 195 / 0.5);
}

.hover\:border-y-yellow-100\/60:hover {
  border-top-color: rgb(254 249 195 / 0.6);
  border-bottom-color: rgb(254 249 195 / 0.6);
}

.hover\:border-y-yellow-100\/70:hover {
  border-top-color: rgb(254 249 195 / 0.7);
  border-bottom-color: rgb(254 249 195 / 0.7);
}

.hover\:border-y-yellow-100\/75:hover {
  border-top-color: rgb(254 249 195 / 0.75);
  border-bottom-color: rgb(254 249 195 / 0.75);
}

.hover\:border-y-yellow-100\/80:hover {
  border-top-color: rgb(254 249 195 / 0.8);
  border-bottom-color: rgb(254 249 195 / 0.8);
}

.hover\:border-y-yellow-100\/90:hover {
  border-top-color: rgb(254 249 195 / 0.9);
  border-bottom-color: rgb(254 249 195 / 0.9);
}

.hover\:border-y-yellow-100\/95:hover {
  border-top-color: rgb(254 249 195 / 0.95);
  border-bottom-color: rgb(254 249 195 / 0.95);
}

.hover\:border-y-yellow-200:hover {
  --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));
}

.hover\:border-y-yellow-200\/0:hover {
  border-top-color: rgb(254 240 138 / 0);
  border-bottom-color: rgb(254 240 138 / 0);
}

.hover\:border-y-yellow-200\/10:hover {
  border-top-color: rgb(254 240 138 / 0.1);
  border-bottom-color: rgb(254 240 138 / 0.1);
}

.hover\:border-y-yellow-200\/100:hover {
  border-top-color: rgb(254 240 138 / 1);
  border-bottom-color: rgb(254 240 138 / 1);
}

.hover\:border-y-yellow-200\/20:hover {
  border-top-color: rgb(254 240 138 / 0.2);
  border-bottom-color: rgb(254 240 138 / 0.2);
}

.hover\:border-y-yellow-200\/25:hover {
  border-top-color: rgb(254 240 138 / 0.25);
  border-bottom-color: rgb(254 240 138 / 0.25);
}

.hover\:border-y-yellow-200\/30:hover {
  border-top-color: rgb(254 240 138 / 0.3);
  border-bottom-color: rgb(254 240 138 / 0.3);
}

.hover\:border-y-yellow-200\/40:hover {
  border-top-color: rgb(254 240 138 / 0.4);
  border-bottom-color: rgb(254 240 138 / 0.4);
}

.hover\:border-y-yellow-200\/5:hover {
  border-top-color: rgb(254 240 138 / 0.05);
  border-bottom-color: rgb(254 240 138 / 0.05);
}

.hover\:border-y-yellow-200\/50:hover {
  border-top-color: rgb(254 240 138 / 0.5);
  border-bottom-color: rgb(254 240 138 / 0.5);
}

.hover\:border-y-yellow-200\/60:hover {
  border-top-color: rgb(254 240 138 / 0.6);
  border-bottom-color: rgb(254 240 138 / 0.6);
}

.hover\:border-y-yellow-200\/70:hover {
  border-top-color: rgb(254 240 138 / 0.7);
  border-bottom-color: rgb(254 240 138 / 0.7);
}

.hover\:border-y-yellow-200\/75:hover {
  border-top-color: rgb(254 240 138 / 0.75);
  border-bottom-color: rgb(254 240 138 / 0.75);
}

.hover\:border-y-yellow-200\/80:hover {
  border-top-color: rgb(254 240 138 / 0.8);
  border-bottom-color: rgb(254 240 138 / 0.8);
}

.hover\:border-y-yellow-200\/90:hover {
  border-top-color: rgb(254 240 138 / 0.9);
  border-bottom-color: rgb(254 240 138 / 0.9);
}

.hover\:border-y-yellow-200\/95:hover {
  border-top-color: rgb(254 240 138 / 0.95);
  border-bottom-color: rgb(254 240 138 / 0.95);
}

.hover\:border-y-yellow-300:hover {
  --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));
}

.hover\:border-y-yellow-300\/0:hover {
  border-top-color: rgb(253 224 71 / 0);
  border-bottom-color: rgb(253 224 71 / 0);
}

.hover\:border-y-yellow-300\/10:hover {
  border-top-color: rgb(253 224 71 / 0.1);
  border-bottom-color: rgb(253 224 71 / 0.1);
}

.hover\:border-y-yellow-300\/100:hover {
  border-top-color: rgb(253 224 71 / 1);
  border-bottom-color: rgb(253 224 71 / 1);
}

.hover\:border-y-yellow-300\/20:hover {
  border-top-color: rgb(253 224 71 / 0.2);
  border-bottom-color: rgb(253 224 71 / 0.2);
}

.hover\:border-y-yellow-300\/25:hover {
  border-top-color: rgb(253 224 71 / 0.25);
  border-bottom-color: rgb(253 224 71 / 0.25);
}

.hover\:border-y-yellow-300\/30:hover {
  border-top-color: rgb(253 224 71 / 0.3);
  border-bottom-color: rgb(253 224 71 / 0.3);
}

.hover\:border-y-yellow-300\/40:hover {
  border-top-color: rgb(253 224 71 / 0.4);
  border-bottom-color: rgb(253 224 71 / 0.4);
}

.hover\:border-y-yellow-300\/5:hover {
  border-top-color: rgb(253 224 71 / 0.05);
  border-bottom-color: rgb(253 224 71 / 0.05);
}

.hover\:border-y-yellow-300\/50:hover {
  border-top-color: rgb(253 224 71 / 0.5);
  border-bottom-color: rgb(253 224 71 / 0.5);
}

.hover\:border-y-yellow-300\/60:hover {
  border-top-color: rgb(253 224 71 / 0.6);
  border-bottom-color: rgb(253 224 71 / 0.6);
}

.hover\:border-y-yellow-300\/70:hover {
  border-top-color: rgb(253 224 71 / 0.7);
  border-bottom-color: rgb(253 224 71 / 0.7);
}

.hover\:border-y-yellow-300\/75:hover {
  border-top-color: rgb(253 224 71 / 0.75);
  border-bottom-color: rgb(253 224 71 / 0.75);
}

.hover\:border-y-yellow-300\/80:hover {
  border-top-color: rgb(253 224 71 / 0.8);
  border-bottom-color: rgb(253 224 71 / 0.8);
}

.hover\:border-y-yellow-300\/90:hover {
  border-top-color: rgb(253 224 71 / 0.9);
  border-bottom-color: rgb(253 224 71 / 0.9);
}

.hover\:border-y-yellow-300\/95:hover {
  border-top-color: rgb(253 224 71 / 0.95);
  border-bottom-color: rgb(253 224 71 / 0.95);
}

.hover\:border-y-yellow-400:hover {
  --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));
}

.hover\:border-y-yellow-400\/0:hover {
  border-top-color: rgb(250 204 21 / 0);
  border-bottom-color: rgb(250 204 21 / 0);
}

.hover\:border-y-yellow-400\/10:hover {
  border-top-color: rgb(250 204 21 / 0.1);
  border-bottom-color: rgb(250 204 21 / 0.1);
}

.hover\:border-y-yellow-400\/100:hover {
  border-top-color: rgb(250 204 21 / 1);
  border-bottom-color: rgb(250 204 21 / 1);
}

.hover\:border-y-yellow-400\/20:hover {
  border-top-color: rgb(250 204 21 / 0.2);
  border-bottom-color: rgb(250 204 21 / 0.2);
}

.hover\:border-y-yellow-400\/25:hover {
  border-top-color: rgb(250 204 21 / 0.25);
  border-bottom-color: rgb(250 204 21 / 0.25);
}

.hover\:border-y-yellow-400\/30:hover {
  border-top-color: rgb(250 204 21 / 0.3);
  border-bottom-color: rgb(250 204 21 / 0.3);
}

.hover\:border-y-yellow-400\/40:hover {
  border-top-color: rgb(250 204 21 / 0.4);
  border-bottom-color: rgb(250 204 21 / 0.4);
}

.hover\:border-y-yellow-400\/5:hover {
  border-top-color: rgb(250 204 21 / 0.05);
  border-bottom-color: rgb(250 204 21 / 0.05);
}

.hover\:border-y-yellow-400\/50:hover {
  border-top-color: rgb(250 204 21 / 0.5);
  border-bottom-color: rgb(250 204 21 / 0.5);
}

.hover\:border-y-yellow-400\/60:hover {
  border-top-color: rgb(250 204 21 / 0.6);
  border-bottom-color: rgb(250 204 21 / 0.6);
}

.hover\:border-y-yellow-400\/70:hover {
  border-top-color: rgb(250 204 21 / 0.7);
  border-bottom-color: rgb(250 204 21 / 0.7);
}

.hover\:border-y-yellow-400\/75:hover {
  border-top-color: rgb(250 204 21 / 0.75);
  border-bottom-color: rgb(250 204 21 / 0.75);
}

.hover\:border-y-yellow-400\/80:hover {
  border-top-color: rgb(250 204 21 / 0.8);
  border-bottom-color: rgb(250 204 21 / 0.8);
}

.hover\:border-y-yellow-400\/90:hover {
  border-top-color: rgb(250 204 21 / 0.9);
  border-bottom-color: rgb(250 204 21 / 0.9);
}

.hover\:border-y-yellow-400\/95:hover {
  border-top-color: rgb(250 204 21 / 0.95);
  border-bottom-color: rgb(250 204 21 / 0.95);
}

.hover\:border-y-yellow-50:hover {
  --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));
}

.hover\:border-y-yellow-50\/0:hover {
  border-top-color: rgb(254 252 232 / 0);
  border-bottom-color: rgb(254 252 232 / 0);
}

.hover\:border-y-yellow-50\/10:hover {
  border-top-color: rgb(254 252 232 / 0.1);
  border-bottom-color: rgb(254 252 232 / 0.1);
}

.hover\:border-y-yellow-50\/100:hover {
  border-top-color: rgb(254 252 232 / 1);
  border-bottom-color: rgb(254 252 232 / 1);
}

.hover\:border-y-yellow-50\/20:hover {
  border-top-color: rgb(254 252 232 / 0.2);
  border-bottom-color: rgb(254 252 232 / 0.2);
}

.hover\:border-y-yellow-50\/25:hover {
  border-top-color: rgb(254 252 232 / 0.25);
  border-bottom-color: rgb(254 252 232 / 0.25);
}

.hover\:border-y-yellow-50\/30:hover {
  border-top-color: rgb(254 252 232 / 0.3);
  border-bottom-color: rgb(254 252 232 / 0.3);
}

.hover\:border-y-yellow-50\/40:hover {
  border-top-color: rgb(254 252 232 / 0.4);
  border-bottom-color: rgb(254 252 232 / 0.4);
}

.hover\:border-y-yellow-50\/5:hover {
  border-top-color: rgb(254 252 232 / 0.05);
  border-bottom-color: rgb(254 252 232 / 0.05);
}

.hover\:border-y-yellow-50\/50:hover {
  border-top-color: rgb(254 252 232 / 0.5);
  border-bottom-color: rgb(254 252 232 / 0.5);
}

.hover\:border-y-yellow-50\/60:hover {
  border-top-color: rgb(254 252 232 / 0.6);
  border-bottom-color: rgb(254 252 232 / 0.6);
}

.hover\:border-y-yellow-50\/70:hover {
  border-top-color: rgb(254 252 232 / 0.7);
  border-bottom-color: rgb(254 252 232 / 0.7);
}

.hover\:border-y-yellow-50\/75:hover {
  border-top-color: rgb(254 252 232 / 0.75);
  border-bottom-color: rgb(254 252 232 / 0.75);
}

.hover\:border-y-yellow-50\/80:hover {
  border-top-color: rgb(254 252 232 / 0.8);
  border-bottom-color: rgb(254 252 232 / 0.8);
}

.hover\:border-y-yellow-50\/90:hover {
  border-top-color: rgb(254 252 232 / 0.9);
  border-bottom-color: rgb(254 252 232 / 0.9);
}

.hover\:border-y-yellow-50\/95:hover {
  border-top-color: rgb(254 252 232 / 0.95);
  border-bottom-color: rgb(254 252 232 / 0.95);
}

.hover\:border-y-yellow-500:hover {
  --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));
}

.hover\:border-y-yellow-500\/0:hover {
  border-top-color: rgb(234 179 8 / 0);
  border-bottom-color: rgb(234 179 8 / 0);
}

.hover\:border-y-yellow-500\/10:hover {
  border-top-color: rgb(234 179 8 / 0.1);
  border-bottom-color: rgb(234 179 8 / 0.1);
}

.hover\:border-y-yellow-500\/100:hover {
  border-top-color: rgb(234 179 8 / 1);
  border-bottom-color: rgb(234 179 8 / 1);
}

.hover\:border-y-yellow-500\/20:hover {
  border-top-color: rgb(234 179 8 / 0.2);
  border-bottom-color: rgb(234 179 8 / 0.2);
}

.hover\:border-y-yellow-500\/25:hover {
  border-top-color: rgb(234 179 8 / 0.25);
  border-bottom-color: rgb(234 179 8 / 0.25);
}

.hover\:border-y-yellow-500\/30:hover {
  border-top-color: rgb(234 179 8 / 0.3);
  border-bottom-color: rgb(234 179 8 / 0.3);
}

.hover\:border-y-yellow-500\/40:hover {
  border-top-color: rgb(234 179 8 / 0.4);
  border-bottom-color: rgb(234 179 8 / 0.4);
}

.hover\:border-y-yellow-500\/5:hover {
  border-top-color: rgb(234 179 8 / 0.05);
  border-bottom-color: rgb(234 179 8 / 0.05);
}

.hover\:border-y-yellow-500\/50:hover {
  border-top-color: rgb(234 179 8 / 0.5);
  border-bottom-color: rgb(234 179 8 / 0.5);
}

.hover\:border-y-yellow-500\/60:hover {
  border-top-color: rgb(234 179 8 / 0.6);
  border-bottom-color: rgb(234 179 8 / 0.6);
}

.hover\:border-y-yellow-500\/70:hover {
  border-top-color: rgb(234 179 8 / 0.7);
  border-bottom-color: rgb(234 179 8 / 0.7);
}

.hover\:border-y-yellow-500\/75:hover {
  border-top-color: rgb(234 179 8 / 0.75);
  border-bottom-color: rgb(234 179 8 / 0.75);
}

.hover\:border-y-yellow-500\/80:hover {
  border-top-color: rgb(234 179 8 / 0.8);
  border-bottom-color: rgb(234 179 8 / 0.8);
}

.hover\:border-y-yellow-500\/90:hover {
  border-top-color: rgb(234 179 8 / 0.9);
  border-bottom-color: rgb(234 179 8 / 0.9);
}

.hover\:border-y-yellow-500\/95:hover {
  border-top-color: rgb(234 179 8 / 0.95);
  border-bottom-color: rgb(234 179 8 / 0.95);
}

.hover\:border-y-yellow-600:hover {
  --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));
}

.hover\:border-y-yellow-600\/0:hover {
  border-top-color: rgb(202 138 4 / 0);
  border-bottom-color: rgb(202 138 4 / 0);
}

.hover\:border-y-yellow-600\/10:hover {
  border-top-color: rgb(202 138 4 / 0.1);
  border-bottom-color: rgb(202 138 4 / 0.1);
}

.hover\:border-y-yellow-600\/100:hover {
  border-top-color: rgb(202 138 4 / 1);
  border-bottom-color: rgb(202 138 4 / 1);
}

.hover\:border-y-yellow-600\/20:hover {
  border-top-color: rgb(202 138 4 / 0.2);
  border-bottom-color: rgb(202 138 4 / 0.2);
}

.hover\:border-y-yellow-600\/25:hover {
  border-top-color: rgb(202 138 4 / 0.25);
  border-bottom-color: rgb(202 138 4 / 0.25);
}

.hover\:border-y-yellow-600\/30:hover {
  border-top-color: rgb(202 138 4 / 0.3);
  border-bottom-color: rgb(202 138 4 / 0.3);
}

.hover\:border-y-yellow-600\/40:hover {
  border-top-color: rgb(202 138 4 / 0.4);
  border-bottom-color: rgb(202 138 4 / 0.4);
}

.hover\:border-y-yellow-600\/5:hover {
  border-top-color: rgb(202 138 4 / 0.05);
  border-bottom-color: rgb(202 138 4 / 0.05);
}

.hover\:border-y-yellow-600\/50:hover {
  border-top-color: rgb(202 138 4 / 0.5);
  border-bottom-color: rgb(202 138 4 / 0.5);
}

.hover\:border-y-yellow-600\/60:hover {
  border-top-color: rgb(202 138 4 / 0.6);
  border-bottom-color: rgb(202 138 4 / 0.6);
}

.hover\:border-y-yellow-600\/70:hover {
  border-top-color: rgb(202 138 4 / 0.7);
  border-bottom-color: rgb(202 138 4 / 0.7);
}

.hover\:border-y-yellow-600\/75:hover {
  border-top-color: rgb(202 138 4 / 0.75);
  border-bottom-color: rgb(202 138 4 / 0.75);
}

.hover\:border-y-yellow-600\/80:hover {
  border-top-color: rgb(202 138 4 / 0.8);
  border-bottom-color: rgb(202 138 4 / 0.8);
}

.hover\:border-y-yellow-600\/90:hover {
  border-top-color: rgb(202 138 4 / 0.9);
  border-bottom-color: rgb(202 138 4 / 0.9);
}

.hover\:border-y-yellow-600\/95:hover {
  border-top-color: rgb(202 138 4 / 0.95);
  border-bottom-color: rgb(202 138 4 / 0.95);
}

.hover\:border-y-yellow-700:hover {
  --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));
}

.hover\:border-y-yellow-700\/0:hover {
  border-top-color: rgb(161 98 7 / 0);
  border-bottom-color: rgb(161 98 7 / 0);
}

.hover\:border-y-yellow-700\/10:hover {
  border-top-color: rgb(161 98 7 / 0.1);
  border-bottom-color: rgb(161 98 7 / 0.1);
}

.hover\:border-y-yellow-700\/100:hover {
  border-top-color: rgb(161 98 7 / 1);
  border-bottom-color: rgb(161 98 7 / 1);
}

.hover\:border-y-yellow-700\/20:hover {
  border-top-color: rgb(161 98 7 / 0.2);
  border-bottom-color: rgb(161 98 7 / 0.2);
}

.hover\:border-y-yellow-700\/25:hover {
  border-top-color: rgb(161 98 7 / 0.25);
  border-bottom-color: rgb(161 98 7 / 0.25);
}

.hover\:border-y-yellow-700\/30:hover {
  border-top-color: rgb(161 98 7 / 0.3);
  border-bottom-color: rgb(161 98 7 / 0.3);
}

.hover\:border-y-yellow-700\/40:hover {
  border-top-color: rgb(161 98 7 / 0.4);
  border-bottom-color: rgb(161 98 7 / 0.4);
}

.hover\:border-y-yellow-700\/5:hover {
  border-top-color: rgb(161 98 7 / 0.05);
  border-bottom-color: rgb(161 98 7 / 0.05);
}

.hover\:border-y-yellow-700\/50:hover {
  border-top-color: rgb(161 98 7 / 0.5);
  border-bottom-color: rgb(161 98 7 / 0.5);
}

.hover\:border-y-yellow-700\/60:hover {
  border-top-color: rgb(161 98 7 / 0.6);
  border-bottom-color: rgb(161 98 7 / 0.6);
}

.hover\:border-y-yellow-700\/70:hover {
  border-top-color: rgb(161 98 7 / 0.7);
  border-bottom-color: rgb(161 98 7 / 0.7);
}

.hover\:border-y-yellow-700\/75:hover {
  border-top-color: rgb(161 98 7 / 0.75);
  border-bottom-color: rgb(161 98 7 / 0.75);
}

.hover\:border-y-yellow-700\/80:hover {
  border-top-color: rgb(161 98 7 / 0.8);
  border-bottom-color: rgb(161 98 7 / 0.8);
}

.hover\:border-y-yellow-700\/90:hover {
  border-top-color: rgb(161 98 7 / 0.9);
  border-bottom-color: rgb(161 98 7 / 0.9);
}

.hover\:border-y-yellow-700\/95:hover {
  border-top-color: rgb(161 98 7 / 0.95);
  border-bottom-color: rgb(161 98 7 / 0.95);
}

.hover\:border-y-yellow-800:hover {
  --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));
}

.hover\:border-y-yellow-800\/0:hover {
  border-top-color: rgb(133 77 14 / 0);
  border-bottom-color: rgb(133 77 14 / 0);
}

.hover\:border-y-yellow-800\/10:hover {
  border-top-color: rgb(133 77 14 / 0.1);
  border-bottom-color: rgb(133 77 14 / 0.1);
}

.hover\:border-y-yellow-800\/100:hover {
  border-top-color: rgb(133 77 14 / 1);
  border-bottom-color: rgb(133 77 14 / 1);
}

.hover\:border-y-yellow-800\/20:hover {
  border-top-color: rgb(133 77 14 / 0.2);
  border-bottom-color: rgb(133 77 14 / 0.2);
}

.hover\:border-y-yellow-800\/25:hover {
  border-top-color: rgb(133 77 14 / 0.25);
  border-bottom-color: rgb(133 77 14 / 0.25);
}

.hover\:border-y-yellow-800\/30:hover {
  border-top-color: rgb(133 77 14 / 0.3);
  border-bottom-color: rgb(133 77 14 / 0.3);
}

.hover\:border-y-yellow-800\/40:hover {
  border-top-color: rgb(133 77 14 / 0.4);
  border-bottom-color: rgb(133 77 14 / 0.4);
}

.hover\:border-y-yellow-800\/5:hover {
  border-top-color: rgb(133 77 14 / 0.05);
  border-bottom-color: rgb(133 77 14 / 0.05);
}

.hover\:border-y-yellow-800\/50:hover {
  border-top-color: rgb(133 77 14 / 0.5);
  border-bottom-color: rgb(133 77 14 / 0.5);
}

.hover\:border-y-yellow-800\/60:hover {
  border-top-color: rgb(133 77 14 / 0.6);
  border-bottom-color: rgb(133 77 14 / 0.6);
}

.hover\:border-y-yellow-800\/70:hover {
  border-top-color: rgb(133 77 14 / 0.7);
  border-bottom-color: rgb(133 77 14 / 0.7);
}

.hover\:border-y-yellow-800\/75:hover {
  border-top-color: rgb(133 77 14 / 0.75);
  border-bottom-color: rgb(133 77 14 / 0.75);
}

.hover\:border-y-yellow-800\/80:hover {
  border-top-color: rgb(133 77 14 / 0.8);
  border-bottom-color: rgb(133 77 14 / 0.8);
}

.hover\:border-y-yellow-800\/90:hover {
  border-top-color: rgb(133 77 14 / 0.9);
  border-bottom-color: rgb(133 77 14 / 0.9);
}

.hover\:border-y-yellow-800\/95:hover {
  border-top-color: rgb(133 77 14 / 0.95);
  border-bottom-color: rgb(133 77 14 / 0.95);
}

.hover\:border-y-yellow-900:hover {
  --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));
}

.hover\:border-y-yellow-900\/0:hover {
  border-top-color: rgb(113 63 18 / 0);
  border-bottom-color: rgb(113 63 18 / 0);
}

.hover\:border-y-yellow-900\/10:hover {
  border-top-color: rgb(113 63 18 / 0.1);
  border-bottom-color: rgb(113 63 18 / 0.1);
}

.hover\:border-y-yellow-900\/100:hover {
  border-top-color: rgb(113 63 18 / 1);
  border-bottom-color: rgb(113 63 18 / 1);
}

.hover\:border-y-yellow-900\/20:hover {
  border-top-color: rgb(113 63 18 / 0.2);
  border-bottom-color: rgb(113 63 18 / 0.2);
}

.hover\:border-y-yellow-900\/25:hover {
  border-top-color: rgb(113 63 18 / 0.25);
  border-bottom-color: rgb(113 63 18 / 0.25);
}

.hover\:border-y-yellow-900\/30:hover {
  border-top-color: rgb(113 63 18 / 0.3);
  border-bottom-color: rgb(113 63 18 / 0.3);
}

.hover\:border-y-yellow-900\/40:hover {
  border-top-color: rgb(113 63 18 / 0.4);
  border-bottom-color: rgb(113 63 18 / 0.4);
}

.hover\:border-y-yellow-900\/5:hover {
  border-top-color: rgb(113 63 18 / 0.05);
  border-bottom-color: rgb(113 63 18 / 0.05);
}

.hover\:border-y-yellow-900\/50:hover {
  border-top-color: rgb(113 63 18 / 0.5);
  border-bottom-color: rgb(113 63 18 / 0.5);
}

.hover\:border-y-yellow-900\/60:hover {
  border-top-color: rgb(113 63 18 / 0.6);
  border-bottom-color: rgb(113 63 18 / 0.6);
}

.hover\:border-y-yellow-900\/70:hover {
  border-top-color: rgb(113 63 18 / 0.7);
  border-bottom-color: rgb(113 63 18 / 0.7);
}

.hover\:border-y-yellow-900\/75:hover {
  border-top-color: rgb(113 63 18 / 0.75);
  border-bottom-color: rgb(113 63 18 / 0.75);
}

.hover\:border-y-yellow-900\/80:hover {
  border-top-color: rgb(113 63 18 / 0.8);
  border-bottom-color: rgb(113 63 18 / 0.8);
}

.hover\:border-y-yellow-900\/90:hover {
  border-top-color: rgb(113 63 18 / 0.9);
  border-bottom-color: rgb(113 63 18 / 0.9);
}

.hover\:border-y-yellow-900\/95:hover {
  border-top-color: rgb(113 63 18 / 0.95);
  border-bottom-color: rgb(113 63 18 / 0.95);
}

.hover\:border-y-yellow-950:hover {
  --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));
}

.hover\:border-y-yellow-950\/0:hover {
  border-top-color: rgb(66 32 6 / 0);
  border-bottom-color: rgb(66 32 6 / 0);
}

.hover\:border-y-yellow-950\/10:hover {
  border-top-color: rgb(66 32 6 / 0.1);
  border-bottom-color: rgb(66 32 6 / 0.1);
}

.hover\:border-y-yellow-950\/100:hover {
  border-top-color: rgb(66 32 6 / 1);
  border-bottom-color: rgb(66 32 6 / 1);
}

.hover\:border-y-yellow-950\/20:hover {
  border-top-color: rgb(66 32 6 / 0.2);
  border-bottom-color: rgb(66 32 6 / 0.2);
}

.hover\:border-y-yellow-950\/25:hover {
  border-top-color: rgb(66 32 6 / 0.25);
  border-bottom-color: rgb(66 32 6 / 0.25);
}

.hover\:border-y-yellow-950\/30:hover {
  border-top-color: rgb(66 32 6 / 0.3);
  border-bottom-color: rgb(66 32 6 / 0.3);
}

.hover\:border-y-yellow-950\/40:hover {
  border-top-color: rgb(66 32 6 / 0.4);
  border-bottom-color: rgb(66 32 6 / 0.4);
}

.hover\:border-y-yellow-950\/5:hover {
  border-top-color: rgb(66 32 6 / 0.05);
  border-bottom-color: rgb(66 32 6 / 0.05);
}

.hover\:border-y-yellow-950\/50:hover {
  border-top-color: rgb(66 32 6 / 0.5);
  border-bottom-color: rgb(66 32 6 / 0.5);
}

.hover\:border-y-yellow-950\/60:hover {
  border-top-color: rgb(66 32 6 / 0.6);
  border-bottom-color: rgb(66 32 6 / 0.6);
}

.hover\:border-y-yellow-950\/70:hover {
  border-top-color: rgb(66 32 6 / 0.7);
  border-bottom-color: rgb(66 32 6 / 0.7);
}

.hover\:border-y-yellow-950\/75:hover {
  border-top-color: rgb(66 32 6 / 0.75);
  border-bottom-color: rgb(66 32 6 / 0.75);
}

.hover\:border-y-yellow-950\/80:hover {
  border-top-color: rgb(66 32 6 / 0.8);
  border-bottom-color: rgb(66 32 6 / 0.8);
}

.hover\:border-y-yellow-950\/90:hover {
  border-top-color: rgb(66 32 6 / 0.9);
  border-bottom-color: rgb(66 32 6 / 0.9);
}

.hover\:border-y-yellow-950\/95:hover {
  border-top-color: rgb(66 32 6 / 0.95);
  border-bottom-color: rgb(66 32 6 / 0.95);
}

.hover\:border-y-zinc-100:hover {
  --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));
}

.hover\:border-y-zinc-100\/0:hover {
  border-top-color: rgb(244 244 245 / 0);
  border-bottom-color: rgb(244 244 245 / 0);
}

.hover\:border-y-zinc-100\/10:hover {
  border-top-color: rgb(244 244 245 / 0.1);
  border-bottom-color: rgb(244 244 245 / 0.1);
}

.hover\:border-y-zinc-100\/100:hover {
  border-top-color: rgb(244 244 245 / 1);
  border-bottom-color: rgb(244 244 245 / 1);
}

.hover\:border-y-zinc-100\/20:hover {
  border-top-color: rgb(244 244 245 / 0.2);
  border-bottom-color: rgb(244 244 245 / 0.2);
}

.hover\:border-y-zinc-100\/25:hover {
  border-top-color: rgb(244 244 245 / 0.25);
  border-bottom-color: rgb(244 244 245 / 0.25);
}

.hover\:border-y-zinc-100\/30:hover {
  border-top-color: rgb(244 244 245 / 0.3);
  border-bottom-color: rgb(244 244 245 / 0.3);
}

.hover\:border-y-zinc-100\/40:hover {
  border-top-color: rgb(244 244 245 / 0.4);
  border-bottom-color: rgb(244 244 245 / 0.4);
}

.hover\:border-y-zinc-100\/5:hover {
  border-top-color: rgb(244 244 245 / 0.05);
  border-bottom-color: rgb(244 244 245 / 0.05);
}

.hover\:border-y-zinc-100\/50:hover {
  border-top-color: rgb(244 244 245 / 0.5);
  border-bottom-color: rgb(244 244 245 / 0.5);
}

.hover\:border-y-zinc-100\/60:hover {
  border-top-color: rgb(244 244 245 / 0.6);
  border-bottom-color: rgb(244 244 245 / 0.6);
}

.hover\:border-y-zinc-100\/70:hover {
  border-top-color: rgb(244 244 245 / 0.7);
  border-bottom-color: rgb(244 244 245 / 0.7);
}

.hover\:border-y-zinc-100\/75:hover {
  border-top-color: rgb(244 244 245 / 0.75);
  border-bottom-color: rgb(244 244 245 / 0.75);
}

.hover\:border-y-zinc-100\/80:hover {
  border-top-color: rgb(244 244 245 / 0.8);
  border-bottom-color: rgb(244 244 245 / 0.8);
}

.hover\:border-y-zinc-100\/90:hover {
  border-top-color: rgb(244 244 245 / 0.9);
  border-bottom-color: rgb(244 244 245 / 0.9);
}

.hover\:border-y-zinc-100\/95:hover {
  border-top-color: rgb(244 244 245 / 0.95);
  border-bottom-color: rgb(244 244 245 / 0.95);
}

.hover\:border-y-zinc-200:hover {
  --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));
}

.hover\:border-y-zinc-200\/0:hover {
  border-top-color: rgb(228 228 231 / 0);
  border-bottom-color: rgb(228 228 231 / 0);
}

.hover\:border-y-zinc-200\/10:hover {
  border-top-color: rgb(228 228 231 / 0.1);
  border-bottom-color: rgb(228 228 231 / 0.1);
}

.hover\:border-y-zinc-200\/100:hover {
  border-top-color: rgb(228 228 231 / 1);
  border-bottom-color: rgb(228 228 231 / 1);
}

.hover\:border-y-zinc-200\/20:hover {
  border-top-color: rgb(228 228 231 / 0.2);
  border-bottom-color: rgb(228 228 231 / 0.2);
}

.hover\:border-y-zinc-200\/25:hover {
  border-top-color: rgb(228 228 231 / 0.25);
  border-bottom-color: rgb(228 228 231 / 0.25);
}

.hover\:border-y-zinc-200\/30:hover {
  border-top-color: rgb(228 228 231 / 0.3);
  border-bottom-color: rgb(228 228 231 / 0.3);
}

.hover\:border-y-zinc-200\/40:hover {
  border-top-color: rgb(228 228 231 / 0.4);
  border-bottom-color: rgb(228 228 231 / 0.4);
}

.hover\:border-y-zinc-200\/5:hover {
  border-top-color: rgb(228 228 231 / 0.05);
  border-bottom-color: rgb(228 228 231 / 0.05);
}

.hover\:border-y-zinc-200\/50:hover {
  border-top-color: rgb(228 228 231 / 0.5);
  border-bottom-color: rgb(228 228 231 / 0.5);
}

.hover\:border-y-zinc-200\/60:hover {
  border-top-color: rgb(228 228 231 / 0.6);
  border-bottom-color: rgb(228 228 231 / 0.6);
}

.hover\:border-y-zinc-200\/70:hover {
  border-top-color: rgb(228 228 231 / 0.7);
  border-bottom-color: rgb(228 228 231 / 0.7);
}

.hover\:border-y-zinc-200\/75:hover {
  border-top-color: rgb(228 228 231 / 0.75);
  border-bottom-color: rgb(228 228 231 / 0.75);
}

.hover\:border-y-zinc-200\/80:hover {
  border-top-color: rgb(228 228 231 / 0.8);
  border-bottom-color: rgb(228 228 231 / 0.8);
}

.hover\:border-y-zinc-200\/90:hover {
  border-top-color: rgb(228 228 231 / 0.9);
  border-bottom-color: rgb(228 228 231 / 0.9);
}

.hover\:border-y-zinc-200\/95:hover {
  border-top-color: rgb(228 228 231 / 0.95);
  border-bottom-color: rgb(228 228 231 / 0.95);
}

.hover\:border-y-zinc-300:hover {
  --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));
}

.hover\:border-y-zinc-300\/0:hover {
  border-top-color: rgb(212 212 216 / 0);
  border-bottom-color: rgb(212 212 216 / 0);
}

.hover\:border-y-zinc-300\/10:hover {
  border-top-color: rgb(212 212 216 / 0.1);
  border-bottom-color: rgb(212 212 216 / 0.1);
}

.hover\:border-y-zinc-300\/100:hover {
  border-top-color: rgb(212 212 216 / 1);
  border-bottom-color: rgb(212 212 216 / 1);
}

.hover\:border-y-zinc-300\/20:hover {
  border-top-color: rgb(212 212 216 / 0.2);
  border-bottom-color: rgb(212 212 216 / 0.2);
}

.hover\:border-y-zinc-300\/25:hover {
  border-top-color: rgb(212 212 216 / 0.25);
  border-bottom-color: rgb(212 212 216 / 0.25);
}

.hover\:border-y-zinc-300\/30:hover {
  border-top-color: rgb(212 212 216 / 0.3);
  border-bottom-color: rgb(212 212 216 / 0.3);
}

.hover\:border-y-zinc-300\/40:hover {
  border-top-color: rgb(212 212 216 / 0.4);
  border-bottom-color: rgb(212 212 216 / 0.4);
}

.hover\:border-y-zinc-300\/5:hover {
  border-top-color: rgb(212 212 216 / 0.05);
  border-bottom-color: rgb(212 212 216 / 0.05);
}

.hover\:border-y-zinc-300\/50:hover {
  border-top-color: rgb(212 212 216 / 0.5);
  border-bottom-color: rgb(212 212 216 / 0.5);
}

.hover\:border-y-zinc-300\/60:hover {
  border-top-color: rgb(212 212 216 / 0.6);
  border-bottom-color: rgb(212 212 216 / 0.6);
}

.hover\:border-y-zinc-300\/70:hover {
  border-top-color: rgb(212 212 216 / 0.7);
  border-bottom-color: rgb(212 212 216 / 0.7);
}

.hover\:border-y-zinc-300\/75:hover {
  border-top-color: rgb(212 212 216 / 0.75);
  border-bottom-color: rgb(212 212 216 / 0.75);
}

.hover\:border-y-zinc-300\/80:hover {
  border-top-color: rgb(212 212 216 / 0.8);
  border-bottom-color: rgb(212 212 216 / 0.8);
}

.hover\:border-y-zinc-300\/90:hover {
  border-top-color: rgb(212 212 216 / 0.9);
  border-bottom-color: rgb(212 212 216 / 0.9);
}

.hover\:border-y-zinc-300\/95:hover {
  border-top-color: rgb(212 212 216 / 0.95);
  border-bottom-color: rgb(212 212 216 / 0.95);
}

.hover\:border-y-zinc-400:hover {
  --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));
}

.hover\:border-y-zinc-400\/0:hover {
  border-top-color: rgb(161 161 170 / 0);
  border-bottom-color: rgb(161 161 170 / 0);
}

.hover\:border-y-zinc-400\/10:hover {
  border-top-color: rgb(161 161 170 / 0.1);
  border-bottom-color: rgb(161 161 170 / 0.1);
}

.hover\:border-y-zinc-400\/100:hover {
  border-top-color: rgb(161 161 170 / 1);
  border-bottom-color: rgb(161 161 170 / 1);
}

.hover\:border-y-zinc-400\/20:hover {
  border-top-color: rgb(161 161 170 / 0.2);
  border-bottom-color: rgb(161 161 170 / 0.2);
}

.hover\:border-y-zinc-400\/25:hover {
  border-top-color: rgb(161 161 170 / 0.25);
  border-bottom-color: rgb(161 161 170 / 0.25);
}

.hover\:border-y-zinc-400\/30:hover {
  border-top-color: rgb(161 161 170 / 0.3);
  border-bottom-color: rgb(161 161 170 / 0.3);
}

.hover\:border-y-zinc-400\/40:hover {
  border-top-color: rgb(161 161 170 / 0.4);
  border-bottom-color: rgb(161 161 170 / 0.4);
}

.hover\:border-y-zinc-400\/5:hover {
  border-top-color: rgb(161 161 170 / 0.05);
  border-bottom-color: rgb(161 161 170 / 0.05);
}

.hover\:border-y-zinc-400\/50:hover {
  border-top-color: rgb(161 161 170 / 0.5);
  border-bottom-color: rgb(161 161 170 / 0.5);
}

.hover\:border-y-zinc-400\/60:hover {
  border-top-color: rgb(161 161 170 / 0.6);
  border-bottom-color: rgb(161 161 170 / 0.6);
}

.hover\:border-y-zinc-400\/70:hover {
  border-top-color: rgb(161 161 170 / 0.7);
  border-bottom-color: rgb(161 161 170 / 0.7);
}

.hover\:border-y-zinc-400\/75:hover {
  border-top-color: rgb(161 161 170 / 0.75);
  border-bottom-color: rgb(161 161 170 / 0.75);
}

.hover\:border-y-zinc-400\/80:hover {
  border-top-color: rgb(161 161 170 / 0.8);
  border-bottom-color: rgb(161 161 170 / 0.8);
}

.hover\:border-y-zinc-400\/90:hover {
  border-top-color: rgb(161 161 170 / 0.9);
  border-bottom-color: rgb(161 161 170 / 0.9);
}

.hover\:border-y-zinc-400\/95:hover {
  border-top-color: rgb(161 161 170 / 0.95);
  border-bottom-color: rgb(161 161 170 / 0.95);
}

.hover\:border-y-zinc-50:hover {
  --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));
}

.hover\:border-y-zinc-50\/0:hover {
  border-top-color: rgb(250 250 250 / 0);
  border-bottom-color: rgb(250 250 250 / 0);
}

.hover\:border-y-zinc-50\/10:hover {
  border-top-color: rgb(250 250 250 / 0.1);
  border-bottom-color: rgb(250 250 250 / 0.1);
}

.hover\:border-y-zinc-50\/100:hover {
  border-top-color: rgb(250 250 250 / 1);
  border-bottom-color: rgb(250 250 250 / 1);
}

.hover\:border-y-zinc-50\/20:hover {
  border-top-color: rgb(250 250 250 / 0.2);
  border-bottom-color: rgb(250 250 250 / 0.2);
}

.hover\:border-y-zinc-50\/25:hover {
  border-top-color: rgb(250 250 250 / 0.25);
  border-bottom-color: rgb(250 250 250 / 0.25);
}

.hover\:border-y-zinc-50\/30:hover {
  border-top-color: rgb(250 250 250 / 0.3);
  border-bottom-color: rgb(250 250 250 / 0.3);
}

.hover\:border-y-zinc-50\/40:hover {
  border-top-color: rgb(250 250 250 / 0.4);
  border-bottom-color: rgb(250 250 250 / 0.4);
}

.hover\:border-y-zinc-50\/5:hover {
  border-top-color: rgb(250 250 250 / 0.05);
  border-bottom-color: rgb(250 250 250 / 0.05);
}

.hover\:border-y-zinc-50\/50:hover {
  border-top-color: rgb(250 250 250 / 0.5);
  border-bottom-color: rgb(250 250 250 / 0.5);
}

.hover\:border-y-zinc-50\/60:hover {
  border-top-color: rgb(250 250 250 / 0.6);
  border-bottom-color: rgb(250 250 250 / 0.6);
}

.hover\:border-y-zinc-50\/70:hover {
  border-top-color: rgb(250 250 250 / 0.7);
  border-bottom-color: rgb(250 250 250 / 0.7);
}

.hover\:border-y-zinc-50\/75:hover {
  border-top-color: rgb(250 250 250 / 0.75);
  border-bottom-color: rgb(250 250 250 / 0.75);
}

.hover\:border-y-zinc-50\/80:hover {
  border-top-color: rgb(250 250 250 / 0.8);
  border-bottom-color: rgb(250 250 250 / 0.8);
}

.hover\:border-y-zinc-50\/90:hover {
  border-top-color: rgb(250 250 250 / 0.9);
  border-bottom-color: rgb(250 250 250 / 0.9);
}

.hover\:border-y-zinc-50\/95:hover {
  border-top-color: rgb(250 250 250 / 0.95);
  border-bottom-color: rgb(250 250 250 / 0.95);
}

.hover\:border-y-zinc-500:hover {
  --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));
}

.hover\:border-y-zinc-500\/0:hover {
  border-top-color: rgb(113 113 122 / 0);
  border-bottom-color: rgb(113 113 122 / 0);
}

.hover\:border-y-zinc-500\/10:hover {
  border-top-color: rgb(113 113 122 / 0.1);
  border-bottom-color: rgb(113 113 122 / 0.1);
}

.hover\:border-y-zinc-500\/100:hover {
  border-top-color: rgb(113 113 122 / 1);
  border-bottom-color: rgb(113 113 122 / 1);
}

.hover\:border-y-zinc-500\/20:hover {
  border-top-color: rgb(113 113 122 / 0.2);
  border-bottom-color: rgb(113 113 122 / 0.2);
}

.hover\:border-y-zinc-500\/25:hover {
  border-top-color: rgb(113 113 122 / 0.25);
  border-bottom-color: rgb(113 113 122 / 0.25);
}

.hover\:border-y-zinc-500\/30:hover {
  border-top-color: rgb(113 113 122 / 0.3);
  border-bottom-color: rgb(113 113 122 / 0.3);
}

.hover\:border-y-zinc-500\/40:hover {
  border-top-color: rgb(113 113 122 / 0.4);
  border-bottom-color: rgb(113 113 122 / 0.4);
}

.hover\:border-y-zinc-500\/5:hover {
  border-top-color: rgb(113 113 122 / 0.05);
  border-bottom-color: rgb(113 113 122 / 0.05);
}

.hover\:border-y-zinc-500\/50:hover {
  border-top-color: rgb(113 113 122 / 0.5);
  border-bottom-color: rgb(113 113 122 / 0.5);
}

.hover\:border-y-zinc-500\/60:hover {
  border-top-color: rgb(113 113 122 / 0.6);
  border-bottom-color: rgb(113 113 122 / 0.6);
}

.hover\:border-y-zinc-500\/70:hover {
  border-top-color: rgb(113 113 122 / 0.7);
  border-bottom-color: rgb(113 113 122 / 0.7);
}

.hover\:border-y-zinc-500\/75:hover {
  border-top-color: rgb(113 113 122 / 0.75);
  border-bottom-color: rgb(113 113 122 / 0.75);
}

.hover\:border-y-zinc-500\/80:hover {
  border-top-color: rgb(113 113 122 / 0.8);
  border-bottom-color: rgb(113 113 122 / 0.8);
}

.hover\:border-y-zinc-500\/90:hover {
  border-top-color: rgb(113 113 122 / 0.9);
  border-bottom-color: rgb(113 113 122 / 0.9);
}

.hover\:border-y-zinc-500\/95:hover {
  border-top-color: rgb(113 113 122 / 0.95);
  border-bottom-color: rgb(113 113 122 / 0.95);
}

.hover\:border-y-zinc-600:hover {
  --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));
}

.hover\:border-y-zinc-600\/0:hover {
  border-top-color: rgb(82 82 91 / 0);
  border-bottom-color: rgb(82 82 91 / 0);
}

.hover\:border-y-zinc-600\/10:hover {
  border-top-color: rgb(82 82 91 / 0.1);
  border-bottom-color: rgb(82 82 91 / 0.1);
}

.hover\:border-y-zinc-600\/100:hover {
  border-top-color: rgb(82 82 91 / 1);
  border-bottom-color: rgb(82 82 91 / 1);
}

.hover\:border-y-zinc-600\/20:hover {
  border-top-color: rgb(82 82 91 / 0.2);
  border-bottom-color: rgb(82 82 91 / 0.2);
}

.hover\:border-y-zinc-600\/25:hover {
  border-top-color: rgb(82 82 91 / 0.25);
  border-bottom-color: rgb(82 82 91 / 0.25);
}

.hover\:border-y-zinc-600\/30:hover {
  border-top-color: rgb(82 82 91 / 0.3);
  border-bottom-color: rgb(82 82 91 / 0.3);
}

.hover\:border-y-zinc-600\/40:hover {
  border-top-color: rgb(82 82 91 / 0.4);
  border-bottom-color: rgb(82 82 91 / 0.4);
}

.hover\:border-y-zinc-600\/5:hover {
  border-top-color: rgb(82 82 91 / 0.05);
  border-bottom-color: rgb(82 82 91 / 0.05);
}

.hover\:border-y-zinc-600\/50:hover {
  border-top-color: rgb(82 82 91 / 0.5);
  border-bottom-color: rgb(82 82 91 / 0.5);
}

.hover\:border-y-zinc-600\/60:hover {
  border-top-color: rgb(82 82 91 / 0.6);
  border-bottom-color: rgb(82 82 91 / 0.6);
}

.hover\:border-y-zinc-600\/70:hover {
  border-top-color: rgb(82 82 91 / 0.7);
  border-bottom-color: rgb(82 82 91 / 0.7);
}

.hover\:border-y-zinc-600\/75:hover {
  border-top-color: rgb(82 82 91 / 0.75);
  border-bottom-color: rgb(82 82 91 / 0.75);
}

.hover\:border-y-zinc-600\/80:hover {
  border-top-color: rgb(82 82 91 / 0.8);
  border-bottom-color: rgb(82 82 91 / 0.8);
}

.hover\:border-y-zinc-600\/90:hover {
  border-top-color: rgb(82 82 91 / 0.9);
  border-bottom-color: rgb(82 82 91 / 0.9);
}

.hover\:border-y-zinc-600\/95:hover {
  border-top-color: rgb(82 82 91 / 0.95);
  border-bottom-color: rgb(82 82 91 / 0.95);
}

.hover\:border-y-zinc-700:hover {
  --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));
}

.hover\:border-y-zinc-700\/0:hover {
  border-top-color: rgb(63 63 70 / 0);
  border-bottom-color: rgb(63 63 70 / 0);
}

.hover\:border-y-zinc-700\/10:hover {
  border-top-color: rgb(63 63 70 / 0.1);
  border-bottom-color: rgb(63 63 70 / 0.1);
}

.hover\:border-y-zinc-700\/100:hover {
  border-top-color: rgb(63 63 70 / 1);
  border-bottom-color: rgb(63 63 70 / 1);
}

.hover\:border-y-zinc-700\/20:hover {
  border-top-color: rgb(63 63 70 / 0.2);
  border-bottom-color: rgb(63 63 70 / 0.2);
}

.hover\:border-y-zinc-700\/25:hover {
  border-top-color: rgb(63 63 70 / 0.25);
  border-bottom-color: rgb(63 63 70 / 0.25);
}

.hover\:border-y-zinc-700\/30:hover {
  border-top-color: rgb(63 63 70 / 0.3);
  border-bottom-color: rgb(63 63 70 / 0.3);
}

.hover\:border-y-zinc-700\/40:hover {
  border-top-color: rgb(63 63 70 / 0.4);
  border-bottom-color: rgb(63 63 70 / 0.4);
}

.hover\:border-y-zinc-700\/5:hover {
  border-top-color: rgb(63 63 70 / 0.05);
  border-bottom-color: rgb(63 63 70 / 0.05);
}

.hover\:border-y-zinc-700\/50:hover {
  border-top-color: rgb(63 63 70 / 0.5);
  border-bottom-color: rgb(63 63 70 / 0.5);
}

.hover\:border-y-zinc-700\/60:hover {
  border-top-color: rgb(63 63 70 / 0.6);
  border-bottom-color: rgb(63 63 70 / 0.6);
}

.hover\:border-y-zinc-700\/70:hover {
  border-top-color: rgb(63 63 70 / 0.7);
  border-bottom-color: rgb(63 63 70 / 0.7);
}

.hover\:border-y-zinc-700\/75:hover {
  border-top-color: rgb(63 63 70 / 0.75);
  border-bottom-color: rgb(63 63 70 / 0.75);
}

.hover\:border-y-zinc-700\/80:hover {
  border-top-color: rgb(63 63 70 / 0.8);
  border-bottom-color: rgb(63 63 70 / 0.8);
}

.hover\:border-y-zinc-700\/90:hover {
  border-top-color: rgb(63 63 70 / 0.9);
  border-bottom-color: rgb(63 63 70 / 0.9);
}

.hover\:border-y-zinc-700\/95:hover {
  border-top-color: rgb(63 63 70 / 0.95);
  border-bottom-color: rgb(63 63 70 / 0.95);
}

.hover\:border-y-zinc-800:hover {
  --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));
}

.hover\:border-y-zinc-800\/0:hover {
  border-top-color: rgb(39 39 42 / 0);
  border-bottom-color: rgb(39 39 42 / 0);
}

.hover\:border-y-zinc-800\/10:hover {
  border-top-color: rgb(39 39 42 / 0.1);
  border-bottom-color: rgb(39 39 42 / 0.1);
}

.hover\:border-y-zinc-800\/100:hover {
  border-top-color: rgb(39 39 42 / 1);
  border-bottom-color: rgb(39 39 42 / 1);
}

.hover\:border-y-zinc-800\/20:hover {
  border-top-color: rgb(39 39 42 / 0.2);
  border-bottom-color: rgb(39 39 42 / 0.2);
}

.hover\:border-y-zinc-800\/25:hover {
  border-top-color: rgb(39 39 42 / 0.25);
  border-bottom-color: rgb(39 39 42 / 0.25);
}

.hover\:border-y-zinc-800\/30:hover {
  border-top-color: rgb(39 39 42 / 0.3);
  border-bottom-color: rgb(39 39 42 / 0.3);
}

.hover\:border-y-zinc-800\/40:hover {
  border-top-color: rgb(39 39 42 / 0.4);
  border-bottom-color: rgb(39 39 42 / 0.4);
}

.hover\:border-y-zinc-800\/5:hover {
  border-top-color: rgb(39 39 42 / 0.05);
  border-bottom-color: rgb(39 39 42 / 0.05);
}

.hover\:border-y-zinc-800\/50:hover {
  border-top-color: rgb(39 39 42 / 0.5);
  border-bottom-color: rgb(39 39 42 / 0.5);
}

.hover\:border-y-zinc-800\/60:hover {
  border-top-color: rgb(39 39 42 / 0.6);
  border-bottom-color: rgb(39 39 42 / 0.6);
}

.hover\:border-y-zinc-800\/70:hover {
  border-top-color: rgb(39 39 42 / 0.7);
  border-bottom-color: rgb(39 39 42 / 0.7);
}

.hover\:border-y-zinc-800\/75:hover {
  border-top-color: rgb(39 39 42 / 0.75);
  border-bottom-color: rgb(39 39 42 / 0.75);
}

.hover\:border-y-zinc-800\/80:hover {
  border-top-color: rgb(39 39 42 / 0.8);
  border-bottom-color: rgb(39 39 42 / 0.8);
}

.hover\:border-y-zinc-800\/90:hover {
  border-top-color: rgb(39 39 42 / 0.9);
  border-bottom-color: rgb(39 39 42 / 0.9);
}

.hover\:border-y-zinc-800\/95:hover {
  border-top-color: rgb(39 39 42 / 0.95);
  border-bottom-color: rgb(39 39 42 / 0.95);
}

.hover\:border-y-zinc-900:hover {
  --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));
}

.hover\:border-y-zinc-900\/0:hover {
  border-top-color: rgb(24 24 27 / 0);
  border-bottom-color: rgb(24 24 27 / 0);
}

.hover\:border-y-zinc-900\/10:hover {
  border-top-color: rgb(24 24 27 / 0.1);
  border-bottom-color: rgb(24 24 27 / 0.1);
}

.hover\:border-y-zinc-900\/100:hover {
  border-top-color: rgb(24 24 27 / 1);
  border-bottom-color: rgb(24 24 27 / 1);
}

.hover\:border-y-zinc-900\/20:hover {
  border-top-color: rgb(24 24 27 / 0.2);
  border-bottom-color: rgb(24 24 27 / 0.2);
}

.hover\:border-y-zinc-900\/25:hover {
  border-top-color: rgb(24 24 27 / 0.25);
  border-bottom-color: rgb(24 24 27 / 0.25);
}

.hover\:border-y-zinc-900\/30:hover {
  border-top-color: rgb(24 24 27 / 0.3);
  border-bottom-color: rgb(24 24 27 / 0.3);
}

.hover\:border-y-zinc-900\/40:hover {
  border-top-color: rgb(24 24 27 / 0.4);
  border-bottom-color: rgb(24 24 27 / 0.4);
}

.hover\:border-y-zinc-900\/5:hover {
  border-top-color: rgb(24 24 27 / 0.05);
  border-bottom-color: rgb(24 24 27 / 0.05);
}

.hover\:border-y-zinc-900\/50:hover {
  border-top-color: rgb(24 24 27 / 0.5);
  border-bottom-color: rgb(24 24 27 / 0.5);
}

.hover\:border-y-zinc-900\/60:hover {
  border-top-color: rgb(24 24 27 / 0.6);
  border-bottom-color: rgb(24 24 27 / 0.6);
}

.hover\:border-y-zinc-900\/70:hover {
  border-top-color: rgb(24 24 27 / 0.7);
  border-bottom-color: rgb(24 24 27 / 0.7);
}

.hover\:border-y-zinc-900\/75:hover {
  border-top-color: rgb(24 24 27 / 0.75);
  border-bottom-color: rgb(24 24 27 / 0.75);
}

.hover\:border-y-zinc-900\/80:hover {
  border-top-color: rgb(24 24 27 / 0.8);
  border-bottom-color: rgb(24 24 27 / 0.8);
}

.hover\:border-y-zinc-900\/90:hover {
  border-top-color: rgb(24 24 27 / 0.9);
  border-bottom-color: rgb(24 24 27 / 0.9);
}

.hover\:border-y-zinc-900\/95:hover {
  border-top-color: rgb(24 24 27 / 0.95);
  border-bottom-color: rgb(24 24 27 / 0.95);
}

.hover\:border-y-zinc-950:hover {
  --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));
}

.hover\:border-y-zinc-950\/0:hover {
  border-top-color: rgb(9 9 11 / 0);
  border-bottom-color: rgb(9 9 11 / 0);
}

.hover\:border-y-zinc-950\/10:hover {
  border-top-color: rgb(9 9 11 / 0.1);
  border-bottom-color: rgb(9 9 11 / 0.1);
}

.hover\:border-y-zinc-950\/100:hover {
  border-top-color: rgb(9 9 11 / 1);
  border-bottom-color: rgb(9 9 11 / 1);
}

.hover\:border-y-zinc-950\/20:hover {
  border-top-color: rgb(9 9 11 / 0.2);
  border-bottom-color: rgb(9 9 11 / 0.2);
}

.hover\:border-y-zinc-950\/25:hover {
  border-top-color: rgb(9 9 11 / 0.25);
  border-bottom-color: rgb(9 9 11 / 0.25);
}

.hover\:border-y-zinc-950\/30:hover {
  border-top-color: rgb(9 9 11 / 0.3);
  border-bottom-color: rgb(9 9 11 / 0.3);
}

.hover\:border-y-zinc-950\/40:hover {
  border-top-color: rgb(9 9 11 / 0.4);
  border-bottom-color: rgb(9 9 11 / 0.4);
}

.hover\:border-y-zinc-950\/5:hover {
  border-top-color: rgb(9 9 11 / 0.05);
  border-bottom-color: rgb(9 9 11 / 0.05);
}

.hover\:border-y-zinc-950\/50:hover {
  border-top-color: rgb(9 9 11 / 0.5);
  border-bottom-color: rgb(9 9 11 / 0.5);
}

.hover\:border-y-zinc-950\/60:hover {
  border-top-color: rgb(9 9 11 / 0.6);
  border-bottom-color: rgb(9 9 11 / 0.6);
}

.hover\:border-y-zinc-950\/70:hover {
  border-top-color: rgb(9 9 11 / 0.7);
  border-bottom-color: rgb(9 9 11 / 0.7);
}

.hover\:border-y-zinc-950\/75:hover {
  border-top-color: rgb(9 9 11 / 0.75);
  border-bottom-color: rgb(9 9 11 / 0.75);
}

.hover\:border-y-zinc-950\/80:hover {
  border-top-color: rgb(9 9 11 / 0.8);
  border-bottom-color: rgb(9 9 11 / 0.8);
}

.hover\:border-y-zinc-950\/90:hover {
  border-top-color: rgb(9 9 11 / 0.9);
  border-bottom-color: rgb(9 9 11 / 0.9);
}

.hover\:border-y-zinc-950\/95:hover {
  border-top-color: rgb(9 9 11 / 0.95);
  border-bottom-color: rgb(9 9 11 / 0.95);
}

.hover\:border-b-amber-100:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 243 199 / var(--tw-border-opacity));
}

.hover\:border-b-amber-100\/0:hover {
  border-bottom-color: rgb(254 243 199 / 0);
}

.hover\:border-b-amber-100\/10:hover {
  border-bottom-color: rgb(254 243 199 / 0.1);
}

.hover\:border-b-amber-100\/100:hover {
  border-bottom-color: rgb(254 243 199 / 1);
}

.hover\:border-b-amber-100\/20:hover {
  border-bottom-color: rgb(254 243 199 / 0.2);
}

.hover\:border-b-amber-100\/25:hover {
  border-bottom-color: rgb(254 243 199 / 0.25);
}

.hover\:border-b-amber-100\/30:hover {
  border-bottom-color: rgb(254 243 199 / 0.3);
}

.hover\:border-b-amber-100\/40:hover {
  border-bottom-color: rgb(254 243 199 / 0.4);
}

.hover\:border-b-amber-100\/5:hover {
  border-bottom-color: rgb(254 243 199 / 0.05);
}

.hover\:border-b-amber-100\/50:hover {
  border-bottom-color: rgb(254 243 199 / 0.5);
}

.hover\:border-b-amber-100\/60:hover {
  border-bottom-color: rgb(254 243 199 / 0.6);
}

.hover\:border-b-amber-100\/70:hover {
  border-bottom-color: rgb(254 243 199 / 0.7);
}

.hover\:border-b-amber-100\/75:hover {
  border-bottom-color: rgb(254 243 199 / 0.75);
}

.hover\:border-b-amber-100\/80:hover {
  border-bottom-color: rgb(254 243 199 / 0.8);
}

.hover\:border-b-amber-100\/90:hover {
  border-bottom-color: rgb(254 243 199 / 0.9);
}

.hover\:border-b-amber-100\/95:hover {
  border-bottom-color: rgb(254 243 199 / 0.95);
}

.hover\:border-b-amber-200:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 230 138 / var(--tw-border-opacity));
}

.hover\:border-b-amber-200\/0:hover {
  border-bottom-color: rgb(253 230 138 / 0);
}

.hover\:border-b-amber-200\/10:hover {
  border-bottom-color: rgb(253 230 138 / 0.1);
}

.hover\:border-b-amber-200\/100:hover {
  border-bottom-color: rgb(253 230 138 / 1);
}

.hover\:border-b-amber-200\/20:hover {
  border-bottom-color: rgb(253 230 138 / 0.2);
}

.hover\:border-b-amber-200\/25:hover {
  border-bottom-color: rgb(253 230 138 / 0.25);
}

.hover\:border-b-amber-200\/30:hover {
  border-bottom-color: rgb(253 230 138 / 0.3);
}

.hover\:border-b-amber-200\/40:hover {
  border-bottom-color: rgb(253 230 138 / 0.4);
}

.hover\:border-b-amber-200\/5:hover {
  border-bottom-color: rgb(253 230 138 / 0.05);
}

.hover\:border-b-amber-200\/50:hover {
  border-bottom-color: rgb(253 230 138 / 0.5);
}

.hover\:border-b-amber-200\/60:hover {
  border-bottom-color: rgb(253 230 138 / 0.6);
}

.hover\:border-b-amber-200\/70:hover {
  border-bottom-color: rgb(253 230 138 / 0.7);
}

.hover\:border-b-amber-200\/75:hover {
  border-bottom-color: rgb(253 230 138 / 0.75);
}

.hover\:border-b-amber-200\/80:hover {
  border-bottom-color: rgb(253 230 138 / 0.8);
}

.hover\:border-b-amber-200\/90:hover {
  border-bottom-color: rgb(253 230 138 / 0.9);
}

.hover\:border-b-amber-200\/95:hover {
  border-bottom-color: rgb(253 230 138 / 0.95);
}

.hover\:border-b-amber-300:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(252 211 77 / var(--tw-border-opacity));
}

.hover\:border-b-amber-300\/0:hover {
  border-bottom-color: rgb(252 211 77 / 0);
}

.hover\:border-b-amber-300\/10:hover {
  border-bottom-color: rgb(252 211 77 / 0.1);
}

.hover\:border-b-amber-300\/100:hover {
  border-bottom-color: rgb(252 211 77 / 1);
}

.hover\:border-b-amber-300\/20:hover {
  border-bottom-color: rgb(252 211 77 / 0.2);
}

.hover\:border-b-amber-300\/25:hover {
  border-bottom-color: rgb(252 211 77 / 0.25);
}

.hover\:border-b-amber-300\/30:hover {
  border-bottom-color: rgb(252 211 77 / 0.3);
}

.hover\:border-b-amber-300\/40:hover {
  border-bottom-color: rgb(252 211 77 / 0.4);
}

.hover\:border-b-amber-300\/5:hover {
  border-bottom-color: rgb(252 211 77 / 0.05);
}

.hover\:border-b-amber-300\/50:hover {
  border-bottom-color: rgb(252 211 77 / 0.5);
}

.hover\:border-b-amber-300\/60:hover {
  border-bottom-color: rgb(252 211 77 / 0.6);
}

.hover\:border-b-amber-300\/70:hover {
  border-bottom-color: rgb(252 211 77 / 0.7);
}

.hover\:border-b-amber-300\/75:hover {
  border-bottom-color: rgb(252 211 77 / 0.75);
}

.hover\:border-b-amber-300\/80:hover {
  border-bottom-color: rgb(252 211 77 / 0.8);
}

.hover\:border-b-amber-300\/90:hover {
  border-bottom-color: rgb(252 211 77 / 0.9);
}

.hover\:border-b-amber-300\/95:hover {
  border-bottom-color: rgb(252 211 77 / 0.95);
}

.hover\:border-b-amber-400:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(251 191 36 / var(--tw-border-opacity));
}

.hover\:border-b-amber-400\/0:hover {
  border-bottom-color: rgb(251 191 36 / 0);
}

.hover\:border-b-amber-400\/10:hover {
  border-bottom-color: rgb(251 191 36 / 0.1);
}

.hover\:border-b-amber-400\/100:hover {
  border-bottom-color: rgb(251 191 36 / 1);
}

.hover\:border-b-amber-400\/20:hover {
  border-bottom-color: rgb(251 191 36 / 0.2);
}

.hover\:border-b-amber-400\/25:hover {
  border-bottom-color: rgb(251 191 36 / 0.25);
}

.hover\:border-b-amber-400\/30:hover {
  border-bottom-color: rgb(251 191 36 / 0.3);
}

.hover\:border-b-amber-400\/40:hover {
  border-bottom-color: rgb(251 191 36 / 0.4);
}

.hover\:border-b-amber-400\/5:hover {
  border-bottom-color: rgb(251 191 36 / 0.05);
}

.hover\:border-b-amber-400\/50:hover {
  border-bottom-color: rgb(251 191 36 / 0.5);
}

.hover\:border-b-amber-400\/60:hover {
  border-bottom-color: rgb(251 191 36 / 0.6);
}

.hover\:border-b-amber-400\/70:hover {
  border-bottom-color: rgb(251 191 36 / 0.7);
}

.hover\:border-b-amber-400\/75:hover {
  border-bottom-color: rgb(251 191 36 / 0.75);
}

.hover\:border-b-amber-400\/80:hover {
  border-bottom-color: rgb(251 191 36 / 0.8);
}

.hover\:border-b-amber-400\/90:hover {
  border-bottom-color: rgb(251 191 36 / 0.9);
}

.hover\:border-b-amber-400\/95:hover {
  border-bottom-color: rgb(251 191 36 / 0.95);
}

.hover\:border-b-amber-50:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.hover\:border-b-amber-50\/0:hover {
  border-bottom-color: rgb(255 251 235 / 0);
}

.hover\:border-b-amber-50\/10:hover {
  border-bottom-color: rgb(255 251 235 / 0.1);
}

.hover\:border-b-amber-50\/100:hover {
  border-bottom-color: rgb(255 251 235 / 1);
}

.hover\:border-b-amber-50\/20:hover {
  border-bottom-color: rgb(255 251 235 / 0.2);
}

.hover\:border-b-amber-50\/25:hover {
  border-bottom-color: rgb(255 251 235 / 0.25);
}

.hover\:border-b-amber-50\/30:hover {
  border-bottom-color: rgb(255 251 235 / 0.3);
}

.hover\:border-b-amber-50\/40:hover {
  border-bottom-color: rgb(255 251 235 / 0.4);
}

.hover\:border-b-amber-50\/5:hover {
  border-bottom-color: rgb(255 251 235 / 0.05);
}

.hover\:border-b-amber-50\/50:hover {
  border-bottom-color: rgb(255 251 235 / 0.5);
}

.hover\:border-b-amber-50\/60:hover {
  border-bottom-color: rgb(255 251 235 / 0.6);
}

.hover\:border-b-amber-50\/70:hover {
  border-bottom-color: rgb(255 251 235 / 0.7);
}

.hover\:border-b-amber-50\/75:hover {
  border-bottom-color: rgb(255 251 235 / 0.75);
}

.hover\:border-b-amber-50\/80:hover {
  border-bottom-color: rgb(255 251 235 / 0.8);
}

.hover\:border-b-amber-50\/90:hover {
  border-bottom-color: rgb(255 251 235 / 0.9);
}

.hover\:border-b-amber-50\/95:hover {
  border-bottom-color: rgb(255 251 235 / 0.95);
}

.hover\:border-b-amber-500:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 158 11 / var(--tw-border-opacity));
}

.hover\:border-b-amber-500\/0:hover {
  border-bottom-color: rgb(245 158 11 / 0);
}

.hover\:border-b-amber-500\/10:hover {
  border-bottom-color: rgb(245 158 11 / 0.1);
}

.hover\:border-b-amber-500\/100:hover {
  border-bottom-color: rgb(245 158 11 / 1);
}

.hover\:border-b-amber-500\/20:hover {
  border-bottom-color: rgb(245 158 11 / 0.2);
}

.hover\:border-b-amber-500\/25:hover {
  border-bottom-color: rgb(245 158 11 / 0.25);
}

.hover\:border-b-amber-500\/30:hover {
  border-bottom-color: rgb(245 158 11 / 0.3);
}

.hover\:border-b-amber-500\/40:hover {
  border-bottom-color: rgb(245 158 11 / 0.4);
}

.hover\:border-b-amber-500\/5:hover {
  border-bottom-color: rgb(245 158 11 / 0.05);
}

.hover\:border-b-amber-500\/50:hover {
  border-bottom-color: rgb(245 158 11 / 0.5);
}

.hover\:border-b-amber-500\/60:hover {
  border-bottom-color: rgb(245 158 11 / 0.6);
}

.hover\:border-b-amber-500\/70:hover {
  border-bottom-color: rgb(245 158 11 / 0.7);
}

.hover\:border-b-amber-500\/75:hover {
  border-bottom-color: rgb(245 158 11 / 0.75);
}

.hover\:border-b-amber-500\/80:hover {
  border-bottom-color: rgb(245 158 11 / 0.8);
}

.hover\:border-b-amber-500\/90:hover {
  border-bottom-color: rgb(245 158 11 / 0.9);
}

.hover\:border-b-amber-500\/95:hover {
  border-bottom-color: rgb(245 158 11 / 0.95);
}

.hover\:border-b-amber-600:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 119 6 / var(--tw-border-opacity));
}

.hover\:border-b-amber-600\/0:hover {
  border-bottom-color: rgb(217 119 6 / 0);
}

.hover\:border-b-amber-600\/10:hover {
  border-bottom-color: rgb(217 119 6 / 0.1);
}

.hover\:border-b-amber-600\/100:hover {
  border-bottom-color: rgb(217 119 6 / 1);
}

.hover\:border-b-amber-600\/20:hover {
  border-bottom-color: rgb(217 119 6 / 0.2);
}

.hover\:border-b-amber-600\/25:hover {
  border-bottom-color: rgb(217 119 6 / 0.25);
}

.hover\:border-b-amber-600\/30:hover {
  border-bottom-color: rgb(217 119 6 / 0.3);
}

.hover\:border-b-amber-600\/40:hover {
  border-bottom-color: rgb(217 119 6 / 0.4);
}

.hover\:border-b-amber-600\/5:hover {
  border-bottom-color: rgb(217 119 6 / 0.05);
}

.hover\:border-b-amber-600\/50:hover {
  border-bottom-color: rgb(217 119 6 / 0.5);
}

.hover\:border-b-amber-600\/60:hover {
  border-bottom-color: rgb(217 119 6 / 0.6);
}

.hover\:border-b-amber-600\/70:hover {
  border-bottom-color: rgb(217 119 6 / 0.7);
}

.hover\:border-b-amber-600\/75:hover {
  border-bottom-color: rgb(217 119 6 / 0.75);
}

.hover\:border-b-amber-600\/80:hover {
  border-bottom-color: rgb(217 119 6 / 0.8);
}

.hover\:border-b-amber-600\/90:hover {
  border-bottom-color: rgb(217 119 6 / 0.9);
}

.hover\:border-b-amber-600\/95:hover {
  border-bottom-color: rgb(217 119 6 / 0.95);
}

.hover\:border-b-amber-700:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(180 83 9 / var(--tw-border-opacity));
}

.hover\:border-b-amber-700\/0:hover {
  border-bottom-color: rgb(180 83 9 / 0);
}

.hover\:border-b-amber-700\/10:hover {
  border-bottom-color: rgb(180 83 9 / 0.1);
}

.hover\:border-b-amber-700\/100:hover {
  border-bottom-color: rgb(180 83 9 / 1);
}

.hover\:border-b-amber-700\/20:hover {
  border-bottom-color: rgb(180 83 9 / 0.2);
}

.hover\:border-b-amber-700\/25:hover {
  border-bottom-color: rgb(180 83 9 / 0.25);
}

.hover\:border-b-amber-700\/30:hover {
  border-bottom-color: rgb(180 83 9 / 0.3);
}

.hover\:border-b-amber-700\/40:hover {
  border-bottom-color: rgb(180 83 9 / 0.4);
}

.hover\:border-b-amber-700\/5:hover {
  border-bottom-color: rgb(180 83 9 / 0.05);
}

.hover\:border-b-amber-700\/50:hover {
  border-bottom-color: rgb(180 83 9 / 0.5);
}

.hover\:border-b-amber-700\/60:hover {
  border-bottom-color: rgb(180 83 9 / 0.6);
}

.hover\:border-b-amber-700\/70:hover {
  border-bottom-color: rgb(180 83 9 / 0.7);
}

.hover\:border-b-amber-700\/75:hover {
  border-bottom-color: rgb(180 83 9 / 0.75);
}

.hover\:border-b-amber-700\/80:hover {
  border-bottom-color: rgb(180 83 9 / 0.8);
}

.hover\:border-b-amber-700\/90:hover {
  border-bottom-color: rgb(180 83 9 / 0.9);
}

.hover\:border-b-amber-700\/95:hover {
  border-bottom-color: rgb(180 83 9 / 0.95);
}

.hover\:border-b-amber-800:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(146 64 14 / var(--tw-border-opacity));
}

.hover\:border-b-amber-800\/0:hover {
  border-bottom-color: rgb(146 64 14 / 0);
}

.hover\:border-b-amber-800\/10:hover {
  border-bottom-color: rgb(146 64 14 / 0.1);
}

.hover\:border-b-amber-800\/100:hover {
  border-bottom-color: rgb(146 64 14 / 1);
}

.hover\:border-b-amber-800\/20:hover {
  border-bottom-color: rgb(146 64 14 / 0.2);
}

.hover\:border-b-amber-800\/25:hover {
  border-bottom-color: rgb(146 64 14 / 0.25);
}

.hover\:border-b-amber-800\/30:hover {
  border-bottom-color: rgb(146 64 14 / 0.3);
}

.hover\:border-b-amber-800\/40:hover {
  border-bottom-color: rgb(146 64 14 / 0.4);
}

.hover\:border-b-amber-800\/5:hover {
  border-bottom-color: rgb(146 64 14 / 0.05);
}

.hover\:border-b-amber-800\/50:hover {
  border-bottom-color: rgb(146 64 14 / 0.5);
}

.hover\:border-b-amber-800\/60:hover {
  border-bottom-color: rgb(146 64 14 / 0.6);
}

.hover\:border-b-amber-800\/70:hover {
  border-bottom-color: rgb(146 64 14 / 0.7);
}

.hover\:border-b-amber-800\/75:hover {
  border-bottom-color: rgb(146 64 14 / 0.75);
}

.hover\:border-b-amber-800\/80:hover {
  border-bottom-color: rgb(146 64 14 / 0.8);
}

.hover\:border-b-amber-800\/90:hover {
  border-bottom-color: rgb(146 64 14 / 0.9);
}

.hover\:border-b-amber-800\/95:hover {
  border-bottom-color: rgb(146 64 14 / 0.95);
}

.hover\:border-b-amber-900:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(120 53 15 / var(--tw-border-opacity));
}

.hover\:border-b-amber-900\/0:hover {
  border-bottom-color: rgb(120 53 15 / 0);
}

.hover\:border-b-amber-900\/10:hover {
  border-bottom-color: rgb(120 53 15 / 0.1);
}

.hover\:border-b-amber-900\/100:hover {
  border-bottom-color: rgb(120 53 15 / 1);
}

.hover\:border-b-amber-900\/20:hover {
  border-bottom-color: rgb(120 53 15 / 0.2);
}

.hover\:border-b-amber-900\/25:hover {
  border-bottom-color: rgb(120 53 15 / 0.25);
}

.hover\:border-b-amber-900\/30:hover {
  border-bottom-color: rgb(120 53 15 / 0.3);
}

.hover\:border-b-amber-900\/40:hover {
  border-bottom-color: rgb(120 53 15 / 0.4);
}

.hover\:border-b-amber-900\/5:hover {
  border-bottom-color: rgb(120 53 15 / 0.05);
}

.hover\:border-b-amber-900\/50:hover {
  border-bottom-color: rgb(120 53 15 / 0.5);
}

.hover\:border-b-amber-900\/60:hover {
  border-bottom-color: rgb(120 53 15 / 0.6);
}

.hover\:border-b-amber-900\/70:hover {
  border-bottom-color: rgb(120 53 15 / 0.7);
}

.hover\:border-b-amber-900\/75:hover {
  border-bottom-color: rgb(120 53 15 / 0.75);
}

.hover\:border-b-amber-900\/80:hover {
  border-bottom-color: rgb(120 53 15 / 0.8);
}

.hover\:border-b-amber-900\/90:hover {
  border-bottom-color: rgb(120 53 15 / 0.9);
}

.hover\:border-b-amber-900\/95:hover {
  border-bottom-color: rgb(120 53 15 / 0.95);
}

.hover\:border-b-amber-950:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(69 26 3 / var(--tw-border-opacity));
}

.hover\:border-b-amber-950\/0:hover {
  border-bottom-color: rgb(69 26 3 / 0);
}

.hover\:border-b-amber-950\/10:hover {
  border-bottom-color: rgb(69 26 3 / 0.1);
}

.hover\:border-b-amber-950\/100:hover {
  border-bottom-color: rgb(69 26 3 / 1);
}

.hover\:border-b-amber-950\/20:hover {
  border-bottom-color: rgb(69 26 3 / 0.2);
}

.hover\:border-b-amber-950\/25:hover {
  border-bottom-color: rgb(69 26 3 / 0.25);
}

.hover\:border-b-amber-950\/30:hover {
  border-bottom-color: rgb(69 26 3 / 0.3);
}

.hover\:border-b-amber-950\/40:hover {
  border-bottom-color: rgb(69 26 3 / 0.4);
}

.hover\:border-b-amber-950\/5:hover {
  border-bottom-color: rgb(69 26 3 / 0.05);
}

.hover\:border-b-amber-950\/50:hover {
  border-bottom-color: rgb(69 26 3 / 0.5);
}

.hover\:border-b-amber-950\/60:hover {
  border-bottom-color: rgb(69 26 3 / 0.6);
}

.hover\:border-b-amber-950\/70:hover {
  border-bottom-color: rgb(69 26 3 / 0.7);
}

.hover\:border-b-amber-950\/75:hover {
  border-bottom-color: rgb(69 26 3 / 0.75);
}

.hover\:border-b-amber-950\/80:hover {
  border-bottom-color: rgb(69 26 3 / 0.8);
}

.hover\:border-b-amber-950\/90:hover {
  border-bottom-color: rgb(69 26 3 / 0.9);
}

.hover\:border-b-amber-950\/95:hover {
  border-bottom-color: rgb(69 26 3 / 0.95);
}

.hover\:border-b-black:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.hover\:border-b-black\/0:hover {
  border-bottom-color: rgb(0 0 0 / 0);
}

.hover\:border-b-black\/10:hover {
  border-bottom-color: rgb(0 0 0 / 0.1);
}

.hover\:border-b-black\/100:hover {
  border-bottom-color: rgb(0 0 0 / 1);
}

.hover\:border-b-black\/20:hover {
  border-bottom-color: rgb(0 0 0 / 0.2);
}

.hover\:border-b-black\/25:hover {
  border-bottom-color: rgb(0 0 0 / 0.25);
}

.hover\:border-b-black\/30:hover {
  border-bottom-color: rgb(0 0 0 / 0.3);
}

.hover\:border-b-black\/40:hover {
  border-bottom-color: rgb(0 0 0 / 0.4);
}

.hover\:border-b-black\/5:hover {
  border-bottom-color: rgb(0 0 0 / 0.05);
}

.hover\:border-b-black\/50:hover {
  border-bottom-color: rgb(0 0 0 / 0.5);
}

.hover\:border-b-black\/60:hover {
  border-bottom-color: rgb(0 0 0 / 0.6);
}

.hover\:border-b-black\/70:hover {
  border-bottom-color: rgb(0 0 0 / 0.7);
}

.hover\:border-b-black\/75:hover {
  border-bottom-color: rgb(0 0 0 / 0.75);
}

.hover\:border-b-black\/80:hover {
  border-bottom-color: rgb(0 0 0 / 0.8);
}

.hover\:border-b-black\/90:hover {
  border-bottom-color: rgb(0 0 0 / 0.9);
}

.hover\:border-b-black\/95:hover {
  border-bottom-color: rgb(0 0 0 / 0.95);
}

.hover\:border-b-blue-100:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(219 234 254 / var(--tw-border-opacity));
}

.hover\:border-b-blue-100\/0:hover {
  border-bottom-color: rgb(219 234 254 / 0);
}

.hover\:border-b-blue-100\/10:hover {
  border-bottom-color: rgb(219 234 254 / 0.1);
}

.hover\:border-b-blue-100\/100:hover {
  border-bottom-color: rgb(219 234 254 / 1);
}

.hover\:border-b-blue-100\/20:hover {
  border-bottom-color: rgb(219 234 254 / 0.2);
}

.hover\:border-b-blue-100\/25:hover {
  border-bottom-color: rgb(219 234 254 / 0.25);
}

.hover\:border-b-blue-100\/30:hover {
  border-bottom-color: rgb(219 234 254 / 0.3);
}

.hover\:border-b-blue-100\/40:hover {
  border-bottom-color: rgb(219 234 254 / 0.4);
}

.hover\:border-b-blue-100\/5:hover {
  border-bottom-color: rgb(219 234 254 / 0.05);
}

.hover\:border-b-blue-100\/50:hover {
  border-bottom-color: rgb(219 234 254 / 0.5);
}

.hover\:border-b-blue-100\/60:hover {
  border-bottom-color: rgb(219 234 254 / 0.6);
}

.hover\:border-b-blue-100\/70:hover {
  border-bottom-color: rgb(219 234 254 / 0.7);
}

.hover\:border-b-blue-100\/75:hover {
  border-bottom-color: rgb(219 234 254 / 0.75);
}

.hover\:border-b-blue-100\/80:hover {
  border-bottom-color: rgb(219 234 254 / 0.8);
}

.hover\:border-b-blue-100\/90:hover {
  border-bottom-color: rgb(219 234 254 / 0.9);
}

.hover\:border-b-blue-100\/95:hover {
  border-bottom-color: rgb(219 234 254 / 0.95);
}

.hover\:border-b-blue-200:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.hover\:border-b-blue-200\/0:hover {
  border-bottom-color: rgb(191 219 254 / 0);
}

.hover\:border-b-blue-200\/10:hover {
  border-bottom-color: rgb(191 219 254 / 0.1);
}

.hover\:border-b-blue-200\/100:hover {
  border-bottom-color: rgb(191 219 254 / 1);
}

.hover\:border-b-blue-200\/20:hover {
  border-bottom-color: rgb(191 219 254 / 0.2);
}

.hover\:border-b-blue-200\/25:hover {
  border-bottom-color: rgb(191 219 254 / 0.25);
}

.hover\:border-b-blue-200\/30:hover {
  border-bottom-color: rgb(191 219 254 / 0.3);
}

.hover\:border-b-blue-200\/40:hover {
  border-bottom-color: rgb(191 219 254 / 0.4);
}

.hover\:border-b-blue-200\/5:hover {
  border-bottom-color: rgb(191 219 254 / 0.05);
}

.hover\:border-b-blue-200\/50:hover {
  border-bottom-color: rgb(191 219 254 / 0.5);
}

.hover\:border-b-blue-200\/60:hover {
  border-bottom-color: rgb(191 219 254 / 0.6);
}

.hover\:border-b-blue-200\/70:hover {
  border-bottom-color: rgb(191 219 254 / 0.7);
}

.hover\:border-b-blue-200\/75:hover {
  border-bottom-color: rgb(191 219 254 / 0.75);
}

.hover\:border-b-blue-200\/80:hover {
  border-bottom-color: rgb(191 219 254 / 0.8);
}

.hover\:border-b-blue-200\/90:hover {
  border-bottom-color: rgb(191 219 254 / 0.9);
}

.hover\:border-b-blue-200\/95:hover {
  border-bottom-color: rgb(191 219 254 / 0.95);
}

.hover\:border-b-blue-300:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.hover\:border-b-blue-300\/0:hover {
  border-bottom-color: rgb(147 197 253 / 0);
}

.hover\:border-b-blue-300\/10:hover {
  border-bottom-color: rgb(147 197 253 / 0.1);
}

.hover\:border-b-blue-300\/100:hover {
  border-bottom-color: rgb(147 197 253 / 1);
}

.hover\:border-b-blue-300\/20:hover {
  border-bottom-color: rgb(147 197 253 / 0.2);
}

.hover\:border-b-blue-300\/25:hover {
  border-bottom-color: rgb(147 197 253 / 0.25);
}

.hover\:border-b-blue-300\/30:hover {
  border-bottom-color: rgb(147 197 253 / 0.3);
}

.hover\:border-b-blue-300\/40:hover {
  border-bottom-color: rgb(147 197 253 / 0.4);
}

.hover\:border-b-blue-300\/5:hover {
  border-bottom-color: rgb(147 197 253 / 0.05);
}

.hover\:border-b-blue-300\/50:hover {
  border-bottom-color: rgb(147 197 253 / 0.5);
}

.hover\:border-b-blue-300\/60:hover {
  border-bottom-color: rgb(147 197 253 / 0.6);
}

.hover\:border-b-blue-300\/70:hover {
  border-bottom-color: rgb(147 197 253 / 0.7);
}

.hover\:border-b-blue-300\/75:hover {
  border-bottom-color: rgb(147 197 253 / 0.75);
}

.hover\:border-b-blue-300\/80:hover {
  border-bottom-color: rgb(147 197 253 / 0.8);
}

.hover\:border-b-blue-300\/90:hover {
  border-bottom-color: rgb(147 197 253 / 0.9);
}

.hover\:border-b-blue-300\/95:hover {
  border-bottom-color: rgb(147 197 253 / 0.95);
}

.hover\:border-b-blue-400:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.hover\:border-b-blue-400\/0:hover {
  border-bottom-color: rgb(96 165 250 / 0);
}

.hover\:border-b-blue-400\/10:hover {
  border-bottom-color: rgb(96 165 250 / 0.1);
}

.hover\:border-b-blue-400\/100:hover {
  border-bottom-color: rgb(96 165 250 / 1);
}

.hover\:border-b-blue-400\/20:hover {
  border-bottom-color: rgb(96 165 250 / 0.2);
}

.hover\:border-b-blue-400\/25:hover {
  border-bottom-color: rgb(96 165 250 / 0.25);
}

.hover\:border-b-blue-400\/30:hover {
  border-bottom-color: rgb(96 165 250 / 0.3);
}

.hover\:border-b-blue-400\/40:hover {
  border-bottom-color: rgb(96 165 250 / 0.4);
}

.hover\:border-b-blue-400\/5:hover {
  border-bottom-color: rgb(96 165 250 / 0.05);
}

.hover\:border-b-blue-400\/50:hover {
  border-bottom-color: rgb(96 165 250 / 0.5);
}

.hover\:border-b-blue-400\/60:hover {
  border-bottom-color: rgb(96 165 250 / 0.6);
}

.hover\:border-b-blue-400\/70:hover {
  border-bottom-color: rgb(96 165 250 / 0.7);
}

.hover\:border-b-blue-400\/75:hover {
  border-bottom-color: rgb(96 165 250 / 0.75);
}

.hover\:border-b-blue-400\/80:hover {
  border-bottom-color: rgb(96 165 250 / 0.8);
}

.hover\:border-b-blue-400\/90:hover {
  border-bottom-color: rgb(96 165 250 / 0.9);
}

.hover\:border-b-blue-400\/95:hover {
  border-bottom-color: rgb(96 165 250 / 0.95);
}

.hover\:border-b-blue-50:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(239 246 255 / var(--tw-border-opacity));
}

.hover\:border-b-blue-50\/0:hover {
  border-bottom-color: rgb(239 246 255 / 0);
}

.hover\:border-b-blue-50\/10:hover {
  border-bottom-color: rgb(239 246 255 / 0.1);
}

.hover\:border-b-blue-50\/100:hover {
  border-bottom-color: rgb(239 246 255 / 1);
}

.hover\:border-b-blue-50\/20:hover {
  border-bottom-color: rgb(239 246 255 / 0.2);
}

.hover\:border-b-blue-50\/25:hover {
  border-bottom-color: rgb(239 246 255 / 0.25);
}

.hover\:border-b-blue-50\/30:hover {
  border-bottom-color: rgb(239 246 255 / 0.3);
}

.hover\:border-b-blue-50\/40:hover {
  border-bottom-color: rgb(239 246 255 / 0.4);
}

.hover\:border-b-blue-50\/5:hover {
  border-bottom-color: rgb(239 246 255 / 0.05);
}

.hover\:border-b-blue-50\/50:hover {
  border-bottom-color: rgb(239 246 255 / 0.5);
}

.hover\:border-b-blue-50\/60:hover {
  border-bottom-color: rgb(239 246 255 / 0.6);
}

.hover\:border-b-blue-50\/70:hover {
  border-bottom-color: rgb(239 246 255 / 0.7);
}

.hover\:border-b-blue-50\/75:hover {
  border-bottom-color: rgb(239 246 255 / 0.75);
}

.hover\:border-b-blue-50\/80:hover {
  border-bottom-color: rgb(239 246 255 / 0.8);
}

.hover\:border-b-blue-50\/90:hover {
  border-bottom-color: rgb(239 246 255 / 0.9);
}

.hover\:border-b-blue-50\/95:hover {
  border-bottom-color: rgb(239 246 255 / 0.95);
}

.hover\:border-b-blue-500:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.hover\:border-b-blue-500\/0:hover {
  border-bottom-color: rgb(59 130 246 / 0);
}

.hover\:border-b-blue-500\/10:hover {
  border-bottom-color: rgb(59 130 246 / 0.1);
}

.hover\:border-b-blue-500\/100:hover {
  border-bottom-color: rgb(59 130 246 / 1);
}

.hover\:border-b-blue-500\/20:hover {
  border-bottom-color: rgb(59 130 246 / 0.2);
}

.hover\:border-b-blue-500\/25:hover {
  border-bottom-color: rgb(59 130 246 / 0.25);
}

.hover\:border-b-blue-500\/30:hover {
  border-bottom-color: rgb(59 130 246 / 0.3);
}

.hover\:border-b-blue-500\/40:hover {
  border-bottom-color: rgb(59 130 246 / 0.4);
}

.hover\:border-b-blue-500\/5:hover {
  border-bottom-color: rgb(59 130 246 / 0.05);
}

.hover\:border-b-blue-500\/50:hover {
  border-bottom-color: rgb(59 130 246 / 0.5);
}

.hover\:border-b-blue-500\/60:hover {
  border-bottom-color: rgb(59 130 246 / 0.6);
}

.hover\:border-b-blue-500\/70:hover {
  border-bottom-color: rgb(59 130 246 / 0.7);
}

.hover\:border-b-blue-500\/75:hover {
  border-bottom-color: rgb(59 130 246 / 0.75);
}

.hover\:border-b-blue-500\/80:hover {
  border-bottom-color: rgb(59 130 246 / 0.8);
}

.hover\:border-b-blue-500\/90:hover {
  border-bottom-color: rgb(59 130 246 / 0.9);
}

.hover\:border-b-blue-500\/95:hover {
  border-bottom-color: rgb(59 130 246 / 0.95);
}

.hover\:border-b-blue-600:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.hover\:border-b-blue-600\/0:hover {
  border-bottom-color: rgb(37 99 235 / 0);
}

.hover\:border-b-blue-600\/10:hover {
  border-bottom-color: rgb(37 99 235 / 0.1);
}

.hover\:border-b-blue-600\/100:hover {
  border-bottom-color: rgb(37 99 235 / 1);
}

.hover\:border-b-blue-600\/20:hover {
  border-bottom-color: rgb(37 99 235 / 0.2);
}

.hover\:border-b-blue-600\/25:hover {
  border-bottom-color: rgb(37 99 235 / 0.25);
}

.hover\:border-b-blue-600\/30:hover {
  border-bottom-color: rgb(37 99 235 / 0.3);
}

.hover\:border-b-blue-600\/40:hover {
  border-bottom-color: rgb(37 99 235 / 0.4);
}

.hover\:border-b-blue-600\/5:hover {
  border-bottom-color: rgb(37 99 235 / 0.05);
}

.hover\:border-b-blue-600\/50:hover {
  border-bottom-color: rgb(37 99 235 / 0.5);
}

.hover\:border-b-blue-600\/60:hover {
  border-bottom-color: rgb(37 99 235 / 0.6);
}

.hover\:border-b-blue-600\/70:hover {
  border-bottom-color: rgb(37 99 235 / 0.7);
}

.hover\:border-b-blue-600\/75:hover {
  border-bottom-color: rgb(37 99 235 / 0.75);
}

.hover\:border-b-blue-600\/80:hover {
  border-bottom-color: rgb(37 99 235 / 0.8);
}

.hover\:border-b-blue-600\/90:hover {
  border-bottom-color: rgb(37 99 235 / 0.9);
}

.hover\:border-b-blue-600\/95:hover {
  border-bottom-color: rgb(37 99 235 / 0.95);
}

.hover\:border-b-blue-700:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.hover\:border-b-blue-700\/0:hover {
  border-bottom-color: rgb(29 78 216 / 0);
}

.hover\:border-b-blue-700\/10:hover {
  border-bottom-color: rgb(29 78 216 / 0.1);
}

.hover\:border-b-blue-700\/100:hover {
  border-bottom-color: rgb(29 78 216 / 1);
}

.hover\:border-b-blue-700\/20:hover {
  border-bottom-color: rgb(29 78 216 / 0.2);
}

.hover\:border-b-blue-700\/25:hover {
  border-bottom-color: rgb(29 78 216 / 0.25);
}

.hover\:border-b-blue-700\/30:hover {
  border-bottom-color: rgb(29 78 216 / 0.3);
}

.hover\:border-b-blue-700\/40:hover {
  border-bottom-color: rgb(29 78 216 / 0.4);
}

.hover\:border-b-blue-700\/5:hover {
  border-bottom-color: rgb(29 78 216 / 0.05);
}

.hover\:border-b-blue-700\/50:hover {
  border-bottom-color: rgb(29 78 216 / 0.5);
}

.hover\:border-b-blue-700\/60:hover {
  border-bottom-color: rgb(29 78 216 / 0.6);
}

.hover\:border-b-blue-700\/70:hover {
  border-bottom-color: rgb(29 78 216 / 0.7);
}

.hover\:border-b-blue-700\/75:hover {
  border-bottom-color: rgb(29 78 216 / 0.75);
}

.hover\:border-b-blue-700\/80:hover {
  border-bottom-color: rgb(29 78 216 / 0.8);
}

.hover\:border-b-blue-700\/90:hover {
  border-bottom-color: rgb(29 78 216 / 0.9);
}

.hover\:border-b-blue-700\/95:hover {
  border-bottom-color: rgb(29 78 216 / 0.95);
}

.hover\:border-b-blue-800:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.hover\:border-b-blue-800\/0:hover {
  border-bottom-color: rgb(30 64 175 / 0);
}

.hover\:border-b-blue-800\/10:hover {
  border-bottom-color: rgb(30 64 175 / 0.1);
}

.hover\:border-b-blue-800\/100:hover {
  border-bottom-color: rgb(30 64 175 / 1);
}

.hover\:border-b-blue-800\/20:hover {
  border-bottom-color: rgb(30 64 175 / 0.2);
}

.hover\:border-b-blue-800\/25:hover {
  border-bottom-color: rgb(30 64 175 / 0.25);
}

.hover\:border-b-blue-800\/30:hover {
  border-bottom-color: rgb(30 64 175 / 0.3);
}

.hover\:border-b-blue-800\/40:hover {
  border-bottom-color: rgb(30 64 175 / 0.4);
}

.hover\:border-b-blue-800\/5:hover {
  border-bottom-color: rgb(30 64 175 / 0.05);
}

.hover\:border-b-blue-800\/50:hover {
  border-bottom-color: rgb(30 64 175 / 0.5);
}

.hover\:border-b-blue-800\/60:hover {
  border-bottom-color: rgb(30 64 175 / 0.6);
}

.hover\:border-b-blue-800\/70:hover {
  border-bottom-color: rgb(30 64 175 / 0.7);
}

.hover\:border-b-blue-800\/75:hover {
  border-bottom-color: rgb(30 64 175 / 0.75);
}

.hover\:border-b-blue-800\/80:hover {
  border-bottom-color: rgb(30 64 175 / 0.8);
}

.hover\:border-b-blue-800\/90:hover {
  border-bottom-color: rgb(30 64 175 / 0.9);
}

.hover\:border-b-blue-800\/95:hover {
  border-bottom-color: rgb(30 64 175 / 0.95);
}

.hover\:border-b-blue-900:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.hover\:border-b-blue-900\/0:hover {
  border-bottom-color: rgb(30 58 138 / 0);
}

.hover\:border-b-blue-900\/10:hover {
  border-bottom-color: rgb(30 58 138 / 0.1);
}

.hover\:border-b-blue-900\/100:hover {
  border-bottom-color: rgb(30 58 138 / 1);
}

.hover\:border-b-blue-900\/20:hover {
  border-bottom-color: rgb(30 58 138 / 0.2);
}

.hover\:border-b-blue-900\/25:hover {
  border-bottom-color: rgb(30 58 138 / 0.25);
}

.hover\:border-b-blue-900\/30:hover {
  border-bottom-color: rgb(30 58 138 / 0.3);
}

.hover\:border-b-blue-900\/40:hover {
  border-bottom-color: rgb(30 58 138 / 0.4);
}

.hover\:border-b-blue-900\/5:hover {
  border-bottom-color: rgb(30 58 138 / 0.05);
}

.hover\:border-b-blue-900\/50:hover {
  border-bottom-color: rgb(30 58 138 / 0.5);
}

.hover\:border-b-blue-900\/60:hover {
  border-bottom-color: rgb(30 58 138 / 0.6);
}

.hover\:border-b-blue-900\/70:hover {
  border-bottom-color: rgb(30 58 138 / 0.7);
}

.hover\:border-b-blue-900\/75:hover {
  border-bottom-color: rgb(30 58 138 / 0.75);
}

.hover\:border-b-blue-900\/80:hover {
  border-bottom-color: rgb(30 58 138 / 0.8);
}

.hover\:border-b-blue-900\/90:hover {
  border-bottom-color: rgb(30 58 138 / 0.9);
}

.hover\:border-b-blue-900\/95:hover {
  border-bottom-color: rgb(30 58 138 / 0.95);
}

.hover\:border-b-blue-950:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(23 37 84 / var(--tw-border-opacity));
}

.hover\:border-b-blue-950\/0:hover {
  border-bottom-color: rgb(23 37 84 / 0);
}

.hover\:border-b-blue-950\/10:hover {
  border-bottom-color: rgb(23 37 84 / 0.1);
}

.hover\:border-b-blue-950\/100:hover {
  border-bottom-color: rgb(23 37 84 / 1);
}

.hover\:border-b-blue-950\/20:hover {
  border-bottom-color: rgb(23 37 84 / 0.2);
}

.hover\:border-b-blue-950\/25:hover {
  border-bottom-color: rgb(23 37 84 / 0.25);
}

.hover\:border-b-blue-950\/30:hover {
  border-bottom-color: rgb(23 37 84 / 0.3);
}

.hover\:border-b-blue-950\/40:hover {
  border-bottom-color: rgb(23 37 84 / 0.4);
}

.hover\:border-b-blue-950\/5:hover {
  border-bottom-color: rgb(23 37 84 / 0.05);
}

.hover\:border-b-blue-950\/50:hover {
  border-bottom-color: rgb(23 37 84 / 0.5);
}

.hover\:border-b-blue-950\/60:hover {
  border-bottom-color: rgb(23 37 84 / 0.6);
}

.hover\:border-b-blue-950\/70:hover {
  border-bottom-color: rgb(23 37 84 / 0.7);
}

.hover\:border-b-blue-950\/75:hover {
  border-bottom-color: rgb(23 37 84 / 0.75);
}

.hover\:border-b-blue-950\/80:hover {
  border-bottom-color: rgb(23 37 84 / 0.8);
}

.hover\:border-b-blue-950\/90:hover {
  border-bottom-color: rgb(23 37 84 / 0.9);
}

.hover\:border-b-blue-950\/95:hover {
  border-bottom-color: rgb(23 37 84 / 0.95);
}

.hover\:border-b-brand-100:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(230 239 246 / var(--tw-border-opacity));
}

.hover\:border-b-brand-100\/0:hover {
  border-bottom-color: rgb(230 239 246 / 0);
}

.hover\:border-b-brand-100\/10:hover {
  border-bottom-color: rgb(230 239 246 / 0.1);
}

.hover\:border-b-brand-100\/100:hover {
  border-bottom-color: rgb(230 239 246 / 1);
}

.hover\:border-b-brand-100\/20:hover {
  border-bottom-color: rgb(230 239 246 / 0.2);
}

.hover\:border-b-brand-100\/25:hover {
  border-bottom-color: rgb(230 239 246 / 0.25);
}

.hover\:border-b-brand-100\/30:hover {
  border-bottom-color: rgb(230 239 246 / 0.3);
}

.hover\:border-b-brand-100\/40:hover {
  border-bottom-color: rgb(230 239 246 / 0.4);
}

.hover\:border-b-brand-100\/5:hover {
  border-bottom-color: rgb(230 239 246 / 0.05);
}

.hover\:border-b-brand-100\/50:hover {
  border-bottom-color: rgb(230 239 246 / 0.5);
}

.hover\:border-b-brand-100\/60:hover {
  border-bottom-color: rgb(230 239 246 / 0.6);
}

.hover\:border-b-brand-100\/70:hover {
  border-bottom-color: rgb(230 239 246 / 0.7);
}

.hover\:border-b-brand-100\/75:hover {
  border-bottom-color: rgb(230 239 246 / 0.75);
}

.hover\:border-b-brand-100\/80:hover {
  border-bottom-color: rgb(230 239 246 / 0.8);
}

.hover\:border-b-brand-100\/90:hover {
  border-bottom-color: rgb(230 239 246 / 0.9);
}

.hover\:border-b-brand-100\/95:hover {
  border-bottom-color: rgb(230 239 246 / 0.95);
}

.hover\:border-b-brand-200:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(193 215 234 / var(--tw-border-opacity));
}

.hover\:border-b-brand-200\/0:hover {
  border-bottom-color: rgb(193 215 234 / 0);
}

.hover\:border-b-brand-200\/10:hover {
  border-bottom-color: rgb(193 215 234 / 0.1);
}

.hover\:border-b-brand-200\/100:hover {
  border-bottom-color: rgb(193 215 234 / 1);
}

.hover\:border-b-brand-200\/20:hover {
  border-bottom-color: rgb(193 215 234 / 0.2);
}

.hover\:border-b-brand-200\/25:hover {
  border-bottom-color: rgb(193 215 234 / 0.25);
}

.hover\:border-b-brand-200\/30:hover {
  border-bottom-color: rgb(193 215 234 / 0.3);
}

.hover\:border-b-brand-200\/40:hover {
  border-bottom-color: rgb(193 215 234 / 0.4);
}

.hover\:border-b-brand-200\/5:hover {
  border-bottom-color: rgb(193 215 234 / 0.05);
}

.hover\:border-b-brand-200\/50:hover {
  border-bottom-color: rgb(193 215 234 / 0.5);
}

.hover\:border-b-brand-200\/60:hover {
  border-bottom-color: rgb(193 215 234 / 0.6);
}

.hover\:border-b-brand-200\/70:hover {
  border-bottom-color: rgb(193 215 234 / 0.7);
}

.hover\:border-b-brand-200\/75:hover {
  border-bottom-color: rgb(193 215 234 / 0.75);
}

.hover\:border-b-brand-200\/80:hover {
  border-bottom-color: rgb(193 215 234 / 0.8);
}

.hover\:border-b-brand-200\/90:hover {
  border-bottom-color: rgb(193 215 234 / 0.9);
}

.hover\:border-b-brand-200\/95:hover {
  border-bottom-color: rgb(193 215 234 / 0.95);
}

.hover\:border-b-brand-300:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(155 190 221 / var(--tw-border-opacity));
}

.hover\:border-b-brand-300\/0:hover {
  border-bottom-color: rgb(155 190 221 / 0);
}

.hover\:border-b-brand-300\/10:hover {
  border-bottom-color: rgb(155 190 221 / 0.1);
}

.hover\:border-b-brand-300\/100:hover {
  border-bottom-color: rgb(155 190 221 / 1);
}

.hover\:border-b-brand-300\/20:hover {
  border-bottom-color: rgb(155 190 221 / 0.2);
}

.hover\:border-b-brand-300\/25:hover {
  border-bottom-color: rgb(155 190 221 / 0.25);
}

.hover\:border-b-brand-300\/30:hover {
  border-bottom-color: rgb(155 190 221 / 0.3);
}

.hover\:border-b-brand-300\/40:hover {
  border-bottom-color: rgb(155 190 221 / 0.4);
}

.hover\:border-b-brand-300\/5:hover {
  border-bottom-color: rgb(155 190 221 / 0.05);
}

.hover\:border-b-brand-300\/50:hover {
  border-bottom-color: rgb(155 190 221 / 0.5);
}

.hover\:border-b-brand-300\/60:hover {
  border-bottom-color: rgb(155 190 221 / 0.6);
}

.hover\:border-b-brand-300\/70:hover {
  border-bottom-color: rgb(155 190 221 / 0.7);
}

.hover\:border-b-brand-300\/75:hover {
  border-bottom-color: rgb(155 190 221 / 0.75);
}

.hover\:border-b-brand-300\/80:hover {
  border-bottom-color: rgb(155 190 221 / 0.8);
}

.hover\:border-b-brand-300\/90:hover {
  border-bottom-color: rgb(155 190 221 / 0.9);
}

.hover\:border-b-brand-300\/95:hover {
  border-bottom-color: rgb(155 190 221 / 0.95);
}

.hover\:border-b-brand-400:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(81 142 195 / var(--tw-border-opacity));
}

.hover\:border-b-brand-400\/0:hover {
  border-bottom-color: rgb(81 142 195 / 0);
}

.hover\:border-b-brand-400\/10:hover {
  border-bottom-color: rgb(81 142 195 / 0.1);
}

.hover\:border-b-brand-400\/100:hover {
  border-bottom-color: rgb(81 142 195 / 1);
}

.hover\:border-b-brand-400\/20:hover {
  border-bottom-color: rgb(81 142 195 / 0.2);
}

.hover\:border-b-brand-400\/25:hover {
  border-bottom-color: rgb(81 142 195 / 0.25);
}

.hover\:border-b-brand-400\/30:hover {
  border-bottom-color: rgb(81 142 195 / 0.3);
}

.hover\:border-b-brand-400\/40:hover {
  border-bottom-color: rgb(81 142 195 / 0.4);
}

.hover\:border-b-brand-400\/5:hover {
  border-bottom-color: rgb(81 142 195 / 0.05);
}

.hover\:border-b-brand-400\/50:hover {
  border-bottom-color: rgb(81 142 195 / 0.5);
}

.hover\:border-b-brand-400\/60:hover {
  border-bottom-color: rgb(81 142 195 / 0.6);
}

.hover\:border-b-brand-400\/70:hover {
  border-bottom-color: rgb(81 142 195 / 0.7);
}

.hover\:border-b-brand-400\/75:hover {
  border-bottom-color: rgb(81 142 195 / 0.75);
}

.hover\:border-b-brand-400\/80:hover {
  border-bottom-color: rgb(81 142 195 / 0.8);
}

.hover\:border-b-brand-400\/90:hover {
  border-bottom-color: rgb(81 142 195 / 0.9);
}

.hover\:border-b-brand-400\/95:hover {
  border-bottom-color: rgb(81 142 195 / 0.95);
}

.hover\:border-b-brand-50:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(243 247 251 / var(--tw-border-opacity));
}

.hover\:border-b-brand-50\/0:hover {
  border-bottom-color: rgb(243 247 251 / 0);
}

.hover\:border-b-brand-50\/10:hover {
  border-bottom-color: rgb(243 247 251 / 0.1);
}

.hover\:border-b-brand-50\/100:hover {
  border-bottom-color: rgb(243 247 251 / 1);
}

.hover\:border-b-brand-50\/20:hover {
  border-bottom-color: rgb(243 247 251 / 0.2);
}

.hover\:border-b-brand-50\/25:hover {
  border-bottom-color: rgb(243 247 251 / 0.25);
}

.hover\:border-b-brand-50\/30:hover {
  border-bottom-color: rgb(243 247 251 / 0.3);
}

.hover\:border-b-brand-50\/40:hover {
  border-bottom-color: rgb(243 247 251 / 0.4);
}

.hover\:border-b-brand-50\/5:hover {
  border-bottom-color: rgb(243 247 251 / 0.05);
}

.hover\:border-b-brand-50\/50:hover {
  border-bottom-color: rgb(243 247 251 / 0.5);
}

.hover\:border-b-brand-50\/60:hover {
  border-bottom-color: rgb(243 247 251 / 0.6);
}

.hover\:border-b-brand-50\/70:hover {
  border-bottom-color: rgb(243 247 251 / 0.7);
}

.hover\:border-b-brand-50\/75:hover {
  border-bottom-color: rgb(243 247 251 / 0.75);
}

.hover\:border-b-brand-50\/80:hover {
  border-bottom-color: rgb(243 247 251 / 0.8);
}

.hover\:border-b-brand-50\/90:hover {
  border-bottom-color: rgb(243 247 251 / 0.9);
}

.hover\:border-b-brand-50\/95:hover {
  border-bottom-color: rgb(243 247 251 / 0.95);
}

.hover\:border-b-brand-500:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(6 93 169 / var(--tw-border-opacity));
}

.hover\:border-b-brand-500\/0:hover {
  border-bottom-color: rgb(6 93 169 / 0);
}

.hover\:border-b-brand-500\/10:hover {
  border-bottom-color: rgb(6 93 169 / 0.1);
}

.hover\:border-b-brand-500\/100:hover {
  border-bottom-color: rgb(6 93 169 / 1);
}

.hover\:border-b-brand-500\/20:hover {
  border-bottom-color: rgb(6 93 169 / 0.2);
}

.hover\:border-b-brand-500\/25:hover {
  border-bottom-color: rgb(6 93 169 / 0.25);
}

.hover\:border-b-brand-500\/30:hover {
  border-bottom-color: rgb(6 93 169 / 0.3);
}

.hover\:border-b-brand-500\/40:hover {
  border-bottom-color: rgb(6 93 169 / 0.4);
}

.hover\:border-b-brand-500\/5:hover {
  border-bottom-color: rgb(6 93 169 / 0.05);
}

.hover\:border-b-brand-500\/50:hover {
  border-bottom-color: rgb(6 93 169 / 0.5);
}

.hover\:border-b-brand-500\/60:hover {
  border-bottom-color: rgb(6 93 169 / 0.6);
}

.hover\:border-b-brand-500\/70:hover {
  border-bottom-color: rgb(6 93 169 / 0.7);
}

.hover\:border-b-brand-500\/75:hover {
  border-bottom-color: rgb(6 93 169 / 0.75);
}

.hover\:border-b-brand-500\/80:hover {
  border-bottom-color: rgb(6 93 169 / 0.8);
}

.hover\:border-b-brand-500\/90:hover {
  border-bottom-color: rgb(6 93 169 / 0.9);
}

.hover\:border-b-brand-500\/95:hover {
  border-bottom-color: rgb(6 93 169 / 0.95);
}

.hover\:border-b-brand-600:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(5 84 152 / var(--tw-border-opacity));
}

.hover\:border-b-brand-600\/0:hover {
  border-bottom-color: rgb(5 84 152 / 0);
}

.hover\:border-b-brand-600\/10:hover {
  border-bottom-color: rgb(5 84 152 / 0.1);
}

.hover\:border-b-brand-600\/100:hover {
  border-bottom-color: rgb(5 84 152 / 1);
}

.hover\:border-b-brand-600\/20:hover {
  border-bottom-color: rgb(5 84 152 / 0.2);
}

.hover\:border-b-brand-600\/25:hover {
  border-bottom-color: rgb(5 84 152 / 0.25);
}

.hover\:border-b-brand-600\/30:hover {
  border-bottom-color: rgb(5 84 152 / 0.3);
}

.hover\:border-b-brand-600\/40:hover {
  border-bottom-color: rgb(5 84 152 / 0.4);
}

.hover\:border-b-brand-600\/5:hover {
  border-bottom-color: rgb(5 84 152 / 0.05);
}

.hover\:border-b-brand-600\/50:hover {
  border-bottom-color: rgb(5 84 152 / 0.5);
}

.hover\:border-b-brand-600\/60:hover {
  border-bottom-color: rgb(5 84 152 / 0.6);
}

.hover\:border-b-brand-600\/70:hover {
  border-bottom-color: rgb(5 84 152 / 0.7);
}

.hover\:border-b-brand-600\/75:hover {
  border-bottom-color: rgb(5 84 152 / 0.75);
}

.hover\:border-b-brand-600\/80:hover {
  border-bottom-color: rgb(5 84 152 / 0.8);
}

.hover\:border-b-brand-600\/90:hover {
  border-bottom-color: rgb(5 84 152 / 0.9);
}

.hover\:border-b-brand-600\/95:hover {
  border-bottom-color: rgb(5 84 152 / 0.95);
}

.hover\:border-b-brand-700:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(4 56 101 / var(--tw-border-opacity));
}

.hover\:border-b-brand-700\/0:hover {
  border-bottom-color: rgb(4 56 101 / 0);
}

.hover\:border-b-brand-700\/10:hover {
  border-bottom-color: rgb(4 56 101 / 0.1);
}

.hover\:border-b-brand-700\/100:hover {
  border-bottom-color: rgb(4 56 101 / 1);
}

.hover\:border-b-brand-700\/20:hover {
  border-bottom-color: rgb(4 56 101 / 0.2);
}

.hover\:border-b-brand-700\/25:hover {
  border-bottom-color: rgb(4 56 101 / 0.25);
}

.hover\:border-b-brand-700\/30:hover {
  border-bottom-color: rgb(4 56 101 / 0.3);
}

.hover\:border-b-brand-700\/40:hover {
  border-bottom-color: rgb(4 56 101 / 0.4);
}

.hover\:border-b-brand-700\/5:hover {
  border-bottom-color: rgb(4 56 101 / 0.05);
}

.hover\:border-b-brand-700\/50:hover {
  border-bottom-color: rgb(4 56 101 / 0.5);
}

.hover\:border-b-brand-700\/60:hover {
  border-bottom-color: rgb(4 56 101 / 0.6);
}

.hover\:border-b-brand-700\/70:hover {
  border-bottom-color: rgb(4 56 101 / 0.7);
}

.hover\:border-b-brand-700\/75:hover {
  border-bottom-color: rgb(4 56 101 / 0.75);
}

.hover\:border-b-brand-700\/80:hover {
  border-bottom-color: rgb(4 56 101 / 0.8);
}

.hover\:border-b-brand-700\/90:hover {
  border-bottom-color: rgb(4 56 101 / 0.9);
}

.hover\:border-b-brand-700\/95:hover {
  border-bottom-color: rgb(4 56 101 / 0.95);
}

.hover\:border-b-brand-800:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(3 42 76 / var(--tw-border-opacity));
}

.hover\:border-b-brand-800\/0:hover {
  border-bottom-color: rgb(3 42 76 / 0);
}

.hover\:border-b-brand-800\/10:hover {
  border-bottom-color: rgb(3 42 76 / 0.1);
}

.hover\:border-b-brand-800\/100:hover {
  border-bottom-color: rgb(3 42 76 / 1);
}

.hover\:border-b-brand-800\/20:hover {
  border-bottom-color: rgb(3 42 76 / 0.2);
}

.hover\:border-b-brand-800\/25:hover {
  border-bottom-color: rgb(3 42 76 / 0.25);
}

.hover\:border-b-brand-800\/30:hover {
  border-bottom-color: rgb(3 42 76 / 0.3);
}

.hover\:border-b-brand-800\/40:hover {
  border-bottom-color: rgb(3 42 76 / 0.4);
}

.hover\:border-b-brand-800\/5:hover {
  border-bottom-color: rgb(3 42 76 / 0.05);
}

.hover\:border-b-brand-800\/50:hover {
  border-bottom-color: rgb(3 42 76 / 0.5);
}

.hover\:border-b-brand-800\/60:hover {
  border-bottom-color: rgb(3 42 76 / 0.6);
}

.hover\:border-b-brand-800\/70:hover {
  border-bottom-color: rgb(3 42 76 / 0.7);
}

.hover\:border-b-brand-800\/75:hover {
  border-bottom-color: rgb(3 42 76 / 0.75);
}

.hover\:border-b-brand-800\/80:hover {
  border-bottom-color: rgb(3 42 76 / 0.8);
}

.hover\:border-b-brand-800\/90:hover {
  border-bottom-color: rgb(3 42 76 / 0.9);
}

.hover\:border-b-brand-800\/95:hover {
  border-bottom-color: rgb(3 42 76 / 0.95);
}

.hover\:border-b-brand-900:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(2 28 51 / var(--tw-border-opacity));
}

.hover\:border-b-brand-900\/0:hover {
  border-bottom-color: rgb(2 28 51 / 0);
}

.hover\:border-b-brand-900\/10:hover {
  border-bottom-color: rgb(2 28 51 / 0.1);
}

.hover\:border-b-brand-900\/100:hover {
  border-bottom-color: rgb(2 28 51 / 1);
}

.hover\:border-b-brand-900\/20:hover {
  border-bottom-color: rgb(2 28 51 / 0.2);
}

.hover\:border-b-brand-900\/25:hover {
  border-bottom-color: rgb(2 28 51 / 0.25);
}

.hover\:border-b-brand-900\/30:hover {
  border-bottom-color: rgb(2 28 51 / 0.3);
}

.hover\:border-b-brand-900\/40:hover {
  border-bottom-color: rgb(2 28 51 / 0.4);
}

.hover\:border-b-brand-900\/5:hover {
  border-bottom-color: rgb(2 28 51 / 0.05);
}

.hover\:border-b-brand-900\/50:hover {
  border-bottom-color: rgb(2 28 51 / 0.5);
}

.hover\:border-b-brand-900\/60:hover {
  border-bottom-color: rgb(2 28 51 / 0.6);
}

.hover\:border-b-brand-900\/70:hover {
  border-bottom-color: rgb(2 28 51 / 0.7);
}

.hover\:border-b-brand-900\/75:hover {
  border-bottom-color: rgb(2 28 51 / 0.75);
}

.hover\:border-b-brand-900\/80:hover {
  border-bottom-color: rgb(2 28 51 / 0.8);
}

.hover\:border-b-brand-900\/90:hover {
  border-bottom-color: rgb(2 28 51 / 0.9);
}

.hover\:border-b-brand-900\/95:hover {
  border-bottom-color: rgb(2 28 51 / 0.95);
}

.hover\:border-b-current:hover {
  border-bottom-color: currentColor;
}

.hover\:border-b-cyan-100:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(207 250 254 / var(--tw-border-opacity));
}

.hover\:border-b-cyan-100\/0:hover {
  border-bottom-color: rgb(207 250 254 / 0);
}

.hover\:border-b-cyan-100\/10:hover {
  border-bottom-color: rgb(207 250 254 / 0.1);
}

.hover\:border-b-cyan-100\/100:hover {
  border-bottom-color: rgb(207 250 254 / 1);
}

.hover\:border-b-cyan-100\/20:hover {
  border-bottom-color: rgb(207 250 254 / 0.2);
}

.hover\:border-b-cyan-100\/25:hover {
  border-bottom-color: rgb(207 250 254 / 0.25);
}

.hover\:border-b-cyan-100\/30:hover {
  border-bottom-color: rgb(207 250 254 / 0.3);
}

.hover\:border-b-cyan-100\/40:hover {
  border-bottom-color: rgb(207 250 254 / 0.4);
}

.hover\:border-b-cyan-100\/5:hover {
  border-bottom-color: rgb(207 250 254 / 0.05);
}

.hover\:border-b-cyan-100\/50:hover {
  border-bottom-color: rgb(207 250 254 / 0.5);
}

.hover\:border-b-cyan-100\/60:hover {
  border-bottom-color: rgb(207 250 254 / 0.6);
}

.hover\:border-b-cyan-100\/70:hover {
  border-bottom-color: rgb(207 250 254 / 0.7);
}

.hover\:border-b-cyan-100\/75:hover {
  border-bottom-color: rgb(207 250 254 / 0.75);
}

.hover\:border-b-cyan-100\/80:hover {
  border-bottom-color: rgb(207 250 254 / 0.8);
}

.hover\:border-b-cyan-100\/90:hover {
  border-bottom-color: rgb(207 250 254 / 0.9);
}

.hover\:border-b-cyan-100\/95:hover {
  border-bottom-color: rgb(207 250 254 / 0.95);
}

.hover\:border-b-cyan-200:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(165 243 252 / var(--tw-border-opacity));
}

.hover\:border-b-cyan-200\/0:hover {
  border-bottom-color: rgb(165 243 252 / 0);
}

.hover\:border-b-cyan-200\/10:hover {
  border-bottom-color: rgb(165 243 252 / 0.1);
}

.hover\:border-b-cyan-200\/100:hover {
  border-bottom-color: rgb(165 243 252 / 1);
}

.hover\:border-b-cyan-200\/20:hover {
  border-bottom-color: rgb(165 243 252 / 0.2);
}

.hover\:border-b-cyan-200\/25:hover {
  border-bottom-color: rgb(165 243 252 / 0.25);
}

.hover\:border-b-cyan-200\/30:hover {
  border-bottom-color: rgb(165 243 252 / 0.3);
}

.hover\:border-b-cyan-200\/40:hover {
  border-bottom-color: rgb(165 243 252 / 0.4);
}

.hover\:border-b-cyan-200\/5:hover {
  border-bottom-color: rgb(165 243 252 / 0.05);
}

.hover\:border-b-cyan-200\/50:hover {
  border-bottom-color: rgb(165 243 252 / 0.5);
}

.hover\:border-b-cyan-200\/60:hover {
  border-bottom-color: rgb(165 243 252 / 0.6);
}

.hover\:border-b-cyan-200\/70:hover {
  border-bottom-color: rgb(165 243 252 / 0.7);
}

.hover\:border-b-cyan-200\/75:hover {
  border-bottom-color: rgb(165 243 252 / 0.75);
}

.hover\:border-b-cyan-200\/80:hover {
  border-bottom-color: rgb(165 243 252 / 0.8);
}

.hover\:border-b-cyan-200\/90:hover {
  border-bottom-color: rgb(165 243 252 / 0.9);
}

.hover\:border-b-cyan-200\/95:hover {
  border-bottom-color: rgb(165 243 252 / 0.95);
}

.hover\:border-b-cyan-300:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(103 232 249 / var(--tw-border-opacity));
}

.hover\:border-b-cyan-300\/0:hover {
  border-bottom-color: rgb(103 232 249 / 0);
}

.hover\:border-b-cyan-300\/10:hover {
  border-bottom-color: rgb(103 232 249 / 0.1);
}

.hover\:border-b-cyan-300\/100:hover {
  border-bottom-color: rgb(103 232 249 / 1);
}

.hover\:border-b-cyan-300\/20:hover {
  border-bottom-color: rgb(103 232 249 / 0.2);
}

.hover\:border-b-cyan-300\/25:hover {
  border-bottom-color: rgb(103 232 249 / 0.25);
}

.hover\:border-b-cyan-300\/30:hover {
  border-bottom-color: rgb(103 232 249 / 0.3);
}

.hover\:border-b-cyan-300\/40:hover {
  border-bottom-color: rgb(103 232 249 / 0.4);
}

.hover\:border-b-cyan-300\/5:hover {
  border-bottom-color: rgb(103 232 249 / 0.05);
}

.hover\:border-b-cyan-300\/50:hover {
  border-bottom-color: rgb(103 232 249 / 0.5);
}

.hover\:border-b-cyan-300\/60:hover {
  border-bottom-color: rgb(103 232 249 / 0.6);
}

.hover\:border-b-cyan-300\/70:hover {
  border-bottom-color: rgb(103 232 249 / 0.7);
}

.hover\:border-b-cyan-300\/75:hover {
  border-bottom-color: rgb(103 232 249 / 0.75);
}

.hover\:border-b-cyan-300\/80:hover {
  border-bottom-color: rgb(103 232 249 / 0.8);
}

.hover\:border-b-cyan-300\/90:hover {
  border-bottom-color: rgb(103 232 249 / 0.9);
}

.hover\:border-b-cyan-300\/95:hover {
  border-bottom-color: rgb(103 232 249 / 0.95);
}

.hover\:border-b-cyan-400:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(34 211 238 / var(--tw-border-opacity));
}

.hover\:border-b-cyan-400\/0:hover {
  border-bottom-color: rgb(34 211 238 / 0);
}

.hover\:border-b-cyan-400\/10:hover {
  border-bottom-color: rgb(34 211 238 / 0.1);
}

.hover\:border-b-cyan-400\/100:hover {
  border-bottom-color: rgb(34 211 238 / 1);
}

.hover\:border-b-cyan-400\/20:hover {
  border-bottom-color: rgb(34 211 238 / 0.2);
}

.hover\:border-b-cyan-400\/25:hover {
  border-bottom-color: rgb(34 211 238 / 0.25);
}

.hover\:border-b-cyan-400\/30:hover {
  border-bottom-color: rgb(34 211 238 / 0.3);
}

.hover\:border-b-cyan-400\/40:hover {
  border-bottom-color: rgb(34 211 238 / 0.4);
}

.hover\:border-b-cyan-400\/5:hover {
  border-bottom-color: rgb(34 211 238 / 0.05);
}

.hover\:border-b-cyan-400\/50:hover {
  border-bottom-color: rgb(34 211 238 / 0.5);
}

.hover\:border-b-cyan-400\/60:hover {
  border-bottom-color: rgb(34 211 238 / 0.6);
}

.hover\:border-b-cyan-400\/70:hover {
  border-bottom-color: rgb(34 211 238 / 0.7);
}

.hover\:border-b-cyan-400\/75:hover {
  border-bottom-color: rgb(34 211 238 / 0.75);
}

.hover\:border-b-cyan-400\/80:hover {
  border-bottom-color: rgb(34 211 238 / 0.8);
}

.hover\:border-b-cyan-400\/90:hover {
  border-bottom-color: rgb(34 211 238 / 0.9);
}

.hover\:border-b-cyan-400\/95:hover {
  border-bottom-color: rgb(34 211 238 / 0.95);
}

.hover\:border-b-cyan-50:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(236 254 255 / var(--tw-border-opacity));
}

.hover\:border-b-cyan-50\/0:hover {
  border-bottom-color: rgb(236 254 255 / 0);
}

.hover\:border-b-cyan-50\/10:hover {
  border-bottom-color: rgb(236 254 255 / 0.1);
}

.hover\:border-b-cyan-50\/100:hover {
  border-bottom-color: rgb(236 254 255 / 1);
}

.hover\:border-b-cyan-50\/20:hover {
  border-bottom-color: rgb(236 254 255 / 0.2);
}

.hover\:border-b-cyan-50\/25:hover {
  border-bottom-color: rgb(236 254 255 / 0.25);
}

.hover\:border-b-cyan-50\/30:hover {
  border-bottom-color: rgb(236 254 255 / 0.3);
}

.hover\:border-b-cyan-50\/40:hover {
  border-bottom-color: rgb(236 254 255 / 0.4);
}

.hover\:border-b-cyan-50\/5:hover {
  border-bottom-color: rgb(236 254 255 / 0.05);
}

.hover\:border-b-cyan-50\/50:hover {
  border-bottom-color: rgb(236 254 255 / 0.5);
}

.hover\:border-b-cyan-50\/60:hover {
  border-bottom-color: rgb(236 254 255 / 0.6);
}

.hover\:border-b-cyan-50\/70:hover {
  border-bottom-color: rgb(236 254 255 / 0.7);
}

.hover\:border-b-cyan-50\/75:hover {
  border-bottom-color: rgb(236 254 255 / 0.75);
}

.hover\:border-b-cyan-50\/80:hover {
  border-bottom-color: rgb(236 254 255 / 0.8);
}

.hover\:border-b-cyan-50\/90:hover {
  border-bottom-color: rgb(236 254 255 / 0.9);
}

.hover\:border-b-cyan-50\/95:hover {
  border-bottom-color: rgb(236 254 255 / 0.95);
}

.hover\:border-b-cyan-500:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(6 182 212 / var(--tw-border-opacity));
}

.hover\:border-b-cyan-500\/0:hover {
  border-bottom-color: rgb(6 182 212 / 0);
}

.hover\:border-b-cyan-500\/10:hover {
  border-bottom-color: rgb(6 182 212 / 0.1);
}

.hover\:border-b-cyan-500\/100:hover {
  border-bottom-color: rgb(6 182 212 / 1);
}

.hover\:border-b-cyan-500\/20:hover {
  border-bottom-color: rgb(6 182 212 / 0.2);
}

.hover\:border-b-cyan-500\/25:hover {
  border-bottom-color: rgb(6 182 212 / 0.25);
}

.hover\:border-b-cyan-500\/30:hover {
  border-bottom-color: rgb(6 182 212 / 0.3);
}

.hover\:border-b-cyan-500\/40:hover {
  border-bottom-color: rgb(6 182 212 / 0.4);
}

.hover\:border-b-cyan-500\/5:hover {
  border-bottom-color: rgb(6 182 212 / 0.05);
}

.hover\:border-b-cyan-500\/50:hover {
  border-bottom-color: rgb(6 182 212 / 0.5);
}

.hover\:border-b-cyan-500\/60:hover {
  border-bottom-color: rgb(6 182 212 / 0.6);
}

.hover\:border-b-cyan-500\/70:hover {
  border-bottom-color: rgb(6 182 212 / 0.7);
}

.hover\:border-b-cyan-500\/75:hover {
  border-bottom-color: rgb(6 182 212 / 0.75);
}

.hover\:border-b-cyan-500\/80:hover {
  border-bottom-color: rgb(6 182 212 / 0.8);
}

.hover\:border-b-cyan-500\/90:hover {
  border-bottom-color: rgb(6 182 212 / 0.9);
}

.hover\:border-b-cyan-500\/95:hover {
  border-bottom-color: rgb(6 182 212 / 0.95);
}

.hover\:border-b-cyan-600:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(8 145 178 / var(--tw-border-opacity));
}

.hover\:border-b-cyan-600\/0:hover {
  border-bottom-color: rgb(8 145 178 / 0);
}

.hover\:border-b-cyan-600\/10:hover {
  border-bottom-color: rgb(8 145 178 / 0.1);
}

.hover\:border-b-cyan-600\/100:hover {
  border-bottom-color: rgb(8 145 178 / 1);
}

.hover\:border-b-cyan-600\/20:hover {
  border-bottom-color: rgb(8 145 178 / 0.2);
}

.hover\:border-b-cyan-600\/25:hover {
  border-bottom-color: rgb(8 145 178 / 0.25);
}

.hover\:border-b-cyan-600\/30:hover {
  border-bottom-color: rgb(8 145 178 / 0.3);
}

.hover\:border-b-cyan-600\/40:hover {
  border-bottom-color: rgb(8 145 178 / 0.4);
}

.hover\:border-b-cyan-600\/5:hover {
  border-bottom-color: rgb(8 145 178 / 0.05);
}

.hover\:border-b-cyan-600\/50:hover {
  border-bottom-color: rgb(8 145 178 / 0.5);
}

.hover\:border-b-cyan-600\/60:hover {
  border-bottom-color: rgb(8 145 178 / 0.6);
}

.hover\:border-b-cyan-600\/70:hover {
  border-bottom-color: rgb(8 145 178 / 0.7);
}

.hover\:border-b-cyan-600\/75:hover {
  border-bottom-color: rgb(8 145 178 / 0.75);
}

.hover\:border-b-cyan-600\/80:hover {
  border-bottom-color: rgb(8 145 178 / 0.8);
}

.hover\:border-b-cyan-600\/90:hover {
  border-bottom-color: rgb(8 145 178 / 0.9);
}

.hover\:border-b-cyan-600\/95:hover {
  border-bottom-color: rgb(8 145 178 / 0.95);
}

.hover\:border-b-cyan-700:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(14 116 144 / var(--tw-border-opacity));
}

.hover\:border-b-cyan-700\/0:hover {
  border-bottom-color: rgb(14 116 144 / 0);
}

.hover\:border-b-cyan-700\/10:hover {
  border-bottom-color: rgb(14 116 144 / 0.1);
}

.hover\:border-b-cyan-700\/100:hover {
  border-bottom-color: rgb(14 116 144 / 1);
}

.hover\:border-b-cyan-700\/20:hover {
  border-bottom-color: rgb(14 116 144 / 0.2);
}

.hover\:border-b-cyan-700\/25:hover {
  border-bottom-color: rgb(14 116 144 / 0.25);
}

.hover\:border-b-cyan-700\/30:hover {
  border-bottom-color: rgb(14 116 144 / 0.3);
}

.hover\:border-b-cyan-700\/40:hover {
  border-bottom-color: rgb(14 116 144 / 0.4);
}

.hover\:border-b-cyan-700\/5:hover {
  border-bottom-color: rgb(14 116 144 / 0.05);
}

.hover\:border-b-cyan-700\/50:hover {
  border-bottom-color: rgb(14 116 144 / 0.5);
}

.hover\:border-b-cyan-700\/60:hover {
  border-bottom-color: rgb(14 116 144 / 0.6);
}

.hover\:border-b-cyan-700\/70:hover {
  border-bottom-color: rgb(14 116 144 / 0.7);
}

.hover\:border-b-cyan-700\/75:hover {
  border-bottom-color: rgb(14 116 144 / 0.75);
}

.hover\:border-b-cyan-700\/80:hover {
  border-bottom-color: rgb(14 116 144 / 0.8);
}

.hover\:border-b-cyan-700\/90:hover {
  border-bottom-color: rgb(14 116 144 / 0.9);
}

.hover\:border-b-cyan-700\/95:hover {
  border-bottom-color: rgb(14 116 144 / 0.95);
}

.hover\:border-b-cyan-800:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(21 94 117 / var(--tw-border-opacity));
}

.hover\:border-b-cyan-800\/0:hover {
  border-bottom-color: rgb(21 94 117 / 0);
}

.hover\:border-b-cyan-800\/10:hover {
  border-bottom-color: rgb(21 94 117 / 0.1);
}

.hover\:border-b-cyan-800\/100:hover {
  border-bottom-color: rgb(21 94 117 / 1);
}

.hover\:border-b-cyan-800\/20:hover {
  border-bottom-color: rgb(21 94 117 / 0.2);
}

.hover\:border-b-cyan-800\/25:hover {
  border-bottom-color: rgb(21 94 117 / 0.25);
}

.hover\:border-b-cyan-800\/30:hover {
  border-bottom-color: rgb(21 94 117 / 0.3);
}

.hover\:border-b-cyan-800\/40:hover {
  border-bottom-color: rgb(21 94 117 / 0.4);
}

.hover\:border-b-cyan-800\/5:hover {
  border-bottom-color: rgb(21 94 117 / 0.05);
}

.hover\:border-b-cyan-800\/50:hover {
  border-bottom-color: rgb(21 94 117 / 0.5);
}

.hover\:border-b-cyan-800\/60:hover {
  border-bottom-color: rgb(21 94 117 / 0.6);
}

.hover\:border-b-cyan-800\/70:hover {
  border-bottom-color: rgb(21 94 117 / 0.7);
}

.hover\:border-b-cyan-800\/75:hover {
  border-bottom-color: rgb(21 94 117 / 0.75);
}

.hover\:border-b-cyan-800\/80:hover {
  border-bottom-color: rgb(21 94 117 / 0.8);
}

.hover\:border-b-cyan-800\/90:hover {
  border-bottom-color: rgb(21 94 117 / 0.9);
}

.hover\:border-b-cyan-800\/95:hover {
  border-bottom-color: rgb(21 94 117 / 0.95);
}

.hover\:border-b-cyan-900:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(22 78 99 / var(--tw-border-opacity));
}

.hover\:border-b-cyan-900\/0:hover {
  border-bottom-color: rgb(22 78 99 / 0);
}

.hover\:border-b-cyan-900\/10:hover {
  border-bottom-color: rgb(22 78 99 / 0.1);
}

.hover\:border-b-cyan-900\/100:hover {
  border-bottom-color: rgb(22 78 99 / 1);
}

.hover\:border-b-cyan-900\/20:hover {
  border-bottom-color: rgb(22 78 99 / 0.2);
}

.hover\:border-b-cyan-900\/25:hover {
  border-bottom-color: rgb(22 78 99 / 0.25);
}

.hover\:border-b-cyan-900\/30:hover {
  border-bottom-color: rgb(22 78 99 / 0.3);
}

.hover\:border-b-cyan-900\/40:hover {
  border-bottom-color: rgb(22 78 99 / 0.4);
}

.hover\:border-b-cyan-900\/5:hover {
  border-bottom-color: rgb(22 78 99 / 0.05);
}

.hover\:border-b-cyan-900\/50:hover {
  border-bottom-color: rgb(22 78 99 / 0.5);
}

.hover\:border-b-cyan-900\/60:hover {
  border-bottom-color: rgb(22 78 99 / 0.6);
}

.hover\:border-b-cyan-900\/70:hover {
  border-bottom-color: rgb(22 78 99 / 0.7);
}

.hover\:border-b-cyan-900\/75:hover {
  border-bottom-color: rgb(22 78 99 / 0.75);
}

.hover\:border-b-cyan-900\/80:hover {
  border-bottom-color: rgb(22 78 99 / 0.8);
}

.hover\:border-b-cyan-900\/90:hover {
  border-bottom-color: rgb(22 78 99 / 0.9);
}

.hover\:border-b-cyan-900\/95:hover {
  border-bottom-color: rgb(22 78 99 / 0.95);
}

.hover\:border-b-cyan-950:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(8 51 68 / var(--tw-border-opacity));
}

.hover\:border-b-cyan-950\/0:hover {
  border-bottom-color: rgb(8 51 68 / 0);
}

.hover\:border-b-cyan-950\/10:hover {
  border-bottom-color: rgb(8 51 68 / 0.1);
}

.hover\:border-b-cyan-950\/100:hover {
  border-bottom-color: rgb(8 51 68 / 1);
}

.hover\:border-b-cyan-950\/20:hover {
  border-bottom-color: rgb(8 51 68 / 0.2);
}

.hover\:border-b-cyan-950\/25:hover {
  border-bottom-color: rgb(8 51 68 / 0.25);
}

.hover\:border-b-cyan-950\/30:hover {
  border-bottom-color: rgb(8 51 68 / 0.3);
}

.hover\:border-b-cyan-950\/40:hover {
  border-bottom-color: rgb(8 51 68 / 0.4);
}

.hover\:border-b-cyan-950\/5:hover {
  border-bottom-color: rgb(8 51 68 / 0.05);
}

.hover\:border-b-cyan-950\/50:hover {
  border-bottom-color: rgb(8 51 68 / 0.5);
}

.hover\:border-b-cyan-950\/60:hover {
  border-bottom-color: rgb(8 51 68 / 0.6);
}

.hover\:border-b-cyan-950\/70:hover {
  border-bottom-color: rgb(8 51 68 / 0.7);
}

.hover\:border-b-cyan-950\/75:hover {
  border-bottom-color: rgb(8 51 68 / 0.75);
}

.hover\:border-b-cyan-950\/80:hover {
  border-bottom-color: rgb(8 51 68 / 0.8);
}

.hover\:border-b-cyan-950\/90:hover {
  border-bottom-color: rgb(8 51 68 / 0.9);
}

.hover\:border-b-cyan-950\/95:hover {
  border-bottom-color: rgb(8 51 68 / 0.95);
}

.hover\:border-b-emerald-100:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(209 250 229 / var(--tw-border-opacity));
}

.hover\:border-b-emerald-100\/0:hover {
  border-bottom-color: rgb(209 250 229 / 0);
}

.hover\:border-b-emerald-100\/10:hover {
  border-bottom-color: rgb(209 250 229 / 0.1);
}

.hover\:border-b-emerald-100\/100:hover {
  border-bottom-color: rgb(209 250 229 / 1);
}

.hover\:border-b-emerald-100\/20:hover {
  border-bottom-color: rgb(209 250 229 / 0.2);
}

.hover\:border-b-emerald-100\/25:hover {
  border-bottom-color: rgb(209 250 229 / 0.25);
}

.hover\:border-b-emerald-100\/30:hover {
  border-bottom-color: rgb(209 250 229 / 0.3);
}

.hover\:border-b-emerald-100\/40:hover {
  border-bottom-color: rgb(209 250 229 / 0.4);
}

.hover\:border-b-emerald-100\/5:hover {
  border-bottom-color: rgb(209 250 229 / 0.05);
}

.hover\:border-b-emerald-100\/50:hover {
  border-bottom-color: rgb(209 250 229 / 0.5);
}

.hover\:border-b-emerald-100\/60:hover {
  border-bottom-color: rgb(209 250 229 / 0.6);
}

.hover\:border-b-emerald-100\/70:hover {
  border-bottom-color: rgb(209 250 229 / 0.7);
}

.hover\:border-b-emerald-100\/75:hover {
  border-bottom-color: rgb(209 250 229 / 0.75);
}

.hover\:border-b-emerald-100\/80:hover {
  border-bottom-color: rgb(209 250 229 / 0.8);
}

.hover\:border-b-emerald-100\/90:hover {
  border-bottom-color: rgb(209 250 229 / 0.9);
}

.hover\:border-b-emerald-100\/95:hover {
  border-bottom-color: rgb(209 250 229 / 0.95);
}

.hover\:border-b-emerald-200:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(167 243 208 / var(--tw-border-opacity));
}

.hover\:border-b-emerald-200\/0:hover {
  border-bottom-color: rgb(167 243 208 / 0);
}

.hover\:border-b-emerald-200\/10:hover {
  border-bottom-color: rgb(167 243 208 / 0.1);
}

.hover\:border-b-emerald-200\/100:hover {
  border-bottom-color: rgb(167 243 208 / 1);
}

.hover\:border-b-emerald-200\/20:hover {
  border-bottom-color: rgb(167 243 208 / 0.2);
}

.hover\:border-b-emerald-200\/25:hover {
  border-bottom-color: rgb(167 243 208 / 0.25);
}

.hover\:border-b-emerald-200\/30:hover {
  border-bottom-color: rgb(167 243 208 / 0.3);
}

.hover\:border-b-emerald-200\/40:hover {
  border-bottom-color: rgb(167 243 208 / 0.4);
}

.hover\:border-b-emerald-200\/5:hover {
  border-bottom-color: rgb(167 243 208 / 0.05);
}

.hover\:border-b-emerald-200\/50:hover {
  border-bottom-color: rgb(167 243 208 / 0.5);
}

.hover\:border-b-emerald-200\/60:hover {
  border-bottom-color: rgb(167 243 208 / 0.6);
}

.hover\:border-b-emerald-200\/70:hover {
  border-bottom-color: rgb(167 243 208 / 0.7);
}

.hover\:border-b-emerald-200\/75:hover {
  border-bottom-color: rgb(167 243 208 / 0.75);
}

.hover\:border-b-emerald-200\/80:hover {
  border-bottom-color: rgb(167 243 208 / 0.8);
}

.hover\:border-b-emerald-200\/90:hover {
  border-bottom-color: rgb(167 243 208 / 0.9);
}

.hover\:border-b-emerald-200\/95:hover {
  border-bottom-color: rgb(167 243 208 / 0.95);
}

.hover\:border-b-emerald-300:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(110 231 183 / var(--tw-border-opacity));
}

.hover\:border-b-emerald-300\/0:hover {
  border-bottom-color: rgb(110 231 183 / 0);
}

.hover\:border-b-emerald-300\/10:hover {
  border-bottom-color: rgb(110 231 183 / 0.1);
}

.hover\:border-b-emerald-300\/100:hover {
  border-bottom-color: rgb(110 231 183 / 1);
}

.hover\:border-b-emerald-300\/20:hover {
  border-bottom-color: rgb(110 231 183 / 0.2);
}

.hover\:border-b-emerald-300\/25:hover {
  border-bottom-color: rgb(110 231 183 / 0.25);
}

.hover\:border-b-emerald-300\/30:hover {
  border-bottom-color: rgb(110 231 183 / 0.3);
}

.hover\:border-b-emerald-300\/40:hover {
  border-bottom-color: rgb(110 231 183 / 0.4);
}

.hover\:border-b-emerald-300\/5:hover {
  border-bottom-color: rgb(110 231 183 / 0.05);
}

.hover\:border-b-emerald-300\/50:hover {
  border-bottom-color: rgb(110 231 183 / 0.5);
}

.hover\:border-b-emerald-300\/60:hover {
  border-bottom-color: rgb(110 231 183 / 0.6);
}

.hover\:border-b-emerald-300\/70:hover {
  border-bottom-color: rgb(110 231 183 / 0.7);
}

.hover\:border-b-emerald-300\/75:hover {
  border-bottom-color: rgb(110 231 183 / 0.75);
}

.hover\:border-b-emerald-300\/80:hover {
  border-bottom-color: rgb(110 231 183 / 0.8);
}

.hover\:border-b-emerald-300\/90:hover {
  border-bottom-color: rgb(110 231 183 / 0.9);
}

.hover\:border-b-emerald-300\/95:hover {
  border-bottom-color: rgb(110 231 183 / 0.95);
}

.hover\:border-b-emerald-400:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.hover\:border-b-emerald-400\/0:hover {
  border-bottom-color: rgb(52 211 153 / 0);
}

.hover\:border-b-emerald-400\/10:hover {
  border-bottom-color: rgb(52 211 153 / 0.1);
}

.hover\:border-b-emerald-400\/100:hover {
  border-bottom-color: rgb(52 211 153 / 1);
}

.hover\:border-b-emerald-400\/20:hover {
  border-bottom-color: rgb(52 211 153 / 0.2);
}

.hover\:border-b-emerald-400\/25:hover {
  border-bottom-color: rgb(52 211 153 / 0.25);
}

.hover\:border-b-emerald-400\/30:hover {
  border-bottom-color: rgb(52 211 153 / 0.3);
}

.hover\:border-b-emerald-400\/40:hover {
  border-bottom-color: rgb(52 211 153 / 0.4);
}

.hover\:border-b-emerald-400\/5:hover {
  border-bottom-color: rgb(52 211 153 / 0.05);
}

.hover\:border-b-emerald-400\/50:hover {
  border-bottom-color: rgb(52 211 153 / 0.5);
}

.hover\:border-b-emerald-400\/60:hover {
  border-bottom-color: rgb(52 211 153 / 0.6);
}

.hover\:border-b-emerald-400\/70:hover {
  border-bottom-color: rgb(52 211 153 / 0.7);
}

.hover\:border-b-emerald-400\/75:hover {
  border-bottom-color: rgb(52 211 153 / 0.75);
}

.hover\:border-b-emerald-400\/80:hover {
  border-bottom-color: rgb(52 211 153 / 0.8);
}

.hover\:border-b-emerald-400\/90:hover {
  border-bottom-color: rgb(52 211 153 / 0.9);
}

.hover\:border-b-emerald-400\/95:hover {
  border-bottom-color: rgb(52 211 153 / 0.95);
}

.hover\:border-b-emerald-50:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(236 253 245 / var(--tw-border-opacity));
}

.hover\:border-b-emerald-50\/0:hover {
  border-bottom-color: rgb(236 253 245 / 0);
}

.hover\:border-b-emerald-50\/10:hover {
  border-bottom-color: rgb(236 253 245 / 0.1);
}

.hover\:border-b-emerald-50\/100:hover {
  border-bottom-color: rgb(236 253 245 / 1);
}

.hover\:border-b-emerald-50\/20:hover {
  border-bottom-color: rgb(236 253 245 / 0.2);
}

.hover\:border-b-emerald-50\/25:hover {
  border-bottom-color: rgb(236 253 245 / 0.25);
}

.hover\:border-b-emerald-50\/30:hover {
  border-bottom-color: rgb(236 253 245 / 0.3);
}

.hover\:border-b-emerald-50\/40:hover {
  border-bottom-color: rgb(236 253 245 / 0.4);
}

.hover\:border-b-emerald-50\/5:hover {
  border-bottom-color: rgb(236 253 245 / 0.05);
}

.hover\:border-b-emerald-50\/50:hover {
  border-bottom-color: rgb(236 253 245 / 0.5);
}

.hover\:border-b-emerald-50\/60:hover {
  border-bottom-color: rgb(236 253 245 / 0.6);
}

.hover\:border-b-emerald-50\/70:hover {
  border-bottom-color: rgb(236 253 245 / 0.7);
}

.hover\:border-b-emerald-50\/75:hover {
  border-bottom-color: rgb(236 253 245 / 0.75);
}

.hover\:border-b-emerald-50\/80:hover {
  border-bottom-color: rgb(236 253 245 / 0.8);
}

.hover\:border-b-emerald-50\/90:hover {
  border-bottom-color: rgb(236 253 245 / 0.9);
}

.hover\:border-b-emerald-50\/95:hover {
  border-bottom-color: rgb(236 253 245 / 0.95);
}

.hover\:border-b-emerald-500:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.hover\:border-b-emerald-500\/0:hover {
  border-bottom-color: rgb(16 185 129 / 0);
}

.hover\:border-b-emerald-500\/10:hover {
  border-bottom-color: rgb(16 185 129 / 0.1);
}

.hover\:border-b-emerald-500\/100:hover {
  border-bottom-color: rgb(16 185 129 / 1);
}

.hover\:border-b-emerald-500\/20:hover {
  border-bottom-color: rgb(16 185 129 / 0.2);
}

.hover\:border-b-emerald-500\/25:hover {
  border-bottom-color: rgb(16 185 129 / 0.25);
}

.hover\:border-b-emerald-500\/30:hover {
  border-bottom-color: rgb(16 185 129 / 0.3);
}

.hover\:border-b-emerald-500\/40:hover {
  border-bottom-color: rgb(16 185 129 / 0.4);
}

.hover\:border-b-emerald-500\/5:hover {
  border-bottom-color: rgb(16 185 129 / 0.05);
}

.hover\:border-b-emerald-500\/50:hover {
  border-bottom-color: rgb(16 185 129 / 0.5);
}

.hover\:border-b-emerald-500\/60:hover {
  border-bottom-color: rgb(16 185 129 / 0.6);
}

.hover\:border-b-emerald-500\/70:hover {
  border-bottom-color: rgb(16 185 129 / 0.7);
}

.hover\:border-b-emerald-500\/75:hover {
  border-bottom-color: rgb(16 185 129 / 0.75);
}

.hover\:border-b-emerald-500\/80:hover {
  border-bottom-color: rgb(16 185 129 / 0.8);
}

.hover\:border-b-emerald-500\/90:hover {
  border-bottom-color: rgb(16 185 129 / 0.9);
}

.hover\:border-b-emerald-500\/95:hover {
  border-bottom-color: rgb(16 185 129 / 0.95);
}

.hover\:border-b-emerald-600:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(5 150 105 / var(--tw-border-opacity));
}

.hover\:border-b-emerald-600\/0:hover {
  border-bottom-color: rgb(5 150 105 / 0);
}

.hover\:border-b-emerald-600\/10:hover {
  border-bottom-color: rgb(5 150 105 / 0.1);
}

.hover\:border-b-emerald-600\/100:hover {
  border-bottom-color: rgb(5 150 105 / 1);
}

.hover\:border-b-emerald-600\/20:hover {
  border-bottom-color: rgb(5 150 105 / 0.2);
}

.hover\:border-b-emerald-600\/25:hover {
  border-bottom-color: rgb(5 150 105 / 0.25);
}

.hover\:border-b-emerald-600\/30:hover {
  border-bottom-color: rgb(5 150 105 / 0.3);
}

.hover\:border-b-emerald-600\/40:hover {
  border-bottom-color: rgb(5 150 105 / 0.4);
}

.hover\:border-b-emerald-600\/5:hover {
  border-bottom-color: rgb(5 150 105 / 0.05);
}

.hover\:border-b-emerald-600\/50:hover {
  border-bottom-color: rgb(5 150 105 / 0.5);
}

.hover\:border-b-emerald-600\/60:hover {
  border-bottom-color: rgb(5 150 105 / 0.6);
}

.hover\:border-b-emerald-600\/70:hover {
  border-bottom-color: rgb(5 150 105 / 0.7);
}

.hover\:border-b-emerald-600\/75:hover {
  border-bottom-color: rgb(5 150 105 / 0.75);
}

.hover\:border-b-emerald-600\/80:hover {
  border-bottom-color: rgb(5 150 105 / 0.8);
}

.hover\:border-b-emerald-600\/90:hover {
  border-bottom-color: rgb(5 150 105 / 0.9);
}

.hover\:border-b-emerald-600\/95:hover {
  border-bottom-color: rgb(5 150 105 / 0.95);
}

.hover\:border-b-emerald-700:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(4 120 87 / var(--tw-border-opacity));
}

.hover\:border-b-emerald-700\/0:hover {
  border-bottom-color: rgb(4 120 87 / 0);
}

.hover\:border-b-emerald-700\/10:hover {
  border-bottom-color: rgb(4 120 87 / 0.1);
}

.hover\:border-b-emerald-700\/100:hover {
  border-bottom-color: rgb(4 120 87 / 1);
}

.hover\:border-b-emerald-700\/20:hover {
  border-bottom-color: rgb(4 120 87 / 0.2);
}

.hover\:border-b-emerald-700\/25:hover {
  border-bottom-color: rgb(4 120 87 / 0.25);
}

.hover\:border-b-emerald-700\/30:hover {
  border-bottom-color: rgb(4 120 87 / 0.3);
}

.hover\:border-b-emerald-700\/40:hover {
  border-bottom-color: rgb(4 120 87 / 0.4);
}

.hover\:border-b-emerald-700\/5:hover {
  border-bottom-color: rgb(4 120 87 / 0.05);
}

.hover\:border-b-emerald-700\/50:hover {
  border-bottom-color: rgb(4 120 87 / 0.5);
}

.hover\:border-b-emerald-700\/60:hover {
  border-bottom-color: rgb(4 120 87 / 0.6);
}

.hover\:border-b-emerald-700\/70:hover {
  border-bottom-color: rgb(4 120 87 / 0.7);
}

.hover\:border-b-emerald-700\/75:hover {
  border-bottom-color: rgb(4 120 87 / 0.75);
}

.hover\:border-b-emerald-700\/80:hover {
  border-bottom-color: rgb(4 120 87 / 0.8);
}

.hover\:border-b-emerald-700\/90:hover {
  border-bottom-color: rgb(4 120 87 / 0.9);
}

.hover\:border-b-emerald-700\/95:hover {
  border-bottom-color: rgb(4 120 87 / 0.95);
}

.hover\:border-b-emerald-800:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(6 95 70 / var(--tw-border-opacity));
}

.hover\:border-b-emerald-800\/0:hover {
  border-bottom-color: rgb(6 95 70 / 0);
}

.hover\:border-b-emerald-800\/10:hover {
  border-bottom-color: rgb(6 95 70 / 0.1);
}

.hover\:border-b-emerald-800\/100:hover {
  border-bottom-color: rgb(6 95 70 / 1);
}

.hover\:border-b-emerald-800\/20:hover {
  border-bottom-color: rgb(6 95 70 / 0.2);
}

.hover\:border-b-emerald-800\/25:hover {
  border-bottom-color: rgb(6 95 70 / 0.25);
}

.hover\:border-b-emerald-800\/30:hover {
  border-bottom-color: rgb(6 95 70 / 0.3);
}

.hover\:border-b-emerald-800\/40:hover {
  border-bottom-color: rgb(6 95 70 / 0.4);
}

.hover\:border-b-emerald-800\/5:hover {
  border-bottom-color: rgb(6 95 70 / 0.05);
}

.hover\:border-b-emerald-800\/50:hover {
  border-bottom-color: rgb(6 95 70 / 0.5);
}

.hover\:border-b-emerald-800\/60:hover {
  border-bottom-color: rgb(6 95 70 / 0.6);
}

.hover\:border-b-emerald-800\/70:hover {
  border-bottom-color: rgb(6 95 70 / 0.7);
}

.hover\:border-b-emerald-800\/75:hover {
  border-bottom-color: rgb(6 95 70 / 0.75);
}

.hover\:border-b-emerald-800\/80:hover {
  border-bottom-color: rgb(6 95 70 / 0.8);
}

.hover\:border-b-emerald-800\/90:hover {
  border-bottom-color: rgb(6 95 70 / 0.9);
}

.hover\:border-b-emerald-800\/95:hover {
  border-bottom-color: rgb(6 95 70 / 0.95);
}

.hover\:border-b-emerald-900:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(6 78 59 / var(--tw-border-opacity));
}

.hover\:border-b-emerald-900\/0:hover {
  border-bottom-color: rgb(6 78 59 / 0);
}

.hover\:border-b-emerald-900\/10:hover {
  border-bottom-color: rgb(6 78 59 / 0.1);
}

.hover\:border-b-emerald-900\/100:hover {
  border-bottom-color: rgb(6 78 59 / 1);
}

.hover\:border-b-emerald-900\/20:hover {
  border-bottom-color: rgb(6 78 59 / 0.2);
}

.hover\:border-b-emerald-900\/25:hover {
  border-bottom-color: rgb(6 78 59 / 0.25);
}

.hover\:border-b-emerald-900\/30:hover {
  border-bottom-color: rgb(6 78 59 / 0.3);
}

.hover\:border-b-emerald-900\/40:hover {
  border-bottom-color: rgb(6 78 59 / 0.4);
}

.hover\:border-b-emerald-900\/5:hover {
  border-bottom-color: rgb(6 78 59 / 0.05);
}

.hover\:border-b-emerald-900\/50:hover {
  border-bottom-color: rgb(6 78 59 / 0.5);
}

.hover\:border-b-emerald-900\/60:hover {
  border-bottom-color: rgb(6 78 59 / 0.6);
}

.hover\:border-b-emerald-900\/70:hover {
  border-bottom-color: rgb(6 78 59 / 0.7);
}

.hover\:border-b-emerald-900\/75:hover {
  border-bottom-color: rgb(6 78 59 / 0.75);
}

.hover\:border-b-emerald-900\/80:hover {
  border-bottom-color: rgb(6 78 59 / 0.8);
}

.hover\:border-b-emerald-900\/90:hover {
  border-bottom-color: rgb(6 78 59 / 0.9);
}

.hover\:border-b-emerald-900\/95:hover {
  border-bottom-color: rgb(6 78 59 / 0.95);
}

.hover\:border-b-emerald-950:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(2 44 34 / var(--tw-border-opacity));
}

.hover\:border-b-emerald-950\/0:hover {
  border-bottom-color: rgb(2 44 34 / 0);
}

.hover\:border-b-emerald-950\/10:hover {
  border-bottom-color: rgb(2 44 34 / 0.1);
}

.hover\:border-b-emerald-950\/100:hover {
  border-bottom-color: rgb(2 44 34 / 1);
}

.hover\:border-b-emerald-950\/20:hover {
  border-bottom-color: rgb(2 44 34 / 0.2);
}

.hover\:border-b-emerald-950\/25:hover {
  border-bottom-color: rgb(2 44 34 / 0.25);
}

.hover\:border-b-emerald-950\/30:hover {
  border-bottom-color: rgb(2 44 34 / 0.3);
}

.hover\:border-b-emerald-950\/40:hover {
  border-bottom-color: rgb(2 44 34 / 0.4);
}

.hover\:border-b-emerald-950\/5:hover {
  border-bottom-color: rgb(2 44 34 / 0.05);
}

.hover\:border-b-emerald-950\/50:hover {
  border-bottom-color: rgb(2 44 34 / 0.5);
}

.hover\:border-b-emerald-950\/60:hover {
  border-bottom-color: rgb(2 44 34 / 0.6);
}

.hover\:border-b-emerald-950\/70:hover {
  border-bottom-color: rgb(2 44 34 / 0.7);
}

.hover\:border-b-emerald-950\/75:hover {
  border-bottom-color: rgb(2 44 34 / 0.75);
}

.hover\:border-b-emerald-950\/80:hover {
  border-bottom-color: rgb(2 44 34 / 0.8);
}

.hover\:border-b-emerald-950\/90:hover {
  border-bottom-color: rgb(2 44 34 / 0.9);
}

.hover\:border-b-emerald-950\/95:hover {
  border-bottom-color: rgb(2 44 34 / 0.95);
}

.hover\:border-b-fuchsia-100:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 232 255 / var(--tw-border-opacity));
}

.hover\:border-b-fuchsia-100\/0:hover {
  border-bottom-color: rgb(250 232 255 / 0);
}

.hover\:border-b-fuchsia-100\/10:hover {
  border-bottom-color: rgb(250 232 255 / 0.1);
}

.hover\:border-b-fuchsia-100\/100:hover {
  border-bottom-color: rgb(250 232 255 / 1);
}

.hover\:border-b-fuchsia-100\/20:hover {
  border-bottom-color: rgb(250 232 255 / 0.2);
}

.hover\:border-b-fuchsia-100\/25:hover {
  border-bottom-color: rgb(250 232 255 / 0.25);
}

.hover\:border-b-fuchsia-100\/30:hover {
  border-bottom-color: rgb(250 232 255 / 0.3);
}

.hover\:border-b-fuchsia-100\/40:hover {
  border-bottom-color: rgb(250 232 255 / 0.4);
}

.hover\:border-b-fuchsia-100\/5:hover {
  border-bottom-color: rgb(250 232 255 / 0.05);
}

.hover\:border-b-fuchsia-100\/50:hover {
  border-bottom-color: rgb(250 232 255 / 0.5);
}

.hover\:border-b-fuchsia-100\/60:hover {
  border-bottom-color: rgb(250 232 255 / 0.6);
}

.hover\:border-b-fuchsia-100\/70:hover {
  border-bottom-color: rgb(250 232 255 / 0.7);
}

.hover\:border-b-fuchsia-100\/75:hover {
  border-bottom-color: rgb(250 232 255 / 0.75);
}

.hover\:border-b-fuchsia-100\/80:hover {
  border-bottom-color: rgb(250 232 255 / 0.8);
}

.hover\:border-b-fuchsia-100\/90:hover {
  border-bottom-color: rgb(250 232 255 / 0.9);
}

.hover\:border-b-fuchsia-100\/95:hover {
  border-bottom-color: rgb(250 232 255 / 0.95);
}

.hover\:border-b-fuchsia-200:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 208 254 / var(--tw-border-opacity));
}

.hover\:border-b-fuchsia-200\/0:hover {
  border-bottom-color: rgb(245 208 254 / 0);
}

.hover\:border-b-fuchsia-200\/10:hover {
  border-bottom-color: rgb(245 208 254 / 0.1);
}

.hover\:border-b-fuchsia-200\/100:hover {
  border-bottom-color: rgb(245 208 254 / 1);
}

.hover\:border-b-fuchsia-200\/20:hover {
  border-bottom-color: rgb(245 208 254 / 0.2);
}

.hover\:border-b-fuchsia-200\/25:hover {
  border-bottom-color: rgb(245 208 254 / 0.25);
}

.hover\:border-b-fuchsia-200\/30:hover {
  border-bottom-color: rgb(245 208 254 / 0.3);
}

.hover\:border-b-fuchsia-200\/40:hover {
  border-bottom-color: rgb(245 208 254 / 0.4);
}

.hover\:border-b-fuchsia-200\/5:hover {
  border-bottom-color: rgb(245 208 254 / 0.05);
}

.hover\:border-b-fuchsia-200\/50:hover {
  border-bottom-color: rgb(245 208 254 / 0.5);
}

.hover\:border-b-fuchsia-200\/60:hover {
  border-bottom-color: rgb(245 208 254 / 0.6);
}

.hover\:border-b-fuchsia-200\/70:hover {
  border-bottom-color: rgb(245 208 254 / 0.7);
}

.hover\:border-b-fuchsia-200\/75:hover {
  border-bottom-color: rgb(245 208 254 / 0.75);
}

.hover\:border-b-fuchsia-200\/80:hover {
  border-bottom-color: rgb(245 208 254 / 0.8);
}

.hover\:border-b-fuchsia-200\/90:hover {
  border-bottom-color: rgb(245 208 254 / 0.9);
}

.hover\:border-b-fuchsia-200\/95:hover {
  border-bottom-color: rgb(245 208 254 / 0.95);
}

.hover\:border-b-fuchsia-300:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(240 171 252 / var(--tw-border-opacity));
}

.hover\:border-b-fuchsia-300\/0:hover {
  border-bottom-color: rgb(240 171 252 / 0);
}

.hover\:border-b-fuchsia-300\/10:hover {
  border-bottom-color: rgb(240 171 252 / 0.1);
}

.hover\:border-b-fuchsia-300\/100:hover {
  border-bottom-color: rgb(240 171 252 / 1);
}

.hover\:border-b-fuchsia-300\/20:hover {
  border-bottom-color: rgb(240 171 252 / 0.2);
}

.hover\:border-b-fuchsia-300\/25:hover {
  border-bottom-color: rgb(240 171 252 / 0.25);
}

.hover\:border-b-fuchsia-300\/30:hover {
  border-bottom-color: rgb(240 171 252 / 0.3);
}

.hover\:border-b-fuchsia-300\/40:hover {
  border-bottom-color: rgb(240 171 252 / 0.4);
}

.hover\:border-b-fuchsia-300\/5:hover {
  border-bottom-color: rgb(240 171 252 / 0.05);
}

.hover\:border-b-fuchsia-300\/50:hover {
  border-bottom-color: rgb(240 171 252 / 0.5);
}

.hover\:border-b-fuchsia-300\/60:hover {
  border-bottom-color: rgb(240 171 252 / 0.6);
}

.hover\:border-b-fuchsia-300\/70:hover {
  border-bottom-color: rgb(240 171 252 / 0.7);
}

.hover\:border-b-fuchsia-300\/75:hover {
  border-bottom-color: rgb(240 171 252 / 0.75);
}

.hover\:border-b-fuchsia-300\/80:hover {
  border-bottom-color: rgb(240 171 252 / 0.8);
}

.hover\:border-b-fuchsia-300\/90:hover {
  border-bottom-color: rgb(240 171 252 / 0.9);
}

.hover\:border-b-fuchsia-300\/95:hover {
  border-bottom-color: rgb(240 171 252 / 0.95);
}

.hover\:border-b-fuchsia-400:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(232 121 249 / var(--tw-border-opacity));
}

.hover\:border-b-fuchsia-400\/0:hover {
  border-bottom-color: rgb(232 121 249 / 0);
}

.hover\:border-b-fuchsia-400\/10:hover {
  border-bottom-color: rgb(232 121 249 / 0.1);
}

.hover\:border-b-fuchsia-400\/100:hover {
  border-bottom-color: rgb(232 121 249 / 1);
}

.hover\:border-b-fuchsia-400\/20:hover {
  border-bottom-color: rgb(232 121 249 / 0.2);
}

.hover\:border-b-fuchsia-400\/25:hover {
  border-bottom-color: rgb(232 121 249 / 0.25);
}

.hover\:border-b-fuchsia-400\/30:hover {
  border-bottom-color: rgb(232 121 249 / 0.3);
}

.hover\:border-b-fuchsia-400\/40:hover {
  border-bottom-color: rgb(232 121 249 / 0.4);
}

.hover\:border-b-fuchsia-400\/5:hover {
  border-bottom-color: rgb(232 121 249 / 0.05);
}

.hover\:border-b-fuchsia-400\/50:hover {
  border-bottom-color: rgb(232 121 249 / 0.5);
}

.hover\:border-b-fuchsia-400\/60:hover {
  border-bottom-color: rgb(232 121 249 / 0.6);
}

.hover\:border-b-fuchsia-400\/70:hover {
  border-bottom-color: rgb(232 121 249 / 0.7);
}

.hover\:border-b-fuchsia-400\/75:hover {
  border-bottom-color: rgb(232 121 249 / 0.75);
}

.hover\:border-b-fuchsia-400\/80:hover {
  border-bottom-color: rgb(232 121 249 / 0.8);
}

.hover\:border-b-fuchsia-400\/90:hover {
  border-bottom-color: rgb(232 121 249 / 0.9);
}

.hover\:border-b-fuchsia-400\/95:hover {
  border-bottom-color: rgb(232 121 249 / 0.95);
}

.hover\:border-b-fuchsia-50:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 244 255 / var(--tw-border-opacity));
}

.hover\:border-b-fuchsia-50\/0:hover {
  border-bottom-color: rgb(253 244 255 / 0);
}

.hover\:border-b-fuchsia-50\/10:hover {
  border-bottom-color: rgb(253 244 255 / 0.1);
}

.hover\:border-b-fuchsia-50\/100:hover {
  border-bottom-color: rgb(253 244 255 / 1);
}

.hover\:border-b-fuchsia-50\/20:hover {
  border-bottom-color: rgb(253 244 255 / 0.2);
}

.hover\:border-b-fuchsia-50\/25:hover {
  border-bottom-color: rgb(253 244 255 / 0.25);
}

.hover\:border-b-fuchsia-50\/30:hover {
  border-bottom-color: rgb(253 244 255 / 0.3);
}

.hover\:border-b-fuchsia-50\/40:hover {
  border-bottom-color: rgb(253 244 255 / 0.4);
}

.hover\:border-b-fuchsia-50\/5:hover {
  border-bottom-color: rgb(253 244 255 / 0.05);
}

.hover\:border-b-fuchsia-50\/50:hover {
  border-bottom-color: rgb(253 244 255 / 0.5);
}

.hover\:border-b-fuchsia-50\/60:hover {
  border-bottom-color: rgb(253 244 255 / 0.6);
}

.hover\:border-b-fuchsia-50\/70:hover {
  border-bottom-color: rgb(253 244 255 / 0.7);
}

.hover\:border-b-fuchsia-50\/75:hover {
  border-bottom-color: rgb(253 244 255 / 0.75);
}

.hover\:border-b-fuchsia-50\/80:hover {
  border-bottom-color: rgb(253 244 255 / 0.8);
}

.hover\:border-b-fuchsia-50\/90:hover {
  border-bottom-color: rgb(253 244 255 / 0.9);
}

.hover\:border-b-fuchsia-50\/95:hover {
  border-bottom-color: rgb(253 244 255 / 0.95);
}

.hover\:border-b-fuchsia-500:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 70 239 / var(--tw-border-opacity));
}

.hover\:border-b-fuchsia-500\/0:hover {
  border-bottom-color: rgb(217 70 239 / 0);
}

.hover\:border-b-fuchsia-500\/10:hover {
  border-bottom-color: rgb(217 70 239 / 0.1);
}

.hover\:border-b-fuchsia-500\/100:hover {
  border-bottom-color: rgb(217 70 239 / 1);
}

.hover\:border-b-fuchsia-500\/20:hover {
  border-bottom-color: rgb(217 70 239 / 0.2);
}

.hover\:border-b-fuchsia-500\/25:hover {
  border-bottom-color: rgb(217 70 239 / 0.25);
}

.hover\:border-b-fuchsia-500\/30:hover {
  border-bottom-color: rgb(217 70 239 / 0.3);
}

.hover\:border-b-fuchsia-500\/40:hover {
  border-bottom-color: rgb(217 70 239 / 0.4);
}

.hover\:border-b-fuchsia-500\/5:hover {
  border-bottom-color: rgb(217 70 239 / 0.05);
}

.hover\:border-b-fuchsia-500\/50:hover {
  border-bottom-color: rgb(217 70 239 / 0.5);
}

.hover\:border-b-fuchsia-500\/60:hover {
  border-bottom-color: rgb(217 70 239 / 0.6);
}

.hover\:border-b-fuchsia-500\/70:hover {
  border-bottom-color: rgb(217 70 239 / 0.7);
}

.hover\:border-b-fuchsia-500\/75:hover {
  border-bottom-color: rgb(217 70 239 / 0.75);
}

.hover\:border-b-fuchsia-500\/80:hover {
  border-bottom-color: rgb(217 70 239 / 0.8);
}

.hover\:border-b-fuchsia-500\/90:hover {
  border-bottom-color: rgb(217 70 239 / 0.9);
}

.hover\:border-b-fuchsia-500\/95:hover {
  border-bottom-color: rgb(217 70 239 / 0.95);
}

.hover\:border-b-fuchsia-600:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(192 38 211 / var(--tw-border-opacity));
}

.hover\:border-b-fuchsia-600\/0:hover {
  border-bottom-color: rgb(192 38 211 / 0);
}

.hover\:border-b-fuchsia-600\/10:hover {
  border-bottom-color: rgb(192 38 211 / 0.1);
}

.hover\:border-b-fuchsia-600\/100:hover {
  border-bottom-color: rgb(192 38 211 / 1);
}

.hover\:border-b-fuchsia-600\/20:hover {
  border-bottom-color: rgb(192 38 211 / 0.2);
}

.hover\:border-b-fuchsia-600\/25:hover {
  border-bottom-color: rgb(192 38 211 / 0.25);
}

.hover\:border-b-fuchsia-600\/30:hover {
  border-bottom-color: rgb(192 38 211 / 0.3);
}

.hover\:border-b-fuchsia-600\/40:hover {
  border-bottom-color: rgb(192 38 211 / 0.4);
}

.hover\:border-b-fuchsia-600\/5:hover {
  border-bottom-color: rgb(192 38 211 / 0.05);
}

.hover\:border-b-fuchsia-600\/50:hover {
  border-bottom-color: rgb(192 38 211 / 0.5);
}

.hover\:border-b-fuchsia-600\/60:hover {
  border-bottom-color: rgb(192 38 211 / 0.6);
}

.hover\:border-b-fuchsia-600\/70:hover {
  border-bottom-color: rgb(192 38 211 / 0.7);
}

.hover\:border-b-fuchsia-600\/75:hover {
  border-bottom-color: rgb(192 38 211 / 0.75);
}

.hover\:border-b-fuchsia-600\/80:hover {
  border-bottom-color: rgb(192 38 211 / 0.8);
}

.hover\:border-b-fuchsia-600\/90:hover {
  border-bottom-color: rgb(192 38 211 / 0.9);
}

.hover\:border-b-fuchsia-600\/95:hover {
  border-bottom-color: rgb(192 38 211 / 0.95);
}

.hover\:border-b-fuchsia-700:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(162 28 175 / var(--tw-border-opacity));
}

.hover\:border-b-fuchsia-700\/0:hover {
  border-bottom-color: rgb(162 28 175 / 0);
}

.hover\:border-b-fuchsia-700\/10:hover {
  border-bottom-color: rgb(162 28 175 / 0.1);
}

.hover\:border-b-fuchsia-700\/100:hover {
  border-bottom-color: rgb(162 28 175 / 1);
}

.hover\:border-b-fuchsia-700\/20:hover {
  border-bottom-color: rgb(162 28 175 / 0.2);
}

.hover\:border-b-fuchsia-700\/25:hover {
  border-bottom-color: rgb(162 28 175 / 0.25);
}

.hover\:border-b-fuchsia-700\/30:hover {
  border-bottom-color: rgb(162 28 175 / 0.3);
}

.hover\:border-b-fuchsia-700\/40:hover {
  border-bottom-color: rgb(162 28 175 / 0.4);
}

.hover\:border-b-fuchsia-700\/5:hover {
  border-bottom-color: rgb(162 28 175 / 0.05);
}

.hover\:border-b-fuchsia-700\/50:hover {
  border-bottom-color: rgb(162 28 175 / 0.5);
}

.hover\:border-b-fuchsia-700\/60:hover {
  border-bottom-color: rgb(162 28 175 / 0.6);
}

.hover\:border-b-fuchsia-700\/70:hover {
  border-bottom-color: rgb(162 28 175 / 0.7);
}

.hover\:border-b-fuchsia-700\/75:hover {
  border-bottom-color: rgb(162 28 175 / 0.75);
}

.hover\:border-b-fuchsia-700\/80:hover {
  border-bottom-color: rgb(162 28 175 / 0.8);
}

.hover\:border-b-fuchsia-700\/90:hover {
  border-bottom-color: rgb(162 28 175 / 0.9);
}

.hover\:border-b-fuchsia-700\/95:hover {
  border-bottom-color: rgb(162 28 175 / 0.95);
}

.hover\:border-b-fuchsia-800:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(134 25 143 / var(--tw-border-opacity));
}

.hover\:border-b-fuchsia-800\/0:hover {
  border-bottom-color: rgb(134 25 143 / 0);
}

.hover\:border-b-fuchsia-800\/10:hover {
  border-bottom-color: rgb(134 25 143 / 0.1);
}

.hover\:border-b-fuchsia-800\/100:hover {
  border-bottom-color: rgb(134 25 143 / 1);
}

.hover\:border-b-fuchsia-800\/20:hover {
  border-bottom-color: rgb(134 25 143 / 0.2);
}

.hover\:border-b-fuchsia-800\/25:hover {
  border-bottom-color: rgb(134 25 143 / 0.25);
}

.hover\:border-b-fuchsia-800\/30:hover {
  border-bottom-color: rgb(134 25 143 / 0.3);
}

.hover\:border-b-fuchsia-800\/40:hover {
  border-bottom-color: rgb(134 25 143 / 0.4);
}

.hover\:border-b-fuchsia-800\/5:hover {
  border-bottom-color: rgb(134 25 143 / 0.05);
}

.hover\:border-b-fuchsia-800\/50:hover {
  border-bottom-color: rgb(134 25 143 / 0.5);
}

.hover\:border-b-fuchsia-800\/60:hover {
  border-bottom-color: rgb(134 25 143 / 0.6);
}

.hover\:border-b-fuchsia-800\/70:hover {
  border-bottom-color: rgb(134 25 143 / 0.7);
}

.hover\:border-b-fuchsia-800\/75:hover {
  border-bottom-color: rgb(134 25 143 / 0.75);
}

.hover\:border-b-fuchsia-800\/80:hover {
  border-bottom-color: rgb(134 25 143 / 0.8);
}

.hover\:border-b-fuchsia-800\/90:hover {
  border-bottom-color: rgb(134 25 143 / 0.9);
}

.hover\:border-b-fuchsia-800\/95:hover {
  border-bottom-color: rgb(134 25 143 / 0.95);
}

.hover\:border-b-fuchsia-900:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(112 26 117 / var(--tw-border-opacity));
}

.hover\:border-b-fuchsia-900\/0:hover {
  border-bottom-color: rgb(112 26 117 / 0);
}

.hover\:border-b-fuchsia-900\/10:hover {
  border-bottom-color: rgb(112 26 117 / 0.1);
}

.hover\:border-b-fuchsia-900\/100:hover {
  border-bottom-color: rgb(112 26 117 / 1);
}

.hover\:border-b-fuchsia-900\/20:hover {
  border-bottom-color: rgb(112 26 117 / 0.2);
}

.hover\:border-b-fuchsia-900\/25:hover {
  border-bottom-color: rgb(112 26 117 / 0.25);
}

.hover\:border-b-fuchsia-900\/30:hover {
  border-bottom-color: rgb(112 26 117 / 0.3);
}

.hover\:border-b-fuchsia-900\/40:hover {
  border-bottom-color: rgb(112 26 117 / 0.4);
}

.hover\:border-b-fuchsia-900\/5:hover {
  border-bottom-color: rgb(112 26 117 / 0.05);
}

.hover\:border-b-fuchsia-900\/50:hover {
  border-bottom-color: rgb(112 26 117 / 0.5);
}

.hover\:border-b-fuchsia-900\/60:hover {
  border-bottom-color: rgb(112 26 117 / 0.6);
}

.hover\:border-b-fuchsia-900\/70:hover {
  border-bottom-color: rgb(112 26 117 / 0.7);
}

.hover\:border-b-fuchsia-900\/75:hover {
  border-bottom-color: rgb(112 26 117 / 0.75);
}

.hover\:border-b-fuchsia-900\/80:hover {
  border-bottom-color: rgb(112 26 117 / 0.8);
}

.hover\:border-b-fuchsia-900\/90:hover {
  border-bottom-color: rgb(112 26 117 / 0.9);
}

.hover\:border-b-fuchsia-900\/95:hover {
  border-bottom-color: rgb(112 26 117 / 0.95);
}

.hover\:border-b-fuchsia-950:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(74 4 78 / var(--tw-border-opacity));
}

.hover\:border-b-fuchsia-950\/0:hover {
  border-bottom-color: rgb(74 4 78 / 0);
}

.hover\:border-b-fuchsia-950\/10:hover {
  border-bottom-color: rgb(74 4 78 / 0.1);
}

.hover\:border-b-fuchsia-950\/100:hover {
  border-bottom-color: rgb(74 4 78 / 1);
}

.hover\:border-b-fuchsia-950\/20:hover {
  border-bottom-color: rgb(74 4 78 / 0.2);
}

.hover\:border-b-fuchsia-950\/25:hover {
  border-bottom-color: rgb(74 4 78 / 0.25);
}

.hover\:border-b-fuchsia-950\/30:hover {
  border-bottom-color: rgb(74 4 78 / 0.3);
}

.hover\:border-b-fuchsia-950\/40:hover {
  border-bottom-color: rgb(74 4 78 / 0.4);
}

.hover\:border-b-fuchsia-950\/5:hover {
  border-bottom-color: rgb(74 4 78 / 0.05);
}

.hover\:border-b-fuchsia-950\/50:hover {
  border-bottom-color: rgb(74 4 78 / 0.5);
}

.hover\:border-b-fuchsia-950\/60:hover {
  border-bottom-color: rgb(74 4 78 / 0.6);
}

.hover\:border-b-fuchsia-950\/70:hover {
  border-bottom-color: rgb(74 4 78 / 0.7);
}

.hover\:border-b-fuchsia-950\/75:hover {
  border-bottom-color: rgb(74 4 78 / 0.75);
}

.hover\:border-b-fuchsia-950\/80:hover {
  border-bottom-color: rgb(74 4 78 / 0.8);
}

.hover\:border-b-fuchsia-950\/90:hover {
  border-bottom-color: rgb(74 4 78 / 0.9);
}

.hover\:border-b-fuchsia-950\/95:hover {
  border-bottom-color: rgb(74 4 78 / 0.95);
}

.hover\:border-b-gray-100:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.hover\:border-b-gray-100\/0:hover {
  border-bottom-color: rgb(243 244 246 / 0);
}

.hover\:border-b-gray-100\/10:hover {
  border-bottom-color: rgb(243 244 246 / 0.1);
}

.hover\:border-b-gray-100\/100:hover {
  border-bottom-color: rgb(243 244 246 / 1);
}

.hover\:border-b-gray-100\/20:hover {
  border-bottom-color: rgb(243 244 246 / 0.2);
}

.hover\:border-b-gray-100\/25:hover {
  border-bottom-color: rgb(243 244 246 / 0.25);
}

.hover\:border-b-gray-100\/30:hover {
  border-bottom-color: rgb(243 244 246 / 0.3);
}

.hover\:border-b-gray-100\/40:hover {
  border-bottom-color: rgb(243 244 246 / 0.4);
}

.hover\:border-b-gray-100\/5:hover {
  border-bottom-color: rgb(243 244 246 / 0.05);
}

.hover\:border-b-gray-100\/50:hover {
  border-bottom-color: rgb(243 244 246 / 0.5);
}

.hover\:border-b-gray-100\/60:hover {
  border-bottom-color: rgb(243 244 246 / 0.6);
}

.hover\:border-b-gray-100\/70:hover {
  border-bottom-color: rgb(243 244 246 / 0.7);
}

.hover\:border-b-gray-100\/75:hover {
  border-bottom-color: rgb(243 244 246 / 0.75);
}

.hover\:border-b-gray-100\/80:hover {
  border-bottom-color: rgb(243 244 246 / 0.8);
}

.hover\:border-b-gray-100\/90:hover {
  border-bottom-color: rgb(243 244 246 / 0.9);
}

.hover\:border-b-gray-100\/95:hover {
  border-bottom-color: rgb(243 244 246 / 0.95);
}

.hover\:border-b-gray-200:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.hover\:border-b-gray-200\/0:hover {
  border-bottom-color: rgb(229 231 235 / 0);
}

.hover\:border-b-gray-200\/10:hover {
  border-bottom-color: rgb(229 231 235 / 0.1);
}

.hover\:border-b-gray-200\/100:hover {
  border-bottom-color: rgb(229 231 235 / 1);
}

.hover\:border-b-gray-200\/20:hover {
  border-bottom-color: rgb(229 231 235 / 0.2);
}

.hover\:border-b-gray-200\/25:hover {
  border-bottom-color: rgb(229 231 235 / 0.25);
}

.hover\:border-b-gray-200\/30:hover {
  border-bottom-color: rgb(229 231 235 / 0.3);
}

.hover\:border-b-gray-200\/40:hover {
  border-bottom-color: rgb(229 231 235 / 0.4);
}

.hover\:border-b-gray-200\/5:hover {
  border-bottom-color: rgb(229 231 235 / 0.05);
}

.hover\:border-b-gray-200\/50:hover {
  border-bottom-color: rgb(229 231 235 / 0.5);
}

.hover\:border-b-gray-200\/60:hover {
  border-bottom-color: rgb(229 231 235 / 0.6);
}

.hover\:border-b-gray-200\/70:hover {
  border-bottom-color: rgb(229 231 235 / 0.7);
}

.hover\:border-b-gray-200\/75:hover {
  border-bottom-color: rgb(229 231 235 / 0.75);
}

.hover\:border-b-gray-200\/80:hover {
  border-bottom-color: rgb(229 231 235 / 0.8);
}

.hover\:border-b-gray-200\/90:hover {
  border-bottom-color: rgb(229 231 235 / 0.9);
}

.hover\:border-b-gray-200\/95:hover {
  border-bottom-color: rgb(229 231 235 / 0.95);
}

.hover\:border-b-gray-300:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.hover\:border-b-gray-300\/0:hover {
  border-bottom-color: rgb(209 213 219 / 0);
}

.hover\:border-b-gray-300\/10:hover {
  border-bottom-color: rgb(209 213 219 / 0.1);
}

.hover\:border-b-gray-300\/100:hover {
  border-bottom-color: rgb(209 213 219 / 1);
}

.hover\:border-b-gray-300\/20:hover {
  border-bottom-color: rgb(209 213 219 / 0.2);
}

.hover\:border-b-gray-300\/25:hover {
  border-bottom-color: rgb(209 213 219 / 0.25);
}

.hover\:border-b-gray-300\/30:hover {
  border-bottom-color: rgb(209 213 219 / 0.3);
}

.hover\:border-b-gray-300\/40:hover {
  border-bottom-color: rgb(209 213 219 / 0.4);
}

.hover\:border-b-gray-300\/5:hover {
  border-bottom-color: rgb(209 213 219 / 0.05);
}

.hover\:border-b-gray-300\/50:hover {
  border-bottom-color: rgb(209 213 219 / 0.5);
}

.hover\:border-b-gray-300\/60:hover {
  border-bottom-color: rgb(209 213 219 / 0.6);
}

.hover\:border-b-gray-300\/70:hover {
  border-bottom-color: rgb(209 213 219 / 0.7);
}

.hover\:border-b-gray-300\/75:hover {
  border-bottom-color: rgb(209 213 219 / 0.75);
}

.hover\:border-b-gray-300\/80:hover {
  border-bottom-color: rgb(209 213 219 / 0.8);
}

.hover\:border-b-gray-300\/90:hover {
  border-bottom-color: rgb(209 213 219 / 0.9);
}

.hover\:border-b-gray-300\/95:hover {
  border-bottom-color: rgb(209 213 219 / 0.95);
}

.hover\:border-b-gray-400:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.hover\:border-b-gray-400\/0:hover {
  border-bottom-color: rgb(156 163 175 / 0);
}

.hover\:border-b-gray-400\/10:hover {
  border-bottom-color: rgb(156 163 175 / 0.1);
}

.hover\:border-b-gray-400\/100:hover {
  border-bottom-color: rgb(156 163 175 / 1);
}

.hover\:border-b-gray-400\/20:hover {
  border-bottom-color: rgb(156 163 175 / 0.2);
}

.hover\:border-b-gray-400\/25:hover {
  border-bottom-color: rgb(156 163 175 / 0.25);
}

.hover\:border-b-gray-400\/30:hover {
  border-bottom-color: rgb(156 163 175 / 0.3);
}

.hover\:border-b-gray-400\/40:hover {
  border-bottom-color: rgb(156 163 175 / 0.4);
}

.hover\:border-b-gray-400\/5:hover {
  border-bottom-color: rgb(156 163 175 / 0.05);
}

.hover\:border-b-gray-400\/50:hover {
  border-bottom-color: rgb(156 163 175 / 0.5);
}

.hover\:border-b-gray-400\/60:hover {
  border-bottom-color: rgb(156 163 175 / 0.6);
}

.hover\:border-b-gray-400\/70:hover {
  border-bottom-color: rgb(156 163 175 / 0.7);
}

.hover\:border-b-gray-400\/75:hover {
  border-bottom-color: rgb(156 163 175 / 0.75);
}

.hover\:border-b-gray-400\/80:hover {
  border-bottom-color: rgb(156 163 175 / 0.8);
}

.hover\:border-b-gray-400\/90:hover {
  border-bottom-color: rgb(156 163 175 / 0.9);
}

.hover\:border-b-gray-400\/95:hover {
  border-bottom-color: rgb(156 163 175 / 0.95);
}

.hover\:border-b-gray-50:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.hover\:border-b-gray-50\/0:hover {
  border-bottom-color: rgb(249 250 251 / 0);
}

.hover\:border-b-gray-50\/10:hover {
  border-bottom-color: rgb(249 250 251 / 0.1);
}

.hover\:border-b-gray-50\/100:hover {
  border-bottom-color: rgb(249 250 251 / 1);
}

.hover\:border-b-gray-50\/20:hover {
  border-bottom-color: rgb(249 250 251 / 0.2);
}

.hover\:border-b-gray-50\/25:hover {
  border-bottom-color: rgb(249 250 251 / 0.25);
}

.hover\:border-b-gray-50\/30:hover {
  border-bottom-color: rgb(249 250 251 / 0.3);
}

.hover\:border-b-gray-50\/40:hover {
  border-bottom-color: rgb(249 250 251 / 0.4);
}

.hover\:border-b-gray-50\/5:hover {
  border-bottom-color: rgb(249 250 251 / 0.05);
}

.hover\:border-b-gray-50\/50:hover {
  border-bottom-color: rgb(249 250 251 / 0.5);
}

.hover\:border-b-gray-50\/60:hover {
  border-bottom-color: rgb(249 250 251 / 0.6);
}

.hover\:border-b-gray-50\/70:hover {
  border-bottom-color: rgb(249 250 251 / 0.7);
}

.hover\:border-b-gray-50\/75:hover {
  border-bottom-color: rgb(249 250 251 / 0.75);
}

.hover\:border-b-gray-50\/80:hover {
  border-bottom-color: rgb(249 250 251 / 0.8);
}

.hover\:border-b-gray-50\/90:hover {
  border-bottom-color: rgb(249 250 251 / 0.9);
}

.hover\:border-b-gray-50\/95:hover {
  border-bottom-color: rgb(249 250 251 / 0.95);
}

.hover\:border-b-gray-500:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.hover\:border-b-gray-500\/0:hover {
  border-bottom-color: rgb(107 114 128 / 0);
}

.hover\:border-b-gray-500\/10:hover {
  border-bottom-color: rgb(107 114 128 / 0.1);
}

.hover\:border-b-gray-500\/100:hover {
  border-bottom-color: rgb(107 114 128 / 1);
}

.hover\:border-b-gray-500\/20:hover {
  border-bottom-color: rgb(107 114 128 / 0.2);
}

.hover\:border-b-gray-500\/25:hover {
  border-bottom-color: rgb(107 114 128 / 0.25);
}

.hover\:border-b-gray-500\/30:hover {
  border-bottom-color: rgb(107 114 128 / 0.3);
}

.hover\:border-b-gray-500\/40:hover {
  border-bottom-color: rgb(107 114 128 / 0.4);
}

.hover\:border-b-gray-500\/5:hover {
  border-bottom-color: rgb(107 114 128 / 0.05);
}

.hover\:border-b-gray-500\/50:hover {
  border-bottom-color: rgb(107 114 128 / 0.5);
}

.hover\:border-b-gray-500\/60:hover {
  border-bottom-color: rgb(107 114 128 / 0.6);
}

.hover\:border-b-gray-500\/70:hover {
  border-bottom-color: rgb(107 114 128 / 0.7);
}

.hover\:border-b-gray-500\/75:hover {
  border-bottom-color: rgb(107 114 128 / 0.75);
}

.hover\:border-b-gray-500\/80:hover {
  border-bottom-color: rgb(107 114 128 / 0.8);
}

.hover\:border-b-gray-500\/90:hover {
  border-bottom-color: rgb(107 114 128 / 0.9);
}

.hover\:border-b-gray-500\/95:hover {
  border-bottom-color: rgb(107 114 128 / 0.95);
}

.hover\:border-b-gray-600:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.hover\:border-b-gray-600\/0:hover {
  border-bottom-color: rgb(75 85 99 / 0);
}

.hover\:border-b-gray-600\/10:hover {
  border-bottom-color: rgb(75 85 99 / 0.1);
}

.hover\:border-b-gray-600\/100:hover {
  border-bottom-color: rgb(75 85 99 / 1);
}

.hover\:border-b-gray-600\/20:hover {
  border-bottom-color: rgb(75 85 99 / 0.2);
}

.hover\:border-b-gray-600\/25:hover {
  border-bottom-color: rgb(75 85 99 / 0.25);
}

.hover\:border-b-gray-600\/30:hover {
  border-bottom-color: rgb(75 85 99 / 0.3);
}

.hover\:border-b-gray-600\/40:hover {
  border-bottom-color: rgb(75 85 99 / 0.4);
}

.hover\:border-b-gray-600\/5:hover {
  border-bottom-color: rgb(75 85 99 / 0.05);
}

.hover\:border-b-gray-600\/50:hover {
  border-bottom-color: rgb(75 85 99 / 0.5);
}

.hover\:border-b-gray-600\/60:hover {
  border-bottom-color: rgb(75 85 99 / 0.6);
}

.hover\:border-b-gray-600\/70:hover {
  border-bottom-color: rgb(75 85 99 / 0.7);
}

.hover\:border-b-gray-600\/75:hover {
  border-bottom-color: rgb(75 85 99 / 0.75);
}

.hover\:border-b-gray-600\/80:hover {
  border-bottom-color: rgb(75 85 99 / 0.8);
}

.hover\:border-b-gray-600\/90:hover {
  border-bottom-color: rgb(75 85 99 / 0.9);
}

.hover\:border-b-gray-600\/95:hover {
  border-bottom-color: rgb(75 85 99 / 0.95);
}

.hover\:border-b-gray-700:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.hover\:border-b-gray-700\/0:hover {
  border-bottom-color: rgb(55 65 81 / 0);
}

.hover\:border-b-gray-700\/10:hover {
  border-bottom-color: rgb(55 65 81 / 0.1);
}

.hover\:border-b-gray-700\/100:hover {
  border-bottom-color: rgb(55 65 81 / 1);
}

.hover\:border-b-gray-700\/20:hover {
  border-bottom-color: rgb(55 65 81 / 0.2);
}

.hover\:border-b-gray-700\/25:hover {
  border-bottom-color: rgb(55 65 81 / 0.25);
}

.hover\:border-b-gray-700\/30:hover {
  border-bottom-color: rgb(55 65 81 / 0.3);
}

.hover\:border-b-gray-700\/40:hover {
  border-bottom-color: rgb(55 65 81 / 0.4);
}

.hover\:border-b-gray-700\/5:hover {
  border-bottom-color: rgb(55 65 81 / 0.05);
}

.hover\:border-b-gray-700\/50:hover {
  border-bottom-color: rgb(55 65 81 / 0.5);
}

.hover\:border-b-gray-700\/60:hover {
  border-bottom-color: rgb(55 65 81 / 0.6);
}

.hover\:border-b-gray-700\/70:hover {
  border-bottom-color: rgb(55 65 81 / 0.7);
}

.hover\:border-b-gray-700\/75:hover {
  border-bottom-color: rgb(55 65 81 / 0.75);
}

.hover\:border-b-gray-700\/80:hover {
  border-bottom-color: rgb(55 65 81 / 0.8);
}

.hover\:border-b-gray-700\/90:hover {
  border-bottom-color: rgb(55 65 81 / 0.9);
}

.hover\:border-b-gray-700\/95:hover {
  border-bottom-color: rgb(55 65 81 / 0.95);
}

.hover\:border-b-gray-800:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.hover\:border-b-gray-800\/0:hover {
  border-bottom-color: rgb(31 41 55 / 0);
}

.hover\:border-b-gray-800\/10:hover {
  border-bottom-color: rgb(31 41 55 / 0.1);
}

.hover\:border-b-gray-800\/100:hover {
  border-bottom-color: rgb(31 41 55 / 1);
}

.hover\:border-b-gray-800\/20:hover {
  border-bottom-color: rgb(31 41 55 / 0.2);
}

.hover\:border-b-gray-800\/25:hover {
  border-bottom-color: rgb(31 41 55 / 0.25);
}

.hover\:border-b-gray-800\/30:hover {
  border-bottom-color: rgb(31 41 55 / 0.3);
}

.hover\:border-b-gray-800\/40:hover {
  border-bottom-color: rgb(31 41 55 / 0.4);
}

.hover\:border-b-gray-800\/5:hover {
  border-bottom-color: rgb(31 41 55 / 0.05);
}

.hover\:border-b-gray-800\/50:hover {
  border-bottom-color: rgb(31 41 55 / 0.5);
}

.hover\:border-b-gray-800\/60:hover {
  border-bottom-color: rgb(31 41 55 / 0.6);
}

.hover\:border-b-gray-800\/70:hover {
  border-bottom-color: rgb(31 41 55 / 0.7);
}

.hover\:border-b-gray-800\/75:hover {
  border-bottom-color: rgb(31 41 55 / 0.75);
}

.hover\:border-b-gray-800\/80:hover {
  border-bottom-color: rgb(31 41 55 / 0.8);
}

.hover\:border-b-gray-800\/90:hover {
  border-bottom-color: rgb(31 41 55 / 0.9);
}

.hover\:border-b-gray-800\/95:hover {
  border-bottom-color: rgb(31 41 55 / 0.95);
}

.hover\:border-b-gray-900:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.hover\:border-b-gray-900\/0:hover {
  border-bottom-color: rgb(17 24 39 / 0);
}

.hover\:border-b-gray-900\/10:hover {
  border-bottom-color: rgb(17 24 39 / 0.1);
}

.hover\:border-b-gray-900\/100:hover {
  border-bottom-color: rgb(17 24 39 / 1);
}

.hover\:border-b-gray-900\/20:hover {
  border-bottom-color: rgb(17 24 39 / 0.2);
}

.hover\:border-b-gray-900\/25:hover {
  border-bottom-color: rgb(17 24 39 / 0.25);
}

.hover\:border-b-gray-900\/30:hover {
  border-bottom-color: rgb(17 24 39 / 0.3);
}

.hover\:border-b-gray-900\/40:hover {
  border-bottom-color: rgb(17 24 39 / 0.4);
}

.hover\:border-b-gray-900\/5:hover {
  border-bottom-color: rgb(17 24 39 / 0.05);
}

.hover\:border-b-gray-900\/50:hover {
  border-bottom-color: rgb(17 24 39 / 0.5);
}

.hover\:border-b-gray-900\/60:hover {
  border-bottom-color: rgb(17 24 39 / 0.6);
}

.hover\:border-b-gray-900\/70:hover {
  border-bottom-color: rgb(17 24 39 / 0.7);
}

.hover\:border-b-gray-900\/75:hover {
  border-bottom-color: rgb(17 24 39 / 0.75);
}

.hover\:border-b-gray-900\/80:hover {
  border-bottom-color: rgb(17 24 39 / 0.8);
}

.hover\:border-b-gray-900\/90:hover {
  border-bottom-color: rgb(17 24 39 / 0.9);
}

.hover\:border-b-gray-900\/95:hover {
  border-bottom-color: rgb(17 24 39 / 0.95);
}

.hover\:border-b-gray-950:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(3 7 18 / var(--tw-border-opacity));
}

.hover\:border-b-gray-950\/0:hover {
  border-bottom-color: rgb(3 7 18 / 0);
}

.hover\:border-b-gray-950\/10:hover {
  border-bottom-color: rgb(3 7 18 / 0.1);
}

.hover\:border-b-gray-950\/100:hover {
  border-bottom-color: rgb(3 7 18 / 1);
}

.hover\:border-b-gray-950\/20:hover {
  border-bottom-color: rgb(3 7 18 / 0.2);
}

.hover\:border-b-gray-950\/25:hover {
  border-bottom-color: rgb(3 7 18 / 0.25);
}

.hover\:border-b-gray-950\/30:hover {
  border-bottom-color: rgb(3 7 18 / 0.3);
}

.hover\:border-b-gray-950\/40:hover {
  border-bottom-color: rgb(3 7 18 / 0.4);
}

.hover\:border-b-gray-950\/5:hover {
  border-bottom-color: rgb(3 7 18 / 0.05);
}

.hover\:border-b-gray-950\/50:hover {
  border-bottom-color: rgb(3 7 18 / 0.5);
}

.hover\:border-b-gray-950\/60:hover {
  border-bottom-color: rgb(3 7 18 / 0.6);
}

.hover\:border-b-gray-950\/70:hover {
  border-bottom-color: rgb(3 7 18 / 0.7);
}

.hover\:border-b-gray-950\/75:hover {
  border-bottom-color: rgb(3 7 18 / 0.75);
}

.hover\:border-b-gray-950\/80:hover {
  border-bottom-color: rgb(3 7 18 / 0.8);
}

.hover\:border-b-gray-950\/90:hover {
  border-bottom-color: rgb(3 7 18 / 0.9);
}

.hover\:border-b-gray-950\/95:hover {
  border-bottom-color: rgb(3 7 18 / 0.95);
}

.hover\:border-b-green-100:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(220 252 231 / var(--tw-border-opacity));
}

.hover\:border-b-green-100\/0:hover {
  border-bottom-color: rgb(220 252 231 / 0);
}

.hover\:border-b-green-100\/10:hover {
  border-bottom-color: rgb(220 252 231 / 0.1);
}

.hover\:border-b-green-100\/100:hover {
  border-bottom-color: rgb(220 252 231 / 1);
}

.hover\:border-b-green-100\/20:hover {
  border-bottom-color: rgb(220 252 231 / 0.2);
}

.hover\:border-b-green-100\/25:hover {
  border-bottom-color: rgb(220 252 231 / 0.25);
}

.hover\:border-b-green-100\/30:hover {
  border-bottom-color: rgb(220 252 231 / 0.3);
}

.hover\:border-b-green-100\/40:hover {
  border-bottom-color: rgb(220 252 231 / 0.4);
}

.hover\:border-b-green-100\/5:hover {
  border-bottom-color: rgb(220 252 231 / 0.05);
}

.hover\:border-b-green-100\/50:hover {
  border-bottom-color: rgb(220 252 231 / 0.5);
}

.hover\:border-b-green-100\/60:hover {
  border-bottom-color: rgb(220 252 231 / 0.6);
}

.hover\:border-b-green-100\/70:hover {
  border-bottom-color: rgb(220 252 231 / 0.7);
}

.hover\:border-b-green-100\/75:hover {
  border-bottom-color: rgb(220 252 231 / 0.75);
}

.hover\:border-b-green-100\/80:hover {
  border-bottom-color: rgb(220 252 231 / 0.8);
}

.hover\:border-b-green-100\/90:hover {
  border-bottom-color: rgb(220 252 231 / 0.9);
}

.hover\:border-b-green-100\/95:hover {
  border-bottom-color: rgb(220 252 231 / 0.95);
}

.hover\:border-b-green-200:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.hover\:border-b-green-200\/0:hover {
  border-bottom-color: rgb(187 247 208 / 0);
}

.hover\:border-b-green-200\/10:hover {
  border-bottom-color: rgb(187 247 208 / 0.1);
}

.hover\:border-b-green-200\/100:hover {
  border-bottom-color: rgb(187 247 208 / 1);
}

.hover\:border-b-green-200\/20:hover {
  border-bottom-color: rgb(187 247 208 / 0.2);
}

.hover\:border-b-green-200\/25:hover {
  border-bottom-color: rgb(187 247 208 / 0.25);
}

.hover\:border-b-green-200\/30:hover {
  border-bottom-color: rgb(187 247 208 / 0.3);
}

.hover\:border-b-green-200\/40:hover {
  border-bottom-color: rgb(187 247 208 / 0.4);
}

.hover\:border-b-green-200\/5:hover {
  border-bottom-color: rgb(187 247 208 / 0.05);
}

.hover\:border-b-green-200\/50:hover {
  border-bottom-color: rgb(187 247 208 / 0.5);
}

.hover\:border-b-green-200\/60:hover {
  border-bottom-color: rgb(187 247 208 / 0.6);
}

.hover\:border-b-green-200\/70:hover {
  border-bottom-color: rgb(187 247 208 / 0.7);
}

.hover\:border-b-green-200\/75:hover {
  border-bottom-color: rgb(187 247 208 / 0.75);
}

.hover\:border-b-green-200\/80:hover {
  border-bottom-color: rgb(187 247 208 / 0.8);
}

.hover\:border-b-green-200\/90:hover {
  border-bottom-color: rgb(187 247 208 / 0.9);
}

.hover\:border-b-green-200\/95:hover {
  border-bottom-color: rgb(187 247 208 / 0.95);
}

.hover\:border-b-green-300:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.hover\:border-b-green-300\/0:hover {
  border-bottom-color: rgb(134 239 172 / 0);
}

.hover\:border-b-green-300\/10:hover {
  border-bottom-color: rgb(134 239 172 / 0.1);
}

.hover\:border-b-green-300\/100:hover {
  border-bottom-color: rgb(134 239 172 / 1);
}

.hover\:border-b-green-300\/20:hover {
  border-bottom-color: rgb(134 239 172 / 0.2);
}

.hover\:border-b-green-300\/25:hover {
  border-bottom-color: rgb(134 239 172 / 0.25);
}

.hover\:border-b-green-300\/30:hover {
  border-bottom-color: rgb(134 239 172 / 0.3);
}

.hover\:border-b-green-300\/40:hover {
  border-bottom-color: rgb(134 239 172 / 0.4);
}

.hover\:border-b-green-300\/5:hover {
  border-bottom-color: rgb(134 239 172 / 0.05);
}

.hover\:border-b-green-300\/50:hover {
  border-bottom-color: rgb(134 239 172 / 0.5);
}

.hover\:border-b-green-300\/60:hover {
  border-bottom-color: rgb(134 239 172 / 0.6);
}

.hover\:border-b-green-300\/70:hover {
  border-bottom-color: rgb(134 239 172 / 0.7);
}

.hover\:border-b-green-300\/75:hover {
  border-bottom-color: rgb(134 239 172 / 0.75);
}

.hover\:border-b-green-300\/80:hover {
  border-bottom-color: rgb(134 239 172 / 0.8);
}

.hover\:border-b-green-300\/90:hover {
  border-bottom-color: rgb(134 239 172 / 0.9);
}

.hover\:border-b-green-300\/95:hover {
  border-bottom-color: rgb(134 239 172 / 0.95);
}

.hover\:border-b-green-400:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.hover\:border-b-green-400\/0:hover {
  border-bottom-color: rgb(74 222 128 / 0);
}

.hover\:border-b-green-400\/10:hover {
  border-bottom-color: rgb(74 222 128 / 0.1);
}

.hover\:border-b-green-400\/100:hover {
  border-bottom-color: rgb(74 222 128 / 1);
}

.hover\:border-b-green-400\/20:hover {
  border-bottom-color: rgb(74 222 128 / 0.2);
}

.hover\:border-b-green-400\/25:hover {
  border-bottom-color: rgb(74 222 128 / 0.25);
}

.hover\:border-b-green-400\/30:hover {
  border-bottom-color: rgb(74 222 128 / 0.3);
}

.hover\:border-b-green-400\/40:hover {
  border-bottom-color: rgb(74 222 128 / 0.4);
}

.hover\:border-b-green-400\/5:hover {
  border-bottom-color: rgb(74 222 128 / 0.05);
}

.hover\:border-b-green-400\/50:hover {
  border-bottom-color: rgb(74 222 128 / 0.5);
}

.hover\:border-b-green-400\/60:hover {
  border-bottom-color: rgb(74 222 128 / 0.6);
}

.hover\:border-b-green-400\/70:hover {
  border-bottom-color: rgb(74 222 128 / 0.7);
}

.hover\:border-b-green-400\/75:hover {
  border-bottom-color: rgb(74 222 128 / 0.75);
}

.hover\:border-b-green-400\/80:hover {
  border-bottom-color: rgb(74 222 128 / 0.8);
}

.hover\:border-b-green-400\/90:hover {
  border-bottom-color: rgb(74 222 128 / 0.9);
}

.hover\:border-b-green-400\/95:hover {
  border-bottom-color: rgb(74 222 128 / 0.95);
}

.hover\:border-b-green-50:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(240 253 244 / var(--tw-border-opacity));
}

.hover\:border-b-green-50\/0:hover {
  border-bottom-color: rgb(240 253 244 / 0);
}

.hover\:border-b-green-50\/10:hover {
  border-bottom-color: rgb(240 253 244 / 0.1);
}

.hover\:border-b-green-50\/100:hover {
  border-bottom-color: rgb(240 253 244 / 1);
}

.hover\:border-b-green-50\/20:hover {
  border-bottom-color: rgb(240 253 244 / 0.2);
}

.hover\:border-b-green-50\/25:hover {
  border-bottom-color: rgb(240 253 244 / 0.25);
}

.hover\:border-b-green-50\/30:hover {
  border-bottom-color: rgb(240 253 244 / 0.3);
}

.hover\:border-b-green-50\/40:hover {
  border-bottom-color: rgb(240 253 244 / 0.4);
}

.hover\:border-b-green-50\/5:hover {
  border-bottom-color: rgb(240 253 244 / 0.05);
}

.hover\:border-b-green-50\/50:hover {
  border-bottom-color: rgb(240 253 244 / 0.5);
}

.hover\:border-b-green-50\/60:hover {
  border-bottom-color: rgb(240 253 244 / 0.6);
}

.hover\:border-b-green-50\/70:hover {
  border-bottom-color: rgb(240 253 244 / 0.7);
}

.hover\:border-b-green-50\/75:hover {
  border-bottom-color: rgb(240 253 244 / 0.75);
}

.hover\:border-b-green-50\/80:hover {
  border-bottom-color: rgb(240 253 244 / 0.8);
}

.hover\:border-b-green-50\/90:hover {
  border-bottom-color: rgb(240 253 244 / 0.9);
}

.hover\:border-b-green-50\/95:hover {
  border-bottom-color: rgb(240 253 244 / 0.95);
}

.hover\:border-b-green-500:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.hover\:border-b-green-500\/0:hover {
  border-bottom-color: rgb(34 197 94 / 0);
}

.hover\:border-b-green-500\/10:hover {
  border-bottom-color: rgb(34 197 94 / 0.1);
}

.hover\:border-b-green-500\/100:hover {
  border-bottom-color: rgb(34 197 94 / 1);
}

.hover\:border-b-green-500\/20:hover {
  border-bottom-color: rgb(34 197 94 / 0.2);
}

.hover\:border-b-green-500\/25:hover {
  border-bottom-color: rgb(34 197 94 / 0.25);
}

.hover\:border-b-green-500\/30:hover {
  border-bottom-color: rgb(34 197 94 / 0.3);
}

.hover\:border-b-green-500\/40:hover {
  border-bottom-color: rgb(34 197 94 / 0.4);
}

.hover\:border-b-green-500\/5:hover {
  border-bottom-color: rgb(34 197 94 / 0.05);
}

.hover\:border-b-green-500\/50:hover {
  border-bottom-color: rgb(34 197 94 / 0.5);
}

.hover\:border-b-green-500\/60:hover {
  border-bottom-color: rgb(34 197 94 / 0.6);
}

.hover\:border-b-green-500\/70:hover {
  border-bottom-color: rgb(34 197 94 / 0.7);
}

.hover\:border-b-green-500\/75:hover {
  border-bottom-color: rgb(34 197 94 / 0.75);
}

.hover\:border-b-green-500\/80:hover {
  border-bottom-color: rgb(34 197 94 / 0.8);
}

.hover\:border-b-green-500\/90:hover {
  border-bottom-color: rgb(34 197 94 / 0.9);
}

.hover\:border-b-green-500\/95:hover {
  border-bottom-color: rgb(34 197 94 / 0.95);
}

.hover\:border-b-green-600:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.hover\:border-b-green-600\/0:hover {
  border-bottom-color: rgb(22 163 74 / 0);
}

.hover\:border-b-green-600\/10:hover {
  border-bottom-color: rgb(22 163 74 / 0.1);
}

.hover\:border-b-green-600\/100:hover {
  border-bottom-color: rgb(22 163 74 / 1);
}

.hover\:border-b-green-600\/20:hover {
  border-bottom-color: rgb(22 163 74 / 0.2);
}

.hover\:border-b-green-600\/25:hover {
  border-bottom-color: rgb(22 163 74 / 0.25);
}

.hover\:border-b-green-600\/30:hover {
  border-bottom-color: rgb(22 163 74 / 0.3);
}

.hover\:border-b-green-600\/40:hover {
  border-bottom-color: rgb(22 163 74 / 0.4);
}

.hover\:border-b-green-600\/5:hover {
  border-bottom-color: rgb(22 163 74 / 0.05);
}

.hover\:border-b-green-600\/50:hover {
  border-bottom-color: rgb(22 163 74 / 0.5);
}

.hover\:border-b-green-600\/60:hover {
  border-bottom-color: rgb(22 163 74 / 0.6);
}

.hover\:border-b-green-600\/70:hover {
  border-bottom-color: rgb(22 163 74 / 0.7);
}

.hover\:border-b-green-600\/75:hover {
  border-bottom-color: rgb(22 163 74 / 0.75);
}

.hover\:border-b-green-600\/80:hover {
  border-bottom-color: rgb(22 163 74 / 0.8);
}

.hover\:border-b-green-600\/90:hover {
  border-bottom-color: rgb(22 163 74 / 0.9);
}

.hover\:border-b-green-600\/95:hover {
  border-bottom-color: rgb(22 163 74 / 0.95);
}

.hover\:border-b-green-700:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.hover\:border-b-green-700\/0:hover {
  border-bottom-color: rgb(21 128 61 / 0);
}

.hover\:border-b-green-700\/10:hover {
  border-bottom-color: rgb(21 128 61 / 0.1);
}

.hover\:border-b-green-700\/100:hover {
  border-bottom-color: rgb(21 128 61 / 1);
}

.hover\:border-b-green-700\/20:hover {
  border-bottom-color: rgb(21 128 61 / 0.2);
}

.hover\:border-b-green-700\/25:hover {
  border-bottom-color: rgb(21 128 61 / 0.25);
}

.hover\:border-b-green-700\/30:hover {
  border-bottom-color: rgb(21 128 61 / 0.3);
}

.hover\:border-b-green-700\/40:hover {
  border-bottom-color: rgb(21 128 61 / 0.4);
}

.hover\:border-b-green-700\/5:hover {
  border-bottom-color: rgb(21 128 61 / 0.05);
}

.hover\:border-b-green-700\/50:hover {
  border-bottom-color: rgb(21 128 61 / 0.5);
}

.hover\:border-b-green-700\/60:hover {
  border-bottom-color: rgb(21 128 61 / 0.6);
}

.hover\:border-b-green-700\/70:hover {
  border-bottom-color: rgb(21 128 61 / 0.7);
}

.hover\:border-b-green-700\/75:hover {
  border-bottom-color: rgb(21 128 61 / 0.75);
}

.hover\:border-b-green-700\/80:hover {
  border-bottom-color: rgb(21 128 61 / 0.8);
}

.hover\:border-b-green-700\/90:hover {
  border-bottom-color: rgb(21 128 61 / 0.9);
}

.hover\:border-b-green-700\/95:hover {
  border-bottom-color: rgb(21 128 61 / 0.95);
}

.hover\:border-b-green-800:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.hover\:border-b-green-800\/0:hover {
  border-bottom-color: rgb(22 101 52 / 0);
}

.hover\:border-b-green-800\/10:hover {
  border-bottom-color: rgb(22 101 52 / 0.1);
}

.hover\:border-b-green-800\/100:hover {
  border-bottom-color: rgb(22 101 52 / 1);
}

.hover\:border-b-green-800\/20:hover {
  border-bottom-color: rgb(22 101 52 / 0.2);
}

.hover\:border-b-green-800\/25:hover {
  border-bottom-color: rgb(22 101 52 / 0.25);
}

.hover\:border-b-green-800\/30:hover {
  border-bottom-color: rgb(22 101 52 / 0.3);
}

.hover\:border-b-green-800\/40:hover {
  border-bottom-color: rgb(22 101 52 / 0.4);
}

.hover\:border-b-green-800\/5:hover {
  border-bottom-color: rgb(22 101 52 / 0.05);
}

.hover\:border-b-green-800\/50:hover {
  border-bottom-color: rgb(22 101 52 / 0.5);
}

.hover\:border-b-green-800\/60:hover {
  border-bottom-color: rgb(22 101 52 / 0.6);
}

.hover\:border-b-green-800\/70:hover {
  border-bottom-color: rgb(22 101 52 / 0.7);
}

.hover\:border-b-green-800\/75:hover {
  border-bottom-color: rgb(22 101 52 / 0.75);
}

.hover\:border-b-green-800\/80:hover {
  border-bottom-color: rgb(22 101 52 / 0.8);
}

.hover\:border-b-green-800\/90:hover {
  border-bottom-color: rgb(22 101 52 / 0.9);
}

.hover\:border-b-green-800\/95:hover {
  border-bottom-color: rgb(22 101 52 / 0.95);
}

.hover\:border-b-green-900:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(20 83 45 / var(--tw-border-opacity));
}

.hover\:border-b-green-900\/0:hover {
  border-bottom-color: rgb(20 83 45 / 0);
}

.hover\:border-b-green-900\/10:hover {
  border-bottom-color: rgb(20 83 45 / 0.1);
}

.hover\:border-b-green-900\/100:hover {
  border-bottom-color: rgb(20 83 45 / 1);
}

.hover\:border-b-green-900\/20:hover {
  border-bottom-color: rgb(20 83 45 / 0.2);
}

.hover\:border-b-green-900\/25:hover {
  border-bottom-color: rgb(20 83 45 / 0.25);
}

.hover\:border-b-green-900\/30:hover {
  border-bottom-color: rgb(20 83 45 / 0.3);
}

.hover\:border-b-green-900\/40:hover {
  border-bottom-color: rgb(20 83 45 / 0.4);
}

.hover\:border-b-green-900\/5:hover {
  border-bottom-color: rgb(20 83 45 / 0.05);
}

.hover\:border-b-green-900\/50:hover {
  border-bottom-color: rgb(20 83 45 / 0.5);
}

.hover\:border-b-green-900\/60:hover {
  border-bottom-color: rgb(20 83 45 / 0.6);
}

.hover\:border-b-green-900\/70:hover {
  border-bottom-color: rgb(20 83 45 / 0.7);
}

.hover\:border-b-green-900\/75:hover {
  border-bottom-color: rgb(20 83 45 / 0.75);
}

.hover\:border-b-green-900\/80:hover {
  border-bottom-color: rgb(20 83 45 / 0.8);
}

.hover\:border-b-green-900\/90:hover {
  border-bottom-color: rgb(20 83 45 / 0.9);
}

.hover\:border-b-green-900\/95:hover {
  border-bottom-color: rgb(20 83 45 / 0.95);
}

.hover\:border-b-green-950:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(5 46 22 / var(--tw-border-opacity));
}

.hover\:border-b-green-950\/0:hover {
  border-bottom-color: rgb(5 46 22 / 0);
}

.hover\:border-b-green-950\/10:hover {
  border-bottom-color: rgb(5 46 22 / 0.1);
}

.hover\:border-b-green-950\/100:hover {
  border-bottom-color: rgb(5 46 22 / 1);
}

.hover\:border-b-green-950\/20:hover {
  border-bottom-color: rgb(5 46 22 / 0.2);
}

.hover\:border-b-green-950\/25:hover {
  border-bottom-color: rgb(5 46 22 / 0.25);
}

.hover\:border-b-green-950\/30:hover {
  border-bottom-color: rgb(5 46 22 / 0.3);
}

.hover\:border-b-green-950\/40:hover {
  border-bottom-color: rgb(5 46 22 / 0.4);
}

.hover\:border-b-green-950\/5:hover {
  border-bottom-color: rgb(5 46 22 / 0.05);
}

.hover\:border-b-green-950\/50:hover {
  border-bottom-color: rgb(5 46 22 / 0.5);
}

.hover\:border-b-green-950\/60:hover {
  border-bottom-color: rgb(5 46 22 / 0.6);
}

.hover\:border-b-green-950\/70:hover {
  border-bottom-color: rgb(5 46 22 / 0.7);
}

.hover\:border-b-green-950\/75:hover {
  border-bottom-color: rgb(5 46 22 / 0.75);
}

.hover\:border-b-green-950\/80:hover {
  border-bottom-color: rgb(5 46 22 / 0.8);
}

.hover\:border-b-green-950\/90:hover {
  border-bottom-color: rgb(5 46 22 / 0.9);
}

.hover\:border-b-green-950\/95:hover {
  border-bottom-color: rgb(5 46 22 / 0.95);
}

.hover\:border-b-indigo-100:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(224 231 255 / var(--tw-border-opacity));
}

.hover\:border-b-indigo-100\/0:hover {
  border-bottom-color: rgb(224 231 255 / 0);
}

.hover\:border-b-indigo-100\/10:hover {
  border-bottom-color: rgb(224 231 255 / 0.1);
}

.hover\:border-b-indigo-100\/100:hover {
  border-bottom-color: rgb(224 231 255 / 1);
}

.hover\:border-b-indigo-100\/20:hover {
  border-bottom-color: rgb(224 231 255 / 0.2);
}

.hover\:border-b-indigo-100\/25:hover {
  border-bottom-color: rgb(224 231 255 / 0.25);
}

.hover\:border-b-indigo-100\/30:hover {
  border-bottom-color: rgb(224 231 255 / 0.3);
}

.hover\:border-b-indigo-100\/40:hover {
  border-bottom-color: rgb(224 231 255 / 0.4);
}

.hover\:border-b-indigo-100\/5:hover {
  border-bottom-color: rgb(224 231 255 / 0.05);
}

.hover\:border-b-indigo-100\/50:hover {
  border-bottom-color: rgb(224 231 255 / 0.5);
}

.hover\:border-b-indigo-100\/60:hover {
  border-bottom-color: rgb(224 231 255 / 0.6);
}

.hover\:border-b-indigo-100\/70:hover {
  border-bottom-color: rgb(224 231 255 / 0.7);
}

.hover\:border-b-indigo-100\/75:hover {
  border-bottom-color: rgb(224 231 255 / 0.75);
}

.hover\:border-b-indigo-100\/80:hover {
  border-bottom-color: rgb(224 231 255 / 0.8);
}

.hover\:border-b-indigo-100\/90:hover {
  border-bottom-color: rgb(224 231 255 / 0.9);
}

.hover\:border-b-indigo-100\/95:hover {
  border-bottom-color: rgb(224 231 255 / 0.95);
}

.hover\:border-b-indigo-200:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.hover\:border-b-indigo-200\/0:hover {
  border-bottom-color: rgb(199 210 254 / 0);
}

.hover\:border-b-indigo-200\/10:hover {
  border-bottom-color: rgb(199 210 254 / 0.1);
}

.hover\:border-b-indigo-200\/100:hover {
  border-bottom-color: rgb(199 210 254 / 1);
}

.hover\:border-b-indigo-200\/20:hover {
  border-bottom-color: rgb(199 210 254 / 0.2);
}

.hover\:border-b-indigo-200\/25:hover {
  border-bottom-color: rgb(199 210 254 / 0.25);
}

.hover\:border-b-indigo-200\/30:hover {
  border-bottom-color: rgb(199 210 254 / 0.3);
}

.hover\:border-b-indigo-200\/40:hover {
  border-bottom-color: rgb(199 210 254 / 0.4);
}

.hover\:border-b-indigo-200\/5:hover {
  border-bottom-color: rgb(199 210 254 / 0.05);
}

.hover\:border-b-indigo-200\/50:hover {
  border-bottom-color: rgb(199 210 254 / 0.5);
}

.hover\:border-b-indigo-200\/60:hover {
  border-bottom-color: rgb(199 210 254 / 0.6);
}

.hover\:border-b-indigo-200\/70:hover {
  border-bottom-color: rgb(199 210 254 / 0.7);
}

.hover\:border-b-indigo-200\/75:hover {
  border-bottom-color: rgb(199 210 254 / 0.75);
}

.hover\:border-b-indigo-200\/80:hover {
  border-bottom-color: rgb(199 210 254 / 0.8);
}

.hover\:border-b-indigo-200\/90:hover {
  border-bottom-color: rgb(199 210 254 / 0.9);
}

.hover\:border-b-indigo-200\/95:hover {
  border-bottom-color: rgb(199 210 254 / 0.95);
}

.hover\:border-b-indigo-300:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.hover\:border-b-indigo-300\/0:hover {
  border-bottom-color: rgb(165 180 252 / 0);
}

.hover\:border-b-indigo-300\/10:hover {
  border-bottom-color: rgb(165 180 252 / 0.1);
}

.hover\:border-b-indigo-300\/100:hover {
  border-bottom-color: rgb(165 180 252 / 1);
}

.hover\:border-b-indigo-300\/20:hover {
  border-bottom-color: rgb(165 180 252 / 0.2);
}

.hover\:border-b-indigo-300\/25:hover {
  border-bottom-color: rgb(165 180 252 / 0.25);
}

.hover\:border-b-indigo-300\/30:hover {
  border-bottom-color: rgb(165 180 252 / 0.3);
}

.hover\:border-b-indigo-300\/40:hover {
  border-bottom-color: rgb(165 180 252 / 0.4);
}

.hover\:border-b-indigo-300\/5:hover {
  border-bottom-color: rgb(165 180 252 / 0.05);
}

.hover\:border-b-indigo-300\/50:hover {
  border-bottom-color: rgb(165 180 252 / 0.5);
}

.hover\:border-b-indigo-300\/60:hover {
  border-bottom-color: rgb(165 180 252 / 0.6);
}

.hover\:border-b-indigo-300\/70:hover {
  border-bottom-color: rgb(165 180 252 / 0.7);
}

.hover\:border-b-indigo-300\/75:hover {
  border-bottom-color: rgb(165 180 252 / 0.75);
}

.hover\:border-b-indigo-300\/80:hover {
  border-bottom-color: rgb(165 180 252 / 0.8);
}

.hover\:border-b-indigo-300\/90:hover {
  border-bottom-color: rgb(165 180 252 / 0.9);
}

.hover\:border-b-indigo-300\/95:hover {
  border-bottom-color: rgb(165 180 252 / 0.95);
}

.hover\:border-b-indigo-400:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.hover\:border-b-indigo-400\/0:hover {
  border-bottom-color: rgb(129 140 248 / 0);
}

.hover\:border-b-indigo-400\/10:hover {
  border-bottom-color: rgb(129 140 248 / 0.1);
}

.hover\:border-b-indigo-400\/100:hover {
  border-bottom-color: rgb(129 140 248 / 1);
}

.hover\:border-b-indigo-400\/20:hover {
  border-bottom-color: rgb(129 140 248 / 0.2);
}

.hover\:border-b-indigo-400\/25:hover {
  border-bottom-color: rgb(129 140 248 / 0.25);
}

.hover\:border-b-indigo-400\/30:hover {
  border-bottom-color: rgb(129 140 248 / 0.3);
}

.hover\:border-b-indigo-400\/40:hover {
  border-bottom-color: rgb(129 140 248 / 0.4);
}

.hover\:border-b-indigo-400\/5:hover {
  border-bottom-color: rgb(129 140 248 / 0.05);
}

.hover\:border-b-indigo-400\/50:hover {
  border-bottom-color: rgb(129 140 248 / 0.5);
}

.hover\:border-b-indigo-400\/60:hover {
  border-bottom-color: rgb(129 140 248 / 0.6);
}

.hover\:border-b-indigo-400\/70:hover {
  border-bottom-color: rgb(129 140 248 / 0.7);
}

.hover\:border-b-indigo-400\/75:hover {
  border-bottom-color: rgb(129 140 248 / 0.75);
}

.hover\:border-b-indigo-400\/80:hover {
  border-bottom-color: rgb(129 140 248 / 0.8);
}

.hover\:border-b-indigo-400\/90:hover {
  border-bottom-color: rgb(129 140 248 / 0.9);
}

.hover\:border-b-indigo-400\/95:hover {
  border-bottom-color: rgb(129 140 248 / 0.95);
}

.hover\:border-b-indigo-50:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(238 242 255 / var(--tw-border-opacity));
}

.hover\:border-b-indigo-50\/0:hover {
  border-bottom-color: rgb(238 242 255 / 0);
}

.hover\:border-b-indigo-50\/10:hover {
  border-bottom-color: rgb(238 242 255 / 0.1);
}

.hover\:border-b-indigo-50\/100:hover {
  border-bottom-color: rgb(238 242 255 / 1);
}

.hover\:border-b-indigo-50\/20:hover {
  border-bottom-color: rgb(238 242 255 / 0.2);
}

.hover\:border-b-indigo-50\/25:hover {
  border-bottom-color: rgb(238 242 255 / 0.25);
}

.hover\:border-b-indigo-50\/30:hover {
  border-bottom-color: rgb(238 242 255 / 0.3);
}

.hover\:border-b-indigo-50\/40:hover {
  border-bottom-color: rgb(238 242 255 / 0.4);
}

.hover\:border-b-indigo-50\/5:hover {
  border-bottom-color: rgb(238 242 255 / 0.05);
}

.hover\:border-b-indigo-50\/50:hover {
  border-bottom-color: rgb(238 242 255 / 0.5);
}

.hover\:border-b-indigo-50\/60:hover {
  border-bottom-color: rgb(238 242 255 / 0.6);
}

.hover\:border-b-indigo-50\/70:hover {
  border-bottom-color: rgb(238 242 255 / 0.7);
}

.hover\:border-b-indigo-50\/75:hover {
  border-bottom-color: rgb(238 242 255 / 0.75);
}

.hover\:border-b-indigo-50\/80:hover {
  border-bottom-color: rgb(238 242 255 / 0.8);
}

.hover\:border-b-indigo-50\/90:hover {
  border-bottom-color: rgb(238 242 255 / 0.9);
}

.hover\:border-b-indigo-50\/95:hover {
  border-bottom-color: rgb(238 242 255 / 0.95);
}

.hover\:border-b-indigo-500:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.hover\:border-b-indigo-500\/0:hover {
  border-bottom-color: rgb(99 102 241 / 0);
}

.hover\:border-b-indigo-500\/10:hover {
  border-bottom-color: rgb(99 102 241 / 0.1);
}

.hover\:border-b-indigo-500\/100:hover {
  border-bottom-color: rgb(99 102 241 / 1);
}

.hover\:border-b-indigo-500\/20:hover {
  border-bottom-color: rgb(99 102 241 / 0.2);
}

.hover\:border-b-indigo-500\/25:hover {
  border-bottom-color: rgb(99 102 241 / 0.25);
}

.hover\:border-b-indigo-500\/30:hover {
  border-bottom-color: rgb(99 102 241 / 0.3);
}

.hover\:border-b-indigo-500\/40:hover {
  border-bottom-color: rgb(99 102 241 / 0.4);
}

.hover\:border-b-indigo-500\/5:hover {
  border-bottom-color: rgb(99 102 241 / 0.05);
}

.hover\:border-b-indigo-500\/50:hover {
  border-bottom-color: rgb(99 102 241 / 0.5);
}

.hover\:border-b-indigo-500\/60:hover {
  border-bottom-color: rgb(99 102 241 / 0.6);
}

.hover\:border-b-indigo-500\/70:hover {
  border-bottom-color: rgb(99 102 241 / 0.7);
}

.hover\:border-b-indigo-500\/75:hover {
  border-bottom-color: rgb(99 102 241 / 0.75);
}

.hover\:border-b-indigo-500\/80:hover {
  border-bottom-color: rgb(99 102 241 / 0.8);
}

.hover\:border-b-indigo-500\/90:hover {
  border-bottom-color: rgb(99 102 241 / 0.9);
}

.hover\:border-b-indigo-500\/95:hover {
  border-bottom-color: rgb(99 102 241 / 0.95);
}

.hover\:border-b-indigo-600:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.hover\:border-b-indigo-600\/0:hover {
  border-bottom-color: rgb(79 70 229 / 0);
}

.hover\:border-b-indigo-600\/10:hover {
  border-bottom-color: rgb(79 70 229 / 0.1);
}

.hover\:border-b-indigo-600\/100:hover {
  border-bottom-color: rgb(79 70 229 / 1);
}

.hover\:border-b-indigo-600\/20:hover {
  border-bottom-color: rgb(79 70 229 / 0.2);
}

.hover\:border-b-indigo-600\/25:hover {
  border-bottom-color: rgb(79 70 229 / 0.25);
}

.hover\:border-b-indigo-600\/30:hover {
  border-bottom-color: rgb(79 70 229 / 0.3);
}

.hover\:border-b-indigo-600\/40:hover {
  border-bottom-color: rgb(79 70 229 / 0.4);
}

.hover\:border-b-indigo-600\/5:hover {
  border-bottom-color: rgb(79 70 229 / 0.05);
}

.hover\:border-b-indigo-600\/50:hover {
  border-bottom-color: rgb(79 70 229 / 0.5);
}

.hover\:border-b-indigo-600\/60:hover {
  border-bottom-color: rgb(79 70 229 / 0.6);
}

.hover\:border-b-indigo-600\/70:hover {
  border-bottom-color: rgb(79 70 229 / 0.7);
}

.hover\:border-b-indigo-600\/75:hover {
  border-bottom-color: rgb(79 70 229 / 0.75);
}

.hover\:border-b-indigo-600\/80:hover {
  border-bottom-color: rgb(79 70 229 / 0.8);
}

.hover\:border-b-indigo-600\/90:hover {
  border-bottom-color: rgb(79 70 229 / 0.9);
}

.hover\:border-b-indigo-600\/95:hover {
  border-bottom-color: rgb(79 70 229 / 0.95);
}

.hover\:border-b-indigo-700:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.hover\:border-b-indigo-700\/0:hover {
  border-bottom-color: rgb(67 56 202 / 0);
}

.hover\:border-b-indigo-700\/10:hover {
  border-bottom-color: rgb(67 56 202 / 0.1);
}

.hover\:border-b-indigo-700\/100:hover {
  border-bottom-color: rgb(67 56 202 / 1);
}

.hover\:border-b-indigo-700\/20:hover {
  border-bottom-color: rgb(67 56 202 / 0.2);
}

.hover\:border-b-indigo-700\/25:hover {
  border-bottom-color: rgb(67 56 202 / 0.25);
}

.hover\:border-b-indigo-700\/30:hover {
  border-bottom-color: rgb(67 56 202 / 0.3);
}

.hover\:border-b-indigo-700\/40:hover {
  border-bottom-color: rgb(67 56 202 / 0.4);
}

.hover\:border-b-indigo-700\/5:hover {
  border-bottom-color: rgb(67 56 202 / 0.05);
}

.hover\:border-b-indigo-700\/50:hover {
  border-bottom-color: rgb(67 56 202 / 0.5);
}

.hover\:border-b-indigo-700\/60:hover {
  border-bottom-color: rgb(67 56 202 / 0.6);
}

.hover\:border-b-indigo-700\/70:hover {
  border-bottom-color: rgb(67 56 202 / 0.7);
}

.hover\:border-b-indigo-700\/75:hover {
  border-bottom-color: rgb(67 56 202 / 0.75);
}

.hover\:border-b-indigo-700\/80:hover {
  border-bottom-color: rgb(67 56 202 / 0.8);
}

.hover\:border-b-indigo-700\/90:hover {
  border-bottom-color: rgb(67 56 202 / 0.9);
}

.hover\:border-b-indigo-700\/95:hover {
  border-bottom-color: rgb(67 56 202 / 0.95);
}

.hover\:border-b-indigo-800:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(55 48 163 / var(--tw-border-opacity));
}

.hover\:border-b-indigo-800\/0:hover {
  border-bottom-color: rgb(55 48 163 / 0);
}

.hover\:border-b-indigo-800\/10:hover {
  border-bottom-color: rgb(55 48 163 / 0.1);
}

.hover\:border-b-indigo-800\/100:hover {
  border-bottom-color: rgb(55 48 163 / 1);
}

.hover\:border-b-indigo-800\/20:hover {
  border-bottom-color: rgb(55 48 163 / 0.2);
}

.hover\:border-b-indigo-800\/25:hover {
  border-bottom-color: rgb(55 48 163 / 0.25);
}

.hover\:border-b-indigo-800\/30:hover {
  border-bottom-color: rgb(55 48 163 / 0.3);
}

.hover\:border-b-indigo-800\/40:hover {
  border-bottom-color: rgb(55 48 163 / 0.4);
}

.hover\:border-b-indigo-800\/5:hover {
  border-bottom-color: rgb(55 48 163 / 0.05);
}

.hover\:border-b-indigo-800\/50:hover {
  border-bottom-color: rgb(55 48 163 / 0.5);
}

.hover\:border-b-indigo-800\/60:hover {
  border-bottom-color: rgb(55 48 163 / 0.6);
}

.hover\:border-b-indigo-800\/70:hover {
  border-bottom-color: rgb(55 48 163 / 0.7);
}

.hover\:border-b-indigo-800\/75:hover {
  border-bottom-color: rgb(55 48 163 / 0.75);
}

.hover\:border-b-indigo-800\/80:hover {
  border-bottom-color: rgb(55 48 163 / 0.8);
}

.hover\:border-b-indigo-800\/90:hover {
  border-bottom-color: rgb(55 48 163 / 0.9);
}

.hover\:border-b-indigo-800\/95:hover {
  border-bottom-color: rgb(55 48 163 / 0.95);
}

.hover\:border-b-indigo-900:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(49 46 129 / var(--tw-border-opacity));
}

.hover\:border-b-indigo-900\/0:hover {
  border-bottom-color: rgb(49 46 129 / 0);
}

.hover\:border-b-indigo-900\/10:hover {
  border-bottom-color: rgb(49 46 129 / 0.1);
}

.hover\:border-b-indigo-900\/100:hover {
  border-bottom-color: rgb(49 46 129 / 1);
}

.hover\:border-b-indigo-900\/20:hover {
  border-bottom-color: rgb(49 46 129 / 0.2);
}

.hover\:border-b-indigo-900\/25:hover {
  border-bottom-color: rgb(49 46 129 / 0.25);
}

.hover\:border-b-indigo-900\/30:hover {
  border-bottom-color: rgb(49 46 129 / 0.3);
}

.hover\:border-b-indigo-900\/40:hover {
  border-bottom-color: rgb(49 46 129 / 0.4);
}

.hover\:border-b-indigo-900\/5:hover {
  border-bottom-color: rgb(49 46 129 / 0.05);
}

.hover\:border-b-indigo-900\/50:hover {
  border-bottom-color: rgb(49 46 129 / 0.5);
}

.hover\:border-b-indigo-900\/60:hover {
  border-bottom-color: rgb(49 46 129 / 0.6);
}

.hover\:border-b-indigo-900\/70:hover {
  border-bottom-color: rgb(49 46 129 / 0.7);
}

.hover\:border-b-indigo-900\/75:hover {
  border-bottom-color: rgb(49 46 129 / 0.75);
}

.hover\:border-b-indigo-900\/80:hover {
  border-bottom-color: rgb(49 46 129 / 0.8);
}

.hover\:border-b-indigo-900\/90:hover {
  border-bottom-color: rgb(49 46 129 / 0.9);
}

.hover\:border-b-indigo-900\/95:hover {
  border-bottom-color: rgb(49 46 129 / 0.95);
}

.hover\:border-b-indigo-950:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(30 27 75 / var(--tw-border-opacity));
}

.hover\:border-b-indigo-950\/0:hover {
  border-bottom-color: rgb(30 27 75 / 0);
}

.hover\:border-b-indigo-950\/10:hover {
  border-bottom-color: rgb(30 27 75 / 0.1);
}

.hover\:border-b-indigo-950\/100:hover {
  border-bottom-color: rgb(30 27 75 / 1);
}

.hover\:border-b-indigo-950\/20:hover {
  border-bottom-color: rgb(30 27 75 / 0.2);
}

.hover\:border-b-indigo-950\/25:hover {
  border-bottom-color: rgb(30 27 75 / 0.25);
}

.hover\:border-b-indigo-950\/30:hover {
  border-bottom-color: rgb(30 27 75 / 0.3);
}

.hover\:border-b-indigo-950\/40:hover {
  border-bottom-color: rgb(30 27 75 / 0.4);
}

.hover\:border-b-indigo-950\/5:hover {
  border-bottom-color: rgb(30 27 75 / 0.05);
}

.hover\:border-b-indigo-950\/50:hover {
  border-bottom-color: rgb(30 27 75 / 0.5);
}

.hover\:border-b-indigo-950\/60:hover {
  border-bottom-color: rgb(30 27 75 / 0.6);
}

.hover\:border-b-indigo-950\/70:hover {
  border-bottom-color: rgb(30 27 75 / 0.7);
}

.hover\:border-b-indigo-950\/75:hover {
  border-bottom-color: rgb(30 27 75 / 0.75);
}

.hover\:border-b-indigo-950\/80:hover {
  border-bottom-color: rgb(30 27 75 / 0.8);
}

.hover\:border-b-indigo-950\/90:hover {
  border-bottom-color: rgb(30 27 75 / 0.9);
}

.hover\:border-b-indigo-950\/95:hover {
  border-bottom-color: rgb(30 27 75 / 0.95);
}

.hover\:border-b-inherit:hover {
  border-bottom-color: inherit;
}

.hover\:border-b-interbeauty-100:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 197 175 / var(--tw-border-opacity));
}

.hover\:border-b-interbeauty-100\/0:hover {
  border-bottom-color: rgb(249 197 175 / 0);
}

.hover\:border-b-interbeauty-100\/10:hover {
  border-bottom-color: rgb(249 197 175 / 0.1);
}

.hover\:border-b-interbeauty-100\/100:hover {
  border-bottom-color: rgb(249 197 175 / 1);
}

.hover\:border-b-interbeauty-100\/20:hover {
  border-bottom-color: rgb(249 197 175 / 0.2);
}

.hover\:border-b-interbeauty-100\/25:hover {
  border-bottom-color: rgb(249 197 175 / 0.25);
}

.hover\:border-b-interbeauty-100\/30:hover {
  border-bottom-color: rgb(249 197 175 / 0.3);
}

.hover\:border-b-interbeauty-100\/40:hover {
  border-bottom-color: rgb(249 197 175 / 0.4);
}

.hover\:border-b-interbeauty-100\/5:hover {
  border-bottom-color: rgb(249 197 175 / 0.05);
}

.hover\:border-b-interbeauty-100\/50:hover {
  border-bottom-color: rgb(249 197 175 / 0.5);
}

.hover\:border-b-interbeauty-100\/60:hover {
  border-bottom-color: rgb(249 197 175 / 0.6);
}

.hover\:border-b-interbeauty-100\/70:hover {
  border-bottom-color: rgb(249 197 175 / 0.7);
}

.hover\:border-b-interbeauty-100\/75:hover {
  border-bottom-color: rgb(249 197 175 / 0.75);
}

.hover\:border-b-interbeauty-100\/80:hover {
  border-bottom-color: rgb(249 197 175 / 0.8);
}

.hover\:border-b-interbeauty-100\/90:hover {
  border-bottom-color: rgb(249 197 175 / 0.9);
}

.hover\:border-b-interbeauty-100\/95:hover {
  border-bottom-color: rgb(249 197 175 / 0.95);
}

.hover\:border-b-interbeauty-200:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(241 182 191 / var(--tw-border-opacity));
}

.hover\:border-b-interbeauty-200\/0:hover {
  border-bottom-color: rgb(241 182 191 / 0);
}

.hover\:border-b-interbeauty-200\/10:hover {
  border-bottom-color: rgb(241 182 191 / 0.1);
}

.hover\:border-b-interbeauty-200\/100:hover {
  border-bottom-color: rgb(241 182 191 / 1);
}

.hover\:border-b-interbeauty-200\/20:hover {
  border-bottom-color: rgb(241 182 191 / 0.2);
}

.hover\:border-b-interbeauty-200\/25:hover {
  border-bottom-color: rgb(241 182 191 / 0.25);
}

.hover\:border-b-interbeauty-200\/30:hover {
  border-bottom-color: rgb(241 182 191 / 0.3);
}

.hover\:border-b-interbeauty-200\/40:hover {
  border-bottom-color: rgb(241 182 191 / 0.4);
}

.hover\:border-b-interbeauty-200\/5:hover {
  border-bottom-color: rgb(241 182 191 / 0.05);
}

.hover\:border-b-interbeauty-200\/50:hover {
  border-bottom-color: rgb(241 182 191 / 0.5);
}

.hover\:border-b-interbeauty-200\/60:hover {
  border-bottom-color: rgb(241 182 191 / 0.6);
}

.hover\:border-b-interbeauty-200\/70:hover {
  border-bottom-color: rgb(241 182 191 / 0.7);
}

.hover\:border-b-interbeauty-200\/75:hover {
  border-bottom-color: rgb(241 182 191 / 0.75);
}

.hover\:border-b-interbeauty-200\/80:hover {
  border-bottom-color: rgb(241 182 191 / 0.8);
}

.hover\:border-b-interbeauty-200\/90:hover {
  border-bottom-color: rgb(241 182 191 / 0.9);
}

.hover\:border-b-interbeauty-200\/95:hover {
  border-bottom-color: rgb(241 182 191 / 0.95);
}

.hover\:border-b-interbeauty-300:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(182 219 231 / var(--tw-border-opacity));
}

.hover\:border-b-interbeauty-300\/0:hover {
  border-bottom-color: rgb(182 219 231 / 0);
}

.hover\:border-b-interbeauty-300\/10:hover {
  border-bottom-color: rgb(182 219 231 / 0.1);
}

.hover\:border-b-interbeauty-300\/100:hover {
  border-bottom-color: rgb(182 219 231 / 1);
}

.hover\:border-b-interbeauty-300\/20:hover {
  border-bottom-color: rgb(182 219 231 / 0.2);
}

.hover\:border-b-interbeauty-300\/25:hover {
  border-bottom-color: rgb(182 219 231 / 0.25);
}

.hover\:border-b-interbeauty-300\/30:hover {
  border-bottom-color: rgb(182 219 231 / 0.3);
}

.hover\:border-b-interbeauty-300\/40:hover {
  border-bottom-color: rgb(182 219 231 / 0.4);
}

.hover\:border-b-interbeauty-300\/5:hover {
  border-bottom-color: rgb(182 219 231 / 0.05);
}

.hover\:border-b-interbeauty-300\/50:hover {
  border-bottom-color: rgb(182 219 231 / 0.5);
}

.hover\:border-b-interbeauty-300\/60:hover {
  border-bottom-color: rgb(182 219 231 / 0.6);
}

.hover\:border-b-interbeauty-300\/70:hover {
  border-bottom-color: rgb(182 219 231 / 0.7);
}

.hover\:border-b-interbeauty-300\/75:hover {
  border-bottom-color: rgb(182 219 231 / 0.75);
}

.hover\:border-b-interbeauty-300\/80:hover {
  border-bottom-color: rgb(182 219 231 / 0.8);
}

.hover\:border-b-interbeauty-300\/90:hover {
  border-bottom-color: rgb(182 219 231 / 0.9);
}

.hover\:border-b-interbeauty-300\/95:hover {
  border-bottom-color: rgb(182 219 231 / 0.95);
}

.hover\:border-b-interbeauty-400:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 250 247 / var(--tw-border-opacity));
}

.hover\:border-b-interbeauty-400\/0:hover {
  border-bottom-color: rgb(254 250 247 / 0);
}

.hover\:border-b-interbeauty-400\/10:hover {
  border-bottom-color: rgb(254 250 247 / 0.1);
}

.hover\:border-b-interbeauty-400\/100:hover {
  border-bottom-color: rgb(254 250 247 / 1);
}

.hover\:border-b-interbeauty-400\/20:hover {
  border-bottom-color: rgb(254 250 247 / 0.2);
}

.hover\:border-b-interbeauty-400\/25:hover {
  border-bottom-color: rgb(254 250 247 / 0.25);
}

.hover\:border-b-interbeauty-400\/30:hover {
  border-bottom-color: rgb(254 250 247 / 0.3);
}

.hover\:border-b-interbeauty-400\/40:hover {
  border-bottom-color: rgb(254 250 247 / 0.4);
}

.hover\:border-b-interbeauty-400\/5:hover {
  border-bottom-color: rgb(254 250 247 / 0.05);
}

.hover\:border-b-interbeauty-400\/50:hover {
  border-bottom-color: rgb(254 250 247 / 0.5);
}

.hover\:border-b-interbeauty-400\/60:hover {
  border-bottom-color: rgb(254 250 247 / 0.6);
}

.hover\:border-b-interbeauty-400\/70:hover {
  border-bottom-color: rgb(254 250 247 / 0.7);
}

.hover\:border-b-interbeauty-400\/75:hover {
  border-bottom-color: rgb(254 250 247 / 0.75);
}

.hover\:border-b-interbeauty-400\/80:hover {
  border-bottom-color: rgb(254 250 247 / 0.8);
}

.hover\:border-b-interbeauty-400\/90:hover {
  border-bottom-color: rgb(254 250 247 / 0.9);
}

.hover\:border-b-interbeauty-400\/95:hover {
  border-bottom-color: rgb(254 250 247 / 0.95);
}

.hover\:border-b-interbeauty-500:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(193 225 224 / var(--tw-border-opacity));
}

.hover\:border-b-interbeauty-500\/0:hover {
  border-bottom-color: rgb(193 225 224 / 0);
}

.hover\:border-b-interbeauty-500\/10:hover {
  border-bottom-color: rgb(193 225 224 / 0.1);
}

.hover\:border-b-interbeauty-500\/100:hover {
  border-bottom-color: rgb(193 225 224 / 1);
}

.hover\:border-b-interbeauty-500\/20:hover {
  border-bottom-color: rgb(193 225 224 / 0.2);
}

.hover\:border-b-interbeauty-500\/25:hover {
  border-bottom-color: rgb(193 225 224 / 0.25);
}

.hover\:border-b-interbeauty-500\/30:hover {
  border-bottom-color: rgb(193 225 224 / 0.3);
}

.hover\:border-b-interbeauty-500\/40:hover {
  border-bottom-color: rgb(193 225 224 / 0.4);
}

.hover\:border-b-interbeauty-500\/5:hover {
  border-bottom-color: rgb(193 225 224 / 0.05);
}

.hover\:border-b-interbeauty-500\/50:hover {
  border-bottom-color: rgb(193 225 224 / 0.5);
}

.hover\:border-b-interbeauty-500\/60:hover {
  border-bottom-color: rgb(193 225 224 / 0.6);
}

.hover\:border-b-interbeauty-500\/70:hover {
  border-bottom-color: rgb(193 225 224 / 0.7);
}

.hover\:border-b-interbeauty-500\/75:hover {
  border-bottom-color: rgb(193 225 224 / 0.75);
}

.hover\:border-b-interbeauty-500\/80:hover {
  border-bottom-color: rgb(193 225 224 / 0.8);
}

.hover\:border-b-interbeauty-500\/90:hover {
  border-bottom-color: rgb(193 225 224 / 0.9);
}

.hover\:border-b-interbeauty-500\/95:hover {
  border-bottom-color: rgb(193 225 224 / 0.95);
}

.hover\:border-b-interbeauty-600:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(88 88 94 / var(--tw-border-opacity));
}

.hover\:border-b-interbeauty-600\/0:hover {
  border-bottom-color: rgb(88 88 94 / 0);
}

.hover\:border-b-interbeauty-600\/10:hover {
  border-bottom-color: rgb(88 88 94 / 0.1);
}

.hover\:border-b-interbeauty-600\/100:hover {
  border-bottom-color: rgb(88 88 94 / 1);
}

.hover\:border-b-interbeauty-600\/20:hover {
  border-bottom-color: rgb(88 88 94 / 0.2);
}

.hover\:border-b-interbeauty-600\/25:hover {
  border-bottom-color: rgb(88 88 94 / 0.25);
}

.hover\:border-b-interbeauty-600\/30:hover {
  border-bottom-color: rgb(88 88 94 / 0.3);
}

.hover\:border-b-interbeauty-600\/40:hover {
  border-bottom-color: rgb(88 88 94 / 0.4);
}

.hover\:border-b-interbeauty-600\/5:hover {
  border-bottom-color: rgb(88 88 94 / 0.05);
}

.hover\:border-b-interbeauty-600\/50:hover {
  border-bottom-color: rgb(88 88 94 / 0.5);
}

.hover\:border-b-interbeauty-600\/60:hover {
  border-bottom-color: rgb(88 88 94 / 0.6);
}

.hover\:border-b-interbeauty-600\/70:hover {
  border-bottom-color: rgb(88 88 94 / 0.7);
}

.hover\:border-b-interbeauty-600\/75:hover {
  border-bottom-color: rgb(88 88 94 / 0.75);
}

.hover\:border-b-interbeauty-600\/80:hover {
  border-bottom-color: rgb(88 88 94 / 0.8);
}

.hover\:border-b-interbeauty-600\/90:hover {
  border-bottom-color: rgb(88 88 94 / 0.9);
}

.hover\:border-b-interbeauty-600\/95:hover {
  border-bottom-color: rgb(88 88 94 / 0.95);
}

.hover\:border-b-ipnvaluers-200:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 40 87 / var(--tw-border-opacity));
}

.hover\:border-b-ipnvaluers-200\/0:hover {
  border-bottom-color: rgb(0 40 87 / 0);
}

.hover\:border-b-ipnvaluers-200\/10:hover {
  border-bottom-color: rgb(0 40 87 / 0.1);
}

.hover\:border-b-ipnvaluers-200\/100:hover {
  border-bottom-color: rgb(0 40 87 / 1);
}

.hover\:border-b-ipnvaluers-200\/20:hover {
  border-bottom-color: rgb(0 40 87 / 0.2);
}

.hover\:border-b-ipnvaluers-200\/25:hover {
  border-bottom-color: rgb(0 40 87 / 0.25);
}

.hover\:border-b-ipnvaluers-200\/30:hover {
  border-bottom-color: rgb(0 40 87 / 0.3);
}

.hover\:border-b-ipnvaluers-200\/40:hover {
  border-bottom-color: rgb(0 40 87 / 0.4);
}

.hover\:border-b-ipnvaluers-200\/5:hover {
  border-bottom-color: rgb(0 40 87 / 0.05);
}

.hover\:border-b-ipnvaluers-200\/50:hover {
  border-bottom-color: rgb(0 40 87 / 0.5);
}

.hover\:border-b-ipnvaluers-200\/60:hover {
  border-bottom-color: rgb(0 40 87 / 0.6);
}

.hover\:border-b-ipnvaluers-200\/70:hover {
  border-bottom-color: rgb(0 40 87 / 0.7);
}

.hover\:border-b-ipnvaluers-200\/75:hover {
  border-bottom-color: rgb(0 40 87 / 0.75);
}

.hover\:border-b-ipnvaluers-200\/80:hover {
  border-bottom-color: rgb(0 40 87 / 0.8);
}

.hover\:border-b-ipnvaluers-200\/90:hover {
  border-bottom-color: rgb(0 40 87 / 0.9);
}

.hover\:border-b-ipnvaluers-200\/95:hover {
  border-bottom-color: rgb(0 40 87 / 0.95);
}

.hover\:border-b-ipnvaluers-400:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(196 107 22 / var(--tw-border-opacity));
}

.hover\:border-b-ipnvaluers-400\/0:hover {
  border-bottom-color: rgb(196 107 22 / 0);
}

.hover\:border-b-ipnvaluers-400\/10:hover {
  border-bottom-color: rgb(196 107 22 / 0.1);
}

.hover\:border-b-ipnvaluers-400\/100:hover {
  border-bottom-color: rgb(196 107 22 / 1);
}

.hover\:border-b-ipnvaluers-400\/20:hover {
  border-bottom-color: rgb(196 107 22 / 0.2);
}

.hover\:border-b-ipnvaluers-400\/25:hover {
  border-bottom-color: rgb(196 107 22 / 0.25);
}

.hover\:border-b-ipnvaluers-400\/30:hover {
  border-bottom-color: rgb(196 107 22 / 0.3);
}

.hover\:border-b-ipnvaluers-400\/40:hover {
  border-bottom-color: rgb(196 107 22 / 0.4);
}

.hover\:border-b-ipnvaluers-400\/5:hover {
  border-bottom-color: rgb(196 107 22 / 0.05);
}

.hover\:border-b-ipnvaluers-400\/50:hover {
  border-bottom-color: rgb(196 107 22 / 0.5);
}

.hover\:border-b-ipnvaluers-400\/60:hover {
  border-bottom-color: rgb(196 107 22 / 0.6);
}

.hover\:border-b-ipnvaluers-400\/70:hover {
  border-bottom-color: rgb(196 107 22 / 0.7);
}

.hover\:border-b-ipnvaluers-400\/75:hover {
  border-bottom-color: rgb(196 107 22 / 0.75);
}

.hover\:border-b-ipnvaluers-400\/80:hover {
  border-bottom-color: rgb(196 107 22 / 0.8);
}

.hover\:border-b-ipnvaluers-400\/90:hover {
  border-bottom-color: rgb(196 107 22 / 0.9);
}

.hover\:border-b-ipnvaluers-400\/95:hover {
  border-bottom-color: rgb(196 107 22 / 0.95);
}

.hover\:border-b-ipnvaluers-500:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 174 21 / var(--tw-border-opacity));
}

.hover\:border-b-ipnvaluers-500\/0:hover {
  border-bottom-color: rgb(245 174 21 / 0);
}

.hover\:border-b-ipnvaluers-500\/10:hover {
  border-bottom-color: rgb(245 174 21 / 0.1);
}

.hover\:border-b-ipnvaluers-500\/100:hover {
  border-bottom-color: rgb(245 174 21 / 1);
}

.hover\:border-b-ipnvaluers-500\/20:hover {
  border-bottom-color: rgb(245 174 21 / 0.2);
}

.hover\:border-b-ipnvaluers-500\/25:hover {
  border-bottom-color: rgb(245 174 21 / 0.25);
}

.hover\:border-b-ipnvaluers-500\/30:hover {
  border-bottom-color: rgb(245 174 21 / 0.3);
}

.hover\:border-b-ipnvaluers-500\/40:hover {
  border-bottom-color: rgb(245 174 21 / 0.4);
}

.hover\:border-b-ipnvaluers-500\/5:hover {
  border-bottom-color: rgb(245 174 21 / 0.05);
}

.hover\:border-b-ipnvaluers-500\/50:hover {
  border-bottom-color: rgb(245 174 21 / 0.5);
}

.hover\:border-b-ipnvaluers-500\/60:hover {
  border-bottom-color: rgb(245 174 21 / 0.6);
}

.hover\:border-b-ipnvaluers-500\/70:hover {
  border-bottom-color: rgb(245 174 21 / 0.7);
}

.hover\:border-b-ipnvaluers-500\/75:hover {
  border-bottom-color: rgb(245 174 21 / 0.75);
}

.hover\:border-b-ipnvaluers-500\/80:hover {
  border-bottom-color: rgb(245 174 21 / 0.8);
}

.hover\:border-b-ipnvaluers-500\/90:hover {
  border-bottom-color: rgb(245 174 21 / 0.9);
}

.hover\:border-b-ipnvaluers-500\/95:hover {
  border-bottom-color: rgb(245 174 21 / 0.95);
}

.hover\:border-b-jukejam-500:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 210 101 / var(--tw-border-opacity));
}

.hover\:border-b-jukejam-500\/0:hover {
  border-bottom-color: rgb(250 210 101 / 0);
}

.hover\:border-b-jukejam-500\/10:hover {
  border-bottom-color: rgb(250 210 101 / 0.1);
}

.hover\:border-b-jukejam-500\/100:hover {
  border-bottom-color: rgb(250 210 101 / 1);
}

.hover\:border-b-jukejam-500\/20:hover {
  border-bottom-color: rgb(250 210 101 / 0.2);
}

.hover\:border-b-jukejam-500\/25:hover {
  border-bottom-color: rgb(250 210 101 / 0.25);
}

.hover\:border-b-jukejam-500\/30:hover {
  border-bottom-color: rgb(250 210 101 / 0.3);
}

.hover\:border-b-jukejam-500\/40:hover {
  border-bottom-color: rgb(250 210 101 / 0.4);
}

.hover\:border-b-jukejam-500\/5:hover {
  border-bottom-color: rgb(250 210 101 / 0.05);
}

.hover\:border-b-jukejam-500\/50:hover {
  border-bottom-color: rgb(250 210 101 / 0.5);
}

.hover\:border-b-jukejam-500\/60:hover {
  border-bottom-color: rgb(250 210 101 / 0.6);
}

.hover\:border-b-jukejam-500\/70:hover {
  border-bottom-color: rgb(250 210 101 / 0.7);
}

.hover\:border-b-jukejam-500\/75:hover {
  border-bottom-color: rgb(250 210 101 / 0.75);
}

.hover\:border-b-jukejam-500\/80:hover {
  border-bottom-color: rgb(250 210 101 / 0.8);
}

.hover\:border-b-jukejam-500\/90:hover {
  border-bottom-color: rgb(250 210 101 / 0.9);
}

.hover\:border-b-jukejam-500\/95:hover {
  border-bottom-color: rgb(250 210 101 / 0.95);
}

.hover\:border-b-lime-100:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(236 252 203 / var(--tw-border-opacity));
}

.hover\:border-b-lime-100\/0:hover {
  border-bottom-color: rgb(236 252 203 / 0);
}

.hover\:border-b-lime-100\/10:hover {
  border-bottom-color: rgb(236 252 203 / 0.1);
}

.hover\:border-b-lime-100\/100:hover {
  border-bottom-color: rgb(236 252 203 / 1);
}

.hover\:border-b-lime-100\/20:hover {
  border-bottom-color: rgb(236 252 203 / 0.2);
}

.hover\:border-b-lime-100\/25:hover {
  border-bottom-color: rgb(236 252 203 / 0.25);
}

.hover\:border-b-lime-100\/30:hover {
  border-bottom-color: rgb(236 252 203 / 0.3);
}

.hover\:border-b-lime-100\/40:hover {
  border-bottom-color: rgb(236 252 203 / 0.4);
}

.hover\:border-b-lime-100\/5:hover {
  border-bottom-color: rgb(236 252 203 / 0.05);
}

.hover\:border-b-lime-100\/50:hover {
  border-bottom-color: rgb(236 252 203 / 0.5);
}

.hover\:border-b-lime-100\/60:hover {
  border-bottom-color: rgb(236 252 203 / 0.6);
}

.hover\:border-b-lime-100\/70:hover {
  border-bottom-color: rgb(236 252 203 / 0.7);
}

.hover\:border-b-lime-100\/75:hover {
  border-bottom-color: rgb(236 252 203 / 0.75);
}

.hover\:border-b-lime-100\/80:hover {
  border-bottom-color: rgb(236 252 203 / 0.8);
}

.hover\:border-b-lime-100\/90:hover {
  border-bottom-color: rgb(236 252 203 / 0.9);
}

.hover\:border-b-lime-100\/95:hover {
  border-bottom-color: rgb(236 252 203 / 0.95);
}

.hover\:border-b-lime-200:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 249 157 / var(--tw-border-opacity));
}

.hover\:border-b-lime-200\/0:hover {
  border-bottom-color: rgb(217 249 157 / 0);
}

.hover\:border-b-lime-200\/10:hover {
  border-bottom-color: rgb(217 249 157 / 0.1);
}

.hover\:border-b-lime-200\/100:hover {
  border-bottom-color: rgb(217 249 157 / 1);
}

.hover\:border-b-lime-200\/20:hover {
  border-bottom-color: rgb(217 249 157 / 0.2);
}

.hover\:border-b-lime-200\/25:hover {
  border-bottom-color: rgb(217 249 157 / 0.25);
}

.hover\:border-b-lime-200\/30:hover {
  border-bottom-color: rgb(217 249 157 / 0.3);
}

.hover\:border-b-lime-200\/40:hover {
  border-bottom-color: rgb(217 249 157 / 0.4);
}

.hover\:border-b-lime-200\/5:hover {
  border-bottom-color: rgb(217 249 157 / 0.05);
}

.hover\:border-b-lime-200\/50:hover {
  border-bottom-color: rgb(217 249 157 / 0.5);
}

.hover\:border-b-lime-200\/60:hover {
  border-bottom-color: rgb(217 249 157 / 0.6);
}

.hover\:border-b-lime-200\/70:hover {
  border-bottom-color: rgb(217 249 157 / 0.7);
}

.hover\:border-b-lime-200\/75:hover {
  border-bottom-color: rgb(217 249 157 / 0.75);
}

.hover\:border-b-lime-200\/80:hover {
  border-bottom-color: rgb(217 249 157 / 0.8);
}

.hover\:border-b-lime-200\/90:hover {
  border-bottom-color: rgb(217 249 157 / 0.9);
}

.hover\:border-b-lime-200\/95:hover {
  border-bottom-color: rgb(217 249 157 / 0.95);
}

.hover\:border-b-lime-300:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(190 242 100 / var(--tw-border-opacity));
}

.hover\:border-b-lime-300\/0:hover {
  border-bottom-color: rgb(190 242 100 / 0);
}

.hover\:border-b-lime-300\/10:hover {
  border-bottom-color: rgb(190 242 100 / 0.1);
}

.hover\:border-b-lime-300\/100:hover {
  border-bottom-color: rgb(190 242 100 / 1);
}

.hover\:border-b-lime-300\/20:hover {
  border-bottom-color: rgb(190 242 100 / 0.2);
}

.hover\:border-b-lime-300\/25:hover {
  border-bottom-color: rgb(190 242 100 / 0.25);
}

.hover\:border-b-lime-300\/30:hover {
  border-bottom-color: rgb(190 242 100 / 0.3);
}

.hover\:border-b-lime-300\/40:hover {
  border-bottom-color: rgb(190 242 100 / 0.4);
}

.hover\:border-b-lime-300\/5:hover {
  border-bottom-color: rgb(190 242 100 / 0.05);
}

.hover\:border-b-lime-300\/50:hover {
  border-bottom-color: rgb(190 242 100 / 0.5);
}

.hover\:border-b-lime-300\/60:hover {
  border-bottom-color: rgb(190 242 100 / 0.6);
}

.hover\:border-b-lime-300\/70:hover {
  border-bottom-color: rgb(190 242 100 / 0.7);
}

.hover\:border-b-lime-300\/75:hover {
  border-bottom-color: rgb(190 242 100 / 0.75);
}

.hover\:border-b-lime-300\/80:hover {
  border-bottom-color: rgb(190 242 100 / 0.8);
}

.hover\:border-b-lime-300\/90:hover {
  border-bottom-color: rgb(190 242 100 / 0.9);
}

.hover\:border-b-lime-300\/95:hover {
  border-bottom-color: rgb(190 242 100 / 0.95);
}

.hover\:border-b-lime-400:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(163 230 53 / var(--tw-border-opacity));
}

.hover\:border-b-lime-400\/0:hover {
  border-bottom-color: rgb(163 230 53 / 0);
}

.hover\:border-b-lime-400\/10:hover {
  border-bottom-color: rgb(163 230 53 / 0.1);
}

.hover\:border-b-lime-400\/100:hover {
  border-bottom-color: rgb(163 230 53 / 1);
}

.hover\:border-b-lime-400\/20:hover {
  border-bottom-color: rgb(163 230 53 / 0.2);
}

.hover\:border-b-lime-400\/25:hover {
  border-bottom-color: rgb(163 230 53 / 0.25);
}

.hover\:border-b-lime-400\/30:hover {
  border-bottom-color: rgb(163 230 53 / 0.3);
}

.hover\:border-b-lime-400\/40:hover {
  border-bottom-color: rgb(163 230 53 / 0.4);
}

.hover\:border-b-lime-400\/5:hover {
  border-bottom-color: rgb(163 230 53 / 0.05);
}

.hover\:border-b-lime-400\/50:hover {
  border-bottom-color: rgb(163 230 53 / 0.5);
}

.hover\:border-b-lime-400\/60:hover {
  border-bottom-color: rgb(163 230 53 / 0.6);
}

.hover\:border-b-lime-400\/70:hover {
  border-bottom-color: rgb(163 230 53 / 0.7);
}

.hover\:border-b-lime-400\/75:hover {
  border-bottom-color: rgb(163 230 53 / 0.75);
}

.hover\:border-b-lime-400\/80:hover {
  border-bottom-color: rgb(163 230 53 / 0.8);
}

.hover\:border-b-lime-400\/90:hover {
  border-bottom-color: rgb(163 230 53 / 0.9);
}

.hover\:border-b-lime-400\/95:hover {
  border-bottom-color: rgb(163 230 53 / 0.95);
}

.hover\:border-b-lime-50:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(247 254 231 / var(--tw-border-opacity));
}

.hover\:border-b-lime-50\/0:hover {
  border-bottom-color: rgb(247 254 231 / 0);
}

.hover\:border-b-lime-50\/10:hover {
  border-bottom-color: rgb(247 254 231 / 0.1);
}

.hover\:border-b-lime-50\/100:hover {
  border-bottom-color: rgb(247 254 231 / 1);
}

.hover\:border-b-lime-50\/20:hover {
  border-bottom-color: rgb(247 254 231 / 0.2);
}

.hover\:border-b-lime-50\/25:hover {
  border-bottom-color: rgb(247 254 231 / 0.25);
}

.hover\:border-b-lime-50\/30:hover {
  border-bottom-color: rgb(247 254 231 / 0.3);
}

.hover\:border-b-lime-50\/40:hover {
  border-bottom-color: rgb(247 254 231 / 0.4);
}

.hover\:border-b-lime-50\/5:hover {
  border-bottom-color: rgb(247 254 231 / 0.05);
}

.hover\:border-b-lime-50\/50:hover {
  border-bottom-color: rgb(247 254 231 / 0.5);
}

.hover\:border-b-lime-50\/60:hover {
  border-bottom-color: rgb(247 254 231 / 0.6);
}

.hover\:border-b-lime-50\/70:hover {
  border-bottom-color: rgb(247 254 231 / 0.7);
}

.hover\:border-b-lime-50\/75:hover {
  border-bottom-color: rgb(247 254 231 / 0.75);
}

.hover\:border-b-lime-50\/80:hover {
  border-bottom-color: rgb(247 254 231 / 0.8);
}

.hover\:border-b-lime-50\/90:hover {
  border-bottom-color: rgb(247 254 231 / 0.9);
}

.hover\:border-b-lime-50\/95:hover {
  border-bottom-color: rgb(247 254 231 / 0.95);
}

.hover\:border-b-lime-500:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(132 204 22 / var(--tw-border-opacity));
}

.hover\:border-b-lime-500\/0:hover {
  border-bottom-color: rgb(132 204 22 / 0);
}

.hover\:border-b-lime-500\/10:hover {
  border-bottom-color: rgb(132 204 22 / 0.1);
}

.hover\:border-b-lime-500\/100:hover {
  border-bottom-color: rgb(132 204 22 / 1);
}

.hover\:border-b-lime-500\/20:hover {
  border-bottom-color: rgb(132 204 22 / 0.2);
}

.hover\:border-b-lime-500\/25:hover {
  border-bottom-color: rgb(132 204 22 / 0.25);
}

.hover\:border-b-lime-500\/30:hover {
  border-bottom-color: rgb(132 204 22 / 0.3);
}

.hover\:border-b-lime-500\/40:hover {
  border-bottom-color: rgb(132 204 22 / 0.4);
}

.hover\:border-b-lime-500\/5:hover {
  border-bottom-color: rgb(132 204 22 / 0.05);
}

.hover\:border-b-lime-500\/50:hover {
  border-bottom-color: rgb(132 204 22 / 0.5);
}

.hover\:border-b-lime-500\/60:hover {
  border-bottom-color: rgb(132 204 22 / 0.6);
}

.hover\:border-b-lime-500\/70:hover {
  border-bottom-color: rgb(132 204 22 / 0.7);
}

.hover\:border-b-lime-500\/75:hover {
  border-bottom-color: rgb(132 204 22 / 0.75);
}

.hover\:border-b-lime-500\/80:hover {
  border-bottom-color: rgb(132 204 22 / 0.8);
}

.hover\:border-b-lime-500\/90:hover {
  border-bottom-color: rgb(132 204 22 / 0.9);
}

.hover\:border-b-lime-500\/95:hover {
  border-bottom-color: rgb(132 204 22 / 0.95);
}

.hover\:border-b-lime-600:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(101 163 13 / var(--tw-border-opacity));
}

.hover\:border-b-lime-600\/0:hover {
  border-bottom-color: rgb(101 163 13 / 0);
}

.hover\:border-b-lime-600\/10:hover {
  border-bottom-color: rgb(101 163 13 / 0.1);
}

.hover\:border-b-lime-600\/100:hover {
  border-bottom-color: rgb(101 163 13 / 1);
}

.hover\:border-b-lime-600\/20:hover {
  border-bottom-color: rgb(101 163 13 / 0.2);
}

.hover\:border-b-lime-600\/25:hover {
  border-bottom-color: rgb(101 163 13 / 0.25);
}

.hover\:border-b-lime-600\/30:hover {
  border-bottom-color: rgb(101 163 13 / 0.3);
}

.hover\:border-b-lime-600\/40:hover {
  border-bottom-color: rgb(101 163 13 / 0.4);
}

.hover\:border-b-lime-600\/5:hover {
  border-bottom-color: rgb(101 163 13 / 0.05);
}

.hover\:border-b-lime-600\/50:hover {
  border-bottom-color: rgb(101 163 13 / 0.5);
}

.hover\:border-b-lime-600\/60:hover {
  border-bottom-color: rgb(101 163 13 / 0.6);
}

.hover\:border-b-lime-600\/70:hover {
  border-bottom-color: rgb(101 163 13 / 0.7);
}

.hover\:border-b-lime-600\/75:hover {
  border-bottom-color: rgb(101 163 13 / 0.75);
}

.hover\:border-b-lime-600\/80:hover {
  border-bottom-color: rgb(101 163 13 / 0.8);
}

.hover\:border-b-lime-600\/90:hover {
  border-bottom-color: rgb(101 163 13 / 0.9);
}

.hover\:border-b-lime-600\/95:hover {
  border-bottom-color: rgb(101 163 13 / 0.95);
}

.hover\:border-b-lime-700:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(77 124 15 / var(--tw-border-opacity));
}

.hover\:border-b-lime-700\/0:hover {
  border-bottom-color: rgb(77 124 15 / 0);
}

.hover\:border-b-lime-700\/10:hover {
  border-bottom-color: rgb(77 124 15 / 0.1);
}

.hover\:border-b-lime-700\/100:hover {
  border-bottom-color: rgb(77 124 15 / 1);
}

.hover\:border-b-lime-700\/20:hover {
  border-bottom-color: rgb(77 124 15 / 0.2);
}

.hover\:border-b-lime-700\/25:hover {
  border-bottom-color: rgb(77 124 15 / 0.25);
}

.hover\:border-b-lime-700\/30:hover {
  border-bottom-color: rgb(77 124 15 / 0.3);
}

.hover\:border-b-lime-700\/40:hover {
  border-bottom-color: rgb(77 124 15 / 0.4);
}

.hover\:border-b-lime-700\/5:hover {
  border-bottom-color: rgb(77 124 15 / 0.05);
}

.hover\:border-b-lime-700\/50:hover {
  border-bottom-color: rgb(77 124 15 / 0.5);
}

.hover\:border-b-lime-700\/60:hover {
  border-bottom-color: rgb(77 124 15 / 0.6);
}

.hover\:border-b-lime-700\/70:hover {
  border-bottom-color: rgb(77 124 15 / 0.7);
}

.hover\:border-b-lime-700\/75:hover {
  border-bottom-color: rgb(77 124 15 / 0.75);
}

.hover\:border-b-lime-700\/80:hover {
  border-bottom-color: rgb(77 124 15 / 0.8);
}

.hover\:border-b-lime-700\/90:hover {
  border-bottom-color: rgb(77 124 15 / 0.9);
}

.hover\:border-b-lime-700\/95:hover {
  border-bottom-color: rgb(77 124 15 / 0.95);
}

.hover\:border-b-lime-800:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(63 98 18 / var(--tw-border-opacity));
}

.hover\:border-b-lime-800\/0:hover {
  border-bottom-color: rgb(63 98 18 / 0);
}

.hover\:border-b-lime-800\/10:hover {
  border-bottom-color: rgb(63 98 18 / 0.1);
}

.hover\:border-b-lime-800\/100:hover {
  border-bottom-color: rgb(63 98 18 / 1);
}

.hover\:border-b-lime-800\/20:hover {
  border-bottom-color: rgb(63 98 18 / 0.2);
}

.hover\:border-b-lime-800\/25:hover {
  border-bottom-color: rgb(63 98 18 / 0.25);
}

.hover\:border-b-lime-800\/30:hover {
  border-bottom-color: rgb(63 98 18 / 0.3);
}

.hover\:border-b-lime-800\/40:hover {
  border-bottom-color: rgb(63 98 18 / 0.4);
}

.hover\:border-b-lime-800\/5:hover {
  border-bottom-color: rgb(63 98 18 / 0.05);
}

.hover\:border-b-lime-800\/50:hover {
  border-bottom-color: rgb(63 98 18 / 0.5);
}

.hover\:border-b-lime-800\/60:hover {
  border-bottom-color: rgb(63 98 18 / 0.6);
}

.hover\:border-b-lime-800\/70:hover {
  border-bottom-color: rgb(63 98 18 / 0.7);
}

.hover\:border-b-lime-800\/75:hover {
  border-bottom-color: rgb(63 98 18 / 0.75);
}

.hover\:border-b-lime-800\/80:hover {
  border-bottom-color: rgb(63 98 18 / 0.8);
}

.hover\:border-b-lime-800\/90:hover {
  border-bottom-color: rgb(63 98 18 / 0.9);
}

.hover\:border-b-lime-800\/95:hover {
  border-bottom-color: rgb(63 98 18 / 0.95);
}

.hover\:border-b-lime-900:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(54 83 20 / var(--tw-border-opacity));
}

.hover\:border-b-lime-900\/0:hover {
  border-bottom-color: rgb(54 83 20 / 0);
}

.hover\:border-b-lime-900\/10:hover {
  border-bottom-color: rgb(54 83 20 / 0.1);
}

.hover\:border-b-lime-900\/100:hover {
  border-bottom-color: rgb(54 83 20 / 1);
}

.hover\:border-b-lime-900\/20:hover {
  border-bottom-color: rgb(54 83 20 / 0.2);
}

.hover\:border-b-lime-900\/25:hover {
  border-bottom-color: rgb(54 83 20 / 0.25);
}

.hover\:border-b-lime-900\/30:hover {
  border-bottom-color: rgb(54 83 20 / 0.3);
}

.hover\:border-b-lime-900\/40:hover {
  border-bottom-color: rgb(54 83 20 / 0.4);
}

.hover\:border-b-lime-900\/5:hover {
  border-bottom-color: rgb(54 83 20 / 0.05);
}

.hover\:border-b-lime-900\/50:hover {
  border-bottom-color: rgb(54 83 20 / 0.5);
}

.hover\:border-b-lime-900\/60:hover {
  border-bottom-color: rgb(54 83 20 / 0.6);
}

.hover\:border-b-lime-900\/70:hover {
  border-bottom-color: rgb(54 83 20 / 0.7);
}

.hover\:border-b-lime-900\/75:hover {
  border-bottom-color: rgb(54 83 20 / 0.75);
}

.hover\:border-b-lime-900\/80:hover {
  border-bottom-color: rgb(54 83 20 / 0.8);
}

.hover\:border-b-lime-900\/90:hover {
  border-bottom-color: rgb(54 83 20 / 0.9);
}

.hover\:border-b-lime-900\/95:hover {
  border-bottom-color: rgb(54 83 20 / 0.95);
}

.hover\:border-b-lime-950:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(26 46 5 / var(--tw-border-opacity));
}

.hover\:border-b-lime-950\/0:hover {
  border-bottom-color: rgb(26 46 5 / 0);
}

.hover\:border-b-lime-950\/10:hover {
  border-bottom-color: rgb(26 46 5 / 0.1);
}

.hover\:border-b-lime-950\/100:hover {
  border-bottom-color: rgb(26 46 5 / 1);
}

.hover\:border-b-lime-950\/20:hover {
  border-bottom-color: rgb(26 46 5 / 0.2);
}

.hover\:border-b-lime-950\/25:hover {
  border-bottom-color: rgb(26 46 5 / 0.25);
}

.hover\:border-b-lime-950\/30:hover {
  border-bottom-color: rgb(26 46 5 / 0.3);
}

.hover\:border-b-lime-950\/40:hover {
  border-bottom-color: rgb(26 46 5 / 0.4);
}

.hover\:border-b-lime-950\/5:hover {
  border-bottom-color: rgb(26 46 5 / 0.05);
}

.hover\:border-b-lime-950\/50:hover {
  border-bottom-color: rgb(26 46 5 / 0.5);
}

.hover\:border-b-lime-950\/60:hover {
  border-bottom-color: rgb(26 46 5 / 0.6);
}

.hover\:border-b-lime-950\/70:hover {
  border-bottom-color: rgb(26 46 5 / 0.7);
}

.hover\:border-b-lime-950\/75:hover {
  border-bottom-color: rgb(26 46 5 / 0.75);
}

.hover\:border-b-lime-950\/80:hover {
  border-bottom-color: rgb(26 46 5 / 0.8);
}

.hover\:border-b-lime-950\/90:hover {
  border-bottom-color: rgb(26 46 5 / 0.9);
}

.hover\:border-b-lime-950\/95:hover {
  border-bottom-color: rgb(26 46 5 / 0.95);
}

.hover\:border-b-nafisa-500:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(153 53 10 / var(--tw-border-opacity));
}

.hover\:border-b-nafisa-500\/0:hover {
  border-bottom-color: rgb(153 53 10 / 0);
}

.hover\:border-b-nafisa-500\/10:hover {
  border-bottom-color: rgb(153 53 10 / 0.1);
}

.hover\:border-b-nafisa-500\/100:hover {
  border-bottom-color: rgb(153 53 10 / 1);
}

.hover\:border-b-nafisa-500\/20:hover {
  border-bottom-color: rgb(153 53 10 / 0.2);
}

.hover\:border-b-nafisa-500\/25:hover {
  border-bottom-color: rgb(153 53 10 / 0.25);
}

.hover\:border-b-nafisa-500\/30:hover {
  border-bottom-color: rgb(153 53 10 / 0.3);
}

.hover\:border-b-nafisa-500\/40:hover {
  border-bottom-color: rgb(153 53 10 / 0.4);
}

.hover\:border-b-nafisa-500\/5:hover {
  border-bottom-color: rgb(153 53 10 / 0.05);
}

.hover\:border-b-nafisa-500\/50:hover {
  border-bottom-color: rgb(153 53 10 / 0.5);
}

.hover\:border-b-nafisa-500\/60:hover {
  border-bottom-color: rgb(153 53 10 / 0.6);
}

.hover\:border-b-nafisa-500\/70:hover {
  border-bottom-color: rgb(153 53 10 / 0.7);
}

.hover\:border-b-nafisa-500\/75:hover {
  border-bottom-color: rgb(153 53 10 / 0.75);
}

.hover\:border-b-nafisa-500\/80:hover {
  border-bottom-color: rgb(153 53 10 / 0.8);
}

.hover\:border-b-nafisa-500\/90:hover {
  border-bottom-color: rgb(153 53 10 / 0.9);
}

.hover\:border-b-nafisa-500\/95:hover {
  border-bottom-color: rgb(153 53 10 / 0.95);
}

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

.hover\:border-b-neutral-100\/0:hover {
  border-bottom-color: rgb(245 245 245 / 0);
}

.hover\:border-b-neutral-100\/10:hover {
  border-bottom-color: rgb(245 245 245 / 0.1);
}

.hover\:border-b-neutral-100\/100:hover {
  border-bottom-color: rgb(245 245 245 / 1);
}

.hover\:border-b-neutral-100\/20:hover {
  border-bottom-color: rgb(245 245 245 / 0.2);
}

.hover\:border-b-neutral-100\/25:hover {
  border-bottom-color: rgb(245 245 245 / 0.25);
}

.hover\:border-b-neutral-100\/30:hover {
  border-bottom-color: rgb(245 245 245 / 0.3);
}

.hover\:border-b-neutral-100\/40:hover {
  border-bottom-color: rgb(245 245 245 / 0.4);
}

.hover\:border-b-neutral-100\/5:hover {
  border-bottom-color: rgb(245 245 245 / 0.05);
}

.hover\:border-b-neutral-100\/50:hover {
  border-bottom-color: rgb(245 245 245 / 0.5);
}

.hover\:border-b-neutral-100\/60:hover {
  border-bottom-color: rgb(245 245 245 / 0.6);
}

.hover\:border-b-neutral-100\/70:hover {
  border-bottom-color: rgb(245 245 245 / 0.7);
}

.hover\:border-b-neutral-100\/75:hover {
  border-bottom-color: rgb(245 245 245 / 0.75);
}

.hover\:border-b-neutral-100\/80:hover {
  border-bottom-color: rgb(245 245 245 / 0.8);
}

.hover\:border-b-neutral-100\/90:hover {
  border-bottom-color: rgb(245 245 245 / 0.9);
}

.hover\:border-b-neutral-100\/95:hover {
  border-bottom-color: rgb(245 245 245 / 0.95);
}

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

.hover\:border-b-neutral-200\/0:hover {
  border-bottom-color: rgb(229 229 229 / 0);
}

.hover\:border-b-neutral-200\/10:hover {
  border-bottom-color: rgb(229 229 229 / 0.1);
}

.hover\:border-b-neutral-200\/100:hover {
  border-bottom-color: rgb(229 229 229 / 1);
}

.hover\:border-b-neutral-200\/20:hover {
  border-bottom-color: rgb(229 229 229 / 0.2);
}

.hover\:border-b-neutral-200\/25:hover {
  border-bottom-color: rgb(229 229 229 / 0.25);
}

.hover\:border-b-neutral-200\/30:hover {
  border-bottom-color: rgb(229 229 229 / 0.3);
}

.hover\:border-b-neutral-200\/40:hover {
  border-bottom-color: rgb(229 229 229 / 0.4);
}

.hover\:border-b-neutral-200\/5:hover {
  border-bottom-color: rgb(229 229 229 / 0.05);
}

.hover\:border-b-neutral-200\/50:hover {
  border-bottom-color: rgb(229 229 229 / 0.5);
}

.hover\:border-b-neutral-200\/60:hover {
  border-bottom-color: rgb(229 229 229 / 0.6);
}

.hover\:border-b-neutral-200\/70:hover {
  border-bottom-color: rgb(229 229 229 / 0.7);
}

.hover\:border-b-neutral-200\/75:hover {
  border-bottom-color: rgb(229 229 229 / 0.75);
}

.hover\:border-b-neutral-200\/80:hover {
  border-bottom-color: rgb(229 229 229 / 0.8);
}

.hover\:border-b-neutral-200\/90:hover {
  border-bottom-color: rgb(229 229 229 / 0.9);
}

.hover\:border-b-neutral-200\/95:hover {
  border-bottom-color: rgb(229 229 229 / 0.95);
}

.hover\:border-b-neutral-300:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.hover\:border-b-neutral-300\/0:hover {
  border-bottom-color: rgb(212 212 212 / 0);
}

.hover\:border-b-neutral-300\/10:hover {
  border-bottom-color: rgb(212 212 212 / 0.1);
}

.hover\:border-b-neutral-300\/100:hover {
  border-bottom-color: rgb(212 212 212 / 1);
}

.hover\:border-b-neutral-300\/20:hover {
  border-bottom-color: rgb(212 212 212 / 0.2);
}

.hover\:border-b-neutral-300\/25:hover {
  border-bottom-color: rgb(212 212 212 / 0.25);
}

.hover\:border-b-neutral-300\/30:hover {
  border-bottom-color: rgb(212 212 212 / 0.3);
}

.hover\:border-b-neutral-300\/40:hover {
  border-bottom-color: rgb(212 212 212 / 0.4);
}

.hover\:border-b-neutral-300\/5:hover {
  border-bottom-color: rgb(212 212 212 / 0.05);
}

.hover\:border-b-neutral-300\/50:hover {
  border-bottom-color: rgb(212 212 212 / 0.5);
}

.hover\:border-b-neutral-300\/60:hover {
  border-bottom-color: rgb(212 212 212 / 0.6);
}

.hover\:border-b-neutral-300\/70:hover {
  border-bottom-color: rgb(212 212 212 / 0.7);
}

.hover\:border-b-neutral-300\/75:hover {
  border-bottom-color: rgb(212 212 212 / 0.75);
}

.hover\:border-b-neutral-300\/80:hover {
  border-bottom-color: rgb(212 212 212 / 0.8);
}

.hover\:border-b-neutral-300\/90:hover {
  border-bottom-color: rgb(212 212 212 / 0.9);
}

.hover\:border-b-neutral-300\/95:hover {
  border-bottom-color: rgb(212 212 212 / 0.95);
}

.hover\:border-b-neutral-400:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.hover\:border-b-neutral-400\/0:hover {
  border-bottom-color: rgb(163 163 163 / 0);
}

.hover\:border-b-neutral-400\/10:hover {
  border-bottom-color: rgb(163 163 163 / 0.1);
}

.hover\:border-b-neutral-400\/100:hover {
  border-bottom-color: rgb(163 163 163 / 1);
}

.hover\:border-b-neutral-400\/20:hover {
  border-bottom-color: rgb(163 163 163 / 0.2);
}

.hover\:border-b-neutral-400\/25:hover {
  border-bottom-color: rgb(163 163 163 / 0.25);
}

.hover\:border-b-neutral-400\/30:hover {
  border-bottom-color: rgb(163 163 163 / 0.3);
}

.hover\:border-b-neutral-400\/40:hover {
  border-bottom-color: rgb(163 163 163 / 0.4);
}

.hover\:border-b-neutral-400\/5:hover {
  border-bottom-color: rgb(163 163 163 / 0.05);
}

.hover\:border-b-neutral-400\/50:hover {
  border-bottom-color: rgb(163 163 163 / 0.5);
}

.hover\:border-b-neutral-400\/60:hover {
  border-bottom-color: rgb(163 163 163 / 0.6);
}

.hover\:border-b-neutral-400\/70:hover {
  border-bottom-color: rgb(163 163 163 / 0.7);
}

.hover\:border-b-neutral-400\/75:hover {
  border-bottom-color: rgb(163 163 163 / 0.75);
}

.hover\:border-b-neutral-400\/80:hover {
  border-bottom-color: rgb(163 163 163 / 0.8);
}

.hover\:border-b-neutral-400\/90:hover {
  border-bottom-color: rgb(163 163 163 / 0.9);
}

.hover\:border-b-neutral-400\/95:hover {
  border-bottom-color: rgb(163 163 163 / 0.95);
}

.hover\:border-b-neutral-50:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.hover\:border-b-neutral-50\/0:hover {
  border-bottom-color: rgb(250 250 250 / 0);
}

.hover\:border-b-neutral-50\/10:hover {
  border-bottom-color: rgb(250 250 250 / 0.1);
}

.hover\:border-b-neutral-50\/100:hover {
  border-bottom-color: rgb(250 250 250 / 1);
}

.hover\:border-b-neutral-50\/20:hover {
  border-bottom-color: rgb(250 250 250 / 0.2);
}

.hover\:border-b-neutral-50\/25:hover {
  border-bottom-color: rgb(250 250 250 / 0.25);
}

.hover\:border-b-neutral-50\/30:hover {
  border-bottom-color: rgb(250 250 250 / 0.3);
}

.hover\:border-b-neutral-50\/40:hover {
  border-bottom-color: rgb(250 250 250 / 0.4);
}

.hover\:border-b-neutral-50\/5:hover {
  border-bottom-color: rgb(250 250 250 / 0.05);
}

.hover\:border-b-neutral-50\/50:hover {
  border-bottom-color: rgb(250 250 250 / 0.5);
}

.hover\:border-b-neutral-50\/60:hover {
  border-bottom-color: rgb(250 250 250 / 0.6);
}

.hover\:border-b-neutral-50\/70:hover {
  border-bottom-color: rgb(250 250 250 / 0.7);
}

.hover\:border-b-neutral-50\/75:hover {
  border-bottom-color: rgb(250 250 250 / 0.75);
}

.hover\:border-b-neutral-50\/80:hover {
  border-bottom-color: rgb(250 250 250 / 0.8);
}

.hover\:border-b-neutral-50\/90:hover {
  border-bottom-color: rgb(250 250 250 / 0.9);
}

.hover\:border-b-neutral-50\/95:hover {
  border-bottom-color: rgb(250 250 250 / 0.95);
}

.hover\:border-b-neutral-500:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.hover\:border-b-neutral-500\/0:hover {
  border-bottom-color: rgb(115 115 115 / 0);
}

.hover\:border-b-neutral-500\/10:hover {
  border-bottom-color: rgb(115 115 115 / 0.1);
}

.hover\:border-b-neutral-500\/100:hover {
  border-bottom-color: rgb(115 115 115 / 1);
}

.hover\:border-b-neutral-500\/20:hover {
  border-bottom-color: rgb(115 115 115 / 0.2);
}

.hover\:border-b-neutral-500\/25:hover {
  border-bottom-color: rgb(115 115 115 / 0.25);
}

.hover\:border-b-neutral-500\/30:hover {
  border-bottom-color: rgb(115 115 115 / 0.3);
}

.hover\:border-b-neutral-500\/40:hover {
  border-bottom-color: rgb(115 115 115 / 0.4);
}

.hover\:border-b-neutral-500\/5:hover {
  border-bottom-color: rgb(115 115 115 / 0.05);
}

.hover\:border-b-neutral-500\/50:hover {
  border-bottom-color: rgb(115 115 115 / 0.5);
}

.hover\:border-b-neutral-500\/60:hover {
  border-bottom-color: rgb(115 115 115 / 0.6);
}

.hover\:border-b-neutral-500\/70:hover {
  border-bottom-color: rgb(115 115 115 / 0.7);
}

.hover\:border-b-neutral-500\/75:hover {
  border-bottom-color: rgb(115 115 115 / 0.75);
}

.hover\:border-b-neutral-500\/80:hover {
  border-bottom-color: rgb(115 115 115 / 0.8);
}

.hover\:border-b-neutral-500\/90:hover {
  border-bottom-color: rgb(115 115 115 / 0.9);
}

.hover\:border-b-neutral-500\/95:hover {
  border-bottom-color: rgb(115 115 115 / 0.95);
}

.hover\:border-b-neutral-600:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.hover\:border-b-neutral-600\/0:hover {
  border-bottom-color: rgb(82 82 82 / 0);
}

.hover\:border-b-neutral-600\/10:hover {
  border-bottom-color: rgb(82 82 82 / 0.1);
}

.hover\:border-b-neutral-600\/100:hover {
  border-bottom-color: rgb(82 82 82 / 1);
}

.hover\:border-b-neutral-600\/20:hover {
  border-bottom-color: rgb(82 82 82 / 0.2);
}

.hover\:border-b-neutral-600\/25:hover {
  border-bottom-color: rgb(82 82 82 / 0.25);
}

.hover\:border-b-neutral-600\/30:hover {
  border-bottom-color: rgb(82 82 82 / 0.3);
}

.hover\:border-b-neutral-600\/40:hover {
  border-bottom-color: rgb(82 82 82 / 0.4);
}

.hover\:border-b-neutral-600\/5:hover {
  border-bottom-color: rgb(82 82 82 / 0.05);
}

.hover\:border-b-neutral-600\/50:hover {
  border-bottom-color: rgb(82 82 82 / 0.5);
}

.hover\:border-b-neutral-600\/60:hover {
  border-bottom-color: rgb(82 82 82 / 0.6);
}

.hover\:border-b-neutral-600\/70:hover {
  border-bottom-color: rgb(82 82 82 / 0.7);
}

.hover\:border-b-neutral-600\/75:hover {
  border-bottom-color: rgb(82 82 82 / 0.75);
}

.hover\:border-b-neutral-600\/80:hover {
  border-bottom-color: rgb(82 82 82 / 0.8);
}

.hover\:border-b-neutral-600\/90:hover {
  border-bottom-color: rgb(82 82 82 / 0.9);
}

.hover\:border-b-neutral-600\/95:hover {
  border-bottom-color: rgb(82 82 82 / 0.95);
}

.hover\:border-b-neutral-700:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.hover\:border-b-neutral-700\/0:hover {
  border-bottom-color: rgb(64 64 64 / 0);
}

.hover\:border-b-neutral-700\/10:hover {
  border-bottom-color: rgb(64 64 64 / 0.1);
}

.hover\:border-b-neutral-700\/100:hover {
  border-bottom-color: rgb(64 64 64 / 1);
}

.hover\:border-b-neutral-700\/20:hover {
  border-bottom-color: rgb(64 64 64 / 0.2);
}

.hover\:border-b-neutral-700\/25:hover {
  border-bottom-color: rgb(64 64 64 / 0.25);
}

.hover\:border-b-neutral-700\/30:hover {
  border-bottom-color: rgb(64 64 64 / 0.3);
}

.hover\:border-b-neutral-700\/40:hover {
  border-bottom-color: rgb(64 64 64 / 0.4);
}

.hover\:border-b-neutral-700\/5:hover {
  border-bottom-color: rgb(64 64 64 / 0.05);
}

.hover\:border-b-neutral-700\/50:hover {
  border-bottom-color: rgb(64 64 64 / 0.5);
}

.hover\:border-b-neutral-700\/60:hover {
  border-bottom-color: rgb(64 64 64 / 0.6);
}

.hover\:border-b-neutral-700\/70:hover {
  border-bottom-color: rgb(64 64 64 / 0.7);
}

.hover\:border-b-neutral-700\/75:hover {
  border-bottom-color: rgb(64 64 64 / 0.75);
}

.hover\:border-b-neutral-700\/80:hover {
  border-bottom-color: rgb(64 64 64 / 0.8);
}

.hover\:border-b-neutral-700\/90:hover {
  border-bottom-color: rgb(64 64 64 / 0.9);
}

.hover\:border-b-neutral-700\/95:hover {
  border-bottom-color: rgb(64 64 64 / 0.95);
}

.hover\:border-b-neutral-800:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.hover\:border-b-neutral-800\/0:hover {
  border-bottom-color: rgb(38 38 38 / 0);
}

.hover\:border-b-neutral-800\/10:hover {
  border-bottom-color: rgb(38 38 38 / 0.1);
}

.hover\:border-b-neutral-800\/100:hover {
  border-bottom-color: rgb(38 38 38 / 1);
}

.hover\:border-b-neutral-800\/20:hover {
  border-bottom-color: rgb(38 38 38 / 0.2);
}

.hover\:border-b-neutral-800\/25:hover {
  border-bottom-color: rgb(38 38 38 / 0.25);
}

.hover\:border-b-neutral-800\/30:hover {
  border-bottom-color: rgb(38 38 38 / 0.3);
}

.hover\:border-b-neutral-800\/40:hover {
  border-bottom-color: rgb(38 38 38 / 0.4);
}

.hover\:border-b-neutral-800\/5:hover {
  border-bottom-color: rgb(38 38 38 / 0.05);
}

.hover\:border-b-neutral-800\/50:hover {
  border-bottom-color: rgb(38 38 38 / 0.5);
}

.hover\:border-b-neutral-800\/60:hover {
  border-bottom-color: rgb(38 38 38 / 0.6);
}

.hover\:border-b-neutral-800\/70:hover {
  border-bottom-color: rgb(38 38 38 / 0.7);
}

.hover\:border-b-neutral-800\/75:hover {
  border-bottom-color: rgb(38 38 38 / 0.75);
}

.hover\:border-b-neutral-800\/80:hover {
  border-bottom-color: rgb(38 38 38 / 0.8);
}

.hover\:border-b-neutral-800\/90:hover {
  border-bottom-color: rgb(38 38 38 / 0.9);
}

.hover\:border-b-neutral-800\/95:hover {
  border-bottom-color: rgb(38 38 38 / 0.95);
}

.hover\:border-b-neutral-900:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.hover\:border-b-neutral-900\/0:hover {
  border-bottom-color: rgb(23 23 23 / 0);
}

.hover\:border-b-neutral-900\/10:hover {
  border-bottom-color: rgb(23 23 23 / 0.1);
}

.hover\:border-b-neutral-900\/100:hover {
  border-bottom-color: rgb(23 23 23 / 1);
}

.hover\:border-b-neutral-900\/20:hover {
  border-bottom-color: rgb(23 23 23 / 0.2);
}

.hover\:border-b-neutral-900\/25:hover {
  border-bottom-color: rgb(23 23 23 / 0.25);
}

.hover\:border-b-neutral-900\/30:hover {
  border-bottom-color: rgb(23 23 23 / 0.3);
}

.hover\:border-b-neutral-900\/40:hover {
  border-bottom-color: rgb(23 23 23 / 0.4);
}

.hover\:border-b-neutral-900\/5:hover {
  border-bottom-color: rgb(23 23 23 / 0.05);
}

.hover\:border-b-neutral-900\/50:hover {
  border-bottom-color: rgb(23 23 23 / 0.5);
}

.hover\:border-b-neutral-900\/60:hover {
  border-bottom-color: rgb(23 23 23 / 0.6);
}

.hover\:border-b-neutral-900\/70:hover {
  border-bottom-color: rgb(23 23 23 / 0.7);
}

.hover\:border-b-neutral-900\/75:hover {
  border-bottom-color: rgb(23 23 23 / 0.75);
}

.hover\:border-b-neutral-900\/80:hover {
  border-bottom-color: rgb(23 23 23 / 0.8);
}

.hover\:border-b-neutral-900\/90:hover {
  border-bottom-color: rgb(23 23 23 / 0.9);
}

.hover\:border-b-neutral-900\/95:hover {
  border-bottom-color: rgb(23 23 23 / 0.95);
}

.hover\:border-b-neutral-950:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.hover\:border-b-neutral-950\/0:hover {
  border-bottom-color: rgb(10 10 10 / 0);
}

.hover\:border-b-neutral-950\/10:hover {
  border-bottom-color: rgb(10 10 10 / 0.1);
}

.hover\:border-b-neutral-950\/100:hover {
  border-bottom-color: rgb(10 10 10 / 1);
}

.hover\:border-b-neutral-950\/20:hover {
  border-bottom-color: rgb(10 10 10 / 0.2);
}

.hover\:border-b-neutral-950\/25:hover {
  border-bottom-color: rgb(10 10 10 / 0.25);
}

.hover\:border-b-neutral-950\/30:hover {
  border-bottom-color: rgb(10 10 10 / 0.3);
}

.hover\:border-b-neutral-950\/40:hover {
  border-bottom-color: rgb(10 10 10 / 0.4);
}

.hover\:border-b-neutral-950\/5:hover {
  border-bottom-color: rgb(10 10 10 / 0.05);
}

.hover\:border-b-neutral-950\/50:hover {
  border-bottom-color: rgb(10 10 10 / 0.5);
}

.hover\:border-b-neutral-950\/60:hover {
  border-bottom-color: rgb(10 10 10 / 0.6);
}

.hover\:border-b-neutral-950\/70:hover {
  border-bottom-color: rgb(10 10 10 / 0.7);
}

.hover\:border-b-neutral-950\/75:hover {
  border-bottom-color: rgb(10 10 10 / 0.75);
}

.hover\:border-b-neutral-950\/80:hover {
  border-bottom-color: rgb(10 10 10 / 0.8);
}

.hover\:border-b-neutral-950\/90:hover {
  border-bottom-color: rgb(10 10 10 / 0.9);
}

.hover\:border-b-neutral-950\/95:hover {
  border-bottom-color: rgb(10 10 10 / 0.95);
}

.hover\:border-b-orange-100:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 237 213 / var(--tw-border-opacity));
}

.hover\:border-b-orange-100\/0:hover {
  border-bottom-color: rgb(255 237 213 / 0);
}

.hover\:border-b-orange-100\/10:hover {
  border-bottom-color: rgb(255 237 213 / 0.1);
}

.hover\:border-b-orange-100\/100:hover {
  border-bottom-color: rgb(255 237 213 / 1);
}

.hover\:border-b-orange-100\/20:hover {
  border-bottom-color: rgb(255 237 213 / 0.2);
}

.hover\:border-b-orange-100\/25:hover {
  border-bottom-color: rgb(255 237 213 / 0.25);
}

.hover\:border-b-orange-100\/30:hover {
  border-bottom-color: rgb(255 237 213 / 0.3);
}

.hover\:border-b-orange-100\/40:hover {
  border-bottom-color: rgb(255 237 213 / 0.4);
}

.hover\:border-b-orange-100\/5:hover {
  border-bottom-color: rgb(255 237 213 / 0.05);
}

.hover\:border-b-orange-100\/50:hover {
  border-bottom-color: rgb(255 237 213 / 0.5);
}

.hover\:border-b-orange-100\/60:hover {
  border-bottom-color: rgb(255 237 213 / 0.6);
}

.hover\:border-b-orange-100\/70:hover {
  border-bottom-color: rgb(255 237 213 / 0.7);
}

.hover\:border-b-orange-100\/75:hover {
  border-bottom-color: rgb(255 237 213 / 0.75);
}

.hover\:border-b-orange-100\/80:hover {
  border-bottom-color: rgb(255 237 213 / 0.8);
}

.hover\:border-b-orange-100\/90:hover {
  border-bottom-color: rgb(255 237 213 / 0.9);
}

.hover\:border-b-orange-100\/95:hover {
  border-bottom-color: rgb(255 237 213 / 0.95);
}

.hover\:border-b-orange-200:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 215 170 / var(--tw-border-opacity));
}

.hover\:border-b-orange-200\/0:hover {
  border-bottom-color: rgb(254 215 170 / 0);
}

.hover\:border-b-orange-200\/10:hover {
  border-bottom-color: rgb(254 215 170 / 0.1);
}

.hover\:border-b-orange-200\/100:hover {
  border-bottom-color: rgb(254 215 170 / 1);
}

.hover\:border-b-orange-200\/20:hover {
  border-bottom-color: rgb(254 215 170 / 0.2);
}

.hover\:border-b-orange-200\/25:hover {
  border-bottom-color: rgb(254 215 170 / 0.25);
}

.hover\:border-b-orange-200\/30:hover {
  border-bottom-color: rgb(254 215 170 / 0.3);
}

.hover\:border-b-orange-200\/40:hover {
  border-bottom-color: rgb(254 215 170 / 0.4);
}

.hover\:border-b-orange-200\/5:hover {
  border-bottom-color: rgb(254 215 170 / 0.05);
}

.hover\:border-b-orange-200\/50:hover {
  border-bottom-color: rgb(254 215 170 / 0.5);
}

.hover\:border-b-orange-200\/60:hover {
  border-bottom-color: rgb(254 215 170 / 0.6);
}

.hover\:border-b-orange-200\/70:hover {
  border-bottom-color: rgb(254 215 170 / 0.7);
}

.hover\:border-b-orange-200\/75:hover {
  border-bottom-color: rgb(254 215 170 / 0.75);
}

.hover\:border-b-orange-200\/80:hover {
  border-bottom-color: rgb(254 215 170 / 0.8);
}

.hover\:border-b-orange-200\/90:hover {
  border-bottom-color: rgb(254 215 170 / 0.9);
}

.hover\:border-b-orange-200\/95:hover {
  border-bottom-color: rgb(254 215 170 / 0.95);
}

.hover\:border-b-orange-300:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 186 116 / var(--tw-border-opacity));
}

.hover\:border-b-orange-300\/0:hover {
  border-bottom-color: rgb(253 186 116 / 0);
}

.hover\:border-b-orange-300\/10:hover {
  border-bottom-color: rgb(253 186 116 / 0.1);
}

.hover\:border-b-orange-300\/100:hover {
  border-bottom-color: rgb(253 186 116 / 1);
}

.hover\:border-b-orange-300\/20:hover {
  border-bottom-color: rgb(253 186 116 / 0.2);
}

.hover\:border-b-orange-300\/25:hover {
  border-bottom-color: rgb(253 186 116 / 0.25);
}

.hover\:border-b-orange-300\/30:hover {
  border-bottom-color: rgb(253 186 116 / 0.3);
}

.hover\:border-b-orange-300\/40:hover {
  border-bottom-color: rgb(253 186 116 / 0.4);
}

.hover\:border-b-orange-300\/5:hover {
  border-bottom-color: rgb(253 186 116 / 0.05);
}

.hover\:border-b-orange-300\/50:hover {
  border-bottom-color: rgb(253 186 116 / 0.5);
}

.hover\:border-b-orange-300\/60:hover {
  border-bottom-color: rgb(253 186 116 / 0.6);
}

.hover\:border-b-orange-300\/70:hover {
  border-bottom-color: rgb(253 186 116 / 0.7);
}

.hover\:border-b-orange-300\/75:hover {
  border-bottom-color: rgb(253 186 116 / 0.75);
}

.hover\:border-b-orange-300\/80:hover {
  border-bottom-color: rgb(253 186 116 / 0.8);
}

.hover\:border-b-orange-300\/90:hover {
  border-bottom-color: rgb(253 186 116 / 0.9);
}

.hover\:border-b-orange-300\/95:hover {
  border-bottom-color: rgb(253 186 116 / 0.95);
}

.hover\:border-b-orange-400:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.hover\:border-b-orange-400\/0:hover {
  border-bottom-color: rgb(251 146 60 / 0);
}

.hover\:border-b-orange-400\/10:hover {
  border-bottom-color: rgb(251 146 60 / 0.1);
}

.hover\:border-b-orange-400\/100:hover {
  border-bottom-color: rgb(251 146 60 / 1);
}

.hover\:border-b-orange-400\/20:hover {
  border-bottom-color: rgb(251 146 60 / 0.2);
}

.hover\:border-b-orange-400\/25:hover {
  border-bottom-color: rgb(251 146 60 / 0.25);
}

.hover\:border-b-orange-400\/30:hover {
  border-bottom-color: rgb(251 146 60 / 0.3);
}

.hover\:border-b-orange-400\/40:hover {
  border-bottom-color: rgb(251 146 60 / 0.4);
}

.hover\:border-b-orange-400\/5:hover {
  border-bottom-color: rgb(251 146 60 / 0.05);
}

.hover\:border-b-orange-400\/50:hover {
  border-bottom-color: rgb(251 146 60 / 0.5);
}

.hover\:border-b-orange-400\/60:hover {
  border-bottom-color: rgb(251 146 60 / 0.6);
}

.hover\:border-b-orange-400\/70:hover {
  border-bottom-color: rgb(251 146 60 / 0.7);
}

.hover\:border-b-orange-400\/75:hover {
  border-bottom-color: rgb(251 146 60 / 0.75);
}

.hover\:border-b-orange-400\/80:hover {
  border-bottom-color: rgb(251 146 60 / 0.8);
}

.hover\:border-b-orange-400\/90:hover {
  border-bottom-color: rgb(251 146 60 / 0.9);
}

.hover\:border-b-orange-400\/95:hover {
  border-bottom-color: rgb(251 146 60 / 0.95);
}

.hover\:border-b-orange-50:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 247 237 / var(--tw-border-opacity));
}

.hover\:border-b-orange-50\/0:hover {
  border-bottom-color: rgb(255 247 237 / 0);
}

.hover\:border-b-orange-50\/10:hover {
  border-bottom-color: rgb(255 247 237 / 0.1);
}

.hover\:border-b-orange-50\/100:hover {
  border-bottom-color: rgb(255 247 237 / 1);
}

.hover\:border-b-orange-50\/20:hover {
  border-bottom-color: rgb(255 247 237 / 0.2);
}

.hover\:border-b-orange-50\/25:hover {
  border-bottom-color: rgb(255 247 237 / 0.25);
}

.hover\:border-b-orange-50\/30:hover {
  border-bottom-color: rgb(255 247 237 / 0.3);
}

.hover\:border-b-orange-50\/40:hover {
  border-bottom-color: rgb(255 247 237 / 0.4);
}

.hover\:border-b-orange-50\/5:hover {
  border-bottom-color: rgb(255 247 237 / 0.05);
}

.hover\:border-b-orange-50\/50:hover {
  border-bottom-color: rgb(255 247 237 / 0.5);
}

.hover\:border-b-orange-50\/60:hover {
  border-bottom-color: rgb(255 247 237 / 0.6);
}

.hover\:border-b-orange-50\/70:hover {
  border-bottom-color: rgb(255 247 237 / 0.7);
}

.hover\:border-b-orange-50\/75:hover {
  border-bottom-color: rgb(255 247 237 / 0.75);
}

.hover\:border-b-orange-50\/80:hover {
  border-bottom-color: rgb(255 247 237 / 0.8);
}

.hover\:border-b-orange-50\/90:hover {
  border-bottom-color: rgb(255 247 237 / 0.9);
}

.hover\:border-b-orange-50\/95:hover {
  border-bottom-color: rgb(255 247 237 / 0.95);
}

.hover\:border-b-orange-500:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 115 22 / var(--tw-border-opacity));
}

.hover\:border-b-orange-500\/0:hover {
  border-bottom-color: rgb(249 115 22 / 0);
}

.hover\:border-b-orange-500\/10:hover {
  border-bottom-color: rgb(249 115 22 / 0.1);
}

.hover\:border-b-orange-500\/100:hover {
  border-bottom-color: rgb(249 115 22 / 1);
}

.hover\:border-b-orange-500\/20:hover {
  border-bottom-color: rgb(249 115 22 / 0.2);
}

.hover\:border-b-orange-500\/25:hover {
  border-bottom-color: rgb(249 115 22 / 0.25);
}

.hover\:border-b-orange-500\/30:hover {
  border-bottom-color: rgb(249 115 22 / 0.3);
}

.hover\:border-b-orange-500\/40:hover {
  border-bottom-color: rgb(249 115 22 / 0.4);
}

.hover\:border-b-orange-500\/5:hover {
  border-bottom-color: rgb(249 115 22 / 0.05);
}

.hover\:border-b-orange-500\/50:hover {
  border-bottom-color: rgb(249 115 22 / 0.5);
}

.hover\:border-b-orange-500\/60:hover {
  border-bottom-color: rgb(249 115 22 / 0.6);
}

.hover\:border-b-orange-500\/70:hover {
  border-bottom-color: rgb(249 115 22 / 0.7);
}

.hover\:border-b-orange-500\/75:hover {
  border-bottom-color: rgb(249 115 22 / 0.75);
}

.hover\:border-b-orange-500\/80:hover {
  border-bottom-color: rgb(249 115 22 / 0.8);
}

.hover\:border-b-orange-500\/90:hover {
  border-bottom-color: rgb(249 115 22 / 0.9);
}

.hover\:border-b-orange-500\/95:hover {
  border-bottom-color: rgb(249 115 22 / 0.95);
}

.hover\:border-b-orange-600:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.hover\:border-b-orange-600\/0:hover {
  border-bottom-color: rgb(234 88 12 / 0);
}

.hover\:border-b-orange-600\/10:hover {
  border-bottom-color: rgb(234 88 12 / 0.1);
}

.hover\:border-b-orange-600\/100:hover {
  border-bottom-color: rgb(234 88 12 / 1);
}

.hover\:border-b-orange-600\/20:hover {
  border-bottom-color: rgb(234 88 12 / 0.2);
}

.hover\:border-b-orange-600\/25:hover {
  border-bottom-color: rgb(234 88 12 / 0.25);
}

.hover\:border-b-orange-600\/30:hover {
  border-bottom-color: rgb(234 88 12 / 0.3);
}

.hover\:border-b-orange-600\/40:hover {
  border-bottom-color: rgb(234 88 12 / 0.4);
}

.hover\:border-b-orange-600\/5:hover {
  border-bottom-color: rgb(234 88 12 / 0.05);
}

.hover\:border-b-orange-600\/50:hover {
  border-bottom-color: rgb(234 88 12 / 0.5);
}

.hover\:border-b-orange-600\/60:hover {
  border-bottom-color: rgb(234 88 12 / 0.6);
}

.hover\:border-b-orange-600\/70:hover {
  border-bottom-color: rgb(234 88 12 / 0.7);
}

.hover\:border-b-orange-600\/75:hover {
  border-bottom-color: rgb(234 88 12 / 0.75);
}

.hover\:border-b-orange-600\/80:hover {
  border-bottom-color: rgb(234 88 12 / 0.8);
}

.hover\:border-b-orange-600\/90:hover {
  border-bottom-color: rgb(234 88 12 / 0.9);
}

.hover\:border-b-orange-600\/95:hover {
  border-bottom-color: rgb(234 88 12 / 0.95);
}

.hover\:border-b-orange-700:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(194 65 12 / var(--tw-border-opacity));
}

.hover\:border-b-orange-700\/0:hover {
  border-bottom-color: rgb(194 65 12 / 0);
}

.hover\:border-b-orange-700\/10:hover {
  border-bottom-color: rgb(194 65 12 / 0.1);
}

.hover\:border-b-orange-700\/100:hover {
  border-bottom-color: rgb(194 65 12 / 1);
}

.hover\:border-b-orange-700\/20:hover {
  border-bottom-color: rgb(194 65 12 / 0.2);
}

.hover\:border-b-orange-700\/25:hover {
  border-bottom-color: rgb(194 65 12 / 0.25);
}

.hover\:border-b-orange-700\/30:hover {
  border-bottom-color: rgb(194 65 12 / 0.3);
}

.hover\:border-b-orange-700\/40:hover {
  border-bottom-color: rgb(194 65 12 / 0.4);
}

.hover\:border-b-orange-700\/5:hover {
  border-bottom-color: rgb(194 65 12 / 0.05);
}

.hover\:border-b-orange-700\/50:hover {
  border-bottom-color: rgb(194 65 12 / 0.5);
}

.hover\:border-b-orange-700\/60:hover {
  border-bottom-color: rgb(194 65 12 / 0.6);
}

.hover\:border-b-orange-700\/70:hover {
  border-bottom-color: rgb(194 65 12 / 0.7);
}

.hover\:border-b-orange-700\/75:hover {
  border-bottom-color: rgb(194 65 12 / 0.75);
}

.hover\:border-b-orange-700\/80:hover {
  border-bottom-color: rgb(194 65 12 / 0.8);
}

.hover\:border-b-orange-700\/90:hover {
  border-bottom-color: rgb(194 65 12 / 0.9);
}

.hover\:border-b-orange-700\/95:hover {
  border-bottom-color: rgb(194 65 12 / 0.95);
}

.hover\:border-b-orange-800:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(154 52 18 / var(--tw-border-opacity));
}

.hover\:border-b-orange-800\/0:hover {
  border-bottom-color: rgb(154 52 18 / 0);
}

.hover\:border-b-orange-800\/10:hover {
  border-bottom-color: rgb(154 52 18 / 0.1);
}

.hover\:border-b-orange-800\/100:hover {
  border-bottom-color: rgb(154 52 18 / 1);
}

.hover\:border-b-orange-800\/20:hover {
  border-bottom-color: rgb(154 52 18 / 0.2);
}

.hover\:border-b-orange-800\/25:hover {
  border-bottom-color: rgb(154 52 18 / 0.25);
}

.hover\:border-b-orange-800\/30:hover {
  border-bottom-color: rgb(154 52 18 / 0.3);
}

.hover\:border-b-orange-800\/40:hover {
  border-bottom-color: rgb(154 52 18 / 0.4);
}

.hover\:border-b-orange-800\/5:hover {
  border-bottom-color: rgb(154 52 18 / 0.05);
}

.hover\:border-b-orange-800\/50:hover {
  border-bottom-color: rgb(154 52 18 / 0.5);
}

.hover\:border-b-orange-800\/60:hover {
  border-bottom-color: rgb(154 52 18 / 0.6);
}

.hover\:border-b-orange-800\/70:hover {
  border-bottom-color: rgb(154 52 18 / 0.7);
}

.hover\:border-b-orange-800\/75:hover {
  border-bottom-color: rgb(154 52 18 / 0.75);
}

.hover\:border-b-orange-800\/80:hover {
  border-bottom-color: rgb(154 52 18 / 0.8);
}

.hover\:border-b-orange-800\/90:hover {
  border-bottom-color: rgb(154 52 18 / 0.9);
}

.hover\:border-b-orange-800\/95:hover {
  border-bottom-color: rgb(154 52 18 / 0.95);
}

.hover\:border-b-orange-900:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(124 45 18 / var(--tw-border-opacity));
}

.hover\:border-b-orange-900\/0:hover {
  border-bottom-color: rgb(124 45 18 / 0);
}

.hover\:border-b-orange-900\/10:hover {
  border-bottom-color: rgb(124 45 18 / 0.1);
}

.hover\:border-b-orange-900\/100:hover {
  border-bottom-color: rgb(124 45 18 / 1);
}

.hover\:border-b-orange-900\/20:hover {
  border-bottom-color: rgb(124 45 18 / 0.2);
}

.hover\:border-b-orange-900\/25:hover {
  border-bottom-color: rgb(124 45 18 / 0.25);
}

.hover\:border-b-orange-900\/30:hover {
  border-bottom-color: rgb(124 45 18 / 0.3);
}

.hover\:border-b-orange-900\/40:hover {
  border-bottom-color: rgb(124 45 18 / 0.4);
}

.hover\:border-b-orange-900\/5:hover {
  border-bottom-color: rgb(124 45 18 / 0.05);
}

.hover\:border-b-orange-900\/50:hover {
  border-bottom-color: rgb(124 45 18 / 0.5);
}

.hover\:border-b-orange-900\/60:hover {
  border-bottom-color: rgb(124 45 18 / 0.6);
}

.hover\:border-b-orange-900\/70:hover {
  border-bottom-color: rgb(124 45 18 / 0.7);
}

.hover\:border-b-orange-900\/75:hover {
  border-bottom-color: rgb(124 45 18 / 0.75);
}

.hover\:border-b-orange-900\/80:hover {
  border-bottom-color: rgb(124 45 18 / 0.8);
}

.hover\:border-b-orange-900\/90:hover {
  border-bottom-color: rgb(124 45 18 / 0.9);
}

.hover\:border-b-orange-900\/95:hover {
  border-bottom-color: rgb(124 45 18 / 0.95);
}

.hover\:border-b-orange-950:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(67 20 7 / var(--tw-border-opacity));
}

.hover\:border-b-orange-950\/0:hover {
  border-bottom-color: rgb(67 20 7 / 0);
}

.hover\:border-b-orange-950\/10:hover {
  border-bottom-color: rgb(67 20 7 / 0.1);
}

.hover\:border-b-orange-950\/100:hover {
  border-bottom-color: rgb(67 20 7 / 1);
}

.hover\:border-b-orange-950\/20:hover {
  border-bottom-color: rgb(67 20 7 / 0.2);
}

.hover\:border-b-orange-950\/25:hover {
  border-bottom-color: rgb(67 20 7 / 0.25);
}

.hover\:border-b-orange-950\/30:hover {
  border-bottom-color: rgb(67 20 7 / 0.3);
}

.hover\:border-b-orange-950\/40:hover {
  border-bottom-color: rgb(67 20 7 / 0.4);
}

.hover\:border-b-orange-950\/5:hover {
  border-bottom-color: rgb(67 20 7 / 0.05);
}

.hover\:border-b-orange-950\/50:hover {
  border-bottom-color: rgb(67 20 7 / 0.5);
}

.hover\:border-b-orange-950\/60:hover {
  border-bottom-color: rgb(67 20 7 / 0.6);
}

.hover\:border-b-orange-950\/70:hover {
  border-bottom-color: rgb(67 20 7 / 0.7);
}

.hover\:border-b-orange-950\/75:hover {
  border-bottom-color: rgb(67 20 7 / 0.75);
}

.hover\:border-b-orange-950\/80:hover {
  border-bottom-color: rgb(67 20 7 / 0.8);
}

.hover\:border-b-orange-950\/90:hover {
  border-bottom-color: rgb(67 20 7 / 0.9);
}

.hover\:border-b-orange-950\/95:hover {
  border-bottom-color: rgb(67 20 7 / 0.95);
}

.hover\:border-b-ozc-100:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 239 235 / var(--tw-border-opacity));
}

.hover\:border-b-ozc-100\/0:hover {
  border-bottom-color: rgb(255 239 235 / 0);
}

.hover\:border-b-ozc-100\/10:hover {
  border-bottom-color: rgb(255 239 235 / 0.1);
}

.hover\:border-b-ozc-100\/100:hover {
  border-bottom-color: rgb(255 239 235 / 1);
}

.hover\:border-b-ozc-100\/20:hover {
  border-bottom-color: rgb(255 239 235 / 0.2);
}

.hover\:border-b-ozc-100\/25:hover {
  border-bottom-color: rgb(255 239 235 / 0.25);
}

.hover\:border-b-ozc-100\/30:hover {
  border-bottom-color: rgb(255 239 235 / 0.3);
}

.hover\:border-b-ozc-100\/40:hover {
  border-bottom-color: rgb(255 239 235 / 0.4);
}

.hover\:border-b-ozc-100\/5:hover {
  border-bottom-color: rgb(255 239 235 / 0.05);
}

.hover\:border-b-ozc-100\/50:hover {
  border-bottom-color: rgb(255 239 235 / 0.5);
}

.hover\:border-b-ozc-100\/60:hover {
  border-bottom-color: rgb(255 239 235 / 0.6);
}

.hover\:border-b-ozc-100\/70:hover {
  border-bottom-color: rgb(255 239 235 / 0.7);
}

.hover\:border-b-ozc-100\/75:hover {
  border-bottom-color: rgb(255 239 235 / 0.75);
}

.hover\:border-b-ozc-100\/80:hover {
  border-bottom-color: rgb(255 239 235 / 0.8);
}

.hover\:border-b-ozc-100\/90:hover {
  border-bottom-color: rgb(255 239 235 / 0.9);
}

.hover\:border-b-ozc-100\/95:hover {
  border-bottom-color: rgb(255 239 235 / 0.95);
}

.hover\:border-b-ozc-200:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 225 222 / var(--tw-border-opacity));
}

.hover\:border-b-ozc-200\/0:hover {
  border-bottom-color: rgb(253 225 222 / 0);
}

.hover\:border-b-ozc-200\/10:hover {
  border-bottom-color: rgb(253 225 222 / 0.1);
}

.hover\:border-b-ozc-200\/100:hover {
  border-bottom-color: rgb(253 225 222 / 1);
}

.hover\:border-b-ozc-200\/20:hover {
  border-bottom-color: rgb(253 225 222 / 0.2);
}

.hover\:border-b-ozc-200\/25:hover {
  border-bottom-color: rgb(253 225 222 / 0.25);
}

.hover\:border-b-ozc-200\/30:hover {
  border-bottom-color: rgb(253 225 222 / 0.3);
}

.hover\:border-b-ozc-200\/40:hover {
  border-bottom-color: rgb(253 225 222 / 0.4);
}

.hover\:border-b-ozc-200\/5:hover {
  border-bottom-color: rgb(253 225 222 / 0.05);
}

.hover\:border-b-ozc-200\/50:hover {
  border-bottom-color: rgb(253 225 222 / 0.5);
}

.hover\:border-b-ozc-200\/60:hover {
  border-bottom-color: rgb(253 225 222 / 0.6);
}

.hover\:border-b-ozc-200\/70:hover {
  border-bottom-color: rgb(253 225 222 / 0.7);
}

.hover\:border-b-ozc-200\/75:hover {
  border-bottom-color: rgb(253 225 222 / 0.75);
}

.hover\:border-b-ozc-200\/80:hover {
  border-bottom-color: rgb(253 225 222 / 0.8);
}

.hover\:border-b-ozc-200\/90:hover {
  border-bottom-color: rgb(253 225 222 / 0.9);
}

.hover\:border-b-ozc-200\/95:hover {
  border-bottom-color: rgb(253 225 222 / 0.95);
}

.hover\:border-b-ozc-300:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(248 181 181 / var(--tw-border-opacity));
}

.hover\:border-b-ozc-300\/0:hover {
  border-bottom-color: rgb(248 181 181 / 0);
}

.hover\:border-b-ozc-300\/10:hover {
  border-bottom-color: rgb(248 181 181 / 0.1);
}

.hover\:border-b-ozc-300\/100:hover {
  border-bottom-color: rgb(248 181 181 / 1);
}

.hover\:border-b-ozc-300\/20:hover {
  border-bottom-color: rgb(248 181 181 / 0.2);
}

.hover\:border-b-ozc-300\/25:hover {
  border-bottom-color: rgb(248 181 181 / 0.25);
}

.hover\:border-b-ozc-300\/30:hover {
  border-bottom-color: rgb(248 181 181 / 0.3);
}

.hover\:border-b-ozc-300\/40:hover {
  border-bottom-color: rgb(248 181 181 / 0.4);
}

.hover\:border-b-ozc-300\/5:hover {
  border-bottom-color: rgb(248 181 181 / 0.05);
}

.hover\:border-b-ozc-300\/50:hover {
  border-bottom-color: rgb(248 181 181 / 0.5);
}

.hover\:border-b-ozc-300\/60:hover {
  border-bottom-color: rgb(248 181 181 / 0.6);
}

.hover\:border-b-ozc-300\/70:hover {
  border-bottom-color: rgb(248 181 181 / 0.7);
}

.hover\:border-b-ozc-300\/75:hover {
  border-bottom-color: rgb(248 181 181 / 0.75);
}

.hover\:border-b-ozc-300\/80:hover {
  border-bottom-color: rgb(248 181 181 / 0.8);
}

.hover\:border-b-ozc-300\/90:hover {
  border-bottom-color: rgb(248 181 181 / 0.9);
}

.hover\:border-b-ozc-300\/95:hover {
  border-bottom-color: rgb(248 181 181 / 0.95);
}

.hover\:border-b-ozc-400:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 189 173 / var(--tw-border-opacity));
}

.hover\:border-b-ozc-400\/0:hover {
  border-bottom-color: rgb(250 189 173 / 0);
}

.hover\:border-b-ozc-400\/10:hover {
  border-bottom-color: rgb(250 189 173 / 0.1);
}

.hover\:border-b-ozc-400\/100:hover {
  border-bottom-color: rgb(250 189 173 / 1);
}

.hover\:border-b-ozc-400\/20:hover {
  border-bottom-color: rgb(250 189 173 / 0.2);
}

.hover\:border-b-ozc-400\/25:hover {
  border-bottom-color: rgb(250 189 173 / 0.25);
}

.hover\:border-b-ozc-400\/30:hover {
  border-bottom-color: rgb(250 189 173 / 0.3);
}

.hover\:border-b-ozc-400\/40:hover {
  border-bottom-color: rgb(250 189 173 / 0.4);
}

.hover\:border-b-ozc-400\/5:hover {
  border-bottom-color: rgb(250 189 173 / 0.05);
}

.hover\:border-b-ozc-400\/50:hover {
  border-bottom-color: rgb(250 189 173 / 0.5);
}

.hover\:border-b-ozc-400\/60:hover {
  border-bottom-color: rgb(250 189 173 / 0.6);
}

.hover\:border-b-ozc-400\/70:hover {
  border-bottom-color: rgb(250 189 173 / 0.7);
}

.hover\:border-b-ozc-400\/75:hover {
  border-bottom-color: rgb(250 189 173 / 0.75);
}

.hover\:border-b-ozc-400\/80:hover {
  border-bottom-color: rgb(250 189 173 / 0.8);
}

.hover\:border-b-ozc-400\/90:hover {
  border-bottom-color: rgb(250 189 173 / 0.9);
}

.hover\:border-b-ozc-400\/95:hover {
  border-bottom-color: rgb(250 189 173 / 0.95);
}

.hover\:border-b-ozc-50:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 243 232 / var(--tw-border-opacity));
}

.hover\:border-b-ozc-50\/0:hover {
  border-bottom-color: rgb(254 243 232 / 0);
}

.hover\:border-b-ozc-50\/10:hover {
  border-bottom-color: rgb(254 243 232 / 0.1);
}

.hover\:border-b-ozc-50\/100:hover {
  border-bottom-color: rgb(254 243 232 / 1);
}

.hover\:border-b-ozc-50\/20:hover {
  border-bottom-color: rgb(254 243 232 / 0.2);
}

.hover\:border-b-ozc-50\/25:hover {
  border-bottom-color: rgb(254 243 232 / 0.25);
}

.hover\:border-b-ozc-50\/30:hover {
  border-bottom-color: rgb(254 243 232 / 0.3);
}

.hover\:border-b-ozc-50\/40:hover {
  border-bottom-color: rgb(254 243 232 / 0.4);
}

.hover\:border-b-ozc-50\/5:hover {
  border-bottom-color: rgb(254 243 232 / 0.05);
}

.hover\:border-b-ozc-50\/50:hover {
  border-bottom-color: rgb(254 243 232 / 0.5);
}

.hover\:border-b-ozc-50\/60:hover {
  border-bottom-color: rgb(254 243 232 / 0.6);
}

.hover\:border-b-ozc-50\/70:hover {
  border-bottom-color: rgb(254 243 232 / 0.7);
}

.hover\:border-b-ozc-50\/75:hover {
  border-bottom-color: rgb(254 243 232 / 0.75);
}

.hover\:border-b-ozc-50\/80:hover {
  border-bottom-color: rgb(254 243 232 / 0.8);
}

.hover\:border-b-ozc-50\/90:hover {
  border-bottom-color: rgb(254 243 232 / 0.9);
}

.hover\:border-b-ozc-50\/95:hover {
  border-bottom-color: rgb(254 243 232 / 0.95);
}

.hover\:border-b-ozc-500:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 110 96 / var(--tw-border-opacity));
}

.hover\:border-b-ozc-500\/0:hover {
  border-bottom-color: rgb(255 110 96 / 0);
}

.hover\:border-b-ozc-500\/10:hover {
  border-bottom-color: rgb(255 110 96 / 0.1);
}

.hover\:border-b-ozc-500\/100:hover {
  border-bottom-color: rgb(255 110 96 / 1);
}

.hover\:border-b-ozc-500\/20:hover {
  border-bottom-color: rgb(255 110 96 / 0.2);
}

.hover\:border-b-ozc-500\/25:hover {
  border-bottom-color: rgb(255 110 96 / 0.25);
}

.hover\:border-b-ozc-500\/30:hover {
  border-bottom-color: rgb(255 110 96 / 0.3);
}

.hover\:border-b-ozc-500\/40:hover {
  border-bottom-color: rgb(255 110 96 / 0.4);
}

.hover\:border-b-ozc-500\/5:hover {
  border-bottom-color: rgb(255 110 96 / 0.05);
}

.hover\:border-b-ozc-500\/50:hover {
  border-bottom-color: rgb(255 110 96 / 0.5);
}

.hover\:border-b-ozc-500\/60:hover {
  border-bottom-color: rgb(255 110 96 / 0.6);
}

.hover\:border-b-ozc-500\/70:hover {
  border-bottom-color: rgb(255 110 96 / 0.7);
}

.hover\:border-b-ozc-500\/75:hover {
  border-bottom-color: rgb(255 110 96 / 0.75);
}

.hover\:border-b-ozc-500\/80:hover {
  border-bottom-color: rgb(255 110 96 / 0.8);
}

.hover\:border-b-ozc-500\/90:hover {
  border-bottom-color: rgb(255 110 96 / 0.9);
}

.hover\:border-b-ozc-500\/95:hover {
  border-bottom-color: rgb(255 110 96 / 0.95);
}

.hover\:border-b-ozc-600:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 169 140 / var(--tw-border-opacity));
}

.hover\:border-b-ozc-600\/0:hover {
  border-bottom-color: rgb(249 169 140 / 0);
}

.hover\:border-b-ozc-600\/10:hover {
  border-bottom-color: rgb(249 169 140 / 0.1);
}

.hover\:border-b-ozc-600\/100:hover {
  border-bottom-color: rgb(249 169 140 / 1);
}

.hover\:border-b-ozc-600\/20:hover {
  border-bottom-color: rgb(249 169 140 / 0.2);
}

.hover\:border-b-ozc-600\/25:hover {
  border-bottom-color: rgb(249 169 140 / 0.25);
}

.hover\:border-b-ozc-600\/30:hover {
  border-bottom-color: rgb(249 169 140 / 0.3);
}

.hover\:border-b-ozc-600\/40:hover {
  border-bottom-color: rgb(249 169 140 / 0.4);
}

.hover\:border-b-ozc-600\/5:hover {
  border-bottom-color: rgb(249 169 140 / 0.05);
}

.hover\:border-b-ozc-600\/50:hover {
  border-bottom-color: rgb(249 169 140 / 0.5);
}

.hover\:border-b-ozc-600\/60:hover {
  border-bottom-color: rgb(249 169 140 / 0.6);
}

.hover\:border-b-ozc-600\/70:hover {
  border-bottom-color: rgb(249 169 140 / 0.7);
}

.hover\:border-b-ozc-600\/75:hover {
  border-bottom-color: rgb(249 169 140 / 0.75);
}

.hover\:border-b-ozc-600\/80:hover {
  border-bottom-color: rgb(249 169 140 / 0.8);
}

.hover\:border-b-ozc-600\/90:hover {
  border-bottom-color: rgb(249 169 140 / 0.9);
}

.hover\:border-b-ozc-600\/95:hover {
  border-bottom-color: rgb(249 169 140 / 0.95);
}

.hover\:border-b-ozc-700:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(246 148 114 / var(--tw-border-opacity));
}

.hover\:border-b-ozc-700\/0:hover {
  border-bottom-color: rgb(246 148 114 / 0);
}

.hover\:border-b-ozc-700\/10:hover {
  border-bottom-color: rgb(246 148 114 / 0.1);
}

.hover\:border-b-ozc-700\/100:hover {
  border-bottom-color: rgb(246 148 114 / 1);
}

.hover\:border-b-ozc-700\/20:hover {
  border-bottom-color: rgb(246 148 114 / 0.2);
}

.hover\:border-b-ozc-700\/25:hover {
  border-bottom-color: rgb(246 148 114 / 0.25);
}

.hover\:border-b-ozc-700\/30:hover {
  border-bottom-color: rgb(246 148 114 / 0.3);
}

.hover\:border-b-ozc-700\/40:hover {
  border-bottom-color: rgb(246 148 114 / 0.4);
}

.hover\:border-b-ozc-700\/5:hover {
  border-bottom-color: rgb(246 148 114 / 0.05);
}

.hover\:border-b-ozc-700\/50:hover {
  border-bottom-color: rgb(246 148 114 / 0.5);
}

.hover\:border-b-ozc-700\/60:hover {
  border-bottom-color: rgb(246 148 114 / 0.6);
}

.hover\:border-b-ozc-700\/70:hover {
  border-bottom-color: rgb(246 148 114 / 0.7);
}

.hover\:border-b-ozc-700\/75:hover {
  border-bottom-color: rgb(246 148 114 / 0.75);
}

.hover\:border-b-ozc-700\/80:hover {
  border-bottom-color: rgb(246 148 114 / 0.8);
}

.hover\:border-b-ozc-700\/90:hover {
  border-bottom-color: rgb(246 148 114 / 0.9);
}

.hover\:border-b-ozc-700\/95:hover {
  border-bottom-color: rgb(246 148 114 / 0.95);
}

.hover\:border-b-ozc-800:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 144 136 / var(--tw-border-opacity));
}

.hover\:border-b-ozc-800\/0:hover {
  border-bottom-color: rgb(245 144 136 / 0);
}

.hover\:border-b-ozc-800\/10:hover {
  border-bottom-color: rgb(245 144 136 / 0.1);
}

.hover\:border-b-ozc-800\/100:hover {
  border-bottom-color: rgb(245 144 136 / 1);
}

.hover\:border-b-ozc-800\/20:hover {
  border-bottom-color: rgb(245 144 136 / 0.2);
}

.hover\:border-b-ozc-800\/25:hover {
  border-bottom-color: rgb(245 144 136 / 0.25);
}

.hover\:border-b-ozc-800\/30:hover {
  border-bottom-color: rgb(245 144 136 / 0.3);
}

.hover\:border-b-ozc-800\/40:hover {
  border-bottom-color: rgb(245 144 136 / 0.4);
}

.hover\:border-b-ozc-800\/5:hover {
  border-bottom-color: rgb(245 144 136 / 0.05);
}

.hover\:border-b-ozc-800\/50:hover {
  border-bottom-color: rgb(245 144 136 / 0.5);
}

.hover\:border-b-ozc-800\/60:hover {
  border-bottom-color: rgb(245 144 136 / 0.6);
}

.hover\:border-b-ozc-800\/70:hover {
  border-bottom-color: rgb(245 144 136 / 0.7);
}

.hover\:border-b-ozc-800\/75:hover {
  border-bottom-color: rgb(245 144 136 / 0.75);
}

.hover\:border-b-ozc-800\/80:hover {
  border-bottom-color: rgb(245 144 136 / 0.8);
}

.hover\:border-b-ozc-800\/90:hover {
  border-bottom-color: rgb(245 144 136 / 0.9);
}

.hover\:border-b-ozc-800\/95:hover {
  border-bottom-color: rgb(245 144 136 / 0.95);
}

.hover\:border-b-ozc-900:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(243 121 124 / var(--tw-border-opacity));
}

.hover\:border-b-ozc-900\/0:hover {
  border-bottom-color: rgb(243 121 124 / 0);
}

.hover\:border-b-ozc-900\/10:hover {
  border-bottom-color: rgb(243 121 124 / 0.1);
}

.hover\:border-b-ozc-900\/100:hover {
  border-bottom-color: rgb(243 121 124 / 1);
}

.hover\:border-b-ozc-900\/20:hover {
  border-bottom-color: rgb(243 121 124 / 0.2);
}

.hover\:border-b-ozc-900\/25:hover {
  border-bottom-color: rgb(243 121 124 / 0.25);
}

.hover\:border-b-ozc-900\/30:hover {
  border-bottom-color: rgb(243 121 124 / 0.3);
}

.hover\:border-b-ozc-900\/40:hover {
  border-bottom-color: rgb(243 121 124 / 0.4);
}

.hover\:border-b-ozc-900\/5:hover {
  border-bottom-color: rgb(243 121 124 / 0.05);
}

.hover\:border-b-ozc-900\/50:hover {
  border-bottom-color: rgb(243 121 124 / 0.5);
}

.hover\:border-b-ozc-900\/60:hover {
  border-bottom-color: rgb(243 121 124 / 0.6);
}

.hover\:border-b-ozc-900\/70:hover {
  border-bottom-color: rgb(243 121 124 / 0.7);
}

.hover\:border-b-ozc-900\/75:hover {
  border-bottom-color: rgb(243 121 124 / 0.75);
}

.hover\:border-b-ozc-900\/80:hover {
  border-bottom-color: rgb(243 121 124 / 0.8);
}

.hover\:border-b-ozc-900\/90:hover {
  border-bottom-color: rgb(243 121 124 / 0.9);
}

.hover\:border-b-ozc-900\/95:hover {
  border-bottom-color: rgb(243 121 124 / 0.95);
}

.hover\:border-b-ozc-950:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.hover\:border-b-ozc-950\/0:hover {
  border-bottom-color: rgb(42 45 51 / 0);
}

.hover\:border-b-ozc-950\/10:hover {
  border-bottom-color: rgb(42 45 51 / 0.1);
}

.hover\:border-b-ozc-950\/100:hover {
  border-bottom-color: rgb(42 45 51 / 1);
}

.hover\:border-b-ozc-950\/20:hover {
  border-bottom-color: rgb(42 45 51 / 0.2);
}

.hover\:border-b-ozc-950\/25:hover {
  border-bottom-color: rgb(42 45 51 / 0.25);
}

.hover\:border-b-ozc-950\/30:hover {
  border-bottom-color: rgb(42 45 51 / 0.3);
}

.hover\:border-b-ozc-950\/40:hover {
  border-bottom-color: rgb(42 45 51 / 0.4);
}

.hover\:border-b-ozc-950\/5:hover {
  border-bottom-color: rgb(42 45 51 / 0.05);
}

.hover\:border-b-ozc-950\/50:hover {
  border-bottom-color: rgb(42 45 51 / 0.5);
}

.hover\:border-b-ozc-950\/60:hover {
  border-bottom-color: rgb(42 45 51 / 0.6);
}

.hover\:border-b-ozc-950\/70:hover {
  border-bottom-color: rgb(42 45 51 / 0.7);
}

.hover\:border-b-ozc-950\/75:hover {
  border-bottom-color: rgb(42 45 51 / 0.75);
}

.hover\:border-b-ozc-950\/80:hover {
  border-bottom-color: rgb(42 45 51 / 0.8);
}

.hover\:border-b-ozc-950\/90:hover {
  border-bottom-color: rgb(42 45 51 / 0.9);
}

.hover\:border-b-ozc-950\/95:hover {
  border-bottom-color: rgb(42 45 51 / 0.95);
}

.hover\:border-b-ozc-alt-100:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 250 230 / var(--tw-border-opacity));
}

.hover\:border-b-ozc-alt-100\/0:hover {
  border-bottom-color: rgb(255 250 230 / 0);
}

.hover\:border-b-ozc-alt-100\/10:hover {
  border-bottom-color: rgb(255 250 230 / 0.1);
}

.hover\:border-b-ozc-alt-100\/100:hover {
  border-bottom-color: rgb(255 250 230 / 1);
}

.hover\:border-b-ozc-alt-100\/20:hover {
  border-bottom-color: rgb(255 250 230 / 0.2);
}

.hover\:border-b-ozc-alt-100\/25:hover {
  border-bottom-color: rgb(255 250 230 / 0.25);
}

.hover\:border-b-ozc-alt-100\/30:hover {
  border-bottom-color: rgb(255 250 230 / 0.3);
}

.hover\:border-b-ozc-alt-100\/40:hover {
  border-bottom-color: rgb(255 250 230 / 0.4);
}

.hover\:border-b-ozc-alt-100\/5:hover {
  border-bottom-color: rgb(255 250 230 / 0.05);
}

.hover\:border-b-ozc-alt-100\/50:hover {
  border-bottom-color: rgb(255 250 230 / 0.5);
}

.hover\:border-b-ozc-alt-100\/60:hover {
  border-bottom-color: rgb(255 250 230 / 0.6);
}

.hover\:border-b-ozc-alt-100\/70:hover {
  border-bottom-color: rgb(255 250 230 / 0.7);
}

.hover\:border-b-ozc-alt-100\/75:hover {
  border-bottom-color: rgb(255 250 230 / 0.75);
}

.hover\:border-b-ozc-alt-100\/80:hover {
  border-bottom-color: rgb(255 250 230 / 0.8);
}

.hover\:border-b-ozc-alt-100\/90:hover {
  border-bottom-color: rgb(255 250 230 / 0.9);
}

.hover\:border-b-ozc-alt-100\/95:hover {
  border-bottom-color: rgb(255 250 230 / 0.95);
}

.hover\:border-b-ozc-alt-200:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 242 193 / var(--tw-border-opacity));
}

.hover\:border-b-ozc-alt-200\/0:hover {
  border-bottom-color: rgb(255 242 193 / 0);
}

.hover\:border-b-ozc-alt-200\/10:hover {
  border-bottom-color: rgb(255 242 193 / 0.1);
}

.hover\:border-b-ozc-alt-200\/100:hover {
  border-bottom-color: rgb(255 242 193 / 1);
}

.hover\:border-b-ozc-alt-200\/20:hover {
  border-bottom-color: rgb(255 242 193 / 0.2);
}

.hover\:border-b-ozc-alt-200\/25:hover {
  border-bottom-color: rgb(255 242 193 / 0.25);
}

.hover\:border-b-ozc-alt-200\/30:hover {
  border-bottom-color: rgb(255 242 193 / 0.3);
}

.hover\:border-b-ozc-alt-200\/40:hover {
  border-bottom-color: rgb(255 242 193 / 0.4);
}

.hover\:border-b-ozc-alt-200\/5:hover {
  border-bottom-color: rgb(255 242 193 / 0.05);
}

.hover\:border-b-ozc-alt-200\/50:hover {
  border-bottom-color: rgb(255 242 193 / 0.5);
}

.hover\:border-b-ozc-alt-200\/60:hover {
  border-bottom-color: rgb(255 242 193 / 0.6);
}

.hover\:border-b-ozc-alt-200\/70:hover {
  border-bottom-color: rgb(255 242 193 / 0.7);
}

.hover\:border-b-ozc-alt-200\/75:hover {
  border-bottom-color: rgb(255 242 193 / 0.75);
}

.hover\:border-b-ozc-alt-200\/80:hover {
  border-bottom-color: rgb(255 242 193 / 0.8);
}

.hover\:border-b-ozc-alt-200\/90:hover {
  border-bottom-color: rgb(255 242 193 / 0.9);
}

.hover\:border-b-ozc-alt-200\/95:hover {
  border-bottom-color: rgb(255 242 193 / 0.95);
}

.hover\:border-b-ozc-alt-300:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 235 155 / var(--tw-border-opacity));
}

.hover\:border-b-ozc-alt-300\/0:hover {
  border-bottom-color: rgb(255 235 155 / 0);
}

.hover\:border-b-ozc-alt-300\/10:hover {
  border-bottom-color: rgb(255 235 155 / 0.1);
}

.hover\:border-b-ozc-alt-300\/100:hover {
  border-bottom-color: rgb(255 235 155 / 1);
}

.hover\:border-b-ozc-alt-300\/20:hover {
  border-bottom-color: rgb(255 235 155 / 0.2);
}

.hover\:border-b-ozc-alt-300\/25:hover {
  border-bottom-color: rgb(255 235 155 / 0.25);
}

.hover\:border-b-ozc-alt-300\/30:hover {
  border-bottom-color: rgb(255 235 155 / 0.3);
}

.hover\:border-b-ozc-alt-300\/40:hover {
  border-bottom-color: rgb(255 235 155 / 0.4);
}

.hover\:border-b-ozc-alt-300\/5:hover {
  border-bottom-color: rgb(255 235 155 / 0.05);
}

.hover\:border-b-ozc-alt-300\/50:hover {
  border-bottom-color: rgb(255 235 155 / 0.5);
}

.hover\:border-b-ozc-alt-300\/60:hover {
  border-bottom-color: rgb(255 235 155 / 0.6);
}

.hover\:border-b-ozc-alt-300\/70:hover {
  border-bottom-color: rgb(255 235 155 / 0.7);
}

.hover\:border-b-ozc-alt-300\/75:hover {
  border-bottom-color: rgb(255 235 155 / 0.75);
}

.hover\:border-b-ozc-alt-300\/80:hover {
  border-bottom-color: rgb(255 235 155 / 0.8);
}

.hover\:border-b-ozc-alt-300\/90:hover {
  border-bottom-color: rgb(255 235 155 / 0.9);
}

.hover\:border-b-ozc-alt-300\/95:hover {
  border-bottom-color: rgb(255 235 155 / 0.95);
}

.hover\:border-b-ozc-alt-400:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 219 80 / var(--tw-border-opacity));
}

.hover\:border-b-ozc-alt-400\/0:hover {
  border-bottom-color: rgb(255 219 80 / 0);
}

.hover\:border-b-ozc-alt-400\/10:hover {
  border-bottom-color: rgb(255 219 80 / 0.1);
}

.hover\:border-b-ozc-alt-400\/100:hover {
  border-bottom-color: rgb(255 219 80 / 1);
}

.hover\:border-b-ozc-alt-400\/20:hover {
  border-bottom-color: rgb(255 219 80 / 0.2);
}

.hover\:border-b-ozc-alt-400\/25:hover {
  border-bottom-color: rgb(255 219 80 / 0.25);
}

.hover\:border-b-ozc-alt-400\/30:hover {
  border-bottom-color: rgb(255 219 80 / 0.3);
}

.hover\:border-b-ozc-alt-400\/40:hover {
  border-bottom-color: rgb(255 219 80 / 0.4);
}

.hover\:border-b-ozc-alt-400\/5:hover {
  border-bottom-color: rgb(255 219 80 / 0.05);
}

.hover\:border-b-ozc-alt-400\/50:hover {
  border-bottom-color: rgb(255 219 80 / 0.5);
}

.hover\:border-b-ozc-alt-400\/60:hover {
  border-bottom-color: rgb(255 219 80 / 0.6);
}

.hover\:border-b-ozc-alt-400\/70:hover {
  border-bottom-color: rgb(255 219 80 / 0.7);
}

.hover\:border-b-ozc-alt-400\/75:hover {
  border-bottom-color: rgb(255 219 80 / 0.75);
}

.hover\:border-b-ozc-alt-400\/80:hover {
  border-bottom-color: rgb(255 219 80 / 0.8);
}

.hover\:border-b-ozc-alt-400\/90:hover {
  border-bottom-color: rgb(255 219 80 / 0.9);
}

.hover\:border-b-ozc-alt-400\/95:hover {
  border-bottom-color: rgb(255 219 80 / 0.95);
}

.hover\:border-b-ozc-alt-50:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 252 243 / var(--tw-border-opacity));
}

.hover\:border-b-ozc-alt-50\/0:hover {
  border-bottom-color: rgb(255 252 243 / 0);
}

.hover\:border-b-ozc-alt-50\/10:hover {
  border-bottom-color: rgb(255 252 243 / 0.1);
}

.hover\:border-b-ozc-alt-50\/100:hover {
  border-bottom-color: rgb(255 252 243 / 1);
}

.hover\:border-b-ozc-alt-50\/20:hover {
  border-bottom-color: rgb(255 252 243 / 0.2);
}

.hover\:border-b-ozc-alt-50\/25:hover {
  border-bottom-color: rgb(255 252 243 / 0.25);
}

.hover\:border-b-ozc-alt-50\/30:hover {
  border-bottom-color: rgb(255 252 243 / 0.3);
}

.hover\:border-b-ozc-alt-50\/40:hover {
  border-bottom-color: rgb(255 252 243 / 0.4);
}

.hover\:border-b-ozc-alt-50\/5:hover {
  border-bottom-color: rgb(255 252 243 / 0.05);
}

.hover\:border-b-ozc-alt-50\/50:hover {
  border-bottom-color: rgb(255 252 243 / 0.5);
}

.hover\:border-b-ozc-alt-50\/60:hover {
  border-bottom-color: rgb(255 252 243 / 0.6);
}

.hover\:border-b-ozc-alt-50\/70:hover {
  border-bottom-color: rgb(255 252 243 / 0.7);
}

.hover\:border-b-ozc-alt-50\/75:hover {
  border-bottom-color: rgb(255 252 243 / 0.75);
}

.hover\:border-b-ozc-alt-50\/80:hover {
  border-bottom-color: rgb(255 252 243 / 0.8);
}

.hover\:border-b-ozc-alt-50\/90:hover {
  border-bottom-color: rgb(255 252 243 / 0.9);
}

.hover\:border-b-ozc-alt-50\/95:hover {
  border-bottom-color: rgb(255 252 243 / 0.95);
}

.hover\:border-b-ozc-alt-500:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 204 5 / var(--tw-border-opacity));
}

.hover\:border-b-ozc-alt-500\/0:hover {
  border-bottom-color: rgb(255 204 5 / 0);
}

.hover\:border-b-ozc-alt-500\/10:hover {
  border-bottom-color: rgb(255 204 5 / 0.1);
}

.hover\:border-b-ozc-alt-500\/100:hover {
  border-bottom-color: rgb(255 204 5 / 1);
}

.hover\:border-b-ozc-alt-500\/20:hover {
  border-bottom-color: rgb(255 204 5 / 0.2);
}

.hover\:border-b-ozc-alt-500\/25:hover {
  border-bottom-color: rgb(255 204 5 / 0.25);
}

.hover\:border-b-ozc-alt-500\/30:hover {
  border-bottom-color: rgb(255 204 5 / 0.3);
}

.hover\:border-b-ozc-alt-500\/40:hover {
  border-bottom-color: rgb(255 204 5 / 0.4);
}

.hover\:border-b-ozc-alt-500\/5:hover {
  border-bottom-color: rgb(255 204 5 / 0.05);
}

.hover\:border-b-ozc-alt-500\/50:hover {
  border-bottom-color: rgb(255 204 5 / 0.5);
}

.hover\:border-b-ozc-alt-500\/60:hover {
  border-bottom-color: rgb(255 204 5 / 0.6);
}

.hover\:border-b-ozc-alt-500\/70:hover {
  border-bottom-color: rgb(255 204 5 / 0.7);
}

.hover\:border-b-ozc-alt-500\/75:hover {
  border-bottom-color: rgb(255 204 5 / 0.75);
}

.hover\:border-b-ozc-alt-500\/80:hover {
  border-bottom-color: rgb(255 204 5 / 0.8);
}

.hover\:border-b-ozc-alt-500\/90:hover {
  border-bottom-color: rgb(255 204 5 / 0.9);
}

.hover\:border-b-ozc-alt-500\/95:hover {
  border-bottom-color: rgb(255 204 5 / 0.95);
}

.hover\:border-b-ozc-alt-600:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(230 184 5 / var(--tw-border-opacity));
}

.hover\:border-b-ozc-alt-600\/0:hover {
  border-bottom-color: rgb(230 184 5 / 0);
}

.hover\:border-b-ozc-alt-600\/10:hover {
  border-bottom-color: rgb(230 184 5 / 0.1);
}

.hover\:border-b-ozc-alt-600\/100:hover {
  border-bottom-color: rgb(230 184 5 / 1);
}

.hover\:border-b-ozc-alt-600\/20:hover {
  border-bottom-color: rgb(230 184 5 / 0.2);
}

.hover\:border-b-ozc-alt-600\/25:hover {
  border-bottom-color: rgb(230 184 5 / 0.25);
}

.hover\:border-b-ozc-alt-600\/30:hover {
  border-bottom-color: rgb(230 184 5 / 0.3);
}

.hover\:border-b-ozc-alt-600\/40:hover {
  border-bottom-color: rgb(230 184 5 / 0.4);
}

.hover\:border-b-ozc-alt-600\/5:hover {
  border-bottom-color: rgb(230 184 5 / 0.05);
}

.hover\:border-b-ozc-alt-600\/50:hover {
  border-bottom-color: rgb(230 184 5 / 0.5);
}

.hover\:border-b-ozc-alt-600\/60:hover {
  border-bottom-color: rgb(230 184 5 / 0.6);
}

.hover\:border-b-ozc-alt-600\/70:hover {
  border-bottom-color: rgb(230 184 5 / 0.7);
}

.hover\:border-b-ozc-alt-600\/75:hover {
  border-bottom-color: rgb(230 184 5 / 0.75);
}

.hover\:border-b-ozc-alt-600\/80:hover {
  border-bottom-color: rgb(230 184 5 / 0.8);
}

.hover\:border-b-ozc-alt-600\/90:hover {
  border-bottom-color: rgb(230 184 5 / 0.9);
}

.hover\:border-b-ozc-alt-600\/95:hover {
  border-bottom-color: rgb(230 184 5 / 0.95);
}

.hover\:border-b-ozc-alt-700:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(153 122 3 / var(--tw-border-opacity));
}

.hover\:border-b-ozc-alt-700\/0:hover {
  border-bottom-color: rgb(153 122 3 / 0);
}

.hover\:border-b-ozc-alt-700\/10:hover {
  border-bottom-color: rgb(153 122 3 / 0.1);
}

.hover\:border-b-ozc-alt-700\/100:hover {
  border-bottom-color: rgb(153 122 3 / 1);
}

.hover\:border-b-ozc-alt-700\/20:hover {
  border-bottom-color: rgb(153 122 3 / 0.2);
}

.hover\:border-b-ozc-alt-700\/25:hover {
  border-bottom-color: rgb(153 122 3 / 0.25);
}

.hover\:border-b-ozc-alt-700\/30:hover {
  border-bottom-color: rgb(153 122 3 / 0.3);
}

.hover\:border-b-ozc-alt-700\/40:hover {
  border-bottom-color: rgb(153 122 3 / 0.4);
}

.hover\:border-b-ozc-alt-700\/5:hover {
  border-bottom-color: rgb(153 122 3 / 0.05);
}

.hover\:border-b-ozc-alt-700\/50:hover {
  border-bottom-color: rgb(153 122 3 / 0.5);
}

.hover\:border-b-ozc-alt-700\/60:hover {
  border-bottom-color: rgb(153 122 3 / 0.6);
}

.hover\:border-b-ozc-alt-700\/70:hover {
  border-bottom-color: rgb(153 122 3 / 0.7);
}

.hover\:border-b-ozc-alt-700\/75:hover {
  border-bottom-color: rgb(153 122 3 / 0.75);
}

.hover\:border-b-ozc-alt-700\/80:hover {
  border-bottom-color: rgb(153 122 3 / 0.8);
}

.hover\:border-b-ozc-alt-700\/90:hover {
  border-bottom-color: rgb(153 122 3 / 0.9);
}

.hover\:border-b-ozc-alt-700\/95:hover {
  border-bottom-color: rgb(153 122 3 / 0.95);
}

.hover\:border-b-ozc-alt-800:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(115 92 2 / var(--tw-border-opacity));
}

.hover\:border-b-ozc-alt-800\/0:hover {
  border-bottom-color: rgb(115 92 2 / 0);
}

.hover\:border-b-ozc-alt-800\/10:hover {
  border-bottom-color: rgb(115 92 2 / 0.1);
}

.hover\:border-b-ozc-alt-800\/100:hover {
  border-bottom-color: rgb(115 92 2 / 1);
}

.hover\:border-b-ozc-alt-800\/20:hover {
  border-bottom-color: rgb(115 92 2 / 0.2);
}

.hover\:border-b-ozc-alt-800\/25:hover {
  border-bottom-color: rgb(115 92 2 / 0.25);
}

.hover\:border-b-ozc-alt-800\/30:hover {
  border-bottom-color: rgb(115 92 2 / 0.3);
}

.hover\:border-b-ozc-alt-800\/40:hover {
  border-bottom-color: rgb(115 92 2 / 0.4);
}

.hover\:border-b-ozc-alt-800\/5:hover {
  border-bottom-color: rgb(115 92 2 / 0.05);
}

.hover\:border-b-ozc-alt-800\/50:hover {
  border-bottom-color: rgb(115 92 2 / 0.5);
}

.hover\:border-b-ozc-alt-800\/60:hover {
  border-bottom-color: rgb(115 92 2 / 0.6);
}

.hover\:border-b-ozc-alt-800\/70:hover {
  border-bottom-color: rgb(115 92 2 / 0.7);
}

.hover\:border-b-ozc-alt-800\/75:hover {
  border-bottom-color: rgb(115 92 2 / 0.75);
}

.hover\:border-b-ozc-alt-800\/80:hover {
  border-bottom-color: rgb(115 92 2 / 0.8);
}

.hover\:border-b-ozc-alt-800\/90:hover {
  border-bottom-color: rgb(115 92 2 / 0.9);
}

.hover\:border-b-ozc-alt-800\/95:hover {
  border-bottom-color: rgb(115 92 2 / 0.95);
}

.hover\:border-b-ozc-alt-900:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.hover\:border-b-ozc-alt-900\/0:hover {
  border-bottom-color: rgb(42 45 51 / 0);
}

.hover\:border-b-ozc-alt-900\/10:hover {
  border-bottom-color: rgb(42 45 51 / 0.1);
}

.hover\:border-b-ozc-alt-900\/100:hover {
  border-bottom-color: rgb(42 45 51 / 1);
}

.hover\:border-b-ozc-alt-900\/20:hover {
  border-bottom-color: rgb(42 45 51 / 0.2);
}

.hover\:border-b-ozc-alt-900\/25:hover {
  border-bottom-color: rgb(42 45 51 / 0.25);
}

.hover\:border-b-ozc-alt-900\/30:hover {
  border-bottom-color: rgb(42 45 51 / 0.3);
}

.hover\:border-b-ozc-alt-900\/40:hover {
  border-bottom-color: rgb(42 45 51 / 0.4);
}

.hover\:border-b-ozc-alt-900\/5:hover {
  border-bottom-color: rgb(42 45 51 / 0.05);
}

.hover\:border-b-ozc-alt-900\/50:hover {
  border-bottom-color: rgb(42 45 51 / 0.5);
}

.hover\:border-b-ozc-alt-900\/60:hover {
  border-bottom-color: rgb(42 45 51 / 0.6);
}

.hover\:border-b-ozc-alt-900\/70:hover {
  border-bottom-color: rgb(42 45 51 / 0.7);
}

.hover\:border-b-ozc-alt-900\/75:hover {
  border-bottom-color: rgb(42 45 51 / 0.75);
}

.hover\:border-b-ozc-alt-900\/80:hover {
  border-bottom-color: rgb(42 45 51 / 0.8);
}

.hover\:border-b-ozc-alt-900\/90:hover {
  border-bottom-color: rgb(42 45 51 / 0.9);
}

.hover\:border-b-ozc-alt-900\/95:hover {
  border-bottom-color: rgb(42 45 51 / 0.95);
}

.hover\:border-b-pink-100:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(252 231 243 / var(--tw-border-opacity));
}

.hover\:border-b-pink-100\/0:hover {
  border-bottom-color: rgb(252 231 243 / 0);
}

.hover\:border-b-pink-100\/10:hover {
  border-bottom-color: rgb(252 231 243 / 0.1);
}

.hover\:border-b-pink-100\/100:hover {
  border-bottom-color: rgb(252 231 243 / 1);
}

.hover\:border-b-pink-100\/20:hover {
  border-bottom-color: rgb(252 231 243 / 0.2);
}

.hover\:border-b-pink-100\/25:hover {
  border-bottom-color: rgb(252 231 243 / 0.25);
}

.hover\:border-b-pink-100\/30:hover {
  border-bottom-color: rgb(252 231 243 / 0.3);
}

.hover\:border-b-pink-100\/40:hover {
  border-bottom-color: rgb(252 231 243 / 0.4);
}

.hover\:border-b-pink-100\/5:hover {
  border-bottom-color: rgb(252 231 243 / 0.05);
}

.hover\:border-b-pink-100\/50:hover {
  border-bottom-color: rgb(252 231 243 / 0.5);
}

.hover\:border-b-pink-100\/60:hover {
  border-bottom-color: rgb(252 231 243 / 0.6);
}

.hover\:border-b-pink-100\/70:hover {
  border-bottom-color: rgb(252 231 243 / 0.7);
}

.hover\:border-b-pink-100\/75:hover {
  border-bottom-color: rgb(252 231 243 / 0.75);
}

.hover\:border-b-pink-100\/80:hover {
  border-bottom-color: rgb(252 231 243 / 0.8);
}

.hover\:border-b-pink-100\/90:hover {
  border-bottom-color: rgb(252 231 243 / 0.9);
}

.hover\:border-b-pink-100\/95:hover {
  border-bottom-color: rgb(252 231 243 / 0.95);
}

.hover\:border-b-pink-200:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(251 207 232 / var(--tw-border-opacity));
}

.hover\:border-b-pink-200\/0:hover {
  border-bottom-color: rgb(251 207 232 / 0);
}

.hover\:border-b-pink-200\/10:hover {
  border-bottom-color: rgb(251 207 232 / 0.1);
}

.hover\:border-b-pink-200\/100:hover {
  border-bottom-color: rgb(251 207 232 / 1);
}

.hover\:border-b-pink-200\/20:hover {
  border-bottom-color: rgb(251 207 232 / 0.2);
}

.hover\:border-b-pink-200\/25:hover {
  border-bottom-color: rgb(251 207 232 / 0.25);
}

.hover\:border-b-pink-200\/30:hover {
  border-bottom-color: rgb(251 207 232 / 0.3);
}

.hover\:border-b-pink-200\/40:hover {
  border-bottom-color: rgb(251 207 232 / 0.4);
}

.hover\:border-b-pink-200\/5:hover {
  border-bottom-color: rgb(251 207 232 / 0.05);
}

.hover\:border-b-pink-200\/50:hover {
  border-bottom-color: rgb(251 207 232 / 0.5);
}

.hover\:border-b-pink-200\/60:hover {
  border-bottom-color: rgb(251 207 232 / 0.6);
}

.hover\:border-b-pink-200\/70:hover {
  border-bottom-color: rgb(251 207 232 / 0.7);
}

.hover\:border-b-pink-200\/75:hover {
  border-bottom-color: rgb(251 207 232 / 0.75);
}

.hover\:border-b-pink-200\/80:hover {
  border-bottom-color: rgb(251 207 232 / 0.8);
}

.hover\:border-b-pink-200\/90:hover {
  border-bottom-color: rgb(251 207 232 / 0.9);
}

.hover\:border-b-pink-200\/95:hover {
  border-bottom-color: rgb(251 207 232 / 0.95);
}

.hover\:border-b-pink-300:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 168 212 / var(--tw-border-opacity));
}

.hover\:border-b-pink-300\/0:hover {
  border-bottom-color: rgb(249 168 212 / 0);
}

.hover\:border-b-pink-300\/10:hover {
  border-bottom-color: rgb(249 168 212 / 0.1);
}

.hover\:border-b-pink-300\/100:hover {
  border-bottom-color: rgb(249 168 212 / 1);
}

.hover\:border-b-pink-300\/20:hover {
  border-bottom-color: rgb(249 168 212 / 0.2);
}

.hover\:border-b-pink-300\/25:hover {
  border-bottom-color: rgb(249 168 212 / 0.25);
}

.hover\:border-b-pink-300\/30:hover {
  border-bottom-color: rgb(249 168 212 / 0.3);
}

.hover\:border-b-pink-300\/40:hover {
  border-bottom-color: rgb(249 168 212 / 0.4);
}

.hover\:border-b-pink-300\/5:hover {
  border-bottom-color: rgb(249 168 212 / 0.05);
}

.hover\:border-b-pink-300\/50:hover {
  border-bottom-color: rgb(249 168 212 / 0.5);
}

.hover\:border-b-pink-300\/60:hover {
  border-bottom-color: rgb(249 168 212 / 0.6);
}

.hover\:border-b-pink-300\/70:hover {
  border-bottom-color: rgb(249 168 212 / 0.7);
}

.hover\:border-b-pink-300\/75:hover {
  border-bottom-color: rgb(249 168 212 / 0.75);
}

.hover\:border-b-pink-300\/80:hover {
  border-bottom-color: rgb(249 168 212 / 0.8);
}

.hover\:border-b-pink-300\/90:hover {
  border-bottom-color: rgb(249 168 212 / 0.9);
}

.hover\:border-b-pink-300\/95:hover {
  border-bottom-color: rgb(249 168 212 / 0.95);
}

.hover\:border-b-pink-400:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(244 114 182 / var(--tw-border-opacity));
}

.hover\:border-b-pink-400\/0:hover {
  border-bottom-color: rgb(244 114 182 / 0);
}

.hover\:border-b-pink-400\/10:hover {
  border-bottom-color: rgb(244 114 182 / 0.1);
}

.hover\:border-b-pink-400\/100:hover {
  border-bottom-color: rgb(244 114 182 / 1);
}

.hover\:border-b-pink-400\/20:hover {
  border-bottom-color: rgb(244 114 182 / 0.2);
}

.hover\:border-b-pink-400\/25:hover {
  border-bottom-color: rgb(244 114 182 / 0.25);
}

.hover\:border-b-pink-400\/30:hover {
  border-bottom-color: rgb(244 114 182 / 0.3);
}

.hover\:border-b-pink-400\/40:hover {
  border-bottom-color: rgb(244 114 182 / 0.4);
}

.hover\:border-b-pink-400\/5:hover {
  border-bottom-color: rgb(244 114 182 / 0.05);
}

.hover\:border-b-pink-400\/50:hover {
  border-bottom-color: rgb(244 114 182 / 0.5);
}

.hover\:border-b-pink-400\/60:hover {
  border-bottom-color: rgb(244 114 182 / 0.6);
}

.hover\:border-b-pink-400\/70:hover {
  border-bottom-color: rgb(244 114 182 / 0.7);
}

.hover\:border-b-pink-400\/75:hover {
  border-bottom-color: rgb(244 114 182 / 0.75);
}

.hover\:border-b-pink-400\/80:hover {
  border-bottom-color: rgb(244 114 182 / 0.8);
}

.hover\:border-b-pink-400\/90:hover {
  border-bottom-color: rgb(244 114 182 / 0.9);
}

.hover\:border-b-pink-400\/95:hover {
  border-bottom-color: rgb(244 114 182 / 0.95);
}

.hover\:border-b-pink-50:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 242 248 / var(--tw-border-opacity));
}

.hover\:border-b-pink-50\/0:hover {
  border-bottom-color: rgb(253 242 248 / 0);
}

.hover\:border-b-pink-50\/10:hover {
  border-bottom-color: rgb(253 242 248 / 0.1);
}

.hover\:border-b-pink-50\/100:hover {
  border-bottom-color: rgb(253 242 248 / 1);
}

.hover\:border-b-pink-50\/20:hover {
  border-bottom-color: rgb(253 242 248 / 0.2);
}

.hover\:border-b-pink-50\/25:hover {
  border-bottom-color: rgb(253 242 248 / 0.25);
}

.hover\:border-b-pink-50\/30:hover {
  border-bottom-color: rgb(253 242 248 / 0.3);
}

.hover\:border-b-pink-50\/40:hover {
  border-bottom-color: rgb(253 242 248 / 0.4);
}

.hover\:border-b-pink-50\/5:hover {
  border-bottom-color: rgb(253 242 248 / 0.05);
}

.hover\:border-b-pink-50\/50:hover {
  border-bottom-color: rgb(253 242 248 / 0.5);
}

.hover\:border-b-pink-50\/60:hover {
  border-bottom-color: rgb(253 242 248 / 0.6);
}

.hover\:border-b-pink-50\/70:hover {
  border-bottom-color: rgb(253 242 248 / 0.7);
}

.hover\:border-b-pink-50\/75:hover {
  border-bottom-color: rgb(253 242 248 / 0.75);
}

.hover\:border-b-pink-50\/80:hover {
  border-bottom-color: rgb(253 242 248 / 0.8);
}

.hover\:border-b-pink-50\/90:hover {
  border-bottom-color: rgb(253 242 248 / 0.9);
}

.hover\:border-b-pink-50\/95:hover {
  border-bottom-color: rgb(253 242 248 / 0.95);
}

.hover\:border-b-pink-500:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(236 72 153 / var(--tw-border-opacity));
}

.hover\:border-b-pink-500\/0:hover {
  border-bottom-color: rgb(236 72 153 / 0);
}

.hover\:border-b-pink-500\/10:hover {
  border-bottom-color: rgb(236 72 153 / 0.1);
}

.hover\:border-b-pink-500\/100:hover {
  border-bottom-color: rgb(236 72 153 / 1);
}

.hover\:border-b-pink-500\/20:hover {
  border-bottom-color: rgb(236 72 153 / 0.2);
}

.hover\:border-b-pink-500\/25:hover {
  border-bottom-color: rgb(236 72 153 / 0.25);
}

.hover\:border-b-pink-500\/30:hover {
  border-bottom-color: rgb(236 72 153 / 0.3);
}

.hover\:border-b-pink-500\/40:hover {
  border-bottom-color: rgb(236 72 153 / 0.4);
}

.hover\:border-b-pink-500\/5:hover {
  border-bottom-color: rgb(236 72 153 / 0.05);
}

.hover\:border-b-pink-500\/50:hover {
  border-bottom-color: rgb(236 72 153 / 0.5);
}

.hover\:border-b-pink-500\/60:hover {
  border-bottom-color: rgb(236 72 153 / 0.6);
}

.hover\:border-b-pink-500\/70:hover {
  border-bottom-color: rgb(236 72 153 / 0.7);
}

.hover\:border-b-pink-500\/75:hover {
  border-bottom-color: rgb(236 72 153 / 0.75);
}

.hover\:border-b-pink-500\/80:hover {
  border-bottom-color: rgb(236 72 153 / 0.8);
}

.hover\:border-b-pink-500\/90:hover {
  border-bottom-color: rgb(236 72 153 / 0.9);
}

.hover\:border-b-pink-500\/95:hover {
  border-bottom-color: rgb(236 72 153 / 0.95);
}

.hover\:border-b-pink-600:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(219 39 119 / var(--tw-border-opacity));
}

.hover\:border-b-pink-600\/0:hover {
  border-bottom-color: rgb(219 39 119 / 0);
}

.hover\:border-b-pink-600\/10:hover {
  border-bottom-color: rgb(219 39 119 / 0.1);
}

.hover\:border-b-pink-600\/100:hover {
  border-bottom-color: rgb(219 39 119 / 1);
}

.hover\:border-b-pink-600\/20:hover {
  border-bottom-color: rgb(219 39 119 / 0.2);
}

.hover\:border-b-pink-600\/25:hover {
  border-bottom-color: rgb(219 39 119 / 0.25);
}

.hover\:border-b-pink-600\/30:hover {
  border-bottom-color: rgb(219 39 119 / 0.3);
}

.hover\:border-b-pink-600\/40:hover {
  border-bottom-color: rgb(219 39 119 / 0.4);
}

.hover\:border-b-pink-600\/5:hover {
  border-bottom-color: rgb(219 39 119 / 0.05);
}

.hover\:border-b-pink-600\/50:hover {
  border-bottom-color: rgb(219 39 119 / 0.5);
}

.hover\:border-b-pink-600\/60:hover {
  border-bottom-color: rgb(219 39 119 / 0.6);
}

.hover\:border-b-pink-600\/70:hover {
  border-bottom-color: rgb(219 39 119 / 0.7);
}

.hover\:border-b-pink-600\/75:hover {
  border-bottom-color: rgb(219 39 119 / 0.75);
}

.hover\:border-b-pink-600\/80:hover {
  border-bottom-color: rgb(219 39 119 / 0.8);
}

.hover\:border-b-pink-600\/90:hover {
  border-bottom-color: rgb(219 39 119 / 0.9);
}

.hover\:border-b-pink-600\/95:hover {
  border-bottom-color: rgb(219 39 119 / 0.95);
}

.hover\:border-b-pink-700:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(190 24 93 / var(--tw-border-opacity));
}

.hover\:border-b-pink-700\/0:hover {
  border-bottom-color: rgb(190 24 93 / 0);
}

.hover\:border-b-pink-700\/10:hover {
  border-bottom-color: rgb(190 24 93 / 0.1);
}

.hover\:border-b-pink-700\/100:hover {
  border-bottom-color: rgb(190 24 93 / 1);
}

.hover\:border-b-pink-700\/20:hover {
  border-bottom-color: rgb(190 24 93 / 0.2);
}

.hover\:border-b-pink-700\/25:hover {
  border-bottom-color: rgb(190 24 93 / 0.25);
}

.hover\:border-b-pink-700\/30:hover {
  border-bottom-color: rgb(190 24 93 / 0.3);
}

.hover\:border-b-pink-700\/40:hover {
  border-bottom-color: rgb(190 24 93 / 0.4);
}

.hover\:border-b-pink-700\/5:hover {
  border-bottom-color: rgb(190 24 93 / 0.05);
}

.hover\:border-b-pink-700\/50:hover {
  border-bottom-color: rgb(190 24 93 / 0.5);
}

.hover\:border-b-pink-700\/60:hover {
  border-bottom-color: rgb(190 24 93 / 0.6);
}

.hover\:border-b-pink-700\/70:hover {
  border-bottom-color: rgb(190 24 93 / 0.7);
}

.hover\:border-b-pink-700\/75:hover {
  border-bottom-color: rgb(190 24 93 / 0.75);
}

.hover\:border-b-pink-700\/80:hover {
  border-bottom-color: rgb(190 24 93 / 0.8);
}

.hover\:border-b-pink-700\/90:hover {
  border-bottom-color: rgb(190 24 93 / 0.9);
}

.hover\:border-b-pink-700\/95:hover {
  border-bottom-color: rgb(190 24 93 / 0.95);
}

.hover\:border-b-pink-800:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(157 23 77 / var(--tw-border-opacity));
}

.hover\:border-b-pink-800\/0:hover {
  border-bottom-color: rgb(157 23 77 / 0);
}

.hover\:border-b-pink-800\/10:hover {
  border-bottom-color: rgb(157 23 77 / 0.1);
}

.hover\:border-b-pink-800\/100:hover {
  border-bottom-color: rgb(157 23 77 / 1);
}

.hover\:border-b-pink-800\/20:hover {
  border-bottom-color: rgb(157 23 77 / 0.2);
}

.hover\:border-b-pink-800\/25:hover {
  border-bottom-color: rgb(157 23 77 / 0.25);
}

.hover\:border-b-pink-800\/30:hover {
  border-bottom-color: rgb(157 23 77 / 0.3);
}

.hover\:border-b-pink-800\/40:hover {
  border-bottom-color: rgb(157 23 77 / 0.4);
}

.hover\:border-b-pink-800\/5:hover {
  border-bottom-color: rgb(157 23 77 / 0.05);
}

.hover\:border-b-pink-800\/50:hover {
  border-bottom-color: rgb(157 23 77 / 0.5);
}

.hover\:border-b-pink-800\/60:hover {
  border-bottom-color: rgb(157 23 77 / 0.6);
}

.hover\:border-b-pink-800\/70:hover {
  border-bottom-color: rgb(157 23 77 / 0.7);
}

.hover\:border-b-pink-800\/75:hover {
  border-bottom-color: rgb(157 23 77 / 0.75);
}

.hover\:border-b-pink-800\/80:hover {
  border-bottom-color: rgb(157 23 77 / 0.8);
}

.hover\:border-b-pink-800\/90:hover {
  border-bottom-color: rgb(157 23 77 / 0.9);
}

.hover\:border-b-pink-800\/95:hover {
  border-bottom-color: rgb(157 23 77 / 0.95);
}

.hover\:border-b-pink-900:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(131 24 67 / var(--tw-border-opacity));
}

.hover\:border-b-pink-900\/0:hover {
  border-bottom-color: rgb(131 24 67 / 0);
}

.hover\:border-b-pink-900\/10:hover {
  border-bottom-color: rgb(131 24 67 / 0.1);
}

.hover\:border-b-pink-900\/100:hover {
  border-bottom-color: rgb(131 24 67 / 1);
}

.hover\:border-b-pink-900\/20:hover {
  border-bottom-color: rgb(131 24 67 / 0.2);
}

.hover\:border-b-pink-900\/25:hover {
  border-bottom-color: rgb(131 24 67 / 0.25);
}

.hover\:border-b-pink-900\/30:hover {
  border-bottom-color: rgb(131 24 67 / 0.3);
}

.hover\:border-b-pink-900\/40:hover {
  border-bottom-color: rgb(131 24 67 / 0.4);
}

.hover\:border-b-pink-900\/5:hover {
  border-bottom-color: rgb(131 24 67 / 0.05);
}

.hover\:border-b-pink-900\/50:hover {
  border-bottom-color: rgb(131 24 67 / 0.5);
}

.hover\:border-b-pink-900\/60:hover {
  border-bottom-color: rgb(131 24 67 / 0.6);
}

.hover\:border-b-pink-900\/70:hover {
  border-bottom-color: rgb(131 24 67 / 0.7);
}

.hover\:border-b-pink-900\/75:hover {
  border-bottom-color: rgb(131 24 67 / 0.75);
}

.hover\:border-b-pink-900\/80:hover {
  border-bottom-color: rgb(131 24 67 / 0.8);
}

.hover\:border-b-pink-900\/90:hover {
  border-bottom-color: rgb(131 24 67 / 0.9);
}

.hover\:border-b-pink-900\/95:hover {
  border-bottom-color: rgb(131 24 67 / 0.95);
}

.hover\:border-b-pink-950:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(80 7 36 / var(--tw-border-opacity));
}

.hover\:border-b-pink-950\/0:hover {
  border-bottom-color: rgb(80 7 36 / 0);
}

.hover\:border-b-pink-950\/10:hover {
  border-bottom-color: rgb(80 7 36 / 0.1);
}

.hover\:border-b-pink-950\/100:hover {
  border-bottom-color: rgb(80 7 36 / 1);
}

.hover\:border-b-pink-950\/20:hover {
  border-bottom-color: rgb(80 7 36 / 0.2);
}

.hover\:border-b-pink-950\/25:hover {
  border-bottom-color: rgb(80 7 36 / 0.25);
}

.hover\:border-b-pink-950\/30:hover {
  border-bottom-color: rgb(80 7 36 / 0.3);
}

.hover\:border-b-pink-950\/40:hover {
  border-bottom-color: rgb(80 7 36 / 0.4);
}

.hover\:border-b-pink-950\/5:hover {
  border-bottom-color: rgb(80 7 36 / 0.05);
}

.hover\:border-b-pink-950\/50:hover {
  border-bottom-color: rgb(80 7 36 / 0.5);
}

.hover\:border-b-pink-950\/60:hover {
  border-bottom-color: rgb(80 7 36 / 0.6);
}

.hover\:border-b-pink-950\/70:hover {
  border-bottom-color: rgb(80 7 36 / 0.7);
}

.hover\:border-b-pink-950\/75:hover {
  border-bottom-color: rgb(80 7 36 / 0.75);
}

.hover\:border-b-pink-950\/80:hover {
  border-bottom-color: rgb(80 7 36 / 0.8);
}

.hover\:border-b-pink-950\/90:hover {
  border-bottom-color: rgb(80 7 36 / 0.9);
}

.hover\:border-b-pink-950\/95:hover {
  border-bottom-color: rgb(80 7 36 / 0.95);
}

.hover\:border-b-purple-100:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(243 232 255 / var(--tw-border-opacity));
}

.hover\:border-b-purple-100\/0:hover {
  border-bottom-color: rgb(243 232 255 / 0);
}

.hover\:border-b-purple-100\/10:hover {
  border-bottom-color: rgb(243 232 255 / 0.1);
}

.hover\:border-b-purple-100\/100:hover {
  border-bottom-color: rgb(243 232 255 / 1);
}

.hover\:border-b-purple-100\/20:hover {
  border-bottom-color: rgb(243 232 255 / 0.2);
}

.hover\:border-b-purple-100\/25:hover {
  border-bottom-color: rgb(243 232 255 / 0.25);
}

.hover\:border-b-purple-100\/30:hover {
  border-bottom-color: rgb(243 232 255 / 0.3);
}

.hover\:border-b-purple-100\/40:hover {
  border-bottom-color: rgb(243 232 255 / 0.4);
}

.hover\:border-b-purple-100\/5:hover {
  border-bottom-color: rgb(243 232 255 / 0.05);
}

.hover\:border-b-purple-100\/50:hover {
  border-bottom-color: rgb(243 232 255 / 0.5);
}

.hover\:border-b-purple-100\/60:hover {
  border-bottom-color: rgb(243 232 255 / 0.6);
}

.hover\:border-b-purple-100\/70:hover {
  border-bottom-color: rgb(243 232 255 / 0.7);
}

.hover\:border-b-purple-100\/75:hover {
  border-bottom-color: rgb(243 232 255 / 0.75);
}

.hover\:border-b-purple-100\/80:hover {
  border-bottom-color: rgb(243 232 255 / 0.8);
}

.hover\:border-b-purple-100\/90:hover {
  border-bottom-color: rgb(243 232 255 / 0.9);
}

.hover\:border-b-purple-100\/95:hover {
  border-bottom-color: rgb(243 232 255 / 0.95);
}

.hover\:border-b-purple-200:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(233 213 255 / var(--tw-border-opacity));
}

.hover\:border-b-purple-200\/0:hover {
  border-bottom-color: rgb(233 213 255 / 0);
}

.hover\:border-b-purple-200\/10:hover {
  border-bottom-color: rgb(233 213 255 / 0.1);
}

.hover\:border-b-purple-200\/100:hover {
  border-bottom-color: rgb(233 213 255 / 1);
}

.hover\:border-b-purple-200\/20:hover {
  border-bottom-color: rgb(233 213 255 / 0.2);
}

.hover\:border-b-purple-200\/25:hover {
  border-bottom-color: rgb(233 213 255 / 0.25);
}

.hover\:border-b-purple-200\/30:hover {
  border-bottom-color: rgb(233 213 255 / 0.3);
}

.hover\:border-b-purple-200\/40:hover {
  border-bottom-color: rgb(233 213 255 / 0.4);
}

.hover\:border-b-purple-200\/5:hover {
  border-bottom-color: rgb(233 213 255 / 0.05);
}

.hover\:border-b-purple-200\/50:hover {
  border-bottom-color: rgb(233 213 255 / 0.5);
}

.hover\:border-b-purple-200\/60:hover {
  border-bottom-color: rgb(233 213 255 / 0.6);
}

.hover\:border-b-purple-200\/70:hover {
  border-bottom-color: rgb(233 213 255 / 0.7);
}

.hover\:border-b-purple-200\/75:hover {
  border-bottom-color: rgb(233 213 255 / 0.75);
}

.hover\:border-b-purple-200\/80:hover {
  border-bottom-color: rgb(233 213 255 / 0.8);
}

.hover\:border-b-purple-200\/90:hover {
  border-bottom-color: rgb(233 213 255 / 0.9);
}

.hover\:border-b-purple-200\/95:hover {
  border-bottom-color: rgb(233 213 255 / 0.95);
}

.hover\:border-b-purple-300:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(216 180 254 / var(--tw-border-opacity));
}

.hover\:border-b-purple-300\/0:hover {
  border-bottom-color: rgb(216 180 254 / 0);
}

.hover\:border-b-purple-300\/10:hover {
  border-bottom-color: rgb(216 180 254 / 0.1);
}

.hover\:border-b-purple-300\/100:hover {
  border-bottom-color: rgb(216 180 254 / 1);
}

.hover\:border-b-purple-300\/20:hover {
  border-bottom-color: rgb(216 180 254 / 0.2);
}

.hover\:border-b-purple-300\/25:hover {
  border-bottom-color: rgb(216 180 254 / 0.25);
}

.hover\:border-b-purple-300\/30:hover {
  border-bottom-color: rgb(216 180 254 / 0.3);
}

.hover\:border-b-purple-300\/40:hover {
  border-bottom-color: rgb(216 180 254 / 0.4);
}

.hover\:border-b-purple-300\/5:hover {
  border-bottom-color: rgb(216 180 254 / 0.05);
}

.hover\:border-b-purple-300\/50:hover {
  border-bottom-color: rgb(216 180 254 / 0.5);
}

.hover\:border-b-purple-300\/60:hover {
  border-bottom-color: rgb(216 180 254 / 0.6);
}

.hover\:border-b-purple-300\/70:hover {
  border-bottom-color: rgb(216 180 254 / 0.7);
}

.hover\:border-b-purple-300\/75:hover {
  border-bottom-color: rgb(216 180 254 / 0.75);
}

.hover\:border-b-purple-300\/80:hover {
  border-bottom-color: rgb(216 180 254 / 0.8);
}

.hover\:border-b-purple-300\/90:hover {
  border-bottom-color: rgb(216 180 254 / 0.9);
}

.hover\:border-b-purple-300\/95:hover {
  border-bottom-color: rgb(216 180 254 / 0.95);
}

.hover\:border-b-purple-400:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(192 132 252 / var(--tw-border-opacity));
}

.hover\:border-b-purple-400\/0:hover {
  border-bottom-color: rgb(192 132 252 / 0);
}

.hover\:border-b-purple-400\/10:hover {
  border-bottom-color: rgb(192 132 252 / 0.1);
}

.hover\:border-b-purple-400\/100:hover {
  border-bottom-color: rgb(192 132 252 / 1);
}

.hover\:border-b-purple-400\/20:hover {
  border-bottom-color: rgb(192 132 252 / 0.2);
}

.hover\:border-b-purple-400\/25:hover {
  border-bottom-color: rgb(192 132 252 / 0.25);
}

.hover\:border-b-purple-400\/30:hover {
  border-bottom-color: rgb(192 132 252 / 0.3);
}

.hover\:border-b-purple-400\/40:hover {
  border-bottom-color: rgb(192 132 252 / 0.4);
}

.hover\:border-b-purple-400\/5:hover {
  border-bottom-color: rgb(192 132 252 / 0.05);
}

.hover\:border-b-purple-400\/50:hover {
  border-bottom-color: rgb(192 132 252 / 0.5);
}

.hover\:border-b-purple-400\/60:hover {
  border-bottom-color: rgb(192 132 252 / 0.6);
}

.hover\:border-b-purple-400\/70:hover {
  border-bottom-color: rgb(192 132 252 / 0.7);
}

.hover\:border-b-purple-400\/75:hover {
  border-bottom-color: rgb(192 132 252 / 0.75);
}

.hover\:border-b-purple-400\/80:hover {
  border-bottom-color: rgb(192 132 252 / 0.8);
}

.hover\:border-b-purple-400\/90:hover {
  border-bottom-color: rgb(192 132 252 / 0.9);
}

.hover\:border-b-purple-400\/95:hover {
  border-bottom-color: rgb(192 132 252 / 0.95);
}

.hover\:border-b-purple-50:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 245 255 / var(--tw-border-opacity));
}

.hover\:border-b-purple-50\/0:hover {
  border-bottom-color: rgb(250 245 255 / 0);
}

.hover\:border-b-purple-50\/10:hover {
  border-bottom-color: rgb(250 245 255 / 0.1);
}

.hover\:border-b-purple-50\/100:hover {
  border-bottom-color: rgb(250 245 255 / 1);
}

.hover\:border-b-purple-50\/20:hover {
  border-bottom-color: rgb(250 245 255 / 0.2);
}

.hover\:border-b-purple-50\/25:hover {
  border-bottom-color: rgb(250 245 255 / 0.25);
}

.hover\:border-b-purple-50\/30:hover {
  border-bottom-color: rgb(250 245 255 / 0.3);
}

.hover\:border-b-purple-50\/40:hover {
  border-bottom-color: rgb(250 245 255 / 0.4);
}

.hover\:border-b-purple-50\/5:hover {
  border-bottom-color: rgb(250 245 255 / 0.05);
}

.hover\:border-b-purple-50\/50:hover {
  border-bottom-color: rgb(250 245 255 / 0.5);
}

.hover\:border-b-purple-50\/60:hover {
  border-bottom-color: rgb(250 245 255 / 0.6);
}

.hover\:border-b-purple-50\/70:hover {
  border-bottom-color: rgb(250 245 255 / 0.7);
}

.hover\:border-b-purple-50\/75:hover {
  border-bottom-color: rgb(250 245 255 / 0.75);
}

.hover\:border-b-purple-50\/80:hover {
  border-bottom-color: rgb(250 245 255 / 0.8);
}

.hover\:border-b-purple-50\/90:hover {
  border-bottom-color: rgb(250 245 255 / 0.9);
}

.hover\:border-b-purple-50\/95:hover {
  border-bottom-color: rgb(250 245 255 / 0.95);
}

.hover\:border-b-purple-500:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(168 85 247 / var(--tw-border-opacity));
}

.hover\:border-b-purple-500\/0:hover {
  border-bottom-color: rgb(168 85 247 / 0);
}

.hover\:border-b-purple-500\/10:hover {
  border-bottom-color: rgb(168 85 247 / 0.1);
}

.hover\:border-b-purple-500\/100:hover {
  border-bottom-color: rgb(168 85 247 / 1);
}

.hover\:border-b-purple-500\/20:hover {
  border-bottom-color: rgb(168 85 247 / 0.2);
}

.hover\:border-b-purple-500\/25:hover {
  border-bottom-color: rgb(168 85 247 / 0.25);
}

.hover\:border-b-purple-500\/30:hover {
  border-bottom-color: rgb(168 85 247 / 0.3);
}

.hover\:border-b-purple-500\/40:hover {
  border-bottom-color: rgb(168 85 247 / 0.4);
}

.hover\:border-b-purple-500\/5:hover {
  border-bottom-color: rgb(168 85 247 / 0.05);
}

.hover\:border-b-purple-500\/50:hover {
  border-bottom-color: rgb(168 85 247 / 0.5);
}

.hover\:border-b-purple-500\/60:hover {
  border-bottom-color: rgb(168 85 247 / 0.6);
}

.hover\:border-b-purple-500\/70:hover {
  border-bottom-color: rgb(168 85 247 / 0.7);
}

.hover\:border-b-purple-500\/75:hover {
  border-bottom-color: rgb(168 85 247 / 0.75);
}

.hover\:border-b-purple-500\/80:hover {
  border-bottom-color: rgb(168 85 247 / 0.8);
}

.hover\:border-b-purple-500\/90:hover {
  border-bottom-color: rgb(168 85 247 / 0.9);
}

.hover\:border-b-purple-500\/95:hover {
  border-bottom-color: rgb(168 85 247 / 0.95);
}

.hover\:border-b-purple-600:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(147 51 234 / var(--tw-border-opacity));
}

.hover\:border-b-purple-600\/0:hover {
  border-bottom-color: rgb(147 51 234 / 0);
}

.hover\:border-b-purple-600\/10:hover {
  border-bottom-color: rgb(147 51 234 / 0.1);
}

.hover\:border-b-purple-600\/100:hover {
  border-bottom-color: rgb(147 51 234 / 1);
}

.hover\:border-b-purple-600\/20:hover {
  border-bottom-color: rgb(147 51 234 / 0.2);
}

.hover\:border-b-purple-600\/25:hover {
  border-bottom-color: rgb(147 51 234 / 0.25);
}

.hover\:border-b-purple-600\/30:hover {
  border-bottom-color: rgb(147 51 234 / 0.3);
}

.hover\:border-b-purple-600\/40:hover {
  border-bottom-color: rgb(147 51 234 / 0.4);
}

.hover\:border-b-purple-600\/5:hover {
  border-bottom-color: rgb(147 51 234 / 0.05);
}

.hover\:border-b-purple-600\/50:hover {
  border-bottom-color: rgb(147 51 234 / 0.5);
}

.hover\:border-b-purple-600\/60:hover {
  border-bottom-color: rgb(147 51 234 / 0.6);
}

.hover\:border-b-purple-600\/70:hover {
  border-bottom-color: rgb(147 51 234 / 0.7);
}

.hover\:border-b-purple-600\/75:hover {
  border-bottom-color: rgb(147 51 234 / 0.75);
}

.hover\:border-b-purple-600\/80:hover {
  border-bottom-color: rgb(147 51 234 / 0.8);
}

.hover\:border-b-purple-600\/90:hover {
  border-bottom-color: rgb(147 51 234 / 0.9);
}

.hover\:border-b-purple-600\/95:hover {
  border-bottom-color: rgb(147 51 234 / 0.95);
}

.hover\:border-b-purple-700:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(126 34 206 / var(--tw-border-opacity));
}

.hover\:border-b-purple-700\/0:hover {
  border-bottom-color: rgb(126 34 206 / 0);
}

.hover\:border-b-purple-700\/10:hover {
  border-bottom-color: rgb(126 34 206 / 0.1);
}

.hover\:border-b-purple-700\/100:hover {
  border-bottom-color: rgb(126 34 206 / 1);
}

.hover\:border-b-purple-700\/20:hover {
  border-bottom-color: rgb(126 34 206 / 0.2);
}

.hover\:border-b-purple-700\/25:hover {
  border-bottom-color: rgb(126 34 206 / 0.25);
}

.hover\:border-b-purple-700\/30:hover {
  border-bottom-color: rgb(126 34 206 / 0.3);
}

.hover\:border-b-purple-700\/40:hover {
  border-bottom-color: rgb(126 34 206 / 0.4);
}

.hover\:border-b-purple-700\/5:hover {
  border-bottom-color: rgb(126 34 206 / 0.05);
}

.hover\:border-b-purple-700\/50:hover {
  border-bottom-color: rgb(126 34 206 / 0.5);
}

.hover\:border-b-purple-700\/60:hover {
  border-bottom-color: rgb(126 34 206 / 0.6);
}

.hover\:border-b-purple-700\/70:hover {
  border-bottom-color: rgb(126 34 206 / 0.7);
}

.hover\:border-b-purple-700\/75:hover {
  border-bottom-color: rgb(126 34 206 / 0.75);
}

.hover\:border-b-purple-700\/80:hover {
  border-bottom-color: rgb(126 34 206 / 0.8);
}

.hover\:border-b-purple-700\/90:hover {
  border-bottom-color: rgb(126 34 206 / 0.9);
}

.hover\:border-b-purple-700\/95:hover {
  border-bottom-color: rgb(126 34 206 / 0.95);
}

.hover\:border-b-purple-800:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(107 33 168 / var(--tw-border-opacity));
}

.hover\:border-b-purple-800\/0:hover {
  border-bottom-color: rgb(107 33 168 / 0);
}

.hover\:border-b-purple-800\/10:hover {
  border-bottom-color: rgb(107 33 168 / 0.1);
}

.hover\:border-b-purple-800\/100:hover {
  border-bottom-color: rgb(107 33 168 / 1);
}

.hover\:border-b-purple-800\/20:hover {
  border-bottom-color: rgb(107 33 168 / 0.2);
}

.hover\:border-b-purple-800\/25:hover {
  border-bottom-color: rgb(107 33 168 / 0.25);
}

.hover\:border-b-purple-800\/30:hover {
  border-bottom-color: rgb(107 33 168 / 0.3);
}

.hover\:border-b-purple-800\/40:hover {
  border-bottom-color: rgb(107 33 168 / 0.4);
}

.hover\:border-b-purple-800\/5:hover {
  border-bottom-color: rgb(107 33 168 / 0.05);
}

.hover\:border-b-purple-800\/50:hover {
  border-bottom-color: rgb(107 33 168 / 0.5);
}

.hover\:border-b-purple-800\/60:hover {
  border-bottom-color: rgb(107 33 168 / 0.6);
}

.hover\:border-b-purple-800\/70:hover {
  border-bottom-color: rgb(107 33 168 / 0.7);
}

.hover\:border-b-purple-800\/75:hover {
  border-bottom-color: rgb(107 33 168 / 0.75);
}

.hover\:border-b-purple-800\/80:hover {
  border-bottom-color: rgb(107 33 168 / 0.8);
}

.hover\:border-b-purple-800\/90:hover {
  border-bottom-color: rgb(107 33 168 / 0.9);
}

.hover\:border-b-purple-800\/95:hover {
  border-bottom-color: rgb(107 33 168 / 0.95);
}

.hover\:border-b-purple-900:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(88 28 135 / var(--tw-border-opacity));
}

.hover\:border-b-purple-900\/0:hover {
  border-bottom-color: rgb(88 28 135 / 0);
}

.hover\:border-b-purple-900\/10:hover {
  border-bottom-color: rgb(88 28 135 / 0.1);
}

.hover\:border-b-purple-900\/100:hover {
  border-bottom-color: rgb(88 28 135 / 1);
}

.hover\:border-b-purple-900\/20:hover {
  border-bottom-color: rgb(88 28 135 / 0.2);
}

.hover\:border-b-purple-900\/25:hover {
  border-bottom-color: rgb(88 28 135 / 0.25);
}

.hover\:border-b-purple-900\/30:hover {
  border-bottom-color: rgb(88 28 135 / 0.3);
}

.hover\:border-b-purple-900\/40:hover {
  border-bottom-color: rgb(88 28 135 / 0.4);
}

.hover\:border-b-purple-900\/5:hover {
  border-bottom-color: rgb(88 28 135 / 0.05);
}

.hover\:border-b-purple-900\/50:hover {
  border-bottom-color: rgb(88 28 135 / 0.5);
}

.hover\:border-b-purple-900\/60:hover {
  border-bottom-color: rgb(88 28 135 / 0.6);
}

.hover\:border-b-purple-900\/70:hover {
  border-bottom-color: rgb(88 28 135 / 0.7);
}

.hover\:border-b-purple-900\/75:hover {
  border-bottom-color: rgb(88 28 135 / 0.75);
}

.hover\:border-b-purple-900\/80:hover {
  border-bottom-color: rgb(88 28 135 / 0.8);
}

.hover\:border-b-purple-900\/90:hover {
  border-bottom-color: rgb(88 28 135 / 0.9);
}

.hover\:border-b-purple-900\/95:hover {
  border-bottom-color: rgb(88 28 135 / 0.95);
}

.hover\:border-b-purple-950:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(59 7 100 / var(--tw-border-opacity));
}

.hover\:border-b-purple-950\/0:hover {
  border-bottom-color: rgb(59 7 100 / 0);
}

.hover\:border-b-purple-950\/10:hover {
  border-bottom-color: rgb(59 7 100 / 0.1);
}

.hover\:border-b-purple-950\/100:hover {
  border-bottom-color: rgb(59 7 100 / 1);
}

.hover\:border-b-purple-950\/20:hover {
  border-bottom-color: rgb(59 7 100 / 0.2);
}

.hover\:border-b-purple-950\/25:hover {
  border-bottom-color: rgb(59 7 100 / 0.25);
}

.hover\:border-b-purple-950\/30:hover {
  border-bottom-color: rgb(59 7 100 / 0.3);
}

.hover\:border-b-purple-950\/40:hover {
  border-bottom-color: rgb(59 7 100 / 0.4);
}

.hover\:border-b-purple-950\/5:hover {
  border-bottom-color: rgb(59 7 100 / 0.05);
}

.hover\:border-b-purple-950\/50:hover {
  border-bottom-color: rgb(59 7 100 / 0.5);
}

.hover\:border-b-purple-950\/60:hover {
  border-bottom-color: rgb(59 7 100 / 0.6);
}

.hover\:border-b-purple-950\/70:hover {
  border-bottom-color: rgb(59 7 100 / 0.7);
}

.hover\:border-b-purple-950\/75:hover {
  border-bottom-color: rgb(59 7 100 / 0.75);
}

.hover\:border-b-purple-950\/80:hover {
  border-bottom-color: rgb(59 7 100 / 0.8);
}

.hover\:border-b-purple-950\/90:hover {
  border-bottom-color: rgb(59 7 100 / 0.9);
}

.hover\:border-b-purple-950\/95:hover {
  border-bottom-color: rgb(59 7 100 / 0.95);
}

.hover\:border-b-red-100:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 226 226 / var(--tw-border-opacity));
}

.hover\:border-b-red-100\/0:hover {
  border-bottom-color: rgb(254 226 226 / 0);
}

.hover\:border-b-red-100\/10:hover {
  border-bottom-color: rgb(254 226 226 / 0.1);
}

.hover\:border-b-red-100\/100:hover {
  border-bottom-color: rgb(254 226 226 / 1);
}

.hover\:border-b-red-100\/20:hover {
  border-bottom-color: rgb(254 226 226 / 0.2);
}

.hover\:border-b-red-100\/25:hover {
  border-bottom-color: rgb(254 226 226 / 0.25);
}

.hover\:border-b-red-100\/30:hover {
  border-bottom-color: rgb(254 226 226 / 0.3);
}

.hover\:border-b-red-100\/40:hover {
  border-bottom-color: rgb(254 226 226 / 0.4);
}

.hover\:border-b-red-100\/5:hover {
  border-bottom-color: rgb(254 226 226 / 0.05);
}

.hover\:border-b-red-100\/50:hover {
  border-bottom-color: rgb(254 226 226 / 0.5);
}

.hover\:border-b-red-100\/60:hover {
  border-bottom-color: rgb(254 226 226 / 0.6);
}

.hover\:border-b-red-100\/70:hover {
  border-bottom-color: rgb(254 226 226 / 0.7);
}

.hover\:border-b-red-100\/75:hover {
  border-bottom-color: rgb(254 226 226 / 0.75);
}

.hover\:border-b-red-100\/80:hover {
  border-bottom-color: rgb(254 226 226 / 0.8);
}

.hover\:border-b-red-100\/90:hover {
  border-bottom-color: rgb(254 226 226 / 0.9);
}

.hover\:border-b-red-100\/95:hover {
  border-bottom-color: rgb(254 226 226 / 0.95);
}

.hover\:border-b-red-200:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.hover\:border-b-red-200\/0:hover {
  border-bottom-color: rgb(254 202 202 / 0);
}

.hover\:border-b-red-200\/10:hover {
  border-bottom-color: rgb(254 202 202 / 0.1);
}

.hover\:border-b-red-200\/100:hover {
  border-bottom-color: rgb(254 202 202 / 1);
}

.hover\:border-b-red-200\/20:hover {
  border-bottom-color: rgb(254 202 202 / 0.2);
}

.hover\:border-b-red-200\/25:hover {
  border-bottom-color: rgb(254 202 202 / 0.25);
}

.hover\:border-b-red-200\/30:hover {
  border-bottom-color: rgb(254 202 202 / 0.3);
}

.hover\:border-b-red-200\/40:hover {
  border-bottom-color: rgb(254 202 202 / 0.4);
}

.hover\:border-b-red-200\/5:hover {
  border-bottom-color: rgb(254 202 202 / 0.05);
}

.hover\:border-b-red-200\/50:hover {
  border-bottom-color: rgb(254 202 202 / 0.5);
}

.hover\:border-b-red-200\/60:hover {
  border-bottom-color: rgb(254 202 202 / 0.6);
}

.hover\:border-b-red-200\/70:hover {
  border-bottom-color: rgb(254 202 202 / 0.7);
}

.hover\:border-b-red-200\/75:hover {
  border-bottom-color: rgb(254 202 202 / 0.75);
}

.hover\:border-b-red-200\/80:hover {
  border-bottom-color: rgb(254 202 202 / 0.8);
}

.hover\:border-b-red-200\/90:hover {
  border-bottom-color: rgb(254 202 202 / 0.9);
}

.hover\:border-b-red-200\/95:hover {
  border-bottom-color: rgb(254 202 202 / 0.95);
}

.hover\:border-b-red-300:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.hover\:border-b-red-300\/0:hover {
  border-bottom-color: rgb(252 165 165 / 0);
}

.hover\:border-b-red-300\/10:hover {
  border-bottom-color: rgb(252 165 165 / 0.1);
}

.hover\:border-b-red-300\/100:hover {
  border-bottom-color: rgb(252 165 165 / 1);
}

.hover\:border-b-red-300\/20:hover {
  border-bottom-color: rgb(252 165 165 / 0.2);
}

.hover\:border-b-red-300\/25:hover {
  border-bottom-color: rgb(252 165 165 / 0.25);
}

.hover\:border-b-red-300\/30:hover {
  border-bottom-color: rgb(252 165 165 / 0.3);
}

.hover\:border-b-red-300\/40:hover {
  border-bottom-color: rgb(252 165 165 / 0.4);
}

.hover\:border-b-red-300\/5:hover {
  border-bottom-color: rgb(252 165 165 / 0.05);
}

.hover\:border-b-red-300\/50:hover {
  border-bottom-color: rgb(252 165 165 / 0.5);
}

.hover\:border-b-red-300\/60:hover {
  border-bottom-color: rgb(252 165 165 / 0.6);
}

.hover\:border-b-red-300\/70:hover {
  border-bottom-color: rgb(252 165 165 / 0.7);
}

.hover\:border-b-red-300\/75:hover {
  border-bottom-color: rgb(252 165 165 / 0.75);
}

.hover\:border-b-red-300\/80:hover {
  border-bottom-color: rgb(252 165 165 / 0.8);
}

.hover\:border-b-red-300\/90:hover {
  border-bottom-color: rgb(252 165 165 / 0.9);
}

.hover\:border-b-red-300\/95:hover {
  border-bottom-color: rgb(252 165 165 / 0.95);
}

.hover\:border-b-red-400:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.hover\:border-b-red-400\/0:hover {
  border-bottom-color: rgb(248 113 113 / 0);
}

.hover\:border-b-red-400\/10:hover {
  border-bottom-color: rgb(248 113 113 / 0.1);
}

.hover\:border-b-red-400\/100:hover {
  border-bottom-color: rgb(248 113 113 / 1);
}

.hover\:border-b-red-400\/20:hover {
  border-bottom-color: rgb(248 113 113 / 0.2);
}

.hover\:border-b-red-400\/25:hover {
  border-bottom-color: rgb(248 113 113 / 0.25);
}

.hover\:border-b-red-400\/30:hover {
  border-bottom-color: rgb(248 113 113 / 0.3);
}

.hover\:border-b-red-400\/40:hover {
  border-bottom-color: rgb(248 113 113 / 0.4);
}

.hover\:border-b-red-400\/5:hover {
  border-bottom-color: rgb(248 113 113 / 0.05);
}

.hover\:border-b-red-400\/50:hover {
  border-bottom-color: rgb(248 113 113 / 0.5);
}

.hover\:border-b-red-400\/60:hover {
  border-bottom-color: rgb(248 113 113 / 0.6);
}

.hover\:border-b-red-400\/70:hover {
  border-bottom-color: rgb(248 113 113 / 0.7);
}

.hover\:border-b-red-400\/75:hover {
  border-bottom-color: rgb(248 113 113 / 0.75);
}

.hover\:border-b-red-400\/80:hover {
  border-bottom-color: rgb(248 113 113 / 0.8);
}

.hover\:border-b-red-400\/90:hover {
  border-bottom-color: rgb(248 113 113 / 0.9);
}

.hover\:border-b-red-400\/95:hover {
  border-bottom-color: rgb(248 113 113 / 0.95);
}

.hover\:border-b-red-50:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.hover\:border-b-red-50\/0:hover {
  border-bottom-color: rgb(254 242 242 / 0);
}

.hover\:border-b-red-50\/10:hover {
  border-bottom-color: rgb(254 242 242 / 0.1);
}

.hover\:border-b-red-50\/100:hover {
  border-bottom-color: rgb(254 242 242 / 1);
}

.hover\:border-b-red-50\/20:hover {
  border-bottom-color: rgb(254 242 242 / 0.2);
}

.hover\:border-b-red-50\/25:hover {
  border-bottom-color: rgb(254 242 242 / 0.25);
}

.hover\:border-b-red-50\/30:hover {
  border-bottom-color: rgb(254 242 242 / 0.3);
}

.hover\:border-b-red-50\/40:hover {
  border-bottom-color: rgb(254 242 242 / 0.4);
}

.hover\:border-b-red-50\/5:hover {
  border-bottom-color: rgb(254 242 242 / 0.05);
}

.hover\:border-b-red-50\/50:hover {
  border-bottom-color: rgb(254 242 242 / 0.5);
}

.hover\:border-b-red-50\/60:hover {
  border-bottom-color: rgb(254 242 242 / 0.6);
}

.hover\:border-b-red-50\/70:hover {
  border-bottom-color: rgb(254 242 242 / 0.7);
}

.hover\:border-b-red-50\/75:hover {
  border-bottom-color: rgb(254 242 242 / 0.75);
}

.hover\:border-b-red-50\/80:hover {
  border-bottom-color: rgb(254 242 242 / 0.8);
}

.hover\:border-b-red-50\/90:hover {
  border-bottom-color: rgb(254 242 242 / 0.9);
}

.hover\:border-b-red-50\/95:hover {
  border-bottom-color: rgb(254 242 242 / 0.95);
}

.hover\:border-b-red-500:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.hover\:border-b-red-500\/0:hover {
  border-bottom-color: rgb(239 68 68 / 0);
}

.hover\:border-b-red-500\/10:hover {
  border-bottom-color: rgb(239 68 68 / 0.1);
}

.hover\:border-b-red-500\/100:hover {
  border-bottom-color: rgb(239 68 68 / 1);
}

.hover\:border-b-red-500\/20:hover {
  border-bottom-color: rgb(239 68 68 / 0.2);
}

.hover\:border-b-red-500\/25:hover {
  border-bottom-color: rgb(239 68 68 / 0.25);
}

.hover\:border-b-red-500\/30:hover {
  border-bottom-color: rgb(239 68 68 / 0.3);
}

.hover\:border-b-red-500\/40:hover {
  border-bottom-color: rgb(239 68 68 / 0.4);
}

.hover\:border-b-red-500\/5:hover {
  border-bottom-color: rgb(239 68 68 / 0.05);
}

.hover\:border-b-red-500\/50:hover {
  border-bottom-color: rgb(239 68 68 / 0.5);
}

.hover\:border-b-red-500\/60:hover {
  border-bottom-color: rgb(239 68 68 / 0.6);
}

.hover\:border-b-red-500\/70:hover {
  border-bottom-color: rgb(239 68 68 / 0.7);
}

.hover\:border-b-red-500\/75:hover {
  border-bottom-color: rgb(239 68 68 / 0.75);
}

.hover\:border-b-red-500\/80:hover {
  border-bottom-color: rgb(239 68 68 / 0.8);
}

.hover\:border-b-red-500\/90:hover {
  border-bottom-color: rgb(239 68 68 / 0.9);
}

.hover\:border-b-red-500\/95:hover {
  border-bottom-color: rgb(239 68 68 / 0.95);
}

.hover\:border-b-red-600:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.hover\:border-b-red-600\/0:hover {
  border-bottom-color: rgb(220 38 38 / 0);
}

.hover\:border-b-red-600\/10:hover {
  border-bottom-color: rgb(220 38 38 / 0.1);
}

.hover\:border-b-red-600\/100:hover {
  border-bottom-color: rgb(220 38 38 / 1);
}

.hover\:border-b-red-600\/20:hover {
  border-bottom-color: rgb(220 38 38 / 0.2);
}

.hover\:border-b-red-600\/25:hover {
  border-bottom-color: rgb(220 38 38 / 0.25);
}

.hover\:border-b-red-600\/30:hover {
  border-bottom-color: rgb(220 38 38 / 0.3);
}

.hover\:border-b-red-600\/40:hover {
  border-bottom-color: rgb(220 38 38 / 0.4);
}

.hover\:border-b-red-600\/5:hover {
  border-bottom-color: rgb(220 38 38 / 0.05);
}

.hover\:border-b-red-600\/50:hover {
  border-bottom-color: rgb(220 38 38 / 0.5);
}

.hover\:border-b-red-600\/60:hover {
  border-bottom-color: rgb(220 38 38 / 0.6);
}

.hover\:border-b-red-600\/70:hover {
  border-bottom-color: rgb(220 38 38 / 0.7);
}

.hover\:border-b-red-600\/75:hover {
  border-bottom-color: rgb(220 38 38 / 0.75);
}

.hover\:border-b-red-600\/80:hover {
  border-bottom-color: rgb(220 38 38 / 0.8);
}

.hover\:border-b-red-600\/90:hover {
  border-bottom-color: rgb(220 38 38 / 0.9);
}

.hover\:border-b-red-600\/95:hover {
  border-bottom-color: rgb(220 38 38 / 0.95);
}

.hover\:border-b-red-700:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.hover\:border-b-red-700\/0:hover {
  border-bottom-color: rgb(185 28 28 / 0);
}

.hover\:border-b-red-700\/10:hover {
  border-bottom-color: rgb(185 28 28 / 0.1);
}

.hover\:border-b-red-700\/100:hover {
  border-bottom-color: rgb(185 28 28 / 1);
}

.hover\:border-b-red-700\/20:hover {
  border-bottom-color: rgb(185 28 28 / 0.2);
}

.hover\:border-b-red-700\/25:hover {
  border-bottom-color: rgb(185 28 28 / 0.25);
}

.hover\:border-b-red-700\/30:hover {
  border-bottom-color: rgb(185 28 28 / 0.3);
}

.hover\:border-b-red-700\/40:hover {
  border-bottom-color: rgb(185 28 28 / 0.4);
}

.hover\:border-b-red-700\/5:hover {
  border-bottom-color: rgb(185 28 28 / 0.05);
}

.hover\:border-b-red-700\/50:hover {
  border-bottom-color: rgb(185 28 28 / 0.5);
}

.hover\:border-b-red-700\/60:hover {
  border-bottom-color: rgb(185 28 28 / 0.6);
}

.hover\:border-b-red-700\/70:hover {
  border-bottom-color: rgb(185 28 28 / 0.7);
}

.hover\:border-b-red-700\/75:hover {
  border-bottom-color: rgb(185 28 28 / 0.75);
}

.hover\:border-b-red-700\/80:hover {
  border-bottom-color: rgb(185 28 28 / 0.8);
}

.hover\:border-b-red-700\/90:hover {
  border-bottom-color: rgb(185 28 28 / 0.9);
}

.hover\:border-b-red-700\/95:hover {
  border-bottom-color: rgb(185 28 28 / 0.95);
}

.hover\:border-b-red-800:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.hover\:border-b-red-800\/0:hover {
  border-bottom-color: rgb(153 27 27 / 0);
}

.hover\:border-b-red-800\/10:hover {
  border-bottom-color: rgb(153 27 27 / 0.1);
}

.hover\:border-b-red-800\/100:hover {
  border-bottom-color: rgb(153 27 27 / 1);
}

.hover\:border-b-red-800\/20:hover {
  border-bottom-color: rgb(153 27 27 / 0.2);
}

.hover\:border-b-red-800\/25:hover {
  border-bottom-color: rgb(153 27 27 / 0.25);
}

.hover\:border-b-red-800\/30:hover {
  border-bottom-color: rgb(153 27 27 / 0.3);
}

.hover\:border-b-red-800\/40:hover {
  border-bottom-color: rgb(153 27 27 / 0.4);
}

.hover\:border-b-red-800\/5:hover {
  border-bottom-color: rgb(153 27 27 / 0.05);
}

.hover\:border-b-red-800\/50:hover {
  border-bottom-color: rgb(153 27 27 / 0.5);
}

.hover\:border-b-red-800\/60:hover {
  border-bottom-color: rgb(153 27 27 / 0.6);
}

.hover\:border-b-red-800\/70:hover {
  border-bottom-color: rgb(153 27 27 / 0.7);
}

.hover\:border-b-red-800\/75:hover {
  border-bottom-color: rgb(153 27 27 / 0.75);
}

.hover\:border-b-red-800\/80:hover {
  border-bottom-color: rgb(153 27 27 / 0.8);
}

.hover\:border-b-red-800\/90:hover {
  border-bottom-color: rgb(153 27 27 / 0.9);
}

.hover\:border-b-red-800\/95:hover {
  border-bottom-color: rgb(153 27 27 / 0.95);
}

.hover\:border-b-red-900:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.hover\:border-b-red-900\/0:hover {
  border-bottom-color: rgb(127 29 29 / 0);
}

.hover\:border-b-red-900\/10:hover {
  border-bottom-color: rgb(127 29 29 / 0.1);
}

.hover\:border-b-red-900\/100:hover {
  border-bottom-color: rgb(127 29 29 / 1);
}

.hover\:border-b-red-900\/20:hover {
  border-bottom-color: rgb(127 29 29 / 0.2);
}

.hover\:border-b-red-900\/25:hover {
  border-bottom-color: rgb(127 29 29 / 0.25);
}

.hover\:border-b-red-900\/30:hover {
  border-bottom-color: rgb(127 29 29 / 0.3);
}

.hover\:border-b-red-900\/40:hover {
  border-bottom-color: rgb(127 29 29 / 0.4);
}

.hover\:border-b-red-900\/5:hover {
  border-bottom-color: rgb(127 29 29 / 0.05);
}

.hover\:border-b-red-900\/50:hover {
  border-bottom-color: rgb(127 29 29 / 0.5);
}

.hover\:border-b-red-900\/60:hover {
  border-bottom-color: rgb(127 29 29 / 0.6);
}

.hover\:border-b-red-900\/70:hover {
  border-bottom-color: rgb(127 29 29 / 0.7);
}

.hover\:border-b-red-900\/75:hover {
  border-bottom-color: rgb(127 29 29 / 0.75);
}

.hover\:border-b-red-900\/80:hover {
  border-bottom-color: rgb(127 29 29 / 0.8);
}

.hover\:border-b-red-900\/90:hover {
  border-bottom-color: rgb(127 29 29 / 0.9);
}

.hover\:border-b-red-900\/95:hover {
  border-bottom-color: rgb(127 29 29 / 0.95);
}

.hover\:border-b-red-950:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(69 10 10 / var(--tw-border-opacity));
}

.hover\:border-b-red-950\/0:hover {
  border-bottom-color: rgb(69 10 10 / 0);
}

.hover\:border-b-red-950\/10:hover {
  border-bottom-color: rgb(69 10 10 / 0.1);
}

.hover\:border-b-red-950\/100:hover {
  border-bottom-color: rgb(69 10 10 / 1);
}

.hover\:border-b-red-950\/20:hover {
  border-bottom-color: rgb(69 10 10 / 0.2);
}

.hover\:border-b-red-950\/25:hover {
  border-bottom-color: rgb(69 10 10 / 0.25);
}

.hover\:border-b-red-950\/30:hover {
  border-bottom-color: rgb(69 10 10 / 0.3);
}

.hover\:border-b-red-950\/40:hover {
  border-bottom-color: rgb(69 10 10 / 0.4);
}

.hover\:border-b-red-950\/5:hover {
  border-bottom-color: rgb(69 10 10 / 0.05);
}

.hover\:border-b-red-950\/50:hover {
  border-bottom-color: rgb(69 10 10 / 0.5);
}

.hover\:border-b-red-950\/60:hover {
  border-bottom-color: rgb(69 10 10 / 0.6);
}

.hover\:border-b-red-950\/70:hover {
  border-bottom-color: rgb(69 10 10 / 0.7);
}

.hover\:border-b-red-950\/75:hover {
  border-bottom-color: rgb(69 10 10 / 0.75);
}

.hover\:border-b-red-950\/80:hover {
  border-bottom-color: rgb(69 10 10 / 0.8);
}

.hover\:border-b-red-950\/90:hover {
  border-bottom-color: rgb(69 10 10 / 0.9);
}

.hover\:border-b-red-950\/95:hover {
  border-bottom-color: rgb(69 10 10 / 0.95);
}

.hover\:border-b-rose-100:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 228 230 / var(--tw-border-opacity));
}

.hover\:border-b-rose-100\/0:hover {
  border-bottom-color: rgb(255 228 230 / 0);
}

.hover\:border-b-rose-100\/10:hover {
  border-bottom-color: rgb(255 228 230 / 0.1);
}

.hover\:border-b-rose-100\/100:hover {
  border-bottom-color: rgb(255 228 230 / 1);
}

.hover\:border-b-rose-100\/20:hover {
  border-bottom-color: rgb(255 228 230 / 0.2);
}

.hover\:border-b-rose-100\/25:hover {
  border-bottom-color: rgb(255 228 230 / 0.25);
}

.hover\:border-b-rose-100\/30:hover {
  border-bottom-color: rgb(255 228 230 / 0.3);
}

.hover\:border-b-rose-100\/40:hover {
  border-bottom-color: rgb(255 228 230 / 0.4);
}

.hover\:border-b-rose-100\/5:hover {
  border-bottom-color: rgb(255 228 230 / 0.05);
}

.hover\:border-b-rose-100\/50:hover {
  border-bottom-color: rgb(255 228 230 / 0.5);
}

.hover\:border-b-rose-100\/60:hover {
  border-bottom-color: rgb(255 228 230 / 0.6);
}

.hover\:border-b-rose-100\/70:hover {
  border-bottom-color: rgb(255 228 230 / 0.7);
}

.hover\:border-b-rose-100\/75:hover {
  border-bottom-color: rgb(255 228 230 / 0.75);
}

.hover\:border-b-rose-100\/80:hover {
  border-bottom-color: rgb(255 228 230 / 0.8);
}

.hover\:border-b-rose-100\/90:hover {
  border-bottom-color: rgb(255 228 230 / 0.9);
}

.hover\:border-b-rose-100\/95:hover {
  border-bottom-color: rgb(255 228 230 / 0.95);
}

.hover\:border-b-rose-200:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 205 211 / var(--tw-border-opacity));
}

.hover\:border-b-rose-200\/0:hover {
  border-bottom-color: rgb(254 205 211 / 0);
}

.hover\:border-b-rose-200\/10:hover {
  border-bottom-color: rgb(254 205 211 / 0.1);
}

.hover\:border-b-rose-200\/100:hover {
  border-bottom-color: rgb(254 205 211 / 1);
}

.hover\:border-b-rose-200\/20:hover {
  border-bottom-color: rgb(254 205 211 / 0.2);
}

.hover\:border-b-rose-200\/25:hover {
  border-bottom-color: rgb(254 205 211 / 0.25);
}

.hover\:border-b-rose-200\/30:hover {
  border-bottom-color: rgb(254 205 211 / 0.3);
}

.hover\:border-b-rose-200\/40:hover {
  border-bottom-color: rgb(254 205 211 / 0.4);
}

.hover\:border-b-rose-200\/5:hover {
  border-bottom-color: rgb(254 205 211 / 0.05);
}

.hover\:border-b-rose-200\/50:hover {
  border-bottom-color: rgb(254 205 211 / 0.5);
}

.hover\:border-b-rose-200\/60:hover {
  border-bottom-color: rgb(254 205 211 / 0.6);
}

.hover\:border-b-rose-200\/70:hover {
  border-bottom-color: rgb(254 205 211 / 0.7);
}

.hover\:border-b-rose-200\/75:hover {
  border-bottom-color: rgb(254 205 211 / 0.75);
}

.hover\:border-b-rose-200\/80:hover {
  border-bottom-color: rgb(254 205 211 / 0.8);
}

.hover\:border-b-rose-200\/90:hover {
  border-bottom-color: rgb(254 205 211 / 0.9);
}

.hover\:border-b-rose-200\/95:hover {
  border-bottom-color: rgb(254 205 211 / 0.95);
}

.hover\:border-b-rose-300:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 164 175 / var(--tw-border-opacity));
}

.hover\:border-b-rose-300\/0:hover {
  border-bottom-color: rgb(253 164 175 / 0);
}

.hover\:border-b-rose-300\/10:hover {
  border-bottom-color: rgb(253 164 175 / 0.1);
}

.hover\:border-b-rose-300\/100:hover {
  border-bottom-color: rgb(253 164 175 / 1);
}

.hover\:border-b-rose-300\/20:hover {
  border-bottom-color: rgb(253 164 175 / 0.2);
}

.hover\:border-b-rose-300\/25:hover {
  border-bottom-color: rgb(253 164 175 / 0.25);
}

.hover\:border-b-rose-300\/30:hover {
  border-bottom-color: rgb(253 164 175 / 0.3);
}

.hover\:border-b-rose-300\/40:hover {
  border-bottom-color: rgb(253 164 175 / 0.4);
}

.hover\:border-b-rose-300\/5:hover {
  border-bottom-color: rgb(253 164 175 / 0.05);
}

.hover\:border-b-rose-300\/50:hover {
  border-bottom-color: rgb(253 164 175 / 0.5);
}

.hover\:border-b-rose-300\/60:hover {
  border-bottom-color: rgb(253 164 175 / 0.6);
}

.hover\:border-b-rose-300\/70:hover {
  border-bottom-color: rgb(253 164 175 / 0.7);
}

.hover\:border-b-rose-300\/75:hover {
  border-bottom-color: rgb(253 164 175 / 0.75);
}

.hover\:border-b-rose-300\/80:hover {
  border-bottom-color: rgb(253 164 175 / 0.8);
}

.hover\:border-b-rose-300\/90:hover {
  border-bottom-color: rgb(253 164 175 / 0.9);
}

.hover\:border-b-rose-300\/95:hover {
  border-bottom-color: rgb(253 164 175 / 0.95);
}

.hover\:border-b-rose-400:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.hover\:border-b-rose-400\/0:hover {
  border-bottom-color: rgb(251 113 133 / 0);
}

.hover\:border-b-rose-400\/10:hover {
  border-bottom-color: rgb(251 113 133 / 0.1);
}

.hover\:border-b-rose-400\/100:hover {
  border-bottom-color: rgb(251 113 133 / 1);
}

.hover\:border-b-rose-400\/20:hover {
  border-bottom-color: rgb(251 113 133 / 0.2);
}

.hover\:border-b-rose-400\/25:hover {
  border-bottom-color: rgb(251 113 133 / 0.25);
}

.hover\:border-b-rose-400\/30:hover {
  border-bottom-color: rgb(251 113 133 / 0.3);
}

.hover\:border-b-rose-400\/40:hover {
  border-bottom-color: rgb(251 113 133 / 0.4);
}

.hover\:border-b-rose-400\/5:hover {
  border-bottom-color: rgb(251 113 133 / 0.05);
}

.hover\:border-b-rose-400\/50:hover {
  border-bottom-color: rgb(251 113 133 / 0.5);
}

.hover\:border-b-rose-400\/60:hover {
  border-bottom-color: rgb(251 113 133 / 0.6);
}

.hover\:border-b-rose-400\/70:hover {
  border-bottom-color: rgb(251 113 133 / 0.7);
}

.hover\:border-b-rose-400\/75:hover {
  border-bottom-color: rgb(251 113 133 / 0.75);
}

.hover\:border-b-rose-400\/80:hover {
  border-bottom-color: rgb(251 113 133 / 0.8);
}

.hover\:border-b-rose-400\/90:hover {
  border-bottom-color: rgb(251 113 133 / 0.9);
}

.hover\:border-b-rose-400\/95:hover {
  border-bottom-color: rgb(251 113 133 / 0.95);
}

.hover\:border-b-rose-50:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 241 242 / var(--tw-border-opacity));
}

.hover\:border-b-rose-50\/0:hover {
  border-bottom-color: rgb(255 241 242 / 0);
}

.hover\:border-b-rose-50\/10:hover {
  border-bottom-color: rgb(255 241 242 / 0.1);
}

.hover\:border-b-rose-50\/100:hover {
  border-bottom-color: rgb(255 241 242 / 1);
}

.hover\:border-b-rose-50\/20:hover {
  border-bottom-color: rgb(255 241 242 / 0.2);
}

.hover\:border-b-rose-50\/25:hover {
  border-bottom-color: rgb(255 241 242 / 0.25);
}

.hover\:border-b-rose-50\/30:hover {
  border-bottom-color: rgb(255 241 242 / 0.3);
}

.hover\:border-b-rose-50\/40:hover {
  border-bottom-color: rgb(255 241 242 / 0.4);
}

.hover\:border-b-rose-50\/5:hover {
  border-bottom-color: rgb(255 241 242 / 0.05);
}

.hover\:border-b-rose-50\/50:hover {
  border-bottom-color: rgb(255 241 242 / 0.5);
}

.hover\:border-b-rose-50\/60:hover {
  border-bottom-color: rgb(255 241 242 / 0.6);
}

.hover\:border-b-rose-50\/70:hover {
  border-bottom-color: rgb(255 241 242 / 0.7);
}

.hover\:border-b-rose-50\/75:hover {
  border-bottom-color: rgb(255 241 242 / 0.75);
}

.hover\:border-b-rose-50\/80:hover {
  border-bottom-color: rgb(255 241 242 / 0.8);
}

.hover\:border-b-rose-50\/90:hover {
  border-bottom-color: rgb(255 241 242 / 0.9);
}

.hover\:border-b-rose-50\/95:hover {
  border-bottom-color: rgb(255 241 242 / 0.95);
}

.hover\:border-b-rose-500:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(244 63 94 / var(--tw-border-opacity));
}

.hover\:border-b-rose-500\/0:hover {
  border-bottom-color: rgb(244 63 94 / 0);
}

.hover\:border-b-rose-500\/10:hover {
  border-bottom-color: rgb(244 63 94 / 0.1);
}

.hover\:border-b-rose-500\/100:hover {
  border-bottom-color: rgb(244 63 94 / 1);
}

.hover\:border-b-rose-500\/20:hover {
  border-bottom-color: rgb(244 63 94 / 0.2);
}

.hover\:border-b-rose-500\/25:hover {
  border-bottom-color: rgb(244 63 94 / 0.25);
}

.hover\:border-b-rose-500\/30:hover {
  border-bottom-color: rgb(244 63 94 / 0.3);
}

.hover\:border-b-rose-500\/40:hover {
  border-bottom-color: rgb(244 63 94 / 0.4);
}

.hover\:border-b-rose-500\/5:hover {
  border-bottom-color: rgb(244 63 94 / 0.05);
}

.hover\:border-b-rose-500\/50:hover {
  border-bottom-color: rgb(244 63 94 / 0.5);
}

.hover\:border-b-rose-500\/60:hover {
  border-bottom-color: rgb(244 63 94 / 0.6);
}

.hover\:border-b-rose-500\/70:hover {
  border-bottom-color: rgb(244 63 94 / 0.7);
}

.hover\:border-b-rose-500\/75:hover {
  border-bottom-color: rgb(244 63 94 / 0.75);
}

.hover\:border-b-rose-500\/80:hover {
  border-bottom-color: rgb(244 63 94 / 0.8);
}

.hover\:border-b-rose-500\/90:hover {
  border-bottom-color: rgb(244 63 94 / 0.9);
}

.hover\:border-b-rose-500\/95:hover {
  border-bottom-color: rgb(244 63 94 / 0.95);
}

.hover\:border-b-rose-600:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(225 29 72 / var(--tw-border-opacity));
}

.hover\:border-b-rose-600\/0:hover {
  border-bottom-color: rgb(225 29 72 / 0);
}

.hover\:border-b-rose-600\/10:hover {
  border-bottom-color: rgb(225 29 72 / 0.1);
}

.hover\:border-b-rose-600\/100:hover {
  border-bottom-color: rgb(225 29 72 / 1);
}

.hover\:border-b-rose-600\/20:hover {
  border-bottom-color: rgb(225 29 72 / 0.2);
}

.hover\:border-b-rose-600\/25:hover {
  border-bottom-color: rgb(225 29 72 / 0.25);
}

.hover\:border-b-rose-600\/30:hover {
  border-bottom-color: rgb(225 29 72 / 0.3);
}

.hover\:border-b-rose-600\/40:hover {
  border-bottom-color: rgb(225 29 72 / 0.4);
}

.hover\:border-b-rose-600\/5:hover {
  border-bottom-color: rgb(225 29 72 / 0.05);
}

.hover\:border-b-rose-600\/50:hover {
  border-bottom-color: rgb(225 29 72 / 0.5);
}

.hover\:border-b-rose-600\/60:hover {
  border-bottom-color: rgb(225 29 72 / 0.6);
}

.hover\:border-b-rose-600\/70:hover {
  border-bottom-color: rgb(225 29 72 / 0.7);
}

.hover\:border-b-rose-600\/75:hover {
  border-bottom-color: rgb(225 29 72 / 0.75);
}

.hover\:border-b-rose-600\/80:hover {
  border-bottom-color: rgb(225 29 72 / 0.8);
}

.hover\:border-b-rose-600\/90:hover {
  border-bottom-color: rgb(225 29 72 / 0.9);
}

.hover\:border-b-rose-600\/95:hover {
  border-bottom-color: rgb(225 29 72 / 0.95);
}

.hover\:border-b-rose-700:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(190 18 60 / var(--tw-border-opacity));
}

.hover\:border-b-rose-700\/0:hover {
  border-bottom-color: rgb(190 18 60 / 0);
}

.hover\:border-b-rose-700\/10:hover {
  border-bottom-color: rgb(190 18 60 / 0.1);
}

.hover\:border-b-rose-700\/100:hover {
  border-bottom-color: rgb(190 18 60 / 1);
}

.hover\:border-b-rose-700\/20:hover {
  border-bottom-color: rgb(190 18 60 / 0.2);
}

.hover\:border-b-rose-700\/25:hover {
  border-bottom-color: rgb(190 18 60 / 0.25);
}

.hover\:border-b-rose-700\/30:hover {
  border-bottom-color: rgb(190 18 60 / 0.3);
}

.hover\:border-b-rose-700\/40:hover {
  border-bottom-color: rgb(190 18 60 / 0.4);
}

.hover\:border-b-rose-700\/5:hover {
  border-bottom-color: rgb(190 18 60 / 0.05);
}

.hover\:border-b-rose-700\/50:hover {
  border-bottom-color: rgb(190 18 60 / 0.5);
}

.hover\:border-b-rose-700\/60:hover {
  border-bottom-color: rgb(190 18 60 / 0.6);
}

.hover\:border-b-rose-700\/70:hover {
  border-bottom-color: rgb(190 18 60 / 0.7);
}

.hover\:border-b-rose-700\/75:hover {
  border-bottom-color: rgb(190 18 60 / 0.75);
}

.hover\:border-b-rose-700\/80:hover {
  border-bottom-color: rgb(190 18 60 / 0.8);
}

.hover\:border-b-rose-700\/90:hover {
  border-bottom-color: rgb(190 18 60 / 0.9);
}

.hover\:border-b-rose-700\/95:hover {
  border-bottom-color: rgb(190 18 60 / 0.95);
}

.hover\:border-b-rose-800:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(159 18 57 / var(--tw-border-opacity));
}

.hover\:border-b-rose-800\/0:hover {
  border-bottom-color: rgb(159 18 57 / 0);
}

.hover\:border-b-rose-800\/10:hover {
  border-bottom-color: rgb(159 18 57 / 0.1);
}

.hover\:border-b-rose-800\/100:hover {
  border-bottom-color: rgb(159 18 57 / 1);
}

.hover\:border-b-rose-800\/20:hover {
  border-bottom-color: rgb(159 18 57 / 0.2);
}

.hover\:border-b-rose-800\/25:hover {
  border-bottom-color: rgb(159 18 57 / 0.25);
}

.hover\:border-b-rose-800\/30:hover {
  border-bottom-color: rgb(159 18 57 / 0.3);
}

.hover\:border-b-rose-800\/40:hover {
  border-bottom-color: rgb(159 18 57 / 0.4);
}

.hover\:border-b-rose-800\/5:hover {
  border-bottom-color: rgb(159 18 57 / 0.05);
}

.hover\:border-b-rose-800\/50:hover {
  border-bottom-color: rgb(159 18 57 / 0.5);
}

.hover\:border-b-rose-800\/60:hover {
  border-bottom-color: rgb(159 18 57 / 0.6);
}

.hover\:border-b-rose-800\/70:hover {
  border-bottom-color: rgb(159 18 57 / 0.7);
}

.hover\:border-b-rose-800\/75:hover {
  border-bottom-color: rgb(159 18 57 / 0.75);
}

.hover\:border-b-rose-800\/80:hover {
  border-bottom-color: rgb(159 18 57 / 0.8);
}

.hover\:border-b-rose-800\/90:hover {
  border-bottom-color: rgb(159 18 57 / 0.9);
}

.hover\:border-b-rose-800\/95:hover {
  border-bottom-color: rgb(159 18 57 / 0.95);
}

.hover\:border-b-rose-900:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(136 19 55 / var(--tw-border-opacity));
}

.hover\:border-b-rose-900\/0:hover {
  border-bottom-color: rgb(136 19 55 / 0);
}

.hover\:border-b-rose-900\/10:hover {
  border-bottom-color: rgb(136 19 55 / 0.1);
}

.hover\:border-b-rose-900\/100:hover {
  border-bottom-color: rgb(136 19 55 / 1);
}

.hover\:border-b-rose-900\/20:hover {
  border-bottom-color: rgb(136 19 55 / 0.2);
}

.hover\:border-b-rose-900\/25:hover {
  border-bottom-color: rgb(136 19 55 / 0.25);
}

.hover\:border-b-rose-900\/30:hover {
  border-bottom-color: rgb(136 19 55 / 0.3);
}

.hover\:border-b-rose-900\/40:hover {
  border-bottom-color: rgb(136 19 55 / 0.4);
}

.hover\:border-b-rose-900\/5:hover {
  border-bottom-color: rgb(136 19 55 / 0.05);
}

.hover\:border-b-rose-900\/50:hover {
  border-bottom-color: rgb(136 19 55 / 0.5);
}

.hover\:border-b-rose-900\/60:hover {
  border-bottom-color: rgb(136 19 55 / 0.6);
}

.hover\:border-b-rose-900\/70:hover {
  border-bottom-color: rgb(136 19 55 / 0.7);
}

.hover\:border-b-rose-900\/75:hover {
  border-bottom-color: rgb(136 19 55 / 0.75);
}

.hover\:border-b-rose-900\/80:hover {
  border-bottom-color: rgb(136 19 55 / 0.8);
}

.hover\:border-b-rose-900\/90:hover {
  border-bottom-color: rgb(136 19 55 / 0.9);
}

.hover\:border-b-rose-900\/95:hover {
  border-bottom-color: rgb(136 19 55 / 0.95);
}

.hover\:border-b-rose-950:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(76 5 25 / var(--tw-border-opacity));
}

.hover\:border-b-rose-950\/0:hover {
  border-bottom-color: rgb(76 5 25 / 0);
}

.hover\:border-b-rose-950\/10:hover {
  border-bottom-color: rgb(76 5 25 / 0.1);
}

.hover\:border-b-rose-950\/100:hover {
  border-bottom-color: rgb(76 5 25 / 1);
}

.hover\:border-b-rose-950\/20:hover {
  border-bottom-color: rgb(76 5 25 / 0.2);
}

.hover\:border-b-rose-950\/25:hover {
  border-bottom-color: rgb(76 5 25 / 0.25);
}

.hover\:border-b-rose-950\/30:hover {
  border-bottom-color: rgb(76 5 25 / 0.3);
}

.hover\:border-b-rose-950\/40:hover {
  border-bottom-color: rgb(76 5 25 / 0.4);
}

.hover\:border-b-rose-950\/5:hover {
  border-bottom-color: rgb(76 5 25 / 0.05);
}

.hover\:border-b-rose-950\/50:hover {
  border-bottom-color: rgb(76 5 25 / 0.5);
}

.hover\:border-b-rose-950\/60:hover {
  border-bottom-color: rgb(76 5 25 / 0.6);
}

.hover\:border-b-rose-950\/70:hover {
  border-bottom-color: rgb(76 5 25 / 0.7);
}

.hover\:border-b-rose-950\/75:hover {
  border-bottom-color: rgb(76 5 25 / 0.75);
}

.hover\:border-b-rose-950\/80:hover {
  border-bottom-color: rgb(76 5 25 / 0.8);
}

.hover\:border-b-rose-950\/90:hover {
  border-bottom-color: rgb(76 5 25 / 0.9);
}

.hover\:border-b-rose-950\/95:hover {
  border-bottom-color: rgb(76 5 25 / 0.95);
}

.hover\:border-b-sky-100:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(224 242 254 / var(--tw-border-opacity));
}

.hover\:border-b-sky-100\/0:hover {
  border-bottom-color: rgb(224 242 254 / 0);
}

.hover\:border-b-sky-100\/10:hover {
  border-bottom-color: rgb(224 242 254 / 0.1);
}

.hover\:border-b-sky-100\/100:hover {
  border-bottom-color: rgb(224 242 254 / 1);
}

.hover\:border-b-sky-100\/20:hover {
  border-bottom-color: rgb(224 242 254 / 0.2);
}

.hover\:border-b-sky-100\/25:hover {
  border-bottom-color: rgb(224 242 254 / 0.25);
}

.hover\:border-b-sky-100\/30:hover {
  border-bottom-color: rgb(224 242 254 / 0.3);
}

.hover\:border-b-sky-100\/40:hover {
  border-bottom-color: rgb(224 242 254 / 0.4);
}

.hover\:border-b-sky-100\/5:hover {
  border-bottom-color: rgb(224 242 254 / 0.05);
}

.hover\:border-b-sky-100\/50:hover {
  border-bottom-color: rgb(224 242 254 / 0.5);
}

.hover\:border-b-sky-100\/60:hover {
  border-bottom-color: rgb(224 242 254 / 0.6);
}

.hover\:border-b-sky-100\/70:hover {
  border-bottom-color: rgb(224 242 254 / 0.7);
}

.hover\:border-b-sky-100\/75:hover {
  border-bottom-color: rgb(224 242 254 / 0.75);
}

.hover\:border-b-sky-100\/80:hover {
  border-bottom-color: rgb(224 242 254 / 0.8);
}

.hover\:border-b-sky-100\/90:hover {
  border-bottom-color: rgb(224 242 254 / 0.9);
}

.hover\:border-b-sky-100\/95:hover {
  border-bottom-color: rgb(224 242 254 / 0.95);
}

.hover\:border-b-sky-200:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(186 230 253 / var(--tw-border-opacity));
}

.hover\:border-b-sky-200\/0:hover {
  border-bottom-color: rgb(186 230 253 / 0);
}

.hover\:border-b-sky-200\/10:hover {
  border-bottom-color: rgb(186 230 253 / 0.1);
}

.hover\:border-b-sky-200\/100:hover {
  border-bottom-color: rgb(186 230 253 / 1);
}

.hover\:border-b-sky-200\/20:hover {
  border-bottom-color: rgb(186 230 253 / 0.2);
}

.hover\:border-b-sky-200\/25:hover {
  border-bottom-color: rgb(186 230 253 / 0.25);
}

.hover\:border-b-sky-200\/30:hover {
  border-bottom-color: rgb(186 230 253 / 0.3);
}

.hover\:border-b-sky-200\/40:hover {
  border-bottom-color: rgb(186 230 253 / 0.4);
}

.hover\:border-b-sky-200\/5:hover {
  border-bottom-color: rgb(186 230 253 / 0.05);
}

.hover\:border-b-sky-200\/50:hover {
  border-bottom-color: rgb(186 230 253 / 0.5);
}

.hover\:border-b-sky-200\/60:hover {
  border-bottom-color: rgb(186 230 253 / 0.6);
}

.hover\:border-b-sky-200\/70:hover {
  border-bottom-color: rgb(186 230 253 / 0.7);
}

.hover\:border-b-sky-200\/75:hover {
  border-bottom-color: rgb(186 230 253 / 0.75);
}

.hover\:border-b-sky-200\/80:hover {
  border-bottom-color: rgb(186 230 253 / 0.8);
}

.hover\:border-b-sky-200\/90:hover {
  border-bottom-color: rgb(186 230 253 / 0.9);
}

.hover\:border-b-sky-200\/95:hover {
  border-bottom-color: rgb(186 230 253 / 0.95);
}

.hover\:border-b-sky-300:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(125 211 252 / var(--tw-border-opacity));
}

.hover\:border-b-sky-300\/0:hover {
  border-bottom-color: rgb(125 211 252 / 0);
}

.hover\:border-b-sky-300\/10:hover {
  border-bottom-color: rgb(125 211 252 / 0.1);
}

.hover\:border-b-sky-300\/100:hover {
  border-bottom-color: rgb(125 211 252 / 1);
}

.hover\:border-b-sky-300\/20:hover {
  border-bottom-color: rgb(125 211 252 / 0.2);
}

.hover\:border-b-sky-300\/25:hover {
  border-bottom-color: rgb(125 211 252 / 0.25);
}

.hover\:border-b-sky-300\/30:hover {
  border-bottom-color: rgb(125 211 252 / 0.3);
}

.hover\:border-b-sky-300\/40:hover {
  border-bottom-color: rgb(125 211 252 / 0.4);
}

.hover\:border-b-sky-300\/5:hover {
  border-bottom-color: rgb(125 211 252 / 0.05);
}

.hover\:border-b-sky-300\/50:hover {
  border-bottom-color: rgb(125 211 252 / 0.5);
}

.hover\:border-b-sky-300\/60:hover {
  border-bottom-color: rgb(125 211 252 / 0.6);
}

.hover\:border-b-sky-300\/70:hover {
  border-bottom-color: rgb(125 211 252 / 0.7);
}

.hover\:border-b-sky-300\/75:hover {
  border-bottom-color: rgb(125 211 252 / 0.75);
}

.hover\:border-b-sky-300\/80:hover {
  border-bottom-color: rgb(125 211 252 / 0.8);
}

.hover\:border-b-sky-300\/90:hover {
  border-bottom-color: rgb(125 211 252 / 0.9);
}

.hover\:border-b-sky-300\/95:hover {
  border-bottom-color: rgb(125 211 252 / 0.95);
}

.hover\:border-b-sky-400:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(56 189 248 / var(--tw-border-opacity));
}

.hover\:border-b-sky-400\/0:hover {
  border-bottom-color: rgb(56 189 248 / 0);
}

.hover\:border-b-sky-400\/10:hover {
  border-bottom-color: rgb(56 189 248 / 0.1);
}

.hover\:border-b-sky-400\/100:hover {
  border-bottom-color: rgb(56 189 248 / 1);
}

.hover\:border-b-sky-400\/20:hover {
  border-bottom-color: rgb(56 189 248 / 0.2);
}

.hover\:border-b-sky-400\/25:hover {
  border-bottom-color: rgb(56 189 248 / 0.25);
}

.hover\:border-b-sky-400\/30:hover {
  border-bottom-color: rgb(56 189 248 / 0.3);
}

.hover\:border-b-sky-400\/40:hover {
  border-bottom-color: rgb(56 189 248 / 0.4);
}

.hover\:border-b-sky-400\/5:hover {
  border-bottom-color: rgb(56 189 248 / 0.05);
}

.hover\:border-b-sky-400\/50:hover {
  border-bottom-color: rgb(56 189 248 / 0.5);
}

.hover\:border-b-sky-400\/60:hover {
  border-bottom-color: rgb(56 189 248 / 0.6);
}

.hover\:border-b-sky-400\/70:hover {
  border-bottom-color: rgb(56 189 248 / 0.7);
}

.hover\:border-b-sky-400\/75:hover {
  border-bottom-color: rgb(56 189 248 / 0.75);
}

.hover\:border-b-sky-400\/80:hover {
  border-bottom-color: rgb(56 189 248 / 0.8);
}

.hover\:border-b-sky-400\/90:hover {
  border-bottom-color: rgb(56 189 248 / 0.9);
}

.hover\:border-b-sky-400\/95:hover {
  border-bottom-color: rgb(56 189 248 / 0.95);
}

.hover\:border-b-sky-50:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.hover\:border-b-sky-50\/0:hover {
  border-bottom-color: rgb(240 249 255 / 0);
}

.hover\:border-b-sky-50\/10:hover {
  border-bottom-color: rgb(240 249 255 / 0.1);
}

.hover\:border-b-sky-50\/100:hover {
  border-bottom-color: rgb(240 249 255 / 1);
}

.hover\:border-b-sky-50\/20:hover {
  border-bottom-color: rgb(240 249 255 / 0.2);
}

.hover\:border-b-sky-50\/25:hover {
  border-bottom-color: rgb(240 249 255 / 0.25);
}

.hover\:border-b-sky-50\/30:hover {
  border-bottom-color: rgb(240 249 255 / 0.3);
}

.hover\:border-b-sky-50\/40:hover {
  border-bottom-color: rgb(240 249 255 / 0.4);
}

.hover\:border-b-sky-50\/5:hover {
  border-bottom-color: rgb(240 249 255 / 0.05);
}

.hover\:border-b-sky-50\/50:hover {
  border-bottom-color: rgb(240 249 255 / 0.5);
}

.hover\:border-b-sky-50\/60:hover {
  border-bottom-color: rgb(240 249 255 / 0.6);
}

.hover\:border-b-sky-50\/70:hover {
  border-bottom-color: rgb(240 249 255 / 0.7);
}

.hover\:border-b-sky-50\/75:hover {
  border-bottom-color: rgb(240 249 255 / 0.75);
}

.hover\:border-b-sky-50\/80:hover {
  border-bottom-color: rgb(240 249 255 / 0.8);
}

.hover\:border-b-sky-50\/90:hover {
  border-bottom-color: rgb(240 249 255 / 0.9);
}

.hover\:border-b-sky-50\/95:hover {
  border-bottom-color: rgb(240 249 255 / 0.95);
}

.hover\:border-b-sky-500:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.hover\:border-b-sky-500\/0:hover {
  border-bottom-color: rgb(14 165 233 / 0);
}

.hover\:border-b-sky-500\/10:hover {
  border-bottom-color: rgb(14 165 233 / 0.1);
}

.hover\:border-b-sky-500\/100:hover {
  border-bottom-color: rgb(14 165 233 / 1);
}

.hover\:border-b-sky-500\/20:hover {
  border-bottom-color: rgb(14 165 233 / 0.2);
}

.hover\:border-b-sky-500\/25:hover {
  border-bottom-color: rgb(14 165 233 / 0.25);
}

.hover\:border-b-sky-500\/30:hover {
  border-bottom-color: rgb(14 165 233 / 0.3);
}

.hover\:border-b-sky-500\/40:hover {
  border-bottom-color: rgb(14 165 233 / 0.4);
}

.hover\:border-b-sky-500\/5:hover {
  border-bottom-color: rgb(14 165 233 / 0.05);
}

.hover\:border-b-sky-500\/50:hover {
  border-bottom-color: rgb(14 165 233 / 0.5);
}

.hover\:border-b-sky-500\/60:hover {
  border-bottom-color: rgb(14 165 233 / 0.6);
}

.hover\:border-b-sky-500\/70:hover {
  border-bottom-color: rgb(14 165 233 / 0.7);
}

.hover\:border-b-sky-500\/75:hover {
  border-bottom-color: rgb(14 165 233 / 0.75);
}

.hover\:border-b-sky-500\/80:hover {
  border-bottom-color: rgb(14 165 233 / 0.8);
}

.hover\:border-b-sky-500\/90:hover {
  border-bottom-color: rgb(14 165 233 / 0.9);
}

.hover\:border-b-sky-500\/95:hover {
  border-bottom-color: rgb(14 165 233 / 0.95);
}

.hover\:border-b-sky-600:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(2 132 199 / var(--tw-border-opacity));
}

.hover\:border-b-sky-600\/0:hover {
  border-bottom-color: rgb(2 132 199 / 0);
}

.hover\:border-b-sky-600\/10:hover {
  border-bottom-color: rgb(2 132 199 / 0.1);
}

.hover\:border-b-sky-600\/100:hover {
  border-bottom-color: rgb(2 132 199 / 1);
}

.hover\:border-b-sky-600\/20:hover {
  border-bottom-color: rgb(2 132 199 / 0.2);
}

.hover\:border-b-sky-600\/25:hover {
  border-bottom-color: rgb(2 132 199 / 0.25);
}

.hover\:border-b-sky-600\/30:hover {
  border-bottom-color: rgb(2 132 199 / 0.3);
}

.hover\:border-b-sky-600\/40:hover {
  border-bottom-color: rgb(2 132 199 / 0.4);
}

.hover\:border-b-sky-600\/5:hover {
  border-bottom-color: rgb(2 132 199 / 0.05);
}

.hover\:border-b-sky-600\/50:hover {
  border-bottom-color: rgb(2 132 199 / 0.5);
}

.hover\:border-b-sky-600\/60:hover {
  border-bottom-color: rgb(2 132 199 / 0.6);
}

.hover\:border-b-sky-600\/70:hover {
  border-bottom-color: rgb(2 132 199 / 0.7);
}

.hover\:border-b-sky-600\/75:hover {
  border-bottom-color: rgb(2 132 199 / 0.75);
}

.hover\:border-b-sky-600\/80:hover {
  border-bottom-color: rgb(2 132 199 / 0.8);
}

.hover\:border-b-sky-600\/90:hover {
  border-bottom-color: rgb(2 132 199 / 0.9);
}

.hover\:border-b-sky-600\/95:hover {
  border-bottom-color: rgb(2 132 199 / 0.95);
}

.hover\:border-b-sky-700:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.hover\:border-b-sky-700\/0:hover {
  border-bottom-color: rgb(3 105 161 / 0);
}

.hover\:border-b-sky-700\/10:hover {
  border-bottom-color: rgb(3 105 161 / 0.1);
}

.hover\:border-b-sky-700\/100:hover {
  border-bottom-color: rgb(3 105 161 / 1);
}

.hover\:border-b-sky-700\/20:hover {
  border-bottom-color: rgb(3 105 161 / 0.2);
}

.hover\:border-b-sky-700\/25:hover {
  border-bottom-color: rgb(3 105 161 / 0.25);
}

.hover\:border-b-sky-700\/30:hover {
  border-bottom-color: rgb(3 105 161 / 0.3);
}

.hover\:border-b-sky-700\/40:hover {
  border-bottom-color: rgb(3 105 161 / 0.4);
}

.hover\:border-b-sky-700\/5:hover {
  border-bottom-color: rgb(3 105 161 / 0.05);
}

.hover\:border-b-sky-700\/50:hover {
  border-bottom-color: rgb(3 105 161 / 0.5);
}

.hover\:border-b-sky-700\/60:hover {
  border-bottom-color: rgb(3 105 161 / 0.6);
}

.hover\:border-b-sky-700\/70:hover {
  border-bottom-color: rgb(3 105 161 / 0.7);
}

.hover\:border-b-sky-700\/75:hover {
  border-bottom-color: rgb(3 105 161 / 0.75);
}

.hover\:border-b-sky-700\/80:hover {
  border-bottom-color: rgb(3 105 161 / 0.8);
}

.hover\:border-b-sky-700\/90:hover {
  border-bottom-color: rgb(3 105 161 / 0.9);
}

.hover\:border-b-sky-700\/95:hover {
  border-bottom-color: rgb(3 105 161 / 0.95);
}

.hover\:border-b-sky-800:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(7 89 133 / var(--tw-border-opacity));
}

.hover\:border-b-sky-800\/0:hover {
  border-bottom-color: rgb(7 89 133 / 0);
}

.hover\:border-b-sky-800\/10:hover {
  border-bottom-color: rgb(7 89 133 / 0.1);
}

.hover\:border-b-sky-800\/100:hover {
  border-bottom-color: rgb(7 89 133 / 1);
}

.hover\:border-b-sky-800\/20:hover {
  border-bottom-color: rgb(7 89 133 / 0.2);
}

.hover\:border-b-sky-800\/25:hover {
  border-bottom-color: rgb(7 89 133 / 0.25);
}

.hover\:border-b-sky-800\/30:hover {
  border-bottom-color: rgb(7 89 133 / 0.3);
}

.hover\:border-b-sky-800\/40:hover {
  border-bottom-color: rgb(7 89 133 / 0.4);
}

.hover\:border-b-sky-800\/5:hover {
  border-bottom-color: rgb(7 89 133 / 0.05);
}

.hover\:border-b-sky-800\/50:hover {
  border-bottom-color: rgb(7 89 133 / 0.5);
}

.hover\:border-b-sky-800\/60:hover {
  border-bottom-color: rgb(7 89 133 / 0.6);
}

.hover\:border-b-sky-800\/70:hover {
  border-bottom-color: rgb(7 89 133 / 0.7);
}

.hover\:border-b-sky-800\/75:hover {
  border-bottom-color: rgb(7 89 133 / 0.75);
}

.hover\:border-b-sky-800\/80:hover {
  border-bottom-color: rgb(7 89 133 / 0.8);
}

.hover\:border-b-sky-800\/90:hover {
  border-bottom-color: rgb(7 89 133 / 0.9);
}

.hover\:border-b-sky-800\/95:hover {
  border-bottom-color: rgb(7 89 133 / 0.95);
}

.hover\:border-b-sky-900:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(12 74 110 / var(--tw-border-opacity));
}

.hover\:border-b-sky-900\/0:hover {
  border-bottom-color: rgb(12 74 110 / 0);
}

.hover\:border-b-sky-900\/10:hover {
  border-bottom-color: rgb(12 74 110 / 0.1);
}

.hover\:border-b-sky-900\/100:hover {
  border-bottom-color: rgb(12 74 110 / 1);
}

.hover\:border-b-sky-900\/20:hover {
  border-bottom-color: rgb(12 74 110 / 0.2);
}

.hover\:border-b-sky-900\/25:hover {
  border-bottom-color: rgb(12 74 110 / 0.25);
}

.hover\:border-b-sky-900\/30:hover {
  border-bottom-color: rgb(12 74 110 / 0.3);
}

.hover\:border-b-sky-900\/40:hover {
  border-bottom-color: rgb(12 74 110 / 0.4);
}

.hover\:border-b-sky-900\/5:hover {
  border-bottom-color: rgb(12 74 110 / 0.05);
}

.hover\:border-b-sky-900\/50:hover {
  border-bottom-color: rgb(12 74 110 / 0.5);
}

.hover\:border-b-sky-900\/60:hover {
  border-bottom-color: rgb(12 74 110 / 0.6);
}

.hover\:border-b-sky-900\/70:hover {
  border-bottom-color: rgb(12 74 110 / 0.7);
}

.hover\:border-b-sky-900\/75:hover {
  border-bottom-color: rgb(12 74 110 / 0.75);
}

.hover\:border-b-sky-900\/80:hover {
  border-bottom-color: rgb(12 74 110 / 0.8);
}

.hover\:border-b-sky-900\/90:hover {
  border-bottom-color: rgb(12 74 110 / 0.9);
}

.hover\:border-b-sky-900\/95:hover {
  border-bottom-color: rgb(12 74 110 / 0.95);
}

.hover\:border-b-sky-950:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(8 47 73 / var(--tw-border-opacity));
}

.hover\:border-b-sky-950\/0:hover {
  border-bottom-color: rgb(8 47 73 / 0);
}

.hover\:border-b-sky-950\/10:hover {
  border-bottom-color: rgb(8 47 73 / 0.1);
}

.hover\:border-b-sky-950\/100:hover {
  border-bottom-color: rgb(8 47 73 / 1);
}

.hover\:border-b-sky-950\/20:hover {
  border-bottom-color: rgb(8 47 73 / 0.2);
}

.hover\:border-b-sky-950\/25:hover {
  border-bottom-color: rgb(8 47 73 / 0.25);
}

.hover\:border-b-sky-950\/30:hover {
  border-bottom-color: rgb(8 47 73 / 0.3);
}

.hover\:border-b-sky-950\/40:hover {
  border-bottom-color: rgb(8 47 73 / 0.4);
}

.hover\:border-b-sky-950\/5:hover {
  border-bottom-color: rgb(8 47 73 / 0.05);
}

.hover\:border-b-sky-950\/50:hover {
  border-bottom-color: rgb(8 47 73 / 0.5);
}

.hover\:border-b-sky-950\/60:hover {
  border-bottom-color: rgb(8 47 73 / 0.6);
}

.hover\:border-b-sky-950\/70:hover {
  border-bottom-color: rgb(8 47 73 / 0.7);
}

.hover\:border-b-sky-950\/75:hover {
  border-bottom-color: rgb(8 47 73 / 0.75);
}

.hover\:border-b-sky-950\/80:hover {
  border-bottom-color: rgb(8 47 73 / 0.8);
}

.hover\:border-b-sky-950\/90:hover {
  border-bottom-color: rgb(8 47 73 / 0.9);
}

.hover\:border-b-sky-950\/95:hover {
  border-bottom-color: rgb(8 47 73 / 0.95);
}

.hover\:border-b-slate-100:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.hover\:border-b-slate-100\/0:hover {
  border-bottom-color: rgb(241 245 249 / 0);
}

.hover\:border-b-slate-100\/10:hover {
  border-bottom-color: rgb(241 245 249 / 0.1);
}

.hover\:border-b-slate-100\/100:hover {
  border-bottom-color: rgb(241 245 249 / 1);
}

.hover\:border-b-slate-100\/20:hover {
  border-bottom-color: rgb(241 245 249 / 0.2);
}

.hover\:border-b-slate-100\/25:hover {
  border-bottom-color: rgb(241 245 249 / 0.25);
}

.hover\:border-b-slate-100\/30:hover {
  border-bottom-color: rgb(241 245 249 / 0.3);
}

.hover\:border-b-slate-100\/40:hover {
  border-bottom-color: rgb(241 245 249 / 0.4);
}

.hover\:border-b-slate-100\/5:hover {
  border-bottom-color: rgb(241 245 249 / 0.05);
}

.hover\:border-b-slate-100\/50:hover {
  border-bottom-color: rgb(241 245 249 / 0.5);
}

.hover\:border-b-slate-100\/60:hover {
  border-bottom-color: rgb(241 245 249 / 0.6);
}

.hover\:border-b-slate-100\/70:hover {
  border-bottom-color: rgb(241 245 249 / 0.7);
}

.hover\:border-b-slate-100\/75:hover {
  border-bottom-color: rgb(241 245 249 / 0.75);
}

.hover\:border-b-slate-100\/80:hover {
  border-bottom-color: rgb(241 245 249 / 0.8);
}

.hover\:border-b-slate-100\/90:hover {
  border-bottom-color: rgb(241 245 249 / 0.9);
}

.hover\:border-b-slate-100\/95:hover {
  border-bottom-color: rgb(241 245 249 / 0.95);
}

.hover\:border-b-slate-200:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.hover\:border-b-slate-200\/0:hover {
  border-bottom-color: rgb(226 232 240 / 0);
}

.hover\:border-b-slate-200\/10:hover {
  border-bottom-color: rgb(226 232 240 / 0.1);
}

.hover\:border-b-slate-200\/100:hover {
  border-bottom-color: rgb(226 232 240 / 1);
}

.hover\:border-b-slate-200\/20:hover {
  border-bottom-color: rgb(226 232 240 / 0.2);
}

.hover\:border-b-slate-200\/25:hover {
  border-bottom-color: rgb(226 232 240 / 0.25);
}

.hover\:border-b-slate-200\/30:hover {
  border-bottom-color: rgb(226 232 240 / 0.3);
}

.hover\:border-b-slate-200\/40:hover {
  border-bottom-color: rgb(226 232 240 / 0.4);
}

.hover\:border-b-slate-200\/5:hover {
  border-bottom-color: rgb(226 232 240 / 0.05);
}

.hover\:border-b-slate-200\/50:hover {
  border-bottom-color: rgb(226 232 240 / 0.5);
}

.hover\:border-b-slate-200\/60:hover {
  border-bottom-color: rgb(226 232 240 / 0.6);
}

.hover\:border-b-slate-200\/70:hover {
  border-bottom-color: rgb(226 232 240 / 0.7);
}

.hover\:border-b-slate-200\/75:hover {
  border-bottom-color: rgb(226 232 240 / 0.75);
}

.hover\:border-b-slate-200\/80:hover {
  border-bottom-color: rgb(226 232 240 / 0.8);
}

.hover\:border-b-slate-200\/90:hover {
  border-bottom-color: rgb(226 232 240 / 0.9);
}

.hover\:border-b-slate-200\/95:hover {
  border-bottom-color: rgb(226 232 240 / 0.95);
}

.hover\:border-b-slate-300:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.hover\:border-b-slate-300\/0:hover {
  border-bottom-color: rgb(203 213 225 / 0);
}

.hover\:border-b-slate-300\/10:hover {
  border-bottom-color: rgb(203 213 225 / 0.1);
}

.hover\:border-b-slate-300\/100:hover {
  border-bottom-color: rgb(203 213 225 / 1);
}

.hover\:border-b-slate-300\/20:hover {
  border-bottom-color: rgb(203 213 225 / 0.2);
}

.hover\:border-b-slate-300\/25:hover {
  border-bottom-color: rgb(203 213 225 / 0.25);
}

.hover\:border-b-slate-300\/30:hover {
  border-bottom-color: rgb(203 213 225 / 0.3);
}

.hover\:border-b-slate-300\/40:hover {
  border-bottom-color: rgb(203 213 225 / 0.4);
}

.hover\:border-b-slate-300\/5:hover {
  border-bottom-color: rgb(203 213 225 / 0.05);
}

.hover\:border-b-slate-300\/50:hover {
  border-bottom-color: rgb(203 213 225 / 0.5);
}

.hover\:border-b-slate-300\/60:hover {
  border-bottom-color: rgb(203 213 225 / 0.6);
}

.hover\:border-b-slate-300\/70:hover {
  border-bottom-color: rgb(203 213 225 / 0.7);
}

.hover\:border-b-slate-300\/75:hover {
  border-bottom-color: rgb(203 213 225 / 0.75);
}

.hover\:border-b-slate-300\/80:hover {
  border-bottom-color: rgb(203 213 225 / 0.8);
}

.hover\:border-b-slate-300\/90:hover {
  border-bottom-color: rgb(203 213 225 / 0.9);
}

.hover\:border-b-slate-300\/95:hover {
  border-bottom-color: rgb(203 213 225 / 0.95);
}

.hover\:border-b-slate-400:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.hover\:border-b-slate-400\/0:hover {
  border-bottom-color: rgb(148 163 184 / 0);
}

.hover\:border-b-slate-400\/10:hover {
  border-bottom-color: rgb(148 163 184 / 0.1);
}

.hover\:border-b-slate-400\/100:hover {
  border-bottom-color: rgb(148 163 184 / 1);
}

.hover\:border-b-slate-400\/20:hover {
  border-bottom-color: rgb(148 163 184 / 0.2);
}

.hover\:border-b-slate-400\/25:hover {
  border-bottom-color: rgb(148 163 184 / 0.25);
}

.hover\:border-b-slate-400\/30:hover {
  border-bottom-color: rgb(148 163 184 / 0.3);
}

.hover\:border-b-slate-400\/40:hover {
  border-bottom-color: rgb(148 163 184 / 0.4);
}

.hover\:border-b-slate-400\/5:hover {
  border-bottom-color: rgb(148 163 184 / 0.05);
}

.hover\:border-b-slate-400\/50:hover {
  border-bottom-color: rgb(148 163 184 / 0.5);
}

.hover\:border-b-slate-400\/60:hover {
  border-bottom-color: rgb(148 163 184 / 0.6);
}

.hover\:border-b-slate-400\/70:hover {
  border-bottom-color: rgb(148 163 184 / 0.7);
}

.hover\:border-b-slate-400\/75:hover {
  border-bottom-color: rgb(148 163 184 / 0.75);
}

.hover\:border-b-slate-400\/80:hover {
  border-bottom-color: rgb(148 163 184 / 0.8);
}

.hover\:border-b-slate-400\/90:hover {
  border-bottom-color: rgb(148 163 184 / 0.9);
}

.hover\:border-b-slate-400\/95:hover {
  border-bottom-color: rgb(148 163 184 / 0.95);
}

.hover\:border-b-slate-50:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(248 250 252 / var(--tw-border-opacity));
}

.hover\:border-b-slate-50\/0:hover {
  border-bottom-color: rgb(248 250 252 / 0);
}

.hover\:border-b-slate-50\/10:hover {
  border-bottom-color: rgb(248 250 252 / 0.1);
}

.hover\:border-b-slate-50\/100:hover {
  border-bottom-color: rgb(248 250 252 / 1);
}

.hover\:border-b-slate-50\/20:hover {
  border-bottom-color: rgb(248 250 252 / 0.2);
}

.hover\:border-b-slate-50\/25:hover {
  border-bottom-color: rgb(248 250 252 / 0.25);
}

.hover\:border-b-slate-50\/30:hover {
  border-bottom-color: rgb(248 250 252 / 0.3);
}

.hover\:border-b-slate-50\/40:hover {
  border-bottom-color: rgb(248 250 252 / 0.4);
}

.hover\:border-b-slate-50\/5:hover {
  border-bottom-color: rgb(248 250 252 / 0.05);
}

.hover\:border-b-slate-50\/50:hover {
  border-bottom-color: rgb(248 250 252 / 0.5);
}

.hover\:border-b-slate-50\/60:hover {
  border-bottom-color: rgb(248 250 252 / 0.6);
}

.hover\:border-b-slate-50\/70:hover {
  border-bottom-color: rgb(248 250 252 / 0.7);
}

.hover\:border-b-slate-50\/75:hover {
  border-bottom-color: rgb(248 250 252 / 0.75);
}

.hover\:border-b-slate-50\/80:hover {
  border-bottom-color: rgb(248 250 252 / 0.8);
}

.hover\:border-b-slate-50\/90:hover {
  border-bottom-color: rgb(248 250 252 / 0.9);
}

.hover\:border-b-slate-50\/95:hover {
  border-bottom-color: rgb(248 250 252 / 0.95);
}

.hover\:border-b-slate-500:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.hover\:border-b-slate-500\/0:hover {
  border-bottom-color: rgb(100 116 139 / 0);
}

.hover\:border-b-slate-500\/10:hover {
  border-bottom-color: rgb(100 116 139 / 0.1);
}

.hover\:border-b-slate-500\/100:hover {
  border-bottom-color: rgb(100 116 139 / 1);
}

.hover\:border-b-slate-500\/20:hover {
  border-bottom-color: rgb(100 116 139 / 0.2);
}

.hover\:border-b-slate-500\/25:hover {
  border-bottom-color: rgb(100 116 139 / 0.25);
}

.hover\:border-b-slate-500\/30:hover {
  border-bottom-color: rgb(100 116 139 / 0.3);
}

.hover\:border-b-slate-500\/40:hover {
  border-bottom-color: rgb(100 116 139 / 0.4);
}

.hover\:border-b-slate-500\/5:hover {
  border-bottom-color: rgb(100 116 139 / 0.05);
}

.hover\:border-b-slate-500\/50:hover {
  border-bottom-color: rgb(100 116 139 / 0.5);
}

.hover\:border-b-slate-500\/60:hover {
  border-bottom-color: rgb(100 116 139 / 0.6);
}

.hover\:border-b-slate-500\/70:hover {
  border-bottom-color: rgb(100 116 139 / 0.7);
}

.hover\:border-b-slate-500\/75:hover {
  border-bottom-color: rgb(100 116 139 / 0.75);
}

.hover\:border-b-slate-500\/80:hover {
  border-bottom-color: rgb(100 116 139 / 0.8);
}

.hover\:border-b-slate-500\/90:hover {
  border-bottom-color: rgb(100 116 139 / 0.9);
}

.hover\:border-b-slate-500\/95:hover {
  border-bottom-color: rgb(100 116 139 / 0.95);
}

.hover\:border-b-slate-600:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(71 85 105 / var(--tw-border-opacity));
}

.hover\:border-b-slate-600\/0:hover {
  border-bottom-color: rgb(71 85 105 / 0);
}

.hover\:border-b-slate-600\/10:hover {
  border-bottom-color: rgb(71 85 105 / 0.1);
}

.hover\:border-b-slate-600\/100:hover {
  border-bottom-color: rgb(71 85 105 / 1);
}

.hover\:border-b-slate-600\/20:hover {
  border-bottom-color: rgb(71 85 105 / 0.2);
}

.hover\:border-b-slate-600\/25:hover {
  border-bottom-color: rgb(71 85 105 / 0.25);
}

.hover\:border-b-slate-600\/30:hover {
  border-bottom-color: rgb(71 85 105 / 0.3);
}

.hover\:border-b-slate-600\/40:hover {
  border-bottom-color: rgb(71 85 105 / 0.4);
}

.hover\:border-b-slate-600\/5:hover {
  border-bottom-color: rgb(71 85 105 / 0.05);
}

.hover\:border-b-slate-600\/50:hover {
  border-bottom-color: rgb(71 85 105 / 0.5);
}

.hover\:border-b-slate-600\/60:hover {
  border-bottom-color: rgb(71 85 105 / 0.6);
}

.hover\:border-b-slate-600\/70:hover {
  border-bottom-color: rgb(71 85 105 / 0.7);
}

.hover\:border-b-slate-600\/75:hover {
  border-bottom-color: rgb(71 85 105 / 0.75);
}

.hover\:border-b-slate-600\/80:hover {
  border-bottom-color: rgb(71 85 105 / 0.8);
}

.hover\:border-b-slate-600\/90:hover {
  border-bottom-color: rgb(71 85 105 / 0.9);
}

.hover\:border-b-slate-600\/95:hover {
  border-bottom-color: rgb(71 85 105 / 0.95);
}

.hover\:border-b-slate-700:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.hover\:border-b-slate-700\/0:hover {
  border-bottom-color: rgb(51 65 85 / 0);
}

.hover\:border-b-slate-700\/10:hover {
  border-bottom-color: rgb(51 65 85 / 0.1);
}

.hover\:border-b-slate-700\/100:hover {
  border-bottom-color: rgb(51 65 85 / 1);
}

.hover\:border-b-slate-700\/20:hover {
  border-bottom-color: rgb(51 65 85 / 0.2);
}

.hover\:border-b-slate-700\/25:hover {
  border-bottom-color: rgb(51 65 85 / 0.25);
}

.hover\:border-b-slate-700\/30:hover {
  border-bottom-color: rgb(51 65 85 / 0.3);
}

.hover\:border-b-slate-700\/40:hover {
  border-bottom-color: rgb(51 65 85 / 0.4);
}

.hover\:border-b-slate-700\/5:hover {
  border-bottom-color: rgb(51 65 85 / 0.05);
}

.hover\:border-b-slate-700\/50:hover {
  border-bottom-color: rgb(51 65 85 / 0.5);
}

.hover\:border-b-slate-700\/60:hover {
  border-bottom-color: rgb(51 65 85 / 0.6);
}

.hover\:border-b-slate-700\/70:hover {
  border-bottom-color: rgb(51 65 85 / 0.7);
}

.hover\:border-b-slate-700\/75:hover {
  border-bottom-color: rgb(51 65 85 / 0.75);
}

.hover\:border-b-slate-700\/80:hover {
  border-bottom-color: rgb(51 65 85 / 0.8);
}

.hover\:border-b-slate-700\/90:hover {
  border-bottom-color: rgb(51 65 85 / 0.9);
}

.hover\:border-b-slate-700\/95:hover {
  border-bottom-color: rgb(51 65 85 / 0.95);
}

.hover\:border-b-slate-800:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.hover\:border-b-slate-800\/0:hover {
  border-bottom-color: rgb(30 41 59 / 0);
}

.hover\:border-b-slate-800\/10:hover {
  border-bottom-color: rgb(30 41 59 / 0.1);
}

.hover\:border-b-slate-800\/100:hover {
  border-bottom-color: rgb(30 41 59 / 1);
}

.hover\:border-b-slate-800\/20:hover {
  border-bottom-color: rgb(30 41 59 / 0.2);
}

.hover\:border-b-slate-800\/25:hover {
  border-bottom-color: rgb(30 41 59 / 0.25);
}

.hover\:border-b-slate-800\/30:hover {
  border-bottom-color: rgb(30 41 59 / 0.3);
}

.hover\:border-b-slate-800\/40:hover {
  border-bottom-color: rgb(30 41 59 / 0.4);
}

.hover\:border-b-slate-800\/5:hover {
  border-bottom-color: rgb(30 41 59 / 0.05);
}

.hover\:border-b-slate-800\/50:hover {
  border-bottom-color: rgb(30 41 59 / 0.5);
}

.hover\:border-b-slate-800\/60:hover {
  border-bottom-color: rgb(30 41 59 / 0.6);
}

.hover\:border-b-slate-800\/70:hover {
  border-bottom-color: rgb(30 41 59 / 0.7);
}

.hover\:border-b-slate-800\/75:hover {
  border-bottom-color: rgb(30 41 59 / 0.75);
}

.hover\:border-b-slate-800\/80:hover {
  border-bottom-color: rgb(30 41 59 / 0.8);
}

.hover\:border-b-slate-800\/90:hover {
  border-bottom-color: rgb(30 41 59 / 0.9);
}

.hover\:border-b-slate-800\/95:hover {
  border-bottom-color: rgb(30 41 59 / 0.95);
}

.hover\:border-b-slate-900:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(15 23 42 / var(--tw-border-opacity));
}

.hover\:border-b-slate-900\/0:hover {
  border-bottom-color: rgb(15 23 42 / 0);
}

.hover\:border-b-slate-900\/10:hover {
  border-bottom-color: rgb(15 23 42 / 0.1);
}

.hover\:border-b-slate-900\/100:hover {
  border-bottom-color: rgb(15 23 42 / 1);
}

.hover\:border-b-slate-900\/20:hover {
  border-bottom-color: rgb(15 23 42 / 0.2);
}

.hover\:border-b-slate-900\/25:hover {
  border-bottom-color: rgb(15 23 42 / 0.25);
}

.hover\:border-b-slate-900\/30:hover {
  border-bottom-color: rgb(15 23 42 / 0.3);
}

.hover\:border-b-slate-900\/40:hover {
  border-bottom-color: rgb(15 23 42 / 0.4);
}

.hover\:border-b-slate-900\/5:hover {
  border-bottom-color: rgb(15 23 42 / 0.05);
}

.hover\:border-b-slate-900\/50:hover {
  border-bottom-color: rgb(15 23 42 / 0.5);
}

.hover\:border-b-slate-900\/60:hover {
  border-bottom-color: rgb(15 23 42 / 0.6);
}

.hover\:border-b-slate-900\/70:hover {
  border-bottom-color: rgb(15 23 42 / 0.7);
}

.hover\:border-b-slate-900\/75:hover {
  border-bottom-color: rgb(15 23 42 / 0.75);
}

.hover\:border-b-slate-900\/80:hover {
  border-bottom-color: rgb(15 23 42 / 0.8);
}

.hover\:border-b-slate-900\/90:hover {
  border-bottom-color: rgb(15 23 42 / 0.9);
}

.hover\:border-b-slate-900\/95:hover {
  border-bottom-color: rgb(15 23 42 / 0.95);
}

.hover\:border-b-slate-950:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(2 6 23 / var(--tw-border-opacity));
}

.hover\:border-b-slate-950\/0:hover {
  border-bottom-color: rgb(2 6 23 / 0);
}

.hover\:border-b-slate-950\/10:hover {
  border-bottom-color: rgb(2 6 23 / 0.1);
}

.hover\:border-b-slate-950\/100:hover {
  border-bottom-color: rgb(2 6 23 / 1);
}

.hover\:border-b-slate-950\/20:hover {
  border-bottom-color: rgb(2 6 23 / 0.2);
}

.hover\:border-b-slate-950\/25:hover {
  border-bottom-color: rgb(2 6 23 / 0.25);
}

.hover\:border-b-slate-950\/30:hover {
  border-bottom-color: rgb(2 6 23 / 0.3);
}

.hover\:border-b-slate-950\/40:hover {
  border-bottom-color: rgb(2 6 23 / 0.4);
}

.hover\:border-b-slate-950\/5:hover {
  border-bottom-color: rgb(2 6 23 / 0.05);
}

.hover\:border-b-slate-950\/50:hover {
  border-bottom-color: rgb(2 6 23 / 0.5);
}

.hover\:border-b-slate-950\/60:hover {
  border-bottom-color: rgb(2 6 23 / 0.6);
}

.hover\:border-b-slate-950\/70:hover {
  border-bottom-color: rgb(2 6 23 / 0.7);
}

.hover\:border-b-slate-950\/75:hover {
  border-bottom-color: rgb(2 6 23 / 0.75);
}

.hover\:border-b-slate-950\/80:hover {
  border-bottom-color: rgb(2 6 23 / 0.8);
}

.hover\:border-b-slate-950\/90:hover {
  border-bottom-color: rgb(2 6 23 / 0.9);
}

.hover\:border-b-slate-950\/95:hover {
  border-bottom-color: rgb(2 6 23 / 0.95);
}

.hover\:border-b-stone-100:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 245 244 / var(--tw-border-opacity));
}

.hover\:border-b-stone-100\/0:hover {
  border-bottom-color: rgb(245 245 244 / 0);
}

.hover\:border-b-stone-100\/10:hover {
  border-bottom-color: rgb(245 245 244 / 0.1);
}

.hover\:border-b-stone-100\/100:hover {
  border-bottom-color: rgb(245 245 244 / 1);
}

.hover\:border-b-stone-100\/20:hover {
  border-bottom-color: rgb(245 245 244 / 0.2);
}

.hover\:border-b-stone-100\/25:hover {
  border-bottom-color: rgb(245 245 244 / 0.25);
}

.hover\:border-b-stone-100\/30:hover {
  border-bottom-color: rgb(245 245 244 / 0.3);
}

.hover\:border-b-stone-100\/40:hover {
  border-bottom-color: rgb(245 245 244 / 0.4);
}

.hover\:border-b-stone-100\/5:hover {
  border-bottom-color: rgb(245 245 244 / 0.05);
}

.hover\:border-b-stone-100\/50:hover {
  border-bottom-color: rgb(245 245 244 / 0.5);
}

.hover\:border-b-stone-100\/60:hover {
  border-bottom-color: rgb(245 245 244 / 0.6);
}

.hover\:border-b-stone-100\/70:hover {
  border-bottom-color: rgb(245 245 244 / 0.7);
}

.hover\:border-b-stone-100\/75:hover {
  border-bottom-color: rgb(245 245 244 / 0.75);
}

.hover\:border-b-stone-100\/80:hover {
  border-bottom-color: rgb(245 245 244 / 0.8);
}

.hover\:border-b-stone-100\/90:hover {
  border-bottom-color: rgb(245 245 244 / 0.9);
}

.hover\:border-b-stone-100\/95:hover {
  border-bottom-color: rgb(245 245 244 / 0.95);
}

.hover\:border-b-stone-200:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(231 229 228 / var(--tw-border-opacity));
}

.hover\:border-b-stone-200\/0:hover {
  border-bottom-color: rgb(231 229 228 / 0);
}

.hover\:border-b-stone-200\/10:hover {
  border-bottom-color: rgb(231 229 228 / 0.1);
}

.hover\:border-b-stone-200\/100:hover {
  border-bottom-color: rgb(231 229 228 / 1);
}

.hover\:border-b-stone-200\/20:hover {
  border-bottom-color: rgb(231 229 228 / 0.2);
}

.hover\:border-b-stone-200\/25:hover {
  border-bottom-color: rgb(231 229 228 / 0.25);
}

.hover\:border-b-stone-200\/30:hover {
  border-bottom-color: rgb(231 229 228 / 0.3);
}

.hover\:border-b-stone-200\/40:hover {
  border-bottom-color: rgb(231 229 228 / 0.4);
}

.hover\:border-b-stone-200\/5:hover {
  border-bottom-color: rgb(231 229 228 / 0.05);
}

.hover\:border-b-stone-200\/50:hover {
  border-bottom-color: rgb(231 229 228 / 0.5);
}

.hover\:border-b-stone-200\/60:hover {
  border-bottom-color: rgb(231 229 228 / 0.6);
}

.hover\:border-b-stone-200\/70:hover {
  border-bottom-color: rgb(231 229 228 / 0.7);
}

.hover\:border-b-stone-200\/75:hover {
  border-bottom-color: rgb(231 229 228 / 0.75);
}

.hover\:border-b-stone-200\/80:hover {
  border-bottom-color: rgb(231 229 228 / 0.8);
}

.hover\:border-b-stone-200\/90:hover {
  border-bottom-color: rgb(231 229 228 / 0.9);
}

.hover\:border-b-stone-200\/95:hover {
  border-bottom-color: rgb(231 229 228 / 0.95);
}

.hover\:border-b-stone-300:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.hover\:border-b-stone-300\/0:hover {
  border-bottom-color: rgb(214 211 209 / 0);
}

.hover\:border-b-stone-300\/10:hover {
  border-bottom-color: rgb(214 211 209 / 0.1);
}

.hover\:border-b-stone-300\/100:hover {
  border-bottom-color: rgb(214 211 209 / 1);
}

.hover\:border-b-stone-300\/20:hover {
  border-bottom-color: rgb(214 211 209 / 0.2);
}

.hover\:border-b-stone-300\/25:hover {
  border-bottom-color: rgb(214 211 209 / 0.25);
}

.hover\:border-b-stone-300\/30:hover {
  border-bottom-color: rgb(214 211 209 / 0.3);
}

.hover\:border-b-stone-300\/40:hover {
  border-bottom-color: rgb(214 211 209 / 0.4);
}

.hover\:border-b-stone-300\/5:hover {
  border-bottom-color: rgb(214 211 209 / 0.05);
}

.hover\:border-b-stone-300\/50:hover {
  border-bottom-color: rgb(214 211 209 / 0.5);
}

.hover\:border-b-stone-300\/60:hover {
  border-bottom-color: rgb(214 211 209 / 0.6);
}

.hover\:border-b-stone-300\/70:hover {
  border-bottom-color: rgb(214 211 209 / 0.7);
}

.hover\:border-b-stone-300\/75:hover {
  border-bottom-color: rgb(214 211 209 / 0.75);
}

.hover\:border-b-stone-300\/80:hover {
  border-bottom-color: rgb(214 211 209 / 0.8);
}

.hover\:border-b-stone-300\/90:hover {
  border-bottom-color: rgb(214 211 209 / 0.9);
}

.hover\:border-b-stone-300\/95:hover {
  border-bottom-color: rgb(214 211 209 / 0.95);
}

.hover\:border-b-stone-400:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(168 162 158 / var(--tw-border-opacity));
}

.hover\:border-b-stone-400\/0:hover {
  border-bottom-color: rgb(168 162 158 / 0);
}

.hover\:border-b-stone-400\/10:hover {
  border-bottom-color: rgb(168 162 158 / 0.1);
}

.hover\:border-b-stone-400\/100:hover {
  border-bottom-color: rgb(168 162 158 / 1);
}

.hover\:border-b-stone-400\/20:hover {
  border-bottom-color: rgb(168 162 158 / 0.2);
}

.hover\:border-b-stone-400\/25:hover {
  border-bottom-color: rgb(168 162 158 / 0.25);
}

.hover\:border-b-stone-400\/30:hover {
  border-bottom-color: rgb(168 162 158 / 0.3);
}

.hover\:border-b-stone-400\/40:hover {
  border-bottom-color: rgb(168 162 158 / 0.4);
}

.hover\:border-b-stone-400\/5:hover {
  border-bottom-color: rgb(168 162 158 / 0.05);
}

.hover\:border-b-stone-400\/50:hover {
  border-bottom-color: rgb(168 162 158 / 0.5);
}

.hover\:border-b-stone-400\/60:hover {
  border-bottom-color: rgb(168 162 158 / 0.6);
}

.hover\:border-b-stone-400\/70:hover {
  border-bottom-color: rgb(168 162 158 / 0.7);
}

.hover\:border-b-stone-400\/75:hover {
  border-bottom-color: rgb(168 162 158 / 0.75);
}

.hover\:border-b-stone-400\/80:hover {
  border-bottom-color: rgb(168 162 158 / 0.8);
}

.hover\:border-b-stone-400\/90:hover {
  border-bottom-color: rgb(168 162 158 / 0.9);
}

.hover\:border-b-stone-400\/95:hover {
  border-bottom-color: rgb(168 162 158 / 0.95);
}

.hover\:border-b-stone-50:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 250 249 / var(--tw-border-opacity));
}

.hover\:border-b-stone-50\/0:hover {
  border-bottom-color: rgb(250 250 249 / 0);
}

.hover\:border-b-stone-50\/10:hover {
  border-bottom-color: rgb(250 250 249 / 0.1);
}

.hover\:border-b-stone-50\/100:hover {
  border-bottom-color: rgb(250 250 249 / 1);
}

.hover\:border-b-stone-50\/20:hover {
  border-bottom-color: rgb(250 250 249 / 0.2);
}

.hover\:border-b-stone-50\/25:hover {
  border-bottom-color: rgb(250 250 249 / 0.25);
}

.hover\:border-b-stone-50\/30:hover {
  border-bottom-color: rgb(250 250 249 / 0.3);
}

.hover\:border-b-stone-50\/40:hover {
  border-bottom-color: rgb(250 250 249 / 0.4);
}

.hover\:border-b-stone-50\/5:hover {
  border-bottom-color: rgb(250 250 249 / 0.05);
}

.hover\:border-b-stone-50\/50:hover {
  border-bottom-color: rgb(250 250 249 / 0.5);
}

.hover\:border-b-stone-50\/60:hover {
  border-bottom-color: rgb(250 250 249 / 0.6);
}

.hover\:border-b-stone-50\/70:hover {
  border-bottom-color: rgb(250 250 249 / 0.7);
}

.hover\:border-b-stone-50\/75:hover {
  border-bottom-color: rgb(250 250 249 / 0.75);
}

.hover\:border-b-stone-50\/80:hover {
  border-bottom-color: rgb(250 250 249 / 0.8);
}

.hover\:border-b-stone-50\/90:hover {
  border-bottom-color: rgb(250 250 249 / 0.9);
}

.hover\:border-b-stone-50\/95:hover {
  border-bottom-color: rgb(250 250 249 / 0.95);
}

.hover\:border-b-stone-500:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(120 113 108 / var(--tw-border-opacity));
}

.hover\:border-b-stone-500\/0:hover {
  border-bottom-color: rgb(120 113 108 / 0);
}

.hover\:border-b-stone-500\/10:hover {
  border-bottom-color: rgb(120 113 108 / 0.1);
}

.hover\:border-b-stone-500\/100:hover {
  border-bottom-color: rgb(120 113 108 / 1);
}

.hover\:border-b-stone-500\/20:hover {
  border-bottom-color: rgb(120 113 108 / 0.2);
}

.hover\:border-b-stone-500\/25:hover {
  border-bottom-color: rgb(120 113 108 / 0.25);
}

.hover\:border-b-stone-500\/30:hover {
  border-bottom-color: rgb(120 113 108 / 0.3);
}

.hover\:border-b-stone-500\/40:hover {
  border-bottom-color: rgb(120 113 108 / 0.4);
}

.hover\:border-b-stone-500\/5:hover {
  border-bottom-color: rgb(120 113 108 / 0.05);
}

.hover\:border-b-stone-500\/50:hover {
  border-bottom-color: rgb(120 113 108 / 0.5);
}

.hover\:border-b-stone-500\/60:hover {
  border-bottom-color: rgb(120 113 108 / 0.6);
}

.hover\:border-b-stone-500\/70:hover {
  border-bottom-color: rgb(120 113 108 / 0.7);
}

.hover\:border-b-stone-500\/75:hover {
  border-bottom-color: rgb(120 113 108 / 0.75);
}

.hover\:border-b-stone-500\/80:hover {
  border-bottom-color: rgb(120 113 108 / 0.8);
}

.hover\:border-b-stone-500\/90:hover {
  border-bottom-color: rgb(120 113 108 / 0.9);
}

.hover\:border-b-stone-500\/95:hover {
  border-bottom-color: rgb(120 113 108 / 0.95);
}

.hover\:border-b-stone-600:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(87 83 78 / var(--tw-border-opacity));
}

.hover\:border-b-stone-600\/0:hover {
  border-bottom-color: rgb(87 83 78 / 0);
}

.hover\:border-b-stone-600\/10:hover {
  border-bottom-color: rgb(87 83 78 / 0.1);
}

.hover\:border-b-stone-600\/100:hover {
  border-bottom-color: rgb(87 83 78 / 1);
}

.hover\:border-b-stone-600\/20:hover {
  border-bottom-color: rgb(87 83 78 / 0.2);
}

.hover\:border-b-stone-600\/25:hover {
  border-bottom-color: rgb(87 83 78 / 0.25);
}

.hover\:border-b-stone-600\/30:hover {
  border-bottom-color: rgb(87 83 78 / 0.3);
}

.hover\:border-b-stone-600\/40:hover {
  border-bottom-color: rgb(87 83 78 / 0.4);
}

.hover\:border-b-stone-600\/5:hover {
  border-bottom-color: rgb(87 83 78 / 0.05);
}

.hover\:border-b-stone-600\/50:hover {
  border-bottom-color: rgb(87 83 78 / 0.5);
}

.hover\:border-b-stone-600\/60:hover {
  border-bottom-color: rgb(87 83 78 / 0.6);
}

.hover\:border-b-stone-600\/70:hover {
  border-bottom-color: rgb(87 83 78 / 0.7);
}

.hover\:border-b-stone-600\/75:hover {
  border-bottom-color: rgb(87 83 78 / 0.75);
}

.hover\:border-b-stone-600\/80:hover {
  border-bottom-color: rgb(87 83 78 / 0.8);
}

.hover\:border-b-stone-600\/90:hover {
  border-bottom-color: rgb(87 83 78 / 0.9);
}

.hover\:border-b-stone-600\/95:hover {
  border-bottom-color: rgb(87 83 78 / 0.95);
}

.hover\:border-b-stone-700:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(68 64 60 / var(--tw-border-opacity));
}

.hover\:border-b-stone-700\/0:hover {
  border-bottom-color: rgb(68 64 60 / 0);
}

.hover\:border-b-stone-700\/10:hover {
  border-bottom-color: rgb(68 64 60 / 0.1);
}

.hover\:border-b-stone-700\/100:hover {
  border-bottom-color: rgb(68 64 60 / 1);
}

.hover\:border-b-stone-700\/20:hover {
  border-bottom-color: rgb(68 64 60 / 0.2);
}

.hover\:border-b-stone-700\/25:hover {
  border-bottom-color: rgb(68 64 60 / 0.25);
}

.hover\:border-b-stone-700\/30:hover {
  border-bottom-color: rgb(68 64 60 / 0.3);
}

.hover\:border-b-stone-700\/40:hover {
  border-bottom-color: rgb(68 64 60 / 0.4);
}

.hover\:border-b-stone-700\/5:hover {
  border-bottom-color: rgb(68 64 60 / 0.05);
}

.hover\:border-b-stone-700\/50:hover {
  border-bottom-color: rgb(68 64 60 / 0.5);
}

.hover\:border-b-stone-700\/60:hover {
  border-bottom-color: rgb(68 64 60 / 0.6);
}

.hover\:border-b-stone-700\/70:hover {
  border-bottom-color: rgb(68 64 60 / 0.7);
}

.hover\:border-b-stone-700\/75:hover {
  border-bottom-color: rgb(68 64 60 / 0.75);
}

.hover\:border-b-stone-700\/80:hover {
  border-bottom-color: rgb(68 64 60 / 0.8);
}

.hover\:border-b-stone-700\/90:hover {
  border-bottom-color: rgb(68 64 60 / 0.9);
}

.hover\:border-b-stone-700\/95:hover {
  border-bottom-color: rgb(68 64 60 / 0.95);
}

.hover\:border-b-stone-800:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(41 37 36 / var(--tw-border-opacity));
}

.hover\:border-b-stone-800\/0:hover {
  border-bottom-color: rgb(41 37 36 / 0);
}

.hover\:border-b-stone-800\/10:hover {
  border-bottom-color: rgb(41 37 36 / 0.1);
}

.hover\:border-b-stone-800\/100:hover {
  border-bottom-color: rgb(41 37 36 / 1);
}

.hover\:border-b-stone-800\/20:hover {
  border-bottom-color: rgb(41 37 36 / 0.2);
}

.hover\:border-b-stone-800\/25:hover {
  border-bottom-color: rgb(41 37 36 / 0.25);
}

.hover\:border-b-stone-800\/30:hover {
  border-bottom-color: rgb(41 37 36 / 0.3);
}

.hover\:border-b-stone-800\/40:hover {
  border-bottom-color: rgb(41 37 36 / 0.4);
}

.hover\:border-b-stone-800\/5:hover {
  border-bottom-color: rgb(41 37 36 / 0.05);
}

.hover\:border-b-stone-800\/50:hover {
  border-bottom-color: rgb(41 37 36 / 0.5);
}

.hover\:border-b-stone-800\/60:hover {
  border-bottom-color: rgb(41 37 36 / 0.6);
}

.hover\:border-b-stone-800\/70:hover {
  border-bottom-color: rgb(41 37 36 / 0.7);
}

.hover\:border-b-stone-800\/75:hover {
  border-bottom-color: rgb(41 37 36 / 0.75);
}

.hover\:border-b-stone-800\/80:hover {
  border-bottom-color: rgb(41 37 36 / 0.8);
}

.hover\:border-b-stone-800\/90:hover {
  border-bottom-color: rgb(41 37 36 / 0.9);
}

.hover\:border-b-stone-800\/95:hover {
  border-bottom-color: rgb(41 37 36 / 0.95);
}

.hover\:border-b-stone-900:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(28 25 23 / var(--tw-border-opacity));
}

.hover\:border-b-stone-900\/0:hover {
  border-bottom-color: rgb(28 25 23 / 0);
}

.hover\:border-b-stone-900\/10:hover {
  border-bottom-color: rgb(28 25 23 / 0.1);
}

.hover\:border-b-stone-900\/100:hover {
  border-bottom-color: rgb(28 25 23 / 1);
}

.hover\:border-b-stone-900\/20:hover {
  border-bottom-color: rgb(28 25 23 / 0.2);
}

.hover\:border-b-stone-900\/25:hover {
  border-bottom-color: rgb(28 25 23 / 0.25);
}

.hover\:border-b-stone-900\/30:hover {
  border-bottom-color: rgb(28 25 23 / 0.3);
}

.hover\:border-b-stone-900\/40:hover {
  border-bottom-color: rgb(28 25 23 / 0.4);
}

.hover\:border-b-stone-900\/5:hover {
  border-bottom-color: rgb(28 25 23 / 0.05);
}

.hover\:border-b-stone-900\/50:hover {
  border-bottom-color: rgb(28 25 23 / 0.5);
}

.hover\:border-b-stone-900\/60:hover {
  border-bottom-color: rgb(28 25 23 / 0.6);
}

.hover\:border-b-stone-900\/70:hover {
  border-bottom-color: rgb(28 25 23 / 0.7);
}

.hover\:border-b-stone-900\/75:hover {
  border-bottom-color: rgb(28 25 23 / 0.75);
}

.hover\:border-b-stone-900\/80:hover {
  border-bottom-color: rgb(28 25 23 / 0.8);
}

.hover\:border-b-stone-900\/90:hover {
  border-bottom-color: rgb(28 25 23 / 0.9);
}

.hover\:border-b-stone-900\/95:hover {
  border-bottom-color: rgb(28 25 23 / 0.95);
}

.hover\:border-b-stone-950:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(12 10 9 / var(--tw-border-opacity));
}

.hover\:border-b-stone-950\/0:hover {
  border-bottom-color: rgb(12 10 9 / 0);
}

.hover\:border-b-stone-950\/10:hover {
  border-bottom-color: rgb(12 10 9 / 0.1);
}

.hover\:border-b-stone-950\/100:hover {
  border-bottom-color: rgb(12 10 9 / 1);
}

.hover\:border-b-stone-950\/20:hover {
  border-bottom-color: rgb(12 10 9 / 0.2);
}

.hover\:border-b-stone-950\/25:hover {
  border-bottom-color: rgb(12 10 9 / 0.25);
}

.hover\:border-b-stone-950\/30:hover {
  border-bottom-color: rgb(12 10 9 / 0.3);
}

.hover\:border-b-stone-950\/40:hover {
  border-bottom-color: rgb(12 10 9 / 0.4);
}

.hover\:border-b-stone-950\/5:hover {
  border-bottom-color: rgb(12 10 9 / 0.05);
}

.hover\:border-b-stone-950\/50:hover {
  border-bottom-color: rgb(12 10 9 / 0.5);
}

.hover\:border-b-stone-950\/60:hover {
  border-bottom-color: rgb(12 10 9 / 0.6);
}

.hover\:border-b-stone-950\/70:hover {
  border-bottom-color: rgb(12 10 9 / 0.7);
}

.hover\:border-b-stone-950\/75:hover {
  border-bottom-color: rgb(12 10 9 / 0.75);
}

.hover\:border-b-stone-950\/80:hover {
  border-bottom-color: rgb(12 10 9 / 0.8);
}

.hover\:border-b-stone-950\/90:hover {
  border-bottom-color: rgb(12 10 9 / 0.9);
}

.hover\:border-b-stone-950\/95:hover {
  border-bottom-color: rgb(12 10 9 / 0.95);
}

.hover\:border-b-teal-100:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(204 251 241 / var(--tw-border-opacity));
}

.hover\:border-b-teal-100\/0:hover {
  border-bottom-color: rgb(204 251 241 / 0);
}

.hover\:border-b-teal-100\/10:hover {
  border-bottom-color: rgb(204 251 241 / 0.1);
}

.hover\:border-b-teal-100\/100:hover {
  border-bottom-color: rgb(204 251 241 / 1);
}

.hover\:border-b-teal-100\/20:hover {
  border-bottom-color: rgb(204 251 241 / 0.2);
}

.hover\:border-b-teal-100\/25:hover {
  border-bottom-color: rgb(204 251 241 / 0.25);
}

.hover\:border-b-teal-100\/30:hover {
  border-bottom-color: rgb(204 251 241 / 0.3);
}

.hover\:border-b-teal-100\/40:hover {
  border-bottom-color: rgb(204 251 241 / 0.4);
}

.hover\:border-b-teal-100\/5:hover {
  border-bottom-color: rgb(204 251 241 / 0.05);
}

.hover\:border-b-teal-100\/50:hover {
  border-bottom-color: rgb(204 251 241 / 0.5);
}

.hover\:border-b-teal-100\/60:hover {
  border-bottom-color: rgb(204 251 241 / 0.6);
}

.hover\:border-b-teal-100\/70:hover {
  border-bottom-color: rgb(204 251 241 / 0.7);
}

.hover\:border-b-teal-100\/75:hover {
  border-bottom-color: rgb(204 251 241 / 0.75);
}

.hover\:border-b-teal-100\/80:hover {
  border-bottom-color: rgb(204 251 241 / 0.8);
}

.hover\:border-b-teal-100\/90:hover {
  border-bottom-color: rgb(204 251 241 / 0.9);
}

.hover\:border-b-teal-100\/95:hover {
  border-bottom-color: rgb(204 251 241 / 0.95);
}

.hover\:border-b-teal-200:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(153 246 228 / var(--tw-border-opacity));
}

.hover\:border-b-teal-200\/0:hover {
  border-bottom-color: rgb(153 246 228 / 0);
}

.hover\:border-b-teal-200\/10:hover {
  border-bottom-color: rgb(153 246 228 / 0.1);
}

.hover\:border-b-teal-200\/100:hover {
  border-bottom-color: rgb(153 246 228 / 1);
}

.hover\:border-b-teal-200\/20:hover {
  border-bottom-color: rgb(153 246 228 / 0.2);
}

.hover\:border-b-teal-200\/25:hover {
  border-bottom-color: rgb(153 246 228 / 0.25);
}

.hover\:border-b-teal-200\/30:hover {
  border-bottom-color: rgb(153 246 228 / 0.3);
}

.hover\:border-b-teal-200\/40:hover {
  border-bottom-color: rgb(153 246 228 / 0.4);
}

.hover\:border-b-teal-200\/5:hover {
  border-bottom-color: rgb(153 246 228 / 0.05);
}

.hover\:border-b-teal-200\/50:hover {
  border-bottom-color: rgb(153 246 228 / 0.5);
}

.hover\:border-b-teal-200\/60:hover {
  border-bottom-color: rgb(153 246 228 / 0.6);
}

.hover\:border-b-teal-200\/70:hover {
  border-bottom-color: rgb(153 246 228 / 0.7);
}

.hover\:border-b-teal-200\/75:hover {
  border-bottom-color: rgb(153 246 228 / 0.75);
}

.hover\:border-b-teal-200\/80:hover {
  border-bottom-color: rgb(153 246 228 / 0.8);
}

.hover\:border-b-teal-200\/90:hover {
  border-bottom-color: rgb(153 246 228 / 0.9);
}

.hover\:border-b-teal-200\/95:hover {
  border-bottom-color: rgb(153 246 228 / 0.95);
}

.hover\:border-b-teal-300:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(94 234 212 / var(--tw-border-opacity));
}

.hover\:border-b-teal-300\/0:hover {
  border-bottom-color: rgb(94 234 212 / 0);
}

.hover\:border-b-teal-300\/10:hover {
  border-bottom-color: rgb(94 234 212 / 0.1);
}

.hover\:border-b-teal-300\/100:hover {
  border-bottom-color: rgb(94 234 212 / 1);
}

.hover\:border-b-teal-300\/20:hover {
  border-bottom-color: rgb(94 234 212 / 0.2);
}

.hover\:border-b-teal-300\/25:hover {
  border-bottom-color: rgb(94 234 212 / 0.25);
}

.hover\:border-b-teal-300\/30:hover {
  border-bottom-color: rgb(94 234 212 / 0.3);
}

.hover\:border-b-teal-300\/40:hover {
  border-bottom-color: rgb(94 234 212 / 0.4);
}

.hover\:border-b-teal-300\/5:hover {
  border-bottom-color: rgb(94 234 212 / 0.05);
}

.hover\:border-b-teal-300\/50:hover {
  border-bottom-color: rgb(94 234 212 / 0.5);
}

.hover\:border-b-teal-300\/60:hover {
  border-bottom-color: rgb(94 234 212 / 0.6);
}

.hover\:border-b-teal-300\/70:hover {
  border-bottom-color: rgb(94 234 212 / 0.7);
}

.hover\:border-b-teal-300\/75:hover {
  border-bottom-color: rgb(94 234 212 / 0.75);
}

.hover\:border-b-teal-300\/80:hover {
  border-bottom-color: rgb(94 234 212 / 0.8);
}

.hover\:border-b-teal-300\/90:hover {
  border-bottom-color: rgb(94 234 212 / 0.9);
}

.hover\:border-b-teal-300\/95:hover {
  border-bottom-color: rgb(94 234 212 / 0.95);
}

.hover\:border-b-teal-400:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(45 212 191 / var(--tw-border-opacity));
}

.hover\:border-b-teal-400\/0:hover {
  border-bottom-color: rgb(45 212 191 / 0);
}

.hover\:border-b-teal-400\/10:hover {
  border-bottom-color: rgb(45 212 191 / 0.1);
}

.hover\:border-b-teal-400\/100:hover {
  border-bottom-color: rgb(45 212 191 / 1);
}

.hover\:border-b-teal-400\/20:hover {
  border-bottom-color: rgb(45 212 191 / 0.2);
}

.hover\:border-b-teal-400\/25:hover {
  border-bottom-color: rgb(45 212 191 / 0.25);
}

.hover\:border-b-teal-400\/30:hover {
  border-bottom-color: rgb(45 212 191 / 0.3);
}

.hover\:border-b-teal-400\/40:hover {
  border-bottom-color: rgb(45 212 191 / 0.4);
}

.hover\:border-b-teal-400\/5:hover {
  border-bottom-color: rgb(45 212 191 / 0.05);
}

.hover\:border-b-teal-400\/50:hover {
  border-bottom-color: rgb(45 212 191 / 0.5);
}

.hover\:border-b-teal-400\/60:hover {
  border-bottom-color: rgb(45 212 191 / 0.6);
}

.hover\:border-b-teal-400\/70:hover {
  border-bottom-color: rgb(45 212 191 / 0.7);
}

.hover\:border-b-teal-400\/75:hover {
  border-bottom-color: rgb(45 212 191 / 0.75);
}

.hover\:border-b-teal-400\/80:hover {
  border-bottom-color: rgb(45 212 191 / 0.8);
}

.hover\:border-b-teal-400\/90:hover {
  border-bottom-color: rgb(45 212 191 / 0.9);
}

.hover\:border-b-teal-400\/95:hover {
  border-bottom-color: rgb(45 212 191 / 0.95);
}

.hover\:border-b-teal-50:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(240 253 250 / var(--tw-border-opacity));
}

.hover\:border-b-teal-50\/0:hover {
  border-bottom-color: rgb(240 253 250 / 0);
}

.hover\:border-b-teal-50\/10:hover {
  border-bottom-color: rgb(240 253 250 / 0.1);
}

.hover\:border-b-teal-50\/100:hover {
  border-bottom-color: rgb(240 253 250 / 1);
}

.hover\:border-b-teal-50\/20:hover {
  border-bottom-color: rgb(240 253 250 / 0.2);
}

.hover\:border-b-teal-50\/25:hover {
  border-bottom-color: rgb(240 253 250 / 0.25);
}

.hover\:border-b-teal-50\/30:hover {
  border-bottom-color: rgb(240 253 250 / 0.3);
}

.hover\:border-b-teal-50\/40:hover {
  border-bottom-color: rgb(240 253 250 / 0.4);
}

.hover\:border-b-teal-50\/5:hover {
  border-bottom-color: rgb(240 253 250 / 0.05);
}

.hover\:border-b-teal-50\/50:hover {
  border-bottom-color: rgb(240 253 250 / 0.5);
}

.hover\:border-b-teal-50\/60:hover {
  border-bottom-color: rgb(240 253 250 / 0.6);
}

.hover\:border-b-teal-50\/70:hover {
  border-bottom-color: rgb(240 253 250 / 0.7);
}

.hover\:border-b-teal-50\/75:hover {
  border-bottom-color: rgb(240 253 250 / 0.75);
}

.hover\:border-b-teal-50\/80:hover {
  border-bottom-color: rgb(240 253 250 / 0.8);
}

.hover\:border-b-teal-50\/90:hover {
  border-bottom-color: rgb(240 253 250 / 0.9);
}

.hover\:border-b-teal-50\/95:hover {
  border-bottom-color: rgb(240 253 250 / 0.95);
}

.hover\:border-b-teal-500:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(20 184 166 / var(--tw-border-opacity));
}

.hover\:border-b-teal-500\/0:hover {
  border-bottom-color: rgb(20 184 166 / 0);
}

.hover\:border-b-teal-500\/10:hover {
  border-bottom-color: rgb(20 184 166 / 0.1);
}

.hover\:border-b-teal-500\/100:hover {
  border-bottom-color: rgb(20 184 166 / 1);
}

.hover\:border-b-teal-500\/20:hover {
  border-bottom-color: rgb(20 184 166 / 0.2);
}

.hover\:border-b-teal-500\/25:hover {
  border-bottom-color: rgb(20 184 166 / 0.25);
}

.hover\:border-b-teal-500\/30:hover {
  border-bottom-color: rgb(20 184 166 / 0.3);
}

.hover\:border-b-teal-500\/40:hover {
  border-bottom-color: rgb(20 184 166 / 0.4);
}

.hover\:border-b-teal-500\/5:hover {
  border-bottom-color: rgb(20 184 166 / 0.05);
}

.hover\:border-b-teal-500\/50:hover {
  border-bottom-color: rgb(20 184 166 / 0.5);
}

.hover\:border-b-teal-500\/60:hover {
  border-bottom-color: rgb(20 184 166 / 0.6);
}

.hover\:border-b-teal-500\/70:hover {
  border-bottom-color: rgb(20 184 166 / 0.7);
}

.hover\:border-b-teal-500\/75:hover {
  border-bottom-color: rgb(20 184 166 / 0.75);
}

.hover\:border-b-teal-500\/80:hover {
  border-bottom-color: rgb(20 184 166 / 0.8);
}

.hover\:border-b-teal-500\/90:hover {
  border-bottom-color: rgb(20 184 166 / 0.9);
}

.hover\:border-b-teal-500\/95:hover {
  border-bottom-color: rgb(20 184 166 / 0.95);
}

.hover\:border-b-teal-600:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(13 148 136 / var(--tw-border-opacity));
}

.hover\:border-b-teal-600\/0:hover {
  border-bottom-color: rgb(13 148 136 / 0);
}

.hover\:border-b-teal-600\/10:hover {
  border-bottom-color: rgb(13 148 136 / 0.1);
}

.hover\:border-b-teal-600\/100:hover {
  border-bottom-color: rgb(13 148 136 / 1);
}

.hover\:border-b-teal-600\/20:hover {
  border-bottom-color: rgb(13 148 136 / 0.2);
}

.hover\:border-b-teal-600\/25:hover {
  border-bottom-color: rgb(13 148 136 / 0.25);
}

.hover\:border-b-teal-600\/30:hover {
  border-bottom-color: rgb(13 148 136 / 0.3);
}

.hover\:border-b-teal-600\/40:hover {
  border-bottom-color: rgb(13 148 136 / 0.4);
}

.hover\:border-b-teal-600\/5:hover {
  border-bottom-color: rgb(13 148 136 / 0.05);
}

.hover\:border-b-teal-600\/50:hover {
  border-bottom-color: rgb(13 148 136 / 0.5);
}

.hover\:border-b-teal-600\/60:hover {
  border-bottom-color: rgb(13 148 136 / 0.6);
}

.hover\:border-b-teal-600\/70:hover {
  border-bottom-color: rgb(13 148 136 / 0.7);
}

.hover\:border-b-teal-600\/75:hover {
  border-bottom-color: rgb(13 148 136 / 0.75);
}

.hover\:border-b-teal-600\/80:hover {
  border-bottom-color: rgb(13 148 136 / 0.8);
}

.hover\:border-b-teal-600\/90:hover {
  border-bottom-color: rgb(13 148 136 / 0.9);
}

.hover\:border-b-teal-600\/95:hover {
  border-bottom-color: rgb(13 148 136 / 0.95);
}

.hover\:border-b-teal-700:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(15 118 110 / var(--tw-border-opacity));
}

.hover\:border-b-teal-700\/0:hover {
  border-bottom-color: rgb(15 118 110 / 0);
}

.hover\:border-b-teal-700\/10:hover {
  border-bottom-color: rgb(15 118 110 / 0.1);
}

.hover\:border-b-teal-700\/100:hover {
  border-bottom-color: rgb(15 118 110 / 1);
}

.hover\:border-b-teal-700\/20:hover {
  border-bottom-color: rgb(15 118 110 / 0.2);
}

.hover\:border-b-teal-700\/25:hover {
  border-bottom-color: rgb(15 118 110 / 0.25);
}

.hover\:border-b-teal-700\/30:hover {
  border-bottom-color: rgb(15 118 110 / 0.3);
}

.hover\:border-b-teal-700\/40:hover {
  border-bottom-color: rgb(15 118 110 / 0.4);
}

.hover\:border-b-teal-700\/5:hover {
  border-bottom-color: rgb(15 118 110 / 0.05);
}

.hover\:border-b-teal-700\/50:hover {
  border-bottom-color: rgb(15 118 110 / 0.5);
}

.hover\:border-b-teal-700\/60:hover {
  border-bottom-color: rgb(15 118 110 / 0.6);
}

.hover\:border-b-teal-700\/70:hover {
  border-bottom-color: rgb(15 118 110 / 0.7);
}

.hover\:border-b-teal-700\/75:hover {
  border-bottom-color: rgb(15 118 110 / 0.75);
}

.hover\:border-b-teal-700\/80:hover {
  border-bottom-color: rgb(15 118 110 / 0.8);
}

.hover\:border-b-teal-700\/90:hover {
  border-bottom-color: rgb(15 118 110 / 0.9);
}

.hover\:border-b-teal-700\/95:hover {
  border-bottom-color: rgb(15 118 110 / 0.95);
}

.hover\:border-b-teal-800:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(17 94 89 / var(--tw-border-opacity));
}

.hover\:border-b-teal-800\/0:hover {
  border-bottom-color: rgb(17 94 89 / 0);
}

.hover\:border-b-teal-800\/10:hover {
  border-bottom-color: rgb(17 94 89 / 0.1);
}

.hover\:border-b-teal-800\/100:hover {
  border-bottom-color: rgb(17 94 89 / 1);
}

.hover\:border-b-teal-800\/20:hover {
  border-bottom-color: rgb(17 94 89 / 0.2);
}

.hover\:border-b-teal-800\/25:hover {
  border-bottom-color: rgb(17 94 89 / 0.25);
}

.hover\:border-b-teal-800\/30:hover {
  border-bottom-color: rgb(17 94 89 / 0.3);
}

.hover\:border-b-teal-800\/40:hover {
  border-bottom-color: rgb(17 94 89 / 0.4);
}

.hover\:border-b-teal-800\/5:hover {
  border-bottom-color: rgb(17 94 89 / 0.05);
}

.hover\:border-b-teal-800\/50:hover {
  border-bottom-color: rgb(17 94 89 / 0.5);
}

.hover\:border-b-teal-800\/60:hover {
  border-bottom-color: rgb(17 94 89 / 0.6);
}

.hover\:border-b-teal-800\/70:hover {
  border-bottom-color: rgb(17 94 89 / 0.7);
}

.hover\:border-b-teal-800\/75:hover {
  border-bottom-color: rgb(17 94 89 / 0.75);
}

.hover\:border-b-teal-800\/80:hover {
  border-bottom-color: rgb(17 94 89 / 0.8);
}

.hover\:border-b-teal-800\/90:hover {
  border-bottom-color: rgb(17 94 89 / 0.9);
}

.hover\:border-b-teal-800\/95:hover {
  border-bottom-color: rgb(17 94 89 / 0.95);
}

.hover\:border-b-teal-900:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(19 78 74 / var(--tw-border-opacity));
}

.hover\:border-b-teal-900\/0:hover {
  border-bottom-color: rgb(19 78 74 / 0);
}

.hover\:border-b-teal-900\/10:hover {
  border-bottom-color: rgb(19 78 74 / 0.1);
}

.hover\:border-b-teal-900\/100:hover {
  border-bottom-color: rgb(19 78 74 / 1);
}

.hover\:border-b-teal-900\/20:hover {
  border-bottom-color: rgb(19 78 74 / 0.2);
}

.hover\:border-b-teal-900\/25:hover {
  border-bottom-color: rgb(19 78 74 / 0.25);
}

.hover\:border-b-teal-900\/30:hover {
  border-bottom-color: rgb(19 78 74 / 0.3);
}

.hover\:border-b-teal-900\/40:hover {
  border-bottom-color: rgb(19 78 74 / 0.4);
}

.hover\:border-b-teal-900\/5:hover {
  border-bottom-color: rgb(19 78 74 / 0.05);
}

.hover\:border-b-teal-900\/50:hover {
  border-bottom-color: rgb(19 78 74 / 0.5);
}

.hover\:border-b-teal-900\/60:hover {
  border-bottom-color: rgb(19 78 74 / 0.6);
}

.hover\:border-b-teal-900\/70:hover {
  border-bottom-color: rgb(19 78 74 / 0.7);
}

.hover\:border-b-teal-900\/75:hover {
  border-bottom-color: rgb(19 78 74 / 0.75);
}

.hover\:border-b-teal-900\/80:hover {
  border-bottom-color: rgb(19 78 74 / 0.8);
}

.hover\:border-b-teal-900\/90:hover {
  border-bottom-color: rgb(19 78 74 / 0.9);
}

.hover\:border-b-teal-900\/95:hover {
  border-bottom-color: rgb(19 78 74 / 0.95);
}

.hover\:border-b-teal-950:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(4 47 46 / var(--tw-border-opacity));
}

.hover\:border-b-teal-950\/0:hover {
  border-bottom-color: rgb(4 47 46 / 0);
}

.hover\:border-b-teal-950\/10:hover {
  border-bottom-color: rgb(4 47 46 / 0.1);
}

.hover\:border-b-teal-950\/100:hover {
  border-bottom-color: rgb(4 47 46 / 1);
}

.hover\:border-b-teal-950\/20:hover {
  border-bottom-color: rgb(4 47 46 / 0.2);
}

.hover\:border-b-teal-950\/25:hover {
  border-bottom-color: rgb(4 47 46 / 0.25);
}

.hover\:border-b-teal-950\/30:hover {
  border-bottom-color: rgb(4 47 46 / 0.3);
}

.hover\:border-b-teal-950\/40:hover {
  border-bottom-color: rgb(4 47 46 / 0.4);
}

.hover\:border-b-teal-950\/5:hover {
  border-bottom-color: rgb(4 47 46 / 0.05);
}

.hover\:border-b-teal-950\/50:hover {
  border-bottom-color: rgb(4 47 46 / 0.5);
}

.hover\:border-b-teal-950\/60:hover {
  border-bottom-color: rgb(4 47 46 / 0.6);
}

.hover\:border-b-teal-950\/70:hover {
  border-bottom-color: rgb(4 47 46 / 0.7);
}

.hover\:border-b-teal-950\/75:hover {
  border-bottom-color: rgb(4 47 46 / 0.75);
}

.hover\:border-b-teal-950\/80:hover {
  border-bottom-color: rgb(4 47 46 / 0.8);
}

.hover\:border-b-teal-950\/90:hover {
  border-bottom-color: rgb(4 47 46 / 0.9);
}

.hover\:border-b-teal-950\/95:hover {
  border-bottom-color: rgb(4 47 46 / 0.95);
}

.hover\:border-b-transparent:hover {
  border-bottom-color: transparent;
}

.hover\:border-b-transparent\/0:hover {
  border-bottom-color: rgb(0 0 0 / 0);
}

.hover\:border-b-transparent\/10:hover {
  border-bottom-color: rgb(0 0 0 / 0.1);
}

.hover\:border-b-transparent\/100:hover {
  border-bottom-color: rgb(0 0 0 / 1);
}

.hover\:border-b-transparent\/20:hover {
  border-bottom-color: rgb(0 0 0 / 0.2);
}

.hover\:border-b-transparent\/25:hover {
  border-bottom-color: rgb(0 0 0 / 0.25);
}

.hover\:border-b-transparent\/30:hover {
  border-bottom-color: rgb(0 0 0 / 0.3);
}

.hover\:border-b-transparent\/40:hover {
  border-bottom-color: rgb(0 0 0 / 0.4);
}

.hover\:border-b-transparent\/5:hover {
  border-bottom-color: rgb(0 0 0 / 0.05);
}

.hover\:border-b-transparent\/50:hover {
  border-bottom-color: rgb(0 0 0 / 0.5);
}

.hover\:border-b-transparent\/60:hover {
  border-bottom-color: rgb(0 0 0 / 0.6);
}

.hover\:border-b-transparent\/70:hover {
  border-bottom-color: rgb(0 0 0 / 0.7);
}

.hover\:border-b-transparent\/75:hover {
  border-bottom-color: rgb(0 0 0 / 0.75);
}

.hover\:border-b-transparent\/80:hover {
  border-bottom-color: rgb(0 0 0 / 0.8);
}

.hover\:border-b-transparent\/90:hover {
  border-bottom-color: rgb(0 0 0 / 0.9);
}

.hover\:border-b-transparent\/95:hover {
  border-bottom-color: rgb(0 0 0 / 0.95);
}

.hover\:border-b-tykhe-digital:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(239 156 131 / var(--tw-border-opacity));
}

.hover\:border-b-tykhe-digital-alt:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 239 224 / var(--tw-border-opacity));
}

.hover\:border-b-tykhe-digital-alt\/0:hover {
  border-bottom-color: rgb(245 239 224 / 0);
}

.hover\:border-b-tykhe-digital-alt\/10:hover {
  border-bottom-color: rgb(245 239 224 / 0.1);
}

.hover\:border-b-tykhe-digital-alt\/100:hover {
  border-bottom-color: rgb(245 239 224 / 1);
}

.hover\:border-b-tykhe-digital-alt\/20:hover {
  border-bottom-color: rgb(245 239 224 / 0.2);
}

.hover\:border-b-tykhe-digital-alt\/25:hover {
  border-bottom-color: rgb(245 239 224 / 0.25);
}

.hover\:border-b-tykhe-digital-alt\/30:hover {
  border-bottom-color: rgb(245 239 224 / 0.3);
}

.hover\:border-b-tykhe-digital-alt\/40:hover {
  border-bottom-color: rgb(245 239 224 / 0.4);
}

.hover\:border-b-tykhe-digital-alt\/5:hover {
  border-bottom-color: rgb(245 239 224 / 0.05);
}

.hover\:border-b-tykhe-digital-alt\/50:hover {
  border-bottom-color: rgb(245 239 224 / 0.5);
}

.hover\:border-b-tykhe-digital-alt\/60:hover {
  border-bottom-color: rgb(245 239 224 / 0.6);
}

.hover\:border-b-tykhe-digital-alt\/70:hover {
  border-bottom-color: rgb(245 239 224 / 0.7);
}

.hover\:border-b-tykhe-digital-alt\/75:hover {
  border-bottom-color: rgb(245 239 224 / 0.75);
}

.hover\:border-b-tykhe-digital-alt\/80:hover {
  border-bottom-color: rgb(245 239 224 / 0.8);
}

.hover\:border-b-tykhe-digital-alt\/90:hover {
  border-bottom-color: rgb(245 239 224 / 0.9);
}

.hover\:border-b-tykhe-digital-alt\/95:hover {
  border-bottom-color: rgb(245 239 224 / 0.95);
}

.hover\:border-b-tykhe-digital-alt2:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 58 111 / var(--tw-border-opacity));
}

.hover\:border-b-tykhe-digital-alt2\/0:hover {
  border-bottom-color: rgb(255 58 111 / 0);
}

.hover\:border-b-tykhe-digital-alt2\/10:hover {
  border-bottom-color: rgb(255 58 111 / 0.1);
}

.hover\:border-b-tykhe-digital-alt2\/100:hover {
  border-bottom-color: rgb(255 58 111 / 1);
}

.hover\:border-b-tykhe-digital-alt2\/20:hover {
  border-bottom-color: rgb(255 58 111 / 0.2);
}

.hover\:border-b-tykhe-digital-alt2\/25:hover {
  border-bottom-color: rgb(255 58 111 / 0.25);
}

.hover\:border-b-tykhe-digital-alt2\/30:hover {
  border-bottom-color: rgb(255 58 111 / 0.3);
}

.hover\:border-b-tykhe-digital-alt2\/40:hover {
  border-bottom-color: rgb(255 58 111 / 0.4);
}

.hover\:border-b-tykhe-digital-alt2\/5:hover {
  border-bottom-color: rgb(255 58 111 / 0.05);
}

.hover\:border-b-tykhe-digital-alt2\/50:hover {
  border-bottom-color: rgb(255 58 111 / 0.5);
}

.hover\:border-b-tykhe-digital-alt2\/60:hover {
  border-bottom-color: rgb(255 58 111 / 0.6);
}

.hover\:border-b-tykhe-digital-alt2\/70:hover {
  border-bottom-color: rgb(255 58 111 / 0.7);
}

.hover\:border-b-tykhe-digital-alt2\/75:hover {
  border-bottom-color: rgb(255 58 111 / 0.75);
}

.hover\:border-b-tykhe-digital-alt2\/80:hover {
  border-bottom-color: rgb(255 58 111 / 0.8);
}

.hover\:border-b-tykhe-digital-alt2\/90:hover {
  border-bottom-color: rgb(255 58 111 / 0.9);
}

.hover\:border-b-tykhe-digital-alt2\/95:hover {
  border-bottom-color: rgb(255 58 111 / 0.95);
}

.hover\:border-b-tykhe-digital-alt3:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(131 214 239 / var(--tw-border-opacity));
}

.hover\:border-b-tykhe-digital-alt3\/0:hover {
  border-bottom-color: rgb(131 214 239 / 0);
}

.hover\:border-b-tykhe-digital-alt3\/10:hover {
  border-bottom-color: rgb(131 214 239 / 0.1);
}

.hover\:border-b-tykhe-digital-alt3\/100:hover {
  border-bottom-color: rgb(131 214 239 / 1);
}

.hover\:border-b-tykhe-digital-alt3\/20:hover {
  border-bottom-color: rgb(131 214 239 / 0.2);
}

.hover\:border-b-tykhe-digital-alt3\/25:hover {
  border-bottom-color: rgb(131 214 239 / 0.25);
}

.hover\:border-b-tykhe-digital-alt3\/30:hover {
  border-bottom-color: rgb(131 214 239 / 0.3);
}

.hover\:border-b-tykhe-digital-alt3\/40:hover {
  border-bottom-color: rgb(131 214 239 / 0.4);
}

.hover\:border-b-tykhe-digital-alt3\/5:hover {
  border-bottom-color: rgb(131 214 239 / 0.05);
}

.hover\:border-b-tykhe-digital-alt3\/50:hover {
  border-bottom-color: rgb(131 214 239 / 0.5);
}

.hover\:border-b-tykhe-digital-alt3\/60:hover {
  border-bottom-color: rgb(131 214 239 / 0.6);
}

.hover\:border-b-tykhe-digital-alt3\/70:hover {
  border-bottom-color: rgb(131 214 239 / 0.7);
}

.hover\:border-b-tykhe-digital-alt3\/75:hover {
  border-bottom-color: rgb(131 214 239 / 0.75);
}

.hover\:border-b-tykhe-digital-alt3\/80:hover {
  border-bottom-color: rgb(131 214 239 / 0.8);
}

.hover\:border-b-tykhe-digital-alt3\/90:hover {
  border-bottom-color: rgb(131 214 239 / 0.9);
}

.hover\:border-b-tykhe-digital-alt3\/95:hover {
  border-bottom-color: rgb(131 214 239 / 0.95);
}

.hover\:border-b-tykhe-digital\/0:hover {
  border-bottom-color: rgb(239 156 131 / 0);
}

.hover\:border-b-tykhe-digital\/10:hover {
  border-bottom-color: rgb(239 156 131 / 0.1);
}

.hover\:border-b-tykhe-digital\/100:hover {
  border-bottom-color: rgb(239 156 131 / 1);
}

.hover\:border-b-tykhe-digital\/20:hover {
  border-bottom-color: rgb(239 156 131 / 0.2);
}

.hover\:border-b-tykhe-digital\/25:hover {
  border-bottom-color: rgb(239 156 131 / 0.25);
}

.hover\:border-b-tykhe-digital\/30:hover {
  border-bottom-color: rgb(239 156 131 / 0.3);
}

.hover\:border-b-tykhe-digital\/40:hover {
  border-bottom-color: rgb(239 156 131 / 0.4);
}

.hover\:border-b-tykhe-digital\/5:hover {
  border-bottom-color: rgb(239 156 131 / 0.05);
}

.hover\:border-b-tykhe-digital\/50:hover {
  border-bottom-color: rgb(239 156 131 / 0.5);
}

.hover\:border-b-tykhe-digital\/60:hover {
  border-bottom-color: rgb(239 156 131 / 0.6);
}

.hover\:border-b-tykhe-digital\/70:hover {
  border-bottom-color: rgb(239 156 131 / 0.7);
}

.hover\:border-b-tykhe-digital\/75:hover {
  border-bottom-color: rgb(239 156 131 / 0.75);
}

.hover\:border-b-tykhe-digital\/80:hover {
  border-bottom-color: rgb(239 156 131 / 0.8);
}

.hover\:border-b-tykhe-digital\/90:hover {
  border-bottom-color: rgb(239 156 131 / 0.9);
}

.hover\:border-b-tykhe-digital\/95:hover {
  border-bottom-color: rgb(239 156 131 / 0.95);
}

.hover\:border-b-violet-100:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(237 233 254 / var(--tw-border-opacity));
}

.hover\:border-b-violet-100\/0:hover {
  border-bottom-color: rgb(237 233 254 / 0);
}

.hover\:border-b-violet-100\/10:hover {
  border-bottom-color: rgb(237 233 254 / 0.1);
}

.hover\:border-b-violet-100\/100:hover {
  border-bottom-color: rgb(237 233 254 / 1);
}

.hover\:border-b-violet-100\/20:hover {
  border-bottom-color: rgb(237 233 254 / 0.2);
}

.hover\:border-b-violet-100\/25:hover {
  border-bottom-color: rgb(237 233 254 / 0.25);
}

.hover\:border-b-violet-100\/30:hover {
  border-bottom-color: rgb(237 233 254 / 0.3);
}

.hover\:border-b-violet-100\/40:hover {
  border-bottom-color: rgb(237 233 254 / 0.4);
}

.hover\:border-b-violet-100\/5:hover {
  border-bottom-color: rgb(237 233 254 / 0.05);
}

.hover\:border-b-violet-100\/50:hover {
  border-bottom-color: rgb(237 233 254 / 0.5);
}

.hover\:border-b-violet-100\/60:hover {
  border-bottom-color: rgb(237 233 254 / 0.6);
}

.hover\:border-b-violet-100\/70:hover {
  border-bottom-color: rgb(237 233 254 / 0.7);
}

.hover\:border-b-violet-100\/75:hover {
  border-bottom-color: rgb(237 233 254 / 0.75);
}

.hover\:border-b-violet-100\/80:hover {
  border-bottom-color: rgb(237 233 254 / 0.8);
}

.hover\:border-b-violet-100\/90:hover {
  border-bottom-color: rgb(237 233 254 / 0.9);
}

.hover\:border-b-violet-100\/95:hover {
  border-bottom-color: rgb(237 233 254 / 0.95);
}

.hover\:border-b-violet-200:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(221 214 254 / var(--tw-border-opacity));
}

.hover\:border-b-violet-200\/0:hover {
  border-bottom-color: rgb(221 214 254 / 0);
}

.hover\:border-b-violet-200\/10:hover {
  border-bottom-color: rgb(221 214 254 / 0.1);
}

.hover\:border-b-violet-200\/100:hover {
  border-bottom-color: rgb(221 214 254 / 1);
}

.hover\:border-b-violet-200\/20:hover {
  border-bottom-color: rgb(221 214 254 / 0.2);
}

.hover\:border-b-violet-200\/25:hover {
  border-bottom-color: rgb(221 214 254 / 0.25);
}

.hover\:border-b-violet-200\/30:hover {
  border-bottom-color: rgb(221 214 254 / 0.3);
}

.hover\:border-b-violet-200\/40:hover {
  border-bottom-color: rgb(221 214 254 / 0.4);
}

.hover\:border-b-violet-200\/5:hover {
  border-bottom-color: rgb(221 214 254 / 0.05);
}

.hover\:border-b-violet-200\/50:hover {
  border-bottom-color: rgb(221 214 254 / 0.5);
}

.hover\:border-b-violet-200\/60:hover {
  border-bottom-color: rgb(221 214 254 / 0.6);
}

.hover\:border-b-violet-200\/70:hover {
  border-bottom-color: rgb(221 214 254 / 0.7);
}

.hover\:border-b-violet-200\/75:hover {
  border-bottom-color: rgb(221 214 254 / 0.75);
}

.hover\:border-b-violet-200\/80:hover {
  border-bottom-color: rgb(221 214 254 / 0.8);
}

.hover\:border-b-violet-200\/90:hover {
  border-bottom-color: rgb(221 214 254 / 0.9);
}

.hover\:border-b-violet-200\/95:hover {
  border-bottom-color: rgb(221 214 254 / 0.95);
}

.hover\:border-b-violet-300:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(196 181 253 / var(--tw-border-opacity));
}

.hover\:border-b-violet-300\/0:hover {
  border-bottom-color: rgb(196 181 253 / 0);
}

.hover\:border-b-violet-300\/10:hover {
  border-bottom-color: rgb(196 181 253 / 0.1);
}

.hover\:border-b-violet-300\/100:hover {
  border-bottom-color: rgb(196 181 253 / 1);
}

.hover\:border-b-violet-300\/20:hover {
  border-bottom-color: rgb(196 181 253 / 0.2);
}

.hover\:border-b-violet-300\/25:hover {
  border-bottom-color: rgb(196 181 253 / 0.25);
}

.hover\:border-b-violet-300\/30:hover {
  border-bottom-color: rgb(196 181 253 / 0.3);
}

.hover\:border-b-violet-300\/40:hover {
  border-bottom-color: rgb(196 181 253 / 0.4);
}

.hover\:border-b-violet-300\/5:hover {
  border-bottom-color: rgb(196 181 253 / 0.05);
}

.hover\:border-b-violet-300\/50:hover {
  border-bottom-color: rgb(196 181 253 / 0.5);
}

.hover\:border-b-violet-300\/60:hover {
  border-bottom-color: rgb(196 181 253 / 0.6);
}

.hover\:border-b-violet-300\/70:hover {
  border-bottom-color: rgb(196 181 253 / 0.7);
}

.hover\:border-b-violet-300\/75:hover {
  border-bottom-color: rgb(196 181 253 / 0.75);
}

.hover\:border-b-violet-300\/80:hover {
  border-bottom-color: rgb(196 181 253 / 0.8);
}

.hover\:border-b-violet-300\/90:hover {
  border-bottom-color: rgb(196 181 253 / 0.9);
}

.hover\:border-b-violet-300\/95:hover {
  border-bottom-color: rgb(196 181 253 / 0.95);
}

.hover\:border-b-violet-400:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(167 139 250 / var(--tw-border-opacity));
}

.hover\:border-b-violet-400\/0:hover {
  border-bottom-color: rgb(167 139 250 / 0);
}

.hover\:border-b-violet-400\/10:hover {
  border-bottom-color: rgb(167 139 250 / 0.1);
}

.hover\:border-b-violet-400\/100:hover {
  border-bottom-color: rgb(167 139 250 / 1);
}

.hover\:border-b-violet-400\/20:hover {
  border-bottom-color: rgb(167 139 250 / 0.2);
}

.hover\:border-b-violet-400\/25:hover {
  border-bottom-color: rgb(167 139 250 / 0.25);
}

.hover\:border-b-violet-400\/30:hover {
  border-bottom-color: rgb(167 139 250 / 0.3);
}

.hover\:border-b-violet-400\/40:hover {
  border-bottom-color: rgb(167 139 250 / 0.4);
}

.hover\:border-b-violet-400\/5:hover {
  border-bottom-color: rgb(167 139 250 / 0.05);
}

.hover\:border-b-violet-400\/50:hover {
  border-bottom-color: rgb(167 139 250 / 0.5);
}

.hover\:border-b-violet-400\/60:hover {
  border-bottom-color: rgb(167 139 250 / 0.6);
}

.hover\:border-b-violet-400\/70:hover {
  border-bottom-color: rgb(167 139 250 / 0.7);
}

.hover\:border-b-violet-400\/75:hover {
  border-bottom-color: rgb(167 139 250 / 0.75);
}

.hover\:border-b-violet-400\/80:hover {
  border-bottom-color: rgb(167 139 250 / 0.8);
}

.hover\:border-b-violet-400\/90:hover {
  border-bottom-color: rgb(167 139 250 / 0.9);
}

.hover\:border-b-violet-400\/95:hover {
  border-bottom-color: rgb(167 139 250 / 0.95);
}

.hover\:border-b-violet-50:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 243 255 / var(--tw-border-opacity));
}

.hover\:border-b-violet-50\/0:hover {
  border-bottom-color: rgb(245 243 255 / 0);
}

.hover\:border-b-violet-50\/10:hover {
  border-bottom-color: rgb(245 243 255 / 0.1);
}

.hover\:border-b-violet-50\/100:hover {
  border-bottom-color: rgb(245 243 255 / 1);
}

.hover\:border-b-violet-50\/20:hover {
  border-bottom-color: rgb(245 243 255 / 0.2);
}

.hover\:border-b-violet-50\/25:hover {
  border-bottom-color: rgb(245 243 255 / 0.25);
}

.hover\:border-b-violet-50\/30:hover {
  border-bottom-color: rgb(245 243 255 / 0.3);
}

.hover\:border-b-violet-50\/40:hover {
  border-bottom-color: rgb(245 243 255 / 0.4);
}

.hover\:border-b-violet-50\/5:hover {
  border-bottom-color: rgb(245 243 255 / 0.05);
}

.hover\:border-b-violet-50\/50:hover {
  border-bottom-color: rgb(245 243 255 / 0.5);
}

.hover\:border-b-violet-50\/60:hover {
  border-bottom-color: rgb(245 243 255 / 0.6);
}

.hover\:border-b-violet-50\/70:hover {
  border-bottom-color: rgb(245 243 255 / 0.7);
}

.hover\:border-b-violet-50\/75:hover {
  border-bottom-color: rgb(245 243 255 / 0.75);
}

.hover\:border-b-violet-50\/80:hover {
  border-bottom-color: rgb(245 243 255 / 0.8);
}

.hover\:border-b-violet-50\/90:hover {
  border-bottom-color: rgb(245 243 255 / 0.9);
}

.hover\:border-b-violet-50\/95:hover {
  border-bottom-color: rgb(245 243 255 / 0.95);
}

.hover\:border-b-violet-500:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(139 92 246 / var(--tw-border-opacity));
}

.hover\:border-b-violet-500\/0:hover {
  border-bottom-color: rgb(139 92 246 / 0);
}

.hover\:border-b-violet-500\/10:hover {
  border-bottom-color: rgb(139 92 246 / 0.1);
}

.hover\:border-b-violet-500\/100:hover {
  border-bottom-color: rgb(139 92 246 / 1);
}

.hover\:border-b-violet-500\/20:hover {
  border-bottom-color: rgb(139 92 246 / 0.2);
}

.hover\:border-b-violet-500\/25:hover {
  border-bottom-color: rgb(139 92 246 / 0.25);
}

.hover\:border-b-violet-500\/30:hover {
  border-bottom-color: rgb(139 92 246 / 0.3);
}

.hover\:border-b-violet-500\/40:hover {
  border-bottom-color: rgb(139 92 246 / 0.4);
}

.hover\:border-b-violet-500\/5:hover {
  border-bottom-color: rgb(139 92 246 / 0.05);
}

.hover\:border-b-violet-500\/50:hover {
  border-bottom-color: rgb(139 92 246 / 0.5);
}

.hover\:border-b-violet-500\/60:hover {
  border-bottom-color: rgb(139 92 246 / 0.6);
}

.hover\:border-b-violet-500\/70:hover {
  border-bottom-color: rgb(139 92 246 / 0.7);
}

.hover\:border-b-violet-500\/75:hover {
  border-bottom-color: rgb(139 92 246 / 0.75);
}

.hover\:border-b-violet-500\/80:hover {
  border-bottom-color: rgb(139 92 246 / 0.8);
}

.hover\:border-b-violet-500\/90:hover {
  border-bottom-color: rgb(139 92 246 / 0.9);
}

.hover\:border-b-violet-500\/95:hover {
  border-bottom-color: rgb(139 92 246 / 0.95);
}

.hover\:border-b-violet-600:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(124 58 237 / var(--tw-border-opacity));
}

.hover\:border-b-violet-600\/0:hover {
  border-bottom-color: rgb(124 58 237 / 0);
}

.hover\:border-b-violet-600\/10:hover {
  border-bottom-color: rgb(124 58 237 / 0.1);
}

.hover\:border-b-violet-600\/100:hover {
  border-bottom-color: rgb(124 58 237 / 1);
}

.hover\:border-b-violet-600\/20:hover {
  border-bottom-color: rgb(124 58 237 / 0.2);
}

.hover\:border-b-violet-600\/25:hover {
  border-bottom-color: rgb(124 58 237 / 0.25);
}

.hover\:border-b-violet-600\/30:hover {
  border-bottom-color: rgb(124 58 237 / 0.3);
}

.hover\:border-b-violet-600\/40:hover {
  border-bottom-color: rgb(124 58 237 / 0.4);
}

.hover\:border-b-violet-600\/5:hover {
  border-bottom-color: rgb(124 58 237 / 0.05);
}

.hover\:border-b-violet-600\/50:hover {
  border-bottom-color: rgb(124 58 237 / 0.5);
}

.hover\:border-b-violet-600\/60:hover {
  border-bottom-color: rgb(124 58 237 / 0.6);
}

.hover\:border-b-violet-600\/70:hover {
  border-bottom-color: rgb(124 58 237 / 0.7);
}

.hover\:border-b-violet-600\/75:hover {
  border-bottom-color: rgb(124 58 237 / 0.75);
}

.hover\:border-b-violet-600\/80:hover {
  border-bottom-color: rgb(124 58 237 / 0.8);
}

.hover\:border-b-violet-600\/90:hover {
  border-bottom-color: rgb(124 58 237 / 0.9);
}

.hover\:border-b-violet-600\/95:hover {
  border-bottom-color: rgb(124 58 237 / 0.95);
}

.hover\:border-b-violet-700:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(109 40 217 / var(--tw-border-opacity));
}

.hover\:border-b-violet-700\/0:hover {
  border-bottom-color: rgb(109 40 217 / 0);
}

.hover\:border-b-violet-700\/10:hover {
  border-bottom-color: rgb(109 40 217 / 0.1);
}

.hover\:border-b-violet-700\/100:hover {
  border-bottom-color: rgb(109 40 217 / 1);
}

.hover\:border-b-violet-700\/20:hover {
  border-bottom-color: rgb(109 40 217 / 0.2);
}

.hover\:border-b-violet-700\/25:hover {
  border-bottom-color: rgb(109 40 217 / 0.25);
}

.hover\:border-b-violet-700\/30:hover {
  border-bottom-color: rgb(109 40 217 / 0.3);
}

.hover\:border-b-violet-700\/40:hover {
  border-bottom-color: rgb(109 40 217 / 0.4);
}

.hover\:border-b-violet-700\/5:hover {
  border-bottom-color: rgb(109 40 217 / 0.05);
}

.hover\:border-b-violet-700\/50:hover {
  border-bottom-color: rgb(109 40 217 / 0.5);
}

.hover\:border-b-violet-700\/60:hover {
  border-bottom-color: rgb(109 40 217 / 0.6);
}

.hover\:border-b-violet-700\/70:hover {
  border-bottom-color: rgb(109 40 217 / 0.7);
}

.hover\:border-b-violet-700\/75:hover {
  border-bottom-color: rgb(109 40 217 / 0.75);
}

.hover\:border-b-violet-700\/80:hover {
  border-bottom-color: rgb(109 40 217 / 0.8);
}

.hover\:border-b-violet-700\/90:hover {
  border-bottom-color: rgb(109 40 217 / 0.9);
}

.hover\:border-b-violet-700\/95:hover {
  border-bottom-color: rgb(109 40 217 / 0.95);
}

.hover\:border-b-violet-800:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(91 33 182 / var(--tw-border-opacity));
}

.hover\:border-b-violet-800\/0:hover {
  border-bottom-color: rgb(91 33 182 / 0);
}

.hover\:border-b-violet-800\/10:hover {
  border-bottom-color: rgb(91 33 182 / 0.1);
}

.hover\:border-b-violet-800\/100:hover {
  border-bottom-color: rgb(91 33 182 / 1);
}

.hover\:border-b-violet-800\/20:hover {
  border-bottom-color: rgb(91 33 182 / 0.2);
}

.hover\:border-b-violet-800\/25:hover {
  border-bottom-color: rgb(91 33 182 / 0.25);
}

.hover\:border-b-violet-800\/30:hover {
  border-bottom-color: rgb(91 33 182 / 0.3);
}

.hover\:border-b-violet-800\/40:hover {
  border-bottom-color: rgb(91 33 182 / 0.4);
}

.hover\:border-b-violet-800\/5:hover {
  border-bottom-color: rgb(91 33 182 / 0.05);
}

.hover\:border-b-violet-800\/50:hover {
  border-bottom-color: rgb(91 33 182 / 0.5);
}

.hover\:border-b-violet-800\/60:hover {
  border-bottom-color: rgb(91 33 182 / 0.6);
}

.hover\:border-b-violet-800\/70:hover {
  border-bottom-color: rgb(91 33 182 / 0.7);
}

.hover\:border-b-violet-800\/75:hover {
  border-bottom-color: rgb(91 33 182 / 0.75);
}

.hover\:border-b-violet-800\/80:hover {
  border-bottom-color: rgb(91 33 182 / 0.8);
}

.hover\:border-b-violet-800\/90:hover {
  border-bottom-color: rgb(91 33 182 / 0.9);
}

.hover\:border-b-violet-800\/95:hover {
  border-bottom-color: rgb(91 33 182 / 0.95);
}

.hover\:border-b-violet-900:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(76 29 149 / var(--tw-border-opacity));
}

.hover\:border-b-violet-900\/0:hover {
  border-bottom-color: rgb(76 29 149 / 0);
}

.hover\:border-b-violet-900\/10:hover {
  border-bottom-color: rgb(76 29 149 / 0.1);
}

.hover\:border-b-violet-900\/100:hover {
  border-bottom-color: rgb(76 29 149 / 1);
}

.hover\:border-b-violet-900\/20:hover {
  border-bottom-color: rgb(76 29 149 / 0.2);
}

.hover\:border-b-violet-900\/25:hover {
  border-bottom-color: rgb(76 29 149 / 0.25);
}

.hover\:border-b-violet-900\/30:hover {
  border-bottom-color: rgb(76 29 149 / 0.3);
}

.hover\:border-b-violet-900\/40:hover {
  border-bottom-color: rgb(76 29 149 / 0.4);
}

.hover\:border-b-violet-900\/5:hover {
  border-bottom-color: rgb(76 29 149 / 0.05);
}

.hover\:border-b-violet-900\/50:hover {
  border-bottom-color: rgb(76 29 149 / 0.5);
}

.hover\:border-b-violet-900\/60:hover {
  border-bottom-color: rgb(76 29 149 / 0.6);
}

.hover\:border-b-violet-900\/70:hover {
  border-bottom-color: rgb(76 29 149 / 0.7);
}

.hover\:border-b-violet-900\/75:hover {
  border-bottom-color: rgb(76 29 149 / 0.75);
}

.hover\:border-b-violet-900\/80:hover {
  border-bottom-color: rgb(76 29 149 / 0.8);
}

.hover\:border-b-violet-900\/90:hover {
  border-bottom-color: rgb(76 29 149 / 0.9);
}

.hover\:border-b-violet-900\/95:hover {
  border-bottom-color: rgb(76 29 149 / 0.95);
}

.hover\:border-b-violet-950:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(46 16 101 / var(--tw-border-opacity));
}

.hover\:border-b-violet-950\/0:hover {
  border-bottom-color: rgb(46 16 101 / 0);
}

.hover\:border-b-violet-950\/10:hover {
  border-bottom-color: rgb(46 16 101 / 0.1);
}

.hover\:border-b-violet-950\/100:hover {
  border-bottom-color: rgb(46 16 101 / 1);
}

.hover\:border-b-violet-950\/20:hover {
  border-bottom-color: rgb(46 16 101 / 0.2);
}

.hover\:border-b-violet-950\/25:hover {
  border-bottom-color: rgb(46 16 101 / 0.25);
}

.hover\:border-b-violet-950\/30:hover {
  border-bottom-color: rgb(46 16 101 / 0.3);
}

.hover\:border-b-violet-950\/40:hover {
  border-bottom-color: rgb(46 16 101 / 0.4);
}

.hover\:border-b-violet-950\/5:hover {
  border-bottom-color: rgb(46 16 101 / 0.05);
}

.hover\:border-b-violet-950\/50:hover {
  border-bottom-color: rgb(46 16 101 / 0.5);
}

.hover\:border-b-violet-950\/60:hover {
  border-bottom-color: rgb(46 16 101 / 0.6);
}

.hover\:border-b-violet-950\/70:hover {
  border-bottom-color: rgb(46 16 101 / 0.7);
}

.hover\:border-b-violet-950\/75:hover {
  border-bottom-color: rgb(46 16 101 / 0.75);
}

.hover\:border-b-violet-950\/80:hover {
  border-bottom-color: rgb(46 16 101 / 0.8);
}

.hover\:border-b-violet-950\/90:hover {
  border-bottom-color: rgb(46 16 101 / 0.9);
}

.hover\:border-b-violet-950\/95:hover {
  border-bottom-color: rgb(46 16 101 / 0.95);
}

.hover\:border-b-white:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.hover\:border-b-white\/0:hover {
  border-bottom-color: rgb(255 255 255 / 0);
}

.hover\:border-b-white\/10:hover {
  border-bottom-color: rgb(255 255 255 / 0.1);
}

.hover\:border-b-white\/100:hover {
  border-bottom-color: rgb(255 255 255 / 1);
}

.hover\:border-b-white\/20:hover {
  border-bottom-color: rgb(255 255 255 / 0.2);
}

.hover\:border-b-white\/25:hover {
  border-bottom-color: rgb(255 255 255 / 0.25);
}

.hover\:border-b-white\/30:hover {
  border-bottom-color: rgb(255 255 255 / 0.3);
}

.hover\:border-b-white\/40:hover {
  border-bottom-color: rgb(255 255 255 / 0.4);
}

.hover\:border-b-white\/5:hover {
  border-bottom-color: rgb(255 255 255 / 0.05);
}

.hover\:border-b-white\/50:hover {
  border-bottom-color: rgb(255 255 255 / 0.5);
}

.hover\:border-b-white\/60:hover {
  border-bottom-color: rgb(255 255 255 / 0.6);
}

.hover\:border-b-white\/70:hover {
  border-bottom-color: rgb(255 255 255 / 0.7);
}

.hover\:border-b-white\/75:hover {
  border-bottom-color: rgb(255 255 255 / 0.75);
}

.hover\:border-b-white\/80:hover {
  border-bottom-color: rgb(255 255 255 / 0.8);
}

.hover\:border-b-white\/90:hover {
  border-bottom-color: rgb(255 255 255 / 0.9);
}

.hover\:border-b-white\/95:hover {
  border-bottom-color: rgb(255 255 255 / 0.95);
}

.hover\:border-b-work-identity-300:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(166 235 194 / var(--tw-border-opacity));
}

.hover\:border-b-work-identity-300\/0:hover {
  border-bottom-color: rgb(166 235 194 / 0);
}

.hover\:border-b-work-identity-300\/10:hover {
  border-bottom-color: rgb(166 235 194 / 0.1);
}

.hover\:border-b-work-identity-300\/100:hover {
  border-bottom-color: rgb(166 235 194 / 1);
}

.hover\:border-b-work-identity-300\/20:hover {
  border-bottom-color: rgb(166 235 194 / 0.2);
}

.hover\:border-b-work-identity-300\/25:hover {
  border-bottom-color: rgb(166 235 194 / 0.25);
}

.hover\:border-b-work-identity-300\/30:hover {
  border-bottom-color: rgb(166 235 194 / 0.3);
}

.hover\:border-b-work-identity-300\/40:hover {
  border-bottom-color: rgb(166 235 194 / 0.4);
}

.hover\:border-b-work-identity-300\/5:hover {
  border-bottom-color: rgb(166 235 194 / 0.05);
}

.hover\:border-b-work-identity-300\/50:hover {
  border-bottom-color: rgb(166 235 194 / 0.5);
}

.hover\:border-b-work-identity-300\/60:hover {
  border-bottom-color: rgb(166 235 194 / 0.6);
}

.hover\:border-b-work-identity-300\/70:hover {
  border-bottom-color: rgb(166 235 194 / 0.7);
}

.hover\:border-b-work-identity-300\/75:hover {
  border-bottom-color: rgb(166 235 194 / 0.75);
}

.hover\:border-b-work-identity-300\/80:hover {
  border-bottom-color: rgb(166 235 194 / 0.8);
}

.hover\:border-b-work-identity-300\/90:hover {
  border-bottom-color: rgb(166 235 194 / 0.9);
}

.hover\:border-b-work-identity-300\/95:hover {
  border-bottom-color: rgb(166 235 194 / 0.95);
}

.hover\:border-b-work-identity-400:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(83 221 139 / var(--tw-border-opacity));
}

.hover\:border-b-work-identity-400\/0:hover {
  border-bottom-color: rgb(83 221 139 / 0);
}

.hover\:border-b-work-identity-400\/10:hover {
  border-bottom-color: rgb(83 221 139 / 0.1);
}

.hover\:border-b-work-identity-400\/100:hover {
  border-bottom-color: rgb(83 221 139 / 1);
}

.hover\:border-b-work-identity-400\/20:hover {
  border-bottom-color: rgb(83 221 139 / 0.2);
}

.hover\:border-b-work-identity-400\/25:hover {
  border-bottom-color: rgb(83 221 139 / 0.25);
}

.hover\:border-b-work-identity-400\/30:hover {
  border-bottom-color: rgb(83 221 139 / 0.3);
}

.hover\:border-b-work-identity-400\/40:hover {
  border-bottom-color: rgb(83 221 139 / 0.4);
}

.hover\:border-b-work-identity-400\/5:hover {
  border-bottom-color: rgb(83 221 139 / 0.05);
}

.hover\:border-b-work-identity-400\/50:hover {
  border-bottom-color: rgb(83 221 139 / 0.5);
}

.hover\:border-b-work-identity-400\/60:hover {
  border-bottom-color: rgb(83 221 139 / 0.6);
}

.hover\:border-b-work-identity-400\/70:hover {
  border-bottom-color: rgb(83 221 139 / 0.7);
}

.hover\:border-b-work-identity-400\/75:hover {
  border-bottom-color: rgb(83 221 139 / 0.75);
}

.hover\:border-b-work-identity-400\/80:hover {
  border-bottom-color: rgb(83 221 139 / 0.8);
}

.hover\:border-b-work-identity-400\/90:hover {
  border-bottom-color: rgb(83 221 139 / 0.9);
}

.hover\:border-b-work-identity-400\/95:hover {
  border-bottom-color: rgb(83 221 139 / 0.95);
}

.hover\:border-b-work-identity-500:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 208 84 / var(--tw-border-opacity));
}

.hover\:border-b-work-identity-500\/0:hover {
  border-bottom-color: rgb(0 208 84 / 0);
}

.hover\:border-b-work-identity-500\/10:hover {
  border-bottom-color: rgb(0 208 84 / 0.1);
}

.hover\:border-b-work-identity-500\/100:hover {
  border-bottom-color: rgb(0 208 84 / 1);
}

.hover\:border-b-work-identity-500\/20:hover {
  border-bottom-color: rgb(0 208 84 / 0.2);
}

.hover\:border-b-work-identity-500\/25:hover {
  border-bottom-color: rgb(0 208 84 / 0.25);
}

.hover\:border-b-work-identity-500\/30:hover {
  border-bottom-color: rgb(0 208 84 / 0.3);
}

.hover\:border-b-work-identity-500\/40:hover {
  border-bottom-color: rgb(0 208 84 / 0.4);
}

.hover\:border-b-work-identity-500\/5:hover {
  border-bottom-color: rgb(0 208 84 / 0.05);
}

.hover\:border-b-work-identity-500\/50:hover {
  border-bottom-color: rgb(0 208 84 / 0.5);
}

.hover\:border-b-work-identity-500\/60:hover {
  border-bottom-color: rgb(0 208 84 / 0.6);
}

.hover\:border-b-work-identity-500\/70:hover {
  border-bottom-color: rgb(0 208 84 / 0.7);
}

.hover\:border-b-work-identity-500\/75:hover {
  border-bottom-color: rgb(0 208 84 / 0.75);
}

.hover\:border-b-work-identity-500\/80:hover {
  border-bottom-color: rgb(0 208 84 / 0.8);
}

.hover\:border-b-work-identity-500\/90:hover {
  border-bottom-color: rgb(0 208 84 / 0.9);
}

.hover\:border-b-work-identity-500\/95:hover {
  border-bottom-color: rgb(0 208 84 / 0.95);
}

.hover\:border-b-work-identity-900:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 249 249 / var(--tw-border-opacity));
}

.hover\:border-b-work-identity-900\/0:hover {
  border-bottom-color: rgb(249 249 249 / 0);
}

.hover\:border-b-work-identity-900\/10:hover {
  border-bottom-color: rgb(249 249 249 / 0.1);
}

.hover\:border-b-work-identity-900\/100:hover {
  border-bottom-color: rgb(249 249 249 / 1);
}

.hover\:border-b-work-identity-900\/20:hover {
  border-bottom-color: rgb(249 249 249 / 0.2);
}

.hover\:border-b-work-identity-900\/25:hover {
  border-bottom-color: rgb(249 249 249 / 0.25);
}

.hover\:border-b-work-identity-900\/30:hover {
  border-bottom-color: rgb(249 249 249 / 0.3);
}

.hover\:border-b-work-identity-900\/40:hover {
  border-bottom-color: rgb(249 249 249 / 0.4);
}

.hover\:border-b-work-identity-900\/5:hover {
  border-bottom-color: rgb(249 249 249 / 0.05);
}

.hover\:border-b-work-identity-900\/50:hover {
  border-bottom-color: rgb(249 249 249 / 0.5);
}

.hover\:border-b-work-identity-900\/60:hover {
  border-bottom-color: rgb(249 249 249 / 0.6);
}

.hover\:border-b-work-identity-900\/70:hover {
  border-bottom-color: rgb(249 249 249 / 0.7);
}

.hover\:border-b-work-identity-900\/75:hover {
  border-bottom-color: rgb(249 249 249 / 0.75);
}

.hover\:border-b-work-identity-900\/80:hover {
  border-bottom-color: rgb(249 249 249 / 0.8);
}

.hover\:border-b-work-identity-900\/90:hover {
  border-bottom-color: rgb(249 249 249 / 0.9);
}

.hover\:border-b-work-identity-900\/95:hover {
  border-bottom-color: rgb(249 249 249 / 0.95);
}

.hover\:border-b-yellow-100:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.hover\:border-b-yellow-100\/0:hover {
  border-bottom-color: rgb(254 249 195 / 0);
}

.hover\:border-b-yellow-100\/10:hover {
  border-bottom-color: rgb(254 249 195 / 0.1);
}

.hover\:border-b-yellow-100\/100:hover {
  border-bottom-color: rgb(254 249 195 / 1);
}

.hover\:border-b-yellow-100\/20:hover {
  border-bottom-color: rgb(254 249 195 / 0.2);
}

.hover\:border-b-yellow-100\/25:hover {
  border-bottom-color: rgb(254 249 195 / 0.25);
}

.hover\:border-b-yellow-100\/30:hover {
  border-bottom-color: rgb(254 249 195 / 0.3);
}

.hover\:border-b-yellow-100\/40:hover {
  border-bottom-color: rgb(254 249 195 / 0.4);
}

.hover\:border-b-yellow-100\/5:hover {
  border-bottom-color: rgb(254 249 195 / 0.05);
}

.hover\:border-b-yellow-100\/50:hover {
  border-bottom-color: rgb(254 249 195 / 0.5);
}

.hover\:border-b-yellow-100\/60:hover {
  border-bottom-color: rgb(254 249 195 / 0.6);
}

.hover\:border-b-yellow-100\/70:hover {
  border-bottom-color: rgb(254 249 195 / 0.7);
}

.hover\:border-b-yellow-100\/75:hover {
  border-bottom-color: rgb(254 249 195 / 0.75);
}

.hover\:border-b-yellow-100\/80:hover {
  border-bottom-color: rgb(254 249 195 / 0.8);
}

.hover\:border-b-yellow-100\/90:hover {
  border-bottom-color: rgb(254 249 195 / 0.9);
}

.hover\:border-b-yellow-100\/95:hover {
  border-bottom-color: rgb(254 249 195 / 0.95);
}

.hover\:border-b-yellow-200:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.hover\:border-b-yellow-200\/0:hover {
  border-bottom-color: rgb(254 240 138 / 0);
}

.hover\:border-b-yellow-200\/10:hover {
  border-bottom-color: rgb(254 240 138 / 0.1);
}

.hover\:border-b-yellow-200\/100:hover {
  border-bottom-color: rgb(254 240 138 / 1);
}

.hover\:border-b-yellow-200\/20:hover {
  border-bottom-color: rgb(254 240 138 / 0.2);
}

.hover\:border-b-yellow-200\/25:hover {
  border-bottom-color: rgb(254 240 138 / 0.25);
}

.hover\:border-b-yellow-200\/30:hover {
  border-bottom-color: rgb(254 240 138 / 0.3);
}

.hover\:border-b-yellow-200\/40:hover {
  border-bottom-color: rgb(254 240 138 / 0.4);
}

.hover\:border-b-yellow-200\/5:hover {
  border-bottom-color: rgb(254 240 138 / 0.05);
}

.hover\:border-b-yellow-200\/50:hover {
  border-bottom-color: rgb(254 240 138 / 0.5);
}

.hover\:border-b-yellow-200\/60:hover {
  border-bottom-color: rgb(254 240 138 / 0.6);
}

.hover\:border-b-yellow-200\/70:hover {
  border-bottom-color: rgb(254 240 138 / 0.7);
}

.hover\:border-b-yellow-200\/75:hover {
  border-bottom-color: rgb(254 240 138 / 0.75);
}

.hover\:border-b-yellow-200\/80:hover {
  border-bottom-color: rgb(254 240 138 / 0.8);
}

.hover\:border-b-yellow-200\/90:hover {
  border-bottom-color: rgb(254 240 138 / 0.9);
}

.hover\:border-b-yellow-200\/95:hover {
  border-bottom-color: rgb(254 240 138 / 0.95);
}

.hover\:border-b-yellow-300:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.hover\:border-b-yellow-300\/0:hover {
  border-bottom-color: rgb(253 224 71 / 0);
}

.hover\:border-b-yellow-300\/10:hover {
  border-bottom-color: rgb(253 224 71 / 0.1);
}

.hover\:border-b-yellow-300\/100:hover {
  border-bottom-color: rgb(253 224 71 / 1);
}

.hover\:border-b-yellow-300\/20:hover {
  border-bottom-color: rgb(253 224 71 / 0.2);
}

.hover\:border-b-yellow-300\/25:hover {
  border-bottom-color: rgb(253 224 71 / 0.25);
}

.hover\:border-b-yellow-300\/30:hover {
  border-bottom-color: rgb(253 224 71 / 0.3);
}

.hover\:border-b-yellow-300\/40:hover {
  border-bottom-color: rgb(253 224 71 / 0.4);
}

.hover\:border-b-yellow-300\/5:hover {
  border-bottom-color: rgb(253 224 71 / 0.05);
}

.hover\:border-b-yellow-300\/50:hover {
  border-bottom-color: rgb(253 224 71 / 0.5);
}

.hover\:border-b-yellow-300\/60:hover {
  border-bottom-color: rgb(253 224 71 / 0.6);
}

.hover\:border-b-yellow-300\/70:hover {
  border-bottom-color: rgb(253 224 71 / 0.7);
}

.hover\:border-b-yellow-300\/75:hover {
  border-bottom-color: rgb(253 224 71 / 0.75);
}

.hover\:border-b-yellow-300\/80:hover {
  border-bottom-color: rgb(253 224 71 / 0.8);
}

.hover\:border-b-yellow-300\/90:hover {
  border-bottom-color: rgb(253 224 71 / 0.9);
}

.hover\:border-b-yellow-300\/95:hover {
  border-bottom-color: rgb(253 224 71 / 0.95);
}

.hover\:border-b-yellow-400:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.hover\:border-b-yellow-400\/0:hover {
  border-bottom-color: rgb(250 204 21 / 0);
}

.hover\:border-b-yellow-400\/10:hover {
  border-bottom-color: rgb(250 204 21 / 0.1);
}

.hover\:border-b-yellow-400\/100:hover {
  border-bottom-color: rgb(250 204 21 / 1);
}

.hover\:border-b-yellow-400\/20:hover {
  border-bottom-color: rgb(250 204 21 / 0.2);
}

.hover\:border-b-yellow-400\/25:hover {
  border-bottom-color: rgb(250 204 21 / 0.25);
}

.hover\:border-b-yellow-400\/30:hover {
  border-bottom-color: rgb(250 204 21 / 0.3);
}

.hover\:border-b-yellow-400\/40:hover {
  border-bottom-color: rgb(250 204 21 / 0.4);
}

.hover\:border-b-yellow-400\/5:hover {
  border-bottom-color: rgb(250 204 21 / 0.05);
}

.hover\:border-b-yellow-400\/50:hover {
  border-bottom-color: rgb(250 204 21 / 0.5);
}

.hover\:border-b-yellow-400\/60:hover {
  border-bottom-color: rgb(250 204 21 / 0.6);
}

.hover\:border-b-yellow-400\/70:hover {
  border-bottom-color: rgb(250 204 21 / 0.7);
}

.hover\:border-b-yellow-400\/75:hover {
  border-bottom-color: rgb(250 204 21 / 0.75);
}

.hover\:border-b-yellow-400\/80:hover {
  border-bottom-color: rgb(250 204 21 / 0.8);
}

.hover\:border-b-yellow-400\/90:hover {
  border-bottom-color: rgb(250 204 21 / 0.9);
}

.hover\:border-b-yellow-400\/95:hover {
  border-bottom-color: rgb(250 204 21 / 0.95);
}

.hover\:border-b-yellow-50:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.hover\:border-b-yellow-50\/0:hover {
  border-bottom-color: rgb(254 252 232 / 0);
}

.hover\:border-b-yellow-50\/10:hover {
  border-bottom-color: rgb(254 252 232 / 0.1);
}

.hover\:border-b-yellow-50\/100:hover {
  border-bottom-color: rgb(254 252 232 / 1);
}

.hover\:border-b-yellow-50\/20:hover {
  border-bottom-color: rgb(254 252 232 / 0.2);
}

.hover\:border-b-yellow-50\/25:hover {
  border-bottom-color: rgb(254 252 232 / 0.25);
}

.hover\:border-b-yellow-50\/30:hover {
  border-bottom-color: rgb(254 252 232 / 0.3);
}

.hover\:border-b-yellow-50\/40:hover {
  border-bottom-color: rgb(254 252 232 / 0.4);
}

.hover\:border-b-yellow-50\/5:hover {
  border-bottom-color: rgb(254 252 232 / 0.05);
}

.hover\:border-b-yellow-50\/50:hover {
  border-bottom-color: rgb(254 252 232 / 0.5);
}

.hover\:border-b-yellow-50\/60:hover {
  border-bottom-color: rgb(254 252 232 / 0.6);
}

.hover\:border-b-yellow-50\/70:hover {
  border-bottom-color: rgb(254 252 232 / 0.7);
}

.hover\:border-b-yellow-50\/75:hover {
  border-bottom-color: rgb(254 252 232 / 0.75);
}

.hover\:border-b-yellow-50\/80:hover {
  border-bottom-color: rgb(254 252 232 / 0.8);
}

.hover\:border-b-yellow-50\/90:hover {
  border-bottom-color: rgb(254 252 232 / 0.9);
}

.hover\:border-b-yellow-50\/95:hover {
  border-bottom-color: rgb(254 252 232 / 0.95);
}

.hover\:border-b-yellow-500:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.hover\:border-b-yellow-500\/0:hover {
  border-bottom-color: rgb(234 179 8 / 0);
}

.hover\:border-b-yellow-500\/10:hover {
  border-bottom-color: rgb(234 179 8 / 0.1);
}

.hover\:border-b-yellow-500\/100:hover {
  border-bottom-color: rgb(234 179 8 / 1);
}

.hover\:border-b-yellow-500\/20:hover {
  border-bottom-color: rgb(234 179 8 / 0.2);
}

.hover\:border-b-yellow-500\/25:hover {
  border-bottom-color: rgb(234 179 8 / 0.25);
}

.hover\:border-b-yellow-500\/30:hover {
  border-bottom-color: rgb(234 179 8 / 0.3);
}

.hover\:border-b-yellow-500\/40:hover {
  border-bottom-color: rgb(234 179 8 / 0.4);
}

.hover\:border-b-yellow-500\/5:hover {
  border-bottom-color: rgb(234 179 8 / 0.05);
}

.hover\:border-b-yellow-500\/50:hover {
  border-bottom-color: rgb(234 179 8 / 0.5);
}

.hover\:border-b-yellow-500\/60:hover {
  border-bottom-color: rgb(234 179 8 / 0.6);
}

.hover\:border-b-yellow-500\/70:hover {
  border-bottom-color: rgb(234 179 8 / 0.7);
}

.hover\:border-b-yellow-500\/75:hover {
  border-bottom-color: rgb(234 179 8 / 0.75);
}

.hover\:border-b-yellow-500\/80:hover {
  border-bottom-color: rgb(234 179 8 / 0.8);
}

.hover\:border-b-yellow-500\/90:hover {
  border-bottom-color: rgb(234 179 8 / 0.9);
}

.hover\:border-b-yellow-500\/95:hover {
  border-bottom-color: rgb(234 179 8 / 0.95);
}

.hover\:border-b-yellow-600:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.hover\:border-b-yellow-600\/0:hover {
  border-bottom-color: rgb(202 138 4 / 0);
}

.hover\:border-b-yellow-600\/10:hover {
  border-bottom-color: rgb(202 138 4 / 0.1);
}

.hover\:border-b-yellow-600\/100:hover {
  border-bottom-color: rgb(202 138 4 / 1);
}

.hover\:border-b-yellow-600\/20:hover {
  border-bottom-color: rgb(202 138 4 / 0.2);
}

.hover\:border-b-yellow-600\/25:hover {
  border-bottom-color: rgb(202 138 4 / 0.25);
}

.hover\:border-b-yellow-600\/30:hover {
  border-bottom-color: rgb(202 138 4 / 0.3);
}

.hover\:border-b-yellow-600\/40:hover {
  border-bottom-color: rgb(202 138 4 / 0.4);
}

.hover\:border-b-yellow-600\/5:hover {
  border-bottom-color: rgb(202 138 4 / 0.05);
}

.hover\:border-b-yellow-600\/50:hover {
  border-bottom-color: rgb(202 138 4 / 0.5);
}

.hover\:border-b-yellow-600\/60:hover {
  border-bottom-color: rgb(202 138 4 / 0.6);
}

.hover\:border-b-yellow-600\/70:hover {
  border-bottom-color: rgb(202 138 4 / 0.7);
}

.hover\:border-b-yellow-600\/75:hover {
  border-bottom-color: rgb(202 138 4 / 0.75);
}

.hover\:border-b-yellow-600\/80:hover {
  border-bottom-color: rgb(202 138 4 / 0.8);
}

.hover\:border-b-yellow-600\/90:hover {
  border-bottom-color: rgb(202 138 4 / 0.9);
}

.hover\:border-b-yellow-600\/95:hover {
  border-bottom-color: rgb(202 138 4 / 0.95);
}

.hover\:border-b-yellow-700:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.hover\:border-b-yellow-700\/0:hover {
  border-bottom-color: rgb(161 98 7 / 0);
}

.hover\:border-b-yellow-700\/10:hover {
  border-bottom-color: rgb(161 98 7 / 0.1);
}

.hover\:border-b-yellow-700\/100:hover {
  border-bottom-color: rgb(161 98 7 / 1);
}

.hover\:border-b-yellow-700\/20:hover {
  border-bottom-color: rgb(161 98 7 / 0.2);
}

.hover\:border-b-yellow-700\/25:hover {
  border-bottom-color: rgb(161 98 7 / 0.25);
}

.hover\:border-b-yellow-700\/30:hover {
  border-bottom-color: rgb(161 98 7 / 0.3);
}

.hover\:border-b-yellow-700\/40:hover {
  border-bottom-color: rgb(161 98 7 / 0.4);
}

.hover\:border-b-yellow-700\/5:hover {
  border-bottom-color: rgb(161 98 7 / 0.05);
}

.hover\:border-b-yellow-700\/50:hover {
  border-bottom-color: rgb(161 98 7 / 0.5);
}

.hover\:border-b-yellow-700\/60:hover {
  border-bottom-color: rgb(161 98 7 / 0.6);
}

.hover\:border-b-yellow-700\/70:hover {
  border-bottom-color: rgb(161 98 7 / 0.7);
}

.hover\:border-b-yellow-700\/75:hover {
  border-bottom-color: rgb(161 98 7 / 0.75);
}

.hover\:border-b-yellow-700\/80:hover {
  border-bottom-color: rgb(161 98 7 / 0.8);
}

.hover\:border-b-yellow-700\/90:hover {
  border-bottom-color: rgb(161 98 7 / 0.9);
}

.hover\:border-b-yellow-700\/95:hover {
  border-bottom-color: rgb(161 98 7 / 0.95);
}

.hover\:border-b-yellow-800:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.hover\:border-b-yellow-800\/0:hover {
  border-bottom-color: rgb(133 77 14 / 0);
}

.hover\:border-b-yellow-800\/10:hover {
  border-bottom-color: rgb(133 77 14 / 0.1);
}

.hover\:border-b-yellow-800\/100:hover {
  border-bottom-color: rgb(133 77 14 / 1);
}

.hover\:border-b-yellow-800\/20:hover {
  border-bottom-color: rgb(133 77 14 / 0.2);
}

.hover\:border-b-yellow-800\/25:hover {
  border-bottom-color: rgb(133 77 14 / 0.25);
}

.hover\:border-b-yellow-800\/30:hover {
  border-bottom-color: rgb(133 77 14 / 0.3);
}

.hover\:border-b-yellow-800\/40:hover {
  border-bottom-color: rgb(133 77 14 / 0.4);
}

.hover\:border-b-yellow-800\/5:hover {
  border-bottom-color: rgb(133 77 14 / 0.05);
}

.hover\:border-b-yellow-800\/50:hover {
  border-bottom-color: rgb(133 77 14 / 0.5);
}

.hover\:border-b-yellow-800\/60:hover {
  border-bottom-color: rgb(133 77 14 / 0.6);
}

.hover\:border-b-yellow-800\/70:hover {
  border-bottom-color: rgb(133 77 14 / 0.7);
}

.hover\:border-b-yellow-800\/75:hover {
  border-bottom-color: rgb(133 77 14 / 0.75);
}

.hover\:border-b-yellow-800\/80:hover {
  border-bottom-color: rgb(133 77 14 / 0.8);
}

.hover\:border-b-yellow-800\/90:hover {
  border-bottom-color: rgb(133 77 14 / 0.9);
}

.hover\:border-b-yellow-800\/95:hover {
  border-bottom-color: rgb(133 77 14 / 0.95);
}

.hover\:border-b-yellow-900:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.hover\:border-b-yellow-900\/0:hover {
  border-bottom-color: rgb(113 63 18 / 0);
}

.hover\:border-b-yellow-900\/10:hover {
  border-bottom-color: rgb(113 63 18 / 0.1);
}

.hover\:border-b-yellow-900\/100:hover {
  border-bottom-color: rgb(113 63 18 / 1);
}

.hover\:border-b-yellow-900\/20:hover {
  border-bottom-color: rgb(113 63 18 / 0.2);
}

.hover\:border-b-yellow-900\/25:hover {
  border-bottom-color: rgb(113 63 18 / 0.25);
}

.hover\:border-b-yellow-900\/30:hover {
  border-bottom-color: rgb(113 63 18 / 0.3);
}

.hover\:border-b-yellow-900\/40:hover {
  border-bottom-color: rgb(113 63 18 / 0.4);
}

.hover\:border-b-yellow-900\/5:hover {
  border-bottom-color: rgb(113 63 18 / 0.05);
}

.hover\:border-b-yellow-900\/50:hover {
  border-bottom-color: rgb(113 63 18 / 0.5);
}

.hover\:border-b-yellow-900\/60:hover {
  border-bottom-color: rgb(113 63 18 / 0.6);
}

.hover\:border-b-yellow-900\/70:hover {
  border-bottom-color: rgb(113 63 18 / 0.7);
}

.hover\:border-b-yellow-900\/75:hover {
  border-bottom-color: rgb(113 63 18 / 0.75);
}

.hover\:border-b-yellow-900\/80:hover {
  border-bottom-color: rgb(113 63 18 / 0.8);
}

.hover\:border-b-yellow-900\/90:hover {
  border-bottom-color: rgb(113 63 18 / 0.9);
}

.hover\:border-b-yellow-900\/95:hover {
  border-bottom-color: rgb(113 63 18 / 0.95);
}

.hover\:border-b-yellow-950:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.hover\:border-b-yellow-950\/0:hover {
  border-bottom-color: rgb(66 32 6 / 0);
}

.hover\:border-b-yellow-950\/10:hover {
  border-bottom-color: rgb(66 32 6 / 0.1);
}

.hover\:border-b-yellow-950\/100:hover {
  border-bottom-color: rgb(66 32 6 / 1);
}

.hover\:border-b-yellow-950\/20:hover {
  border-bottom-color: rgb(66 32 6 / 0.2);
}

.hover\:border-b-yellow-950\/25:hover {
  border-bottom-color: rgb(66 32 6 / 0.25);
}

.hover\:border-b-yellow-950\/30:hover {
  border-bottom-color: rgb(66 32 6 / 0.3);
}

.hover\:border-b-yellow-950\/40:hover {
  border-bottom-color: rgb(66 32 6 / 0.4);
}

.hover\:border-b-yellow-950\/5:hover {
  border-bottom-color: rgb(66 32 6 / 0.05);
}

.hover\:border-b-yellow-950\/50:hover {
  border-bottom-color: rgb(66 32 6 / 0.5);
}

.hover\:border-b-yellow-950\/60:hover {
  border-bottom-color: rgb(66 32 6 / 0.6);
}

.hover\:border-b-yellow-950\/70:hover {
  border-bottom-color: rgb(66 32 6 / 0.7);
}

.hover\:border-b-yellow-950\/75:hover {
  border-bottom-color: rgb(66 32 6 / 0.75);
}

.hover\:border-b-yellow-950\/80:hover {
  border-bottom-color: rgb(66 32 6 / 0.8);
}

.hover\:border-b-yellow-950\/90:hover {
  border-bottom-color: rgb(66 32 6 / 0.9);
}

.hover\:border-b-yellow-950\/95:hover {
  border-bottom-color: rgb(66 32 6 / 0.95);
}

.hover\:border-b-zinc-100:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(244 244 245 / var(--tw-border-opacity));
}

.hover\:border-b-zinc-100\/0:hover {
  border-bottom-color: rgb(244 244 245 / 0);
}

.hover\:border-b-zinc-100\/10:hover {
  border-bottom-color: rgb(244 244 245 / 0.1);
}

.hover\:border-b-zinc-100\/100:hover {
  border-bottom-color: rgb(244 244 245 / 1);
}

.hover\:border-b-zinc-100\/20:hover {
  border-bottom-color: rgb(244 244 245 / 0.2);
}

.hover\:border-b-zinc-100\/25:hover {
  border-bottom-color: rgb(244 244 245 / 0.25);
}

.hover\:border-b-zinc-100\/30:hover {
  border-bottom-color: rgb(244 244 245 / 0.3);
}

.hover\:border-b-zinc-100\/40:hover {
  border-bottom-color: rgb(244 244 245 / 0.4);
}

.hover\:border-b-zinc-100\/5:hover {
  border-bottom-color: rgb(244 244 245 / 0.05);
}

.hover\:border-b-zinc-100\/50:hover {
  border-bottom-color: rgb(244 244 245 / 0.5);
}

.hover\:border-b-zinc-100\/60:hover {
  border-bottom-color: rgb(244 244 245 / 0.6);
}

.hover\:border-b-zinc-100\/70:hover {
  border-bottom-color: rgb(244 244 245 / 0.7);
}

.hover\:border-b-zinc-100\/75:hover {
  border-bottom-color: rgb(244 244 245 / 0.75);
}

.hover\:border-b-zinc-100\/80:hover {
  border-bottom-color: rgb(244 244 245 / 0.8);
}

.hover\:border-b-zinc-100\/90:hover {
  border-bottom-color: rgb(244 244 245 / 0.9);
}

.hover\:border-b-zinc-100\/95:hover {
  border-bottom-color: rgb(244 244 245 / 0.95);
}

.hover\:border-b-zinc-200:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.hover\:border-b-zinc-200\/0:hover {
  border-bottom-color: rgb(228 228 231 / 0);
}

.hover\:border-b-zinc-200\/10:hover {
  border-bottom-color: rgb(228 228 231 / 0.1);
}

.hover\:border-b-zinc-200\/100:hover {
  border-bottom-color: rgb(228 228 231 / 1);
}

.hover\:border-b-zinc-200\/20:hover {
  border-bottom-color: rgb(228 228 231 / 0.2);
}

.hover\:border-b-zinc-200\/25:hover {
  border-bottom-color: rgb(228 228 231 / 0.25);
}

.hover\:border-b-zinc-200\/30:hover {
  border-bottom-color: rgb(228 228 231 / 0.3);
}

.hover\:border-b-zinc-200\/40:hover {
  border-bottom-color: rgb(228 228 231 / 0.4);
}

.hover\:border-b-zinc-200\/5:hover {
  border-bottom-color: rgb(228 228 231 / 0.05);
}

.hover\:border-b-zinc-200\/50:hover {
  border-bottom-color: rgb(228 228 231 / 0.5);
}

.hover\:border-b-zinc-200\/60:hover {
  border-bottom-color: rgb(228 228 231 / 0.6);
}

.hover\:border-b-zinc-200\/70:hover {
  border-bottom-color: rgb(228 228 231 / 0.7);
}

.hover\:border-b-zinc-200\/75:hover {
  border-bottom-color: rgb(228 228 231 / 0.75);
}

.hover\:border-b-zinc-200\/80:hover {
  border-bottom-color: rgb(228 228 231 / 0.8);
}

.hover\:border-b-zinc-200\/90:hover {
  border-bottom-color: rgb(228 228 231 / 0.9);
}

.hover\:border-b-zinc-200\/95:hover {
  border-bottom-color: rgb(228 228 231 / 0.95);
}

.hover\:border-b-zinc-300:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.hover\:border-b-zinc-300\/0:hover {
  border-bottom-color: rgb(212 212 216 / 0);
}

.hover\:border-b-zinc-300\/10:hover {
  border-bottom-color: rgb(212 212 216 / 0.1);
}

.hover\:border-b-zinc-300\/100:hover {
  border-bottom-color: rgb(212 212 216 / 1);
}

.hover\:border-b-zinc-300\/20:hover {
  border-bottom-color: rgb(212 212 216 / 0.2);
}

.hover\:border-b-zinc-300\/25:hover {
  border-bottom-color: rgb(212 212 216 / 0.25);
}

.hover\:border-b-zinc-300\/30:hover {
  border-bottom-color: rgb(212 212 216 / 0.3);
}

.hover\:border-b-zinc-300\/40:hover {
  border-bottom-color: rgb(212 212 216 / 0.4);
}

.hover\:border-b-zinc-300\/5:hover {
  border-bottom-color: rgb(212 212 216 / 0.05);
}

.hover\:border-b-zinc-300\/50:hover {
  border-bottom-color: rgb(212 212 216 / 0.5);
}

.hover\:border-b-zinc-300\/60:hover {
  border-bottom-color: rgb(212 212 216 / 0.6);
}

.hover\:border-b-zinc-300\/70:hover {
  border-bottom-color: rgb(212 212 216 / 0.7);
}

.hover\:border-b-zinc-300\/75:hover {
  border-bottom-color: rgb(212 212 216 / 0.75);
}

.hover\:border-b-zinc-300\/80:hover {
  border-bottom-color: rgb(212 212 216 / 0.8);
}

.hover\:border-b-zinc-300\/90:hover {
  border-bottom-color: rgb(212 212 216 / 0.9);
}

.hover\:border-b-zinc-300\/95:hover {
  border-bottom-color: rgb(212 212 216 / 0.95);
}

.hover\:border-b-zinc-400:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.hover\:border-b-zinc-400\/0:hover {
  border-bottom-color: rgb(161 161 170 / 0);
}

.hover\:border-b-zinc-400\/10:hover {
  border-bottom-color: rgb(161 161 170 / 0.1);
}

.hover\:border-b-zinc-400\/100:hover {
  border-bottom-color: rgb(161 161 170 / 1);
}

.hover\:border-b-zinc-400\/20:hover {
  border-bottom-color: rgb(161 161 170 / 0.2);
}

.hover\:border-b-zinc-400\/25:hover {
  border-bottom-color: rgb(161 161 170 / 0.25);
}

.hover\:border-b-zinc-400\/30:hover {
  border-bottom-color: rgb(161 161 170 / 0.3);
}

.hover\:border-b-zinc-400\/40:hover {
  border-bottom-color: rgb(161 161 170 / 0.4);
}

.hover\:border-b-zinc-400\/5:hover {
  border-bottom-color: rgb(161 161 170 / 0.05);
}

.hover\:border-b-zinc-400\/50:hover {
  border-bottom-color: rgb(161 161 170 / 0.5);
}

.hover\:border-b-zinc-400\/60:hover {
  border-bottom-color: rgb(161 161 170 / 0.6);
}

.hover\:border-b-zinc-400\/70:hover {
  border-bottom-color: rgb(161 161 170 / 0.7);
}

.hover\:border-b-zinc-400\/75:hover {
  border-bottom-color: rgb(161 161 170 / 0.75);
}

.hover\:border-b-zinc-400\/80:hover {
  border-bottom-color: rgb(161 161 170 / 0.8);
}

.hover\:border-b-zinc-400\/90:hover {
  border-bottom-color: rgb(161 161 170 / 0.9);
}

.hover\:border-b-zinc-400\/95:hover {
  border-bottom-color: rgb(161 161 170 / 0.95);
}

.hover\:border-b-zinc-50:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.hover\:border-b-zinc-50\/0:hover {
  border-bottom-color: rgb(250 250 250 / 0);
}

.hover\:border-b-zinc-50\/10:hover {
  border-bottom-color: rgb(250 250 250 / 0.1);
}

.hover\:border-b-zinc-50\/100:hover {
  border-bottom-color: rgb(250 250 250 / 1);
}

.hover\:border-b-zinc-50\/20:hover {
  border-bottom-color: rgb(250 250 250 / 0.2);
}

.hover\:border-b-zinc-50\/25:hover {
  border-bottom-color: rgb(250 250 250 / 0.25);
}

.hover\:border-b-zinc-50\/30:hover {
  border-bottom-color: rgb(250 250 250 / 0.3);
}

.hover\:border-b-zinc-50\/40:hover {
  border-bottom-color: rgb(250 250 250 / 0.4);
}

.hover\:border-b-zinc-50\/5:hover {
  border-bottom-color: rgb(250 250 250 / 0.05);
}

.hover\:border-b-zinc-50\/50:hover {
  border-bottom-color: rgb(250 250 250 / 0.5);
}

.hover\:border-b-zinc-50\/60:hover {
  border-bottom-color: rgb(250 250 250 / 0.6);
}

.hover\:border-b-zinc-50\/70:hover {
  border-bottom-color: rgb(250 250 250 / 0.7);
}

.hover\:border-b-zinc-50\/75:hover {
  border-bottom-color: rgb(250 250 250 / 0.75);
}

.hover\:border-b-zinc-50\/80:hover {
  border-bottom-color: rgb(250 250 250 / 0.8);
}

.hover\:border-b-zinc-50\/90:hover {
  border-bottom-color: rgb(250 250 250 / 0.9);
}

.hover\:border-b-zinc-50\/95:hover {
  border-bottom-color: rgb(250 250 250 / 0.95);
}

.hover\:border-b-zinc-500:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(113 113 122 / var(--tw-border-opacity));
}

.hover\:border-b-zinc-500\/0:hover {
  border-bottom-color: rgb(113 113 122 / 0);
}

.hover\:border-b-zinc-500\/10:hover {
  border-bottom-color: rgb(113 113 122 / 0.1);
}

.hover\:border-b-zinc-500\/100:hover {
  border-bottom-color: rgb(113 113 122 / 1);
}

.hover\:border-b-zinc-500\/20:hover {
  border-bottom-color: rgb(113 113 122 / 0.2);
}

.hover\:border-b-zinc-500\/25:hover {
  border-bottom-color: rgb(113 113 122 / 0.25);
}

.hover\:border-b-zinc-500\/30:hover {
  border-bottom-color: rgb(113 113 122 / 0.3);
}

.hover\:border-b-zinc-500\/40:hover {
  border-bottom-color: rgb(113 113 122 / 0.4);
}

.hover\:border-b-zinc-500\/5:hover {
  border-bottom-color: rgb(113 113 122 / 0.05);
}

.hover\:border-b-zinc-500\/50:hover {
  border-bottom-color: rgb(113 113 122 / 0.5);
}

.hover\:border-b-zinc-500\/60:hover {
  border-bottom-color: rgb(113 113 122 / 0.6);
}

.hover\:border-b-zinc-500\/70:hover {
  border-bottom-color: rgb(113 113 122 / 0.7);
}

.hover\:border-b-zinc-500\/75:hover {
  border-bottom-color: rgb(113 113 122 / 0.75);
}

.hover\:border-b-zinc-500\/80:hover {
  border-bottom-color: rgb(113 113 122 / 0.8);
}

.hover\:border-b-zinc-500\/90:hover {
  border-bottom-color: rgb(113 113 122 / 0.9);
}

.hover\:border-b-zinc-500\/95:hover {
  border-bottom-color: rgb(113 113 122 / 0.95);
}

.hover\:border-b-zinc-600:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(82 82 91 / var(--tw-border-opacity));
}

.hover\:border-b-zinc-600\/0:hover {
  border-bottom-color: rgb(82 82 91 / 0);
}

.hover\:border-b-zinc-600\/10:hover {
  border-bottom-color: rgb(82 82 91 / 0.1);
}

.hover\:border-b-zinc-600\/100:hover {
  border-bottom-color: rgb(82 82 91 / 1);
}

.hover\:border-b-zinc-600\/20:hover {
  border-bottom-color: rgb(82 82 91 / 0.2);
}

.hover\:border-b-zinc-600\/25:hover {
  border-bottom-color: rgb(82 82 91 / 0.25);
}

.hover\:border-b-zinc-600\/30:hover {
  border-bottom-color: rgb(82 82 91 / 0.3);
}

.hover\:border-b-zinc-600\/40:hover {
  border-bottom-color: rgb(82 82 91 / 0.4);
}

.hover\:border-b-zinc-600\/5:hover {
  border-bottom-color: rgb(82 82 91 / 0.05);
}

.hover\:border-b-zinc-600\/50:hover {
  border-bottom-color: rgb(82 82 91 / 0.5);
}

.hover\:border-b-zinc-600\/60:hover {
  border-bottom-color: rgb(82 82 91 / 0.6);
}

.hover\:border-b-zinc-600\/70:hover {
  border-bottom-color: rgb(82 82 91 / 0.7);
}

.hover\:border-b-zinc-600\/75:hover {
  border-bottom-color: rgb(82 82 91 / 0.75);
}

.hover\:border-b-zinc-600\/80:hover {
  border-bottom-color: rgb(82 82 91 / 0.8);
}

.hover\:border-b-zinc-600\/90:hover {
  border-bottom-color: rgb(82 82 91 / 0.9);
}

.hover\:border-b-zinc-600\/95:hover {
  border-bottom-color: rgb(82 82 91 / 0.95);
}

.hover\:border-b-zinc-700:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.hover\:border-b-zinc-700\/0:hover {
  border-bottom-color: rgb(63 63 70 / 0);
}

.hover\:border-b-zinc-700\/10:hover {
  border-bottom-color: rgb(63 63 70 / 0.1);
}

.hover\:border-b-zinc-700\/100:hover {
  border-bottom-color: rgb(63 63 70 / 1);
}

.hover\:border-b-zinc-700\/20:hover {
  border-bottom-color: rgb(63 63 70 / 0.2);
}

.hover\:border-b-zinc-700\/25:hover {
  border-bottom-color: rgb(63 63 70 / 0.25);
}

.hover\:border-b-zinc-700\/30:hover {
  border-bottom-color: rgb(63 63 70 / 0.3);
}

.hover\:border-b-zinc-700\/40:hover {
  border-bottom-color: rgb(63 63 70 / 0.4);
}

.hover\:border-b-zinc-700\/5:hover {
  border-bottom-color: rgb(63 63 70 / 0.05);
}

.hover\:border-b-zinc-700\/50:hover {
  border-bottom-color: rgb(63 63 70 / 0.5);
}

.hover\:border-b-zinc-700\/60:hover {
  border-bottom-color: rgb(63 63 70 / 0.6);
}

.hover\:border-b-zinc-700\/70:hover {
  border-bottom-color: rgb(63 63 70 / 0.7);
}

.hover\:border-b-zinc-700\/75:hover {
  border-bottom-color: rgb(63 63 70 / 0.75);
}

.hover\:border-b-zinc-700\/80:hover {
  border-bottom-color: rgb(63 63 70 / 0.8);
}

.hover\:border-b-zinc-700\/90:hover {
  border-bottom-color: rgb(63 63 70 / 0.9);
}

.hover\:border-b-zinc-700\/95:hover {
  border-bottom-color: rgb(63 63 70 / 0.95);
}

.hover\:border-b-zinc-800:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(39 39 42 / var(--tw-border-opacity));
}

.hover\:border-b-zinc-800\/0:hover {
  border-bottom-color: rgb(39 39 42 / 0);
}

.hover\:border-b-zinc-800\/10:hover {
  border-bottom-color: rgb(39 39 42 / 0.1);
}

.hover\:border-b-zinc-800\/100:hover {
  border-bottom-color: rgb(39 39 42 / 1);
}

.hover\:border-b-zinc-800\/20:hover {
  border-bottom-color: rgb(39 39 42 / 0.2);
}

.hover\:border-b-zinc-800\/25:hover {
  border-bottom-color: rgb(39 39 42 / 0.25);
}

.hover\:border-b-zinc-800\/30:hover {
  border-bottom-color: rgb(39 39 42 / 0.3);
}

.hover\:border-b-zinc-800\/40:hover {
  border-bottom-color: rgb(39 39 42 / 0.4);
}

.hover\:border-b-zinc-800\/5:hover {
  border-bottom-color: rgb(39 39 42 / 0.05);
}

.hover\:border-b-zinc-800\/50:hover {
  border-bottom-color: rgb(39 39 42 / 0.5);
}

.hover\:border-b-zinc-800\/60:hover {
  border-bottom-color: rgb(39 39 42 / 0.6);
}

.hover\:border-b-zinc-800\/70:hover {
  border-bottom-color: rgb(39 39 42 / 0.7);
}

.hover\:border-b-zinc-800\/75:hover {
  border-bottom-color: rgb(39 39 42 / 0.75);
}

.hover\:border-b-zinc-800\/80:hover {
  border-bottom-color: rgb(39 39 42 / 0.8);
}

.hover\:border-b-zinc-800\/90:hover {
  border-bottom-color: rgb(39 39 42 / 0.9);
}

.hover\:border-b-zinc-800\/95:hover {
  border-bottom-color: rgb(39 39 42 / 0.95);
}

.hover\:border-b-zinc-900:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.hover\:border-b-zinc-900\/0:hover {
  border-bottom-color: rgb(24 24 27 / 0);
}

.hover\:border-b-zinc-900\/10:hover {
  border-bottom-color: rgb(24 24 27 / 0.1);
}

.hover\:border-b-zinc-900\/100:hover {
  border-bottom-color: rgb(24 24 27 / 1);
}

.hover\:border-b-zinc-900\/20:hover {
  border-bottom-color: rgb(24 24 27 / 0.2);
}

.hover\:border-b-zinc-900\/25:hover {
  border-bottom-color: rgb(24 24 27 / 0.25);
}

.hover\:border-b-zinc-900\/30:hover {
  border-bottom-color: rgb(24 24 27 / 0.3);
}

.hover\:border-b-zinc-900\/40:hover {
  border-bottom-color: rgb(24 24 27 / 0.4);
}

.hover\:border-b-zinc-900\/5:hover {
  border-bottom-color: rgb(24 24 27 / 0.05);
}

.hover\:border-b-zinc-900\/50:hover {
  border-bottom-color: rgb(24 24 27 / 0.5);
}

.hover\:border-b-zinc-900\/60:hover {
  border-bottom-color: rgb(24 24 27 / 0.6);
}

.hover\:border-b-zinc-900\/70:hover {
  border-bottom-color: rgb(24 24 27 / 0.7);
}

.hover\:border-b-zinc-900\/75:hover {
  border-bottom-color: rgb(24 24 27 / 0.75);
}

.hover\:border-b-zinc-900\/80:hover {
  border-bottom-color: rgb(24 24 27 / 0.8);
}

.hover\:border-b-zinc-900\/90:hover {
  border-bottom-color: rgb(24 24 27 / 0.9);
}

.hover\:border-b-zinc-900\/95:hover {
  border-bottom-color: rgb(24 24 27 / 0.95);
}

.hover\:border-b-zinc-950:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(9 9 11 / var(--tw-border-opacity));
}

.hover\:border-b-zinc-950\/0:hover {
  border-bottom-color: rgb(9 9 11 / 0);
}

.hover\:border-b-zinc-950\/10:hover {
  border-bottom-color: rgb(9 9 11 / 0.1);
}

.hover\:border-b-zinc-950\/100:hover {
  border-bottom-color: rgb(9 9 11 / 1);
}

.hover\:border-b-zinc-950\/20:hover {
  border-bottom-color: rgb(9 9 11 / 0.2);
}

.hover\:border-b-zinc-950\/25:hover {
  border-bottom-color: rgb(9 9 11 / 0.25);
}

.hover\:border-b-zinc-950\/30:hover {
  border-bottom-color: rgb(9 9 11 / 0.3);
}

.hover\:border-b-zinc-950\/40:hover {
  border-bottom-color: rgb(9 9 11 / 0.4);
}

.hover\:border-b-zinc-950\/5:hover {
  border-bottom-color: rgb(9 9 11 / 0.05);
}

.hover\:border-b-zinc-950\/50:hover {
  border-bottom-color: rgb(9 9 11 / 0.5);
}

.hover\:border-b-zinc-950\/60:hover {
  border-bottom-color: rgb(9 9 11 / 0.6);
}

.hover\:border-b-zinc-950\/70:hover {
  border-bottom-color: rgb(9 9 11 / 0.7);
}

.hover\:border-b-zinc-950\/75:hover {
  border-bottom-color: rgb(9 9 11 / 0.75);
}

.hover\:border-b-zinc-950\/80:hover {
  border-bottom-color: rgb(9 9 11 / 0.8);
}

.hover\:border-b-zinc-950\/90:hover {
  border-bottom-color: rgb(9 9 11 / 0.9);
}

.hover\:border-b-zinc-950\/95:hover {
  border-bottom-color: rgb(9 9 11 / 0.95);
}

.hover\:border-e-amber-100:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 243 199 / var(--tw-border-opacity));
}

.hover\:border-e-amber-100\/0:hover {
  border-inline-end-color: rgb(254 243 199 / 0);
}

.hover\:border-e-amber-100\/10:hover {
  border-inline-end-color: rgb(254 243 199 / 0.1);
}

.hover\:border-e-amber-100\/100:hover {
  border-inline-end-color: rgb(254 243 199 / 1);
}

.hover\:border-e-amber-100\/20:hover {
  border-inline-end-color: rgb(254 243 199 / 0.2);
}

.hover\:border-e-amber-100\/25:hover {
  border-inline-end-color: rgb(254 243 199 / 0.25);
}

.hover\:border-e-amber-100\/30:hover {
  border-inline-end-color: rgb(254 243 199 / 0.3);
}

.hover\:border-e-amber-100\/40:hover {
  border-inline-end-color: rgb(254 243 199 / 0.4);
}

.hover\:border-e-amber-100\/5:hover {
  border-inline-end-color: rgb(254 243 199 / 0.05);
}

.hover\:border-e-amber-100\/50:hover {
  border-inline-end-color: rgb(254 243 199 / 0.5);
}

.hover\:border-e-amber-100\/60:hover {
  border-inline-end-color: rgb(254 243 199 / 0.6);
}

.hover\:border-e-amber-100\/70:hover {
  border-inline-end-color: rgb(254 243 199 / 0.7);
}

.hover\:border-e-amber-100\/75:hover {
  border-inline-end-color: rgb(254 243 199 / 0.75);
}

.hover\:border-e-amber-100\/80:hover {
  border-inline-end-color: rgb(254 243 199 / 0.8);
}

.hover\:border-e-amber-100\/90:hover {
  border-inline-end-color: rgb(254 243 199 / 0.9);
}

.hover\:border-e-amber-100\/95:hover {
  border-inline-end-color: rgb(254 243 199 / 0.95);
}

.hover\:border-e-amber-200:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 230 138 / var(--tw-border-opacity));
}

.hover\:border-e-amber-200\/0:hover {
  border-inline-end-color: rgb(253 230 138 / 0);
}

.hover\:border-e-amber-200\/10:hover {
  border-inline-end-color: rgb(253 230 138 / 0.1);
}

.hover\:border-e-amber-200\/100:hover {
  border-inline-end-color: rgb(253 230 138 / 1);
}

.hover\:border-e-amber-200\/20:hover {
  border-inline-end-color: rgb(253 230 138 / 0.2);
}

.hover\:border-e-amber-200\/25:hover {
  border-inline-end-color: rgb(253 230 138 / 0.25);
}

.hover\:border-e-amber-200\/30:hover {
  border-inline-end-color: rgb(253 230 138 / 0.3);
}

.hover\:border-e-amber-200\/40:hover {
  border-inline-end-color: rgb(253 230 138 / 0.4);
}

.hover\:border-e-amber-200\/5:hover {
  border-inline-end-color: rgb(253 230 138 / 0.05);
}

.hover\:border-e-amber-200\/50:hover {
  border-inline-end-color: rgb(253 230 138 / 0.5);
}

.hover\:border-e-amber-200\/60:hover {
  border-inline-end-color: rgb(253 230 138 / 0.6);
}

.hover\:border-e-amber-200\/70:hover {
  border-inline-end-color: rgb(253 230 138 / 0.7);
}

.hover\:border-e-amber-200\/75:hover {
  border-inline-end-color: rgb(253 230 138 / 0.75);
}

.hover\:border-e-amber-200\/80:hover {
  border-inline-end-color: rgb(253 230 138 / 0.8);
}

.hover\:border-e-amber-200\/90:hover {
  border-inline-end-color: rgb(253 230 138 / 0.9);
}

.hover\:border-e-amber-200\/95:hover {
  border-inline-end-color: rgb(253 230 138 / 0.95);
}

.hover\:border-e-amber-300:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(252 211 77 / var(--tw-border-opacity));
}

.hover\:border-e-amber-300\/0:hover {
  border-inline-end-color: rgb(252 211 77 / 0);
}

.hover\:border-e-amber-300\/10:hover {
  border-inline-end-color: rgb(252 211 77 / 0.1);
}

.hover\:border-e-amber-300\/100:hover {
  border-inline-end-color: rgb(252 211 77 / 1);
}

.hover\:border-e-amber-300\/20:hover {
  border-inline-end-color: rgb(252 211 77 / 0.2);
}

.hover\:border-e-amber-300\/25:hover {
  border-inline-end-color: rgb(252 211 77 / 0.25);
}

.hover\:border-e-amber-300\/30:hover {
  border-inline-end-color: rgb(252 211 77 / 0.3);
}

.hover\:border-e-amber-300\/40:hover {
  border-inline-end-color: rgb(252 211 77 / 0.4);
}

.hover\:border-e-amber-300\/5:hover {
  border-inline-end-color: rgb(252 211 77 / 0.05);
}

.hover\:border-e-amber-300\/50:hover {
  border-inline-end-color: rgb(252 211 77 / 0.5);
}

.hover\:border-e-amber-300\/60:hover {
  border-inline-end-color: rgb(252 211 77 / 0.6);
}

.hover\:border-e-amber-300\/70:hover {
  border-inline-end-color: rgb(252 211 77 / 0.7);
}

.hover\:border-e-amber-300\/75:hover {
  border-inline-end-color: rgb(252 211 77 / 0.75);
}

.hover\:border-e-amber-300\/80:hover {
  border-inline-end-color: rgb(252 211 77 / 0.8);
}

.hover\:border-e-amber-300\/90:hover {
  border-inline-end-color: rgb(252 211 77 / 0.9);
}

.hover\:border-e-amber-300\/95:hover {
  border-inline-end-color: rgb(252 211 77 / 0.95);
}

.hover\:border-e-amber-400:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(251 191 36 / var(--tw-border-opacity));
}

.hover\:border-e-amber-400\/0:hover {
  border-inline-end-color: rgb(251 191 36 / 0);
}

.hover\:border-e-amber-400\/10:hover {
  border-inline-end-color: rgb(251 191 36 / 0.1);
}

.hover\:border-e-amber-400\/100:hover {
  border-inline-end-color: rgb(251 191 36 / 1);
}

.hover\:border-e-amber-400\/20:hover {
  border-inline-end-color: rgb(251 191 36 / 0.2);
}

.hover\:border-e-amber-400\/25:hover {
  border-inline-end-color: rgb(251 191 36 / 0.25);
}

.hover\:border-e-amber-400\/30:hover {
  border-inline-end-color: rgb(251 191 36 / 0.3);
}

.hover\:border-e-amber-400\/40:hover {
  border-inline-end-color: rgb(251 191 36 / 0.4);
}

.hover\:border-e-amber-400\/5:hover {
  border-inline-end-color: rgb(251 191 36 / 0.05);
}

.hover\:border-e-amber-400\/50:hover {
  border-inline-end-color: rgb(251 191 36 / 0.5);
}

.hover\:border-e-amber-400\/60:hover {
  border-inline-end-color: rgb(251 191 36 / 0.6);
}

.hover\:border-e-amber-400\/70:hover {
  border-inline-end-color: rgb(251 191 36 / 0.7);
}

.hover\:border-e-amber-400\/75:hover {
  border-inline-end-color: rgb(251 191 36 / 0.75);
}

.hover\:border-e-amber-400\/80:hover {
  border-inline-end-color: rgb(251 191 36 / 0.8);
}

.hover\:border-e-amber-400\/90:hover {
  border-inline-end-color: rgb(251 191 36 / 0.9);
}

.hover\:border-e-amber-400\/95:hover {
  border-inline-end-color: rgb(251 191 36 / 0.95);
}

.hover\:border-e-amber-50:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.hover\:border-e-amber-50\/0:hover {
  border-inline-end-color: rgb(255 251 235 / 0);
}

.hover\:border-e-amber-50\/10:hover {
  border-inline-end-color: rgb(255 251 235 / 0.1);
}

.hover\:border-e-amber-50\/100:hover {
  border-inline-end-color: rgb(255 251 235 / 1);
}

.hover\:border-e-amber-50\/20:hover {
  border-inline-end-color: rgb(255 251 235 / 0.2);
}

.hover\:border-e-amber-50\/25:hover {
  border-inline-end-color: rgb(255 251 235 / 0.25);
}

.hover\:border-e-amber-50\/30:hover {
  border-inline-end-color: rgb(255 251 235 / 0.3);
}

.hover\:border-e-amber-50\/40:hover {
  border-inline-end-color: rgb(255 251 235 / 0.4);
}

.hover\:border-e-amber-50\/5:hover {
  border-inline-end-color: rgb(255 251 235 / 0.05);
}

.hover\:border-e-amber-50\/50:hover {
  border-inline-end-color: rgb(255 251 235 / 0.5);
}

.hover\:border-e-amber-50\/60:hover {
  border-inline-end-color: rgb(255 251 235 / 0.6);
}

.hover\:border-e-amber-50\/70:hover {
  border-inline-end-color: rgb(255 251 235 / 0.7);
}

.hover\:border-e-amber-50\/75:hover {
  border-inline-end-color: rgb(255 251 235 / 0.75);
}

.hover\:border-e-amber-50\/80:hover {
  border-inline-end-color: rgb(255 251 235 / 0.8);
}

.hover\:border-e-amber-50\/90:hover {
  border-inline-end-color: rgb(255 251 235 / 0.9);
}

.hover\:border-e-amber-50\/95:hover {
  border-inline-end-color: rgb(255 251 235 / 0.95);
}

.hover\:border-e-amber-500:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 158 11 / var(--tw-border-opacity));
}

.hover\:border-e-amber-500\/0:hover {
  border-inline-end-color: rgb(245 158 11 / 0);
}

.hover\:border-e-amber-500\/10:hover {
  border-inline-end-color: rgb(245 158 11 / 0.1);
}

.hover\:border-e-amber-500\/100:hover {
  border-inline-end-color: rgb(245 158 11 / 1);
}

.hover\:border-e-amber-500\/20:hover {
  border-inline-end-color: rgb(245 158 11 / 0.2);
}

.hover\:border-e-amber-500\/25:hover {
  border-inline-end-color: rgb(245 158 11 / 0.25);
}

.hover\:border-e-amber-500\/30:hover {
  border-inline-end-color: rgb(245 158 11 / 0.3);
}

.hover\:border-e-amber-500\/40:hover {
  border-inline-end-color: rgb(245 158 11 / 0.4);
}

.hover\:border-e-amber-500\/5:hover {
  border-inline-end-color: rgb(245 158 11 / 0.05);
}

.hover\:border-e-amber-500\/50:hover {
  border-inline-end-color: rgb(245 158 11 / 0.5);
}

.hover\:border-e-amber-500\/60:hover {
  border-inline-end-color: rgb(245 158 11 / 0.6);
}

.hover\:border-e-amber-500\/70:hover {
  border-inline-end-color: rgb(245 158 11 / 0.7);
}

.hover\:border-e-amber-500\/75:hover {
  border-inline-end-color: rgb(245 158 11 / 0.75);
}

.hover\:border-e-amber-500\/80:hover {
  border-inline-end-color: rgb(245 158 11 / 0.8);
}

.hover\:border-e-amber-500\/90:hover {
  border-inline-end-color: rgb(245 158 11 / 0.9);
}

.hover\:border-e-amber-500\/95:hover {
  border-inline-end-color: rgb(245 158 11 / 0.95);
}

.hover\:border-e-amber-600:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(217 119 6 / var(--tw-border-opacity));
}

.hover\:border-e-amber-600\/0:hover {
  border-inline-end-color: rgb(217 119 6 / 0);
}

.hover\:border-e-amber-600\/10:hover {
  border-inline-end-color: rgb(217 119 6 / 0.1);
}

.hover\:border-e-amber-600\/100:hover {
  border-inline-end-color: rgb(217 119 6 / 1);
}

.hover\:border-e-amber-600\/20:hover {
  border-inline-end-color: rgb(217 119 6 / 0.2);
}

.hover\:border-e-amber-600\/25:hover {
  border-inline-end-color: rgb(217 119 6 / 0.25);
}

.hover\:border-e-amber-600\/30:hover {
  border-inline-end-color: rgb(217 119 6 / 0.3);
}

.hover\:border-e-amber-600\/40:hover {
  border-inline-end-color: rgb(217 119 6 / 0.4);
}

.hover\:border-e-amber-600\/5:hover {
  border-inline-end-color: rgb(217 119 6 / 0.05);
}

.hover\:border-e-amber-600\/50:hover {
  border-inline-end-color: rgb(217 119 6 / 0.5);
}

.hover\:border-e-amber-600\/60:hover {
  border-inline-end-color: rgb(217 119 6 / 0.6);
}

.hover\:border-e-amber-600\/70:hover {
  border-inline-end-color: rgb(217 119 6 / 0.7);
}

.hover\:border-e-amber-600\/75:hover {
  border-inline-end-color: rgb(217 119 6 / 0.75);
}

.hover\:border-e-amber-600\/80:hover {
  border-inline-end-color: rgb(217 119 6 / 0.8);
}

.hover\:border-e-amber-600\/90:hover {
  border-inline-end-color: rgb(217 119 6 / 0.9);
}

.hover\:border-e-amber-600\/95:hover {
  border-inline-end-color: rgb(217 119 6 / 0.95);
}

.hover\:border-e-amber-700:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(180 83 9 / var(--tw-border-opacity));
}

.hover\:border-e-amber-700\/0:hover {
  border-inline-end-color: rgb(180 83 9 / 0);
}

.hover\:border-e-amber-700\/10:hover {
  border-inline-end-color: rgb(180 83 9 / 0.1);
}

.hover\:border-e-amber-700\/100:hover {
  border-inline-end-color: rgb(180 83 9 / 1);
}

.hover\:border-e-amber-700\/20:hover {
  border-inline-end-color: rgb(180 83 9 / 0.2);
}

.hover\:border-e-amber-700\/25:hover {
  border-inline-end-color: rgb(180 83 9 / 0.25);
}

.hover\:border-e-amber-700\/30:hover {
  border-inline-end-color: rgb(180 83 9 / 0.3);
}

.hover\:border-e-amber-700\/40:hover {
  border-inline-end-color: rgb(180 83 9 / 0.4);
}

.hover\:border-e-amber-700\/5:hover {
  border-inline-end-color: rgb(180 83 9 / 0.05);
}

.hover\:border-e-amber-700\/50:hover {
  border-inline-end-color: rgb(180 83 9 / 0.5);
}

.hover\:border-e-amber-700\/60:hover {
  border-inline-end-color: rgb(180 83 9 / 0.6);
}

.hover\:border-e-amber-700\/70:hover {
  border-inline-end-color: rgb(180 83 9 / 0.7);
}

.hover\:border-e-amber-700\/75:hover {
  border-inline-end-color: rgb(180 83 9 / 0.75);
}

.hover\:border-e-amber-700\/80:hover {
  border-inline-end-color: rgb(180 83 9 / 0.8);
}

.hover\:border-e-amber-700\/90:hover {
  border-inline-end-color: rgb(180 83 9 / 0.9);
}

.hover\:border-e-amber-700\/95:hover {
  border-inline-end-color: rgb(180 83 9 / 0.95);
}

.hover\:border-e-amber-800:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(146 64 14 / var(--tw-border-opacity));
}

.hover\:border-e-amber-800\/0:hover {
  border-inline-end-color: rgb(146 64 14 / 0);
}

.hover\:border-e-amber-800\/10:hover {
  border-inline-end-color: rgb(146 64 14 / 0.1);
}

.hover\:border-e-amber-800\/100:hover {
  border-inline-end-color: rgb(146 64 14 / 1);
}

.hover\:border-e-amber-800\/20:hover {
  border-inline-end-color: rgb(146 64 14 / 0.2);
}

.hover\:border-e-amber-800\/25:hover {
  border-inline-end-color: rgb(146 64 14 / 0.25);
}

.hover\:border-e-amber-800\/30:hover {
  border-inline-end-color: rgb(146 64 14 / 0.3);
}

.hover\:border-e-amber-800\/40:hover {
  border-inline-end-color: rgb(146 64 14 / 0.4);
}

.hover\:border-e-amber-800\/5:hover {
  border-inline-end-color: rgb(146 64 14 / 0.05);
}

.hover\:border-e-amber-800\/50:hover {
  border-inline-end-color: rgb(146 64 14 / 0.5);
}

.hover\:border-e-amber-800\/60:hover {
  border-inline-end-color: rgb(146 64 14 / 0.6);
}

.hover\:border-e-amber-800\/70:hover {
  border-inline-end-color: rgb(146 64 14 / 0.7);
}

.hover\:border-e-amber-800\/75:hover {
  border-inline-end-color: rgb(146 64 14 / 0.75);
}

.hover\:border-e-amber-800\/80:hover {
  border-inline-end-color: rgb(146 64 14 / 0.8);
}

.hover\:border-e-amber-800\/90:hover {
  border-inline-end-color: rgb(146 64 14 / 0.9);
}

.hover\:border-e-amber-800\/95:hover {
  border-inline-end-color: rgb(146 64 14 / 0.95);
}

.hover\:border-e-amber-900:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(120 53 15 / var(--tw-border-opacity));
}

.hover\:border-e-amber-900\/0:hover {
  border-inline-end-color: rgb(120 53 15 / 0);
}

.hover\:border-e-amber-900\/10:hover {
  border-inline-end-color: rgb(120 53 15 / 0.1);
}

.hover\:border-e-amber-900\/100:hover {
  border-inline-end-color: rgb(120 53 15 / 1);
}

.hover\:border-e-amber-900\/20:hover {
  border-inline-end-color: rgb(120 53 15 / 0.2);
}

.hover\:border-e-amber-900\/25:hover {
  border-inline-end-color: rgb(120 53 15 / 0.25);
}

.hover\:border-e-amber-900\/30:hover {
  border-inline-end-color: rgb(120 53 15 / 0.3);
}

.hover\:border-e-amber-900\/40:hover {
  border-inline-end-color: rgb(120 53 15 / 0.4);
}

.hover\:border-e-amber-900\/5:hover {
  border-inline-end-color: rgb(120 53 15 / 0.05);
}

.hover\:border-e-amber-900\/50:hover {
  border-inline-end-color: rgb(120 53 15 / 0.5);
}

.hover\:border-e-amber-900\/60:hover {
  border-inline-end-color: rgb(120 53 15 / 0.6);
}

.hover\:border-e-amber-900\/70:hover {
  border-inline-end-color: rgb(120 53 15 / 0.7);
}

.hover\:border-e-amber-900\/75:hover {
  border-inline-end-color: rgb(120 53 15 / 0.75);
}

.hover\:border-e-amber-900\/80:hover {
  border-inline-end-color: rgb(120 53 15 / 0.8);
}

.hover\:border-e-amber-900\/90:hover {
  border-inline-end-color: rgb(120 53 15 / 0.9);
}

.hover\:border-e-amber-900\/95:hover {
  border-inline-end-color: rgb(120 53 15 / 0.95);
}

.hover\:border-e-amber-950:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(69 26 3 / var(--tw-border-opacity));
}

.hover\:border-e-amber-950\/0:hover {
  border-inline-end-color: rgb(69 26 3 / 0);
}

.hover\:border-e-amber-950\/10:hover {
  border-inline-end-color: rgb(69 26 3 / 0.1);
}

.hover\:border-e-amber-950\/100:hover {
  border-inline-end-color: rgb(69 26 3 / 1);
}

.hover\:border-e-amber-950\/20:hover {
  border-inline-end-color: rgb(69 26 3 / 0.2);
}

.hover\:border-e-amber-950\/25:hover {
  border-inline-end-color: rgb(69 26 3 / 0.25);
}

.hover\:border-e-amber-950\/30:hover {
  border-inline-end-color: rgb(69 26 3 / 0.3);
}

.hover\:border-e-amber-950\/40:hover {
  border-inline-end-color: rgb(69 26 3 / 0.4);
}

.hover\:border-e-amber-950\/5:hover {
  border-inline-end-color: rgb(69 26 3 / 0.05);
}

.hover\:border-e-amber-950\/50:hover {
  border-inline-end-color: rgb(69 26 3 / 0.5);
}

.hover\:border-e-amber-950\/60:hover {
  border-inline-end-color: rgb(69 26 3 / 0.6);
}

.hover\:border-e-amber-950\/70:hover {
  border-inline-end-color: rgb(69 26 3 / 0.7);
}

.hover\:border-e-amber-950\/75:hover {
  border-inline-end-color: rgb(69 26 3 / 0.75);
}

.hover\:border-e-amber-950\/80:hover {
  border-inline-end-color: rgb(69 26 3 / 0.8);
}

.hover\:border-e-amber-950\/90:hover {
  border-inline-end-color: rgb(69 26 3 / 0.9);
}

.hover\:border-e-amber-950\/95:hover {
  border-inline-end-color: rgb(69 26 3 / 0.95);
}

.hover\:border-e-black:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.hover\:border-e-black\/0:hover {
  border-inline-end-color: rgb(0 0 0 / 0);
}

.hover\:border-e-black\/10:hover {
  border-inline-end-color: rgb(0 0 0 / 0.1);
}

.hover\:border-e-black\/100:hover {
  border-inline-end-color: rgb(0 0 0 / 1);
}

.hover\:border-e-black\/20:hover {
  border-inline-end-color: rgb(0 0 0 / 0.2);
}

.hover\:border-e-black\/25:hover {
  border-inline-end-color: rgb(0 0 0 / 0.25);
}

.hover\:border-e-black\/30:hover {
  border-inline-end-color: rgb(0 0 0 / 0.3);
}

.hover\:border-e-black\/40:hover {
  border-inline-end-color: rgb(0 0 0 / 0.4);
}

.hover\:border-e-black\/5:hover {
  border-inline-end-color: rgb(0 0 0 / 0.05);
}

.hover\:border-e-black\/50:hover {
  border-inline-end-color: rgb(0 0 0 / 0.5);
}

.hover\:border-e-black\/60:hover {
  border-inline-end-color: rgb(0 0 0 / 0.6);
}

.hover\:border-e-black\/70:hover {
  border-inline-end-color: rgb(0 0 0 / 0.7);
}

.hover\:border-e-black\/75:hover {
  border-inline-end-color: rgb(0 0 0 / 0.75);
}

.hover\:border-e-black\/80:hover {
  border-inline-end-color: rgb(0 0 0 / 0.8);
}

.hover\:border-e-black\/90:hover {
  border-inline-end-color: rgb(0 0 0 / 0.9);
}

.hover\:border-e-black\/95:hover {
  border-inline-end-color: rgb(0 0 0 / 0.95);
}

.hover\:border-e-blue-100:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(219 234 254 / var(--tw-border-opacity));
}

.hover\:border-e-blue-100\/0:hover {
  border-inline-end-color: rgb(219 234 254 / 0);
}

.hover\:border-e-blue-100\/10:hover {
  border-inline-end-color: rgb(219 234 254 / 0.1);
}

.hover\:border-e-blue-100\/100:hover {
  border-inline-end-color: rgb(219 234 254 / 1);
}

.hover\:border-e-blue-100\/20:hover {
  border-inline-end-color: rgb(219 234 254 / 0.2);
}

.hover\:border-e-blue-100\/25:hover {
  border-inline-end-color: rgb(219 234 254 / 0.25);
}

.hover\:border-e-blue-100\/30:hover {
  border-inline-end-color: rgb(219 234 254 / 0.3);
}

.hover\:border-e-blue-100\/40:hover {
  border-inline-end-color: rgb(219 234 254 / 0.4);
}

.hover\:border-e-blue-100\/5:hover {
  border-inline-end-color: rgb(219 234 254 / 0.05);
}

.hover\:border-e-blue-100\/50:hover {
  border-inline-end-color: rgb(219 234 254 / 0.5);
}

.hover\:border-e-blue-100\/60:hover {
  border-inline-end-color: rgb(219 234 254 / 0.6);
}

.hover\:border-e-blue-100\/70:hover {
  border-inline-end-color: rgb(219 234 254 / 0.7);
}

.hover\:border-e-blue-100\/75:hover {
  border-inline-end-color: rgb(219 234 254 / 0.75);
}

.hover\:border-e-blue-100\/80:hover {
  border-inline-end-color: rgb(219 234 254 / 0.8);
}

.hover\:border-e-blue-100\/90:hover {
  border-inline-end-color: rgb(219 234 254 / 0.9);
}

.hover\:border-e-blue-100\/95:hover {
  border-inline-end-color: rgb(219 234 254 / 0.95);
}

.hover\:border-e-blue-200:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.hover\:border-e-blue-200\/0:hover {
  border-inline-end-color: rgb(191 219 254 / 0);
}

.hover\:border-e-blue-200\/10:hover {
  border-inline-end-color: rgb(191 219 254 / 0.1);
}

.hover\:border-e-blue-200\/100:hover {
  border-inline-end-color: rgb(191 219 254 / 1);
}

.hover\:border-e-blue-200\/20:hover {
  border-inline-end-color: rgb(191 219 254 / 0.2);
}

.hover\:border-e-blue-200\/25:hover {
  border-inline-end-color: rgb(191 219 254 / 0.25);
}

.hover\:border-e-blue-200\/30:hover {
  border-inline-end-color: rgb(191 219 254 / 0.3);
}

.hover\:border-e-blue-200\/40:hover {
  border-inline-end-color: rgb(191 219 254 / 0.4);
}

.hover\:border-e-blue-200\/5:hover {
  border-inline-end-color: rgb(191 219 254 / 0.05);
}

.hover\:border-e-blue-200\/50:hover {
  border-inline-end-color: rgb(191 219 254 / 0.5);
}

.hover\:border-e-blue-200\/60:hover {
  border-inline-end-color: rgb(191 219 254 / 0.6);
}

.hover\:border-e-blue-200\/70:hover {
  border-inline-end-color: rgb(191 219 254 / 0.7);
}

.hover\:border-e-blue-200\/75:hover {
  border-inline-end-color: rgb(191 219 254 / 0.75);
}

.hover\:border-e-blue-200\/80:hover {
  border-inline-end-color: rgb(191 219 254 / 0.8);
}

.hover\:border-e-blue-200\/90:hover {
  border-inline-end-color: rgb(191 219 254 / 0.9);
}

.hover\:border-e-blue-200\/95:hover {
  border-inline-end-color: rgb(191 219 254 / 0.95);
}

.hover\:border-e-blue-300:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.hover\:border-e-blue-300\/0:hover {
  border-inline-end-color: rgb(147 197 253 / 0);
}

.hover\:border-e-blue-300\/10:hover {
  border-inline-end-color: rgb(147 197 253 / 0.1);
}

.hover\:border-e-blue-300\/100:hover {
  border-inline-end-color: rgb(147 197 253 / 1);
}

.hover\:border-e-blue-300\/20:hover {
  border-inline-end-color: rgb(147 197 253 / 0.2);
}

.hover\:border-e-blue-300\/25:hover {
  border-inline-end-color: rgb(147 197 253 / 0.25);
}

.hover\:border-e-blue-300\/30:hover {
  border-inline-end-color: rgb(147 197 253 / 0.3);
}

.hover\:border-e-blue-300\/40:hover {
  border-inline-end-color: rgb(147 197 253 / 0.4);
}

.hover\:border-e-blue-300\/5:hover {
  border-inline-end-color: rgb(147 197 253 / 0.05);
}

.hover\:border-e-blue-300\/50:hover {
  border-inline-end-color: rgb(147 197 253 / 0.5);
}

.hover\:border-e-blue-300\/60:hover {
  border-inline-end-color: rgb(147 197 253 / 0.6);
}

.hover\:border-e-blue-300\/70:hover {
  border-inline-end-color: rgb(147 197 253 / 0.7);
}

.hover\:border-e-blue-300\/75:hover {
  border-inline-end-color: rgb(147 197 253 / 0.75);
}

.hover\:border-e-blue-300\/80:hover {
  border-inline-end-color: rgb(147 197 253 / 0.8);
}

.hover\:border-e-blue-300\/90:hover {
  border-inline-end-color: rgb(147 197 253 / 0.9);
}

.hover\:border-e-blue-300\/95:hover {
  border-inline-end-color: rgb(147 197 253 / 0.95);
}

.hover\:border-e-blue-400:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.hover\:border-e-blue-400\/0:hover {
  border-inline-end-color: rgb(96 165 250 / 0);
}

.hover\:border-e-blue-400\/10:hover {
  border-inline-end-color: rgb(96 165 250 / 0.1);
}

.hover\:border-e-blue-400\/100:hover {
  border-inline-end-color: rgb(96 165 250 / 1);
}

.hover\:border-e-blue-400\/20:hover {
  border-inline-end-color: rgb(96 165 250 / 0.2);
}

.hover\:border-e-blue-400\/25:hover {
  border-inline-end-color: rgb(96 165 250 / 0.25);
}

.hover\:border-e-blue-400\/30:hover {
  border-inline-end-color: rgb(96 165 250 / 0.3);
}

.hover\:border-e-blue-400\/40:hover {
  border-inline-end-color: rgb(96 165 250 / 0.4);
}

.hover\:border-e-blue-400\/5:hover {
  border-inline-end-color: rgb(96 165 250 / 0.05);
}

.hover\:border-e-blue-400\/50:hover {
  border-inline-end-color: rgb(96 165 250 / 0.5);
}

.hover\:border-e-blue-400\/60:hover {
  border-inline-end-color: rgb(96 165 250 / 0.6);
}

.hover\:border-e-blue-400\/70:hover {
  border-inline-end-color: rgb(96 165 250 / 0.7);
}

.hover\:border-e-blue-400\/75:hover {
  border-inline-end-color: rgb(96 165 250 / 0.75);
}

.hover\:border-e-blue-400\/80:hover {
  border-inline-end-color: rgb(96 165 250 / 0.8);
}

.hover\:border-e-blue-400\/90:hover {
  border-inline-end-color: rgb(96 165 250 / 0.9);
}

.hover\:border-e-blue-400\/95:hover {
  border-inline-end-color: rgb(96 165 250 / 0.95);
}

.hover\:border-e-blue-50:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(239 246 255 / var(--tw-border-opacity));
}

.hover\:border-e-blue-50\/0:hover {
  border-inline-end-color: rgb(239 246 255 / 0);
}

.hover\:border-e-blue-50\/10:hover {
  border-inline-end-color: rgb(239 246 255 / 0.1);
}

.hover\:border-e-blue-50\/100:hover {
  border-inline-end-color: rgb(239 246 255 / 1);
}

.hover\:border-e-blue-50\/20:hover {
  border-inline-end-color: rgb(239 246 255 / 0.2);
}

.hover\:border-e-blue-50\/25:hover {
  border-inline-end-color: rgb(239 246 255 / 0.25);
}

.hover\:border-e-blue-50\/30:hover {
  border-inline-end-color: rgb(239 246 255 / 0.3);
}

.hover\:border-e-blue-50\/40:hover {
  border-inline-end-color: rgb(239 246 255 / 0.4);
}

.hover\:border-e-blue-50\/5:hover {
  border-inline-end-color: rgb(239 246 255 / 0.05);
}

.hover\:border-e-blue-50\/50:hover {
  border-inline-end-color: rgb(239 246 255 / 0.5);
}

.hover\:border-e-blue-50\/60:hover {
  border-inline-end-color: rgb(239 246 255 / 0.6);
}

.hover\:border-e-blue-50\/70:hover {
  border-inline-end-color: rgb(239 246 255 / 0.7);
}

.hover\:border-e-blue-50\/75:hover {
  border-inline-end-color: rgb(239 246 255 / 0.75);
}

.hover\:border-e-blue-50\/80:hover {
  border-inline-end-color: rgb(239 246 255 / 0.8);
}

.hover\:border-e-blue-50\/90:hover {
  border-inline-end-color: rgb(239 246 255 / 0.9);
}

.hover\:border-e-blue-50\/95:hover {
  border-inline-end-color: rgb(239 246 255 / 0.95);
}

.hover\:border-e-blue-500:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.hover\:border-e-blue-500\/0:hover {
  border-inline-end-color: rgb(59 130 246 / 0);
}

.hover\:border-e-blue-500\/10:hover {
  border-inline-end-color: rgb(59 130 246 / 0.1);
}

.hover\:border-e-blue-500\/100:hover {
  border-inline-end-color: rgb(59 130 246 / 1);
}

.hover\:border-e-blue-500\/20:hover {
  border-inline-end-color: rgb(59 130 246 / 0.2);
}

.hover\:border-e-blue-500\/25:hover {
  border-inline-end-color: rgb(59 130 246 / 0.25);
}

.hover\:border-e-blue-500\/30:hover {
  border-inline-end-color: rgb(59 130 246 / 0.3);
}

.hover\:border-e-blue-500\/40:hover {
  border-inline-end-color: rgb(59 130 246 / 0.4);
}

.hover\:border-e-blue-500\/5:hover {
  border-inline-end-color: rgb(59 130 246 / 0.05);
}

.hover\:border-e-blue-500\/50:hover {
  border-inline-end-color: rgb(59 130 246 / 0.5);
}

.hover\:border-e-blue-500\/60:hover {
  border-inline-end-color: rgb(59 130 246 / 0.6);
}

.hover\:border-e-blue-500\/70:hover {
  border-inline-end-color: rgb(59 130 246 / 0.7);
}

.hover\:border-e-blue-500\/75:hover {
  border-inline-end-color: rgb(59 130 246 / 0.75);
}

.hover\:border-e-blue-500\/80:hover {
  border-inline-end-color: rgb(59 130 246 / 0.8);
}

.hover\:border-e-blue-500\/90:hover {
  border-inline-end-color: rgb(59 130 246 / 0.9);
}

.hover\:border-e-blue-500\/95:hover {
  border-inline-end-color: rgb(59 130 246 / 0.95);
}

.hover\:border-e-blue-600:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.hover\:border-e-blue-600\/0:hover {
  border-inline-end-color: rgb(37 99 235 / 0);
}

.hover\:border-e-blue-600\/10:hover {
  border-inline-end-color: rgb(37 99 235 / 0.1);
}

.hover\:border-e-blue-600\/100:hover {
  border-inline-end-color: rgb(37 99 235 / 1);
}

.hover\:border-e-blue-600\/20:hover {
  border-inline-end-color: rgb(37 99 235 / 0.2);
}

.hover\:border-e-blue-600\/25:hover {
  border-inline-end-color: rgb(37 99 235 / 0.25);
}

.hover\:border-e-blue-600\/30:hover {
  border-inline-end-color: rgb(37 99 235 / 0.3);
}

.hover\:border-e-blue-600\/40:hover {
  border-inline-end-color: rgb(37 99 235 / 0.4);
}

.hover\:border-e-blue-600\/5:hover {
  border-inline-end-color: rgb(37 99 235 / 0.05);
}

.hover\:border-e-blue-600\/50:hover {
  border-inline-end-color: rgb(37 99 235 / 0.5);
}

.hover\:border-e-blue-600\/60:hover {
  border-inline-end-color: rgb(37 99 235 / 0.6);
}

.hover\:border-e-blue-600\/70:hover {
  border-inline-end-color: rgb(37 99 235 / 0.7);
}

.hover\:border-e-blue-600\/75:hover {
  border-inline-end-color: rgb(37 99 235 / 0.75);
}

.hover\:border-e-blue-600\/80:hover {
  border-inline-end-color: rgb(37 99 235 / 0.8);
}

.hover\:border-e-blue-600\/90:hover {
  border-inline-end-color: rgb(37 99 235 / 0.9);
}

.hover\:border-e-blue-600\/95:hover {
  border-inline-end-color: rgb(37 99 235 / 0.95);
}

.hover\:border-e-blue-700:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.hover\:border-e-blue-700\/0:hover {
  border-inline-end-color: rgb(29 78 216 / 0);
}

.hover\:border-e-blue-700\/10:hover {
  border-inline-end-color: rgb(29 78 216 / 0.1);
}

.hover\:border-e-blue-700\/100:hover {
  border-inline-end-color: rgb(29 78 216 / 1);
}

.hover\:border-e-blue-700\/20:hover {
  border-inline-end-color: rgb(29 78 216 / 0.2);
}

.hover\:border-e-blue-700\/25:hover {
  border-inline-end-color: rgb(29 78 216 / 0.25);
}

.hover\:border-e-blue-700\/30:hover {
  border-inline-end-color: rgb(29 78 216 / 0.3);
}

.hover\:border-e-blue-700\/40:hover {
  border-inline-end-color: rgb(29 78 216 / 0.4);
}

.hover\:border-e-blue-700\/5:hover {
  border-inline-end-color: rgb(29 78 216 / 0.05);
}

.hover\:border-e-blue-700\/50:hover {
  border-inline-end-color: rgb(29 78 216 / 0.5);
}

.hover\:border-e-blue-700\/60:hover {
  border-inline-end-color: rgb(29 78 216 / 0.6);
}

.hover\:border-e-blue-700\/70:hover {
  border-inline-end-color: rgb(29 78 216 / 0.7);
}

.hover\:border-e-blue-700\/75:hover {
  border-inline-end-color: rgb(29 78 216 / 0.75);
}

.hover\:border-e-blue-700\/80:hover {
  border-inline-end-color: rgb(29 78 216 / 0.8);
}

.hover\:border-e-blue-700\/90:hover {
  border-inline-end-color: rgb(29 78 216 / 0.9);
}

.hover\:border-e-blue-700\/95:hover {
  border-inline-end-color: rgb(29 78 216 / 0.95);
}

.hover\:border-e-blue-800:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.hover\:border-e-blue-800\/0:hover {
  border-inline-end-color: rgb(30 64 175 / 0);
}

.hover\:border-e-blue-800\/10:hover {
  border-inline-end-color: rgb(30 64 175 / 0.1);
}

.hover\:border-e-blue-800\/100:hover {
  border-inline-end-color: rgb(30 64 175 / 1);
}

.hover\:border-e-blue-800\/20:hover {
  border-inline-end-color: rgb(30 64 175 / 0.2);
}

.hover\:border-e-blue-800\/25:hover {
  border-inline-end-color: rgb(30 64 175 / 0.25);
}

.hover\:border-e-blue-800\/30:hover {
  border-inline-end-color: rgb(30 64 175 / 0.3);
}

.hover\:border-e-blue-800\/40:hover {
  border-inline-end-color: rgb(30 64 175 / 0.4);
}

.hover\:border-e-blue-800\/5:hover {
  border-inline-end-color: rgb(30 64 175 / 0.05);
}

.hover\:border-e-blue-800\/50:hover {
  border-inline-end-color: rgb(30 64 175 / 0.5);
}

.hover\:border-e-blue-800\/60:hover {
  border-inline-end-color: rgb(30 64 175 / 0.6);
}

.hover\:border-e-blue-800\/70:hover {
  border-inline-end-color: rgb(30 64 175 / 0.7);
}

.hover\:border-e-blue-800\/75:hover {
  border-inline-end-color: rgb(30 64 175 / 0.75);
}

.hover\:border-e-blue-800\/80:hover {
  border-inline-end-color: rgb(30 64 175 / 0.8);
}

.hover\:border-e-blue-800\/90:hover {
  border-inline-end-color: rgb(30 64 175 / 0.9);
}

.hover\:border-e-blue-800\/95:hover {
  border-inline-end-color: rgb(30 64 175 / 0.95);
}

.hover\:border-e-blue-900:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.hover\:border-e-blue-900\/0:hover {
  border-inline-end-color: rgb(30 58 138 / 0);
}

.hover\:border-e-blue-900\/10:hover {
  border-inline-end-color: rgb(30 58 138 / 0.1);
}

.hover\:border-e-blue-900\/100:hover {
  border-inline-end-color: rgb(30 58 138 / 1);
}

.hover\:border-e-blue-900\/20:hover {
  border-inline-end-color: rgb(30 58 138 / 0.2);
}

.hover\:border-e-blue-900\/25:hover {
  border-inline-end-color: rgb(30 58 138 / 0.25);
}

.hover\:border-e-blue-900\/30:hover {
  border-inline-end-color: rgb(30 58 138 / 0.3);
}

.hover\:border-e-blue-900\/40:hover {
  border-inline-end-color: rgb(30 58 138 / 0.4);
}

.hover\:border-e-blue-900\/5:hover {
  border-inline-end-color: rgb(30 58 138 / 0.05);
}

.hover\:border-e-blue-900\/50:hover {
  border-inline-end-color: rgb(30 58 138 / 0.5);
}

.hover\:border-e-blue-900\/60:hover {
  border-inline-end-color: rgb(30 58 138 / 0.6);
}

.hover\:border-e-blue-900\/70:hover {
  border-inline-end-color: rgb(30 58 138 / 0.7);
}

.hover\:border-e-blue-900\/75:hover {
  border-inline-end-color: rgb(30 58 138 / 0.75);
}

.hover\:border-e-blue-900\/80:hover {
  border-inline-end-color: rgb(30 58 138 / 0.8);
}

.hover\:border-e-blue-900\/90:hover {
  border-inline-end-color: rgb(30 58 138 / 0.9);
}

.hover\:border-e-blue-900\/95:hover {
  border-inline-end-color: rgb(30 58 138 / 0.95);
}

.hover\:border-e-blue-950:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(23 37 84 / var(--tw-border-opacity));
}

.hover\:border-e-blue-950\/0:hover {
  border-inline-end-color: rgb(23 37 84 / 0);
}

.hover\:border-e-blue-950\/10:hover {
  border-inline-end-color: rgb(23 37 84 / 0.1);
}

.hover\:border-e-blue-950\/100:hover {
  border-inline-end-color: rgb(23 37 84 / 1);
}

.hover\:border-e-blue-950\/20:hover {
  border-inline-end-color: rgb(23 37 84 / 0.2);
}

.hover\:border-e-blue-950\/25:hover {
  border-inline-end-color: rgb(23 37 84 / 0.25);
}

.hover\:border-e-blue-950\/30:hover {
  border-inline-end-color: rgb(23 37 84 / 0.3);
}

.hover\:border-e-blue-950\/40:hover {
  border-inline-end-color: rgb(23 37 84 / 0.4);
}

.hover\:border-e-blue-950\/5:hover {
  border-inline-end-color: rgb(23 37 84 / 0.05);
}

.hover\:border-e-blue-950\/50:hover {
  border-inline-end-color: rgb(23 37 84 / 0.5);
}

.hover\:border-e-blue-950\/60:hover {
  border-inline-end-color: rgb(23 37 84 / 0.6);
}

.hover\:border-e-blue-950\/70:hover {
  border-inline-end-color: rgb(23 37 84 / 0.7);
}

.hover\:border-e-blue-950\/75:hover {
  border-inline-end-color: rgb(23 37 84 / 0.75);
}

.hover\:border-e-blue-950\/80:hover {
  border-inline-end-color: rgb(23 37 84 / 0.8);
}

.hover\:border-e-blue-950\/90:hover {
  border-inline-end-color: rgb(23 37 84 / 0.9);
}

.hover\:border-e-blue-950\/95:hover {
  border-inline-end-color: rgb(23 37 84 / 0.95);
}

.hover\:border-e-brand-100:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(230 239 246 / var(--tw-border-opacity));
}

.hover\:border-e-brand-100\/0:hover {
  border-inline-end-color: rgb(230 239 246 / 0);
}

.hover\:border-e-brand-100\/10:hover {
  border-inline-end-color: rgb(230 239 246 / 0.1);
}

.hover\:border-e-brand-100\/100:hover {
  border-inline-end-color: rgb(230 239 246 / 1);
}

.hover\:border-e-brand-100\/20:hover {
  border-inline-end-color: rgb(230 239 246 / 0.2);
}

.hover\:border-e-brand-100\/25:hover {
  border-inline-end-color: rgb(230 239 246 / 0.25);
}

.hover\:border-e-brand-100\/30:hover {
  border-inline-end-color: rgb(230 239 246 / 0.3);
}

.hover\:border-e-brand-100\/40:hover {
  border-inline-end-color: rgb(230 239 246 / 0.4);
}

.hover\:border-e-brand-100\/5:hover {
  border-inline-end-color: rgb(230 239 246 / 0.05);
}

.hover\:border-e-brand-100\/50:hover {
  border-inline-end-color: rgb(230 239 246 / 0.5);
}

.hover\:border-e-brand-100\/60:hover {
  border-inline-end-color: rgb(230 239 246 / 0.6);
}

.hover\:border-e-brand-100\/70:hover {
  border-inline-end-color: rgb(230 239 246 / 0.7);
}

.hover\:border-e-brand-100\/75:hover {
  border-inline-end-color: rgb(230 239 246 / 0.75);
}

.hover\:border-e-brand-100\/80:hover {
  border-inline-end-color: rgb(230 239 246 / 0.8);
}

.hover\:border-e-brand-100\/90:hover {
  border-inline-end-color: rgb(230 239 246 / 0.9);
}

.hover\:border-e-brand-100\/95:hover {
  border-inline-end-color: rgb(230 239 246 / 0.95);
}

.hover\:border-e-brand-200:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(193 215 234 / var(--tw-border-opacity));
}

.hover\:border-e-brand-200\/0:hover {
  border-inline-end-color: rgb(193 215 234 / 0);
}

.hover\:border-e-brand-200\/10:hover {
  border-inline-end-color: rgb(193 215 234 / 0.1);
}

.hover\:border-e-brand-200\/100:hover {
  border-inline-end-color: rgb(193 215 234 / 1);
}

.hover\:border-e-brand-200\/20:hover {
  border-inline-end-color: rgb(193 215 234 / 0.2);
}

.hover\:border-e-brand-200\/25:hover {
  border-inline-end-color: rgb(193 215 234 / 0.25);
}

.hover\:border-e-brand-200\/30:hover {
  border-inline-end-color: rgb(193 215 234 / 0.3);
}

.hover\:border-e-brand-200\/40:hover {
  border-inline-end-color: rgb(193 215 234 / 0.4);
}

.hover\:border-e-brand-200\/5:hover {
  border-inline-end-color: rgb(193 215 234 / 0.05);
}

.hover\:border-e-brand-200\/50:hover {
  border-inline-end-color: rgb(193 215 234 / 0.5);
}

.hover\:border-e-brand-200\/60:hover {
  border-inline-end-color: rgb(193 215 234 / 0.6);
}

.hover\:border-e-brand-200\/70:hover {
  border-inline-end-color: rgb(193 215 234 / 0.7);
}

.hover\:border-e-brand-200\/75:hover {
  border-inline-end-color: rgb(193 215 234 / 0.75);
}

.hover\:border-e-brand-200\/80:hover {
  border-inline-end-color: rgb(193 215 234 / 0.8);
}

.hover\:border-e-brand-200\/90:hover {
  border-inline-end-color: rgb(193 215 234 / 0.9);
}

.hover\:border-e-brand-200\/95:hover {
  border-inline-end-color: rgb(193 215 234 / 0.95);
}

.hover\:border-e-brand-300:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(155 190 221 / var(--tw-border-opacity));
}

.hover\:border-e-brand-300\/0:hover {
  border-inline-end-color: rgb(155 190 221 / 0);
}

.hover\:border-e-brand-300\/10:hover {
  border-inline-end-color: rgb(155 190 221 / 0.1);
}

.hover\:border-e-brand-300\/100:hover {
  border-inline-end-color: rgb(155 190 221 / 1);
}

.hover\:border-e-brand-300\/20:hover {
  border-inline-end-color: rgb(155 190 221 / 0.2);
}

.hover\:border-e-brand-300\/25:hover {
  border-inline-end-color: rgb(155 190 221 / 0.25);
}

.hover\:border-e-brand-300\/30:hover {
  border-inline-end-color: rgb(155 190 221 / 0.3);
}

.hover\:border-e-brand-300\/40:hover {
  border-inline-end-color: rgb(155 190 221 / 0.4);
}

.hover\:border-e-brand-300\/5:hover {
  border-inline-end-color: rgb(155 190 221 / 0.05);
}

.hover\:border-e-brand-300\/50:hover {
  border-inline-end-color: rgb(155 190 221 / 0.5);
}

.hover\:border-e-brand-300\/60:hover {
  border-inline-end-color: rgb(155 190 221 / 0.6);
}

.hover\:border-e-brand-300\/70:hover {
  border-inline-end-color: rgb(155 190 221 / 0.7);
}

.hover\:border-e-brand-300\/75:hover {
  border-inline-end-color: rgb(155 190 221 / 0.75);
}

.hover\:border-e-brand-300\/80:hover {
  border-inline-end-color: rgb(155 190 221 / 0.8);
}

.hover\:border-e-brand-300\/90:hover {
  border-inline-end-color: rgb(155 190 221 / 0.9);
}

.hover\:border-e-brand-300\/95:hover {
  border-inline-end-color: rgb(155 190 221 / 0.95);
}

.hover\:border-e-brand-400:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(81 142 195 / var(--tw-border-opacity));
}

.hover\:border-e-brand-400\/0:hover {
  border-inline-end-color: rgb(81 142 195 / 0);
}

.hover\:border-e-brand-400\/10:hover {
  border-inline-end-color: rgb(81 142 195 / 0.1);
}

.hover\:border-e-brand-400\/100:hover {
  border-inline-end-color: rgb(81 142 195 / 1);
}

.hover\:border-e-brand-400\/20:hover {
  border-inline-end-color: rgb(81 142 195 / 0.2);
}

.hover\:border-e-brand-400\/25:hover {
  border-inline-end-color: rgb(81 142 195 / 0.25);
}

.hover\:border-e-brand-400\/30:hover {
  border-inline-end-color: rgb(81 142 195 / 0.3);
}

.hover\:border-e-brand-400\/40:hover {
  border-inline-end-color: rgb(81 142 195 / 0.4);
}

.hover\:border-e-brand-400\/5:hover {
  border-inline-end-color: rgb(81 142 195 / 0.05);
}

.hover\:border-e-brand-400\/50:hover {
  border-inline-end-color: rgb(81 142 195 / 0.5);
}

.hover\:border-e-brand-400\/60:hover {
  border-inline-end-color: rgb(81 142 195 / 0.6);
}

.hover\:border-e-brand-400\/70:hover {
  border-inline-end-color: rgb(81 142 195 / 0.7);
}

.hover\:border-e-brand-400\/75:hover {
  border-inline-end-color: rgb(81 142 195 / 0.75);
}

.hover\:border-e-brand-400\/80:hover {
  border-inline-end-color: rgb(81 142 195 / 0.8);
}

.hover\:border-e-brand-400\/90:hover {
  border-inline-end-color: rgb(81 142 195 / 0.9);
}

.hover\:border-e-brand-400\/95:hover {
  border-inline-end-color: rgb(81 142 195 / 0.95);
}

.hover\:border-e-brand-50:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(243 247 251 / var(--tw-border-opacity));
}

.hover\:border-e-brand-50\/0:hover {
  border-inline-end-color: rgb(243 247 251 / 0);
}

.hover\:border-e-brand-50\/10:hover {
  border-inline-end-color: rgb(243 247 251 / 0.1);
}

.hover\:border-e-brand-50\/100:hover {
  border-inline-end-color: rgb(243 247 251 / 1);
}

.hover\:border-e-brand-50\/20:hover {
  border-inline-end-color: rgb(243 247 251 / 0.2);
}

.hover\:border-e-brand-50\/25:hover {
  border-inline-end-color: rgb(243 247 251 / 0.25);
}

.hover\:border-e-brand-50\/30:hover {
  border-inline-end-color: rgb(243 247 251 / 0.3);
}

.hover\:border-e-brand-50\/40:hover {
  border-inline-end-color: rgb(243 247 251 / 0.4);
}

.hover\:border-e-brand-50\/5:hover {
  border-inline-end-color: rgb(243 247 251 / 0.05);
}

.hover\:border-e-brand-50\/50:hover {
  border-inline-end-color: rgb(243 247 251 / 0.5);
}

.hover\:border-e-brand-50\/60:hover {
  border-inline-end-color: rgb(243 247 251 / 0.6);
}

.hover\:border-e-brand-50\/70:hover {
  border-inline-end-color: rgb(243 247 251 / 0.7);
}

.hover\:border-e-brand-50\/75:hover {
  border-inline-end-color: rgb(243 247 251 / 0.75);
}

.hover\:border-e-brand-50\/80:hover {
  border-inline-end-color: rgb(243 247 251 / 0.8);
}

.hover\:border-e-brand-50\/90:hover {
  border-inline-end-color: rgb(243 247 251 / 0.9);
}

.hover\:border-e-brand-50\/95:hover {
  border-inline-end-color: rgb(243 247 251 / 0.95);
}

.hover\:border-e-brand-500:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(6 93 169 / var(--tw-border-opacity));
}

.hover\:border-e-brand-500\/0:hover {
  border-inline-end-color: rgb(6 93 169 / 0);
}

.hover\:border-e-brand-500\/10:hover {
  border-inline-end-color: rgb(6 93 169 / 0.1);
}

.hover\:border-e-brand-500\/100:hover {
  border-inline-end-color: rgb(6 93 169 / 1);
}

.hover\:border-e-brand-500\/20:hover {
  border-inline-end-color: rgb(6 93 169 / 0.2);
}

.hover\:border-e-brand-500\/25:hover {
  border-inline-end-color: rgb(6 93 169 / 0.25);
}

.hover\:border-e-brand-500\/30:hover {
  border-inline-end-color: rgb(6 93 169 / 0.3);
}

.hover\:border-e-brand-500\/40:hover {
  border-inline-end-color: rgb(6 93 169 / 0.4);
}

.hover\:border-e-brand-500\/5:hover {
  border-inline-end-color: rgb(6 93 169 / 0.05);
}

.hover\:border-e-brand-500\/50:hover {
  border-inline-end-color: rgb(6 93 169 / 0.5);
}

.hover\:border-e-brand-500\/60:hover {
  border-inline-end-color: rgb(6 93 169 / 0.6);
}

.hover\:border-e-brand-500\/70:hover {
  border-inline-end-color: rgb(6 93 169 / 0.7);
}

.hover\:border-e-brand-500\/75:hover {
  border-inline-end-color: rgb(6 93 169 / 0.75);
}

.hover\:border-e-brand-500\/80:hover {
  border-inline-end-color: rgb(6 93 169 / 0.8);
}

.hover\:border-e-brand-500\/90:hover {
  border-inline-end-color: rgb(6 93 169 / 0.9);
}

.hover\:border-e-brand-500\/95:hover {
  border-inline-end-color: rgb(6 93 169 / 0.95);
}

.hover\:border-e-brand-600:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(5 84 152 / var(--tw-border-opacity));
}

.hover\:border-e-brand-600\/0:hover {
  border-inline-end-color: rgb(5 84 152 / 0);
}

.hover\:border-e-brand-600\/10:hover {
  border-inline-end-color: rgb(5 84 152 / 0.1);
}

.hover\:border-e-brand-600\/100:hover {
  border-inline-end-color: rgb(5 84 152 / 1);
}

.hover\:border-e-brand-600\/20:hover {
  border-inline-end-color: rgb(5 84 152 / 0.2);
}

.hover\:border-e-brand-600\/25:hover {
  border-inline-end-color: rgb(5 84 152 / 0.25);
}

.hover\:border-e-brand-600\/30:hover {
  border-inline-end-color: rgb(5 84 152 / 0.3);
}

.hover\:border-e-brand-600\/40:hover {
  border-inline-end-color: rgb(5 84 152 / 0.4);
}

.hover\:border-e-brand-600\/5:hover {
  border-inline-end-color: rgb(5 84 152 / 0.05);
}

.hover\:border-e-brand-600\/50:hover {
  border-inline-end-color: rgb(5 84 152 / 0.5);
}

.hover\:border-e-brand-600\/60:hover {
  border-inline-end-color: rgb(5 84 152 / 0.6);
}

.hover\:border-e-brand-600\/70:hover {
  border-inline-end-color: rgb(5 84 152 / 0.7);
}

.hover\:border-e-brand-600\/75:hover {
  border-inline-end-color: rgb(5 84 152 / 0.75);
}

.hover\:border-e-brand-600\/80:hover {
  border-inline-end-color: rgb(5 84 152 / 0.8);
}

.hover\:border-e-brand-600\/90:hover {
  border-inline-end-color: rgb(5 84 152 / 0.9);
}

.hover\:border-e-brand-600\/95:hover {
  border-inline-end-color: rgb(5 84 152 / 0.95);
}

.hover\:border-e-brand-700:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(4 56 101 / var(--tw-border-opacity));
}

.hover\:border-e-brand-700\/0:hover {
  border-inline-end-color: rgb(4 56 101 / 0);
}

.hover\:border-e-brand-700\/10:hover {
  border-inline-end-color: rgb(4 56 101 / 0.1);
}

.hover\:border-e-brand-700\/100:hover {
  border-inline-end-color: rgb(4 56 101 / 1);
}

.hover\:border-e-brand-700\/20:hover {
  border-inline-end-color: rgb(4 56 101 / 0.2);
}

.hover\:border-e-brand-700\/25:hover {
  border-inline-end-color: rgb(4 56 101 / 0.25);
}

.hover\:border-e-brand-700\/30:hover {
  border-inline-end-color: rgb(4 56 101 / 0.3);
}

.hover\:border-e-brand-700\/40:hover {
  border-inline-end-color: rgb(4 56 101 / 0.4);
}

.hover\:border-e-brand-700\/5:hover {
  border-inline-end-color: rgb(4 56 101 / 0.05);
}

.hover\:border-e-brand-700\/50:hover {
  border-inline-end-color: rgb(4 56 101 / 0.5);
}

.hover\:border-e-brand-700\/60:hover {
  border-inline-end-color: rgb(4 56 101 / 0.6);
}

.hover\:border-e-brand-700\/70:hover {
  border-inline-end-color: rgb(4 56 101 / 0.7);
}

.hover\:border-e-brand-700\/75:hover {
  border-inline-end-color: rgb(4 56 101 / 0.75);
}

.hover\:border-e-brand-700\/80:hover {
  border-inline-end-color: rgb(4 56 101 / 0.8);
}

.hover\:border-e-brand-700\/90:hover {
  border-inline-end-color: rgb(4 56 101 / 0.9);
}

.hover\:border-e-brand-700\/95:hover {
  border-inline-end-color: rgb(4 56 101 / 0.95);
}

.hover\:border-e-brand-800:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(3 42 76 / var(--tw-border-opacity));
}

.hover\:border-e-brand-800\/0:hover {
  border-inline-end-color: rgb(3 42 76 / 0);
}

.hover\:border-e-brand-800\/10:hover {
  border-inline-end-color: rgb(3 42 76 / 0.1);
}

.hover\:border-e-brand-800\/100:hover {
  border-inline-end-color: rgb(3 42 76 / 1);
}

.hover\:border-e-brand-800\/20:hover {
  border-inline-end-color: rgb(3 42 76 / 0.2);
}

.hover\:border-e-brand-800\/25:hover {
  border-inline-end-color: rgb(3 42 76 / 0.25);
}

.hover\:border-e-brand-800\/30:hover {
  border-inline-end-color: rgb(3 42 76 / 0.3);
}

.hover\:border-e-brand-800\/40:hover {
  border-inline-end-color: rgb(3 42 76 / 0.4);
}

.hover\:border-e-brand-800\/5:hover {
  border-inline-end-color: rgb(3 42 76 / 0.05);
}

.hover\:border-e-brand-800\/50:hover {
  border-inline-end-color: rgb(3 42 76 / 0.5);
}

.hover\:border-e-brand-800\/60:hover {
  border-inline-end-color: rgb(3 42 76 / 0.6);
}

.hover\:border-e-brand-800\/70:hover {
  border-inline-end-color: rgb(3 42 76 / 0.7);
}

.hover\:border-e-brand-800\/75:hover {
  border-inline-end-color: rgb(3 42 76 / 0.75);
}

.hover\:border-e-brand-800\/80:hover {
  border-inline-end-color: rgb(3 42 76 / 0.8);
}

.hover\:border-e-brand-800\/90:hover {
  border-inline-end-color: rgb(3 42 76 / 0.9);
}

.hover\:border-e-brand-800\/95:hover {
  border-inline-end-color: rgb(3 42 76 / 0.95);
}

.hover\:border-e-brand-900:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(2 28 51 / var(--tw-border-opacity));
}

.hover\:border-e-brand-900\/0:hover {
  border-inline-end-color: rgb(2 28 51 / 0);
}

.hover\:border-e-brand-900\/10:hover {
  border-inline-end-color: rgb(2 28 51 / 0.1);
}

.hover\:border-e-brand-900\/100:hover {
  border-inline-end-color: rgb(2 28 51 / 1);
}

.hover\:border-e-brand-900\/20:hover {
  border-inline-end-color: rgb(2 28 51 / 0.2);
}

.hover\:border-e-brand-900\/25:hover {
  border-inline-end-color: rgb(2 28 51 / 0.25);
}

.hover\:border-e-brand-900\/30:hover {
  border-inline-end-color: rgb(2 28 51 / 0.3);
}

.hover\:border-e-brand-900\/40:hover {
  border-inline-end-color: rgb(2 28 51 / 0.4);
}

.hover\:border-e-brand-900\/5:hover {
  border-inline-end-color: rgb(2 28 51 / 0.05);
}

.hover\:border-e-brand-900\/50:hover {
  border-inline-end-color: rgb(2 28 51 / 0.5);
}

.hover\:border-e-brand-900\/60:hover {
  border-inline-end-color: rgb(2 28 51 / 0.6);
}

.hover\:border-e-brand-900\/70:hover {
  border-inline-end-color: rgb(2 28 51 / 0.7);
}

.hover\:border-e-brand-900\/75:hover {
  border-inline-end-color: rgb(2 28 51 / 0.75);
}

.hover\:border-e-brand-900\/80:hover {
  border-inline-end-color: rgb(2 28 51 / 0.8);
}

.hover\:border-e-brand-900\/90:hover {
  border-inline-end-color: rgb(2 28 51 / 0.9);
}

.hover\:border-e-brand-900\/95:hover {
  border-inline-end-color: rgb(2 28 51 / 0.95);
}

.hover\:border-e-current:hover {
  border-inline-end-color: currentColor;
}

.hover\:border-e-cyan-100:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(207 250 254 / var(--tw-border-opacity));
}

.hover\:border-e-cyan-100\/0:hover {
  border-inline-end-color: rgb(207 250 254 / 0);
}

.hover\:border-e-cyan-100\/10:hover {
  border-inline-end-color: rgb(207 250 254 / 0.1);
}

.hover\:border-e-cyan-100\/100:hover {
  border-inline-end-color: rgb(207 250 254 / 1);
}

.hover\:border-e-cyan-100\/20:hover {
  border-inline-end-color: rgb(207 250 254 / 0.2);
}

.hover\:border-e-cyan-100\/25:hover {
  border-inline-end-color: rgb(207 250 254 / 0.25);
}

.hover\:border-e-cyan-100\/30:hover {
  border-inline-end-color: rgb(207 250 254 / 0.3);
}

.hover\:border-e-cyan-100\/40:hover {
  border-inline-end-color: rgb(207 250 254 / 0.4);
}

.hover\:border-e-cyan-100\/5:hover {
  border-inline-end-color: rgb(207 250 254 / 0.05);
}

.hover\:border-e-cyan-100\/50:hover {
  border-inline-end-color: rgb(207 250 254 / 0.5);
}

.hover\:border-e-cyan-100\/60:hover {
  border-inline-end-color: rgb(207 250 254 / 0.6);
}

.hover\:border-e-cyan-100\/70:hover {
  border-inline-end-color: rgb(207 250 254 / 0.7);
}

.hover\:border-e-cyan-100\/75:hover {
  border-inline-end-color: rgb(207 250 254 / 0.75);
}

.hover\:border-e-cyan-100\/80:hover {
  border-inline-end-color: rgb(207 250 254 / 0.8);
}

.hover\:border-e-cyan-100\/90:hover {
  border-inline-end-color: rgb(207 250 254 / 0.9);
}

.hover\:border-e-cyan-100\/95:hover {
  border-inline-end-color: rgb(207 250 254 / 0.95);
}

.hover\:border-e-cyan-200:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(165 243 252 / var(--tw-border-opacity));
}

.hover\:border-e-cyan-200\/0:hover {
  border-inline-end-color: rgb(165 243 252 / 0);
}

.hover\:border-e-cyan-200\/10:hover {
  border-inline-end-color: rgb(165 243 252 / 0.1);
}

.hover\:border-e-cyan-200\/100:hover {
  border-inline-end-color: rgb(165 243 252 / 1);
}

.hover\:border-e-cyan-200\/20:hover {
  border-inline-end-color: rgb(165 243 252 / 0.2);
}

.hover\:border-e-cyan-200\/25:hover {
  border-inline-end-color: rgb(165 243 252 / 0.25);
}

.hover\:border-e-cyan-200\/30:hover {
  border-inline-end-color: rgb(165 243 252 / 0.3);
}

.hover\:border-e-cyan-200\/40:hover {
  border-inline-end-color: rgb(165 243 252 / 0.4);
}

.hover\:border-e-cyan-200\/5:hover {
  border-inline-end-color: rgb(165 243 252 / 0.05);
}

.hover\:border-e-cyan-200\/50:hover {
  border-inline-end-color: rgb(165 243 252 / 0.5);
}

.hover\:border-e-cyan-200\/60:hover {
  border-inline-end-color: rgb(165 243 252 / 0.6);
}

.hover\:border-e-cyan-200\/70:hover {
  border-inline-end-color: rgb(165 243 252 / 0.7);
}

.hover\:border-e-cyan-200\/75:hover {
  border-inline-end-color: rgb(165 243 252 / 0.75);
}

.hover\:border-e-cyan-200\/80:hover {
  border-inline-end-color: rgb(165 243 252 / 0.8);
}

.hover\:border-e-cyan-200\/90:hover {
  border-inline-end-color: rgb(165 243 252 / 0.9);
}

.hover\:border-e-cyan-200\/95:hover {
  border-inline-end-color: rgb(165 243 252 / 0.95);
}

.hover\:border-e-cyan-300:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(103 232 249 / var(--tw-border-opacity));
}

.hover\:border-e-cyan-300\/0:hover {
  border-inline-end-color: rgb(103 232 249 / 0);
}

.hover\:border-e-cyan-300\/10:hover {
  border-inline-end-color: rgb(103 232 249 / 0.1);
}

.hover\:border-e-cyan-300\/100:hover {
  border-inline-end-color: rgb(103 232 249 / 1);
}

.hover\:border-e-cyan-300\/20:hover {
  border-inline-end-color: rgb(103 232 249 / 0.2);
}

.hover\:border-e-cyan-300\/25:hover {
  border-inline-end-color: rgb(103 232 249 / 0.25);
}

.hover\:border-e-cyan-300\/30:hover {
  border-inline-end-color: rgb(103 232 249 / 0.3);
}

.hover\:border-e-cyan-300\/40:hover {
  border-inline-end-color: rgb(103 232 249 / 0.4);
}

.hover\:border-e-cyan-300\/5:hover {
  border-inline-end-color: rgb(103 232 249 / 0.05);
}

.hover\:border-e-cyan-300\/50:hover {
  border-inline-end-color: rgb(103 232 249 / 0.5);
}

.hover\:border-e-cyan-300\/60:hover {
  border-inline-end-color: rgb(103 232 249 / 0.6);
}

.hover\:border-e-cyan-300\/70:hover {
  border-inline-end-color: rgb(103 232 249 / 0.7);
}

.hover\:border-e-cyan-300\/75:hover {
  border-inline-end-color: rgb(103 232 249 / 0.75);
}

.hover\:border-e-cyan-300\/80:hover {
  border-inline-end-color: rgb(103 232 249 / 0.8);
}

.hover\:border-e-cyan-300\/90:hover {
  border-inline-end-color: rgb(103 232 249 / 0.9);
}

.hover\:border-e-cyan-300\/95:hover {
  border-inline-end-color: rgb(103 232 249 / 0.95);
}

.hover\:border-e-cyan-400:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(34 211 238 / var(--tw-border-opacity));
}

.hover\:border-e-cyan-400\/0:hover {
  border-inline-end-color: rgb(34 211 238 / 0);
}

.hover\:border-e-cyan-400\/10:hover {
  border-inline-end-color: rgb(34 211 238 / 0.1);
}

.hover\:border-e-cyan-400\/100:hover {
  border-inline-end-color: rgb(34 211 238 / 1);
}

.hover\:border-e-cyan-400\/20:hover {
  border-inline-end-color: rgb(34 211 238 / 0.2);
}

.hover\:border-e-cyan-400\/25:hover {
  border-inline-end-color: rgb(34 211 238 / 0.25);
}

.hover\:border-e-cyan-400\/30:hover {
  border-inline-end-color: rgb(34 211 238 / 0.3);
}

.hover\:border-e-cyan-400\/40:hover {
  border-inline-end-color: rgb(34 211 238 / 0.4);
}

.hover\:border-e-cyan-400\/5:hover {
  border-inline-end-color: rgb(34 211 238 / 0.05);
}

.hover\:border-e-cyan-400\/50:hover {
  border-inline-end-color: rgb(34 211 238 / 0.5);
}

.hover\:border-e-cyan-400\/60:hover {
  border-inline-end-color: rgb(34 211 238 / 0.6);
}

.hover\:border-e-cyan-400\/70:hover {
  border-inline-end-color: rgb(34 211 238 / 0.7);
}

.hover\:border-e-cyan-400\/75:hover {
  border-inline-end-color: rgb(34 211 238 / 0.75);
}

.hover\:border-e-cyan-400\/80:hover {
  border-inline-end-color: rgb(34 211 238 / 0.8);
}

.hover\:border-e-cyan-400\/90:hover {
  border-inline-end-color: rgb(34 211 238 / 0.9);
}

.hover\:border-e-cyan-400\/95:hover {
  border-inline-end-color: rgb(34 211 238 / 0.95);
}

.hover\:border-e-cyan-50:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(236 254 255 / var(--tw-border-opacity));
}

.hover\:border-e-cyan-50\/0:hover {
  border-inline-end-color: rgb(236 254 255 / 0);
}

.hover\:border-e-cyan-50\/10:hover {
  border-inline-end-color: rgb(236 254 255 / 0.1);
}

.hover\:border-e-cyan-50\/100:hover {
  border-inline-end-color: rgb(236 254 255 / 1);
}

.hover\:border-e-cyan-50\/20:hover {
  border-inline-end-color: rgb(236 254 255 / 0.2);
}

.hover\:border-e-cyan-50\/25:hover {
  border-inline-end-color: rgb(236 254 255 / 0.25);
}

.hover\:border-e-cyan-50\/30:hover {
  border-inline-end-color: rgb(236 254 255 / 0.3);
}

.hover\:border-e-cyan-50\/40:hover {
  border-inline-end-color: rgb(236 254 255 / 0.4);
}

.hover\:border-e-cyan-50\/5:hover {
  border-inline-end-color: rgb(236 254 255 / 0.05);
}

.hover\:border-e-cyan-50\/50:hover {
  border-inline-end-color: rgb(236 254 255 / 0.5);
}

.hover\:border-e-cyan-50\/60:hover {
  border-inline-end-color: rgb(236 254 255 / 0.6);
}

.hover\:border-e-cyan-50\/70:hover {
  border-inline-end-color: rgb(236 254 255 / 0.7);
}

.hover\:border-e-cyan-50\/75:hover {
  border-inline-end-color: rgb(236 254 255 / 0.75);
}

.hover\:border-e-cyan-50\/80:hover {
  border-inline-end-color: rgb(236 254 255 / 0.8);
}

.hover\:border-e-cyan-50\/90:hover {
  border-inline-end-color: rgb(236 254 255 / 0.9);
}

.hover\:border-e-cyan-50\/95:hover {
  border-inline-end-color: rgb(236 254 255 / 0.95);
}

.hover\:border-e-cyan-500:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(6 182 212 / var(--tw-border-opacity));
}

.hover\:border-e-cyan-500\/0:hover {
  border-inline-end-color: rgb(6 182 212 / 0);
}

.hover\:border-e-cyan-500\/10:hover {
  border-inline-end-color: rgb(6 182 212 / 0.1);
}

.hover\:border-e-cyan-500\/100:hover {
  border-inline-end-color: rgb(6 182 212 / 1);
}

.hover\:border-e-cyan-500\/20:hover {
  border-inline-end-color: rgb(6 182 212 / 0.2);
}

.hover\:border-e-cyan-500\/25:hover {
  border-inline-end-color: rgb(6 182 212 / 0.25);
}

.hover\:border-e-cyan-500\/30:hover {
  border-inline-end-color: rgb(6 182 212 / 0.3);
}

.hover\:border-e-cyan-500\/40:hover {
  border-inline-end-color: rgb(6 182 212 / 0.4);
}

.hover\:border-e-cyan-500\/5:hover {
  border-inline-end-color: rgb(6 182 212 / 0.05);
}

.hover\:border-e-cyan-500\/50:hover {
  border-inline-end-color: rgb(6 182 212 / 0.5);
}

.hover\:border-e-cyan-500\/60:hover {
  border-inline-end-color: rgb(6 182 212 / 0.6);
}

.hover\:border-e-cyan-500\/70:hover {
  border-inline-end-color: rgb(6 182 212 / 0.7);
}

.hover\:border-e-cyan-500\/75:hover {
  border-inline-end-color: rgb(6 182 212 / 0.75);
}

.hover\:border-e-cyan-500\/80:hover {
  border-inline-end-color: rgb(6 182 212 / 0.8);
}

.hover\:border-e-cyan-500\/90:hover {
  border-inline-end-color: rgb(6 182 212 / 0.9);
}

.hover\:border-e-cyan-500\/95:hover {
  border-inline-end-color: rgb(6 182 212 / 0.95);
}

.hover\:border-e-cyan-600:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(8 145 178 / var(--tw-border-opacity));
}

.hover\:border-e-cyan-600\/0:hover {
  border-inline-end-color: rgb(8 145 178 / 0);
}

.hover\:border-e-cyan-600\/10:hover {
  border-inline-end-color: rgb(8 145 178 / 0.1);
}

.hover\:border-e-cyan-600\/100:hover {
  border-inline-end-color: rgb(8 145 178 / 1);
}

.hover\:border-e-cyan-600\/20:hover {
  border-inline-end-color: rgb(8 145 178 / 0.2);
}

.hover\:border-e-cyan-600\/25:hover {
  border-inline-end-color: rgb(8 145 178 / 0.25);
}

.hover\:border-e-cyan-600\/30:hover {
  border-inline-end-color: rgb(8 145 178 / 0.3);
}

.hover\:border-e-cyan-600\/40:hover {
  border-inline-end-color: rgb(8 145 178 / 0.4);
}

.hover\:border-e-cyan-600\/5:hover {
  border-inline-end-color: rgb(8 145 178 / 0.05);
}

.hover\:border-e-cyan-600\/50:hover {
  border-inline-end-color: rgb(8 145 178 / 0.5);
}

.hover\:border-e-cyan-600\/60:hover {
  border-inline-end-color: rgb(8 145 178 / 0.6);
}

.hover\:border-e-cyan-600\/70:hover {
  border-inline-end-color: rgb(8 145 178 / 0.7);
}

.hover\:border-e-cyan-600\/75:hover {
  border-inline-end-color: rgb(8 145 178 / 0.75);
}

.hover\:border-e-cyan-600\/80:hover {
  border-inline-end-color: rgb(8 145 178 / 0.8);
}

.hover\:border-e-cyan-600\/90:hover {
  border-inline-end-color: rgb(8 145 178 / 0.9);
}

.hover\:border-e-cyan-600\/95:hover {
  border-inline-end-color: rgb(8 145 178 / 0.95);
}

.hover\:border-e-cyan-700:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(14 116 144 / var(--tw-border-opacity));
}

.hover\:border-e-cyan-700\/0:hover {
  border-inline-end-color: rgb(14 116 144 / 0);
}

.hover\:border-e-cyan-700\/10:hover {
  border-inline-end-color: rgb(14 116 144 / 0.1);
}

.hover\:border-e-cyan-700\/100:hover {
  border-inline-end-color: rgb(14 116 144 / 1);
}

.hover\:border-e-cyan-700\/20:hover {
  border-inline-end-color: rgb(14 116 144 / 0.2);
}

.hover\:border-e-cyan-700\/25:hover {
  border-inline-end-color: rgb(14 116 144 / 0.25);
}

.hover\:border-e-cyan-700\/30:hover {
  border-inline-end-color: rgb(14 116 144 / 0.3);
}

.hover\:border-e-cyan-700\/40:hover {
  border-inline-end-color: rgb(14 116 144 / 0.4);
}

.hover\:border-e-cyan-700\/5:hover {
  border-inline-end-color: rgb(14 116 144 / 0.05);
}

.hover\:border-e-cyan-700\/50:hover {
  border-inline-end-color: rgb(14 116 144 / 0.5);
}

.hover\:border-e-cyan-700\/60:hover {
  border-inline-end-color: rgb(14 116 144 / 0.6);
}

.hover\:border-e-cyan-700\/70:hover {
  border-inline-end-color: rgb(14 116 144 / 0.7);
}

.hover\:border-e-cyan-700\/75:hover {
  border-inline-end-color: rgb(14 116 144 / 0.75);
}

.hover\:border-e-cyan-700\/80:hover {
  border-inline-end-color: rgb(14 116 144 / 0.8);
}

.hover\:border-e-cyan-700\/90:hover {
  border-inline-end-color: rgb(14 116 144 / 0.9);
}

.hover\:border-e-cyan-700\/95:hover {
  border-inline-end-color: rgb(14 116 144 / 0.95);
}

.hover\:border-e-cyan-800:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(21 94 117 / var(--tw-border-opacity));
}

.hover\:border-e-cyan-800\/0:hover {
  border-inline-end-color: rgb(21 94 117 / 0);
}

.hover\:border-e-cyan-800\/10:hover {
  border-inline-end-color: rgb(21 94 117 / 0.1);
}

.hover\:border-e-cyan-800\/100:hover {
  border-inline-end-color: rgb(21 94 117 / 1);
}

.hover\:border-e-cyan-800\/20:hover {
  border-inline-end-color: rgb(21 94 117 / 0.2);
}

.hover\:border-e-cyan-800\/25:hover {
  border-inline-end-color: rgb(21 94 117 / 0.25);
}

.hover\:border-e-cyan-800\/30:hover {
  border-inline-end-color: rgb(21 94 117 / 0.3);
}

.hover\:border-e-cyan-800\/40:hover {
  border-inline-end-color: rgb(21 94 117 / 0.4);
}

.hover\:border-e-cyan-800\/5:hover {
  border-inline-end-color: rgb(21 94 117 / 0.05);
}

.hover\:border-e-cyan-800\/50:hover {
  border-inline-end-color: rgb(21 94 117 / 0.5);
}

.hover\:border-e-cyan-800\/60:hover {
  border-inline-end-color: rgb(21 94 117 / 0.6);
}

.hover\:border-e-cyan-800\/70:hover {
  border-inline-end-color: rgb(21 94 117 / 0.7);
}

.hover\:border-e-cyan-800\/75:hover {
  border-inline-end-color: rgb(21 94 117 / 0.75);
}

.hover\:border-e-cyan-800\/80:hover {
  border-inline-end-color: rgb(21 94 117 / 0.8);
}

.hover\:border-e-cyan-800\/90:hover {
  border-inline-end-color: rgb(21 94 117 / 0.9);
}

.hover\:border-e-cyan-800\/95:hover {
  border-inline-end-color: rgb(21 94 117 / 0.95);
}

.hover\:border-e-cyan-900:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(22 78 99 / var(--tw-border-opacity));
}

.hover\:border-e-cyan-900\/0:hover {
  border-inline-end-color: rgb(22 78 99 / 0);
}

.hover\:border-e-cyan-900\/10:hover {
  border-inline-end-color: rgb(22 78 99 / 0.1);
}

.hover\:border-e-cyan-900\/100:hover {
  border-inline-end-color: rgb(22 78 99 / 1);
}

.hover\:border-e-cyan-900\/20:hover {
  border-inline-end-color: rgb(22 78 99 / 0.2);
}

.hover\:border-e-cyan-900\/25:hover {
  border-inline-end-color: rgb(22 78 99 / 0.25);
}

.hover\:border-e-cyan-900\/30:hover {
  border-inline-end-color: rgb(22 78 99 / 0.3);
}

.hover\:border-e-cyan-900\/40:hover {
  border-inline-end-color: rgb(22 78 99 / 0.4);
}

.hover\:border-e-cyan-900\/5:hover {
  border-inline-end-color: rgb(22 78 99 / 0.05);
}

.hover\:border-e-cyan-900\/50:hover {
  border-inline-end-color: rgb(22 78 99 / 0.5);
}

.hover\:border-e-cyan-900\/60:hover {
  border-inline-end-color: rgb(22 78 99 / 0.6);
}

.hover\:border-e-cyan-900\/70:hover {
  border-inline-end-color: rgb(22 78 99 / 0.7);
}

.hover\:border-e-cyan-900\/75:hover {
  border-inline-end-color: rgb(22 78 99 / 0.75);
}

.hover\:border-e-cyan-900\/80:hover {
  border-inline-end-color: rgb(22 78 99 / 0.8);
}

.hover\:border-e-cyan-900\/90:hover {
  border-inline-end-color: rgb(22 78 99 / 0.9);
}

.hover\:border-e-cyan-900\/95:hover {
  border-inline-end-color: rgb(22 78 99 / 0.95);
}

.hover\:border-e-cyan-950:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(8 51 68 / var(--tw-border-opacity));
}

.hover\:border-e-cyan-950\/0:hover {
  border-inline-end-color: rgb(8 51 68 / 0);
}

.hover\:border-e-cyan-950\/10:hover {
  border-inline-end-color: rgb(8 51 68 / 0.1);
}

.hover\:border-e-cyan-950\/100:hover {
  border-inline-end-color: rgb(8 51 68 / 1);
}

.hover\:border-e-cyan-950\/20:hover {
  border-inline-end-color: rgb(8 51 68 / 0.2);
}

.hover\:border-e-cyan-950\/25:hover {
  border-inline-end-color: rgb(8 51 68 / 0.25);
}

.hover\:border-e-cyan-950\/30:hover {
  border-inline-end-color: rgb(8 51 68 / 0.3);
}

.hover\:border-e-cyan-950\/40:hover {
  border-inline-end-color: rgb(8 51 68 / 0.4);
}

.hover\:border-e-cyan-950\/5:hover {
  border-inline-end-color: rgb(8 51 68 / 0.05);
}

.hover\:border-e-cyan-950\/50:hover {
  border-inline-end-color: rgb(8 51 68 / 0.5);
}

.hover\:border-e-cyan-950\/60:hover {
  border-inline-end-color: rgb(8 51 68 / 0.6);
}

.hover\:border-e-cyan-950\/70:hover {
  border-inline-end-color: rgb(8 51 68 / 0.7);
}

.hover\:border-e-cyan-950\/75:hover {
  border-inline-end-color: rgb(8 51 68 / 0.75);
}

.hover\:border-e-cyan-950\/80:hover {
  border-inline-end-color: rgb(8 51 68 / 0.8);
}

.hover\:border-e-cyan-950\/90:hover {
  border-inline-end-color: rgb(8 51 68 / 0.9);
}

.hover\:border-e-cyan-950\/95:hover {
  border-inline-end-color: rgb(8 51 68 / 0.95);
}

.hover\:border-e-emerald-100:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(209 250 229 / var(--tw-border-opacity));
}

.hover\:border-e-emerald-100\/0:hover {
  border-inline-end-color: rgb(209 250 229 / 0);
}

.hover\:border-e-emerald-100\/10:hover {
  border-inline-end-color: rgb(209 250 229 / 0.1);
}

.hover\:border-e-emerald-100\/100:hover {
  border-inline-end-color: rgb(209 250 229 / 1);
}

.hover\:border-e-emerald-100\/20:hover {
  border-inline-end-color: rgb(209 250 229 / 0.2);
}

.hover\:border-e-emerald-100\/25:hover {
  border-inline-end-color: rgb(209 250 229 / 0.25);
}

.hover\:border-e-emerald-100\/30:hover {
  border-inline-end-color: rgb(209 250 229 / 0.3);
}

.hover\:border-e-emerald-100\/40:hover {
  border-inline-end-color: rgb(209 250 229 / 0.4);
}

.hover\:border-e-emerald-100\/5:hover {
  border-inline-end-color: rgb(209 250 229 / 0.05);
}

.hover\:border-e-emerald-100\/50:hover {
  border-inline-end-color: rgb(209 250 229 / 0.5);
}

.hover\:border-e-emerald-100\/60:hover {
  border-inline-end-color: rgb(209 250 229 / 0.6);
}

.hover\:border-e-emerald-100\/70:hover {
  border-inline-end-color: rgb(209 250 229 / 0.7);
}

.hover\:border-e-emerald-100\/75:hover {
  border-inline-end-color: rgb(209 250 229 / 0.75);
}

.hover\:border-e-emerald-100\/80:hover {
  border-inline-end-color: rgb(209 250 229 / 0.8);
}

.hover\:border-e-emerald-100\/90:hover {
  border-inline-end-color: rgb(209 250 229 / 0.9);
}

.hover\:border-e-emerald-100\/95:hover {
  border-inline-end-color: rgb(209 250 229 / 0.95);
}

.hover\:border-e-emerald-200:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(167 243 208 / var(--tw-border-opacity));
}

.hover\:border-e-emerald-200\/0:hover {
  border-inline-end-color: rgb(167 243 208 / 0);
}

.hover\:border-e-emerald-200\/10:hover {
  border-inline-end-color: rgb(167 243 208 / 0.1);
}

.hover\:border-e-emerald-200\/100:hover {
  border-inline-end-color: rgb(167 243 208 / 1);
}

.hover\:border-e-emerald-200\/20:hover {
  border-inline-end-color: rgb(167 243 208 / 0.2);
}

.hover\:border-e-emerald-200\/25:hover {
  border-inline-end-color: rgb(167 243 208 / 0.25);
}

.hover\:border-e-emerald-200\/30:hover {
  border-inline-end-color: rgb(167 243 208 / 0.3);
}

.hover\:border-e-emerald-200\/40:hover {
  border-inline-end-color: rgb(167 243 208 / 0.4);
}

.hover\:border-e-emerald-200\/5:hover {
  border-inline-end-color: rgb(167 243 208 / 0.05);
}

.hover\:border-e-emerald-200\/50:hover {
  border-inline-end-color: rgb(167 243 208 / 0.5);
}

.hover\:border-e-emerald-200\/60:hover {
  border-inline-end-color: rgb(167 243 208 / 0.6);
}

.hover\:border-e-emerald-200\/70:hover {
  border-inline-end-color: rgb(167 243 208 / 0.7);
}

.hover\:border-e-emerald-200\/75:hover {
  border-inline-end-color: rgb(167 243 208 / 0.75);
}

.hover\:border-e-emerald-200\/80:hover {
  border-inline-end-color: rgb(167 243 208 / 0.8);
}

.hover\:border-e-emerald-200\/90:hover {
  border-inline-end-color: rgb(167 243 208 / 0.9);
}

.hover\:border-e-emerald-200\/95:hover {
  border-inline-end-color: rgb(167 243 208 / 0.95);
}

.hover\:border-e-emerald-300:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(110 231 183 / var(--tw-border-opacity));
}

.hover\:border-e-emerald-300\/0:hover {
  border-inline-end-color: rgb(110 231 183 / 0);
}

.hover\:border-e-emerald-300\/10:hover {
  border-inline-end-color: rgb(110 231 183 / 0.1);
}

.hover\:border-e-emerald-300\/100:hover {
  border-inline-end-color: rgb(110 231 183 / 1);
}

.hover\:border-e-emerald-300\/20:hover {
  border-inline-end-color: rgb(110 231 183 / 0.2);
}

.hover\:border-e-emerald-300\/25:hover {
  border-inline-end-color: rgb(110 231 183 / 0.25);
}

.hover\:border-e-emerald-300\/30:hover {
  border-inline-end-color: rgb(110 231 183 / 0.3);
}

.hover\:border-e-emerald-300\/40:hover {
  border-inline-end-color: rgb(110 231 183 / 0.4);
}

.hover\:border-e-emerald-300\/5:hover {
  border-inline-end-color: rgb(110 231 183 / 0.05);
}

.hover\:border-e-emerald-300\/50:hover {
  border-inline-end-color: rgb(110 231 183 / 0.5);
}

.hover\:border-e-emerald-300\/60:hover {
  border-inline-end-color: rgb(110 231 183 / 0.6);
}

.hover\:border-e-emerald-300\/70:hover {
  border-inline-end-color: rgb(110 231 183 / 0.7);
}

.hover\:border-e-emerald-300\/75:hover {
  border-inline-end-color: rgb(110 231 183 / 0.75);
}

.hover\:border-e-emerald-300\/80:hover {
  border-inline-end-color: rgb(110 231 183 / 0.8);
}

.hover\:border-e-emerald-300\/90:hover {
  border-inline-end-color: rgb(110 231 183 / 0.9);
}

.hover\:border-e-emerald-300\/95:hover {
  border-inline-end-color: rgb(110 231 183 / 0.95);
}

.hover\:border-e-emerald-400:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.hover\:border-e-emerald-400\/0:hover {
  border-inline-end-color: rgb(52 211 153 / 0);
}

.hover\:border-e-emerald-400\/10:hover {
  border-inline-end-color: rgb(52 211 153 / 0.1);
}

.hover\:border-e-emerald-400\/100:hover {
  border-inline-end-color: rgb(52 211 153 / 1);
}

.hover\:border-e-emerald-400\/20:hover {
  border-inline-end-color: rgb(52 211 153 / 0.2);
}

.hover\:border-e-emerald-400\/25:hover {
  border-inline-end-color: rgb(52 211 153 / 0.25);
}

.hover\:border-e-emerald-400\/30:hover {
  border-inline-end-color: rgb(52 211 153 / 0.3);
}

.hover\:border-e-emerald-400\/40:hover {
  border-inline-end-color: rgb(52 211 153 / 0.4);
}

.hover\:border-e-emerald-400\/5:hover {
  border-inline-end-color: rgb(52 211 153 / 0.05);
}

.hover\:border-e-emerald-400\/50:hover {
  border-inline-end-color: rgb(52 211 153 / 0.5);
}

.hover\:border-e-emerald-400\/60:hover {
  border-inline-end-color: rgb(52 211 153 / 0.6);
}

.hover\:border-e-emerald-400\/70:hover {
  border-inline-end-color: rgb(52 211 153 / 0.7);
}

.hover\:border-e-emerald-400\/75:hover {
  border-inline-end-color: rgb(52 211 153 / 0.75);
}

.hover\:border-e-emerald-400\/80:hover {
  border-inline-end-color: rgb(52 211 153 / 0.8);
}

.hover\:border-e-emerald-400\/90:hover {
  border-inline-end-color: rgb(52 211 153 / 0.9);
}

.hover\:border-e-emerald-400\/95:hover {
  border-inline-end-color: rgb(52 211 153 / 0.95);
}

.hover\:border-e-emerald-50:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(236 253 245 / var(--tw-border-opacity));
}

.hover\:border-e-emerald-50\/0:hover {
  border-inline-end-color: rgb(236 253 245 / 0);
}

.hover\:border-e-emerald-50\/10:hover {
  border-inline-end-color: rgb(236 253 245 / 0.1);
}

.hover\:border-e-emerald-50\/100:hover {
  border-inline-end-color: rgb(236 253 245 / 1);
}

.hover\:border-e-emerald-50\/20:hover {
  border-inline-end-color: rgb(236 253 245 / 0.2);
}

.hover\:border-e-emerald-50\/25:hover {
  border-inline-end-color: rgb(236 253 245 / 0.25);
}

.hover\:border-e-emerald-50\/30:hover {
  border-inline-end-color: rgb(236 253 245 / 0.3);
}

.hover\:border-e-emerald-50\/40:hover {
  border-inline-end-color: rgb(236 253 245 / 0.4);
}

.hover\:border-e-emerald-50\/5:hover {
  border-inline-end-color: rgb(236 253 245 / 0.05);
}

.hover\:border-e-emerald-50\/50:hover {
  border-inline-end-color: rgb(236 253 245 / 0.5);
}

.hover\:border-e-emerald-50\/60:hover {
  border-inline-end-color: rgb(236 253 245 / 0.6);
}

.hover\:border-e-emerald-50\/70:hover {
  border-inline-end-color: rgb(236 253 245 / 0.7);
}

.hover\:border-e-emerald-50\/75:hover {
  border-inline-end-color: rgb(236 253 245 / 0.75);
}

.hover\:border-e-emerald-50\/80:hover {
  border-inline-end-color: rgb(236 253 245 / 0.8);
}

.hover\:border-e-emerald-50\/90:hover {
  border-inline-end-color: rgb(236 253 245 / 0.9);
}

.hover\:border-e-emerald-50\/95:hover {
  border-inline-end-color: rgb(236 253 245 / 0.95);
}

.hover\:border-e-emerald-500:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.hover\:border-e-emerald-500\/0:hover {
  border-inline-end-color: rgb(16 185 129 / 0);
}

.hover\:border-e-emerald-500\/10:hover {
  border-inline-end-color: rgb(16 185 129 / 0.1);
}

.hover\:border-e-emerald-500\/100:hover {
  border-inline-end-color: rgb(16 185 129 / 1);
}

.hover\:border-e-emerald-500\/20:hover {
  border-inline-end-color: rgb(16 185 129 / 0.2);
}

.hover\:border-e-emerald-500\/25:hover {
  border-inline-end-color: rgb(16 185 129 / 0.25);
}

.hover\:border-e-emerald-500\/30:hover {
  border-inline-end-color: rgb(16 185 129 / 0.3);
}

.hover\:border-e-emerald-500\/40:hover {
  border-inline-end-color: rgb(16 185 129 / 0.4);
}

.hover\:border-e-emerald-500\/5:hover {
  border-inline-end-color: rgb(16 185 129 / 0.05);
}

.hover\:border-e-emerald-500\/50:hover {
  border-inline-end-color: rgb(16 185 129 / 0.5);
}

.hover\:border-e-emerald-500\/60:hover {
  border-inline-end-color: rgb(16 185 129 / 0.6);
}

.hover\:border-e-emerald-500\/70:hover {
  border-inline-end-color: rgb(16 185 129 / 0.7);
}

.hover\:border-e-emerald-500\/75:hover {
  border-inline-end-color: rgb(16 185 129 / 0.75);
}

.hover\:border-e-emerald-500\/80:hover {
  border-inline-end-color: rgb(16 185 129 / 0.8);
}

.hover\:border-e-emerald-500\/90:hover {
  border-inline-end-color: rgb(16 185 129 / 0.9);
}

.hover\:border-e-emerald-500\/95:hover {
  border-inline-end-color: rgb(16 185 129 / 0.95);
}

.hover\:border-e-emerald-600:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(5 150 105 / var(--tw-border-opacity));
}

.hover\:border-e-emerald-600\/0:hover {
  border-inline-end-color: rgb(5 150 105 / 0);
}

.hover\:border-e-emerald-600\/10:hover {
  border-inline-end-color: rgb(5 150 105 / 0.1);
}

.hover\:border-e-emerald-600\/100:hover {
  border-inline-end-color: rgb(5 150 105 / 1);
}

.hover\:border-e-emerald-600\/20:hover {
  border-inline-end-color: rgb(5 150 105 / 0.2);
}

.hover\:border-e-emerald-600\/25:hover {
  border-inline-end-color: rgb(5 150 105 / 0.25);
}

.hover\:border-e-emerald-600\/30:hover {
  border-inline-end-color: rgb(5 150 105 / 0.3);
}

.hover\:border-e-emerald-600\/40:hover {
  border-inline-end-color: rgb(5 150 105 / 0.4);
}

.hover\:border-e-emerald-600\/5:hover {
  border-inline-end-color: rgb(5 150 105 / 0.05);
}

.hover\:border-e-emerald-600\/50:hover {
  border-inline-end-color: rgb(5 150 105 / 0.5);
}

.hover\:border-e-emerald-600\/60:hover {
  border-inline-end-color: rgb(5 150 105 / 0.6);
}

.hover\:border-e-emerald-600\/70:hover {
  border-inline-end-color: rgb(5 150 105 / 0.7);
}

.hover\:border-e-emerald-600\/75:hover {
  border-inline-end-color: rgb(5 150 105 / 0.75);
}

.hover\:border-e-emerald-600\/80:hover {
  border-inline-end-color: rgb(5 150 105 / 0.8);
}

.hover\:border-e-emerald-600\/90:hover {
  border-inline-end-color: rgb(5 150 105 / 0.9);
}

.hover\:border-e-emerald-600\/95:hover {
  border-inline-end-color: rgb(5 150 105 / 0.95);
}

.hover\:border-e-emerald-700:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(4 120 87 / var(--tw-border-opacity));
}

.hover\:border-e-emerald-700\/0:hover {
  border-inline-end-color: rgb(4 120 87 / 0);
}

.hover\:border-e-emerald-700\/10:hover {
  border-inline-end-color: rgb(4 120 87 / 0.1);
}

.hover\:border-e-emerald-700\/100:hover {
  border-inline-end-color: rgb(4 120 87 / 1);
}

.hover\:border-e-emerald-700\/20:hover {
  border-inline-end-color: rgb(4 120 87 / 0.2);
}

.hover\:border-e-emerald-700\/25:hover {
  border-inline-end-color: rgb(4 120 87 / 0.25);
}

.hover\:border-e-emerald-700\/30:hover {
  border-inline-end-color: rgb(4 120 87 / 0.3);
}

.hover\:border-e-emerald-700\/40:hover {
  border-inline-end-color: rgb(4 120 87 / 0.4);
}

.hover\:border-e-emerald-700\/5:hover {
  border-inline-end-color: rgb(4 120 87 / 0.05);
}

.hover\:border-e-emerald-700\/50:hover {
  border-inline-end-color: rgb(4 120 87 / 0.5);
}

.hover\:border-e-emerald-700\/60:hover {
  border-inline-end-color: rgb(4 120 87 / 0.6);
}

.hover\:border-e-emerald-700\/70:hover {
  border-inline-end-color: rgb(4 120 87 / 0.7);
}

.hover\:border-e-emerald-700\/75:hover {
  border-inline-end-color: rgb(4 120 87 / 0.75);
}

.hover\:border-e-emerald-700\/80:hover {
  border-inline-end-color: rgb(4 120 87 / 0.8);
}

.hover\:border-e-emerald-700\/90:hover {
  border-inline-end-color: rgb(4 120 87 / 0.9);
}

.hover\:border-e-emerald-700\/95:hover {
  border-inline-end-color: rgb(4 120 87 / 0.95);
}

.hover\:border-e-emerald-800:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(6 95 70 / var(--tw-border-opacity));
}

.hover\:border-e-emerald-800\/0:hover {
  border-inline-end-color: rgb(6 95 70 / 0);
}

.hover\:border-e-emerald-800\/10:hover {
  border-inline-end-color: rgb(6 95 70 / 0.1);
}

.hover\:border-e-emerald-800\/100:hover {
  border-inline-end-color: rgb(6 95 70 / 1);
}

.hover\:border-e-emerald-800\/20:hover {
  border-inline-end-color: rgb(6 95 70 / 0.2);
}

.hover\:border-e-emerald-800\/25:hover {
  border-inline-end-color: rgb(6 95 70 / 0.25);
}

.hover\:border-e-emerald-800\/30:hover {
  border-inline-end-color: rgb(6 95 70 / 0.3);
}

.hover\:border-e-emerald-800\/40:hover {
  border-inline-end-color: rgb(6 95 70 / 0.4);
}

.hover\:border-e-emerald-800\/5:hover {
  border-inline-end-color: rgb(6 95 70 / 0.05);
}

.hover\:border-e-emerald-800\/50:hover {
  border-inline-end-color: rgb(6 95 70 / 0.5);
}

.hover\:border-e-emerald-800\/60:hover {
  border-inline-end-color: rgb(6 95 70 / 0.6);
}

.hover\:border-e-emerald-800\/70:hover {
  border-inline-end-color: rgb(6 95 70 / 0.7);
}

.hover\:border-e-emerald-800\/75:hover {
  border-inline-end-color: rgb(6 95 70 / 0.75);
}

.hover\:border-e-emerald-800\/80:hover {
  border-inline-end-color: rgb(6 95 70 / 0.8);
}

.hover\:border-e-emerald-800\/90:hover {
  border-inline-end-color: rgb(6 95 70 / 0.9);
}

.hover\:border-e-emerald-800\/95:hover {
  border-inline-end-color: rgb(6 95 70 / 0.95);
}

.hover\:border-e-emerald-900:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(6 78 59 / var(--tw-border-opacity));
}

.hover\:border-e-emerald-900\/0:hover {
  border-inline-end-color: rgb(6 78 59 / 0);
}

.hover\:border-e-emerald-900\/10:hover {
  border-inline-end-color: rgb(6 78 59 / 0.1);
}

.hover\:border-e-emerald-900\/100:hover {
  border-inline-end-color: rgb(6 78 59 / 1);
}

.hover\:border-e-emerald-900\/20:hover {
  border-inline-end-color: rgb(6 78 59 / 0.2);
}

.hover\:border-e-emerald-900\/25:hover {
  border-inline-end-color: rgb(6 78 59 / 0.25);
}

.hover\:border-e-emerald-900\/30:hover {
  border-inline-end-color: rgb(6 78 59 / 0.3);
}

.hover\:border-e-emerald-900\/40:hover {
  border-inline-end-color: rgb(6 78 59 / 0.4);
}

.hover\:border-e-emerald-900\/5:hover {
  border-inline-end-color: rgb(6 78 59 / 0.05);
}

.hover\:border-e-emerald-900\/50:hover {
  border-inline-end-color: rgb(6 78 59 / 0.5);
}

.hover\:border-e-emerald-900\/60:hover {
  border-inline-end-color: rgb(6 78 59 / 0.6);
}

.hover\:border-e-emerald-900\/70:hover {
  border-inline-end-color: rgb(6 78 59 / 0.7);
}

.hover\:border-e-emerald-900\/75:hover {
  border-inline-end-color: rgb(6 78 59 / 0.75);
}

.hover\:border-e-emerald-900\/80:hover {
  border-inline-end-color: rgb(6 78 59 / 0.8);
}

.hover\:border-e-emerald-900\/90:hover {
  border-inline-end-color: rgb(6 78 59 / 0.9);
}

.hover\:border-e-emerald-900\/95:hover {
  border-inline-end-color: rgb(6 78 59 / 0.95);
}

.hover\:border-e-emerald-950:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(2 44 34 / var(--tw-border-opacity));
}

.hover\:border-e-emerald-950\/0:hover {
  border-inline-end-color: rgb(2 44 34 / 0);
}

.hover\:border-e-emerald-950\/10:hover {
  border-inline-end-color: rgb(2 44 34 / 0.1);
}

.hover\:border-e-emerald-950\/100:hover {
  border-inline-end-color: rgb(2 44 34 / 1);
}

.hover\:border-e-emerald-950\/20:hover {
  border-inline-end-color: rgb(2 44 34 / 0.2);
}

.hover\:border-e-emerald-950\/25:hover {
  border-inline-end-color: rgb(2 44 34 / 0.25);
}

.hover\:border-e-emerald-950\/30:hover {
  border-inline-end-color: rgb(2 44 34 / 0.3);
}

.hover\:border-e-emerald-950\/40:hover {
  border-inline-end-color: rgb(2 44 34 / 0.4);
}

.hover\:border-e-emerald-950\/5:hover {
  border-inline-end-color: rgb(2 44 34 / 0.05);
}

.hover\:border-e-emerald-950\/50:hover {
  border-inline-end-color: rgb(2 44 34 / 0.5);
}

.hover\:border-e-emerald-950\/60:hover {
  border-inline-end-color: rgb(2 44 34 / 0.6);
}

.hover\:border-e-emerald-950\/70:hover {
  border-inline-end-color: rgb(2 44 34 / 0.7);
}

.hover\:border-e-emerald-950\/75:hover {
  border-inline-end-color: rgb(2 44 34 / 0.75);
}

.hover\:border-e-emerald-950\/80:hover {
  border-inline-end-color: rgb(2 44 34 / 0.8);
}

.hover\:border-e-emerald-950\/90:hover {
  border-inline-end-color: rgb(2 44 34 / 0.9);
}

.hover\:border-e-emerald-950\/95:hover {
  border-inline-end-color: rgb(2 44 34 / 0.95);
}

.hover\:border-e-fuchsia-100:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 232 255 / var(--tw-border-opacity));
}

.hover\:border-e-fuchsia-100\/0:hover {
  border-inline-end-color: rgb(250 232 255 / 0);
}

.hover\:border-e-fuchsia-100\/10:hover {
  border-inline-end-color: rgb(250 232 255 / 0.1);
}

.hover\:border-e-fuchsia-100\/100:hover {
  border-inline-end-color: rgb(250 232 255 / 1);
}

.hover\:border-e-fuchsia-100\/20:hover {
  border-inline-end-color: rgb(250 232 255 / 0.2);
}

.hover\:border-e-fuchsia-100\/25:hover {
  border-inline-end-color: rgb(250 232 255 / 0.25);
}

.hover\:border-e-fuchsia-100\/30:hover {
  border-inline-end-color: rgb(250 232 255 / 0.3);
}

.hover\:border-e-fuchsia-100\/40:hover {
  border-inline-end-color: rgb(250 232 255 / 0.4);
}

.hover\:border-e-fuchsia-100\/5:hover {
  border-inline-end-color: rgb(250 232 255 / 0.05);
}

.hover\:border-e-fuchsia-100\/50:hover {
  border-inline-end-color: rgb(250 232 255 / 0.5);
}

.hover\:border-e-fuchsia-100\/60:hover {
  border-inline-end-color: rgb(250 232 255 / 0.6);
}

.hover\:border-e-fuchsia-100\/70:hover {
  border-inline-end-color: rgb(250 232 255 / 0.7);
}

.hover\:border-e-fuchsia-100\/75:hover {
  border-inline-end-color: rgb(250 232 255 / 0.75);
}

.hover\:border-e-fuchsia-100\/80:hover {
  border-inline-end-color: rgb(250 232 255 / 0.8);
}

.hover\:border-e-fuchsia-100\/90:hover {
  border-inline-end-color: rgb(250 232 255 / 0.9);
}

.hover\:border-e-fuchsia-100\/95:hover {
  border-inline-end-color: rgb(250 232 255 / 0.95);
}

.hover\:border-e-fuchsia-200:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 208 254 / var(--tw-border-opacity));
}

.hover\:border-e-fuchsia-200\/0:hover {
  border-inline-end-color: rgb(245 208 254 / 0);
}

.hover\:border-e-fuchsia-200\/10:hover {
  border-inline-end-color: rgb(245 208 254 / 0.1);
}

.hover\:border-e-fuchsia-200\/100:hover {
  border-inline-end-color: rgb(245 208 254 / 1);
}

.hover\:border-e-fuchsia-200\/20:hover {
  border-inline-end-color: rgb(245 208 254 / 0.2);
}

.hover\:border-e-fuchsia-200\/25:hover {
  border-inline-end-color: rgb(245 208 254 / 0.25);
}

.hover\:border-e-fuchsia-200\/30:hover {
  border-inline-end-color: rgb(245 208 254 / 0.3);
}

.hover\:border-e-fuchsia-200\/40:hover {
  border-inline-end-color: rgb(245 208 254 / 0.4);
}

.hover\:border-e-fuchsia-200\/5:hover {
  border-inline-end-color: rgb(245 208 254 / 0.05);
}

.hover\:border-e-fuchsia-200\/50:hover {
  border-inline-end-color: rgb(245 208 254 / 0.5);
}

.hover\:border-e-fuchsia-200\/60:hover {
  border-inline-end-color: rgb(245 208 254 / 0.6);
}

.hover\:border-e-fuchsia-200\/70:hover {
  border-inline-end-color: rgb(245 208 254 / 0.7);
}

.hover\:border-e-fuchsia-200\/75:hover {
  border-inline-end-color: rgb(245 208 254 / 0.75);
}

.hover\:border-e-fuchsia-200\/80:hover {
  border-inline-end-color: rgb(245 208 254 / 0.8);
}

.hover\:border-e-fuchsia-200\/90:hover {
  border-inline-end-color: rgb(245 208 254 / 0.9);
}

.hover\:border-e-fuchsia-200\/95:hover {
  border-inline-end-color: rgb(245 208 254 / 0.95);
}

.hover\:border-e-fuchsia-300:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(240 171 252 / var(--tw-border-opacity));
}

.hover\:border-e-fuchsia-300\/0:hover {
  border-inline-end-color: rgb(240 171 252 / 0);
}

.hover\:border-e-fuchsia-300\/10:hover {
  border-inline-end-color: rgb(240 171 252 / 0.1);
}

.hover\:border-e-fuchsia-300\/100:hover {
  border-inline-end-color: rgb(240 171 252 / 1);
}

.hover\:border-e-fuchsia-300\/20:hover {
  border-inline-end-color: rgb(240 171 252 / 0.2);
}

.hover\:border-e-fuchsia-300\/25:hover {
  border-inline-end-color: rgb(240 171 252 / 0.25);
}

.hover\:border-e-fuchsia-300\/30:hover {
  border-inline-end-color: rgb(240 171 252 / 0.3);
}

.hover\:border-e-fuchsia-300\/40:hover {
  border-inline-end-color: rgb(240 171 252 / 0.4);
}

.hover\:border-e-fuchsia-300\/5:hover {
  border-inline-end-color: rgb(240 171 252 / 0.05);
}

.hover\:border-e-fuchsia-300\/50:hover {
  border-inline-end-color: rgb(240 171 252 / 0.5);
}

.hover\:border-e-fuchsia-300\/60:hover {
  border-inline-end-color: rgb(240 171 252 / 0.6);
}

.hover\:border-e-fuchsia-300\/70:hover {
  border-inline-end-color: rgb(240 171 252 / 0.7);
}

.hover\:border-e-fuchsia-300\/75:hover {
  border-inline-end-color: rgb(240 171 252 / 0.75);
}

.hover\:border-e-fuchsia-300\/80:hover {
  border-inline-end-color: rgb(240 171 252 / 0.8);
}

.hover\:border-e-fuchsia-300\/90:hover {
  border-inline-end-color: rgb(240 171 252 / 0.9);
}

.hover\:border-e-fuchsia-300\/95:hover {
  border-inline-end-color: rgb(240 171 252 / 0.95);
}

.hover\:border-e-fuchsia-400:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(232 121 249 / var(--tw-border-opacity));
}

.hover\:border-e-fuchsia-400\/0:hover {
  border-inline-end-color: rgb(232 121 249 / 0);
}

.hover\:border-e-fuchsia-400\/10:hover {
  border-inline-end-color: rgb(232 121 249 / 0.1);
}

.hover\:border-e-fuchsia-400\/100:hover {
  border-inline-end-color: rgb(232 121 249 / 1);
}

.hover\:border-e-fuchsia-400\/20:hover {
  border-inline-end-color: rgb(232 121 249 / 0.2);
}

.hover\:border-e-fuchsia-400\/25:hover {
  border-inline-end-color: rgb(232 121 249 / 0.25);
}

.hover\:border-e-fuchsia-400\/30:hover {
  border-inline-end-color: rgb(232 121 249 / 0.3);
}

.hover\:border-e-fuchsia-400\/40:hover {
  border-inline-end-color: rgb(232 121 249 / 0.4);
}

.hover\:border-e-fuchsia-400\/5:hover {
  border-inline-end-color: rgb(232 121 249 / 0.05);
}

.hover\:border-e-fuchsia-400\/50:hover {
  border-inline-end-color: rgb(232 121 249 / 0.5);
}

.hover\:border-e-fuchsia-400\/60:hover {
  border-inline-end-color: rgb(232 121 249 / 0.6);
}

.hover\:border-e-fuchsia-400\/70:hover {
  border-inline-end-color: rgb(232 121 249 / 0.7);
}

.hover\:border-e-fuchsia-400\/75:hover {
  border-inline-end-color: rgb(232 121 249 / 0.75);
}

.hover\:border-e-fuchsia-400\/80:hover {
  border-inline-end-color: rgb(232 121 249 / 0.8);
}

.hover\:border-e-fuchsia-400\/90:hover {
  border-inline-end-color: rgb(232 121 249 / 0.9);
}

.hover\:border-e-fuchsia-400\/95:hover {
  border-inline-end-color: rgb(232 121 249 / 0.95);
}

.hover\:border-e-fuchsia-50:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 244 255 / var(--tw-border-opacity));
}

.hover\:border-e-fuchsia-50\/0:hover {
  border-inline-end-color: rgb(253 244 255 / 0);
}

.hover\:border-e-fuchsia-50\/10:hover {
  border-inline-end-color: rgb(253 244 255 / 0.1);
}

.hover\:border-e-fuchsia-50\/100:hover {
  border-inline-end-color: rgb(253 244 255 / 1);
}

.hover\:border-e-fuchsia-50\/20:hover {
  border-inline-end-color: rgb(253 244 255 / 0.2);
}

.hover\:border-e-fuchsia-50\/25:hover {
  border-inline-end-color: rgb(253 244 255 / 0.25);
}

.hover\:border-e-fuchsia-50\/30:hover {
  border-inline-end-color: rgb(253 244 255 / 0.3);
}

.hover\:border-e-fuchsia-50\/40:hover {
  border-inline-end-color: rgb(253 244 255 / 0.4);
}

.hover\:border-e-fuchsia-50\/5:hover {
  border-inline-end-color: rgb(253 244 255 / 0.05);
}

.hover\:border-e-fuchsia-50\/50:hover {
  border-inline-end-color: rgb(253 244 255 / 0.5);
}

.hover\:border-e-fuchsia-50\/60:hover {
  border-inline-end-color: rgb(253 244 255 / 0.6);
}

.hover\:border-e-fuchsia-50\/70:hover {
  border-inline-end-color: rgb(253 244 255 / 0.7);
}

.hover\:border-e-fuchsia-50\/75:hover {
  border-inline-end-color: rgb(253 244 255 / 0.75);
}

.hover\:border-e-fuchsia-50\/80:hover {
  border-inline-end-color: rgb(253 244 255 / 0.8);
}

.hover\:border-e-fuchsia-50\/90:hover {
  border-inline-end-color: rgb(253 244 255 / 0.9);
}

.hover\:border-e-fuchsia-50\/95:hover {
  border-inline-end-color: rgb(253 244 255 / 0.95);
}

.hover\:border-e-fuchsia-500:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(217 70 239 / var(--tw-border-opacity));
}

.hover\:border-e-fuchsia-500\/0:hover {
  border-inline-end-color: rgb(217 70 239 / 0);
}

.hover\:border-e-fuchsia-500\/10:hover {
  border-inline-end-color: rgb(217 70 239 / 0.1);
}

.hover\:border-e-fuchsia-500\/100:hover {
  border-inline-end-color: rgb(217 70 239 / 1);
}

.hover\:border-e-fuchsia-500\/20:hover {
  border-inline-end-color: rgb(217 70 239 / 0.2);
}

.hover\:border-e-fuchsia-500\/25:hover {
  border-inline-end-color: rgb(217 70 239 / 0.25);
}

.hover\:border-e-fuchsia-500\/30:hover {
  border-inline-end-color: rgb(217 70 239 / 0.3);
}

.hover\:border-e-fuchsia-500\/40:hover {
  border-inline-end-color: rgb(217 70 239 / 0.4);
}

.hover\:border-e-fuchsia-500\/5:hover {
  border-inline-end-color: rgb(217 70 239 / 0.05);
}

.hover\:border-e-fuchsia-500\/50:hover {
  border-inline-end-color: rgb(217 70 239 / 0.5);
}

.hover\:border-e-fuchsia-500\/60:hover {
  border-inline-end-color: rgb(217 70 239 / 0.6);
}

.hover\:border-e-fuchsia-500\/70:hover {
  border-inline-end-color: rgb(217 70 239 / 0.7);
}

.hover\:border-e-fuchsia-500\/75:hover {
  border-inline-end-color: rgb(217 70 239 / 0.75);
}

.hover\:border-e-fuchsia-500\/80:hover {
  border-inline-end-color: rgb(217 70 239 / 0.8);
}

.hover\:border-e-fuchsia-500\/90:hover {
  border-inline-end-color: rgb(217 70 239 / 0.9);
}

.hover\:border-e-fuchsia-500\/95:hover {
  border-inline-end-color: rgb(217 70 239 / 0.95);
}

.hover\:border-e-fuchsia-600:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(192 38 211 / var(--tw-border-opacity));
}

.hover\:border-e-fuchsia-600\/0:hover {
  border-inline-end-color: rgb(192 38 211 / 0);
}

.hover\:border-e-fuchsia-600\/10:hover {
  border-inline-end-color: rgb(192 38 211 / 0.1);
}

.hover\:border-e-fuchsia-600\/100:hover {
  border-inline-end-color: rgb(192 38 211 / 1);
}

.hover\:border-e-fuchsia-600\/20:hover {
  border-inline-end-color: rgb(192 38 211 / 0.2);
}

.hover\:border-e-fuchsia-600\/25:hover {
  border-inline-end-color: rgb(192 38 211 / 0.25);
}

.hover\:border-e-fuchsia-600\/30:hover {
  border-inline-end-color: rgb(192 38 211 / 0.3);
}

.hover\:border-e-fuchsia-600\/40:hover {
  border-inline-end-color: rgb(192 38 211 / 0.4);
}

.hover\:border-e-fuchsia-600\/5:hover {
  border-inline-end-color: rgb(192 38 211 / 0.05);
}

.hover\:border-e-fuchsia-600\/50:hover {
  border-inline-end-color: rgb(192 38 211 / 0.5);
}

.hover\:border-e-fuchsia-600\/60:hover {
  border-inline-end-color: rgb(192 38 211 / 0.6);
}

.hover\:border-e-fuchsia-600\/70:hover {
  border-inline-end-color: rgb(192 38 211 / 0.7);
}

.hover\:border-e-fuchsia-600\/75:hover {
  border-inline-end-color: rgb(192 38 211 / 0.75);
}

.hover\:border-e-fuchsia-600\/80:hover {
  border-inline-end-color: rgb(192 38 211 / 0.8);
}

.hover\:border-e-fuchsia-600\/90:hover {
  border-inline-end-color: rgb(192 38 211 / 0.9);
}

.hover\:border-e-fuchsia-600\/95:hover {
  border-inline-end-color: rgb(192 38 211 / 0.95);
}

.hover\:border-e-fuchsia-700:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(162 28 175 / var(--tw-border-opacity));
}

.hover\:border-e-fuchsia-700\/0:hover {
  border-inline-end-color: rgb(162 28 175 / 0);
}

.hover\:border-e-fuchsia-700\/10:hover {
  border-inline-end-color: rgb(162 28 175 / 0.1);
}

.hover\:border-e-fuchsia-700\/100:hover {
  border-inline-end-color: rgb(162 28 175 / 1);
}

.hover\:border-e-fuchsia-700\/20:hover {
  border-inline-end-color: rgb(162 28 175 / 0.2);
}

.hover\:border-e-fuchsia-700\/25:hover {
  border-inline-end-color: rgb(162 28 175 / 0.25);
}

.hover\:border-e-fuchsia-700\/30:hover {
  border-inline-end-color: rgb(162 28 175 / 0.3);
}

.hover\:border-e-fuchsia-700\/40:hover {
  border-inline-end-color: rgb(162 28 175 / 0.4);
}

.hover\:border-e-fuchsia-700\/5:hover {
  border-inline-end-color: rgb(162 28 175 / 0.05);
}

.hover\:border-e-fuchsia-700\/50:hover {
  border-inline-end-color: rgb(162 28 175 / 0.5);
}

.hover\:border-e-fuchsia-700\/60:hover {
  border-inline-end-color: rgb(162 28 175 / 0.6);
}

.hover\:border-e-fuchsia-700\/70:hover {
  border-inline-end-color: rgb(162 28 175 / 0.7);
}

.hover\:border-e-fuchsia-700\/75:hover {
  border-inline-end-color: rgb(162 28 175 / 0.75);
}

.hover\:border-e-fuchsia-700\/80:hover {
  border-inline-end-color: rgb(162 28 175 / 0.8);
}

.hover\:border-e-fuchsia-700\/90:hover {
  border-inline-end-color: rgb(162 28 175 / 0.9);
}

.hover\:border-e-fuchsia-700\/95:hover {
  border-inline-end-color: rgb(162 28 175 / 0.95);
}

.hover\:border-e-fuchsia-800:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(134 25 143 / var(--tw-border-opacity));
}

.hover\:border-e-fuchsia-800\/0:hover {
  border-inline-end-color: rgb(134 25 143 / 0);
}

.hover\:border-e-fuchsia-800\/10:hover {
  border-inline-end-color: rgb(134 25 143 / 0.1);
}

.hover\:border-e-fuchsia-800\/100:hover {
  border-inline-end-color: rgb(134 25 143 / 1);
}

.hover\:border-e-fuchsia-800\/20:hover {
  border-inline-end-color: rgb(134 25 143 / 0.2);
}

.hover\:border-e-fuchsia-800\/25:hover {
  border-inline-end-color: rgb(134 25 143 / 0.25);
}

.hover\:border-e-fuchsia-800\/30:hover {
  border-inline-end-color: rgb(134 25 143 / 0.3);
}

.hover\:border-e-fuchsia-800\/40:hover {
  border-inline-end-color: rgb(134 25 143 / 0.4);
}

.hover\:border-e-fuchsia-800\/5:hover {
  border-inline-end-color: rgb(134 25 143 / 0.05);
}

.hover\:border-e-fuchsia-800\/50:hover {
  border-inline-end-color: rgb(134 25 143 / 0.5);
}

.hover\:border-e-fuchsia-800\/60:hover {
  border-inline-end-color: rgb(134 25 143 / 0.6);
}

.hover\:border-e-fuchsia-800\/70:hover {
  border-inline-end-color: rgb(134 25 143 / 0.7);
}

.hover\:border-e-fuchsia-800\/75:hover {
  border-inline-end-color: rgb(134 25 143 / 0.75);
}

.hover\:border-e-fuchsia-800\/80:hover {
  border-inline-end-color: rgb(134 25 143 / 0.8);
}

.hover\:border-e-fuchsia-800\/90:hover {
  border-inline-end-color: rgb(134 25 143 / 0.9);
}

.hover\:border-e-fuchsia-800\/95:hover {
  border-inline-end-color: rgb(134 25 143 / 0.95);
}

.hover\:border-e-fuchsia-900:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(112 26 117 / var(--tw-border-opacity));
}

.hover\:border-e-fuchsia-900\/0:hover {
  border-inline-end-color: rgb(112 26 117 / 0);
}

.hover\:border-e-fuchsia-900\/10:hover {
  border-inline-end-color: rgb(112 26 117 / 0.1);
}

.hover\:border-e-fuchsia-900\/100:hover {
  border-inline-end-color: rgb(112 26 117 / 1);
}

.hover\:border-e-fuchsia-900\/20:hover {
  border-inline-end-color: rgb(112 26 117 / 0.2);
}

.hover\:border-e-fuchsia-900\/25:hover {
  border-inline-end-color: rgb(112 26 117 / 0.25);
}

.hover\:border-e-fuchsia-900\/30:hover {
  border-inline-end-color: rgb(112 26 117 / 0.3);
}

.hover\:border-e-fuchsia-900\/40:hover {
  border-inline-end-color: rgb(112 26 117 / 0.4);
}

.hover\:border-e-fuchsia-900\/5:hover {
  border-inline-end-color: rgb(112 26 117 / 0.05);
}

.hover\:border-e-fuchsia-900\/50:hover {
  border-inline-end-color: rgb(112 26 117 / 0.5);
}

.hover\:border-e-fuchsia-900\/60:hover {
  border-inline-end-color: rgb(112 26 117 / 0.6);
}

.hover\:border-e-fuchsia-900\/70:hover {
  border-inline-end-color: rgb(112 26 117 / 0.7);
}

.hover\:border-e-fuchsia-900\/75:hover {
  border-inline-end-color: rgb(112 26 117 / 0.75);
}

.hover\:border-e-fuchsia-900\/80:hover {
  border-inline-end-color: rgb(112 26 117 / 0.8);
}

.hover\:border-e-fuchsia-900\/90:hover {
  border-inline-end-color: rgb(112 26 117 / 0.9);
}

.hover\:border-e-fuchsia-900\/95:hover {
  border-inline-end-color: rgb(112 26 117 / 0.95);
}

.hover\:border-e-fuchsia-950:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(74 4 78 / var(--tw-border-opacity));
}

.hover\:border-e-fuchsia-950\/0:hover {
  border-inline-end-color: rgb(74 4 78 / 0);
}

.hover\:border-e-fuchsia-950\/10:hover {
  border-inline-end-color: rgb(74 4 78 / 0.1);
}

.hover\:border-e-fuchsia-950\/100:hover {
  border-inline-end-color: rgb(74 4 78 / 1);
}

.hover\:border-e-fuchsia-950\/20:hover {
  border-inline-end-color: rgb(74 4 78 / 0.2);
}

.hover\:border-e-fuchsia-950\/25:hover {
  border-inline-end-color: rgb(74 4 78 / 0.25);
}

.hover\:border-e-fuchsia-950\/30:hover {
  border-inline-end-color: rgb(74 4 78 / 0.3);
}

.hover\:border-e-fuchsia-950\/40:hover {
  border-inline-end-color: rgb(74 4 78 / 0.4);
}

.hover\:border-e-fuchsia-950\/5:hover {
  border-inline-end-color: rgb(74 4 78 / 0.05);
}

.hover\:border-e-fuchsia-950\/50:hover {
  border-inline-end-color: rgb(74 4 78 / 0.5);
}

.hover\:border-e-fuchsia-950\/60:hover {
  border-inline-end-color: rgb(74 4 78 / 0.6);
}

.hover\:border-e-fuchsia-950\/70:hover {
  border-inline-end-color: rgb(74 4 78 / 0.7);
}

.hover\:border-e-fuchsia-950\/75:hover {
  border-inline-end-color: rgb(74 4 78 / 0.75);
}

.hover\:border-e-fuchsia-950\/80:hover {
  border-inline-end-color: rgb(74 4 78 / 0.8);
}

.hover\:border-e-fuchsia-950\/90:hover {
  border-inline-end-color: rgb(74 4 78 / 0.9);
}

.hover\:border-e-fuchsia-950\/95:hover {
  border-inline-end-color: rgb(74 4 78 / 0.95);
}

.hover\:border-e-gray-100:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.hover\:border-e-gray-100\/0:hover {
  border-inline-end-color: rgb(243 244 246 / 0);
}

.hover\:border-e-gray-100\/10:hover {
  border-inline-end-color: rgb(243 244 246 / 0.1);
}

.hover\:border-e-gray-100\/100:hover {
  border-inline-end-color: rgb(243 244 246 / 1);
}

.hover\:border-e-gray-100\/20:hover {
  border-inline-end-color: rgb(243 244 246 / 0.2);
}

.hover\:border-e-gray-100\/25:hover {
  border-inline-end-color: rgb(243 244 246 / 0.25);
}

.hover\:border-e-gray-100\/30:hover {
  border-inline-end-color: rgb(243 244 246 / 0.3);
}

.hover\:border-e-gray-100\/40:hover {
  border-inline-end-color: rgb(243 244 246 / 0.4);
}

.hover\:border-e-gray-100\/5:hover {
  border-inline-end-color: rgb(243 244 246 / 0.05);
}

.hover\:border-e-gray-100\/50:hover {
  border-inline-end-color: rgb(243 244 246 / 0.5);
}

.hover\:border-e-gray-100\/60:hover {
  border-inline-end-color: rgb(243 244 246 / 0.6);
}

.hover\:border-e-gray-100\/70:hover {
  border-inline-end-color: rgb(243 244 246 / 0.7);
}

.hover\:border-e-gray-100\/75:hover {
  border-inline-end-color: rgb(243 244 246 / 0.75);
}

.hover\:border-e-gray-100\/80:hover {
  border-inline-end-color: rgb(243 244 246 / 0.8);
}

.hover\:border-e-gray-100\/90:hover {
  border-inline-end-color: rgb(243 244 246 / 0.9);
}

.hover\:border-e-gray-100\/95:hover {
  border-inline-end-color: rgb(243 244 246 / 0.95);
}

.hover\:border-e-gray-200:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.hover\:border-e-gray-200\/0:hover {
  border-inline-end-color: rgb(229 231 235 / 0);
}

.hover\:border-e-gray-200\/10:hover {
  border-inline-end-color: rgb(229 231 235 / 0.1);
}

.hover\:border-e-gray-200\/100:hover {
  border-inline-end-color: rgb(229 231 235 / 1);
}

.hover\:border-e-gray-200\/20:hover {
  border-inline-end-color: rgb(229 231 235 / 0.2);
}

.hover\:border-e-gray-200\/25:hover {
  border-inline-end-color: rgb(229 231 235 / 0.25);
}

.hover\:border-e-gray-200\/30:hover {
  border-inline-end-color: rgb(229 231 235 / 0.3);
}

.hover\:border-e-gray-200\/40:hover {
  border-inline-end-color: rgb(229 231 235 / 0.4);
}

.hover\:border-e-gray-200\/5:hover {
  border-inline-end-color: rgb(229 231 235 / 0.05);
}

.hover\:border-e-gray-200\/50:hover {
  border-inline-end-color: rgb(229 231 235 / 0.5);
}

.hover\:border-e-gray-200\/60:hover {
  border-inline-end-color: rgb(229 231 235 / 0.6);
}

.hover\:border-e-gray-200\/70:hover {
  border-inline-end-color: rgb(229 231 235 / 0.7);
}

.hover\:border-e-gray-200\/75:hover {
  border-inline-end-color: rgb(229 231 235 / 0.75);
}

.hover\:border-e-gray-200\/80:hover {
  border-inline-end-color: rgb(229 231 235 / 0.8);
}

.hover\:border-e-gray-200\/90:hover {
  border-inline-end-color: rgb(229 231 235 / 0.9);
}

.hover\:border-e-gray-200\/95:hover {
  border-inline-end-color: rgb(229 231 235 / 0.95);
}

.hover\:border-e-gray-300:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.hover\:border-e-gray-300\/0:hover {
  border-inline-end-color: rgb(209 213 219 / 0);
}

.hover\:border-e-gray-300\/10:hover {
  border-inline-end-color: rgb(209 213 219 / 0.1);
}

.hover\:border-e-gray-300\/100:hover {
  border-inline-end-color: rgb(209 213 219 / 1);
}

.hover\:border-e-gray-300\/20:hover {
  border-inline-end-color: rgb(209 213 219 / 0.2);
}

.hover\:border-e-gray-300\/25:hover {
  border-inline-end-color: rgb(209 213 219 / 0.25);
}

.hover\:border-e-gray-300\/30:hover {
  border-inline-end-color: rgb(209 213 219 / 0.3);
}

.hover\:border-e-gray-300\/40:hover {
  border-inline-end-color: rgb(209 213 219 / 0.4);
}

.hover\:border-e-gray-300\/5:hover {
  border-inline-end-color: rgb(209 213 219 / 0.05);
}

.hover\:border-e-gray-300\/50:hover {
  border-inline-end-color: rgb(209 213 219 / 0.5);
}

.hover\:border-e-gray-300\/60:hover {
  border-inline-end-color: rgb(209 213 219 / 0.6);
}

.hover\:border-e-gray-300\/70:hover {
  border-inline-end-color: rgb(209 213 219 / 0.7);
}

.hover\:border-e-gray-300\/75:hover {
  border-inline-end-color: rgb(209 213 219 / 0.75);
}

.hover\:border-e-gray-300\/80:hover {
  border-inline-end-color: rgb(209 213 219 / 0.8);
}

.hover\:border-e-gray-300\/90:hover {
  border-inline-end-color: rgb(209 213 219 / 0.9);
}

.hover\:border-e-gray-300\/95:hover {
  border-inline-end-color: rgb(209 213 219 / 0.95);
}

.hover\:border-e-gray-400:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.hover\:border-e-gray-400\/0:hover {
  border-inline-end-color: rgb(156 163 175 / 0);
}

.hover\:border-e-gray-400\/10:hover {
  border-inline-end-color: rgb(156 163 175 / 0.1);
}

.hover\:border-e-gray-400\/100:hover {
  border-inline-end-color: rgb(156 163 175 / 1);
}

.hover\:border-e-gray-400\/20:hover {
  border-inline-end-color: rgb(156 163 175 / 0.2);
}

.hover\:border-e-gray-400\/25:hover {
  border-inline-end-color: rgb(156 163 175 / 0.25);
}

.hover\:border-e-gray-400\/30:hover {
  border-inline-end-color: rgb(156 163 175 / 0.3);
}

.hover\:border-e-gray-400\/40:hover {
  border-inline-end-color: rgb(156 163 175 / 0.4);
}

.hover\:border-e-gray-400\/5:hover {
  border-inline-end-color: rgb(156 163 175 / 0.05);
}

.hover\:border-e-gray-400\/50:hover {
  border-inline-end-color: rgb(156 163 175 / 0.5);
}

.hover\:border-e-gray-400\/60:hover {
  border-inline-end-color: rgb(156 163 175 / 0.6);
}

.hover\:border-e-gray-400\/70:hover {
  border-inline-end-color: rgb(156 163 175 / 0.7);
}

.hover\:border-e-gray-400\/75:hover {
  border-inline-end-color: rgb(156 163 175 / 0.75);
}

.hover\:border-e-gray-400\/80:hover {
  border-inline-end-color: rgb(156 163 175 / 0.8);
}

.hover\:border-e-gray-400\/90:hover {
  border-inline-end-color: rgb(156 163 175 / 0.9);
}

.hover\:border-e-gray-400\/95:hover {
  border-inline-end-color: rgb(156 163 175 / 0.95);
}

.hover\:border-e-gray-50:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.hover\:border-e-gray-50\/0:hover {
  border-inline-end-color: rgb(249 250 251 / 0);
}

.hover\:border-e-gray-50\/10:hover {
  border-inline-end-color: rgb(249 250 251 / 0.1);
}

.hover\:border-e-gray-50\/100:hover {
  border-inline-end-color: rgb(249 250 251 / 1);
}

.hover\:border-e-gray-50\/20:hover {
  border-inline-end-color: rgb(249 250 251 / 0.2);
}

.hover\:border-e-gray-50\/25:hover {
  border-inline-end-color: rgb(249 250 251 / 0.25);
}

.hover\:border-e-gray-50\/30:hover {
  border-inline-end-color: rgb(249 250 251 / 0.3);
}

.hover\:border-e-gray-50\/40:hover {
  border-inline-end-color: rgb(249 250 251 / 0.4);
}

.hover\:border-e-gray-50\/5:hover {
  border-inline-end-color: rgb(249 250 251 / 0.05);
}

.hover\:border-e-gray-50\/50:hover {
  border-inline-end-color: rgb(249 250 251 / 0.5);
}

.hover\:border-e-gray-50\/60:hover {
  border-inline-end-color: rgb(249 250 251 / 0.6);
}

.hover\:border-e-gray-50\/70:hover {
  border-inline-end-color: rgb(249 250 251 / 0.7);
}

.hover\:border-e-gray-50\/75:hover {
  border-inline-end-color: rgb(249 250 251 / 0.75);
}

.hover\:border-e-gray-50\/80:hover {
  border-inline-end-color: rgb(249 250 251 / 0.8);
}

.hover\:border-e-gray-50\/90:hover {
  border-inline-end-color: rgb(249 250 251 / 0.9);
}

.hover\:border-e-gray-50\/95:hover {
  border-inline-end-color: rgb(249 250 251 / 0.95);
}

.hover\:border-e-gray-500:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.hover\:border-e-gray-500\/0:hover {
  border-inline-end-color: rgb(107 114 128 / 0);
}

.hover\:border-e-gray-500\/10:hover {
  border-inline-end-color: rgb(107 114 128 / 0.1);
}

.hover\:border-e-gray-500\/100:hover {
  border-inline-end-color: rgb(107 114 128 / 1);
}

.hover\:border-e-gray-500\/20:hover {
  border-inline-end-color: rgb(107 114 128 / 0.2);
}

.hover\:border-e-gray-500\/25:hover {
  border-inline-end-color: rgb(107 114 128 / 0.25);
}

.hover\:border-e-gray-500\/30:hover {
  border-inline-end-color: rgb(107 114 128 / 0.3);
}

.hover\:border-e-gray-500\/40:hover {
  border-inline-end-color: rgb(107 114 128 / 0.4);
}

.hover\:border-e-gray-500\/5:hover {
  border-inline-end-color: rgb(107 114 128 / 0.05);
}

.hover\:border-e-gray-500\/50:hover {
  border-inline-end-color: rgb(107 114 128 / 0.5);
}

.hover\:border-e-gray-500\/60:hover {
  border-inline-end-color: rgb(107 114 128 / 0.6);
}

.hover\:border-e-gray-500\/70:hover {
  border-inline-end-color: rgb(107 114 128 / 0.7);
}

.hover\:border-e-gray-500\/75:hover {
  border-inline-end-color: rgb(107 114 128 / 0.75);
}

.hover\:border-e-gray-500\/80:hover {
  border-inline-end-color: rgb(107 114 128 / 0.8);
}

.hover\:border-e-gray-500\/90:hover {
  border-inline-end-color: rgb(107 114 128 / 0.9);
}

.hover\:border-e-gray-500\/95:hover {
  border-inline-end-color: rgb(107 114 128 / 0.95);
}

.hover\:border-e-gray-600:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.hover\:border-e-gray-600\/0:hover {
  border-inline-end-color: rgb(75 85 99 / 0);
}

.hover\:border-e-gray-600\/10:hover {
  border-inline-end-color: rgb(75 85 99 / 0.1);
}

.hover\:border-e-gray-600\/100:hover {
  border-inline-end-color: rgb(75 85 99 / 1);
}

.hover\:border-e-gray-600\/20:hover {
  border-inline-end-color: rgb(75 85 99 / 0.2);
}

.hover\:border-e-gray-600\/25:hover {
  border-inline-end-color: rgb(75 85 99 / 0.25);
}

.hover\:border-e-gray-600\/30:hover {
  border-inline-end-color: rgb(75 85 99 / 0.3);
}

.hover\:border-e-gray-600\/40:hover {
  border-inline-end-color: rgb(75 85 99 / 0.4);
}

.hover\:border-e-gray-600\/5:hover {
  border-inline-end-color: rgb(75 85 99 / 0.05);
}

.hover\:border-e-gray-600\/50:hover {
  border-inline-end-color: rgb(75 85 99 / 0.5);
}

.hover\:border-e-gray-600\/60:hover {
  border-inline-end-color: rgb(75 85 99 / 0.6);
}

.hover\:border-e-gray-600\/70:hover {
  border-inline-end-color: rgb(75 85 99 / 0.7);
}

.hover\:border-e-gray-600\/75:hover {
  border-inline-end-color: rgb(75 85 99 / 0.75);
}

.hover\:border-e-gray-600\/80:hover {
  border-inline-end-color: rgb(75 85 99 / 0.8);
}

.hover\:border-e-gray-600\/90:hover {
  border-inline-end-color: rgb(75 85 99 / 0.9);
}

.hover\:border-e-gray-600\/95:hover {
  border-inline-end-color: rgb(75 85 99 / 0.95);
}

.hover\:border-e-gray-700:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.hover\:border-e-gray-700\/0:hover {
  border-inline-end-color: rgb(55 65 81 / 0);
}

.hover\:border-e-gray-700\/10:hover {
  border-inline-end-color: rgb(55 65 81 / 0.1);
}

.hover\:border-e-gray-700\/100:hover {
  border-inline-end-color: rgb(55 65 81 / 1);
}

.hover\:border-e-gray-700\/20:hover {
  border-inline-end-color: rgb(55 65 81 / 0.2);
}

.hover\:border-e-gray-700\/25:hover {
  border-inline-end-color: rgb(55 65 81 / 0.25);
}

.hover\:border-e-gray-700\/30:hover {
  border-inline-end-color: rgb(55 65 81 / 0.3);
}

.hover\:border-e-gray-700\/40:hover {
  border-inline-end-color: rgb(55 65 81 / 0.4);
}

.hover\:border-e-gray-700\/5:hover {
  border-inline-end-color: rgb(55 65 81 / 0.05);
}

.hover\:border-e-gray-700\/50:hover {
  border-inline-end-color: rgb(55 65 81 / 0.5);
}

.hover\:border-e-gray-700\/60:hover {
  border-inline-end-color: rgb(55 65 81 / 0.6);
}

.hover\:border-e-gray-700\/70:hover {
  border-inline-end-color: rgb(55 65 81 / 0.7);
}

.hover\:border-e-gray-700\/75:hover {
  border-inline-end-color: rgb(55 65 81 / 0.75);
}

.hover\:border-e-gray-700\/80:hover {
  border-inline-end-color: rgb(55 65 81 / 0.8);
}

.hover\:border-e-gray-700\/90:hover {
  border-inline-end-color: rgb(55 65 81 / 0.9);
}

.hover\:border-e-gray-700\/95:hover {
  border-inline-end-color: rgb(55 65 81 / 0.95);
}

.hover\:border-e-gray-800:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.hover\:border-e-gray-800\/0:hover {
  border-inline-end-color: rgb(31 41 55 / 0);
}

.hover\:border-e-gray-800\/10:hover {
  border-inline-end-color: rgb(31 41 55 / 0.1);
}

.hover\:border-e-gray-800\/100:hover {
  border-inline-end-color: rgb(31 41 55 / 1);
}

.hover\:border-e-gray-800\/20:hover {
  border-inline-end-color: rgb(31 41 55 / 0.2);
}

.hover\:border-e-gray-800\/25:hover {
  border-inline-end-color: rgb(31 41 55 / 0.25);
}

.hover\:border-e-gray-800\/30:hover {
  border-inline-end-color: rgb(31 41 55 / 0.3);
}

.hover\:border-e-gray-800\/40:hover {
  border-inline-end-color: rgb(31 41 55 / 0.4);
}

.hover\:border-e-gray-800\/5:hover {
  border-inline-end-color: rgb(31 41 55 / 0.05);
}

.hover\:border-e-gray-800\/50:hover {
  border-inline-end-color: rgb(31 41 55 / 0.5);
}

.hover\:border-e-gray-800\/60:hover {
  border-inline-end-color: rgb(31 41 55 / 0.6);
}

.hover\:border-e-gray-800\/70:hover {
  border-inline-end-color: rgb(31 41 55 / 0.7);
}

.hover\:border-e-gray-800\/75:hover {
  border-inline-end-color: rgb(31 41 55 / 0.75);
}

.hover\:border-e-gray-800\/80:hover {
  border-inline-end-color: rgb(31 41 55 / 0.8);
}

.hover\:border-e-gray-800\/90:hover {
  border-inline-end-color: rgb(31 41 55 / 0.9);
}

.hover\:border-e-gray-800\/95:hover {
  border-inline-end-color: rgb(31 41 55 / 0.95);
}

.hover\:border-e-gray-900:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.hover\:border-e-gray-900\/0:hover {
  border-inline-end-color: rgb(17 24 39 / 0);
}

.hover\:border-e-gray-900\/10:hover {
  border-inline-end-color: rgb(17 24 39 / 0.1);
}

.hover\:border-e-gray-900\/100:hover {
  border-inline-end-color: rgb(17 24 39 / 1);
}

.hover\:border-e-gray-900\/20:hover {
  border-inline-end-color: rgb(17 24 39 / 0.2);
}

.hover\:border-e-gray-900\/25:hover {
  border-inline-end-color: rgb(17 24 39 / 0.25);
}

.hover\:border-e-gray-900\/30:hover {
  border-inline-end-color: rgb(17 24 39 / 0.3);
}

.hover\:border-e-gray-900\/40:hover {
  border-inline-end-color: rgb(17 24 39 / 0.4);
}

.hover\:border-e-gray-900\/5:hover {
  border-inline-end-color: rgb(17 24 39 / 0.05);
}

.hover\:border-e-gray-900\/50:hover {
  border-inline-end-color: rgb(17 24 39 / 0.5);
}

.hover\:border-e-gray-900\/60:hover {
  border-inline-end-color: rgb(17 24 39 / 0.6);
}

.hover\:border-e-gray-900\/70:hover {
  border-inline-end-color: rgb(17 24 39 / 0.7);
}

.hover\:border-e-gray-900\/75:hover {
  border-inline-end-color: rgb(17 24 39 / 0.75);
}

.hover\:border-e-gray-900\/80:hover {
  border-inline-end-color: rgb(17 24 39 / 0.8);
}

.hover\:border-e-gray-900\/90:hover {
  border-inline-end-color: rgb(17 24 39 / 0.9);
}

.hover\:border-e-gray-900\/95:hover {
  border-inline-end-color: rgb(17 24 39 / 0.95);
}

.hover\:border-e-gray-950:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(3 7 18 / var(--tw-border-opacity));
}

.hover\:border-e-gray-950\/0:hover {
  border-inline-end-color: rgb(3 7 18 / 0);
}

.hover\:border-e-gray-950\/10:hover {
  border-inline-end-color: rgb(3 7 18 / 0.1);
}

.hover\:border-e-gray-950\/100:hover {
  border-inline-end-color: rgb(3 7 18 / 1);
}

.hover\:border-e-gray-950\/20:hover {
  border-inline-end-color: rgb(3 7 18 / 0.2);
}

.hover\:border-e-gray-950\/25:hover {
  border-inline-end-color: rgb(3 7 18 / 0.25);
}

.hover\:border-e-gray-950\/30:hover {
  border-inline-end-color: rgb(3 7 18 / 0.3);
}

.hover\:border-e-gray-950\/40:hover {
  border-inline-end-color: rgb(3 7 18 / 0.4);
}

.hover\:border-e-gray-950\/5:hover {
  border-inline-end-color: rgb(3 7 18 / 0.05);
}

.hover\:border-e-gray-950\/50:hover {
  border-inline-end-color: rgb(3 7 18 / 0.5);
}

.hover\:border-e-gray-950\/60:hover {
  border-inline-end-color: rgb(3 7 18 / 0.6);
}

.hover\:border-e-gray-950\/70:hover {
  border-inline-end-color: rgb(3 7 18 / 0.7);
}

.hover\:border-e-gray-950\/75:hover {
  border-inline-end-color: rgb(3 7 18 / 0.75);
}

.hover\:border-e-gray-950\/80:hover {
  border-inline-end-color: rgb(3 7 18 / 0.8);
}

.hover\:border-e-gray-950\/90:hover {
  border-inline-end-color: rgb(3 7 18 / 0.9);
}

.hover\:border-e-gray-950\/95:hover {
  border-inline-end-color: rgb(3 7 18 / 0.95);
}

.hover\:border-e-green-100:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(220 252 231 / var(--tw-border-opacity));
}

.hover\:border-e-green-100\/0:hover {
  border-inline-end-color: rgb(220 252 231 / 0);
}

.hover\:border-e-green-100\/10:hover {
  border-inline-end-color: rgb(220 252 231 / 0.1);
}

.hover\:border-e-green-100\/100:hover {
  border-inline-end-color: rgb(220 252 231 / 1);
}

.hover\:border-e-green-100\/20:hover {
  border-inline-end-color: rgb(220 252 231 / 0.2);
}

.hover\:border-e-green-100\/25:hover {
  border-inline-end-color: rgb(220 252 231 / 0.25);
}

.hover\:border-e-green-100\/30:hover {
  border-inline-end-color: rgb(220 252 231 / 0.3);
}

.hover\:border-e-green-100\/40:hover {
  border-inline-end-color: rgb(220 252 231 / 0.4);
}

.hover\:border-e-green-100\/5:hover {
  border-inline-end-color: rgb(220 252 231 / 0.05);
}

.hover\:border-e-green-100\/50:hover {
  border-inline-end-color: rgb(220 252 231 / 0.5);
}

.hover\:border-e-green-100\/60:hover {
  border-inline-end-color: rgb(220 252 231 / 0.6);
}

.hover\:border-e-green-100\/70:hover {
  border-inline-end-color: rgb(220 252 231 / 0.7);
}

.hover\:border-e-green-100\/75:hover {
  border-inline-end-color: rgb(220 252 231 / 0.75);
}

.hover\:border-e-green-100\/80:hover {
  border-inline-end-color: rgb(220 252 231 / 0.8);
}

.hover\:border-e-green-100\/90:hover {
  border-inline-end-color: rgb(220 252 231 / 0.9);
}

.hover\:border-e-green-100\/95:hover {
  border-inline-end-color: rgb(220 252 231 / 0.95);
}

.hover\:border-e-green-200:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.hover\:border-e-green-200\/0:hover {
  border-inline-end-color: rgb(187 247 208 / 0);
}

.hover\:border-e-green-200\/10:hover {
  border-inline-end-color: rgb(187 247 208 / 0.1);
}

.hover\:border-e-green-200\/100:hover {
  border-inline-end-color: rgb(187 247 208 / 1);
}

.hover\:border-e-green-200\/20:hover {
  border-inline-end-color: rgb(187 247 208 / 0.2);
}

.hover\:border-e-green-200\/25:hover {
  border-inline-end-color: rgb(187 247 208 / 0.25);
}

.hover\:border-e-green-200\/30:hover {
  border-inline-end-color: rgb(187 247 208 / 0.3);
}

.hover\:border-e-green-200\/40:hover {
  border-inline-end-color: rgb(187 247 208 / 0.4);
}

.hover\:border-e-green-200\/5:hover {
  border-inline-end-color: rgb(187 247 208 / 0.05);
}

.hover\:border-e-green-200\/50:hover {
  border-inline-end-color: rgb(187 247 208 / 0.5);
}

.hover\:border-e-green-200\/60:hover {
  border-inline-end-color: rgb(187 247 208 / 0.6);
}

.hover\:border-e-green-200\/70:hover {
  border-inline-end-color: rgb(187 247 208 / 0.7);
}

.hover\:border-e-green-200\/75:hover {
  border-inline-end-color: rgb(187 247 208 / 0.75);
}

.hover\:border-e-green-200\/80:hover {
  border-inline-end-color: rgb(187 247 208 / 0.8);
}

.hover\:border-e-green-200\/90:hover {
  border-inline-end-color: rgb(187 247 208 / 0.9);
}

.hover\:border-e-green-200\/95:hover {
  border-inline-end-color: rgb(187 247 208 / 0.95);
}

.hover\:border-e-green-300:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.hover\:border-e-green-300\/0:hover {
  border-inline-end-color: rgb(134 239 172 / 0);
}

.hover\:border-e-green-300\/10:hover {
  border-inline-end-color: rgb(134 239 172 / 0.1);
}

.hover\:border-e-green-300\/100:hover {
  border-inline-end-color: rgb(134 239 172 / 1);
}

.hover\:border-e-green-300\/20:hover {
  border-inline-end-color: rgb(134 239 172 / 0.2);
}

.hover\:border-e-green-300\/25:hover {
  border-inline-end-color: rgb(134 239 172 / 0.25);
}

.hover\:border-e-green-300\/30:hover {
  border-inline-end-color: rgb(134 239 172 / 0.3);
}

.hover\:border-e-green-300\/40:hover {
  border-inline-end-color: rgb(134 239 172 / 0.4);
}

.hover\:border-e-green-300\/5:hover {
  border-inline-end-color: rgb(134 239 172 / 0.05);
}

.hover\:border-e-green-300\/50:hover {
  border-inline-end-color: rgb(134 239 172 / 0.5);
}

.hover\:border-e-green-300\/60:hover {
  border-inline-end-color: rgb(134 239 172 / 0.6);
}

.hover\:border-e-green-300\/70:hover {
  border-inline-end-color: rgb(134 239 172 / 0.7);
}

.hover\:border-e-green-300\/75:hover {
  border-inline-end-color: rgb(134 239 172 / 0.75);
}

.hover\:border-e-green-300\/80:hover {
  border-inline-end-color: rgb(134 239 172 / 0.8);
}

.hover\:border-e-green-300\/90:hover {
  border-inline-end-color: rgb(134 239 172 / 0.9);
}

.hover\:border-e-green-300\/95:hover {
  border-inline-end-color: rgb(134 239 172 / 0.95);
}

.hover\:border-e-green-400:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.hover\:border-e-green-400\/0:hover {
  border-inline-end-color: rgb(74 222 128 / 0);
}

.hover\:border-e-green-400\/10:hover {
  border-inline-end-color: rgb(74 222 128 / 0.1);
}

.hover\:border-e-green-400\/100:hover {
  border-inline-end-color: rgb(74 222 128 / 1);
}

.hover\:border-e-green-400\/20:hover {
  border-inline-end-color: rgb(74 222 128 / 0.2);
}

.hover\:border-e-green-400\/25:hover {
  border-inline-end-color: rgb(74 222 128 / 0.25);
}

.hover\:border-e-green-400\/30:hover {
  border-inline-end-color: rgb(74 222 128 / 0.3);
}

.hover\:border-e-green-400\/40:hover {
  border-inline-end-color: rgb(74 222 128 / 0.4);
}

.hover\:border-e-green-400\/5:hover {
  border-inline-end-color: rgb(74 222 128 / 0.05);
}

.hover\:border-e-green-400\/50:hover {
  border-inline-end-color: rgb(74 222 128 / 0.5);
}

.hover\:border-e-green-400\/60:hover {
  border-inline-end-color: rgb(74 222 128 / 0.6);
}

.hover\:border-e-green-400\/70:hover {
  border-inline-end-color: rgb(74 222 128 / 0.7);
}

.hover\:border-e-green-400\/75:hover {
  border-inline-end-color: rgb(74 222 128 / 0.75);
}

.hover\:border-e-green-400\/80:hover {
  border-inline-end-color: rgb(74 222 128 / 0.8);
}

.hover\:border-e-green-400\/90:hover {
  border-inline-end-color: rgb(74 222 128 / 0.9);
}

.hover\:border-e-green-400\/95:hover {
  border-inline-end-color: rgb(74 222 128 / 0.95);
}

.hover\:border-e-green-50:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(240 253 244 / var(--tw-border-opacity));
}

.hover\:border-e-green-50\/0:hover {
  border-inline-end-color: rgb(240 253 244 / 0);
}

.hover\:border-e-green-50\/10:hover {
  border-inline-end-color: rgb(240 253 244 / 0.1);
}

.hover\:border-e-green-50\/100:hover {
  border-inline-end-color: rgb(240 253 244 / 1);
}

.hover\:border-e-green-50\/20:hover {
  border-inline-end-color: rgb(240 253 244 / 0.2);
}

.hover\:border-e-green-50\/25:hover {
  border-inline-end-color: rgb(240 253 244 / 0.25);
}

.hover\:border-e-green-50\/30:hover {
  border-inline-end-color: rgb(240 253 244 / 0.3);
}

.hover\:border-e-green-50\/40:hover {
  border-inline-end-color: rgb(240 253 244 / 0.4);
}

.hover\:border-e-green-50\/5:hover {
  border-inline-end-color: rgb(240 253 244 / 0.05);
}

.hover\:border-e-green-50\/50:hover {
  border-inline-end-color: rgb(240 253 244 / 0.5);
}

.hover\:border-e-green-50\/60:hover {
  border-inline-end-color: rgb(240 253 244 / 0.6);
}

.hover\:border-e-green-50\/70:hover {
  border-inline-end-color: rgb(240 253 244 / 0.7);
}

.hover\:border-e-green-50\/75:hover {
  border-inline-end-color: rgb(240 253 244 / 0.75);
}

.hover\:border-e-green-50\/80:hover {
  border-inline-end-color: rgb(240 253 244 / 0.8);
}

.hover\:border-e-green-50\/90:hover {
  border-inline-end-color: rgb(240 253 244 / 0.9);
}

.hover\:border-e-green-50\/95:hover {
  border-inline-end-color: rgb(240 253 244 / 0.95);
}

.hover\:border-e-green-500:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.hover\:border-e-green-500\/0:hover {
  border-inline-end-color: rgb(34 197 94 / 0);
}

.hover\:border-e-green-500\/10:hover {
  border-inline-end-color: rgb(34 197 94 / 0.1);
}

.hover\:border-e-green-500\/100:hover {
  border-inline-end-color: rgb(34 197 94 / 1);
}

.hover\:border-e-green-500\/20:hover {
  border-inline-end-color: rgb(34 197 94 / 0.2);
}

.hover\:border-e-green-500\/25:hover {
  border-inline-end-color: rgb(34 197 94 / 0.25);
}

.hover\:border-e-green-500\/30:hover {
  border-inline-end-color: rgb(34 197 94 / 0.3);
}

.hover\:border-e-green-500\/40:hover {
  border-inline-end-color: rgb(34 197 94 / 0.4);
}

.hover\:border-e-green-500\/5:hover {
  border-inline-end-color: rgb(34 197 94 / 0.05);
}

.hover\:border-e-green-500\/50:hover {
  border-inline-end-color: rgb(34 197 94 / 0.5);
}

.hover\:border-e-green-500\/60:hover {
  border-inline-end-color: rgb(34 197 94 / 0.6);
}

.hover\:border-e-green-500\/70:hover {
  border-inline-end-color: rgb(34 197 94 / 0.7);
}

.hover\:border-e-green-500\/75:hover {
  border-inline-end-color: rgb(34 197 94 / 0.75);
}

.hover\:border-e-green-500\/80:hover {
  border-inline-end-color: rgb(34 197 94 / 0.8);
}

.hover\:border-e-green-500\/90:hover {
  border-inline-end-color: rgb(34 197 94 / 0.9);
}

.hover\:border-e-green-500\/95:hover {
  border-inline-end-color: rgb(34 197 94 / 0.95);
}

.hover\:border-e-green-600:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.hover\:border-e-green-600\/0:hover {
  border-inline-end-color: rgb(22 163 74 / 0);
}

.hover\:border-e-green-600\/10:hover {
  border-inline-end-color: rgb(22 163 74 / 0.1);
}

.hover\:border-e-green-600\/100:hover {
  border-inline-end-color: rgb(22 163 74 / 1);
}

.hover\:border-e-green-600\/20:hover {
  border-inline-end-color: rgb(22 163 74 / 0.2);
}

.hover\:border-e-green-600\/25:hover {
  border-inline-end-color: rgb(22 163 74 / 0.25);
}

.hover\:border-e-green-600\/30:hover {
  border-inline-end-color: rgb(22 163 74 / 0.3);
}

.hover\:border-e-green-600\/40:hover {
  border-inline-end-color: rgb(22 163 74 / 0.4);
}

.hover\:border-e-green-600\/5:hover {
  border-inline-end-color: rgb(22 163 74 / 0.05);
}

.hover\:border-e-green-600\/50:hover {
  border-inline-end-color: rgb(22 163 74 / 0.5);
}

.hover\:border-e-green-600\/60:hover {
  border-inline-end-color: rgb(22 163 74 / 0.6);
}

.hover\:border-e-green-600\/70:hover {
  border-inline-end-color: rgb(22 163 74 / 0.7);
}

.hover\:border-e-green-600\/75:hover {
  border-inline-end-color: rgb(22 163 74 / 0.75);
}

.hover\:border-e-green-600\/80:hover {
  border-inline-end-color: rgb(22 163 74 / 0.8);
}

.hover\:border-e-green-600\/90:hover {
  border-inline-end-color: rgb(22 163 74 / 0.9);
}

.hover\:border-e-green-600\/95:hover {
  border-inline-end-color: rgb(22 163 74 / 0.95);
}

.hover\:border-e-green-700:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.hover\:border-e-green-700\/0:hover {
  border-inline-end-color: rgb(21 128 61 / 0);
}

.hover\:border-e-green-700\/10:hover {
  border-inline-end-color: rgb(21 128 61 / 0.1);
}

.hover\:border-e-green-700\/100:hover {
  border-inline-end-color: rgb(21 128 61 / 1);
}

.hover\:border-e-green-700\/20:hover {
  border-inline-end-color: rgb(21 128 61 / 0.2);
}

.hover\:border-e-green-700\/25:hover {
  border-inline-end-color: rgb(21 128 61 / 0.25);
}

.hover\:border-e-green-700\/30:hover {
  border-inline-end-color: rgb(21 128 61 / 0.3);
}

.hover\:border-e-green-700\/40:hover {
  border-inline-end-color: rgb(21 128 61 / 0.4);
}

.hover\:border-e-green-700\/5:hover {
  border-inline-end-color: rgb(21 128 61 / 0.05);
}

.hover\:border-e-green-700\/50:hover {
  border-inline-end-color: rgb(21 128 61 / 0.5);
}

.hover\:border-e-green-700\/60:hover {
  border-inline-end-color: rgb(21 128 61 / 0.6);
}

.hover\:border-e-green-700\/70:hover {
  border-inline-end-color: rgb(21 128 61 / 0.7);
}

.hover\:border-e-green-700\/75:hover {
  border-inline-end-color: rgb(21 128 61 / 0.75);
}

.hover\:border-e-green-700\/80:hover {
  border-inline-end-color: rgb(21 128 61 / 0.8);
}

.hover\:border-e-green-700\/90:hover {
  border-inline-end-color: rgb(21 128 61 / 0.9);
}

.hover\:border-e-green-700\/95:hover {
  border-inline-end-color: rgb(21 128 61 / 0.95);
}

.hover\:border-e-green-800:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.hover\:border-e-green-800\/0:hover {
  border-inline-end-color: rgb(22 101 52 / 0);
}

.hover\:border-e-green-800\/10:hover {
  border-inline-end-color: rgb(22 101 52 / 0.1);
}

.hover\:border-e-green-800\/100:hover {
  border-inline-end-color: rgb(22 101 52 / 1);
}

.hover\:border-e-green-800\/20:hover {
  border-inline-end-color: rgb(22 101 52 / 0.2);
}

.hover\:border-e-green-800\/25:hover {
  border-inline-end-color: rgb(22 101 52 / 0.25);
}

.hover\:border-e-green-800\/30:hover {
  border-inline-end-color: rgb(22 101 52 / 0.3);
}

.hover\:border-e-green-800\/40:hover {
  border-inline-end-color: rgb(22 101 52 / 0.4);
}

.hover\:border-e-green-800\/5:hover {
  border-inline-end-color: rgb(22 101 52 / 0.05);
}

.hover\:border-e-green-800\/50:hover {
  border-inline-end-color: rgb(22 101 52 / 0.5);
}

.hover\:border-e-green-800\/60:hover {
  border-inline-end-color: rgb(22 101 52 / 0.6);
}

.hover\:border-e-green-800\/70:hover {
  border-inline-end-color: rgb(22 101 52 / 0.7);
}

.hover\:border-e-green-800\/75:hover {
  border-inline-end-color: rgb(22 101 52 / 0.75);
}

.hover\:border-e-green-800\/80:hover {
  border-inline-end-color: rgb(22 101 52 / 0.8);
}

.hover\:border-e-green-800\/90:hover {
  border-inline-end-color: rgb(22 101 52 / 0.9);
}

.hover\:border-e-green-800\/95:hover {
  border-inline-end-color: rgb(22 101 52 / 0.95);
}

.hover\:border-e-green-900:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(20 83 45 / var(--tw-border-opacity));
}

.hover\:border-e-green-900\/0:hover {
  border-inline-end-color: rgb(20 83 45 / 0);
}

.hover\:border-e-green-900\/10:hover {
  border-inline-end-color: rgb(20 83 45 / 0.1);
}

.hover\:border-e-green-900\/100:hover {
  border-inline-end-color: rgb(20 83 45 / 1);
}

.hover\:border-e-green-900\/20:hover {
  border-inline-end-color: rgb(20 83 45 / 0.2);
}

.hover\:border-e-green-900\/25:hover {
  border-inline-end-color: rgb(20 83 45 / 0.25);
}

.hover\:border-e-green-900\/30:hover {
  border-inline-end-color: rgb(20 83 45 / 0.3);
}

.hover\:border-e-green-900\/40:hover {
  border-inline-end-color: rgb(20 83 45 / 0.4);
}

.hover\:border-e-green-900\/5:hover {
  border-inline-end-color: rgb(20 83 45 / 0.05);
}

.hover\:border-e-green-900\/50:hover {
  border-inline-end-color: rgb(20 83 45 / 0.5);
}

.hover\:border-e-green-900\/60:hover {
  border-inline-end-color: rgb(20 83 45 / 0.6);
}

.hover\:border-e-green-900\/70:hover {
  border-inline-end-color: rgb(20 83 45 / 0.7);
}

.hover\:border-e-green-900\/75:hover {
  border-inline-end-color: rgb(20 83 45 / 0.75);
}

.hover\:border-e-green-900\/80:hover {
  border-inline-end-color: rgb(20 83 45 / 0.8);
}

.hover\:border-e-green-900\/90:hover {
  border-inline-end-color: rgb(20 83 45 / 0.9);
}

.hover\:border-e-green-900\/95:hover {
  border-inline-end-color: rgb(20 83 45 / 0.95);
}

.hover\:border-e-green-950:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(5 46 22 / var(--tw-border-opacity));
}

.hover\:border-e-green-950\/0:hover {
  border-inline-end-color: rgb(5 46 22 / 0);
}

.hover\:border-e-green-950\/10:hover {
  border-inline-end-color: rgb(5 46 22 / 0.1);
}

.hover\:border-e-green-950\/100:hover {
  border-inline-end-color: rgb(5 46 22 / 1);
}

.hover\:border-e-green-950\/20:hover {
  border-inline-end-color: rgb(5 46 22 / 0.2);
}

.hover\:border-e-green-950\/25:hover {
  border-inline-end-color: rgb(5 46 22 / 0.25);
}

.hover\:border-e-green-950\/30:hover {
  border-inline-end-color: rgb(5 46 22 / 0.3);
}

.hover\:border-e-green-950\/40:hover {
  border-inline-end-color: rgb(5 46 22 / 0.4);
}

.hover\:border-e-green-950\/5:hover {
  border-inline-end-color: rgb(5 46 22 / 0.05);
}

.hover\:border-e-green-950\/50:hover {
  border-inline-end-color: rgb(5 46 22 / 0.5);
}

.hover\:border-e-green-950\/60:hover {
  border-inline-end-color: rgb(5 46 22 / 0.6);
}

.hover\:border-e-green-950\/70:hover {
  border-inline-end-color: rgb(5 46 22 / 0.7);
}

.hover\:border-e-green-950\/75:hover {
  border-inline-end-color: rgb(5 46 22 / 0.75);
}

.hover\:border-e-green-950\/80:hover {
  border-inline-end-color: rgb(5 46 22 / 0.8);
}

.hover\:border-e-green-950\/90:hover {
  border-inline-end-color: rgb(5 46 22 / 0.9);
}

.hover\:border-e-green-950\/95:hover {
  border-inline-end-color: rgb(5 46 22 / 0.95);
}

.hover\:border-e-indigo-100:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(224 231 255 / var(--tw-border-opacity));
}

.hover\:border-e-indigo-100\/0:hover {
  border-inline-end-color: rgb(224 231 255 / 0);
}

.hover\:border-e-indigo-100\/10:hover {
  border-inline-end-color: rgb(224 231 255 / 0.1);
}

.hover\:border-e-indigo-100\/100:hover {
  border-inline-end-color: rgb(224 231 255 / 1);
}

.hover\:border-e-indigo-100\/20:hover {
  border-inline-end-color: rgb(224 231 255 / 0.2);
}

.hover\:border-e-indigo-100\/25:hover {
  border-inline-end-color: rgb(224 231 255 / 0.25);
}

.hover\:border-e-indigo-100\/30:hover {
  border-inline-end-color: rgb(224 231 255 / 0.3);
}

.hover\:border-e-indigo-100\/40:hover {
  border-inline-end-color: rgb(224 231 255 / 0.4);
}

.hover\:border-e-indigo-100\/5:hover {
  border-inline-end-color: rgb(224 231 255 / 0.05);
}

.hover\:border-e-indigo-100\/50:hover {
  border-inline-end-color: rgb(224 231 255 / 0.5);
}

.hover\:border-e-indigo-100\/60:hover {
  border-inline-end-color: rgb(224 231 255 / 0.6);
}

.hover\:border-e-indigo-100\/70:hover {
  border-inline-end-color: rgb(224 231 255 / 0.7);
}

.hover\:border-e-indigo-100\/75:hover {
  border-inline-end-color: rgb(224 231 255 / 0.75);
}

.hover\:border-e-indigo-100\/80:hover {
  border-inline-end-color: rgb(224 231 255 / 0.8);
}

.hover\:border-e-indigo-100\/90:hover {
  border-inline-end-color: rgb(224 231 255 / 0.9);
}

.hover\:border-e-indigo-100\/95:hover {
  border-inline-end-color: rgb(224 231 255 / 0.95);
}

.hover\:border-e-indigo-200:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.hover\:border-e-indigo-200\/0:hover {
  border-inline-end-color: rgb(199 210 254 / 0);
}

.hover\:border-e-indigo-200\/10:hover {
  border-inline-end-color: rgb(199 210 254 / 0.1);
}

.hover\:border-e-indigo-200\/100:hover {
  border-inline-end-color: rgb(199 210 254 / 1);
}

.hover\:border-e-indigo-200\/20:hover {
  border-inline-end-color: rgb(199 210 254 / 0.2);
}

.hover\:border-e-indigo-200\/25:hover {
  border-inline-end-color: rgb(199 210 254 / 0.25);
}

.hover\:border-e-indigo-200\/30:hover {
  border-inline-end-color: rgb(199 210 254 / 0.3);
}

.hover\:border-e-indigo-200\/40:hover {
  border-inline-end-color: rgb(199 210 254 / 0.4);
}

.hover\:border-e-indigo-200\/5:hover {
  border-inline-end-color: rgb(199 210 254 / 0.05);
}

.hover\:border-e-indigo-200\/50:hover {
  border-inline-end-color: rgb(199 210 254 / 0.5);
}

.hover\:border-e-indigo-200\/60:hover {
  border-inline-end-color: rgb(199 210 254 / 0.6);
}

.hover\:border-e-indigo-200\/70:hover {
  border-inline-end-color: rgb(199 210 254 / 0.7);
}

.hover\:border-e-indigo-200\/75:hover {
  border-inline-end-color: rgb(199 210 254 / 0.75);
}

.hover\:border-e-indigo-200\/80:hover {
  border-inline-end-color: rgb(199 210 254 / 0.8);
}

.hover\:border-e-indigo-200\/90:hover {
  border-inline-end-color: rgb(199 210 254 / 0.9);
}

.hover\:border-e-indigo-200\/95:hover {
  border-inline-end-color: rgb(199 210 254 / 0.95);
}

.hover\:border-e-indigo-300:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.hover\:border-e-indigo-300\/0:hover {
  border-inline-end-color: rgb(165 180 252 / 0);
}

.hover\:border-e-indigo-300\/10:hover {
  border-inline-end-color: rgb(165 180 252 / 0.1);
}

.hover\:border-e-indigo-300\/100:hover {
  border-inline-end-color: rgb(165 180 252 / 1);
}

.hover\:border-e-indigo-300\/20:hover {
  border-inline-end-color: rgb(165 180 252 / 0.2);
}

.hover\:border-e-indigo-300\/25:hover {
  border-inline-end-color: rgb(165 180 252 / 0.25);
}

.hover\:border-e-indigo-300\/30:hover {
  border-inline-end-color: rgb(165 180 252 / 0.3);
}

.hover\:border-e-indigo-300\/40:hover {
  border-inline-end-color: rgb(165 180 252 / 0.4);
}

.hover\:border-e-indigo-300\/5:hover {
  border-inline-end-color: rgb(165 180 252 / 0.05);
}

.hover\:border-e-indigo-300\/50:hover {
  border-inline-end-color: rgb(165 180 252 / 0.5);
}

.hover\:border-e-indigo-300\/60:hover {
  border-inline-end-color: rgb(165 180 252 / 0.6);
}

.hover\:border-e-indigo-300\/70:hover {
  border-inline-end-color: rgb(165 180 252 / 0.7);
}

.hover\:border-e-indigo-300\/75:hover {
  border-inline-end-color: rgb(165 180 252 / 0.75);
}

.hover\:border-e-indigo-300\/80:hover {
  border-inline-end-color: rgb(165 180 252 / 0.8);
}

.hover\:border-e-indigo-300\/90:hover {
  border-inline-end-color: rgb(165 180 252 / 0.9);
}

.hover\:border-e-indigo-300\/95:hover {
  border-inline-end-color: rgb(165 180 252 / 0.95);
}

.hover\:border-e-indigo-400:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.hover\:border-e-indigo-400\/0:hover {
  border-inline-end-color: rgb(129 140 248 / 0);
}

.hover\:border-e-indigo-400\/10:hover {
  border-inline-end-color: rgb(129 140 248 / 0.1);
}

.hover\:border-e-indigo-400\/100:hover {
  border-inline-end-color: rgb(129 140 248 / 1);
}

.hover\:border-e-indigo-400\/20:hover {
  border-inline-end-color: rgb(129 140 248 / 0.2);
}

.hover\:border-e-indigo-400\/25:hover {
  border-inline-end-color: rgb(129 140 248 / 0.25);
}

.hover\:border-e-indigo-400\/30:hover {
  border-inline-end-color: rgb(129 140 248 / 0.3);
}

.hover\:border-e-indigo-400\/40:hover {
  border-inline-end-color: rgb(129 140 248 / 0.4);
}

.hover\:border-e-indigo-400\/5:hover {
  border-inline-end-color: rgb(129 140 248 / 0.05);
}

.hover\:border-e-indigo-400\/50:hover {
  border-inline-end-color: rgb(129 140 248 / 0.5);
}

.hover\:border-e-indigo-400\/60:hover {
  border-inline-end-color: rgb(129 140 248 / 0.6);
}

.hover\:border-e-indigo-400\/70:hover {
  border-inline-end-color: rgb(129 140 248 / 0.7);
}

.hover\:border-e-indigo-400\/75:hover {
  border-inline-end-color: rgb(129 140 248 / 0.75);
}

.hover\:border-e-indigo-400\/80:hover {
  border-inline-end-color: rgb(129 140 248 / 0.8);
}

.hover\:border-e-indigo-400\/90:hover {
  border-inline-end-color: rgb(129 140 248 / 0.9);
}

.hover\:border-e-indigo-400\/95:hover {
  border-inline-end-color: rgb(129 140 248 / 0.95);
}

.hover\:border-e-indigo-50:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(238 242 255 / var(--tw-border-opacity));
}

.hover\:border-e-indigo-50\/0:hover {
  border-inline-end-color: rgb(238 242 255 / 0);
}

.hover\:border-e-indigo-50\/10:hover {
  border-inline-end-color: rgb(238 242 255 / 0.1);
}

.hover\:border-e-indigo-50\/100:hover {
  border-inline-end-color: rgb(238 242 255 / 1);
}

.hover\:border-e-indigo-50\/20:hover {
  border-inline-end-color: rgb(238 242 255 / 0.2);
}

.hover\:border-e-indigo-50\/25:hover {
  border-inline-end-color: rgb(238 242 255 / 0.25);
}

.hover\:border-e-indigo-50\/30:hover {
  border-inline-end-color: rgb(238 242 255 / 0.3);
}

.hover\:border-e-indigo-50\/40:hover {
  border-inline-end-color: rgb(238 242 255 / 0.4);
}

.hover\:border-e-indigo-50\/5:hover {
  border-inline-end-color: rgb(238 242 255 / 0.05);
}

.hover\:border-e-indigo-50\/50:hover {
  border-inline-end-color: rgb(238 242 255 / 0.5);
}

.hover\:border-e-indigo-50\/60:hover {
  border-inline-end-color: rgb(238 242 255 / 0.6);
}

.hover\:border-e-indigo-50\/70:hover {
  border-inline-end-color: rgb(238 242 255 / 0.7);
}

.hover\:border-e-indigo-50\/75:hover {
  border-inline-end-color: rgb(238 242 255 / 0.75);
}

.hover\:border-e-indigo-50\/80:hover {
  border-inline-end-color: rgb(238 242 255 / 0.8);
}

.hover\:border-e-indigo-50\/90:hover {
  border-inline-end-color: rgb(238 242 255 / 0.9);
}

.hover\:border-e-indigo-50\/95:hover {
  border-inline-end-color: rgb(238 242 255 / 0.95);
}

.hover\:border-e-indigo-500:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.hover\:border-e-indigo-500\/0:hover {
  border-inline-end-color: rgb(99 102 241 / 0);
}

.hover\:border-e-indigo-500\/10:hover {
  border-inline-end-color: rgb(99 102 241 / 0.1);
}

.hover\:border-e-indigo-500\/100:hover {
  border-inline-end-color: rgb(99 102 241 / 1);
}

.hover\:border-e-indigo-500\/20:hover {
  border-inline-end-color: rgb(99 102 241 / 0.2);
}

.hover\:border-e-indigo-500\/25:hover {
  border-inline-end-color: rgb(99 102 241 / 0.25);
}

.hover\:border-e-indigo-500\/30:hover {
  border-inline-end-color: rgb(99 102 241 / 0.3);
}

.hover\:border-e-indigo-500\/40:hover {
  border-inline-end-color: rgb(99 102 241 / 0.4);
}

.hover\:border-e-indigo-500\/5:hover {
  border-inline-end-color: rgb(99 102 241 / 0.05);
}

.hover\:border-e-indigo-500\/50:hover {
  border-inline-end-color: rgb(99 102 241 / 0.5);
}

.hover\:border-e-indigo-500\/60:hover {
  border-inline-end-color: rgb(99 102 241 / 0.6);
}

.hover\:border-e-indigo-500\/70:hover {
  border-inline-end-color: rgb(99 102 241 / 0.7);
}

.hover\:border-e-indigo-500\/75:hover {
  border-inline-end-color: rgb(99 102 241 / 0.75);
}

.hover\:border-e-indigo-500\/80:hover {
  border-inline-end-color: rgb(99 102 241 / 0.8);
}

.hover\:border-e-indigo-500\/90:hover {
  border-inline-end-color: rgb(99 102 241 / 0.9);
}

.hover\:border-e-indigo-500\/95:hover {
  border-inline-end-color: rgb(99 102 241 / 0.95);
}

.hover\:border-e-indigo-600:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.hover\:border-e-indigo-600\/0:hover {
  border-inline-end-color: rgb(79 70 229 / 0);
}

.hover\:border-e-indigo-600\/10:hover {
  border-inline-end-color: rgb(79 70 229 / 0.1);
}

.hover\:border-e-indigo-600\/100:hover {
  border-inline-end-color: rgb(79 70 229 / 1);
}

.hover\:border-e-indigo-600\/20:hover {
  border-inline-end-color: rgb(79 70 229 / 0.2);
}

.hover\:border-e-indigo-600\/25:hover {
  border-inline-end-color: rgb(79 70 229 / 0.25);
}

.hover\:border-e-indigo-600\/30:hover {
  border-inline-end-color: rgb(79 70 229 / 0.3);
}

.hover\:border-e-indigo-600\/40:hover {
  border-inline-end-color: rgb(79 70 229 / 0.4);
}

.hover\:border-e-indigo-600\/5:hover {
  border-inline-end-color: rgb(79 70 229 / 0.05);
}

.hover\:border-e-indigo-600\/50:hover {
  border-inline-end-color: rgb(79 70 229 / 0.5);
}

.hover\:border-e-indigo-600\/60:hover {
  border-inline-end-color: rgb(79 70 229 / 0.6);
}

.hover\:border-e-indigo-600\/70:hover {
  border-inline-end-color: rgb(79 70 229 / 0.7);
}

.hover\:border-e-indigo-600\/75:hover {
  border-inline-end-color: rgb(79 70 229 / 0.75);
}

.hover\:border-e-indigo-600\/80:hover {
  border-inline-end-color: rgb(79 70 229 / 0.8);
}

.hover\:border-e-indigo-600\/90:hover {
  border-inline-end-color: rgb(79 70 229 / 0.9);
}

.hover\:border-e-indigo-600\/95:hover {
  border-inline-end-color: rgb(79 70 229 / 0.95);
}

.hover\:border-e-indigo-700:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.hover\:border-e-indigo-700\/0:hover {
  border-inline-end-color: rgb(67 56 202 / 0);
}

.hover\:border-e-indigo-700\/10:hover {
  border-inline-end-color: rgb(67 56 202 / 0.1);
}

.hover\:border-e-indigo-700\/100:hover {
  border-inline-end-color: rgb(67 56 202 / 1);
}

.hover\:border-e-indigo-700\/20:hover {
  border-inline-end-color: rgb(67 56 202 / 0.2);
}

.hover\:border-e-indigo-700\/25:hover {
  border-inline-end-color: rgb(67 56 202 / 0.25);
}

.hover\:border-e-indigo-700\/30:hover {
  border-inline-end-color: rgb(67 56 202 / 0.3);
}

.hover\:border-e-indigo-700\/40:hover {
  border-inline-end-color: rgb(67 56 202 / 0.4);
}

.hover\:border-e-indigo-700\/5:hover {
  border-inline-end-color: rgb(67 56 202 / 0.05);
}

.hover\:border-e-indigo-700\/50:hover {
  border-inline-end-color: rgb(67 56 202 / 0.5);
}

.hover\:border-e-indigo-700\/60:hover {
  border-inline-end-color: rgb(67 56 202 / 0.6);
}

.hover\:border-e-indigo-700\/70:hover {
  border-inline-end-color: rgb(67 56 202 / 0.7);
}

.hover\:border-e-indigo-700\/75:hover {
  border-inline-end-color: rgb(67 56 202 / 0.75);
}

.hover\:border-e-indigo-700\/80:hover {
  border-inline-end-color: rgb(67 56 202 / 0.8);
}

.hover\:border-e-indigo-700\/90:hover {
  border-inline-end-color: rgb(67 56 202 / 0.9);
}

.hover\:border-e-indigo-700\/95:hover {
  border-inline-end-color: rgb(67 56 202 / 0.95);
}

.hover\:border-e-indigo-800:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(55 48 163 / var(--tw-border-opacity));
}

.hover\:border-e-indigo-800\/0:hover {
  border-inline-end-color: rgb(55 48 163 / 0);
}

.hover\:border-e-indigo-800\/10:hover {
  border-inline-end-color: rgb(55 48 163 / 0.1);
}

.hover\:border-e-indigo-800\/100:hover {
  border-inline-end-color: rgb(55 48 163 / 1);
}

.hover\:border-e-indigo-800\/20:hover {
  border-inline-end-color: rgb(55 48 163 / 0.2);
}

.hover\:border-e-indigo-800\/25:hover {
  border-inline-end-color: rgb(55 48 163 / 0.25);
}

.hover\:border-e-indigo-800\/30:hover {
  border-inline-end-color: rgb(55 48 163 / 0.3);
}

.hover\:border-e-indigo-800\/40:hover {
  border-inline-end-color: rgb(55 48 163 / 0.4);
}

.hover\:border-e-indigo-800\/5:hover {
  border-inline-end-color: rgb(55 48 163 / 0.05);
}

.hover\:border-e-indigo-800\/50:hover {
  border-inline-end-color: rgb(55 48 163 / 0.5);
}

.hover\:border-e-indigo-800\/60:hover {
  border-inline-end-color: rgb(55 48 163 / 0.6);
}

.hover\:border-e-indigo-800\/70:hover {
  border-inline-end-color: rgb(55 48 163 / 0.7);
}

.hover\:border-e-indigo-800\/75:hover {
  border-inline-end-color: rgb(55 48 163 / 0.75);
}

.hover\:border-e-indigo-800\/80:hover {
  border-inline-end-color: rgb(55 48 163 / 0.8);
}

.hover\:border-e-indigo-800\/90:hover {
  border-inline-end-color: rgb(55 48 163 / 0.9);
}

.hover\:border-e-indigo-800\/95:hover {
  border-inline-end-color: rgb(55 48 163 / 0.95);
}

.hover\:border-e-indigo-900:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(49 46 129 / var(--tw-border-opacity));
}

.hover\:border-e-indigo-900\/0:hover {
  border-inline-end-color: rgb(49 46 129 / 0);
}

.hover\:border-e-indigo-900\/10:hover {
  border-inline-end-color: rgb(49 46 129 / 0.1);
}

.hover\:border-e-indigo-900\/100:hover {
  border-inline-end-color: rgb(49 46 129 / 1);
}

.hover\:border-e-indigo-900\/20:hover {
  border-inline-end-color: rgb(49 46 129 / 0.2);
}

.hover\:border-e-indigo-900\/25:hover {
  border-inline-end-color: rgb(49 46 129 / 0.25);
}

.hover\:border-e-indigo-900\/30:hover {
  border-inline-end-color: rgb(49 46 129 / 0.3);
}

.hover\:border-e-indigo-900\/40:hover {
  border-inline-end-color: rgb(49 46 129 / 0.4);
}

.hover\:border-e-indigo-900\/5:hover {
  border-inline-end-color: rgb(49 46 129 / 0.05);
}

.hover\:border-e-indigo-900\/50:hover {
  border-inline-end-color: rgb(49 46 129 / 0.5);
}

.hover\:border-e-indigo-900\/60:hover {
  border-inline-end-color: rgb(49 46 129 / 0.6);
}

.hover\:border-e-indigo-900\/70:hover {
  border-inline-end-color: rgb(49 46 129 / 0.7);
}

.hover\:border-e-indigo-900\/75:hover {
  border-inline-end-color: rgb(49 46 129 / 0.75);
}

.hover\:border-e-indigo-900\/80:hover {
  border-inline-end-color: rgb(49 46 129 / 0.8);
}

.hover\:border-e-indigo-900\/90:hover {
  border-inline-end-color: rgb(49 46 129 / 0.9);
}

.hover\:border-e-indigo-900\/95:hover {
  border-inline-end-color: rgb(49 46 129 / 0.95);
}

.hover\:border-e-indigo-950:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(30 27 75 / var(--tw-border-opacity));
}

.hover\:border-e-indigo-950\/0:hover {
  border-inline-end-color: rgb(30 27 75 / 0);
}

.hover\:border-e-indigo-950\/10:hover {
  border-inline-end-color: rgb(30 27 75 / 0.1);
}

.hover\:border-e-indigo-950\/100:hover {
  border-inline-end-color: rgb(30 27 75 / 1);
}

.hover\:border-e-indigo-950\/20:hover {
  border-inline-end-color: rgb(30 27 75 / 0.2);
}

.hover\:border-e-indigo-950\/25:hover {
  border-inline-end-color: rgb(30 27 75 / 0.25);
}

.hover\:border-e-indigo-950\/30:hover {
  border-inline-end-color: rgb(30 27 75 / 0.3);
}

.hover\:border-e-indigo-950\/40:hover {
  border-inline-end-color: rgb(30 27 75 / 0.4);
}

.hover\:border-e-indigo-950\/5:hover {
  border-inline-end-color: rgb(30 27 75 / 0.05);
}

.hover\:border-e-indigo-950\/50:hover {
  border-inline-end-color: rgb(30 27 75 / 0.5);
}

.hover\:border-e-indigo-950\/60:hover {
  border-inline-end-color: rgb(30 27 75 / 0.6);
}

.hover\:border-e-indigo-950\/70:hover {
  border-inline-end-color: rgb(30 27 75 / 0.7);
}

.hover\:border-e-indigo-950\/75:hover {
  border-inline-end-color: rgb(30 27 75 / 0.75);
}

.hover\:border-e-indigo-950\/80:hover {
  border-inline-end-color: rgb(30 27 75 / 0.8);
}

.hover\:border-e-indigo-950\/90:hover {
  border-inline-end-color: rgb(30 27 75 / 0.9);
}

.hover\:border-e-indigo-950\/95:hover {
  border-inline-end-color: rgb(30 27 75 / 0.95);
}

.hover\:border-e-inherit:hover {
  border-inline-end-color: inherit;
}

.hover\:border-e-interbeauty-100:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(249 197 175 / var(--tw-border-opacity));
}

.hover\:border-e-interbeauty-100\/0:hover {
  border-inline-end-color: rgb(249 197 175 / 0);
}

.hover\:border-e-interbeauty-100\/10:hover {
  border-inline-end-color: rgb(249 197 175 / 0.1);
}

.hover\:border-e-interbeauty-100\/100:hover {
  border-inline-end-color: rgb(249 197 175 / 1);
}

.hover\:border-e-interbeauty-100\/20:hover {
  border-inline-end-color: rgb(249 197 175 / 0.2);
}

.hover\:border-e-interbeauty-100\/25:hover {
  border-inline-end-color: rgb(249 197 175 / 0.25);
}

.hover\:border-e-interbeauty-100\/30:hover {
  border-inline-end-color: rgb(249 197 175 / 0.3);
}

.hover\:border-e-interbeauty-100\/40:hover {
  border-inline-end-color: rgb(249 197 175 / 0.4);
}

.hover\:border-e-interbeauty-100\/5:hover {
  border-inline-end-color: rgb(249 197 175 / 0.05);
}

.hover\:border-e-interbeauty-100\/50:hover {
  border-inline-end-color: rgb(249 197 175 / 0.5);
}

.hover\:border-e-interbeauty-100\/60:hover {
  border-inline-end-color: rgb(249 197 175 / 0.6);
}

.hover\:border-e-interbeauty-100\/70:hover {
  border-inline-end-color: rgb(249 197 175 / 0.7);
}

.hover\:border-e-interbeauty-100\/75:hover {
  border-inline-end-color: rgb(249 197 175 / 0.75);
}

.hover\:border-e-interbeauty-100\/80:hover {
  border-inline-end-color: rgb(249 197 175 / 0.8);
}

.hover\:border-e-interbeauty-100\/90:hover {
  border-inline-end-color: rgb(249 197 175 / 0.9);
}

.hover\:border-e-interbeauty-100\/95:hover {
  border-inline-end-color: rgb(249 197 175 / 0.95);
}

.hover\:border-e-interbeauty-200:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(241 182 191 / var(--tw-border-opacity));
}

.hover\:border-e-interbeauty-200\/0:hover {
  border-inline-end-color: rgb(241 182 191 / 0);
}

.hover\:border-e-interbeauty-200\/10:hover {
  border-inline-end-color: rgb(241 182 191 / 0.1);
}

.hover\:border-e-interbeauty-200\/100:hover {
  border-inline-end-color: rgb(241 182 191 / 1);
}

.hover\:border-e-interbeauty-200\/20:hover {
  border-inline-end-color: rgb(241 182 191 / 0.2);
}

.hover\:border-e-interbeauty-200\/25:hover {
  border-inline-end-color: rgb(241 182 191 / 0.25);
}

.hover\:border-e-interbeauty-200\/30:hover {
  border-inline-end-color: rgb(241 182 191 / 0.3);
}

.hover\:border-e-interbeauty-200\/40:hover {
  border-inline-end-color: rgb(241 182 191 / 0.4);
}

.hover\:border-e-interbeauty-200\/5:hover {
  border-inline-end-color: rgb(241 182 191 / 0.05);
}

.hover\:border-e-interbeauty-200\/50:hover {
  border-inline-end-color: rgb(241 182 191 / 0.5);
}

.hover\:border-e-interbeauty-200\/60:hover {
  border-inline-end-color: rgb(241 182 191 / 0.6);
}

.hover\:border-e-interbeauty-200\/70:hover {
  border-inline-end-color: rgb(241 182 191 / 0.7);
}

.hover\:border-e-interbeauty-200\/75:hover {
  border-inline-end-color: rgb(241 182 191 / 0.75);
}

.hover\:border-e-interbeauty-200\/80:hover {
  border-inline-end-color: rgb(241 182 191 / 0.8);
}

.hover\:border-e-interbeauty-200\/90:hover {
  border-inline-end-color: rgb(241 182 191 / 0.9);
}

.hover\:border-e-interbeauty-200\/95:hover {
  border-inline-end-color: rgb(241 182 191 / 0.95);
}

.hover\:border-e-interbeauty-300:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(182 219 231 / var(--tw-border-opacity));
}

.hover\:border-e-interbeauty-300\/0:hover {
  border-inline-end-color: rgb(182 219 231 / 0);
}

.hover\:border-e-interbeauty-300\/10:hover {
  border-inline-end-color: rgb(182 219 231 / 0.1);
}

.hover\:border-e-interbeauty-300\/100:hover {
  border-inline-end-color: rgb(182 219 231 / 1);
}

.hover\:border-e-interbeauty-300\/20:hover {
  border-inline-end-color: rgb(182 219 231 / 0.2);
}

.hover\:border-e-interbeauty-300\/25:hover {
  border-inline-end-color: rgb(182 219 231 / 0.25);
}

.hover\:border-e-interbeauty-300\/30:hover {
  border-inline-end-color: rgb(182 219 231 / 0.3);
}

.hover\:border-e-interbeauty-300\/40:hover {
  border-inline-end-color: rgb(182 219 231 / 0.4);
}

.hover\:border-e-interbeauty-300\/5:hover {
  border-inline-end-color: rgb(182 219 231 / 0.05);
}

.hover\:border-e-interbeauty-300\/50:hover {
  border-inline-end-color: rgb(182 219 231 / 0.5);
}

.hover\:border-e-interbeauty-300\/60:hover {
  border-inline-end-color: rgb(182 219 231 / 0.6);
}

.hover\:border-e-interbeauty-300\/70:hover {
  border-inline-end-color: rgb(182 219 231 / 0.7);
}

.hover\:border-e-interbeauty-300\/75:hover {
  border-inline-end-color: rgb(182 219 231 / 0.75);
}

.hover\:border-e-interbeauty-300\/80:hover {
  border-inline-end-color: rgb(182 219 231 / 0.8);
}

.hover\:border-e-interbeauty-300\/90:hover {
  border-inline-end-color: rgb(182 219 231 / 0.9);
}

.hover\:border-e-interbeauty-300\/95:hover {
  border-inline-end-color: rgb(182 219 231 / 0.95);
}

.hover\:border-e-interbeauty-400:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 250 247 / var(--tw-border-opacity));
}

.hover\:border-e-interbeauty-400\/0:hover {
  border-inline-end-color: rgb(254 250 247 / 0);
}

.hover\:border-e-interbeauty-400\/10:hover {
  border-inline-end-color: rgb(254 250 247 / 0.1);
}

.hover\:border-e-interbeauty-400\/100:hover {
  border-inline-end-color: rgb(254 250 247 / 1);
}

.hover\:border-e-interbeauty-400\/20:hover {
  border-inline-end-color: rgb(254 250 247 / 0.2);
}

.hover\:border-e-interbeauty-400\/25:hover {
  border-inline-end-color: rgb(254 250 247 / 0.25);
}

.hover\:border-e-interbeauty-400\/30:hover {
  border-inline-end-color: rgb(254 250 247 / 0.3);
}

.hover\:border-e-interbeauty-400\/40:hover {
  border-inline-end-color: rgb(254 250 247 / 0.4);
}

.hover\:border-e-interbeauty-400\/5:hover {
  border-inline-end-color: rgb(254 250 247 / 0.05);
}

.hover\:border-e-interbeauty-400\/50:hover {
  border-inline-end-color: rgb(254 250 247 / 0.5);
}

.hover\:border-e-interbeauty-400\/60:hover {
  border-inline-end-color: rgb(254 250 247 / 0.6);
}

.hover\:border-e-interbeauty-400\/70:hover {
  border-inline-end-color: rgb(254 250 247 / 0.7);
}

.hover\:border-e-interbeauty-400\/75:hover {
  border-inline-end-color: rgb(254 250 247 / 0.75);
}

.hover\:border-e-interbeauty-400\/80:hover {
  border-inline-end-color: rgb(254 250 247 / 0.8);
}

.hover\:border-e-interbeauty-400\/90:hover {
  border-inline-end-color: rgb(254 250 247 / 0.9);
}

.hover\:border-e-interbeauty-400\/95:hover {
  border-inline-end-color: rgb(254 250 247 / 0.95);
}

.hover\:border-e-interbeauty-500:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(193 225 224 / var(--tw-border-opacity));
}

.hover\:border-e-interbeauty-500\/0:hover {
  border-inline-end-color: rgb(193 225 224 / 0);
}

.hover\:border-e-interbeauty-500\/10:hover {
  border-inline-end-color: rgb(193 225 224 / 0.1);
}

.hover\:border-e-interbeauty-500\/100:hover {
  border-inline-end-color: rgb(193 225 224 / 1);
}

.hover\:border-e-interbeauty-500\/20:hover {
  border-inline-end-color: rgb(193 225 224 / 0.2);
}

.hover\:border-e-interbeauty-500\/25:hover {
  border-inline-end-color: rgb(193 225 224 / 0.25);
}

.hover\:border-e-interbeauty-500\/30:hover {
  border-inline-end-color: rgb(193 225 224 / 0.3);
}

.hover\:border-e-interbeauty-500\/40:hover {
  border-inline-end-color: rgb(193 225 224 / 0.4);
}

.hover\:border-e-interbeauty-500\/5:hover {
  border-inline-end-color: rgb(193 225 224 / 0.05);
}

.hover\:border-e-interbeauty-500\/50:hover {
  border-inline-end-color: rgb(193 225 224 / 0.5);
}

.hover\:border-e-interbeauty-500\/60:hover {
  border-inline-end-color: rgb(193 225 224 / 0.6);
}

.hover\:border-e-interbeauty-500\/70:hover {
  border-inline-end-color: rgb(193 225 224 / 0.7);
}

.hover\:border-e-interbeauty-500\/75:hover {
  border-inline-end-color: rgb(193 225 224 / 0.75);
}

.hover\:border-e-interbeauty-500\/80:hover {
  border-inline-end-color: rgb(193 225 224 / 0.8);
}

.hover\:border-e-interbeauty-500\/90:hover {
  border-inline-end-color: rgb(193 225 224 / 0.9);
}

.hover\:border-e-interbeauty-500\/95:hover {
  border-inline-end-color: rgb(193 225 224 / 0.95);
}

.hover\:border-e-interbeauty-600:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(88 88 94 / var(--tw-border-opacity));
}

.hover\:border-e-interbeauty-600\/0:hover {
  border-inline-end-color: rgb(88 88 94 / 0);
}

.hover\:border-e-interbeauty-600\/10:hover {
  border-inline-end-color: rgb(88 88 94 / 0.1);
}

.hover\:border-e-interbeauty-600\/100:hover {
  border-inline-end-color: rgb(88 88 94 / 1);
}

.hover\:border-e-interbeauty-600\/20:hover {
  border-inline-end-color: rgb(88 88 94 / 0.2);
}

.hover\:border-e-interbeauty-600\/25:hover {
  border-inline-end-color: rgb(88 88 94 / 0.25);
}

.hover\:border-e-interbeauty-600\/30:hover {
  border-inline-end-color: rgb(88 88 94 / 0.3);
}

.hover\:border-e-interbeauty-600\/40:hover {
  border-inline-end-color: rgb(88 88 94 / 0.4);
}

.hover\:border-e-interbeauty-600\/5:hover {
  border-inline-end-color: rgb(88 88 94 / 0.05);
}

.hover\:border-e-interbeauty-600\/50:hover {
  border-inline-end-color: rgb(88 88 94 / 0.5);
}

.hover\:border-e-interbeauty-600\/60:hover {
  border-inline-end-color: rgb(88 88 94 / 0.6);
}

.hover\:border-e-interbeauty-600\/70:hover {
  border-inline-end-color: rgb(88 88 94 / 0.7);
}

.hover\:border-e-interbeauty-600\/75:hover {
  border-inline-end-color: rgb(88 88 94 / 0.75);
}

.hover\:border-e-interbeauty-600\/80:hover {
  border-inline-end-color: rgb(88 88 94 / 0.8);
}

.hover\:border-e-interbeauty-600\/90:hover {
  border-inline-end-color: rgb(88 88 94 / 0.9);
}

.hover\:border-e-interbeauty-600\/95:hover {
  border-inline-end-color: rgb(88 88 94 / 0.95);
}

.hover\:border-e-ipnvaluers-200:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(0 40 87 / var(--tw-border-opacity));
}

.hover\:border-e-ipnvaluers-200\/0:hover {
  border-inline-end-color: rgb(0 40 87 / 0);
}

.hover\:border-e-ipnvaluers-200\/10:hover {
  border-inline-end-color: rgb(0 40 87 / 0.1);
}

.hover\:border-e-ipnvaluers-200\/100:hover {
  border-inline-end-color: rgb(0 40 87 / 1);
}

.hover\:border-e-ipnvaluers-200\/20:hover {
  border-inline-end-color: rgb(0 40 87 / 0.2);
}

.hover\:border-e-ipnvaluers-200\/25:hover {
  border-inline-end-color: rgb(0 40 87 / 0.25);
}

.hover\:border-e-ipnvaluers-200\/30:hover {
  border-inline-end-color: rgb(0 40 87 / 0.3);
}

.hover\:border-e-ipnvaluers-200\/40:hover {
  border-inline-end-color: rgb(0 40 87 / 0.4);
}

.hover\:border-e-ipnvaluers-200\/5:hover {
  border-inline-end-color: rgb(0 40 87 / 0.05);
}

.hover\:border-e-ipnvaluers-200\/50:hover {
  border-inline-end-color: rgb(0 40 87 / 0.5);
}

.hover\:border-e-ipnvaluers-200\/60:hover {
  border-inline-end-color: rgb(0 40 87 / 0.6);
}

.hover\:border-e-ipnvaluers-200\/70:hover {
  border-inline-end-color: rgb(0 40 87 / 0.7);
}

.hover\:border-e-ipnvaluers-200\/75:hover {
  border-inline-end-color: rgb(0 40 87 / 0.75);
}

.hover\:border-e-ipnvaluers-200\/80:hover {
  border-inline-end-color: rgb(0 40 87 / 0.8);
}

.hover\:border-e-ipnvaluers-200\/90:hover {
  border-inline-end-color: rgb(0 40 87 / 0.9);
}

.hover\:border-e-ipnvaluers-200\/95:hover {
  border-inline-end-color: rgb(0 40 87 / 0.95);
}

.hover\:border-e-ipnvaluers-400:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(196 107 22 / var(--tw-border-opacity));
}

.hover\:border-e-ipnvaluers-400\/0:hover {
  border-inline-end-color: rgb(196 107 22 / 0);
}

.hover\:border-e-ipnvaluers-400\/10:hover {
  border-inline-end-color: rgb(196 107 22 / 0.1);
}

.hover\:border-e-ipnvaluers-400\/100:hover {
  border-inline-end-color: rgb(196 107 22 / 1);
}

.hover\:border-e-ipnvaluers-400\/20:hover {
  border-inline-end-color: rgb(196 107 22 / 0.2);
}

.hover\:border-e-ipnvaluers-400\/25:hover {
  border-inline-end-color: rgb(196 107 22 / 0.25);
}

.hover\:border-e-ipnvaluers-400\/30:hover {
  border-inline-end-color: rgb(196 107 22 / 0.3);
}

.hover\:border-e-ipnvaluers-400\/40:hover {
  border-inline-end-color: rgb(196 107 22 / 0.4);
}

.hover\:border-e-ipnvaluers-400\/5:hover {
  border-inline-end-color: rgb(196 107 22 / 0.05);
}

.hover\:border-e-ipnvaluers-400\/50:hover {
  border-inline-end-color: rgb(196 107 22 / 0.5);
}

.hover\:border-e-ipnvaluers-400\/60:hover {
  border-inline-end-color: rgb(196 107 22 / 0.6);
}

.hover\:border-e-ipnvaluers-400\/70:hover {
  border-inline-end-color: rgb(196 107 22 / 0.7);
}

.hover\:border-e-ipnvaluers-400\/75:hover {
  border-inline-end-color: rgb(196 107 22 / 0.75);
}

.hover\:border-e-ipnvaluers-400\/80:hover {
  border-inline-end-color: rgb(196 107 22 / 0.8);
}

.hover\:border-e-ipnvaluers-400\/90:hover {
  border-inline-end-color: rgb(196 107 22 / 0.9);
}

.hover\:border-e-ipnvaluers-400\/95:hover {
  border-inline-end-color: rgb(196 107 22 / 0.95);
}

.hover\:border-e-ipnvaluers-500:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 174 21 / var(--tw-border-opacity));
}

.hover\:border-e-ipnvaluers-500\/0:hover {
  border-inline-end-color: rgb(245 174 21 / 0);
}

.hover\:border-e-ipnvaluers-500\/10:hover {
  border-inline-end-color: rgb(245 174 21 / 0.1);
}

.hover\:border-e-ipnvaluers-500\/100:hover {
  border-inline-end-color: rgb(245 174 21 / 1);
}

.hover\:border-e-ipnvaluers-500\/20:hover {
  border-inline-end-color: rgb(245 174 21 / 0.2);
}

.hover\:border-e-ipnvaluers-500\/25:hover {
  border-inline-end-color: rgb(245 174 21 / 0.25);
}

.hover\:border-e-ipnvaluers-500\/30:hover {
  border-inline-end-color: rgb(245 174 21 / 0.3);
}

.hover\:border-e-ipnvaluers-500\/40:hover {
  border-inline-end-color: rgb(245 174 21 / 0.4);
}

.hover\:border-e-ipnvaluers-500\/5:hover {
  border-inline-end-color: rgb(245 174 21 / 0.05);
}

.hover\:border-e-ipnvaluers-500\/50:hover {
  border-inline-end-color: rgb(245 174 21 / 0.5);
}

.hover\:border-e-ipnvaluers-500\/60:hover {
  border-inline-end-color: rgb(245 174 21 / 0.6);
}

.hover\:border-e-ipnvaluers-500\/70:hover {
  border-inline-end-color: rgb(245 174 21 / 0.7);
}

.hover\:border-e-ipnvaluers-500\/75:hover {
  border-inline-end-color: rgb(245 174 21 / 0.75);
}

.hover\:border-e-ipnvaluers-500\/80:hover {
  border-inline-end-color: rgb(245 174 21 / 0.8);
}

.hover\:border-e-ipnvaluers-500\/90:hover {
  border-inline-end-color: rgb(245 174 21 / 0.9);
}

.hover\:border-e-ipnvaluers-500\/95:hover {
  border-inline-end-color: rgb(245 174 21 / 0.95);
}

.hover\:border-e-jukejam-500:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 210 101 / var(--tw-border-opacity));
}

.hover\:border-e-jukejam-500\/0:hover {
  border-inline-end-color: rgb(250 210 101 / 0);
}

.hover\:border-e-jukejam-500\/10:hover {
  border-inline-end-color: rgb(250 210 101 / 0.1);
}

.hover\:border-e-jukejam-500\/100:hover {
  border-inline-end-color: rgb(250 210 101 / 1);
}

.hover\:border-e-jukejam-500\/20:hover {
  border-inline-end-color: rgb(250 210 101 / 0.2);
}

.hover\:border-e-jukejam-500\/25:hover {
  border-inline-end-color: rgb(250 210 101 / 0.25);
}

.hover\:border-e-jukejam-500\/30:hover {
  border-inline-end-color: rgb(250 210 101 / 0.3);
}

.hover\:border-e-jukejam-500\/40:hover {
  border-inline-end-color: rgb(250 210 101 / 0.4);
}

.hover\:border-e-jukejam-500\/5:hover {
  border-inline-end-color: rgb(250 210 101 / 0.05);
}

.hover\:border-e-jukejam-500\/50:hover {
  border-inline-end-color: rgb(250 210 101 / 0.5);
}

.hover\:border-e-jukejam-500\/60:hover {
  border-inline-end-color: rgb(250 210 101 / 0.6);
}

.hover\:border-e-jukejam-500\/70:hover {
  border-inline-end-color: rgb(250 210 101 / 0.7);
}

.hover\:border-e-jukejam-500\/75:hover {
  border-inline-end-color: rgb(250 210 101 / 0.75);
}

.hover\:border-e-jukejam-500\/80:hover {
  border-inline-end-color: rgb(250 210 101 / 0.8);
}

.hover\:border-e-jukejam-500\/90:hover {
  border-inline-end-color: rgb(250 210 101 / 0.9);
}

.hover\:border-e-jukejam-500\/95:hover {
  border-inline-end-color: rgb(250 210 101 / 0.95);
}

.hover\:border-e-lime-100:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(236 252 203 / var(--tw-border-opacity));
}

.hover\:border-e-lime-100\/0:hover {
  border-inline-end-color: rgb(236 252 203 / 0);
}

.hover\:border-e-lime-100\/10:hover {
  border-inline-end-color: rgb(236 252 203 / 0.1);
}

.hover\:border-e-lime-100\/100:hover {
  border-inline-end-color: rgb(236 252 203 / 1);
}

.hover\:border-e-lime-100\/20:hover {
  border-inline-end-color: rgb(236 252 203 / 0.2);
}

.hover\:border-e-lime-100\/25:hover {
  border-inline-end-color: rgb(236 252 203 / 0.25);
}

.hover\:border-e-lime-100\/30:hover {
  border-inline-end-color: rgb(236 252 203 / 0.3);
}

.hover\:border-e-lime-100\/40:hover {
  border-inline-end-color: rgb(236 252 203 / 0.4);
}

.hover\:border-e-lime-100\/5:hover {
  border-inline-end-color: rgb(236 252 203 / 0.05);
}

.hover\:border-e-lime-100\/50:hover {
  border-inline-end-color: rgb(236 252 203 / 0.5);
}

.hover\:border-e-lime-100\/60:hover {
  border-inline-end-color: rgb(236 252 203 / 0.6);
}

.hover\:border-e-lime-100\/70:hover {
  border-inline-end-color: rgb(236 252 203 / 0.7);
}

.hover\:border-e-lime-100\/75:hover {
  border-inline-end-color: rgb(236 252 203 / 0.75);
}

.hover\:border-e-lime-100\/80:hover {
  border-inline-end-color: rgb(236 252 203 / 0.8);
}

.hover\:border-e-lime-100\/90:hover {
  border-inline-end-color: rgb(236 252 203 / 0.9);
}

.hover\:border-e-lime-100\/95:hover {
  border-inline-end-color: rgb(236 252 203 / 0.95);
}

.hover\:border-e-lime-200:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(217 249 157 / var(--tw-border-opacity));
}

.hover\:border-e-lime-200\/0:hover {
  border-inline-end-color: rgb(217 249 157 / 0);
}

.hover\:border-e-lime-200\/10:hover {
  border-inline-end-color: rgb(217 249 157 / 0.1);
}

.hover\:border-e-lime-200\/100:hover {
  border-inline-end-color: rgb(217 249 157 / 1);
}

.hover\:border-e-lime-200\/20:hover {
  border-inline-end-color: rgb(217 249 157 / 0.2);
}

.hover\:border-e-lime-200\/25:hover {
  border-inline-end-color: rgb(217 249 157 / 0.25);
}

.hover\:border-e-lime-200\/30:hover {
  border-inline-end-color: rgb(217 249 157 / 0.3);
}

.hover\:border-e-lime-200\/40:hover {
  border-inline-end-color: rgb(217 249 157 / 0.4);
}

.hover\:border-e-lime-200\/5:hover {
  border-inline-end-color: rgb(217 249 157 / 0.05);
}

.hover\:border-e-lime-200\/50:hover {
  border-inline-end-color: rgb(217 249 157 / 0.5);
}

.hover\:border-e-lime-200\/60:hover {
  border-inline-end-color: rgb(217 249 157 / 0.6);
}

.hover\:border-e-lime-200\/70:hover {
  border-inline-end-color: rgb(217 249 157 / 0.7);
}

.hover\:border-e-lime-200\/75:hover {
  border-inline-end-color: rgb(217 249 157 / 0.75);
}

.hover\:border-e-lime-200\/80:hover {
  border-inline-end-color: rgb(217 249 157 / 0.8);
}

.hover\:border-e-lime-200\/90:hover {
  border-inline-end-color: rgb(217 249 157 / 0.9);
}

.hover\:border-e-lime-200\/95:hover {
  border-inline-end-color: rgb(217 249 157 / 0.95);
}

.hover\:border-e-lime-300:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(190 242 100 / var(--tw-border-opacity));
}

.hover\:border-e-lime-300\/0:hover {
  border-inline-end-color: rgb(190 242 100 / 0);
}

.hover\:border-e-lime-300\/10:hover {
  border-inline-end-color: rgb(190 242 100 / 0.1);
}

.hover\:border-e-lime-300\/100:hover {
  border-inline-end-color: rgb(190 242 100 / 1);
}

.hover\:border-e-lime-300\/20:hover {
  border-inline-end-color: rgb(190 242 100 / 0.2);
}

.hover\:border-e-lime-300\/25:hover {
  border-inline-end-color: rgb(190 242 100 / 0.25);
}

.hover\:border-e-lime-300\/30:hover {
  border-inline-end-color: rgb(190 242 100 / 0.3);
}

.hover\:border-e-lime-300\/40:hover {
  border-inline-end-color: rgb(190 242 100 / 0.4);
}

.hover\:border-e-lime-300\/5:hover {
  border-inline-end-color: rgb(190 242 100 / 0.05);
}

.hover\:border-e-lime-300\/50:hover {
  border-inline-end-color: rgb(190 242 100 / 0.5);
}

.hover\:border-e-lime-300\/60:hover {
  border-inline-end-color: rgb(190 242 100 / 0.6);
}

.hover\:border-e-lime-300\/70:hover {
  border-inline-end-color: rgb(190 242 100 / 0.7);
}

.hover\:border-e-lime-300\/75:hover {
  border-inline-end-color: rgb(190 242 100 / 0.75);
}

.hover\:border-e-lime-300\/80:hover {
  border-inline-end-color: rgb(190 242 100 / 0.8);
}

.hover\:border-e-lime-300\/90:hover {
  border-inline-end-color: rgb(190 242 100 / 0.9);
}

.hover\:border-e-lime-300\/95:hover {
  border-inline-end-color: rgb(190 242 100 / 0.95);
}

.hover\:border-e-lime-400:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(163 230 53 / var(--tw-border-opacity));
}

.hover\:border-e-lime-400\/0:hover {
  border-inline-end-color: rgb(163 230 53 / 0);
}

.hover\:border-e-lime-400\/10:hover {
  border-inline-end-color: rgb(163 230 53 / 0.1);
}

.hover\:border-e-lime-400\/100:hover {
  border-inline-end-color: rgb(163 230 53 / 1);
}

.hover\:border-e-lime-400\/20:hover {
  border-inline-end-color: rgb(163 230 53 / 0.2);
}

.hover\:border-e-lime-400\/25:hover {
  border-inline-end-color: rgb(163 230 53 / 0.25);
}

.hover\:border-e-lime-400\/30:hover {
  border-inline-end-color: rgb(163 230 53 / 0.3);
}

.hover\:border-e-lime-400\/40:hover {
  border-inline-end-color: rgb(163 230 53 / 0.4);
}

.hover\:border-e-lime-400\/5:hover {
  border-inline-end-color: rgb(163 230 53 / 0.05);
}

.hover\:border-e-lime-400\/50:hover {
  border-inline-end-color: rgb(163 230 53 / 0.5);
}

.hover\:border-e-lime-400\/60:hover {
  border-inline-end-color: rgb(163 230 53 / 0.6);
}

.hover\:border-e-lime-400\/70:hover {
  border-inline-end-color: rgb(163 230 53 / 0.7);
}

.hover\:border-e-lime-400\/75:hover {
  border-inline-end-color: rgb(163 230 53 / 0.75);
}

.hover\:border-e-lime-400\/80:hover {
  border-inline-end-color: rgb(163 230 53 / 0.8);
}

.hover\:border-e-lime-400\/90:hover {
  border-inline-end-color: rgb(163 230 53 / 0.9);
}

.hover\:border-e-lime-400\/95:hover {
  border-inline-end-color: rgb(163 230 53 / 0.95);
}

.hover\:border-e-lime-50:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(247 254 231 / var(--tw-border-opacity));
}

.hover\:border-e-lime-50\/0:hover {
  border-inline-end-color: rgb(247 254 231 / 0);
}

.hover\:border-e-lime-50\/10:hover {
  border-inline-end-color: rgb(247 254 231 / 0.1);
}

.hover\:border-e-lime-50\/100:hover {
  border-inline-end-color: rgb(247 254 231 / 1);
}

.hover\:border-e-lime-50\/20:hover {
  border-inline-end-color: rgb(247 254 231 / 0.2);
}

.hover\:border-e-lime-50\/25:hover {
  border-inline-end-color: rgb(247 254 231 / 0.25);
}

.hover\:border-e-lime-50\/30:hover {
  border-inline-end-color: rgb(247 254 231 / 0.3);
}

.hover\:border-e-lime-50\/40:hover {
  border-inline-end-color: rgb(247 254 231 / 0.4);
}

.hover\:border-e-lime-50\/5:hover {
  border-inline-end-color: rgb(247 254 231 / 0.05);
}

.hover\:border-e-lime-50\/50:hover {
  border-inline-end-color: rgb(247 254 231 / 0.5);
}

.hover\:border-e-lime-50\/60:hover {
  border-inline-end-color: rgb(247 254 231 / 0.6);
}

.hover\:border-e-lime-50\/70:hover {
  border-inline-end-color: rgb(247 254 231 / 0.7);
}

.hover\:border-e-lime-50\/75:hover {
  border-inline-end-color: rgb(247 254 231 / 0.75);
}

.hover\:border-e-lime-50\/80:hover {
  border-inline-end-color: rgb(247 254 231 / 0.8);
}

.hover\:border-e-lime-50\/90:hover {
  border-inline-end-color: rgb(247 254 231 / 0.9);
}

.hover\:border-e-lime-50\/95:hover {
  border-inline-end-color: rgb(247 254 231 / 0.95);
}

.hover\:border-e-lime-500:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(132 204 22 / var(--tw-border-opacity));
}

.hover\:border-e-lime-500\/0:hover {
  border-inline-end-color: rgb(132 204 22 / 0);
}

.hover\:border-e-lime-500\/10:hover {
  border-inline-end-color: rgb(132 204 22 / 0.1);
}

.hover\:border-e-lime-500\/100:hover {
  border-inline-end-color: rgb(132 204 22 / 1);
}

.hover\:border-e-lime-500\/20:hover {
  border-inline-end-color: rgb(132 204 22 / 0.2);
}

.hover\:border-e-lime-500\/25:hover {
  border-inline-end-color: rgb(132 204 22 / 0.25);
}

.hover\:border-e-lime-500\/30:hover {
  border-inline-end-color: rgb(132 204 22 / 0.3);
}

.hover\:border-e-lime-500\/40:hover {
  border-inline-end-color: rgb(132 204 22 / 0.4);
}

.hover\:border-e-lime-500\/5:hover {
  border-inline-end-color: rgb(132 204 22 / 0.05);
}

.hover\:border-e-lime-500\/50:hover {
  border-inline-end-color: rgb(132 204 22 / 0.5);
}

.hover\:border-e-lime-500\/60:hover {
  border-inline-end-color: rgb(132 204 22 / 0.6);
}

.hover\:border-e-lime-500\/70:hover {
  border-inline-end-color: rgb(132 204 22 / 0.7);
}

.hover\:border-e-lime-500\/75:hover {
  border-inline-end-color: rgb(132 204 22 / 0.75);
}

.hover\:border-e-lime-500\/80:hover {
  border-inline-end-color: rgb(132 204 22 / 0.8);
}

.hover\:border-e-lime-500\/90:hover {
  border-inline-end-color: rgb(132 204 22 / 0.9);
}

.hover\:border-e-lime-500\/95:hover {
  border-inline-end-color: rgb(132 204 22 / 0.95);
}

.hover\:border-e-lime-600:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(101 163 13 / var(--tw-border-opacity));
}

.hover\:border-e-lime-600\/0:hover {
  border-inline-end-color: rgb(101 163 13 / 0);
}

.hover\:border-e-lime-600\/10:hover {
  border-inline-end-color: rgb(101 163 13 / 0.1);
}

.hover\:border-e-lime-600\/100:hover {
  border-inline-end-color: rgb(101 163 13 / 1);
}

.hover\:border-e-lime-600\/20:hover {
  border-inline-end-color: rgb(101 163 13 / 0.2);
}

.hover\:border-e-lime-600\/25:hover {
  border-inline-end-color: rgb(101 163 13 / 0.25);
}

.hover\:border-e-lime-600\/30:hover {
  border-inline-end-color: rgb(101 163 13 / 0.3);
}

.hover\:border-e-lime-600\/40:hover {
  border-inline-end-color: rgb(101 163 13 / 0.4);
}

.hover\:border-e-lime-600\/5:hover {
  border-inline-end-color: rgb(101 163 13 / 0.05);
}

.hover\:border-e-lime-600\/50:hover {
  border-inline-end-color: rgb(101 163 13 / 0.5);
}

.hover\:border-e-lime-600\/60:hover {
  border-inline-end-color: rgb(101 163 13 / 0.6);
}

.hover\:border-e-lime-600\/70:hover {
  border-inline-end-color: rgb(101 163 13 / 0.7);
}

.hover\:border-e-lime-600\/75:hover {
  border-inline-end-color: rgb(101 163 13 / 0.75);
}

.hover\:border-e-lime-600\/80:hover {
  border-inline-end-color: rgb(101 163 13 / 0.8);
}

.hover\:border-e-lime-600\/90:hover {
  border-inline-end-color: rgb(101 163 13 / 0.9);
}

.hover\:border-e-lime-600\/95:hover {
  border-inline-end-color: rgb(101 163 13 / 0.95);
}

.hover\:border-e-lime-700:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(77 124 15 / var(--tw-border-opacity));
}

.hover\:border-e-lime-700\/0:hover {
  border-inline-end-color: rgb(77 124 15 / 0);
}

.hover\:border-e-lime-700\/10:hover {
  border-inline-end-color: rgb(77 124 15 / 0.1);
}

.hover\:border-e-lime-700\/100:hover {
  border-inline-end-color: rgb(77 124 15 / 1);
}

.hover\:border-e-lime-700\/20:hover {
  border-inline-end-color: rgb(77 124 15 / 0.2);
}

.hover\:border-e-lime-700\/25:hover {
  border-inline-end-color: rgb(77 124 15 / 0.25);
}

.hover\:border-e-lime-700\/30:hover {
  border-inline-end-color: rgb(77 124 15 / 0.3);
}

.hover\:border-e-lime-700\/40:hover {
  border-inline-end-color: rgb(77 124 15 / 0.4);
}

.hover\:border-e-lime-700\/5:hover {
  border-inline-end-color: rgb(77 124 15 / 0.05);
}

.hover\:border-e-lime-700\/50:hover {
  border-inline-end-color: rgb(77 124 15 / 0.5);
}

.hover\:border-e-lime-700\/60:hover {
  border-inline-end-color: rgb(77 124 15 / 0.6);
}

.hover\:border-e-lime-700\/70:hover {
  border-inline-end-color: rgb(77 124 15 / 0.7);
}

.hover\:border-e-lime-700\/75:hover {
  border-inline-end-color: rgb(77 124 15 / 0.75);
}

.hover\:border-e-lime-700\/80:hover {
  border-inline-end-color: rgb(77 124 15 / 0.8);
}

.hover\:border-e-lime-700\/90:hover {
  border-inline-end-color: rgb(77 124 15 / 0.9);
}

.hover\:border-e-lime-700\/95:hover {
  border-inline-end-color: rgb(77 124 15 / 0.95);
}

.hover\:border-e-lime-800:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(63 98 18 / var(--tw-border-opacity));
}

.hover\:border-e-lime-800\/0:hover {
  border-inline-end-color: rgb(63 98 18 / 0);
}

.hover\:border-e-lime-800\/10:hover {
  border-inline-end-color: rgb(63 98 18 / 0.1);
}

.hover\:border-e-lime-800\/100:hover {
  border-inline-end-color: rgb(63 98 18 / 1);
}

.hover\:border-e-lime-800\/20:hover {
  border-inline-end-color: rgb(63 98 18 / 0.2);
}

.hover\:border-e-lime-800\/25:hover {
  border-inline-end-color: rgb(63 98 18 / 0.25);
}

.hover\:border-e-lime-800\/30:hover {
  border-inline-end-color: rgb(63 98 18 / 0.3);
}

.hover\:border-e-lime-800\/40:hover {
  border-inline-end-color: rgb(63 98 18 / 0.4);
}

.hover\:border-e-lime-800\/5:hover {
  border-inline-end-color: rgb(63 98 18 / 0.05);
}

.hover\:border-e-lime-800\/50:hover {
  border-inline-end-color: rgb(63 98 18 / 0.5);
}

.hover\:border-e-lime-800\/60:hover {
  border-inline-end-color: rgb(63 98 18 / 0.6);
}

.hover\:border-e-lime-800\/70:hover {
  border-inline-end-color: rgb(63 98 18 / 0.7);
}

.hover\:border-e-lime-800\/75:hover {
  border-inline-end-color: rgb(63 98 18 / 0.75);
}

.hover\:border-e-lime-800\/80:hover {
  border-inline-end-color: rgb(63 98 18 / 0.8);
}

.hover\:border-e-lime-800\/90:hover {
  border-inline-end-color: rgb(63 98 18 / 0.9);
}

.hover\:border-e-lime-800\/95:hover {
  border-inline-end-color: rgb(63 98 18 / 0.95);
}

.hover\:border-e-lime-900:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(54 83 20 / var(--tw-border-opacity));
}

.hover\:border-e-lime-900\/0:hover {
  border-inline-end-color: rgb(54 83 20 / 0);
}

.hover\:border-e-lime-900\/10:hover {
  border-inline-end-color: rgb(54 83 20 / 0.1);
}

.hover\:border-e-lime-900\/100:hover {
  border-inline-end-color: rgb(54 83 20 / 1);
}

.hover\:border-e-lime-900\/20:hover {
  border-inline-end-color: rgb(54 83 20 / 0.2);
}

.hover\:border-e-lime-900\/25:hover {
  border-inline-end-color: rgb(54 83 20 / 0.25);
}

.hover\:border-e-lime-900\/30:hover {
  border-inline-end-color: rgb(54 83 20 / 0.3);
}

.hover\:border-e-lime-900\/40:hover {
  border-inline-end-color: rgb(54 83 20 / 0.4);
}

.hover\:border-e-lime-900\/5:hover {
  border-inline-end-color: rgb(54 83 20 / 0.05);
}

.hover\:border-e-lime-900\/50:hover {
  border-inline-end-color: rgb(54 83 20 / 0.5);
}

.hover\:border-e-lime-900\/60:hover {
  border-inline-end-color: rgb(54 83 20 / 0.6);
}

.hover\:border-e-lime-900\/70:hover {
  border-inline-end-color: rgb(54 83 20 / 0.7);
}

.hover\:border-e-lime-900\/75:hover {
  border-inline-end-color: rgb(54 83 20 / 0.75);
}

.hover\:border-e-lime-900\/80:hover {
  border-inline-end-color: rgb(54 83 20 / 0.8);
}

.hover\:border-e-lime-900\/90:hover {
  border-inline-end-color: rgb(54 83 20 / 0.9);
}

.hover\:border-e-lime-900\/95:hover {
  border-inline-end-color: rgb(54 83 20 / 0.95);
}

.hover\:border-e-lime-950:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(26 46 5 / var(--tw-border-opacity));
}

.hover\:border-e-lime-950\/0:hover {
  border-inline-end-color: rgb(26 46 5 / 0);
}

.hover\:border-e-lime-950\/10:hover {
  border-inline-end-color: rgb(26 46 5 / 0.1);
}

.hover\:border-e-lime-950\/100:hover {
  border-inline-end-color: rgb(26 46 5 / 1);
}

.hover\:border-e-lime-950\/20:hover {
  border-inline-end-color: rgb(26 46 5 / 0.2);
}

.hover\:border-e-lime-950\/25:hover {
  border-inline-end-color: rgb(26 46 5 / 0.25);
}

.hover\:border-e-lime-950\/30:hover {
  border-inline-end-color: rgb(26 46 5 / 0.3);
}

.hover\:border-e-lime-950\/40:hover {
  border-inline-end-color: rgb(26 46 5 / 0.4);
}

.hover\:border-e-lime-950\/5:hover {
  border-inline-end-color: rgb(26 46 5 / 0.05);
}

.hover\:border-e-lime-950\/50:hover {
  border-inline-end-color: rgb(26 46 5 / 0.5);
}

.hover\:border-e-lime-950\/60:hover {
  border-inline-end-color: rgb(26 46 5 / 0.6);
}

.hover\:border-e-lime-950\/70:hover {
  border-inline-end-color: rgb(26 46 5 / 0.7);
}

.hover\:border-e-lime-950\/75:hover {
  border-inline-end-color: rgb(26 46 5 / 0.75);
}

.hover\:border-e-lime-950\/80:hover {
  border-inline-end-color: rgb(26 46 5 / 0.8);
}

.hover\:border-e-lime-950\/90:hover {
  border-inline-end-color: rgb(26 46 5 / 0.9);
}

.hover\:border-e-lime-950\/95:hover {
  border-inline-end-color: rgb(26 46 5 / 0.95);
}

.hover\:border-e-nafisa-500:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(153 53 10 / var(--tw-border-opacity));
}

.hover\:border-e-nafisa-500\/0:hover {
  border-inline-end-color: rgb(153 53 10 / 0);
}

.hover\:border-e-nafisa-500\/10:hover {
  border-inline-end-color: rgb(153 53 10 / 0.1);
}

.hover\:border-e-nafisa-500\/100:hover {
  border-inline-end-color: rgb(153 53 10 / 1);
}

.hover\:border-e-nafisa-500\/20:hover {
  border-inline-end-color: rgb(153 53 10 / 0.2);
}

.hover\:border-e-nafisa-500\/25:hover {
  border-inline-end-color: rgb(153 53 10 / 0.25);
}

.hover\:border-e-nafisa-500\/30:hover {
  border-inline-end-color: rgb(153 53 10 / 0.3);
}

.hover\:border-e-nafisa-500\/40:hover {
  border-inline-end-color: rgb(153 53 10 / 0.4);
}

.hover\:border-e-nafisa-500\/5:hover {
  border-inline-end-color: rgb(153 53 10 / 0.05);
}

.hover\:border-e-nafisa-500\/50:hover {
  border-inline-end-color: rgb(153 53 10 / 0.5);
}

.hover\:border-e-nafisa-500\/60:hover {
  border-inline-end-color: rgb(153 53 10 / 0.6);
}

.hover\:border-e-nafisa-500\/70:hover {
  border-inline-end-color: rgb(153 53 10 / 0.7);
}

.hover\:border-e-nafisa-500\/75:hover {
  border-inline-end-color: rgb(153 53 10 / 0.75);
}

.hover\:border-e-nafisa-500\/80:hover {
  border-inline-end-color: rgb(153 53 10 / 0.8);
}

.hover\:border-e-nafisa-500\/90:hover {
  border-inline-end-color: rgb(153 53 10 / 0.9);
}

.hover\:border-e-nafisa-500\/95:hover {
  border-inline-end-color: rgb(153 53 10 / 0.95);
}

.hover\:border-e-neutral-100:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.hover\:border-e-neutral-100\/0:hover {
  border-inline-end-color: rgb(245 245 245 / 0);
}

.hover\:border-e-neutral-100\/10:hover {
  border-inline-end-color: rgb(245 245 245 / 0.1);
}

.hover\:border-e-neutral-100\/100:hover {
  border-inline-end-color: rgb(245 245 245 / 1);
}

.hover\:border-e-neutral-100\/20:hover {
  border-inline-end-color: rgb(245 245 245 / 0.2);
}

.hover\:border-e-neutral-100\/25:hover {
  border-inline-end-color: rgb(245 245 245 / 0.25);
}

.hover\:border-e-neutral-100\/30:hover {
  border-inline-end-color: rgb(245 245 245 / 0.3);
}

.hover\:border-e-neutral-100\/40:hover {
  border-inline-end-color: rgb(245 245 245 / 0.4);
}

.hover\:border-e-neutral-100\/5:hover {
  border-inline-end-color: rgb(245 245 245 / 0.05);
}

.hover\:border-e-neutral-100\/50:hover {
  border-inline-end-color: rgb(245 245 245 / 0.5);
}

.hover\:border-e-neutral-100\/60:hover {
  border-inline-end-color: rgb(245 245 245 / 0.6);
}

.hover\:border-e-neutral-100\/70:hover {
  border-inline-end-color: rgb(245 245 245 / 0.7);
}

.hover\:border-e-neutral-100\/75:hover {
  border-inline-end-color: rgb(245 245 245 / 0.75);
}

.hover\:border-e-neutral-100\/80:hover {
  border-inline-end-color: rgb(245 245 245 / 0.8);
}

.hover\:border-e-neutral-100\/90:hover {
  border-inline-end-color: rgb(245 245 245 / 0.9);
}

.hover\:border-e-neutral-100\/95:hover {
  border-inline-end-color: rgb(245 245 245 / 0.95);
}

.hover\:border-e-neutral-200:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.hover\:border-e-neutral-200\/0:hover {
  border-inline-end-color: rgb(229 229 229 / 0);
}

.hover\:border-e-neutral-200\/10:hover {
  border-inline-end-color: rgb(229 229 229 / 0.1);
}

.hover\:border-e-neutral-200\/100:hover {
  border-inline-end-color: rgb(229 229 229 / 1);
}

.hover\:border-e-neutral-200\/20:hover {
  border-inline-end-color: rgb(229 229 229 / 0.2);
}

.hover\:border-e-neutral-200\/25:hover {
  border-inline-end-color: rgb(229 229 229 / 0.25);
}

.hover\:border-e-neutral-200\/30:hover {
  border-inline-end-color: rgb(229 229 229 / 0.3);
}

.hover\:border-e-neutral-200\/40:hover {
  border-inline-end-color: rgb(229 229 229 / 0.4);
}

.hover\:border-e-neutral-200\/5:hover {
  border-inline-end-color: rgb(229 229 229 / 0.05);
}

.hover\:border-e-neutral-200\/50:hover {
  border-inline-end-color: rgb(229 229 229 / 0.5);
}

.hover\:border-e-neutral-200\/60:hover {
  border-inline-end-color: rgb(229 229 229 / 0.6);
}

.hover\:border-e-neutral-200\/70:hover {
  border-inline-end-color: rgb(229 229 229 / 0.7);
}

.hover\:border-e-neutral-200\/75:hover {
  border-inline-end-color: rgb(229 229 229 / 0.75);
}

.hover\:border-e-neutral-200\/80:hover {
  border-inline-end-color: rgb(229 229 229 / 0.8);
}

.hover\:border-e-neutral-200\/90:hover {
  border-inline-end-color: rgb(229 229 229 / 0.9);
}

.hover\:border-e-neutral-200\/95:hover {
  border-inline-end-color: rgb(229 229 229 / 0.95);
}

.hover\:border-e-neutral-300:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.hover\:border-e-neutral-300\/0:hover {
  border-inline-end-color: rgb(212 212 212 / 0);
}

.hover\:border-e-neutral-300\/10:hover {
  border-inline-end-color: rgb(212 212 212 / 0.1);
}

.hover\:border-e-neutral-300\/100:hover {
  border-inline-end-color: rgb(212 212 212 / 1);
}

.hover\:border-e-neutral-300\/20:hover {
  border-inline-end-color: rgb(212 212 212 / 0.2);
}

.hover\:border-e-neutral-300\/25:hover {
  border-inline-end-color: rgb(212 212 212 / 0.25);
}

.hover\:border-e-neutral-300\/30:hover {
  border-inline-end-color: rgb(212 212 212 / 0.3);
}

.hover\:border-e-neutral-300\/40:hover {
  border-inline-end-color: rgb(212 212 212 / 0.4);
}

.hover\:border-e-neutral-300\/5:hover {
  border-inline-end-color: rgb(212 212 212 / 0.05);
}

.hover\:border-e-neutral-300\/50:hover {
  border-inline-end-color: rgb(212 212 212 / 0.5);
}

.hover\:border-e-neutral-300\/60:hover {
  border-inline-end-color: rgb(212 212 212 / 0.6);
}

.hover\:border-e-neutral-300\/70:hover {
  border-inline-end-color: rgb(212 212 212 / 0.7);
}

.hover\:border-e-neutral-300\/75:hover {
  border-inline-end-color: rgb(212 212 212 / 0.75);
}

.hover\:border-e-neutral-300\/80:hover {
  border-inline-end-color: rgb(212 212 212 / 0.8);
}

.hover\:border-e-neutral-300\/90:hover {
  border-inline-end-color: rgb(212 212 212 / 0.9);
}

.hover\:border-e-neutral-300\/95:hover {
  border-inline-end-color: rgb(212 212 212 / 0.95);
}

.hover\:border-e-neutral-400:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.hover\:border-e-neutral-400\/0:hover {
  border-inline-end-color: rgb(163 163 163 / 0);
}

.hover\:border-e-neutral-400\/10:hover {
  border-inline-end-color: rgb(163 163 163 / 0.1);
}

.hover\:border-e-neutral-400\/100:hover {
  border-inline-end-color: rgb(163 163 163 / 1);
}

.hover\:border-e-neutral-400\/20:hover {
  border-inline-end-color: rgb(163 163 163 / 0.2);
}

.hover\:border-e-neutral-400\/25:hover {
  border-inline-end-color: rgb(163 163 163 / 0.25);
}

.hover\:border-e-neutral-400\/30:hover {
  border-inline-end-color: rgb(163 163 163 / 0.3);
}

.hover\:border-e-neutral-400\/40:hover {
  border-inline-end-color: rgb(163 163 163 / 0.4);
}

.hover\:border-e-neutral-400\/5:hover {
  border-inline-end-color: rgb(163 163 163 / 0.05);
}

.hover\:border-e-neutral-400\/50:hover {
  border-inline-end-color: rgb(163 163 163 / 0.5);
}

.hover\:border-e-neutral-400\/60:hover {
  border-inline-end-color: rgb(163 163 163 / 0.6);
}

.hover\:border-e-neutral-400\/70:hover {
  border-inline-end-color: rgb(163 163 163 / 0.7);
}

.hover\:border-e-neutral-400\/75:hover {
  border-inline-end-color: rgb(163 163 163 / 0.75);
}

.hover\:border-e-neutral-400\/80:hover {
  border-inline-end-color: rgb(163 163 163 / 0.8);
}

.hover\:border-e-neutral-400\/90:hover {
  border-inline-end-color: rgb(163 163 163 / 0.9);
}

.hover\:border-e-neutral-400\/95:hover {
  border-inline-end-color: rgb(163 163 163 / 0.95);
}

.hover\:border-e-neutral-50:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.hover\:border-e-neutral-50\/0:hover {
  border-inline-end-color: rgb(250 250 250 / 0);
}

.hover\:border-e-neutral-50\/10:hover {
  border-inline-end-color: rgb(250 250 250 / 0.1);
}

.hover\:border-e-neutral-50\/100:hover {
  border-inline-end-color: rgb(250 250 250 / 1);
}

.hover\:border-e-neutral-50\/20:hover {
  border-inline-end-color: rgb(250 250 250 / 0.2);
}

.hover\:border-e-neutral-50\/25:hover {
  border-inline-end-color: rgb(250 250 250 / 0.25);
}

.hover\:border-e-neutral-50\/30:hover {
  border-inline-end-color: rgb(250 250 250 / 0.3);
}

.hover\:border-e-neutral-50\/40:hover {
  border-inline-end-color: rgb(250 250 250 / 0.4);
}

.hover\:border-e-neutral-50\/5:hover {
  border-inline-end-color: rgb(250 250 250 / 0.05);
}

.hover\:border-e-neutral-50\/50:hover {
  border-inline-end-color: rgb(250 250 250 / 0.5);
}

.hover\:border-e-neutral-50\/60:hover {
  border-inline-end-color: rgb(250 250 250 / 0.6);
}

.hover\:border-e-neutral-50\/70:hover {
  border-inline-end-color: rgb(250 250 250 / 0.7);
}

.hover\:border-e-neutral-50\/75:hover {
  border-inline-end-color: rgb(250 250 250 / 0.75);
}

.hover\:border-e-neutral-50\/80:hover {
  border-inline-end-color: rgb(250 250 250 / 0.8);
}

.hover\:border-e-neutral-50\/90:hover {
  border-inline-end-color: rgb(250 250 250 / 0.9);
}

.hover\:border-e-neutral-50\/95:hover {
  border-inline-end-color: rgb(250 250 250 / 0.95);
}

.hover\:border-e-neutral-500:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.hover\:border-e-neutral-500\/0:hover {
  border-inline-end-color: rgb(115 115 115 / 0);
}

.hover\:border-e-neutral-500\/10:hover {
  border-inline-end-color: rgb(115 115 115 / 0.1);
}

.hover\:border-e-neutral-500\/100:hover {
  border-inline-end-color: rgb(115 115 115 / 1);
}

.hover\:border-e-neutral-500\/20:hover {
  border-inline-end-color: rgb(115 115 115 / 0.2);
}

.hover\:border-e-neutral-500\/25:hover {
  border-inline-end-color: rgb(115 115 115 / 0.25);
}

.hover\:border-e-neutral-500\/30:hover {
  border-inline-end-color: rgb(115 115 115 / 0.3);
}

.hover\:border-e-neutral-500\/40:hover {
  border-inline-end-color: rgb(115 115 115 / 0.4);
}

.hover\:border-e-neutral-500\/5:hover {
  border-inline-end-color: rgb(115 115 115 / 0.05);
}

.hover\:border-e-neutral-500\/50:hover {
  border-inline-end-color: rgb(115 115 115 / 0.5);
}

.hover\:border-e-neutral-500\/60:hover {
  border-inline-end-color: rgb(115 115 115 / 0.6);
}

.hover\:border-e-neutral-500\/70:hover {
  border-inline-end-color: rgb(115 115 115 / 0.7);
}

.hover\:border-e-neutral-500\/75:hover {
  border-inline-end-color: rgb(115 115 115 / 0.75);
}

.hover\:border-e-neutral-500\/80:hover {
  border-inline-end-color: rgb(115 115 115 / 0.8);
}

.hover\:border-e-neutral-500\/90:hover {
  border-inline-end-color: rgb(115 115 115 / 0.9);
}

.hover\:border-e-neutral-500\/95:hover {
  border-inline-end-color: rgb(115 115 115 / 0.95);
}

.hover\:border-e-neutral-600:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.hover\:border-e-neutral-600\/0:hover {
  border-inline-end-color: rgb(82 82 82 / 0);
}

.hover\:border-e-neutral-600\/10:hover {
  border-inline-end-color: rgb(82 82 82 / 0.1);
}

.hover\:border-e-neutral-600\/100:hover {
  border-inline-end-color: rgb(82 82 82 / 1);
}

.hover\:border-e-neutral-600\/20:hover {
  border-inline-end-color: rgb(82 82 82 / 0.2);
}

.hover\:border-e-neutral-600\/25:hover {
  border-inline-end-color: rgb(82 82 82 / 0.25);
}

.hover\:border-e-neutral-600\/30:hover {
  border-inline-end-color: rgb(82 82 82 / 0.3);
}

.hover\:border-e-neutral-600\/40:hover {
  border-inline-end-color: rgb(82 82 82 / 0.4);
}

.hover\:border-e-neutral-600\/5:hover {
  border-inline-end-color: rgb(82 82 82 / 0.05);
}

.hover\:border-e-neutral-600\/50:hover {
  border-inline-end-color: rgb(82 82 82 / 0.5);
}

.hover\:border-e-neutral-600\/60:hover {
  border-inline-end-color: rgb(82 82 82 / 0.6);
}

.hover\:border-e-neutral-600\/70:hover {
  border-inline-end-color: rgb(82 82 82 / 0.7);
}

.hover\:border-e-neutral-600\/75:hover {
  border-inline-end-color: rgb(82 82 82 / 0.75);
}

.hover\:border-e-neutral-600\/80:hover {
  border-inline-end-color: rgb(82 82 82 / 0.8);
}

.hover\:border-e-neutral-600\/90:hover {
  border-inline-end-color: rgb(82 82 82 / 0.9);
}

.hover\:border-e-neutral-600\/95:hover {
  border-inline-end-color: rgb(82 82 82 / 0.95);
}

.hover\:border-e-neutral-700:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.hover\:border-e-neutral-700\/0:hover {
  border-inline-end-color: rgb(64 64 64 / 0);
}

.hover\:border-e-neutral-700\/10:hover {
  border-inline-end-color: rgb(64 64 64 / 0.1);
}

.hover\:border-e-neutral-700\/100:hover {
  border-inline-end-color: rgb(64 64 64 / 1);
}

.hover\:border-e-neutral-700\/20:hover {
  border-inline-end-color: rgb(64 64 64 / 0.2);
}

.hover\:border-e-neutral-700\/25:hover {
  border-inline-end-color: rgb(64 64 64 / 0.25);
}

.hover\:border-e-neutral-700\/30:hover {
  border-inline-end-color: rgb(64 64 64 / 0.3);
}

.hover\:border-e-neutral-700\/40:hover {
  border-inline-end-color: rgb(64 64 64 / 0.4);
}

.hover\:border-e-neutral-700\/5:hover {
  border-inline-end-color: rgb(64 64 64 / 0.05);
}

.hover\:border-e-neutral-700\/50:hover {
  border-inline-end-color: rgb(64 64 64 / 0.5);
}

.hover\:border-e-neutral-700\/60:hover {
  border-inline-end-color: rgb(64 64 64 / 0.6);
}

.hover\:border-e-neutral-700\/70:hover {
  border-inline-end-color: rgb(64 64 64 / 0.7);
}

.hover\:border-e-neutral-700\/75:hover {
  border-inline-end-color: rgb(64 64 64 / 0.75);
}

.hover\:border-e-neutral-700\/80:hover {
  border-inline-end-color: rgb(64 64 64 / 0.8);
}

.hover\:border-e-neutral-700\/90:hover {
  border-inline-end-color: rgb(64 64 64 / 0.9);
}

.hover\:border-e-neutral-700\/95:hover {
  border-inline-end-color: rgb(64 64 64 / 0.95);
}

.hover\:border-e-neutral-800:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.hover\:border-e-neutral-800\/0:hover {
  border-inline-end-color: rgb(38 38 38 / 0);
}

.hover\:border-e-neutral-800\/10:hover {
  border-inline-end-color: rgb(38 38 38 / 0.1);
}

.hover\:border-e-neutral-800\/100:hover {
  border-inline-end-color: rgb(38 38 38 / 1);
}

.hover\:border-e-neutral-800\/20:hover {
  border-inline-end-color: rgb(38 38 38 / 0.2);
}

.hover\:border-e-neutral-800\/25:hover {
  border-inline-end-color: rgb(38 38 38 / 0.25);
}

.hover\:border-e-neutral-800\/30:hover {
  border-inline-end-color: rgb(38 38 38 / 0.3);
}

.hover\:border-e-neutral-800\/40:hover {
  border-inline-end-color: rgb(38 38 38 / 0.4);
}

.hover\:border-e-neutral-800\/5:hover {
  border-inline-end-color: rgb(38 38 38 / 0.05);
}

.hover\:border-e-neutral-800\/50:hover {
  border-inline-end-color: rgb(38 38 38 / 0.5);
}

.hover\:border-e-neutral-800\/60:hover {
  border-inline-end-color: rgb(38 38 38 / 0.6);
}

.hover\:border-e-neutral-800\/70:hover {
  border-inline-end-color: rgb(38 38 38 / 0.7);
}

.hover\:border-e-neutral-800\/75:hover {
  border-inline-end-color: rgb(38 38 38 / 0.75);
}

.hover\:border-e-neutral-800\/80:hover {
  border-inline-end-color: rgb(38 38 38 / 0.8);
}

.hover\:border-e-neutral-800\/90:hover {
  border-inline-end-color: rgb(38 38 38 / 0.9);
}

.hover\:border-e-neutral-800\/95:hover {
  border-inline-end-color: rgb(38 38 38 / 0.95);
}

.hover\:border-e-neutral-900:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.hover\:border-e-neutral-900\/0:hover {
  border-inline-end-color: rgb(23 23 23 / 0);
}

.hover\:border-e-neutral-900\/10:hover {
  border-inline-end-color: rgb(23 23 23 / 0.1);
}

.hover\:border-e-neutral-900\/100:hover {
  border-inline-end-color: rgb(23 23 23 / 1);
}

.hover\:border-e-neutral-900\/20:hover {
  border-inline-end-color: rgb(23 23 23 / 0.2);
}

.hover\:border-e-neutral-900\/25:hover {
  border-inline-end-color: rgb(23 23 23 / 0.25);
}

.hover\:border-e-neutral-900\/30:hover {
  border-inline-end-color: rgb(23 23 23 / 0.3);
}

.hover\:border-e-neutral-900\/40:hover {
  border-inline-end-color: rgb(23 23 23 / 0.4);
}

.hover\:border-e-neutral-900\/5:hover {
  border-inline-end-color: rgb(23 23 23 / 0.05);
}

.hover\:border-e-neutral-900\/50:hover {
  border-inline-end-color: rgb(23 23 23 / 0.5);
}

.hover\:border-e-neutral-900\/60:hover {
  border-inline-end-color: rgb(23 23 23 / 0.6);
}

.hover\:border-e-neutral-900\/70:hover {
  border-inline-end-color: rgb(23 23 23 / 0.7);
}

.hover\:border-e-neutral-900\/75:hover {
  border-inline-end-color: rgb(23 23 23 / 0.75);
}

.hover\:border-e-neutral-900\/80:hover {
  border-inline-end-color: rgb(23 23 23 / 0.8);
}

.hover\:border-e-neutral-900\/90:hover {
  border-inline-end-color: rgb(23 23 23 / 0.9);
}

.hover\:border-e-neutral-900\/95:hover {
  border-inline-end-color: rgb(23 23 23 / 0.95);
}

.hover\:border-e-neutral-950:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.hover\:border-e-neutral-950\/0:hover {
  border-inline-end-color: rgb(10 10 10 / 0);
}

.hover\:border-e-neutral-950\/10:hover {
  border-inline-end-color: rgb(10 10 10 / 0.1);
}

.hover\:border-e-neutral-950\/100:hover {
  border-inline-end-color: rgb(10 10 10 / 1);
}

.hover\:border-e-neutral-950\/20:hover {
  border-inline-end-color: rgb(10 10 10 / 0.2);
}

.hover\:border-e-neutral-950\/25:hover {
  border-inline-end-color: rgb(10 10 10 / 0.25);
}

.hover\:border-e-neutral-950\/30:hover {
  border-inline-end-color: rgb(10 10 10 / 0.3);
}

.hover\:border-e-neutral-950\/40:hover {
  border-inline-end-color: rgb(10 10 10 / 0.4);
}

.hover\:border-e-neutral-950\/5:hover {
  border-inline-end-color: rgb(10 10 10 / 0.05);
}

.hover\:border-e-neutral-950\/50:hover {
  border-inline-end-color: rgb(10 10 10 / 0.5);
}

.hover\:border-e-neutral-950\/60:hover {
  border-inline-end-color: rgb(10 10 10 / 0.6);
}

.hover\:border-e-neutral-950\/70:hover {
  border-inline-end-color: rgb(10 10 10 / 0.7);
}

.hover\:border-e-neutral-950\/75:hover {
  border-inline-end-color: rgb(10 10 10 / 0.75);
}

.hover\:border-e-neutral-950\/80:hover {
  border-inline-end-color: rgb(10 10 10 / 0.8);
}

.hover\:border-e-neutral-950\/90:hover {
  border-inline-end-color: rgb(10 10 10 / 0.9);
}

.hover\:border-e-neutral-950\/95:hover {
  border-inline-end-color: rgb(10 10 10 / 0.95);
}

.hover\:border-e-orange-100:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 237 213 / var(--tw-border-opacity));
}

.hover\:border-e-orange-100\/0:hover {
  border-inline-end-color: rgb(255 237 213 / 0);
}

.hover\:border-e-orange-100\/10:hover {
  border-inline-end-color: rgb(255 237 213 / 0.1);
}

.hover\:border-e-orange-100\/100:hover {
  border-inline-end-color: rgb(255 237 213 / 1);
}

.hover\:border-e-orange-100\/20:hover {
  border-inline-end-color: rgb(255 237 213 / 0.2);
}

.hover\:border-e-orange-100\/25:hover {
  border-inline-end-color: rgb(255 237 213 / 0.25);
}

.hover\:border-e-orange-100\/30:hover {
  border-inline-end-color: rgb(255 237 213 / 0.3);
}

.hover\:border-e-orange-100\/40:hover {
  border-inline-end-color: rgb(255 237 213 / 0.4);
}

.hover\:border-e-orange-100\/5:hover {
  border-inline-end-color: rgb(255 237 213 / 0.05);
}

.hover\:border-e-orange-100\/50:hover {
  border-inline-end-color: rgb(255 237 213 / 0.5);
}

.hover\:border-e-orange-100\/60:hover {
  border-inline-end-color: rgb(255 237 213 / 0.6);
}

.hover\:border-e-orange-100\/70:hover {
  border-inline-end-color: rgb(255 237 213 / 0.7);
}

.hover\:border-e-orange-100\/75:hover {
  border-inline-end-color: rgb(255 237 213 / 0.75);
}

.hover\:border-e-orange-100\/80:hover {
  border-inline-end-color: rgb(255 237 213 / 0.8);
}

.hover\:border-e-orange-100\/90:hover {
  border-inline-end-color: rgb(255 237 213 / 0.9);
}

.hover\:border-e-orange-100\/95:hover {
  border-inline-end-color: rgb(255 237 213 / 0.95);
}

.hover\:border-e-orange-200:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 215 170 / var(--tw-border-opacity));
}

.hover\:border-e-orange-200\/0:hover {
  border-inline-end-color: rgb(254 215 170 / 0);
}

.hover\:border-e-orange-200\/10:hover {
  border-inline-end-color: rgb(254 215 170 / 0.1);
}

.hover\:border-e-orange-200\/100:hover {
  border-inline-end-color: rgb(254 215 170 / 1);
}

.hover\:border-e-orange-200\/20:hover {
  border-inline-end-color: rgb(254 215 170 / 0.2);
}

.hover\:border-e-orange-200\/25:hover {
  border-inline-end-color: rgb(254 215 170 / 0.25);
}

.hover\:border-e-orange-200\/30:hover {
  border-inline-end-color: rgb(254 215 170 / 0.3);
}

.hover\:border-e-orange-200\/40:hover {
  border-inline-end-color: rgb(254 215 170 / 0.4);
}

.hover\:border-e-orange-200\/5:hover {
  border-inline-end-color: rgb(254 215 170 / 0.05);
}

.hover\:border-e-orange-200\/50:hover {
  border-inline-end-color: rgb(254 215 170 / 0.5);
}

.hover\:border-e-orange-200\/60:hover {
  border-inline-end-color: rgb(254 215 170 / 0.6);
}

.hover\:border-e-orange-200\/70:hover {
  border-inline-end-color: rgb(254 215 170 / 0.7);
}

.hover\:border-e-orange-200\/75:hover {
  border-inline-end-color: rgb(254 215 170 / 0.75);
}

.hover\:border-e-orange-200\/80:hover {
  border-inline-end-color: rgb(254 215 170 / 0.8);
}

.hover\:border-e-orange-200\/90:hover {
  border-inline-end-color: rgb(254 215 170 / 0.9);
}

.hover\:border-e-orange-200\/95:hover {
  border-inline-end-color: rgb(254 215 170 / 0.95);
}

.hover\:border-e-orange-300:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 186 116 / var(--tw-border-opacity));
}

.hover\:border-e-orange-300\/0:hover {
  border-inline-end-color: rgb(253 186 116 / 0);
}

.hover\:border-e-orange-300\/10:hover {
  border-inline-end-color: rgb(253 186 116 / 0.1);
}

.hover\:border-e-orange-300\/100:hover {
  border-inline-end-color: rgb(253 186 116 / 1);
}

.hover\:border-e-orange-300\/20:hover {
  border-inline-end-color: rgb(253 186 116 / 0.2);
}

.hover\:border-e-orange-300\/25:hover {
  border-inline-end-color: rgb(253 186 116 / 0.25);
}

.hover\:border-e-orange-300\/30:hover {
  border-inline-end-color: rgb(253 186 116 / 0.3);
}

.hover\:border-e-orange-300\/40:hover {
  border-inline-end-color: rgb(253 186 116 / 0.4);
}

.hover\:border-e-orange-300\/5:hover {
  border-inline-end-color: rgb(253 186 116 / 0.05);
}

.hover\:border-e-orange-300\/50:hover {
  border-inline-end-color: rgb(253 186 116 / 0.5);
}

.hover\:border-e-orange-300\/60:hover {
  border-inline-end-color: rgb(253 186 116 / 0.6);
}

.hover\:border-e-orange-300\/70:hover {
  border-inline-end-color: rgb(253 186 116 / 0.7);
}

.hover\:border-e-orange-300\/75:hover {
  border-inline-end-color: rgb(253 186 116 / 0.75);
}

.hover\:border-e-orange-300\/80:hover {
  border-inline-end-color: rgb(253 186 116 / 0.8);
}

.hover\:border-e-orange-300\/90:hover {
  border-inline-end-color: rgb(253 186 116 / 0.9);
}

.hover\:border-e-orange-300\/95:hover {
  border-inline-end-color: rgb(253 186 116 / 0.95);
}

.hover\:border-e-orange-400:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.hover\:border-e-orange-400\/0:hover {
  border-inline-end-color: rgb(251 146 60 / 0);
}

.hover\:border-e-orange-400\/10:hover {
  border-inline-end-color: rgb(251 146 60 / 0.1);
}

.hover\:border-e-orange-400\/100:hover {
  border-inline-end-color: rgb(251 146 60 / 1);
}

.hover\:border-e-orange-400\/20:hover {
  border-inline-end-color: rgb(251 146 60 / 0.2);
}

.hover\:border-e-orange-400\/25:hover {
  border-inline-end-color: rgb(251 146 60 / 0.25);
}

.hover\:border-e-orange-400\/30:hover {
  border-inline-end-color: rgb(251 146 60 / 0.3);
}

.hover\:border-e-orange-400\/40:hover {
  border-inline-end-color: rgb(251 146 60 / 0.4);
}

.hover\:border-e-orange-400\/5:hover {
  border-inline-end-color: rgb(251 146 60 / 0.05);
}

.hover\:border-e-orange-400\/50:hover {
  border-inline-end-color: rgb(251 146 60 / 0.5);
}

.hover\:border-e-orange-400\/60:hover {
  border-inline-end-color: rgb(251 146 60 / 0.6);
}

.hover\:border-e-orange-400\/70:hover {
  border-inline-end-color: rgb(251 146 60 / 0.7);
}

.hover\:border-e-orange-400\/75:hover {
  border-inline-end-color: rgb(251 146 60 / 0.75);
}

.hover\:border-e-orange-400\/80:hover {
  border-inline-end-color: rgb(251 146 60 / 0.8);
}

.hover\:border-e-orange-400\/90:hover {
  border-inline-end-color: rgb(251 146 60 / 0.9);
}

.hover\:border-e-orange-400\/95:hover {
  border-inline-end-color: rgb(251 146 60 / 0.95);
}

.hover\:border-e-orange-50:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 247 237 / var(--tw-border-opacity));
}

.hover\:border-e-orange-50\/0:hover {
  border-inline-end-color: rgb(255 247 237 / 0);
}

.hover\:border-e-orange-50\/10:hover {
  border-inline-end-color: rgb(255 247 237 / 0.1);
}

.hover\:border-e-orange-50\/100:hover {
  border-inline-end-color: rgb(255 247 237 / 1);
}

.hover\:border-e-orange-50\/20:hover {
  border-inline-end-color: rgb(255 247 237 / 0.2);
}

.hover\:border-e-orange-50\/25:hover {
  border-inline-end-color: rgb(255 247 237 / 0.25);
}

.hover\:border-e-orange-50\/30:hover {
  border-inline-end-color: rgb(255 247 237 / 0.3);
}

.hover\:border-e-orange-50\/40:hover {
  border-inline-end-color: rgb(255 247 237 / 0.4);
}

.hover\:border-e-orange-50\/5:hover {
  border-inline-end-color: rgb(255 247 237 / 0.05);
}

.hover\:border-e-orange-50\/50:hover {
  border-inline-end-color: rgb(255 247 237 / 0.5);
}

.hover\:border-e-orange-50\/60:hover {
  border-inline-end-color: rgb(255 247 237 / 0.6);
}

.hover\:border-e-orange-50\/70:hover {
  border-inline-end-color: rgb(255 247 237 / 0.7);
}

.hover\:border-e-orange-50\/75:hover {
  border-inline-end-color: rgb(255 247 237 / 0.75);
}

.hover\:border-e-orange-50\/80:hover {
  border-inline-end-color: rgb(255 247 237 / 0.8);
}

.hover\:border-e-orange-50\/90:hover {
  border-inline-end-color: rgb(255 247 237 / 0.9);
}

.hover\:border-e-orange-50\/95:hover {
  border-inline-end-color: rgb(255 247 237 / 0.95);
}

.hover\:border-e-orange-500:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(249 115 22 / var(--tw-border-opacity));
}

.hover\:border-e-orange-500\/0:hover {
  border-inline-end-color: rgb(249 115 22 / 0);
}

.hover\:border-e-orange-500\/10:hover {
  border-inline-end-color: rgb(249 115 22 / 0.1);
}

.hover\:border-e-orange-500\/100:hover {
  border-inline-end-color: rgb(249 115 22 / 1);
}

.hover\:border-e-orange-500\/20:hover {
  border-inline-end-color: rgb(249 115 22 / 0.2);
}

.hover\:border-e-orange-500\/25:hover {
  border-inline-end-color: rgb(249 115 22 / 0.25);
}

.hover\:border-e-orange-500\/30:hover {
  border-inline-end-color: rgb(249 115 22 / 0.3);
}

.hover\:border-e-orange-500\/40:hover {
  border-inline-end-color: rgb(249 115 22 / 0.4);
}

.hover\:border-e-orange-500\/5:hover {
  border-inline-end-color: rgb(249 115 22 / 0.05);
}

.hover\:border-e-orange-500\/50:hover {
  border-inline-end-color: rgb(249 115 22 / 0.5);
}

.hover\:border-e-orange-500\/60:hover {
  border-inline-end-color: rgb(249 115 22 / 0.6);
}

.hover\:border-e-orange-500\/70:hover {
  border-inline-end-color: rgb(249 115 22 / 0.7);
}

.hover\:border-e-orange-500\/75:hover {
  border-inline-end-color: rgb(249 115 22 / 0.75);
}

.hover\:border-e-orange-500\/80:hover {
  border-inline-end-color: rgb(249 115 22 / 0.8);
}

.hover\:border-e-orange-500\/90:hover {
  border-inline-end-color: rgb(249 115 22 / 0.9);
}

.hover\:border-e-orange-500\/95:hover {
  border-inline-end-color: rgb(249 115 22 / 0.95);
}

.hover\:border-e-orange-600:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.hover\:border-e-orange-600\/0:hover {
  border-inline-end-color: rgb(234 88 12 / 0);
}

.hover\:border-e-orange-600\/10:hover {
  border-inline-end-color: rgb(234 88 12 / 0.1);
}

.hover\:border-e-orange-600\/100:hover {
  border-inline-end-color: rgb(234 88 12 / 1);
}

.hover\:border-e-orange-600\/20:hover {
  border-inline-end-color: rgb(234 88 12 / 0.2);
}

.hover\:border-e-orange-600\/25:hover {
  border-inline-end-color: rgb(234 88 12 / 0.25);
}

.hover\:border-e-orange-600\/30:hover {
  border-inline-end-color: rgb(234 88 12 / 0.3);
}

.hover\:border-e-orange-600\/40:hover {
  border-inline-end-color: rgb(234 88 12 / 0.4);
}

.hover\:border-e-orange-600\/5:hover {
  border-inline-end-color: rgb(234 88 12 / 0.05);
}

.hover\:border-e-orange-600\/50:hover {
  border-inline-end-color: rgb(234 88 12 / 0.5);
}

.hover\:border-e-orange-600\/60:hover {
  border-inline-end-color: rgb(234 88 12 / 0.6);
}

.hover\:border-e-orange-600\/70:hover {
  border-inline-end-color: rgb(234 88 12 / 0.7);
}

.hover\:border-e-orange-600\/75:hover {
  border-inline-end-color: rgb(234 88 12 / 0.75);
}

.hover\:border-e-orange-600\/80:hover {
  border-inline-end-color: rgb(234 88 12 / 0.8);
}

.hover\:border-e-orange-600\/90:hover {
  border-inline-end-color: rgb(234 88 12 / 0.9);
}

.hover\:border-e-orange-600\/95:hover {
  border-inline-end-color: rgb(234 88 12 / 0.95);
}

.hover\:border-e-orange-700:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(194 65 12 / var(--tw-border-opacity));
}

.hover\:border-e-orange-700\/0:hover {
  border-inline-end-color: rgb(194 65 12 / 0);
}

.hover\:border-e-orange-700\/10:hover {
  border-inline-end-color: rgb(194 65 12 / 0.1);
}

.hover\:border-e-orange-700\/100:hover {
  border-inline-end-color: rgb(194 65 12 / 1);
}

.hover\:border-e-orange-700\/20:hover {
  border-inline-end-color: rgb(194 65 12 / 0.2);
}

.hover\:border-e-orange-700\/25:hover {
  border-inline-end-color: rgb(194 65 12 / 0.25);
}

.hover\:border-e-orange-700\/30:hover {
  border-inline-end-color: rgb(194 65 12 / 0.3);
}

.hover\:border-e-orange-700\/40:hover {
  border-inline-end-color: rgb(194 65 12 / 0.4);
}

.hover\:border-e-orange-700\/5:hover {
  border-inline-end-color: rgb(194 65 12 / 0.05);
}

.hover\:border-e-orange-700\/50:hover {
  border-inline-end-color: rgb(194 65 12 / 0.5);
}

.hover\:border-e-orange-700\/60:hover {
  border-inline-end-color: rgb(194 65 12 / 0.6);
}

.hover\:border-e-orange-700\/70:hover {
  border-inline-end-color: rgb(194 65 12 / 0.7);
}

.hover\:border-e-orange-700\/75:hover {
  border-inline-end-color: rgb(194 65 12 / 0.75);
}

.hover\:border-e-orange-700\/80:hover {
  border-inline-end-color: rgb(194 65 12 / 0.8);
}

.hover\:border-e-orange-700\/90:hover {
  border-inline-end-color: rgb(194 65 12 / 0.9);
}

.hover\:border-e-orange-700\/95:hover {
  border-inline-end-color: rgb(194 65 12 / 0.95);
}

.hover\:border-e-orange-800:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(154 52 18 / var(--tw-border-opacity));
}

.hover\:border-e-orange-800\/0:hover {
  border-inline-end-color: rgb(154 52 18 / 0);
}

.hover\:border-e-orange-800\/10:hover {
  border-inline-end-color: rgb(154 52 18 / 0.1);
}

.hover\:border-e-orange-800\/100:hover {
  border-inline-end-color: rgb(154 52 18 / 1);
}

.hover\:border-e-orange-800\/20:hover {
  border-inline-end-color: rgb(154 52 18 / 0.2);
}

.hover\:border-e-orange-800\/25:hover {
  border-inline-end-color: rgb(154 52 18 / 0.25);
}

.hover\:border-e-orange-800\/30:hover {
  border-inline-end-color: rgb(154 52 18 / 0.3);
}

.hover\:border-e-orange-800\/40:hover {
  border-inline-end-color: rgb(154 52 18 / 0.4);
}

.hover\:border-e-orange-800\/5:hover {
  border-inline-end-color: rgb(154 52 18 / 0.05);
}

.hover\:border-e-orange-800\/50:hover {
  border-inline-end-color: rgb(154 52 18 / 0.5);
}

.hover\:border-e-orange-800\/60:hover {
  border-inline-end-color: rgb(154 52 18 / 0.6);
}

.hover\:border-e-orange-800\/70:hover {
  border-inline-end-color: rgb(154 52 18 / 0.7);
}

.hover\:border-e-orange-800\/75:hover {
  border-inline-end-color: rgb(154 52 18 / 0.75);
}

.hover\:border-e-orange-800\/80:hover {
  border-inline-end-color: rgb(154 52 18 / 0.8);
}

.hover\:border-e-orange-800\/90:hover {
  border-inline-end-color: rgb(154 52 18 / 0.9);
}

.hover\:border-e-orange-800\/95:hover {
  border-inline-end-color: rgb(154 52 18 / 0.95);
}

.hover\:border-e-orange-900:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(124 45 18 / var(--tw-border-opacity));
}

.hover\:border-e-orange-900\/0:hover {
  border-inline-end-color: rgb(124 45 18 / 0);
}

.hover\:border-e-orange-900\/10:hover {
  border-inline-end-color: rgb(124 45 18 / 0.1);
}

.hover\:border-e-orange-900\/100:hover {
  border-inline-end-color: rgb(124 45 18 / 1);
}

.hover\:border-e-orange-900\/20:hover {
  border-inline-end-color: rgb(124 45 18 / 0.2);
}

.hover\:border-e-orange-900\/25:hover {
  border-inline-end-color: rgb(124 45 18 / 0.25);
}

.hover\:border-e-orange-900\/30:hover {
  border-inline-end-color: rgb(124 45 18 / 0.3);
}

.hover\:border-e-orange-900\/40:hover {
  border-inline-end-color: rgb(124 45 18 / 0.4);
}

.hover\:border-e-orange-900\/5:hover {
  border-inline-end-color: rgb(124 45 18 / 0.05);
}

.hover\:border-e-orange-900\/50:hover {
  border-inline-end-color: rgb(124 45 18 / 0.5);
}

.hover\:border-e-orange-900\/60:hover {
  border-inline-end-color: rgb(124 45 18 / 0.6);
}

.hover\:border-e-orange-900\/70:hover {
  border-inline-end-color: rgb(124 45 18 / 0.7);
}

.hover\:border-e-orange-900\/75:hover {
  border-inline-end-color: rgb(124 45 18 / 0.75);
}

.hover\:border-e-orange-900\/80:hover {
  border-inline-end-color: rgb(124 45 18 / 0.8);
}

.hover\:border-e-orange-900\/90:hover {
  border-inline-end-color: rgb(124 45 18 / 0.9);
}

.hover\:border-e-orange-900\/95:hover {
  border-inline-end-color: rgb(124 45 18 / 0.95);
}

.hover\:border-e-orange-950:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(67 20 7 / var(--tw-border-opacity));
}

.hover\:border-e-orange-950\/0:hover {
  border-inline-end-color: rgb(67 20 7 / 0);
}

.hover\:border-e-orange-950\/10:hover {
  border-inline-end-color: rgb(67 20 7 / 0.1);
}

.hover\:border-e-orange-950\/100:hover {
  border-inline-end-color: rgb(67 20 7 / 1);
}

.hover\:border-e-orange-950\/20:hover {
  border-inline-end-color: rgb(67 20 7 / 0.2);
}

.hover\:border-e-orange-950\/25:hover {
  border-inline-end-color: rgb(67 20 7 / 0.25);
}

.hover\:border-e-orange-950\/30:hover {
  border-inline-end-color: rgb(67 20 7 / 0.3);
}

.hover\:border-e-orange-950\/40:hover {
  border-inline-end-color: rgb(67 20 7 / 0.4);
}

.hover\:border-e-orange-950\/5:hover {
  border-inline-end-color: rgb(67 20 7 / 0.05);
}

.hover\:border-e-orange-950\/50:hover {
  border-inline-end-color: rgb(67 20 7 / 0.5);
}

.hover\:border-e-orange-950\/60:hover {
  border-inline-end-color: rgb(67 20 7 / 0.6);
}

.hover\:border-e-orange-950\/70:hover {
  border-inline-end-color: rgb(67 20 7 / 0.7);
}

.hover\:border-e-orange-950\/75:hover {
  border-inline-end-color: rgb(67 20 7 / 0.75);
}

.hover\:border-e-orange-950\/80:hover {
  border-inline-end-color: rgb(67 20 7 / 0.8);
}

.hover\:border-e-orange-950\/90:hover {
  border-inline-end-color: rgb(67 20 7 / 0.9);
}

.hover\:border-e-orange-950\/95:hover {
  border-inline-end-color: rgb(67 20 7 / 0.95);
}

.hover\:border-e-ozc-100:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 239 235 / var(--tw-border-opacity));
}

.hover\:border-e-ozc-100\/0:hover {
  border-inline-end-color: rgb(255 239 235 / 0);
}

.hover\:border-e-ozc-100\/10:hover {
  border-inline-end-color: rgb(255 239 235 / 0.1);
}

.hover\:border-e-ozc-100\/100:hover {
  border-inline-end-color: rgb(255 239 235 / 1);
}

.hover\:border-e-ozc-100\/20:hover {
  border-inline-end-color: rgb(255 239 235 / 0.2);
}

.hover\:border-e-ozc-100\/25:hover {
  border-inline-end-color: rgb(255 239 235 / 0.25);
}

.hover\:border-e-ozc-100\/30:hover {
  border-inline-end-color: rgb(255 239 235 / 0.3);
}

.hover\:border-e-ozc-100\/40:hover {
  border-inline-end-color: rgb(255 239 235 / 0.4);
}

.hover\:border-e-ozc-100\/5:hover {
  border-inline-end-color: rgb(255 239 235 / 0.05);
}

.hover\:border-e-ozc-100\/50:hover {
  border-inline-end-color: rgb(255 239 235 / 0.5);
}

.hover\:border-e-ozc-100\/60:hover {
  border-inline-end-color: rgb(255 239 235 / 0.6);
}

.hover\:border-e-ozc-100\/70:hover {
  border-inline-end-color: rgb(255 239 235 / 0.7);
}

.hover\:border-e-ozc-100\/75:hover {
  border-inline-end-color: rgb(255 239 235 / 0.75);
}

.hover\:border-e-ozc-100\/80:hover {
  border-inline-end-color: rgb(255 239 235 / 0.8);
}

.hover\:border-e-ozc-100\/90:hover {
  border-inline-end-color: rgb(255 239 235 / 0.9);
}

.hover\:border-e-ozc-100\/95:hover {
  border-inline-end-color: rgb(255 239 235 / 0.95);
}

.hover\:border-e-ozc-200:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 225 222 / var(--tw-border-opacity));
}

.hover\:border-e-ozc-200\/0:hover {
  border-inline-end-color: rgb(253 225 222 / 0);
}

.hover\:border-e-ozc-200\/10:hover {
  border-inline-end-color: rgb(253 225 222 / 0.1);
}

.hover\:border-e-ozc-200\/100:hover {
  border-inline-end-color: rgb(253 225 222 / 1);
}

.hover\:border-e-ozc-200\/20:hover {
  border-inline-end-color: rgb(253 225 222 / 0.2);
}

.hover\:border-e-ozc-200\/25:hover {
  border-inline-end-color: rgb(253 225 222 / 0.25);
}

.hover\:border-e-ozc-200\/30:hover {
  border-inline-end-color: rgb(253 225 222 / 0.3);
}

.hover\:border-e-ozc-200\/40:hover {
  border-inline-end-color: rgb(253 225 222 / 0.4);
}

.hover\:border-e-ozc-200\/5:hover {
  border-inline-end-color: rgb(253 225 222 / 0.05);
}

.hover\:border-e-ozc-200\/50:hover {
  border-inline-end-color: rgb(253 225 222 / 0.5);
}

.hover\:border-e-ozc-200\/60:hover {
  border-inline-end-color: rgb(253 225 222 / 0.6);
}

.hover\:border-e-ozc-200\/70:hover {
  border-inline-end-color: rgb(253 225 222 / 0.7);
}

.hover\:border-e-ozc-200\/75:hover {
  border-inline-end-color: rgb(253 225 222 / 0.75);
}

.hover\:border-e-ozc-200\/80:hover {
  border-inline-end-color: rgb(253 225 222 / 0.8);
}

.hover\:border-e-ozc-200\/90:hover {
  border-inline-end-color: rgb(253 225 222 / 0.9);
}

.hover\:border-e-ozc-200\/95:hover {
  border-inline-end-color: rgb(253 225 222 / 0.95);
}

.hover\:border-e-ozc-300:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(248 181 181 / var(--tw-border-opacity));
}

.hover\:border-e-ozc-300\/0:hover {
  border-inline-end-color: rgb(248 181 181 / 0);
}

.hover\:border-e-ozc-300\/10:hover {
  border-inline-end-color: rgb(248 181 181 / 0.1);
}

.hover\:border-e-ozc-300\/100:hover {
  border-inline-end-color: rgb(248 181 181 / 1);
}

.hover\:border-e-ozc-300\/20:hover {
  border-inline-end-color: rgb(248 181 181 / 0.2);
}

.hover\:border-e-ozc-300\/25:hover {
  border-inline-end-color: rgb(248 181 181 / 0.25);
}

.hover\:border-e-ozc-300\/30:hover {
  border-inline-end-color: rgb(248 181 181 / 0.3);
}

.hover\:border-e-ozc-300\/40:hover {
  border-inline-end-color: rgb(248 181 181 / 0.4);
}

.hover\:border-e-ozc-300\/5:hover {
  border-inline-end-color: rgb(248 181 181 / 0.05);
}

.hover\:border-e-ozc-300\/50:hover {
  border-inline-end-color: rgb(248 181 181 / 0.5);
}

.hover\:border-e-ozc-300\/60:hover {
  border-inline-end-color: rgb(248 181 181 / 0.6);
}

.hover\:border-e-ozc-300\/70:hover {
  border-inline-end-color: rgb(248 181 181 / 0.7);
}

.hover\:border-e-ozc-300\/75:hover {
  border-inline-end-color: rgb(248 181 181 / 0.75);
}

.hover\:border-e-ozc-300\/80:hover {
  border-inline-end-color: rgb(248 181 181 / 0.8);
}

.hover\:border-e-ozc-300\/90:hover {
  border-inline-end-color: rgb(248 181 181 / 0.9);
}

.hover\:border-e-ozc-300\/95:hover {
  border-inline-end-color: rgb(248 181 181 / 0.95);
}

.hover\:border-e-ozc-400:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 189 173 / var(--tw-border-opacity));
}

.hover\:border-e-ozc-400\/0:hover {
  border-inline-end-color: rgb(250 189 173 / 0);
}

.hover\:border-e-ozc-400\/10:hover {
  border-inline-end-color: rgb(250 189 173 / 0.1);
}

.hover\:border-e-ozc-400\/100:hover {
  border-inline-end-color: rgb(250 189 173 / 1);
}

.hover\:border-e-ozc-400\/20:hover {
  border-inline-end-color: rgb(250 189 173 / 0.2);
}

.hover\:border-e-ozc-400\/25:hover {
  border-inline-end-color: rgb(250 189 173 / 0.25);
}

.hover\:border-e-ozc-400\/30:hover {
  border-inline-end-color: rgb(250 189 173 / 0.3);
}

.hover\:border-e-ozc-400\/40:hover {
  border-inline-end-color: rgb(250 189 173 / 0.4);
}

.hover\:border-e-ozc-400\/5:hover {
  border-inline-end-color: rgb(250 189 173 / 0.05);
}

.hover\:border-e-ozc-400\/50:hover {
  border-inline-end-color: rgb(250 189 173 / 0.5);
}

.hover\:border-e-ozc-400\/60:hover {
  border-inline-end-color: rgb(250 189 173 / 0.6);
}

.hover\:border-e-ozc-400\/70:hover {
  border-inline-end-color: rgb(250 189 173 / 0.7);
}

.hover\:border-e-ozc-400\/75:hover {
  border-inline-end-color: rgb(250 189 173 / 0.75);
}

.hover\:border-e-ozc-400\/80:hover {
  border-inline-end-color: rgb(250 189 173 / 0.8);
}

.hover\:border-e-ozc-400\/90:hover {
  border-inline-end-color: rgb(250 189 173 / 0.9);
}

.hover\:border-e-ozc-400\/95:hover {
  border-inline-end-color: rgb(250 189 173 / 0.95);
}

.hover\:border-e-ozc-50:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 243 232 / var(--tw-border-opacity));
}

.hover\:border-e-ozc-50\/0:hover {
  border-inline-end-color: rgb(254 243 232 / 0);
}

.hover\:border-e-ozc-50\/10:hover {
  border-inline-end-color: rgb(254 243 232 / 0.1);
}

.hover\:border-e-ozc-50\/100:hover {
  border-inline-end-color: rgb(254 243 232 / 1);
}

.hover\:border-e-ozc-50\/20:hover {
  border-inline-end-color: rgb(254 243 232 / 0.2);
}

.hover\:border-e-ozc-50\/25:hover {
  border-inline-end-color: rgb(254 243 232 / 0.25);
}

.hover\:border-e-ozc-50\/30:hover {
  border-inline-end-color: rgb(254 243 232 / 0.3);
}

.hover\:border-e-ozc-50\/40:hover {
  border-inline-end-color: rgb(254 243 232 / 0.4);
}

.hover\:border-e-ozc-50\/5:hover {
  border-inline-end-color: rgb(254 243 232 / 0.05);
}

.hover\:border-e-ozc-50\/50:hover {
  border-inline-end-color: rgb(254 243 232 / 0.5);
}

.hover\:border-e-ozc-50\/60:hover {
  border-inline-end-color: rgb(254 243 232 / 0.6);
}

.hover\:border-e-ozc-50\/70:hover {
  border-inline-end-color: rgb(254 243 232 / 0.7);
}

.hover\:border-e-ozc-50\/75:hover {
  border-inline-end-color: rgb(254 243 232 / 0.75);
}

.hover\:border-e-ozc-50\/80:hover {
  border-inline-end-color: rgb(254 243 232 / 0.8);
}

.hover\:border-e-ozc-50\/90:hover {
  border-inline-end-color: rgb(254 243 232 / 0.9);
}

.hover\:border-e-ozc-50\/95:hover {
  border-inline-end-color: rgb(254 243 232 / 0.95);
}

.hover\:border-e-ozc-500:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 110 96 / var(--tw-border-opacity));
}

.hover\:border-e-ozc-500\/0:hover {
  border-inline-end-color: rgb(255 110 96 / 0);
}

.hover\:border-e-ozc-500\/10:hover {
  border-inline-end-color: rgb(255 110 96 / 0.1);
}

.hover\:border-e-ozc-500\/100:hover {
  border-inline-end-color: rgb(255 110 96 / 1);
}

.hover\:border-e-ozc-500\/20:hover {
  border-inline-end-color: rgb(255 110 96 / 0.2);
}

.hover\:border-e-ozc-500\/25:hover {
  border-inline-end-color: rgb(255 110 96 / 0.25);
}

.hover\:border-e-ozc-500\/30:hover {
  border-inline-end-color: rgb(255 110 96 / 0.3);
}

.hover\:border-e-ozc-500\/40:hover {
  border-inline-end-color: rgb(255 110 96 / 0.4);
}

.hover\:border-e-ozc-500\/5:hover {
  border-inline-end-color: rgb(255 110 96 / 0.05);
}

.hover\:border-e-ozc-500\/50:hover {
  border-inline-end-color: rgb(255 110 96 / 0.5);
}

.hover\:border-e-ozc-500\/60:hover {
  border-inline-end-color: rgb(255 110 96 / 0.6);
}

.hover\:border-e-ozc-500\/70:hover {
  border-inline-end-color: rgb(255 110 96 / 0.7);
}

.hover\:border-e-ozc-500\/75:hover {
  border-inline-end-color: rgb(255 110 96 / 0.75);
}

.hover\:border-e-ozc-500\/80:hover {
  border-inline-end-color: rgb(255 110 96 / 0.8);
}

.hover\:border-e-ozc-500\/90:hover {
  border-inline-end-color: rgb(255 110 96 / 0.9);
}

.hover\:border-e-ozc-500\/95:hover {
  border-inline-end-color: rgb(255 110 96 / 0.95);
}

.hover\:border-e-ozc-600:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(249 169 140 / var(--tw-border-opacity));
}

.hover\:border-e-ozc-600\/0:hover {
  border-inline-end-color: rgb(249 169 140 / 0);
}

.hover\:border-e-ozc-600\/10:hover {
  border-inline-end-color: rgb(249 169 140 / 0.1);
}

.hover\:border-e-ozc-600\/100:hover {
  border-inline-end-color: rgb(249 169 140 / 1);
}

.hover\:border-e-ozc-600\/20:hover {
  border-inline-end-color: rgb(249 169 140 / 0.2);
}

.hover\:border-e-ozc-600\/25:hover {
  border-inline-end-color: rgb(249 169 140 / 0.25);
}

.hover\:border-e-ozc-600\/30:hover {
  border-inline-end-color: rgb(249 169 140 / 0.3);
}

.hover\:border-e-ozc-600\/40:hover {
  border-inline-end-color: rgb(249 169 140 / 0.4);
}

.hover\:border-e-ozc-600\/5:hover {
  border-inline-end-color: rgb(249 169 140 / 0.05);
}

.hover\:border-e-ozc-600\/50:hover {
  border-inline-end-color: rgb(249 169 140 / 0.5);
}

.hover\:border-e-ozc-600\/60:hover {
  border-inline-end-color: rgb(249 169 140 / 0.6);
}

.hover\:border-e-ozc-600\/70:hover {
  border-inline-end-color: rgb(249 169 140 / 0.7);
}

.hover\:border-e-ozc-600\/75:hover {
  border-inline-end-color: rgb(249 169 140 / 0.75);
}

.hover\:border-e-ozc-600\/80:hover {
  border-inline-end-color: rgb(249 169 140 / 0.8);
}

.hover\:border-e-ozc-600\/90:hover {
  border-inline-end-color: rgb(249 169 140 / 0.9);
}

.hover\:border-e-ozc-600\/95:hover {
  border-inline-end-color: rgb(249 169 140 / 0.95);
}

.hover\:border-e-ozc-700:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(246 148 114 / var(--tw-border-opacity));
}

.hover\:border-e-ozc-700\/0:hover {
  border-inline-end-color: rgb(246 148 114 / 0);
}

.hover\:border-e-ozc-700\/10:hover {
  border-inline-end-color: rgb(246 148 114 / 0.1);
}

.hover\:border-e-ozc-700\/100:hover {
  border-inline-end-color: rgb(246 148 114 / 1);
}

.hover\:border-e-ozc-700\/20:hover {
  border-inline-end-color: rgb(246 148 114 / 0.2);
}

.hover\:border-e-ozc-700\/25:hover {
  border-inline-end-color: rgb(246 148 114 / 0.25);
}

.hover\:border-e-ozc-700\/30:hover {
  border-inline-end-color: rgb(246 148 114 / 0.3);
}

.hover\:border-e-ozc-700\/40:hover {
  border-inline-end-color: rgb(246 148 114 / 0.4);
}

.hover\:border-e-ozc-700\/5:hover {
  border-inline-end-color: rgb(246 148 114 / 0.05);
}

.hover\:border-e-ozc-700\/50:hover {
  border-inline-end-color: rgb(246 148 114 / 0.5);
}

.hover\:border-e-ozc-700\/60:hover {
  border-inline-end-color: rgb(246 148 114 / 0.6);
}

.hover\:border-e-ozc-700\/70:hover {
  border-inline-end-color: rgb(246 148 114 / 0.7);
}

.hover\:border-e-ozc-700\/75:hover {
  border-inline-end-color: rgb(246 148 114 / 0.75);
}

.hover\:border-e-ozc-700\/80:hover {
  border-inline-end-color: rgb(246 148 114 / 0.8);
}

.hover\:border-e-ozc-700\/90:hover {
  border-inline-end-color: rgb(246 148 114 / 0.9);
}

.hover\:border-e-ozc-700\/95:hover {
  border-inline-end-color: rgb(246 148 114 / 0.95);
}

.hover\:border-e-ozc-800:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 144 136 / var(--tw-border-opacity));
}

.hover\:border-e-ozc-800\/0:hover {
  border-inline-end-color: rgb(245 144 136 / 0);
}

.hover\:border-e-ozc-800\/10:hover {
  border-inline-end-color: rgb(245 144 136 / 0.1);
}

.hover\:border-e-ozc-800\/100:hover {
  border-inline-end-color: rgb(245 144 136 / 1);
}

.hover\:border-e-ozc-800\/20:hover {
  border-inline-end-color: rgb(245 144 136 / 0.2);
}

.hover\:border-e-ozc-800\/25:hover {
  border-inline-end-color: rgb(245 144 136 / 0.25);
}

.hover\:border-e-ozc-800\/30:hover {
  border-inline-end-color: rgb(245 144 136 / 0.3);
}

.hover\:border-e-ozc-800\/40:hover {
  border-inline-end-color: rgb(245 144 136 / 0.4);
}

.hover\:border-e-ozc-800\/5:hover {
  border-inline-end-color: rgb(245 144 136 / 0.05);
}

.hover\:border-e-ozc-800\/50:hover {
  border-inline-end-color: rgb(245 144 136 / 0.5);
}

.hover\:border-e-ozc-800\/60:hover {
  border-inline-end-color: rgb(245 144 136 / 0.6);
}

.hover\:border-e-ozc-800\/70:hover {
  border-inline-end-color: rgb(245 144 136 / 0.7);
}

.hover\:border-e-ozc-800\/75:hover {
  border-inline-end-color: rgb(245 144 136 / 0.75);
}

.hover\:border-e-ozc-800\/80:hover {
  border-inline-end-color: rgb(245 144 136 / 0.8);
}

.hover\:border-e-ozc-800\/90:hover {
  border-inline-end-color: rgb(245 144 136 / 0.9);
}

.hover\:border-e-ozc-800\/95:hover {
  border-inline-end-color: rgb(245 144 136 / 0.95);
}

.hover\:border-e-ozc-900:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(243 121 124 / var(--tw-border-opacity));
}

.hover\:border-e-ozc-900\/0:hover {
  border-inline-end-color: rgb(243 121 124 / 0);
}

.hover\:border-e-ozc-900\/10:hover {
  border-inline-end-color: rgb(243 121 124 / 0.1);
}

.hover\:border-e-ozc-900\/100:hover {
  border-inline-end-color: rgb(243 121 124 / 1);
}

.hover\:border-e-ozc-900\/20:hover {
  border-inline-end-color: rgb(243 121 124 / 0.2);
}

.hover\:border-e-ozc-900\/25:hover {
  border-inline-end-color: rgb(243 121 124 / 0.25);
}

.hover\:border-e-ozc-900\/30:hover {
  border-inline-end-color: rgb(243 121 124 / 0.3);
}

.hover\:border-e-ozc-900\/40:hover {
  border-inline-end-color: rgb(243 121 124 / 0.4);
}

.hover\:border-e-ozc-900\/5:hover {
  border-inline-end-color: rgb(243 121 124 / 0.05);
}

.hover\:border-e-ozc-900\/50:hover {
  border-inline-end-color: rgb(243 121 124 / 0.5);
}

.hover\:border-e-ozc-900\/60:hover {
  border-inline-end-color: rgb(243 121 124 / 0.6);
}

.hover\:border-e-ozc-900\/70:hover {
  border-inline-end-color: rgb(243 121 124 / 0.7);
}

.hover\:border-e-ozc-900\/75:hover {
  border-inline-end-color: rgb(243 121 124 / 0.75);
}

.hover\:border-e-ozc-900\/80:hover {
  border-inline-end-color: rgb(243 121 124 / 0.8);
}

.hover\:border-e-ozc-900\/90:hover {
  border-inline-end-color: rgb(243 121 124 / 0.9);
}

.hover\:border-e-ozc-900\/95:hover {
  border-inline-end-color: rgb(243 121 124 / 0.95);
}

.hover\:border-e-ozc-950:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.hover\:border-e-ozc-950\/0:hover {
  border-inline-end-color: rgb(42 45 51 / 0);
}

.hover\:border-e-ozc-950\/10:hover {
  border-inline-end-color: rgb(42 45 51 / 0.1);
}

.hover\:border-e-ozc-950\/100:hover {
  border-inline-end-color: rgb(42 45 51 / 1);
}

.hover\:border-e-ozc-950\/20:hover {
  border-inline-end-color: rgb(42 45 51 / 0.2);
}

.hover\:border-e-ozc-950\/25:hover {
  border-inline-end-color: rgb(42 45 51 / 0.25);
}

.hover\:border-e-ozc-950\/30:hover {
  border-inline-end-color: rgb(42 45 51 / 0.3);
}

.hover\:border-e-ozc-950\/40:hover {
  border-inline-end-color: rgb(42 45 51 / 0.4);
}

.hover\:border-e-ozc-950\/5:hover {
  border-inline-end-color: rgb(42 45 51 / 0.05);
}

.hover\:border-e-ozc-950\/50:hover {
  border-inline-end-color: rgb(42 45 51 / 0.5);
}

.hover\:border-e-ozc-950\/60:hover {
  border-inline-end-color: rgb(42 45 51 / 0.6);
}

.hover\:border-e-ozc-950\/70:hover {
  border-inline-end-color: rgb(42 45 51 / 0.7);
}

.hover\:border-e-ozc-950\/75:hover {
  border-inline-end-color: rgb(42 45 51 / 0.75);
}

.hover\:border-e-ozc-950\/80:hover {
  border-inline-end-color: rgb(42 45 51 / 0.8);
}

.hover\:border-e-ozc-950\/90:hover {
  border-inline-end-color: rgb(42 45 51 / 0.9);
}

.hover\:border-e-ozc-950\/95:hover {
  border-inline-end-color: rgb(42 45 51 / 0.95);
}

.hover\:border-e-ozc-alt-100:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 250 230 / var(--tw-border-opacity));
}

.hover\:border-e-ozc-alt-100\/0:hover {
  border-inline-end-color: rgb(255 250 230 / 0);
}

.hover\:border-e-ozc-alt-100\/10:hover {
  border-inline-end-color: rgb(255 250 230 / 0.1);
}

.hover\:border-e-ozc-alt-100\/100:hover {
  border-inline-end-color: rgb(255 250 230 / 1);
}

.hover\:border-e-ozc-alt-100\/20:hover {
  border-inline-end-color: rgb(255 250 230 / 0.2);
}

.hover\:border-e-ozc-alt-100\/25:hover {
  border-inline-end-color: rgb(255 250 230 / 0.25);
}

.hover\:border-e-ozc-alt-100\/30:hover {
  border-inline-end-color: rgb(255 250 230 / 0.3);
}

.hover\:border-e-ozc-alt-100\/40:hover {
  border-inline-end-color: rgb(255 250 230 / 0.4);
}

.hover\:border-e-ozc-alt-100\/5:hover {
  border-inline-end-color: rgb(255 250 230 / 0.05);
}

.hover\:border-e-ozc-alt-100\/50:hover {
  border-inline-end-color: rgb(255 250 230 / 0.5);
}

.hover\:border-e-ozc-alt-100\/60:hover {
  border-inline-end-color: rgb(255 250 230 / 0.6);
}

.hover\:border-e-ozc-alt-100\/70:hover {
  border-inline-end-color: rgb(255 250 230 / 0.7);
}

.hover\:border-e-ozc-alt-100\/75:hover {
  border-inline-end-color: rgb(255 250 230 / 0.75);
}

.hover\:border-e-ozc-alt-100\/80:hover {
  border-inline-end-color: rgb(255 250 230 / 0.8);
}

.hover\:border-e-ozc-alt-100\/90:hover {
  border-inline-end-color: rgb(255 250 230 / 0.9);
}

.hover\:border-e-ozc-alt-100\/95:hover {
  border-inline-end-color: rgb(255 250 230 / 0.95);
}

.hover\:border-e-ozc-alt-200:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 242 193 / var(--tw-border-opacity));
}

.hover\:border-e-ozc-alt-200\/0:hover {
  border-inline-end-color: rgb(255 242 193 / 0);
}

.hover\:border-e-ozc-alt-200\/10:hover {
  border-inline-end-color: rgb(255 242 193 / 0.1);
}

.hover\:border-e-ozc-alt-200\/100:hover {
  border-inline-end-color: rgb(255 242 193 / 1);
}

.hover\:border-e-ozc-alt-200\/20:hover {
  border-inline-end-color: rgb(255 242 193 / 0.2);
}

.hover\:border-e-ozc-alt-200\/25:hover {
  border-inline-end-color: rgb(255 242 193 / 0.25);
}

.hover\:border-e-ozc-alt-200\/30:hover {
  border-inline-end-color: rgb(255 242 193 / 0.3);
}

.hover\:border-e-ozc-alt-200\/40:hover {
  border-inline-end-color: rgb(255 242 193 / 0.4);
}

.hover\:border-e-ozc-alt-200\/5:hover {
  border-inline-end-color: rgb(255 242 193 / 0.05);
}

.hover\:border-e-ozc-alt-200\/50:hover {
  border-inline-end-color: rgb(255 242 193 / 0.5);
}

.hover\:border-e-ozc-alt-200\/60:hover {
  border-inline-end-color: rgb(255 242 193 / 0.6);
}

.hover\:border-e-ozc-alt-200\/70:hover {
  border-inline-end-color: rgb(255 242 193 / 0.7);
}

.hover\:border-e-ozc-alt-200\/75:hover {
  border-inline-end-color: rgb(255 242 193 / 0.75);
}

.hover\:border-e-ozc-alt-200\/80:hover {
  border-inline-end-color: rgb(255 242 193 / 0.8);
}

.hover\:border-e-ozc-alt-200\/90:hover {
  border-inline-end-color: rgb(255 242 193 / 0.9);
}

.hover\:border-e-ozc-alt-200\/95:hover {
  border-inline-end-color: rgb(255 242 193 / 0.95);
}

.hover\:border-e-ozc-alt-300:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 235 155 / var(--tw-border-opacity));
}

.hover\:border-e-ozc-alt-300\/0:hover {
  border-inline-end-color: rgb(255 235 155 / 0);
}

.hover\:border-e-ozc-alt-300\/10:hover {
  border-inline-end-color: rgb(255 235 155 / 0.1);
}

.hover\:border-e-ozc-alt-300\/100:hover {
  border-inline-end-color: rgb(255 235 155 / 1);
}

.hover\:border-e-ozc-alt-300\/20:hover {
  border-inline-end-color: rgb(255 235 155 / 0.2);
}

.hover\:border-e-ozc-alt-300\/25:hover {
  border-inline-end-color: rgb(255 235 155 / 0.25);
}

.hover\:border-e-ozc-alt-300\/30:hover {
  border-inline-end-color: rgb(255 235 155 / 0.3);
}

.hover\:border-e-ozc-alt-300\/40:hover {
  border-inline-end-color: rgb(255 235 155 / 0.4);
}

.hover\:border-e-ozc-alt-300\/5:hover {
  border-inline-end-color: rgb(255 235 155 / 0.05);
}

.hover\:border-e-ozc-alt-300\/50:hover {
  border-inline-end-color: rgb(255 235 155 / 0.5);
}

.hover\:border-e-ozc-alt-300\/60:hover {
  border-inline-end-color: rgb(255 235 155 / 0.6);
}

.hover\:border-e-ozc-alt-300\/70:hover {
  border-inline-end-color: rgb(255 235 155 / 0.7);
}

.hover\:border-e-ozc-alt-300\/75:hover {
  border-inline-end-color: rgb(255 235 155 / 0.75);
}

.hover\:border-e-ozc-alt-300\/80:hover {
  border-inline-end-color: rgb(255 235 155 / 0.8);
}

.hover\:border-e-ozc-alt-300\/90:hover {
  border-inline-end-color: rgb(255 235 155 / 0.9);
}

.hover\:border-e-ozc-alt-300\/95:hover {
  border-inline-end-color: rgb(255 235 155 / 0.95);
}

.hover\:border-e-ozc-alt-400:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 219 80 / var(--tw-border-opacity));
}

.hover\:border-e-ozc-alt-400\/0:hover {
  border-inline-end-color: rgb(255 219 80 / 0);
}

.hover\:border-e-ozc-alt-400\/10:hover {
  border-inline-end-color: rgb(255 219 80 / 0.1);
}

.hover\:border-e-ozc-alt-400\/100:hover {
  border-inline-end-color: rgb(255 219 80 / 1);
}

.hover\:border-e-ozc-alt-400\/20:hover {
  border-inline-end-color: rgb(255 219 80 / 0.2);
}

.hover\:border-e-ozc-alt-400\/25:hover {
  border-inline-end-color: rgb(255 219 80 / 0.25);
}

.hover\:border-e-ozc-alt-400\/30:hover {
  border-inline-end-color: rgb(255 219 80 / 0.3);
}

.hover\:border-e-ozc-alt-400\/40:hover {
  border-inline-end-color: rgb(255 219 80 / 0.4);
}

.hover\:border-e-ozc-alt-400\/5:hover {
  border-inline-end-color: rgb(255 219 80 / 0.05);
}

.hover\:border-e-ozc-alt-400\/50:hover {
  border-inline-end-color: rgb(255 219 80 / 0.5);
}

.hover\:border-e-ozc-alt-400\/60:hover {
  border-inline-end-color: rgb(255 219 80 / 0.6);
}

.hover\:border-e-ozc-alt-400\/70:hover {
  border-inline-end-color: rgb(255 219 80 / 0.7);
}

.hover\:border-e-ozc-alt-400\/75:hover {
  border-inline-end-color: rgb(255 219 80 / 0.75);
}

.hover\:border-e-ozc-alt-400\/80:hover {
  border-inline-end-color: rgb(255 219 80 / 0.8);
}

.hover\:border-e-ozc-alt-400\/90:hover {
  border-inline-end-color: rgb(255 219 80 / 0.9);
}

.hover\:border-e-ozc-alt-400\/95:hover {
  border-inline-end-color: rgb(255 219 80 / 0.95);
}

.hover\:border-e-ozc-alt-50:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 252 243 / var(--tw-border-opacity));
}

.hover\:border-e-ozc-alt-50\/0:hover {
  border-inline-end-color: rgb(255 252 243 / 0);
}

.hover\:border-e-ozc-alt-50\/10:hover {
  border-inline-end-color: rgb(255 252 243 / 0.1);
}

.hover\:border-e-ozc-alt-50\/100:hover {
  border-inline-end-color: rgb(255 252 243 / 1);
}

.hover\:border-e-ozc-alt-50\/20:hover {
  border-inline-end-color: rgb(255 252 243 / 0.2);
}

.hover\:border-e-ozc-alt-50\/25:hover {
  border-inline-end-color: rgb(255 252 243 / 0.25);
}

.hover\:border-e-ozc-alt-50\/30:hover {
  border-inline-end-color: rgb(255 252 243 / 0.3);
}

.hover\:border-e-ozc-alt-50\/40:hover {
  border-inline-end-color: rgb(255 252 243 / 0.4);
}

.hover\:border-e-ozc-alt-50\/5:hover {
  border-inline-end-color: rgb(255 252 243 / 0.05);
}

.hover\:border-e-ozc-alt-50\/50:hover {
  border-inline-end-color: rgb(255 252 243 / 0.5);
}

.hover\:border-e-ozc-alt-50\/60:hover {
  border-inline-end-color: rgb(255 252 243 / 0.6);
}

.hover\:border-e-ozc-alt-50\/70:hover {
  border-inline-end-color: rgb(255 252 243 / 0.7);
}

.hover\:border-e-ozc-alt-50\/75:hover {
  border-inline-end-color: rgb(255 252 243 / 0.75);
}

.hover\:border-e-ozc-alt-50\/80:hover {
  border-inline-end-color: rgb(255 252 243 / 0.8);
}

.hover\:border-e-ozc-alt-50\/90:hover {
  border-inline-end-color: rgb(255 252 243 / 0.9);
}

.hover\:border-e-ozc-alt-50\/95:hover {
  border-inline-end-color: rgb(255 252 243 / 0.95);
}

.hover\:border-e-ozc-alt-500:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 204 5 / var(--tw-border-opacity));
}

.hover\:border-e-ozc-alt-500\/0:hover {
  border-inline-end-color: rgb(255 204 5 / 0);
}

.hover\:border-e-ozc-alt-500\/10:hover {
  border-inline-end-color: rgb(255 204 5 / 0.1);
}

.hover\:border-e-ozc-alt-500\/100:hover {
  border-inline-end-color: rgb(255 204 5 / 1);
}

.hover\:border-e-ozc-alt-500\/20:hover {
  border-inline-end-color: rgb(255 204 5 / 0.2);
}

.hover\:border-e-ozc-alt-500\/25:hover {
  border-inline-end-color: rgb(255 204 5 / 0.25);
}

.hover\:border-e-ozc-alt-500\/30:hover {
  border-inline-end-color: rgb(255 204 5 / 0.3);
}

.hover\:border-e-ozc-alt-500\/40:hover {
  border-inline-end-color: rgb(255 204 5 / 0.4);
}

.hover\:border-e-ozc-alt-500\/5:hover {
  border-inline-end-color: rgb(255 204 5 / 0.05);
}

.hover\:border-e-ozc-alt-500\/50:hover {
  border-inline-end-color: rgb(255 204 5 / 0.5);
}

.hover\:border-e-ozc-alt-500\/60:hover {
  border-inline-end-color: rgb(255 204 5 / 0.6);
}

.hover\:border-e-ozc-alt-500\/70:hover {
  border-inline-end-color: rgb(255 204 5 / 0.7);
}

.hover\:border-e-ozc-alt-500\/75:hover {
  border-inline-end-color: rgb(255 204 5 / 0.75);
}

.hover\:border-e-ozc-alt-500\/80:hover {
  border-inline-end-color: rgb(255 204 5 / 0.8);
}

.hover\:border-e-ozc-alt-500\/90:hover {
  border-inline-end-color: rgb(255 204 5 / 0.9);
}

.hover\:border-e-ozc-alt-500\/95:hover {
  border-inline-end-color: rgb(255 204 5 / 0.95);
}

.hover\:border-e-ozc-alt-600:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(230 184 5 / var(--tw-border-opacity));
}

.hover\:border-e-ozc-alt-600\/0:hover {
  border-inline-end-color: rgb(230 184 5 / 0);
}

.hover\:border-e-ozc-alt-600\/10:hover {
  border-inline-end-color: rgb(230 184 5 / 0.1);
}

.hover\:border-e-ozc-alt-600\/100:hover {
  border-inline-end-color: rgb(230 184 5 / 1);
}

.hover\:border-e-ozc-alt-600\/20:hover {
  border-inline-end-color: rgb(230 184 5 / 0.2);
}

.hover\:border-e-ozc-alt-600\/25:hover {
  border-inline-end-color: rgb(230 184 5 / 0.25);
}

.hover\:border-e-ozc-alt-600\/30:hover {
  border-inline-end-color: rgb(230 184 5 / 0.3);
}

.hover\:border-e-ozc-alt-600\/40:hover {
  border-inline-end-color: rgb(230 184 5 / 0.4);
}

.hover\:border-e-ozc-alt-600\/5:hover {
  border-inline-end-color: rgb(230 184 5 / 0.05);
}

.hover\:border-e-ozc-alt-600\/50:hover {
  border-inline-end-color: rgb(230 184 5 / 0.5);
}

.hover\:border-e-ozc-alt-600\/60:hover {
  border-inline-end-color: rgb(230 184 5 / 0.6);
}

.hover\:border-e-ozc-alt-600\/70:hover {
  border-inline-end-color: rgb(230 184 5 / 0.7);
}

.hover\:border-e-ozc-alt-600\/75:hover {
  border-inline-end-color: rgb(230 184 5 / 0.75);
}

.hover\:border-e-ozc-alt-600\/80:hover {
  border-inline-end-color: rgb(230 184 5 / 0.8);
}

.hover\:border-e-ozc-alt-600\/90:hover {
  border-inline-end-color: rgb(230 184 5 / 0.9);
}

.hover\:border-e-ozc-alt-600\/95:hover {
  border-inline-end-color: rgb(230 184 5 / 0.95);
}

.hover\:border-e-ozc-alt-700:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(153 122 3 / var(--tw-border-opacity));
}

.hover\:border-e-ozc-alt-700\/0:hover {
  border-inline-end-color: rgb(153 122 3 / 0);
}

.hover\:border-e-ozc-alt-700\/10:hover {
  border-inline-end-color: rgb(153 122 3 / 0.1);
}

.hover\:border-e-ozc-alt-700\/100:hover {
  border-inline-end-color: rgb(153 122 3 / 1);
}

.hover\:border-e-ozc-alt-700\/20:hover {
  border-inline-end-color: rgb(153 122 3 / 0.2);
}

.hover\:border-e-ozc-alt-700\/25:hover {
  border-inline-end-color: rgb(153 122 3 / 0.25);
}

.hover\:border-e-ozc-alt-700\/30:hover {
  border-inline-end-color: rgb(153 122 3 / 0.3);
}

.hover\:border-e-ozc-alt-700\/40:hover {
  border-inline-end-color: rgb(153 122 3 / 0.4);
}

.hover\:border-e-ozc-alt-700\/5:hover {
  border-inline-end-color: rgb(153 122 3 / 0.05);
}

.hover\:border-e-ozc-alt-700\/50:hover {
  border-inline-end-color: rgb(153 122 3 / 0.5);
}

.hover\:border-e-ozc-alt-700\/60:hover {
  border-inline-end-color: rgb(153 122 3 / 0.6);
}

.hover\:border-e-ozc-alt-700\/70:hover {
  border-inline-end-color: rgb(153 122 3 / 0.7);
}

.hover\:border-e-ozc-alt-700\/75:hover {
  border-inline-end-color: rgb(153 122 3 / 0.75);
}

.hover\:border-e-ozc-alt-700\/80:hover {
  border-inline-end-color: rgb(153 122 3 / 0.8);
}

.hover\:border-e-ozc-alt-700\/90:hover {
  border-inline-end-color: rgb(153 122 3 / 0.9);
}

.hover\:border-e-ozc-alt-700\/95:hover {
  border-inline-end-color: rgb(153 122 3 / 0.95);
}

.hover\:border-e-ozc-alt-800:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(115 92 2 / var(--tw-border-opacity));
}

.hover\:border-e-ozc-alt-800\/0:hover {
  border-inline-end-color: rgb(115 92 2 / 0);
}

.hover\:border-e-ozc-alt-800\/10:hover {
  border-inline-end-color: rgb(115 92 2 / 0.1);
}

.hover\:border-e-ozc-alt-800\/100:hover {
  border-inline-end-color: rgb(115 92 2 / 1);
}

.hover\:border-e-ozc-alt-800\/20:hover {
  border-inline-end-color: rgb(115 92 2 / 0.2);
}

.hover\:border-e-ozc-alt-800\/25:hover {
  border-inline-end-color: rgb(115 92 2 / 0.25);
}

.hover\:border-e-ozc-alt-800\/30:hover {
  border-inline-end-color: rgb(115 92 2 / 0.3);
}

.hover\:border-e-ozc-alt-800\/40:hover {
  border-inline-end-color: rgb(115 92 2 / 0.4);
}

.hover\:border-e-ozc-alt-800\/5:hover {
  border-inline-end-color: rgb(115 92 2 / 0.05);
}

.hover\:border-e-ozc-alt-800\/50:hover {
  border-inline-end-color: rgb(115 92 2 / 0.5);
}

.hover\:border-e-ozc-alt-800\/60:hover {
  border-inline-end-color: rgb(115 92 2 / 0.6);
}

.hover\:border-e-ozc-alt-800\/70:hover {
  border-inline-end-color: rgb(115 92 2 / 0.7);
}

.hover\:border-e-ozc-alt-800\/75:hover {
  border-inline-end-color: rgb(115 92 2 / 0.75);
}

.hover\:border-e-ozc-alt-800\/80:hover {
  border-inline-end-color: rgb(115 92 2 / 0.8);
}

.hover\:border-e-ozc-alt-800\/90:hover {
  border-inline-end-color: rgb(115 92 2 / 0.9);
}

.hover\:border-e-ozc-alt-800\/95:hover {
  border-inline-end-color: rgb(115 92 2 / 0.95);
}

.hover\:border-e-ozc-alt-900:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.hover\:border-e-ozc-alt-900\/0:hover {
  border-inline-end-color: rgb(42 45 51 / 0);
}

.hover\:border-e-ozc-alt-900\/10:hover {
  border-inline-end-color: rgb(42 45 51 / 0.1);
}

.hover\:border-e-ozc-alt-900\/100:hover {
  border-inline-end-color: rgb(42 45 51 / 1);
}

.hover\:border-e-ozc-alt-900\/20:hover {
  border-inline-end-color: rgb(42 45 51 / 0.2);
}

.hover\:border-e-ozc-alt-900\/25:hover {
  border-inline-end-color: rgb(42 45 51 / 0.25);
}

.hover\:border-e-ozc-alt-900\/30:hover {
  border-inline-end-color: rgb(42 45 51 / 0.3);
}

.hover\:border-e-ozc-alt-900\/40:hover {
  border-inline-end-color: rgb(42 45 51 / 0.4);
}

.hover\:border-e-ozc-alt-900\/5:hover {
  border-inline-end-color: rgb(42 45 51 / 0.05);
}

.hover\:border-e-ozc-alt-900\/50:hover {
  border-inline-end-color: rgb(42 45 51 / 0.5);
}

.hover\:border-e-ozc-alt-900\/60:hover {
  border-inline-end-color: rgb(42 45 51 / 0.6);
}

.hover\:border-e-ozc-alt-900\/70:hover {
  border-inline-end-color: rgb(42 45 51 / 0.7);
}

.hover\:border-e-ozc-alt-900\/75:hover {
  border-inline-end-color: rgb(42 45 51 / 0.75);
}

.hover\:border-e-ozc-alt-900\/80:hover {
  border-inline-end-color: rgb(42 45 51 / 0.8);
}

.hover\:border-e-ozc-alt-900\/90:hover {
  border-inline-end-color: rgb(42 45 51 / 0.9);
}

.hover\:border-e-ozc-alt-900\/95:hover {
  border-inline-end-color: rgb(42 45 51 / 0.95);
}

.hover\:border-e-pink-100:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(252 231 243 / var(--tw-border-opacity));
}

.hover\:border-e-pink-100\/0:hover {
  border-inline-end-color: rgb(252 231 243 / 0);
}

.hover\:border-e-pink-100\/10:hover {
  border-inline-end-color: rgb(252 231 243 / 0.1);
}

.hover\:border-e-pink-100\/100:hover {
  border-inline-end-color: rgb(252 231 243 / 1);
}

.hover\:border-e-pink-100\/20:hover {
  border-inline-end-color: rgb(252 231 243 / 0.2);
}

.hover\:border-e-pink-100\/25:hover {
  border-inline-end-color: rgb(252 231 243 / 0.25);
}

.hover\:border-e-pink-100\/30:hover {
  border-inline-end-color: rgb(252 231 243 / 0.3);
}

.hover\:border-e-pink-100\/40:hover {
  border-inline-end-color: rgb(252 231 243 / 0.4);
}

.hover\:border-e-pink-100\/5:hover {
  border-inline-end-color: rgb(252 231 243 / 0.05);
}

.hover\:border-e-pink-100\/50:hover {
  border-inline-end-color: rgb(252 231 243 / 0.5);
}

.hover\:border-e-pink-100\/60:hover {
  border-inline-end-color: rgb(252 231 243 / 0.6);
}

.hover\:border-e-pink-100\/70:hover {
  border-inline-end-color: rgb(252 231 243 / 0.7);
}

.hover\:border-e-pink-100\/75:hover {
  border-inline-end-color: rgb(252 231 243 / 0.75);
}

.hover\:border-e-pink-100\/80:hover {
  border-inline-end-color: rgb(252 231 243 / 0.8);
}

.hover\:border-e-pink-100\/90:hover {
  border-inline-end-color: rgb(252 231 243 / 0.9);
}

.hover\:border-e-pink-100\/95:hover {
  border-inline-end-color: rgb(252 231 243 / 0.95);
}

.hover\:border-e-pink-200:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(251 207 232 / var(--tw-border-opacity));
}

.hover\:border-e-pink-200\/0:hover {
  border-inline-end-color: rgb(251 207 232 / 0);
}

.hover\:border-e-pink-200\/10:hover {
  border-inline-end-color: rgb(251 207 232 / 0.1);
}

.hover\:border-e-pink-200\/100:hover {
  border-inline-end-color: rgb(251 207 232 / 1);
}

.hover\:border-e-pink-200\/20:hover {
  border-inline-end-color: rgb(251 207 232 / 0.2);
}

.hover\:border-e-pink-200\/25:hover {
  border-inline-end-color: rgb(251 207 232 / 0.25);
}

.hover\:border-e-pink-200\/30:hover {
  border-inline-end-color: rgb(251 207 232 / 0.3);
}

.hover\:border-e-pink-200\/40:hover {
  border-inline-end-color: rgb(251 207 232 / 0.4);
}

.hover\:border-e-pink-200\/5:hover {
  border-inline-end-color: rgb(251 207 232 / 0.05);
}

.hover\:border-e-pink-200\/50:hover {
  border-inline-end-color: rgb(251 207 232 / 0.5);
}

.hover\:border-e-pink-200\/60:hover {
  border-inline-end-color: rgb(251 207 232 / 0.6);
}

.hover\:border-e-pink-200\/70:hover {
  border-inline-end-color: rgb(251 207 232 / 0.7);
}

.hover\:border-e-pink-200\/75:hover {
  border-inline-end-color: rgb(251 207 232 / 0.75);
}

.hover\:border-e-pink-200\/80:hover {
  border-inline-end-color: rgb(251 207 232 / 0.8);
}

.hover\:border-e-pink-200\/90:hover {
  border-inline-end-color: rgb(251 207 232 / 0.9);
}

.hover\:border-e-pink-200\/95:hover {
  border-inline-end-color: rgb(251 207 232 / 0.95);
}

.hover\:border-e-pink-300:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(249 168 212 / var(--tw-border-opacity));
}

.hover\:border-e-pink-300\/0:hover {
  border-inline-end-color: rgb(249 168 212 / 0);
}

.hover\:border-e-pink-300\/10:hover {
  border-inline-end-color: rgb(249 168 212 / 0.1);
}

.hover\:border-e-pink-300\/100:hover {
  border-inline-end-color: rgb(249 168 212 / 1);
}

.hover\:border-e-pink-300\/20:hover {
  border-inline-end-color: rgb(249 168 212 / 0.2);
}

.hover\:border-e-pink-300\/25:hover {
  border-inline-end-color: rgb(249 168 212 / 0.25);
}

.hover\:border-e-pink-300\/30:hover {
  border-inline-end-color: rgb(249 168 212 / 0.3);
}

.hover\:border-e-pink-300\/40:hover {
  border-inline-end-color: rgb(249 168 212 / 0.4);
}

.hover\:border-e-pink-300\/5:hover {
  border-inline-end-color: rgb(249 168 212 / 0.05);
}

.hover\:border-e-pink-300\/50:hover {
  border-inline-end-color: rgb(249 168 212 / 0.5);
}

.hover\:border-e-pink-300\/60:hover {
  border-inline-end-color: rgb(249 168 212 / 0.6);
}

.hover\:border-e-pink-300\/70:hover {
  border-inline-end-color: rgb(249 168 212 / 0.7);
}

.hover\:border-e-pink-300\/75:hover {
  border-inline-end-color: rgb(249 168 212 / 0.75);
}

.hover\:border-e-pink-300\/80:hover {
  border-inline-end-color: rgb(249 168 212 / 0.8);
}

.hover\:border-e-pink-300\/90:hover {
  border-inline-end-color: rgb(249 168 212 / 0.9);
}

.hover\:border-e-pink-300\/95:hover {
  border-inline-end-color: rgb(249 168 212 / 0.95);
}

.hover\:border-e-pink-400:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(244 114 182 / var(--tw-border-opacity));
}

.hover\:border-e-pink-400\/0:hover {
  border-inline-end-color: rgb(244 114 182 / 0);
}

.hover\:border-e-pink-400\/10:hover {
  border-inline-end-color: rgb(244 114 182 / 0.1);
}

.hover\:border-e-pink-400\/100:hover {
  border-inline-end-color: rgb(244 114 182 / 1);
}

.hover\:border-e-pink-400\/20:hover {
  border-inline-end-color: rgb(244 114 182 / 0.2);
}

.hover\:border-e-pink-400\/25:hover {
  border-inline-end-color: rgb(244 114 182 / 0.25);
}

.hover\:border-e-pink-400\/30:hover {
  border-inline-end-color: rgb(244 114 182 / 0.3);
}

.hover\:border-e-pink-400\/40:hover {
  border-inline-end-color: rgb(244 114 182 / 0.4);
}

.hover\:border-e-pink-400\/5:hover {
  border-inline-end-color: rgb(244 114 182 / 0.05);
}

.hover\:border-e-pink-400\/50:hover {
  border-inline-end-color: rgb(244 114 182 / 0.5);
}

.hover\:border-e-pink-400\/60:hover {
  border-inline-end-color: rgb(244 114 182 / 0.6);
}

.hover\:border-e-pink-400\/70:hover {
  border-inline-end-color: rgb(244 114 182 / 0.7);
}

.hover\:border-e-pink-400\/75:hover {
  border-inline-end-color: rgb(244 114 182 / 0.75);
}

.hover\:border-e-pink-400\/80:hover {
  border-inline-end-color: rgb(244 114 182 / 0.8);
}

.hover\:border-e-pink-400\/90:hover {
  border-inline-end-color: rgb(244 114 182 / 0.9);
}

.hover\:border-e-pink-400\/95:hover {
  border-inline-end-color: rgb(244 114 182 / 0.95);
}

.hover\:border-e-pink-50:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 242 248 / var(--tw-border-opacity));
}

.hover\:border-e-pink-50\/0:hover {
  border-inline-end-color: rgb(253 242 248 / 0);
}

.hover\:border-e-pink-50\/10:hover {
  border-inline-end-color: rgb(253 242 248 / 0.1);
}

.hover\:border-e-pink-50\/100:hover {
  border-inline-end-color: rgb(253 242 248 / 1);
}

.hover\:border-e-pink-50\/20:hover {
  border-inline-end-color: rgb(253 242 248 / 0.2);
}

.hover\:border-e-pink-50\/25:hover {
  border-inline-end-color: rgb(253 242 248 / 0.25);
}

.hover\:border-e-pink-50\/30:hover {
  border-inline-end-color: rgb(253 242 248 / 0.3);
}

.hover\:border-e-pink-50\/40:hover {
  border-inline-end-color: rgb(253 242 248 / 0.4);
}

.hover\:border-e-pink-50\/5:hover {
  border-inline-end-color: rgb(253 242 248 / 0.05);
}

.hover\:border-e-pink-50\/50:hover {
  border-inline-end-color: rgb(253 242 248 / 0.5);
}

.hover\:border-e-pink-50\/60:hover {
  border-inline-end-color: rgb(253 242 248 / 0.6);
}

.hover\:border-e-pink-50\/70:hover {
  border-inline-end-color: rgb(253 242 248 / 0.7);
}

.hover\:border-e-pink-50\/75:hover {
  border-inline-end-color: rgb(253 242 248 / 0.75);
}

.hover\:border-e-pink-50\/80:hover {
  border-inline-end-color: rgb(253 242 248 / 0.8);
}

.hover\:border-e-pink-50\/90:hover {
  border-inline-end-color: rgb(253 242 248 / 0.9);
}

.hover\:border-e-pink-50\/95:hover {
  border-inline-end-color: rgb(253 242 248 / 0.95);
}

.hover\:border-e-pink-500:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(236 72 153 / var(--tw-border-opacity));
}

.hover\:border-e-pink-500\/0:hover {
  border-inline-end-color: rgb(236 72 153 / 0);
}

.hover\:border-e-pink-500\/10:hover {
  border-inline-end-color: rgb(236 72 153 / 0.1);
}

.hover\:border-e-pink-500\/100:hover {
  border-inline-end-color: rgb(236 72 153 / 1);
}

.hover\:border-e-pink-500\/20:hover {
  border-inline-end-color: rgb(236 72 153 / 0.2);
}

.hover\:border-e-pink-500\/25:hover {
  border-inline-end-color: rgb(236 72 153 / 0.25);
}

.hover\:border-e-pink-500\/30:hover {
  border-inline-end-color: rgb(236 72 153 / 0.3);
}

.hover\:border-e-pink-500\/40:hover {
  border-inline-end-color: rgb(236 72 153 / 0.4);
}

.hover\:border-e-pink-500\/5:hover {
  border-inline-end-color: rgb(236 72 153 / 0.05);
}

.hover\:border-e-pink-500\/50:hover {
  border-inline-end-color: rgb(236 72 153 / 0.5);
}

.hover\:border-e-pink-500\/60:hover {
  border-inline-end-color: rgb(236 72 153 / 0.6);
}

.hover\:border-e-pink-500\/70:hover {
  border-inline-end-color: rgb(236 72 153 / 0.7);
}

.hover\:border-e-pink-500\/75:hover {
  border-inline-end-color: rgb(236 72 153 / 0.75);
}

.hover\:border-e-pink-500\/80:hover {
  border-inline-end-color: rgb(236 72 153 / 0.8);
}

.hover\:border-e-pink-500\/90:hover {
  border-inline-end-color: rgb(236 72 153 / 0.9);
}

.hover\:border-e-pink-500\/95:hover {
  border-inline-end-color: rgb(236 72 153 / 0.95);
}

.hover\:border-e-pink-600:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(219 39 119 / var(--tw-border-opacity));
}

.hover\:border-e-pink-600\/0:hover {
  border-inline-end-color: rgb(219 39 119 / 0);
}

.hover\:border-e-pink-600\/10:hover {
  border-inline-end-color: rgb(219 39 119 / 0.1);
}

.hover\:border-e-pink-600\/100:hover {
  border-inline-end-color: rgb(219 39 119 / 1);
}

.hover\:border-e-pink-600\/20:hover {
  border-inline-end-color: rgb(219 39 119 / 0.2);
}

.hover\:border-e-pink-600\/25:hover {
  border-inline-end-color: rgb(219 39 119 / 0.25);
}

.hover\:border-e-pink-600\/30:hover {
  border-inline-end-color: rgb(219 39 119 / 0.3);
}

.hover\:border-e-pink-600\/40:hover {
  border-inline-end-color: rgb(219 39 119 / 0.4);
}

.hover\:border-e-pink-600\/5:hover {
  border-inline-end-color: rgb(219 39 119 / 0.05);
}

.hover\:border-e-pink-600\/50:hover {
  border-inline-end-color: rgb(219 39 119 / 0.5);
}

.hover\:border-e-pink-600\/60:hover {
  border-inline-end-color: rgb(219 39 119 / 0.6);
}

.hover\:border-e-pink-600\/70:hover {
  border-inline-end-color: rgb(219 39 119 / 0.7);
}

.hover\:border-e-pink-600\/75:hover {
  border-inline-end-color: rgb(219 39 119 / 0.75);
}

.hover\:border-e-pink-600\/80:hover {
  border-inline-end-color: rgb(219 39 119 / 0.8);
}

.hover\:border-e-pink-600\/90:hover {
  border-inline-end-color: rgb(219 39 119 / 0.9);
}

.hover\:border-e-pink-600\/95:hover {
  border-inline-end-color: rgb(219 39 119 / 0.95);
}

.hover\:border-e-pink-700:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(190 24 93 / var(--tw-border-opacity));
}

.hover\:border-e-pink-700\/0:hover {
  border-inline-end-color: rgb(190 24 93 / 0);
}

.hover\:border-e-pink-700\/10:hover {
  border-inline-end-color: rgb(190 24 93 / 0.1);
}

.hover\:border-e-pink-700\/100:hover {
  border-inline-end-color: rgb(190 24 93 / 1);
}

.hover\:border-e-pink-700\/20:hover {
  border-inline-end-color: rgb(190 24 93 / 0.2);
}

.hover\:border-e-pink-700\/25:hover {
  border-inline-end-color: rgb(190 24 93 / 0.25);
}

.hover\:border-e-pink-700\/30:hover {
  border-inline-end-color: rgb(190 24 93 / 0.3);
}

.hover\:border-e-pink-700\/40:hover {
  border-inline-end-color: rgb(190 24 93 / 0.4);
}

.hover\:border-e-pink-700\/5:hover {
  border-inline-end-color: rgb(190 24 93 / 0.05);
}

.hover\:border-e-pink-700\/50:hover {
  border-inline-end-color: rgb(190 24 93 / 0.5);
}

.hover\:border-e-pink-700\/60:hover {
  border-inline-end-color: rgb(190 24 93 / 0.6);
}

.hover\:border-e-pink-700\/70:hover {
  border-inline-end-color: rgb(190 24 93 / 0.7);
}

.hover\:border-e-pink-700\/75:hover {
  border-inline-end-color: rgb(190 24 93 / 0.75);
}

.hover\:border-e-pink-700\/80:hover {
  border-inline-end-color: rgb(190 24 93 / 0.8);
}

.hover\:border-e-pink-700\/90:hover {
  border-inline-end-color: rgb(190 24 93 / 0.9);
}

.hover\:border-e-pink-700\/95:hover {
  border-inline-end-color: rgb(190 24 93 / 0.95);
}

.hover\:border-e-pink-800:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(157 23 77 / var(--tw-border-opacity));
}

.hover\:border-e-pink-800\/0:hover {
  border-inline-end-color: rgb(157 23 77 / 0);
}

.hover\:border-e-pink-800\/10:hover {
  border-inline-end-color: rgb(157 23 77 / 0.1);
}

.hover\:border-e-pink-800\/100:hover {
  border-inline-end-color: rgb(157 23 77 / 1);
}

.hover\:border-e-pink-800\/20:hover {
  border-inline-end-color: rgb(157 23 77 / 0.2);
}

.hover\:border-e-pink-800\/25:hover {
  border-inline-end-color: rgb(157 23 77 / 0.25);
}

.hover\:border-e-pink-800\/30:hover {
  border-inline-end-color: rgb(157 23 77 / 0.3);
}

.hover\:border-e-pink-800\/40:hover {
  border-inline-end-color: rgb(157 23 77 / 0.4);
}

.hover\:border-e-pink-800\/5:hover {
  border-inline-end-color: rgb(157 23 77 / 0.05);
}

.hover\:border-e-pink-800\/50:hover {
  border-inline-end-color: rgb(157 23 77 / 0.5);
}

.hover\:border-e-pink-800\/60:hover {
  border-inline-end-color: rgb(157 23 77 / 0.6);
}

.hover\:border-e-pink-800\/70:hover {
  border-inline-end-color: rgb(157 23 77 / 0.7);
}

.hover\:border-e-pink-800\/75:hover {
  border-inline-end-color: rgb(157 23 77 / 0.75);
}

.hover\:border-e-pink-800\/80:hover {
  border-inline-end-color: rgb(157 23 77 / 0.8);
}

.hover\:border-e-pink-800\/90:hover {
  border-inline-end-color: rgb(157 23 77 / 0.9);
}

.hover\:border-e-pink-800\/95:hover {
  border-inline-end-color: rgb(157 23 77 / 0.95);
}

.hover\:border-e-pink-900:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(131 24 67 / var(--tw-border-opacity));
}

.hover\:border-e-pink-900\/0:hover {
  border-inline-end-color: rgb(131 24 67 / 0);
}

.hover\:border-e-pink-900\/10:hover {
  border-inline-end-color: rgb(131 24 67 / 0.1);
}

.hover\:border-e-pink-900\/100:hover {
  border-inline-end-color: rgb(131 24 67 / 1);
}

.hover\:border-e-pink-900\/20:hover {
  border-inline-end-color: rgb(131 24 67 / 0.2);
}

.hover\:border-e-pink-900\/25:hover {
  border-inline-end-color: rgb(131 24 67 / 0.25);
}

.hover\:border-e-pink-900\/30:hover {
  border-inline-end-color: rgb(131 24 67 / 0.3);
}

.hover\:border-e-pink-900\/40:hover {
  border-inline-end-color: rgb(131 24 67 / 0.4);
}

.hover\:border-e-pink-900\/5:hover {
  border-inline-end-color: rgb(131 24 67 / 0.05);
}

.hover\:border-e-pink-900\/50:hover {
  border-inline-end-color: rgb(131 24 67 / 0.5);
}

.hover\:border-e-pink-900\/60:hover {
  border-inline-end-color: rgb(131 24 67 / 0.6);
}

.hover\:border-e-pink-900\/70:hover {
  border-inline-end-color: rgb(131 24 67 / 0.7);
}

.hover\:border-e-pink-900\/75:hover {
  border-inline-end-color: rgb(131 24 67 / 0.75);
}

.hover\:border-e-pink-900\/80:hover {
  border-inline-end-color: rgb(131 24 67 / 0.8);
}

.hover\:border-e-pink-900\/90:hover {
  border-inline-end-color: rgb(131 24 67 / 0.9);
}

.hover\:border-e-pink-900\/95:hover {
  border-inline-end-color: rgb(131 24 67 / 0.95);
}

.hover\:border-e-pink-950:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(80 7 36 / var(--tw-border-opacity));
}

.hover\:border-e-pink-950\/0:hover {
  border-inline-end-color: rgb(80 7 36 / 0);
}

.hover\:border-e-pink-950\/10:hover {
  border-inline-end-color: rgb(80 7 36 / 0.1);
}

.hover\:border-e-pink-950\/100:hover {
  border-inline-end-color: rgb(80 7 36 / 1);
}

.hover\:border-e-pink-950\/20:hover {
  border-inline-end-color: rgb(80 7 36 / 0.2);
}

.hover\:border-e-pink-950\/25:hover {
  border-inline-end-color: rgb(80 7 36 / 0.25);
}

.hover\:border-e-pink-950\/30:hover {
  border-inline-end-color: rgb(80 7 36 / 0.3);
}

.hover\:border-e-pink-950\/40:hover {
  border-inline-end-color: rgb(80 7 36 / 0.4);
}

.hover\:border-e-pink-950\/5:hover {
  border-inline-end-color: rgb(80 7 36 / 0.05);
}

.hover\:border-e-pink-950\/50:hover {
  border-inline-end-color: rgb(80 7 36 / 0.5);
}

.hover\:border-e-pink-950\/60:hover {
  border-inline-end-color: rgb(80 7 36 / 0.6);
}

.hover\:border-e-pink-950\/70:hover {
  border-inline-end-color: rgb(80 7 36 / 0.7);
}

.hover\:border-e-pink-950\/75:hover {
  border-inline-end-color: rgb(80 7 36 / 0.75);
}

.hover\:border-e-pink-950\/80:hover {
  border-inline-end-color: rgb(80 7 36 / 0.8);
}

.hover\:border-e-pink-950\/90:hover {
  border-inline-end-color: rgb(80 7 36 / 0.9);
}

.hover\:border-e-pink-950\/95:hover {
  border-inline-end-color: rgb(80 7 36 / 0.95);
}

.hover\:border-e-purple-100:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(243 232 255 / var(--tw-border-opacity));
}

.hover\:border-e-purple-100\/0:hover {
  border-inline-end-color: rgb(243 232 255 / 0);
}

.hover\:border-e-purple-100\/10:hover {
  border-inline-end-color: rgb(243 232 255 / 0.1);
}

.hover\:border-e-purple-100\/100:hover {
  border-inline-end-color: rgb(243 232 255 / 1);
}

.hover\:border-e-purple-100\/20:hover {
  border-inline-end-color: rgb(243 232 255 / 0.2);
}

.hover\:border-e-purple-100\/25:hover {
  border-inline-end-color: rgb(243 232 255 / 0.25);
}

.hover\:border-e-purple-100\/30:hover {
  border-inline-end-color: rgb(243 232 255 / 0.3);
}

.hover\:border-e-purple-100\/40:hover {
  border-inline-end-color: rgb(243 232 255 / 0.4);
}

.hover\:border-e-purple-100\/5:hover {
  border-inline-end-color: rgb(243 232 255 / 0.05);
}

.hover\:border-e-purple-100\/50:hover {
  border-inline-end-color: rgb(243 232 255 / 0.5);
}

.hover\:border-e-purple-100\/60:hover {
  border-inline-end-color: rgb(243 232 255 / 0.6);
}

.hover\:border-e-purple-100\/70:hover {
  border-inline-end-color: rgb(243 232 255 / 0.7);
}

.hover\:border-e-purple-100\/75:hover {
  border-inline-end-color: rgb(243 232 255 / 0.75);
}

.hover\:border-e-purple-100\/80:hover {
  border-inline-end-color: rgb(243 232 255 / 0.8);
}

.hover\:border-e-purple-100\/90:hover {
  border-inline-end-color: rgb(243 232 255 / 0.9);
}

.hover\:border-e-purple-100\/95:hover {
  border-inline-end-color: rgb(243 232 255 / 0.95);
}

.hover\:border-e-purple-200:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(233 213 255 / var(--tw-border-opacity));
}

.hover\:border-e-purple-200\/0:hover {
  border-inline-end-color: rgb(233 213 255 / 0);
}

.hover\:border-e-purple-200\/10:hover {
  border-inline-end-color: rgb(233 213 255 / 0.1);
}

.hover\:border-e-purple-200\/100:hover {
  border-inline-end-color: rgb(233 213 255 / 1);
}

.hover\:border-e-purple-200\/20:hover {
  border-inline-end-color: rgb(233 213 255 / 0.2);
}

.hover\:border-e-purple-200\/25:hover {
  border-inline-end-color: rgb(233 213 255 / 0.25);
}

.hover\:border-e-purple-200\/30:hover {
  border-inline-end-color: rgb(233 213 255 / 0.3);
}

.hover\:border-e-purple-200\/40:hover {
  border-inline-end-color: rgb(233 213 255 / 0.4);
}

.hover\:border-e-purple-200\/5:hover {
  border-inline-end-color: rgb(233 213 255 / 0.05);
}

.hover\:border-e-purple-200\/50:hover {
  border-inline-end-color: rgb(233 213 255 / 0.5);
}

.hover\:border-e-purple-200\/60:hover {
  border-inline-end-color: rgb(233 213 255 / 0.6);
}

.hover\:border-e-purple-200\/70:hover {
  border-inline-end-color: rgb(233 213 255 / 0.7);
}

.hover\:border-e-purple-200\/75:hover {
  border-inline-end-color: rgb(233 213 255 / 0.75);
}

.hover\:border-e-purple-200\/80:hover {
  border-inline-end-color: rgb(233 213 255 / 0.8);
}

.hover\:border-e-purple-200\/90:hover {
  border-inline-end-color: rgb(233 213 255 / 0.9);
}

.hover\:border-e-purple-200\/95:hover {
  border-inline-end-color: rgb(233 213 255 / 0.95);
}

.hover\:border-e-purple-300:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(216 180 254 / var(--tw-border-opacity));
}

.hover\:border-e-purple-300\/0:hover {
  border-inline-end-color: rgb(216 180 254 / 0);
}

.hover\:border-e-purple-300\/10:hover {
  border-inline-end-color: rgb(216 180 254 / 0.1);
}

.hover\:border-e-purple-300\/100:hover {
  border-inline-end-color: rgb(216 180 254 / 1);
}

.hover\:border-e-purple-300\/20:hover {
  border-inline-end-color: rgb(216 180 254 / 0.2);
}

.hover\:border-e-purple-300\/25:hover {
  border-inline-end-color: rgb(216 180 254 / 0.25);
}

.hover\:border-e-purple-300\/30:hover {
  border-inline-end-color: rgb(216 180 254 / 0.3);
}

.hover\:border-e-purple-300\/40:hover {
  border-inline-end-color: rgb(216 180 254 / 0.4);
}

.hover\:border-e-purple-300\/5:hover {
  border-inline-end-color: rgb(216 180 254 / 0.05);
}

.hover\:border-e-purple-300\/50:hover {
  border-inline-end-color: rgb(216 180 254 / 0.5);
}

.hover\:border-e-purple-300\/60:hover {
  border-inline-end-color: rgb(216 180 254 / 0.6);
}

.hover\:border-e-purple-300\/70:hover {
  border-inline-end-color: rgb(216 180 254 / 0.7);
}

.hover\:border-e-purple-300\/75:hover {
  border-inline-end-color: rgb(216 180 254 / 0.75);
}

.hover\:border-e-purple-300\/80:hover {
  border-inline-end-color: rgb(216 180 254 / 0.8);
}

.hover\:border-e-purple-300\/90:hover {
  border-inline-end-color: rgb(216 180 254 / 0.9);
}

.hover\:border-e-purple-300\/95:hover {
  border-inline-end-color: rgb(216 180 254 / 0.95);
}

.hover\:border-e-purple-400:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(192 132 252 / var(--tw-border-opacity));
}

.hover\:border-e-purple-400\/0:hover {
  border-inline-end-color: rgb(192 132 252 / 0);
}

.hover\:border-e-purple-400\/10:hover {
  border-inline-end-color: rgb(192 132 252 / 0.1);
}

.hover\:border-e-purple-400\/100:hover {
  border-inline-end-color: rgb(192 132 252 / 1);
}

.hover\:border-e-purple-400\/20:hover {
  border-inline-end-color: rgb(192 132 252 / 0.2);
}

.hover\:border-e-purple-400\/25:hover {
  border-inline-end-color: rgb(192 132 252 / 0.25);
}

.hover\:border-e-purple-400\/30:hover {
  border-inline-end-color: rgb(192 132 252 / 0.3);
}

.hover\:border-e-purple-400\/40:hover {
  border-inline-end-color: rgb(192 132 252 / 0.4);
}

.hover\:border-e-purple-400\/5:hover {
  border-inline-end-color: rgb(192 132 252 / 0.05);
}

.hover\:border-e-purple-400\/50:hover {
  border-inline-end-color: rgb(192 132 252 / 0.5);
}

.hover\:border-e-purple-400\/60:hover {
  border-inline-end-color: rgb(192 132 252 / 0.6);
}

.hover\:border-e-purple-400\/70:hover {
  border-inline-end-color: rgb(192 132 252 / 0.7);
}

.hover\:border-e-purple-400\/75:hover {
  border-inline-end-color: rgb(192 132 252 / 0.75);
}

.hover\:border-e-purple-400\/80:hover {
  border-inline-end-color: rgb(192 132 252 / 0.8);
}

.hover\:border-e-purple-400\/90:hover {
  border-inline-end-color: rgb(192 132 252 / 0.9);
}

.hover\:border-e-purple-400\/95:hover {
  border-inline-end-color: rgb(192 132 252 / 0.95);
}

.hover\:border-e-purple-50:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 245 255 / var(--tw-border-opacity));
}

.hover\:border-e-purple-50\/0:hover {
  border-inline-end-color: rgb(250 245 255 / 0);
}

.hover\:border-e-purple-50\/10:hover {
  border-inline-end-color: rgb(250 245 255 / 0.1);
}

.hover\:border-e-purple-50\/100:hover {
  border-inline-end-color: rgb(250 245 255 / 1);
}

.hover\:border-e-purple-50\/20:hover {
  border-inline-end-color: rgb(250 245 255 / 0.2);
}

.hover\:border-e-purple-50\/25:hover {
  border-inline-end-color: rgb(250 245 255 / 0.25);
}

.hover\:border-e-purple-50\/30:hover {
  border-inline-end-color: rgb(250 245 255 / 0.3);
}

.hover\:border-e-purple-50\/40:hover {
  border-inline-end-color: rgb(250 245 255 / 0.4);
}

.hover\:border-e-purple-50\/5:hover {
  border-inline-end-color: rgb(250 245 255 / 0.05);
}

.hover\:border-e-purple-50\/50:hover {
  border-inline-end-color: rgb(250 245 255 / 0.5);
}

.hover\:border-e-purple-50\/60:hover {
  border-inline-end-color: rgb(250 245 255 / 0.6);
}

.hover\:border-e-purple-50\/70:hover {
  border-inline-end-color: rgb(250 245 255 / 0.7);
}

.hover\:border-e-purple-50\/75:hover {
  border-inline-end-color: rgb(250 245 255 / 0.75);
}

.hover\:border-e-purple-50\/80:hover {
  border-inline-end-color: rgb(250 245 255 / 0.8);
}

.hover\:border-e-purple-50\/90:hover {
  border-inline-end-color: rgb(250 245 255 / 0.9);
}

.hover\:border-e-purple-50\/95:hover {
  border-inline-end-color: rgb(250 245 255 / 0.95);
}

.hover\:border-e-purple-500:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(168 85 247 / var(--tw-border-opacity));
}

.hover\:border-e-purple-500\/0:hover {
  border-inline-end-color: rgb(168 85 247 / 0);
}

.hover\:border-e-purple-500\/10:hover {
  border-inline-end-color: rgb(168 85 247 / 0.1);
}

.hover\:border-e-purple-500\/100:hover {
  border-inline-end-color: rgb(168 85 247 / 1);
}

.hover\:border-e-purple-500\/20:hover {
  border-inline-end-color: rgb(168 85 247 / 0.2);
}

.hover\:border-e-purple-500\/25:hover {
  border-inline-end-color: rgb(168 85 247 / 0.25);
}

.hover\:border-e-purple-500\/30:hover {
  border-inline-end-color: rgb(168 85 247 / 0.3);
}

.hover\:border-e-purple-500\/40:hover {
  border-inline-end-color: rgb(168 85 247 / 0.4);
}

.hover\:border-e-purple-500\/5:hover {
  border-inline-end-color: rgb(168 85 247 / 0.05);
}

.hover\:border-e-purple-500\/50:hover {
  border-inline-end-color: rgb(168 85 247 / 0.5);
}

.hover\:border-e-purple-500\/60:hover {
  border-inline-end-color: rgb(168 85 247 / 0.6);
}

.hover\:border-e-purple-500\/70:hover {
  border-inline-end-color: rgb(168 85 247 / 0.7);
}

.hover\:border-e-purple-500\/75:hover {
  border-inline-end-color: rgb(168 85 247 / 0.75);
}

.hover\:border-e-purple-500\/80:hover {
  border-inline-end-color: rgb(168 85 247 / 0.8);
}

.hover\:border-e-purple-500\/90:hover {
  border-inline-end-color: rgb(168 85 247 / 0.9);
}

.hover\:border-e-purple-500\/95:hover {
  border-inline-end-color: rgb(168 85 247 / 0.95);
}

.hover\:border-e-purple-600:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(147 51 234 / var(--tw-border-opacity));
}

.hover\:border-e-purple-600\/0:hover {
  border-inline-end-color: rgb(147 51 234 / 0);
}

.hover\:border-e-purple-600\/10:hover {
  border-inline-end-color: rgb(147 51 234 / 0.1);
}

.hover\:border-e-purple-600\/100:hover {
  border-inline-end-color: rgb(147 51 234 / 1);
}

.hover\:border-e-purple-600\/20:hover {
  border-inline-end-color: rgb(147 51 234 / 0.2);
}

.hover\:border-e-purple-600\/25:hover {
  border-inline-end-color: rgb(147 51 234 / 0.25);
}

.hover\:border-e-purple-600\/30:hover {
  border-inline-end-color: rgb(147 51 234 / 0.3);
}

.hover\:border-e-purple-600\/40:hover {
  border-inline-end-color: rgb(147 51 234 / 0.4);
}

.hover\:border-e-purple-600\/5:hover {
  border-inline-end-color: rgb(147 51 234 / 0.05);
}

.hover\:border-e-purple-600\/50:hover {
  border-inline-end-color: rgb(147 51 234 / 0.5);
}

.hover\:border-e-purple-600\/60:hover {
  border-inline-end-color: rgb(147 51 234 / 0.6);
}

.hover\:border-e-purple-600\/70:hover {
  border-inline-end-color: rgb(147 51 234 / 0.7);
}

.hover\:border-e-purple-600\/75:hover {
  border-inline-end-color: rgb(147 51 234 / 0.75);
}

.hover\:border-e-purple-600\/80:hover {
  border-inline-end-color: rgb(147 51 234 / 0.8);
}

.hover\:border-e-purple-600\/90:hover {
  border-inline-end-color: rgb(147 51 234 / 0.9);
}

.hover\:border-e-purple-600\/95:hover {
  border-inline-end-color: rgb(147 51 234 / 0.95);
}

.hover\:border-e-purple-700:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(126 34 206 / var(--tw-border-opacity));
}

.hover\:border-e-purple-700\/0:hover {
  border-inline-end-color: rgb(126 34 206 / 0);
}

.hover\:border-e-purple-700\/10:hover {
  border-inline-end-color: rgb(126 34 206 / 0.1);
}

.hover\:border-e-purple-700\/100:hover {
  border-inline-end-color: rgb(126 34 206 / 1);
}

.hover\:border-e-purple-700\/20:hover {
  border-inline-end-color: rgb(126 34 206 / 0.2);
}

.hover\:border-e-purple-700\/25:hover {
  border-inline-end-color: rgb(126 34 206 / 0.25);
}

.hover\:border-e-purple-700\/30:hover {
  border-inline-end-color: rgb(126 34 206 / 0.3);
}

.hover\:border-e-purple-700\/40:hover {
  border-inline-end-color: rgb(126 34 206 / 0.4);
}

.hover\:border-e-purple-700\/5:hover {
  border-inline-end-color: rgb(126 34 206 / 0.05);
}

.hover\:border-e-purple-700\/50:hover {
  border-inline-end-color: rgb(126 34 206 / 0.5);
}

.hover\:border-e-purple-700\/60:hover {
  border-inline-end-color: rgb(126 34 206 / 0.6);
}

.hover\:border-e-purple-700\/70:hover {
  border-inline-end-color: rgb(126 34 206 / 0.7);
}

.hover\:border-e-purple-700\/75:hover {
  border-inline-end-color: rgb(126 34 206 / 0.75);
}

.hover\:border-e-purple-700\/80:hover {
  border-inline-end-color: rgb(126 34 206 / 0.8);
}

.hover\:border-e-purple-700\/90:hover {
  border-inline-end-color: rgb(126 34 206 / 0.9);
}

.hover\:border-e-purple-700\/95:hover {
  border-inline-end-color: rgb(126 34 206 / 0.95);
}

.hover\:border-e-purple-800:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(107 33 168 / var(--tw-border-opacity));
}

.hover\:border-e-purple-800\/0:hover {
  border-inline-end-color: rgb(107 33 168 / 0);
}

.hover\:border-e-purple-800\/10:hover {
  border-inline-end-color: rgb(107 33 168 / 0.1);
}

.hover\:border-e-purple-800\/100:hover {
  border-inline-end-color: rgb(107 33 168 / 1);
}

.hover\:border-e-purple-800\/20:hover {
  border-inline-end-color: rgb(107 33 168 / 0.2);
}

.hover\:border-e-purple-800\/25:hover {
  border-inline-end-color: rgb(107 33 168 / 0.25);
}

.hover\:border-e-purple-800\/30:hover {
  border-inline-end-color: rgb(107 33 168 / 0.3);
}

.hover\:border-e-purple-800\/40:hover {
  border-inline-end-color: rgb(107 33 168 / 0.4);
}

.hover\:border-e-purple-800\/5:hover {
  border-inline-end-color: rgb(107 33 168 / 0.05);
}

.hover\:border-e-purple-800\/50:hover {
  border-inline-end-color: rgb(107 33 168 / 0.5);
}

.hover\:border-e-purple-800\/60:hover {
  border-inline-end-color: rgb(107 33 168 / 0.6);
}

.hover\:border-e-purple-800\/70:hover {
  border-inline-end-color: rgb(107 33 168 / 0.7);
}

.hover\:border-e-purple-800\/75:hover {
  border-inline-end-color: rgb(107 33 168 / 0.75);
}

.hover\:border-e-purple-800\/80:hover {
  border-inline-end-color: rgb(107 33 168 / 0.8);
}

.hover\:border-e-purple-800\/90:hover {
  border-inline-end-color: rgb(107 33 168 / 0.9);
}

.hover\:border-e-purple-800\/95:hover {
  border-inline-end-color: rgb(107 33 168 / 0.95);
}

.hover\:border-e-purple-900:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(88 28 135 / var(--tw-border-opacity));
}

.hover\:border-e-purple-900\/0:hover {
  border-inline-end-color: rgb(88 28 135 / 0);
}

.hover\:border-e-purple-900\/10:hover {
  border-inline-end-color: rgb(88 28 135 / 0.1);
}

.hover\:border-e-purple-900\/100:hover {
  border-inline-end-color: rgb(88 28 135 / 1);
}

.hover\:border-e-purple-900\/20:hover {
  border-inline-end-color: rgb(88 28 135 / 0.2);
}

.hover\:border-e-purple-900\/25:hover {
  border-inline-end-color: rgb(88 28 135 / 0.25);
}

.hover\:border-e-purple-900\/30:hover {
  border-inline-end-color: rgb(88 28 135 / 0.3);
}

.hover\:border-e-purple-900\/40:hover {
  border-inline-end-color: rgb(88 28 135 / 0.4);
}

.hover\:border-e-purple-900\/5:hover {
  border-inline-end-color: rgb(88 28 135 / 0.05);
}

.hover\:border-e-purple-900\/50:hover {
  border-inline-end-color: rgb(88 28 135 / 0.5);
}

.hover\:border-e-purple-900\/60:hover {
  border-inline-end-color: rgb(88 28 135 / 0.6);
}

.hover\:border-e-purple-900\/70:hover {
  border-inline-end-color: rgb(88 28 135 / 0.7);
}

.hover\:border-e-purple-900\/75:hover {
  border-inline-end-color: rgb(88 28 135 / 0.75);
}

.hover\:border-e-purple-900\/80:hover {
  border-inline-end-color: rgb(88 28 135 / 0.8);
}

.hover\:border-e-purple-900\/90:hover {
  border-inline-end-color: rgb(88 28 135 / 0.9);
}

.hover\:border-e-purple-900\/95:hover {
  border-inline-end-color: rgb(88 28 135 / 0.95);
}

.hover\:border-e-purple-950:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(59 7 100 / var(--tw-border-opacity));
}

.hover\:border-e-purple-950\/0:hover {
  border-inline-end-color: rgb(59 7 100 / 0);
}

.hover\:border-e-purple-950\/10:hover {
  border-inline-end-color: rgb(59 7 100 / 0.1);
}

.hover\:border-e-purple-950\/100:hover {
  border-inline-end-color: rgb(59 7 100 / 1);
}

.hover\:border-e-purple-950\/20:hover {
  border-inline-end-color: rgb(59 7 100 / 0.2);
}

.hover\:border-e-purple-950\/25:hover {
  border-inline-end-color: rgb(59 7 100 / 0.25);
}

.hover\:border-e-purple-950\/30:hover {
  border-inline-end-color: rgb(59 7 100 / 0.3);
}

.hover\:border-e-purple-950\/40:hover {
  border-inline-end-color: rgb(59 7 100 / 0.4);
}

.hover\:border-e-purple-950\/5:hover {
  border-inline-end-color: rgb(59 7 100 / 0.05);
}

.hover\:border-e-purple-950\/50:hover {
  border-inline-end-color: rgb(59 7 100 / 0.5);
}

.hover\:border-e-purple-950\/60:hover {
  border-inline-end-color: rgb(59 7 100 / 0.6);
}

.hover\:border-e-purple-950\/70:hover {
  border-inline-end-color: rgb(59 7 100 / 0.7);
}

.hover\:border-e-purple-950\/75:hover {
  border-inline-end-color: rgb(59 7 100 / 0.75);
}

.hover\:border-e-purple-950\/80:hover {
  border-inline-end-color: rgb(59 7 100 / 0.8);
}

.hover\:border-e-purple-950\/90:hover {
  border-inline-end-color: rgb(59 7 100 / 0.9);
}

.hover\:border-e-purple-950\/95:hover {
  border-inline-end-color: rgb(59 7 100 / 0.95);
}

.hover\:border-e-red-100:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 226 226 / var(--tw-border-opacity));
}

.hover\:border-e-red-100\/0:hover {
  border-inline-end-color: rgb(254 226 226 / 0);
}

.hover\:border-e-red-100\/10:hover {
  border-inline-end-color: rgb(254 226 226 / 0.1);
}

.hover\:border-e-red-100\/100:hover {
  border-inline-end-color: rgb(254 226 226 / 1);
}

.hover\:border-e-red-100\/20:hover {
  border-inline-end-color: rgb(254 226 226 / 0.2);
}

.hover\:border-e-red-100\/25:hover {
  border-inline-end-color: rgb(254 226 226 / 0.25);
}

.hover\:border-e-red-100\/30:hover {
  border-inline-end-color: rgb(254 226 226 / 0.3);
}

.hover\:border-e-red-100\/40:hover {
  border-inline-end-color: rgb(254 226 226 / 0.4);
}

.hover\:border-e-red-100\/5:hover {
  border-inline-end-color: rgb(254 226 226 / 0.05);
}

.hover\:border-e-red-100\/50:hover {
  border-inline-end-color: rgb(254 226 226 / 0.5);
}

.hover\:border-e-red-100\/60:hover {
  border-inline-end-color: rgb(254 226 226 / 0.6);
}

.hover\:border-e-red-100\/70:hover {
  border-inline-end-color: rgb(254 226 226 / 0.7);
}

.hover\:border-e-red-100\/75:hover {
  border-inline-end-color: rgb(254 226 226 / 0.75);
}

.hover\:border-e-red-100\/80:hover {
  border-inline-end-color: rgb(254 226 226 / 0.8);
}

.hover\:border-e-red-100\/90:hover {
  border-inline-end-color: rgb(254 226 226 / 0.9);
}

.hover\:border-e-red-100\/95:hover {
  border-inline-end-color: rgb(254 226 226 / 0.95);
}

.hover\:border-e-red-200:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.hover\:border-e-red-200\/0:hover {
  border-inline-end-color: rgb(254 202 202 / 0);
}

.hover\:border-e-red-200\/10:hover {
  border-inline-end-color: rgb(254 202 202 / 0.1);
}

.hover\:border-e-red-200\/100:hover {
  border-inline-end-color: rgb(254 202 202 / 1);
}

.hover\:border-e-red-200\/20:hover {
  border-inline-end-color: rgb(254 202 202 / 0.2);
}

.hover\:border-e-red-200\/25:hover {
  border-inline-end-color: rgb(254 202 202 / 0.25);
}

.hover\:border-e-red-200\/30:hover {
  border-inline-end-color: rgb(254 202 202 / 0.3);
}

.hover\:border-e-red-200\/40:hover {
  border-inline-end-color: rgb(254 202 202 / 0.4);
}

.hover\:border-e-red-200\/5:hover {
  border-inline-end-color: rgb(254 202 202 / 0.05);
}

.hover\:border-e-red-200\/50:hover {
  border-inline-end-color: rgb(254 202 202 / 0.5);
}

.hover\:border-e-red-200\/60:hover {
  border-inline-end-color: rgb(254 202 202 / 0.6);
}

.hover\:border-e-red-200\/70:hover {
  border-inline-end-color: rgb(254 202 202 / 0.7);
}

.hover\:border-e-red-200\/75:hover {
  border-inline-end-color: rgb(254 202 202 / 0.75);
}

.hover\:border-e-red-200\/80:hover {
  border-inline-end-color: rgb(254 202 202 / 0.8);
}

.hover\:border-e-red-200\/90:hover {
  border-inline-end-color: rgb(254 202 202 / 0.9);
}

.hover\:border-e-red-200\/95:hover {
  border-inline-end-color: rgb(254 202 202 / 0.95);
}

.hover\:border-e-red-300:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.hover\:border-e-red-300\/0:hover {
  border-inline-end-color: rgb(252 165 165 / 0);
}

.hover\:border-e-red-300\/10:hover {
  border-inline-end-color: rgb(252 165 165 / 0.1);
}

.hover\:border-e-red-300\/100:hover {
  border-inline-end-color: rgb(252 165 165 / 1);
}

.hover\:border-e-red-300\/20:hover {
  border-inline-end-color: rgb(252 165 165 / 0.2);
}

.hover\:border-e-red-300\/25:hover {
  border-inline-end-color: rgb(252 165 165 / 0.25);
}

.hover\:border-e-red-300\/30:hover {
  border-inline-end-color: rgb(252 165 165 / 0.3);
}

.hover\:border-e-red-300\/40:hover {
  border-inline-end-color: rgb(252 165 165 / 0.4);
}

.hover\:border-e-red-300\/5:hover {
  border-inline-end-color: rgb(252 165 165 / 0.05);
}

.hover\:border-e-red-300\/50:hover {
  border-inline-end-color: rgb(252 165 165 / 0.5);
}

.hover\:border-e-red-300\/60:hover {
  border-inline-end-color: rgb(252 165 165 / 0.6);
}

.hover\:border-e-red-300\/70:hover {
  border-inline-end-color: rgb(252 165 165 / 0.7);
}

.hover\:border-e-red-300\/75:hover {
  border-inline-end-color: rgb(252 165 165 / 0.75);
}

.hover\:border-e-red-300\/80:hover {
  border-inline-end-color: rgb(252 165 165 / 0.8);
}

.hover\:border-e-red-300\/90:hover {
  border-inline-end-color: rgb(252 165 165 / 0.9);
}

.hover\:border-e-red-300\/95:hover {
  border-inline-end-color: rgb(252 165 165 / 0.95);
}

.hover\:border-e-red-400:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.hover\:border-e-red-400\/0:hover {
  border-inline-end-color: rgb(248 113 113 / 0);
}

.hover\:border-e-red-400\/10:hover {
  border-inline-end-color: rgb(248 113 113 / 0.1);
}

.hover\:border-e-red-400\/100:hover {
  border-inline-end-color: rgb(248 113 113 / 1);
}

.hover\:border-e-red-400\/20:hover {
  border-inline-end-color: rgb(248 113 113 / 0.2);
}

.hover\:border-e-red-400\/25:hover {
  border-inline-end-color: rgb(248 113 113 / 0.25);
}

.hover\:border-e-red-400\/30:hover {
  border-inline-end-color: rgb(248 113 113 / 0.3);
}

.hover\:border-e-red-400\/40:hover {
  border-inline-end-color: rgb(248 113 113 / 0.4);
}

.hover\:border-e-red-400\/5:hover {
  border-inline-end-color: rgb(248 113 113 / 0.05);
}

.hover\:border-e-red-400\/50:hover {
  border-inline-end-color: rgb(248 113 113 / 0.5);
}

.hover\:border-e-red-400\/60:hover {
  border-inline-end-color: rgb(248 113 113 / 0.6);
}

.hover\:border-e-red-400\/70:hover {
  border-inline-end-color: rgb(248 113 113 / 0.7);
}

.hover\:border-e-red-400\/75:hover {
  border-inline-end-color: rgb(248 113 113 / 0.75);
}

.hover\:border-e-red-400\/80:hover {
  border-inline-end-color: rgb(248 113 113 / 0.8);
}

.hover\:border-e-red-400\/90:hover {
  border-inline-end-color: rgb(248 113 113 / 0.9);
}

.hover\:border-e-red-400\/95:hover {
  border-inline-end-color: rgb(248 113 113 / 0.95);
}

.hover\:border-e-red-50:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.hover\:border-e-red-50\/0:hover {
  border-inline-end-color: rgb(254 242 242 / 0);
}

.hover\:border-e-red-50\/10:hover {
  border-inline-end-color: rgb(254 242 242 / 0.1);
}

.hover\:border-e-red-50\/100:hover {
  border-inline-end-color: rgb(254 242 242 / 1);
}

.hover\:border-e-red-50\/20:hover {
  border-inline-end-color: rgb(254 242 242 / 0.2);
}

.hover\:border-e-red-50\/25:hover {
  border-inline-end-color: rgb(254 242 242 / 0.25);
}

.hover\:border-e-red-50\/30:hover {
  border-inline-end-color: rgb(254 242 242 / 0.3);
}

.hover\:border-e-red-50\/40:hover {
  border-inline-end-color: rgb(254 242 242 / 0.4);
}

.hover\:border-e-red-50\/5:hover {
  border-inline-end-color: rgb(254 242 242 / 0.05);
}

.hover\:border-e-red-50\/50:hover {
  border-inline-end-color: rgb(254 242 242 / 0.5);
}

.hover\:border-e-red-50\/60:hover {
  border-inline-end-color: rgb(254 242 242 / 0.6);
}

.hover\:border-e-red-50\/70:hover {
  border-inline-end-color: rgb(254 242 242 / 0.7);
}

.hover\:border-e-red-50\/75:hover {
  border-inline-end-color: rgb(254 242 242 / 0.75);
}

.hover\:border-e-red-50\/80:hover {
  border-inline-end-color: rgb(254 242 242 / 0.8);
}

.hover\:border-e-red-50\/90:hover {
  border-inline-end-color: rgb(254 242 242 / 0.9);
}

.hover\:border-e-red-50\/95:hover {
  border-inline-end-color: rgb(254 242 242 / 0.95);
}

.hover\:border-e-red-500:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.hover\:border-e-red-500\/0:hover {
  border-inline-end-color: rgb(239 68 68 / 0);
}

.hover\:border-e-red-500\/10:hover {
  border-inline-end-color: rgb(239 68 68 / 0.1);
}

.hover\:border-e-red-500\/100:hover {
  border-inline-end-color: rgb(239 68 68 / 1);
}

.hover\:border-e-red-500\/20:hover {
  border-inline-end-color: rgb(239 68 68 / 0.2);
}

.hover\:border-e-red-500\/25:hover {
  border-inline-end-color: rgb(239 68 68 / 0.25);
}

.hover\:border-e-red-500\/30:hover {
  border-inline-end-color: rgb(239 68 68 / 0.3);
}

.hover\:border-e-red-500\/40:hover {
  border-inline-end-color: rgb(239 68 68 / 0.4);
}

.hover\:border-e-red-500\/5:hover {
  border-inline-end-color: rgb(239 68 68 / 0.05);
}

.hover\:border-e-red-500\/50:hover {
  border-inline-end-color: rgb(239 68 68 / 0.5);
}

.hover\:border-e-red-500\/60:hover {
  border-inline-end-color: rgb(239 68 68 / 0.6);
}

.hover\:border-e-red-500\/70:hover {
  border-inline-end-color: rgb(239 68 68 / 0.7);
}

.hover\:border-e-red-500\/75:hover {
  border-inline-end-color: rgb(239 68 68 / 0.75);
}

.hover\:border-e-red-500\/80:hover {
  border-inline-end-color: rgb(239 68 68 / 0.8);
}

.hover\:border-e-red-500\/90:hover {
  border-inline-end-color: rgb(239 68 68 / 0.9);
}

.hover\:border-e-red-500\/95:hover {
  border-inline-end-color: rgb(239 68 68 / 0.95);
}

.hover\:border-e-red-600:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.hover\:border-e-red-600\/0:hover {
  border-inline-end-color: rgb(220 38 38 / 0);
}

.hover\:border-e-red-600\/10:hover {
  border-inline-end-color: rgb(220 38 38 / 0.1);
}

.hover\:border-e-red-600\/100:hover {
  border-inline-end-color: rgb(220 38 38 / 1);
}

.hover\:border-e-red-600\/20:hover {
  border-inline-end-color: rgb(220 38 38 / 0.2);
}

.hover\:border-e-red-600\/25:hover {
  border-inline-end-color: rgb(220 38 38 / 0.25);
}

.hover\:border-e-red-600\/30:hover {
  border-inline-end-color: rgb(220 38 38 / 0.3);
}

.hover\:border-e-red-600\/40:hover {
  border-inline-end-color: rgb(220 38 38 / 0.4);
}

.hover\:border-e-red-600\/5:hover {
  border-inline-end-color: rgb(220 38 38 / 0.05);
}

.hover\:border-e-red-600\/50:hover {
  border-inline-end-color: rgb(220 38 38 / 0.5);
}

.hover\:border-e-red-600\/60:hover {
  border-inline-end-color: rgb(220 38 38 / 0.6);
}

.hover\:border-e-red-600\/70:hover {
  border-inline-end-color: rgb(220 38 38 / 0.7);
}

.hover\:border-e-red-600\/75:hover {
  border-inline-end-color: rgb(220 38 38 / 0.75);
}

.hover\:border-e-red-600\/80:hover {
  border-inline-end-color: rgb(220 38 38 / 0.8);
}

.hover\:border-e-red-600\/90:hover {
  border-inline-end-color: rgb(220 38 38 / 0.9);
}

.hover\:border-e-red-600\/95:hover {
  border-inline-end-color: rgb(220 38 38 / 0.95);
}

.hover\:border-e-red-700:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.hover\:border-e-red-700\/0:hover {
  border-inline-end-color: rgb(185 28 28 / 0);
}

.hover\:border-e-red-700\/10:hover {
  border-inline-end-color: rgb(185 28 28 / 0.1);
}

.hover\:border-e-red-700\/100:hover {
  border-inline-end-color: rgb(185 28 28 / 1);
}

.hover\:border-e-red-700\/20:hover {
  border-inline-end-color: rgb(185 28 28 / 0.2);
}

.hover\:border-e-red-700\/25:hover {
  border-inline-end-color: rgb(185 28 28 / 0.25);
}

.hover\:border-e-red-700\/30:hover {
  border-inline-end-color: rgb(185 28 28 / 0.3);
}

.hover\:border-e-red-700\/40:hover {
  border-inline-end-color: rgb(185 28 28 / 0.4);
}

.hover\:border-e-red-700\/5:hover {
  border-inline-end-color: rgb(185 28 28 / 0.05);
}

.hover\:border-e-red-700\/50:hover {
  border-inline-end-color: rgb(185 28 28 / 0.5);
}

.hover\:border-e-red-700\/60:hover {
  border-inline-end-color: rgb(185 28 28 / 0.6);
}

.hover\:border-e-red-700\/70:hover {
  border-inline-end-color: rgb(185 28 28 / 0.7);
}

.hover\:border-e-red-700\/75:hover {
  border-inline-end-color: rgb(185 28 28 / 0.75);
}

.hover\:border-e-red-700\/80:hover {
  border-inline-end-color: rgb(185 28 28 / 0.8);
}

.hover\:border-e-red-700\/90:hover {
  border-inline-end-color: rgb(185 28 28 / 0.9);
}

.hover\:border-e-red-700\/95:hover {
  border-inline-end-color: rgb(185 28 28 / 0.95);
}

.hover\:border-e-red-800:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.hover\:border-e-red-800\/0:hover {
  border-inline-end-color: rgb(153 27 27 / 0);
}

.hover\:border-e-red-800\/10:hover {
  border-inline-end-color: rgb(153 27 27 / 0.1);
}

.hover\:border-e-red-800\/100:hover {
  border-inline-end-color: rgb(153 27 27 / 1);
}

.hover\:border-e-red-800\/20:hover {
  border-inline-end-color: rgb(153 27 27 / 0.2);
}

.hover\:border-e-red-800\/25:hover {
  border-inline-end-color: rgb(153 27 27 / 0.25);
}

.hover\:border-e-red-800\/30:hover {
  border-inline-end-color: rgb(153 27 27 / 0.3);
}

.hover\:border-e-red-800\/40:hover {
  border-inline-end-color: rgb(153 27 27 / 0.4);
}

.hover\:border-e-red-800\/5:hover {
  border-inline-end-color: rgb(153 27 27 / 0.05);
}

.hover\:border-e-red-800\/50:hover {
  border-inline-end-color: rgb(153 27 27 / 0.5);
}

.hover\:border-e-red-800\/60:hover {
  border-inline-end-color: rgb(153 27 27 / 0.6);
}

.hover\:border-e-red-800\/70:hover {
  border-inline-end-color: rgb(153 27 27 / 0.7);
}

.hover\:border-e-red-800\/75:hover {
  border-inline-end-color: rgb(153 27 27 / 0.75);
}

.hover\:border-e-red-800\/80:hover {
  border-inline-end-color: rgb(153 27 27 / 0.8);
}

.hover\:border-e-red-800\/90:hover {
  border-inline-end-color: rgb(153 27 27 / 0.9);
}

.hover\:border-e-red-800\/95:hover {
  border-inline-end-color: rgb(153 27 27 / 0.95);
}

.hover\:border-e-red-900:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.hover\:border-e-red-900\/0:hover {
  border-inline-end-color: rgb(127 29 29 / 0);
}

.hover\:border-e-red-900\/10:hover {
  border-inline-end-color: rgb(127 29 29 / 0.1);
}

.hover\:border-e-red-900\/100:hover {
  border-inline-end-color: rgb(127 29 29 / 1);
}

.hover\:border-e-red-900\/20:hover {
  border-inline-end-color: rgb(127 29 29 / 0.2);
}

.hover\:border-e-red-900\/25:hover {
  border-inline-end-color: rgb(127 29 29 / 0.25);
}

.hover\:border-e-red-900\/30:hover {
  border-inline-end-color: rgb(127 29 29 / 0.3);
}

.hover\:border-e-red-900\/40:hover {
  border-inline-end-color: rgb(127 29 29 / 0.4);
}

.hover\:border-e-red-900\/5:hover {
  border-inline-end-color: rgb(127 29 29 / 0.05);
}

.hover\:border-e-red-900\/50:hover {
  border-inline-end-color: rgb(127 29 29 / 0.5);
}

.hover\:border-e-red-900\/60:hover {
  border-inline-end-color: rgb(127 29 29 / 0.6);
}

.hover\:border-e-red-900\/70:hover {
  border-inline-end-color: rgb(127 29 29 / 0.7);
}

.hover\:border-e-red-900\/75:hover {
  border-inline-end-color: rgb(127 29 29 / 0.75);
}

.hover\:border-e-red-900\/80:hover {
  border-inline-end-color: rgb(127 29 29 / 0.8);
}

.hover\:border-e-red-900\/90:hover {
  border-inline-end-color: rgb(127 29 29 / 0.9);
}

.hover\:border-e-red-900\/95:hover {
  border-inline-end-color: rgb(127 29 29 / 0.95);
}

.hover\:border-e-red-950:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(69 10 10 / var(--tw-border-opacity));
}

.hover\:border-e-red-950\/0:hover {
  border-inline-end-color: rgb(69 10 10 / 0);
}

.hover\:border-e-red-950\/10:hover {
  border-inline-end-color: rgb(69 10 10 / 0.1);
}

.hover\:border-e-red-950\/100:hover {
  border-inline-end-color: rgb(69 10 10 / 1);
}

.hover\:border-e-red-950\/20:hover {
  border-inline-end-color: rgb(69 10 10 / 0.2);
}

.hover\:border-e-red-950\/25:hover {
  border-inline-end-color: rgb(69 10 10 / 0.25);
}

.hover\:border-e-red-950\/30:hover {
  border-inline-end-color: rgb(69 10 10 / 0.3);
}

.hover\:border-e-red-950\/40:hover {
  border-inline-end-color: rgb(69 10 10 / 0.4);
}

.hover\:border-e-red-950\/5:hover {
  border-inline-end-color: rgb(69 10 10 / 0.05);
}

.hover\:border-e-red-950\/50:hover {
  border-inline-end-color: rgb(69 10 10 / 0.5);
}

.hover\:border-e-red-950\/60:hover {
  border-inline-end-color: rgb(69 10 10 / 0.6);
}

.hover\:border-e-red-950\/70:hover {
  border-inline-end-color: rgb(69 10 10 / 0.7);
}

.hover\:border-e-red-950\/75:hover {
  border-inline-end-color: rgb(69 10 10 / 0.75);
}

.hover\:border-e-red-950\/80:hover {
  border-inline-end-color: rgb(69 10 10 / 0.8);
}

.hover\:border-e-red-950\/90:hover {
  border-inline-end-color: rgb(69 10 10 / 0.9);
}

.hover\:border-e-red-950\/95:hover {
  border-inline-end-color: rgb(69 10 10 / 0.95);
}

.hover\:border-e-rose-100:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 228 230 / var(--tw-border-opacity));
}

.hover\:border-e-rose-100\/0:hover {
  border-inline-end-color: rgb(255 228 230 / 0);
}

.hover\:border-e-rose-100\/10:hover {
  border-inline-end-color: rgb(255 228 230 / 0.1);
}

.hover\:border-e-rose-100\/100:hover {
  border-inline-end-color: rgb(255 228 230 / 1);
}

.hover\:border-e-rose-100\/20:hover {
  border-inline-end-color: rgb(255 228 230 / 0.2);
}

.hover\:border-e-rose-100\/25:hover {
  border-inline-end-color: rgb(255 228 230 / 0.25);
}

.hover\:border-e-rose-100\/30:hover {
  border-inline-end-color: rgb(255 228 230 / 0.3);
}

.hover\:border-e-rose-100\/40:hover {
  border-inline-end-color: rgb(255 228 230 / 0.4);
}

.hover\:border-e-rose-100\/5:hover {
  border-inline-end-color: rgb(255 228 230 / 0.05);
}

.hover\:border-e-rose-100\/50:hover {
  border-inline-end-color: rgb(255 228 230 / 0.5);
}

.hover\:border-e-rose-100\/60:hover {
  border-inline-end-color: rgb(255 228 230 / 0.6);
}

.hover\:border-e-rose-100\/70:hover {
  border-inline-end-color: rgb(255 228 230 / 0.7);
}

.hover\:border-e-rose-100\/75:hover {
  border-inline-end-color: rgb(255 228 230 / 0.75);
}

.hover\:border-e-rose-100\/80:hover {
  border-inline-end-color: rgb(255 228 230 / 0.8);
}

.hover\:border-e-rose-100\/90:hover {
  border-inline-end-color: rgb(255 228 230 / 0.9);
}

.hover\:border-e-rose-100\/95:hover {
  border-inline-end-color: rgb(255 228 230 / 0.95);
}

.hover\:border-e-rose-200:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 205 211 / var(--tw-border-opacity));
}

.hover\:border-e-rose-200\/0:hover {
  border-inline-end-color: rgb(254 205 211 / 0);
}

.hover\:border-e-rose-200\/10:hover {
  border-inline-end-color: rgb(254 205 211 / 0.1);
}

.hover\:border-e-rose-200\/100:hover {
  border-inline-end-color: rgb(254 205 211 / 1);
}

.hover\:border-e-rose-200\/20:hover {
  border-inline-end-color: rgb(254 205 211 / 0.2);
}

.hover\:border-e-rose-200\/25:hover {
  border-inline-end-color: rgb(254 205 211 / 0.25);
}

.hover\:border-e-rose-200\/30:hover {
  border-inline-end-color: rgb(254 205 211 / 0.3);
}

.hover\:border-e-rose-200\/40:hover {
  border-inline-end-color: rgb(254 205 211 / 0.4);
}

.hover\:border-e-rose-200\/5:hover {
  border-inline-end-color: rgb(254 205 211 / 0.05);
}

.hover\:border-e-rose-200\/50:hover {
  border-inline-end-color: rgb(254 205 211 / 0.5);
}

.hover\:border-e-rose-200\/60:hover {
  border-inline-end-color: rgb(254 205 211 / 0.6);
}

.hover\:border-e-rose-200\/70:hover {
  border-inline-end-color: rgb(254 205 211 / 0.7);
}

.hover\:border-e-rose-200\/75:hover {
  border-inline-end-color: rgb(254 205 211 / 0.75);
}

.hover\:border-e-rose-200\/80:hover {
  border-inline-end-color: rgb(254 205 211 / 0.8);
}

.hover\:border-e-rose-200\/90:hover {
  border-inline-end-color: rgb(254 205 211 / 0.9);
}

.hover\:border-e-rose-200\/95:hover {
  border-inline-end-color: rgb(254 205 211 / 0.95);
}

.hover\:border-e-rose-300:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 164 175 / var(--tw-border-opacity));
}

.hover\:border-e-rose-300\/0:hover {
  border-inline-end-color: rgb(253 164 175 / 0);
}

.hover\:border-e-rose-300\/10:hover {
  border-inline-end-color: rgb(253 164 175 / 0.1);
}

.hover\:border-e-rose-300\/100:hover {
  border-inline-end-color: rgb(253 164 175 / 1);
}

.hover\:border-e-rose-300\/20:hover {
  border-inline-end-color: rgb(253 164 175 / 0.2);
}

.hover\:border-e-rose-300\/25:hover {
  border-inline-end-color: rgb(253 164 175 / 0.25);
}

.hover\:border-e-rose-300\/30:hover {
  border-inline-end-color: rgb(253 164 175 / 0.3);
}

.hover\:border-e-rose-300\/40:hover {
  border-inline-end-color: rgb(253 164 175 / 0.4);
}

.hover\:border-e-rose-300\/5:hover {
  border-inline-end-color: rgb(253 164 175 / 0.05);
}

.hover\:border-e-rose-300\/50:hover {
  border-inline-end-color: rgb(253 164 175 / 0.5);
}

.hover\:border-e-rose-300\/60:hover {
  border-inline-end-color: rgb(253 164 175 / 0.6);
}

.hover\:border-e-rose-300\/70:hover {
  border-inline-end-color: rgb(253 164 175 / 0.7);
}

.hover\:border-e-rose-300\/75:hover {
  border-inline-end-color: rgb(253 164 175 / 0.75);
}

.hover\:border-e-rose-300\/80:hover {
  border-inline-end-color: rgb(253 164 175 / 0.8);
}

.hover\:border-e-rose-300\/90:hover {
  border-inline-end-color: rgb(253 164 175 / 0.9);
}

.hover\:border-e-rose-300\/95:hover {
  border-inline-end-color: rgb(253 164 175 / 0.95);
}

.hover\:border-e-rose-400:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.hover\:border-e-rose-400\/0:hover {
  border-inline-end-color: rgb(251 113 133 / 0);
}

.hover\:border-e-rose-400\/10:hover {
  border-inline-end-color: rgb(251 113 133 / 0.1);
}

.hover\:border-e-rose-400\/100:hover {
  border-inline-end-color: rgb(251 113 133 / 1);
}

.hover\:border-e-rose-400\/20:hover {
  border-inline-end-color: rgb(251 113 133 / 0.2);
}

.hover\:border-e-rose-400\/25:hover {
  border-inline-end-color: rgb(251 113 133 / 0.25);
}

.hover\:border-e-rose-400\/30:hover {
  border-inline-end-color: rgb(251 113 133 / 0.3);
}

.hover\:border-e-rose-400\/40:hover {
  border-inline-end-color: rgb(251 113 133 / 0.4);
}

.hover\:border-e-rose-400\/5:hover {
  border-inline-end-color: rgb(251 113 133 / 0.05);
}

.hover\:border-e-rose-400\/50:hover {
  border-inline-end-color: rgb(251 113 133 / 0.5);
}

.hover\:border-e-rose-400\/60:hover {
  border-inline-end-color: rgb(251 113 133 / 0.6);
}

.hover\:border-e-rose-400\/70:hover {
  border-inline-end-color: rgb(251 113 133 / 0.7);
}

.hover\:border-e-rose-400\/75:hover {
  border-inline-end-color: rgb(251 113 133 / 0.75);
}

.hover\:border-e-rose-400\/80:hover {
  border-inline-end-color: rgb(251 113 133 / 0.8);
}

.hover\:border-e-rose-400\/90:hover {
  border-inline-end-color: rgb(251 113 133 / 0.9);
}

.hover\:border-e-rose-400\/95:hover {
  border-inline-end-color: rgb(251 113 133 / 0.95);
}

.hover\:border-e-rose-50:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 241 242 / var(--tw-border-opacity));
}

.hover\:border-e-rose-50\/0:hover {
  border-inline-end-color: rgb(255 241 242 / 0);
}

.hover\:border-e-rose-50\/10:hover {
  border-inline-end-color: rgb(255 241 242 / 0.1);
}

.hover\:border-e-rose-50\/100:hover {
  border-inline-end-color: rgb(255 241 242 / 1);
}

.hover\:border-e-rose-50\/20:hover {
  border-inline-end-color: rgb(255 241 242 / 0.2);
}

.hover\:border-e-rose-50\/25:hover {
  border-inline-end-color: rgb(255 241 242 / 0.25);
}

.hover\:border-e-rose-50\/30:hover {
  border-inline-end-color: rgb(255 241 242 / 0.3);
}

.hover\:border-e-rose-50\/40:hover {
  border-inline-end-color: rgb(255 241 242 / 0.4);
}

.hover\:border-e-rose-50\/5:hover {
  border-inline-end-color: rgb(255 241 242 / 0.05);
}

.hover\:border-e-rose-50\/50:hover {
  border-inline-end-color: rgb(255 241 242 / 0.5);
}

.hover\:border-e-rose-50\/60:hover {
  border-inline-end-color: rgb(255 241 242 / 0.6);
}

.hover\:border-e-rose-50\/70:hover {
  border-inline-end-color: rgb(255 241 242 / 0.7);
}

.hover\:border-e-rose-50\/75:hover {
  border-inline-end-color: rgb(255 241 242 / 0.75);
}

.hover\:border-e-rose-50\/80:hover {
  border-inline-end-color: rgb(255 241 242 / 0.8);
}

.hover\:border-e-rose-50\/90:hover {
  border-inline-end-color: rgb(255 241 242 / 0.9);
}

.hover\:border-e-rose-50\/95:hover {
  border-inline-end-color: rgb(255 241 242 / 0.95);
}

.hover\:border-e-rose-500:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(244 63 94 / var(--tw-border-opacity));
}

.hover\:border-e-rose-500\/0:hover {
  border-inline-end-color: rgb(244 63 94 / 0);
}

.hover\:border-e-rose-500\/10:hover {
  border-inline-end-color: rgb(244 63 94 / 0.1);
}

.hover\:border-e-rose-500\/100:hover {
  border-inline-end-color: rgb(244 63 94 / 1);
}

.hover\:border-e-rose-500\/20:hover {
  border-inline-end-color: rgb(244 63 94 / 0.2);
}

.hover\:border-e-rose-500\/25:hover {
  border-inline-end-color: rgb(244 63 94 / 0.25);
}

.hover\:border-e-rose-500\/30:hover {
  border-inline-end-color: rgb(244 63 94 / 0.3);
}

.hover\:border-e-rose-500\/40:hover {
  border-inline-end-color: rgb(244 63 94 / 0.4);
}

.hover\:border-e-rose-500\/5:hover {
  border-inline-end-color: rgb(244 63 94 / 0.05);
}

.hover\:border-e-rose-500\/50:hover {
  border-inline-end-color: rgb(244 63 94 / 0.5);
}

.hover\:border-e-rose-500\/60:hover {
  border-inline-end-color: rgb(244 63 94 / 0.6);
}

.hover\:border-e-rose-500\/70:hover {
  border-inline-end-color: rgb(244 63 94 / 0.7);
}

.hover\:border-e-rose-500\/75:hover {
  border-inline-end-color: rgb(244 63 94 / 0.75);
}

.hover\:border-e-rose-500\/80:hover {
  border-inline-end-color: rgb(244 63 94 / 0.8);
}

.hover\:border-e-rose-500\/90:hover {
  border-inline-end-color: rgb(244 63 94 / 0.9);
}

.hover\:border-e-rose-500\/95:hover {
  border-inline-end-color: rgb(244 63 94 / 0.95);
}

.hover\:border-e-rose-600:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(225 29 72 / var(--tw-border-opacity));
}

.hover\:border-e-rose-600\/0:hover {
  border-inline-end-color: rgb(225 29 72 / 0);
}

.hover\:border-e-rose-600\/10:hover {
  border-inline-end-color: rgb(225 29 72 / 0.1);
}

.hover\:border-e-rose-600\/100:hover {
  border-inline-end-color: rgb(225 29 72 / 1);
}

.hover\:border-e-rose-600\/20:hover {
  border-inline-end-color: rgb(225 29 72 / 0.2);
}

.hover\:border-e-rose-600\/25:hover {
  border-inline-end-color: rgb(225 29 72 / 0.25);
}

.hover\:border-e-rose-600\/30:hover {
  border-inline-end-color: rgb(225 29 72 / 0.3);
}

.hover\:border-e-rose-600\/40:hover {
  border-inline-end-color: rgb(225 29 72 / 0.4);
}

.hover\:border-e-rose-600\/5:hover {
  border-inline-end-color: rgb(225 29 72 / 0.05);
}

.hover\:border-e-rose-600\/50:hover {
  border-inline-end-color: rgb(225 29 72 / 0.5);
}

.hover\:border-e-rose-600\/60:hover {
  border-inline-end-color: rgb(225 29 72 / 0.6);
}

.hover\:border-e-rose-600\/70:hover {
  border-inline-end-color: rgb(225 29 72 / 0.7);
}

.hover\:border-e-rose-600\/75:hover {
  border-inline-end-color: rgb(225 29 72 / 0.75);
}

.hover\:border-e-rose-600\/80:hover {
  border-inline-end-color: rgb(225 29 72 / 0.8);
}

.hover\:border-e-rose-600\/90:hover {
  border-inline-end-color: rgb(225 29 72 / 0.9);
}

.hover\:border-e-rose-600\/95:hover {
  border-inline-end-color: rgb(225 29 72 / 0.95);
}

.hover\:border-e-rose-700:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(190 18 60 / var(--tw-border-opacity));
}

.hover\:border-e-rose-700\/0:hover {
  border-inline-end-color: rgb(190 18 60 / 0);
}

.hover\:border-e-rose-700\/10:hover {
  border-inline-end-color: rgb(190 18 60 / 0.1);
}

.hover\:border-e-rose-700\/100:hover {
  border-inline-end-color: rgb(190 18 60 / 1);
}

.hover\:border-e-rose-700\/20:hover {
  border-inline-end-color: rgb(190 18 60 / 0.2);
}

.hover\:border-e-rose-700\/25:hover {
  border-inline-end-color: rgb(190 18 60 / 0.25);
}

.hover\:border-e-rose-700\/30:hover {
  border-inline-end-color: rgb(190 18 60 / 0.3);
}

.hover\:border-e-rose-700\/40:hover {
  border-inline-end-color: rgb(190 18 60 / 0.4);
}

.hover\:border-e-rose-700\/5:hover {
  border-inline-end-color: rgb(190 18 60 / 0.05);
}

.hover\:border-e-rose-700\/50:hover {
  border-inline-end-color: rgb(190 18 60 / 0.5);
}

.hover\:border-e-rose-700\/60:hover {
  border-inline-end-color: rgb(190 18 60 / 0.6);
}

.hover\:border-e-rose-700\/70:hover {
  border-inline-end-color: rgb(190 18 60 / 0.7);
}

.hover\:border-e-rose-700\/75:hover {
  border-inline-end-color: rgb(190 18 60 / 0.75);
}

.hover\:border-e-rose-700\/80:hover {
  border-inline-end-color: rgb(190 18 60 / 0.8);
}

.hover\:border-e-rose-700\/90:hover {
  border-inline-end-color: rgb(190 18 60 / 0.9);
}

.hover\:border-e-rose-700\/95:hover {
  border-inline-end-color: rgb(190 18 60 / 0.95);
}

.hover\:border-e-rose-800:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(159 18 57 / var(--tw-border-opacity));
}

.hover\:border-e-rose-800\/0:hover {
  border-inline-end-color: rgb(159 18 57 / 0);
}

.hover\:border-e-rose-800\/10:hover {
  border-inline-end-color: rgb(159 18 57 / 0.1);
}

.hover\:border-e-rose-800\/100:hover {
  border-inline-end-color: rgb(159 18 57 / 1);
}

.hover\:border-e-rose-800\/20:hover {
  border-inline-end-color: rgb(159 18 57 / 0.2);
}

.hover\:border-e-rose-800\/25:hover {
  border-inline-end-color: rgb(159 18 57 / 0.25);
}

.hover\:border-e-rose-800\/30:hover {
  border-inline-end-color: rgb(159 18 57 / 0.3);
}

.hover\:border-e-rose-800\/40:hover {
  border-inline-end-color: rgb(159 18 57 / 0.4);
}

.hover\:border-e-rose-800\/5:hover {
  border-inline-end-color: rgb(159 18 57 / 0.05);
}

.hover\:border-e-rose-800\/50:hover {
  border-inline-end-color: rgb(159 18 57 / 0.5);
}

.hover\:border-e-rose-800\/60:hover {
  border-inline-end-color: rgb(159 18 57 / 0.6);
}

.hover\:border-e-rose-800\/70:hover {
  border-inline-end-color: rgb(159 18 57 / 0.7);
}

.hover\:border-e-rose-800\/75:hover {
  border-inline-end-color: rgb(159 18 57 / 0.75);
}

.hover\:border-e-rose-800\/80:hover {
  border-inline-end-color: rgb(159 18 57 / 0.8);
}

.hover\:border-e-rose-800\/90:hover {
  border-inline-end-color: rgb(159 18 57 / 0.9);
}

.hover\:border-e-rose-800\/95:hover {
  border-inline-end-color: rgb(159 18 57 / 0.95);
}

.hover\:border-e-rose-900:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(136 19 55 / var(--tw-border-opacity));
}

.hover\:border-e-rose-900\/0:hover {
  border-inline-end-color: rgb(136 19 55 / 0);
}

.hover\:border-e-rose-900\/10:hover {
  border-inline-end-color: rgb(136 19 55 / 0.1);
}

.hover\:border-e-rose-900\/100:hover {
  border-inline-end-color: rgb(136 19 55 / 1);
}

.hover\:border-e-rose-900\/20:hover {
  border-inline-end-color: rgb(136 19 55 / 0.2);
}

.hover\:border-e-rose-900\/25:hover {
  border-inline-end-color: rgb(136 19 55 / 0.25);
}

.hover\:border-e-rose-900\/30:hover {
  border-inline-end-color: rgb(136 19 55 / 0.3);
}

.hover\:border-e-rose-900\/40:hover {
  border-inline-end-color: rgb(136 19 55 / 0.4);
}

.hover\:border-e-rose-900\/5:hover {
  border-inline-end-color: rgb(136 19 55 / 0.05);
}

.hover\:border-e-rose-900\/50:hover {
  border-inline-end-color: rgb(136 19 55 / 0.5);
}

.hover\:border-e-rose-900\/60:hover {
  border-inline-end-color: rgb(136 19 55 / 0.6);
}

.hover\:border-e-rose-900\/70:hover {
  border-inline-end-color: rgb(136 19 55 / 0.7);
}

.hover\:border-e-rose-900\/75:hover {
  border-inline-end-color: rgb(136 19 55 / 0.75);
}

.hover\:border-e-rose-900\/80:hover {
  border-inline-end-color: rgb(136 19 55 / 0.8);
}

.hover\:border-e-rose-900\/90:hover {
  border-inline-end-color: rgb(136 19 55 / 0.9);
}

.hover\:border-e-rose-900\/95:hover {
  border-inline-end-color: rgb(136 19 55 / 0.95);
}

.hover\:border-e-rose-950:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(76 5 25 / var(--tw-border-opacity));
}

.hover\:border-e-rose-950\/0:hover {
  border-inline-end-color: rgb(76 5 25 / 0);
}

.hover\:border-e-rose-950\/10:hover {
  border-inline-end-color: rgb(76 5 25 / 0.1);
}

.hover\:border-e-rose-950\/100:hover {
  border-inline-end-color: rgb(76 5 25 / 1);
}

.hover\:border-e-rose-950\/20:hover {
  border-inline-end-color: rgb(76 5 25 / 0.2);
}

.hover\:border-e-rose-950\/25:hover {
  border-inline-end-color: rgb(76 5 25 / 0.25);
}

.hover\:border-e-rose-950\/30:hover {
  border-inline-end-color: rgb(76 5 25 / 0.3);
}

.hover\:border-e-rose-950\/40:hover {
  border-inline-end-color: rgb(76 5 25 / 0.4);
}

.hover\:border-e-rose-950\/5:hover {
  border-inline-end-color: rgb(76 5 25 / 0.05);
}

.hover\:border-e-rose-950\/50:hover {
  border-inline-end-color: rgb(76 5 25 / 0.5);
}

.hover\:border-e-rose-950\/60:hover {
  border-inline-end-color: rgb(76 5 25 / 0.6);
}

.hover\:border-e-rose-950\/70:hover {
  border-inline-end-color: rgb(76 5 25 / 0.7);
}

.hover\:border-e-rose-950\/75:hover {
  border-inline-end-color: rgb(76 5 25 / 0.75);
}

.hover\:border-e-rose-950\/80:hover {
  border-inline-end-color: rgb(76 5 25 / 0.8);
}

.hover\:border-e-rose-950\/90:hover {
  border-inline-end-color: rgb(76 5 25 / 0.9);
}

.hover\:border-e-rose-950\/95:hover {
  border-inline-end-color: rgb(76 5 25 / 0.95);
}

.hover\:border-e-sky-100:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(224 242 254 / var(--tw-border-opacity));
}

.hover\:border-e-sky-100\/0:hover {
  border-inline-end-color: rgb(224 242 254 / 0);
}

.hover\:border-e-sky-100\/10:hover {
  border-inline-end-color: rgb(224 242 254 / 0.1);
}

.hover\:border-e-sky-100\/100:hover {
  border-inline-end-color: rgb(224 242 254 / 1);
}

.hover\:border-e-sky-100\/20:hover {
  border-inline-end-color: rgb(224 242 254 / 0.2);
}

.hover\:border-e-sky-100\/25:hover {
  border-inline-end-color: rgb(224 242 254 / 0.25);
}

.hover\:border-e-sky-100\/30:hover {
  border-inline-end-color: rgb(224 242 254 / 0.3);
}

.hover\:border-e-sky-100\/40:hover {
  border-inline-end-color: rgb(224 242 254 / 0.4);
}

.hover\:border-e-sky-100\/5:hover {
  border-inline-end-color: rgb(224 242 254 / 0.05);
}

.hover\:border-e-sky-100\/50:hover {
  border-inline-end-color: rgb(224 242 254 / 0.5);
}

.hover\:border-e-sky-100\/60:hover {
  border-inline-end-color: rgb(224 242 254 / 0.6);
}

.hover\:border-e-sky-100\/70:hover {
  border-inline-end-color: rgb(224 242 254 / 0.7);
}

.hover\:border-e-sky-100\/75:hover {
  border-inline-end-color: rgb(224 242 254 / 0.75);
}

.hover\:border-e-sky-100\/80:hover {
  border-inline-end-color: rgb(224 242 254 / 0.8);
}

.hover\:border-e-sky-100\/90:hover {
  border-inline-end-color: rgb(224 242 254 / 0.9);
}

.hover\:border-e-sky-100\/95:hover {
  border-inline-end-color: rgb(224 242 254 / 0.95);
}

.hover\:border-e-sky-200:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(186 230 253 / var(--tw-border-opacity));
}

.hover\:border-e-sky-200\/0:hover {
  border-inline-end-color: rgb(186 230 253 / 0);
}

.hover\:border-e-sky-200\/10:hover {
  border-inline-end-color: rgb(186 230 253 / 0.1);
}

.hover\:border-e-sky-200\/100:hover {
  border-inline-end-color: rgb(186 230 253 / 1);
}

.hover\:border-e-sky-200\/20:hover {
  border-inline-end-color: rgb(186 230 253 / 0.2);
}

.hover\:border-e-sky-200\/25:hover {
  border-inline-end-color: rgb(186 230 253 / 0.25);
}

.hover\:border-e-sky-200\/30:hover {
  border-inline-end-color: rgb(186 230 253 / 0.3);
}

.hover\:border-e-sky-200\/40:hover {
  border-inline-end-color: rgb(186 230 253 / 0.4);
}

.hover\:border-e-sky-200\/5:hover {
  border-inline-end-color: rgb(186 230 253 / 0.05);
}

.hover\:border-e-sky-200\/50:hover {
  border-inline-end-color: rgb(186 230 253 / 0.5);
}

.hover\:border-e-sky-200\/60:hover {
  border-inline-end-color: rgb(186 230 253 / 0.6);
}

.hover\:border-e-sky-200\/70:hover {
  border-inline-end-color: rgb(186 230 253 / 0.7);
}

.hover\:border-e-sky-200\/75:hover {
  border-inline-end-color: rgb(186 230 253 / 0.75);
}

.hover\:border-e-sky-200\/80:hover {
  border-inline-end-color: rgb(186 230 253 / 0.8);
}

.hover\:border-e-sky-200\/90:hover {
  border-inline-end-color: rgb(186 230 253 / 0.9);
}

.hover\:border-e-sky-200\/95:hover {
  border-inline-end-color: rgb(186 230 253 / 0.95);
}

.hover\:border-e-sky-300:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(125 211 252 / var(--tw-border-opacity));
}

.hover\:border-e-sky-300\/0:hover {
  border-inline-end-color: rgb(125 211 252 / 0);
}

.hover\:border-e-sky-300\/10:hover {
  border-inline-end-color: rgb(125 211 252 / 0.1);
}

.hover\:border-e-sky-300\/100:hover {
  border-inline-end-color: rgb(125 211 252 / 1);
}

.hover\:border-e-sky-300\/20:hover {
  border-inline-end-color: rgb(125 211 252 / 0.2);
}

.hover\:border-e-sky-300\/25:hover {
  border-inline-end-color: rgb(125 211 252 / 0.25);
}

.hover\:border-e-sky-300\/30:hover {
  border-inline-end-color: rgb(125 211 252 / 0.3);
}

.hover\:border-e-sky-300\/40:hover {
  border-inline-end-color: rgb(125 211 252 / 0.4);
}

.hover\:border-e-sky-300\/5:hover {
  border-inline-end-color: rgb(125 211 252 / 0.05);
}

.hover\:border-e-sky-300\/50:hover {
  border-inline-end-color: rgb(125 211 252 / 0.5);
}

.hover\:border-e-sky-300\/60:hover {
  border-inline-end-color: rgb(125 211 252 / 0.6);
}

.hover\:border-e-sky-300\/70:hover {
  border-inline-end-color: rgb(125 211 252 / 0.7);
}

.hover\:border-e-sky-300\/75:hover {
  border-inline-end-color: rgb(125 211 252 / 0.75);
}

.hover\:border-e-sky-300\/80:hover {
  border-inline-end-color: rgb(125 211 252 / 0.8);
}

.hover\:border-e-sky-300\/90:hover {
  border-inline-end-color: rgb(125 211 252 / 0.9);
}

.hover\:border-e-sky-300\/95:hover {
  border-inline-end-color: rgb(125 211 252 / 0.95);
}

.hover\:border-e-sky-400:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(56 189 248 / var(--tw-border-opacity));
}

.hover\:border-e-sky-400\/0:hover {
  border-inline-end-color: rgb(56 189 248 / 0);
}

.hover\:border-e-sky-400\/10:hover {
  border-inline-end-color: rgb(56 189 248 / 0.1);
}

.hover\:border-e-sky-400\/100:hover {
  border-inline-end-color: rgb(56 189 248 / 1);
}

.hover\:border-e-sky-400\/20:hover {
  border-inline-end-color: rgb(56 189 248 / 0.2);
}

.hover\:border-e-sky-400\/25:hover {
  border-inline-end-color: rgb(56 189 248 / 0.25);
}

.hover\:border-e-sky-400\/30:hover {
  border-inline-end-color: rgb(56 189 248 / 0.3);
}

.hover\:border-e-sky-400\/40:hover {
  border-inline-end-color: rgb(56 189 248 / 0.4);
}

.hover\:border-e-sky-400\/5:hover {
  border-inline-end-color: rgb(56 189 248 / 0.05);
}

.hover\:border-e-sky-400\/50:hover {
  border-inline-end-color: rgb(56 189 248 / 0.5);
}

.hover\:border-e-sky-400\/60:hover {
  border-inline-end-color: rgb(56 189 248 / 0.6);
}

.hover\:border-e-sky-400\/70:hover {
  border-inline-end-color: rgb(56 189 248 / 0.7);
}

.hover\:border-e-sky-400\/75:hover {
  border-inline-end-color: rgb(56 189 248 / 0.75);
}

.hover\:border-e-sky-400\/80:hover {
  border-inline-end-color: rgb(56 189 248 / 0.8);
}

.hover\:border-e-sky-400\/90:hover {
  border-inline-end-color: rgb(56 189 248 / 0.9);
}

.hover\:border-e-sky-400\/95:hover {
  border-inline-end-color: rgb(56 189 248 / 0.95);
}

.hover\:border-e-sky-50:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.hover\:border-e-sky-50\/0:hover {
  border-inline-end-color: rgb(240 249 255 / 0);
}

.hover\:border-e-sky-50\/10:hover {
  border-inline-end-color: rgb(240 249 255 / 0.1);
}

.hover\:border-e-sky-50\/100:hover {
  border-inline-end-color: rgb(240 249 255 / 1);
}

.hover\:border-e-sky-50\/20:hover {
  border-inline-end-color: rgb(240 249 255 / 0.2);
}

.hover\:border-e-sky-50\/25:hover {
  border-inline-end-color: rgb(240 249 255 / 0.25);
}

.hover\:border-e-sky-50\/30:hover {
  border-inline-end-color: rgb(240 249 255 / 0.3);
}

.hover\:border-e-sky-50\/40:hover {
  border-inline-end-color: rgb(240 249 255 / 0.4);
}

.hover\:border-e-sky-50\/5:hover {
  border-inline-end-color: rgb(240 249 255 / 0.05);
}

.hover\:border-e-sky-50\/50:hover {
  border-inline-end-color: rgb(240 249 255 / 0.5);
}

.hover\:border-e-sky-50\/60:hover {
  border-inline-end-color: rgb(240 249 255 / 0.6);
}

.hover\:border-e-sky-50\/70:hover {
  border-inline-end-color: rgb(240 249 255 / 0.7);
}

.hover\:border-e-sky-50\/75:hover {
  border-inline-end-color: rgb(240 249 255 / 0.75);
}

.hover\:border-e-sky-50\/80:hover {
  border-inline-end-color: rgb(240 249 255 / 0.8);
}

.hover\:border-e-sky-50\/90:hover {
  border-inline-end-color: rgb(240 249 255 / 0.9);
}

.hover\:border-e-sky-50\/95:hover {
  border-inline-end-color: rgb(240 249 255 / 0.95);
}

.hover\:border-e-sky-500:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.hover\:border-e-sky-500\/0:hover {
  border-inline-end-color: rgb(14 165 233 / 0);
}

.hover\:border-e-sky-500\/10:hover {
  border-inline-end-color: rgb(14 165 233 / 0.1);
}

.hover\:border-e-sky-500\/100:hover {
  border-inline-end-color: rgb(14 165 233 / 1);
}

.hover\:border-e-sky-500\/20:hover {
  border-inline-end-color: rgb(14 165 233 / 0.2);
}

.hover\:border-e-sky-500\/25:hover {
  border-inline-end-color: rgb(14 165 233 / 0.25);
}

.hover\:border-e-sky-500\/30:hover {
  border-inline-end-color: rgb(14 165 233 / 0.3);
}

.hover\:border-e-sky-500\/40:hover {
  border-inline-end-color: rgb(14 165 233 / 0.4);
}

.hover\:border-e-sky-500\/5:hover {
  border-inline-end-color: rgb(14 165 233 / 0.05);
}

.hover\:border-e-sky-500\/50:hover {
  border-inline-end-color: rgb(14 165 233 / 0.5);
}

.hover\:border-e-sky-500\/60:hover {
  border-inline-end-color: rgb(14 165 233 / 0.6);
}

.hover\:border-e-sky-500\/70:hover {
  border-inline-end-color: rgb(14 165 233 / 0.7);
}

.hover\:border-e-sky-500\/75:hover {
  border-inline-end-color: rgb(14 165 233 / 0.75);
}

.hover\:border-e-sky-500\/80:hover {
  border-inline-end-color: rgb(14 165 233 / 0.8);
}

.hover\:border-e-sky-500\/90:hover {
  border-inline-end-color: rgb(14 165 233 / 0.9);
}

.hover\:border-e-sky-500\/95:hover {
  border-inline-end-color: rgb(14 165 233 / 0.95);
}

.hover\:border-e-sky-600:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(2 132 199 / var(--tw-border-opacity));
}

.hover\:border-e-sky-600\/0:hover {
  border-inline-end-color: rgb(2 132 199 / 0);
}

.hover\:border-e-sky-600\/10:hover {
  border-inline-end-color: rgb(2 132 199 / 0.1);
}

.hover\:border-e-sky-600\/100:hover {
  border-inline-end-color: rgb(2 132 199 / 1);
}

.hover\:border-e-sky-600\/20:hover {
  border-inline-end-color: rgb(2 132 199 / 0.2);
}

.hover\:border-e-sky-600\/25:hover {
  border-inline-end-color: rgb(2 132 199 / 0.25);
}

.hover\:border-e-sky-600\/30:hover {
  border-inline-end-color: rgb(2 132 199 / 0.3);
}

.hover\:border-e-sky-600\/40:hover {
  border-inline-end-color: rgb(2 132 199 / 0.4);
}

.hover\:border-e-sky-600\/5:hover {
  border-inline-end-color: rgb(2 132 199 / 0.05);
}

.hover\:border-e-sky-600\/50:hover {
  border-inline-end-color: rgb(2 132 199 / 0.5);
}

.hover\:border-e-sky-600\/60:hover {
  border-inline-end-color: rgb(2 132 199 / 0.6);
}

.hover\:border-e-sky-600\/70:hover {
  border-inline-end-color: rgb(2 132 199 / 0.7);
}

.hover\:border-e-sky-600\/75:hover {
  border-inline-end-color: rgb(2 132 199 / 0.75);
}

.hover\:border-e-sky-600\/80:hover {
  border-inline-end-color: rgb(2 132 199 / 0.8);
}

.hover\:border-e-sky-600\/90:hover {
  border-inline-end-color: rgb(2 132 199 / 0.9);
}

.hover\:border-e-sky-600\/95:hover {
  border-inline-end-color: rgb(2 132 199 / 0.95);
}

.hover\:border-e-sky-700:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.hover\:border-e-sky-700\/0:hover {
  border-inline-end-color: rgb(3 105 161 / 0);
}

.hover\:border-e-sky-700\/10:hover {
  border-inline-end-color: rgb(3 105 161 / 0.1);
}

.hover\:border-e-sky-700\/100:hover {
  border-inline-end-color: rgb(3 105 161 / 1);
}

.hover\:border-e-sky-700\/20:hover {
  border-inline-end-color: rgb(3 105 161 / 0.2);
}

.hover\:border-e-sky-700\/25:hover {
  border-inline-end-color: rgb(3 105 161 / 0.25);
}

.hover\:border-e-sky-700\/30:hover {
  border-inline-end-color: rgb(3 105 161 / 0.3);
}

.hover\:border-e-sky-700\/40:hover {
  border-inline-end-color: rgb(3 105 161 / 0.4);
}

.hover\:border-e-sky-700\/5:hover {
  border-inline-end-color: rgb(3 105 161 / 0.05);
}

.hover\:border-e-sky-700\/50:hover {
  border-inline-end-color: rgb(3 105 161 / 0.5);
}

.hover\:border-e-sky-700\/60:hover {
  border-inline-end-color: rgb(3 105 161 / 0.6);
}

.hover\:border-e-sky-700\/70:hover {
  border-inline-end-color: rgb(3 105 161 / 0.7);
}

.hover\:border-e-sky-700\/75:hover {
  border-inline-end-color: rgb(3 105 161 / 0.75);
}

.hover\:border-e-sky-700\/80:hover {
  border-inline-end-color: rgb(3 105 161 / 0.8);
}

.hover\:border-e-sky-700\/90:hover {
  border-inline-end-color: rgb(3 105 161 / 0.9);
}

.hover\:border-e-sky-700\/95:hover {
  border-inline-end-color: rgb(3 105 161 / 0.95);
}

.hover\:border-e-sky-800:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(7 89 133 / var(--tw-border-opacity));
}

.hover\:border-e-sky-800\/0:hover {
  border-inline-end-color: rgb(7 89 133 / 0);
}

.hover\:border-e-sky-800\/10:hover {
  border-inline-end-color: rgb(7 89 133 / 0.1);
}

.hover\:border-e-sky-800\/100:hover {
  border-inline-end-color: rgb(7 89 133 / 1);
}

.hover\:border-e-sky-800\/20:hover {
  border-inline-end-color: rgb(7 89 133 / 0.2);
}

.hover\:border-e-sky-800\/25:hover {
  border-inline-end-color: rgb(7 89 133 / 0.25);
}

.hover\:border-e-sky-800\/30:hover {
  border-inline-end-color: rgb(7 89 133 / 0.3);
}

.hover\:border-e-sky-800\/40:hover {
  border-inline-end-color: rgb(7 89 133 / 0.4);
}

.hover\:border-e-sky-800\/5:hover {
  border-inline-end-color: rgb(7 89 133 / 0.05);
}

.hover\:border-e-sky-800\/50:hover {
  border-inline-end-color: rgb(7 89 133 / 0.5);
}

.hover\:border-e-sky-800\/60:hover {
  border-inline-end-color: rgb(7 89 133 / 0.6);
}

.hover\:border-e-sky-800\/70:hover {
  border-inline-end-color: rgb(7 89 133 / 0.7);
}

.hover\:border-e-sky-800\/75:hover {
  border-inline-end-color: rgb(7 89 133 / 0.75);
}

.hover\:border-e-sky-800\/80:hover {
  border-inline-end-color: rgb(7 89 133 / 0.8);
}

.hover\:border-e-sky-800\/90:hover {
  border-inline-end-color: rgb(7 89 133 / 0.9);
}

.hover\:border-e-sky-800\/95:hover {
  border-inline-end-color: rgb(7 89 133 / 0.95);
}

.hover\:border-e-sky-900:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(12 74 110 / var(--tw-border-opacity));
}

.hover\:border-e-sky-900\/0:hover {
  border-inline-end-color: rgb(12 74 110 / 0);
}

.hover\:border-e-sky-900\/10:hover {
  border-inline-end-color: rgb(12 74 110 / 0.1);
}

.hover\:border-e-sky-900\/100:hover {
  border-inline-end-color: rgb(12 74 110 / 1);
}

.hover\:border-e-sky-900\/20:hover {
  border-inline-end-color: rgb(12 74 110 / 0.2);
}

.hover\:border-e-sky-900\/25:hover {
  border-inline-end-color: rgb(12 74 110 / 0.25);
}

.hover\:border-e-sky-900\/30:hover {
  border-inline-end-color: rgb(12 74 110 / 0.3);
}

.hover\:border-e-sky-900\/40:hover {
  border-inline-end-color: rgb(12 74 110 / 0.4);
}

.hover\:border-e-sky-900\/5:hover {
  border-inline-end-color: rgb(12 74 110 / 0.05);
}

.hover\:border-e-sky-900\/50:hover {
  border-inline-end-color: rgb(12 74 110 / 0.5);
}

.hover\:border-e-sky-900\/60:hover {
  border-inline-end-color: rgb(12 74 110 / 0.6);
}

.hover\:border-e-sky-900\/70:hover {
  border-inline-end-color: rgb(12 74 110 / 0.7);
}

.hover\:border-e-sky-900\/75:hover {
  border-inline-end-color: rgb(12 74 110 / 0.75);
}

.hover\:border-e-sky-900\/80:hover {
  border-inline-end-color: rgb(12 74 110 / 0.8);
}

.hover\:border-e-sky-900\/90:hover {
  border-inline-end-color: rgb(12 74 110 / 0.9);
}

.hover\:border-e-sky-900\/95:hover {
  border-inline-end-color: rgb(12 74 110 / 0.95);
}

.hover\:border-e-sky-950:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(8 47 73 / var(--tw-border-opacity));
}

.hover\:border-e-sky-950\/0:hover {
  border-inline-end-color: rgb(8 47 73 / 0);
}

.hover\:border-e-sky-950\/10:hover {
  border-inline-end-color: rgb(8 47 73 / 0.1);
}

.hover\:border-e-sky-950\/100:hover {
  border-inline-end-color: rgb(8 47 73 / 1);
}

.hover\:border-e-sky-950\/20:hover {
  border-inline-end-color: rgb(8 47 73 / 0.2);
}

.hover\:border-e-sky-950\/25:hover {
  border-inline-end-color: rgb(8 47 73 / 0.25);
}

.hover\:border-e-sky-950\/30:hover {
  border-inline-end-color: rgb(8 47 73 / 0.3);
}

.hover\:border-e-sky-950\/40:hover {
  border-inline-end-color: rgb(8 47 73 / 0.4);
}

.hover\:border-e-sky-950\/5:hover {
  border-inline-end-color: rgb(8 47 73 / 0.05);
}

.hover\:border-e-sky-950\/50:hover {
  border-inline-end-color: rgb(8 47 73 / 0.5);
}

.hover\:border-e-sky-950\/60:hover {
  border-inline-end-color: rgb(8 47 73 / 0.6);
}

.hover\:border-e-sky-950\/70:hover {
  border-inline-end-color: rgb(8 47 73 / 0.7);
}

.hover\:border-e-sky-950\/75:hover {
  border-inline-end-color: rgb(8 47 73 / 0.75);
}

.hover\:border-e-sky-950\/80:hover {
  border-inline-end-color: rgb(8 47 73 / 0.8);
}

.hover\:border-e-sky-950\/90:hover {
  border-inline-end-color: rgb(8 47 73 / 0.9);
}

.hover\:border-e-sky-950\/95:hover {
  border-inline-end-color: rgb(8 47 73 / 0.95);
}

.hover\:border-e-slate-100:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.hover\:border-e-slate-100\/0:hover {
  border-inline-end-color: rgb(241 245 249 / 0);
}

.hover\:border-e-slate-100\/10:hover {
  border-inline-end-color: rgb(241 245 249 / 0.1);
}

.hover\:border-e-slate-100\/100:hover {
  border-inline-end-color: rgb(241 245 249 / 1);
}

.hover\:border-e-slate-100\/20:hover {
  border-inline-end-color: rgb(241 245 249 / 0.2);
}

.hover\:border-e-slate-100\/25:hover {
  border-inline-end-color: rgb(241 245 249 / 0.25);
}

.hover\:border-e-slate-100\/30:hover {
  border-inline-end-color: rgb(241 245 249 / 0.3);
}

.hover\:border-e-slate-100\/40:hover {
  border-inline-end-color: rgb(241 245 249 / 0.4);
}

.hover\:border-e-slate-100\/5:hover {
  border-inline-end-color: rgb(241 245 249 / 0.05);
}

.hover\:border-e-slate-100\/50:hover {
  border-inline-end-color: rgb(241 245 249 / 0.5);
}

.hover\:border-e-slate-100\/60:hover {
  border-inline-end-color: rgb(241 245 249 / 0.6);
}

.hover\:border-e-slate-100\/70:hover {
  border-inline-end-color: rgb(241 245 249 / 0.7);
}

.hover\:border-e-slate-100\/75:hover {
  border-inline-end-color: rgb(241 245 249 / 0.75);
}

.hover\:border-e-slate-100\/80:hover {
  border-inline-end-color: rgb(241 245 249 / 0.8);
}

.hover\:border-e-slate-100\/90:hover {
  border-inline-end-color: rgb(241 245 249 / 0.9);
}

.hover\:border-e-slate-100\/95:hover {
  border-inline-end-color: rgb(241 245 249 / 0.95);
}

.hover\:border-e-slate-200:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.hover\:border-e-slate-200\/0:hover {
  border-inline-end-color: rgb(226 232 240 / 0);
}

.hover\:border-e-slate-200\/10:hover {
  border-inline-end-color: rgb(226 232 240 / 0.1);
}

.hover\:border-e-slate-200\/100:hover {
  border-inline-end-color: rgb(226 232 240 / 1);
}

.hover\:border-e-slate-200\/20:hover {
  border-inline-end-color: rgb(226 232 240 / 0.2);
}

.hover\:border-e-slate-200\/25:hover {
  border-inline-end-color: rgb(226 232 240 / 0.25);
}

.hover\:border-e-slate-200\/30:hover {
  border-inline-end-color: rgb(226 232 240 / 0.3);
}

.hover\:border-e-slate-200\/40:hover {
  border-inline-end-color: rgb(226 232 240 / 0.4);
}

.hover\:border-e-slate-200\/5:hover {
  border-inline-end-color: rgb(226 232 240 / 0.05);
}

.hover\:border-e-slate-200\/50:hover {
  border-inline-end-color: rgb(226 232 240 / 0.5);
}

.hover\:border-e-slate-200\/60:hover {
  border-inline-end-color: rgb(226 232 240 / 0.6);
}

.hover\:border-e-slate-200\/70:hover {
  border-inline-end-color: rgb(226 232 240 / 0.7);
}

.hover\:border-e-slate-200\/75:hover {
  border-inline-end-color: rgb(226 232 240 / 0.75);
}

.hover\:border-e-slate-200\/80:hover {
  border-inline-end-color: rgb(226 232 240 / 0.8);
}

.hover\:border-e-slate-200\/90:hover {
  border-inline-end-color: rgb(226 232 240 / 0.9);
}

.hover\:border-e-slate-200\/95:hover {
  border-inline-end-color: rgb(226 232 240 / 0.95);
}

.hover\:border-e-slate-300:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.hover\:border-e-slate-300\/0:hover {
  border-inline-end-color: rgb(203 213 225 / 0);
}

.hover\:border-e-slate-300\/10:hover {
  border-inline-end-color: rgb(203 213 225 / 0.1);
}

.hover\:border-e-slate-300\/100:hover {
  border-inline-end-color: rgb(203 213 225 / 1);
}

.hover\:border-e-slate-300\/20:hover {
  border-inline-end-color: rgb(203 213 225 / 0.2);
}

.hover\:border-e-slate-300\/25:hover {
  border-inline-end-color: rgb(203 213 225 / 0.25);
}

.hover\:border-e-slate-300\/30:hover {
  border-inline-end-color: rgb(203 213 225 / 0.3);
}

.hover\:border-e-slate-300\/40:hover {
  border-inline-end-color: rgb(203 213 225 / 0.4);
}

.hover\:border-e-slate-300\/5:hover {
  border-inline-end-color: rgb(203 213 225 / 0.05);
}

.hover\:border-e-slate-300\/50:hover {
  border-inline-end-color: rgb(203 213 225 / 0.5);
}

.hover\:border-e-slate-300\/60:hover {
  border-inline-end-color: rgb(203 213 225 / 0.6);
}

.hover\:border-e-slate-300\/70:hover {
  border-inline-end-color: rgb(203 213 225 / 0.7);
}

.hover\:border-e-slate-300\/75:hover {
  border-inline-end-color: rgb(203 213 225 / 0.75);
}

.hover\:border-e-slate-300\/80:hover {
  border-inline-end-color: rgb(203 213 225 / 0.8);
}

.hover\:border-e-slate-300\/90:hover {
  border-inline-end-color: rgb(203 213 225 / 0.9);
}

.hover\:border-e-slate-300\/95:hover {
  border-inline-end-color: rgb(203 213 225 / 0.95);
}

.hover\:border-e-slate-400:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.hover\:border-e-slate-400\/0:hover {
  border-inline-end-color: rgb(148 163 184 / 0);
}

.hover\:border-e-slate-400\/10:hover {
  border-inline-end-color: rgb(148 163 184 / 0.1);
}

.hover\:border-e-slate-400\/100:hover {
  border-inline-end-color: rgb(148 163 184 / 1);
}

.hover\:border-e-slate-400\/20:hover {
  border-inline-end-color: rgb(148 163 184 / 0.2);
}

.hover\:border-e-slate-400\/25:hover {
  border-inline-end-color: rgb(148 163 184 / 0.25);
}

.hover\:border-e-slate-400\/30:hover {
  border-inline-end-color: rgb(148 163 184 / 0.3);
}

.hover\:border-e-slate-400\/40:hover {
  border-inline-end-color: rgb(148 163 184 / 0.4);
}

.hover\:border-e-slate-400\/5:hover {
  border-inline-end-color: rgb(148 163 184 / 0.05);
}

.hover\:border-e-slate-400\/50:hover {
  border-inline-end-color: rgb(148 163 184 / 0.5);
}

.hover\:border-e-slate-400\/60:hover {
  border-inline-end-color: rgb(148 163 184 / 0.6);
}

.hover\:border-e-slate-400\/70:hover {
  border-inline-end-color: rgb(148 163 184 / 0.7);
}

.hover\:border-e-slate-400\/75:hover {
  border-inline-end-color: rgb(148 163 184 / 0.75);
}

.hover\:border-e-slate-400\/80:hover {
  border-inline-end-color: rgb(148 163 184 / 0.8);
}

.hover\:border-e-slate-400\/90:hover {
  border-inline-end-color: rgb(148 163 184 / 0.9);
}

.hover\:border-e-slate-400\/95:hover {
  border-inline-end-color: rgb(148 163 184 / 0.95);
}

.hover\:border-e-slate-50:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(248 250 252 / var(--tw-border-opacity));
}

.hover\:border-e-slate-50\/0:hover {
  border-inline-end-color: rgb(248 250 252 / 0);
}

.hover\:border-e-slate-50\/10:hover {
  border-inline-end-color: rgb(248 250 252 / 0.1);
}

.hover\:border-e-slate-50\/100:hover {
  border-inline-end-color: rgb(248 250 252 / 1);
}

.hover\:border-e-slate-50\/20:hover {
  border-inline-end-color: rgb(248 250 252 / 0.2);
}

.hover\:border-e-slate-50\/25:hover {
  border-inline-end-color: rgb(248 250 252 / 0.25);
}

.hover\:border-e-slate-50\/30:hover {
  border-inline-end-color: rgb(248 250 252 / 0.3);
}

.hover\:border-e-slate-50\/40:hover {
  border-inline-end-color: rgb(248 250 252 / 0.4);
}

.hover\:border-e-slate-50\/5:hover {
  border-inline-end-color: rgb(248 250 252 / 0.05);
}

.hover\:border-e-slate-50\/50:hover {
  border-inline-end-color: rgb(248 250 252 / 0.5);
}

.hover\:border-e-slate-50\/60:hover {
  border-inline-end-color: rgb(248 250 252 / 0.6);
}

.hover\:border-e-slate-50\/70:hover {
  border-inline-end-color: rgb(248 250 252 / 0.7);
}

.hover\:border-e-slate-50\/75:hover {
  border-inline-end-color: rgb(248 250 252 / 0.75);
}

.hover\:border-e-slate-50\/80:hover {
  border-inline-end-color: rgb(248 250 252 / 0.8);
}

.hover\:border-e-slate-50\/90:hover {
  border-inline-end-color: rgb(248 250 252 / 0.9);
}

.hover\:border-e-slate-50\/95:hover {
  border-inline-end-color: rgb(248 250 252 / 0.95);
}

.hover\:border-e-slate-500:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.hover\:border-e-slate-500\/0:hover {
  border-inline-end-color: rgb(100 116 139 / 0);
}

.hover\:border-e-slate-500\/10:hover {
  border-inline-end-color: rgb(100 116 139 / 0.1);
}

.hover\:border-e-slate-500\/100:hover {
  border-inline-end-color: rgb(100 116 139 / 1);
}

.hover\:border-e-slate-500\/20:hover {
  border-inline-end-color: rgb(100 116 139 / 0.2);
}

.hover\:border-e-slate-500\/25:hover {
  border-inline-end-color: rgb(100 116 139 / 0.25);
}

.hover\:border-e-slate-500\/30:hover {
  border-inline-end-color: rgb(100 116 139 / 0.3);
}

.hover\:border-e-slate-500\/40:hover {
  border-inline-end-color: rgb(100 116 139 / 0.4);
}

.hover\:border-e-slate-500\/5:hover {
  border-inline-end-color: rgb(100 116 139 / 0.05);
}

.hover\:border-e-slate-500\/50:hover {
  border-inline-end-color: rgb(100 116 139 / 0.5);
}

.hover\:border-e-slate-500\/60:hover {
  border-inline-end-color: rgb(100 116 139 / 0.6);
}

.hover\:border-e-slate-500\/70:hover {
  border-inline-end-color: rgb(100 116 139 / 0.7);
}

.hover\:border-e-slate-500\/75:hover {
  border-inline-end-color: rgb(100 116 139 / 0.75);
}

.hover\:border-e-slate-500\/80:hover {
  border-inline-end-color: rgb(100 116 139 / 0.8);
}

.hover\:border-e-slate-500\/90:hover {
  border-inline-end-color: rgb(100 116 139 / 0.9);
}

.hover\:border-e-slate-500\/95:hover {
  border-inline-end-color: rgb(100 116 139 / 0.95);
}

.hover\:border-e-slate-600:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(71 85 105 / var(--tw-border-opacity));
}

.hover\:border-e-slate-600\/0:hover {
  border-inline-end-color: rgb(71 85 105 / 0);
}

.hover\:border-e-slate-600\/10:hover {
  border-inline-end-color: rgb(71 85 105 / 0.1);
}

.hover\:border-e-slate-600\/100:hover {
  border-inline-end-color: rgb(71 85 105 / 1);
}

.hover\:border-e-slate-600\/20:hover {
  border-inline-end-color: rgb(71 85 105 / 0.2);
}

.hover\:border-e-slate-600\/25:hover {
  border-inline-end-color: rgb(71 85 105 / 0.25);
}

.hover\:border-e-slate-600\/30:hover {
  border-inline-end-color: rgb(71 85 105 / 0.3);
}

.hover\:border-e-slate-600\/40:hover {
  border-inline-end-color: rgb(71 85 105 / 0.4);
}

.hover\:border-e-slate-600\/5:hover {
  border-inline-end-color: rgb(71 85 105 / 0.05);
}

.hover\:border-e-slate-600\/50:hover {
  border-inline-end-color: rgb(71 85 105 / 0.5);
}

.hover\:border-e-slate-600\/60:hover {
  border-inline-end-color: rgb(71 85 105 / 0.6);
}

.hover\:border-e-slate-600\/70:hover {
  border-inline-end-color: rgb(71 85 105 / 0.7);
}

.hover\:border-e-slate-600\/75:hover {
  border-inline-end-color: rgb(71 85 105 / 0.75);
}

.hover\:border-e-slate-600\/80:hover {
  border-inline-end-color: rgb(71 85 105 / 0.8);
}

.hover\:border-e-slate-600\/90:hover {
  border-inline-end-color: rgb(71 85 105 / 0.9);
}

.hover\:border-e-slate-600\/95:hover {
  border-inline-end-color: rgb(71 85 105 / 0.95);
}

.hover\:border-e-slate-700:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.hover\:border-e-slate-700\/0:hover {
  border-inline-end-color: rgb(51 65 85 / 0);
}

.hover\:border-e-slate-700\/10:hover {
  border-inline-end-color: rgb(51 65 85 / 0.1);
}

.hover\:border-e-slate-700\/100:hover {
  border-inline-end-color: rgb(51 65 85 / 1);
}

.hover\:border-e-slate-700\/20:hover {
  border-inline-end-color: rgb(51 65 85 / 0.2);
}

.hover\:border-e-slate-700\/25:hover {
  border-inline-end-color: rgb(51 65 85 / 0.25);
}

.hover\:border-e-slate-700\/30:hover {
  border-inline-end-color: rgb(51 65 85 / 0.3);
}

.hover\:border-e-slate-700\/40:hover {
  border-inline-end-color: rgb(51 65 85 / 0.4);
}

.hover\:border-e-slate-700\/5:hover {
  border-inline-end-color: rgb(51 65 85 / 0.05);
}

.hover\:border-e-slate-700\/50:hover {
  border-inline-end-color: rgb(51 65 85 / 0.5);
}

.hover\:border-e-slate-700\/60:hover {
  border-inline-end-color: rgb(51 65 85 / 0.6);
}

.hover\:border-e-slate-700\/70:hover {
  border-inline-end-color: rgb(51 65 85 / 0.7);
}

.hover\:border-e-slate-700\/75:hover {
  border-inline-end-color: rgb(51 65 85 / 0.75);
}

.hover\:border-e-slate-700\/80:hover {
  border-inline-end-color: rgb(51 65 85 / 0.8);
}

.hover\:border-e-slate-700\/90:hover {
  border-inline-end-color: rgb(51 65 85 / 0.9);
}

.hover\:border-e-slate-700\/95:hover {
  border-inline-end-color: rgb(51 65 85 / 0.95);
}

.hover\:border-e-slate-800:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.hover\:border-e-slate-800\/0:hover {
  border-inline-end-color: rgb(30 41 59 / 0);
}

.hover\:border-e-slate-800\/10:hover {
  border-inline-end-color: rgb(30 41 59 / 0.1);
}

.hover\:border-e-slate-800\/100:hover {
  border-inline-end-color: rgb(30 41 59 / 1);
}

.hover\:border-e-slate-800\/20:hover {
  border-inline-end-color: rgb(30 41 59 / 0.2);
}

.hover\:border-e-slate-800\/25:hover {
  border-inline-end-color: rgb(30 41 59 / 0.25);
}

.hover\:border-e-slate-800\/30:hover {
  border-inline-end-color: rgb(30 41 59 / 0.3);
}

.hover\:border-e-slate-800\/40:hover {
  border-inline-end-color: rgb(30 41 59 / 0.4);
}

.hover\:border-e-slate-800\/5:hover {
  border-inline-end-color: rgb(30 41 59 / 0.05);
}

.hover\:border-e-slate-800\/50:hover {
  border-inline-end-color: rgb(30 41 59 / 0.5);
}

.hover\:border-e-slate-800\/60:hover {
  border-inline-end-color: rgb(30 41 59 / 0.6);
}

.hover\:border-e-slate-800\/70:hover {
  border-inline-end-color: rgb(30 41 59 / 0.7);
}

.hover\:border-e-slate-800\/75:hover {
  border-inline-end-color: rgb(30 41 59 / 0.75);
}

.hover\:border-e-slate-800\/80:hover {
  border-inline-end-color: rgb(30 41 59 / 0.8);
}

.hover\:border-e-slate-800\/90:hover {
  border-inline-end-color: rgb(30 41 59 / 0.9);
}

.hover\:border-e-slate-800\/95:hover {
  border-inline-end-color: rgb(30 41 59 / 0.95);
}

.hover\:border-e-slate-900:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(15 23 42 / var(--tw-border-opacity));
}

.hover\:border-e-slate-900\/0:hover {
  border-inline-end-color: rgb(15 23 42 / 0);
}

.hover\:border-e-slate-900\/10:hover {
  border-inline-end-color: rgb(15 23 42 / 0.1);
}

.hover\:border-e-slate-900\/100:hover {
  border-inline-end-color: rgb(15 23 42 / 1);
}

.hover\:border-e-slate-900\/20:hover {
  border-inline-end-color: rgb(15 23 42 / 0.2);
}

.hover\:border-e-slate-900\/25:hover {
  border-inline-end-color: rgb(15 23 42 / 0.25);
}

.hover\:border-e-slate-900\/30:hover {
  border-inline-end-color: rgb(15 23 42 / 0.3);
}

.hover\:border-e-slate-900\/40:hover {
  border-inline-end-color: rgb(15 23 42 / 0.4);
}

.hover\:border-e-slate-900\/5:hover {
  border-inline-end-color: rgb(15 23 42 / 0.05);
}

.hover\:border-e-slate-900\/50:hover {
  border-inline-end-color: rgb(15 23 42 / 0.5);
}

.hover\:border-e-slate-900\/60:hover {
  border-inline-end-color: rgb(15 23 42 / 0.6);
}

.hover\:border-e-slate-900\/70:hover {
  border-inline-end-color: rgb(15 23 42 / 0.7);
}

.hover\:border-e-slate-900\/75:hover {
  border-inline-end-color: rgb(15 23 42 / 0.75);
}

.hover\:border-e-slate-900\/80:hover {
  border-inline-end-color: rgb(15 23 42 / 0.8);
}

.hover\:border-e-slate-900\/90:hover {
  border-inline-end-color: rgb(15 23 42 / 0.9);
}

.hover\:border-e-slate-900\/95:hover {
  border-inline-end-color: rgb(15 23 42 / 0.95);
}

.hover\:border-e-slate-950:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(2 6 23 / var(--tw-border-opacity));
}

.hover\:border-e-slate-950\/0:hover {
  border-inline-end-color: rgb(2 6 23 / 0);
}

.hover\:border-e-slate-950\/10:hover {
  border-inline-end-color: rgb(2 6 23 / 0.1);
}

.hover\:border-e-slate-950\/100:hover {
  border-inline-end-color: rgb(2 6 23 / 1);
}

.hover\:border-e-slate-950\/20:hover {
  border-inline-end-color: rgb(2 6 23 / 0.2);
}

.hover\:border-e-slate-950\/25:hover {
  border-inline-end-color: rgb(2 6 23 / 0.25);
}

.hover\:border-e-slate-950\/30:hover {
  border-inline-end-color: rgb(2 6 23 / 0.3);
}

.hover\:border-e-slate-950\/40:hover {
  border-inline-end-color: rgb(2 6 23 / 0.4);
}

.hover\:border-e-slate-950\/5:hover {
  border-inline-end-color: rgb(2 6 23 / 0.05);
}

.hover\:border-e-slate-950\/50:hover {
  border-inline-end-color: rgb(2 6 23 / 0.5);
}

.hover\:border-e-slate-950\/60:hover {
  border-inline-end-color: rgb(2 6 23 / 0.6);
}

.hover\:border-e-slate-950\/70:hover {
  border-inline-end-color: rgb(2 6 23 / 0.7);
}

.hover\:border-e-slate-950\/75:hover {
  border-inline-end-color: rgb(2 6 23 / 0.75);
}

.hover\:border-e-slate-950\/80:hover {
  border-inline-end-color: rgb(2 6 23 / 0.8);
}

.hover\:border-e-slate-950\/90:hover {
  border-inline-end-color: rgb(2 6 23 / 0.9);
}

.hover\:border-e-slate-950\/95:hover {
  border-inline-end-color: rgb(2 6 23 / 0.95);
}

.hover\:border-e-stone-100:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 245 244 / var(--tw-border-opacity));
}

.hover\:border-e-stone-100\/0:hover {
  border-inline-end-color: rgb(245 245 244 / 0);
}

.hover\:border-e-stone-100\/10:hover {
  border-inline-end-color: rgb(245 245 244 / 0.1);
}

.hover\:border-e-stone-100\/100:hover {
  border-inline-end-color: rgb(245 245 244 / 1);
}

.hover\:border-e-stone-100\/20:hover {
  border-inline-end-color: rgb(245 245 244 / 0.2);
}

.hover\:border-e-stone-100\/25:hover {
  border-inline-end-color: rgb(245 245 244 / 0.25);
}

.hover\:border-e-stone-100\/30:hover {
  border-inline-end-color: rgb(245 245 244 / 0.3);
}

.hover\:border-e-stone-100\/40:hover {
  border-inline-end-color: rgb(245 245 244 / 0.4);
}

.hover\:border-e-stone-100\/5:hover {
  border-inline-end-color: rgb(245 245 244 / 0.05);
}

.hover\:border-e-stone-100\/50:hover {
  border-inline-end-color: rgb(245 245 244 / 0.5);
}

.hover\:border-e-stone-100\/60:hover {
  border-inline-end-color: rgb(245 245 244 / 0.6);
}

.hover\:border-e-stone-100\/70:hover {
  border-inline-end-color: rgb(245 245 244 / 0.7);
}

.hover\:border-e-stone-100\/75:hover {
  border-inline-end-color: rgb(245 245 244 / 0.75);
}

.hover\:border-e-stone-100\/80:hover {
  border-inline-end-color: rgb(245 245 244 / 0.8);
}

.hover\:border-e-stone-100\/90:hover {
  border-inline-end-color: rgb(245 245 244 / 0.9);
}

.hover\:border-e-stone-100\/95:hover {
  border-inline-end-color: rgb(245 245 244 / 0.95);
}

.hover\:border-e-stone-200:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(231 229 228 / var(--tw-border-opacity));
}

.hover\:border-e-stone-200\/0:hover {
  border-inline-end-color: rgb(231 229 228 / 0);
}

.hover\:border-e-stone-200\/10:hover {
  border-inline-end-color: rgb(231 229 228 / 0.1);
}

.hover\:border-e-stone-200\/100:hover {
  border-inline-end-color: rgb(231 229 228 / 1);
}

.hover\:border-e-stone-200\/20:hover {
  border-inline-end-color: rgb(231 229 228 / 0.2);
}

.hover\:border-e-stone-200\/25:hover {
  border-inline-end-color: rgb(231 229 228 / 0.25);
}

.hover\:border-e-stone-200\/30:hover {
  border-inline-end-color: rgb(231 229 228 / 0.3);
}

.hover\:border-e-stone-200\/40:hover {
  border-inline-end-color: rgb(231 229 228 / 0.4);
}

.hover\:border-e-stone-200\/5:hover {
  border-inline-end-color: rgb(231 229 228 / 0.05);
}

.hover\:border-e-stone-200\/50:hover {
  border-inline-end-color: rgb(231 229 228 / 0.5);
}

.hover\:border-e-stone-200\/60:hover {
  border-inline-end-color: rgb(231 229 228 / 0.6);
}

.hover\:border-e-stone-200\/70:hover {
  border-inline-end-color: rgb(231 229 228 / 0.7);
}

.hover\:border-e-stone-200\/75:hover {
  border-inline-end-color: rgb(231 229 228 / 0.75);
}

.hover\:border-e-stone-200\/80:hover {
  border-inline-end-color: rgb(231 229 228 / 0.8);
}

.hover\:border-e-stone-200\/90:hover {
  border-inline-end-color: rgb(231 229 228 / 0.9);
}

.hover\:border-e-stone-200\/95:hover {
  border-inline-end-color: rgb(231 229 228 / 0.95);
}

.hover\:border-e-stone-300:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.hover\:border-e-stone-300\/0:hover {
  border-inline-end-color: rgb(214 211 209 / 0);
}

.hover\:border-e-stone-300\/10:hover {
  border-inline-end-color: rgb(214 211 209 / 0.1);
}

.hover\:border-e-stone-300\/100:hover {
  border-inline-end-color: rgb(214 211 209 / 1);
}

.hover\:border-e-stone-300\/20:hover {
  border-inline-end-color: rgb(214 211 209 / 0.2);
}

.hover\:border-e-stone-300\/25:hover {
  border-inline-end-color: rgb(214 211 209 / 0.25);
}

.hover\:border-e-stone-300\/30:hover {
  border-inline-end-color: rgb(214 211 209 / 0.3);
}

.hover\:border-e-stone-300\/40:hover {
  border-inline-end-color: rgb(214 211 209 / 0.4);
}

.hover\:border-e-stone-300\/5:hover {
  border-inline-end-color: rgb(214 211 209 / 0.05);
}

.hover\:border-e-stone-300\/50:hover {
  border-inline-end-color: rgb(214 211 209 / 0.5);
}

.hover\:border-e-stone-300\/60:hover {
  border-inline-end-color: rgb(214 211 209 / 0.6);
}

.hover\:border-e-stone-300\/70:hover {
  border-inline-end-color: rgb(214 211 209 / 0.7);
}

.hover\:border-e-stone-300\/75:hover {
  border-inline-end-color: rgb(214 211 209 / 0.75);
}

.hover\:border-e-stone-300\/80:hover {
  border-inline-end-color: rgb(214 211 209 / 0.8);
}

.hover\:border-e-stone-300\/90:hover {
  border-inline-end-color: rgb(214 211 209 / 0.9);
}

.hover\:border-e-stone-300\/95:hover {
  border-inline-end-color: rgb(214 211 209 / 0.95);
}

.hover\:border-e-stone-400:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(168 162 158 / var(--tw-border-opacity));
}

.hover\:border-e-stone-400\/0:hover {
  border-inline-end-color: rgb(168 162 158 / 0);
}

.hover\:border-e-stone-400\/10:hover {
  border-inline-end-color: rgb(168 162 158 / 0.1);
}

.hover\:border-e-stone-400\/100:hover {
  border-inline-end-color: rgb(168 162 158 / 1);
}

.hover\:border-e-stone-400\/20:hover {
  border-inline-end-color: rgb(168 162 158 / 0.2);
}

.hover\:border-e-stone-400\/25:hover {
  border-inline-end-color: rgb(168 162 158 / 0.25);
}

.hover\:border-e-stone-400\/30:hover {
  border-inline-end-color: rgb(168 162 158 / 0.3);
}

.hover\:border-e-stone-400\/40:hover {
  border-inline-end-color: rgb(168 162 158 / 0.4);
}

.hover\:border-e-stone-400\/5:hover {
  border-inline-end-color: rgb(168 162 158 / 0.05);
}

.hover\:border-e-stone-400\/50:hover {
  border-inline-end-color: rgb(168 162 158 / 0.5);
}

.hover\:border-e-stone-400\/60:hover {
  border-inline-end-color: rgb(168 162 158 / 0.6);
}

.hover\:border-e-stone-400\/70:hover {
  border-inline-end-color: rgb(168 162 158 / 0.7);
}

.hover\:border-e-stone-400\/75:hover {
  border-inline-end-color: rgb(168 162 158 / 0.75);
}

.hover\:border-e-stone-400\/80:hover {
  border-inline-end-color: rgb(168 162 158 / 0.8);
}

.hover\:border-e-stone-400\/90:hover {
  border-inline-end-color: rgb(168 162 158 / 0.9);
}

.hover\:border-e-stone-400\/95:hover {
  border-inline-end-color: rgb(168 162 158 / 0.95);
}

.hover\:border-e-stone-50:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 250 249 / var(--tw-border-opacity));
}

.hover\:border-e-stone-50\/0:hover {
  border-inline-end-color: rgb(250 250 249 / 0);
}

.hover\:border-e-stone-50\/10:hover {
  border-inline-end-color: rgb(250 250 249 / 0.1);
}

.hover\:border-e-stone-50\/100:hover {
  border-inline-end-color: rgb(250 250 249 / 1);
}

.hover\:border-e-stone-50\/20:hover {
  border-inline-end-color: rgb(250 250 249 / 0.2);
}

.hover\:border-e-stone-50\/25:hover {
  border-inline-end-color: rgb(250 250 249 / 0.25);
}

.hover\:border-e-stone-50\/30:hover {
  border-inline-end-color: rgb(250 250 249 / 0.3);
}

.hover\:border-e-stone-50\/40:hover {
  border-inline-end-color: rgb(250 250 249 / 0.4);
}

.hover\:border-e-stone-50\/5:hover {
  border-inline-end-color: rgb(250 250 249 / 0.05);
}

.hover\:border-e-stone-50\/50:hover {
  border-inline-end-color: rgb(250 250 249 / 0.5);
}

.hover\:border-e-stone-50\/60:hover {
  border-inline-end-color: rgb(250 250 249 / 0.6);
}

.hover\:border-e-stone-50\/70:hover {
  border-inline-end-color: rgb(250 250 249 / 0.7);
}

.hover\:border-e-stone-50\/75:hover {
  border-inline-end-color: rgb(250 250 249 / 0.75);
}

.hover\:border-e-stone-50\/80:hover {
  border-inline-end-color: rgb(250 250 249 / 0.8);
}

.hover\:border-e-stone-50\/90:hover {
  border-inline-end-color: rgb(250 250 249 / 0.9);
}

.hover\:border-e-stone-50\/95:hover {
  border-inline-end-color: rgb(250 250 249 / 0.95);
}

.hover\:border-e-stone-500:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(120 113 108 / var(--tw-border-opacity));
}

.hover\:border-e-stone-500\/0:hover {
  border-inline-end-color: rgb(120 113 108 / 0);
}

.hover\:border-e-stone-500\/10:hover {
  border-inline-end-color: rgb(120 113 108 / 0.1);
}

.hover\:border-e-stone-500\/100:hover {
  border-inline-end-color: rgb(120 113 108 / 1);
}

.hover\:border-e-stone-500\/20:hover {
  border-inline-end-color: rgb(120 113 108 / 0.2);
}

.hover\:border-e-stone-500\/25:hover {
  border-inline-end-color: rgb(120 113 108 / 0.25);
}

.hover\:border-e-stone-500\/30:hover {
  border-inline-end-color: rgb(120 113 108 / 0.3);
}

.hover\:border-e-stone-500\/40:hover {
  border-inline-end-color: rgb(120 113 108 / 0.4);
}

.hover\:border-e-stone-500\/5:hover {
  border-inline-end-color: rgb(120 113 108 / 0.05);
}

.hover\:border-e-stone-500\/50:hover {
  border-inline-end-color: rgb(120 113 108 / 0.5);
}

.hover\:border-e-stone-500\/60:hover {
  border-inline-end-color: rgb(120 113 108 / 0.6);
}

.hover\:border-e-stone-500\/70:hover {
  border-inline-end-color: rgb(120 113 108 / 0.7);
}

.hover\:border-e-stone-500\/75:hover {
  border-inline-end-color: rgb(120 113 108 / 0.75);
}

.hover\:border-e-stone-500\/80:hover {
  border-inline-end-color: rgb(120 113 108 / 0.8);
}

.hover\:border-e-stone-500\/90:hover {
  border-inline-end-color: rgb(120 113 108 / 0.9);
}

.hover\:border-e-stone-500\/95:hover {
  border-inline-end-color: rgb(120 113 108 / 0.95);
}

.hover\:border-e-stone-600:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(87 83 78 / var(--tw-border-opacity));
}

.hover\:border-e-stone-600\/0:hover {
  border-inline-end-color: rgb(87 83 78 / 0);
}

.hover\:border-e-stone-600\/10:hover {
  border-inline-end-color: rgb(87 83 78 / 0.1);
}

.hover\:border-e-stone-600\/100:hover {
  border-inline-end-color: rgb(87 83 78 / 1);
}

.hover\:border-e-stone-600\/20:hover {
  border-inline-end-color: rgb(87 83 78 / 0.2);
}

.hover\:border-e-stone-600\/25:hover {
  border-inline-end-color: rgb(87 83 78 / 0.25);
}

.hover\:border-e-stone-600\/30:hover {
  border-inline-end-color: rgb(87 83 78 / 0.3);
}

.hover\:border-e-stone-600\/40:hover {
  border-inline-end-color: rgb(87 83 78 / 0.4);
}

.hover\:border-e-stone-600\/5:hover {
  border-inline-end-color: rgb(87 83 78 / 0.05);
}

.hover\:border-e-stone-600\/50:hover {
  border-inline-end-color: rgb(87 83 78 / 0.5);
}

.hover\:border-e-stone-600\/60:hover {
  border-inline-end-color: rgb(87 83 78 / 0.6);
}

.hover\:border-e-stone-600\/70:hover {
  border-inline-end-color: rgb(87 83 78 / 0.7);
}

.hover\:border-e-stone-600\/75:hover {
  border-inline-end-color: rgb(87 83 78 / 0.75);
}

.hover\:border-e-stone-600\/80:hover {
  border-inline-end-color: rgb(87 83 78 / 0.8);
}

.hover\:border-e-stone-600\/90:hover {
  border-inline-end-color: rgb(87 83 78 / 0.9);
}

.hover\:border-e-stone-600\/95:hover {
  border-inline-end-color: rgb(87 83 78 / 0.95);
}

.hover\:border-e-stone-700:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(68 64 60 / var(--tw-border-opacity));
}

.hover\:border-e-stone-700\/0:hover {
  border-inline-end-color: rgb(68 64 60 / 0);
}

.hover\:border-e-stone-700\/10:hover {
  border-inline-end-color: rgb(68 64 60 / 0.1);
}

.hover\:border-e-stone-700\/100:hover {
  border-inline-end-color: rgb(68 64 60 / 1);
}

.hover\:border-e-stone-700\/20:hover {
  border-inline-end-color: rgb(68 64 60 / 0.2);
}

.hover\:border-e-stone-700\/25:hover {
  border-inline-end-color: rgb(68 64 60 / 0.25);
}

.hover\:border-e-stone-700\/30:hover {
  border-inline-end-color: rgb(68 64 60 / 0.3);
}

.hover\:border-e-stone-700\/40:hover {
  border-inline-end-color: rgb(68 64 60 / 0.4);
}

.hover\:border-e-stone-700\/5:hover {
  border-inline-end-color: rgb(68 64 60 / 0.05);
}

.hover\:border-e-stone-700\/50:hover {
  border-inline-end-color: rgb(68 64 60 / 0.5);
}

.hover\:border-e-stone-700\/60:hover {
  border-inline-end-color: rgb(68 64 60 / 0.6);
}

.hover\:border-e-stone-700\/70:hover {
  border-inline-end-color: rgb(68 64 60 / 0.7);
}

.hover\:border-e-stone-700\/75:hover {
  border-inline-end-color: rgb(68 64 60 / 0.75);
}

.hover\:border-e-stone-700\/80:hover {
  border-inline-end-color: rgb(68 64 60 / 0.8);
}

.hover\:border-e-stone-700\/90:hover {
  border-inline-end-color: rgb(68 64 60 / 0.9);
}

.hover\:border-e-stone-700\/95:hover {
  border-inline-end-color: rgb(68 64 60 / 0.95);
}

.hover\:border-e-stone-800:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(41 37 36 / var(--tw-border-opacity));
}

.hover\:border-e-stone-800\/0:hover {
  border-inline-end-color: rgb(41 37 36 / 0);
}

.hover\:border-e-stone-800\/10:hover {
  border-inline-end-color: rgb(41 37 36 / 0.1);
}

.hover\:border-e-stone-800\/100:hover {
  border-inline-end-color: rgb(41 37 36 / 1);
}

.hover\:border-e-stone-800\/20:hover {
  border-inline-end-color: rgb(41 37 36 / 0.2);
}

.hover\:border-e-stone-800\/25:hover {
  border-inline-end-color: rgb(41 37 36 / 0.25);
}

.hover\:border-e-stone-800\/30:hover {
  border-inline-end-color: rgb(41 37 36 / 0.3);
}

.hover\:border-e-stone-800\/40:hover {
  border-inline-end-color: rgb(41 37 36 / 0.4);
}

.hover\:border-e-stone-800\/5:hover {
  border-inline-end-color: rgb(41 37 36 / 0.05);
}

.hover\:border-e-stone-800\/50:hover {
  border-inline-end-color: rgb(41 37 36 / 0.5);
}

.hover\:border-e-stone-800\/60:hover {
  border-inline-end-color: rgb(41 37 36 / 0.6);
}

.hover\:border-e-stone-800\/70:hover {
  border-inline-end-color: rgb(41 37 36 / 0.7);
}

.hover\:border-e-stone-800\/75:hover {
  border-inline-end-color: rgb(41 37 36 / 0.75);
}

.hover\:border-e-stone-800\/80:hover {
  border-inline-end-color: rgb(41 37 36 / 0.8);
}

.hover\:border-e-stone-800\/90:hover {
  border-inline-end-color: rgb(41 37 36 / 0.9);
}

.hover\:border-e-stone-800\/95:hover {
  border-inline-end-color: rgb(41 37 36 / 0.95);
}

.hover\:border-e-stone-900:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(28 25 23 / var(--tw-border-opacity));
}

.hover\:border-e-stone-900\/0:hover {
  border-inline-end-color: rgb(28 25 23 / 0);
}

.hover\:border-e-stone-900\/10:hover {
  border-inline-end-color: rgb(28 25 23 / 0.1);
}

.hover\:border-e-stone-900\/100:hover {
  border-inline-end-color: rgb(28 25 23 / 1);
}

.hover\:border-e-stone-900\/20:hover {
  border-inline-end-color: rgb(28 25 23 / 0.2);
}

.hover\:border-e-stone-900\/25:hover {
  border-inline-end-color: rgb(28 25 23 / 0.25);
}

.hover\:border-e-stone-900\/30:hover {
  border-inline-end-color: rgb(28 25 23 / 0.3);
}

.hover\:border-e-stone-900\/40:hover {
  border-inline-end-color: rgb(28 25 23 / 0.4);
}

.hover\:border-e-stone-900\/5:hover {
  border-inline-end-color: rgb(28 25 23 / 0.05);
}

.hover\:border-e-stone-900\/50:hover {
  border-inline-end-color: rgb(28 25 23 / 0.5);
}

.hover\:border-e-stone-900\/60:hover {
  border-inline-end-color: rgb(28 25 23 / 0.6);
}

.hover\:border-e-stone-900\/70:hover {
  border-inline-end-color: rgb(28 25 23 / 0.7);
}

.hover\:border-e-stone-900\/75:hover {
  border-inline-end-color: rgb(28 25 23 / 0.75);
}

.hover\:border-e-stone-900\/80:hover {
  border-inline-end-color: rgb(28 25 23 / 0.8);
}

.hover\:border-e-stone-900\/90:hover {
  border-inline-end-color: rgb(28 25 23 / 0.9);
}

.hover\:border-e-stone-900\/95:hover {
  border-inline-end-color: rgb(28 25 23 / 0.95);
}

.hover\:border-e-stone-950:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(12 10 9 / var(--tw-border-opacity));
}

.hover\:border-e-stone-950\/0:hover {
  border-inline-end-color: rgb(12 10 9 / 0);
}

.hover\:border-e-stone-950\/10:hover {
  border-inline-end-color: rgb(12 10 9 / 0.1);
}

.hover\:border-e-stone-950\/100:hover {
  border-inline-end-color: rgb(12 10 9 / 1);
}

.hover\:border-e-stone-950\/20:hover {
  border-inline-end-color: rgb(12 10 9 / 0.2);
}

.hover\:border-e-stone-950\/25:hover {
  border-inline-end-color: rgb(12 10 9 / 0.25);
}

.hover\:border-e-stone-950\/30:hover {
  border-inline-end-color: rgb(12 10 9 / 0.3);
}

.hover\:border-e-stone-950\/40:hover {
  border-inline-end-color: rgb(12 10 9 / 0.4);
}

.hover\:border-e-stone-950\/5:hover {
  border-inline-end-color: rgb(12 10 9 / 0.05);
}

.hover\:border-e-stone-950\/50:hover {
  border-inline-end-color: rgb(12 10 9 / 0.5);
}

.hover\:border-e-stone-950\/60:hover {
  border-inline-end-color: rgb(12 10 9 / 0.6);
}

.hover\:border-e-stone-950\/70:hover {
  border-inline-end-color: rgb(12 10 9 / 0.7);
}

.hover\:border-e-stone-950\/75:hover {
  border-inline-end-color: rgb(12 10 9 / 0.75);
}

.hover\:border-e-stone-950\/80:hover {
  border-inline-end-color: rgb(12 10 9 / 0.8);
}

.hover\:border-e-stone-950\/90:hover {
  border-inline-end-color: rgb(12 10 9 / 0.9);
}

.hover\:border-e-stone-950\/95:hover {
  border-inline-end-color: rgb(12 10 9 / 0.95);
}

.hover\:border-e-teal-100:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(204 251 241 / var(--tw-border-opacity));
}

.hover\:border-e-teal-100\/0:hover {
  border-inline-end-color: rgb(204 251 241 / 0);
}

.hover\:border-e-teal-100\/10:hover {
  border-inline-end-color: rgb(204 251 241 / 0.1);
}

.hover\:border-e-teal-100\/100:hover {
  border-inline-end-color: rgb(204 251 241 / 1);
}

.hover\:border-e-teal-100\/20:hover {
  border-inline-end-color: rgb(204 251 241 / 0.2);
}

.hover\:border-e-teal-100\/25:hover {
  border-inline-end-color: rgb(204 251 241 / 0.25);
}

.hover\:border-e-teal-100\/30:hover {
  border-inline-end-color: rgb(204 251 241 / 0.3);
}

.hover\:border-e-teal-100\/40:hover {
  border-inline-end-color: rgb(204 251 241 / 0.4);
}

.hover\:border-e-teal-100\/5:hover {
  border-inline-end-color: rgb(204 251 241 / 0.05);
}

.hover\:border-e-teal-100\/50:hover {
  border-inline-end-color: rgb(204 251 241 / 0.5);
}

.hover\:border-e-teal-100\/60:hover {
  border-inline-end-color: rgb(204 251 241 / 0.6);
}

.hover\:border-e-teal-100\/70:hover {
  border-inline-end-color: rgb(204 251 241 / 0.7);
}

.hover\:border-e-teal-100\/75:hover {
  border-inline-end-color: rgb(204 251 241 / 0.75);
}

.hover\:border-e-teal-100\/80:hover {
  border-inline-end-color: rgb(204 251 241 / 0.8);
}

.hover\:border-e-teal-100\/90:hover {
  border-inline-end-color: rgb(204 251 241 / 0.9);
}

.hover\:border-e-teal-100\/95:hover {
  border-inline-end-color: rgb(204 251 241 / 0.95);
}

.hover\:border-e-teal-200:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(153 246 228 / var(--tw-border-opacity));
}

.hover\:border-e-teal-200\/0:hover {
  border-inline-end-color: rgb(153 246 228 / 0);
}

.hover\:border-e-teal-200\/10:hover {
  border-inline-end-color: rgb(153 246 228 / 0.1);
}

.hover\:border-e-teal-200\/100:hover {
  border-inline-end-color: rgb(153 246 228 / 1);
}

.hover\:border-e-teal-200\/20:hover {
  border-inline-end-color: rgb(153 246 228 / 0.2);
}

.hover\:border-e-teal-200\/25:hover {
  border-inline-end-color: rgb(153 246 228 / 0.25);
}

.hover\:border-e-teal-200\/30:hover {
  border-inline-end-color: rgb(153 246 228 / 0.3);
}

.hover\:border-e-teal-200\/40:hover {
  border-inline-end-color: rgb(153 246 228 / 0.4);
}

.hover\:border-e-teal-200\/5:hover {
  border-inline-end-color: rgb(153 246 228 / 0.05);
}

.hover\:border-e-teal-200\/50:hover {
  border-inline-end-color: rgb(153 246 228 / 0.5);
}

.hover\:border-e-teal-200\/60:hover {
  border-inline-end-color: rgb(153 246 228 / 0.6);
}

.hover\:border-e-teal-200\/70:hover {
  border-inline-end-color: rgb(153 246 228 / 0.7);
}

.hover\:border-e-teal-200\/75:hover {
  border-inline-end-color: rgb(153 246 228 / 0.75);
}

.hover\:border-e-teal-200\/80:hover {
  border-inline-end-color: rgb(153 246 228 / 0.8);
}

.hover\:border-e-teal-200\/90:hover {
  border-inline-end-color: rgb(153 246 228 / 0.9);
}

.hover\:border-e-teal-200\/95:hover {
  border-inline-end-color: rgb(153 246 228 / 0.95);
}

.hover\:border-e-teal-300:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(94 234 212 / var(--tw-border-opacity));
}

.hover\:border-e-teal-300\/0:hover {
  border-inline-end-color: rgb(94 234 212 / 0);
}

.hover\:border-e-teal-300\/10:hover {
  border-inline-end-color: rgb(94 234 212 / 0.1);
}

.hover\:border-e-teal-300\/100:hover {
  border-inline-end-color: rgb(94 234 212 / 1);
}

.hover\:border-e-teal-300\/20:hover {
  border-inline-end-color: rgb(94 234 212 / 0.2);
}

.hover\:border-e-teal-300\/25:hover {
  border-inline-end-color: rgb(94 234 212 / 0.25);
}

.hover\:border-e-teal-300\/30:hover {
  border-inline-end-color: rgb(94 234 212 / 0.3);
}

.hover\:border-e-teal-300\/40:hover {
  border-inline-end-color: rgb(94 234 212 / 0.4);
}

.hover\:border-e-teal-300\/5:hover {
  border-inline-end-color: rgb(94 234 212 / 0.05);
}

.hover\:border-e-teal-300\/50:hover {
  border-inline-end-color: rgb(94 234 212 / 0.5);
}

.hover\:border-e-teal-300\/60:hover {
  border-inline-end-color: rgb(94 234 212 / 0.6);
}

.hover\:border-e-teal-300\/70:hover {
  border-inline-end-color: rgb(94 234 212 / 0.7);
}

.hover\:border-e-teal-300\/75:hover {
  border-inline-end-color: rgb(94 234 212 / 0.75);
}

.hover\:border-e-teal-300\/80:hover {
  border-inline-end-color: rgb(94 234 212 / 0.8);
}

.hover\:border-e-teal-300\/90:hover {
  border-inline-end-color: rgb(94 234 212 / 0.9);
}

.hover\:border-e-teal-300\/95:hover {
  border-inline-end-color: rgb(94 234 212 / 0.95);
}

.hover\:border-e-teal-400:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(45 212 191 / var(--tw-border-opacity));
}

.hover\:border-e-teal-400\/0:hover {
  border-inline-end-color: rgb(45 212 191 / 0);
}

.hover\:border-e-teal-400\/10:hover {
  border-inline-end-color: rgb(45 212 191 / 0.1);
}

.hover\:border-e-teal-400\/100:hover {
  border-inline-end-color: rgb(45 212 191 / 1);
}

.hover\:border-e-teal-400\/20:hover {
  border-inline-end-color: rgb(45 212 191 / 0.2);
}

.hover\:border-e-teal-400\/25:hover {
  border-inline-end-color: rgb(45 212 191 / 0.25);
}

.hover\:border-e-teal-400\/30:hover {
  border-inline-end-color: rgb(45 212 191 / 0.3);
}

.hover\:border-e-teal-400\/40:hover {
  border-inline-end-color: rgb(45 212 191 / 0.4);
}

.hover\:border-e-teal-400\/5:hover {
  border-inline-end-color: rgb(45 212 191 / 0.05);
}

.hover\:border-e-teal-400\/50:hover {
  border-inline-end-color: rgb(45 212 191 / 0.5);
}

.hover\:border-e-teal-400\/60:hover {
  border-inline-end-color: rgb(45 212 191 / 0.6);
}

.hover\:border-e-teal-400\/70:hover {
  border-inline-end-color: rgb(45 212 191 / 0.7);
}

.hover\:border-e-teal-400\/75:hover {
  border-inline-end-color: rgb(45 212 191 / 0.75);
}

.hover\:border-e-teal-400\/80:hover {
  border-inline-end-color: rgb(45 212 191 / 0.8);
}

.hover\:border-e-teal-400\/90:hover {
  border-inline-end-color: rgb(45 212 191 / 0.9);
}

.hover\:border-e-teal-400\/95:hover {
  border-inline-end-color: rgb(45 212 191 / 0.95);
}

.hover\:border-e-teal-50:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(240 253 250 / var(--tw-border-opacity));
}

.hover\:border-e-teal-50\/0:hover {
  border-inline-end-color: rgb(240 253 250 / 0);
}

.hover\:border-e-teal-50\/10:hover {
  border-inline-end-color: rgb(240 253 250 / 0.1);
}

.hover\:border-e-teal-50\/100:hover {
  border-inline-end-color: rgb(240 253 250 / 1);
}

.hover\:border-e-teal-50\/20:hover {
  border-inline-end-color: rgb(240 253 250 / 0.2);
}

.hover\:border-e-teal-50\/25:hover {
  border-inline-end-color: rgb(240 253 250 / 0.25);
}

.hover\:border-e-teal-50\/30:hover {
  border-inline-end-color: rgb(240 253 250 / 0.3);
}

.hover\:border-e-teal-50\/40:hover {
  border-inline-end-color: rgb(240 253 250 / 0.4);
}

.hover\:border-e-teal-50\/5:hover {
  border-inline-end-color: rgb(240 253 250 / 0.05);
}

.hover\:border-e-teal-50\/50:hover {
  border-inline-end-color: rgb(240 253 250 / 0.5);
}

.hover\:border-e-teal-50\/60:hover {
  border-inline-end-color: rgb(240 253 250 / 0.6);
}

.hover\:border-e-teal-50\/70:hover {
  border-inline-end-color: rgb(240 253 250 / 0.7);
}

.hover\:border-e-teal-50\/75:hover {
  border-inline-end-color: rgb(240 253 250 / 0.75);
}

.hover\:border-e-teal-50\/80:hover {
  border-inline-end-color: rgb(240 253 250 / 0.8);
}

.hover\:border-e-teal-50\/90:hover {
  border-inline-end-color: rgb(240 253 250 / 0.9);
}

.hover\:border-e-teal-50\/95:hover {
  border-inline-end-color: rgb(240 253 250 / 0.95);
}

.hover\:border-e-teal-500:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(20 184 166 / var(--tw-border-opacity));
}

.hover\:border-e-teal-500\/0:hover {
  border-inline-end-color: rgb(20 184 166 / 0);
}

.hover\:border-e-teal-500\/10:hover {
  border-inline-end-color: rgb(20 184 166 / 0.1);
}

.hover\:border-e-teal-500\/100:hover {
  border-inline-end-color: rgb(20 184 166 / 1);
}

.hover\:border-e-teal-500\/20:hover {
  border-inline-end-color: rgb(20 184 166 / 0.2);
}

.hover\:border-e-teal-500\/25:hover {
  border-inline-end-color: rgb(20 184 166 / 0.25);
}

.hover\:border-e-teal-500\/30:hover {
  border-inline-end-color: rgb(20 184 166 / 0.3);
}

.hover\:border-e-teal-500\/40:hover {
  border-inline-end-color: rgb(20 184 166 / 0.4);
}

.hover\:border-e-teal-500\/5:hover {
  border-inline-end-color: rgb(20 184 166 / 0.05);
}

.hover\:border-e-teal-500\/50:hover {
  border-inline-end-color: rgb(20 184 166 / 0.5);
}

.hover\:border-e-teal-500\/60:hover {
  border-inline-end-color: rgb(20 184 166 / 0.6);
}

.hover\:border-e-teal-500\/70:hover {
  border-inline-end-color: rgb(20 184 166 / 0.7);
}

.hover\:border-e-teal-500\/75:hover {
  border-inline-end-color: rgb(20 184 166 / 0.75);
}

.hover\:border-e-teal-500\/80:hover {
  border-inline-end-color: rgb(20 184 166 / 0.8);
}

.hover\:border-e-teal-500\/90:hover {
  border-inline-end-color: rgb(20 184 166 / 0.9);
}

.hover\:border-e-teal-500\/95:hover {
  border-inline-end-color: rgb(20 184 166 / 0.95);
}

.hover\:border-e-teal-600:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(13 148 136 / var(--tw-border-opacity));
}

.hover\:border-e-teal-600\/0:hover {
  border-inline-end-color: rgb(13 148 136 / 0);
}

.hover\:border-e-teal-600\/10:hover {
  border-inline-end-color: rgb(13 148 136 / 0.1);
}

.hover\:border-e-teal-600\/100:hover {
  border-inline-end-color: rgb(13 148 136 / 1);
}

.hover\:border-e-teal-600\/20:hover {
  border-inline-end-color: rgb(13 148 136 / 0.2);
}

.hover\:border-e-teal-600\/25:hover {
  border-inline-end-color: rgb(13 148 136 / 0.25);
}

.hover\:border-e-teal-600\/30:hover {
  border-inline-end-color: rgb(13 148 136 / 0.3);
}

.hover\:border-e-teal-600\/40:hover {
  border-inline-end-color: rgb(13 148 136 / 0.4);
}

.hover\:border-e-teal-600\/5:hover {
  border-inline-end-color: rgb(13 148 136 / 0.05);
}

.hover\:border-e-teal-600\/50:hover {
  border-inline-end-color: rgb(13 148 136 / 0.5);
}

.hover\:border-e-teal-600\/60:hover {
  border-inline-end-color: rgb(13 148 136 / 0.6);
}

.hover\:border-e-teal-600\/70:hover {
  border-inline-end-color: rgb(13 148 136 / 0.7);
}

.hover\:border-e-teal-600\/75:hover {
  border-inline-end-color: rgb(13 148 136 / 0.75);
}

.hover\:border-e-teal-600\/80:hover {
  border-inline-end-color: rgb(13 148 136 / 0.8);
}

.hover\:border-e-teal-600\/90:hover {
  border-inline-end-color: rgb(13 148 136 / 0.9);
}

.hover\:border-e-teal-600\/95:hover {
  border-inline-end-color: rgb(13 148 136 / 0.95);
}

.hover\:border-e-teal-700:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(15 118 110 / var(--tw-border-opacity));
}

.hover\:border-e-teal-700\/0:hover {
  border-inline-end-color: rgb(15 118 110 / 0);
}

.hover\:border-e-teal-700\/10:hover {
  border-inline-end-color: rgb(15 118 110 / 0.1);
}

.hover\:border-e-teal-700\/100:hover {
  border-inline-end-color: rgb(15 118 110 / 1);
}

.hover\:border-e-teal-700\/20:hover {
  border-inline-end-color: rgb(15 118 110 / 0.2);
}

.hover\:border-e-teal-700\/25:hover {
  border-inline-end-color: rgb(15 118 110 / 0.25);
}

.hover\:border-e-teal-700\/30:hover {
  border-inline-end-color: rgb(15 118 110 / 0.3);
}

.hover\:border-e-teal-700\/40:hover {
  border-inline-end-color: rgb(15 118 110 / 0.4);
}

.hover\:border-e-teal-700\/5:hover {
  border-inline-end-color: rgb(15 118 110 / 0.05);
}

.hover\:border-e-teal-700\/50:hover {
  border-inline-end-color: rgb(15 118 110 / 0.5);
}

.hover\:border-e-teal-700\/60:hover {
  border-inline-end-color: rgb(15 118 110 / 0.6);
}

.hover\:border-e-teal-700\/70:hover {
  border-inline-end-color: rgb(15 118 110 / 0.7);
}

.hover\:border-e-teal-700\/75:hover {
  border-inline-end-color: rgb(15 118 110 / 0.75);
}

.hover\:border-e-teal-700\/80:hover {
  border-inline-end-color: rgb(15 118 110 / 0.8);
}

.hover\:border-e-teal-700\/90:hover {
  border-inline-end-color: rgb(15 118 110 / 0.9);
}

.hover\:border-e-teal-700\/95:hover {
  border-inline-end-color: rgb(15 118 110 / 0.95);
}

.hover\:border-e-teal-800:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(17 94 89 / var(--tw-border-opacity));
}

.hover\:border-e-teal-800\/0:hover {
  border-inline-end-color: rgb(17 94 89 / 0);
}

.hover\:border-e-teal-800\/10:hover {
  border-inline-end-color: rgb(17 94 89 / 0.1);
}

.hover\:border-e-teal-800\/100:hover {
  border-inline-end-color: rgb(17 94 89 / 1);
}

.hover\:border-e-teal-800\/20:hover {
  border-inline-end-color: rgb(17 94 89 / 0.2);
}

.hover\:border-e-teal-800\/25:hover {
  border-inline-end-color: rgb(17 94 89 / 0.25);
}

.hover\:border-e-teal-800\/30:hover {
  border-inline-end-color: rgb(17 94 89 / 0.3);
}

.hover\:border-e-teal-800\/40:hover {
  border-inline-end-color: rgb(17 94 89 / 0.4);
}

.hover\:border-e-teal-800\/5:hover {
  border-inline-end-color: rgb(17 94 89 / 0.05);
}

.hover\:border-e-teal-800\/50:hover {
  border-inline-end-color: rgb(17 94 89 / 0.5);
}

.hover\:border-e-teal-800\/60:hover {
  border-inline-end-color: rgb(17 94 89 / 0.6);
}

.hover\:border-e-teal-800\/70:hover {
  border-inline-end-color: rgb(17 94 89 / 0.7);
}

.hover\:border-e-teal-800\/75:hover {
  border-inline-end-color: rgb(17 94 89 / 0.75);
}

.hover\:border-e-teal-800\/80:hover {
  border-inline-end-color: rgb(17 94 89 / 0.8);
}

.hover\:border-e-teal-800\/90:hover {
  border-inline-end-color: rgb(17 94 89 / 0.9);
}

.hover\:border-e-teal-800\/95:hover {
  border-inline-end-color: rgb(17 94 89 / 0.95);
}

.hover\:border-e-teal-900:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(19 78 74 / var(--tw-border-opacity));
}

.hover\:border-e-teal-900\/0:hover {
  border-inline-end-color: rgb(19 78 74 / 0);
}

.hover\:border-e-teal-900\/10:hover {
  border-inline-end-color: rgb(19 78 74 / 0.1);
}

.hover\:border-e-teal-900\/100:hover {
  border-inline-end-color: rgb(19 78 74 / 1);
}

.hover\:border-e-teal-900\/20:hover {
  border-inline-end-color: rgb(19 78 74 / 0.2);
}

.hover\:border-e-teal-900\/25:hover {
  border-inline-end-color: rgb(19 78 74 / 0.25);
}

.hover\:border-e-teal-900\/30:hover {
  border-inline-end-color: rgb(19 78 74 / 0.3);
}

.hover\:border-e-teal-900\/40:hover {
  border-inline-end-color: rgb(19 78 74 / 0.4);
}

.hover\:border-e-teal-900\/5:hover {
  border-inline-end-color: rgb(19 78 74 / 0.05);
}

.hover\:border-e-teal-900\/50:hover {
  border-inline-end-color: rgb(19 78 74 / 0.5);
}

.hover\:border-e-teal-900\/60:hover {
  border-inline-end-color: rgb(19 78 74 / 0.6);
}

.hover\:border-e-teal-900\/70:hover {
  border-inline-end-color: rgb(19 78 74 / 0.7);
}

.hover\:border-e-teal-900\/75:hover {
  border-inline-end-color: rgb(19 78 74 / 0.75);
}

.hover\:border-e-teal-900\/80:hover {
  border-inline-end-color: rgb(19 78 74 / 0.8);
}

.hover\:border-e-teal-900\/90:hover {
  border-inline-end-color: rgb(19 78 74 / 0.9);
}

.hover\:border-e-teal-900\/95:hover {
  border-inline-end-color: rgb(19 78 74 / 0.95);
}

.hover\:border-e-teal-950:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(4 47 46 / var(--tw-border-opacity));
}

.hover\:border-e-teal-950\/0:hover {
  border-inline-end-color: rgb(4 47 46 / 0);
}

.hover\:border-e-teal-950\/10:hover {
  border-inline-end-color: rgb(4 47 46 / 0.1);
}

.hover\:border-e-teal-950\/100:hover {
  border-inline-end-color: rgb(4 47 46 / 1);
}

.hover\:border-e-teal-950\/20:hover {
  border-inline-end-color: rgb(4 47 46 / 0.2);
}

.hover\:border-e-teal-950\/25:hover {
  border-inline-end-color: rgb(4 47 46 / 0.25);
}

.hover\:border-e-teal-950\/30:hover {
  border-inline-end-color: rgb(4 47 46 / 0.3);
}

.hover\:border-e-teal-950\/40:hover {
  border-inline-end-color: rgb(4 47 46 / 0.4);
}

.hover\:border-e-teal-950\/5:hover {
  border-inline-end-color: rgb(4 47 46 / 0.05);
}

.hover\:border-e-teal-950\/50:hover {
  border-inline-end-color: rgb(4 47 46 / 0.5);
}

.hover\:border-e-teal-950\/60:hover {
  border-inline-end-color: rgb(4 47 46 / 0.6);
}

.hover\:border-e-teal-950\/70:hover {
  border-inline-end-color: rgb(4 47 46 / 0.7);
}

.hover\:border-e-teal-950\/75:hover {
  border-inline-end-color: rgb(4 47 46 / 0.75);
}

.hover\:border-e-teal-950\/80:hover {
  border-inline-end-color: rgb(4 47 46 / 0.8);
}

.hover\:border-e-teal-950\/90:hover {
  border-inline-end-color: rgb(4 47 46 / 0.9);
}

.hover\:border-e-teal-950\/95:hover {
  border-inline-end-color: rgb(4 47 46 / 0.95);
}

.hover\:border-e-transparent:hover {
  border-inline-end-color: transparent;
}

.hover\:border-e-transparent\/0:hover {
  border-inline-end-color: rgb(0 0 0 / 0);
}

.hover\:border-e-transparent\/10:hover {
  border-inline-end-color: rgb(0 0 0 / 0.1);
}

.hover\:border-e-transparent\/100:hover {
  border-inline-end-color: rgb(0 0 0 / 1);
}

.hover\:border-e-transparent\/20:hover {
  border-inline-end-color: rgb(0 0 0 / 0.2);
}

.hover\:border-e-transparent\/25:hover {
  border-inline-end-color: rgb(0 0 0 / 0.25);
}

.hover\:border-e-transparent\/30:hover {
  border-inline-end-color: rgb(0 0 0 / 0.3);
}

.hover\:border-e-transparent\/40:hover {
  border-inline-end-color: rgb(0 0 0 / 0.4);
}

.hover\:border-e-transparent\/5:hover {
  border-inline-end-color: rgb(0 0 0 / 0.05);
}

.hover\:border-e-transparent\/50:hover {
  border-inline-end-color: rgb(0 0 0 / 0.5);
}

.hover\:border-e-transparent\/60:hover {
  border-inline-end-color: rgb(0 0 0 / 0.6);
}

.hover\:border-e-transparent\/70:hover {
  border-inline-end-color: rgb(0 0 0 / 0.7);
}

.hover\:border-e-transparent\/75:hover {
  border-inline-end-color: rgb(0 0 0 / 0.75);
}

.hover\:border-e-transparent\/80:hover {
  border-inline-end-color: rgb(0 0 0 / 0.8);
}

.hover\:border-e-transparent\/90:hover {
  border-inline-end-color: rgb(0 0 0 / 0.9);
}

.hover\:border-e-transparent\/95:hover {
  border-inline-end-color: rgb(0 0 0 / 0.95);
}

.hover\:border-e-tykhe-digital:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(239 156 131 / var(--tw-border-opacity));
}

.hover\:border-e-tykhe-digital-alt:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 239 224 / var(--tw-border-opacity));
}

.hover\:border-e-tykhe-digital-alt\/0:hover {
  border-inline-end-color: rgb(245 239 224 / 0);
}

.hover\:border-e-tykhe-digital-alt\/10:hover {
  border-inline-end-color: rgb(245 239 224 / 0.1);
}

.hover\:border-e-tykhe-digital-alt\/100:hover {
  border-inline-end-color: rgb(245 239 224 / 1);
}

.hover\:border-e-tykhe-digital-alt\/20:hover {
  border-inline-end-color: rgb(245 239 224 / 0.2);
}

.hover\:border-e-tykhe-digital-alt\/25:hover {
  border-inline-end-color: rgb(245 239 224 / 0.25);
}

.hover\:border-e-tykhe-digital-alt\/30:hover {
  border-inline-end-color: rgb(245 239 224 / 0.3);
}

.hover\:border-e-tykhe-digital-alt\/40:hover {
  border-inline-end-color: rgb(245 239 224 / 0.4);
}

.hover\:border-e-tykhe-digital-alt\/5:hover {
  border-inline-end-color: rgb(245 239 224 / 0.05);
}

.hover\:border-e-tykhe-digital-alt\/50:hover {
  border-inline-end-color: rgb(245 239 224 / 0.5);
}

.hover\:border-e-tykhe-digital-alt\/60:hover {
  border-inline-end-color: rgb(245 239 224 / 0.6);
}

.hover\:border-e-tykhe-digital-alt\/70:hover {
  border-inline-end-color: rgb(245 239 224 / 0.7);
}

.hover\:border-e-tykhe-digital-alt\/75:hover {
  border-inline-end-color: rgb(245 239 224 / 0.75);
}

.hover\:border-e-tykhe-digital-alt\/80:hover {
  border-inline-end-color: rgb(245 239 224 / 0.8);
}

.hover\:border-e-tykhe-digital-alt\/90:hover {
  border-inline-end-color: rgb(245 239 224 / 0.9);
}

.hover\:border-e-tykhe-digital-alt\/95:hover {
  border-inline-end-color: rgb(245 239 224 / 0.95);
}

.hover\:border-e-tykhe-digital-alt2:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 58 111 / var(--tw-border-opacity));
}

.hover\:border-e-tykhe-digital-alt2\/0:hover {
  border-inline-end-color: rgb(255 58 111 / 0);
}

.hover\:border-e-tykhe-digital-alt2\/10:hover {
  border-inline-end-color: rgb(255 58 111 / 0.1);
}

.hover\:border-e-tykhe-digital-alt2\/100:hover {
  border-inline-end-color: rgb(255 58 111 / 1);
}

.hover\:border-e-tykhe-digital-alt2\/20:hover {
  border-inline-end-color: rgb(255 58 111 / 0.2);
}

.hover\:border-e-tykhe-digital-alt2\/25:hover {
  border-inline-end-color: rgb(255 58 111 / 0.25);
}

.hover\:border-e-tykhe-digital-alt2\/30:hover {
  border-inline-end-color: rgb(255 58 111 / 0.3);
}

.hover\:border-e-tykhe-digital-alt2\/40:hover {
  border-inline-end-color: rgb(255 58 111 / 0.4);
}

.hover\:border-e-tykhe-digital-alt2\/5:hover {
  border-inline-end-color: rgb(255 58 111 / 0.05);
}

.hover\:border-e-tykhe-digital-alt2\/50:hover {
  border-inline-end-color: rgb(255 58 111 / 0.5);
}

.hover\:border-e-tykhe-digital-alt2\/60:hover {
  border-inline-end-color: rgb(255 58 111 / 0.6);
}

.hover\:border-e-tykhe-digital-alt2\/70:hover {
  border-inline-end-color: rgb(255 58 111 / 0.7);
}

.hover\:border-e-tykhe-digital-alt2\/75:hover {
  border-inline-end-color: rgb(255 58 111 / 0.75);
}

.hover\:border-e-tykhe-digital-alt2\/80:hover {
  border-inline-end-color: rgb(255 58 111 / 0.8);
}

.hover\:border-e-tykhe-digital-alt2\/90:hover {
  border-inline-end-color: rgb(255 58 111 / 0.9);
}

.hover\:border-e-tykhe-digital-alt2\/95:hover {
  border-inline-end-color: rgb(255 58 111 / 0.95);
}

.hover\:border-e-tykhe-digital-alt3:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(131 214 239 / var(--tw-border-opacity));
}

.hover\:border-e-tykhe-digital-alt3\/0:hover {
  border-inline-end-color: rgb(131 214 239 / 0);
}

.hover\:border-e-tykhe-digital-alt3\/10:hover {
  border-inline-end-color: rgb(131 214 239 / 0.1);
}

.hover\:border-e-tykhe-digital-alt3\/100:hover {
  border-inline-end-color: rgb(131 214 239 / 1);
}

.hover\:border-e-tykhe-digital-alt3\/20:hover {
  border-inline-end-color: rgb(131 214 239 / 0.2);
}

.hover\:border-e-tykhe-digital-alt3\/25:hover {
  border-inline-end-color: rgb(131 214 239 / 0.25);
}

.hover\:border-e-tykhe-digital-alt3\/30:hover {
  border-inline-end-color: rgb(131 214 239 / 0.3);
}

.hover\:border-e-tykhe-digital-alt3\/40:hover {
  border-inline-end-color: rgb(131 214 239 / 0.4);
}

.hover\:border-e-tykhe-digital-alt3\/5:hover {
  border-inline-end-color: rgb(131 214 239 / 0.05);
}

.hover\:border-e-tykhe-digital-alt3\/50:hover {
  border-inline-end-color: rgb(131 214 239 / 0.5);
}

.hover\:border-e-tykhe-digital-alt3\/60:hover {
  border-inline-end-color: rgb(131 214 239 / 0.6);
}

.hover\:border-e-tykhe-digital-alt3\/70:hover {
  border-inline-end-color: rgb(131 214 239 / 0.7);
}

.hover\:border-e-tykhe-digital-alt3\/75:hover {
  border-inline-end-color: rgb(131 214 239 / 0.75);
}

.hover\:border-e-tykhe-digital-alt3\/80:hover {
  border-inline-end-color: rgb(131 214 239 / 0.8);
}

.hover\:border-e-tykhe-digital-alt3\/90:hover {
  border-inline-end-color: rgb(131 214 239 / 0.9);
}

.hover\:border-e-tykhe-digital-alt3\/95:hover {
  border-inline-end-color: rgb(131 214 239 / 0.95);
}

.hover\:border-e-tykhe-digital\/0:hover {
  border-inline-end-color: rgb(239 156 131 / 0);
}

.hover\:border-e-tykhe-digital\/10:hover {
  border-inline-end-color: rgb(239 156 131 / 0.1);
}

.hover\:border-e-tykhe-digital\/100:hover {
  border-inline-end-color: rgb(239 156 131 / 1);
}

.hover\:border-e-tykhe-digital\/20:hover {
  border-inline-end-color: rgb(239 156 131 / 0.2);
}

.hover\:border-e-tykhe-digital\/25:hover {
  border-inline-end-color: rgb(239 156 131 / 0.25);
}

.hover\:border-e-tykhe-digital\/30:hover {
  border-inline-end-color: rgb(239 156 131 / 0.3);
}

.hover\:border-e-tykhe-digital\/40:hover {
  border-inline-end-color: rgb(239 156 131 / 0.4);
}

.hover\:border-e-tykhe-digital\/5:hover {
  border-inline-end-color: rgb(239 156 131 / 0.05);
}

.hover\:border-e-tykhe-digital\/50:hover {
  border-inline-end-color: rgb(239 156 131 / 0.5);
}

.hover\:border-e-tykhe-digital\/60:hover {
  border-inline-end-color: rgb(239 156 131 / 0.6);
}

.hover\:border-e-tykhe-digital\/70:hover {
  border-inline-end-color: rgb(239 156 131 / 0.7);
}

.hover\:border-e-tykhe-digital\/75:hover {
  border-inline-end-color: rgb(239 156 131 / 0.75);
}

.hover\:border-e-tykhe-digital\/80:hover {
  border-inline-end-color: rgb(239 156 131 / 0.8);
}

.hover\:border-e-tykhe-digital\/90:hover {
  border-inline-end-color: rgb(239 156 131 / 0.9);
}

.hover\:border-e-tykhe-digital\/95:hover {
  border-inline-end-color: rgb(239 156 131 / 0.95);
}

.hover\:border-e-violet-100:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(237 233 254 / var(--tw-border-opacity));
}

.hover\:border-e-violet-100\/0:hover {
  border-inline-end-color: rgb(237 233 254 / 0);
}

.hover\:border-e-violet-100\/10:hover {
  border-inline-end-color: rgb(237 233 254 / 0.1);
}

.hover\:border-e-violet-100\/100:hover {
  border-inline-end-color: rgb(237 233 254 / 1);
}

.hover\:border-e-violet-100\/20:hover {
  border-inline-end-color: rgb(237 233 254 / 0.2);
}

.hover\:border-e-violet-100\/25:hover {
  border-inline-end-color: rgb(237 233 254 / 0.25);
}

.hover\:border-e-violet-100\/30:hover {
  border-inline-end-color: rgb(237 233 254 / 0.3);
}

.hover\:border-e-violet-100\/40:hover {
  border-inline-end-color: rgb(237 233 254 / 0.4);
}

.hover\:border-e-violet-100\/5:hover {
  border-inline-end-color: rgb(237 233 254 / 0.05);
}

.hover\:border-e-violet-100\/50:hover {
  border-inline-end-color: rgb(237 233 254 / 0.5);
}

.hover\:border-e-violet-100\/60:hover {
  border-inline-end-color: rgb(237 233 254 / 0.6);
}

.hover\:border-e-violet-100\/70:hover {
  border-inline-end-color: rgb(237 233 254 / 0.7);
}

.hover\:border-e-violet-100\/75:hover {
  border-inline-end-color: rgb(237 233 254 / 0.75);
}

.hover\:border-e-violet-100\/80:hover {
  border-inline-end-color: rgb(237 233 254 / 0.8);
}

.hover\:border-e-violet-100\/90:hover {
  border-inline-end-color: rgb(237 233 254 / 0.9);
}

.hover\:border-e-violet-100\/95:hover {
  border-inline-end-color: rgb(237 233 254 / 0.95);
}

.hover\:border-e-violet-200:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(221 214 254 / var(--tw-border-opacity));
}

.hover\:border-e-violet-200\/0:hover {
  border-inline-end-color: rgb(221 214 254 / 0);
}

.hover\:border-e-violet-200\/10:hover {
  border-inline-end-color: rgb(221 214 254 / 0.1);
}

.hover\:border-e-violet-200\/100:hover {
  border-inline-end-color: rgb(221 214 254 / 1);
}

.hover\:border-e-violet-200\/20:hover {
  border-inline-end-color: rgb(221 214 254 / 0.2);
}

.hover\:border-e-violet-200\/25:hover {
  border-inline-end-color: rgb(221 214 254 / 0.25);
}

.hover\:border-e-violet-200\/30:hover {
  border-inline-end-color: rgb(221 214 254 / 0.3);
}

.hover\:border-e-violet-200\/40:hover {
  border-inline-end-color: rgb(221 214 254 / 0.4);
}

.hover\:border-e-violet-200\/5:hover {
  border-inline-end-color: rgb(221 214 254 / 0.05);
}

.hover\:border-e-violet-200\/50:hover {
  border-inline-end-color: rgb(221 214 254 / 0.5);
}

.hover\:border-e-violet-200\/60:hover {
  border-inline-end-color: rgb(221 214 254 / 0.6);
}

.hover\:border-e-violet-200\/70:hover {
  border-inline-end-color: rgb(221 214 254 / 0.7);
}

.hover\:border-e-violet-200\/75:hover {
  border-inline-end-color: rgb(221 214 254 / 0.75);
}

.hover\:border-e-violet-200\/80:hover {
  border-inline-end-color: rgb(221 214 254 / 0.8);
}

.hover\:border-e-violet-200\/90:hover {
  border-inline-end-color: rgb(221 214 254 / 0.9);
}

.hover\:border-e-violet-200\/95:hover {
  border-inline-end-color: rgb(221 214 254 / 0.95);
}

.hover\:border-e-violet-300:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(196 181 253 / var(--tw-border-opacity));
}

.hover\:border-e-violet-300\/0:hover {
  border-inline-end-color: rgb(196 181 253 / 0);
}

.hover\:border-e-violet-300\/10:hover {
  border-inline-end-color: rgb(196 181 253 / 0.1);
}

.hover\:border-e-violet-300\/100:hover {
  border-inline-end-color: rgb(196 181 253 / 1);
}

.hover\:border-e-violet-300\/20:hover {
  border-inline-end-color: rgb(196 181 253 / 0.2);
}

.hover\:border-e-violet-300\/25:hover {
  border-inline-end-color: rgb(196 181 253 / 0.25);
}

.hover\:border-e-violet-300\/30:hover {
  border-inline-end-color: rgb(196 181 253 / 0.3);
}

.hover\:border-e-violet-300\/40:hover {
  border-inline-end-color: rgb(196 181 253 / 0.4);
}

.hover\:border-e-violet-300\/5:hover {
  border-inline-end-color: rgb(196 181 253 / 0.05);
}

.hover\:border-e-violet-300\/50:hover {
  border-inline-end-color: rgb(196 181 253 / 0.5);
}

.hover\:border-e-violet-300\/60:hover {
  border-inline-end-color: rgb(196 181 253 / 0.6);
}

.hover\:border-e-violet-300\/70:hover {
  border-inline-end-color: rgb(196 181 253 / 0.7);
}

.hover\:border-e-violet-300\/75:hover {
  border-inline-end-color: rgb(196 181 253 / 0.75);
}

.hover\:border-e-violet-300\/80:hover {
  border-inline-end-color: rgb(196 181 253 / 0.8);
}

.hover\:border-e-violet-300\/90:hover {
  border-inline-end-color: rgb(196 181 253 / 0.9);
}

.hover\:border-e-violet-300\/95:hover {
  border-inline-end-color: rgb(196 181 253 / 0.95);
}

.hover\:border-e-violet-400:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(167 139 250 / var(--tw-border-opacity));
}

.hover\:border-e-violet-400\/0:hover {
  border-inline-end-color: rgb(167 139 250 / 0);
}

.hover\:border-e-violet-400\/10:hover {
  border-inline-end-color: rgb(167 139 250 / 0.1);
}

.hover\:border-e-violet-400\/100:hover {
  border-inline-end-color: rgb(167 139 250 / 1);
}

.hover\:border-e-violet-400\/20:hover {
  border-inline-end-color: rgb(167 139 250 / 0.2);
}

.hover\:border-e-violet-400\/25:hover {
  border-inline-end-color: rgb(167 139 250 / 0.25);
}

.hover\:border-e-violet-400\/30:hover {
  border-inline-end-color: rgb(167 139 250 / 0.3);
}

.hover\:border-e-violet-400\/40:hover {
  border-inline-end-color: rgb(167 139 250 / 0.4);
}

.hover\:border-e-violet-400\/5:hover {
  border-inline-end-color: rgb(167 139 250 / 0.05);
}

.hover\:border-e-violet-400\/50:hover {
  border-inline-end-color: rgb(167 139 250 / 0.5);
}

.hover\:border-e-violet-400\/60:hover {
  border-inline-end-color: rgb(167 139 250 / 0.6);
}

.hover\:border-e-violet-400\/70:hover {
  border-inline-end-color: rgb(167 139 250 / 0.7);
}

.hover\:border-e-violet-400\/75:hover {
  border-inline-end-color: rgb(167 139 250 / 0.75);
}

.hover\:border-e-violet-400\/80:hover {
  border-inline-end-color: rgb(167 139 250 / 0.8);
}

.hover\:border-e-violet-400\/90:hover {
  border-inline-end-color: rgb(167 139 250 / 0.9);
}

.hover\:border-e-violet-400\/95:hover {
  border-inline-end-color: rgb(167 139 250 / 0.95);
}

.hover\:border-e-violet-50:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 243 255 / var(--tw-border-opacity));
}

.hover\:border-e-violet-50\/0:hover {
  border-inline-end-color: rgb(245 243 255 / 0);
}

.hover\:border-e-violet-50\/10:hover {
  border-inline-end-color: rgb(245 243 255 / 0.1);
}

.hover\:border-e-violet-50\/100:hover {
  border-inline-end-color: rgb(245 243 255 / 1);
}

.hover\:border-e-violet-50\/20:hover {
  border-inline-end-color: rgb(245 243 255 / 0.2);
}

.hover\:border-e-violet-50\/25:hover {
  border-inline-end-color: rgb(245 243 255 / 0.25);
}

.hover\:border-e-violet-50\/30:hover {
  border-inline-end-color: rgb(245 243 255 / 0.3);
}

.hover\:border-e-violet-50\/40:hover {
  border-inline-end-color: rgb(245 243 255 / 0.4);
}

.hover\:border-e-violet-50\/5:hover {
  border-inline-end-color: rgb(245 243 255 / 0.05);
}

.hover\:border-e-violet-50\/50:hover {
  border-inline-end-color: rgb(245 243 255 / 0.5);
}

.hover\:border-e-violet-50\/60:hover {
  border-inline-end-color: rgb(245 243 255 / 0.6);
}

.hover\:border-e-violet-50\/70:hover {
  border-inline-end-color: rgb(245 243 255 / 0.7);
}

.hover\:border-e-violet-50\/75:hover {
  border-inline-end-color: rgb(245 243 255 / 0.75);
}

.hover\:border-e-violet-50\/80:hover {
  border-inline-end-color: rgb(245 243 255 / 0.8);
}

.hover\:border-e-violet-50\/90:hover {
  border-inline-end-color: rgb(245 243 255 / 0.9);
}

.hover\:border-e-violet-50\/95:hover {
  border-inline-end-color: rgb(245 243 255 / 0.95);
}

.hover\:border-e-violet-500:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(139 92 246 / var(--tw-border-opacity));
}

.hover\:border-e-violet-500\/0:hover {
  border-inline-end-color: rgb(139 92 246 / 0);
}

.hover\:border-e-violet-500\/10:hover {
  border-inline-end-color: rgb(139 92 246 / 0.1);
}

.hover\:border-e-violet-500\/100:hover {
  border-inline-end-color: rgb(139 92 246 / 1);
}

.hover\:border-e-violet-500\/20:hover {
  border-inline-end-color: rgb(139 92 246 / 0.2);
}

.hover\:border-e-violet-500\/25:hover {
  border-inline-end-color: rgb(139 92 246 / 0.25);
}

.hover\:border-e-violet-500\/30:hover {
  border-inline-end-color: rgb(139 92 246 / 0.3);
}

.hover\:border-e-violet-500\/40:hover {
  border-inline-end-color: rgb(139 92 246 / 0.4);
}

.hover\:border-e-violet-500\/5:hover {
  border-inline-end-color: rgb(139 92 246 / 0.05);
}

.hover\:border-e-violet-500\/50:hover {
  border-inline-end-color: rgb(139 92 246 / 0.5);
}

.hover\:border-e-violet-500\/60:hover {
  border-inline-end-color: rgb(139 92 246 / 0.6);
}

.hover\:border-e-violet-500\/70:hover {
  border-inline-end-color: rgb(139 92 246 / 0.7);
}

.hover\:border-e-violet-500\/75:hover {
  border-inline-end-color: rgb(139 92 246 / 0.75);
}

.hover\:border-e-violet-500\/80:hover {
  border-inline-end-color: rgb(139 92 246 / 0.8);
}

.hover\:border-e-violet-500\/90:hover {
  border-inline-end-color: rgb(139 92 246 / 0.9);
}

.hover\:border-e-violet-500\/95:hover {
  border-inline-end-color: rgb(139 92 246 / 0.95);
}

.hover\:border-e-violet-600:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(124 58 237 / var(--tw-border-opacity));
}

.hover\:border-e-violet-600\/0:hover {
  border-inline-end-color: rgb(124 58 237 / 0);
}

.hover\:border-e-violet-600\/10:hover {
  border-inline-end-color: rgb(124 58 237 / 0.1);
}

.hover\:border-e-violet-600\/100:hover {
  border-inline-end-color: rgb(124 58 237 / 1);
}

.hover\:border-e-violet-600\/20:hover {
  border-inline-end-color: rgb(124 58 237 / 0.2);
}

.hover\:border-e-violet-600\/25:hover {
  border-inline-end-color: rgb(124 58 237 / 0.25);
}

.hover\:border-e-violet-600\/30:hover {
  border-inline-end-color: rgb(124 58 237 / 0.3);
}

.hover\:border-e-violet-600\/40:hover {
  border-inline-end-color: rgb(124 58 237 / 0.4);
}

.hover\:border-e-violet-600\/5:hover {
  border-inline-end-color: rgb(124 58 237 / 0.05);
}

.hover\:border-e-violet-600\/50:hover {
  border-inline-end-color: rgb(124 58 237 / 0.5);
}

.hover\:border-e-violet-600\/60:hover {
  border-inline-end-color: rgb(124 58 237 / 0.6);
}

.hover\:border-e-violet-600\/70:hover {
  border-inline-end-color: rgb(124 58 237 / 0.7);
}

.hover\:border-e-violet-600\/75:hover {
  border-inline-end-color: rgb(124 58 237 / 0.75);
}

.hover\:border-e-violet-600\/80:hover {
  border-inline-end-color: rgb(124 58 237 / 0.8);
}

.hover\:border-e-violet-600\/90:hover {
  border-inline-end-color: rgb(124 58 237 / 0.9);
}

.hover\:border-e-violet-600\/95:hover {
  border-inline-end-color: rgb(124 58 237 / 0.95);
}

.hover\:border-e-violet-700:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(109 40 217 / var(--tw-border-opacity));
}

.hover\:border-e-violet-700\/0:hover {
  border-inline-end-color: rgb(109 40 217 / 0);
}

.hover\:border-e-violet-700\/10:hover {
  border-inline-end-color: rgb(109 40 217 / 0.1);
}

.hover\:border-e-violet-700\/100:hover {
  border-inline-end-color: rgb(109 40 217 / 1);
}

.hover\:border-e-violet-700\/20:hover {
  border-inline-end-color: rgb(109 40 217 / 0.2);
}

.hover\:border-e-violet-700\/25:hover {
  border-inline-end-color: rgb(109 40 217 / 0.25);
}

.hover\:border-e-violet-700\/30:hover {
  border-inline-end-color: rgb(109 40 217 / 0.3);
}

.hover\:border-e-violet-700\/40:hover {
  border-inline-end-color: rgb(109 40 217 / 0.4);
}

.hover\:border-e-violet-700\/5:hover {
  border-inline-end-color: rgb(109 40 217 / 0.05);
}

.hover\:border-e-violet-700\/50:hover {
  border-inline-end-color: rgb(109 40 217 / 0.5);
}

.hover\:border-e-violet-700\/60:hover {
  border-inline-end-color: rgb(109 40 217 / 0.6);
}

.hover\:border-e-violet-700\/70:hover {
  border-inline-end-color: rgb(109 40 217 / 0.7);
}

.hover\:border-e-violet-700\/75:hover {
  border-inline-end-color: rgb(109 40 217 / 0.75);
}

.hover\:border-e-violet-700\/80:hover {
  border-inline-end-color: rgb(109 40 217 / 0.8);
}

.hover\:border-e-violet-700\/90:hover {
  border-inline-end-color: rgb(109 40 217 / 0.9);
}

.hover\:border-e-violet-700\/95:hover {
  border-inline-end-color: rgb(109 40 217 / 0.95);
}

.hover\:border-e-violet-800:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(91 33 182 / var(--tw-border-opacity));
}

.hover\:border-e-violet-800\/0:hover {
  border-inline-end-color: rgb(91 33 182 / 0);
}

.hover\:border-e-violet-800\/10:hover {
  border-inline-end-color: rgb(91 33 182 / 0.1);
}

.hover\:border-e-violet-800\/100:hover {
  border-inline-end-color: rgb(91 33 182 / 1);
}

.hover\:border-e-violet-800\/20:hover {
  border-inline-end-color: rgb(91 33 182 / 0.2);
}

.hover\:border-e-violet-800\/25:hover {
  border-inline-end-color: rgb(91 33 182 / 0.25);
}

.hover\:border-e-violet-800\/30:hover {
  border-inline-end-color: rgb(91 33 182 / 0.3);
}

.hover\:border-e-violet-800\/40:hover {
  border-inline-end-color: rgb(91 33 182 / 0.4);
}

.hover\:border-e-violet-800\/5:hover {
  border-inline-end-color: rgb(91 33 182 / 0.05);
}

.hover\:border-e-violet-800\/50:hover {
  border-inline-end-color: rgb(91 33 182 / 0.5);
}

.hover\:border-e-violet-800\/60:hover {
  border-inline-end-color: rgb(91 33 182 / 0.6);
}

.hover\:border-e-violet-800\/70:hover {
  border-inline-end-color: rgb(91 33 182 / 0.7);
}

.hover\:border-e-violet-800\/75:hover {
  border-inline-end-color: rgb(91 33 182 / 0.75);
}

.hover\:border-e-violet-800\/80:hover {
  border-inline-end-color: rgb(91 33 182 / 0.8);
}

.hover\:border-e-violet-800\/90:hover {
  border-inline-end-color: rgb(91 33 182 / 0.9);
}

.hover\:border-e-violet-800\/95:hover {
  border-inline-end-color: rgb(91 33 182 / 0.95);
}

.hover\:border-e-violet-900:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(76 29 149 / var(--tw-border-opacity));
}

.hover\:border-e-violet-900\/0:hover {
  border-inline-end-color: rgb(76 29 149 / 0);
}

.hover\:border-e-violet-900\/10:hover {
  border-inline-end-color: rgb(76 29 149 / 0.1);
}

.hover\:border-e-violet-900\/100:hover {
  border-inline-end-color: rgb(76 29 149 / 1);
}

.hover\:border-e-violet-900\/20:hover {
  border-inline-end-color: rgb(76 29 149 / 0.2);
}

.hover\:border-e-violet-900\/25:hover {
  border-inline-end-color: rgb(76 29 149 / 0.25);
}

.hover\:border-e-violet-900\/30:hover {
  border-inline-end-color: rgb(76 29 149 / 0.3);
}

.hover\:border-e-violet-900\/40:hover {
  border-inline-end-color: rgb(76 29 149 / 0.4);
}

.hover\:border-e-violet-900\/5:hover {
  border-inline-end-color: rgb(76 29 149 / 0.05);
}

.hover\:border-e-violet-900\/50:hover {
  border-inline-end-color: rgb(76 29 149 / 0.5);
}

.hover\:border-e-violet-900\/60:hover {
  border-inline-end-color: rgb(76 29 149 / 0.6);
}

.hover\:border-e-violet-900\/70:hover {
  border-inline-end-color: rgb(76 29 149 / 0.7);
}

.hover\:border-e-violet-900\/75:hover {
  border-inline-end-color: rgb(76 29 149 / 0.75);
}

.hover\:border-e-violet-900\/80:hover {
  border-inline-end-color: rgb(76 29 149 / 0.8);
}

.hover\:border-e-violet-900\/90:hover {
  border-inline-end-color: rgb(76 29 149 / 0.9);
}

.hover\:border-e-violet-900\/95:hover {
  border-inline-end-color: rgb(76 29 149 / 0.95);
}

.hover\:border-e-violet-950:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(46 16 101 / var(--tw-border-opacity));
}

.hover\:border-e-violet-950\/0:hover {
  border-inline-end-color: rgb(46 16 101 / 0);
}

.hover\:border-e-violet-950\/10:hover {
  border-inline-end-color: rgb(46 16 101 / 0.1);
}

.hover\:border-e-violet-950\/100:hover {
  border-inline-end-color: rgb(46 16 101 / 1);
}

.hover\:border-e-violet-950\/20:hover {
  border-inline-end-color: rgb(46 16 101 / 0.2);
}

.hover\:border-e-violet-950\/25:hover {
  border-inline-end-color: rgb(46 16 101 / 0.25);
}

.hover\:border-e-violet-950\/30:hover {
  border-inline-end-color: rgb(46 16 101 / 0.3);
}

.hover\:border-e-violet-950\/40:hover {
  border-inline-end-color: rgb(46 16 101 / 0.4);
}

.hover\:border-e-violet-950\/5:hover {
  border-inline-end-color: rgb(46 16 101 / 0.05);
}

.hover\:border-e-violet-950\/50:hover {
  border-inline-end-color: rgb(46 16 101 / 0.5);
}

.hover\:border-e-violet-950\/60:hover {
  border-inline-end-color: rgb(46 16 101 / 0.6);
}

.hover\:border-e-violet-950\/70:hover {
  border-inline-end-color: rgb(46 16 101 / 0.7);
}

.hover\:border-e-violet-950\/75:hover {
  border-inline-end-color: rgb(46 16 101 / 0.75);
}

.hover\:border-e-violet-950\/80:hover {
  border-inline-end-color: rgb(46 16 101 / 0.8);
}

.hover\:border-e-violet-950\/90:hover {
  border-inline-end-color: rgb(46 16 101 / 0.9);
}

.hover\:border-e-violet-950\/95:hover {
  border-inline-end-color: rgb(46 16 101 / 0.95);
}

.hover\:border-e-white:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.hover\:border-e-white\/0:hover {
  border-inline-end-color: rgb(255 255 255 / 0);
}

.hover\:border-e-white\/10:hover {
  border-inline-end-color: rgb(255 255 255 / 0.1);
}

.hover\:border-e-white\/100:hover {
  border-inline-end-color: rgb(255 255 255 / 1);
}

.hover\:border-e-white\/20:hover {
  border-inline-end-color: rgb(255 255 255 / 0.2);
}

.hover\:border-e-white\/25:hover {
  border-inline-end-color: rgb(255 255 255 / 0.25);
}

.hover\:border-e-white\/30:hover {
  border-inline-end-color: rgb(255 255 255 / 0.3);
}

.hover\:border-e-white\/40:hover {
  border-inline-end-color: rgb(255 255 255 / 0.4);
}

.hover\:border-e-white\/5:hover {
  border-inline-end-color: rgb(255 255 255 / 0.05);
}

.hover\:border-e-white\/50:hover {
  border-inline-end-color: rgb(255 255 255 / 0.5);
}

.hover\:border-e-white\/60:hover {
  border-inline-end-color: rgb(255 255 255 / 0.6);
}

.hover\:border-e-white\/70:hover {
  border-inline-end-color: rgb(255 255 255 / 0.7);
}

.hover\:border-e-white\/75:hover {
  border-inline-end-color: rgb(255 255 255 / 0.75);
}

.hover\:border-e-white\/80:hover {
  border-inline-end-color: rgb(255 255 255 / 0.8);
}

.hover\:border-e-white\/90:hover {
  border-inline-end-color: rgb(255 255 255 / 0.9);
}

.hover\:border-e-white\/95:hover {
  border-inline-end-color: rgb(255 255 255 / 0.95);
}

.hover\:border-e-work-identity-300:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(166 235 194 / var(--tw-border-opacity));
}

.hover\:border-e-work-identity-300\/0:hover {
  border-inline-end-color: rgb(166 235 194 / 0);
}

.hover\:border-e-work-identity-300\/10:hover {
  border-inline-end-color: rgb(166 235 194 / 0.1);
}

.hover\:border-e-work-identity-300\/100:hover {
  border-inline-end-color: rgb(166 235 194 / 1);
}

.hover\:border-e-work-identity-300\/20:hover {
  border-inline-end-color: rgb(166 235 194 / 0.2);
}

.hover\:border-e-work-identity-300\/25:hover {
  border-inline-end-color: rgb(166 235 194 / 0.25);
}

.hover\:border-e-work-identity-300\/30:hover {
  border-inline-end-color: rgb(166 235 194 / 0.3);
}

.hover\:border-e-work-identity-300\/40:hover {
  border-inline-end-color: rgb(166 235 194 / 0.4);
}

.hover\:border-e-work-identity-300\/5:hover {
  border-inline-end-color: rgb(166 235 194 / 0.05);
}

.hover\:border-e-work-identity-300\/50:hover {
  border-inline-end-color: rgb(166 235 194 / 0.5);
}

.hover\:border-e-work-identity-300\/60:hover {
  border-inline-end-color: rgb(166 235 194 / 0.6);
}

.hover\:border-e-work-identity-300\/70:hover {
  border-inline-end-color: rgb(166 235 194 / 0.7);
}

.hover\:border-e-work-identity-300\/75:hover {
  border-inline-end-color: rgb(166 235 194 / 0.75);
}

.hover\:border-e-work-identity-300\/80:hover {
  border-inline-end-color: rgb(166 235 194 / 0.8);
}

.hover\:border-e-work-identity-300\/90:hover {
  border-inline-end-color: rgb(166 235 194 / 0.9);
}

.hover\:border-e-work-identity-300\/95:hover {
  border-inline-end-color: rgb(166 235 194 / 0.95);
}

.hover\:border-e-work-identity-400:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(83 221 139 / var(--tw-border-opacity));
}

.hover\:border-e-work-identity-400\/0:hover {
  border-inline-end-color: rgb(83 221 139 / 0);
}

.hover\:border-e-work-identity-400\/10:hover {
  border-inline-end-color: rgb(83 221 139 / 0.1);
}

.hover\:border-e-work-identity-400\/100:hover {
  border-inline-end-color: rgb(83 221 139 / 1);
}

.hover\:border-e-work-identity-400\/20:hover {
  border-inline-end-color: rgb(83 221 139 / 0.2);
}

.hover\:border-e-work-identity-400\/25:hover {
  border-inline-end-color: rgb(83 221 139 / 0.25);
}

.hover\:border-e-work-identity-400\/30:hover {
  border-inline-end-color: rgb(83 221 139 / 0.3);
}

.hover\:border-e-work-identity-400\/40:hover {
  border-inline-end-color: rgb(83 221 139 / 0.4);
}

.hover\:border-e-work-identity-400\/5:hover {
  border-inline-end-color: rgb(83 221 139 / 0.05);
}

.hover\:border-e-work-identity-400\/50:hover {
  border-inline-end-color: rgb(83 221 139 / 0.5);
}

.hover\:border-e-work-identity-400\/60:hover {
  border-inline-end-color: rgb(83 221 139 / 0.6);
}

.hover\:border-e-work-identity-400\/70:hover {
  border-inline-end-color: rgb(83 221 139 / 0.7);
}

.hover\:border-e-work-identity-400\/75:hover {
  border-inline-end-color: rgb(83 221 139 / 0.75);
}

.hover\:border-e-work-identity-400\/80:hover {
  border-inline-end-color: rgb(83 221 139 / 0.8);
}

.hover\:border-e-work-identity-400\/90:hover {
  border-inline-end-color: rgb(83 221 139 / 0.9);
}

.hover\:border-e-work-identity-400\/95:hover {
  border-inline-end-color: rgb(83 221 139 / 0.95);
}

.hover\:border-e-work-identity-500:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(0 208 84 / var(--tw-border-opacity));
}

.hover\:border-e-work-identity-500\/0:hover {
  border-inline-end-color: rgb(0 208 84 / 0);
}

.hover\:border-e-work-identity-500\/10:hover {
  border-inline-end-color: rgb(0 208 84 / 0.1);
}

.hover\:border-e-work-identity-500\/100:hover {
  border-inline-end-color: rgb(0 208 84 / 1);
}

.hover\:border-e-work-identity-500\/20:hover {
  border-inline-end-color: rgb(0 208 84 / 0.2);
}

.hover\:border-e-work-identity-500\/25:hover {
  border-inline-end-color: rgb(0 208 84 / 0.25);
}

.hover\:border-e-work-identity-500\/30:hover {
  border-inline-end-color: rgb(0 208 84 / 0.3);
}

.hover\:border-e-work-identity-500\/40:hover {
  border-inline-end-color: rgb(0 208 84 / 0.4);
}

.hover\:border-e-work-identity-500\/5:hover {
  border-inline-end-color: rgb(0 208 84 / 0.05);
}

.hover\:border-e-work-identity-500\/50:hover {
  border-inline-end-color: rgb(0 208 84 / 0.5);
}

.hover\:border-e-work-identity-500\/60:hover {
  border-inline-end-color: rgb(0 208 84 / 0.6);
}

.hover\:border-e-work-identity-500\/70:hover {
  border-inline-end-color: rgb(0 208 84 / 0.7);
}

.hover\:border-e-work-identity-500\/75:hover {
  border-inline-end-color: rgb(0 208 84 / 0.75);
}

.hover\:border-e-work-identity-500\/80:hover {
  border-inline-end-color: rgb(0 208 84 / 0.8);
}

.hover\:border-e-work-identity-500\/90:hover {
  border-inline-end-color: rgb(0 208 84 / 0.9);
}

.hover\:border-e-work-identity-500\/95:hover {
  border-inline-end-color: rgb(0 208 84 / 0.95);
}

.hover\:border-e-work-identity-900:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(249 249 249 / var(--tw-border-opacity));
}

.hover\:border-e-work-identity-900\/0:hover {
  border-inline-end-color: rgb(249 249 249 / 0);
}

.hover\:border-e-work-identity-900\/10:hover {
  border-inline-end-color: rgb(249 249 249 / 0.1);
}

.hover\:border-e-work-identity-900\/100:hover {
  border-inline-end-color: rgb(249 249 249 / 1);
}

.hover\:border-e-work-identity-900\/20:hover {
  border-inline-end-color: rgb(249 249 249 / 0.2);
}

.hover\:border-e-work-identity-900\/25:hover {
  border-inline-end-color: rgb(249 249 249 / 0.25);
}

.hover\:border-e-work-identity-900\/30:hover {
  border-inline-end-color: rgb(249 249 249 / 0.3);
}

.hover\:border-e-work-identity-900\/40:hover {
  border-inline-end-color: rgb(249 249 249 / 0.4);
}

.hover\:border-e-work-identity-900\/5:hover {
  border-inline-end-color: rgb(249 249 249 / 0.05);
}

.hover\:border-e-work-identity-900\/50:hover {
  border-inline-end-color: rgb(249 249 249 / 0.5);
}

.hover\:border-e-work-identity-900\/60:hover {
  border-inline-end-color: rgb(249 249 249 / 0.6);
}

.hover\:border-e-work-identity-900\/70:hover {
  border-inline-end-color: rgb(249 249 249 / 0.7);
}

.hover\:border-e-work-identity-900\/75:hover {
  border-inline-end-color: rgb(249 249 249 / 0.75);
}

.hover\:border-e-work-identity-900\/80:hover {
  border-inline-end-color: rgb(249 249 249 / 0.8);
}

.hover\:border-e-work-identity-900\/90:hover {
  border-inline-end-color: rgb(249 249 249 / 0.9);
}

.hover\:border-e-work-identity-900\/95:hover {
  border-inline-end-color: rgb(249 249 249 / 0.95);
}

.hover\:border-e-yellow-100:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.hover\:border-e-yellow-100\/0:hover {
  border-inline-end-color: rgb(254 249 195 / 0);
}

.hover\:border-e-yellow-100\/10:hover {
  border-inline-end-color: rgb(254 249 195 / 0.1);
}

.hover\:border-e-yellow-100\/100:hover {
  border-inline-end-color: rgb(254 249 195 / 1);
}

.hover\:border-e-yellow-100\/20:hover {
  border-inline-end-color: rgb(254 249 195 / 0.2);
}

.hover\:border-e-yellow-100\/25:hover {
  border-inline-end-color: rgb(254 249 195 / 0.25);
}

.hover\:border-e-yellow-100\/30:hover {
  border-inline-end-color: rgb(254 249 195 / 0.3);
}

.hover\:border-e-yellow-100\/40:hover {
  border-inline-end-color: rgb(254 249 195 / 0.4);
}

.hover\:border-e-yellow-100\/5:hover {
  border-inline-end-color: rgb(254 249 195 / 0.05);
}

.hover\:border-e-yellow-100\/50:hover {
  border-inline-end-color: rgb(254 249 195 / 0.5);
}

.hover\:border-e-yellow-100\/60:hover {
  border-inline-end-color: rgb(254 249 195 / 0.6);
}

.hover\:border-e-yellow-100\/70:hover {
  border-inline-end-color: rgb(254 249 195 / 0.7);
}

.hover\:border-e-yellow-100\/75:hover {
  border-inline-end-color: rgb(254 249 195 / 0.75);
}

.hover\:border-e-yellow-100\/80:hover {
  border-inline-end-color: rgb(254 249 195 / 0.8);
}

.hover\:border-e-yellow-100\/90:hover {
  border-inline-end-color: rgb(254 249 195 / 0.9);
}

.hover\:border-e-yellow-100\/95:hover {
  border-inline-end-color: rgb(254 249 195 / 0.95);
}

.hover\:border-e-yellow-200:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.hover\:border-e-yellow-200\/0:hover {
  border-inline-end-color: rgb(254 240 138 / 0);
}

.hover\:border-e-yellow-200\/10:hover {
  border-inline-end-color: rgb(254 240 138 / 0.1);
}

.hover\:border-e-yellow-200\/100:hover {
  border-inline-end-color: rgb(254 240 138 / 1);
}

.hover\:border-e-yellow-200\/20:hover {
  border-inline-end-color: rgb(254 240 138 / 0.2);
}

.hover\:border-e-yellow-200\/25:hover {
  border-inline-end-color: rgb(254 240 138 / 0.25);
}

.hover\:border-e-yellow-200\/30:hover {
  border-inline-end-color: rgb(254 240 138 / 0.3);
}

.hover\:border-e-yellow-200\/40:hover {
  border-inline-end-color: rgb(254 240 138 / 0.4);
}

.hover\:border-e-yellow-200\/5:hover {
  border-inline-end-color: rgb(254 240 138 / 0.05);
}

.hover\:border-e-yellow-200\/50:hover {
  border-inline-end-color: rgb(254 240 138 / 0.5);
}

.hover\:border-e-yellow-200\/60:hover {
  border-inline-end-color: rgb(254 240 138 / 0.6);
}

.hover\:border-e-yellow-200\/70:hover {
  border-inline-end-color: rgb(254 240 138 / 0.7);
}

.hover\:border-e-yellow-200\/75:hover {
  border-inline-end-color: rgb(254 240 138 / 0.75);
}

.hover\:border-e-yellow-200\/80:hover {
  border-inline-end-color: rgb(254 240 138 / 0.8);
}

.hover\:border-e-yellow-200\/90:hover {
  border-inline-end-color: rgb(254 240 138 / 0.9);
}

.hover\:border-e-yellow-200\/95:hover {
  border-inline-end-color: rgb(254 240 138 / 0.95);
}

.hover\:border-e-yellow-300:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.hover\:border-e-yellow-300\/0:hover {
  border-inline-end-color: rgb(253 224 71 / 0);
}

.hover\:border-e-yellow-300\/10:hover {
  border-inline-end-color: rgb(253 224 71 / 0.1);
}

.hover\:border-e-yellow-300\/100:hover {
  border-inline-end-color: rgb(253 224 71 / 1);
}

.hover\:border-e-yellow-300\/20:hover {
  border-inline-end-color: rgb(253 224 71 / 0.2);
}

.hover\:border-e-yellow-300\/25:hover {
  border-inline-end-color: rgb(253 224 71 / 0.25);
}

.hover\:border-e-yellow-300\/30:hover {
  border-inline-end-color: rgb(253 224 71 / 0.3);
}

.hover\:border-e-yellow-300\/40:hover {
  border-inline-end-color: rgb(253 224 71 / 0.4);
}

.hover\:border-e-yellow-300\/5:hover {
  border-inline-end-color: rgb(253 224 71 / 0.05);
}

.hover\:border-e-yellow-300\/50:hover {
  border-inline-end-color: rgb(253 224 71 / 0.5);
}

.hover\:border-e-yellow-300\/60:hover {
  border-inline-end-color: rgb(253 224 71 / 0.6);
}

.hover\:border-e-yellow-300\/70:hover {
  border-inline-end-color: rgb(253 224 71 / 0.7);
}

.hover\:border-e-yellow-300\/75:hover {
  border-inline-end-color: rgb(253 224 71 / 0.75);
}

.hover\:border-e-yellow-300\/80:hover {
  border-inline-end-color: rgb(253 224 71 / 0.8);
}

.hover\:border-e-yellow-300\/90:hover {
  border-inline-end-color: rgb(253 224 71 / 0.9);
}

.hover\:border-e-yellow-300\/95:hover {
  border-inline-end-color: rgb(253 224 71 / 0.95);
}

.hover\:border-e-yellow-400:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.hover\:border-e-yellow-400\/0:hover {
  border-inline-end-color: rgb(250 204 21 / 0);
}

.hover\:border-e-yellow-400\/10:hover {
  border-inline-end-color: rgb(250 204 21 / 0.1);
}

.hover\:border-e-yellow-400\/100:hover {
  border-inline-end-color: rgb(250 204 21 / 1);
}

.hover\:border-e-yellow-400\/20:hover {
  border-inline-end-color: rgb(250 204 21 / 0.2);
}

.hover\:border-e-yellow-400\/25:hover {
  border-inline-end-color: rgb(250 204 21 / 0.25);
}

.hover\:border-e-yellow-400\/30:hover {
  border-inline-end-color: rgb(250 204 21 / 0.3);
}

.hover\:border-e-yellow-400\/40:hover {
  border-inline-end-color: rgb(250 204 21 / 0.4);
}

.hover\:border-e-yellow-400\/5:hover {
  border-inline-end-color: rgb(250 204 21 / 0.05);
}

.hover\:border-e-yellow-400\/50:hover {
  border-inline-end-color: rgb(250 204 21 / 0.5);
}

.hover\:border-e-yellow-400\/60:hover {
  border-inline-end-color: rgb(250 204 21 / 0.6);
}

.hover\:border-e-yellow-400\/70:hover {
  border-inline-end-color: rgb(250 204 21 / 0.7);
}

.hover\:border-e-yellow-400\/75:hover {
  border-inline-end-color: rgb(250 204 21 / 0.75);
}

.hover\:border-e-yellow-400\/80:hover {
  border-inline-end-color: rgb(250 204 21 / 0.8);
}

.hover\:border-e-yellow-400\/90:hover {
  border-inline-end-color: rgb(250 204 21 / 0.9);
}

.hover\:border-e-yellow-400\/95:hover {
  border-inline-end-color: rgb(250 204 21 / 0.95);
}

.hover\:border-e-yellow-50:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.hover\:border-e-yellow-50\/0:hover {
  border-inline-end-color: rgb(254 252 232 / 0);
}

.hover\:border-e-yellow-50\/10:hover {
  border-inline-end-color: rgb(254 252 232 / 0.1);
}

.hover\:border-e-yellow-50\/100:hover {
  border-inline-end-color: rgb(254 252 232 / 1);
}

.hover\:border-e-yellow-50\/20:hover {
  border-inline-end-color: rgb(254 252 232 / 0.2);
}

.hover\:border-e-yellow-50\/25:hover {
  border-inline-end-color: rgb(254 252 232 / 0.25);
}

.hover\:border-e-yellow-50\/30:hover {
  border-inline-end-color: rgb(254 252 232 / 0.3);
}

.hover\:border-e-yellow-50\/40:hover {
  border-inline-end-color: rgb(254 252 232 / 0.4);
}

.hover\:border-e-yellow-50\/5:hover {
  border-inline-end-color: rgb(254 252 232 / 0.05);
}

.hover\:border-e-yellow-50\/50:hover {
  border-inline-end-color: rgb(254 252 232 / 0.5);
}

.hover\:border-e-yellow-50\/60:hover {
  border-inline-end-color: rgb(254 252 232 / 0.6);
}

.hover\:border-e-yellow-50\/70:hover {
  border-inline-end-color: rgb(254 252 232 / 0.7);
}

.hover\:border-e-yellow-50\/75:hover {
  border-inline-end-color: rgb(254 252 232 / 0.75);
}

.hover\:border-e-yellow-50\/80:hover {
  border-inline-end-color: rgb(254 252 232 / 0.8);
}

.hover\:border-e-yellow-50\/90:hover {
  border-inline-end-color: rgb(254 252 232 / 0.9);
}

.hover\:border-e-yellow-50\/95:hover {
  border-inline-end-color: rgb(254 252 232 / 0.95);
}

.hover\:border-e-yellow-500:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.hover\:border-e-yellow-500\/0:hover {
  border-inline-end-color: rgb(234 179 8 / 0);
}

.hover\:border-e-yellow-500\/10:hover {
  border-inline-end-color: rgb(234 179 8 / 0.1);
}

.hover\:border-e-yellow-500\/100:hover {
  border-inline-end-color: rgb(234 179 8 / 1);
}

.hover\:border-e-yellow-500\/20:hover {
  border-inline-end-color: rgb(234 179 8 / 0.2);
}

.hover\:border-e-yellow-500\/25:hover {
  border-inline-end-color: rgb(234 179 8 / 0.25);
}

.hover\:border-e-yellow-500\/30:hover {
  border-inline-end-color: rgb(234 179 8 / 0.3);
}

.hover\:border-e-yellow-500\/40:hover {
  border-inline-end-color: rgb(234 179 8 / 0.4);
}

.hover\:border-e-yellow-500\/5:hover {
  border-inline-end-color: rgb(234 179 8 / 0.05);
}

.hover\:border-e-yellow-500\/50:hover {
  border-inline-end-color: rgb(234 179 8 / 0.5);
}

.hover\:border-e-yellow-500\/60:hover {
  border-inline-end-color: rgb(234 179 8 / 0.6);
}

.hover\:border-e-yellow-500\/70:hover {
  border-inline-end-color: rgb(234 179 8 / 0.7);
}

.hover\:border-e-yellow-500\/75:hover {
  border-inline-end-color: rgb(234 179 8 / 0.75);
}

.hover\:border-e-yellow-500\/80:hover {
  border-inline-end-color: rgb(234 179 8 / 0.8);
}

.hover\:border-e-yellow-500\/90:hover {
  border-inline-end-color: rgb(234 179 8 / 0.9);
}

.hover\:border-e-yellow-500\/95:hover {
  border-inline-end-color: rgb(234 179 8 / 0.95);
}

.hover\:border-e-yellow-600:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.hover\:border-e-yellow-600\/0:hover {
  border-inline-end-color: rgb(202 138 4 / 0);
}

.hover\:border-e-yellow-600\/10:hover {
  border-inline-end-color: rgb(202 138 4 / 0.1);
}

.hover\:border-e-yellow-600\/100:hover {
  border-inline-end-color: rgb(202 138 4 / 1);
}

.hover\:border-e-yellow-600\/20:hover {
  border-inline-end-color: rgb(202 138 4 / 0.2);
}

.hover\:border-e-yellow-600\/25:hover {
  border-inline-end-color: rgb(202 138 4 / 0.25);
}

.hover\:border-e-yellow-600\/30:hover {
  border-inline-end-color: rgb(202 138 4 / 0.3);
}

.hover\:border-e-yellow-600\/40:hover {
  border-inline-end-color: rgb(202 138 4 / 0.4);
}

.hover\:border-e-yellow-600\/5:hover {
  border-inline-end-color: rgb(202 138 4 / 0.05);
}

.hover\:border-e-yellow-600\/50:hover {
  border-inline-end-color: rgb(202 138 4 / 0.5);
}

.hover\:border-e-yellow-600\/60:hover {
  border-inline-end-color: rgb(202 138 4 / 0.6);
}

.hover\:border-e-yellow-600\/70:hover {
  border-inline-end-color: rgb(202 138 4 / 0.7);
}

.hover\:border-e-yellow-600\/75:hover {
  border-inline-end-color: rgb(202 138 4 / 0.75);
}

.hover\:border-e-yellow-600\/80:hover {
  border-inline-end-color: rgb(202 138 4 / 0.8);
}

.hover\:border-e-yellow-600\/90:hover {
  border-inline-end-color: rgb(202 138 4 / 0.9);
}

.hover\:border-e-yellow-600\/95:hover {
  border-inline-end-color: rgb(202 138 4 / 0.95);
}

.hover\:border-e-yellow-700:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.hover\:border-e-yellow-700\/0:hover {
  border-inline-end-color: rgb(161 98 7 / 0);
}

.hover\:border-e-yellow-700\/10:hover {
  border-inline-end-color: rgb(161 98 7 / 0.1);
}

.hover\:border-e-yellow-700\/100:hover {
  border-inline-end-color: rgb(161 98 7 / 1);
}

.hover\:border-e-yellow-700\/20:hover {
  border-inline-end-color: rgb(161 98 7 / 0.2);
}

.hover\:border-e-yellow-700\/25:hover {
  border-inline-end-color: rgb(161 98 7 / 0.25);
}

.hover\:border-e-yellow-700\/30:hover {
  border-inline-end-color: rgb(161 98 7 / 0.3);
}

.hover\:border-e-yellow-700\/40:hover {
  border-inline-end-color: rgb(161 98 7 / 0.4);
}

.hover\:border-e-yellow-700\/5:hover {
  border-inline-end-color: rgb(161 98 7 / 0.05);
}

.hover\:border-e-yellow-700\/50:hover {
  border-inline-end-color: rgb(161 98 7 / 0.5);
}

.hover\:border-e-yellow-700\/60:hover {
  border-inline-end-color: rgb(161 98 7 / 0.6);
}

.hover\:border-e-yellow-700\/70:hover {
  border-inline-end-color: rgb(161 98 7 / 0.7);
}

.hover\:border-e-yellow-700\/75:hover {
  border-inline-end-color: rgb(161 98 7 / 0.75);
}

.hover\:border-e-yellow-700\/80:hover {
  border-inline-end-color: rgb(161 98 7 / 0.8);
}

.hover\:border-e-yellow-700\/90:hover {
  border-inline-end-color: rgb(161 98 7 / 0.9);
}

.hover\:border-e-yellow-700\/95:hover {
  border-inline-end-color: rgb(161 98 7 / 0.95);
}

.hover\:border-e-yellow-800:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.hover\:border-e-yellow-800\/0:hover {
  border-inline-end-color: rgb(133 77 14 / 0);
}

.hover\:border-e-yellow-800\/10:hover {
  border-inline-end-color: rgb(133 77 14 / 0.1);
}

.hover\:border-e-yellow-800\/100:hover {
  border-inline-end-color: rgb(133 77 14 / 1);
}

.hover\:border-e-yellow-800\/20:hover {
  border-inline-end-color: rgb(133 77 14 / 0.2);
}

.hover\:border-e-yellow-800\/25:hover {
  border-inline-end-color: rgb(133 77 14 / 0.25);
}

.hover\:border-e-yellow-800\/30:hover {
  border-inline-end-color: rgb(133 77 14 / 0.3);
}

.hover\:border-e-yellow-800\/40:hover {
  border-inline-end-color: rgb(133 77 14 / 0.4);
}

.hover\:border-e-yellow-800\/5:hover {
  border-inline-end-color: rgb(133 77 14 / 0.05);
}

.hover\:border-e-yellow-800\/50:hover {
  border-inline-end-color: rgb(133 77 14 / 0.5);
}

.hover\:border-e-yellow-800\/60:hover {
  border-inline-end-color: rgb(133 77 14 / 0.6);
}

.hover\:border-e-yellow-800\/70:hover {
  border-inline-end-color: rgb(133 77 14 / 0.7);
}

.hover\:border-e-yellow-800\/75:hover {
  border-inline-end-color: rgb(133 77 14 / 0.75);
}

.hover\:border-e-yellow-800\/80:hover {
  border-inline-end-color: rgb(133 77 14 / 0.8);
}

.hover\:border-e-yellow-800\/90:hover {
  border-inline-end-color: rgb(133 77 14 / 0.9);
}

.hover\:border-e-yellow-800\/95:hover {
  border-inline-end-color: rgb(133 77 14 / 0.95);
}

.hover\:border-e-yellow-900:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.hover\:border-e-yellow-900\/0:hover {
  border-inline-end-color: rgb(113 63 18 / 0);
}

.hover\:border-e-yellow-900\/10:hover {
  border-inline-end-color: rgb(113 63 18 / 0.1);
}

.hover\:border-e-yellow-900\/100:hover {
  border-inline-end-color: rgb(113 63 18 / 1);
}

.hover\:border-e-yellow-900\/20:hover {
  border-inline-end-color: rgb(113 63 18 / 0.2);
}

.hover\:border-e-yellow-900\/25:hover {
  border-inline-end-color: rgb(113 63 18 / 0.25);
}

.hover\:border-e-yellow-900\/30:hover {
  border-inline-end-color: rgb(113 63 18 / 0.3);
}

.hover\:border-e-yellow-900\/40:hover {
  border-inline-end-color: rgb(113 63 18 / 0.4);
}

.hover\:border-e-yellow-900\/5:hover {
  border-inline-end-color: rgb(113 63 18 / 0.05);
}

.hover\:border-e-yellow-900\/50:hover {
  border-inline-end-color: rgb(113 63 18 / 0.5);
}

.hover\:border-e-yellow-900\/60:hover {
  border-inline-end-color: rgb(113 63 18 / 0.6);
}

.hover\:border-e-yellow-900\/70:hover {
  border-inline-end-color: rgb(113 63 18 / 0.7);
}

.hover\:border-e-yellow-900\/75:hover {
  border-inline-end-color: rgb(113 63 18 / 0.75);
}

.hover\:border-e-yellow-900\/80:hover {
  border-inline-end-color: rgb(113 63 18 / 0.8);
}

.hover\:border-e-yellow-900\/90:hover {
  border-inline-end-color: rgb(113 63 18 / 0.9);
}

.hover\:border-e-yellow-900\/95:hover {
  border-inline-end-color: rgb(113 63 18 / 0.95);
}

.hover\:border-e-yellow-950:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.hover\:border-e-yellow-950\/0:hover {
  border-inline-end-color: rgb(66 32 6 / 0);
}

.hover\:border-e-yellow-950\/10:hover {
  border-inline-end-color: rgb(66 32 6 / 0.1);
}

.hover\:border-e-yellow-950\/100:hover {
  border-inline-end-color: rgb(66 32 6 / 1);
}

.hover\:border-e-yellow-950\/20:hover {
  border-inline-end-color: rgb(66 32 6 / 0.2);
}

.hover\:border-e-yellow-950\/25:hover {
  border-inline-end-color: rgb(66 32 6 / 0.25);
}

.hover\:border-e-yellow-950\/30:hover {
  border-inline-end-color: rgb(66 32 6 / 0.3);
}

.hover\:border-e-yellow-950\/40:hover {
  border-inline-end-color: rgb(66 32 6 / 0.4);
}

.hover\:border-e-yellow-950\/5:hover {
  border-inline-end-color: rgb(66 32 6 / 0.05);
}

.hover\:border-e-yellow-950\/50:hover {
  border-inline-end-color: rgb(66 32 6 / 0.5);
}

.hover\:border-e-yellow-950\/60:hover {
  border-inline-end-color: rgb(66 32 6 / 0.6);
}

.hover\:border-e-yellow-950\/70:hover {
  border-inline-end-color: rgb(66 32 6 / 0.7);
}

.hover\:border-e-yellow-950\/75:hover {
  border-inline-end-color: rgb(66 32 6 / 0.75);
}

.hover\:border-e-yellow-950\/80:hover {
  border-inline-end-color: rgb(66 32 6 / 0.8);
}

.hover\:border-e-yellow-950\/90:hover {
  border-inline-end-color: rgb(66 32 6 / 0.9);
}

.hover\:border-e-yellow-950\/95:hover {
  border-inline-end-color: rgb(66 32 6 / 0.95);
}

.hover\:border-e-zinc-100:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(244 244 245 / var(--tw-border-opacity));
}

.hover\:border-e-zinc-100\/0:hover {
  border-inline-end-color: rgb(244 244 245 / 0);
}

.hover\:border-e-zinc-100\/10:hover {
  border-inline-end-color: rgb(244 244 245 / 0.1);
}

.hover\:border-e-zinc-100\/100:hover {
  border-inline-end-color: rgb(244 244 245 / 1);
}

.hover\:border-e-zinc-100\/20:hover {
  border-inline-end-color: rgb(244 244 245 / 0.2);
}

.hover\:border-e-zinc-100\/25:hover {
  border-inline-end-color: rgb(244 244 245 / 0.25);
}

.hover\:border-e-zinc-100\/30:hover {
  border-inline-end-color: rgb(244 244 245 / 0.3);
}

.hover\:border-e-zinc-100\/40:hover {
  border-inline-end-color: rgb(244 244 245 / 0.4);
}

.hover\:border-e-zinc-100\/5:hover {
  border-inline-end-color: rgb(244 244 245 / 0.05);
}

.hover\:border-e-zinc-100\/50:hover {
  border-inline-end-color: rgb(244 244 245 / 0.5);
}

.hover\:border-e-zinc-100\/60:hover {
  border-inline-end-color: rgb(244 244 245 / 0.6);
}

.hover\:border-e-zinc-100\/70:hover {
  border-inline-end-color: rgb(244 244 245 / 0.7);
}

.hover\:border-e-zinc-100\/75:hover {
  border-inline-end-color: rgb(244 244 245 / 0.75);
}

.hover\:border-e-zinc-100\/80:hover {
  border-inline-end-color: rgb(244 244 245 / 0.8);
}

.hover\:border-e-zinc-100\/90:hover {
  border-inline-end-color: rgb(244 244 245 / 0.9);
}

.hover\:border-e-zinc-100\/95:hover {
  border-inline-end-color: rgb(244 244 245 / 0.95);
}

.hover\:border-e-zinc-200:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.hover\:border-e-zinc-200\/0:hover {
  border-inline-end-color: rgb(228 228 231 / 0);
}

.hover\:border-e-zinc-200\/10:hover {
  border-inline-end-color: rgb(228 228 231 / 0.1);
}

.hover\:border-e-zinc-200\/100:hover {
  border-inline-end-color: rgb(228 228 231 / 1);
}

.hover\:border-e-zinc-200\/20:hover {
  border-inline-end-color: rgb(228 228 231 / 0.2);
}

.hover\:border-e-zinc-200\/25:hover {
  border-inline-end-color: rgb(228 228 231 / 0.25);
}

.hover\:border-e-zinc-200\/30:hover {
  border-inline-end-color: rgb(228 228 231 / 0.3);
}

.hover\:border-e-zinc-200\/40:hover {
  border-inline-end-color: rgb(228 228 231 / 0.4);
}

.hover\:border-e-zinc-200\/5:hover {
  border-inline-end-color: rgb(228 228 231 / 0.05);
}

.hover\:border-e-zinc-200\/50:hover {
  border-inline-end-color: rgb(228 228 231 / 0.5);
}

.hover\:border-e-zinc-200\/60:hover {
  border-inline-end-color: rgb(228 228 231 / 0.6);
}

.hover\:border-e-zinc-200\/70:hover {
  border-inline-end-color: rgb(228 228 231 / 0.7);
}

.hover\:border-e-zinc-200\/75:hover {
  border-inline-end-color: rgb(228 228 231 / 0.75);
}

.hover\:border-e-zinc-200\/80:hover {
  border-inline-end-color: rgb(228 228 231 / 0.8);
}

.hover\:border-e-zinc-200\/90:hover {
  border-inline-end-color: rgb(228 228 231 / 0.9);
}

.hover\:border-e-zinc-200\/95:hover {
  border-inline-end-color: rgb(228 228 231 / 0.95);
}

.hover\:border-e-zinc-300:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.hover\:border-e-zinc-300\/0:hover {
  border-inline-end-color: rgb(212 212 216 / 0);
}

.hover\:border-e-zinc-300\/10:hover {
  border-inline-end-color: rgb(212 212 216 / 0.1);
}

.hover\:border-e-zinc-300\/100:hover {
  border-inline-end-color: rgb(212 212 216 / 1);
}

.hover\:border-e-zinc-300\/20:hover {
  border-inline-end-color: rgb(212 212 216 / 0.2);
}

.hover\:border-e-zinc-300\/25:hover {
  border-inline-end-color: rgb(212 212 216 / 0.25);
}

.hover\:border-e-zinc-300\/30:hover {
  border-inline-end-color: rgb(212 212 216 / 0.3);
}

.hover\:border-e-zinc-300\/40:hover {
  border-inline-end-color: rgb(212 212 216 / 0.4);
}

.hover\:border-e-zinc-300\/5:hover {
  border-inline-end-color: rgb(212 212 216 / 0.05);
}

.hover\:border-e-zinc-300\/50:hover {
  border-inline-end-color: rgb(212 212 216 / 0.5);
}

.hover\:border-e-zinc-300\/60:hover {
  border-inline-end-color: rgb(212 212 216 / 0.6);
}

.hover\:border-e-zinc-300\/70:hover {
  border-inline-end-color: rgb(212 212 216 / 0.7);
}

.hover\:border-e-zinc-300\/75:hover {
  border-inline-end-color: rgb(212 212 216 / 0.75);
}

.hover\:border-e-zinc-300\/80:hover {
  border-inline-end-color: rgb(212 212 216 / 0.8);
}

.hover\:border-e-zinc-300\/90:hover {
  border-inline-end-color: rgb(212 212 216 / 0.9);
}

.hover\:border-e-zinc-300\/95:hover {
  border-inline-end-color: rgb(212 212 216 / 0.95);
}

.hover\:border-e-zinc-400:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.hover\:border-e-zinc-400\/0:hover {
  border-inline-end-color: rgb(161 161 170 / 0);
}

.hover\:border-e-zinc-400\/10:hover {
  border-inline-end-color: rgb(161 161 170 / 0.1);
}

.hover\:border-e-zinc-400\/100:hover {
  border-inline-end-color: rgb(161 161 170 / 1);
}

.hover\:border-e-zinc-400\/20:hover {
  border-inline-end-color: rgb(161 161 170 / 0.2);
}

.hover\:border-e-zinc-400\/25:hover {
  border-inline-end-color: rgb(161 161 170 / 0.25);
}

.hover\:border-e-zinc-400\/30:hover {
  border-inline-end-color: rgb(161 161 170 / 0.3);
}

.hover\:border-e-zinc-400\/40:hover {
  border-inline-end-color: rgb(161 161 170 / 0.4);
}

.hover\:border-e-zinc-400\/5:hover {
  border-inline-end-color: rgb(161 161 170 / 0.05);
}

.hover\:border-e-zinc-400\/50:hover {
  border-inline-end-color: rgb(161 161 170 / 0.5);
}

.hover\:border-e-zinc-400\/60:hover {
  border-inline-end-color: rgb(161 161 170 / 0.6);
}

.hover\:border-e-zinc-400\/70:hover {
  border-inline-end-color: rgb(161 161 170 / 0.7);
}

.hover\:border-e-zinc-400\/75:hover {
  border-inline-end-color: rgb(161 161 170 / 0.75);
}

.hover\:border-e-zinc-400\/80:hover {
  border-inline-end-color: rgb(161 161 170 / 0.8);
}

.hover\:border-e-zinc-400\/90:hover {
  border-inline-end-color: rgb(161 161 170 / 0.9);
}

.hover\:border-e-zinc-400\/95:hover {
  border-inline-end-color: rgb(161 161 170 / 0.95);
}

.hover\:border-e-zinc-50:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.hover\:border-e-zinc-50\/0:hover {
  border-inline-end-color: rgb(250 250 250 / 0);
}

.hover\:border-e-zinc-50\/10:hover {
  border-inline-end-color: rgb(250 250 250 / 0.1);
}

.hover\:border-e-zinc-50\/100:hover {
  border-inline-end-color: rgb(250 250 250 / 1);
}

.hover\:border-e-zinc-50\/20:hover {
  border-inline-end-color: rgb(250 250 250 / 0.2);
}

.hover\:border-e-zinc-50\/25:hover {
  border-inline-end-color: rgb(250 250 250 / 0.25);
}

.hover\:border-e-zinc-50\/30:hover {
  border-inline-end-color: rgb(250 250 250 / 0.3);
}

.hover\:border-e-zinc-50\/40:hover {
  border-inline-end-color: rgb(250 250 250 / 0.4);
}

.hover\:border-e-zinc-50\/5:hover {
  border-inline-end-color: rgb(250 250 250 / 0.05);
}

.hover\:border-e-zinc-50\/50:hover {
  border-inline-end-color: rgb(250 250 250 / 0.5);
}

.hover\:border-e-zinc-50\/60:hover {
  border-inline-end-color: rgb(250 250 250 / 0.6);
}

.hover\:border-e-zinc-50\/70:hover {
  border-inline-end-color: rgb(250 250 250 / 0.7);
}

.hover\:border-e-zinc-50\/75:hover {
  border-inline-end-color: rgb(250 250 250 / 0.75);
}

.hover\:border-e-zinc-50\/80:hover {
  border-inline-end-color: rgb(250 250 250 / 0.8);
}

.hover\:border-e-zinc-50\/90:hover {
  border-inline-end-color: rgb(250 250 250 / 0.9);
}

.hover\:border-e-zinc-50\/95:hover {
  border-inline-end-color: rgb(250 250 250 / 0.95);
}

.hover\:border-e-zinc-500:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(113 113 122 / var(--tw-border-opacity));
}

.hover\:border-e-zinc-500\/0:hover {
  border-inline-end-color: rgb(113 113 122 / 0);
}

.hover\:border-e-zinc-500\/10:hover {
  border-inline-end-color: rgb(113 113 122 / 0.1);
}

.hover\:border-e-zinc-500\/100:hover {
  border-inline-end-color: rgb(113 113 122 / 1);
}

.hover\:border-e-zinc-500\/20:hover {
  border-inline-end-color: rgb(113 113 122 / 0.2);
}

.hover\:border-e-zinc-500\/25:hover {
  border-inline-end-color: rgb(113 113 122 / 0.25);
}

.hover\:border-e-zinc-500\/30:hover {
  border-inline-end-color: rgb(113 113 122 / 0.3);
}

.hover\:border-e-zinc-500\/40:hover {
  border-inline-end-color: rgb(113 113 122 / 0.4);
}

.hover\:border-e-zinc-500\/5:hover {
  border-inline-end-color: rgb(113 113 122 / 0.05);
}

.hover\:border-e-zinc-500\/50:hover {
  border-inline-end-color: rgb(113 113 122 / 0.5);
}

.hover\:border-e-zinc-500\/60:hover {
  border-inline-end-color: rgb(113 113 122 / 0.6);
}

.hover\:border-e-zinc-500\/70:hover {
  border-inline-end-color: rgb(113 113 122 / 0.7);
}

.hover\:border-e-zinc-500\/75:hover {
  border-inline-end-color: rgb(113 113 122 / 0.75);
}

.hover\:border-e-zinc-500\/80:hover {
  border-inline-end-color: rgb(113 113 122 / 0.8);
}

.hover\:border-e-zinc-500\/90:hover {
  border-inline-end-color: rgb(113 113 122 / 0.9);
}

.hover\:border-e-zinc-500\/95:hover {
  border-inline-end-color: rgb(113 113 122 / 0.95);
}

.hover\:border-e-zinc-600:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(82 82 91 / var(--tw-border-opacity));
}

.hover\:border-e-zinc-600\/0:hover {
  border-inline-end-color: rgb(82 82 91 / 0);
}

.hover\:border-e-zinc-600\/10:hover {
  border-inline-end-color: rgb(82 82 91 / 0.1);
}

.hover\:border-e-zinc-600\/100:hover {
  border-inline-end-color: rgb(82 82 91 / 1);
}

.hover\:border-e-zinc-600\/20:hover {
  border-inline-end-color: rgb(82 82 91 / 0.2);
}

.hover\:border-e-zinc-600\/25:hover {
  border-inline-end-color: rgb(82 82 91 / 0.25);
}

.hover\:border-e-zinc-600\/30:hover {
  border-inline-end-color: rgb(82 82 91 / 0.3);
}

.hover\:border-e-zinc-600\/40:hover {
  border-inline-end-color: rgb(82 82 91 / 0.4);
}

.hover\:border-e-zinc-600\/5:hover {
  border-inline-end-color: rgb(82 82 91 / 0.05);
}

.hover\:border-e-zinc-600\/50:hover {
  border-inline-end-color: rgb(82 82 91 / 0.5);
}

.hover\:border-e-zinc-600\/60:hover {
  border-inline-end-color: rgb(82 82 91 / 0.6);
}

.hover\:border-e-zinc-600\/70:hover {
  border-inline-end-color: rgb(82 82 91 / 0.7);
}

.hover\:border-e-zinc-600\/75:hover {
  border-inline-end-color: rgb(82 82 91 / 0.75);
}

.hover\:border-e-zinc-600\/80:hover {
  border-inline-end-color: rgb(82 82 91 / 0.8);
}

.hover\:border-e-zinc-600\/90:hover {
  border-inline-end-color: rgb(82 82 91 / 0.9);
}

.hover\:border-e-zinc-600\/95:hover {
  border-inline-end-color: rgb(82 82 91 / 0.95);
}

.hover\:border-e-zinc-700:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.hover\:border-e-zinc-700\/0:hover {
  border-inline-end-color: rgb(63 63 70 / 0);
}

.hover\:border-e-zinc-700\/10:hover {
  border-inline-end-color: rgb(63 63 70 / 0.1);
}

.hover\:border-e-zinc-700\/100:hover {
  border-inline-end-color: rgb(63 63 70 / 1);
}

.hover\:border-e-zinc-700\/20:hover {
  border-inline-end-color: rgb(63 63 70 / 0.2);
}

.hover\:border-e-zinc-700\/25:hover {
  border-inline-end-color: rgb(63 63 70 / 0.25);
}

.hover\:border-e-zinc-700\/30:hover {
  border-inline-end-color: rgb(63 63 70 / 0.3);
}

.hover\:border-e-zinc-700\/40:hover {
  border-inline-end-color: rgb(63 63 70 / 0.4);
}

.hover\:border-e-zinc-700\/5:hover {
  border-inline-end-color: rgb(63 63 70 / 0.05);
}

.hover\:border-e-zinc-700\/50:hover {
  border-inline-end-color: rgb(63 63 70 / 0.5);
}

.hover\:border-e-zinc-700\/60:hover {
  border-inline-end-color: rgb(63 63 70 / 0.6);
}

.hover\:border-e-zinc-700\/70:hover {
  border-inline-end-color: rgb(63 63 70 / 0.7);
}

.hover\:border-e-zinc-700\/75:hover {
  border-inline-end-color: rgb(63 63 70 / 0.75);
}

.hover\:border-e-zinc-700\/80:hover {
  border-inline-end-color: rgb(63 63 70 / 0.8);
}

.hover\:border-e-zinc-700\/90:hover {
  border-inline-end-color: rgb(63 63 70 / 0.9);
}

.hover\:border-e-zinc-700\/95:hover {
  border-inline-end-color: rgb(63 63 70 / 0.95);
}

.hover\:border-e-zinc-800:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(39 39 42 / var(--tw-border-opacity));
}

.hover\:border-e-zinc-800\/0:hover {
  border-inline-end-color: rgb(39 39 42 / 0);
}

.hover\:border-e-zinc-800\/10:hover {
  border-inline-end-color: rgb(39 39 42 / 0.1);
}

.hover\:border-e-zinc-800\/100:hover {
  border-inline-end-color: rgb(39 39 42 / 1);
}

.hover\:border-e-zinc-800\/20:hover {
  border-inline-end-color: rgb(39 39 42 / 0.2);
}

.hover\:border-e-zinc-800\/25:hover {
  border-inline-end-color: rgb(39 39 42 / 0.25);
}

.hover\:border-e-zinc-800\/30:hover {
  border-inline-end-color: rgb(39 39 42 / 0.3);
}

.hover\:border-e-zinc-800\/40:hover {
  border-inline-end-color: rgb(39 39 42 / 0.4);
}

.hover\:border-e-zinc-800\/5:hover {
  border-inline-end-color: rgb(39 39 42 / 0.05);
}

.hover\:border-e-zinc-800\/50:hover {
  border-inline-end-color: rgb(39 39 42 / 0.5);
}

.hover\:border-e-zinc-800\/60:hover {
  border-inline-end-color: rgb(39 39 42 / 0.6);
}

.hover\:border-e-zinc-800\/70:hover {
  border-inline-end-color: rgb(39 39 42 / 0.7);
}

.hover\:border-e-zinc-800\/75:hover {
  border-inline-end-color: rgb(39 39 42 / 0.75);
}

.hover\:border-e-zinc-800\/80:hover {
  border-inline-end-color: rgb(39 39 42 / 0.8);
}

.hover\:border-e-zinc-800\/90:hover {
  border-inline-end-color: rgb(39 39 42 / 0.9);
}

.hover\:border-e-zinc-800\/95:hover {
  border-inline-end-color: rgb(39 39 42 / 0.95);
}

.hover\:border-e-zinc-900:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.hover\:border-e-zinc-900\/0:hover {
  border-inline-end-color: rgb(24 24 27 / 0);
}

.hover\:border-e-zinc-900\/10:hover {
  border-inline-end-color: rgb(24 24 27 / 0.1);
}

.hover\:border-e-zinc-900\/100:hover {
  border-inline-end-color: rgb(24 24 27 / 1);
}

.hover\:border-e-zinc-900\/20:hover {
  border-inline-end-color: rgb(24 24 27 / 0.2);
}

.hover\:border-e-zinc-900\/25:hover {
  border-inline-end-color: rgb(24 24 27 / 0.25);
}

.hover\:border-e-zinc-900\/30:hover {
  border-inline-end-color: rgb(24 24 27 / 0.3);
}

.hover\:border-e-zinc-900\/40:hover {
  border-inline-end-color: rgb(24 24 27 / 0.4);
}

.hover\:border-e-zinc-900\/5:hover {
  border-inline-end-color: rgb(24 24 27 / 0.05);
}

.hover\:border-e-zinc-900\/50:hover {
  border-inline-end-color: rgb(24 24 27 / 0.5);
}

.hover\:border-e-zinc-900\/60:hover {
  border-inline-end-color: rgb(24 24 27 / 0.6);
}

.hover\:border-e-zinc-900\/70:hover {
  border-inline-end-color: rgb(24 24 27 / 0.7);
}

.hover\:border-e-zinc-900\/75:hover {
  border-inline-end-color: rgb(24 24 27 / 0.75);
}

.hover\:border-e-zinc-900\/80:hover {
  border-inline-end-color: rgb(24 24 27 / 0.8);
}

.hover\:border-e-zinc-900\/90:hover {
  border-inline-end-color: rgb(24 24 27 / 0.9);
}

.hover\:border-e-zinc-900\/95:hover {
  border-inline-end-color: rgb(24 24 27 / 0.95);
}

.hover\:border-e-zinc-950:hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(9 9 11 / var(--tw-border-opacity));
}

.hover\:border-e-zinc-950\/0:hover {
  border-inline-end-color: rgb(9 9 11 / 0);
}

.hover\:border-e-zinc-950\/10:hover {
  border-inline-end-color: rgb(9 9 11 / 0.1);
}

.hover\:border-e-zinc-950\/100:hover {
  border-inline-end-color: rgb(9 9 11 / 1);
}

.hover\:border-e-zinc-950\/20:hover {
  border-inline-end-color: rgb(9 9 11 / 0.2);
}

.hover\:border-e-zinc-950\/25:hover {
  border-inline-end-color: rgb(9 9 11 / 0.25);
}

.hover\:border-e-zinc-950\/30:hover {
  border-inline-end-color: rgb(9 9 11 / 0.3);
}

.hover\:border-e-zinc-950\/40:hover {
  border-inline-end-color: rgb(9 9 11 / 0.4);
}

.hover\:border-e-zinc-950\/5:hover {
  border-inline-end-color: rgb(9 9 11 / 0.05);
}

.hover\:border-e-zinc-950\/50:hover {
  border-inline-end-color: rgb(9 9 11 / 0.5);
}

.hover\:border-e-zinc-950\/60:hover {
  border-inline-end-color: rgb(9 9 11 / 0.6);
}

.hover\:border-e-zinc-950\/70:hover {
  border-inline-end-color: rgb(9 9 11 / 0.7);
}

.hover\:border-e-zinc-950\/75:hover {
  border-inline-end-color: rgb(9 9 11 / 0.75);
}

.hover\:border-e-zinc-950\/80:hover {
  border-inline-end-color: rgb(9 9 11 / 0.8);
}

.hover\:border-e-zinc-950\/90:hover {
  border-inline-end-color: rgb(9 9 11 / 0.9);
}

.hover\:border-e-zinc-950\/95:hover {
  border-inline-end-color: rgb(9 9 11 / 0.95);
}

.hover\:border-l-amber-100:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 243 199 / var(--tw-border-opacity));
}

.hover\:border-l-amber-100\/0:hover {
  border-left-color: rgb(254 243 199 / 0);
}

.hover\:border-l-amber-100\/10:hover {
  border-left-color: rgb(254 243 199 / 0.1);
}

.hover\:border-l-amber-100\/100:hover {
  border-left-color: rgb(254 243 199 / 1);
}

.hover\:border-l-amber-100\/20:hover {
  border-left-color: rgb(254 243 199 / 0.2);
}

.hover\:border-l-amber-100\/25:hover {
  border-left-color: rgb(254 243 199 / 0.25);
}

.hover\:border-l-amber-100\/30:hover {
  border-left-color: rgb(254 243 199 / 0.3);
}

.hover\:border-l-amber-100\/40:hover {
  border-left-color: rgb(254 243 199 / 0.4);
}

.hover\:border-l-amber-100\/5:hover {
  border-left-color: rgb(254 243 199 / 0.05);
}

.hover\:border-l-amber-100\/50:hover {
  border-left-color: rgb(254 243 199 / 0.5);
}

.hover\:border-l-amber-100\/60:hover {
  border-left-color: rgb(254 243 199 / 0.6);
}

.hover\:border-l-amber-100\/70:hover {
  border-left-color: rgb(254 243 199 / 0.7);
}

.hover\:border-l-amber-100\/75:hover {
  border-left-color: rgb(254 243 199 / 0.75);
}

.hover\:border-l-amber-100\/80:hover {
  border-left-color: rgb(254 243 199 / 0.8);
}

.hover\:border-l-amber-100\/90:hover {
  border-left-color: rgb(254 243 199 / 0.9);
}

.hover\:border-l-amber-100\/95:hover {
  border-left-color: rgb(254 243 199 / 0.95);
}

.hover\:border-l-amber-200:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 230 138 / var(--tw-border-opacity));
}

.hover\:border-l-amber-200\/0:hover {
  border-left-color: rgb(253 230 138 / 0);
}

.hover\:border-l-amber-200\/10:hover {
  border-left-color: rgb(253 230 138 / 0.1);
}

.hover\:border-l-amber-200\/100:hover {
  border-left-color: rgb(253 230 138 / 1);
}

.hover\:border-l-amber-200\/20:hover {
  border-left-color: rgb(253 230 138 / 0.2);
}

.hover\:border-l-amber-200\/25:hover {
  border-left-color: rgb(253 230 138 / 0.25);
}

.hover\:border-l-amber-200\/30:hover {
  border-left-color: rgb(253 230 138 / 0.3);
}

.hover\:border-l-amber-200\/40:hover {
  border-left-color: rgb(253 230 138 / 0.4);
}

.hover\:border-l-amber-200\/5:hover {
  border-left-color: rgb(253 230 138 / 0.05);
}

.hover\:border-l-amber-200\/50:hover {
  border-left-color: rgb(253 230 138 / 0.5);
}

.hover\:border-l-amber-200\/60:hover {
  border-left-color: rgb(253 230 138 / 0.6);
}

.hover\:border-l-amber-200\/70:hover {
  border-left-color: rgb(253 230 138 / 0.7);
}

.hover\:border-l-amber-200\/75:hover {
  border-left-color: rgb(253 230 138 / 0.75);
}

.hover\:border-l-amber-200\/80:hover {
  border-left-color: rgb(253 230 138 / 0.8);
}

.hover\:border-l-amber-200\/90:hover {
  border-left-color: rgb(253 230 138 / 0.9);
}

.hover\:border-l-amber-200\/95:hover {
  border-left-color: rgb(253 230 138 / 0.95);
}

.hover\:border-l-amber-300:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(252 211 77 / var(--tw-border-opacity));
}

.hover\:border-l-amber-300\/0:hover {
  border-left-color: rgb(252 211 77 / 0);
}

.hover\:border-l-amber-300\/10:hover {
  border-left-color: rgb(252 211 77 / 0.1);
}

.hover\:border-l-amber-300\/100:hover {
  border-left-color: rgb(252 211 77 / 1);
}

.hover\:border-l-amber-300\/20:hover {
  border-left-color: rgb(252 211 77 / 0.2);
}

.hover\:border-l-amber-300\/25:hover {
  border-left-color: rgb(252 211 77 / 0.25);
}

.hover\:border-l-amber-300\/30:hover {
  border-left-color: rgb(252 211 77 / 0.3);
}

.hover\:border-l-amber-300\/40:hover {
  border-left-color: rgb(252 211 77 / 0.4);
}

.hover\:border-l-amber-300\/5:hover {
  border-left-color: rgb(252 211 77 / 0.05);
}

.hover\:border-l-amber-300\/50:hover {
  border-left-color: rgb(252 211 77 / 0.5);
}

.hover\:border-l-amber-300\/60:hover {
  border-left-color: rgb(252 211 77 / 0.6);
}

.hover\:border-l-amber-300\/70:hover {
  border-left-color: rgb(252 211 77 / 0.7);
}

.hover\:border-l-amber-300\/75:hover {
  border-left-color: rgb(252 211 77 / 0.75);
}

.hover\:border-l-amber-300\/80:hover {
  border-left-color: rgb(252 211 77 / 0.8);
}

.hover\:border-l-amber-300\/90:hover {
  border-left-color: rgb(252 211 77 / 0.9);
}

.hover\:border-l-amber-300\/95:hover {
  border-left-color: rgb(252 211 77 / 0.95);
}

.hover\:border-l-amber-400:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(251 191 36 / var(--tw-border-opacity));
}

.hover\:border-l-amber-400\/0:hover {
  border-left-color: rgb(251 191 36 / 0);
}

.hover\:border-l-amber-400\/10:hover {
  border-left-color: rgb(251 191 36 / 0.1);
}

.hover\:border-l-amber-400\/100:hover {
  border-left-color: rgb(251 191 36 / 1);
}

.hover\:border-l-amber-400\/20:hover {
  border-left-color: rgb(251 191 36 / 0.2);
}

.hover\:border-l-amber-400\/25:hover {
  border-left-color: rgb(251 191 36 / 0.25);
}

.hover\:border-l-amber-400\/30:hover {
  border-left-color: rgb(251 191 36 / 0.3);
}

.hover\:border-l-amber-400\/40:hover {
  border-left-color: rgb(251 191 36 / 0.4);
}

.hover\:border-l-amber-400\/5:hover {
  border-left-color: rgb(251 191 36 / 0.05);
}

.hover\:border-l-amber-400\/50:hover {
  border-left-color: rgb(251 191 36 / 0.5);
}

.hover\:border-l-amber-400\/60:hover {
  border-left-color: rgb(251 191 36 / 0.6);
}

.hover\:border-l-amber-400\/70:hover {
  border-left-color: rgb(251 191 36 / 0.7);
}

.hover\:border-l-amber-400\/75:hover {
  border-left-color: rgb(251 191 36 / 0.75);
}

.hover\:border-l-amber-400\/80:hover {
  border-left-color: rgb(251 191 36 / 0.8);
}

.hover\:border-l-amber-400\/90:hover {
  border-left-color: rgb(251 191 36 / 0.9);
}

.hover\:border-l-amber-400\/95:hover {
  border-left-color: rgb(251 191 36 / 0.95);
}

.hover\:border-l-amber-50:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.hover\:border-l-amber-50\/0:hover {
  border-left-color: rgb(255 251 235 / 0);
}

.hover\:border-l-amber-50\/10:hover {
  border-left-color: rgb(255 251 235 / 0.1);
}

.hover\:border-l-amber-50\/100:hover {
  border-left-color: rgb(255 251 235 / 1);
}

.hover\:border-l-amber-50\/20:hover {
  border-left-color: rgb(255 251 235 / 0.2);
}

.hover\:border-l-amber-50\/25:hover {
  border-left-color: rgb(255 251 235 / 0.25);
}

.hover\:border-l-amber-50\/30:hover {
  border-left-color: rgb(255 251 235 / 0.3);
}

.hover\:border-l-amber-50\/40:hover {
  border-left-color: rgb(255 251 235 / 0.4);
}

.hover\:border-l-amber-50\/5:hover {
  border-left-color: rgb(255 251 235 / 0.05);
}

.hover\:border-l-amber-50\/50:hover {
  border-left-color: rgb(255 251 235 / 0.5);
}

.hover\:border-l-amber-50\/60:hover {
  border-left-color: rgb(255 251 235 / 0.6);
}

.hover\:border-l-amber-50\/70:hover {
  border-left-color: rgb(255 251 235 / 0.7);
}

.hover\:border-l-amber-50\/75:hover {
  border-left-color: rgb(255 251 235 / 0.75);
}

.hover\:border-l-amber-50\/80:hover {
  border-left-color: rgb(255 251 235 / 0.8);
}

.hover\:border-l-amber-50\/90:hover {
  border-left-color: rgb(255 251 235 / 0.9);
}

.hover\:border-l-amber-50\/95:hover {
  border-left-color: rgb(255 251 235 / 0.95);
}

.hover\:border-l-amber-500:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 158 11 / var(--tw-border-opacity));
}

.hover\:border-l-amber-500\/0:hover {
  border-left-color: rgb(245 158 11 / 0);
}

.hover\:border-l-amber-500\/10:hover {
  border-left-color: rgb(245 158 11 / 0.1);
}

.hover\:border-l-amber-500\/100:hover {
  border-left-color: rgb(245 158 11 / 1);
}

.hover\:border-l-amber-500\/20:hover {
  border-left-color: rgb(245 158 11 / 0.2);
}

.hover\:border-l-amber-500\/25:hover {
  border-left-color: rgb(245 158 11 / 0.25);
}

.hover\:border-l-amber-500\/30:hover {
  border-left-color: rgb(245 158 11 / 0.3);
}

.hover\:border-l-amber-500\/40:hover {
  border-left-color: rgb(245 158 11 / 0.4);
}

.hover\:border-l-amber-500\/5:hover {
  border-left-color: rgb(245 158 11 / 0.05);
}

.hover\:border-l-amber-500\/50:hover {
  border-left-color: rgb(245 158 11 / 0.5);
}

.hover\:border-l-amber-500\/60:hover {
  border-left-color: rgb(245 158 11 / 0.6);
}

.hover\:border-l-amber-500\/70:hover {
  border-left-color: rgb(245 158 11 / 0.7);
}

.hover\:border-l-amber-500\/75:hover {
  border-left-color: rgb(245 158 11 / 0.75);
}

.hover\:border-l-amber-500\/80:hover {
  border-left-color: rgb(245 158 11 / 0.8);
}

.hover\:border-l-amber-500\/90:hover {
  border-left-color: rgb(245 158 11 / 0.9);
}

.hover\:border-l-amber-500\/95:hover {
  border-left-color: rgb(245 158 11 / 0.95);
}

.hover\:border-l-amber-600:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(217 119 6 / var(--tw-border-opacity));
}

.hover\:border-l-amber-600\/0:hover {
  border-left-color: rgb(217 119 6 / 0);
}

.hover\:border-l-amber-600\/10:hover {
  border-left-color: rgb(217 119 6 / 0.1);
}

.hover\:border-l-amber-600\/100:hover {
  border-left-color: rgb(217 119 6 / 1);
}

.hover\:border-l-amber-600\/20:hover {
  border-left-color: rgb(217 119 6 / 0.2);
}

.hover\:border-l-amber-600\/25:hover {
  border-left-color: rgb(217 119 6 / 0.25);
}

.hover\:border-l-amber-600\/30:hover {
  border-left-color: rgb(217 119 6 / 0.3);
}

.hover\:border-l-amber-600\/40:hover {
  border-left-color: rgb(217 119 6 / 0.4);
}

.hover\:border-l-amber-600\/5:hover {
  border-left-color: rgb(217 119 6 / 0.05);
}

.hover\:border-l-amber-600\/50:hover {
  border-left-color: rgb(217 119 6 / 0.5);
}

.hover\:border-l-amber-600\/60:hover {
  border-left-color: rgb(217 119 6 / 0.6);
}

.hover\:border-l-amber-600\/70:hover {
  border-left-color: rgb(217 119 6 / 0.7);
}

.hover\:border-l-amber-600\/75:hover {
  border-left-color: rgb(217 119 6 / 0.75);
}

.hover\:border-l-amber-600\/80:hover {
  border-left-color: rgb(217 119 6 / 0.8);
}

.hover\:border-l-amber-600\/90:hover {
  border-left-color: rgb(217 119 6 / 0.9);
}

.hover\:border-l-amber-600\/95:hover {
  border-left-color: rgb(217 119 6 / 0.95);
}

.hover\:border-l-amber-700:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(180 83 9 / var(--tw-border-opacity));
}

.hover\:border-l-amber-700\/0:hover {
  border-left-color: rgb(180 83 9 / 0);
}

.hover\:border-l-amber-700\/10:hover {
  border-left-color: rgb(180 83 9 / 0.1);
}

.hover\:border-l-amber-700\/100:hover {
  border-left-color: rgb(180 83 9 / 1);
}

.hover\:border-l-amber-700\/20:hover {
  border-left-color: rgb(180 83 9 / 0.2);
}

.hover\:border-l-amber-700\/25:hover {
  border-left-color: rgb(180 83 9 / 0.25);
}

.hover\:border-l-amber-700\/30:hover {
  border-left-color: rgb(180 83 9 / 0.3);
}

.hover\:border-l-amber-700\/40:hover {
  border-left-color: rgb(180 83 9 / 0.4);
}

.hover\:border-l-amber-700\/5:hover {
  border-left-color: rgb(180 83 9 / 0.05);
}

.hover\:border-l-amber-700\/50:hover {
  border-left-color: rgb(180 83 9 / 0.5);
}

.hover\:border-l-amber-700\/60:hover {
  border-left-color: rgb(180 83 9 / 0.6);
}

.hover\:border-l-amber-700\/70:hover {
  border-left-color: rgb(180 83 9 / 0.7);
}

.hover\:border-l-amber-700\/75:hover {
  border-left-color: rgb(180 83 9 / 0.75);
}

.hover\:border-l-amber-700\/80:hover {
  border-left-color: rgb(180 83 9 / 0.8);
}

.hover\:border-l-amber-700\/90:hover {
  border-left-color: rgb(180 83 9 / 0.9);
}

.hover\:border-l-amber-700\/95:hover {
  border-left-color: rgb(180 83 9 / 0.95);
}

.hover\:border-l-amber-800:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(146 64 14 / var(--tw-border-opacity));
}

.hover\:border-l-amber-800\/0:hover {
  border-left-color: rgb(146 64 14 / 0);
}

.hover\:border-l-amber-800\/10:hover {
  border-left-color: rgb(146 64 14 / 0.1);
}

.hover\:border-l-amber-800\/100:hover {
  border-left-color: rgb(146 64 14 / 1);
}

.hover\:border-l-amber-800\/20:hover {
  border-left-color: rgb(146 64 14 / 0.2);
}

.hover\:border-l-amber-800\/25:hover {
  border-left-color: rgb(146 64 14 / 0.25);
}

.hover\:border-l-amber-800\/30:hover {
  border-left-color: rgb(146 64 14 / 0.3);
}

.hover\:border-l-amber-800\/40:hover {
  border-left-color: rgb(146 64 14 / 0.4);
}

.hover\:border-l-amber-800\/5:hover {
  border-left-color: rgb(146 64 14 / 0.05);
}

.hover\:border-l-amber-800\/50:hover {
  border-left-color: rgb(146 64 14 / 0.5);
}

.hover\:border-l-amber-800\/60:hover {
  border-left-color: rgb(146 64 14 / 0.6);
}

.hover\:border-l-amber-800\/70:hover {
  border-left-color: rgb(146 64 14 / 0.7);
}

.hover\:border-l-amber-800\/75:hover {
  border-left-color: rgb(146 64 14 / 0.75);
}

.hover\:border-l-amber-800\/80:hover {
  border-left-color: rgb(146 64 14 / 0.8);
}

.hover\:border-l-amber-800\/90:hover {
  border-left-color: rgb(146 64 14 / 0.9);
}

.hover\:border-l-amber-800\/95:hover {
  border-left-color: rgb(146 64 14 / 0.95);
}

.hover\:border-l-amber-900:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(120 53 15 / var(--tw-border-opacity));
}

.hover\:border-l-amber-900\/0:hover {
  border-left-color: rgb(120 53 15 / 0);
}

.hover\:border-l-amber-900\/10:hover {
  border-left-color: rgb(120 53 15 / 0.1);
}

.hover\:border-l-amber-900\/100:hover {
  border-left-color: rgb(120 53 15 / 1);
}

.hover\:border-l-amber-900\/20:hover {
  border-left-color: rgb(120 53 15 / 0.2);
}

.hover\:border-l-amber-900\/25:hover {
  border-left-color: rgb(120 53 15 / 0.25);
}

.hover\:border-l-amber-900\/30:hover {
  border-left-color: rgb(120 53 15 / 0.3);
}

.hover\:border-l-amber-900\/40:hover {
  border-left-color: rgb(120 53 15 / 0.4);
}

.hover\:border-l-amber-900\/5:hover {
  border-left-color: rgb(120 53 15 / 0.05);
}

.hover\:border-l-amber-900\/50:hover {
  border-left-color: rgb(120 53 15 / 0.5);
}

.hover\:border-l-amber-900\/60:hover {
  border-left-color: rgb(120 53 15 / 0.6);
}

.hover\:border-l-amber-900\/70:hover {
  border-left-color: rgb(120 53 15 / 0.7);
}

.hover\:border-l-amber-900\/75:hover {
  border-left-color: rgb(120 53 15 / 0.75);
}

.hover\:border-l-amber-900\/80:hover {
  border-left-color: rgb(120 53 15 / 0.8);
}

.hover\:border-l-amber-900\/90:hover {
  border-left-color: rgb(120 53 15 / 0.9);
}

.hover\:border-l-amber-900\/95:hover {
  border-left-color: rgb(120 53 15 / 0.95);
}

.hover\:border-l-amber-950:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(69 26 3 / var(--tw-border-opacity));
}

.hover\:border-l-amber-950\/0:hover {
  border-left-color: rgb(69 26 3 / 0);
}

.hover\:border-l-amber-950\/10:hover {
  border-left-color: rgb(69 26 3 / 0.1);
}

.hover\:border-l-amber-950\/100:hover {
  border-left-color: rgb(69 26 3 / 1);
}

.hover\:border-l-amber-950\/20:hover {
  border-left-color: rgb(69 26 3 / 0.2);
}

.hover\:border-l-amber-950\/25:hover {
  border-left-color: rgb(69 26 3 / 0.25);
}

.hover\:border-l-amber-950\/30:hover {
  border-left-color: rgb(69 26 3 / 0.3);
}

.hover\:border-l-amber-950\/40:hover {
  border-left-color: rgb(69 26 3 / 0.4);
}

.hover\:border-l-amber-950\/5:hover {
  border-left-color: rgb(69 26 3 / 0.05);
}

.hover\:border-l-amber-950\/50:hover {
  border-left-color: rgb(69 26 3 / 0.5);
}

.hover\:border-l-amber-950\/60:hover {
  border-left-color: rgb(69 26 3 / 0.6);
}

.hover\:border-l-amber-950\/70:hover {
  border-left-color: rgb(69 26 3 / 0.7);
}

.hover\:border-l-amber-950\/75:hover {
  border-left-color: rgb(69 26 3 / 0.75);
}

.hover\:border-l-amber-950\/80:hover {
  border-left-color: rgb(69 26 3 / 0.8);
}

.hover\:border-l-amber-950\/90:hover {
  border-left-color: rgb(69 26 3 / 0.9);
}

.hover\:border-l-amber-950\/95:hover {
  border-left-color: rgb(69 26 3 / 0.95);
}

.hover\:border-l-black:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.hover\:border-l-black\/0:hover {
  border-left-color: rgb(0 0 0 / 0);
}

.hover\:border-l-black\/10:hover {
  border-left-color: rgb(0 0 0 / 0.1);
}

.hover\:border-l-black\/100:hover {
  border-left-color: rgb(0 0 0 / 1);
}

.hover\:border-l-black\/20:hover {
  border-left-color: rgb(0 0 0 / 0.2);
}

.hover\:border-l-black\/25:hover {
  border-left-color: rgb(0 0 0 / 0.25);
}

.hover\:border-l-black\/30:hover {
  border-left-color: rgb(0 0 0 / 0.3);
}

.hover\:border-l-black\/40:hover {
  border-left-color: rgb(0 0 0 / 0.4);
}

.hover\:border-l-black\/5:hover {
  border-left-color: rgb(0 0 0 / 0.05);
}

.hover\:border-l-black\/50:hover {
  border-left-color: rgb(0 0 0 / 0.5);
}

.hover\:border-l-black\/60:hover {
  border-left-color: rgb(0 0 0 / 0.6);
}

.hover\:border-l-black\/70:hover {
  border-left-color: rgb(0 0 0 / 0.7);
}

.hover\:border-l-black\/75:hover {
  border-left-color: rgb(0 0 0 / 0.75);
}

.hover\:border-l-black\/80:hover {
  border-left-color: rgb(0 0 0 / 0.8);
}

.hover\:border-l-black\/90:hover {
  border-left-color: rgb(0 0 0 / 0.9);
}

.hover\:border-l-black\/95:hover {
  border-left-color: rgb(0 0 0 / 0.95);
}

.hover\:border-l-blue-100:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(219 234 254 / var(--tw-border-opacity));
}

.hover\:border-l-blue-100\/0:hover {
  border-left-color: rgb(219 234 254 / 0);
}

.hover\:border-l-blue-100\/10:hover {
  border-left-color: rgb(219 234 254 / 0.1);
}

.hover\:border-l-blue-100\/100:hover {
  border-left-color: rgb(219 234 254 / 1);
}

.hover\:border-l-blue-100\/20:hover {
  border-left-color: rgb(219 234 254 / 0.2);
}

.hover\:border-l-blue-100\/25:hover {
  border-left-color: rgb(219 234 254 / 0.25);
}

.hover\:border-l-blue-100\/30:hover {
  border-left-color: rgb(219 234 254 / 0.3);
}

.hover\:border-l-blue-100\/40:hover {
  border-left-color: rgb(219 234 254 / 0.4);
}

.hover\:border-l-blue-100\/5:hover {
  border-left-color: rgb(219 234 254 / 0.05);
}

.hover\:border-l-blue-100\/50:hover {
  border-left-color: rgb(219 234 254 / 0.5);
}

.hover\:border-l-blue-100\/60:hover {
  border-left-color: rgb(219 234 254 / 0.6);
}

.hover\:border-l-blue-100\/70:hover {
  border-left-color: rgb(219 234 254 / 0.7);
}

.hover\:border-l-blue-100\/75:hover {
  border-left-color: rgb(219 234 254 / 0.75);
}

.hover\:border-l-blue-100\/80:hover {
  border-left-color: rgb(219 234 254 / 0.8);
}

.hover\:border-l-blue-100\/90:hover {
  border-left-color: rgb(219 234 254 / 0.9);
}

.hover\:border-l-blue-100\/95:hover {
  border-left-color: rgb(219 234 254 / 0.95);
}

.hover\:border-l-blue-200:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.hover\:border-l-blue-200\/0:hover {
  border-left-color: rgb(191 219 254 / 0);
}

.hover\:border-l-blue-200\/10:hover {
  border-left-color: rgb(191 219 254 / 0.1);
}

.hover\:border-l-blue-200\/100:hover {
  border-left-color: rgb(191 219 254 / 1);
}

.hover\:border-l-blue-200\/20:hover {
  border-left-color: rgb(191 219 254 / 0.2);
}

.hover\:border-l-blue-200\/25:hover {
  border-left-color: rgb(191 219 254 / 0.25);
}

.hover\:border-l-blue-200\/30:hover {
  border-left-color: rgb(191 219 254 / 0.3);
}

.hover\:border-l-blue-200\/40:hover {
  border-left-color: rgb(191 219 254 / 0.4);
}

.hover\:border-l-blue-200\/5:hover {
  border-left-color: rgb(191 219 254 / 0.05);
}

.hover\:border-l-blue-200\/50:hover {
  border-left-color: rgb(191 219 254 / 0.5);
}

.hover\:border-l-blue-200\/60:hover {
  border-left-color: rgb(191 219 254 / 0.6);
}

.hover\:border-l-blue-200\/70:hover {
  border-left-color: rgb(191 219 254 / 0.7);
}

.hover\:border-l-blue-200\/75:hover {
  border-left-color: rgb(191 219 254 / 0.75);
}

.hover\:border-l-blue-200\/80:hover {
  border-left-color: rgb(191 219 254 / 0.8);
}

.hover\:border-l-blue-200\/90:hover {
  border-left-color: rgb(191 219 254 / 0.9);
}

.hover\:border-l-blue-200\/95:hover {
  border-left-color: rgb(191 219 254 / 0.95);
}

.hover\:border-l-blue-300:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.hover\:border-l-blue-300\/0:hover {
  border-left-color: rgb(147 197 253 / 0);
}

.hover\:border-l-blue-300\/10:hover {
  border-left-color: rgb(147 197 253 / 0.1);
}

.hover\:border-l-blue-300\/100:hover {
  border-left-color: rgb(147 197 253 / 1);
}

.hover\:border-l-blue-300\/20:hover {
  border-left-color: rgb(147 197 253 / 0.2);
}

.hover\:border-l-blue-300\/25:hover {
  border-left-color: rgb(147 197 253 / 0.25);
}

.hover\:border-l-blue-300\/30:hover {
  border-left-color: rgb(147 197 253 / 0.3);
}

.hover\:border-l-blue-300\/40:hover {
  border-left-color: rgb(147 197 253 / 0.4);
}

.hover\:border-l-blue-300\/5:hover {
  border-left-color: rgb(147 197 253 / 0.05);
}

.hover\:border-l-blue-300\/50:hover {
  border-left-color: rgb(147 197 253 / 0.5);
}

.hover\:border-l-blue-300\/60:hover {
  border-left-color: rgb(147 197 253 / 0.6);
}

.hover\:border-l-blue-300\/70:hover {
  border-left-color: rgb(147 197 253 / 0.7);
}

.hover\:border-l-blue-300\/75:hover {
  border-left-color: rgb(147 197 253 / 0.75);
}

.hover\:border-l-blue-300\/80:hover {
  border-left-color: rgb(147 197 253 / 0.8);
}

.hover\:border-l-blue-300\/90:hover {
  border-left-color: rgb(147 197 253 / 0.9);
}

.hover\:border-l-blue-300\/95:hover {
  border-left-color: rgb(147 197 253 / 0.95);
}

.hover\:border-l-blue-400:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.hover\:border-l-blue-400\/0:hover {
  border-left-color: rgb(96 165 250 / 0);
}

.hover\:border-l-blue-400\/10:hover {
  border-left-color: rgb(96 165 250 / 0.1);
}

.hover\:border-l-blue-400\/100:hover {
  border-left-color: rgb(96 165 250 / 1);
}

.hover\:border-l-blue-400\/20:hover {
  border-left-color: rgb(96 165 250 / 0.2);
}

.hover\:border-l-blue-400\/25:hover {
  border-left-color: rgb(96 165 250 / 0.25);
}

.hover\:border-l-blue-400\/30:hover {
  border-left-color: rgb(96 165 250 / 0.3);
}

.hover\:border-l-blue-400\/40:hover {
  border-left-color: rgb(96 165 250 / 0.4);
}

.hover\:border-l-blue-400\/5:hover {
  border-left-color: rgb(96 165 250 / 0.05);
}

.hover\:border-l-blue-400\/50:hover {
  border-left-color: rgb(96 165 250 / 0.5);
}

.hover\:border-l-blue-400\/60:hover {
  border-left-color: rgb(96 165 250 / 0.6);
}

.hover\:border-l-blue-400\/70:hover {
  border-left-color: rgb(96 165 250 / 0.7);
}

.hover\:border-l-blue-400\/75:hover {
  border-left-color: rgb(96 165 250 / 0.75);
}

.hover\:border-l-blue-400\/80:hover {
  border-left-color: rgb(96 165 250 / 0.8);
}

.hover\:border-l-blue-400\/90:hover {
  border-left-color: rgb(96 165 250 / 0.9);
}

.hover\:border-l-blue-400\/95:hover {
  border-left-color: rgb(96 165 250 / 0.95);
}

.hover\:border-l-blue-50:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(239 246 255 / var(--tw-border-opacity));
}

.hover\:border-l-blue-50\/0:hover {
  border-left-color: rgb(239 246 255 / 0);
}

.hover\:border-l-blue-50\/10:hover {
  border-left-color: rgb(239 246 255 / 0.1);
}

.hover\:border-l-blue-50\/100:hover {
  border-left-color: rgb(239 246 255 / 1);
}

.hover\:border-l-blue-50\/20:hover {
  border-left-color: rgb(239 246 255 / 0.2);
}

.hover\:border-l-blue-50\/25:hover {
  border-left-color: rgb(239 246 255 / 0.25);
}

.hover\:border-l-blue-50\/30:hover {
  border-left-color: rgb(239 246 255 / 0.3);
}

.hover\:border-l-blue-50\/40:hover {
  border-left-color: rgb(239 246 255 / 0.4);
}

.hover\:border-l-blue-50\/5:hover {
  border-left-color: rgb(239 246 255 / 0.05);
}

.hover\:border-l-blue-50\/50:hover {
  border-left-color: rgb(239 246 255 / 0.5);
}

.hover\:border-l-blue-50\/60:hover {
  border-left-color: rgb(239 246 255 / 0.6);
}

.hover\:border-l-blue-50\/70:hover {
  border-left-color: rgb(239 246 255 / 0.7);
}

.hover\:border-l-blue-50\/75:hover {
  border-left-color: rgb(239 246 255 / 0.75);
}

.hover\:border-l-blue-50\/80:hover {
  border-left-color: rgb(239 246 255 / 0.8);
}

.hover\:border-l-blue-50\/90:hover {
  border-left-color: rgb(239 246 255 / 0.9);
}

.hover\:border-l-blue-50\/95:hover {
  border-left-color: rgb(239 246 255 / 0.95);
}

.hover\:border-l-blue-500:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.hover\:border-l-blue-500\/0:hover {
  border-left-color: rgb(59 130 246 / 0);
}

.hover\:border-l-blue-500\/10:hover {
  border-left-color: rgb(59 130 246 / 0.1);
}

.hover\:border-l-blue-500\/100:hover {
  border-left-color: rgb(59 130 246 / 1);
}

.hover\:border-l-blue-500\/20:hover {
  border-left-color: rgb(59 130 246 / 0.2);
}

.hover\:border-l-blue-500\/25:hover {
  border-left-color: rgb(59 130 246 / 0.25);
}

.hover\:border-l-blue-500\/30:hover {
  border-left-color: rgb(59 130 246 / 0.3);
}

.hover\:border-l-blue-500\/40:hover {
  border-left-color: rgb(59 130 246 / 0.4);
}

.hover\:border-l-blue-500\/5:hover {
  border-left-color: rgb(59 130 246 / 0.05);
}

.hover\:border-l-blue-500\/50:hover {
  border-left-color: rgb(59 130 246 / 0.5);
}

.hover\:border-l-blue-500\/60:hover {
  border-left-color: rgb(59 130 246 / 0.6);
}

.hover\:border-l-blue-500\/70:hover {
  border-left-color: rgb(59 130 246 / 0.7);
}

.hover\:border-l-blue-500\/75:hover {
  border-left-color: rgb(59 130 246 / 0.75);
}

.hover\:border-l-blue-500\/80:hover {
  border-left-color: rgb(59 130 246 / 0.8);
}

.hover\:border-l-blue-500\/90:hover {
  border-left-color: rgb(59 130 246 / 0.9);
}

.hover\:border-l-blue-500\/95:hover {
  border-left-color: rgb(59 130 246 / 0.95);
}

.hover\:border-l-blue-600:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.hover\:border-l-blue-600\/0:hover {
  border-left-color: rgb(37 99 235 / 0);
}

.hover\:border-l-blue-600\/10:hover {
  border-left-color: rgb(37 99 235 / 0.1);
}

.hover\:border-l-blue-600\/100:hover {
  border-left-color: rgb(37 99 235 / 1);
}

.hover\:border-l-blue-600\/20:hover {
  border-left-color: rgb(37 99 235 / 0.2);
}

.hover\:border-l-blue-600\/25:hover {
  border-left-color: rgb(37 99 235 / 0.25);
}

.hover\:border-l-blue-600\/30:hover {
  border-left-color: rgb(37 99 235 / 0.3);
}

.hover\:border-l-blue-600\/40:hover {
  border-left-color: rgb(37 99 235 / 0.4);
}

.hover\:border-l-blue-600\/5:hover {
  border-left-color: rgb(37 99 235 / 0.05);
}

.hover\:border-l-blue-600\/50:hover {
  border-left-color: rgb(37 99 235 / 0.5);
}

.hover\:border-l-blue-600\/60:hover {
  border-left-color: rgb(37 99 235 / 0.6);
}

.hover\:border-l-blue-600\/70:hover {
  border-left-color: rgb(37 99 235 / 0.7);
}

.hover\:border-l-blue-600\/75:hover {
  border-left-color: rgb(37 99 235 / 0.75);
}

.hover\:border-l-blue-600\/80:hover {
  border-left-color: rgb(37 99 235 / 0.8);
}

.hover\:border-l-blue-600\/90:hover {
  border-left-color: rgb(37 99 235 / 0.9);
}

.hover\:border-l-blue-600\/95:hover {
  border-left-color: rgb(37 99 235 / 0.95);
}

.hover\:border-l-blue-700:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.hover\:border-l-blue-700\/0:hover {
  border-left-color: rgb(29 78 216 / 0);
}

.hover\:border-l-blue-700\/10:hover {
  border-left-color: rgb(29 78 216 / 0.1);
}

.hover\:border-l-blue-700\/100:hover {
  border-left-color: rgb(29 78 216 / 1);
}

.hover\:border-l-blue-700\/20:hover {
  border-left-color: rgb(29 78 216 / 0.2);
}

.hover\:border-l-blue-700\/25:hover {
  border-left-color: rgb(29 78 216 / 0.25);
}

.hover\:border-l-blue-700\/30:hover {
  border-left-color: rgb(29 78 216 / 0.3);
}

.hover\:border-l-blue-700\/40:hover {
  border-left-color: rgb(29 78 216 / 0.4);
}

.hover\:border-l-blue-700\/5:hover {
  border-left-color: rgb(29 78 216 / 0.05);
}

.hover\:border-l-blue-700\/50:hover {
  border-left-color: rgb(29 78 216 / 0.5);
}

.hover\:border-l-blue-700\/60:hover {
  border-left-color: rgb(29 78 216 / 0.6);
}

.hover\:border-l-blue-700\/70:hover {
  border-left-color: rgb(29 78 216 / 0.7);
}

.hover\:border-l-blue-700\/75:hover {
  border-left-color: rgb(29 78 216 / 0.75);
}

.hover\:border-l-blue-700\/80:hover {
  border-left-color: rgb(29 78 216 / 0.8);
}

.hover\:border-l-blue-700\/90:hover {
  border-left-color: rgb(29 78 216 / 0.9);
}

.hover\:border-l-blue-700\/95:hover {
  border-left-color: rgb(29 78 216 / 0.95);
}

.hover\:border-l-blue-800:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.hover\:border-l-blue-800\/0:hover {
  border-left-color: rgb(30 64 175 / 0);
}

.hover\:border-l-blue-800\/10:hover {
  border-left-color: rgb(30 64 175 / 0.1);
}

.hover\:border-l-blue-800\/100:hover {
  border-left-color: rgb(30 64 175 / 1);
}

.hover\:border-l-blue-800\/20:hover {
  border-left-color: rgb(30 64 175 / 0.2);
}

.hover\:border-l-blue-800\/25:hover {
  border-left-color: rgb(30 64 175 / 0.25);
}

.hover\:border-l-blue-800\/30:hover {
  border-left-color: rgb(30 64 175 / 0.3);
}

.hover\:border-l-blue-800\/40:hover {
  border-left-color: rgb(30 64 175 / 0.4);
}

.hover\:border-l-blue-800\/5:hover {
  border-left-color: rgb(30 64 175 / 0.05);
}

.hover\:border-l-blue-800\/50:hover {
  border-left-color: rgb(30 64 175 / 0.5);
}

.hover\:border-l-blue-800\/60:hover {
  border-left-color: rgb(30 64 175 / 0.6);
}

.hover\:border-l-blue-800\/70:hover {
  border-left-color: rgb(30 64 175 / 0.7);
}

.hover\:border-l-blue-800\/75:hover {
  border-left-color: rgb(30 64 175 / 0.75);
}

.hover\:border-l-blue-800\/80:hover {
  border-left-color: rgb(30 64 175 / 0.8);
}

.hover\:border-l-blue-800\/90:hover {
  border-left-color: rgb(30 64 175 / 0.9);
}

.hover\:border-l-blue-800\/95:hover {
  border-left-color: rgb(30 64 175 / 0.95);
}

.hover\:border-l-blue-900:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.hover\:border-l-blue-900\/0:hover {
  border-left-color: rgb(30 58 138 / 0);
}

.hover\:border-l-blue-900\/10:hover {
  border-left-color: rgb(30 58 138 / 0.1);
}

.hover\:border-l-blue-900\/100:hover {
  border-left-color: rgb(30 58 138 / 1);
}

.hover\:border-l-blue-900\/20:hover {
  border-left-color: rgb(30 58 138 / 0.2);
}

.hover\:border-l-blue-900\/25:hover {
  border-left-color: rgb(30 58 138 / 0.25);
}

.hover\:border-l-blue-900\/30:hover {
  border-left-color: rgb(30 58 138 / 0.3);
}

.hover\:border-l-blue-900\/40:hover {
  border-left-color: rgb(30 58 138 / 0.4);
}

.hover\:border-l-blue-900\/5:hover {
  border-left-color: rgb(30 58 138 / 0.05);
}

.hover\:border-l-blue-900\/50:hover {
  border-left-color: rgb(30 58 138 / 0.5);
}

.hover\:border-l-blue-900\/60:hover {
  border-left-color: rgb(30 58 138 / 0.6);
}

.hover\:border-l-blue-900\/70:hover {
  border-left-color: rgb(30 58 138 / 0.7);
}

.hover\:border-l-blue-900\/75:hover {
  border-left-color: rgb(30 58 138 / 0.75);
}

.hover\:border-l-blue-900\/80:hover {
  border-left-color: rgb(30 58 138 / 0.8);
}

.hover\:border-l-blue-900\/90:hover {
  border-left-color: rgb(30 58 138 / 0.9);
}

.hover\:border-l-blue-900\/95:hover {
  border-left-color: rgb(30 58 138 / 0.95);
}

.hover\:border-l-blue-950:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(23 37 84 / var(--tw-border-opacity));
}

.hover\:border-l-blue-950\/0:hover {
  border-left-color: rgb(23 37 84 / 0);
}

.hover\:border-l-blue-950\/10:hover {
  border-left-color: rgb(23 37 84 / 0.1);
}

.hover\:border-l-blue-950\/100:hover {
  border-left-color: rgb(23 37 84 / 1);
}

.hover\:border-l-blue-950\/20:hover {
  border-left-color: rgb(23 37 84 / 0.2);
}

.hover\:border-l-blue-950\/25:hover {
  border-left-color: rgb(23 37 84 / 0.25);
}

.hover\:border-l-blue-950\/30:hover {
  border-left-color: rgb(23 37 84 / 0.3);
}

.hover\:border-l-blue-950\/40:hover {
  border-left-color: rgb(23 37 84 / 0.4);
}

.hover\:border-l-blue-950\/5:hover {
  border-left-color: rgb(23 37 84 / 0.05);
}

.hover\:border-l-blue-950\/50:hover {
  border-left-color: rgb(23 37 84 / 0.5);
}

.hover\:border-l-blue-950\/60:hover {
  border-left-color: rgb(23 37 84 / 0.6);
}

.hover\:border-l-blue-950\/70:hover {
  border-left-color: rgb(23 37 84 / 0.7);
}

.hover\:border-l-blue-950\/75:hover {
  border-left-color: rgb(23 37 84 / 0.75);
}

.hover\:border-l-blue-950\/80:hover {
  border-left-color: rgb(23 37 84 / 0.8);
}

.hover\:border-l-blue-950\/90:hover {
  border-left-color: rgb(23 37 84 / 0.9);
}

.hover\:border-l-blue-950\/95:hover {
  border-left-color: rgb(23 37 84 / 0.95);
}

.hover\:border-l-brand-100:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(230 239 246 / var(--tw-border-opacity));
}

.hover\:border-l-brand-100\/0:hover {
  border-left-color: rgb(230 239 246 / 0);
}

.hover\:border-l-brand-100\/10:hover {
  border-left-color: rgb(230 239 246 / 0.1);
}

.hover\:border-l-brand-100\/100:hover {
  border-left-color: rgb(230 239 246 / 1);
}

.hover\:border-l-brand-100\/20:hover {
  border-left-color: rgb(230 239 246 / 0.2);
}

.hover\:border-l-brand-100\/25:hover {
  border-left-color: rgb(230 239 246 / 0.25);
}

.hover\:border-l-brand-100\/30:hover {
  border-left-color: rgb(230 239 246 / 0.3);
}

.hover\:border-l-brand-100\/40:hover {
  border-left-color: rgb(230 239 246 / 0.4);
}

.hover\:border-l-brand-100\/5:hover {
  border-left-color: rgb(230 239 246 / 0.05);
}

.hover\:border-l-brand-100\/50:hover {
  border-left-color: rgb(230 239 246 / 0.5);
}

.hover\:border-l-brand-100\/60:hover {
  border-left-color: rgb(230 239 246 / 0.6);
}

.hover\:border-l-brand-100\/70:hover {
  border-left-color: rgb(230 239 246 / 0.7);
}

.hover\:border-l-brand-100\/75:hover {
  border-left-color: rgb(230 239 246 / 0.75);
}

.hover\:border-l-brand-100\/80:hover {
  border-left-color: rgb(230 239 246 / 0.8);
}

.hover\:border-l-brand-100\/90:hover {
  border-left-color: rgb(230 239 246 / 0.9);
}

.hover\:border-l-brand-100\/95:hover {
  border-left-color: rgb(230 239 246 / 0.95);
}

.hover\:border-l-brand-200:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(193 215 234 / var(--tw-border-opacity));
}

.hover\:border-l-brand-200\/0:hover {
  border-left-color: rgb(193 215 234 / 0);
}

.hover\:border-l-brand-200\/10:hover {
  border-left-color: rgb(193 215 234 / 0.1);
}

.hover\:border-l-brand-200\/100:hover {
  border-left-color: rgb(193 215 234 / 1);
}

.hover\:border-l-brand-200\/20:hover {
  border-left-color: rgb(193 215 234 / 0.2);
}

.hover\:border-l-brand-200\/25:hover {
  border-left-color: rgb(193 215 234 / 0.25);
}

.hover\:border-l-brand-200\/30:hover {
  border-left-color: rgb(193 215 234 / 0.3);
}

.hover\:border-l-brand-200\/40:hover {
  border-left-color: rgb(193 215 234 / 0.4);
}

.hover\:border-l-brand-200\/5:hover {
  border-left-color: rgb(193 215 234 / 0.05);
}

.hover\:border-l-brand-200\/50:hover {
  border-left-color: rgb(193 215 234 / 0.5);
}

.hover\:border-l-brand-200\/60:hover {
  border-left-color: rgb(193 215 234 / 0.6);
}

.hover\:border-l-brand-200\/70:hover {
  border-left-color: rgb(193 215 234 / 0.7);
}

.hover\:border-l-brand-200\/75:hover {
  border-left-color: rgb(193 215 234 / 0.75);
}

.hover\:border-l-brand-200\/80:hover {
  border-left-color: rgb(193 215 234 / 0.8);
}

.hover\:border-l-brand-200\/90:hover {
  border-left-color: rgb(193 215 234 / 0.9);
}

.hover\:border-l-brand-200\/95:hover {
  border-left-color: rgb(193 215 234 / 0.95);
}

.hover\:border-l-brand-300:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(155 190 221 / var(--tw-border-opacity));
}

.hover\:border-l-brand-300\/0:hover {
  border-left-color: rgb(155 190 221 / 0);
}

.hover\:border-l-brand-300\/10:hover {
  border-left-color: rgb(155 190 221 / 0.1);
}

.hover\:border-l-brand-300\/100:hover {
  border-left-color: rgb(155 190 221 / 1);
}

.hover\:border-l-brand-300\/20:hover {
  border-left-color: rgb(155 190 221 / 0.2);
}

.hover\:border-l-brand-300\/25:hover {
  border-left-color: rgb(155 190 221 / 0.25);
}

.hover\:border-l-brand-300\/30:hover {
  border-left-color: rgb(155 190 221 / 0.3);
}

.hover\:border-l-brand-300\/40:hover {
  border-left-color: rgb(155 190 221 / 0.4);
}

.hover\:border-l-brand-300\/5:hover {
  border-left-color: rgb(155 190 221 / 0.05);
}

.hover\:border-l-brand-300\/50:hover {
  border-left-color: rgb(155 190 221 / 0.5);
}

.hover\:border-l-brand-300\/60:hover {
  border-left-color: rgb(155 190 221 / 0.6);
}

.hover\:border-l-brand-300\/70:hover {
  border-left-color: rgb(155 190 221 / 0.7);
}

.hover\:border-l-brand-300\/75:hover {
  border-left-color: rgb(155 190 221 / 0.75);
}

.hover\:border-l-brand-300\/80:hover {
  border-left-color: rgb(155 190 221 / 0.8);
}

.hover\:border-l-brand-300\/90:hover {
  border-left-color: rgb(155 190 221 / 0.9);
}

.hover\:border-l-brand-300\/95:hover {
  border-left-color: rgb(155 190 221 / 0.95);
}

.hover\:border-l-brand-400:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(81 142 195 / var(--tw-border-opacity));
}

.hover\:border-l-brand-400\/0:hover {
  border-left-color: rgb(81 142 195 / 0);
}

.hover\:border-l-brand-400\/10:hover {
  border-left-color: rgb(81 142 195 / 0.1);
}

.hover\:border-l-brand-400\/100:hover {
  border-left-color: rgb(81 142 195 / 1);
}

.hover\:border-l-brand-400\/20:hover {
  border-left-color: rgb(81 142 195 / 0.2);
}

.hover\:border-l-brand-400\/25:hover {
  border-left-color: rgb(81 142 195 / 0.25);
}

.hover\:border-l-brand-400\/30:hover {
  border-left-color: rgb(81 142 195 / 0.3);
}

.hover\:border-l-brand-400\/40:hover {
  border-left-color: rgb(81 142 195 / 0.4);
}

.hover\:border-l-brand-400\/5:hover {
  border-left-color: rgb(81 142 195 / 0.05);
}

.hover\:border-l-brand-400\/50:hover {
  border-left-color: rgb(81 142 195 / 0.5);
}

.hover\:border-l-brand-400\/60:hover {
  border-left-color: rgb(81 142 195 / 0.6);
}

.hover\:border-l-brand-400\/70:hover {
  border-left-color: rgb(81 142 195 / 0.7);
}

.hover\:border-l-brand-400\/75:hover {
  border-left-color: rgb(81 142 195 / 0.75);
}

.hover\:border-l-brand-400\/80:hover {
  border-left-color: rgb(81 142 195 / 0.8);
}

.hover\:border-l-brand-400\/90:hover {
  border-left-color: rgb(81 142 195 / 0.9);
}

.hover\:border-l-brand-400\/95:hover {
  border-left-color: rgb(81 142 195 / 0.95);
}

.hover\:border-l-brand-50:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(243 247 251 / var(--tw-border-opacity));
}

.hover\:border-l-brand-50\/0:hover {
  border-left-color: rgb(243 247 251 / 0);
}

.hover\:border-l-brand-50\/10:hover {
  border-left-color: rgb(243 247 251 / 0.1);
}

.hover\:border-l-brand-50\/100:hover {
  border-left-color: rgb(243 247 251 / 1);
}

.hover\:border-l-brand-50\/20:hover {
  border-left-color: rgb(243 247 251 / 0.2);
}

.hover\:border-l-brand-50\/25:hover {
  border-left-color: rgb(243 247 251 / 0.25);
}

.hover\:border-l-brand-50\/30:hover {
  border-left-color: rgb(243 247 251 / 0.3);
}

.hover\:border-l-brand-50\/40:hover {
  border-left-color: rgb(243 247 251 / 0.4);
}

.hover\:border-l-brand-50\/5:hover {
  border-left-color: rgb(243 247 251 / 0.05);
}

.hover\:border-l-brand-50\/50:hover {
  border-left-color: rgb(243 247 251 / 0.5);
}

.hover\:border-l-brand-50\/60:hover {
  border-left-color: rgb(243 247 251 / 0.6);
}

.hover\:border-l-brand-50\/70:hover {
  border-left-color: rgb(243 247 251 / 0.7);
}

.hover\:border-l-brand-50\/75:hover {
  border-left-color: rgb(243 247 251 / 0.75);
}

.hover\:border-l-brand-50\/80:hover {
  border-left-color: rgb(243 247 251 / 0.8);
}

.hover\:border-l-brand-50\/90:hover {
  border-left-color: rgb(243 247 251 / 0.9);
}

.hover\:border-l-brand-50\/95:hover {
  border-left-color: rgb(243 247 251 / 0.95);
}

.hover\:border-l-brand-500:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(6 93 169 / var(--tw-border-opacity));
}

.hover\:border-l-brand-500\/0:hover {
  border-left-color: rgb(6 93 169 / 0);
}

.hover\:border-l-brand-500\/10:hover {
  border-left-color: rgb(6 93 169 / 0.1);
}

.hover\:border-l-brand-500\/100:hover {
  border-left-color: rgb(6 93 169 / 1);
}

.hover\:border-l-brand-500\/20:hover {
  border-left-color: rgb(6 93 169 / 0.2);
}

.hover\:border-l-brand-500\/25:hover {
  border-left-color: rgb(6 93 169 / 0.25);
}

.hover\:border-l-brand-500\/30:hover {
  border-left-color: rgb(6 93 169 / 0.3);
}

.hover\:border-l-brand-500\/40:hover {
  border-left-color: rgb(6 93 169 / 0.4);
}

.hover\:border-l-brand-500\/5:hover {
  border-left-color: rgb(6 93 169 / 0.05);
}

.hover\:border-l-brand-500\/50:hover {
  border-left-color: rgb(6 93 169 / 0.5);
}

.hover\:border-l-brand-500\/60:hover {
  border-left-color: rgb(6 93 169 / 0.6);
}

.hover\:border-l-brand-500\/70:hover {
  border-left-color: rgb(6 93 169 / 0.7);
}

.hover\:border-l-brand-500\/75:hover {
  border-left-color: rgb(6 93 169 / 0.75);
}

.hover\:border-l-brand-500\/80:hover {
  border-left-color: rgb(6 93 169 / 0.8);
}

.hover\:border-l-brand-500\/90:hover {
  border-left-color: rgb(6 93 169 / 0.9);
}

.hover\:border-l-brand-500\/95:hover {
  border-left-color: rgb(6 93 169 / 0.95);
}

.hover\:border-l-brand-600:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(5 84 152 / var(--tw-border-opacity));
}

.hover\:border-l-brand-600\/0:hover {
  border-left-color: rgb(5 84 152 / 0);
}

.hover\:border-l-brand-600\/10:hover {
  border-left-color: rgb(5 84 152 / 0.1);
}

.hover\:border-l-brand-600\/100:hover {
  border-left-color: rgb(5 84 152 / 1);
}

.hover\:border-l-brand-600\/20:hover {
  border-left-color: rgb(5 84 152 / 0.2);
}

.hover\:border-l-brand-600\/25:hover {
  border-left-color: rgb(5 84 152 / 0.25);
}

.hover\:border-l-brand-600\/30:hover {
  border-left-color: rgb(5 84 152 / 0.3);
}

.hover\:border-l-brand-600\/40:hover {
  border-left-color: rgb(5 84 152 / 0.4);
}

.hover\:border-l-brand-600\/5:hover {
  border-left-color: rgb(5 84 152 / 0.05);
}

.hover\:border-l-brand-600\/50:hover {
  border-left-color: rgb(5 84 152 / 0.5);
}

.hover\:border-l-brand-600\/60:hover {
  border-left-color: rgb(5 84 152 / 0.6);
}

.hover\:border-l-brand-600\/70:hover {
  border-left-color: rgb(5 84 152 / 0.7);
}

.hover\:border-l-brand-600\/75:hover {
  border-left-color: rgb(5 84 152 / 0.75);
}

.hover\:border-l-brand-600\/80:hover {
  border-left-color: rgb(5 84 152 / 0.8);
}

.hover\:border-l-brand-600\/90:hover {
  border-left-color: rgb(5 84 152 / 0.9);
}

.hover\:border-l-brand-600\/95:hover {
  border-left-color: rgb(5 84 152 / 0.95);
}

.hover\:border-l-brand-700:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(4 56 101 / var(--tw-border-opacity));
}

.hover\:border-l-brand-700\/0:hover {
  border-left-color: rgb(4 56 101 / 0);
}

.hover\:border-l-brand-700\/10:hover {
  border-left-color: rgb(4 56 101 / 0.1);
}

.hover\:border-l-brand-700\/100:hover {
  border-left-color: rgb(4 56 101 / 1);
}

.hover\:border-l-brand-700\/20:hover {
  border-left-color: rgb(4 56 101 / 0.2);
}

.hover\:border-l-brand-700\/25:hover {
  border-left-color: rgb(4 56 101 / 0.25);
}

.hover\:border-l-brand-700\/30:hover {
  border-left-color: rgb(4 56 101 / 0.3);
}

.hover\:border-l-brand-700\/40:hover {
  border-left-color: rgb(4 56 101 / 0.4);
}

.hover\:border-l-brand-700\/5:hover {
  border-left-color: rgb(4 56 101 / 0.05);
}

.hover\:border-l-brand-700\/50:hover {
  border-left-color: rgb(4 56 101 / 0.5);
}

.hover\:border-l-brand-700\/60:hover {
  border-left-color: rgb(4 56 101 / 0.6);
}

.hover\:border-l-brand-700\/70:hover {
  border-left-color: rgb(4 56 101 / 0.7);
}

.hover\:border-l-brand-700\/75:hover {
  border-left-color: rgb(4 56 101 / 0.75);
}

.hover\:border-l-brand-700\/80:hover {
  border-left-color: rgb(4 56 101 / 0.8);
}

.hover\:border-l-brand-700\/90:hover {
  border-left-color: rgb(4 56 101 / 0.9);
}

.hover\:border-l-brand-700\/95:hover {
  border-left-color: rgb(4 56 101 / 0.95);
}

.hover\:border-l-brand-800:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(3 42 76 / var(--tw-border-opacity));
}

.hover\:border-l-brand-800\/0:hover {
  border-left-color: rgb(3 42 76 / 0);
}

.hover\:border-l-brand-800\/10:hover {
  border-left-color: rgb(3 42 76 / 0.1);
}

.hover\:border-l-brand-800\/100:hover {
  border-left-color: rgb(3 42 76 / 1);
}

.hover\:border-l-brand-800\/20:hover {
  border-left-color: rgb(3 42 76 / 0.2);
}

.hover\:border-l-brand-800\/25:hover {
  border-left-color: rgb(3 42 76 / 0.25);
}

.hover\:border-l-brand-800\/30:hover {
  border-left-color: rgb(3 42 76 / 0.3);
}

.hover\:border-l-brand-800\/40:hover {
  border-left-color: rgb(3 42 76 / 0.4);
}

.hover\:border-l-brand-800\/5:hover {
  border-left-color: rgb(3 42 76 / 0.05);
}

.hover\:border-l-brand-800\/50:hover {
  border-left-color: rgb(3 42 76 / 0.5);
}

.hover\:border-l-brand-800\/60:hover {
  border-left-color: rgb(3 42 76 / 0.6);
}

.hover\:border-l-brand-800\/70:hover {
  border-left-color: rgb(3 42 76 / 0.7);
}

.hover\:border-l-brand-800\/75:hover {
  border-left-color: rgb(3 42 76 / 0.75);
}

.hover\:border-l-brand-800\/80:hover {
  border-left-color: rgb(3 42 76 / 0.8);
}

.hover\:border-l-brand-800\/90:hover {
  border-left-color: rgb(3 42 76 / 0.9);
}

.hover\:border-l-brand-800\/95:hover {
  border-left-color: rgb(3 42 76 / 0.95);
}

.hover\:border-l-brand-900:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(2 28 51 / var(--tw-border-opacity));
}

.hover\:border-l-brand-900\/0:hover {
  border-left-color: rgb(2 28 51 / 0);
}

.hover\:border-l-brand-900\/10:hover {
  border-left-color: rgb(2 28 51 / 0.1);
}

.hover\:border-l-brand-900\/100:hover {
  border-left-color: rgb(2 28 51 / 1);
}

.hover\:border-l-brand-900\/20:hover {
  border-left-color: rgb(2 28 51 / 0.2);
}

.hover\:border-l-brand-900\/25:hover {
  border-left-color: rgb(2 28 51 / 0.25);
}

.hover\:border-l-brand-900\/30:hover {
  border-left-color: rgb(2 28 51 / 0.3);
}

.hover\:border-l-brand-900\/40:hover {
  border-left-color: rgb(2 28 51 / 0.4);
}

.hover\:border-l-brand-900\/5:hover {
  border-left-color: rgb(2 28 51 / 0.05);
}

.hover\:border-l-brand-900\/50:hover {
  border-left-color: rgb(2 28 51 / 0.5);
}

.hover\:border-l-brand-900\/60:hover {
  border-left-color: rgb(2 28 51 / 0.6);
}

.hover\:border-l-brand-900\/70:hover {
  border-left-color: rgb(2 28 51 / 0.7);
}

.hover\:border-l-brand-900\/75:hover {
  border-left-color: rgb(2 28 51 / 0.75);
}

.hover\:border-l-brand-900\/80:hover {
  border-left-color: rgb(2 28 51 / 0.8);
}

.hover\:border-l-brand-900\/90:hover {
  border-left-color: rgb(2 28 51 / 0.9);
}

.hover\:border-l-brand-900\/95:hover {
  border-left-color: rgb(2 28 51 / 0.95);
}

.hover\:border-l-current:hover {
  border-left-color: currentColor;
}

.hover\:border-l-cyan-100:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(207 250 254 / var(--tw-border-opacity));
}

.hover\:border-l-cyan-100\/0:hover {
  border-left-color: rgb(207 250 254 / 0);
}

.hover\:border-l-cyan-100\/10:hover {
  border-left-color: rgb(207 250 254 / 0.1);
}

.hover\:border-l-cyan-100\/100:hover {
  border-left-color: rgb(207 250 254 / 1);
}

.hover\:border-l-cyan-100\/20:hover {
  border-left-color: rgb(207 250 254 / 0.2);
}

.hover\:border-l-cyan-100\/25:hover {
  border-left-color: rgb(207 250 254 / 0.25);
}

.hover\:border-l-cyan-100\/30:hover {
  border-left-color: rgb(207 250 254 / 0.3);
}

.hover\:border-l-cyan-100\/40:hover {
  border-left-color: rgb(207 250 254 / 0.4);
}

.hover\:border-l-cyan-100\/5:hover {
  border-left-color: rgb(207 250 254 / 0.05);
}

.hover\:border-l-cyan-100\/50:hover {
  border-left-color: rgb(207 250 254 / 0.5);
}

.hover\:border-l-cyan-100\/60:hover {
  border-left-color: rgb(207 250 254 / 0.6);
}

.hover\:border-l-cyan-100\/70:hover {
  border-left-color: rgb(207 250 254 / 0.7);
}

.hover\:border-l-cyan-100\/75:hover {
  border-left-color: rgb(207 250 254 / 0.75);
}

.hover\:border-l-cyan-100\/80:hover {
  border-left-color: rgb(207 250 254 / 0.8);
}

.hover\:border-l-cyan-100\/90:hover {
  border-left-color: rgb(207 250 254 / 0.9);
}

.hover\:border-l-cyan-100\/95:hover {
  border-left-color: rgb(207 250 254 / 0.95);
}

.hover\:border-l-cyan-200:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(165 243 252 / var(--tw-border-opacity));
}

.hover\:border-l-cyan-200\/0:hover {
  border-left-color: rgb(165 243 252 / 0);
}

.hover\:border-l-cyan-200\/10:hover {
  border-left-color: rgb(165 243 252 / 0.1);
}

.hover\:border-l-cyan-200\/100:hover {
  border-left-color: rgb(165 243 252 / 1);
}

.hover\:border-l-cyan-200\/20:hover {
  border-left-color: rgb(165 243 252 / 0.2);
}

.hover\:border-l-cyan-200\/25:hover {
  border-left-color: rgb(165 243 252 / 0.25);
}

.hover\:border-l-cyan-200\/30:hover {
  border-left-color: rgb(165 243 252 / 0.3);
}

.hover\:border-l-cyan-200\/40:hover {
  border-left-color: rgb(165 243 252 / 0.4);
}

.hover\:border-l-cyan-200\/5:hover {
  border-left-color: rgb(165 243 252 / 0.05);
}

.hover\:border-l-cyan-200\/50:hover {
  border-left-color: rgb(165 243 252 / 0.5);
}

.hover\:border-l-cyan-200\/60:hover {
  border-left-color: rgb(165 243 252 / 0.6);
}

.hover\:border-l-cyan-200\/70:hover {
  border-left-color: rgb(165 243 252 / 0.7);
}

.hover\:border-l-cyan-200\/75:hover {
  border-left-color: rgb(165 243 252 / 0.75);
}

.hover\:border-l-cyan-200\/80:hover {
  border-left-color: rgb(165 243 252 / 0.8);
}

.hover\:border-l-cyan-200\/90:hover {
  border-left-color: rgb(165 243 252 / 0.9);
}

.hover\:border-l-cyan-200\/95:hover {
  border-left-color: rgb(165 243 252 / 0.95);
}

.hover\:border-l-cyan-300:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(103 232 249 / var(--tw-border-opacity));
}

.hover\:border-l-cyan-300\/0:hover {
  border-left-color: rgb(103 232 249 / 0);
}

.hover\:border-l-cyan-300\/10:hover {
  border-left-color: rgb(103 232 249 / 0.1);
}

.hover\:border-l-cyan-300\/100:hover {
  border-left-color: rgb(103 232 249 / 1);
}

.hover\:border-l-cyan-300\/20:hover {
  border-left-color: rgb(103 232 249 / 0.2);
}

.hover\:border-l-cyan-300\/25:hover {
  border-left-color: rgb(103 232 249 / 0.25);
}

.hover\:border-l-cyan-300\/30:hover {
  border-left-color: rgb(103 232 249 / 0.3);
}

.hover\:border-l-cyan-300\/40:hover {
  border-left-color: rgb(103 232 249 / 0.4);
}

.hover\:border-l-cyan-300\/5:hover {
  border-left-color: rgb(103 232 249 / 0.05);
}

.hover\:border-l-cyan-300\/50:hover {
  border-left-color: rgb(103 232 249 / 0.5);
}

.hover\:border-l-cyan-300\/60:hover {
  border-left-color: rgb(103 232 249 / 0.6);
}

.hover\:border-l-cyan-300\/70:hover {
  border-left-color: rgb(103 232 249 / 0.7);
}

.hover\:border-l-cyan-300\/75:hover {
  border-left-color: rgb(103 232 249 / 0.75);
}

.hover\:border-l-cyan-300\/80:hover {
  border-left-color: rgb(103 232 249 / 0.8);
}

.hover\:border-l-cyan-300\/90:hover {
  border-left-color: rgb(103 232 249 / 0.9);
}

.hover\:border-l-cyan-300\/95:hover {
  border-left-color: rgb(103 232 249 / 0.95);
}

.hover\:border-l-cyan-400:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(34 211 238 / var(--tw-border-opacity));
}

.hover\:border-l-cyan-400\/0:hover {
  border-left-color: rgb(34 211 238 / 0);
}

.hover\:border-l-cyan-400\/10:hover {
  border-left-color: rgb(34 211 238 / 0.1);
}

.hover\:border-l-cyan-400\/100:hover {
  border-left-color: rgb(34 211 238 / 1);
}

.hover\:border-l-cyan-400\/20:hover {
  border-left-color: rgb(34 211 238 / 0.2);
}

.hover\:border-l-cyan-400\/25:hover {
  border-left-color: rgb(34 211 238 / 0.25);
}

.hover\:border-l-cyan-400\/30:hover {
  border-left-color: rgb(34 211 238 / 0.3);
}

.hover\:border-l-cyan-400\/40:hover {
  border-left-color: rgb(34 211 238 / 0.4);
}

.hover\:border-l-cyan-400\/5:hover {
  border-left-color: rgb(34 211 238 / 0.05);
}

.hover\:border-l-cyan-400\/50:hover {
  border-left-color: rgb(34 211 238 / 0.5);
}

.hover\:border-l-cyan-400\/60:hover {
  border-left-color: rgb(34 211 238 / 0.6);
}

.hover\:border-l-cyan-400\/70:hover {
  border-left-color: rgb(34 211 238 / 0.7);
}

.hover\:border-l-cyan-400\/75:hover {
  border-left-color: rgb(34 211 238 / 0.75);
}

.hover\:border-l-cyan-400\/80:hover {
  border-left-color: rgb(34 211 238 / 0.8);
}

.hover\:border-l-cyan-400\/90:hover {
  border-left-color: rgb(34 211 238 / 0.9);
}

.hover\:border-l-cyan-400\/95:hover {
  border-left-color: rgb(34 211 238 / 0.95);
}

.hover\:border-l-cyan-50:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(236 254 255 / var(--tw-border-opacity));
}

.hover\:border-l-cyan-50\/0:hover {
  border-left-color: rgb(236 254 255 / 0);
}

.hover\:border-l-cyan-50\/10:hover {
  border-left-color: rgb(236 254 255 / 0.1);
}

.hover\:border-l-cyan-50\/100:hover {
  border-left-color: rgb(236 254 255 / 1);
}

.hover\:border-l-cyan-50\/20:hover {
  border-left-color: rgb(236 254 255 / 0.2);
}

.hover\:border-l-cyan-50\/25:hover {
  border-left-color: rgb(236 254 255 / 0.25);
}

.hover\:border-l-cyan-50\/30:hover {
  border-left-color: rgb(236 254 255 / 0.3);
}

.hover\:border-l-cyan-50\/40:hover {
  border-left-color: rgb(236 254 255 / 0.4);
}

.hover\:border-l-cyan-50\/5:hover {
  border-left-color: rgb(236 254 255 / 0.05);
}

.hover\:border-l-cyan-50\/50:hover {
  border-left-color: rgb(236 254 255 / 0.5);
}

.hover\:border-l-cyan-50\/60:hover {
  border-left-color: rgb(236 254 255 / 0.6);
}

.hover\:border-l-cyan-50\/70:hover {
  border-left-color: rgb(236 254 255 / 0.7);
}

.hover\:border-l-cyan-50\/75:hover {
  border-left-color: rgb(236 254 255 / 0.75);
}

.hover\:border-l-cyan-50\/80:hover {
  border-left-color: rgb(236 254 255 / 0.8);
}

.hover\:border-l-cyan-50\/90:hover {
  border-left-color: rgb(236 254 255 / 0.9);
}

.hover\:border-l-cyan-50\/95:hover {
  border-left-color: rgb(236 254 255 / 0.95);
}

.hover\:border-l-cyan-500:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(6 182 212 / var(--tw-border-opacity));
}

.hover\:border-l-cyan-500\/0:hover {
  border-left-color: rgb(6 182 212 / 0);
}

.hover\:border-l-cyan-500\/10:hover {
  border-left-color: rgb(6 182 212 / 0.1);
}

.hover\:border-l-cyan-500\/100:hover {
  border-left-color: rgb(6 182 212 / 1);
}

.hover\:border-l-cyan-500\/20:hover {
  border-left-color: rgb(6 182 212 / 0.2);
}

.hover\:border-l-cyan-500\/25:hover {
  border-left-color: rgb(6 182 212 / 0.25);
}

.hover\:border-l-cyan-500\/30:hover {
  border-left-color: rgb(6 182 212 / 0.3);
}

.hover\:border-l-cyan-500\/40:hover {
  border-left-color: rgb(6 182 212 / 0.4);
}

.hover\:border-l-cyan-500\/5:hover {
  border-left-color: rgb(6 182 212 / 0.05);
}

.hover\:border-l-cyan-500\/50:hover {
  border-left-color: rgb(6 182 212 / 0.5);
}

.hover\:border-l-cyan-500\/60:hover {
  border-left-color: rgb(6 182 212 / 0.6);
}

.hover\:border-l-cyan-500\/70:hover {
  border-left-color: rgb(6 182 212 / 0.7);
}

.hover\:border-l-cyan-500\/75:hover {
  border-left-color: rgb(6 182 212 / 0.75);
}

.hover\:border-l-cyan-500\/80:hover {
  border-left-color: rgb(6 182 212 / 0.8);
}

.hover\:border-l-cyan-500\/90:hover {
  border-left-color: rgb(6 182 212 / 0.9);
}

.hover\:border-l-cyan-500\/95:hover {
  border-left-color: rgb(6 182 212 / 0.95);
}

.hover\:border-l-cyan-600:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(8 145 178 / var(--tw-border-opacity));
}

.hover\:border-l-cyan-600\/0:hover {
  border-left-color: rgb(8 145 178 / 0);
}

.hover\:border-l-cyan-600\/10:hover {
  border-left-color: rgb(8 145 178 / 0.1);
}

.hover\:border-l-cyan-600\/100:hover {
  border-left-color: rgb(8 145 178 / 1);
}

.hover\:border-l-cyan-600\/20:hover {
  border-left-color: rgb(8 145 178 / 0.2);
}

.hover\:border-l-cyan-600\/25:hover {
  border-left-color: rgb(8 145 178 / 0.25);
}

.hover\:border-l-cyan-600\/30:hover {
  border-left-color: rgb(8 145 178 / 0.3);
}

.hover\:border-l-cyan-600\/40:hover {
  border-left-color: rgb(8 145 178 / 0.4);
}

.hover\:border-l-cyan-600\/5:hover {
  border-left-color: rgb(8 145 178 / 0.05);
}

.hover\:border-l-cyan-600\/50:hover {
  border-left-color: rgb(8 145 178 / 0.5);
}

.hover\:border-l-cyan-600\/60:hover {
  border-left-color: rgb(8 145 178 / 0.6);
}

.hover\:border-l-cyan-600\/70:hover {
  border-left-color: rgb(8 145 178 / 0.7);
}

.hover\:border-l-cyan-600\/75:hover {
  border-left-color: rgb(8 145 178 / 0.75);
}

.hover\:border-l-cyan-600\/80:hover {
  border-left-color: rgb(8 145 178 / 0.8);
}

.hover\:border-l-cyan-600\/90:hover {
  border-left-color: rgb(8 145 178 / 0.9);
}

.hover\:border-l-cyan-600\/95:hover {
  border-left-color: rgb(8 145 178 / 0.95);
}

.hover\:border-l-cyan-700:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(14 116 144 / var(--tw-border-opacity));
}

.hover\:border-l-cyan-700\/0:hover {
  border-left-color: rgb(14 116 144 / 0);
}

.hover\:border-l-cyan-700\/10:hover {
  border-left-color: rgb(14 116 144 / 0.1);
}

.hover\:border-l-cyan-700\/100:hover {
  border-left-color: rgb(14 116 144 / 1);
}

.hover\:border-l-cyan-700\/20:hover {
  border-left-color: rgb(14 116 144 / 0.2);
}

.hover\:border-l-cyan-700\/25:hover {
  border-left-color: rgb(14 116 144 / 0.25);
}

.hover\:border-l-cyan-700\/30:hover {
  border-left-color: rgb(14 116 144 / 0.3);
}

.hover\:border-l-cyan-700\/40:hover {
  border-left-color: rgb(14 116 144 / 0.4);
}

.hover\:border-l-cyan-700\/5:hover {
  border-left-color: rgb(14 116 144 / 0.05);
}

.hover\:border-l-cyan-700\/50:hover {
  border-left-color: rgb(14 116 144 / 0.5);
}

.hover\:border-l-cyan-700\/60:hover {
  border-left-color: rgb(14 116 144 / 0.6);
}

.hover\:border-l-cyan-700\/70:hover {
  border-left-color: rgb(14 116 144 / 0.7);
}

.hover\:border-l-cyan-700\/75:hover {
  border-left-color: rgb(14 116 144 / 0.75);
}

.hover\:border-l-cyan-700\/80:hover {
  border-left-color: rgb(14 116 144 / 0.8);
}

.hover\:border-l-cyan-700\/90:hover {
  border-left-color: rgb(14 116 144 / 0.9);
}

.hover\:border-l-cyan-700\/95:hover {
  border-left-color: rgb(14 116 144 / 0.95);
}

.hover\:border-l-cyan-800:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(21 94 117 / var(--tw-border-opacity));
}

.hover\:border-l-cyan-800\/0:hover {
  border-left-color: rgb(21 94 117 / 0);
}

.hover\:border-l-cyan-800\/10:hover {
  border-left-color: rgb(21 94 117 / 0.1);
}

.hover\:border-l-cyan-800\/100:hover {
  border-left-color: rgb(21 94 117 / 1);
}

.hover\:border-l-cyan-800\/20:hover {
  border-left-color: rgb(21 94 117 / 0.2);
}

.hover\:border-l-cyan-800\/25:hover {
  border-left-color: rgb(21 94 117 / 0.25);
}

.hover\:border-l-cyan-800\/30:hover {
  border-left-color: rgb(21 94 117 / 0.3);
}

.hover\:border-l-cyan-800\/40:hover {
  border-left-color: rgb(21 94 117 / 0.4);
}

.hover\:border-l-cyan-800\/5:hover {
  border-left-color: rgb(21 94 117 / 0.05);
}

.hover\:border-l-cyan-800\/50:hover {
  border-left-color: rgb(21 94 117 / 0.5);
}

.hover\:border-l-cyan-800\/60:hover {
  border-left-color: rgb(21 94 117 / 0.6);
}

.hover\:border-l-cyan-800\/70:hover {
  border-left-color: rgb(21 94 117 / 0.7);
}

.hover\:border-l-cyan-800\/75:hover {
  border-left-color: rgb(21 94 117 / 0.75);
}

.hover\:border-l-cyan-800\/80:hover {
  border-left-color: rgb(21 94 117 / 0.8);
}

.hover\:border-l-cyan-800\/90:hover {
  border-left-color: rgb(21 94 117 / 0.9);
}

.hover\:border-l-cyan-800\/95:hover {
  border-left-color: rgb(21 94 117 / 0.95);
}

.hover\:border-l-cyan-900:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(22 78 99 / var(--tw-border-opacity));
}

.hover\:border-l-cyan-900\/0:hover {
  border-left-color: rgb(22 78 99 / 0);
}

.hover\:border-l-cyan-900\/10:hover {
  border-left-color: rgb(22 78 99 / 0.1);
}

.hover\:border-l-cyan-900\/100:hover {
  border-left-color: rgb(22 78 99 / 1);
}

.hover\:border-l-cyan-900\/20:hover {
  border-left-color: rgb(22 78 99 / 0.2);
}

.hover\:border-l-cyan-900\/25:hover {
  border-left-color: rgb(22 78 99 / 0.25);
}

.hover\:border-l-cyan-900\/30:hover {
  border-left-color: rgb(22 78 99 / 0.3);
}

.hover\:border-l-cyan-900\/40:hover {
  border-left-color: rgb(22 78 99 / 0.4);
}

.hover\:border-l-cyan-900\/5:hover {
  border-left-color: rgb(22 78 99 / 0.05);
}

.hover\:border-l-cyan-900\/50:hover {
  border-left-color: rgb(22 78 99 / 0.5);
}

.hover\:border-l-cyan-900\/60:hover {
  border-left-color: rgb(22 78 99 / 0.6);
}

.hover\:border-l-cyan-900\/70:hover {
  border-left-color: rgb(22 78 99 / 0.7);
}

.hover\:border-l-cyan-900\/75:hover {
  border-left-color: rgb(22 78 99 / 0.75);
}

.hover\:border-l-cyan-900\/80:hover {
  border-left-color: rgb(22 78 99 / 0.8);
}

.hover\:border-l-cyan-900\/90:hover {
  border-left-color: rgb(22 78 99 / 0.9);
}

.hover\:border-l-cyan-900\/95:hover {
  border-left-color: rgb(22 78 99 / 0.95);
}

.hover\:border-l-cyan-950:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(8 51 68 / var(--tw-border-opacity));
}

.hover\:border-l-cyan-950\/0:hover {
  border-left-color: rgb(8 51 68 / 0);
}

.hover\:border-l-cyan-950\/10:hover {
  border-left-color: rgb(8 51 68 / 0.1);
}

.hover\:border-l-cyan-950\/100:hover {
  border-left-color: rgb(8 51 68 / 1);
}

.hover\:border-l-cyan-950\/20:hover {
  border-left-color: rgb(8 51 68 / 0.2);
}

.hover\:border-l-cyan-950\/25:hover {
  border-left-color: rgb(8 51 68 / 0.25);
}

.hover\:border-l-cyan-950\/30:hover {
  border-left-color: rgb(8 51 68 / 0.3);
}

.hover\:border-l-cyan-950\/40:hover {
  border-left-color: rgb(8 51 68 / 0.4);
}

.hover\:border-l-cyan-950\/5:hover {
  border-left-color: rgb(8 51 68 / 0.05);
}

.hover\:border-l-cyan-950\/50:hover {
  border-left-color: rgb(8 51 68 / 0.5);
}

.hover\:border-l-cyan-950\/60:hover {
  border-left-color: rgb(8 51 68 / 0.6);
}

.hover\:border-l-cyan-950\/70:hover {
  border-left-color: rgb(8 51 68 / 0.7);
}

.hover\:border-l-cyan-950\/75:hover {
  border-left-color: rgb(8 51 68 / 0.75);
}

.hover\:border-l-cyan-950\/80:hover {
  border-left-color: rgb(8 51 68 / 0.8);
}

.hover\:border-l-cyan-950\/90:hover {
  border-left-color: rgb(8 51 68 / 0.9);
}

.hover\:border-l-cyan-950\/95:hover {
  border-left-color: rgb(8 51 68 / 0.95);
}

.hover\:border-l-emerald-100:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(209 250 229 / var(--tw-border-opacity));
}

.hover\:border-l-emerald-100\/0:hover {
  border-left-color: rgb(209 250 229 / 0);
}

.hover\:border-l-emerald-100\/10:hover {
  border-left-color: rgb(209 250 229 / 0.1);
}

.hover\:border-l-emerald-100\/100:hover {
  border-left-color: rgb(209 250 229 / 1);
}

.hover\:border-l-emerald-100\/20:hover {
  border-left-color: rgb(209 250 229 / 0.2);
}

.hover\:border-l-emerald-100\/25:hover {
  border-left-color: rgb(209 250 229 / 0.25);
}

.hover\:border-l-emerald-100\/30:hover {
  border-left-color: rgb(209 250 229 / 0.3);
}

.hover\:border-l-emerald-100\/40:hover {
  border-left-color: rgb(209 250 229 / 0.4);
}

.hover\:border-l-emerald-100\/5:hover {
  border-left-color: rgb(209 250 229 / 0.05);
}

.hover\:border-l-emerald-100\/50:hover {
  border-left-color: rgb(209 250 229 / 0.5);
}

.hover\:border-l-emerald-100\/60:hover {
  border-left-color: rgb(209 250 229 / 0.6);
}

.hover\:border-l-emerald-100\/70:hover {
  border-left-color: rgb(209 250 229 / 0.7);
}

.hover\:border-l-emerald-100\/75:hover {
  border-left-color: rgb(209 250 229 / 0.75);
}

.hover\:border-l-emerald-100\/80:hover {
  border-left-color: rgb(209 250 229 / 0.8);
}

.hover\:border-l-emerald-100\/90:hover {
  border-left-color: rgb(209 250 229 / 0.9);
}

.hover\:border-l-emerald-100\/95:hover {
  border-left-color: rgb(209 250 229 / 0.95);
}

.hover\:border-l-emerald-200:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(167 243 208 / var(--tw-border-opacity));
}

.hover\:border-l-emerald-200\/0:hover {
  border-left-color: rgb(167 243 208 / 0);
}

.hover\:border-l-emerald-200\/10:hover {
  border-left-color: rgb(167 243 208 / 0.1);
}

.hover\:border-l-emerald-200\/100:hover {
  border-left-color: rgb(167 243 208 / 1);
}

.hover\:border-l-emerald-200\/20:hover {
  border-left-color: rgb(167 243 208 / 0.2);
}

.hover\:border-l-emerald-200\/25:hover {
  border-left-color: rgb(167 243 208 / 0.25);
}

.hover\:border-l-emerald-200\/30:hover {
  border-left-color: rgb(167 243 208 / 0.3);
}

.hover\:border-l-emerald-200\/40:hover {
  border-left-color: rgb(167 243 208 / 0.4);
}

.hover\:border-l-emerald-200\/5:hover {
  border-left-color: rgb(167 243 208 / 0.05);
}

.hover\:border-l-emerald-200\/50:hover {
  border-left-color: rgb(167 243 208 / 0.5);
}

.hover\:border-l-emerald-200\/60:hover {
  border-left-color: rgb(167 243 208 / 0.6);
}

.hover\:border-l-emerald-200\/70:hover {
  border-left-color: rgb(167 243 208 / 0.7);
}

.hover\:border-l-emerald-200\/75:hover {
  border-left-color: rgb(167 243 208 / 0.75);
}

.hover\:border-l-emerald-200\/80:hover {
  border-left-color: rgb(167 243 208 / 0.8);
}

.hover\:border-l-emerald-200\/90:hover {
  border-left-color: rgb(167 243 208 / 0.9);
}

.hover\:border-l-emerald-200\/95:hover {
  border-left-color: rgb(167 243 208 / 0.95);
}

.hover\:border-l-emerald-300:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(110 231 183 / var(--tw-border-opacity));
}

.hover\:border-l-emerald-300\/0:hover {
  border-left-color: rgb(110 231 183 / 0);
}

.hover\:border-l-emerald-300\/10:hover {
  border-left-color: rgb(110 231 183 / 0.1);
}

.hover\:border-l-emerald-300\/100:hover {
  border-left-color: rgb(110 231 183 / 1);
}

.hover\:border-l-emerald-300\/20:hover {
  border-left-color: rgb(110 231 183 / 0.2);
}

.hover\:border-l-emerald-300\/25:hover {
  border-left-color: rgb(110 231 183 / 0.25);
}

.hover\:border-l-emerald-300\/30:hover {
  border-left-color: rgb(110 231 183 / 0.3);
}

.hover\:border-l-emerald-300\/40:hover {
  border-left-color: rgb(110 231 183 / 0.4);
}

.hover\:border-l-emerald-300\/5:hover {
  border-left-color: rgb(110 231 183 / 0.05);
}

.hover\:border-l-emerald-300\/50:hover {
  border-left-color: rgb(110 231 183 / 0.5);
}

.hover\:border-l-emerald-300\/60:hover {
  border-left-color: rgb(110 231 183 / 0.6);
}

.hover\:border-l-emerald-300\/70:hover {
  border-left-color: rgb(110 231 183 / 0.7);
}

.hover\:border-l-emerald-300\/75:hover {
  border-left-color: rgb(110 231 183 / 0.75);
}

.hover\:border-l-emerald-300\/80:hover {
  border-left-color: rgb(110 231 183 / 0.8);
}

.hover\:border-l-emerald-300\/90:hover {
  border-left-color: rgb(110 231 183 / 0.9);
}

.hover\:border-l-emerald-300\/95:hover {
  border-left-color: rgb(110 231 183 / 0.95);
}

.hover\:border-l-emerald-400:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.hover\:border-l-emerald-400\/0:hover {
  border-left-color: rgb(52 211 153 / 0);
}

.hover\:border-l-emerald-400\/10:hover {
  border-left-color: rgb(52 211 153 / 0.1);
}

.hover\:border-l-emerald-400\/100:hover {
  border-left-color: rgb(52 211 153 / 1);
}

.hover\:border-l-emerald-400\/20:hover {
  border-left-color: rgb(52 211 153 / 0.2);
}

.hover\:border-l-emerald-400\/25:hover {
  border-left-color: rgb(52 211 153 / 0.25);
}

.hover\:border-l-emerald-400\/30:hover {
  border-left-color: rgb(52 211 153 / 0.3);
}

.hover\:border-l-emerald-400\/40:hover {
  border-left-color: rgb(52 211 153 / 0.4);
}

.hover\:border-l-emerald-400\/5:hover {
  border-left-color: rgb(52 211 153 / 0.05);
}

.hover\:border-l-emerald-400\/50:hover {
  border-left-color: rgb(52 211 153 / 0.5);
}

.hover\:border-l-emerald-400\/60:hover {
  border-left-color: rgb(52 211 153 / 0.6);
}

.hover\:border-l-emerald-400\/70:hover {
  border-left-color: rgb(52 211 153 / 0.7);
}

.hover\:border-l-emerald-400\/75:hover {
  border-left-color: rgb(52 211 153 / 0.75);
}

.hover\:border-l-emerald-400\/80:hover {
  border-left-color: rgb(52 211 153 / 0.8);
}

.hover\:border-l-emerald-400\/90:hover {
  border-left-color: rgb(52 211 153 / 0.9);
}

.hover\:border-l-emerald-400\/95:hover {
  border-left-color: rgb(52 211 153 / 0.95);
}

.hover\:border-l-emerald-50:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(236 253 245 / var(--tw-border-opacity));
}

.hover\:border-l-emerald-50\/0:hover {
  border-left-color: rgb(236 253 245 / 0);
}

.hover\:border-l-emerald-50\/10:hover {
  border-left-color: rgb(236 253 245 / 0.1);
}

.hover\:border-l-emerald-50\/100:hover {
  border-left-color: rgb(236 253 245 / 1);
}

.hover\:border-l-emerald-50\/20:hover {
  border-left-color: rgb(236 253 245 / 0.2);
}

.hover\:border-l-emerald-50\/25:hover {
  border-left-color: rgb(236 253 245 / 0.25);
}

.hover\:border-l-emerald-50\/30:hover {
  border-left-color: rgb(236 253 245 / 0.3);
}

.hover\:border-l-emerald-50\/40:hover {
  border-left-color: rgb(236 253 245 / 0.4);
}

.hover\:border-l-emerald-50\/5:hover {
  border-left-color: rgb(236 253 245 / 0.05);
}

.hover\:border-l-emerald-50\/50:hover {
  border-left-color: rgb(236 253 245 / 0.5);
}

.hover\:border-l-emerald-50\/60:hover {
  border-left-color: rgb(236 253 245 / 0.6);
}

.hover\:border-l-emerald-50\/70:hover {
  border-left-color: rgb(236 253 245 / 0.7);
}

.hover\:border-l-emerald-50\/75:hover {
  border-left-color: rgb(236 253 245 / 0.75);
}

.hover\:border-l-emerald-50\/80:hover {
  border-left-color: rgb(236 253 245 / 0.8);
}

.hover\:border-l-emerald-50\/90:hover {
  border-left-color: rgb(236 253 245 / 0.9);
}

.hover\:border-l-emerald-50\/95:hover {
  border-left-color: rgb(236 253 245 / 0.95);
}

.hover\:border-l-emerald-500:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.hover\:border-l-emerald-500\/0:hover {
  border-left-color: rgb(16 185 129 / 0);
}

.hover\:border-l-emerald-500\/10:hover {
  border-left-color: rgb(16 185 129 / 0.1);
}

.hover\:border-l-emerald-500\/100:hover {
  border-left-color: rgb(16 185 129 / 1);
}

.hover\:border-l-emerald-500\/20:hover {
  border-left-color: rgb(16 185 129 / 0.2);
}

.hover\:border-l-emerald-500\/25:hover {
  border-left-color: rgb(16 185 129 / 0.25);
}

.hover\:border-l-emerald-500\/30:hover {
  border-left-color: rgb(16 185 129 / 0.3);
}

.hover\:border-l-emerald-500\/40:hover {
  border-left-color: rgb(16 185 129 / 0.4);
}

.hover\:border-l-emerald-500\/5:hover {
  border-left-color: rgb(16 185 129 / 0.05);
}

.hover\:border-l-emerald-500\/50:hover {
  border-left-color: rgb(16 185 129 / 0.5);
}

.hover\:border-l-emerald-500\/60:hover {
  border-left-color: rgb(16 185 129 / 0.6);
}

.hover\:border-l-emerald-500\/70:hover {
  border-left-color: rgb(16 185 129 / 0.7);
}

.hover\:border-l-emerald-500\/75:hover {
  border-left-color: rgb(16 185 129 / 0.75);
}

.hover\:border-l-emerald-500\/80:hover {
  border-left-color: rgb(16 185 129 / 0.8);
}

.hover\:border-l-emerald-500\/90:hover {
  border-left-color: rgb(16 185 129 / 0.9);
}

.hover\:border-l-emerald-500\/95:hover {
  border-left-color: rgb(16 185 129 / 0.95);
}

.hover\:border-l-emerald-600:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(5 150 105 / var(--tw-border-opacity));
}

.hover\:border-l-emerald-600\/0:hover {
  border-left-color: rgb(5 150 105 / 0);
}

.hover\:border-l-emerald-600\/10:hover {
  border-left-color: rgb(5 150 105 / 0.1);
}

.hover\:border-l-emerald-600\/100:hover {
  border-left-color: rgb(5 150 105 / 1);
}

.hover\:border-l-emerald-600\/20:hover {
  border-left-color: rgb(5 150 105 / 0.2);
}

.hover\:border-l-emerald-600\/25:hover {
  border-left-color: rgb(5 150 105 / 0.25);
}

.hover\:border-l-emerald-600\/30:hover {
  border-left-color: rgb(5 150 105 / 0.3);
}

.hover\:border-l-emerald-600\/40:hover {
  border-left-color: rgb(5 150 105 / 0.4);
}

.hover\:border-l-emerald-600\/5:hover {
  border-left-color: rgb(5 150 105 / 0.05);
}

.hover\:border-l-emerald-600\/50:hover {
  border-left-color: rgb(5 150 105 / 0.5);
}

.hover\:border-l-emerald-600\/60:hover {
  border-left-color: rgb(5 150 105 / 0.6);
}

.hover\:border-l-emerald-600\/70:hover {
  border-left-color: rgb(5 150 105 / 0.7);
}

.hover\:border-l-emerald-600\/75:hover {
  border-left-color: rgb(5 150 105 / 0.75);
}

.hover\:border-l-emerald-600\/80:hover {
  border-left-color: rgb(5 150 105 / 0.8);
}

.hover\:border-l-emerald-600\/90:hover {
  border-left-color: rgb(5 150 105 / 0.9);
}

.hover\:border-l-emerald-600\/95:hover {
  border-left-color: rgb(5 150 105 / 0.95);
}

.hover\:border-l-emerald-700:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(4 120 87 / var(--tw-border-opacity));
}

.hover\:border-l-emerald-700\/0:hover {
  border-left-color: rgb(4 120 87 / 0);
}

.hover\:border-l-emerald-700\/10:hover {
  border-left-color: rgb(4 120 87 / 0.1);
}

.hover\:border-l-emerald-700\/100:hover {
  border-left-color: rgb(4 120 87 / 1);
}

.hover\:border-l-emerald-700\/20:hover {
  border-left-color: rgb(4 120 87 / 0.2);
}

.hover\:border-l-emerald-700\/25:hover {
  border-left-color: rgb(4 120 87 / 0.25);
}

.hover\:border-l-emerald-700\/30:hover {
  border-left-color: rgb(4 120 87 / 0.3);
}

.hover\:border-l-emerald-700\/40:hover {
  border-left-color: rgb(4 120 87 / 0.4);
}

.hover\:border-l-emerald-700\/5:hover {
  border-left-color: rgb(4 120 87 / 0.05);
}

.hover\:border-l-emerald-700\/50:hover {
  border-left-color: rgb(4 120 87 / 0.5);
}

.hover\:border-l-emerald-700\/60:hover {
  border-left-color: rgb(4 120 87 / 0.6);
}

.hover\:border-l-emerald-700\/70:hover {
  border-left-color: rgb(4 120 87 / 0.7);
}

.hover\:border-l-emerald-700\/75:hover {
  border-left-color: rgb(4 120 87 / 0.75);
}

.hover\:border-l-emerald-700\/80:hover {
  border-left-color: rgb(4 120 87 / 0.8);
}

.hover\:border-l-emerald-700\/90:hover {
  border-left-color: rgb(4 120 87 / 0.9);
}

.hover\:border-l-emerald-700\/95:hover {
  border-left-color: rgb(4 120 87 / 0.95);
}

.hover\:border-l-emerald-800:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(6 95 70 / var(--tw-border-opacity));
}

.hover\:border-l-emerald-800\/0:hover {
  border-left-color: rgb(6 95 70 / 0);
}

.hover\:border-l-emerald-800\/10:hover {
  border-left-color: rgb(6 95 70 / 0.1);
}

.hover\:border-l-emerald-800\/100:hover {
  border-left-color: rgb(6 95 70 / 1);
}

.hover\:border-l-emerald-800\/20:hover {
  border-left-color: rgb(6 95 70 / 0.2);
}

.hover\:border-l-emerald-800\/25:hover {
  border-left-color: rgb(6 95 70 / 0.25);
}

.hover\:border-l-emerald-800\/30:hover {
  border-left-color: rgb(6 95 70 / 0.3);
}

.hover\:border-l-emerald-800\/40:hover {
  border-left-color: rgb(6 95 70 / 0.4);
}

.hover\:border-l-emerald-800\/5:hover {
  border-left-color: rgb(6 95 70 / 0.05);
}

.hover\:border-l-emerald-800\/50:hover {
  border-left-color: rgb(6 95 70 / 0.5);
}

.hover\:border-l-emerald-800\/60:hover {
  border-left-color: rgb(6 95 70 / 0.6);
}

.hover\:border-l-emerald-800\/70:hover {
  border-left-color: rgb(6 95 70 / 0.7);
}

.hover\:border-l-emerald-800\/75:hover {
  border-left-color: rgb(6 95 70 / 0.75);
}

.hover\:border-l-emerald-800\/80:hover {
  border-left-color: rgb(6 95 70 / 0.8);
}

.hover\:border-l-emerald-800\/90:hover {
  border-left-color: rgb(6 95 70 / 0.9);
}

.hover\:border-l-emerald-800\/95:hover {
  border-left-color: rgb(6 95 70 / 0.95);
}

.hover\:border-l-emerald-900:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(6 78 59 / var(--tw-border-opacity));
}

.hover\:border-l-emerald-900\/0:hover {
  border-left-color: rgb(6 78 59 / 0);
}

.hover\:border-l-emerald-900\/10:hover {
  border-left-color: rgb(6 78 59 / 0.1);
}

.hover\:border-l-emerald-900\/100:hover {
  border-left-color: rgb(6 78 59 / 1);
}

.hover\:border-l-emerald-900\/20:hover {
  border-left-color: rgb(6 78 59 / 0.2);
}

.hover\:border-l-emerald-900\/25:hover {
  border-left-color: rgb(6 78 59 / 0.25);
}

.hover\:border-l-emerald-900\/30:hover {
  border-left-color: rgb(6 78 59 / 0.3);
}

.hover\:border-l-emerald-900\/40:hover {
  border-left-color: rgb(6 78 59 / 0.4);
}

.hover\:border-l-emerald-900\/5:hover {
  border-left-color: rgb(6 78 59 / 0.05);
}

.hover\:border-l-emerald-900\/50:hover {
  border-left-color: rgb(6 78 59 / 0.5);
}

.hover\:border-l-emerald-900\/60:hover {
  border-left-color: rgb(6 78 59 / 0.6);
}

.hover\:border-l-emerald-900\/70:hover {
  border-left-color: rgb(6 78 59 / 0.7);
}

.hover\:border-l-emerald-900\/75:hover {
  border-left-color: rgb(6 78 59 / 0.75);
}

.hover\:border-l-emerald-900\/80:hover {
  border-left-color: rgb(6 78 59 / 0.8);
}

.hover\:border-l-emerald-900\/90:hover {
  border-left-color: rgb(6 78 59 / 0.9);
}

.hover\:border-l-emerald-900\/95:hover {
  border-left-color: rgb(6 78 59 / 0.95);
}

.hover\:border-l-emerald-950:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(2 44 34 / var(--tw-border-opacity));
}

.hover\:border-l-emerald-950\/0:hover {
  border-left-color: rgb(2 44 34 / 0);
}

.hover\:border-l-emerald-950\/10:hover {
  border-left-color: rgb(2 44 34 / 0.1);
}

.hover\:border-l-emerald-950\/100:hover {
  border-left-color: rgb(2 44 34 / 1);
}

.hover\:border-l-emerald-950\/20:hover {
  border-left-color: rgb(2 44 34 / 0.2);
}

.hover\:border-l-emerald-950\/25:hover {
  border-left-color: rgb(2 44 34 / 0.25);
}

.hover\:border-l-emerald-950\/30:hover {
  border-left-color: rgb(2 44 34 / 0.3);
}

.hover\:border-l-emerald-950\/40:hover {
  border-left-color: rgb(2 44 34 / 0.4);
}

.hover\:border-l-emerald-950\/5:hover {
  border-left-color: rgb(2 44 34 / 0.05);
}

.hover\:border-l-emerald-950\/50:hover {
  border-left-color: rgb(2 44 34 / 0.5);
}

.hover\:border-l-emerald-950\/60:hover {
  border-left-color: rgb(2 44 34 / 0.6);
}

.hover\:border-l-emerald-950\/70:hover {
  border-left-color: rgb(2 44 34 / 0.7);
}

.hover\:border-l-emerald-950\/75:hover {
  border-left-color: rgb(2 44 34 / 0.75);
}

.hover\:border-l-emerald-950\/80:hover {
  border-left-color: rgb(2 44 34 / 0.8);
}

.hover\:border-l-emerald-950\/90:hover {
  border-left-color: rgb(2 44 34 / 0.9);
}

.hover\:border-l-emerald-950\/95:hover {
  border-left-color: rgb(2 44 34 / 0.95);
}

.hover\:border-l-fuchsia-100:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 232 255 / var(--tw-border-opacity));
}

.hover\:border-l-fuchsia-100\/0:hover {
  border-left-color: rgb(250 232 255 / 0);
}

.hover\:border-l-fuchsia-100\/10:hover {
  border-left-color: rgb(250 232 255 / 0.1);
}

.hover\:border-l-fuchsia-100\/100:hover {
  border-left-color: rgb(250 232 255 / 1);
}

.hover\:border-l-fuchsia-100\/20:hover {
  border-left-color: rgb(250 232 255 / 0.2);
}

.hover\:border-l-fuchsia-100\/25:hover {
  border-left-color: rgb(250 232 255 / 0.25);
}

.hover\:border-l-fuchsia-100\/30:hover {
  border-left-color: rgb(250 232 255 / 0.3);
}

.hover\:border-l-fuchsia-100\/40:hover {
  border-left-color: rgb(250 232 255 / 0.4);
}

.hover\:border-l-fuchsia-100\/5:hover {
  border-left-color: rgb(250 232 255 / 0.05);
}

.hover\:border-l-fuchsia-100\/50:hover {
  border-left-color: rgb(250 232 255 / 0.5);
}

.hover\:border-l-fuchsia-100\/60:hover {
  border-left-color: rgb(250 232 255 / 0.6);
}

.hover\:border-l-fuchsia-100\/70:hover {
  border-left-color: rgb(250 232 255 / 0.7);
}

.hover\:border-l-fuchsia-100\/75:hover {
  border-left-color: rgb(250 232 255 / 0.75);
}

.hover\:border-l-fuchsia-100\/80:hover {
  border-left-color: rgb(250 232 255 / 0.8);
}

.hover\:border-l-fuchsia-100\/90:hover {
  border-left-color: rgb(250 232 255 / 0.9);
}

.hover\:border-l-fuchsia-100\/95:hover {
  border-left-color: rgb(250 232 255 / 0.95);
}

.hover\:border-l-fuchsia-200:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 208 254 / var(--tw-border-opacity));
}

.hover\:border-l-fuchsia-200\/0:hover {
  border-left-color: rgb(245 208 254 / 0);
}

.hover\:border-l-fuchsia-200\/10:hover {
  border-left-color: rgb(245 208 254 / 0.1);
}

.hover\:border-l-fuchsia-200\/100:hover {
  border-left-color: rgb(245 208 254 / 1);
}

.hover\:border-l-fuchsia-200\/20:hover {
  border-left-color: rgb(245 208 254 / 0.2);
}

.hover\:border-l-fuchsia-200\/25:hover {
  border-left-color: rgb(245 208 254 / 0.25);
}

.hover\:border-l-fuchsia-200\/30:hover {
  border-left-color: rgb(245 208 254 / 0.3);
}

.hover\:border-l-fuchsia-200\/40:hover {
  border-left-color: rgb(245 208 254 / 0.4);
}

.hover\:border-l-fuchsia-200\/5:hover {
  border-left-color: rgb(245 208 254 / 0.05);
}

.hover\:border-l-fuchsia-200\/50:hover {
  border-left-color: rgb(245 208 254 / 0.5);
}

.hover\:border-l-fuchsia-200\/60:hover {
  border-left-color: rgb(245 208 254 / 0.6);
}

.hover\:border-l-fuchsia-200\/70:hover {
  border-left-color: rgb(245 208 254 / 0.7);
}

.hover\:border-l-fuchsia-200\/75:hover {
  border-left-color: rgb(245 208 254 / 0.75);
}

.hover\:border-l-fuchsia-200\/80:hover {
  border-left-color: rgb(245 208 254 / 0.8);
}

.hover\:border-l-fuchsia-200\/90:hover {
  border-left-color: rgb(245 208 254 / 0.9);
}

.hover\:border-l-fuchsia-200\/95:hover {
  border-left-color: rgb(245 208 254 / 0.95);
}

.hover\:border-l-fuchsia-300:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(240 171 252 / var(--tw-border-opacity));
}

.hover\:border-l-fuchsia-300\/0:hover {
  border-left-color: rgb(240 171 252 / 0);
}

.hover\:border-l-fuchsia-300\/10:hover {
  border-left-color: rgb(240 171 252 / 0.1);
}

.hover\:border-l-fuchsia-300\/100:hover {
  border-left-color: rgb(240 171 252 / 1);
}

.hover\:border-l-fuchsia-300\/20:hover {
  border-left-color: rgb(240 171 252 / 0.2);
}

.hover\:border-l-fuchsia-300\/25:hover {
  border-left-color: rgb(240 171 252 / 0.25);
}

.hover\:border-l-fuchsia-300\/30:hover {
  border-left-color: rgb(240 171 252 / 0.3);
}

.hover\:border-l-fuchsia-300\/40:hover {
  border-left-color: rgb(240 171 252 / 0.4);
}

.hover\:border-l-fuchsia-300\/5:hover {
  border-left-color: rgb(240 171 252 / 0.05);
}

.hover\:border-l-fuchsia-300\/50:hover {
  border-left-color: rgb(240 171 252 / 0.5);
}

.hover\:border-l-fuchsia-300\/60:hover {
  border-left-color: rgb(240 171 252 / 0.6);
}

.hover\:border-l-fuchsia-300\/70:hover {
  border-left-color: rgb(240 171 252 / 0.7);
}

.hover\:border-l-fuchsia-300\/75:hover {
  border-left-color: rgb(240 171 252 / 0.75);
}

.hover\:border-l-fuchsia-300\/80:hover {
  border-left-color: rgb(240 171 252 / 0.8);
}

.hover\:border-l-fuchsia-300\/90:hover {
  border-left-color: rgb(240 171 252 / 0.9);
}

.hover\:border-l-fuchsia-300\/95:hover {
  border-left-color: rgb(240 171 252 / 0.95);
}

.hover\:border-l-fuchsia-400:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(232 121 249 / var(--tw-border-opacity));
}

.hover\:border-l-fuchsia-400\/0:hover {
  border-left-color: rgb(232 121 249 / 0);
}

.hover\:border-l-fuchsia-400\/10:hover {
  border-left-color: rgb(232 121 249 / 0.1);
}

.hover\:border-l-fuchsia-400\/100:hover {
  border-left-color: rgb(232 121 249 / 1);
}

.hover\:border-l-fuchsia-400\/20:hover {
  border-left-color: rgb(232 121 249 / 0.2);
}

.hover\:border-l-fuchsia-400\/25:hover {
  border-left-color: rgb(232 121 249 / 0.25);
}

.hover\:border-l-fuchsia-400\/30:hover {
  border-left-color: rgb(232 121 249 / 0.3);
}

.hover\:border-l-fuchsia-400\/40:hover {
  border-left-color: rgb(232 121 249 / 0.4);
}

.hover\:border-l-fuchsia-400\/5:hover {
  border-left-color: rgb(232 121 249 / 0.05);
}

.hover\:border-l-fuchsia-400\/50:hover {
  border-left-color: rgb(232 121 249 / 0.5);
}

.hover\:border-l-fuchsia-400\/60:hover {
  border-left-color: rgb(232 121 249 / 0.6);
}

.hover\:border-l-fuchsia-400\/70:hover {
  border-left-color: rgb(232 121 249 / 0.7);
}

.hover\:border-l-fuchsia-400\/75:hover {
  border-left-color: rgb(232 121 249 / 0.75);
}

.hover\:border-l-fuchsia-400\/80:hover {
  border-left-color: rgb(232 121 249 / 0.8);
}

.hover\:border-l-fuchsia-400\/90:hover {
  border-left-color: rgb(232 121 249 / 0.9);
}

.hover\:border-l-fuchsia-400\/95:hover {
  border-left-color: rgb(232 121 249 / 0.95);
}

.hover\:border-l-fuchsia-50:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 244 255 / var(--tw-border-opacity));
}

.hover\:border-l-fuchsia-50\/0:hover {
  border-left-color: rgb(253 244 255 / 0);
}

.hover\:border-l-fuchsia-50\/10:hover {
  border-left-color: rgb(253 244 255 / 0.1);
}

.hover\:border-l-fuchsia-50\/100:hover {
  border-left-color: rgb(253 244 255 / 1);
}

.hover\:border-l-fuchsia-50\/20:hover {
  border-left-color: rgb(253 244 255 / 0.2);
}

.hover\:border-l-fuchsia-50\/25:hover {
  border-left-color: rgb(253 244 255 / 0.25);
}

.hover\:border-l-fuchsia-50\/30:hover {
  border-left-color: rgb(253 244 255 / 0.3);
}

.hover\:border-l-fuchsia-50\/40:hover {
  border-left-color: rgb(253 244 255 / 0.4);
}

.hover\:border-l-fuchsia-50\/5:hover {
  border-left-color: rgb(253 244 255 / 0.05);
}

.hover\:border-l-fuchsia-50\/50:hover {
  border-left-color: rgb(253 244 255 / 0.5);
}

.hover\:border-l-fuchsia-50\/60:hover {
  border-left-color: rgb(253 244 255 / 0.6);
}

.hover\:border-l-fuchsia-50\/70:hover {
  border-left-color: rgb(253 244 255 / 0.7);
}

.hover\:border-l-fuchsia-50\/75:hover {
  border-left-color: rgb(253 244 255 / 0.75);
}

.hover\:border-l-fuchsia-50\/80:hover {
  border-left-color: rgb(253 244 255 / 0.8);
}

.hover\:border-l-fuchsia-50\/90:hover {
  border-left-color: rgb(253 244 255 / 0.9);
}

.hover\:border-l-fuchsia-50\/95:hover {
  border-left-color: rgb(253 244 255 / 0.95);
}

.hover\:border-l-fuchsia-500:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(217 70 239 / var(--tw-border-opacity));
}

.hover\:border-l-fuchsia-500\/0:hover {
  border-left-color: rgb(217 70 239 / 0);
}

.hover\:border-l-fuchsia-500\/10:hover {
  border-left-color: rgb(217 70 239 / 0.1);
}

.hover\:border-l-fuchsia-500\/100:hover {
  border-left-color: rgb(217 70 239 / 1);
}

.hover\:border-l-fuchsia-500\/20:hover {
  border-left-color: rgb(217 70 239 / 0.2);
}

.hover\:border-l-fuchsia-500\/25:hover {
  border-left-color: rgb(217 70 239 / 0.25);
}

.hover\:border-l-fuchsia-500\/30:hover {
  border-left-color: rgb(217 70 239 / 0.3);
}

.hover\:border-l-fuchsia-500\/40:hover {
  border-left-color: rgb(217 70 239 / 0.4);
}

.hover\:border-l-fuchsia-500\/5:hover {
  border-left-color: rgb(217 70 239 / 0.05);
}

.hover\:border-l-fuchsia-500\/50:hover {
  border-left-color: rgb(217 70 239 / 0.5);
}

.hover\:border-l-fuchsia-500\/60:hover {
  border-left-color: rgb(217 70 239 / 0.6);
}

.hover\:border-l-fuchsia-500\/70:hover {
  border-left-color: rgb(217 70 239 / 0.7);
}

.hover\:border-l-fuchsia-500\/75:hover {
  border-left-color: rgb(217 70 239 / 0.75);
}

.hover\:border-l-fuchsia-500\/80:hover {
  border-left-color: rgb(217 70 239 / 0.8);
}

.hover\:border-l-fuchsia-500\/90:hover {
  border-left-color: rgb(217 70 239 / 0.9);
}

.hover\:border-l-fuchsia-500\/95:hover {
  border-left-color: rgb(217 70 239 / 0.95);
}

.hover\:border-l-fuchsia-600:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(192 38 211 / var(--tw-border-opacity));
}

.hover\:border-l-fuchsia-600\/0:hover {
  border-left-color: rgb(192 38 211 / 0);
}

.hover\:border-l-fuchsia-600\/10:hover {
  border-left-color: rgb(192 38 211 / 0.1);
}

.hover\:border-l-fuchsia-600\/100:hover {
  border-left-color: rgb(192 38 211 / 1);
}

.hover\:border-l-fuchsia-600\/20:hover {
  border-left-color: rgb(192 38 211 / 0.2);
}

.hover\:border-l-fuchsia-600\/25:hover {
  border-left-color: rgb(192 38 211 / 0.25);
}

.hover\:border-l-fuchsia-600\/30:hover {
  border-left-color: rgb(192 38 211 / 0.3);
}

.hover\:border-l-fuchsia-600\/40:hover {
  border-left-color: rgb(192 38 211 / 0.4);
}

.hover\:border-l-fuchsia-600\/5:hover {
  border-left-color: rgb(192 38 211 / 0.05);
}

.hover\:border-l-fuchsia-600\/50:hover {
  border-left-color: rgb(192 38 211 / 0.5);
}

.hover\:border-l-fuchsia-600\/60:hover {
  border-left-color: rgb(192 38 211 / 0.6);
}

.hover\:border-l-fuchsia-600\/70:hover {
  border-left-color: rgb(192 38 211 / 0.7);
}

.hover\:border-l-fuchsia-600\/75:hover {
  border-left-color: rgb(192 38 211 / 0.75);
}

.hover\:border-l-fuchsia-600\/80:hover {
  border-left-color: rgb(192 38 211 / 0.8);
}

.hover\:border-l-fuchsia-600\/90:hover {
  border-left-color: rgb(192 38 211 / 0.9);
}

.hover\:border-l-fuchsia-600\/95:hover {
  border-left-color: rgb(192 38 211 / 0.95);
}

.hover\:border-l-fuchsia-700:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(162 28 175 / var(--tw-border-opacity));
}

.hover\:border-l-fuchsia-700\/0:hover {
  border-left-color: rgb(162 28 175 / 0);
}

.hover\:border-l-fuchsia-700\/10:hover {
  border-left-color: rgb(162 28 175 / 0.1);
}

.hover\:border-l-fuchsia-700\/100:hover {
  border-left-color: rgb(162 28 175 / 1);
}

.hover\:border-l-fuchsia-700\/20:hover {
  border-left-color: rgb(162 28 175 / 0.2);
}

.hover\:border-l-fuchsia-700\/25:hover {
  border-left-color: rgb(162 28 175 / 0.25);
}

.hover\:border-l-fuchsia-700\/30:hover {
  border-left-color: rgb(162 28 175 / 0.3);
}

.hover\:border-l-fuchsia-700\/40:hover {
  border-left-color: rgb(162 28 175 / 0.4);
}

.hover\:border-l-fuchsia-700\/5:hover {
  border-left-color: rgb(162 28 175 / 0.05);
}

.hover\:border-l-fuchsia-700\/50:hover {
  border-left-color: rgb(162 28 175 / 0.5);
}

.hover\:border-l-fuchsia-700\/60:hover {
  border-left-color: rgb(162 28 175 / 0.6);
}

.hover\:border-l-fuchsia-700\/70:hover {
  border-left-color: rgb(162 28 175 / 0.7);
}

.hover\:border-l-fuchsia-700\/75:hover {
  border-left-color: rgb(162 28 175 / 0.75);
}

.hover\:border-l-fuchsia-700\/80:hover {
  border-left-color: rgb(162 28 175 / 0.8);
}

.hover\:border-l-fuchsia-700\/90:hover {
  border-left-color: rgb(162 28 175 / 0.9);
}

.hover\:border-l-fuchsia-700\/95:hover {
  border-left-color: rgb(162 28 175 / 0.95);
}

.hover\:border-l-fuchsia-800:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(134 25 143 / var(--tw-border-opacity));
}

.hover\:border-l-fuchsia-800\/0:hover {
  border-left-color: rgb(134 25 143 / 0);
}

.hover\:border-l-fuchsia-800\/10:hover {
  border-left-color: rgb(134 25 143 / 0.1);
}

.hover\:border-l-fuchsia-800\/100:hover {
  border-left-color: rgb(134 25 143 / 1);
}

.hover\:border-l-fuchsia-800\/20:hover {
  border-left-color: rgb(134 25 143 / 0.2);
}

.hover\:border-l-fuchsia-800\/25:hover {
  border-left-color: rgb(134 25 143 / 0.25);
}

.hover\:border-l-fuchsia-800\/30:hover {
  border-left-color: rgb(134 25 143 / 0.3);
}

.hover\:border-l-fuchsia-800\/40:hover {
  border-left-color: rgb(134 25 143 / 0.4);
}

.hover\:border-l-fuchsia-800\/5:hover {
  border-left-color: rgb(134 25 143 / 0.05);
}

.hover\:border-l-fuchsia-800\/50:hover {
  border-left-color: rgb(134 25 143 / 0.5);
}

.hover\:border-l-fuchsia-800\/60:hover {
  border-left-color: rgb(134 25 143 / 0.6);
}

.hover\:border-l-fuchsia-800\/70:hover {
  border-left-color: rgb(134 25 143 / 0.7);
}

.hover\:border-l-fuchsia-800\/75:hover {
  border-left-color: rgb(134 25 143 / 0.75);
}

.hover\:border-l-fuchsia-800\/80:hover {
  border-left-color: rgb(134 25 143 / 0.8);
}

.hover\:border-l-fuchsia-800\/90:hover {
  border-left-color: rgb(134 25 143 / 0.9);
}

.hover\:border-l-fuchsia-800\/95:hover {
  border-left-color: rgb(134 25 143 / 0.95);
}

.hover\:border-l-fuchsia-900:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(112 26 117 / var(--tw-border-opacity));
}

.hover\:border-l-fuchsia-900\/0:hover {
  border-left-color: rgb(112 26 117 / 0);
}

.hover\:border-l-fuchsia-900\/10:hover {
  border-left-color: rgb(112 26 117 / 0.1);
}

.hover\:border-l-fuchsia-900\/100:hover {
  border-left-color: rgb(112 26 117 / 1);
}

.hover\:border-l-fuchsia-900\/20:hover {
  border-left-color: rgb(112 26 117 / 0.2);
}

.hover\:border-l-fuchsia-900\/25:hover {
  border-left-color: rgb(112 26 117 / 0.25);
}

.hover\:border-l-fuchsia-900\/30:hover {
  border-left-color: rgb(112 26 117 / 0.3);
}

.hover\:border-l-fuchsia-900\/40:hover {
  border-left-color: rgb(112 26 117 / 0.4);
}

.hover\:border-l-fuchsia-900\/5:hover {
  border-left-color: rgb(112 26 117 / 0.05);
}

.hover\:border-l-fuchsia-900\/50:hover {
  border-left-color: rgb(112 26 117 / 0.5);
}

.hover\:border-l-fuchsia-900\/60:hover {
  border-left-color: rgb(112 26 117 / 0.6);
}

.hover\:border-l-fuchsia-900\/70:hover {
  border-left-color: rgb(112 26 117 / 0.7);
}

.hover\:border-l-fuchsia-900\/75:hover {
  border-left-color: rgb(112 26 117 / 0.75);
}

.hover\:border-l-fuchsia-900\/80:hover {
  border-left-color: rgb(112 26 117 / 0.8);
}

.hover\:border-l-fuchsia-900\/90:hover {
  border-left-color: rgb(112 26 117 / 0.9);
}

.hover\:border-l-fuchsia-900\/95:hover {
  border-left-color: rgb(112 26 117 / 0.95);
}

.hover\:border-l-fuchsia-950:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(74 4 78 / var(--tw-border-opacity));
}

.hover\:border-l-fuchsia-950\/0:hover {
  border-left-color: rgb(74 4 78 / 0);
}

.hover\:border-l-fuchsia-950\/10:hover {
  border-left-color: rgb(74 4 78 / 0.1);
}

.hover\:border-l-fuchsia-950\/100:hover {
  border-left-color: rgb(74 4 78 / 1);
}

.hover\:border-l-fuchsia-950\/20:hover {
  border-left-color: rgb(74 4 78 / 0.2);
}

.hover\:border-l-fuchsia-950\/25:hover {
  border-left-color: rgb(74 4 78 / 0.25);
}

.hover\:border-l-fuchsia-950\/30:hover {
  border-left-color: rgb(74 4 78 / 0.3);
}

.hover\:border-l-fuchsia-950\/40:hover {
  border-left-color: rgb(74 4 78 / 0.4);
}

.hover\:border-l-fuchsia-950\/5:hover {
  border-left-color: rgb(74 4 78 / 0.05);
}

.hover\:border-l-fuchsia-950\/50:hover {
  border-left-color: rgb(74 4 78 / 0.5);
}

.hover\:border-l-fuchsia-950\/60:hover {
  border-left-color: rgb(74 4 78 / 0.6);
}

.hover\:border-l-fuchsia-950\/70:hover {
  border-left-color: rgb(74 4 78 / 0.7);
}

.hover\:border-l-fuchsia-950\/75:hover {
  border-left-color: rgb(74 4 78 / 0.75);
}

.hover\:border-l-fuchsia-950\/80:hover {
  border-left-color: rgb(74 4 78 / 0.8);
}

.hover\:border-l-fuchsia-950\/90:hover {
  border-left-color: rgb(74 4 78 / 0.9);
}

.hover\:border-l-fuchsia-950\/95:hover {
  border-left-color: rgb(74 4 78 / 0.95);
}

.hover\:border-l-gray-100:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.hover\:border-l-gray-100\/0:hover {
  border-left-color: rgb(243 244 246 / 0);
}

.hover\:border-l-gray-100\/10:hover {
  border-left-color: rgb(243 244 246 / 0.1);
}

.hover\:border-l-gray-100\/100:hover {
  border-left-color: rgb(243 244 246 / 1);
}

.hover\:border-l-gray-100\/20:hover {
  border-left-color: rgb(243 244 246 / 0.2);
}

.hover\:border-l-gray-100\/25:hover {
  border-left-color: rgb(243 244 246 / 0.25);
}

.hover\:border-l-gray-100\/30:hover {
  border-left-color: rgb(243 244 246 / 0.3);
}

.hover\:border-l-gray-100\/40:hover {
  border-left-color: rgb(243 244 246 / 0.4);
}

.hover\:border-l-gray-100\/5:hover {
  border-left-color: rgb(243 244 246 / 0.05);
}

.hover\:border-l-gray-100\/50:hover {
  border-left-color: rgb(243 244 246 / 0.5);
}

.hover\:border-l-gray-100\/60:hover {
  border-left-color: rgb(243 244 246 / 0.6);
}

.hover\:border-l-gray-100\/70:hover {
  border-left-color: rgb(243 244 246 / 0.7);
}

.hover\:border-l-gray-100\/75:hover {
  border-left-color: rgb(243 244 246 / 0.75);
}

.hover\:border-l-gray-100\/80:hover {
  border-left-color: rgb(243 244 246 / 0.8);
}

.hover\:border-l-gray-100\/90:hover {
  border-left-color: rgb(243 244 246 / 0.9);
}

.hover\:border-l-gray-100\/95:hover {
  border-left-color: rgb(243 244 246 / 0.95);
}

.hover\:border-l-gray-200:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.hover\:border-l-gray-200\/0:hover {
  border-left-color: rgb(229 231 235 / 0);
}

.hover\:border-l-gray-200\/10:hover {
  border-left-color: rgb(229 231 235 / 0.1);
}

.hover\:border-l-gray-200\/100:hover {
  border-left-color: rgb(229 231 235 / 1);
}

.hover\:border-l-gray-200\/20:hover {
  border-left-color: rgb(229 231 235 / 0.2);
}

.hover\:border-l-gray-200\/25:hover {
  border-left-color: rgb(229 231 235 / 0.25);
}

.hover\:border-l-gray-200\/30:hover {
  border-left-color: rgb(229 231 235 / 0.3);
}

.hover\:border-l-gray-200\/40:hover {
  border-left-color: rgb(229 231 235 / 0.4);
}

.hover\:border-l-gray-200\/5:hover {
  border-left-color: rgb(229 231 235 / 0.05);
}

.hover\:border-l-gray-200\/50:hover {
  border-left-color: rgb(229 231 235 / 0.5);
}

.hover\:border-l-gray-200\/60:hover {
  border-left-color: rgb(229 231 235 / 0.6);
}

.hover\:border-l-gray-200\/70:hover {
  border-left-color: rgb(229 231 235 / 0.7);
}

.hover\:border-l-gray-200\/75:hover {
  border-left-color: rgb(229 231 235 / 0.75);
}

.hover\:border-l-gray-200\/80:hover {
  border-left-color: rgb(229 231 235 / 0.8);
}

.hover\:border-l-gray-200\/90:hover {
  border-left-color: rgb(229 231 235 / 0.9);
}

.hover\:border-l-gray-200\/95:hover {
  border-left-color: rgb(229 231 235 / 0.95);
}

.hover\:border-l-gray-300:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.hover\:border-l-gray-300\/0:hover {
  border-left-color: rgb(209 213 219 / 0);
}

.hover\:border-l-gray-300\/10:hover {
  border-left-color: rgb(209 213 219 / 0.1);
}

.hover\:border-l-gray-300\/100:hover {
  border-left-color: rgb(209 213 219 / 1);
}

.hover\:border-l-gray-300\/20:hover {
  border-left-color: rgb(209 213 219 / 0.2);
}

.hover\:border-l-gray-300\/25:hover {
  border-left-color: rgb(209 213 219 / 0.25);
}

.hover\:border-l-gray-300\/30:hover {
  border-left-color: rgb(209 213 219 / 0.3);
}

.hover\:border-l-gray-300\/40:hover {
  border-left-color: rgb(209 213 219 / 0.4);
}

.hover\:border-l-gray-300\/5:hover {
  border-left-color: rgb(209 213 219 / 0.05);
}

.hover\:border-l-gray-300\/50:hover {
  border-left-color: rgb(209 213 219 / 0.5);
}

.hover\:border-l-gray-300\/60:hover {
  border-left-color: rgb(209 213 219 / 0.6);
}

.hover\:border-l-gray-300\/70:hover {
  border-left-color: rgb(209 213 219 / 0.7);
}

.hover\:border-l-gray-300\/75:hover {
  border-left-color: rgb(209 213 219 / 0.75);
}

.hover\:border-l-gray-300\/80:hover {
  border-left-color: rgb(209 213 219 / 0.8);
}

.hover\:border-l-gray-300\/90:hover {
  border-left-color: rgb(209 213 219 / 0.9);
}

.hover\:border-l-gray-300\/95:hover {
  border-left-color: rgb(209 213 219 / 0.95);
}

.hover\:border-l-gray-400:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.hover\:border-l-gray-400\/0:hover {
  border-left-color: rgb(156 163 175 / 0);
}

.hover\:border-l-gray-400\/10:hover {
  border-left-color: rgb(156 163 175 / 0.1);
}

.hover\:border-l-gray-400\/100:hover {
  border-left-color: rgb(156 163 175 / 1);
}

.hover\:border-l-gray-400\/20:hover {
  border-left-color: rgb(156 163 175 / 0.2);
}

.hover\:border-l-gray-400\/25:hover {
  border-left-color: rgb(156 163 175 / 0.25);
}

.hover\:border-l-gray-400\/30:hover {
  border-left-color: rgb(156 163 175 / 0.3);
}

.hover\:border-l-gray-400\/40:hover {
  border-left-color: rgb(156 163 175 / 0.4);
}

.hover\:border-l-gray-400\/5:hover {
  border-left-color: rgb(156 163 175 / 0.05);
}

.hover\:border-l-gray-400\/50:hover {
  border-left-color: rgb(156 163 175 / 0.5);
}

.hover\:border-l-gray-400\/60:hover {
  border-left-color: rgb(156 163 175 / 0.6);
}

.hover\:border-l-gray-400\/70:hover {
  border-left-color: rgb(156 163 175 / 0.7);
}

.hover\:border-l-gray-400\/75:hover {
  border-left-color: rgb(156 163 175 / 0.75);
}

.hover\:border-l-gray-400\/80:hover {
  border-left-color: rgb(156 163 175 / 0.8);
}

.hover\:border-l-gray-400\/90:hover {
  border-left-color: rgb(156 163 175 / 0.9);
}

.hover\:border-l-gray-400\/95:hover {
  border-left-color: rgb(156 163 175 / 0.95);
}

.hover\:border-l-gray-50:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.hover\:border-l-gray-50\/0:hover {
  border-left-color: rgb(249 250 251 / 0);
}

.hover\:border-l-gray-50\/10:hover {
  border-left-color: rgb(249 250 251 / 0.1);
}

.hover\:border-l-gray-50\/100:hover {
  border-left-color: rgb(249 250 251 / 1);
}

.hover\:border-l-gray-50\/20:hover {
  border-left-color: rgb(249 250 251 / 0.2);
}

.hover\:border-l-gray-50\/25:hover {
  border-left-color: rgb(249 250 251 / 0.25);
}

.hover\:border-l-gray-50\/30:hover {
  border-left-color: rgb(249 250 251 / 0.3);
}

.hover\:border-l-gray-50\/40:hover {
  border-left-color: rgb(249 250 251 / 0.4);
}

.hover\:border-l-gray-50\/5:hover {
  border-left-color: rgb(249 250 251 / 0.05);
}

.hover\:border-l-gray-50\/50:hover {
  border-left-color: rgb(249 250 251 / 0.5);
}

.hover\:border-l-gray-50\/60:hover {
  border-left-color: rgb(249 250 251 / 0.6);
}

.hover\:border-l-gray-50\/70:hover {
  border-left-color: rgb(249 250 251 / 0.7);
}

.hover\:border-l-gray-50\/75:hover {
  border-left-color: rgb(249 250 251 / 0.75);
}

.hover\:border-l-gray-50\/80:hover {
  border-left-color: rgb(249 250 251 / 0.8);
}

.hover\:border-l-gray-50\/90:hover {
  border-left-color: rgb(249 250 251 / 0.9);
}

.hover\:border-l-gray-50\/95:hover {
  border-left-color: rgb(249 250 251 / 0.95);
}

.hover\:border-l-gray-500:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.hover\:border-l-gray-500\/0:hover {
  border-left-color: rgb(107 114 128 / 0);
}

.hover\:border-l-gray-500\/10:hover {
  border-left-color: rgb(107 114 128 / 0.1);
}

.hover\:border-l-gray-500\/100:hover {
  border-left-color: rgb(107 114 128 / 1);
}

.hover\:border-l-gray-500\/20:hover {
  border-left-color: rgb(107 114 128 / 0.2);
}

.hover\:border-l-gray-500\/25:hover {
  border-left-color: rgb(107 114 128 / 0.25);
}

.hover\:border-l-gray-500\/30:hover {
  border-left-color: rgb(107 114 128 / 0.3);
}

.hover\:border-l-gray-500\/40:hover {
  border-left-color: rgb(107 114 128 / 0.4);
}

.hover\:border-l-gray-500\/5:hover {
  border-left-color: rgb(107 114 128 / 0.05);
}

.hover\:border-l-gray-500\/50:hover {
  border-left-color: rgb(107 114 128 / 0.5);
}

.hover\:border-l-gray-500\/60:hover {
  border-left-color: rgb(107 114 128 / 0.6);
}

.hover\:border-l-gray-500\/70:hover {
  border-left-color: rgb(107 114 128 / 0.7);
}

.hover\:border-l-gray-500\/75:hover {
  border-left-color: rgb(107 114 128 / 0.75);
}

.hover\:border-l-gray-500\/80:hover {
  border-left-color: rgb(107 114 128 / 0.8);
}

.hover\:border-l-gray-500\/90:hover {
  border-left-color: rgb(107 114 128 / 0.9);
}

.hover\:border-l-gray-500\/95:hover {
  border-left-color: rgb(107 114 128 / 0.95);
}

.hover\:border-l-gray-600:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.hover\:border-l-gray-600\/0:hover {
  border-left-color: rgb(75 85 99 / 0);
}

.hover\:border-l-gray-600\/10:hover {
  border-left-color: rgb(75 85 99 / 0.1);
}

.hover\:border-l-gray-600\/100:hover {
  border-left-color: rgb(75 85 99 / 1);
}

.hover\:border-l-gray-600\/20:hover {
  border-left-color: rgb(75 85 99 / 0.2);
}

.hover\:border-l-gray-600\/25:hover {
  border-left-color: rgb(75 85 99 / 0.25);
}

.hover\:border-l-gray-600\/30:hover {
  border-left-color: rgb(75 85 99 / 0.3);
}

.hover\:border-l-gray-600\/40:hover {
  border-left-color: rgb(75 85 99 / 0.4);
}

.hover\:border-l-gray-600\/5:hover {
  border-left-color: rgb(75 85 99 / 0.05);
}

.hover\:border-l-gray-600\/50:hover {
  border-left-color: rgb(75 85 99 / 0.5);
}

.hover\:border-l-gray-600\/60:hover {
  border-left-color: rgb(75 85 99 / 0.6);
}

.hover\:border-l-gray-600\/70:hover {
  border-left-color: rgb(75 85 99 / 0.7);
}

.hover\:border-l-gray-600\/75:hover {
  border-left-color: rgb(75 85 99 / 0.75);
}

.hover\:border-l-gray-600\/80:hover {
  border-left-color: rgb(75 85 99 / 0.8);
}

.hover\:border-l-gray-600\/90:hover {
  border-left-color: rgb(75 85 99 / 0.9);
}

.hover\:border-l-gray-600\/95:hover {
  border-left-color: rgb(75 85 99 / 0.95);
}

.hover\:border-l-gray-700:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.hover\:border-l-gray-700\/0:hover {
  border-left-color: rgb(55 65 81 / 0);
}

.hover\:border-l-gray-700\/10:hover {
  border-left-color: rgb(55 65 81 / 0.1);
}

.hover\:border-l-gray-700\/100:hover {
  border-left-color: rgb(55 65 81 / 1);
}

.hover\:border-l-gray-700\/20:hover {
  border-left-color: rgb(55 65 81 / 0.2);
}

.hover\:border-l-gray-700\/25:hover {
  border-left-color: rgb(55 65 81 / 0.25);
}

.hover\:border-l-gray-700\/30:hover {
  border-left-color: rgb(55 65 81 / 0.3);
}

.hover\:border-l-gray-700\/40:hover {
  border-left-color: rgb(55 65 81 / 0.4);
}

.hover\:border-l-gray-700\/5:hover {
  border-left-color: rgb(55 65 81 / 0.05);
}

.hover\:border-l-gray-700\/50:hover {
  border-left-color: rgb(55 65 81 / 0.5);
}

.hover\:border-l-gray-700\/60:hover {
  border-left-color: rgb(55 65 81 / 0.6);
}

.hover\:border-l-gray-700\/70:hover {
  border-left-color: rgb(55 65 81 / 0.7);
}

.hover\:border-l-gray-700\/75:hover {
  border-left-color: rgb(55 65 81 / 0.75);
}

.hover\:border-l-gray-700\/80:hover {
  border-left-color: rgb(55 65 81 / 0.8);
}

.hover\:border-l-gray-700\/90:hover {
  border-left-color: rgb(55 65 81 / 0.9);
}

.hover\:border-l-gray-700\/95:hover {
  border-left-color: rgb(55 65 81 / 0.95);
}

.hover\:border-l-gray-800:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.hover\:border-l-gray-800\/0:hover {
  border-left-color: rgb(31 41 55 / 0);
}

.hover\:border-l-gray-800\/10:hover {
  border-left-color: rgb(31 41 55 / 0.1);
}

.hover\:border-l-gray-800\/100:hover {
  border-left-color: rgb(31 41 55 / 1);
}

.hover\:border-l-gray-800\/20:hover {
  border-left-color: rgb(31 41 55 / 0.2);
}

.hover\:border-l-gray-800\/25:hover {
  border-left-color: rgb(31 41 55 / 0.25);
}

.hover\:border-l-gray-800\/30:hover {
  border-left-color: rgb(31 41 55 / 0.3);
}

.hover\:border-l-gray-800\/40:hover {
  border-left-color: rgb(31 41 55 / 0.4);
}

.hover\:border-l-gray-800\/5:hover {
  border-left-color: rgb(31 41 55 / 0.05);
}

.hover\:border-l-gray-800\/50:hover {
  border-left-color: rgb(31 41 55 / 0.5);
}

.hover\:border-l-gray-800\/60:hover {
  border-left-color: rgb(31 41 55 / 0.6);
}

.hover\:border-l-gray-800\/70:hover {
  border-left-color: rgb(31 41 55 / 0.7);
}

.hover\:border-l-gray-800\/75:hover {
  border-left-color: rgb(31 41 55 / 0.75);
}

.hover\:border-l-gray-800\/80:hover {
  border-left-color: rgb(31 41 55 / 0.8);
}

.hover\:border-l-gray-800\/90:hover {
  border-left-color: rgb(31 41 55 / 0.9);
}

.hover\:border-l-gray-800\/95:hover {
  border-left-color: rgb(31 41 55 / 0.95);
}

.hover\:border-l-gray-900:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.hover\:border-l-gray-900\/0:hover {
  border-left-color: rgb(17 24 39 / 0);
}

.hover\:border-l-gray-900\/10:hover {
  border-left-color: rgb(17 24 39 / 0.1);
}

.hover\:border-l-gray-900\/100:hover {
  border-left-color: rgb(17 24 39 / 1);
}

.hover\:border-l-gray-900\/20:hover {
  border-left-color: rgb(17 24 39 / 0.2);
}

.hover\:border-l-gray-900\/25:hover {
  border-left-color: rgb(17 24 39 / 0.25);
}

.hover\:border-l-gray-900\/30:hover {
  border-left-color: rgb(17 24 39 / 0.3);
}

.hover\:border-l-gray-900\/40:hover {
  border-left-color: rgb(17 24 39 / 0.4);
}

.hover\:border-l-gray-900\/5:hover {
  border-left-color: rgb(17 24 39 / 0.05);
}

.hover\:border-l-gray-900\/50:hover {
  border-left-color: rgb(17 24 39 / 0.5);
}

.hover\:border-l-gray-900\/60:hover {
  border-left-color: rgb(17 24 39 / 0.6);
}

.hover\:border-l-gray-900\/70:hover {
  border-left-color: rgb(17 24 39 / 0.7);
}

.hover\:border-l-gray-900\/75:hover {
  border-left-color: rgb(17 24 39 / 0.75);
}

.hover\:border-l-gray-900\/80:hover {
  border-left-color: rgb(17 24 39 / 0.8);
}

.hover\:border-l-gray-900\/90:hover {
  border-left-color: rgb(17 24 39 / 0.9);
}

.hover\:border-l-gray-900\/95:hover {
  border-left-color: rgb(17 24 39 / 0.95);
}

.hover\:border-l-gray-950:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(3 7 18 / var(--tw-border-opacity));
}

.hover\:border-l-gray-950\/0:hover {
  border-left-color: rgb(3 7 18 / 0);
}

.hover\:border-l-gray-950\/10:hover {
  border-left-color: rgb(3 7 18 / 0.1);
}

.hover\:border-l-gray-950\/100:hover {
  border-left-color: rgb(3 7 18 / 1);
}

.hover\:border-l-gray-950\/20:hover {
  border-left-color: rgb(3 7 18 / 0.2);
}

.hover\:border-l-gray-950\/25:hover {
  border-left-color: rgb(3 7 18 / 0.25);
}

.hover\:border-l-gray-950\/30:hover {
  border-left-color: rgb(3 7 18 / 0.3);
}

.hover\:border-l-gray-950\/40:hover {
  border-left-color: rgb(3 7 18 / 0.4);
}

.hover\:border-l-gray-950\/5:hover {
  border-left-color: rgb(3 7 18 / 0.05);
}

.hover\:border-l-gray-950\/50:hover {
  border-left-color: rgb(3 7 18 / 0.5);
}

.hover\:border-l-gray-950\/60:hover {
  border-left-color: rgb(3 7 18 / 0.6);
}

.hover\:border-l-gray-950\/70:hover {
  border-left-color: rgb(3 7 18 / 0.7);
}

.hover\:border-l-gray-950\/75:hover {
  border-left-color: rgb(3 7 18 / 0.75);
}

.hover\:border-l-gray-950\/80:hover {
  border-left-color: rgb(3 7 18 / 0.8);
}

.hover\:border-l-gray-950\/90:hover {
  border-left-color: rgb(3 7 18 / 0.9);
}

.hover\:border-l-gray-950\/95:hover {
  border-left-color: rgb(3 7 18 / 0.95);
}

.hover\:border-l-green-100:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(220 252 231 / var(--tw-border-opacity));
}

.hover\:border-l-green-100\/0:hover {
  border-left-color: rgb(220 252 231 / 0);
}

.hover\:border-l-green-100\/10:hover {
  border-left-color: rgb(220 252 231 / 0.1);
}

.hover\:border-l-green-100\/100:hover {
  border-left-color: rgb(220 252 231 / 1);
}

.hover\:border-l-green-100\/20:hover {
  border-left-color: rgb(220 252 231 / 0.2);
}

.hover\:border-l-green-100\/25:hover {
  border-left-color: rgb(220 252 231 / 0.25);
}

.hover\:border-l-green-100\/30:hover {
  border-left-color: rgb(220 252 231 / 0.3);
}

.hover\:border-l-green-100\/40:hover {
  border-left-color: rgb(220 252 231 / 0.4);
}

.hover\:border-l-green-100\/5:hover {
  border-left-color: rgb(220 252 231 / 0.05);
}

.hover\:border-l-green-100\/50:hover {
  border-left-color: rgb(220 252 231 / 0.5);
}

.hover\:border-l-green-100\/60:hover {
  border-left-color: rgb(220 252 231 / 0.6);
}

.hover\:border-l-green-100\/70:hover {
  border-left-color: rgb(220 252 231 / 0.7);
}

.hover\:border-l-green-100\/75:hover {
  border-left-color: rgb(220 252 231 / 0.75);
}

.hover\:border-l-green-100\/80:hover {
  border-left-color: rgb(220 252 231 / 0.8);
}

.hover\:border-l-green-100\/90:hover {
  border-left-color: rgb(220 252 231 / 0.9);
}

.hover\:border-l-green-100\/95:hover {
  border-left-color: rgb(220 252 231 / 0.95);
}

.hover\:border-l-green-200:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.hover\:border-l-green-200\/0:hover {
  border-left-color: rgb(187 247 208 / 0);
}

.hover\:border-l-green-200\/10:hover {
  border-left-color: rgb(187 247 208 / 0.1);
}

.hover\:border-l-green-200\/100:hover {
  border-left-color: rgb(187 247 208 / 1);
}

.hover\:border-l-green-200\/20:hover {
  border-left-color: rgb(187 247 208 / 0.2);
}

.hover\:border-l-green-200\/25:hover {
  border-left-color: rgb(187 247 208 / 0.25);
}

.hover\:border-l-green-200\/30:hover {
  border-left-color: rgb(187 247 208 / 0.3);
}

.hover\:border-l-green-200\/40:hover {
  border-left-color: rgb(187 247 208 / 0.4);
}

.hover\:border-l-green-200\/5:hover {
  border-left-color: rgb(187 247 208 / 0.05);
}

.hover\:border-l-green-200\/50:hover {
  border-left-color: rgb(187 247 208 / 0.5);
}

.hover\:border-l-green-200\/60:hover {
  border-left-color: rgb(187 247 208 / 0.6);
}

.hover\:border-l-green-200\/70:hover {
  border-left-color: rgb(187 247 208 / 0.7);
}

.hover\:border-l-green-200\/75:hover {
  border-left-color: rgb(187 247 208 / 0.75);
}

.hover\:border-l-green-200\/80:hover {
  border-left-color: rgb(187 247 208 / 0.8);
}

.hover\:border-l-green-200\/90:hover {
  border-left-color: rgb(187 247 208 / 0.9);
}

.hover\:border-l-green-200\/95:hover {
  border-left-color: rgb(187 247 208 / 0.95);
}

.hover\:border-l-green-300:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.hover\:border-l-green-300\/0:hover {
  border-left-color: rgb(134 239 172 / 0);
}

.hover\:border-l-green-300\/10:hover {
  border-left-color: rgb(134 239 172 / 0.1);
}

.hover\:border-l-green-300\/100:hover {
  border-left-color: rgb(134 239 172 / 1);
}

.hover\:border-l-green-300\/20:hover {
  border-left-color: rgb(134 239 172 / 0.2);
}

.hover\:border-l-green-300\/25:hover {
  border-left-color: rgb(134 239 172 / 0.25);
}

.hover\:border-l-green-300\/30:hover {
  border-left-color: rgb(134 239 172 / 0.3);
}

.hover\:border-l-green-300\/40:hover {
  border-left-color: rgb(134 239 172 / 0.4);
}

.hover\:border-l-green-300\/5:hover {
  border-left-color: rgb(134 239 172 / 0.05);
}

.hover\:border-l-green-300\/50:hover {
  border-left-color: rgb(134 239 172 / 0.5);
}

.hover\:border-l-green-300\/60:hover {
  border-left-color: rgb(134 239 172 / 0.6);
}

.hover\:border-l-green-300\/70:hover {
  border-left-color: rgb(134 239 172 / 0.7);
}

.hover\:border-l-green-300\/75:hover {
  border-left-color: rgb(134 239 172 / 0.75);
}

.hover\:border-l-green-300\/80:hover {
  border-left-color: rgb(134 239 172 / 0.8);
}

.hover\:border-l-green-300\/90:hover {
  border-left-color: rgb(134 239 172 / 0.9);
}

.hover\:border-l-green-300\/95:hover {
  border-left-color: rgb(134 239 172 / 0.95);
}

.hover\:border-l-green-400:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.hover\:border-l-green-400\/0:hover {
  border-left-color: rgb(74 222 128 / 0);
}

.hover\:border-l-green-400\/10:hover {
  border-left-color: rgb(74 222 128 / 0.1);
}

.hover\:border-l-green-400\/100:hover {
  border-left-color: rgb(74 222 128 / 1);
}

.hover\:border-l-green-400\/20:hover {
  border-left-color: rgb(74 222 128 / 0.2);
}

.hover\:border-l-green-400\/25:hover {
  border-left-color: rgb(74 222 128 / 0.25);
}

.hover\:border-l-green-400\/30:hover {
  border-left-color: rgb(74 222 128 / 0.3);
}

.hover\:border-l-green-400\/40:hover {
  border-left-color: rgb(74 222 128 / 0.4);
}

.hover\:border-l-green-400\/5:hover {
  border-left-color: rgb(74 222 128 / 0.05);
}

.hover\:border-l-green-400\/50:hover {
  border-left-color: rgb(74 222 128 / 0.5);
}

.hover\:border-l-green-400\/60:hover {
  border-left-color: rgb(74 222 128 / 0.6);
}

.hover\:border-l-green-400\/70:hover {
  border-left-color: rgb(74 222 128 / 0.7);
}

.hover\:border-l-green-400\/75:hover {
  border-left-color: rgb(74 222 128 / 0.75);
}

.hover\:border-l-green-400\/80:hover {
  border-left-color: rgb(74 222 128 / 0.8);
}

.hover\:border-l-green-400\/90:hover {
  border-left-color: rgb(74 222 128 / 0.9);
}

.hover\:border-l-green-400\/95:hover {
  border-left-color: rgb(74 222 128 / 0.95);
}

.hover\:border-l-green-50:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(240 253 244 / var(--tw-border-opacity));
}

.hover\:border-l-green-50\/0:hover {
  border-left-color: rgb(240 253 244 / 0);
}

.hover\:border-l-green-50\/10:hover {
  border-left-color: rgb(240 253 244 / 0.1);
}

.hover\:border-l-green-50\/100:hover {
  border-left-color: rgb(240 253 244 / 1);
}

.hover\:border-l-green-50\/20:hover {
  border-left-color: rgb(240 253 244 / 0.2);
}

.hover\:border-l-green-50\/25:hover {
  border-left-color: rgb(240 253 244 / 0.25);
}

.hover\:border-l-green-50\/30:hover {
  border-left-color: rgb(240 253 244 / 0.3);
}

.hover\:border-l-green-50\/40:hover {
  border-left-color: rgb(240 253 244 / 0.4);
}

.hover\:border-l-green-50\/5:hover {
  border-left-color: rgb(240 253 244 / 0.05);
}

.hover\:border-l-green-50\/50:hover {
  border-left-color: rgb(240 253 244 / 0.5);
}

.hover\:border-l-green-50\/60:hover {
  border-left-color: rgb(240 253 244 / 0.6);
}

.hover\:border-l-green-50\/70:hover {
  border-left-color: rgb(240 253 244 / 0.7);
}

.hover\:border-l-green-50\/75:hover {
  border-left-color: rgb(240 253 244 / 0.75);
}

.hover\:border-l-green-50\/80:hover {
  border-left-color: rgb(240 253 244 / 0.8);
}

.hover\:border-l-green-50\/90:hover {
  border-left-color: rgb(240 253 244 / 0.9);
}

.hover\:border-l-green-50\/95:hover {
  border-left-color: rgb(240 253 244 / 0.95);
}

.hover\:border-l-green-500:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.hover\:border-l-green-500\/0:hover {
  border-left-color: rgb(34 197 94 / 0);
}

.hover\:border-l-green-500\/10:hover {
  border-left-color: rgb(34 197 94 / 0.1);
}

.hover\:border-l-green-500\/100:hover {
  border-left-color: rgb(34 197 94 / 1);
}

.hover\:border-l-green-500\/20:hover {
  border-left-color: rgb(34 197 94 / 0.2);
}

.hover\:border-l-green-500\/25:hover {
  border-left-color: rgb(34 197 94 / 0.25);
}

.hover\:border-l-green-500\/30:hover {
  border-left-color: rgb(34 197 94 / 0.3);
}

.hover\:border-l-green-500\/40:hover {
  border-left-color: rgb(34 197 94 / 0.4);
}

.hover\:border-l-green-500\/5:hover {
  border-left-color: rgb(34 197 94 / 0.05);
}

.hover\:border-l-green-500\/50:hover {
  border-left-color: rgb(34 197 94 / 0.5);
}

.hover\:border-l-green-500\/60:hover {
  border-left-color: rgb(34 197 94 / 0.6);
}

.hover\:border-l-green-500\/70:hover {
  border-left-color: rgb(34 197 94 / 0.7);
}

.hover\:border-l-green-500\/75:hover {
  border-left-color: rgb(34 197 94 / 0.75);
}

.hover\:border-l-green-500\/80:hover {
  border-left-color: rgb(34 197 94 / 0.8);
}

.hover\:border-l-green-500\/90:hover {
  border-left-color: rgb(34 197 94 / 0.9);
}

.hover\:border-l-green-500\/95:hover {
  border-left-color: rgb(34 197 94 / 0.95);
}

.hover\:border-l-green-600:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.hover\:border-l-green-600\/0:hover {
  border-left-color: rgb(22 163 74 / 0);
}

.hover\:border-l-green-600\/10:hover {
  border-left-color: rgb(22 163 74 / 0.1);
}

.hover\:border-l-green-600\/100:hover {
  border-left-color: rgb(22 163 74 / 1);
}

.hover\:border-l-green-600\/20:hover {
  border-left-color: rgb(22 163 74 / 0.2);
}

.hover\:border-l-green-600\/25:hover {
  border-left-color: rgb(22 163 74 / 0.25);
}

.hover\:border-l-green-600\/30:hover {
  border-left-color: rgb(22 163 74 / 0.3);
}

.hover\:border-l-green-600\/40:hover {
  border-left-color: rgb(22 163 74 / 0.4);
}

.hover\:border-l-green-600\/5:hover {
  border-left-color: rgb(22 163 74 / 0.05);
}

.hover\:border-l-green-600\/50:hover {
  border-left-color: rgb(22 163 74 / 0.5);
}

.hover\:border-l-green-600\/60:hover {
  border-left-color: rgb(22 163 74 / 0.6);
}

.hover\:border-l-green-600\/70:hover {
  border-left-color: rgb(22 163 74 / 0.7);
}

.hover\:border-l-green-600\/75:hover {
  border-left-color: rgb(22 163 74 / 0.75);
}

.hover\:border-l-green-600\/80:hover {
  border-left-color: rgb(22 163 74 / 0.8);
}

.hover\:border-l-green-600\/90:hover {
  border-left-color: rgb(22 163 74 / 0.9);
}

.hover\:border-l-green-600\/95:hover {
  border-left-color: rgb(22 163 74 / 0.95);
}

.hover\:border-l-green-700:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.hover\:border-l-green-700\/0:hover {
  border-left-color: rgb(21 128 61 / 0);
}

.hover\:border-l-green-700\/10:hover {
  border-left-color: rgb(21 128 61 / 0.1);
}

.hover\:border-l-green-700\/100:hover {
  border-left-color: rgb(21 128 61 / 1);
}

.hover\:border-l-green-700\/20:hover {
  border-left-color: rgb(21 128 61 / 0.2);
}

.hover\:border-l-green-700\/25:hover {
  border-left-color: rgb(21 128 61 / 0.25);
}

.hover\:border-l-green-700\/30:hover {
  border-left-color: rgb(21 128 61 / 0.3);
}

.hover\:border-l-green-700\/40:hover {
  border-left-color: rgb(21 128 61 / 0.4);
}

.hover\:border-l-green-700\/5:hover {
  border-left-color: rgb(21 128 61 / 0.05);
}

.hover\:border-l-green-700\/50:hover {
  border-left-color: rgb(21 128 61 / 0.5);
}

.hover\:border-l-green-700\/60:hover {
  border-left-color: rgb(21 128 61 / 0.6);
}

.hover\:border-l-green-700\/70:hover {
  border-left-color: rgb(21 128 61 / 0.7);
}

.hover\:border-l-green-700\/75:hover {
  border-left-color: rgb(21 128 61 / 0.75);
}

.hover\:border-l-green-700\/80:hover {
  border-left-color: rgb(21 128 61 / 0.8);
}

.hover\:border-l-green-700\/90:hover {
  border-left-color: rgb(21 128 61 / 0.9);
}

.hover\:border-l-green-700\/95:hover {
  border-left-color: rgb(21 128 61 / 0.95);
}

.hover\:border-l-green-800:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.hover\:border-l-green-800\/0:hover {
  border-left-color: rgb(22 101 52 / 0);
}

.hover\:border-l-green-800\/10:hover {
  border-left-color: rgb(22 101 52 / 0.1);
}

.hover\:border-l-green-800\/100:hover {
  border-left-color: rgb(22 101 52 / 1);
}

.hover\:border-l-green-800\/20:hover {
  border-left-color: rgb(22 101 52 / 0.2);
}

.hover\:border-l-green-800\/25:hover {
  border-left-color: rgb(22 101 52 / 0.25);
}

.hover\:border-l-green-800\/30:hover {
  border-left-color: rgb(22 101 52 / 0.3);
}

.hover\:border-l-green-800\/40:hover {
  border-left-color: rgb(22 101 52 / 0.4);
}

.hover\:border-l-green-800\/5:hover {
  border-left-color: rgb(22 101 52 / 0.05);
}

.hover\:border-l-green-800\/50:hover {
  border-left-color: rgb(22 101 52 / 0.5);
}

.hover\:border-l-green-800\/60:hover {
  border-left-color: rgb(22 101 52 / 0.6);
}

.hover\:border-l-green-800\/70:hover {
  border-left-color: rgb(22 101 52 / 0.7);
}

.hover\:border-l-green-800\/75:hover {
  border-left-color: rgb(22 101 52 / 0.75);
}

.hover\:border-l-green-800\/80:hover {
  border-left-color: rgb(22 101 52 / 0.8);
}

.hover\:border-l-green-800\/90:hover {
  border-left-color: rgb(22 101 52 / 0.9);
}

.hover\:border-l-green-800\/95:hover {
  border-left-color: rgb(22 101 52 / 0.95);
}

.hover\:border-l-green-900:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(20 83 45 / var(--tw-border-opacity));
}

.hover\:border-l-green-900\/0:hover {
  border-left-color: rgb(20 83 45 / 0);
}

.hover\:border-l-green-900\/10:hover {
  border-left-color: rgb(20 83 45 / 0.1);
}

.hover\:border-l-green-900\/100:hover {
  border-left-color: rgb(20 83 45 / 1);
}

.hover\:border-l-green-900\/20:hover {
  border-left-color: rgb(20 83 45 / 0.2);
}

.hover\:border-l-green-900\/25:hover {
  border-left-color: rgb(20 83 45 / 0.25);
}

.hover\:border-l-green-900\/30:hover {
  border-left-color: rgb(20 83 45 / 0.3);
}

.hover\:border-l-green-900\/40:hover {
  border-left-color: rgb(20 83 45 / 0.4);
}

.hover\:border-l-green-900\/5:hover {
  border-left-color: rgb(20 83 45 / 0.05);
}

.hover\:border-l-green-900\/50:hover {
  border-left-color: rgb(20 83 45 / 0.5);
}

.hover\:border-l-green-900\/60:hover {
  border-left-color: rgb(20 83 45 / 0.6);
}

.hover\:border-l-green-900\/70:hover {
  border-left-color: rgb(20 83 45 / 0.7);
}

.hover\:border-l-green-900\/75:hover {
  border-left-color: rgb(20 83 45 / 0.75);
}

.hover\:border-l-green-900\/80:hover {
  border-left-color: rgb(20 83 45 / 0.8);
}

.hover\:border-l-green-900\/90:hover {
  border-left-color: rgb(20 83 45 / 0.9);
}

.hover\:border-l-green-900\/95:hover {
  border-left-color: rgb(20 83 45 / 0.95);
}

.hover\:border-l-green-950:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(5 46 22 / var(--tw-border-opacity));
}

.hover\:border-l-green-950\/0:hover {
  border-left-color: rgb(5 46 22 / 0);
}

.hover\:border-l-green-950\/10:hover {
  border-left-color: rgb(5 46 22 / 0.1);
}

.hover\:border-l-green-950\/100:hover {
  border-left-color: rgb(5 46 22 / 1);
}

.hover\:border-l-green-950\/20:hover {
  border-left-color: rgb(5 46 22 / 0.2);
}

.hover\:border-l-green-950\/25:hover {
  border-left-color: rgb(5 46 22 / 0.25);
}

.hover\:border-l-green-950\/30:hover {
  border-left-color: rgb(5 46 22 / 0.3);
}

.hover\:border-l-green-950\/40:hover {
  border-left-color: rgb(5 46 22 / 0.4);
}

.hover\:border-l-green-950\/5:hover {
  border-left-color: rgb(5 46 22 / 0.05);
}

.hover\:border-l-green-950\/50:hover {
  border-left-color: rgb(5 46 22 / 0.5);
}

.hover\:border-l-green-950\/60:hover {
  border-left-color: rgb(5 46 22 / 0.6);
}

.hover\:border-l-green-950\/70:hover {
  border-left-color: rgb(5 46 22 / 0.7);
}

.hover\:border-l-green-950\/75:hover {
  border-left-color: rgb(5 46 22 / 0.75);
}

.hover\:border-l-green-950\/80:hover {
  border-left-color: rgb(5 46 22 / 0.8);
}

.hover\:border-l-green-950\/90:hover {
  border-left-color: rgb(5 46 22 / 0.9);
}

.hover\:border-l-green-950\/95:hover {
  border-left-color: rgb(5 46 22 / 0.95);
}

.hover\:border-l-indigo-100:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(224 231 255 / var(--tw-border-opacity));
}

.hover\:border-l-indigo-100\/0:hover {
  border-left-color: rgb(224 231 255 / 0);
}

.hover\:border-l-indigo-100\/10:hover {
  border-left-color: rgb(224 231 255 / 0.1);
}

.hover\:border-l-indigo-100\/100:hover {
  border-left-color: rgb(224 231 255 / 1);
}

.hover\:border-l-indigo-100\/20:hover {
  border-left-color: rgb(224 231 255 / 0.2);
}

.hover\:border-l-indigo-100\/25:hover {
  border-left-color: rgb(224 231 255 / 0.25);
}

.hover\:border-l-indigo-100\/30:hover {
  border-left-color: rgb(224 231 255 / 0.3);
}

.hover\:border-l-indigo-100\/40:hover {
  border-left-color: rgb(224 231 255 / 0.4);
}

.hover\:border-l-indigo-100\/5:hover {
  border-left-color: rgb(224 231 255 / 0.05);
}

.hover\:border-l-indigo-100\/50:hover {
  border-left-color: rgb(224 231 255 / 0.5);
}

.hover\:border-l-indigo-100\/60:hover {
  border-left-color: rgb(224 231 255 / 0.6);
}

.hover\:border-l-indigo-100\/70:hover {
  border-left-color: rgb(224 231 255 / 0.7);
}

.hover\:border-l-indigo-100\/75:hover {
  border-left-color: rgb(224 231 255 / 0.75);
}

.hover\:border-l-indigo-100\/80:hover {
  border-left-color: rgb(224 231 255 / 0.8);
}

.hover\:border-l-indigo-100\/90:hover {
  border-left-color: rgb(224 231 255 / 0.9);
}

.hover\:border-l-indigo-100\/95:hover {
  border-left-color: rgb(224 231 255 / 0.95);
}

.hover\:border-l-indigo-200:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.hover\:border-l-indigo-200\/0:hover {
  border-left-color: rgb(199 210 254 / 0);
}

.hover\:border-l-indigo-200\/10:hover {
  border-left-color: rgb(199 210 254 / 0.1);
}

.hover\:border-l-indigo-200\/100:hover {
  border-left-color: rgb(199 210 254 / 1);
}

.hover\:border-l-indigo-200\/20:hover {
  border-left-color: rgb(199 210 254 / 0.2);
}

.hover\:border-l-indigo-200\/25:hover {
  border-left-color: rgb(199 210 254 / 0.25);
}

.hover\:border-l-indigo-200\/30:hover {
  border-left-color: rgb(199 210 254 / 0.3);
}

.hover\:border-l-indigo-200\/40:hover {
  border-left-color: rgb(199 210 254 / 0.4);
}

.hover\:border-l-indigo-200\/5:hover {
  border-left-color: rgb(199 210 254 / 0.05);
}

.hover\:border-l-indigo-200\/50:hover {
  border-left-color: rgb(199 210 254 / 0.5);
}

.hover\:border-l-indigo-200\/60:hover {
  border-left-color: rgb(199 210 254 / 0.6);
}

.hover\:border-l-indigo-200\/70:hover {
  border-left-color: rgb(199 210 254 / 0.7);
}

.hover\:border-l-indigo-200\/75:hover {
  border-left-color: rgb(199 210 254 / 0.75);
}

.hover\:border-l-indigo-200\/80:hover {
  border-left-color: rgb(199 210 254 / 0.8);
}

.hover\:border-l-indigo-200\/90:hover {
  border-left-color: rgb(199 210 254 / 0.9);
}

.hover\:border-l-indigo-200\/95:hover {
  border-left-color: rgb(199 210 254 / 0.95);
}

.hover\:border-l-indigo-300:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.hover\:border-l-indigo-300\/0:hover {
  border-left-color: rgb(165 180 252 / 0);
}

.hover\:border-l-indigo-300\/10:hover {
  border-left-color: rgb(165 180 252 / 0.1);
}

.hover\:border-l-indigo-300\/100:hover {
  border-left-color: rgb(165 180 252 / 1);
}

.hover\:border-l-indigo-300\/20:hover {
  border-left-color: rgb(165 180 252 / 0.2);
}

.hover\:border-l-indigo-300\/25:hover {
  border-left-color: rgb(165 180 252 / 0.25);
}

.hover\:border-l-indigo-300\/30:hover {
  border-left-color: rgb(165 180 252 / 0.3);
}

.hover\:border-l-indigo-300\/40:hover {
  border-left-color: rgb(165 180 252 / 0.4);
}

.hover\:border-l-indigo-300\/5:hover {
  border-left-color: rgb(165 180 252 / 0.05);
}

.hover\:border-l-indigo-300\/50:hover {
  border-left-color: rgb(165 180 252 / 0.5);
}

.hover\:border-l-indigo-300\/60:hover {
  border-left-color: rgb(165 180 252 / 0.6);
}

.hover\:border-l-indigo-300\/70:hover {
  border-left-color: rgb(165 180 252 / 0.7);
}

.hover\:border-l-indigo-300\/75:hover {
  border-left-color: rgb(165 180 252 / 0.75);
}

.hover\:border-l-indigo-300\/80:hover {
  border-left-color: rgb(165 180 252 / 0.8);
}

.hover\:border-l-indigo-300\/90:hover {
  border-left-color: rgb(165 180 252 / 0.9);
}

.hover\:border-l-indigo-300\/95:hover {
  border-left-color: rgb(165 180 252 / 0.95);
}

.hover\:border-l-indigo-400:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.hover\:border-l-indigo-400\/0:hover {
  border-left-color: rgb(129 140 248 / 0);
}

.hover\:border-l-indigo-400\/10:hover {
  border-left-color: rgb(129 140 248 / 0.1);
}

.hover\:border-l-indigo-400\/100:hover {
  border-left-color: rgb(129 140 248 / 1);
}

.hover\:border-l-indigo-400\/20:hover {
  border-left-color: rgb(129 140 248 / 0.2);
}

.hover\:border-l-indigo-400\/25:hover {
  border-left-color: rgb(129 140 248 / 0.25);
}

.hover\:border-l-indigo-400\/30:hover {
  border-left-color: rgb(129 140 248 / 0.3);
}

.hover\:border-l-indigo-400\/40:hover {
  border-left-color: rgb(129 140 248 / 0.4);
}

.hover\:border-l-indigo-400\/5:hover {
  border-left-color: rgb(129 140 248 / 0.05);
}

.hover\:border-l-indigo-400\/50:hover {
  border-left-color: rgb(129 140 248 / 0.5);
}

.hover\:border-l-indigo-400\/60:hover {
  border-left-color: rgb(129 140 248 / 0.6);
}

.hover\:border-l-indigo-400\/70:hover {
  border-left-color: rgb(129 140 248 / 0.7);
}

.hover\:border-l-indigo-400\/75:hover {
  border-left-color: rgb(129 140 248 / 0.75);
}

.hover\:border-l-indigo-400\/80:hover {
  border-left-color: rgb(129 140 248 / 0.8);
}

.hover\:border-l-indigo-400\/90:hover {
  border-left-color: rgb(129 140 248 / 0.9);
}

.hover\:border-l-indigo-400\/95:hover {
  border-left-color: rgb(129 140 248 / 0.95);
}

.hover\:border-l-indigo-50:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(238 242 255 / var(--tw-border-opacity));
}

.hover\:border-l-indigo-50\/0:hover {
  border-left-color: rgb(238 242 255 / 0);
}

.hover\:border-l-indigo-50\/10:hover {
  border-left-color: rgb(238 242 255 / 0.1);
}

.hover\:border-l-indigo-50\/100:hover {
  border-left-color: rgb(238 242 255 / 1);
}

.hover\:border-l-indigo-50\/20:hover {
  border-left-color: rgb(238 242 255 / 0.2);
}

.hover\:border-l-indigo-50\/25:hover {
  border-left-color: rgb(238 242 255 / 0.25);
}

.hover\:border-l-indigo-50\/30:hover {
  border-left-color: rgb(238 242 255 / 0.3);
}

.hover\:border-l-indigo-50\/40:hover {
  border-left-color: rgb(238 242 255 / 0.4);
}

.hover\:border-l-indigo-50\/5:hover {
  border-left-color: rgb(238 242 255 / 0.05);
}

.hover\:border-l-indigo-50\/50:hover {
  border-left-color: rgb(238 242 255 / 0.5);
}

.hover\:border-l-indigo-50\/60:hover {
  border-left-color: rgb(238 242 255 / 0.6);
}

.hover\:border-l-indigo-50\/70:hover {
  border-left-color: rgb(238 242 255 / 0.7);
}

.hover\:border-l-indigo-50\/75:hover {
  border-left-color: rgb(238 242 255 / 0.75);
}

.hover\:border-l-indigo-50\/80:hover {
  border-left-color: rgb(238 242 255 / 0.8);
}

.hover\:border-l-indigo-50\/90:hover {
  border-left-color: rgb(238 242 255 / 0.9);
}

.hover\:border-l-indigo-50\/95:hover {
  border-left-color: rgb(238 242 255 / 0.95);
}

.hover\:border-l-indigo-500:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.hover\:border-l-indigo-500\/0:hover {
  border-left-color: rgb(99 102 241 / 0);
}

.hover\:border-l-indigo-500\/10:hover {
  border-left-color: rgb(99 102 241 / 0.1);
}

.hover\:border-l-indigo-500\/100:hover {
  border-left-color: rgb(99 102 241 / 1);
}

.hover\:border-l-indigo-500\/20:hover {
  border-left-color: rgb(99 102 241 / 0.2);
}

.hover\:border-l-indigo-500\/25:hover {
  border-left-color: rgb(99 102 241 / 0.25);
}

.hover\:border-l-indigo-500\/30:hover {
  border-left-color: rgb(99 102 241 / 0.3);
}

.hover\:border-l-indigo-500\/40:hover {
  border-left-color: rgb(99 102 241 / 0.4);
}

.hover\:border-l-indigo-500\/5:hover {
  border-left-color: rgb(99 102 241 / 0.05);
}

.hover\:border-l-indigo-500\/50:hover {
  border-left-color: rgb(99 102 241 / 0.5);
}

.hover\:border-l-indigo-500\/60:hover {
  border-left-color: rgb(99 102 241 / 0.6);
}

.hover\:border-l-indigo-500\/70:hover {
  border-left-color: rgb(99 102 241 / 0.7);
}

.hover\:border-l-indigo-500\/75:hover {
  border-left-color: rgb(99 102 241 / 0.75);
}

.hover\:border-l-indigo-500\/80:hover {
  border-left-color: rgb(99 102 241 / 0.8);
}

.hover\:border-l-indigo-500\/90:hover {
  border-left-color: rgb(99 102 241 / 0.9);
}

.hover\:border-l-indigo-500\/95:hover {
  border-left-color: rgb(99 102 241 / 0.95);
}

.hover\:border-l-indigo-600:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.hover\:border-l-indigo-600\/0:hover {
  border-left-color: rgb(79 70 229 / 0);
}

.hover\:border-l-indigo-600\/10:hover {
  border-left-color: rgb(79 70 229 / 0.1);
}

.hover\:border-l-indigo-600\/100:hover {
  border-left-color: rgb(79 70 229 / 1);
}

.hover\:border-l-indigo-600\/20:hover {
  border-left-color: rgb(79 70 229 / 0.2);
}

.hover\:border-l-indigo-600\/25:hover {
  border-left-color: rgb(79 70 229 / 0.25);
}

.hover\:border-l-indigo-600\/30:hover {
  border-left-color: rgb(79 70 229 / 0.3);
}

.hover\:border-l-indigo-600\/40:hover {
  border-left-color: rgb(79 70 229 / 0.4);
}

.hover\:border-l-indigo-600\/5:hover {
  border-left-color: rgb(79 70 229 / 0.05);
}

.hover\:border-l-indigo-600\/50:hover {
  border-left-color: rgb(79 70 229 / 0.5);
}

.hover\:border-l-indigo-600\/60:hover {
  border-left-color: rgb(79 70 229 / 0.6);
}

.hover\:border-l-indigo-600\/70:hover {
  border-left-color: rgb(79 70 229 / 0.7);
}

.hover\:border-l-indigo-600\/75:hover {
  border-left-color: rgb(79 70 229 / 0.75);
}

.hover\:border-l-indigo-600\/80:hover {
  border-left-color: rgb(79 70 229 / 0.8);
}

.hover\:border-l-indigo-600\/90:hover {
  border-left-color: rgb(79 70 229 / 0.9);
}

.hover\:border-l-indigo-600\/95:hover {
  border-left-color: rgb(79 70 229 / 0.95);
}

.hover\:border-l-indigo-700:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.hover\:border-l-indigo-700\/0:hover {
  border-left-color: rgb(67 56 202 / 0);
}

.hover\:border-l-indigo-700\/10:hover {
  border-left-color: rgb(67 56 202 / 0.1);
}

.hover\:border-l-indigo-700\/100:hover {
  border-left-color: rgb(67 56 202 / 1);
}

.hover\:border-l-indigo-700\/20:hover {
  border-left-color: rgb(67 56 202 / 0.2);
}

.hover\:border-l-indigo-700\/25:hover {
  border-left-color: rgb(67 56 202 / 0.25);
}

.hover\:border-l-indigo-700\/30:hover {
  border-left-color: rgb(67 56 202 / 0.3);
}

.hover\:border-l-indigo-700\/40:hover {
  border-left-color: rgb(67 56 202 / 0.4);
}

.hover\:border-l-indigo-700\/5:hover {
  border-left-color: rgb(67 56 202 / 0.05);
}

.hover\:border-l-indigo-700\/50:hover {
  border-left-color: rgb(67 56 202 / 0.5);
}

.hover\:border-l-indigo-700\/60:hover {
  border-left-color: rgb(67 56 202 / 0.6);
}

.hover\:border-l-indigo-700\/70:hover {
  border-left-color: rgb(67 56 202 / 0.7);
}

.hover\:border-l-indigo-700\/75:hover {
  border-left-color: rgb(67 56 202 / 0.75);
}

.hover\:border-l-indigo-700\/80:hover {
  border-left-color: rgb(67 56 202 / 0.8);
}

.hover\:border-l-indigo-700\/90:hover {
  border-left-color: rgb(67 56 202 / 0.9);
}

.hover\:border-l-indigo-700\/95:hover {
  border-left-color: rgb(67 56 202 / 0.95);
}

.hover\:border-l-indigo-800:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(55 48 163 / var(--tw-border-opacity));
}

.hover\:border-l-indigo-800\/0:hover {
  border-left-color: rgb(55 48 163 / 0);
}

.hover\:border-l-indigo-800\/10:hover {
  border-left-color: rgb(55 48 163 / 0.1);
}

.hover\:border-l-indigo-800\/100:hover {
  border-left-color: rgb(55 48 163 / 1);
}

.hover\:border-l-indigo-800\/20:hover {
  border-left-color: rgb(55 48 163 / 0.2);
}

.hover\:border-l-indigo-800\/25:hover {
  border-left-color: rgb(55 48 163 / 0.25);
}

.hover\:border-l-indigo-800\/30:hover {
  border-left-color: rgb(55 48 163 / 0.3);
}

.hover\:border-l-indigo-800\/40:hover {
  border-left-color: rgb(55 48 163 / 0.4);
}

.hover\:border-l-indigo-800\/5:hover {
  border-left-color: rgb(55 48 163 / 0.05);
}

.hover\:border-l-indigo-800\/50:hover {
  border-left-color: rgb(55 48 163 / 0.5);
}

.hover\:border-l-indigo-800\/60:hover {
  border-left-color: rgb(55 48 163 / 0.6);
}

.hover\:border-l-indigo-800\/70:hover {
  border-left-color: rgb(55 48 163 / 0.7);
}

.hover\:border-l-indigo-800\/75:hover {
  border-left-color: rgb(55 48 163 / 0.75);
}

.hover\:border-l-indigo-800\/80:hover {
  border-left-color: rgb(55 48 163 / 0.8);
}

.hover\:border-l-indigo-800\/90:hover {
  border-left-color: rgb(55 48 163 / 0.9);
}

.hover\:border-l-indigo-800\/95:hover {
  border-left-color: rgb(55 48 163 / 0.95);
}

.hover\:border-l-indigo-900:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(49 46 129 / var(--tw-border-opacity));
}

.hover\:border-l-indigo-900\/0:hover {
  border-left-color: rgb(49 46 129 / 0);
}

.hover\:border-l-indigo-900\/10:hover {
  border-left-color: rgb(49 46 129 / 0.1);
}

.hover\:border-l-indigo-900\/100:hover {
  border-left-color: rgb(49 46 129 / 1);
}

.hover\:border-l-indigo-900\/20:hover {
  border-left-color: rgb(49 46 129 / 0.2);
}

.hover\:border-l-indigo-900\/25:hover {
  border-left-color: rgb(49 46 129 / 0.25);
}

.hover\:border-l-indigo-900\/30:hover {
  border-left-color: rgb(49 46 129 / 0.3);
}

.hover\:border-l-indigo-900\/40:hover {
  border-left-color: rgb(49 46 129 / 0.4);
}

.hover\:border-l-indigo-900\/5:hover {
  border-left-color: rgb(49 46 129 / 0.05);
}

.hover\:border-l-indigo-900\/50:hover {
  border-left-color: rgb(49 46 129 / 0.5);
}

.hover\:border-l-indigo-900\/60:hover {
  border-left-color: rgb(49 46 129 / 0.6);
}

.hover\:border-l-indigo-900\/70:hover {
  border-left-color: rgb(49 46 129 / 0.7);
}

.hover\:border-l-indigo-900\/75:hover {
  border-left-color: rgb(49 46 129 / 0.75);
}

.hover\:border-l-indigo-900\/80:hover {
  border-left-color: rgb(49 46 129 / 0.8);
}

.hover\:border-l-indigo-900\/90:hover {
  border-left-color: rgb(49 46 129 / 0.9);
}

.hover\:border-l-indigo-900\/95:hover {
  border-left-color: rgb(49 46 129 / 0.95);
}

.hover\:border-l-indigo-950:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(30 27 75 / var(--tw-border-opacity));
}

.hover\:border-l-indigo-950\/0:hover {
  border-left-color: rgb(30 27 75 / 0);
}

.hover\:border-l-indigo-950\/10:hover {
  border-left-color: rgb(30 27 75 / 0.1);
}

.hover\:border-l-indigo-950\/100:hover {
  border-left-color: rgb(30 27 75 / 1);
}

.hover\:border-l-indigo-950\/20:hover {
  border-left-color: rgb(30 27 75 / 0.2);
}

.hover\:border-l-indigo-950\/25:hover {
  border-left-color: rgb(30 27 75 / 0.25);
}

.hover\:border-l-indigo-950\/30:hover {
  border-left-color: rgb(30 27 75 / 0.3);
}

.hover\:border-l-indigo-950\/40:hover {
  border-left-color: rgb(30 27 75 / 0.4);
}

.hover\:border-l-indigo-950\/5:hover {
  border-left-color: rgb(30 27 75 / 0.05);
}

.hover\:border-l-indigo-950\/50:hover {
  border-left-color: rgb(30 27 75 / 0.5);
}

.hover\:border-l-indigo-950\/60:hover {
  border-left-color: rgb(30 27 75 / 0.6);
}

.hover\:border-l-indigo-950\/70:hover {
  border-left-color: rgb(30 27 75 / 0.7);
}

.hover\:border-l-indigo-950\/75:hover {
  border-left-color: rgb(30 27 75 / 0.75);
}

.hover\:border-l-indigo-950\/80:hover {
  border-left-color: rgb(30 27 75 / 0.8);
}

.hover\:border-l-indigo-950\/90:hover {
  border-left-color: rgb(30 27 75 / 0.9);
}

.hover\:border-l-indigo-950\/95:hover {
  border-left-color: rgb(30 27 75 / 0.95);
}

.hover\:border-l-inherit:hover {
  border-left-color: inherit;
}

.hover\:border-l-interbeauty-100:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 197 175 / var(--tw-border-opacity));
}

.hover\:border-l-interbeauty-100\/0:hover {
  border-left-color: rgb(249 197 175 / 0);
}

.hover\:border-l-interbeauty-100\/10:hover {
  border-left-color: rgb(249 197 175 / 0.1);
}

.hover\:border-l-interbeauty-100\/100:hover {
  border-left-color: rgb(249 197 175 / 1);
}

.hover\:border-l-interbeauty-100\/20:hover {
  border-left-color: rgb(249 197 175 / 0.2);
}

.hover\:border-l-interbeauty-100\/25:hover {
  border-left-color: rgb(249 197 175 / 0.25);
}

.hover\:border-l-interbeauty-100\/30:hover {
  border-left-color: rgb(249 197 175 / 0.3);
}

.hover\:border-l-interbeauty-100\/40:hover {
  border-left-color: rgb(249 197 175 / 0.4);
}

.hover\:border-l-interbeauty-100\/5:hover {
  border-left-color: rgb(249 197 175 / 0.05);
}

.hover\:border-l-interbeauty-100\/50:hover {
  border-left-color: rgb(249 197 175 / 0.5);
}

.hover\:border-l-interbeauty-100\/60:hover {
  border-left-color: rgb(249 197 175 / 0.6);
}

.hover\:border-l-interbeauty-100\/70:hover {
  border-left-color: rgb(249 197 175 / 0.7);
}

.hover\:border-l-interbeauty-100\/75:hover {
  border-left-color: rgb(249 197 175 / 0.75);
}

.hover\:border-l-interbeauty-100\/80:hover {
  border-left-color: rgb(249 197 175 / 0.8);
}

.hover\:border-l-interbeauty-100\/90:hover {
  border-left-color: rgb(249 197 175 / 0.9);
}

.hover\:border-l-interbeauty-100\/95:hover {
  border-left-color: rgb(249 197 175 / 0.95);
}

.hover\:border-l-interbeauty-200:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(241 182 191 / var(--tw-border-opacity));
}

.hover\:border-l-interbeauty-200\/0:hover {
  border-left-color: rgb(241 182 191 / 0);
}

.hover\:border-l-interbeauty-200\/10:hover {
  border-left-color: rgb(241 182 191 / 0.1);
}

.hover\:border-l-interbeauty-200\/100:hover {
  border-left-color: rgb(241 182 191 / 1);
}

.hover\:border-l-interbeauty-200\/20:hover {
  border-left-color: rgb(241 182 191 / 0.2);
}

.hover\:border-l-interbeauty-200\/25:hover {
  border-left-color: rgb(241 182 191 / 0.25);
}

.hover\:border-l-interbeauty-200\/30:hover {
  border-left-color: rgb(241 182 191 / 0.3);
}

.hover\:border-l-interbeauty-200\/40:hover {
  border-left-color: rgb(241 182 191 / 0.4);
}

.hover\:border-l-interbeauty-200\/5:hover {
  border-left-color: rgb(241 182 191 / 0.05);
}

.hover\:border-l-interbeauty-200\/50:hover {
  border-left-color: rgb(241 182 191 / 0.5);
}

.hover\:border-l-interbeauty-200\/60:hover {
  border-left-color: rgb(241 182 191 / 0.6);
}

.hover\:border-l-interbeauty-200\/70:hover {
  border-left-color: rgb(241 182 191 / 0.7);
}

.hover\:border-l-interbeauty-200\/75:hover {
  border-left-color: rgb(241 182 191 / 0.75);
}

.hover\:border-l-interbeauty-200\/80:hover {
  border-left-color: rgb(241 182 191 / 0.8);
}

.hover\:border-l-interbeauty-200\/90:hover {
  border-left-color: rgb(241 182 191 / 0.9);
}

.hover\:border-l-interbeauty-200\/95:hover {
  border-left-color: rgb(241 182 191 / 0.95);
}

.hover\:border-l-interbeauty-300:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(182 219 231 / var(--tw-border-opacity));
}

.hover\:border-l-interbeauty-300\/0:hover {
  border-left-color: rgb(182 219 231 / 0);
}

.hover\:border-l-interbeauty-300\/10:hover {
  border-left-color: rgb(182 219 231 / 0.1);
}

.hover\:border-l-interbeauty-300\/100:hover {
  border-left-color: rgb(182 219 231 / 1);
}

.hover\:border-l-interbeauty-300\/20:hover {
  border-left-color: rgb(182 219 231 / 0.2);
}

.hover\:border-l-interbeauty-300\/25:hover {
  border-left-color: rgb(182 219 231 / 0.25);
}

.hover\:border-l-interbeauty-300\/30:hover {
  border-left-color: rgb(182 219 231 / 0.3);
}

.hover\:border-l-interbeauty-300\/40:hover {
  border-left-color: rgb(182 219 231 / 0.4);
}

.hover\:border-l-interbeauty-300\/5:hover {
  border-left-color: rgb(182 219 231 / 0.05);
}

.hover\:border-l-interbeauty-300\/50:hover {
  border-left-color: rgb(182 219 231 / 0.5);
}

.hover\:border-l-interbeauty-300\/60:hover {
  border-left-color: rgb(182 219 231 / 0.6);
}

.hover\:border-l-interbeauty-300\/70:hover {
  border-left-color: rgb(182 219 231 / 0.7);
}

.hover\:border-l-interbeauty-300\/75:hover {
  border-left-color: rgb(182 219 231 / 0.75);
}

.hover\:border-l-interbeauty-300\/80:hover {
  border-left-color: rgb(182 219 231 / 0.8);
}

.hover\:border-l-interbeauty-300\/90:hover {
  border-left-color: rgb(182 219 231 / 0.9);
}

.hover\:border-l-interbeauty-300\/95:hover {
  border-left-color: rgb(182 219 231 / 0.95);
}

.hover\:border-l-interbeauty-400:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 250 247 / var(--tw-border-opacity));
}

.hover\:border-l-interbeauty-400\/0:hover {
  border-left-color: rgb(254 250 247 / 0);
}

.hover\:border-l-interbeauty-400\/10:hover {
  border-left-color: rgb(254 250 247 / 0.1);
}

.hover\:border-l-interbeauty-400\/100:hover {
  border-left-color: rgb(254 250 247 / 1);
}

.hover\:border-l-interbeauty-400\/20:hover {
  border-left-color: rgb(254 250 247 / 0.2);
}

.hover\:border-l-interbeauty-400\/25:hover {
  border-left-color: rgb(254 250 247 / 0.25);
}

.hover\:border-l-interbeauty-400\/30:hover {
  border-left-color: rgb(254 250 247 / 0.3);
}

.hover\:border-l-interbeauty-400\/40:hover {
  border-left-color: rgb(254 250 247 / 0.4);
}

.hover\:border-l-interbeauty-400\/5:hover {
  border-left-color: rgb(254 250 247 / 0.05);
}

.hover\:border-l-interbeauty-400\/50:hover {
  border-left-color: rgb(254 250 247 / 0.5);
}

.hover\:border-l-interbeauty-400\/60:hover {
  border-left-color: rgb(254 250 247 / 0.6);
}

.hover\:border-l-interbeauty-400\/70:hover {
  border-left-color: rgb(254 250 247 / 0.7);
}

.hover\:border-l-interbeauty-400\/75:hover {
  border-left-color: rgb(254 250 247 / 0.75);
}

.hover\:border-l-interbeauty-400\/80:hover {
  border-left-color: rgb(254 250 247 / 0.8);
}

.hover\:border-l-interbeauty-400\/90:hover {
  border-left-color: rgb(254 250 247 / 0.9);
}

.hover\:border-l-interbeauty-400\/95:hover {
  border-left-color: rgb(254 250 247 / 0.95);
}

.hover\:border-l-interbeauty-500:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(193 225 224 / var(--tw-border-opacity));
}

.hover\:border-l-interbeauty-500\/0:hover {
  border-left-color: rgb(193 225 224 / 0);
}

.hover\:border-l-interbeauty-500\/10:hover {
  border-left-color: rgb(193 225 224 / 0.1);
}

.hover\:border-l-interbeauty-500\/100:hover {
  border-left-color: rgb(193 225 224 / 1);
}

.hover\:border-l-interbeauty-500\/20:hover {
  border-left-color: rgb(193 225 224 / 0.2);
}

.hover\:border-l-interbeauty-500\/25:hover {
  border-left-color: rgb(193 225 224 / 0.25);
}

.hover\:border-l-interbeauty-500\/30:hover {
  border-left-color: rgb(193 225 224 / 0.3);
}

.hover\:border-l-interbeauty-500\/40:hover {
  border-left-color: rgb(193 225 224 / 0.4);
}

.hover\:border-l-interbeauty-500\/5:hover {
  border-left-color: rgb(193 225 224 / 0.05);
}

.hover\:border-l-interbeauty-500\/50:hover {
  border-left-color: rgb(193 225 224 / 0.5);
}

.hover\:border-l-interbeauty-500\/60:hover {
  border-left-color: rgb(193 225 224 / 0.6);
}

.hover\:border-l-interbeauty-500\/70:hover {
  border-left-color: rgb(193 225 224 / 0.7);
}

.hover\:border-l-interbeauty-500\/75:hover {
  border-left-color: rgb(193 225 224 / 0.75);
}

.hover\:border-l-interbeauty-500\/80:hover {
  border-left-color: rgb(193 225 224 / 0.8);
}

.hover\:border-l-interbeauty-500\/90:hover {
  border-left-color: rgb(193 225 224 / 0.9);
}

.hover\:border-l-interbeauty-500\/95:hover {
  border-left-color: rgb(193 225 224 / 0.95);
}

.hover\:border-l-interbeauty-600:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(88 88 94 / var(--tw-border-opacity));
}

.hover\:border-l-interbeauty-600\/0:hover {
  border-left-color: rgb(88 88 94 / 0);
}

.hover\:border-l-interbeauty-600\/10:hover {
  border-left-color: rgb(88 88 94 / 0.1);
}

.hover\:border-l-interbeauty-600\/100:hover {
  border-left-color: rgb(88 88 94 / 1);
}

.hover\:border-l-interbeauty-600\/20:hover {
  border-left-color: rgb(88 88 94 / 0.2);
}

.hover\:border-l-interbeauty-600\/25:hover {
  border-left-color: rgb(88 88 94 / 0.25);
}

.hover\:border-l-interbeauty-600\/30:hover {
  border-left-color: rgb(88 88 94 / 0.3);
}

.hover\:border-l-interbeauty-600\/40:hover {
  border-left-color: rgb(88 88 94 / 0.4);
}

.hover\:border-l-interbeauty-600\/5:hover {
  border-left-color: rgb(88 88 94 / 0.05);
}

.hover\:border-l-interbeauty-600\/50:hover {
  border-left-color: rgb(88 88 94 / 0.5);
}

.hover\:border-l-interbeauty-600\/60:hover {
  border-left-color: rgb(88 88 94 / 0.6);
}

.hover\:border-l-interbeauty-600\/70:hover {
  border-left-color: rgb(88 88 94 / 0.7);
}

.hover\:border-l-interbeauty-600\/75:hover {
  border-left-color: rgb(88 88 94 / 0.75);
}

.hover\:border-l-interbeauty-600\/80:hover {
  border-left-color: rgb(88 88 94 / 0.8);
}

.hover\:border-l-interbeauty-600\/90:hover {
  border-left-color: rgb(88 88 94 / 0.9);
}

.hover\:border-l-interbeauty-600\/95:hover {
  border-left-color: rgb(88 88 94 / 0.95);
}

.hover\:border-l-ipnvaluers-200:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 40 87 / var(--tw-border-opacity));
}

.hover\:border-l-ipnvaluers-200\/0:hover {
  border-left-color: rgb(0 40 87 / 0);
}

.hover\:border-l-ipnvaluers-200\/10:hover {
  border-left-color: rgb(0 40 87 / 0.1);
}

.hover\:border-l-ipnvaluers-200\/100:hover {
  border-left-color: rgb(0 40 87 / 1);
}

.hover\:border-l-ipnvaluers-200\/20:hover {
  border-left-color: rgb(0 40 87 / 0.2);
}

.hover\:border-l-ipnvaluers-200\/25:hover {
  border-left-color: rgb(0 40 87 / 0.25);
}

.hover\:border-l-ipnvaluers-200\/30:hover {
  border-left-color: rgb(0 40 87 / 0.3);
}

.hover\:border-l-ipnvaluers-200\/40:hover {
  border-left-color: rgb(0 40 87 / 0.4);
}

.hover\:border-l-ipnvaluers-200\/5:hover {
  border-left-color: rgb(0 40 87 / 0.05);
}

.hover\:border-l-ipnvaluers-200\/50:hover {
  border-left-color: rgb(0 40 87 / 0.5);
}

.hover\:border-l-ipnvaluers-200\/60:hover {
  border-left-color: rgb(0 40 87 / 0.6);
}

.hover\:border-l-ipnvaluers-200\/70:hover {
  border-left-color: rgb(0 40 87 / 0.7);
}

.hover\:border-l-ipnvaluers-200\/75:hover {
  border-left-color: rgb(0 40 87 / 0.75);
}

.hover\:border-l-ipnvaluers-200\/80:hover {
  border-left-color: rgb(0 40 87 / 0.8);
}

.hover\:border-l-ipnvaluers-200\/90:hover {
  border-left-color: rgb(0 40 87 / 0.9);
}

.hover\:border-l-ipnvaluers-200\/95:hover {
  border-left-color: rgb(0 40 87 / 0.95);
}

.hover\:border-l-ipnvaluers-400:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(196 107 22 / var(--tw-border-opacity));
}

.hover\:border-l-ipnvaluers-400\/0:hover {
  border-left-color: rgb(196 107 22 / 0);
}

.hover\:border-l-ipnvaluers-400\/10:hover {
  border-left-color: rgb(196 107 22 / 0.1);
}

.hover\:border-l-ipnvaluers-400\/100:hover {
  border-left-color: rgb(196 107 22 / 1);
}

.hover\:border-l-ipnvaluers-400\/20:hover {
  border-left-color: rgb(196 107 22 / 0.2);
}

.hover\:border-l-ipnvaluers-400\/25:hover {
  border-left-color: rgb(196 107 22 / 0.25);
}

.hover\:border-l-ipnvaluers-400\/30:hover {
  border-left-color: rgb(196 107 22 / 0.3);
}

.hover\:border-l-ipnvaluers-400\/40:hover {
  border-left-color: rgb(196 107 22 / 0.4);
}

.hover\:border-l-ipnvaluers-400\/5:hover {
  border-left-color: rgb(196 107 22 / 0.05);
}

.hover\:border-l-ipnvaluers-400\/50:hover {
  border-left-color: rgb(196 107 22 / 0.5);
}

.hover\:border-l-ipnvaluers-400\/60:hover {
  border-left-color: rgb(196 107 22 / 0.6);
}

.hover\:border-l-ipnvaluers-400\/70:hover {
  border-left-color: rgb(196 107 22 / 0.7);
}

.hover\:border-l-ipnvaluers-400\/75:hover {
  border-left-color: rgb(196 107 22 / 0.75);
}

.hover\:border-l-ipnvaluers-400\/80:hover {
  border-left-color: rgb(196 107 22 / 0.8);
}

.hover\:border-l-ipnvaluers-400\/90:hover {
  border-left-color: rgb(196 107 22 / 0.9);
}

.hover\:border-l-ipnvaluers-400\/95:hover {
  border-left-color: rgb(196 107 22 / 0.95);
}

.hover\:border-l-ipnvaluers-500:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 174 21 / var(--tw-border-opacity));
}

.hover\:border-l-ipnvaluers-500\/0:hover {
  border-left-color: rgb(245 174 21 / 0);
}

.hover\:border-l-ipnvaluers-500\/10:hover {
  border-left-color: rgb(245 174 21 / 0.1);
}

.hover\:border-l-ipnvaluers-500\/100:hover {
  border-left-color: rgb(245 174 21 / 1);
}

.hover\:border-l-ipnvaluers-500\/20:hover {
  border-left-color: rgb(245 174 21 / 0.2);
}

.hover\:border-l-ipnvaluers-500\/25:hover {
  border-left-color: rgb(245 174 21 / 0.25);
}

.hover\:border-l-ipnvaluers-500\/30:hover {
  border-left-color: rgb(245 174 21 / 0.3);
}

.hover\:border-l-ipnvaluers-500\/40:hover {
  border-left-color: rgb(245 174 21 / 0.4);
}

.hover\:border-l-ipnvaluers-500\/5:hover {
  border-left-color: rgb(245 174 21 / 0.05);
}

.hover\:border-l-ipnvaluers-500\/50:hover {
  border-left-color: rgb(245 174 21 / 0.5);
}

.hover\:border-l-ipnvaluers-500\/60:hover {
  border-left-color: rgb(245 174 21 / 0.6);
}

.hover\:border-l-ipnvaluers-500\/70:hover {
  border-left-color: rgb(245 174 21 / 0.7);
}

.hover\:border-l-ipnvaluers-500\/75:hover {
  border-left-color: rgb(245 174 21 / 0.75);
}

.hover\:border-l-ipnvaluers-500\/80:hover {
  border-left-color: rgb(245 174 21 / 0.8);
}

.hover\:border-l-ipnvaluers-500\/90:hover {
  border-left-color: rgb(245 174 21 / 0.9);
}

.hover\:border-l-ipnvaluers-500\/95:hover {
  border-left-color: rgb(245 174 21 / 0.95);
}

.hover\:border-l-jukejam-500:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 210 101 / var(--tw-border-opacity));
}

.hover\:border-l-jukejam-500\/0:hover {
  border-left-color: rgb(250 210 101 / 0);
}

.hover\:border-l-jukejam-500\/10:hover {
  border-left-color: rgb(250 210 101 / 0.1);
}

.hover\:border-l-jukejam-500\/100:hover {
  border-left-color: rgb(250 210 101 / 1);
}

.hover\:border-l-jukejam-500\/20:hover {
  border-left-color: rgb(250 210 101 / 0.2);
}

.hover\:border-l-jukejam-500\/25:hover {
  border-left-color: rgb(250 210 101 / 0.25);
}

.hover\:border-l-jukejam-500\/30:hover {
  border-left-color: rgb(250 210 101 / 0.3);
}

.hover\:border-l-jukejam-500\/40:hover {
  border-left-color: rgb(250 210 101 / 0.4);
}

.hover\:border-l-jukejam-500\/5:hover {
  border-left-color: rgb(250 210 101 / 0.05);
}

.hover\:border-l-jukejam-500\/50:hover {
  border-left-color: rgb(250 210 101 / 0.5);
}

.hover\:border-l-jukejam-500\/60:hover {
  border-left-color: rgb(250 210 101 / 0.6);
}

.hover\:border-l-jukejam-500\/70:hover {
  border-left-color: rgb(250 210 101 / 0.7);
}

.hover\:border-l-jukejam-500\/75:hover {
  border-left-color: rgb(250 210 101 / 0.75);
}

.hover\:border-l-jukejam-500\/80:hover {
  border-left-color: rgb(250 210 101 / 0.8);
}

.hover\:border-l-jukejam-500\/90:hover {
  border-left-color: rgb(250 210 101 / 0.9);
}

.hover\:border-l-jukejam-500\/95:hover {
  border-left-color: rgb(250 210 101 / 0.95);
}

.hover\:border-l-lime-100:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(236 252 203 / var(--tw-border-opacity));
}

.hover\:border-l-lime-100\/0:hover {
  border-left-color: rgb(236 252 203 / 0);
}

.hover\:border-l-lime-100\/10:hover {
  border-left-color: rgb(236 252 203 / 0.1);
}

.hover\:border-l-lime-100\/100:hover {
  border-left-color: rgb(236 252 203 / 1);
}

.hover\:border-l-lime-100\/20:hover {
  border-left-color: rgb(236 252 203 / 0.2);
}

.hover\:border-l-lime-100\/25:hover {
  border-left-color: rgb(236 252 203 / 0.25);
}

.hover\:border-l-lime-100\/30:hover {
  border-left-color: rgb(236 252 203 / 0.3);
}

.hover\:border-l-lime-100\/40:hover {
  border-left-color: rgb(236 252 203 / 0.4);
}

.hover\:border-l-lime-100\/5:hover {
  border-left-color: rgb(236 252 203 / 0.05);
}

.hover\:border-l-lime-100\/50:hover {
  border-left-color: rgb(236 252 203 / 0.5);
}

.hover\:border-l-lime-100\/60:hover {
  border-left-color: rgb(236 252 203 / 0.6);
}

.hover\:border-l-lime-100\/70:hover {
  border-left-color: rgb(236 252 203 / 0.7);
}

.hover\:border-l-lime-100\/75:hover {
  border-left-color: rgb(236 252 203 / 0.75);
}

.hover\:border-l-lime-100\/80:hover {
  border-left-color: rgb(236 252 203 / 0.8);
}

.hover\:border-l-lime-100\/90:hover {
  border-left-color: rgb(236 252 203 / 0.9);
}

.hover\:border-l-lime-100\/95:hover {
  border-left-color: rgb(236 252 203 / 0.95);
}

.hover\:border-l-lime-200:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(217 249 157 / var(--tw-border-opacity));
}

.hover\:border-l-lime-200\/0:hover {
  border-left-color: rgb(217 249 157 / 0);
}

.hover\:border-l-lime-200\/10:hover {
  border-left-color: rgb(217 249 157 / 0.1);
}

.hover\:border-l-lime-200\/100:hover {
  border-left-color: rgb(217 249 157 / 1);
}

.hover\:border-l-lime-200\/20:hover {
  border-left-color: rgb(217 249 157 / 0.2);
}

.hover\:border-l-lime-200\/25:hover {
  border-left-color: rgb(217 249 157 / 0.25);
}

.hover\:border-l-lime-200\/30:hover {
  border-left-color: rgb(217 249 157 / 0.3);
}

.hover\:border-l-lime-200\/40:hover {
  border-left-color: rgb(217 249 157 / 0.4);
}

.hover\:border-l-lime-200\/5:hover {
  border-left-color: rgb(217 249 157 / 0.05);
}

.hover\:border-l-lime-200\/50:hover {
  border-left-color: rgb(217 249 157 / 0.5);
}

.hover\:border-l-lime-200\/60:hover {
  border-left-color: rgb(217 249 157 / 0.6);
}

.hover\:border-l-lime-200\/70:hover {
  border-left-color: rgb(217 249 157 / 0.7);
}

.hover\:border-l-lime-200\/75:hover {
  border-left-color: rgb(217 249 157 / 0.75);
}

.hover\:border-l-lime-200\/80:hover {
  border-left-color: rgb(217 249 157 / 0.8);
}

.hover\:border-l-lime-200\/90:hover {
  border-left-color: rgb(217 249 157 / 0.9);
}

.hover\:border-l-lime-200\/95:hover {
  border-left-color: rgb(217 249 157 / 0.95);
}

.hover\:border-l-lime-300:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(190 242 100 / var(--tw-border-opacity));
}

.hover\:border-l-lime-300\/0:hover {
  border-left-color: rgb(190 242 100 / 0);
}

.hover\:border-l-lime-300\/10:hover {
  border-left-color: rgb(190 242 100 / 0.1);
}

.hover\:border-l-lime-300\/100:hover {
  border-left-color: rgb(190 242 100 / 1);
}

.hover\:border-l-lime-300\/20:hover {
  border-left-color: rgb(190 242 100 / 0.2);
}

.hover\:border-l-lime-300\/25:hover {
  border-left-color: rgb(190 242 100 / 0.25);
}

.hover\:border-l-lime-300\/30:hover {
  border-left-color: rgb(190 242 100 / 0.3);
}

.hover\:border-l-lime-300\/40:hover {
  border-left-color: rgb(190 242 100 / 0.4);
}

.hover\:border-l-lime-300\/5:hover {
  border-left-color: rgb(190 242 100 / 0.05);
}

.hover\:border-l-lime-300\/50:hover {
  border-left-color: rgb(190 242 100 / 0.5);
}

.hover\:border-l-lime-300\/60:hover {
  border-left-color: rgb(190 242 100 / 0.6);
}

.hover\:border-l-lime-300\/70:hover {
  border-left-color: rgb(190 242 100 / 0.7);
}

.hover\:border-l-lime-300\/75:hover {
  border-left-color: rgb(190 242 100 / 0.75);
}

.hover\:border-l-lime-300\/80:hover {
  border-left-color: rgb(190 242 100 / 0.8);
}

.hover\:border-l-lime-300\/90:hover {
  border-left-color: rgb(190 242 100 / 0.9);
}

.hover\:border-l-lime-300\/95:hover {
  border-left-color: rgb(190 242 100 / 0.95);
}

.hover\:border-l-lime-400:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(163 230 53 / var(--tw-border-opacity));
}

.hover\:border-l-lime-400\/0:hover {
  border-left-color: rgb(163 230 53 / 0);
}

.hover\:border-l-lime-400\/10:hover {
  border-left-color: rgb(163 230 53 / 0.1);
}

.hover\:border-l-lime-400\/100:hover {
  border-left-color: rgb(163 230 53 / 1);
}

.hover\:border-l-lime-400\/20:hover {
  border-left-color: rgb(163 230 53 / 0.2);
}

.hover\:border-l-lime-400\/25:hover {
  border-left-color: rgb(163 230 53 / 0.25);
}

.hover\:border-l-lime-400\/30:hover {
  border-left-color: rgb(163 230 53 / 0.3);
}

.hover\:border-l-lime-400\/40:hover {
  border-left-color: rgb(163 230 53 / 0.4);
}

.hover\:border-l-lime-400\/5:hover {
  border-left-color: rgb(163 230 53 / 0.05);
}

.hover\:border-l-lime-400\/50:hover {
  border-left-color: rgb(163 230 53 / 0.5);
}

.hover\:border-l-lime-400\/60:hover {
  border-left-color: rgb(163 230 53 / 0.6);
}

.hover\:border-l-lime-400\/70:hover {
  border-left-color: rgb(163 230 53 / 0.7);
}

.hover\:border-l-lime-400\/75:hover {
  border-left-color: rgb(163 230 53 / 0.75);
}

.hover\:border-l-lime-400\/80:hover {
  border-left-color: rgb(163 230 53 / 0.8);
}

.hover\:border-l-lime-400\/90:hover {
  border-left-color: rgb(163 230 53 / 0.9);
}

.hover\:border-l-lime-400\/95:hover {
  border-left-color: rgb(163 230 53 / 0.95);
}

.hover\:border-l-lime-50:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(247 254 231 / var(--tw-border-opacity));
}

.hover\:border-l-lime-50\/0:hover {
  border-left-color: rgb(247 254 231 / 0);
}

.hover\:border-l-lime-50\/10:hover {
  border-left-color: rgb(247 254 231 / 0.1);
}

.hover\:border-l-lime-50\/100:hover {
  border-left-color: rgb(247 254 231 / 1);
}

.hover\:border-l-lime-50\/20:hover {
  border-left-color: rgb(247 254 231 / 0.2);
}

.hover\:border-l-lime-50\/25:hover {
  border-left-color: rgb(247 254 231 / 0.25);
}

.hover\:border-l-lime-50\/30:hover {
  border-left-color: rgb(247 254 231 / 0.3);
}

.hover\:border-l-lime-50\/40:hover {
  border-left-color: rgb(247 254 231 / 0.4);
}

.hover\:border-l-lime-50\/5:hover {
  border-left-color: rgb(247 254 231 / 0.05);
}

.hover\:border-l-lime-50\/50:hover {
  border-left-color: rgb(247 254 231 / 0.5);
}

.hover\:border-l-lime-50\/60:hover {
  border-left-color: rgb(247 254 231 / 0.6);
}

.hover\:border-l-lime-50\/70:hover {
  border-left-color: rgb(247 254 231 / 0.7);
}

.hover\:border-l-lime-50\/75:hover {
  border-left-color: rgb(247 254 231 / 0.75);
}

.hover\:border-l-lime-50\/80:hover {
  border-left-color: rgb(247 254 231 / 0.8);
}

.hover\:border-l-lime-50\/90:hover {
  border-left-color: rgb(247 254 231 / 0.9);
}

.hover\:border-l-lime-50\/95:hover {
  border-left-color: rgb(247 254 231 / 0.95);
}

.hover\:border-l-lime-500:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(132 204 22 / var(--tw-border-opacity));
}

.hover\:border-l-lime-500\/0:hover {
  border-left-color: rgb(132 204 22 / 0);
}

.hover\:border-l-lime-500\/10:hover {
  border-left-color: rgb(132 204 22 / 0.1);
}

.hover\:border-l-lime-500\/100:hover {
  border-left-color: rgb(132 204 22 / 1);
}

.hover\:border-l-lime-500\/20:hover {
  border-left-color: rgb(132 204 22 / 0.2);
}

.hover\:border-l-lime-500\/25:hover {
  border-left-color: rgb(132 204 22 / 0.25);
}

.hover\:border-l-lime-500\/30:hover {
  border-left-color: rgb(132 204 22 / 0.3);
}

.hover\:border-l-lime-500\/40:hover {
  border-left-color: rgb(132 204 22 / 0.4);
}

.hover\:border-l-lime-500\/5:hover {
  border-left-color: rgb(132 204 22 / 0.05);
}

.hover\:border-l-lime-500\/50:hover {
  border-left-color: rgb(132 204 22 / 0.5);
}

.hover\:border-l-lime-500\/60:hover {
  border-left-color: rgb(132 204 22 / 0.6);
}

.hover\:border-l-lime-500\/70:hover {
  border-left-color: rgb(132 204 22 / 0.7);
}

.hover\:border-l-lime-500\/75:hover {
  border-left-color: rgb(132 204 22 / 0.75);
}

.hover\:border-l-lime-500\/80:hover {
  border-left-color: rgb(132 204 22 / 0.8);
}

.hover\:border-l-lime-500\/90:hover {
  border-left-color: rgb(132 204 22 / 0.9);
}

.hover\:border-l-lime-500\/95:hover {
  border-left-color: rgb(132 204 22 / 0.95);
}

.hover\:border-l-lime-600:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(101 163 13 / var(--tw-border-opacity));
}

.hover\:border-l-lime-600\/0:hover {
  border-left-color: rgb(101 163 13 / 0);
}

.hover\:border-l-lime-600\/10:hover {
  border-left-color: rgb(101 163 13 / 0.1);
}

.hover\:border-l-lime-600\/100:hover {
  border-left-color: rgb(101 163 13 / 1);
}

.hover\:border-l-lime-600\/20:hover {
  border-left-color: rgb(101 163 13 / 0.2);
}

.hover\:border-l-lime-600\/25:hover {
  border-left-color: rgb(101 163 13 / 0.25);
}

.hover\:border-l-lime-600\/30:hover {
  border-left-color: rgb(101 163 13 / 0.3);
}

.hover\:border-l-lime-600\/40:hover {
  border-left-color: rgb(101 163 13 / 0.4);
}

.hover\:border-l-lime-600\/5:hover {
  border-left-color: rgb(101 163 13 / 0.05);
}

.hover\:border-l-lime-600\/50:hover {
  border-left-color: rgb(101 163 13 / 0.5);
}

.hover\:border-l-lime-600\/60:hover {
  border-left-color: rgb(101 163 13 / 0.6);
}

.hover\:border-l-lime-600\/70:hover {
  border-left-color: rgb(101 163 13 / 0.7);
}

.hover\:border-l-lime-600\/75:hover {
  border-left-color: rgb(101 163 13 / 0.75);
}

.hover\:border-l-lime-600\/80:hover {
  border-left-color: rgb(101 163 13 / 0.8);
}

.hover\:border-l-lime-600\/90:hover {
  border-left-color: rgb(101 163 13 / 0.9);
}

.hover\:border-l-lime-600\/95:hover {
  border-left-color: rgb(101 163 13 / 0.95);
}

.hover\:border-l-lime-700:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(77 124 15 / var(--tw-border-opacity));
}

.hover\:border-l-lime-700\/0:hover {
  border-left-color: rgb(77 124 15 / 0);
}

.hover\:border-l-lime-700\/10:hover {
  border-left-color: rgb(77 124 15 / 0.1);
}

.hover\:border-l-lime-700\/100:hover {
  border-left-color: rgb(77 124 15 / 1);
}

.hover\:border-l-lime-700\/20:hover {
  border-left-color: rgb(77 124 15 / 0.2);
}

.hover\:border-l-lime-700\/25:hover {
  border-left-color: rgb(77 124 15 / 0.25);
}

.hover\:border-l-lime-700\/30:hover {
  border-left-color: rgb(77 124 15 / 0.3);
}

.hover\:border-l-lime-700\/40:hover {
  border-left-color: rgb(77 124 15 / 0.4);
}

.hover\:border-l-lime-700\/5:hover {
  border-left-color: rgb(77 124 15 / 0.05);
}

.hover\:border-l-lime-700\/50:hover {
  border-left-color: rgb(77 124 15 / 0.5);
}

.hover\:border-l-lime-700\/60:hover {
  border-left-color: rgb(77 124 15 / 0.6);
}

.hover\:border-l-lime-700\/70:hover {
  border-left-color: rgb(77 124 15 / 0.7);
}

.hover\:border-l-lime-700\/75:hover {
  border-left-color: rgb(77 124 15 / 0.75);
}

.hover\:border-l-lime-700\/80:hover {
  border-left-color: rgb(77 124 15 / 0.8);
}

.hover\:border-l-lime-700\/90:hover {
  border-left-color: rgb(77 124 15 / 0.9);
}

.hover\:border-l-lime-700\/95:hover {
  border-left-color: rgb(77 124 15 / 0.95);
}

.hover\:border-l-lime-800:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(63 98 18 / var(--tw-border-opacity));
}

.hover\:border-l-lime-800\/0:hover {
  border-left-color: rgb(63 98 18 / 0);
}

.hover\:border-l-lime-800\/10:hover {
  border-left-color: rgb(63 98 18 / 0.1);
}

.hover\:border-l-lime-800\/100:hover {
  border-left-color: rgb(63 98 18 / 1);
}

.hover\:border-l-lime-800\/20:hover {
  border-left-color: rgb(63 98 18 / 0.2);
}

.hover\:border-l-lime-800\/25:hover {
  border-left-color: rgb(63 98 18 / 0.25);
}

.hover\:border-l-lime-800\/30:hover {
  border-left-color: rgb(63 98 18 / 0.3);
}

.hover\:border-l-lime-800\/40:hover {
  border-left-color: rgb(63 98 18 / 0.4);
}

.hover\:border-l-lime-800\/5:hover {
  border-left-color: rgb(63 98 18 / 0.05);
}

.hover\:border-l-lime-800\/50:hover {
  border-left-color: rgb(63 98 18 / 0.5);
}

.hover\:border-l-lime-800\/60:hover {
  border-left-color: rgb(63 98 18 / 0.6);
}

.hover\:border-l-lime-800\/70:hover {
  border-left-color: rgb(63 98 18 / 0.7);
}

.hover\:border-l-lime-800\/75:hover {
  border-left-color: rgb(63 98 18 / 0.75);
}

.hover\:border-l-lime-800\/80:hover {
  border-left-color: rgb(63 98 18 / 0.8);
}

.hover\:border-l-lime-800\/90:hover {
  border-left-color: rgb(63 98 18 / 0.9);
}

.hover\:border-l-lime-800\/95:hover {
  border-left-color: rgb(63 98 18 / 0.95);
}

.hover\:border-l-lime-900:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(54 83 20 / var(--tw-border-opacity));
}

.hover\:border-l-lime-900\/0:hover {
  border-left-color: rgb(54 83 20 / 0);
}

.hover\:border-l-lime-900\/10:hover {
  border-left-color: rgb(54 83 20 / 0.1);
}

.hover\:border-l-lime-900\/100:hover {
  border-left-color: rgb(54 83 20 / 1);
}

.hover\:border-l-lime-900\/20:hover {
  border-left-color: rgb(54 83 20 / 0.2);
}

.hover\:border-l-lime-900\/25:hover {
  border-left-color: rgb(54 83 20 / 0.25);
}

.hover\:border-l-lime-900\/30:hover {
  border-left-color: rgb(54 83 20 / 0.3);
}

.hover\:border-l-lime-900\/40:hover {
  border-left-color: rgb(54 83 20 / 0.4);
}

.hover\:border-l-lime-900\/5:hover {
  border-left-color: rgb(54 83 20 / 0.05);
}

.hover\:border-l-lime-900\/50:hover {
  border-left-color: rgb(54 83 20 / 0.5);
}

.hover\:border-l-lime-900\/60:hover {
  border-left-color: rgb(54 83 20 / 0.6);
}

.hover\:border-l-lime-900\/70:hover {
  border-left-color: rgb(54 83 20 / 0.7);
}

.hover\:border-l-lime-900\/75:hover {
  border-left-color: rgb(54 83 20 / 0.75);
}

.hover\:border-l-lime-900\/80:hover {
  border-left-color: rgb(54 83 20 / 0.8);
}

.hover\:border-l-lime-900\/90:hover {
  border-left-color: rgb(54 83 20 / 0.9);
}

.hover\:border-l-lime-900\/95:hover {
  border-left-color: rgb(54 83 20 / 0.95);
}

.hover\:border-l-lime-950:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(26 46 5 / var(--tw-border-opacity));
}

.hover\:border-l-lime-950\/0:hover {
  border-left-color: rgb(26 46 5 / 0);
}

.hover\:border-l-lime-950\/10:hover {
  border-left-color: rgb(26 46 5 / 0.1);
}

.hover\:border-l-lime-950\/100:hover {
  border-left-color: rgb(26 46 5 / 1);
}

.hover\:border-l-lime-950\/20:hover {
  border-left-color: rgb(26 46 5 / 0.2);
}

.hover\:border-l-lime-950\/25:hover {
  border-left-color: rgb(26 46 5 / 0.25);
}

.hover\:border-l-lime-950\/30:hover {
  border-left-color: rgb(26 46 5 / 0.3);
}

.hover\:border-l-lime-950\/40:hover {
  border-left-color: rgb(26 46 5 / 0.4);
}

.hover\:border-l-lime-950\/5:hover {
  border-left-color: rgb(26 46 5 / 0.05);
}

.hover\:border-l-lime-950\/50:hover {
  border-left-color: rgb(26 46 5 / 0.5);
}

.hover\:border-l-lime-950\/60:hover {
  border-left-color: rgb(26 46 5 / 0.6);
}

.hover\:border-l-lime-950\/70:hover {
  border-left-color: rgb(26 46 5 / 0.7);
}

.hover\:border-l-lime-950\/75:hover {
  border-left-color: rgb(26 46 5 / 0.75);
}

.hover\:border-l-lime-950\/80:hover {
  border-left-color: rgb(26 46 5 / 0.8);
}

.hover\:border-l-lime-950\/90:hover {
  border-left-color: rgb(26 46 5 / 0.9);
}

.hover\:border-l-lime-950\/95:hover {
  border-left-color: rgb(26 46 5 / 0.95);
}

.hover\:border-l-nafisa-500:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(153 53 10 / var(--tw-border-opacity));
}

.hover\:border-l-nafisa-500\/0:hover {
  border-left-color: rgb(153 53 10 / 0);
}

.hover\:border-l-nafisa-500\/10:hover {
  border-left-color: rgb(153 53 10 / 0.1);
}

.hover\:border-l-nafisa-500\/100:hover {
  border-left-color: rgb(153 53 10 / 1);
}

.hover\:border-l-nafisa-500\/20:hover {
  border-left-color: rgb(153 53 10 / 0.2);
}

.hover\:border-l-nafisa-500\/25:hover {
  border-left-color: rgb(153 53 10 / 0.25);
}

.hover\:border-l-nafisa-500\/30:hover {
  border-left-color: rgb(153 53 10 / 0.3);
}

.hover\:border-l-nafisa-500\/40:hover {
  border-left-color: rgb(153 53 10 / 0.4);
}

.hover\:border-l-nafisa-500\/5:hover {
  border-left-color: rgb(153 53 10 / 0.05);
}

.hover\:border-l-nafisa-500\/50:hover {
  border-left-color: rgb(153 53 10 / 0.5);
}

.hover\:border-l-nafisa-500\/60:hover {
  border-left-color: rgb(153 53 10 / 0.6);
}

.hover\:border-l-nafisa-500\/70:hover {
  border-left-color: rgb(153 53 10 / 0.7);
}

.hover\:border-l-nafisa-500\/75:hover {
  border-left-color: rgb(153 53 10 / 0.75);
}

.hover\:border-l-nafisa-500\/80:hover {
  border-left-color: rgb(153 53 10 / 0.8);
}

.hover\:border-l-nafisa-500\/90:hover {
  border-left-color: rgb(153 53 10 / 0.9);
}

.hover\:border-l-nafisa-500\/95:hover {
  border-left-color: rgb(153 53 10 / 0.95);
}

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

.hover\:border-l-neutral-100\/0:hover {
  border-left-color: rgb(245 245 245 / 0);
}

.hover\:border-l-neutral-100\/10:hover {
  border-left-color: rgb(245 245 245 / 0.1);
}

.hover\:border-l-neutral-100\/100:hover {
  border-left-color: rgb(245 245 245 / 1);
}

.hover\:border-l-neutral-100\/20:hover {
  border-left-color: rgb(245 245 245 / 0.2);
}

.hover\:border-l-neutral-100\/25:hover {
  border-left-color: rgb(245 245 245 / 0.25);
}

.hover\:border-l-neutral-100\/30:hover {
  border-left-color: rgb(245 245 245 / 0.3);
}

.hover\:border-l-neutral-100\/40:hover {
  border-left-color: rgb(245 245 245 / 0.4);
}

.hover\:border-l-neutral-100\/5:hover {
  border-left-color: rgb(245 245 245 / 0.05);
}

.hover\:border-l-neutral-100\/50:hover {
  border-left-color: rgb(245 245 245 / 0.5);
}

.hover\:border-l-neutral-100\/60:hover {
  border-left-color: rgb(245 245 245 / 0.6);
}

.hover\:border-l-neutral-100\/70:hover {
  border-left-color: rgb(245 245 245 / 0.7);
}

.hover\:border-l-neutral-100\/75:hover {
  border-left-color: rgb(245 245 245 / 0.75);
}

.hover\:border-l-neutral-100\/80:hover {
  border-left-color: rgb(245 245 245 / 0.8);
}

.hover\:border-l-neutral-100\/90:hover {
  border-left-color: rgb(245 245 245 / 0.9);
}

.hover\:border-l-neutral-100\/95:hover {
  border-left-color: rgb(245 245 245 / 0.95);
}

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

.hover\:border-l-neutral-200\/0:hover {
  border-left-color: rgb(229 229 229 / 0);
}

.hover\:border-l-neutral-200\/10:hover {
  border-left-color: rgb(229 229 229 / 0.1);
}

.hover\:border-l-neutral-200\/100:hover {
  border-left-color: rgb(229 229 229 / 1);
}

.hover\:border-l-neutral-200\/20:hover {
  border-left-color: rgb(229 229 229 / 0.2);
}

.hover\:border-l-neutral-200\/25:hover {
  border-left-color: rgb(229 229 229 / 0.25);
}

.hover\:border-l-neutral-200\/30:hover {
  border-left-color: rgb(229 229 229 / 0.3);
}

.hover\:border-l-neutral-200\/40:hover {
  border-left-color: rgb(229 229 229 / 0.4);
}

.hover\:border-l-neutral-200\/5:hover {
  border-left-color: rgb(229 229 229 / 0.05);
}

.hover\:border-l-neutral-200\/50:hover {
  border-left-color: rgb(229 229 229 / 0.5);
}

.hover\:border-l-neutral-200\/60:hover {
  border-left-color: rgb(229 229 229 / 0.6);
}

.hover\:border-l-neutral-200\/70:hover {
  border-left-color: rgb(229 229 229 / 0.7);
}

.hover\:border-l-neutral-200\/75:hover {
  border-left-color: rgb(229 229 229 / 0.75);
}

.hover\:border-l-neutral-200\/80:hover {
  border-left-color: rgb(229 229 229 / 0.8);
}

.hover\:border-l-neutral-200\/90:hover {
  border-left-color: rgb(229 229 229 / 0.9);
}

.hover\:border-l-neutral-200\/95:hover {
  border-left-color: rgb(229 229 229 / 0.95);
}

.hover\:border-l-neutral-300:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.hover\:border-l-neutral-300\/0:hover {
  border-left-color: rgb(212 212 212 / 0);
}

.hover\:border-l-neutral-300\/10:hover {
  border-left-color: rgb(212 212 212 / 0.1);
}

.hover\:border-l-neutral-300\/100:hover {
  border-left-color: rgb(212 212 212 / 1);
}

.hover\:border-l-neutral-300\/20:hover {
  border-left-color: rgb(212 212 212 / 0.2);
}

.hover\:border-l-neutral-300\/25:hover {
  border-left-color: rgb(212 212 212 / 0.25);
}

.hover\:border-l-neutral-300\/30:hover {
  border-left-color: rgb(212 212 212 / 0.3);
}

.hover\:border-l-neutral-300\/40:hover {
  border-left-color: rgb(212 212 212 / 0.4);
}

.hover\:border-l-neutral-300\/5:hover {
  border-left-color: rgb(212 212 212 / 0.05);
}

.hover\:border-l-neutral-300\/50:hover {
  border-left-color: rgb(212 212 212 / 0.5);
}

.hover\:border-l-neutral-300\/60:hover {
  border-left-color: rgb(212 212 212 / 0.6);
}

.hover\:border-l-neutral-300\/70:hover {
  border-left-color: rgb(212 212 212 / 0.7);
}

.hover\:border-l-neutral-300\/75:hover {
  border-left-color: rgb(212 212 212 / 0.75);
}

.hover\:border-l-neutral-300\/80:hover {
  border-left-color: rgb(212 212 212 / 0.8);
}

.hover\:border-l-neutral-300\/90:hover {
  border-left-color: rgb(212 212 212 / 0.9);
}

.hover\:border-l-neutral-300\/95:hover {
  border-left-color: rgb(212 212 212 / 0.95);
}

.hover\:border-l-neutral-400:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.hover\:border-l-neutral-400\/0:hover {
  border-left-color: rgb(163 163 163 / 0);
}

.hover\:border-l-neutral-400\/10:hover {
  border-left-color: rgb(163 163 163 / 0.1);
}

.hover\:border-l-neutral-400\/100:hover {
  border-left-color: rgb(163 163 163 / 1);
}

.hover\:border-l-neutral-400\/20:hover {
  border-left-color: rgb(163 163 163 / 0.2);
}

.hover\:border-l-neutral-400\/25:hover {
  border-left-color: rgb(163 163 163 / 0.25);
}

.hover\:border-l-neutral-400\/30:hover {
  border-left-color: rgb(163 163 163 / 0.3);
}

.hover\:border-l-neutral-400\/40:hover {
  border-left-color: rgb(163 163 163 / 0.4);
}

.hover\:border-l-neutral-400\/5:hover {
  border-left-color: rgb(163 163 163 / 0.05);
}

.hover\:border-l-neutral-400\/50:hover {
  border-left-color: rgb(163 163 163 / 0.5);
}

.hover\:border-l-neutral-400\/60:hover {
  border-left-color: rgb(163 163 163 / 0.6);
}

.hover\:border-l-neutral-400\/70:hover {
  border-left-color: rgb(163 163 163 / 0.7);
}

.hover\:border-l-neutral-400\/75:hover {
  border-left-color: rgb(163 163 163 / 0.75);
}

.hover\:border-l-neutral-400\/80:hover {
  border-left-color: rgb(163 163 163 / 0.8);
}

.hover\:border-l-neutral-400\/90:hover {
  border-left-color: rgb(163 163 163 / 0.9);
}

.hover\:border-l-neutral-400\/95:hover {
  border-left-color: rgb(163 163 163 / 0.95);
}

.hover\:border-l-neutral-50:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.hover\:border-l-neutral-50\/0:hover {
  border-left-color: rgb(250 250 250 / 0);
}

.hover\:border-l-neutral-50\/10:hover {
  border-left-color: rgb(250 250 250 / 0.1);
}

.hover\:border-l-neutral-50\/100:hover {
  border-left-color: rgb(250 250 250 / 1);
}

.hover\:border-l-neutral-50\/20:hover {
  border-left-color: rgb(250 250 250 / 0.2);
}

.hover\:border-l-neutral-50\/25:hover {
  border-left-color: rgb(250 250 250 / 0.25);
}

.hover\:border-l-neutral-50\/30:hover {
  border-left-color: rgb(250 250 250 / 0.3);
}

.hover\:border-l-neutral-50\/40:hover {
  border-left-color: rgb(250 250 250 / 0.4);
}

.hover\:border-l-neutral-50\/5:hover {
  border-left-color: rgb(250 250 250 / 0.05);
}

.hover\:border-l-neutral-50\/50:hover {
  border-left-color: rgb(250 250 250 / 0.5);
}

.hover\:border-l-neutral-50\/60:hover {
  border-left-color: rgb(250 250 250 / 0.6);
}

.hover\:border-l-neutral-50\/70:hover {
  border-left-color: rgb(250 250 250 / 0.7);
}

.hover\:border-l-neutral-50\/75:hover {
  border-left-color: rgb(250 250 250 / 0.75);
}

.hover\:border-l-neutral-50\/80:hover {
  border-left-color: rgb(250 250 250 / 0.8);
}

.hover\:border-l-neutral-50\/90:hover {
  border-left-color: rgb(250 250 250 / 0.9);
}

.hover\:border-l-neutral-50\/95:hover {
  border-left-color: rgb(250 250 250 / 0.95);
}

.hover\:border-l-neutral-500:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.hover\:border-l-neutral-500\/0:hover {
  border-left-color: rgb(115 115 115 / 0);
}

.hover\:border-l-neutral-500\/10:hover {
  border-left-color: rgb(115 115 115 / 0.1);
}

.hover\:border-l-neutral-500\/100:hover {
  border-left-color: rgb(115 115 115 / 1);
}

.hover\:border-l-neutral-500\/20:hover {
  border-left-color: rgb(115 115 115 / 0.2);
}

.hover\:border-l-neutral-500\/25:hover {
  border-left-color: rgb(115 115 115 / 0.25);
}

.hover\:border-l-neutral-500\/30:hover {
  border-left-color: rgb(115 115 115 / 0.3);
}

.hover\:border-l-neutral-500\/40:hover {
  border-left-color: rgb(115 115 115 / 0.4);
}

.hover\:border-l-neutral-500\/5:hover {
  border-left-color: rgb(115 115 115 / 0.05);
}

.hover\:border-l-neutral-500\/50:hover {
  border-left-color: rgb(115 115 115 / 0.5);
}

.hover\:border-l-neutral-500\/60:hover {
  border-left-color: rgb(115 115 115 / 0.6);
}

.hover\:border-l-neutral-500\/70:hover {
  border-left-color: rgb(115 115 115 / 0.7);
}

.hover\:border-l-neutral-500\/75:hover {
  border-left-color: rgb(115 115 115 / 0.75);
}

.hover\:border-l-neutral-500\/80:hover {
  border-left-color: rgb(115 115 115 / 0.8);
}

.hover\:border-l-neutral-500\/90:hover {
  border-left-color: rgb(115 115 115 / 0.9);
}

.hover\:border-l-neutral-500\/95:hover {
  border-left-color: rgb(115 115 115 / 0.95);
}

.hover\:border-l-neutral-600:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.hover\:border-l-neutral-600\/0:hover {
  border-left-color: rgb(82 82 82 / 0);
}

.hover\:border-l-neutral-600\/10:hover {
  border-left-color: rgb(82 82 82 / 0.1);
}

.hover\:border-l-neutral-600\/100:hover {
  border-left-color: rgb(82 82 82 / 1);
}

.hover\:border-l-neutral-600\/20:hover {
  border-left-color: rgb(82 82 82 / 0.2);
}

.hover\:border-l-neutral-600\/25:hover {
  border-left-color: rgb(82 82 82 / 0.25);
}

.hover\:border-l-neutral-600\/30:hover {
  border-left-color: rgb(82 82 82 / 0.3);
}

.hover\:border-l-neutral-600\/40:hover {
  border-left-color: rgb(82 82 82 / 0.4);
}

.hover\:border-l-neutral-600\/5:hover {
  border-left-color: rgb(82 82 82 / 0.05);
}

.hover\:border-l-neutral-600\/50:hover {
  border-left-color: rgb(82 82 82 / 0.5);
}

.hover\:border-l-neutral-600\/60:hover {
  border-left-color: rgb(82 82 82 / 0.6);
}

.hover\:border-l-neutral-600\/70:hover {
  border-left-color: rgb(82 82 82 / 0.7);
}

.hover\:border-l-neutral-600\/75:hover {
  border-left-color: rgb(82 82 82 / 0.75);
}

.hover\:border-l-neutral-600\/80:hover {
  border-left-color: rgb(82 82 82 / 0.8);
}

.hover\:border-l-neutral-600\/90:hover {
  border-left-color: rgb(82 82 82 / 0.9);
}

.hover\:border-l-neutral-600\/95:hover {
  border-left-color: rgb(82 82 82 / 0.95);
}

.hover\:border-l-neutral-700:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.hover\:border-l-neutral-700\/0:hover {
  border-left-color: rgb(64 64 64 / 0);
}

.hover\:border-l-neutral-700\/10:hover {
  border-left-color: rgb(64 64 64 / 0.1);
}

.hover\:border-l-neutral-700\/100:hover {
  border-left-color: rgb(64 64 64 / 1);
}

.hover\:border-l-neutral-700\/20:hover {
  border-left-color: rgb(64 64 64 / 0.2);
}

.hover\:border-l-neutral-700\/25:hover {
  border-left-color: rgb(64 64 64 / 0.25);
}

.hover\:border-l-neutral-700\/30:hover {
  border-left-color: rgb(64 64 64 / 0.3);
}

.hover\:border-l-neutral-700\/40:hover {
  border-left-color: rgb(64 64 64 / 0.4);
}

.hover\:border-l-neutral-700\/5:hover {
  border-left-color: rgb(64 64 64 / 0.05);
}

.hover\:border-l-neutral-700\/50:hover {
  border-left-color: rgb(64 64 64 / 0.5);
}

.hover\:border-l-neutral-700\/60:hover {
  border-left-color: rgb(64 64 64 / 0.6);
}

.hover\:border-l-neutral-700\/70:hover {
  border-left-color: rgb(64 64 64 / 0.7);
}

.hover\:border-l-neutral-700\/75:hover {
  border-left-color: rgb(64 64 64 / 0.75);
}

.hover\:border-l-neutral-700\/80:hover {
  border-left-color: rgb(64 64 64 / 0.8);
}

.hover\:border-l-neutral-700\/90:hover {
  border-left-color: rgb(64 64 64 / 0.9);
}

.hover\:border-l-neutral-700\/95:hover {
  border-left-color: rgb(64 64 64 / 0.95);
}

.hover\:border-l-neutral-800:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.hover\:border-l-neutral-800\/0:hover {
  border-left-color: rgb(38 38 38 / 0);
}

.hover\:border-l-neutral-800\/10:hover {
  border-left-color: rgb(38 38 38 / 0.1);
}

.hover\:border-l-neutral-800\/100:hover {
  border-left-color: rgb(38 38 38 / 1);
}

.hover\:border-l-neutral-800\/20:hover {
  border-left-color: rgb(38 38 38 / 0.2);
}

.hover\:border-l-neutral-800\/25:hover {
  border-left-color: rgb(38 38 38 / 0.25);
}

.hover\:border-l-neutral-800\/30:hover {
  border-left-color: rgb(38 38 38 / 0.3);
}

.hover\:border-l-neutral-800\/40:hover {
  border-left-color: rgb(38 38 38 / 0.4);
}

.hover\:border-l-neutral-800\/5:hover {
  border-left-color: rgb(38 38 38 / 0.05);
}

.hover\:border-l-neutral-800\/50:hover {
  border-left-color: rgb(38 38 38 / 0.5);
}

.hover\:border-l-neutral-800\/60:hover {
  border-left-color: rgb(38 38 38 / 0.6);
}

.hover\:border-l-neutral-800\/70:hover {
  border-left-color: rgb(38 38 38 / 0.7);
}

.hover\:border-l-neutral-800\/75:hover {
  border-left-color: rgb(38 38 38 / 0.75);
}

.hover\:border-l-neutral-800\/80:hover {
  border-left-color: rgb(38 38 38 / 0.8);
}

.hover\:border-l-neutral-800\/90:hover {
  border-left-color: rgb(38 38 38 / 0.9);
}

.hover\:border-l-neutral-800\/95:hover {
  border-left-color: rgb(38 38 38 / 0.95);
}

.hover\:border-l-neutral-900:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.hover\:border-l-neutral-900\/0:hover {
  border-left-color: rgb(23 23 23 / 0);
}

.hover\:border-l-neutral-900\/10:hover {
  border-left-color: rgb(23 23 23 / 0.1);
}

.hover\:border-l-neutral-900\/100:hover {
  border-left-color: rgb(23 23 23 / 1);
}

.hover\:border-l-neutral-900\/20:hover {
  border-left-color: rgb(23 23 23 / 0.2);
}

.hover\:border-l-neutral-900\/25:hover {
  border-left-color: rgb(23 23 23 / 0.25);
}

.hover\:border-l-neutral-900\/30:hover {
  border-left-color: rgb(23 23 23 / 0.3);
}

.hover\:border-l-neutral-900\/40:hover {
  border-left-color: rgb(23 23 23 / 0.4);
}

.hover\:border-l-neutral-900\/5:hover {
  border-left-color: rgb(23 23 23 / 0.05);
}

.hover\:border-l-neutral-900\/50:hover {
  border-left-color: rgb(23 23 23 / 0.5);
}

.hover\:border-l-neutral-900\/60:hover {
  border-left-color: rgb(23 23 23 / 0.6);
}

.hover\:border-l-neutral-900\/70:hover {
  border-left-color: rgb(23 23 23 / 0.7);
}

.hover\:border-l-neutral-900\/75:hover {
  border-left-color: rgb(23 23 23 / 0.75);
}

.hover\:border-l-neutral-900\/80:hover {
  border-left-color: rgb(23 23 23 / 0.8);
}

.hover\:border-l-neutral-900\/90:hover {
  border-left-color: rgb(23 23 23 / 0.9);
}

.hover\:border-l-neutral-900\/95:hover {
  border-left-color: rgb(23 23 23 / 0.95);
}

.hover\:border-l-neutral-950:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.hover\:border-l-neutral-950\/0:hover {
  border-left-color: rgb(10 10 10 / 0);
}

.hover\:border-l-neutral-950\/10:hover {
  border-left-color: rgb(10 10 10 / 0.1);
}

.hover\:border-l-neutral-950\/100:hover {
  border-left-color: rgb(10 10 10 / 1);
}

.hover\:border-l-neutral-950\/20:hover {
  border-left-color: rgb(10 10 10 / 0.2);
}

.hover\:border-l-neutral-950\/25:hover {
  border-left-color: rgb(10 10 10 / 0.25);
}

.hover\:border-l-neutral-950\/30:hover {
  border-left-color: rgb(10 10 10 / 0.3);
}

.hover\:border-l-neutral-950\/40:hover {
  border-left-color: rgb(10 10 10 / 0.4);
}

.hover\:border-l-neutral-950\/5:hover {
  border-left-color: rgb(10 10 10 / 0.05);
}

.hover\:border-l-neutral-950\/50:hover {
  border-left-color: rgb(10 10 10 / 0.5);
}

.hover\:border-l-neutral-950\/60:hover {
  border-left-color: rgb(10 10 10 / 0.6);
}

.hover\:border-l-neutral-950\/70:hover {
  border-left-color: rgb(10 10 10 / 0.7);
}

.hover\:border-l-neutral-950\/75:hover {
  border-left-color: rgb(10 10 10 / 0.75);
}

.hover\:border-l-neutral-950\/80:hover {
  border-left-color: rgb(10 10 10 / 0.8);
}

.hover\:border-l-neutral-950\/90:hover {
  border-left-color: rgb(10 10 10 / 0.9);
}

.hover\:border-l-neutral-950\/95:hover {
  border-left-color: rgb(10 10 10 / 0.95);
}

.hover\:border-l-orange-100:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 237 213 / var(--tw-border-opacity));
}

.hover\:border-l-orange-100\/0:hover {
  border-left-color: rgb(255 237 213 / 0);
}

.hover\:border-l-orange-100\/10:hover {
  border-left-color: rgb(255 237 213 / 0.1);
}

.hover\:border-l-orange-100\/100:hover {
  border-left-color: rgb(255 237 213 / 1);
}

.hover\:border-l-orange-100\/20:hover {
  border-left-color: rgb(255 237 213 / 0.2);
}

.hover\:border-l-orange-100\/25:hover {
  border-left-color: rgb(255 237 213 / 0.25);
}

.hover\:border-l-orange-100\/30:hover {
  border-left-color: rgb(255 237 213 / 0.3);
}

.hover\:border-l-orange-100\/40:hover {
  border-left-color: rgb(255 237 213 / 0.4);
}

.hover\:border-l-orange-100\/5:hover {
  border-left-color: rgb(255 237 213 / 0.05);
}

.hover\:border-l-orange-100\/50:hover {
  border-left-color: rgb(255 237 213 / 0.5);
}

.hover\:border-l-orange-100\/60:hover {
  border-left-color: rgb(255 237 213 / 0.6);
}

.hover\:border-l-orange-100\/70:hover {
  border-left-color: rgb(255 237 213 / 0.7);
}

.hover\:border-l-orange-100\/75:hover {
  border-left-color: rgb(255 237 213 / 0.75);
}

.hover\:border-l-orange-100\/80:hover {
  border-left-color: rgb(255 237 213 / 0.8);
}

.hover\:border-l-orange-100\/90:hover {
  border-left-color: rgb(255 237 213 / 0.9);
}

.hover\:border-l-orange-100\/95:hover {
  border-left-color: rgb(255 237 213 / 0.95);
}

.hover\:border-l-orange-200:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 215 170 / var(--tw-border-opacity));
}

.hover\:border-l-orange-200\/0:hover {
  border-left-color: rgb(254 215 170 / 0);
}

.hover\:border-l-orange-200\/10:hover {
  border-left-color: rgb(254 215 170 / 0.1);
}

.hover\:border-l-orange-200\/100:hover {
  border-left-color: rgb(254 215 170 / 1);
}

.hover\:border-l-orange-200\/20:hover {
  border-left-color: rgb(254 215 170 / 0.2);
}

.hover\:border-l-orange-200\/25:hover {
  border-left-color: rgb(254 215 170 / 0.25);
}

.hover\:border-l-orange-200\/30:hover {
  border-left-color: rgb(254 215 170 / 0.3);
}

.hover\:border-l-orange-200\/40:hover {
  border-left-color: rgb(254 215 170 / 0.4);
}

.hover\:border-l-orange-200\/5:hover {
  border-left-color: rgb(254 215 170 / 0.05);
}

.hover\:border-l-orange-200\/50:hover {
  border-left-color: rgb(254 215 170 / 0.5);
}

.hover\:border-l-orange-200\/60:hover {
  border-left-color: rgb(254 215 170 / 0.6);
}

.hover\:border-l-orange-200\/70:hover {
  border-left-color: rgb(254 215 170 / 0.7);
}

.hover\:border-l-orange-200\/75:hover {
  border-left-color: rgb(254 215 170 / 0.75);
}

.hover\:border-l-orange-200\/80:hover {
  border-left-color: rgb(254 215 170 / 0.8);
}

.hover\:border-l-orange-200\/90:hover {
  border-left-color: rgb(254 215 170 / 0.9);
}

.hover\:border-l-orange-200\/95:hover {
  border-left-color: rgb(254 215 170 / 0.95);
}

.hover\:border-l-orange-300:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 186 116 / var(--tw-border-opacity));
}

.hover\:border-l-orange-300\/0:hover {
  border-left-color: rgb(253 186 116 / 0);
}

.hover\:border-l-orange-300\/10:hover {
  border-left-color: rgb(253 186 116 / 0.1);
}

.hover\:border-l-orange-300\/100:hover {
  border-left-color: rgb(253 186 116 / 1);
}

.hover\:border-l-orange-300\/20:hover {
  border-left-color: rgb(253 186 116 / 0.2);
}

.hover\:border-l-orange-300\/25:hover {
  border-left-color: rgb(253 186 116 / 0.25);
}

.hover\:border-l-orange-300\/30:hover {
  border-left-color: rgb(253 186 116 / 0.3);
}

.hover\:border-l-orange-300\/40:hover {
  border-left-color: rgb(253 186 116 / 0.4);
}

.hover\:border-l-orange-300\/5:hover {
  border-left-color: rgb(253 186 116 / 0.05);
}

.hover\:border-l-orange-300\/50:hover {
  border-left-color: rgb(253 186 116 / 0.5);
}

.hover\:border-l-orange-300\/60:hover {
  border-left-color: rgb(253 186 116 / 0.6);
}

.hover\:border-l-orange-300\/70:hover {
  border-left-color: rgb(253 186 116 / 0.7);
}

.hover\:border-l-orange-300\/75:hover {
  border-left-color: rgb(253 186 116 / 0.75);
}

.hover\:border-l-orange-300\/80:hover {
  border-left-color: rgb(253 186 116 / 0.8);
}

.hover\:border-l-orange-300\/90:hover {
  border-left-color: rgb(253 186 116 / 0.9);
}

.hover\:border-l-orange-300\/95:hover {
  border-left-color: rgb(253 186 116 / 0.95);
}

.hover\:border-l-orange-400:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.hover\:border-l-orange-400\/0:hover {
  border-left-color: rgb(251 146 60 / 0);
}

.hover\:border-l-orange-400\/10:hover {
  border-left-color: rgb(251 146 60 / 0.1);
}

.hover\:border-l-orange-400\/100:hover {
  border-left-color: rgb(251 146 60 / 1);
}

.hover\:border-l-orange-400\/20:hover {
  border-left-color: rgb(251 146 60 / 0.2);
}

.hover\:border-l-orange-400\/25:hover {
  border-left-color: rgb(251 146 60 / 0.25);
}

.hover\:border-l-orange-400\/30:hover {
  border-left-color: rgb(251 146 60 / 0.3);
}

.hover\:border-l-orange-400\/40:hover {
  border-left-color: rgb(251 146 60 / 0.4);
}

.hover\:border-l-orange-400\/5:hover {
  border-left-color: rgb(251 146 60 / 0.05);
}

.hover\:border-l-orange-400\/50:hover {
  border-left-color: rgb(251 146 60 / 0.5);
}

.hover\:border-l-orange-400\/60:hover {
  border-left-color: rgb(251 146 60 / 0.6);
}

.hover\:border-l-orange-400\/70:hover {
  border-left-color: rgb(251 146 60 / 0.7);
}

.hover\:border-l-orange-400\/75:hover {
  border-left-color: rgb(251 146 60 / 0.75);
}

.hover\:border-l-orange-400\/80:hover {
  border-left-color: rgb(251 146 60 / 0.8);
}

.hover\:border-l-orange-400\/90:hover {
  border-left-color: rgb(251 146 60 / 0.9);
}

.hover\:border-l-orange-400\/95:hover {
  border-left-color: rgb(251 146 60 / 0.95);
}

.hover\:border-l-orange-50:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 247 237 / var(--tw-border-opacity));
}

.hover\:border-l-orange-50\/0:hover {
  border-left-color: rgb(255 247 237 / 0);
}

.hover\:border-l-orange-50\/10:hover {
  border-left-color: rgb(255 247 237 / 0.1);
}

.hover\:border-l-orange-50\/100:hover {
  border-left-color: rgb(255 247 237 / 1);
}

.hover\:border-l-orange-50\/20:hover {
  border-left-color: rgb(255 247 237 / 0.2);
}

.hover\:border-l-orange-50\/25:hover {
  border-left-color: rgb(255 247 237 / 0.25);
}

.hover\:border-l-orange-50\/30:hover {
  border-left-color: rgb(255 247 237 / 0.3);
}

.hover\:border-l-orange-50\/40:hover {
  border-left-color: rgb(255 247 237 / 0.4);
}

.hover\:border-l-orange-50\/5:hover {
  border-left-color: rgb(255 247 237 / 0.05);
}

.hover\:border-l-orange-50\/50:hover {
  border-left-color: rgb(255 247 237 / 0.5);
}

.hover\:border-l-orange-50\/60:hover {
  border-left-color: rgb(255 247 237 / 0.6);
}

.hover\:border-l-orange-50\/70:hover {
  border-left-color: rgb(255 247 237 / 0.7);
}

.hover\:border-l-orange-50\/75:hover {
  border-left-color: rgb(255 247 237 / 0.75);
}

.hover\:border-l-orange-50\/80:hover {
  border-left-color: rgb(255 247 237 / 0.8);
}

.hover\:border-l-orange-50\/90:hover {
  border-left-color: rgb(255 247 237 / 0.9);
}

.hover\:border-l-orange-50\/95:hover {
  border-left-color: rgb(255 247 237 / 0.95);
}

.hover\:border-l-orange-500:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 115 22 / var(--tw-border-opacity));
}

.hover\:border-l-orange-500\/0:hover {
  border-left-color: rgb(249 115 22 / 0);
}

.hover\:border-l-orange-500\/10:hover {
  border-left-color: rgb(249 115 22 / 0.1);
}

.hover\:border-l-orange-500\/100:hover {
  border-left-color: rgb(249 115 22 / 1);
}

.hover\:border-l-orange-500\/20:hover {
  border-left-color: rgb(249 115 22 / 0.2);
}

.hover\:border-l-orange-500\/25:hover {
  border-left-color: rgb(249 115 22 / 0.25);
}

.hover\:border-l-orange-500\/30:hover {
  border-left-color: rgb(249 115 22 / 0.3);
}

.hover\:border-l-orange-500\/40:hover {
  border-left-color: rgb(249 115 22 / 0.4);
}

.hover\:border-l-orange-500\/5:hover {
  border-left-color: rgb(249 115 22 / 0.05);
}

.hover\:border-l-orange-500\/50:hover {
  border-left-color: rgb(249 115 22 / 0.5);
}

.hover\:border-l-orange-500\/60:hover {
  border-left-color: rgb(249 115 22 / 0.6);
}

.hover\:border-l-orange-500\/70:hover {
  border-left-color: rgb(249 115 22 / 0.7);
}

.hover\:border-l-orange-500\/75:hover {
  border-left-color: rgb(249 115 22 / 0.75);
}

.hover\:border-l-orange-500\/80:hover {
  border-left-color: rgb(249 115 22 / 0.8);
}

.hover\:border-l-orange-500\/90:hover {
  border-left-color: rgb(249 115 22 / 0.9);
}

.hover\:border-l-orange-500\/95:hover {
  border-left-color: rgb(249 115 22 / 0.95);
}

.hover\:border-l-orange-600:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.hover\:border-l-orange-600\/0:hover {
  border-left-color: rgb(234 88 12 / 0);
}

.hover\:border-l-orange-600\/10:hover {
  border-left-color: rgb(234 88 12 / 0.1);
}

.hover\:border-l-orange-600\/100:hover {
  border-left-color: rgb(234 88 12 / 1);
}

.hover\:border-l-orange-600\/20:hover {
  border-left-color: rgb(234 88 12 / 0.2);
}

.hover\:border-l-orange-600\/25:hover {
  border-left-color: rgb(234 88 12 / 0.25);
}

.hover\:border-l-orange-600\/30:hover {
  border-left-color: rgb(234 88 12 / 0.3);
}

.hover\:border-l-orange-600\/40:hover {
  border-left-color: rgb(234 88 12 / 0.4);
}

.hover\:border-l-orange-600\/5:hover {
  border-left-color: rgb(234 88 12 / 0.05);
}

.hover\:border-l-orange-600\/50:hover {
  border-left-color: rgb(234 88 12 / 0.5);
}

.hover\:border-l-orange-600\/60:hover {
  border-left-color: rgb(234 88 12 / 0.6);
}

.hover\:border-l-orange-600\/70:hover {
  border-left-color: rgb(234 88 12 / 0.7);
}

.hover\:border-l-orange-600\/75:hover {
  border-left-color: rgb(234 88 12 / 0.75);
}

.hover\:border-l-orange-600\/80:hover {
  border-left-color: rgb(234 88 12 / 0.8);
}

.hover\:border-l-orange-600\/90:hover {
  border-left-color: rgb(234 88 12 / 0.9);
}

.hover\:border-l-orange-600\/95:hover {
  border-left-color: rgb(234 88 12 / 0.95);
}

.hover\:border-l-orange-700:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(194 65 12 / var(--tw-border-opacity));
}

.hover\:border-l-orange-700\/0:hover {
  border-left-color: rgb(194 65 12 / 0);
}

.hover\:border-l-orange-700\/10:hover {
  border-left-color: rgb(194 65 12 / 0.1);
}

.hover\:border-l-orange-700\/100:hover {
  border-left-color: rgb(194 65 12 / 1);
}

.hover\:border-l-orange-700\/20:hover {
  border-left-color: rgb(194 65 12 / 0.2);
}

.hover\:border-l-orange-700\/25:hover {
  border-left-color: rgb(194 65 12 / 0.25);
}

.hover\:border-l-orange-700\/30:hover {
  border-left-color: rgb(194 65 12 / 0.3);
}

.hover\:border-l-orange-700\/40:hover {
  border-left-color: rgb(194 65 12 / 0.4);
}

.hover\:border-l-orange-700\/5:hover {
  border-left-color: rgb(194 65 12 / 0.05);
}

.hover\:border-l-orange-700\/50:hover {
  border-left-color: rgb(194 65 12 / 0.5);
}

.hover\:border-l-orange-700\/60:hover {
  border-left-color: rgb(194 65 12 / 0.6);
}

.hover\:border-l-orange-700\/70:hover {
  border-left-color: rgb(194 65 12 / 0.7);
}

.hover\:border-l-orange-700\/75:hover {
  border-left-color: rgb(194 65 12 / 0.75);
}

.hover\:border-l-orange-700\/80:hover {
  border-left-color: rgb(194 65 12 / 0.8);
}

.hover\:border-l-orange-700\/90:hover {
  border-left-color: rgb(194 65 12 / 0.9);
}

.hover\:border-l-orange-700\/95:hover {
  border-left-color: rgb(194 65 12 / 0.95);
}

.hover\:border-l-orange-800:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(154 52 18 / var(--tw-border-opacity));
}

.hover\:border-l-orange-800\/0:hover {
  border-left-color: rgb(154 52 18 / 0);
}

.hover\:border-l-orange-800\/10:hover {
  border-left-color: rgb(154 52 18 / 0.1);
}

.hover\:border-l-orange-800\/100:hover {
  border-left-color: rgb(154 52 18 / 1);
}

.hover\:border-l-orange-800\/20:hover {
  border-left-color: rgb(154 52 18 / 0.2);
}

.hover\:border-l-orange-800\/25:hover {
  border-left-color: rgb(154 52 18 / 0.25);
}

.hover\:border-l-orange-800\/30:hover {
  border-left-color: rgb(154 52 18 / 0.3);
}

.hover\:border-l-orange-800\/40:hover {
  border-left-color: rgb(154 52 18 / 0.4);
}

.hover\:border-l-orange-800\/5:hover {
  border-left-color: rgb(154 52 18 / 0.05);
}

.hover\:border-l-orange-800\/50:hover {
  border-left-color: rgb(154 52 18 / 0.5);
}

.hover\:border-l-orange-800\/60:hover {
  border-left-color: rgb(154 52 18 / 0.6);
}

.hover\:border-l-orange-800\/70:hover {
  border-left-color: rgb(154 52 18 / 0.7);
}

.hover\:border-l-orange-800\/75:hover {
  border-left-color: rgb(154 52 18 / 0.75);
}

.hover\:border-l-orange-800\/80:hover {
  border-left-color: rgb(154 52 18 / 0.8);
}

.hover\:border-l-orange-800\/90:hover {
  border-left-color: rgb(154 52 18 / 0.9);
}

.hover\:border-l-orange-800\/95:hover {
  border-left-color: rgb(154 52 18 / 0.95);
}

.hover\:border-l-orange-900:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(124 45 18 / var(--tw-border-opacity));
}

.hover\:border-l-orange-900\/0:hover {
  border-left-color: rgb(124 45 18 / 0);
}

.hover\:border-l-orange-900\/10:hover {
  border-left-color: rgb(124 45 18 / 0.1);
}

.hover\:border-l-orange-900\/100:hover {
  border-left-color: rgb(124 45 18 / 1);
}

.hover\:border-l-orange-900\/20:hover {
  border-left-color: rgb(124 45 18 / 0.2);
}

.hover\:border-l-orange-900\/25:hover {
  border-left-color: rgb(124 45 18 / 0.25);
}

.hover\:border-l-orange-900\/30:hover {
  border-left-color: rgb(124 45 18 / 0.3);
}

.hover\:border-l-orange-900\/40:hover {
  border-left-color: rgb(124 45 18 / 0.4);
}

.hover\:border-l-orange-900\/5:hover {
  border-left-color: rgb(124 45 18 / 0.05);
}

.hover\:border-l-orange-900\/50:hover {
  border-left-color: rgb(124 45 18 / 0.5);
}

.hover\:border-l-orange-900\/60:hover {
  border-left-color: rgb(124 45 18 / 0.6);
}

.hover\:border-l-orange-900\/70:hover {
  border-left-color: rgb(124 45 18 / 0.7);
}

.hover\:border-l-orange-900\/75:hover {
  border-left-color: rgb(124 45 18 / 0.75);
}

.hover\:border-l-orange-900\/80:hover {
  border-left-color: rgb(124 45 18 / 0.8);
}

.hover\:border-l-orange-900\/90:hover {
  border-left-color: rgb(124 45 18 / 0.9);
}

.hover\:border-l-orange-900\/95:hover {
  border-left-color: rgb(124 45 18 / 0.95);
}

.hover\:border-l-orange-950:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(67 20 7 / var(--tw-border-opacity));
}

.hover\:border-l-orange-950\/0:hover {
  border-left-color: rgb(67 20 7 / 0);
}

.hover\:border-l-orange-950\/10:hover {
  border-left-color: rgb(67 20 7 / 0.1);
}

.hover\:border-l-orange-950\/100:hover {
  border-left-color: rgb(67 20 7 / 1);
}

.hover\:border-l-orange-950\/20:hover {
  border-left-color: rgb(67 20 7 / 0.2);
}

.hover\:border-l-orange-950\/25:hover {
  border-left-color: rgb(67 20 7 / 0.25);
}

.hover\:border-l-orange-950\/30:hover {
  border-left-color: rgb(67 20 7 / 0.3);
}

.hover\:border-l-orange-950\/40:hover {
  border-left-color: rgb(67 20 7 / 0.4);
}

.hover\:border-l-orange-950\/5:hover {
  border-left-color: rgb(67 20 7 / 0.05);
}

.hover\:border-l-orange-950\/50:hover {
  border-left-color: rgb(67 20 7 / 0.5);
}

.hover\:border-l-orange-950\/60:hover {
  border-left-color: rgb(67 20 7 / 0.6);
}

.hover\:border-l-orange-950\/70:hover {
  border-left-color: rgb(67 20 7 / 0.7);
}

.hover\:border-l-orange-950\/75:hover {
  border-left-color: rgb(67 20 7 / 0.75);
}

.hover\:border-l-orange-950\/80:hover {
  border-left-color: rgb(67 20 7 / 0.8);
}

.hover\:border-l-orange-950\/90:hover {
  border-left-color: rgb(67 20 7 / 0.9);
}

.hover\:border-l-orange-950\/95:hover {
  border-left-color: rgb(67 20 7 / 0.95);
}

.hover\:border-l-ozc-100:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 239 235 / var(--tw-border-opacity));
}

.hover\:border-l-ozc-100\/0:hover {
  border-left-color: rgb(255 239 235 / 0);
}

.hover\:border-l-ozc-100\/10:hover {
  border-left-color: rgb(255 239 235 / 0.1);
}

.hover\:border-l-ozc-100\/100:hover {
  border-left-color: rgb(255 239 235 / 1);
}

.hover\:border-l-ozc-100\/20:hover {
  border-left-color: rgb(255 239 235 / 0.2);
}

.hover\:border-l-ozc-100\/25:hover {
  border-left-color: rgb(255 239 235 / 0.25);
}

.hover\:border-l-ozc-100\/30:hover {
  border-left-color: rgb(255 239 235 / 0.3);
}

.hover\:border-l-ozc-100\/40:hover {
  border-left-color: rgb(255 239 235 / 0.4);
}

.hover\:border-l-ozc-100\/5:hover {
  border-left-color: rgb(255 239 235 / 0.05);
}

.hover\:border-l-ozc-100\/50:hover {
  border-left-color: rgb(255 239 235 / 0.5);
}

.hover\:border-l-ozc-100\/60:hover {
  border-left-color: rgb(255 239 235 / 0.6);
}

.hover\:border-l-ozc-100\/70:hover {
  border-left-color: rgb(255 239 235 / 0.7);
}

.hover\:border-l-ozc-100\/75:hover {
  border-left-color: rgb(255 239 235 / 0.75);
}

.hover\:border-l-ozc-100\/80:hover {
  border-left-color: rgb(255 239 235 / 0.8);
}

.hover\:border-l-ozc-100\/90:hover {
  border-left-color: rgb(255 239 235 / 0.9);
}

.hover\:border-l-ozc-100\/95:hover {
  border-left-color: rgb(255 239 235 / 0.95);
}

.hover\:border-l-ozc-200:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 225 222 / var(--tw-border-opacity));
}

.hover\:border-l-ozc-200\/0:hover {
  border-left-color: rgb(253 225 222 / 0);
}

.hover\:border-l-ozc-200\/10:hover {
  border-left-color: rgb(253 225 222 / 0.1);
}

.hover\:border-l-ozc-200\/100:hover {
  border-left-color: rgb(253 225 222 / 1);
}

.hover\:border-l-ozc-200\/20:hover {
  border-left-color: rgb(253 225 222 / 0.2);
}

.hover\:border-l-ozc-200\/25:hover {
  border-left-color: rgb(253 225 222 / 0.25);
}

.hover\:border-l-ozc-200\/30:hover {
  border-left-color: rgb(253 225 222 / 0.3);
}

.hover\:border-l-ozc-200\/40:hover {
  border-left-color: rgb(253 225 222 / 0.4);
}

.hover\:border-l-ozc-200\/5:hover {
  border-left-color: rgb(253 225 222 / 0.05);
}

.hover\:border-l-ozc-200\/50:hover {
  border-left-color: rgb(253 225 222 / 0.5);
}

.hover\:border-l-ozc-200\/60:hover {
  border-left-color: rgb(253 225 222 / 0.6);
}

.hover\:border-l-ozc-200\/70:hover {
  border-left-color: rgb(253 225 222 / 0.7);
}

.hover\:border-l-ozc-200\/75:hover {
  border-left-color: rgb(253 225 222 / 0.75);
}

.hover\:border-l-ozc-200\/80:hover {
  border-left-color: rgb(253 225 222 / 0.8);
}

.hover\:border-l-ozc-200\/90:hover {
  border-left-color: rgb(253 225 222 / 0.9);
}

.hover\:border-l-ozc-200\/95:hover {
  border-left-color: rgb(253 225 222 / 0.95);
}

.hover\:border-l-ozc-300:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(248 181 181 / var(--tw-border-opacity));
}

.hover\:border-l-ozc-300\/0:hover {
  border-left-color: rgb(248 181 181 / 0);
}

.hover\:border-l-ozc-300\/10:hover {
  border-left-color: rgb(248 181 181 / 0.1);
}

.hover\:border-l-ozc-300\/100:hover {
  border-left-color: rgb(248 181 181 / 1);
}

.hover\:border-l-ozc-300\/20:hover {
  border-left-color: rgb(248 181 181 / 0.2);
}

.hover\:border-l-ozc-300\/25:hover {
  border-left-color: rgb(248 181 181 / 0.25);
}

.hover\:border-l-ozc-300\/30:hover {
  border-left-color: rgb(248 181 181 / 0.3);
}

.hover\:border-l-ozc-300\/40:hover {
  border-left-color: rgb(248 181 181 / 0.4);
}

.hover\:border-l-ozc-300\/5:hover {
  border-left-color: rgb(248 181 181 / 0.05);
}

.hover\:border-l-ozc-300\/50:hover {
  border-left-color: rgb(248 181 181 / 0.5);
}

.hover\:border-l-ozc-300\/60:hover {
  border-left-color: rgb(248 181 181 / 0.6);
}

.hover\:border-l-ozc-300\/70:hover {
  border-left-color: rgb(248 181 181 / 0.7);
}

.hover\:border-l-ozc-300\/75:hover {
  border-left-color: rgb(248 181 181 / 0.75);
}

.hover\:border-l-ozc-300\/80:hover {
  border-left-color: rgb(248 181 181 / 0.8);
}

.hover\:border-l-ozc-300\/90:hover {
  border-left-color: rgb(248 181 181 / 0.9);
}

.hover\:border-l-ozc-300\/95:hover {
  border-left-color: rgb(248 181 181 / 0.95);
}

.hover\:border-l-ozc-400:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 189 173 / var(--tw-border-opacity));
}

.hover\:border-l-ozc-400\/0:hover {
  border-left-color: rgb(250 189 173 / 0);
}

.hover\:border-l-ozc-400\/10:hover {
  border-left-color: rgb(250 189 173 / 0.1);
}

.hover\:border-l-ozc-400\/100:hover {
  border-left-color: rgb(250 189 173 / 1);
}

.hover\:border-l-ozc-400\/20:hover {
  border-left-color: rgb(250 189 173 / 0.2);
}

.hover\:border-l-ozc-400\/25:hover {
  border-left-color: rgb(250 189 173 / 0.25);
}

.hover\:border-l-ozc-400\/30:hover {
  border-left-color: rgb(250 189 173 / 0.3);
}

.hover\:border-l-ozc-400\/40:hover {
  border-left-color: rgb(250 189 173 / 0.4);
}

.hover\:border-l-ozc-400\/5:hover {
  border-left-color: rgb(250 189 173 / 0.05);
}

.hover\:border-l-ozc-400\/50:hover {
  border-left-color: rgb(250 189 173 / 0.5);
}

.hover\:border-l-ozc-400\/60:hover {
  border-left-color: rgb(250 189 173 / 0.6);
}

.hover\:border-l-ozc-400\/70:hover {
  border-left-color: rgb(250 189 173 / 0.7);
}

.hover\:border-l-ozc-400\/75:hover {
  border-left-color: rgb(250 189 173 / 0.75);
}

.hover\:border-l-ozc-400\/80:hover {
  border-left-color: rgb(250 189 173 / 0.8);
}

.hover\:border-l-ozc-400\/90:hover {
  border-left-color: rgb(250 189 173 / 0.9);
}

.hover\:border-l-ozc-400\/95:hover {
  border-left-color: rgb(250 189 173 / 0.95);
}

.hover\:border-l-ozc-50:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 243 232 / var(--tw-border-opacity));
}

.hover\:border-l-ozc-50\/0:hover {
  border-left-color: rgb(254 243 232 / 0);
}

.hover\:border-l-ozc-50\/10:hover {
  border-left-color: rgb(254 243 232 / 0.1);
}

.hover\:border-l-ozc-50\/100:hover {
  border-left-color: rgb(254 243 232 / 1);
}

.hover\:border-l-ozc-50\/20:hover {
  border-left-color: rgb(254 243 232 / 0.2);
}

.hover\:border-l-ozc-50\/25:hover {
  border-left-color: rgb(254 243 232 / 0.25);
}

.hover\:border-l-ozc-50\/30:hover {
  border-left-color: rgb(254 243 232 / 0.3);
}

.hover\:border-l-ozc-50\/40:hover {
  border-left-color: rgb(254 243 232 / 0.4);
}

.hover\:border-l-ozc-50\/5:hover {
  border-left-color: rgb(254 243 232 / 0.05);
}

.hover\:border-l-ozc-50\/50:hover {
  border-left-color: rgb(254 243 232 / 0.5);
}

.hover\:border-l-ozc-50\/60:hover {
  border-left-color: rgb(254 243 232 / 0.6);
}

.hover\:border-l-ozc-50\/70:hover {
  border-left-color: rgb(254 243 232 / 0.7);
}

.hover\:border-l-ozc-50\/75:hover {
  border-left-color: rgb(254 243 232 / 0.75);
}

.hover\:border-l-ozc-50\/80:hover {
  border-left-color: rgb(254 243 232 / 0.8);
}

.hover\:border-l-ozc-50\/90:hover {
  border-left-color: rgb(254 243 232 / 0.9);
}

.hover\:border-l-ozc-50\/95:hover {
  border-left-color: rgb(254 243 232 / 0.95);
}

.hover\:border-l-ozc-500:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 110 96 / var(--tw-border-opacity));
}

.hover\:border-l-ozc-500\/0:hover {
  border-left-color: rgb(255 110 96 / 0);
}

.hover\:border-l-ozc-500\/10:hover {
  border-left-color: rgb(255 110 96 / 0.1);
}

.hover\:border-l-ozc-500\/100:hover {
  border-left-color: rgb(255 110 96 / 1);
}

.hover\:border-l-ozc-500\/20:hover {
  border-left-color: rgb(255 110 96 / 0.2);
}

.hover\:border-l-ozc-500\/25:hover {
  border-left-color: rgb(255 110 96 / 0.25);
}

.hover\:border-l-ozc-500\/30:hover {
  border-left-color: rgb(255 110 96 / 0.3);
}

.hover\:border-l-ozc-500\/40:hover {
  border-left-color: rgb(255 110 96 / 0.4);
}

.hover\:border-l-ozc-500\/5:hover {
  border-left-color: rgb(255 110 96 / 0.05);
}

.hover\:border-l-ozc-500\/50:hover {
  border-left-color: rgb(255 110 96 / 0.5);
}

.hover\:border-l-ozc-500\/60:hover {
  border-left-color: rgb(255 110 96 / 0.6);
}

.hover\:border-l-ozc-500\/70:hover {
  border-left-color: rgb(255 110 96 / 0.7);
}

.hover\:border-l-ozc-500\/75:hover {
  border-left-color: rgb(255 110 96 / 0.75);
}

.hover\:border-l-ozc-500\/80:hover {
  border-left-color: rgb(255 110 96 / 0.8);
}

.hover\:border-l-ozc-500\/90:hover {
  border-left-color: rgb(255 110 96 / 0.9);
}

.hover\:border-l-ozc-500\/95:hover {
  border-left-color: rgb(255 110 96 / 0.95);
}

.hover\:border-l-ozc-600:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 169 140 / var(--tw-border-opacity));
}

.hover\:border-l-ozc-600\/0:hover {
  border-left-color: rgb(249 169 140 / 0);
}

.hover\:border-l-ozc-600\/10:hover {
  border-left-color: rgb(249 169 140 / 0.1);
}

.hover\:border-l-ozc-600\/100:hover {
  border-left-color: rgb(249 169 140 / 1);
}

.hover\:border-l-ozc-600\/20:hover {
  border-left-color: rgb(249 169 140 / 0.2);
}

.hover\:border-l-ozc-600\/25:hover {
  border-left-color: rgb(249 169 140 / 0.25);
}

.hover\:border-l-ozc-600\/30:hover {
  border-left-color: rgb(249 169 140 / 0.3);
}

.hover\:border-l-ozc-600\/40:hover {
  border-left-color: rgb(249 169 140 / 0.4);
}

.hover\:border-l-ozc-600\/5:hover {
  border-left-color: rgb(249 169 140 / 0.05);
}

.hover\:border-l-ozc-600\/50:hover {
  border-left-color: rgb(249 169 140 / 0.5);
}

.hover\:border-l-ozc-600\/60:hover {
  border-left-color: rgb(249 169 140 / 0.6);
}

.hover\:border-l-ozc-600\/70:hover {
  border-left-color: rgb(249 169 140 / 0.7);
}

.hover\:border-l-ozc-600\/75:hover {
  border-left-color: rgb(249 169 140 / 0.75);
}

.hover\:border-l-ozc-600\/80:hover {
  border-left-color: rgb(249 169 140 / 0.8);
}

.hover\:border-l-ozc-600\/90:hover {
  border-left-color: rgb(249 169 140 / 0.9);
}

.hover\:border-l-ozc-600\/95:hover {
  border-left-color: rgb(249 169 140 / 0.95);
}

.hover\:border-l-ozc-700:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(246 148 114 / var(--tw-border-opacity));
}

.hover\:border-l-ozc-700\/0:hover {
  border-left-color: rgb(246 148 114 / 0);
}

.hover\:border-l-ozc-700\/10:hover {
  border-left-color: rgb(246 148 114 / 0.1);
}

.hover\:border-l-ozc-700\/100:hover {
  border-left-color: rgb(246 148 114 / 1);
}

.hover\:border-l-ozc-700\/20:hover {
  border-left-color: rgb(246 148 114 / 0.2);
}

.hover\:border-l-ozc-700\/25:hover {
  border-left-color: rgb(246 148 114 / 0.25);
}

.hover\:border-l-ozc-700\/30:hover {
  border-left-color: rgb(246 148 114 / 0.3);
}

.hover\:border-l-ozc-700\/40:hover {
  border-left-color: rgb(246 148 114 / 0.4);
}

.hover\:border-l-ozc-700\/5:hover {
  border-left-color: rgb(246 148 114 / 0.05);
}

.hover\:border-l-ozc-700\/50:hover {
  border-left-color: rgb(246 148 114 / 0.5);
}

.hover\:border-l-ozc-700\/60:hover {
  border-left-color: rgb(246 148 114 / 0.6);
}

.hover\:border-l-ozc-700\/70:hover {
  border-left-color: rgb(246 148 114 / 0.7);
}

.hover\:border-l-ozc-700\/75:hover {
  border-left-color: rgb(246 148 114 / 0.75);
}

.hover\:border-l-ozc-700\/80:hover {
  border-left-color: rgb(246 148 114 / 0.8);
}

.hover\:border-l-ozc-700\/90:hover {
  border-left-color: rgb(246 148 114 / 0.9);
}

.hover\:border-l-ozc-700\/95:hover {
  border-left-color: rgb(246 148 114 / 0.95);
}

.hover\:border-l-ozc-800:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 144 136 / var(--tw-border-opacity));
}

.hover\:border-l-ozc-800\/0:hover {
  border-left-color: rgb(245 144 136 / 0);
}

.hover\:border-l-ozc-800\/10:hover {
  border-left-color: rgb(245 144 136 / 0.1);
}

.hover\:border-l-ozc-800\/100:hover {
  border-left-color: rgb(245 144 136 / 1);
}

.hover\:border-l-ozc-800\/20:hover {
  border-left-color: rgb(245 144 136 / 0.2);
}

.hover\:border-l-ozc-800\/25:hover {
  border-left-color: rgb(245 144 136 / 0.25);
}

.hover\:border-l-ozc-800\/30:hover {
  border-left-color: rgb(245 144 136 / 0.3);
}

.hover\:border-l-ozc-800\/40:hover {
  border-left-color: rgb(245 144 136 / 0.4);
}

.hover\:border-l-ozc-800\/5:hover {
  border-left-color: rgb(245 144 136 / 0.05);
}

.hover\:border-l-ozc-800\/50:hover {
  border-left-color: rgb(245 144 136 / 0.5);
}

.hover\:border-l-ozc-800\/60:hover {
  border-left-color: rgb(245 144 136 / 0.6);
}

.hover\:border-l-ozc-800\/70:hover {
  border-left-color: rgb(245 144 136 / 0.7);
}

.hover\:border-l-ozc-800\/75:hover {
  border-left-color: rgb(245 144 136 / 0.75);
}

.hover\:border-l-ozc-800\/80:hover {
  border-left-color: rgb(245 144 136 / 0.8);
}

.hover\:border-l-ozc-800\/90:hover {
  border-left-color: rgb(245 144 136 / 0.9);
}

.hover\:border-l-ozc-800\/95:hover {
  border-left-color: rgb(245 144 136 / 0.95);
}

.hover\:border-l-ozc-900:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(243 121 124 / var(--tw-border-opacity));
}

.hover\:border-l-ozc-900\/0:hover {
  border-left-color: rgb(243 121 124 / 0);
}

.hover\:border-l-ozc-900\/10:hover {
  border-left-color: rgb(243 121 124 / 0.1);
}

.hover\:border-l-ozc-900\/100:hover {
  border-left-color: rgb(243 121 124 / 1);
}

.hover\:border-l-ozc-900\/20:hover {
  border-left-color: rgb(243 121 124 / 0.2);
}

.hover\:border-l-ozc-900\/25:hover {
  border-left-color: rgb(243 121 124 / 0.25);
}

.hover\:border-l-ozc-900\/30:hover {
  border-left-color: rgb(243 121 124 / 0.3);
}

.hover\:border-l-ozc-900\/40:hover {
  border-left-color: rgb(243 121 124 / 0.4);
}

.hover\:border-l-ozc-900\/5:hover {
  border-left-color: rgb(243 121 124 / 0.05);
}

.hover\:border-l-ozc-900\/50:hover {
  border-left-color: rgb(243 121 124 / 0.5);
}

.hover\:border-l-ozc-900\/60:hover {
  border-left-color: rgb(243 121 124 / 0.6);
}

.hover\:border-l-ozc-900\/70:hover {
  border-left-color: rgb(243 121 124 / 0.7);
}

.hover\:border-l-ozc-900\/75:hover {
  border-left-color: rgb(243 121 124 / 0.75);
}

.hover\:border-l-ozc-900\/80:hover {
  border-left-color: rgb(243 121 124 / 0.8);
}

.hover\:border-l-ozc-900\/90:hover {
  border-left-color: rgb(243 121 124 / 0.9);
}

.hover\:border-l-ozc-900\/95:hover {
  border-left-color: rgb(243 121 124 / 0.95);
}

.hover\:border-l-ozc-950:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.hover\:border-l-ozc-950\/0:hover {
  border-left-color: rgb(42 45 51 / 0);
}

.hover\:border-l-ozc-950\/10:hover {
  border-left-color: rgb(42 45 51 / 0.1);
}

.hover\:border-l-ozc-950\/100:hover {
  border-left-color: rgb(42 45 51 / 1);
}

.hover\:border-l-ozc-950\/20:hover {
  border-left-color: rgb(42 45 51 / 0.2);
}

.hover\:border-l-ozc-950\/25:hover {
  border-left-color: rgb(42 45 51 / 0.25);
}

.hover\:border-l-ozc-950\/30:hover {
  border-left-color: rgb(42 45 51 / 0.3);
}

.hover\:border-l-ozc-950\/40:hover {
  border-left-color: rgb(42 45 51 / 0.4);
}

.hover\:border-l-ozc-950\/5:hover {
  border-left-color: rgb(42 45 51 / 0.05);
}

.hover\:border-l-ozc-950\/50:hover {
  border-left-color: rgb(42 45 51 / 0.5);
}

.hover\:border-l-ozc-950\/60:hover {
  border-left-color: rgb(42 45 51 / 0.6);
}

.hover\:border-l-ozc-950\/70:hover {
  border-left-color: rgb(42 45 51 / 0.7);
}

.hover\:border-l-ozc-950\/75:hover {
  border-left-color: rgb(42 45 51 / 0.75);
}

.hover\:border-l-ozc-950\/80:hover {
  border-left-color: rgb(42 45 51 / 0.8);
}

.hover\:border-l-ozc-950\/90:hover {
  border-left-color: rgb(42 45 51 / 0.9);
}

.hover\:border-l-ozc-950\/95:hover {
  border-left-color: rgb(42 45 51 / 0.95);
}

.hover\:border-l-ozc-alt-100:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 250 230 / var(--tw-border-opacity));
}

.hover\:border-l-ozc-alt-100\/0:hover {
  border-left-color: rgb(255 250 230 / 0);
}

.hover\:border-l-ozc-alt-100\/10:hover {
  border-left-color: rgb(255 250 230 / 0.1);
}

.hover\:border-l-ozc-alt-100\/100:hover {
  border-left-color: rgb(255 250 230 / 1);
}

.hover\:border-l-ozc-alt-100\/20:hover {
  border-left-color: rgb(255 250 230 / 0.2);
}

.hover\:border-l-ozc-alt-100\/25:hover {
  border-left-color: rgb(255 250 230 / 0.25);
}

.hover\:border-l-ozc-alt-100\/30:hover {
  border-left-color: rgb(255 250 230 / 0.3);
}

.hover\:border-l-ozc-alt-100\/40:hover {
  border-left-color: rgb(255 250 230 / 0.4);
}

.hover\:border-l-ozc-alt-100\/5:hover {
  border-left-color: rgb(255 250 230 / 0.05);
}

.hover\:border-l-ozc-alt-100\/50:hover {
  border-left-color: rgb(255 250 230 / 0.5);
}

.hover\:border-l-ozc-alt-100\/60:hover {
  border-left-color: rgb(255 250 230 / 0.6);
}

.hover\:border-l-ozc-alt-100\/70:hover {
  border-left-color: rgb(255 250 230 / 0.7);
}

.hover\:border-l-ozc-alt-100\/75:hover {
  border-left-color: rgb(255 250 230 / 0.75);
}

.hover\:border-l-ozc-alt-100\/80:hover {
  border-left-color: rgb(255 250 230 / 0.8);
}

.hover\:border-l-ozc-alt-100\/90:hover {
  border-left-color: rgb(255 250 230 / 0.9);
}

.hover\:border-l-ozc-alt-100\/95:hover {
  border-left-color: rgb(255 250 230 / 0.95);
}

.hover\:border-l-ozc-alt-200:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 242 193 / var(--tw-border-opacity));
}

.hover\:border-l-ozc-alt-200\/0:hover {
  border-left-color: rgb(255 242 193 / 0);
}

.hover\:border-l-ozc-alt-200\/10:hover {
  border-left-color: rgb(255 242 193 / 0.1);
}

.hover\:border-l-ozc-alt-200\/100:hover {
  border-left-color: rgb(255 242 193 / 1);
}

.hover\:border-l-ozc-alt-200\/20:hover {
  border-left-color: rgb(255 242 193 / 0.2);
}

.hover\:border-l-ozc-alt-200\/25:hover {
  border-left-color: rgb(255 242 193 / 0.25);
}

.hover\:border-l-ozc-alt-200\/30:hover {
  border-left-color: rgb(255 242 193 / 0.3);
}

.hover\:border-l-ozc-alt-200\/40:hover {
  border-left-color: rgb(255 242 193 / 0.4);
}

.hover\:border-l-ozc-alt-200\/5:hover {
  border-left-color: rgb(255 242 193 / 0.05);
}

.hover\:border-l-ozc-alt-200\/50:hover {
  border-left-color: rgb(255 242 193 / 0.5);
}

.hover\:border-l-ozc-alt-200\/60:hover {
  border-left-color: rgb(255 242 193 / 0.6);
}

.hover\:border-l-ozc-alt-200\/70:hover {
  border-left-color: rgb(255 242 193 / 0.7);
}

.hover\:border-l-ozc-alt-200\/75:hover {
  border-left-color: rgb(255 242 193 / 0.75);
}

.hover\:border-l-ozc-alt-200\/80:hover {
  border-left-color: rgb(255 242 193 / 0.8);
}

.hover\:border-l-ozc-alt-200\/90:hover {
  border-left-color: rgb(255 242 193 / 0.9);
}

.hover\:border-l-ozc-alt-200\/95:hover {
  border-left-color: rgb(255 242 193 / 0.95);
}

.hover\:border-l-ozc-alt-300:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 235 155 / var(--tw-border-opacity));
}

.hover\:border-l-ozc-alt-300\/0:hover {
  border-left-color: rgb(255 235 155 / 0);
}

.hover\:border-l-ozc-alt-300\/10:hover {
  border-left-color: rgb(255 235 155 / 0.1);
}

.hover\:border-l-ozc-alt-300\/100:hover {
  border-left-color: rgb(255 235 155 / 1);
}

.hover\:border-l-ozc-alt-300\/20:hover {
  border-left-color: rgb(255 235 155 / 0.2);
}

.hover\:border-l-ozc-alt-300\/25:hover {
  border-left-color: rgb(255 235 155 / 0.25);
}

.hover\:border-l-ozc-alt-300\/30:hover {
  border-left-color: rgb(255 235 155 / 0.3);
}

.hover\:border-l-ozc-alt-300\/40:hover {
  border-left-color: rgb(255 235 155 / 0.4);
}

.hover\:border-l-ozc-alt-300\/5:hover {
  border-left-color: rgb(255 235 155 / 0.05);
}

.hover\:border-l-ozc-alt-300\/50:hover {
  border-left-color: rgb(255 235 155 / 0.5);
}

.hover\:border-l-ozc-alt-300\/60:hover {
  border-left-color: rgb(255 235 155 / 0.6);
}

.hover\:border-l-ozc-alt-300\/70:hover {
  border-left-color: rgb(255 235 155 / 0.7);
}

.hover\:border-l-ozc-alt-300\/75:hover {
  border-left-color: rgb(255 235 155 / 0.75);
}

.hover\:border-l-ozc-alt-300\/80:hover {
  border-left-color: rgb(255 235 155 / 0.8);
}

.hover\:border-l-ozc-alt-300\/90:hover {
  border-left-color: rgb(255 235 155 / 0.9);
}

.hover\:border-l-ozc-alt-300\/95:hover {
  border-left-color: rgb(255 235 155 / 0.95);
}

.hover\:border-l-ozc-alt-400:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 219 80 / var(--tw-border-opacity));
}

.hover\:border-l-ozc-alt-400\/0:hover {
  border-left-color: rgb(255 219 80 / 0);
}

.hover\:border-l-ozc-alt-400\/10:hover {
  border-left-color: rgb(255 219 80 / 0.1);
}

.hover\:border-l-ozc-alt-400\/100:hover {
  border-left-color: rgb(255 219 80 / 1);
}

.hover\:border-l-ozc-alt-400\/20:hover {
  border-left-color: rgb(255 219 80 / 0.2);
}

.hover\:border-l-ozc-alt-400\/25:hover {
  border-left-color: rgb(255 219 80 / 0.25);
}

.hover\:border-l-ozc-alt-400\/30:hover {
  border-left-color: rgb(255 219 80 / 0.3);
}

.hover\:border-l-ozc-alt-400\/40:hover {
  border-left-color: rgb(255 219 80 / 0.4);
}

.hover\:border-l-ozc-alt-400\/5:hover {
  border-left-color: rgb(255 219 80 / 0.05);
}

.hover\:border-l-ozc-alt-400\/50:hover {
  border-left-color: rgb(255 219 80 / 0.5);
}

.hover\:border-l-ozc-alt-400\/60:hover {
  border-left-color: rgb(255 219 80 / 0.6);
}

.hover\:border-l-ozc-alt-400\/70:hover {
  border-left-color: rgb(255 219 80 / 0.7);
}

.hover\:border-l-ozc-alt-400\/75:hover {
  border-left-color: rgb(255 219 80 / 0.75);
}

.hover\:border-l-ozc-alt-400\/80:hover {
  border-left-color: rgb(255 219 80 / 0.8);
}

.hover\:border-l-ozc-alt-400\/90:hover {
  border-left-color: rgb(255 219 80 / 0.9);
}

.hover\:border-l-ozc-alt-400\/95:hover {
  border-left-color: rgb(255 219 80 / 0.95);
}

.hover\:border-l-ozc-alt-50:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 252 243 / var(--tw-border-opacity));
}

.hover\:border-l-ozc-alt-50\/0:hover {
  border-left-color: rgb(255 252 243 / 0);
}

.hover\:border-l-ozc-alt-50\/10:hover {
  border-left-color: rgb(255 252 243 / 0.1);
}

.hover\:border-l-ozc-alt-50\/100:hover {
  border-left-color: rgb(255 252 243 / 1);
}

.hover\:border-l-ozc-alt-50\/20:hover {
  border-left-color: rgb(255 252 243 / 0.2);
}

.hover\:border-l-ozc-alt-50\/25:hover {
  border-left-color: rgb(255 252 243 / 0.25);
}

.hover\:border-l-ozc-alt-50\/30:hover {
  border-left-color: rgb(255 252 243 / 0.3);
}

.hover\:border-l-ozc-alt-50\/40:hover {
  border-left-color: rgb(255 252 243 / 0.4);
}

.hover\:border-l-ozc-alt-50\/5:hover {
  border-left-color: rgb(255 252 243 / 0.05);
}

.hover\:border-l-ozc-alt-50\/50:hover {
  border-left-color: rgb(255 252 243 / 0.5);
}

.hover\:border-l-ozc-alt-50\/60:hover {
  border-left-color: rgb(255 252 243 / 0.6);
}

.hover\:border-l-ozc-alt-50\/70:hover {
  border-left-color: rgb(255 252 243 / 0.7);
}

.hover\:border-l-ozc-alt-50\/75:hover {
  border-left-color: rgb(255 252 243 / 0.75);
}

.hover\:border-l-ozc-alt-50\/80:hover {
  border-left-color: rgb(255 252 243 / 0.8);
}

.hover\:border-l-ozc-alt-50\/90:hover {
  border-left-color: rgb(255 252 243 / 0.9);
}

.hover\:border-l-ozc-alt-50\/95:hover {
  border-left-color: rgb(255 252 243 / 0.95);
}

.hover\:border-l-ozc-alt-500:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 204 5 / var(--tw-border-opacity));
}

.hover\:border-l-ozc-alt-500\/0:hover {
  border-left-color: rgb(255 204 5 / 0);
}

.hover\:border-l-ozc-alt-500\/10:hover {
  border-left-color: rgb(255 204 5 / 0.1);
}

.hover\:border-l-ozc-alt-500\/100:hover {
  border-left-color: rgb(255 204 5 / 1);
}

.hover\:border-l-ozc-alt-500\/20:hover {
  border-left-color: rgb(255 204 5 / 0.2);
}

.hover\:border-l-ozc-alt-500\/25:hover {
  border-left-color: rgb(255 204 5 / 0.25);
}

.hover\:border-l-ozc-alt-500\/30:hover {
  border-left-color: rgb(255 204 5 / 0.3);
}

.hover\:border-l-ozc-alt-500\/40:hover {
  border-left-color: rgb(255 204 5 / 0.4);
}

.hover\:border-l-ozc-alt-500\/5:hover {
  border-left-color: rgb(255 204 5 / 0.05);
}

.hover\:border-l-ozc-alt-500\/50:hover {
  border-left-color: rgb(255 204 5 / 0.5);
}

.hover\:border-l-ozc-alt-500\/60:hover {
  border-left-color: rgb(255 204 5 / 0.6);
}

.hover\:border-l-ozc-alt-500\/70:hover {
  border-left-color: rgb(255 204 5 / 0.7);
}

.hover\:border-l-ozc-alt-500\/75:hover {
  border-left-color: rgb(255 204 5 / 0.75);
}

.hover\:border-l-ozc-alt-500\/80:hover {
  border-left-color: rgb(255 204 5 / 0.8);
}

.hover\:border-l-ozc-alt-500\/90:hover {
  border-left-color: rgb(255 204 5 / 0.9);
}

.hover\:border-l-ozc-alt-500\/95:hover {
  border-left-color: rgb(255 204 5 / 0.95);
}

.hover\:border-l-ozc-alt-600:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(230 184 5 / var(--tw-border-opacity));
}

.hover\:border-l-ozc-alt-600\/0:hover {
  border-left-color: rgb(230 184 5 / 0);
}

.hover\:border-l-ozc-alt-600\/10:hover {
  border-left-color: rgb(230 184 5 / 0.1);
}

.hover\:border-l-ozc-alt-600\/100:hover {
  border-left-color: rgb(230 184 5 / 1);
}

.hover\:border-l-ozc-alt-600\/20:hover {
  border-left-color: rgb(230 184 5 / 0.2);
}

.hover\:border-l-ozc-alt-600\/25:hover {
  border-left-color: rgb(230 184 5 / 0.25);
}

.hover\:border-l-ozc-alt-600\/30:hover {
  border-left-color: rgb(230 184 5 / 0.3);
}

.hover\:border-l-ozc-alt-600\/40:hover {
  border-left-color: rgb(230 184 5 / 0.4);
}

.hover\:border-l-ozc-alt-600\/5:hover {
  border-left-color: rgb(230 184 5 / 0.05);
}

.hover\:border-l-ozc-alt-600\/50:hover {
  border-left-color: rgb(230 184 5 / 0.5);
}

.hover\:border-l-ozc-alt-600\/60:hover {
  border-left-color: rgb(230 184 5 / 0.6);
}

.hover\:border-l-ozc-alt-600\/70:hover {
  border-left-color: rgb(230 184 5 / 0.7);
}

.hover\:border-l-ozc-alt-600\/75:hover {
  border-left-color: rgb(230 184 5 / 0.75);
}

.hover\:border-l-ozc-alt-600\/80:hover {
  border-left-color: rgb(230 184 5 / 0.8);
}

.hover\:border-l-ozc-alt-600\/90:hover {
  border-left-color: rgb(230 184 5 / 0.9);
}

.hover\:border-l-ozc-alt-600\/95:hover {
  border-left-color: rgb(230 184 5 / 0.95);
}

.hover\:border-l-ozc-alt-700:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(153 122 3 / var(--tw-border-opacity));
}

.hover\:border-l-ozc-alt-700\/0:hover {
  border-left-color: rgb(153 122 3 / 0);
}

.hover\:border-l-ozc-alt-700\/10:hover {
  border-left-color: rgb(153 122 3 / 0.1);
}

.hover\:border-l-ozc-alt-700\/100:hover {
  border-left-color: rgb(153 122 3 / 1);
}

.hover\:border-l-ozc-alt-700\/20:hover {
  border-left-color: rgb(153 122 3 / 0.2);
}

.hover\:border-l-ozc-alt-700\/25:hover {
  border-left-color: rgb(153 122 3 / 0.25);
}

.hover\:border-l-ozc-alt-700\/30:hover {
  border-left-color: rgb(153 122 3 / 0.3);
}

.hover\:border-l-ozc-alt-700\/40:hover {
  border-left-color: rgb(153 122 3 / 0.4);
}

.hover\:border-l-ozc-alt-700\/5:hover {
  border-left-color: rgb(153 122 3 / 0.05);
}

.hover\:border-l-ozc-alt-700\/50:hover {
  border-left-color: rgb(153 122 3 / 0.5);
}

.hover\:border-l-ozc-alt-700\/60:hover {
  border-left-color: rgb(153 122 3 / 0.6);
}

.hover\:border-l-ozc-alt-700\/70:hover {
  border-left-color: rgb(153 122 3 / 0.7);
}

.hover\:border-l-ozc-alt-700\/75:hover {
  border-left-color: rgb(153 122 3 / 0.75);
}

.hover\:border-l-ozc-alt-700\/80:hover {
  border-left-color: rgb(153 122 3 / 0.8);
}

.hover\:border-l-ozc-alt-700\/90:hover {
  border-left-color: rgb(153 122 3 / 0.9);
}

.hover\:border-l-ozc-alt-700\/95:hover {
  border-left-color: rgb(153 122 3 / 0.95);
}

.hover\:border-l-ozc-alt-800:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(115 92 2 / var(--tw-border-opacity));
}

.hover\:border-l-ozc-alt-800\/0:hover {
  border-left-color: rgb(115 92 2 / 0);
}

.hover\:border-l-ozc-alt-800\/10:hover {
  border-left-color: rgb(115 92 2 / 0.1);
}

.hover\:border-l-ozc-alt-800\/100:hover {
  border-left-color: rgb(115 92 2 / 1);
}

.hover\:border-l-ozc-alt-800\/20:hover {
  border-left-color: rgb(115 92 2 / 0.2);
}

.hover\:border-l-ozc-alt-800\/25:hover {
  border-left-color: rgb(115 92 2 / 0.25);
}

.hover\:border-l-ozc-alt-800\/30:hover {
  border-left-color: rgb(115 92 2 / 0.3);
}

.hover\:border-l-ozc-alt-800\/40:hover {
  border-left-color: rgb(115 92 2 / 0.4);
}

.hover\:border-l-ozc-alt-800\/5:hover {
  border-left-color: rgb(115 92 2 / 0.05);
}

.hover\:border-l-ozc-alt-800\/50:hover {
  border-left-color: rgb(115 92 2 / 0.5);
}

.hover\:border-l-ozc-alt-800\/60:hover {
  border-left-color: rgb(115 92 2 / 0.6);
}

.hover\:border-l-ozc-alt-800\/70:hover {
  border-left-color: rgb(115 92 2 / 0.7);
}

.hover\:border-l-ozc-alt-800\/75:hover {
  border-left-color: rgb(115 92 2 / 0.75);
}

.hover\:border-l-ozc-alt-800\/80:hover {
  border-left-color: rgb(115 92 2 / 0.8);
}

.hover\:border-l-ozc-alt-800\/90:hover {
  border-left-color: rgb(115 92 2 / 0.9);
}

.hover\:border-l-ozc-alt-800\/95:hover {
  border-left-color: rgb(115 92 2 / 0.95);
}

.hover\:border-l-ozc-alt-900:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.hover\:border-l-ozc-alt-900\/0:hover {
  border-left-color: rgb(42 45 51 / 0);
}

.hover\:border-l-ozc-alt-900\/10:hover {
  border-left-color: rgb(42 45 51 / 0.1);
}

.hover\:border-l-ozc-alt-900\/100:hover {
  border-left-color: rgb(42 45 51 / 1);
}

.hover\:border-l-ozc-alt-900\/20:hover {
  border-left-color: rgb(42 45 51 / 0.2);
}

.hover\:border-l-ozc-alt-900\/25:hover {
  border-left-color: rgb(42 45 51 / 0.25);
}

.hover\:border-l-ozc-alt-900\/30:hover {
  border-left-color: rgb(42 45 51 / 0.3);
}

.hover\:border-l-ozc-alt-900\/40:hover {
  border-left-color: rgb(42 45 51 / 0.4);
}

.hover\:border-l-ozc-alt-900\/5:hover {
  border-left-color: rgb(42 45 51 / 0.05);
}

.hover\:border-l-ozc-alt-900\/50:hover {
  border-left-color: rgb(42 45 51 / 0.5);
}

.hover\:border-l-ozc-alt-900\/60:hover {
  border-left-color: rgb(42 45 51 / 0.6);
}

.hover\:border-l-ozc-alt-900\/70:hover {
  border-left-color: rgb(42 45 51 / 0.7);
}

.hover\:border-l-ozc-alt-900\/75:hover {
  border-left-color: rgb(42 45 51 / 0.75);
}

.hover\:border-l-ozc-alt-900\/80:hover {
  border-left-color: rgb(42 45 51 / 0.8);
}

.hover\:border-l-ozc-alt-900\/90:hover {
  border-left-color: rgb(42 45 51 / 0.9);
}

.hover\:border-l-ozc-alt-900\/95:hover {
  border-left-color: rgb(42 45 51 / 0.95);
}

.hover\:border-l-pink-100:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(252 231 243 / var(--tw-border-opacity));
}

.hover\:border-l-pink-100\/0:hover {
  border-left-color: rgb(252 231 243 / 0);
}

.hover\:border-l-pink-100\/10:hover {
  border-left-color: rgb(252 231 243 / 0.1);
}

.hover\:border-l-pink-100\/100:hover {
  border-left-color: rgb(252 231 243 / 1);
}

.hover\:border-l-pink-100\/20:hover {
  border-left-color: rgb(252 231 243 / 0.2);
}

.hover\:border-l-pink-100\/25:hover {
  border-left-color: rgb(252 231 243 / 0.25);
}

.hover\:border-l-pink-100\/30:hover {
  border-left-color: rgb(252 231 243 / 0.3);
}

.hover\:border-l-pink-100\/40:hover {
  border-left-color: rgb(252 231 243 / 0.4);
}

.hover\:border-l-pink-100\/5:hover {
  border-left-color: rgb(252 231 243 / 0.05);
}

.hover\:border-l-pink-100\/50:hover {
  border-left-color: rgb(252 231 243 / 0.5);
}

.hover\:border-l-pink-100\/60:hover {
  border-left-color: rgb(252 231 243 / 0.6);
}

.hover\:border-l-pink-100\/70:hover {
  border-left-color: rgb(252 231 243 / 0.7);
}

.hover\:border-l-pink-100\/75:hover {
  border-left-color: rgb(252 231 243 / 0.75);
}

.hover\:border-l-pink-100\/80:hover {
  border-left-color: rgb(252 231 243 / 0.8);
}

.hover\:border-l-pink-100\/90:hover {
  border-left-color: rgb(252 231 243 / 0.9);
}

.hover\:border-l-pink-100\/95:hover {
  border-left-color: rgb(252 231 243 / 0.95);
}

.hover\:border-l-pink-200:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(251 207 232 / var(--tw-border-opacity));
}

.hover\:border-l-pink-200\/0:hover {
  border-left-color: rgb(251 207 232 / 0);
}

.hover\:border-l-pink-200\/10:hover {
  border-left-color: rgb(251 207 232 / 0.1);
}

.hover\:border-l-pink-200\/100:hover {
  border-left-color: rgb(251 207 232 / 1);
}

.hover\:border-l-pink-200\/20:hover {
  border-left-color: rgb(251 207 232 / 0.2);
}

.hover\:border-l-pink-200\/25:hover {
  border-left-color: rgb(251 207 232 / 0.25);
}

.hover\:border-l-pink-200\/30:hover {
  border-left-color: rgb(251 207 232 / 0.3);
}

.hover\:border-l-pink-200\/40:hover {
  border-left-color: rgb(251 207 232 / 0.4);
}

.hover\:border-l-pink-200\/5:hover {
  border-left-color: rgb(251 207 232 / 0.05);
}

.hover\:border-l-pink-200\/50:hover {
  border-left-color: rgb(251 207 232 / 0.5);
}

.hover\:border-l-pink-200\/60:hover {
  border-left-color: rgb(251 207 232 / 0.6);
}

.hover\:border-l-pink-200\/70:hover {
  border-left-color: rgb(251 207 232 / 0.7);
}

.hover\:border-l-pink-200\/75:hover {
  border-left-color: rgb(251 207 232 / 0.75);
}

.hover\:border-l-pink-200\/80:hover {
  border-left-color: rgb(251 207 232 / 0.8);
}

.hover\:border-l-pink-200\/90:hover {
  border-left-color: rgb(251 207 232 / 0.9);
}

.hover\:border-l-pink-200\/95:hover {
  border-left-color: rgb(251 207 232 / 0.95);
}

.hover\:border-l-pink-300:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 168 212 / var(--tw-border-opacity));
}

.hover\:border-l-pink-300\/0:hover {
  border-left-color: rgb(249 168 212 / 0);
}

.hover\:border-l-pink-300\/10:hover {
  border-left-color: rgb(249 168 212 / 0.1);
}

.hover\:border-l-pink-300\/100:hover {
  border-left-color: rgb(249 168 212 / 1);
}

.hover\:border-l-pink-300\/20:hover {
  border-left-color: rgb(249 168 212 / 0.2);
}

.hover\:border-l-pink-300\/25:hover {
  border-left-color: rgb(249 168 212 / 0.25);
}

.hover\:border-l-pink-300\/30:hover {
  border-left-color: rgb(249 168 212 / 0.3);
}

.hover\:border-l-pink-300\/40:hover {
  border-left-color: rgb(249 168 212 / 0.4);
}

.hover\:border-l-pink-300\/5:hover {
  border-left-color: rgb(249 168 212 / 0.05);
}

.hover\:border-l-pink-300\/50:hover {
  border-left-color: rgb(249 168 212 / 0.5);
}

.hover\:border-l-pink-300\/60:hover {
  border-left-color: rgb(249 168 212 / 0.6);
}

.hover\:border-l-pink-300\/70:hover {
  border-left-color: rgb(249 168 212 / 0.7);
}

.hover\:border-l-pink-300\/75:hover {
  border-left-color: rgb(249 168 212 / 0.75);
}

.hover\:border-l-pink-300\/80:hover {
  border-left-color: rgb(249 168 212 / 0.8);
}

.hover\:border-l-pink-300\/90:hover {
  border-left-color: rgb(249 168 212 / 0.9);
}

.hover\:border-l-pink-300\/95:hover {
  border-left-color: rgb(249 168 212 / 0.95);
}

.hover\:border-l-pink-400:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(244 114 182 / var(--tw-border-opacity));
}

.hover\:border-l-pink-400\/0:hover {
  border-left-color: rgb(244 114 182 / 0);
}

.hover\:border-l-pink-400\/10:hover {
  border-left-color: rgb(244 114 182 / 0.1);
}

.hover\:border-l-pink-400\/100:hover {
  border-left-color: rgb(244 114 182 / 1);
}

.hover\:border-l-pink-400\/20:hover {
  border-left-color: rgb(244 114 182 / 0.2);
}

.hover\:border-l-pink-400\/25:hover {
  border-left-color: rgb(244 114 182 / 0.25);
}

.hover\:border-l-pink-400\/30:hover {
  border-left-color: rgb(244 114 182 / 0.3);
}

.hover\:border-l-pink-400\/40:hover {
  border-left-color: rgb(244 114 182 / 0.4);
}

.hover\:border-l-pink-400\/5:hover {
  border-left-color: rgb(244 114 182 / 0.05);
}

.hover\:border-l-pink-400\/50:hover {
  border-left-color: rgb(244 114 182 / 0.5);
}

.hover\:border-l-pink-400\/60:hover {
  border-left-color: rgb(244 114 182 / 0.6);
}

.hover\:border-l-pink-400\/70:hover {
  border-left-color: rgb(244 114 182 / 0.7);
}

.hover\:border-l-pink-400\/75:hover {
  border-left-color: rgb(244 114 182 / 0.75);
}

.hover\:border-l-pink-400\/80:hover {
  border-left-color: rgb(244 114 182 / 0.8);
}

.hover\:border-l-pink-400\/90:hover {
  border-left-color: rgb(244 114 182 / 0.9);
}

.hover\:border-l-pink-400\/95:hover {
  border-left-color: rgb(244 114 182 / 0.95);
}

.hover\:border-l-pink-50:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 242 248 / var(--tw-border-opacity));
}

.hover\:border-l-pink-50\/0:hover {
  border-left-color: rgb(253 242 248 / 0);
}

.hover\:border-l-pink-50\/10:hover {
  border-left-color: rgb(253 242 248 / 0.1);
}

.hover\:border-l-pink-50\/100:hover {
  border-left-color: rgb(253 242 248 / 1);
}

.hover\:border-l-pink-50\/20:hover {
  border-left-color: rgb(253 242 248 / 0.2);
}

.hover\:border-l-pink-50\/25:hover {
  border-left-color: rgb(253 242 248 / 0.25);
}

.hover\:border-l-pink-50\/30:hover {
  border-left-color: rgb(253 242 248 / 0.3);
}

.hover\:border-l-pink-50\/40:hover {
  border-left-color: rgb(253 242 248 / 0.4);
}

.hover\:border-l-pink-50\/5:hover {
  border-left-color: rgb(253 242 248 / 0.05);
}

.hover\:border-l-pink-50\/50:hover {
  border-left-color: rgb(253 242 248 / 0.5);
}

.hover\:border-l-pink-50\/60:hover {
  border-left-color: rgb(253 242 248 / 0.6);
}

.hover\:border-l-pink-50\/70:hover {
  border-left-color: rgb(253 242 248 / 0.7);
}

.hover\:border-l-pink-50\/75:hover {
  border-left-color: rgb(253 242 248 / 0.75);
}

.hover\:border-l-pink-50\/80:hover {
  border-left-color: rgb(253 242 248 / 0.8);
}

.hover\:border-l-pink-50\/90:hover {
  border-left-color: rgb(253 242 248 / 0.9);
}

.hover\:border-l-pink-50\/95:hover {
  border-left-color: rgb(253 242 248 / 0.95);
}

.hover\:border-l-pink-500:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(236 72 153 / var(--tw-border-opacity));
}

.hover\:border-l-pink-500\/0:hover {
  border-left-color: rgb(236 72 153 / 0);
}

.hover\:border-l-pink-500\/10:hover {
  border-left-color: rgb(236 72 153 / 0.1);
}

.hover\:border-l-pink-500\/100:hover {
  border-left-color: rgb(236 72 153 / 1);
}

.hover\:border-l-pink-500\/20:hover {
  border-left-color: rgb(236 72 153 / 0.2);
}

.hover\:border-l-pink-500\/25:hover {
  border-left-color: rgb(236 72 153 / 0.25);
}

.hover\:border-l-pink-500\/30:hover {
  border-left-color: rgb(236 72 153 / 0.3);
}

.hover\:border-l-pink-500\/40:hover {
  border-left-color: rgb(236 72 153 / 0.4);
}

.hover\:border-l-pink-500\/5:hover {
  border-left-color: rgb(236 72 153 / 0.05);
}

.hover\:border-l-pink-500\/50:hover {
  border-left-color: rgb(236 72 153 / 0.5);
}

.hover\:border-l-pink-500\/60:hover {
  border-left-color: rgb(236 72 153 / 0.6);
}

.hover\:border-l-pink-500\/70:hover {
  border-left-color: rgb(236 72 153 / 0.7);
}

.hover\:border-l-pink-500\/75:hover {
  border-left-color: rgb(236 72 153 / 0.75);
}

.hover\:border-l-pink-500\/80:hover {
  border-left-color: rgb(236 72 153 / 0.8);
}

.hover\:border-l-pink-500\/90:hover {
  border-left-color: rgb(236 72 153 / 0.9);
}

.hover\:border-l-pink-500\/95:hover {
  border-left-color: rgb(236 72 153 / 0.95);
}

.hover\:border-l-pink-600:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(219 39 119 / var(--tw-border-opacity));
}

.hover\:border-l-pink-600\/0:hover {
  border-left-color: rgb(219 39 119 / 0);
}

.hover\:border-l-pink-600\/10:hover {
  border-left-color: rgb(219 39 119 / 0.1);
}

.hover\:border-l-pink-600\/100:hover {
  border-left-color: rgb(219 39 119 / 1);
}

.hover\:border-l-pink-600\/20:hover {
  border-left-color: rgb(219 39 119 / 0.2);
}

.hover\:border-l-pink-600\/25:hover {
  border-left-color: rgb(219 39 119 / 0.25);
}

.hover\:border-l-pink-600\/30:hover {
  border-left-color: rgb(219 39 119 / 0.3);
}

.hover\:border-l-pink-600\/40:hover {
  border-left-color: rgb(219 39 119 / 0.4);
}

.hover\:border-l-pink-600\/5:hover {
  border-left-color: rgb(219 39 119 / 0.05);
}

.hover\:border-l-pink-600\/50:hover {
  border-left-color: rgb(219 39 119 / 0.5);
}

.hover\:border-l-pink-600\/60:hover {
  border-left-color: rgb(219 39 119 / 0.6);
}

.hover\:border-l-pink-600\/70:hover {
  border-left-color: rgb(219 39 119 / 0.7);
}

.hover\:border-l-pink-600\/75:hover {
  border-left-color: rgb(219 39 119 / 0.75);
}

.hover\:border-l-pink-600\/80:hover {
  border-left-color: rgb(219 39 119 / 0.8);
}

.hover\:border-l-pink-600\/90:hover {
  border-left-color: rgb(219 39 119 / 0.9);
}

.hover\:border-l-pink-600\/95:hover {
  border-left-color: rgb(219 39 119 / 0.95);
}

.hover\:border-l-pink-700:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(190 24 93 / var(--tw-border-opacity));
}

.hover\:border-l-pink-700\/0:hover {
  border-left-color: rgb(190 24 93 / 0);
}

.hover\:border-l-pink-700\/10:hover {
  border-left-color: rgb(190 24 93 / 0.1);
}

.hover\:border-l-pink-700\/100:hover {
  border-left-color: rgb(190 24 93 / 1);
}

.hover\:border-l-pink-700\/20:hover {
  border-left-color: rgb(190 24 93 / 0.2);
}

.hover\:border-l-pink-700\/25:hover {
  border-left-color: rgb(190 24 93 / 0.25);
}

.hover\:border-l-pink-700\/30:hover {
  border-left-color: rgb(190 24 93 / 0.3);
}

.hover\:border-l-pink-700\/40:hover {
  border-left-color: rgb(190 24 93 / 0.4);
}

.hover\:border-l-pink-700\/5:hover {
  border-left-color: rgb(190 24 93 / 0.05);
}

.hover\:border-l-pink-700\/50:hover {
  border-left-color: rgb(190 24 93 / 0.5);
}

.hover\:border-l-pink-700\/60:hover {
  border-left-color: rgb(190 24 93 / 0.6);
}

.hover\:border-l-pink-700\/70:hover {
  border-left-color: rgb(190 24 93 / 0.7);
}

.hover\:border-l-pink-700\/75:hover {
  border-left-color: rgb(190 24 93 / 0.75);
}

.hover\:border-l-pink-700\/80:hover {
  border-left-color: rgb(190 24 93 / 0.8);
}

.hover\:border-l-pink-700\/90:hover {
  border-left-color: rgb(190 24 93 / 0.9);
}

.hover\:border-l-pink-700\/95:hover {
  border-left-color: rgb(190 24 93 / 0.95);
}

.hover\:border-l-pink-800:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(157 23 77 / var(--tw-border-opacity));
}

.hover\:border-l-pink-800\/0:hover {
  border-left-color: rgb(157 23 77 / 0);
}

.hover\:border-l-pink-800\/10:hover {
  border-left-color: rgb(157 23 77 / 0.1);
}

.hover\:border-l-pink-800\/100:hover {
  border-left-color: rgb(157 23 77 / 1);
}

.hover\:border-l-pink-800\/20:hover {
  border-left-color: rgb(157 23 77 / 0.2);
}

.hover\:border-l-pink-800\/25:hover {
  border-left-color: rgb(157 23 77 / 0.25);
}

.hover\:border-l-pink-800\/30:hover {
  border-left-color: rgb(157 23 77 / 0.3);
}

.hover\:border-l-pink-800\/40:hover {
  border-left-color: rgb(157 23 77 / 0.4);
}

.hover\:border-l-pink-800\/5:hover {
  border-left-color: rgb(157 23 77 / 0.05);
}

.hover\:border-l-pink-800\/50:hover {
  border-left-color: rgb(157 23 77 / 0.5);
}

.hover\:border-l-pink-800\/60:hover {
  border-left-color: rgb(157 23 77 / 0.6);
}

.hover\:border-l-pink-800\/70:hover {
  border-left-color: rgb(157 23 77 / 0.7);
}

.hover\:border-l-pink-800\/75:hover {
  border-left-color: rgb(157 23 77 / 0.75);
}

.hover\:border-l-pink-800\/80:hover {
  border-left-color: rgb(157 23 77 / 0.8);
}

.hover\:border-l-pink-800\/90:hover {
  border-left-color: rgb(157 23 77 / 0.9);
}

.hover\:border-l-pink-800\/95:hover {
  border-left-color: rgb(157 23 77 / 0.95);
}

.hover\:border-l-pink-900:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(131 24 67 / var(--tw-border-opacity));
}

.hover\:border-l-pink-900\/0:hover {
  border-left-color: rgb(131 24 67 / 0);
}

.hover\:border-l-pink-900\/10:hover {
  border-left-color: rgb(131 24 67 / 0.1);
}

.hover\:border-l-pink-900\/100:hover {
  border-left-color: rgb(131 24 67 / 1);
}

.hover\:border-l-pink-900\/20:hover {
  border-left-color: rgb(131 24 67 / 0.2);
}

.hover\:border-l-pink-900\/25:hover {
  border-left-color: rgb(131 24 67 / 0.25);
}

.hover\:border-l-pink-900\/30:hover {
  border-left-color: rgb(131 24 67 / 0.3);
}

.hover\:border-l-pink-900\/40:hover {
  border-left-color: rgb(131 24 67 / 0.4);
}

.hover\:border-l-pink-900\/5:hover {
  border-left-color: rgb(131 24 67 / 0.05);
}

.hover\:border-l-pink-900\/50:hover {
  border-left-color: rgb(131 24 67 / 0.5);
}

.hover\:border-l-pink-900\/60:hover {
  border-left-color: rgb(131 24 67 / 0.6);
}

.hover\:border-l-pink-900\/70:hover {
  border-left-color: rgb(131 24 67 / 0.7);
}

.hover\:border-l-pink-900\/75:hover {
  border-left-color: rgb(131 24 67 / 0.75);
}

.hover\:border-l-pink-900\/80:hover {
  border-left-color: rgb(131 24 67 / 0.8);
}

.hover\:border-l-pink-900\/90:hover {
  border-left-color: rgb(131 24 67 / 0.9);
}

.hover\:border-l-pink-900\/95:hover {
  border-left-color: rgb(131 24 67 / 0.95);
}

.hover\:border-l-pink-950:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(80 7 36 / var(--tw-border-opacity));
}

.hover\:border-l-pink-950\/0:hover {
  border-left-color: rgb(80 7 36 / 0);
}

.hover\:border-l-pink-950\/10:hover {
  border-left-color: rgb(80 7 36 / 0.1);
}

.hover\:border-l-pink-950\/100:hover {
  border-left-color: rgb(80 7 36 / 1);
}

.hover\:border-l-pink-950\/20:hover {
  border-left-color: rgb(80 7 36 / 0.2);
}

.hover\:border-l-pink-950\/25:hover {
  border-left-color: rgb(80 7 36 / 0.25);
}

.hover\:border-l-pink-950\/30:hover {
  border-left-color: rgb(80 7 36 / 0.3);
}

.hover\:border-l-pink-950\/40:hover {
  border-left-color: rgb(80 7 36 / 0.4);
}

.hover\:border-l-pink-950\/5:hover {
  border-left-color: rgb(80 7 36 / 0.05);
}

.hover\:border-l-pink-950\/50:hover {
  border-left-color: rgb(80 7 36 / 0.5);
}

.hover\:border-l-pink-950\/60:hover {
  border-left-color: rgb(80 7 36 / 0.6);
}

.hover\:border-l-pink-950\/70:hover {
  border-left-color: rgb(80 7 36 / 0.7);
}

.hover\:border-l-pink-950\/75:hover {
  border-left-color: rgb(80 7 36 / 0.75);
}

.hover\:border-l-pink-950\/80:hover {
  border-left-color: rgb(80 7 36 / 0.8);
}

.hover\:border-l-pink-950\/90:hover {
  border-left-color: rgb(80 7 36 / 0.9);
}

.hover\:border-l-pink-950\/95:hover {
  border-left-color: rgb(80 7 36 / 0.95);
}

.hover\:border-l-purple-100:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(243 232 255 / var(--tw-border-opacity));
}

.hover\:border-l-purple-100\/0:hover {
  border-left-color: rgb(243 232 255 / 0);
}

.hover\:border-l-purple-100\/10:hover {
  border-left-color: rgb(243 232 255 / 0.1);
}

.hover\:border-l-purple-100\/100:hover {
  border-left-color: rgb(243 232 255 / 1);
}

.hover\:border-l-purple-100\/20:hover {
  border-left-color: rgb(243 232 255 / 0.2);
}

.hover\:border-l-purple-100\/25:hover {
  border-left-color: rgb(243 232 255 / 0.25);
}

.hover\:border-l-purple-100\/30:hover {
  border-left-color: rgb(243 232 255 / 0.3);
}

.hover\:border-l-purple-100\/40:hover {
  border-left-color: rgb(243 232 255 / 0.4);
}

.hover\:border-l-purple-100\/5:hover {
  border-left-color: rgb(243 232 255 / 0.05);
}

.hover\:border-l-purple-100\/50:hover {
  border-left-color: rgb(243 232 255 / 0.5);
}

.hover\:border-l-purple-100\/60:hover {
  border-left-color: rgb(243 232 255 / 0.6);
}

.hover\:border-l-purple-100\/70:hover {
  border-left-color: rgb(243 232 255 / 0.7);
}

.hover\:border-l-purple-100\/75:hover {
  border-left-color: rgb(243 232 255 / 0.75);
}

.hover\:border-l-purple-100\/80:hover {
  border-left-color: rgb(243 232 255 / 0.8);
}

.hover\:border-l-purple-100\/90:hover {
  border-left-color: rgb(243 232 255 / 0.9);
}

.hover\:border-l-purple-100\/95:hover {
  border-left-color: rgb(243 232 255 / 0.95);
}

.hover\:border-l-purple-200:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(233 213 255 / var(--tw-border-opacity));
}

.hover\:border-l-purple-200\/0:hover {
  border-left-color: rgb(233 213 255 / 0);
}

.hover\:border-l-purple-200\/10:hover {
  border-left-color: rgb(233 213 255 / 0.1);
}

.hover\:border-l-purple-200\/100:hover {
  border-left-color: rgb(233 213 255 / 1);
}

.hover\:border-l-purple-200\/20:hover {
  border-left-color: rgb(233 213 255 / 0.2);
}

.hover\:border-l-purple-200\/25:hover {
  border-left-color: rgb(233 213 255 / 0.25);
}

.hover\:border-l-purple-200\/30:hover {
  border-left-color: rgb(233 213 255 / 0.3);
}

.hover\:border-l-purple-200\/40:hover {
  border-left-color: rgb(233 213 255 / 0.4);
}

.hover\:border-l-purple-200\/5:hover {
  border-left-color: rgb(233 213 255 / 0.05);
}

.hover\:border-l-purple-200\/50:hover {
  border-left-color: rgb(233 213 255 / 0.5);
}

.hover\:border-l-purple-200\/60:hover {
  border-left-color: rgb(233 213 255 / 0.6);
}

.hover\:border-l-purple-200\/70:hover {
  border-left-color: rgb(233 213 255 / 0.7);
}

.hover\:border-l-purple-200\/75:hover {
  border-left-color: rgb(233 213 255 / 0.75);
}

.hover\:border-l-purple-200\/80:hover {
  border-left-color: rgb(233 213 255 / 0.8);
}

.hover\:border-l-purple-200\/90:hover {
  border-left-color: rgb(233 213 255 / 0.9);
}

.hover\:border-l-purple-200\/95:hover {
  border-left-color: rgb(233 213 255 / 0.95);
}

.hover\:border-l-purple-300:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(216 180 254 / var(--tw-border-opacity));
}

.hover\:border-l-purple-300\/0:hover {
  border-left-color: rgb(216 180 254 / 0);
}

.hover\:border-l-purple-300\/10:hover {
  border-left-color: rgb(216 180 254 / 0.1);
}

.hover\:border-l-purple-300\/100:hover {
  border-left-color: rgb(216 180 254 / 1);
}

.hover\:border-l-purple-300\/20:hover {
  border-left-color: rgb(216 180 254 / 0.2);
}

.hover\:border-l-purple-300\/25:hover {
  border-left-color: rgb(216 180 254 / 0.25);
}

.hover\:border-l-purple-300\/30:hover {
  border-left-color: rgb(216 180 254 / 0.3);
}

.hover\:border-l-purple-300\/40:hover {
  border-left-color: rgb(216 180 254 / 0.4);
}

.hover\:border-l-purple-300\/5:hover {
  border-left-color: rgb(216 180 254 / 0.05);
}

.hover\:border-l-purple-300\/50:hover {
  border-left-color: rgb(216 180 254 / 0.5);
}

.hover\:border-l-purple-300\/60:hover {
  border-left-color: rgb(216 180 254 / 0.6);
}

.hover\:border-l-purple-300\/70:hover {
  border-left-color: rgb(216 180 254 / 0.7);
}

.hover\:border-l-purple-300\/75:hover {
  border-left-color: rgb(216 180 254 / 0.75);
}

.hover\:border-l-purple-300\/80:hover {
  border-left-color: rgb(216 180 254 / 0.8);
}

.hover\:border-l-purple-300\/90:hover {
  border-left-color: rgb(216 180 254 / 0.9);
}

.hover\:border-l-purple-300\/95:hover {
  border-left-color: rgb(216 180 254 / 0.95);
}

.hover\:border-l-purple-400:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(192 132 252 / var(--tw-border-opacity));
}

.hover\:border-l-purple-400\/0:hover {
  border-left-color: rgb(192 132 252 / 0);
}

.hover\:border-l-purple-400\/10:hover {
  border-left-color: rgb(192 132 252 / 0.1);
}

.hover\:border-l-purple-400\/100:hover {
  border-left-color: rgb(192 132 252 / 1);
}

.hover\:border-l-purple-400\/20:hover {
  border-left-color: rgb(192 132 252 / 0.2);
}

.hover\:border-l-purple-400\/25:hover {
  border-left-color: rgb(192 132 252 / 0.25);
}

.hover\:border-l-purple-400\/30:hover {
  border-left-color: rgb(192 132 252 / 0.3);
}

.hover\:border-l-purple-400\/40:hover {
  border-left-color: rgb(192 132 252 / 0.4);
}

.hover\:border-l-purple-400\/5:hover {
  border-left-color: rgb(192 132 252 / 0.05);
}

.hover\:border-l-purple-400\/50:hover {
  border-left-color: rgb(192 132 252 / 0.5);
}

.hover\:border-l-purple-400\/60:hover {
  border-left-color: rgb(192 132 252 / 0.6);
}

.hover\:border-l-purple-400\/70:hover {
  border-left-color: rgb(192 132 252 / 0.7);
}

.hover\:border-l-purple-400\/75:hover {
  border-left-color: rgb(192 132 252 / 0.75);
}

.hover\:border-l-purple-400\/80:hover {
  border-left-color: rgb(192 132 252 / 0.8);
}

.hover\:border-l-purple-400\/90:hover {
  border-left-color: rgb(192 132 252 / 0.9);
}

.hover\:border-l-purple-400\/95:hover {
  border-left-color: rgb(192 132 252 / 0.95);
}

.hover\:border-l-purple-50:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 245 255 / var(--tw-border-opacity));
}

.hover\:border-l-purple-50\/0:hover {
  border-left-color: rgb(250 245 255 / 0);
}

.hover\:border-l-purple-50\/10:hover {
  border-left-color: rgb(250 245 255 / 0.1);
}

.hover\:border-l-purple-50\/100:hover {
  border-left-color: rgb(250 245 255 / 1);
}

.hover\:border-l-purple-50\/20:hover {
  border-left-color: rgb(250 245 255 / 0.2);
}

.hover\:border-l-purple-50\/25:hover {
  border-left-color: rgb(250 245 255 / 0.25);
}

.hover\:border-l-purple-50\/30:hover {
  border-left-color: rgb(250 245 255 / 0.3);
}

.hover\:border-l-purple-50\/40:hover {
  border-left-color: rgb(250 245 255 / 0.4);
}

.hover\:border-l-purple-50\/5:hover {
  border-left-color: rgb(250 245 255 / 0.05);
}

.hover\:border-l-purple-50\/50:hover {
  border-left-color: rgb(250 245 255 / 0.5);
}

.hover\:border-l-purple-50\/60:hover {
  border-left-color: rgb(250 245 255 / 0.6);
}

.hover\:border-l-purple-50\/70:hover {
  border-left-color: rgb(250 245 255 / 0.7);
}

.hover\:border-l-purple-50\/75:hover {
  border-left-color: rgb(250 245 255 / 0.75);
}

.hover\:border-l-purple-50\/80:hover {
  border-left-color: rgb(250 245 255 / 0.8);
}

.hover\:border-l-purple-50\/90:hover {
  border-left-color: rgb(250 245 255 / 0.9);
}

.hover\:border-l-purple-50\/95:hover {
  border-left-color: rgb(250 245 255 / 0.95);
}

.hover\:border-l-purple-500:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(168 85 247 / var(--tw-border-opacity));
}

.hover\:border-l-purple-500\/0:hover {
  border-left-color: rgb(168 85 247 / 0);
}

.hover\:border-l-purple-500\/10:hover {
  border-left-color: rgb(168 85 247 / 0.1);
}

.hover\:border-l-purple-500\/100:hover {
  border-left-color: rgb(168 85 247 / 1);
}

.hover\:border-l-purple-500\/20:hover {
  border-left-color: rgb(168 85 247 / 0.2);
}

.hover\:border-l-purple-500\/25:hover {
  border-left-color: rgb(168 85 247 / 0.25);
}

.hover\:border-l-purple-500\/30:hover {
  border-left-color: rgb(168 85 247 / 0.3);
}

.hover\:border-l-purple-500\/40:hover {
  border-left-color: rgb(168 85 247 / 0.4);
}

.hover\:border-l-purple-500\/5:hover {
  border-left-color: rgb(168 85 247 / 0.05);
}

.hover\:border-l-purple-500\/50:hover {
  border-left-color: rgb(168 85 247 / 0.5);
}

.hover\:border-l-purple-500\/60:hover {
  border-left-color: rgb(168 85 247 / 0.6);
}

.hover\:border-l-purple-500\/70:hover {
  border-left-color: rgb(168 85 247 / 0.7);
}

.hover\:border-l-purple-500\/75:hover {
  border-left-color: rgb(168 85 247 / 0.75);
}

.hover\:border-l-purple-500\/80:hover {
  border-left-color: rgb(168 85 247 / 0.8);
}

.hover\:border-l-purple-500\/90:hover {
  border-left-color: rgb(168 85 247 / 0.9);
}

.hover\:border-l-purple-500\/95:hover {
  border-left-color: rgb(168 85 247 / 0.95);
}

.hover\:border-l-purple-600:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(147 51 234 / var(--tw-border-opacity));
}

.hover\:border-l-purple-600\/0:hover {
  border-left-color: rgb(147 51 234 / 0);
}

.hover\:border-l-purple-600\/10:hover {
  border-left-color: rgb(147 51 234 / 0.1);
}

.hover\:border-l-purple-600\/100:hover {
  border-left-color: rgb(147 51 234 / 1);
}

.hover\:border-l-purple-600\/20:hover {
  border-left-color: rgb(147 51 234 / 0.2);
}

.hover\:border-l-purple-600\/25:hover {
  border-left-color: rgb(147 51 234 / 0.25);
}

.hover\:border-l-purple-600\/30:hover {
  border-left-color: rgb(147 51 234 / 0.3);
}

.hover\:border-l-purple-600\/40:hover {
  border-left-color: rgb(147 51 234 / 0.4);
}

.hover\:border-l-purple-600\/5:hover {
  border-left-color: rgb(147 51 234 / 0.05);
}

.hover\:border-l-purple-600\/50:hover {
  border-left-color: rgb(147 51 234 / 0.5);
}

.hover\:border-l-purple-600\/60:hover {
  border-left-color: rgb(147 51 234 / 0.6);
}

.hover\:border-l-purple-600\/70:hover {
  border-left-color: rgb(147 51 234 / 0.7);
}

.hover\:border-l-purple-600\/75:hover {
  border-left-color: rgb(147 51 234 / 0.75);
}

.hover\:border-l-purple-600\/80:hover {
  border-left-color: rgb(147 51 234 / 0.8);
}

.hover\:border-l-purple-600\/90:hover {
  border-left-color: rgb(147 51 234 / 0.9);
}

.hover\:border-l-purple-600\/95:hover {
  border-left-color: rgb(147 51 234 / 0.95);
}

.hover\:border-l-purple-700:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(126 34 206 / var(--tw-border-opacity));
}

.hover\:border-l-purple-700\/0:hover {
  border-left-color: rgb(126 34 206 / 0);
}

.hover\:border-l-purple-700\/10:hover {
  border-left-color: rgb(126 34 206 / 0.1);
}

.hover\:border-l-purple-700\/100:hover {
  border-left-color: rgb(126 34 206 / 1);
}

.hover\:border-l-purple-700\/20:hover {
  border-left-color: rgb(126 34 206 / 0.2);
}

.hover\:border-l-purple-700\/25:hover {
  border-left-color: rgb(126 34 206 / 0.25);
}

.hover\:border-l-purple-700\/30:hover {
  border-left-color: rgb(126 34 206 / 0.3);
}

.hover\:border-l-purple-700\/40:hover {
  border-left-color: rgb(126 34 206 / 0.4);
}

.hover\:border-l-purple-700\/5:hover {
  border-left-color: rgb(126 34 206 / 0.05);
}

.hover\:border-l-purple-700\/50:hover {
  border-left-color: rgb(126 34 206 / 0.5);
}

.hover\:border-l-purple-700\/60:hover {
  border-left-color: rgb(126 34 206 / 0.6);
}

.hover\:border-l-purple-700\/70:hover {
  border-left-color: rgb(126 34 206 / 0.7);
}

.hover\:border-l-purple-700\/75:hover {
  border-left-color: rgb(126 34 206 / 0.75);
}

.hover\:border-l-purple-700\/80:hover {
  border-left-color: rgb(126 34 206 / 0.8);
}

.hover\:border-l-purple-700\/90:hover {
  border-left-color: rgb(126 34 206 / 0.9);
}

.hover\:border-l-purple-700\/95:hover {
  border-left-color: rgb(126 34 206 / 0.95);
}

.hover\:border-l-purple-800:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(107 33 168 / var(--tw-border-opacity));
}

.hover\:border-l-purple-800\/0:hover {
  border-left-color: rgb(107 33 168 / 0);
}

.hover\:border-l-purple-800\/10:hover {
  border-left-color: rgb(107 33 168 / 0.1);
}

.hover\:border-l-purple-800\/100:hover {
  border-left-color: rgb(107 33 168 / 1);
}

.hover\:border-l-purple-800\/20:hover {
  border-left-color: rgb(107 33 168 / 0.2);
}

.hover\:border-l-purple-800\/25:hover {
  border-left-color: rgb(107 33 168 / 0.25);
}

.hover\:border-l-purple-800\/30:hover {
  border-left-color: rgb(107 33 168 / 0.3);
}

.hover\:border-l-purple-800\/40:hover {
  border-left-color: rgb(107 33 168 / 0.4);
}

.hover\:border-l-purple-800\/5:hover {
  border-left-color: rgb(107 33 168 / 0.05);
}

.hover\:border-l-purple-800\/50:hover {
  border-left-color: rgb(107 33 168 / 0.5);
}

.hover\:border-l-purple-800\/60:hover {
  border-left-color: rgb(107 33 168 / 0.6);
}

.hover\:border-l-purple-800\/70:hover {
  border-left-color: rgb(107 33 168 / 0.7);
}

.hover\:border-l-purple-800\/75:hover {
  border-left-color: rgb(107 33 168 / 0.75);
}

.hover\:border-l-purple-800\/80:hover {
  border-left-color: rgb(107 33 168 / 0.8);
}

.hover\:border-l-purple-800\/90:hover {
  border-left-color: rgb(107 33 168 / 0.9);
}

.hover\:border-l-purple-800\/95:hover {
  border-left-color: rgb(107 33 168 / 0.95);
}

.hover\:border-l-purple-900:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(88 28 135 / var(--tw-border-opacity));
}

.hover\:border-l-purple-900\/0:hover {
  border-left-color: rgb(88 28 135 / 0);
}

.hover\:border-l-purple-900\/10:hover {
  border-left-color: rgb(88 28 135 / 0.1);
}

.hover\:border-l-purple-900\/100:hover {
  border-left-color: rgb(88 28 135 / 1);
}

.hover\:border-l-purple-900\/20:hover {
  border-left-color: rgb(88 28 135 / 0.2);
}

.hover\:border-l-purple-900\/25:hover {
  border-left-color: rgb(88 28 135 / 0.25);
}

.hover\:border-l-purple-900\/30:hover {
  border-left-color: rgb(88 28 135 / 0.3);
}

.hover\:border-l-purple-900\/40:hover {
  border-left-color: rgb(88 28 135 / 0.4);
}

.hover\:border-l-purple-900\/5:hover {
  border-left-color: rgb(88 28 135 / 0.05);
}

.hover\:border-l-purple-900\/50:hover {
  border-left-color: rgb(88 28 135 / 0.5);
}

.hover\:border-l-purple-900\/60:hover {
  border-left-color: rgb(88 28 135 / 0.6);
}

.hover\:border-l-purple-900\/70:hover {
  border-left-color: rgb(88 28 135 / 0.7);
}

.hover\:border-l-purple-900\/75:hover {
  border-left-color: rgb(88 28 135 / 0.75);
}

.hover\:border-l-purple-900\/80:hover {
  border-left-color: rgb(88 28 135 / 0.8);
}

.hover\:border-l-purple-900\/90:hover {
  border-left-color: rgb(88 28 135 / 0.9);
}

.hover\:border-l-purple-900\/95:hover {
  border-left-color: rgb(88 28 135 / 0.95);
}

.hover\:border-l-purple-950:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(59 7 100 / var(--tw-border-opacity));
}

.hover\:border-l-purple-950\/0:hover {
  border-left-color: rgb(59 7 100 / 0);
}

.hover\:border-l-purple-950\/10:hover {
  border-left-color: rgb(59 7 100 / 0.1);
}

.hover\:border-l-purple-950\/100:hover {
  border-left-color: rgb(59 7 100 / 1);
}

.hover\:border-l-purple-950\/20:hover {
  border-left-color: rgb(59 7 100 / 0.2);
}

.hover\:border-l-purple-950\/25:hover {
  border-left-color: rgb(59 7 100 / 0.25);
}

.hover\:border-l-purple-950\/30:hover {
  border-left-color: rgb(59 7 100 / 0.3);
}

.hover\:border-l-purple-950\/40:hover {
  border-left-color: rgb(59 7 100 / 0.4);
}

.hover\:border-l-purple-950\/5:hover {
  border-left-color: rgb(59 7 100 / 0.05);
}

.hover\:border-l-purple-950\/50:hover {
  border-left-color: rgb(59 7 100 / 0.5);
}

.hover\:border-l-purple-950\/60:hover {
  border-left-color: rgb(59 7 100 / 0.6);
}

.hover\:border-l-purple-950\/70:hover {
  border-left-color: rgb(59 7 100 / 0.7);
}

.hover\:border-l-purple-950\/75:hover {
  border-left-color: rgb(59 7 100 / 0.75);
}

.hover\:border-l-purple-950\/80:hover {
  border-left-color: rgb(59 7 100 / 0.8);
}

.hover\:border-l-purple-950\/90:hover {
  border-left-color: rgb(59 7 100 / 0.9);
}

.hover\:border-l-purple-950\/95:hover {
  border-left-color: rgb(59 7 100 / 0.95);
}

.hover\:border-l-red-100:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 226 226 / var(--tw-border-opacity));
}

.hover\:border-l-red-100\/0:hover {
  border-left-color: rgb(254 226 226 / 0);
}

.hover\:border-l-red-100\/10:hover {
  border-left-color: rgb(254 226 226 / 0.1);
}

.hover\:border-l-red-100\/100:hover {
  border-left-color: rgb(254 226 226 / 1);
}

.hover\:border-l-red-100\/20:hover {
  border-left-color: rgb(254 226 226 / 0.2);
}

.hover\:border-l-red-100\/25:hover {
  border-left-color: rgb(254 226 226 / 0.25);
}

.hover\:border-l-red-100\/30:hover {
  border-left-color: rgb(254 226 226 / 0.3);
}

.hover\:border-l-red-100\/40:hover {
  border-left-color: rgb(254 226 226 / 0.4);
}

.hover\:border-l-red-100\/5:hover {
  border-left-color: rgb(254 226 226 / 0.05);
}

.hover\:border-l-red-100\/50:hover {
  border-left-color: rgb(254 226 226 / 0.5);
}

.hover\:border-l-red-100\/60:hover {
  border-left-color: rgb(254 226 226 / 0.6);
}

.hover\:border-l-red-100\/70:hover {
  border-left-color: rgb(254 226 226 / 0.7);
}

.hover\:border-l-red-100\/75:hover {
  border-left-color: rgb(254 226 226 / 0.75);
}

.hover\:border-l-red-100\/80:hover {
  border-left-color: rgb(254 226 226 / 0.8);
}

.hover\:border-l-red-100\/90:hover {
  border-left-color: rgb(254 226 226 / 0.9);
}

.hover\:border-l-red-100\/95:hover {
  border-left-color: rgb(254 226 226 / 0.95);
}

.hover\:border-l-red-200:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.hover\:border-l-red-200\/0:hover {
  border-left-color: rgb(254 202 202 / 0);
}

.hover\:border-l-red-200\/10:hover {
  border-left-color: rgb(254 202 202 / 0.1);
}

.hover\:border-l-red-200\/100:hover {
  border-left-color: rgb(254 202 202 / 1);
}

.hover\:border-l-red-200\/20:hover {
  border-left-color: rgb(254 202 202 / 0.2);
}

.hover\:border-l-red-200\/25:hover {
  border-left-color: rgb(254 202 202 / 0.25);
}

.hover\:border-l-red-200\/30:hover {
  border-left-color: rgb(254 202 202 / 0.3);
}

.hover\:border-l-red-200\/40:hover {
  border-left-color: rgb(254 202 202 / 0.4);
}

.hover\:border-l-red-200\/5:hover {
  border-left-color: rgb(254 202 202 / 0.05);
}

.hover\:border-l-red-200\/50:hover {
  border-left-color: rgb(254 202 202 / 0.5);
}

.hover\:border-l-red-200\/60:hover {
  border-left-color: rgb(254 202 202 / 0.6);
}

.hover\:border-l-red-200\/70:hover {
  border-left-color: rgb(254 202 202 / 0.7);
}

.hover\:border-l-red-200\/75:hover {
  border-left-color: rgb(254 202 202 / 0.75);
}

.hover\:border-l-red-200\/80:hover {
  border-left-color: rgb(254 202 202 / 0.8);
}

.hover\:border-l-red-200\/90:hover {
  border-left-color: rgb(254 202 202 / 0.9);
}

.hover\:border-l-red-200\/95:hover {
  border-left-color: rgb(254 202 202 / 0.95);
}

.hover\:border-l-red-300:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.hover\:border-l-red-300\/0:hover {
  border-left-color: rgb(252 165 165 / 0);
}

.hover\:border-l-red-300\/10:hover {
  border-left-color: rgb(252 165 165 / 0.1);
}

.hover\:border-l-red-300\/100:hover {
  border-left-color: rgb(252 165 165 / 1);
}

.hover\:border-l-red-300\/20:hover {
  border-left-color: rgb(252 165 165 / 0.2);
}

.hover\:border-l-red-300\/25:hover {
  border-left-color: rgb(252 165 165 / 0.25);
}

.hover\:border-l-red-300\/30:hover {
  border-left-color: rgb(252 165 165 / 0.3);
}

.hover\:border-l-red-300\/40:hover {
  border-left-color: rgb(252 165 165 / 0.4);
}

.hover\:border-l-red-300\/5:hover {
  border-left-color: rgb(252 165 165 / 0.05);
}

.hover\:border-l-red-300\/50:hover {
  border-left-color: rgb(252 165 165 / 0.5);
}

.hover\:border-l-red-300\/60:hover {
  border-left-color: rgb(252 165 165 / 0.6);
}

.hover\:border-l-red-300\/70:hover {
  border-left-color: rgb(252 165 165 / 0.7);
}

.hover\:border-l-red-300\/75:hover {
  border-left-color: rgb(252 165 165 / 0.75);
}

.hover\:border-l-red-300\/80:hover {
  border-left-color: rgb(252 165 165 / 0.8);
}

.hover\:border-l-red-300\/90:hover {
  border-left-color: rgb(252 165 165 / 0.9);
}

.hover\:border-l-red-300\/95:hover {
  border-left-color: rgb(252 165 165 / 0.95);
}

.hover\:border-l-red-400:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.hover\:border-l-red-400\/0:hover {
  border-left-color: rgb(248 113 113 / 0);
}

.hover\:border-l-red-400\/10:hover {
  border-left-color: rgb(248 113 113 / 0.1);
}

.hover\:border-l-red-400\/100:hover {
  border-left-color: rgb(248 113 113 / 1);
}

.hover\:border-l-red-400\/20:hover {
  border-left-color: rgb(248 113 113 / 0.2);
}

.hover\:border-l-red-400\/25:hover {
  border-left-color: rgb(248 113 113 / 0.25);
}

.hover\:border-l-red-400\/30:hover {
  border-left-color: rgb(248 113 113 / 0.3);
}

.hover\:border-l-red-400\/40:hover {
  border-left-color: rgb(248 113 113 / 0.4);
}

.hover\:border-l-red-400\/5:hover {
  border-left-color: rgb(248 113 113 / 0.05);
}

.hover\:border-l-red-400\/50:hover {
  border-left-color: rgb(248 113 113 / 0.5);
}

.hover\:border-l-red-400\/60:hover {
  border-left-color: rgb(248 113 113 / 0.6);
}

.hover\:border-l-red-400\/70:hover {
  border-left-color: rgb(248 113 113 / 0.7);
}

.hover\:border-l-red-400\/75:hover {
  border-left-color: rgb(248 113 113 / 0.75);
}

.hover\:border-l-red-400\/80:hover {
  border-left-color: rgb(248 113 113 / 0.8);
}

.hover\:border-l-red-400\/90:hover {
  border-left-color: rgb(248 113 113 / 0.9);
}

.hover\:border-l-red-400\/95:hover {
  border-left-color: rgb(248 113 113 / 0.95);
}

.hover\:border-l-red-50:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.hover\:border-l-red-50\/0:hover {
  border-left-color: rgb(254 242 242 / 0);
}

.hover\:border-l-red-50\/10:hover {
  border-left-color: rgb(254 242 242 / 0.1);
}

.hover\:border-l-red-50\/100:hover {
  border-left-color: rgb(254 242 242 / 1);
}

.hover\:border-l-red-50\/20:hover {
  border-left-color: rgb(254 242 242 / 0.2);
}

.hover\:border-l-red-50\/25:hover {
  border-left-color: rgb(254 242 242 / 0.25);
}

.hover\:border-l-red-50\/30:hover {
  border-left-color: rgb(254 242 242 / 0.3);
}

.hover\:border-l-red-50\/40:hover {
  border-left-color: rgb(254 242 242 / 0.4);
}

.hover\:border-l-red-50\/5:hover {
  border-left-color: rgb(254 242 242 / 0.05);
}

.hover\:border-l-red-50\/50:hover {
  border-left-color: rgb(254 242 242 / 0.5);
}

.hover\:border-l-red-50\/60:hover {
  border-left-color: rgb(254 242 242 / 0.6);
}

.hover\:border-l-red-50\/70:hover {
  border-left-color: rgb(254 242 242 / 0.7);
}

.hover\:border-l-red-50\/75:hover {
  border-left-color: rgb(254 242 242 / 0.75);
}

.hover\:border-l-red-50\/80:hover {
  border-left-color: rgb(254 242 242 / 0.8);
}

.hover\:border-l-red-50\/90:hover {
  border-left-color: rgb(254 242 242 / 0.9);
}

.hover\:border-l-red-50\/95:hover {
  border-left-color: rgb(254 242 242 / 0.95);
}

.hover\:border-l-red-500:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.hover\:border-l-red-500\/0:hover {
  border-left-color: rgb(239 68 68 / 0);
}

.hover\:border-l-red-500\/10:hover {
  border-left-color: rgb(239 68 68 / 0.1);
}

.hover\:border-l-red-500\/100:hover {
  border-left-color: rgb(239 68 68 / 1);
}

.hover\:border-l-red-500\/20:hover {
  border-left-color: rgb(239 68 68 / 0.2);
}

.hover\:border-l-red-500\/25:hover {
  border-left-color: rgb(239 68 68 / 0.25);
}

.hover\:border-l-red-500\/30:hover {
  border-left-color: rgb(239 68 68 / 0.3);
}

.hover\:border-l-red-500\/40:hover {
  border-left-color: rgb(239 68 68 / 0.4);
}

.hover\:border-l-red-500\/5:hover {
  border-left-color: rgb(239 68 68 / 0.05);
}

.hover\:border-l-red-500\/50:hover {
  border-left-color: rgb(239 68 68 / 0.5);
}

.hover\:border-l-red-500\/60:hover {
  border-left-color: rgb(239 68 68 / 0.6);
}

.hover\:border-l-red-500\/70:hover {
  border-left-color: rgb(239 68 68 / 0.7);
}

.hover\:border-l-red-500\/75:hover {
  border-left-color: rgb(239 68 68 / 0.75);
}

.hover\:border-l-red-500\/80:hover {
  border-left-color: rgb(239 68 68 / 0.8);
}

.hover\:border-l-red-500\/90:hover {
  border-left-color: rgb(239 68 68 / 0.9);
}

.hover\:border-l-red-500\/95:hover {
  border-left-color: rgb(239 68 68 / 0.95);
}

.hover\:border-l-red-600:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.hover\:border-l-red-600\/0:hover {
  border-left-color: rgb(220 38 38 / 0);
}

.hover\:border-l-red-600\/10:hover {
  border-left-color: rgb(220 38 38 / 0.1);
}

.hover\:border-l-red-600\/100:hover {
  border-left-color: rgb(220 38 38 / 1);
}

.hover\:border-l-red-600\/20:hover {
  border-left-color: rgb(220 38 38 / 0.2);
}

.hover\:border-l-red-600\/25:hover {
  border-left-color: rgb(220 38 38 / 0.25);
}

.hover\:border-l-red-600\/30:hover {
  border-left-color: rgb(220 38 38 / 0.3);
}

.hover\:border-l-red-600\/40:hover {
  border-left-color: rgb(220 38 38 / 0.4);
}

.hover\:border-l-red-600\/5:hover {
  border-left-color: rgb(220 38 38 / 0.05);
}

.hover\:border-l-red-600\/50:hover {
  border-left-color: rgb(220 38 38 / 0.5);
}

.hover\:border-l-red-600\/60:hover {
  border-left-color: rgb(220 38 38 / 0.6);
}

.hover\:border-l-red-600\/70:hover {
  border-left-color: rgb(220 38 38 / 0.7);
}

.hover\:border-l-red-600\/75:hover {
  border-left-color: rgb(220 38 38 / 0.75);
}

.hover\:border-l-red-600\/80:hover {
  border-left-color: rgb(220 38 38 / 0.8);
}

.hover\:border-l-red-600\/90:hover {
  border-left-color: rgb(220 38 38 / 0.9);
}

.hover\:border-l-red-600\/95:hover {
  border-left-color: rgb(220 38 38 / 0.95);
}

.hover\:border-l-red-700:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.hover\:border-l-red-700\/0:hover {
  border-left-color: rgb(185 28 28 / 0);
}

.hover\:border-l-red-700\/10:hover {
  border-left-color: rgb(185 28 28 / 0.1);
}

.hover\:border-l-red-700\/100:hover {
  border-left-color: rgb(185 28 28 / 1);
}

.hover\:border-l-red-700\/20:hover {
  border-left-color: rgb(185 28 28 / 0.2);
}

.hover\:border-l-red-700\/25:hover {
  border-left-color: rgb(185 28 28 / 0.25);
}

.hover\:border-l-red-700\/30:hover {
  border-left-color: rgb(185 28 28 / 0.3);
}

.hover\:border-l-red-700\/40:hover {
  border-left-color: rgb(185 28 28 / 0.4);
}

.hover\:border-l-red-700\/5:hover {
  border-left-color: rgb(185 28 28 / 0.05);
}

.hover\:border-l-red-700\/50:hover {
  border-left-color: rgb(185 28 28 / 0.5);
}

.hover\:border-l-red-700\/60:hover {
  border-left-color: rgb(185 28 28 / 0.6);
}

.hover\:border-l-red-700\/70:hover {
  border-left-color: rgb(185 28 28 / 0.7);
}

.hover\:border-l-red-700\/75:hover {
  border-left-color: rgb(185 28 28 / 0.75);
}

.hover\:border-l-red-700\/80:hover {
  border-left-color: rgb(185 28 28 / 0.8);
}

.hover\:border-l-red-700\/90:hover {
  border-left-color: rgb(185 28 28 / 0.9);
}

.hover\:border-l-red-700\/95:hover {
  border-left-color: rgb(185 28 28 / 0.95);
}

.hover\:border-l-red-800:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.hover\:border-l-red-800\/0:hover {
  border-left-color: rgb(153 27 27 / 0);
}

.hover\:border-l-red-800\/10:hover {
  border-left-color: rgb(153 27 27 / 0.1);
}

.hover\:border-l-red-800\/100:hover {
  border-left-color: rgb(153 27 27 / 1);
}

.hover\:border-l-red-800\/20:hover {
  border-left-color: rgb(153 27 27 / 0.2);
}

.hover\:border-l-red-800\/25:hover {
  border-left-color: rgb(153 27 27 / 0.25);
}

.hover\:border-l-red-800\/30:hover {
  border-left-color: rgb(153 27 27 / 0.3);
}

.hover\:border-l-red-800\/40:hover {
  border-left-color: rgb(153 27 27 / 0.4);
}

.hover\:border-l-red-800\/5:hover {
  border-left-color: rgb(153 27 27 / 0.05);
}

.hover\:border-l-red-800\/50:hover {
  border-left-color: rgb(153 27 27 / 0.5);
}

.hover\:border-l-red-800\/60:hover {
  border-left-color: rgb(153 27 27 / 0.6);
}

.hover\:border-l-red-800\/70:hover {
  border-left-color: rgb(153 27 27 / 0.7);
}

.hover\:border-l-red-800\/75:hover {
  border-left-color: rgb(153 27 27 / 0.75);
}

.hover\:border-l-red-800\/80:hover {
  border-left-color: rgb(153 27 27 / 0.8);
}

.hover\:border-l-red-800\/90:hover {
  border-left-color: rgb(153 27 27 / 0.9);
}

.hover\:border-l-red-800\/95:hover {
  border-left-color: rgb(153 27 27 / 0.95);
}

.hover\:border-l-red-900:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.hover\:border-l-red-900\/0:hover {
  border-left-color: rgb(127 29 29 / 0);
}

.hover\:border-l-red-900\/10:hover {
  border-left-color: rgb(127 29 29 / 0.1);
}

.hover\:border-l-red-900\/100:hover {
  border-left-color: rgb(127 29 29 / 1);
}

.hover\:border-l-red-900\/20:hover {
  border-left-color: rgb(127 29 29 / 0.2);
}

.hover\:border-l-red-900\/25:hover {
  border-left-color: rgb(127 29 29 / 0.25);
}

.hover\:border-l-red-900\/30:hover {
  border-left-color: rgb(127 29 29 / 0.3);
}

.hover\:border-l-red-900\/40:hover {
  border-left-color: rgb(127 29 29 / 0.4);
}

.hover\:border-l-red-900\/5:hover {
  border-left-color: rgb(127 29 29 / 0.05);
}

.hover\:border-l-red-900\/50:hover {
  border-left-color: rgb(127 29 29 / 0.5);
}

.hover\:border-l-red-900\/60:hover {
  border-left-color: rgb(127 29 29 / 0.6);
}

.hover\:border-l-red-900\/70:hover {
  border-left-color: rgb(127 29 29 / 0.7);
}

.hover\:border-l-red-900\/75:hover {
  border-left-color: rgb(127 29 29 / 0.75);
}

.hover\:border-l-red-900\/80:hover {
  border-left-color: rgb(127 29 29 / 0.8);
}

.hover\:border-l-red-900\/90:hover {
  border-left-color: rgb(127 29 29 / 0.9);
}

.hover\:border-l-red-900\/95:hover {
  border-left-color: rgb(127 29 29 / 0.95);
}

.hover\:border-l-red-950:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(69 10 10 / var(--tw-border-opacity));
}

.hover\:border-l-red-950\/0:hover {
  border-left-color: rgb(69 10 10 / 0);
}

.hover\:border-l-red-950\/10:hover {
  border-left-color: rgb(69 10 10 / 0.1);
}

.hover\:border-l-red-950\/100:hover {
  border-left-color: rgb(69 10 10 / 1);
}

.hover\:border-l-red-950\/20:hover {
  border-left-color: rgb(69 10 10 / 0.2);
}

.hover\:border-l-red-950\/25:hover {
  border-left-color: rgb(69 10 10 / 0.25);
}

.hover\:border-l-red-950\/30:hover {
  border-left-color: rgb(69 10 10 / 0.3);
}

.hover\:border-l-red-950\/40:hover {
  border-left-color: rgb(69 10 10 / 0.4);
}

.hover\:border-l-red-950\/5:hover {
  border-left-color: rgb(69 10 10 / 0.05);
}

.hover\:border-l-red-950\/50:hover {
  border-left-color: rgb(69 10 10 / 0.5);
}

.hover\:border-l-red-950\/60:hover {
  border-left-color: rgb(69 10 10 / 0.6);
}

.hover\:border-l-red-950\/70:hover {
  border-left-color: rgb(69 10 10 / 0.7);
}

.hover\:border-l-red-950\/75:hover {
  border-left-color: rgb(69 10 10 / 0.75);
}

.hover\:border-l-red-950\/80:hover {
  border-left-color: rgb(69 10 10 / 0.8);
}

.hover\:border-l-red-950\/90:hover {
  border-left-color: rgb(69 10 10 / 0.9);
}

.hover\:border-l-red-950\/95:hover {
  border-left-color: rgb(69 10 10 / 0.95);
}

.hover\:border-l-rose-100:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 228 230 / var(--tw-border-opacity));
}

.hover\:border-l-rose-100\/0:hover {
  border-left-color: rgb(255 228 230 / 0);
}

.hover\:border-l-rose-100\/10:hover {
  border-left-color: rgb(255 228 230 / 0.1);
}

.hover\:border-l-rose-100\/100:hover {
  border-left-color: rgb(255 228 230 / 1);
}

.hover\:border-l-rose-100\/20:hover {
  border-left-color: rgb(255 228 230 / 0.2);
}

.hover\:border-l-rose-100\/25:hover {
  border-left-color: rgb(255 228 230 / 0.25);
}

.hover\:border-l-rose-100\/30:hover {
  border-left-color: rgb(255 228 230 / 0.3);
}

.hover\:border-l-rose-100\/40:hover {
  border-left-color: rgb(255 228 230 / 0.4);
}

.hover\:border-l-rose-100\/5:hover {
  border-left-color: rgb(255 228 230 / 0.05);
}

.hover\:border-l-rose-100\/50:hover {
  border-left-color: rgb(255 228 230 / 0.5);
}

.hover\:border-l-rose-100\/60:hover {
  border-left-color: rgb(255 228 230 / 0.6);
}

.hover\:border-l-rose-100\/70:hover {
  border-left-color: rgb(255 228 230 / 0.7);
}

.hover\:border-l-rose-100\/75:hover {
  border-left-color: rgb(255 228 230 / 0.75);
}

.hover\:border-l-rose-100\/80:hover {
  border-left-color: rgb(255 228 230 / 0.8);
}

.hover\:border-l-rose-100\/90:hover {
  border-left-color: rgb(255 228 230 / 0.9);
}

.hover\:border-l-rose-100\/95:hover {
  border-left-color: rgb(255 228 230 / 0.95);
}

.hover\:border-l-rose-200:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 205 211 / var(--tw-border-opacity));
}

.hover\:border-l-rose-200\/0:hover {
  border-left-color: rgb(254 205 211 / 0);
}

.hover\:border-l-rose-200\/10:hover {
  border-left-color: rgb(254 205 211 / 0.1);
}

.hover\:border-l-rose-200\/100:hover {
  border-left-color: rgb(254 205 211 / 1);
}

.hover\:border-l-rose-200\/20:hover {
  border-left-color: rgb(254 205 211 / 0.2);
}

.hover\:border-l-rose-200\/25:hover {
  border-left-color: rgb(254 205 211 / 0.25);
}

.hover\:border-l-rose-200\/30:hover {
  border-left-color: rgb(254 205 211 / 0.3);
}

.hover\:border-l-rose-200\/40:hover {
  border-left-color: rgb(254 205 211 / 0.4);
}

.hover\:border-l-rose-200\/5:hover {
  border-left-color: rgb(254 205 211 / 0.05);
}

.hover\:border-l-rose-200\/50:hover {
  border-left-color: rgb(254 205 211 / 0.5);
}

.hover\:border-l-rose-200\/60:hover {
  border-left-color: rgb(254 205 211 / 0.6);
}

.hover\:border-l-rose-200\/70:hover {
  border-left-color: rgb(254 205 211 / 0.7);
}

.hover\:border-l-rose-200\/75:hover {
  border-left-color: rgb(254 205 211 / 0.75);
}

.hover\:border-l-rose-200\/80:hover {
  border-left-color: rgb(254 205 211 / 0.8);
}

.hover\:border-l-rose-200\/90:hover {
  border-left-color: rgb(254 205 211 / 0.9);
}

.hover\:border-l-rose-200\/95:hover {
  border-left-color: rgb(254 205 211 / 0.95);
}

.hover\:border-l-rose-300:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 164 175 / var(--tw-border-opacity));
}

.hover\:border-l-rose-300\/0:hover {
  border-left-color: rgb(253 164 175 / 0);
}

.hover\:border-l-rose-300\/10:hover {
  border-left-color: rgb(253 164 175 / 0.1);
}

.hover\:border-l-rose-300\/100:hover {
  border-left-color: rgb(253 164 175 / 1);
}

.hover\:border-l-rose-300\/20:hover {
  border-left-color: rgb(253 164 175 / 0.2);
}

.hover\:border-l-rose-300\/25:hover {
  border-left-color: rgb(253 164 175 / 0.25);
}

.hover\:border-l-rose-300\/30:hover {
  border-left-color: rgb(253 164 175 / 0.3);
}

.hover\:border-l-rose-300\/40:hover {
  border-left-color: rgb(253 164 175 / 0.4);
}

.hover\:border-l-rose-300\/5:hover {
  border-left-color: rgb(253 164 175 / 0.05);
}

.hover\:border-l-rose-300\/50:hover {
  border-left-color: rgb(253 164 175 / 0.5);
}

.hover\:border-l-rose-300\/60:hover {
  border-left-color: rgb(253 164 175 / 0.6);
}

.hover\:border-l-rose-300\/70:hover {
  border-left-color: rgb(253 164 175 / 0.7);
}

.hover\:border-l-rose-300\/75:hover {
  border-left-color: rgb(253 164 175 / 0.75);
}

.hover\:border-l-rose-300\/80:hover {
  border-left-color: rgb(253 164 175 / 0.8);
}

.hover\:border-l-rose-300\/90:hover {
  border-left-color: rgb(253 164 175 / 0.9);
}

.hover\:border-l-rose-300\/95:hover {
  border-left-color: rgb(253 164 175 / 0.95);
}

.hover\:border-l-rose-400:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.hover\:border-l-rose-400\/0:hover {
  border-left-color: rgb(251 113 133 / 0);
}

.hover\:border-l-rose-400\/10:hover {
  border-left-color: rgb(251 113 133 / 0.1);
}

.hover\:border-l-rose-400\/100:hover {
  border-left-color: rgb(251 113 133 / 1);
}

.hover\:border-l-rose-400\/20:hover {
  border-left-color: rgb(251 113 133 / 0.2);
}

.hover\:border-l-rose-400\/25:hover {
  border-left-color: rgb(251 113 133 / 0.25);
}

.hover\:border-l-rose-400\/30:hover {
  border-left-color: rgb(251 113 133 / 0.3);
}

.hover\:border-l-rose-400\/40:hover {
  border-left-color: rgb(251 113 133 / 0.4);
}

.hover\:border-l-rose-400\/5:hover {
  border-left-color: rgb(251 113 133 / 0.05);
}

.hover\:border-l-rose-400\/50:hover {
  border-left-color: rgb(251 113 133 / 0.5);
}

.hover\:border-l-rose-400\/60:hover {
  border-left-color: rgb(251 113 133 / 0.6);
}

.hover\:border-l-rose-400\/70:hover {
  border-left-color: rgb(251 113 133 / 0.7);
}

.hover\:border-l-rose-400\/75:hover {
  border-left-color: rgb(251 113 133 / 0.75);
}

.hover\:border-l-rose-400\/80:hover {
  border-left-color: rgb(251 113 133 / 0.8);
}

.hover\:border-l-rose-400\/90:hover {
  border-left-color: rgb(251 113 133 / 0.9);
}

.hover\:border-l-rose-400\/95:hover {
  border-left-color: rgb(251 113 133 / 0.95);
}

.hover\:border-l-rose-50:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 241 242 / var(--tw-border-opacity));
}

.hover\:border-l-rose-50\/0:hover {
  border-left-color: rgb(255 241 242 / 0);
}

.hover\:border-l-rose-50\/10:hover {
  border-left-color: rgb(255 241 242 / 0.1);
}

.hover\:border-l-rose-50\/100:hover {
  border-left-color: rgb(255 241 242 / 1);
}

.hover\:border-l-rose-50\/20:hover {
  border-left-color: rgb(255 241 242 / 0.2);
}

.hover\:border-l-rose-50\/25:hover {
  border-left-color: rgb(255 241 242 / 0.25);
}

.hover\:border-l-rose-50\/30:hover {
  border-left-color: rgb(255 241 242 / 0.3);
}

.hover\:border-l-rose-50\/40:hover {
  border-left-color: rgb(255 241 242 / 0.4);
}

.hover\:border-l-rose-50\/5:hover {
  border-left-color: rgb(255 241 242 / 0.05);
}

.hover\:border-l-rose-50\/50:hover {
  border-left-color: rgb(255 241 242 / 0.5);
}

.hover\:border-l-rose-50\/60:hover {
  border-left-color: rgb(255 241 242 / 0.6);
}

.hover\:border-l-rose-50\/70:hover {
  border-left-color: rgb(255 241 242 / 0.7);
}

.hover\:border-l-rose-50\/75:hover {
  border-left-color: rgb(255 241 242 / 0.75);
}

.hover\:border-l-rose-50\/80:hover {
  border-left-color: rgb(255 241 242 / 0.8);
}

.hover\:border-l-rose-50\/90:hover {
  border-left-color: rgb(255 241 242 / 0.9);
}

.hover\:border-l-rose-50\/95:hover {
  border-left-color: rgb(255 241 242 / 0.95);
}

.hover\:border-l-rose-500:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(244 63 94 / var(--tw-border-opacity));
}

.hover\:border-l-rose-500\/0:hover {
  border-left-color: rgb(244 63 94 / 0);
}

.hover\:border-l-rose-500\/10:hover {
  border-left-color: rgb(244 63 94 / 0.1);
}

.hover\:border-l-rose-500\/100:hover {
  border-left-color: rgb(244 63 94 / 1);
}

.hover\:border-l-rose-500\/20:hover {
  border-left-color: rgb(244 63 94 / 0.2);
}

.hover\:border-l-rose-500\/25:hover {
  border-left-color: rgb(244 63 94 / 0.25);
}

.hover\:border-l-rose-500\/30:hover {
  border-left-color: rgb(244 63 94 / 0.3);
}

.hover\:border-l-rose-500\/40:hover {
  border-left-color: rgb(244 63 94 / 0.4);
}

.hover\:border-l-rose-500\/5:hover {
  border-left-color: rgb(244 63 94 / 0.05);
}

.hover\:border-l-rose-500\/50:hover {
  border-left-color: rgb(244 63 94 / 0.5);
}

.hover\:border-l-rose-500\/60:hover {
  border-left-color: rgb(244 63 94 / 0.6);
}

.hover\:border-l-rose-500\/70:hover {
  border-left-color: rgb(244 63 94 / 0.7);
}

.hover\:border-l-rose-500\/75:hover {
  border-left-color: rgb(244 63 94 / 0.75);
}

.hover\:border-l-rose-500\/80:hover {
  border-left-color: rgb(244 63 94 / 0.8);
}

.hover\:border-l-rose-500\/90:hover {
  border-left-color: rgb(244 63 94 / 0.9);
}

.hover\:border-l-rose-500\/95:hover {
  border-left-color: rgb(244 63 94 / 0.95);
}

.hover\:border-l-rose-600:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(225 29 72 / var(--tw-border-opacity));
}

.hover\:border-l-rose-600\/0:hover {
  border-left-color: rgb(225 29 72 / 0);
}

.hover\:border-l-rose-600\/10:hover {
  border-left-color: rgb(225 29 72 / 0.1);
}

.hover\:border-l-rose-600\/100:hover {
  border-left-color: rgb(225 29 72 / 1);
}

.hover\:border-l-rose-600\/20:hover {
  border-left-color: rgb(225 29 72 / 0.2);
}

.hover\:border-l-rose-600\/25:hover {
  border-left-color: rgb(225 29 72 / 0.25);
}

.hover\:border-l-rose-600\/30:hover {
  border-left-color: rgb(225 29 72 / 0.3);
}

.hover\:border-l-rose-600\/40:hover {
  border-left-color: rgb(225 29 72 / 0.4);
}

.hover\:border-l-rose-600\/5:hover {
  border-left-color: rgb(225 29 72 / 0.05);
}

.hover\:border-l-rose-600\/50:hover {
  border-left-color: rgb(225 29 72 / 0.5);
}

.hover\:border-l-rose-600\/60:hover {
  border-left-color: rgb(225 29 72 / 0.6);
}

.hover\:border-l-rose-600\/70:hover {
  border-left-color: rgb(225 29 72 / 0.7);
}

.hover\:border-l-rose-600\/75:hover {
  border-left-color: rgb(225 29 72 / 0.75);
}

.hover\:border-l-rose-600\/80:hover {
  border-left-color: rgb(225 29 72 / 0.8);
}

.hover\:border-l-rose-600\/90:hover {
  border-left-color: rgb(225 29 72 / 0.9);
}

.hover\:border-l-rose-600\/95:hover {
  border-left-color: rgb(225 29 72 / 0.95);
}

.hover\:border-l-rose-700:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(190 18 60 / var(--tw-border-opacity));
}

.hover\:border-l-rose-700\/0:hover {
  border-left-color: rgb(190 18 60 / 0);
}

.hover\:border-l-rose-700\/10:hover {
  border-left-color: rgb(190 18 60 / 0.1);
}

.hover\:border-l-rose-700\/100:hover {
  border-left-color: rgb(190 18 60 / 1);
}

.hover\:border-l-rose-700\/20:hover {
  border-left-color: rgb(190 18 60 / 0.2);
}

.hover\:border-l-rose-700\/25:hover {
  border-left-color: rgb(190 18 60 / 0.25);
}

.hover\:border-l-rose-700\/30:hover {
  border-left-color: rgb(190 18 60 / 0.3);
}

.hover\:border-l-rose-700\/40:hover {
  border-left-color: rgb(190 18 60 / 0.4);
}

.hover\:border-l-rose-700\/5:hover {
  border-left-color: rgb(190 18 60 / 0.05);
}

.hover\:border-l-rose-700\/50:hover {
  border-left-color: rgb(190 18 60 / 0.5);
}

.hover\:border-l-rose-700\/60:hover {
  border-left-color: rgb(190 18 60 / 0.6);
}

.hover\:border-l-rose-700\/70:hover {
  border-left-color: rgb(190 18 60 / 0.7);
}

.hover\:border-l-rose-700\/75:hover {
  border-left-color: rgb(190 18 60 / 0.75);
}

.hover\:border-l-rose-700\/80:hover {
  border-left-color: rgb(190 18 60 / 0.8);
}

.hover\:border-l-rose-700\/90:hover {
  border-left-color: rgb(190 18 60 / 0.9);
}

.hover\:border-l-rose-700\/95:hover {
  border-left-color: rgb(190 18 60 / 0.95);
}

.hover\:border-l-rose-800:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(159 18 57 / var(--tw-border-opacity));
}

.hover\:border-l-rose-800\/0:hover {
  border-left-color: rgb(159 18 57 / 0);
}

.hover\:border-l-rose-800\/10:hover {
  border-left-color: rgb(159 18 57 / 0.1);
}

.hover\:border-l-rose-800\/100:hover {
  border-left-color: rgb(159 18 57 / 1);
}

.hover\:border-l-rose-800\/20:hover {
  border-left-color: rgb(159 18 57 / 0.2);
}

.hover\:border-l-rose-800\/25:hover {
  border-left-color: rgb(159 18 57 / 0.25);
}

.hover\:border-l-rose-800\/30:hover {
  border-left-color: rgb(159 18 57 / 0.3);
}

.hover\:border-l-rose-800\/40:hover {
  border-left-color: rgb(159 18 57 / 0.4);
}

.hover\:border-l-rose-800\/5:hover {
  border-left-color: rgb(159 18 57 / 0.05);
}

.hover\:border-l-rose-800\/50:hover {
  border-left-color: rgb(159 18 57 / 0.5);
}

.hover\:border-l-rose-800\/60:hover {
  border-left-color: rgb(159 18 57 / 0.6);
}

.hover\:border-l-rose-800\/70:hover {
  border-left-color: rgb(159 18 57 / 0.7);
}

.hover\:border-l-rose-800\/75:hover {
  border-left-color: rgb(159 18 57 / 0.75);
}

.hover\:border-l-rose-800\/80:hover {
  border-left-color: rgb(159 18 57 / 0.8);
}

.hover\:border-l-rose-800\/90:hover {
  border-left-color: rgb(159 18 57 / 0.9);
}

.hover\:border-l-rose-800\/95:hover {
  border-left-color: rgb(159 18 57 / 0.95);
}

.hover\:border-l-rose-900:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(136 19 55 / var(--tw-border-opacity));
}

.hover\:border-l-rose-900\/0:hover {
  border-left-color: rgb(136 19 55 / 0);
}

.hover\:border-l-rose-900\/10:hover {
  border-left-color: rgb(136 19 55 / 0.1);
}

.hover\:border-l-rose-900\/100:hover {
  border-left-color: rgb(136 19 55 / 1);
}

.hover\:border-l-rose-900\/20:hover {
  border-left-color: rgb(136 19 55 / 0.2);
}

.hover\:border-l-rose-900\/25:hover {
  border-left-color: rgb(136 19 55 / 0.25);
}

.hover\:border-l-rose-900\/30:hover {
  border-left-color: rgb(136 19 55 / 0.3);
}

.hover\:border-l-rose-900\/40:hover {
  border-left-color: rgb(136 19 55 / 0.4);
}

.hover\:border-l-rose-900\/5:hover {
  border-left-color: rgb(136 19 55 / 0.05);
}

.hover\:border-l-rose-900\/50:hover {
  border-left-color: rgb(136 19 55 / 0.5);
}

.hover\:border-l-rose-900\/60:hover {
  border-left-color: rgb(136 19 55 / 0.6);
}

.hover\:border-l-rose-900\/70:hover {
  border-left-color: rgb(136 19 55 / 0.7);
}

.hover\:border-l-rose-900\/75:hover {
  border-left-color: rgb(136 19 55 / 0.75);
}

.hover\:border-l-rose-900\/80:hover {
  border-left-color: rgb(136 19 55 / 0.8);
}

.hover\:border-l-rose-900\/90:hover {
  border-left-color: rgb(136 19 55 / 0.9);
}

.hover\:border-l-rose-900\/95:hover {
  border-left-color: rgb(136 19 55 / 0.95);
}

.hover\:border-l-rose-950:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(76 5 25 / var(--tw-border-opacity));
}

.hover\:border-l-rose-950\/0:hover {
  border-left-color: rgb(76 5 25 / 0);
}

.hover\:border-l-rose-950\/10:hover {
  border-left-color: rgb(76 5 25 / 0.1);
}

.hover\:border-l-rose-950\/100:hover {
  border-left-color: rgb(76 5 25 / 1);
}

.hover\:border-l-rose-950\/20:hover {
  border-left-color: rgb(76 5 25 / 0.2);
}

.hover\:border-l-rose-950\/25:hover {
  border-left-color: rgb(76 5 25 / 0.25);
}

.hover\:border-l-rose-950\/30:hover {
  border-left-color: rgb(76 5 25 / 0.3);
}

.hover\:border-l-rose-950\/40:hover {
  border-left-color: rgb(76 5 25 / 0.4);
}

.hover\:border-l-rose-950\/5:hover {
  border-left-color: rgb(76 5 25 / 0.05);
}

.hover\:border-l-rose-950\/50:hover {
  border-left-color: rgb(76 5 25 / 0.5);
}

.hover\:border-l-rose-950\/60:hover {
  border-left-color: rgb(76 5 25 / 0.6);
}

.hover\:border-l-rose-950\/70:hover {
  border-left-color: rgb(76 5 25 / 0.7);
}

.hover\:border-l-rose-950\/75:hover {
  border-left-color: rgb(76 5 25 / 0.75);
}

.hover\:border-l-rose-950\/80:hover {
  border-left-color: rgb(76 5 25 / 0.8);
}

.hover\:border-l-rose-950\/90:hover {
  border-left-color: rgb(76 5 25 / 0.9);
}

.hover\:border-l-rose-950\/95:hover {
  border-left-color: rgb(76 5 25 / 0.95);
}

.hover\:border-l-sky-100:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(224 242 254 / var(--tw-border-opacity));
}

.hover\:border-l-sky-100\/0:hover {
  border-left-color: rgb(224 242 254 / 0);
}

.hover\:border-l-sky-100\/10:hover {
  border-left-color: rgb(224 242 254 / 0.1);
}

.hover\:border-l-sky-100\/100:hover {
  border-left-color: rgb(224 242 254 / 1);
}

.hover\:border-l-sky-100\/20:hover {
  border-left-color: rgb(224 242 254 / 0.2);
}

.hover\:border-l-sky-100\/25:hover {
  border-left-color: rgb(224 242 254 / 0.25);
}

.hover\:border-l-sky-100\/30:hover {
  border-left-color: rgb(224 242 254 / 0.3);
}

.hover\:border-l-sky-100\/40:hover {
  border-left-color: rgb(224 242 254 / 0.4);
}

.hover\:border-l-sky-100\/5:hover {
  border-left-color: rgb(224 242 254 / 0.05);
}

.hover\:border-l-sky-100\/50:hover {
  border-left-color: rgb(224 242 254 / 0.5);
}

.hover\:border-l-sky-100\/60:hover {
  border-left-color: rgb(224 242 254 / 0.6);
}

.hover\:border-l-sky-100\/70:hover {
  border-left-color: rgb(224 242 254 / 0.7);
}

.hover\:border-l-sky-100\/75:hover {
  border-left-color: rgb(224 242 254 / 0.75);
}

.hover\:border-l-sky-100\/80:hover {
  border-left-color: rgb(224 242 254 / 0.8);
}

.hover\:border-l-sky-100\/90:hover {
  border-left-color: rgb(224 242 254 / 0.9);
}

.hover\:border-l-sky-100\/95:hover {
  border-left-color: rgb(224 242 254 / 0.95);
}

.hover\:border-l-sky-200:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(186 230 253 / var(--tw-border-opacity));
}

.hover\:border-l-sky-200\/0:hover {
  border-left-color: rgb(186 230 253 / 0);
}

.hover\:border-l-sky-200\/10:hover {
  border-left-color: rgb(186 230 253 / 0.1);
}

.hover\:border-l-sky-200\/100:hover {
  border-left-color: rgb(186 230 253 / 1);
}

.hover\:border-l-sky-200\/20:hover {
  border-left-color: rgb(186 230 253 / 0.2);
}

.hover\:border-l-sky-200\/25:hover {
  border-left-color: rgb(186 230 253 / 0.25);
}

.hover\:border-l-sky-200\/30:hover {
  border-left-color: rgb(186 230 253 / 0.3);
}

.hover\:border-l-sky-200\/40:hover {
  border-left-color: rgb(186 230 253 / 0.4);
}

.hover\:border-l-sky-200\/5:hover {
  border-left-color: rgb(186 230 253 / 0.05);
}

.hover\:border-l-sky-200\/50:hover {
  border-left-color: rgb(186 230 253 / 0.5);
}

.hover\:border-l-sky-200\/60:hover {
  border-left-color: rgb(186 230 253 / 0.6);
}

.hover\:border-l-sky-200\/70:hover {
  border-left-color: rgb(186 230 253 / 0.7);
}

.hover\:border-l-sky-200\/75:hover {
  border-left-color: rgb(186 230 253 / 0.75);
}

.hover\:border-l-sky-200\/80:hover {
  border-left-color: rgb(186 230 253 / 0.8);
}

.hover\:border-l-sky-200\/90:hover {
  border-left-color: rgb(186 230 253 / 0.9);
}

.hover\:border-l-sky-200\/95:hover {
  border-left-color: rgb(186 230 253 / 0.95);
}

.hover\:border-l-sky-300:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(125 211 252 / var(--tw-border-opacity));
}

.hover\:border-l-sky-300\/0:hover {
  border-left-color: rgb(125 211 252 / 0);
}

.hover\:border-l-sky-300\/10:hover {
  border-left-color: rgb(125 211 252 / 0.1);
}

.hover\:border-l-sky-300\/100:hover {
  border-left-color: rgb(125 211 252 / 1);
}

.hover\:border-l-sky-300\/20:hover {
  border-left-color: rgb(125 211 252 / 0.2);
}

.hover\:border-l-sky-300\/25:hover {
  border-left-color: rgb(125 211 252 / 0.25);
}

.hover\:border-l-sky-300\/30:hover {
  border-left-color: rgb(125 211 252 / 0.3);
}

.hover\:border-l-sky-300\/40:hover {
  border-left-color: rgb(125 211 252 / 0.4);
}

.hover\:border-l-sky-300\/5:hover {
  border-left-color: rgb(125 211 252 / 0.05);
}

.hover\:border-l-sky-300\/50:hover {
  border-left-color: rgb(125 211 252 / 0.5);
}

.hover\:border-l-sky-300\/60:hover {
  border-left-color: rgb(125 211 252 / 0.6);
}

.hover\:border-l-sky-300\/70:hover {
  border-left-color: rgb(125 211 252 / 0.7);
}

.hover\:border-l-sky-300\/75:hover {
  border-left-color: rgb(125 211 252 / 0.75);
}

.hover\:border-l-sky-300\/80:hover {
  border-left-color: rgb(125 211 252 / 0.8);
}

.hover\:border-l-sky-300\/90:hover {
  border-left-color: rgb(125 211 252 / 0.9);
}

.hover\:border-l-sky-300\/95:hover {
  border-left-color: rgb(125 211 252 / 0.95);
}

.hover\:border-l-sky-400:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(56 189 248 / var(--tw-border-opacity));
}

.hover\:border-l-sky-400\/0:hover {
  border-left-color: rgb(56 189 248 / 0);
}

.hover\:border-l-sky-400\/10:hover {
  border-left-color: rgb(56 189 248 / 0.1);
}

.hover\:border-l-sky-400\/100:hover {
  border-left-color: rgb(56 189 248 / 1);
}

.hover\:border-l-sky-400\/20:hover {
  border-left-color: rgb(56 189 248 / 0.2);
}

.hover\:border-l-sky-400\/25:hover {
  border-left-color: rgb(56 189 248 / 0.25);
}

.hover\:border-l-sky-400\/30:hover {
  border-left-color: rgb(56 189 248 / 0.3);
}

.hover\:border-l-sky-400\/40:hover {
  border-left-color: rgb(56 189 248 / 0.4);
}

.hover\:border-l-sky-400\/5:hover {
  border-left-color: rgb(56 189 248 / 0.05);
}

.hover\:border-l-sky-400\/50:hover {
  border-left-color: rgb(56 189 248 / 0.5);
}

.hover\:border-l-sky-400\/60:hover {
  border-left-color: rgb(56 189 248 / 0.6);
}

.hover\:border-l-sky-400\/70:hover {
  border-left-color: rgb(56 189 248 / 0.7);
}

.hover\:border-l-sky-400\/75:hover {
  border-left-color: rgb(56 189 248 / 0.75);
}

.hover\:border-l-sky-400\/80:hover {
  border-left-color: rgb(56 189 248 / 0.8);
}

.hover\:border-l-sky-400\/90:hover {
  border-left-color: rgb(56 189 248 / 0.9);
}

.hover\:border-l-sky-400\/95:hover {
  border-left-color: rgb(56 189 248 / 0.95);
}

.hover\:border-l-sky-50:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.hover\:border-l-sky-50\/0:hover {
  border-left-color: rgb(240 249 255 / 0);
}

.hover\:border-l-sky-50\/10:hover {
  border-left-color: rgb(240 249 255 / 0.1);
}

.hover\:border-l-sky-50\/100:hover {
  border-left-color: rgb(240 249 255 / 1);
}

.hover\:border-l-sky-50\/20:hover {
  border-left-color: rgb(240 249 255 / 0.2);
}

.hover\:border-l-sky-50\/25:hover {
  border-left-color: rgb(240 249 255 / 0.25);
}

.hover\:border-l-sky-50\/30:hover {
  border-left-color: rgb(240 249 255 / 0.3);
}

.hover\:border-l-sky-50\/40:hover {
  border-left-color: rgb(240 249 255 / 0.4);
}

.hover\:border-l-sky-50\/5:hover {
  border-left-color: rgb(240 249 255 / 0.05);
}

.hover\:border-l-sky-50\/50:hover {
  border-left-color: rgb(240 249 255 / 0.5);
}

.hover\:border-l-sky-50\/60:hover {
  border-left-color: rgb(240 249 255 / 0.6);
}

.hover\:border-l-sky-50\/70:hover {
  border-left-color: rgb(240 249 255 / 0.7);
}

.hover\:border-l-sky-50\/75:hover {
  border-left-color: rgb(240 249 255 / 0.75);
}

.hover\:border-l-sky-50\/80:hover {
  border-left-color: rgb(240 249 255 / 0.8);
}

.hover\:border-l-sky-50\/90:hover {
  border-left-color: rgb(240 249 255 / 0.9);
}

.hover\:border-l-sky-50\/95:hover {
  border-left-color: rgb(240 249 255 / 0.95);
}

.hover\:border-l-sky-500:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.hover\:border-l-sky-500\/0:hover {
  border-left-color: rgb(14 165 233 / 0);
}

.hover\:border-l-sky-500\/10:hover {
  border-left-color: rgb(14 165 233 / 0.1);
}

.hover\:border-l-sky-500\/100:hover {
  border-left-color: rgb(14 165 233 / 1);
}

.hover\:border-l-sky-500\/20:hover {
  border-left-color: rgb(14 165 233 / 0.2);
}

.hover\:border-l-sky-500\/25:hover {
  border-left-color: rgb(14 165 233 / 0.25);
}

.hover\:border-l-sky-500\/30:hover {
  border-left-color: rgb(14 165 233 / 0.3);
}

.hover\:border-l-sky-500\/40:hover {
  border-left-color: rgb(14 165 233 / 0.4);
}

.hover\:border-l-sky-500\/5:hover {
  border-left-color: rgb(14 165 233 / 0.05);
}

.hover\:border-l-sky-500\/50:hover {
  border-left-color: rgb(14 165 233 / 0.5);
}

.hover\:border-l-sky-500\/60:hover {
  border-left-color: rgb(14 165 233 / 0.6);
}

.hover\:border-l-sky-500\/70:hover {
  border-left-color: rgb(14 165 233 / 0.7);
}

.hover\:border-l-sky-500\/75:hover {
  border-left-color: rgb(14 165 233 / 0.75);
}

.hover\:border-l-sky-500\/80:hover {
  border-left-color: rgb(14 165 233 / 0.8);
}

.hover\:border-l-sky-500\/90:hover {
  border-left-color: rgb(14 165 233 / 0.9);
}

.hover\:border-l-sky-500\/95:hover {
  border-left-color: rgb(14 165 233 / 0.95);
}

.hover\:border-l-sky-600:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(2 132 199 / var(--tw-border-opacity));
}

.hover\:border-l-sky-600\/0:hover {
  border-left-color: rgb(2 132 199 / 0);
}

.hover\:border-l-sky-600\/10:hover {
  border-left-color: rgb(2 132 199 / 0.1);
}

.hover\:border-l-sky-600\/100:hover {
  border-left-color: rgb(2 132 199 / 1);
}

.hover\:border-l-sky-600\/20:hover {
  border-left-color: rgb(2 132 199 / 0.2);
}

.hover\:border-l-sky-600\/25:hover {
  border-left-color: rgb(2 132 199 / 0.25);
}

.hover\:border-l-sky-600\/30:hover {
  border-left-color: rgb(2 132 199 / 0.3);
}

.hover\:border-l-sky-600\/40:hover {
  border-left-color: rgb(2 132 199 / 0.4);
}

.hover\:border-l-sky-600\/5:hover {
  border-left-color: rgb(2 132 199 / 0.05);
}

.hover\:border-l-sky-600\/50:hover {
  border-left-color: rgb(2 132 199 / 0.5);
}

.hover\:border-l-sky-600\/60:hover {
  border-left-color: rgb(2 132 199 / 0.6);
}

.hover\:border-l-sky-600\/70:hover {
  border-left-color: rgb(2 132 199 / 0.7);
}

.hover\:border-l-sky-600\/75:hover {
  border-left-color: rgb(2 132 199 / 0.75);
}

.hover\:border-l-sky-600\/80:hover {
  border-left-color: rgb(2 132 199 / 0.8);
}

.hover\:border-l-sky-600\/90:hover {
  border-left-color: rgb(2 132 199 / 0.9);
}

.hover\:border-l-sky-600\/95:hover {
  border-left-color: rgb(2 132 199 / 0.95);
}

.hover\:border-l-sky-700:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.hover\:border-l-sky-700\/0:hover {
  border-left-color: rgb(3 105 161 / 0);
}

.hover\:border-l-sky-700\/10:hover {
  border-left-color: rgb(3 105 161 / 0.1);
}

.hover\:border-l-sky-700\/100:hover {
  border-left-color: rgb(3 105 161 / 1);
}

.hover\:border-l-sky-700\/20:hover {
  border-left-color: rgb(3 105 161 / 0.2);
}

.hover\:border-l-sky-700\/25:hover {
  border-left-color: rgb(3 105 161 / 0.25);
}

.hover\:border-l-sky-700\/30:hover {
  border-left-color: rgb(3 105 161 / 0.3);
}

.hover\:border-l-sky-700\/40:hover {
  border-left-color: rgb(3 105 161 / 0.4);
}

.hover\:border-l-sky-700\/5:hover {
  border-left-color: rgb(3 105 161 / 0.05);
}

.hover\:border-l-sky-700\/50:hover {
  border-left-color: rgb(3 105 161 / 0.5);
}

.hover\:border-l-sky-700\/60:hover {
  border-left-color: rgb(3 105 161 / 0.6);
}

.hover\:border-l-sky-700\/70:hover {
  border-left-color: rgb(3 105 161 / 0.7);
}

.hover\:border-l-sky-700\/75:hover {
  border-left-color: rgb(3 105 161 / 0.75);
}

.hover\:border-l-sky-700\/80:hover {
  border-left-color: rgb(3 105 161 / 0.8);
}

.hover\:border-l-sky-700\/90:hover {
  border-left-color: rgb(3 105 161 / 0.9);
}

.hover\:border-l-sky-700\/95:hover {
  border-left-color: rgb(3 105 161 / 0.95);
}

.hover\:border-l-sky-800:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(7 89 133 / var(--tw-border-opacity));
}

.hover\:border-l-sky-800\/0:hover {
  border-left-color: rgb(7 89 133 / 0);
}

.hover\:border-l-sky-800\/10:hover {
  border-left-color: rgb(7 89 133 / 0.1);
}

.hover\:border-l-sky-800\/100:hover {
  border-left-color: rgb(7 89 133 / 1);
}

.hover\:border-l-sky-800\/20:hover {
  border-left-color: rgb(7 89 133 / 0.2);
}

.hover\:border-l-sky-800\/25:hover {
  border-left-color: rgb(7 89 133 / 0.25);
}

.hover\:border-l-sky-800\/30:hover {
  border-left-color: rgb(7 89 133 / 0.3);
}

.hover\:border-l-sky-800\/40:hover {
  border-left-color: rgb(7 89 133 / 0.4);
}

.hover\:border-l-sky-800\/5:hover {
  border-left-color: rgb(7 89 133 / 0.05);
}

.hover\:border-l-sky-800\/50:hover {
  border-left-color: rgb(7 89 133 / 0.5);
}

.hover\:border-l-sky-800\/60:hover {
  border-left-color: rgb(7 89 133 / 0.6);
}

.hover\:border-l-sky-800\/70:hover {
  border-left-color: rgb(7 89 133 / 0.7);
}

.hover\:border-l-sky-800\/75:hover {
  border-left-color: rgb(7 89 133 / 0.75);
}

.hover\:border-l-sky-800\/80:hover {
  border-left-color: rgb(7 89 133 / 0.8);
}

.hover\:border-l-sky-800\/90:hover {
  border-left-color: rgb(7 89 133 / 0.9);
}

.hover\:border-l-sky-800\/95:hover {
  border-left-color: rgb(7 89 133 / 0.95);
}

.hover\:border-l-sky-900:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(12 74 110 / var(--tw-border-opacity));
}

.hover\:border-l-sky-900\/0:hover {
  border-left-color: rgb(12 74 110 / 0);
}

.hover\:border-l-sky-900\/10:hover {
  border-left-color: rgb(12 74 110 / 0.1);
}

.hover\:border-l-sky-900\/100:hover {
  border-left-color: rgb(12 74 110 / 1);
}

.hover\:border-l-sky-900\/20:hover {
  border-left-color: rgb(12 74 110 / 0.2);
}

.hover\:border-l-sky-900\/25:hover {
  border-left-color: rgb(12 74 110 / 0.25);
}

.hover\:border-l-sky-900\/30:hover {
  border-left-color: rgb(12 74 110 / 0.3);
}

.hover\:border-l-sky-900\/40:hover {
  border-left-color: rgb(12 74 110 / 0.4);
}

.hover\:border-l-sky-900\/5:hover {
  border-left-color: rgb(12 74 110 / 0.05);
}

.hover\:border-l-sky-900\/50:hover {
  border-left-color: rgb(12 74 110 / 0.5);
}

.hover\:border-l-sky-900\/60:hover {
  border-left-color: rgb(12 74 110 / 0.6);
}

.hover\:border-l-sky-900\/70:hover {
  border-left-color: rgb(12 74 110 / 0.7);
}

.hover\:border-l-sky-900\/75:hover {
  border-left-color: rgb(12 74 110 / 0.75);
}

.hover\:border-l-sky-900\/80:hover {
  border-left-color: rgb(12 74 110 / 0.8);
}

.hover\:border-l-sky-900\/90:hover {
  border-left-color: rgb(12 74 110 / 0.9);
}

.hover\:border-l-sky-900\/95:hover {
  border-left-color: rgb(12 74 110 / 0.95);
}

.hover\:border-l-sky-950:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(8 47 73 / var(--tw-border-opacity));
}

.hover\:border-l-sky-950\/0:hover {
  border-left-color: rgb(8 47 73 / 0);
}

.hover\:border-l-sky-950\/10:hover {
  border-left-color: rgb(8 47 73 / 0.1);
}

.hover\:border-l-sky-950\/100:hover {
  border-left-color: rgb(8 47 73 / 1);
}

.hover\:border-l-sky-950\/20:hover {
  border-left-color: rgb(8 47 73 / 0.2);
}

.hover\:border-l-sky-950\/25:hover {
  border-left-color: rgb(8 47 73 / 0.25);
}

.hover\:border-l-sky-950\/30:hover {
  border-left-color: rgb(8 47 73 / 0.3);
}

.hover\:border-l-sky-950\/40:hover {
  border-left-color: rgb(8 47 73 / 0.4);
}

.hover\:border-l-sky-950\/5:hover {
  border-left-color: rgb(8 47 73 / 0.05);
}

.hover\:border-l-sky-950\/50:hover {
  border-left-color: rgb(8 47 73 / 0.5);
}

.hover\:border-l-sky-950\/60:hover {
  border-left-color: rgb(8 47 73 / 0.6);
}

.hover\:border-l-sky-950\/70:hover {
  border-left-color: rgb(8 47 73 / 0.7);
}

.hover\:border-l-sky-950\/75:hover {
  border-left-color: rgb(8 47 73 / 0.75);
}

.hover\:border-l-sky-950\/80:hover {
  border-left-color: rgb(8 47 73 / 0.8);
}

.hover\:border-l-sky-950\/90:hover {
  border-left-color: rgb(8 47 73 / 0.9);
}

.hover\:border-l-sky-950\/95:hover {
  border-left-color: rgb(8 47 73 / 0.95);
}

.hover\:border-l-slate-100:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.hover\:border-l-slate-100\/0:hover {
  border-left-color: rgb(241 245 249 / 0);
}

.hover\:border-l-slate-100\/10:hover {
  border-left-color: rgb(241 245 249 / 0.1);
}

.hover\:border-l-slate-100\/100:hover {
  border-left-color: rgb(241 245 249 / 1);
}

.hover\:border-l-slate-100\/20:hover {
  border-left-color: rgb(241 245 249 / 0.2);
}

.hover\:border-l-slate-100\/25:hover {
  border-left-color: rgb(241 245 249 / 0.25);
}

.hover\:border-l-slate-100\/30:hover {
  border-left-color: rgb(241 245 249 / 0.3);
}

.hover\:border-l-slate-100\/40:hover {
  border-left-color: rgb(241 245 249 / 0.4);
}

.hover\:border-l-slate-100\/5:hover {
  border-left-color: rgb(241 245 249 / 0.05);
}

.hover\:border-l-slate-100\/50:hover {
  border-left-color: rgb(241 245 249 / 0.5);
}

.hover\:border-l-slate-100\/60:hover {
  border-left-color: rgb(241 245 249 / 0.6);
}

.hover\:border-l-slate-100\/70:hover {
  border-left-color: rgb(241 245 249 / 0.7);
}

.hover\:border-l-slate-100\/75:hover {
  border-left-color: rgb(241 245 249 / 0.75);
}

.hover\:border-l-slate-100\/80:hover {
  border-left-color: rgb(241 245 249 / 0.8);
}

.hover\:border-l-slate-100\/90:hover {
  border-left-color: rgb(241 245 249 / 0.9);
}

.hover\:border-l-slate-100\/95:hover {
  border-left-color: rgb(241 245 249 / 0.95);
}

.hover\:border-l-slate-200:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.hover\:border-l-slate-200\/0:hover {
  border-left-color: rgb(226 232 240 / 0);
}

.hover\:border-l-slate-200\/10:hover {
  border-left-color: rgb(226 232 240 / 0.1);
}

.hover\:border-l-slate-200\/100:hover {
  border-left-color: rgb(226 232 240 / 1);
}

.hover\:border-l-slate-200\/20:hover {
  border-left-color: rgb(226 232 240 / 0.2);
}

.hover\:border-l-slate-200\/25:hover {
  border-left-color: rgb(226 232 240 / 0.25);
}

.hover\:border-l-slate-200\/30:hover {
  border-left-color: rgb(226 232 240 / 0.3);
}

.hover\:border-l-slate-200\/40:hover {
  border-left-color: rgb(226 232 240 / 0.4);
}

.hover\:border-l-slate-200\/5:hover {
  border-left-color: rgb(226 232 240 / 0.05);
}

.hover\:border-l-slate-200\/50:hover {
  border-left-color: rgb(226 232 240 / 0.5);
}

.hover\:border-l-slate-200\/60:hover {
  border-left-color: rgb(226 232 240 / 0.6);
}

.hover\:border-l-slate-200\/70:hover {
  border-left-color: rgb(226 232 240 / 0.7);
}

.hover\:border-l-slate-200\/75:hover {
  border-left-color: rgb(226 232 240 / 0.75);
}

.hover\:border-l-slate-200\/80:hover {
  border-left-color: rgb(226 232 240 / 0.8);
}

.hover\:border-l-slate-200\/90:hover {
  border-left-color: rgb(226 232 240 / 0.9);
}

.hover\:border-l-slate-200\/95:hover {
  border-left-color: rgb(226 232 240 / 0.95);
}

.hover\:border-l-slate-300:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.hover\:border-l-slate-300\/0:hover {
  border-left-color: rgb(203 213 225 / 0);
}

.hover\:border-l-slate-300\/10:hover {
  border-left-color: rgb(203 213 225 / 0.1);
}

.hover\:border-l-slate-300\/100:hover {
  border-left-color: rgb(203 213 225 / 1);
}

.hover\:border-l-slate-300\/20:hover {
  border-left-color: rgb(203 213 225 / 0.2);
}

.hover\:border-l-slate-300\/25:hover {
  border-left-color: rgb(203 213 225 / 0.25);
}

.hover\:border-l-slate-300\/30:hover {
  border-left-color: rgb(203 213 225 / 0.3);
}

.hover\:border-l-slate-300\/40:hover {
  border-left-color: rgb(203 213 225 / 0.4);
}

.hover\:border-l-slate-300\/5:hover {
  border-left-color: rgb(203 213 225 / 0.05);
}

.hover\:border-l-slate-300\/50:hover {
  border-left-color: rgb(203 213 225 / 0.5);
}

.hover\:border-l-slate-300\/60:hover {
  border-left-color: rgb(203 213 225 / 0.6);
}

.hover\:border-l-slate-300\/70:hover {
  border-left-color: rgb(203 213 225 / 0.7);
}

.hover\:border-l-slate-300\/75:hover {
  border-left-color: rgb(203 213 225 / 0.75);
}

.hover\:border-l-slate-300\/80:hover {
  border-left-color: rgb(203 213 225 / 0.8);
}

.hover\:border-l-slate-300\/90:hover {
  border-left-color: rgb(203 213 225 / 0.9);
}

.hover\:border-l-slate-300\/95:hover {
  border-left-color: rgb(203 213 225 / 0.95);
}

.hover\:border-l-slate-400:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.hover\:border-l-slate-400\/0:hover {
  border-left-color: rgb(148 163 184 / 0);
}

.hover\:border-l-slate-400\/10:hover {
  border-left-color: rgb(148 163 184 / 0.1);
}

.hover\:border-l-slate-400\/100:hover {
  border-left-color: rgb(148 163 184 / 1);
}

.hover\:border-l-slate-400\/20:hover {
  border-left-color: rgb(148 163 184 / 0.2);
}

.hover\:border-l-slate-400\/25:hover {
  border-left-color: rgb(148 163 184 / 0.25);
}

.hover\:border-l-slate-400\/30:hover {
  border-left-color: rgb(148 163 184 / 0.3);
}

.hover\:border-l-slate-400\/40:hover {
  border-left-color: rgb(148 163 184 / 0.4);
}

.hover\:border-l-slate-400\/5:hover {
  border-left-color: rgb(148 163 184 / 0.05);
}

.hover\:border-l-slate-400\/50:hover {
  border-left-color: rgb(148 163 184 / 0.5);
}

.hover\:border-l-slate-400\/60:hover {
  border-left-color: rgb(148 163 184 / 0.6);
}

.hover\:border-l-slate-400\/70:hover {
  border-left-color: rgb(148 163 184 / 0.7);
}

.hover\:border-l-slate-400\/75:hover {
  border-left-color: rgb(148 163 184 / 0.75);
}

.hover\:border-l-slate-400\/80:hover {
  border-left-color: rgb(148 163 184 / 0.8);
}

.hover\:border-l-slate-400\/90:hover {
  border-left-color: rgb(148 163 184 / 0.9);
}

.hover\:border-l-slate-400\/95:hover {
  border-left-color: rgb(148 163 184 / 0.95);
}

.hover\:border-l-slate-50:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(248 250 252 / var(--tw-border-opacity));
}

.hover\:border-l-slate-50\/0:hover {
  border-left-color: rgb(248 250 252 / 0);
}

.hover\:border-l-slate-50\/10:hover {
  border-left-color: rgb(248 250 252 / 0.1);
}

.hover\:border-l-slate-50\/100:hover {
  border-left-color: rgb(248 250 252 / 1);
}

.hover\:border-l-slate-50\/20:hover {
  border-left-color: rgb(248 250 252 / 0.2);
}

.hover\:border-l-slate-50\/25:hover {
  border-left-color: rgb(248 250 252 / 0.25);
}

.hover\:border-l-slate-50\/30:hover {
  border-left-color: rgb(248 250 252 / 0.3);
}

.hover\:border-l-slate-50\/40:hover {
  border-left-color: rgb(248 250 252 / 0.4);
}

.hover\:border-l-slate-50\/5:hover {
  border-left-color: rgb(248 250 252 / 0.05);
}

.hover\:border-l-slate-50\/50:hover {
  border-left-color: rgb(248 250 252 / 0.5);
}

.hover\:border-l-slate-50\/60:hover {
  border-left-color: rgb(248 250 252 / 0.6);
}

.hover\:border-l-slate-50\/70:hover {
  border-left-color: rgb(248 250 252 / 0.7);
}

.hover\:border-l-slate-50\/75:hover {
  border-left-color: rgb(248 250 252 / 0.75);
}

.hover\:border-l-slate-50\/80:hover {
  border-left-color: rgb(248 250 252 / 0.8);
}

.hover\:border-l-slate-50\/90:hover {
  border-left-color: rgb(248 250 252 / 0.9);
}

.hover\:border-l-slate-50\/95:hover {
  border-left-color: rgb(248 250 252 / 0.95);
}

.hover\:border-l-slate-500:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.hover\:border-l-slate-500\/0:hover {
  border-left-color: rgb(100 116 139 / 0);
}

.hover\:border-l-slate-500\/10:hover {
  border-left-color: rgb(100 116 139 / 0.1);
}

.hover\:border-l-slate-500\/100:hover {
  border-left-color: rgb(100 116 139 / 1);
}

.hover\:border-l-slate-500\/20:hover {
  border-left-color: rgb(100 116 139 / 0.2);
}

.hover\:border-l-slate-500\/25:hover {
  border-left-color: rgb(100 116 139 / 0.25);
}

.hover\:border-l-slate-500\/30:hover {
  border-left-color: rgb(100 116 139 / 0.3);
}

.hover\:border-l-slate-500\/40:hover {
  border-left-color: rgb(100 116 139 / 0.4);
}

.hover\:border-l-slate-500\/5:hover {
  border-left-color: rgb(100 116 139 / 0.05);
}

.hover\:border-l-slate-500\/50:hover {
  border-left-color: rgb(100 116 139 / 0.5);
}

.hover\:border-l-slate-500\/60:hover {
  border-left-color: rgb(100 116 139 / 0.6);
}

.hover\:border-l-slate-500\/70:hover {
  border-left-color: rgb(100 116 139 / 0.7);
}

.hover\:border-l-slate-500\/75:hover {
  border-left-color: rgb(100 116 139 / 0.75);
}

.hover\:border-l-slate-500\/80:hover {
  border-left-color: rgb(100 116 139 / 0.8);
}

.hover\:border-l-slate-500\/90:hover {
  border-left-color: rgb(100 116 139 / 0.9);
}

.hover\:border-l-slate-500\/95:hover {
  border-left-color: rgb(100 116 139 / 0.95);
}

.hover\:border-l-slate-600:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(71 85 105 / var(--tw-border-opacity));
}

.hover\:border-l-slate-600\/0:hover {
  border-left-color: rgb(71 85 105 / 0);
}

.hover\:border-l-slate-600\/10:hover {
  border-left-color: rgb(71 85 105 / 0.1);
}

.hover\:border-l-slate-600\/100:hover {
  border-left-color: rgb(71 85 105 / 1);
}

.hover\:border-l-slate-600\/20:hover {
  border-left-color: rgb(71 85 105 / 0.2);
}

.hover\:border-l-slate-600\/25:hover {
  border-left-color: rgb(71 85 105 / 0.25);
}

.hover\:border-l-slate-600\/30:hover {
  border-left-color: rgb(71 85 105 / 0.3);
}

.hover\:border-l-slate-600\/40:hover {
  border-left-color: rgb(71 85 105 / 0.4);
}

.hover\:border-l-slate-600\/5:hover {
  border-left-color: rgb(71 85 105 / 0.05);
}

.hover\:border-l-slate-600\/50:hover {
  border-left-color: rgb(71 85 105 / 0.5);
}

.hover\:border-l-slate-600\/60:hover {
  border-left-color: rgb(71 85 105 / 0.6);
}

.hover\:border-l-slate-600\/70:hover {
  border-left-color: rgb(71 85 105 / 0.7);
}

.hover\:border-l-slate-600\/75:hover {
  border-left-color: rgb(71 85 105 / 0.75);
}

.hover\:border-l-slate-600\/80:hover {
  border-left-color: rgb(71 85 105 / 0.8);
}

.hover\:border-l-slate-600\/90:hover {
  border-left-color: rgb(71 85 105 / 0.9);
}

.hover\:border-l-slate-600\/95:hover {
  border-left-color: rgb(71 85 105 / 0.95);
}

.hover\:border-l-slate-700:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.hover\:border-l-slate-700\/0:hover {
  border-left-color: rgb(51 65 85 / 0);
}

.hover\:border-l-slate-700\/10:hover {
  border-left-color: rgb(51 65 85 / 0.1);
}

.hover\:border-l-slate-700\/100:hover {
  border-left-color: rgb(51 65 85 / 1);
}

.hover\:border-l-slate-700\/20:hover {
  border-left-color: rgb(51 65 85 / 0.2);
}

.hover\:border-l-slate-700\/25:hover {
  border-left-color: rgb(51 65 85 / 0.25);
}

.hover\:border-l-slate-700\/30:hover {
  border-left-color: rgb(51 65 85 / 0.3);
}

.hover\:border-l-slate-700\/40:hover {
  border-left-color: rgb(51 65 85 / 0.4);
}

.hover\:border-l-slate-700\/5:hover {
  border-left-color: rgb(51 65 85 / 0.05);
}

.hover\:border-l-slate-700\/50:hover {
  border-left-color: rgb(51 65 85 / 0.5);
}

.hover\:border-l-slate-700\/60:hover {
  border-left-color: rgb(51 65 85 / 0.6);
}

.hover\:border-l-slate-700\/70:hover {
  border-left-color: rgb(51 65 85 / 0.7);
}

.hover\:border-l-slate-700\/75:hover {
  border-left-color: rgb(51 65 85 / 0.75);
}

.hover\:border-l-slate-700\/80:hover {
  border-left-color: rgb(51 65 85 / 0.8);
}

.hover\:border-l-slate-700\/90:hover {
  border-left-color: rgb(51 65 85 / 0.9);
}

.hover\:border-l-slate-700\/95:hover {
  border-left-color: rgb(51 65 85 / 0.95);
}

.hover\:border-l-slate-800:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.hover\:border-l-slate-800\/0:hover {
  border-left-color: rgb(30 41 59 / 0);
}

.hover\:border-l-slate-800\/10:hover {
  border-left-color: rgb(30 41 59 / 0.1);
}

.hover\:border-l-slate-800\/100:hover {
  border-left-color: rgb(30 41 59 / 1);
}

.hover\:border-l-slate-800\/20:hover {
  border-left-color: rgb(30 41 59 / 0.2);
}

.hover\:border-l-slate-800\/25:hover {
  border-left-color: rgb(30 41 59 / 0.25);
}

.hover\:border-l-slate-800\/30:hover {
  border-left-color: rgb(30 41 59 / 0.3);
}

.hover\:border-l-slate-800\/40:hover {
  border-left-color: rgb(30 41 59 / 0.4);
}

.hover\:border-l-slate-800\/5:hover {
  border-left-color: rgb(30 41 59 / 0.05);
}

.hover\:border-l-slate-800\/50:hover {
  border-left-color: rgb(30 41 59 / 0.5);
}

.hover\:border-l-slate-800\/60:hover {
  border-left-color: rgb(30 41 59 / 0.6);
}

.hover\:border-l-slate-800\/70:hover {
  border-left-color: rgb(30 41 59 / 0.7);
}

.hover\:border-l-slate-800\/75:hover {
  border-left-color: rgb(30 41 59 / 0.75);
}

.hover\:border-l-slate-800\/80:hover {
  border-left-color: rgb(30 41 59 / 0.8);
}

.hover\:border-l-slate-800\/90:hover {
  border-left-color: rgb(30 41 59 / 0.9);
}

.hover\:border-l-slate-800\/95:hover {
  border-left-color: rgb(30 41 59 / 0.95);
}

.hover\:border-l-slate-900:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(15 23 42 / var(--tw-border-opacity));
}

.hover\:border-l-slate-900\/0:hover {
  border-left-color: rgb(15 23 42 / 0);
}

.hover\:border-l-slate-900\/10:hover {
  border-left-color: rgb(15 23 42 / 0.1);
}

.hover\:border-l-slate-900\/100:hover {
  border-left-color: rgb(15 23 42 / 1);
}

.hover\:border-l-slate-900\/20:hover {
  border-left-color: rgb(15 23 42 / 0.2);
}

.hover\:border-l-slate-900\/25:hover {
  border-left-color: rgb(15 23 42 / 0.25);
}

.hover\:border-l-slate-900\/30:hover {
  border-left-color: rgb(15 23 42 / 0.3);
}

.hover\:border-l-slate-900\/40:hover {
  border-left-color: rgb(15 23 42 / 0.4);
}

.hover\:border-l-slate-900\/5:hover {
  border-left-color: rgb(15 23 42 / 0.05);
}

.hover\:border-l-slate-900\/50:hover {
  border-left-color: rgb(15 23 42 / 0.5);
}

.hover\:border-l-slate-900\/60:hover {
  border-left-color: rgb(15 23 42 / 0.6);
}

.hover\:border-l-slate-900\/70:hover {
  border-left-color: rgb(15 23 42 / 0.7);
}

.hover\:border-l-slate-900\/75:hover {
  border-left-color: rgb(15 23 42 / 0.75);
}

.hover\:border-l-slate-900\/80:hover {
  border-left-color: rgb(15 23 42 / 0.8);
}

.hover\:border-l-slate-900\/90:hover {
  border-left-color: rgb(15 23 42 / 0.9);
}

.hover\:border-l-slate-900\/95:hover {
  border-left-color: rgb(15 23 42 / 0.95);
}

.hover\:border-l-slate-950:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(2 6 23 / var(--tw-border-opacity));
}

.hover\:border-l-slate-950\/0:hover {
  border-left-color: rgb(2 6 23 / 0);
}

.hover\:border-l-slate-950\/10:hover {
  border-left-color: rgb(2 6 23 / 0.1);
}

.hover\:border-l-slate-950\/100:hover {
  border-left-color: rgb(2 6 23 / 1);
}

.hover\:border-l-slate-950\/20:hover {
  border-left-color: rgb(2 6 23 / 0.2);
}

.hover\:border-l-slate-950\/25:hover {
  border-left-color: rgb(2 6 23 / 0.25);
}

.hover\:border-l-slate-950\/30:hover {
  border-left-color: rgb(2 6 23 / 0.3);
}

.hover\:border-l-slate-950\/40:hover {
  border-left-color: rgb(2 6 23 / 0.4);
}

.hover\:border-l-slate-950\/5:hover {
  border-left-color: rgb(2 6 23 / 0.05);
}

.hover\:border-l-slate-950\/50:hover {
  border-left-color: rgb(2 6 23 / 0.5);
}

.hover\:border-l-slate-950\/60:hover {
  border-left-color: rgb(2 6 23 / 0.6);
}

.hover\:border-l-slate-950\/70:hover {
  border-left-color: rgb(2 6 23 / 0.7);
}

.hover\:border-l-slate-950\/75:hover {
  border-left-color: rgb(2 6 23 / 0.75);
}

.hover\:border-l-slate-950\/80:hover {
  border-left-color: rgb(2 6 23 / 0.8);
}

.hover\:border-l-slate-950\/90:hover {
  border-left-color: rgb(2 6 23 / 0.9);
}

.hover\:border-l-slate-950\/95:hover {
  border-left-color: rgb(2 6 23 / 0.95);
}

.hover\:border-l-stone-100:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 245 244 / var(--tw-border-opacity));
}

.hover\:border-l-stone-100\/0:hover {
  border-left-color: rgb(245 245 244 / 0);
}

.hover\:border-l-stone-100\/10:hover {
  border-left-color: rgb(245 245 244 / 0.1);
}

.hover\:border-l-stone-100\/100:hover {
  border-left-color: rgb(245 245 244 / 1);
}

.hover\:border-l-stone-100\/20:hover {
  border-left-color: rgb(245 245 244 / 0.2);
}

.hover\:border-l-stone-100\/25:hover {
  border-left-color: rgb(245 245 244 / 0.25);
}

.hover\:border-l-stone-100\/30:hover {
  border-left-color: rgb(245 245 244 / 0.3);
}

.hover\:border-l-stone-100\/40:hover {
  border-left-color: rgb(245 245 244 / 0.4);
}

.hover\:border-l-stone-100\/5:hover {
  border-left-color: rgb(245 245 244 / 0.05);
}

.hover\:border-l-stone-100\/50:hover {
  border-left-color: rgb(245 245 244 / 0.5);
}

.hover\:border-l-stone-100\/60:hover {
  border-left-color: rgb(245 245 244 / 0.6);
}

.hover\:border-l-stone-100\/70:hover {
  border-left-color: rgb(245 245 244 / 0.7);
}

.hover\:border-l-stone-100\/75:hover {
  border-left-color: rgb(245 245 244 / 0.75);
}

.hover\:border-l-stone-100\/80:hover {
  border-left-color: rgb(245 245 244 / 0.8);
}

.hover\:border-l-stone-100\/90:hover {
  border-left-color: rgb(245 245 244 / 0.9);
}

.hover\:border-l-stone-100\/95:hover {
  border-left-color: rgb(245 245 244 / 0.95);
}

.hover\:border-l-stone-200:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(231 229 228 / var(--tw-border-opacity));
}

.hover\:border-l-stone-200\/0:hover {
  border-left-color: rgb(231 229 228 / 0);
}

.hover\:border-l-stone-200\/10:hover {
  border-left-color: rgb(231 229 228 / 0.1);
}

.hover\:border-l-stone-200\/100:hover {
  border-left-color: rgb(231 229 228 / 1);
}

.hover\:border-l-stone-200\/20:hover {
  border-left-color: rgb(231 229 228 / 0.2);
}

.hover\:border-l-stone-200\/25:hover {
  border-left-color: rgb(231 229 228 / 0.25);
}

.hover\:border-l-stone-200\/30:hover {
  border-left-color: rgb(231 229 228 / 0.3);
}

.hover\:border-l-stone-200\/40:hover {
  border-left-color: rgb(231 229 228 / 0.4);
}

.hover\:border-l-stone-200\/5:hover {
  border-left-color: rgb(231 229 228 / 0.05);
}

.hover\:border-l-stone-200\/50:hover {
  border-left-color: rgb(231 229 228 / 0.5);
}

.hover\:border-l-stone-200\/60:hover {
  border-left-color: rgb(231 229 228 / 0.6);
}

.hover\:border-l-stone-200\/70:hover {
  border-left-color: rgb(231 229 228 / 0.7);
}

.hover\:border-l-stone-200\/75:hover {
  border-left-color: rgb(231 229 228 / 0.75);
}

.hover\:border-l-stone-200\/80:hover {
  border-left-color: rgb(231 229 228 / 0.8);
}

.hover\:border-l-stone-200\/90:hover {
  border-left-color: rgb(231 229 228 / 0.9);
}

.hover\:border-l-stone-200\/95:hover {
  border-left-color: rgb(231 229 228 / 0.95);
}

.hover\:border-l-stone-300:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.hover\:border-l-stone-300\/0:hover {
  border-left-color: rgb(214 211 209 / 0);
}

.hover\:border-l-stone-300\/10:hover {
  border-left-color: rgb(214 211 209 / 0.1);
}

.hover\:border-l-stone-300\/100:hover {
  border-left-color: rgb(214 211 209 / 1);
}

.hover\:border-l-stone-300\/20:hover {
  border-left-color: rgb(214 211 209 / 0.2);
}

.hover\:border-l-stone-300\/25:hover {
  border-left-color: rgb(214 211 209 / 0.25);
}

.hover\:border-l-stone-300\/30:hover {
  border-left-color: rgb(214 211 209 / 0.3);
}

.hover\:border-l-stone-300\/40:hover {
  border-left-color: rgb(214 211 209 / 0.4);
}

.hover\:border-l-stone-300\/5:hover {
  border-left-color: rgb(214 211 209 / 0.05);
}

.hover\:border-l-stone-300\/50:hover {
  border-left-color: rgb(214 211 209 / 0.5);
}

.hover\:border-l-stone-300\/60:hover {
  border-left-color: rgb(214 211 209 / 0.6);
}

.hover\:border-l-stone-300\/70:hover {
  border-left-color: rgb(214 211 209 / 0.7);
}

.hover\:border-l-stone-300\/75:hover {
  border-left-color: rgb(214 211 209 / 0.75);
}

.hover\:border-l-stone-300\/80:hover {
  border-left-color: rgb(214 211 209 / 0.8);
}

.hover\:border-l-stone-300\/90:hover {
  border-left-color: rgb(214 211 209 / 0.9);
}

.hover\:border-l-stone-300\/95:hover {
  border-left-color: rgb(214 211 209 / 0.95);
}

.hover\:border-l-stone-400:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(168 162 158 / var(--tw-border-opacity));
}

.hover\:border-l-stone-400\/0:hover {
  border-left-color: rgb(168 162 158 / 0);
}

.hover\:border-l-stone-400\/10:hover {
  border-left-color: rgb(168 162 158 / 0.1);
}

.hover\:border-l-stone-400\/100:hover {
  border-left-color: rgb(168 162 158 / 1);
}

.hover\:border-l-stone-400\/20:hover {
  border-left-color: rgb(168 162 158 / 0.2);
}

.hover\:border-l-stone-400\/25:hover {
  border-left-color: rgb(168 162 158 / 0.25);
}

.hover\:border-l-stone-400\/30:hover {
  border-left-color: rgb(168 162 158 / 0.3);
}

.hover\:border-l-stone-400\/40:hover {
  border-left-color: rgb(168 162 158 / 0.4);
}

.hover\:border-l-stone-400\/5:hover {
  border-left-color: rgb(168 162 158 / 0.05);
}

.hover\:border-l-stone-400\/50:hover {
  border-left-color: rgb(168 162 158 / 0.5);
}

.hover\:border-l-stone-400\/60:hover {
  border-left-color: rgb(168 162 158 / 0.6);
}

.hover\:border-l-stone-400\/70:hover {
  border-left-color: rgb(168 162 158 / 0.7);
}

.hover\:border-l-stone-400\/75:hover {
  border-left-color: rgb(168 162 158 / 0.75);
}

.hover\:border-l-stone-400\/80:hover {
  border-left-color: rgb(168 162 158 / 0.8);
}

.hover\:border-l-stone-400\/90:hover {
  border-left-color: rgb(168 162 158 / 0.9);
}

.hover\:border-l-stone-400\/95:hover {
  border-left-color: rgb(168 162 158 / 0.95);
}

.hover\:border-l-stone-50:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 250 249 / var(--tw-border-opacity));
}

.hover\:border-l-stone-50\/0:hover {
  border-left-color: rgb(250 250 249 / 0);
}

.hover\:border-l-stone-50\/10:hover {
  border-left-color: rgb(250 250 249 / 0.1);
}

.hover\:border-l-stone-50\/100:hover {
  border-left-color: rgb(250 250 249 / 1);
}

.hover\:border-l-stone-50\/20:hover {
  border-left-color: rgb(250 250 249 / 0.2);
}

.hover\:border-l-stone-50\/25:hover {
  border-left-color: rgb(250 250 249 / 0.25);
}

.hover\:border-l-stone-50\/30:hover {
  border-left-color: rgb(250 250 249 / 0.3);
}

.hover\:border-l-stone-50\/40:hover {
  border-left-color: rgb(250 250 249 / 0.4);
}

.hover\:border-l-stone-50\/5:hover {
  border-left-color: rgb(250 250 249 / 0.05);
}

.hover\:border-l-stone-50\/50:hover {
  border-left-color: rgb(250 250 249 / 0.5);
}

.hover\:border-l-stone-50\/60:hover {
  border-left-color: rgb(250 250 249 / 0.6);
}

.hover\:border-l-stone-50\/70:hover {
  border-left-color: rgb(250 250 249 / 0.7);
}

.hover\:border-l-stone-50\/75:hover {
  border-left-color: rgb(250 250 249 / 0.75);
}

.hover\:border-l-stone-50\/80:hover {
  border-left-color: rgb(250 250 249 / 0.8);
}

.hover\:border-l-stone-50\/90:hover {
  border-left-color: rgb(250 250 249 / 0.9);
}

.hover\:border-l-stone-50\/95:hover {
  border-left-color: rgb(250 250 249 / 0.95);
}

.hover\:border-l-stone-500:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(120 113 108 / var(--tw-border-opacity));
}

.hover\:border-l-stone-500\/0:hover {
  border-left-color: rgb(120 113 108 / 0);
}

.hover\:border-l-stone-500\/10:hover {
  border-left-color: rgb(120 113 108 / 0.1);
}

.hover\:border-l-stone-500\/100:hover {
  border-left-color: rgb(120 113 108 / 1);
}

.hover\:border-l-stone-500\/20:hover {
  border-left-color: rgb(120 113 108 / 0.2);
}

.hover\:border-l-stone-500\/25:hover {
  border-left-color: rgb(120 113 108 / 0.25);
}

.hover\:border-l-stone-500\/30:hover {
  border-left-color: rgb(120 113 108 / 0.3);
}

.hover\:border-l-stone-500\/40:hover {
  border-left-color: rgb(120 113 108 / 0.4);
}

.hover\:border-l-stone-500\/5:hover {
  border-left-color: rgb(120 113 108 / 0.05);
}

.hover\:border-l-stone-500\/50:hover {
  border-left-color: rgb(120 113 108 / 0.5);
}

.hover\:border-l-stone-500\/60:hover {
  border-left-color: rgb(120 113 108 / 0.6);
}

.hover\:border-l-stone-500\/70:hover {
  border-left-color: rgb(120 113 108 / 0.7);
}

.hover\:border-l-stone-500\/75:hover {
  border-left-color: rgb(120 113 108 / 0.75);
}

.hover\:border-l-stone-500\/80:hover {
  border-left-color: rgb(120 113 108 / 0.8);
}

.hover\:border-l-stone-500\/90:hover {
  border-left-color: rgb(120 113 108 / 0.9);
}

.hover\:border-l-stone-500\/95:hover {
  border-left-color: rgb(120 113 108 / 0.95);
}

.hover\:border-l-stone-600:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(87 83 78 / var(--tw-border-opacity));
}

.hover\:border-l-stone-600\/0:hover {
  border-left-color: rgb(87 83 78 / 0);
}

.hover\:border-l-stone-600\/10:hover {
  border-left-color: rgb(87 83 78 / 0.1);
}

.hover\:border-l-stone-600\/100:hover {
  border-left-color: rgb(87 83 78 / 1);
}

.hover\:border-l-stone-600\/20:hover {
  border-left-color: rgb(87 83 78 / 0.2);
}

.hover\:border-l-stone-600\/25:hover {
  border-left-color: rgb(87 83 78 / 0.25);
}

.hover\:border-l-stone-600\/30:hover {
  border-left-color: rgb(87 83 78 / 0.3);
}

.hover\:border-l-stone-600\/40:hover {
  border-left-color: rgb(87 83 78 / 0.4);
}

.hover\:border-l-stone-600\/5:hover {
  border-left-color: rgb(87 83 78 / 0.05);
}

.hover\:border-l-stone-600\/50:hover {
  border-left-color: rgb(87 83 78 / 0.5);
}

.hover\:border-l-stone-600\/60:hover {
  border-left-color: rgb(87 83 78 / 0.6);
}

.hover\:border-l-stone-600\/70:hover {
  border-left-color: rgb(87 83 78 / 0.7);
}

.hover\:border-l-stone-600\/75:hover {
  border-left-color: rgb(87 83 78 / 0.75);
}

.hover\:border-l-stone-600\/80:hover {
  border-left-color: rgb(87 83 78 / 0.8);
}

.hover\:border-l-stone-600\/90:hover {
  border-left-color: rgb(87 83 78 / 0.9);
}

.hover\:border-l-stone-600\/95:hover {
  border-left-color: rgb(87 83 78 / 0.95);
}

.hover\:border-l-stone-700:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(68 64 60 / var(--tw-border-opacity));
}

.hover\:border-l-stone-700\/0:hover {
  border-left-color: rgb(68 64 60 / 0);
}

.hover\:border-l-stone-700\/10:hover {
  border-left-color: rgb(68 64 60 / 0.1);
}

.hover\:border-l-stone-700\/100:hover {
  border-left-color: rgb(68 64 60 / 1);
}

.hover\:border-l-stone-700\/20:hover {
  border-left-color: rgb(68 64 60 / 0.2);
}

.hover\:border-l-stone-700\/25:hover {
  border-left-color: rgb(68 64 60 / 0.25);
}

.hover\:border-l-stone-700\/30:hover {
  border-left-color: rgb(68 64 60 / 0.3);
}

.hover\:border-l-stone-700\/40:hover {
  border-left-color: rgb(68 64 60 / 0.4);
}

.hover\:border-l-stone-700\/5:hover {
  border-left-color: rgb(68 64 60 / 0.05);
}

.hover\:border-l-stone-700\/50:hover {
  border-left-color: rgb(68 64 60 / 0.5);
}

.hover\:border-l-stone-700\/60:hover {
  border-left-color: rgb(68 64 60 / 0.6);
}

.hover\:border-l-stone-700\/70:hover {
  border-left-color: rgb(68 64 60 / 0.7);
}

.hover\:border-l-stone-700\/75:hover {
  border-left-color: rgb(68 64 60 / 0.75);
}

.hover\:border-l-stone-700\/80:hover {
  border-left-color: rgb(68 64 60 / 0.8);
}

.hover\:border-l-stone-700\/90:hover {
  border-left-color: rgb(68 64 60 / 0.9);
}

.hover\:border-l-stone-700\/95:hover {
  border-left-color: rgb(68 64 60 / 0.95);
}

.hover\:border-l-stone-800:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(41 37 36 / var(--tw-border-opacity));
}

.hover\:border-l-stone-800\/0:hover {
  border-left-color: rgb(41 37 36 / 0);
}

.hover\:border-l-stone-800\/10:hover {
  border-left-color: rgb(41 37 36 / 0.1);
}

.hover\:border-l-stone-800\/100:hover {
  border-left-color: rgb(41 37 36 / 1);
}

.hover\:border-l-stone-800\/20:hover {
  border-left-color: rgb(41 37 36 / 0.2);
}

.hover\:border-l-stone-800\/25:hover {
  border-left-color: rgb(41 37 36 / 0.25);
}

.hover\:border-l-stone-800\/30:hover {
  border-left-color: rgb(41 37 36 / 0.3);
}

.hover\:border-l-stone-800\/40:hover {
  border-left-color: rgb(41 37 36 / 0.4);
}

.hover\:border-l-stone-800\/5:hover {
  border-left-color: rgb(41 37 36 / 0.05);
}

.hover\:border-l-stone-800\/50:hover {
  border-left-color: rgb(41 37 36 / 0.5);
}

.hover\:border-l-stone-800\/60:hover {
  border-left-color: rgb(41 37 36 / 0.6);
}

.hover\:border-l-stone-800\/70:hover {
  border-left-color: rgb(41 37 36 / 0.7);
}

.hover\:border-l-stone-800\/75:hover {
  border-left-color: rgb(41 37 36 / 0.75);
}

.hover\:border-l-stone-800\/80:hover {
  border-left-color: rgb(41 37 36 / 0.8);
}

.hover\:border-l-stone-800\/90:hover {
  border-left-color: rgb(41 37 36 / 0.9);
}

.hover\:border-l-stone-800\/95:hover {
  border-left-color: rgb(41 37 36 / 0.95);
}

.hover\:border-l-stone-900:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(28 25 23 / var(--tw-border-opacity));
}

.hover\:border-l-stone-900\/0:hover {
  border-left-color: rgb(28 25 23 / 0);
}

.hover\:border-l-stone-900\/10:hover {
  border-left-color: rgb(28 25 23 / 0.1);
}

.hover\:border-l-stone-900\/100:hover {
  border-left-color: rgb(28 25 23 / 1);
}

.hover\:border-l-stone-900\/20:hover {
  border-left-color: rgb(28 25 23 / 0.2);
}

.hover\:border-l-stone-900\/25:hover {
  border-left-color: rgb(28 25 23 / 0.25);
}

.hover\:border-l-stone-900\/30:hover {
  border-left-color: rgb(28 25 23 / 0.3);
}

.hover\:border-l-stone-900\/40:hover {
  border-left-color: rgb(28 25 23 / 0.4);
}

.hover\:border-l-stone-900\/5:hover {
  border-left-color: rgb(28 25 23 / 0.05);
}

.hover\:border-l-stone-900\/50:hover {
  border-left-color: rgb(28 25 23 / 0.5);
}

.hover\:border-l-stone-900\/60:hover {
  border-left-color: rgb(28 25 23 / 0.6);
}

.hover\:border-l-stone-900\/70:hover {
  border-left-color: rgb(28 25 23 / 0.7);
}

.hover\:border-l-stone-900\/75:hover {
  border-left-color: rgb(28 25 23 / 0.75);
}

.hover\:border-l-stone-900\/80:hover {
  border-left-color: rgb(28 25 23 / 0.8);
}

.hover\:border-l-stone-900\/90:hover {
  border-left-color: rgb(28 25 23 / 0.9);
}

.hover\:border-l-stone-900\/95:hover {
  border-left-color: rgb(28 25 23 / 0.95);
}

.hover\:border-l-stone-950:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(12 10 9 / var(--tw-border-opacity));
}

.hover\:border-l-stone-950\/0:hover {
  border-left-color: rgb(12 10 9 / 0);
}

.hover\:border-l-stone-950\/10:hover {
  border-left-color: rgb(12 10 9 / 0.1);
}

.hover\:border-l-stone-950\/100:hover {
  border-left-color: rgb(12 10 9 / 1);
}

.hover\:border-l-stone-950\/20:hover {
  border-left-color: rgb(12 10 9 / 0.2);
}

.hover\:border-l-stone-950\/25:hover {
  border-left-color: rgb(12 10 9 / 0.25);
}

.hover\:border-l-stone-950\/30:hover {
  border-left-color: rgb(12 10 9 / 0.3);
}

.hover\:border-l-stone-950\/40:hover {
  border-left-color: rgb(12 10 9 / 0.4);
}

.hover\:border-l-stone-950\/5:hover {
  border-left-color: rgb(12 10 9 / 0.05);
}

.hover\:border-l-stone-950\/50:hover {
  border-left-color: rgb(12 10 9 / 0.5);
}

.hover\:border-l-stone-950\/60:hover {
  border-left-color: rgb(12 10 9 / 0.6);
}

.hover\:border-l-stone-950\/70:hover {
  border-left-color: rgb(12 10 9 / 0.7);
}

.hover\:border-l-stone-950\/75:hover {
  border-left-color: rgb(12 10 9 / 0.75);
}

.hover\:border-l-stone-950\/80:hover {
  border-left-color: rgb(12 10 9 / 0.8);
}

.hover\:border-l-stone-950\/90:hover {
  border-left-color: rgb(12 10 9 / 0.9);
}

.hover\:border-l-stone-950\/95:hover {
  border-left-color: rgb(12 10 9 / 0.95);
}

.hover\:border-l-teal-100:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(204 251 241 / var(--tw-border-opacity));
}

.hover\:border-l-teal-100\/0:hover {
  border-left-color: rgb(204 251 241 / 0);
}

.hover\:border-l-teal-100\/10:hover {
  border-left-color: rgb(204 251 241 / 0.1);
}

.hover\:border-l-teal-100\/100:hover {
  border-left-color: rgb(204 251 241 / 1);
}

.hover\:border-l-teal-100\/20:hover {
  border-left-color: rgb(204 251 241 / 0.2);
}

.hover\:border-l-teal-100\/25:hover {
  border-left-color: rgb(204 251 241 / 0.25);
}

.hover\:border-l-teal-100\/30:hover {
  border-left-color: rgb(204 251 241 / 0.3);
}

.hover\:border-l-teal-100\/40:hover {
  border-left-color: rgb(204 251 241 / 0.4);
}

.hover\:border-l-teal-100\/5:hover {
  border-left-color: rgb(204 251 241 / 0.05);
}

.hover\:border-l-teal-100\/50:hover {
  border-left-color: rgb(204 251 241 / 0.5);
}

.hover\:border-l-teal-100\/60:hover {
  border-left-color: rgb(204 251 241 / 0.6);
}

.hover\:border-l-teal-100\/70:hover {
  border-left-color: rgb(204 251 241 / 0.7);
}

.hover\:border-l-teal-100\/75:hover {
  border-left-color: rgb(204 251 241 / 0.75);
}

.hover\:border-l-teal-100\/80:hover {
  border-left-color: rgb(204 251 241 / 0.8);
}

.hover\:border-l-teal-100\/90:hover {
  border-left-color: rgb(204 251 241 / 0.9);
}

.hover\:border-l-teal-100\/95:hover {
  border-left-color: rgb(204 251 241 / 0.95);
}

.hover\:border-l-teal-200:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(153 246 228 / var(--tw-border-opacity));
}

.hover\:border-l-teal-200\/0:hover {
  border-left-color: rgb(153 246 228 / 0);
}

.hover\:border-l-teal-200\/10:hover {
  border-left-color: rgb(153 246 228 / 0.1);
}

.hover\:border-l-teal-200\/100:hover {
  border-left-color: rgb(153 246 228 / 1);
}

.hover\:border-l-teal-200\/20:hover {
  border-left-color: rgb(153 246 228 / 0.2);
}

.hover\:border-l-teal-200\/25:hover {
  border-left-color: rgb(153 246 228 / 0.25);
}

.hover\:border-l-teal-200\/30:hover {
  border-left-color: rgb(153 246 228 / 0.3);
}

.hover\:border-l-teal-200\/40:hover {
  border-left-color: rgb(153 246 228 / 0.4);
}

.hover\:border-l-teal-200\/5:hover {
  border-left-color: rgb(153 246 228 / 0.05);
}

.hover\:border-l-teal-200\/50:hover {
  border-left-color: rgb(153 246 228 / 0.5);
}

.hover\:border-l-teal-200\/60:hover {
  border-left-color: rgb(153 246 228 / 0.6);
}

.hover\:border-l-teal-200\/70:hover {
  border-left-color: rgb(153 246 228 / 0.7);
}

.hover\:border-l-teal-200\/75:hover {
  border-left-color: rgb(153 246 228 / 0.75);
}

.hover\:border-l-teal-200\/80:hover {
  border-left-color: rgb(153 246 228 / 0.8);
}

.hover\:border-l-teal-200\/90:hover {
  border-left-color: rgb(153 246 228 / 0.9);
}

.hover\:border-l-teal-200\/95:hover {
  border-left-color: rgb(153 246 228 / 0.95);
}

.hover\:border-l-teal-300:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(94 234 212 / var(--tw-border-opacity));
}

.hover\:border-l-teal-300\/0:hover {
  border-left-color: rgb(94 234 212 / 0);
}

.hover\:border-l-teal-300\/10:hover {
  border-left-color: rgb(94 234 212 / 0.1);
}

.hover\:border-l-teal-300\/100:hover {
  border-left-color: rgb(94 234 212 / 1);
}

.hover\:border-l-teal-300\/20:hover {
  border-left-color: rgb(94 234 212 / 0.2);
}

.hover\:border-l-teal-300\/25:hover {
  border-left-color: rgb(94 234 212 / 0.25);
}

.hover\:border-l-teal-300\/30:hover {
  border-left-color: rgb(94 234 212 / 0.3);
}

.hover\:border-l-teal-300\/40:hover {
  border-left-color: rgb(94 234 212 / 0.4);
}

.hover\:border-l-teal-300\/5:hover {
  border-left-color: rgb(94 234 212 / 0.05);
}

.hover\:border-l-teal-300\/50:hover {
  border-left-color: rgb(94 234 212 / 0.5);
}

.hover\:border-l-teal-300\/60:hover {
  border-left-color: rgb(94 234 212 / 0.6);
}

.hover\:border-l-teal-300\/70:hover {
  border-left-color: rgb(94 234 212 / 0.7);
}

.hover\:border-l-teal-300\/75:hover {
  border-left-color: rgb(94 234 212 / 0.75);
}

.hover\:border-l-teal-300\/80:hover {
  border-left-color: rgb(94 234 212 / 0.8);
}

.hover\:border-l-teal-300\/90:hover {
  border-left-color: rgb(94 234 212 / 0.9);
}

.hover\:border-l-teal-300\/95:hover {
  border-left-color: rgb(94 234 212 / 0.95);
}

.hover\:border-l-teal-400:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(45 212 191 / var(--tw-border-opacity));
}

.hover\:border-l-teal-400\/0:hover {
  border-left-color: rgb(45 212 191 / 0);
}

.hover\:border-l-teal-400\/10:hover {
  border-left-color: rgb(45 212 191 / 0.1);
}

.hover\:border-l-teal-400\/100:hover {
  border-left-color: rgb(45 212 191 / 1);
}

.hover\:border-l-teal-400\/20:hover {
  border-left-color: rgb(45 212 191 / 0.2);
}

.hover\:border-l-teal-400\/25:hover {
  border-left-color: rgb(45 212 191 / 0.25);
}

.hover\:border-l-teal-400\/30:hover {
  border-left-color: rgb(45 212 191 / 0.3);
}

.hover\:border-l-teal-400\/40:hover {
  border-left-color: rgb(45 212 191 / 0.4);
}

.hover\:border-l-teal-400\/5:hover {
  border-left-color: rgb(45 212 191 / 0.05);
}

.hover\:border-l-teal-400\/50:hover {
  border-left-color: rgb(45 212 191 / 0.5);
}

.hover\:border-l-teal-400\/60:hover {
  border-left-color: rgb(45 212 191 / 0.6);
}

.hover\:border-l-teal-400\/70:hover {
  border-left-color: rgb(45 212 191 / 0.7);
}

.hover\:border-l-teal-400\/75:hover {
  border-left-color: rgb(45 212 191 / 0.75);
}

.hover\:border-l-teal-400\/80:hover {
  border-left-color: rgb(45 212 191 / 0.8);
}

.hover\:border-l-teal-400\/90:hover {
  border-left-color: rgb(45 212 191 / 0.9);
}

.hover\:border-l-teal-400\/95:hover {
  border-left-color: rgb(45 212 191 / 0.95);
}

.hover\:border-l-teal-50:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(240 253 250 / var(--tw-border-opacity));
}

.hover\:border-l-teal-50\/0:hover {
  border-left-color: rgb(240 253 250 / 0);
}

.hover\:border-l-teal-50\/10:hover {
  border-left-color: rgb(240 253 250 / 0.1);
}

.hover\:border-l-teal-50\/100:hover {
  border-left-color: rgb(240 253 250 / 1);
}

.hover\:border-l-teal-50\/20:hover {
  border-left-color: rgb(240 253 250 / 0.2);
}

.hover\:border-l-teal-50\/25:hover {
  border-left-color: rgb(240 253 250 / 0.25);
}

.hover\:border-l-teal-50\/30:hover {
  border-left-color: rgb(240 253 250 / 0.3);
}

.hover\:border-l-teal-50\/40:hover {
  border-left-color: rgb(240 253 250 / 0.4);
}

.hover\:border-l-teal-50\/5:hover {
  border-left-color: rgb(240 253 250 / 0.05);
}

.hover\:border-l-teal-50\/50:hover {
  border-left-color: rgb(240 253 250 / 0.5);
}

.hover\:border-l-teal-50\/60:hover {
  border-left-color: rgb(240 253 250 / 0.6);
}

.hover\:border-l-teal-50\/70:hover {
  border-left-color: rgb(240 253 250 / 0.7);
}

.hover\:border-l-teal-50\/75:hover {
  border-left-color: rgb(240 253 250 / 0.75);
}

.hover\:border-l-teal-50\/80:hover {
  border-left-color: rgb(240 253 250 / 0.8);
}

.hover\:border-l-teal-50\/90:hover {
  border-left-color: rgb(240 253 250 / 0.9);
}

.hover\:border-l-teal-50\/95:hover {
  border-left-color: rgb(240 253 250 / 0.95);
}

.hover\:border-l-teal-500:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(20 184 166 / var(--tw-border-opacity));
}

.hover\:border-l-teal-500\/0:hover {
  border-left-color: rgb(20 184 166 / 0);
}

.hover\:border-l-teal-500\/10:hover {
  border-left-color: rgb(20 184 166 / 0.1);
}

.hover\:border-l-teal-500\/100:hover {
  border-left-color: rgb(20 184 166 / 1);
}

.hover\:border-l-teal-500\/20:hover {
  border-left-color: rgb(20 184 166 / 0.2);
}

.hover\:border-l-teal-500\/25:hover {
  border-left-color: rgb(20 184 166 / 0.25);
}

.hover\:border-l-teal-500\/30:hover {
  border-left-color: rgb(20 184 166 / 0.3);
}

.hover\:border-l-teal-500\/40:hover {
  border-left-color: rgb(20 184 166 / 0.4);
}

.hover\:border-l-teal-500\/5:hover {
  border-left-color: rgb(20 184 166 / 0.05);
}

.hover\:border-l-teal-500\/50:hover {
  border-left-color: rgb(20 184 166 / 0.5);
}

.hover\:border-l-teal-500\/60:hover {
  border-left-color: rgb(20 184 166 / 0.6);
}

.hover\:border-l-teal-500\/70:hover {
  border-left-color: rgb(20 184 166 / 0.7);
}

.hover\:border-l-teal-500\/75:hover {
  border-left-color: rgb(20 184 166 / 0.75);
}

.hover\:border-l-teal-500\/80:hover {
  border-left-color: rgb(20 184 166 / 0.8);
}

.hover\:border-l-teal-500\/90:hover {
  border-left-color: rgb(20 184 166 / 0.9);
}

.hover\:border-l-teal-500\/95:hover {
  border-left-color: rgb(20 184 166 / 0.95);
}

.hover\:border-l-teal-600:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(13 148 136 / var(--tw-border-opacity));
}

.hover\:border-l-teal-600\/0:hover {
  border-left-color: rgb(13 148 136 / 0);
}

.hover\:border-l-teal-600\/10:hover {
  border-left-color: rgb(13 148 136 / 0.1);
}

.hover\:border-l-teal-600\/100:hover {
  border-left-color: rgb(13 148 136 / 1);
}

.hover\:border-l-teal-600\/20:hover {
  border-left-color: rgb(13 148 136 / 0.2);
}

.hover\:border-l-teal-600\/25:hover {
  border-left-color: rgb(13 148 136 / 0.25);
}

.hover\:border-l-teal-600\/30:hover {
  border-left-color: rgb(13 148 136 / 0.3);
}

.hover\:border-l-teal-600\/40:hover {
  border-left-color: rgb(13 148 136 / 0.4);
}

.hover\:border-l-teal-600\/5:hover {
  border-left-color: rgb(13 148 136 / 0.05);
}

.hover\:border-l-teal-600\/50:hover {
  border-left-color: rgb(13 148 136 / 0.5);
}

.hover\:border-l-teal-600\/60:hover {
  border-left-color: rgb(13 148 136 / 0.6);
}

.hover\:border-l-teal-600\/70:hover {
  border-left-color: rgb(13 148 136 / 0.7);
}

.hover\:border-l-teal-600\/75:hover {
  border-left-color: rgb(13 148 136 / 0.75);
}

.hover\:border-l-teal-600\/80:hover {
  border-left-color: rgb(13 148 136 / 0.8);
}

.hover\:border-l-teal-600\/90:hover {
  border-left-color: rgb(13 148 136 / 0.9);
}

.hover\:border-l-teal-600\/95:hover {
  border-left-color: rgb(13 148 136 / 0.95);
}

.hover\:border-l-teal-700:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(15 118 110 / var(--tw-border-opacity));
}

.hover\:border-l-teal-700\/0:hover {
  border-left-color: rgb(15 118 110 / 0);
}

.hover\:border-l-teal-700\/10:hover {
  border-left-color: rgb(15 118 110 / 0.1);
}

.hover\:border-l-teal-700\/100:hover {
  border-left-color: rgb(15 118 110 / 1);
}

.hover\:border-l-teal-700\/20:hover {
  border-left-color: rgb(15 118 110 / 0.2);
}

.hover\:border-l-teal-700\/25:hover {
  border-left-color: rgb(15 118 110 / 0.25);
}

.hover\:border-l-teal-700\/30:hover {
  border-left-color: rgb(15 118 110 / 0.3);
}

.hover\:border-l-teal-700\/40:hover {
  border-left-color: rgb(15 118 110 / 0.4);
}

.hover\:border-l-teal-700\/5:hover {
  border-left-color: rgb(15 118 110 / 0.05);
}

.hover\:border-l-teal-700\/50:hover {
  border-left-color: rgb(15 118 110 / 0.5);
}

.hover\:border-l-teal-700\/60:hover {
  border-left-color: rgb(15 118 110 / 0.6);
}

.hover\:border-l-teal-700\/70:hover {
  border-left-color: rgb(15 118 110 / 0.7);
}

.hover\:border-l-teal-700\/75:hover {
  border-left-color: rgb(15 118 110 / 0.75);
}

.hover\:border-l-teal-700\/80:hover {
  border-left-color: rgb(15 118 110 / 0.8);
}

.hover\:border-l-teal-700\/90:hover {
  border-left-color: rgb(15 118 110 / 0.9);
}

.hover\:border-l-teal-700\/95:hover {
  border-left-color: rgb(15 118 110 / 0.95);
}

.hover\:border-l-teal-800:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(17 94 89 / var(--tw-border-opacity));
}

.hover\:border-l-teal-800\/0:hover {
  border-left-color: rgb(17 94 89 / 0);
}

.hover\:border-l-teal-800\/10:hover {
  border-left-color: rgb(17 94 89 / 0.1);
}

.hover\:border-l-teal-800\/100:hover {
  border-left-color: rgb(17 94 89 / 1);
}

.hover\:border-l-teal-800\/20:hover {
  border-left-color: rgb(17 94 89 / 0.2);
}

.hover\:border-l-teal-800\/25:hover {
  border-left-color: rgb(17 94 89 / 0.25);
}

.hover\:border-l-teal-800\/30:hover {
  border-left-color: rgb(17 94 89 / 0.3);
}

.hover\:border-l-teal-800\/40:hover {
  border-left-color: rgb(17 94 89 / 0.4);
}

.hover\:border-l-teal-800\/5:hover {
  border-left-color: rgb(17 94 89 / 0.05);
}

.hover\:border-l-teal-800\/50:hover {
  border-left-color: rgb(17 94 89 / 0.5);
}

.hover\:border-l-teal-800\/60:hover {
  border-left-color: rgb(17 94 89 / 0.6);
}

.hover\:border-l-teal-800\/70:hover {
  border-left-color: rgb(17 94 89 / 0.7);
}

.hover\:border-l-teal-800\/75:hover {
  border-left-color: rgb(17 94 89 / 0.75);
}

.hover\:border-l-teal-800\/80:hover {
  border-left-color: rgb(17 94 89 / 0.8);
}

.hover\:border-l-teal-800\/90:hover {
  border-left-color: rgb(17 94 89 / 0.9);
}

.hover\:border-l-teal-800\/95:hover {
  border-left-color: rgb(17 94 89 / 0.95);
}

.hover\:border-l-teal-900:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(19 78 74 / var(--tw-border-opacity));
}

.hover\:border-l-teal-900\/0:hover {
  border-left-color: rgb(19 78 74 / 0);
}

.hover\:border-l-teal-900\/10:hover {
  border-left-color: rgb(19 78 74 / 0.1);
}

.hover\:border-l-teal-900\/100:hover {
  border-left-color: rgb(19 78 74 / 1);
}

.hover\:border-l-teal-900\/20:hover {
  border-left-color: rgb(19 78 74 / 0.2);
}

.hover\:border-l-teal-900\/25:hover {
  border-left-color: rgb(19 78 74 / 0.25);
}

.hover\:border-l-teal-900\/30:hover {
  border-left-color: rgb(19 78 74 / 0.3);
}

.hover\:border-l-teal-900\/40:hover {
  border-left-color: rgb(19 78 74 / 0.4);
}

.hover\:border-l-teal-900\/5:hover {
  border-left-color: rgb(19 78 74 / 0.05);
}

.hover\:border-l-teal-900\/50:hover {
  border-left-color: rgb(19 78 74 / 0.5);
}

.hover\:border-l-teal-900\/60:hover {
  border-left-color: rgb(19 78 74 / 0.6);
}

.hover\:border-l-teal-900\/70:hover {
  border-left-color: rgb(19 78 74 / 0.7);
}

.hover\:border-l-teal-900\/75:hover {
  border-left-color: rgb(19 78 74 / 0.75);
}

.hover\:border-l-teal-900\/80:hover {
  border-left-color: rgb(19 78 74 / 0.8);
}

.hover\:border-l-teal-900\/90:hover {
  border-left-color: rgb(19 78 74 / 0.9);
}

.hover\:border-l-teal-900\/95:hover {
  border-left-color: rgb(19 78 74 / 0.95);
}

.hover\:border-l-teal-950:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(4 47 46 / var(--tw-border-opacity));
}

.hover\:border-l-teal-950\/0:hover {
  border-left-color: rgb(4 47 46 / 0);
}

.hover\:border-l-teal-950\/10:hover {
  border-left-color: rgb(4 47 46 / 0.1);
}

.hover\:border-l-teal-950\/100:hover {
  border-left-color: rgb(4 47 46 / 1);
}

.hover\:border-l-teal-950\/20:hover {
  border-left-color: rgb(4 47 46 / 0.2);
}

.hover\:border-l-teal-950\/25:hover {
  border-left-color: rgb(4 47 46 / 0.25);
}

.hover\:border-l-teal-950\/30:hover {
  border-left-color: rgb(4 47 46 / 0.3);
}

.hover\:border-l-teal-950\/40:hover {
  border-left-color: rgb(4 47 46 / 0.4);
}

.hover\:border-l-teal-950\/5:hover {
  border-left-color: rgb(4 47 46 / 0.05);
}

.hover\:border-l-teal-950\/50:hover {
  border-left-color: rgb(4 47 46 / 0.5);
}

.hover\:border-l-teal-950\/60:hover {
  border-left-color: rgb(4 47 46 / 0.6);
}

.hover\:border-l-teal-950\/70:hover {
  border-left-color: rgb(4 47 46 / 0.7);
}

.hover\:border-l-teal-950\/75:hover {
  border-left-color: rgb(4 47 46 / 0.75);
}

.hover\:border-l-teal-950\/80:hover {
  border-left-color: rgb(4 47 46 / 0.8);
}

.hover\:border-l-teal-950\/90:hover {
  border-left-color: rgb(4 47 46 / 0.9);
}

.hover\:border-l-teal-950\/95:hover {
  border-left-color: rgb(4 47 46 / 0.95);
}

.hover\:border-l-transparent:hover {
  border-left-color: transparent;
}

.hover\:border-l-transparent\/0:hover {
  border-left-color: rgb(0 0 0 / 0);
}

.hover\:border-l-transparent\/10:hover {
  border-left-color: rgb(0 0 0 / 0.1);
}

.hover\:border-l-transparent\/100:hover {
  border-left-color: rgb(0 0 0 / 1);
}

.hover\:border-l-transparent\/20:hover {
  border-left-color: rgb(0 0 0 / 0.2);
}

.hover\:border-l-transparent\/25:hover {
  border-left-color: rgb(0 0 0 / 0.25);
}

.hover\:border-l-transparent\/30:hover {
  border-left-color: rgb(0 0 0 / 0.3);
}

.hover\:border-l-transparent\/40:hover {
  border-left-color: rgb(0 0 0 / 0.4);
}

.hover\:border-l-transparent\/5:hover {
  border-left-color: rgb(0 0 0 / 0.05);
}

.hover\:border-l-transparent\/50:hover {
  border-left-color: rgb(0 0 0 / 0.5);
}

.hover\:border-l-transparent\/60:hover {
  border-left-color: rgb(0 0 0 / 0.6);
}

.hover\:border-l-transparent\/70:hover {
  border-left-color: rgb(0 0 0 / 0.7);
}

.hover\:border-l-transparent\/75:hover {
  border-left-color: rgb(0 0 0 / 0.75);
}

.hover\:border-l-transparent\/80:hover {
  border-left-color: rgb(0 0 0 / 0.8);
}

.hover\:border-l-transparent\/90:hover {
  border-left-color: rgb(0 0 0 / 0.9);
}

.hover\:border-l-transparent\/95:hover {
  border-left-color: rgb(0 0 0 / 0.95);
}

.hover\:border-l-tykhe-digital:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(239 156 131 / var(--tw-border-opacity));
}

.hover\:border-l-tykhe-digital-alt:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 239 224 / var(--tw-border-opacity));
}

.hover\:border-l-tykhe-digital-alt\/0:hover {
  border-left-color: rgb(245 239 224 / 0);
}

.hover\:border-l-tykhe-digital-alt\/10:hover {
  border-left-color: rgb(245 239 224 / 0.1);
}

.hover\:border-l-tykhe-digital-alt\/100:hover {
  border-left-color: rgb(245 239 224 / 1);
}

.hover\:border-l-tykhe-digital-alt\/20:hover {
  border-left-color: rgb(245 239 224 / 0.2);
}

.hover\:border-l-tykhe-digital-alt\/25:hover {
  border-left-color: rgb(245 239 224 / 0.25);
}

.hover\:border-l-tykhe-digital-alt\/30:hover {
  border-left-color: rgb(245 239 224 / 0.3);
}

.hover\:border-l-tykhe-digital-alt\/40:hover {
  border-left-color: rgb(245 239 224 / 0.4);
}

.hover\:border-l-tykhe-digital-alt\/5:hover {
  border-left-color: rgb(245 239 224 / 0.05);
}

.hover\:border-l-tykhe-digital-alt\/50:hover {
  border-left-color: rgb(245 239 224 / 0.5);
}

.hover\:border-l-tykhe-digital-alt\/60:hover {
  border-left-color: rgb(245 239 224 / 0.6);
}

.hover\:border-l-tykhe-digital-alt\/70:hover {
  border-left-color: rgb(245 239 224 / 0.7);
}

.hover\:border-l-tykhe-digital-alt\/75:hover {
  border-left-color: rgb(245 239 224 / 0.75);
}

.hover\:border-l-tykhe-digital-alt\/80:hover {
  border-left-color: rgb(245 239 224 / 0.8);
}

.hover\:border-l-tykhe-digital-alt\/90:hover {
  border-left-color: rgb(245 239 224 / 0.9);
}

.hover\:border-l-tykhe-digital-alt\/95:hover {
  border-left-color: rgb(245 239 224 / 0.95);
}

.hover\:border-l-tykhe-digital-alt2:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 58 111 / var(--tw-border-opacity));
}

.hover\:border-l-tykhe-digital-alt2\/0:hover {
  border-left-color: rgb(255 58 111 / 0);
}

.hover\:border-l-tykhe-digital-alt2\/10:hover {
  border-left-color: rgb(255 58 111 / 0.1);
}

.hover\:border-l-tykhe-digital-alt2\/100:hover {
  border-left-color: rgb(255 58 111 / 1);
}

.hover\:border-l-tykhe-digital-alt2\/20:hover {
  border-left-color: rgb(255 58 111 / 0.2);
}

.hover\:border-l-tykhe-digital-alt2\/25:hover {
  border-left-color: rgb(255 58 111 / 0.25);
}

.hover\:border-l-tykhe-digital-alt2\/30:hover {
  border-left-color: rgb(255 58 111 / 0.3);
}

.hover\:border-l-tykhe-digital-alt2\/40:hover {
  border-left-color: rgb(255 58 111 / 0.4);
}

.hover\:border-l-tykhe-digital-alt2\/5:hover {
  border-left-color: rgb(255 58 111 / 0.05);
}

.hover\:border-l-tykhe-digital-alt2\/50:hover {
  border-left-color: rgb(255 58 111 / 0.5);
}

.hover\:border-l-tykhe-digital-alt2\/60:hover {
  border-left-color: rgb(255 58 111 / 0.6);
}

.hover\:border-l-tykhe-digital-alt2\/70:hover {
  border-left-color: rgb(255 58 111 / 0.7);
}

.hover\:border-l-tykhe-digital-alt2\/75:hover {
  border-left-color: rgb(255 58 111 / 0.75);
}

.hover\:border-l-tykhe-digital-alt2\/80:hover {
  border-left-color: rgb(255 58 111 / 0.8);
}

.hover\:border-l-tykhe-digital-alt2\/90:hover {
  border-left-color: rgb(255 58 111 / 0.9);
}

.hover\:border-l-tykhe-digital-alt2\/95:hover {
  border-left-color: rgb(255 58 111 / 0.95);
}

.hover\:border-l-tykhe-digital-alt3:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(131 214 239 / var(--tw-border-opacity));
}

.hover\:border-l-tykhe-digital-alt3\/0:hover {
  border-left-color: rgb(131 214 239 / 0);
}

.hover\:border-l-tykhe-digital-alt3\/10:hover {
  border-left-color: rgb(131 214 239 / 0.1);
}

.hover\:border-l-tykhe-digital-alt3\/100:hover {
  border-left-color: rgb(131 214 239 / 1);
}

.hover\:border-l-tykhe-digital-alt3\/20:hover {
  border-left-color: rgb(131 214 239 / 0.2);
}

.hover\:border-l-tykhe-digital-alt3\/25:hover {
  border-left-color: rgb(131 214 239 / 0.25);
}

.hover\:border-l-tykhe-digital-alt3\/30:hover {
  border-left-color: rgb(131 214 239 / 0.3);
}

.hover\:border-l-tykhe-digital-alt3\/40:hover {
  border-left-color: rgb(131 214 239 / 0.4);
}

.hover\:border-l-tykhe-digital-alt3\/5:hover {
  border-left-color: rgb(131 214 239 / 0.05);
}

.hover\:border-l-tykhe-digital-alt3\/50:hover {
  border-left-color: rgb(131 214 239 / 0.5);
}

.hover\:border-l-tykhe-digital-alt3\/60:hover {
  border-left-color: rgb(131 214 239 / 0.6);
}

.hover\:border-l-tykhe-digital-alt3\/70:hover {
  border-left-color: rgb(131 214 239 / 0.7);
}

.hover\:border-l-tykhe-digital-alt3\/75:hover {
  border-left-color: rgb(131 214 239 / 0.75);
}

.hover\:border-l-tykhe-digital-alt3\/80:hover {
  border-left-color: rgb(131 214 239 / 0.8);
}

.hover\:border-l-tykhe-digital-alt3\/90:hover {
  border-left-color: rgb(131 214 239 / 0.9);
}

.hover\:border-l-tykhe-digital-alt3\/95:hover {
  border-left-color: rgb(131 214 239 / 0.95);
}

.hover\:border-l-tykhe-digital\/0:hover {
  border-left-color: rgb(239 156 131 / 0);
}

.hover\:border-l-tykhe-digital\/10:hover {
  border-left-color: rgb(239 156 131 / 0.1);
}

.hover\:border-l-tykhe-digital\/100:hover {
  border-left-color: rgb(239 156 131 / 1);
}

.hover\:border-l-tykhe-digital\/20:hover {
  border-left-color: rgb(239 156 131 / 0.2);
}

.hover\:border-l-tykhe-digital\/25:hover {
  border-left-color: rgb(239 156 131 / 0.25);
}

.hover\:border-l-tykhe-digital\/30:hover {
  border-left-color: rgb(239 156 131 / 0.3);
}

.hover\:border-l-tykhe-digital\/40:hover {
  border-left-color: rgb(239 156 131 / 0.4);
}

.hover\:border-l-tykhe-digital\/5:hover {
  border-left-color: rgb(239 156 131 / 0.05);
}

.hover\:border-l-tykhe-digital\/50:hover {
  border-left-color: rgb(239 156 131 / 0.5);
}

.hover\:border-l-tykhe-digital\/60:hover {
  border-left-color: rgb(239 156 131 / 0.6);
}

.hover\:border-l-tykhe-digital\/70:hover {
  border-left-color: rgb(239 156 131 / 0.7);
}

.hover\:border-l-tykhe-digital\/75:hover {
  border-left-color: rgb(239 156 131 / 0.75);
}

.hover\:border-l-tykhe-digital\/80:hover {
  border-left-color: rgb(239 156 131 / 0.8);
}

.hover\:border-l-tykhe-digital\/90:hover {
  border-left-color: rgb(239 156 131 / 0.9);
}

.hover\:border-l-tykhe-digital\/95:hover {
  border-left-color: rgb(239 156 131 / 0.95);
}

.hover\:border-l-violet-100:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(237 233 254 / var(--tw-border-opacity));
}

.hover\:border-l-violet-100\/0:hover {
  border-left-color: rgb(237 233 254 / 0);
}

.hover\:border-l-violet-100\/10:hover {
  border-left-color: rgb(237 233 254 / 0.1);
}

.hover\:border-l-violet-100\/100:hover {
  border-left-color: rgb(237 233 254 / 1);
}

.hover\:border-l-violet-100\/20:hover {
  border-left-color: rgb(237 233 254 / 0.2);
}

.hover\:border-l-violet-100\/25:hover {
  border-left-color: rgb(237 233 254 / 0.25);
}

.hover\:border-l-violet-100\/30:hover {
  border-left-color: rgb(237 233 254 / 0.3);
}

.hover\:border-l-violet-100\/40:hover {
  border-left-color: rgb(237 233 254 / 0.4);
}

.hover\:border-l-violet-100\/5:hover {
  border-left-color: rgb(237 233 254 / 0.05);
}

.hover\:border-l-violet-100\/50:hover {
  border-left-color: rgb(237 233 254 / 0.5);
}

.hover\:border-l-violet-100\/60:hover {
  border-left-color: rgb(237 233 254 / 0.6);
}

.hover\:border-l-violet-100\/70:hover {
  border-left-color: rgb(237 233 254 / 0.7);
}

.hover\:border-l-violet-100\/75:hover {
  border-left-color: rgb(237 233 254 / 0.75);
}

.hover\:border-l-violet-100\/80:hover {
  border-left-color: rgb(237 233 254 / 0.8);
}

.hover\:border-l-violet-100\/90:hover {
  border-left-color: rgb(237 233 254 / 0.9);
}

.hover\:border-l-violet-100\/95:hover {
  border-left-color: rgb(237 233 254 / 0.95);
}

.hover\:border-l-violet-200:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(221 214 254 / var(--tw-border-opacity));
}

.hover\:border-l-violet-200\/0:hover {
  border-left-color: rgb(221 214 254 / 0);
}

.hover\:border-l-violet-200\/10:hover {
  border-left-color: rgb(221 214 254 / 0.1);
}

.hover\:border-l-violet-200\/100:hover {
  border-left-color: rgb(221 214 254 / 1);
}

.hover\:border-l-violet-200\/20:hover {
  border-left-color: rgb(221 214 254 / 0.2);
}

.hover\:border-l-violet-200\/25:hover {
  border-left-color: rgb(221 214 254 / 0.25);
}

.hover\:border-l-violet-200\/30:hover {
  border-left-color: rgb(221 214 254 / 0.3);
}

.hover\:border-l-violet-200\/40:hover {
  border-left-color: rgb(221 214 254 / 0.4);
}

.hover\:border-l-violet-200\/5:hover {
  border-left-color: rgb(221 214 254 / 0.05);
}

.hover\:border-l-violet-200\/50:hover {
  border-left-color: rgb(221 214 254 / 0.5);
}

.hover\:border-l-violet-200\/60:hover {
  border-left-color: rgb(221 214 254 / 0.6);
}

.hover\:border-l-violet-200\/70:hover {
  border-left-color: rgb(221 214 254 / 0.7);
}

.hover\:border-l-violet-200\/75:hover {
  border-left-color: rgb(221 214 254 / 0.75);
}

.hover\:border-l-violet-200\/80:hover {
  border-left-color: rgb(221 214 254 / 0.8);
}

.hover\:border-l-violet-200\/90:hover {
  border-left-color: rgb(221 214 254 / 0.9);
}

.hover\:border-l-violet-200\/95:hover {
  border-left-color: rgb(221 214 254 / 0.95);
}

.hover\:border-l-violet-300:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(196 181 253 / var(--tw-border-opacity));
}

.hover\:border-l-violet-300\/0:hover {
  border-left-color: rgb(196 181 253 / 0);
}

.hover\:border-l-violet-300\/10:hover {
  border-left-color: rgb(196 181 253 / 0.1);
}

.hover\:border-l-violet-300\/100:hover {
  border-left-color: rgb(196 181 253 / 1);
}

.hover\:border-l-violet-300\/20:hover {
  border-left-color: rgb(196 181 253 / 0.2);
}

.hover\:border-l-violet-300\/25:hover {
  border-left-color: rgb(196 181 253 / 0.25);
}

.hover\:border-l-violet-300\/30:hover {
  border-left-color: rgb(196 181 253 / 0.3);
}

.hover\:border-l-violet-300\/40:hover {
  border-left-color: rgb(196 181 253 / 0.4);
}

.hover\:border-l-violet-300\/5:hover {
  border-left-color: rgb(196 181 253 / 0.05);
}

.hover\:border-l-violet-300\/50:hover {
  border-left-color: rgb(196 181 253 / 0.5);
}

.hover\:border-l-violet-300\/60:hover {
  border-left-color: rgb(196 181 253 / 0.6);
}

.hover\:border-l-violet-300\/70:hover {
  border-left-color: rgb(196 181 253 / 0.7);
}

.hover\:border-l-violet-300\/75:hover {
  border-left-color: rgb(196 181 253 / 0.75);
}

.hover\:border-l-violet-300\/80:hover {
  border-left-color: rgb(196 181 253 / 0.8);
}

.hover\:border-l-violet-300\/90:hover {
  border-left-color: rgb(196 181 253 / 0.9);
}

.hover\:border-l-violet-300\/95:hover {
  border-left-color: rgb(196 181 253 / 0.95);
}

.hover\:border-l-violet-400:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(167 139 250 / var(--tw-border-opacity));
}

.hover\:border-l-violet-400\/0:hover {
  border-left-color: rgb(167 139 250 / 0);
}

.hover\:border-l-violet-400\/10:hover {
  border-left-color: rgb(167 139 250 / 0.1);
}

.hover\:border-l-violet-400\/100:hover {
  border-left-color: rgb(167 139 250 / 1);
}

.hover\:border-l-violet-400\/20:hover {
  border-left-color: rgb(167 139 250 / 0.2);
}

.hover\:border-l-violet-400\/25:hover {
  border-left-color: rgb(167 139 250 / 0.25);
}

.hover\:border-l-violet-400\/30:hover {
  border-left-color: rgb(167 139 250 / 0.3);
}

.hover\:border-l-violet-400\/40:hover {
  border-left-color: rgb(167 139 250 / 0.4);
}

.hover\:border-l-violet-400\/5:hover {
  border-left-color: rgb(167 139 250 / 0.05);
}

.hover\:border-l-violet-400\/50:hover {
  border-left-color: rgb(167 139 250 / 0.5);
}

.hover\:border-l-violet-400\/60:hover {
  border-left-color: rgb(167 139 250 / 0.6);
}

.hover\:border-l-violet-400\/70:hover {
  border-left-color: rgb(167 139 250 / 0.7);
}

.hover\:border-l-violet-400\/75:hover {
  border-left-color: rgb(167 139 250 / 0.75);
}

.hover\:border-l-violet-400\/80:hover {
  border-left-color: rgb(167 139 250 / 0.8);
}

.hover\:border-l-violet-400\/90:hover {
  border-left-color: rgb(167 139 250 / 0.9);
}

.hover\:border-l-violet-400\/95:hover {
  border-left-color: rgb(167 139 250 / 0.95);
}

.hover\:border-l-violet-50:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 243 255 / var(--tw-border-opacity));
}

.hover\:border-l-violet-50\/0:hover {
  border-left-color: rgb(245 243 255 / 0);
}

.hover\:border-l-violet-50\/10:hover {
  border-left-color: rgb(245 243 255 / 0.1);
}

.hover\:border-l-violet-50\/100:hover {
  border-left-color: rgb(245 243 255 / 1);
}

.hover\:border-l-violet-50\/20:hover {
  border-left-color: rgb(245 243 255 / 0.2);
}

.hover\:border-l-violet-50\/25:hover {
  border-left-color: rgb(245 243 255 / 0.25);
}

.hover\:border-l-violet-50\/30:hover {
  border-left-color: rgb(245 243 255 / 0.3);
}

.hover\:border-l-violet-50\/40:hover {
  border-left-color: rgb(245 243 255 / 0.4);
}

.hover\:border-l-violet-50\/5:hover {
  border-left-color: rgb(245 243 255 / 0.05);
}

.hover\:border-l-violet-50\/50:hover {
  border-left-color: rgb(245 243 255 / 0.5);
}

.hover\:border-l-violet-50\/60:hover {
  border-left-color: rgb(245 243 255 / 0.6);
}

.hover\:border-l-violet-50\/70:hover {
  border-left-color: rgb(245 243 255 / 0.7);
}

.hover\:border-l-violet-50\/75:hover {
  border-left-color: rgb(245 243 255 / 0.75);
}

.hover\:border-l-violet-50\/80:hover {
  border-left-color: rgb(245 243 255 / 0.8);
}

.hover\:border-l-violet-50\/90:hover {
  border-left-color: rgb(245 243 255 / 0.9);
}

.hover\:border-l-violet-50\/95:hover {
  border-left-color: rgb(245 243 255 / 0.95);
}

.hover\:border-l-violet-500:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(139 92 246 / var(--tw-border-opacity));
}

.hover\:border-l-violet-500\/0:hover {
  border-left-color: rgb(139 92 246 / 0);
}

.hover\:border-l-violet-500\/10:hover {
  border-left-color: rgb(139 92 246 / 0.1);
}

.hover\:border-l-violet-500\/100:hover {
  border-left-color: rgb(139 92 246 / 1);
}

.hover\:border-l-violet-500\/20:hover {
  border-left-color: rgb(139 92 246 / 0.2);
}

.hover\:border-l-violet-500\/25:hover {
  border-left-color: rgb(139 92 246 / 0.25);
}

.hover\:border-l-violet-500\/30:hover {
  border-left-color: rgb(139 92 246 / 0.3);
}

.hover\:border-l-violet-500\/40:hover {
  border-left-color: rgb(139 92 246 / 0.4);
}

.hover\:border-l-violet-500\/5:hover {
  border-left-color: rgb(139 92 246 / 0.05);
}

.hover\:border-l-violet-500\/50:hover {
  border-left-color: rgb(139 92 246 / 0.5);
}

.hover\:border-l-violet-500\/60:hover {
  border-left-color: rgb(139 92 246 / 0.6);
}

.hover\:border-l-violet-500\/70:hover {
  border-left-color: rgb(139 92 246 / 0.7);
}

.hover\:border-l-violet-500\/75:hover {
  border-left-color: rgb(139 92 246 / 0.75);
}

.hover\:border-l-violet-500\/80:hover {
  border-left-color: rgb(139 92 246 / 0.8);
}

.hover\:border-l-violet-500\/90:hover {
  border-left-color: rgb(139 92 246 / 0.9);
}

.hover\:border-l-violet-500\/95:hover {
  border-left-color: rgb(139 92 246 / 0.95);
}

.hover\:border-l-violet-600:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(124 58 237 / var(--tw-border-opacity));
}

.hover\:border-l-violet-600\/0:hover {
  border-left-color: rgb(124 58 237 / 0);
}

.hover\:border-l-violet-600\/10:hover {
  border-left-color: rgb(124 58 237 / 0.1);
}

.hover\:border-l-violet-600\/100:hover {
  border-left-color: rgb(124 58 237 / 1);
}

.hover\:border-l-violet-600\/20:hover {
  border-left-color: rgb(124 58 237 / 0.2);
}

.hover\:border-l-violet-600\/25:hover {
  border-left-color: rgb(124 58 237 / 0.25);
}

.hover\:border-l-violet-600\/30:hover {
  border-left-color: rgb(124 58 237 / 0.3);
}

.hover\:border-l-violet-600\/40:hover {
  border-left-color: rgb(124 58 237 / 0.4);
}

.hover\:border-l-violet-600\/5:hover {
  border-left-color: rgb(124 58 237 / 0.05);
}

.hover\:border-l-violet-600\/50:hover {
  border-left-color: rgb(124 58 237 / 0.5);
}

.hover\:border-l-violet-600\/60:hover {
  border-left-color: rgb(124 58 237 / 0.6);
}

.hover\:border-l-violet-600\/70:hover {
  border-left-color: rgb(124 58 237 / 0.7);
}

.hover\:border-l-violet-600\/75:hover {
  border-left-color: rgb(124 58 237 / 0.75);
}

.hover\:border-l-violet-600\/80:hover {
  border-left-color: rgb(124 58 237 / 0.8);
}

.hover\:border-l-violet-600\/90:hover {
  border-left-color: rgb(124 58 237 / 0.9);
}

.hover\:border-l-violet-600\/95:hover {
  border-left-color: rgb(124 58 237 / 0.95);
}

.hover\:border-l-violet-700:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(109 40 217 / var(--tw-border-opacity));
}

.hover\:border-l-violet-700\/0:hover {
  border-left-color: rgb(109 40 217 / 0);
}

.hover\:border-l-violet-700\/10:hover {
  border-left-color: rgb(109 40 217 / 0.1);
}

.hover\:border-l-violet-700\/100:hover {
  border-left-color: rgb(109 40 217 / 1);
}

.hover\:border-l-violet-700\/20:hover {
  border-left-color: rgb(109 40 217 / 0.2);
}

.hover\:border-l-violet-700\/25:hover {
  border-left-color: rgb(109 40 217 / 0.25);
}

.hover\:border-l-violet-700\/30:hover {
  border-left-color: rgb(109 40 217 / 0.3);
}

.hover\:border-l-violet-700\/40:hover {
  border-left-color: rgb(109 40 217 / 0.4);
}

.hover\:border-l-violet-700\/5:hover {
  border-left-color: rgb(109 40 217 / 0.05);
}

.hover\:border-l-violet-700\/50:hover {
  border-left-color: rgb(109 40 217 / 0.5);
}

.hover\:border-l-violet-700\/60:hover {
  border-left-color: rgb(109 40 217 / 0.6);
}

.hover\:border-l-violet-700\/70:hover {
  border-left-color: rgb(109 40 217 / 0.7);
}

.hover\:border-l-violet-700\/75:hover {
  border-left-color: rgb(109 40 217 / 0.75);
}

.hover\:border-l-violet-700\/80:hover {
  border-left-color: rgb(109 40 217 / 0.8);
}

.hover\:border-l-violet-700\/90:hover {
  border-left-color: rgb(109 40 217 / 0.9);
}

.hover\:border-l-violet-700\/95:hover {
  border-left-color: rgb(109 40 217 / 0.95);
}

.hover\:border-l-violet-800:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(91 33 182 / var(--tw-border-opacity));
}

.hover\:border-l-violet-800\/0:hover {
  border-left-color: rgb(91 33 182 / 0);
}

.hover\:border-l-violet-800\/10:hover {
  border-left-color: rgb(91 33 182 / 0.1);
}

.hover\:border-l-violet-800\/100:hover {
  border-left-color: rgb(91 33 182 / 1);
}

.hover\:border-l-violet-800\/20:hover {
  border-left-color: rgb(91 33 182 / 0.2);
}

.hover\:border-l-violet-800\/25:hover {
  border-left-color: rgb(91 33 182 / 0.25);
}

.hover\:border-l-violet-800\/30:hover {
  border-left-color: rgb(91 33 182 / 0.3);
}

.hover\:border-l-violet-800\/40:hover {
  border-left-color: rgb(91 33 182 / 0.4);
}

.hover\:border-l-violet-800\/5:hover {
  border-left-color: rgb(91 33 182 / 0.05);
}

.hover\:border-l-violet-800\/50:hover {
  border-left-color: rgb(91 33 182 / 0.5);
}

.hover\:border-l-violet-800\/60:hover {
  border-left-color: rgb(91 33 182 / 0.6);
}

.hover\:border-l-violet-800\/70:hover {
  border-left-color: rgb(91 33 182 / 0.7);
}

.hover\:border-l-violet-800\/75:hover {
  border-left-color: rgb(91 33 182 / 0.75);
}

.hover\:border-l-violet-800\/80:hover {
  border-left-color: rgb(91 33 182 / 0.8);
}

.hover\:border-l-violet-800\/90:hover {
  border-left-color: rgb(91 33 182 / 0.9);
}

.hover\:border-l-violet-800\/95:hover {
  border-left-color: rgb(91 33 182 / 0.95);
}

.hover\:border-l-violet-900:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(76 29 149 / var(--tw-border-opacity));
}

.hover\:border-l-violet-900\/0:hover {
  border-left-color: rgb(76 29 149 / 0);
}

.hover\:border-l-violet-900\/10:hover {
  border-left-color: rgb(76 29 149 / 0.1);
}

.hover\:border-l-violet-900\/100:hover {
  border-left-color: rgb(76 29 149 / 1);
}

.hover\:border-l-violet-900\/20:hover {
  border-left-color: rgb(76 29 149 / 0.2);
}

.hover\:border-l-violet-900\/25:hover {
  border-left-color: rgb(76 29 149 / 0.25);
}

.hover\:border-l-violet-900\/30:hover {
  border-left-color: rgb(76 29 149 / 0.3);
}

.hover\:border-l-violet-900\/40:hover {
  border-left-color: rgb(76 29 149 / 0.4);
}

.hover\:border-l-violet-900\/5:hover {
  border-left-color: rgb(76 29 149 / 0.05);
}

.hover\:border-l-violet-900\/50:hover {
  border-left-color: rgb(76 29 149 / 0.5);
}

.hover\:border-l-violet-900\/60:hover {
  border-left-color: rgb(76 29 149 / 0.6);
}

.hover\:border-l-violet-900\/70:hover {
  border-left-color: rgb(76 29 149 / 0.7);
}

.hover\:border-l-violet-900\/75:hover {
  border-left-color: rgb(76 29 149 / 0.75);
}

.hover\:border-l-violet-900\/80:hover {
  border-left-color: rgb(76 29 149 / 0.8);
}

.hover\:border-l-violet-900\/90:hover {
  border-left-color: rgb(76 29 149 / 0.9);
}

.hover\:border-l-violet-900\/95:hover {
  border-left-color: rgb(76 29 149 / 0.95);
}

.hover\:border-l-violet-950:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(46 16 101 / var(--tw-border-opacity));
}

.hover\:border-l-violet-950\/0:hover {
  border-left-color: rgb(46 16 101 / 0);
}

.hover\:border-l-violet-950\/10:hover {
  border-left-color: rgb(46 16 101 / 0.1);
}

.hover\:border-l-violet-950\/100:hover {
  border-left-color: rgb(46 16 101 / 1);
}

.hover\:border-l-violet-950\/20:hover {
  border-left-color: rgb(46 16 101 / 0.2);
}

.hover\:border-l-violet-950\/25:hover {
  border-left-color: rgb(46 16 101 / 0.25);
}

.hover\:border-l-violet-950\/30:hover {
  border-left-color: rgb(46 16 101 / 0.3);
}

.hover\:border-l-violet-950\/40:hover {
  border-left-color: rgb(46 16 101 / 0.4);
}

.hover\:border-l-violet-950\/5:hover {
  border-left-color: rgb(46 16 101 / 0.05);
}

.hover\:border-l-violet-950\/50:hover {
  border-left-color: rgb(46 16 101 / 0.5);
}

.hover\:border-l-violet-950\/60:hover {
  border-left-color: rgb(46 16 101 / 0.6);
}

.hover\:border-l-violet-950\/70:hover {
  border-left-color: rgb(46 16 101 / 0.7);
}

.hover\:border-l-violet-950\/75:hover {
  border-left-color: rgb(46 16 101 / 0.75);
}

.hover\:border-l-violet-950\/80:hover {
  border-left-color: rgb(46 16 101 / 0.8);
}

.hover\:border-l-violet-950\/90:hover {
  border-left-color: rgb(46 16 101 / 0.9);
}

.hover\:border-l-violet-950\/95:hover {
  border-left-color: rgb(46 16 101 / 0.95);
}

.hover\:border-l-white:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.hover\:border-l-white\/0:hover {
  border-left-color: rgb(255 255 255 / 0);
}

.hover\:border-l-white\/10:hover {
  border-left-color: rgb(255 255 255 / 0.1);
}

.hover\:border-l-white\/100:hover {
  border-left-color: rgb(255 255 255 / 1);
}

.hover\:border-l-white\/20:hover {
  border-left-color: rgb(255 255 255 / 0.2);
}

.hover\:border-l-white\/25:hover {
  border-left-color: rgb(255 255 255 / 0.25);
}

.hover\:border-l-white\/30:hover {
  border-left-color: rgb(255 255 255 / 0.3);
}

.hover\:border-l-white\/40:hover {
  border-left-color: rgb(255 255 255 / 0.4);
}

.hover\:border-l-white\/5:hover {
  border-left-color: rgb(255 255 255 / 0.05);
}

.hover\:border-l-white\/50:hover {
  border-left-color: rgb(255 255 255 / 0.5);
}

.hover\:border-l-white\/60:hover {
  border-left-color: rgb(255 255 255 / 0.6);
}

.hover\:border-l-white\/70:hover {
  border-left-color: rgb(255 255 255 / 0.7);
}

.hover\:border-l-white\/75:hover {
  border-left-color: rgb(255 255 255 / 0.75);
}

.hover\:border-l-white\/80:hover {
  border-left-color: rgb(255 255 255 / 0.8);
}

.hover\:border-l-white\/90:hover {
  border-left-color: rgb(255 255 255 / 0.9);
}

.hover\:border-l-white\/95:hover {
  border-left-color: rgb(255 255 255 / 0.95);
}

.hover\:border-l-work-identity-300:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(166 235 194 / var(--tw-border-opacity));
}

.hover\:border-l-work-identity-300\/0:hover {
  border-left-color: rgb(166 235 194 / 0);
}

.hover\:border-l-work-identity-300\/10:hover {
  border-left-color: rgb(166 235 194 / 0.1);
}

.hover\:border-l-work-identity-300\/100:hover {
  border-left-color: rgb(166 235 194 / 1);
}

.hover\:border-l-work-identity-300\/20:hover {
  border-left-color: rgb(166 235 194 / 0.2);
}

.hover\:border-l-work-identity-300\/25:hover {
  border-left-color: rgb(166 235 194 / 0.25);
}

.hover\:border-l-work-identity-300\/30:hover {
  border-left-color: rgb(166 235 194 / 0.3);
}

.hover\:border-l-work-identity-300\/40:hover {
  border-left-color: rgb(166 235 194 / 0.4);
}

.hover\:border-l-work-identity-300\/5:hover {
  border-left-color: rgb(166 235 194 / 0.05);
}

.hover\:border-l-work-identity-300\/50:hover {
  border-left-color: rgb(166 235 194 / 0.5);
}

.hover\:border-l-work-identity-300\/60:hover {
  border-left-color: rgb(166 235 194 / 0.6);
}

.hover\:border-l-work-identity-300\/70:hover {
  border-left-color: rgb(166 235 194 / 0.7);
}

.hover\:border-l-work-identity-300\/75:hover {
  border-left-color: rgb(166 235 194 / 0.75);
}

.hover\:border-l-work-identity-300\/80:hover {
  border-left-color: rgb(166 235 194 / 0.8);
}

.hover\:border-l-work-identity-300\/90:hover {
  border-left-color: rgb(166 235 194 / 0.9);
}

.hover\:border-l-work-identity-300\/95:hover {
  border-left-color: rgb(166 235 194 / 0.95);
}

.hover\:border-l-work-identity-400:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(83 221 139 / var(--tw-border-opacity));
}

.hover\:border-l-work-identity-400\/0:hover {
  border-left-color: rgb(83 221 139 / 0);
}

.hover\:border-l-work-identity-400\/10:hover {
  border-left-color: rgb(83 221 139 / 0.1);
}

.hover\:border-l-work-identity-400\/100:hover {
  border-left-color: rgb(83 221 139 / 1);
}

.hover\:border-l-work-identity-400\/20:hover {
  border-left-color: rgb(83 221 139 / 0.2);
}

.hover\:border-l-work-identity-400\/25:hover {
  border-left-color: rgb(83 221 139 / 0.25);
}

.hover\:border-l-work-identity-400\/30:hover {
  border-left-color: rgb(83 221 139 / 0.3);
}

.hover\:border-l-work-identity-400\/40:hover {
  border-left-color: rgb(83 221 139 / 0.4);
}

.hover\:border-l-work-identity-400\/5:hover {
  border-left-color: rgb(83 221 139 / 0.05);
}

.hover\:border-l-work-identity-400\/50:hover {
  border-left-color: rgb(83 221 139 / 0.5);
}

.hover\:border-l-work-identity-400\/60:hover {
  border-left-color: rgb(83 221 139 / 0.6);
}

.hover\:border-l-work-identity-400\/70:hover {
  border-left-color: rgb(83 221 139 / 0.7);
}

.hover\:border-l-work-identity-400\/75:hover {
  border-left-color: rgb(83 221 139 / 0.75);
}

.hover\:border-l-work-identity-400\/80:hover {
  border-left-color: rgb(83 221 139 / 0.8);
}

.hover\:border-l-work-identity-400\/90:hover {
  border-left-color: rgb(83 221 139 / 0.9);
}

.hover\:border-l-work-identity-400\/95:hover {
  border-left-color: rgb(83 221 139 / 0.95);
}

.hover\:border-l-work-identity-500:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 208 84 / var(--tw-border-opacity));
}

.hover\:border-l-work-identity-500\/0:hover {
  border-left-color: rgb(0 208 84 / 0);
}

.hover\:border-l-work-identity-500\/10:hover {
  border-left-color: rgb(0 208 84 / 0.1);
}

.hover\:border-l-work-identity-500\/100:hover {
  border-left-color: rgb(0 208 84 / 1);
}

.hover\:border-l-work-identity-500\/20:hover {
  border-left-color: rgb(0 208 84 / 0.2);
}

.hover\:border-l-work-identity-500\/25:hover {
  border-left-color: rgb(0 208 84 / 0.25);
}

.hover\:border-l-work-identity-500\/30:hover {
  border-left-color: rgb(0 208 84 / 0.3);
}

.hover\:border-l-work-identity-500\/40:hover {
  border-left-color: rgb(0 208 84 / 0.4);
}

.hover\:border-l-work-identity-500\/5:hover {
  border-left-color: rgb(0 208 84 / 0.05);
}

.hover\:border-l-work-identity-500\/50:hover {
  border-left-color: rgb(0 208 84 / 0.5);
}

.hover\:border-l-work-identity-500\/60:hover {
  border-left-color: rgb(0 208 84 / 0.6);
}

.hover\:border-l-work-identity-500\/70:hover {
  border-left-color: rgb(0 208 84 / 0.7);
}

.hover\:border-l-work-identity-500\/75:hover {
  border-left-color: rgb(0 208 84 / 0.75);
}

.hover\:border-l-work-identity-500\/80:hover {
  border-left-color: rgb(0 208 84 / 0.8);
}

.hover\:border-l-work-identity-500\/90:hover {
  border-left-color: rgb(0 208 84 / 0.9);
}

.hover\:border-l-work-identity-500\/95:hover {
  border-left-color: rgb(0 208 84 / 0.95);
}

.hover\:border-l-work-identity-900:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 249 249 / var(--tw-border-opacity));
}

.hover\:border-l-work-identity-900\/0:hover {
  border-left-color: rgb(249 249 249 / 0);
}

.hover\:border-l-work-identity-900\/10:hover {
  border-left-color: rgb(249 249 249 / 0.1);
}

.hover\:border-l-work-identity-900\/100:hover {
  border-left-color: rgb(249 249 249 / 1);
}

.hover\:border-l-work-identity-900\/20:hover {
  border-left-color: rgb(249 249 249 / 0.2);
}

.hover\:border-l-work-identity-900\/25:hover {
  border-left-color: rgb(249 249 249 / 0.25);
}

.hover\:border-l-work-identity-900\/30:hover {
  border-left-color: rgb(249 249 249 / 0.3);
}

.hover\:border-l-work-identity-900\/40:hover {
  border-left-color: rgb(249 249 249 / 0.4);
}

.hover\:border-l-work-identity-900\/5:hover {
  border-left-color: rgb(249 249 249 / 0.05);
}

.hover\:border-l-work-identity-900\/50:hover {
  border-left-color: rgb(249 249 249 / 0.5);
}

.hover\:border-l-work-identity-900\/60:hover {
  border-left-color: rgb(249 249 249 / 0.6);
}

.hover\:border-l-work-identity-900\/70:hover {
  border-left-color: rgb(249 249 249 / 0.7);
}

.hover\:border-l-work-identity-900\/75:hover {
  border-left-color: rgb(249 249 249 / 0.75);
}

.hover\:border-l-work-identity-900\/80:hover {
  border-left-color: rgb(249 249 249 / 0.8);
}

.hover\:border-l-work-identity-900\/90:hover {
  border-left-color: rgb(249 249 249 / 0.9);
}

.hover\:border-l-work-identity-900\/95:hover {
  border-left-color: rgb(249 249 249 / 0.95);
}

.hover\:border-l-yellow-100:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.hover\:border-l-yellow-100\/0:hover {
  border-left-color: rgb(254 249 195 / 0);
}

.hover\:border-l-yellow-100\/10:hover {
  border-left-color: rgb(254 249 195 / 0.1);
}

.hover\:border-l-yellow-100\/100:hover {
  border-left-color: rgb(254 249 195 / 1);
}

.hover\:border-l-yellow-100\/20:hover {
  border-left-color: rgb(254 249 195 / 0.2);
}

.hover\:border-l-yellow-100\/25:hover {
  border-left-color: rgb(254 249 195 / 0.25);
}

.hover\:border-l-yellow-100\/30:hover {
  border-left-color: rgb(254 249 195 / 0.3);
}

.hover\:border-l-yellow-100\/40:hover {
  border-left-color: rgb(254 249 195 / 0.4);
}

.hover\:border-l-yellow-100\/5:hover {
  border-left-color: rgb(254 249 195 / 0.05);
}

.hover\:border-l-yellow-100\/50:hover {
  border-left-color: rgb(254 249 195 / 0.5);
}

.hover\:border-l-yellow-100\/60:hover {
  border-left-color: rgb(254 249 195 / 0.6);
}

.hover\:border-l-yellow-100\/70:hover {
  border-left-color: rgb(254 249 195 / 0.7);
}

.hover\:border-l-yellow-100\/75:hover {
  border-left-color: rgb(254 249 195 / 0.75);
}

.hover\:border-l-yellow-100\/80:hover {
  border-left-color: rgb(254 249 195 / 0.8);
}

.hover\:border-l-yellow-100\/90:hover {
  border-left-color: rgb(254 249 195 / 0.9);
}

.hover\:border-l-yellow-100\/95:hover {
  border-left-color: rgb(254 249 195 / 0.95);
}

.hover\:border-l-yellow-200:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.hover\:border-l-yellow-200\/0:hover {
  border-left-color: rgb(254 240 138 / 0);
}

.hover\:border-l-yellow-200\/10:hover {
  border-left-color: rgb(254 240 138 / 0.1);
}

.hover\:border-l-yellow-200\/100:hover {
  border-left-color: rgb(254 240 138 / 1);
}

.hover\:border-l-yellow-200\/20:hover {
  border-left-color: rgb(254 240 138 / 0.2);
}

.hover\:border-l-yellow-200\/25:hover {
  border-left-color: rgb(254 240 138 / 0.25);
}

.hover\:border-l-yellow-200\/30:hover {
  border-left-color: rgb(254 240 138 / 0.3);
}

.hover\:border-l-yellow-200\/40:hover {
  border-left-color: rgb(254 240 138 / 0.4);
}

.hover\:border-l-yellow-200\/5:hover {
  border-left-color: rgb(254 240 138 / 0.05);
}

.hover\:border-l-yellow-200\/50:hover {
  border-left-color: rgb(254 240 138 / 0.5);
}

.hover\:border-l-yellow-200\/60:hover {
  border-left-color: rgb(254 240 138 / 0.6);
}

.hover\:border-l-yellow-200\/70:hover {
  border-left-color: rgb(254 240 138 / 0.7);
}

.hover\:border-l-yellow-200\/75:hover {
  border-left-color: rgb(254 240 138 / 0.75);
}

.hover\:border-l-yellow-200\/80:hover {
  border-left-color: rgb(254 240 138 / 0.8);
}

.hover\:border-l-yellow-200\/90:hover {
  border-left-color: rgb(254 240 138 / 0.9);
}

.hover\:border-l-yellow-200\/95:hover {
  border-left-color: rgb(254 240 138 / 0.95);
}

.hover\:border-l-yellow-300:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.hover\:border-l-yellow-300\/0:hover {
  border-left-color: rgb(253 224 71 / 0);
}

.hover\:border-l-yellow-300\/10:hover {
  border-left-color: rgb(253 224 71 / 0.1);
}

.hover\:border-l-yellow-300\/100:hover {
  border-left-color: rgb(253 224 71 / 1);
}

.hover\:border-l-yellow-300\/20:hover {
  border-left-color: rgb(253 224 71 / 0.2);
}

.hover\:border-l-yellow-300\/25:hover {
  border-left-color: rgb(253 224 71 / 0.25);
}

.hover\:border-l-yellow-300\/30:hover {
  border-left-color: rgb(253 224 71 / 0.3);
}

.hover\:border-l-yellow-300\/40:hover {
  border-left-color: rgb(253 224 71 / 0.4);
}

.hover\:border-l-yellow-300\/5:hover {
  border-left-color: rgb(253 224 71 / 0.05);
}

.hover\:border-l-yellow-300\/50:hover {
  border-left-color: rgb(253 224 71 / 0.5);
}

.hover\:border-l-yellow-300\/60:hover {
  border-left-color: rgb(253 224 71 / 0.6);
}

.hover\:border-l-yellow-300\/70:hover {
  border-left-color: rgb(253 224 71 / 0.7);
}

.hover\:border-l-yellow-300\/75:hover {
  border-left-color: rgb(253 224 71 / 0.75);
}

.hover\:border-l-yellow-300\/80:hover {
  border-left-color: rgb(253 224 71 / 0.8);
}

.hover\:border-l-yellow-300\/90:hover {
  border-left-color: rgb(253 224 71 / 0.9);
}

.hover\:border-l-yellow-300\/95:hover {
  border-left-color: rgb(253 224 71 / 0.95);
}

.hover\:border-l-yellow-400:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.hover\:border-l-yellow-400\/0:hover {
  border-left-color: rgb(250 204 21 / 0);
}

.hover\:border-l-yellow-400\/10:hover {
  border-left-color: rgb(250 204 21 / 0.1);
}

.hover\:border-l-yellow-400\/100:hover {
  border-left-color: rgb(250 204 21 / 1);
}

.hover\:border-l-yellow-400\/20:hover {
  border-left-color: rgb(250 204 21 / 0.2);
}

.hover\:border-l-yellow-400\/25:hover {
  border-left-color: rgb(250 204 21 / 0.25);
}

.hover\:border-l-yellow-400\/30:hover {
  border-left-color: rgb(250 204 21 / 0.3);
}

.hover\:border-l-yellow-400\/40:hover {
  border-left-color: rgb(250 204 21 / 0.4);
}

.hover\:border-l-yellow-400\/5:hover {
  border-left-color: rgb(250 204 21 / 0.05);
}

.hover\:border-l-yellow-400\/50:hover {
  border-left-color: rgb(250 204 21 / 0.5);
}

.hover\:border-l-yellow-400\/60:hover {
  border-left-color: rgb(250 204 21 / 0.6);
}

.hover\:border-l-yellow-400\/70:hover {
  border-left-color: rgb(250 204 21 / 0.7);
}

.hover\:border-l-yellow-400\/75:hover {
  border-left-color: rgb(250 204 21 / 0.75);
}

.hover\:border-l-yellow-400\/80:hover {
  border-left-color: rgb(250 204 21 / 0.8);
}

.hover\:border-l-yellow-400\/90:hover {
  border-left-color: rgb(250 204 21 / 0.9);
}

.hover\:border-l-yellow-400\/95:hover {
  border-left-color: rgb(250 204 21 / 0.95);
}

.hover\:border-l-yellow-50:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.hover\:border-l-yellow-50\/0:hover {
  border-left-color: rgb(254 252 232 / 0);
}

.hover\:border-l-yellow-50\/10:hover {
  border-left-color: rgb(254 252 232 / 0.1);
}

.hover\:border-l-yellow-50\/100:hover {
  border-left-color: rgb(254 252 232 / 1);
}

.hover\:border-l-yellow-50\/20:hover {
  border-left-color: rgb(254 252 232 / 0.2);
}

.hover\:border-l-yellow-50\/25:hover {
  border-left-color: rgb(254 252 232 / 0.25);
}

.hover\:border-l-yellow-50\/30:hover {
  border-left-color: rgb(254 252 232 / 0.3);
}

.hover\:border-l-yellow-50\/40:hover {
  border-left-color: rgb(254 252 232 / 0.4);
}

.hover\:border-l-yellow-50\/5:hover {
  border-left-color: rgb(254 252 232 / 0.05);
}

.hover\:border-l-yellow-50\/50:hover {
  border-left-color: rgb(254 252 232 / 0.5);
}

.hover\:border-l-yellow-50\/60:hover {
  border-left-color: rgb(254 252 232 / 0.6);
}

.hover\:border-l-yellow-50\/70:hover {
  border-left-color: rgb(254 252 232 / 0.7);
}

.hover\:border-l-yellow-50\/75:hover {
  border-left-color: rgb(254 252 232 / 0.75);
}

.hover\:border-l-yellow-50\/80:hover {
  border-left-color: rgb(254 252 232 / 0.8);
}

.hover\:border-l-yellow-50\/90:hover {
  border-left-color: rgb(254 252 232 / 0.9);
}

.hover\:border-l-yellow-50\/95:hover {
  border-left-color: rgb(254 252 232 / 0.95);
}

.hover\:border-l-yellow-500:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.hover\:border-l-yellow-500\/0:hover {
  border-left-color: rgb(234 179 8 / 0);
}

.hover\:border-l-yellow-500\/10:hover {
  border-left-color: rgb(234 179 8 / 0.1);
}

.hover\:border-l-yellow-500\/100:hover {
  border-left-color: rgb(234 179 8 / 1);
}

.hover\:border-l-yellow-500\/20:hover {
  border-left-color: rgb(234 179 8 / 0.2);
}

.hover\:border-l-yellow-500\/25:hover {
  border-left-color: rgb(234 179 8 / 0.25);
}

.hover\:border-l-yellow-500\/30:hover {
  border-left-color: rgb(234 179 8 / 0.3);
}

.hover\:border-l-yellow-500\/40:hover {
  border-left-color: rgb(234 179 8 / 0.4);
}

.hover\:border-l-yellow-500\/5:hover {
  border-left-color: rgb(234 179 8 / 0.05);
}

.hover\:border-l-yellow-500\/50:hover {
  border-left-color: rgb(234 179 8 / 0.5);
}

.hover\:border-l-yellow-500\/60:hover {
  border-left-color: rgb(234 179 8 / 0.6);
}

.hover\:border-l-yellow-500\/70:hover {
  border-left-color: rgb(234 179 8 / 0.7);
}

.hover\:border-l-yellow-500\/75:hover {
  border-left-color: rgb(234 179 8 / 0.75);
}

.hover\:border-l-yellow-500\/80:hover {
  border-left-color: rgb(234 179 8 / 0.8);
}

.hover\:border-l-yellow-500\/90:hover {
  border-left-color: rgb(234 179 8 / 0.9);
}

.hover\:border-l-yellow-500\/95:hover {
  border-left-color: rgb(234 179 8 / 0.95);
}

.hover\:border-l-yellow-600:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.hover\:border-l-yellow-600\/0:hover {
  border-left-color: rgb(202 138 4 / 0);
}

.hover\:border-l-yellow-600\/10:hover {
  border-left-color: rgb(202 138 4 / 0.1);
}

.hover\:border-l-yellow-600\/100:hover {
  border-left-color: rgb(202 138 4 / 1);
}

.hover\:border-l-yellow-600\/20:hover {
  border-left-color: rgb(202 138 4 / 0.2);
}

.hover\:border-l-yellow-600\/25:hover {
  border-left-color: rgb(202 138 4 / 0.25);
}

.hover\:border-l-yellow-600\/30:hover {
  border-left-color: rgb(202 138 4 / 0.3);
}

.hover\:border-l-yellow-600\/40:hover {
  border-left-color: rgb(202 138 4 / 0.4);
}

.hover\:border-l-yellow-600\/5:hover {
  border-left-color: rgb(202 138 4 / 0.05);
}

.hover\:border-l-yellow-600\/50:hover {
  border-left-color: rgb(202 138 4 / 0.5);
}

.hover\:border-l-yellow-600\/60:hover {
  border-left-color: rgb(202 138 4 / 0.6);
}

.hover\:border-l-yellow-600\/70:hover {
  border-left-color: rgb(202 138 4 / 0.7);
}

.hover\:border-l-yellow-600\/75:hover {
  border-left-color: rgb(202 138 4 / 0.75);
}

.hover\:border-l-yellow-600\/80:hover {
  border-left-color: rgb(202 138 4 / 0.8);
}

.hover\:border-l-yellow-600\/90:hover {
  border-left-color: rgb(202 138 4 / 0.9);
}

.hover\:border-l-yellow-600\/95:hover {
  border-left-color: rgb(202 138 4 / 0.95);
}

.hover\:border-l-yellow-700:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.hover\:border-l-yellow-700\/0:hover {
  border-left-color: rgb(161 98 7 / 0);
}

.hover\:border-l-yellow-700\/10:hover {
  border-left-color: rgb(161 98 7 / 0.1);
}

.hover\:border-l-yellow-700\/100:hover {
  border-left-color: rgb(161 98 7 / 1);
}

.hover\:border-l-yellow-700\/20:hover {
  border-left-color: rgb(161 98 7 / 0.2);
}

.hover\:border-l-yellow-700\/25:hover {
  border-left-color: rgb(161 98 7 / 0.25);
}

.hover\:border-l-yellow-700\/30:hover {
  border-left-color: rgb(161 98 7 / 0.3);
}

.hover\:border-l-yellow-700\/40:hover {
  border-left-color: rgb(161 98 7 / 0.4);
}

.hover\:border-l-yellow-700\/5:hover {
  border-left-color: rgb(161 98 7 / 0.05);
}

.hover\:border-l-yellow-700\/50:hover {
  border-left-color: rgb(161 98 7 / 0.5);
}

.hover\:border-l-yellow-700\/60:hover {
  border-left-color: rgb(161 98 7 / 0.6);
}

.hover\:border-l-yellow-700\/70:hover {
  border-left-color: rgb(161 98 7 / 0.7);
}

.hover\:border-l-yellow-700\/75:hover {
  border-left-color: rgb(161 98 7 / 0.75);
}

.hover\:border-l-yellow-700\/80:hover {
  border-left-color: rgb(161 98 7 / 0.8);
}

.hover\:border-l-yellow-700\/90:hover {
  border-left-color: rgb(161 98 7 / 0.9);
}

.hover\:border-l-yellow-700\/95:hover {
  border-left-color: rgb(161 98 7 / 0.95);
}

.hover\:border-l-yellow-800:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.hover\:border-l-yellow-800\/0:hover {
  border-left-color: rgb(133 77 14 / 0);
}

.hover\:border-l-yellow-800\/10:hover {
  border-left-color: rgb(133 77 14 / 0.1);
}

.hover\:border-l-yellow-800\/100:hover {
  border-left-color: rgb(133 77 14 / 1);
}

.hover\:border-l-yellow-800\/20:hover {
  border-left-color: rgb(133 77 14 / 0.2);
}

.hover\:border-l-yellow-800\/25:hover {
  border-left-color: rgb(133 77 14 / 0.25);
}

.hover\:border-l-yellow-800\/30:hover {
  border-left-color: rgb(133 77 14 / 0.3);
}

.hover\:border-l-yellow-800\/40:hover {
  border-left-color: rgb(133 77 14 / 0.4);
}

.hover\:border-l-yellow-800\/5:hover {
  border-left-color: rgb(133 77 14 / 0.05);
}

.hover\:border-l-yellow-800\/50:hover {
  border-left-color: rgb(133 77 14 / 0.5);
}

.hover\:border-l-yellow-800\/60:hover {
  border-left-color: rgb(133 77 14 / 0.6);
}

.hover\:border-l-yellow-800\/70:hover {
  border-left-color: rgb(133 77 14 / 0.7);
}

.hover\:border-l-yellow-800\/75:hover {
  border-left-color: rgb(133 77 14 / 0.75);
}

.hover\:border-l-yellow-800\/80:hover {
  border-left-color: rgb(133 77 14 / 0.8);
}

.hover\:border-l-yellow-800\/90:hover {
  border-left-color: rgb(133 77 14 / 0.9);
}

.hover\:border-l-yellow-800\/95:hover {
  border-left-color: rgb(133 77 14 / 0.95);
}

.hover\:border-l-yellow-900:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.hover\:border-l-yellow-900\/0:hover {
  border-left-color: rgb(113 63 18 / 0);
}

.hover\:border-l-yellow-900\/10:hover {
  border-left-color: rgb(113 63 18 / 0.1);
}

.hover\:border-l-yellow-900\/100:hover {
  border-left-color: rgb(113 63 18 / 1);
}

.hover\:border-l-yellow-900\/20:hover {
  border-left-color: rgb(113 63 18 / 0.2);
}

.hover\:border-l-yellow-900\/25:hover {
  border-left-color: rgb(113 63 18 / 0.25);
}

.hover\:border-l-yellow-900\/30:hover {
  border-left-color: rgb(113 63 18 / 0.3);
}

.hover\:border-l-yellow-900\/40:hover {
  border-left-color: rgb(113 63 18 / 0.4);
}

.hover\:border-l-yellow-900\/5:hover {
  border-left-color: rgb(113 63 18 / 0.05);
}

.hover\:border-l-yellow-900\/50:hover {
  border-left-color: rgb(113 63 18 / 0.5);
}

.hover\:border-l-yellow-900\/60:hover {
  border-left-color: rgb(113 63 18 / 0.6);
}

.hover\:border-l-yellow-900\/70:hover {
  border-left-color: rgb(113 63 18 / 0.7);
}

.hover\:border-l-yellow-900\/75:hover {
  border-left-color: rgb(113 63 18 / 0.75);
}

.hover\:border-l-yellow-900\/80:hover {
  border-left-color: rgb(113 63 18 / 0.8);
}

.hover\:border-l-yellow-900\/90:hover {
  border-left-color: rgb(113 63 18 / 0.9);
}

.hover\:border-l-yellow-900\/95:hover {
  border-left-color: rgb(113 63 18 / 0.95);
}

.hover\:border-l-yellow-950:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.hover\:border-l-yellow-950\/0:hover {
  border-left-color: rgb(66 32 6 / 0);
}

.hover\:border-l-yellow-950\/10:hover {
  border-left-color: rgb(66 32 6 / 0.1);
}

.hover\:border-l-yellow-950\/100:hover {
  border-left-color: rgb(66 32 6 / 1);
}

.hover\:border-l-yellow-950\/20:hover {
  border-left-color: rgb(66 32 6 / 0.2);
}

.hover\:border-l-yellow-950\/25:hover {
  border-left-color: rgb(66 32 6 / 0.25);
}

.hover\:border-l-yellow-950\/30:hover {
  border-left-color: rgb(66 32 6 / 0.3);
}

.hover\:border-l-yellow-950\/40:hover {
  border-left-color: rgb(66 32 6 / 0.4);
}

.hover\:border-l-yellow-950\/5:hover {
  border-left-color: rgb(66 32 6 / 0.05);
}

.hover\:border-l-yellow-950\/50:hover {
  border-left-color: rgb(66 32 6 / 0.5);
}

.hover\:border-l-yellow-950\/60:hover {
  border-left-color: rgb(66 32 6 / 0.6);
}

.hover\:border-l-yellow-950\/70:hover {
  border-left-color: rgb(66 32 6 / 0.7);
}

.hover\:border-l-yellow-950\/75:hover {
  border-left-color: rgb(66 32 6 / 0.75);
}

.hover\:border-l-yellow-950\/80:hover {
  border-left-color: rgb(66 32 6 / 0.8);
}

.hover\:border-l-yellow-950\/90:hover {
  border-left-color: rgb(66 32 6 / 0.9);
}

.hover\:border-l-yellow-950\/95:hover {
  border-left-color: rgb(66 32 6 / 0.95);
}

.hover\:border-l-zinc-100:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(244 244 245 / var(--tw-border-opacity));
}

.hover\:border-l-zinc-100\/0:hover {
  border-left-color: rgb(244 244 245 / 0);
}

.hover\:border-l-zinc-100\/10:hover {
  border-left-color: rgb(244 244 245 / 0.1);
}

.hover\:border-l-zinc-100\/100:hover {
  border-left-color: rgb(244 244 245 / 1);
}

.hover\:border-l-zinc-100\/20:hover {
  border-left-color: rgb(244 244 245 / 0.2);
}

.hover\:border-l-zinc-100\/25:hover {
  border-left-color: rgb(244 244 245 / 0.25);
}

.hover\:border-l-zinc-100\/30:hover {
  border-left-color: rgb(244 244 245 / 0.3);
}

.hover\:border-l-zinc-100\/40:hover {
  border-left-color: rgb(244 244 245 / 0.4);
}

.hover\:border-l-zinc-100\/5:hover {
  border-left-color: rgb(244 244 245 / 0.05);
}

.hover\:border-l-zinc-100\/50:hover {
  border-left-color: rgb(244 244 245 / 0.5);
}

.hover\:border-l-zinc-100\/60:hover {
  border-left-color: rgb(244 244 245 / 0.6);
}

.hover\:border-l-zinc-100\/70:hover {
  border-left-color: rgb(244 244 245 / 0.7);
}

.hover\:border-l-zinc-100\/75:hover {
  border-left-color: rgb(244 244 245 / 0.75);
}

.hover\:border-l-zinc-100\/80:hover {
  border-left-color: rgb(244 244 245 / 0.8);
}

.hover\:border-l-zinc-100\/90:hover {
  border-left-color: rgb(244 244 245 / 0.9);
}

.hover\:border-l-zinc-100\/95:hover {
  border-left-color: rgb(244 244 245 / 0.95);
}

.hover\:border-l-zinc-200:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.hover\:border-l-zinc-200\/0:hover {
  border-left-color: rgb(228 228 231 / 0);
}

.hover\:border-l-zinc-200\/10:hover {
  border-left-color: rgb(228 228 231 / 0.1);
}

.hover\:border-l-zinc-200\/100:hover {
  border-left-color: rgb(228 228 231 / 1);
}

.hover\:border-l-zinc-200\/20:hover {
  border-left-color: rgb(228 228 231 / 0.2);
}

.hover\:border-l-zinc-200\/25:hover {
  border-left-color: rgb(228 228 231 / 0.25);
}

.hover\:border-l-zinc-200\/30:hover {
  border-left-color: rgb(228 228 231 / 0.3);
}

.hover\:border-l-zinc-200\/40:hover {
  border-left-color: rgb(228 228 231 / 0.4);
}

.hover\:border-l-zinc-200\/5:hover {
  border-left-color: rgb(228 228 231 / 0.05);
}

.hover\:border-l-zinc-200\/50:hover {
  border-left-color: rgb(228 228 231 / 0.5);
}

.hover\:border-l-zinc-200\/60:hover {
  border-left-color: rgb(228 228 231 / 0.6);
}

.hover\:border-l-zinc-200\/70:hover {
  border-left-color: rgb(228 228 231 / 0.7);
}

.hover\:border-l-zinc-200\/75:hover {
  border-left-color: rgb(228 228 231 / 0.75);
}

.hover\:border-l-zinc-200\/80:hover {
  border-left-color: rgb(228 228 231 / 0.8);
}

.hover\:border-l-zinc-200\/90:hover {
  border-left-color: rgb(228 228 231 / 0.9);
}

.hover\:border-l-zinc-200\/95:hover {
  border-left-color: rgb(228 228 231 / 0.95);
}

.hover\:border-l-zinc-300:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.hover\:border-l-zinc-300\/0:hover {
  border-left-color: rgb(212 212 216 / 0);
}

.hover\:border-l-zinc-300\/10:hover {
  border-left-color: rgb(212 212 216 / 0.1);
}

.hover\:border-l-zinc-300\/100:hover {
  border-left-color: rgb(212 212 216 / 1);
}

.hover\:border-l-zinc-300\/20:hover {
  border-left-color: rgb(212 212 216 / 0.2);
}

.hover\:border-l-zinc-300\/25:hover {
  border-left-color: rgb(212 212 216 / 0.25);
}

.hover\:border-l-zinc-300\/30:hover {
  border-left-color: rgb(212 212 216 / 0.3);
}

.hover\:border-l-zinc-300\/40:hover {
  border-left-color: rgb(212 212 216 / 0.4);
}

.hover\:border-l-zinc-300\/5:hover {
  border-left-color: rgb(212 212 216 / 0.05);
}

.hover\:border-l-zinc-300\/50:hover {
  border-left-color: rgb(212 212 216 / 0.5);
}

.hover\:border-l-zinc-300\/60:hover {
  border-left-color: rgb(212 212 216 / 0.6);
}

.hover\:border-l-zinc-300\/70:hover {
  border-left-color: rgb(212 212 216 / 0.7);
}

.hover\:border-l-zinc-300\/75:hover {
  border-left-color: rgb(212 212 216 / 0.75);
}

.hover\:border-l-zinc-300\/80:hover {
  border-left-color: rgb(212 212 216 / 0.8);
}

.hover\:border-l-zinc-300\/90:hover {
  border-left-color: rgb(212 212 216 / 0.9);
}

.hover\:border-l-zinc-300\/95:hover {
  border-left-color: rgb(212 212 216 / 0.95);
}

.hover\:border-l-zinc-400:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.hover\:border-l-zinc-400\/0:hover {
  border-left-color: rgb(161 161 170 / 0);
}

.hover\:border-l-zinc-400\/10:hover {
  border-left-color: rgb(161 161 170 / 0.1);
}

.hover\:border-l-zinc-400\/100:hover {
  border-left-color: rgb(161 161 170 / 1);
}

.hover\:border-l-zinc-400\/20:hover {
  border-left-color: rgb(161 161 170 / 0.2);
}

.hover\:border-l-zinc-400\/25:hover {
  border-left-color: rgb(161 161 170 / 0.25);
}

.hover\:border-l-zinc-400\/30:hover {
  border-left-color: rgb(161 161 170 / 0.3);
}

.hover\:border-l-zinc-400\/40:hover {
  border-left-color: rgb(161 161 170 / 0.4);
}

.hover\:border-l-zinc-400\/5:hover {
  border-left-color: rgb(161 161 170 / 0.05);
}

.hover\:border-l-zinc-400\/50:hover {
  border-left-color: rgb(161 161 170 / 0.5);
}

.hover\:border-l-zinc-400\/60:hover {
  border-left-color: rgb(161 161 170 / 0.6);
}

.hover\:border-l-zinc-400\/70:hover {
  border-left-color: rgb(161 161 170 / 0.7);
}

.hover\:border-l-zinc-400\/75:hover {
  border-left-color: rgb(161 161 170 / 0.75);
}

.hover\:border-l-zinc-400\/80:hover {
  border-left-color: rgb(161 161 170 / 0.8);
}

.hover\:border-l-zinc-400\/90:hover {
  border-left-color: rgb(161 161 170 / 0.9);
}

.hover\:border-l-zinc-400\/95:hover {
  border-left-color: rgb(161 161 170 / 0.95);
}

.hover\:border-l-zinc-50:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.hover\:border-l-zinc-50\/0:hover {
  border-left-color: rgb(250 250 250 / 0);
}

.hover\:border-l-zinc-50\/10:hover {
  border-left-color: rgb(250 250 250 / 0.1);
}

.hover\:border-l-zinc-50\/100:hover {
  border-left-color: rgb(250 250 250 / 1);
}

.hover\:border-l-zinc-50\/20:hover {
  border-left-color: rgb(250 250 250 / 0.2);
}

.hover\:border-l-zinc-50\/25:hover {
  border-left-color: rgb(250 250 250 / 0.25);
}

.hover\:border-l-zinc-50\/30:hover {
  border-left-color: rgb(250 250 250 / 0.3);
}

.hover\:border-l-zinc-50\/40:hover {
  border-left-color: rgb(250 250 250 / 0.4);
}

.hover\:border-l-zinc-50\/5:hover {
  border-left-color: rgb(250 250 250 / 0.05);
}

.hover\:border-l-zinc-50\/50:hover {
  border-left-color: rgb(250 250 250 / 0.5);
}

.hover\:border-l-zinc-50\/60:hover {
  border-left-color: rgb(250 250 250 / 0.6);
}

.hover\:border-l-zinc-50\/70:hover {
  border-left-color: rgb(250 250 250 / 0.7);
}

.hover\:border-l-zinc-50\/75:hover {
  border-left-color: rgb(250 250 250 / 0.75);
}

.hover\:border-l-zinc-50\/80:hover {
  border-left-color: rgb(250 250 250 / 0.8);
}

.hover\:border-l-zinc-50\/90:hover {
  border-left-color: rgb(250 250 250 / 0.9);
}

.hover\:border-l-zinc-50\/95:hover {
  border-left-color: rgb(250 250 250 / 0.95);
}

.hover\:border-l-zinc-500:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(113 113 122 / var(--tw-border-opacity));
}

.hover\:border-l-zinc-500\/0:hover {
  border-left-color: rgb(113 113 122 / 0);
}

.hover\:border-l-zinc-500\/10:hover {
  border-left-color: rgb(113 113 122 / 0.1);
}

.hover\:border-l-zinc-500\/100:hover {
  border-left-color: rgb(113 113 122 / 1);
}

.hover\:border-l-zinc-500\/20:hover {
  border-left-color: rgb(113 113 122 / 0.2);
}

.hover\:border-l-zinc-500\/25:hover {
  border-left-color: rgb(113 113 122 / 0.25);
}

.hover\:border-l-zinc-500\/30:hover {
  border-left-color: rgb(113 113 122 / 0.3);
}

.hover\:border-l-zinc-500\/40:hover {
  border-left-color: rgb(113 113 122 / 0.4);
}

.hover\:border-l-zinc-500\/5:hover {
  border-left-color: rgb(113 113 122 / 0.05);
}

.hover\:border-l-zinc-500\/50:hover {
  border-left-color: rgb(113 113 122 / 0.5);
}

.hover\:border-l-zinc-500\/60:hover {
  border-left-color: rgb(113 113 122 / 0.6);
}

.hover\:border-l-zinc-500\/70:hover {
  border-left-color: rgb(113 113 122 / 0.7);
}

.hover\:border-l-zinc-500\/75:hover {
  border-left-color: rgb(113 113 122 / 0.75);
}

.hover\:border-l-zinc-500\/80:hover {
  border-left-color: rgb(113 113 122 / 0.8);
}

.hover\:border-l-zinc-500\/90:hover {
  border-left-color: rgb(113 113 122 / 0.9);
}

.hover\:border-l-zinc-500\/95:hover {
  border-left-color: rgb(113 113 122 / 0.95);
}

.hover\:border-l-zinc-600:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(82 82 91 / var(--tw-border-opacity));
}

.hover\:border-l-zinc-600\/0:hover {
  border-left-color: rgb(82 82 91 / 0);
}

.hover\:border-l-zinc-600\/10:hover {
  border-left-color: rgb(82 82 91 / 0.1);
}

.hover\:border-l-zinc-600\/100:hover {
  border-left-color: rgb(82 82 91 / 1);
}

.hover\:border-l-zinc-600\/20:hover {
  border-left-color: rgb(82 82 91 / 0.2);
}

.hover\:border-l-zinc-600\/25:hover {
  border-left-color: rgb(82 82 91 / 0.25);
}

.hover\:border-l-zinc-600\/30:hover {
  border-left-color: rgb(82 82 91 / 0.3);
}

.hover\:border-l-zinc-600\/40:hover {
  border-left-color: rgb(82 82 91 / 0.4);
}

.hover\:border-l-zinc-600\/5:hover {
  border-left-color: rgb(82 82 91 / 0.05);
}

.hover\:border-l-zinc-600\/50:hover {
  border-left-color: rgb(82 82 91 / 0.5);
}

.hover\:border-l-zinc-600\/60:hover {
  border-left-color: rgb(82 82 91 / 0.6);
}

.hover\:border-l-zinc-600\/70:hover {
  border-left-color: rgb(82 82 91 / 0.7);
}

.hover\:border-l-zinc-600\/75:hover {
  border-left-color: rgb(82 82 91 / 0.75);
}

.hover\:border-l-zinc-600\/80:hover {
  border-left-color: rgb(82 82 91 / 0.8);
}

.hover\:border-l-zinc-600\/90:hover {
  border-left-color: rgb(82 82 91 / 0.9);
}

.hover\:border-l-zinc-600\/95:hover {
  border-left-color: rgb(82 82 91 / 0.95);
}

.hover\:border-l-zinc-700:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.hover\:border-l-zinc-700\/0:hover {
  border-left-color: rgb(63 63 70 / 0);
}

.hover\:border-l-zinc-700\/10:hover {
  border-left-color: rgb(63 63 70 / 0.1);
}

.hover\:border-l-zinc-700\/100:hover {
  border-left-color: rgb(63 63 70 / 1);
}

.hover\:border-l-zinc-700\/20:hover {
  border-left-color: rgb(63 63 70 / 0.2);
}

.hover\:border-l-zinc-700\/25:hover {
  border-left-color: rgb(63 63 70 / 0.25);
}

.hover\:border-l-zinc-700\/30:hover {
  border-left-color: rgb(63 63 70 / 0.3);
}

.hover\:border-l-zinc-700\/40:hover {
  border-left-color: rgb(63 63 70 / 0.4);
}

.hover\:border-l-zinc-700\/5:hover {
  border-left-color: rgb(63 63 70 / 0.05);
}

.hover\:border-l-zinc-700\/50:hover {
  border-left-color: rgb(63 63 70 / 0.5);
}

.hover\:border-l-zinc-700\/60:hover {
  border-left-color: rgb(63 63 70 / 0.6);
}

.hover\:border-l-zinc-700\/70:hover {
  border-left-color: rgb(63 63 70 / 0.7);
}

.hover\:border-l-zinc-700\/75:hover {
  border-left-color: rgb(63 63 70 / 0.75);
}

.hover\:border-l-zinc-700\/80:hover {
  border-left-color: rgb(63 63 70 / 0.8);
}

.hover\:border-l-zinc-700\/90:hover {
  border-left-color: rgb(63 63 70 / 0.9);
}

.hover\:border-l-zinc-700\/95:hover {
  border-left-color: rgb(63 63 70 / 0.95);
}

.hover\:border-l-zinc-800:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(39 39 42 / var(--tw-border-opacity));
}

.hover\:border-l-zinc-800\/0:hover {
  border-left-color: rgb(39 39 42 / 0);
}

.hover\:border-l-zinc-800\/10:hover {
  border-left-color: rgb(39 39 42 / 0.1);
}

.hover\:border-l-zinc-800\/100:hover {
  border-left-color: rgb(39 39 42 / 1);
}

.hover\:border-l-zinc-800\/20:hover {
  border-left-color: rgb(39 39 42 / 0.2);
}

.hover\:border-l-zinc-800\/25:hover {
  border-left-color: rgb(39 39 42 / 0.25);
}

.hover\:border-l-zinc-800\/30:hover {
  border-left-color: rgb(39 39 42 / 0.3);
}

.hover\:border-l-zinc-800\/40:hover {
  border-left-color: rgb(39 39 42 / 0.4);
}

.hover\:border-l-zinc-800\/5:hover {
  border-left-color: rgb(39 39 42 / 0.05);
}

.hover\:border-l-zinc-800\/50:hover {
  border-left-color: rgb(39 39 42 / 0.5);
}

.hover\:border-l-zinc-800\/60:hover {
  border-left-color: rgb(39 39 42 / 0.6);
}

.hover\:border-l-zinc-800\/70:hover {
  border-left-color: rgb(39 39 42 / 0.7);
}

.hover\:border-l-zinc-800\/75:hover {
  border-left-color: rgb(39 39 42 / 0.75);
}

.hover\:border-l-zinc-800\/80:hover {
  border-left-color: rgb(39 39 42 / 0.8);
}

.hover\:border-l-zinc-800\/90:hover {
  border-left-color: rgb(39 39 42 / 0.9);
}

.hover\:border-l-zinc-800\/95:hover {
  border-left-color: rgb(39 39 42 / 0.95);
}

.hover\:border-l-zinc-900:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.hover\:border-l-zinc-900\/0:hover {
  border-left-color: rgb(24 24 27 / 0);
}

.hover\:border-l-zinc-900\/10:hover {
  border-left-color: rgb(24 24 27 / 0.1);
}

.hover\:border-l-zinc-900\/100:hover {
  border-left-color: rgb(24 24 27 / 1);
}

.hover\:border-l-zinc-900\/20:hover {
  border-left-color: rgb(24 24 27 / 0.2);
}

.hover\:border-l-zinc-900\/25:hover {
  border-left-color: rgb(24 24 27 / 0.25);
}

.hover\:border-l-zinc-900\/30:hover {
  border-left-color: rgb(24 24 27 / 0.3);
}

.hover\:border-l-zinc-900\/40:hover {
  border-left-color: rgb(24 24 27 / 0.4);
}

.hover\:border-l-zinc-900\/5:hover {
  border-left-color: rgb(24 24 27 / 0.05);
}

.hover\:border-l-zinc-900\/50:hover {
  border-left-color: rgb(24 24 27 / 0.5);
}

.hover\:border-l-zinc-900\/60:hover {
  border-left-color: rgb(24 24 27 / 0.6);
}

.hover\:border-l-zinc-900\/70:hover {
  border-left-color: rgb(24 24 27 / 0.7);
}

.hover\:border-l-zinc-900\/75:hover {
  border-left-color: rgb(24 24 27 / 0.75);
}

.hover\:border-l-zinc-900\/80:hover {
  border-left-color: rgb(24 24 27 / 0.8);
}

.hover\:border-l-zinc-900\/90:hover {
  border-left-color: rgb(24 24 27 / 0.9);
}

.hover\:border-l-zinc-900\/95:hover {
  border-left-color: rgb(24 24 27 / 0.95);
}

.hover\:border-l-zinc-950:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(9 9 11 / var(--tw-border-opacity));
}

.hover\:border-l-zinc-950\/0:hover {
  border-left-color: rgb(9 9 11 / 0);
}

.hover\:border-l-zinc-950\/10:hover {
  border-left-color: rgb(9 9 11 / 0.1);
}

.hover\:border-l-zinc-950\/100:hover {
  border-left-color: rgb(9 9 11 / 1);
}

.hover\:border-l-zinc-950\/20:hover {
  border-left-color: rgb(9 9 11 / 0.2);
}

.hover\:border-l-zinc-950\/25:hover {
  border-left-color: rgb(9 9 11 / 0.25);
}

.hover\:border-l-zinc-950\/30:hover {
  border-left-color: rgb(9 9 11 / 0.3);
}

.hover\:border-l-zinc-950\/40:hover {
  border-left-color: rgb(9 9 11 / 0.4);
}

.hover\:border-l-zinc-950\/5:hover {
  border-left-color: rgb(9 9 11 / 0.05);
}

.hover\:border-l-zinc-950\/50:hover {
  border-left-color: rgb(9 9 11 / 0.5);
}

.hover\:border-l-zinc-950\/60:hover {
  border-left-color: rgb(9 9 11 / 0.6);
}

.hover\:border-l-zinc-950\/70:hover {
  border-left-color: rgb(9 9 11 / 0.7);
}

.hover\:border-l-zinc-950\/75:hover {
  border-left-color: rgb(9 9 11 / 0.75);
}

.hover\:border-l-zinc-950\/80:hover {
  border-left-color: rgb(9 9 11 / 0.8);
}

.hover\:border-l-zinc-950\/90:hover {
  border-left-color: rgb(9 9 11 / 0.9);
}

.hover\:border-l-zinc-950\/95:hover {
  border-left-color: rgb(9 9 11 / 0.95);
}

.hover\:border-r-amber-100:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 243 199 / var(--tw-border-opacity));
}

.hover\:border-r-amber-100\/0:hover {
  border-right-color: rgb(254 243 199 / 0);
}

.hover\:border-r-amber-100\/10:hover {
  border-right-color: rgb(254 243 199 / 0.1);
}

.hover\:border-r-amber-100\/100:hover {
  border-right-color: rgb(254 243 199 / 1);
}

.hover\:border-r-amber-100\/20:hover {
  border-right-color: rgb(254 243 199 / 0.2);
}

.hover\:border-r-amber-100\/25:hover {
  border-right-color: rgb(254 243 199 / 0.25);
}

.hover\:border-r-amber-100\/30:hover {
  border-right-color: rgb(254 243 199 / 0.3);
}

.hover\:border-r-amber-100\/40:hover {
  border-right-color: rgb(254 243 199 / 0.4);
}

.hover\:border-r-amber-100\/5:hover {
  border-right-color: rgb(254 243 199 / 0.05);
}

.hover\:border-r-amber-100\/50:hover {
  border-right-color: rgb(254 243 199 / 0.5);
}

.hover\:border-r-amber-100\/60:hover {
  border-right-color: rgb(254 243 199 / 0.6);
}

.hover\:border-r-amber-100\/70:hover {
  border-right-color: rgb(254 243 199 / 0.7);
}

.hover\:border-r-amber-100\/75:hover {
  border-right-color: rgb(254 243 199 / 0.75);
}

.hover\:border-r-amber-100\/80:hover {
  border-right-color: rgb(254 243 199 / 0.8);
}

.hover\:border-r-amber-100\/90:hover {
  border-right-color: rgb(254 243 199 / 0.9);
}

.hover\:border-r-amber-100\/95:hover {
  border-right-color: rgb(254 243 199 / 0.95);
}

.hover\:border-r-amber-200:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 230 138 / var(--tw-border-opacity));
}

.hover\:border-r-amber-200\/0:hover {
  border-right-color: rgb(253 230 138 / 0);
}

.hover\:border-r-amber-200\/10:hover {
  border-right-color: rgb(253 230 138 / 0.1);
}

.hover\:border-r-amber-200\/100:hover {
  border-right-color: rgb(253 230 138 / 1);
}

.hover\:border-r-amber-200\/20:hover {
  border-right-color: rgb(253 230 138 / 0.2);
}

.hover\:border-r-amber-200\/25:hover {
  border-right-color: rgb(253 230 138 / 0.25);
}

.hover\:border-r-amber-200\/30:hover {
  border-right-color: rgb(253 230 138 / 0.3);
}

.hover\:border-r-amber-200\/40:hover {
  border-right-color: rgb(253 230 138 / 0.4);
}

.hover\:border-r-amber-200\/5:hover {
  border-right-color: rgb(253 230 138 / 0.05);
}

.hover\:border-r-amber-200\/50:hover {
  border-right-color: rgb(253 230 138 / 0.5);
}

.hover\:border-r-amber-200\/60:hover {
  border-right-color: rgb(253 230 138 / 0.6);
}

.hover\:border-r-amber-200\/70:hover {
  border-right-color: rgb(253 230 138 / 0.7);
}

.hover\:border-r-amber-200\/75:hover {
  border-right-color: rgb(253 230 138 / 0.75);
}

.hover\:border-r-amber-200\/80:hover {
  border-right-color: rgb(253 230 138 / 0.8);
}

.hover\:border-r-amber-200\/90:hover {
  border-right-color: rgb(253 230 138 / 0.9);
}

.hover\:border-r-amber-200\/95:hover {
  border-right-color: rgb(253 230 138 / 0.95);
}

.hover\:border-r-amber-300:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(252 211 77 / var(--tw-border-opacity));
}

.hover\:border-r-amber-300\/0:hover {
  border-right-color: rgb(252 211 77 / 0);
}

.hover\:border-r-amber-300\/10:hover {
  border-right-color: rgb(252 211 77 / 0.1);
}

.hover\:border-r-amber-300\/100:hover {
  border-right-color: rgb(252 211 77 / 1);
}

.hover\:border-r-amber-300\/20:hover {
  border-right-color: rgb(252 211 77 / 0.2);
}

.hover\:border-r-amber-300\/25:hover {
  border-right-color: rgb(252 211 77 / 0.25);
}

.hover\:border-r-amber-300\/30:hover {
  border-right-color: rgb(252 211 77 / 0.3);
}

.hover\:border-r-amber-300\/40:hover {
  border-right-color: rgb(252 211 77 / 0.4);
}

.hover\:border-r-amber-300\/5:hover {
  border-right-color: rgb(252 211 77 / 0.05);
}

.hover\:border-r-amber-300\/50:hover {
  border-right-color: rgb(252 211 77 / 0.5);
}

.hover\:border-r-amber-300\/60:hover {
  border-right-color: rgb(252 211 77 / 0.6);
}

.hover\:border-r-amber-300\/70:hover {
  border-right-color: rgb(252 211 77 / 0.7);
}

.hover\:border-r-amber-300\/75:hover {
  border-right-color: rgb(252 211 77 / 0.75);
}

.hover\:border-r-amber-300\/80:hover {
  border-right-color: rgb(252 211 77 / 0.8);
}

.hover\:border-r-amber-300\/90:hover {
  border-right-color: rgb(252 211 77 / 0.9);
}

.hover\:border-r-amber-300\/95:hover {
  border-right-color: rgb(252 211 77 / 0.95);
}

.hover\:border-r-amber-400:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(251 191 36 / var(--tw-border-opacity));
}

.hover\:border-r-amber-400\/0:hover {
  border-right-color: rgb(251 191 36 / 0);
}

.hover\:border-r-amber-400\/10:hover {
  border-right-color: rgb(251 191 36 / 0.1);
}

.hover\:border-r-amber-400\/100:hover {
  border-right-color: rgb(251 191 36 / 1);
}

.hover\:border-r-amber-400\/20:hover {
  border-right-color: rgb(251 191 36 / 0.2);
}

.hover\:border-r-amber-400\/25:hover {
  border-right-color: rgb(251 191 36 / 0.25);
}

.hover\:border-r-amber-400\/30:hover {
  border-right-color: rgb(251 191 36 / 0.3);
}

.hover\:border-r-amber-400\/40:hover {
  border-right-color: rgb(251 191 36 / 0.4);
}

.hover\:border-r-amber-400\/5:hover {
  border-right-color: rgb(251 191 36 / 0.05);
}

.hover\:border-r-amber-400\/50:hover {
  border-right-color: rgb(251 191 36 / 0.5);
}

.hover\:border-r-amber-400\/60:hover {
  border-right-color: rgb(251 191 36 / 0.6);
}

.hover\:border-r-amber-400\/70:hover {
  border-right-color: rgb(251 191 36 / 0.7);
}

.hover\:border-r-amber-400\/75:hover {
  border-right-color: rgb(251 191 36 / 0.75);
}

.hover\:border-r-amber-400\/80:hover {
  border-right-color: rgb(251 191 36 / 0.8);
}

.hover\:border-r-amber-400\/90:hover {
  border-right-color: rgb(251 191 36 / 0.9);
}

.hover\:border-r-amber-400\/95:hover {
  border-right-color: rgb(251 191 36 / 0.95);
}

.hover\:border-r-amber-50:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.hover\:border-r-amber-50\/0:hover {
  border-right-color: rgb(255 251 235 / 0);
}

.hover\:border-r-amber-50\/10:hover {
  border-right-color: rgb(255 251 235 / 0.1);
}

.hover\:border-r-amber-50\/100:hover {
  border-right-color: rgb(255 251 235 / 1);
}

.hover\:border-r-amber-50\/20:hover {
  border-right-color: rgb(255 251 235 / 0.2);
}

.hover\:border-r-amber-50\/25:hover {
  border-right-color: rgb(255 251 235 / 0.25);
}

.hover\:border-r-amber-50\/30:hover {
  border-right-color: rgb(255 251 235 / 0.3);
}

.hover\:border-r-amber-50\/40:hover {
  border-right-color: rgb(255 251 235 / 0.4);
}

.hover\:border-r-amber-50\/5:hover {
  border-right-color: rgb(255 251 235 / 0.05);
}

.hover\:border-r-amber-50\/50:hover {
  border-right-color: rgb(255 251 235 / 0.5);
}

.hover\:border-r-amber-50\/60:hover {
  border-right-color: rgb(255 251 235 / 0.6);
}

.hover\:border-r-amber-50\/70:hover {
  border-right-color: rgb(255 251 235 / 0.7);
}

.hover\:border-r-amber-50\/75:hover {
  border-right-color: rgb(255 251 235 / 0.75);
}

.hover\:border-r-amber-50\/80:hover {
  border-right-color: rgb(255 251 235 / 0.8);
}

.hover\:border-r-amber-50\/90:hover {
  border-right-color: rgb(255 251 235 / 0.9);
}

.hover\:border-r-amber-50\/95:hover {
  border-right-color: rgb(255 251 235 / 0.95);
}

.hover\:border-r-amber-500:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 158 11 / var(--tw-border-opacity));
}

.hover\:border-r-amber-500\/0:hover {
  border-right-color: rgb(245 158 11 / 0);
}

.hover\:border-r-amber-500\/10:hover {
  border-right-color: rgb(245 158 11 / 0.1);
}

.hover\:border-r-amber-500\/100:hover {
  border-right-color: rgb(245 158 11 / 1);
}

.hover\:border-r-amber-500\/20:hover {
  border-right-color: rgb(245 158 11 / 0.2);
}

.hover\:border-r-amber-500\/25:hover {
  border-right-color: rgb(245 158 11 / 0.25);
}

.hover\:border-r-amber-500\/30:hover {
  border-right-color: rgb(245 158 11 / 0.3);
}

.hover\:border-r-amber-500\/40:hover {
  border-right-color: rgb(245 158 11 / 0.4);
}

.hover\:border-r-amber-500\/5:hover {
  border-right-color: rgb(245 158 11 / 0.05);
}

.hover\:border-r-amber-500\/50:hover {
  border-right-color: rgb(245 158 11 / 0.5);
}

.hover\:border-r-amber-500\/60:hover {
  border-right-color: rgb(245 158 11 / 0.6);
}

.hover\:border-r-amber-500\/70:hover {
  border-right-color: rgb(245 158 11 / 0.7);
}

.hover\:border-r-amber-500\/75:hover {
  border-right-color: rgb(245 158 11 / 0.75);
}

.hover\:border-r-amber-500\/80:hover {
  border-right-color: rgb(245 158 11 / 0.8);
}

.hover\:border-r-amber-500\/90:hover {
  border-right-color: rgb(245 158 11 / 0.9);
}

.hover\:border-r-amber-500\/95:hover {
  border-right-color: rgb(245 158 11 / 0.95);
}

.hover\:border-r-amber-600:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(217 119 6 / var(--tw-border-opacity));
}

.hover\:border-r-amber-600\/0:hover {
  border-right-color: rgb(217 119 6 / 0);
}

.hover\:border-r-amber-600\/10:hover {
  border-right-color: rgb(217 119 6 / 0.1);
}

.hover\:border-r-amber-600\/100:hover {
  border-right-color: rgb(217 119 6 / 1);
}

.hover\:border-r-amber-600\/20:hover {
  border-right-color: rgb(217 119 6 / 0.2);
}

.hover\:border-r-amber-600\/25:hover {
  border-right-color: rgb(217 119 6 / 0.25);
}

.hover\:border-r-amber-600\/30:hover {
  border-right-color: rgb(217 119 6 / 0.3);
}

.hover\:border-r-amber-600\/40:hover {
  border-right-color: rgb(217 119 6 / 0.4);
}

.hover\:border-r-amber-600\/5:hover {
  border-right-color: rgb(217 119 6 / 0.05);
}

.hover\:border-r-amber-600\/50:hover {
  border-right-color: rgb(217 119 6 / 0.5);
}

.hover\:border-r-amber-600\/60:hover {
  border-right-color: rgb(217 119 6 / 0.6);
}

.hover\:border-r-amber-600\/70:hover {
  border-right-color: rgb(217 119 6 / 0.7);
}

.hover\:border-r-amber-600\/75:hover {
  border-right-color: rgb(217 119 6 / 0.75);
}

.hover\:border-r-amber-600\/80:hover {
  border-right-color: rgb(217 119 6 / 0.8);
}

.hover\:border-r-amber-600\/90:hover {
  border-right-color: rgb(217 119 6 / 0.9);
}

.hover\:border-r-amber-600\/95:hover {
  border-right-color: rgb(217 119 6 / 0.95);
}

.hover\:border-r-amber-700:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(180 83 9 / var(--tw-border-opacity));
}

.hover\:border-r-amber-700\/0:hover {
  border-right-color: rgb(180 83 9 / 0);
}

.hover\:border-r-amber-700\/10:hover {
  border-right-color: rgb(180 83 9 / 0.1);
}

.hover\:border-r-amber-700\/100:hover {
  border-right-color: rgb(180 83 9 / 1);
}

.hover\:border-r-amber-700\/20:hover {
  border-right-color: rgb(180 83 9 / 0.2);
}

.hover\:border-r-amber-700\/25:hover {
  border-right-color: rgb(180 83 9 / 0.25);
}

.hover\:border-r-amber-700\/30:hover {
  border-right-color: rgb(180 83 9 / 0.3);
}

.hover\:border-r-amber-700\/40:hover {
  border-right-color: rgb(180 83 9 / 0.4);
}

.hover\:border-r-amber-700\/5:hover {
  border-right-color: rgb(180 83 9 / 0.05);
}

.hover\:border-r-amber-700\/50:hover {
  border-right-color: rgb(180 83 9 / 0.5);
}

.hover\:border-r-amber-700\/60:hover {
  border-right-color: rgb(180 83 9 / 0.6);
}

.hover\:border-r-amber-700\/70:hover {
  border-right-color: rgb(180 83 9 / 0.7);
}

.hover\:border-r-amber-700\/75:hover {
  border-right-color: rgb(180 83 9 / 0.75);
}

.hover\:border-r-amber-700\/80:hover {
  border-right-color: rgb(180 83 9 / 0.8);
}

.hover\:border-r-amber-700\/90:hover {
  border-right-color: rgb(180 83 9 / 0.9);
}

.hover\:border-r-amber-700\/95:hover {
  border-right-color: rgb(180 83 9 / 0.95);
}

.hover\:border-r-amber-800:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(146 64 14 / var(--tw-border-opacity));
}

.hover\:border-r-amber-800\/0:hover {
  border-right-color: rgb(146 64 14 / 0);
}

.hover\:border-r-amber-800\/10:hover {
  border-right-color: rgb(146 64 14 / 0.1);
}

.hover\:border-r-amber-800\/100:hover {
  border-right-color: rgb(146 64 14 / 1);
}

.hover\:border-r-amber-800\/20:hover {
  border-right-color: rgb(146 64 14 / 0.2);
}

.hover\:border-r-amber-800\/25:hover {
  border-right-color: rgb(146 64 14 / 0.25);
}

.hover\:border-r-amber-800\/30:hover {
  border-right-color: rgb(146 64 14 / 0.3);
}

.hover\:border-r-amber-800\/40:hover {
  border-right-color: rgb(146 64 14 / 0.4);
}

.hover\:border-r-amber-800\/5:hover {
  border-right-color: rgb(146 64 14 / 0.05);
}

.hover\:border-r-amber-800\/50:hover {
  border-right-color: rgb(146 64 14 / 0.5);
}

.hover\:border-r-amber-800\/60:hover {
  border-right-color: rgb(146 64 14 / 0.6);
}

.hover\:border-r-amber-800\/70:hover {
  border-right-color: rgb(146 64 14 / 0.7);
}

.hover\:border-r-amber-800\/75:hover {
  border-right-color: rgb(146 64 14 / 0.75);
}

.hover\:border-r-amber-800\/80:hover {
  border-right-color: rgb(146 64 14 / 0.8);
}

.hover\:border-r-amber-800\/90:hover {
  border-right-color: rgb(146 64 14 / 0.9);
}

.hover\:border-r-amber-800\/95:hover {
  border-right-color: rgb(146 64 14 / 0.95);
}

.hover\:border-r-amber-900:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(120 53 15 / var(--tw-border-opacity));
}

.hover\:border-r-amber-900\/0:hover {
  border-right-color: rgb(120 53 15 / 0);
}

.hover\:border-r-amber-900\/10:hover {
  border-right-color: rgb(120 53 15 / 0.1);
}

.hover\:border-r-amber-900\/100:hover {
  border-right-color: rgb(120 53 15 / 1);
}

.hover\:border-r-amber-900\/20:hover {
  border-right-color: rgb(120 53 15 / 0.2);
}

.hover\:border-r-amber-900\/25:hover {
  border-right-color: rgb(120 53 15 / 0.25);
}

.hover\:border-r-amber-900\/30:hover {
  border-right-color: rgb(120 53 15 / 0.3);
}

.hover\:border-r-amber-900\/40:hover {
  border-right-color: rgb(120 53 15 / 0.4);
}

.hover\:border-r-amber-900\/5:hover {
  border-right-color: rgb(120 53 15 / 0.05);
}

.hover\:border-r-amber-900\/50:hover {
  border-right-color: rgb(120 53 15 / 0.5);
}

.hover\:border-r-amber-900\/60:hover {
  border-right-color: rgb(120 53 15 / 0.6);
}

.hover\:border-r-amber-900\/70:hover {
  border-right-color: rgb(120 53 15 / 0.7);
}

.hover\:border-r-amber-900\/75:hover {
  border-right-color: rgb(120 53 15 / 0.75);
}

.hover\:border-r-amber-900\/80:hover {
  border-right-color: rgb(120 53 15 / 0.8);
}

.hover\:border-r-amber-900\/90:hover {
  border-right-color: rgb(120 53 15 / 0.9);
}

.hover\:border-r-amber-900\/95:hover {
  border-right-color: rgb(120 53 15 / 0.95);
}

.hover\:border-r-amber-950:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(69 26 3 / var(--tw-border-opacity));
}

.hover\:border-r-amber-950\/0:hover {
  border-right-color: rgb(69 26 3 / 0);
}

.hover\:border-r-amber-950\/10:hover {
  border-right-color: rgb(69 26 3 / 0.1);
}

.hover\:border-r-amber-950\/100:hover {
  border-right-color: rgb(69 26 3 / 1);
}

.hover\:border-r-amber-950\/20:hover {
  border-right-color: rgb(69 26 3 / 0.2);
}

.hover\:border-r-amber-950\/25:hover {
  border-right-color: rgb(69 26 3 / 0.25);
}

.hover\:border-r-amber-950\/30:hover {
  border-right-color: rgb(69 26 3 / 0.3);
}

.hover\:border-r-amber-950\/40:hover {
  border-right-color: rgb(69 26 3 / 0.4);
}

.hover\:border-r-amber-950\/5:hover {
  border-right-color: rgb(69 26 3 / 0.05);
}

.hover\:border-r-amber-950\/50:hover {
  border-right-color: rgb(69 26 3 / 0.5);
}

.hover\:border-r-amber-950\/60:hover {
  border-right-color: rgb(69 26 3 / 0.6);
}

.hover\:border-r-amber-950\/70:hover {
  border-right-color: rgb(69 26 3 / 0.7);
}

.hover\:border-r-amber-950\/75:hover {
  border-right-color: rgb(69 26 3 / 0.75);
}

.hover\:border-r-amber-950\/80:hover {
  border-right-color: rgb(69 26 3 / 0.8);
}

.hover\:border-r-amber-950\/90:hover {
  border-right-color: rgb(69 26 3 / 0.9);
}

.hover\:border-r-amber-950\/95:hover {
  border-right-color: rgb(69 26 3 / 0.95);
}

.hover\:border-r-black:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.hover\:border-r-black\/0:hover {
  border-right-color: rgb(0 0 0 / 0);
}

.hover\:border-r-black\/10:hover {
  border-right-color: rgb(0 0 0 / 0.1);
}

.hover\:border-r-black\/100:hover {
  border-right-color: rgb(0 0 0 / 1);
}

.hover\:border-r-black\/20:hover {
  border-right-color: rgb(0 0 0 / 0.2);
}

.hover\:border-r-black\/25:hover {
  border-right-color: rgb(0 0 0 / 0.25);
}

.hover\:border-r-black\/30:hover {
  border-right-color: rgb(0 0 0 / 0.3);
}

.hover\:border-r-black\/40:hover {
  border-right-color: rgb(0 0 0 / 0.4);
}

.hover\:border-r-black\/5:hover {
  border-right-color: rgb(0 0 0 / 0.05);
}

.hover\:border-r-black\/50:hover {
  border-right-color: rgb(0 0 0 / 0.5);
}

.hover\:border-r-black\/60:hover {
  border-right-color: rgb(0 0 0 / 0.6);
}

.hover\:border-r-black\/70:hover {
  border-right-color: rgb(0 0 0 / 0.7);
}

.hover\:border-r-black\/75:hover {
  border-right-color: rgb(0 0 0 / 0.75);
}

.hover\:border-r-black\/80:hover {
  border-right-color: rgb(0 0 0 / 0.8);
}

.hover\:border-r-black\/90:hover {
  border-right-color: rgb(0 0 0 / 0.9);
}

.hover\:border-r-black\/95:hover {
  border-right-color: rgb(0 0 0 / 0.95);
}

.hover\:border-r-blue-100:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(219 234 254 / var(--tw-border-opacity));
}

.hover\:border-r-blue-100\/0:hover {
  border-right-color: rgb(219 234 254 / 0);
}

.hover\:border-r-blue-100\/10:hover {
  border-right-color: rgb(219 234 254 / 0.1);
}

.hover\:border-r-blue-100\/100:hover {
  border-right-color: rgb(219 234 254 / 1);
}

.hover\:border-r-blue-100\/20:hover {
  border-right-color: rgb(219 234 254 / 0.2);
}

.hover\:border-r-blue-100\/25:hover {
  border-right-color: rgb(219 234 254 / 0.25);
}

.hover\:border-r-blue-100\/30:hover {
  border-right-color: rgb(219 234 254 / 0.3);
}

.hover\:border-r-blue-100\/40:hover {
  border-right-color: rgb(219 234 254 / 0.4);
}

.hover\:border-r-blue-100\/5:hover {
  border-right-color: rgb(219 234 254 / 0.05);
}

.hover\:border-r-blue-100\/50:hover {
  border-right-color: rgb(219 234 254 / 0.5);
}

.hover\:border-r-blue-100\/60:hover {
  border-right-color: rgb(219 234 254 / 0.6);
}

.hover\:border-r-blue-100\/70:hover {
  border-right-color: rgb(219 234 254 / 0.7);
}

.hover\:border-r-blue-100\/75:hover {
  border-right-color: rgb(219 234 254 / 0.75);
}

.hover\:border-r-blue-100\/80:hover {
  border-right-color: rgb(219 234 254 / 0.8);
}

.hover\:border-r-blue-100\/90:hover {
  border-right-color: rgb(219 234 254 / 0.9);
}

.hover\:border-r-blue-100\/95:hover {
  border-right-color: rgb(219 234 254 / 0.95);
}

.hover\:border-r-blue-200:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.hover\:border-r-blue-200\/0:hover {
  border-right-color: rgb(191 219 254 / 0);
}

.hover\:border-r-blue-200\/10:hover {
  border-right-color: rgb(191 219 254 / 0.1);
}

.hover\:border-r-blue-200\/100:hover {
  border-right-color: rgb(191 219 254 / 1);
}

.hover\:border-r-blue-200\/20:hover {
  border-right-color: rgb(191 219 254 / 0.2);
}

.hover\:border-r-blue-200\/25:hover {
  border-right-color: rgb(191 219 254 / 0.25);
}

.hover\:border-r-blue-200\/30:hover {
  border-right-color: rgb(191 219 254 / 0.3);
}

.hover\:border-r-blue-200\/40:hover {
  border-right-color: rgb(191 219 254 / 0.4);
}

.hover\:border-r-blue-200\/5:hover {
  border-right-color: rgb(191 219 254 / 0.05);
}

.hover\:border-r-blue-200\/50:hover {
  border-right-color: rgb(191 219 254 / 0.5);
}

.hover\:border-r-blue-200\/60:hover {
  border-right-color: rgb(191 219 254 / 0.6);
}

.hover\:border-r-blue-200\/70:hover {
  border-right-color: rgb(191 219 254 / 0.7);
}

.hover\:border-r-blue-200\/75:hover {
  border-right-color: rgb(191 219 254 / 0.75);
}

.hover\:border-r-blue-200\/80:hover {
  border-right-color: rgb(191 219 254 / 0.8);
}

.hover\:border-r-blue-200\/90:hover {
  border-right-color: rgb(191 219 254 / 0.9);
}

.hover\:border-r-blue-200\/95:hover {
  border-right-color: rgb(191 219 254 / 0.95);
}

.hover\:border-r-blue-300:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.hover\:border-r-blue-300\/0:hover {
  border-right-color: rgb(147 197 253 / 0);
}

.hover\:border-r-blue-300\/10:hover {
  border-right-color: rgb(147 197 253 / 0.1);
}

.hover\:border-r-blue-300\/100:hover {
  border-right-color: rgb(147 197 253 / 1);
}

.hover\:border-r-blue-300\/20:hover {
  border-right-color: rgb(147 197 253 / 0.2);
}

.hover\:border-r-blue-300\/25:hover {
  border-right-color: rgb(147 197 253 / 0.25);
}

.hover\:border-r-blue-300\/30:hover {
  border-right-color: rgb(147 197 253 / 0.3);
}

.hover\:border-r-blue-300\/40:hover {
  border-right-color: rgb(147 197 253 / 0.4);
}

.hover\:border-r-blue-300\/5:hover {
  border-right-color: rgb(147 197 253 / 0.05);
}

.hover\:border-r-blue-300\/50:hover {
  border-right-color: rgb(147 197 253 / 0.5);
}

.hover\:border-r-blue-300\/60:hover {
  border-right-color: rgb(147 197 253 / 0.6);
}

.hover\:border-r-blue-300\/70:hover {
  border-right-color: rgb(147 197 253 / 0.7);
}

.hover\:border-r-blue-300\/75:hover {
  border-right-color: rgb(147 197 253 / 0.75);
}

.hover\:border-r-blue-300\/80:hover {
  border-right-color: rgb(147 197 253 / 0.8);
}

.hover\:border-r-blue-300\/90:hover {
  border-right-color: rgb(147 197 253 / 0.9);
}

.hover\:border-r-blue-300\/95:hover {
  border-right-color: rgb(147 197 253 / 0.95);
}

.hover\:border-r-blue-400:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.hover\:border-r-blue-400\/0:hover {
  border-right-color: rgb(96 165 250 / 0);
}

.hover\:border-r-blue-400\/10:hover {
  border-right-color: rgb(96 165 250 / 0.1);
}

.hover\:border-r-blue-400\/100:hover {
  border-right-color: rgb(96 165 250 / 1);
}

.hover\:border-r-blue-400\/20:hover {
  border-right-color: rgb(96 165 250 / 0.2);
}

.hover\:border-r-blue-400\/25:hover {
  border-right-color: rgb(96 165 250 / 0.25);
}

.hover\:border-r-blue-400\/30:hover {
  border-right-color: rgb(96 165 250 / 0.3);
}

.hover\:border-r-blue-400\/40:hover {
  border-right-color: rgb(96 165 250 / 0.4);
}

.hover\:border-r-blue-400\/5:hover {
  border-right-color: rgb(96 165 250 / 0.05);
}

.hover\:border-r-blue-400\/50:hover {
  border-right-color: rgb(96 165 250 / 0.5);
}

.hover\:border-r-blue-400\/60:hover {
  border-right-color: rgb(96 165 250 / 0.6);
}

.hover\:border-r-blue-400\/70:hover {
  border-right-color: rgb(96 165 250 / 0.7);
}

.hover\:border-r-blue-400\/75:hover {
  border-right-color: rgb(96 165 250 / 0.75);
}

.hover\:border-r-blue-400\/80:hover {
  border-right-color: rgb(96 165 250 / 0.8);
}

.hover\:border-r-blue-400\/90:hover {
  border-right-color: rgb(96 165 250 / 0.9);
}

.hover\:border-r-blue-400\/95:hover {
  border-right-color: rgb(96 165 250 / 0.95);
}

.hover\:border-r-blue-50:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(239 246 255 / var(--tw-border-opacity));
}

.hover\:border-r-blue-50\/0:hover {
  border-right-color: rgb(239 246 255 / 0);
}

.hover\:border-r-blue-50\/10:hover {
  border-right-color: rgb(239 246 255 / 0.1);
}

.hover\:border-r-blue-50\/100:hover {
  border-right-color: rgb(239 246 255 / 1);
}

.hover\:border-r-blue-50\/20:hover {
  border-right-color: rgb(239 246 255 / 0.2);
}

.hover\:border-r-blue-50\/25:hover {
  border-right-color: rgb(239 246 255 / 0.25);
}

.hover\:border-r-blue-50\/30:hover {
  border-right-color: rgb(239 246 255 / 0.3);
}

.hover\:border-r-blue-50\/40:hover {
  border-right-color: rgb(239 246 255 / 0.4);
}

.hover\:border-r-blue-50\/5:hover {
  border-right-color: rgb(239 246 255 / 0.05);
}

.hover\:border-r-blue-50\/50:hover {
  border-right-color: rgb(239 246 255 / 0.5);
}

.hover\:border-r-blue-50\/60:hover {
  border-right-color: rgb(239 246 255 / 0.6);
}

.hover\:border-r-blue-50\/70:hover {
  border-right-color: rgb(239 246 255 / 0.7);
}

.hover\:border-r-blue-50\/75:hover {
  border-right-color: rgb(239 246 255 / 0.75);
}

.hover\:border-r-blue-50\/80:hover {
  border-right-color: rgb(239 246 255 / 0.8);
}

.hover\:border-r-blue-50\/90:hover {
  border-right-color: rgb(239 246 255 / 0.9);
}

.hover\:border-r-blue-50\/95:hover {
  border-right-color: rgb(239 246 255 / 0.95);
}

.hover\:border-r-blue-500:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.hover\:border-r-blue-500\/0:hover {
  border-right-color: rgb(59 130 246 / 0);
}

.hover\:border-r-blue-500\/10:hover {
  border-right-color: rgb(59 130 246 / 0.1);
}

.hover\:border-r-blue-500\/100:hover {
  border-right-color: rgb(59 130 246 / 1);
}

.hover\:border-r-blue-500\/20:hover {
  border-right-color: rgb(59 130 246 / 0.2);
}

.hover\:border-r-blue-500\/25:hover {
  border-right-color: rgb(59 130 246 / 0.25);
}

.hover\:border-r-blue-500\/30:hover {
  border-right-color: rgb(59 130 246 / 0.3);
}

.hover\:border-r-blue-500\/40:hover {
  border-right-color: rgb(59 130 246 / 0.4);
}

.hover\:border-r-blue-500\/5:hover {
  border-right-color: rgb(59 130 246 / 0.05);
}

.hover\:border-r-blue-500\/50:hover {
  border-right-color: rgb(59 130 246 / 0.5);
}

.hover\:border-r-blue-500\/60:hover {
  border-right-color: rgb(59 130 246 / 0.6);
}

.hover\:border-r-blue-500\/70:hover {
  border-right-color: rgb(59 130 246 / 0.7);
}

.hover\:border-r-blue-500\/75:hover {
  border-right-color: rgb(59 130 246 / 0.75);
}

.hover\:border-r-blue-500\/80:hover {
  border-right-color: rgb(59 130 246 / 0.8);
}

.hover\:border-r-blue-500\/90:hover {
  border-right-color: rgb(59 130 246 / 0.9);
}

.hover\:border-r-blue-500\/95:hover {
  border-right-color: rgb(59 130 246 / 0.95);
}

.hover\:border-r-blue-600:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.hover\:border-r-blue-600\/0:hover {
  border-right-color: rgb(37 99 235 / 0);
}

.hover\:border-r-blue-600\/10:hover {
  border-right-color: rgb(37 99 235 / 0.1);
}

.hover\:border-r-blue-600\/100:hover {
  border-right-color: rgb(37 99 235 / 1);
}

.hover\:border-r-blue-600\/20:hover {
  border-right-color: rgb(37 99 235 / 0.2);
}

.hover\:border-r-blue-600\/25:hover {
  border-right-color: rgb(37 99 235 / 0.25);
}

.hover\:border-r-blue-600\/30:hover {
  border-right-color: rgb(37 99 235 / 0.3);
}

.hover\:border-r-blue-600\/40:hover {
  border-right-color: rgb(37 99 235 / 0.4);
}

.hover\:border-r-blue-600\/5:hover {
  border-right-color: rgb(37 99 235 / 0.05);
}

.hover\:border-r-blue-600\/50:hover {
  border-right-color: rgb(37 99 235 / 0.5);
}

.hover\:border-r-blue-600\/60:hover {
  border-right-color: rgb(37 99 235 / 0.6);
}

.hover\:border-r-blue-600\/70:hover {
  border-right-color: rgb(37 99 235 / 0.7);
}

.hover\:border-r-blue-600\/75:hover {
  border-right-color: rgb(37 99 235 / 0.75);
}

.hover\:border-r-blue-600\/80:hover {
  border-right-color: rgb(37 99 235 / 0.8);
}

.hover\:border-r-blue-600\/90:hover {
  border-right-color: rgb(37 99 235 / 0.9);
}

.hover\:border-r-blue-600\/95:hover {
  border-right-color: rgb(37 99 235 / 0.95);
}

.hover\:border-r-blue-700:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.hover\:border-r-blue-700\/0:hover {
  border-right-color: rgb(29 78 216 / 0);
}

.hover\:border-r-blue-700\/10:hover {
  border-right-color: rgb(29 78 216 / 0.1);
}

.hover\:border-r-blue-700\/100:hover {
  border-right-color: rgb(29 78 216 / 1);
}

.hover\:border-r-blue-700\/20:hover {
  border-right-color: rgb(29 78 216 / 0.2);
}

.hover\:border-r-blue-700\/25:hover {
  border-right-color: rgb(29 78 216 / 0.25);
}

.hover\:border-r-blue-700\/30:hover {
  border-right-color: rgb(29 78 216 / 0.3);
}

.hover\:border-r-blue-700\/40:hover {
  border-right-color: rgb(29 78 216 / 0.4);
}

.hover\:border-r-blue-700\/5:hover {
  border-right-color: rgb(29 78 216 / 0.05);
}

.hover\:border-r-blue-700\/50:hover {
  border-right-color: rgb(29 78 216 / 0.5);
}

.hover\:border-r-blue-700\/60:hover {
  border-right-color: rgb(29 78 216 / 0.6);
}

.hover\:border-r-blue-700\/70:hover {
  border-right-color: rgb(29 78 216 / 0.7);
}

.hover\:border-r-blue-700\/75:hover {
  border-right-color: rgb(29 78 216 / 0.75);
}

.hover\:border-r-blue-700\/80:hover {
  border-right-color: rgb(29 78 216 / 0.8);
}

.hover\:border-r-blue-700\/90:hover {
  border-right-color: rgb(29 78 216 / 0.9);
}

.hover\:border-r-blue-700\/95:hover {
  border-right-color: rgb(29 78 216 / 0.95);
}

.hover\:border-r-blue-800:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.hover\:border-r-blue-800\/0:hover {
  border-right-color: rgb(30 64 175 / 0);
}

.hover\:border-r-blue-800\/10:hover {
  border-right-color: rgb(30 64 175 / 0.1);
}

.hover\:border-r-blue-800\/100:hover {
  border-right-color: rgb(30 64 175 / 1);
}

.hover\:border-r-blue-800\/20:hover {
  border-right-color: rgb(30 64 175 / 0.2);
}

.hover\:border-r-blue-800\/25:hover {
  border-right-color: rgb(30 64 175 / 0.25);
}

.hover\:border-r-blue-800\/30:hover {
  border-right-color: rgb(30 64 175 / 0.3);
}

.hover\:border-r-blue-800\/40:hover {
  border-right-color: rgb(30 64 175 / 0.4);
}

.hover\:border-r-blue-800\/5:hover {
  border-right-color: rgb(30 64 175 / 0.05);
}

.hover\:border-r-blue-800\/50:hover {
  border-right-color: rgb(30 64 175 / 0.5);
}

.hover\:border-r-blue-800\/60:hover {
  border-right-color: rgb(30 64 175 / 0.6);
}

.hover\:border-r-blue-800\/70:hover {
  border-right-color: rgb(30 64 175 / 0.7);
}

.hover\:border-r-blue-800\/75:hover {
  border-right-color: rgb(30 64 175 / 0.75);
}

.hover\:border-r-blue-800\/80:hover {
  border-right-color: rgb(30 64 175 / 0.8);
}

.hover\:border-r-blue-800\/90:hover {
  border-right-color: rgb(30 64 175 / 0.9);
}

.hover\:border-r-blue-800\/95:hover {
  border-right-color: rgb(30 64 175 / 0.95);
}

.hover\:border-r-blue-900:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.hover\:border-r-blue-900\/0:hover {
  border-right-color: rgb(30 58 138 / 0);
}

.hover\:border-r-blue-900\/10:hover {
  border-right-color: rgb(30 58 138 / 0.1);
}

.hover\:border-r-blue-900\/100:hover {
  border-right-color: rgb(30 58 138 / 1);
}

.hover\:border-r-blue-900\/20:hover {
  border-right-color: rgb(30 58 138 / 0.2);
}

.hover\:border-r-blue-900\/25:hover {
  border-right-color: rgb(30 58 138 / 0.25);
}

.hover\:border-r-blue-900\/30:hover {
  border-right-color: rgb(30 58 138 / 0.3);
}

.hover\:border-r-blue-900\/40:hover {
  border-right-color: rgb(30 58 138 / 0.4);
}

.hover\:border-r-blue-900\/5:hover {
  border-right-color: rgb(30 58 138 / 0.05);
}

.hover\:border-r-blue-900\/50:hover {
  border-right-color: rgb(30 58 138 / 0.5);
}

.hover\:border-r-blue-900\/60:hover {
  border-right-color: rgb(30 58 138 / 0.6);
}

.hover\:border-r-blue-900\/70:hover {
  border-right-color: rgb(30 58 138 / 0.7);
}

.hover\:border-r-blue-900\/75:hover {
  border-right-color: rgb(30 58 138 / 0.75);
}

.hover\:border-r-blue-900\/80:hover {
  border-right-color: rgb(30 58 138 / 0.8);
}

.hover\:border-r-blue-900\/90:hover {
  border-right-color: rgb(30 58 138 / 0.9);
}

.hover\:border-r-blue-900\/95:hover {
  border-right-color: rgb(30 58 138 / 0.95);
}

.hover\:border-r-blue-950:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(23 37 84 / var(--tw-border-opacity));
}

.hover\:border-r-blue-950\/0:hover {
  border-right-color: rgb(23 37 84 / 0);
}

.hover\:border-r-blue-950\/10:hover {
  border-right-color: rgb(23 37 84 / 0.1);
}

.hover\:border-r-blue-950\/100:hover {
  border-right-color: rgb(23 37 84 / 1);
}

.hover\:border-r-blue-950\/20:hover {
  border-right-color: rgb(23 37 84 / 0.2);
}

.hover\:border-r-blue-950\/25:hover {
  border-right-color: rgb(23 37 84 / 0.25);
}

.hover\:border-r-blue-950\/30:hover {
  border-right-color: rgb(23 37 84 / 0.3);
}

.hover\:border-r-blue-950\/40:hover {
  border-right-color: rgb(23 37 84 / 0.4);
}

.hover\:border-r-blue-950\/5:hover {
  border-right-color: rgb(23 37 84 / 0.05);
}

.hover\:border-r-blue-950\/50:hover {
  border-right-color: rgb(23 37 84 / 0.5);
}

.hover\:border-r-blue-950\/60:hover {
  border-right-color: rgb(23 37 84 / 0.6);
}

.hover\:border-r-blue-950\/70:hover {
  border-right-color: rgb(23 37 84 / 0.7);
}

.hover\:border-r-blue-950\/75:hover {
  border-right-color: rgb(23 37 84 / 0.75);
}

.hover\:border-r-blue-950\/80:hover {
  border-right-color: rgb(23 37 84 / 0.8);
}

.hover\:border-r-blue-950\/90:hover {
  border-right-color: rgb(23 37 84 / 0.9);
}

.hover\:border-r-blue-950\/95:hover {
  border-right-color: rgb(23 37 84 / 0.95);
}

.hover\:border-r-brand-100:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(230 239 246 / var(--tw-border-opacity));
}

.hover\:border-r-brand-100\/0:hover {
  border-right-color: rgb(230 239 246 / 0);
}

.hover\:border-r-brand-100\/10:hover {
  border-right-color: rgb(230 239 246 / 0.1);
}

.hover\:border-r-brand-100\/100:hover {
  border-right-color: rgb(230 239 246 / 1);
}

.hover\:border-r-brand-100\/20:hover {
  border-right-color: rgb(230 239 246 / 0.2);
}

.hover\:border-r-brand-100\/25:hover {
  border-right-color: rgb(230 239 246 / 0.25);
}

.hover\:border-r-brand-100\/30:hover {
  border-right-color: rgb(230 239 246 / 0.3);
}

.hover\:border-r-brand-100\/40:hover {
  border-right-color: rgb(230 239 246 / 0.4);
}

.hover\:border-r-brand-100\/5:hover {
  border-right-color: rgb(230 239 246 / 0.05);
}

.hover\:border-r-brand-100\/50:hover {
  border-right-color: rgb(230 239 246 / 0.5);
}

.hover\:border-r-brand-100\/60:hover {
  border-right-color: rgb(230 239 246 / 0.6);
}

.hover\:border-r-brand-100\/70:hover {
  border-right-color: rgb(230 239 246 / 0.7);
}

.hover\:border-r-brand-100\/75:hover {
  border-right-color: rgb(230 239 246 / 0.75);
}

.hover\:border-r-brand-100\/80:hover {
  border-right-color: rgb(230 239 246 / 0.8);
}

.hover\:border-r-brand-100\/90:hover {
  border-right-color: rgb(230 239 246 / 0.9);
}

.hover\:border-r-brand-100\/95:hover {
  border-right-color: rgb(230 239 246 / 0.95);
}

.hover\:border-r-brand-200:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(193 215 234 / var(--tw-border-opacity));
}

.hover\:border-r-brand-200\/0:hover {
  border-right-color: rgb(193 215 234 / 0);
}

.hover\:border-r-brand-200\/10:hover {
  border-right-color: rgb(193 215 234 / 0.1);
}

.hover\:border-r-brand-200\/100:hover {
  border-right-color: rgb(193 215 234 / 1);
}

.hover\:border-r-brand-200\/20:hover {
  border-right-color: rgb(193 215 234 / 0.2);
}

.hover\:border-r-brand-200\/25:hover {
  border-right-color: rgb(193 215 234 / 0.25);
}

.hover\:border-r-brand-200\/30:hover {
  border-right-color: rgb(193 215 234 / 0.3);
}

.hover\:border-r-brand-200\/40:hover {
  border-right-color: rgb(193 215 234 / 0.4);
}

.hover\:border-r-brand-200\/5:hover {
  border-right-color: rgb(193 215 234 / 0.05);
}

.hover\:border-r-brand-200\/50:hover {
  border-right-color: rgb(193 215 234 / 0.5);
}

.hover\:border-r-brand-200\/60:hover {
  border-right-color: rgb(193 215 234 / 0.6);
}

.hover\:border-r-brand-200\/70:hover {
  border-right-color: rgb(193 215 234 / 0.7);
}

.hover\:border-r-brand-200\/75:hover {
  border-right-color: rgb(193 215 234 / 0.75);
}

.hover\:border-r-brand-200\/80:hover {
  border-right-color: rgb(193 215 234 / 0.8);
}

.hover\:border-r-brand-200\/90:hover {
  border-right-color: rgb(193 215 234 / 0.9);
}

.hover\:border-r-brand-200\/95:hover {
  border-right-color: rgb(193 215 234 / 0.95);
}

.hover\:border-r-brand-300:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(155 190 221 / var(--tw-border-opacity));
}

.hover\:border-r-brand-300\/0:hover {
  border-right-color: rgb(155 190 221 / 0);
}

.hover\:border-r-brand-300\/10:hover {
  border-right-color: rgb(155 190 221 / 0.1);
}

.hover\:border-r-brand-300\/100:hover {
  border-right-color: rgb(155 190 221 / 1);
}

.hover\:border-r-brand-300\/20:hover {
  border-right-color: rgb(155 190 221 / 0.2);
}

.hover\:border-r-brand-300\/25:hover {
  border-right-color: rgb(155 190 221 / 0.25);
}

.hover\:border-r-brand-300\/30:hover {
  border-right-color: rgb(155 190 221 / 0.3);
}

.hover\:border-r-brand-300\/40:hover {
  border-right-color: rgb(155 190 221 / 0.4);
}

.hover\:border-r-brand-300\/5:hover {
  border-right-color: rgb(155 190 221 / 0.05);
}

.hover\:border-r-brand-300\/50:hover {
  border-right-color: rgb(155 190 221 / 0.5);
}

.hover\:border-r-brand-300\/60:hover {
  border-right-color: rgb(155 190 221 / 0.6);
}

.hover\:border-r-brand-300\/70:hover {
  border-right-color: rgb(155 190 221 / 0.7);
}

.hover\:border-r-brand-300\/75:hover {
  border-right-color: rgb(155 190 221 / 0.75);
}

.hover\:border-r-brand-300\/80:hover {
  border-right-color: rgb(155 190 221 / 0.8);
}

.hover\:border-r-brand-300\/90:hover {
  border-right-color: rgb(155 190 221 / 0.9);
}

.hover\:border-r-brand-300\/95:hover {
  border-right-color: rgb(155 190 221 / 0.95);
}

.hover\:border-r-brand-400:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(81 142 195 / var(--tw-border-opacity));
}

.hover\:border-r-brand-400\/0:hover {
  border-right-color: rgb(81 142 195 / 0);
}

.hover\:border-r-brand-400\/10:hover {
  border-right-color: rgb(81 142 195 / 0.1);
}

.hover\:border-r-brand-400\/100:hover {
  border-right-color: rgb(81 142 195 / 1);
}

.hover\:border-r-brand-400\/20:hover {
  border-right-color: rgb(81 142 195 / 0.2);
}

.hover\:border-r-brand-400\/25:hover {
  border-right-color: rgb(81 142 195 / 0.25);
}

.hover\:border-r-brand-400\/30:hover {
  border-right-color: rgb(81 142 195 / 0.3);
}

.hover\:border-r-brand-400\/40:hover {
  border-right-color: rgb(81 142 195 / 0.4);
}

.hover\:border-r-brand-400\/5:hover {
  border-right-color: rgb(81 142 195 / 0.05);
}

.hover\:border-r-brand-400\/50:hover {
  border-right-color: rgb(81 142 195 / 0.5);
}

.hover\:border-r-brand-400\/60:hover {
  border-right-color: rgb(81 142 195 / 0.6);
}

.hover\:border-r-brand-400\/70:hover {
  border-right-color: rgb(81 142 195 / 0.7);
}

.hover\:border-r-brand-400\/75:hover {
  border-right-color: rgb(81 142 195 / 0.75);
}

.hover\:border-r-brand-400\/80:hover {
  border-right-color: rgb(81 142 195 / 0.8);
}

.hover\:border-r-brand-400\/90:hover {
  border-right-color: rgb(81 142 195 / 0.9);
}

.hover\:border-r-brand-400\/95:hover {
  border-right-color: rgb(81 142 195 / 0.95);
}

.hover\:border-r-brand-50:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(243 247 251 / var(--tw-border-opacity));
}

.hover\:border-r-brand-50\/0:hover {
  border-right-color: rgb(243 247 251 / 0);
}

.hover\:border-r-brand-50\/10:hover {
  border-right-color: rgb(243 247 251 / 0.1);
}

.hover\:border-r-brand-50\/100:hover {
  border-right-color: rgb(243 247 251 / 1);
}

.hover\:border-r-brand-50\/20:hover {
  border-right-color: rgb(243 247 251 / 0.2);
}

.hover\:border-r-brand-50\/25:hover {
  border-right-color: rgb(243 247 251 / 0.25);
}

.hover\:border-r-brand-50\/30:hover {
  border-right-color: rgb(243 247 251 / 0.3);
}

.hover\:border-r-brand-50\/40:hover {
  border-right-color: rgb(243 247 251 / 0.4);
}

.hover\:border-r-brand-50\/5:hover {
  border-right-color: rgb(243 247 251 / 0.05);
}

.hover\:border-r-brand-50\/50:hover {
  border-right-color: rgb(243 247 251 / 0.5);
}

.hover\:border-r-brand-50\/60:hover {
  border-right-color: rgb(243 247 251 / 0.6);
}

.hover\:border-r-brand-50\/70:hover {
  border-right-color: rgb(243 247 251 / 0.7);
}

.hover\:border-r-brand-50\/75:hover {
  border-right-color: rgb(243 247 251 / 0.75);
}

.hover\:border-r-brand-50\/80:hover {
  border-right-color: rgb(243 247 251 / 0.8);
}

.hover\:border-r-brand-50\/90:hover {
  border-right-color: rgb(243 247 251 / 0.9);
}

.hover\:border-r-brand-50\/95:hover {
  border-right-color: rgb(243 247 251 / 0.95);
}

.hover\:border-r-brand-500:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(6 93 169 / var(--tw-border-opacity));
}

.hover\:border-r-brand-500\/0:hover {
  border-right-color: rgb(6 93 169 / 0);
}

.hover\:border-r-brand-500\/10:hover {
  border-right-color: rgb(6 93 169 / 0.1);
}

.hover\:border-r-brand-500\/100:hover {
  border-right-color: rgb(6 93 169 / 1);
}

.hover\:border-r-brand-500\/20:hover {
  border-right-color: rgb(6 93 169 / 0.2);
}

.hover\:border-r-brand-500\/25:hover {
  border-right-color: rgb(6 93 169 / 0.25);
}

.hover\:border-r-brand-500\/30:hover {
  border-right-color: rgb(6 93 169 / 0.3);
}

.hover\:border-r-brand-500\/40:hover {
  border-right-color: rgb(6 93 169 / 0.4);
}

.hover\:border-r-brand-500\/5:hover {
  border-right-color: rgb(6 93 169 / 0.05);
}

.hover\:border-r-brand-500\/50:hover {
  border-right-color: rgb(6 93 169 / 0.5);
}

.hover\:border-r-brand-500\/60:hover {
  border-right-color: rgb(6 93 169 / 0.6);
}

.hover\:border-r-brand-500\/70:hover {
  border-right-color: rgb(6 93 169 / 0.7);
}

.hover\:border-r-brand-500\/75:hover {
  border-right-color: rgb(6 93 169 / 0.75);
}

.hover\:border-r-brand-500\/80:hover {
  border-right-color: rgb(6 93 169 / 0.8);
}

.hover\:border-r-brand-500\/90:hover {
  border-right-color: rgb(6 93 169 / 0.9);
}

.hover\:border-r-brand-500\/95:hover {
  border-right-color: rgb(6 93 169 / 0.95);
}

.hover\:border-r-brand-600:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(5 84 152 / var(--tw-border-opacity));
}

.hover\:border-r-brand-600\/0:hover {
  border-right-color: rgb(5 84 152 / 0);
}

.hover\:border-r-brand-600\/10:hover {
  border-right-color: rgb(5 84 152 / 0.1);
}

.hover\:border-r-brand-600\/100:hover {
  border-right-color: rgb(5 84 152 / 1);
}

.hover\:border-r-brand-600\/20:hover {
  border-right-color: rgb(5 84 152 / 0.2);
}

.hover\:border-r-brand-600\/25:hover {
  border-right-color: rgb(5 84 152 / 0.25);
}

.hover\:border-r-brand-600\/30:hover {
  border-right-color: rgb(5 84 152 / 0.3);
}

.hover\:border-r-brand-600\/40:hover {
  border-right-color: rgb(5 84 152 / 0.4);
}

.hover\:border-r-brand-600\/5:hover {
  border-right-color: rgb(5 84 152 / 0.05);
}

.hover\:border-r-brand-600\/50:hover {
  border-right-color: rgb(5 84 152 / 0.5);
}

.hover\:border-r-brand-600\/60:hover {
  border-right-color: rgb(5 84 152 / 0.6);
}

.hover\:border-r-brand-600\/70:hover {
  border-right-color: rgb(5 84 152 / 0.7);
}

.hover\:border-r-brand-600\/75:hover {
  border-right-color: rgb(5 84 152 / 0.75);
}

.hover\:border-r-brand-600\/80:hover {
  border-right-color: rgb(5 84 152 / 0.8);
}

.hover\:border-r-brand-600\/90:hover {
  border-right-color: rgb(5 84 152 / 0.9);
}

.hover\:border-r-brand-600\/95:hover {
  border-right-color: rgb(5 84 152 / 0.95);
}

.hover\:border-r-brand-700:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(4 56 101 / var(--tw-border-opacity));
}

.hover\:border-r-brand-700\/0:hover {
  border-right-color: rgb(4 56 101 / 0);
}

.hover\:border-r-brand-700\/10:hover {
  border-right-color: rgb(4 56 101 / 0.1);
}

.hover\:border-r-brand-700\/100:hover {
  border-right-color: rgb(4 56 101 / 1);
}

.hover\:border-r-brand-700\/20:hover {
  border-right-color: rgb(4 56 101 / 0.2);
}

.hover\:border-r-brand-700\/25:hover {
  border-right-color: rgb(4 56 101 / 0.25);
}

.hover\:border-r-brand-700\/30:hover {
  border-right-color: rgb(4 56 101 / 0.3);
}

.hover\:border-r-brand-700\/40:hover {
  border-right-color: rgb(4 56 101 / 0.4);
}

.hover\:border-r-brand-700\/5:hover {
  border-right-color: rgb(4 56 101 / 0.05);
}

.hover\:border-r-brand-700\/50:hover {
  border-right-color: rgb(4 56 101 / 0.5);
}

.hover\:border-r-brand-700\/60:hover {
  border-right-color: rgb(4 56 101 / 0.6);
}

.hover\:border-r-brand-700\/70:hover {
  border-right-color: rgb(4 56 101 / 0.7);
}

.hover\:border-r-brand-700\/75:hover {
  border-right-color: rgb(4 56 101 / 0.75);
}

.hover\:border-r-brand-700\/80:hover {
  border-right-color: rgb(4 56 101 / 0.8);
}

.hover\:border-r-brand-700\/90:hover {
  border-right-color: rgb(4 56 101 / 0.9);
}

.hover\:border-r-brand-700\/95:hover {
  border-right-color: rgb(4 56 101 / 0.95);
}

.hover\:border-r-brand-800:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(3 42 76 / var(--tw-border-opacity));
}

.hover\:border-r-brand-800\/0:hover {
  border-right-color: rgb(3 42 76 / 0);
}

.hover\:border-r-brand-800\/10:hover {
  border-right-color: rgb(3 42 76 / 0.1);
}

.hover\:border-r-brand-800\/100:hover {
  border-right-color: rgb(3 42 76 / 1);
}

.hover\:border-r-brand-800\/20:hover {
  border-right-color: rgb(3 42 76 / 0.2);
}

.hover\:border-r-brand-800\/25:hover {
  border-right-color: rgb(3 42 76 / 0.25);
}

.hover\:border-r-brand-800\/30:hover {
  border-right-color: rgb(3 42 76 / 0.3);
}

.hover\:border-r-brand-800\/40:hover {
  border-right-color: rgb(3 42 76 / 0.4);
}

.hover\:border-r-brand-800\/5:hover {
  border-right-color: rgb(3 42 76 / 0.05);
}

.hover\:border-r-brand-800\/50:hover {
  border-right-color: rgb(3 42 76 / 0.5);
}

.hover\:border-r-brand-800\/60:hover {
  border-right-color: rgb(3 42 76 / 0.6);
}

.hover\:border-r-brand-800\/70:hover {
  border-right-color: rgb(3 42 76 / 0.7);
}

.hover\:border-r-brand-800\/75:hover {
  border-right-color: rgb(3 42 76 / 0.75);
}

.hover\:border-r-brand-800\/80:hover {
  border-right-color: rgb(3 42 76 / 0.8);
}

.hover\:border-r-brand-800\/90:hover {
  border-right-color: rgb(3 42 76 / 0.9);
}

.hover\:border-r-brand-800\/95:hover {
  border-right-color: rgb(3 42 76 / 0.95);
}

.hover\:border-r-brand-900:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(2 28 51 / var(--tw-border-opacity));
}

.hover\:border-r-brand-900\/0:hover {
  border-right-color: rgb(2 28 51 / 0);
}

.hover\:border-r-brand-900\/10:hover {
  border-right-color: rgb(2 28 51 / 0.1);
}

.hover\:border-r-brand-900\/100:hover {
  border-right-color: rgb(2 28 51 / 1);
}

.hover\:border-r-brand-900\/20:hover {
  border-right-color: rgb(2 28 51 / 0.2);
}

.hover\:border-r-brand-900\/25:hover {
  border-right-color: rgb(2 28 51 / 0.25);
}

.hover\:border-r-brand-900\/30:hover {
  border-right-color: rgb(2 28 51 / 0.3);
}

.hover\:border-r-brand-900\/40:hover {
  border-right-color: rgb(2 28 51 / 0.4);
}

.hover\:border-r-brand-900\/5:hover {
  border-right-color: rgb(2 28 51 / 0.05);
}

.hover\:border-r-brand-900\/50:hover {
  border-right-color: rgb(2 28 51 / 0.5);
}

.hover\:border-r-brand-900\/60:hover {
  border-right-color: rgb(2 28 51 / 0.6);
}

.hover\:border-r-brand-900\/70:hover {
  border-right-color: rgb(2 28 51 / 0.7);
}

.hover\:border-r-brand-900\/75:hover {
  border-right-color: rgb(2 28 51 / 0.75);
}

.hover\:border-r-brand-900\/80:hover {
  border-right-color: rgb(2 28 51 / 0.8);
}

.hover\:border-r-brand-900\/90:hover {
  border-right-color: rgb(2 28 51 / 0.9);
}

.hover\:border-r-brand-900\/95:hover {
  border-right-color: rgb(2 28 51 / 0.95);
}

.hover\:border-r-current:hover {
  border-right-color: currentColor;
}

.hover\:border-r-cyan-100:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(207 250 254 / var(--tw-border-opacity));
}

.hover\:border-r-cyan-100\/0:hover {
  border-right-color: rgb(207 250 254 / 0);
}

.hover\:border-r-cyan-100\/10:hover {
  border-right-color: rgb(207 250 254 / 0.1);
}

.hover\:border-r-cyan-100\/100:hover {
  border-right-color: rgb(207 250 254 / 1);
}

.hover\:border-r-cyan-100\/20:hover {
  border-right-color: rgb(207 250 254 / 0.2);
}

.hover\:border-r-cyan-100\/25:hover {
  border-right-color: rgb(207 250 254 / 0.25);
}

.hover\:border-r-cyan-100\/30:hover {
  border-right-color: rgb(207 250 254 / 0.3);
}

.hover\:border-r-cyan-100\/40:hover {
  border-right-color: rgb(207 250 254 / 0.4);
}

.hover\:border-r-cyan-100\/5:hover {
  border-right-color: rgb(207 250 254 / 0.05);
}

.hover\:border-r-cyan-100\/50:hover {
  border-right-color: rgb(207 250 254 / 0.5);
}

.hover\:border-r-cyan-100\/60:hover {
  border-right-color: rgb(207 250 254 / 0.6);
}

.hover\:border-r-cyan-100\/70:hover {
  border-right-color: rgb(207 250 254 / 0.7);
}

.hover\:border-r-cyan-100\/75:hover {
  border-right-color: rgb(207 250 254 / 0.75);
}

.hover\:border-r-cyan-100\/80:hover {
  border-right-color: rgb(207 250 254 / 0.8);
}

.hover\:border-r-cyan-100\/90:hover {
  border-right-color: rgb(207 250 254 / 0.9);
}

.hover\:border-r-cyan-100\/95:hover {
  border-right-color: rgb(207 250 254 / 0.95);
}

.hover\:border-r-cyan-200:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(165 243 252 / var(--tw-border-opacity));
}

.hover\:border-r-cyan-200\/0:hover {
  border-right-color: rgb(165 243 252 / 0);
}

.hover\:border-r-cyan-200\/10:hover {
  border-right-color: rgb(165 243 252 / 0.1);
}

.hover\:border-r-cyan-200\/100:hover {
  border-right-color: rgb(165 243 252 / 1);
}

.hover\:border-r-cyan-200\/20:hover {
  border-right-color: rgb(165 243 252 / 0.2);
}

.hover\:border-r-cyan-200\/25:hover {
  border-right-color: rgb(165 243 252 / 0.25);
}

.hover\:border-r-cyan-200\/30:hover {
  border-right-color: rgb(165 243 252 / 0.3);
}

.hover\:border-r-cyan-200\/40:hover {
  border-right-color: rgb(165 243 252 / 0.4);
}

.hover\:border-r-cyan-200\/5:hover {
  border-right-color: rgb(165 243 252 / 0.05);
}

.hover\:border-r-cyan-200\/50:hover {
  border-right-color: rgb(165 243 252 / 0.5);
}

.hover\:border-r-cyan-200\/60:hover {
  border-right-color: rgb(165 243 252 / 0.6);
}

.hover\:border-r-cyan-200\/70:hover {
  border-right-color: rgb(165 243 252 / 0.7);
}

.hover\:border-r-cyan-200\/75:hover {
  border-right-color: rgb(165 243 252 / 0.75);
}

.hover\:border-r-cyan-200\/80:hover {
  border-right-color: rgb(165 243 252 / 0.8);
}

.hover\:border-r-cyan-200\/90:hover {
  border-right-color: rgb(165 243 252 / 0.9);
}

.hover\:border-r-cyan-200\/95:hover {
  border-right-color: rgb(165 243 252 / 0.95);
}

.hover\:border-r-cyan-300:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(103 232 249 / var(--tw-border-opacity));
}

.hover\:border-r-cyan-300\/0:hover {
  border-right-color: rgb(103 232 249 / 0);
}

.hover\:border-r-cyan-300\/10:hover {
  border-right-color: rgb(103 232 249 / 0.1);
}

.hover\:border-r-cyan-300\/100:hover {
  border-right-color: rgb(103 232 249 / 1);
}

.hover\:border-r-cyan-300\/20:hover {
  border-right-color: rgb(103 232 249 / 0.2);
}

.hover\:border-r-cyan-300\/25:hover {
  border-right-color: rgb(103 232 249 / 0.25);
}

.hover\:border-r-cyan-300\/30:hover {
  border-right-color: rgb(103 232 249 / 0.3);
}

.hover\:border-r-cyan-300\/40:hover {
  border-right-color: rgb(103 232 249 / 0.4);
}

.hover\:border-r-cyan-300\/5:hover {
  border-right-color: rgb(103 232 249 / 0.05);
}

.hover\:border-r-cyan-300\/50:hover {
  border-right-color: rgb(103 232 249 / 0.5);
}

.hover\:border-r-cyan-300\/60:hover {
  border-right-color: rgb(103 232 249 / 0.6);
}

.hover\:border-r-cyan-300\/70:hover {
  border-right-color: rgb(103 232 249 / 0.7);
}

.hover\:border-r-cyan-300\/75:hover {
  border-right-color: rgb(103 232 249 / 0.75);
}

.hover\:border-r-cyan-300\/80:hover {
  border-right-color: rgb(103 232 249 / 0.8);
}

.hover\:border-r-cyan-300\/90:hover {
  border-right-color: rgb(103 232 249 / 0.9);
}

.hover\:border-r-cyan-300\/95:hover {
  border-right-color: rgb(103 232 249 / 0.95);
}

.hover\:border-r-cyan-400:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(34 211 238 / var(--tw-border-opacity));
}

.hover\:border-r-cyan-400\/0:hover {
  border-right-color: rgb(34 211 238 / 0);
}

.hover\:border-r-cyan-400\/10:hover {
  border-right-color: rgb(34 211 238 / 0.1);
}

.hover\:border-r-cyan-400\/100:hover {
  border-right-color: rgb(34 211 238 / 1);
}

.hover\:border-r-cyan-400\/20:hover {
  border-right-color: rgb(34 211 238 / 0.2);
}

.hover\:border-r-cyan-400\/25:hover {
  border-right-color: rgb(34 211 238 / 0.25);
}

.hover\:border-r-cyan-400\/30:hover {
  border-right-color: rgb(34 211 238 / 0.3);
}

.hover\:border-r-cyan-400\/40:hover {
  border-right-color: rgb(34 211 238 / 0.4);
}

.hover\:border-r-cyan-400\/5:hover {
  border-right-color: rgb(34 211 238 / 0.05);
}

.hover\:border-r-cyan-400\/50:hover {
  border-right-color: rgb(34 211 238 / 0.5);
}

.hover\:border-r-cyan-400\/60:hover {
  border-right-color: rgb(34 211 238 / 0.6);
}

.hover\:border-r-cyan-400\/70:hover {
  border-right-color: rgb(34 211 238 / 0.7);
}

.hover\:border-r-cyan-400\/75:hover {
  border-right-color: rgb(34 211 238 / 0.75);
}

.hover\:border-r-cyan-400\/80:hover {
  border-right-color: rgb(34 211 238 / 0.8);
}

.hover\:border-r-cyan-400\/90:hover {
  border-right-color: rgb(34 211 238 / 0.9);
}

.hover\:border-r-cyan-400\/95:hover {
  border-right-color: rgb(34 211 238 / 0.95);
}

.hover\:border-r-cyan-50:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(236 254 255 / var(--tw-border-opacity));
}

.hover\:border-r-cyan-50\/0:hover {
  border-right-color: rgb(236 254 255 / 0);
}

.hover\:border-r-cyan-50\/10:hover {
  border-right-color: rgb(236 254 255 / 0.1);
}

.hover\:border-r-cyan-50\/100:hover {
  border-right-color: rgb(236 254 255 / 1);
}

.hover\:border-r-cyan-50\/20:hover {
  border-right-color: rgb(236 254 255 / 0.2);
}

.hover\:border-r-cyan-50\/25:hover {
  border-right-color: rgb(236 254 255 / 0.25);
}

.hover\:border-r-cyan-50\/30:hover {
  border-right-color: rgb(236 254 255 / 0.3);
}

.hover\:border-r-cyan-50\/40:hover {
  border-right-color: rgb(236 254 255 / 0.4);
}

.hover\:border-r-cyan-50\/5:hover {
  border-right-color: rgb(236 254 255 / 0.05);
}

.hover\:border-r-cyan-50\/50:hover {
  border-right-color: rgb(236 254 255 / 0.5);
}

.hover\:border-r-cyan-50\/60:hover {
  border-right-color: rgb(236 254 255 / 0.6);
}

.hover\:border-r-cyan-50\/70:hover {
  border-right-color: rgb(236 254 255 / 0.7);
}

.hover\:border-r-cyan-50\/75:hover {
  border-right-color: rgb(236 254 255 / 0.75);
}

.hover\:border-r-cyan-50\/80:hover {
  border-right-color: rgb(236 254 255 / 0.8);
}

.hover\:border-r-cyan-50\/90:hover {
  border-right-color: rgb(236 254 255 / 0.9);
}

.hover\:border-r-cyan-50\/95:hover {
  border-right-color: rgb(236 254 255 / 0.95);
}

.hover\:border-r-cyan-500:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(6 182 212 / var(--tw-border-opacity));
}

.hover\:border-r-cyan-500\/0:hover {
  border-right-color: rgb(6 182 212 / 0);
}

.hover\:border-r-cyan-500\/10:hover {
  border-right-color: rgb(6 182 212 / 0.1);
}

.hover\:border-r-cyan-500\/100:hover {
  border-right-color: rgb(6 182 212 / 1);
}

.hover\:border-r-cyan-500\/20:hover {
  border-right-color: rgb(6 182 212 / 0.2);
}

.hover\:border-r-cyan-500\/25:hover {
  border-right-color: rgb(6 182 212 / 0.25);
}

.hover\:border-r-cyan-500\/30:hover {
  border-right-color: rgb(6 182 212 / 0.3);
}

.hover\:border-r-cyan-500\/40:hover {
  border-right-color: rgb(6 182 212 / 0.4);
}

.hover\:border-r-cyan-500\/5:hover {
  border-right-color: rgb(6 182 212 / 0.05);
}

.hover\:border-r-cyan-500\/50:hover {
  border-right-color: rgb(6 182 212 / 0.5);
}

.hover\:border-r-cyan-500\/60:hover {
  border-right-color: rgb(6 182 212 / 0.6);
}

.hover\:border-r-cyan-500\/70:hover {
  border-right-color: rgb(6 182 212 / 0.7);
}

.hover\:border-r-cyan-500\/75:hover {
  border-right-color: rgb(6 182 212 / 0.75);
}

.hover\:border-r-cyan-500\/80:hover {
  border-right-color: rgb(6 182 212 / 0.8);
}

.hover\:border-r-cyan-500\/90:hover {
  border-right-color: rgb(6 182 212 / 0.9);
}

.hover\:border-r-cyan-500\/95:hover {
  border-right-color: rgb(6 182 212 / 0.95);
}

.hover\:border-r-cyan-600:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(8 145 178 / var(--tw-border-opacity));
}

.hover\:border-r-cyan-600\/0:hover {
  border-right-color: rgb(8 145 178 / 0);
}

.hover\:border-r-cyan-600\/10:hover {
  border-right-color: rgb(8 145 178 / 0.1);
}

.hover\:border-r-cyan-600\/100:hover {
  border-right-color: rgb(8 145 178 / 1);
}

.hover\:border-r-cyan-600\/20:hover {
  border-right-color: rgb(8 145 178 / 0.2);
}

.hover\:border-r-cyan-600\/25:hover {
  border-right-color: rgb(8 145 178 / 0.25);
}

.hover\:border-r-cyan-600\/30:hover {
  border-right-color: rgb(8 145 178 / 0.3);
}

.hover\:border-r-cyan-600\/40:hover {
  border-right-color: rgb(8 145 178 / 0.4);
}

.hover\:border-r-cyan-600\/5:hover {
  border-right-color: rgb(8 145 178 / 0.05);
}

.hover\:border-r-cyan-600\/50:hover {
  border-right-color: rgb(8 145 178 / 0.5);
}

.hover\:border-r-cyan-600\/60:hover {
  border-right-color: rgb(8 145 178 / 0.6);
}

.hover\:border-r-cyan-600\/70:hover {
  border-right-color: rgb(8 145 178 / 0.7);
}

.hover\:border-r-cyan-600\/75:hover {
  border-right-color: rgb(8 145 178 / 0.75);
}

.hover\:border-r-cyan-600\/80:hover {
  border-right-color: rgb(8 145 178 / 0.8);
}

.hover\:border-r-cyan-600\/90:hover {
  border-right-color: rgb(8 145 178 / 0.9);
}

.hover\:border-r-cyan-600\/95:hover {
  border-right-color: rgb(8 145 178 / 0.95);
}

.hover\:border-r-cyan-700:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(14 116 144 / var(--tw-border-opacity));
}

.hover\:border-r-cyan-700\/0:hover {
  border-right-color: rgb(14 116 144 / 0);
}

.hover\:border-r-cyan-700\/10:hover {
  border-right-color: rgb(14 116 144 / 0.1);
}

.hover\:border-r-cyan-700\/100:hover {
  border-right-color: rgb(14 116 144 / 1);
}

.hover\:border-r-cyan-700\/20:hover {
  border-right-color: rgb(14 116 144 / 0.2);
}

.hover\:border-r-cyan-700\/25:hover {
  border-right-color: rgb(14 116 144 / 0.25);
}

.hover\:border-r-cyan-700\/30:hover {
  border-right-color: rgb(14 116 144 / 0.3);
}

.hover\:border-r-cyan-700\/40:hover {
  border-right-color: rgb(14 116 144 / 0.4);
}

.hover\:border-r-cyan-700\/5:hover {
  border-right-color: rgb(14 116 144 / 0.05);
}

.hover\:border-r-cyan-700\/50:hover {
  border-right-color: rgb(14 116 144 / 0.5);
}

.hover\:border-r-cyan-700\/60:hover {
  border-right-color: rgb(14 116 144 / 0.6);
}

.hover\:border-r-cyan-700\/70:hover {
  border-right-color: rgb(14 116 144 / 0.7);
}

.hover\:border-r-cyan-700\/75:hover {
  border-right-color: rgb(14 116 144 / 0.75);
}

.hover\:border-r-cyan-700\/80:hover {
  border-right-color: rgb(14 116 144 / 0.8);
}

.hover\:border-r-cyan-700\/90:hover {
  border-right-color: rgb(14 116 144 / 0.9);
}

.hover\:border-r-cyan-700\/95:hover {
  border-right-color: rgb(14 116 144 / 0.95);
}

.hover\:border-r-cyan-800:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(21 94 117 / var(--tw-border-opacity));
}

.hover\:border-r-cyan-800\/0:hover {
  border-right-color: rgb(21 94 117 / 0);
}

.hover\:border-r-cyan-800\/10:hover {
  border-right-color: rgb(21 94 117 / 0.1);
}

.hover\:border-r-cyan-800\/100:hover {
  border-right-color: rgb(21 94 117 / 1);
}

.hover\:border-r-cyan-800\/20:hover {
  border-right-color: rgb(21 94 117 / 0.2);
}

.hover\:border-r-cyan-800\/25:hover {
  border-right-color: rgb(21 94 117 / 0.25);
}

.hover\:border-r-cyan-800\/30:hover {
  border-right-color: rgb(21 94 117 / 0.3);
}

.hover\:border-r-cyan-800\/40:hover {
  border-right-color: rgb(21 94 117 / 0.4);
}

.hover\:border-r-cyan-800\/5:hover {
  border-right-color: rgb(21 94 117 / 0.05);
}

.hover\:border-r-cyan-800\/50:hover {
  border-right-color: rgb(21 94 117 / 0.5);
}

.hover\:border-r-cyan-800\/60:hover {
  border-right-color: rgb(21 94 117 / 0.6);
}

.hover\:border-r-cyan-800\/70:hover {
  border-right-color: rgb(21 94 117 / 0.7);
}

.hover\:border-r-cyan-800\/75:hover {
  border-right-color: rgb(21 94 117 / 0.75);
}

.hover\:border-r-cyan-800\/80:hover {
  border-right-color: rgb(21 94 117 / 0.8);
}

.hover\:border-r-cyan-800\/90:hover {
  border-right-color: rgb(21 94 117 / 0.9);
}

.hover\:border-r-cyan-800\/95:hover {
  border-right-color: rgb(21 94 117 / 0.95);
}

.hover\:border-r-cyan-900:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(22 78 99 / var(--tw-border-opacity));
}

.hover\:border-r-cyan-900\/0:hover {
  border-right-color: rgb(22 78 99 / 0);
}

.hover\:border-r-cyan-900\/10:hover {
  border-right-color: rgb(22 78 99 / 0.1);
}

.hover\:border-r-cyan-900\/100:hover {
  border-right-color: rgb(22 78 99 / 1);
}

.hover\:border-r-cyan-900\/20:hover {
  border-right-color: rgb(22 78 99 / 0.2);
}

.hover\:border-r-cyan-900\/25:hover {
  border-right-color: rgb(22 78 99 / 0.25);
}

.hover\:border-r-cyan-900\/30:hover {
  border-right-color: rgb(22 78 99 / 0.3);
}

.hover\:border-r-cyan-900\/40:hover {
  border-right-color: rgb(22 78 99 / 0.4);
}

.hover\:border-r-cyan-900\/5:hover {
  border-right-color: rgb(22 78 99 / 0.05);
}

.hover\:border-r-cyan-900\/50:hover {
  border-right-color: rgb(22 78 99 / 0.5);
}

.hover\:border-r-cyan-900\/60:hover {
  border-right-color: rgb(22 78 99 / 0.6);
}

.hover\:border-r-cyan-900\/70:hover {
  border-right-color: rgb(22 78 99 / 0.7);
}

.hover\:border-r-cyan-900\/75:hover {
  border-right-color: rgb(22 78 99 / 0.75);
}

.hover\:border-r-cyan-900\/80:hover {
  border-right-color: rgb(22 78 99 / 0.8);
}

.hover\:border-r-cyan-900\/90:hover {
  border-right-color: rgb(22 78 99 / 0.9);
}

.hover\:border-r-cyan-900\/95:hover {
  border-right-color: rgb(22 78 99 / 0.95);
}

.hover\:border-r-cyan-950:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(8 51 68 / var(--tw-border-opacity));
}

.hover\:border-r-cyan-950\/0:hover {
  border-right-color: rgb(8 51 68 / 0);
}

.hover\:border-r-cyan-950\/10:hover {
  border-right-color: rgb(8 51 68 / 0.1);
}

.hover\:border-r-cyan-950\/100:hover {
  border-right-color: rgb(8 51 68 / 1);
}

.hover\:border-r-cyan-950\/20:hover {
  border-right-color: rgb(8 51 68 / 0.2);
}

.hover\:border-r-cyan-950\/25:hover {
  border-right-color: rgb(8 51 68 / 0.25);
}

.hover\:border-r-cyan-950\/30:hover {
  border-right-color: rgb(8 51 68 / 0.3);
}

.hover\:border-r-cyan-950\/40:hover {
  border-right-color: rgb(8 51 68 / 0.4);
}

.hover\:border-r-cyan-950\/5:hover {
  border-right-color: rgb(8 51 68 / 0.05);
}

.hover\:border-r-cyan-950\/50:hover {
  border-right-color: rgb(8 51 68 / 0.5);
}

.hover\:border-r-cyan-950\/60:hover {
  border-right-color: rgb(8 51 68 / 0.6);
}

.hover\:border-r-cyan-950\/70:hover {
  border-right-color: rgb(8 51 68 / 0.7);
}

.hover\:border-r-cyan-950\/75:hover {
  border-right-color: rgb(8 51 68 / 0.75);
}

.hover\:border-r-cyan-950\/80:hover {
  border-right-color: rgb(8 51 68 / 0.8);
}

.hover\:border-r-cyan-950\/90:hover {
  border-right-color: rgb(8 51 68 / 0.9);
}

.hover\:border-r-cyan-950\/95:hover {
  border-right-color: rgb(8 51 68 / 0.95);
}

.hover\:border-r-emerald-100:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(209 250 229 / var(--tw-border-opacity));
}

.hover\:border-r-emerald-100\/0:hover {
  border-right-color: rgb(209 250 229 / 0);
}

.hover\:border-r-emerald-100\/10:hover {
  border-right-color: rgb(209 250 229 / 0.1);
}

.hover\:border-r-emerald-100\/100:hover {
  border-right-color: rgb(209 250 229 / 1);
}

.hover\:border-r-emerald-100\/20:hover {
  border-right-color: rgb(209 250 229 / 0.2);
}

.hover\:border-r-emerald-100\/25:hover {
  border-right-color: rgb(209 250 229 / 0.25);
}

.hover\:border-r-emerald-100\/30:hover {
  border-right-color: rgb(209 250 229 / 0.3);
}

.hover\:border-r-emerald-100\/40:hover {
  border-right-color: rgb(209 250 229 / 0.4);
}

.hover\:border-r-emerald-100\/5:hover {
  border-right-color: rgb(209 250 229 / 0.05);
}

.hover\:border-r-emerald-100\/50:hover {
  border-right-color: rgb(209 250 229 / 0.5);
}

.hover\:border-r-emerald-100\/60:hover {
  border-right-color: rgb(209 250 229 / 0.6);
}

.hover\:border-r-emerald-100\/70:hover {
  border-right-color: rgb(209 250 229 / 0.7);
}

.hover\:border-r-emerald-100\/75:hover {
  border-right-color: rgb(209 250 229 / 0.75);
}

.hover\:border-r-emerald-100\/80:hover {
  border-right-color: rgb(209 250 229 / 0.8);
}

.hover\:border-r-emerald-100\/90:hover {
  border-right-color: rgb(209 250 229 / 0.9);
}

.hover\:border-r-emerald-100\/95:hover {
  border-right-color: rgb(209 250 229 / 0.95);
}

.hover\:border-r-emerald-200:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(167 243 208 / var(--tw-border-opacity));
}

.hover\:border-r-emerald-200\/0:hover {
  border-right-color: rgb(167 243 208 / 0);
}

.hover\:border-r-emerald-200\/10:hover {
  border-right-color: rgb(167 243 208 / 0.1);
}

.hover\:border-r-emerald-200\/100:hover {
  border-right-color: rgb(167 243 208 / 1);
}

.hover\:border-r-emerald-200\/20:hover {
  border-right-color: rgb(167 243 208 / 0.2);
}

.hover\:border-r-emerald-200\/25:hover {
  border-right-color: rgb(167 243 208 / 0.25);
}

.hover\:border-r-emerald-200\/30:hover {
  border-right-color: rgb(167 243 208 / 0.3);
}

.hover\:border-r-emerald-200\/40:hover {
  border-right-color: rgb(167 243 208 / 0.4);
}

.hover\:border-r-emerald-200\/5:hover {
  border-right-color: rgb(167 243 208 / 0.05);
}

.hover\:border-r-emerald-200\/50:hover {
  border-right-color: rgb(167 243 208 / 0.5);
}

.hover\:border-r-emerald-200\/60:hover {
  border-right-color: rgb(167 243 208 / 0.6);
}

.hover\:border-r-emerald-200\/70:hover {
  border-right-color: rgb(167 243 208 / 0.7);
}

.hover\:border-r-emerald-200\/75:hover {
  border-right-color: rgb(167 243 208 / 0.75);
}

.hover\:border-r-emerald-200\/80:hover {
  border-right-color: rgb(167 243 208 / 0.8);
}

.hover\:border-r-emerald-200\/90:hover {
  border-right-color: rgb(167 243 208 / 0.9);
}

.hover\:border-r-emerald-200\/95:hover {
  border-right-color: rgb(167 243 208 / 0.95);
}

.hover\:border-r-emerald-300:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(110 231 183 / var(--tw-border-opacity));
}

.hover\:border-r-emerald-300\/0:hover {
  border-right-color: rgb(110 231 183 / 0);
}

.hover\:border-r-emerald-300\/10:hover {
  border-right-color: rgb(110 231 183 / 0.1);
}

.hover\:border-r-emerald-300\/100:hover {
  border-right-color: rgb(110 231 183 / 1);
}

.hover\:border-r-emerald-300\/20:hover {
  border-right-color: rgb(110 231 183 / 0.2);
}

.hover\:border-r-emerald-300\/25:hover {
  border-right-color: rgb(110 231 183 / 0.25);
}

.hover\:border-r-emerald-300\/30:hover {
  border-right-color: rgb(110 231 183 / 0.3);
}

.hover\:border-r-emerald-300\/40:hover {
  border-right-color: rgb(110 231 183 / 0.4);
}

.hover\:border-r-emerald-300\/5:hover {
  border-right-color: rgb(110 231 183 / 0.05);
}

.hover\:border-r-emerald-300\/50:hover {
  border-right-color: rgb(110 231 183 / 0.5);
}

.hover\:border-r-emerald-300\/60:hover {
  border-right-color: rgb(110 231 183 / 0.6);
}

.hover\:border-r-emerald-300\/70:hover {
  border-right-color: rgb(110 231 183 / 0.7);
}

.hover\:border-r-emerald-300\/75:hover {
  border-right-color: rgb(110 231 183 / 0.75);
}

.hover\:border-r-emerald-300\/80:hover {
  border-right-color: rgb(110 231 183 / 0.8);
}

.hover\:border-r-emerald-300\/90:hover {
  border-right-color: rgb(110 231 183 / 0.9);
}

.hover\:border-r-emerald-300\/95:hover {
  border-right-color: rgb(110 231 183 / 0.95);
}

.hover\:border-r-emerald-400:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.hover\:border-r-emerald-400\/0:hover {
  border-right-color: rgb(52 211 153 / 0);
}

.hover\:border-r-emerald-400\/10:hover {
  border-right-color: rgb(52 211 153 / 0.1);
}

.hover\:border-r-emerald-400\/100:hover {
  border-right-color: rgb(52 211 153 / 1);
}

.hover\:border-r-emerald-400\/20:hover {
  border-right-color: rgb(52 211 153 / 0.2);
}

.hover\:border-r-emerald-400\/25:hover {
  border-right-color: rgb(52 211 153 / 0.25);
}

.hover\:border-r-emerald-400\/30:hover {
  border-right-color: rgb(52 211 153 / 0.3);
}

.hover\:border-r-emerald-400\/40:hover {
  border-right-color: rgb(52 211 153 / 0.4);
}

.hover\:border-r-emerald-400\/5:hover {
  border-right-color: rgb(52 211 153 / 0.05);
}

.hover\:border-r-emerald-400\/50:hover {
  border-right-color: rgb(52 211 153 / 0.5);
}

.hover\:border-r-emerald-400\/60:hover {
  border-right-color: rgb(52 211 153 / 0.6);
}

.hover\:border-r-emerald-400\/70:hover {
  border-right-color: rgb(52 211 153 / 0.7);
}

.hover\:border-r-emerald-400\/75:hover {
  border-right-color: rgb(52 211 153 / 0.75);
}

.hover\:border-r-emerald-400\/80:hover {
  border-right-color: rgb(52 211 153 / 0.8);
}

.hover\:border-r-emerald-400\/90:hover {
  border-right-color: rgb(52 211 153 / 0.9);
}

.hover\:border-r-emerald-400\/95:hover {
  border-right-color: rgb(52 211 153 / 0.95);
}

.hover\:border-r-emerald-50:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(236 253 245 / var(--tw-border-opacity));
}

.hover\:border-r-emerald-50\/0:hover {
  border-right-color: rgb(236 253 245 / 0);
}

.hover\:border-r-emerald-50\/10:hover {
  border-right-color: rgb(236 253 245 / 0.1);
}

.hover\:border-r-emerald-50\/100:hover {
  border-right-color: rgb(236 253 245 / 1);
}

.hover\:border-r-emerald-50\/20:hover {
  border-right-color: rgb(236 253 245 / 0.2);
}

.hover\:border-r-emerald-50\/25:hover {
  border-right-color: rgb(236 253 245 / 0.25);
}

.hover\:border-r-emerald-50\/30:hover {
  border-right-color: rgb(236 253 245 / 0.3);
}

.hover\:border-r-emerald-50\/40:hover {
  border-right-color: rgb(236 253 245 / 0.4);
}

.hover\:border-r-emerald-50\/5:hover {
  border-right-color: rgb(236 253 245 / 0.05);
}

.hover\:border-r-emerald-50\/50:hover {
  border-right-color: rgb(236 253 245 / 0.5);
}

.hover\:border-r-emerald-50\/60:hover {
  border-right-color: rgb(236 253 245 / 0.6);
}

.hover\:border-r-emerald-50\/70:hover {
  border-right-color: rgb(236 253 245 / 0.7);
}

.hover\:border-r-emerald-50\/75:hover {
  border-right-color: rgb(236 253 245 / 0.75);
}

.hover\:border-r-emerald-50\/80:hover {
  border-right-color: rgb(236 253 245 / 0.8);
}

.hover\:border-r-emerald-50\/90:hover {
  border-right-color: rgb(236 253 245 / 0.9);
}

.hover\:border-r-emerald-50\/95:hover {
  border-right-color: rgb(236 253 245 / 0.95);
}

.hover\:border-r-emerald-500:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.hover\:border-r-emerald-500\/0:hover {
  border-right-color: rgb(16 185 129 / 0);
}

.hover\:border-r-emerald-500\/10:hover {
  border-right-color: rgb(16 185 129 / 0.1);
}

.hover\:border-r-emerald-500\/100:hover {
  border-right-color: rgb(16 185 129 / 1);
}

.hover\:border-r-emerald-500\/20:hover {
  border-right-color: rgb(16 185 129 / 0.2);
}

.hover\:border-r-emerald-500\/25:hover {
  border-right-color: rgb(16 185 129 / 0.25);
}

.hover\:border-r-emerald-500\/30:hover {
  border-right-color: rgb(16 185 129 / 0.3);
}

.hover\:border-r-emerald-500\/40:hover {
  border-right-color: rgb(16 185 129 / 0.4);
}

.hover\:border-r-emerald-500\/5:hover {
  border-right-color: rgb(16 185 129 / 0.05);
}

.hover\:border-r-emerald-500\/50:hover {
  border-right-color: rgb(16 185 129 / 0.5);
}

.hover\:border-r-emerald-500\/60:hover {
  border-right-color: rgb(16 185 129 / 0.6);
}

.hover\:border-r-emerald-500\/70:hover {
  border-right-color: rgb(16 185 129 / 0.7);
}

.hover\:border-r-emerald-500\/75:hover {
  border-right-color: rgb(16 185 129 / 0.75);
}

.hover\:border-r-emerald-500\/80:hover {
  border-right-color: rgb(16 185 129 / 0.8);
}

.hover\:border-r-emerald-500\/90:hover {
  border-right-color: rgb(16 185 129 / 0.9);
}

.hover\:border-r-emerald-500\/95:hover {
  border-right-color: rgb(16 185 129 / 0.95);
}

.hover\:border-r-emerald-600:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(5 150 105 / var(--tw-border-opacity));
}

.hover\:border-r-emerald-600\/0:hover {
  border-right-color: rgb(5 150 105 / 0);
}

.hover\:border-r-emerald-600\/10:hover {
  border-right-color: rgb(5 150 105 / 0.1);
}

.hover\:border-r-emerald-600\/100:hover {
  border-right-color: rgb(5 150 105 / 1);
}

.hover\:border-r-emerald-600\/20:hover {
  border-right-color: rgb(5 150 105 / 0.2);
}

.hover\:border-r-emerald-600\/25:hover {
  border-right-color: rgb(5 150 105 / 0.25);
}

.hover\:border-r-emerald-600\/30:hover {
  border-right-color: rgb(5 150 105 / 0.3);
}

.hover\:border-r-emerald-600\/40:hover {
  border-right-color: rgb(5 150 105 / 0.4);
}

.hover\:border-r-emerald-600\/5:hover {
  border-right-color: rgb(5 150 105 / 0.05);
}

.hover\:border-r-emerald-600\/50:hover {
  border-right-color: rgb(5 150 105 / 0.5);
}

.hover\:border-r-emerald-600\/60:hover {
  border-right-color: rgb(5 150 105 / 0.6);
}

.hover\:border-r-emerald-600\/70:hover {
  border-right-color: rgb(5 150 105 / 0.7);
}

.hover\:border-r-emerald-600\/75:hover {
  border-right-color: rgb(5 150 105 / 0.75);
}

.hover\:border-r-emerald-600\/80:hover {
  border-right-color: rgb(5 150 105 / 0.8);
}

.hover\:border-r-emerald-600\/90:hover {
  border-right-color: rgb(5 150 105 / 0.9);
}

.hover\:border-r-emerald-600\/95:hover {
  border-right-color: rgb(5 150 105 / 0.95);
}

.hover\:border-r-emerald-700:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(4 120 87 / var(--tw-border-opacity));
}

.hover\:border-r-emerald-700\/0:hover {
  border-right-color: rgb(4 120 87 / 0);
}

.hover\:border-r-emerald-700\/10:hover {
  border-right-color: rgb(4 120 87 / 0.1);
}

.hover\:border-r-emerald-700\/100:hover {
  border-right-color: rgb(4 120 87 / 1);
}

.hover\:border-r-emerald-700\/20:hover {
  border-right-color: rgb(4 120 87 / 0.2);
}

.hover\:border-r-emerald-700\/25:hover {
  border-right-color: rgb(4 120 87 / 0.25);
}

.hover\:border-r-emerald-700\/30:hover {
  border-right-color: rgb(4 120 87 / 0.3);
}

.hover\:border-r-emerald-700\/40:hover {
  border-right-color: rgb(4 120 87 / 0.4);
}

.hover\:border-r-emerald-700\/5:hover {
  border-right-color: rgb(4 120 87 / 0.05);
}

.hover\:border-r-emerald-700\/50:hover {
  border-right-color: rgb(4 120 87 / 0.5);
}

.hover\:border-r-emerald-700\/60:hover {
  border-right-color: rgb(4 120 87 / 0.6);
}

.hover\:border-r-emerald-700\/70:hover {
  border-right-color: rgb(4 120 87 / 0.7);
}

.hover\:border-r-emerald-700\/75:hover {
  border-right-color: rgb(4 120 87 / 0.75);
}

.hover\:border-r-emerald-700\/80:hover {
  border-right-color: rgb(4 120 87 / 0.8);
}

.hover\:border-r-emerald-700\/90:hover {
  border-right-color: rgb(4 120 87 / 0.9);
}

.hover\:border-r-emerald-700\/95:hover {
  border-right-color: rgb(4 120 87 / 0.95);
}

.hover\:border-r-emerald-800:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(6 95 70 / var(--tw-border-opacity));
}

.hover\:border-r-emerald-800\/0:hover {
  border-right-color: rgb(6 95 70 / 0);
}

.hover\:border-r-emerald-800\/10:hover {
  border-right-color: rgb(6 95 70 / 0.1);
}

.hover\:border-r-emerald-800\/100:hover {
  border-right-color: rgb(6 95 70 / 1);
}

.hover\:border-r-emerald-800\/20:hover {
  border-right-color: rgb(6 95 70 / 0.2);
}

.hover\:border-r-emerald-800\/25:hover {
  border-right-color: rgb(6 95 70 / 0.25);
}

.hover\:border-r-emerald-800\/30:hover {
  border-right-color: rgb(6 95 70 / 0.3);
}

.hover\:border-r-emerald-800\/40:hover {
  border-right-color: rgb(6 95 70 / 0.4);
}

.hover\:border-r-emerald-800\/5:hover {
  border-right-color: rgb(6 95 70 / 0.05);
}

.hover\:border-r-emerald-800\/50:hover {
  border-right-color: rgb(6 95 70 / 0.5);
}

.hover\:border-r-emerald-800\/60:hover {
  border-right-color: rgb(6 95 70 / 0.6);
}

.hover\:border-r-emerald-800\/70:hover {
  border-right-color: rgb(6 95 70 / 0.7);
}

.hover\:border-r-emerald-800\/75:hover {
  border-right-color: rgb(6 95 70 / 0.75);
}

.hover\:border-r-emerald-800\/80:hover {
  border-right-color: rgb(6 95 70 / 0.8);
}

.hover\:border-r-emerald-800\/90:hover {
  border-right-color: rgb(6 95 70 / 0.9);
}

.hover\:border-r-emerald-800\/95:hover {
  border-right-color: rgb(6 95 70 / 0.95);
}

.hover\:border-r-emerald-900:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(6 78 59 / var(--tw-border-opacity));
}

.hover\:border-r-emerald-900\/0:hover {
  border-right-color: rgb(6 78 59 / 0);
}

.hover\:border-r-emerald-900\/10:hover {
  border-right-color: rgb(6 78 59 / 0.1);
}

.hover\:border-r-emerald-900\/100:hover {
  border-right-color: rgb(6 78 59 / 1);
}

.hover\:border-r-emerald-900\/20:hover {
  border-right-color: rgb(6 78 59 / 0.2);
}

.hover\:border-r-emerald-900\/25:hover {
  border-right-color: rgb(6 78 59 / 0.25);
}

.hover\:border-r-emerald-900\/30:hover {
  border-right-color: rgb(6 78 59 / 0.3);
}

.hover\:border-r-emerald-900\/40:hover {
  border-right-color: rgb(6 78 59 / 0.4);
}

.hover\:border-r-emerald-900\/5:hover {
  border-right-color: rgb(6 78 59 / 0.05);
}

.hover\:border-r-emerald-900\/50:hover {
  border-right-color: rgb(6 78 59 / 0.5);
}

.hover\:border-r-emerald-900\/60:hover {
  border-right-color: rgb(6 78 59 / 0.6);
}

.hover\:border-r-emerald-900\/70:hover {
  border-right-color: rgb(6 78 59 / 0.7);
}

.hover\:border-r-emerald-900\/75:hover {
  border-right-color: rgb(6 78 59 / 0.75);
}

.hover\:border-r-emerald-900\/80:hover {
  border-right-color: rgb(6 78 59 / 0.8);
}

.hover\:border-r-emerald-900\/90:hover {
  border-right-color: rgb(6 78 59 / 0.9);
}

.hover\:border-r-emerald-900\/95:hover {
  border-right-color: rgb(6 78 59 / 0.95);
}

.hover\:border-r-emerald-950:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(2 44 34 / var(--tw-border-opacity));
}

.hover\:border-r-emerald-950\/0:hover {
  border-right-color: rgb(2 44 34 / 0);
}

.hover\:border-r-emerald-950\/10:hover {
  border-right-color: rgb(2 44 34 / 0.1);
}

.hover\:border-r-emerald-950\/100:hover {
  border-right-color: rgb(2 44 34 / 1);
}

.hover\:border-r-emerald-950\/20:hover {
  border-right-color: rgb(2 44 34 / 0.2);
}

.hover\:border-r-emerald-950\/25:hover {
  border-right-color: rgb(2 44 34 / 0.25);
}

.hover\:border-r-emerald-950\/30:hover {
  border-right-color: rgb(2 44 34 / 0.3);
}

.hover\:border-r-emerald-950\/40:hover {
  border-right-color: rgb(2 44 34 / 0.4);
}

.hover\:border-r-emerald-950\/5:hover {
  border-right-color: rgb(2 44 34 / 0.05);
}

.hover\:border-r-emerald-950\/50:hover {
  border-right-color: rgb(2 44 34 / 0.5);
}

.hover\:border-r-emerald-950\/60:hover {
  border-right-color: rgb(2 44 34 / 0.6);
}

.hover\:border-r-emerald-950\/70:hover {
  border-right-color: rgb(2 44 34 / 0.7);
}

.hover\:border-r-emerald-950\/75:hover {
  border-right-color: rgb(2 44 34 / 0.75);
}

.hover\:border-r-emerald-950\/80:hover {
  border-right-color: rgb(2 44 34 / 0.8);
}

.hover\:border-r-emerald-950\/90:hover {
  border-right-color: rgb(2 44 34 / 0.9);
}

.hover\:border-r-emerald-950\/95:hover {
  border-right-color: rgb(2 44 34 / 0.95);
}

.hover\:border-r-fuchsia-100:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 232 255 / var(--tw-border-opacity));
}

.hover\:border-r-fuchsia-100\/0:hover {
  border-right-color: rgb(250 232 255 / 0);
}

.hover\:border-r-fuchsia-100\/10:hover {
  border-right-color: rgb(250 232 255 / 0.1);
}

.hover\:border-r-fuchsia-100\/100:hover {
  border-right-color: rgb(250 232 255 / 1);
}

.hover\:border-r-fuchsia-100\/20:hover {
  border-right-color: rgb(250 232 255 / 0.2);
}

.hover\:border-r-fuchsia-100\/25:hover {
  border-right-color: rgb(250 232 255 / 0.25);
}

.hover\:border-r-fuchsia-100\/30:hover {
  border-right-color: rgb(250 232 255 / 0.3);
}

.hover\:border-r-fuchsia-100\/40:hover {
  border-right-color: rgb(250 232 255 / 0.4);
}

.hover\:border-r-fuchsia-100\/5:hover {
  border-right-color: rgb(250 232 255 / 0.05);
}

.hover\:border-r-fuchsia-100\/50:hover {
  border-right-color: rgb(250 232 255 / 0.5);
}

.hover\:border-r-fuchsia-100\/60:hover {
  border-right-color: rgb(250 232 255 / 0.6);
}

.hover\:border-r-fuchsia-100\/70:hover {
  border-right-color: rgb(250 232 255 / 0.7);
}

.hover\:border-r-fuchsia-100\/75:hover {
  border-right-color: rgb(250 232 255 / 0.75);
}

.hover\:border-r-fuchsia-100\/80:hover {
  border-right-color: rgb(250 232 255 / 0.8);
}

.hover\:border-r-fuchsia-100\/90:hover {
  border-right-color: rgb(250 232 255 / 0.9);
}

.hover\:border-r-fuchsia-100\/95:hover {
  border-right-color: rgb(250 232 255 / 0.95);
}

.hover\:border-r-fuchsia-200:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 208 254 / var(--tw-border-opacity));
}

.hover\:border-r-fuchsia-200\/0:hover {
  border-right-color: rgb(245 208 254 / 0);
}

.hover\:border-r-fuchsia-200\/10:hover {
  border-right-color: rgb(245 208 254 / 0.1);
}

.hover\:border-r-fuchsia-200\/100:hover {
  border-right-color: rgb(245 208 254 / 1);
}

.hover\:border-r-fuchsia-200\/20:hover {
  border-right-color: rgb(245 208 254 / 0.2);
}

.hover\:border-r-fuchsia-200\/25:hover {
  border-right-color: rgb(245 208 254 / 0.25);
}

.hover\:border-r-fuchsia-200\/30:hover {
  border-right-color: rgb(245 208 254 / 0.3);
}

.hover\:border-r-fuchsia-200\/40:hover {
  border-right-color: rgb(245 208 254 / 0.4);
}

.hover\:border-r-fuchsia-200\/5:hover {
  border-right-color: rgb(245 208 254 / 0.05);
}

.hover\:border-r-fuchsia-200\/50:hover {
  border-right-color: rgb(245 208 254 / 0.5);
}

.hover\:border-r-fuchsia-200\/60:hover {
  border-right-color: rgb(245 208 254 / 0.6);
}

.hover\:border-r-fuchsia-200\/70:hover {
  border-right-color: rgb(245 208 254 / 0.7);
}

.hover\:border-r-fuchsia-200\/75:hover {
  border-right-color: rgb(245 208 254 / 0.75);
}

.hover\:border-r-fuchsia-200\/80:hover {
  border-right-color: rgb(245 208 254 / 0.8);
}

.hover\:border-r-fuchsia-200\/90:hover {
  border-right-color: rgb(245 208 254 / 0.9);
}

.hover\:border-r-fuchsia-200\/95:hover {
  border-right-color: rgb(245 208 254 / 0.95);
}

.hover\:border-r-fuchsia-300:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(240 171 252 / var(--tw-border-opacity));
}

.hover\:border-r-fuchsia-300\/0:hover {
  border-right-color: rgb(240 171 252 / 0);
}

.hover\:border-r-fuchsia-300\/10:hover {
  border-right-color: rgb(240 171 252 / 0.1);
}

.hover\:border-r-fuchsia-300\/100:hover {
  border-right-color: rgb(240 171 252 / 1);
}

.hover\:border-r-fuchsia-300\/20:hover {
  border-right-color: rgb(240 171 252 / 0.2);
}

.hover\:border-r-fuchsia-300\/25:hover {
  border-right-color: rgb(240 171 252 / 0.25);
}

.hover\:border-r-fuchsia-300\/30:hover {
  border-right-color: rgb(240 171 252 / 0.3);
}

.hover\:border-r-fuchsia-300\/40:hover {
  border-right-color: rgb(240 171 252 / 0.4);
}

.hover\:border-r-fuchsia-300\/5:hover {
  border-right-color: rgb(240 171 252 / 0.05);
}

.hover\:border-r-fuchsia-300\/50:hover {
  border-right-color: rgb(240 171 252 / 0.5);
}

.hover\:border-r-fuchsia-300\/60:hover {
  border-right-color: rgb(240 171 252 / 0.6);
}

.hover\:border-r-fuchsia-300\/70:hover {
  border-right-color: rgb(240 171 252 / 0.7);
}

.hover\:border-r-fuchsia-300\/75:hover {
  border-right-color: rgb(240 171 252 / 0.75);
}

.hover\:border-r-fuchsia-300\/80:hover {
  border-right-color: rgb(240 171 252 / 0.8);
}

.hover\:border-r-fuchsia-300\/90:hover {
  border-right-color: rgb(240 171 252 / 0.9);
}

.hover\:border-r-fuchsia-300\/95:hover {
  border-right-color: rgb(240 171 252 / 0.95);
}

.hover\:border-r-fuchsia-400:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(232 121 249 / var(--tw-border-opacity));
}

.hover\:border-r-fuchsia-400\/0:hover {
  border-right-color: rgb(232 121 249 / 0);
}

.hover\:border-r-fuchsia-400\/10:hover {
  border-right-color: rgb(232 121 249 / 0.1);
}

.hover\:border-r-fuchsia-400\/100:hover {
  border-right-color: rgb(232 121 249 / 1);
}

.hover\:border-r-fuchsia-400\/20:hover {
  border-right-color: rgb(232 121 249 / 0.2);
}

.hover\:border-r-fuchsia-400\/25:hover {
  border-right-color: rgb(232 121 249 / 0.25);
}

.hover\:border-r-fuchsia-400\/30:hover {
  border-right-color: rgb(232 121 249 / 0.3);
}

.hover\:border-r-fuchsia-400\/40:hover {
  border-right-color: rgb(232 121 249 / 0.4);
}

.hover\:border-r-fuchsia-400\/5:hover {
  border-right-color: rgb(232 121 249 / 0.05);
}

.hover\:border-r-fuchsia-400\/50:hover {
  border-right-color: rgb(232 121 249 / 0.5);
}

.hover\:border-r-fuchsia-400\/60:hover {
  border-right-color: rgb(232 121 249 / 0.6);
}

.hover\:border-r-fuchsia-400\/70:hover {
  border-right-color: rgb(232 121 249 / 0.7);
}

.hover\:border-r-fuchsia-400\/75:hover {
  border-right-color: rgb(232 121 249 / 0.75);
}

.hover\:border-r-fuchsia-400\/80:hover {
  border-right-color: rgb(232 121 249 / 0.8);
}

.hover\:border-r-fuchsia-400\/90:hover {
  border-right-color: rgb(232 121 249 / 0.9);
}

.hover\:border-r-fuchsia-400\/95:hover {
  border-right-color: rgb(232 121 249 / 0.95);
}

.hover\:border-r-fuchsia-50:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 244 255 / var(--tw-border-opacity));
}

.hover\:border-r-fuchsia-50\/0:hover {
  border-right-color: rgb(253 244 255 / 0);
}

.hover\:border-r-fuchsia-50\/10:hover {
  border-right-color: rgb(253 244 255 / 0.1);
}

.hover\:border-r-fuchsia-50\/100:hover {
  border-right-color: rgb(253 244 255 / 1);
}

.hover\:border-r-fuchsia-50\/20:hover {
  border-right-color: rgb(253 244 255 / 0.2);
}

.hover\:border-r-fuchsia-50\/25:hover {
  border-right-color: rgb(253 244 255 / 0.25);
}

.hover\:border-r-fuchsia-50\/30:hover {
  border-right-color: rgb(253 244 255 / 0.3);
}

.hover\:border-r-fuchsia-50\/40:hover {
  border-right-color: rgb(253 244 255 / 0.4);
}

.hover\:border-r-fuchsia-50\/5:hover {
  border-right-color: rgb(253 244 255 / 0.05);
}

.hover\:border-r-fuchsia-50\/50:hover {
  border-right-color: rgb(253 244 255 / 0.5);
}

.hover\:border-r-fuchsia-50\/60:hover {
  border-right-color: rgb(253 244 255 / 0.6);
}

.hover\:border-r-fuchsia-50\/70:hover {
  border-right-color: rgb(253 244 255 / 0.7);
}

.hover\:border-r-fuchsia-50\/75:hover {
  border-right-color: rgb(253 244 255 / 0.75);
}

.hover\:border-r-fuchsia-50\/80:hover {
  border-right-color: rgb(253 244 255 / 0.8);
}

.hover\:border-r-fuchsia-50\/90:hover {
  border-right-color: rgb(253 244 255 / 0.9);
}

.hover\:border-r-fuchsia-50\/95:hover {
  border-right-color: rgb(253 244 255 / 0.95);
}

.hover\:border-r-fuchsia-500:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(217 70 239 / var(--tw-border-opacity));
}

.hover\:border-r-fuchsia-500\/0:hover {
  border-right-color: rgb(217 70 239 / 0);
}

.hover\:border-r-fuchsia-500\/10:hover {
  border-right-color: rgb(217 70 239 / 0.1);
}

.hover\:border-r-fuchsia-500\/100:hover {
  border-right-color: rgb(217 70 239 / 1);
}

.hover\:border-r-fuchsia-500\/20:hover {
  border-right-color: rgb(217 70 239 / 0.2);
}

.hover\:border-r-fuchsia-500\/25:hover {
  border-right-color: rgb(217 70 239 / 0.25);
}

.hover\:border-r-fuchsia-500\/30:hover {
  border-right-color: rgb(217 70 239 / 0.3);
}

.hover\:border-r-fuchsia-500\/40:hover {
  border-right-color: rgb(217 70 239 / 0.4);
}

.hover\:border-r-fuchsia-500\/5:hover {
  border-right-color: rgb(217 70 239 / 0.05);
}

.hover\:border-r-fuchsia-500\/50:hover {
  border-right-color: rgb(217 70 239 / 0.5);
}

.hover\:border-r-fuchsia-500\/60:hover {
  border-right-color: rgb(217 70 239 / 0.6);
}

.hover\:border-r-fuchsia-500\/70:hover {
  border-right-color: rgb(217 70 239 / 0.7);
}

.hover\:border-r-fuchsia-500\/75:hover {
  border-right-color: rgb(217 70 239 / 0.75);
}

.hover\:border-r-fuchsia-500\/80:hover {
  border-right-color: rgb(217 70 239 / 0.8);
}

.hover\:border-r-fuchsia-500\/90:hover {
  border-right-color: rgb(217 70 239 / 0.9);
}

.hover\:border-r-fuchsia-500\/95:hover {
  border-right-color: rgb(217 70 239 / 0.95);
}

.hover\:border-r-fuchsia-600:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(192 38 211 / var(--tw-border-opacity));
}

.hover\:border-r-fuchsia-600\/0:hover {
  border-right-color: rgb(192 38 211 / 0);
}

.hover\:border-r-fuchsia-600\/10:hover {
  border-right-color: rgb(192 38 211 / 0.1);
}

.hover\:border-r-fuchsia-600\/100:hover {
  border-right-color: rgb(192 38 211 / 1);
}

.hover\:border-r-fuchsia-600\/20:hover {
  border-right-color: rgb(192 38 211 / 0.2);
}

.hover\:border-r-fuchsia-600\/25:hover {
  border-right-color: rgb(192 38 211 / 0.25);
}

.hover\:border-r-fuchsia-600\/30:hover {
  border-right-color: rgb(192 38 211 / 0.3);
}

.hover\:border-r-fuchsia-600\/40:hover {
  border-right-color: rgb(192 38 211 / 0.4);
}

.hover\:border-r-fuchsia-600\/5:hover {
  border-right-color: rgb(192 38 211 / 0.05);
}

.hover\:border-r-fuchsia-600\/50:hover {
  border-right-color: rgb(192 38 211 / 0.5);
}

.hover\:border-r-fuchsia-600\/60:hover {
  border-right-color: rgb(192 38 211 / 0.6);
}

.hover\:border-r-fuchsia-600\/70:hover {
  border-right-color: rgb(192 38 211 / 0.7);
}

.hover\:border-r-fuchsia-600\/75:hover {
  border-right-color: rgb(192 38 211 / 0.75);
}

.hover\:border-r-fuchsia-600\/80:hover {
  border-right-color: rgb(192 38 211 / 0.8);
}

.hover\:border-r-fuchsia-600\/90:hover {
  border-right-color: rgb(192 38 211 / 0.9);
}

.hover\:border-r-fuchsia-600\/95:hover {
  border-right-color: rgb(192 38 211 / 0.95);
}

.hover\:border-r-fuchsia-700:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(162 28 175 / var(--tw-border-opacity));
}

.hover\:border-r-fuchsia-700\/0:hover {
  border-right-color: rgb(162 28 175 / 0);
}

.hover\:border-r-fuchsia-700\/10:hover {
  border-right-color: rgb(162 28 175 / 0.1);
}

.hover\:border-r-fuchsia-700\/100:hover {
  border-right-color: rgb(162 28 175 / 1);
}

.hover\:border-r-fuchsia-700\/20:hover {
  border-right-color: rgb(162 28 175 / 0.2);
}

.hover\:border-r-fuchsia-700\/25:hover {
  border-right-color: rgb(162 28 175 / 0.25);
}

.hover\:border-r-fuchsia-700\/30:hover {
  border-right-color: rgb(162 28 175 / 0.3);
}

.hover\:border-r-fuchsia-700\/40:hover {
  border-right-color: rgb(162 28 175 / 0.4);
}

.hover\:border-r-fuchsia-700\/5:hover {
  border-right-color: rgb(162 28 175 / 0.05);
}

.hover\:border-r-fuchsia-700\/50:hover {
  border-right-color: rgb(162 28 175 / 0.5);
}

.hover\:border-r-fuchsia-700\/60:hover {
  border-right-color: rgb(162 28 175 / 0.6);
}

.hover\:border-r-fuchsia-700\/70:hover {
  border-right-color: rgb(162 28 175 / 0.7);
}

.hover\:border-r-fuchsia-700\/75:hover {
  border-right-color: rgb(162 28 175 / 0.75);
}

.hover\:border-r-fuchsia-700\/80:hover {
  border-right-color: rgb(162 28 175 / 0.8);
}

.hover\:border-r-fuchsia-700\/90:hover {
  border-right-color: rgb(162 28 175 / 0.9);
}

.hover\:border-r-fuchsia-700\/95:hover {
  border-right-color: rgb(162 28 175 / 0.95);
}

.hover\:border-r-fuchsia-800:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(134 25 143 / var(--tw-border-opacity));
}

.hover\:border-r-fuchsia-800\/0:hover {
  border-right-color: rgb(134 25 143 / 0);
}

.hover\:border-r-fuchsia-800\/10:hover {
  border-right-color: rgb(134 25 143 / 0.1);
}

.hover\:border-r-fuchsia-800\/100:hover {
  border-right-color: rgb(134 25 143 / 1);
}

.hover\:border-r-fuchsia-800\/20:hover {
  border-right-color: rgb(134 25 143 / 0.2);
}

.hover\:border-r-fuchsia-800\/25:hover {
  border-right-color: rgb(134 25 143 / 0.25);
}

.hover\:border-r-fuchsia-800\/30:hover {
  border-right-color: rgb(134 25 143 / 0.3);
}

.hover\:border-r-fuchsia-800\/40:hover {
  border-right-color: rgb(134 25 143 / 0.4);
}

.hover\:border-r-fuchsia-800\/5:hover {
  border-right-color: rgb(134 25 143 / 0.05);
}

.hover\:border-r-fuchsia-800\/50:hover {
  border-right-color: rgb(134 25 143 / 0.5);
}

.hover\:border-r-fuchsia-800\/60:hover {
  border-right-color: rgb(134 25 143 / 0.6);
}

.hover\:border-r-fuchsia-800\/70:hover {
  border-right-color: rgb(134 25 143 / 0.7);
}

.hover\:border-r-fuchsia-800\/75:hover {
  border-right-color: rgb(134 25 143 / 0.75);
}

.hover\:border-r-fuchsia-800\/80:hover {
  border-right-color: rgb(134 25 143 / 0.8);
}

.hover\:border-r-fuchsia-800\/90:hover {
  border-right-color: rgb(134 25 143 / 0.9);
}

.hover\:border-r-fuchsia-800\/95:hover {
  border-right-color: rgb(134 25 143 / 0.95);
}

.hover\:border-r-fuchsia-900:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(112 26 117 / var(--tw-border-opacity));
}

.hover\:border-r-fuchsia-900\/0:hover {
  border-right-color: rgb(112 26 117 / 0);
}

.hover\:border-r-fuchsia-900\/10:hover {
  border-right-color: rgb(112 26 117 / 0.1);
}

.hover\:border-r-fuchsia-900\/100:hover {
  border-right-color: rgb(112 26 117 / 1);
}

.hover\:border-r-fuchsia-900\/20:hover {
  border-right-color: rgb(112 26 117 / 0.2);
}

.hover\:border-r-fuchsia-900\/25:hover {
  border-right-color: rgb(112 26 117 / 0.25);
}

.hover\:border-r-fuchsia-900\/30:hover {
  border-right-color: rgb(112 26 117 / 0.3);
}

.hover\:border-r-fuchsia-900\/40:hover {
  border-right-color: rgb(112 26 117 / 0.4);
}

.hover\:border-r-fuchsia-900\/5:hover {
  border-right-color: rgb(112 26 117 / 0.05);
}

.hover\:border-r-fuchsia-900\/50:hover {
  border-right-color: rgb(112 26 117 / 0.5);
}

.hover\:border-r-fuchsia-900\/60:hover {
  border-right-color: rgb(112 26 117 / 0.6);
}

.hover\:border-r-fuchsia-900\/70:hover {
  border-right-color: rgb(112 26 117 / 0.7);
}

.hover\:border-r-fuchsia-900\/75:hover {
  border-right-color: rgb(112 26 117 / 0.75);
}

.hover\:border-r-fuchsia-900\/80:hover {
  border-right-color: rgb(112 26 117 / 0.8);
}

.hover\:border-r-fuchsia-900\/90:hover {
  border-right-color: rgb(112 26 117 / 0.9);
}

.hover\:border-r-fuchsia-900\/95:hover {
  border-right-color: rgb(112 26 117 / 0.95);
}

.hover\:border-r-fuchsia-950:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(74 4 78 / var(--tw-border-opacity));
}

.hover\:border-r-fuchsia-950\/0:hover {
  border-right-color: rgb(74 4 78 / 0);
}

.hover\:border-r-fuchsia-950\/10:hover {
  border-right-color: rgb(74 4 78 / 0.1);
}

.hover\:border-r-fuchsia-950\/100:hover {
  border-right-color: rgb(74 4 78 / 1);
}

.hover\:border-r-fuchsia-950\/20:hover {
  border-right-color: rgb(74 4 78 / 0.2);
}

.hover\:border-r-fuchsia-950\/25:hover {
  border-right-color: rgb(74 4 78 / 0.25);
}

.hover\:border-r-fuchsia-950\/30:hover {
  border-right-color: rgb(74 4 78 / 0.3);
}

.hover\:border-r-fuchsia-950\/40:hover {
  border-right-color: rgb(74 4 78 / 0.4);
}

.hover\:border-r-fuchsia-950\/5:hover {
  border-right-color: rgb(74 4 78 / 0.05);
}

.hover\:border-r-fuchsia-950\/50:hover {
  border-right-color: rgb(74 4 78 / 0.5);
}

.hover\:border-r-fuchsia-950\/60:hover {
  border-right-color: rgb(74 4 78 / 0.6);
}

.hover\:border-r-fuchsia-950\/70:hover {
  border-right-color: rgb(74 4 78 / 0.7);
}

.hover\:border-r-fuchsia-950\/75:hover {
  border-right-color: rgb(74 4 78 / 0.75);
}

.hover\:border-r-fuchsia-950\/80:hover {
  border-right-color: rgb(74 4 78 / 0.8);
}

.hover\:border-r-fuchsia-950\/90:hover {
  border-right-color: rgb(74 4 78 / 0.9);
}

.hover\:border-r-fuchsia-950\/95:hover {
  border-right-color: rgb(74 4 78 / 0.95);
}

.hover\:border-r-gray-100:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.hover\:border-r-gray-100\/0:hover {
  border-right-color: rgb(243 244 246 / 0);
}

.hover\:border-r-gray-100\/10:hover {
  border-right-color: rgb(243 244 246 / 0.1);
}

.hover\:border-r-gray-100\/100:hover {
  border-right-color: rgb(243 244 246 / 1);
}

.hover\:border-r-gray-100\/20:hover {
  border-right-color: rgb(243 244 246 / 0.2);
}

.hover\:border-r-gray-100\/25:hover {
  border-right-color: rgb(243 244 246 / 0.25);
}

.hover\:border-r-gray-100\/30:hover {
  border-right-color: rgb(243 244 246 / 0.3);
}

.hover\:border-r-gray-100\/40:hover {
  border-right-color: rgb(243 244 246 / 0.4);
}

.hover\:border-r-gray-100\/5:hover {
  border-right-color: rgb(243 244 246 / 0.05);
}

.hover\:border-r-gray-100\/50:hover {
  border-right-color: rgb(243 244 246 / 0.5);
}

.hover\:border-r-gray-100\/60:hover {
  border-right-color: rgb(243 244 246 / 0.6);
}

.hover\:border-r-gray-100\/70:hover {
  border-right-color: rgb(243 244 246 / 0.7);
}

.hover\:border-r-gray-100\/75:hover {
  border-right-color: rgb(243 244 246 / 0.75);
}

.hover\:border-r-gray-100\/80:hover {
  border-right-color: rgb(243 244 246 / 0.8);
}

.hover\:border-r-gray-100\/90:hover {
  border-right-color: rgb(243 244 246 / 0.9);
}

.hover\:border-r-gray-100\/95:hover {
  border-right-color: rgb(243 244 246 / 0.95);
}

.hover\:border-r-gray-200:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.hover\:border-r-gray-200\/0:hover {
  border-right-color: rgb(229 231 235 / 0);
}

.hover\:border-r-gray-200\/10:hover {
  border-right-color: rgb(229 231 235 / 0.1);
}

.hover\:border-r-gray-200\/100:hover {
  border-right-color: rgb(229 231 235 / 1);
}

.hover\:border-r-gray-200\/20:hover {
  border-right-color: rgb(229 231 235 / 0.2);
}

.hover\:border-r-gray-200\/25:hover {
  border-right-color: rgb(229 231 235 / 0.25);
}

.hover\:border-r-gray-200\/30:hover {
  border-right-color: rgb(229 231 235 / 0.3);
}

.hover\:border-r-gray-200\/40:hover {
  border-right-color: rgb(229 231 235 / 0.4);
}

.hover\:border-r-gray-200\/5:hover {
  border-right-color: rgb(229 231 235 / 0.05);
}

.hover\:border-r-gray-200\/50:hover {
  border-right-color: rgb(229 231 235 / 0.5);
}

.hover\:border-r-gray-200\/60:hover {
  border-right-color: rgb(229 231 235 / 0.6);
}

.hover\:border-r-gray-200\/70:hover {
  border-right-color: rgb(229 231 235 / 0.7);
}

.hover\:border-r-gray-200\/75:hover {
  border-right-color: rgb(229 231 235 / 0.75);
}

.hover\:border-r-gray-200\/80:hover {
  border-right-color: rgb(229 231 235 / 0.8);
}

.hover\:border-r-gray-200\/90:hover {
  border-right-color: rgb(229 231 235 / 0.9);
}

.hover\:border-r-gray-200\/95:hover {
  border-right-color: rgb(229 231 235 / 0.95);
}

.hover\:border-r-gray-300:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.hover\:border-r-gray-300\/0:hover {
  border-right-color: rgb(209 213 219 / 0);
}

.hover\:border-r-gray-300\/10:hover {
  border-right-color: rgb(209 213 219 / 0.1);
}

.hover\:border-r-gray-300\/100:hover {
  border-right-color: rgb(209 213 219 / 1);
}

.hover\:border-r-gray-300\/20:hover {
  border-right-color: rgb(209 213 219 / 0.2);
}

.hover\:border-r-gray-300\/25:hover {
  border-right-color: rgb(209 213 219 / 0.25);
}

.hover\:border-r-gray-300\/30:hover {
  border-right-color: rgb(209 213 219 / 0.3);
}

.hover\:border-r-gray-300\/40:hover {
  border-right-color: rgb(209 213 219 / 0.4);
}

.hover\:border-r-gray-300\/5:hover {
  border-right-color: rgb(209 213 219 / 0.05);
}

.hover\:border-r-gray-300\/50:hover {
  border-right-color: rgb(209 213 219 / 0.5);
}

.hover\:border-r-gray-300\/60:hover {
  border-right-color: rgb(209 213 219 / 0.6);
}

.hover\:border-r-gray-300\/70:hover {
  border-right-color: rgb(209 213 219 / 0.7);
}

.hover\:border-r-gray-300\/75:hover {
  border-right-color: rgb(209 213 219 / 0.75);
}

.hover\:border-r-gray-300\/80:hover {
  border-right-color: rgb(209 213 219 / 0.8);
}

.hover\:border-r-gray-300\/90:hover {
  border-right-color: rgb(209 213 219 / 0.9);
}

.hover\:border-r-gray-300\/95:hover {
  border-right-color: rgb(209 213 219 / 0.95);
}

.hover\:border-r-gray-400:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.hover\:border-r-gray-400\/0:hover {
  border-right-color: rgb(156 163 175 / 0);
}

.hover\:border-r-gray-400\/10:hover {
  border-right-color: rgb(156 163 175 / 0.1);
}

.hover\:border-r-gray-400\/100:hover {
  border-right-color: rgb(156 163 175 / 1);
}

.hover\:border-r-gray-400\/20:hover {
  border-right-color: rgb(156 163 175 / 0.2);
}

.hover\:border-r-gray-400\/25:hover {
  border-right-color: rgb(156 163 175 / 0.25);
}

.hover\:border-r-gray-400\/30:hover {
  border-right-color: rgb(156 163 175 / 0.3);
}

.hover\:border-r-gray-400\/40:hover {
  border-right-color: rgb(156 163 175 / 0.4);
}

.hover\:border-r-gray-400\/5:hover {
  border-right-color: rgb(156 163 175 / 0.05);
}

.hover\:border-r-gray-400\/50:hover {
  border-right-color: rgb(156 163 175 / 0.5);
}

.hover\:border-r-gray-400\/60:hover {
  border-right-color: rgb(156 163 175 / 0.6);
}

.hover\:border-r-gray-400\/70:hover {
  border-right-color: rgb(156 163 175 / 0.7);
}

.hover\:border-r-gray-400\/75:hover {
  border-right-color: rgb(156 163 175 / 0.75);
}

.hover\:border-r-gray-400\/80:hover {
  border-right-color: rgb(156 163 175 / 0.8);
}

.hover\:border-r-gray-400\/90:hover {
  border-right-color: rgb(156 163 175 / 0.9);
}

.hover\:border-r-gray-400\/95:hover {
  border-right-color: rgb(156 163 175 / 0.95);
}

.hover\:border-r-gray-50:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.hover\:border-r-gray-50\/0:hover {
  border-right-color: rgb(249 250 251 / 0);
}

.hover\:border-r-gray-50\/10:hover {
  border-right-color: rgb(249 250 251 / 0.1);
}

.hover\:border-r-gray-50\/100:hover {
  border-right-color: rgb(249 250 251 / 1);
}

.hover\:border-r-gray-50\/20:hover {
  border-right-color: rgb(249 250 251 / 0.2);
}

.hover\:border-r-gray-50\/25:hover {
  border-right-color: rgb(249 250 251 / 0.25);
}

.hover\:border-r-gray-50\/30:hover {
  border-right-color: rgb(249 250 251 / 0.3);
}

.hover\:border-r-gray-50\/40:hover {
  border-right-color: rgb(249 250 251 / 0.4);
}

.hover\:border-r-gray-50\/5:hover {
  border-right-color: rgb(249 250 251 / 0.05);
}

.hover\:border-r-gray-50\/50:hover {
  border-right-color: rgb(249 250 251 / 0.5);
}

.hover\:border-r-gray-50\/60:hover {
  border-right-color: rgb(249 250 251 / 0.6);
}

.hover\:border-r-gray-50\/70:hover {
  border-right-color: rgb(249 250 251 / 0.7);
}

.hover\:border-r-gray-50\/75:hover {
  border-right-color: rgb(249 250 251 / 0.75);
}

.hover\:border-r-gray-50\/80:hover {
  border-right-color: rgb(249 250 251 / 0.8);
}

.hover\:border-r-gray-50\/90:hover {
  border-right-color: rgb(249 250 251 / 0.9);
}

.hover\:border-r-gray-50\/95:hover {
  border-right-color: rgb(249 250 251 / 0.95);
}

.hover\:border-r-gray-500:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.hover\:border-r-gray-500\/0:hover {
  border-right-color: rgb(107 114 128 / 0);
}

.hover\:border-r-gray-500\/10:hover {
  border-right-color: rgb(107 114 128 / 0.1);
}

.hover\:border-r-gray-500\/100:hover {
  border-right-color: rgb(107 114 128 / 1);
}

.hover\:border-r-gray-500\/20:hover {
  border-right-color: rgb(107 114 128 / 0.2);
}

.hover\:border-r-gray-500\/25:hover {
  border-right-color: rgb(107 114 128 / 0.25);
}

.hover\:border-r-gray-500\/30:hover {
  border-right-color: rgb(107 114 128 / 0.3);
}

.hover\:border-r-gray-500\/40:hover {
  border-right-color: rgb(107 114 128 / 0.4);
}

.hover\:border-r-gray-500\/5:hover {
  border-right-color: rgb(107 114 128 / 0.05);
}

.hover\:border-r-gray-500\/50:hover {
  border-right-color: rgb(107 114 128 / 0.5);
}

.hover\:border-r-gray-500\/60:hover {
  border-right-color: rgb(107 114 128 / 0.6);
}

.hover\:border-r-gray-500\/70:hover {
  border-right-color: rgb(107 114 128 / 0.7);
}

.hover\:border-r-gray-500\/75:hover {
  border-right-color: rgb(107 114 128 / 0.75);
}

.hover\:border-r-gray-500\/80:hover {
  border-right-color: rgb(107 114 128 / 0.8);
}

.hover\:border-r-gray-500\/90:hover {
  border-right-color: rgb(107 114 128 / 0.9);
}

.hover\:border-r-gray-500\/95:hover {
  border-right-color: rgb(107 114 128 / 0.95);
}

.hover\:border-r-gray-600:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.hover\:border-r-gray-600\/0:hover {
  border-right-color: rgb(75 85 99 / 0);
}

.hover\:border-r-gray-600\/10:hover {
  border-right-color: rgb(75 85 99 / 0.1);
}

.hover\:border-r-gray-600\/100:hover {
  border-right-color: rgb(75 85 99 / 1);
}

.hover\:border-r-gray-600\/20:hover {
  border-right-color: rgb(75 85 99 / 0.2);
}

.hover\:border-r-gray-600\/25:hover {
  border-right-color: rgb(75 85 99 / 0.25);
}

.hover\:border-r-gray-600\/30:hover {
  border-right-color: rgb(75 85 99 / 0.3);
}

.hover\:border-r-gray-600\/40:hover {
  border-right-color: rgb(75 85 99 / 0.4);
}

.hover\:border-r-gray-600\/5:hover {
  border-right-color: rgb(75 85 99 / 0.05);
}

.hover\:border-r-gray-600\/50:hover {
  border-right-color: rgb(75 85 99 / 0.5);
}

.hover\:border-r-gray-600\/60:hover {
  border-right-color: rgb(75 85 99 / 0.6);
}

.hover\:border-r-gray-600\/70:hover {
  border-right-color: rgb(75 85 99 / 0.7);
}

.hover\:border-r-gray-600\/75:hover {
  border-right-color: rgb(75 85 99 / 0.75);
}

.hover\:border-r-gray-600\/80:hover {
  border-right-color: rgb(75 85 99 / 0.8);
}

.hover\:border-r-gray-600\/90:hover {
  border-right-color: rgb(75 85 99 / 0.9);
}

.hover\:border-r-gray-600\/95:hover {
  border-right-color: rgb(75 85 99 / 0.95);
}

.hover\:border-r-gray-700:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.hover\:border-r-gray-700\/0:hover {
  border-right-color: rgb(55 65 81 / 0);
}

.hover\:border-r-gray-700\/10:hover {
  border-right-color: rgb(55 65 81 / 0.1);
}

.hover\:border-r-gray-700\/100:hover {
  border-right-color: rgb(55 65 81 / 1);
}

.hover\:border-r-gray-700\/20:hover {
  border-right-color: rgb(55 65 81 / 0.2);
}

.hover\:border-r-gray-700\/25:hover {
  border-right-color: rgb(55 65 81 / 0.25);
}

.hover\:border-r-gray-700\/30:hover {
  border-right-color: rgb(55 65 81 / 0.3);
}

.hover\:border-r-gray-700\/40:hover {
  border-right-color: rgb(55 65 81 / 0.4);
}

.hover\:border-r-gray-700\/5:hover {
  border-right-color: rgb(55 65 81 / 0.05);
}

.hover\:border-r-gray-700\/50:hover {
  border-right-color: rgb(55 65 81 / 0.5);
}

.hover\:border-r-gray-700\/60:hover {
  border-right-color: rgb(55 65 81 / 0.6);
}

.hover\:border-r-gray-700\/70:hover {
  border-right-color: rgb(55 65 81 / 0.7);
}

.hover\:border-r-gray-700\/75:hover {
  border-right-color: rgb(55 65 81 / 0.75);
}

.hover\:border-r-gray-700\/80:hover {
  border-right-color: rgb(55 65 81 / 0.8);
}

.hover\:border-r-gray-700\/90:hover {
  border-right-color: rgb(55 65 81 / 0.9);
}

.hover\:border-r-gray-700\/95:hover {
  border-right-color: rgb(55 65 81 / 0.95);
}

.hover\:border-r-gray-800:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.hover\:border-r-gray-800\/0:hover {
  border-right-color: rgb(31 41 55 / 0);
}

.hover\:border-r-gray-800\/10:hover {
  border-right-color: rgb(31 41 55 / 0.1);
}

.hover\:border-r-gray-800\/100:hover {
  border-right-color: rgb(31 41 55 / 1);
}

.hover\:border-r-gray-800\/20:hover {
  border-right-color: rgb(31 41 55 / 0.2);
}

.hover\:border-r-gray-800\/25:hover {
  border-right-color: rgb(31 41 55 / 0.25);
}

.hover\:border-r-gray-800\/30:hover {
  border-right-color: rgb(31 41 55 / 0.3);
}

.hover\:border-r-gray-800\/40:hover {
  border-right-color: rgb(31 41 55 / 0.4);
}

.hover\:border-r-gray-800\/5:hover {
  border-right-color: rgb(31 41 55 / 0.05);
}

.hover\:border-r-gray-800\/50:hover {
  border-right-color: rgb(31 41 55 / 0.5);
}

.hover\:border-r-gray-800\/60:hover {
  border-right-color: rgb(31 41 55 / 0.6);
}

.hover\:border-r-gray-800\/70:hover {
  border-right-color: rgb(31 41 55 / 0.7);
}

.hover\:border-r-gray-800\/75:hover {
  border-right-color: rgb(31 41 55 / 0.75);
}

.hover\:border-r-gray-800\/80:hover {
  border-right-color: rgb(31 41 55 / 0.8);
}

.hover\:border-r-gray-800\/90:hover {
  border-right-color: rgb(31 41 55 / 0.9);
}

.hover\:border-r-gray-800\/95:hover {
  border-right-color: rgb(31 41 55 / 0.95);
}

.hover\:border-r-gray-900:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.hover\:border-r-gray-900\/0:hover {
  border-right-color: rgb(17 24 39 / 0);
}

.hover\:border-r-gray-900\/10:hover {
  border-right-color: rgb(17 24 39 / 0.1);
}

.hover\:border-r-gray-900\/100:hover {
  border-right-color: rgb(17 24 39 / 1);
}

.hover\:border-r-gray-900\/20:hover {
  border-right-color: rgb(17 24 39 / 0.2);
}

.hover\:border-r-gray-900\/25:hover {
  border-right-color: rgb(17 24 39 / 0.25);
}

.hover\:border-r-gray-900\/30:hover {
  border-right-color: rgb(17 24 39 / 0.3);
}

.hover\:border-r-gray-900\/40:hover {
  border-right-color: rgb(17 24 39 / 0.4);
}

.hover\:border-r-gray-900\/5:hover {
  border-right-color: rgb(17 24 39 / 0.05);
}

.hover\:border-r-gray-900\/50:hover {
  border-right-color: rgb(17 24 39 / 0.5);
}

.hover\:border-r-gray-900\/60:hover {
  border-right-color: rgb(17 24 39 / 0.6);
}

.hover\:border-r-gray-900\/70:hover {
  border-right-color: rgb(17 24 39 / 0.7);
}

.hover\:border-r-gray-900\/75:hover {
  border-right-color: rgb(17 24 39 / 0.75);
}

.hover\:border-r-gray-900\/80:hover {
  border-right-color: rgb(17 24 39 / 0.8);
}

.hover\:border-r-gray-900\/90:hover {
  border-right-color: rgb(17 24 39 / 0.9);
}

.hover\:border-r-gray-900\/95:hover {
  border-right-color: rgb(17 24 39 / 0.95);
}

.hover\:border-r-gray-950:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(3 7 18 / var(--tw-border-opacity));
}

.hover\:border-r-gray-950\/0:hover {
  border-right-color: rgb(3 7 18 / 0);
}

.hover\:border-r-gray-950\/10:hover {
  border-right-color: rgb(3 7 18 / 0.1);
}

.hover\:border-r-gray-950\/100:hover {
  border-right-color: rgb(3 7 18 / 1);
}

.hover\:border-r-gray-950\/20:hover {
  border-right-color: rgb(3 7 18 / 0.2);
}

.hover\:border-r-gray-950\/25:hover {
  border-right-color: rgb(3 7 18 / 0.25);
}

.hover\:border-r-gray-950\/30:hover {
  border-right-color: rgb(3 7 18 / 0.3);
}

.hover\:border-r-gray-950\/40:hover {
  border-right-color: rgb(3 7 18 / 0.4);
}

.hover\:border-r-gray-950\/5:hover {
  border-right-color: rgb(3 7 18 / 0.05);
}

.hover\:border-r-gray-950\/50:hover {
  border-right-color: rgb(3 7 18 / 0.5);
}

.hover\:border-r-gray-950\/60:hover {
  border-right-color: rgb(3 7 18 / 0.6);
}

.hover\:border-r-gray-950\/70:hover {
  border-right-color: rgb(3 7 18 / 0.7);
}

.hover\:border-r-gray-950\/75:hover {
  border-right-color: rgb(3 7 18 / 0.75);
}

.hover\:border-r-gray-950\/80:hover {
  border-right-color: rgb(3 7 18 / 0.8);
}

.hover\:border-r-gray-950\/90:hover {
  border-right-color: rgb(3 7 18 / 0.9);
}

.hover\:border-r-gray-950\/95:hover {
  border-right-color: rgb(3 7 18 / 0.95);
}

.hover\:border-r-green-100:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(220 252 231 / var(--tw-border-opacity));
}

.hover\:border-r-green-100\/0:hover {
  border-right-color: rgb(220 252 231 / 0);
}

.hover\:border-r-green-100\/10:hover {
  border-right-color: rgb(220 252 231 / 0.1);
}

.hover\:border-r-green-100\/100:hover {
  border-right-color: rgb(220 252 231 / 1);
}

.hover\:border-r-green-100\/20:hover {
  border-right-color: rgb(220 252 231 / 0.2);
}

.hover\:border-r-green-100\/25:hover {
  border-right-color: rgb(220 252 231 / 0.25);
}

.hover\:border-r-green-100\/30:hover {
  border-right-color: rgb(220 252 231 / 0.3);
}

.hover\:border-r-green-100\/40:hover {
  border-right-color: rgb(220 252 231 / 0.4);
}

.hover\:border-r-green-100\/5:hover {
  border-right-color: rgb(220 252 231 / 0.05);
}

.hover\:border-r-green-100\/50:hover {
  border-right-color: rgb(220 252 231 / 0.5);
}

.hover\:border-r-green-100\/60:hover {
  border-right-color: rgb(220 252 231 / 0.6);
}

.hover\:border-r-green-100\/70:hover {
  border-right-color: rgb(220 252 231 / 0.7);
}

.hover\:border-r-green-100\/75:hover {
  border-right-color: rgb(220 252 231 / 0.75);
}

.hover\:border-r-green-100\/80:hover {
  border-right-color: rgb(220 252 231 / 0.8);
}

.hover\:border-r-green-100\/90:hover {
  border-right-color: rgb(220 252 231 / 0.9);
}

.hover\:border-r-green-100\/95:hover {
  border-right-color: rgb(220 252 231 / 0.95);
}

.hover\:border-r-green-200:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.hover\:border-r-green-200\/0:hover {
  border-right-color: rgb(187 247 208 / 0);
}

.hover\:border-r-green-200\/10:hover {
  border-right-color: rgb(187 247 208 / 0.1);
}

.hover\:border-r-green-200\/100:hover {
  border-right-color: rgb(187 247 208 / 1);
}

.hover\:border-r-green-200\/20:hover {
  border-right-color: rgb(187 247 208 / 0.2);
}

.hover\:border-r-green-200\/25:hover {
  border-right-color: rgb(187 247 208 / 0.25);
}

.hover\:border-r-green-200\/30:hover {
  border-right-color: rgb(187 247 208 / 0.3);
}

.hover\:border-r-green-200\/40:hover {
  border-right-color: rgb(187 247 208 / 0.4);
}

.hover\:border-r-green-200\/5:hover {
  border-right-color: rgb(187 247 208 / 0.05);
}

.hover\:border-r-green-200\/50:hover {
  border-right-color: rgb(187 247 208 / 0.5);
}

.hover\:border-r-green-200\/60:hover {
  border-right-color: rgb(187 247 208 / 0.6);
}

.hover\:border-r-green-200\/70:hover {
  border-right-color: rgb(187 247 208 / 0.7);
}

.hover\:border-r-green-200\/75:hover {
  border-right-color: rgb(187 247 208 / 0.75);
}

.hover\:border-r-green-200\/80:hover {
  border-right-color: rgb(187 247 208 / 0.8);
}

.hover\:border-r-green-200\/90:hover {
  border-right-color: rgb(187 247 208 / 0.9);
}

.hover\:border-r-green-200\/95:hover {
  border-right-color: rgb(187 247 208 / 0.95);
}

.hover\:border-r-green-300:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.hover\:border-r-green-300\/0:hover {
  border-right-color: rgb(134 239 172 / 0);
}

.hover\:border-r-green-300\/10:hover {
  border-right-color: rgb(134 239 172 / 0.1);
}

.hover\:border-r-green-300\/100:hover {
  border-right-color: rgb(134 239 172 / 1);
}

.hover\:border-r-green-300\/20:hover {
  border-right-color: rgb(134 239 172 / 0.2);
}

.hover\:border-r-green-300\/25:hover {
  border-right-color: rgb(134 239 172 / 0.25);
}

.hover\:border-r-green-300\/30:hover {
  border-right-color: rgb(134 239 172 / 0.3);
}

.hover\:border-r-green-300\/40:hover {
  border-right-color: rgb(134 239 172 / 0.4);
}

.hover\:border-r-green-300\/5:hover {
  border-right-color: rgb(134 239 172 / 0.05);
}

.hover\:border-r-green-300\/50:hover {
  border-right-color: rgb(134 239 172 / 0.5);
}

.hover\:border-r-green-300\/60:hover {
  border-right-color: rgb(134 239 172 / 0.6);
}

.hover\:border-r-green-300\/70:hover {
  border-right-color: rgb(134 239 172 / 0.7);
}

.hover\:border-r-green-300\/75:hover {
  border-right-color: rgb(134 239 172 / 0.75);
}

.hover\:border-r-green-300\/80:hover {
  border-right-color: rgb(134 239 172 / 0.8);
}

.hover\:border-r-green-300\/90:hover {
  border-right-color: rgb(134 239 172 / 0.9);
}

.hover\:border-r-green-300\/95:hover {
  border-right-color: rgb(134 239 172 / 0.95);
}

.hover\:border-r-green-400:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.hover\:border-r-green-400\/0:hover {
  border-right-color: rgb(74 222 128 / 0);
}

.hover\:border-r-green-400\/10:hover {
  border-right-color: rgb(74 222 128 / 0.1);
}

.hover\:border-r-green-400\/100:hover {
  border-right-color: rgb(74 222 128 / 1);
}

.hover\:border-r-green-400\/20:hover {
  border-right-color: rgb(74 222 128 / 0.2);
}

.hover\:border-r-green-400\/25:hover {
  border-right-color: rgb(74 222 128 / 0.25);
}

.hover\:border-r-green-400\/30:hover {
  border-right-color: rgb(74 222 128 / 0.3);
}

.hover\:border-r-green-400\/40:hover {
  border-right-color: rgb(74 222 128 / 0.4);
}

.hover\:border-r-green-400\/5:hover {
  border-right-color: rgb(74 222 128 / 0.05);
}

.hover\:border-r-green-400\/50:hover {
  border-right-color: rgb(74 222 128 / 0.5);
}

.hover\:border-r-green-400\/60:hover {
  border-right-color: rgb(74 222 128 / 0.6);
}

.hover\:border-r-green-400\/70:hover {
  border-right-color: rgb(74 222 128 / 0.7);
}

.hover\:border-r-green-400\/75:hover {
  border-right-color: rgb(74 222 128 / 0.75);
}

.hover\:border-r-green-400\/80:hover {
  border-right-color: rgb(74 222 128 / 0.8);
}

.hover\:border-r-green-400\/90:hover {
  border-right-color: rgb(74 222 128 / 0.9);
}

.hover\:border-r-green-400\/95:hover {
  border-right-color: rgb(74 222 128 / 0.95);
}

.hover\:border-r-green-50:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(240 253 244 / var(--tw-border-opacity));
}

.hover\:border-r-green-50\/0:hover {
  border-right-color: rgb(240 253 244 / 0);
}

.hover\:border-r-green-50\/10:hover {
  border-right-color: rgb(240 253 244 / 0.1);
}

.hover\:border-r-green-50\/100:hover {
  border-right-color: rgb(240 253 244 / 1);
}

.hover\:border-r-green-50\/20:hover {
  border-right-color: rgb(240 253 244 / 0.2);
}

.hover\:border-r-green-50\/25:hover {
  border-right-color: rgb(240 253 244 / 0.25);
}

.hover\:border-r-green-50\/30:hover {
  border-right-color: rgb(240 253 244 / 0.3);
}

.hover\:border-r-green-50\/40:hover {
  border-right-color: rgb(240 253 244 / 0.4);
}

.hover\:border-r-green-50\/5:hover {
  border-right-color: rgb(240 253 244 / 0.05);
}

.hover\:border-r-green-50\/50:hover {
  border-right-color: rgb(240 253 244 / 0.5);
}

.hover\:border-r-green-50\/60:hover {
  border-right-color: rgb(240 253 244 / 0.6);
}

.hover\:border-r-green-50\/70:hover {
  border-right-color: rgb(240 253 244 / 0.7);
}

.hover\:border-r-green-50\/75:hover {
  border-right-color: rgb(240 253 244 / 0.75);
}

.hover\:border-r-green-50\/80:hover {
  border-right-color: rgb(240 253 244 / 0.8);
}

.hover\:border-r-green-50\/90:hover {
  border-right-color: rgb(240 253 244 / 0.9);
}

.hover\:border-r-green-50\/95:hover {
  border-right-color: rgb(240 253 244 / 0.95);
}

.hover\:border-r-green-500:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.hover\:border-r-green-500\/0:hover {
  border-right-color: rgb(34 197 94 / 0);
}

.hover\:border-r-green-500\/10:hover {
  border-right-color: rgb(34 197 94 / 0.1);
}

.hover\:border-r-green-500\/100:hover {
  border-right-color: rgb(34 197 94 / 1);
}

.hover\:border-r-green-500\/20:hover {
  border-right-color: rgb(34 197 94 / 0.2);
}

.hover\:border-r-green-500\/25:hover {
  border-right-color: rgb(34 197 94 / 0.25);
}

.hover\:border-r-green-500\/30:hover {
  border-right-color: rgb(34 197 94 / 0.3);
}

.hover\:border-r-green-500\/40:hover {
  border-right-color: rgb(34 197 94 / 0.4);
}

.hover\:border-r-green-500\/5:hover {
  border-right-color: rgb(34 197 94 / 0.05);
}

.hover\:border-r-green-500\/50:hover {
  border-right-color: rgb(34 197 94 / 0.5);
}

.hover\:border-r-green-500\/60:hover {
  border-right-color: rgb(34 197 94 / 0.6);
}

.hover\:border-r-green-500\/70:hover {
  border-right-color: rgb(34 197 94 / 0.7);
}

.hover\:border-r-green-500\/75:hover {
  border-right-color: rgb(34 197 94 / 0.75);
}

.hover\:border-r-green-500\/80:hover {
  border-right-color: rgb(34 197 94 / 0.8);
}

.hover\:border-r-green-500\/90:hover {
  border-right-color: rgb(34 197 94 / 0.9);
}

.hover\:border-r-green-500\/95:hover {
  border-right-color: rgb(34 197 94 / 0.95);
}

.hover\:border-r-green-600:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.hover\:border-r-green-600\/0:hover {
  border-right-color: rgb(22 163 74 / 0);
}

.hover\:border-r-green-600\/10:hover {
  border-right-color: rgb(22 163 74 / 0.1);
}

.hover\:border-r-green-600\/100:hover {
  border-right-color: rgb(22 163 74 / 1);
}

.hover\:border-r-green-600\/20:hover {
  border-right-color: rgb(22 163 74 / 0.2);
}

.hover\:border-r-green-600\/25:hover {
  border-right-color: rgb(22 163 74 / 0.25);
}

.hover\:border-r-green-600\/30:hover {
  border-right-color: rgb(22 163 74 / 0.3);
}

.hover\:border-r-green-600\/40:hover {
  border-right-color: rgb(22 163 74 / 0.4);
}

.hover\:border-r-green-600\/5:hover {
  border-right-color: rgb(22 163 74 / 0.05);
}

.hover\:border-r-green-600\/50:hover {
  border-right-color: rgb(22 163 74 / 0.5);
}

.hover\:border-r-green-600\/60:hover {
  border-right-color: rgb(22 163 74 / 0.6);
}

.hover\:border-r-green-600\/70:hover {
  border-right-color: rgb(22 163 74 / 0.7);
}

.hover\:border-r-green-600\/75:hover {
  border-right-color: rgb(22 163 74 / 0.75);
}

.hover\:border-r-green-600\/80:hover {
  border-right-color: rgb(22 163 74 / 0.8);
}

.hover\:border-r-green-600\/90:hover {
  border-right-color: rgb(22 163 74 / 0.9);
}

.hover\:border-r-green-600\/95:hover {
  border-right-color: rgb(22 163 74 / 0.95);
}

.hover\:border-r-green-700:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.hover\:border-r-green-700\/0:hover {
  border-right-color: rgb(21 128 61 / 0);
}

.hover\:border-r-green-700\/10:hover {
  border-right-color: rgb(21 128 61 / 0.1);
}

.hover\:border-r-green-700\/100:hover {
  border-right-color: rgb(21 128 61 / 1);
}

.hover\:border-r-green-700\/20:hover {
  border-right-color: rgb(21 128 61 / 0.2);
}

.hover\:border-r-green-700\/25:hover {
  border-right-color: rgb(21 128 61 / 0.25);
}

.hover\:border-r-green-700\/30:hover {
  border-right-color: rgb(21 128 61 / 0.3);
}

.hover\:border-r-green-700\/40:hover {
  border-right-color: rgb(21 128 61 / 0.4);
}

.hover\:border-r-green-700\/5:hover {
  border-right-color: rgb(21 128 61 / 0.05);
}

.hover\:border-r-green-700\/50:hover {
  border-right-color: rgb(21 128 61 / 0.5);
}

.hover\:border-r-green-700\/60:hover {
  border-right-color: rgb(21 128 61 / 0.6);
}

.hover\:border-r-green-700\/70:hover {
  border-right-color: rgb(21 128 61 / 0.7);
}

.hover\:border-r-green-700\/75:hover {
  border-right-color: rgb(21 128 61 / 0.75);
}

.hover\:border-r-green-700\/80:hover {
  border-right-color: rgb(21 128 61 / 0.8);
}

.hover\:border-r-green-700\/90:hover {
  border-right-color: rgb(21 128 61 / 0.9);
}

.hover\:border-r-green-700\/95:hover {
  border-right-color: rgb(21 128 61 / 0.95);
}

.hover\:border-r-green-800:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.hover\:border-r-green-800\/0:hover {
  border-right-color: rgb(22 101 52 / 0);
}

.hover\:border-r-green-800\/10:hover {
  border-right-color: rgb(22 101 52 / 0.1);
}

.hover\:border-r-green-800\/100:hover {
  border-right-color: rgb(22 101 52 / 1);
}

.hover\:border-r-green-800\/20:hover {
  border-right-color: rgb(22 101 52 / 0.2);
}

.hover\:border-r-green-800\/25:hover {
  border-right-color: rgb(22 101 52 / 0.25);
}

.hover\:border-r-green-800\/30:hover {
  border-right-color: rgb(22 101 52 / 0.3);
}

.hover\:border-r-green-800\/40:hover {
  border-right-color: rgb(22 101 52 / 0.4);
}

.hover\:border-r-green-800\/5:hover {
  border-right-color: rgb(22 101 52 / 0.05);
}

.hover\:border-r-green-800\/50:hover {
  border-right-color: rgb(22 101 52 / 0.5);
}

.hover\:border-r-green-800\/60:hover {
  border-right-color: rgb(22 101 52 / 0.6);
}

.hover\:border-r-green-800\/70:hover {
  border-right-color: rgb(22 101 52 / 0.7);
}

.hover\:border-r-green-800\/75:hover {
  border-right-color: rgb(22 101 52 / 0.75);
}

.hover\:border-r-green-800\/80:hover {
  border-right-color: rgb(22 101 52 / 0.8);
}

.hover\:border-r-green-800\/90:hover {
  border-right-color: rgb(22 101 52 / 0.9);
}

.hover\:border-r-green-800\/95:hover {
  border-right-color: rgb(22 101 52 / 0.95);
}

.hover\:border-r-green-900:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(20 83 45 / var(--tw-border-opacity));
}

.hover\:border-r-green-900\/0:hover {
  border-right-color: rgb(20 83 45 / 0);
}

.hover\:border-r-green-900\/10:hover {
  border-right-color: rgb(20 83 45 / 0.1);
}

.hover\:border-r-green-900\/100:hover {
  border-right-color: rgb(20 83 45 / 1);
}

.hover\:border-r-green-900\/20:hover {
  border-right-color: rgb(20 83 45 / 0.2);
}

.hover\:border-r-green-900\/25:hover {
  border-right-color: rgb(20 83 45 / 0.25);
}

.hover\:border-r-green-900\/30:hover {
  border-right-color: rgb(20 83 45 / 0.3);
}

.hover\:border-r-green-900\/40:hover {
  border-right-color: rgb(20 83 45 / 0.4);
}

.hover\:border-r-green-900\/5:hover {
  border-right-color: rgb(20 83 45 / 0.05);
}

.hover\:border-r-green-900\/50:hover {
  border-right-color: rgb(20 83 45 / 0.5);
}

.hover\:border-r-green-900\/60:hover {
  border-right-color: rgb(20 83 45 / 0.6);
}

.hover\:border-r-green-900\/70:hover {
  border-right-color: rgb(20 83 45 / 0.7);
}

.hover\:border-r-green-900\/75:hover {
  border-right-color: rgb(20 83 45 / 0.75);
}

.hover\:border-r-green-900\/80:hover {
  border-right-color: rgb(20 83 45 / 0.8);
}

.hover\:border-r-green-900\/90:hover {
  border-right-color: rgb(20 83 45 / 0.9);
}

.hover\:border-r-green-900\/95:hover {
  border-right-color: rgb(20 83 45 / 0.95);
}

.hover\:border-r-green-950:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(5 46 22 / var(--tw-border-opacity));
}

.hover\:border-r-green-950\/0:hover {
  border-right-color: rgb(5 46 22 / 0);
}

.hover\:border-r-green-950\/10:hover {
  border-right-color: rgb(5 46 22 / 0.1);
}

.hover\:border-r-green-950\/100:hover {
  border-right-color: rgb(5 46 22 / 1);
}

.hover\:border-r-green-950\/20:hover {
  border-right-color: rgb(5 46 22 / 0.2);
}

.hover\:border-r-green-950\/25:hover {
  border-right-color: rgb(5 46 22 / 0.25);
}

.hover\:border-r-green-950\/30:hover {
  border-right-color: rgb(5 46 22 / 0.3);
}

.hover\:border-r-green-950\/40:hover {
  border-right-color: rgb(5 46 22 / 0.4);
}

.hover\:border-r-green-950\/5:hover {
  border-right-color: rgb(5 46 22 / 0.05);
}

.hover\:border-r-green-950\/50:hover {
  border-right-color: rgb(5 46 22 / 0.5);
}

.hover\:border-r-green-950\/60:hover {
  border-right-color: rgb(5 46 22 / 0.6);
}

.hover\:border-r-green-950\/70:hover {
  border-right-color: rgb(5 46 22 / 0.7);
}

.hover\:border-r-green-950\/75:hover {
  border-right-color: rgb(5 46 22 / 0.75);
}

.hover\:border-r-green-950\/80:hover {
  border-right-color: rgb(5 46 22 / 0.8);
}

.hover\:border-r-green-950\/90:hover {
  border-right-color: rgb(5 46 22 / 0.9);
}

.hover\:border-r-green-950\/95:hover {
  border-right-color: rgb(5 46 22 / 0.95);
}

.hover\:border-r-indigo-100:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(224 231 255 / var(--tw-border-opacity));
}

.hover\:border-r-indigo-100\/0:hover {
  border-right-color: rgb(224 231 255 / 0);
}

.hover\:border-r-indigo-100\/10:hover {
  border-right-color: rgb(224 231 255 / 0.1);
}

.hover\:border-r-indigo-100\/100:hover {
  border-right-color: rgb(224 231 255 / 1);
}

.hover\:border-r-indigo-100\/20:hover {
  border-right-color: rgb(224 231 255 / 0.2);
}

.hover\:border-r-indigo-100\/25:hover {
  border-right-color: rgb(224 231 255 / 0.25);
}

.hover\:border-r-indigo-100\/30:hover {
  border-right-color: rgb(224 231 255 / 0.3);
}

.hover\:border-r-indigo-100\/40:hover {
  border-right-color: rgb(224 231 255 / 0.4);
}

.hover\:border-r-indigo-100\/5:hover {
  border-right-color: rgb(224 231 255 / 0.05);
}

.hover\:border-r-indigo-100\/50:hover {
  border-right-color: rgb(224 231 255 / 0.5);
}

.hover\:border-r-indigo-100\/60:hover {
  border-right-color: rgb(224 231 255 / 0.6);
}

.hover\:border-r-indigo-100\/70:hover {
  border-right-color: rgb(224 231 255 / 0.7);
}

.hover\:border-r-indigo-100\/75:hover {
  border-right-color: rgb(224 231 255 / 0.75);
}

.hover\:border-r-indigo-100\/80:hover {
  border-right-color: rgb(224 231 255 / 0.8);
}

.hover\:border-r-indigo-100\/90:hover {
  border-right-color: rgb(224 231 255 / 0.9);
}

.hover\:border-r-indigo-100\/95:hover {
  border-right-color: rgb(224 231 255 / 0.95);
}

.hover\:border-r-indigo-200:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.hover\:border-r-indigo-200\/0:hover {
  border-right-color: rgb(199 210 254 / 0);
}

.hover\:border-r-indigo-200\/10:hover {
  border-right-color: rgb(199 210 254 / 0.1);
}

.hover\:border-r-indigo-200\/100:hover {
  border-right-color: rgb(199 210 254 / 1);
}

.hover\:border-r-indigo-200\/20:hover {
  border-right-color: rgb(199 210 254 / 0.2);
}

.hover\:border-r-indigo-200\/25:hover {
  border-right-color: rgb(199 210 254 / 0.25);
}

.hover\:border-r-indigo-200\/30:hover {
  border-right-color: rgb(199 210 254 / 0.3);
}

.hover\:border-r-indigo-200\/40:hover {
  border-right-color: rgb(199 210 254 / 0.4);
}

.hover\:border-r-indigo-200\/5:hover {
  border-right-color: rgb(199 210 254 / 0.05);
}

.hover\:border-r-indigo-200\/50:hover {
  border-right-color: rgb(199 210 254 / 0.5);
}

.hover\:border-r-indigo-200\/60:hover {
  border-right-color: rgb(199 210 254 / 0.6);
}

.hover\:border-r-indigo-200\/70:hover {
  border-right-color: rgb(199 210 254 / 0.7);
}

.hover\:border-r-indigo-200\/75:hover {
  border-right-color: rgb(199 210 254 / 0.75);
}

.hover\:border-r-indigo-200\/80:hover {
  border-right-color: rgb(199 210 254 / 0.8);
}

.hover\:border-r-indigo-200\/90:hover {
  border-right-color: rgb(199 210 254 / 0.9);
}

.hover\:border-r-indigo-200\/95:hover {
  border-right-color: rgb(199 210 254 / 0.95);
}

.hover\:border-r-indigo-300:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.hover\:border-r-indigo-300\/0:hover {
  border-right-color: rgb(165 180 252 / 0);
}

.hover\:border-r-indigo-300\/10:hover {
  border-right-color: rgb(165 180 252 / 0.1);
}

.hover\:border-r-indigo-300\/100:hover {
  border-right-color: rgb(165 180 252 / 1);
}

.hover\:border-r-indigo-300\/20:hover {
  border-right-color: rgb(165 180 252 / 0.2);
}

.hover\:border-r-indigo-300\/25:hover {
  border-right-color: rgb(165 180 252 / 0.25);
}

.hover\:border-r-indigo-300\/30:hover {
  border-right-color: rgb(165 180 252 / 0.3);
}

.hover\:border-r-indigo-300\/40:hover {
  border-right-color: rgb(165 180 252 / 0.4);
}

.hover\:border-r-indigo-300\/5:hover {
  border-right-color: rgb(165 180 252 / 0.05);
}

.hover\:border-r-indigo-300\/50:hover {
  border-right-color: rgb(165 180 252 / 0.5);
}

.hover\:border-r-indigo-300\/60:hover {
  border-right-color: rgb(165 180 252 / 0.6);
}

.hover\:border-r-indigo-300\/70:hover {
  border-right-color: rgb(165 180 252 / 0.7);
}

.hover\:border-r-indigo-300\/75:hover {
  border-right-color: rgb(165 180 252 / 0.75);
}

.hover\:border-r-indigo-300\/80:hover {
  border-right-color: rgb(165 180 252 / 0.8);
}

.hover\:border-r-indigo-300\/90:hover {
  border-right-color: rgb(165 180 252 / 0.9);
}

.hover\:border-r-indigo-300\/95:hover {
  border-right-color: rgb(165 180 252 / 0.95);
}

.hover\:border-r-indigo-400:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.hover\:border-r-indigo-400\/0:hover {
  border-right-color: rgb(129 140 248 / 0);
}

.hover\:border-r-indigo-400\/10:hover {
  border-right-color: rgb(129 140 248 / 0.1);
}

.hover\:border-r-indigo-400\/100:hover {
  border-right-color: rgb(129 140 248 / 1);
}

.hover\:border-r-indigo-400\/20:hover {
  border-right-color: rgb(129 140 248 / 0.2);
}

.hover\:border-r-indigo-400\/25:hover {
  border-right-color: rgb(129 140 248 / 0.25);
}

.hover\:border-r-indigo-400\/30:hover {
  border-right-color: rgb(129 140 248 / 0.3);
}

.hover\:border-r-indigo-400\/40:hover {
  border-right-color: rgb(129 140 248 / 0.4);
}

.hover\:border-r-indigo-400\/5:hover {
  border-right-color: rgb(129 140 248 / 0.05);
}

.hover\:border-r-indigo-400\/50:hover {
  border-right-color: rgb(129 140 248 / 0.5);
}

.hover\:border-r-indigo-400\/60:hover {
  border-right-color: rgb(129 140 248 / 0.6);
}

.hover\:border-r-indigo-400\/70:hover {
  border-right-color: rgb(129 140 248 / 0.7);
}

.hover\:border-r-indigo-400\/75:hover {
  border-right-color: rgb(129 140 248 / 0.75);
}

.hover\:border-r-indigo-400\/80:hover {
  border-right-color: rgb(129 140 248 / 0.8);
}

.hover\:border-r-indigo-400\/90:hover {
  border-right-color: rgb(129 140 248 / 0.9);
}

.hover\:border-r-indigo-400\/95:hover {
  border-right-color: rgb(129 140 248 / 0.95);
}

.hover\:border-r-indigo-50:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(238 242 255 / var(--tw-border-opacity));
}

.hover\:border-r-indigo-50\/0:hover {
  border-right-color: rgb(238 242 255 / 0);
}

.hover\:border-r-indigo-50\/10:hover {
  border-right-color: rgb(238 242 255 / 0.1);
}

.hover\:border-r-indigo-50\/100:hover {
  border-right-color: rgb(238 242 255 / 1);
}

.hover\:border-r-indigo-50\/20:hover {
  border-right-color: rgb(238 242 255 / 0.2);
}

.hover\:border-r-indigo-50\/25:hover {
  border-right-color: rgb(238 242 255 / 0.25);
}

.hover\:border-r-indigo-50\/30:hover {
  border-right-color: rgb(238 242 255 / 0.3);
}

.hover\:border-r-indigo-50\/40:hover {
  border-right-color: rgb(238 242 255 / 0.4);
}

.hover\:border-r-indigo-50\/5:hover {
  border-right-color: rgb(238 242 255 / 0.05);
}

.hover\:border-r-indigo-50\/50:hover {
  border-right-color: rgb(238 242 255 / 0.5);
}

.hover\:border-r-indigo-50\/60:hover {
  border-right-color: rgb(238 242 255 / 0.6);
}

.hover\:border-r-indigo-50\/70:hover {
  border-right-color: rgb(238 242 255 / 0.7);
}

.hover\:border-r-indigo-50\/75:hover {
  border-right-color: rgb(238 242 255 / 0.75);
}

.hover\:border-r-indigo-50\/80:hover {
  border-right-color: rgb(238 242 255 / 0.8);
}

.hover\:border-r-indigo-50\/90:hover {
  border-right-color: rgb(238 242 255 / 0.9);
}

.hover\:border-r-indigo-50\/95:hover {
  border-right-color: rgb(238 242 255 / 0.95);
}

.hover\:border-r-indigo-500:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.hover\:border-r-indigo-500\/0:hover {
  border-right-color: rgb(99 102 241 / 0);
}

.hover\:border-r-indigo-500\/10:hover {
  border-right-color: rgb(99 102 241 / 0.1);
}

.hover\:border-r-indigo-500\/100:hover {
  border-right-color: rgb(99 102 241 / 1);
}

.hover\:border-r-indigo-500\/20:hover {
  border-right-color: rgb(99 102 241 / 0.2);
}

.hover\:border-r-indigo-500\/25:hover {
  border-right-color: rgb(99 102 241 / 0.25);
}

.hover\:border-r-indigo-500\/30:hover {
  border-right-color: rgb(99 102 241 / 0.3);
}

.hover\:border-r-indigo-500\/40:hover {
  border-right-color: rgb(99 102 241 / 0.4);
}

.hover\:border-r-indigo-500\/5:hover {
  border-right-color: rgb(99 102 241 / 0.05);
}

.hover\:border-r-indigo-500\/50:hover {
  border-right-color: rgb(99 102 241 / 0.5);
}

.hover\:border-r-indigo-500\/60:hover {
  border-right-color: rgb(99 102 241 / 0.6);
}

.hover\:border-r-indigo-500\/70:hover {
  border-right-color: rgb(99 102 241 / 0.7);
}

.hover\:border-r-indigo-500\/75:hover {
  border-right-color: rgb(99 102 241 / 0.75);
}

.hover\:border-r-indigo-500\/80:hover {
  border-right-color: rgb(99 102 241 / 0.8);
}

.hover\:border-r-indigo-500\/90:hover {
  border-right-color: rgb(99 102 241 / 0.9);
}

.hover\:border-r-indigo-500\/95:hover {
  border-right-color: rgb(99 102 241 / 0.95);
}

.hover\:border-r-indigo-600:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.hover\:border-r-indigo-600\/0:hover {
  border-right-color: rgb(79 70 229 / 0);
}

.hover\:border-r-indigo-600\/10:hover {
  border-right-color: rgb(79 70 229 / 0.1);
}

.hover\:border-r-indigo-600\/100:hover {
  border-right-color: rgb(79 70 229 / 1);
}

.hover\:border-r-indigo-600\/20:hover {
  border-right-color: rgb(79 70 229 / 0.2);
}

.hover\:border-r-indigo-600\/25:hover {
  border-right-color: rgb(79 70 229 / 0.25);
}

.hover\:border-r-indigo-600\/30:hover {
  border-right-color: rgb(79 70 229 / 0.3);
}

.hover\:border-r-indigo-600\/40:hover {
  border-right-color: rgb(79 70 229 / 0.4);
}

.hover\:border-r-indigo-600\/5:hover {
  border-right-color: rgb(79 70 229 / 0.05);
}

.hover\:border-r-indigo-600\/50:hover {
  border-right-color: rgb(79 70 229 / 0.5);
}

.hover\:border-r-indigo-600\/60:hover {
  border-right-color: rgb(79 70 229 / 0.6);
}

.hover\:border-r-indigo-600\/70:hover {
  border-right-color: rgb(79 70 229 / 0.7);
}

.hover\:border-r-indigo-600\/75:hover {
  border-right-color: rgb(79 70 229 / 0.75);
}

.hover\:border-r-indigo-600\/80:hover {
  border-right-color: rgb(79 70 229 / 0.8);
}

.hover\:border-r-indigo-600\/90:hover {
  border-right-color: rgb(79 70 229 / 0.9);
}

.hover\:border-r-indigo-600\/95:hover {
  border-right-color: rgb(79 70 229 / 0.95);
}

.hover\:border-r-indigo-700:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.hover\:border-r-indigo-700\/0:hover {
  border-right-color: rgb(67 56 202 / 0);
}

.hover\:border-r-indigo-700\/10:hover {
  border-right-color: rgb(67 56 202 / 0.1);
}

.hover\:border-r-indigo-700\/100:hover {
  border-right-color: rgb(67 56 202 / 1);
}

.hover\:border-r-indigo-700\/20:hover {
  border-right-color: rgb(67 56 202 / 0.2);
}

.hover\:border-r-indigo-700\/25:hover {
  border-right-color: rgb(67 56 202 / 0.25);
}

.hover\:border-r-indigo-700\/30:hover {
  border-right-color: rgb(67 56 202 / 0.3);
}

.hover\:border-r-indigo-700\/40:hover {
  border-right-color: rgb(67 56 202 / 0.4);
}

.hover\:border-r-indigo-700\/5:hover {
  border-right-color: rgb(67 56 202 / 0.05);
}

.hover\:border-r-indigo-700\/50:hover {
  border-right-color: rgb(67 56 202 / 0.5);
}

.hover\:border-r-indigo-700\/60:hover {
  border-right-color: rgb(67 56 202 / 0.6);
}

.hover\:border-r-indigo-700\/70:hover {
  border-right-color: rgb(67 56 202 / 0.7);
}

.hover\:border-r-indigo-700\/75:hover {
  border-right-color: rgb(67 56 202 / 0.75);
}

.hover\:border-r-indigo-700\/80:hover {
  border-right-color: rgb(67 56 202 / 0.8);
}

.hover\:border-r-indigo-700\/90:hover {
  border-right-color: rgb(67 56 202 / 0.9);
}

.hover\:border-r-indigo-700\/95:hover {
  border-right-color: rgb(67 56 202 / 0.95);
}

.hover\:border-r-indigo-800:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(55 48 163 / var(--tw-border-opacity));
}

.hover\:border-r-indigo-800\/0:hover {
  border-right-color: rgb(55 48 163 / 0);
}

.hover\:border-r-indigo-800\/10:hover {
  border-right-color: rgb(55 48 163 / 0.1);
}

.hover\:border-r-indigo-800\/100:hover {
  border-right-color: rgb(55 48 163 / 1);
}

.hover\:border-r-indigo-800\/20:hover {
  border-right-color: rgb(55 48 163 / 0.2);
}

.hover\:border-r-indigo-800\/25:hover {
  border-right-color: rgb(55 48 163 / 0.25);
}

.hover\:border-r-indigo-800\/30:hover {
  border-right-color: rgb(55 48 163 / 0.3);
}

.hover\:border-r-indigo-800\/40:hover {
  border-right-color: rgb(55 48 163 / 0.4);
}

.hover\:border-r-indigo-800\/5:hover {
  border-right-color: rgb(55 48 163 / 0.05);
}

.hover\:border-r-indigo-800\/50:hover {
  border-right-color: rgb(55 48 163 / 0.5);
}

.hover\:border-r-indigo-800\/60:hover {
  border-right-color: rgb(55 48 163 / 0.6);
}

.hover\:border-r-indigo-800\/70:hover {
  border-right-color: rgb(55 48 163 / 0.7);
}

.hover\:border-r-indigo-800\/75:hover {
  border-right-color: rgb(55 48 163 / 0.75);
}

.hover\:border-r-indigo-800\/80:hover {
  border-right-color: rgb(55 48 163 / 0.8);
}

.hover\:border-r-indigo-800\/90:hover {
  border-right-color: rgb(55 48 163 / 0.9);
}

.hover\:border-r-indigo-800\/95:hover {
  border-right-color: rgb(55 48 163 / 0.95);
}

.hover\:border-r-indigo-900:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(49 46 129 / var(--tw-border-opacity));
}

.hover\:border-r-indigo-900\/0:hover {
  border-right-color: rgb(49 46 129 / 0);
}

.hover\:border-r-indigo-900\/10:hover {
  border-right-color: rgb(49 46 129 / 0.1);
}

.hover\:border-r-indigo-900\/100:hover {
  border-right-color: rgb(49 46 129 / 1);
}

.hover\:border-r-indigo-900\/20:hover {
  border-right-color: rgb(49 46 129 / 0.2);
}

.hover\:border-r-indigo-900\/25:hover {
  border-right-color: rgb(49 46 129 / 0.25);
}

.hover\:border-r-indigo-900\/30:hover {
  border-right-color: rgb(49 46 129 / 0.3);
}

.hover\:border-r-indigo-900\/40:hover {
  border-right-color: rgb(49 46 129 / 0.4);
}

.hover\:border-r-indigo-900\/5:hover {
  border-right-color: rgb(49 46 129 / 0.05);
}

.hover\:border-r-indigo-900\/50:hover {
  border-right-color: rgb(49 46 129 / 0.5);
}

.hover\:border-r-indigo-900\/60:hover {
  border-right-color: rgb(49 46 129 / 0.6);
}

.hover\:border-r-indigo-900\/70:hover {
  border-right-color: rgb(49 46 129 / 0.7);
}

.hover\:border-r-indigo-900\/75:hover {
  border-right-color: rgb(49 46 129 / 0.75);
}

.hover\:border-r-indigo-900\/80:hover {
  border-right-color: rgb(49 46 129 / 0.8);
}

.hover\:border-r-indigo-900\/90:hover {
  border-right-color: rgb(49 46 129 / 0.9);
}

.hover\:border-r-indigo-900\/95:hover {
  border-right-color: rgb(49 46 129 / 0.95);
}

.hover\:border-r-indigo-950:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(30 27 75 / var(--tw-border-opacity));
}

.hover\:border-r-indigo-950\/0:hover {
  border-right-color: rgb(30 27 75 / 0);
}

.hover\:border-r-indigo-950\/10:hover {
  border-right-color: rgb(30 27 75 / 0.1);
}

.hover\:border-r-indigo-950\/100:hover {
  border-right-color: rgb(30 27 75 / 1);
}

.hover\:border-r-indigo-950\/20:hover {
  border-right-color: rgb(30 27 75 / 0.2);
}

.hover\:border-r-indigo-950\/25:hover {
  border-right-color: rgb(30 27 75 / 0.25);
}

.hover\:border-r-indigo-950\/30:hover {
  border-right-color: rgb(30 27 75 / 0.3);
}

.hover\:border-r-indigo-950\/40:hover {
  border-right-color: rgb(30 27 75 / 0.4);
}

.hover\:border-r-indigo-950\/5:hover {
  border-right-color: rgb(30 27 75 / 0.05);
}

.hover\:border-r-indigo-950\/50:hover {
  border-right-color: rgb(30 27 75 / 0.5);
}

.hover\:border-r-indigo-950\/60:hover {
  border-right-color: rgb(30 27 75 / 0.6);
}

.hover\:border-r-indigo-950\/70:hover {
  border-right-color: rgb(30 27 75 / 0.7);
}

.hover\:border-r-indigo-950\/75:hover {
  border-right-color: rgb(30 27 75 / 0.75);
}

.hover\:border-r-indigo-950\/80:hover {
  border-right-color: rgb(30 27 75 / 0.8);
}

.hover\:border-r-indigo-950\/90:hover {
  border-right-color: rgb(30 27 75 / 0.9);
}

.hover\:border-r-indigo-950\/95:hover {
  border-right-color: rgb(30 27 75 / 0.95);
}

.hover\:border-r-inherit:hover {
  border-right-color: inherit;
}

.hover\:border-r-interbeauty-100:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(249 197 175 / var(--tw-border-opacity));
}

.hover\:border-r-interbeauty-100\/0:hover {
  border-right-color: rgb(249 197 175 / 0);
}

.hover\:border-r-interbeauty-100\/10:hover {
  border-right-color: rgb(249 197 175 / 0.1);
}

.hover\:border-r-interbeauty-100\/100:hover {
  border-right-color: rgb(249 197 175 / 1);
}

.hover\:border-r-interbeauty-100\/20:hover {
  border-right-color: rgb(249 197 175 / 0.2);
}

.hover\:border-r-interbeauty-100\/25:hover {
  border-right-color: rgb(249 197 175 / 0.25);
}

.hover\:border-r-interbeauty-100\/30:hover {
  border-right-color: rgb(249 197 175 / 0.3);
}

.hover\:border-r-interbeauty-100\/40:hover {
  border-right-color: rgb(249 197 175 / 0.4);
}

.hover\:border-r-interbeauty-100\/5:hover {
  border-right-color: rgb(249 197 175 / 0.05);
}

.hover\:border-r-interbeauty-100\/50:hover {
  border-right-color: rgb(249 197 175 / 0.5);
}

.hover\:border-r-interbeauty-100\/60:hover {
  border-right-color: rgb(249 197 175 / 0.6);
}

.hover\:border-r-interbeauty-100\/70:hover {
  border-right-color: rgb(249 197 175 / 0.7);
}

.hover\:border-r-interbeauty-100\/75:hover {
  border-right-color: rgb(249 197 175 / 0.75);
}

.hover\:border-r-interbeauty-100\/80:hover {
  border-right-color: rgb(249 197 175 / 0.8);
}

.hover\:border-r-interbeauty-100\/90:hover {
  border-right-color: rgb(249 197 175 / 0.9);
}

.hover\:border-r-interbeauty-100\/95:hover {
  border-right-color: rgb(249 197 175 / 0.95);
}

.hover\:border-r-interbeauty-200:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(241 182 191 / var(--tw-border-opacity));
}

.hover\:border-r-interbeauty-200\/0:hover {
  border-right-color: rgb(241 182 191 / 0);
}

.hover\:border-r-interbeauty-200\/10:hover {
  border-right-color: rgb(241 182 191 / 0.1);
}

.hover\:border-r-interbeauty-200\/100:hover {
  border-right-color: rgb(241 182 191 / 1);
}

.hover\:border-r-interbeauty-200\/20:hover {
  border-right-color: rgb(241 182 191 / 0.2);
}

.hover\:border-r-interbeauty-200\/25:hover {
  border-right-color: rgb(241 182 191 / 0.25);
}

.hover\:border-r-interbeauty-200\/30:hover {
  border-right-color: rgb(241 182 191 / 0.3);
}

.hover\:border-r-interbeauty-200\/40:hover {
  border-right-color: rgb(241 182 191 / 0.4);
}

.hover\:border-r-interbeauty-200\/5:hover {
  border-right-color: rgb(241 182 191 / 0.05);
}

.hover\:border-r-interbeauty-200\/50:hover {
  border-right-color: rgb(241 182 191 / 0.5);
}

.hover\:border-r-interbeauty-200\/60:hover {
  border-right-color: rgb(241 182 191 / 0.6);
}

.hover\:border-r-interbeauty-200\/70:hover {
  border-right-color: rgb(241 182 191 / 0.7);
}

.hover\:border-r-interbeauty-200\/75:hover {
  border-right-color: rgb(241 182 191 / 0.75);
}

.hover\:border-r-interbeauty-200\/80:hover {
  border-right-color: rgb(241 182 191 / 0.8);
}

.hover\:border-r-interbeauty-200\/90:hover {
  border-right-color: rgb(241 182 191 / 0.9);
}

.hover\:border-r-interbeauty-200\/95:hover {
  border-right-color: rgb(241 182 191 / 0.95);
}

.hover\:border-r-interbeauty-300:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(182 219 231 / var(--tw-border-opacity));
}

.hover\:border-r-interbeauty-300\/0:hover {
  border-right-color: rgb(182 219 231 / 0);
}

.hover\:border-r-interbeauty-300\/10:hover {
  border-right-color: rgb(182 219 231 / 0.1);
}

.hover\:border-r-interbeauty-300\/100:hover {
  border-right-color: rgb(182 219 231 / 1);
}

.hover\:border-r-interbeauty-300\/20:hover {
  border-right-color: rgb(182 219 231 / 0.2);
}

.hover\:border-r-interbeauty-300\/25:hover {
  border-right-color: rgb(182 219 231 / 0.25);
}

.hover\:border-r-interbeauty-300\/30:hover {
  border-right-color: rgb(182 219 231 / 0.3);
}

.hover\:border-r-interbeauty-300\/40:hover {
  border-right-color: rgb(182 219 231 / 0.4);
}

.hover\:border-r-interbeauty-300\/5:hover {
  border-right-color: rgb(182 219 231 / 0.05);
}

.hover\:border-r-interbeauty-300\/50:hover {
  border-right-color: rgb(182 219 231 / 0.5);
}

.hover\:border-r-interbeauty-300\/60:hover {
  border-right-color: rgb(182 219 231 / 0.6);
}

.hover\:border-r-interbeauty-300\/70:hover {
  border-right-color: rgb(182 219 231 / 0.7);
}

.hover\:border-r-interbeauty-300\/75:hover {
  border-right-color: rgb(182 219 231 / 0.75);
}

.hover\:border-r-interbeauty-300\/80:hover {
  border-right-color: rgb(182 219 231 / 0.8);
}

.hover\:border-r-interbeauty-300\/90:hover {
  border-right-color: rgb(182 219 231 / 0.9);
}

.hover\:border-r-interbeauty-300\/95:hover {
  border-right-color: rgb(182 219 231 / 0.95);
}

.hover\:border-r-interbeauty-400:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 250 247 / var(--tw-border-opacity));
}

.hover\:border-r-interbeauty-400\/0:hover {
  border-right-color: rgb(254 250 247 / 0);
}

.hover\:border-r-interbeauty-400\/10:hover {
  border-right-color: rgb(254 250 247 / 0.1);
}

.hover\:border-r-interbeauty-400\/100:hover {
  border-right-color: rgb(254 250 247 / 1);
}

.hover\:border-r-interbeauty-400\/20:hover {
  border-right-color: rgb(254 250 247 / 0.2);
}

.hover\:border-r-interbeauty-400\/25:hover {
  border-right-color: rgb(254 250 247 / 0.25);
}

.hover\:border-r-interbeauty-400\/30:hover {
  border-right-color: rgb(254 250 247 / 0.3);
}

.hover\:border-r-interbeauty-400\/40:hover {
  border-right-color: rgb(254 250 247 / 0.4);
}

.hover\:border-r-interbeauty-400\/5:hover {
  border-right-color: rgb(254 250 247 / 0.05);
}

.hover\:border-r-interbeauty-400\/50:hover {
  border-right-color: rgb(254 250 247 / 0.5);
}

.hover\:border-r-interbeauty-400\/60:hover {
  border-right-color: rgb(254 250 247 / 0.6);
}

.hover\:border-r-interbeauty-400\/70:hover {
  border-right-color: rgb(254 250 247 / 0.7);
}

.hover\:border-r-interbeauty-400\/75:hover {
  border-right-color: rgb(254 250 247 / 0.75);
}

.hover\:border-r-interbeauty-400\/80:hover {
  border-right-color: rgb(254 250 247 / 0.8);
}

.hover\:border-r-interbeauty-400\/90:hover {
  border-right-color: rgb(254 250 247 / 0.9);
}

.hover\:border-r-interbeauty-400\/95:hover {
  border-right-color: rgb(254 250 247 / 0.95);
}

.hover\:border-r-interbeauty-500:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(193 225 224 / var(--tw-border-opacity));
}

.hover\:border-r-interbeauty-500\/0:hover {
  border-right-color: rgb(193 225 224 / 0);
}

.hover\:border-r-interbeauty-500\/10:hover {
  border-right-color: rgb(193 225 224 / 0.1);
}

.hover\:border-r-interbeauty-500\/100:hover {
  border-right-color: rgb(193 225 224 / 1);
}

.hover\:border-r-interbeauty-500\/20:hover {
  border-right-color: rgb(193 225 224 / 0.2);
}

.hover\:border-r-interbeauty-500\/25:hover {
  border-right-color: rgb(193 225 224 / 0.25);
}

.hover\:border-r-interbeauty-500\/30:hover {
  border-right-color: rgb(193 225 224 / 0.3);
}

.hover\:border-r-interbeauty-500\/40:hover {
  border-right-color: rgb(193 225 224 / 0.4);
}

.hover\:border-r-interbeauty-500\/5:hover {
  border-right-color: rgb(193 225 224 / 0.05);
}

.hover\:border-r-interbeauty-500\/50:hover {
  border-right-color: rgb(193 225 224 / 0.5);
}

.hover\:border-r-interbeauty-500\/60:hover {
  border-right-color: rgb(193 225 224 / 0.6);
}

.hover\:border-r-interbeauty-500\/70:hover {
  border-right-color: rgb(193 225 224 / 0.7);
}

.hover\:border-r-interbeauty-500\/75:hover {
  border-right-color: rgb(193 225 224 / 0.75);
}

.hover\:border-r-interbeauty-500\/80:hover {
  border-right-color: rgb(193 225 224 / 0.8);
}

.hover\:border-r-interbeauty-500\/90:hover {
  border-right-color: rgb(193 225 224 / 0.9);
}

.hover\:border-r-interbeauty-500\/95:hover {
  border-right-color: rgb(193 225 224 / 0.95);
}

.hover\:border-r-interbeauty-600:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(88 88 94 / var(--tw-border-opacity));
}

.hover\:border-r-interbeauty-600\/0:hover {
  border-right-color: rgb(88 88 94 / 0);
}

.hover\:border-r-interbeauty-600\/10:hover {
  border-right-color: rgb(88 88 94 / 0.1);
}

.hover\:border-r-interbeauty-600\/100:hover {
  border-right-color: rgb(88 88 94 / 1);
}

.hover\:border-r-interbeauty-600\/20:hover {
  border-right-color: rgb(88 88 94 / 0.2);
}

.hover\:border-r-interbeauty-600\/25:hover {
  border-right-color: rgb(88 88 94 / 0.25);
}

.hover\:border-r-interbeauty-600\/30:hover {
  border-right-color: rgb(88 88 94 / 0.3);
}

.hover\:border-r-interbeauty-600\/40:hover {
  border-right-color: rgb(88 88 94 / 0.4);
}

.hover\:border-r-interbeauty-600\/5:hover {
  border-right-color: rgb(88 88 94 / 0.05);
}

.hover\:border-r-interbeauty-600\/50:hover {
  border-right-color: rgb(88 88 94 / 0.5);
}

.hover\:border-r-interbeauty-600\/60:hover {
  border-right-color: rgb(88 88 94 / 0.6);
}

.hover\:border-r-interbeauty-600\/70:hover {
  border-right-color: rgb(88 88 94 / 0.7);
}

.hover\:border-r-interbeauty-600\/75:hover {
  border-right-color: rgb(88 88 94 / 0.75);
}

.hover\:border-r-interbeauty-600\/80:hover {
  border-right-color: rgb(88 88 94 / 0.8);
}

.hover\:border-r-interbeauty-600\/90:hover {
  border-right-color: rgb(88 88 94 / 0.9);
}

.hover\:border-r-interbeauty-600\/95:hover {
  border-right-color: rgb(88 88 94 / 0.95);
}

.hover\:border-r-ipnvaluers-200:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(0 40 87 / var(--tw-border-opacity));
}

.hover\:border-r-ipnvaluers-200\/0:hover {
  border-right-color: rgb(0 40 87 / 0);
}

.hover\:border-r-ipnvaluers-200\/10:hover {
  border-right-color: rgb(0 40 87 / 0.1);
}

.hover\:border-r-ipnvaluers-200\/100:hover {
  border-right-color: rgb(0 40 87 / 1);
}

.hover\:border-r-ipnvaluers-200\/20:hover {
  border-right-color: rgb(0 40 87 / 0.2);
}

.hover\:border-r-ipnvaluers-200\/25:hover {
  border-right-color: rgb(0 40 87 / 0.25);
}

.hover\:border-r-ipnvaluers-200\/30:hover {
  border-right-color: rgb(0 40 87 / 0.3);
}

.hover\:border-r-ipnvaluers-200\/40:hover {
  border-right-color: rgb(0 40 87 / 0.4);
}

.hover\:border-r-ipnvaluers-200\/5:hover {
  border-right-color: rgb(0 40 87 / 0.05);
}

.hover\:border-r-ipnvaluers-200\/50:hover {
  border-right-color: rgb(0 40 87 / 0.5);
}

.hover\:border-r-ipnvaluers-200\/60:hover {
  border-right-color: rgb(0 40 87 / 0.6);
}

.hover\:border-r-ipnvaluers-200\/70:hover {
  border-right-color: rgb(0 40 87 / 0.7);
}

.hover\:border-r-ipnvaluers-200\/75:hover {
  border-right-color: rgb(0 40 87 / 0.75);
}

.hover\:border-r-ipnvaluers-200\/80:hover {
  border-right-color: rgb(0 40 87 / 0.8);
}

.hover\:border-r-ipnvaluers-200\/90:hover {
  border-right-color: rgb(0 40 87 / 0.9);
}

.hover\:border-r-ipnvaluers-200\/95:hover {
  border-right-color: rgb(0 40 87 / 0.95);
}

.hover\:border-r-ipnvaluers-400:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(196 107 22 / var(--tw-border-opacity));
}

.hover\:border-r-ipnvaluers-400\/0:hover {
  border-right-color: rgb(196 107 22 / 0);
}

.hover\:border-r-ipnvaluers-400\/10:hover {
  border-right-color: rgb(196 107 22 / 0.1);
}

.hover\:border-r-ipnvaluers-400\/100:hover {
  border-right-color: rgb(196 107 22 / 1);
}

.hover\:border-r-ipnvaluers-400\/20:hover {
  border-right-color: rgb(196 107 22 / 0.2);
}

.hover\:border-r-ipnvaluers-400\/25:hover {
  border-right-color: rgb(196 107 22 / 0.25);
}

.hover\:border-r-ipnvaluers-400\/30:hover {
  border-right-color: rgb(196 107 22 / 0.3);
}

.hover\:border-r-ipnvaluers-400\/40:hover {
  border-right-color: rgb(196 107 22 / 0.4);
}

.hover\:border-r-ipnvaluers-400\/5:hover {
  border-right-color: rgb(196 107 22 / 0.05);
}

.hover\:border-r-ipnvaluers-400\/50:hover {
  border-right-color: rgb(196 107 22 / 0.5);
}

.hover\:border-r-ipnvaluers-400\/60:hover {
  border-right-color: rgb(196 107 22 / 0.6);
}

.hover\:border-r-ipnvaluers-400\/70:hover {
  border-right-color: rgb(196 107 22 / 0.7);
}

.hover\:border-r-ipnvaluers-400\/75:hover {
  border-right-color: rgb(196 107 22 / 0.75);
}

.hover\:border-r-ipnvaluers-400\/80:hover {
  border-right-color: rgb(196 107 22 / 0.8);
}

.hover\:border-r-ipnvaluers-400\/90:hover {
  border-right-color: rgb(196 107 22 / 0.9);
}

.hover\:border-r-ipnvaluers-400\/95:hover {
  border-right-color: rgb(196 107 22 / 0.95);
}

.hover\:border-r-ipnvaluers-500:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 174 21 / var(--tw-border-opacity));
}

.hover\:border-r-ipnvaluers-500\/0:hover {
  border-right-color: rgb(245 174 21 / 0);
}

.hover\:border-r-ipnvaluers-500\/10:hover {
  border-right-color: rgb(245 174 21 / 0.1);
}

.hover\:border-r-ipnvaluers-500\/100:hover {
  border-right-color: rgb(245 174 21 / 1);
}

.hover\:border-r-ipnvaluers-500\/20:hover {
  border-right-color: rgb(245 174 21 / 0.2);
}

.hover\:border-r-ipnvaluers-500\/25:hover {
  border-right-color: rgb(245 174 21 / 0.25);
}

.hover\:border-r-ipnvaluers-500\/30:hover {
  border-right-color: rgb(245 174 21 / 0.3);
}

.hover\:border-r-ipnvaluers-500\/40:hover {
  border-right-color: rgb(245 174 21 / 0.4);
}

.hover\:border-r-ipnvaluers-500\/5:hover {
  border-right-color: rgb(245 174 21 / 0.05);
}

.hover\:border-r-ipnvaluers-500\/50:hover {
  border-right-color: rgb(245 174 21 / 0.5);
}

.hover\:border-r-ipnvaluers-500\/60:hover {
  border-right-color: rgb(245 174 21 / 0.6);
}

.hover\:border-r-ipnvaluers-500\/70:hover {
  border-right-color: rgb(245 174 21 / 0.7);
}

.hover\:border-r-ipnvaluers-500\/75:hover {
  border-right-color: rgb(245 174 21 / 0.75);
}

.hover\:border-r-ipnvaluers-500\/80:hover {
  border-right-color: rgb(245 174 21 / 0.8);
}

.hover\:border-r-ipnvaluers-500\/90:hover {
  border-right-color: rgb(245 174 21 / 0.9);
}

.hover\:border-r-ipnvaluers-500\/95:hover {
  border-right-color: rgb(245 174 21 / 0.95);
}

.hover\:border-r-jukejam-500:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 210 101 / var(--tw-border-opacity));
}

.hover\:border-r-jukejam-500\/0:hover {
  border-right-color: rgb(250 210 101 / 0);
}

.hover\:border-r-jukejam-500\/10:hover {
  border-right-color: rgb(250 210 101 / 0.1);
}

.hover\:border-r-jukejam-500\/100:hover {
  border-right-color: rgb(250 210 101 / 1);
}

.hover\:border-r-jukejam-500\/20:hover {
  border-right-color: rgb(250 210 101 / 0.2);
}

.hover\:border-r-jukejam-500\/25:hover {
  border-right-color: rgb(250 210 101 / 0.25);
}

.hover\:border-r-jukejam-500\/30:hover {
  border-right-color: rgb(250 210 101 / 0.3);
}

.hover\:border-r-jukejam-500\/40:hover {
  border-right-color: rgb(250 210 101 / 0.4);
}

.hover\:border-r-jukejam-500\/5:hover {
  border-right-color: rgb(250 210 101 / 0.05);
}

.hover\:border-r-jukejam-500\/50:hover {
  border-right-color: rgb(250 210 101 / 0.5);
}

.hover\:border-r-jukejam-500\/60:hover {
  border-right-color: rgb(250 210 101 / 0.6);
}

.hover\:border-r-jukejam-500\/70:hover {
  border-right-color: rgb(250 210 101 / 0.7);
}

.hover\:border-r-jukejam-500\/75:hover {
  border-right-color: rgb(250 210 101 / 0.75);
}

.hover\:border-r-jukejam-500\/80:hover {
  border-right-color: rgb(250 210 101 / 0.8);
}

.hover\:border-r-jukejam-500\/90:hover {
  border-right-color: rgb(250 210 101 / 0.9);
}

.hover\:border-r-jukejam-500\/95:hover {
  border-right-color: rgb(250 210 101 / 0.95);
}

.hover\:border-r-lime-100:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(236 252 203 / var(--tw-border-opacity));
}

.hover\:border-r-lime-100\/0:hover {
  border-right-color: rgb(236 252 203 / 0);
}

.hover\:border-r-lime-100\/10:hover {
  border-right-color: rgb(236 252 203 / 0.1);
}

.hover\:border-r-lime-100\/100:hover {
  border-right-color: rgb(236 252 203 / 1);
}

.hover\:border-r-lime-100\/20:hover {
  border-right-color: rgb(236 252 203 / 0.2);
}

.hover\:border-r-lime-100\/25:hover {
  border-right-color: rgb(236 252 203 / 0.25);
}

.hover\:border-r-lime-100\/30:hover {
  border-right-color: rgb(236 252 203 / 0.3);
}

.hover\:border-r-lime-100\/40:hover {
  border-right-color: rgb(236 252 203 / 0.4);
}

.hover\:border-r-lime-100\/5:hover {
  border-right-color: rgb(236 252 203 / 0.05);
}

.hover\:border-r-lime-100\/50:hover {
  border-right-color: rgb(236 252 203 / 0.5);
}

.hover\:border-r-lime-100\/60:hover {
  border-right-color: rgb(236 252 203 / 0.6);
}

.hover\:border-r-lime-100\/70:hover {
  border-right-color: rgb(236 252 203 / 0.7);
}

.hover\:border-r-lime-100\/75:hover {
  border-right-color: rgb(236 252 203 / 0.75);
}

.hover\:border-r-lime-100\/80:hover {
  border-right-color: rgb(236 252 203 / 0.8);
}

.hover\:border-r-lime-100\/90:hover {
  border-right-color: rgb(236 252 203 / 0.9);
}

.hover\:border-r-lime-100\/95:hover {
  border-right-color: rgb(236 252 203 / 0.95);
}

.hover\:border-r-lime-200:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(217 249 157 / var(--tw-border-opacity));
}

.hover\:border-r-lime-200\/0:hover {
  border-right-color: rgb(217 249 157 / 0);
}

.hover\:border-r-lime-200\/10:hover {
  border-right-color: rgb(217 249 157 / 0.1);
}

.hover\:border-r-lime-200\/100:hover {
  border-right-color: rgb(217 249 157 / 1);
}

.hover\:border-r-lime-200\/20:hover {
  border-right-color: rgb(217 249 157 / 0.2);
}

.hover\:border-r-lime-200\/25:hover {
  border-right-color: rgb(217 249 157 / 0.25);
}

.hover\:border-r-lime-200\/30:hover {
  border-right-color: rgb(217 249 157 / 0.3);
}

.hover\:border-r-lime-200\/40:hover {
  border-right-color: rgb(217 249 157 / 0.4);
}

.hover\:border-r-lime-200\/5:hover {
  border-right-color: rgb(217 249 157 / 0.05);
}

.hover\:border-r-lime-200\/50:hover {
  border-right-color: rgb(217 249 157 / 0.5);
}

.hover\:border-r-lime-200\/60:hover {
  border-right-color: rgb(217 249 157 / 0.6);
}

.hover\:border-r-lime-200\/70:hover {
  border-right-color: rgb(217 249 157 / 0.7);
}

.hover\:border-r-lime-200\/75:hover {
  border-right-color: rgb(217 249 157 / 0.75);
}

.hover\:border-r-lime-200\/80:hover {
  border-right-color: rgb(217 249 157 / 0.8);
}

.hover\:border-r-lime-200\/90:hover {
  border-right-color: rgb(217 249 157 / 0.9);
}

.hover\:border-r-lime-200\/95:hover {
  border-right-color: rgb(217 249 157 / 0.95);
}

.hover\:border-r-lime-300:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(190 242 100 / var(--tw-border-opacity));
}

.hover\:border-r-lime-300\/0:hover {
  border-right-color: rgb(190 242 100 / 0);
}

.hover\:border-r-lime-300\/10:hover {
  border-right-color: rgb(190 242 100 / 0.1);
}

.hover\:border-r-lime-300\/100:hover {
  border-right-color: rgb(190 242 100 / 1);
}

.hover\:border-r-lime-300\/20:hover {
  border-right-color: rgb(190 242 100 / 0.2);
}

.hover\:border-r-lime-300\/25:hover {
  border-right-color: rgb(190 242 100 / 0.25);
}

.hover\:border-r-lime-300\/30:hover {
  border-right-color: rgb(190 242 100 / 0.3);
}

.hover\:border-r-lime-300\/40:hover {
  border-right-color: rgb(190 242 100 / 0.4);
}

.hover\:border-r-lime-300\/5:hover {
  border-right-color: rgb(190 242 100 / 0.05);
}

.hover\:border-r-lime-300\/50:hover {
  border-right-color: rgb(190 242 100 / 0.5);
}

.hover\:border-r-lime-300\/60:hover {
  border-right-color: rgb(190 242 100 / 0.6);
}

.hover\:border-r-lime-300\/70:hover {
  border-right-color: rgb(190 242 100 / 0.7);
}

.hover\:border-r-lime-300\/75:hover {
  border-right-color: rgb(190 242 100 / 0.75);
}

.hover\:border-r-lime-300\/80:hover {
  border-right-color: rgb(190 242 100 / 0.8);
}

.hover\:border-r-lime-300\/90:hover {
  border-right-color: rgb(190 242 100 / 0.9);
}

.hover\:border-r-lime-300\/95:hover {
  border-right-color: rgb(190 242 100 / 0.95);
}

.hover\:border-r-lime-400:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(163 230 53 / var(--tw-border-opacity));
}

.hover\:border-r-lime-400\/0:hover {
  border-right-color: rgb(163 230 53 / 0);
}

.hover\:border-r-lime-400\/10:hover {
  border-right-color: rgb(163 230 53 / 0.1);
}

.hover\:border-r-lime-400\/100:hover {
  border-right-color: rgb(163 230 53 / 1);
}

.hover\:border-r-lime-400\/20:hover {
  border-right-color: rgb(163 230 53 / 0.2);
}

.hover\:border-r-lime-400\/25:hover {
  border-right-color: rgb(163 230 53 / 0.25);
}

.hover\:border-r-lime-400\/30:hover {
  border-right-color: rgb(163 230 53 / 0.3);
}

.hover\:border-r-lime-400\/40:hover {
  border-right-color: rgb(163 230 53 / 0.4);
}

.hover\:border-r-lime-400\/5:hover {
  border-right-color: rgb(163 230 53 / 0.05);
}

.hover\:border-r-lime-400\/50:hover {
  border-right-color: rgb(163 230 53 / 0.5);
}

.hover\:border-r-lime-400\/60:hover {
  border-right-color: rgb(163 230 53 / 0.6);
}

.hover\:border-r-lime-400\/70:hover {
  border-right-color: rgb(163 230 53 / 0.7);
}

.hover\:border-r-lime-400\/75:hover {
  border-right-color: rgb(163 230 53 / 0.75);
}

.hover\:border-r-lime-400\/80:hover {
  border-right-color: rgb(163 230 53 / 0.8);
}

.hover\:border-r-lime-400\/90:hover {
  border-right-color: rgb(163 230 53 / 0.9);
}

.hover\:border-r-lime-400\/95:hover {
  border-right-color: rgb(163 230 53 / 0.95);
}

.hover\:border-r-lime-50:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(247 254 231 / var(--tw-border-opacity));
}

.hover\:border-r-lime-50\/0:hover {
  border-right-color: rgb(247 254 231 / 0);
}

.hover\:border-r-lime-50\/10:hover {
  border-right-color: rgb(247 254 231 / 0.1);
}

.hover\:border-r-lime-50\/100:hover {
  border-right-color: rgb(247 254 231 / 1);
}

.hover\:border-r-lime-50\/20:hover {
  border-right-color: rgb(247 254 231 / 0.2);
}

.hover\:border-r-lime-50\/25:hover {
  border-right-color: rgb(247 254 231 / 0.25);
}

.hover\:border-r-lime-50\/30:hover {
  border-right-color: rgb(247 254 231 / 0.3);
}

.hover\:border-r-lime-50\/40:hover {
  border-right-color: rgb(247 254 231 / 0.4);
}

.hover\:border-r-lime-50\/5:hover {
  border-right-color: rgb(247 254 231 / 0.05);
}

.hover\:border-r-lime-50\/50:hover {
  border-right-color: rgb(247 254 231 / 0.5);
}

.hover\:border-r-lime-50\/60:hover {
  border-right-color: rgb(247 254 231 / 0.6);
}

.hover\:border-r-lime-50\/70:hover {
  border-right-color: rgb(247 254 231 / 0.7);
}

.hover\:border-r-lime-50\/75:hover {
  border-right-color: rgb(247 254 231 / 0.75);
}

.hover\:border-r-lime-50\/80:hover {
  border-right-color: rgb(247 254 231 / 0.8);
}

.hover\:border-r-lime-50\/90:hover {
  border-right-color: rgb(247 254 231 / 0.9);
}

.hover\:border-r-lime-50\/95:hover {
  border-right-color: rgb(247 254 231 / 0.95);
}

.hover\:border-r-lime-500:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(132 204 22 / var(--tw-border-opacity));
}

.hover\:border-r-lime-500\/0:hover {
  border-right-color: rgb(132 204 22 / 0);
}

.hover\:border-r-lime-500\/10:hover {
  border-right-color: rgb(132 204 22 / 0.1);
}

.hover\:border-r-lime-500\/100:hover {
  border-right-color: rgb(132 204 22 / 1);
}

.hover\:border-r-lime-500\/20:hover {
  border-right-color: rgb(132 204 22 / 0.2);
}

.hover\:border-r-lime-500\/25:hover {
  border-right-color: rgb(132 204 22 / 0.25);
}

.hover\:border-r-lime-500\/30:hover {
  border-right-color: rgb(132 204 22 / 0.3);
}

.hover\:border-r-lime-500\/40:hover {
  border-right-color: rgb(132 204 22 / 0.4);
}

.hover\:border-r-lime-500\/5:hover {
  border-right-color: rgb(132 204 22 / 0.05);
}

.hover\:border-r-lime-500\/50:hover {
  border-right-color: rgb(132 204 22 / 0.5);
}

.hover\:border-r-lime-500\/60:hover {
  border-right-color: rgb(132 204 22 / 0.6);
}

.hover\:border-r-lime-500\/70:hover {
  border-right-color: rgb(132 204 22 / 0.7);
}

.hover\:border-r-lime-500\/75:hover {
  border-right-color: rgb(132 204 22 / 0.75);
}

.hover\:border-r-lime-500\/80:hover {
  border-right-color: rgb(132 204 22 / 0.8);
}

.hover\:border-r-lime-500\/90:hover {
  border-right-color: rgb(132 204 22 / 0.9);
}

.hover\:border-r-lime-500\/95:hover {
  border-right-color: rgb(132 204 22 / 0.95);
}

.hover\:border-r-lime-600:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(101 163 13 / var(--tw-border-opacity));
}

.hover\:border-r-lime-600\/0:hover {
  border-right-color: rgb(101 163 13 / 0);
}

.hover\:border-r-lime-600\/10:hover {
  border-right-color: rgb(101 163 13 / 0.1);
}

.hover\:border-r-lime-600\/100:hover {
  border-right-color: rgb(101 163 13 / 1);
}

.hover\:border-r-lime-600\/20:hover {
  border-right-color: rgb(101 163 13 / 0.2);
}

.hover\:border-r-lime-600\/25:hover {
  border-right-color: rgb(101 163 13 / 0.25);
}

.hover\:border-r-lime-600\/30:hover {
  border-right-color: rgb(101 163 13 / 0.3);
}

.hover\:border-r-lime-600\/40:hover {
  border-right-color: rgb(101 163 13 / 0.4);
}

.hover\:border-r-lime-600\/5:hover {
  border-right-color: rgb(101 163 13 / 0.05);
}

.hover\:border-r-lime-600\/50:hover {
  border-right-color: rgb(101 163 13 / 0.5);
}

.hover\:border-r-lime-600\/60:hover {
  border-right-color: rgb(101 163 13 / 0.6);
}

.hover\:border-r-lime-600\/70:hover {
  border-right-color: rgb(101 163 13 / 0.7);
}

.hover\:border-r-lime-600\/75:hover {
  border-right-color: rgb(101 163 13 / 0.75);
}

.hover\:border-r-lime-600\/80:hover {
  border-right-color: rgb(101 163 13 / 0.8);
}

.hover\:border-r-lime-600\/90:hover {
  border-right-color: rgb(101 163 13 / 0.9);
}

.hover\:border-r-lime-600\/95:hover {
  border-right-color: rgb(101 163 13 / 0.95);
}

.hover\:border-r-lime-700:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(77 124 15 / var(--tw-border-opacity));
}

.hover\:border-r-lime-700\/0:hover {
  border-right-color: rgb(77 124 15 / 0);
}

.hover\:border-r-lime-700\/10:hover {
  border-right-color: rgb(77 124 15 / 0.1);
}

.hover\:border-r-lime-700\/100:hover {
  border-right-color: rgb(77 124 15 / 1);
}

.hover\:border-r-lime-700\/20:hover {
  border-right-color: rgb(77 124 15 / 0.2);
}

.hover\:border-r-lime-700\/25:hover {
  border-right-color: rgb(77 124 15 / 0.25);
}

.hover\:border-r-lime-700\/30:hover {
  border-right-color: rgb(77 124 15 / 0.3);
}

.hover\:border-r-lime-700\/40:hover {
  border-right-color: rgb(77 124 15 / 0.4);
}

.hover\:border-r-lime-700\/5:hover {
  border-right-color: rgb(77 124 15 / 0.05);
}

.hover\:border-r-lime-700\/50:hover {
  border-right-color: rgb(77 124 15 / 0.5);
}

.hover\:border-r-lime-700\/60:hover {
  border-right-color: rgb(77 124 15 / 0.6);
}

.hover\:border-r-lime-700\/70:hover {
  border-right-color: rgb(77 124 15 / 0.7);
}

.hover\:border-r-lime-700\/75:hover {
  border-right-color: rgb(77 124 15 / 0.75);
}

.hover\:border-r-lime-700\/80:hover {
  border-right-color: rgb(77 124 15 / 0.8);
}

.hover\:border-r-lime-700\/90:hover {
  border-right-color: rgb(77 124 15 / 0.9);
}

.hover\:border-r-lime-700\/95:hover {
  border-right-color: rgb(77 124 15 / 0.95);
}

.hover\:border-r-lime-800:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(63 98 18 / var(--tw-border-opacity));
}

.hover\:border-r-lime-800\/0:hover {
  border-right-color: rgb(63 98 18 / 0);
}

.hover\:border-r-lime-800\/10:hover {
  border-right-color: rgb(63 98 18 / 0.1);
}

.hover\:border-r-lime-800\/100:hover {
  border-right-color: rgb(63 98 18 / 1);
}

.hover\:border-r-lime-800\/20:hover {
  border-right-color: rgb(63 98 18 / 0.2);
}

.hover\:border-r-lime-800\/25:hover {
  border-right-color: rgb(63 98 18 / 0.25);
}

.hover\:border-r-lime-800\/30:hover {
  border-right-color: rgb(63 98 18 / 0.3);
}

.hover\:border-r-lime-800\/40:hover {
  border-right-color: rgb(63 98 18 / 0.4);
}

.hover\:border-r-lime-800\/5:hover {
  border-right-color: rgb(63 98 18 / 0.05);
}

.hover\:border-r-lime-800\/50:hover {
  border-right-color: rgb(63 98 18 / 0.5);
}

.hover\:border-r-lime-800\/60:hover {
  border-right-color: rgb(63 98 18 / 0.6);
}

.hover\:border-r-lime-800\/70:hover {
  border-right-color: rgb(63 98 18 / 0.7);
}

.hover\:border-r-lime-800\/75:hover {
  border-right-color: rgb(63 98 18 / 0.75);
}

.hover\:border-r-lime-800\/80:hover {
  border-right-color: rgb(63 98 18 / 0.8);
}

.hover\:border-r-lime-800\/90:hover {
  border-right-color: rgb(63 98 18 / 0.9);
}

.hover\:border-r-lime-800\/95:hover {
  border-right-color: rgb(63 98 18 / 0.95);
}

.hover\:border-r-lime-900:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(54 83 20 / var(--tw-border-opacity));
}

.hover\:border-r-lime-900\/0:hover {
  border-right-color: rgb(54 83 20 / 0);
}

.hover\:border-r-lime-900\/10:hover {
  border-right-color: rgb(54 83 20 / 0.1);
}

.hover\:border-r-lime-900\/100:hover {
  border-right-color: rgb(54 83 20 / 1);
}

.hover\:border-r-lime-900\/20:hover {
  border-right-color: rgb(54 83 20 / 0.2);
}

.hover\:border-r-lime-900\/25:hover {
  border-right-color: rgb(54 83 20 / 0.25);
}

.hover\:border-r-lime-900\/30:hover {
  border-right-color: rgb(54 83 20 / 0.3);
}

.hover\:border-r-lime-900\/40:hover {
  border-right-color: rgb(54 83 20 / 0.4);
}

.hover\:border-r-lime-900\/5:hover {
  border-right-color: rgb(54 83 20 / 0.05);
}

.hover\:border-r-lime-900\/50:hover {
  border-right-color: rgb(54 83 20 / 0.5);
}

.hover\:border-r-lime-900\/60:hover {
  border-right-color: rgb(54 83 20 / 0.6);
}

.hover\:border-r-lime-900\/70:hover {
  border-right-color: rgb(54 83 20 / 0.7);
}

.hover\:border-r-lime-900\/75:hover {
  border-right-color: rgb(54 83 20 / 0.75);
}

.hover\:border-r-lime-900\/80:hover {
  border-right-color: rgb(54 83 20 / 0.8);
}

.hover\:border-r-lime-900\/90:hover {
  border-right-color: rgb(54 83 20 / 0.9);
}

.hover\:border-r-lime-900\/95:hover {
  border-right-color: rgb(54 83 20 / 0.95);
}

.hover\:border-r-lime-950:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(26 46 5 / var(--tw-border-opacity));
}

.hover\:border-r-lime-950\/0:hover {
  border-right-color: rgb(26 46 5 / 0);
}

.hover\:border-r-lime-950\/10:hover {
  border-right-color: rgb(26 46 5 / 0.1);
}

.hover\:border-r-lime-950\/100:hover {
  border-right-color: rgb(26 46 5 / 1);
}

.hover\:border-r-lime-950\/20:hover {
  border-right-color: rgb(26 46 5 / 0.2);
}

.hover\:border-r-lime-950\/25:hover {
  border-right-color: rgb(26 46 5 / 0.25);
}

.hover\:border-r-lime-950\/30:hover {
  border-right-color: rgb(26 46 5 / 0.3);
}

.hover\:border-r-lime-950\/40:hover {
  border-right-color: rgb(26 46 5 / 0.4);
}

.hover\:border-r-lime-950\/5:hover {
  border-right-color: rgb(26 46 5 / 0.05);
}

.hover\:border-r-lime-950\/50:hover {
  border-right-color: rgb(26 46 5 / 0.5);
}

.hover\:border-r-lime-950\/60:hover {
  border-right-color: rgb(26 46 5 / 0.6);
}

.hover\:border-r-lime-950\/70:hover {
  border-right-color: rgb(26 46 5 / 0.7);
}

.hover\:border-r-lime-950\/75:hover {
  border-right-color: rgb(26 46 5 / 0.75);
}

.hover\:border-r-lime-950\/80:hover {
  border-right-color: rgb(26 46 5 / 0.8);
}

.hover\:border-r-lime-950\/90:hover {
  border-right-color: rgb(26 46 5 / 0.9);
}

.hover\:border-r-lime-950\/95:hover {
  border-right-color: rgb(26 46 5 / 0.95);
}

.hover\:border-r-nafisa-500:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(153 53 10 / var(--tw-border-opacity));
}

.hover\:border-r-nafisa-500\/0:hover {
  border-right-color: rgb(153 53 10 / 0);
}

.hover\:border-r-nafisa-500\/10:hover {
  border-right-color: rgb(153 53 10 / 0.1);
}

.hover\:border-r-nafisa-500\/100:hover {
  border-right-color: rgb(153 53 10 / 1);
}

.hover\:border-r-nafisa-500\/20:hover {
  border-right-color: rgb(153 53 10 / 0.2);
}

.hover\:border-r-nafisa-500\/25:hover {
  border-right-color: rgb(153 53 10 / 0.25);
}

.hover\:border-r-nafisa-500\/30:hover {
  border-right-color: rgb(153 53 10 / 0.3);
}

.hover\:border-r-nafisa-500\/40:hover {
  border-right-color: rgb(153 53 10 / 0.4);
}

.hover\:border-r-nafisa-500\/5:hover {
  border-right-color: rgb(153 53 10 / 0.05);
}

.hover\:border-r-nafisa-500\/50:hover {
  border-right-color: rgb(153 53 10 / 0.5);
}

.hover\:border-r-nafisa-500\/60:hover {
  border-right-color: rgb(153 53 10 / 0.6);
}

.hover\:border-r-nafisa-500\/70:hover {
  border-right-color: rgb(153 53 10 / 0.7);
}

.hover\:border-r-nafisa-500\/75:hover {
  border-right-color: rgb(153 53 10 / 0.75);
}

.hover\:border-r-nafisa-500\/80:hover {
  border-right-color: rgb(153 53 10 / 0.8);
}

.hover\:border-r-nafisa-500\/90:hover {
  border-right-color: rgb(153 53 10 / 0.9);
}

.hover\:border-r-nafisa-500\/95:hover {
  border-right-color: rgb(153 53 10 / 0.95);
}

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

.hover\:border-r-neutral-100\/0:hover {
  border-right-color: rgb(245 245 245 / 0);
}

.hover\:border-r-neutral-100\/10:hover {
  border-right-color: rgb(245 245 245 / 0.1);
}

.hover\:border-r-neutral-100\/100:hover {
  border-right-color: rgb(245 245 245 / 1);
}

.hover\:border-r-neutral-100\/20:hover {
  border-right-color: rgb(245 245 245 / 0.2);
}

.hover\:border-r-neutral-100\/25:hover {
  border-right-color: rgb(245 245 245 / 0.25);
}

.hover\:border-r-neutral-100\/30:hover {
  border-right-color: rgb(245 245 245 / 0.3);
}

.hover\:border-r-neutral-100\/40:hover {
  border-right-color: rgb(245 245 245 / 0.4);
}

.hover\:border-r-neutral-100\/5:hover {
  border-right-color: rgb(245 245 245 / 0.05);
}

.hover\:border-r-neutral-100\/50:hover {
  border-right-color: rgb(245 245 245 / 0.5);
}

.hover\:border-r-neutral-100\/60:hover {
  border-right-color: rgb(245 245 245 / 0.6);
}

.hover\:border-r-neutral-100\/70:hover {
  border-right-color: rgb(245 245 245 / 0.7);
}

.hover\:border-r-neutral-100\/75:hover {
  border-right-color: rgb(245 245 245 / 0.75);
}

.hover\:border-r-neutral-100\/80:hover {
  border-right-color: rgb(245 245 245 / 0.8);
}

.hover\:border-r-neutral-100\/90:hover {
  border-right-color: rgb(245 245 245 / 0.9);
}

.hover\:border-r-neutral-100\/95:hover {
  border-right-color: rgb(245 245 245 / 0.95);
}

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

.hover\:border-r-neutral-200\/0:hover {
  border-right-color: rgb(229 229 229 / 0);
}

.hover\:border-r-neutral-200\/10:hover {
  border-right-color: rgb(229 229 229 / 0.1);
}

.hover\:border-r-neutral-200\/100:hover {
  border-right-color: rgb(229 229 229 / 1);
}

.hover\:border-r-neutral-200\/20:hover {
  border-right-color: rgb(229 229 229 / 0.2);
}

.hover\:border-r-neutral-200\/25:hover {
  border-right-color: rgb(229 229 229 / 0.25);
}

.hover\:border-r-neutral-200\/30:hover {
  border-right-color: rgb(229 229 229 / 0.3);
}

.hover\:border-r-neutral-200\/40:hover {
  border-right-color: rgb(229 229 229 / 0.4);
}

.hover\:border-r-neutral-200\/5:hover {
  border-right-color: rgb(229 229 229 / 0.05);
}

.hover\:border-r-neutral-200\/50:hover {
  border-right-color: rgb(229 229 229 / 0.5);
}

.hover\:border-r-neutral-200\/60:hover {
  border-right-color: rgb(229 229 229 / 0.6);
}

.hover\:border-r-neutral-200\/70:hover {
  border-right-color: rgb(229 229 229 / 0.7);
}

.hover\:border-r-neutral-200\/75:hover {
  border-right-color: rgb(229 229 229 / 0.75);
}

.hover\:border-r-neutral-200\/80:hover {
  border-right-color: rgb(229 229 229 / 0.8);
}

.hover\:border-r-neutral-200\/90:hover {
  border-right-color: rgb(229 229 229 / 0.9);
}

.hover\:border-r-neutral-200\/95:hover {
  border-right-color: rgb(229 229 229 / 0.95);
}

.hover\:border-r-neutral-300:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.hover\:border-r-neutral-300\/0:hover {
  border-right-color: rgb(212 212 212 / 0);
}

.hover\:border-r-neutral-300\/10:hover {
  border-right-color: rgb(212 212 212 / 0.1);
}

.hover\:border-r-neutral-300\/100:hover {
  border-right-color: rgb(212 212 212 / 1);
}

.hover\:border-r-neutral-300\/20:hover {
  border-right-color: rgb(212 212 212 / 0.2);
}

.hover\:border-r-neutral-300\/25:hover {
  border-right-color: rgb(212 212 212 / 0.25);
}

.hover\:border-r-neutral-300\/30:hover {
  border-right-color: rgb(212 212 212 / 0.3);
}

.hover\:border-r-neutral-300\/40:hover {
  border-right-color: rgb(212 212 212 / 0.4);
}

.hover\:border-r-neutral-300\/5:hover {
  border-right-color: rgb(212 212 212 / 0.05);
}

.hover\:border-r-neutral-300\/50:hover {
  border-right-color: rgb(212 212 212 / 0.5);
}

.hover\:border-r-neutral-300\/60:hover {
  border-right-color: rgb(212 212 212 / 0.6);
}

.hover\:border-r-neutral-300\/70:hover {
  border-right-color: rgb(212 212 212 / 0.7);
}

.hover\:border-r-neutral-300\/75:hover {
  border-right-color: rgb(212 212 212 / 0.75);
}

.hover\:border-r-neutral-300\/80:hover {
  border-right-color: rgb(212 212 212 / 0.8);
}

.hover\:border-r-neutral-300\/90:hover {
  border-right-color: rgb(212 212 212 / 0.9);
}

.hover\:border-r-neutral-300\/95:hover {
  border-right-color: rgb(212 212 212 / 0.95);
}

.hover\:border-r-neutral-400:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.hover\:border-r-neutral-400\/0:hover {
  border-right-color: rgb(163 163 163 / 0);
}

.hover\:border-r-neutral-400\/10:hover {
  border-right-color: rgb(163 163 163 / 0.1);
}

.hover\:border-r-neutral-400\/100:hover {
  border-right-color: rgb(163 163 163 / 1);
}

.hover\:border-r-neutral-400\/20:hover {
  border-right-color: rgb(163 163 163 / 0.2);
}

.hover\:border-r-neutral-400\/25:hover {
  border-right-color: rgb(163 163 163 / 0.25);
}

.hover\:border-r-neutral-400\/30:hover {
  border-right-color: rgb(163 163 163 / 0.3);
}

.hover\:border-r-neutral-400\/40:hover {
  border-right-color: rgb(163 163 163 / 0.4);
}

.hover\:border-r-neutral-400\/5:hover {
  border-right-color: rgb(163 163 163 / 0.05);
}

.hover\:border-r-neutral-400\/50:hover {
  border-right-color: rgb(163 163 163 / 0.5);
}

.hover\:border-r-neutral-400\/60:hover {
  border-right-color: rgb(163 163 163 / 0.6);
}

.hover\:border-r-neutral-400\/70:hover {
  border-right-color: rgb(163 163 163 / 0.7);
}

.hover\:border-r-neutral-400\/75:hover {
  border-right-color: rgb(163 163 163 / 0.75);
}

.hover\:border-r-neutral-400\/80:hover {
  border-right-color: rgb(163 163 163 / 0.8);
}

.hover\:border-r-neutral-400\/90:hover {
  border-right-color: rgb(163 163 163 / 0.9);
}

.hover\:border-r-neutral-400\/95:hover {
  border-right-color: rgb(163 163 163 / 0.95);
}

.hover\:border-r-neutral-50:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.hover\:border-r-neutral-50\/0:hover {
  border-right-color: rgb(250 250 250 / 0);
}

.hover\:border-r-neutral-50\/10:hover {
  border-right-color: rgb(250 250 250 / 0.1);
}

.hover\:border-r-neutral-50\/100:hover {
  border-right-color: rgb(250 250 250 / 1);
}

.hover\:border-r-neutral-50\/20:hover {
  border-right-color: rgb(250 250 250 / 0.2);
}

.hover\:border-r-neutral-50\/25:hover {
  border-right-color: rgb(250 250 250 / 0.25);
}

.hover\:border-r-neutral-50\/30:hover {
  border-right-color: rgb(250 250 250 / 0.3);
}

.hover\:border-r-neutral-50\/40:hover {
  border-right-color: rgb(250 250 250 / 0.4);
}

.hover\:border-r-neutral-50\/5:hover {
  border-right-color: rgb(250 250 250 / 0.05);
}

.hover\:border-r-neutral-50\/50:hover {
  border-right-color: rgb(250 250 250 / 0.5);
}

.hover\:border-r-neutral-50\/60:hover {
  border-right-color: rgb(250 250 250 / 0.6);
}

.hover\:border-r-neutral-50\/70:hover {
  border-right-color: rgb(250 250 250 / 0.7);
}

.hover\:border-r-neutral-50\/75:hover {
  border-right-color: rgb(250 250 250 / 0.75);
}

.hover\:border-r-neutral-50\/80:hover {
  border-right-color: rgb(250 250 250 / 0.8);
}

.hover\:border-r-neutral-50\/90:hover {
  border-right-color: rgb(250 250 250 / 0.9);
}

.hover\:border-r-neutral-50\/95:hover {
  border-right-color: rgb(250 250 250 / 0.95);
}

.hover\:border-r-neutral-500:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.hover\:border-r-neutral-500\/0:hover {
  border-right-color: rgb(115 115 115 / 0);
}

.hover\:border-r-neutral-500\/10:hover {
  border-right-color: rgb(115 115 115 / 0.1);
}

.hover\:border-r-neutral-500\/100:hover {
  border-right-color: rgb(115 115 115 / 1);
}

.hover\:border-r-neutral-500\/20:hover {
  border-right-color: rgb(115 115 115 / 0.2);
}

.hover\:border-r-neutral-500\/25:hover {
  border-right-color: rgb(115 115 115 / 0.25);
}

.hover\:border-r-neutral-500\/30:hover {
  border-right-color: rgb(115 115 115 / 0.3);
}

.hover\:border-r-neutral-500\/40:hover {
  border-right-color: rgb(115 115 115 / 0.4);
}

.hover\:border-r-neutral-500\/5:hover {
  border-right-color: rgb(115 115 115 / 0.05);
}

.hover\:border-r-neutral-500\/50:hover {
  border-right-color: rgb(115 115 115 / 0.5);
}

.hover\:border-r-neutral-500\/60:hover {
  border-right-color: rgb(115 115 115 / 0.6);
}

.hover\:border-r-neutral-500\/70:hover {
  border-right-color: rgb(115 115 115 / 0.7);
}

.hover\:border-r-neutral-500\/75:hover {
  border-right-color: rgb(115 115 115 / 0.75);
}

.hover\:border-r-neutral-500\/80:hover {
  border-right-color: rgb(115 115 115 / 0.8);
}

.hover\:border-r-neutral-500\/90:hover {
  border-right-color: rgb(115 115 115 / 0.9);
}

.hover\:border-r-neutral-500\/95:hover {
  border-right-color: rgb(115 115 115 / 0.95);
}

.hover\:border-r-neutral-600:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.hover\:border-r-neutral-600\/0:hover {
  border-right-color: rgb(82 82 82 / 0);
}

.hover\:border-r-neutral-600\/10:hover {
  border-right-color: rgb(82 82 82 / 0.1);
}

.hover\:border-r-neutral-600\/100:hover {
  border-right-color: rgb(82 82 82 / 1);
}

.hover\:border-r-neutral-600\/20:hover {
  border-right-color: rgb(82 82 82 / 0.2);
}

.hover\:border-r-neutral-600\/25:hover {
  border-right-color: rgb(82 82 82 / 0.25);
}

.hover\:border-r-neutral-600\/30:hover {
  border-right-color: rgb(82 82 82 / 0.3);
}

.hover\:border-r-neutral-600\/40:hover {
  border-right-color: rgb(82 82 82 / 0.4);
}

.hover\:border-r-neutral-600\/5:hover {
  border-right-color: rgb(82 82 82 / 0.05);
}

.hover\:border-r-neutral-600\/50:hover {
  border-right-color: rgb(82 82 82 / 0.5);
}

.hover\:border-r-neutral-600\/60:hover {
  border-right-color: rgb(82 82 82 / 0.6);
}

.hover\:border-r-neutral-600\/70:hover {
  border-right-color: rgb(82 82 82 / 0.7);
}

.hover\:border-r-neutral-600\/75:hover {
  border-right-color: rgb(82 82 82 / 0.75);
}

.hover\:border-r-neutral-600\/80:hover {
  border-right-color: rgb(82 82 82 / 0.8);
}

.hover\:border-r-neutral-600\/90:hover {
  border-right-color: rgb(82 82 82 / 0.9);
}

.hover\:border-r-neutral-600\/95:hover {
  border-right-color: rgb(82 82 82 / 0.95);
}

.hover\:border-r-neutral-700:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.hover\:border-r-neutral-700\/0:hover {
  border-right-color: rgb(64 64 64 / 0);
}

.hover\:border-r-neutral-700\/10:hover {
  border-right-color: rgb(64 64 64 / 0.1);
}

.hover\:border-r-neutral-700\/100:hover {
  border-right-color: rgb(64 64 64 / 1);
}

.hover\:border-r-neutral-700\/20:hover {
  border-right-color: rgb(64 64 64 / 0.2);
}

.hover\:border-r-neutral-700\/25:hover {
  border-right-color: rgb(64 64 64 / 0.25);
}

.hover\:border-r-neutral-700\/30:hover {
  border-right-color: rgb(64 64 64 / 0.3);
}

.hover\:border-r-neutral-700\/40:hover {
  border-right-color: rgb(64 64 64 / 0.4);
}

.hover\:border-r-neutral-700\/5:hover {
  border-right-color: rgb(64 64 64 / 0.05);
}

.hover\:border-r-neutral-700\/50:hover {
  border-right-color: rgb(64 64 64 / 0.5);
}

.hover\:border-r-neutral-700\/60:hover {
  border-right-color: rgb(64 64 64 / 0.6);
}

.hover\:border-r-neutral-700\/70:hover {
  border-right-color: rgb(64 64 64 / 0.7);
}

.hover\:border-r-neutral-700\/75:hover {
  border-right-color: rgb(64 64 64 / 0.75);
}

.hover\:border-r-neutral-700\/80:hover {
  border-right-color: rgb(64 64 64 / 0.8);
}

.hover\:border-r-neutral-700\/90:hover {
  border-right-color: rgb(64 64 64 / 0.9);
}

.hover\:border-r-neutral-700\/95:hover {
  border-right-color: rgb(64 64 64 / 0.95);
}

.hover\:border-r-neutral-800:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.hover\:border-r-neutral-800\/0:hover {
  border-right-color: rgb(38 38 38 / 0);
}

.hover\:border-r-neutral-800\/10:hover {
  border-right-color: rgb(38 38 38 / 0.1);
}

.hover\:border-r-neutral-800\/100:hover {
  border-right-color: rgb(38 38 38 / 1);
}

.hover\:border-r-neutral-800\/20:hover {
  border-right-color: rgb(38 38 38 / 0.2);
}

.hover\:border-r-neutral-800\/25:hover {
  border-right-color: rgb(38 38 38 / 0.25);
}

.hover\:border-r-neutral-800\/30:hover {
  border-right-color: rgb(38 38 38 / 0.3);
}

.hover\:border-r-neutral-800\/40:hover {
  border-right-color: rgb(38 38 38 / 0.4);
}

.hover\:border-r-neutral-800\/5:hover {
  border-right-color: rgb(38 38 38 / 0.05);
}

.hover\:border-r-neutral-800\/50:hover {
  border-right-color: rgb(38 38 38 / 0.5);
}

.hover\:border-r-neutral-800\/60:hover {
  border-right-color: rgb(38 38 38 / 0.6);
}

.hover\:border-r-neutral-800\/70:hover {
  border-right-color: rgb(38 38 38 / 0.7);
}

.hover\:border-r-neutral-800\/75:hover {
  border-right-color: rgb(38 38 38 / 0.75);
}

.hover\:border-r-neutral-800\/80:hover {
  border-right-color: rgb(38 38 38 / 0.8);
}

.hover\:border-r-neutral-800\/90:hover {
  border-right-color: rgb(38 38 38 / 0.9);
}

.hover\:border-r-neutral-800\/95:hover {
  border-right-color: rgb(38 38 38 / 0.95);
}

.hover\:border-r-neutral-900:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.hover\:border-r-neutral-900\/0:hover {
  border-right-color: rgb(23 23 23 / 0);
}

.hover\:border-r-neutral-900\/10:hover {
  border-right-color: rgb(23 23 23 / 0.1);
}

.hover\:border-r-neutral-900\/100:hover {
  border-right-color: rgb(23 23 23 / 1);
}

.hover\:border-r-neutral-900\/20:hover {
  border-right-color: rgb(23 23 23 / 0.2);
}

.hover\:border-r-neutral-900\/25:hover {
  border-right-color: rgb(23 23 23 / 0.25);
}

.hover\:border-r-neutral-900\/30:hover {
  border-right-color: rgb(23 23 23 / 0.3);
}

.hover\:border-r-neutral-900\/40:hover {
  border-right-color: rgb(23 23 23 / 0.4);
}

.hover\:border-r-neutral-900\/5:hover {
  border-right-color: rgb(23 23 23 / 0.05);
}

.hover\:border-r-neutral-900\/50:hover {
  border-right-color: rgb(23 23 23 / 0.5);
}

.hover\:border-r-neutral-900\/60:hover {
  border-right-color: rgb(23 23 23 / 0.6);
}

.hover\:border-r-neutral-900\/70:hover {
  border-right-color: rgb(23 23 23 / 0.7);
}

.hover\:border-r-neutral-900\/75:hover {
  border-right-color: rgb(23 23 23 / 0.75);
}

.hover\:border-r-neutral-900\/80:hover {
  border-right-color: rgb(23 23 23 / 0.8);
}

.hover\:border-r-neutral-900\/90:hover {
  border-right-color: rgb(23 23 23 / 0.9);
}

.hover\:border-r-neutral-900\/95:hover {
  border-right-color: rgb(23 23 23 / 0.95);
}

.hover\:border-r-neutral-950:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.hover\:border-r-neutral-950\/0:hover {
  border-right-color: rgb(10 10 10 / 0);
}

.hover\:border-r-neutral-950\/10:hover {
  border-right-color: rgb(10 10 10 / 0.1);
}

.hover\:border-r-neutral-950\/100:hover {
  border-right-color: rgb(10 10 10 / 1);
}

.hover\:border-r-neutral-950\/20:hover {
  border-right-color: rgb(10 10 10 / 0.2);
}

.hover\:border-r-neutral-950\/25:hover {
  border-right-color: rgb(10 10 10 / 0.25);
}

.hover\:border-r-neutral-950\/30:hover {
  border-right-color: rgb(10 10 10 / 0.3);
}

.hover\:border-r-neutral-950\/40:hover {
  border-right-color: rgb(10 10 10 / 0.4);
}

.hover\:border-r-neutral-950\/5:hover {
  border-right-color: rgb(10 10 10 / 0.05);
}

.hover\:border-r-neutral-950\/50:hover {
  border-right-color: rgb(10 10 10 / 0.5);
}

.hover\:border-r-neutral-950\/60:hover {
  border-right-color: rgb(10 10 10 / 0.6);
}

.hover\:border-r-neutral-950\/70:hover {
  border-right-color: rgb(10 10 10 / 0.7);
}

.hover\:border-r-neutral-950\/75:hover {
  border-right-color: rgb(10 10 10 / 0.75);
}

.hover\:border-r-neutral-950\/80:hover {
  border-right-color: rgb(10 10 10 / 0.8);
}

.hover\:border-r-neutral-950\/90:hover {
  border-right-color: rgb(10 10 10 / 0.9);
}

.hover\:border-r-neutral-950\/95:hover {
  border-right-color: rgb(10 10 10 / 0.95);
}

.hover\:border-r-orange-100:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 237 213 / var(--tw-border-opacity));
}

.hover\:border-r-orange-100\/0:hover {
  border-right-color: rgb(255 237 213 / 0);
}

.hover\:border-r-orange-100\/10:hover {
  border-right-color: rgb(255 237 213 / 0.1);
}

.hover\:border-r-orange-100\/100:hover {
  border-right-color: rgb(255 237 213 / 1);
}

.hover\:border-r-orange-100\/20:hover {
  border-right-color: rgb(255 237 213 / 0.2);
}

.hover\:border-r-orange-100\/25:hover {
  border-right-color: rgb(255 237 213 / 0.25);
}

.hover\:border-r-orange-100\/30:hover {
  border-right-color: rgb(255 237 213 / 0.3);
}

.hover\:border-r-orange-100\/40:hover {
  border-right-color: rgb(255 237 213 / 0.4);
}

.hover\:border-r-orange-100\/5:hover {
  border-right-color: rgb(255 237 213 / 0.05);
}

.hover\:border-r-orange-100\/50:hover {
  border-right-color: rgb(255 237 213 / 0.5);
}

.hover\:border-r-orange-100\/60:hover {
  border-right-color: rgb(255 237 213 / 0.6);
}

.hover\:border-r-orange-100\/70:hover {
  border-right-color: rgb(255 237 213 / 0.7);
}

.hover\:border-r-orange-100\/75:hover {
  border-right-color: rgb(255 237 213 / 0.75);
}

.hover\:border-r-orange-100\/80:hover {
  border-right-color: rgb(255 237 213 / 0.8);
}

.hover\:border-r-orange-100\/90:hover {
  border-right-color: rgb(255 237 213 / 0.9);
}

.hover\:border-r-orange-100\/95:hover {
  border-right-color: rgb(255 237 213 / 0.95);
}

.hover\:border-r-orange-200:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 215 170 / var(--tw-border-opacity));
}

.hover\:border-r-orange-200\/0:hover {
  border-right-color: rgb(254 215 170 / 0);
}

.hover\:border-r-orange-200\/10:hover {
  border-right-color: rgb(254 215 170 / 0.1);
}

.hover\:border-r-orange-200\/100:hover {
  border-right-color: rgb(254 215 170 / 1);
}

.hover\:border-r-orange-200\/20:hover {
  border-right-color: rgb(254 215 170 / 0.2);
}

.hover\:border-r-orange-200\/25:hover {
  border-right-color: rgb(254 215 170 / 0.25);
}

.hover\:border-r-orange-200\/30:hover {
  border-right-color: rgb(254 215 170 / 0.3);
}

.hover\:border-r-orange-200\/40:hover {
  border-right-color: rgb(254 215 170 / 0.4);
}

.hover\:border-r-orange-200\/5:hover {
  border-right-color: rgb(254 215 170 / 0.05);
}

.hover\:border-r-orange-200\/50:hover {
  border-right-color: rgb(254 215 170 / 0.5);
}

.hover\:border-r-orange-200\/60:hover {
  border-right-color: rgb(254 215 170 / 0.6);
}

.hover\:border-r-orange-200\/70:hover {
  border-right-color: rgb(254 215 170 / 0.7);
}

.hover\:border-r-orange-200\/75:hover {
  border-right-color: rgb(254 215 170 / 0.75);
}

.hover\:border-r-orange-200\/80:hover {
  border-right-color: rgb(254 215 170 / 0.8);
}

.hover\:border-r-orange-200\/90:hover {
  border-right-color: rgb(254 215 170 / 0.9);
}

.hover\:border-r-orange-200\/95:hover {
  border-right-color: rgb(254 215 170 / 0.95);
}

.hover\:border-r-orange-300:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 186 116 / var(--tw-border-opacity));
}

.hover\:border-r-orange-300\/0:hover {
  border-right-color: rgb(253 186 116 / 0);
}

.hover\:border-r-orange-300\/10:hover {
  border-right-color: rgb(253 186 116 / 0.1);
}

.hover\:border-r-orange-300\/100:hover {
  border-right-color: rgb(253 186 116 / 1);
}

.hover\:border-r-orange-300\/20:hover {
  border-right-color: rgb(253 186 116 / 0.2);
}

.hover\:border-r-orange-300\/25:hover {
  border-right-color: rgb(253 186 116 / 0.25);
}

.hover\:border-r-orange-300\/30:hover {
  border-right-color: rgb(253 186 116 / 0.3);
}

.hover\:border-r-orange-300\/40:hover {
  border-right-color: rgb(253 186 116 / 0.4);
}

.hover\:border-r-orange-300\/5:hover {
  border-right-color: rgb(253 186 116 / 0.05);
}

.hover\:border-r-orange-300\/50:hover {
  border-right-color: rgb(253 186 116 / 0.5);
}

.hover\:border-r-orange-300\/60:hover {
  border-right-color: rgb(253 186 116 / 0.6);
}

.hover\:border-r-orange-300\/70:hover {
  border-right-color: rgb(253 186 116 / 0.7);
}

.hover\:border-r-orange-300\/75:hover {
  border-right-color: rgb(253 186 116 / 0.75);
}

.hover\:border-r-orange-300\/80:hover {
  border-right-color: rgb(253 186 116 / 0.8);
}

.hover\:border-r-orange-300\/90:hover {
  border-right-color: rgb(253 186 116 / 0.9);
}

.hover\:border-r-orange-300\/95:hover {
  border-right-color: rgb(253 186 116 / 0.95);
}

.hover\:border-r-orange-400:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.hover\:border-r-orange-400\/0:hover {
  border-right-color: rgb(251 146 60 / 0);
}

.hover\:border-r-orange-400\/10:hover {
  border-right-color: rgb(251 146 60 / 0.1);
}

.hover\:border-r-orange-400\/100:hover {
  border-right-color: rgb(251 146 60 / 1);
}

.hover\:border-r-orange-400\/20:hover {
  border-right-color: rgb(251 146 60 / 0.2);
}

.hover\:border-r-orange-400\/25:hover {
  border-right-color: rgb(251 146 60 / 0.25);
}

.hover\:border-r-orange-400\/30:hover {
  border-right-color: rgb(251 146 60 / 0.3);
}

.hover\:border-r-orange-400\/40:hover {
  border-right-color: rgb(251 146 60 / 0.4);
}

.hover\:border-r-orange-400\/5:hover {
  border-right-color: rgb(251 146 60 / 0.05);
}

.hover\:border-r-orange-400\/50:hover {
  border-right-color: rgb(251 146 60 / 0.5);
}

.hover\:border-r-orange-400\/60:hover {
  border-right-color: rgb(251 146 60 / 0.6);
}

.hover\:border-r-orange-400\/70:hover {
  border-right-color: rgb(251 146 60 / 0.7);
}

.hover\:border-r-orange-400\/75:hover {
  border-right-color: rgb(251 146 60 / 0.75);
}

.hover\:border-r-orange-400\/80:hover {
  border-right-color: rgb(251 146 60 / 0.8);
}

.hover\:border-r-orange-400\/90:hover {
  border-right-color: rgb(251 146 60 / 0.9);
}

.hover\:border-r-orange-400\/95:hover {
  border-right-color: rgb(251 146 60 / 0.95);
}

.hover\:border-r-orange-50:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 247 237 / var(--tw-border-opacity));
}

.hover\:border-r-orange-50\/0:hover {
  border-right-color: rgb(255 247 237 / 0);
}

.hover\:border-r-orange-50\/10:hover {
  border-right-color: rgb(255 247 237 / 0.1);
}

.hover\:border-r-orange-50\/100:hover {
  border-right-color: rgb(255 247 237 / 1);
}

.hover\:border-r-orange-50\/20:hover {
  border-right-color: rgb(255 247 237 / 0.2);
}

.hover\:border-r-orange-50\/25:hover {
  border-right-color: rgb(255 247 237 / 0.25);
}

.hover\:border-r-orange-50\/30:hover {
  border-right-color: rgb(255 247 237 / 0.3);
}

.hover\:border-r-orange-50\/40:hover {
  border-right-color: rgb(255 247 237 / 0.4);
}

.hover\:border-r-orange-50\/5:hover {
  border-right-color: rgb(255 247 237 / 0.05);
}

.hover\:border-r-orange-50\/50:hover {
  border-right-color: rgb(255 247 237 / 0.5);
}

.hover\:border-r-orange-50\/60:hover {
  border-right-color: rgb(255 247 237 / 0.6);
}

.hover\:border-r-orange-50\/70:hover {
  border-right-color: rgb(255 247 237 / 0.7);
}

.hover\:border-r-orange-50\/75:hover {
  border-right-color: rgb(255 247 237 / 0.75);
}

.hover\:border-r-orange-50\/80:hover {
  border-right-color: rgb(255 247 237 / 0.8);
}

.hover\:border-r-orange-50\/90:hover {
  border-right-color: rgb(255 247 237 / 0.9);
}

.hover\:border-r-orange-50\/95:hover {
  border-right-color: rgb(255 247 237 / 0.95);
}

.hover\:border-r-orange-500:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(249 115 22 / var(--tw-border-opacity));
}

.hover\:border-r-orange-500\/0:hover {
  border-right-color: rgb(249 115 22 / 0);
}

.hover\:border-r-orange-500\/10:hover {
  border-right-color: rgb(249 115 22 / 0.1);
}

.hover\:border-r-orange-500\/100:hover {
  border-right-color: rgb(249 115 22 / 1);
}

.hover\:border-r-orange-500\/20:hover {
  border-right-color: rgb(249 115 22 / 0.2);
}

.hover\:border-r-orange-500\/25:hover {
  border-right-color: rgb(249 115 22 / 0.25);
}

.hover\:border-r-orange-500\/30:hover {
  border-right-color: rgb(249 115 22 / 0.3);
}

.hover\:border-r-orange-500\/40:hover {
  border-right-color: rgb(249 115 22 / 0.4);
}

.hover\:border-r-orange-500\/5:hover {
  border-right-color: rgb(249 115 22 / 0.05);
}

.hover\:border-r-orange-500\/50:hover {
  border-right-color: rgb(249 115 22 / 0.5);
}

.hover\:border-r-orange-500\/60:hover {
  border-right-color: rgb(249 115 22 / 0.6);
}

.hover\:border-r-orange-500\/70:hover {
  border-right-color: rgb(249 115 22 / 0.7);
}

.hover\:border-r-orange-500\/75:hover {
  border-right-color: rgb(249 115 22 / 0.75);
}

.hover\:border-r-orange-500\/80:hover {
  border-right-color: rgb(249 115 22 / 0.8);
}

.hover\:border-r-orange-500\/90:hover {
  border-right-color: rgb(249 115 22 / 0.9);
}

.hover\:border-r-orange-500\/95:hover {
  border-right-color: rgb(249 115 22 / 0.95);
}

.hover\:border-r-orange-600:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.hover\:border-r-orange-600\/0:hover {
  border-right-color: rgb(234 88 12 / 0);
}

.hover\:border-r-orange-600\/10:hover {
  border-right-color: rgb(234 88 12 / 0.1);
}

.hover\:border-r-orange-600\/100:hover {
  border-right-color: rgb(234 88 12 / 1);
}

.hover\:border-r-orange-600\/20:hover {
  border-right-color: rgb(234 88 12 / 0.2);
}

.hover\:border-r-orange-600\/25:hover {
  border-right-color: rgb(234 88 12 / 0.25);
}

.hover\:border-r-orange-600\/30:hover {
  border-right-color: rgb(234 88 12 / 0.3);
}

.hover\:border-r-orange-600\/40:hover {
  border-right-color: rgb(234 88 12 / 0.4);
}

.hover\:border-r-orange-600\/5:hover {
  border-right-color: rgb(234 88 12 / 0.05);
}

.hover\:border-r-orange-600\/50:hover {
  border-right-color: rgb(234 88 12 / 0.5);
}

.hover\:border-r-orange-600\/60:hover {
  border-right-color: rgb(234 88 12 / 0.6);
}

.hover\:border-r-orange-600\/70:hover {
  border-right-color: rgb(234 88 12 / 0.7);
}

.hover\:border-r-orange-600\/75:hover {
  border-right-color: rgb(234 88 12 / 0.75);
}

.hover\:border-r-orange-600\/80:hover {
  border-right-color: rgb(234 88 12 / 0.8);
}

.hover\:border-r-orange-600\/90:hover {
  border-right-color: rgb(234 88 12 / 0.9);
}

.hover\:border-r-orange-600\/95:hover {
  border-right-color: rgb(234 88 12 / 0.95);
}

.hover\:border-r-orange-700:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(194 65 12 / var(--tw-border-opacity));
}

.hover\:border-r-orange-700\/0:hover {
  border-right-color: rgb(194 65 12 / 0);
}

.hover\:border-r-orange-700\/10:hover {
  border-right-color: rgb(194 65 12 / 0.1);
}

.hover\:border-r-orange-700\/100:hover {
  border-right-color: rgb(194 65 12 / 1);
}

.hover\:border-r-orange-700\/20:hover {
  border-right-color: rgb(194 65 12 / 0.2);
}

.hover\:border-r-orange-700\/25:hover {
  border-right-color: rgb(194 65 12 / 0.25);
}

.hover\:border-r-orange-700\/30:hover {
  border-right-color: rgb(194 65 12 / 0.3);
}

.hover\:border-r-orange-700\/40:hover {
  border-right-color: rgb(194 65 12 / 0.4);
}

.hover\:border-r-orange-700\/5:hover {
  border-right-color: rgb(194 65 12 / 0.05);
}

.hover\:border-r-orange-700\/50:hover {
  border-right-color: rgb(194 65 12 / 0.5);
}

.hover\:border-r-orange-700\/60:hover {
  border-right-color: rgb(194 65 12 / 0.6);
}

.hover\:border-r-orange-700\/70:hover {
  border-right-color: rgb(194 65 12 / 0.7);
}

.hover\:border-r-orange-700\/75:hover {
  border-right-color: rgb(194 65 12 / 0.75);
}

.hover\:border-r-orange-700\/80:hover {
  border-right-color: rgb(194 65 12 / 0.8);
}

.hover\:border-r-orange-700\/90:hover {
  border-right-color: rgb(194 65 12 / 0.9);
}

.hover\:border-r-orange-700\/95:hover {
  border-right-color: rgb(194 65 12 / 0.95);
}

.hover\:border-r-orange-800:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(154 52 18 / var(--tw-border-opacity));
}

.hover\:border-r-orange-800\/0:hover {
  border-right-color: rgb(154 52 18 / 0);
}

.hover\:border-r-orange-800\/10:hover {
  border-right-color: rgb(154 52 18 / 0.1);
}

.hover\:border-r-orange-800\/100:hover {
  border-right-color: rgb(154 52 18 / 1);
}

.hover\:border-r-orange-800\/20:hover {
  border-right-color: rgb(154 52 18 / 0.2);
}

.hover\:border-r-orange-800\/25:hover {
  border-right-color: rgb(154 52 18 / 0.25);
}

.hover\:border-r-orange-800\/30:hover {
  border-right-color: rgb(154 52 18 / 0.3);
}

.hover\:border-r-orange-800\/40:hover {
  border-right-color: rgb(154 52 18 / 0.4);
}

.hover\:border-r-orange-800\/5:hover {
  border-right-color: rgb(154 52 18 / 0.05);
}

.hover\:border-r-orange-800\/50:hover {
  border-right-color: rgb(154 52 18 / 0.5);
}

.hover\:border-r-orange-800\/60:hover {
  border-right-color: rgb(154 52 18 / 0.6);
}

.hover\:border-r-orange-800\/70:hover {
  border-right-color: rgb(154 52 18 / 0.7);
}

.hover\:border-r-orange-800\/75:hover {
  border-right-color: rgb(154 52 18 / 0.75);
}

.hover\:border-r-orange-800\/80:hover {
  border-right-color: rgb(154 52 18 / 0.8);
}

.hover\:border-r-orange-800\/90:hover {
  border-right-color: rgb(154 52 18 / 0.9);
}

.hover\:border-r-orange-800\/95:hover {
  border-right-color: rgb(154 52 18 / 0.95);
}

.hover\:border-r-orange-900:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(124 45 18 / var(--tw-border-opacity));
}

.hover\:border-r-orange-900\/0:hover {
  border-right-color: rgb(124 45 18 / 0);
}

.hover\:border-r-orange-900\/10:hover {
  border-right-color: rgb(124 45 18 / 0.1);
}

.hover\:border-r-orange-900\/100:hover {
  border-right-color: rgb(124 45 18 / 1);
}

.hover\:border-r-orange-900\/20:hover {
  border-right-color: rgb(124 45 18 / 0.2);
}

.hover\:border-r-orange-900\/25:hover {
  border-right-color: rgb(124 45 18 / 0.25);
}

.hover\:border-r-orange-900\/30:hover {
  border-right-color: rgb(124 45 18 / 0.3);
}

.hover\:border-r-orange-900\/40:hover {
  border-right-color: rgb(124 45 18 / 0.4);
}

.hover\:border-r-orange-900\/5:hover {
  border-right-color: rgb(124 45 18 / 0.05);
}

.hover\:border-r-orange-900\/50:hover {
  border-right-color: rgb(124 45 18 / 0.5);
}

.hover\:border-r-orange-900\/60:hover {
  border-right-color: rgb(124 45 18 / 0.6);
}

.hover\:border-r-orange-900\/70:hover {
  border-right-color: rgb(124 45 18 / 0.7);
}

.hover\:border-r-orange-900\/75:hover {
  border-right-color: rgb(124 45 18 / 0.75);
}

.hover\:border-r-orange-900\/80:hover {
  border-right-color: rgb(124 45 18 / 0.8);
}

.hover\:border-r-orange-900\/90:hover {
  border-right-color: rgb(124 45 18 / 0.9);
}

.hover\:border-r-orange-900\/95:hover {
  border-right-color: rgb(124 45 18 / 0.95);
}

.hover\:border-r-orange-950:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(67 20 7 / var(--tw-border-opacity));
}

.hover\:border-r-orange-950\/0:hover {
  border-right-color: rgb(67 20 7 / 0);
}

.hover\:border-r-orange-950\/10:hover {
  border-right-color: rgb(67 20 7 / 0.1);
}

.hover\:border-r-orange-950\/100:hover {
  border-right-color: rgb(67 20 7 / 1);
}

.hover\:border-r-orange-950\/20:hover {
  border-right-color: rgb(67 20 7 / 0.2);
}

.hover\:border-r-orange-950\/25:hover {
  border-right-color: rgb(67 20 7 / 0.25);
}

.hover\:border-r-orange-950\/30:hover {
  border-right-color: rgb(67 20 7 / 0.3);
}

.hover\:border-r-orange-950\/40:hover {
  border-right-color: rgb(67 20 7 / 0.4);
}

.hover\:border-r-orange-950\/5:hover {
  border-right-color: rgb(67 20 7 / 0.05);
}

.hover\:border-r-orange-950\/50:hover {
  border-right-color: rgb(67 20 7 / 0.5);
}

.hover\:border-r-orange-950\/60:hover {
  border-right-color: rgb(67 20 7 / 0.6);
}

.hover\:border-r-orange-950\/70:hover {
  border-right-color: rgb(67 20 7 / 0.7);
}

.hover\:border-r-orange-950\/75:hover {
  border-right-color: rgb(67 20 7 / 0.75);
}

.hover\:border-r-orange-950\/80:hover {
  border-right-color: rgb(67 20 7 / 0.8);
}

.hover\:border-r-orange-950\/90:hover {
  border-right-color: rgb(67 20 7 / 0.9);
}

.hover\:border-r-orange-950\/95:hover {
  border-right-color: rgb(67 20 7 / 0.95);
}

.hover\:border-r-ozc-100:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 239 235 / var(--tw-border-opacity));
}

.hover\:border-r-ozc-100\/0:hover {
  border-right-color: rgb(255 239 235 / 0);
}

.hover\:border-r-ozc-100\/10:hover {
  border-right-color: rgb(255 239 235 / 0.1);
}

.hover\:border-r-ozc-100\/100:hover {
  border-right-color: rgb(255 239 235 / 1);
}

.hover\:border-r-ozc-100\/20:hover {
  border-right-color: rgb(255 239 235 / 0.2);
}

.hover\:border-r-ozc-100\/25:hover {
  border-right-color: rgb(255 239 235 / 0.25);
}

.hover\:border-r-ozc-100\/30:hover {
  border-right-color: rgb(255 239 235 / 0.3);
}

.hover\:border-r-ozc-100\/40:hover {
  border-right-color: rgb(255 239 235 / 0.4);
}

.hover\:border-r-ozc-100\/5:hover {
  border-right-color: rgb(255 239 235 / 0.05);
}

.hover\:border-r-ozc-100\/50:hover {
  border-right-color: rgb(255 239 235 / 0.5);
}

.hover\:border-r-ozc-100\/60:hover {
  border-right-color: rgb(255 239 235 / 0.6);
}

.hover\:border-r-ozc-100\/70:hover {
  border-right-color: rgb(255 239 235 / 0.7);
}

.hover\:border-r-ozc-100\/75:hover {
  border-right-color: rgb(255 239 235 / 0.75);
}

.hover\:border-r-ozc-100\/80:hover {
  border-right-color: rgb(255 239 235 / 0.8);
}

.hover\:border-r-ozc-100\/90:hover {
  border-right-color: rgb(255 239 235 / 0.9);
}

.hover\:border-r-ozc-100\/95:hover {
  border-right-color: rgb(255 239 235 / 0.95);
}

.hover\:border-r-ozc-200:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 225 222 / var(--tw-border-opacity));
}

.hover\:border-r-ozc-200\/0:hover {
  border-right-color: rgb(253 225 222 / 0);
}

.hover\:border-r-ozc-200\/10:hover {
  border-right-color: rgb(253 225 222 / 0.1);
}

.hover\:border-r-ozc-200\/100:hover {
  border-right-color: rgb(253 225 222 / 1);
}

.hover\:border-r-ozc-200\/20:hover {
  border-right-color: rgb(253 225 222 / 0.2);
}

.hover\:border-r-ozc-200\/25:hover {
  border-right-color: rgb(253 225 222 / 0.25);
}

.hover\:border-r-ozc-200\/30:hover {
  border-right-color: rgb(253 225 222 / 0.3);
}

.hover\:border-r-ozc-200\/40:hover {
  border-right-color: rgb(253 225 222 / 0.4);
}

.hover\:border-r-ozc-200\/5:hover {
  border-right-color: rgb(253 225 222 / 0.05);
}

.hover\:border-r-ozc-200\/50:hover {
  border-right-color: rgb(253 225 222 / 0.5);
}

.hover\:border-r-ozc-200\/60:hover {
  border-right-color: rgb(253 225 222 / 0.6);
}

.hover\:border-r-ozc-200\/70:hover {
  border-right-color: rgb(253 225 222 / 0.7);
}

.hover\:border-r-ozc-200\/75:hover {
  border-right-color: rgb(253 225 222 / 0.75);
}

.hover\:border-r-ozc-200\/80:hover {
  border-right-color: rgb(253 225 222 / 0.8);
}

.hover\:border-r-ozc-200\/90:hover {
  border-right-color: rgb(253 225 222 / 0.9);
}

.hover\:border-r-ozc-200\/95:hover {
  border-right-color: rgb(253 225 222 / 0.95);
}

.hover\:border-r-ozc-300:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(248 181 181 / var(--tw-border-opacity));
}

.hover\:border-r-ozc-300\/0:hover {
  border-right-color: rgb(248 181 181 / 0);
}

.hover\:border-r-ozc-300\/10:hover {
  border-right-color: rgb(248 181 181 / 0.1);
}

.hover\:border-r-ozc-300\/100:hover {
  border-right-color: rgb(248 181 181 / 1);
}

.hover\:border-r-ozc-300\/20:hover {
  border-right-color: rgb(248 181 181 / 0.2);
}

.hover\:border-r-ozc-300\/25:hover {
  border-right-color: rgb(248 181 181 / 0.25);
}

.hover\:border-r-ozc-300\/30:hover {
  border-right-color: rgb(248 181 181 / 0.3);
}

.hover\:border-r-ozc-300\/40:hover {
  border-right-color: rgb(248 181 181 / 0.4);
}

.hover\:border-r-ozc-300\/5:hover {
  border-right-color: rgb(248 181 181 / 0.05);
}

.hover\:border-r-ozc-300\/50:hover {
  border-right-color: rgb(248 181 181 / 0.5);
}

.hover\:border-r-ozc-300\/60:hover {
  border-right-color: rgb(248 181 181 / 0.6);
}

.hover\:border-r-ozc-300\/70:hover {
  border-right-color: rgb(248 181 181 / 0.7);
}

.hover\:border-r-ozc-300\/75:hover {
  border-right-color: rgb(248 181 181 / 0.75);
}

.hover\:border-r-ozc-300\/80:hover {
  border-right-color: rgb(248 181 181 / 0.8);
}

.hover\:border-r-ozc-300\/90:hover {
  border-right-color: rgb(248 181 181 / 0.9);
}

.hover\:border-r-ozc-300\/95:hover {
  border-right-color: rgb(248 181 181 / 0.95);
}

.hover\:border-r-ozc-400:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 189 173 / var(--tw-border-opacity));
}

.hover\:border-r-ozc-400\/0:hover {
  border-right-color: rgb(250 189 173 / 0);
}

.hover\:border-r-ozc-400\/10:hover {
  border-right-color: rgb(250 189 173 / 0.1);
}

.hover\:border-r-ozc-400\/100:hover {
  border-right-color: rgb(250 189 173 / 1);
}

.hover\:border-r-ozc-400\/20:hover {
  border-right-color: rgb(250 189 173 / 0.2);
}

.hover\:border-r-ozc-400\/25:hover {
  border-right-color: rgb(250 189 173 / 0.25);
}

.hover\:border-r-ozc-400\/30:hover {
  border-right-color: rgb(250 189 173 / 0.3);
}

.hover\:border-r-ozc-400\/40:hover {
  border-right-color: rgb(250 189 173 / 0.4);
}

.hover\:border-r-ozc-400\/5:hover {
  border-right-color: rgb(250 189 173 / 0.05);
}

.hover\:border-r-ozc-400\/50:hover {
  border-right-color: rgb(250 189 173 / 0.5);
}

.hover\:border-r-ozc-400\/60:hover {
  border-right-color: rgb(250 189 173 / 0.6);
}

.hover\:border-r-ozc-400\/70:hover {
  border-right-color: rgb(250 189 173 / 0.7);
}

.hover\:border-r-ozc-400\/75:hover {
  border-right-color: rgb(250 189 173 / 0.75);
}

.hover\:border-r-ozc-400\/80:hover {
  border-right-color: rgb(250 189 173 / 0.8);
}

.hover\:border-r-ozc-400\/90:hover {
  border-right-color: rgb(250 189 173 / 0.9);
}

.hover\:border-r-ozc-400\/95:hover {
  border-right-color: rgb(250 189 173 / 0.95);
}

.hover\:border-r-ozc-50:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 243 232 / var(--tw-border-opacity));
}

.hover\:border-r-ozc-50\/0:hover {
  border-right-color: rgb(254 243 232 / 0);
}

.hover\:border-r-ozc-50\/10:hover {
  border-right-color: rgb(254 243 232 / 0.1);
}

.hover\:border-r-ozc-50\/100:hover {
  border-right-color: rgb(254 243 232 / 1);
}

.hover\:border-r-ozc-50\/20:hover {
  border-right-color: rgb(254 243 232 / 0.2);
}

.hover\:border-r-ozc-50\/25:hover {
  border-right-color: rgb(254 243 232 / 0.25);
}

.hover\:border-r-ozc-50\/30:hover {
  border-right-color: rgb(254 243 232 / 0.3);
}

.hover\:border-r-ozc-50\/40:hover {
  border-right-color: rgb(254 243 232 / 0.4);
}

.hover\:border-r-ozc-50\/5:hover {
  border-right-color: rgb(254 243 232 / 0.05);
}

.hover\:border-r-ozc-50\/50:hover {
  border-right-color: rgb(254 243 232 / 0.5);
}

.hover\:border-r-ozc-50\/60:hover {
  border-right-color: rgb(254 243 232 / 0.6);
}

.hover\:border-r-ozc-50\/70:hover {
  border-right-color: rgb(254 243 232 / 0.7);
}

.hover\:border-r-ozc-50\/75:hover {
  border-right-color: rgb(254 243 232 / 0.75);
}

.hover\:border-r-ozc-50\/80:hover {
  border-right-color: rgb(254 243 232 / 0.8);
}

.hover\:border-r-ozc-50\/90:hover {
  border-right-color: rgb(254 243 232 / 0.9);
}

.hover\:border-r-ozc-50\/95:hover {
  border-right-color: rgb(254 243 232 / 0.95);
}

.hover\:border-r-ozc-500:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 110 96 / var(--tw-border-opacity));
}

.hover\:border-r-ozc-500\/0:hover {
  border-right-color: rgb(255 110 96 / 0);
}

.hover\:border-r-ozc-500\/10:hover {
  border-right-color: rgb(255 110 96 / 0.1);
}

.hover\:border-r-ozc-500\/100:hover {
  border-right-color: rgb(255 110 96 / 1);
}

.hover\:border-r-ozc-500\/20:hover {
  border-right-color: rgb(255 110 96 / 0.2);
}

.hover\:border-r-ozc-500\/25:hover {
  border-right-color: rgb(255 110 96 / 0.25);
}

.hover\:border-r-ozc-500\/30:hover {
  border-right-color: rgb(255 110 96 / 0.3);
}

.hover\:border-r-ozc-500\/40:hover {
  border-right-color: rgb(255 110 96 / 0.4);
}

.hover\:border-r-ozc-500\/5:hover {
  border-right-color: rgb(255 110 96 / 0.05);
}

.hover\:border-r-ozc-500\/50:hover {
  border-right-color: rgb(255 110 96 / 0.5);
}

.hover\:border-r-ozc-500\/60:hover {
  border-right-color: rgb(255 110 96 / 0.6);
}

.hover\:border-r-ozc-500\/70:hover {
  border-right-color: rgb(255 110 96 / 0.7);
}

.hover\:border-r-ozc-500\/75:hover {
  border-right-color: rgb(255 110 96 / 0.75);
}

.hover\:border-r-ozc-500\/80:hover {
  border-right-color: rgb(255 110 96 / 0.8);
}

.hover\:border-r-ozc-500\/90:hover {
  border-right-color: rgb(255 110 96 / 0.9);
}

.hover\:border-r-ozc-500\/95:hover {
  border-right-color: rgb(255 110 96 / 0.95);
}

.hover\:border-r-ozc-600:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(249 169 140 / var(--tw-border-opacity));
}

.hover\:border-r-ozc-600\/0:hover {
  border-right-color: rgb(249 169 140 / 0);
}

.hover\:border-r-ozc-600\/10:hover {
  border-right-color: rgb(249 169 140 / 0.1);
}

.hover\:border-r-ozc-600\/100:hover {
  border-right-color: rgb(249 169 140 / 1);
}

.hover\:border-r-ozc-600\/20:hover {
  border-right-color: rgb(249 169 140 / 0.2);
}

.hover\:border-r-ozc-600\/25:hover {
  border-right-color: rgb(249 169 140 / 0.25);
}

.hover\:border-r-ozc-600\/30:hover {
  border-right-color: rgb(249 169 140 / 0.3);
}

.hover\:border-r-ozc-600\/40:hover {
  border-right-color: rgb(249 169 140 / 0.4);
}

.hover\:border-r-ozc-600\/5:hover {
  border-right-color: rgb(249 169 140 / 0.05);
}

.hover\:border-r-ozc-600\/50:hover {
  border-right-color: rgb(249 169 140 / 0.5);
}

.hover\:border-r-ozc-600\/60:hover {
  border-right-color: rgb(249 169 140 / 0.6);
}

.hover\:border-r-ozc-600\/70:hover {
  border-right-color: rgb(249 169 140 / 0.7);
}

.hover\:border-r-ozc-600\/75:hover {
  border-right-color: rgb(249 169 140 / 0.75);
}

.hover\:border-r-ozc-600\/80:hover {
  border-right-color: rgb(249 169 140 / 0.8);
}

.hover\:border-r-ozc-600\/90:hover {
  border-right-color: rgb(249 169 140 / 0.9);
}

.hover\:border-r-ozc-600\/95:hover {
  border-right-color: rgb(249 169 140 / 0.95);
}

.hover\:border-r-ozc-700:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(246 148 114 / var(--tw-border-opacity));
}

.hover\:border-r-ozc-700\/0:hover {
  border-right-color: rgb(246 148 114 / 0);
}

.hover\:border-r-ozc-700\/10:hover {
  border-right-color: rgb(246 148 114 / 0.1);
}

.hover\:border-r-ozc-700\/100:hover {
  border-right-color: rgb(246 148 114 / 1);
}

.hover\:border-r-ozc-700\/20:hover {
  border-right-color: rgb(246 148 114 / 0.2);
}

.hover\:border-r-ozc-700\/25:hover {
  border-right-color: rgb(246 148 114 / 0.25);
}

.hover\:border-r-ozc-700\/30:hover {
  border-right-color: rgb(246 148 114 / 0.3);
}

.hover\:border-r-ozc-700\/40:hover {
  border-right-color: rgb(246 148 114 / 0.4);
}

.hover\:border-r-ozc-700\/5:hover {
  border-right-color: rgb(246 148 114 / 0.05);
}

.hover\:border-r-ozc-700\/50:hover {
  border-right-color: rgb(246 148 114 / 0.5);
}

.hover\:border-r-ozc-700\/60:hover {
  border-right-color: rgb(246 148 114 / 0.6);
}

.hover\:border-r-ozc-700\/70:hover {
  border-right-color: rgb(246 148 114 / 0.7);
}

.hover\:border-r-ozc-700\/75:hover {
  border-right-color: rgb(246 148 114 / 0.75);
}

.hover\:border-r-ozc-700\/80:hover {
  border-right-color: rgb(246 148 114 / 0.8);
}

.hover\:border-r-ozc-700\/90:hover {
  border-right-color: rgb(246 148 114 / 0.9);
}

.hover\:border-r-ozc-700\/95:hover {
  border-right-color: rgb(246 148 114 / 0.95);
}

.hover\:border-r-ozc-800:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 144 136 / var(--tw-border-opacity));
}

.hover\:border-r-ozc-800\/0:hover {
  border-right-color: rgb(245 144 136 / 0);
}

.hover\:border-r-ozc-800\/10:hover {
  border-right-color: rgb(245 144 136 / 0.1);
}

.hover\:border-r-ozc-800\/100:hover {
  border-right-color: rgb(245 144 136 / 1);
}

.hover\:border-r-ozc-800\/20:hover {
  border-right-color: rgb(245 144 136 / 0.2);
}

.hover\:border-r-ozc-800\/25:hover {
  border-right-color: rgb(245 144 136 / 0.25);
}

.hover\:border-r-ozc-800\/30:hover {
  border-right-color: rgb(245 144 136 / 0.3);
}

.hover\:border-r-ozc-800\/40:hover {
  border-right-color: rgb(245 144 136 / 0.4);
}

.hover\:border-r-ozc-800\/5:hover {
  border-right-color: rgb(245 144 136 / 0.05);
}

.hover\:border-r-ozc-800\/50:hover {
  border-right-color: rgb(245 144 136 / 0.5);
}

.hover\:border-r-ozc-800\/60:hover {
  border-right-color: rgb(245 144 136 / 0.6);
}

.hover\:border-r-ozc-800\/70:hover {
  border-right-color: rgb(245 144 136 / 0.7);
}

.hover\:border-r-ozc-800\/75:hover {
  border-right-color: rgb(245 144 136 / 0.75);
}

.hover\:border-r-ozc-800\/80:hover {
  border-right-color: rgb(245 144 136 / 0.8);
}

.hover\:border-r-ozc-800\/90:hover {
  border-right-color: rgb(245 144 136 / 0.9);
}

.hover\:border-r-ozc-800\/95:hover {
  border-right-color: rgb(245 144 136 / 0.95);
}

.hover\:border-r-ozc-900:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(243 121 124 / var(--tw-border-opacity));
}

.hover\:border-r-ozc-900\/0:hover {
  border-right-color: rgb(243 121 124 / 0);
}

.hover\:border-r-ozc-900\/10:hover {
  border-right-color: rgb(243 121 124 / 0.1);
}

.hover\:border-r-ozc-900\/100:hover {
  border-right-color: rgb(243 121 124 / 1);
}

.hover\:border-r-ozc-900\/20:hover {
  border-right-color: rgb(243 121 124 / 0.2);
}

.hover\:border-r-ozc-900\/25:hover {
  border-right-color: rgb(243 121 124 / 0.25);
}

.hover\:border-r-ozc-900\/30:hover {
  border-right-color: rgb(243 121 124 / 0.3);
}

.hover\:border-r-ozc-900\/40:hover {
  border-right-color: rgb(243 121 124 / 0.4);
}

.hover\:border-r-ozc-900\/5:hover {
  border-right-color: rgb(243 121 124 / 0.05);
}

.hover\:border-r-ozc-900\/50:hover {
  border-right-color: rgb(243 121 124 / 0.5);
}

.hover\:border-r-ozc-900\/60:hover {
  border-right-color: rgb(243 121 124 / 0.6);
}

.hover\:border-r-ozc-900\/70:hover {
  border-right-color: rgb(243 121 124 / 0.7);
}

.hover\:border-r-ozc-900\/75:hover {
  border-right-color: rgb(243 121 124 / 0.75);
}

.hover\:border-r-ozc-900\/80:hover {
  border-right-color: rgb(243 121 124 / 0.8);
}

.hover\:border-r-ozc-900\/90:hover {
  border-right-color: rgb(243 121 124 / 0.9);
}

.hover\:border-r-ozc-900\/95:hover {
  border-right-color: rgb(243 121 124 / 0.95);
}

.hover\:border-r-ozc-950:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.hover\:border-r-ozc-950\/0:hover {
  border-right-color: rgb(42 45 51 / 0);
}

.hover\:border-r-ozc-950\/10:hover {
  border-right-color: rgb(42 45 51 / 0.1);
}

.hover\:border-r-ozc-950\/100:hover {
  border-right-color: rgb(42 45 51 / 1);
}

.hover\:border-r-ozc-950\/20:hover {
  border-right-color: rgb(42 45 51 / 0.2);
}

.hover\:border-r-ozc-950\/25:hover {
  border-right-color: rgb(42 45 51 / 0.25);
}

.hover\:border-r-ozc-950\/30:hover {
  border-right-color: rgb(42 45 51 / 0.3);
}

.hover\:border-r-ozc-950\/40:hover {
  border-right-color: rgb(42 45 51 / 0.4);
}

.hover\:border-r-ozc-950\/5:hover {
  border-right-color: rgb(42 45 51 / 0.05);
}

.hover\:border-r-ozc-950\/50:hover {
  border-right-color: rgb(42 45 51 / 0.5);
}

.hover\:border-r-ozc-950\/60:hover {
  border-right-color: rgb(42 45 51 / 0.6);
}

.hover\:border-r-ozc-950\/70:hover {
  border-right-color: rgb(42 45 51 / 0.7);
}

.hover\:border-r-ozc-950\/75:hover {
  border-right-color: rgb(42 45 51 / 0.75);
}

.hover\:border-r-ozc-950\/80:hover {
  border-right-color: rgb(42 45 51 / 0.8);
}

.hover\:border-r-ozc-950\/90:hover {
  border-right-color: rgb(42 45 51 / 0.9);
}

.hover\:border-r-ozc-950\/95:hover {
  border-right-color: rgb(42 45 51 / 0.95);
}

.hover\:border-r-ozc-alt-100:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 250 230 / var(--tw-border-opacity));
}

.hover\:border-r-ozc-alt-100\/0:hover {
  border-right-color: rgb(255 250 230 / 0);
}

.hover\:border-r-ozc-alt-100\/10:hover {
  border-right-color: rgb(255 250 230 / 0.1);
}

.hover\:border-r-ozc-alt-100\/100:hover {
  border-right-color: rgb(255 250 230 / 1);
}

.hover\:border-r-ozc-alt-100\/20:hover {
  border-right-color: rgb(255 250 230 / 0.2);
}

.hover\:border-r-ozc-alt-100\/25:hover {
  border-right-color: rgb(255 250 230 / 0.25);
}

.hover\:border-r-ozc-alt-100\/30:hover {
  border-right-color: rgb(255 250 230 / 0.3);
}

.hover\:border-r-ozc-alt-100\/40:hover {
  border-right-color: rgb(255 250 230 / 0.4);
}

.hover\:border-r-ozc-alt-100\/5:hover {
  border-right-color: rgb(255 250 230 / 0.05);
}

.hover\:border-r-ozc-alt-100\/50:hover {
  border-right-color: rgb(255 250 230 / 0.5);
}

.hover\:border-r-ozc-alt-100\/60:hover {
  border-right-color: rgb(255 250 230 / 0.6);
}

.hover\:border-r-ozc-alt-100\/70:hover {
  border-right-color: rgb(255 250 230 / 0.7);
}

.hover\:border-r-ozc-alt-100\/75:hover {
  border-right-color: rgb(255 250 230 / 0.75);
}

.hover\:border-r-ozc-alt-100\/80:hover {
  border-right-color: rgb(255 250 230 / 0.8);
}

.hover\:border-r-ozc-alt-100\/90:hover {
  border-right-color: rgb(255 250 230 / 0.9);
}

.hover\:border-r-ozc-alt-100\/95:hover {
  border-right-color: rgb(255 250 230 / 0.95);
}

.hover\:border-r-ozc-alt-200:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 242 193 / var(--tw-border-opacity));
}

.hover\:border-r-ozc-alt-200\/0:hover {
  border-right-color: rgb(255 242 193 / 0);
}

.hover\:border-r-ozc-alt-200\/10:hover {
  border-right-color: rgb(255 242 193 / 0.1);
}

.hover\:border-r-ozc-alt-200\/100:hover {
  border-right-color: rgb(255 242 193 / 1);
}

.hover\:border-r-ozc-alt-200\/20:hover {
  border-right-color: rgb(255 242 193 / 0.2);
}

.hover\:border-r-ozc-alt-200\/25:hover {
  border-right-color: rgb(255 242 193 / 0.25);
}

.hover\:border-r-ozc-alt-200\/30:hover {
  border-right-color: rgb(255 242 193 / 0.3);
}

.hover\:border-r-ozc-alt-200\/40:hover {
  border-right-color: rgb(255 242 193 / 0.4);
}

.hover\:border-r-ozc-alt-200\/5:hover {
  border-right-color: rgb(255 242 193 / 0.05);
}

.hover\:border-r-ozc-alt-200\/50:hover {
  border-right-color: rgb(255 242 193 / 0.5);
}

.hover\:border-r-ozc-alt-200\/60:hover {
  border-right-color: rgb(255 242 193 / 0.6);
}

.hover\:border-r-ozc-alt-200\/70:hover {
  border-right-color: rgb(255 242 193 / 0.7);
}

.hover\:border-r-ozc-alt-200\/75:hover {
  border-right-color: rgb(255 242 193 / 0.75);
}

.hover\:border-r-ozc-alt-200\/80:hover {
  border-right-color: rgb(255 242 193 / 0.8);
}

.hover\:border-r-ozc-alt-200\/90:hover {
  border-right-color: rgb(255 242 193 / 0.9);
}

.hover\:border-r-ozc-alt-200\/95:hover {
  border-right-color: rgb(255 242 193 / 0.95);
}

.hover\:border-r-ozc-alt-300:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 235 155 / var(--tw-border-opacity));
}

.hover\:border-r-ozc-alt-300\/0:hover {
  border-right-color: rgb(255 235 155 / 0);
}

.hover\:border-r-ozc-alt-300\/10:hover {
  border-right-color: rgb(255 235 155 / 0.1);
}

.hover\:border-r-ozc-alt-300\/100:hover {
  border-right-color: rgb(255 235 155 / 1);
}

.hover\:border-r-ozc-alt-300\/20:hover {
  border-right-color: rgb(255 235 155 / 0.2);
}

.hover\:border-r-ozc-alt-300\/25:hover {
  border-right-color: rgb(255 235 155 / 0.25);
}

.hover\:border-r-ozc-alt-300\/30:hover {
  border-right-color: rgb(255 235 155 / 0.3);
}

.hover\:border-r-ozc-alt-300\/40:hover {
  border-right-color: rgb(255 235 155 / 0.4);
}

.hover\:border-r-ozc-alt-300\/5:hover {
  border-right-color: rgb(255 235 155 / 0.05);
}

.hover\:border-r-ozc-alt-300\/50:hover {
  border-right-color: rgb(255 235 155 / 0.5);
}

.hover\:border-r-ozc-alt-300\/60:hover {
  border-right-color: rgb(255 235 155 / 0.6);
}

.hover\:border-r-ozc-alt-300\/70:hover {
  border-right-color: rgb(255 235 155 / 0.7);
}

.hover\:border-r-ozc-alt-300\/75:hover {
  border-right-color: rgb(255 235 155 / 0.75);
}

.hover\:border-r-ozc-alt-300\/80:hover {
  border-right-color: rgb(255 235 155 / 0.8);
}

.hover\:border-r-ozc-alt-300\/90:hover {
  border-right-color: rgb(255 235 155 / 0.9);
}

.hover\:border-r-ozc-alt-300\/95:hover {
  border-right-color: rgb(255 235 155 / 0.95);
}

.hover\:border-r-ozc-alt-400:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 219 80 / var(--tw-border-opacity));
}

.hover\:border-r-ozc-alt-400\/0:hover {
  border-right-color: rgb(255 219 80 / 0);
}

.hover\:border-r-ozc-alt-400\/10:hover {
  border-right-color: rgb(255 219 80 / 0.1);
}

.hover\:border-r-ozc-alt-400\/100:hover {
  border-right-color: rgb(255 219 80 / 1);
}

.hover\:border-r-ozc-alt-400\/20:hover {
  border-right-color: rgb(255 219 80 / 0.2);
}

.hover\:border-r-ozc-alt-400\/25:hover {
  border-right-color: rgb(255 219 80 / 0.25);
}

.hover\:border-r-ozc-alt-400\/30:hover {
  border-right-color: rgb(255 219 80 / 0.3);
}

.hover\:border-r-ozc-alt-400\/40:hover {
  border-right-color: rgb(255 219 80 / 0.4);
}

.hover\:border-r-ozc-alt-400\/5:hover {
  border-right-color: rgb(255 219 80 / 0.05);
}

.hover\:border-r-ozc-alt-400\/50:hover {
  border-right-color: rgb(255 219 80 / 0.5);
}

.hover\:border-r-ozc-alt-400\/60:hover {
  border-right-color: rgb(255 219 80 / 0.6);
}

.hover\:border-r-ozc-alt-400\/70:hover {
  border-right-color: rgb(255 219 80 / 0.7);
}

.hover\:border-r-ozc-alt-400\/75:hover {
  border-right-color: rgb(255 219 80 / 0.75);
}

.hover\:border-r-ozc-alt-400\/80:hover {
  border-right-color: rgb(255 219 80 / 0.8);
}

.hover\:border-r-ozc-alt-400\/90:hover {
  border-right-color: rgb(255 219 80 / 0.9);
}

.hover\:border-r-ozc-alt-400\/95:hover {
  border-right-color: rgb(255 219 80 / 0.95);
}

.hover\:border-r-ozc-alt-50:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 252 243 / var(--tw-border-opacity));
}

.hover\:border-r-ozc-alt-50\/0:hover {
  border-right-color: rgb(255 252 243 / 0);
}

.hover\:border-r-ozc-alt-50\/10:hover {
  border-right-color: rgb(255 252 243 / 0.1);
}

.hover\:border-r-ozc-alt-50\/100:hover {
  border-right-color: rgb(255 252 243 / 1);
}

.hover\:border-r-ozc-alt-50\/20:hover {
  border-right-color: rgb(255 252 243 / 0.2);
}

.hover\:border-r-ozc-alt-50\/25:hover {
  border-right-color: rgb(255 252 243 / 0.25);
}

.hover\:border-r-ozc-alt-50\/30:hover {
  border-right-color: rgb(255 252 243 / 0.3);
}

.hover\:border-r-ozc-alt-50\/40:hover {
  border-right-color: rgb(255 252 243 / 0.4);
}

.hover\:border-r-ozc-alt-50\/5:hover {
  border-right-color: rgb(255 252 243 / 0.05);
}

.hover\:border-r-ozc-alt-50\/50:hover {
  border-right-color: rgb(255 252 243 / 0.5);
}

.hover\:border-r-ozc-alt-50\/60:hover {
  border-right-color: rgb(255 252 243 / 0.6);
}

.hover\:border-r-ozc-alt-50\/70:hover {
  border-right-color: rgb(255 252 243 / 0.7);
}

.hover\:border-r-ozc-alt-50\/75:hover {
  border-right-color: rgb(255 252 243 / 0.75);
}

.hover\:border-r-ozc-alt-50\/80:hover {
  border-right-color: rgb(255 252 243 / 0.8);
}

.hover\:border-r-ozc-alt-50\/90:hover {
  border-right-color: rgb(255 252 243 / 0.9);
}

.hover\:border-r-ozc-alt-50\/95:hover {
  border-right-color: rgb(255 252 243 / 0.95);
}

.hover\:border-r-ozc-alt-500:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 204 5 / var(--tw-border-opacity));
}

.hover\:border-r-ozc-alt-500\/0:hover {
  border-right-color: rgb(255 204 5 / 0);
}

.hover\:border-r-ozc-alt-500\/10:hover {
  border-right-color: rgb(255 204 5 / 0.1);
}

.hover\:border-r-ozc-alt-500\/100:hover {
  border-right-color: rgb(255 204 5 / 1);
}

.hover\:border-r-ozc-alt-500\/20:hover {
  border-right-color: rgb(255 204 5 / 0.2);
}

.hover\:border-r-ozc-alt-500\/25:hover {
  border-right-color: rgb(255 204 5 / 0.25);
}

.hover\:border-r-ozc-alt-500\/30:hover {
  border-right-color: rgb(255 204 5 / 0.3);
}

.hover\:border-r-ozc-alt-500\/40:hover {
  border-right-color: rgb(255 204 5 / 0.4);
}

.hover\:border-r-ozc-alt-500\/5:hover {
  border-right-color: rgb(255 204 5 / 0.05);
}

.hover\:border-r-ozc-alt-500\/50:hover {
  border-right-color: rgb(255 204 5 / 0.5);
}

.hover\:border-r-ozc-alt-500\/60:hover {
  border-right-color: rgb(255 204 5 / 0.6);
}

.hover\:border-r-ozc-alt-500\/70:hover {
  border-right-color: rgb(255 204 5 / 0.7);
}

.hover\:border-r-ozc-alt-500\/75:hover {
  border-right-color: rgb(255 204 5 / 0.75);
}

.hover\:border-r-ozc-alt-500\/80:hover {
  border-right-color: rgb(255 204 5 / 0.8);
}

.hover\:border-r-ozc-alt-500\/90:hover {
  border-right-color: rgb(255 204 5 / 0.9);
}

.hover\:border-r-ozc-alt-500\/95:hover {
  border-right-color: rgb(255 204 5 / 0.95);
}

.hover\:border-r-ozc-alt-600:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(230 184 5 / var(--tw-border-opacity));
}

.hover\:border-r-ozc-alt-600\/0:hover {
  border-right-color: rgb(230 184 5 / 0);
}

.hover\:border-r-ozc-alt-600\/10:hover {
  border-right-color: rgb(230 184 5 / 0.1);
}

.hover\:border-r-ozc-alt-600\/100:hover {
  border-right-color: rgb(230 184 5 / 1);
}

.hover\:border-r-ozc-alt-600\/20:hover {
  border-right-color: rgb(230 184 5 / 0.2);
}

.hover\:border-r-ozc-alt-600\/25:hover {
  border-right-color: rgb(230 184 5 / 0.25);
}

.hover\:border-r-ozc-alt-600\/30:hover {
  border-right-color: rgb(230 184 5 / 0.3);
}

.hover\:border-r-ozc-alt-600\/40:hover {
  border-right-color: rgb(230 184 5 / 0.4);
}

.hover\:border-r-ozc-alt-600\/5:hover {
  border-right-color: rgb(230 184 5 / 0.05);
}

.hover\:border-r-ozc-alt-600\/50:hover {
  border-right-color: rgb(230 184 5 / 0.5);
}

.hover\:border-r-ozc-alt-600\/60:hover {
  border-right-color: rgb(230 184 5 / 0.6);
}

.hover\:border-r-ozc-alt-600\/70:hover {
  border-right-color: rgb(230 184 5 / 0.7);
}

.hover\:border-r-ozc-alt-600\/75:hover {
  border-right-color: rgb(230 184 5 / 0.75);
}

.hover\:border-r-ozc-alt-600\/80:hover {
  border-right-color: rgb(230 184 5 / 0.8);
}

.hover\:border-r-ozc-alt-600\/90:hover {
  border-right-color: rgb(230 184 5 / 0.9);
}

.hover\:border-r-ozc-alt-600\/95:hover {
  border-right-color: rgb(230 184 5 / 0.95);
}

.hover\:border-r-ozc-alt-700:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(153 122 3 / var(--tw-border-opacity));
}

.hover\:border-r-ozc-alt-700\/0:hover {
  border-right-color: rgb(153 122 3 / 0);
}

.hover\:border-r-ozc-alt-700\/10:hover {
  border-right-color: rgb(153 122 3 / 0.1);
}

.hover\:border-r-ozc-alt-700\/100:hover {
  border-right-color: rgb(153 122 3 / 1);
}

.hover\:border-r-ozc-alt-700\/20:hover {
  border-right-color: rgb(153 122 3 / 0.2);
}

.hover\:border-r-ozc-alt-700\/25:hover {
  border-right-color: rgb(153 122 3 / 0.25);
}

.hover\:border-r-ozc-alt-700\/30:hover {
  border-right-color: rgb(153 122 3 / 0.3);
}

.hover\:border-r-ozc-alt-700\/40:hover {
  border-right-color: rgb(153 122 3 / 0.4);
}

.hover\:border-r-ozc-alt-700\/5:hover {
  border-right-color: rgb(153 122 3 / 0.05);
}

.hover\:border-r-ozc-alt-700\/50:hover {
  border-right-color: rgb(153 122 3 / 0.5);
}

.hover\:border-r-ozc-alt-700\/60:hover {
  border-right-color: rgb(153 122 3 / 0.6);
}

.hover\:border-r-ozc-alt-700\/70:hover {
  border-right-color: rgb(153 122 3 / 0.7);
}

.hover\:border-r-ozc-alt-700\/75:hover {
  border-right-color: rgb(153 122 3 / 0.75);
}

.hover\:border-r-ozc-alt-700\/80:hover {
  border-right-color: rgb(153 122 3 / 0.8);
}

.hover\:border-r-ozc-alt-700\/90:hover {
  border-right-color: rgb(153 122 3 / 0.9);
}

.hover\:border-r-ozc-alt-700\/95:hover {
  border-right-color: rgb(153 122 3 / 0.95);
}

.hover\:border-r-ozc-alt-800:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(115 92 2 / var(--tw-border-opacity));
}

.hover\:border-r-ozc-alt-800\/0:hover {
  border-right-color: rgb(115 92 2 / 0);
}

.hover\:border-r-ozc-alt-800\/10:hover {
  border-right-color: rgb(115 92 2 / 0.1);
}

.hover\:border-r-ozc-alt-800\/100:hover {
  border-right-color: rgb(115 92 2 / 1);
}

.hover\:border-r-ozc-alt-800\/20:hover {
  border-right-color: rgb(115 92 2 / 0.2);
}

.hover\:border-r-ozc-alt-800\/25:hover {
  border-right-color: rgb(115 92 2 / 0.25);
}

.hover\:border-r-ozc-alt-800\/30:hover {
  border-right-color: rgb(115 92 2 / 0.3);
}

.hover\:border-r-ozc-alt-800\/40:hover {
  border-right-color: rgb(115 92 2 / 0.4);
}

.hover\:border-r-ozc-alt-800\/5:hover {
  border-right-color: rgb(115 92 2 / 0.05);
}

.hover\:border-r-ozc-alt-800\/50:hover {
  border-right-color: rgb(115 92 2 / 0.5);
}

.hover\:border-r-ozc-alt-800\/60:hover {
  border-right-color: rgb(115 92 2 / 0.6);
}

.hover\:border-r-ozc-alt-800\/70:hover {
  border-right-color: rgb(115 92 2 / 0.7);
}

.hover\:border-r-ozc-alt-800\/75:hover {
  border-right-color: rgb(115 92 2 / 0.75);
}

.hover\:border-r-ozc-alt-800\/80:hover {
  border-right-color: rgb(115 92 2 / 0.8);
}

.hover\:border-r-ozc-alt-800\/90:hover {
  border-right-color: rgb(115 92 2 / 0.9);
}

.hover\:border-r-ozc-alt-800\/95:hover {
  border-right-color: rgb(115 92 2 / 0.95);
}

.hover\:border-r-ozc-alt-900:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.hover\:border-r-ozc-alt-900\/0:hover {
  border-right-color: rgb(42 45 51 / 0);
}

.hover\:border-r-ozc-alt-900\/10:hover {
  border-right-color: rgb(42 45 51 / 0.1);
}

.hover\:border-r-ozc-alt-900\/100:hover {
  border-right-color: rgb(42 45 51 / 1);
}

.hover\:border-r-ozc-alt-900\/20:hover {
  border-right-color: rgb(42 45 51 / 0.2);
}

.hover\:border-r-ozc-alt-900\/25:hover {
  border-right-color: rgb(42 45 51 / 0.25);
}

.hover\:border-r-ozc-alt-900\/30:hover {
  border-right-color: rgb(42 45 51 / 0.3);
}

.hover\:border-r-ozc-alt-900\/40:hover {
  border-right-color: rgb(42 45 51 / 0.4);
}

.hover\:border-r-ozc-alt-900\/5:hover {
  border-right-color: rgb(42 45 51 / 0.05);
}

.hover\:border-r-ozc-alt-900\/50:hover {
  border-right-color: rgb(42 45 51 / 0.5);
}

.hover\:border-r-ozc-alt-900\/60:hover {
  border-right-color: rgb(42 45 51 / 0.6);
}

.hover\:border-r-ozc-alt-900\/70:hover {
  border-right-color: rgb(42 45 51 / 0.7);
}

.hover\:border-r-ozc-alt-900\/75:hover {
  border-right-color: rgb(42 45 51 / 0.75);
}

.hover\:border-r-ozc-alt-900\/80:hover {
  border-right-color: rgb(42 45 51 / 0.8);
}

.hover\:border-r-ozc-alt-900\/90:hover {
  border-right-color: rgb(42 45 51 / 0.9);
}

.hover\:border-r-ozc-alt-900\/95:hover {
  border-right-color: rgb(42 45 51 / 0.95);
}

.hover\:border-r-pink-100:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(252 231 243 / var(--tw-border-opacity));
}

.hover\:border-r-pink-100\/0:hover {
  border-right-color: rgb(252 231 243 / 0);
}

.hover\:border-r-pink-100\/10:hover {
  border-right-color: rgb(252 231 243 / 0.1);
}

.hover\:border-r-pink-100\/100:hover {
  border-right-color: rgb(252 231 243 / 1);
}

.hover\:border-r-pink-100\/20:hover {
  border-right-color: rgb(252 231 243 / 0.2);
}

.hover\:border-r-pink-100\/25:hover {
  border-right-color: rgb(252 231 243 / 0.25);
}

.hover\:border-r-pink-100\/30:hover {
  border-right-color: rgb(252 231 243 / 0.3);
}

.hover\:border-r-pink-100\/40:hover {
  border-right-color: rgb(252 231 243 / 0.4);
}

.hover\:border-r-pink-100\/5:hover {
  border-right-color: rgb(252 231 243 / 0.05);
}

.hover\:border-r-pink-100\/50:hover {
  border-right-color: rgb(252 231 243 / 0.5);
}

.hover\:border-r-pink-100\/60:hover {
  border-right-color: rgb(252 231 243 / 0.6);
}

.hover\:border-r-pink-100\/70:hover {
  border-right-color: rgb(252 231 243 / 0.7);
}

.hover\:border-r-pink-100\/75:hover {
  border-right-color: rgb(252 231 243 / 0.75);
}

.hover\:border-r-pink-100\/80:hover {
  border-right-color: rgb(252 231 243 / 0.8);
}

.hover\:border-r-pink-100\/90:hover {
  border-right-color: rgb(252 231 243 / 0.9);
}

.hover\:border-r-pink-100\/95:hover {
  border-right-color: rgb(252 231 243 / 0.95);
}

.hover\:border-r-pink-200:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(251 207 232 / var(--tw-border-opacity));
}

.hover\:border-r-pink-200\/0:hover {
  border-right-color: rgb(251 207 232 / 0);
}

.hover\:border-r-pink-200\/10:hover {
  border-right-color: rgb(251 207 232 / 0.1);
}

.hover\:border-r-pink-200\/100:hover {
  border-right-color: rgb(251 207 232 / 1);
}

.hover\:border-r-pink-200\/20:hover {
  border-right-color: rgb(251 207 232 / 0.2);
}

.hover\:border-r-pink-200\/25:hover {
  border-right-color: rgb(251 207 232 / 0.25);
}

.hover\:border-r-pink-200\/30:hover {
  border-right-color: rgb(251 207 232 / 0.3);
}

.hover\:border-r-pink-200\/40:hover {
  border-right-color: rgb(251 207 232 / 0.4);
}

.hover\:border-r-pink-200\/5:hover {
  border-right-color: rgb(251 207 232 / 0.05);
}

.hover\:border-r-pink-200\/50:hover {
  border-right-color: rgb(251 207 232 / 0.5);
}

.hover\:border-r-pink-200\/60:hover {
  border-right-color: rgb(251 207 232 / 0.6);
}

.hover\:border-r-pink-200\/70:hover {
  border-right-color: rgb(251 207 232 / 0.7);
}

.hover\:border-r-pink-200\/75:hover {
  border-right-color: rgb(251 207 232 / 0.75);
}

.hover\:border-r-pink-200\/80:hover {
  border-right-color: rgb(251 207 232 / 0.8);
}

.hover\:border-r-pink-200\/90:hover {
  border-right-color: rgb(251 207 232 / 0.9);
}

.hover\:border-r-pink-200\/95:hover {
  border-right-color: rgb(251 207 232 / 0.95);
}

.hover\:border-r-pink-300:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(249 168 212 / var(--tw-border-opacity));
}

.hover\:border-r-pink-300\/0:hover {
  border-right-color: rgb(249 168 212 / 0);
}

.hover\:border-r-pink-300\/10:hover {
  border-right-color: rgb(249 168 212 / 0.1);
}

.hover\:border-r-pink-300\/100:hover {
  border-right-color: rgb(249 168 212 / 1);
}

.hover\:border-r-pink-300\/20:hover {
  border-right-color: rgb(249 168 212 / 0.2);
}

.hover\:border-r-pink-300\/25:hover {
  border-right-color: rgb(249 168 212 / 0.25);
}

.hover\:border-r-pink-300\/30:hover {
  border-right-color: rgb(249 168 212 / 0.3);
}

.hover\:border-r-pink-300\/40:hover {
  border-right-color: rgb(249 168 212 / 0.4);
}

.hover\:border-r-pink-300\/5:hover {
  border-right-color: rgb(249 168 212 / 0.05);
}

.hover\:border-r-pink-300\/50:hover {
  border-right-color: rgb(249 168 212 / 0.5);
}

.hover\:border-r-pink-300\/60:hover {
  border-right-color: rgb(249 168 212 / 0.6);
}

.hover\:border-r-pink-300\/70:hover {
  border-right-color: rgb(249 168 212 / 0.7);
}

.hover\:border-r-pink-300\/75:hover {
  border-right-color: rgb(249 168 212 / 0.75);
}

.hover\:border-r-pink-300\/80:hover {
  border-right-color: rgb(249 168 212 / 0.8);
}

.hover\:border-r-pink-300\/90:hover {
  border-right-color: rgb(249 168 212 / 0.9);
}

.hover\:border-r-pink-300\/95:hover {
  border-right-color: rgb(249 168 212 / 0.95);
}

.hover\:border-r-pink-400:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(244 114 182 / var(--tw-border-opacity));
}

.hover\:border-r-pink-400\/0:hover {
  border-right-color: rgb(244 114 182 / 0);
}

.hover\:border-r-pink-400\/10:hover {
  border-right-color: rgb(244 114 182 / 0.1);
}

.hover\:border-r-pink-400\/100:hover {
  border-right-color: rgb(244 114 182 / 1);
}

.hover\:border-r-pink-400\/20:hover {
  border-right-color: rgb(244 114 182 / 0.2);
}

.hover\:border-r-pink-400\/25:hover {
  border-right-color: rgb(244 114 182 / 0.25);
}

.hover\:border-r-pink-400\/30:hover {
  border-right-color: rgb(244 114 182 / 0.3);
}

.hover\:border-r-pink-400\/40:hover {
  border-right-color: rgb(244 114 182 / 0.4);
}

.hover\:border-r-pink-400\/5:hover {
  border-right-color: rgb(244 114 182 / 0.05);
}

.hover\:border-r-pink-400\/50:hover {
  border-right-color: rgb(244 114 182 / 0.5);
}

.hover\:border-r-pink-400\/60:hover {
  border-right-color: rgb(244 114 182 / 0.6);
}

.hover\:border-r-pink-400\/70:hover {
  border-right-color: rgb(244 114 182 / 0.7);
}

.hover\:border-r-pink-400\/75:hover {
  border-right-color: rgb(244 114 182 / 0.75);
}

.hover\:border-r-pink-400\/80:hover {
  border-right-color: rgb(244 114 182 / 0.8);
}

.hover\:border-r-pink-400\/90:hover {
  border-right-color: rgb(244 114 182 / 0.9);
}

.hover\:border-r-pink-400\/95:hover {
  border-right-color: rgb(244 114 182 / 0.95);
}

.hover\:border-r-pink-50:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 242 248 / var(--tw-border-opacity));
}

.hover\:border-r-pink-50\/0:hover {
  border-right-color: rgb(253 242 248 / 0);
}

.hover\:border-r-pink-50\/10:hover {
  border-right-color: rgb(253 242 248 / 0.1);
}

.hover\:border-r-pink-50\/100:hover {
  border-right-color: rgb(253 242 248 / 1);
}

.hover\:border-r-pink-50\/20:hover {
  border-right-color: rgb(253 242 248 / 0.2);
}

.hover\:border-r-pink-50\/25:hover {
  border-right-color: rgb(253 242 248 / 0.25);
}

.hover\:border-r-pink-50\/30:hover {
  border-right-color: rgb(253 242 248 / 0.3);
}

.hover\:border-r-pink-50\/40:hover {
  border-right-color: rgb(253 242 248 / 0.4);
}

.hover\:border-r-pink-50\/5:hover {
  border-right-color: rgb(253 242 248 / 0.05);
}

.hover\:border-r-pink-50\/50:hover {
  border-right-color: rgb(253 242 248 / 0.5);
}

.hover\:border-r-pink-50\/60:hover {
  border-right-color: rgb(253 242 248 / 0.6);
}

.hover\:border-r-pink-50\/70:hover {
  border-right-color: rgb(253 242 248 / 0.7);
}

.hover\:border-r-pink-50\/75:hover {
  border-right-color: rgb(253 242 248 / 0.75);
}

.hover\:border-r-pink-50\/80:hover {
  border-right-color: rgb(253 242 248 / 0.8);
}

.hover\:border-r-pink-50\/90:hover {
  border-right-color: rgb(253 242 248 / 0.9);
}

.hover\:border-r-pink-50\/95:hover {
  border-right-color: rgb(253 242 248 / 0.95);
}

.hover\:border-r-pink-500:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(236 72 153 / var(--tw-border-opacity));
}

.hover\:border-r-pink-500\/0:hover {
  border-right-color: rgb(236 72 153 / 0);
}

.hover\:border-r-pink-500\/10:hover {
  border-right-color: rgb(236 72 153 / 0.1);
}

.hover\:border-r-pink-500\/100:hover {
  border-right-color: rgb(236 72 153 / 1);
}

.hover\:border-r-pink-500\/20:hover {
  border-right-color: rgb(236 72 153 / 0.2);
}

.hover\:border-r-pink-500\/25:hover {
  border-right-color: rgb(236 72 153 / 0.25);
}

.hover\:border-r-pink-500\/30:hover {
  border-right-color: rgb(236 72 153 / 0.3);
}

.hover\:border-r-pink-500\/40:hover {
  border-right-color: rgb(236 72 153 / 0.4);
}

.hover\:border-r-pink-500\/5:hover {
  border-right-color: rgb(236 72 153 / 0.05);
}

.hover\:border-r-pink-500\/50:hover {
  border-right-color: rgb(236 72 153 / 0.5);
}

.hover\:border-r-pink-500\/60:hover {
  border-right-color: rgb(236 72 153 / 0.6);
}

.hover\:border-r-pink-500\/70:hover {
  border-right-color: rgb(236 72 153 / 0.7);
}

.hover\:border-r-pink-500\/75:hover {
  border-right-color: rgb(236 72 153 / 0.75);
}

.hover\:border-r-pink-500\/80:hover {
  border-right-color: rgb(236 72 153 / 0.8);
}

.hover\:border-r-pink-500\/90:hover {
  border-right-color: rgb(236 72 153 / 0.9);
}

.hover\:border-r-pink-500\/95:hover {
  border-right-color: rgb(236 72 153 / 0.95);
}

.hover\:border-r-pink-600:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(219 39 119 / var(--tw-border-opacity));
}

.hover\:border-r-pink-600\/0:hover {
  border-right-color: rgb(219 39 119 / 0);
}

.hover\:border-r-pink-600\/10:hover {
  border-right-color: rgb(219 39 119 / 0.1);
}

.hover\:border-r-pink-600\/100:hover {
  border-right-color: rgb(219 39 119 / 1);
}

.hover\:border-r-pink-600\/20:hover {
  border-right-color: rgb(219 39 119 / 0.2);
}

.hover\:border-r-pink-600\/25:hover {
  border-right-color: rgb(219 39 119 / 0.25);
}

.hover\:border-r-pink-600\/30:hover {
  border-right-color: rgb(219 39 119 / 0.3);
}

.hover\:border-r-pink-600\/40:hover {
  border-right-color: rgb(219 39 119 / 0.4);
}

.hover\:border-r-pink-600\/5:hover {
  border-right-color: rgb(219 39 119 / 0.05);
}

.hover\:border-r-pink-600\/50:hover {
  border-right-color: rgb(219 39 119 / 0.5);
}

.hover\:border-r-pink-600\/60:hover {
  border-right-color: rgb(219 39 119 / 0.6);
}

.hover\:border-r-pink-600\/70:hover {
  border-right-color: rgb(219 39 119 / 0.7);
}

.hover\:border-r-pink-600\/75:hover {
  border-right-color: rgb(219 39 119 / 0.75);
}

.hover\:border-r-pink-600\/80:hover {
  border-right-color: rgb(219 39 119 / 0.8);
}

.hover\:border-r-pink-600\/90:hover {
  border-right-color: rgb(219 39 119 / 0.9);
}

.hover\:border-r-pink-600\/95:hover {
  border-right-color: rgb(219 39 119 / 0.95);
}

.hover\:border-r-pink-700:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(190 24 93 / var(--tw-border-opacity));
}

.hover\:border-r-pink-700\/0:hover {
  border-right-color: rgb(190 24 93 / 0);
}

.hover\:border-r-pink-700\/10:hover {
  border-right-color: rgb(190 24 93 / 0.1);
}

.hover\:border-r-pink-700\/100:hover {
  border-right-color: rgb(190 24 93 / 1);
}

.hover\:border-r-pink-700\/20:hover {
  border-right-color: rgb(190 24 93 / 0.2);
}

.hover\:border-r-pink-700\/25:hover {
  border-right-color: rgb(190 24 93 / 0.25);
}

.hover\:border-r-pink-700\/30:hover {
  border-right-color: rgb(190 24 93 / 0.3);
}

.hover\:border-r-pink-700\/40:hover {
  border-right-color: rgb(190 24 93 / 0.4);
}

.hover\:border-r-pink-700\/5:hover {
  border-right-color: rgb(190 24 93 / 0.05);
}

.hover\:border-r-pink-700\/50:hover {
  border-right-color: rgb(190 24 93 / 0.5);
}

.hover\:border-r-pink-700\/60:hover {
  border-right-color: rgb(190 24 93 / 0.6);
}

.hover\:border-r-pink-700\/70:hover {
  border-right-color: rgb(190 24 93 / 0.7);
}

.hover\:border-r-pink-700\/75:hover {
  border-right-color: rgb(190 24 93 / 0.75);
}

.hover\:border-r-pink-700\/80:hover {
  border-right-color: rgb(190 24 93 / 0.8);
}

.hover\:border-r-pink-700\/90:hover {
  border-right-color: rgb(190 24 93 / 0.9);
}

.hover\:border-r-pink-700\/95:hover {
  border-right-color: rgb(190 24 93 / 0.95);
}

.hover\:border-r-pink-800:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(157 23 77 / var(--tw-border-opacity));
}

.hover\:border-r-pink-800\/0:hover {
  border-right-color: rgb(157 23 77 / 0);
}

.hover\:border-r-pink-800\/10:hover {
  border-right-color: rgb(157 23 77 / 0.1);
}

.hover\:border-r-pink-800\/100:hover {
  border-right-color: rgb(157 23 77 / 1);
}

.hover\:border-r-pink-800\/20:hover {
  border-right-color: rgb(157 23 77 / 0.2);
}

.hover\:border-r-pink-800\/25:hover {
  border-right-color: rgb(157 23 77 / 0.25);
}

.hover\:border-r-pink-800\/30:hover {
  border-right-color: rgb(157 23 77 / 0.3);
}

.hover\:border-r-pink-800\/40:hover {
  border-right-color: rgb(157 23 77 / 0.4);
}

.hover\:border-r-pink-800\/5:hover {
  border-right-color: rgb(157 23 77 / 0.05);
}

.hover\:border-r-pink-800\/50:hover {
  border-right-color: rgb(157 23 77 / 0.5);
}

.hover\:border-r-pink-800\/60:hover {
  border-right-color: rgb(157 23 77 / 0.6);
}

.hover\:border-r-pink-800\/70:hover {
  border-right-color: rgb(157 23 77 / 0.7);
}

.hover\:border-r-pink-800\/75:hover {
  border-right-color: rgb(157 23 77 / 0.75);
}

.hover\:border-r-pink-800\/80:hover {
  border-right-color: rgb(157 23 77 / 0.8);
}

.hover\:border-r-pink-800\/90:hover {
  border-right-color: rgb(157 23 77 / 0.9);
}

.hover\:border-r-pink-800\/95:hover {
  border-right-color: rgb(157 23 77 / 0.95);
}

.hover\:border-r-pink-900:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(131 24 67 / var(--tw-border-opacity));
}

.hover\:border-r-pink-900\/0:hover {
  border-right-color: rgb(131 24 67 / 0);
}

.hover\:border-r-pink-900\/10:hover {
  border-right-color: rgb(131 24 67 / 0.1);
}

.hover\:border-r-pink-900\/100:hover {
  border-right-color: rgb(131 24 67 / 1);
}

.hover\:border-r-pink-900\/20:hover {
  border-right-color: rgb(131 24 67 / 0.2);
}

.hover\:border-r-pink-900\/25:hover {
  border-right-color: rgb(131 24 67 / 0.25);
}

.hover\:border-r-pink-900\/30:hover {
  border-right-color: rgb(131 24 67 / 0.3);
}

.hover\:border-r-pink-900\/40:hover {
  border-right-color: rgb(131 24 67 / 0.4);
}

.hover\:border-r-pink-900\/5:hover {
  border-right-color: rgb(131 24 67 / 0.05);
}

.hover\:border-r-pink-900\/50:hover {
  border-right-color: rgb(131 24 67 / 0.5);
}

.hover\:border-r-pink-900\/60:hover {
  border-right-color: rgb(131 24 67 / 0.6);
}

.hover\:border-r-pink-900\/70:hover {
  border-right-color: rgb(131 24 67 / 0.7);
}

.hover\:border-r-pink-900\/75:hover {
  border-right-color: rgb(131 24 67 / 0.75);
}

.hover\:border-r-pink-900\/80:hover {
  border-right-color: rgb(131 24 67 / 0.8);
}

.hover\:border-r-pink-900\/90:hover {
  border-right-color: rgb(131 24 67 / 0.9);
}

.hover\:border-r-pink-900\/95:hover {
  border-right-color: rgb(131 24 67 / 0.95);
}

.hover\:border-r-pink-950:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(80 7 36 / var(--tw-border-opacity));
}

.hover\:border-r-pink-950\/0:hover {
  border-right-color: rgb(80 7 36 / 0);
}

.hover\:border-r-pink-950\/10:hover {
  border-right-color: rgb(80 7 36 / 0.1);
}

.hover\:border-r-pink-950\/100:hover {
  border-right-color: rgb(80 7 36 / 1);
}

.hover\:border-r-pink-950\/20:hover {
  border-right-color: rgb(80 7 36 / 0.2);
}

.hover\:border-r-pink-950\/25:hover {
  border-right-color: rgb(80 7 36 / 0.25);
}

.hover\:border-r-pink-950\/30:hover {
  border-right-color: rgb(80 7 36 / 0.3);
}

.hover\:border-r-pink-950\/40:hover {
  border-right-color: rgb(80 7 36 / 0.4);
}

.hover\:border-r-pink-950\/5:hover {
  border-right-color: rgb(80 7 36 / 0.05);
}

.hover\:border-r-pink-950\/50:hover {
  border-right-color: rgb(80 7 36 / 0.5);
}

.hover\:border-r-pink-950\/60:hover {
  border-right-color: rgb(80 7 36 / 0.6);
}

.hover\:border-r-pink-950\/70:hover {
  border-right-color: rgb(80 7 36 / 0.7);
}

.hover\:border-r-pink-950\/75:hover {
  border-right-color: rgb(80 7 36 / 0.75);
}

.hover\:border-r-pink-950\/80:hover {
  border-right-color: rgb(80 7 36 / 0.8);
}

.hover\:border-r-pink-950\/90:hover {
  border-right-color: rgb(80 7 36 / 0.9);
}

.hover\:border-r-pink-950\/95:hover {
  border-right-color: rgb(80 7 36 / 0.95);
}

.hover\:border-r-purple-100:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(243 232 255 / var(--tw-border-opacity));
}

.hover\:border-r-purple-100\/0:hover {
  border-right-color: rgb(243 232 255 / 0);
}

.hover\:border-r-purple-100\/10:hover {
  border-right-color: rgb(243 232 255 / 0.1);
}

.hover\:border-r-purple-100\/100:hover {
  border-right-color: rgb(243 232 255 / 1);
}

.hover\:border-r-purple-100\/20:hover {
  border-right-color: rgb(243 232 255 / 0.2);
}

.hover\:border-r-purple-100\/25:hover {
  border-right-color: rgb(243 232 255 / 0.25);
}

.hover\:border-r-purple-100\/30:hover {
  border-right-color: rgb(243 232 255 / 0.3);
}

.hover\:border-r-purple-100\/40:hover {
  border-right-color: rgb(243 232 255 / 0.4);
}

.hover\:border-r-purple-100\/5:hover {
  border-right-color: rgb(243 232 255 / 0.05);
}

.hover\:border-r-purple-100\/50:hover {
  border-right-color: rgb(243 232 255 / 0.5);
}

.hover\:border-r-purple-100\/60:hover {
  border-right-color: rgb(243 232 255 / 0.6);
}

.hover\:border-r-purple-100\/70:hover {
  border-right-color: rgb(243 232 255 / 0.7);
}

.hover\:border-r-purple-100\/75:hover {
  border-right-color: rgb(243 232 255 / 0.75);
}

.hover\:border-r-purple-100\/80:hover {
  border-right-color: rgb(243 232 255 / 0.8);
}

.hover\:border-r-purple-100\/90:hover {
  border-right-color: rgb(243 232 255 / 0.9);
}

.hover\:border-r-purple-100\/95:hover {
  border-right-color: rgb(243 232 255 / 0.95);
}

.hover\:border-r-purple-200:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(233 213 255 / var(--tw-border-opacity));
}

.hover\:border-r-purple-200\/0:hover {
  border-right-color: rgb(233 213 255 / 0);
}

.hover\:border-r-purple-200\/10:hover {
  border-right-color: rgb(233 213 255 / 0.1);
}

.hover\:border-r-purple-200\/100:hover {
  border-right-color: rgb(233 213 255 / 1);
}

.hover\:border-r-purple-200\/20:hover {
  border-right-color: rgb(233 213 255 / 0.2);
}

.hover\:border-r-purple-200\/25:hover {
  border-right-color: rgb(233 213 255 / 0.25);
}

.hover\:border-r-purple-200\/30:hover {
  border-right-color: rgb(233 213 255 / 0.3);
}

.hover\:border-r-purple-200\/40:hover {
  border-right-color: rgb(233 213 255 / 0.4);
}

.hover\:border-r-purple-200\/5:hover {
  border-right-color: rgb(233 213 255 / 0.05);
}

.hover\:border-r-purple-200\/50:hover {
  border-right-color: rgb(233 213 255 / 0.5);
}

.hover\:border-r-purple-200\/60:hover {
  border-right-color: rgb(233 213 255 / 0.6);
}

.hover\:border-r-purple-200\/70:hover {
  border-right-color: rgb(233 213 255 / 0.7);
}

.hover\:border-r-purple-200\/75:hover {
  border-right-color: rgb(233 213 255 / 0.75);
}

.hover\:border-r-purple-200\/80:hover {
  border-right-color: rgb(233 213 255 / 0.8);
}

.hover\:border-r-purple-200\/90:hover {
  border-right-color: rgb(233 213 255 / 0.9);
}

.hover\:border-r-purple-200\/95:hover {
  border-right-color: rgb(233 213 255 / 0.95);
}

.hover\:border-r-purple-300:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(216 180 254 / var(--tw-border-opacity));
}

.hover\:border-r-purple-300\/0:hover {
  border-right-color: rgb(216 180 254 / 0);
}

.hover\:border-r-purple-300\/10:hover {
  border-right-color: rgb(216 180 254 / 0.1);
}

.hover\:border-r-purple-300\/100:hover {
  border-right-color: rgb(216 180 254 / 1);
}

.hover\:border-r-purple-300\/20:hover {
  border-right-color: rgb(216 180 254 / 0.2);
}

.hover\:border-r-purple-300\/25:hover {
  border-right-color: rgb(216 180 254 / 0.25);
}

.hover\:border-r-purple-300\/30:hover {
  border-right-color: rgb(216 180 254 / 0.3);
}

.hover\:border-r-purple-300\/40:hover {
  border-right-color: rgb(216 180 254 / 0.4);
}

.hover\:border-r-purple-300\/5:hover {
  border-right-color: rgb(216 180 254 / 0.05);
}

.hover\:border-r-purple-300\/50:hover {
  border-right-color: rgb(216 180 254 / 0.5);
}

.hover\:border-r-purple-300\/60:hover {
  border-right-color: rgb(216 180 254 / 0.6);
}

.hover\:border-r-purple-300\/70:hover {
  border-right-color: rgb(216 180 254 / 0.7);
}

.hover\:border-r-purple-300\/75:hover {
  border-right-color: rgb(216 180 254 / 0.75);
}

.hover\:border-r-purple-300\/80:hover {
  border-right-color: rgb(216 180 254 / 0.8);
}

.hover\:border-r-purple-300\/90:hover {
  border-right-color: rgb(216 180 254 / 0.9);
}

.hover\:border-r-purple-300\/95:hover {
  border-right-color: rgb(216 180 254 / 0.95);
}

.hover\:border-r-purple-400:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(192 132 252 / var(--tw-border-opacity));
}

.hover\:border-r-purple-400\/0:hover {
  border-right-color: rgb(192 132 252 / 0);
}

.hover\:border-r-purple-400\/10:hover {
  border-right-color: rgb(192 132 252 / 0.1);
}

.hover\:border-r-purple-400\/100:hover {
  border-right-color: rgb(192 132 252 / 1);
}

.hover\:border-r-purple-400\/20:hover {
  border-right-color: rgb(192 132 252 / 0.2);
}

.hover\:border-r-purple-400\/25:hover {
  border-right-color: rgb(192 132 252 / 0.25);
}

.hover\:border-r-purple-400\/30:hover {
  border-right-color: rgb(192 132 252 / 0.3);
}

.hover\:border-r-purple-400\/40:hover {
  border-right-color: rgb(192 132 252 / 0.4);
}

.hover\:border-r-purple-400\/5:hover {
  border-right-color: rgb(192 132 252 / 0.05);
}

.hover\:border-r-purple-400\/50:hover {
  border-right-color: rgb(192 132 252 / 0.5);
}

.hover\:border-r-purple-400\/60:hover {
  border-right-color: rgb(192 132 252 / 0.6);
}

.hover\:border-r-purple-400\/70:hover {
  border-right-color: rgb(192 132 252 / 0.7);
}

.hover\:border-r-purple-400\/75:hover {
  border-right-color: rgb(192 132 252 / 0.75);
}

.hover\:border-r-purple-400\/80:hover {
  border-right-color: rgb(192 132 252 / 0.8);
}

.hover\:border-r-purple-400\/90:hover {
  border-right-color: rgb(192 132 252 / 0.9);
}

.hover\:border-r-purple-400\/95:hover {
  border-right-color: rgb(192 132 252 / 0.95);
}

.hover\:border-r-purple-50:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 245 255 / var(--tw-border-opacity));
}

.hover\:border-r-purple-50\/0:hover {
  border-right-color: rgb(250 245 255 / 0);
}

.hover\:border-r-purple-50\/10:hover {
  border-right-color: rgb(250 245 255 / 0.1);
}

.hover\:border-r-purple-50\/100:hover {
  border-right-color: rgb(250 245 255 / 1);
}

.hover\:border-r-purple-50\/20:hover {
  border-right-color: rgb(250 245 255 / 0.2);
}

.hover\:border-r-purple-50\/25:hover {
  border-right-color: rgb(250 245 255 / 0.25);
}

.hover\:border-r-purple-50\/30:hover {
  border-right-color: rgb(250 245 255 / 0.3);
}

.hover\:border-r-purple-50\/40:hover {
  border-right-color: rgb(250 245 255 / 0.4);
}

.hover\:border-r-purple-50\/5:hover {
  border-right-color: rgb(250 245 255 / 0.05);
}

.hover\:border-r-purple-50\/50:hover {
  border-right-color: rgb(250 245 255 / 0.5);
}

.hover\:border-r-purple-50\/60:hover {
  border-right-color: rgb(250 245 255 / 0.6);
}

.hover\:border-r-purple-50\/70:hover {
  border-right-color: rgb(250 245 255 / 0.7);
}

.hover\:border-r-purple-50\/75:hover {
  border-right-color: rgb(250 245 255 / 0.75);
}

.hover\:border-r-purple-50\/80:hover {
  border-right-color: rgb(250 245 255 / 0.8);
}

.hover\:border-r-purple-50\/90:hover {
  border-right-color: rgb(250 245 255 / 0.9);
}

.hover\:border-r-purple-50\/95:hover {
  border-right-color: rgb(250 245 255 / 0.95);
}

.hover\:border-r-purple-500:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(168 85 247 / var(--tw-border-opacity));
}

.hover\:border-r-purple-500\/0:hover {
  border-right-color: rgb(168 85 247 / 0);
}

.hover\:border-r-purple-500\/10:hover {
  border-right-color: rgb(168 85 247 / 0.1);
}

.hover\:border-r-purple-500\/100:hover {
  border-right-color: rgb(168 85 247 / 1);
}

.hover\:border-r-purple-500\/20:hover {
  border-right-color: rgb(168 85 247 / 0.2);
}

.hover\:border-r-purple-500\/25:hover {
  border-right-color: rgb(168 85 247 / 0.25);
}

.hover\:border-r-purple-500\/30:hover {
  border-right-color: rgb(168 85 247 / 0.3);
}

.hover\:border-r-purple-500\/40:hover {
  border-right-color: rgb(168 85 247 / 0.4);
}

.hover\:border-r-purple-500\/5:hover {
  border-right-color: rgb(168 85 247 / 0.05);
}

.hover\:border-r-purple-500\/50:hover {
  border-right-color: rgb(168 85 247 / 0.5);
}

.hover\:border-r-purple-500\/60:hover {
  border-right-color: rgb(168 85 247 / 0.6);
}

.hover\:border-r-purple-500\/70:hover {
  border-right-color: rgb(168 85 247 / 0.7);
}

.hover\:border-r-purple-500\/75:hover {
  border-right-color: rgb(168 85 247 / 0.75);
}

.hover\:border-r-purple-500\/80:hover {
  border-right-color: rgb(168 85 247 / 0.8);
}

.hover\:border-r-purple-500\/90:hover {
  border-right-color: rgb(168 85 247 / 0.9);
}

.hover\:border-r-purple-500\/95:hover {
  border-right-color: rgb(168 85 247 / 0.95);
}

.hover\:border-r-purple-600:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(147 51 234 / var(--tw-border-opacity));
}

.hover\:border-r-purple-600\/0:hover {
  border-right-color: rgb(147 51 234 / 0);
}

.hover\:border-r-purple-600\/10:hover {
  border-right-color: rgb(147 51 234 / 0.1);
}

.hover\:border-r-purple-600\/100:hover {
  border-right-color: rgb(147 51 234 / 1);
}

.hover\:border-r-purple-600\/20:hover {
  border-right-color: rgb(147 51 234 / 0.2);
}

.hover\:border-r-purple-600\/25:hover {
  border-right-color: rgb(147 51 234 / 0.25);
}

.hover\:border-r-purple-600\/30:hover {
  border-right-color: rgb(147 51 234 / 0.3);
}

.hover\:border-r-purple-600\/40:hover {
  border-right-color: rgb(147 51 234 / 0.4);
}

.hover\:border-r-purple-600\/5:hover {
  border-right-color: rgb(147 51 234 / 0.05);
}

.hover\:border-r-purple-600\/50:hover {
  border-right-color: rgb(147 51 234 / 0.5);
}

.hover\:border-r-purple-600\/60:hover {
  border-right-color: rgb(147 51 234 / 0.6);
}

.hover\:border-r-purple-600\/70:hover {
  border-right-color: rgb(147 51 234 / 0.7);
}

.hover\:border-r-purple-600\/75:hover {
  border-right-color: rgb(147 51 234 / 0.75);
}

.hover\:border-r-purple-600\/80:hover {
  border-right-color: rgb(147 51 234 / 0.8);
}

.hover\:border-r-purple-600\/90:hover {
  border-right-color: rgb(147 51 234 / 0.9);
}

.hover\:border-r-purple-600\/95:hover {
  border-right-color: rgb(147 51 234 / 0.95);
}

.hover\:border-r-purple-700:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(126 34 206 / var(--tw-border-opacity));
}

.hover\:border-r-purple-700\/0:hover {
  border-right-color: rgb(126 34 206 / 0);
}

.hover\:border-r-purple-700\/10:hover {
  border-right-color: rgb(126 34 206 / 0.1);
}

.hover\:border-r-purple-700\/100:hover {
  border-right-color: rgb(126 34 206 / 1);
}

.hover\:border-r-purple-700\/20:hover {
  border-right-color: rgb(126 34 206 / 0.2);
}

.hover\:border-r-purple-700\/25:hover {
  border-right-color: rgb(126 34 206 / 0.25);
}

.hover\:border-r-purple-700\/30:hover {
  border-right-color: rgb(126 34 206 / 0.3);
}

.hover\:border-r-purple-700\/40:hover {
  border-right-color: rgb(126 34 206 / 0.4);
}

.hover\:border-r-purple-700\/5:hover {
  border-right-color: rgb(126 34 206 / 0.05);
}

.hover\:border-r-purple-700\/50:hover {
  border-right-color: rgb(126 34 206 / 0.5);
}

.hover\:border-r-purple-700\/60:hover {
  border-right-color: rgb(126 34 206 / 0.6);
}

.hover\:border-r-purple-700\/70:hover {
  border-right-color: rgb(126 34 206 / 0.7);
}

.hover\:border-r-purple-700\/75:hover {
  border-right-color: rgb(126 34 206 / 0.75);
}

.hover\:border-r-purple-700\/80:hover {
  border-right-color: rgb(126 34 206 / 0.8);
}

.hover\:border-r-purple-700\/90:hover {
  border-right-color: rgb(126 34 206 / 0.9);
}

.hover\:border-r-purple-700\/95:hover {
  border-right-color: rgb(126 34 206 / 0.95);
}

.hover\:border-r-purple-800:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(107 33 168 / var(--tw-border-opacity));
}

.hover\:border-r-purple-800\/0:hover {
  border-right-color: rgb(107 33 168 / 0);
}

.hover\:border-r-purple-800\/10:hover {
  border-right-color: rgb(107 33 168 / 0.1);
}

.hover\:border-r-purple-800\/100:hover {
  border-right-color: rgb(107 33 168 / 1);
}

.hover\:border-r-purple-800\/20:hover {
  border-right-color: rgb(107 33 168 / 0.2);
}

.hover\:border-r-purple-800\/25:hover {
  border-right-color: rgb(107 33 168 / 0.25);
}

.hover\:border-r-purple-800\/30:hover {
  border-right-color: rgb(107 33 168 / 0.3);
}

.hover\:border-r-purple-800\/40:hover {
  border-right-color: rgb(107 33 168 / 0.4);
}

.hover\:border-r-purple-800\/5:hover {
  border-right-color: rgb(107 33 168 / 0.05);
}

.hover\:border-r-purple-800\/50:hover {
  border-right-color: rgb(107 33 168 / 0.5);
}

.hover\:border-r-purple-800\/60:hover {
  border-right-color: rgb(107 33 168 / 0.6);
}

.hover\:border-r-purple-800\/70:hover {
  border-right-color: rgb(107 33 168 / 0.7);
}

.hover\:border-r-purple-800\/75:hover {
  border-right-color: rgb(107 33 168 / 0.75);
}

.hover\:border-r-purple-800\/80:hover {
  border-right-color: rgb(107 33 168 / 0.8);
}

.hover\:border-r-purple-800\/90:hover {
  border-right-color: rgb(107 33 168 / 0.9);
}

.hover\:border-r-purple-800\/95:hover {
  border-right-color: rgb(107 33 168 / 0.95);
}

.hover\:border-r-purple-900:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(88 28 135 / var(--tw-border-opacity));
}

.hover\:border-r-purple-900\/0:hover {
  border-right-color: rgb(88 28 135 / 0);
}

.hover\:border-r-purple-900\/10:hover {
  border-right-color: rgb(88 28 135 / 0.1);
}

.hover\:border-r-purple-900\/100:hover {
  border-right-color: rgb(88 28 135 / 1);
}

.hover\:border-r-purple-900\/20:hover {
  border-right-color: rgb(88 28 135 / 0.2);
}

.hover\:border-r-purple-900\/25:hover {
  border-right-color: rgb(88 28 135 / 0.25);
}

.hover\:border-r-purple-900\/30:hover {
  border-right-color: rgb(88 28 135 / 0.3);
}

.hover\:border-r-purple-900\/40:hover {
  border-right-color: rgb(88 28 135 / 0.4);
}

.hover\:border-r-purple-900\/5:hover {
  border-right-color: rgb(88 28 135 / 0.05);
}

.hover\:border-r-purple-900\/50:hover {
  border-right-color: rgb(88 28 135 / 0.5);
}

.hover\:border-r-purple-900\/60:hover {
  border-right-color: rgb(88 28 135 / 0.6);
}

.hover\:border-r-purple-900\/70:hover {
  border-right-color: rgb(88 28 135 / 0.7);
}

.hover\:border-r-purple-900\/75:hover {
  border-right-color: rgb(88 28 135 / 0.75);
}

.hover\:border-r-purple-900\/80:hover {
  border-right-color: rgb(88 28 135 / 0.8);
}

.hover\:border-r-purple-900\/90:hover {
  border-right-color: rgb(88 28 135 / 0.9);
}

.hover\:border-r-purple-900\/95:hover {
  border-right-color: rgb(88 28 135 / 0.95);
}

.hover\:border-r-purple-950:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(59 7 100 / var(--tw-border-opacity));
}

.hover\:border-r-purple-950\/0:hover {
  border-right-color: rgb(59 7 100 / 0);
}

.hover\:border-r-purple-950\/10:hover {
  border-right-color: rgb(59 7 100 / 0.1);
}

.hover\:border-r-purple-950\/100:hover {
  border-right-color: rgb(59 7 100 / 1);
}

.hover\:border-r-purple-950\/20:hover {
  border-right-color: rgb(59 7 100 / 0.2);
}

.hover\:border-r-purple-950\/25:hover {
  border-right-color: rgb(59 7 100 / 0.25);
}

.hover\:border-r-purple-950\/30:hover {
  border-right-color: rgb(59 7 100 / 0.3);
}

.hover\:border-r-purple-950\/40:hover {
  border-right-color: rgb(59 7 100 / 0.4);
}

.hover\:border-r-purple-950\/5:hover {
  border-right-color: rgb(59 7 100 / 0.05);
}

.hover\:border-r-purple-950\/50:hover {
  border-right-color: rgb(59 7 100 / 0.5);
}

.hover\:border-r-purple-950\/60:hover {
  border-right-color: rgb(59 7 100 / 0.6);
}

.hover\:border-r-purple-950\/70:hover {
  border-right-color: rgb(59 7 100 / 0.7);
}

.hover\:border-r-purple-950\/75:hover {
  border-right-color: rgb(59 7 100 / 0.75);
}

.hover\:border-r-purple-950\/80:hover {
  border-right-color: rgb(59 7 100 / 0.8);
}

.hover\:border-r-purple-950\/90:hover {
  border-right-color: rgb(59 7 100 / 0.9);
}

.hover\:border-r-purple-950\/95:hover {
  border-right-color: rgb(59 7 100 / 0.95);
}

.hover\:border-r-red-100:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 226 226 / var(--tw-border-opacity));
}

.hover\:border-r-red-100\/0:hover {
  border-right-color: rgb(254 226 226 / 0);
}

.hover\:border-r-red-100\/10:hover {
  border-right-color: rgb(254 226 226 / 0.1);
}

.hover\:border-r-red-100\/100:hover {
  border-right-color: rgb(254 226 226 / 1);
}

.hover\:border-r-red-100\/20:hover {
  border-right-color: rgb(254 226 226 / 0.2);
}

.hover\:border-r-red-100\/25:hover {
  border-right-color: rgb(254 226 226 / 0.25);
}

.hover\:border-r-red-100\/30:hover {
  border-right-color: rgb(254 226 226 / 0.3);
}

.hover\:border-r-red-100\/40:hover {
  border-right-color: rgb(254 226 226 / 0.4);
}

.hover\:border-r-red-100\/5:hover {
  border-right-color: rgb(254 226 226 / 0.05);
}

.hover\:border-r-red-100\/50:hover {
  border-right-color: rgb(254 226 226 / 0.5);
}

.hover\:border-r-red-100\/60:hover {
  border-right-color: rgb(254 226 226 / 0.6);
}

.hover\:border-r-red-100\/70:hover {
  border-right-color: rgb(254 226 226 / 0.7);
}

.hover\:border-r-red-100\/75:hover {
  border-right-color: rgb(254 226 226 / 0.75);
}

.hover\:border-r-red-100\/80:hover {
  border-right-color: rgb(254 226 226 / 0.8);
}

.hover\:border-r-red-100\/90:hover {
  border-right-color: rgb(254 226 226 / 0.9);
}

.hover\:border-r-red-100\/95:hover {
  border-right-color: rgb(254 226 226 / 0.95);
}

.hover\:border-r-red-200:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.hover\:border-r-red-200\/0:hover {
  border-right-color: rgb(254 202 202 / 0);
}

.hover\:border-r-red-200\/10:hover {
  border-right-color: rgb(254 202 202 / 0.1);
}

.hover\:border-r-red-200\/100:hover {
  border-right-color: rgb(254 202 202 / 1);
}

.hover\:border-r-red-200\/20:hover {
  border-right-color: rgb(254 202 202 / 0.2);
}

.hover\:border-r-red-200\/25:hover {
  border-right-color: rgb(254 202 202 / 0.25);
}

.hover\:border-r-red-200\/30:hover {
  border-right-color: rgb(254 202 202 / 0.3);
}

.hover\:border-r-red-200\/40:hover {
  border-right-color: rgb(254 202 202 / 0.4);
}

.hover\:border-r-red-200\/5:hover {
  border-right-color: rgb(254 202 202 / 0.05);
}

.hover\:border-r-red-200\/50:hover {
  border-right-color: rgb(254 202 202 / 0.5);
}

.hover\:border-r-red-200\/60:hover {
  border-right-color: rgb(254 202 202 / 0.6);
}

.hover\:border-r-red-200\/70:hover {
  border-right-color: rgb(254 202 202 / 0.7);
}

.hover\:border-r-red-200\/75:hover {
  border-right-color: rgb(254 202 202 / 0.75);
}

.hover\:border-r-red-200\/80:hover {
  border-right-color: rgb(254 202 202 / 0.8);
}

.hover\:border-r-red-200\/90:hover {
  border-right-color: rgb(254 202 202 / 0.9);
}

.hover\:border-r-red-200\/95:hover {
  border-right-color: rgb(254 202 202 / 0.95);
}

.hover\:border-r-red-300:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.hover\:border-r-red-300\/0:hover {
  border-right-color: rgb(252 165 165 / 0);
}

.hover\:border-r-red-300\/10:hover {
  border-right-color: rgb(252 165 165 / 0.1);
}

.hover\:border-r-red-300\/100:hover {
  border-right-color: rgb(252 165 165 / 1);
}

.hover\:border-r-red-300\/20:hover {
  border-right-color: rgb(252 165 165 / 0.2);
}

.hover\:border-r-red-300\/25:hover {
  border-right-color: rgb(252 165 165 / 0.25);
}

.hover\:border-r-red-300\/30:hover {
  border-right-color: rgb(252 165 165 / 0.3);
}

.hover\:border-r-red-300\/40:hover {
  border-right-color: rgb(252 165 165 / 0.4);
}

.hover\:border-r-red-300\/5:hover {
  border-right-color: rgb(252 165 165 / 0.05);
}

.hover\:border-r-red-300\/50:hover {
  border-right-color: rgb(252 165 165 / 0.5);
}

.hover\:border-r-red-300\/60:hover {
  border-right-color: rgb(252 165 165 / 0.6);
}

.hover\:border-r-red-300\/70:hover {
  border-right-color: rgb(252 165 165 / 0.7);
}

.hover\:border-r-red-300\/75:hover {
  border-right-color: rgb(252 165 165 / 0.75);
}

.hover\:border-r-red-300\/80:hover {
  border-right-color: rgb(252 165 165 / 0.8);
}

.hover\:border-r-red-300\/90:hover {
  border-right-color: rgb(252 165 165 / 0.9);
}

.hover\:border-r-red-300\/95:hover {
  border-right-color: rgb(252 165 165 / 0.95);
}

.hover\:border-r-red-400:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.hover\:border-r-red-400\/0:hover {
  border-right-color: rgb(248 113 113 / 0);
}

.hover\:border-r-red-400\/10:hover {
  border-right-color: rgb(248 113 113 / 0.1);
}

.hover\:border-r-red-400\/100:hover {
  border-right-color: rgb(248 113 113 / 1);
}

.hover\:border-r-red-400\/20:hover {
  border-right-color: rgb(248 113 113 / 0.2);
}

.hover\:border-r-red-400\/25:hover {
  border-right-color: rgb(248 113 113 / 0.25);
}

.hover\:border-r-red-400\/30:hover {
  border-right-color: rgb(248 113 113 / 0.3);
}

.hover\:border-r-red-400\/40:hover {
  border-right-color: rgb(248 113 113 / 0.4);
}

.hover\:border-r-red-400\/5:hover {
  border-right-color: rgb(248 113 113 / 0.05);
}

.hover\:border-r-red-400\/50:hover {
  border-right-color: rgb(248 113 113 / 0.5);
}

.hover\:border-r-red-400\/60:hover {
  border-right-color: rgb(248 113 113 / 0.6);
}

.hover\:border-r-red-400\/70:hover {
  border-right-color: rgb(248 113 113 / 0.7);
}

.hover\:border-r-red-400\/75:hover {
  border-right-color: rgb(248 113 113 / 0.75);
}

.hover\:border-r-red-400\/80:hover {
  border-right-color: rgb(248 113 113 / 0.8);
}

.hover\:border-r-red-400\/90:hover {
  border-right-color: rgb(248 113 113 / 0.9);
}

.hover\:border-r-red-400\/95:hover {
  border-right-color: rgb(248 113 113 / 0.95);
}

.hover\:border-r-red-50:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.hover\:border-r-red-50\/0:hover {
  border-right-color: rgb(254 242 242 / 0);
}

.hover\:border-r-red-50\/10:hover {
  border-right-color: rgb(254 242 242 / 0.1);
}

.hover\:border-r-red-50\/100:hover {
  border-right-color: rgb(254 242 242 / 1);
}

.hover\:border-r-red-50\/20:hover {
  border-right-color: rgb(254 242 242 / 0.2);
}

.hover\:border-r-red-50\/25:hover {
  border-right-color: rgb(254 242 242 / 0.25);
}

.hover\:border-r-red-50\/30:hover {
  border-right-color: rgb(254 242 242 / 0.3);
}

.hover\:border-r-red-50\/40:hover {
  border-right-color: rgb(254 242 242 / 0.4);
}

.hover\:border-r-red-50\/5:hover {
  border-right-color: rgb(254 242 242 / 0.05);
}

.hover\:border-r-red-50\/50:hover {
  border-right-color: rgb(254 242 242 / 0.5);
}

.hover\:border-r-red-50\/60:hover {
  border-right-color: rgb(254 242 242 / 0.6);
}

.hover\:border-r-red-50\/70:hover {
  border-right-color: rgb(254 242 242 / 0.7);
}

.hover\:border-r-red-50\/75:hover {
  border-right-color: rgb(254 242 242 / 0.75);
}

.hover\:border-r-red-50\/80:hover {
  border-right-color: rgb(254 242 242 / 0.8);
}

.hover\:border-r-red-50\/90:hover {
  border-right-color: rgb(254 242 242 / 0.9);
}

.hover\:border-r-red-50\/95:hover {
  border-right-color: rgb(254 242 242 / 0.95);
}

.hover\:border-r-red-500:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.hover\:border-r-red-500\/0:hover {
  border-right-color: rgb(239 68 68 / 0);
}

.hover\:border-r-red-500\/10:hover {
  border-right-color: rgb(239 68 68 / 0.1);
}

.hover\:border-r-red-500\/100:hover {
  border-right-color: rgb(239 68 68 / 1);
}

.hover\:border-r-red-500\/20:hover {
  border-right-color: rgb(239 68 68 / 0.2);
}

.hover\:border-r-red-500\/25:hover {
  border-right-color: rgb(239 68 68 / 0.25);
}

.hover\:border-r-red-500\/30:hover {
  border-right-color: rgb(239 68 68 / 0.3);
}

.hover\:border-r-red-500\/40:hover {
  border-right-color: rgb(239 68 68 / 0.4);
}

.hover\:border-r-red-500\/5:hover {
  border-right-color: rgb(239 68 68 / 0.05);
}

.hover\:border-r-red-500\/50:hover {
  border-right-color: rgb(239 68 68 / 0.5);
}

.hover\:border-r-red-500\/60:hover {
  border-right-color: rgb(239 68 68 / 0.6);
}

.hover\:border-r-red-500\/70:hover {
  border-right-color: rgb(239 68 68 / 0.7);
}

.hover\:border-r-red-500\/75:hover {
  border-right-color: rgb(239 68 68 / 0.75);
}

.hover\:border-r-red-500\/80:hover {
  border-right-color: rgb(239 68 68 / 0.8);
}

.hover\:border-r-red-500\/90:hover {
  border-right-color: rgb(239 68 68 / 0.9);
}

.hover\:border-r-red-500\/95:hover {
  border-right-color: rgb(239 68 68 / 0.95);
}

.hover\:border-r-red-600:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.hover\:border-r-red-600\/0:hover {
  border-right-color: rgb(220 38 38 / 0);
}

.hover\:border-r-red-600\/10:hover {
  border-right-color: rgb(220 38 38 / 0.1);
}

.hover\:border-r-red-600\/100:hover {
  border-right-color: rgb(220 38 38 / 1);
}

.hover\:border-r-red-600\/20:hover {
  border-right-color: rgb(220 38 38 / 0.2);
}

.hover\:border-r-red-600\/25:hover {
  border-right-color: rgb(220 38 38 / 0.25);
}

.hover\:border-r-red-600\/30:hover {
  border-right-color: rgb(220 38 38 / 0.3);
}

.hover\:border-r-red-600\/40:hover {
  border-right-color: rgb(220 38 38 / 0.4);
}

.hover\:border-r-red-600\/5:hover {
  border-right-color: rgb(220 38 38 / 0.05);
}

.hover\:border-r-red-600\/50:hover {
  border-right-color: rgb(220 38 38 / 0.5);
}

.hover\:border-r-red-600\/60:hover {
  border-right-color: rgb(220 38 38 / 0.6);
}

.hover\:border-r-red-600\/70:hover {
  border-right-color: rgb(220 38 38 / 0.7);
}

.hover\:border-r-red-600\/75:hover {
  border-right-color: rgb(220 38 38 / 0.75);
}

.hover\:border-r-red-600\/80:hover {
  border-right-color: rgb(220 38 38 / 0.8);
}

.hover\:border-r-red-600\/90:hover {
  border-right-color: rgb(220 38 38 / 0.9);
}

.hover\:border-r-red-600\/95:hover {
  border-right-color: rgb(220 38 38 / 0.95);
}

.hover\:border-r-red-700:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.hover\:border-r-red-700\/0:hover {
  border-right-color: rgb(185 28 28 / 0);
}

.hover\:border-r-red-700\/10:hover {
  border-right-color: rgb(185 28 28 / 0.1);
}

.hover\:border-r-red-700\/100:hover {
  border-right-color: rgb(185 28 28 / 1);
}

.hover\:border-r-red-700\/20:hover {
  border-right-color: rgb(185 28 28 / 0.2);
}

.hover\:border-r-red-700\/25:hover {
  border-right-color: rgb(185 28 28 / 0.25);
}

.hover\:border-r-red-700\/30:hover {
  border-right-color: rgb(185 28 28 / 0.3);
}

.hover\:border-r-red-700\/40:hover {
  border-right-color: rgb(185 28 28 / 0.4);
}

.hover\:border-r-red-700\/5:hover {
  border-right-color: rgb(185 28 28 / 0.05);
}

.hover\:border-r-red-700\/50:hover {
  border-right-color: rgb(185 28 28 / 0.5);
}

.hover\:border-r-red-700\/60:hover {
  border-right-color: rgb(185 28 28 / 0.6);
}

.hover\:border-r-red-700\/70:hover {
  border-right-color: rgb(185 28 28 / 0.7);
}

.hover\:border-r-red-700\/75:hover {
  border-right-color: rgb(185 28 28 / 0.75);
}

.hover\:border-r-red-700\/80:hover {
  border-right-color: rgb(185 28 28 / 0.8);
}

.hover\:border-r-red-700\/90:hover {
  border-right-color: rgb(185 28 28 / 0.9);
}

.hover\:border-r-red-700\/95:hover {
  border-right-color: rgb(185 28 28 / 0.95);
}

.hover\:border-r-red-800:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.hover\:border-r-red-800\/0:hover {
  border-right-color: rgb(153 27 27 / 0);
}

.hover\:border-r-red-800\/10:hover {
  border-right-color: rgb(153 27 27 / 0.1);
}

.hover\:border-r-red-800\/100:hover {
  border-right-color: rgb(153 27 27 / 1);
}

.hover\:border-r-red-800\/20:hover {
  border-right-color: rgb(153 27 27 / 0.2);
}

.hover\:border-r-red-800\/25:hover {
  border-right-color: rgb(153 27 27 / 0.25);
}

.hover\:border-r-red-800\/30:hover {
  border-right-color: rgb(153 27 27 / 0.3);
}

.hover\:border-r-red-800\/40:hover {
  border-right-color: rgb(153 27 27 / 0.4);
}

.hover\:border-r-red-800\/5:hover {
  border-right-color: rgb(153 27 27 / 0.05);
}

.hover\:border-r-red-800\/50:hover {
  border-right-color: rgb(153 27 27 / 0.5);
}

.hover\:border-r-red-800\/60:hover {
  border-right-color: rgb(153 27 27 / 0.6);
}

.hover\:border-r-red-800\/70:hover {
  border-right-color: rgb(153 27 27 / 0.7);
}

.hover\:border-r-red-800\/75:hover {
  border-right-color: rgb(153 27 27 / 0.75);
}

.hover\:border-r-red-800\/80:hover {
  border-right-color: rgb(153 27 27 / 0.8);
}

.hover\:border-r-red-800\/90:hover {
  border-right-color: rgb(153 27 27 / 0.9);
}

.hover\:border-r-red-800\/95:hover {
  border-right-color: rgb(153 27 27 / 0.95);
}

.hover\:border-r-red-900:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.hover\:border-r-red-900\/0:hover {
  border-right-color: rgb(127 29 29 / 0);
}

.hover\:border-r-red-900\/10:hover {
  border-right-color: rgb(127 29 29 / 0.1);
}

.hover\:border-r-red-900\/100:hover {
  border-right-color: rgb(127 29 29 / 1);
}

.hover\:border-r-red-900\/20:hover {
  border-right-color: rgb(127 29 29 / 0.2);
}

.hover\:border-r-red-900\/25:hover {
  border-right-color: rgb(127 29 29 / 0.25);
}

.hover\:border-r-red-900\/30:hover {
  border-right-color: rgb(127 29 29 / 0.3);
}

.hover\:border-r-red-900\/40:hover {
  border-right-color: rgb(127 29 29 / 0.4);
}

.hover\:border-r-red-900\/5:hover {
  border-right-color: rgb(127 29 29 / 0.05);
}

.hover\:border-r-red-900\/50:hover {
  border-right-color: rgb(127 29 29 / 0.5);
}

.hover\:border-r-red-900\/60:hover {
  border-right-color: rgb(127 29 29 / 0.6);
}

.hover\:border-r-red-900\/70:hover {
  border-right-color: rgb(127 29 29 / 0.7);
}

.hover\:border-r-red-900\/75:hover {
  border-right-color: rgb(127 29 29 / 0.75);
}

.hover\:border-r-red-900\/80:hover {
  border-right-color: rgb(127 29 29 / 0.8);
}

.hover\:border-r-red-900\/90:hover {
  border-right-color: rgb(127 29 29 / 0.9);
}

.hover\:border-r-red-900\/95:hover {
  border-right-color: rgb(127 29 29 / 0.95);
}

.hover\:border-r-red-950:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(69 10 10 / var(--tw-border-opacity));
}

.hover\:border-r-red-950\/0:hover {
  border-right-color: rgb(69 10 10 / 0);
}

.hover\:border-r-red-950\/10:hover {
  border-right-color: rgb(69 10 10 / 0.1);
}

.hover\:border-r-red-950\/100:hover {
  border-right-color: rgb(69 10 10 / 1);
}

.hover\:border-r-red-950\/20:hover {
  border-right-color: rgb(69 10 10 / 0.2);
}

.hover\:border-r-red-950\/25:hover {
  border-right-color: rgb(69 10 10 / 0.25);
}

.hover\:border-r-red-950\/30:hover {
  border-right-color: rgb(69 10 10 / 0.3);
}

.hover\:border-r-red-950\/40:hover {
  border-right-color: rgb(69 10 10 / 0.4);
}

.hover\:border-r-red-950\/5:hover {
  border-right-color: rgb(69 10 10 / 0.05);
}

.hover\:border-r-red-950\/50:hover {
  border-right-color: rgb(69 10 10 / 0.5);
}

.hover\:border-r-red-950\/60:hover {
  border-right-color: rgb(69 10 10 / 0.6);
}

.hover\:border-r-red-950\/70:hover {
  border-right-color: rgb(69 10 10 / 0.7);
}

.hover\:border-r-red-950\/75:hover {
  border-right-color: rgb(69 10 10 / 0.75);
}

.hover\:border-r-red-950\/80:hover {
  border-right-color: rgb(69 10 10 / 0.8);
}

.hover\:border-r-red-950\/90:hover {
  border-right-color: rgb(69 10 10 / 0.9);
}

.hover\:border-r-red-950\/95:hover {
  border-right-color: rgb(69 10 10 / 0.95);
}

.hover\:border-r-rose-100:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 228 230 / var(--tw-border-opacity));
}

.hover\:border-r-rose-100\/0:hover {
  border-right-color: rgb(255 228 230 / 0);
}

.hover\:border-r-rose-100\/10:hover {
  border-right-color: rgb(255 228 230 / 0.1);
}

.hover\:border-r-rose-100\/100:hover {
  border-right-color: rgb(255 228 230 / 1);
}

.hover\:border-r-rose-100\/20:hover {
  border-right-color: rgb(255 228 230 / 0.2);
}

.hover\:border-r-rose-100\/25:hover {
  border-right-color: rgb(255 228 230 / 0.25);
}

.hover\:border-r-rose-100\/30:hover {
  border-right-color: rgb(255 228 230 / 0.3);
}

.hover\:border-r-rose-100\/40:hover {
  border-right-color: rgb(255 228 230 / 0.4);
}

.hover\:border-r-rose-100\/5:hover {
  border-right-color: rgb(255 228 230 / 0.05);
}

.hover\:border-r-rose-100\/50:hover {
  border-right-color: rgb(255 228 230 / 0.5);
}

.hover\:border-r-rose-100\/60:hover {
  border-right-color: rgb(255 228 230 / 0.6);
}

.hover\:border-r-rose-100\/70:hover {
  border-right-color: rgb(255 228 230 / 0.7);
}

.hover\:border-r-rose-100\/75:hover {
  border-right-color: rgb(255 228 230 / 0.75);
}

.hover\:border-r-rose-100\/80:hover {
  border-right-color: rgb(255 228 230 / 0.8);
}

.hover\:border-r-rose-100\/90:hover {
  border-right-color: rgb(255 228 230 / 0.9);
}

.hover\:border-r-rose-100\/95:hover {
  border-right-color: rgb(255 228 230 / 0.95);
}

.hover\:border-r-rose-200:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 205 211 / var(--tw-border-opacity));
}

.hover\:border-r-rose-200\/0:hover {
  border-right-color: rgb(254 205 211 / 0);
}

.hover\:border-r-rose-200\/10:hover {
  border-right-color: rgb(254 205 211 / 0.1);
}

.hover\:border-r-rose-200\/100:hover {
  border-right-color: rgb(254 205 211 / 1);
}

.hover\:border-r-rose-200\/20:hover {
  border-right-color: rgb(254 205 211 / 0.2);
}

.hover\:border-r-rose-200\/25:hover {
  border-right-color: rgb(254 205 211 / 0.25);
}

.hover\:border-r-rose-200\/30:hover {
  border-right-color: rgb(254 205 211 / 0.3);
}

.hover\:border-r-rose-200\/40:hover {
  border-right-color: rgb(254 205 211 / 0.4);
}

.hover\:border-r-rose-200\/5:hover {
  border-right-color: rgb(254 205 211 / 0.05);
}

.hover\:border-r-rose-200\/50:hover {
  border-right-color: rgb(254 205 211 / 0.5);
}

.hover\:border-r-rose-200\/60:hover {
  border-right-color: rgb(254 205 211 / 0.6);
}

.hover\:border-r-rose-200\/70:hover {
  border-right-color: rgb(254 205 211 / 0.7);
}

.hover\:border-r-rose-200\/75:hover {
  border-right-color: rgb(254 205 211 / 0.75);
}

.hover\:border-r-rose-200\/80:hover {
  border-right-color: rgb(254 205 211 / 0.8);
}

.hover\:border-r-rose-200\/90:hover {
  border-right-color: rgb(254 205 211 / 0.9);
}

.hover\:border-r-rose-200\/95:hover {
  border-right-color: rgb(254 205 211 / 0.95);
}

.hover\:border-r-rose-300:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 164 175 / var(--tw-border-opacity));
}

.hover\:border-r-rose-300\/0:hover {
  border-right-color: rgb(253 164 175 / 0);
}

.hover\:border-r-rose-300\/10:hover {
  border-right-color: rgb(253 164 175 / 0.1);
}

.hover\:border-r-rose-300\/100:hover {
  border-right-color: rgb(253 164 175 / 1);
}

.hover\:border-r-rose-300\/20:hover {
  border-right-color: rgb(253 164 175 / 0.2);
}

.hover\:border-r-rose-300\/25:hover {
  border-right-color: rgb(253 164 175 / 0.25);
}

.hover\:border-r-rose-300\/30:hover {
  border-right-color: rgb(253 164 175 / 0.3);
}

.hover\:border-r-rose-300\/40:hover {
  border-right-color: rgb(253 164 175 / 0.4);
}

.hover\:border-r-rose-300\/5:hover {
  border-right-color: rgb(253 164 175 / 0.05);
}

.hover\:border-r-rose-300\/50:hover {
  border-right-color: rgb(253 164 175 / 0.5);
}

.hover\:border-r-rose-300\/60:hover {
  border-right-color: rgb(253 164 175 / 0.6);
}

.hover\:border-r-rose-300\/70:hover {
  border-right-color: rgb(253 164 175 / 0.7);
}

.hover\:border-r-rose-300\/75:hover {
  border-right-color: rgb(253 164 175 / 0.75);
}

.hover\:border-r-rose-300\/80:hover {
  border-right-color: rgb(253 164 175 / 0.8);
}

.hover\:border-r-rose-300\/90:hover {
  border-right-color: rgb(253 164 175 / 0.9);
}

.hover\:border-r-rose-300\/95:hover {
  border-right-color: rgb(253 164 175 / 0.95);
}

.hover\:border-r-rose-400:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.hover\:border-r-rose-400\/0:hover {
  border-right-color: rgb(251 113 133 / 0);
}

.hover\:border-r-rose-400\/10:hover {
  border-right-color: rgb(251 113 133 / 0.1);
}

.hover\:border-r-rose-400\/100:hover {
  border-right-color: rgb(251 113 133 / 1);
}

.hover\:border-r-rose-400\/20:hover {
  border-right-color: rgb(251 113 133 / 0.2);
}

.hover\:border-r-rose-400\/25:hover {
  border-right-color: rgb(251 113 133 / 0.25);
}

.hover\:border-r-rose-400\/30:hover {
  border-right-color: rgb(251 113 133 / 0.3);
}

.hover\:border-r-rose-400\/40:hover {
  border-right-color: rgb(251 113 133 / 0.4);
}

.hover\:border-r-rose-400\/5:hover {
  border-right-color: rgb(251 113 133 / 0.05);
}

.hover\:border-r-rose-400\/50:hover {
  border-right-color: rgb(251 113 133 / 0.5);
}

.hover\:border-r-rose-400\/60:hover {
  border-right-color: rgb(251 113 133 / 0.6);
}

.hover\:border-r-rose-400\/70:hover {
  border-right-color: rgb(251 113 133 / 0.7);
}

.hover\:border-r-rose-400\/75:hover {
  border-right-color: rgb(251 113 133 / 0.75);
}

.hover\:border-r-rose-400\/80:hover {
  border-right-color: rgb(251 113 133 / 0.8);
}

.hover\:border-r-rose-400\/90:hover {
  border-right-color: rgb(251 113 133 / 0.9);
}

.hover\:border-r-rose-400\/95:hover {
  border-right-color: rgb(251 113 133 / 0.95);
}

.hover\:border-r-rose-50:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 241 242 / var(--tw-border-opacity));
}

.hover\:border-r-rose-50\/0:hover {
  border-right-color: rgb(255 241 242 / 0);
}

.hover\:border-r-rose-50\/10:hover {
  border-right-color: rgb(255 241 242 / 0.1);
}

.hover\:border-r-rose-50\/100:hover {
  border-right-color: rgb(255 241 242 / 1);
}

.hover\:border-r-rose-50\/20:hover {
  border-right-color: rgb(255 241 242 / 0.2);
}

.hover\:border-r-rose-50\/25:hover {
  border-right-color: rgb(255 241 242 / 0.25);
}

.hover\:border-r-rose-50\/30:hover {
  border-right-color: rgb(255 241 242 / 0.3);
}

.hover\:border-r-rose-50\/40:hover {
  border-right-color: rgb(255 241 242 / 0.4);
}

.hover\:border-r-rose-50\/5:hover {
  border-right-color: rgb(255 241 242 / 0.05);
}

.hover\:border-r-rose-50\/50:hover {
  border-right-color: rgb(255 241 242 / 0.5);
}

.hover\:border-r-rose-50\/60:hover {
  border-right-color: rgb(255 241 242 / 0.6);
}

.hover\:border-r-rose-50\/70:hover {
  border-right-color: rgb(255 241 242 / 0.7);
}

.hover\:border-r-rose-50\/75:hover {
  border-right-color: rgb(255 241 242 / 0.75);
}

.hover\:border-r-rose-50\/80:hover {
  border-right-color: rgb(255 241 242 / 0.8);
}

.hover\:border-r-rose-50\/90:hover {
  border-right-color: rgb(255 241 242 / 0.9);
}

.hover\:border-r-rose-50\/95:hover {
  border-right-color: rgb(255 241 242 / 0.95);
}

.hover\:border-r-rose-500:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(244 63 94 / var(--tw-border-opacity));
}

.hover\:border-r-rose-500\/0:hover {
  border-right-color: rgb(244 63 94 / 0);
}

.hover\:border-r-rose-500\/10:hover {
  border-right-color: rgb(244 63 94 / 0.1);
}

.hover\:border-r-rose-500\/100:hover {
  border-right-color: rgb(244 63 94 / 1);
}

.hover\:border-r-rose-500\/20:hover {
  border-right-color: rgb(244 63 94 / 0.2);
}

.hover\:border-r-rose-500\/25:hover {
  border-right-color: rgb(244 63 94 / 0.25);
}

.hover\:border-r-rose-500\/30:hover {
  border-right-color: rgb(244 63 94 / 0.3);
}

.hover\:border-r-rose-500\/40:hover {
  border-right-color: rgb(244 63 94 / 0.4);
}

.hover\:border-r-rose-500\/5:hover {
  border-right-color: rgb(244 63 94 / 0.05);
}

.hover\:border-r-rose-500\/50:hover {
  border-right-color: rgb(244 63 94 / 0.5);
}

.hover\:border-r-rose-500\/60:hover {
  border-right-color: rgb(244 63 94 / 0.6);
}

.hover\:border-r-rose-500\/70:hover {
  border-right-color: rgb(244 63 94 / 0.7);
}

.hover\:border-r-rose-500\/75:hover {
  border-right-color: rgb(244 63 94 / 0.75);
}

.hover\:border-r-rose-500\/80:hover {
  border-right-color: rgb(244 63 94 / 0.8);
}

.hover\:border-r-rose-500\/90:hover {
  border-right-color: rgb(244 63 94 / 0.9);
}

.hover\:border-r-rose-500\/95:hover {
  border-right-color: rgb(244 63 94 / 0.95);
}

.hover\:border-r-rose-600:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(225 29 72 / var(--tw-border-opacity));
}

.hover\:border-r-rose-600\/0:hover {
  border-right-color: rgb(225 29 72 / 0);
}

.hover\:border-r-rose-600\/10:hover {
  border-right-color: rgb(225 29 72 / 0.1);
}

.hover\:border-r-rose-600\/100:hover {
  border-right-color: rgb(225 29 72 / 1);
}

.hover\:border-r-rose-600\/20:hover {
  border-right-color: rgb(225 29 72 / 0.2);
}

.hover\:border-r-rose-600\/25:hover {
  border-right-color: rgb(225 29 72 / 0.25);
}

.hover\:border-r-rose-600\/30:hover {
  border-right-color: rgb(225 29 72 / 0.3);
}

.hover\:border-r-rose-600\/40:hover {
  border-right-color: rgb(225 29 72 / 0.4);
}

.hover\:border-r-rose-600\/5:hover {
  border-right-color: rgb(225 29 72 / 0.05);
}

.hover\:border-r-rose-600\/50:hover {
  border-right-color: rgb(225 29 72 / 0.5);
}

.hover\:border-r-rose-600\/60:hover {
  border-right-color: rgb(225 29 72 / 0.6);
}

.hover\:border-r-rose-600\/70:hover {
  border-right-color: rgb(225 29 72 / 0.7);
}

.hover\:border-r-rose-600\/75:hover {
  border-right-color: rgb(225 29 72 / 0.75);
}

.hover\:border-r-rose-600\/80:hover {
  border-right-color: rgb(225 29 72 / 0.8);
}

.hover\:border-r-rose-600\/90:hover {
  border-right-color: rgb(225 29 72 / 0.9);
}

.hover\:border-r-rose-600\/95:hover {
  border-right-color: rgb(225 29 72 / 0.95);
}

.hover\:border-r-rose-700:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(190 18 60 / var(--tw-border-opacity));
}

.hover\:border-r-rose-700\/0:hover {
  border-right-color: rgb(190 18 60 / 0);
}

.hover\:border-r-rose-700\/10:hover {
  border-right-color: rgb(190 18 60 / 0.1);
}

.hover\:border-r-rose-700\/100:hover {
  border-right-color: rgb(190 18 60 / 1);
}

.hover\:border-r-rose-700\/20:hover {
  border-right-color: rgb(190 18 60 / 0.2);
}

.hover\:border-r-rose-700\/25:hover {
  border-right-color: rgb(190 18 60 / 0.25);
}

.hover\:border-r-rose-700\/30:hover {
  border-right-color: rgb(190 18 60 / 0.3);
}

.hover\:border-r-rose-700\/40:hover {
  border-right-color: rgb(190 18 60 / 0.4);
}

.hover\:border-r-rose-700\/5:hover {
  border-right-color: rgb(190 18 60 / 0.05);
}

.hover\:border-r-rose-700\/50:hover {
  border-right-color: rgb(190 18 60 / 0.5);
}

.hover\:border-r-rose-700\/60:hover {
  border-right-color: rgb(190 18 60 / 0.6);
}

.hover\:border-r-rose-700\/70:hover {
  border-right-color: rgb(190 18 60 / 0.7);
}

.hover\:border-r-rose-700\/75:hover {
  border-right-color: rgb(190 18 60 / 0.75);
}

.hover\:border-r-rose-700\/80:hover {
  border-right-color: rgb(190 18 60 / 0.8);
}

.hover\:border-r-rose-700\/90:hover {
  border-right-color: rgb(190 18 60 / 0.9);
}

.hover\:border-r-rose-700\/95:hover {
  border-right-color: rgb(190 18 60 / 0.95);
}

.hover\:border-r-rose-800:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(159 18 57 / var(--tw-border-opacity));
}

.hover\:border-r-rose-800\/0:hover {
  border-right-color: rgb(159 18 57 / 0);
}

.hover\:border-r-rose-800\/10:hover {
  border-right-color: rgb(159 18 57 / 0.1);
}

.hover\:border-r-rose-800\/100:hover {
  border-right-color: rgb(159 18 57 / 1);
}

.hover\:border-r-rose-800\/20:hover {
  border-right-color: rgb(159 18 57 / 0.2);
}

.hover\:border-r-rose-800\/25:hover {
  border-right-color: rgb(159 18 57 / 0.25);
}

.hover\:border-r-rose-800\/30:hover {
  border-right-color: rgb(159 18 57 / 0.3);
}

.hover\:border-r-rose-800\/40:hover {
  border-right-color: rgb(159 18 57 / 0.4);
}

.hover\:border-r-rose-800\/5:hover {
  border-right-color: rgb(159 18 57 / 0.05);
}

.hover\:border-r-rose-800\/50:hover {
  border-right-color: rgb(159 18 57 / 0.5);
}

.hover\:border-r-rose-800\/60:hover {
  border-right-color: rgb(159 18 57 / 0.6);
}

.hover\:border-r-rose-800\/70:hover {
  border-right-color: rgb(159 18 57 / 0.7);
}

.hover\:border-r-rose-800\/75:hover {
  border-right-color: rgb(159 18 57 / 0.75);
}

.hover\:border-r-rose-800\/80:hover {
  border-right-color: rgb(159 18 57 / 0.8);
}

.hover\:border-r-rose-800\/90:hover {
  border-right-color: rgb(159 18 57 / 0.9);
}

.hover\:border-r-rose-800\/95:hover {
  border-right-color: rgb(159 18 57 / 0.95);
}

.hover\:border-r-rose-900:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(136 19 55 / var(--tw-border-opacity));
}

.hover\:border-r-rose-900\/0:hover {
  border-right-color: rgb(136 19 55 / 0);
}

.hover\:border-r-rose-900\/10:hover {
  border-right-color: rgb(136 19 55 / 0.1);
}

.hover\:border-r-rose-900\/100:hover {
  border-right-color: rgb(136 19 55 / 1);
}

.hover\:border-r-rose-900\/20:hover {
  border-right-color: rgb(136 19 55 / 0.2);
}

.hover\:border-r-rose-900\/25:hover {
  border-right-color: rgb(136 19 55 / 0.25);
}

.hover\:border-r-rose-900\/30:hover {
  border-right-color: rgb(136 19 55 / 0.3);
}

.hover\:border-r-rose-900\/40:hover {
  border-right-color: rgb(136 19 55 / 0.4);
}

.hover\:border-r-rose-900\/5:hover {
  border-right-color: rgb(136 19 55 / 0.05);
}

.hover\:border-r-rose-900\/50:hover {
  border-right-color: rgb(136 19 55 / 0.5);
}

.hover\:border-r-rose-900\/60:hover {
  border-right-color: rgb(136 19 55 / 0.6);
}

.hover\:border-r-rose-900\/70:hover {
  border-right-color: rgb(136 19 55 / 0.7);
}

.hover\:border-r-rose-900\/75:hover {
  border-right-color: rgb(136 19 55 / 0.75);
}

.hover\:border-r-rose-900\/80:hover {
  border-right-color: rgb(136 19 55 / 0.8);
}

.hover\:border-r-rose-900\/90:hover {
  border-right-color: rgb(136 19 55 / 0.9);
}

.hover\:border-r-rose-900\/95:hover {
  border-right-color: rgb(136 19 55 / 0.95);
}

.hover\:border-r-rose-950:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(76 5 25 / var(--tw-border-opacity));
}

.hover\:border-r-rose-950\/0:hover {
  border-right-color: rgb(76 5 25 / 0);
}

.hover\:border-r-rose-950\/10:hover {
  border-right-color: rgb(76 5 25 / 0.1);
}

.hover\:border-r-rose-950\/100:hover {
  border-right-color: rgb(76 5 25 / 1);
}

.hover\:border-r-rose-950\/20:hover {
  border-right-color: rgb(76 5 25 / 0.2);
}

.hover\:border-r-rose-950\/25:hover {
  border-right-color: rgb(76 5 25 / 0.25);
}

.hover\:border-r-rose-950\/30:hover {
  border-right-color: rgb(76 5 25 / 0.3);
}

.hover\:border-r-rose-950\/40:hover {
  border-right-color: rgb(76 5 25 / 0.4);
}

.hover\:border-r-rose-950\/5:hover {
  border-right-color: rgb(76 5 25 / 0.05);
}

.hover\:border-r-rose-950\/50:hover {
  border-right-color: rgb(76 5 25 / 0.5);
}

.hover\:border-r-rose-950\/60:hover {
  border-right-color: rgb(76 5 25 / 0.6);
}

.hover\:border-r-rose-950\/70:hover {
  border-right-color: rgb(76 5 25 / 0.7);
}

.hover\:border-r-rose-950\/75:hover {
  border-right-color: rgb(76 5 25 / 0.75);
}

.hover\:border-r-rose-950\/80:hover {
  border-right-color: rgb(76 5 25 / 0.8);
}

.hover\:border-r-rose-950\/90:hover {
  border-right-color: rgb(76 5 25 / 0.9);
}

.hover\:border-r-rose-950\/95:hover {
  border-right-color: rgb(76 5 25 / 0.95);
}

.hover\:border-r-sky-100:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(224 242 254 / var(--tw-border-opacity));
}

.hover\:border-r-sky-100\/0:hover {
  border-right-color: rgb(224 242 254 / 0);
}

.hover\:border-r-sky-100\/10:hover {
  border-right-color: rgb(224 242 254 / 0.1);
}

.hover\:border-r-sky-100\/100:hover {
  border-right-color: rgb(224 242 254 / 1);
}

.hover\:border-r-sky-100\/20:hover {
  border-right-color: rgb(224 242 254 / 0.2);
}

.hover\:border-r-sky-100\/25:hover {
  border-right-color: rgb(224 242 254 / 0.25);
}

.hover\:border-r-sky-100\/30:hover {
  border-right-color: rgb(224 242 254 / 0.3);
}

.hover\:border-r-sky-100\/40:hover {
  border-right-color: rgb(224 242 254 / 0.4);
}

.hover\:border-r-sky-100\/5:hover {
  border-right-color: rgb(224 242 254 / 0.05);
}

.hover\:border-r-sky-100\/50:hover {
  border-right-color: rgb(224 242 254 / 0.5);
}

.hover\:border-r-sky-100\/60:hover {
  border-right-color: rgb(224 242 254 / 0.6);
}

.hover\:border-r-sky-100\/70:hover {
  border-right-color: rgb(224 242 254 / 0.7);
}

.hover\:border-r-sky-100\/75:hover {
  border-right-color: rgb(224 242 254 / 0.75);
}

.hover\:border-r-sky-100\/80:hover {
  border-right-color: rgb(224 242 254 / 0.8);
}

.hover\:border-r-sky-100\/90:hover {
  border-right-color: rgb(224 242 254 / 0.9);
}

.hover\:border-r-sky-100\/95:hover {
  border-right-color: rgb(224 242 254 / 0.95);
}

.hover\:border-r-sky-200:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(186 230 253 / var(--tw-border-opacity));
}

.hover\:border-r-sky-200\/0:hover {
  border-right-color: rgb(186 230 253 / 0);
}

.hover\:border-r-sky-200\/10:hover {
  border-right-color: rgb(186 230 253 / 0.1);
}

.hover\:border-r-sky-200\/100:hover {
  border-right-color: rgb(186 230 253 / 1);
}

.hover\:border-r-sky-200\/20:hover {
  border-right-color: rgb(186 230 253 / 0.2);
}

.hover\:border-r-sky-200\/25:hover {
  border-right-color: rgb(186 230 253 / 0.25);
}

.hover\:border-r-sky-200\/30:hover {
  border-right-color: rgb(186 230 253 / 0.3);
}

.hover\:border-r-sky-200\/40:hover {
  border-right-color: rgb(186 230 253 / 0.4);
}

.hover\:border-r-sky-200\/5:hover {
  border-right-color: rgb(186 230 253 / 0.05);
}

.hover\:border-r-sky-200\/50:hover {
  border-right-color: rgb(186 230 253 / 0.5);
}

.hover\:border-r-sky-200\/60:hover {
  border-right-color: rgb(186 230 253 / 0.6);
}

.hover\:border-r-sky-200\/70:hover {
  border-right-color: rgb(186 230 253 / 0.7);
}

.hover\:border-r-sky-200\/75:hover {
  border-right-color: rgb(186 230 253 / 0.75);
}

.hover\:border-r-sky-200\/80:hover {
  border-right-color: rgb(186 230 253 / 0.8);
}

.hover\:border-r-sky-200\/90:hover {
  border-right-color: rgb(186 230 253 / 0.9);
}

.hover\:border-r-sky-200\/95:hover {
  border-right-color: rgb(186 230 253 / 0.95);
}

.hover\:border-r-sky-300:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(125 211 252 / var(--tw-border-opacity));
}

.hover\:border-r-sky-300\/0:hover {
  border-right-color: rgb(125 211 252 / 0);
}

.hover\:border-r-sky-300\/10:hover {
  border-right-color: rgb(125 211 252 / 0.1);
}

.hover\:border-r-sky-300\/100:hover {
  border-right-color: rgb(125 211 252 / 1);
}

.hover\:border-r-sky-300\/20:hover {
  border-right-color: rgb(125 211 252 / 0.2);
}

.hover\:border-r-sky-300\/25:hover {
  border-right-color: rgb(125 211 252 / 0.25);
}

.hover\:border-r-sky-300\/30:hover {
  border-right-color: rgb(125 211 252 / 0.3);
}

.hover\:border-r-sky-300\/40:hover {
  border-right-color: rgb(125 211 252 / 0.4);
}

.hover\:border-r-sky-300\/5:hover {
  border-right-color: rgb(125 211 252 / 0.05);
}

.hover\:border-r-sky-300\/50:hover {
  border-right-color: rgb(125 211 252 / 0.5);
}

.hover\:border-r-sky-300\/60:hover {
  border-right-color: rgb(125 211 252 / 0.6);
}

.hover\:border-r-sky-300\/70:hover {
  border-right-color: rgb(125 211 252 / 0.7);
}

.hover\:border-r-sky-300\/75:hover {
  border-right-color: rgb(125 211 252 / 0.75);
}

.hover\:border-r-sky-300\/80:hover {
  border-right-color: rgb(125 211 252 / 0.8);
}

.hover\:border-r-sky-300\/90:hover {
  border-right-color: rgb(125 211 252 / 0.9);
}

.hover\:border-r-sky-300\/95:hover {
  border-right-color: rgb(125 211 252 / 0.95);
}

.hover\:border-r-sky-400:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(56 189 248 / var(--tw-border-opacity));
}

.hover\:border-r-sky-400\/0:hover {
  border-right-color: rgb(56 189 248 / 0);
}

.hover\:border-r-sky-400\/10:hover {
  border-right-color: rgb(56 189 248 / 0.1);
}

.hover\:border-r-sky-400\/100:hover {
  border-right-color: rgb(56 189 248 / 1);
}

.hover\:border-r-sky-400\/20:hover {
  border-right-color: rgb(56 189 248 / 0.2);
}

.hover\:border-r-sky-400\/25:hover {
  border-right-color: rgb(56 189 248 / 0.25);
}

.hover\:border-r-sky-400\/30:hover {
  border-right-color: rgb(56 189 248 / 0.3);
}

.hover\:border-r-sky-400\/40:hover {
  border-right-color: rgb(56 189 248 / 0.4);
}

.hover\:border-r-sky-400\/5:hover {
  border-right-color: rgb(56 189 248 / 0.05);
}

.hover\:border-r-sky-400\/50:hover {
  border-right-color: rgb(56 189 248 / 0.5);
}

.hover\:border-r-sky-400\/60:hover {
  border-right-color: rgb(56 189 248 / 0.6);
}

.hover\:border-r-sky-400\/70:hover {
  border-right-color: rgb(56 189 248 / 0.7);
}

.hover\:border-r-sky-400\/75:hover {
  border-right-color: rgb(56 189 248 / 0.75);
}

.hover\:border-r-sky-400\/80:hover {
  border-right-color: rgb(56 189 248 / 0.8);
}

.hover\:border-r-sky-400\/90:hover {
  border-right-color: rgb(56 189 248 / 0.9);
}

.hover\:border-r-sky-400\/95:hover {
  border-right-color: rgb(56 189 248 / 0.95);
}

.hover\:border-r-sky-50:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.hover\:border-r-sky-50\/0:hover {
  border-right-color: rgb(240 249 255 / 0);
}

.hover\:border-r-sky-50\/10:hover {
  border-right-color: rgb(240 249 255 / 0.1);
}

.hover\:border-r-sky-50\/100:hover {
  border-right-color: rgb(240 249 255 / 1);
}

.hover\:border-r-sky-50\/20:hover {
  border-right-color: rgb(240 249 255 / 0.2);
}

.hover\:border-r-sky-50\/25:hover {
  border-right-color: rgb(240 249 255 / 0.25);
}

.hover\:border-r-sky-50\/30:hover {
  border-right-color: rgb(240 249 255 / 0.3);
}

.hover\:border-r-sky-50\/40:hover {
  border-right-color: rgb(240 249 255 / 0.4);
}

.hover\:border-r-sky-50\/5:hover {
  border-right-color: rgb(240 249 255 / 0.05);
}

.hover\:border-r-sky-50\/50:hover {
  border-right-color: rgb(240 249 255 / 0.5);
}

.hover\:border-r-sky-50\/60:hover {
  border-right-color: rgb(240 249 255 / 0.6);
}

.hover\:border-r-sky-50\/70:hover {
  border-right-color: rgb(240 249 255 / 0.7);
}

.hover\:border-r-sky-50\/75:hover {
  border-right-color: rgb(240 249 255 / 0.75);
}

.hover\:border-r-sky-50\/80:hover {
  border-right-color: rgb(240 249 255 / 0.8);
}

.hover\:border-r-sky-50\/90:hover {
  border-right-color: rgb(240 249 255 / 0.9);
}

.hover\:border-r-sky-50\/95:hover {
  border-right-color: rgb(240 249 255 / 0.95);
}

.hover\:border-r-sky-500:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.hover\:border-r-sky-500\/0:hover {
  border-right-color: rgb(14 165 233 / 0);
}

.hover\:border-r-sky-500\/10:hover {
  border-right-color: rgb(14 165 233 / 0.1);
}

.hover\:border-r-sky-500\/100:hover {
  border-right-color: rgb(14 165 233 / 1);
}

.hover\:border-r-sky-500\/20:hover {
  border-right-color: rgb(14 165 233 / 0.2);
}

.hover\:border-r-sky-500\/25:hover {
  border-right-color: rgb(14 165 233 / 0.25);
}

.hover\:border-r-sky-500\/30:hover {
  border-right-color: rgb(14 165 233 / 0.3);
}

.hover\:border-r-sky-500\/40:hover {
  border-right-color: rgb(14 165 233 / 0.4);
}

.hover\:border-r-sky-500\/5:hover {
  border-right-color: rgb(14 165 233 / 0.05);
}

.hover\:border-r-sky-500\/50:hover {
  border-right-color: rgb(14 165 233 / 0.5);
}

.hover\:border-r-sky-500\/60:hover {
  border-right-color: rgb(14 165 233 / 0.6);
}

.hover\:border-r-sky-500\/70:hover {
  border-right-color: rgb(14 165 233 / 0.7);
}

.hover\:border-r-sky-500\/75:hover {
  border-right-color: rgb(14 165 233 / 0.75);
}

.hover\:border-r-sky-500\/80:hover {
  border-right-color: rgb(14 165 233 / 0.8);
}

.hover\:border-r-sky-500\/90:hover {
  border-right-color: rgb(14 165 233 / 0.9);
}

.hover\:border-r-sky-500\/95:hover {
  border-right-color: rgb(14 165 233 / 0.95);
}

.hover\:border-r-sky-600:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(2 132 199 / var(--tw-border-opacity));
}

.hover\:border-r-sky-600\/0:hover {
  border-right-color: rgb(2 132 199 / 0);
}

.hover\:border-r-sky-600\/10:hover {
  border-right-color: rgb(2 132 199 / 0.1);
}

.hover\:border-r-sky-600\/100:hover {
  border-right-color: rgb(2 132 199 / 1);
}

.hover\:border-r-sky-600\/20:hover {
  border-right-color: rgb(2 132 199 / 0.2);
}

.hover\:border-r-sky-600\/25:hover {
  border-right-color: rgb(2 132 199 / 0.25);
}

.hover\:border-r-sky-600\/30:hover {
  border-right-color: rgb(2 132 199 / 0.3);
}

.hover\:border-r-sky-600\/40:hover {
  border-right-color: rgb(2 132 199 / 0.4);
}

.hover\:border-r-sky-600\/5:hover {
  border-right-color: rgb(2 132 199 / 0.05);
}

.hover\:border-r-sky-600\/50:hover {
  border-right-color: rgb(2 132 199 / 0.5);
}

.hover\:border-r-sky-600\/60:hover {
  border-right-color: rgb(2 132 199 / 0.6);
}

.hover\:border-r-sky-600\/70:hover {
  border-right-color: rgb(2 132 199 / 0.7);
}

.hover\:border-r-sky-600\/75:hover {
  border-right-color: rgb(2 132 199 / 0.75);
}

.hover\:border-r-sky-600\/80:hover {
  border-right-color: rgb(2 132 199 / 0.8);
}

.hover\:border-r-sky-600\/90:hover {
  border-right-color: rgb(2 132 199 / 0.9);
}

.hover\:border-r-sky-600\/95:hover {
  border-right-color: rgb(2 132 199 / 0.95);
}

.hover\:border-r-sky-700:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.hover\:border-r-sky-700\/0:hover {
  border-right-color: rgb(3 105 161 / 0);
}

.hover\:border-r-sky-700\/10:hover {
  border-right-color: rgb(3 105 161 / 0.1);
}

.hover\:border-r-sky-700\/100:hover {
  border-right-color: rgb(3 105 161 / 1);
}

.hover\:border-r-sky-700\/20:hover {
  border-right-color: rgb(3 105 161 / 0.2);
}

.hover\:border-r-sky-700\/25:hover {
  border-right-color: rgb(3 105 161 / 0.25);
}

.hover\:border-r-sky-700\/30:hover {
  border-right-color: rgb(3 105 161 / 0.3);
}

.hover\:border-r-sky-700\/40:hover {
  border-right-color: rgb(3 105 161 / 0.4);
}

.hover\:border-r-sky-700\/5:hover {
  border-right-color: rgb(3 105 161 / 0.05);
}

.hover\:border-r-sky-700\/50:hover {
  border-right-color: rgb(3 105 161 / 0.5);
}

.hover\:border-r-sky-700\/60:hover {
  border-right-color: rgb(3 105 161 / 0.6);
}

.hover\:border-r-sky-700\/70:hover {
  border-right-color: rgb(3 105 161 / 0.7);
}

.hover\:border-r-sky-700\/75:hover {
  border-right-color: rgb(3 105 161 / 0.75);
}

.hover\:border-r-sky-700\/80:hover {
  border-right-color: rgb(3 105 161 / 0.8);
}

.hover\:border-r-sky-700\/90:hover {
  border-right-color: rgb(3 105 161 / 0.9);
}

.hover\:border-r-sky-700\/95:hover {
  border-right-color: rgb(3 105 161 / 0.95);
}

.hover\:border-r-sky-800:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(7 89 133 / var(--tw-border-opacity));
}

.hover\:border-r-sky-800\/0:hover {
  border-right-color: rgb(7 89 133 / 0);
}

.hover\:border-r-sky-800\/10:hover {
  border-right-color: rgb(7 89 133 / 0.1);
}

.hover\:border-r-sky-800\/100:hover {
  border-right-color: rgb(7 89 133 / 1);
}

.hover\:border-r-sky-800\/20:hover {
  border-right-color: rgb(7 89 133 / 0.2);
}

.hover\:border-r-sky-800\/25:hover {
  border-right-color: rgb(7 89 133 / 0.25);
}

.hover\:border-r-sky-800\/30:hover {
  border-right-color: rgb(7 89 133 / 0.3);
}

.hover\:border-r-sky-800\/40:hover {
  border-right-color: rgb(7 89 133 / 0.4);
}

.hover\:border-r-sky-800\/5:hover {
  border-right-color: rgb(7 89 133 / 0.05);
}

.hover\:border-r-sky-800\/50:hover {
  border-right-color: rgb(7 89 133 / 0.5);
}

.hover\:border-r-sky-800\/60:hover {
  border-right-color: rgb(7 89 133 / 0.6);
}

.hover\:border-r-sky-800\/70:hover {
  border-right-color: rgb(7 89 133 / 0.7);
}

.hover\:border-r-sky-800\/75:hover {
  border-right-color: rgb(7 89 133 / 0.75);
}

.hover\:border-r-sky-800\/80:hover {
  border-right-color: rgb(7 89 133 / 0.8);
}

.hover\:border-r-sky-800\/90:hover {
  border-right-color: rgb(7 89 133 / 0.9);
}

.hover\:border-r-sky-800\/95:hover {
  border-right-color: rgb(7 89 133 / 0.95);
}

.hover\:border-r-sky-900:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(12 74 110 / var(--tw-border-opacity));
}

.hover\:border-r-sky-900\/0:hover {
  border-right-color: rgb(12 74 110 / 0);
}

.hover\:border-r-sky-900\/10:hover {
  border-right-color: rgb(12 74 110 / 0.1);
}

.hover\:border-r-sky-900\/100:hover {
  border-right-color: rgb(12 74 110 / 1);
}

.hover\:border-r-sky-900\/20:hover {
  border-right-color: rgb(12 74 110 / 0.2);
}

.hover\:border-r-sky-900\/25:hover {
  border-right-color: rgb(12 74 110 / 0.25);
}

.hover\:border-r-sky-900\/30:hover {
  border-right-color: rgb(12 74 110 / 0.3);
}

.hover\:border-r-sky-900\/40:hover {
  border-right-color: rgb(12 74 110 / 0.4);
}

.hover\:border-r-sky-900\/5:hover {
  border-right-color: rgb(12 74 110 / 0.05);
}

.hover\:border-r-sky-900\/50:hover {
  border-right-color: rgb(12 74 110 / 0.5);
}

.hover\:border-r-sky-900\/60:hover {
  border-right-color: rgb(12 74 110 / 0.6);
}

.hover\:border-r-sky-900\/70:hover {
  border-right-color: rgb(12 74 110 / 0.7);
}

.hover\:border-r-sky-900\/75:hover {
  border-right-color: rgb(12 74 110 / 0.75);
}

.hover\:border-r-sky-900\/80:hover {
  border-right-color: rgb(12 74 110 / 0.8);
}

.hover\:border-r-sky-900\/90:hover {
  border-right-color: rgb(12 74 110 / 0.9);
}

.hover\:border-r-sky-900\/95:hover {
  border-right-color: rgb(12 74 110 / 0.95);
}

.hover\:border-r-sky-950:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(8 47 73 / var(--tw-border-opacity));
}

.hover\:border-r-sky-950\/0:hover {
  border-right-color: rgb(8 47 73 / 0);
}

.hover\:border-r-sky-950\/10:hover {
  border-right-color: rgb(8 47 73 / 0.1);
}

.hover\:border-r-sky-950\/100:hover {
  border-right-color: rgb(8 47 73 / 1);
}

.hover\:border-r-sky-950\/20:hover {
  border-right-color: rgb(8 47 73 / 0.2);
}

.hover\:border-r-sky-950\/25:hover {
  border-right-color: rgb(8 47 73 / 0.25);
}

.hover\:border-r-sky-950\/30:hover {
  border-right-color: rgb(8 47 73 / 0.3);
}

.hover\:border-r-sky-950\/40:hover {
  border-right-color: rgb(8 47 73 / 0.4);
}

.hover\:border-r-sky-950\/5:hover {
  border-right-color: rgb(8 47 73 / 0.05);
}

.hover\:border-r-sky-950\/50:hover {
  border-right-color: rgb(8 47 73 / 0.5);
}

.hover\:border-r-sky-950\/60:hover {
  border-right-color: rgb(8 47 73 / 0.6);
}

.hover\:border-r-sky-950\/70:hover {
  border-right-color: rgb(8 47 73 / 0.7);
}

.hover\:border-r-sky-950\/75:hover {
  border-right-color: rgb(8 47 73 / 0.75);
}

.hover\:border-r-sky-950\/80:hover {
  border-right-color: rgb(8 47 73 / 0.8);
}

.hover\:border-r-sky-950\/90:hover {
  border-right-color: rgb(8 47 73 / 0.9);
}

.hover\:border-r-sky-950\/95:hover {
  border-right-color: rgb(8 47 73 / 0.95);
}

.hover\:border-r-slate-100:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.hover\:border-r-slate-100\/0:hover {
  border-right-color: rgb(241 245 249 / 0);
}

.hover\:border-r-slate-100\/10:hover {
  border-right-color: rgb(241 245 249 / 0.1);
}

.hover\:border-r-slate-100\/100:hover {
  border-right-color: rgb(241 245 249 / 1);
}

.hover\:border-r-slate-100\/20:hover {
  border-right-color: rgb(241 245 249 / 0.2);
}

.hover\:border-r-slate-100\/25:hover {
  border-right-color: rgb(241 245 249 / 0.25);
}

.hover\:border-r-slate-100\/30:hover {
  border-right-color: rgb(241 245 249 / 0.3);
}

.hover\:border-r-slate-100\/40:hover {
  border-right-color: rgb(241 245 249 / 0.4);
}

.hover\:border-r-slate-100\/5:hover {
  border-right-color: rgb(241 245 249 / 0.05);
}

.hover\:border-r-slate-100\/50:hover {
  border-right-color: rgb(241 245 249 / 0.5);
}

.hover\:border-r-slate-100\/60:hover {
  border-right-color: rgb(241 245 249 / 0.6);
}

.hover\:border-r-slate-100\/70:hover {
  border-right-color: rgb(241 245 249 / 0.7);
}

.hover\:border-r-slate-100\/75:hover {
  border-right-color: rgb(241 245 249 / 0.75);
}

.hover\:border-r-slate-100\/80:hover {
  border-right-color: rgb(241 245 249 / 0.8);
}

.hover\:border-r-slate-100\/90:hover {
  border-right-color: rgb(241 245 249 / 0.9);
}

.hover\:border-r-slate-100\/95:hover {
  border-right-color: rgb(241 245 249 / 0.95);
}

.hover\:border-r-slate-200:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.hover\:border-r-slate-200\/0:hover {
  border-right-color: rgb(226 232 240 / 0);
}

.hover\:border-r-slate-200\/10:hover {
  border-right-color: rgb(226 232 240 / 0.1);
}

.hover\:border-r-slate-200\/100:hover {
  border-right-color: rgb(226 232 240 / 1);
}

.hover\:border-r-slate-200\/20:hover {
  border-right-color: rgb(226 232 240 / 0.2);
}

.hover\:border-r-slate-200\/25:hover {
  border-right-color: rgb(226 232 240 / 0.25);
}

.hover\:border-r-slate-200\/30:hover {
  border-right-color: rgb(226 232 240 / 0.3);
}

.hover\:border-r-slate-200\/40:hover {
  border-right-color: rgb(226 232 240 / 0.4);
}

.hover\:border-r-slate-200\/5:hover {
  border-right-color: rgb(226 232 240 / 0.05);
}

.hover\:border-r-slate-200\/50:hover {
  border-right-color: rgb(226 232 240 / 0.5);
}

.hover\:border-r-slate-200\/60:hover {
  border-right-color: rgb(226 232 240 / 0.6);
}

.hover\:border-r-slate-200\/70:hover {
  border-right-color: rgb(226 232 240 / 0.7);
}

.hover\:border-r-slate-200\/75:hover {
  border-right-color: rgb(226 232 240 / 0.75);
}

.hover\:border-r-slate-200\/80:hover {
  border-right-color: rgb(226 232 240 / 0.8);
}

.hover\:border-r-slate-200\/90:hover {
  border-right-color: rgb(226 232 240 / 0.9);
}

.hover\:border-r-slate-200\/95:hover {
  border-right-color: rgb(226 232 240 / 0.95);
}

.hover\:border-r-slate-300:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.hover\:border-r-slate-300\/0:hover {
  border-right-color: rgb(203 213 225 / 0);
}

.hover\:border-r-slate-300\/10:hover {
  border-right-color: rgb(203 213 225 / 0.1);
}

.hover\:border-r-slate-300\/100:hover {
  border-right-color: rgb(203 213 225 / 1);
}

.hover\:border-r-slate-300\/20:hover {
  border-right-color: rgb(203 213 225 / 0.2);
}

.hover\:border-r-slate-300\/25:hover {
  border-right-color: rgb(203 213 225 / 0.25);
}

.hover\:border-r-slate-300\/30:hover {
  border-right-color: rgb(203 213 225 / 0.3);
}

.hover\:border-r-slate-300\/40:hover {
  border-right-color: rgb(203 213 225 / 0.4);
}

.hover\:border-r-slate-300\/5:hover {
  border-right-color: rgb(203 213 225 / 0.05);
}

.hover\:border-r-slate-300\/50:hover {
  border-right-color: rgb(203 213 225 / 0.5);
}

.hover\:border-r-slate-300\/60:hover {
  border-right-color: rgb(203 213 225 / 0.6);
}

.hover\:border-r-slate-300\/70:hover {
  border-right-color: rgb(203 213 225 / 0.7);
}

.hover\:border-r-slate-300\/75:hover {
  border-right-color: rgb(203 213 225 / 0.75);
}

.hover\:border-r-slate-300\/80:hover {
  border-right-color: rgb(203 213 225 / 0.8);
}

.hover\:border-r-slate-300\/90:hover {
  border-right-color: rgb(203 213 225 / 0.9);
}

.hover\:border-r-slate-300\/95:hover {
  border-right-color: rgb(203 213 225 / 0.95);
}

.hover\:border-r-slate-400:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.hover\:border-r-slate-400\/0:hover {
  border-right-color: rgb(148 163 184 / 0);
}

.hover\:border-r-slate-400\/10:hover {
  border-right-color: rgb(148 163 184 / 0.1);
}

.hover\:border-r-slate-400\/100:hover {
  border-right-color: rgb(148 163 184 / 1);
}

.hover\:border-r-slate-400\/20:hover {
  border-right-color: rgb(148 163 184 / 0.2);
}

.hover\:border-r-slate-400\/25:hover {
  border-right-color: rgb(148 163 184 / 0.25);
}

.hover\:border-r-slate-400\/30:hover {
  border-right-color: rgb(148 163 184 / 0.3);
}

.hover\:border-r-slate-400\/40:hover {
  border-right-color: rgb(148 163 184 / 0.4);
}

.hover\:border-r-slate-400\/5:hover {
  border-right-color: rgb(148 163 184 / 0.05);
}

.hover\:border-r-slate-400\/50:hover {
  border-right-color: rgb(148 163 184 / 0.5);
}

.hover\:border-r-slate-400\/60:hover {
  border-right-color: rgb(148 163 184 / 0.6);
}

.hover\:border-r-slate-400\/70:hover {
  border-right-color: rgb(148 163 184 / 0.7);
}

.hover\:border-r-slate-400\/75:hover {
  border-right-color: rgb(148 163 184 / 0.75);
}

.hover\:border-r-slate-400\/80:hover {
  border-right-color: rgb(148 163 184 / 0.8);
}

.hover\:border-r-slate-400\/90:hover {
  border-right-color: rgb(148 163 184 / 0.9);
}

.hover\:border-r-slate-400\/95:hover {
  border-right-color: rgb(148 163 184 / 0.95);
}

.hover\:border-r-slate-50:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(248 250 252 / var(--tw-border-opacity));
}

.hover\:border-r-slate-50\/0:hover {
  border-right-color: rgb(248 250 252 / 0);
}

.hover\:border-r-slate-50\/10:hover {
  border-right-color: rgb(248 250 252 / 0.1);
}

.hover\:border-r-slate-50\/100:hover {
  border-right-color: rgb(248 250 252 / 1);
}

.hover\:border-r-slate-50\/20:hover {
  border-right-color: rgb(248 250 252 / 0.2);
}

.hover\:border-r-slate-50\/25:hover {
  border-right-color: rgb(248 250 252 / 0.25);
}

.hover\:border-r-slate-50\/30:hover {
  border-right-color: rgb(248 250 252 / 0.3);
}

.hover\:border-r-slate-50\/40:hover {
  border-right-color: rgb(248 250 252 / 0.4);
}

.hover\:border-r-slate-50\/5:hover {
  border-right-color: rgb(248 250 252 / 0.05);
}

.hover\:border-r-slate-50\/50:hover {
  border-right-color: rgb(248 250 252 / 0.5);
}

.hover\:border-r-slate-50\/60:hover {
  border-right-color: rgb(248 250 252 / 0.6);
}

.hover\:border-r-slate-50\/70:hover {
  border-right-color: rgb(248 250 252 / 0.7);
}

.hover\:border-r-slate-50\/75:hover {
  border-right-color: rgb(248 250 252 / 0.75);
}

.hover\:border-r-slate-50\/80:hover {
  border-right-color: rgb(248 250 252 / 0.8);
}

.hover\:border-r-slate-50\/90:hover {
  border-right-color: rgb(248 250 252 / 0.9);
}

.hover\:border-r-slate-50\/95:hover {
  border-right-color: rgb(248 250 252 / 0.95);
}

.hover\:border-r-slate-500:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.hover\:border-r-slate-500\/0:hover {
  border-right-color: rgb(100 116 139 / 0);
}

.hover\:border-r-slate-500\/10:hover {
  border-right-color: rgb(100 116 139 / 0.1);
}

.hover\:border-r-slate-500\/100:hover {
  border-right-color: rgb(100 116 139 / 1);
}

.hover\:border-r-slate-500\/20:hover {
  border-right-color: rgb(100 116 139 / 0.2);
}

.hover\:border-r-slate-500\/25:hover {
  border-right-color: rgb(100 116 139 / 0.25);
}

.hover\:border-r-slate-500\/30:hover {
  border-right-color: rgb(100 116 139 / 0.3);
}

.hover\:border-r-slate-500\/40:hover {
  border-right-color: rgb(100 116 139 / 0.4);
}

.hover\:border-r-slate-500\/5:hover {
  border-right-color: rgb(100 116 139 / 0.05);
}

.hover\:border-r-slate-500\/50:hover {
  border-right-color: rgb(100 116 139 / 0.5);
}

.hover\:border-r-slate-500\/60:hover {
  border-right-color: rgb(100 116 139 / 0.6);
}

.hover\:border-r-slate-500\/70:hover {
  border-right-color: rgb(100 116 139 / 0.7);
}

.hover\:border-r-slate-500\/75:hover {
  border-right-color: rgb(100 116 139 / 0.75);
}

.hover\:border-r-slate-500\/80:hover {
  border-right-color: rgb(100 116 139 / 0.8);
}

.hover\:border-r-slate-500\/90:hover {
  border-right-color: rgb(100 116 139 / 0.9);
}

.hover\:border-r-slate-500\/95:hover {
  border-right-color: rgb(100 116 139 / 0.95);
}

.hover\:border-r-slate-600:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(71 85 105 / var(--tw-border-opacity));
}

.hover\:border-r-slate-600\/0:hover {
  border-right-color: rgb(71 85 105 / 0);
}

.hover\:border-r-slate-600\/10:hover {
  border-right-color: rgb(71 85 105 / 0.1);
}

.hover\:border-r-slate-600\/100:hover {
  border-right-color: rgb(71 85 105 / 1);
}

.hover\:border-r-slate-600\/20:hover {
  border-right-color: rgb(71 85 105 / 0.2);
}

.hover\:border-r-slate-600\/25:hover {
  border-right-color: rgb(71 85 105 / 0.25);
}

.hover\:border-r-slate-600\/30:hover {
  border-right-color: rgb(71 85 105 / 0.3);
}

.hover\:border-r-slate-600\/40:hover {
  border-right-color: rgb(71 85 105 / 0.4);
}

.hover\:border-r-slate-600\/5:hover {
  border-right-color: rgb(71 85 105 / 0.05);
}

.hover\:border-r-slate-600\/50:hover {
  border-right-color: rgb(71 85 105 / 0.5);
}

.hover\:border-r-slate-600\/60:hover {
  border-right-color: rgb(71 85 105 / 0.6);
}

.hover\:border-r-slate-600\/70:hover {
  border-right-color: rgb(71 85 105 / 0.7);
}

.hover\:border-r-slate-600\/75:hover {
  border-right-color: rgb(71 85 105 / 0.75);
}

.hover\:border-r-slate-600\/80:hover {
  border-right-color: rgb(71 85 105 / 0.8);
}

.hover\:border-r-slate-600\/90:hover {
  border-right-color: rgb(71 85 105 / 0.9);
}

.hover\:border-r-slate-600\/95:hover {
  border-right-color: rgb(71 85 105 / 0.95);
}

.hover\:border-r-slate-700:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.hover\:border-r-slate-700\/0:hover {
  border-right-color: rgb(51 65 85 / 0);
}

.hover\:border-r-slate-700\/10:hover {
  border-right-color: rgb(51 65 85 / 0.1);
}

.hover\:border-r-slate-700\/100:hover {
  border-right-color: rgb(51 65 85 / 1);
}

.hover\:border-r-slate-700\/20:hover {
  border-right-color: rgb(51 65 85 / 0.2);
}

.hover\:border-r-slate-700\/25:hover {
  border-right-color: rgb(51 65 85 / 0.25);
}

.hover\:border-r-slate-700\/30:hover {
  border-right-color: rgb(51 65 85 / 0.3);
}

.hover\:border-r-slate-700\/40:hover {
  border-right-color: rgb(51 65 85 / 0.4);
}

.hover\:border-r-slate-700\/5:hover {
  border-right-color: rgb(51 65 85 / 0.05);
}

.hover\:border-r-slate-700\/50:hover {
  border-right-color: rgb(51 65 85 / 0.5);
}

.hover\:border-r-slate-700\/60:hover {
  border-right-color: rgb(51 65 85 / 0.6);
}

.hover\:border-r-slate-700\/70:hover {
  border-right-color: rgb(51 65 85 / 0.7);
}

.hover\:border-r-slate-700\/75:hover {
  border-right-color: rgb(51 65 85 / 0.75);
}

.hover\:border-r-slate-700\/80:hover {
  border-right-color: rgb(51 65 85 / 0.8);
}

.hover\:border-r-slate-700\/90:hover {
  border-right-color: rgb(51 65 85 / 0.9);
}

.hover\:border-r-slate-700\/95:hover {
  border-right-color: rgb(51 65 85 / 0.95);
}

.hover\:border-r-slate-800:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.hover\:border-r-slate-800\/0:hover {
  border-right-color: rgb(30 41 59 / 0);
}

.hover\:border-r-slate-800\/10:hover {
  border-right-color: rgb(30 41 59 / 0.1);
}

.hover\:border-r-slate-800\/100:hover {
  border-right-color: rgb(30 41 59 / 1);
}

.hover\:border-r-slate-800\/20:hover {
  border-right-color: rgb(30 41 59 / 0.2);
}

.hover\:border-r-slate-800\/25:hover {
  border-right-color: rgb(30 41 59 / 0.25);
}

.hover\:border-r-slate-800\/30:hover {
  border-right-color: rgb(30 41 59 / 0.3);
}

.hover\:border-r-slate-800\/40:hover {
  border-right-color: rgb(30 41 59 / 0.4);
}

.hover\:border-r-slate-800\/5:hover {
  border-right-color: rgb(30 41 59 / 0.05);
}

.hover\:border-r-slate-800\/50:hover {
  border-right-color: rgb(30 41 59 / 0.5);
}

.hover\:border-r-slate-800\/60:hover {
  border-right-color: rgb(30 41 59 / 0.6);
}

.hover\:border-r-slate-800\/70:hover {
  border-right-color: rgb(30 41 59 / 0.7);
}

.hover\:border-r-slate-800\/75:hover {
  border-right-color: rgb(30 41 59 / 0.75);
}

.hover\:border-r-slate-800\/80:hover {
  border-right-color: rgb(30 41 59 / 0.8);
}

.hover\:border-r-slate-800\/90:hover {
  border-right-color: rgb(30 41 59 / 0.9);
}

.hover\:border-r-slate-800\/95:hover {
  border-right-color: rgb(30 41 59 / 0.95);
}

.hover\:border-r-slate-900:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(15 23 42 / var(--tw-border-opacity));
}

.hover\:border-r-slate-900\/0:hover {
  border-right-color: rgb(15 23 42 / 0);
}

.hover\:border-r-slate-900\/10:hover {
  border-right-color: rgb(15 23 42 / 0.1);
}

.hover\:border-r-slate-900\/100:hover {
  border-right-color: rgb(15 23 42 / 1);
}

.hover\:border-r-slate-900\/20:hover {
  border-right-color: rgb(15 23 42 / 0.2);
}

.hover\:border-r-slate-900\/25:hover {
  border-right-color: rgb(15 23 42 / 0.25);
}

.hover\:border-r-slate-900\/30:hover {
  border-right-color: rgb(15 23 42 / 0.3);
}

.hover\:border-r-slate-900\/40:hover {
  border-right-color: rgb(15 23 42 / 0.4);
}

.hover\:border-r-slate-900\/5:hover {
  border-right-color: rgb(15 23 42 / 0.05);
}

.hover\:border-r-slate-900\/50:hover {
  border-right-color: rgb(15 23 42 / 0.5);
}

.hover\:border-r-slate-900\/60:hover {
  border-right-color: rgb(15 23 42 / 0.6);
}

.hover\:border-r-slate-900\/70:hover {
  border-right-color: rgb(15 23 42 / 0.7);
}

.hover\:border-r-slate-900\/75:hover {
  border-right-color: rgb(15 23 42 / 0.75);
}

.hover\:border-r-slate-900\/80:hover {
  border-right-color: rgb(15 23 42 / 0.8);
}

.hover\:border-r-slate-900\/90:hover {
  border-right-color: rgb(15 23 42 / 0.9);
}

.hover\:border-r-slate-900\/95:hover {
  border-right-color: rgb(15 23 42 / 0.95);
}

.hover\:border-r-slate-950:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(2 6 23 / var(--tw-border-opacity));
}

.hover\:border-r-slate-950\/0:hover {
  border-right-color: rgb(2 6 23 / 0);
}

.hover\:border-r-slate-950\/10:hover {
  border-right-color: rgb(2 6 23 / 0.1);
}

.hover\:border-r-slate-950\/100:hover {
  border-right-color: rgb(2 6 23 / 1);
}

.hover\:border-r-slate-950\/20:hover {
  border-right-color: rgb(2 6 23 / 0.2);
}

.hover\:border-r-slate-950\/25:hover {
  border-right-color: rgb(2 6 23 / 0.25);
}

.hover\:border-r-slate-950\/30:hover {
  border-right-color: rgb(2 6 23 / 0.3);
}

.hover\:border-r-slate-950\/40:hover {
  border-right-color: rgb(2 6 23 / 0.4);
}

.hover\:border-r-slate-950\/5:hover {
  border-right-color: rgb(2 6 23 / 0.05);
}

.hover\:border-r-slate-950\/50:hover {
  border-right-color: rgb(2 6 23 / 0.5);
}

.hover\:border-r-slate-950\/60:hover {
  border-right-color: rgb(2 6 23 / 0.6);
}

.hover\:border-r-slate-950\/70:hover {
  border-right-color: rgb(2 6 23 / 0.7);
}

.hover\:border-r-slate-950\/75:hover {
  border-right-color: rgb(2 6 23 / 0.75);
}

.hover\:border-r-slate-950\/80:hover {
  border-right-color: rgb(2 6 23 / 0.8);
}

.hover\:border-r-slate-950\/90:hover {
  border-right-color: rgb(2 6 23 / 0.9);
}

.hover\:border-r-slate-950\/95:hover {
  border-right-color: rgb(2 6 23 / 0.95);
}

.hover\:border-r-stone-100:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 245 244 / var(--tw-border-opacity));
}

.hover\:border-r-stone-100\/0:hover {
  border-right-color: rgb(245 245 244 / 0);
}

.hover\:border-r-stone-100\/10:hover {
  border-right-color: rgb(245 245 244 / 0.1);
}

.hover\:border-r-stone-100\/100:hover {
  border-right-color: rgb(245 245 244 / 1);
}

.hover\:border-r-stone-100\/20:hover {
  border-right-color: rgb(245 245 244 / 0.2);
}

.hover\:border-r-stone-100\/25:hover {
  border-right-color: rgb(245 245 244 / 0.25);
}

.hover\:border-r-stone-100\/30:hover {
  border-right-color: rgb(245 245 244 / 0.3);
}

.hover\:border-r-stone-100\/40:hover {
  border-right-color: rgb(245 245 244 / 0.4);
}

.hover\:border-r-stone-100\/5:hover {
  border-right-color: rgb(245 245 244 / 0.05);
}

.hover\:border-r-stone-100\/50:hover {
  border-right-color: rgb(245 245 244 / 0.5);
}

.hover\:border-r-stone-100\/60:hover {
  border-right-color: rgb(245 245 244 / 0.6);
}

.hover\:border-r-stone-100\/70:hover {
  border-right-color: rgb(245 245 244 / 0.7);
}

.hover\:border-r-stone-100\/75:hover {
  border-right-color: rgb(245 245 244 / 0.75);
}

.hover\:border-r-stone-100\/80:hover {
  border-right-color: rgb(245 245 244 / 0.8);
}

.hover\:border-r-stone-100\/90:hover {
  border-right-color: rgb(245 245 244 / 0.9);
}

.hover\:border-r-stone-100\/95:hover {
  border-right-color: rgb(245 245 244 / 0.95);
}

.hover\:border-r-stone-200:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(231 229 228 / var(--tw-border-opacity));
}

.hover\:border-r-stone-200\/0:hover {
  border-right-color: rgb(231 229 228 / 0);
}

.hover\:border-r-stone-200\/10:hover {
  border-right-color: rgb(231 229 228 / 0.1);
}

.hover\:border-r-stone-200\/100:hover {
  border-right-color: rgb(231 229 228 / 1);
}

.hover\:border-r-stone-200\/20:hover {
  border-right-color: rgb(231 229 228 / 0.2);
}

.hover\:border-r-stone-200\/25:hover {
  border-right-color: rgb(231 229 228 / 0.25);
}

.hover\:border-r-stone-200\/30:hover {
  border-right-color: rgb(231 229 228 / 0.3);
}

.hover\:border-r-stone-200\/40:hover {
  border-right-color: rgb(231 229 228 / 0.4);
}

.hover\:border-r-stone-200\/5:hover {
  border-right-color: rgb(231 229 228 / 0.05);
}

.hover\:border-r-stone-200\/50:hover {
  border-right-color: rgb(231 229 228 / 0.5);
}

.hover\:border-r-stone-200\/60:hover {
  border-right-color: rgb(231 229 228 / 0.6);
}

.hover\:border-r-stone-200\/70:hover {
  border-right-color: rgb(231 229 228 / 0.7);
}

.hover\:border-r-stone-200\/75:hover {
  border-right-color: rgb(231 229 228 / 0.75);
}

.hover\:border-r-stone-200\/80:hover {
  border-right-color: rgb(231 229 228 / 0.8);
}

.hover\:border-r-stone-200\/90:hover {
  border-right-color: rgb(231 229 228 / 0.9);
}

.hover\:border-r-stone-200\/95:hover {
  border-right-color: rgb(231 229 228 / 0.95);
}

.hover\:border-r-stone-300:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.hover\:border-r-stone-300\/0:hover {
  border-right-color: rgb(214 211 209 / 0);
}

.hover\:border-r-stone-300\/10:hover {
  border-right-color: rgb(214 211 209 / 0.1);
}

.hover\:border-r-stone-300\/100:hover {
  border-right-color: rgb(214 211 209 / 1);
}

.hover\:border-r-stone-300\/20:hover {
  border-right-color: rgb(214 211 209 / 0.2);
}

.hover\:border-r-stone-300\/25:hover {
  border-right-color: rgb(214 211 209 / 0.25);
}

.hover\:border-r-stone-300\/30:hover {
  border-right-color: rgb(214 211 209 / 0.3);
}

.hover\:border-r-stone-300\/40:hover {
  border-right-color: rgb(214 211 209 / 0.4);
}

.hover\:border-r-stone-300\/5:hover {
  border-right-color: rgb(214 211 209 / 0.05);
}

.hover\:border-r-stone-300\/50:hover {
  border-right-color: rgb(214 211 209 / 0.5);
}

.hover\:border-r-stone-300\/60:hover {
  border-right-color: rgb(214 211 209 / 0.6);
}

.hover\:border-r-stone-300\/70:hover {
  border-right-color: rgb(214 211 209 / 0.7);
}

.hover\:border-r-stone-300\/75:hover {
  border-right-color: rgb(214 211 209 / 0.75);
}

.hover\:border-r-stone-300\/80:hover {
  border-right-color: rgb(214 211 209 / 0.8);
}

.hover\:border-r-stone-300\/90:hover {
  border-right-color: rgb(214 211 209 / 0.9);
}

.hover\:border-r-stone-300\/95:hover {
  border-right-color: rgb(214 211 209 / 0.95);
}

.hover\:border-r-stone-400:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(168 162 158 / var(--tw-border-opacity));
}

.hover\:border-r-stone-400\/0:hover {
  border-right-color: rgb(168 162 158 / 0);
}

.hover\:border-r-stone-400\/10:hover {
  border-right-color: rgb(168 162 158 / 0.1);
}

.hover\:border-r-stone-400\/100:hover {
  border-right-color: rgb(168 162 158 / 1);
}

.hover\:border-r-stone-400\/20:hover {
  border-right-color: rgb(168 162 158 / 0.2);
}

.hover\:border-r-stone-400\/25:hover {
  border-right-color: rgb(168 162 158 / 0.25);
}

.hover\:border-r-stone-400\/30:hover {
  border-right-color: rgb(168 162 158 / 0.3);
}

.hover\:border-r-stone-400\/40:hover {
  border-right-color: rgb(168 162 158 / 0.4);
}

.hover\:border-r-stone-400\/5:hover {
  border-right-color: rgb(168 162 158 / 0.05);
}

.hover\:border-r-stone-400\/50:hover {
  border-right-color: rgb(168 162 158 / 0.5);
}

.hover\:border-r-stone-400\/60:hover {
  border-right-color: rgb(168 162 158 / 0.6);
}

.hover\:border-r-stone-400\/70:hover {
  border-right-color: rgb(168 162 158 / 0.7);
}

.hover\:border-r-stone-400\/75:hover {
  border-right-color: rgb(168 162 158 / 0.75);
}

.hover\:border-r-stone-400\/80:hover {
  border-right-color: rgb(168 162 158 / 0.8);
}

.hover\:border-r-stone-400\/90:hover {
  border-right-color: rgb(168 162 158 / 0.9);
}

.hover\:border-r-stone-400\/95:hover {
  border-right-color: rgb(168 162 158 / 0.95);
}

.hover\:border-r-stone-50:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 250 249 / var(--tw-border-opacity));
}

.hover\:border-r-stone-50\/0:hover {
  border-right-color: rgb(250 250 249 / 0);
}

.hover\:border-r-stone-50\/10:hover {
  border-right-color: rgb(250 250 249 / 0.1);
}

.hover\:border-r-stone-50\/100:hover {
  border-right-color: rgb(250 250 249 / 1);
}

.hover\:border-r-stone-50\/20:hover {
  border-right-color: rgb(250 250 249 / 0.2);
}

.hover\:border-r-stone-50\/25:hover {
  border-right-color: rgb(250 250 249 / 0.25);
}

.hover\:border-r-stone-50\/30:hover {
  border-right-color: rgb(250 250 249 / 0.3);
}

.hover\:border-r-stone-50\/40:hover {
  border-right-color: rgb(250 250 249 / 0.4);
}

.hover\:border-r-stone-50\/5:hover {
  border-right-color: rgb(250 250 249 / 0.05);
}

.hover\:border-r-stone-50\/50:hover {
  border-right-color: rgb(250 250 249 / 0.5);
}

.hover\:border-r-stone-50\/60:hover {
  border-right-color: rgb(250 250 249 / 0.6);
}

.hover\:border-r-stone-50\/70:hover {
  border-right-color: rgb(250 250 249 / 0.7);
}

.hover\:border-r-stone-50\/75:hover {
  border-right-color: rgb(250 250 249 / 0.75);
}

.hover\:border-r-stone-50\/80:hover {
  border-right-color: rgb(250 250 249 / 0.8);
}

.hover\:border-r-stone-50\/90:hover {
  border-right-color: rgb(250 250 249 / 0.9);
}

.hover\:border-r-stone-50\/95:hover {
  border-right-color: rgb(250 250 249 / 0.95);
}

.hover\:border-r-stone-500:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(120 113 108 / var(--tw-border-opacity));
}

.hover\:border-r-stone-500\/0:hover {
  border-right-color: rgb(120 113 108 / 0);
}

.hover\:border-r-stone-500\/10:hover {
  border-right-color: rgb(120 113 108 / 0.1);
}

.hover\:border-r-stone-500\/100:hover {
  border-right-color: rgb(120 113 108 / 1);
}

.hover\:border-r-stone-500\/20:hover {
  border-right-color: rgb(120 113 108 / 0.2);
}

.hover\:border-r-stone-500\/25:hover {
  border-right-color: rgb(120 113 108 / 0.25);
}

.hover\:border-r-stone-500\/30:hover {
  border-right-color: rgb(120 113 108 / 0.3);
}

.hover\:border-r-stone-500\/40:hover {
  border-right-color: rgb(120 113 108 / 0.4);
}

.hover\:border-r-stone-500\/5:hover {
  border-right-color: rgb(120 113 108 / 0.05);
}

.hover\:border-r-stone-500\/50:hover {
  border-right-color: rgb(120 113 108 / 0.5);
}

.hover\:border-r-stone-500\/60:hover {
  border-right-color: rgb(120 113 108 / 0.6);
}

.hover\:border-r-stone-500\/70:hover {
  border-right-color: rgb(120 113 108 / 0.7);
}

.hover\:border-r-stone-500\/75:hover {
  border-right-color: rgb(120 113 108 / 0.75);
}

.hover\:border-r-stone-500\/80:hover {
  border-right-color: rgb(120 113 108 / 0.8);
}

.hover\:border-r-stone-500\/90:hover {
  border-right-color: rgb(120 113 108 / 0.9);
}

.hover\:border-r-stone-500\/95:hover {
  border-right-color: rgb(120 113 108 / 0.95);
}

.hover\:border-r-stone-600:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(87 83 78 / var(--tw-border-opacity));
}

.hover\:border-r-stone-600\/0:hover {
  border-right-color: rgb(87 83 78 / 0);
}

.hover\:border-r-stone-600\/10:hover {
  border-right-color: rgb(87 83 78 / 0.1);
}

.hover\:border-r-stone-600\/100:hover {
  border-right-color: rgb(87 83 78 / 1);
}

.hover\:border-r-stone-600\/20:hover {
  border-right-color: rgb(87 83 78 / 0.2);
}

.hover\:border-r-stone-600\/25:hover {
  border-right-color: rgb(87 83 78 / 0.25);
}

.hover\:border-r-stone-600\/30:hover {
  border-right-color: rgb(87 83 78 / 0.3);
}

.hover\:border-r-stone-600\/40:hover {
  border-right-color: rgb(87 83 78 / 0.4);
}

.hover\:border-r-stone-600\/5:hover {
  border-right-color: rgb(87 83 78 / 0.05);
}

.hover\:border-r-stone-600\/50:hover {
  border-right-color: rgb(87 83 78 / 0.5);
}

.hover\:border-r-stone-600\/60:hover {
  border-right-color: rgb(87 83 78 / 0.6);
}

.hover\:border-r-stone-600\/70:hover {
  border-right-color: rgb(87 83 78 / 0.7);
}

.hover\:border-r-stone-600\/75:hover {
  border-right-color: rgb(87 83 78 / 0.75);
}

.hover\:border-r-stone-600\/80:hover {
  border-right-color: rgb(87 83 78 / 0.8);
}

.hover\:border-r-stone-600\/90:hover {
  border-right-color: rgb(87 83 78 / 0.9);
}

.hover\:border-r-stone-600\/95:hover {
  border-right-color: rgb(87 83 78 / 0.95);
}

.hover\:border-r-stone-700:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(68 64 60 / var(--tw-border-opacity));
}

.hover\:border-r-stone-700\/0:hover {
  border-right-color: rgb(68 64 60 / 0);
}

.hover\:border-r-stone-700\/10:hover {
  border-right-color: rgb(68 64 60 / 0.1);
}

.hover\:border-r-stone-700\/100:hover {
  border-right-color: rgb(68 64 60 / 1);
}

.hover\:border-r-stone-700\/20:hover {
  border-right-color: rgb(68 64 60 / 0.2);
}

.hover\:border-r-stone-700\/25:hover {
  border-right-color: rgb(68 64 60 / 0.25);
}

.hover\:border-r-stone-700\/30:hover {
  border-right-color: rgb(68 64 60 / 0.3);
}

.hover\:border-r-stone-700\/40:hover {
  border-right-color: rgb(68 64 60 / 0.4);
}

.hover\:border-r-stone-700\/5:hover {
  border-right-color: rgb(68 64 60 / 0.05);
}

.hover\:border-r-stone-700\/50:hover {
  border-right-color: rgb(68 64 60 / 0.5);
}

.hover\:border-r-stone-700\/60:hover {
  border-right-color: rgb(68 64 60 / 0.6);
}

.hover\:border-r-stone-700\/70:hover {
  border-right-color: rgb(68 64 60 / 0.7);
}

.hover\:border-r-stone-700\/75:hover {
  border-right-color: rgb(68 64 60 / 0.75);
}

.hover\:border-r-stone-700\/80:hover {
  border-right-color: rgb(68 64 60 / 0.8);
}

.hover\:border-r-stone-700\/90:hover {
  border-right-color: rgb(68 64 60 / 0.9);
}

.hover\:border-r-stone-700\/95:hover {
  border-right-color: rgb(68 64 60 / 0.95);
}

.hover\:border-r-stone-800:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(41 37 36 / var(--tw-border-opacity));
}

.hover\:border-r-stone-800\/0:hover {
  border-right-color: rgb(41 37 36 / 0);
}

.hover\:border-r-stone-800\/10:hover {
  border-right-color: rgb(41 37 36 / 0.1);
}

.hover\:border-r-stone-800\/100:hover {
  border-right-color: rgb(41 37 36 / 1);
}

.hover\:border-r-stone-800\/20:hover {
  border-right-color: rgb(41 37 36 / 0.2);
}

.hover\:border-r-stone-800\/25:hover {
  border-right-color: rgb(41 37 36 / 0.25);
}

.hover\:border-r-stone-800\/30:hover {
  border-right-color: rgb(41 37 36 / 0.3);
}

.hover\:border-r-stone-800\/40:hover {
  border-right-color: rgb(41 37 36 / 0.4);
}

.hover\:border-r-stone-800\/5:hover {
  border-right-color: rgb(41 37 36 / 0.05);
}

.hover\:border-r-stone-800\/50:hover {
  border-right-color: rgb(41 37 36 / 0.5);
}

.hover\:border-r-stone-800\/60:hover {
  border-right-color: rgb(41 37 36 / 0.6);
}

.hover\:border-r-stone-800\/70:hover {
  border-right-color: rgb(41 37 36 / 0.7);
}

.hover\:border-r-stone-800\/75:hover {
  border-right-color: rgb(41 37 36 / 0.75);
}

.hover\:border-r-stone-800\/80:hover {
  border-right-color: rgb(41 37 36 / 0.8);
}

.hover\:border-r-stone-800\/90:hover {
  border-right-color: rgb(41 37 36 / 0.9);
}

.hover\:border-r-stone-800\/95:hover {
  border-right-color: rgb(41 37 36 / 0.95);
}

.hover\:border-r-stone-900:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(28 25 23 / var(--tw-border-opacity));
}

.hover\:border-r-stone-900\/0:hover {
  border-right-color: rgb(28 25 23 / 0);
}

.hover\:border-r-stone-900\/10:hover {
  border-right-color: rgb(28 25 23 / 0.1);
}

.hover\:border-r-stone-900\/100:hover {
  border-right-color: rgb(28 25 23 / 1);
}

.hover\:border-r-stone-900\/20:hover {
  border-right-color: rgb(28 25 23 / 0.2);
}

.hover\:border-r-stone-900\/25:hover {
  border-right-color: rgb(28 25 23 / 0.25);
}

.hover\:border-r-stone-900\/30:hover {
  border-right-color: rgb(28 25 23 / 0.3);
}

.hover\:border-r-stone-900\/40:hover {
  border-right-color: rgb(28 25 23 / 0.4);
}

.hover\:border-r-stone-900\/5:hover {
  border-right-color: rgb(28 25 23 / 0.05);
}

.hover\:border-r-stone-900\/50:hover {
  border-right-color: rgb(28 25 23 / 0.5);
}

.hover\:border-r-stone-900\/60:hover {
  border-right-color: rgb(28 25 23 / 0.6);
}

.hover\:border-r-stone-900\/70:hover {
  border-right-color: rgb(28 25 23 / 0.7);
}

.hover\:border-r-stone-900\/75:hover {
  border-right-color: rgb(28 25 23 / 0.75);
}

.hover\:border-r-stone-900\/80:hover {
  border-right-color: rgb(28 25 23 / 0.8);
}

.hover\:border-r-stone-900\/90:hover {
  border-right-color: rgb(28 25 23 / 0.9);
}

.hover\:border-r-stone-900\/95:hover {
  border-right-color: rgb(28 25 23 / 0.95);
}

.hover\:border-r-stone-950:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(12 10 9 / var(--tw-border-opacity));
}

.hover\:border-r-stone-950\/0:hover {
  border-right-color: rgb(12 10 9 / 0);
}

.hover\:border-r-stone-950\/10:hover {
  border-right-color: rgb(12 10 9 / 0.1);
}

.hover\:border-r-stone-950\/100:hover {
  border-right-color: rgb(12 10 9 / 1);
}

.hover\:border-r-stone-950\/20:hover {
  border-right-color: rgb(12 10 9 / 0.2);
}

.hover\:border-r-stone-950\/25:hover {
  border-right-color: rgb(12 10 9 / 0.25);
}

.hover\:border-r-stone-950\/30:hover {
  border-right-color: rgb(12 10 9 / 0.3);
}

.hover\:border-r-stone-950\/40:hover {
  border-right-color: rgb(12 10 9 / 0.4);
}

.hover\:border-r-stone-950\/5:hover {
  border-right-color: rgb(12 10 9 / 0.05);
}

.hover\:border-r-stone-950\/50:hover {
  border-right-color: rgb(12 10 9 / 0.5);
}

.hover\:border-r-stone-950\/60:hover {
  border-right-color: rgb(12 10 9 / 0.6);
}

.hover\:border-r-stone-950\/70:hover {
  border-right-color: rgb(12 10 9 / 0.7);
}

.hover\:border-r-stone-950\/75:hover {
  border-right-color: rgb(12 10 9 / 0.75);
}

.hover\:border-r-stone-950\/80:hover {
  border-right-color: rgb(12 10 9 / 0.8);
}

.hover\:border-r-stone-950\/90:hover {
  border-right-color: rgb(12 10 9 / 0.9);
}

.hover\:border-r-stone-950\/95:hover {
  border-right-color: rgb(12 10 9 / 0.95);
}

.hover\:border-r-teal-100:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(204 251 241 / var(--tw-border-opacity));
}

.hover\:border-r-teal-100\/0:hover {
  border-right-color: rgb(204 251 241 / 0);
}

.hover\:border-r-teal-100\/10:hover {
  border-right-color: rgb(204 251 241 / 0.1);
}

.hover\:border-r-teal-100\/100:hover {
  border-right-color: rgb(204 251 241 / 1);
}

.hover\:border-r-teal-100\/20:hover {
  border-right-color: rgb(204 251 241 / 0.2);
}

.hover\:border-r-teal-100\/25:hover {
  border-right-color: rgb(204 251 241 / 0.25);
}

.hover\:border-r-teal-100\/30:hover {
  border-right-color: rgb(204 251 241 / 0.3);
}

.hover\:border-r-teal-100\/40:hover {
  border-right-color: rgb(204 251 241 / 0.4);
}

.hover\:border-r-teal-100\/5:hover {
  border-right-color: rgb(204 251 241 / 0.05);
}

.hover\:border-r-teal-100\/50:hover {
  border-right-color: rgb(204 251 241 / 0.5);
}

.hover\:border-r-teal-100\/60:hover {
  border-right-color: rgb(204 251 241 / 0.6);
}

.hover\:border-r-teal-100\/70:hover {
  border-right-color: rgb(204 251 241 / 0.7);
}

.hover\:border-r-teal-100\/75:hover {
  border-right-color: rgb(204 251 241 / 0.75);
}

.hover\:border-r-teal-100\/80:hover {
  border-right-color: rgb(204 251 241 / 0.8);
}

.hover\:border-r-teal-100\/90:hover {
  border-right-color: rgb(204 251 241 / 0.9);
}

.hover\:border-r-teal-100\/95:hover {
  border-right-color: rgb(204 251 241 / 0.95);
}

.hover\:border-r-teal-200:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(153 246 228 / var(--tw-border-opacity));
}

.hover\:border-r-teal-200\/0:hover {
  border-right-color: rgb(153 246 228 / 0);
}

.hover\:border-r-teal-200\/10:hover {
  border-right-color: rgb(153 246 228 / 0.1);
}

.hover\:border-r-teal-200\/100:hover {
  border-right-color: rgb(153 246 228 / 1);
}

.hover\:border-r-teal-200\/20:hover {
  border-right-color: rgb(153 246 228 / 0.2);
}

.hover\:border-r-teal-200\/25:hover {
  border-right-color: rgb(153 246 228 / 0.25);
}

.hover\:border-r-teal-200\/30:hover {
  border-right-color: rgb(153 246 228 / 0.3);
}

.hover\:border-r-teal-200\/40:hover {
  border-right-color: rgb(153 246 228 / 0.4);
}

.hover\:border-r-teal-200\/5:hover {
  border-right-color: rgb(153 246 228 / 0.05);
}

.hover\:border-r-teal-200\/50:hover {
  border-right-color: rgb(153 246 228 / 0.5);
}

.hover\:border-r-teal-200\/60:hover {
  border-right-color: rgb(153 246 228 / 0.6);
}

.hover\:border-r-teal-200\/70:hover {
  border-right-color: rgb(153 246 228 / 0.7);
}

.hover\:border-r-teal-200\/75:hover {
  border-right-color: rgb(153 246 228 / 0.75);
}

.hover\:border-r-teal-200\/80:hover {
  border-right-color: rgb(153 246 228 / 0.8);
}

.hover\:border-r-teal-200\/90:hover {
  border-right-color: rgb(153 246 228 / 0.9);
}

.hover\:border-r-teal-200\/95:hover {
  border-right-color: rgb(153 246 228 / 0.95);
}

.hover\:border-r-teal-300:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(94 234 212 / var(--tw-border-opacity));
}

.hover\:border-r-teal-300\/0:hover {
  border-right-color: rgb(94 234 212 / 0);
}

.hover\:border-r-teal-300\/10:hover {
  border-right-color: rgb(94 234 212 / 0.1);
}

.hover\:border-r-teal-300\/100:hover {
  border-right-color: rgb(94 234 212 / 1);
}

.hover\:border-r-teal-300\/20:hover {
  border-right-color: rgb(94 234 212 / 0.2);
}

.hover\:border-r-teal-300\/25:hover {
  border-right-color: rgb(94 234 212 / 0.25);
}

.hover\:border-r-teal-300\/30:hover {
  border-right-color: rgb(94 234 212 / 0.3);
}

.hover\:border-r-teal-300\/40:hover {
  border-right-color: rgb(94 234 212 / 0.4);
}

.hover\:border-r-teal-300\/5:hover {
  border-right-color: rgb(94 234 212 / 0.05);
}

.hover\:border-r-teal-300\/50:hover {
  border-right-color: rgb(94 234 212 / 0.5);
}

.hover\:border-r-teal-300\/60:hover {
  border-right-color: rgb(94 234 212 / 0.6);
}

.hover\:border-r-teal-300\/70:hover {
  border-right-color: rgb(94 234 212 / 0.7);
}

.hover\:border-r-teal-300\/75:hover {
  border-right-color: rgb(94 234 212 / 0.75);
}

.hover\:border-r-teal-300\/80:hover {
  border-right-color: rgb(94 234 212 / 0.8);
}

.hover\:border-r-teal-300\/90:hover {
  border-right-color: rgb(94 234 212 / 0.9);
}

.hover\:border-r-teal-300\/95:hover {
  border-right-color: rgb(94 234 212 / 0.95);
}

.hover\:border-r-teal-400:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(45 212 191 / var(--tw-border-opacity));
}

.hover\:border-r-teal-400\/0:hover {
  border-right-color: rgb(45 212 191 / 0);
}

.hover\:border-r-teal-400\/10:hover {
  border-right-color: rgb(45 212 191 / 0.1);
}

.hover\:border-r-teal-400\/100:hover {
  border-right-color: rgb(45 212 191 / 1);
}

.hover\:border-r-teal-400\/20:hover {
  border-right-color: rgb(45 212 191 / 0.2);
}

.hover\:border-r-teal-400\/25:hover {
  border-right-color: rgb(45 212 191 / 0.25);
}

.hover\:border-r-teal-400\/30:hover {
  border-right-color: rgb(45 212 191 / 0.3);
}

.hover\:border-r-teal-400\/40:hover {
  border-right-color: rgb(45 212 191 / 0.4);
}

.hover\:border-r-teal-400\/5:hover {
  border-right-color: rgb(45 212 191 / 0.05);
}

.hover\:border-r-teal-400\/50:hover {
  border-right-color: rgb(45 212 191 / 0.5);
}

.hover\:border-r-teal-400\/60:hover {
  border-right-color: rgb(45 212 191 / 0.6);
}

.hover\:border-r-teal-400\/70:hover {
  border-right-color: rgb(45 212 191 / 0.7);
}

.hover\:border-r-teal-400\/75:hover {
  border-right-color: rgb(45 212 191 / 0.75);
}

.hover\:border-r-teal-400\/80:hover {
  border-right-color: rgb(45 212 191 / 0.8);
}

.hover\:border-r-teal-400\/90:hover {
  border-right-color: rgb(45 212 191 / 0.9);
}

.hover\:border-r-teal-400\/95:hover {
  border-right-color: rgb(45 212 191 / 0.95);
}

.hover\:border-r-teal-50:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(240 253 250 / var(--tw-border-opacity));
}

.hover\:border-r-teal-50\/0:hover {
  border-right-color: rgb(240 253 250 / 0);
}

.hover\:border-r-teal-50\/10:hover {
  border-right-color: rgb(240 253 250 / 0.1);
}

.hover\:border-r-teal-50\/100:hover {
  border-right-color: rgb(240 253 250 / 1);
}

.hover\:border-r-teal-50\/20:hover {
  border-right-color: rgb(240 253 250 / 0.2);
}

.hover\:border-r-teal-50\/25:hover {
  border-right-color: rgb(240 253 250 / 0.25);
}

.hover\:border-r-teal-50\/30:hover {
  border-right-color: rgb(240 253 250 / 0.3);
}

.hover\:border-r-teal-50\/40:hover {
  border-right-color: rgb(240 253 250 / 0.4);
}

.hover\:border-r-teal-50\/5:hover {
  border-right-color: rgb(240 253 250 / 0.05);
}

.hover\:border-r-teal-50\/50:hover {
  border-right-color: rgb(240 253 250 / 0.5);
}

.hover\:border-r-teal-50\/60:hover {
  border-right-color: rgb(240 253 250 / 0.6);
}

.hover\:border-r-teal-50\/70:hover {
  border-right-color: rgb(240 253 250 / 0.7);
}

.hover\:border-r-teal-50\/75:hover {
  border-right-color: rgb(240 253 250 / 0.75);
}

.hover\:border-r-teal-50\/80:hover {
  border-right-color: rgb(240 253 250 / 0.8);
}

.hover\:border-r-teal-50\/90:hover {
  border-right-color: rgb(240 253 250 / 0.9);
}

.hover\:border-r-teal-50\/95:hover {
  border-right-color: rgb(240 253 250 / 0.95);
}

.hover\:border-r-teal-500:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(20 184 166 / var(--tw-border-opacity));
}

.hover\:border-r-teal-500\/0:hover {
  border-right-color: rgb(20 184 166 / 0);
}

.hover\:border-r-teal-500\/10:hover {
  border-right-color: rgb(20 184 166 / 0.1);
}

.hover\:border-r-teal-500\/100:hover {
  border-right-color: rgb(20 184 166 / 1);
}

.hover\:border-r-teal-500\/20:hover {
  border-right-color: rgb(20 184 166 / 0.2);
}

.hover\:border-r-teal-500\/25:hover {
  border-right-color: rgb(20 184 166 / 0.25);
}

.hover\:border-r-teal-500\/30:hover {
  border-right-color: rgb(20 184 166 / 0.3);
}

.hover\:border-r-teal-500\/40:hover {
  border-right-color: rgb(20 184 166 / 0.4);
}

.hover\:border-r-teal-500\/5:hover {
  border-right-color: rgb(20 184 166 / 0.05);
}

.hover\:border-r-teal-500\/50:hover {
  border-right-color: rgb(20 184 166 / 0.5);
}

.hover\:border-r-teal-500\/60:hover {
  border-right-color: rgb(20 184 166 / 0.6);
}

.hover\:border-r-teal-500\/70:hover {
  border-right-color: rgb(20 184 166 / 0.7);
}

.hover\:border-r-teal-500\/75:hover {
  border-right-color: rgb(20 184 166 / 0.75);
}

.hover\:border-r-teal-500\/80:hover {
  border-right-color: rgb(20 184 166 / 0.8);
}

.hover\:border-r-teal-500\/90:hover {
  border-right-color: rgb(20 184 166 / 0.9);
}

.hover\:border-r-teal-500\/95:hover {
  border-right-color: rgb(20 184 166 / 0.95);
}

.hover\:border-r-teal-600:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(13 148 136 / var(--tw-border-opacity));
}

.hover\:border-r-teal-600\/0:hover {
  border-right-color: rgb(13 148 136 / 0);
}

.hover\:border-r-teal-600\/10:hover {
  border-right-color: rgb(13 148 136 / 0.1);
}

.hover\:border-r-teal-600\/100:hover {
  border-right-color: rgb(13 148 136 / 1);
}

.hover\:border-r-teal-600\/20:hover {
  border-right-color: rgb(13 148 136 / 0.2);
}

.hover\:border-r-teal-600\/25:hover {
  border-right-color: rgb(13 148 136 / 0.25);
}

.hover\:border-r-teal-600\/30:hover {
  border-right-color: rgb(13 148 136 / 0.3);
}

.hover\:border-r-teal-600\/40:hover {
  border-right-color: rgb(13 148 136 / 0.4);
}

.hover\:border-r-teal-600\/5:hover {
  border-right-color: rgb(13 148 136 / 0.05);
}

.hover\:border-r-teal-600\/50:hover {
  border-right-color: rgb(13 148 136 / 0.5);
}

.hover\:border-r-teal-600\/60:hover {
  border-right-color: rgb(13 148 136 / 0.6);
}

.hover\:border-r-teal-600\/70:hover {
  border-right-color: rgb(13 148 136 / 0.7);
}

.hover\:border-r-teal-600\/75:hover {
  border-right-color: rgb(13 148 136 / 0.75);
}

.hover\:border-r-teal-600\/80:hover {
  border-right-color: rgb(13 148 136 / 0.8);
}

.hover\:border-r-teal-600\/90:hover {
  border-right-color: rgb(13 148 136 / 0.9);
}

.hover\:border-r-teal-600\/95:hover {
  border-right-color: rgb(13 148 136 / 0.95);
}

.hover\:border-r-teal-700:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(15 118 110 / var(--tw-border-opacity));
}

.hover\:border-r-teal-700\/0:hover {
  border-right-color: rgb(15 118 110 / 0);
}

.hover\:border-r-teal-700\/10:hover {
  border-right-color: rgb(15 118 110 / 0.1);
}

.hover\:border-r-teal-700\/100:hover {
  border-right-color: rgb(15 118 110 / 1);
}

.hover\:border-r-teal-700\/20:hover {
  border-right-color: rgb(15 118 110 / 0.2);
}

.hover\:border-r-teal-700\/25:hover {
  border-right-color: rgb(15 118 110 / 0.25);
}

.hover\:border-r-teal-700\/30:hover {
  border-right-color: rgb(15 118 110 / 0.3);
}

.hover\:border-r-teal-700\/40:hover {
  border-right-color: rgb(15 118 110 / 0.4);
}

.hover\:border-r-teal-700\/5:hover {
  border-right-color: rgb(15 118 110 / 0.05);
}

.hover\:border-r-teal-700\/50:hover {
  border-right-color: rgb(15 118 110 / 0.5);
}

.hover\:border-r-teal-700\/60:hover {
  border-right-color: rgb(15 118 110 / 0.6);
}

.hover\:border-r-teal-700\/70:hover {
  border-right-color: rgb(15 118 110 / 0.7);
}

.hover\:border-r-teal-700\/75:hover {
  border-right-color: rgb(15 118 110 / 0.75);
}

.hover\:border-r-teal-700\/80:hover {
  border-right-color: rgb(15 118 110 / 0.8);
}

.hover\:border-r-teal-700\/90:hover {
  border-right-color: rgb(15 118 110 / 0.9);
}

.hover\:border-r-teal-700\/95:hover {
  border-right-color: rgb(15 118 110 / 0.95);
}

.hover\:border-r-teal-800:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(17 94 89 / var(--tw-border-opacity));
}

.hover\:border-r-teal-800\/0:hover {
  border-right-color: rgb(17 94 89 / 0);
}

.hover\:border-r-teal-800\/10:hover {
  border-right-color: rgb(17 94 89 / 0.1);
}

.hover\:border-r-teal-800\/100:hover {
  border-right-color: rgb(17 94 89 / 1);
}

.hover\:border-r-teal-800\/20:hover {
  border-right-color: rgb(17 94 89 / 0.2);
}

.hover\:border-r-teal-800\/25:hover {
  border-right-color: rgb(17 94 89 / 0.25);
}

.hover\:border-r-teal-800\/30:hover {
  border-right-color: rgb(17 94 89 / 0.3);
}

.hover\:border-r-teal-800\/40:hover {
  border-right-color: rgb(17 94 89 / 0.4);
}

.hover\:border-r-teal-800\/5:hover {
  border-right-color: rgb(17 94 89 / 0.05);
}

.hover\:border-r-teal-800\/50:hover {
  border-right-color: rgb(17 94 89 / 0.5);
}

.hover\:border-r-teal-800\/60:hover {
  border-right-color: rgb(17 94 89 / 0.6);
}

.hover\:border-r-teal-800\/70:hover {
  border-right-color: rgb(17 94 89 / 0.7);
}

.hover\:border-r-teal-800\/75:hover {
  border-right-color: rgb(17 94 89 / 0.75);
}

.hover\:border-r-teal-800\/80:hover {
  border-right-color: rgb(17 94 89 / 0.8);
}

.hover\:border-r-teal-800\/90:hover {
  border-right-color: rgb(17 94 89 / 0.9);
}

.hover\:border-r-teal-800\/95:hover {
  border-right-color: rgb(17 94 89 / 0.95);
}

.hover\:border-r-teal-900:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(19 78 74 / var(--tw-border-opacity));
}

.hover\:border-r-teal-900\/0:hover {
  border-right-color: rgb(19 78 74 / 0);
}

.hover\:border-r-teal-900\/10:hover {
  border-right-color: rgb(19 78 74 / 0.1);
}

.hover\:border-r-teal-900\/100:hover {
  border-right-color: rgb(19 78 74 / 1);
}

.hover\:border-r-teal-900\/20:hover {
  border-right-color: rgb(19 78 74 / 0.2);
}

.hover\:border-r-teal-900\/25:hover {
  border-right-color: rgb(19 78 74 / 0.25);
}

.hover\:border-r-teal-900\/30:hover {
  border-right-color: rgb(19 78 74 / 0.3);
}

.hover\:border-r-teal-900\/40:hover {
  border-right-color: rgb(19 78 74 / 0.4);
}

.hover\:border-r-teal-900\/5:hover {
  border-right-color: rgb(19 78 74 / 0.05);
}

.hover\:border-r-teal-900\/50:hover {
  border-right-color: rgb(19 78 74 / 0.5);
}

.hover\:border-r-teal-900\/60:hover {
  border-right-color: rgb(19 78 74 / 0.6);
}

.hover\:border-r-teal-900\/70:hover {
  border-right-color: rgb(19 78 74 / 0.7);
}

.hover\:border-r-teal-900\/75:hover {
  border-right-color: rgb(19 78 74 / 0.75);
}

.hover\:border-r-teal-900\/80:hover {
  border-right-color: rgb(19 78 74 / 0.8);
}

.hover\:border-r-teal-900\/90:hover {
  border-right-color: rgb(19 78 74 / 0.9);
}

.hover\:border-r-teal-900\/95:hover {
  border-right-color: rgb(19 78 74 / 0.95);
}

.hover\:border-r-teal-950:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(4 47 46 / var(--tw-border-opacity));
}

.hover\:border-r-teal-950\/0:hover {
  border-right-color: rgb(4 47 46 / 0);
}

.hover\:border-r-teal-950\/10:hover {
  border-right-color: rgb(4 47 46 / 0.1);
}

.hover\:border-r-teal-950\/100:hover {
  border-right-color: rgb(4 47 46 / 1);
}

.hover\:border-r-teal-950\/20:hover {
  border-right-color: rgb(4 47 46 / 0.2);
}

.hover\:border-r-teal-950\/25:hover {
  border-right-color: rgb(4 47 46 / 0.25);
}

.hover\:border-r-teal-950\/30:hover {
  border-right-color: rgb(4 47 46 / 0.3);
}

.hover\:border-r-teal-950\/40:hover {
  border-right-color: rgb(4 47 46 / 0.4);
}

.hover\:border-r-teal-950\/5:hover {
  border-right-color: rgb(4 47 46 / 0.05);
}

.hover\:border-r-teal-950\/50:hover {
  border-right-color: rgb(4 47 46 / 0.5);
}

.hover\:border-r-teal-950\/60:hover {
  border-right-color: rgb(4 47 46 / 0.6);
}

.hover\:border-r-teal-950\/70:hover {
  border-right-color: rgb(4 47 46 / 0.7);
}

.hover\:border-r-teal-950\/75:hover {
  border-right-color: rgb(4 47 46 / 0.75);
}

.hover\:border-r-teal-950\/80:hover {
  border-right-color: rgb(4 47 46 / 0.8);
}

.hover\:border-r-teal-950\/90:hover {
  border-right-color: rgb(4 47 46 / 0.9);
}

.hover\:border-r-teal-950\/95:hover {
  border-right-color: rgb(4 47 46 / 0.95);
}

.hover\:border-r-transparent:hover {
  border-right-color: transparent;
}

.hover\:border-r-transparent\/0:hover {
  border-right-color: rgb(0 0 0 / 0);
}

.hover\:border-r-transparent\/10:hover {
  border-right-color: rgb(0 0 0 / 0.1);
}

.hover\:border-r-transparent\/100:hover {
  border-right-color: rgb(0 0 0 / 1);
}

.hover\:border-r-transparent\/20:hover {
  border-right-color: rgb(0 0 0 / 0.2);
}

.hover\:border-r-transparent\/25:hover {
  border-right-color: rgb(0 0 0 / 0.25);
}

.hover\:border-r-transparent\/30:hover {
  border-right-color: rgb(0 0 0 / 0.3);
}

.hover\:border-r-transparent\/40:hover {
  border-right-color: rgb(0 0 0 / 0.4);
}

.hover\:border-r-transparent\/5:hover {
  border-right-color: rgb(0 0 0 / 0.05);
}

.hover\:border-r-transparent\/50:hover {
  border-right-color: rgb(0 0 0 / 0.5);
}

.hover\:border-r-transparent\/60:hover {
  border-right-color: rgb(0 0 0 / 0.6);
}

.hover\:border-r-transparent\/70:hover {
  border-right-color: rgb(0 0 0 / 0.7);
}

.hover\:border-r-transparent\/75:hover {
  border-right-color: rgb(0 0 0 / 0.75);
}

.hover\:border-r-transparent\/80:hover {
  border-right-color: rgb(0 0 0 / 0.8);
}

.hover\:border-r-transparent\/90:hover {
  border-right-color: rgb(0 0 0 / 0.9);
}

.hover\:border-r-transparent\/95:hover {
  border-right-color: rgb(0 0 0 / 0.95);
}

.hover\:border-r-tykhe-digital:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(239 156 131 / var(--tw-border-opacity));
}

.hover\:border-r-tykhe-digital-alt:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 239 224 / var(--tw-border-opacity));
}

.hover\:border-r-tykhe-digital-alt\/0:hover {
  border-right-color: rgb(245 239 224 / 0);
}

.hover\:border-r-tykhe-digital-alt\/10:hover {
  border-right-color: rgb(245 239 224 / 0.1);
}

.hover\:border-r-tykhe-digital-alt\/100:hover {
  border-right-color: rgb(245 239 224 / 1);
}

.hover\:border-r-tykhe-digital-alt\/20:hover {
  border-right-color: rgb(245 239 224 / 0.2);
}

.hover\:border-r-tykhe-digital-alt\/25:hover {
  border-right-color: rgb(245 239 224 / 0.25);
}

.hover\:border-r-tykhe-digital-alt\/30:hover {
  border-right-color: rgb(245 239 224 / 0.3);
}

.hover\:border-r-tykhe-digital-alt\/40:hover {
  border-right-color: rgb(245 239 224 / 0.4);
}

.hover\:border-r-tykhe-digital-alt\/5:hover {
  border-right-color: rgb(245 239 224 / 0.05);
}

.hover\:border-r-tykhe-digital-alt\/50:hover {
  border-right-color: rgb(245 239 224 / 0.5);
}

.hover\:border-r-tykhe-digital-alt\/60:hover {
  border-right-color: rgb(245 239 224 / 0.6);
}

.hover\:border-r-tykhe-digital-alt\/70:hover {
  border-right-color: rgb(245 239 224 / 0.7);
}

.hover\:border-r-tykhe-digital-alt\/75:hover {
  border-right-color: rgb(245 239 224 / 0.75);
}

.hover\:border-r-tykhe-digital-alt\/80:hover {
  border-right-color: rgb(245 239 224 / 0.8);
}

.hover\:border-r-tykhe-digital-alt\/90:hover {
  border-right-color: rgb(245 239 224 / 0.9);
}

.hover\:border-r-tykhe-digital-alt\/95:hover {
  border-right-color: rgb(245 239 224 / 0.95);
}

.hover\:border-r-tykhe-digital-alt2:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 58 111 / var(--tw-border-opacity));
}

.hover\:border-r-tykhe-digital-alt2\/0:hover {
  border-right-color: rgb(255 58 111 / 0);
}

.hover\:border-r-tykhe-digital-alt2\/10:hover {
  border-right-color: rgb(255 58 111 / 0.1);
}

.hover\:border-r-tykhe-digital-alt2\/100:hover {
  border-right-color: rgb(255 58 111 / 1);
}

.hover\:border-r-tykhe-digital-alt2\/20:hover {
  border-right-color: rgb(255 58 111 / 0.2);
}

.hover\:border-r-tykhe-digital-alt2\/25:hover {
  border-right-color: rgb(255 58 111 / 0.25);
}

.hover\:border-r-tykhe-digital-alt2\/30:hover {
  border-right-color: rgb(255 58 111 / 0.3);
}

.hover\:border-r-tykhe-digital-alt2\/40:hover {
  border-right-color: rgb(255 58 111 / 0.4);
}

.hover\:border-r-tykhe-digital-alt2\/5:hover {
  border-right-color: rgb(255 58 111 / 0.05);
}

.hover\:border-r-tykhe-digital-alt2\/50:hover {
  border-right-color: rgb(255 58 111 / 0.5);
}

.hover\:border-r-tykhe-digital-alt2\/60:hover {
  border-right-color: rgb(255 58 111 / 0.6);
}

.hover\:border-r-tykhe-digital-alt2\/70:hover {
  border-right-color: rgb(255 58 111 / 0.7);
}

.hover\:border-r-tykhe-digital-alt2\/75:hover {
  border-right-color: rgb(255 58 111 / 0.75);
}

.hover\:border-r-tykhe-digital-alt2\/80:hover {
  border-right-color: rgb(255 58 111 / 0.8);
}

.hover\:border-r-tykhe-digital-alt2\/90:hover {
  border-right-color: rgb(255 58 111 / 0.9);
}

.hover\:border-r-tykhe-digital-alt2\/95:hover {
  border-right-color: rgb(255 58 111 / 0.95);
}

.hover\:border-r-tykhe-digital-alt3:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(131 214 239 / var(--tw-border-opacity));
}

.hover\:border-r-tykhe-digital-alt3\/0:hover {
  border-right-color: rgb(131 214 239 / 0);
}

.hover\:border-r-tykhe-digital-alt3\/10:hover {
  border-right-color: rgb(131 214 239 / 0.1);
}

.hover\:border-r-tykhe-digital-alt3\/100:hover {
  border-right-color: rgb(131 214 239 / 1);
}

.hover\:border-r-tykhe-digital-alt3\/20:hover {
  border-right-color: rgb(131 214 239 / 0.2);
}

.hover\:border-r-tykhe-digital-alt3\/25:hover {
  border-right-color: rgb(131 214 239 / 0.25);
}

.hover\:border-r-tykhe-digital-alt3\/30:hover {
  border-right-color: rgb(131 214 239 / 0.3);
}

.hover\:border-r-tykhe-digital-alt3\/40:hover {
  border-right-color: rgb(131 214 239 / 0.4);
}

.hover\:border-r-tykhe-digital-alt3\/5:hover {
  border-right-color: rgb(131 214 239 / 0.05);
}

.hover\:border-r-tykhe-digital-alt3\/50:hover {
  border-right-color: rgb(131 214 239 / 0.5);
}

.hover\:border-r-tykhe-digital-alt3\/60:hover {
  border-right-color: rgb(131 214 239 / 0.6);
}

.hover\:border-r-tykhe-digital-alt3\/70:hover {
  border-right-color: rgb(131 214 239 / 0.7);
}

.hover\:border-r-tykhe-digital-alt3\/75:hover {
  border-right-color: rgb(131 214 239 / 0.75);
}

.hover\:border-r-tykhe-digital-alt3\/80:hover {
  border-right-color: rgb(131 214 239 / 0.8);
}

.hover\:border-r-tykhe-digital-alt3\/90:hover {
  border-right-color: rgb(131 214 239 / 0.9);
}

.hover\:border-r-tykhe-digital-alt3\/95:hover {
  border-right-color: rgb(131 214 239 / 0.95);
}

.hover\:border-r-tykhe-digital\/0:hover {
  border-right-color: rgb(239 156 131 / 0);
}

.hover\:border-r-tykhe-digital\/10:hover {
  border-right-color: rgb(239 156 131 / 0.1);
}

.hover\:border-r-tykhe-digital\/100:hover {
  border-right-color: rgb(239 156 131 / 1);
}

.hover\:border-r-tykhe-digital\/20:hover {
  border-right-color: rgb(239 156 131 / 0.2);
}

.hover\:border-r-tykhe-digital\/25:hover {
  border-right-color: rgb(239 156 131 / 0.25);
}

.hover\:border-r-tykhe-digital\/30:hover {
  border-right-color: rgb(239 156 131 / 0.3);
}

.hover\:border-r-tykhe-digital\/40:hover {
  border-right-color: rgb(239 156 131 / 0.4);
}

.hover\:border-r-tykhe-digital\/5:hover {
  border-right-color: rgb(239 156 131 / 0.05);
}

.hover\:border-r-tykhe-digital\/50:hover {
  border-right-color: rgb(239 156 131 / 0.5);
}

.hover\:border-r-tykhe-digital\/60:hover {
  border-right-color: rgb(239 156 131 / 0.6);
}

.hover\:border-r-tykhe-digital\/70:hover {
  border-right-color: rgb(239 156 131 / 0.7);
}

.hover\:border-r-tykhe-digital\/75:hover {
  border-right-color: rgb(239 156 131 / 0.75);
}

.hover\:border-r-tykhe-digital\/80:hover {
  border-right-color: rgb(239 156 131 / 0.8);
}

.hover\:border-r-tykhe-digital\/90:hover {
  border-right-color: rgb(239 156 131 / 0.9);
}

.hover\:border-r-tykhe-digital\/95:hover {
  border-right-color: rgb(239 156 131 / 0.95);
}

.hover\:border-r-violet-100:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(237 233 254 / var(--tw-border-opacity));
}

.hover\:border-r-violet-100\/0:hover {
  border-right-color: rgb(237 233 254 / 0);
}

.hover\:border-r-violet-100\/10:hover {
  border-right-color: rgb(237 233 254 / 0.1);
}

.hover\:border-r-violet-100\/100:hover {
  border-right-color: rgb(237 233 254 / 1);
}

.hover\:border-r-violet-100\/20:hover {
  border-right-color: rgb(237 233 254 / 0.2);
}

.hover\:border-r-violet-100\/25:hover {
  border-right-color: rgb(237 233 254 / 0.25);
}

.hover\:border-r-violet-100\/30:hover {
  border-right-color: rgb(237 233 254 / 0.3);
}

.hover\:border-r-violet-100\/40:hover {
  border-right-color: rgb(237 233 254 / 0.4);
}

.hover\:border-r-violet-100\/5:hover {
  border-right-color: rgb(237 233 254 / 0.05);
}

.hover\:border-r-violet-100\/50:hover {
  border-right-color: rgb(237 233 254 / 0.5);
}

.hover\:border-r-violet-100\/60:hover {
  border-right-color: rgb(237 233 254 / 0.6);
}

.hover\:border-r-violet-100\/70:hover {
  border-right-color: rgb(237 233 254 / 0.7);
}

.hover\:border-r-violet-100\/75:hover {
  border-right-color: rgb(237 233 254 / 0.75);
}

.hover\:border-r-violet-100\/80:hover {
  border-right-color: rgb(237 233 254 / 0.8);
}

.hover\:border-r-violet-100\/90:hover {
  border-right-color: rgb(237 233 254 / 0.9);
}

.hover\:border-r-violet-100\/95:hover {
  border-right-color: rgb(237 233 254 / 0.95);
}

.hover\:border-r-violet-200:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(221 214 254 / var(--tw-border-opacity));
}

.hover\:border-r-violet-200\/0:hover {
  border-right-color: rgb(221 214 254 / 0);
}

.hover\:border-r-violet-200\/10:hover {
  border-right-color: rgb(221 214 254 / 0.1);
}

.hover\:border-r-violet-200\/100:hover {
  border-right-color: rgb(221 214 254 / 1);
}

.hover\:border-r-violet-200\/20:hover {
  border-right-color: rgb(221 214 254 / 0.2);
}

.hover\:border-r-violet-200\/25:hover {
  border-right-color: rgb(221 214 254 / 0.25);
}

.hover\:border-r-violet-200\/30:hover {
  border-right-color: rgb(221 214 254 / 0.3);
}

.hover\:border-r-violet-200\/40:hover {
  border-right-color: rgb(221 214 254 / 0.4);
}

.hover\:border-r-violet-200\/5:hover {
  border-right-color: rgb(221 214 254 / 0.05);
}

.hover\:border-r-violet-200\/50:hover {
  border-right-color: rgb(221 214 254 / 0.5);
}

.hover\:border-r-violet-200\/60:hover {
  border-right-color: rgb(221 214 254 / 0.6);
}

.hover\:border-r-violet-200\/70:hover {
  border-right-color: rgb(221 214 254 / 0.7);
}

.hover\:border-r-violet-200\/75:hover {
  border-right-color: rgb(221 214 254 / 0.75);
}

.hover\:border-r-violet-200\/80:hover {
  border-right-color: rgb(221 214 254 / 0.8);
}

.hover\:border-r-violet-200\/90:hover {
  border-right-color: rgb(221 214 254 / 0.9);
}

.hover\:border-r-violet-200\/95:hover {
  border-right-color: rgb(221 214 254 / 0.95);
}

.hover\:border-r-violet-300:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(196 181 253 / var(--tw-border-opacity));
}

.hover\:border-r-violet-300\/0:hover {
  border-right-color: rgb(196 181 253 / 0);
}

.hover\:border-r-violet-300\/10:hover {
  border-right-color: rgb(196 181 253 / 0.1);
}

.hover\:border-r-violet-300\/100:hover {
  border-right-color: rgb(196 181 253 / 1);
}

.hover\:border-r-violet-300\/20:hover {
  border-right-color: rgb(196 181 253 / 0.2);
}

.hover\:border-r-violet-300\/25:hover {
  border-right-color: rgb(196 181 253 / 0.25);
}

.hover\:border-r-violet-300\/30:hover {
  border-right-color: rgb(196 181 253 / 0.3);
}

.hover\:border-r-violet-300\/40:hover {
  border-right-color: rgb(196 181 253 / 0.4);
}

.hover\:border-r-violet-300\/5:hover {
  border-right-color: rgb(196 181 253 / 0.05);
}

.hover\:border-r-violet-300\/50:hover {
  border-right-color: rgb(196 181 253 / 0.5);
}

.hover\:border-r-violet-300\/60:hover {
  border-right-color: rgb(196 181 253 / 0.6);
}

.hover\:border-r-violet-300\/70:hover {
  border-right-color: rgb(196 181 253 / 0.7);
}

.hover\:border-r-violet-300\/75:hover {
  border-right-color: rgb(196 181 253 / 0.75);
}

.hover\:border-r-violet-300\/80:hover {
  border-right-color: rgb(196 181 253 / 0.8);
}

.hover\:border-r-violet-300\/90:hover {
  border-right-color: rgb(196 181 253 / 0.9);
}

.hover\:border-r-violet-300\/95:hover {
  border-right-color: rgb(196 181 253 / 0.95);
}

.hover\:border-r-violet-400:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(167 139 250 / var(--tw-border-opacity));
}

.hover\:border-r-violet-400\/0:hover {
  border-right-color: rgb(167 139 250 / 0);
}

.hover\:border-r-violet-400\/10:hover {
  border-right-color: rgb(167 139 250 / 0.1);
}

.hover\:border-r-violet-400\/100:hover {
  border-right-color: rgb(167 139 250 / 1);
}

.hover\:border-r-violet-400\/20:hover {
  border-right-color: rgb(167 139 250 / 0.2);
}

.hover\:border-r-violet-400\/25:hover {
  border-right-color: rgb(167 139 250 / 0.25);
}

.hover\:border-r-violet-400\/30:hover {
  border-right-color: rgb(167 139 250 / 0.3);
}

.hover\:border-r-violet-400\/40:hover {
  border-right-color: rgb(167 139 250 / 0.4);
}

.hover\:border-r-violet-400\/5:hover {
  border-right-color: rgb(167 139 250 / 0.05);
}

.hover\:border-r-violet-400\/50:hover {
  border-right-color: rgb(167 139 250 / 0.5);
}

.hover\:border-r-violet-400\/60:hover {
  border-right-color: rgb(167 139 250 / 0.6);
}

.hover\:border-r-violet-400\/70:hover {
  border-right-color: rgb(167 139 250 / 0.7);
}

.hover\:border-r-violet-400\/75:hover {
  border-right-color: rgb(167 139 250 / 0.75);
}

.hover\:border-r-violet-400\/80:hover {
  border-right-color: rgb(167 139 250 / 0.8);
}

.hover\:border-r-violet-400\/90:hover {
  border-right-color: rgb(167 139 250 / 0.9);
}

.hover\:border-r-violet-400\/95:hover {
  border-right-color: rgb(167 139 250 / 0.95);
}

.hover\:border-r-violet-50:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 243 255 / var(--tw-border-opacity));
}

.hover\:border-r-violet-50\/0:hover {
  border-right-color: rgb(245 243 255 / 0);
}

.hover\:border-r-violet-50\/10:hover {
  border-right-color: rgb(245 243 255 / 0.1);
}

.hover\:border-r-violet-50\/100:hover {
  border-right-color: rgb(245 243 255 / 1);
}

.hover\:border-r-violet-50\/20:hover {
  border-right-color: rgb(245 243 255 / 0.2);
}

.hover\:border-r-violet-50\/25:hover {
  border-right-color: rgb(245 243 255 / 0.25);
}

.hover\:border-r-violet-50\/30:hover {
  border-right-color: rgb(245 243 255 / 0.3);
}

.hover\:border-r-violet-50\/40:hover {
  border-right-color: rgb(245 243 255 / 0.4);
}

.hover\:border-r-violet-50\/5:hover {
  border-right-color: rgb(245 243 255 / 0.05);
}

.hover\:border-r-violet-50\/50:hover {
  border-right-color: rgb(245 243 255 / 0.5);
}

.hover\:border-r-violet-50\/60:hover {
  border-right-color: rgb(245 243 255 / 0.6);
}

.hover\:border-r-violet-50\/70:hover {
  border-right-color: rgb(245 243 255 / 0.7);
}

.hover\:border-r-violet-50\/75:hover {
  border-right-color: rgb(245 243 255 / 0.75);
}

.hover\:border-r-violet-50\/80:hover {
  border-right-color: rgb(245 243 255 / 0.8);
}

.hover\:border-r-violet-50\/90:hover {
  border-right-color: rgb(245 243 255 / 0.9);
}

.hover\:border-r-violet-50\/95:hover {
  border-right-color: rgb(245 243 255 / 0.95);
}

.hover\:border-r-violet-500:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(139 92 246 / var(--tw-border-opacity));
}

.hover\:border-r-violet-500\/0:hover {
  border-right-color: rgb(139 92 246 / 0);
}

.hover\:border-r-violet-500\/10:hover {
  border-right-color: rgb(139 92 246 / 0.1);
}

.hover\:border-r-violet-500\/100:hover {
  border-right-color: rgb(139 92 246 / 1);
}

.hover\:border-r-violet-500\/20:hover {
  border-right-color: rgb(139 92 246 / 0.2);
}

.hover\:border-r-violet-500\/25:hover {
  border-right-color: rgb(139 92 246 / 0.25);
}

.hover\:border-r-violet-500\/30:hover {
  border-right-color: rgb(139 92 246 / 0.3);
}

.hover\:border-r-violet-500\/40:hover {
  border-right-color: rgb(139 92 246 / 0.4);
}

.hover\:border-r-violet-500\/5:hover {
  border-right-color: rgb(139 92 246 / 0.05);
}

.hover\:border-r-violet-500\/50:hover {
  border-right-color: rgb(139 92 246 / 0.5);
}

.hover\:border-r-violet-500\/60:hover {
  border-right-color: rgb(139 92 246 / 0.6);
}

.hover\:border-r-violet-500\/70:hover {
  border-right-color: rgb(139 92 246 / 0.7);
}

.hover\:border-r-violet-500\/75:hover {
  border-right-color: rgb(139 92 246 / 0.75);
}

.hover\:border-r-violet-500\/80:hover {
  border-right-color: rgb(139 92 246 / 0.8);
}

.hover\:border-r-violet-500\/90:hover {
  border-right-color: rgb(139 92 246 / 0.9);
}

.hover\:border-r-violet-500\/95:hover {
  border-right-color: rgb(139 92 246 / 0.95);
}

.hover\:border-r-violet-600:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(124 58 237 / var(--tw-border-opacity));
}

.hover\:border-r-violet-600\/0:hover {
  border-right-color: rgb(124 58 237 / 0);
}

.hover\:border-r-violet-600\/10:hover {
  border-right-color: rgb(124 58 237 / 0.1);
}

.hover\:border-r-violet-600\/100:hover {
  border-right-color: rgb(124 58 237 / 1);
}

.hover\:border-r-violet-600\/20:hover {
  border-right-color: rgb(124 58 237 / 0.2);
}

.hover\:border-r-violet-600\/25:hover {
  border-right-color: rgb(124 58 237 / 0.25);
}

.hover\:border-r-violet-600\/30:hover {
  border-right-color: rgb(124 58 237 / 0.3);
}

.hover\:border-r-violet-600\/40:hover {
  border-right-color: rgb(124 58 237 / 0.4);
}

.hover\:border-r-violet-600\/5:hover {
  border-right-color: rgb(124 58 237 / 0.05);
}

.hover\:border-r-violet-600\/50:hover {
  border-right-color: rgb(124 58 237 / 0.5);
}

.hover\:border-r-violet-600\/60:hover {
  border-right-color: rgb(124 58 237 / 0.6);
}

.hover\:border-r-violet-600\/70:hover {
  border-right-color: rgb(124 58 237 / 0.7);
}

.hover\:border-r-violet-600\/75:hover {
  border-right-color: rgb(124 58 237 / 0.75);
}

.hover\:border-r-violet-600\/80:hover {
  border-right-color: rgb(124 58 237 / 0.8);
}

.hover\:border-r-violet-600\/90:hover {
  border-right-color: rgb(124 58 237 / 0.9);
}

.hover\:border-r-violet-600\/95:hover {
  border-right-color: rgb(124 58 237 / 0.95);
}

.hover\:border-r-violet-700:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(109 40 217 / var(--tw-border-opacity));
}

.hover\:border-r-violet-700\/0:hover {
  border-right-color: rgb(109 40 217 / 0);
}

.hover\:border-r-violet-700\/10:hover {
  border-right-color: rgb(109 40 217 / 0.1);
}

.hover\:border-r-violet-700\/100:hover {
  border-right-color: rgb(109 40 217 / 1);
}

.hover\:border-r-violet-700\/20:hover {
  border-right-color: rgb(109 40 217 / 0.2);
}

.hover\:border-r-violet-700\/25:hover {
  border-right-color: rgb(109 40 217 / 0.25);
}

.hover\:border-r-violet-700\/30:hover {
  border-right-color: rgb(109 40 217 / 0.3);
}

.hover\:border-r-violet-700\/40:hover {
  border-right-color: rgb(109 40 217 / 0.4);
}

.hover\:border-r-violet-700\/5:hover {
  border-right-color: rgb(109 40 217 / 0.05);
}

.hover\:border-r-violet-700\/50:hover {
  border-right-color: rgb(109 40 217 / 0.5);
}

.hover\:border-r-violet-700\/60:hover {
  border-right-color: rgb(109 40 217 / 0.6);
}

.hover\:border-r-violet-700\/70:hover {
  border-right-color: rgb(109 40 217 / 0.7);
}

.hover\:border-r-violet-700\/75:hover {
  border-right-color: rgb(109 40 217 / 0.75);
}

.hover\:border-r-violet-700\/80:hover {
  border-right-color: rgb(109 40 217 / 0.8);
}

.hover\:border-r-violet-700\/90:hover {
  border-right-color: rgb(109 40 217 / 0.9);
}

.hover\:border-r-violet-700\/95:hover {
  border-right-color: rgb(109 40 217 / 0.95);
}

.hover\:border-r-violet-800:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(91 33 182 / var(--tw-border-opacity));
}

.hover\:border-r-violet-800\/0:hover {
  border-right-color: rgb(91 33 182 / 0);
}

.hover\:border-r-violet-800\/10:hover {
  border-right-color: rgb(91 33 182 / 0.1);
}

.hover\:border-r-violet-800\/100:hover {
  border-right-color: rgb(91 33 182 / 1);
}

.hover\:border-r-violet-800\/20:hover {
  border-right-color: rgb(91 33 182 / 0.2);
}

.hover\:border-r-violet-800\/25:hover {
  border-right-color: rgb(91 33 182 / 0.25);
}

.hover\:border-r-violet-800\/30:hover {
  border-right-color: rgb(91 33 182 / 0.3);
}

.hover\:border-r-violet-800\/40:hover {
  border-right-color: rgb(91 33 182 / 0.4);
}

.hover\:border-r-violet-800\/5:hover {
  border-right-color: rgb(91 33 182 / 0.05);
}

.hover\:border-r-violet-800\/50:hover {
  border-right-color: rgb(91 33 182 / 0.5);
}

.hover\:border-r-violet-800\/60:hover {
  border-right-color: rgb(91 33 182 / 0.6);
}

.hover\:border-r-violet-800\/70:hover {
  border-right-color: rgb(91 33 182 / 0.7);
}

.hover\:border-r-violet-800\/75:hover {
  border-right-color: rgb(91 33 182 / 0.75);
}

.hover\:border-r-violet-800\/80:hover {
  border-right-color: rgb(91 33 182 / 0.8);
}

.hover\:border-r-violet-800\/90:hover {
  border-right-color: rgb(91 33 182 / 0.9);
}

.hover\:border-r-violet-800\/95:hover {
  border-right-color: rgb(91 33 182 / 0.95);
}

.hover\:border-r-violet-900:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(76 29 149 / var(--tw-border-opacity));
}

.hover\:border-r-violet-900\/0:hover {
  border-right-color: rgb(76 29 149 / 0);
}

.hover\:border-r-violet-900\/10:hover {
  border-right-color: rgb(76 29 149 / 0.1);
}

.hover\:border-r-violet-900\/100:hover {
  border-right-color: rgb(76 29 149 / 1);
}

.hover\:border-r-violet-900\/20:hover {
  border-right-color: rgb(76 29 149 / 0.2);
}

.hover\:border-r-violet-900\/25:hover {
  border-right-color: rgb(76 29 149 / 0.25);
}

.hover\:border-r-violet-900\/30:hover {
  border-right-color: rgb(76 29 149 / 0.3);
}

.hover\:border-r-violet-900\/40:hover {
  border-right-color: rgb(76 29 149 / 0.4);
}

.hover\:border-r-violet-900\/5:hover {
  border-right-color: rgb(76 29 149 / 0.05);
}

.hover\:border-r-violet-900\/50:hover {
  border-right-color: rgb(76 29 149 / 0.5);
}

.hover\:border-r-violet-900\/60:hover {
  border-right-color: rgb(76 29 149 / 0.6);
}

.hover\:border-r-violet-900\/70:hover {
  border-right-color: rgb(76 29 149 / 0.7);
}

.hover\:border-r-violet-900\/75:hover {
  border-right-color: rgb(76 29 149 / 0.75);
}

.hover\:border-r-violet-900\/80:hover {
  border-right-color: rgb(76 29 149 / 0.8);
}

.hover\:border-r-violet-900\/90:hover {
  border-right-color: rgb(76 29 149 / 0.9);
}

.hover\:border-r-violet-900\/95:hover {
  border-right-color: rgb(76 29 149 / 0.95);
}

.hover\:border-r-violet-950:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(46 16 101 / var(--tw-border-opacity));
}

.hover\:border-r-violet-950\/0:hover {
  border-right-color: rgb(46 16 101 / 0);
}

.hover\:border-r-violet-950\/10:hover {
  border-right-color: rgb(46 16 101 / 0.1);
}

.hover\:border-r-violet-950\/100:hover {
  border-right-color: rgb(46 16 101 / 1);
}

.hover\:border-r-violet-950\/20:hover {
  border-right-color: rgb(46 16 101 / 0.2);
}

.hover\:border-r-violet-950\/25:hover {
  border-right-color: rgb(46 16 101 / 0.25);
}

.hover\:border-r-violet-950\/30:hover {
  border-right-color: rgb(46 16 101 / 0.3);
}

.hover\:border-r-violet-950\/40:hover {
  border-right-color: rgb(46 16 101 / 0.4);
}

.hover\:border-r-violet-950\/5:hover {
  border-right-color: rgb(46 16 101 / 0.05);
}

.hover\:border-r-violet-950\/50:hover {
  border-right-color: rgb(46 16 101 / 0.5);
}

.hover\:border-r-violet-950\/60:hover {
  border-right-color: rgb(46 16 101 / 0.6);
}

.hover\:border-r-violet-950\/70:hover {
  border-right-color: rgb(46 16 101 / 0.7);
}

.hover\:border-r-violet-950\/75:hover {
  border-right-color: rgb(46 16 101 / 0.75);
}

.hover\:border-r-violet-950\/80:hover {
  border-right-color: rgb(46 16 101 / 0.8);
}

.hover\:border-r-violet-950\/90:hover {
  border-right-color: rgb(46 16 101 / 0.9);
}

.hover\:border-r-violet-950\/95:hover {
  border-right-color: rgb(46 16 101 / 0.95);
}

.hover\:border-r-white:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.hover\:border-r-white\/0:hover {
  border-right-color: rgb(255 255 255 / 0);
}

.hover\:border-r-white\/10:hover {
  border-right-color: rgb(255 255 255 / 0.1);
}

.hover\:border-r-white\/100:hover {
  border-right-color: rgb(255 255 255 / 1);
}

.hover\:border-r-white\/20:hover {
  border-right-color: rgb(255 255 255 / 0.2);
}

.hover\:border-r-white\/25:hover {
  border-right-color: rgb(255 255 255 / 0.25);
}

.hover\:border-r-white\/30:hover {
  border-right-color: rgb(255 255 255 / 0.3);
}

.hover\:border-r-white\/40:hover {
  border-right-color: rgb(255 255 255 / 0.4);
}

.hover\:border-r-white\/5:hover {
  border-right-color: rgb(255 255 255 / 0.05);
}

.hover\:border-r-white\/50:hover {
  border-right-color: rgb(255 255 255 / 0.5);
}

.hover\:border-r-white\/60:hover {
  border-right-color: rgb(255 255 255 / 0.6);
}

.hover\:border-r-white\/70:hover {
  border-right-color: rgb(255 255 255 / 0.7);
}

.hover\:border-r-white\/75:hover {
  border-right-color: rgb(255 255 255 / 0.75);
}

.hover\:border-r-white\/80:hover {
  border-right-color: rgb(255 255 255 / 0.8);
}

.hover\:border-r-white\/90:hover {
  border-right-color: rgb(255 255 255 / 0.9);
}

.hover\:border-r-white\/95:hover {
  border-right-color: rgb(255 255 255 / 0.95);
}

.hover\:border-r-work-identity-300:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(166 235 194 / var(--tw-border-opacity));
}

.hover\:border-r-work-identity-300\/0:hover {
  border-right-color: rgb(166 235 194 / 0);
}

.hover\:border-r-work-identity-300\/10:hover {
  border-right-color: rgb(166 235 194 / 0.1);
}

.hover\:border-r-work-identity-300\/100:hover {
  border-right-color: rgb(166 235 194 / 1);
}

.hover\:border-r-work-identity-300\/20:hover {
  border-right-color: rgb(166 235 194 / 0.2);
}

.hover\:border-r-work-identity-300\/25:hover {
  border-right-color: rgb(166 235 194 / 0.25);
}

.hover\:border-r-work-identity-300\/30:hover {
  border-right-color: rgb(166 235 194 / 0.3);
}

.hover\:border-r-work-identity-300\/40:hover {
  border-right-color: rgb(166 235 194 / 0.4);
}

.hover\:border-r-work-identity-300\/5:hover {
  border-right-color: rgb(166 235 194 / 0.05);
}

.hover\:border-r-work-identity-300\/50:hover {
  border-right-color: rgb(166 235 194 / 0.5);
}

.hover\:border-r-work-identity-300\/60:hover {
  border-right-color: rgb(166 235 194 / 0.6);
}

.hover\:border-r-work-identity-300\/70:hover {
  border-right-color: rgb(166 235 194 / 0.7);
}

.hover\:border-r-work-identity-300\/75:hover {
  border-right-color: rgb(166 235 194 / 0.75);
}

.hover\:border-r-work-identity-300\/80:hover {
  border-right-color: rgb(166 235 194 / 0.8);
}

.hover\:border-r-work-identity-300\/90:hover {
  border-right-color: rgb(166 235 194 / 0.9);
}

.hover\:border-r-work-identity-300\/95:hover {
  border-right-color: rgb(166 235 194 / 0.95);
}

.hover\:border-r-work-identity-400:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(83 221 139 / var(--tw-border-opacity));
}

.hover\:border-r-work-identity-400\/0:hover {
  border-right-color: rgb(83 221 139 / 0);
}

.hover\:border-r-work-identity-400\/10:hover {
  border-right-color: rgb(83 221 139 / 0.1);
}

.hover\:border-r-work-identity-400\/100:hover {
  border-right-color: rgb(83 221 139 / 1);
}

.hover\:border-r-work-identity-400\/20:hover {
  border-right-color: rgb(83 221 139 / 0.2);
}

.hover\:border-r-work-identity-400\/25:hover {
  border-right-color: rgb(83 221 139 / 0.25);
}

.hover\:border-r-work-identity-400\/30:hover {
  border-right-color: rgb(83 221 139 / 0.3);
}

.hover\:border-r-work-identity-400\/40:hover {
  border-right-color: rgb(83 221 139 / 0.4);
}

.hover\:border-r-work-identity-400\/5:hover {
  border-right-color: rgb(83 221 139 / 0.05);
}

.hover\:border-r-work-identity-400\/50:hover {
  border-right-color: rgb(83 221 139 / 0.5);
}

.hover\:border-r-work-identity-400\/60:hover {
  border-right-color: rgb(83 221 139 / 0.6);
}

.hover\:border-r-work-identity-400\/70:hover {
  border-right-color: rgb(83 221 139 / 0.7);
}

.hover\:border-r-work-identity-400\/75:hover {
  border-right-color: rgb(83 221 139 / 0.75);
}

.hover\:border-r-work-identity-400\/80:hover {
  border-right-color: rgb(83 221 139 / 0.8);
}

.hover\:border-r-work-identity-400\/90:hover {
  border-right-color: rgb(83 221 139 / 0.9);
}

.hover\:border-r-work-identity-400\/95:hover {
  border-right-color: rgb(83 221 139 / 0.95);
}

.hover\:border-r-work-identity-500:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(0 208 84 / var(--tw-border-opacity));
}

.hover\:border-r-work-identity-500\/0:hover {
  border-right-color: rgb(0 208 84 / 0);
}

.hover\:border-r-work-identity-500\/10:hover {
  border-right-color: rgb(0 208 84 / 0.1);
}

.hover\:border-r-work-identity-500\/100:hover {
  border-right-color: rgb(0 208 84 / 1);
}

.hover\:border-r-work-identity-500\/20:hover {
  border-right-color: rgb(0 208 84 / 0.2);
}

.hover\:border-r-work-identity-500\/25:hover {
  border-right-color: rgb(0 208 84 / 0.25);
}

.hover\:border-r-work-identity-500\/30:hover {
  border-right-color: rgb(0 208 84 / 0.3);
}

.hover\:border-r-work-identity-500\/40:hover {
  border-right-color: rgb(0 208 84 / 0.4);
}

.hover\:border-r-work-identity-500\/5:hover {
  border-right-color: rgb(0 208 84 / 0.05);
}

.hover\:border-r-work-identity-500\/50:hover {
  border-right-color: rgb(0 208 84 / 0.5);
}

.hover\:border-r-work-identity-500\/60:hover {
  border-right-color: rgb(0 208 84 / 0.6);
}

.hover\:border-r-work-identity-500\/70:hover {
  border-right-color: rgb(0 208 84 / 0.7);
}

.hover\:border-r-work-identity-500\/75:hover {
  border-right-color: rgb(0 208 84 / 0.75);
}

.hover\:border-r-work-identity-500\/80:hover {
  border-right-color: rgb(0 208 84 / 0.8);
}

.hover\:border-r-work-identity-500\/90:hover {
  border-right-color: rgb(0 208 84 / 0.9);
}

.hover\:border-r-work-identity-500\/95:hover {
  border-right-color: rgb(0 208 84 / 0.95);
}

.hover\:border-r-work-identity-900:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(249 249 249 / var(--tw-border-opacity));
}

.hover\:border-r-work-identity-900\/0:hover {
  border-right-color: rgb(249 249 249 / 0);
}

.hover\:border-r-work-identity-900\/10:hover {
  border-right-color: rgb(249 249 249 / 0.1);
}

.hover\:border-r-work-identity-900\/100:hover {
  border-right-color: rgb(249 249 249 / 1);
}

.hover\:border-r-work-identity-900\/20:hover {
  border-right-color: rgb(249 249 249 / 0.2);
}

.hover\:border-r-work-identity-900\/25:hover {
  border-right-color: rgb(249 249 249 / 0.25);
}

.hover\:border-r-work-identity-900\/30:hover {
  border-right-color: rgb(249 249 249 / 0.3);
}

.hover\:border-r-work-identity-900\/40:hover {
  border-right-color: rgb(249 249 249 / 0.4);
}

.hover\:border-r-work-identity-900\/5:hover {
  border-right-color: rgb(249 249 249 / 0.05);
}

.hover\:border-r-work-identity-900\/50:hover {
  border-right-color: rgb(249 249 249 / 0.5);
}

.hover\:border-r-work-identity-900\/60:hover {
  border-right-color: rgb(249 249 249 / 0.6);
}

.hover\:border-r-work-identity-900\/70:hover {
  border-right-color: rgb(249 249 249 / 0.7);
}

.hover\:border-r-work-identity-900\/75:hover {
  border-right-color: rgb(249 249 249 / 0.75);
}

.hover\:border-r-work-identity-900\/80:hover {
  border-right-color: rgb(249 249 249 / 0.8);
}

.hover\:border-r-work-identity-900\/90:hover {
  border-right-color: rgb(249 249 249 / 0.9);
}

.hover\:border-r-work-identity-900\/95:hover {
  border-right-color: rgb(249 249 249 / 0.95);
}

.hover\:border-r-yellow-100:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.hover\:border-r-yellow-100\/0:hover {
  border-right-color: rgb(254 249 195 / 0);
}

.hover\:border-r-yellow-100\/10:hover {
  border-right-color: rgb(254 249 195 / 0.1);
}

.hover\:border-r-yellow-100\/100:hover {
  border-right-color: rgb(254 249 195 / 1);
}

.hover\:border-r-yellow-100\/20:hover {
  border-right-color: rgb(254 249 195 / 0.2);
}

.hover\:border-r-yellow-100\/25:hover {
  border-right-color: rgb(254 249 195 / 0.25);
}

.hover\:border-r-yellow-100\/30:hover {
  border-right-color: rgb(254 249 195 / 0.3);
}

.hover\:border-r-yellow-100\/40:hover {
  border-right-color: rgb(254 249 195 / 0.4);
}

.hover\:border-r-yellow-100\/5:hover {
  border-right-color: rgb(254 249 195 / 0.05);
}

.hover\:border-r-yellow-100\/50:hover {
  border-right-color: rgb(254 249 195 / 0.5);
}

.hover\:border-r-yellow-100\/60:hover {
  border-right-color: rgb(254 249 195 / 0.6);
}

.hover\:border-r-yellow-100\/70:hover {
  border-right-color: rgb(254 249 195 / 0.7);
}

.hover\:border-r-yellow-100\/75:hover {
  border-right-color: rgb(254 249 195 / 0.75);
}

.hover\:border-r-yellow-100\/80:hover {
  border-right-color: rgb(254 249 195 / 0.8);
}

.hover\:border-r-yellow-100\/90:hover {
  border-right-color: rgb(254 249 195 / 0.9);
}

.hover\:border-r-yellow-100\/95:hover {
  border-right-color: rgb(254 249 195 / 0.95);
}

.hover\:border-r-yellow-200:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.hover\:border-r-yellow-200\/0:hover {
  border-right-color: rgb(254 240 138 / 0);
}

.hover\:border-r-yellow-200\/10:hover {
  border-right-color: rgb(254 240 138 / 0.1);
}

.hover\:border-r-yellow-200\/100:hover {
  border-right-color: rgb(254 240 138 / 1);
}

.hover\:border-r-yellow-200\/20:hover {
  border-right-color: rgb(254 240 138 / 0.2);
}

.hover\:border-r-yellow-200\/25:hover {
  border-right-color: rgb(254 240 138 / 0.25);
}

.hover\:border-r-yellow-200\/30:hover {
  border-right-color: rgb(254 240 138 / 0.3);
}

.hover\:border-r-yellow-200\/40:hover {
  border-right-color: rgb(254 240 138 / 0.4);
}

.hover\:border-r-yellow-200\/5:hover {
  border-right-color: rgb(254 240 138 / 0.05);
}

.hover\:border-r-yellow-200\/50:hover {
  border-right-color: rgb(254 240 138 / 0.5);
}

.hover\:border-r-yellow-200\/60:hover {
  border-right-color: rgb(254 240 138 / 0.6);
}

.hover\:border-r-yellow-200\/70:hover {
  border-right-color: rgb(254 240 138 / 0.7);
}

.hover\:border-r-yellow-200\/75:hover {
  border-right-color: rgb(254 240 138 / 0.75);
}

.hover\:border-r-yellow-200\/80:hover {
  border-right-color: rgb(254 240 138 / 0.8);
}

.hover\:border-r-yellow-200\/90:hover {
  border-right-color: rgb(254 240 138 / 0.9);
}

.hover\:border-r-yellow-200\/95:hover {
  border-right-color: rgb(254 240 138 / 0.95);
}

.hover\:border-r-yellow-300:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.hover\:border-r-yellow-300\/0:hover {
  border-right-color: rgb(253 224 71 / 0);
}

.hover\:border-r-yellow-300\/10:hover {
  border-right-color: rgb(253 224 71 / 0.1);
}

.hover\:border-r-yellow-300\/100:hover {
  border-right-color: rgb(253 224 71 / 1);
}

.hover\:border-r-yellow-300\/20:hover {
  border-right-color: rgb(253 224 71 / 0.2);
}

.hover\:border-r-yellow-300\/25:hover {
  border-right-color: rgb(253 224 71 / 0.25);
}

.hover\:border-r-yellow-300\/30:hover {
  border-right-color: rgb(253 224 71 / 0.3);
}

.hover\:border-r-yellow-300\/40:hover {
  border-right-color: rgb(253 224 71 / 0.4);
}

.hover\:border-r-yellow-300\/5:hover {
  border-right-color: rgb(253 224 71 / 0.05);
}

.hover\:border-r-yellow-300\/50:hover {
  border-right-color: rgb(253 224 71 / 0.5);
}

.hover\:border-r-yellow-300\/60:hover {
  border-right-color: rgb(253 224 71 / 0.6);
}

.hover\:border-r-yellow-300\/70:hover {
  border-right-color: rgb(253 224 71 / 0.7);
}

.hover\:border-r-yellow-300\/75:hover {
  border-right-color: rgb(253 224 71 / 0.75);
}

.hover\:border-r-yellow-300\/80:hover {
  border-right-color: rgb(253 224 71 / 0.8);
}

.hover\:border-r-yellow-300\/90:hover {
  border-right-color: rgb(253 224 71 / 0.9);
}

.hover\:border-r-yellow-300\/95:hover {
  border-right-color: rgb(253 224 71 / 0.95);
}

.hover\:border-r-yellow-400:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.hover\:border-r-yellow-400\/0:hover {
  border-right-color: rgb(250 204 21 / 0);
}

.hover\:border-r-yellow-400\/10:hover {
  border-right-color: rgb(250 204 21 / 0.1);
}

.hover\:border-r-yellow-400\/100:hover {
  border-right-color: rgb(250 204 21 / 1);
}

.hover\:border-r-yellow-400\/20:hover {
  border-right-color: rgb(250 204 21 / 0.2);
}

.hover\:border-r-yellow-400\/25:hover {
  border-right-color: rgb(250 204 21 / 0.25);
}

.hover\:border-r-yellow-400\/30:hover {
  border-right-color: rgb(250 204 21 / 0.3);
}

.hover\:border-r-yellow-400\/40:hover {
  border-right-color: rgb(250 204 21 / 0.4);
}

.hover\:border-r-yellow-400\/5:hover {
  border-right-color: rgb(250 204 21 / 0.05);
}

.hover\:border-r-yellow-400\/50:hover {
  border-right-color: rgb(250 204 21 / 0.5);
}

.hover\:border-r-yellow-400\/60:hover {
  border-right-color: rgb(250 204 21 / 0.6);
}

.hover\:border-r-yellow-400\/70:hover {
  border-right-color: rgb(250 204 21 / 0.7);
}

.hover\:border-r-yellow-400\/75:hover {
  border-right-color: rgb(250 204 21 / 0.75);
}

.hover\:border-r-yellow-400\/80:hover {
  border-right-color: rgb(250 204 21 / 0.8);
}

.hover\:border-r-yellow-400\/90:hover {
  border-right-color: rgb(250 204 21 / 0.9);
}

.hover\:border-r-yellow-400\/95:hover {
  border-right-color: rgb(250 204 21 / 0.95);
}

.hover\:border-r-yellow-50:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.hover\:border-r-yellow-50\/0:hover {
  border-right-color: rgb(254 252 232 / 0);
}

.hover\:border-r-yellow-50\/10:hover {
  border-right-color: rgb(254 252 232 / 0.1);
}

.hover\:border-r-yellow-50\/100:hover {
  border-right-color: rgb(254 252 232 / 1);
}

.hover\:border-r-yellow-50\/20:hover {
  border-right-color: rgb(254 252 232 / 0.2);
}

.hover\:border-r-yellow-50\/25:hover {
  border-right-color: rgb(254 252 232 / 0.25);
}

.hover\:border-r-yellow-50\/30:hover {
  border-right-color: rgb(254 252 232 / 0.3);
}

.hover\:border-r-yellow-50\/40:hover {
  border-right-color: rgb(254 252 232 / 0.4);
}

.hover\:border-r-yellow-50\/5:hover {
  border-right-color: rgb(254 252 232 / 0.05);
}

.hover\:border-r-yellow-50\/50:hover {
  border-right-color: rgb(254 252 232 / 0.5);
}

.hover\:border-r-yellow-50\/60:hover {
  border-right-color: rgb(254 252 232 / 0.6);
}

.hover\:border-r-yellow-50\/70:hover {
  border-right-color: rgb(254 252 232 / 0.7);
}

.hover\:border-r-yellow-50\/75:hover {
  border-right-color: rgb(254 252 232 / 0.75);
}

.hover\:border-r-yellow-50\/80:hover {
  border-right-color: rgb(254 252 232 / 0.8);
}

.hover\:border-r-yellow-50\/90:hover {
  border-right-color: rgb(254 252 232 / 0.9);
}

.hover\:border-r-yellow-50\/95:hover {
  border-right-color: rgb(254 252 232 / 0.95);
}

.hover\:border-r-yellow-500:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.hover\:border-r-yellow-500\/0:hover {
  border-right-color: rgb(234 179 8 / 0);
}

.hover\:border-r-yellow-500\/10:hover {
  border-right-color: rgb(234 179 8 / 0.1);
}

.hover\:border-r-yellow-500\/100:hover {
  border-right-color: rgb(234 179 8 / 1);
}

.hover\:border-r-yellow-500\/20:hover {
  border-right-color: rgb(234 179 8 / 0.2);
}

.hover\:border-r-yellow-500\/25:hover {
  border-right-color: rgb(234 179 8 / 0.25);
}

.hover\:border-r-yellow-500\/30:hover {
  border-right-color: rgb(234 179 8 / 0.3);
}

.hover\:border-r-yellow-500\/40:hover {
  border-right-color: rgb(234 179 8 / 0.4);
}

.hover\:border-r-yellow-500\/5:hover {
  border-right-color: rgb(234 179 8 / 0.05);
}

.hover\:border-r-yellow-500\/50:hover {
  border-right-color: rgb(234 179 8 / 0.5);
}

.hover\:border-r-yellow-500\/60:hover {
  border-right-color: rgb(234 179 8 / 0.6);
}

.hover\:border-r-yellow-500\/70:hover {
  border-right-color: rgb(234 179 8 / 0.7);
}

.hover\:border-r-yellow-500\/75:hover {
  border-right-color: rgb(234 179 8 / 0.75);
}

.hover\:border-r-yellow-500\/80:hover {
  border-right-color: rgb(234 179 8 / 0.8);
}

.hover\:border-r-yellow-500\/90:hover {
  border-right-color: rgb(234 179 8 / 0.9);
}

.hover\:border-r-yellow-500\/95:hover {
  border-right-color: rgb(234 179 8 / 0.95);
}

.hover\:border-r-yellow-600:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.hover\:border-r-yellow-600\/0:hover {
  border-right-color: rgb(202 138 4 / 0);
}

.hover\:border-r-yellow-600\/10:hover {
  border-right-color: rgb(202 138 4 / 0.1);
}

.hover\:border-r-yellow-600\/100:hover {
  border-right-color: rgb(202 138 4 / 1);
}

.hover\:border-r-yellow-600\/20:hover {
  border-right-color: rgb(202 138 4 / 0.2);
}

.hover\:border-r-yellow-600\/25:hover {
  border-right-color: rgb(202 138 4 / 0.25);
}

.hover\:border-r-yellow-600\/30:hover {
  border-right-color: rgb(202 138 4 / 0.3);
}

.hover\:border-r-yellow-600\/40:hover {
  border-right-color: rgb(202 138 4 / 0.4);
}

.hover\:border-r-yellow-600\/5:hover {
  border-right-color: rgb(202 138 4 / 0.05);
}

.hover\:border-r-yellow-600\/50:hover {
  border-right-color: rgb(202 138 4 / 0.5);
}

.hover\:border-r-yellow-600\/60:hover {
  border-right-color: rgb(202 138 4 / 0.6);
}

.hover\:border-r-yellow-600\/70:hover {
  border-right-color: rgb(202 138 4 / 0.7);
}

.hover\:border-r-yellow-600\/75:hover {
  border-right-color: rgb(202 138 4 / 0.75);
}

.hover\:border-r-yellow-600\/80:hover {
  border-right-color: rgb(202 138 4 / 0.8);
}

.hover\:border-r-yellow-600\/90:hover {
  border-right-color: rgb(202 138 4 / 0.9);
}

.hover\:border-r-yellow-600\/95:hover {
  border-right-color: rgb(202 138 4 / 0.95);
}

.hover\:border-r-yellow-700:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.hover\:border-r-yellow-700\/0:hover {
  border-right-color: rgb(161 98 7 / 0);
}

.hover\:border-r-yellow-700\/10:hover {
  border-right-color: rgb(161 98 7 / 0.1);
}

.hover\:border-r-yellow-700\/100:hover {
  border-right-color: rgb(161 98 7 / 1);
}

.hover\:border-r-yellow-700\/20:hover {
  border-right-color: rgb(161 98 7 / 0.2);
}

.hover\:border-r-yellow-700\/25:hover {
  border-right-color: rgb(161 98 7 / 0.25);
}

.hover\:border-r-yellow-700\/30:hover {
  border-right-color: rgb(161 98 7 / 0.3);
}

.hover\:border-r-yellow-700\/40:hover {
  border-right-color: rgb(161 98 7 / 0.4);
}

.hover\:border-r-yellow-700\/5:hover {
  border-right-color: rgb(161 98 7 / 0.05);
}

.hover\:border-r-yellow-700\/50:hover {
  border-right-color: rgb(161 98 7 / 0.5);
}

.hover\:border-r-yellow-700\/60:hover {
  border-right-color: rgb(161 98 7 / 0.6);
}

.hover\:border-r-yellow-700\/70:hover {
  border-right-color: rgb(161 98 7 / 0.7);
}

.hover\:border-r-yellow-700\/75:hover {
  border-right-color: rgb(161 98 7 / 0.75);
}

.hover\:border-r-yellow-700\/80:hover {
  border-right-color: rgb(161 98 7 / 0.8);
}

.hover\:border-r-yellow-700\/90:hover {
  border-right-color: rgb(161 98 7 / 0.9);
}

.hover\:border-r-yellow-700\/95:hover {
  border-right-color: rgb(161 98 7 / 0.95);
}

.hover\:border-r-yellow-800:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.hover\:border-r-yellow-800\/0:hover {
  border-right-color: rgb(133 77 14 / 0);
}

.hover\:border-r-yellow-800\/10:hover {
  border-right-color: rgb(133 77 14 / 0.1);
}

.hover\:border-r-yellow-800\/100:hover {
  border-right-color: rgb(133 77 14 / 1);
}

.hover\:border-r-yellow-800\/20:hover {
  border-right-color: rgb(133 77 14 / 0.2);
}

.hover\:border-r-yellow-800\/25:hover {
  border-right-color: rgb(133 77 14 / 0.25);
}

.hover\:border-r-yellow-800\/30:hover {
  border-right-color: rgb(133 77 14 / 0.3);
}

.hover\:border-r-yellow-800\/40:hover {
  border-right-color: rgb(133 77 14 / 0.4);
}

.hover\:border-r-yellow-800\/5:hover {
  border-right-color: rgb(133 77 14 / 0.05);
}

.hover\:border-r-yellow-800\/50:hover {
  border-right-color: rgb(133 77 14 / 0.5);
}

.hover\:border-r-yellow-800\/60:hover {
  border-right-color: rgb(133 77 14 / 0.6);
}

.hover\:border-r-yellow-800\/70:hover {
  border-right-color: rgb(133 77 14 / 0.7);
}

.hover\:border-r-yellow-800\/75:hover {
  border-right-color: rgb(133 77 14 / 0.75);
}

.hover\:border-r-yellow-800\/80:hover {
  border-right-color: rgb(133 77 14 / 0.8);
}

.hover\:border-r-yellow-800\/90:hover {
  border-right-color: rgb(133 77 14 / 0.9);
}

.hover\:border-r-yellow-800\/95:hover {
  border-right-color: rgb(133 77 14 / 0.95);
}

.hover\:border-r-yellow-900:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.hover\:border-r-yellow-900\/0:hover {
  border-right-color: rgb(113 63 18 / 0);
}

.hover\:border-r-yellow-900\/10:hover {
  border-right-color: rgb(113 63 18 / 0.1);
}

.hover\:border-r-yellow-900\/100:hover {
  border-right-color: rgb(113 63 18 / 1);
}

.hover\:border-r-yellow-900\/20:hover {
  border-right-color: rgb(113 63 18 / 0.2);
}

.hover\:border-r-yellow-900\/25:hover {
  border-right-color: rgb(113 63 18 / 0.25);
}

.hover\:border-r-yellow-900\/30:hover {
  border-right-color: rgb(113 63 18 / 0.3);
}

.hover\:border-r-yellow-900\/40:hover {
  border-right-color: rgb(113 63 18 / 0.4);
}

.hover\:border-r-yellow-900\/5:hover {
  border-right-color: rgb(113 63 18 / 0.05);
}

.hover\:border-r-yellow-900\/50:hover {
  border-right-color: rgb(113 63 18 / 0.5);
}

.hover\:border-r-yellow-900\/60:hover {
  border-right-color: rgb(113 63 18 / 0.6);
}

.hover\:border-r-yellow-900\/70:hover {
  border-right-color: rgb(113 63 18 / 0.7);
}

.hover\:border-r-yellow-900\/75:hover {
  border-right-color: rgb(113 63 18 / 0.75);
}

.hover\:border-r-yellow-900\/80:hover {
  border-right-color: rgb(113 63 18 / 0.8);
}

.hover\:border-r-yellow-900\/90:hover {
  border-right-color: rgb(113 63 18 / 0.9);
}

.hover\:border-r-yellow-900\/95:hover {
  border-right-color: rgb(113 63 18 / 0.95);
}

.hover\:border-r-yellow-950:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.hover\:border-r-yellow-950\/0:hover {
  border-right-color: rgb(66 32 6 / 0);
}

.hover\:border-r-yellow-950\/10:hover {
  border-right-color: rgb(66 32 6 / 0.1);
}

.hover\:border-r-yellow-950\/100:hover {
  border-right-color: rgb(66 32 6 / 1);
}

.hover\:border-r-yellow-950\/20:hover {
  border-right-color: rgb(66 32 6 / 0.2);
}

.hover\:border-r-yellow-950\/25:hover {
  border-right-color: rgb(66 32 6 / 0.25);
}

.hover\:border-r-yellow-950\/30:hover {
  border-right-color: rgb(66 32 6 / 0.3);
}

.hover\:border-r-yellow-950\/40:hover {
  border-right-color: rgb(66 32 6 / 0.4);
}

.hover\:border-r-yellow-950\/5:hover {
  border-right-color: rgb(66 32 6 / 0.05);
}

.hover\:border-r-yellow-950\/50:hover {
  border-right-color: rgb(66 32 6 / 0.5);
}

.hover\:border-r-yellow-950\/60:hover {
  border-right-color: rgb(66 32 6 / 0.6);
}

.hover\:border-r-yellow-950\/70:hover {
  border-right-color: rgb(66 32 6 / 0.7);
}

.hover\:border-r-yellow-950\/75:hover {
  border-right-color: rgb(66 32 6 / 0.75);
}

.hover\:border-r-yellow-950\/80:hover {
  border-right-color: rgb(66 32 6 / 0.8);
}

.hover\:border-r-yellow-950\/90:hover {
  border-right-color: rgb(66 32 6 / 0.9);
}

.hover\:border-r-yellow-950\/95:hover {
  border-right-color: rgb(66 32 6 / 0.95);
}

.hover\:border-r-zinc-100:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(244 244 245 / var(--tw-border-opacity));
}

.hover\:border-r-zinc-100\/0:hover {
  border-right-color: rgb(244 244 245 / 0);
}

.hover\:border-r-zinc-100\/10:hover {
  border-right-color: rgb(244 244 245 / 0.1);
}

.hover\:border-r-zinc-100\/100:hover {
  border-right-color: rgb(244 244 245 / 1);
}

.hover\:border-r-zinc-100\/20:hover {
  border-right-color: rgb(244 244 245 / 0.2);
}

.hover\:border-r-zinc-100\/25:hover {
  border-right-color: rgb(244 244 245 / 0.25);
}

.hover\:border-r-zinc-100\/30:hover {
  border-right-color: rgb(244 244 245 / 0.3);
}

.hover\:border-r-zinc-100\/40:hover {
  border-right-color: rgb(244 244 245 / 0.4);
}

.hover\:border-r-zinc-100\/5:hover {
  border-right-color: rgb(244 244 245 / 0.05);
}

.hover\:border-r-zinc-100\/50:hover {
  border-right-color: rgb(244 244 245 / 0.5);
}

.hover\:border-r-zinc-100\/60:hover {
  border-right-color: rgb(244 244 245 / 0.6);
}

.hover\:border-r-zinc-100\/70:hover {
  border-right-color: rgb(244 244 245 / 0.7);
}

.hover\:border-r-zinc-100\/75:hover {
  border-right-color: rgb(244 244 245 / 0.75);
}

.hover\:border-r-zinc-100\/80:hover {
  border-right-color: rgb(244 244 245 / 0.8);
}

.hover\:border-r-zinc-100\/90:hover {
  border-right-color: rgb(244 244 245 / 0.9);
}

.hover\:border-r-zinc-100\/95:hover {
  border-right-color: rgb(244 244 245 / 0.95);
}

.hover\:border-r-zinc-200:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.hover\:border-r-zinc-200\/0:hover {
  border-right-color: rgb(228 228 231 / 0);
}

.hover\:border-r-zinc-200\/10:hover {
  border-right-color: rgb(228 228 231 / 0.1);
}

.hover\:border-r-zinc-200\/100:hover {
  border-right-color: rgb(228 228 231 / 1);
}

.hover\:border-r-zinc-200\/20:hover {
  border-right-color: rgb(228 228 231 / 0.2);
}

.hover\:border-r-zinc-200\/25:hover {
  border-right-color: rgb(228 228 231 / 0.25);
}

.hover\:border-r-zinc-200\/30:hover {
  border-right-color: rgb(228 228 231 / 0.3);
}

.hover\:border-r-zinc-200\/40:hover {
  border-right-color: rgb(228 228 231 / 0.4);
}

.hover\:border-r-zinc-200\/5:hover {
  border-right-color: rgb(228 228 231 / 0.05);
}

.hover\:border-r-zinc-200\/50:hover {
  border-right-color: rgb(228 228 231 / 0.5);
}

.hover\:border-r-zinc-200\/60:hover {
  border-right-color: rgb(228 228 231 / 0.6);
}

.hover\:border-r-zinc-200\/70:hover {
  border-right-color: rgb(228 228 231 / 0.7);
}

.hover\:border-r-zinc-200\/75:hover {
  border-right-color: rgb(228 228 231 / 0.75);
}

.hover\:border-r-zinc-200\/80:hover {
  border-right-color: rgb(228 228 231 / 0.8);
}

.hover\:border-r-zinc-200\/90:hover {
  border-right-color: rgb(228 228 231 / 0.9);
}

.hover\:border-r-zinc-200\/95:hover {
  border-right-color: rgb(228 228 231 / 0.95);
}

.hover\:border-r-zinc-300:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.hover\:border-r-zinc-300\/0:hover {
  border-right-color: rgb(212 212 216 / 0);
}

.hover\:border-r-zinc-300\/10:hover {
  border-right-color: rgb(212 212 216 / 0.1);
}

.hover\:border-r-zinc-300\/100:hover {
  border-right-color: rgb(212 212 216 / 1);
}

.hover\:border-r-zinc-300\/20:hover {
  border-right-color: rgb(212 212 216 / 0.2);
}

.hover\:border-r-zinc-300\/25:hover {
  border-right-color: rgb(212 212 216 / 0.25);
}

.hover\:border-r-zinc-300\/30:hover {
  border-right-color: rgb(212 212 216 / 0.3);
}

.hover\:border-r-zinc-300\/40:hover {
  border-right-color: rgb(212 212 216 / 0.4);
}

.hover\:border-r-zinc-300\/5:hover {
  border-right-color: rgb(212 212 216 / 0.05);
}

.hover\:border-r-zinc-300\/50:hover {
  border-right-color: rgb(212 212 216 / 0.5);
}

.hover\:border-r-zinc-300\/60:hover {
  border-right-color: rgb(212 212 216 / 0.6);
}

.hover\:border-r-zinc-300\/70:hover {
  border-right-color: rgb(212 212 216 / 0.7);
}

.hover\:border-r-zinc-300\/75:hover {
  border-right-color: rgb(212 212 216 / 0.75);
}

.hover\:border-r-zinc-300\/80:hover {
  border-right-color: rgb(212 212 216 / 0.8);
}

.hover\:border-r-zinc-300\/90:hover {
  border-right-color: rgb(212 212 216 / 0.9);
}

.hover\:border-r-zinc-300\/95:hover {
  border-right-color: rgb(212 212 216 / 0.95);
}

.hover\:border-r-zinc-400:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.hover\:border-r-zinc-400\/0:hover {
  border-right-color: rgb(161 161 170 / 0);
}

.hover\:border-r-zinc-400\/10:hover {
  border-right-color: rgb(161 161 170 / 0.1);
}

.hover\:border-r-zinc-400\/100:hover {
  border-right-color: rgb(161 161 170 / 1);
}

.hover\:border-r-zinc-400\/20:hover {
  border-right-color: rgb(161 161 170 / 0.2);
}

.hover\:border-r-zinc-400\/25:hover {
  border-right-color: rgb(161 161 170 / 0.25);
}

.hover\:border-r-zinc-400\/30:hover {
  border-right-color: rgb(161 161 170 / 0.3);
}

.hover\:border-r-zinc-400\/40:hover {
  border-right-color: rgb(161 161 170 / 0.4);
}

.hover\:border-r-zinc-400\/5:hover {
  border-right-color: rgb(161 161 170 / 0.05);
}

.hover\:border-r-zinc-400\/50:hover {
  border-right-color: rgb(161 161 170 / 0.5);
}

.hover\:border-r-zinc-400\/60:hover {
  border-right-color: rgb(161 161 170 / 0.6);
}

.hover\:border-r-zinc-400\/70:hover {
  border-right-color: rgb(161 161 170 / 0.7);
}

.hover\:border-r-zinc-400\/75:hover {
  border-right-color: rgb(161 161 170 / 0.75);
}

.hover\:border-r-zinc-400\/80:hover {
  border-right-color: rgb(161 161 170 / 0.8);
}

.hover\:border-r-zinc-400\/90:hover {
  border-right-color: rgb(161 161 170 / 0.9);
}

.hover\:border-r-zinc-400\/95:hover {
  border-right-color: rgb(161 161 170 / 0.95);
}

.hover\:border-r-zinc-50:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.hover\:border-r-zinc-50\/0:hover {
  border-right-color: rgb(250 250 250 / 0);
}

.hover\:border-r-zinc-50\/10:hover {
  border-right-color: rgb(250 250 250 / 0.1);
}

.hover\:border-r-zinc-50\/100:hover {
  border-right-color: rgb(250 250 250 / 1);
}

.hover\:border-r-zinc-50\/20:hover {
  border-right-color: rgb(250 250 250 / 0.2);
}

.hover\:border-r-zinc-50\/25:hover {
  border-right-color: rgb(250 250 250 / 0.25);
}

.hover\:border-r-zinc-50\/30:hover {
  border-right-color: rgb(250 250 250 / 0.3);
}

.hover\:border-r-zinc-50\/40:hover {
  border-right-color: rgb(250 250 250 / 0.4);
}

.hover\:border-r-zinc-50\/5:hover {
  border-right-color: rgb(250 250 250 / 0.05);
}

.hover\:border-r-zinc-50\/50:hover {
  border-right-color: rgb(250 250 250 / 0.5);
}

.hover\:border-r-zinc-50\/60:hover {
  border-right-color: rgb(250 250 250 / 0.6);
}

.hover\:border-r-zinc-50\/70:hover {
  border-right-color: rgb(250 250 250 / 0.7);
}

.hover\:border-r-zinc-50\/75:hover {
  border-right-color: rgb(250 250 250 / 0.75);
}

.hover\:border-r-zinc-50\/80:hover {
  border-right-color: rgb(250 250 250 / 0.8);
}

.hover\:border-r-zinc-50\/90:hover {
  border-right-color: rgb(250 250 250 / 0.9);
}

.hover\:border-r-zinc-50\/95:hover {
  border-right-color: rgb(250 250 250 / 0.95);
}

.hover\:border-r-zinc-500:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(113 113 122 / var(--tw-border-opacity));
}

.hover\:border-r-zinc-500\/0:hover {
  border-right-color: rgb(113 113 122 / 0);
}

.hover\:border-r-zinc-500\/10:hover {
  border-right-color: rgb(113 113 122 / 0.1);
}

.hover\:border-r-zinc-500\/100:hover {
  border-right-color: rgb(113 113 122 / 1);
}

.hover\:border-r-zinc-500\/20:hover {
  border-right-color: rgb(113 113 122 / 0.2);
}

.hover\:border-r-zinc-500\/25:hover {
  border-right-color: rgb(113 113 122 / 0.25);
}

.hover\:border-r-zinc-500\/30:hover {
  border-right-color: rgb(113 113 122 / 0.3);
}

.hover\:border-r-zinc-500\/40:hover {
  border-right-color: rgb(113 113 122 / 0.4);
}

.hover\:border-r-zinc-500\/5:hover {
  border-right-color: rgb(113 113 122 / 0.05);
}

.hover\:border-r-zinc-500\/50:hover {
  border-right-color: rgb(113 113 122 / 0.5);
}

.hover\:border-r-zinc-500\/60:hover {
  border-right-color: rgb(113 113 122 / 0.6);
}

.hover\:border-r-zinc-500\/70:hover {
  border-right-color: rgb(113 113 122 / 0.7);
}

.hover\:border-r-zinc-500\/75:hover {
  border-right-color: rgb(113 113 122 / 0.75);
}

.hover\:border-r-zinc-500\/80:hover {
  border-right-color: rgb(113 113 122 / 0.8);
}

.hover\:border-r-zinc-500\/90:hover {
  border-right-color: rgb(113 113 122 / 0.9);
}

.hover\:border-r-zinc-500\/95:hover {
  border-right-color: rgb(113 113 122 / 0.95);
}

.hover\:border-r-zinc-600:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(82 82 91 / var(--tw-border-opacity));
}

.hover\:border-r-zinc-600\/0:hover {
  border-right-color: rgb(82 82 91 / 0);
}

.hover\:border-r-zinc-600\/10:hover {
  border-right-color: rgb(82 82 91 / 0.1);
}

.hover\:border-r-zinc-600\/100:hover {
  border-right-color: rgb(82 82 91 / 1);
}

.hover\:border-r-zinc-600\/20:hover {
  border-right-color: rgb(82 82 91 / 0.2);
}

.hover\:border-r-zinc-600\/25:hover {
  border-right-color: rgb(82 82 91 / 0.25);
}

.hover\:border-r-zinc-600\/30:hover {
  border-right-color: rgb(82 82 91 / 0.3);
}

.hover\:border-r-zinc-600\/40:hover {
  border-right-color: rgb(82 82 91 / 0.4);
}

.hover\:border-r-zinc-600\/5:hover {
  border-right-color: rgb(82 82 91 / 0.05);
}

.hover\:border-r-zinc-600\/50:hover {
  border-right-color: rgb(82 82 91 / 0.5);
}

.hover\:border-r-zinc-600\/60:hover {
  border-right-color: rgb(82 82 91 / 0.6);
}

.hover\:border-r-zinc-600\/70:hover {
  border-right-color: rgb(82 82 91 / 0.7);
}

.hover\:border-r-zinc-600\/75:hover {
  border-right-color: rgb(82 82 91 / 0.75);
}

.hover\:border-r-zinc-600\/80:hover {
  border-right-color: rgb(82 82 91 / 0.8);
}

.hover\:border-r-zinc-600\/90:hover {
  border-right-color: rgb(82 82 91 / 0.9);
}

.hover\:border-r-zinc-600\/95:hover {
  border-right-color: rgb(82 82 91 / 0.95);
}

.hover\:border-r-zinc-700:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.hover\:border-r-zinc-700\/0:hover {
  border-right-color: rgb(63 63 70 / 0);
}

.hover\:border-r-zinc-700\/10:hover {
  border-right-color: rgb(63 63 70 / 0.1);
}

.hover\:border-r-zinc-700\/100:hover {
  border-right-color: rgb(63 63 70 / 1);
}

.hover\:border-r-zinc-700\/20:hover {
  border-right-color: rgb(63 63 70 / 0.2);
}

.hover\:border-r-zinc-700\/25:hover {
  border-right-color: rgb(63 63 70 / 0.25);
}

.hover\:border-r-zinc-700\/30:hover {
  border-right-color: rgb(63 63 70 / 0.3);
}

.hover\:border-r-zinc-700\/40:hover {
  border-right-color: rgb(63 63 70 / 0.4);
}

.hover\:border-r-zinc-700\/5:hover {
  border-right-color: rgb(63 63 70 / 0.05);
}

.hover\:border-r-zinc-700\/50:hover {
  border-right-color: rgb(63 63 70 / 0.5);
}

.hover\:border-r-zinc-700\/60:hover {
  border-right-color: rgb(63 63 70 / 0.6);
}

.hover\:border-r-zinc-700\/70:hover {
  border-right-color: rgb(63 63 70 / 0.7);
}

.hover\:border-r-zinc-700\/75:hover {
  border-right-color: rgb(63 63 70 / 0.75);
}

.hover\:border-r-zinc-700\/80:hover {
  border-right-color: rgb(63 63 70 / 0.8);
}

.hover\:border-r-zinc-700\/90:hover {
  border-right-color: rgb(63 63 70 / 0.9);
}

.hover\:border-r-zinc-700\/95:hover {
  border-right-color: rgb(63 63 70 / 0.95);
}

.hover\:border-r-zinc-800:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(39 39 42 / var(--tw-border-opacity));
}

.hover\:border-r-zinc-800\/0:hover {
  border-right-color: rgb(39 39 42 / 0);
}

.hover\:border-r-zinc-800\/10:hover {
  border-right-color: rgb(39 39 42 / 0.1);
}

.hover\:border-r-zinc-800\/100:hover {
  border-right-color: rgb(39 39 42 / 1);
}

.hover\:border-r-zinc-800\/20:hover {
  border-right-color: rgb(39 39 42 / 0.2);
}

.hover\:border-r-zinc-800\/25:hover {
  border-right-color: rgb(39 39 42 / 0.25);
}

.hover\:border-r-zinc-800\/30:hover {
  border-right-color: rgb(39 39 42 / 0.3);
}

.hover\:border-r-zinc-800\/40:hover {
  border-right-color: rgb(39 39 42 / 0.4);
}

.hover\:border-r-zinc-800\/5:hover {
  border-right-color: rgb(39 39 42 / 0.05);
}

.hover\:border-r-zinc-800\/50:hover {
  border-right-color: rgb(39 39 42 / 0.5);
}

.hover\:border-r-zinc-800\/60:hover {
  border-right-color: rgb(39 39 42 / 0.6);
}

.hover\:border-r-zinc-800\/70:hover {
  border-right-color: rgb(39 39 42 / 0.7);
}

.hover\:border-r-zinc-800\/75:hover {
  border-right-color: rgb(39 39 42 / 0.75);
}

.hover\:border-r-zinc-800\/80:hover {
  border-right-color: rgb(39 39 42 / 0.8);
}

.hover\:border-r-zinc-800\/90:hover {
  border-right-color: rgb(39 39 42 / 0.9);
}

.hover\:border-r-zinc-800\/95:hover {
  border-right-color: rgb(39 39 42 / 0.95);
}

.hover\:border-r-zinc-900:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.hover\:border-r-zinc-900\/0:hover {
  border-right-color: rgb(24 24 27 / 0);
}

.hover\:border-r-zinc-900\/10:hover {
  border-right-color: rgb(24 24 27 / 0.1);
}

.hover\:border-r-zinc-900\/100:hover {
  border-right-color: rgb(24 24 27 / 1);
}

.hover\:border-r-zinc-900\/20:hover {
  border-right-color: rgb(24 24 27 / 0.2);
}

.hover\:border-r-zinc-900\/25:hover {
  border-right-color: rgb(24 24 27 / 0.25);
}

.hover\:border-r-zinc-900\/30:hover {
  border-right-color: rgb(24 24 27 / 0.3);
}

.hover\:border-r-zinc-900\/40:hover {
  border-right-color: rgb(24 24 27 / 0.4);
}

.hover\:border-r-zinc-900\/5:hover {
  border-right-color: rgb(24 24 27 / 0.05);
}

.hover\:border-r-zinc-900\/50:hover {
  border-right-color: rgb(24 24 27 / 0.5);
}

.hover\:border-r-zinc-900\/60:hover {
  border-right-color: rgb(24 24 27 / 0.6);
}

.hover\:border-r-zinc-900\/70:hover {
  border-right-color: rgb(24 24 27 / 0.7);
}

.hover\:border-r-zinc-900\/75:hover {
  border-right-color: rgb(24 24 27 / 0.75);
}

.hover\:border-r-zinc-900\/80:hover {
  border-right-color: rgb(24 24 27 / 0.8);
}

.hover\:border-r-zinc-900\/90:hover {
  border-right-color: rgb(24 24 27 / 0.9);
}

.hover\:border-r-zinc-900\/95:hover {
  border-right-color: rgb(24 24 27 / 0.95);
}

.hover\:border-r-zinc-950:hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(9 9 11 / var(--tw-border-opacity));
}

.hover\:border-r-zinc-950\/0:hover {
  border-right-color: rgb(9 9 11 / 0);
}

.hover\:border-r-zinc-950\/10:hover {
  border-right-color: rgb(9 9 11 / 0.1);
}

.hover\:border-r-zinc-950\/100:hover {
  border-right-color: rgb(9 9 11 / 1);
}

.hover\:border-r-zinc-950\/20:hover {
  border-right-color: rgb(9 9 11 / 0.2);
}

.hover\:border-r-zinc-950\/25:hover {
  border-right-color: rgb(9 9 11 / 0.25);
}

.hover\:border-r-zinc-950\/30:hover {
  border-right-color: rgb(9 9 11 / 0.3);
}

.hover\:border-r-zinc-950\/40:hover {
  border-right-color: rgb(9 9 11 / 0.4);
}

.hover\:border-r-zinc-950\/5:hover {
  border-right-color: rgb(9 9 11 / 0.05);
}

.hover\:border-r-zinc-950\/50:hover {
  border-right-color: rgb(9 9 11 / 0.5);
}

.hover\:border-r-zinc-950\/60:hover {
  border-right-color: rgb(9 9 11 / 0.6);
}

.hover\:border-r-zinc-950\/70:hover {
  border-right-color: rgb(9 9 11 / 0.7);
}

.hover\:border-r-zinc-950\/75:hover {
  border-right-color: rgb(9 9 11 / 0.75);
}

.hover\:border-r-zinc-950\/80:hover {
  border-right-color: rgb(9 9 11 / 0.8);
}

.hover\:border-r-zinc-950\/90:hover {
  border-right-color: rgb(9 9 11 / 0.9);
}

.hover\:border-r-zinc-950\/95:hover {
  border-right-color: rgb(9 9 11 / 0.95);
}

.hover\:border-s-amber-100:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 243 199 / var(--tw-border-opacity));
}

.hover\:border-s-amber-100\/0:hover {
  border-inline-start-color: rgb(254 243 199 / 0);
}

.hover\:border-s-amber-100\/10:hover {
  border-inline-start-color: rgb(254 243 199 / 0.1);
}

.hover\:border-s-amber-100\/100:hover {
  border-inline-start-color: rgb(254 243 199 / 1);
}

.hover\:border-s-amber-100\/20:hover {
  border-inline-start-color: rgb(254 243 199 / 0.2);
}

.hover\:border-s-amber-100\/25:hover {
  border-inline-start-color: rgb(254 243 199 / 0.25);
}

.hover\:border-s-amber-100\/30:hover {
  border-inline-start-color: rgb(254 243 199 / 0.3);
}

.hover\:border-s-amber-100\/40:hover {
  border-inline-start-color: rgb(254 243 199 / 0.4);
}

.hover\:border-s-amber-100\/5:hover {
  border-inline-start-color: rgb(254 243 199 / 0.05);
}

.hover\:border-s-amber-100\/50:hover {
  border-inline-start-color: rgb(254 243 199 / 0.5);
}

.hover\:border-s-amber-100\/60:hover {
  border-inline-start-color: rgb(254 243 199 / 0.6);
}

.hover\:border-s-amber-100\/70:hover {
  border-inline-start-color: rgb(254 243 199 / 0.7);
}

.hover\:border-s-amber-100\/75:hover {
  border-inline-start-color: rgb(254 243 199 / 0.75);
}

.hover\:border-s-amber-100\/80:hover {
  border-inline-start-color: rgb(254 243 199 / 0.8);
}

.hover\:border-s-amber-100\/90:hover {
  border-inline-start-color: rgb(254 243 199 / 0.9);
}

.hover\:border-s-amber-100\/95:hover {
  border-inline-start-color: rgb(254 243 199 / 0.95);
}

.hover\:border-s-amber-200:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 230 138 / var(--tw-border-opacity));
}

.hover\:border-s-amber-200\/0:hover {
  border-inline-start-color: rgb(253 230 138 / 0);
}

.hover\:border-s-amber-200\/10:hover {
  border-inline-start-color: rgb(253 230 138 / 0.1);
}

.hover\:border-s-amber-200\/100:hover {
  border-inline-start-color: rgb(253 230 138 / 1);
}

.hover\:border-s-amber-200\/20:hover {
  border-inline-start-color: rgb(253 230 138 / 0.2);
}

.hover\:border-s-amber-200\/25:hover {
  border-inline-start-color: rgb(253 230 138 / 0.25);
}

.hover\:border-s-amber-200\/30:hover {
  border-inline-start-color: rgb(253 230 138 / 0.3);
}

.hover\:border-s-amber-200\/40:hover {
  border-inline-start-color: rgb(253 230 138 / 0.4);
}

.hover\:border-s-amber-200\/5:hover {
  border-inline-start-color: rgb(253 230 138 / 0.05);
}

.hover\:border-s-amber-200\/50:hover {
  border-inline-start-color: rgb(253 230 138 / 0.5);
}

.hover\:border-s-amber-200\/60:hover {
  border-inline-start-color: rgb(253 230 138 / 0.6);
}

.hover\:border-s-amber-200\/70:hover {
  border-inline-start-color: rgb(253 230 138 / 0.7);
}

.hover\:border-s-amber-200\/75:hover {
  border-inline-start-color: rgb(253 230 138 / 0.75);
}

.hover\:border-s-amber-200\/80:hover {
  border-inline-start-color: rgb(253 230 138 / 0.8);
}

.hover\:border-s-amber-200\/90:hover {
  border-inline-start-color: rgb(253 230 138 / 0.9);
}

.hover\:border-s-amber-200\/95:hover {
  border-inline-start-color: rgb(253 230 138 / 0.95);
}

.hover\:border-s-amber-300:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(252 211 77 / var(--tw-border-opacity));
}

.hover\:border-s-amber-300\/0:hover {
  border-inline-start-color: rgb(252 211 77 / 0);
}

.hover\:border-s-amber-300\/10:hover {
  border-inline-start-color: rgb(252 211 77 / 0.1);
}

.hover\:border-s-amber-300\/100:hover {
  border-inline-start-color: rgb(252 211 77 / 1);
}

.hover\:border-s-amber-300\/20:hover {
  border-inline-start-color: rgb(252 211 77 / 0.2);
}

.hover\:border-s-amber-300\/25:hover {
  border-inline-start-color: rgb(252 211 77 / 0.25);
}

.hover\:border-s-amber-300\/30:hover {
  border-inline-start-color: rgb(252 211 77 / 0.3);
}

.hover\:border-s-amber-300\/40:hover {
  border-inline-start-color: rgb(252 211 77 / 0.4);
}

.hover\:border-s-amber-300\/5:hover {
  border-inline-start-color: rgb(252 211 77 / 0.05);
}

.hover\:border-s-amber-300\/50:hover {
  border-inline-start-color: rgb(252 211 77 / 0.5);
}

.hover\:border-s-amber-300\/60:hover {
  border-inline-start-color: rgb(252 211 77 / 0.6);
}

.hover\:border-s-amber-300\/70:hover {
  border-inline-start-color: rgb(252 211 77 / 0.7);
}

.hover\:border-s-amber-300\/75:hover {
  border-inline-start-color: rgb(252 211 77 / 0.75);
}

.hover\:border-s-amber-300\/80:hover {
  border-inline-start-color: rgb(252 211 77 / 0.8);
}

.hover\:border-s-amber-300\/90:hover {
  border-inline-start-color: rgb(252 211 77 / 0.9);
}

.hover\:border-s-amber-300\/95:hover {
  border-inline-start-color: rgb(252 211 77 / 0.95);
}

.hover\:border-s-amber-400:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(251 191 36 / var(--tw-border-opacity));
}

.hover\:border-s-amber-400\/0:hover {
  border-inline-start-color: rgb(251 191 36 / 0);
}

.hover\:border-s-amber-400\/10:hover {
  border-inline-start-color: rgb(251 191 36 / 0.1);
}

.hover\:border-s-amber-400\/100:hover {
  border-inline-start-color: rgb(251 191 36 / 1);
}

.hover\:border-s-amber-400\/20:hover {
  border-inline-start-color: rgb(251 191 36 / 0.2);
}

.hover\:border-s-amber-400\/25:hover {
  border-inline-start-color: rgb(251 191 36 / 0.25);
}

.hover\:border-s-amber-400\/30:hover {
  border-inline-start-color: rgb(251 191 36 / 0.3);
}

.hover\:border-s-amber-400\/40:hover {
  border-inline-start-color: rgb(251 191 36 / 0.4);
}

.hover\:border-s-amber-400\/5:hover {
  border-inline-start-color: rgb(251 191 36 / 0.05);
}

.hover\:border-s-amber-400\/50:hover {
  border-inline-start-color: rgb(251 191 36 / 0.5);
}

.hover\:border-s-amber-400\/60:hover {
  border-inline-start-color: rgb(251 191 36 / 0.6);
}

.hover\:border-s-amber-400\/70:hover {
  border-inline-start-color: rgb(251 191 36 / 0.7);
}

.hover\:border-s-amber-400\/75:hover {
  border-inline-start-color: rgb(251 191 36 / 0.75);
}

.hover\:border-s-amber-400\/80:hover {
  border-inline-start-color: rgb(251 191 36 / 0.8);
}

.hover\:border-s-amber-400\/90:hover {
  border-inline-start-color: rgb(251 191 36 / 0.9);
}

.hover\:border-s-amber-400\/95:hover {
  border-inline-start-color: rgb(251 191 36 / 0.95);
}

.hover\:border-s-amber-50:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.hover\:border-s-amber-50\/0:hover {
  border-inline-start-color: rgb(255 251 235 / 0);
}

.hover\:border-s-amber-50\/10:hover {
  border-inline-start-color: rgb(255 251 235 / 0.1);
}

.hover\:border-s-amber-50\/100:hover {
  border-inline-start-color: rgb(255 251 235 / 1);
}

.hover\:border-s-amber-50\/20:hover {
  border-inline-start-color: rgb(255 251 235 / 0.2);
}

.hover\:border-s-amber-50\/25:hover {
  border-inline-start-color: rgb(255 251 235 / 0.25);
}

.hover\:border-s-amber-50\/30:hover {
  border-inline-start-color: rgb(255 251 235 / 0.3);
}

.hover\:border-s-amber-50\/40:hover {
  border-inline-start-color: rgb(255 251 235 / 0.4);
}

.hover\:border-s-amber-50\/5:hover {
  border-inline-start-color: rgb(255 251 235 / 0.05);
}

.hover\:border-s-amber-50\/50:hover {
  border-inline-start-color: rgb(255 251 235 / 0.5);
}

.hover\:border-s-amber-50\/60:hover {
  border-inline-start-color: rgb(255 251 235 / 0.6);
}

.hover\:border-s-amber-50\/70:hover {
  border-inline-start-color: rgb(255 251 235 / 0.7);
}

.hover\:border-s-amber-50\/75:hover {
  border-inline-start-color: rgb(255 251 235 / 0.75);
}

.hover\:border-s-amber-50\/80:hover {
  border-inline-start-color: rgb(255 251 235 / 0.8);
}

.hover\:border-s-amber-50\/90:hover {
  border-inline-start-color: rgb(255 251 235 / 0.9);
}

.hover\:border-s-amber-50\/95:hover {
  border-inline-start-color: rgb(255 251 235 / 0.95);
}

.hover\:border-s-amber-500:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 158 11 / var(--tw-border-opacity));
}

.hover\:border-s-amber-500\/0:hover {
  border-inline-start-color: rgb(245 158 11 / 0);
}

.hover\:border-s-amber-500\/10:hover {
  border-inline-start-color: rgb(245 158 11 / 0.1);
}

.hover\:border-s-amber-500\/100:hover {
  border-inline-start-color: rgb(245 158 11 / 1);
}

.hover\:border-s-amber-500\/20:hover {
  border-inline-start-color: rgb(245 158 11 / 0.2);
}

.hover\:border-s-amber-500\/25:hover {
  border-inline-start-color: rgb(245 158 11 / 0.25);
}

.hover\:border-s-amber-500\/30:hover {
  border-inline-start-color: rgb(245 158 11 / 0.3);
}

.hover\:border-s-amber-500\/40:hover {
  border-inline-start-color: rgb(245 158 11 / 0.4);
}

.hover\:border-s-amber-500\/5:hover {
  border-inline-start-color: rgb(245 158 11 / 0.05);
}

.hover\:border-s-amber-500\/50:hover {
  border-inline-start-color: rgb(245 158 11 / 0.5);
}

.hover\:border-s-amber-500\/60:hover {
  border-inline-start-color: rgb(245 158 11 / 0.6);
}

.hover\:border-s-amber-500\/70:hover {
  border-inline-start-color: rgb(245 158 11 / 0.7);
}

.hover\:border-s-amber-500\/75:hover {
  border-inline-start-color: rgb(245 158 11 / 0.75);
}

.hover\:border-s-amber-500\/80:hover {
  border-inline-start-color: rgb(245 158 11 / 0.8);
}

.hover\:border-s-amber-500\/90:hover {
  border-inline-start-color: rgb(245 158 11 / 0.9);
}

.hover\:border-s-amber-500\/95:hover {
  border-inline-start-color: rgb(245 158 11 / 0.95);
}

.hover\:border-s-amber-600:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(217 119 6 / var(--tw-border-opacity));
}

.hover\:border-s-amber-600\/0:hover {
  border-inline-start-color: rgb(217 119 6 / 0);
}

.hover\:border-s-amber-600\/10:hover {
  border-inline-start-color: rgb(217 119 6 / 0.1);
}

.hover\:border-s-amber-600\/100:hover {
  border-inline-start-color: rgb(217 119 6 / 1);
}

.hover\:border-s-amber-600\/20:hover {
  border-inline-start-color: rgb(217 119 6 / 0.2);
}

.hover\:border-s-amber-600\/25:hover {
  border-inline-start-color: rgb(217 119 6 / 0.25);
}

.hover\:border-s-amber-600\/30:hover {
  border-inline-start-color: rgb(217 119 6 / 0.3);
}

.hover\:border-s-amber-600\/40:hover {
  border-inline-start-color: rgb(217 119 6 / 0.4);
}

.hover\:border-s-amber-600\/5:hover {
  border-inline-start-color: rgb(217 119 6 / 0.05);
}

.hover\:border-s-amber-600\/50:hover {
  border-inline-start-color: rgb(217 119 6 / 0.5);
}

.hover\:border-s-amber-600\/60:hover {
  border-inline-start-color: rgb(217 119 6 / 0.6);
}

.hover\:border-s-amber-600\/70:hover {
  border-inline-start-color: rgb(217 119 6 / 0.7);
}

.hover\:border-s-amber-600\/75:hover {
  border-inline-start-color: rgb(217 119 6 / 0.75);
}

.hover\:border-s-amber-600\/80:hover {
  border-inline-start-color: rgb(217 119 6 / 0.8);
}

.hover\:border-s-amber-600\/90:hover {
  border-inline-start-color: rgb(217 119 6 / 0.9);
}

.hover\:border-s-amber-600\/95:hover {
  border-inline-start-color: rgb(217 119 6 / 0.95);
}

.hover\:border-s-amber-700:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(180 83 9 / var(--tw-border-opacity));
}

.hover\:border-s-amber-700\/0:hover {
  border-inline-start-color: rgb(180 83 9 / 0);
}

.hover\:border-s-amber-700\/10:hover {
  border-inline-start-color: rgb(180 83 9 / 0.1);
}

.hover\:border-s-amber-700\/100:hover {
  border-inline-start-color: rgb(180 83 9 / 1);
}

.hover\:border-s-amber-700\/20:hover {
  border-inline-start-color: rgb(180 83 9 / 0.2);
}

.hover\:border-s-amber-700\/25:hover {
  border-inline-start-color: rgb(180 83 9 / 0.25);
}

.hover\:border-s-amber-700\/30:hover {
  border-inline-start-color: rgb(180 83 9 / 0.3);
}

.hover\:border-s-amber-700\/40:hover {
  border-inline-start-color: rgb(180 83 9 / 0.4);
}

.hover\:border-s-amber-700\/5:hover {
  border-inline-start-color: rgb(180 83 9 / 0.05);
}

.hover\:border-s-amber-700\/50:hover {
  border-inline-start-color: rgb(180 83 9 / 0.5);
}

.hover\:border-s-amber-700\/60:hover {
  border-inline-start-color: rgb(180 83 9 / 0.6);
}

.hover\:border-s-amber-700\/70:hover {
  border-inline-start-color: rgb(180 83 9 / 0.7);
}

.hover\:border-s-amber-700\/75:hover {
  border-inline-start-color: rgb(180 83 9 / 0.75);
}

.hover\:border-s-amber-700\/80:hover {
  border-inline-start-color: rgb(180 83 9 / 0.8);
}

.hover\:border-s-amber-700\/90:hover {
  border-inline-start-color: rgb(180 83 9 / 0.9);
}

.hover\:border-s-amber-700\/95:hover {
  border-inline-start-color: rgb(180 83 9 / 0.95);
}

.hover\:border-s-amber-800:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(146 64 14 / var(--tw-border-opacity));
}

.hover\:border-s-amber-800\/0:hover {
  border-inline-start-color: rgb(146 64 14 / 0);
}

.hover\:border-s-amber-800\/10:hover {
  border-inline-start-color: rgb(146 64 14 / 0.1);
}

.hover\:border-s-amber-800\/100:hover {
  border-inline-start-color: rgb(146 64 14 / 1);
}

.hover\:border-s-amber-800\/20:hover {
  border-inline-start-color: rgb(146 64 14 / 0.2);
}

.hover\:border-s-amber-800\/25:hover {
  border-inline-start-color: rgb(146 64 14 / 0.25);
}

.hover\:border-s-amber-800\/30:hover {
  border-inline-start-color: rgb(146 64 14 / 0.3);
}

.hover\:border-s-amber-800\/40:hover {
  border-inline-start-color: rgb(146 64 14 / 0.4);
}

.hover\:border-s-amber-800\/5:hover {
  border-inline-start-color: rgb(146 64 14 / 0.05);
}

.hover\:border-s-amber-800\/50:hover {
  border-inline-start-color: rgb(146 64 14 / 0.5);
}

.hover\:border-s-amber-800\/60:hover {
  border-inline-start-color: rgb(146 64 14 / 0.6);
}

.hover\:border-s-amber-800\/70:hover {
  border-inline-start-color: rgb(146 64 14 / 0.7);
}

.hover\:border-s-amber-800\/75:hover {
  border-inline-start-color: rgb(146 64 14 / 0.75);
}

.hover\:border-s-amber-800\/80:hover {
  border-inline-start-color: rgb(146 64 14 / 0.8);
}

.hover\:border-s-amber-800\/90:hover {
  border-inline-start-color: rgb(146 64 14 / 0.9);
}

.hover\:border-s-amber-800\/95:hover {
  border-inline-start-color: rgb(146 64 14 / 0.95);
}

.hover\:border-s-amber-900:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(120 53 15 / var(--tw-border-opacity));
}

.hover\:border-s-amber-900\/0:hover {
  border-inline-start-color: rgb(120 53 15 / 0);
}

.hover\:border-s-amber-900\/10:hover {
  border-inline-start-color: rgb(120 53 15 / 0.1);
}

.hover\:border-s-amber-900\/100:hover {
  border-inline-start-color: rgb(120 53 15 / 1);
}

.hover\:border-s-amber-900\/20:hover {
  border-inline-start-color: rgb(120 53 15 / 0.2);
}

.hover\:border-s-amber-900\/25:hover {
  border-inline-start-color: rgb(120 53 15 / 0.25);
}

.hover\:border-s-amber-900\/30:hover {
  border-inline-start-color: rgb(120 53 15 / 0.3);
}

.hover\:border-s-amber-900\/40:hover {
  border-inline-start-color: rgb(120 53 15 / 0.4);
}

.hover\:border-s-amber-900\/5:hover {
  border-inline-start-color: rgb(120 53 15 / 0.05);
}

.hover\:border-s-amber-900\/50:hover {
  border-inline-start-color: rgb(120 53 15 / 0.5);
}

.hover\:border-s-amber-900\/60:hover {
  border-inline-start-color: rgb(120 53 15 / 0.6);
}

.hover\:border-s-amber-900\/70:hover {
  border-inline-start-color: rgb(120 53 15 / 0.7);
}

.hover\:border-s-amber-900\/75:hover {
  border-inline-start-color: rgb(120 53 15 / 0.75);
}

.hover\:border-s-amber-900\/80:hover {
  border-inline-start-color: rgb(120 53 15 / 0.8);
}

.hover\:border-s-amber-900\/90:hover {
  border-inline-start-color: rgb(120 53 15 / 0.9);
}

.hover\:border-s-amber-900\/95:hover {
  border-inline-start-color: rgb(120 53 15 / 0.95);
}

.hover\:border-s-amber-950:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(69 26 3 / var(--tw-border-opacity));
}

.hover\:border-s-amber-950\/0:hover {
  border-inline-start-color: rgb(69 26 3 / 0);
}

.hover\:border-s-amber-950\/10:hover {
  border-inline-start-color: rgb(69 26 3 / 0.1);
}

.hover\:border-s-amber-950\/100:hover {
  border-inline-start-color: rgb(69 26 3 / 1);
}

.hover\:border-s-amber-950\/20:hover {
  border-inline-start-color: rgb(69 26 3 / 0.2);
}

.hover\:border-s-amber-950\/25:hover {
  border-inline-start-color: rgb(69 26 3 / 0.25);
}

.hover\:border-s-amber-950\/30:hover {
  border-inline-start-color: rgb(69 26 3 / 0.3);
}

.hover\:border-s-amber-950\/40:hover {
  border-inline-start-color: rgb(69 26 3 / 0.4);
}

.hover\:border-s-amber-950\/5:hover {
  border-inline-start-color: rgb(69 26 3 / 0.05);
}

.hover\:border-s-amber-950\/50:hover {
  border-inline-start-color: rgb(69 26 3 / 0.5);
}

.hover\:border-s-amber-950\/60:hover {
  border-inline-start-color: rgb(69 26 3 / 0.6);
}

.hover\:border-s-amber-950\/70:hover {
  border-inline-start-color: rgb(69 26 3 / 0.7);
}

.hover\:border-s-amber-950\/75:hover {
  border-inline-start-color: rgb(69 26 3 / 0.75);
}

.hover\:border-s-amber-950\/80:hover {
  border-inline-start-color: rgb(69 26 3 / 0.8);
}

.hover\:border-s-amber-950\/90:hover {
  border-inline-start-color: rgb(69 26 3 / 0.9);
}

.hover\:border-s-amber-950\/95:hover {
  border-inline-start-color: rgb(69 26 3 / 0.95);
}

.hover\:border-s-black:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.hover\:border-s-black\/0:hover {
  border-inline-start-color: rgb(0 0 0 / 0);
}

.hover\:border-s-black\/10:hover {
  border-inline-start-color: rgb(0 0 0 / 0.1);
}

.hover\:border-s-black\/100:hover {
  border-inline-start-color: rgb(0 0 0 / 1);
}

.hover\:border-s-black\/20:hover {
  border-inline-start-color: rgb(0 0 0 / 0.2);
}

.hover\:border-s-black\/25:hover {
  border-inline-start-color: rgb(0 0 0 / 0.25);
}

.hover\:border-s-black\/30:hover {
  border-inline-start-color: rgb(0 0 0 / 0.3);
}

.hover\:border-s-black\/40:hover {
  border-inline-start-color: rgb(0 0 0 / 0.4);
}

.hover\:border-s-black\/5:hover {
  border-inline-start-color: rgb(0 0 0 / 0.05);
}

.hover\:border-s-black\/50:hover {
  border-inline-start-color: rgb(0 0 0 / 0.5);
}

.hover\:border-s-black\/60:hover {
  border-inline-start-color: rgb(0 0 0 / 0.6);
}

.hover\:border-s-black\/70:hover {
  border-inline-start-color: rgb(0 0 0 / 0.7);
}

.hover\:border-s-black\/75:hover {
  border-inline-start-color: rgb(0 0 0 / 0.75);
}

.hover\:border-s-black\/80:hover {
  border-inline-start-color: rgb(0 0 0 / 0.8);
}

.hover\:border-s-black\/90:hover {
  border-inline-start-color: rgb(0 0 0 / 0.9);
}

.hover\:border-s-black\/95:hover {
  border-inline-start-color: rgb(0 0 0 / 0.95);
}

.hover\:border-s-blue-100:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(219 234 254 / var(--tw-border-opacity));
}

.hover\:border-s-blue-100\/0:hover {
  border-inline-start-color: rgb(219 234 254 / 0);
}

.hover\:border-s-blue-100\/10:hover {
  border-inline-start-color: rgb(219 234 254 / 0.1);
}

.hover\:border-s-blue-100\/100:hover {
  border-inline-start-color: rgb(219 234 254 / 1);
}

.hover\:border-s-blue-100\/20:hover {
  border-inline-start-color: rgb(219 234 254 / 0.2);
}

.hover\:border-s-blue-100\/25:hover {
  border-inline-start-color: rgb(219 234 254 / 0.25);
}

.hover\:border-s-blue-100\/30:hover {
  border-inline-start-color: rgb(219 234 254 / 0.3);
}

.hover\:border-s-blue-100\/40:hover {
  border-inline-start-color: rgb(219 234 254 / 0.4);
}

.hover\:border-s-blue-100\/5:hover {
  border-inline-start-color: rgb(219 234 254 / 0.05);
}

.hover\:border-s-blue-100\/50:hover {
  border-inline-start-color: rgb(219 234 254 / 0.5);
}

.hover\:border-s-blue-100\/60:hover {
  border-inline-start-color: rgb(219 234 254 / 0.6);
}

.hover\:border-s-blue-100\/70:hover {
  border-inline-start-color: rgb(219 234 254 / 0.7);
}

.hover\:border-s-blue-100\/75:hover {
  border-inline-start-color: rgb(219 234 254 / 0.75);
}

.hover\:border-s-blue-100\/80:hover {
  border-inline-start-color: rgb(219 234 254 / 0.8);
}

.hover\:border-s-blue-100\/90:hover {
  border-inline-start-color: rgb(219 234 254 / 0.9);
}

.hover\:border-s-blue-100\/95:hover {
  border-inline-start-color: rgb(219 234 254 / 0.95);
}

.hover\:border-s-blue-200:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.hover\:border-s-blue-200\/0:hover {
  border-inline-start-color: rgb(191 219 254 / 0);
}

.hover\:border-s-blue-200\/10:hover {
  border-inline-start-color: rgb(191 219 254 / 0.1);
}

.hover\:border-s-blue-200\/100:hover {
  border-inline-start-color: rgb(191 219 254 / 1);
}

.hover\:border-s-blue-200\/20:hover {
  border-inline-start-color: rgb(191 219 254 / 0.2);
}

.hover\:border-s-blue-200\/25:hover {
  border-inline-start-color: rgb(191 219 254 / 0.25);
}

.hover\:border-s-blue-200\/30:hover {
  border-inline-start-color: rgb(191 219 254 / 0.3);
}

.hover\:border-s-blue-200\/40:hover {
  border-inline-start-color: rgb(191 219 254 / 0.4);
}

.hover\:border-s-blue-200\/5:hover {
  border-inline-start-color: rgb(191 219 254 / 0.05);
}

.hover\:border-s-blue-200\/50:hover {
  border-inline-start-color: rgb(191 219 254 / 0.5);
}

.hover\:border-s-blue-200\/60:hover {
  border-inline-start-color: rgb(191 219 254 / 0.6);
}

.hover\:border-s-blue-200\/70:hover {
  border-inline-start-color: rgb(191 219 254 / 0.7);
}

.hover\:border-s-blue-200\/75:hover {
  border-inline-start-color: rgb(191 219 254 / 0.75);
}

.hover\:border-s-blue-200\/80:hover {
  border-inline-start-color: rgb(191 219 254 / 0.8);
}

.hover\:border-s-blue-200\/90:hover {
  border-inline-start-color: rgb(191 219 254 / 0.9);
}

.hover\:border-s-blue-200\/95:hover {
  border-inline-start-color: rgb(191 219 254 / 0.95);
}

.hover\:border-s-blue-300:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.hover\:border-s-blue-300\/0:hover {
  border-inline-start-color: rgb(147 197 253 / 0);
}

.hover\:border-s-blue-300\/10:hover {
  border-inline-start-color: rgb(147 197 253 / 0.1);
}

.hover\:border-s-blue-300\/100:hover {
  border-inline-start-color: rgb(147 197 253 / 1);
}

.hover\:border-s-blue-300\/20:hover {
  border-inline-start-color: rgb(147 197 253 / 0.2);
}

.hover\:border-s-blue-300\/25:hover {
  border-inline-start-color: rgb(147 197 253 / 0.25);
}

.hover\:border-s-blue-300\/30:hover {
  border-inline-start-color: rgb(147 197 253 / 0.3);
}

.hover\:border-s-blue-300\/40:hover {
  border-inline-start-color: rgb(147 197 253 / 0.4);
}

.hover\:border-s-blue-300\/5:hover {
  border-inline-start-color: rgb(147 197 253 / 0.05);
}

.hover\:border-s-blue-300\/50:hover {
  border-inline-start-color: rgb(147 197 253 / 0.5);
}

.hover\:border-s-blue-300\/60:hover {
  border-inline-start-color: rgb(147 197 253 / 0.6);
}

.hover\:border-s-blue-300\/70:hover {
  border-inline-start-color: rgb(147 197 253 / 0.7);
}

.hover\:border-s-blue-300\/75:hover {
  border-inline-start-color: rgb(147 197 253 / 0.75);
}

.hover\:border-s-blue-300\/80:hover {
  border-inline-start-color: rgb(147 197 253 / 0.8);
}

.hover\:border-s-blue-300\/90:hover {
  border-inline-start-color: rgb(147 197 253 / 0.9);
}

.hover\:border-s-blue-300\/95:hover {
  border-inline-start-color: rgb(147 197 253 / 0.95);
}

.hover\:border-s-blue-400:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.hover\:border-s-blue-400\/0:hover {
  border-inline-start-color: rgb(96 165 250 / 0);
}

.hover\:border-s-blue-400\/10:hover {
  border-inline-start-color: rgb(96 165 250 / 0.1);
}

.hover\:border-s-blue-400\/100:hover {
  border-inline-start-color: rgb(96 165 250 / 1);
}

.hover\:border-s-blue-400\/20:hover {
  border-inline-start-color: rgb(96 165 250 / 0.2);
}

.hover\:border-s-blue-400\/25:hover {
  border-inline-start-color: rgb(96 165 250 / 0.25);
}

.hover\:border-s-blue-400\/30:hover {
  border-inline-start-color: rgb(96 165 250 / 0.3);
}

.hover\:border-s-blue-400\/40:hover {
  border-inline-start-color: rgb(96 165 250 / 0.4);
}

.hover\:border-s-blue-400\/5:hover {
  border-inline-start-color: rgb(96 165 250 / 0.05);
}

.hover\:border-s-blue-400\/50:hover {
  border-inline-start-color: rgb(96 165 250 / 0.5);
}

.hover\:border-s-blue-400\/60:hover {
  border-inline-start-color: rgb(96 165 250 / 0.6);
}

.hover\:border-s-blue-400\/70:hover {
  border-inline-start-color: rgb(96 165 250 / 0.7);
}

.hover\:border-s-blue-400\/75:hover {
  border-inline-start-color: rgb(96 165 250 / 0.75);
}

.hover\:border-s-blue-400\/80:hover {
  border-inline-start-color: rgb(96 165 250 / 0.8);
}

.hover\:border-s-blue-400\/90:hover {
  border-inline-start-color: rgb(96 165 250 / 0.9);
}

.hover\:border-s-blue-400\/95:hover {
  border-inline-start-color: rgb(96 165 250 / 0.95);
}

.hover\:border-s-blue-50:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(239 246 255 / var(--tw-border-opacity));
}

.hover\:border-s-blue-50\/0:hover {
  border-inline-start-color: rgb(239 246 255 / 0);
}

.hover\:border-s-blue-50\/10:hover {
  border-inline-start-color: rgb(239 246 255 / 0.1);
}

.hover\:border-s-blue-50\/100:hover {
  border-inline-start-color: rgb(239 246 255 / 1);
}

.hover\:border-s-blue-50\/20:hover {
  border-inline-start-color: rgb(239 246 255 / 0.2);
}

.hover\:border-s-blue-50\/25:hover {
  border-inline-start-color: rgb(239 246 255 / 0.25);
}

.hover\:border-s-blue-50\/30:hover {
  border-inline-start-color: rgb(239 246 255 / 0.3);
}

.hover\:border-s-blue-50\/40:hover {
  border-inline-start-color: rgb(239 246 255 / 0.4);
}

.hover\:border-s-blue-50\/5:hover {
  border-inline-start-color: rgb(239 246 255 / 0.05);
}

.hover\:border-s-blue-50\/50:hover {
  border-inline-start-color: rgb(239 246 255 / 0.5);
}

.hover\:border-s-blue-50\/60:hover {
  border-inline-start-color: rgb(239 246 255 / 0.6);
}

.hover\:border-s-blue-50\/70:hover {
  border-inline-start-color: rgb(239 246 255 / 0.7);
}

.hover\:border-s-blue-50\/75:hover {
  border-inline-start-color: rgb(239 246 255 / 0.75);
}

.hover\:border-s-blue-50\/80:hover {
  border-inline-start-color: rgb(239 246 255 / 0.8);
}

.hover\:border-s-blue-50\/90:hover {
  border-inline-start-color: rgb(239 246 255 / 0.9);
}

.hover\:border-s-blue-50\/95:hover {
  border-inline-start-color: rgb(239 246 255 / 0.95);
}

.hover\:border-s-blue-500:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.hover\:border-s-blue-500\/0:hover {
  border-inline-start-color: rgb(59 130 246 / 0);
}

.hover\:border-s-blue-500\/10:hover {
  border-inline-start-color: rgb(59 130 246 / 0.1);
}

.hover\:border-s-blue-500\/100:hover {
  border-inline-start-color: rgb(59 130 246 / 1);
}

.hover\:border-s-blue-500\/20:hover {
  border-inline-start-color: rgb(59 130 246 / 0.2);
}

.hover\:border-s-blue-500\/25:hover {
  border-inline-start-color: rgb(59 130 246 / 0.25);
}

.hover\:border-s-blue-500\/30:hover {
  border-inline-start-color: rgb(59 130 246 / 0.3);
}

.hover\:border-s-blue-500\/40:hover {
  border-inline-start-color: rgb(59 130 246 / 0.4);
}

.hover\:border-s-blue-500\/5:hover {
  border-inline-start-color: rgb(59 130 246 / 0.05);
}

.hover\:border-s-blue-500\/50:hover {
  border-inline-start-color: rgb(59 130 246 / 0.5);
}

.hover\:border-s-blue-500\/60:hover {
  border-inline-start-color: rgb(59 130 246 / 0.6);
}

.hover\:border-s-blue-500\/70:hover {
  border-inline-start-color: rgb(59 130 246 / 0.7);
}

.hover\:border-s-blue-500\/75:hover {
  border-inline-start-color: rgb(59 130 246 / 0.75);
}

.hover\:border-s-blue-500\/80:hover {
  border-inline-start-color: rgb(59 130 246 / 0.8);
}

.hover\:border-s-blue-500\/90:hover {
  border-inline-start-color: rgb(59 130 246 / 0.9);
}

.hover\:border-s-blue-500\/95:hover {
  border-inline-start-color: rgb(59 130 246 / 0.95);
}

.hover\:border-s-blue-600:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.hover\:border-s-blue-600\/0:hover {
  border-inline-start-color: rgb(37 99 235 / 0);
}

.hover\:border-s-blue-600\/10:hover {
  border-inline-start-color: rgb(37 99 235 / 0.1);
}

.hover\:border-s-blue-600\/100:hover {
  border-inline-start-color: rgb(37 99 235 / 1);
}

.hover\:border-s-blue-600\/20:hover {
  border-inline-start-color: rgb(37 99 235 / 0.2);
}

.hover\:border-s-blue-600\/25:hover {
  border-inline-start-color: rgb(37 99 235 / 0.25);
}

.hover\:border-s-blue-600\/30:hover {
  border-inline-start-color: rgb(37 99 235 / 0.3);
}

.hover\:border-s-blue-600\/40:hover {
  border-inline-start-color: rgb(37 99 235 / 0.4);
}

.hover\:border-s-blue-600\/5:hover {
  border-inline-start-color: rgb(37 99 235 / 0.05);
}

.hover\:border-s-blue-600\/50:hover {
  border-inline-start-color: rgb(37 99 235 / 0.5);
}

.hover\:border-s-blue-600\/60:hover {
  border-inline-start-color: rgb(37 99 235 / 0.6);
}

.hover\:border-s-blue-600\/70:hover {
  border-inline-start-color: rgb(37 99 235 / 0.7);
}

.hover\:border-s-blue-600\/75:hover {
  border-inline-start-color: rgb(37 99 235 / 0.75);
}

.hover\:border-s-blue-600\/80:hover {
  border-inline-start-color: rgb(37 99 235 / 0.8);
}

.hover\:border-s-blue-600\/90:hover {
  border-inline-start-color: rgb(37 99 235 / 0.9);
}

.hover\:border-s-blue-600\/95:hover {
  border-inline-start-color: rgb(37 99 235 / 0.95);
}

.hover\:border-s-blue-700:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.hover\:border-s-blue-700\/0:hover {
  border-inline-start-color: rgb(29 78 216 / 0);
}

.hover\:border-s-blue-700\/10:hover {
  border-inline-start-color: rgb(29 78 216 / 0.1);
}

.hover\:border-s-blue-700\/100:hover {
  border-inline-start-color: rgb(29 78 216 / 1);
}

.hover\:border-s-blue-700\/20:hover {
  border-inline-start-color: rgb(29 78 216 / 0.2);
}

.hover\:border-s-blue-700\/25:hover {
  border-inline-start-color: rgb(29 78 216 / 0.25);
}

.hover\:border-s-blue-700\/30:hover {
  border-inline-start-color: rgb(29 78 216 / 0.3);
}

.hover\:border-s-blue-700\/40:hover {
  border-inline-start-color: rgb(29 78 216 / 0.4);
}

.hover\:border-s-blue-700\/5:hover {
  border-inline-start-color: rgb(29 78 216 / 0.05);
}

.hover\:border-s-blue-700\/50:hover {
  border-inline-start-color: rgb(29 78 216 / 0.5);
}

.hover\:border-s-blue-700\/60:hover {
  border-inline-start-color: rgb(29 78 216 / 0.6);
}

.hover\:border-s-blue-700\/70:hover {
  border-inline-start-color: rgb(29 78 216 / 0.7);
}

.hover\:border-s-blue-700\/75:hover {
  border-inline-start-color: rgb(29 78 216 / 0.75);
}

.hover\:border-s-blue-700\/80:hover {
  border-inline-start-color: rgb(29 78 216 / 0.8);
}

.hover\:border-s-blue-700\/90:hover {
  border-inline-start-color: rgb(29 78 216 / 0.9);
}

.hover\:border-s-blue-700\/95:hover {
  border-inline-start-color: rgb(29 78 216 / 0.95);
}

.hover\:border-s-blue-800:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.hover\:border-s-blue-800\/0:hover {
  border-inline-start-color: rgb(30 64 175 / 0);
}

.hover\:border-s-blue-800\/10:hover {
  border-inline-start-color: rgb(30 64 175 / 0.1);
}

.hover\:border-s-blue-800\/100:hover {
  border-inline-start-color: rgb(30 64 175 / 1);
}

.hover\:border-s-blue-800\/20:hover {
  border-inline-start-color: rgb(30 64 175 / 0.2);
}

.hover\:border-s-blue-800\/25:hover {
  border-inline-start-color: rgb(30 64 175 / 0.25);
}

.hover\:border-s-blue-800\/30:hover {
  border-inline-start-color: rgb(30 64 175 / 0.3);
}

.hover\:border-s-blue-800\/40:hover {
  border-inline-start-color: rgb(30 64 175 / 0.4);
}

.hover\:border-s-blue-800\/5:hover {
  border-inline-start-color: rgb(30 64 175 / 0.05);
}

.hover\:border-s-blue-800\/50:hover {
  border-inline-start-color: rgb(30 64 175 / 0.5);
}

.hover\:border-s-blue-800\/60:hover {
  border-inline-start-color: rgb(30 64 175 / 0.6);
}

.hover\:border-s-blue-800\/70:hover {
  border-inline-start-color: rgb(30 64 175 / 0.7);
}

.hover\:border-s-blue-800\/75:hover {
  border-inline-start-color: rgb(30 64 175 / 0.75);
}

.hover\:border-s-blue-800\/80:hover {
  border-inline-start-color: rgb(30 64 175 / 0.8);
}

.hover\:border-s-blue-800\/90:hover {
  border-inline-start-color: rgb(30 64 175 / 0.9);
}

.hover\:border-s-blue-800\/95:hover {
  border-inline-start-color: rgb(30 64 175 / 0.95);
}

.hover\:border-s-blue-900:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.hover\:border-s-blue-900\/0:hover {
  border-inline-start-color: rgb(30 58 138 / 0);
}

.hover\:border-s-blue-900\/10:hover {
  border-inline-start-color: rgb(30 58 138 / 0.1);
}

.hover\:border-s-blue-900\/100:hover {
  border-inline-start-color: rgb(30 58 138 / 1);
}

.hover\:border-s-blue-900\/20:hover {
  border-inline-start-color: rgb(30 58 138 / 0.2);
}

.hover\:border-s-blue-900\/25:hover {
  border-inline-start-color: rgb(30 58 138 / 0.25);
}

.hover\:border-s-blue-900\/30:hover {
  border-inline-start-color: rgb(30 58 138 / 0.3);
}

.hover\:border-s-blue-900\/40:hover {
  border-inline-start-color: rgb(30 58 138 / 0.4);
}

.hover\:border-s-blue-900\/5:hover {
  border-inline-start-color: rgb(30 58 138 / 0.05);
}

.hover\:border-s-blue-900\/50:hover {
  border-inline-start-color: rgb(30 58 138 / 0.5);
}

.hover\:border-s-blue-900\/60:hover {
  border-inline-start-color: rgb(30 58 138 / 0.6);
}

.hover\:border-s-blue-900\/70:hover {
  border-inline-start-color: rgb(30 58 138 / 0.7);
}

.hover\:border-s-blue-900\/75:hover {
  border-inline-start-color: rgb(30 58 138 / 0.75);
}

.hover\:border-s-blue-900\/80:hover {
  border-inline-start-color: rgb(30 58 138 / 0.8);
}

.hover\:border-s-blue-900\/90:hover {
  border-inline-start-color: rgb(30 58 138 / 0.9);
}

.hover\:border-s-blue-900\/95:hover {
  border-inline-start-color: rgb(30 58 138 / 0.95);
}

.hover\:border-s-blue-950:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(23 37 84 / var(--tw-border-opacity));
}

.hover\:border-s-blue-950\/0:hover {
  border-inline-start-color: rgb(23 37 84 / 0);
}

.hover\:border-s-blue-950\/10:hover {
  border-inline-start-color: rgb(23 37 84 / 0.1);
}

.hover\:border-s-blue-950\/100:hover {
  border-inline-start-color: rgb(23 37 84 / 1);
}

.hover\:border-s-blue-950\/20:hover {
  border-inline-start-color: rgb(23 37 84 / 0.2);
}

.hover\:border-s-blue-950\/25:hover {
  border-inline-start-color: rgb(23 37 84 / 0.25);
}

.hover\:border-s-blue-950\/30:hover {
  border-inline-start-color: rgb(23 37 84 / 0.3);
}

.hover\:border-s-blue-950\/40:hover {
  border-inline-start-color: rgb(23 37 84 / 0.4);
}

.hover\:border-s-blue-950\/5:hover {
  border-inline-start-color: rgb(23 37 84 / 0.05);
}

.hover\:border-s-blue-950\/50:hover {
  border-inline-start-color: rgb(23 37 84 / 0.5);
}

.hover\:border-s-blue-950\/60:hover {
  border-inline-start-color: rgb(23 37 84 / 0.6);
}

.hover\:border-s-blue-950\/70:hover {
  border-inline-start-color: rgb(23 37 84 / 0.7);
}

.hover\:border-s-blue-950\/75:hover {
  border-inline-start-color: rgb(23 37 84 / 0.75);
}

.hover\:border-s-blue-950\/80:hover {
  border-inline-start-color: rgb(23 37 84 / 0.8);
}

.hover\:border-s-blue-950\/90:hover {
  border-inline-start-color: rgb(23 37 84 / 0.9);
}

.hover\:border-s-blue-950\/95:hover {
  border-inline-start-color: rgb(23 37 84 / 0.95);
}

.hover\:border-s-brand-100:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(230 239 246 / var(--tw-border-opacity));
}

.hover\:border-s-brand-100\/0:hover {
  border-inline-start-color: rgb(230 239 246 / 0);
}

.hover\:border-s-brand-100\/10:hover {
  border-inline-start-color: rgb(230 239 246 / 0.1);
}

.hover\:border-s-brand-100\/100:hover {
  border-inline-start-color: rgb(230 239 246 / 1);
}

.hover\:border-s-brand-100\/20:hover {
  border-inline-start-color: rgb(230 239 246 / 0.2);
}

.hover\:border-s-brand-100\/25:hover {
  border-inline-start-color: rgb(230 239 246 / 0.25);
}

.hover\:border-s-brand-100\/30:hover {
  border-inline-start-color: rgb(230 239 246 / 0.3);
}

.hover\:border-s-brand-100\/40:hover {
  border-inline-start-color: rgb(230 239 246 / 0.4);
}

.hover\:border-s-brand-100\/5:hover {
  border-inline-start-color: rgb(230 239 246 / 0.05);
}

.hover\:border-s-brand-100\/50:hover {
  border-inline-start-color: rgb(230 239 246 / 0.5);
}

.hover\:border-s-brand-100\/60:hover {
  border-inline-start-color: rgb(230 239 246 / 0.6);
}

.hover\:border-s-brand-100\/70:hover {
  border-inline-start-color: rgb(230 239 246 / 0.7);
}

.hover\:border-s-brand-100\/75:hover {
  border-inline-start-color: rgb(230 239 246 / 0.75);
}

.hover\:border-s-brand-100\/80:hover {
  border-inline-start-color: rgb(230 239 246 / 0.8);
}

.hover\:border-s-brand-100\/90:hover {
  border-inline-start-color: rgb(230 239 246 / 0.9);
}

.hover\:border-s-brand-100\/95:hover {
  border-inline-start-color: rgb(230 239 246 / 0.95);
}

.hover\:border-s-brand-200:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(193 215 234 / var(--tw-border-opacity));
}

.hover\:border-s-brand-200\/0:hover {
  border-inline-start-color: rgb(193 215 234 / 0);
}

.hover\:border-s-brand-200\/10:hover {
  border-inline-start-color: rgb(193 215 234 / 0.1);
}

.hover\:border-s-brand-200\/100:hover {
  border-inline-start-color: rgb(193 215 234 / 1);
}

.hover\:border-s-brand-200\/20:hover {
  border-inline-start-color: rgb(193 215 234 / 0.2);
}

.hover\:border-s-brand-200\/25:hover {
  border-inline-start-color: rgb(193 215 234 / 0.25);
}

.hover\:border-s-brand-200\/30:hover {
  border-inline-start-color: rgb(193 215 234 / 0.3);
}

.hover\:border-s-brand-200\/40:hover {
  border-inline-start-color: rgb(193 215 234 / 0.4);
}

.hover\:border-s-brand-200\/5:hover {
  border-inline-start-color: rgb(193 215 234 / 0.05);
}

.hover\:border-s-brand-200\/50:hover {
  border-inline-start-color: rgb(193 215 234 / 0.5);
}

.hover\:border-s-brand-200\/60:hover {
  border-inline-start-color: rgb(193 215 234 / 0.6);
}

.hover\:border-s-brand-200\/70:hover {
  border-inline-start-color: rgb(193 215 234 / 0.7);
}

.hover\:border-s-brand-200\/75:hover {
  border-inline-start-color: rgb(193 215 234 / 0.75);
}

.hover\:border-s-brand-200\/80:hover {
  border-inline-start-color: rgb(193 215 234 / 0.8);
}

.hover\:border-s-brand-200\/90:hover {
  border-inline-start-color: rgb(193 215 234 / 0.9);
}

.hover\:border-s-brand-200\/95:hover {
  border-inline-start-color: rgb(193 215 234 / 0.95);
}

.hover\:border-s-brand-300:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(155 190 221 / var(--tw-border-opacity));
}

.hover\:border-s-brand-300\/0:hover {
  border-inline-start-color: rgb(155 190 221 / 0);
}

.hover\:border-s-brand-300\/10:hover {
  border-inline-start-color: rgb(155 190 221 / 0.1);
}

.hover\:border-s-brand-300\/100:hover {
  border-inline-start-color: rgb(155 190 221 / 1);
}

.hover\:border-s-brand-300\/20:hover {
  border-inline-start-color: rgb(155 190 221 / 0.2);
}

.hover\:border-s-brand-300\/25:hover {
  border-inline-start-color: rgb(155 190 221 / 0.25);
}

.hover\:border-s-brand-300\/30:hover {
  border-inline-start-color: rgb(155 190 221 / 0.3);
}

.hover\:border-s-brand-300\/40:hover {
  border-inline-start-color: rgb(155 190 221 / 0.4);
}

.hover\:border-s-brand-300\/5:hover {
  border-inline-start-color: rgb(155 190 221 / 0.05);
}

.hover\:border-s-brand-300\/50:hover {
  border-inline-start-color: rgb(155 190 221 / 0.5);
}

.hover\:border-s-brand-300\/60:hover {
  border-inline-start-color: rgb(155 190 221 / 0.6);
}

.hover\:border-s-brand-300\/70:hover {
  border-inline-start-color: rgb(155 190 221 / 0.7);
}

.hover\:border-s-brand-300\/75:hover {
  border-inline-start-color: rgb(155 190 221 / 0.75);
}

.hover\:border-s-brand-300\/80:hover {
  border-inline-start-color: rgb(155 190 221 / 0.8);
}

.hover\:border-s-brand-300\/90:hover {
  border-inline-start-color: rgb(155 190 221 / 0.9);
}

.hover\:border-s-brand-300\/95:hover {
  border-inline-start-color: rgb(155 190 221 / 0.95);
}

.hover\:border-s-brand-400:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(81 142 195 / var(--tw-border-opacity));
}

.hover\:border-s-brand-400\/0:hover {
  border-inline-start-color: rgb(81 142 195 / 0);
}

.hover\:border-s-brand-400\/10:hover {
  border-inline-start-color: rgb(81 142 195 / 0.1);
}

.hover\:border-s-brand-400\/100:hover {
  border-inline-start-color: rgb(81 142 195 / 1);
}

.hover\:border-s-brand-400\/20:hover {
  border-inline-start-color: rgb(81 142 195 / 0.2);
}

.hover\:border-s-brand-400\/25:hover {
  border-inline-start-color: rgb(81 142 195 / 0.25);
}

.hover\:border-s-brand-400\/30:hover {
  border-inline-start-color: rgb(81 142 195 / 0.3);
}

.hover\:border-s-brand-400\/40:hover {
  border-inline-start-color: rgb(81 142 195 / 0.4);
}

.hover\:border-s-brand-400\/5:hover {
  border-inline-start-color: rgb(81 142 195 / 0.05);
}

.hover\:border-s-brand-400\/50:hover {
  border-inline-start-color: rgb(81 142 195 / 0.5);
}

.hover\:border-s-brand-400\/60:hover {
  border-inline-start-color: rgb(81 142 195 / 0.6);
}

.hover\:border-s-brand-400\/70:hover {
  border-inline-start-color: rgb(81 142 195 / 0.7);
}

.hover\:border-s-brand-400\/75:hover {
  border-inline-start-color: rgb(81 142 195 / 0.75);
}

.hover\:border-s-brand-400\/80:hover {
  border-inline-start-color: rgb(81 142 195 / 0.8);
}

.hover\:border-s-brand-400\/90:hover {
  border-inline-start-color: rgb(81 142 195 / 0.9);
}

.hover\:border-s-brand-400\/95:hover {
  border-inline-start-color: rgb(81 142 195 / 0.95);
}

.hover\:border-s-brand-50:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(243 247 251 / var(--tw-border-opacity));
}

.hover\:border-s-brand-50\/0:hover {
  border-inline-start-color: rgb(243 247 251 / 0);
}

.hover\:border-s-brand-50\/10:hover {
  border-inline-start-color: rgb(243 247 251 / 0.1);
}

.hover\:border-s-brand-50\/100:hover {
  border-inline-start-color: rgb(243 247 251 / 1);
}

.hover\:border-s-brand-50\/20:hover {
  border-inline-start-color: rgb(243 247 251 / 0.2);
}

.hover\:border-s-brand-50\/25:hover {
  border-inline-start-color: rgb(243 247 251 / 0.25);
}

.hover\:border-s-brand-50\/30:hover {
  border-inline-start-color: rgb(243 247 251 / 0.3);
}

.hover\:border-s-brand-50\/40:hover {
  border-inline-start-color: rgb(243 247 251 / 0.4);
}

.hover\:border-s-brand-50\/5:hover {
  border-inline-start-color: rgb(243 247 251 / 0.05);
}

.hover\:border-s-brand-50\/50:hover {
  border-inline-start-color: rgb(243 247 251 / 0.5);
}

.hover\:border-s-brand-50\/60:hover {
  border-inline-start-color: rgb(243 247 251 / 0.6);
}

.hover\:border-s-brand-50\/70:hover {
  border-inline-start-color: rgb(243 247 251 / 0.7);
}

.hover\:border-s-brand-50\/75:hover {
  border-inline-start-color: rgb(243 247 251 / 0.75);
}

.hover\:border-s-brand-50\/80:hover {
  border-inline-start-color: rgb(243 247 251 / 0.8);
}

.hover\:border-s-brand-50\/90:hover {
  border-inline-start-color: rgb(243 247 251 / 0.9);
}

.hover\:border-s-brand-50\/95:hover {
  border-inline-start-color: rgb(243 247 251 / 0.95);
}

.hover\:border-s-brand-500:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(6 93 169 / var(--tw-border-opacity));
}

.hover\:border-s-brand-500\/0:hover {
  border-inline-start-color: rgb(6 93 169 / 0);
}

.hover\:border-s-brand-500\/10:hover {
  border-inline-start-color: rgb(6 93 169 / 0.1);
}

.hover\:border-s-brand-500\/100:hover {
  border-inline-start-color: rgb(6 93 169 / 1);
}

.hover\:border-s-brand-500\/20:hover {
  border-inline-start-color: rgb(6 93 169 / 0.2);
}

.hover\:border-s-brand-500\/25:hover {
  border-inline-start-color: rgb(6 93 169 / 0.25);
}

.hover\:border-s-brand-500\/30:hover {
  border-inline-start-color: rgb(6 93 169 / 0.3);
}

.hover\:border-s-brand-500\/40:hover {
  border-inline-start-color: rgb(6 93 169 / 0.4);
}

.hover\:border-s-brand-500\/5:hover {
  border-inline-start-color: rgb(6 93 169 / 0.05);
}

.hover\:border-s-brand-500\/50:hover {
  border-inline-start-color: rgb(6 93 169 / 0.5);
}

.hover\:border-s-brand-500\/60:hover {
  border-inline-start-color: rgb(6 93 169 / 0.6);
}

.hover\:border-s-brand-500\/70:hover {
  border-inline-start-color: rgb(6 93 169 / 0.7);
}

.hover\:border-s-brand-500\/75:hover {
  border-inline-start-color: rgb(6 93 169 / 0.75);
}

.hover\:border-s-brand-500\/80:hover {
  border-inline-start-color: rgb(6 93 169 / 0.8);
}

.hover\:border-s-brand-500\/90:hover {
  border-inline-start-color: rgb(6 93 169 / 0.9);
}

.hover\:border-s-brand-500\/95:hover {
  border-inline-start-color: rgb(6 93 169 / 0.95);
}

.hover\:border-s-brand-600:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(5 84 152 / var(--tw-border-opacity));
}

.hover\:border-s-brand-600\/0:hover {
  border-inline-start-color: rgb(5 84 152 / 0);
}

.hover\:border-s-brand-600\/10:hover {
  border-inline-start-color: rgb(5 84 152 / 0.1);
}

.hover\:border-s-brand-600\/100:hover {
  border-inline-start-color: rgb(5 84 152 / 1);
}

.hover\:border-s-brand-600\/20:hover {
  border-inline-start-color: rgb(5 84 152 / 0.2);
}

.hover\:border-s-brand-600\/25:hover {
  border-inline-start-color: rgb(5 84 152 / 0.25);
}

.hover\:border-s-brand-600\/30:hover {
  border-inline-start-color: rgb(5 84 152 / 0.3);
}

.hover\:border-s-brand-600\/40:hover {
  border-inline-start-color: rgb(5 84 152 / 0.4);
}

.hover\:border-s-brand-600\/5:hover {
  border-inline-start-color: rgb(5 84 152 / 0.05);
}

.hover\:border-s-brand-600\/50:hover {
  border-inline-start-color: rgb(5 84 152 / 0.5);
}

.hover\:border-s-brand-600\/60:hover {
  border-inline-start-color: rgb(5 84 152 / 0.6);
}

.hover\:border-s-brand-600\/70:hover {
  border-inline-start-color: rgb(5 84 152 / 0.7);
}

.hover\:border-s-brand-600\/75:hover {
  border-inline-start-color: rgb(5 84 152 / 0.75);
}

.hover\:border-s-brand-600\/80:hover {
  border-inline-start-color: rgb(5 84 152 / 0.8);
}

.hover\:border-s-brand-600\/90:hover {
  border-inline-start-color: rgb(5 84 152 / 0.9);
}

.hover\:border-s-brand-600\/95:hover {
  border-inline-start-color: rgb(5 84 152 / 0.95);
}

.hover\:border-s-brand-700:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(4 56 101 / var(--tw-border-opacity));
}

.hover\:border-s-brand-700\/0:hover {
  border-inline-start-color: rgb(4 56 101 / 0);
}

.hover\:border-s-brand-700\/10:hover {
  border-inline-start-color: rgb(4 56 101 / 0.1);
}

.hover\:border-s-brand-700\/100:hover {
  border-inline-start-color: rgb(4 56 101 / 1);
}

.hover\:border-s-brand-700\/20:hover {
  border-inline-start-color: rgb(4 56 101 / 0.2);
}

.hover\:border-s-brand-700\/25:hover {
  border-inline-start-color: rgb(4 56 101 / 0.25);
}

.hover\:border-s-brand-700\/30:hover {
  border-inline-start-color: rgb(4 56 101 / 0.3);
}

.hover\:border-s-brand-700\/40:hover {
  border-inline-start-color: rgb(4 56 101 / 0.4);
}

.hover\:border-s-brand-700\/5:hover {
  border-inline-start-color: rgb(4 56 101 / 0.05);
}

.hover\:border-s-brand-700\/50:hover {
  border-inline-start-color: rgb(4 56 101 / 0.5);
}

.hover\:border-s-brand-700\/60:hover {
  border-inline-start-color: rgb(4 56 101 / 0.6);
}

.hover\:border-s-brand-700\/70:hover {
  border-inline-start-color: rgb(4 56 101 / 0.7);
}

.hover\:border-s-brand-700\/75:hover {
  border-inline-start-color: rgb(4 56 101 / 0.75);
}

.hover\:border-s-brand-700\/80:hover {
  border-inline-start-color: rgb(4 56 101 / 0.8);
}

.hover\:border-s-brand-700\/90:hover {
  border-inline-start-color: rgb(4 56 101 / 0.9);
}

.hover\:border-s-brand-700\/95:hover {
  border-inline-start-color: rgb(4 56 101 / 0.95);
}

.hover\:border-s-brand-800:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(3 42 76 / var(--tw-border-opacity));
}

.hover\:border-s-brand-800\/0:hover {
  border-inline-start-color: rgb(3 42 76 / 0);
}

.hover\:border-s-brand-800\/10:hover {
  border-inline-start-color: rgb(3 42 76 / 0.1);
}

.hover\:border-s-brand-800\/100:hover {
  border-inline-start-color: rgb(3 42 76 / 1);
}

.hover\:border-s-brand-800\/20:hover {
  border-inline-start-color: rgb(3 42 76 / 0.2);
}

.hover\:border-s-brand-800\/25:hover {
  border-inline-start-color: rgb(3 42 76 / 0.25);
}

.hover\:border-s-brand-800\/30:hover {
  border-inline-start-color: rgb(3 42 76 / 0.3);
}

.hover\:border-s-brand-800\/40:hover {
  border-inline-start-color: rgb(3 42 76 / 0.4);
}

.hover\:border-s-brand-800\/5:hover {
  border-inline-start-color: rgb(3 42 76 / 0.05);
}

.hover\:border-s-brand-800\/50:hover {
  border-inline-start-color: rgb(3 42 76 / 0.5);
}

.hover\:border-s-brand-800\/60:hover {
  border-inline-start-color: rgb(3 42 76 / 0.6);
}

.hover\:border-s-brand-800\/70:hover {
  border-inline-start-color: rgb(3 42 76 / 0.7);
}

.hover\:border-s-brand-800\/75:hover {
  border-inline-start-color: rgb(3 42 76 / 0.75);
}

.hover\:border-s-brand-800\/80:hover {
  border-inline-start-color: rgb(3 42 76 / 0.8);
}

.hover\:border-s-brand-800\/90:hover {
  border-inline-start-color: rgb(3 42 76 / 0.9);
}

.hover\:border-s-brand-800\/95:hover {
  border-inline-start-color: rgb(3 42 76 / 0.95);
}

.hover\:border-s-brand-900:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(2 28 51 / var(--tw-border-opacity));
}

.hover\:border-s-brand-900\/0:hover {
  border-inline-start-color: rgb(2 28 51 / 0);
}

.hover\:border-s-brand-900\/10:hover {
  border-inline-start-color: rgb(2 28 51 / 0.1);
}

.hover\:border-s-brand-900\/100:hover {
  border-inline-start-color: rgb(2 28 51 / 1);
}

.hover\:border-s-brand-900\/20:hover {
  border-inline-start-color: rgb(2 28 51 / 0.2);
}

.hover\:border-s-brand-900\/25:hover {
  border-inline-start-color: rgb(2 28 51 / 0.25);
}

.hover\:border-s-brand-900\/30:hover {
  border-inline-start-color: rgb(2 28 51 / 0.3);
}

.hover\:border-s-brand-900\/40:hover {
  border-inline-start-color: rgb(2 28 51 / 0.4);
}

.hover\:border-s-brand-900\/5:hover {
  border-inline-start-color: rgb(2 28 51 / 0.05);
}

.hover\:border-s-brand-900\/50:hover {
  border-inline-start-color: rgb(2 28 51 / 0.5);
}

.hover\:border-s-brand-900\/60:hover {
  border-inline-start-color: rgb(2 28 51 / 0.6);
}

.hover\:border-s-brand-900\/70:hover {
  border-inline-start-color: rgb(2 28 51 / 0.7);
}

.hover\:border-s-brand-900\/75:hover {
  border-inline-start-color: rgb(2 28 51 / 0.75);
}

.hover\:border-s-brand-900\/80:hover {
  border-inline-start-color: rgb(2 28 51 / 0.8);
}

.hover\:border-s-brand-900\/90:hover {
  border-inline-start-color: rgb(2 28 51 / 0.9);
}

.hover\:border-s-brand-900\/95:hover {
  border-inline-start-color: rgb(2 28 51 / 0.95);
}

.hover\:border-s-current:hover {
  border-inline-start-color: currentColor;
}

.hover\:border-s-cyan-100:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(207 250 254 / var(--tw-border-opacity));
}

.hover\:border-s-cyan-100\/0:hover {
  border-inline-start-color: rgb(207 250 254 / 0);
}

.hover\:border-s-cyan-100\/10:hover {
  border-inline-start-color: rgb(207 250 254 / 0.1);
}

.hover\:border-s-cyan-100\/100:hover {
  border-inline-start-color: rgb(207 250 254 / 1);
}

.hover\:border-s-cyan-100\/20:hover {
  border-inline-start-color: rgb(207 250 254 / 0.2);
}

.hover\:border-s-cyan-100\/25:hover {
  border-inline-start-color: rgb(207 250 254 / 0.25);
}

.hover\:border-s-cyan-100\/30:hover {
  border-inline-start-color: rgb(207 250 254 / 0.3);
}

.hover\:border-s-cyan-100\/40:hover {
  border-inline-start-color: rgb(207 250 254 / 0.4);
}

.hover\:border-s-cyan-100\/5:hover {
  border-inline-start-color: rgb(207 250 254 / 0.05);
}

.hover\:border-s-cyan-100\/50:hover {
  border-inline-start-color: rgb(207 250 254 / 0.5);
}

.hover\:border-s-cyan-100\/60:hover {
  border-inline-start-color: rgb(207 250 254 / 0.6);
}

.hover\:border-s-cyan-100\/70:hover {
  border-inline-start-color: rgb(207 250 254 / 0.7);
}

.hover\:border-s-cyan-100\/75:hover {
  border-inline-start-color: rgb(207 250 254 / 0.75);
}

.hover\:border-s-cyan-100\/80:hover {
  border-inline-start-color: rgb(207 250 254 / 0.8);
}

.hover\:border-s-cyan-100\/90:hover {
  border-inline-start-color: rgb(207 250 254 / 0.9);
}

.hover\:border-s-cyan-100\/95:hover {
  border-inline-start-color: rgb(207 250 254 / 0.95);
}

.hover\:border-s-cyan-200:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(165 243 252 / var(--tw-border-opacity));
}

.hover\:border-s-cyan-200\/0:hover {
  border-inline-start-color: rgb(165 243 252 / 0);
}

.hover\:border-s-cyan-200\/10:hover {
  border-inline-start-color: rgb(165 243 252 / 0.1);
}

.hover\:border-s-cyan-200\/100:hover {
  border-inline-start-color: rgb(165 243 252 / 1);
}

.hover\:border-s-cyan-200\/20:hover {
  border-inline-start-color: rgb(165 243 252 / 0.2);
}

.hover\:border-s-cyan-200\/25:hover {
  border-inline-start-color: rgb(165 243 252 / 0.25);
}

.hover\:border-s-cyan-200\/30:hover {
  border-inline-start-color: rgb(165 243 252 / 0.3);
}

.hover\:border-s-cyan-200\/40:hover {
  border-inline-start-color: rgb(165 243 252 / 0.4);
}

.hover\:border-s-cyan-200\/5:hover {
  border-inline-start-color: rgb(165 243 252 / 0.05);
}

.hover\:border-s-cyan-200\/50:hover {
  border-inline-start-color: rgb(165 243 252 / 0.5);
}

.hover\:border-s-cyan-200\/60:hover {
  border-inline-start-color: rgb(165 243 252 / 0.6);
}

.hover\:border-s-cyan-200\/70:hover {
  border-inline-start-color: rgb(165 243 252 / 0.7);
}

.hover\:border-s-cyan-200\/75:hover {
  border-inline-start-color: rgb(165 243 252 / 0.75);
}

.hover\:border-s-cyan-200\/80:hover {
  border-inline-start-color: rgb(165 243 252 / 0.8);
}

.hover\:border-s-cyan-200\/90:hover {
  border-inline-start-color: rgb(165 243 252 / 0.9);
}

.hover\:border-s-cyan-200\/95:hover {
  border-inline-start-color: rgb(165 243 252 / 0.95);
}

.hover\:border-s-cyan-300:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(103 232 249 / var(--tw-border-opacity));
}

.hover\:border-s-cyan-300\/0:hover {
  border-inline-start-color: rgb(103 232 249 / 0);
}

.hover\:border-s-cyan-300\/10:hover {
  border-inline-start-color: rgb(103 232 249 / 0.1);
}

.hover\:border-s-cyan-300\/100:hover {
  border-inline-start-color: rgb(103 232 249 / 1);
}

.hover\:border-s-cyan-300\/20:hover {
  border-inline-start-color: rgb(103 232 249 / 0.2);
}

.hover\:border-s-cyan-300\/25:hover {
  border-inline-start-color: rgb(103 232 249 / 0.25);
}

.hover\:border-s-cyan-300\/30:hover {
  border-inline-start-color: rgb(103 232 249 / 0.3);
}

.hover\:border-s-cyan-300\/40:hover {
  border-inline-start-color: rgb(103 232 249 / 0.4);
}

.hover\:border-s-cyan-300\/5:hover {
  border-inline-start-color: rgb(103 232 249 / 0.05);
}

.hover\:border-s-cyan-300\/50:hover {
  border-inline-start-color: rgb(103 232 249 / 0.5);
}

.hover\:border-s-cyan-300\/60:hover {
  border-inline-start-color: rgb(103 232 249 / 0.6);
}

.hover\:border-s-cyan-300\/70:hover {
  border-inline-start-color: rgb(103 232 249 / 0.7);
}

.hover\:border-s-cyan-300\/75:hover {
  border-inline-start-color: rgb(103 232 249 / 0.75);
}

.hover\:border-s-cyan-300\/80:hover {
  border-inline-start-color: rgb(103 232 249 / 0.8);
}

.hover\:border-s-cyan-300\/90:hover {
  border-inline-start-color: rgb(103 232 249 / 0.9);
}

.hover\:border-s-cyan-300\/95:hover {
  border-inline-start-color: rgb(103 232 249 / 0.95);
}

.hover\:border-s-cyan-400:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(34 211 238 / var(--tw-border-opacity));
}

.hover\:border-s-cyan-400\/0:hover {
  border-inline-start-color: rgb(34 211 238 / 0);
}

.hover\:border-s-cyan-400\/10:hover {
  border-inline-start-color: rgb(34 211 238 / 0.1);
}

.hover\:border-s-cyan-400\/100:hover {
  border-inline-start-color: rgb(34 211 238 / 1);
}

.hover\:border-s-cyan-400\/20:hover {
  border-inline-start-color: rgb(34 211 238 / 0.2);
}

.hover\:border-s-cyan-400\/25:hover {
  border-inline-start-color: rgb(34 211 238 / 0.25);
}

.hover\:border-s-cyan-400\/30:hover {
  border-inline-start-color: rgb(34 211 238 / 0.3);
}

.hover\:border-s-cyan-400\/40:hover {
  border-inline-start-color: rgb(34 211 238 / 0.4);
}

.hover\:border-s-cyan-400\/5:hover {
  border-inline-start-color: rgb(34 211 238 / 0.05);
}

.hover\:border-s-cyan-400\/50:hover {
  border-inline-start-color: rgb(34 211 238 / 0.5);
}

.hover\:border-s-cyan-400\/60:hover {
  border-inline-start-color: rgb(34 211 238 / 0.6);
}

.hover\:border-s-cyan-400\/70:hover {
  border-inline-start-color: rgb(34 211 238 / 0.7);
}

.hover\:border-s-cyan-400\/75:hover {
  border-inline-start-color: rgb(34 211 238 / 0.75);
}

.hover\:border-s-cyan-400\/80:hover {
  border-inline-start-color: rgb(34 211 238 / 0.8);
}

.hover\:border-s-cyan-400\/90:hover {
  border-inline-start-color: rgb(34 211 238 / 0.9);
}

.hover\:border-s-cyan-400\/95:hover {
  border-inline-start-color: rgb(34 211 238 / 0.95);
}

.hover\:border-s-cyan-50:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(236 254 255 / var(--tw-border-opacity));
}

.hover\:border-s-cyan-50\/0:hover {
  border-inline-start-color: rgb(236 254 255 / 0);
}

.hover\:border-s-cyan-50\/10:hover {
  border-inline-start-color: rgb(236 254 255 / 0.1);
}

.hover\:border-s-cyan-50\/100:hover {
  border-inline-start-color: rgb(236 254 255 / 1);
}

.hover\:border-s-cyan-50\/20:hover {
  border-inline-start-color: rgb(236 254 255 / 0.2);
}

.hover\:border-s-cyan-50\/25:hover {
  border-inline-start-color: rgb(236 254 255 / 0.25);
}

.hover\:border-s-cyan-50\/30:hover {
  border-inline-start-color: rgb(236 254 255 / 0.3);
}

.hover\:border-s-cyan-50\/40:hover {
  border-inline-start-color: rgb(236 254 255 / 0.4);
}

.hover\:border-s-cyan-50\/5:hover {
  border-inline-start-color: rgb(236 254 255 / 0.05);
}

.hover\:border-s-cyan-50\/50:hover {
  border-inline-start-color: rgb(236 254 255 / 0.5);
}

.hover\:border-s-cyan-50\/60:hover {
  border-inline-start-color: rgb(236 254 255 / 0.6);
}

.hover\:border-s-cyan-50\/70:hover {
  border-inline-start-color: rgb(236 254 255 / 0.7);
}

.hover\:border-s-cyan-50\/75:hover {
  border-inline-start-color: rgb(236 254 255 / 0.75);
}

.hover\:border-s-cyan-50\/80:hover {
  border-inline-start-color: rgb(236 254 255 / 0.8);
}

.hover\:border-s-cyan-50\/90:hover {
  border-inline-start-color: rgb(236 254 255 / 0.9);
}

.hover\:border-s-cyan-50\/95:hover {
  border-inline-start-color: rgb(236 254 255 / 0.95);
}

.hover\:border-s-cyan-500:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(6 182 212 / var(--tw-border-opacity));
}

.hover\:border-s-cyan-500\/0:hover {
  border-inline-start-color: rgb(6 182 212 / 0);
}

.hover\:border-s-cyan-500\/10:hover {
  border-inline-start-color: rgb(6 182 212 / 0.1);
}

.hover\:border-s-cyan-500\/100:hover {
  border-inline-start-color: rgb(6 182 212 / 1);
}

.hover\:border-s-cyan-500\/20:hover {
  border-inline-start-color: rgb(6 182 212 / 0.2);
}

.hover\:border-s-cyan-500\/25:hover {
  border-inline-start-color: rgb(6 182 212 / 0.25);
}

.hover\:border-s-cyan-500\/30:hover {
  border-inline-start-color: rgb(6 182 212 / 0.3);
}

.hover\:border-s-cyan-500\/40:hover {
  border-inline-start-color: rgb(6 182 212 / 0.4);
}

.hover\:border-s-cyan-500\/5:hover {
  border-inline-start-color: rgb(6 182 212 / 0.05);
}

.hover\:border-s-cyan-500\/50:hover {
  border-inline-start-color: rgb(6 182 212 / 0.5);
}

.hover\:border-s-cyan-500\/60:hover {
  border-inline-start-color: rgb(6 182 212 / 0.6);
}

.hover\:border-s-cyan-500\/70:hover {
  border-inline-start-color: rgb(6 182 212 / 0.7);
}

.hover\:border-s-cyan-500\/75:hover {
  border-inline-start-color: rgb(6 182 212 / 0.75);
}

.hover\:border-s-cyan-500\/80:hover {
  border-inline-start-color: rgb(6 182 212 / 0.8);
}

.hover\:border-s-cyan-500\/90:hover {
  border-inline-start-color: rgb(6 182 212 / 0.9);
}

.hover\:border-s-cyan-500\/95:hover {
  border-inline-start-color: rgb(6 182 212 / 0.95);
}

.hover\:border-s-cyan-600:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(8 145 178 / var(--tw-border-opacity));
}

.hover\:border-s-cyan-600\/0:hover {
  border-inline-start-color: rgb(8 145 178 / 0);
}

.hover\:border-s-cyan-600\/10:hover {
  border-inline-start-color: rgb(8 145 178 / 0.1);
}

.hover\:border-s-cyan-600\/100:hover {
  border-inline-start-color: rgb(8 145 178 / 1);
}

.hover\:border-s-cyan-600\/20:hover {
  border-inline-start-color: rgb(8 145 178 / 0.2);
}

.hover\:border-s-cyan-600\/25:hover {
  border-inline-start-color: rgb(8 145 178 / 0.25);
}

.hover\:border-s-cyan-600\/30:hover {
  border-inline-start-color: rgb(8 145 178 / 0.3);
}

.hover\:border-s-cyan-600\/40:hover {
  border-inline-start-color: rgb(8 145 178 / 0.4);
}

.hover\:border-s-cyan-600\/5:hover {
  border-inline-start-color: rgb(8 145 178 / 0.05);
}

.hover\:border-s-cyan-600\/50:hover {
  border-inline-start-color: rgb(8 145 178 / 0.5);
}

.hover\:border-s-cyan-600\/60:hover {
  border-inline-start-color: rgb(8 145 178 / 0.6);
}

.hover\:border-s-cyan-600\/70:hover {
  border-inline-start-color: rgb(8 145 178 / 0.7);
}

.hover\:border-s-cyan-600\/75:hover {
  border-inline-start-color: rgb(8 145 178 / 0.75);
}

.hover\:border-s-cyan-600\/80:hover {
  border-inline-start-color: rgb(8 145 178 / 0.8);
}

.hover\:border-s-cyan-600\/90:hover {
  border-inline-start-color: rgb(8 145 178 / 0.9);
}

.hover\:border-s-cyan-600\/95:hover {
  border-inline-start-color: rgb(8 145 178 / 0.95);
}

.hover\:border-s-cyan-700:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(14 116 144 / var(--tw-border-opacity));
}

.hover\:border-s-cyan-700\/0:hover {
  border-inline-start-color: rgb(14 116 144 / 0);
}

.hover\:border-s-cyan-700\/10:hover {
  border-inline-start-color: rgb(14 116 144 / 0.1);
}

.hover\:border-s-cyan-700\/100:hover {
  border-inline-start-color: rgb(14 116 144 / 1);
}

.hover\:border-s-cyan-700\/20:hover {
  border-inline-start-color: rgb(14 116 144 / 0.2);
}

.hover\:border-s-cyan-700\/25:hover {
  border-inline-start-color: rgb(14 116 144 / 0.25);
}

.hover\:border-s-cyan-700\/30:hover {
  border-inline-start-color: rgb(14 116 144 / 0.3);
}

.hover\:border-s-cyan-700\/40:hover {
  border-inline-start-color: rgb(14 116 144 / 0.4);
}

.hover\:border-s-cyan-700\/5:hover {
  border-inline-start-color: rgb(14 116 144 / 0.05);
}

.hover\:border-s-cyan-700\/50:hover {
  border-inline-start-color: rgb(14 116 144 / 0.5);
}

.hover\:border-s-cyan-700\/60:hover {
  border-inline-start-color: rgb(14 116 144 / 0.6);
}

.hover\:border-s-cyan-700\/70:hover {
  border-inline-start-color: rgb(14 116 144 / 0.7);
}

.hover\:border-s-cyan-700\/75:hover {
  border-inline-start-color: rgb(14 116 144 / 0.75);
}

.hover\:border-s-cyan-700\/80:hover {
  border-inline-start-color: rgb(14 116 144 / 0.8);
}

.hover\:border-s-cyan-700\/90:hover {
  border-inline-start-color: rgb(14 116 144 / 0.9);
}

.hover\:border-s-cyan-700\/95:hover {
  border-inline-start-color: rgb(14 116 144 / 0.95);
}

.hover\:border-s-cyan-800:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(21 94 117 / var(--tw-border-opacity));
}

.hover\:border-s-cyan-800\/0:hover {
  border-inline-start-color: rgb(21 94 117 / 0);
}

.hover\:border-s-cyan-800\/10:hover {
  border-inline-start-color: rgb(21 94 117 / 0.1);
}

.hover\:border-s-cyan-800\/100:hover {
  border-inline-start-color: rgb(21 94 117 / 1);
}

.hover\:border-s-cyan-800\/20:hover {
  border-inline-start-color: rgb(21 94 117 / 0.2);
}

.hover\:border-s-cyan-800\/25:hover {
  border-inline-start-color: rgb(21 94 117 / 0.25);
}

.hover\:border-s-cyan-800\/30:hover {
  border-inline-start-color: rgb(21 94 117 / 0.3);
}

.hover\:border-s-cyan-800\/40:hover {
  border-inline-start-color: rgb(21 94 117 / 0.4);
}

.hover\:border-s-cyan-800\/5:hover {
  border-inline-start-color: rgb(21 94 117 / 0.05);
}

.hover\:border-s-cyan-800\/50:hover {
  border-inline-start-color: rgb(21 94 117 / 0.5);
}

.hover\:border-s-cyan-800\/60:hover {
  border-inline-start-color: rgb(21 94 117 / 0.6);
}

.hover\:border-s-cyan-800\/70:hover {
  border-inline-start-color: rgb(21 94 117 / 0.7);
}

.hover\:border-s-cyan-800\/75:hover {
  border-inline-start-color: rgb(21 94 117 / 0.75);
}

.hover\:border-s-cyan-800\/80:hover {
  border-inline-start-color: rgb(21 94 117 / 0.8);
}

.hover\:border-s-cyan-800\/90:hover {
  border-inline-start-color: rgb(21 94 117 / 0.9);
}

.hover\:border-s-cyan-800\/95:hover {
  border-inline-start-color: rgb(21 94 117 / 0.95);
}

.hover\:border-s-cyan-900:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(22 78 99 / var(--tw-border-opacity));
}

.hover\:border-s-cyan-900\/0:hover {
  border-inline-start-color: rgb(22 78 99 / 0);
}

.hover\:border-s-cyan-900\/10:hover {
  border-inline-start-color: rgb(22 78 99 / 0.1);
}

.hover\:border-s-cyan-900\/100:hover {
  border-inline-start-color: rgb(22 78 99 / 1);
}

.hover\:border-s-cyan-900\/20:hover {
  border-inline-start-color: rgb(22 78 99 / 0.2);
}

.hover\:border-s-cyan-900\/25:hover {
  border-inline-start-color: rgb(22 78 99 / 0.25);
}

.hover\:border-s-cyan-900\/30:hover {
  border-inline-start-color: rgb(22 78 99 / 0.3);
}

.hover\:border-s-cyan-900\/40:hover {
  border-inline-start-color: rgb(22 78 99 / 0.4);
}

.hover\:border-s-cyan-900\/5:hover {
  border-inline-start-color: rgb(22 78 99 / 0.05);
}

.hover\:border-s-cyan-900\/50:hover {
  border-inline-start-color: rgb(22 78 99 / 0.5);
}

.hover\:border-s-cyan-900\/60:hover {
  border-inline-start-color: rgb(22 78 99 / 0.6);
}

.hover\:border-s-cyan-900\/70:hover {
  border-inline-start-color: rgb(22 78 99 / 0.7);
}

.hover\:border-s-cyan-900\/75:hover {
  border-inline-start-color: rgb(22 78 99 / 0.75);
}

.hover\:border-s-cyan-900\/80:hover {
  border-inline-start-color: rgb(22 78 99 / 0.8);
}

.hover\:border-s-cyan-900\/90:hover {
  border-inline-start-color: rgb(22 78 99 / 0.9);
}

.hover\:border-s-cyan-900\/95:hover {
  border-inline-start-color: rgb(22 78 99 / 0.95);
}

.hover\:border-s-cyan-950:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(8 51 68 / var(--tw-border-opacity));
}

.hover\:border-s-cyan-950\/0:hover {
  border-inline-start-color: rgb(8 51 68 / 0);
}

.hover\:border-s-cyan-950\/10:hover {
  border-inline-start-color: rgb(8 51 68 / 0.1);
}

.hover\:border-s-cyan-950\/100:hover {
  border-inline-start-color: rgb(8 51 68 / 1);
}

.hover\:border-s-cyan-950\/20:hover {
  border-inline-start-color: rgb(8 51 68 / 0.2);
}

.hover\:border-s-cyan-950\/25:hover {
  border-inline-start-color: rgb(8 51 68 / 0.25);
}

.hover\:border-s-cyan-950\/30:hover {
  border-inline-start-color: rgb(8 51 68 / 0.3);
}

.hover\:border-s-cyan-950\/40:hover {
  border-inline-start-color: rgb(8 51 68 / 0.4);
}

.hover\:border-s-cyan-950\/5:hover {
  border-inline-start-color: rgb(8 51 68 / 0.05);
}

.hover\:border-s-cyan-950\/50:hover {
  border-inline-start-color: rgb(8 51 68 / 0.5);
}

.hover\:border-s-cyan-950\/60:hover {
  border-inline-start-color: rgb(8 51 68 / 0.6);
}

.hover\:border-s-cyan-950\/70:hover {
  border-inline-start-color: rgb(8 51 68 / 0.7);
}

.hover\:border-s-cyan-950\/75:hover {
  border-inline-start-color: rgb(8 51 68 / 0.75);
}

.hover\:border-s-cyan-950\/80:hover {
  border-inline-start-color: rgb(8 51 68 / 0.8);
}

.hover\:border-s-cyan-950\/90:hover {
  border-inline-start-color: rgb(8 51 68 / 0.9);
}

.hover\:border-s-cyan-950\/95:hover {
  border-inline-start-color: rgb(8 51 68 / 0.95);
}

.hover\:border-s-emerald-100:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(209 250 229 / var(--tw-border-opacity));
}

.hover\:border-s-emerald-100\/0:hover {
  border-inline-start-color: rgb(209 250 229 / 0);
}

.hover\:border-s-emerald-100\/10:hover {
  border-inline-start-color: rgb(209 250 229 / 0.1);
}

.hover\:border-s-emerald-100\/100:hover {
  border-inline-start-color: rgb(209 250 229 / 1);
}

.hover\:border-s-emerald-100\/20:hover {
  border-inline-start-color: rgb(209 250 229 / 0.2);
}

.hover\:border-s-emerald-100\/25:hover {
  border-inline-start-color: rgb(209 250 229 / 0.25);
}

.hover\:border-s-emerald-100\/30:hover {
  border-inline-start-color: rgb(209 250 229 / 0.3);
}

.hover\:border-s-emerald-100\/40:hover {
  border-inline-start-color: rgb(209 250 229 / 0.4);
}

.hover\:border-s-emerald-100\/5:hover {
  border-inline-start-color: rgb(209 250 229 / 0.05);
}

.hover\:border-s-emerald-100\/50:hover {
  border-inline-start-color: rgb(209 250 229 / 0.5);
}

.hover\:border-s-emerald-100\/60:hover {
  border-inline-start-color: rgb(209 250 229 / 0.6);
}

.hover\:border-s-emerald-100\/70:hover {
  border-inline-start-color: rgb(209 250 229 / 0.7);
}

.hover\:border-s-emerald-100\/75:hover {
  border-inline-start-color: rgb(209 250 229 / 0.75);
}

.hover\:border-s-emerald-100\/80:hover {
  border-inline-start-color: rgb(209 250 229 / 0.8);
}

.hover\:border-s-emerald-100\/90:hover {
  border-inline-start-color: rgb(209 250 229 / 0.9);
}

.hover\:border-s-emerald-100\/95:hover {
  border-inline-start-color: rgb(209 250 229 / 0.95);
}

.hover\:border-s-emerald-200:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(167 243 208 / var(--tw-border-opacity));
}

.hover\:border-s-emerald-200\/0:hover {
  border-inline-start-color: rgb(167 243 208 / 0);
}

.hover\:border-s-emerald-200\/10:hover {
  border-inline-start-color: rgb(167 243 208 / 0.1);
}

.hover\:border-s-emerald-200\/100:hover {
  border-inline-start-color: rgb(167 243 208 / 1);
}

.hover\:border-s-emerald-200\/20:hover {
  border-inline-start-color: rgb(167 243 208 / 0.2);
}

.hover\:border-s-emerald-200\/25:hover {
  border-inline-start-color: rgb(167 243 208 / 0.25);
}

.hover\:border-s-emerald-200\/30:hover {
  border-inline-start-color: rgb(167 243 208 / 0.3);
}

.hover\:border-s-emerald-200\/40:hover {
  border-inline-start-color: rgb(167 243 208 / 0.4);
}

.hover\:border-s-emerald-200\/5:hover {
  border-inline-start-color: rgb(167 243 208 / 0.05);
}

.hover\:border-s-emerald-200\/50:hover {
  border-inline-start-color: rgb(167 243 208 / 0.5);
}

.hover\:border-s-emerald-200\/60:hover {
  border-inline-start-color: rgb(167 243 208 / 0.6);
}

.hover\:border-s-emerald-200\/70:hover {
  border-inline-start-color: rgb(167 243 208 / 0.7);
}

.hover\:border-s-emerald-200\/75:hover {
  border-inline-start-color: rgb(167 243 208 / 0.75);
}

.hover\:border-s-emerald-200\/80:hover {
  border-inline-start-color: rgb(167 243 208 / 0.8);
}

.hover\:border-s-emerald-200\/90:hover {
  border-inline-start-color: rgb(167 243 208 / 0.9);
}

.hover\:border-s-emerald-200\/95:hover {
  border-inline-start-color: rgb(167 243 208 / 0.95);
}

.hover\:border-s-emerald-300:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(110 231 183 / var(--tw-border-opacity));
}

.hover\:border-s-emerald-300\/0:hover {
  border-inline-start-color: rgb(110 231 183 / 0);
}

.hover\:border-s-emerald-300\/10:hover {
  border-inline-start-color: rgb(110 231 183 / 0.1);
}

.hover\:border-s-emerald-300\/100:hover {
  border-inline-start-color: rgb(110 231 183 / 1);
}

.hover\:border-s-emerald-300\/20:hover {
  border-inline-start-color: rgb(110 231 183 / 0.2);
}

.hover\:border-s-emerald-300\/25:hover {
  border-inline-start-color: rgb(110 231 183 / 0.25);
}

.hover\:border-s-emerald-300\/30:hover {
  border-inline-start-color: rgb(110 231 183 / 0.3);
}

.hover\:border-s-emerald-300\/40:hover {
  border-inline-start-color: rgb(110 231 183 / 0.4);
}

.hover\:border-s-emerald-300\/5:hover {
  border-inline-start-color: rgb(110 231 183 / 0.05);
}

.hover\:border-s-emerald-300\/50:hover {
  border-inline-start-color: rgb(110 231 183 / 0.5);
}

.hover\:border-s-emerald-300\/60:hover {
  border-inline-start-color: rgb(110 231 183 / 0.6);
}

.hover\:border-s-emerald-300\/70:hover {
  border-inline-start-color: rgb(110 231 183 / 0.7);
}

.hover\:border-s-emerald-300\/75:hover {
  border-inline-start-color: rgb(110 231 183 / 0.75);
}

.hover\:border-s-emerald-300\/80:hover {
  border-inline-start-color: rgb(110 231 183 / 0.8);
}

.hover\:border-s-emerald-300\/90:hover {
  border-inline-start-color: rgb(110 231 183 / 0.9);
}

.hover\:border-s-emerald-300\/95:hover {
  border-inline-start-color: rgb(110 231 183 / 0.95);
}

.hover\:border-s-emerald-400:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.hover\:border-s-emerald-400\/0:hover {
  border-inline-start-color: rgb(52 211 153 / 0);
}

.hover\:border-s-emerald-400\/10:hover {
  border-inline-start-color: rgb(52 211 153 / 0.1);
}

.hover\:border-s-emerald-400\/100:hover {
  border-inline-start-color: rgb(52 211 153 / 1);
}

.hover\:border-s-emerald-400\/20:hover {
  border-inline-start-color: rgb(52 211 153 / 0.2);
}

.hover\:border-s-emerald-400\/25:hover {
  border-inline-start-color: rgb(52 211 153 / 0.25);
}

.hover\:border-s-emerald-400\/30:hover {
  border-inline-start-color: rgb(52 211 153 / 0.3);
}

.hover\:border-s-emerald-400\/40:hover {
  border-inline-start-color: rgb(52 211 153 / 0.4);
}

.hover\:border-s-emerald-400\/5:hover {
  border-inline-start-color: rgb(52 211 153 / 0.05);
}

.hover\:border-s-emerald-400\/50:hover {
  border-inline-start-color: rgb(52 211 153 / 0.5);
}

.hover\:border-s-emerald-400\/60:hover {
  border-inline-start-color: rgb(52 211 153 / 0.6);
}

.hover\:border-s-emerald-400\/70:hover {
  border-inline-start-color: rgb(52 211 153 / 0.7);
}

.hover\:border-s-emerald-400\/75:hover {
  border-inline-start-color: rgb(52 211 153 / 0.75);
}

.hover\:border-s-emerald-400\/80:hover {
  border-inline-start-color: rgb(52 211 153 / 0.8);
}

.hover\:border-s-emerald-400\/90:hover {
  border-inline-start-color: rgb(52 211 153 / 0.9);
}

.hover\:border-s-emerald-400\/95:hover {
  border-inline-start-color: rgb(52 211 153 / 0.95);
}

.hover\:border-s-emerald-50:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(236 253 245 / var(--tw-border-opacity));
}

.hover\:border-s-emerald-50\/0:hover {
  border-inline-start-color: rgb(236 253 245 / 0);
}

.hover\:border-s-emerald-50\/10:hover {
  border-inline-start-color: rgb(236 253 245 / 0.1);
}

.hover\:border-s-emerald-50\/100:hover {
  border-inline-start-color: rgb(236 253 245 / 1);
}

.hover\:border-s-emerald-50\/20:hover {
  border-inline-start-color: rgb(236 253 245 / 0.2);
}

.hover\:border-s-emerald-50\/25:hover {
  border-inline-start-color: rgb(236 253 245 / 0.25);
}

.hover\:border-s-emerald-50\/30:hover {
  border-inline-start-color: rgb(236 253 245 / 0.3);
}

.hover\:border-s-emerald-50\/40:hover {
  border-inline-start-color: rgb(236 253 245 / 0.4);
}

.hover\:border-s-emerald-50\/5:hover {
  border-inline-start-color: rgb(236 253 245 / 0.05);
}

.hover\:border-s-emerald-50\/50:hover {
  border-inline-start-color: rgb(236 253 245 / 0.5);
}

.hover\:border-s-emerald-50\/60:hover {
  border-inline-start-color: rgb(236 253 245 / 0.6);
}

.hover\:border-s-emerald-50\/70:hover {
  border-inline-start-color: rgb(236 253 245 / 0.7);
}

.hover\:border-s-emerald-50\/75:hover {
  border-inline-start-color: rgb(236 253 245 / 0.75);
}

.hover\:border-s-emerald-50\/80:hover {
  border-inline-start-color: rgb(236 253 245 / 0.8);
}

.hover\:border-s-emerald-50\/90:hover {
  border-inline-start-color: rgb(236 253 245 / 0.9);
}

.hover\:border-s-emerald-50\/95:hover {
  border-inline-start-color: rgb(236 253 245 / 0.95);
}

.hover\:border-s-emerald-500:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.hover\:border-s-emerald-500\/0:hover {
  border-inline-start-color: rgb(16 185 129 / 0);
}

.hover\:border-s-emerald-500\/10:hover {
  border-inline-start-color: rgb(16 185 129 / 0.1);
}

.hover\:border-s-emerald-500\/100:hover {
  border-inline-start-color: rgb(16 185 129 / 1);
}

.hover\:border-s-emerald-500\/20:hover {
  border-inline-start-color: rgb(16 185 129 / 0.2);
}

.hover\:border-s-emerald-500\/25:hover {
  border-inline-start-color: rgb(16 185 129 / 0.25);
}

.hover\:border-s-emerald-500\/30:hover {
  border-inline-start-color: rgb(16 185 129 / 0.3);
}

.hover\:border-s-emerald-500\/40:hover {
  border-inline-start-color: rgb(16 185 129 / 0.4);
}

.hover\:border-s-emerald-500\/5:hover {
  border-inline-start-color: rgb(16 185 129 / 0.05);
}

.hover\:border-s-emerald-500\/50:hover {
  border-inline-start-color: rgb(16 185 129 / 0.5);
}

.hover\:border-s-emerald-500\/60:hover {
  border-inline-start-color: rgb(16 185 129 / 0.6);
}

.hover\:border-s-emerald-500\/70:hover {
  border-inline-start-color: rgb(16 185 129 / 0.7);
}

.hover\:border-s-emerald-500\/75:hover {
  border-inline-start-color: rgb(16 185 129 / 0.75);
}

.hover\:border-s-emerald-500\/80:hover {
  border-inline-start-color: rgb(16 185 129 / 0.8);
}

.hover\:border-s-emerald-500\/90:hover {
  border-inline-start-color: rgb(16 185 129 / 0.9);
}

.hover\:border-s-emerald-500\/95:hover {
  border-inline-start-color: rgb(16 185 129 / 0.95);
}

.hover\:border-s-emerald-600:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(5 150 105 / var(--tw-border-opacity));
}

.hover\:border-s-emerald-600\/0:hover {
  border-inline-start-color: rgb(5 150 105 / 0);
}

.hover\:border-s-emerald-600\/10:hover {
  border-inline-start-color: rgb(5 150 105 / 0.1);
}

.hover\:border-s-emerald-600\/100:hover {
  border-inline-start-color: rgb(5 150 105 / 1);
}

.hover\:border-s-emerald-600\/20:hover {
  border-inline-start-color: rgb(5 150 105 / 0.2);
}

.hover\:border-s-emerald-600\/25:hover {
  border-inline-start-color: rgb(5 150 105 / 0.25);
}

.hover\:border-s-emerald-600\/30:hover {
  border-inline-start-color: rgb(5 150 105 / 0.3);
}

.hover\:border-s-emerald-600\/40:hover {
  border-inline-start-color: rgb(5 150 105 / 0.4);
}

.hover\:border-s-emerald-600\/5:hover {
  border-inline-start-color: rgb(5 150 105 / 0.05);
}

.hover\:border-s-emerald-600\/50:hover {
  border-inline-start-color: rgb(5 150 105 / 0.5);
}

.hover\:border-s-emerald-600\/60:hover {
  border-inline-start-color: rgb(5 150 105 / 0.6);
}

.hover\:border-s-emerald-600\/70:hover {
  border-inline-start-color: rgb(5 150 105 / 0.7);
}

.hover\:border-s-emerald-600\/75:hover {
  border-inline-start-color: rgb(5 150 105 / 0.75);
}

.hover\:border-s-emerald-600\/80:hover {
  border-inline-start-color: rgb(5 150 105 / 0.8);
}

.hover\:border-s-emerald-600\/90:hover {
  border-inline-start-color: rgb(5 150 105 / 0.9);
}

.hover\:border-s-emerald-600\/95:hover {
  border-inline-start-color: rgb(5 150 105 / 0.95);
}

.hover\:border-s-emerald-700:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(4 120 87 / var(--tw-border-opacity));
}

.hover\:border-s-emerald-700\/0:hover {
  border-inline-start-color: rgb(4 120 87 / 0);
}

.hover\:border-s-emerald-700\/10:hover {
  border-inline-start-color: rgb(4 120 87 / 0.1);
}

.hover\:border-s-emerald-700\/100:hover {
  border-inline-start-color: rgb(4 120 87 / 1);
}

.hover\:border-s-emerald-700\/20:hover {
  border-inline-start-color: rgb(4 120 87 / 0.2);
}

.hover\:border-s-emerald-700\/25:hover {
  border-inline-start-color: rgb(4 120 87 / 0.25);
}

.hover\:border-s-emerald-700\/30:hover {
  border-inline-start-color: rgb(4 120 87 / 0.3);
}

.hover\:border-s-emerald-700\/40:hover {
  border-inline-start-color: rgb(4 120 87 / 0.4);
}

.hover\:border-s-emerald-700\/5:hover {
  border-inline-start-color: rgb(4 120 87 / 0.05);
}

.hover\:border-s-emerald-700\/50:hover {
  border-inline-start-color: rgb(4 120 87 / 0.5);
}

.hover\:border-s-emerald-700\/60:hover {
  border-inline-start-color: rgb(4 120 87 / 0.6);
}

.hover\:border-s-emerald-700\/70:hover {
  border-inline-start-color: rgb(4 120 87 / 0.7);
}

.hover\:border-s-emerald-700\/75:hover {
  border-inline-start-color: rgb(4 120 87 / 0.75);
}

.hover\:border-s-emerald-700\/80:hover {
  border-inline-start-color: rgb(4 120 87 / 0.8);
}

.hover\:border-s-emerald-700\/90:hover {
  border-inline-start-color: rgb(4 120 87 / 0.9);
}

.hover\:border-s-emerald-700\/95:hover {
  border-inline-start-color: rgb(4 120 87 / 0.95);
}

.hover\:border-s-emerald-800:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(6 95 70 / var(--tw-border-opacity));
}

.hover\:border-s-emerald-800\/0:hover {
  border-inline-start-color: rgb(6 95 70 / 0);
}

.hover\:border-s-emerald-800\/10:hover {
  border-inline-start-color: rgb(6 95 70 / 0.1);
}

.hover\:border-s-emerald-800\/100:hover {
  border-inline-start-color: rgb(6 95 70 / 1);
}

.hover\:border-s-emerald-800\/20:hover {
  border-inline-start-color: rgb(6 95 70 / 0.2);
}

.hover\:border-s-emerald-800\/25:hover {
  border-inline-start-color: rgb(6 95 70 / 0.25);
}

.hover\:border-s-emerald-800\/30:hover {
  border-inline-start-color: rgb(6 95 70 / 0.3);
}

.hover\:border-s-emerald-800\/40:hover {
  border-inline-start-color: rgb(6 95 70 / 0.4);
}

.hover\:border-s-emerald-800\/5:hover {
  border-inline-start-color: rgb(6 95 70 / 0.05);
}

.hover\:border-s-emerald-800\/50:hover {
  border-inline-start-color: rgb(6 95 70 / 0.5);
}

.hover\:border-s-emerald-800\/60:hover {
  border-inline-start-color: rgb(6 95 70 / 0.6);
}

.hover\:border-s-emerald-800\/70:hover {
  border-inline-start-color: rgb(6 95 70 / 0.7);
}

.hover\:border-s-emerald-800\/75:hover {
  border-inline-start-color: rgb(6 95 70 / 0.75);
}

.hover\:border-s-emerald-800\/80:hover {
  border-inline-start-color: rgb(6 95 70 / 0.8);
}

.hover\:border-s-emerald-800\/90:hover {
  border-inline-start-color: rgb(6 95 70 / 0.9);
}

.hover\:border-s-emerald-800\/95:hover {
  border-inline-start-color: rgb(6 95 70 / 0.95);
}

.hover\:border-s-emerald-900:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(6 78 59 / var(--tw-border-opacity));
}

.hover\:border-s-emerald-900\/0:hover {
  border-inline-start-color: rgb(6 78 59 / 0);
}

.hover\:border-s-emerald-900\/10:hover {
  border-inline-start-color: rgb(6 78 59 / 0.1);
}

.hover\:border-s-emerald-900\/100:hover {
  border-inline-start-color: rgb(6 78 59 / 1);
}

.hover\:border-s-emerald-900\/20:hover {
  border-inline-start-color: rgb(6 78 59 / 0.2);
}

.hover\:border-s-emerald-900\/25:hover {
  border-inline-start-color: rgb(6 78 59 / 0.25);
}

.hover\:border-s-emerald-900\/30:hover {
  border-inline-start-color: rgb(6 78 59 / 0.3);
}

.hover\:border-s-emerald-900\/40:hover {
  border-inline-start-color: rgb(6 78 59 / 0.4);
}

.hover\:border-s-emerald-900\/5:hover {
  border-inline-start-color: rgb(6 78 59 / 0.05);
}

.hover\:border-s-emerald-900\/50:hover {
  border-inline-start-color: rgb(6 78 59 / 0.5);
}

.hover\:border-s-emerald-900\/60:hover {
  border-inline-start-color: rgb(6 78 59 / 0.6);
}

.hover\:border-s-emerald-900\/70:hover {
  border-inline-start-color: rgb(6 78 59 / 0.7);
}

.hover\:border-s-emerald-900\/75:hover {
  border-inline-start-color: rgb(6 78 59 / 0.75);
}

.hover\:border-s-emerald-900\/80:hover {
  border-inline-start-color: rgb(6 78 59 / 0.8);
}

.hover\:border-s-emerald-900\/90:hover {
  border-inline-start-color: rgb(6 78 59 / 0.9);
}

.hover\:border-s-emerald-900\/95:hover {
  border-inline-start-color: rgb(6 78 59 / 0.95);
}

.hover\:border-s-emerald-950:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(2 44 34 / var(--tw-border-opacity));
}

.hover\:border-s-emerald-950\/0:hover {
  border-inline-start-color: rgb(2 44 34 / 0);
}

.hover\:border-s-emerald-950\/10:hover {
  border-inline-start-color: rgb(2 44 34 / 0.1);
}

.hover\:border-s-emerald-950\/100:hover {
  border-inline-start-color: rgb(2 44 34 / 1);
}

.hover\:border-s-emerald-950\/20:hover {
  border-inline-start-color: rgb(2 44 34 / 0.2);
}

.hover\:border-s-emerald-950\/25:hover {
  border-inline-start-color: rgb(2 44 34 / 0.25);
}

.hover\:border-s-emerald-950\/30:hover {
  border-inline-start-color: rgb(2 44 34 / 0.3);
}

.hover\:border-s-emerald-950\/40:hover {
  border-inline-start-color: rgb(2 44 34 / 0.4);
}

.hover\:border-s-emerald-950\/5:hover {
  border-inline-start-color: rgb(2 44 34 / 0.05);
}

.hover\:border-s-emerald-950\/50:hover {
  border-inline-start-color: rgb(2 44 34 / 0.5);
}

.hover\:border-s-emerald-950\/60:hover {
  border-inline-start-color: rgb(2 44 34 / 0.6);
}

.hover\:border-s-emerald-950\/70:hover {
  border-inline-start-color: rgb(2 44 34 / 0.7);
}

.hover\:border-s-emerald-950\/75:hover {
  border-inline-start-color: rgb(2 44 34 / 0.75);
}

.hover\:border-s-emerald-950\/80:hover {
  border-inline-start-color: rgb(2 44 34 / 0.8);
}

.hover\:border-s-emerald-950\/90:hover {
  border-inline-start-color: rgb(2 44 34 / 0.9);
}

.hover\:border-s-emerald-950\/95:hover {
  border-inline-start-color: rgb(2 44 34 / 0.95);
}

.hover\:border-s-fuchsia-100:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 232 255 / var(--tw-border-opacity));
}

.hover\:border-s-fuchsia-100\/0:hover {
  border-inline-start-color: rgb(250 232 255 / 0);
}

.hover\:border-s-fuchsia-100\/10:hover {
  border-inline-start-color: rgb(250 232 255 / 0.1);
}

.hover\:border-s-fuchsia-100\/100:hover {
  border-inline-start-color: rgb(250 232 255 / 1);
}

.hover\:border-s-fuchsia-100\/20:hover {
  border-inline-start-color: rgb(250 232 255 / 0.2);
}

.hover\:border-s-fuchsia-100\/25:hover {
  border-inline-start-color: rgb(250 232 255 / 0.25);
}

.hover\:border-s-fuchsia-100\/30:hover {
  border-inline-start-color: rgb(250 232 255 / 0.3);
}

.hover\:border-s-fuchsia-100\/40:hover {
  border-inline-start-color: rgb(250 232 255 / 0.4);
}

.hover\:border-s-fuchsia-100\/5:hover {
  border-inline-start-color: rgb(250 232 255 / 0.05);
}

.hover\:border-s-fuchsia-100\/50:hover {
  border-inline-start-color: rgb(250 232 255 / 0.5);
}

.hover\:border-s-fuchsia-100\/60:hover {
  border-inline-start-color: rgb(250 232 255 / 0.6);
}

.hover\:border-s-fuchsia-100\/70:hover {
  border-inline-start-color: rgb(250 232 255 / 0.7);
}

.hover\:border-s-fuchsia-100\/75:hover {
  border-inline-start-color: rgb(250 232 255 / 0.75);
}

.hover\:border-s-fuchsia-100\/80:hover {
  border-inline-start-color: rgb(250 232 255 / 0.8);
}

.hover\:border-s-fuchsia-100\/90:hover {
  border-inline-start-color: rgb(250 232 255 / 0.9);
}

.hover\:border-s-fuchsia-100\/95:hover {
  border-inline-start-color: rgb(250 232 255 / 0.95);
}

.hover\:border-s-fuchsia-200:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 208 254 / var(--tw-border-opacity));
}

.hover\:border-s-fuchsia-200\/0:hover {
  border-inline-start-color: rgb(245 208 254 / 0);
}

.hover\:border-s-fuchsia-200\/10:hover {
  border-inline-start-color: rgb(245 208 254 / 0.1);
}

.hover\:border-s-fuchsia-200\/100:hover {
  border-inline-start-color: rgb(245 208 254 / 1);
}

.hover\:border-s-fuchsia-200\/20:hover {
  border-inline-start-color: rgb(245 208 254 / 0.2);
}

.hover\:border-s-fuchsia-200\/25:hover {
  border-inline-start-color: rgb(245 208 254 / 0.25);
}

.hover\:border-s-fuchsia-200\/30:hover {
  border-inline-start-color: rgb(245 208 254 / 0.3);
}

.hover\:border-s-fuchsia-200\/40:hover {
  border-inline-start-color: rgb(245 208 254 / 0.4);
}

.hover\:border-s-fuchsia-200\/5:hover {
  border-inline-start-color: rgb(245 208 254 / 0.05);
}

.hover\:border-s-fuchsia-200\/50:hover {
  border-inline-start-color: rgb(245 208 254 / 0.5);
}

.hover\:border-s-fuchsia-200\/60:hover {
  border-inline-start-color: rgb(245 208 254 / 0.6);
}

.hover\:border-s-fuchsia-200\/70:hover {
  border-inline-start-color: rgb(245 208 254 / 0.7);
}

.hover\:border-s-fuchsia-200\/75:hover {
  border-inline-start-color: rgb(245 208 254 / 0.75);
}

.hover\:border-s-fuchsia-200\/80:hover {
  border-inline-start-color: rgb(245 208 254 / 0.8);
}

.hover\:border-s-fuchsia-200\/90:hover {
  border-inline-start-color: rgb(245 208 254 / 0.9);
}

.hover\:border-s-fuchsia-200\/95:hover {
  border-inline-start-color: rgb(245 208 254 / 0.95);
}

.hover\:border-s-fuchsia-300:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(240 171 252 / var(--tw-border-opacity));
}

.hover\:border-s-fuchsia-300\/0:hover {
  border-inline-start-color: rgb(240 171 252 / 0);
}

.hover\:border-s-fuchsia-300\/10:hover {
  border-inline-start-color: rgb(240 171 252 / 0.1);
}

.hover\:border-s-fuchsia-300\/100:hover {
  border-inline-start-color: rgb(240 171 252 / 1);
}

.hover\:border-s-fuchsia-300\/20:hover {
  border-inline-start-color: rgb(240 171 252 / 0.2);
}

.hover\:border-s-fuchsia-300\/25:hover {
  border-inline-start-color: rgb(240 171 252 / 0.25);
}

.hover\:border-s-fuchsia-300\/30:hover {
  border-inline-start-color: rgb(240 171 252 / 0.3);
}

.hover\:border-s-fuchsia-300\/40:hover {
  border-inline-start-color: rgb(240 171 252 / 0.4);
}

.hover\:border-s-fuchsia-300\/5:hover {
  border-inline-start-color: rgb(240 171 252 / 0.05);
}

.hover\:border-s-fuchsia-300\/50:hover {
  border-inline-start-color: rgb(240 171 252 / 0.5);
}

.hover\:border-s-fuchsia-300\/60:hover {
  border-inline-start-color: rgb(240 171 252 / 0.6);
}

.hover\:border-s-fuchsia-300\/70:hover {
  border-inline-start-color: rgb(240 171 252 / 0.7);
}

.hover\:border-s-fuchsia-300\/75:hover {
  border-inline-start-color: rgb(240 171 252 / 0.75);
}

.hover\:border-s-fuchsia-300\/80:hover {
  border-inline-start-color: rgb(240 171 252 / 0.8);
}

.hover\:border-s-fuchsia-300\/90:hover {
  border-inline-start-color: rgb(240 171 252 / 0.9);
}

.hover\:border-s-fuchsia-300\/95:hover {
  border-inline-start-color: rgb(240 171 252 / 0.95);
}

.hover\:border-s-fuchsia-400:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(232 121 249 / var(--tw-border-opacity));
}

.hover\:border-s-fuchsia-400\/0:hover {
  border-inline-start-color: rgb(232 121 249 / 0);
}

.hover\:border-s-fuchsia-400\/10:hover {
  border-inline-start-color: rgb(232 121 249 / 0.1);
}

.hover\:border-s-fuchsia-400\/100:hover {
  border-inline-start-color: rgb(232 121 249 / 1);
}

.hover\:border-s-fuchsia-400\/20:hover {
  border-inline-start-color: rgb(232 121 249 / 0.2);
}

.hover\:border-s-fuchsia-400\/25:hover {
  border-inline-start-color: rgb(232 121 249 / 0.25);
}

.hover\:border-s-fuchsia-400\/30:hover {
  border-inline-start-color: rgb(232 121 249 / 0.3);
}

.hover\:border-s-fuchsia-400\/40:hover {
  border-inline-start-color: rgb(232 121 249 / 0.4);
}

.hover\:border-s-fuchsia-400\/5:hover {
  border-inline-start-color: rgb(232 121 249 / 0.05);
}

.hover\:border-s-fuchsia-400\/50:hover {
  border-inline-start-color: rgb(232 121 249 / 0.5);
}

.hover\:border-s-fuchsia-400\/60:hover {
  border-inline-start-color: rgb(232 121 249 / 0.6);
}

.hover\:border-s-fuchsia-400\/70:hover {
  border-inline-start-color: rgb(232 121 249 / 0.7);
}

.hover\:border-s-fuchsia-400\/75:hover {
  border-inline-start-color: rgb(232 121 249 / 0.75);
}

.hover\:border-s-fuchsia-400\/80:hover {
  border-inline-start-color: rgb(232 121 249 / 0.8);
}

.hover\:border-s-fuchsia-400\/90:hover {
  border-inline-start-color: rgb(232 121 249 / 0.9);
}

.hover\:border-s-fuchsia-400\/95:hover {
  border-inline-start-color: rgb(232 121 249 / 0.95);
}

.hover\:border-s-fuchsia-50:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 244 255 / var(--tw-border-opacity));
}

.hover\:border-s-fuchsia-50\/0:hover {
  border-inline-start-color: rgb(253 244 255 / 0);
}

.hover\:border-s-fuchsia-50\/10:hover {
  border-inline-start-color: rgb(253 244 255 / 0.1);
}

.hover\:border-s-fuchsia-50\/100:hover {
  border-inline-start-color: rgb(253 244 255 / 1);
}

.hover\:border-s-fuchsia-50\/20:hover {
  border-inline-start-color: rgb(253 244 255 / 0.2);
}

.hover\:border-s-fuchsia-50\/25:hover {
  border-inline-start-color: rgb(253 244 255 / 0.25);
}

.hover\:border-s-fuchsia-50\/30:hover {
  border-inline-start-color: rgb(253 244 255 / 0.3);
}

.hover\:border-s-fuchsia-50\/40:hover {
  border-inline-start-color: rgb(253 244 255 / 0.4);
}

.hover\:border-s-fuchsia-50\/5:hover {
  border-inline-start-color: rgb(253 244 255 / 0.05);
}

.hover\:border-s-fuchsia-50\/50:hover {
  border-inline-start-color: rgb(253 244 255 / 0.5);
}

.hover\:border-s-fuchsia-50\/60:hover {
  border-inline-start-color: rgb(253 244 255 / 0.6);
}

.hover\:border-s-fuchsia-50\/70:hover {
  border-inline-start-color: rgb(253 244 255 / 0.7);
}

.hover\:border-s-fuchsia-50\/75:hover {
  border-inline-start-color: rgb(253 244 255 / 0.75);
}

.hover\:border-s-fuchsia-50\/80:hover {
  border-inline-start-color: rgb(253 244 255 / 0.8);
}

.hover\:border-s-fuchsia-50\/90:hover {
  border-inline-start-color: rgb(253 244 255 / 0.9);
}

.hover\:border-s-fuchsia-50\/95:hover {
  border-inline-start-color: rgb(253 244 255 / 0.95);
}

.hover\:border-s-fuchsia-500:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(217 70 239 / var(--tw-border-opacity));
}

.hover\:border-s-fuchsia-500\/0:hover {
  border-inline-start-color: rgb(217 70 239 / 0);
}

.hover\:border-s-fuchsia-500\/10:hover {
  border-inline-start-color: rgb(217 70 239 / 0.1);
}

.hover\:border-s-fuchsia-500\/100:hover {
  border-inline-start-color: rgb(217 70 239 / 1);
}

.hover\:border-s-fuchsia-500\/20:hover {
  border-inline-start-color: rgb(217 70 239 / 0.2);
}

.hover\:border-s-fuchsia-500\/25:hover {
  border-inline-start-color: rgb(217 70 239 / 0.25);
}

.hover\:border-s-fuchsia-500\/30:hover {
  border-inline-start-color: rgb(217 70 239 / 0.3);
}

.hover\:border-s-fuchsia-500\/40:hover {
  border-inline-start-color: rgb(217 70 239 / 0.4);
}

.hover\:border-s-fuchsia-500\/5:hover {
  border-inline-start-color: rgb(217 70 239 / 0.05);
}

.hover\:border-s-fuchsia-500\/50:hover {
  border-inline-start-color: rgb(217 70 239 / 0.5);
}

.hover\:border-s-fuchsia-500\/60:hover {
  border-inline-start-color: rgb(217 70 239 / 0.6);
}

.hover\:border-s-fuchsia-500\/70:hover {
  border-inline-start-color: rgb(217 70 239 / 0.7);
}

.hover\:border-s-fuchsia-500\/75:hover {
  border-inline-start-color: rgb(217 70 239 / 0.75);
}

.hover\:border-s-fuchsia-500\/80:hover {
  border-inline-start-color: rgb(217 70 239 / 0.8);
}

.hover\:border-s-fuchsia-500\/90:hover {
  border-inline-start-color: rgb(217 70 239 / 0.9);
}

.hover\:border-s-fuchsia-500\/95:hover {
  border-inline-start-color: rgb(217 70 239 / 0.95);
}

.hover\:border-s-fuchsia-600:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(192 38 211 / var(--tw-border-opacity));
}

.hover\:border-s-fuchsia-600\/0:hover {
  border-inline-start-color: rgb(192 38 211 / 0);
}

.hover\:border-s-fuchsia-600\/10:hover {
  border-inline-start-color: rgb(192 38 211 / 0.1);
}

.hover\:border-s-fuchsia-600\/100:hover {
  border-inline-start-color: rgb(192 38 211 / 1);
}

.hover\:border-s-fuchsia-600\/20:hover {
  border-inline-start-color: rgb(192 38 211 / 0.2);
}

.hover\:border-s-fuchsia-600\/25:hover {
  border-inline-start-color: rgb(192 38 211 / 0.25);
}

.hover\:border-s-fuchsia-600\/30:hover {
  border-inline-start-color: rgb(192 38 211 / 0.3);
}

.hover\:border-s-fuchsia-600\/40:hover {
  border-inline-start-color: rgb(192 38 211 / 0.4);
}

.hover\:border-s-fuchsia-600\/5:hover {
  border-inline-start-color: rgb(192 38 211 / 0.05);
}

.hover\:border-s-fuchsia-600\/50:hover {
  border-inline-start-color: rgb(192 38 211 / 0.5);
}

.hover\:border-s-fuchsia-600\/60:hover {
  border-inline-start-color: rgb(192 38 211 / 0.6);
}

.hover\:border-s-fuchsia-600\/70:hover {
  border-inline-start-color: rgb(192 38 211 / 0.7);
}

.hover\:border-s-fuchsia-600\/75:hover {
  border-inline-start-color: rgb(192 38 211 / 0.75);
}

.hover\:border-s-fuchsia-600\/80:hover {
  border-inline-start-color: rgb(192 38 211 / 0.8);
}

.hover\:border-s-fuchsia-600\/90:hover {
  border-inline-start-color: rgb(192 38 211 / 0.9);
}

.hover\:border-s-fuchsia-600\/95:hover {
  border-inline-start-color: rgb(192 38 211 / 0.95);
}

.hover\:border-s-fuchsia-700:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(162 28 175 / var(--tw-border-opacity));
}

.hover\:border-s-fuchsia-700\/0:hover {
  border-inline-start-color: rgb(162 28 175 / 0);
}

.hover\:border-s-fuchsia-700\/10:hover {
  border-inline-start-color: rgb(162 28 175 / 0.1);
}

.hover\:border-s-fuchsia-700\/100:hover {
  border-inline-start-color: rgb(162 28 175 / 1);
}

.hover\:border-s-fuchsia-700\/20:hover {
  border-inline-start-color: rgb(162 28 175 / 0.2);
}

.hover\:border-s-fuchsia-700\/25:hover {
  border-inline-start-color: rgb(162 28 175 / 0.25);
}

.hover\:border-s-fuchsia-700\/30:hover {
  border-inline-start-color: rgb(162 28 175 / 0.3);
}

.hover\:border-s-fuchsia-700\/40:hover {
  border-inline-start-color: rgb(162 28 175 / 0.4);
}

.hover\:border-s-fuchsia-700\/5:hover {
  border-inline-start-color: rgb(162 28 175 / 0.05);
}

.hover\:border-s-fuchsia-700\/50:hover {
  border-inline-start-color: rgb(162 28 175 / 0.5);
}

.hover\:border-s-fuchsia-700\/60:hover {
  border-inline-start-color: rgb(162 28 175 / 0.6);
}

.hover\:border-s-fuchsia-700\/70:hover {
  border-inline-start-color: rgb(162 28 175 / 0.7);
}

.hover\:border-s-fuchsia-700\/75:hover {
  border-inline-start-color: rgb(162 28 175 / 0.75);
}

.hover\:border-s-fuchsia-700\/80:hover {
  border-inline-start-color: rgb(162 28 175 / 0.8);
}

.hover\:border-s-fuchsia-700\/90:hover {
  border-inline-start-color: rgb(162 28 175 / 0.9);
}

.hover\:border-s-fuchsia-700\/95:hover {
  border-inline-start-color: rgb(162 28 175 / 0.95);
}

.hover\:border-s-fuchsia-800:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(134 25 143 / var(--tw-border-opacity));
}

.hover\:border-s-fuchsia-800\/0:hover {
  border-inline-start-color: rgb(134 25 143 / 0);
}

.hover\:border-s-fuchsia-800\/10:hover {
  border-inline-start-color: rgb(134 25 143 / 0.1);
}

.hover\:border-s-fuchsia-800\/100:hover {
  border-inline-start-color: rgb(134 25 143 / 1);
}

.hover\:border-s-fuchsia-800\/20:hover {
  border-inline-start-color: rgb(134 25 143 / 0.2);
}

.hover\:border-s-fuchsia-800\/25:hover {
  border-inline-start-color: rgb(134 25 143 / 0.25);
}

.hover\:border-s-fuchsia-800\/30:hover {
  border-inline-start-color: rgb(134 25 143 / 0.3);
}

.hover\:border-s-fuchsia-800\/40:hover {
  border-inline-start-color: rgb(134 25 143 / 0.4);
}

.hover\:border-s-fuchsia-800\/5:hover {
  border-inline-start-color: rgb(134 25 143 / 0.05);
}

.hover\:border-s-fuchsia-800\/50:hover {
  border-inline-start-color: rgb(134 25 143 / 0.5);
}

.hover\:border-s-fuchsia-800\/60:hover {
  border-inline-start-color: rgb(134 25 143 / 0.6);
}

.hover\:border-s-fuchsia-800\/70:hover {
  border-inline-start-color: rgb(134 25 143 / 0.7);
}

.hover\:border-s-fuchsia-800\/75:hover {
  border-inline-start-color: rgb(134 25 143 / 0.75);
}

.hover\:border-s-fuchsia-800\/80:hover {
  border-inline-start-color: rgb(134 25 143 / 0.8);
}

.hover\:border-s-fuchsia-800\/90:hover {
  border-inline-start-color: rgb(134 25 143 / 0.9);
}

.hover\:border-s-fuchsia-800\/95:hover {
  border-inline-start-color: rgb(134 25 143 / 0.95);
}

.hover\:border-s-fuchsia-900:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(112 26 117 / var(--tw-border-opacity));
}

.hover\:border-s-fuchsia-900\/0:hover {
  border-inline-start-color: rgb(112 26 117 / 0);
}

.hover\:border-s-fuchsia-900\/10:hover {
  border-inline-start-color: rgb(112 26 117 / 0.1);
}

.hover\:border-s-fuchsia-900\/100:hover {
  border-inline-start-color: rgb(112 26 117 / 1);
}

.hover\:border-s-fuchsia-900\/20:hover {
  border-inline-start-color: rgb(112 26 117 / 0.2);
}

.hover\:border-s-fuchsia-900\/25:hover {
  border-inline-start-color: rgb(112 26 117 / 0.25);
}

.hover\:border-s-fuchsia-900\/30:hover {
  border-inline-start-color: rgb(112 26 117 / 0.3);
}

.hover\:border-s-fuchsia-900\/40:hover {
  border-inline-start-color: rgb(112 26 117 / 0.4);
}

.hover\:border-s-fuchsia-900\/5:hover {
  border-inline-start-color: rgb(112 26 117 / 0.05);
}

.hover\:border-s-fuchsia-900\/50:hover {
  border-inline-start-color: rgb(112 26 117 / 0.5);
}

.hover\:border-s-fuchsia-900\/60:hover {
  border-inline-start-color: rgb(112 26 117 / 0.6);
}

.hover\:border-s-fuchsia-900\/70:hover {
  border-inline-start-color: rgb(112 26 117 / 0.7);
}

.hover\:border-s-fuchsia-900\/75:hover {
  border-inline-start-color: rgb(112 26 117 / 0.75);
}

.hover\:border-s-fuchsia-900\/80:hover {
  border-inline-start-color: rgb(112 26 117 / 0.8);
}

.hover\:border-s-fuchsia-900\/90:hover {
  border-inline-start-color: rgb(112 26 117 / 0.9);
}

.hover\:border-s-fuchsia-900\/95:hover {
  border-inline-start-color: rgb(112 26 117 / 0.95);
}

.hover\:border-s-fuchsia-950:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(74 4 78 / var(--tw-border-opacity));
}

.hover\:border-s-fuchsia-950\/0:hover {
  border-inline-start-color: rgb(74 4 78 / 0);
}

.hover\:border-s-fuchsia-950\/10:hover {
  border-inline-start-color: rgb(74 4 78 / 0.1);
}

.hover\:border-s-fuchsia-950\/100:hover {
  border-inline-start-color: rgb(74 4 78 / 1);
}

.hover\:border-s-fuchsia-950\/20:hover {
  border-inline-start-color: rgb(74 4 78 / 0.2);
}

.hover\:border-s-fuchsia-950\/25:hover {
  border-inline-start-color: rgb(74 4 78 / 0.25);
}

.hover\:border-s-fuchsia-950\/30:hover {
  border-inline-start-color: rgb(74 4 78 / 0.3);
}

.hover\:border-s-fuchsia-950\/40:hover {
  border-inline-start-color: rgb(74 4 78 / 0.4);
}

.hover\:border-s-fuchsia-950\/5:hover {
  border-inline-start-color: rgb(74 4 78 / 0.05);
}

.hover\:border-s-fuchsia-950\/50:hover {
  border-inline-start-color: rgb(74 4 78 / 0.5);
}

.hover\:border-s-fuchsia-950\/60:hover {
  border-inline-start-color: rgb(74 4 78 / 0.6);
}

.hover\:border-s-fuchsia-950\/70:hover {
  border-inline-start-color: rgb(74 4 78 / 0.7);
}

.hover\:border-s-fuchsia-950\/75:hover {
  border-inline-start-color: rgb(74 4 78 / 0.75);
}

.hover\:border-s-fuchsia-950\/80:hover {
  border-inline-start-color: rgb(74 4 78 / 0.8);
}

.hover\:border-s-fuchsia-950\/90:hover {
  border-inline-start-color: rgb(74 4 78 / 0.9);
}

.hover\:border-s-fuchsia-950\/95:hover {
  border-inline-start-color: rgb(74 4 78 / 0.95);
}

.hover\:border-s-gray-100:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.hover\:border-s-gray-100\/0:hover {
  border-inline-start-color: rgb(243 244 246 / 0);
}

.hover\:border-s-gray-100\/10:hover {
  border-inline-start-color: rgb(243 244 246 / 0.1);
}

.hover\:border-s-gray-100\/100:hover {
  border-inline-start-color: rgb(243 244 246 / 1);
}

.hover\:border-s-gray-100\/20:hover {
  border-inline-start-color: rgb(243 244 246 / 0.2);
}

.hover\:border-s-gray-100\/25:hover {
  border-inline-start-color: rgb(243 244 246 / 0.25);
}

.hover\:border-s-gray-100\/30:hover {
  border-inline-start-color: rgb(243 244 246 / 0.3);
}

.hover\:border-s-gray-100\/40:hover {
  border-inline-start-color: rgb(243 244 246 / 0.4);
}

.hover\:border-s-gray-100\/5:hover {
  border-inline-start-color: rgb(243 244 246 / 0.05);
}

.hover\:border-s-gray-100\/50:hover {
  border-inline-start-color: rgb(243 244 246 / 0.5);
}

.hover\:border-s-gray-100\/60:hover {
  border-inline-start-color: rgb(243 244 246 / 0.6);
}

.hover\:border-s-gray-100\/70:hover {
  border-inline-start-color: rgb(243 244 246 / 0.7);
}

.hover\:border-s-gray-100\/75:hover {
  border-inline-start-color: rgb(243 244 246 / 0.75);
}

.hover\:border-s-gray-100\/80:hover {
  border-inline-start-color: rgb(243 244 246 / 0.8);
}

.hover\:border-s-gray-100\/90:hover {
  border-inline-start-color: rgb(243 244 246 / 0.9);
}

.hover\:border-s-gray-100\/95:hover {
  border-inline-start-color: rgb(243 244 246 / 0.95);
}

.hover\:border-s-gray-200:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.hover\:border-s-gray-200\/0:hover {
  border-inline-start-color: rgb(229 231 235 / 0);
}

.hover\:border-s-gray-200\/10:hover {
  border-inline-start-color: rgb(229 231 235 / 0.1);
}

.hover\:border-s-gray-200\/100:hover {
  border-inline-start-color: rgb(229 231 235 / 1);
}

.hover\:border-s-gray-200\/20:hover {
  border-inline-start-color: rgb(229 231 235 / 0.2);
}

.hover\:border-s-gray-200\/25:hover {
  border-inline-start-color: rgb(229 231 235 / 0.25);
}

.hover\:border-s-gray-200\/30:hover {
  border-inline-start-color: rgb(229 231 235 / 0.3);
}

.hover\:border-s-gray-200\/40:hover {
  border-inline-start-color: rgb(229 231 235 / 0.4);
}

.hover\:border-s-gray-200\/5:hover {
  border-inline-start-color: rgb(229 231 235 / 0.05);
}

.hover\:border-s-gray-200\/50:hover {
  border-inline-start-color: rgb(229 231 235 / 0.5);
}

.hover\:border-s-gray-200\/60:hover {
  border-inline-start-color: rgb(229 231 235 / 0.6);
}

.hover\:border-s-gray-200\/70:hover {
  border-inline-start-color: rgb(229 231 235 / 0.7);
}

.hover\:border-s-gray-200\/75:hover {
  border-inline-start-color: rgb(229 231 235 / 0.75);
}

.hover\:border-s-gray-200\/80:hover {
  border-inline-start-color: rgb(229 231 235 / 0.8);
}

.hover\:border-s-gray-200\/90:hover {
  border-inline-start-color: rgb(229 231 235 / 0.9);
}

.hover\:border-s-gray-200\/95:hover {
  border-inline-start-color: rgb(229 231 235 / 0.95);
}

.hover\:border-s-gray-300:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.hover\:border-s-gray-300\/0:hover {
  border-inline-start-color: rgb(209 213 219 / 0);
}

.hover\:border-s-gray-300\/10:hover {
  border-inline-start-color: rgb(209 213 219 / 0.1);
}

.hover\:border-s-gray-300\/100:hover {
  border-inline-start-color: rgb(209 213 219 / 1);
}

.hover\:border-s-gray-300\/20:hover {
  border-inline-start-color: rgb(209 213 219 / 0.2);
}

.hover\:border-s-gray-300\/25:hover {
  border-inline-start-color: rgb(209 213 219 / 0.25);
}

.hover\:border-s-gray-300\/30:hover {
  border-inline-start-color: rgb(209 213 219 / 0.3);
}

.hover\:border-s-gray-300\/40:hover {
  border-inline-start-color: rgb(209 213 219 / 0.4);
}

.hover\:border-s-gray-300\/5:hover {
  border-inline-start-color: rgb(209 213 219 / 0.05);
}

.hover\:border-s-gray-300\/50:hover {
  border-inline-start-color: rgb(209 213 219 / 0.5);
}

.hover\:border-s-gray-300\/60:hover {
  border-inline-start-color: rgb(209 213 219 / 0.6);
}

.hover\:border-s-gray-300\/70:hover {
  border-inline-start-color: rgb(209 213 219 / 0.7);
}

.hover\:border-s-gray-300\/75:hover {
  border-inline-start-color: rgb(209 213 219 / 0.75);
}

.hover\:border-s-gray-300\/80:hover {
  border-inline-start-color: rgb(209 213 219 / 0.8);
}

.hover\:border-s-gray-300\/90:hover {
  border-inline-start-color: rgb(209 213 219 / 0.9);
}

.hover\:border-s-gray-300\/95:hover {
  border-inline-start-color: rgb(209 213 219 / 0.95);
}

.hover\:border-s-gray-400:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.hover\:border-s-gray-400\/0:hover {
  border-inline-start-color: rgb(156 163 175 / 0);
}

.hover\:border-s-gray-400\/10:hover {
  border-inline-start-color: rgb(156 163 175 / 0.1);
}

.hover\:border-s-gray-400\/100:hover {
  border-inline-start-color: rgb(156 163 175 / 1);
}

.hover\:border-s-gray-400\/20:hover {
  border-inline-start-color: rgb(156 163 175 / 0.2);
}

.hover\:border-s-gray-400\/25:hover {
  border-inline-start-color: rgb(156 163 175 / 0.25);
}

.hover\:border-s-gray-400\/30:hover {
  border-inline-start-color: rgb(156 163 175 / 0.3);
}

.hover\:border-s-gray-400\/40:hover {
  border-inline-start-color: rgb(156 163 175 / 0.4);
}

.hover\:border-s-gray-400\/5:hover {
  border-inline-start-color: rgb(156 163 175 / 0.05);
}

.hover\:border-s-gray-400\/50:hover {
  border-inline-start-color: rgb(156 163 175 / 0.5);
}

.hover\:border-s-gray-400\/60:hover {
  border-inline-start-color: rgb(156 163 175 / 0.6);
}

.hover\:border-s-gray-400\/70:hover {
  border-inline-start-color: rgb(156 163 175 / 0.7);
}

.hover\:border-s-gray-400\/75:hover {
  border-inline-start-color: rgb(156 163 175 / 0.75);
}

.hover\:border-s-gray-400\/80:hover {
  border-inline-start-color: rgb(156 163 175 / 0.8);
}

.hover\:border-s-gray-400\/90:hover {
  border-inline-start-color: rgb(156 163 175 / 0.9);
}

.hover\:border-s-gray-400\/95:hover {
  border-inline-start-color: rgb(156 163 175 / 0.95);
}

.hover\:border-s-gray-50:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.hover\:border-s-gray-50\/0:hover {
  border-inline-start-color: rgb(249 250 251 / 0);
}

.hover\:border-s-gray-50\/10:hover {
  border-inline-start-color: rgb(249 250 251 / 0.1);
}

.hover\:border-s-gray-50\/100:hover {
  border-inline-start-color: rgb(249 250 251 / 1);
}

.hover\:border-s-gray-50\/20:hover {
  border-inline-start-color: rgb(249 250 251 / 0.2);
}

.hover\:border-s-gray-50\/25:hover {
  border-inline-start-color: rgb(249 250 251 / 0.25);
}

.hover\:border-s-gray-50\/30:hover {
  border-inline-start-color: rgb(249 250 251 / 0.3);
}

.hover\:border-s-gray-50\/40:hover {
  border-inline-start-color: rgb(249 250 251 / 0.4);
}

.hover\:border-s-gray-50\/5:hover {
  border-inline-start-color: rgb(249 250 251 / 0.05);
}

.hover\:border-s-gray-50\/50:hover {
  border-inline-start-color: rgb(249 250 251 / 0.5);
}

.hover\:border-s-gray-50\/60:hover {
  border-inline-start-color: rgb(249 250 251 / 0.6);
}

.hover\:border-s-gray-50\/70:hover {
  border-inline-start-color: rgb(249 250 251 / 0.7);
}

.hover\:border-s-gray-50\/75:hover {
  border-inline-start-color: rgb(249 250 251 / 0.75);
}

.hover\:border-s-gray-50\/80:hover {
  border-inline-start-color: rgb(249 250 251 / 0.8);
}

.hover\:border-s-gray-50\/90:hover {
  border-inline-start-color: rgb(249 250 251 / 0.9);
}

.hover\:border-s-gray-50\/95:hover {
  border-inline-start-color: rgb(249 250 251 / 0.95);
}

.hover\:border-s-gray-500:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.hover\:border-s-gray-500\/0:hover {
  border-inline-start-color: rgb(107 114 128 / 0);
}

.hover\:border-s-gray-500\/10:hover {
  border-inline-start-color: rgb(107 114 128 / 0.1);
}

.hover\:border-s-gray-500\/100:hover {
  border-inline-start-color: rgb(107 114 128 / 1);
}

.hover\:border-s-gray-500\/20:hover {
  border-inline-start-color: rgb(107 114 128 / 0.2);
}

.hover\:border-s-gray-500\/25:hover {
  border-inline-start-color: rgb(107 114 128 / 0.25);
}

.hover\:border-s-gray-500\/30:hover {
  border-inline-start-color: rgb(107 114 128 / 0.3);
}

.hover\:border-s-gray-500\/40:hover {
  border-inline-start-color: rgb(107 114 128 / 0.4);
}

.hover\:border-s-gray-500\/5:hover {
  border-inline-start-color: rgb(107 114 128 / 0.05);
}

.hover\:border-s-gray-500\/50:hover {
  border-inline-start-color: rgb(107 114 128 / 0.5);
}

.hover\:border-s-gray-500\/60:hover {
  border-inline-start-color: rgb(107 114 128 / 0.6);
}

.hover\:border-s-gray-500\/70:hover {
  border-inline-start-color: rgb(107 114 128 / 0.7);
}

.hover\:border-s-gray-500\/75:hover {
  border-inline-start-color: rgb(107 114 128 / 0.75);
}

.hover\:border-s-gray-500\/80:hover {
  border-inline-start-color: rgb(107 114 128 / 0.8);
}

.hover\:border-s-gray-500\/90:hover {
  border-inline-start-color: rgb(107 114 128 / 0.9);
}

.hover\:border-s-gray-500\/95:hover {
  border-inline-start-color: rgb(107 114 128 / 0.95);
}

.hover\:border-s-gray-600:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.hover\:border-s-gray-600\/0:hover {
  border-inline-start-color: rgb(75 85 99 / 0);
}

.hover\:border-s-gray-600\/10:hover {
  border-inline-start-color: rgb(75 85 99 / 0.1);
}

.hover\:border-s-gray-600\/100:hover {
  border-inline-start-color: rgb(75 85 99 / 1);
}

.hover\:border-s-gray-600\/20:hover {
  border-inline-start-color: rgb(75 85 99 / 0.2);
}

.hover\:border-s-gray-600\/25:hover {
  border-inline-start-color: rgb(75 85 99 / 0.25);
}

.hover\:border-s-gray-600\/30:hover {
  border-inline-start-color: rgb(75 85 99 / 0.3);
}

.hover\:border-s-gray-600\/40:hover {
  border-inline-start-color: rgb(75 85 99 / 0.4);
}

.hover\:border-s-gray-600\/5:hover {
  border-inline-start-color: rgb(75 85 99 / 0.05);
}

.hover\:border-s-gray-600\/50:hover {
  border-inline-start-color: rgb(75 85 99 / 0.5);
}

.hover\:border-s-gray-600\/60:hover {
  border-inline-start-color: rgb(75 85 99 / 0.6);
}

.hover\:border-s-gray-600\/70:hover {
  border-inline-start-color: rgb(75 85 99 / 0.7);
}

.hover\:border-s-gray-600\/75:hover {
  border-inline-start-color: rgb(75 85 99 / 0.75);
}

.hover\:border-s-gray-600\/80:hover {
  border-inline-start-color: rgb(75 85 99 / 0.8);
}

.hover\:border-s-gray-600\/90:hover {
  border-inline-start-color: rgb(75 85 99 / 0.9);
}

.hover\:border-s-gray-600\/95:hover {
  border-inline-start-color: rgb(75 85 99 / 0.95);
}

.hover\:border-s-gray-700:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.hover\:border-s-gray-700\/0:hover {
  border-inline-start-color: rgb(55 65 81 / 0);
}

.hover\:border-s-gray-700\/10:hover {
  border-inline-start-color: rgb(55 65 81 / 0.1);
}

.hover\:border-s-gray-700\/100:hover {
  border-inline-start-color: rgb(55 65 81 / 1);
}

.hover\:border-s-gray-700\/20:hover {
  border-inline-start-color: rgb(55 65 81 / 0.2);
}

.hover\:border-s-gray-700\/25:hover {
  border-inline-start-color: rgb(55 65 81 / 0.25);
}

.hover\:border-s-gray-700\/30:hover {
  border-inline-start-color: rgb(55 65 81 / 0.3);
}

.hover\:border-s-gray-700\/40:hover {
  border-inline-start-color: rgb(55 65 81 / 0.4);
}

.hover\:border-s-gray-700\/5:hover {
  border-inline-start-color: rgb(55 65 81 / 0.05);
}

.hover\:border-s-gray-700\/50:hover {
  border-inline-start-color: rgb(55 65 81 / 0.5);
}

.hover\:border-s-gray-700\/60:hover {
  border-inline-start-color: rgb(55 65 81 / 0.6);
}

.hover\:border-s-gray-700\/70:hover {
  border-inline-start-color: rgb(55 65 81 / 0.7);
}

.hover\:border-s-gray-700\/75:hover {
  border-inline-start-color: rgb(55 65 81 / 0.75);
}

.hover\:border-s-gray-700\/80:hover {
  border-inline-start-color: rgb(55 65 81 / 0.8);
}

.hover\:border-s-gray-700\/90:hover {
  border-inline-start-color: rgb(55 65 81 / 0.9);
}

.hover\:border-s-gray-700\/95:hover {
  border-inline-start-color: rgb(55 65 81 / 0.95);
}

.hover\:border-s-gray-800:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.hover\:border-s-gray-800\/0:hover {
  border-inline-start-color: rgb(31 41 55 / 0);
}

.hover\:border-s-gray-800\/10:hover {
  border-inline-start-color: rgb(31 41 55 / 0.1);
}

.hover\:border-s-gray-800\/100:hover {
  border-inline-start-color: rgb(31 41 55 / 1);
}

.hover\:border-s-gray-800\/20:hover {
  border-inline-start-color: rgb(31 41 55 / 0.2);
}

.hover\:border-s-gray-800\/25:hover {
  border-inline-start-color: rgb(31 41 55 / 0.25);
}

.hover\:border-s-gray-800\/30:hover {
  border-inline-start-color: rgb(31 41 55 / 0.3);
}

.hover\:border-s-gray-800\/40:hover {
  border-inline-start-color: rgb(31 41 55 / 0.4);
}

.hover\:border-s-gray-800\/5:hover {
  border-inline-start-color: rgb(31 41 55 / 0.05);
}

.hover\:border-s-gray-800\/50:hover {
  border-inline-start-color: rgb(31 41 55 / 0.5);
}

.hover\:border-s-gray-800\/60:hover {
  border-inline-start-color: rgb(31 41 55 / 0.6);
}

.hover\:border-s-gray-800\/70:hover {
  border-inline-start-color: rgb(31 41 55 / 0.7);
}

.hover\:border-s-gray-800\/75:hover {
  border-inline-start-color: rgb(31 41 55 / 0.75);
}

.hover\:border-s-gray-800\/80:hover {
  border-inline-start-color: rgb(31 41 55 / 0.8);
}

.hover\:border-s-gray-800\/90:hover {
  border-inline-start-color: rgb(31 41 55 / 0.9);
}

.hover\:border-s-gray-800\/95:hover {
  border-inline-start-color: rgb(31 41 55 / 0.95);
}

.hover\:border-s-gray-900:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.hover\:border-s-gray-900\/0:hover {
  border-inline-start-color: rgb(17 24 39 / 0);
}

.hover\:border-s-gray-900\/10:hover {
  border-inline-start-color: rgb(17 24 39 / 0.1);
}

.hover\:border-s-gray-900\/100:hover {
  border-inline-start-color: rgb(17 24 39 / 1);
}

.hover\:border-s-gray-900\/20:hover {
  border-inline-start-color: rgb(17 24 39 / 0.2);
}

.hover\:border-s-gray-900\/25:hover {
  border-inline-start-color: rgb(17 24 39 / 0.25);
}

.hover\:border-s-gray-900\/30:hover {
  border-inline-start-color: rgb(17 24 39 / 0.3);
}

.hover\:border-s-gray-900\/40:hover {
  border-inline-start-color: rgb(17 24 39 / 0.4);
}

.hover\:border-s-gray-900\/5:hover {
  border-inline-start-color: rgb(17 24 39 / 0.05);
}

.hover\:border-s-gray-900\/50:hover {
  border-inline-start-color: rgb(17 24 39 / 0.5);
}

.hover\:border-s-gray-900\/60:hover {
  border-inline-start-color: rgb(17 24 39 / 0.6);
}

.hover\:border-s-gray-900\/70:hover {
  border-inline-start-color: rgb(17 24 39 / 0.7);
}

.hover\:border-s-gray-900\/75:hover {
  border-inline-start-color: rgb(17 24 39 / 0.75);
}

.hover\:border-s-gray-900\/80:hover {
  border-inline-start-color: rgb(17 24 39 / 0.8);
}

.hover\:border-s-gray-900\/90:hover {
  border-inline-start-color: rgb(17 24 39 / 0.9);
}

.hover\:border-s-gray-900\/95:hover {
  border-inline-start-color: rgb(17 24 39 / 0.95);
}

.hover\:border-s-gray-950:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(3 7 18 / var(--tw-border-opacity));
}

.hover\:border-s-gray-950\/0:hover {
  border-inline-start-color: rgb(3 7 18 / 0);
}

.hover\:border-s-gray-950\/10:hover {
  border-inline-start-color: rgb(3 7 18 / 0.1);
}

.hover\:border-s-gray-950\/100:hover {
  border-inline-start-color: rgb(3 7 18 / 1);
}

.hover\:border-s-gray-950\/20:hover {
  border-inline-start-color: rgb(3 7 18 / 0.2);
}

.hover\:border-s-gray-950\/25:hover {
  border-inline-start-color: rgb(3 7 18 / 0.25);
}

.hover\:border-s-gray-950\/30:hover {
  border-inline-start-color: rgb(3 7 18 / 0.3);
}

.hover\:border-s-gray-950\/40:hover {
  border-inline-start-color: rgb(3 7 18 / 0.4);
}

.hover\:border-s-gray-950\/5:hover {
  border-inline-start-color: rgb(3 7 18 / 0.05);
}

.hover\:border-s-gray-950\/50:hover {
  border-inline-start-color: rgb(3 7 18 / 0.5);
}

.hover\:border-s-gray-950\/60:hover {
  border-inline-start-color: rgb(3 7 18 / 0.6);
}

.hover\:border-s-gray-950\/70:hover {
  border-inline-start-color: rgb(3 7 18 / 0.7);
}

.hover\:border-s-gray-950\/75:hover {
  border-inline-start-color: rgb(3 7 18 / 0.75);
}

.hover\:border-s-gray-950\/80:hover {
  border-inline-start-color: rgb(3 7 18 / 0.8);
}

.hover\:border-s-gray-950\/90:hover {
  border-inline-start-color: rgb(3 7 18 / 0.9);
}

.hover\:border-s-gray-950\/95:hover {
  border-inline-start-color: rgb(3 7 18 / 0.95);
}

.hover\:border-s-green-100:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(220 252 231 / var(--tw-border-opacity));
}

.hover\:border-s-green-100\/0:hover {
  border-inline-start-color: rgb(220 252 231 / 0);
}

.hover\:border-s-green-100\/10:hover {
  border-inline-start-color: rgb(220 252 231 / 0.1);
}

.hover\:border-s-green-100\/100:hover {
  border-inline-start-color: rgb(220 252 231 / 1);
}

.hover\:border-s-green-100\/20:hover {
  border-inline-start-color: rgb(220 252 231 / 0.2);
}

.hover\:border-s-green-100\/25:hover {
  border-inline-start-color: rgb(220 252 231 / 0.25);
}

.hover\:border-s-green-100\/30:hover {
  border-inline-start-color: rgb(220 252 231 / 0.3);
}

.hover\:border-s-green-100\/40:hover {
  border-inline-start-color: rgb(220 252 231 / 0.4);
}

.hover\:border-s-green-100\/5:hover {
  border-inline-start-color: rgb(220 252 231 / 0.05);
}

.hover\:border-s-green-100\/50:hover {
  border-inline-start-color: rgb(220 252 231 / 0.5);
}

.hover\:border-s-green-100\/60:hover {
  border-inline-start-color: rgb(220 252 231 / 0.6);
}

.hover\:border-s-green-100\/70:hover {
  border-inline-start-color: rgb(220 252 231 / 0.7);
}

.hover\:border-s-green-100\/75:hover {
  border-inline-start-color: rgb(220 252 231 / 0.75);
}

.hover\:border-s-green-100\/80:hover {
  border-inline-start-color: rgb(220 252 231 / 0.8);
}

.hover\:border-s-green-100\/90:hover {
  border-inline-start-color: rgb(220 252 231 / 0.9);
}

.hover\:border-s-green-100\/95:hover {
  border-inline-start-color: rgb(220 252 231 / 0.95);
}

.hover\:border-s-green-200:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.hover\:border-s-green-200\/0:hover {
  border-inline-start-color: rgb(187 247 208 / 0);
}

.hover\:border-s-green-200\/10:hover {
  border-inline-start-color: rgb(187 247 208 / 0.1);
}

.hover\:border-s-green-200\/100:hover {
  border-inline-start-color: rgb(187 247 208 / 1);
}

.hover\:border-s-green-200\/20:hover {
  border-inline-start-color: rgb(187 247 208 / 0.2);
}

.hover\:border-s-green-200\/25:hover {
  border-inline-start-color: rgb(187 247 208 / 0.25);
}

.hover\:border-s-green-200\/30:hover {
  border-inline-start-color: rgb(187 247 208 / 0.3);
}

.hover\:border-s-green-200\/40:hover {
  border-inline-start-color: rgb(187 247 208 / 0.4);
}

.hover\:border-s-green-200\/5:hover {
  border-inline-start-color: rgb(187 247 208 / 0.05);
}

.hover\:border-s-green-200\/50:hover {
  border-inline-start-color: rgb(187 247 208 / 0.5);
}

.hover\:border-s-green-200\/60:hover {
  border-inline-start-color: rgb(187 247 208 / 0.6);
}

.hover\:border-s-green-200\/70:hover {
  border-inline-start-color: rgb(187 247 208 / 0.7);
}

.hover\:border-s-green-200\/75:hover {
  border-inline-start-color: rgb(187 247 208 / 0.75);
}

.hover\:border-s-green-200\/80:hover {
  border-inline-start-color: rgb(187 247 208 / 0.8);
}

.hover\:border-s-green-200\/90:hover {
  border-inline-start-color: rgb(187 247 208 / 0.9);
}

.hover\:border-s-green-200\/95:hover {
  border-inline-start-color: rgb(187 247 208 / 0.95);
}

.hover\:border-s-green-300:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.hover\:border-s-green-300\/0:hover {
  border-inline-start-color: rgb(134 239 172 / 0);
}

.hover\:border-s-green-300\/10:hover {
  border-inline-start-color: rgb(134 239 172 / 0.1);
}

.hover\:border-s-green-300\/100:hover {
  border-inline-start-color: rgb(134 239 172 / 1);
}

.hover\:border-s-green-300\/20:hover {
  border-inline-start-color: rgb(134 239 172 / 0.2);
}

.hover\:border-s-green-300\/25:hover {
  border-inline-start-color: rgb(134 239 172 / 0.25);
}

.hover\:border-s-green-300\/30:hover {
  border-inline-start-color: rgb(134 239 172 / 0.3);
}

.hover\:border-s-green-300\/40:hover {
  border-inline-start-color: rgb(134 239 172 / 0.4);
}

.hover\:border-s-green-300\/5:hover {
  border-inline-start-color: rgb(134 239 172 / 0.05);
}

.hover\:border-s-green-300\/50:hover {
  border-inline-start-color: rgb(134 239 172 / 0.5);
}

.hover\:border-s-green-300\/60:hover {
  border-inline-start-color: rgb(134 239 172 / 0.6);
}

.hover\:border-s-green-300\/70:hover {
  border-inline-start-color: rgb(134 239 172 / 0.7);
}

.hover\:border-s-green-300\/75:hover {
  border-inline-start-color: rgb(134 239 172 / 0.75);
}

.hover\:border-s-green-300\/80:hover {
  border-inline-start-color: rgb(134 239 172 / 0.8);
}

.hover\:border-s-green-300\/90:hover {
  border-inline-start-color: rgb(134 239 172 / 0.9);
}

.hover\:border-s-green-300\/95:hover {
  border-inline-start-color: rgb(134 239 172 / 0.95);
}

.hover\:border-s-green-400:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.hover\:border-s-green-400\/0:hover {
  border-inline-start-color: rgb(74 222 128 / 0);
}

.hover\:border-s-green-400\/10:hover {
  border-inline-start-color: rgb(74 222 128 / 0.1);
}

.hover\:border-s-green-400\/100:hover {
  border-inline-start-color: rgb(74 222 128 / 1);
}

.hover\:border-s-green-400\/20:hover {
  border-inline-start-color: rgb(74 222 128 / 0.2);
}

.hover\:border-s-green-400\/25:hover {
  border-inline-start-color: rgb(74 222 128 / 0.25);
}

.hover\:border-s-green-400\/30:hover {
  border-inline-start-color: rgb(74 222 128 / 0.3);
}

.hover\:border-s-green-400\/40:hover {
  border-inline-start-color: rgb(74 222 128 / 0.4);
}

.hover\:border-s-green-400\/5:hover {
  border-inline-start-color: rgb(74 222 128 / 0.05);
}

.hover\:border-s-green-400\/50:hover {
  border-inline-start-color: rgb(74 222 128 / 0.5);
}

.hover\:border-s-green-400\/60:hover {
  border-inline-start-color: rgb(74 222 128 / 0.6);
}

.hover\:border-s-green-400\/70:hover {
  border-inline-start-color: rgb(74 222 128 / 0.7);
}

.hover\:border-s-green-400\/75:hover {
  border-inline-start-color: rgb(74 222 128 / 0.75);
}

.hover\:border-s-green-400\/80:hover {
  border-inline-start-color: rgb(74 222 128 / 0.8);
}

.hover\:border-s-green-400\/90:hover {
  border-inline-start-color: rgb(74 222 128 / 0.9);
}

.hover\:border-s-green-400\/95:hover {
  border-inline-start-color: rgb(74 222 128 / 0.95);
}

.hover\:border-s-green-50:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(240 253 244 / var(--tw-border-opacity));
}

.hover\:border-s-green-50\/0:hover {
  border-inline-start-color: rgb(240 253 244 / 0);
}

.hover\:border-s-green-50\/10:hover {
  border-inline-start-color: rgb(240 253 244 / 0.1);
}

.hover\:border-s-green-50\/100:hover {
  border-inline-start-color: rgb(240 253 244 / 1);
}

.hover\:border-s-green-50\/20:hover {
  border-inline-start-color: rgb(240 253 244 / 0.2);
}

.hover\:border-s-green-50\/25:hover {
  border-inline-start-color: rgb(240 253 244 / 0.25);
}

.hover\:border-s-green-50\/30:hover {
  border-inline-start-color: rgb(240 253 244 / 0.3);
}

.hover\:border-s-green-50\/40:hover {
  border-inline-start-color: rgb(240 253 244 / 0.4);
}

.hover\:border-s-green-50\/5:hover {
  border-inline-start-color: rgb(240 253 244 / 0.05);
}

.hover\:border-s-green-50\/50:hover {
  border-inline-start-color: rgb(240 253 244 / 0.5);
}

.hover\:border-s-green-50\/60:hover {
  border-inline-start-color: rgb(240 253 244 / 0.6);
}

.hover\:border-s-green-50\/70:hover {
  border-inline-start-color: rgb(240 253 244 / 0.7);
}

.hover\:border-s-green-50\/75:hover {
  border-inline-start-color: rgb(240 253 244 / 0.75);
}

.hover\:border-s-green-50\/80:hover {
  border-inline-start-color: rgb(240 253 244 / 0.8);
}

.hover\:border-s-green-50\/90:hover {
  border-inline-start-color: rgb(240 253 244 / 0.9);
}

.hover\:border-s-green-50\/95:hover {
  border-inline-start-color: rgb(240 253 244 / 0.95);
}

.hover\:border-s-green-500:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.hover\:border-s-green-500\/0:hover {
  border-inline-start-color: rgb(34 197 94 / 0);
}

.hover\:border-s-green-500\/10:hover {
  border-inline-start-color: rgb(34 197 94 / 0.1);
}

.hover\:border-s-green-500\/100:hover {
  border-inline-start-color: rgb(34 197 94 / 1);
}

.hover\:border-s-green-500\/20:hover {
  border-inline-start-color: rgb(34 197 94 / 0.2);
}

.hover\:border-s-green-500\/25:hover {
  border-inline-start-color: rgb(34 197 94 / 0.25);
}

.hover\:border-s-green-500\/30:hover {
  border-inline-start-color: rgb(34 197 94 / 0.3);
}

.hover\:border-s-green-500\/40:hover {
  border-inline-start-color: rgb(34 197 94 / 0.4);
}

.hover\:border-s-green-500\/5:hover {
  border-inline-start-color: rgb(34 197 94 / 0.05);
}

.hover\:border-s-green-500\/50:hover {
  border-inline-start-color: rgb(34 197 94 / 0.5);
}

.hover\:border-s-green-500\/60:hover {
  border-inline-start-color: rgb(34 197 94 / 0.6);
}

.hover\:border-s-green-500\/70:hover {
  border-inline-start-color: rgb(34 197 94 / 0.7);
}

.hover\:border-s-green-500\/75:hover {
  border-inline-start-color: rgb(34 197 94 / 0.75);
}

.hover\:border-s-green-500\/80:hover {
  border-inline-start-color: rgb(34 197 94 / 0.8);
}

.hover\:border-s-green-500\/90:hover {
  border-inline-start-color: rgb(34 197 94 / 0.9);
}

.hover\:border-s-green-500\/95:hover {
  border-inline-start-color: rgb(34 197 94 / 0.95);
}

.hover\:border-s-green-600:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.hover\:border-s-green-600\/0:hover {
  border-inline-start-color: rgb(22 163 74 / 0);
}

.hover\:border-s-green-600\/10:hover {
  border-inline-start-color: rgb(22 163 74 / 0.1);
}

.hover\:border-s-green-600\/100:hover {
  border-inline-start-color: rgb(22 163 74 / 1);
}

.hover\:border-s-green-600\/20:hover {
  border-inline-start-color: rgb(22 163 74 / 0.2);
}

.hover\:border-s-green-600\/25:hover {
  border-inline-start-color: rgb(22 163 74 / 0.25);
}

.hover\:border-s-green-600\/30:hover {
  border-inline-start-color: rgb(22 163 74 / 0.3);
}

.hover\:border-s-green-600\/40:hover {
  border-inline-start-color: rgb(22 163 74 / 0.4);
}

.hover\:border-s-green-600\/5:hover {
  border-inline-start-color: rgb(22 163 74 / 0.05);
}

.hover\:border-s-green-600\/50:hover {
  border-inline-start-color: rgb(22 163 74 / 0.5);
}

.hover\:border-s-green-600\/60:hover {
  border-inline-start-color: rgb(22 163 74 / 0.6);
}

.hover\:border-s-green-600\/70:hover {
  border-inline-start-color: rgb(22 163 74 / 0.7);
}

.hover\:border-s-green-600\/75:hover {
  border-inline-start-color: rgb(22 163 74 / 0.75);
}

.hover\:border-s-green-600\/80:hover {
  border-inline-start-color: rgb(22 163 74 / 0.8);
}

.hover\:border-s-green-600\/90:hover {
  border-inline-start-color: rgb(22 163 74 / 0.9);
}

.hover\:border-s-green-600\/95:hover {
  border-inline-start-color: rgb(22 163 74 / 0.95);
}

.hover\:border-s-green-700:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.hover\:border-s-green-700\/0:hover {
  border-inline-start-color: rgb(21 128 61 / 0);
}

.hover\:border-s-green-700\/10:hover {
  border-inline-start-color: rgb(21 128 61 / 0.1);
}

.hover\:border-s-green-700\/100:hover {
  border-inline-start-color: rgb(21 128 61 / 1);
}

.hover\:border-s-green-700\/20:hover {
  border-inline-start-color: rgb(21 128 61 / 0.2);
}

.hover\:border-s-green-700\/25:hover {
  border-inline-start-color: rgb(21 128 61 / 0.25);
}

.hover\:border-s-green-700\/30:hover {
  border-inline-start-color: rgb(21 128 61 / 0.3);
}

.hover\:border-s-green-700\/40:hover {
  border-inline-start-color: rgb(21 128 61 / 0.4);
}

.hover\:border-s-green-700\/5:hover {
  border-inline-start-color: rgb(21 128 61 / 0.05);
}

.hover\:border-s-green-700\/50:hover {
  border-inline-start-color: rgb(21 128 61 / 0.5);
}

.hover\:border-s-green-700\/60:hover {
  border-inline-start-color: rgb(21 128 61 / 0.6);
}

.hover\:border-s-green-700\/70:hover {
  border-inline-start-color: rgb(21 128 61 / 0.7);
}

.hover\:border-s-green-700\/75:hover {
  border-inline-start-color: rgb(21 128 61 / 0.75);
}

.hover\:border-s-green-700\/80:hover {
  border-inline-start-color: rgb(21 128 61 / 0.8);
}

.hover\:border-s-green-700\/90:hover {
  border-inline-start-color: rgb(21 128 61 / 0.9);
}

.hover\:border-s-green-700\/95:hover {
  border-inline-start-color: rgb(21 128 61 / 0.95);
}

.hover\:border-s-green-800:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.hover\:border-s-green-800\/0:hover {
  border-inline-start-color: rgb(22 101 52 / 0);
}

.hover\:border-s-green-800\/10:hover {
  border-inline-start-color: rgb(22 101 52 / 0.1);
}

.hover\:border-s-green-800\/100:hover {
  border-inline-start-color: rgb(22 101 52 / 1);
}

.hover\:border-s-green-800\/20:hover {
  border-inline-start-color: rgb(22 101 52 / 0.2);
}

.hover\:border-s-green-800\/25:hover {
  border-inline-start-color: rgb(22 101 52 / 0.25);
}

.hover\:border-s-green-800\/30:hover {
  border-inline-start-color: rgb(22 101 52 / 0.3);
}

.hover\:border-s-green-800\/40:hover {
  border-inline-start-color: rgb(22 101 52 / 0.4);
}

.hover\:border-s-green-800\/5:hover {
  border-inline-start-color: rgb(22 101 52 / 0.05);
}

.hover\:border-s-green-800\/50:hover {
  border-inline-start-color: rgb(22 101 52 / 0.5);
}

.hover\:border-s-green-800\/60:hover {
  border-inline-start-color: rgb(22 101 52 / 0.6);
}

.hover\:border-s-green-800\/70:hover {
  border-inline-start-color: rgb(22 101 52 / 0.7);
}

.hover\:border-s-green-800\/75:hover {
  border-inline-start-color: rgb(22 101 52 / 0.75);
}

.hover\:border-s-green-800\/80:hover {
  border-inline-start-color: rgb(22 101 52 / 0.8);
}

.hover\:border-s-green-800\/90:hover {
  border-inline-start-color: rgb(22 101 52 / 0.9);
}

.hover\:border-s-green-800\/95:hover {
  border-inline-start-color: rgb(22 101 52 / 0.95);
}

.hover\:border-s-green-900:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(20 83 45 / var(--tw-border-opacity));
}

.hover\:border-s-green-900\/0:hover {
  border-inline-start-color: rgb(20 83 45 / 0);
}

.hover\:border-s-green-900\/10:hover {
  border-inline-start-color: rgb(20 83 45 / 0.1);
}

.hover\:border-s-green-900\/100:hover {
  border-inline-start-color: rgb(20 83 45 / 1);
}

.hover\:border-s-green-900\/20:hover {
  border-inline-start-color: rgb(20 83 45 / 0.2);
}

.hover\:border-s-green-900\/25:hover {
  border-inline-start-color: rgb(20 83 45 / 0.25);
}

.hover\:border-s-green-900\/30:hover {
  border-inline-start-color: rgb(20 83 45 / 0.3);
}

.hover\:border-s-green-900\/40:hover {
  border-inline-start-color: rgb(20 83 45 / 0.4);
}

.hover\:border-s-green-900\/5:hover {
  border-inline-start-color: rgb(20 83 45 / 0.05);
}

.hover\:border-s-green-900\/50:hover {
  border-inline-start-color: rgb(20 83 45 / 0.5);
}

.hover\:border-s-green-900\/60:hover {
  border-inline-start-color: rgb(20 83 45 / 0.6);
}

.hover\:border-s-green-900\/70:hover {
  border-inline-start-color: rgb(20 83 45 / 0.7);
}

.hover\:border-s-green-900\/75:hover {
  border-inline-start-color: rgb(20 83 45 / 0.75);
}

.hover\:border-s-green-900\/80:hover {
  border-inline-start-color: rgb(20 83 45 / 0.8);
}

.hover\:border-s-green-900\/90:hover {
  border-inline-start-color: rgb(20 83 45 / 0.9);
}

.hover\:border-s-green-900\/95:hover {
  border-inline-start-color: rgb(20 83 45 / 0.95);
}

.hover\:border-s-green-950:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(5 46 22 / var(--tw-border-opacity));
}

.hover\:border-s-green-950\/0:hover {
  border-inline-start-color: rgb(5 46 22 / 0);
}

.hover\:border-s-green-950\/10:hover {
  border-inline-start-color: rgb(5 46 22 / 0.1);
}

.hover\:border-s-green-950\/100:hover {
  border-inline-start-color: rgb(5 46 22 / 1);
}

.hover\:border-s-green-950\/20:hover {
  border-inline-start-color: rgb(5 46 22 / 0.2);
}

.hover\:border-s-green-950\/25:hover {
  border-inline-start-color: rgb(5 46 22 / 0.25);
}

.hover\:border-s-green-950\/30:hover {
  border-inline-start-color: rgb(5 46 22 / 0.3);
}

.hover\:border-s-green-950\/40:hover {
  border-inline-start-color: rgb(5 46 22 / 0.4);
}

.hover\:border-s-green-950\/5:hover {
  border-inline-start-color: rgb(5 46 22 / 0.05);
}

.hover\:border-s-green-950\/50:hover {
  border-inline-start-color: rgb(5 46 22 / 0.5);
}

.hover\:border-s-green-950\/60:hover {
  border-inline-start-color: rgb(5 46 22 / 0.6);
}

.hover\:border-s-green-950\/70:hover {
  border-inline-start-color: rgb(5 46 22 / 0.7);
}

.hover\:border-s-green-950\/75:hover {
  border-inline-start-color: rgb(5 46 22 / 0.75);
}

.hover\:border-s-green-950\/80:hover {
  border-inline-start-color: rgb(5 46 22 / 0.8);
}

.hover\:border-s-green-950\/90:hover {
  border-inline-start-color: rgb(5 46 22 / 0.9);
}

.hover\:border-s-green-950\/95:hover {
  border-inline-start-color: rgb(5 46 22 / 0.95);
}

.hover\:border-s-indigo-100:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(224 231 255 / var(--tw-border-opacity));
}

.hover\:border-s-indigo-100\/0:hover {
  border-inline-start-color: rgb(224 231 255 / 0);
}

.hover\:border-s-indigo-100\/10:hover {
  border-inline-start-color: rgb(224 231 255 / 0.1);
}

.hover\:border-s-indigo-100\/100:hover {
  border-inline-start-color: rgb(224 231 255 / 1);
}

.hover\:border-s-indigo-100\/20:hover {
  border-inline-start-color: rgb(224 231 255 / 0.2);
}

.hover\:border-s-indigo-100\/25:hover {
  border-inline-start-color: rgb(224 231 255 / 0.25);
}

.hover\:border-s-indigo-100\/30:hover {
  border-inline-start-color: rgb(224 231 255 / 0.3);
}

.hover\:border-s-indigo-100\/40:hover {
  border-inline-start-color: rgb(224 231 255 / 0.4);
}

.hover\:border-s-indigo-100\/5:hover {
  border-inline-start-color: rgb(224 231 255 / 0.05);
}

.hover\:border-s-indigo-100\/50:hover {
  border-inline-start-color: rgb(224 231 255 / 0.5);
}

.hover\:border-s-indigo-100\/60:hover {
  border-inline-start-color: rgb(224 231 255 / 0.6);
}

.hover\:border-s-indigo-100\/70:hover {
  border-inline-start-color: rgb(224 231 255 / 0.7);
}

.hover\:border-s-indigo-100\/75:hover {
  border-inline-start-color: rgb(224 231 255 / 0.75);
}

.hover\:border-s-indigo-100\/80:hover {
  border-inline-start-color: rgb(224 231 255 / 0.8);
}

.hover\:border-s-indigo-100\/90:hover {
  border-inline-start-color: rgb(224 231 255 / 0.9);
}

.hover\:border-s-indigo-100\/95:hover {
  border-inline-start-color: rgb(224 231 255 / 0.95);
}

.hover\:border-s-indigo-200:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.hover\:border-s-indigo-200\/0:hover {
  border-inline-start-color: rgb(199 210 254 / 0);
}

.hover\:border-s-indigo-200\/10:hover {
  border-inline-start-color: rgb(199 210 254 / 0.1);
}

.hover\:border-s-indigo-200\/100:hover {
  border-inline-start-color: rgb(199 210 254 / 1);
}

.hover\:border-s-indigo-200\/20:hover {
  border-inline-start-color: rgb(199 210 254 / 0.2);
}

.hover\:border-s-indigo-200\/25:hover {
  border-inline-start-color: rgb(199 210 254 / 0.25);
}

.hover\:border-s-indigo-200\/30:hover {
  border-inline-start-color: rgb(199 210 254 / 0.3);
}

.hover\:border-s-indigo-200\/40:hover {
  border-inline-start-color: rgb(199 210 254 / 0.4);
}

.hover\:border-s-indigo-200\/5:hover {
  border-inline-start-color: rgb(199 210 254 / 0.05);
}

.hover\:border-s-indigo-200\/50:hover {
  border-inline-start-color: rgb(199 210 254 / 0.5);
}

.hover\:border-s-indigo-200\/60:hover {
  border-inline-start-color: rgb(199 210 254 / 0.6);
}

.hover\:border-s-indigo-200\/70:hover {
  border-inline-start-color: rgb(199 210 254 / 0.7);
}

.hover\:border-s-indigo-200\/75:hover {
  border-inline-start-color: rgb(199 210 254 / 0.75);
}

.hover\:border-s-indigo-200\/80:hover {
  border-inline-start-color: rgb(199 210 254 / 0.8);
}

.hover\:border-s-indigo-200\/90:hover {
  border-inline-start-color: rgb(199 210 254 / 0.9);
}

.hover\:border-s-indigo-200\/95:hover {
  border-inline-start-color: rgb(199 210 254 / 0.95);
}

.hover\:border-s-indigo-300:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.hover\:border-s-indigo-300\/0:hover {
  border-inline-start-color: rgb(165 180 252 / 0);
}

.hover\:border-s-indigo-300\/10:hover {
  border-inline-start-color: rgb(165 180 252 / 0.1);
}

.hover\:border-s-indigo-300\/100:hover {
  border-inline-start-color: rgb(165 180 252 / 1);
}

.hover\:border-s-indigo-300\/20:hover {
  border-inline-start-color: rgb(165 180 252 / 0.2);
}

.hover\:border-s-indigo-300\/25:hover {
  border-inline-start-color: rgb(165 180 252 / 0.25);
}

.hover\:border-s-indigo-300\/30:hover {
  border-inline-start-color: rgb(165 180 252 / 0.3);
}

.hover\:border-s-indigo-300\/40:hover {
  border-inline-start-color: rgb(165 180 252 / 0.4);
}

.hover\:border-s-indigo-300\/5:hover {
  border-inline-start-color: rgb(165 180 252 / 0.05);
}

.hover\:border-s-indigo-300\/50:hover {
  border-inline-start-color: rgb(165 180 252 / 0.5);
}

.hover\:border-s-indigo-300\/60:hover {
  border-inline-start-color: rgb(165 180 252 / 0.6);
}

.hover\:border-s-indigo-300\/70:hover {
  border-inline-start-color: rgb(165 180 252 / 0.7);
}

.hover\:border-s-indigo-300\/75:hover {
  border-inline-start-color: rgb(165 180 252 / 0.75);
}

.hover\:border-s-indigo-300\/80:hover {
  border-inline-start-color: rgb(165 180 252 / 0.8);
}

.hover\:border-s-indigo-300\/90:hover {
  border-inline-start-color: rgb(165 180 252 / 0.9);
}

.hover\:border-s-indigo-300\/95:hover {
  border-inline-start-color: rgb(165 180 252 / 0.95);
}

.hover\:border-s-indigo-400:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.hover\:border-s-indigo-400\/0:hover {
  border-inline-start-color: rgb(129 140 248 / 0);
}

.hover\:border-s-indigo-400\/10:hover {
  border-inline-start-color: rgb(129 140 248 / 0.1);
}

.hover\:border-s-indigo-400\/100:hover {
  border-inline-start-color: rgb(129 140 248 / 1);
}

.hover\:border-s-indigo-400\/20:hover {
  border-inline-start-color: rgb(129 140 248 / 0.2);
}

.hover\:border-s-indigo-400\/25:hover {
  border-inline-start-color: rgb(129 140 248 / 0.25);
}

.hover\:border-s-indigo-400\/30:hover {
  border-inline-start-color: rgb(129 140 248 / 0.3);
}

.hover\:border-s-indigo-400\/40:hover {
  border-inline-start-color: rgb(129 140 248 / 0.4);
}

.hover\:border-s-indigo-400\/5:hover {
  border-inline-start-color: rgb(129 140 248 / 0.05);
}

.hover\:border-s-indigo-400\/50:hover {
  border-inline-start-color: rgb(129 140 248 / 0.5);
}

.hover\:border-s-indigo-400\/60:hover {
  border-inline-start-color: rgb(129 140 248 / 0.6);
}

.hover\:border-s-indigo-400\/70:hover {
  border-inline-start-color: rgb(129 140 248 / 0.7);
}

.hover\:border-s-indigo-400\/75:hover {
  border-inline-start-color: rgb(129 140 248 / 0.75);
}

.hover\:border-s-indigo-400\/80:hover {
  border-inline-start-color: rgb(129 140 248 / 0.8);
}

.hover\:border-s-indigo-400\/90:hover {
  border-inline-start-color: rgb(129 140 248 / 0.9);
}

.hover\:border-s-indigo-400\/95:hover {
  border-inline-start-color: rgb(129 140 248 / 0.95);
}

.hover\:border-s-indigo-50:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(238 242 255 / var(--tw-border-opacity));
}

.hover\:border-s-indigo-50\/0:hover {
  border-inline-start-color: rgb(238 242 255 / 0);
}

.hover\:border-s-indigo-50\/10:hover {
  border-inline-start-color: rgb(238 242 255 / 0.1);
}

.hover\:border-s-indigo-50\/100:hover {
  border-inline-start-color: rgb(238 242 255 / 1);
}

.hover\:border-s-indigo-50\/20:hover {
  border-inline-start-color: rgb(238 242 255 / 0.2);
}

.hover\:border-s-indigo-50\/25:hover {
  border-inline-start-color: rgb(238 242 255 / 0.25);
}

.hover\:border-s-indigo-50\/30:hover {
  border-inline-start-color: rgb(238 242 255 / 0.3);
}

.hover\:border-s-indigo-50\/40:hover {
  border-inline-start-color: rgb(238 242 255 / 0.4);
}

.hover\:border-s-indigo-50\/5:hover {
  border-inline-start-color: rgb(238 242 255 / 0.05);
}

.hover\:border-s-indigo-50\/50:hover {
  border-inline-start-color: rgb(238 242 255 / 0.5);
}

.hover\:border-s-indigo-50\/60:hover {
  border-inline-start-color: rgb(238 242 255 / 0.6);
}

.hover\:border-s-indigo-50\/70:hover {
  border-inline-start-color: rgb(238 242 255 / 0.7);
}

.hover\:border-s-indigo-50\/75:hover {
  border-inline-start-color: rgb(238 242 255 / 0.75);
}

.hover\:border-s-indigo-50\/80:hover {
  border-inline-start-color: rgb(238 242 255 / 0.8);
}

.hover\:border-s-indigo-50\/90:hover {
  border-inline-start-color: rgb(238 242 255 / 0.9);
}

.hover\:border-s-indigo-50\/95:hover {
  border-inline-start-color: rgb(238 242 255 / 0.95);
}

.hover\:border-s-indigo-500:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.hover\:border-s-indigo-500\/0:hover {
  border-inline-start-color: rgb(99 102 241 / 0);
}

.hover\:border-s-indigo-500\/10:hover {
  border-inline-start-color: rgb(99 102 241 / 0.1);
}

.hover\:border-s-indigo-500\/100:hover {
  border-inline-start-color: rgb(99 102 241 / 1);
}

.hover\:border-s-indigo-500\/20:hover {
  border-inline-start-color: rgb(99 102 241 / 0.2);
}

.hover\:border-s-indigo-500\/25:hover {
  border-inline-start-color: rgb(99 102 241 / 0.25);
}

.hover\:border-s-indigo-500\/30:hover {
  border-inline-start-color: rgb(99 102 241 / 0.3);
}

.hover\:border-s-indigo-500\/40:hover {
  border-inline-start-color: rgb(99 102 241 / 0.4);
}

.hover\:border-s-indigo-500\/5:hover {
  border-inline-start-color: rgb(99 102 241 / 0.05);
}

.hover\:border-s-indigo-500\/50:hover {
  border-inline-start-color: rgb(99 102 241 / 0.5);
}

.hover\:border-s-indigo-500\/60:hover {
  border-inline-start-color: rgb(99 102 241 / 0.6);
}

.hover\:border-s-indigo-500\/70:hover {
  border-inline-start-color: rgb(99 102 241 / 0.7);
}

.hover\:border-s-indigo-500\/75:hover {
  border-inline-start-color: rgb(99 102 241 / 0.75);
}

.hover\:border-s-indigo-500\/80:hover {
  border-inline-start-color: rgb(99 102 241 / 0.8);
}

.hover\:border-s-indigo-500\/90:hover {
  border-inline-start-color: rgb(99 102 241 / 0.9);
}

.hover\:border-s-indigo-500\/95:hover {
  border-inline-start-color: rgb(99 102 241 / 0.95);
}

.hover\:border-s-indigo-600:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.hover\:border-s-indigo-600\/0:hover {
  border-inline-start-color: rgb(79 70 229 / 0);
}

.hover\:border-s-indigo-600\/10:hover {
  border-inline-start-color: rgb(79 70 229 / 0.1);
}

.hover\:border-s-indigo-600\/100:hover {
  border-inline-start-color: rgb(79 70 229 / 1);
}

.hover\:border-s-indigo-600\/20:hover {
  border-inline-start-color: rgb(79 70 229 / 0.2);
}

.hover\:border-s-indigo-600\/25:hover {
  border-inline-start-color: rgb(79 70 229 / 0.25);
}

.hover\:border-s-indigo-600\/30:hover {
  border-inline-start-color: rgb(79 70 229 / 0.3);
}

.hover\:border-s-indigo-600\/40:hover {
  border-inline-start-color: rgb(79 70 229 / 0.4);
}

.hover\:border-s-indigo-600\/5:hover {
  border-inline-start-color: rgb(79 70 229 / 0.05);
}

.hover\:border-s-indigo-600\/50:hover {
  border-inline-start-color: rgb(79 70 229 / 0.5);
}

.hover\:border-s-indigo-600\/60:hover {
  border-inline-start-color: rgb(79 70 229 / 0.6);
}

.hover\:border-s-indigo-600\/70:hover {
  border-inline-start-color: rgb(79 70 229 / 0.7);
}

.hover\:border-s-indigo-600\/75:hover {
  border-inline-start-color: rgb(79 70 229 / 0.75);
}

.hover\:border-s-indigo-600\/80:hover {
  border-inline-start-color: rgb(79 70 229 / 0.8);
}

.hover\:border-s-indigo-600\/90:hover {
  border-inline-start-color: rgb(79 70 229 / 0.9);
}

.hover\:border-s-indigo-600\/95:hover {
  border-inline-start-color: rgb(79 70 229 / 0.95);
}

.hover\:border-s-indigo-700:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.hover\:border-s-indigo-700\/0:hover {
  border-inline-start-color: rgb(67 56 202 / 0);
}

.hover\:border-s-indigo-700\/10:hover {
  border-inline-start-color: rgb(67 56 202 / 0.1);
}

.hover\:border-s-indigo-700\/100:hover {
  border-inline-start-color: rgb(67 56 202 / 1);
}

.hover\:border-s-indigo-700\/20:hover {
  border-inline-start-color: rgb(67 56 202 / 0.2);
}

.hover\:border-s-indigo-700\/25:hover {
  border-inline-start-color: rgb(67 56 202 / 0.25);
}

.hover\:border-s-indigo-700\/30:hover {
  border-inline-start-color: rgb(67 56 202 / 0.3);
}

.hover\:border-s-indigo-700\/40:hover {
  border-inline-start-color: rgb(67 56 202 / 0.4);
}

.hover\:border-s-indigo-700\/5:hover {
  border-inline-start-color: rgb(67 56 202 / 0.05);
}

.hover\:border-s-indigo-700\/50:hover {
  border-inline-start-color: rgb(67 56 202 / 0.5);
}

.hover\:border-s-indigo-700\/60:hover {
  border-inline-start-color: rgb(67 56 202 / 0.6);
}

.hover\:border-s-indigo-700\/70:hover {
  border-inline-start-color: rgb(67 56 202 / 0.7);
}

.hover\:border-s-indigo-700\/75:hover {
  border-inline-start-color: rgb(67 56 202 / 0.75);
}

.hover\:border-s-indigo-700\/80:hover {
  border-inline-start-color: rgb(67 56 202 / 0.8);
}

.hover\:border-s-indigo-700\/90:hover {
  border-inline-start-color: rgb(67 56 202 / 0.9);
}

.hover\:border-s-indigo-700\/95:hover {
  border-inline-start-color: rgb(67 56 202 / 0.95);
}

.hover\:border-s-indigo-800:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(55 48 163 / var(--tw-border-opacity));
}

.hover\:border-s-indigo-800\/0:hover {
  border-inline-start-color: rgb(55 48 163 / 0);
}

.hover\:border-s-indigo-800\/10:hover {
  border-inline-start-color: rgb(55 48 163 / 0.1);
}

.hover\:border-s-indigo-800\/100:hover {
  border-inline-start-color: rgb(55 48 163 / 1);
}

.hover\:border-s-indigo-800\/20:hover {
  border-inline-start-color: rgb(55 48 163 / 0.2);
}

.hover\:border-s-indigo-800\/25:hover {
  border-inline-start-color: rgb(55 48 163 / 0.25);
}

.hover\:border-s-indigo-800\/30:hover {
  border-inline-start-color: rgb(55 48 163 / 0.3);
}

.hover\:border-s-indigo-800\/40:hover {
  border-inline-start-color: rgb(55 48 163 / 0.4);
}

.hover\:border-s-indigo-800\/5:hover {
  border-inline-start-color: rgb(55 48 163 / 0.05);
}

.hover\:border-s-indigo-800\/50:hover {
  border-inline-start-color: rgb(55 48 163 / 0.5);
}

.hover\:border-s-indigo-800\/60:hover {
  border-inline-start-color: rgb(55 48 163 / 0.6);
}

.hover\:border-s-indigo-800\/70:hover {
  border-inline-start-color: rgb(55 48 163 / 0.7);
}

.hover\:border-s-indigo-800\/75:hover {
  border-inline-start-color: rgb(55 48 163 / 0.75);
}

.hover\:border-s-indigo-800\/80:hover {
  border-inline-start-color: rgb(55 48 163 / 0.8);
}

.hover\:border-s-indigo-800\/90:hover {
  border-inline-start-color: rgb(55 48 163 / 0.9);
}

.hover\:border-s-indigo-800\/95:hover {
  border-inline-start-color: rgb(55 48 163 / 0.95);
}

.hover\:border-s-indigo-900:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(49 46 129 / var(--tw-border-opacity));
}

.hover\:border-s-indigo-900\/0:hover {
  border-inline-start-color: rgb(49 46 129 / 0);
}

.hover\:border-s-indigo-900\/10:hover {
  border-inline-start-color: rgb(49 46 129 / 0.1);
}

.hover\:border-s-indigo-900\/100:hover {
  border-inline-start-color: rgb(49 46 129 / 1);
}

.hover\:border-s-indigo-900\/20:hover {
  border-inline-start-color: rgb(49 46 129 / 0.2);
}

.hover\:border-s-indigo-900\/25:hover {
  border-inline-start-color: rgb(49 46 129 / 0.25);
}

.hover\:border-s-indigo-900\/30:hover {
  border-inline-start-color: rgb(49 46 129 / 0.3);
}

.hover\:border-s-indigo-900\/40:hover {
  border-inline-start-color: rgb(49 46 129 / 0.4);
}

.hover\:border-s-indigo-900\/5:hover {
  border-inline-start-color: rgb(49 46 129 / 0.05);
}

.hover\:border-s-indigo-900\/50:hover {
  border-inline-start-color: rgb(49 46 129 / 0.5);
}

.hover\:border-s-indigo-900\/60:hover {
  border-inline-start-color: rgb(49 46 129 / 0.6);
}

.hover\:border-s-indigo-900\/70:hover {
  border-inline-start-color: rgb(49 46 129 / 0.7);
}

.hover\:border-s-indigo-900\/75:hover {
  border-inline-start-color: rgb(49 46 129 / 0.75);
}

.hover\:border-s-indigo-900\/80:hover {
  border-inline-start-color: rgb(49 46 129 / 0.8);
}

.hover\:border-s-indigo-900\/90:hover {
  border-inline-start-color: rgb(49 46 129 / 0.9);
}

.hover\:border-s-indigo-900\/95:hover {
  border-inline-start-color: rgb(49 46 129 / 0.95);
}

.hover\:border-s-indigo-950:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(30 27 75 / var(--tw-border-opacity));
}

.hover\:border-s-indigo-950\/0:hover {
  border-inline-start-color: rgb(30 27 75 / 0);
}

.hover\:border-s-indigo-950\/10:hover {
  border-inline-start-color: rgb(30 27 75 / 0.1);
}

.hover\:border-s-indigo-950\/100:hover {
  border-inline-start-color: rgb(30 27 75 / 1);
}

.hover\:border-s-indigo-950\/20:hover {
  border-inline-start-color: rgb(30 27 75 / 0.2);
}

.hover\:border-s-indigo-950\/25:hover {
  border-inline-start-color: rgb(30 27 75 / 0.25);
}

.hover\:border-s-indigo-950\/30:hover {
  border-inline-start-color: rgb(30 27 75 / 0.3);
}

.hover\:border-s-indigo-950\/40:hover {
  border-inline-start-color: rgb(30 27 75 / 0.4);
}

.hover\:border-s-indigo-950\/5:hover {
  border-inline-start-color: rgb(30 27 75 / 0.05);
}

.hover\:border-s-indigo-950\/50:hover {
  border-inline-start-color: rgb(30 27 75 / 0.5);
}

.hover\:border-s-indigo-950\/60:hover {
  border-inline-start-color: rgb(30 27 75 / 0.6);
}

.hover\:border-s-indigo-950\/70:hover {
  border-inline-start-color: rgb(30 27 75 / 0.7);
}

.hover\:border-s-indigo-950\/75:hover {
  border-inline-start-color: rgb(30 27 75 / 0.75);
}

.hover\:border-s-indigo-950\/80:hover {
  border-inline-start-color: rgb(30 27 75 / 0.8);
}

.hover\:border-s-indigo-950\/90:hover {
  border-inline-start-color: rgb(30 27 75 / 0.9);
}

.hover\:border-s-indigo-950\/95:hover {
  border-inline-start-color: rgb(30 27 75 / 0.95);
}

.hover\:border-s-inherit:hover {
  border-inline-start-color: inherit;
}

.hover\:border-s-interbeauty-100:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(249 197 175 / var(--tw-border-opacity));
}

.hover\:border-s-interbeauty-100\/0:hover {
  border-inline-start-color: rgb(249 197 175 / 0);
}

.hover\:border-s-interbeauty-100\/10:hover {
  border-inline-start-color: rgb(249 197 175 / 0.1);
}

.hover\:border-s-interbeauty-100\/100:hover {
  border-inline-start-color: rgb(249 197 175 / 1);
}

.hover\:border-s-interbeauty-100\/20:hover {
  border-inline-start-color: rgb(249 197 175 / 0.2);
}

.hover\:border-s-interbeauty-100\/25:hover {
  border-inline-start-color: rgb(249 197 175 / 0.25);
}

.hover\:border-s-interbeauty-100\/30:hover {
  border-inline-start-color: rgb(249 197 175 / 0.3);
}

.hover\:border-s-interbeauty-100\/40:hover {
  border-inline-start-color: rgb(249 197 175 / 0.4);
}

.hover\:border-s-interbeauty-100\/5:hover {
  border-inline-start-color: rgb(249 197 175 / 0.05);
}

.hover\:border-s-interbeauty-100\/50:hover {
  border-inline-start-color: rgb(249 197 175 / 0.5);
}

.hover\:border-s-interbeauty-100\/60:hover {
  border-inline-start-color: rgb(249 197 175 / 0.6);
}

.hover\:border-s-interbeauty-100\/70:hover {
  border-inline-start-color: rgb(249 197 175 / 0.7);
}

.hover\:border-s-interbeauty-100\/75:hover {
  border-inline-start-color: rgb(249 197 175 / 0.75);
}

.hover\:border-s-interbeauty-100\/80:hover {
  border-inline-start-color: rgb(249 197 175 / 0.8);
}

.hover\:border-s-interbeauty-100\/90:hover {
  border-inline-start-color: rgb(249 197 175 / 0.9);
}

.hover\:border-s-interbeauty-100\/95:hover {
  border-inline-start-color: rgb(249 197 175 / 0.95);
}

.hover\:border-s-interbeauty-200:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(241 182 191 / var(--tw-border-opacity));
}

.hover\:border-s-interbeauty-200\/0:hover {
  border-inline-start-color: rgb(241 182 191 / 0);
}

.hover\:border-s-interbeauty-200\/10:hover {
  border-inline-start-color: rgb(241 182 191 / 0.1);
}

.hover\:border-s-interbeauty-200\/100:hover {
  border-inline-start-color: rgb(241 182 191 / 1);
}

.hover\:border-s-interbeauty-200\/20:hover {
  border-inline-start-color: rgb(241 182 191 / 0.2);
}

.hover\:border-s-interbeauty-200\/25:hover {
  border-inline-start-color: rgb(241 182 191 / 0.25);
}

.hover\:border-s-interbeauty-200\/30:hover {
  border-inline-start-color: rgb(241 182 191 / 0.3);
}

.hover\:border-s-interbeauty-200\/40:hover {
  border-inline-start-color: rgb(241 182 191 / 0.4);
}

.hover\:border-s-interbeauty-200\/5:hover {
  border-inline-start-color: rgb(241 182 191 / 0.05);
}

.hover\:border-s-interbeauty-200\/50:hover {
  border-inline-start-color: rgb(241 182 191 / 0.5);
}

.hover\:border-s-interbeauty-200\/60:hover {
  border-inline-start-color: rgb(241 182 191 / 0.6);
}

.hover\:border-s-interbeauty-200\/70:hover {
  border-inline-start-color: rgb(241 182 191 / 0.7);
}

.hover\:border-s-interbeauty-200\/75:hover {
  border-inline-start-color: rgb(241 182 191 / 0.75);
}

.hover\:border-s-interbeauty-200\/80:hover {
  border-inline-start-color: rgb(241 182 191 / 0.8);
}

.hover\:border-s-interbeauty-200\/90:hover {
  border-inline-start-color: rgb(241 182 191 / 0.9);
}

.hover\:border-s-interbeauty-200\/95:hover {
  border-inline-start-color: rgb(241 182 191 / 0.95);
}

.hover\:border-s-interbeauty-300:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(182 219 231 / var(--tw-border-opacity));
}

.hover\:border-s-interbeauty-300\/0:hover {
  border-inline-start-color: rgb(182 219 231 / 0);
}

.hover\:border-s-interbeauty-300\/10:hover {
  border-inline-start-color: rgb(182 219 231 / 0.1);
}

.hover\:border-s-interbeauty-300\/100:hover {
  border-inline-start-color: rgb(182 219 231 / 1);
}

.hover\:border-s-interbeauty-300\/20:hover {
  border-inline-start-color: rgb(182 219 231 / 0.2);
}

.hover\:border-s-interbeauty-300\/25:hover {
  border-inline-start-color: rgb(182 219 231 / 0.25);
}

.hover\:border-s-interbeauty-300\/30:hover {
  border-inline-start-color: rgb(182 219 231 / 0.3);
}

.hover\:border-s-interbeauty-300\/40:hover {
  border-inline-start-color: rgb(182 219 231 / 0.4);
}

.hover\:border-s-interbeauty-300\/5:hover {
  border-inline-start-color: rgb(182 219 231 / 0.05);
}

.hover\:border-s-interbeauty-300\/50:hover {
  border-inline-start-color: rgb(182 219 231 / 0.5);
}

.hover\:border-s-interbeauty-300\/60:hover {
  border-inline-start-color: rgb(182 219 231 / 0.6);
}

.hover\:border-s-interbeauty-300\/70:hover {
  border-inline-start-color: rgb(182 219 231 / 0.7);
}

.hover\:border-s-interbeauty-300\/75:hover {
  border-inline-start-color: rgb(182 219 231 / 0.75);
}

.hover\:border-s-interbeauty-300\/80:hover {
  border-inline-start-color: rgb(182 219 231 / 0.8);
}

.hover\:border-s-interbeauty-300\/90:hover {
  border-inline-start-color: rgb(182 219 231 / 0.9);
}

.hover\:border-s-interbeauty-300\/95:hover {
  border-inline-start-color: rgb(182 219 231 / 0.95);
}

.hover\:border-s-interbeauty-400:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 250 247 / var(--tw-border-opacity));
}

.hover\:border-s-interbeauty-400\/0:hover {
  border-inline-start-color: rgb(254 250 247 / 0);
}

.hover\:border-s-interbeauty-400\/10:hover {
  border-inline-start-color: rgb(254 250 247 / 0.1);
}

.hover\:border-s-interbeauty-400\/100:hover {
  border-inline-start-color: rgb(254 250 247 / 1);
}

.hover\:border-s-interbeauty-400\/20:hover {
  border-inline-start-color: rgb(254 250 247 / 0.2);
}

.hover\:border-s-interbeauty-400\/25:hover {
  border-inline-start-color: rgb(254 250 247 / 0.25);
}

.hover\:border-s-interbeauty-400\/30:hover {
  border-inline-start-color: rgb(254 250 247 / 0.3);
}

.hover\:border-s-interbeauty-400\/40:hover {
  border-inline-start-color: rgb(254 250 247 / 0.4);
}

.hover\:border-s-interbeauty-400\/5:hover {
  border-inline-start-color: rgb(254 250 247 / 0.05);
}

.hover\:border-s-interbeauty-400\/50:hover {
  border-inline-start-color: rgb(254 250 247 / 0.5);
}

.hover\:border-s-interbeauty-400\/60:hover {
  border-inline-start-color: rgb(254 250 247 / 0.6);
}

.hover\:border-s-interbeauty-400\/70:hover {
  border-inline-start-color: rgb(254 250 247 / 0.7);
}

.hover\:border-s-interbeauty-400\/75:hover {
  border-inline-start-color: rgb(254 250 247 / 0.75);
}

.hover\:border-s-interbeauty-400\/80:hover {
  border-inline-start-color: rgb(254 250 247 / 0.8);
}

.hover\:border-s-interbeauty-400\/90:hover {
  border-inline-start-color: rgb(254 250 247 / 0.9);
}

.hover\:border-s-interbeauty-400\/95:hover {
  border-inline-start-color: rgb(254 250 247 / 0.95);
}

.hover\:border-s-interbeauty-500:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(193 225 224 / var(--tw-border-opacity));
}

.hover\:border-s-interbeauty-500\/0:hover {
  border-inline-start-color: rgb(193 225 224 / 0);
}

.hover\:border-s-interbeauty-500\/10:hover {
  border-inline-start-color: rgb(193 225 224 / 0.1);
}

.hover\:border-s-interbeauty-500\/100:hover {
  border-inline-start-color: rgb(193 225 224 / 1);
}

.hover\:border-s-interbeauty-500\/20:hover {
  border-inline-start-color: rgb(193 225 224 / 0.2);
}

.hover\:border-s-interbeauty-500\/25:hover {
  border-inline-start-color: rgb(193 225 224 / 0.25);
}

.hover\:border-s-interbeauty-500\/30:hover {
  border-inline-start-color: rgb(193 225 224 / 0.3);
}

.hover\:border-s-interbeauty-500\/40:hover {
  border-inline-start-color: rgb(193 225 224 / 0.4);
}

.hover\:border-s-interbeauty-500\/5:hover {
  border-inline-start-color: rgb(193 225 224 / 0.05);
}

.hover\:border-s-interbeauty-500\/50:hover {
  border-inline-start-color: rgb(193 225 224 / 0.5);
}

.hover\:border-s-interbeauty-500\/60:hover {
  border-inline-start-color: rgb(193 225 224 / 0.6);
}

.hover\:border-s-interbeauty-500\/70:hover {
  border-inline-start-color: rgb(193 225 224 / 0.7);
}

.hover\:border-s-interbeauty-500\/75:hover {
  border-inline-start-color: rgb(193 225 224 / 0.75);
}

.hover\:border-s-interbeauty-500\/80:hover {
  border-inline-start-color: rgb(193 225 224 / 0.8);
}

.hover\:border-s-interbeauty-500\/90:hover {
  border-inline-start-color: rgb(193 225 224 / 0.9);
}

.hover\:border-s-interbeauty-500\/95:hover {
  border-inline-start-color: rgb(193 225 224 / 0.95);
}

.hover\:border-s-interbeauty-600:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(88 88 94 / var(--tw-border-opacity));
}

.hover\:border-s-interbeauty-600\/0:hover {
  border-inline-start-color: rgb(88 88 94 / 0);
}

.hover\:border-s-interbeauty-600\/10:hover {
  border-inline-start-color: rgb(88 88 94 / 0.1);
}

.hover\:border-s-interbeauty-600\/100:hover {
  border-inline-start-color: rgb(88 88 94 / 1);
}

.hover\:border-s-interbeauty-600\/20:hover {
  border-inline-start-color: rgb(88 88 94 / 0.2);
}

.hover\:border-s-interbeauty-600\/25:hover {
  border-inline-start-color: rgb(88 88 94 / 0.25);
}

.hover\:border-s-interbeauty-600\/30:hover {
  border-inline-start-color: rgb(88 88 94 / 0.3);
}

.hover\:border-s-interbeauty-600\/40:hover {
  border-inline-start-color: rgb(88 88 94 / 0.4);
}

.hover\:border-s-interbeauty-600\/5:hover {
  border-inline-start-color: rgb(88 88 94 / 0.05);
}

.hover\:border-s-interbeauty-600\/50:hover {
  border-inline-start-color: rgb(88 88 94 / 0.5);
}

.hover\:border-s-interbeauty-600\/60:hover {
  border-inline-start-color: rgb(88 88 94 / 0.6);
}

.hover\:border-s-interbeauty-600\/70:hover {
  border-inline-start-color: rgb(88 88 94 / 0.7);
}

.hover\:border-s-interbeauty-600\/75:hover {
  border-inline-start-color: rgb(88 88 94 / 0.75);
}

.hover\:border-s-interbeauty-600\/80:hover {
  border-inline-start-color: rgb(88 88 94 / 0.8);
}

.hover\:border-s-interbeauty-600\/90:hover {
  border-inline-start-color: rgb(88 88 94 / 0.9);
}

.hover\:border-s-interbeauty-600\/95:hover {
  border-inline-start-color: rgb(88 88 94 / 0.95);
}

.hover\:border-s-ipnvaluers-200:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(0 40 87 / var(--tw-border-opacity));
}

.hover\:border-s-ipnvaluers-200\/0:hover {
  border-inline-start-color: rgb(0 40 87 / 0);
}

.hover\:border-s-ipnvaluers-200\/10:hover {
  border-inline-start-color: rgb(0 40 87 / 0.1);
}

.hover\:border-s-ipnvaluers-200\/100:hover {
  border-inline-start-color: rgb(0 40 87 / 1);
}

.hover\:border-s-ipnvaluers-200\/20:hover {
  border-inline-start-color: rgb(0 40 87 / 0.2);
}

.hover\:border-s-ipnvaluers-200\/25:hover {
  border-inline-start-color: rgb(0 40 87 / 0.25);
}

.hover\:border-s-ipnvaluers-200\/30:hover {
  border-inline-start-color: rgb(0 40 87 / 0.3);
}

.hover\:border-s-ipnvaluers-200\/40:hover {
  border-inline-start-color: rgb(0 40 87 / 0.4);
}

.hover\:border-s-ipnvaluers-200\/5:hover {
  border-inline-start-color: rgb(0 40 87 / 0.05);
}

.hover\:border-s-ipnvaluers-200\/50:hover {
  border-inline-start-color: rgb(0 40 87 / 0.5);
}

.hover\:border-s-ipnvaluers-200\/60:hover {
  border-inline-start-color: rgb(0 40 87 / 0.6);
}

.hover\:border-s-ipnvaluers-200\/70:hover {
  border-inline-start-color: rgb(0 40 87 / 0.7);
}

.hover\:border-s-ipnvaluers-200\/75:hover {
  border-inline-start-color: rgb(0 40 87 / 0.75);
}

.hover\:border-s-ipnvaluers-200\/80:hover {
  border-inline-start-color: rgb(0 40 87 / 0.8);
}

.hover\:border-s-ipnvaluers-200\/90:hover {
  border-inline-start-color: rgb(0 40 87 / 0.9);
}

.hover\:border-s-ipnvaluers-200\/95:hover {
  border-inline-start-color: rgb(0 40 87 / 0.95);
}

.hover\:border-s-ipnvaluers-400:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(196 107 22 / var(--tw-border-opacity));
}

.hover\:border-s-ipnvaluers-400\/0:hover {
  border-inline-start-color: rgb(196 107 22 / 0);
}

.hover\:border-s-ipnvaluers-400\/10:hover {
  border-inline-start-color: rgb(196 107 22 / 0.1);
}

.hover\:border-s-ipnvaluers-400\/100:hover {
  border-inline-start-color: rgb(196 107 22 / 1);
}

.hover\:border-s-ipnvaluers-400\/20:hover {
  border-inline-start-color: rgb(196 107 22 / 0.2);
}

.hover\:border-s-ipnvaluers-400\/25:hover {
  border-inline-start-color: rgb(196 107 22 / 0.25);
}

.hover\:border-s-ipnvaluers-400\/30:hover {
  border-inline-start-color: rgb(196 107 22 / 0.3);
}

.hover\:border-s-ipnvaluers-400\/40:hover {
  border-inline-start-color: rgb(196 107 22 / 0.4);
}

.hover\:border-s-ipnvaluers-400\/5:hover {
  border-inline-start-color: rgb(196 107 22 / 0.05);
}

.hover\:border-s-ipnvaluers-400\/50:hover {
  border-inline-start-color: rgb(196 107 22 / 0.5);
}

.hover\:border-s-ipnvaluers-400\/60:hover {
  border-inline-start-color: rgb(196 107 22 / 0.6);
}

.hover\:border-s-ipnvaluers-400\/70:hover {
  border-inline-start-color: rgb(196 107 22 / 0.7);
}

.hover\:border-s-ipnvaluers-400\/75:hover {
  border-inline-start-color: rgb(196 107 22 / 0.75);
}

.hover\:border-s-ipnvaluers-400\/80:hover {
  border-inline-start-color: rgb(196 107 22 / 0.8);
}

.hover\:border-s-ipnvaluers-400\/90:hover {
  border-inline-start-color: rgb(196 107 22 / 0.9);
}

.hover\:border-s-ipnvaluers-400\/95:hover {
  border-inline-start-color: rgb(196 107 22 / 0.95);
}

.hover\:border-s-ipnvaluers-500:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 174 21 / var(--tw-border-opacity));
}

.hover\:border-s-ipnvaluers-500\/0:hover {
  border-inline-start-color: rgb(245 174 21 / 0);
}

.hover\:border-s-ipnvaluers-500\/10:hover {
  border-inline-start-color: rgb(245 174 21 / 0.1);
}

.hover\:border-s-ipnvaluers-500\/100:hover {
  border-inline-start-color: rgb(245 174 21 / 1);
}

.hover\:border-s-ipnvaluers-500\/20:hover {
  border-inline-start-color: rgb(245 174 21 / 0.2);
}

.hover\:border-s-ipnvaluers-500\/25:hover {
  border-inline-start-color: rgb(245 174 21 / 0.25);
}

.hover\:border-s-ipnvaluers-500\/30:hover {
  border-inline-start-color: rgb(245 174 21 / 0.3);
}

.hover\:border-s-ipnvaluers-500\/40:hover {
  border-inline-start-color: rgb(245 174 21 / 0.4);
}

.hover\:border-s-ipnvaluers-500\/5:hover {
  border-inline-start-color: rgb(245 174 21 / 0.05);
}

.hover\:border-s-ipnvaluers-500\/50:hover {
  border-inline-start-color: rgb(245 174 21 / 0.5);
}

.hover\:border-s-ipnvaluers-500\/60:hover {
  border-inline-start-color: rgb(245 174 21 / 0.6);
}

.hover\:border-s-ipnvaluers-500\/70:hover {
  border-inline-start-color: rgb(245 174 21 / 0.7);
}

.hover\:border-s-ipnvaluers-500\/75:hover {
  border-inline-start-color: rgb(245 174 21 / 0.75);
}

.hover\:border-s-ipnvaluers-500\/80:hover {
  border-inline-start-color: rgb(245 174 21 / 0.8);
}

.hover\:border-s-ipnvaluers-500\/90:hover {
  border-inline-start-color: rgb(245 174 21 / 0.9);
}

.hover\:border-s-ipnvaluers-500\/95:hover {
  border-inline-start-color: rgb(245 174 21 / 0.95);
}

.hover\:border-s-jukejam-500:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 210 101 / var(--tw-border-opacity));
}

.hover\:border-s-jukejam-500\/0:hover {
  border-inline-start-color: rgb(250 210 101 / 0);
}

.hover\:border-s-jukejam-500\/10:hover {
  border-inline-start-color: rgb(250 210 101 / 0.1);
}

.hover\:border-s-jukejam-500\/100:hover {
  border-inline-start-color: rgb(250 210 101 / 1);
}

.hover\:border-s-jukejam-500\/20:hover {
  border-inline-start-color: rgb(250 210 101 / 0.2);
}

.hover\:border-s-jukejam-500\/25:hover {
  border-inline-start-color: rgb(250 210 101 / 0.25);
}

.hover\:border-s-jukejam-500\/30:hover {
  border-inline-start-color: rgb(250 210 101 / 0.3);
}

.hover\:border-s-jukejam-500\/40:hover {
  border-inline-start-color: rgb(250 210 101 / 0.4);
}

.hover\:border-s-jukejam-500\/5:hover {
  border-inline-start-color: rgb(250 210 101 / 0.05);
}

.hover\:border-s-jukejam-500\/50:hover {
  border-inline-start-color: rgb(250 210 101 / 0.5);
}

.hover\:border-s-jukejam-500\/60:hover {
  border-inline-start-color: rgb(250 210 101 / 0.6);
}

.hover\:border-s-jukejam-500\/70:hover {
  border-inline-start-color: rgb(250 210 101 / 0.7);
}

.hover\:border-s-jukejam-500\/75:hover {
  border-inline-start-color: rgb(250 210 101 / 0.75);
}

.hover\:border-s-jukejam-500\/80:hover {
  border-inline-start-color: rgb(250 210 101 / 0.8);
}

.hover\:border-s-jukejam-500\/90:hover {
  border-inline-start-color: rgb(250 210 101 / 0.9);
}

.hover\:border-s-jukejam-500\/95:hover {
  border-inline-start-color: rgb(250 210 101 / 0.95);
}

.hover\:border-s-lime-100:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(236 252 203 / var(--tw-border-opacity));
}

.hover\:border-s-lime-100\/0:hover {
  border-inline-start-color: rgb(236 252 203 / 0);
}

.hover\:border-s-lime-100\/10:hover {
  border-inline-start-color: rgb(236 252 203 / 0.1);
}

.hover\:border-s-lime-100\/100:hover {
  border-inline-start-color: rgb(236 252 203 / 1);
}

.hover\:border-s-lime-100\/20:hover {
  border-inline-start-color: rgb(236 252 203 / 0.2);
}

.hover\:border-s-lime-100\/25:hover {
  border-inline-start-color: rgb(236 252 203 / 0.25);
}

.hover\:border-s-lime-100\/30:hover {
  border-inline-start-color: rgb(236 252 203 / 0.3);
}

.hover\:border-s-lime-100\/40:hover {
  border-inline-start-color: rgb(236 252 203 / 0.4);
}

.hover\:border-s-lime-100\/5:hover {
  border-inline-start-color: rgb(236 252 203 / 0.05);
}

.hover\:border-s-lime-100\/50:hover {
  border-inline-start-color: rgb(236 252 203 / 0.5);
}

.hover\:border-s-lime-100\/60:hover {
  border-inline-start-color: rgb(236 252 203 / 0.6);
}

.hover\:border-s-lime-100\/70:hover {
  border-inline-start-color: rgb(236 252 203 / 0.7);
}

.hover\:border-s-lime-100\/75:hover {
  border-inline-start-color: rgb(236 252 203 / 0.75);
}

.hover\:border-s-lime-100\/80:hover {
  border-inline-start-color: rgb(236 252 203 / 0.8);
}

.hover\:border-s-lime-100\/90:hover {
  border-inline-start-color: rgb(236 252 203 / 0.9);
}

.hover\:border-s-lime-100\/95:hover {
  border-inline-start-color: rgb(236 252 203 / 0.95);
}

.hover\:border-s-lime-200:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(217 249 157 / var(--tw-border-opacity));
}

.hover\:border-s-lime-200\/0:hover {
  border-inline-start-color: rgb(217 249 157 / 0);
}

.hover\:border-s-lime-200\/10:hover {
  border-inline-start-color: rgb(217 249 157 / 0.1);
}

.hover\:border-s-lime-200\/100:hover {
  border-inline-start-color: rgb(217 249 157 / 1);
}

.hover\:border-s-lime-200\/20:hover {
  border-inline-start-color: rgb(217 249 157 / 0.2);
}

.hover\:border-s-lime-200\/25:hover {
  border-inline-start-color: rgb(217 249 157 / 0.25);
}

.hover\:border-s-lime-200\/30:hover {
  border-inline-start-color: rgb(217 249 157 / 0.3);
}

.hover\:border-s-lime-200\/40:hover {
  border-inline-start-color: rgb(217 249 157 / 0.4);
}

.hover\:border-s-lime-200\/5:hover {
  border-inline-start-color: rgb(217 249 157 / 0.05);
}

.hover\:border-s-lime-200\/50:hover {
  border-inline-start-color: rgb(217 249 157 / 0.5);
}

.hover\:border-s-lime-200\/60:hover {
  border-inline-start-color: rgb(217 249 157 / 0.6);
}

.hover\:border-s-lime-200\/70:hover {
  border-inline-start-color: rgb(217 249 157 / 0.7);
}

.hover\:border-s-lime-200\/75:hover {
  border-inline-start-color: rgb(217 249 157 / 0.75);
}

.hover\:border-s-lime-200\/80:hover {
  border-inline-start-color: rgb(217 249 157 / 0.8);
}

.hover\:border-s-lime-200\/90:hover {
  border-inline-start-color: rgb(217 249 157 / 0.9);
}

.hover\:border-s-lime-200\/95:hover {
  border-inline-start-color: rgb(217 249 157 / 0.95);
}

.hover\:border-s-lime-300:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(190 242 100 / var(--tw-border-opacity));
}

.hover\:border-s-lime-300\/0:hover {
  border-inline-start-color: rgb(190 242 100 / 0);
}

.hover\:border-s-lime-300\/10:hover {
  border-inline-start-color: rgb(190 242 100 / 0.1);
}

.hover\:border-s-lime-300\/100:hover {
  border-inline-start-color: rgb(190 242 100 / 1);
}

.hover\:border-s-lime-300\/20:hover {
  border-inline-start-color: rgb(190 242 100 / 0.2);
}

.hover\:border-s-lime-300\/25:hover {
  border-inline-start-color: rgb(190 242 100 / 0.25);
}

.hover\:border-s-lime-300\/30:hover {
  border-inline-start-color: rgb(190 242 100 / 0.3);
}

.hover\:border-s-lime-300\/40:hover {
  border-inline-start-color: rgb(190 242 100 / 0.4);
}

.hover\:border-s-lime-300\/5:hover {
  border-inline-start-color: rgb(190 242 100 / 0.05);
}

.hover\:border-s-lime-300\/50:hover {
  border-inline-start-color: rgb(190 242 100 / 0.5);
}

.hover\:border-s-lime-300\/60:hover {
  border-inline-start-color: rgb(190 242 100 / 0.6);
}

.hover\:border-s-lime-300\/70:hover {
  border-inline-start-color: rgb(190 242 100 / 0.7);
}

.hover\:border-s-lime-300\/75:hover {
  border-inline-start-color: rgb(190 242 100 / 0.75);
}

.hover\:border-s-lime-300\/80:hover {
  border-inline-start-color: rgb(190 242 100 / 0.8);
}

.hover\:border-s-lime-300\/90:hover {
  border-inline-start-color: rgb(190 242 100 / 0.9);
}

.hover\:border-s-lime-300\/95:hover {
  border-inline-start-color: rgb(190 242 100 / 0.95);
}

.hover\:border-s-lime-400:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(163 230 53 / var(--tw-border-opacity));
}

.hover\:border-s-lime-400\/0:hover {
  border-inline-start-color: rgb(163 230 53 / 0);
}

.hover\:border-s-lime-400\/10:hover {
  border-inline-start-color: rgb(163 230 53 / 0.1);
}

.hover\:border-s-lime-400\/100:hover {
  border-inline-start-color: rgb(163 230 53 / 1);
}

.hover\:border-s-lime-400\/20:hover {
  border-inline-start-color: rgb(163 230 53 / 0.2);
}

.hover\:border-s-lime-400\/25:hover {
  border-inline-start-color: rgb(163 230 53 / 0.25);
}

.hover\:border-s-lime-400\/30:hover {
  border-inline-start-color: rgb(163 230 53 / 0.3);
}

.hover\:border-s-lime-400\/40:hover {
  border-inline-start-color: rgb(163 230 53 / 0.4);
}

.hover\:border-s-lime-400\/5:hover {
  border-inline-start-color: rgb(163 230 53 / 0.05);
}

.hover\:border-s-lime-400\/50:hover {
  border-inline-start-color: rgb(163 230 53 / 0.5);
}

.hover\:border-s-lime-400\/60:hover {
  border-inline-start-color: rgb(163 230 53 / 0.6);
}

.hover\:border-s-lime-400\/70:hover {
  border-inline-start-color: rgb(163 230 53 / 0.7);
}

.hover\:border-s-lime-400\/75:hover {
  border-inline-start-color: rgb(163 230 53 / 0.75);
}

.hover\:border-s-lime-400\/80:hover {
  border-inline-start-color: rgb(163 230 53 / 0.8);
}

.hover\:border-s-lime-400\/90:hover {
  border-inline-start-color: rgb(163 230 53 / 0.9);
}

.hover\:border-s-lime-400\/95:hover {
  border-inline-start-color: rgb(163 230 53 / 0.95);
}

.hover\:border-s-lime-50:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(247 254 231 / var(--tw-border-opacity));
}

.hover\:border-s-lime-50\/0:hover {
  border-inline-start-color: rgb(247 254 231 / 0);
}

.hover\:border-s-lime-50\/10:hover {
  border-inline-start-color: rgb(247 254 231 / 0.1);
}

.hover\:border-s-lime-50\/100:hover {
  border-inline-start-color: rgb(247 254 231 / 1);
}

.hover\:border-s-lime-50\/20:hover {
  border-inline-start-color: rgb(247 254 231 / 0.2);
}

.hover\:border-s-lime-50\/25:hover {
  border-inline-start-color: rgb(247 254 231 / 0.25);
}

.hover\:border-s-lime-50\/30:hover {
  border-inline-start-color: rgb(247 254 231 / 0.3);
}

.hover\:border-s-lime-50\/40:hover {
  border-inline-start-color: rgb(247 254 231 / 0.4);
}

.hover\:border-s-lime-50\/5:hover {
  border-inline-start-color: rgb(247 254 231 / 0.05);
}

.hover\:border-s-lime-50\/50:hover {
  border-inline-start-color: rgb(247 254 231 / 0.5);
}

.hover\:border-s-lime-50\/60:hover {
  border-inline-start-color: rgb(247 254 231 / 0.6);
}

.hover\:border-s-lime-50\/70:hover {
  border-inline-start-color: rgb(247 254 231 / 0.7);
}

.hover\:border-s-lime-50\/75:hover {
  border-inline-start-color: rgb(247 254 231 / 0.75);
}

.hover\:border-s-lime-50\/80:hover {
  border-inline-start-color: rgb(247 254 231 / 0.8);
}

.hover\:border-s-lime-50\/90:hover {
  border-inline-start-color: rgb(247 254 231 / 0.9);
}

.hover\:border-s-lime-50\/95:hover {
  border-inline-start-color: rgb(247 254 231 / 0.95);
}

.hover\:border-s-lime-500:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(132 204 22 / var(--tw-border-opacity));
}

.hover\:border-s-lime-500\/0:hover {
  border-inline-start-color: rgb(132 204 22 / 0);
}

.hover\:border-s-lime-500\/10:hover {
  border-inline-start-color: rgb(132 204 22 / 0.1);
}

.hover\:border-s-lime-500\/100:hover {
  border-inline-start-color: rgb(132 204 22 / 1);
}

.hover\:border-s-lime-500\/20:hover {
  border-inline-start-color: rgb(132 204 22 / 0.2);
}

.hover\:border-s-lime-500\/25:hover {
  border-inline-start-color: rgb(132 204 22 / 0.25);
}

.hover\:border-s-lime-500\/30:hover {
  border-inline-start-color: rgb(132 204 22 / 0.3);
}

.hover\:border-s-lime-500\/40:hover {
  border-inline-start-color: rgb(132 204 22 / 0.4);
}

.hover\:border-s-lime-500\/5:hover {
  border-inline-start-color: rgb(132 204 22 / 0.05);
}

.hover\:border-s-lime-500\/50:hover {
  border-inline-start-color: rgb(132 204 22 / 0.5);
}

.hover\:border-s-lime-500\/60:hover {
  border-inline-start-color: rgb(132 204 22 / 0.6);
}

.hover\:border-s-lime-500\/70:hover {
  border-inline-start-color: rgb(132 204 22 / 0.7);
}

.hover\:border-s-lime-500\/75:hover {
  border-inline-start-color: rgb(132 204 22 / 0.75);
}

.hover\:border-s-lime-500\/80:hover {
  border-inline-start-color: rgb(132 204 22 / 0.8);
}

.hover\:border-s-lime-500\/90:hover {
  border-inline-start-color: rgb(132 204 22 / 0.9);
}

.hover\:border-s-lime-500\/95:hover {
  border-inline-start-color: rgb(132 204 22 / 0.95);
}

.hover\:border-s-lime-600:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(101 163 13 / var(--tw-border-opacity));
}

.hover\:border-s-lime-600\/0:hover {
  border-inline-start-color: rgb(101 163 13 / 0);
}

.hover\:border-s-lime-600\/10:hover {
  border-inline-start-color: rgb(101 163 13 / 0.1);
}

.hover\:border-s-lime-600\/100:hover {
  border-inline-start-color: rgb(101 163 13 / 1);
}

.hover\:border-s-lime-600\/20:hover {
  border-inline-start-color: rgb(101 163 13 / 0.2);
}

.hover\:border-s-lime-600\/25:hover {
  border-inline-start-color: rgb(101 163 13 / 0.25);
}

.hover\:border-s-lime-600\/30:hover {
  border-inline-start-color: rgb(101 163 13 / 0.3);
}

.hover\:border-s-lime-600\/40:hover {
  border-inline-start-color: rgb(101 163 13 / 0.4);
}

.hover\:border-s-lime-600\/5:hover {
  border-inline-start-color: rgb(101 163 13 / 0.05);
}

.hover\:border-s-lime-600\/50:hover {
  border-inline-start-color: rgb(101 163 13 / 0.5);
}

.hover\:border-s-lime-600\/60:hover {
  border-inline-start-color: rgb(101 163 13 / 0.6);
}

.hover\:border-s-lime-600\/70:hover {
  border-inline-start-color: rgb(101 163 13 / 0.7);
}

.hover\:border-s-lime-600\/75:hover {
  border-inline-start-color: rgb(101 163 13 / 0.75);
}

.hover\:border-s-lime-600\/80:hover {
  border-inline-start-color: rgb(101 163 13 / 0.8);
}

.hover\:border-s-lime-600\/90:hover {
  border-inline-start-color: rgb(101 163 13 / 0.9);
}

.hover\:border-s-lime-600\/95:hover {
  border-inline-start-color: rgb(101 163 13 / 0.95);
}

.hover\:border-s-lime-700:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(77 124 15 / var(--tw-border-opacity));
}

.hover\:border-s-lime-700\/0:hover {
  border-inline-start-color: rgb(77 124 15 / 0);
}

.hover\:border-s-lime-700\/10:hover {
  border-inline-start-color: rgb(77 124 15 / 0.1);
}

.hover\:border-s-lime-700\/100:hover {
  border-inline-start-color: rgb(77 124 15 / 1);
}

.hover\:border-s-lime-700\/20:hover {
  border-inline-start-color: rgb(77 124 15 / 0.2);
}

.hover\:border-s-lime-700\/25:hover {
  border-inline-start-color: rgb(77 124 15 / 0.25);
}

.hover\:border-s-lime-700\/30:hover {
  border-inline-start-color: rgb(77 124 15 / 0.3);
}

.hover\:border-s-lime-700\/40:hover {
  border-inline-start-color: rgb(77 124 15 / 0.4);
}

.hover\:border-s-lime-700\/5:hover {
  border-inline-start-color: rgb(77 124 15 / 0.05);
}

.hover\:border-s-lime-700\/50:hover {
  border-inline-start-color: rgb(77 124 15 / 0.5);
}

.hover\:border-s-lime-700\/60:hover {
  border-inline-start-color: rgb(77 124 15 / 0.6);
}

.hover\:border-s-lime-700\/70:hover {
  border-inline-start-color: rgb(77 124 15 / 0.7);
}

.hover\:border-s-lime-700\/75:hover {
  border-inline-start-color: rgb(77 124 15 / 0.75);
}

.hover\:border-s-lime-700\/80:hover {
  border-inline-start-color: rgb(77 124 15 / 0.8);
}

.hover\:border-s-lime-700\/90:hover {
  border-inline-start-color: rgb(77 124 15 / 0.9);
}

.hover\:border-s-lime-700\/95:hover {
  border-inline-start-color: rgb(77 124 15 / 0.95);
}

.hover\:border-s-lime-800:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(63 98 18 / var(--tw-border-opacity));
}

.hover\:border-s-lime-800\/0:hover {
  border-inline-start-color: rgb(63 98 18 / 0);
}

.hover\:border-s-lime-800\/10:hover {
  border-inline-start-color: rgb(63 98 18 / 0.1);
}

.hover\:border-s-lime-800\/100:hover {
  border-inline-start-color: rgb(63 98 18 / 1);
}

.hover\:border-s-lime-800\/20:hover {
  border-inline-start-color: rgb(63 98 18 / 0.2);
}

.hover\:border-s-lime-800\/25:hover {
  border-inline-start-color: rgb(63 98 18 / 0.25);
}

.hover\:border-s-lime-800\/30:hover {
  border-inline-start-color: rgb(63 98 18 / 0.3);
}

.hover\:border-s-lime-800\/40:hover {
  border-inline-start-color: rgb(63 98 18 / 0.4);
}

.hover\:border-s-lime-800\/5:hover {
  border-inline-start-color: rgb(63 98 18 / 0.05);
}

.hover\:border-s-lime-800\/50:hover {
  border-inline-start-color: rgb(63 98 18 / 0.5);
}

.hover\:border-s-lime-800\/60:hover {
  border-inline-start-color: rgb(63 98 18 / 0.6);
}

.hover\:border-s-lime-800\/70:hover {
  border-inline-start-color: rgb(63 98 18 / 0.7);
}

.hover\:border-s-lime-800\/75:hover {
  border-inline-start-color: rgb(63 98 18 / 0.75);
}

.hover\:border-s-lime-800\/80:hover {
  border-inline-start-color: rgb(63 98 18 / 0.8);
}

.hover\:border-s-lime-800\/90:hover {
  border-inline-start-color: rgb(63 98 18 / 0.9);
}

.hover\:border-s-lime-800\/95:hover {
  border-inline-start-color: rgb(63 98 18 / 0.95);
}

.hover\:border-s-lime-900:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(54 83 20 / var(--tw-border-opacity));
}

.hover\:border-s-lime-900\/0:hover {
  border-inline-start-color: rgb(54 83 20 / 0);
}

.hover\:border-s-lime-900\/10:hover {
  border-inline-start-color: rgb(54 83 20 / 0.1);
}

.hover\:border-s-lime-900\/100:hover {
  border-inline-start-color: rgb(54 83 20 / 1);
}

.hover\:border-s-lime-900\/20:hover {
  border-inline-start-color: rgb(54 83 20 / 0.2);
}

.hover\:border-s-lime-900\/25:hover {
  border-inline-start-color: rgb(54 83 20 / 0.25);
}

.hover\:border-s-lime-900\/30:hover {
  border-inline-start-color: rgb(54 83 20 / 0.3);
}

.hover\:border-s-lime-900\/40:hover {
  border-inline-start-color: rgb(54 83 20 / 0.4);
}

.hover\:border-s-lime-900\/5:hover {
  border-inline-start-color: rgb(54 83 20 / 0.05);
}

.hover\:border-s-lime-900\/50:hover {
  border-inline-start-color: rgb(54 83 20 / 0.5);
}

.hover\:border-s-lime-900\/60:hover {
  border-inline-start-color: rgb(54 83 20 / 0.6);
}

.hover\:border-s-lime-900\/70:hover {
  border-inline-start-color: rgb(54 83 20 / 0.7);
}

.hover\:border-s-lime-900\/75:hover {
  border-inline-start-color: rgb(54 83 20 / 0.75);
}

.hover\:border-s-lime-900\/80:hover {
  border-inline-start-color: rgb(54 83 20 / 0.8);
}

.hover\:border-s-lime-900\/90:hover {
  border-inline-start-color: rgb(54 83 20 / 0.9);
}

.hover\:border-s-lime-900\/95:hover {
  border-inline-start-color: rgb(54 83 20 / 0.95);
}

.hover\:border-s-lime-950:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(26 46 5 / var(--tw-border-opacity));
}

.hover\:border-s-lime-950\/0:hover {
  border-inline-start-color: rgb(26 46 5 / 0);
}

.hover\:border-s-lime-950\/10:hover {
  border-inline-start-color: rgb(26 46 5 / 0.1);
}

.hover\:border-s-lime-950\/100:hover {
  border-inline-start-color: rgb(26 46 5 / 1);
}

.hover\:border-s-lime-950\/20:hover {
  border-inline-start-color: rgb(26 46 5 / 0.2);
}

.hover\:border-s-lime-950\/25:hover {
  border-inline-start-color: rgb(26 46 5 / 0.25);
}

.hover\:border-s-lime-950\/30:hover {
  border-inline-start-color: rgb(26 46 5 / 0.3);
}

.hover\:border-s-lime-950\/40:hover {
  border-inline-start-color: rgb(26 46 5 / 0.4);
}

.hover\:border-s-lime-950\/5:hover {
  border-inline-start-color: rgb(26 46 5 / 0.05);
}

.hover\:border-s-lime-950\/50:hover {
  border-inline-start-color: rgb(26 46 5 / 0.5);
}

.hover\:border-s-lime-950\/60:hover {
  border-inline-start-color: rgb(26 46 5 / 0.6);
}

.hover\:border-s-lime-950\/70:hover {
  border-inline-start-color: rgb(26 46 5 / 0.7);
}

.hover\:border-s-lime-950\/75:hover {
  border-inline-start-color: rgb(26 46 5 / 0.75);
}

.hover\:border-s-lime-950\/80:hover {
  border-inline-start-color: rgb(26 46 5 / 0.8);
}

.hover\:border-s-lime-950\/90:hover {
  border-inline-start-color: rgb(26 46 5 / 0.9);
}

.hover\:border-s-lime-950\/95:hover {
  border-inline-start-color: rgb(26 46 5 / 0.95);
}

.hover\:border-s-nafisa-500:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(153 53 10 / var(--tw-border-opacity));
}

.hover\:border-s-nafisa-500\/0:hover {
  border-inline-start-color: rgb(153 53 10 / 0);
}

.hover\:border-s-nafisa-500\/10:hover {
  border-inline-start-color: rgb(153 53 10 / 0.1);
}

.hover\:border-s-nafisa-500\/100:hover {
  border-inline-start-color: rgb(153 53 10 / 1);
}

.hover\:border-s-nafisa-500\/20:hover {
  border-inline-start-color: rgb(153 53 10 / 0.2);
}

.hover\:border-s-nafisa-500\/25:hover {
  border-inline-start-color: rgb(153 53 10 / 0.25);
}

.hover\:border-s-nafisa-500\/30:hover {
  border-inline-start-color: rgb(153 53 10 / 0.3);
}

.hover\:border-s-nafisa-500\/40:hover {
  border-inline-start-color: rgb(153 53 10 / 0.4);
}

.hover\:border-s-nafisa-500\/5:hover {
  border-inline-start-color: rgb(153 53 10 / 0.05);
}

.hover\:border-s-nafisa-500\/50:hover {
  border-inline-start-color: rgb(153 53 10 / 0.5);
}

.hover\:border-s-nafisa-500\/60:hover {
  border-inline-start-color: rgb(153 53 10 / 0.6);
}

.hover\:border-s-nafisa-500\/70:hover {
  border-inline-start-color: rgb(153 53 10 / 0.7);
}

.hover\:border-s-nafisa-500\/75:hover {
  border-inline-start-color: rgb(153 53 10 / 0.75);
}

.hover\:border-s-nafisa-500\/80:hover {
  border-inline-start-color: rgb(153 53 10 / 0.8);
}

.hover\:border-s-nafisa-500\/90:hover {
  border-inline-start-color: rgb(153 53 10 / 0.9);
}

.hover\:border-s-nafisa-500\/95:hover {
  border-inline-start-color: rgb(153 53 10 / 0.95);
}

.hover\:border-s-neutral-100:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.hover\:border-s-neutral-100\/0:hover {
  border-inline-start-color: rgb(245 245 245 / 0);
}

.hover\:border-s-neutral-100\/10:hover {
  border-inline-start-color: rgb(245 245 245 / 0.1);
}

.hover\:border-s-neutral-100\/100:hover {
  border-inline-start-color: rgb(245 245 245 / 1);
}

.hover\:border-s-neutral-100\/20:hover {
  border-inline-start-color: rgb(245 245 245 / 0.2);
}

.hover\:border-s-neutral-100\/25:hover {
  border-inline-start-color: rgb(245 245 245 / 0.25);
}

.hover\:border-s-neutral-100\/30:hover {
  border-inline-start-color: rgb(245 245 245 / 0.3);
}

.hover\:border-s-neutral-100\/40:hover {
  border-inline-start-color: rgb(245 245 245 / 0.4);
}

.hover\:border-s-neutral-100\/5:hover {
  border-inline-start-color: rgb(245 245 245 / 0.05);
}

.hover\:border-s-neutral-100\/50:hover {
  border-inline-start-color: rgb(245 245 245 / 0.5);
}

.hover\:border-s-neutral-100\/60:hover {
  border-inline-start-color: rgb(245 245 245 / 0.6);
}

.hover\:border-s-neutral-100\/70:hover {
  border-inline-start-color: rgb(245 245 245 / 0.7);
}

.hover\:border-s-neutral-100\/75:hover {
  border-inline-start-color: rgb(245 245 245 / 0.75);
}

.hover\:border-s-neutral-100\/80:hover {
  border-inline-start-color: rgb(245 245 245 / 0.8);
}

.hover\:border-s-neutral-100\/90:hover {
  border-inline-start-color: rgb(245 245 245 / 0.9);
}

.hover\:border-s-neutral-100\/95:hover {
  border-inline-start-color: rgb(245 245 245 / 0.95);
}

.hover\:border-s-neutral-200:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.hover\:border-s-neutral-200\/0:hover {
  border-inline-start-color: rgb(229 229 229 / 0);
}

.hover\:border-s-neutral-200\/10:hover {
  border-inline-start-color: rgb(229 229 229 / 0.1);
}

.hover\:border-s-neutral-200\/100:hover {
  border-inline-start-color: rgb(229 229 229 / 1);
}

.hover\:border-s-neutral-200\/20:hover {
  border-inline-start-color: rgb(229 229 229 / 0.2);
}

.hover\:border-s-neutral-200\/25:hover {
  border-inline-start-color: rgb(229 229 229 / 0.25);
}

.hover\:border-s-neutral-200\/30:hover {
  border-inline-start-color: rgb(229 229 229 / 0.3);
}

.hover\:border-s-neutral-200\/40:hover {
  border-inline-start-color: rgb(229 229 229 / 0.4);
}

.hover\:border-s-neutral-200\/5:hover {
  border-inline-start-color: rgb(229 229 229 / 0.05);
}

.hover\:border-s-neutral-200\/50:hover {
  border-inline-start-color: rgb(229 229 229 / 0.5);
}

.hover\:border-s-neutral-200\/60:hover {
  border-inline-start-color: rgb(229 229 229 / 0.6);
}

.hover\:border-s-neutral-200\/70:hover {
  border-inline-start-color: rgb(229 229 229 / 0.7);
}

.hover\:border-s-neutral-200\/75:hover {
  border-inline-start-color: rgb(229 229 229 / 0.75);
}

.hover\:border-s-neutral-200\/80:hover {
  border-inline-start-color: rgb(229 229 229 / 0.8);
}

.hover\:border-s-neutral-200\/90:hover {
  border-inline-start-color: rgb(229 229 229 / 0.9);
}

.hover\:border-s-neutral-200\/95:hover {
  border-inline-start-color: rgb(229 229 229 / 0.95);
}

.hover\:border-s-neutral-300:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.hover\:border-s-neutral-300\/0:hover {
  border-inline-start-color: rgb(212 212 212 / 0);
}

.hover\:border-s-neutral-300\/10:hover {
  border-inline-start-color: rgb(212 212 212 / 0.1);
}

.hover\:border-s-neutral-300\/100:hover {
  border-inline-start-color: rgb(212 212 212 / 1);
}

.hover\:border-s-neutral-300\/20:hover {
  border-inline-start-color: rgb(212 212 212 / 0.2);
}

.hover\:border-s-neutral-300\/25:hover {
  border-inline-start-color: rgb(212 212 212 / 0.25);
}

.hover\:border-s-neutral-300\/30:hover {
  border-inline-start-color: rgb(212 212 212 / 0.3);
}

.hover\:border-s-neutral-300\/40:hover {
  border-inline-start-color: rgb(212 212 212 / 0.4);
}

.hover\:border-s-neutral-300\/5:hover {
  border-inline-start-color: rgb(212 212 212 / 0.05);
}

.hover\:border-s-neutral-300\/50:hover {
  border-inline-start-color: rgb(212 212 212 / 0.5);
}

.hover\:border-s-neutral-300\/60:hover {
  border-inline-start-color: rgb(212 212 212 / 0.6);
}

.hover\:border-s-neutral-300\/70:hover {
  border-inline-start-color: rgb(212 212 212 / 0.7);
}

.hover\:border-s-neutral-300\/75:hover {
  border-inline-start-color: rgb(212 212 212 / 0.75);
}

.hover\:border-s-neutral-300\/80:hover {
  border-inline-start-color: rgb(212 212 212 / 0.8);
}

.hover\:border-s-neutral-300\/90:hover {
  border-inline-start-color: rgb(212 212 212 / 0.9);
}

.hover\:border-s-neutral-300\/95:hover {
  border-inline-start-color: rgb(212 212 212 / 0.95);
}

.hover\:border-s-neutral-400:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.hover\:border-s-neutral-400\/0:hover {
  border-inline-start-color: rgb(163 163 163 / 0);
}

.hover\:border-s-neutral-400\/10:hover {
  border-inline-start-color: rgb(163 163 163 / 0.1);
}

.hover\:border-s-neutral-400\/100:hover {
  border-inline-start-color: rgb(163 163 163 / 1);
}

.hover\:border-s-neutral-400\/20:hover {
  border-inline-start-color: rgb(163 163 163 / 0.2);
}

.hover\:border-s-neutral-400\/25:hover {
  border-inline-start-color: rgb(163 163 163 / 0.25);
}

.hover\:border-s-neutral-400\/30:hover {
  border-inline-start-color: rgb(163 163 163 / 0.3);
}

.hover\:border-s-neutral-400\/40:hover {
  border-inline-start-color: rgb(163 163 163 / 0.4);
}

.hover\:border-s-neutral-400\/5:hover {
  border-inline-start-color: rgb(163 163 163 / 0.05);
}

.hover\:border-s-neutral-400\/50:hover {
  border-inline-start-color: rgb(163 163 163 / 0.5);
}

.hover\:border-s-neutral-400\/60:hover {
  border-inline-start-color: rgb(163 163 163 / 0.6);
}

.hover\:border-s-neutral-400\/70:hover {
  border-inline-start-color: rgb(163 163 163 / 0.7);
}

.hover\:border-s-neutral-400\/75:hover {
  border-inline-start-color: rgb(163 163 163 / 0.75);
}

.hover\:border-s-neutral-400\/80:hover {
  border-inline-start-color: rgb(163 163 163 / 0.8);
}

.hover\:border-s-neutral-400\/90:hover {
  border-inline-start-color: rgb(163 163 163 / 0.9);
}

.hover\:border-s-neutral-400\/95:hover {
  border-inline-start-color: rgb(163 163 163 / 0.95);
}

.hover\:border-s-neutral-50:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.hover\:border-s-neutral-50\/0:hover {
  border-inline-start-color: rgb(250 250 250 / 0);
}

.hover\:border-s-neutral-50\/10:hover {
  border-inline-start-color: rgb(250 250 250 / 0.1);
}

.hover\:border-s-neutral-50\/100:hover {
  border-inline-start-color: rgb(250 250 250 / 1);
}

.hover\:border-s-neutral-50\/20:hover {
  border-inline-start-color: rgb(250 250 250 / 0.2);
}

.hover\:border-s-neutral-50\/25:hover {
  border-inline-start-color: rgb(250 250 250 / 0.25);
}

.hover\:border-s-neutral-50\/30:hover {
  border-inline-start-color: rgb(250 250 250 / 0.3);
}

.hover\:border-s-neutral-50\/40:hover {
  border-inline-start-color: rgb(250 250 250 / 0.4);
}

.hover\:border-s-neutral-50\/5:hover {
  border-inline-start-color: rgb(250 250 250 / 0.05);
}

.hover\:border-s-neutral-50\/50:hover {
  border-inline-start-color: rgb(250 250 250 / 0.5);
}

.hover\:border-s-neutral-50\/60:hover {
  border-inline-start-color: rgb(250 250 250 / 0.6);
}

.hover\:border-s-neutral-50\/70:hover {
  border-inline-start-color: rgb(250 250 250 / 0.7);
}

.hover\:border-s-neutral-50\/75:hover {
  border-inline-start-color: rgb(250 250 250 / 0.75);
}

.hover\:border-s-neutral-50\/80:hover {
  border-inline-start-color: rgb(250 250 250 / 0.8);
}

.hover\:border-s-neutral-50\/90:hover {
  border-inline-start-color: rgb(250 250 250 / 0.9);
}

.hover\:border-s-neutral-50\/95:hover {
  border-inline-start-color: rgb(250 250 250 / 0.95);
}

.hover\:border-s-neutral-500:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.hover\:border-s-neutral-500\/0:hover {
  border-inline-start-color: rgb(115 115 115 / 0);
}

.hover\:border-s-neutral-500\/10:hover {
  border-inline-start-color: rgb(115 115 115 / 0.1);
}

.hover\:border-s-neutral-500\/100:hover {
  border-inline-start-color: rgb(115 115 115 / 1);
}

.hover\:border-s-neutral-500\/20:hover {
  border-inline-start-color: rgb(115 115 115 / 0.2);
}

.hover\:border-s-neutral-500\/25:hover {
  border-inline-start-color: rgb(115 115 115 / 0.25);
}

.hover\:border-s-neutral-500\/30:hover {
  border-inline-start-color: rgb(115 115 115 / 0.3);
}

.hover\:border-s-neutral-500\/40:hover {
  border-inline-start-color: rgb(115 115 115 / 0.4);
}

.hover\:border-s-neutral-500\/5:hover {
  border-inline-start-color: rgb(115 115 115 / 0.05);
}

.hover\:border-s-neutral-500\/50:hover {
  border-inline-start-color: rgb(115 115 115 / 0.5);
}

.hover\:border-s-neutral-500\/60:hover {
  border-inline-start-color: rgb(115 115 115 / 0.6);
}

.hover\:border-s-neutral-500\/70:hover {
  border-inline-start-color: rgb(115 115 115 / 0.7);
}

.hover\:border-s-neutral-500\/75:hover {
  border-inline-start-color: rgb(115 115 115 / 0.75);
}

.hover\:border-s-neutral-500\/80:hover {
  border-inline-start-color: rgb(115 115 115 / 0.8);
}

.hover\:border-s-neutral-500\/90:hover {
  border-inline-start-color: rgb(115 115 115 / 0.9);
}

.hover\:border-s-neutral-500\/95:hover {
  border-inline-start-color: rgb(115 115 115 / 0.95);
}

.hover\:border-s-neutral-600:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.hover\:border-s-neutral-600\/0:hover {
  border-inline-start-color: rgb(82 82 82 / 0);
}

.hover\:border-s-neutral-600\/10:hover {
  border-inline-start-color: rgb(82 82 82 / 0.1);
}

.hover\:border-s-neutral-600\/100:hover {
  border-inline-start-color: rgb(82 82 82 / 1);
}

.hover\:border-s-neutral-600\/20:hover {
  border-inline-start-color: rgb(82 82 82 / 0.2);
}

.hover\:border-s-neutral-600\/25:hover {
  border-inline-start-color: rgb(82 82 82 / 0.25);
}

.hover\:border-s-neutral-600\/30:hover {
  border-inline-start-color: rgb(82 82 82 / 0.3);
}

.hover\:border-s-neutral-600\/40:hover {
  border-inline-start-color: rgb(82 82 82 / 0.4);
}

.hover\:border-s-neutral-600\/5:hover {
  border-inline-start-color: rgb(82 82 82 / 0.05);
}

.hover\:border-s-neutral-600\/50:hover {
  border-inline-start-color: rgb(82 82 82 / 0.5);
}

.hover\:border-s-neutral-600\/60:hover {
  border-inline-start-color: rgb(82 82 82 / 0.6);
}

.hover\:border-s-neutral-600\/70:hover {
  border-inline-start-color: rgb(82 82 82 / 0.7);
}

.hover\:border-s-neutral-600\/75:hover {
  border-inline-start-color: rgb(82 82 82 / 0.75);
}

.hover\:border-s-neutral-600\/80:hover {
  border-inline-start-color: rgb(82 82 82 / 0.8);
}

.hover\:border-s-neutral-600\/90:hover {
  border-inline-start-color: rgb(82 82 82 / 0.9);
}

.hover\:border-s-neutral-600\/95:hover {
  border-inline-start-color: rgb(82 82 82 / 0.95);
}

.hover\:border-s-neutral-700:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.hover\:border-s-neutral-700\/0:hover {
  border-inline-start-color: rgb(64 64 64 / 0);
}

.hover\:border-s-neutral-700\/10:hover {
  border-inline-start-color: rgb(64 64 64 / 0.1);
}

.hover\:border-s-neutral-700\/100:hover {
  border-inline-start-color: rgb(64 64 64 / 1);
}

.hover\:border-s-neutral-700\/20:hover {
  border-inline-start-color: rgb(64 64 64 / 0.2);
}

.hover\:border-s-neutral-700\/25:hover {
  border-inline-start-color: rgb(64 64 64 / 0.25);
}

.hover\:border-s-neutral-700\/30:hover {
  border-inline-start-color: rgb(64 64 64 / 0.3);
}

.hover\:border-s-neutral-700\/40:hover {
  border-inline-start-color: rgb(64 64 64 / 0.4);
}

.hover\:border-s-neutral-700\/5:hover {
  border-inline-start-color: rgb(64 64 64 / 0.05);
}

.hover\:border-s-neutral-700\/50:hover {
  border-inline-start-color: rgb(64 64 64 / 0.5);
}

.hover\:border-s-neutral-700\/60:hover {
  border-inline-start-color: rgb(64 64 64 / 0.6);
}

.hover\:border-s-neutral-700\/70:hover {
  border-inline-start-color: rgb(64 64 64 / 0.7);
}

.hover\:border-s-neutral-700\/75:hover {
  border-inline-start-color: rgb(64 64 64 / 0.75);
}

.hover\:border-s-neutral-700\/80:hover {
  border-inline-start-color: rgb(64 64 64 / 0.8);
}

.hover\:border-s-neutral-700\/90:hover {
  border-inline-start-color: rgb(64 64 64 / 0.9);
}

.hover\:border-s-neutral-700\/95:hover {
  border-inline-start-color: rgb(64 64 64 / 0.95);
}

.hover\:border-s-neutral-800:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.hover\:border-s-neutral-800\/0:hover {
  border-inline-start-color: rgb(38 38 38 / 0);
}

.hover\:border-s-neutral-800\/10:hover {
  border-inline-start-color: rgb(38 38 38 / 0.1);
}

.hover\:border-s-neutral-800\/100:hover {
  border-inline-start-color: rgb(38 38 38 / 1);
}

.hover\:border-s-neutral-800\/20:hover {
  border-inline-start-color: rgb(38 38 38 / 0.2);
}

.hover\:border-s-neutral-800\/25:hover {
  border-inline-start-color: rgb(38 38 38 / 0.25);
}

.hover\:border-s-neutral-800\/30:hover {
  border-inline-start-color: rgb(38 38 38 / 0.3);
}

.hover\:border-s-neutral-800\/40:hover {
  border-inline-start-color: rgb(38 38 38 / 0.4);
}

.hover\:border-s-neutral-800\/5:hover {
  border-inline-start-color: rgb(38 38 38 / 0.05);
}

.hover\:border-s-neutral-800\/50:hover {
  border-inline-start-color: rgb(38 38 38 / 0.5);
}

.hover\:border-s-neutral-800\/60:hover {
  border-inline-start-color: rgb(38 38 38 / 0.6);
}

.hover\:border-s-neutral-800\/70:hover {
  border-inline-start-color: rgb(38 38 38 / 0.7);
}

.hover\:border-s-neutral-800\/75:hover {
  border-inline-start-color: rgb(38 38 38 / 0.75);
}

.hover\:border-s-neutral-800\/80:hover {
  border-inline-start-color: rgb(38 38 38 / 0.8);
}

.hover\:border-s-neutral-800\/90:hover {
  border-inline-start-color: rgb(38 38 38 / 0.9);
}

.hover\:border-s-neutral-800\/95:hover {
  border-inline-start-color: rgb(38 38 38 / 0.95);
}

.hover\:border-s-neutral-900:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.hover\:border-s-neutral-900\/0:hover {
  border-inline-start-color: rgb(23 23 23 / 0);
}

.hover\:border-s-neutral-900\/10:hover {
  border-inline-start-color: rgb(23 23 23 / 0.1);
}

.hover\:border-s-neutral-900\/100:hover {
  border-inline-start-color: rgb(23 23 23 / 1);
}

.hover\:border-s-neutral-900\/20:hover {
  border-inline-start-color: rgb(23 23 23 / 0.2);
}

.hover\:border-s-neutral-900\/25:hover {
  border-inline-start-color: rgb(23 23 23 / 0.25);
}

.hover\:border-s-neutral-900\/30:hover {
  border-inline-start-color: rgb(23 23 23 / 0.3);
}

.hover\:border-s-neutral-900\/40:hover {
  border-inline-start-color: rgb(23 23 23 / 0.4);
}

.hover\:border-s-neutral-900\/5:hover {
  border-inline-start-color: rgb(23 23 23 / 0.05);
}

.hover\:border-s-neutral-900\/50:hover {
  border-inline-start-color: rgb(23 23 23 / 0.5);
}

.hover\:border-s-neutral-900\/60:hover {
  border-inline-start-color: rgb(23 23 23 / 0.6);
}

.hover\:border-s-neutral-900\/70:hover {
  border-inline-start-color: rgb(23 23 23 / 0.7);
}

.hover\:border-s-neutral-900\/75:hover {
  border-inline-start-color: rgb(23 23 23 / 0.75);
}

.hover\:border-s-neutral-900\/80:hover {
  border-inline-start-color: rgb(23 23 23 / 0.8);
}

.hover\:border-s-neutral-900\/90:hover {
  border-inline-start-color: rgb(23 23 23 / 0.9);
}

.hover\:border-s-neutral-900\/95:hover {
  border-inline-start-color: rgb(23 23 23 / 0.95);
}

.hover\:border-s-neutral-950:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.hover\:border-s-neutral-950\/0:hover {
  border-inline-start-color: rgb(10 10 10 / 0);
}

.hover\:border-s-neutral-950\/10:hover {
  border-inline-start-color: rgb(10 10 10 / 0.1);
}

.hover\:border-s-neutral-950\/100:hover {
  border-inline-start-color: rgb(10 10 10 / 1);
}

.hover\:border-s-neutral-950\/20:hover {
  border-inline-start-color: rgb(10 10 10 / 0.2);
}

.hover\:border-s-neutral-950\/25:hover {
  border-inline-start-color: rgb(10 10 10 / 0.25);
}

.hover\:border-s-neutral-950\/30:hover {
  border-inline-start-color: rgb(10 10 10 / 0.3);
}

.hover\:border-s-neutral-950\/40:hover {
  border-inline-start-color: rgb(10 10 10 / 0.4);
}

.hover\:border-s-neutral-950\/5:hover {
  border-inline-start-color: rgb(10 10 10 / 0.05);
}

.hover\:border-s-neutral-950\/50:hover {
  border-inline-start-color: rgb(10 10 10 / 0.5);
}

.hover\:border-s-neutral-950\/60:hover {
  border-inline-start-color: rgb(10 10 10 / 0.6);
}

.hover\:border-s-neutral-950\/70:hover {
  border-inline-start-color: rgb(10 10 10 / 0.7);
}

.hover\:border-s-neutral-950\/75:hover {
  border-inline-start-color: rgb(10 10 10 / 0.75);
}

.hover\:border-s-neutral-950\/80:hover {
  border-inline-start-color: rgb(10 10 10 / 0.8);
}

.hover\:border-s-neutral-950\/90:hover {
  border-inline-start-color: rgb(10 10 10 / 0.9);
}

.hover\:border-s-neutral-950\/95:hover {
  border-inline-start-color: rgb(10 10 10 / 0.95);
}

.hover\:border-s-orange-100:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 237 213 / var(--tw-border-opacity));
}

.hover\:border-s-orange-100\/0:hover {
  border-inline-start-color: rgb(255 237 213 / 0);
}

.hover\:border-s-orange-100\/10:hover {
  border-inline-start-color: rgb(255 237 213 / 0.1);
}

.hover\:border-s-orange-100\/100:hover {
  border-inline-start-color: rgb(255 237 213 / 1);
}

.hover\:border-s-orange-100\/20:hover {
  border-inline-start-color: rgb(255 237 213 / 0.2);
}

.hover\:border-s-orange-100\/25:hover {
  border-inline-start-color: rgb(255 237 213 / 0.25);
}

.hover\:border-s-orange-100\/30:hover {
  border-inline-start-color: rgb(255 237 213 / 0.3);
}

.hover\:border-s-orange-100\/40:hover {
  border-inline-start-color: rgb(255 237 213 / 0.4);
}

.hover\:border-s-orange-100\/5:hover {
  border-inline-start-color: rgb(255 237 213 / 0.05);
}

.hover\:border-s-orange-100\/50:hover {
  border-inline-start-color: rgb(255 237 213 / 0.5);
}

.hover\:border-s-orange-100\/60:hover {
  border-inline-start-color: rgb(255 237 213 / 0.6);
}

.hover\:border-s-orange-100\/70:hover {
  border-inline-start-color: rgb(255 237 213 / 0.7);
}

.hover\:border-s-orange-100\/75:hover {
  border-inline-start-color: rgb(255 237 213 / 0.75);
}

.hover\:border-s-orange-100\/80:hover {
  border-inline-start-color: rgb(255 237 213 / 0.8);
}

.hover\:border-s-orange-100\/90:hover {
  border-inline-start-color: rgb(255 237 213 / 0.9);
}

.hover\:border-s-orange-100\/95:hover {
  border-inline-start-color: rgb(255 237 213 / 0.95);
}

.hover\:border-s-orange-200:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 215 170 / var(--tw-border-opacity));
}

.hover\:border-s-orange-200\/0:hover {
  border-inline-start-color: rgb(254 215 170 / 0);
}

.hover\:border-s-orange-200\/10:hover {
  border-inline-start-color: rgb(254 215 170 / 0.1);
}

.hover\:border-s-orange-200\/100:hover {
  border-inline-start-color: rgb(254 215 170 / 1);
}

.hover\:border-s-orange-200\/20:hover {
  border-inline-start-color: rgb(254 215 170 / 0.2);
}

.hover\:border-s-orange-200\/25:hover {
  border-inline-start-color: rgb(254 215 170 / 0.25);
}

.hover\:border-s-orange-200\/30:hover {
  border-inline-start-color: rgb(254 215 170 / 0.3);
}

.hover\:border-s-orange-200\/40:hover {
  border-inline-start-color: rgb(254 215 170 / 0.4);
}

.hover\:border-s-orange-200\/5:hover {
  border-inline-start-color: rgb(254 215 170 / 0.05);
}

.hover\:border-s-orange-200\/50:hover {
  border-inline-start-color: rgb(254 215 170 / 0.5);
}

.hover\:border-s-orange-200\/60:hover {
  border-inline-start-color: rgb(254 215 170 / 0.6);
}

.hover\:border-s-orange-200\/70:hover {
  border-inline-start-color: rgb(254 215 170 / 0.7);
}

.hover\:border-s-orange-200\/75:hover {
  border-inline-start-color: rgb(254 215 170 / 0.75);
}

.hover\:border-s-orange-200\/80:hover {
  border-inline-start-color: rgb(254 215 170 / 0.8);
}

.hover\:border-s-orange-200\/90:hover {
  border-inline-start-color: rgb(254 215 170 / 0.9);
}

.hover\:border-s-orange-200\/95:hover {
  border-inline-start-color: rgb(254 215 170 / 0.95);
}

.hover\:border-s-orange-300:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 186 116 / var(--tw-border-opacity));
}

.hover\:border-s-orange-300\/0:hover {
  border-inline-start-color: rgb(253 186 116 / 0);
}

.hover\:border-s-orange-300\/10:hover {
  border-inline-start-color: rgb(253 186 116 / 0.1);
}

.hover\:border-s-orange-300\/100:hover {
  border-inline-start-color: rgb(253 186 116 / 1);
}

.hover\:border-s-orange-300\/20:hover {
  border-inline-start-color: rgb(253 186 116 / 0.2);
}

.hover\:border-s-orange-300\/25:hover {
  border-inline-start-color: rgb(253 186 116 / 0.25);
}

.hover\:border-s-orange-300\/30:hover {
  border-inline-start-color: rgb(253 186 116 / 0.3);
}

.hover\:border-s-orange-300\/40:hover {
  border-inline-start-color: rgb(253 186 116 / 0.4);
}

.hover\:border-s-orange-300\/5:hover {
  border-inline-start-color: rgb(253 186 116 / 0.05);
}

.hover\:border-s-orange-300\/50:hover {
  border-inline-start-color: rgb(253 186 116 / 0.5);
}

.hover\:border-s-orange-300\/60:hover {
  border-inline-start-color: rgb(253 186 116 / 0.6);
}

.hover\:border-s-orange-300\/70:hover {
  border-inline-start-color: rgb(253 186 116 / 0.7);
}

.hover\:border-s-orange-300\/75:hover {
  border-inline-start-color: rgb(253 186 116 / 0.75);
}

.hover\:border-s-orange-300\/80:hover {
  border-inline-start-color: rgb(253 186 116 / 0.8);
}

.hover\:border-s-orange-300\/90:hover {
  border-inline-start-color: rgb(253 186 116 / 0.9);
}

.hover\:border-s-orange-300\/95:hover {
  border-inline-start-color: rgb(253 186 116 / 0.95);
}

.hover\:border-s-orange-400:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.hover\:border-s-orange-400\/0:hover {
  border-inline-start-color: rgb(251 146 60 / 0);
}

.hover\:border-s-orange-400\/10:hover {
  border-inline-start-color: rgb(251 146 60 / 0.1);
}

.hover\:border-s-orange-400\/100:hover {
  border-inline-start-color: rgb(251 146 60 / 1);
}

.hover\:border-s-orange-400\/20:hover {
  border-inline-start-color: rgb(251 146 60 / 0.2);
}

.hover\:border-s-orange-400\/25:hover {
  border-inline-start-color: rgb(251 146 60 / 0.25);
}

.hover\:border-s-orange-400\/30:hover {
  border-inline-start-color: rgb(251 146 60 / 0.3);
}

.hover\:border-s-orange-400\/40:hover {
  border-inline-start-color: rgb(251 146 60 / 0.4);
}

.hover\:border-s-orange-400\/5:hover {
  border-inline-start-color: rgb(251 146 60 / 0.05);
}

.hover\:border-s-orange-400\/50:hover {
  border-inline-start-color: rgb(251 146 60 / 0.5);
}

.hover\:border-s-orange-400\/60:hover {
  border-inline-start-color: rgb(251 146 60 / 0.6);
}

.hover\:border-s-orange-400\/70:hover {
  border-inline-start-color: rgb(251 146 60 / 0.7);
}

.hover\:border-s-orange-400\/75:hover {
  border-inline-start-color: rgb(251 146 60 / 0.75);
}

.hover\:border-s-orange-400\/80:hover {
  border-inline-start-color: rgb(251 146 60 / 0.8);
}

.hover\:border-s-orange-400\/90:hover {
  border-inline-start-color: rgb(251 146 60 / 0.9);
}

.hover\:border-s-orange-400\/95:hover {
  border-inline-start-color: rgb(251 146 60 / 0.95);
}

.hover\:border-s-orange-50:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 247 237 / var(--tw-border-opacity));
}

.hover\:border-s-orange-50\/0:hover {
  border-inline-start-color: rgb(255 247 237 / 0);
}

.hover\:border-s-orange-50\/10:hover {
  border-inline-start-color: rgb(255 247 237 / 0.1);
}

.hover\:border-s-orange-50\/100:hover {
  border-inline-start-color: rgb(255 247 237 / 1);
}

.hover\:border-s-orange-50\/20:hover {
  border-inline-start-color: rgb(255 247 237 / 0.2);
}

.hover\:border-s-orange-50\/25:hover {
  border-inline-start-color: rgb(255 247 237 / 0.25);
}

.hover\:border-s-orange-50\/30:hover {
  border-inline-start-color: rgb(255 247 237 / 0.3);
}

.hover\:border-s-orange-50\/40:hover {
  border-inline-start-color: rgb(255 247 237 / 0.4);
}

.hover\:border-s-orange-50\/5:hover {
  border-inline-start-color: rgb(255 247 237 / 0.05);
}

.hover\:border-s-orange-50\/50:hover {
  border-inline-start-color: rgb(255 247 237 / 0.5);
}

.hover\:border-s-orange-50\/60:hover {
  border-inline-start-color: rgb(255 247 237 / 0.6);
}

.hover\:border-s-orange-50\/70:hover {
  border-inline-start-color: rgb(255 247 237 / 0.7);
}

.hover\:border-s-orange-50\/75:hover {
  border-inline-start-color: rgb(255 247 237 / 0.75);
}

.hover\:border-s-orange-50\/80:hover {
  border-inline-start-color: rgb(255 247 237 / 0.8);
}

.hover\:border-s-orange-50\/90:hover {
  border-inline-start-color: rgb(255 247 237 / 0.9);
}

.hover\:border-s-orange-50\/95:hover {
  border-inline-start-color: rgb(255 247 237 / 0.95);
}

.hover\:border-s-orange-500:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(249 115 22 / var(--tw-border-opacity));
}

.hover\:border-s-orange-500\/0:hover {
  border-inline-start-color: rgb(249 115 22 / 0);
}

.hover\:border-s-orange-500\/10:hover {
  border-inline-start-color: rgb(249 115 22 / 0.1);
}

.hover\:border-s-orange-500\/100:hover {
  border-inline-start-color: rgb(249 115 22 / 1);
}

.hover\:border-s-orange-500\/20:hover {
  border-inline-start-color: rgb(249 115 22 / 0.2);
}

.hover\:border-s-orange-500\/25:hover {
  border-inline-start-color: rgb(249 115 22 / 0.25);
}

.hover\:border-s-orange-500\/30:hover {
  border-inline-start-color: rgb(249 115 22 / 0.3);
}

.hover\:border-s-orange-500\/40:hover {
  border-inline-start-color: rgb(249 115 22 / 0.4);
}

.hover\:border-s-orange-500\/5:hover {
  border-inline-start-color: rgb(249 115 22 / 0.05);
}

.hover\:border-s-orange-500\/50:hover {
  border-inline-start-color: rgb(249 115 22 / 0.5);
}

.hover\:border-s-orange-500\/60:hover {
  border-inline-start-color: rgb(249 115 22 / 0.6);
}

.hover\:border-s-orange-500\/70:hover {
  border-inline-start-color: rgb(249 115 22 / 0.7);
}

.hover\:border-s-orange-500\/75:hover {
  border-inline-start-color: rgb(249 115 22 / 0.75);
}

.hover\:border-s-orange-500\/80:hover {
  border-inline-start-color: rgb(249 115 22 / 0.8);
}

.hover\:border-s-orange-500\/90:hover {
  border-inline-start-color: rgb(249 115 22 / 0.9);
}

.hover\:border-s-orange-500\/95:hover {
  border-inline-start-color: rgb(249 115 22 / 0.95);
}

.hover\:border-s-orange-600:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.hover\:border-s-orange-600\/0:hover {
  border-inline-start-color: rgb(234 88 12 / 0);
}

.hover\:border-s-orange-600\/10:hover {
  border-inline-start-color: rgb(234 88 12 / 0.1);
}

.hover\:border-s-orange-600\/100:hover {
  border-inline-start-color: rgb(234 88 12 / 1);
}

.hover\:border-s-orange-600\/20:hover {
  border-inline-start-color: rgb(234 88 12 / 0.2);
}

.hover\:border-s-orange-600\/25:hover {
  border-inline-start-color: rgb(234 88 12 / 0.25);
}

.hover\:border-s-orange-600\/30:hover {
  border-inline-start-color: rgb(234 88 12 / 0.3);
}

.hover\:border-s-orange-600\/40:hover {
  border-inline-start-color: rgb(234 88 12 / 0.4);
}

.hover\:border-s-orange-600\/5:hover {
  border-inline-start-color: rgb(234 88 12 / 0.05);
}

.hover\:border-s-orange-600\/50:hover {
  border-inline-start-color: rgb(234 88 12 / 0.5);
}

.hover\:border-s-orange-600\/60:hover {
  border-inline-start-color: rgb(234 88 12 / 0.6);
}

.hover\:border-s-orange-600\/70:hover {
  border-inline-start-color: rgb(234 88 12 / 0.7);
}

.hover\:border-s-orange-600\/75:hover {
  border-inline-start-color: rgb(234 88 12 / 0.75);
}

.hover\:border-s-orange-600\/80:hover {
  border-inline-start-color: rgb(234 88 12 / 0.8);
}

.hover\:border-s-orange-600\/90:hover {
  border-inline-start-color: rgb(234 88 12 / 0.9);
}

.hover\:border-s-orange-600\/95:hover {
  border-inline-start-color: rgb(234 88 12 / 0.95);
}

.hover\:border-s-orange-700:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(194 65 12 / var(--tw-border-opacity));
}

.hover\:border-s-orange-700\/0:hover {
  border-inline-start-color: rgb(194 65 12 / 0);
}

.hover\:border-s-orange-700\/10:hover {
  border-inline-start-color: rgb(194 65 12 / 0.1);
}

.hover\:border-s-orange-700\/100:hover {
  border-inline-start-color: rgb(194 65 12 / 1);
}

.hover\:border-s-orange-700\/20:hover {
  border-inline-start-color: rgb(194 65 12 / 0.2);
}

.hover\:border-s-orange-700\/25:hover {
  border-inline-start-color: rgb(194 65 12 / 0.25);
}

.hover\:border-s-orange-700\/30:hover {
  border-inline-start-color: rgb(194 65 12 / 0.3);
}

.hover\:border-s-orange-700\/40:hover {
  border-inline-start-color: rgb(194 65 12 / 0.4);
}

.hover\:border-s-orange-700\/5:hover {
  border-inline-start-color: rgb(194 65 12 / 0.05);
}

.hover\:border-s-orange-700\/50:hover {
  border-inline-start-color: rgb(194 65 12 / 0.5);
}

.hover\:border-s-orange-700\/60:hover {
  border-inline-start-color: rgb(194 65 12 / 0.6);
}

.hover\:border-s-orange-700\/70:hover {
  border-inline-start-color: rgb(194 65 12 / 0.7);
}

.hover\:border-s-orange-700\/75:hover {
  border-inline-start-color: rgb(194 65 12 / 0.75);
}

.hover\:border-s-orange-700\/80:hover {
  border-inline-start-color: rgb(194 65 12 / 0.8);
}

.hover\:border-s-orange-700\/90:hover {
  border-inline-start-color: rgb(194 65 12 / 0.9);
}

.hover\:border-s-orange-700\/95:hover {
  border-inline-start-color: rgb(194 65 12 / 0.95);
}

.hover\:border-s-orange-800:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(154 52 18 / var(--tw-border-opacity));
}

.hover\:border-s-orange-800\/0:hover {
  border-inline-start-color: rgb(154 52 18 / 0);
}

.hover\:border-s-orange-800\/10:hover {
  border-inline-start-color: rgb(154 52 18 / 0.1);
}

.hover\:border-s-orange-800\/100:hover {
  border-inline-start-color: rgb(154 52 18 / 1);
}

.hover\:border-s-orange-800\/20:hover {
  border-inline-start-color: rgb(154 52 18 / 0.2);
}

.hover\:border-s-orange-800\/25:hover {
  border-inline-start-color: rgb(154 52 18 / 0.25);
}

.hover\:border-s-orange-800\/30:hover {
  border-inline-start-color: rgb(154 52 18 / 0.3);
}

.hover\:border-s-orange-800\/40:hover {
  border-inline-start-color: rgb(154 52 18 / 0.4);
}

.hover\:border-s-orange-800\/5:hover {
  border-inline-start-color: rgb(154 52 18 / 0.05);
}

.hover\:border-s-orange-800\/50:hover {
  border-inline-start-color: rgb(154 52 18 / 0.5);
}

.hover\:border-s-orange-800\/60:hover {
  border-inline-start-color: rgb(154 52 18 / 0.6);
}

.hover\:border-s-orange-800\/70:hover {
  border-inline-start-color: rgb(154 52 18 / 0.7);
}

.hover\:border-s-orange-800\/75:hover {
  border-inline-start-color: rgb(154 52 18 / 0.75);
}

.hover\:border-s-orange-800\/80:hover {
  border-inline-start-color: rgb(154 52 18 / 0.8);
}

.hover\:border-s-orange-800\/90:hover {
  border-inline-start-color: rgb(154 52 18 / 0.9);
}

.hover\:border-s-orange-800\/95:hover {
  border-inline-start-color: rgb(154 52 18 / 0.95);
}

.hover\:border-s-orange-900:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(124 45 18 / var(--tw-border-opacity));
}

.hover\:border-s-orange-900\/0:hover {
  border-inline-start-color: rgb(124 45 18 / 0);
}

.hover\:border-s-orange-900\/10:hover {
  border-inline-start-color: rgb(124 45 18 / 0.1);
}

.hover\:border-s-orange-900\/100:hover {
  border-inline-start-color: rgb(124 45 18 / 1);
}

.hover\:border-s-orange-900\/20:hover {
  border-inline-start-color: rgb(124 45 18 / 0.2);
}

.hover\:border-s-orange-900\/25:hover {
  border-inline-start-color: rgb(124 45 18 / 0.25);
}

.hover\:border-s-orange-900\/30:hover {
  border-inline-start-color: rgb(124 45 18 / 0.3);
}

.hover\:border-s-orange-900\/40:hover {
  border-inline-start-color: rgb(124 45 18 / 0.4);
}

.hover\:border-s-orange-900\/5:hover {
  border-inline-start-color: rgb(124 45 18 / 0.05);
}

.hover\:border-s-orange-900\/50:hover {
  border-inline-start-color: rgb(124 45 18 / 0.5);
}

.hover\:border-s-orange-900\/60:hover {
  border-inline-start-color: rgb(124 45 18 / 0.6);
}

.hover\:border-s-orange-900\/70:hover {
  border-inline-start-color: rgb(124 45 18 / 0.7);
}

.hover\:border-s-orange-900\/75:hover {
  border-inline-start-color: rgb(124 45 18 / 0.75);
}

.hover\:border-s-orange-900\/80:hover {
  border-inline-start-color: rgb(124 45 18 / 0.8);
}

.hover\:border-s-orange-900\/90:hover {
  border-inline-start-color: rgb(124 45 18 / 0.9);
}

.hover\:border-s-orange-900\/95:hover {
  border-inline-start-color: rgb(124 45 18 / 0.95);
}

.hover\:border-s-orange-950:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(67 20 7 / var(--tw-border-opacity));
}

.hover\:border-s-orange-950\/0:hover {
  border-inline-start-color: rgb(67 20 7 / 0);
}

.hover\:border-s-orange-950\/10:hover {
  border-inline-start-color: rgb(67 20 7 / 0.1);
}

.hover\:border-s-orange-950\/100:hover {
  border-inline-start-color: rgb(67 20 7 / 1);
}

.hover\:border-s-orange-950\/20:hover {
  border-inline-start-color: rgb(67 20 7 / 0.2);
}

.hover\:border-s-orange-950\/25:hover {
  border-inline-start-color: rgb(67 20 7 / 0.25);
}

.hover\:border-s-orange-950\/30:hover {
  border-inline-start-color: rgb(67 20 7 / 0.3);
}

.hover\:border-s-orange-950\/40:hover {
  border-inline-start-color: rgb(67 20 7 / 0.4);
}

.hover\:border-s-orange-950\/5:hover {
  border-inline-start-color: rgb(67 20 7 / 0.05);
}

.hover\:border-s-orange-950\/50:hover {
  border-inline-start-color: rgb(67 20 7 / 0.5);
}

.hover\:border-s-orange-950\/60:hover {
  border-inline-start-color: rgb(67 20 7 / 0.6);
}

.hover\:border-s-orange-950\/70:hover {
  border-inline-start-color: rgb(67 20 7 / 0.7);
}

.hover\:border-s-orange-950\/75:hover {
  border-inline-start-color: rgb(67 20 7 / 0.75);
}

.hover\:border-s-orange-950\/80:hover {
  border-inline-start-color: rgb(67 20 7 / 0.8);
}

.hover\:border-s-orange-950\/90:hover {
  border-inline-start-color: rgb(67 20 7 / 0.9);
}

.hover\:border-s-orange-950\/95:hover {
  border-inline-start-color: rgb(67 20 7 / 0.95);
}

.hover\:border-s-ozc-100:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 239 235 / var(--tw-border-opacity));
}

.hover\:border-s-ozc-100\/0:hover {
  border-inline-start-color: rgb(255 239 235 / 0);
}

.hover\:border-s-ozc-100\/10:hover {
  border-inline-start-color: rgb(255 239 235 / 0.1);
}

.hover\:border-s-ozc-100\/100:hover {
  border-inline-start-color: rgb(255 239 235 / 1);
}

.hover\:border-s-ozc-100\/20:hover {
  border-inline-start-color: rgb(255 239 235 / 0.2);
}

.hover\:border-s-ozc-100\/25:hover {
  border-inline-start-color: rgb(255 239 235 / 0.25);
}

.hover\:border-s-ozc-100\/30:hover {
  border-inline-start-color: rgb(255 239 235 / 0.3);
}

.hover\:border-s-ozc-100\/40:hover {
  border-inline-start-color: rgb(255 239 235 / 0.4);
}

.hover\:border-s-ozc-100\/5:hover {
  border-inline-start-color: rgb(255 239 235 / 0.05);
}

.hover\:border-s-ozc-100\/50:hover {
  border-inline-start-color: rgb(255 239 235 / 0.5);
}

.hover\:border-s-ozc-100\/60:hover {
  border-inline-start-color: rgb(255 239 235 / 0.6);
}

.hover\:border-s-ozc-100\/70:hover {
  border-inline-start-color: rgb(255 239 235 / 0.7);
}

.hover\:border-s-ozc-100\/75:hover {
  border-inline-start-color: rgb(255 239 235 / 0.75);
}

.hover\:border-s-ozc-100\/80:hover {
  border-inline-start-color: rgb(255 239 235 / 0.8);
}

.hover\:border-s-ozc-100\/90:hover {
  border-inline-start-color: rgb(255 239 235 / 0.9);
}

.hover\:border-s-ozc-100\/95:hover {
  border-inline-start-color: rgb(255 239 235 / 0.95);
}

.hover\:border-s-ozc-200:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 225 222 / var(--tw-border-opacity));
}

.hover\:border-s-ozc-200\/0:hover {
  border-inline-start-color: rgb(253 225 222 / 0);
}

.hover\:border-s-ozc-200\/10:hover {
  border-inline-start-color: rgb(253 225 222 / 0.1);
}

.hover\:border-s-ozc-200\/100:hover {
  border-inline-start-color: rgb(253 225 222 / 1);
}

.hover\:border-s-ozc-200\/20:hover {
  border-inline-start-color: rgb(253 225 222 / 0.2);
}

.hover\:border-s-ozc-200\/25:hover {
  border-inline-start-color: rgb(253 225 222 / 0.25);
}

.hover\:border-s-ozc-200\/30:hover {
  border-inline-start-color: rgb(253 225 222 / 0.3);
}

.hover\:border-s-ozc-200\/40:hover {
  border-inline-start-color: rgb(253 225 222 / 0.4);
}

.hover\:border-s-ozc-200\/5:hover {
  border-inline-start-color: rgb(253 225 222 / 0.05);
}

.hover\:border-s-ozc-200\/50:hover {
  border-inline-start-color: rgb(253 225 222 / 0.5);
}

.hover\:border-s-ozc-200\/60:hover {
  border-inline-start-color: rgb(253 225 222 / 0.6);
}

.hover\:border-s-ozc-200\/70:hover {
  border-inline-start-color: rgb(253 225 222 / 0.7);
}

.hover\:border-s-ozc-200\/75:hover {
  border-inline-start-color: rgb(253 225 222 / 0.75);
}

.hover\:border-s-ozc-200\/80:hover {
  border-inline-start-color: rgb(253 225 222 / 0.8);
}

.hover\:border-s-ozc-200\/90:hover {
  border-inline-start-color: rgb(253 225 222 / 0.9);
}

.hover\:border-s-ozc-200\/95:hover {
  border-inline-start-color: rgb(253 225 222 / 0.95);
}

.hover\:border-s-ozc-300:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(248 181 181 / var(--tw-border-opacity));
}

.hover\:border-s-ozc-300\/0:hover {
  border-inline-start-color: rgb(248 181 181 / 0);
}

.hover\:border-s-ozc-300\/10:hover {
  border-inline-start-color: rgb(248 181 181 / 0.1);
}

.hover\:border-s-ozc-300\/100:hover {
  border-inline-start-color: rgb(248 181 181 / 1);
}

.hover\:border-s-ozc-300\/20:hover {
  border-inline-start-color: rgb(248 181 181 / 0.2);
}

.hover\:border-s-ozc-300\/25:hover {
  border-inline-start-color: rgb(248 181 181 / 0.25);
}

.hover\:border-s-ozc-300\/30:hover {
  border-inline-start-color: rgb(248 181 181 / 0.3);
}

.hover\:border-s-ozc-300\/40:hover {
  border-inline-start-color: rgb(248 181 181 / 0.4);
}

.hover\:border-s-ozc-300\/5:hover {
  border-inline-start-color: rgb(248 181 181 / 0.05);
}

.hover\:border-s-ozc-300\/50:hover {
  border-inline-start-color: rgb(248 181 181 / 0.5);
}

.hover\:border-s-ozc-300\/60:hover {
  border-inline-start-color: rgb(248 181 181 / 0.6);
}

.hover\:border-s-ozc-300\/70:hover {
  border-inline-start-color: rgb(248 181 181 / 0.7);
}

.hover\:border-s-ozc-300\/75:hover {
  border-inline-start-color: rgb(248 181 181 / 0.75);
}

.hover\:border-s-ozc-300\/80:hover {
  border-inline-start-color: rgb(248 181 181 / 0.8);
}

.hover\:border-s-ozc-300\/90:hover {
  border-inline-start-color: rgb(248 181 181 / 0.9);
}

.hover\:border-s-ozc-300\/95:hover {
  border-inline-start-color: rgb(248 181 181 / 0.95);
}

.hover\:border-s-ozc-400:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 189 173 / var(--tw-border-opacity));
}

.hover\:border-s-ozc-400\/0:hover {
  border-inline-start-color: rgb(250 189 173 / 0);
}

.hover\:border-s-ozc-400\/10:hover {
  border-inline-start-color: rgb(250 189 173 / 0.1);
}

.hover\:border-s-ozc-400\/100:hover {
  border-inline-start-color: rgb(250 189 173 / 1);
}

.hover\:border-s-ozc-400\/20:hover {
  border-inline-start-color: rgb(250 189 173 / 0.2);
}

.hover\:border-s-ozc-400\/25:hover {
  border-inline-start-color: rgb(250 189 173 / 0.25);
}

.hover\:border-s-ozc-400\/30:hover {
  border-inline-start-color: rgb(250 189 173 / 0.3);
}

.hover\:border-s-ozc-400\/40:hover {
  border-inline-start-color: rgb(250 189 173 / 0.4);
}

.hover\:border-s-ozc-400\/5:hover {
  border-inline-start-color: rgb(250 189 173 / 0.05);
}

.hover\:border-s-ozc-400\/50:hover {
  border-inline-start-color: rgb(250 189 173 / 0.5);
}

.hover\:border-s-ozc-400\/60:hover {
  border-inline-start-color: rgb(250 189 173 / 0.6);
}

.hover\:border-s-ozc-400\/70:hover {
  border-inline-start-color: rgb(250 189 173 / 0.7);
}

.hover\:border-s-ozc-400\/75:hover {
  border-inline-start-color: rgb(250 189 173 / 0.75);
}

.hover\:border-s-ozc-400\/80:hover {
  border-inline-start-color: rgb(250 189 173 / 0.8);
}

.hover\:border-s-ozc-400\/90:hover {
  border-inline-start-color: rgb(250 189 173 / 0.9);
}

.hover\:border-s-ozc-400\/95:hover {
  border-inline-start-color: rgb(250 189 173 / 0.95);
}

.hover\:border-s-ozc-50:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 243 232 / var(--tw-border-opacity));
}

.hover\:border-s-ozc-50\/0:hover {
  border-inline-start-color: rgb(254 243 232 / 0);
}

.hover\:border-s-ozc-50\/10:hover {
  border-inline-start-color: rgb(254 243 232 / 0.1);
}

.hover\:border-s-ozc-50\/100:hover {
  border-inline-start-color: rgb(254 243 232 / 1);
}

.hover\:border-s-ozc-50\/20:hover {
  border-inline-start-color: rgb(254 243 232 / 0.2);
}

.hover\:border-s-ozc-50\/25:hover {
  border-inline-start-color: rgb(254 243 232 / 0.25);
}

.hover\:border-s-ozc-50\/30:hover {
  border-inline-start-color: rgb(254 243 232 / 0.3);
}

.hover\:border-s-ozc-50\/40:hover {
  border-inline-start-color: rgb(254 243 232 / 0.4);
}

.hover\:border-s-ozc-50\/5:hover {
  border-inline-start-color: rgb(254 243 232 / 0.05);
}

.hover\:border-s-ozc-50\/50:hover {
  border-inline-start-color: rgb(254 243 232 / 0.5);
}

.hover\:border-s-ozc-50\/60:hover {
  border-inline-start-color: rgb(254 243 232 / 0.6);
}

.hover\:border-s-ozc-50\/70:hover {
  border-inline-start-color: rgb(254 243 232 / 0.7);
}

.hover\:border-s-ozc-50\/75:hover {
  border-inline-start-color: rgb(254 243 232 / 0.75);
}

.hover\:border-s-ozc-50\/80:hover {
  border-inline-start-color: rgb(254 243 232 / 0.8);
}

.hover\:border-s-ozc-50\/90:hover {
  border-inline-start-color: rgb(254 243 232 / 0.9);
}

.hover\:border-s-ozc-50\/95:hover {
  border-inline-start-color: rgb(254 243 232 / 0.95);
}

.hover\:border-s-ozc-500:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 110 96 / var(--tw-border-opacity));
}

.hover\:border-s-ozc-500\/0:hover {
  border-inline-start-color: rgb(255 110 96 / 0);
}

.hover\:border-s-ozc-500\/10:hover {
  border-inline-start-color: rgb(255 110 96 / 0.1);
}

.hover\:border-s-ozc-500\/100:hover {
  border-inline-start-color: rgb(255 110 96 / 1);
}

.hover\:border-s-ozc-500\/20:hover {
  border-inline-start-color: rgb(255 110 96 / 0.2);
}

.hover\:border-s-ozc-500\/25:hover {
  border-inline-start-color: rgb(255 110 96 / 0.25);
}

.hover\:border-s-ozc-500\/30:hover {
  border-inline-start-color: rgb(255 110 96 / 0.3);
}

.hover\:border-s-ozc-500\/40:hover {
  border-inline-start-color: rgb(255 110 96 / 0.4);
}

.hover\:border-s-ozc-500\/5:hover {
  border-inline-start-color: rgb(255 110 96 / 0.05);
}

.hover\:border-s-ozc-500\/50:hover {
  border-inline-start-color: rgb(255 110 96 / 0.5);
}

.hover\:border-s-ozc-500\/60:hover {
  border-inline-start-color: rgb(255 110 96 / 0.6);
}

.hover\:border-s-ozc-500\/70:hover {
  border-inline-start-color: rgb(255 110 96 / 0.7);
}

.hover\:border-s-ozc-500\/75:hover {
  border-inline-start-color: rgb(255 110 96 / 0.75);
}

.hover\:border-s-ozc-500\/80:hover {
  border-inline-start-color: rgb(255 110 96 / 0.8);
}

.hover\:border-s-ozc-500\/90:hover {
  border-inline-start-color: rgb(255 110 96 / 0.9);
}

.hover\:border-s-ozc-500\/95:hover {
  border-inline-start-color: rgb(255 110 96 / 0.95);
}

.hover\:border-s-ozc-600:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(249 169 140 / var(--tw-border-opacity));
}

.hover\:border-s-ozc-600\/0:hover {
  border-inline-start-color: rgb(249 169 140 / 0);
}

.hover\:border-s-ozc-600\/10:hover {
  border-inline-start-color: rgb(249 169 140 / 0.1);
}

.hover\:border-s-ozc-600\/100:hover {
  border-inline-start-color: rgb(249 169 140 / 1);
}

.hover\:border-s-ozc-600\/20:hover {
  border-inline-start-color: rgb(249 169 140 / 0.2);
}

.hover\:border-s-ozc-600\/25:hover {
  border-inline-start-color: rgb(249 169 140 / 0.25);
}

.hover\:border-s-ozc-600\/30:hover {
  border-inline-start-color: rgb(249 169 140 / 0.3);
}

.hover\:border-s-ozc-600\/40:hover {
  border-inline-start-color: rgb(249 169 140 / 0.4);
}

.hover\:border-s-ozc-600\/5:hover {
  border-inline-start-color: rgb(249 169 140 / 0.05);
}

.hover\:border-s-ozc-600\/50:hover {
  border-inline-start-color: rgb(249 169 140 / 0.5);
}

.hover\:border-s-ozc-600\/60:hover {
  border-inline-start-color: rgb(249 169 140 / 0.6);
}

.hover\:border-s-ozc-600\/70:hover {
  border-inline-start-color: rgb(249 169 140 / 0.7);
}

.hover\:border-s-ozc-600\/75:hover {
  border-inline-start-color: rgb(249 169 140 / 0.75);
}

.hover\:border-s-ozc-600\/80:hover {
  border-inline-start-color: rgb(249 169 140 / 0.8);
}

.hover\:border-s-ozc-600\/90:hover {
  border-inline-start-color: rgb(249 169 140 / 0.9);
}

.hover\:border-s-ozc-600\/95:hover {
  border-inline-start-color: rgb(249 169 140 / 0.95);
}

.hover\:border-s-ozc-700:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(246 148 114 / var(--tw-border-opacity));
}

.hover\:border-s-ozc-700\/0:hover {
  border-inline-start-color: rgb(246 148 114 / 0);
}

.hover\:border-s-ozc-700\/10:hover {
  border-inline-start-color: rgb(246 148 114 / 0.1);
}

.hover\:border-s-ozc-700\/100:hover {
  border-inline-start-color: rgb(246 148 114 / 1);
}

.hover\:border-s-ozc-700\/20:hover {
  border-inline-start-color: rgb(246 148 114 / 0.2);
}

.hover\:border-s-ozc-700\/25:hover {
  border-inline-start-color: rgb(246 148 114 / 0.25);
}

.hover\:border-s-ozc-700\/30:hover {
  border-inline-start-color: rgb(246 148 114 / 0.3);
}

.hover\:border-s-ozc-700\/40:hover {
  border-inline-start-color: rgb(246 148 114 / 0.4);
}

.hover\:border-s-ozc-700\/5:hover {
  border-inline-start-color: rgb(246 148 114 / 0.05);
}

.hover\:border-s-ozc-700\/50:hover {
  border-inline-start-color: rgb(246 148 114 / 0.5);
}

.hover\:border-s-ozc-700\/60:hover {
  border-inline-start-color: rgb(246 148 114 / 0.6);
}

.hover\:border-s-ozc-700\/70:hover {
  border-inline-start-color: rgb(246 148 114 / 0.7);
}

.hover\:border-s-ozc-700\/75:hover {
  border-inline-start-color: rgb(246 148 114 / 0.75);
}

.hover\:border-s-ozc-700\/80:hover {
  border-inline-start-color: rgb(246 148 114 / 0.8);
}

.hover\:border-s-ozc-700\/90:hover {
  border-inline-start-color: rgb(246 148 114 / 0.9);
}

.hover\:border-s-ozc-700\/95:hover {
  border-inline-start-color: rgb(246 148 114 / 0.95);
}

.hover\:border-s-ozc-800:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 144 136 / var(--tw-border-opacity));
}

.hover\:border-s-ozc-800\/0:hover {
  border-inline-start-color: rgb(245 144 136 / 0);
}

.hover\:border-s-ozc-800\/10:hover {
  border-inline-start-color: rgb(245 144 136 / 0.1);
}

.hover\:border-s-ozc-800\/100:hover {
  border-inline-start-color: rgb(245 144 136 / 1);
}

.hover\:border-s-ozc-800\/20:hover {
  border-inline-start-color: rgb(245 144 136 / 0.2);
}

.hover\:border-s-ozc-800\/25:hover {
  border-inline-start-color: rgb(245 144 136 / 0.25);
}

.hover\:border-s-ozc-800\/30:hover {
  border-inline-start-color: rgb(245 144 136 / 0.3);
}

.hover\:border-s-ozc-800\/40:hover {
  border-inline-start-color: rgb(245 144 136 / 0.4);
}

.hover\:border-s-ozc-800\/5:hover {
  border-inline-start-color: rgb(245 144 136 / 0.05);
}

.hover\:border-s-ozc-800\/50:hover {
  border-inline-start-color: rgb(245 144 136 / 0.5);
}

.hover\:border-s-ozc-800\/60:hover {
  border-inline-start-color: rgb(245 144 136 / 0.6);
}

.hover\:border-s-ozc-800\/70:hover {
  border-inline-start-color: rgb(245 144 136 / 0.7);
}

.hover\:border-s-ozc-800\/75:hover {
  border-inline-start-color: rgb(245 144 136 / 0.75);
}

.hover\:border-s-ozc-800\/80:hover {
  border-inline-start-color: rgb(245 144 136 / 0.8);
}

.hover\:border-s-ozc-800\/90:hover {
  border-inline-start-color: rgb(245 144 136 / 0.9);
}

.hover\:border-s-ozc-800\/95:hover {
  border-inline-start-color: rgb(245 144 136 / 0.95);
}

.hover\:border-s-ozc-900:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(243 121 124 / var(--tw-border-opacity));
}

.hover\:border-s-ozc-900\/0:hover {
  border-inline-start-color: rgb(243 121 124 / 0);
}

.hover\:border-s-ozc-900\/10:hover {
  border-inline-start-color: rgb(243 121 124 / 0.1);
}

.hover\:border-s-ozc-900\/100:hover {
  border-inline-start-color: rgb(243 121 124 / 1);
}

.hover\:border-s-ozc-900\/20:hover {
  border-inline-start-color: rgb(243 121 124 / 0.2);
}

.hover\:border-s-ozc-900\/25:hover {
  border-inline-start-color: rgb(243 121 124 / 0.25);
}

.hover\:border-s-ozc-900\/30:hover {
  border-inline-start-color: rgb(243 121 124 / 0.3);
}

.hover\:border-s-ozc-900\/40:hover {
  border-inline-start-color: rgb(243 121 124 / 0.4);
}

.hover\:border-s-ozc-900\/5:hover {
  border-inline-start-color: rgb(243 121 124 / 0.05);
}

.hover\:border-s-ozc-900\/50:hover {
  border-inline-start-color: rgb(243 121 124 / 0.5);
}

.hover\:border-s-ozc-900\/60:hover {
  border-inline-start-color: rgb(243 121 124 / 0.6);
}

.hover\:border-s-ozc-900\/70:hover {
  border-inline-start-color: rgb(243 121 124 / 0.7);
}

.hover\:border-s-ozc-900\/75:hover {
  border-inline-start-color: rgb(243 121 124 / 0.75);
}

.hover\:border-s-ozc-900\/80:hover {
  border-inline-start-color: rgb(243 121 124 / 0.8);
}

.hover\:border-s-ozc-900\/90:hover {
  border-inline-start-color: rgb(243 121 124 / 0.9);
}

.hover\:border-s-ozc-900\/95:hover {
  border-inline-start-color: rgb(243 121 124 / 0.95);
}

.hover\:border-s-ozc-950:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.hover\:border-s-ozc-950\/0:hover {
  border-inline-start-color: rgb(42 45 51 / 0);
}

.hover\:border-s-ozc-950\/10:hover {
  border-inline-start-color: rgb(42 45 51 / 0.1);
}

.hover\:border-s-ozc-950\/100:hover {
  border-inline-start-color: rgb(42 45 51 / 1);
}

.hover\:border-s-ozc-950\/20:hover {
  border-inline-start-color: rgb(42 45 51 / 0.2);
}

.hover\:border-s-ozc-950\/25:hover {
  border-inline-start-color: rgb(42 45 51 / 0.25);
}

.hover\:border-s-ozc-950\/30:hover {
  border-inline-start-color: rgb(42 45 51 / 0.3);
}

.hover\:border-s-ozc-950\/40:hover {
  border-inline-start-color: rgb(42 45 51 / 0.4);
}

.hover\:border-s-ozc-950\/5:hover {
  border-inline-start-color: rgb(42 45 51 / 0.05);
}

.hover\:border-s-ozc-950\/50:hover {
  border-inline-start-color: rgb(42 45 51 / 0.5);
}

.hover\:border-s-ozc-950\/60:hover {
  border-inline-start-color: rgb(42 45 51 / 0.6);
}

.hover\:border-s-ozc-950\/70:hover {
  border-inline-start-color: rgb(42 45 51 / 0.7);
}

.hover\:border-s-ozc-950\/75:hover {
  border-inline-start-color: rgb(42 45 51 / 0.75);
}

.hover\:border-s-ozc-950\/80:hover {
  border-inline-start-color: rgb(42 45 51 / 0.8);
}

.hover\:border-s-ozc-950\/90:hover {
  border-inline-start-color: rgb(42 45 51 / 0.9);
}

.hover\:border-s-ozc-950\/95:hover {
  border-inline-start-color: rgb(42 45 51 / 0.95);
}

.hover\:border-s-ozc-alt-100:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 250 230 / var(--tw-border-opacity));
}

.hover\:border-s-ozc-alt-100\/0:hover {
  border-inline-start-color: rgb(255 250 230 / 0);
}

.hover\:border-s-ozc-alt-100\/10:hover {
  border-inline-start-color: rgb(255 250 230 / 0.1);
}

.hover\:border-s-ozc-alt-100\/100:hover {
  border-inline-start-color: rgb(255 250 230 / 1);
}

.hover\:border-s-ozc-alt-100\/20:hover {
  border-inline-start-color: rgb(255 250 230 / 0.2);
}

.hover\:border-s-ozc-alt-100\/25:hover {
  border-inline-start-color: rgb(255 250 230 / 0.25);
}

.hover\:border-s-ozc-alt-100\/30:hover {
  border-inline-start-color: rgb(255 250 230 / 0.3);
}

.hover\:border-s-ozc-alt-100\/40:hover {
  border-inline-start-color: rgb(255 250 230 / 0.4);
}

.hover\:border-s-ozc-alt-100\/5:hover {
  border-inline-start-color: rgb(255 250 230 / 0.05);
}

.hover\:border-s-ozc-alt-100\/50:hover {
  border-inline-start-color: rgb(255 250 230 / 0.5);
}

.hover\:border-s-ozc-alt-100\/60:hover {
  border-inline-start-color: rgb(255 250 230 / 0.6);
}

.hover\:border-s-ozc-alt-100\/70:hover {
  border-inline-start-color: rgb(255 250 230 / 0.7);
}

.hover\:border-s-ozc-alt-100\/75:hover {
  border-inline-start-color: rgb(255 250 230 / 0.75);
}

.hover\:border-s-ozc-alt-100\/80:hover {
  border-inline-start-color: rgb(255 250 230 / 0.8);
}

.hover\:border-s-ozc-alt-100\/90:hover {
  border-inline-start-color: rgb(255 250 230 / 0.9);
}

.hover\:border-s-ozc-alt-100\/95:hover {
  border-inline-start-color: rgb(255 250 230 / 0.95);
}

.hover\:border-s-ozc-alt-200:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 242 193 / var(--tw-border-opacity));
}

.hover\:border-s-ozc-alt-200\/0:hover {
  border-inline-start-color: rgb(255 242 193 / 0);
}

.hover\:border-s-ozc-alt-200\/10:hover {
  border-inline-start-color: rgb(255 242 193 / 0.1);
}

.hover\:border-s-ozc-alt-200\/100:hover {
  border-inline-start-color: rgb(255 242 193 / 1);
}

.hover\:border-s-ozc-alt-200\/20:hover {
  border-inline-start-color: rgb(255 242 193 / 0.2);
}

.hover\:border-s-ozc-alt-200\/25:hover {
  border-inline-start-color: rgb(255 242 193 / 0.25);
}

.hover\:border-s-ozc-alt-200\/30:hover {
  border-inline-start-color: rgb(255 242 193 / 0.3);
}

.hover\:border-s-ozc-alt-200\/40:hover {
  border-inline-start-color: rgb(255 242 193 / 0.4);
}

.hover\:border-s-ozc-alt-200\/5:hover {
  border-inline-start-color: rgb(255 242 193 / 0.05);
}

.hover\:border-s-ozc-alt-200\/50:hover {
  border-inline-start-color: rgb(255 242 193 / 0.5);
}

.hover\:border-s-ozc-alt-200\/60:hover {
  border-inline-start-color: rgb(255 242 193 / 0.6);
}

.hover\:border-s-ozc-alt-200\/70:hover {
  border-inline-start-color: rgb(255 242 193 / 0.7);
}

.hover\:border-s-ozc-alt-200\/75:hover {
  border-inline-start-color: rgb(255 242 193 / 0.75);
}

.hover\:border-s-ozc-alt-200\/80:hover {
  border-inline-start-color: rgb(255 242 193 / 0.8);
}

.hover\:border-s-ozc-alt-200\/90:hover {
  border-inline-start-color: rgb(255 242 193 / 0.9);
}

.hover\:border-s-ozc-alt-200\/95:hover {
  border-inline-start-color: rgb(255 242 193 / 0.95);
}

.hover\:border-s-ozc-alt-300:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 235 155 / var(--tw-border-opacity));
}

.hover\:border-s-ozc-alt-300\/0:hover {
  border-inline-start-color: rgb(255 235 155 / 0);
}

.hover\:border-s-ozc-alt-300\/10:hover {
  border-inline-start-color: rgb(255 235 155 / 0.1);
}

.hover\:border-s-ozc-alt-300\/100:hover {
  border-inline-start-color: rgb(255 235 155 / 1);
}

.hover\:border-s-ozc-alt-300\/20:hover {
  border-inline-start-color: rgb(255 235 155 / 0.2);
}

.hover\:border-s-ozc-alt-300\/25:hover {
  border-inline-start-color: rgb(255 235 155 / 0.25);
}

.hover\:border-s-ozc-alt-300\/30:hover {
  border-inline-start-color: rgb(255 235 155 / 0.3);
}

.hover\:border-s-ozc-alt-300\/40:hover {
  border-inline-start-color: rgb(255 235 155 / 0.4);
}

.hover\:border-s-ozc-alt-300\/5:hover {
  border-inline-start-color: rgb(255 235 155 / 0.05);
}

.hover\:border-s-ozc-alt-300\/50:hover {
  border-inline-start-color: rgb(255 235 155 / 0.5);
}

.hover\:border-s-ozc-alt-300\/60:hover {
  border-inline-start-color: rgb(255 235 155 / 0.6);
}

.hover\:border-s-ozc-alt-300\/70:hover {
  border-inline-start-color: rgb(255 235 155 / 0.7);
}

.hover\:border-s-ozc-alt-300\/75:hover {
  border-inline-start-color: rgb(255 235 155 / 0.75);
}

.hover\:border-s-ozc-alt-300\/80:hover {
  border-inline-start-color: rgb(255 235 155 / 0.8);
}

.hover\:border-s-ozc-alt-300\/90:hover {
  border-inline-start-color: rgb(255 235 155 / 0.9);
}

.hover\:border-s-ozc-alt-300\/95:hover {
  border-inline-start-color: rgb(255 235 155 / 0.95);
}

.hover\:border-s-ozc-alt-400:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 219 80 / var(--tw-border-opacity));
}

.hover\:border-s-ozc-alt-400\/0:hover {
  border-inline-start-color: rgb(255 219 80 / 0);
}

.hover\:border-s-ozc-alt-400\/10:hover {
  border-inline-start-color: rgb(255 219 80 / 0.1);
}

.hover\:border-s-ozc-alt-400\/100:hover {
  border-inline-start-color: rgb(255 219 80 / 1);
}

.hover\:border-s-ozc-alt-400\/20:hover {
  border-inline-start-color: rgb(255 219 80 / 0.2);
}

.hover\:border-s-ozc-alt-400\/25:hover {
  border-inline-start-color: rgb(255 219 80 / 0.25);
}

.hover\:border-s-ozc-alt-400\/30:hover {
  border-inline-start-color: rgb(255 219 80 / 0.3);
}

.hover\:border-s-ozc-alt-400\/40:hover {
  border-inline-start-color: rgb(255 219 80 / 0.4);
}

.hover\:border-s-ozc-alt-400\/5:hover {
  border-inline-start-color: rgb(255 219 80 / 0.05);
}

.hover\:border-s-ozc-alt-400\/50:hover {
  border-inline-start-color: rgb(255 219 80 / 0.5);
}

.hover\:border-s-ozc-alt-400\/60:hover {
  border-inline-start-color: rgb(255 219 80 / 0.6);
}

.hover\:border-s-ozc-alt-400\/70:hover {
  border-inline-start-color: rgb(255 219 80 / 0.7);
}

.hover\:border-s-ozc-alt-400\/75:hover {
  border-inline-start-color: rgb(255 219 80 / 0.75);
}

.hover\:border-s-ozc-alt-400\/80:hover {
  border-inline-start-color: rgb(255 219 80 / 0.8);
}

.hover\:border-s-ozc-alt-400\/90:hover {
  border-inline-start-color: rgb(255 219 80 / 0.9);
}

.hover\:border-s-ozc-alt-400\/95:hover {
  border-inline-start-color: rgb(255 219 80 / 0.95);
}

.hover\:border-s-ozc-alt-50:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 252 243 / var(--tw-border-opacity));
}

.hover\:border-s-ozc-alt-50\/0:hover {
  border-inline-start-color: rgb(255 252 243 / 0);
}

.hover\:border-s-ozc-alt-50\/10:hover {
  border-inline-start-color: rgb(255 252 243 / 0.1);
}

.hover\:border-s-ozc-alt-50\/100:hover {
  border-inline-start-color: rgb(255 252 243 / 1);
}

.hover\:border-s-ozc-alt-50\/20:hover {
  border-inline-start-color: rgb(255 252 243 / 0.2);
}

.hover\:border-s-ozc-alt-50\/25:hover {
  border-inline-start-color: rgb(255 252 243 / 0.25);
}

.hover\:border-s-ozc-alt-50\/30:hover {
  border-inline-start-color: rgb(255 252 243 / 0.3);
}

.hover\:border-s-ozc-alt-50\/40:hover {
  border-inline-start-color: rgb(255 252 243 / 0.4);
}

.hover\:border-s-ozc-alt-50\/5:hover {
  border-inline-start-color: rgb(255 252 243 / 0.05);
}

.hover\:border-s-ozc-alt-50\/50:hover {
  border-inline-start-color: rgb(255 252 243 / 0.5);
}

.hover\:border-s-ozc-alt-50\/60:hover {
  border-inline-start-color: rgb(255 252 243 / 0.6);
}

.hover\:border-s-ozc-alt-50\/70:hover {
  border-inline-start-color: rgb(255 252 243 / 0.7);
}

.hover\:border-s-ozc-alt-50\/75:hover {
  border-inline-start-color: rgb(255 252 243 / 0.75);
}

.hover\:border-s-ozc-alt-50\/80:hover {
  border-inline-start-color: rgb(255 252 243 / 0.8);
}

.hover\:border-s-ozc-alt-50\/90:hover {
  border-inline-start-color: rgb(255 252 243 / 0.9);
}

.hover\:border-s-ozc-alt-50\/95:hover {
  border-inline-start-color: rgb(255 252 243 / 0.95);
}

.hover\:border-s-ozc-alt-500:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 204 5 / var(--tw-border-opacity));
}

.hover\:border-s-ozc-alt-500\/0:hover {
  border-inline-start-color: rgb(255 204 5 / 0);
}

.hover\:border-s-ozc-alt-500\/10:hover {
  border-inline-start-color: rgb(255 204 5 / 0.1);
}

.hover\:border-s-ozc-alt-500\/100:hover {
  border-inline-start-color: rgb(255 204 5 / 1);
}

.hover\:border-s-ozc-alt-500\/20:hover {
  border-inline-start-color: rgb(255 204 5 / 0.2);
}

.hover\:border-s-ozc-alt-500\/25:hover {
  border-inline-start-color: rgb(255 204 5 / 0.25);
}

.hover\:border-s-ozc-alt-500\/30:hover {
  border-inline-start-color: rgb(255 204 5 / 0.3);
}

.hover\:border-s-ozc-alt-500\/40:hover {
  border-inline-start-color: rgb(255 204 5 / 0.4);
}

.hover\:border-s-ozc-alt-500\/5:hover {
  border-inline-start-color: rgb(255 204 5 / 0.05);
}

.hover\:border-s-ozc-alt-500\/50:hover {
  border-inline-start-color: rgb(255 204 5 / 0.5);
}

.hover\:border-s-ozc-alt-500\/60:hover {
  border-inline-start-color: rgb(255 204 5 / 0.6);
}

.hover\:border-s-ozc-alt-500\/70:hover {
  border-inline-start-color: rgb(255 204 5 / 0.7);
}

.hover\:border-s-ozc-alt-500\/75:hover {
  border-inline-start-color: rgb(255 204 5 / 0.75);
}

.hover\:border-s-ozc-alt-500\/80:hover {
  border-inline-start-color: rgb(255 204 5 / 0.8);
}

.hover\:border-s-ozc-alt-500\/90:hover {
  border-inline-start-color: rgb(255 204 5 / 0.9);
}

.hover\:border-s-ozc-alt-500\/95:hover {
  border-inline-start-color: rgb(255 204 5 / 0.95);
}

.hover\:border-s-ozc-alt-600:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(230 184 5 / var(--tw-border-opacity));
}

.hover\:border-s-ozc-alt-600\/0:hover {
  border-inline-start-color: rgb(230 184 5 / 0);
}

.hover\:border-s-ozc-alt-600\/10:hover {
  border-inline-start-color: rgb(230 184 5 / 0.1);
}

.hover\:border-s-ozc-alt-600\/100:hover {
  border-inline-start-color: rgb(230 184 5 / 1);
}

.hover\:border-s-ozc-alt-600\/20:hover {
  border-inline-start-color: rgb(230 184 5 / 0.2);
}

.hover\:border-s-ozc-alt-600\/25:hover {
  border-inline-start-color: rgb(230 184 5 / 0.25);
}

.hover\:border-s-ozc-alt-600\/30:hover {
  border-inline-start-color: rgb(230 184 5 / 0.3);
}

.hover\:border-s-ozc-alt-600\/40:hover {
  border-inline-start-color: rgb(230 184 5 / 0.4);
}

.hover\:border-s-ozc-alt-600\/5:hover {
  border-inline-start-color: rgb(230 184 5 / 0.05);
}

.hover\:border-s-ozc-alt-600\/50:hover {
  border-inline-start-color: rgb(230 184 5 / 0.5);
}

.hover\:border-s-ozc-alt-600\/60:hover {
  border-inline-start-color: rgb(230 184 5 / 0.6);
}

.hover\:border-s-ozc-alt-600\/70:hover {
  border-inline-start-color: rgb(230 184 5 / 0.7);
}

.hover\:border-s-ozc-alt-600\/75:hover {
  border-inline-start-color: rgb(230 184 5 / 0.75);
}

.hover\:border-s-ozc-alt-600\/80:hover {
  border-inline-start-color: rgb(230 184 5 / 0.8);
}

.hover\:border-s-ozc-alt-600\/90:hover {
  border-inline-start-color: rgb(230 184 5 / 0.9);
}

.hover\:border-s-ozc-alt-600\/95:hover {
  border-inline-start-color: rgb(230 184 5 / 0.95);
}

.hover\:border-s-ozc-alt-700:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(153 122 3 / var(--tw-border-opacity));
}

.hover\:border-s-ozc-alt-700\/0:hover {
  border-inline-start-color: rgb(153 122 3 / 0);
}

.hover\:border-s-ozc-alt-700\/10:hover {
  border-inline-start-color: rgb(153 122 3 / 0.1);
}

.hover\:border-s-ozc-alt-700\/100:hover {
  border-inline-start-color: rgb(153 122 3 / 1);
}

.hover\:border-s-ozc-alt-700\/20:hover {
  border-inline-start-color: rgb(153 122 3 / 0.2);
}

.hover\:border-s-ozc-alt-700\/25:hover {
  border-inline-start-color: rgb(153 122 3 / 0.25);
}

.hover\:border-s-ozc-alt-700\/30:hover {
  border-inline-start-color: rgb(153 122 3 / 0.3);
}

.hover\:border-s-ozc-alt-700\/40:hover {
  border-inline-start-color: rgb(153 122 3 / 0.4);
}

.hover\:border-s-ozc-alt-700\/5:hover {
  border-inline-start-color: rgb(153 122 3 / 0.05);
}

.hover\:border-s-ozc-alt-700\/50:hover {
  border-inline-start-color: rgb(153 122 3 / 0.5);
}

.hover\:border-s-ozc-alt-700\/60:hover {
  border-inline-start-color: rgb(153 122 3 / 0.6);
}

.hover\:border-s-ozc-alt-700\/70:hover {
  border-inline-start-color: rgb(153 122 3 / 0.7);
}

.hover\:border-s-ozc-alt-700\/75:hover {
  border-inline-start-color: rgb(153 122 3 / 0.75);
}

.hover\:border-s-ozc-alt-700\/80:hover {
  border-inline-start-color: rgb(153 122 3 / 0.8);
}

.hover\:border-s-ozc-alt-700\/90:hover {
  border-inline-start-color: rgb(153 122 3 / 0.9);
}

.hover\:border-s-ozc-alt-700\/95:hover {
  border-inline-start-color: rgb(153 122 3 / 0.95);
}

.hover\:border-s-ozc-alt-800:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(115 92 2 / var(--tw-border-opacity));
}

.hover\:border-s-ozc-alt-800\/0:hover {
  border-inline-start-color: rgb(115 92 2 / 0);
}

.hover\:border-s-ozc-alt-800\/10:hover {
  border-inline-start-color: rgb(115 92 2 / 0.1);
}

.hover\:border-s-ozc-alt-800\/100:hover {
  border-inline-start-color: rgb(115 92 2 / 1);
}

.hover\:border-s-ozc-alt-800\/20:hover {
  border-inline-start-color: rgb(115 92 2 / 0.2);
}

.hover\:border-s-ozc-alt-800\/25:hover {
  border-inline-start-color: rgb(115 92 2 / 0.25);
}

.hover\:border-s-ozc-alt-800\/30:hover {
  border-inline-start-color: rgb(115 92 2 / 0.3);
}

.hover\:border-s-ozc-alt-800\/40:hover {
  border-inline-start-color: rgb(115 92 2 / 0.4);
}

.hover\:border-s-ozc-alt-800\/5:hover {
  border-inline-start-color: rgb(115 92 2 / 0.05);
}

.hover\:border-s-ozc-alt-800\/50:hover {
  border-inline-start-color: rgb(115 92 2 / 0.5);
}

.hover\:border-s-ozc-alt-800\/60:hover {
  border-inline-start-color: rgb(115 92 2 / 0.6);
}

.hover\:border-s-ozc-alt-800\/70:hover {
  border-inline-start-color: rgb(115 92 2 / 0.7);
}

.hover\:border-s-ozc-alt-800\/75:hover {
  border-inline-start-color: rgb(115 92 2 / 0.75);
}

.hover\:border-s-ozc-alt-800\/80:hover {
  border-inline-start-color: rgb(115 92 2 / 0.8);
}

.hover\:border-s-ozc-alt-800\/90:hover {
  border-inline-start-color: rgb(115 92 2 / 0.9);
}

.hover\:border-s-ozc-alt-800\/95:hover {
  border-inline-start-color: rgb(115 92 2 / 0.95);
}

.hover\:border-s-ozc-alt-900:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.hover\:border-s-ozc-alt-900\/0:hover {
  border-inline-start-color: rgb(42 45 51 / 0);
}

.hover\:border-s-ozc-alt-900\/10:hover {
  border-inline-start-color: rgb(42 45 51 / 0.1);
}

.hover\:border-s-ozc-alt-900\/100:hover {
  border-inline-start-color: rgb(42 45 51 / 1);
}

.hover\:border-s-ozc-alt-900\/20:hover {
  border-inline-start-color: rgb(42 45 51 / 0.2);
}

.hover\:border-s-ozc-alt-900\/25:hover {
  border-inline-start-color: rgb(42 45 51 / 0.25);
}

.hover\:border-s-ozc-alt-900\/30:hover {
  border-inline-start-color: rgb(42 45 51 / 0.3);
}

.hover\:border-s-ozc-alt-900\/40:hover {
  border-inline-start-color: rgb(42 45 51 / 0.4);
}

.hover\:border-s-ozc-alt-900\/5:hover {
  border-inline-start-color: rgb(42 45 51 / 0.05);
}

.hover\:border-s-ozc-alt-900\/50:hover {
  border-inline-start-color: rgb(42 45 51 / 0.5);
}

.hover\:border-s-ozc-alt-900\/60:hover {
  border-inline-start-color: rgb(42 45 51 / 0.6);
}

.hover\:border-s-ozc-alt-900\/70:hover {
  border-inline-start-color: rgb(42 45 51 / 0.7);
}

.hover\:border-s-ozc-alt-900\/75:hover {
  border-inline-start-color: rgb(42 45 51 / 0.75);
}

.hover\:border-s-ozc-alt-900\/80:hover {
  border-inline-start-color: rgb(42 45 51 / 0.8);
}

.hover\:border-s-ozc-alt-900\/90:hover {
  border-inline-start-color: rgb(42 45 51 / 0.9);
}

.hover\:border-s-ozc-alt-900\/95:hover {
  border-inline-start-color: rgb(42 45 51 / 0.95);
}

.hover\:border-s-pink-100:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(252 231 243 / var(--tw-border-opacity));
}

.hover\:border-s-pink-100\/0:hover {
  border-inline-start-color: rgb(252 231 243 / 0);
}

.hover\:border-s-pink-100\/10:hover {
  border-inline-start-color: rgb(252 231 243 / 0.1);
}

.hover\:border-s-pink-100\/100:hover {
  border-inline-start-color: rgb(252 231 243 / 1);
}

.hover\:border-s-pink-100\/20:hover {
  border-inline-start-color: rgb(252 231 243 / 0.2);
}

.hover\:border-s-pink-100\/25:hover {
  border-inline-start-color: rgb(252 231 243 / 0.25);
}

.hover\:border-s-pink-100\/30:hover {
  border-inline-start-color: rgb(252 231 243 / 0.3);
}

.hover\:border-s-pink-100\/40:hover {
  border-inline-start-color: rgb(252 231 243 / 0.4);
}

.hover\:border-s-pink-100\/5:hover {
  border-inline-start-color: rgb(252 231 243 / 0.05);
}

.hover\:border-s-pink-100\/50:hover {
  border-inline-start-color: rgb(252 231 243 / 0.5);
}

.hover\:border-s-pink-100\/60:hover {
  border-inline-start-color: rgb(252 231 243 / 0.6);
}

.hover\:border-s-pink-100\/70:hover {
  border-inline-start-color: rgb(252 231 243 / 0.7);
}

.hover\:border-s-pink-100\/75:hover {
  border-inline-start-color: rgb(252 231 243 / 0.75);
}

.hover\:border-s-pink-100\/80:hover {
  border-inline-start-color: rgb(252 231 243 / 0.8);
}

.hover\:border-s-pink-100\/90:hover {
  border-inline-start-color: rgb(252 231 243 / 0.9);
}

.hover\:border-s-pink-100\/95:hover {
  border-inline-start-color: rgb(252 231 243 / 0.95);
}

.hover\:border-s-pink-200:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(251 207 232 / var(--tw-border-opacity));
}

.hover\:border-s-pink-200\/0:hover {
  border-inline-start-color: rgb(251 207 232 / 0);
}

.hover\:border-s-pink-200\/10:hover {
  border-inline-start-color: rgb(251 207 232 / 0.1);
}

.hover\:border-s-pink-200\/100:hover {
  border-inline-start-color: rgb(251 207 232 / 1);
}

.hover\:border-s-pink-200\/20:hover {
  border-inline-start-color: rgb(251 207 232 / 0.2);
}

.hover\:border-s-pink-200\/25:hover {
  border-inline-start-color: rgb(251 207 232 / 0.25);
}

.hover\:border-s-pink-200\/30:hover {
  border-inline-start-color: rgb(251 207 232 / 0.3);
}

.hover\:border-s-pink-200\/40:hover {
  border-inline-start-color: rgb(251 207 232 / 0.4);
}

.hover\:border-s-pink-200\/5:hover {
  border-inline-start-color: rgb(251 207 232 / 0.05);
}

.hover\:border-s-pink-200\/50:hover {
  border-inline-start-color: rgb(251 207 232 / 0.5);
}

.hover\:border-s-pink-200\/60:hover {
  border-inline-start-color: rgb(251 207 232 / 0.6);
}

.hover\:border-s-pink-200\/70:hover {
  border-inline-start-color: rgb(251 207 232 / 0.7);
}

.hover\:border-s-pink-200\/75:hover {
  border-inline-start-color: rgb(251 207 232 / 0.75);
}

.hover\:border-s-pink-200\/80:hover {
  border-inline-start-color: rgb(251 207 232 / 0.8);
}

.hover\:border-s-pink-200\/90:hover {
  border-inline-start-color: rgb(251 207 232 / 0.9);
}

.hover\:border-s-pink-200\/95:hover {
  border-inline-start-color: rgb(251 207 232 / 0.95);
}

.hover\:border-s-pink-300:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(249 168 212 / var(--tw-border-opacity));
}

.hover\:border-s-pink-300\/0:hover {
  border-inline-start-color: rgb(249 168 212 / 0);
}

.hover\:border-s-pink-300\/10:hover {
  border-inline-start-color: rgb(249 168 212 / 0.1);
}

.hover\:border-s-pink-300\/100:hover {
  border-inline-start-color: rgb(249 168 212 / 1);
}

.hover\:border-s-pink-300\/20:hover {
  border-inline-start-color: rgb(249 168 212 / 0.2);
}

.hover\:border-s-pink-300\/25:hover {
  border-inline-start-color: rgb(249 168 212 / 0.25);
}

.hover\:border-s-pink-300\/30:hover {
  border-inline-start-color: rgb(249 168 212 / 0.3);
}

.hover\:border-s-pink-300\/40:hover {
  border-inline-start-color: rgb(249 168 212 / 0.4);
}

.hover\:border-s-pink-300\/5:hover {
  border-inline-start-color: rgb(249 168 212 / 0.05);
}

.hover\:border-s-pink-300\/50:hover {
  border-inline-start-color: rgb(249 168 212 / 0.5);
}

.hover\:border-s-pink-300\/60:hover {
  border-inline-start-color: rgb(249 168 212 / 0.6);
}

.hover\:border-s-pink-300\/70:hover {
  border-inline-start-color: rgb(249 168 212 / 0.7);
}

.hover\:border-s-pink-300\/75:hover {
  border-inline-start-color: rgb(249 168 212 / 0.75);
}

.hover\:border-s-pink-300\/80:hover {
  border-inline-start-color: rgb(249 168 212 / 0.8);
}

.hover\:border-s-pink-300\/90:hover {
  border-inline-start-color: rgb(249 168 212 / 0.9);
}

.hover\:border-s-pink-300\/95:hover {
  border-inline-start-color: rgb(249 168 212 / 0.95);
}

.hover\:border-s-pink-400:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(244 114 182 / var(--tw-border-opacity));
}

.hover\:border-s-pink-400\/0:hover {
  border-inline-start-color: rgb(244 114 182 / 0);
}

.hover\:border-s-pink-400\/10:hover {
  border-inline-start-color: rgb(244 114 182 / 0.1);
}

.hover\:border-s-pink-400\/100:hover {
  border-inline-start-color: rgb(244 114 182 / 1);
}

.hover\:border-s-pink-400\/20:hover {
  border-inline-start-color: rgb(244 114 182 / 0.2);
}

.hover\:border-s-pink-400\/25:hover {
  border-inline-start-color: rgb(244 114 182 / 0.25);
}

.hover\:border-s-pink-400\/30:hover {
  border-inline-start-color: rgb(244 114 182 / 0.3);
}

.hover\:border-s-pink-400\/40:hover {
  border-inline-start-color: rgb(244 114 182 / 0.4);
}

.hover\:border-s-pink-400\/5:hover {
  border-inline-start-color: rgb(244 114 182 / 0.05);
}

.hover\:border-s-pink-400\/50:hover {
  border-inline-start-color: rgb(244 114 182 / 0.5);
}

.hover\:border-s-pink-400\/60:hover {
  border-inline-start-color: rgb(244 114 182 / 0.6);
}

.hover\:border-s-pink-400\/70:hover {
  border-inline-start-color: rgb(244 114 182 / 0.7);
}

.hover\:border-s-pink-400\/75:hover {
  border-inline-start-color: rgb(244 114 182 / 0.75);
}

.hover\:border-s-pink-400\/80:hover {
  border-inline-start-color: rgb(244 114 182 / 0.8);
}

.hover\:border-s-pink-400\/90:hover {
  border-inline-start-color: rgb(244 114 182 / 0.9);
}

.hover\:border-s-pink-400\/95:hover {
  border-inline-start-color: rgb(244 114 182 / 0.95);
}

.hover\:border-s-pink-50:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 242 248 / var(--tw-border-opacity));
}

.hover\:border-s-pink-50\/0:hover {
  border-inline-start-color: rgb(253 242 248 / 0);
}

.hover\:border-s-pink-50\/10:hover {
  border-inline-start-color: rgb(253 242 248 / 0.1);
}

.hover\:border-s-pink-50\/100:hover {
  border-inline-start-color: rgb(253 242 248 / 1);
}

.hover\:border-s-pink-50\/20:hover {
  border-inline-start-color: rgb(253 242 248 / 0.2);
}

.hover\:border-s-pink-50\/25:hover {
  border-inline-start-color: rgb(253 242 248 / 0.25);
}

.hover\:border-s-pink-50\/30:hover {
  border-inline-start-color: rgb(253 242 248 / 0.3);
}

.hover\:border-s-pink-50\/40:hover {
  border-inline-start-color: rgb(253 242 248 / 0.4);
}

.hover\:border-s-pink-50\/5:hover {
  border-inline-start-color: rgb(253 242 248 / 0.05);
}

.hover\:border-s-pink-50\/50:hover {
  border-inline-start-color: rgb(253 242 248 / 0.5);
}

.hover\:border-s-pink-50\/60:hover {
  border-inline-start-color: rgb(253 242 248 / 0.6);
}

.hover\:border-s-pink-50\/70:hover {
  border-inline-start-color: rgb(253 242 248 / 0.7);
}

.hover\:border-s-pink-50\/75:hover {
  border-inline-start-color: rgb(253 242 248 / 0.75);
}

.hover\:border-s-pink-50\/80:hover {
  border-inline-start-color: rgb(253 242 248 / 0.8);
}

.hover\:border-s-pink-50\/90:hover {
  border-inline-start-color: rgb(253 242 248 / 0.9);
}

.hover\:border-s-pink-50\/95:hover {
  border-inline-start-color: rgb(253 242 248 / 0.95);
}

.hover\:border-s-pink-500:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(236 72 153 / var(--tw-border-opacity));
}

.hover\:border-s-pink-500\/0:hover {
  border-inline-start-color: rgb(236 72 153 / 0);
}

.hover\:border-s-pink-500\/10:hover {
  border-inline-start-color: rgb(236 72 153 / 0.1);
}

.hover\:border-s-pink-500\/100:hover {
  border-inline-start-color: rgb(236 72 153 / 1);
}

.hover\:border-s-pink-500\/20:hover {
  border-inline-start-color: rgb(236 72 153 / 0.2);
}

.hover\:border-s-pink-500\/25:hover {
  border-inline-start-color: rgb(236 72 153 / 0.25);
}

.hover\:border-s-pink-500\/30:hover {
  border-inline-start-color: rgb(236 72 153 / 0.3);
}

.hover\:border-s-pink-500\/40:hover {
  border-inline-start-color: rgb(236 72 153 / 0.4);
}

.hover\:border-s-pink-500\/5:hover {
  border-inline-start-color: rgb(236 72 153 / 0.05);
}

.hover\:border-s-pink-500\/50:hover {
  border-inline-start-color: rgb(236 72 153 / 0.5);
}

.hover\:border-s-pink-500\/60:hover {
  border-inline-start-color: rgb(236 72 153 / 0.6);
}

.hover\:border-s-pink-500\/70:hover {
  border-inline-start-color: rgb(236 72 153 / 0.7);
}

.hover\:border-s-pink-500\/75:hover {
  border-inline-start-color: rgb(236 72 153 / 0.75);
}

.hover\:border-s-pink-500\/80:hover {
  border-inline-start-color: rgb(236 72 153 / 0.8);
}

.hover\:border-s-pink-500\/90:hover {
  border-inline-start-color: rgb(236 72 153 / 0.9);
}

.hover\:border-s-pink-500\/95:hover {
  border-inline-start-color: rgb(236 72 153 / 0.95);
}

.hover\:border-s-pink-600:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(219 39 119 / var(--tw-border-opacity));
}

.hover\:border-s-pink-600\/0:hover {
  border-inline-start-color: rgb(219 39 119 / 0);
}

.hover\:border-s-pink-600\/10:hover {
  border-inline-start-color: rgb(219 39 119 / 0.1);
}

.hover\:border-s-pink-600\/100:hover {
  border-inline-start-color: rgb(219 39 119 / 1);
}

.hover\:border-s-pink-600\/20:hover {
  border-inline-start-color: rgb(219 39 119 / 0.2);
}

.hover\:border-s-pink-600\/25:hover {
  border-inline-start-color: rgb(219 39 119 / 0.25);
}

.hover\:border-s-pink-600\/30:hover {
  border-inline-start-color: rgb(219 39 119 / 0.3);
}

.hover\:border-s-pink-600\/40:hover {
  border-inline-start-color: rgb(219 39 119 / 0.4);
}

.hover\:border-s-pink-600\/5:hover {
  border-inline-start-color: rgb(219 39 119 / 0.05);
}

.hover\:border-s-pink-600\/50:hover {
  border-inline-start-color: rgb(219 39 119 / 0.5);
}

.hover\:border-s-pink-600\/60:hover {
  border-inline-start-color: rgb(219 39 119 / 0.6);
}

.hover\:border-s-pink-600\/70:hover {
  border-inline-start-color: rgb(219 39 119 / 0.7);
}

.hover\:border-s-pink-600\/75:hover {
  border-inline-start-color: rgb(219 39 119 / 0.75);
}

.hover\:border-s-pink-600\/80:hover {
  border-inline-start-color: rgb(219 39 119 / 0.8);
}

.hover\:border-s-pink-600\/90:hover {
  border-inline-start-color: rgb(219 39 119 / 0.9);
}

.hover\:border-s-pink-600\/95:hover {
  border-inline-start-color: rgb(219 39 119 / 0.95);
}

.hover\:border-s-pink-700:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(190 24 93 / var(--tw-border-opacity));
}

.hover\:border-s-pink-700\/0:hover {
  border-inline-start-color: rgb(190 24 93 / 0);
}

.hover\:border-s-pink-700\/10:hover {
  border-inline-start-color: rgb(190 24 93 / 0.1);
}

.hover\:border-s-pink-700\/100:hover {
  border-inline-start-color: rgb(190 24 93 / 1);
}

.hover\:border-s-pink-700\/20:hover {
  border-inline-start-color: rgb(190 24 93 / 0.2);
}

.hover\:border-s-pink-700\/25:hover {
  border-inline-start-color: rgb(190 24 93 / 0.25);
}

.hover\:border-s-pink-700\/30:hover {
  border-inline-start-color: rgb(190 24 93 / 0.3);
}

.hover\:border-s-pink-700\/40:hover {
  border-inline-start-color: rgb(190 24 93 / 0.4);
}

.hover\:border-s-pink-700\/5:hover {
  border-inline-start-color: rgb(190 24 93 / 0.05);
}

.hover\:border-s-pink-700\/50:hover {
  border-inline-start-color: rgb(190 24 93 / 0.5);
}

.hover\:border-s-pink-700\/60:hover {
  border-inline-start-color: rgb(190 24 93 / 0.6);
}

.hover\:border-s-pink-700\/70:hover {
  border-inline-start-color: rgb(190 24 93 / 0.7);
}

.hover\:border-s-pink-700\/75:hover {
  border-inline-start-color: rgb(190 24 93 / 0.75);
}

.hover\:border-s-pink-700\/80:hover {
  border-inline-start-color: rgb(190 24 93 / 0.8);
}

.hover\:border-s-pink-700\/90:hover {
  border-inline-start-color: rgb(190 24 93 / 0.9);
}

.hover\:border-s-pink-700\/95:hover {
  border-inline-start-color: rgb(190 24 93 / 0.95);
}

.hover\:border-s-pink-800:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(157 23 77 / var(--tw-border-opacity));
}

.hover\:border-s-pink-800\/0:hover {
  border-inline-start-color: rgb(157 23 77 / 0);
}

.hover\:border-s-pink-800\/10:hover {
  border-inline-start-color: rgb(157 23 77 / 0.1);
}

.hover\:border-s-pink-800\/100:hover {
  border-inline-start-color: rgb(157 23 77 / 1);
}

.hover\:border-s-pink-800\/20:hover {
  border-inline-start-color: rgb(157 23 77 / 0.2);
}

.hover\:border-s-pink-800\/25:hover {
  border-inline-start-color: rgb(157 23 77 / 0.25);
}

.hover\:border-s-pink-800\/30:hover {
  border-inline-start-color: rgb(157 23 77 / 0.3);
}

.hover\:border-s-pink-800\/40:hover {
  border-inline-start-color: rgb(157 23 77 / 0.4);
}

.hover\:border-s-pink-800\/5:hover {
  border-inline-start-color: rgb(157 23 77 / 0.05);
}

.hover\:border-s-pink-800\/50:hover {
  border-inline-start-color: rgb(157 23 77 / 0.5);
}

.hover\:border-s-pink-800\/60:hover {
  border-inline-start-color: rgb(157 23 77 / 0.6);
}

.hover\:border-s-pink-800\/70:hover {
  border-inline-start-color: rgb(157 23 77 / 0.7);
}

.hover\:border-s-pink-800\/75:hover {
  border-inline-start-color: rgb(157 23 77 / 0.75);
}

.hover\:border-s-pink-800\/80:hover {
  border-inline-start-color: rgb(157 23 77 / 0.8);
}

.hover\:border-s-pink-800\/90:hover {
  border-inline-start-color: rgb(157 23 77 / 0.9);
}

.hover\:border-s-pink-800\/95:hover {
  border-inline-start-color: rgb(157 23 77 / 0.95);
}

.hover\:border-s-pink-900:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(131 24 67 / var(--tw-border-opacity));
}

.hover\:border-s-pink-900\/0:hover {
  border-inline-start-color: rgb(131 24 67 / 0);
}

.hover\:border-s-pink-900\/10:hover {
  border-inline-start-color: rgb(131 24 67 / 0.1);
}

.hover\:border-s-pink-900\/100:hover {
  border-inline-start-color: rgb(131 24 67 / 1);
}

.hover\:border-s-pink-900\/20:hover {
  border-inline-start-color: rgb(131 24 67 / 0.2);
}

.hover\:border-s-pink-900\/25:hover {
  border-inline-start-color: rgb(131 24 67 / 0.25);
}

.hover\:border-s-pink-900\/30:hover {
  border-inline-start-color: rgb(131 24 67 / 0.3);
}

.hover\:border-s-pink-900\/40:hover {
  border-inline-start-color: rgb(131 24 67 / 0.4);
}

.hover\:border-s-pink-900\/5:hover {
  border-inline-start-color: rgb(131 24 67 / 0.05);
}

.hover\:border-s-pink-900\/50:hover {
  border-inline-start-color: rgb(131 24 67 / 0.5);
}

.hover\:border-s-pink-900\/60:hover {
  border-inline-start-color: rgb(131 24 67 / 0.6);
}

.hover\:border-s-pink-900\/70:hover {
  border-inline-start-color: rgb(131 24 67 / 0.7);
}

.hover\:border-s-pink-900\/75:hover {
  border-inline-start-color: rgb(131 24 67 / 0.75);
}

.hover\:border-s-pink-900\/80:hover {
  border-inline-start-color: rgb(131 24 67 / 0.8);
}

.hover\:border-s-pink-900\/90:hover {
  border-inline-start-color: rgb(131 24 67 / 0.9);
}

.hover\:border-s-pink-900\/95:hover {
  border-inline-start-color: rgb(131 24 67 / 0.95);
}

.hover\:border-s-pink-950:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(80 7 36 / var(--tw-border-opacity));
}

.hover\:border-s-pink-950\/0:hover {
  border-inline-start-color: rgb(80 7 36 / 0);
}

.hover\:border-s-pink-950\/10:hover {
  border-inline-start-color: rgb(80 7 36 / 0.1);
}

.hover\:border-s-pink-950\/100:hover {
  border-inline-start-color: rgb(80 7 36 / 1);
}

.hover\:border-s-pink-950\/20:hover {
  border-inline-start-color: rgb(80 7 36 / 0.2);
}

.hover\:border-s-pink-950\/25:hover {
  border-inline-start-color: rgb(80 7 36 / 0.25);
}

.hover\:border-s-pink-950\/30:hover {
  border-inline-start-color: rgb(80 7 36 / 0.3);
}

.hover\:border-s-pink-950\/40:hover {
  border-inline-start-color: rgb(80 7 36 / 0.4);
}

.hover\:border-s-pink-950\/5:hover {
  border-inline-start-color: rgb(80 7 36 / 0.05);
}

.hover\:border-s-pink-950\/50:hover {
  border-inline-start-color: rgb(80 7 36 / 0.5);
}

.hover\:border-s-pink-950\/60:hover {
  border-inline-start-color: rgb(80 7 36 / 0.6);
}

.hover\:border-s-pink-950\/70:hover {
  border-inline-start-color: rgb(80 7 36 / 0.7);
}

.hover\:border-s-pink-950\/75:hover {
  border-inline-start-color: rgb(80 7 36 / 0.75);
}

.hover\:border-s-pink-950\/80:hover {
  border-inline-start-color: rgb(80 7 36 / 0.8);
}

.hover\:border-s-pink-950\/90:hover {
  border-inline-start-color: rgb(80 7 36 / 0.9);
}

.hover\:border-s-pink-950\/95:hover {
  border-inline-start-color: rgb(80 7 36 / 0.95);
}

.hover\:border-s-purple-100:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(243 232 255 / var(--tw-border-opacity));
}

.hover\:border-s-purple-100\/0:hover {
  border-inline-start-color: rgb(243 232 255 / 0);
}

.hover\:border-s-purple-100\/10:hover {
  border-inline-start-color: rgb(243 232 255 / 0.1);
}

.hover\:border-s-purple-100\/100:hover {
  border-inline-start-color: rgb(243 232 255 / 1);
}

.hover\:border-s-purple-100\/20:hover {
  border-inline-start-color: rgb(243 232 255 / 0.2);
}

.hover\:border-s-purple-100\/25:hover {
  border-inline-start-color: rgb(243 232 255 / 0.25);
}

.hover\:border-s-purple-100\/30:hover {
  border-inline-start-color: rgb(243 232 255 / 0.3);
}

.hover\:border-s-purple-100\/40:hover {
  border-inline-start-color: rgb(243 232 255 / 0.4);
}

.hover\:border-s-purple-100\/5:hover {
  border-inline-start-color: rgb(243 232 255 / 0.05);
}

.hover\:border-s-purple-100\/50:hover {
  border-inline-start-color: rgb(243 232 255 / 0.5);
}

.hover\:border-s-purple-100\/60:hover {
  border-inline-start-color: rgb(243 232 255 / 0.6);
}

.hover\:border-s-purple-100\/70:hover {
  border-inline-start-color: rgb(243 232 255 / 0.7);
}

.hover\:border-s-purple-100\/75:hover {
  border-inline-start-color: rgb(243 232 255 / 0.75);
}

.hover\:border-s-purple-100\/80:hover {
  border-inline-start-color: rgb(243 232 255 / 0.8);
}

.hover\:border-s-purple-100\/90:hover {
  border-inline-start-color: rgb(243 232 255 / 0.9);
}

.hover\:border-s-purple-100\/95:hover {
  border-inline-start-color: rgb(243 232 255 / 0.95);
}

.hover\:border-s-purple-200:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(233 213 255 / var(--tw-border-opacity));
}

.hover\:border-s-purple-200\/0:hover {
  border-inline-start-color: rgb(233 213 255 / 0);
}

.hover\:border-s-purple-200\/10:hover {
  border-inline-start-color: rgb(233 213 255 / 0.1);
}

.hover\:border-s-purple-200\/100:hover {
  border-inline-start-color: rgb(233 213 255 / 1);
}

.hover\:border-s-purple-200\/20:hover {
  border-inline-start-color: rgb(233 213 255 / 0.2);
}

.hover\:border-s-purple-200\/25:hover {
  border-inline-start-color: rgb(233 213 255 / 0.25);
}

.hover\:border-s-purple-200\/30:hover {
  border-inline-start-color: rgb(233 213 255 / 0.3);
}

.hover\:border-s-purple-200\/40:hover {
  border-inline-start-color: rgb(233 213 255 / 0.4);
}

.hover\:border-s-purple-200\/5:hover {
  border-inline-start-color: rgb(233 213 255 / 0.05);
}

.hover\:border-s-purple-200\/50:hover {
  border-inline-start-color: rgb(233 213 255 / 0.5);
}

.hover\:border-s-purple-200\/60:hover {
  border-inline-start-color: rgb(233 213 255 / 0.6);
}

.hover\:border-s-purple-200\/70:hover {
  border-inline-start-color: rgb(233 213 255 / 0.7);
}

.hover\:border-s-purple-200\/75:hover {
  border-inline-start-color: rgb(233 213 255 / 0.75);
}

.hover\:border-s-purple-200\/80:hover {
  border-inline-start-color: rgb(233 213 255 / 0.8);
}

.hover\:border-s-purple-200\/90:hover {
  border-inline-start-color: rgb(233 213 255 / 0.9);
}

.hover\:border-s-purple-200\/95:hover {
  border-inline-start-color: rgb(233 213 255 / 0.95);
}

.hover\:border-s-purple-300:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(216 180 254 / var(--tw-border-opacity));
}

.hover\:border-s-purple-300\/0:hover {
  border-inline-start-color: rgb(216 180 254 / 0);
}

.hover\:border-s-purple-300\/10:hover {
  border-inline-start-color: rgb(216 180 254 / 0.1);
}

.hover\:border-s-purple-300\/100:hover {
  border-inline-start-color: rgb(216 180 254 / 1);
}

.hover\:border-s-purple-300\/20:hover {
  border-inline-start-color: rgb(216 180 254 / 0.2);
}

.hover\:border-s-purple-300\/25:hover {
  border-inline-start-color: rgb(216 180 254 / 0.25);
}

.hover\:border-s-purple-300\/30:hover {
  border-inline-start-color: rgb(216 180 254 / 0.3);
}

.hover\:border-s-purple-300\/40:hover {
  border-inline-start-color: rgb(216 180 254 / 0.4);
}

.hover\:border-s-purple-300\/5:hover {
  border-inline-start-color: rgb(216 180 254 / 0.05);
}

.hover\:border-s-purple-300\/50:hover {
  border-inline-start-color: rgb(216 180 254 / 0.5);
}

.hover\:border-s-purple-300\/60:hover {
  border-inline-start-color: rgb(216 180 254 / 0.6);
}

.hover\:border-s-purple-300\/70:hover {
  border-inline-start-color: rgb(216 180 254 / 0.7);
}

.hover\:border-s-purple-300\/75:hover {
  border-inline-start-color: rgb(216 180 254 / 0.75);
}

.hover\:border-s-purple-300\/80:hover {
  border-inline-start-color: rgb(216 180 254 / 0.8);
}

.hover\:border-s-purple-300\/90:hover {
  border-inline-start-color: rgb(216 180 254 / 0.9);
}

.hover\:border-s-purple-300\/95:hover {
  border-inline-start-color: rgb(216 180 254 / 0.95);
}

.hover\:border-s-purple-400:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(192 132 252 / var(--tw-border-opacity));
}

.hover\:border-s-purple-400\/0:hover {
  border-inline-start-color: rgb(192 132 252 / 0);
}

.hover\:border-s-purple-400\/10:hover {
  border-inline-start-color: rgb(192 132 252 / 0.1);
}

.hover\:border-s-purple-400\/100:hover {
  border-inline-start-color: rgb(192 132 252 / 1);
}

.hover\:border-s-purple-400\/20:hover {
  border-inline-start-color: rgb(192 132 252 / 0.2);
}

.hover\:border-s-purple-400\/25:hover {
  border-inline-start-color: rgb(192 132 252 / 0.25);
}

.hover\:border-s-purple-400\/30:hover {
  border-inline-start-color: rgb(192 132 252 / 0.3);
}

.hover\:border-s-purple-400\/40:hover {
  border-inline-start-color: rgb(192 132 252 / 0.4);
}

.hover\:border-s-purple-400\/5:hover {
  border-inline-start-color: rgb(192 132 252 / 0.05);
}

.hover\:border-s-purple-400\/50:hover {
  border-inline-start-color: rgb(192 132 252 / 0.5);
}

.hover\:border-s-purple-400\/60:hover {
  border-inline-start-color: rgb(192 132 252 / 0.6);
}

.hover\:border-s-purple-400\/70:hover {
  border-inline-start-color: rgb(192 132 252 / 0.7);
}

.hover\:border-s-purple-400\/75:hover {
  border-inline-start-color: rgb(192 132 252 / 0.75);
}

.hover\:border-s-purple-400\/80:hover {
  border-inline-start-color: rgb(192 132 252 / 0.8);
}

.hover\:border-s-purple-400\/90:hover {
  border-inline-start-color: rgb(192 132 252 / 0.9);
}

.hover\:border-s-purple-400\/95:hover {
  border-inline-start-color: rgb(192 132 252 / 0.95);
}

.hover\:border-s-purple-50:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 245 255 / var(--tw-border-opacity));
}

.hover\:border-s-purple-50\/0:hover {
  border-inline-start-color: rgb(250 245 255 / 0);
}

.hover\:border-s-purple-50\/10:hover {
  border-inline-start-color: rgb(250 245 255 / 0.1);
}

.hover\:border-s-purple-50\/100:hover {
  border-inline-start-color: rgb(250 245 255 / 1);
}

.hover\:border-s-purple-50\/20:hover {
  border-inline-start-color: rgb(250 245 255 / 0.2);
}

.hover\:border-s-purple-50\/25:hover {
  border-inline-start-color: rgb(250 245 255 / 0.25);
}

.hover\:border-s-purple-50\/30:hover {
  border-inline-start-color: rgb(250 245 255 / 0.3);
}

.hover\:border-s-purple-50\/40:hover {
  border-inline-start-color: rgb(250 245 255 / 0.4);
}

.hover\:border-s-purple-50\/5:hover {
  border-inline-start-color: rgb(250 245 255 / 0.05);
}

.hover\:border-s-purple-50\/50:hover {
  border-inline-start-color: rgb(250 245 255 / 0.5);
}

.hover\:border-s-purple-50\/60:hover {
  border-inline-start-color: rgb(250 245 255 / 0.6);
}

.hover\:border-s-purple-50\/70:hover {
  border-inline-start-color: rgb(250 245 255 / 0.7);
}

.hover\:border-s-purple-50\/75:hover {
  border-inline-start-color: rgb(250 245 255 / 0.75);
}

.hover\:border-s-purple-50\/80:hover {
  border-inline-start-color: rgb(250 245 255 / 0.8);
}

.hover\:border-s-purple-50\/90:hover {
  border-inline-start-color: rgb(250 245 255 / 0.9);
}

.hover\:border-s-purple-50\/95:hover {
  border-inline-start-color: rgb(250 245 255 / 0.95);
}

.hover\:border-s-purple-500:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(168 85 247 / var(--tw-border-opacity));
}

.hover\:border-s-purple-500\/0:hover {
  border-inline-start-color: rgb(168 85 247 / 0);
}

.hover\:border-s-purple-500\/10:hover {
  border-inline-start-color: rgb(168 85 247 / 0.1);
}

.hover\:border-s-purple-500\/100:hover {
  border-inline-start-color: rgb(168 85 247 / 1);
}

.hover\:border-s-purple-500\/20:hover {
  border-inline-start-color: rgb(168 85 247 / 0.2);
}

.hover\:border-s-purple-500\/25:hover {
  border-inline-start-color: rgb(168 85 247 / 0.25);
}

.hover\:border-s-purple-500\/30:hover {
  border-inline-start-color: rgb(168 85 247 / 0.3);
}

.hover\:border-s-purple-500\/40:hover {
  border-inline-start-color: rgb(168 85 247 / 0.4);
}

.hover\:border-s-purple-500\/5:hover {
  border-inline-start-color: rgb(168 85 247 / 0.05);
}

.hover\:border-s-purple-500\/50:hover {
  border-inline-start-color: rgb(168 85 247 / 0.5);
}

.hover\:border-s-purple-500\/60:hover {
  border-inline-start-color: rgb(168 85 247 / 0.6);
}

.hover\:border-s-purple-500\/70:hover {
  border-inline-start-color: rgb(168 85 247 / 0.7);
}

.hover\:border-s-purple-500\/75:hover {
  border-inline-start-color: rgb(168 85 247 / 0.75);
}

.hover\:border-s-purple-500\/80:hover {
  border-inline-start-color: rgb(168 85 247 / 0.8);
}

.hover\:border-s-purple-500\/90:hover {
  border-inline-start-color: rgb(168 85 247 / 0.9);
}

.hover\:border-s-purple-500\/95:hover {
  border-inline-start-color: rgb(168 85 247 / 0.95);
}

.hover\:border-s-purple-600:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(147 51 234 / var(--tw-border-opacity));
}

.hover\:border-s-purple-600\/0:hover {
  border-inline-start-color: rgb(147 51 234 / 0);
}

.hover\:border-s-purple-600\/10:hover {
  border-inline-start-color: rgb(147 51 234 / 0.1);
}

.hover\:border-s-purple-600\/100:hover {
  border-inline-start-color: rgb(147 51 234 / 1);
}

.hover\:border-s-purple-600\/20:hover {
  border-inline-start-color: rgb(147 51 234 / 0.2);
}

.hover\:border-s-purple-600\/25:hover {
  border-inline-start-color: rgb(147 51 234 / 0.25);
}

.hover\:border-s-purple-600\/30:hover {
  border-inline-start-color: rgb(147 51 234 / 0.3);
}

.hover\:border-s-purple-600\/40:hover {
  border-inline-start-color: rgb(147 51 234 / 0.4);
}

.hover\:border-s-purple-600\/5:hover {
  border-inline-start-color: rgb(147 51 234 / 0.05);
}

.hover\:border-s-purple-600\/50:hover {
  border-inline-start-color: rgb(147 51 234 / 0.5);
}

.hover\:border-s-purple-600\/60:hover {
  border-inline-start-color: rgb(147 51 234 / 0.6);
}

.hover\:border-s-purple-600\/70:hover {
  border-inline-start-color: rgb(147 51 234 / 0.7);
}

.hover\:border-s-purple-600\/75:hover {
  border-inline-start-color: rgb(147 51 234 / 0.75);
}

.hover\:border-s-purple-600\/80:hover {
  border-inline-start-color: rgb(147 51 234 / 0.8);
}

.hover\:border-s-purple-600\/90:hover {
  border-inline-start-color: rgb(147 51 234 / 0.9);
}

.hover\:border-s-purple-600\/95:hover {
  border-inline-start-color: rgb(147 51 234 / 0.95);
}

.hover\:border-s-purple-700:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(126 34 206 / var(--tw-border-opacity));
}

.hover\:border-s-purple-700\/0:hover {
  border-inline-start-color: rgb(126 34 206 / 0);
}

.hover\:border-s-purple-700\/10:hover {
  border-inline-start-color: rgb(126 34 206 / 0.1);
}

.hover\:border-s-purple-700\/100:hover {
  border-inline-start-color: rgb(126 34 206 / 1);
}

.hover\:border-s-purple-700\/20:hover {
  border-inline-start-color: rgb(126 34 206 / 0.2);
}

.hover\:border-s-purple-700\/25:hover {
  border-inline-start-color: rgb(126 34 206 / 0.25);
}

.hover\:border-s-purple-700\/30:hover {
  border-inline-start-color: rgb(126 34 206 / 0.3);
}

.hover\:border-s-purple-700\/40:hover {
  border-inline-start-color: rgb(126 34 206 / 0.4);
}

.hover\:border-s-purple-700\/5:hover {
  border-inline-start-color: rgb(126 34 206 / 0.05);
}

.hover\:border-s-purple-700\/50:hover {
  border-inline-start-color: rgb(126 34 206 / 0.5);
}

.hover\:border-s-purple-700\/60:hover {
  border-inline-start-color: rgb(126 34 206 / 0.6);
}

.hover\:border-s-purple-700\/70:hover {
  border-inline-start-color: rgb(126 34 206 / 0.7);
}

.hover\:border-s-purple-700\/75:hover {
  border-inline-start-color: rgb(126 34 206 / 0.75);
}

.hover\:border-s-purple-700\/80:hover {
  border-inline-start-color: rgb(126 34 206 / 0.8);
}

.hover\:border-s-purple-700\/90:hover {
  border-inline-start-color: rgb(126 34 206 / 0.9);
}

.hover\:border-s-purple-700\/95:hover {
  border-inline-start-color: rgb(126 34 206 / 0.95);
}

.hover\:border-s-purple-800:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(107 33 168 / var(--tw-border-opacity));
}

.hover\:border-s-purple-800\/0:hover {
  border-inline-start-color: rgb(107 33 168 / 0);
}

.hover\:border-s-purple-800\/10:hover {
  border-inline-start-color: rgb(107 33 168 / 0.1);
}

.hover\:border-s-purple-800\/100:hover {
  border-inline-start-color: rgb(107 33 168 / 1);
}

.hover\:border-s-purple-800\/20:hover {
  border-inline-start-color: rgb(107 33 168 / 0.2);
}

.hover\:border-s-purple-800\/25:hover {
  border-inline-start-color: rgb(107 33 168 / 0.25);
}

.hover\:border-s-purple-800\/30:hover {
  border-inline-start-color: rgb(107 33 168 / 0.3);
}

.hover\:border-s-purple-800\/40:hover {
  border-inline-start-color: rgb(107 33 168 / 0.4);
}

.hover\:border-s-purple-800\/5:hover {
  border-inline-start-color: rgb(107 33 168 / 0.05);
}

.hover\:border-s-purple-800\/50:hover {
  border-inline-start-color: rgb(107 33 168 / 0.5);
}

.hover\:border-s-purple-800\/60:hover {
  border-inline-start-color: rgb(107 33 168 / 0.6);
}

.hover\:border-s-purple-800\/70:hover {
  border-inline-start-color: rgb(107 33 168 / 0.7);
}

.hover\:border-s-purple-800\/75:hover {
  border-inline-start-color: rgb(107 33 168 / 0.75);
}

.hover\:border-s-purple-800\/80:hover {
  border-inline-start-color: rgb(107 33 168 / 0.8);
}

.hover\:border-s-purple-800\/90:hover {
  border-inline-start-color: rgb(107 33 168 / 0.9);
}

.hover\:border-s-purple-800\/95:hover {
  border-inline-start-color: rgb(107 33 168 / 0.95);
}

.hover\:border-s-purple-900:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(88 28 135 / var(--tw-border-opacity));
}

.hover\:border-s-purple-900\/0:hover {
  border-inline-start-color: rgb(88 28 135 / 0);
}

.hover\:border-s-purple-900\/10:hover {
  border-inline-start-color: rgb(88 28 135 / 0.1);
}

.hover\:border-s-purple-900\/100:hover {
  border-inline-start-color: rgb(88 28 135 / 1);
}

.hover\:border-s-purple-900\/20:hover {
  border-inline-start-color: rgb(88 28 135 / 0.2);
}

.hover\:border-s-purple-900\/25:hover {
  border-inline-start-color: rgb(88 28 135 / 0.25);
}

.hover\:border-s-purple-900\/30:hover {
  border-inline-start-color: rgb(88 28 135 / 0.3);
}

.hover\:border-s-purple-900\/40:hover {
  border-inline-start-color: rgb(88 28 135 / 0.4);
}

.hover\:border-s-purple-900\/5:hover {
  border-inline-start-color: rgb(88 28 135 / 0.05);
}

.hover\:border-s-purple-900\/50:hover {
  border-inline-start-color: rgb(88 28 135 / 0.5);
}

.hover\:border-s-purple-900\/60:hover {
  border-inline-start-color: rgb(88 28 135 / 0.6);
}

.hover\:border-s-purple-900\/70:hover {
  border-inline-start-color: rgb(88 28 135 / 0.7);
}

.hover\:border-s-purple-900\/75:hover {
  border-inline-start-color: rgb(88 28 135 / 0.75);
}

.hover\:border-s-purple-900\/80:hover {
  border-inline-start-color: rgb(88 28 135 / 0.8);
}

.hover\:border-s-purple-900\/90:hover {
  border-inline-start-color: rgb(88 28 135 / 0.9);
}

.hover\:border-s-purple-900\/95:hover {
  border-inline-start-color: rgb(88 28 135 / 0.95);
}

.hover\:border-s-purple-950:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(59 7 100 / var(--tw-border-opacity));
}

.hover\:border-s-purple-950\/0:hover {
  border-inline-start-color: rgb(59 7 100 / 0);
}

.hover\:border-s-purple-950\/10:hover {
  border-inline-start-color: rgb(59 7 100 / 0.1);
}

.hover\:border-s-purple-950\/100:hover {
  border-inline-start-color: rgb(59 7 100 / 1);
}

.hover\:border-s-purple-950\/20:hover {
  border-inline-start-color: rgb(59 7 100 / 0.2);
}

.hover\:border-s-purple-950\/25:hover {
  border-inline-start-color: rgb(59 7 100 / 0.25);
}

.hover\:border-s-purple-950\/30:hover {
  border-inline-start-color: rgb(59 7 100 / 0.3);
}

.hover\:border-s-purple-950\/40:hover {
  border-inline-start-color: rgb(59 7 100 / 0.4);
}

.hover\:border-s-purple-950\/5:hover {
  border-inline-start-color: rgb(59 7 100 / 0.05);
}

.hover\:border-s-purple-950\/50:hover {
  border-inline-start-color: rgb(59 7 100 / 0.5);
}

.hover\:border-s-purple-950\/60:hover {
  border-inline-start-color: rgb(59 7 100 / 0.6);
}

.hover\:border-s-purple-950\/70:hover {
  border-inline-start-color: rgb(59 7 100 / 0.7);
}

.hover\:border-s-purple-950\/75:hover {
  border-inline-start-color: rgb(59 7 100 / 0.75);
}

.hover\:border-s-purple-950\/80:hover {
  border-inline-start-color: rgb(59 7 100 / 0.8);
}

.hover\:border-s-purple-950\/90:hover {
  border-inline-start-color: rgb(59 7 100 / 0.9);
}

.hover\:border-s-purple-950\/95:hover {
  border-inline-start-color: rgb(59 7 100 / 0.95);
}

.hover\:border-s-red-100:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 226 226 / var(--tw-border-opacity));
}

.hover\:border-s-red-100\/0:hover {
  border-inline-start-color: rgb(254 226 226 / 0);
}

.hover\:border-s-red-100\/10:hover {
  border-inline-start-color: rgb(254 226 226 / 0.1);
}

.hover\:border-s-red-100\/100:hover {
  border-inline-start-color: rgb(254 226 226 / 1);
}

.hover\:border-s-red-100\/20:hover {
  border-inline-start-color: rgb(254 226 226 / 0.2);
}

.hover\:border-s-red-100\/25:hover {
  border-inline-start-color: rgb(254 226 226 / 0.25);
}

.hover\:border-s-red-100\/30:hover {
  border-inline-start-color: rgb(254 226 226 / 0.3);
}

.hover\:border-s-red-100\/40:hover {
  border-inline-start-color: rgb(254 226 226 / 0.4);
}

.hover\:border-s-red-100\/5:hover {
  border-inline-start-color: rgb(254 226 226 / 0.05);
}

.hover\:border-s-red-100\/50:hover {
  border-inline-start-color: rgb(254 226 226 / 0.5);
}

.hover\:border-s-red-100\/60:hover {
  border-inline-start-color: rgb(254 226 226 / 0.6);
}

.hover\:border-s-red-100\/70:hover {
  border-inline-start-color: rgb(254 226 226 / 0.7);
}

.hover\:border-s-red-100\/75:hover {
  border-inline-start-color: rgb(254 226 226 / 0.75);
}

.hover\:border-s-red-100\/80:hover {
  border-inline-start-color: rgb(254 226 226 / 0.8);
}

.hover\:border-s-red-100\/90:hover {
  border-inline-start-color: rgb(254 226 226 / 0.9);
}

.hover\:border-s-red-100\/95:hover {
  border-inline-start-color: rgb(254 226 226 / 0.95);
}

.hover\:border-s-red-200:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.hover\:border-s-red-200\/0:hover {
  border-inline-start-color: rgb(254 202 202 / 0);
}

.hover\:border-s-red-200\/10:hover {
  border-inline-start-color: rgb(254 202 202 / 0.1);
}

.hover\:border-s-red-200\/100:hover {
  border-inline-start-color: rgb(254 202 202 / 1);
}

.hover\:border-s-red-200\/20:hover {
  border-inline-start-color: rgb(254 202 202 / 0.2);
}

.hover\:border-s-red-200\/25:hover {
  border-inline-start-color: rgb(254 202 202 / 0.25);
}

.hover\:border-s-red-200\/30:hover {
  border-inline-start-color: rgb(254 202 202 / 0.3);
}

.hover\:border-s-red-200\/40:hover {
  border-inline-start-color: rgb(254 202 202 / 0.4);
}

.hover\:border-s-red-200\/5:hover {
  border-inline-start-color: rgb(254 202 202 / 0.05);
}

.hover\:border-s-red-200\/50:hover {
  border-inline-start-color: rgb(254 202 202 / 0.5);
}

.hover\:border-s-red-200\/60:hover {
  border-inline-start-color: rgb(254 202 202 / 0.6);
}

.hover\:border-s-red-200\/70:hover {
  border-inline-start-color: rgb(254 202 202 / 0.7);
}

.hover\:border-s-red-200\/75:hover {
  border-inline-start-color: rgb(254 202 202 / 0.75);
}

.hover\:border-s-red-200\/80:hover {
  border-inline-start-color: rgb(254 202 202 / 0.8);
}

.hover\:border-s-red-200\/90:hover {
  border-inline-start-color: rgb(254 202 202 / 0.9);
}

.hover\:border-s-red-200\/95:hover {
  border-inline-start-color: rgb(254 202 202 / 0.95);
}

.hover\:border-s-red-300:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.hover\:border-s-red-300\/0:hover {
  border-inline-start-color: rgb(252 165 165 / 0);
}

.hover\:border-s-red-300\/10:hover {
  border-inline-start-color: rgb(252 165 165 / 0.1);
}

.hover\:border-s-red-300\/100:hover {
  border-inline-start-color: rgb(252 165 165 / 1);
}

.hover\:border-s-red-300\/20:hover {
  border-inline-start-color: rgb(252 165 165 / 0.2);
}

.hover\:border-s-red-300\/25:hover {
  border-inline-start-color: rgb(252 165 165 / 0.25);
}

.hover\:border-s-red-300\/30:hover {
  border-inline-start-color: rgb(252 165 165 / 0.3);
}

.hover\:border-s-red-300\/40:hover {
  border-inline-start-color: rgb(252 165 165 / 0.4);
}

.hover\:border-s-red-300\/5:hover {
  border-inline-start-color: rgb(252 165 165 / 0.05);
}

.hover\:border-s-red-300\/50:hover {
  border-inline-start-color: rgb(252 165 165 / 0.5);
}

.hover\:border-s-red-300\/60:hover {
  border-inline-start-color: rgb(252 165 165 / 0.6);
}

.hover\:border-s-red-300\/70:hover {
  border-inline-start-color: rgb(252 165 165 / 0.7);
}

.hover\:border-s-red-300\/75:hover {
  border-inline-start-color: rgb(252 165 165 / 0.75);
}

.hover\:border-s-red-300\/80:hover {
  border-inline-start-color: rgb(252 165 165 / 0.8);
}

.hover\:border-s-red-300\/90:hover {
  border-inline-start-color: rgb(252 165 165 / 0.9);
}

.hover\:border-s-red-300\/95:hover {
  border-inline-start-color: rgb(252 165 165 / 0.95);
}

.hover\:border-s-red-400:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.hover\:border-s-red-400\/0:hover {
  border-inline-start-color: rgb(248 113 113 / 0);
}

.hover\:border-s-red-400\/10:hover {
  border-inline-start-color: rgb(248 113 113 / 0.1);
}

.hover\:border-s-red-400\/100:hover {
  border-inline-start-color: rgb(248 113 113 / 1);
}

.hover\:border-s-red-400\/20:hover {
  border-inline-start-color: rgb(248 113 113 / 0.2);
}

.hover\:border-s-red-400\/25:hover {
  border-inline-start-color: rgb(248 113 113 / 0.25);
}

.hover\:border-s-red-400\/30:hover {
  border-inline-start-color: rgb(248 113 113 / 0.3);
}

.hover\:border-s-red-400\/40:hover {
  border-inline-start-color: rgb(248 113 113 / 0.4);
}

.hover\:border-s-red-400\/5:hover {
  border-inline-start-color: rgb(248 113 113 / 0.05);
}

.hover\:border-s-red-400\/50:hover {
  border-inline-start-color: rgb(248 113 113 / 0.5);
}

.hover\:border-s-red-400\/60:hover {
  border-inline-start-color: rgb(248 113 113 / 0.6);
}

.hover\:border-s-red-400\/70:hover {
  border-inline-start-color: rgb(248 113 113 / 0.7);
}

.hover\:border-s-red-400\/75:hover {
  border-inline-start-color: rgb(248 113 113 / 0.75);
}

.hover\:border-s-red-400\/80:hover {
  border-inline-start-color: rgb(248 113 113 / 0.8);
}

.hover\:border-s-red-400\/90:hover {
  border-inline-start-color: rgb(248 113 113 / 0.9);
}

.hover\:border-s-red-400\/95:hover {
  border-inline-start-color: rgb(248 113 113 / 0.95);
}

.hover\:border-s-red-50:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.hover\:border-s-red-50\/0:hover {
  border-inline-start-color: rgb(254 242 242 / 0);
}

.hover\:border-s-red-50\/10:hover {
  border-inline-start-color: rgb(254 242 242 / 0.1);
}

.hover\:border-s-red-50\/100:hover {
  border-inline-start-color: rgb(254 242 242 / 1);
}

.hover\:border-s-red-50\/20:hover {
  border-inline-start-color: rgb(254 242 242 / 0.2);
}

.hover\:border-s-red-50\/25:hover {
  border-inline-start-color: rgb(254 242 242 / 0.25);
}

.hover\:border-s-red-50\/30:hover {
  border-inline-start-color: rgb(254 242 242 / 0.3);
}

.hover\:border-s-red-50\/40:hover {
  border-inline-start-color: rgb(254 242 242 / 0.4);
}

.hover\:border-s-red-50\/5:hover {
  border-inline-start-color: rgb(254 242 242 / 0.05);
}

.hover\:border-s-red-50\/50:hover {
  border-inline-start-color: rgb(254 242 242 / 0.5);
}

.hover\:border-s-red-50\/60:hover {
  border-inline-start-color: rgb(254 242 242 / 0.6);
}

.hover\:border-s-red-50\/70:hover {
  border-inline-start-color: rgb(254 242 242 / 0.7);
}

.hover\:border-s-red-50\/75:hover {
  border-inline-start-color: rgb(254 242 242 / 0.75);
}

.hover\:border-s-red-50\/80:hover {
  border-inline-start-color: rgb(254 242 242 / 0.8);
}

.hover\:border-s-red-50\/90:hover {
  border-inline-start-color: rgb(254 242 242 / 0.9);
}

.hover\:border-s-red-50\/95:hover {
  border-inline-start-color: rgb(254 242 242 / 0.95);
}

.hover\:border-s-red-500:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.hover\:border-s-red-500\/0:hover {
  border-inline-start-color: rgb(239 68 68 / 0);
}

.hover\:border-s-red-500\/10:hover {
  border-inline-start-color: rgb(239 68 68 / 0.1);
}

.hover\:border-s-red-500\/100:hover {
  border-inline-start-color: rgb(239 68 68 / 1);
}

.hover\:border-s-red-500\/20:hover {
  border-inline-start-color: rgb(239 68 68 / 0.2);
}

.hover\:border-s-red-500\/25:hover {
  border-inline-start-color: rgb(239 68 68 / 0.25);
}

.hover\:border-s-red-500\/30:hover {
  border-inline-start-color: rgb(239 68 68 / 0.3);
}

.hover\:border-s-red-500\/40:hover {
  border-inline-start-color: rgb(239 68 68 / 0.4);
}

.hover\:border-s-red-500\/5:hover {
  border-inline-start-color: rgb(239 68 68 / 0.05);
}

.hover\:border-s-red-500\/50:hover {
  border-inline-start-color: rgb(239 68 68 / 0.5);
}

.hover\:border-s-red-500\/60:hover {
  border-inline-start-color: rgb(239 68 68 / 0.6);
}

.hover\:border-s-red-500\/70:hover {
  border-inline-start-color: rgb(239 68 68 / 0.7);
}

.hover\:border-s-red-500\/75:hover {
  border-inline-start-color: rgb(239 68 68 / 0.75);
}

.hover\:border-s-red-500\/80:hover {
  border-inline-start-color: rgb(239 68 68 / 0.8);
}

.hover\:border-s-red-500\/90:hover {
  border-inline-start-color: rgb(239 68 68 / 0.9);
}

.hover\:border-s-red-500\/95:hover {
  border-inline-start-color: rgb(239 68 68 / 0.95);
}

.hover\:border-s-red-600:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.hover\:border-s-red-600\/0:hover {
  border-inline-start-color: rgb(220 38 38 / 0);
}

.hover\:border-s-red-600\/10:hover {
  border-inline-start-color: rgb(220 38 38 / 0.1);
}

.hover\:border-s-red-600\/100:hover {
  border-inline-start-color: rgb(220 38 38 / 1);
}

.hover\:border-s-red-600\/20:hover {
  border-inline-start-color: rgb(220 38 38 / 0.2);
}

.hover\:border-s-red-600\/25:hover {
  border-inline-start-color: rgb(220 38 38 / 0.25);
}

.hover\:border-s-red-600\/30:hover {
  border-inline-start-color: rgb(220 38 38 / 0.3);
}

.hover\:border-s-red-600\/40:hover {
  border-inline-start-color: rgb(220 38 38 / 0.4);
}

.hover\:border-s-red-600\/5:hover {
  border-inline-start-color: rgb(220 38 38 / 0.05);
}

.hover\:border-s-red-600\/50:hover {
  border-inline-start-color: rgb(220 38 38 / 0.5);
}

.hover\:border-s-red-600\/60:hover {
  border-inline-start-color: rgb(220 38 38 / 0.6);
}

.hover\:border-s-red-600\/70:hover {
  border-inline-start-color: rgb(220 38 38 / 0.7);
}

.hover\:border-s-red-600\/75:hover {
  border-inline-start-color: rgb(220 38 38 / 0.75);
}

.hover\:border-s-red-600\/80:hover {
  border-inline-start-color: rgb(220 38 38 / 0.8);
}

.hover\:border-s-red-600\/90:hover {
  border-inline-start-color: rgb(220 38 38 / 0.9);
}

.hover\:border-s-red-600\/95:hover {
  border-inline-start-color: rgb(220 38 38 / 0.95);
}

.hover\:border-s-red-700:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.hover\:border-s-red-700\/0:hover {
  border-inline-start-color: rgb(185 28 28 / 0);
}

.hover\:border-s-red-700\/10:hover {
  border-inline-start-color: rgb(185 28 28 / 0.1);
}

.hover\:border-s-red-700\/100:hover {
  border-inline-start-color: rgb(185 28 28 / 1);
}

.hover\:border-s-red-700\/20:hover {
  border-inline-start-color: rgb(185 28 28 / 0.2);
}

.hover\:border-s-red-700\/25:hover {
  border-inline-start-color: rgb(185 28 28 / 0.25);
}

.hover\:border-s-red-700\/30:hover {
  border-inline-start-color: rgb(185 28 28 / 0.3);
}

.hover\:border-s-red-700\/40:hover {
  border-inline-start-color: rgb(185 28 28 / 0.4);
}

.hover\:border-s-red-700\/5:hover {
  border-inline-start-color: rgb(185 28 28 / 0.05);
}

.hover\:border-s-red-700\/50:hover {
  border-inline-start-color: rgb(185 28 28 / 0.5);
}

.hover\:border-s-red-700\/60:hover {
  border-inline-start-color: rgb(185 28 28 / 0.6);
}

.hover\:border-s-red-700\/70:hover {
  border-inline-start-color: rgb(185 28 28 / 0.7);
}

.hover\:border-s-red-700\/75:hover {
  border-inline-start-color: rgb(185 28 28 / 0.75);
}

.hover\:border-s-red-700\/80:hover {
  border-inline-start-color: rgb(185 28 28 / 0.8);
}

.hover\:border-s-red-700\/90:hover {
  border-inline-start-color: rgb(185 28 28 / 0.9);
}

.hover\:border-s-red-700\/95:hover {
  border-inline-start-color: rgb(185 28 28 / 0.95);
}

.hover\:border-s-red-800:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.hover\:border-s-red-800\/0:hover {
  border-inline-start-color: rgb(153 27 27 / 0);
}

.hover\:border-s-red-800\/10:hover {
  border-inline-start-color: rgb(153 27 27 / 0.1);
}

.hover\:border-s-red-800\/100:hover {
  border-inline-start-color: rgb(153 27 27 / 1);
}

.hover\:border-s-red-800\/20:hover {
  border-inline-start-color: rgb(153 27 27 / 0.2);
}

.hover\:border-s-red-800\/25:hover {
  border-inline-start-color: rgb(153 27 27 / 0.25);
}

.hover\:border-s-red-800\/30:hover {
  border-inline-start-color: rgb(153 27 27 / 0.3);
}

.hover\:border-s-red-800\/40:hover {
  border-inline-start-color: rgb(153 27 27 / 0.4);
}

.hover\:border-s-red-800\/5:hover {
  border-inline-start-color: rgb(153 27 27 / 0.05);
}

.hover\:border-s-red-800\/50:hover {
  border-inline-start-color: rgb(153 27 27 / 0.5);
}

.hover\:border-s-red-800\/60:hover {
  border-inline-start-color: rgb(153 27 27 / 0.6);
}

.hover\:border-s-red-800\/70:hover {
  border-inline-start-color: rgb(153 27 27 / 0.7);
}

.hover\:border-s-red-800\/75:hover {
  border-inline-start-color: rgb(153 27 27 / 0.75);
}

.hover\:border-s-red-800\/80:hover {
  border-inline-start-color: rgb(153 27 27 / 0.8);
}

.hover\:border-s-red-800\/90:hover {
  border-inline-start-color: rgb(153 27 27 / 0.9);
}

.hover\:border-s-red-800\/95:hover {
  border-inline-start-color: rgb(153 27 27 / 0.95);
}

.hover\:border-s-red-900:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.hover\:border-s-red-900\/0:hover {
  border-inline-start-color: rgb(127 29 29 / 0);
}

.hover\:border-s-red-900\/10:hover {
  border-inline-start-color: rgb(127 29 29 / 0.1);
}

.hover\:border-s-red-900\/100:hover {
  border-inline-start-color: rgb(127 29 29 / 1);
}

.hover\:border-s-red-900\/20:hover {
  border-inline-start-color: rgb(127 29 29 / 0.2);
}

.hover\:border-s-red-900\/25:hover {
  border-inline-start-color: rgb(127 29 29 / 0.25);
}

.hover\:border-s-red-900\/30:hover {
  border-inline-start-color: rgb(127 29 29 / 0.3);
}

.hover\:border-s-red-900\/40:hover {
  border-inline-start-color: rgb(127 29 29 / 0.4);
}

.hover\:border-s-red-900\/5:hover {
  border-inline-start-color: rgb(127 29 29 / 0.05);
}

.hover\:border-s-red-900\/50:hover {
  border-inline-start-color: rgb(127 29 29 / 0.5);
}

.hover\:border-s-red-900\/60:hover {
  border-inline-start-color: rgb(127 29 29 / 0.6);
}

.hover\:border-s-red-900\/70:hover {
  border-inline-start-color: rgb(127 29 29 / 0.7);
}

.hover\:border-s-red-900\/75:hover {
  border-inline-start-color: rgb(127 29 29 / 0.75);
}

.hover\:border-s-red-900\/80:hover {
  border-inline-start-color: rgb(127 29 29 / 0.8);
}

.hover\:border-s-red-900\/90:hover {
  border-inline-start-color: rgb(127 29 29 / 0.9);
}

.hover\:border-s-red-900\/95:hover {
  border-inline-start-color: rgb(127 29 29 / 0.95);
}

.hover\:border-s-red-950:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(69 10 10 / var(--tw-border-opacity));
}

.hover\:border-s-red-950\/0:hover {
  border-inline-start-color: rgb(69 10 10 / 0);
}

.hover\:border-s-red-950\/10:hover {
  border-inline-start-color: rgb(69 10 10 / 0.1);
}

.hover\:border-s-red-950\/100:hover {
  border-inline-start-color: rgb(69 10 10 / 1);
}

.hover\:border-s-red-950\/20:hover {
  border-inline-start-color: rgb(69 10 10 / 0.2);
}

.hover\:border-s-red-950\/25:hover {
  border-inline-start-color: rgb(69 10 10 / 0.25);
}

.hover\:border-s-red-950\/30:hover {
  border-inline-start-color: rgb(69 10 10 / 0.3);
}

.hover\:border-s-red-950\/40:hover {
  border-inline-start-color: rgb(69 10 10 / 0.4);
}

.hover\:border-s-red-950\/5:hover {
  border-inline-start-color: rgb(69 10 10 / 0.05);
}

.hover\:border-s-red-950\/50:hover {
  border-inline-start-color: rgb(69 10 10 / 0.5);
}

.hover\:border-s-red-950\/60:hover {
  border-inline-start-color: rgb(69 10 10 / 0.6);
}

.hover\:border-s-red-950\/70:hover {
  border-inline-start-color: rgb(69 10 10 / 0.7);
}

.hover\:border-s-red-950\/75:hover {
  border-inline-start-color: rgb(69 10 10 / 0.75);
}

.hover\:border-s-red-950\/80:hover {
  border-inline-start-color: rgb(69 10 10 / 0.8);
}

.hover\:border-s-red-950\/90:hover {
  border-inline-start-color: rgb(69 10 10 / 0.9);
}

.hover\:border-s-red-950\/95:hover {
  border-inline-start-color: rgb(69 10 10 / 0.95);
}

.hover\:border-s-rose-100:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 228 230 / var(--tw-border-opacity));
}

.hover\:border-s-rose-100\/0:hover {
  border-inline-start-color: rgb(255 228 230 / 0);
}

.hover\:border-s-rose-100\/10:hover {
  border-inline-start-color: rgb(255 228 230 / 0.1);
}

.hover\:border-s-rose-100\/100:hover {
  border-inline-start-color: rgb(255 228 230 / 1);
}

.hover\:border-s-rose-100\/20:hover {
  border-inline-start-color: rgb(255 228 230 / 0.2);
}

.hover\:border-s-rose-100\/25:hover {
  border-inline-start-color: rgb(255 228 230 / 0.25);
}

.hover\:border-s-rose-100\/30:hover {
  border-inline-start-color: rgb(255 228 230 / 0.3);
}

.hover\:border-s-rose-100\/40:hover {
  border-inline-start-color: rgb(255 228 230 / 0.4);
}

.hover\:border-s-rose-100\/5:hover {
  border-inline-start-color: rgb(255 228 230 / 0.05);
}

.hover\:border-s-rose-100\/50:hover {
  border-inline-start-color: rgb(255 228 230 / 0.5);
}

.hover\:border-s-rose-100\/60:hover {
  border-inline-start-color: rgb(255 228 230 / 0.6);
}

.hover\:border-s-rose-100\/70:hover {
  border-inline-start-color: rgb(255 228 230 / 0.7);
}

.hover\:border-s-rose-100\/75:hover {
  border-inline-start-color: rgb(255 228 230 / 0.75);
}

.hover\:border-s-rose-100\/80:hover {
  border-inline-start-color: rgb(255 228 230 / 0.8);
}

.hover\:border-s-rose-100\/90:hover {
  border-inline-start-color: rgb(255 228 230 / 0.9);
}

.hover\:border-s-rose-100\/95:hover {
  border-inline-start-color: rgb(255 228 230 / 0.95);
}

.hover\:border-s-rose-200:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 205 211 / var(--tw-border-opacity));
}

.hover\:border-s-rose-200\/0:hover {
  border-inline-start-color: rgb(254 205 211 / 0);
}

.hover\:border-s-rose-200\/10:hover {
  border-inline-start-color: rgb(254 205 211 / 0.1);
}

.hover\:border-s-rose-200\/100:hover {
  border-inline-start-color: rgb(254 205 211 / 1);
}

.hover\:border-s-rose-200\/20:hover {
  border-inline-start-color: rgb(254 205 211 / 0.2);
}

.hover\:border-s-rose-200\/25:hover {
  border-inline-start-color: rgb(254 205 211 / 0.25);
}

.hover\:border-s-rose-200\/30:hover {
  border-inline-start-color: rgb(254 205 211 / 0.3);
}

.hover\:border-s-rose-200\/40:hover {
  border-inline-start-color: rgb(254 205 211 / 0.4);
}

.hover\:border-s-rose-200\/5:hover {
  border-inline-start-color: rgb(254 205 211 / 0.05);
}

.hover\:border-s-rose-200\/50:hover {
  border-inline-start-color: rgb(254 205 211 / 0.5);
}

.hover\:border-s-rose-200\/60:hover {
  border-inline-start-color: rgb(254 205 211 / 0.6);
}

.hover\:border-s-rose-200\/70:hover {
  border-inline-start-color: rgb(254 205 211 / 0.7);
}

.hover\:border-s-rose-200\/75:hover {
  border-inline-start-color: rgb(254 205 211 / 0.75);
}

.hover\:border-s-rose-200\/80:hover {
  border-inline-start-color: rgb(254 205 211 / 0.8);
}

.hover\:border-s-rose-200\/90:hover {
  border-inline-start-color: rgb(254 205 211 / 0.9);
}

.hover\:border-s-rose-200\/95:hover {
  border-inline-start-color: rgb(254 205 211 / 0.95);
}

.hover\:border-s-rose-300:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 164 175 / var(--tw-border-opacity));
}

.hover\:border-s-rose-300\/0:hover {
  border-inline-start-color: rgb(253 164 175 / 0);
}

.hover\:border-s-rose-300\/10:hover {
  border-inline-start-color: rgb(253 164 175 / 0.1);
}

.hover\:border-s-rose-300\/100:hover {
  border-inline-start-color: rgb(253 164 175 / 1);
}

.hover\:border-s-rose-300\/20:hover {
  border-inline-start-color: rgb(253 164 175 / 0.2);
}

.hover\:border-s-rose-300\/25:hover {
  border-inline-start-color: rgb(253 164 175 / 0.25);
}

.hover\:border-s-rose-300\/30:hover {
  border-inline-start-color: rgb(253 164 175 / 0.3);
}

.hover\:border-s-rose-300\/40:hover {
  border-inline-start-color: rgb(253 164 175 / 0.4);
}

.hover\:border-s-rose-300\/5:hover {
  border-inline-start-color: rgb(253 164 175 / 0.05);
}

.hover\:border-s-rose-300\/50:hover {
  border-inline-start-color: rgb(253 164 175 / 0.5);
}

.hover\:border-s-rose-300\/60:hover {
  border-inline-start-color: rgb(253 164 175 / 0.6);
}

.hover\:border-s-rose-300\/70:hover {
  border-inline-start-color: rgb(253 164 175 / 0.7);
}

.hover\:border-s-rose-300\/75:hover {
  border-inline-start-color: rgb(253 164 175 / 0.75);
}

.hover\:border-s-rose-300\/80:hover {
  border-inline-start-color: rgb(253 164 175 / 0.8);
}

.hover\:border-s-rose-300\/90:hover {
  border-inline-start-color: rgb(253 164 175 / 0.9);
}

.hover\:border-s-rose-300\/95:hover {
  border-inline-start-color: rgb(253 164 175 / 0.95);
}

.hover\:border-s-rose-400:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.hover\:border-s-rose-400\/0:hover {
  border-inline-start-color: rgb(251 113 133 / 0);
}

.hover\:border-s-rose-400\/10:hover {
  border-inline-start-color: rgb(251 113 133 / 0.1);
}

.hover\:border-s-rose-400\/100:hover {
  border-inline-start-color: rgb(251 113 133 / 1);
}

.hover\:border-s-rose-400\/20:hover {
  border-inline-start-color: rgb(251 113 133 / 0.2);
}

.hover\:border-s-rose-400\/25:hover {
  border-inline-start-color: rgb(251 113 133 / 0.25);
}

.hover\:border-s-rose-400\/30:hover {
  border-inline-start-color: rgb(251 113 133 / 0.3);
}

.hover\:border-s-rose-400\/40:hover {
  border-inline-start-color: rgb(251 113 133 / 0.4);
}

.hover\:border-s-rose-400\/5:hover {
  border-inline-start-color: rgb(251 113 133 / 0.05);
}

.hover\:border-s-rose-400\/50:hover {
  border-inline-start-color: rgb(251 113 133 / 0.5);
}

.hover\:border-s-rose-400\/60:hover {
  border-inline-start-color: rgb(251 113 133 / 0.6);
}

.hover\:border-s-rose-400\/70:hover {
  border-inline-start-color: rgb(251 113 133 / 0.7);
}

.hover\:border-s-rose-400\/75:hover {
  border-inline-start-color: rgb(251 113 133 / 0.75);
}

.hover\:border-s-rose-400\/80:hover {
  border-inline-start-color: rgb(251 113 133 / 0.8);
}

.hover\:border-s-rose-400\/90:hover {
  border-inline-start-color: rgb(251 113 133 / 0.9);
}

.hover\:border-s-rose-400\/95:hover {
  border-inline-start-color: rgb(251 113 133 / 0.95);
}

.hover\:border-s-rose-50:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 241 242 / var(--tw-border-opacity));
}

.hover\:border-s-rose-50\/0:hover {
  border-inline-start-color: rgb(255 241 242 / 0);
}

.hover\:border-s-rose-50\/10:hover {
  border-inline-start-color: rgb(255 241 242 / 0.1);
}

.hover\:border-s-rose-50\/100:hover {
  border-inline-start-color: rgb(255 241 242 / 1);
}

.hover\:border-s-rose-50\/20:hover {
  border-inline-start-color: rgb(255 241 242 / 0.2);
}

.hover\:border-s-rose-50\/25:hover {
  border-inline-start-color: rgb(255 241 242 / 0.25);
}

.hover\:border-s-rose-50\/30:hover {
  border-inline-start-color: rgb(255 241 242 / 0.3);
}

.hover\:border-s-rose-50\/40:hover {
  border-inline-start-color: rgb(255 241 242 / 0.4);
}

.hover\:border-s-rose-50\/5:hover {
  border-inline-start-color: rgb(255 241 242 / 0.05);
}

.hover\:border-s-rose-50\/50:hover {
  border-inline-start-color: rgb(255 241 242 / 0.5);
}

.hover\:border-s-rose-50\/60:hover {
  border-inline-start-color: rgb(255 241 242 / 0.6);
}

.hover\:border-s-rose-50\/70:hover {
  border-inline-start-color: rgb(255 241 242 / 0.7);
}

.hover\:border-s-rose-50\/75:hover {
  border-inline-start-color: rgb(255 241 242 / 0.75);
}

.hover\:border-s-rose-50\/80:hover {
  border-inline-start-color: rgb(255 241 242 / 0.8);
}

.hover\:border-s-rose-50\/90:hover {
  border-inline-start-color: rgb(255 241 242 / 0.9);
}

.hover\:border-s-rose-50\/95:hover {
  border-inline-start-color: rgb(255 241 242 / 0.95);
}

.hover\:border-s-rose-500:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(244 63 94 / var(--tw-border-opacity));
}

.hover\:border-s-rose-500\/0:hover {
  border-inline-start-color: rgb(244 63 94 / 0);
}

.hover\:border-s-rose-500\/10:hover {
  border-inline-start-color: rgb(244 63 94 / 0.1);
}

.hover\:border-s-rose-500\/100:hover {
  border-inline-start-color: rgb(244 63 94 / 1);
}

.hover\:border-s-rose-500\/20:hover {
  border-inline-start-color: rgb(244 63 94 / 0.2);
}

.hover\:border-s-rose-500\/25:hover {
  border-inline-start-color: rgb(244 63 94 / 0.25);
}

.hover\:border-s-rose-500\/30:hover {
  border-inline-start-color: rgb(244 63 94 / 0.3);
}

.hover\:border-s-rose-500\/40:hover {
  border-inline-start-color: rgb(244 63 94 / 0.4);
}

.hover\:border-s-rose-500\/5:hover {
  border-inline-start-color: rgb(244 63 94 / 0.05);
}

.hover\:border-s-rose-500\/50:hover {
  border-inline-start-color: rgb(244 63 94 / 0.5);
}

.hover\:border-s-rose-500\/60:hover {
  border-inline-start-color: rgb(244 63 94 / 0.6);
}

.hover\:border-s-rose-500\/70:hover {
  border-inline-start-color: rgb(244 63 94 / 0.7);
}

.hover\:border-s-rose-500\/75:hover {
  border-inline-start-color: rgb(244 63 94 / 0.75);
}

.hover\:border-s-rose-500\/80:hover {
  border-inline-start-color: rgb(244 63 94 / 0.8);
}

.hover\:border-s-rose-500\/90:hover {
  border-inline-start-color: rgb(244 63 94 / 0.9);
}

.hover\:border-s-rose-500\/95:hover {
  border-inline-start-color: rgb(244 63 94 / 0.95);
}

.hover\:border-s-rose-600:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(225 29 72 / var(--tw-border-opacity));
}

.hover\:border-s-rose-600\/0:hover {
  border-inline-start-color: rgb(225 29 72 / 0);
}

.hover\:border-s-rose-600\/10:hover {
  border-inline-start-color: rgb(225 29 72 / 0.1);
}

.hover\:border-s-rose-600\/100:hover {
  border-inline-start-color: rgb(225 29 72 / 1);
}

.hover\:border-s-rose-600\/20:hover {
  border-inline-start-color: rgb(225 29 72 / 0.2);
}

.hover\:border-s-rose-600\/25:hover {
  border-inline-start-color: rgb(225 29 72 / 0.25);
}

.hover\:border-s-rose-600\/30:hover {
  border-inline-start-color: rgb(225 29 72 / 0.3);
}

.hover\:border-s-rose-600\/40:hover {
  border-inline-start-color: rgb(225 29 72 / 0.4);
}

.hover\:border-s-rose-600\/5:hover {
  border-inline-start-color: rgb(225 29 72 / 0.05);
}

.hover\:border-s-rose-600\/50:hover {
  border-inline-start-color: rgb(225 29 72 / 0.5);
}

.hover\:border-s-rose-600\/60:hover {
  border-inline-start-color: rgb(225 29 72 / 0.6);
}

.hover\:border-s-rose-600\/70:hover {
  border-inline-start-color: rgb(225 29 72 / 0.7);
}

.hover\:border-s-rose-600\/75:hover {
  border-inline-start-color: rgb(225 29 72 / 0.75);
}

.hover\:border-s-rose-600\/80:hover {
  border-inline-start-color: rgb(225 29 72 / 0.8);
}

.hover\:border-s-rose-600\/90:hover {
  border-inline-start-color: rgb(225 29 72 / 0.9);
}

.hover\:border-s-rose-600\/95:hover {
  border-inline-start-color: rgb(225 29 72 / 0.95);
}

.hover\:border-s-rose-700:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(190 18 60 / var(--tw-border-opacity));
}

.hover\:border-s-rose-700\/0:hover {
  border-inline-start-color: rgb(190 18 60 / 0);
}

.hover\:border-s-rose-700\/10:hover {
  border-inline-start-color: rgb(190 18 60 / 0.1);
}

.hover\:border-s-rose-700\/100:hover {
  border-inline-start-color: rgb(190 18 60 / 1);
}

.hover\:border-s-rose-700\/20:hover {
  border-inline-start-color: rgb(190 18 60 / 0.2);
}

.hover\:border-s-rose-700\/25:hover {
  border-inline-start-color: rgb(190 18 60 / 0.25);
}

.hover\:border-s-rose-700\/30:hover {
  border-inline-start-color: rgb(190 18 60 / 0.3);
}

.hover\:border-s-rose-700\/40:hover {
  border-inline-start-color: rgb(190 18 60 / 0.4);
}

.hover\:border-s-rose-700\/5:hover {
  border-inline-start-color: rgb(190 18 60 / 0.05);
}

.hover\:border-s-rose-700\/50:hover {
  border-inline-start-color: rgb(190 18 60 / 0.5);
}

.hover\:border-s-rose-700\/60:hover {
  border-inline-start-color: rgb(190 18 60 / 0.6);
}

.hover\:border-s-rose-700\/70:hover {
  border-inline-start-color: rgb(190 18 60 / 0.7);
}

.hover\:border-s-rose-700\/75:hover {
  border-inline-start-color: rgb(190 18 60 / 0.75);
}

.hover\:border-s-rose-700\/80:hover {
  border-inline-start-color: rgb(190 18 60 / 0.8);
}

.hover\:border-s-rose-700\/90:hover {
  border-inline-start-color: rgb(190 18 60 / 0.9);
}

.hover\:border-s-rose-700\/95:hover {
  border-inline-start-color: rgb(190 18 60 / 0.95);
}

.hover\:border-s-rose-800:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(159 18 57 / var(--tw-border-opacity));
}

.hover\:border-s-rose-800\/0:hover {
  border-inline-start-color: rgb(159 18 57 / 0);
}

.hover\:border-s-rose-800\/10:hover {
  border-inline-start-color: rgb(159 18 57 / 0.1);
}

.hover\:border-s-rose-800\/100:hover {
  border-inline-start-color: rgb(159 18 57 / 1);
}

.hover\:border-s-rose-800\/20:hover {
  border-inline-start-color: rgb(159 18 57 / 0.2);
}

.hover\:border-s-rose-800\/25:hover {
  border-inline-start-color: rgb(159 18 57 / 0.25);
}

.hover\:border-s-rose-800\/30:hover {
  border-inline-start-color: rgb(159 18 57 / 0.3);
}

.hover\:border-s-rose-800\/40:hover {
  border-inline-start-color: rgb(159 18 57 / 0.4);
}

.hover\:border-s-rose-800\/5:hover {
  border-inline-start-color: rgb(159 18 57 / 0.05);
}

.hover\:border-s-rose-800\/50:hover {
  border-inline-start-color: rgb(159 18 57 / 0.5);
}

.hover\:border-s-rose-800\/60:hover {
  border-inline-start-color: rgb(159 18 57 / 0.6);
}

.hover\:border-s-rose-800\/70:hover {
  border-inline-start-color: rgb(159 18 57 / 0.7);
}

.hover\:border-s-rose-800\/75:hover {
  border-inline-start-color: rgb(159 18 57 / 0.75);
}

.hover\:border-s-rose-800\/80:hover {
  border-inline-start-color: rgb(159 18 57 / 0.8);
}

.hover\:border-s-rose-800\/90:hover {
  border-inline-start-color: rgb(159 18 57 / 0.9);
}

.hover\:border-s-rose-800\/95:hover {
  border-inline-start-color: rgb(159 18 57 / 0.95);
}

.hover\:border-s-rose-900:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(136 19 55 / var(--tw-border-opacity));
}

.hover\:border-s-rose-900\/0:hover {
  border-inline-start-color: rgb(136 19 55 / 0);
}

.hover\:border-s-rose-900\/10:hover {
  border-inline-start-color: rgb(136 19 55 / 0.1);
}

.hover\:border-s-rose-900\/100:hover {
  border-inline-start-color: rgb(136 19 55 / 1);
}

.hover\:border-s-rose-900\/20:hover {
  border-inline-start-color: rgb(136 19 55 / 0.2);
}

.hover\:border-s-rose-900\/25:hover {
  border-inline-start-color: rgb(136 19 55 / 0.25);
}

.hover\:border-s-rose-900\/30:hover {
  border-inline-start-color: rgb(136 19 55 / 0.3);
}

.hover\:border-s-rose-900\/40:hover {
  border-inline-start-color: rgb(136 19 55 / 0.4);
}

.hover\:border-s-rose-900\/5:hover {
  border-inline-start-color: rgb(136 19 55 / 0.05);
}

.hover\:border-s-rose-900\/50:hover {
  border-inline-start-color: rgb(136 19 55 / 0.5);
}

.hover\:border-s-rose-900\/60:hover {
  border-inline-start-color: rgb(136 19 55 / 0.6);
}

.hover\:border-s-rose-900\/70:hover {
  border-inline-start-color: rgb(136 19 55 / 0.7);
}

.hover\:border-s-rose-900\/75:hover {
  border-inline-start-color: rgb(136 19 55 / 0.75);
}

.hover\:border-s-rose-900\/80:hover {
  border-inline-start-color: rgb(136 19 55 / 0.8);
}

.hover\:border-s-rose-900\/90:hover {
  border-inline-start-color: rgb(136 19 55 / 0.9);
}

.hover\:border-s-rose-900\/95:hover {
  border-inline-start-color: rgb(136 19 55 / 0.95);
}

.hover\:border-s-rose-950:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(76 5 25 / var(--tw-border-opacity));
}

.hover\:border-s-rose-950\/0:hover {
  border-inline-start-color: rgb(76 5 25 / 0);
}

.hover\:border-s-rose-950\/10:hover {
  border-inline-start-color: rgb(76 5 25 / 0.1);
}

.hover\:border-s-rose-950\/100:hover {
  border-inline-start-color: rgb(76 5 25 / 1);
}

.hover\:border-s-rose-950\/20:hover {
  border-inline-start-color: rgb(76 5 25 / 0.2);
}

.hover\:border-s-rose-950\/25:hover {
  border-inline-start-color: rgb(76 5 25 / 0.25);
}

.hover\:border-s-rose-950\/30:hover {
  border-inline-start-color: rgb(76 5 25 / 0.3);
}

.hover\:border-s-rose-950\/40:hover {
  border-inline-start-color: rgb(76 5 25 / 0.4);
}

.hover\:border-s-rose-950\/5:hover {
  border-inline-start-color: rgb(76 5 25 / 0.05);
}

.hover\:border-s-rose-950\/50:hover {
  border-inline-start-color: rgb(76 5 25 / 0.5);
}

.hover\:border-s-rose-950\/60:hover {
  border-inline-start-color: rgb(76 5 25 / 0.6);
}

.hover\:border-s-rose-950\/70:hover {
  border-inline-start-color: rgb(76 5 25 / 0.7);
}

.hover\:border-s-rose-950\/75:hover {
  border-inline-start-color: rgb(76 5 25 / 0.75);
}

.hover\:border-s-rose-950\/80:hover {
  border-inline-start-color: rgb(76 5 25 / 0.8);
}

.hover\:border-s-rose-950\/90:hover {
  border-inline-start-color: rgb(76 5 25 / 0.9);
}

.hover\:border-s-rose-950\/95:hover {
  border-inline-start-color: rgb(76 5 25 / 0.95);
}

.hover\:border-s-sky-100:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(224 242 254 / var(--tw-border-opacity));
}

.hover\:border-s-sky-100\/0:hover {
  border-inline-start-color: rgb(224 242 254 / 0);
}

.hover\:border-s-sky-100\/10:hover {
  border-inline-start-color: rgb(224 242 254 / 0.1);
}

.hover\:border-s-sky-100\/100:hover {
  border-inline-start-color: rgb(224 242 254 / 1);
}

.hover\:border-s-sky-100\/20:hover {
  border-inline-start-color: rgb(224 242 254 / 0.2);
}

.hover\:border-s-sky-100\/25:hover {
  border-inline-start-color: rgb(224 242 254 / 0.25);
}

.hover\:border-s-sky-100\/30:hover {
  border-inline-start-color: rgb(224 242 254 / 0.3);
}

.hover\:border-s-sky-100\/40:hover {
  border-inline-start-color: rgb(224 242 254 / 0.4);
}

.hover\:border-s-sky-100\/5:hover {
  border-inline-start-color: rgb(224 242 254 / 0.05);
}

.hover\:border-s-sky-100\/50:hover {
  border-inline-start-color: rgb(224 242 254 / 0.5);
}

.hover\:border-s-sky-100\/60:hover {
  border-inline-start-color: rgb(224 242 254 / 0.6);
}

.hover\:border-s-sky-100\/70:hover {
  border-inline-start-color: rgb(224 242 254 / 0.7);
}

.hover\:border-s-sky-100\/75:hover {
  border-inline-start-color: rgb(224 242 254 / 0.75);
}

.hover\:border-s-sky-100\/80:hover {
  border-inline-start-color: rgb(224 242 254 / 0.8);
}

.hover\:border-s-sky-100\/90:hover {
  border-inline-start-color: rgb(224 242 254 / 0.9);
}

.hover\:border-s-sky-100\/95:hover {
  border-inline-start-color: rgb(224 242 254 / 0.95);
}

.hover\:border-s-sky-200:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(186 230 253 / var(--tw-border-opacity));
}

.hover\:border-s-sky-200\/0:hover {
  border-inline-start-color: rgb(186 230 253 / 0);
}

.hover\:border-s-sky-200\/10:hover {
  border-inline-start-color: rgb(186 230 253 / 0.1);
}

.hover\:border-s-sky-200\/100:hover {
  border-inline-start-color: rgb(186 230 253 / 1);
}

.hover\:border-s-sky-200\/20:hover {
  border-inline-start-color: rgb(186 230 253 / 0.2);
}

.hover\:border-s-sky-200\/25:hover {
  border-inline-start-color: rgb(186 230 253 / 0.25);
}

.hover\:border-s-sky-200\/30:hover {
  border-inline-start-color: rgb(186 230 253 / 0.3);
}

.hover\:border-s-sky-200\/40:hover {
  border-inline-start-color: rgb(186 230 253 / 0.4);
}

.hover\:border-s-sky-200\/5:hover {
  border-inline-start-color: rgb(186 230 253 / 0.05);
}

.hover\:border-s-sky-200\/50:hover {
  border-inline-start-color: rgb(186 230 253 / 0.5);
}

.hover\:border-s-sky-200\/60:hover {
  border-inline-start-color: rgb(186 230 253 / 0.6);
}

.hover\:border-s-sky-200\/70:hover {
  border-inline-start-color: rgb(186 230 253 / 0.7);
}

.hover\:border-s-sky-200\/75:hover {
  border-inline-start-color: rgb(186 230 253 / 0.75);
}

.hover\:border-s-sky-200\/80:hover {
  border-inline-start-color: rgb(186 230 253 / 0.8);
}

.hover\:border-s-sky-200\/90:hover {
  border-inline-start-color: rgb(186 230 253 / 0.9);
}

.hover\:border-s-sky-200\/95:hover {
  border-inline-start-color: rgb(186 230 253 / 0.95);
}

.hover\:border-s-sky-300:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(125 211 252 / var(--tw-border-opacity));
}

.hover\:border-s-sky-300\/0:hover {
  border-inline-start-color: rgb(125 211 252 / 0);
}

.hover\:border-s-sky-300\/10:hover {
  border-inline-start-color: rgb(125 211 252 / 0.1);
}

.hover\:border-s-sky-300\/100:hover {
  border-inline-start-color: rgb(125 211 252 / 1);
}

.hover\:border-s-sky-300\/20:hover {
  border-inline-start-color: rgb(125 211 252 / 0.2);
}

.hover\:border-s-sky-300\/25:hover {
  border-inline-start-color: rgb(125 211 252 / 0.25);
}

.hover\:border-s-sky-300\/30:hover {
  border-inline-start-color: rgb(125 211 252 / 0.3);
}

.hover\:border-s-sky-300\/40:hover {
  border-inline-start-color: rgb(125 211 252 / 0.4);
}

.hover\:border-s-sky-300\/5:hover {
  border-inline-start-color: rgb(125 211 252 / 0.05);
}

.hover\:border-s-sky-300\/50:hover {
  border-inline-start-color: rgb(125 211 252 / 0.5);
}

.hover\:border-s-sky-300\/60:hover {
  border-inline-start-color: rgb(125 211 252 / 0.6);
}

.hover\:border-s-sky-300\/70:hover {
  border-inline-start-color: rgb(125 211 252 / 0.7);
}

.hover\:border-s-sky-300\/75:hover {
  border-inline-start-color: rgb(125 211 252 / 0.75);
}

.hover\:border-s-sky-300\/80:hover {
  border-inline-start-color: rgb(125 211 252 / 0.8);
}

.hover\:border-s-sky-300\/90:hover {
  border-inline-start-color: rgb(125 211 252 / 0.9);
}

.hover\:border-s-sky-300\/95:hover {
  border-inline-start-color: rgb(125 211 252 / 0.95);
}

.hover\:border-s-sky-400:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(56 189 248 / var(--tw-border-opacity));
}

.hover\:border-s-sky-400\/0:hover {
  border-inline-start-color: rgb(56 189 248 / 0);
}

.hover\:border-s-sky-400\/10:hover {
  border-inline-start-color: rgb(56 189 248 / 0.1);
}

.hover\:border-s-sky-400\/100:hover {
  border-inline-start-color: rgb(56 189 248 / 1);
}

.hover\:border-s-sky-400\/20:hover {
  border-inline-start-color: rgb(56 189 248 / 0.2);
}

.hover\:border-s-sky-400\/25:hover {
  border-inline-start-color: rgb(56 189 248 / 0.25);
}

.hover\:border-s-sky-400\/30:hover {
  border-inline-start-color: rgb(56 189 248 / 0.3);
}

.hover\:border-s-sky-400\/40:hover {
  border-inline-start-color: rgb(56 189 248 / 0.4);
}

.hover\:border-s-sky-400\/5:hover {
  border-inline-start-color: rgb(56 189 248 / 0.05);
}

.hover\:border-s-sky-400\/50:hover {
  border-inline-start-color: rgb(56 189 248 / 0.5);
}

.hover\:border-s-sky-400\/60:hover {
  border-inline-start-color: rgb(56 189 248 / 0.6);
}

.hover\:border-s-sky-400\/70:hover {
  border-inline-start-color: rgb(56 189 248 / 0.7);
}

.hover\:border-s-sky-400\/75:hover {
  border-inline-start-color: rgb(56 189 248 / 0.75);
}

.hover\:border-s-sky-400\/80:hover {
  border-inline-start-color: rgb(56 189 248 / 0.8);
}

.hover\:border-s-sky-400\/90:hover {
  border-inline-start-color: rgb(56 189 248 / 0.9);
}

.hover\:border-s-sky-400\/95:hover {
  border-inline-start-color: rgb(56 189 248 / 0.95);
}

.hover\:border-s-sky-50:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.hover\:border-s-sky-50\/0:hover {
  border-inline-start-color: rgb(240 249 255 / 0);
}

.hover\:border-s-sky-50\/10:hover {
  border-inline-start-color: rgb(240 249 255 / 0.1);
}

.hover\:border-s-sky-50\/100:hover {
  border-inline-start-color: rgb(240 249 255 / 1);
}

.hover\:border-s-sky-50\/20:hover {
  border-inline-start-color: rgb(240 249 255 / 0.2);
}

.hover\:border-s-sky-50\/25:hover {
  border-inline-start-color: rgb(240 249 255 / 0.25);
}

.hover\:border-s-sky-50\/30:hover {
  border-inline-start-color: rgb(240 249 255 / 0.3);
}

.hover\:border-s-sky-50\/40:hover {
  border-inline-start-color: rgb(240 249 255 / 0.4);
}

.hover\:border-s-sky-50\/5:hover {
  border-inline-start-color: rgb(240 249 255 / 0.05);
}

.hover\:border-s-sky-50\/50:hover {
  border-inline-start-color: rgb(240 249 255 / 0.5);
}

.hover\:border-s-sky-50\/60:hover {
  border-inline-start-color: rgb(240 249 255 / 0.6);
}

.hover\:border-s-sky-50\/70:hover {
  border-inline-start-color: rgb(240 249 255 / 0.7);
}

.hover\:border-s-sky-50\/75:hover {
  border-inline-start-color: rgb(240 249 255 / 0.75);
}

.hover\:border-s-sky-50\/80:hover {
  border-inline-start-color: rgb(240 249 255 / 0.8);
}

.hover\:border-s-sky-50\/90:hover {
  border-inline-start-color: rgb(240 249 255 / 0.9);
}

.hover\:border-s-sky-50\/95:hover {
  border-inline-start-color: rgb(240 249 255 / 0.95);
}

.hover\:border-s-sky-500:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.hover\:border-s-sky-500\/0:hover {
  border-inline-start-color: rgb(14 165 233 / 0);
}

.hover\:border-s-sky-500\/10:hover {
  border-inline-start-color: rgb(14 165 233 / 0.1);
}

.hover\:border-s-sky-500\/100:hover {
  border-inline-start-color: rgb(14 165 233 / 1);
}

.hover\:border-s-sky-500\/20:hover {
  border-inline-start-color: rgb(14 165 233 / 0.2);
}

.hover\:border-s-sky-500\/25:hover {
  border-inline-start-color: rgb(14 165 233 / 0.25);
}

.hover\:border-s-sky-500\/30:hover {
  border-inline-start-color: rgb(14 165 233 / 0.3);
}

.hover\:border-s-sky-500\/40:hover {
  border-inline-start-color: rgb(14 165 233 / 0.4);
}

.hover\:border-s-sky-500\/5:hover {
  border-inline-start-color: rgb(14 165 233 / 0.05);
}

.hover\:border-s-sky-500\/50:hover {
  border-inline-start-color: rgb(14 165 233 / 0.5);
}

.hover\:border-s-sky-500\/60:hover {
  border-inline-start-color: rgb(14 165 233 / 0.6);
}

.hover\:border-s-sky-500\/70:hover {
  border-inline-start-color: rgb(14 165 233 / 0.7);
}

.hover\:border-s-sky-500\/75:hover {
  border-inline-start-color: rgb(14 165 233 / 0.75);
}

.hover\:border-s-sky-500\/80:hover {
  border-inline-start-color: rgb(14 165 233 / 0.8);
}

.hover\:border-s-sky-500\/90:hover {
  border-inline-start-color: rgb(14 165 233 / 0.9);
}

.hover\:border-s-sky-500\/95:hover {
  border-inline-start-color: rgb(14 165 233 / 0.95);
}

.hover\:border-s-sky-600:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(2 132 199 / var(--tw-border-opacity));
}

.hover\:border-s-sky-600\/0:hover {
  border-inline-start-color: rgb(2 132 199 / 0);
}

.hover\:border-s-sky-600\/10:hover {
  border-inline-start-color: rgb(2 132 199 / 0.1);
}

.hover\:border-s-sky-600\/100:hover {
  border-inline-start-color: rgb(2 132 199 / 1);
}

.hover\:border-s-sky-600\/20:hover {
  border-inline-start-color: rgb(2 132 199 / 0.2);
}

.hover\:border-s-sky-600\/25:hover {
  border-inline-start-color: rgb(2 132 199 / 0.25);
}

.hover\:border-s-sky-600\/30:hover {
  border-inline-start-color: rgb(2 132 199 / 0.3);
}

.hover\:border-s-sky-600\/40:hover {
  border-inline-start-color: rgb(2 132 199 / 0.4);
}

.hover\:border-s-sky-600\/5:hover {
  border-inline-start-color: rgb(2 132 199 / 0.05);
}

.hover\:border-s-sky-600\/50:hover {
  border-inline-start-color: rgb(2 132 199 / 0.5);
}

.hover\:border-s-sky-600\/60:hover {
  border-inline-start-color: rgb(2 132 199 / 0.6);
}

.hover\:border-s-sky-600\/70:hover {
  border-inline-start-color: rgb(2 132 199 / 0.7);
}

.hover\:border-s-sky-600\/75:hover {
  border-inline-start-color: rgb(2 132 199 / 0.75);
}

.hover\:border-s-sky-600\/80:hover {
  border-inline-start-color: rgb(2 132 199 / 0.8);
}

.hover\:border-s-sky-600\/90:hover {
  border-inline-start-color: rgb(2 132 199 / 0.9);
}

.hover\:border-s-sky-600\/95:hover {
  border-inline-start-color: rgb(2 132 199 / 0.95);
}

.hover\:border-s-sky-700:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.hover\:border-s-sky-700\/0:hover {
  border-inline-start-color: rgb(3 105 161 / 0);
}

.hover\:border-s-sky-700\/10:hover {
  border-inline-start-color: rgb(3 105 161 / 0.1);
}

.hover\:border-s-sky-700\/100:hover {
  border-inline-start-color: rgb(3 105 161 / 1);
}

.hover\:border-s-sky-700\/20:hover {
  border-inline-start-color: rgb(3 105 161 / 0.2);
}

.hover\:border-s-sky-700\/25:hover {
  border-inline-start-color: rgb(3 105 161 / 0.25);
}

.hover\:border-s-sky-700\/30:hover {
  border-inline-start-color: rgb(3 105 161 / 0.3);
}

.hover\:border-s-sky-700\/40:hover {
  border-inline-start-color: rgb(3 105 161 / 0.4);
}

.hover\:border-s-sky-700\/5:hover {
  border-inline-start-color: rgb(3 105 161 / 0.05);
}

.hover\:border-s-sky-700\/50:hover {
  border-inline-start-color: rgb(3 105 161 / 0.5);
}

.hover\:border-s-sky-700\/60:hover {
  border-inline-start-color: rgb(3 105 161 / 0.6);
}

.hover\:border-s-sky-700\/70:hover {
  border-inline-start-color: rgb(3 105 161 / 0.7);
}

.hover\:border-s-sky-700\/75:hover {
  border-inline-start-color: rgb(3 105 161 / 0.75);
}

.hover\:border-s-sky-700\/80:hover {
  border-inline-start-color: rgb(3 105 161 / 0.8);
}

.hover\:border-s-sky-700\/90:hover {
  border-inline-start-color: rgb(3 105 161 / 0.9);
}

.hover\:border-s-sky-700\/95:hover {
  border-inline-start-color: rgb(3 105 161 / 0.95);
}

.hover\:border-s-sky-800:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(7 89 133 / var(--tw-border-opacity));
}

.hover\:border-s-sky-800\/0:hover {
  border-inline-start-color: rgb(7 89 133 / 0);
}

.hover\:border-s-sky-800\/10:hover {
  border-inline-start-color: rgb(7 89 133 / 0.1);
}

.hover\:border-s-sky-800\/100:hover {
  border-inline-start-color: rgb(7 89 133 / 1);
}

.hover\:border-s-sky-800\/20:hover {
  border-inline-start-color: rgb(7 89 133 / 0.2);
}

.hover\:border-s-sky-800\/25:hover {
  border-inline-start-color: rgb(7 89 133 / 0.25);
}

.hover\:border-s-sky-800\/30:hover {
  border-inline-start-color: rgb(7 89 133 / 0.3);
}

.hover\:border-s-sky-800\/40:hover {
  border-inline-start-color: rgb(7 89 133 / 0.4);
}

.hover\:border-s-sky-800\/5:hover {
  border-inline-start-color: rgb(7 89 133 / 0.05);
}

.hover\:border-s-sky-800\/50:hover {
  border-inline-start-color: rgb(7 89 133 / 0.5);
}

.hover\:border-s-sky-800\/60:hover {
  border-inline-start-color: rgb(7 89 133 / 0.6);
}

.hover\:border-s-sky-800\/70:hover {
  border-inline-start-color: rgb(7 89 133 / 0.7);
}

.hover\:border-s-sky-800\/75:hover {
  border-inline-start-color: rgb(7 89 133 / 0.75);
}

.hover\:border-s-sky-800\/80:hover {
  border-inline-start-color: rgb(7 89 133 / 0.8);
}

.hover\:border-s-sky-800\/90:hover {
  border-inline-start-color: rgb(7 89 133 / 0.9);
}

.hover\:border-s-sky-800\/95:hover {
  border-inline-start-color: rgb(7 89 133 / 0.95);
}

.hover\:border-s-sky-900:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(12 74 110 / var(--tw-border-opacity));
}

.hover\:border-s-sky-900\/0:hover {
  border-inline-start-color: rgb(12 74 110 / 0);
}

.hover\:border-s-sky-900\/10:hover {
  border-inline-start-color: rgb(12 74 110 / 0.1);
}

.hover\:border-s-sky-900\/100:hover {
  border-inline-start-color: rgb(12 74 110 / 1);
}

.hover\:border-s-sky-900\/20:hover {
  border-inline-start-color: rgb(12 74 110 / 0.2);
}

.hover\:border-s-sky-900\/25:hover {
  border-inline-start-color: rgb(12 74 110 / 0.25);
}

.hover\:border-s-sky-900\/30:hover {
  border-inline-start-color: rgb(12 74 110 / 0.3);
}

.hover\:border-s-sky-900\/40:hover {
  border-inline-start-color: rgb(12 74 110 / 0.4);
}

.hover\:border-s-sky-900\/5:hover {
  border-inline-start-color: rgb(12 74 110 / 0.05);
}

.hover\:border-s-sky-900\/50:hover {
  border-inline-start-color: rgb(12 74 110 / 0.5);
}

.hover\:border-s-sky-900\/60:hover {
  border-inline-start-color: rgb(12 74 110 / 0.6);
}

.hover\:border-s-sky-900\/70:hover {
  border-inline-start-color: rgb(12 74 110 / 0.7);
}

.hover\:border-s-sky-900\/75:hover {
  border-inline-start-color: rgb(12 74 110 / 0.75);
}

.hover\:border-s-sky-900\/80:hover {
  border-inline-start-color: rgb(12 74 110 / 0.8);
}

.hover\:border-s-sky-900\/90:hover {
  border-inline-start-color: rgb(12 74 110 / 0.9);
}

.hover\:border-s-sky-900\/95:hover {
  border-inline-start-color: rgb(12 74 110 / 0.95);
}

.hover\:border-s-sky-950:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(8 47 73 / var(--tw-border-opacity));
}

.hover\:border-s-sky-950\/0:hover {
  border-inline-start-color: rgb(8 47 73 / 0);
}

.hover\:border-s-sky-950\/10:hover {
  border-inline-start-color: rgb(8 47 73 / 0.1);
}

.hover\:border-s-sky-950\/100:hover {
  border-inline-start-color: rgb(8 47 73 / 1);
}

.hover\:border-s-sky-950\/20:hover {
  border-inline-start-color: rgb(8 47 73 / 0.2);
}

.hover\:border-s-sky-950\/25:hover {
  border-inline-start-color: rgb(8 47 73 / 0.25);
}

.hover\:border-s-sky-950\/30:hover {
  border-inline-start-color: rgb(8 47 73 / 0.3);
}

.hover\:border-s-sky-950\/40:hover {
  border-inline-start-color: rgb(8 47 73 / 0.4);
}

.hover\:border-s-sky-950\/5:hover {
  border-inline-start-color: rgb(8 47 73 / 0.05);
}

.hover\:border-s-sky-950\/50:hover {
  border-inline-start-color: rgb(8 47 73 / 0.5);
}

.hover\:border-s-sky-950\/60:hover {
  border-inline-start-color: rgb(8 47 73 / 0.6);
}

.hover\:border-s-sky-950\/70:hover {
  border-inline-start-color: rgb(8 47 73 / 0.7);
}

.hover\:border-s-sky-950\/75:hover {
  border-inline-start-color: rgb(8 47 73 / 0.75);
}

.hover\:border-s-sky-950\/80:hover {
  border-inline-start-color: rgb(8 47 73 / 0.8);
}

.hover\:border-s-sky-950\/90:hover {
  border-inline-start-color: rgb(8 47 73 / 0.9);
}

.hover\:border-s-sky-950\/95:hover {
  border-inline-start-color: rgb(8 47 73 / 0.95);
}

.hover\:border-s-slate-100:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.hover\:border-s-slate-100\/0:hover {
  border-inline-start-color: rgb(241 245 249 / 0);
}

.hover\:border-s-slate-100\/10:hover {
  border-inline-start-color: rgb(241 245 249 / 0.1);
}

.hover\:border-s-slate-100\/100:hover {
  border-inline-start-color: rgb(241 245 249 / 1);
}

.hover\:border-s-slate-100\/20:hover {
  border-inline-start-color: rgb(241 245 249 / 0.2);
}

.hover\:border-s-slate-100\/25:hover {
  border-inline-start-color: rgb(241 245 249 / 0.25);
}

.hover\:border-s-slate-100\/30:hover {
  border-inline-start-color: rgb(241 245 249 / 0.3);
}

.hover\:border-s-slate-100\/40:hover {
  border-inline-start-color: rgb(241 245 249 / 0.4);
}

.hover\:border-s-slate-100\/5:hover {
  border-inline-start-color: rgb(241 245 249 / 0.05);
}

.hover\:border-s-slate-100\/50:hover {
  border-inline-start-color: rgb(241 245 249 / 0.5);
}

.hover\:border-s-slate-100\/60:hover {
  border-inline-start-color: rgb(241 245 249 / 0.6);
}

.hover\:border-s-slate-100\/70:hover {
  border-inline-start-color: rgb(241 245 249 / 0.7);
}

.hover\:border-s-slate-100\/75:hover {
  border-inline-start-color: rgb(241 245 249 / 0.75);
}

.hover\:border-s-slate-100\/80:hover {
  border-inline-start-color: rgb(241 245 249 / 0.8);
}

.hover\:border-s-slate-100\/90:hover {
  border-inline-start-color: rgb(241 245 249 / 0.9);
}

.hover\:border-s-slate-100\/95:hover {
  border-inline-start-color: rgb(241 245 249 / 0.95);
}

.hover\:border-s-slate-200:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.hover\:border-s-slate-200\/0:hover {
  border-inline-start-color: rgb(226 232 240 / 0);
}

.hover\:border-s-slate-200\/10:hover {
  border-inline-start-color: rgb(226 232 240 / 0.1);
}

.hover\:border-s-slate-200\/100:hover {
  border-inline-start-color: rgb(226 232 240 / 1);
}

.hover\:border-s-slate-200\/20:hover {
  border-inline-start-color: rgb(226 232 240 / 0.2);
}

.hover\:border-s-slate-200\/25:hover {
  border-inline-start-color: rgb(226 232 240 / 0.25);
}

.hover\:border-s-slate-200\/30:hover {
  border-inline-start-color: rgb(226 232 240 / 0.3);
}

.hover\:border-s-slate-200\/40:hover {
  border-inline-start-color: rgb(226 232 240 / 0.4);
}

.hover\:border-s-slate-200\/5:hover {
  border-inline-start-color: rgb(226 232 240 / 0.05);
}

.hover\:border-s-slate-200\/50:hover {
  border-inline-start-color: rgb(226 232 240 / 0.5);
}

.hover\:border-s-slate-200\/60:hover {
  border-inline-start-color: rgb(226 232 240 / 0.6);
}

.hover\:border-s-slate-200\/70:hover {
  border-inline-start-color: rgb(226 232 240 / 0.7);
}

.hover\:border-s-slate-200\/75:hover {
  border-inline-start-color: rgb(226 232 240 / 0.75);
}

.hover\:border-s-slate-200\/80:hover {
  border-inline-start-color: rgb(226 232 240 / 0.8);
}

.hover\:border-s-slate-200\/90:hover {
  border-inline-start-color: rgb(226 232 240 / 0.9);
}

.hover\:border-s-slate-200\/95:hover {
  border-inline-start-color: rgb(226 232 240 / 0.95);
}

.hover\:border-s-slate-300:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.hover\:border-s-slate-300\/0:hover {
  border-inline-start-color: rgb(203 213 225 / 0);
}

.hover\:border-s-slate-300\/10:hover {
  border-inline-start-color: rgb(203 213 225 / 0.1);
}

.hover\:border-s-slate-300\/100:hover {
  border-inline-start-color: rgb(203 213 225 / 1);
}

.hover\:border-s-slate-300\/20:hover {
  border-inline-start-color: rgb(203 213 225 / 0.2);
}

.hover\:border-s-slate-300\/25:hover {
  border-inline-start-color: rgb(203 213 225 / 0.25);
}

.hover\:border-s-slate-300\/30:hover {
  border-inline-start-color: rgb(203 213 225 / 0.3);
}

.hover\:border-s-slate-300\/40:hover {
  border-inline-start-color: rgb(203 213 225 / 0.4);
}

.hover\:border-s-slate-300\/5:hover {
  border-inline-start-color: rgb(203 213 225 / 0.05);
}

.hover\:border-s-slate-300\/50:hover {
  border-inline-start-color: rgb(203 213 225 / 0.5);
}

.hover\:border-s-slate-300\/60:hover {
  border-inline-start-color: rgb(203 213 225 / 0.6);
}

.hover\:border-s-slate-300\/70:hover {
  border-inline-start-color: rgb(203 213 225 / 0.7);
}

.hover\:border-s-slate-300\/75:hover {
  border-inline-start-color: rgb(203 213 225 / 0.75);
}

.hover\:border-s-slate-300\/80:hover {
  border-inline-start-color: rgb(203 213 225 / 0.8);
}

.hover\:border-s-slate-300\/90:hover {
  border-inline-start-color: rgb(203 213 225 / 0.9);
}

.hover\:border-s-slate-300\/95:hover {
  border-inline-start-color: rgb(203 213 225 / 0.95);
}

.hover\:border-s-slate-400:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.hover\:border-s-slate-400\/0:hover {
  border-inline-start-color: rgb(148 163 184 / 0);
}

.hover\:border-s-slate-400\/10:hover {
  border-inline-start-color: rgb(148 163 184 / 0.1);
}

.hover\:border-s-slate-400\/100:hover {
  border-inline-start-color: rgb(148 163 184 / 1);
}

.hover\:border-s-slate-400\/20:hover {
  border-inline-start-color: rgb(148 163 184 / 0.2);
}

.hover\:border-s-slate-400\/25:hover {
  border-inline-start-color: rgb(148 163 184 / 0.25);
}

.hover\:border-s-slate-400\/30:hover {
  border-inline-start-color: rgb(148 163 184 / 0.3);
}

.hover\:border-s-slate-400\/40:hover {
  border-inline-start-color: rgb(148 163 184 / 0.4);
}

.hover\:border-s-slate-400\/5:hover {
  border-inline-start-color: rgb(148 163 184 / 0.05);
}

.hover\:border-s-slate-400\/50:hover {
  border-inline-start-color: rgb(148 163 184 / 0.5);
}

.hover\:border-s-slate-400\/60:hover {
  border-inline-start-color: rgb(148 163 184 / 0.6);
}

.hover\:border-s-slate-400\/70:hover {
  border-inline-start-color: rgb(148 163 184 / 0.7);
}

.hover\:border-s-slate-400\/75:hover {
  border-inline-start-color: rgb(148 163 184 / 0.75);
}

.hover\:border-s-slate-400\/80:hover {
  border-inline-start-color: rgb(148 163 184 / 0.8);
}

.hover\:border-s-slate-400\/90:hover {
  border-inline-start-color: rgb(148 163 184 / 0.9);
}

.hover\:border-s-slate-400\/95:hover {
  border-inline-start-color: rgb(148 163 184 / 0.95);
}

.hover\:border-s-slate-50:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(248 250 252 / var(--tw-border-opacity));
}

.hover\:border-s-slate-50\/0:hover {
  border-inline-start-color: rgb(248 250 252 / 0);
}

.hover\:border-s-slate-50\/10:hover {
  border-inline-start-color: rgb(248 250 252 / 0.1);
}

.hover\:border-s-slate-50\/100:hover {
  border-inline-start-color: rgb(248 250 252 / 1);
}

.hover\:border-s-slate-50\/20:hover {
  border-inline-start-color: rgb(248 250 252 / 0.2);
}

.hover\:border-s-slate-50\/25:hover {
  border-inline-start-color: rgb(248 250 252 / 0.25);
}

.hover\:border-s-slate-50\/30:hover {
  border-inline-start-color: rgb(248 250 252 / 0.3);
}

.hover\:border-s-slate-50\/40:hover {
  border-inline-start-color: rgb(248 250 252 / 0.4);
}

.hover\:border-s-slate-50\/5:hover {
  border-inline-start-color: rgb(248 250 252 / 0.05);
}

.hover\:border-s-slate-50\/50:hover {
  border-inline-start-color: rgb(248 250 252 / 0.5);
}

.hover\:border-s-slate-50\/60:hover {
  border-inline-start-color: rgb(248 250 252 / 0.6);
}

.hover\:border-s-slate-50\/70:hover {
  border-inline-start-color: rgb(248 250 252 / 0.7);
}

.hover\:border-s-slate-50\/75:hover {
  border-inline-start-color: rgb(248 250 252 / 0.75);
}

.hover\:border-s-slate-50\/80:hover {
  border-inline-start-color: rgb(248 250 252 / 0.8);
}

.hover\:border-s-slate-50\/90:hover {
  border-inline-start-color: rgb(248 250 252 / 0.9);
}

.hover\:border-s-slate-50\/95:hover {
  border-inline-start-color: rgb(248 250 252 / 0.95);
}

.hover\:border-s-slate-500:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.hover\:border-s-slate-500\/0:hover {
  border-inline-start-color: rgb(100 116 139 / 0);
}

.hover\:border-s-slate-500\/10:hover {
  border-inline-start-color: rgb(100 116 139 / 0.1);
}

.hover\:border-s-slate-500\/100:hover {
  border-inline-start-color: rgb(100 116 139 / 1);
}

.hover\:border-s-slate-500\/20:hover {
  border-inline-start-color: rgb(100 116 139 / 0.2);
}

.hover\:border-s-slate-500\/25:hover {
  border-inline-start-color: rgb(100 116 139 / 0.25);
}

.hover\:border-s-slate-500\/30:hover {
  border-inline-start-color: rgb(100 116 139 / 0.3);
}

.hover\:border-s-slate-500\/40:hover {
  border-inline-start-color: rgb(100 116 139 / 0.4);
}

.hover\:border-s-slate-500\/5:hover {
  border-inline-start-color: rgb(100 116 139 / 0.05);
}

.hover\:border-s-slate-500\/50:hover {
  border-inline-start-color: rgb(100 116 139 / 0.5);
}

.hover\:border-s-slate-500\/60:hover {
  border-inline-start-color: rgb(100 116 139 / 0.6);
}

.hover\:border-s-slate-500\/70:hover {
  border-inline-start-color: rgb(100 116 139 / 0.7);
}

.hover\:border-s-slate-500\/75:hover {
  border-inline-start-color: rgb(100 116 139 / 0.75);
}

.hover\:border-s-slate-500\/80:hover {
  border-inline-start-color: rgb(100 116 139 / 0.8);
}

.hover\:border-s-slate-500\/90:hover {
  border-inline-start-color: rgb(100 116 139 / 0.9);
}

.hover\:border-s-slate-500\/95:hover {
  border-inline-start-color: rgb(100 116 139 / 0.95);
}

.hover\:border-s-slate-600:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(71 85 105 / var(--tw-border-opacity));
}

.hover\:border-s-slate-600\/0:hover {
  border-inline-start-color: rgb(71 85 105 / 0);
}

.hover\:border-s-slate-600\/10:hover {
  border-inline-start-color: rgb(71 85 105 / 0.1);
}

.hover\:border-s-slate-600\/100:hover {
  border-inline-start-color: rgb(71 85 105 / 1);
}

.hover\:border-s-slate-600\/20:hover {
  border-inline-start-color: rgb(71 85 105 / 0.2);
}

.hover\:border-s-slate-600\/25:hover {
  border-inline-start-color: rgb(71 85 105 / 0.25);
}

.hover\:border-s-slate-600\/30:hover {
  border-inline-start-color: rgb(71 85 105 / 0.3);
}

.hover\:border-s-slate-600\/40:hover {
  border-inline-start-color: rgb(71 85 105 / 0.4);
}

.hover\:border-s-slate-600\/5:hover {
  border-inline-start-color: rgb(71 85 105 / 0.05);
}

.hover\:border-s-slate-600\/50:hover {
  border-inline-start-color: rgb(71 85 105 / 0.5);
}

.hover\:border-s-slate-600\/60:hover {
  border-inline-start-color: rgb(71 85 105 / 0.6);
}

.hover\:border-s-slate-600\/70:hover {
  border-inline-start-color: rgb(71 85 105 / 0.7);
}

.hover\:border-s-slate-600\/75:hover {
  border-inline-start-color: rgb(71 85 105 / 0.75);
}

.hover\:border-s-slate-600\/80:hover {
  border-inline-start-color: rgb(71 85 105 / 0.8);
}

.hover\:border-s-slate-600\/90:hover {
  border-inline-start-color: rgb(71 85 105 / 0.9);
}

.hover\:border-s-slate-600\/95:hover {
  border-inline-start-color: rgb(71 85 105 / 0.95);
}

.hover\:border-s-slate-700:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.hover\:border-s-slate-700\/0:hover {
  border-inline-start-color: rgb(51 65 85 / 0);
}

.hover\:border-s-slate-700\/10:hover {
  border-inline-start-color: rgb(51 65 85 / 0.1);
}

.hover\:border-s-slate-700\/100:hover {
  border-inline-start-color: rgb(51 65 85 / 1);
}

.hover\:border-s-slate-700\/20:hover {
  border-inline-start-color: rgb(51 65 85 / 0.2);
}

.hover\:border-s-slate-700\/25:hover {
  border-inline-start-color: rgb(51 65 85 / 0.25);
}

.hover\:border-s-slate-700\/30:hover {
  border-inline-start-color: rgb(51 65 85 / 0.3);
}

.hover\:border-s-slate-700\/40:hover {
  border-inline-start-color: rgb(51 65 85 / 0.4);
}

.hover\:border-s-slate-700\/5:hover {
  border-inline-start-color: rgb(51 65 85 / 0.05);
}

.hover\:border-s-slate-700\/50:hover {
  border-inline-start-color: rgb(51 65 85 / 0.5);
}

.hover\:border-s-slate-700\/60:hover {
  border-inline-start-color: rgb(51 65 85 / 0.6);
}

.hover\:border-s-slate-700\/70:hover {
  border-inline-start-color: rgb(51 65 85 / 0.7);
}

.hover\:border-s-slate-700\/75:hover {
  border-inline-start-color: rgb(51 65 85 / 0.75);
}

.hover\:border-s-slate-700\/80:hover {
  border-inline-start-color: rgb(51 65 85 / 0.8);
}

.hover\:border-s-slate-700\/90:hover {
  border-inline-start-color: rgb(51 65 85 / 0.9);
}

.hover\:border-s-slate-700\/95:hover {
  border-inline-start-color: rgb(51 65 85 / 0.95);
}

.hover\:border-s-slate-800:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.hover\:border-s-slate-800\/0:hover {
  border-inline-start-color: rgb(30 41 59 / 0);
}

.hover\:border-s-slate-800\/10:hover {
  border-inline-start-color: rgb(30 41 59 / 0.1);
}

.hover\:border-s-slate-800\/100:hover {
  border-inline-start-color: rgb(30 41 59 / 1);
}

.hover\:border-s-slate-800\/20:hover {
  border-inline-start-color: rgb(30 41 59 / 0.2);
}

.hover\:border-s-slate-800\/25:hover {
  border-inline-start-color: rgb(30 41 59 / 0.25);
}

.hover\:border-s-slate-800\/30:hover {
  border-inline-start-color: rgb(30 41 59 / 0.3);
}

.hover\:border-s-slate-800\/40:hover {
  border-inline-start-color: rgb(30 41 59 / 0.4);
}

.hover\:border-s-slate-800\/5:hover {
  border-inline-start-color: rgb(30 41 59 / 0.05);
}

.hover\:border-s-slate-800\/50:hover {
  border-inline-start-color: rgb(30 41 59 / 0.5);
}

.hover\:border-s-slate-800\/60:hover {
  border-inline-start-color: rgb(30 41 59 / 0.6);
}

.hover\:border-s-slate-800\/70:hover {
  border-inline-start-color: rgb(30 41 59 / 0.7);
}

.hover\:border-s-slate-800\/75:hover {
  border-inline-start-color: rgb(30 41 59 / 0.75);
}

.hover\:border-s-slate-800\/80:hover {
  border-inline-start-color: rgb(30 41 59 / 0.8);
}

.hover\:border-s-slate-800\/90:hover {
  border-inline-start-color: rgb(30 41 59 / 0.9);
}

.hover\:border-s-slate-800\/95:hover {
  border-inline-start-color: rgb(30 41 59 / 0.95);
}

.hover\:border-s-slate-900:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(15 23 42 / var(--tw-border-opacity));
}

.hover\:border-s-slate-900\/0:hover {
  border-inline-start-color: rgb(15 23 42 / 0);
}

.hover\:border-s-slate-900\/10:hover {
  border-inline-start-color: rgb(15 23 42 / 0.1);
}

.hover\:border-s-slate-900\/100:hover {
  border-inline-start-color: rgb(15 23 42 / 1);
}

.hover\:border-s-slate-900\/20:hover {
  border-inline-start-color: rgb(15 23 42 / 0.2);
}

.hover\:border-s-slate-900\/25:hover {
  border-inline-start-color: rgb(15 23 42 / 0.25);
}

.hover\:border-s-slate-900\/30:hover {
  border-inline-start-color: rgb(15 23 42 / 0.3);
}

.hover\:border-s-slate-900\/40:hover {
  border-inline-start-color: rgb(15 23 42 / 0.4);
}

.hover\:border-s-slate-900\/5:hover {
  border-inline-start-color: rgb(15 23 42 / 0.05);
}

.hover\:border-s-slate-900\/50:hover {
  border-inline-start-color: rgb(15 23 42 / 0.5);
}

.hover\:border-s-slate-900\/60:hover {
  border-inline-start-color: rgb(15 23 42 / 0.6);
}

.hover\:border-s-slate-900\/70:hover {
  border-inline-start-color: rgb(15 23 42 / 0.7);
}

.hover\:border-s-slate-900\/75:hover {
  border-inline-start-color: rgb(15 23 42 / 0.75);
}

.hover\:border-s-slate-900\/80:hover {
  border-inline-start-color: rgb(15 23 42 / 0.8);
}

.hover\:border-s-slate-900\/90:hover {
  border-inline-start-color: rgb(15 23 42 / 0.9);
}

.hover\:border-s-slate-900\/95:hover {
  border-inline-start-color: rgb(15 23 42 / 0.95);
}

.hover\:border-s-slate-950:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(2 6 23 / var(--tw-border-opacity));
}

.hover\:border-s-slate-950\/0:hover {
  border-inline-start-color: rgb(2 6 23 / 0);
}

.hover\:border-s-slate-950\/10:hover {
  border-inline-start-color: rgb(2 6 23 / 0.1);
}

.hover\:border-s-slate-950\/100:hover {
  border-inline-start-color: rgb(2 6 23 / 1);
}

.hover\:border-s-slate-950\/20:hover {
  border-inline-start-color: rgb(2 6 23 / 0.2);
}

.hover\:border-s-slate-950\/25:hover {
  border-inline-start-color: rgb(2 6 23 / 0.25);
}

.hover\:border-s-slate-950\/30:hover {
  border-inline-start-color: rgb(2 6 23 / 0.3);
}

.hover\:border-s-slate-950\/40:hover {
  border-inline-start-color: rgb(2 6 23 / 0.4);
}

.hover\:border-s-slate-950\/5:hover {
  border-inline-start-color: rgb(2 6 23 / 0.05);
}

.hover\:border-s-slate-950\/50:hover {
  border-inline-start-color: rgb(2 6 23 / 0.5);
}

.hover\:border-s-slate-950\/60:hover {
  border-inline-start-color: rgb(2 6 23 / 0.6);
}

.hover\:border-s-slate-950\/70:hover {
  border-inline-start-color: rgb(2 6 23 / 0.7);
}

.hover\:border-s-slate-950\/75:hover {
  border-inline-start-color: rgb(2 6 23 / 0.75);
}

.hover\:border-s-slate-950\/80:hover {
  border-inline-start-color: rgb(2 6 23 / 0.8);
}

.hover\:border-s-slate-950\/90:hover {
  border-inline-start-color: rgb(2 6 23 / 0.9);
}

.hover\:border-s-slate-950\/95:hover {
  border-inline-start-color: rgb(2 6 23 / 0.95);
}

.hover\:border-s-stone-100:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 245 244 / var(--tw-border-opacity));
}

.hover\:border-s-stone-100\/0:hover {
  border-inline-start-color: rgb(245 245 244 / 0);
}

.hover\:border-s-stone-100\/10:hover {
  border-inline-start-color: rgb(245 245 244 / 0.1);
}

.hover\:border-s-stone-100\/100:hover {
  border-inline-start-color: rgb(245 245 244 / 1);
}

.hover\:border-s-stone-100\/20:hover {
  border-inline-start-color: rgb(245 245 244 / 0.2);
}

.hover\:border-s-stone-100\/25:hover {
  border-inline-start-color: rgb(245 245 244 / 0.25);
}

.hover\:border-s-stone-100\/30:hover {
  border-inline-start-color: rgb(245 245 244 / 0.3);
}

.hover\:border-s-stone-100\/40:hover {
  border-inline-start-color: rgb(245 245 244 / 0.4);
}

.hover\:border-s-stone-100\/5:hover {
  border-inline-start-color: rgb(245 245 244 / 0.05);
}

.hover\:border-s-stone-100\/50:hover {
  border-inline-start-color: rgb(245 245 244 / 0.5);
}

.hover\:border-s-stone-100\/60:hover {
  border-inline-start-color: rgb(245 245 244 / 0.6);
}

.hover\:border-s-stone-100\/70:hover {
  border-inline-start-color: rgb(245 245 244 / 0.7);
}

.hover\:border-s-stone-100\/75:hover {
  border-inline-start-color: rgb(245 245 244 / 0.75);
}

.hover\:border-s-stone-100\/80:hover {
  border-inline-start-color: rgb(245 245 244 / 0.8);
}

.hover\:border-s-stone-100\/90:hover {
  border-inline-start-color: rgb(245 245 244 / 0.9);
}

.hover\:border-s-stone-100\/95:hover {
  border-inline-start-color: rgb(245 245 244 / 0.95);
}

.hover\:border-s-stone-200:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(231 229 228 / var(--tw-border-opacity));
}

.hover\:border-s-stone-200\/0:hover {
  border-inline-start-color: rgb(231 229 228 / 0);
}

.hover\:border-s-stone-200\/10:hover {
  border-inline-start-color: rgb(231 229 228 / 0.1);
}

.hover\:border-s-stone-200\/100:hover {
  border-inline-start-color: rgb(231 229 228 / 1);
}

.hover\:border-s-stone-200\/20:hover {
  border-inline-start-color: rgb(231 229 228 / 0.2);
}

.hover\:border-s-stone-200\/25:hover {
  border-inline-start-color: rgb(231 229 228 / 0.25);
}

.hover\:border-s-stone-200\/30:hover {
  border-inline-start-color: rgb(231 229 228 / 0.3);
}

.hover\:border-s-stone-200\/40:hover {
  border-inline-start-color: rgb(231 229 228 / 0.4);
}

.hover\:border-s-stone-200\/5:hover {
  border-inline-start-color: rgb(231 229 228 / 0.05);
}

.hover\:border-s-stone-200\/50:hover {
  border-inline-start-color: rgb(231 229 228 / 0.5);
}

.hover\:border-s-stone-200\/60:hover {
  border-inline-start-color: rgb(231 229 228 / 0.6);
}

.hover\:border-s-stone-200\/70:hover {
  border-inline-start-color: rgb(231 229 228 / 0.7);
}

.hover\:border-s-stone-200\/75:hover {
  border-inline-start-color: rgb(231 229 228 / 0.75);
}

.hover\:border-s-stone-200\/80:hover {
  border-inline-start-color: rgb(231 229 228 / 0.8);
}

.hover\:border-s-stone-200\/90:hover {
  border-inline-start-color: rgb(231 229 228 / 0.9);
}

.hover\:border-s-stone-200\/95:hover {
  border-inline-start-color: rgb(231 229 228 / 0.95);
}

.hover\:border-s-stone-300:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.hover\:border-s-stone-300\/0:hover {
  border-inline-start-color: rgb(214 211 209 / 0);
}

.hover\:border-s-stone-300\/10:hover {
  border-inline-start-color: rgb(214 211 209 / 0.1);
}

.hover\:border-s-stone-300\/100:hover {
  border-inline-start-color: rgb(214 211 209 / 1);
}

.hover\:border-s-stone-300\/20:hover {
  border-inline-start-color: rgb(214 211 209 / 0.2);
}

.hover\:border-s-stone-300\/25:hover {
  border-inline-start-color: rgb(214 211 209 / 0.25);
}

.hover\:border-s-stone-300\/30:hover {
  border-inline-start-color: rgb(214 211 209 / 0.3);
}

.hover\:border-s-stone-300\/40:hover {
  border-inline-start-color: rgb(214 211 209 / 0.4);
}

.hover\:border-s-stone-300\/5:hover {
  border-inline-start-color: rgb(214 211 209 / 0.05);
}

.hover\:border-s-stone-300\/50:hover {
  border-inline-start-color: rgb(214 211 209 / 0.5);
}

.hover\:border-s-stone-300\/60:hover {
  border-inline-start-color: rgb(214 211 209 / 0.6);
}

.hover\:border-s-stone-300\/70:hover {
  border-inline-start-color: rgb(214 211 209 / 0.7);
}

.hover\:border-s-stone-300\/75:hover {
  border-inline-start-color: rgb(214 211 209 / 0.75);
}

.hover\:border-s-stone-300\/80:hover {
  border-inline-start-color: rgb(214 211 209 / 0.8);
}

.hover\:border-s-stone-300\/90:hover {
  border-inline-start-color: rgb(214 211 209 / 0.9);
}

.hover\:border-s-stone-300\/95:hover {
  border-inline-start-color: rgb(214 211 209 / 0.95);
}

.hover\:border-s-stone-400:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(168 162 158 / var(--tw-border-opacity));
}

.hover\:border-s-stone-400\/0:hover {
  border-inline-start-color: rgb(168 162 158 / 0);
}

.hover\:border-s-stone-400\/10:hover {
  border-inline-start-color: rgb(168 162 158 / 0.1);
}

.hover\:border-s-stone-400\/100:hover {
  border-inline-start-color: rgb(168 162 158 / 1);
}

.hover\:border-s-stone-400\/20:hover {
  border-inline-start-color: rgb(168 162 158 / 0.2);
}

.hover\:border-s-stone-400\/25:hover {
  border-inline-start-color: rgb(168 162 158 / 0.25);
}

.hover\:border-s-stone-400\/30:hover {
  border-inline-start-color: rgb(168 162 158 / 0.3);
}

.hover\:border-s-stone-400\/40:hover {
  border-inline-start-color: rgb(168 162 158 / 0.4);
}

.hover\:border-s-stone-400\/5:hover {
  border-inline-start-color: rgb(168 162 158 / 0.05);
}

.hover\:border-s-stone-400\/50:hover {
  border-inline-start-color: rgb(168 162 158 / 0.5);
}

.hover\:border-s-stone-400\/60:hover {
  border-inline-start-color: rgb(168 162 158 / 0.6);
}

.hover\:border-s-stone-400\/70:hover {
  border-inline-start-color: rgb(168 162 158 / 0.7);
}

.hover\:border-s-stone-400\/75:hover {
  border-inline-start-color: rgb(168 162 158 / 0.75);
}

.hover\:border-s-stone-400\/80:hover {
  border-inline-start-color: rgb(168 162 158 / 0.8);
}

.hover\:border-s-stone-400\/90:hover {
  border-inline-start-color: rgb(168 162 158 / 0.9);
}

.hover\:border-s-stone-400\/95:hover {
  border-inline-start-color: rgb(168 162 158 / 0.95);
}

.hover\:border-s-stone-50:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 250 249 / var(--tw-border-opacity));
}

.hover\:border-s-stone-50\/0:hover {
  border-inline-start-color: rgb(250 250 249 / 0);
}

.hover\:border-s-stone-50\/10:hover {
  border-inline-start-color: rgb(250 250 249 / 0.1);
}

.hover\:border-s-stone-50\/100:hover {
  border-inline-start-color: rgb(250 250 249 / 1);
}

.hover\:border-s-stone-50\/20:hover {
  border-inline-start-color: rgb(250 250 249 / 0.2);
}

.hover\:border-s-stone-50\/25:hover {
  border-inline-start-color: rgb(250 250 249 / 0.25);
}

.hover\:border-s-stone-50\/30:hover {
  border-inline-start-color: rgb(250 250 249 / 0.3);
}

.hover\:border-s-stone-50\/40:hover {
  border-inline-start-color: rgb(250 250 249 / 0.4);
}

.hover\:border-s-stone-50\/5:hover {
  border-inline-start-color: rgb(250 250 249 / 0.05);
}

.hover\:border-s-stone-50\/50:hover {
  border-inline-start-color: rgb(250 250 249 / 0.5);
}

.hover\:border-s-stone-50\/60:hover {
  border-inline-start-color: rgb(250 250 249 / 0.6);
}

.hover\:border-s-stone-50\/70:hover {
  border-inline-start-color: rgb(250 250 249 / 0.7);
}

.hover\:border-s-stone-50\/75:hover {
  border-inline-start-color: rgb(250 250 249 / 0.75);
}

.hover\:border-s-stone-50\/80:hover {
  border-inline-start-color: rgb(250 250 249 / 0.8);
}

.hover\:border-s-stone-50\/90:hover {
  border-inline-start-color: rgb(250 250 249 / 0.9);
}

.hover\:border-s-stone-50\/95:hover {
  border-inline-start-color: rgb(250 250 249 / 0.95);
}

.hover\:border-s-stone-500:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(120 113 108 / var(--tw-border-opacity));
}

.hover\:border-s-stone-500\/0:hover {
  border-inline-start-color: rgb(120 113 108 / 0);
}

.hover\:border-s-stone-500\/10:hover {
  border-inline-start-color: rgb(120 113 108 / 0.1);
}

.hover\:border-s-stone-500\/100:hover {
  border-inline-start-color: rgb(120 113 108 / 1);
}

.hover\:border-s-stone-500\/20:hover {
  border-inline-start-color: rgb(120 113 108 / 0.2);
}

.hover\:border-s-stone-500\/25:hover {
  border-inline-start-color: rgb(120 113 108 / 0.25);
}

.hover\:border-s-stone-500\/30:hover {
  border-inline-start-color: rgb(120 113 108 / 0.3);
}

.hover\:border-s-stone-500\/40:hover {
  border-inline-start-color: rgb(120 113 108 / 0.4);
}

.hover\:border-s-stone-500\/5:hover {
  border-inline-start-color: rgb(120 113 108 / 0.05);
}

.hover\:border-s-stone-500\/50:hover {
  border-inline-start-color: rgb(120 113 108 / 0.5);
}

.hover\:border-s-stone-500\/60:hover {
  border-inline-start-color: rgb(120 113 108 / 0.6);
}

.hover\:border-s-stone-500\/70:hover {
  border-inline-start-color: rgb(120 113 108 / 0.7);
}

.hover\:border-s-stone-500\/75:hover {
  border-inline-start-color: rgb(120 113 108 / 0.75);
}

.hover\:border-s-stone-500\/80:hover {
  border-inline-start-color: rgb(120 113 108 / 0.8);
}

.hover\:border-s-stone-500\/90:hover {
  border-inline-start-color: rgb(120 113 108 / 0.9);
}

.hover\:border-s-stone-500\/95:hover {
  border-inline-start-color: rgb(120 113 108 / 0.95);
}

.hover\:border-s-stone-600:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(87 83 78 / var(--tw-border-opacity));
}

.hover\:border-s-stone-600\/0:hover {
  border-inline-start-color: rgb(87 83 78 / 0);
}

.hover\:border-s-stone-600\/10:hover {
  border-inline-start-color: rgb(87 83 78 / 0.1);
}

.hover\:border-s-stone-600\/100:hover {
  border-inline-start-color: rgb(87 83 78 / 1);
}

.hover\:border-s-stone-600\/20:hover {
  border-inline-start-color: rgb(87 83 78 / 0.2);
}

.hover\:border-s-stone-600\/25:hover {
  border-inline-start-color: rgb(87 83 78 / 0.25);
}

.hover\:border-s-stone-600\/30:hover {
  border-inline-start-color: rgb(87 83 78 / 0.3);
}

.hover\:border-s-stone-600\/40:hover {
  border-inline-start-color: rgb(87 83 78 / 0.4);
}

.hover\:border-s-stone-600\/5:hover {
  border-inline-start-color: rgb(87 83 78 / 0.05);
}

.hover\:border-s-stone-600\/50:hover {
  border-inline-start-color: rgb(87 83 78 / 0.5);
}

.hover\:border-s-stone-600\/60:hover {
  border-inline-start-color: rgb(87 83 78 / 0.6);
}

.hover\:border-s-stone-600\/70:hover {
  border-inline-start-color: rgb(87 83 78 / 0.7);
}

.hover\:border-s-stone-600\/75:hover {
  border-inline-start-color: rgb(87 83 78 / 0.75);
}

.hover\:border-s-stone-600\/80:hover {
  border-inline-start-color: rgb(87 83 78 / 0.8);
}

.hover\:border-s-stone-600\/90:hover {
  border-inline-start-color: rgb(87 83 78 / 0.9);
}

.hover\:border-s-stone-600\/95:hover {
  border-inline-start-color: rgb(87 83 78 / 0.95);
}

.hover\:border-s-stone-700:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(68 64 60 / var(--tw-border-opacity));
}

.hover\:border-s-stone-700\/0:hover {
  border-inline-start-color: rgb(68 64 60 / 0);
}

.hover\:border-s-stone-700\/10:hover {
  border-inline-start-color: rgb(68 64 60 / 0.1);
}

.hover\:border-s-stone-700\/100:hover {
  border-inline-start-color: rgb(68 64 60 / 1);
}

.hover\:border-s-stone-700\/20:hover {
  border-inline-start-color: rgb(68 64 60 / 0.2);
}

.hover\:border-s-stone-700\/25:hover {
  border-inline-start-color: rgb(68 64 60 / 0.25);
}

.hover\:border-s-stone-700\/30:hover {
  border-inline-start-color: rgb(68 64 60 / 0.3);
}

.hover\:border-s-stone-700\/40:hover {
  border-inline-start-color: rgb(68 64 60 / 0.4);
}

.hover\:border-s-stone-700\/5:hover {
  border-inline-start-color: rgb(68 64 60 / 0.05);
}

.hover\:border-s-stone-700\/50:hover {
  border-inline-start-color: rgb(68 64 60 / 0.5);
}

.hover\:border-s-stone-700\/60:hover {
  border-inline-start-color: rgb(68 64 60 / 0.6);
}

.hover\:border-s-stone-700\/70:hover {
  border-inline-start-color: rgb(68 64 60 / 0.7);
}

.hover\:border-s-stone-700\/75:hover {
  border-inline-start-color: rgb(68 64 60 / 0.75);
}

.hover\:border-s-stone-700\/80:hover {
  border-inline-start-color: rgb(68 64 60 / 0.8);
}

.hover\:border-s-stone-700\/90:hover {
  border-inline-start-color: rgb(68 64 60 / 0.9);
}

.hover\:border-s-stone-700\/95:hover {
  border-inline-start-color: rgb(68 64 60 / 0.95);
}

.hover\:border-s-stone-800:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(41 37 36 / var(--tw-border-opacity));
}

.hover\:border-s-stone-800\/0:hover {
  border-inline-start-color: rgb(41 37 36 / 0);
}

.hover\:border-s-stone-800\/10:hover {
  border-inline-start-color: rgb(41 37 36 / 0.1);
}

.hover\:border-s-stone-800\/100:hover {
  border-inline-start-color: rgb(41 37 36 / 1);
}

.hover\:border-s-stone-800\/20:hover {
  border-inline-start-color: rgb(41 37 36 / 0.2);
}

.hover\:border-s-stone-800\/25:hover {
  border-inline-start-color: rgb(41 37 36 / 0.25);
}

.hover\:border-s-stone-800\/30:hover {
  border-inline-start-color: rgb(41 37 36 / 0.3);
}

.hover\:border-s-stone-800\/40:hover {
  border-inline-start-color: rgb(41 37 36 / 0.4);
}

.hover\:border-s-stone-800\/5:hover {
  border-inline-start-color: rgb(41 37 36 / 0.05);
}

.hover\:border-s-stone-800\/50:hover {
  border-inline-start-color: rgb(41 37 36 / 0.5);
}

.hover\:border-s-stone-800\/60:hover {
  border-inline-start-color: rgb(41 37 36 / 0.6);
}

.hover\:border-s-stone-800\/70:hover {
  border-inline-start-color: rgb(41 37 36 / 0.7);
}

.hover\:border-s-stone-800\/75:hover {
  border-inline-start-color: rgb(41 37 36 / 0.75);
}

.hover\:border-s-stone-800\/80:hover {
  border-inline-start-color: rgb(41 37 36 / 0.8);
}

.hover\:border-s-stone-800\/90:hover {
  border-inline-start-color: rgb(41 37 36 / 0.9);
}

.hover\:border-s-stone-800\/95:hover {
  border-inline-start-color: rgb(41 37 36 / 0.95);
}

.hover\:border-s-stone-900:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(28 25 23 / var(--tw-border-opacity));
}

.hover\:border-s-stone-900\/0:hover {
  border-inline-start-color: rgb(28 25 23 / 0);
}

.hover\:border-s-stone-900\/10:hover {
  border-inline-start-color: rgb(28 25 23 / 0.1);
}

.hover\:border-s-stone-900\/100:hover {
  border-inline-start-color: rgb(28 25 23 / 1);
}

.hover\:border-s-stone-900\/20:hover {
  border-inline-start-color: rgb(28 25 23 / 0.2);
}

.hover\:border-s-stone-900\/25:hover {
  border-inline-start-color: rgb(28 25 23 / 0.25);
}

.hover\:border-s-stone-900\/30:hover {
  border-inline-start-color: rgb(28 25 23 / 0.3);
}

.hover\:border-s-stone-900\/40:hover {
  border-inline-start-color: rgb(28 25 23 / 0.4);
}

.hover\:border-s-stone-900\/5:hover {
  border-inline-start-color: rgb(28 25 23 / 0.05);
}

.hover\:border-s-stone-900\/50:hover {
  border-inline-start-color: rgb(28 25 23 / 0.5);
}

.hover\:border-s-stone-900\/60:hover {
  border-inline-start-color: rgb(28 25 23 / 0.6);
}

.hover\:border-s-stone-900\/70:hover {
  border-inline-start-color: rgb(28 25 23 / 0.7);
}

.hover\:border-s-stone-900\/75:hover {
  border-inline-start-color: rgb(28 25 23 / 0.75);
}

.hover\:border-s-stone-900\/80:hover {
  border-inline-start-color: rgb(28 25 23 / 0.8);
}

.hover\:border-s-stone-900\/90:hover {
  border-inline-start-color: rgb(28 25 23 / 0.9);
}

.hover\:border-s-stone-900\/95:hover {
  border-inline-start-color: rgb(28 25 23 / 0.95);
}

.hover\:border-s-stone-950:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(12 10 9 / var(--tw-border-opacity));
}

.hover\:border-s-stone-950\/0:hover {
  border-inline-start-color: rgb(12 10 9 / 0);
}

.hover\:border-s-stone-950\/10:hover {
  border-inline-start-color: rgb(12 10 9 / 0.1);
}

.hover\:border-s-stone-950\/100:hover {
  border-inline-start-color: rgb(12 10 9 / 1);
}

.hover\:border-s-stone-950\/20:hover {
  border-inline-start-color: rgb(12 10 9 / 0.2);
}

.hover\:border-s-stone-950\/25:hover {
  border-inline-start-color: rgb(12 10 9 / 0.25);
}

.hover\:border-s-stone-950\/30:hover {
  border-inline-start-color: rgb(12 10 9 / 0.3);
}

.hover\:border-s-stone-950\/40:hover {
  border-inline-start-color: rgb(12 10 9 / 0.4);
}

.hover\:border-s-stone-950\/5:hover {
  border-inline-start-color: rgb(12 10 9 / 0.05);
}

.hover\:border-s-stone-950\/50:hover {
  border-inline-start-color: rgb(12 10 9 / 0.5);
}

.hover\:border-s-stone-950\/60:hover {
  border-inline-start-color: rgb(12 10 9 / 0.6);
}

.hover\:border-s-stone-950\/70:hover {
  border-inline-start-color: rgb(12 10 9 / 0.7);
}

.hover\:border-s-stone-950\/75:hover {
  border-inline-start-color: rgb(12 10 9 / 0.75);
}

.hover\:border-s-stone-950\/80:hover {
  border-inline-start-color: rgb(12 10 9 / 0.8);
}

.hover\:border-s-stone-950\/90:hover {
  border-inline-start-color: rgb(12 10 9 / 0.9);
}

.hover\:border-s-stone-950\/95:hover {
  border-inline-start-color: rgb(12 10 9 / 0.95);
}

.hover\:border-s-teal-100:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(204 251 241 / var(--tw-border-opacity));
}

.hover\:border-s-teal-100\/0:hover {
  border-inline-start-color: rgb(204 251 241 / 0);
}

.hover\:border-s-teal-100\/10:hover {
  border-inline-start-color: rgb(204 251 241 / 0.1);
}

.hover\:border-s-teal-100\/100:hover {
  border-inline-start-color: rgb(204 251 241 / 1);
}

.hover\:border-s-teal-100\/20:hover {
  border-inline-start-color: rgb(204 251 241 / 0.2);
}

.hover\:border-s-teal-100\/25:hover {
  border-inline-start-color: rgb(204 251 241 / 0.25);
}

.hover\:border-s-teal-100\/30:hover {
  border-inline-start-color: rgb(204 251 241 / 0.3);
}

.hover\:border-s-teal-100\/40:hover {
  border-inline-start-color: rgb(204 251 241 / 0.4);
}

.hover\:border-s-teal-100\/5:hover {
  border-inline-start-color: rgb(204 251 241 / 0.05);
}

.hover\:border-s-teal-100\/50:hover {
  border-inline-start-color: rgb(204 251 241 / 0.5);
}

.hover\:border-s-teal-100\/60:hover {
  border-inline-start-color: rgb(204 251 241 / 0.6);
}

.hover\:border-s-teal-100\/70:hover {
  border-inline-start-color: rgb(204 251 241 / 0.7);
}

.hover\:border-s-teal-100\/75:hover {
  border-inline-start-color: rgb(204 251 241 / 0.75);
}

.hover\:border-s-teal-100\/80:hover {
  border-inline-start-color: rgb(204 251 241 / 0.8);
}

.hover\:border-s-teal-100\/90:hover {
  border-inline-start-color: rgb(204 251 241 / 0.9);
}

.hover\:border-s-teal-100\/95:hover {
  border-inline-start-color: rgb(204 251 241 / 0.95);
}

.hover\:border-s-teal-200:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(153 246 228 / var(--tw-border-opacity));
}

.hover\:border-s-teal-200\/0:hover {
  border-inline-start-color: rgb(153 246 228 / 0);
}

.hover\:border-s-teal-200\/10:hover {
  border-inline-start-color: rgb(153 246 228 / 0.1);
}

.hover\:border-s-teal-200\/100:hover {
  border-inline-start-color: rgb(153 246 228 / 1);
}

.hover\:border-s-teal-200\/20:hover {
  border-inline-start-color: rgb(153 246 228 / 0.2);
}

.hover\:border-s-teal-200\/25:hover {
  border-inline-start-color: rgb(153 246 228 / 0.25);
}

.hover\:border-s-teal-200\/30:hover {
  border-inline-start-color: rgb(153 246 228 / 0.3);
}

.hover\:border-s-teal-200\/40:hover {
  border-inline-start-color: rgb(153 246 228 / 0.4);
}

.hover\:border-s-teal-200\/5:hover {
  border-inline-start-color: rgb(153 246 228 / 0.05);
}

.hover\:border-s-teal-200\/50:hover {
  border-inline-start-color: rgb(153 246 228 / 0.5);
}

.hover\:border-s-teal-200\/60:hover {
  border-inline-start-color: rgb(153 246 228 / 0.6);
}

.hover\:border-s-teal-200\/70:hover {
  border-inline-start-color: rgb(153 246 228 / 0.7);
}

.hover\:border-s-teal-200\/75:hover {
  border-inline-start-color: rgb(153 246 228 / 0.75);
}

.hover\:border-s-teal-200\/80:hover {
  border-inline-start-color: rgb(153 246 228 / 0.8);
}

.hover\:border-s-teal-200\/90:hover {
  border-inline-start-color: rgb(153 246 228 / 0.9);
}

.hover\:border-s-teal-200\/95:hover {
  border-inline-start-color: rgb(153 246 228 / 0.95);
}

.hover\:border-s-teal-300:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(94 234 212 / var(--tw-border-opacity));
}

.hover\:border-s-teal-300\/0:hover {
  border-inline-start-color: rgb(94 234 212 / 0);
}

.hover\:border-s-teal-300\/10:hover {
  border-inline-start-color: rgb(94 234 212 / 0.1);
}

.hover\:border-s-teal-300\/100:hover {
  border-inline-start-color: rgb(94 234 212 / 1);
}

.hover\:border-s-teal-300\/20:hover {
  border-inline-start-color: rgb(94 234 212 / 0.2);
}

.hover\:border-s-teal-300\/25:hover {
  border-inline-start-color: rgb(94 234 212 / 0.25);
}

.hover\:border-s-teal-300\/30:hover {
  border-inline-start-color: rgb(94 234 212 / 0.3);
}

.hover\:border-s-teal-300\/40:hover {
  border-inline-start-color: rgb(94 234 212 / 0.4);
}

.hover\:border-s-teal-300\/5:hover {
  border-inline-start-color: rgb(94 234 212 / 0.05);
}

.hover\:border-s-teal-300\/50:hover {
  border-inline-start-color: rgb(94 234 212 / 0.5);
}

.hover\:border-s-teal-300\/60:hover {
  border-inline-start-color: rgb(94 234 212 / 0.6);
}

.hover\:border-s-teal-300\/70:hover {
  border-inline-start-color: rgb(94 234 212 / 0.7);
}

.hover\:border-s-teal-300\/75:hover {
  border-inline-start-color: rgb(94 234 212 / 0.75);
}

.hover\:border-s-teal-300\/80:hover {
  border-inline-start-color: rgb(94 234 212 / 0.8);
}

.hover\:border-s-teal-300\/90:hover {
  border-inline-start-color: rgb(94 234 212 / 0.9);
}

.hover\:border-s-teal-300\/95:hover {
  border-inline-start-color: rgb(94 234 212 / 0.95);
}

.hover\:border-s-teal-400:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(45 212 191 / var(--tw-border-opacity));
}

.hover\:border-s-teal-400\/0:hover {
  border-inline-start-color: rgb(45 212 191 / 0);
}

.hover\:border-s-teal-400\/10:hover {
  border-inline-start-color: rgb(45 212 191 / 0.1);
}

.hover\:border-s-teal-400\/100:hover {
  border-inline-start-color: rgb(45 212 191 / 1);
}

.hover\:border-s-teal-400\/20:hover {
  border-inline-start-color: rgb(45 212 191 / 0.2);
}

.hover\:border-s-teal-400\/25:hover {
  border-inline-start-color: rgb(45 212 191 / 0.25);
}

.hover\:border-s-teal-400\/30:hover {
  border-inline-start-color: rgb(45 212 191 / 0.3);
}

.hover\:border-s-teal-400\/40:hover {
  border-inline-start-color: rgb(45 212 191 / 0.4);
}

.hover\:border-s-teal-400\/5:hover {
  border-inline-start-color: rgb(45 212 191 / 0.05);
}

.hover\:border-s-teal-400\/50:hover {
  border-inline-start-color: rgb(45 212 191 / 0.5);
}

.hover\:border-s-teal-400\/60:hover {
  border-inline-start-color: rgb(45 212 191 / 0.6);
}

.hover\:border-s-teal-400\/70:hover {
  border-inline-start-color: rgb(45 212 191 / 0.7);
}

.hover\:border-s-teal-400\/75:hover {
  border-inline-start-color: rgb(45 212 191 / 0.75);
}

.hover\:border-s-teal-400\/80:hover {
  border-inline-start-color: rgb(45 212 191 / 0.8);
}

.hover\:border-s-teal-400\/90:hover {
  border-inline-start-color: rgb(45 212 191 / 0.9);
}

.hover\:border-s-teal-400\/95:hover {
  border-inline-start-color: rgb(45 212 191 / 0.95);
}

.hover\:border-s-teal-50:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(240 253 250 / var(--tw-border-opacity));
}

.hover\:border-s-teal-50\/0:hover {
  border-inline-start-color: rgb(240 253 250 / 0);
}

.hover\:border-s-teal-50\/10:hover {
  border-inline-start-color: rgb(240 253 250 / 0.1);
}

.hover\:border-s-teal-50\/100:hover {
  border-inline-start-color: rgb(240 253 250 / 1);
}

.hover\:border-s-teal-50\/20:hover {
  border-inline-start-color: rgb(240 253 250 / 0.2);
}

.hover\:border-s-teal-50\/25:hover {
  border-inline-start-color: rgb(240 253 250 / 0.25);
}

.hover\:border-s-teal-50\/30:hover {
  border-inline-start-color: rgb(240 253 250 / 0.3);
}

.hover\:border-s-teal-50\/40:hover {
  border-inline-start-color: rgb(240 253 250 / 0.4);
}

.hover\:border-s-teal-50\/5:hover {
  border-inline-start-color: rgb(240 253 250 / 0.05);
}

.hover\:border-s-teal-50\/50:hover {
  border-inline-start-color: rgb(240 253 250 / 0.5);
}

.hover\:border-s-teal-50\/60:hover {
  border-inline-start-color: rgb(240 253 250 / 0.6);
}

.hover\:border-s-teal-50\/70:hover {
  border-inline-start-color: rgb(240 253 250 / 0.7);
}

.hover\:border-s-teal-50\/75:hover {
  border-inline-start-color: rgb(240 253 250 / 0.75);
}

.hover\:border-s-teal-50\/80:hover {
  border-inline-start-color: rgb(240 253 250 / 0.8);
}

.hover\:border-s-teal-50\/90:hover {
  border-inline-start-color: rgb(240 253 250 / 0.9);
}

.hover\:border-s-teal-50\/95:hover {
  border-inline-start-color: rgb(240 253 250 / 0.95);
}

.hover\:border-s-teal-500:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(20 184 166 / var(--tw-border-opacity));
}

.hover\:border-s-teal-500\/0:hover {
  border-inline-start-color: rgb(20 184 166 / 0);
}

.hover\:border-s-teal-500\/10:hover {
  border-inline-start-color: rgb(20 184 166 / 0.1);
}

.hover\:border-s-teal-500\/100:hover {
  border-inline-start-color: rgb(20 184 166 / 1);
}

.hover\:border-s-teal-500\/20:hover {
  border-inline-start-color: rgb(20 184 166 / 0.2);
}

.hover\:border-s-teal-500\/25:hover {
  border-inline-start-color: rgb(20 184 166 / 0.25);
}

.hover\:border-s-teal-500\/30:hover {
  border-inline-start-color: rgb(20 184 166 / 0.3);
}

.hover\:border-s-teal-500\/40:hover {
  border-inline-start-color: rgb(20 184 166 / 0.4);
}

.hover\:border-s-teal-500\/5:hover {
  border-inline-start-color: rgb(20 184 166 / 0.05);
}

.hover\:border-s-teal-500\/50:hover {
  border-inline-start-color: rgb(20 184 166 / 0.5);
}

.hover\:border-s-teal-500\/60:hover {
  border-inline-start-color: rgb(20 184 166 / 0.6);
}

.hover\:border-s-teal-500\/70:hover {
  border-inline-start-color: rgb(20 184 166 / 0.7);
}

.hover\:border-s-teal-500\/75:hover {
  border-inline-start-color: rgb(20 184 166 / 0.75);
}

.hover\:border-s-teal-500\/80:hover {
  border-inline-start-color: rgb(20 184 166 / 0.8);
}

.hover\:border-s-teal-500\/90:hover {
  border-inline-start-color: rgb(20 184 166 / 0.9);
}

.hover\:border-s-teal-500\/95:hover {
  border-inline-start-color: rgb(20 184 166 / 0.95);
}

.hover\:border-s-teal-600:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(13 148 136 / var(--tw-border-opacity));
}

.hover\:border-s-teal-600\/0:hover {
  border-inline-start-color: rgb(13 148 136 / 0);
}

.hover\:border-s-teal-600\/10:hover {
  border-inline-start-color: rgb(13 148 136 / 0.1);
}

.hover\:border-s-teal-600\/100:hover {
  border-inline-start-color: rgb(13 148 136 / 1);
}

.hover\:border-s-teal-600\/20:hover {
  border-inline-start-color: rgb(13 148 136 / 0.2);
}

.hover\:border-s-teal-600\/25:hover {
  border-inline-start-color: rgb(13 148 136 / 0.25);
}

.hover\:border-s-teal-600\/30:hover {
  border-inline-start-color: rgb(13 148 136 / 0.3);
}

.hover\:border-s-teal-600\/40:hover {
  border-inline-start-color: rgb(13 148 136 / 0.4);
}

.hover\:border-s-teal-600\/5:hover {
  border-inline-start-color: rgb(13 148 136 / 0.05);
}

.hover\:border-s-teal-600\/50:hover {
  border-inline-start-color: rgb(13 148 136 / 0.5);
}

.hover\:border-s-teal-600\/60:hover {
  border-inline-start-color: rgb(13 148 136 / 0.6);
}

.hover\:border-s-teal-600\/70:hover {
  border-inline-start-color: rgb(13 148 136 / 0.7);
}

.hover\:border-s-teal-600\/75:hover {
  border-inline-start-color: rgb(13 148 136 / 0.75);
}

.hover\:border-s-teal-600\/80:hover {
  border-inline-start-color: rgb(13 148 136 / 0.8);
}

.hover\:border-s-teal-600\/90:hover {
  border-inline-start-color: rgb(13 148 136 / 0.9);
}

.hover\:border-s-teal-600\/95:hover {
  border-inline-start-color: rgb(13 148 136 / 0.95);
}

.hover\:border-s-teal-700:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(15 118 110 / var(--tw-border-opacity));
}

.hover\:border-s-teal-700\/0:hover {
  border-inline-start-color: rgb(15 118 110 / 0);
}

.hover\:border-s-teal-700\/10:hover {
  border-inline-start-color: rgb(15 118 110 / 0.1);
}

.hover\:border-s-teal-700\/100:hover {
  border-inline-start-color: rgb(15 118 110 / 1);
}

.hover\:border-s-teal-700\/20:hover {
  border-inline-start-color: rgb(15 118 110 / 0.2);
}

.hover\:border-s-teal-700\/25:hover {
  border-inline-start-color: rgb(15 118 110 / 0.25);
}

.hover\:border-s-teal-700\/30:hover {
  border-inline-start-color: rgb(15 118 110 / 0.3);
}

.hover\:border-s-teal-700\/40:hover {
  border-inline-start-color: rgb(15 118 110 / 0.4);
}

.hover\:border-s-teal-700\/5:hover {
  border-inline-start-color: rgb(15 118 110 / 0.05);
}

.hover\:border-s-teal-700\/50:hover {
  border-inline-start-color: rgb(15 118 110 / 0.5);
}

.hover\:border-s-teal-700\/60:hover {
  border-inline-start-color: rgb(15 118 110 / 0.6);
}

.hover\:border-s-teal-700\/70:hover {
  border-inline-start-color: rgb(15 118 110 / 0.7);
}

.hover\:border-s-teal-700\/75:hover {
  border-inline-start-color: rgb(15 118 110 / 0.75);
}

.hover\:border-s-teal-700\/80:hover {
  border-inline-start-color: rgb(15 118 110 / 0.8);
}

.hover\:border-s-teal-700\/90:hover {
  border-inline-start-color: rgb(15 118 110 / 0.9);
}

.hover\:border-s-teal-700\/95:hover {
  border-inline-start-color: rgb(15 118 110 / 0.95);
}

.hover\:border-s-teal-800:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(17 94 89 / var(--tw-border-opacity));
}

.hover\:border-s-teal-800\/0:hover {
  border-inline-start-color: rgb(17 94 89 / 0);
}

.hover\:border-s-teal-800\/10:hover {
  border-inline-start-color: rgb(17 94 89 / 0.1);
}

.hover\:border-s-teal-800\/100:hover {
  border-inline-start-color: rgb(17 94 89 / 1);
}

.hover\:border-s-teal-800\/20:hover {
  border-inline-start-color: rgb(17 94 89 / 0.2);
}

.hover\:border-s-teal-800\/25:hover {
  border-inline-start-color: rgb(17 94 89 / 0.25);
}

.hover\:border-s-teal-800\/30:hover {
  border-inline-start-color: rgb(17 94 89 / 0.3);
}

.hover\:border-s-teal-800\/40:hover {
  border-inline-start-color: rgb(17 94 89 / 0.4);
}

.hover\:border-s-teal-800\/5:hover {
  border-inline-start-color: rgb(17 94 89 / 0.05);
}

.hover\:border-s-teal-800\/50:hover {
  border-inline-start-color: rgb(17 94 89 / 0.5);
}

.hover\:border-s-teal-800\/60:hover {
  border-inline-start-color: rgb(17 94 89 / 0.6);
}

.hover\:border-s-teal-800\/70:hover {
  border-inline-start-color: rgb(17 94 89 / 0.7);
}

.hover\:border-s-teal-800\/75:hover {
  border-inline-start-color: rgb(17 94 89 / 0.75);
}

.hover\:border-s-teal-800\/80:hover {
  border-inline-start-color: rgb(17 94 89 / 0.8);
}

.hover\:border-s-teal-800\/90:hover {
  border-inline-start-color: rgb(17 94 89 / 0.9);
}

.hover\:border-s-teal-800\/95:hover {
  border-inline-start-color: rgb(17 94 89 / 0.95);
}

.hover\:border-s-teal-900:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(19 78 74 / var(--tw-border-opacity));
}

.hover\:border-s-teal-900\/0:hover {
  border-inline-start-color: rgb(19 78 74 / 0);
}

.hover\:border-s-teal-900\/10:hover {
  border-inline-start-color: rgb(19 78 74 / 0.1);
}

.hover\:border-s-teal-900\/100:hover {
  border-inline-start-color: rgb(19 78 74 / 1);
}

.hover\:border-s-teal-900\/20:hover {
  border-inline-start-color: rgb(19 78 74 / 0.2);
}

.hover\:border-s-teal-900\/25:hover {
  border-inline-start-color: rgb(19 78 74 / 0.25);
}

.hover\:border-s-teal-900\/30:hover {
  border-inline-start-color: rgb(19 78 74 / 0.3);
}

.hover\:border-s-teal-900\/40:hover {
  border-inline-start-color: rgb(19 78 74 / 0.4);
}

.hover\:border-s-teal-900\/5:hover {
  border-inline-start-color: rgb(19 78 74 / 0.05);
}

.hover\:border-s-teal-900\/50:hover {
  border-inline-start-color: rgb(19 78 74 / 0.5);
}

.hover\:border-s-teal-900\/60:hover {
  border-inline-start-color: rgb(19 78 74 / 0.6);
}

.hover\:border-s-teal-900\/70:hover {
  border-inline-start-color: rgb(19 78 74 / 0.7);
}

.hover\:border-s-teal-900\/75:hover {
  border-inline-start-color: rgb(19 78 74 / 0.75);
}

.hover\:border-s-teal-900\/80:hover {
  border-inline-start-color: rgb(19 78 74 / 0.8);
}

.hover\:border-s-teal-900\/90:hover {
  border-inline-start-color: rgb(19 78 74 / 0.9);
}

.hover\:border-s-teal-900\/95:hover {
  border-inline-start-color: rgb(19 78 74 / 0.95);
}

.hover\:border-s-teal-950:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(4 47 46 / var(--tw-border-opacity));
}

.hover\:border-s-teal-950\/0:hover {
  border-inline-start-color: rgb(4 47 46 / 0);
}

.hover\:border-s-teal-950\/10:hover {
  border-inline-start-color: rgb(4 47 46 / 0.1);
}

.hover\:border-s-teal-950\/100:hover {
  border-inline-start-color: rgb(4 47 46 / 1);
}

.hover\:border-s-teal-950\/20:hover {
  border-inline-start-color: rgb(4 47 46 / 0.2);
}

.hover\:border-s-teal-950\/25:hover {
  border-inline-start-color: rgb(4 47 46 / 0.25);
}

.hover\:border-s-teal-950\/30:hover {
  border-inline-start-color: rgb(4 47 46 / 0.3);
}

.hover\:border-s-teal-950\/40:hover {
  border-inline-start-color: rgb(4 47 46 / 0.4);
}

.hover\:border-s-teal-950\/5:hover {
  border-inline-start-color: rgb(4 47 46 / 0.05);
}

.hover\:border-s-teal-950\/50:hover {
  border-inline-start-color: rgb(4 47 46 / 0.5);
}

.hover\:border-s-teal-950\/60:hover {
  border-inline-start-color: rgb(4 47 46 / 0.6);
}

.hover\:border-s-teal-950\/70:hover {
  border-inline-start-color: rgb(4 47 46 / 0.7);
}

.hover\:border-s-teal-950\/75:hover {
  border-inline-start-color: rgb(4 47 46 / 0.75);
}

.hover\:border-s-teal-950\/80:hover {
  border-inline-start-color: rgb(4 47 46 / 0.8);
}

.hover\:border-s-teal-950\/90:hover {
  border-inline-start-color: rgb(4 47 46 / 0.9);
}

.hover\:border-s-teal-950\/95:hover {
  border-inline-start-color: rgb(4 47 46 / 0.95);
}

.hover\:border-s-transparent:hover {
  border-inline-start-color: transparent;
}

.hover\:border-s-transparent\/0:hover {
  border-inline-start-color: rgb(0 0 0 / 0);
}

.hover\:border-s-transparent\/10:hover {
  border-inline-start-color: rgb(0 0 0 / 0.1);
}

.hover\:border-s-transparent\/100:hover {
  border-inline-start-color: rgb(0 0 0 / 1);
}

.hover\:border-s-transparent\/20:hover {
  border-inline-start-color: rgb(0 0 0 / 0.2);
}

.hover\:border-s-transparent\/25:hover {
  border-inline-start-color: rgb(0 0 0 / 0.25);
}

.hover\:border-s-transparent\/30:hover {
  border-inline-start-color: rgb(0 0 0 / 0.3);
}

.hover\:border-s-transparent\/40:hover {
  border-inline-start-color: rgb(0 0 0 / 0.4);
}

.hover\:border-s-transparent\/5:hover {
  border-inline-start-color: rgb(0 0 0 / 0.05);
}

.hover\:border-s-transparent\/50:hover {
  border-inline-start-color: rgb(0 0 0 / 0.5);
}

.hover\:border-s-transparent\/60:hover {
  border-inline-start-color: rgb(0 0 0 / 0.6);
}

.hover\:border-s-transparent\/70:hover {
  border-inline-start-color: rgb(0 0 0 / 0.7);
}

.hover\:border-s-transparent\/75:hover {
  border-inline-start-color: rgb(0 0 0 / 0.75);
}

.hover\:border-s-transparent\/80:hover {
  border-inline-start-color: rgb(0 0 0 / 0.8);
}

.hover\:border-s-transparent\/90:hover {
  border-inline-start-color: rgb(0 0 0 / 0.9);
}

.hover\:border-s-transparent\/95:hover {
  border-inline-start-color: rgb(0 0 0 / 0.95);
}

.hover\:border-s-tykhe-digital:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(239 156 131 / var(--tw-border-opacity));
}

.hover\:border-s-tykhe-digital-alt:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 239 224 / var(--tw-border-opacity));
}

.hover\:border-s-tykhe-digital-alt\/0:hover {
  border-inline-start-color: rgb(245 239 224 / 0);
}

.hover\:border-s-tykhe-digital-alt\/10:hover {
  border-inline-start-color: rgb(245 239 224 / 0.1);
}

.hover\:border-s-tykhe-digital-alt\/100:hover {
  border-inline-start-color: rgb(245 239 224 / 1);
}

.hover\:border-s-tykhe-digital-alt\/20:hover {
  border-inline-start-color: rgb(245 239 224 / 0.2);
}

.hover\:border-s-tykhe-digital-alt\/25:hover {
  border-inline-start-color: rgb(245 239 224 / 0.25);
}

.hover\:border-s-tykhe-digital-alt\/30:hover {
  border-inline-start-color: rgb(245 239 224 / 0.3);
}

.hover\:border-s-tykhe-digital-alt\/40:hover {
  border-inline-start-color: rgb(245 239 224 / 0.4);
}

.hover\:border-s-tykhe-digital-alt\/5:hover {
  border-inline-start-color: rgb(245 239 224 / 0.05);
}

.hover\:border-s-tykhe-digital-alt\/50:hover {
  border-inline-start-color: rgb(245 239 224 / 0.5);
}

.hover\:border-s-tykhe-digital-alt\/60:hover {
  border-inline-start-color: rgb(245 239 224 / 0.6);
}

.hover\:border-s-tykhe-digital-alt\/70:hover {
  border-inline-start-color: rgb(245 239 224 / 0.7);
}

.hover\:border-s-tykhe-digital-alt\/75:hover {
  border-inline-start-color: rgb(245 239 224 / 0.75);
}

.hover\:border-s-tykhe-digital-alt\/80:hover {
  border-inline-start-color: rgb(245 239 224 / 0.8);
}

.hover\:border-s-tykhe-digital-alt\/90:hover {
  border-inline-start-color: rgb(245 239 224 / 0.9);
}

.hover\:border-s-tykhe-digital-alt\/95:hover {
  border-inline-start-color: rgb(245 239 224 / 0.95);
}

.hover\:border-s-tykhe-digital-alt2:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 58 111 / var(--tw-border-opacity));
}

.hover\:border-s-tykhe-digital-alt2\/0:hover {
  border-inline-start-color: rgb(255 58 111 / 0);
}

.hover\:border-s-tykhe-digital-alt2\/10:hover {
  border-inline-start-color: rgb(255 58 111 / 0.1);
}

.hover\:border-s-tykhe-digital-alt2\/100:hover {
  border-inline-start-color: rgb(255 58 111 / 1);
}

.hover\:border-s-tykhe-digital-alt2\/20:hover {
  border-inline-start-color: rgb(255 58 111 / 0.2);
}

.hover\:border-s-tykhe-digital-alt2\/25:hover {
  border-inline-start-color: rgb(255 58 111 / 0.25);
}

.hover\:border-s-tykhe-digital-alt2\/30:hover {
  border-inline-start-color: rgb(255 58 111 / 0.3);
}

.hover\:border-s-tykhe-digital-alt2\/40:hover {
  border-inline-start-color: rgb(255 58 111 / 0.4);
}

.hover\:border-s-tykhe-digital-alt2\/5:hover {
  border-inline-start-color: rgb(255 58 111 / 0.05);
}

.hover\:border-s-tykhe-digital-alt2\/50:hover {
  border-inline-start-color: rgb(255 58 111 / 0.5);
}

.hover\:border-s-tykhe-digital-alt2\/60:hover {
  border-inline-start-color: rgb(255 58 111 / 0.6);
}

.hover\:border-s-tykhe-digital-alt2\/70:hover {
  border-inline-start-color: rgb(255 58 111 / 0.7);
}

.hover\:border-s-tykhe-digital-alt2\/75:hover {
  border-inline-start-color: rgb(255 58 111 / 0.75);
}

.hover\:border-s-tykhe-digital-alt2\/80:hover {
  border-inline-start-color: rgb(255 58 111 / 0.8);
}

.hover\:border-s-tykhe-digital-alt2\/90:hover {
  border-inline-start-color: rgb(255 58 111 / 0.9);
}

.hover\:border-s-tykhe-digital-alt2\/95:hover {
  border-inline-start-color: rgb(255 58 111 / 0.95);
}

.hover\:border-s-tykhe-digital-alt3:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(131 214 239 / var(--tw-border-opacity));
}

.hover\:border-s-tykhe-digital-alt3\/0:hover {
  border-inline-start-color: rgb(131 214 239 / 0);
}

.hover\:border-s-tykhe-digital-alt3\/10:hover {
  border-inline-start-color: rgb(131 214 239 / 0.1);
}

.hover\:border-s-tykhe-digital-alt3\/100:hover {
  border-inline-start-color: rgb(131 214 239 / 1);
}

.hover\:border-s-tykhe-digital-alt3\/20:hover {
  border-inline-start-color: rgb(131 214 239 / 0.2);
}

.hover\:border-s-tykhe-digital-alt3\/25:hover {
  border-inline-start-color: rgb(131 214 239 / 0.25);
}

.hover\:border-s-tykhe-digital-alt3\/30:hover {
  border-inline-start-color: rgb(131 214 239 / 0.3);
}

.hover\:border-s-tykhe-digital-alt3\/40:hover {
  border-inline-start-color: rgb(131 214 239 / 0.4);
}

.hover\:border-s-tykhe-digital-alt3\/5:hover {
  border-inline-start-color: rgb(131 214 239 / 0.05);
}

.hover\:border-s-tykhe-digital-alt3\/50:hover {
  border-inline-start-color: rgb(131 214 239 / 0.5);
}

.hover\:border-s-tykhe-digital-alt3\/60:hover {
  border-inline-start-color: rgb(131 214 239 / 0.6);
}

.hover\:border-s-tykhe-digital-alt3\/70:hover {
  border-inline-start-color: rgb(131 214 239 / 0.7);
}

.hover\:border-s-tykhe-digital-alt3\/75:hover {
  border-inline-start-color: rgb(131 214 239 / 0.75);
}

.hover\:border-s-tykhe-digital-alt3\/80:hover {
  border-inline-start-color: rgb(131 214 239 / 0.8);
}

.hover\:border-s-tykhe-digital-alt3\/90:hover {
  border-inline-start-color: rgb(131 214 239 / 0.9);
}

.hover\:border-s-tykhe-digital-alt3\/95:hover {
  border-inline-start-color: rgb(131 214 239 / 0.95);
}

.hover\:border-s-tykhe-digital\/0:hover {
  border-inline-start-color: rgb(239 156 131 / 0);
}

.hover\:border-s-tykhe-digital\/10:hover {
  border-inline-start-color: rgb(239 156 131 / 0.1);
}

.hover\:border-s-tykhe-digital\/100:hover {
  border-inline-start-color: rgb(239 156 131 / 1);
}

.hover\:border-s-tykhe-digital\/20:hover {
  border-inline-start-color: rgb(239 156 131 / 0.2);
}

.hover\:border-s-tykhe-digital\/25:hover {
  border-inline-start-color: rgb(239 156 131 / 0.25);
}

.hover\:border-s-tykhe-digital\/30:hover {
  border-inline-start-color: rgb(239 156 131 / 0.3);
}

.hover\:border-s-tykhe-digital\/40:hover {
  border-inline-start-color: rgb(239 156 131 / 0.4);
}

.hover\:border-s-tykhe-digital\/5:hover {
  border-inline-start-color: rgb(239 156 131 / 0.05);
}

.hover\:border-s-tykhe-digital\/50:hover {
  border-inline-start-color: rgb(239 156 131 / 0.5);
}

.hover\:border-s-tykhe-digital\/60:hover {
  border-inline-start-color: rgb(239 156 131 / 0.6);
}

.hover\:border-s-tykhe-digital\/70:hover {
  border-inline-start-color: rgb(239 156 131 / 0.7);
}

.hover\:border-s-tykhe-digital\/75:hover {
  border-inline-start-color: rgb(239 156 131 / 0.75);
}

.hover\:border-s-tykhe-digital\/80:hover {
  border-inline-start-color: rgb(239 156 131 / 0.8);
}

.hover\:border-s-tykhe-digital\/90:hover {
  border-inline-start-color: rgb(239 156 131 / 0.9);
}

.hover\:border-s-tykhe-digital\/95:hover {
  border-inline-start-color: rgb(239 156 131 / 0.95);
}

.hover\:border-s-violet-100:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(237 233 254 / var(--tw-border-opacity));
}

.hover\:border-s-violet-100\/0:hover {
  border-inline-start-color: rgb(237 233 254 / 0);
}

.hover\:border-s-violet-100\/10:hover {
  border-inline-start-color: rgb(237 233 254 / 0.1);
}

.hover\:border-s-violet-100\/100:hover {
  border-inline-start-color: rgb(237 233 254 / 1);
}

.hover\:border-s-violet-100\/20:hover {
  border-inline-start-color: rgb(237 233 254 / 0.2);
}

.hover\:border-s-violet-100\/25:hover {
  border-inline-start-color: rgb(237 233 254 / 0.25);
}

.hover\:border-s-violet-100\/30:hover {
  border-inline-start-color: rgb(237 233 254 / 0.3);
}

.hover\:border-s-violet-100\/40:hover {
  border-inline-start-color: rgb(237 233 254 / 0.4);
}

.hover\:border-s-violet-100\/5:hover {
  border-inline-start-color: rgb(237 233 254 / 0.05);
}

.hover\:border-s-violet-100\/50:hover {
  border-inline-start-color: rgb(237 233 254 / 0.5);
}

.hover\:border-s-violet-100\/60:hover {
  border-inline-start-color: rgb(237 233 254 / 0.6);
}

.hover\:border-s-violet-100\/70:hover {
  border-inline-start-color: rgb(237 233 254 / 0.7);
}

.hover\:border-s-violet-100\/75:hover {
  border-inline-start-color: rgb(237 233 254 / 0.75);
}

.hover\:border-s-violet-100\/80:hover {
  border-inline-start-color: rgb(237 233 254 / 0.8);
}

.hover\:border-s-violet-100\/90:hover {
  border-inline-start-color: rgb(237 233 254 / 0.9);
}

.hover\:border-s-violet-100\/95:hover {
  border-inline-start-color: rgb(237 233 254 / 0.95);
}

.hover\:border-s-violet-200:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(221 214 254 / var(--tw-border-opacity));
}

.hover\:border-s-violet-200\/0:hover {
  border-inline-start-color: rgb(221 214 254 / 0);
}

.hover\:border-s-violet-200\/10:hover {
  border-inline-start-color: rgb(221 214 254 / 0.1);
}

.hover\:border-s-violet-200\/100:hover {
  border-inline-start-color: rgb(221 214 254 / 1);
}

.hover\:border-s-violet-200\/20:hover {
  border-inline-start-color: rgb(221 214 254 / 0.2);
}

.hover\:border-s-violet-200\/25:hover {
  border-inline-start-color: rgb(221 214 254 / 0.25);
}

.hover\:border-s-violet-200\/30:hover {
  border-inline-start-color: rgb(221 214 254 / 0.3);
}

.hover\:border-s-violet-200\/40:hover {
  border-inline-start-color: rgb(221 214 254 / 0.4);
}

.hover\:border-s-violet-200\/5:hover {
  border-inline-start-color: rgb(221 214 254 / 0.05);
}

.hover\:border-s-violet-200\/50:hover {
  border-inline-start-color: rgb(221 214 254 / 0.5);
}

.hover\:border-s-violet-200\/60:hover {
  border-inline-start-color: rgb(221 214 254 / 0.6);
}

.hover\:border-s-violet-200\/70:hover {
  border-inline-start-color: rgb(221 214 254 / 0.7);
}

.hover\:border-s-violet-200\/75:hover {
  border-inline-start-color: rgb(221 214 254 / 0.75);
}

.hover\:border-s-violet-200\/80:hover {
  border-inline-start-color: rgb(221 214 254 / 0.8);
}

.hover\:border-s-violet-200\/90:hover {
  border-inline-start-color: rgb(221 214 254 / 0.9);
}

.hover\:border-s-violet-200\/95:hover {
  border-inline-start-color: rgb(221 214 254 / 0.95);
}

.hover\:border-s-violet-300:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(196 181 253 / var(--tw-border-opacity));
}

.hover\:border-s-violet-300\/0:hover {
  border-inline-start-color: rgb(196 181 253 / 0);
}

.hover\:border-s-violet-300\/10:hover {
  border-inline-start-color: rgb(196 181 253 / 0.1);
}

.hover\:border-s-violet-300\/100:hover {
  border-inline-start-color: rgb(196 181 253 / 1);
}

.hover\:border-s-violet-300\/20:hover {
  border-inline-start-color: rgb(196 181 253 / 0.2);
}

.hover\:border-s-violet-300\/25:hover {
  border-inline-start-color: rgb(196 181 253 / 0.25);
}

.hover\:border-s-violet-300\/30:hover {
  border-inline-start-color: rgb(196 181 253 / 0.3);
}

.hover\:border-s-violet-300\/40:hover {
  border-inline-start-color: rgb(196 181 253 / 0.4);
}

.hover\:border-s-violet-300\/5:hover {
  border-inline-start-color: rgb(196 181 253 / 0.05);
}

.hover\:border-s-violet-300\/50:hover {
  border-inline-start-color: rgb(196 181 253 / 0.5);
}

.hover\:border-s-violet-300\/60:hover {
  border-inline-start-color: rgb(196 181 253 / 0.6);
}

.hover\:border-s-violet-300\/70:hover {
  border-inline-start-color: rgb(196 181 253 / 0.7);
}

.hover\:border-s-violet-300\/75:hover {
  border-inline-start-color: rgb(196 181 253 / 0.75);
}

.hover\:border-s-violet-300\/80:hover {
  border-inline-start-color: rgb(196 181 253 / 0.8);
}

.hover\:border-s-violet-300\/90:hover {
  border-inline-start-color: rgb(196 181 253 / 0.9);
}

.hover\:border-s-violet-300\/95:hover {
  border-inline-start-color: rgb(196 181 253 / 0.95);
}

.hover\:border-s-violet-400:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(167 139 250 / var(--tw-border-opacity));
}

.hover\:border-s-violet-400\/0:hover {
  border-inline-start-color: rgb(167 139 250 / 0);
}

.hover\:border-s-violet-400\/10:hover {
  border-inline-start-color: rgb(167 139 250 / 0.1);
}

.hover\:border-s-violet-400\/100:hover {
  border-inline-start-color: rgb(167 139 250 / 1);
}

.hover\:border-s-violet-400\/20:hover {
  border-inline-start-color: rgb(167 139 250 / 0.2);
}

.hover\:border-s-violet-400\/25:hover {
  border-inline-start-color: rgb(167 139 250 / 0.25);
}

.hover\:border-s-violet-400\/30:hover {
  border-inline-start-color: rgb(167 139 250 / 0.3);
}

.hover\:border-s-violet-400\/40:hover {
  border-inline-start-color: rgb(167 139 250 / 0.4);
}

.hover\:border-s-violet-400\/5:hover {
  border-inline-start-color: rgb(167 139 250 / 0.05);
}

.hover\:border-s-violet-400\/50:hover {
  border-inline-start-color: rgb(167 139 250 / 0.5);
}

.hover\:border-s-violet-400\/60:hover {
  border-inline-start-color: rgb(167 139 250 / 0.6);
}

.hover\:border-s-violet-400\/70:hover {
  border-inline-start-color: rgb(167 139 250 / 0.7);
}

.hover\:border-s-violet-400\/75:hover {
  border-inline-start-color: rgb(167 139 250 / 0.75);
}

.hover\:border-s-violet-400\/80:hover {
  border-inline-start-color: rgb(167 139 250 / 0.8);
}

.hover\:border-s-violet-400\/90:hover {
  border-inline-start-color: rgb(167 139 250 / 0.9);
}

.hover\:border-s-violet-400\/95:hover {
  border-inline-start-color: rgb(167 139 250 / 0.95);
}

.hover\:border-s-violet-50:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 243 255 / var(--tw-border-opacity));
}

.hover\:border-s-violet-50\/0:hover {
  border-inline-start-color: rgb(245 243 255 / 0);
}

.hover\:border-s-violet-50\/10:hover {
  border-inline-start-color: rgb(245 243 255 / 0.1);
}

.hover\:border-s-violet-50\/100:hover {
  border-inline-start-color: rgb(245 243 255 / 1);
}

.hover\:border-s-violet-50\/20:hover {
  border-inline-start-color: rgb(245 243 255 / 0.2);
}

.hover\:border-s-violet-50\/25:hover {
  border-inline-start-color: rgb(245 243 255 / 0.25);
}

.hover\:border-s-violet-50\/30:hover {
  border-inline-start-color: rgb(245 243 255 / 0.3);
}

.hover\:border-s-violet-50\/40:hover {
  border-inline-start-color: rgb(245 243 255 / 0.4);
}

.hover\:border-s-violet-50\/5:hover {
  border-inline-start-color: rgb(245 243 255 / 0.05);
}

.hover\:border-s-violet-50\/50:hover {
  border-inline-start-color: rgb(245 243 255 / 0.5);
}

.hover\:border-s-violet-50\/60:hover {
  border-inline-start-color: rgb(245 243 255 / 0.6);
}

.hover\:border-s-violet-50\/70:hover {
  border-inline-start-color: rgb(245 243 255 / 0.7);
}

.hover\:border-s-violet-50\/75:hover {
  border-inline-start-color: rgb(245 243 255 / 0.75);
}

.hover\:border-s-violet-50\/80:hover {
  border-inline-start-color: rgb(245 243 255 / 0.8);
}

.hover\:border-s-violet-50\/90:hover {
  border-inline-start-color: rgb(245 243 255 / 0.9);
}

.hover\:border-s-violet-50\/95:hover {
  border-inline-start-color: rgb(245 243 255 / 0.95);
}

.hover\:border-s-violet-500:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(139 92 246 / var(--tw-border-opacity));
}

.hover\:border-s-violet-500\/0:hover {
  border-inline-start-color: rgb(139 92 246 / 0);
}

.hover\:border-s-violet-500\/10:hover {
  border-inline-start-color: rgb(139 92 246 / 0.1);
}

.hover\:border-s-violet-500\/100:hover {
  border-inline-start-color: rgb(139 92 246 / 1);
}

.hover\:border-s-violet-500\/20:hover {
  border-inline-start-color: rgb(139 92 246 / 0.2);
}

.hover\:border-s-violet-500\/25:hover {
  border-inline-start-color: rgb(139 92 246 / 0.25);
}

.hover\:border-s-violet-500\/30:hover {
  border-inline-start-color: rgb(139 92 246 / 0.3);
}

.hover\:border-s-violet-500\/40:hover {
  border-inline-start-color: rgb(139 92 246 / 0.4);
}

.hover\:border-s-violet-500\/5:hover {
  border-inline-start-color: rgb(139 92 246 / 0.05);
}

.hover\:border-s-violet-500\/50:hover {
  border-inline-start-color: rgb(139 92 246 / 0.5);
}

.hover\:border-s-violet-500\/60:hover {
  border-inline-start-color: rgb(139 92 246 / 0.6);
}

.hover\:border-s-violet-500\/70:hover {
  border-inline-start-color: rgb(139 92 246 / 0.7);
}

.hover\:border-s-violet-500\/75:hover {
  border-inline-start-color: rgb(139 92 246 / 0.75);
}

.hover\:border-s-violet-500\/80:hover {
  border-inline-start-color: rgb(139 92 246 / 0.8);
}

.hover\:border-s-violet-500\/90:hover {
  border-inline-start-color: rgb(139 92 246 / 0.9);
}

.hover\:border-s-violet-500\/95:hover {
  border-inline-start-color: rgb(139 92 246 / 0.95);
}

.hover\:border-s-violet-600:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(124 58 237 / var(--tw-border-opacity));
}

.hover\:border-s-violet-600\/0:hover {
  border-inline-start-color: rgb(124 58 237 / 0);
}

.hover\:border-s-violet-600\/10:hover {
  border-inline-start-color: rgb(124 58 237 / 0.1);
}

.hover\:border-s-violet-600\/100:hover {
  border-inline-start-color: rgb(124 58 237 / 1);
}

.hover\:border-s-violet-600\/20:hover {
  border-inline-start-color: rgb(124 58 237 / 0.2);
}

.hover\:border-s-violet-600\/25:hover {
  border-inline-start-color: rgb(124 58 237 / 0.25);
}

.hover\:border-s-violet-600\/30:hover {
  border-inline-start-color: rgb(124 58 237 / 0.3);
}

.hover\:border-s-violet-600\/40:hover {
  border-inline-start-color: rgb(124 58 237 / 0.4);
}

.hover\:border-s-violet-600\/5:hover {
  border-inline-start-color: rgb(124 58 237 / 0.05);
}

.hover\:border-s-violet-600\/50:hover {
  border-inline-start-color: rgb(124 58 237 / 0.5);
}

.hover\:border-s-violet-600\/60:hover {
  border-inline-start-color: rgb(124 58 237 / 0.6);
}

.hover\:border-s-violet-600\/70:hover {
  border-inline-start-color: rgb(124 58 237 / 0.7);
}

.hover\:border-s-violet-600\/75:hover {
  border-inline-start-color: rgb(124 58 237 / 0.75);
}

.hover\:border-s-violet-600\/80:hover {
  border-inline-start-color: rgb(124 58 237 / 0.8);
}

.hover\:border-s-violet-600\/90:hover {
  border-inline-start-color: rgb(124 58 237 / 0.9);
}

.hover\:border-s-violet-600\/95:hover {
  border-inline-start-color: rgb(124 58 237 / 0.95);
}

.hover\:border-s-violet-700:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(109 40 217 / var(--tw-border-opacity));
}

.hover\:border-s-violet-700\/0:hover {
  border-inline-start-color: rgb(109 40 217 / 0);
}

.hover\:border-s-violet-700\/10:hover {
  border-inline-start-color: rgb(109 40 217 / 0.1);
}

.hover\:border-s-violet-700\/100:hover {
  border-inline-start-color: rgb(109 40 217 / 1);
}

.hover\:border-s-violet-700\/20:hover {
  border-inline-start-color: rgb(109 40 217 / 0.2);
}

.hover\:border-s-violet-700\/25:hover {
  border-inline-start-color: rgb(109 40 217 / 0.25);
}

.hover\:border-s-violet-700\/30:hover {
  border-inline-start-color: rgb(109 40 217 / 0.3);
}

.hover\:border-s-violet-700\/40:hover {
  border-inline-start-color: rgb(109 40 217 / 0.4);
}

.hover\:border-s-violet-700\/5:hover {
  border-inline-start-color: rgb(109 40 217 / 0.05);
}

.hover\:border-s-violet-700\/50:hover {
  border-inline-start-color: rgb(109 40 217 / 0.5);
}

.hover\:border-s-violet-700\/60:hover {
  border-inline-start-color: rgb(109 40 217 / 0.6);
}

.hover\:border-s-violet-700\/70:hover {
  border-inline-start-color: rgb(109 40 217 / 0.7);
}

.hover\:border-s-violet-700\/75:hover {
  border-inline-start-color: rgb(109 40 217 / 0.75);
}

.hover\:border-s-violet-700\/80:hover {
  border-inline-start-color: rgb(109 40 217 / 0.8);
}

.hover\:border-s-violet-700\/90:hover {
  border-inline-start-color: rgb(109 40 217 / 0.9);
}

.hover\:border-s-violet-700\/95:hover {
  border-inline-start-color: rgb(109 40 217 / 0.95);
}

.hover\:border-s-violet-800:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(91 33 182 / var(--tw-border-opacity));
}

.hover\:border-s-violet-800\/0:hover {
  border-inline-start-color: rgb(91 33 182 / 0);
}

.hover\:border-s-violet-800\/10:hover {
  border-inline-start-color: rgb(91 33 182 / 0.1);
}

.hover\:border-s-violet-800\/100:hover {
  border-inline-start-color: rgb(91 33 182 / 1);
}

.hover\:border-s-violet-800\/20:hover {
  border-inline-start-color: rgb(91 33 182 / 0.2);
}

.hover\:border-s-violet-800\/25:hover {
  border-inline-start-color: rgb(91 33 182 / 0.25);
}

.hover\:border-s-violet-800\/30:hover {
  border-inline-start-color: rgb(91 33 182 / 0.3);
}

.hover\:border-s-violet-800\/40:hover {
  border-inline-start-color: rgb(91 33 182 / 0.4);
}

.hover\:border-s-violet-800\/5:hover {
  border-inline-start-color: rgb(91 33 182 / 0.05);
}

.hover\:border-s-violet-800\/50:hover {
  border-inline-start-color: rgb(91 33 182 / 0.5);
}

.hover\:border-s-violet-800\/60:hover {
  border-inline-start-color: rgb(91 33 182 / 0.6);
}

.hover\:border-s-violet-800\/70:hover {
  border-inline-start-color: rgb(91 33 182 / 0.7);
}

.hover\:border-s-violet-800\/75:hover {
  border-inline-start-color: rgb(91 33 182 / 0.75);
}

.hover\:border-s-violet-800\/80:hover {
  border-inline-start-color: rgb(91 33 182 / 0.8);
}

.hover\:border-s-violet-800\/90:hover {
  border-inline-start-color: rgb(91 33 182 / 0.9);
}

.hover\:border-s-violet-800\/95:hover {
  border-inline-start-color: rgb(91 33 182 / 0.95);
}

.hover\:border-s-violet-900:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(76 29 149 / var(--tw-border-opacity));
}

.hover\:border-s-violet-900\/0:hover {
  border-inline-start-color: rgb(76 29 149 / 0);
}

.hover\:border-s-violet-900\/10:hover {
  border-inline-start-color: rgb(76 29 149 / 0.1);
}

.hover\:border-s-violet-900\/100:hover {
  border-inline-start-color: rgb(76 29 149 / 1);
}

.hover\:border-s-violet-900\/20:hover {
  border-inline-start-color: rgb(76 29 149 / 0.2);
}

.hover\:border-s-violet-900\/25:hover {
  border-inline-start-color: rgb(76 29 149 / 0.25);
}

.hover\:border-s-violet-900\/30:hover {
  border-inline-start-color: rgb(76 29 149 / 0.3);
}

.hover\:border-s-violet-900\/40:hover {
  border-inline-start-color: rgb(76 29 149 / 0.4);
}

.hover\:border-s-violet-900\/5:hover {
  border-inline-start-color: rgb(76 29 149 / 0.05);
}

.hover\:border-s-violet-900\/50:hover {
  border-inline-start-color: rgb(76 29 149 / 0.5);
}

.hover\:border-s-violet-900\/60:hover {
  border-inline-start-color: rgb(76 29 149 / 0.6);
}

.hover\:border-s-violet-900\/70:hover {
  border-inline-start-color: rgb(76 29 149 / 0.7);
}

.hover\:border-s-violet-900\/75:hover {
  border-inline-start-color: rgb(76 29 149 / 0.75);
}

.hover\:border-s-violet-900\/80:hover {
  border-inline-start-color: rgb(76 29 149 / 0.8);
}

.hover\:border-s-violet-900\/90:hover {
  border-inline-start-color: rgb(76 29 149 / 0.9);
}

.hover\:border-s-violet-900\/95:hover {
  border-inline-start-color: rgb(76 29 149 / 0.95);
}

.hover\:border-s-violet-950:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(46 16 101 / var(--tw-border-opacity));
}

.hover\:border-s-violet-950\/0:hover {
  border-inline-start-color: rgb(46 16 101 / 0);
}

.hover\:border-s-violet-950\/10:hover {
  border-inline-start-color: rgb(46 16 101 / 0.1);
}

.hover\:border-s-violet-950\/100:hover {
  border-inline-start-color: rgb(46 16 101 / 1);
}

.hover\:border-s-violet-950\/20:hover {
  border-inline-start-color: rgb(46 16 101 / 0.2);
}

.hover\:border-s-violet-950\/25:hover {
  border-inline-start-color: rgb(46 16 101 / 0.25);
}

.hover\:border-s-violet-950\/30:hover {
  border-inline-start-color: rgb(46 16 101 / 0.3);
}

.hover\:border-s-violet-950\/40:hover {
  border-inline-start-color: rgb(46 16 101 / 0.4);
}

.hover\:border-s-violet-950\/5:hover {
  border-inline-start-color: rgb(46 16 101 / 0.05);
}

.hover\:border-s-violet-950\/50:hover {
  border-inline-start-color: rgb(46 16 101 / 0.5);
}

.hover\:border-s-violet-950\/60:hover {
  border-inline-start-color: rgb(46 16 101 / 0.6);
}

.hover\:border-s-violet-950\/70:hover {
  border-inline-start-color: rgb(46 16 101 / 0.7);
}

.hover\:border-s-violet-950\/75:hover {
  border-inline-start-color: rgb(46 16 101 / 0.75);
}

.hover\:border-s-violet-950\/80:hover {
  border-inline-start-color: rgb(46 16 101 / 0.8);
}

.hover\:border-s-violet-950\/90:hover {
  border-inline-start-color: rgb(46 16 101 / 0.9);
}

.hover\:border-s-violet-950\/95:hover {
  border-inline-start-color: rgb(46 16 101 / 0.95);
}

.hover\:border-s-white:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.hover\:border-s-white\/0:hover {
  border-inline-start-color: rgb(255 255 255 / 0);
}

.hover\:border-s-white\/10:hover {
  border-inline-start-color: rgb(255 255 255 / 0.1);
}

.hover\:border-s-white\/100:hover {
  border-inline-start-color: rgb(255 255 255 / 1);
}

.hover\:border-s-white\/20:hover {
  border-inline-start-color: rgb(255 255 255 / 0.2);
}

.hover\:border-s-white\/25:hover {
  border-inline-start-color: rgb(255 255 255 / 0.25);
}

.hover\:border-s-white\/30:hover {
  border-inline-start-color: rgb(255 255 255 / 0.3);
}

.hover\:border-s-white\/40:hover {
  border-inline-start-color: rgb(255 255 255 / 0.4);
}

.hover\:border-s-white\/5:hover {
  border-inline-start-color: rgb(255 255 255 / 0.05);
}

.hover\:border-s-white\/50:hover {
  border-inline-start-color: rgb(255 255 255 / 0.5);
}

.hover\:border-s-white\/60:hover {
  border-inline-start-color: rgb(255 255 255 / 0.6);
}

.hover\:border-s-white\/70:hover {
  border-inline-start-color: rgb(255 255 255 / 0.7);
}

.hover\:border-s-white\/75:hover {
  border-inline-start-color: rgb(255 255 255 / 0.75);
}

.hover\:border-s-white\/80:hover {
  border-inline-start-color: rgb(255 255 255 / 0.8);
}

.hover\:border-s-white\/90:hover {
  border-inline-start-color: rgb(255 255 255 / 0.9);
}

.hover\:border-s-white\/95:hover {
  border-inline-start-color: rgb(255 255 255 / 0.95);
}

.hover\:border-s-work-identity-300:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(166 235 194 / var(--tw-border-opacity));
}

.hover\:border-s-work-identity-300\/0:hover {
  border-inline-start-color: rgb(166 235 194 / 0);
}

.hover\:border-s-work-identity-300\/10:hover {
  border-inline-start-color: rgb(166 235 194 / 0.1);
}

.hover\:border-s-work-identity-300\/100:hover {
  border-inline-start-color: rgb(166 235 194 / 1);
}

.hover\:border-s-work-identity-300\/20:hover {
  border-inline-start-color: rgb(166 235 194 / 0.2);
}

.hover\:border-s-work-identity-300\/25:hover {
  border-inline-start-color: rgb(166 235 194 / 0.25);
}

.hover\:border-s-work-identity-300\/30:hover {
  border-inline-start-color: rgb(166 235 194 / 0.3);
}

.hover\:border-s-work-identity-300\/40:hover {
  border-inline-start-color: rgb(166 235 194 / 0.4);
}

.hover\:border-s-work-identity-300\/5:hover {
  border-inline-start-color: rgb(166 235 194 / 0.05);
}

.hover\:border-s-work-identity-300\/50:hover {
  border-inline-start-color: rgb(166 235 194 / 0.5);
}

.hover\:border-s-work-identity-300\/60:hover {
  border-inline-start-color: rgb(166 235 194 / 0.6);
}

.hover\:border-s-work-identity-300\/70:hover {
  border-inline-start-color: rgb(166 235 194 / 0.7);
}

.hover\:border-s-work-identity-300\/75:hover {
  border-inline-start-color: rgb(166 235 194 / 0.75);
}

.hover\:border-s-work-identity-300\/80:hover {
  border-inline-start-color: rgb(166 235 194 / 0.8);
}

.hover\:border-s-work-identity-300\/90:hover {
  border-inline-start-color: rgb(166 235 194 / 0.9);
}

.hover\:border-s-work-identity-300\/95:hover {
  border-inline-start-color: rgb(166 235 194 / 0.95);
}

.hover\:border-s-work-identity-400:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(83 221 139 / var(--tw-border-opacity));
}

.hover\:border-s-work-identity-400\/0:hover {
  border-inline-start-color: rgb(83 221 139 / 0);
}

.hover\:border-s-work-identity-400\/10:hover {
  border-inline-start-color: rgb(83 221 139 / 0.1);
}

.hover\:border-s-work-identity-400\/100:hover {
  border-inline-start-color: rgb(83 221 139 / 1);
}

.hover\:border-s-work-identity-400\/20:hover {
  border-inline-start-color: rgb(83 221 139 / 0.2);
}

.hover\:border-s-work-identity-400\/25:hover {
  border-inline-start-color: rgb(83 221 139 / 0.25);
}

.hover\:border-s-work-identity-400\/30:hover {
  border-inline-start-color: rgb(83 221 139 / 0.3);
}

.hover\:border-s-work-identity-400\/40:hover {
  border-inline-start-color: rgb(83 221 139 / 0.4);
}

.hover\:border-s-work-identity-400\/5:hover {
  border-inline-start-color: rgb(83 221 139 / 0.05);
}

.hover\:border-s-work-identity-400\/50:hover {
  border-inline-start-color: rgb(83 221 139 / 0.5);
}

.hover\:border-s-work-identity-400\/60:hover {
  border-inline-start-color: rgb(83 221 139 / 0.6);
}

.hover\:border-s-work-identity-400\/70:hover {
  border-inline-start-color: rgb(83 221 139 / 0.7);
}

.hover\:border-s-work-identity-400\/75:hover {
  border-inline-start-color: rgb(83 221 139 / 0.75);
}

.hover\:border-s-work-identity-400\/80:hover {
  border-inline-start-color: rgb(83 221 139 / 0.8);
}

.hover\:border-s-work-identity-400\/90:hover {
  border-inline-start-color: rgb(83 221 139 / 0.9);
}

.hover\:border-s-work-identity-400\/95:hover {
  border-inline-start-color: rgb(83 221 139 / 0.95);
}

.hover\:border-s-work-identity-500:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(0 208 84 / var(--tw-border-opacity));
}

.hover\:border-s-work-identity-500\/0:hover {
  border-inline-start-color: rgb(0 208 84 / 0);
}

.hover\:border-s-work-identity-500\/10:hover {
  border-inline-start-color: rgb(0 208 84 / 0.1);
}

.hover\:border-s-work-identity-500\/100:hover {
  border-inline-start-color: rgb(0 208 84 / 1);
}

.hover\:border-s-work-identity-500\/20:hover {
  border-inline-start-color: rgb(0 208 84 / 0.2);
}

.hover\:border-s-work-identity-500\/25:hover {
  border-inline-start-color: rgb(0 208 84 / 0.25);
}

.hover\:border-s-work-identity-500\/30:hover {
  border-inline-start-color: rgb(0 208 84 / 0.3);
}

.hover\:border-s-work-identity-500\/40:hover {
  border-inline-start-color: rgb(0 208 84 / 0.4);
}

.hover\:border-s-work-identity-500\/5:hover {
  border-inline-start-color: rgb(0 208 84 / 0.05);
}

.hover\:border-s-work-identity-500\/50:hover {
  border-inline-start-color: rgb(0 208 84 / 0.5);
}

.hover\:border-s-work-identity-500\/60:hover {
  border-inline-start-color: rgb(0 208 84 / 0.6);
}

.hover\:border-s-work-identity-500\/70:hover {
  border-inline-start-color: rgb(0 208 84 / 0.7);
}

.hover\:border-s-work-identity-500\/75:hover {
  border-inline-start-color: rgb(0 208 84 / 0.75);
}

.hover\:border-s-work-identity-500\/80:hover {
  border-inline-start-color: rgb(0 208 84 / 0.8);
}

.hover\:border-s-work-identity-500\/90:hover {
  border-inline-start-color: rgb(0 208 84 / 0.9);
}

.hover\:border-s-work-identity-500\/95:hover {
  border-inline-start-color: rgb(0 208 84 / 0.95);
}

.hover\:border-s-work-identity-900:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(249 249 249 / var(--tw-border-opacity));
}

.hover\:border-s-work-identity-900\/0:hover {
  border-inline-start-color: rgb(249 249 249 / 0);
}

.hover\:border-s-work-identity-900\/10:hover {
  border-inline-start-color: rgb(249 249 249 / 0.1);
}

.hover\:border-s-work-identity-900\/100:hover {
  border-inline-start-color: rgb(249 249 249 / 1);
}

.hover\:border-s-work-identity-900\/20:hover {
  border-inline-start-color: rgb(249 249 249 / 0.2);
}

.hover\:border-s-work-identity-900\/25:hover {
  border-inline-start-color: rgb(249 249 249 / 0.25);
}

.hover\:border-s-work-identity-900\/30:hover {
  border-inline-start-color: rgb(249 249 249 / 0.3);
}

.hover\:border-s-work-identity-900\/40:hover {
  border-inline-start-color: rgb(249 249 249 / 0.4);
}

.hover\:border-s-work-identity-900\/5:hover {
  border-inline-start-color: rgb(249 249 249 / 0.05);
}

.hover\:border-s-work-identity-900\/50:hover {
  border-inline-start-color: rgb(249 249 249 / 0.5);
}

.hover\:border-s-work-identity-900\/60:hover {
  border-inline-start-color: rgb(249 249 249 / 0.6);
}

.hover\:border-s-work-identity-900\/70:hover {
  border-inline-start-color: rgb(249 249 249 / 0.7);
}

.hover\:border-s-work-identity-900\/75:hover {
  border-inline-start-color: rgb(249 249 249 / 0.75);
}

.hover\:border-s-work-identity-900\/80:hover {
  border-inline-start-color: rgb(249 249 249 / 0.8);
}

.hover\:border-s-work-identity-900\/90:hover {
  border-inline-start-color: rgb(249 249 249 / 0.9);
}

.hover\:border-s-work-identity-900\/95:hover {
  border-inline-start-color: rgb(249 249 249 / 0.95);
}

.hover\:border-s-yellow-100:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.hover\:border-s-yellow-100\/0:hover {
  border-inline-start-color: rgb(254 249 195 / 0);
}

.hover\:border-s-yellow-100\/10:hover {
  border-inline-start-color: rgb(254 249 195 / 0.1);
}

.hover\:border-s-yellow-100\/100:hover {
  border-inline-start-color: rgb(254 249 195 / 1);
}

.hover\:border-s-yellow-100\/20:hover {
  border-inline-start-color: rgb(254 249 195 / 0.2);
}

.hover\:border-s-yellow-100\/25:hover {
  border-inline-start-color: rgb(254 249 195 / 0.25);
}

.hover\:border-s-yellow-100\/30:hover {
  border-inline-start-color: rgb(254 249 195 / 0.3);
}

.hover\:border-s-yellow-100\/40:hover {
  border-inline-start-color: rgb(254 249 195 / 0.4);
}

.hover\:border-s-yellow-100\/5:hover {
  border-inline-start-color: rgb(254 249 195 / 0.05);
}

.hover\:border-s-yellow-100\/50:hover {
  border-inline-start-color: rgb(254 249 195 / 0.5);
}

.hover\:border-s-yellow-100\/60:hover {
  border-inline-start-color: rgb(254 249 195 / 0.6);
}

.hover\:border-s-yellow-100\/70:hover {
  border-inline-start-color: rgb(254 249 195 / 0.7);
}

.hover\:border-s-yellow-100\/75:hover {
  border-inline-start-color: rgb(254 249 195 / 0.75);
}

.hover\:border-s-yellow-100\/80:hover {
  border-inline-start-color: rgb(254 249 195 / 0.8);
}

.hover\:border-s-yellow-100\/90:hover {
  border-inline-start-color: rgb(254 249 195 / 0.9);
}

.hover\:border-s-yellow-100\/95:hover {
  border-inline-start-color: rgb(254 249 195 / 0.95);
}

.hover\:border-s-yellow-200:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.hover\:border-s-yellow-200\/0:hover {
  border-inline-start-color: rgb(254 240 138 / 0);
}

.hover\:border-s-yellow-200\/10:hover {
  border-inline-start-color: rgb(254 240 138 / 0.1);
}

.hover\:border-s-yellow-200\/100:hover {
  border-inline-start-color: rgb(254 240 138 / 1);
}

.hover\:border-s-yellow-200\/20:hover {
  border-inline-start-color: rgb(254 240 138 / 0.2);
}

.hover\:border-s-yellow-200\/25:hover {
  border-inline-start-color: rgb(254 240 138 / 0.25);
}

.hover\:border-s-yellow-200\/30:hover {
  border-inline-start-color: rgb(254 240 138 / 0.3);
}

.hover\:border-s-yellow-200\/40:hover {
  border-inline-start-color: rgb(254 240 138 / 0.4);
}

.hover\:border-s-yellow-200\/5:hover {
  border-inline-start-color: rgb(254 240 138 / 0.05);
}

.hover\:border-s-yellow-200\/50:hover {
  border-inline-start-color: rgb(254 240 138 / 0.5);
}

.hover\:border-s-yellow-200\/60:hover {
  border-inline-start-color: rgb(254 240 138 / 0.6);
}

.hover\:border-s-yellow-200\/70:hover {
  border-inline-start-color: rgb(254 240 138 / 0.7);
}

.hover\:border-s-yellow-200\/75:hover {
  border-inline-start-color: rgb(254 240 138 / 0.75);
}

.hover\:border-s-yellow-200\/80:hover {
  border-inline-start-color: rgb(254 240 138 / 0.8);
}

.hover\:border-s-yellow-200\/90:hover {
  border-inline-start-color: rgb(254 240 138 / 0.9);
}

.hover\:border-s-yellow-200\/95:hover {
  border-inline-start-color: rgb(254 240 138 / 0.95);
}

.hover\:border-s-yellow-300:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.hover\:border-s-yellow-300\/0:hover {
  border-inline-start-color: rgb(253 224 71 / 0);
}

.hover\:border-s-yellow-300\/10:hover {
  border-inline-start-color: rgb(253 224 71 / 0.1);
}

.hover\:border-s-yellow-300\/100:hover {
  border-inline-start-color: rgb(253 224 71 / 1);
}

.hover\:border-s-yellow-300\/20:hover {
  border-inline-start-color: rgb(253 224 71 / 0.2);
}

.hover\:border-s-yellow-300\/25:hover {
  border-inline-start-color: rgb(253 224 71 / 0.25);
}

.hover\:border-s-yellow-300\/30:hover {
  border-inline-start-color: rgb(253 224 71 / 0.3);
}

.hover\:border-s-yellow-300\/40:hover {
  border-inline-start-color: rgb(253 224 71 / 0.4);
}

.hover\:border-s-yellow-300\/5:hover {
  border-inline-start-color: rgb(253 224 71 / 0.05);
}

.hover\:border-s-yellow-300\/50:hover {
  border-inline-start-color: rgb(253 224 71 / 0.5);
}

.hover\:border-s-yellow-300\/60:hover {
  border-inline-start-color: rgb(253 224 71 / 0.6);
}

.hover\:border-s-yellow-300\/70:hover {
  border-inline-start-color: rgb(253 224 71 / 0.7);
}

.hover\:border-s-yellow-300\/75:hover {
  border-inline-start-color: rgb(253 224 71 / 0.75);
}

.hover\:border-s-yellow-300\/80:hover {
  border-inline-start-color: rgb(253 224 71 / 0.8);
}

.hover\:border-s-yellow-300\/90:hover {
  border-inline-start-color: rgb(253 224 71 / 0.9);
}

.hover\:border-s-yellow-300\/95:hover {
  border-inline-start-color: rgb(253 224 71 / 0.95);
}

.hover\:border-s-yellow-400:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.hover\:border-s-yellow-400\/0:hover {
  border-inline-start-color: rgb(250 204 21 / 0);
}

.hover\:border-s-yellow-400\/10:hover {
  border-inline-start-color: rgb(250 204 21 / 0.1);
}

.hover\:border-s-yellow-400\/100:hover {
  border-inline-start-color: rgb(250 204 21 / 1);
}

.hover\:border-s-yellow-400\/20:hover {
  border-inline-start-color: rgb(250 204 21 / 0.2);
}

.hover\:border-s-yellow-400\/25:hover {
  border-inline-start-color: rgb(250 204 21 / 0.25);
}

.hover\:border-s-yellow-400\/30:hover {
  border-inline-start-color: rgb(250 204 21 / 0.3);
}

.hover\:border-s-yellow-400\/40:hover {
  border-inline-start-color: rgb(250 204 21 / 0.4);
}

.hover\:border-s-yellow-400\/5:hover {
  border-inline-start-color: rgb(250 204 21 / 0.05);
}

.hover\:border-s-yellow-400\/50:hover {
  border-inline-start-color: rgb(250 204 21 / 0.5);
}

.hover\:border-s-yellow-400\/60:hover {
  border-inline-start-color: rgb(250 204 21 / 0.6);
}

.hover\:border-s-yellow-400\/70:hover {
  border-inline-start-color: rgb(250 204 21 / 0.7);
}

.hover\:border-s-yellow-400\/75:hover {
  border-inline-start-color: rgb(250 204 21 / 0.75);
}

.hover\:border-s-yellow-400\/80:hover {
  border-inline-start-color: rgb(250 204 21 / 0.8);
}

.hover\:border-s-yellow-400\/90:hover {
  border-inline-start-color: rgb(250 204 21 / 0.9);
}

.hover\:border-s-yellow-400\/95:hover {
  border-inline-start-color: rgb(250 204 21 / 0.95);
}

.hover\:border-s-yellow-50:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.hover\:border-s-yellow-50\/0:hover {
  border-inline-start-color: rgb(254 252 232 / 0);
}

.hover\:border-s-yellow-50\/10:hover {
  border-inline-start-color: rgb(254 252 232 / 0.1);
}

.hover\:border-s-yellow-50\/100:hover {
  border-inline-start-color: rgb(254 252 232 / 1);
}

.hover\:border-s-yellow-50\/20:hover {
  border-inline-start-color: rgb(254 252 232 / 0.2);
}

.hover\:border-s-yellow-50\/25:hover {
  border-inline-start-color: rgb(254 252 232 / 0.25);
}

.hover\:border-s-yellow-50\/30:hover {
  border-inline-start-color: rgb(254 252 232 / 0.3);
}

.hover\:border-s-yellow-50\/40:hover {
  border-inline-start-color: rgb(254 252 232 / 0.4);
}

.hover\:border-s-yellow-50\/5:hover {
  border-inline-start-color: rgb(254 252 232 / 0.05);
}

.hover\:border-s-yellow-50\/50:hover {
  border-inline-start-color: rgb(254 252 232 / 0.5);
}

.hover\:border-s-yellow-50\/60:hover {
  border-inline-start-color: rgb(254 252 232 / 0.6);
}

.hover\:border-s-yellow-50\/70:hover {
  border-inline-start-color: rgb(254 252 232 / 0.7);
}

.hover\:border-s-yellow-50\/75:hover {
  border-inline-start-color: rgb(254 252 232 / 0.75);
}

.hover\:border-s-yellow-50\/80:hover {
  border-inline-start-color: rgb(254 252 232 / 0.8);
}

.hover\:border-s-yellow-50\/90:hover {
  border-inline-start-color: rgb(254 252 232 / 0.9);
}

.hover\:border-s-yellow-50\/95:hover {
  border-inline-start-color: rgb(254 252 232 / 0.95);
}

.hover\:border-s-yellow-500:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.hover\:border-s-yellow-500\/0:hover {
  border-inline-start-color: rgb(234 179 8 / 0);
}

.hover\:border-s-yellow-500\/10:hover {
  border-inline-start-color: rgb(234 179 8 / 0.1);
}

.hover\:border-s-yellow-500\/100:hover {
  border-inline-start-color: rgb(234 179 8 / 1);
}

.hover\:border-s-yellow-500\/20:hover {
  border-inline-start-color: rgb(234 179 8 / 0.2);
}

.hover\:border-s-yellow-500\/25:hover {
  border-inline-start-color: rgb(234 179 8 / 0.25);
}

.hover\:border-s-yellow-500\/30:hover {
  border-inline-start-color: rgb(234 179 8 / 0.3);
}

.hover\:border-s-yellow-500\/40:hover {
  border-inline-start-color: rgb(234 179 8 / 0.4);
}

.hover\:border-s-yellow-500\/5:hover {
  border-inline-start-color: rgb(234 179 8 / 0.05);
}

.hover\:border-s-yellow-500\/50:hover {
  border-inline-start-color: rgb(234 179 8 / 0.5);
}

.hover\:border-s-yellow-500\/60:hover {
  border-inline-start-color: rgb(234 179 8 / 0.6);
}

.hover\:border-s-yellow-500\/70:hover {
  border-inline-start-color: rgb(234 179 8 / 0.7);
}

.hover\:border-s-yellow-500\/75:hover {
  border-inline-start-color: rgb(234 179 8 / 0.75);
}

.hover\:border-s-yellow-500\/80:hover {
  border-inline-start-color: rgb(234 179 8 / 0.8);
}

.hover\:border-s-yellow-500\/90:hover {
  border-inline-start-color: rgb(234 179 8 / 0.9);
}

.hover\:border-s-yellow-500\/95:hover {
  border-inline-start-color: rgb(234 179 8 / 0.95);
}

.hover\:border-s-yellow-600:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.hover\:border-s-yellow-600\/0:hover {
  border-inline-start-color: rgb(202 138 4 / 0);
}

.hover\:border-s-yellow-600\/10:hover {
  border-inline-start-color: rgb(202 138 4 / 0.1);
}

.hover\:border-s-yellow-600\/100:hover {
  border-inline-start-color: rgb(202 138 4 / 1);
}

.hover\:border-s-yellow-600\/20:hover {
  border-inline-start-color: rgb(202 138 4 / 0.2);
}

.hover\:border-s-yellow-600\/25:hover {
  border-inline-start-color: rgb(202 138 4 / 0.25);
}

.hover\:border-s-yellow-600\/30:hover {
  border-inline-start-color: rgb(202 138 4 / 0.3);
}

.hover\:border-s-yellow-600\/40:hover {
  border-inline-start-color: rgb(202 138 4 / 0.4);
}

.hover\:border-s-yellow-600\/5:hover {
  border-inline-start-color: rgb(202 138 4 / 0.05);
}

.hover\:border-s-yellow-600\/50:hover {
  border-inline-start-color: rgb(202 138 4 / 0.5);
}

.hover\:border-s-yellow-600\/60:hover {
  border-inline-start-color: rgb(202 138 4 / 0.6);
}

.hover\:border-s-yellow-600\/70:hover {
  border-inline-start-color: rgb(202 138 4 / 0.7);
}

.hover\:border-s-yellow-600\/75:hover {
  border-inline-start-color: rgb(202 138 4 / 0.75);
}

.hover\:border-s-yellow-600\/80:hover {
  border-inline-start-color: rgb(202 138 4 / 0.8);
}

.hover\:border-s-yellow-600\/90:hover {
  border-inline-start-color: rgb(202 138 4 / 0.9);
}

.hover\:border-s-yellow-600\/95:hover {
  border-inline-start-color: rgb(202 138 4 / 0.95);
}

.hover\:border-s-yellow-700:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.hover\:border-s-yellow-700\/0:hover {
  border-inline-start-color: rgb(161 98 7 / 0);
}

.hover\:border-s-yellow-700\/10:hover {
  border-inline-start-color: rgb(161 98 7 / 0.1);
}

.hover\:border-s-yellow-700\/100:hover {
  border-inline-start-color: rgb(161 98 7 / 1);
}

.hover\:border-s-yellow-700\/20:hover {
  border-inline-start-color: rgb(161 98 7 / 0.2);
}

.hover\:border-s-yellow-700\/25:hover {
  border-inline-start-color: rgb(161 98 7 / 0.25);
}

.hover\:border-s-yellow-700\/30:hover {
  border-inline-start-color: rgb(161 98 7 / 0.3);
}

.hover\:border-s-yellow-700\/40:hover {
  border-inline-start-color: rgb(161 98 7 / 0.4);
}

.hover\:border-s-yellow-700\/5:hover {
  border-inline-start-color: rgb(161 98 7 / 0.05);
}

.hover\:border-s-yellow-700\/50:hover {
  border-inline-start-color: rgb(161 98 7 / 0.5);
}

.hover\:border-s-yellow-700\/60:hover {
  border-inline-start-color: rgb(161 98 7 / 0.6);
}

.hover\:border-s-yellow-700\/70:hover {
  border-inline-start-color: rgb(161 98 7 / 0.7);
}

.hover\:border-s-yellow-700\/75:hover {
  border-inline-start-color: rgb(161 98 7 / 0.75);
}

.hover\:border-s-yellow-700\/80:hover {
  border-inline-start-color: rgb(161 98 7 / 0.8);
}

.hover\:border-s-yellow-700\/90:hover {
  border-inline-start-color: rgb(161 98 7 / 0.9);
}

.hover\:border-s-yellow-700\/95:hover {
  border-inline-start-color: rgb(161 98 7 / 0.95);
}

.hover\:border-s-yellow-800:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.hover\:border-s-yellow-800\/0:hover {
  border-inline-start-color: rgb(133 77 14 / 0);
}

.hover\:border-s-yellow-800\/10:hover {
  border-inline-start-color: rgb(133 77 14 / 0.1);
}

.hover\:border-s-yellow-800\/100:hover {
  border-inline-start-color: rgb(133 77 14 / 1);
}

.hover\:border-s-yellow-800\/20:hover {
  border-inline-start-color: rgb(133 77 14 / 0.2);
}

.hover\:border-s-yellow-800\/25:hover {
  border-inline-start-color: rgb(133 77 14 / 0.25);
}

.hover\:border-s-yellow-800\/30:hover {
  border-inline-start-color: rgb(133 77 14 / 0.3);
}

.hover\:border-s-yellow-800\/40:hover {
  border-inline-start-color: rgb(133 77 14 / 0.4);
}

.hover\:border-s-yellow-800\/5:hover {
  border-inline-start-color: rgb(133 77 14 / 0.05);
}

.hover\:border-s-yellow-800\/50:hover {
  border-inline-start-color: rgb(133 77 14 / 0.5);
}

.hover\:border-s-yellow-800\/60:hover {
  border-inline-start-color: rgb(133 77 14 / 0.6);
}

.hover\:border-s-yellow-800\/70:hover {
  border-inline-start-color: rgb(133 77 14 / 0.7);
}

.hover\:border-s-yellow-800\/75:hover {
  border-inline-start-color: rgb(133 77 14 / 0.75);
}

.hover\:border-s-yellow-800\/80:hover {
  border-inline-start-color: rgb(133 77 14 / 0.8);
}

.hover\:border-s-yellow-800\/90:hover {
  border-inline-start-color: rgb(133 77 14 / 0.9);
}

.hover\:border-s-yellow-800\/95:hover {
  border-inline-start-color: rgb(133 77 14 / 0.95);
}

.hover\:border-s-yellow-900:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.hover\:border-s-yellow-900\/0:hover {
  border-inline-start-color: rgb(113 63 18 / 0);
}

.hover\:border-s-yellow-900\/10:hover {
  border-inline-start-color: rgb(113 63 18 / 0.1);
}

.hover\:border-s-yellow-900\/100:hover {
  border-inline-start-color: rgb(113 63 18 / 1);
}

.hover\:border-s-yellow-900\/20:hover {
  border-inline-start-color: rgb(113 63 18 / 0.2);
}

.hover\:border-s-yellow-900\/25:hover {
  border-inline-start-color: rgb(113 63 18 / 0.25);
}

.hover\:border-s-yellow-900\/30:hover {
  border-inline-start-color: rgb(113 63 18 / 0.3);
}

.hover\:border-s-yellow-900\/40:hover {
  border-inline-start-color: rgb(113 63 18 / 0.4);
}

.hover\:border-s-yellow-900\/5:hover {
  border-inline-start-color: rgb(113 63 18 / 0.05);
}

.hover\:border-s-yellow-900\/50:hover {
  border-inline-start-color: rgb(113 63 18 / 0.5);
}

.hover\:border-s-yellow-900\/60:hover {
  border-inline-start-color: rgb(113 63 18 / 0.6);
}

.hover\:border-s-yellow-900\/70:hover {
  border-inline-start-color: rgb(113 63 18 / 0.7);
}

.hover\:border-s-yellow-900\/75:hover {
  border-inline-start-color: rgb(113 63 18 / 0.75);
}

.hover\:border-s-yellow-900\/80:hover {
  border-inline-start-color: rgb(113 63 18 / 0.8);
}

.hover\:border-s-yellow-900\/90:hover {
  border-inline-start-color: rgb(113 63 18 / 0.9);
}

.hover\:border-s-yellow-900\/95:hover {
  border-inline-start-color: rgb(113 63 18 / 0.95);
}

.hover\:border-s-yellow-950:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.hover\:border-s-yellow-950\/0:hover {
  border-inline-start-color: rgb(66 32 6 / 0);
}

.hover\:border-s-yellow-950\/10:hover {
  border-inline-start-color: rgb(66 32 6 / 0.1);
}

.hover\:border-s-yellow-950\/100:hover {
  border-inline-start-color: rgb(66 32 6 / 1);
}

.hover\:border-s-yellow-950\/20:hover {
  border-inline-start-color: rgb(66 32 6 / 0.2);
}

.hover\:border-s-yellow-950\/25:hover {
  border-inline-start-color: rgb(66 32 6 / 0.25);
}

.hover\:border-s-yellow-950\/30:hover {
  border-inline-start-color: rgb(66 32 6 / 0.3);
}

.hover\:border-s-yellow-950\/40:hover {
  border-inline-start-color: rgb(66 32 6 / 0.4);
}

.hover\:border-s-yellow-950\/5:hover {
  border-inline-start-color: rgb(66 32 6 / 0.05);
}

.hover\:border-s-yellow-950\/50:hover {
  border-inline-start-color: rgb(66 32 6 / 0.5);
}

.hover\:border-s-yellow-950\/60:hover {
  border-inline-start-color: rgb(66 32 6 / 0.6);
}

.hover\:border-s-yellow-950\/70:hover {
  border-inline-start-color: rgb(66 32 6 / 0.7);
}

.hover\:border-s-yellow-950\/75:hover {
  border-inline-start-color: rgb(66 32 6 / 0.75);
}

.hover\:border-s-yellow-950\/80:hover {
  border-inline-start-color: rgb(66 32 6 / 0.8);
}

.hover\:border-s-yellow-950\/90:hover {
  border-inline-start-color: rgb(66 32 6 / 0.9);
}

.hover\:border-s-yellow-950\/95:hover {
  border-inline-start-color: rgb(66 32 6 / 0.95);
}

.hover\:border-s-zinc-100:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(244 244 245 / var(--tw-border-opacity));
}

.hover\:border-s-zinc-100\/0:hover {
  border-inline-start-color: rgb(244 244 245 / 0);
}

.hover\:border-s-zinc-100\/10:hover {
  border-inline-start-color: rgb(244 244 245 / 0.1);
}

.hover\:border-s-zinc-100\/100:hover {
  border-inline-start-color: rgb(244 244 245 / 1);
}

.hover\:border-s-zinc-100\/20:hover {
  border-inline-start-color: rgb(244 244 245 / 0.2);
}

.hover\:border-s-zinc-100\/25:hover {
  border-inline-start-color: rgb(244 244 245 / 0.25);
}

.hover\:border-s-zinc-100\/30:hover {
  border-inline-start-color: rgb(244 244 245 / 0.3);
}

.hover\:border-s-zinc-100\/40:hover {
  border-inline-start-color: rgb(244 244 245 / 0.4);
}

.hover\:border-s-zinc-100\/5:hover {
  border-inline-start-color: rgb(244 244 245 / 0.05);
}

.hover\:border-s-zinc-100\/50:hover {
  border-inline-start-color: rgb(244 244 245 / 0.5);
}

.hover\:border-s-zinc-100\/60:hover {
  border-inline-start-color: rgb(244 244 245 / 0.6);
}

.hover\:border-s-zinc-100\/70:hover {
  border-inline-start-color: rgb(244 244 245 / 0.7);
}

.hover\:border-s-zinc-100\/75:hover {
  border-inline-start-color: rgb(244 244 245 / 0.75);
}

.hover\:border-s-zinc-100\/80:hover {
  border-inline-start-color: rgb(244 244 245 / 0.8);
}

.hover\:border-s-zinc-100\/90:hover {
  border-inline-start-color: rgb(244 244 245 / 0.9);
}

.hover\:border-s-zinc-100\/95:hover {
  border-inline-start-color: rgb(244 244 245 / 0.95);
}

.hover\:border-s-zinc-200:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.hover\:border-s-zinc-200\/0:hover {
  border-inline-start-color: rgb(228 228 231 / 0);
}

.hover\:border-s-zinc-200\/10:hover {
  border-inline-start-color: rgb(228 228 231 / 0.1);
}

.hover\:border-s-zinc-200\/100:hover {
  border-inline-start-color: rgb(228 228 231 / 1);
}

.hover\:border-s-zinc-200\/20:hover {
  border-inline-start-color: rgb(228 228 231 / 0.2);
}

.hover\:border-s-zinc-200\/25:hover {
  border-inline-start-color: rgb(228 228 231 / 0.25);
}

.hover\:border-s-zinc-200\/30:hover {
  border-inline-start-color: rgb(228 228 231 / 0.3);
}

.hover\:border-s-zinc-200\/40:hover {
  border-inline-start-color: rgb(228 228 231 / 0.4);
}

.hover\:border-s-zinc-200\/5:hover {
  border-inline-start-color: rgb(228 228 231 / 0.05);
}

.hover\:border-s-zinc-200\/50:hover {
  border-inline-start-color: rgb(228 228 231 / 0.5);
}

.hover\:border-s-zinc-200\/60:hover {
  border-inline-start-color: rgb(228 228 231 / 0.6);
}

.hover\:border-s-zinc-200\/70:hover {
  border-inline-start-color: rgb(228 228 231 / 0.7);
}

.hover\:border-s-zinc-200\/75:hover {
  border-inline-start-color: rgb(228 228 231 / 0.75);
}

.hover\:border-s-zinc-200\/80:hover {
  border-inline-start-color: rgb(228 228 231 / 0.8);
}

.hover\:border-s-zinc-200\/90:hover {
  border-inline-start-color: rgb(228 228 231 / 0.9);
}

.hover\:border-s-zinc-200\/95:hover {
  border-inline-start-color: rgb(228 228 231 / 0.95);
}

.hover\:border-s-zinc-300:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.hover\:border-s-zinc-300\/0:hover {
  border-inline-start-color: rgb(212 212 216 / 0);
}

.hover\:border-s-zinc-300\/10:hover {
  border-inline-start-color: rgb(212 212 216 / 0.1);
}

.hover\:border-s-zinc-300\/100:hover {
  border-inline-start-color: rgb(212 212 216 / 1);
}

.hover\:border-s-zinc-300\/20:hover {
  border-inline-start-color: rgb(212 212 216 / 0.2);
}

.hover\:border-s-zinc-300\/25:hover {
  border-inline-start-color: rgb(212 212 216 / 0.25);
}

.hover\:border-s-zinc-300\/30:hover {
  border-inline-start-color: rgb(212 212 216 / 0.3);
}

.hover\:border-s-zinc-300\/40:hover {
  border-inline-start-color: rgb(212 212 216 / 0.4);
}

.hover\:border-s-zinc-300\/5:hover {
  border-inline-start-color: rgb(212 212 216 / 0.05);
}

.hover\:border-s-zinc-300\/50:hover {
  border-inline-start-color: rgb(212 212 216 / 0.5);
}

.hover\:border-s-zinc-300\/60:hover {
  border-inline-start-color: rgb(212 212 216 / 0.6);
}

.hover\:border-s-zinc-300\/70:hover {
  border-inline-start-color: rgb(212 212 216 / 0.7);
}

.hover\:border-s-zinc-300\/75:hover {
  border-inline-start-color: rgb(212 212 216 / 0.75);
}

.hover\:border-s-zinc-300\/80:hover {
  border-inline-start-color: rgb(212 212 216 / 0.8);
}

.hover\:border-s-zinc-300\/90:hover {
  border-inline-start-color: rgb(212 212 216 / 0.9);
}

.hover\:border-s-zinc-300\/95:hover {
  border-inline-start-color: rgb(212 212 216 / 0.95);
}

.hover\:border-s-zinc-400:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.hover\:border-s-zinc-400\/0:hover {
  border-inline-start-color: rgb(161 161 170 / 0);
}

.hover\:border-s-zinc-400\/10:hover {
  border-inline-start-color: rgb(161 161 170 / 0.1);
}

.hover\:border-s-zinc-400\/100:hover {
  border-inline-start-color: rgb(161 161 170 / 1);
}

.hover\:border-s-zinc-400\/20:hover {
  border-inline-start-color: rgb(161 161 170 / 0.2);
}

.hover\:border-s-zinc-400\/25:hover {
  border-inline-start-color: rgb(161 161 170 / 0.25);
}

.hover\:border-s-zinc-400\/30:hover {
  border-inline-start-color: rgb(161 161 170 / 0.3);
}

.hover\:border-s-zinc-400\/40:hover {
  border-inline-start-color: rgb(161 161 170 / 0.4);
}

.hover\:border-s-zinc-400\/5:hover {
  border-inline-start-color: rgb(161 161 170 / 0.05);
}

.hover\:border-s-zinc-400\/50:hover {
  border-inline-start-color: rgb(161 161 170 / 0.5);
}

.hover\:border-s-zinc-400\/60:hover {
  border-inline-start-color: rgb(161 161 170 / 0.6);
}

.hover\:border-s-zinc-400\/70:hover {
  border-inline-start-color: rgb(161 161 170 / 0.7);
}

.hover\:border-s-zinc-400\/75:hover {
  border-inline-start-color: rgb(161 161 170 / 0.75);
}

.hover\:border-s-zinc-400\/80:hover {
  border-inline-start-color: rgb(161 161 170 / 0.8);
}

.hover\:border-s-zinc-400\/90:hover {
  border-inline-start-color: rgb(161 161 170 / 0.9);
}

.hover\:border-s-zinc-400\/95:hover {
  border-inline-start-color: rgb(161 161 170 / 0.95);
}

.hover\:border-s-zinc-50:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.hover\:border-s-zinc-50\/0:hover {
  border-inline-start-color: rgb(250 250 250 / 0);
}

.hover\:border-s-zinc-50\/10:hover {
  border-inline-start-color: rgb(250 250 250 / 0.1);
}

.hover\:border-s-zinc-50\/100:hover {
  border-inline-start-color: rgb(250 250 250 / 1);
}

.hover\:border-s-zinc-50\/20:hover {
  border-inline-start-color: rgb(250 250 250 / 0.2);
}

.hover\:border-s-zinc-50\/25:hover {
  border-inline-start-color: rgb(250 250 250 / 0.25);
}

.hover\:border-s-zinc-50\/30:hover {
  border-inline-start-color: rgb(250 250 250 / 0.3);
}

.hover\:border-s-zinc-50\/40:hover {
  border-inline-start-color: rgb(250 250 250 / 0.4);
}

.hover\:border-s-zinc-50\/5:hover {
  border-inline-start-color: rgb(250 250 250 / 0.05);
}

.hover\:border-s-zinc-50\/50:hover {
  border-inline-start-color: rgb(250 250 250 / 0.5);
}

.hover\:border-s-zinc-50\/60:hover {
  border-inline-start-color: rgb(250 250 250 / 0.6);
}

.hover\:border-s-zinc-50\/70:hover {
  border-inline-start-color: rgb(250 250 250 / 0.7);
}

.hover\:border-s-zinc-50\/75:hover {
  border-inline-start-color: rgb(250 250 250 / 0.75);
}

.hover\:border-s-zinc-50\/80:hover {
  border-inline-start-color: rgb(250 250 250 / 0.8);
}

.hover\:border-s-zinc-50\/90:hover {
  border-inline-start-color: rgb(250 250 250 / 0.9);
}

.hover\:border-s-zinc-50\/95:hover {
  border-inline-start-color: rgb(250 250 250 / 0.95);
}

.hover\:border-s-zinc-500:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(113 113 122 / var(--tw-border-opacity));
}

.hover\:border-s-zinc-500\/0:hover {
  border-inline-start-color: rgb(113 113 122 / 0);
}

.hover\:border-s-zinc-500\/10:hover {
  border-inline-start-color: rgb(113 113 122 / 0.1);
}

.hover\:border-s-zinc-500\/100:hover {
  border-inline-start-color: rgb(113 113 122 / 1);
}

.hover\:border-s-zinc-500\/20:hover {
  border-inline-start-color: rgb(113 113 122 / 0.2);
}

.hover\:border-s-zinc-500\/25:hover {
  border-inline-start-color: rgb(113 113 122 / 0.25);
}

.hover\:border-s-zinc-500\/30:hover {
  border-inline-start-color: rgb(113 113 122 / 0.3);
}

.hover\:border-s-zinc-500\/40:hover {
  border-inline-start-color: rgb(113 113 122 / 0.4);
}

.hover\:border-s-zinc-500\/5:hover {
  border-inline-start-color: rgb(113 113 122 / 0.05);
}

.hover\:border-s-zinc-500\/50:hover {
  border-inline-start-color: rgb(113 113 122 / 0.5);
}

.hover\:border-s-zinc-500\/60:hover {
  border-inline-start-color: rgb(113 113 122 / 0.6);
}

.hover\:border-s-zinc-500\/70:hover {
  border-inline-start-color: rgb(113 113 122 / 0.7);
}

.hover\:border-s-zinc-500\/75:hover {
  border-inline-start-color: rgb(113 113 122 / 0.75);
}

.hover\:border-s-zinc-500\/80:hover {
  border-inline-start-color: rgb(113 113 122 / 0.8);
}

.hover\:border-s-zinc-500\/90:hover {
  border-inline-start-color: rgb(113 113 122 / 0.9);
}

.hover\:border-s-zinc-500\/95:hover {
  border-inline-start-color: rgb(113 113 122 / 0.95);
}

.hover\:border-s-zinc-600:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(82 82 91 / var(--tw-border-opacity));
}

.hover\:border-s-zinc-600\/0:hover {
  border-inline-start-color: rgb(82 82 91 / 0);
}

.hover\:border-s-zinc-600\/10:hover {
  border-inline-start-color: rgb(82 82 91 / 0.1);
}

.hover\:border-s-zinc-600\/100:hover {
  border-inline-start-color: rgb(82 82 91 / 1);
}

.hover\:border-s-zinc-600\/20:hover {
  border-inline-start-color: rgb(82 82 91 / 0.2);
}

.hover\:border-s-zinc-600\/25:hover {
  border-inline-start-color: rgb(82 82 91 / 0.25);
}

.hover\:border-s-zinc-600\/30:hover {
  border-inline-start-color: rgb(82 82 91 / 0.3);
}

.hover\:border-s-zinc-600\/40:hover {
  border-inline-start-color: rgb(82 82 91 / 0.4);
}

.hover\:border-s-zinc-600\/5:hover {
  border-inline-start-color: rgb(82 82 91 / 0.05);
}

.hover\:border-s-zinc-600\/50:hover {
  border-inline-start-color: rgb(82 82 91 / 0.5);
}

.hover\:border-s-zinc-600\/60:hover {
  border-inline-start-color: rgb(82 82 91 / 0.6);
}

.hover\:border-s-zinc-600\/70:hover {
  border-inline-start-color: rgb(82 82 91 / 0.7);
}

.hover\:border-s-zinc-600\/75:hover {
  border-inline-start-color: rgb(82 82 91 / 0.75);
}

.hover\:border-s-zinc-600\/80:hover {
  border-inline-start-color: rgb(82 82 91 / 0.8);
}

.hover\:border-s-zinc-600\/90:hover {
  border-inline-start-color: rgb(82 82 91 / 0.9);
}

.hover\:border-s-zinc-600\/95:hover {
  border-inline-start-color: rgb(82 82 91 / 0.95);
}

.hover\:border-s-zinc-700:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.hover\:border-s-zinc-700\/0:hover {
  border-inline-start-color: rgb(63 63 70 / 0);
}

.hover\:border-s-zinc-700\/10:hover {
  border-inline-start-color: rgb(63 63 70 / 0.1);
}

.hover\:border-s-zinc-700\/100:hover {
  border-inline-start-color: rgb(63 63 70 / 1);
}

.hover\:border-s-zinc-700\/20:hover {
  border-inline-start-color: rgb(63 63 70 / 0.2);
}

.hover\:border-s-zinc-700\/25:hover {
  border-inline-start-color: rgb(63 63 70 / 0.25);
}

.hover\:border-s-zinc-700\/30:hover {
  border-inline-start-color: rgb(63 63 70 / 0.3);
}

.hover\:border-s-zinc-700\/40:hover {
  border-inline-start-color: rgb(63 63 70 / 0.4);
}

.hover\:border-s-zinc-700\/5:hover {
  border-inline-start-color: rgb(63 63 70 / 0.05);
}

.hover\:border-s-zinc-700\/50:hover {
  border-inline-start-color: rgb(63 63 70 / 0.5);
}

.hover\:border-s-zinc-700\/60:hover {
  border-inline-start-color: rgb(63 63 70 / 0.6);
}

.hover\:border-s-zinc-700\/70:hover {
  border-inline-start-color: rgb(63 63 70 / 0.7);
}

.hover\:border-s-zinc-700\/75:hover {
  border-inline-start-color: rgb(63 63 70 / 0.75);
}

.hover\:border-s-zinc-700\/80:hover {
  border-inline-start-color: rgb(63 63 70 / 0.8);
}

.hover\:border-s-zinc-700\/90:hover {
  border-inline-start-color: rgb(63 63 70 / 0.9);
}

.hover\:border-s-zinc-700\/95:hover {
  border-inline-start-color: rgb(63 63 70 / 0.95);
}

.hover\:border-s-zinc-800:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(39 39 42 / var(--tw-border-opacity));
}

.hover\:border-s-zinc-800\/0:hover {
  border-inline-start-color: rgb(39 39 42 / 0);
}

.hover\:border-s-zinc-800\/10:hover {
  border-inline-start-color: rgb(39 39 42 / 0.1);
}

.hover\:border-s-zinc-800\/100:hover {
  border-inline-start-color: rgb(39 39 42 / 1);
}

.hover\:border-s-zinc-800\/20:hover {
  border-inline-start-color: rgb(39 39 42 / 0.2);
}

.hover\:border-s-zinc-800\/25:hover {
  border-inline-start-color: rgb(39 39 42 / 0.25);
}

.hover\:border-s-zinc-800\/30:hover {
  border-inline-start-color: rgb(39 39 42 / 0.3);
}

.hover\:border-s-zinc-800\/40:hover {
  border-inline-start-color: rgb(39 39 42 / 0.4);
}

.hover\:border-s-zinc-800\/5:hover {
  border-inline-start-color: rgb(39 39 42 / 0.05);
}

.hover\:border-s-zinc-800\/50:hover {
  border-inline-start-color: rgb(39 39 42 / 0.5);
}

.hover\:border-s-zinc-800\/60:hover {
  border-inline-start-color: rgb(39 39 42 / 0.6);
}

.hover\:border-s-zinc-800\/70:hover {
  border-inline-start-color: rgb(39 39 42 / 0.7);
}

.hover\:border-s-zinc-800\/75:hover {
  border-inline-start-color: rgb(39 39 42 / 0.75);
}

.hover\:border-s-zinc-800\/80:hover {
  border-inline-start-color: rgb(39 39 42 / 0.8);
}

.hover\:border-s-zinc-800\/90:hover {
  border-inline-start-color: rgb(39 39 42 / 0.9);
}

.hover\:border-s-zinc-800\/95:hover {
  border-inline-start-color: rgb(39 39 42 / 0.95);
}

.hover\:border-s-zinc-900:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.hover\:border-s-zinc-900\/0:hover {
  border-inline-start-color: rgb(24 24 27 / 0);
}

.hover\:border-s-zinc-900\/10:hover {
  border-inline-start-color: rgb(24 24 27 / 0.1);
}

.hover\:border-s-zinc-900\/100:hover {
  border-inline-start-color: rgb(24 24 27 / 1);
}

.hover\:border-s-zinc-900\/20:hover {
  border-inline-start-color: rgb(24 24 27 / 0.2);
}

.hover\:border-s-zinc-900\/25:hover {
  border-inline-start-color: rgb(24 24 27 / 0.25);
}

.hover\:border-s-zinc-900\/30:hover {
  border-inline-start-color: rgb(24 24 27 / 0.3);
}

.hover\:border-s-zinc-900\/40:hover {
  border-inline-start-color: rgb(24 24 27 / 0.4);
}

.hover\:border-s-zinc-900\/5:hover {
  border-inline-start-color: rgb(24 24 27 / 0.05);
}

.hover\:border-s-zinc-900\/50:hover {
  border-inline-start-color: rgb(24 24 27 / 0.5);
}

.hover\:border-s-zinc-900\/60:hover {
  border-inline-start-color: rgb(24 24 27 / 0.6);
}

.hover\:border-s-zinc-900\/70:hover {
  border-inline-start-color: rgb(24 24 27 / 0.7);
}

.hover\:border-s-zinc-900\/75:hover {
  border-inline-start-color: rgb(24 24 27 / 0.75);
}

.hover\:border-s-zinc-900\/80:hover {
  border-inline-start-color: rgb(24 24 27 / 0.8);
}

.hover\:border-s-zinc-900\/90:hover {
  border-inline-start-color: rgb(24 24 27 / 0.9);
}

.hover\:border-s-zinc-900\/95:hover {
  border-inline-start-color: rgb(24 24 27 / 0.95);
}

.hover\:border-s-zinc-950:hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(9 9 11 / var(--tw-border-opacity));
}

.hover\:border-s-zinc-950\/0:hover {
  border-inline-start-color: rgb(9 9 11 / 0);
}

.hover\:border-s-zinc-950\/10:hover {
  border-inline-start-color: rgb(9 9 11 / 0.1);
}

.hover\:border-s-zinc-950\/100:hover {
  border-inline-start-color: rgb(9 9 11 / 1);
}

.hover\:border-s-zinc-950\/20:hover {
  border-inline-start-color: rgb(9 9 11 / 0.2);
}

.hover\:border-s-zinc-950\/25:hover {
  border-inline-start-color: rgb(9 9 11 / 0.25);
}

.hover\:border-s-zinc-950\/30:hover {
  border-inline-start-color: rgb(9 9 11 / 0.3);
}

.hover\:border-s-zinc-950\/40:hover {
  border-inline-start-color: rgb(9 9 11 / 0.4);
}

.hover\:border-s-zinc-950\/5:hover {
  border-inline-start-color: rgb(9 9 11 / 0.05);
}

.hover\:border-s-zinc-950\/50:hover {
  border-inline-start-color: rgb(9 9 11 / 0.5);
}

.hover\:border-s-zinc-950\/60:hover {
  border-inline-start-color: rgb(9 9 11 / 0.6);
}

.hover\:border-s-zinc-950\/70:hover {
  border-inline-start-color: rgb(9 9 11 / 0.7);
}

.hover\:border-s-zinc-950\/75:hover {
  border-inline-start-color: rgb(9 9 11 / 0.75);
}

.hover\:border-s-zinc-950\/80:hover {
  border-inline-start-color: rgb(9 9 11 / 0.8);
}

.hover\:border-s-zinc-950\/90:hover {
  border-inline-start-color: rgb(9 9 11 / 0.9);
}

.hover\:border-s-zinc-950\/95:hover {
  border-inline-start-color: rgb(9 9 11 / 0.95);
}

.hover\:border-t-amber-100:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 243 199 / var(--tw-border-opacity));
}

.hover\:border-t-amber-100\/0:hover {
  border-top-color: rgb(254 243 199 / 0);
}

.hover\:border-t-amber-100\/10:hover {
  border-top-color: rgb(254 243 199 / 0.1);
}

.hover\:border-t-amber-100\/100:hover {
  border-top-color: rgb(254 243 199 / 1);
}

.hover\:border-t-amber-100\/20:hover {
  border-top-color: rgb(254 243 199 / 0.2);
}

.hover\:border-t-amber-100\/25:hover {
  border-top-color: rgb(254 243 199 / 0.25);
}

.hover\:border-t-amber-100\/30:hover {
  border-top-color: rgb(254 243 199 / 0.3);
}

.hover\:border-t-amber-100\/40:hover {
  border-top-color: rgb(254 243 199 / 0.4);
}

.hover\:border-t-amber-100\/5:hover {
  border-top-color: rgb(254 243 199 / 0.05);
}

.hover\:border-t-amber-100\/50:hover {
  border-top-color: rgb(254 243 199 / 0.5);
}

.hover\:border-t-amber-100\/60:hover {
  border-top-color: rgb(254 243 199 / 0.6);
}

.hover\:border-t-amber-100\/70:hover {
  border-top-color: rgb(254 243 199 / 0.7);
}

.hover\:border-t-amber-100\/75:hover {
  border-top-color: rgb(254 243 199 / 0.75);
}

.hover\:border-t-amber-100\/80:hover {
  border-top-color: rgb(254 243 199 / 0.8);
}

.hover\:border-t-amber-100\/90:hover {
  border-top-color: rgb(254 243 199 / 0.9);
}

.hover\:border-t-amber-100\/95:hover {
  border-top-color: rgb(254 243 199 / 0.95);
}

.hover\:border-t-amber-200:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 230 138 / var(--tw-border-opacity));
}

.hover\:border-t-amber-200\/0:hover {
  border-top-color: rgb(253 230 138 / 0);
}

.hover\:border-t-amber-200\/10:hover {
  border-top-color: rgb(253 230 138 / 0.1);
}

.hover\:border-t-amber-200\/100:hover {
  border-top-color: rgb(253 230 138 / 1);
}

.hover\:border-t-amber-200\/20:hover {
  border-top-color: rgb(253 230 138 / 0.2);
}

.hover\:border-t-amber-200\/25:hover {
  border-top-color: rgb(253 230 138 / 0.25);
}

.hover\:border-t-amber-200\/30:hover {
  border-top-color: rgb(253 230 138 / 0.3);
}

.hover\:border-t-amber-200\/40:hover {
  border-top-color: rgb(253 230 138 / 0.4);
}

.hover\:border-t-amber-200\/5:hover {
  border-top-color: rgb(253 230 138 / 0.05);
}

.hover\:border-t-amber-200\/50:hover {
  border-top-color: rgb(253 230 138 / 0.5);
}

.hover\:border-t-amber-200\/60:hover {
  border-top-color: rgb(253 230 138 / 0.6);
}

.hover\:border-t-amber-200\/70:hover {
  border-top-color: rgb(253 230 138 / 0.7);
}

.hover\:border-t-amber-200\/75:hover {
  border-top-color: rgb(253 230 138 / 0.75);
}

.hover\:border-t-amber-200\/80:hover {
  border-top-color: rgb(253 230 138 / 0.8);
}

.hover\:border-t-amber-200\/90:hover {
  border-top-color: rgb(253 230 138 / 0.9);
}

.hover\:border-t-amber-200\/95:hover {
  border-top-color: rgb(253 230 138 / 0.95);
}

.hover\:border-t-amber-300:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(252 211 77 / var(--tw-border-opacity));
}

.hover\:border-t-amber-300\/0:hover {
  border-top-color: rgb(252 211 77 / 0);
}

.hover\:border-t-amber-300\/10:hover {
  border-top-color: rgb(252 211 77 / 0.1);
}

.hover\:border-t-amber-300\/100:hover {
  border-top-color: rgb(252 211 77 / 1);
}

.hover\:border-t-amber-300\/20:hover {
  border-top-color: rgb(252 211 77 / 0.2);
}

.hover\:border-t-amber-300\/25:hover {
  border-top-color: rgb(252 211 77 / 0.25);
}

.hover\:border-t-amber-300\/30:hover {
  border-top-color: rgb(252 211 77 / 0.3);
}

.hover\:border-t-amber-300\/40:hover {
  border-top-color: rgb(252 211 77 / 0.4);
}

.hover\:border-t-amber-300\/5:hover {
  border-top-color: rgb(252 211 77 / 0.05);
}

.hover\:border-t-amber-300\/50:hover {
  border-top-color: rgb(252 211 77 / 0.5);
}

.hover\:border-t-amber-300\/60:hover {
  border-top-color: rgb(252 211 77 / 0.6);
}

.hover\:border-t-amber-300\/70:hover {
  border-top-color: rgb(252 211 77 / 0.7);
}

.hover\:border-t-amber-300\/75:hover {
  border-top-color: rgb(252 211 77 / 0.75);
}

.hover\:border-t-amber-300\/80:hover {
  border-top-color: rgb(252 211 77 / 0.8);
}

.hover\:border-t-amber-300\/90:hover {
  border-top-color: rgb(252 211 77 / 0.9);
}

.hover\:border-t-amber-300\/95:hover {
  border-top-color: rgb(252 211 77 / 0.95);
}

.hover\:border-t-amber-400:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(251 191 36 / var(--tw-border-opacity));
}

.hover\:border-t-amber-400\/0:hover {
  border-top-color: rgb(251 191 36 / 0);
}

.hover\:border-t-amber-400\/10:hover {
  border-top-color: rgb(251 191 36 / 0.1);
}

.hover\:border-t-amber-400\/100:hover {
  border-top-color: rgb(251 191 36 / 1);
}

.hover\:border-t-amber-400\/20:hover {
  border-top-color: rgb(251 191 36 / 0.2);
}

.hover\:border-t-amber-400\/25:hover {
  border-top-color: rgb(251 191 36 / 0.25);
}

.hover\:border-t-amber-400\/30:hover {
  border-top-color: rgb(251 191 36 / 0.3);
}

.hover\:border-t-amber-400\/40:hover {
  border-top-color: rgb(251 191 36 / 0.4);
}

.hover\:border-t-amber-400\/5:hover {
  border-top-color: rgb(251 191 36 / 0.05);
}

.hover\:border-t-amber-400\/50:hover {
  border-top-color: rgb(251 191 36 / 0.5);
}

.hover\:border-t-amber-400\/60:hover {
  border-top-color: rgb(251 191 36 / 0.6);
}

.hover\:border-t-amber-400\/70:hover {
  border-top-color: rgb(251 191 36 / 0.7);
}

.hover\:border-t-amber-400\/75:hover {
  border-top-color: rgb(251 191 36 / 0.75);
}

.hover\:border-t-amber-400\/80:hover {
  border-top-color: rgb(251 191 36 / 0.8);
}

.hover\:border-t-amber-400\/90:hover {
  border-top-color: rgb(251 191 36 / 0.9);
}

.hover\:border-t-amber-400\/95:hover {
  border-top-color: rgb(251 191 36 / 0.95);
}

.hover\:border-t-amber-50:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.hover\:border-t-amber-50\/0:hover {
  border-top-color: rgb(255 251 235 / 0);
}

.hover\:border-t-amber-50\/10:hover {
  border-top-color: rgb(255 251 235 / 0.1);
}

.hover\:border-t-amber-50\/100:hover {
  border-top-color: rgb(255 251 235 / 1);
}

.hover\:border-t-amber-50\/20:hover {
  border-top-color: rgb(255 251 235 / 0.2);
}

.hover\:border-t-amber-50\/25:hover {
  border-top-color: rgb(255 251 235 / 0.25);
}

.hover\:border-t-amber-50\/30:hover {
  border-top-color: rgb(255 251 235 / 0.3);
}

.hover\:border-t-amber-50\/40:hover {
  border-top-color: rgb(255 251 235 / 0.4);
}

.hover\:border-t-amber-50\/5:hover {
  border-top-color: rgb(255 251 235 / 0.05);
}

.hover\:border-t-amber-50\/50:hover {
  border-top-color: rgb(255 251 235 / 0.5);
}

.hover\:border-t-amber-50\/60:hover {
  border-top-color: rgb(255 251 235 / 0.6);
}

.hover\:border-t-amber-50\/70:hover {
  border-top-color: rgb(255 251 235 / 0.7);
}

.hover\:border-t-amber-50\/75:hover {
  border-top-color: rgb(255 251 235 / 0.75);
}

.hover\:border-t-amber-50\/80:hover {
  border-top-color: rgb(255 251 235 / 0.8);
}

.hover\:border-t-amber-50\/90:hover {
  border-top-color: rgb(255 251 235 / 0.9);
}

.hover\:border-t-amber-50\/95:hover {
  border-top-color: rgb(255 251 235 / 0.95);
}

.hover\:border-t-amber-500:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 158 11 / var(--tw-border-opacity));
}

.hover\:border-t-amber-500\/0:hover {
  border-top-color: rgb(245 158 11 / 0);
}

.hover\:border-t-amber-500\/10:hover {
  border-top-color: rgb(245 158 11 / 0.1);
}

.hover\:border-t-amber-500\/100:hover {
  border-top-color: rgb(245 158 11 / 1);
}

.hover\:border-t-amber-500\/20:hover {
  border-top-color: rgb(245 158 11 / 0.2);
}

.hover\:border-t-amber-500\/25:hover {
  border-top-color: rgb(245 158 11 / 0.25);
}

.hover\:border-t-amber-500\/30:hover {
  border-top-color: rgb(245 158 11 / 0.3);
}

.hover\:border-t-amber-500\/40:hover {
  border-top-color: rgb(245 158 11 / 0.4);
}

.hover\:border-t-amber-500\/5:hover {
  border-top-color: rgb(245 158 11 / 0.05);
}

.hover\:border-t-amber-500\/50:hover {
  border-top-color: rgb(245 158 11 / 0.5);
}

.hover\:border-t-amber-500\/60:hover {
  border-top-color: rgb(245 158 11 / 0.6);
}

.hover\:border-t-amber-500\/70:hover {
  border-top-color: rgb(245 158 11 / 0.7);
}

.hover\:border-t-amber-500\/75:hover {
  border-top-color: rgb(245 158 11 / 0.75);
}

.hover\:border-t-amber-500\/80:hover {
  border-top-color: rgb(245 158 11 / 0.8);
}

.hover\:border-t-amber-500\/90:hover {
  border-top-color: rgb(245 158 11 / 0.9);
}

.hover\:border-t-amber-500\/95:hover {
  border-top-color: rgb(245 158 11 / 0.95);
}

.hover\:border-t-amber-600:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(217 119 6 / var(--tw-border-opacity));
}

.hover\:border-t-amber-600\/0:hover {
  border-top-color: rgb(217 119 6 / 0);
}

.hover\:border-t-amber-600\/10:hover {
  border-top-color: rgb(217 119 6 / 0.1);
}

.hover\:border-t-amber-600\/100:hover {
  border-top-color: rgb(217 119 6 / 1);
}

.hover\:border-t-amber-600\/20:hover {
  border-top-color: rgb(217 119 6 / 0.2);
}

.hover\:border-t-amber-600\/25:hover {
  border-top-color: rgb(217 119 6 / 0.25);
}

.hover\:border-t-amber-600\/30:hover {
  border-top-color: rgb(217 119 6 / 0.3);
}

.hover\:border-t-amber-600\/40:hover {
  border-top-color: rgb(217 119 6 / 0.4);
}

.hover\:border-t-amber-600\/5:hover {
  border-top-color: rgb(217 119 6 / 0.05);
}

.hover\:border-t-amber-600\/50:hover {
  border-top-color: rgb(217 119 6 / 0.5);
}

.hover\:border-t-amber-600\/60:hover {
  border-top-color: rgb(217 119 6 / 0.6);
}

.hover\:border-t-amber-600\/70:hover {
  border-top-color: rgb(217 119 6 / 0.7);
}

.hover\:border-t-amber-600\/75:hover {
  border-top-color: rgb(217 119 6 / 0.75);
}

.hover\:border-t-amber-600\/80:hover {
  border-top-color: rgb(217 119 6 / 0.8);
}

.hover\:border-t-amber-600\/90:hover {
  border-top-color: rgb(217 119 6 / 0.9);
}

.hover\:border-t-amber-600\/95:hover {
  border-top-color: rgb(217 119 6 / 0.95);
}

.hover\:border-t-amber-700:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(180 83 9 / var(--tw-border-opacity));
}

.hover\:border-t-amber-700\/0:hover {
  border-top-color: rgb(180 83 9 / 0);
}

.hover\:border-t-amber-700\/10:hover {
  border-top-color: rgb(180 83 9 / 0.1);
}

.hover\:border-t-amber-700\/100:hover {
  border-top-color: rgb(180 83 9 / 1);
}

.hover\:border-t-amber-700\/20:hover {
  border-top-color: rgb(180 83 9 / 0.2);
}

.hover\:border-t-amber-700\/25:hover {
  border-top-color: rgb(180 83 9 / 0.25);
}

.hover\:border-t-amber-700\/30:hover {
  border-top-color: rgb(180 83 9 / 0.3);
}

.hover\:border-t-amber-700\/40:hover {
  border-top-color: rgb(180 83 9 / 0.4);
}

.hover\:border-t-amber-700\/5:hover {
  border-top-color: rgb(180 83 9 / 0.05);
}

.hover\:border-t-amber-700\/50:hover {
  border-top-color: rgb(180 83 9 / 0.5);
}

.hover\:border-t-amber-700\/60:hover {
  border-top-color: rgb(180 83 9 / 0.6);
}

.hover\:border-t-amber-700\/70:hover {
  border-top-color: rgb(180 83 9 / 0.7);
}

.hover\:border-t-amber-700\/75:hover {
  border-top-color: rgb(180 83 9 / 0.75);
}

.hover\:border-t-amber-700\/80:hover {
  border-top-color: rgb(180 83 9 / 0.8);
}

.hover\:border-t-amber-700\/90:hover {
  border-top-color: rgb(180 83 9 / 0.9);
}

.hover\:border-t-amber-700\/95:hover {
  border-top-color: rgb(180 83 9 / 0.95);
}

.hover\:border-t-amber-800:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(146 64 14 / var(--tw-border-opacity));
}

.hover\:border-t-amber-800\/0:hover {
  border-top-color: rgb(146 64 14 / 0);
}

.hover\:border-t-amber-800\/10:hover {
  border-top-color: rgb(146 64 14 / 0.1);
}

.hover\:border-t-amber-800\/100:hover {
  border-top-color: rgb(146 64 14 / 1);
}

.hover\:border-t-amber-800\/20:hover {
  border-top-color: rgb(146 64 14 / 0.2);
}

.hover\:border-t-amber-800\/25:hover {
  border-top-color: rgb(146 64 14 / 0.25);
}

.hover\:border-t-amber-800\/30:hover {
  border-top-color: rgb(146 64 14 / 0.3);
}

.hover\:border-t-amber-800\/40:hover {
  border-top-color: rgb(146 64 14 / 0.4);
}

.hover\:border-t-amber-800\/5:hover {
  border-top-color: rgb(146 64 14 / 0.05);
}

.hover\:border-t-amber-800\/50:hover {
  border-top-color: rgb(146 64 14 / 0.5);
}

.hover\:border-t-amber-800\/60:hover {
  border-top-color: rgb(146 64 14 / 0.6);
}

.hover\:border-t-amber-800\/70:hover {
  border-top-color: rgb(146 64 14 / 0.7);
}

.hover\:border-t-amber-800\/75:hover {
  border-top-color: rgb(146 64 14 / 0.75);
}

.hover\:border-t-amber-800\/80:hover {
  border-top-color: rgb(146 64 14 / 0.8);
}

.hover\:border-t-amber-800\/90:hover {
  border-top-color: rgb(146 64 14 / 0.9);
}

.hover\:border-t-amber-800\/95:hover {
  border-top-color: rgb(146 64 14 / 0.95);
}

.hover\:border-t-amber-900:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(120 53 15 / var(--tw-border-opacity));
}

.hover\:border-t-amber-900\/0:hover {
  border-top-color: rgb(120 53 15 / 0);
}

.hover\:border-t-amber-900\/10:hover {
  border-top-color: rgb(120 53 15 / 0.1);
}

.hover\:border-t-amber-900\/100:hover {
  border-top-color: rgb(120 53 15 / 1);
}

.hover\:border-t-amber-900\/20:hover {
  border-top-color: rgb(120 53 15 / 0.2);
}

.hover\:border-t-amber-900\/25:hover {
  border-top-color: rgb(120 53 15 / 0.25);
}

.hover\:border-t-amber-900\/30:hover {
  border-top-color: rgb(120 53 15 / 0.3);
}

.hover\:border-t-amber-900\/40:hover {
  border-top-color: rgb(120 53 15 / 0.4);
}

.hover\:border-t-amber-900\/5:hover {
  border-top-color: rgb(120 53 15 / 0.05);
}

.hover\:border-t-amber-900\/50:hover {
  border-top-color: rgb(120 53 15 / 0.5);
}

.hover\:border-t-amber-900\/60:hover {
  border-top-color: rgb(120 53 15 / 0.6);
}

.hover\:border-t-amber-900\/70:hover {
  border-top-color: rgb(120 53 15 / 0.7);
}

.hover\:border-t-amber-900\/75:hover {
  border-top-color: rgb(120 53 15 / 0.75);
}

.hover\:border-t-amber-900\/80:hover {
  border-top-color: rgb(120 53 15 / 0.8);
}

.hover\:border-t-amber-900\/90:hover {
  border-top-color: rgb(120 53 15 / 0.9);
}

.hover\:border-t-amber-900\/95:hover {
  border-top-color: rgb(120 53 15 / 0.95);
}

.hover\:border-t-amber-950:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(69 26 3 / var(--tw-border-opacity));
}

.hover\:border-t-amber-950\/0:hover {
  border-top-color: rgb(69 26 3 / 0);
}

.hover\:border-t-amber-950\/10:hover {
  border-top-color: rgb(69 26 3 / 0.1);
}

.hover\:border-t-amber-950\/100:hover {
  border-top-color: rgb(69 26 3 / 1);
}

.hover\:border-t-amber-950\/20:hover {
  border-top-color: rgb(69 26 3 / 0.2);
}

.hover\:border-t-amber-950\/25:hover {
  border-top-color: rgb(69 26 3 / 0.25);
}

.hover\:border-t-amber-950\/30:hover {
  border-top-color: rgb(69 26 3 / 0.3);
}

.hover\:border-t-amber-950\/40:hover {
  border-top-color: rgb(69 26 3 / 0.4);
}

.hover\:border-t-amber-950\/5:hover {
  border-top-color: rgb(69 26 3 / 0.05);
}

.hover\:border-t-amber-950\/50:hover {
  border-top-color: rgb(69 26 3 / 0.5);
}

.hover\:border-t-amber-950\/60:hover {
  border-top-color: rgb(69 26 3 / 0.6);
}

.hover\:border-t-amber-950\/70:hover {
  border-top-color: rgb(69 26 3 / 0.7);
}

.hover\:border-t-amber-950\/75:hover {
  border-top-color: rgb(69 26 3 / 0.75);
}

.hover\:border-t-amber-950\/80:hover {
  border-top-color: rgb(69 26 3 / 0.8);
}

.hover\:border-t-amber-950\/90:hover {
  border-top-color: rgb(69 26 3 / 0.9);
}

.hover\:border-t-amber-950\/95:hover {
  border-top-color: rgb(69 26 3 / 0.95);
}

.hover\:border-t-black:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.hover\:border-t-black\/0:hover {
  border-top-color: rgb(0 0 0 / 0);
}

.hover\:border-t-black\/10:hover {
  border-top-color: rgb(0 0 0 / 0.1);
}

.hover\:border-t-black\/100:hover {
  border-top-color: rgb(0 0 0 / 1);
}

.hover\:border-t-black\/20:hover {
  border-top-color: rgb(0 0 0 / 0.2);
}

.hover\:border-t-black\/25:hover {
  border-top-color: rgb(0 0 0 / 0.25);
}

.hover\:border-t-black\/30:hover {
  border-top-color: rgb(0 0 0 / 0.3);
}

.hover\:border-t-black\/40:hover {
  border-top-color: rgb(0 0 0 / 0.4);
}

.hover\:border-t-black\/5:hover {
  border-top-color: rgb(0 0 0 / 0.05);
}

.hover\:border-t-black\/50:hover {
  border-top-color: rgb(0 0 0 / 0.5);
}

.hover\:border-t-black\/60:hover {
  border-top-color: rgb(0 0 0 / 0.6);
}

.hover\:border-t-black\/70:hover {
  border-top-color: rgb(0 0 0 / 0.7);
}

.hover\:border-t-black\/75:hover {
  border-top-color: rgb(0 0 0 / 0.75);
}

.hover\:border-t-black\/80:hover {
  border-top-color: rgb(0 0 0 / 0.8);
}

.hover\:border-t-black\/90:hover {
  border-top-color: rgb(0 0 0 / 0.9);
}

.hover\:border-t-black\/95:hover {
  border-top-color: rgb(0 0 0 / 0.95);
}

.hover\:border-t-blue-100:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(219 234 254 / var(--tw-border-opacity));
}

.hover\:border-t-blue-100\/0:hover {
  border-top-color: rgb(219 234 254 / 0);
}

.hover\:border-t-blue-100\/10:hover {
  border-top-color: rgb(219 234 254 / 0.1);
}

.hover\:border-t-blue-100\/100:hover {
  border-top-color: rgb(219 234 254 / 1);
}

.hover\:border-t-blue-100\/20:hover {
  border-top-color: rgb(219 234 254 / 0.2);
}

.hover\:border-t-blue-100\/25:hover {
  border-top-color: rgb(219 234 254 / 0.25);
}

.hover\:border-t-blue-100\/30:hover {
  border-top-color: rgb(219 234 254 / 0.3);
}

.hover\:border-t-blue-100\/40:hover {
  border-top-color: rgb(219 234 254 / 0.4);
}

.hover\:border-t-blue-100\/5:hover {
  border-top-color: rgb(219 234 254 / 0.05);
}

.hover\:border-t-blue-100\/50:hover {
  border-top-color: rgb(219 234 254 / 0.5);
}

.hover\:border-t-blue-100\/60:hover {
  border-top-color: rgb(219 234 254 / 0.6);
}

.hover\:border-t-blue-100\/70:hover {
  border-top-color: rgb(219 234 254 / 0.7);
}

.hover\:border-t-blue-100\/75:hover {
  border-top-color: rgb(219 234 254 / 0.75);
}

.hover\:border-t-blue-100\/80:hover {
  border-top-color: rgb(219 234 254 / 0.8);
}

.hover\:border-t-blue-100\/90:hover {
  border-top-color: rgb(219 234 254 / 0.9);
}

.hover\:border-t-blue-100\/95:hover {
  border-top-color: rgb(219 234 254 / 0.95);
}

.hover\:border-t-blue-200:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.hover\:border-t-blue-200\/0:hover {
  border-top-color: rgb(191 219 254 / 0);
}

.hover\:border-t-blue-200\/10:hover {
  border-top-color: rgb(191 219 254 / 0.1);
}

.hover\:border-t-blue-200\/100:hover {
  border-top-color: rgb(191 219 254 / 1);
}

.hover\:border-t-blue-200\/20:hover {
  border-top-color: rgb(191 219 254 / 0.2);
}

.hover\:border-t-blue-200\/25:hover {
  border-top-color: rgb(191 219 254 / 0.25);
}

.hover\:border-t-blue-200\/30:hover {
  border-top-color: rgb(191 219 254 / 0.3);
}

.hover\:border-t-blue-200\/40:hover {
  border-top-color: rgb(191 219 254 / 0.4);
}

.hover\:border-t-blue-200\/5:hover {
  border-top-color: rgb(191 219 254 / 0.05);
}

.hover\:border-t-blue-200\/50:hover {
  border-top-color: rgb(191 219 254 / 0.5);
}

.hover\:border-t-blue-200\/60:hover {
  border-top-color: rgb(191 219 254 / 0.6);
}

.hover\:border-t-blue-200\/70:hover {
  border-top-color: rgb(191 219 254 / 0.7);
}

.hover\:border-t-blue-200\/75:hover {
  border-top-color: rgb(191 219 254 / 0.75);
}

.hover\:border-t-blue-200\/80:hover {
  border-top-color: rgb(191 219 254 / 0.8);
}

.hover\:border-t-blue-200\/90:hover {
  border-top-color: rgb(191 219 254 / 0.9);
}

.hover\:border-t-blue-200\/95:hover {
  border-top-color: rgb(191 219 254 / 0.95);
}

.hover\:border-t-blue-300:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.hover\:border-t-blue-300\/0:hover {
  border-top-color: rgb(147 197 253 / 0);
}

.hover\:border-t-blue-300\/10:hover {
  border-top-color: rgb(147 197 253 / 0.1);
}

.hover\:border-t-blue-300\/100:hover {
  border-top-color: rgb(147 197 253 / 1);
}

.hover\:border-t-blue-300\/20:hover {
  border-top-color: rgb(147 197 253 / 0.2);
}

.hover\:border-t-blue-300\/25:hover {
  border-top-color: rgb(147 197 253 / 0.25);
}

.hover\:border-t-blue-300\/30:hover {
  border-top-color: rgb(147 197 253 / 0.3);
}

.hover\:border-t-blue-300\/40:hover {
  border-top-color: rgb(147 197 253 / 0.4);
}

.hover\:border-t-blue-300\/5:hover {
  border-top-color: rgb(147 197 253 / 0.05);
}

.hover\:border-t-blue-300\/50:hover {
  border-top-color: rgb(147 197 253 / 0.5);
}

.hover\:border-t-blue-300\/60:hover {
  border-top-color: rgb(147 197 253 / 0.6);
}

.hover\:border-t-blue-300\/70:hover {
  border-top-color: rgb(147 197 253 / 0.7);
}

.hover\:border-t-blue-300\/75:hover {
  border-top-color: rgb(147 197 253 / 0.75);
}

.hover\:border-t-blue-300\/80:hover {
  border-top-color: rgb(147 197 253 / 0.8);
}

.hover\:border-t-blue-300\/90:hover {
  border-top-color: rgb(147 197 253 / 0.9);
}

.hover\:border-t-blue-300\/95:hover {
  border-top-color: rgb(147 197 253 / 0.95);
}

.hover\:border-t-blue-400:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.hover\:border-t-blue-400\/0:hover {
  border-top-color: rgb(96 165 250 / 0);
}

.hover\:border-t-blue-400\/10:hover {
  border-top-color: rgb(96 165 250 / 0.1);
}

.hover\:border-t-blue-400\/100:hover {
  border-top-color: rgb(96 165 250 / 1);
}

.hover\:border-t-blue-400\/20:hover {
  border-top-color: rgb(96 165 250 / 0.2);
}

.hover\:border-t-blue-400\/25:hover {
  border-top-color: rgb(96 165 250 / 0.25);
}

.hover\:border-t-blue-400\/30:hover {
  border-top-color: rgb(96 165 250 / 0.3);
}

.hover\:border-t-blue-400\/40:hover {
  border-top-color: rgb(96 165 250 / 0.4);
}

.hover\:border-t-blue-400\/5:hover {
  border-top-color: rgb(96 165 250 / 0.05);
}

.hover\:border-t-blue-400\/50:hover {
  border-top-color: rgb(96 165 250 / 0.5);
}

.hover\:border-t-blue-400\/60:hover {
  border-top-color: rgb(96 165 250 / 0.6);
}

.hover\:border-t-blue-400\/70:hover {
  border-top-color: rgb(96 165 250 / 0.7);
}

.hover\:border-t-blue-400\/75:hover {
  border-top-color: rgb(96 165 250 / 0.75);
}

.hover\:border-t-blue-400\/80:hover {
  border-top-color: rgb(96 165 250 / 0.8);
}

.hover\:border-t-blue-400\/90:hover {
  border-top-color: rgb(96 165 250 / 0.9);
}

.hover\:border-t-blue-400\/95:hover {
  border-top-color: rgb(96 165 250 / 0.95);
}

.hover\:border-t-blue-50:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(239 246 255 / var(--tw-border-opacity));
}

.hover\:border-t-blue-50\/0:hover {
  border-top-color: rgb(239 246 255 / 0);
}

.hover\:border-t-blue-50\/10:hover {
  border-top-color: rgb(239 246 255 / 0.1);
}

.hover\:border-t-blue-50\/100:hover {
  border-top-color: rgb(239 246 255 / 1);
}

.hover\:border-t-blue-50\/20:hover {
  border-top-color: rgb(239 246 255 / 0.2);
}

.hover\:border-t-blue-50\/25:hover {
  border-top-color: rgb(239 246 255 / 0.25);
}

.hover\:border-t-blue-50\/30:hover {
  border-top-color: rgb(239 246 255 / 0.3);
}

.hover\:border-t-blue-50\/40:hover {
  border-top-color: rgb(239 246 255 / 0.4);
}

.hover\:border-t-blue-50\/5:hover {
  border-top-color: rgb(239 246 255 / 0.05);
}

.hover\:border-t-blue-50\/50:hover {
  border-top-color: rgb(239 246 255 / 0.5);
}

.hover\:border-t-blue-50\/60:hover {
  border-top-color: rgb(239 246 255 / 0.6);
}

.hover\:border-t-blue-50\/70:hover {
  border-top-color: rgb(239 246 255 / 0.7);
}

.hover\:border-t-blue-50\/75:hover {
  border-top-color: rgb(239 246 255 / 0.75);
}

.hover\:border-t-blue-50\/80:hover {
  border-top-color: rgb(239 246 255 / 0.8);
}

.hover\:border-t-blue-50\/90:hover {
  border-top-color: rgb(239 246 255 / 0.9);
}

.hover\:border-t-blue-50\/95:hover {
  border-top-color: rgb(239 246 255 / 0.95);
}

.hover\:border-t-blue-500:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.hover\:border-t-blue-500\/0:hover {
  border-top-color: rgb(59 130 246 / 0);
}

.hover\:border-t-blue-500\/10:hover {
  border-top-color: rgb(59 130 246 / 0.1);
}

.hover\:border-t-blue-500\/100:hover {
  border-top-color: rgb(59 130 246 / 1);
}

.hover\:border-t-blue-500\/20:hover {
  border-top-color: rgb(59 130 246 / 0.2);
}

.hover\:border-t-blue-500\/25:hover {
  border-top-color: rgb(59 130 246 / 0.25);
}

.hover\:border-t-blue-500\/30:hover {
  border-top-color: rgb(59 130 246 / 0.3);
}

.hover\:border-t-blue-500\/40:hover {
  border-top-color: rgb(59 130 246 / 0.4);
}

.hover\:border-t-blue-500\/5:hover {
  border-top-color: rgb(59 130 246 / 0.05);
}

.hover\:border-t-blue-500\/50:hover {
  border-top-color: rgb(59 130 246 / 0.5);
}

.hover\:border-t-blue-500\/60:hover {
  border-top-color: rgb(59 130 246 / 0.6);
}

.hover\:border-t-blue-500\/70:hover {
  border-top-color: rgb(59 130 246 / 0.7);
}

.hover\:border-t-blue-500\/75:hover {
  border-top-color: rgb(59 130 246 / 0.75);
}

.hover\:border-t-blue-500\/80:hover {
  border-top-color: rgb(59 130 246 / 0.8);
}

.hover\:border-t-blue-500\/90:hover {
  border-top-color: rgb(59 130 246 / 0.9);
}

.hover\:border-t-blue-500\/95:hover {
  border-top-color: rgb(59 130 246 / 0.95);
}

.hover\:border-t-blue-600:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.hover\:border-t-blue-600\/0:hover {
  border-top-color: rgb(37 99 235 / 0);
}

.hover\:border-t-blue-600\/10:hover {
  border-top-color: rgb(37 99 235 / 0.1);
}

.hover\:border-t-blue-600\/100:hover {
  border-top-color: rgb(37 99 235 / 1);
}

.hover\:border-t-blue-600\/20:hover {
  border-top-color: rgb(37 99 235 / 0.2);
}

.hover\:border-t-blue-600\/25:hover {
  border-top-color: rgb(37 99 235 / 0.25);
}

.hover\:border-t-blue-600\/30:hover {
  border-top-color: rgb(37 99 235 / 0.3);
}

.hover\:border-t-blue-600\/40:hover {
  border-top-color: rgb(37 99 235 / 0.4);
}

.hover\:border-t-blue-600\/5:hover {
  border-top-color: rgb(37 99 235 / 0.05);
}

.hover\:border-t-blue-600\/50:hover {
  border-top-color: rgb(37 99 235 / 0.5);
}

.hover\:border-t-blue-600\/60:hover {
  border-top-color: rgb(37 99 235 / 0.6);
}

.hover\:border-t-blue-600\/70:hover {
  border-top-color: rgb(37 99 235 / 0.7);
}

.hover\:border-t-blue-600\/75:hover {
  border-top-color: rgb(37 99 235 / 0.75);
}

.hover\:border-t-blue-600\/80:hover {
  border-top-color: rgb(37 99 235 / 0.8);
}

.hover\:border-t-blue-600\/90:hover {
  border-top-color: rgb(37 99 235 / 0.9);
}

.hover\:border-t-blue-600\/95:hover {
  border-top-color: rgb(37 99 235 / 0.95);
}

.hover\:border-t-blue-700:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.hover\:border-t-blue-700\/0:hover {
  border-top-color: rgb(29 78 216 / 0);
}

.hover\:border-t-blue-700\/10:hover {
  border-top-color: rgb(29 78 216 / 0.1);
}

.hover\:border-t-blue-700\/100:hover {
  border-top-color: rgb(29 78 216 / 1);
}

.hover\:border-t-blue-700\/20:hover {
  border-top-color: rgb(29 78 216 / 0.2);
}

.hover\:border-t-blue-700\/25:hover {
  border-top-color: rgb(29 78 216 / 0.25);
}

.hover\:border-t-blue-700\/30:hover {
  border-top-color: rgb(29 78 216 / 0.3);
}

.hover\:border-t-blue-700\/40:hover {
  border-top-color: rgb(29 78 216 / 0.4);
}

.hover\:border-t-blue-700\/5:hover {
  border-top-color: rgb(29 78 216 / 0.05);
}

.hover\:border-t-blue-700\/50:hover {
  border-top-color: rgb(29 78 216 / 0.5);
}

.hover\:border-t-blue-700\/60:hover {
  border-top-color: rgb(29 78 216 / 0.6);
}

.hover\:border-t-blue-700\/70:hover {
  border-top-color: rgb(29 78 216 / 0.7);
}

.hover\:border-t-blue-700\/75:hover {
  border-top-color: rgb(29 78 216 / 0.75);
}

.hover\:border-t-blue-700\/80:hover {
  border-top-color: rgb(29 78 216 / 0.8);
}

.hover\:border-t-blue-700\/90:hover {
  border-top-color: rgb(29 78 216 / 0.9);
}

.hover\:border-t-blue-700\/95:hover {
  border-top-color: rgb(29 78 216 / 0.95);
}

.hover\:border-t-blue-800:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.hover\:border-t-blue-800\/0:hover {
  border-top-color: rgb(30 64 175 / 0);
}

.hover\:border-t-blue-800\/10:hover {
  border-top-color: rgb(30 64 175 / 0.1);
}

.hover\:border-t-blue-800\/100:hover {
  border-top-color: rgb(30 64 175 / 1);
}

.hover\:border-t-blue-800\/20:hover {
  border-top-color: rgb(30 64 175 / 0.2);
}

.hover\:border-t-blue-800\/25:hover {
  border-top-color: rgb(30 64 175 / 0.25);
}

.hover\:border-t-blue-800\/30:hover {
  border-top-color: rgb(30 64 175 / 0.3);
}

.hover\:border-t-blue-800\/40:hover {
  border-top-color: rgb(30 64 175 / 0.4);
}

.hover\:border-t-blue-800\/5:hover {
  border-top-color: rgb(30 64 175 / 0.05);
}

.hover\:border-t-blue-800\/50:hover {
  border-top-color: rgb(30 64 175 / 0.5);
}

.hover\:border-t-blue-800\/60:hover {
  border-top-color: rgb(30 64 175 / 0.6);
}

.hover\:border-t-blue-800\/70:hover {
  border-top-color: rgb(30 64 175 / 0.7);
}

.hover\:border-t-blue-800\/75:hover {
  border-top-color: rgb(30 64 175 / 0.75);
}

.hover\:border-t-blue-800\/80:hover {
  border-top-color: rgb(30 64 175 / 0.8);
}

.hover\:border-t-blue-800\/90:hover {
  border-top-color: rgb(30 64 175 / 0.9);
}

.hover\:border-t-blue-800\/95:hover {
  border-top-color: rgb(30 64 175 / 0.95);
}

.hover\:border-t-blue-900:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.hover\:border-t-blue-900\/0:hover {
  border-top-color: rgb(30 58 138 / 0);
}

.hover\:border-t-blue-900\/10:hover {
  border-top-color: rgb(30 58 138 / 0.1);
}

.hover\:border-t-blue-900\/100:hover {
  border-top-color: rgb(30 58 138 / 1);
}

.hover\:border-t-blue-900\/20:hover {
  border-top-color: rgb(30 58 138 / 0.2);
}

.hover\:border-t-blue-900\/25:hover {
  border-top-color: rgb(30 58 138 / 0.25);
}

.hover\:border-t-blue-900\/30:hover {
  border-top-color: rgb(30 58 138 / 0.3);
}

.hover\:border-t-blue-900\/40:hover {
  border-top-color: rgb(30 58 138 / 0.4);
}

.hover\:border-t-blue-900\/5:hover {
  border-top-color: rgb(30 58 138 / 0.05);
}

.hover\:border-t-blue-900\/50:hover {
  border-top-color: rgb(30 58 138 / 0.5);
}

.hover\:border-t-blue-900\/60:hover {
  border-top-color: rgb(30 58 138 / 0.6);
}

.hover\:border-t-blue-900\/70:hover {
  border-top-color: rgb(30 58 138 / 0.7);
}

.hover\:border-t-blue-900\/75:hover {
  border-top-color: rgb(30 58 138 / 0.75);
}

.hover\:border-t-blue-900\/80:hover {
  border-top-color: rgb(30 58 138 / 0.8);
}

.hover\:border-t-blue-900\/90:hover {
  border-top-color: rgb(30 58 138 / 0.9);
}

.hover\:border-t-blue-900\/95:hover {
  border-top-color: rgb(30 58 138 / 0.95);
}

.hover\:border-t-blue-950:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(23 37 84 / var(--tw-border-opacity));
}

.hover\:border-t-blue-950\/0:hover {
  border-top-color: rgb(23 37 84 / 0);
}

.hover\:border-t-blue-950\/10:hover {
  border-top-color: rgb(23 37 84 / 0.1);
}

.hover\:border-t-blue-950\/100:hover {
  border-top-color: rgb(23 37 84 / 1);
}

.hover\:border-t-blue-950\/20:hover {
  border-top-color: rgb(23 37 84 / 0.2);
}

.hover\:border-t-blue-950\/25:hover {
  border-top-color: rgb(23 37 84 / 0.25);
}

.hover\:border-t-blue-950\/30:hover {
  border-top-color: rgb(23 37 84 / 0.3);
}

.hover\:border-t-blue-950\/40:hover {
  border-top-color: rgb(23 37 84 / 0.4);
}

.hover\:border-t-blue-950\/5:hover {
  border-top-color: rgb(23 37 84 / 0.05);
}

.hover\:border-t-blue-950\/50:hover {
  border-top-color: rgb(23 37 84 / 0.5);
}

.hover\:border-t-blue-950\/60:hover {
  border-top-color: rgb(23 37 84 / 0.6);
}

.hover\:border-t-blue-950\/70:hover {
  border-top-color: rgb(23 37 84 / 0.7);
}

.hover\:border-t-blue-950\/75:hover {
  border-top-color: rgb(23 37 84 / 0.75);
}

.hover\:border-t-blue-950\/80:hover {
  border-top-color: rgb(23 37 84 / 0.8);
}

.hover\:border-t-blue-950\/90:hover {
  border-top-color: rgb(23 37 84 / 0.9);
}

.hover\:border-t-blue-950\/95:hover {
  border-top-color: rgb(23 37 84 / 0.95);
}

.hover\:border-t-brand-100:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(230 239 246 / var(--tw-border-opacity));
}

.hover\:border-t-brand-100\/0:hover {
  border-top-color: rgb(230 239 246 / 0);
}

.hover\:border-t-brand-100\/10:hover {
  border-top-color: rgb(230 239 246 / 0.1);
}

.hover\:border-t-brand-100\/100:hover {
  border-top-color: rgb(230 239 246 / 1);
}

.hover\:border-t-brand-100\/20:hover {
  border-top-color: rgb(230 239 246 / 0.2);
}

.hover\:border-t-brand-100\/25:hover {
  border-top-color: rgb(230 239 246 / 0.25);
}

.hover\:border-t-brand-100\/30:hover {
  border-top-color: rgb(230 239 246 / 0.3);
}

.hover\:border-t-brand-100\/40:hover {
  border-top-color: rgb(230 239 246 / 0.4);
}

.hover\:border-t-brand-100\/5:hover {
  border-top-color: rgb(230 239 246 / 0.05);
}

.hover\:border-t-brand-100\/50:hover {
  border-top-color: rgb(230 239 246 / 0.5);
}

.hover\:border-t-brand-100\/60:hover {
  border-top-color: rgb(230 239 246 / 0.6);
}

.hover\:border-t-brand-100\/70:hover {
  border-top-color: rgb(230 239 246 / 0.7);
}

.hover\:border-t-brand-100\/75:hover {
  border-top-color: rgb(230 239 246 / 0.75);
}

.hover\:border-t-brand-100\/80:hover {
  border-top-color: rgb(230 239 246 / 0.8);
}

.hover\:border-t-brand-100\/90:hover {
  border-top-color: rgb(230 239 246 / 0.9);
}

.hover\:border-t-brand-100\/95:hover {
  border-top-color: rgb(230 239 246 / 0.95);
}

.hover\:border-t-brand-200:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(193 215 234 / var(--tw-border-opacity));
}

.hover\:border-t-brand-200\/0:hover {
  border-top-color: rgb(193 215 234 / 0);
}

.hover\:border-t-brand-200\/10:hover {
  border-top-color: rgb(193 215 234 / 0.1);
}

.hover\:border-t-brand-200\/100:hover {
  border-top-color: rgb(193 215 234 / 1);
}

.hover\:border-t-brand-200\/20:hover {
  border-top-color: rgb(193 215 234 / 0.2);
}

.hover\:border-t-brand-200\/25:hover {
  border-top-color: rgb(193 215 234 / 0.25);
}

.hover\:border-t-brand-200\/30:hover {
  border-top-color: rgb(193 215 234 / 0.3);
}

.hover\:border-t-brand-200\/40:hover {
  border-top-color: rgb(193 215 234 / 0.4);
}

.hover\:border-t-brand-200\/5:hover {
  border-top-color: rgb(193 215 234 / 0.05);
}

.hover\:border-t-brand-200\/50:hover {
  border-top-color: rgb(193 215 234 / 0.5);
}

.hover\:border-t-brand-200\/60:hover {
  border-top-color: rgb(193 215 234 / 0.6);
}

.hover\:border-t-brand-200\/70:hover {
  border-top-color: rgb(193 215 234 / 0.7);
}

.hover\:border-t-brand-200\/75:hover {
  border-top-color: rgb(193 215 234 / 0.75);
}

.hover\:border-t-brand-200\/80:hover {
  border-top-color: rgb(193 215 234 / 0.8);
}

.hover\:border-t-brand-200\/90:hover {
  border-top-color: rgb(193 215 234 / 0.9);
}

.hover\:border-t-brand-200\/95:hover {
  border-top-color: rgb(193 215 234 / 0.95);
}

.hover\:border-t-brand-300:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(155 190 221 / var(--tw-border-opacity));
}

.hover\:border-t-brand-300\/0:hover {
  border-top-color: rgb(155 190 221 / 0);
}

.hover\:border-t-brand-300\/10:hover {
  border-top-color: rgb(155 190 221 / 0.1);
}

.hover\:border-t-brand-300\/100:hover {
  border-top-color: rgb(155 190 221 / 1);
}

.hover\:border-t-brand-300\/20:hover {
  border-top-color: rgb(155 190 221 / 0.2);
}

.hover\:border-t-brand-300\/25:hover {
  border-top-color: rgb(155 190 221 / 0.25);
}

.hover\:border-t-brand-300\/30:hover {
  border-top-color: rgb(155 190 221 / 0.3);
}

.hover\:border-t-brand-300\/40:hover {
  border-top-color: rgb(155 190 221 / 0.4);
}

.hover\:border-t-brand-300\/5:hover {
  border-top-color: rgb(155 190 221 / 0.05);
}

.hover\:border-t-brand-300\/50:hover {
  border-top-color: rgb(155 190 221 / 0.5);
}

.hover\:border-t-brand-300\/60:hover {
  border-top-color: rgb(155 190 221 / 0.6);
}

.hover\:border-t-brand-300\/70:hover {
  border-top-color: rgb(155 190 221 / 0.7);
}

.hover\:border-t-brand-300\/75:hover {
  border-top-color: rgb(155 190 221 / 0.75);
}

.hover\:border-t-brand-300\/80:hover {
  border-top-color: rgb(155 190 221 / 0.8);
}

.hover\:border-t-brand-300\/90:hover {
  border-top-color: rgb(155 190 221 / 0.9);
}

.hover\:border-t-brand-300\/95:hover {
  border-top-color: rgb(155 190 221 / 0.95);
}

.hover\:border-t-brand-400:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(81 142 195 / var(--tw-border-opacity));
}

.hover\:border-t-brand-400\/0:hover {
  border-top-color: rgb(81 142 195 / 0);
}

.hover\:border-t-brand-400\/10:hover {
  border-top-color: rgb(81 142 195 / 0.1);
}

.hover\:border-t-brand-400\/100:hover {
  border-top-color: rgb(81 142 195 / 1);
}

.hover\:border-t-brand-400\/20:hover {
  border-top-color: rgb(81 142 195 / 0.2);
}

.hover\:border-t-brand-400\/25:hover {
  border-top-color: rgb(81 142 195 / 0.25);
}

.hover\:border-t-brand-400\/30:hover {
  border-top-color: rgb(81 142 195 / 0.3);
}

.hover\:border-t-brand-400\/40:hover {
  border-top-color: rgb(81 142 195 / 0.4);
}

.hover\:border-t-brand-400\/5:hover {
  border-top-color: rgb(81 142 195 / 0.05);
}

.hover\:border-t-brand-400\/50:hover {
  border-top-color: rgb(81 142 195 / 0.5);
}

.hover\:border-t-brand-400\/60:hover {
  border-top-color: rgb(81 142 195 / 0.6);
}

.hover\:border-t-brand-400\/70:hover {
  border-top-color: rgb(81 142 195 / 0.7);
}

.hover\:border-t-brand-400\/75:hover {
  border-top-color: rgb(81 142 195 / 0.75);
}

.hover\:border-t-brand-400\/80:hover {
  border-top-color: rgb(81 142 195 / 0.8);
}

.hover\:border-t-brand-400\/90:hover {
  border-top-color: rgb(81 142 195 / 0.9);
}

.hover\:border-t-brand-400\/95:hover {
  border-top-color: rgb(81 142 195 / 0.95);
}

.hover\:border-t-brand-50:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(243 247 251 / var(--tw-border-opacity));
}

.hover\:border-t-brand-50\/0:hover {
  border-top-color: rgb(243 247 251 / 0);
}

.hover\:border-t-brand-50\/10:hover {
  border-top-color: rgb(243 247 251 / 0.1);
}

.hover\:border-t-brand-50\/100:hover {
  border-top-color: rgb(243 247 251 / 1);
}

.hover\:border-t-brand-50\/20:hover {
  border-top-color: rgb(243 247 251 / 0.2);
}

.hover\:border-t-brand-50\/25:hover {
  border-top-color: rgb(243 247 251 / 0.25);
}

.hover\:border-t-brand-50\/30:hover {
  border-top-color: rgb(243 247 251 / 0.3);
}

.hover\:border-t-brand-50\/40:hover {
  border-top-color: rgb(243 247 251 / 0.4);
}

.hover\:border-t-brand-50\/5:hover {
  border-top-color: rgb(243 247 251 / 0.05);
}

.hover\:border-t-brand-50\/50:hover {
  border-top-color: rgb(243 247 251 / 0.5);
}

.hover\:border-t-brand-50\/60:hover {
  border-top-color: rgb(243 247 251 / 0.6);
}

.hover\:border-t-brand-50\/70:hover {
  border-top-color: rgb(243 247 251 / 0.7);
}

.hover\:border-t-brand-50\/75:hover {
  border-top-color: rgb(243 247 251 / 0.75);
}

.hover\:border-t-brand-50\/80:hover {
  border-top-color: rgb(243 247 251 / 0.8);
}

.hover\:border-t-brand-50\/90:hover {
  border-top-color: rgb(243 247 251 / 0.9);
}

.hover\:border-t-brand-50\/95:hover {
  border-top-color: rgb(243 247 251 / 0.95);
}

.hover\:border-t-brand-500:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(6 93 169 / var(--tw-border-opacity));
}

.hover\:border-t-brand-500\/0:hover {
  border-top-color: rgb(6 93 169 / 0);
}

.hover\:border-t-brand-500\/10:hover {
  border-top-color: rgb(6 93 169 / 0.1);
}

.hover\:border-t-brand-500\/100:hover {
  border-top-color: rgb(6 93 169 / 1);
}

.hover\:border-t-brand-500\/20:hover {
  border-top-color: rgb(6 93 169 / 0.2);
}

.hover\:border-t-brand-500\/25:hover {
  border-top-color: rgb(6 93 169 / 0.25);
}

.hover\:border-t-brand-500\/30:hover {
  border-top-color: rgb(6 93 169 / 0.3);
}

.hover\:border-t-brand-500\/40:hover {
  border-top-color: rgb(6 93 169 / 0.4);
}

.hover\:border-t-brand-500\/5:hover {
  border-top-color: rgb(6 93 169 / 0.05);
}

.hover\:border-t-brand-500\/50:hover {
  border-top-color: rgb(6 93 169 / 0.5);
}

.hover\:border-t-brand-500\/60:hover {
  border-top-color: rgb(6 93 169 / 0.6);
}

.hover\:border-t-brand-500\/70:hover {
  border-top-color: rgb(6 93 169 / 0.7);
}

.hover\:border-t-brand-500\/75:hover {
  border-top-color: rgb(6 93 169 / 0.75);
}

.hover\:border-t-brand-500\/80:hover {
  border-top-color: rgb(6 93 169 / 0.8);
}

.hover\:border-t-brand-500\/90:hover {
  border-top-color: rgb(6 93 169 / 0.9);
}

.hover\:border-t-brand-500\/95:hover {
  border-top-color: rgb(6 93 169 / 0.95);
}

.hover\:border-t-brand-600:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(5 84 152 / var(--tw-border-opacity));
}

.hover\:border-t-brand-600\/0:hover {
  border-top-color: rgb(5 84 152 / 0);
}

.hover\:border-t-brand-600\/10:hover {
  border-top-color: rgb(5 84 152 / 0.1);
}

.hover\:border-t-brand-600\/100:hover {
  border-top-color: rgb(5 84 152 / 1);
}

.hover\:border-t-brand-600\/20:hover {
  border-top-color: rgb(5 84 152 / 0.2);
}

.hover\:border-t-brand-600\/25:hover {
  border-top-color: rgb(5 84 152 / 0.25);
}

.hover\:border-t-brand-600\/30:hover {
  border-top-color: rgb(5 84 152 / 0.3);
}

.hover\:border-t-brand-600\/40:hover {
  border-top-color: rgb(5 84 152 / 0.4);
}

.hover\:border-t-brand-600\/5:hover {
  border-top-color: rgb(5 84 152 / 0.05);
}

.hover\:border-t-brand-600\/50:hover {
  border-top-color: rgb(5 84 152 / 0.5);
}

.hover\:border-t-brand-600\/60:hover {
  border-top-color: rgb(5 84 152 / 0.6);
}

.hover\:border-t-brand-600\/70:hover {
  border-top-color: rgb(5 84 152 / 0.7);
}

.hover\:border-t-brand-600\/75:hover {
  border-top-color: rgb(5 84 152 / 0.75);
}

.hover\:border-t-brand-600\/80:hover {
  border-top-color: rgb(5 84 152 / 0.8);
}

.hover\:border-t-brand-600\/90:hover {
  border-top-color: rgb(5 84 152 / 0.9);
}

.hover\:border-t-brand-600\/95:hover {
  border-top-color: rgb(5 84 152 / 0.95);
}

.hover\:border-t-brand-700:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(4 56 101 / var(--tw-border-opacity));
}

.hover\:border-t-brand-700\/0:hover {
  border-top-color: rgb(4 56 101 / 0);
}

.hover\:border-t-brand-700\/10:hover {
  border-top-color: rgb(4 56 101 / 0.1);
}

.hover\:border-t-brand-700\/100:hover {
  border-top-color: rgb(4 56 101 / 1);
}

.hover\:border-t-brand-700\/20:hover {
  border-top-color: rgb(4 56 101 / 0.2);
}

.hover\:border-t-brand-700\/25:hover {
  border-top-color: rgb(4 56 101 / 0.25);
}

.hover\:border-t-brand-700\/30:hover {
  border-top-color: rgb(4 56 101 / 0.3);
}

.hover\:border-t-brand-700\/40:hover {
  border-top-color: rgb(4 56 101 / 0.4);
}

.hover\:border-t-brand-700\/5:hover {
  border-top-color: rgb(4 56 101 / 0.05);
}

.hover\:border-t-brand-700\/50:hover {
  border-top-color: rgb(4 56 101 / 0.5);
}

.hover\:border-t-brand-700\/60:hover {
  border-top-color: rgb(4 56 101 / 0.6);
}

.hover\:border-t-brand-700\/70:hover {
  border-top-color: rgb(4 56 101 / 0.7);
}

.hover\:border-t-brand-700\/75:hover {
  border-top-color: rgb(4 56 101 / 0.75);
}

.hover\:border-t-brand-700\/80:hover {
  border-top-color: rgb(4 56 101 / 0.8);
}

.hover\:border-t-brand-700\/90:hover {
  border-top-color: rgb(4 56 101 / 0.9);
}

.hover\:border-t-brand-700\/95:hover {
  border-top-color: rgb(4 56 101 / 0.95);
}

.hover\:border-t-brand-800:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(3 42 76 / var(--tw-border-opacity));
}

.hover\:border-t-brand-800\/0:hover {
  border-top-color: rgb(3 42 76 / 0);
}

.hover\:border-t-brand-800\/10:hover {
  border-top-color: rgb(3 42 76 / 0.1);
}

.hover\:border-t-brand-800\/100:hover {
  border-top-color: rgb(3 42 76 / 1);
}

.hover\:border-t-brand-800\/20:hover {
  border-top-color: rgb(3 42 76 / 0.2);
}

.hover\:border-t-brand-800\/25:hover {
  border-top-color: rgb(3 42 76 / 0.25);
}

.hover\:border-t-brand-800\/30:hover {
  border-top-color: rgb(3 42 76 / 0.3);
}

.hover\:border-t-brand-800\/40:hover {
  border-top-color: rgb(3 42 76 / 0.4);
}

.hover\:border-t-brand-800\/5:hover {
  border-top-color: rgb(3 42 76 / 0.05);
}

.hover\:border-t-brand-800\/50:hover {
  border-top-color: rgb(3 42 76 / 0.5);
}

.hover\:border-t-brand-800\/60:hover {
  border-top-color: rgb(3 42 76 / 0.6);
}

.hover\:border-t-brand-800\/70:hover {
  border-top-color: rgb(3 42 76 / 0.7);
}

.hover\:border-t-brand-800\/75:hover {
  border-top-color: rgb(3 42 76 / 0.75);
}

.hover\:border-t-brand-800\/80:hover {
  border-top-color: rgb(3 42 76 / 0.8);
}

.hover\:border-t-brand-800\/90:hover {
  border-top-color: rgb(3 42 76 / 0.9);
}

.hover\:border-t-brand-800\/95:hover {
  border-top-color: rgb(3 42 76 / 0.95);
}

.hover\:border-t-brand-900:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(2 28 51 / var(--tw-border-opacity));
}

.hover\:border-t-brand-900\/0:hover {
  border-top-color: rgb(2 28 51 / 0);
}

.hover\:border-t-brand-900\/10:hover {
  border-top-color: rgb(2 28 51 / 0.1);
}

.hover\:border-t-brand-900\/100:hover {
  border-top-color: rgb(2 28 51 / 1);
}

.hover\:border-t-brand-900\/20:hover {
  border-top-color: rgb(2 28 51 / 0.2);
}

.hover\:border-t-brand-900\/25:hover {
  border-top-color: rgb(2 28 51 / 0.25);
}

.hover\:border-t-brand-900\/30:hover {
  border-top-color: rgb(2 28 51 / 0.3);
}

.hover\:border-t-brand-900\/40:hover {
  border-top-color: rgb(2 28 51 / 0.4);
}

.hover\:border-t-brand-900\/5:hover {
  border-top-color: rgb(2 28 51 / 0.05);
}

.hover\:border-t-brand-900\/50:hover {
  border-top-color: rgb(2 28 51 / 0.5);
}

.hover\:border-t-brand-900\/60:hover {
  border-top-color: rgb(2 28 51 / 0.6);
}

.hover\:border-t-brand-900\/70:hover {
  border-top-color: rgb(2 28 51 / 0.7);
}

.hover\:border-t-brand-900\/75:hover {
  border-top-color: rgb(2 28 51 / 0.75);
}

.hover\:border-t-brand-900\/80:hover {
  border-top-color: rgb(2 28 51 / 0.8);
}

.hover\:border-t-brand-900\/90:hover {
  border-top-color: rgb(2 28 51 / 0.9);
}

.hover\:border-t-brand-900\/95:hover {
  border-top-color: rgb(2 28 51 / 0.95);
}

.hover\:border-t-current:hover {
  border-top-color: currentColor;
}

.hover\:border-t-cyan-100:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(207 250 254 / var(--tw-border-opacity));
}

.hover\:border-t-cyan-100\/0:hover {
  border-top-color: rgb(207 250 254 / 0);
}

.hover\:border-t-cyan-100\/10:hover {
  border-top-color: rgb(207 250 254 / 0.1);
}

.hover\:border-t-cyan-100\/100:hover {
  border-top-color: rgb(207 250 254 / 1);
}

.hover\:border-t-cyan-100\/20:hover {
  border-top-color: rgb(207 250 254 / 0.2);
}

.hover\:border-t-cyan-100\/25:hover {
  border-top-color: rgb(207 250 254 / 0.25);
}

.hover\:border-t-cyan-100\/30:hover {
  border-top-color: rgb(207 250 254 / 0.3);
}

.hover\:border-t-cyan-100\/40:hover {
  border-top-color: rgb(207 250 254 / 0.4);
}

.hover\:border-t-cyan-100\/5:hover {
  border-top-color: rgb(207 250 254 / 0.05);
}

.hover\:border-t-cyan-100\/50:hover {
  border-top-color: rgb(207 250 254 / 0.5);
}

.hover\:border-t-cyan-100\/60:hover {
  border-top-color: rgb(207 250 254 / 0.6);
}

.hover\:border-t-cyan-100\/70:hover {
  border-top-color: rgb(207 250 254 / 0.7);
}

.hover\:border-t-cyan-100\/75:hover {
  border-top-color: rgb(207 250 254 / 0.75);
}

.hover\:border-t-cyan-100\/80:hover {
  border-top-color: rgb(207 250 254 / 0.8);
}

.hover\:border-t-cyan-100\/90:hover {
  border-top-color: rgb(207 250 254 / 0.9);
}

.hover\:border-t-cyan-100\/95:hover {
  border-top-color: rgb(207 250 254 / 0.95);
}

.hover\:border-t-cyan-200:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(165 243 252 / var(--tw-border-opacity));
}

.hover\:border-t-cyan-200\/0:hover {
  border-top-color: rgb(165 243 252 / 0);
}

.hover\:border-t-cyan-200\/10:hover {
  border-top-color: rgb(165 243 252 / 0.1);
}

.hover\:border-t-cyan-200\/100:hover {
  border-top-color: rgb(165 243 252 / 1);
}

.hover\:border-t-cyan-200\/20:hover {
  border-top-color: rgb(165 243 252 / 0.2);
}

.hover\:border-t-cyan-200\/25:hover {
  border-top-color: rgb(165 243 252 / 0.25);
}

.hover\:border-t-cyan-200\/30:hover {
  border-top-color: rgb(165 243 252 / 0.3);
}

.hover\:border-t-cyan-200\/40:hover {
  border-top-color: rgb(165 243 252 / 0.4);
}

.hover\:border-t-cyan-200\/5:hover {
  border-top-color: rgb(165 243 252 / 0.05);
}

.hover\:border-t-cyan-200\/50:hover {
  border-top-color: rgb(165 243 252 / 0.5);
}

.hover\:border-t-cyan-200\/60:hover {
  border-top-color: rgb(165 243 252 / 0.6);
}

.hover\:border-t-cyan-200\/70:hover {
  border-top-color: rgb(165 243 252 / 0.7);
}

.hover\:border-t-cyan-200\/75:hover {
  border-top-color: rgb(165 243 252 / 0.75);
}

.hover\:border-t-cyan-200\/80:hover {
  border-top-color: rgb(165 243 252 / 0.8);
}

.hover\:border-t-cyan-200\/90:hover {
  border-top-color: rgb(165 243 252 / 0.9);
}

.hover\:border-t-cyan-200\/95:hover {
  border-top-color: rgb(165 243 252 / 0.95);
}

.hover\:border-t-cyan-300:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(103 232 249 / var(--tw-border-opacity));
}

.hover\:border-t-cyan-300\/0:hover {
  border-top-color: rgb(103 232 249 / 0);
}

.hover\:border-t-cyan-300\/10:hover {
  border-top-color: rgb(103 232 249 / 0.1);
}

.hover\:border-t-cyan-300\/100:hover {
  border-top-color: rgb(103 232 249 / 1);
}

.hover\:border-t-cyan-300\/20:hover {
  border-top-color: rgb(103 232 249 / 0.2);
}

.hover\:border-t-cyan-300\/25:hover {
  border-top-color: rgb(103 232 249 / 0.25);
}

.hover\:border-t-cyan-300\/30:hover {
  border-top-color: rgb(103 232 249 / 0.3);
}

.hover\:border-t-cyan-300\/40:hover {
  border-top-color: rgb(103 232 249 / 0.4);
}

.hover\:border-t-cyan-300\/5:hover {
  border-top-color: rgb(103 232 249 / 0.05);
}

.hover\:border-t-cyan-300\/50:hover {
  border-top-color: rgb(103 232 249 / 0.5);
}

.hover\:border-t-cyan-300\/60:hover {
  border-top-color: rgb(103 232 249 / 0.6);
}

.hover\:border-t-cyan-300\/70:hover {
  border-top-color: rgb(103 232 249 / 0.7);
}

.hover\:border-t-cyan-300\/75:hover {
  border-top-color: rgb(103 232 249 / 0.75);
}

.hover\:border-t-cyan-300\/80:hover {
  border-top-color: rgb(103 232 249 / 0.8);
}

.hover\:border-t-cyan-300\/90:hover {
  border-top-color: rgb(103 232 249 / 0.9);
}

.hover\:border-t-cyan-300\/95:hover {
  border-top-color: rgb(103 232 249 / 0.95);
}

.hover\:border-t-cyan-400:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(34 211 238 / var(--tw-border-opacity));
}

.hover\:border-t-cyan-400\/0:hover {
  border-top-color: rgb(34 211 238 / 0);
}

.hover\:border-t-cyan-400\/10:hover {
  border-top-color: rgb(34 211 238 / 0.1);
}

.hover\:border-t-cyan-400\/100:hover {
  border-top-color: rgb(34 211 238 / 1);
}

.hover\:border-t-cyan-400\/20:hover {
  border-top-color: rgb(34 211 238 / 0.2);
}

.hover\:border-t-cyan-400\/25:hover {
  border-top-color: rgb(34 211 238 / 0.25);
}

.hover\:border-t-cyan-400\/30:hover {
  border-top-color: rgb(34 211 238 / 0.3);
}

.hover\:border-t-cyan-400\/40:hover {
  border-top-color: rgb(34 211 238 / 0.4);
}

.hover\:border-t-cyan-400\/5:hover {
  border-top-color: rgb(34 211 238 / 0.05);
}

.hover\:border-t-cyan-400\/50:hover {
  border-top-color: rgb(34 211 238 / 0.5);
}

.hover\:border-t-cyan-400\/60:hover {
  border-top-color: rgb(34 211 238 / 0.6);
}

.hover\:border-t-cyan-400\/70:hover {
  border-top-color: rgb(34 211 238 / 0.7);
}

.hover\:border-t-cyan-400\/75:hover {
  border-top-color: rgb(34 211 238 / 0.75);
}

.hover\:border-t-cyan-400\/80:hover {
  border-top-color: rgb(34 211 238 / 0.8);
}

.hover\:border-t-cyan-400\/90:hover {
  border-top-color: rgb(34 211 238 / 0.9);
}

.hover\:border-t-cyan-400\/95:hover {
  border-top-color: rgb(34 211 238 / 0.95);
}

.hover\:border-t-cyan-50:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(236 254 255 / var(--tw-border-opacity));
}

.hover\:border-t-cyan-50\/0:hover {
  border-top-color: rgb(236 254 255 / 0);
}

.hover\:border-t-cyan-50\/10:hover {
  border-top-color: rgb(236 254 255 / 0.1);
}

.hover\:border-t-cyan-50\/100:hover {
  border-top-color: rgb(236 254 255 / 1);
}

.hover\:border-t-cyan-50\/20:hover {
  border-top-color: rgb(236 254 255 / 0.2);
}

.hover\:border-t-cyan-50\/25:hover {
  border-top-color: rgb(236 254 255 / 0.25);
}

.hover\:border-t-cyan-50\/30:hover {
  border-top-color: rgb(236 254 255 / 0.3);
}

.hover\:border-t-cyan-50\/40:hover {
  border-top-color: rgb(236 254 255 / 0.4);
}

.hover\:border-t-cyan-50\/5:hover {
  border-top-color: rgb(236 254 255 / 0.05);
}

.hover\:border-t-cyan-50\/50:hover {
  border-top-color: rgb(236 254 255 / 0.5);
}

.hover\:border-t-cyan-50\/60:hover {
  border-top-color: rgb(236 254 255 / 0.6);
}

.hover\:border-t-cyan-50\/70:hover {
  border-top-color: rgb(236 254 255 / 0.7);
}

.hover\:border-t-cyan-50\/75:hover {
  border-top-color: rgb(236 254 255 / 0.75);
}

.hover\:border-t-cyan-50\/80:hover {
  border-top-color: rgb(236 254 255 / 0.8);
}

.hover\:border-t-cyan-50\/90:hover {
  border-top-color: rgb(236 254 255 / 0.9);
}

.hover\:border-t-cyan-50\/95:hover {
  border-top-color: rgb(236 254 255 / 0.95);
}

.hover\:border-t-cyan-500:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(6 182 212 / var(--tw-border-opacity));
}

.hover\:border-t-cyan-500\/0:hover {
  border-top-color: rgb(6 182 212 / 0);
}

.hover\:border-t-cyan-500\/10:hover {
  border-top-color: rgb(6 182 212 / 0.1);
}

.hover\:border-t-cyan-500\/100:hover {
  border-top-color: rgb(6 182 212 / 1);
}

.hover\:border-t-cyan-500\/20:hover {
  border-top-color: rgb(6 182 212 / 0.2);
}

.hover\:border-t-cyan-500\/25:hover {
  border-top-color: rgb(6 182 212 / 0.25);
}

.hover\:border-t-cyan-500\/30:hover {
  border-top-color: rgb(6 182 212 / 0.3);
}

.hover\:border-t-cyan-500\/40:hover {
  border-top-color: rgb(6 182 212 / 0.4);
}

.hover\:border-t-cyan-500\/5:hover {
  border-top-color: rgb(6 182 212 / 0.05);
}

.hover\:border-t-cyan-500\/50:hover {
  border-top-color: rgb(6 182 212 / 0.5);
}

.hover\:border-t-cyan-500\/60:hover {
  border-top-color: rgb(6 182 212 / 0.6);
}

.hover\:border-t-cyan-500\/70:hover {
  border-top-color: rgb(6 182 212 / 0.7);
}

.hover\:border-t-cyan-500\/75:hover {
  border-top-color: rgb(6 182 212 / 0.75);
}

.hover\:border-t-cyan-500\/80:hover {
  border-top-color: rgb(6 182 212 / 0.8);
}

.hover\:border-t-cyan-500\/90:hover {
  border-top-color: rgb(6 182 212 / 0.9);
}

.hover\:border-t-cyan-500\/95:hover {
  border-top-color: rgb(6 182 212 / 0.95);
}

.hover\:border-t-cyan-600:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(8 145 178 / var(--tw-border-opacity));
}

.hover\:border-t-cyan-600\/0:hover {
  border-top-color: rgb(8 145 178 / 0);
}

.hover\:border-t-cyan-600\/10:hover {
  border-top-color: rgb(8 145 178 / 0.1);
}

.hover\:border-t-cyan-600\/100:hover {
  border-top-color: rgb(8 145 178 / 1);
}

.hover\:border-t-cyan-600\/20:hover {
  border-top-color: rgb(8 145 178 / 0.2);
}

.hover\:border-t-cyan-600\/25:hover {
  border-top-color: rgb(8 145 178 / 0.25);
}

.hover\:border-t-cyan-600\/30:hover {
  border-top-color: rgb(8 145 178 / 0.3);
}

.hover\:border-t-cyan-600\/40:hover {
  border-top-color: rgb(8 145 178 / 0.4);
}

.hover\:border-t-cyan-600\/5:hover {
  border-top-color: rgb(8 145 178 / 0.05);
}

.hover\:border-t-cyan-600\/50:hover {
  border-top-color: rgb(8 145 178 / 0.5);
}

.hover\:border-t-cyan-600\/60:hover {
  border-top-color: rgb(8 145 178 / 0.6);
}

.hover\:border-t-cyan-600\/70:hover {
  border-top-color: rgb(8 145 178 / 0.7);
}

.hover\:border-t-cyan-600\/75:hover {
  border-top-color: rgb(8 145 178 / 0.75);
}

.hover\:border-t-cyan-600\/80:hover {
  border-top-color: rgb(8 145 178 / 0.8);
}

.hover\:border-t-cyan-600\/90:hover {
  border-top-color: rgb(8 145 178 / 0.9);
}

.hover\:border-t-cyan-600\/95:hover {
  border-top-color: rgb(8 145 178 / 0.95);
}

.hover\:border-t-cyan-700:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(14 116 144 / var(--tw-border-opacity));
}

.hover\:border-t-cyan-700\/0:hover {
  border-top-color: rgb(14 116 144 / 0);
}

.hover\:border-t-cyan-700\/10:hover {
  border-top-color: rgb(14 116 144 / 0.1);
}

.hover\:border-t-cyan-700\/100:hover {
  border-top-color: rgb(14 116 144 / 1);
}

.hover\:border-t-cyan-700\/20:hover {
  border-top-color: rgb(14 116 144 / 0.2);
}

.hover\:border-t-cyan-700\/25:hover {
  border-top-color: rgb(14 116 144 / 0.25);
}

.hover\:border-t-cyan-700\/30:hover {
  border-top-color: rgb(14 116 144 / 0.3);
}

.hover\:border-t-cyan-700\/40:hover {
  border-top-color: rgb(14 116 144 / 0.4);
}

.hover\:border-t-cyan-700\/5:hover {
  border-top-color: rgb(14 116 144 / 0.05);
}

.hover\:border-t-cyan-700\/50:hover {
  border-top-color: rgb(14 116 144 / 0.5);
}

.hover\:border-t-cyan-700\/60:hover {
  border-top-color: rgb(14 116 144 / 0.6);
}

.hover\:border-t-cyan-700\/70:hover {
  border-top-color: rgb(14 116 144 / 0.7);
}

.hover\:border-t-cyan-700\/75:hover {
  border-top-color: rgb(14 116 144 / 0.75);
}

.hover\:border-t-cyan-700\/80:hover {
  border-top-color: rgb(14 116 144 / 0.8);
}

.hover\:border-t-cyan-700\/90:hover {
  border-top-color: rgb(14 116 144 / 0.9);
}

.hover\:border-t-cyan-700\/95:hover {
  border-top-color: rgb(14 116 144 / 0.95);
}

.hover\:border-t-cyan-800:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(21 94 117 / var(--tw-border-opacity));
}

.hover\:border-t-cyan-800\/0:hover {
  border-top-color: rgb(21 94 117 / 0);
}

.hover\:border-t-cyan-800\/10:hover {
  border-top-color: rgb(21 94 117 / 0.1);
}

.hover\:border-t-cyan-800\/100:hover {
  border-top-color: rgb(21 94 117 / 1);
}

.hover\:border-t-cyan-800\/20:hover {
  border-top-color: rgb(21 94 117 / 0.2);
}

.hover\:border-t-cyan-800\/25:hover {
  border-top-color: rgb(21 94 117 / 0.25);
}

.hover\:border-t-cyan-800\/30:hover {
  border-top-color: rgb(21 94 117 / 0.3);
}

.hover\:border-t-cyan-800\/40:hover {
  border-top-color: rgb(21 94 117 / 0.4);
}

.hover\:border-t-cyan-800\/5:hover {
  border-top-color: rgb(21 94 117 / 0.05);
}

.hover\:border-t-cyan-800\/50:hover {
  border-top-color: rgb(21 94 117 / 0.5);
}

.hover\:border-t-cyan-800\/60:hover {
  border-top-color: rgb(21 94 117 / 0.6);
}

.hover\:border-t-cyan-800\/70:hover {
  border-top-color: rgb(21 94 117 / 0.7);
}

.hover\:border-t-cyan-800\/75:hover {
  border-top-color: rgb(21 94 117 / 0.75);
}

.hover\:border-t-cyan-800\/80:hover {
  border-top-color: rgb(21 94 117 / 0.8);
}

.hover\:border-t-cyan-800\/90:hover {
  border-top-color: rgb(21 94 117 / 0.9);
}

.hover\:border-t-cyan-800\/95:hover {
  border-top-color: rgb(21 94 117 / 0.95);
}

.hover\:border-t-cyan-900:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(22 78 99 / var(--tw-border-opacity));
}

.hover\:border-t-cyan-900\/0:hover {
  border-top-color: rgb(22 78 99 / 0);
}

.hover\:border-t-cyan-900\/10:hover {
  border-top-color: rgb(22 78 99 / 0.1);
}

.hover\:border-t-cyan-900\/100:hover {
  border-top-color: rgb(22 78 99 / 1);
}

.hover\:border-t-cyan-900\/20:hover {
  border-top-color: rgb(22 78 99 / 0.2);
}

.hover\:border-t-cyan-900\/25:hover {
  border-top-color: rgb(22 78 99 / 0.25);
}

.hover\:border-t-cyan-900\/30:hover {
  border-top-color: rgb(22 78 99 / 0.3);
}

.hover\:border-t-cyan-900\/40:hover {
  border-top-color: rgb(22 78 99 / 0.4);
}

.hover\:border-t-cyan-900\/5:hover {
  border-top-color: rgb(22 78 99 / 0.05);
}

.hover\:border-t-cyan-900\/50:hover {
  border-top-color: rgb(22 78 99 / 0.5);
}

.hover\:border-t-cyan-900\/60:hover {
  border-top-color: rgb(22 78 99 / 0.6);
}

.hover\:border-t-cyan-900\/70:hover {
  border-top-color: rgb(22 78 99 / 0.7);
}

.hover\:border-t-cyan-900\/75:hover {
  border-top-color: rgb(22 78 99 / 0.75);
}

.hover\:border-t-cyan-900\/80:hover {
  border-top-color: rgb(22 78 99 / 0.8);
}

.hover\:border-t-cyan-900\/90:hover {
  border-top-color: rgb(22 78 99 / 0.9);
}

.hover\:border-t-cyan-900\/95:hover {
  border-top-color: rgb(22 78 99 / 0.95);
}

.hover\:border-t-cyan-950:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(8 51 68 / var(--tw-border-opacity));
}

.hover\:border-t-cyan-950\/0:hover {
  border-top-color: rgb(8 51 68 / 0);
}

.hover\:border-t-cyan-950\/10:hover {
  border-top-color: rgb(8 51 68 / 0.1);
}

.hover\:border-t-cyan-950\/100:hover {
  border-top-color: rgb(8 51 68 / 1);
}

.hover\:border-t-cyan-950\/20:hover {
  border-top-color: rgb(8 51 68 / 0.2);
}

.hover\:border-t-cyan-950\/25:hover {
  border-top-color: rgb(8 51 68 / 0.25);
}

.hover\:border-t-cyan-950\/30:hover {
  border-top-color: rgb(8 51 68 / 0.3);
}

.hover\:border-t-cyan-950\/40:hover {
  border-top-color: rgb(8 51 68 / 0.4);
}

.hover\:border-t-cyan-950\/5:hover {
  border-top-color: rgb(8 51 68 / 0.05);
}

.hover\:border-t-cyan-950\/50:hover {
  border-top-color: rgb(8 51 68 / 0.5);
}

.hover\:border-t-cyan-950\/60:hover {
  border-top-color: rgb(8 51 68 / 0.6);
}

.hover\:border-t-cyan-950\/70:hover {
  border-top-color: rgb(8 51 68 / 0.7);
}

.hover\:border-t-cyan-950\/75:hover {
  border-top-color: rgb(8 51 68 / 0.75);
}

.hover\:border-t-cyan-950\/80:hover {
  border-top-color: rgb(8 51 68 / 0.8);
}

.hover\:border-t-cyan-950\/90:hover {
  border-top-color: rgb(8 51 68 / 0.9);
}

.hover\:border-t-cyan-950\/95:hover {
  border-top-color: rgb(8 51 68 / 0.95);
}

.hover\:border-t-emerald-100:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(209 250 229 / var(--tw-border-opacity));
}

.hover\:border-t-emerald-100\/0:hover {
  border-top-color: rgb(209 250 229 / 0);
}

.hover\:border-t-emerald-100\/10:hover {
  border-top-color: rgb(209 250 229 / 0.1);
}

.hover\:border-t-emerald-100\/100:hover {
  border-top-color: rgb(209 250 229 / 1);
}

.hover\:border-t-emerald-100\/20:hover {
  border-top-color: rgb(209 250 229 / 0.2);
}

.hover\:border-t-emerald-100\/25:hover {
  border-top-color: rgb(209 250 229 / 0.25);
}

.hover\:border-t-emerald-100\/30:hover {
  border-top-color: rgb(209 250 229 / 0.3);
}

.hover\:border-t-emerald-100\/40:hover {
  border-top-color: rgb(209 250 229 / 0.4);
}

.hover\:border-t-emerald-100\/5:hover {
  border-top-color: rgb(209 250 229 / 0.05);
}

.hover\:border-t-emerald-100\/50:hover {
  border-top-color: rgb(209 250 229 / 0.5);
}

.hover\:border-t-emerald-100\/60:hover {
  border-top-color: rgb(209 250 229 / 0.6);
}

.hover\:border-t-emerald-100\/70:hover {
  border-top-color: rgb(209 250 229 / 0.7);
}

.hover\:border-t-emerald-100\/75:hover {
  border-top-color: rgb(209 250 229 / 0.75);
}

.hover\:border-t-emerald-100\/80:hover {
  border-top-color: rgb(209 250 229 / 0.8);
}

.hover\:border-t-emerald-100\/90:hover {
  border-top-color: rgb(209 250 229 / 0.9);
}

.hover\:border-t-emerald-100\/95:hover {
  border-top-color: rgb(209 250 229 / 0.95);
}

.hover\:border-t-emerald-200:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(167 243 208 / var(--tw-border-opacity));
}

.hover\:border-t-emerald-200\/0:hover {
  border-top-color: rgb(167 243 208 / 0);
}

.hover\:border-t-emerald-200\/10:hover {
  border-top-color: rgb(167 243 208 / 0.1);
}

.hover\:border-t-emerald-200\/100:hover {
  border-top-color: rgb(167 243 208 / 1);
}

.hover\:border-t-emerald-200\/20:hover {
  border-top-color: rgb(167 243 208 / 0.2);
}

.hover\:border-t-emerald-200\/25:hover {
  border-top-color: rgb(167 243 208 / 0.25);
}

.hover\:border-t-emerald-200\/30:hover {
  border-top-color: rgb(167 243 208 / 0.3);
}

.hover\:border-t-emerald-200\/40:hover {
  border-top-color: rgb(167 243 208 / 0.4);
}

.hover\:border-t-emerald-200\/5:hover {
  border-top-color: rgb(167 243 208 / 0.05);
}

.hover\:border-t-emerald-200\/50:hover {
  border-top-color: rgb(167 243 208 / 0.5);
}

.hover\:border-t-emerald-200\/60:hover {
  border-top-color: rgb(167 243 208 / 0.6);
}

.hover\:border-t-emerald-200\/70:hover {
  border-top-color: rgb(167 243 208 / 0.7);
}

.hover\:border-t-emerald-200\/75:hover {
  border-top-color: rgb(167 243 208 / 0.75);
}

.hover\:border-t-emerald-200\/80:hover {
  border-top-color: rgb(167 243 208 / 0.8);
}

.hover\:border-t-emerald-200\/90:hover {
  border-top-color: rgb(167 243 208 / 0.9);
}

.hover\:border-t-emerald-200\/95:hover {
  border-top-color: rgb(167 243 208 / 0.95);
}

.hover\:border-t-emerald-300:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(110 231 183 / var(--tw-border-opacity));
}

.hover\:border-t-emerald-300\/0:hover {
  border-top-color: rgb(110 231 183 / 0);
}

.hover\:border-t-emerald-300\/10:hover {
  border-top-color: rgb(110 231 183 / 0.1);
}

.hover\:border-t-emerald-300\/100:hover {
  border-top-color: rgb(110 231 183 / 1);
}

.hover\:border-t-emerald-300\/20:hover {
  border-top-color: rgb(110 231 183 / 0.2);
}

.hover\:border-t-emerald-300\/25:hover {
  border-top-color: rgb(110 231 183 / 0.25);
}

.hover\:border-t-emerald-300\/30:hover {
  border-top-color: rgb(110 231 183 / 0.3);
}

.hover\:border-t-emerald-300\/40:hover {
  border-top-color: rgb(110 231 183 / 0.4);
}

.hover\:border-t-emerald-300\/5:hover {
  border-top-color: rgb(110 231 183 / 0.05);
}

.hover\:border-t-emerald-300\/50:hover {
  border-top-color: rgb(110 231 183 / 0.5);
}

.hover\:border-t-emerald-300\/60:hover {
  border-top-color: rgb(110 231 183 / 0.6);
}

.hover\:border-t-emerald-300\/70:hover {
  border-top-color: rgb(110 231 183 / 0.7);
}

.hover\:border-t-emerald-300\/75:hover {
  border-top-color: rgb(110 231 183 / 0.75);
}

.hover\:border-t-emerald-300\/80:hover {
  border-top-color: rgb(110 231 183 / 0.8);
}

.hover\:border-t-emerald-300\/90:hover {
  border-top-color: rgb(110 231 183 / 0.9);
}

.hover\:border-t-emerald-300\/95:hover {
  border-top-color: rgb(110 231 183 / 0.95);
}

.hover\:border-t-emerald-400:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.hover\:border-t-emerald-400\/0:hover {
  border-top-color: rgb(52 211 153 / 0);
}

.hover\:border-t-emerald-400\/10:hover {
  border-top-color: rgb(52 211 153 / 0.1);
}

.hover\:border-t-emerald-400\/100:hover {
  border-top-color: rgb(52 211 153 / 1);
}

.hover\:border-t-emerald-400\/20:hover {
  border-top-color: rgb(52 211 153 / 0.2);
}

.hover\:border-t-emerald-400\/25:hover {
  border-top-color: rgb(52 211 153 / 0.25);
}

.hover\:border-t-emerald-400\/30:hover {
  border-top-color: rgb(52 211 153 / 0.3);
}

.hover\:border-t-emerald-400\/40:hover {
  border-top-color: rgb(52 211 153 / 0.4);
}

.hover\:border-t-emerald-400\/5:hover {
  border-top-color: rgb(52 211 153 / 0.05);
}

.hover\:border-t-emerald-400\/50:hover {
  border-top-color: rgb(52 211 153 / 0.5);
}

.hover\:border-t-emerald-400\/60:hover {
  border-top-color: rgb(52 211 153 / 0.6);
}

.hover\:border-t-emerald-400\/70:hover {
  border-top-color: rgb(52 211 153 / 0.7);
}

.hover\:border-t-emerald-400\/75:hover {
  border-top-color: rgb(52 211 153 / 0.75);
}

.hover\:border-t-emerald-400\/80:hover {
  border-top-color: rgb(52 211 153 / 0.8);
}

.hover\:border-t-emerald-400\/90:hover {
  border-top-color: rgb(52 211 153 / 0.9);
}

.hover\:border-t-emerald-400\/95:hover {
  border-top-color: rgb(52 211 153 / 0.95);
}

.hover\:border-t-emerald-50:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(236 253 245 / var(--tw-border-opacity));
}

.hover\:border-t-emerald-50\/0:hover {
  border-top-color: rgb(236 253 245 / 0);
}

.hover\:border-t-emerald-50\/10:hover {
  border-top-color: rgb(236 253 245 / 0.1);
}

.hover\:border-t-emerald-50\/100:hover {
  border-top-color: rgb(236 253 245 / 1);
}

.hover\:border-t-emerald-50\/20:hover {
  border-top-color: rgb(236 253 245 / 0.2);
}

.hover\:border-t-emerald-50\/25:hover {
  border-top-color: rgb(236 253 245 / 0.25);
}

.hover\:border-t-emerald-50\/30:hover {
  border-top-color: rgb(236 253 245 / 0.3);
}

.hover\:border-t-emerald-50\/40:hover {
  border-top-color: rgb(236 253 245 / 0.4);
}

.hover\:border-t-emerald-50\/5:hover {
  border-top-color: rgb(236 253 245 / 0.05);
}

.hover\:border-t-emerald-50\/50:hover {
  border-top-color: rgb(236 253 245 / 0.5);
}

.hover\:border-t-emerald-50\/60:hover {
  border-top-color: rgb(236 253 245 / 0.6);
}

.hover\:border-t-emerald-50\/70:hover {
  border-top-color: rgb(236 253 245 / 0.7);
}

.hover\:border-t-emerald-50\/75:hover {
  border-top-color: rgb(236 253 245 / 0.75);
}

.hover\:border-t-emerald-50\/80:hover {
  border-top-color: rgb(236 253 245 / 0.8);
}

.hover\:border-t-emerald-50\/90:hover {
  border-top-color: rgb(236 253 245 / 0.9);
}

.hover\:border-t-emerald-50\/95:hover {
  border-top-color: rgb(236 253 245 / 0.95);
}

.hover\:border-t-emerald-500:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.hover\:border-t-emerald-500\/0:hover {
  border-top-color: rgb(16 185 129 / 0);
}

.hover\:border-t-emerald-500\/10:hover {
  border-top-color: rgb(16 185 129 / 0.1);
}

.hover\:border-t-emerald-500\/100:hover {
  border-top-color: rgb(16 185 129 / 1);
}

.hover\:border-t-emerald-500\/20:hover {
  border-top-color: rgb(16 185 129 / 0.2);
}

.hover\:border-t-emerald-500\/25:hover {
  border-top-color: rgb(16 185 129 / 0.25);
}

.hover\:border-t-emerald-500\/30:hover {
  border-top-color: rgb(16 185 129 / 0.3);
}

.hover\:border-t-emerald-500\/40:hover {
  border-top-color: rgb(16 185 129 / 0.4);
}

.hover\:border-t-emerald-500\/5:hover {
  border-top-color: rgb(16 185 129 / 0.05);
}

.hover\:border-t-emerald-500\/50:hover {
  border-top-color: rgb(16 185 129 / 0.5);
}

.hover\:border-t-emerald-500\/60:hover {
  border-top-color: rgb(16 185 129 / 0.6);
}

.hover\:border-t-emerald-500\/70:hover {
  border-top-color: rgb(16 185 129 / 0.7);
}

.hover\:border-t-emerald-500\/75:hover {
  border-top-color: rgb(16 185 129 / 0.75);
}

.hover\:border-t-emerald-500\/80:hover {
  border-top-color: rgb(16 185 129 / 0.8);
}

.hover\:border-t-emerald-500\/90:hover {
  border-top-color: rgb(16 185 129 / 0.9);
}

.hover\:border-t-emerald-500\/95:hover {
  border-top-color: rgb(16 185 129 / 0.95);
}

.hover\:border-t-emerald-600:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(5 150 105 / var(--tw-border-opacity));
}

.hover\:border-t-emerald-600\/0:hover {
  border-top-color: rgb(5 150 105 / 0);
}

.hover\:border-t-emerald-600\/10:hover {
  border-top-color: rgb(5 150 105 / 0.1);
}

.hover\:border-t-emerald-600\/100:hover {
  border-top-color: rgb(5 150 105 / 1);
}

.hover\:border-t-emerald-600\/20:hover {
  border-top-color: rgb(5 150 105 / 0.2);
}

.hover\:border-t-emerald-600\/25:hover {
  border-top-color: rgb(5 150 105 / 0.25);
}

.hover\:border-t-emerald-600\/30:hover {
  border-top-color: rgb(5 150 105 / 0.3);
}

.hover\:border-t-emerald-600\/40:hover {
  border-top-color: rgb(5 150 105 / 0.4);
}

.hover\:border-t-emerald-600\/5:hover {
  border-top-color: rgb(5 150 105 / 0.05);
}

.hover\:border-t-emerald-600\/50:hover {
  border-top-color: rgb(5 150 105 / 0.5);
}

.hover\:border-t-emerald-600\/60:hover {
  border-top-color: rgb(5 150 105 / 0.6);
}

.hover\:border-t-emerald-600\/70:hover {
  border-top-color: rgb(5 150 105 / 0.7);
}

.hover\:border-t-emerald-600\/75:hover {
  border-top-color: rgb(5 150 105 / 0.75);
}

.hover\:border-t-emerald-600\/80:hover {
  border-top-color: rgb(5 150 105 / 0.8);
}

.hover\:border-t-emerald-600\/90:hover {
  border-top-color: rgb(5 150 105 / 0.9);
}

.hover\:border-t-emerald-600\/95:hover {
  border-top-color: rgb(5 150 105 / 0.95);
}

.hover\:border-t-emerald-700:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(4 120 87 / var(--tw-border-opacity));
}

.hover\:border-t-emerald-700\/0:hover {
  border-top-color: rgb(4 120 87 / 0);
}

.hover\:border-t-emerald-700\/10:hover {
  border-top-color: rgb(4 120 87 / 0.1);
}

.hover\:border-t-emerald-700\/100:hover {
  border-top-color: rgb(4 120 87 / 1);
}

.hover\:border-t-emerald-700\/20:hover {
  border-top-color: rgb(4 120 87 / 0.2);
}

.hover\:border-t-emerald-700\/25:hover {
  border-top-color: rgb(4 120 87 / 0.25);
}

.hover\:border-t-emerald-700\/30:hover {
  border-top-color: rgb(4 120 87 / 0.3);
}

.hover\:border-t-emerald-700\/40:hover {
  border-top-color: rgb(4 120 87 / 0.4);
}

.hover\:border-t-emerald-700\/5:hover {
  border-top-color: rgb(4 120 87 / 0.05);
}

.hover\:border-t-emerald-700\/50:hover {
  border-top-color: rgb(4 120 87 / 0.5);
}

.hover\:border-t-emerald-700\/60:hover {
  border-top-color: rgb(4 120 87 / 0.6);
}

.hover\:border-t-emerald-700\/70:hover {
  border-top-color: rgb(4 120 87 / 0.7);
}

.hover\:border-t-emerald-700\/75:hover {
  border-top-color: rgb(4 120 87 / 0.75);
}

.hover\:border-t-emerald-700\/80:hover {
  border-top-color: rgb(4 120 87 / 0.8);
}

.hover\:border-t-emerald-700\/90:hover {
  border-top-color: rgb(4 120 87 / 0.9);
}

.hover\:border-t-emerald-700\/95:hover {
  border-top-color: rgb(4 120 87 / 0.95);
}

.hover\:border-t-emerald-800:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(6 95 70 / var(--tw-border-opacity));
}

.hover\:border-t-emerald-800\/0:hover {
  border-top-color: rgb(6 95 70 / 0);
}

.hover\:border-t-emerald-800\/10:hover {
  border-top-color: rgb(6 95 70 / 0.1);
}

.hover\:border-t-emerald-800\/100:hover {
  border-top-color: rgb(6 95 70 / 1);
}

.hover\:border-t-emerald-800\/20:hover {
  border-top-color: rgb(6 95 70 / 0.2);
}

.hover\:border-t-emerald-800\/25:hover {
  border-top-color: rgb(6 95 70 / 0.25);
}

.hover\:border-t-emerald-800\/30:hover {
  border-top-color: rgb(6 95 70 / 0.3);
}

.hover\:border-t-emerald-800\/40:hover {
  border-top-color: rgb(6 95 70 / 0.4);
}

.hover\:border-t-emerald-800\/5:hover {
  border-top-color: rgb(6 95 70 / 0.05);
}

.hover\:border-t-emerald-800\/50:hover {
  border-top-color: rgb(6 95 70 / 0.5);
}

.hover\:border-t-emerald-800\/60:hover {
  border-top-color: rgb(6 95 70 / 0.6);
}

.hover\:border-t-emerald-800\/70:hover {
  border-top-color: rgb(6 95 70 / 0.7);
}

.hover\:border-t-emerald-800\/75:hover {
  border-top-color: rgb(6 95 70 / 0.75);
}

.hover\:border-t-emerald-800\/80:hover {
  border-top-color: rgb(6 95 70 / 0.8);
}

.hover\:border-t-emerald-800\/90:hover {
  border-top-color: rgb(6 95 70 / 0.9);
}

.hover\:border-t-emerald-800\/95:hover {
  border-top-color: rgb(6 95 70 / 0.95);
}

.hover\:border-t-emerald-900:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(6 78 59 / var(--tw-border-opacity));
}

.hover\:border-t-emerald-900\/0:hover {
  border-top-color: rgb(6 78 59 / 0);
}

.hover\:border-t-emerald-900\/10:hover {
  border-top-color: rgb(6 78 59 / 0.1);
}

.hover\:border-t-emerald-900\/100:hover {
  border-top-color: rgb(6 78 59 / 1);
}

.hover\:border-t-emerald-900\/20:hover {
  border-top-color: rgb(6 78 59 / 0.2);
}

.hover\:border-t-emerald-900\/25:hover {
  border-top-color: rgb(6 78 59 / 0.25);
}

.hover\:border-t-emerald-900\/30:hover {
  border-top-color: rgb(6 78 59 / 0.3);
}

.hover\:border-t-emerald-900\/40:hover {
  border-top-color: rgb(6 78 59 / 0.4);
}

.hover\:border-t-emerald-900\/5:hover {
  border-top-color: rgb(6 78 59 / 0.05);
}

.hover\:border-t-emerald-900\/50:hover {
  border-top-color: rgb(6 78 59 / 0.5);
}

.hover\:border-t-emerald-900\/60:hover {
  border-top-color: rgb(6 78 59 / 0.6);
}

.hover\:border-t-emerald-900\/70:hover {
  border-top-color: rgb(6 78 59 / 0.7);
}

.hover\:border-t-emerald-900\/75:hover {
  border-top-color: rgb(6 78 59 / 0.75);
}

.hover\:border-t-emerald-900\/80:hover {
  border-top-color: rgb(6 78 59 / 0.8);
}

.hover\:border-t-emerald-900\/90:hover {
  border-top-color: rgb(6 78 59 / 0.9);
}

.hover\:border-t-emerald-900\/95:hover {
  border-top-color: rgb(6 78 59 / 0.95);
}

.hover\:border-t-emerald-950:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(2 44 34 / var(--tw-border-opacity));
}

.hover\:border-t-emerald-950\/0:hover {
  border-top-color: rgb(2 44 34 / 0);
}

.hover\:border-t-emerald-950\/10:hover {
  border-top-color: rgb(2 44 34 / 0.1);
}

.hover\:border-t-emerald-950\/100:hover {
  border-top-color: rgb(2 44 34 / 1);
}

.hover\:border-t-emerald-950\/20:hover {
  border-top-color: rgb(2 44 34 / 0.2);
}

.hover\:border-t-emerald-950\/25:hover {
  border-top-color: rgb(2 44 34 / 0.25);
}

.hover\:border-t-emerald-950\/30:hover {
  border-top-color: rgb(2 44 34 / 0.3);
}

.hover\:border-t-emerald-950\/40:hover {
  border-top-color: rgb(2 44 34 / 0.4);
}

.hover\:border-t-emerald-950\/5:hover {
  border-top-color: rgb(2 44 34 / 0.05);
}

.hover\:border-t-emerald-950\/50:hover {
  border-top-color: rgb(2 44 34 / 0.5);
}

.hover\:border-t-emerald-950\/60:hover {
  border-top-color: rgb(2 44 34 / 0.6);
}

.hover\:border-t-emerald-950\/70:hover {
  border-top-color: rgb(2 44 34 / 0.7);
}

.hover\:border-t-emerald-950\/75:hover {
  border-top-color: rgb(2 44 34 / 0.75);
}

.hover\:border-t-emerald-950\/80:hover {
  border-top-color: rgb(2 44 34 / 0.8);
}

.hover\:border-t-emerald-950\/90:hover {
  border-top-color: rgb(2 44 34 / 0.9);
}

.hover\:border-t-emerald-950\/95:hover {
  border-top-color: rgb(2 44 34 / 0.95);
}

.hover\:border-t-fuchsia-100:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 232 255 / var(--tw-border-opacity));
}

.hover\:border-t-fuchsia-100\/0:hover {
  border-top-color: rgb(250 232 255 / 0);
}

.hover\:border-t-fuchsia-100\/10:hover {
  border-top-color: rgb(250 232 255 / 0.1);
}

.hover\:border-t-fuchsia-100\/100:hover {
  border-top-color: rgb(250 232 255 / 1);
}

.hover\:border-t-fuchsia-100\/20:hover {
  border-top-color: rgb(250 232 255 / 0.2);
}

.hover\:border-t-fuchsia-100\/25:hover {
  border-top-color: rgb(250 232 255 / 0.25);
}

.hover\:border-t-fuchsia-100\/30:hover {
  border-top-color: rgb(250 232 255 / 0.3);
}

.hover\:border-t-fuchsia-100\/40:hover {
  border-top-color: rgb(250 232 255 / 0.4);
}

.hover\:border-t-fuchsia-100\/5:hover {
  border-top-color: rgb(250 232 255 / 0.05);
}

.hover\:border-t-fuchsia-100\/50:hover {
  border-top-color: rgb(250 232 255 / 0.5);
}

.hover\:border-t-fuchsia-100\/60:hover {
  border-top-color: rgb(250 232 255 / 0.6);
}

.hover\:border-t-fuchsia-100\/70:hover {
  border-top-color: rgb(250 232 255 / 0.7);
}

.hover\:border-t-fuchsia-100\/75:hover {
  border-top-color: rgb(250 232 255 / 0.75);
}

.hover\:border-t-fuchsia-100\/80:hover {
  border-top-color: rgb(250 232 255 / 0.8);
}

.hover\:border-t-fuchsia-100\/90:hover {
  border-top-color: rgb(250 232 255 / 0.9);
}

.hover\:border-t-fuchsia-100\/95:hover {
  border-top-color: rgb(250 232 255 / 0.95);
}

.hover\:border-t-fuchsia-200:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 208 254 / var(--tw-border-opacity));
}

.hover\:border-t-fuchsia-200\/0:hover {
  border-top-color: rgb(245 208 254 / 0);
}

.hover\:border-t-fuchsia-200\/10:hover {
  border-top-color: rgb(245 208 254 / 0.1);
}

.hover\:border-t-fuchsia-200\/100:hover {
  border-top-color: rgb(245 208 254 / 1);
}

.hover\:border-t-fuchsia-200\/20:hover {
  border-top-color: rgb(245 208 254 / 0.2);
}

.hover\:border-t-fuchsia-200\/25:hover {
  border-top-color: rgb(245 208 254 / 0.25);
}

.hover\:border-t-fuchsia-200\/30:hover {
  border-top-color: rgb(245 208 254 / 0.3);
}

.hover\:border-t-fuchsia-200\/40:hover {
  border-top-color: rgb(245 208 254 / 0.4);
}

.hover\:border-t-fuchsia-200\/5:hover {
  border-top-color: rgb(245 208 254 / 0.05);
}

.hover\:border-t-fuchsia-200\/50:hover {
  border-top-color: rgb(245 208 254 / 0.5);
}

.hover\:border-t-fuchsia-200\/60:hover {
  border-top-color: rgb(245 208 254 / 0.6);
}

.hover\:border-t-fuchsia-200\/70:hover {
  border-top-color: rgb(245 208 254 / 0.7);
}

.hover\:border-t-fuchsia-200\/75:hover {
  border-top-color: rgb(245 208 254 / 0.75);
}

.hover\:border-t-fuchsia-200\/80:hover {
  border-top-color: rgb(245 208 254 / 0.8);
}

.hover\:border-t-fuchsia-200\/90:hover {
  border-top-color: rgb(245 208 254 / 0.9);
}

.hover\:border-t-fuchsia-200\/95:hover {
  border-top-color: rgb(245 208 254 / 0.95);
}

.hover\:border-t-fuchsia-300:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(240 171 252 / var(--tw-border-opacity));
}

.hover\:border-t-fuchsia-300\/0:hover {
  border-top-color: rgb(240 171 252 / 0);
}

.hover\:border-t-fuchsia-300\/10:hover {
  border-top-color: rgb(240 171 252 / 0.1);
}

.hover\:border-t-fuchsia-300\/100:hover {
  border-top-color: rgb(240 171 252 / 1);
}

.hover\:border-t-fuchsia-300\/20:hover {
  border-top-color: rgb(240 171 252 / 0.2);
}

.hover\:border-t-fuchsia-300\/25:hover {
  border-top-color: rgb(240 171 252 / 0.25);
}

.hover\:border-t-fuchsia-300\/30:hover {
  border-top-color: rgb(240 171 252 / 0.3);
}

.hover\:border-t-fuchsia-300\/40:hover {
  border-top-color: rgb(240 171 252 / 0.4);
}

.hover\:border-t-fuchsia-300\/5:hover {
  border-top-color: rgb(240 171 252 / 0.05);
}

.hover\:border-t-fuchsia-300\/50:hover {
  border-top-color: rgb(240 171 252 / 0.5);
}

.hover\:border-t-fuchsia-300\/60:hover {
  border-top-color: rgb(240 171 252 / 0.6);
}

.hover\:border-t-fuchsia-300\/70:hover {
  border-top-color: rgb(240 171 252 / 0.7);
}

.hover\:border-t-fuchsia-300\/75:hover {
  border-top-color: rgb(240 171 252 / 0.75);
}

.hover\:border-t-fuchsia-300\/80:hover {
  border-top-color: rgb(240 171 252 / 0.8);
}

.hover\:border-t-fuchsia-300\/90:hover {
  border-top-color: rgb(240 171 252 / 0.9);
}

.hover\:border-t-fuchsia-300\/95:hover {
  border-top-color: rgb(240 171 252 / 0.95);
}

.hover\:border-t-fuchsia-400:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(232 121 249 / var(--tw-border-opacity));
}

.hover\:border-t-fuchsia-400\/0:hover {
  border-top-color: rgb(232 121 249 / 0);
}

.hover\:border-t-fuchsia-400\/10:hover {
  border-top-color: rgb(232 121 249 / 0.1);
}

.hover\:border-t-fuchsia-400\/100:hover {
  border-top-color: rgb(232 121 249 / 1);
}

.hover\:border-t-fuchsia-400\/20:hover {
  border-top-color: rgb(232 121 249 / 0.2);
}

.hover\:border-t-fuchsia-400\/25:hover {
  border-top-color: rgb(232 121 249 / 0.25);
}

.hover\:border-t-fuchsia-400\/30:hover {
  border-top-color: rgb(232 121 249 / 0.3);
}

.hover\:border-t-fuchsia-400\/40:hover {
  border-top-color: rgb(232 121 249 / 0.4);
}

.hover\:border-t-fuchsia-400\/5:hover {
  border-top-color: rgb(232 121 249 / 0.05);
}

.hover\:border-t-fuchsia-400\/50:hover {
  border-top-color: rgb(232 121 249 / 0.5);
}

.hover\:border-t-fuchsia-400\/60:hover {
  border-top-color: rgb(232 121 249 / 0.6);
}

.hover\:border-t-fuchsia-400\/70:hover {
  border-top-color: rgb(232 121 249 / 0.7);
}

.hover\:border-t-fuchsia-400\/75:hover {
  border-top-color: rgb(232 121 249 / 0.75);
}

.hover\:border-t-fuchsia-400\/80:hover {
  border-top-color: rgb(232 121 249 / 0.8);
}

.hover\:border-t-fuchsia-400\/90:hover {
  border-top-color: rgb(232 121 249 / 0.9);
}

.hover\:border-t-fuchsia-400\/95:hover {
  border-top-color: rgb(232 121 249 / 0.95);
}

.hover\:border-t-fuchsia-50:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 244 255 / var(--tw-border-opacity));
}

.hover\:border-t-fuchsia-50\/0:hover {
  border-top-color: rgb(253 244 255 / 0);
}

.hover\:border-t-fuchsia-50\/10:hover {
  border-top-color: rgb(253 244 255 / 0.1);
}

.hover\:border-t-fuchsia-50\/100:hover {
  border-top-color: rgb(253 244 255 / 1);
}

.hover\:border-t-fuchsia-50\/20:hover {
  border-top-color: rgb(253 244 255 / 0.2);
}

.hover\:border-t-fuchsia-50\/25:hover {
  border-top-color: rgb(253 244 255 / 0.25);
}

.hover\:border-t-fuchsia-50\/30:hover {
  border-top-color: rgb(253 244 255 / 0.3);
}

.hover\:border-t-fuchsia-50\/40:hover {
  border-top-color: rgb(253 244 255 / 0.4);
}

.hover\:border-t-fuchsia-50\/5:hover {
  border-top-color: rgb(253 244 255 / 0.05);
}

.hover\:border-t-fuchsia-50\/50:hover {
  border-top-color: rgb(253 244 255 / 0.5);
}

.hover\:border-t-fuchsia-50\/60:hover {
  border-top-color: rgb(253 244 255 / 0.6);
}

.hover\:border-t-fuchsia-50\/70:hover {
  border-top-color: rgb(253 244 255 / 0.7);
}

.hover\:border-t-fuchsia-50\/75:hover {
  border-top-color: rgb(253 244 255 / 0.75);
}

.hover\:border-t-fuchsia-50\/80:hover {
  border-top-color: rgb(253 244 255 / 0.8);
}

.hover\:border-t-fuchsia-50\/90:hover {
  border-top-color: rgb(253 244 255 / 0.9);
}

.hover\:border-t-fuchsia-50\/95:hover {
  border-top-color: rgb(253 244 255 / 0.95);
}

.hover\:border-t-fuchsia-500:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(217 70 239 / var(--tw-border-opacity));
}

.hover\:border-t-fuchsia-500\/0:hover {
  border-top-color: rgb(217 70 239 / 0);
}

.hover\:border-t-fuchsia-500\/10:hover {
  border-top-color: rgb(217 70 239 / 0.1);
}

.hover\:border-t-fuchsia-500\/100:hover {
  border-top-color: rgb(217 70 239 / 1);
}

.hover\:border-t-fuchsia-500\/20:hover {
  border-top-color: rgb(217 70 239 / 0.2);
}

.hover\:border-t-fuchsia-500\/25:hover {
  border-top-color: rgb(217 70 239 / 0.25);
}

.hover\:border-t-fuchsia-500\/30:hover {
  border-top-color: rgb(217 70 239 / 0.3);
}

.hover\:border-t-fuchsia-500\/40:hover {
  border-top-color: rgb(217 70 239 / 0.4);
}

.hover\:border-t-fuchsia-500\/5:hover {
  border-top-color: rgb(217 70 239 / 0.05);
}

.hover\:border-t-fuchsia-500\/50:hover {
  border-top-color: rgb(217 70 239 / 0.5);
}

.hover\:border-t-fuchsia-500\/60:hover {
  border-top-color: rgb(217 70 239 / 0.6);
}

.hover\:border-t-fuchsia-500\/70:hover {
  border-top-color: rgb(217 70 239 / 0.7);
}

.hover\:border-t-fuchsia-500\/75:hover {
  border-top-color: rgb(217 70 239 / 0.75);
}

.hover\:border-t-fuchsia-500\/80:hover {
  border-top-color: rgb(217 70 239 / 0.8);
}

.hover\:border-t-fuchsia-500\/90:hover {
  border-top-color: rgb(217 70 239 / 0.9);
}

.hover\:border-t-fuchsia-500\/95:hover {
  border-top-color: rgb(217 70 239 / 0.95);
}

.hover\:border-t-fuchsia-600:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(192 38 211 / var(--tw-border-opacity));
}

.hover\:border-t-fuchsia-600\/0:hover {
  border-top-color: rgb(192 38 211 / 0);
}

.hover\:border-t-fuchsia-600\/10:hover {
  border-top-color: rgb(192 38 211 / 0.1);
}

.hover\:border-t-fuchsia-600\/100:hover {
  border-top-color: rgb(192 38 211 / 1);
}

.hover\:border-t-fuchsia-600\/20:hover {
  border-top-color: rgb(192 38 211 / 0.2);
}

.hover\:border-t-fuchsia-600\/25:hover {
  border-top-color: rgb(192 38 211 / 0.25);
}

.hover\:border-t-fuchsia-600\/30:hover {
  border-top-color: rgb(192 38 211 / 0.3);
}

.hover\:border-t-fuchsia-600\/40:hover {
  border-top-color: rgb(192 38 211 / 0.4);
}

.hover\:border-t-fuchsia-600\/5:hover {
  border-top-color: rgb(192 38 211 / 0.05);
}

.hover\:border-t-fuchsia-600\/50:hover {
  border-top-color: rgb(192 38 211 / 0.5);
}

.hover\:border-t-fuchsia-600\/60:hover {
  border-top-color: rgb(192 38 211 / 0.6);
}

.hover\:border-t-fuchsia-600\/70:hover {
  border-top-color: rgb(192 38 211 / 0.7);
}

.hover\:border-t-fuchsia-600\/75:hover {
  border-top-color: rgb(192 38 211 / 0.75);
}

.hover\:border-t-fuchsia-600\/80:hover {
  border-top-color: rgb(192 38 211 / 0.8);
}

.hover\:border-t-fuchsia-600\/90:hover {
  border-top-color: rgb(192 38 211 / 0.9);
}

.hover\:border-t-fuchsia-600\/95:hover {
  border-top-color: rgb(192 38 211 / 0.95);
}

.hover\:border-t-fuchsia-700:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(162 28 175 / var(--tw-border-opacity));
}

.hover\:border-t-fuchsia-700\/0:hover {
  border-top-color: rgb(162 28 175 / 0);
}

.hover\:border-t-fuchsia-700\/10:hover {
  border-top-color: rgb(162 28 175 / 0.1);
}

.hover\:border-t-fuchsia-700\/100:hover {
  border-top-color: rgb(162 28 175 / 1);
}

.hover\:border-t-fuchsia-700\/20:hover {
  border-top-color: rgb(162 28 175 / 0.2);
}

.hover\:border-t-fuchsia-700\/25:hover {
  border-top-color: rgb(162 28 175 / 0.25);
}

.hover\:border-t-fuchsia-700\/30:hover {
  border-top-color: rgb(162 28 175 / 0.3);
}

.hover\:border-t-fuchsia-700\/40:hover {
  border-top-color: rgb(162 28 175 / 0.4);
}

.hover\:border-t-fuchsia-700\/5:hover {
  border-top-color: rgb(162 28 175 / 0.05);
}

.hover\:border-t-fuchsia-700\/50:hover {
  border-top-color: rgb(162 28 175 / 0.5);
}

.hover\:border-t-fuchsia-700\/60:hover {
  border-top-color: rgb(162 28 175 / 0.6);
}

.hover\:border-t-fuchsia-700\/70:hover {
  border-top-color: rgb(162 28 175 / 0.7);
}

.hover\:border-t-fuchsia-700\/75:hover {
  border-top-color: rgb(162 28 175 / 0.75);
}

.hover\:border-t-fuchsia-700\/80:hover {
  border-top-color: rgb(162 28 175 / 0.8);
}

.hover\:border-t-fuchsia-700\/90:hover {
  border-top-color: rgb(162 28 175 / 0.9);
}

.hover\:border-t-fuchsia-700\/95:hover {
  border-top-color: rgb(162 28 175 / 0.95);
}

.hover\:border-t-fuchsia-800:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(134 25 143 / var(--tw-border-opacity));
}

.hover\:border-t-fuchsia-800\/0:hover {
  border-top-color: rgb(134 25 143 / 0);
}

.hover\:border-t-fuchsia-800\/10:hover {
  border-top-color: rgb(134 25 143 / 0.1);
}

.hover\:border-t-fuchsia-800\/100:hover {
  border-top-color: rgb(134 25 143 / 1);
}

.hover\:border-t-fuchsia-800\/20:hover {
  border-top-color: rgb(134 25 143 / 0.2);
}

.hover\:border-t-fuchsia-800\/25:hover {
  border-top-color: rgb(134 25 143 / 0.25);
}

.hover\:border-t-fuchsia-800\/30:hover {
  border-top-color: rgb(134 25 143 / 0.3);
}

.hover\:border-t-fuchsia-800\/40:hover {
  border-top-color: rgb(134 25 143 / 0.4);
}

.hover\:border-t-fuchsia-800\/5:hover {
  border-top-color: rgb(134 25 143 / 0.05);
}

.hover\:border-t-fuchsia-800\/50:hover {
  border-top-color: rgb(134 25 143 / 0.5);
}

.hover\:border-t-fuchsia-800\/60:hover {
  border-top-color: rgb(134 25 143 / 0.6);
}

.hover\:border-t-fuchsia-800\/70:hover {
  border-top-color: rgb(134 25 143 / 0.7);
}

.hover\:border-t-fuchsia-800\/75:hover {
  border-top-color: rgb(134 25 143 / 0.75);
}

.hover\:border-t-fuchsia-800\/80:hover {
  border-top-color: rgb(134 25 143 / 0.8);
}

.hover\:border-t-fuchsia-800\/90:hover {
  border-top-color: rgb(134 25 143 / 0.9);
}

.hover\:border-t-fuchsia-800\/95:hover {
  border-top-color: rgb(134 25 143 / 0.95);
}

.hover\:border-t-fuchsia-900:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(112 26 117 / var(--tw-border-opacity));
}

.hover\:border-t-fuchsia-900\/0:hover {
  border-top-color: rgb(112 26 117 / 0);
}

.hover\:border-t-fuchsia-900\/10:hover {
  border-top-color: rgb(112 26 117 / 0.1);
}

.hover\:border-t-fuchsia-900\/100:hover {
  border-top-color: rgb(112 26 117 / 1);
}

.hover\:border-t-fuchsia-900\/20:hover {
  border-top-color: rgb(112 26 117 / 0.2);
}

.hover\:border-t-fuchsia-900\/25:hover {
  border-top-color: rgb(112 26 117 / 0.25);
}

.hover\:border-t-fuchsia-900\/30:hover {
  border-top-color: rgb(112 26 117 / 0.3);
}

.hover\:border-t-fuchsia-900\/40:hover {
  border-top-color: rgb(112 26 117 / 0.4);
}

.hover\:border-t-fuchsia-900\/5:hover {
  border-top-color: rgb(112 26 117 / 0.05);
}

.hover\:border-t-fuchsia-900\/50:hover {
  border-top-color: rgb(112 26 117 / 0.5);
}

.hover\:border-t-fuchsia-900\/60:hover {
  border-top-color: rgb(112 26 117 / 0.6);
}

.hover\:border-t-fuchsia-900\/70:hover {
  border-top-color: rgb(112 26 117 / 0.7);
}

.hover\:border-t-fuchsia-900\/75:hover {
  border-top-color: rgb(112 26 117 / 0.75);
}

.hover\:border-t-fuchsia-900\/80:hover {
  border-top-color: rgb(112 26 117 / 0.8);
}

.hover\:border-t-fuchsia-900\/90:hover {
  border-top-color: rgb(112 26 117 / 0.9);
}

.hover\:border-t-fuchsia-900\/95:hover {
  border-top-color: rgb(112 26 117 / 0.95);
}

.hover\:border-t-fuchsia-950:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(74 4 78 / var(--tw-border-opacity));
}

.hover\:border-t-fuchsia-950\/0:hover {
  border-top-color: rgb(74 4 78 / 0);
}

.hover\:border-t-fuchsia-950\/10:hover {
  border-top-color: rgb(74 4 78 / 0.1);
}

.hover\:border-t-fuchsia-950\/100:hover {
  border-top-color: rgb(74 4 78 / 1);
}

.hover\:border-t-fuchsia-950\/20:hover {
  border-top-color: rgb(74 4 78 / 0.2);
}

.hover\:border-t-fuchsia-950\/25:hover {
  border-top-color: rgb(74 4 78 / 0.25);
}

.hover\:border-t-fuchsia-950\/30:hover {
  border-top-color: rgb(74 4 78 / 0.3);
}

.hover\:border-t-fuchsia-950\/40:hover {
  border-top-color: rgb(74 4 78 / 0.4);
}

.hover\:border-t-fuchsia-950\/5:hover {
  border-top-color: rgb(74 4 78 / 0.05);
}

.hover\:border-t-fuchsia-950\/50:hover {
  border-top-color: rgb(74 4 78 / 0.5);
}

.hover\:border-t-fuchsia-950\/60:hover {
  border-top-color: rgb(74 4 78 / 0.6);
}

.hover\:border-t-fuchsia-950\/70:hover {
  border-top-color: rgb(74 4 78 / 0.7);
}

.hover\:border-t-fuchsia-950\/75:hover {
  border-top-color: rgb(74 4 78 / 0.75);
}

.hover\:border-t-fuchsia-950\/80:hover {
  border-top-color: rgb(74 4 78 / 0.8);
}

.hover\:border-t-fuchsia-950\/90:hover {
  border-top-color: rgb(74 4 78 / 0.9);
}

.hover\:border-t-fuchsia-950\/95:hover {
  border-top-color: rgb(74 4 78 / 0.95);
}

.hover\:border-t-gray-100:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.hover\:border-t-gray-100\/0:hover {
  border-top-color: rgb(243 244 246 / 0);
}

.hover\:border-t-gray-100\/10:hover {
  border-top-color: rgb(243 244 246 / 0.1);
}

.hover\:border-t-gray-100\/100:hover {
  border-top-color: rgb(243 244 246 / 1);
}

.hover\:border-t-gray-100\/20:hover {
  border-top-color: rgb(243 244 246 / 0.2);
}

.hover\:border-t-gray-100\/25:hover {
  border-top-color: rgb(243 244 246 / 0.25);
}

.hover\:border-t-gray-100\/30:hover {
  border-top-color: rgb(243 244 246 / 0.3);
}

.hover\:border-t-gray-100\/40:hover {
  border-top-color: rgb(243 244 246 / 0.4);
}

.hover\:border-t-gray-100\/5:hover {
  border-top-color: rgb(243 244 246 / 0.05);
}

.hover\:border-t-gray-100\/50:hover {
  border-top-color: rgb(243 244 246 / 0.5);
}

.hover\:border-t-gray-100\/60:hover {
  border-top-color: rgb(243 244 246 / 0.6);
}

.hover\:border-t-gray-100\/70:hover {
  border-top-color: rgb(243 244 246 / 0.7);
}

.hover\:border-t-gray-100\/75:hover {
  border-top-color: rgb(243 244 246 / 0.75);
}

.hover\:border-t-gray-100\/80:hover {
  border-top-color: rgb(243 244 246 / 0.8);
}

.hover\:border-t-gray-100\/90:hover {
  border-top-color: rgb(243 244 246 / 0.9);
}

.hover\:border-t-gray-100\/95:hover {
  border-top-color: rgb(243 244 246 / 0.95);
}

.hover\:border-t-gray-200:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.hover\:border-t-gray-200\/0:hover {
  border-top-color: rgb(229 231 235 / 0);
}

.hover\:border-t-gray-200\/10:hover {
  border-top-color: rgb(229 231 235 / 0.1);
}

.hover\:border-t-gray-200\/100:hover {
  border-top-color: rgb(229 231 235 / 1);
}

.hover\:border-t-gray-200\/20:hover {
  border-top-color: rgb(229 231 235 / 0.2);
}

.hover\:border-t-gray-200\/25:hover {
  border-top-color: rgb(229 231 235 / 0.25);
}

.hover\:border-t-gray-200\/30:hover {
  border-top-color: rgb(229 231 235 / 0.3);
}

.hover\:border-t-gray-200\/40:hover {
  border-top-color: rgb(229 231 235 / 0.4);
}

.hover\:border-t-gray-200\/5:hover {
  border-top-color: rgb(229 231 235 / 0.05);
}

.hover\:border-t-gray-200\/50:hover {
  border-top-color: rgb(229 231 235 / 0.5);
}

.hover\:border-t-gray-200\/60:hover {
  border-top-color: rgb(229 231 235 / 0.6);
}

.hover\:border-t-gray-200\/70:hover {
  border-top-color: rgb(229 231 235 / 0.7);
}

.hover\:border-t-gray-200\/75:hover {
  border-top-color: rgb(229 231 235 / 0.75);
}

.hover\:border-t-gray-200\/80:hover {
  border-top-color: rgb(229 231 235 / 0.8);
}

.hover\:border-t-gray-200\/90:hover {
  border-top-color: rgb(229 231 235 / 0.9);
}

.hover\:border-t-gray-200\/95:hover {
  border-top-color: rgb(229 231 235 / 0.95);
}

.hover\:border-t-gray-300:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.hover\:border-t-gray-300\/0:hover {
  border-top-color: rgb(209 213 219 / 0);
}

.hover\:border-t-gray-300\/10:hover {
  border-top-color: rgb(209 213 219 / 0.1);
}

.hover\:border-t-gray-300\/100:hover {
  border-top-color: rgb(209 213 219 / 1);
}

.hover\:border-t-gray-300\/20:hover {
  border-top-color: rgb(209 213 219 / 0.2);
}

.hover\:border-t-gray-300\/25:hover {
  border-top-color: rgb(209 213 219 / 0.25);
}

.hover\:border-t-gray-300\/30:hover {
  border-top-color: rgb(209 213 219 / 0.3);
}

.hover\:border-t-gray-300\/40:hover {
  border-top-color: rgb(209 213 219 / 0.4);
}

.hover\:border-t-gray-300\/5:hover {
  border-top-color: rgb(209 213 219 / 0.05);
}

.hover\:border-t-gray-300\/50:hover {
  border-top-color: rgb(209 213 219 / 0.5);
}

.hover\:border-t-gray-300\/60:hover {
  border-top-color: rgb(209 213 219 / 0.6);
}

.hover\:border-t-gray-300\/70:hover {
  border-top-color: rgb(209 213 219 / 0.7);
}

.hover\:border-t-gray-300\/75:hover {
  border-top-color: rgb(209 213 219 / 0.75);
}

.hover\:border-t-gray-300\/80:hover {
  border-top-color: rgb(209 213 219 / 0.8);
}

.hover\:border-t-gray-300\/90:hover {
  border-top-color: rgb(209 213 219 / 0.9);
}

.hover\:border-t-gray-300\/95:hover {
  border-top-color: rgb(209 213 219 / 0.95);
}

.hover\:border-t-gray-400:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.hover\:border-t-gray-400\/0:hover {
  border-top-color: rgb(156 163 175 / 0);
}

.hover\:border-t-gray-400\/10:hover {
  border-top-color: rgb(156 163 175 / 0.1);
}

.hover\:border-t-gray-400\/100:hover {
  border-top-color: rgb(156 163 175 / 1);
}

.hover\:border-t-gray-400\/20:hover {
  border-top-color: rgb(156 163 175 / 0.2);
}

.hover\:border-t-gray-400\/25:hover {
  border-top-color: rgb(156 163 175 / 0.25);
}

.hover\:border-t-gray-400\/30:hover {
  border-top-color: rgb(156 163 175 / 0.3);
}

.hover\:border-t-gray-400\/40:hover {
  border-top-color: rgb(156 163 175 / 0.4);
}

.hover\:border-t-gray-400\/5:hover {
  border-top-color: rgb(156 163 175 / 0.05);
}

.hover\:border-t-gray-400\/50:hover {
  border-top-color: rgb(156 163 175 / 0.5);
}

.hover\:border-t-gray-400\/60:hover {
  border-top-color: rgb(156 163 175 / 0.6);
}

.hover\:border-t-gray-400\/70:hover {
  border-top-color: rgb(156 163 175 / 0.7);
}

.hover\:border-t-gray-400\/75:hover {
  border-top-color: rgb(156 163 175 / 0.75);
}

.hover\:border-t-gray-400\/80:hover {
  border-top-color: rgb(156 163 175 / 0.8);
}

.hover\:border-t-gray-400\/90:hover {
  border-top-color: rgb(156 163 175 / 0.9);
}

.hover\:border-t-gray-400\/95:hover {
  border-top-color: rgb(156 163 175 / 0.95);
}

.hover\:border-t-gray-50:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.hover\:border-t-gray-50\/0:hover {
  border-top-color: rgb(249 250 251 / 0);
}

.hover\:border-t-gray-50\/10:hover {
  border-top-color: rgb(249 250 251 / 0.1);
}

.hover\:border-t-gray-50\/100:hover {
  border-top-color: rgb(249 250 251 / 1);
}

.hover\:border-t-gray-50\/20:hover {
  border-top-color: rgb(249 250 251 / 0.2);
}

.hover\:border-t-gray-50\/25:hover {
  border-top-color: rgb(249 250 251 / 0.25);
}

.hover\:border-t-gray-50\/30:hover {
  border-top-color: rgb(249 250 251 / 0.3);
}

.hover\:border-t-gray-50\/40:hover {
  border-top-color: rgb(249 250 251 / 0.4);
}

.hover\:border-t-gray-50\/5:hover {
  border-top-color: rgb(249 250 251 / 0.05);
}

.hover\:border-t-gray-50\/50:hover {
  border-top-color: rgb(249 250 251 / 0.5);
}

.hover\:border-t-gray-50\/60:hover {
  border-top-color: rgb(249 250 251 / 0.6);
}

.hover\:border-t-gray-50\/70:hover {
  border-top-color: rgb(249 250 251 / 0.7);
}

.hover\:border-t-gray-50\/75:hover {
  border-top-color: rgb(249 250 251 / 0.75);
}

.hover\:border-t-gray-50\/80:hover {
  border-top-color: rgb(249 250 251 / 0.8);
}

.hover\:border-t-gray-50\/90:hover {
  border-top-color: rgb(249 250 251 / 0.9);
}

.hover\:border-t-gray-50\/95:hover {
  border-top-color: rgb(249 250 251 / 0.95);
}

.hover\:border-t-gray-500:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.hover\:border-t-gray-500\/0:hover {
  border-top-color: rgb(107 114 128 / 0);
}

.hover\:border-t-gray-500\/10:hover {
  border-top-color: rgb(107 114 128 / 0.1);
}

.hover\:border-t-gray-500\/100:hover {
  border-top-color: rgb(107 114 128 / 1);
}

.hover\:border-t-gray-500\/20:hover {
  border-top-color: rgb(107 114 128 / 0.2);
}

.hover\:border-t-gray-500\/25:hover {
  border-top-color: rgb(107 114 128 / 0.25);
}

.hover\:border-t-gray-500\/30:hover {
  border-top-color: rgb(107 114 128 / 0.3);
}

.hover\:border-t-gray-500\/40:hover {
  border-top-color: rgb(107 114 128 / 0.4);
}

.hover\:border-t-gray-500\/5:hover {
  border-top-color: rgb(107 114 128 / 0.05);
}

.hover\:border-t-gray-500\/50:hover {
  border-top-color: rgb(107 114 128 / 0.5);
}

.hover\:border-t-gray-500\/60:hover {
  border-top-color: rgb(107 114 128 / 0.6);
}

.hover\:border-t-gray-500\/70:hover {
  border-top-color: rgb(107 114 128 / 0.7);
}

.hover\:border-t-gray-500\/75:hover {
  border-top-color: rgb(107 114 128 / 0.75);
}

.hover\:border-t-gray-500\/80:hover {
  border-top-color: rgb(107 114 128 / 0.8);
}

.hover\:border-t-gray-500\/90:hover {
  border-top-color: rgb(107 114 128 / 0.9);
}

.hover\:border-t-gray-500\/95:hover {
  border-top-color: rgb(107 114 128 / 0.95);
}

.hover\:border-t-gray-600:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.hover\:border-t-gray-600\/0:hover {
  border-top-color: rgb(75 85 99 / 0);
}

.hover\:border-t-gray-600\/10:hover {
  border-top-color: rgb(75 85 99 / 0.1);
}

.hover\:border-t-gray-600\/100:hover {
  border-top-color: rgb(75 85 99 / 1);
}

.hover\:border-t-gray-600\/20:hover {
  border-top-color: rgb(75 85 99 / 0.2);
}

.hover\:border-t-gray-600\/25:hover {
  border-top-color: rgb(75 85 99 / 0.25);
}

.hover\:border-t-gray-600\/30:hover {
  border-top-color: rgb(75 85 99 / 0.3);
}

.hover\:border-t-gray-600\/40:hover {
  border-top-color: rgb(75 85 99 / 0.4);
}

.hover\:border-t-gray-600\/5:hover {
  border-top-color: rgb(75 85 99 / 0.05);
}

.hover\:border-t-gray-600\/50:hover {
  border-top-color: rgb(75 85 99 / 0.5);
}

.hover\:border-t-gray-600\/60:hover {
  border-top-color: rgb(75 85 99 / 0.6);
}

.hover\:border-t-gray-600\/70:hover {
  border-top-color: rgb(75 85 99 / 0.7);
}

.hover\:border-t-gray-600\/75:hover {
  border-top-color: rgb(75 85 99 / 0.75);
}

.hover\:border-t-gray-600\/80:hover {
  border-top-color: rgb(75 85 99 / 0.8);
}

.hover\:border-t-gray-600\/90:hover {
  border-top-color: rgb(75 85 99 / 0.9);
}

.hover\:border-t-gray-600\/95:hover {
  border-top-color: rgb(75 85 99 / 0.95);
}

.hover\:border-t-gray-700:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.hover\:border-t-gray-700\/0:hover {
  border-top-color: rgb(55 65 81 / 0);
}

.hover\:border-t-gray-700\/10:hover {
  border-top-color: rgb(55 65 81 / 0.1);
}

.hover\:border-t-gray-700\/100:hover {
  border-top-color: rgb(55 65 81 / 1);
}

.hover\:border-t-gray-700\/20:hover {
  border-top-color: rgb(55 65 81 / 0.2);
}

.hover\:border-t-gray-700\/25:hover {
  border-top-color: rgb(55 65 81 / 0.25);
}

.hover\:border-t-gray-700\/30:hover {
  border-top-color: rgb(55 65 81 / 0.3);
}

.hover\:border-t-gray-700\/40:hover {
  border-top-color: rgb(55 65 81 / 0.4);
}

.hover\:border-t-gray-700\/5:hover {
  border-top-color: rgb(55 65 81 / 0.05);
}

.hover\:border-t-gray-700\/50:hover {
  border-top-color: rgb(55 65 81 / 0.5);
}

.hover\:border-t-gray-700\/60:hover {
  border-top-color: rgb(55 65 81 / 0.6);
}

.hover\:border-t-gray-700\/70:hover {
  border-top-color: rgb(55 65 81 / 0.7);
}

.hover\:border-t-gray-700\/75:hover {
  border-top-color: rgb(55 65 81 / 0.75);
}

.hover\:border-t-gray-700\/80:hover {
  border-top-color: rgb(55 65 81 / 0.8);
}

.hover\:border-t-gray-700\/90:hover {
  border-top-color: rgb(55 65 81 / 0.9);
}

.hover\:border-t-gray-700\/95:hover {
  border-top-color: rgb(55 65 81 / 0.95);
}

.hover\:border-t-gray-800:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.hover\:border-t-gray-800\/0:hover {
  border-top-color: rgb(31 41 55 / 0);
}

.hover\:border-t-gray-800\/10:hover {
  border-top-color: rgb(31 41 55 / 0.1);
}

.hover\:border-t-gray-800\/100:hover {
  border-top-color: rgb(31 41 55 / 1);
}

.hover\:border-t-gray-800\/20:hover {
  border-top-color: rgb(31 41 55 / 0.2);
}

.hover\:border-t-gray-800\/25:hover {
  border-top-color: rgb(31 41 55 / 0.25);
}

.hover\:border-t-gray-800\/30:hover {
  border-top-color: rgb(31 41 55 / 0.3);
}

.hover\:border-t-gray-800\/40:hover {
  border-top-color: rgb(31 41 55 / 0.4);
}

.hover\:border-t-gray-800\/5:hover {
  border-top-color: rgb(31 41 55 / 0.05);
}

.hover\:border-t-gray-800\/50:hover {
  border-top-color: rgb(31 41 55 / 0.5);
}

.hover\:border-t-gray-800\/60:hover {
  border-top-color: rgb(31 41 55 / 0.6);
}

.hover\:border-t-gray-800\/70:hover {
  border-top-color: rgb(31 41 55 / 0.7);
}

.hover\:border-t-gray-800\/75:hover {
  border-top-color: rgb(31 41 55 / 0.75);
}

.hover\:border-t-gray-800\/80:hover {
  border-top-color: rgb(31 41 55 / 0.8);
}

.hover\:border-t-gray-800\/90:hover {
  border-top-color: rgb(31 41 55 / 0.9);
}

.hover\:border-t-gray-800\/95:hover {
  border-top-color: rgb(31 41 55 / 0.95);
}

.hover\:border-t-gray-900:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.hover\:border-t-gray-900\/0:hover {
  border-top-color: rgb(17 24 39 / 0);
}

.hover\:border-t-gray-900\/10:hover {
  border-top-color: rgb(17 24 39 / 0.1);
}

.hover\:border-t-gray-900\/100:hover {
  border-top-color: rgb(17 24 39 / 1);
}

.hover\:border-t-gray-900\/20:hover {
  border-top-color: rgb(17 24 39 / 0.2);
}

.hover\:border-t-gray-900\/25:hover {
  border-top-color: rgb(17 24 39 / 0.25);
}

.hover\:border-t-gray-900\/30:hover {
  border-top-color: rgb(17 24 39 / 0.3);
}

.hover\:border-t-gray-900\/40:hover {
  border-top-color: rgb(17 24 39 / 0.4);
}

.hover\:border-t-gray-900\/5:hover {
  border-top-color: rgb(17 24 39 / 0.05);
}

.hover\:border-t-gray-900\/50:hover {
  border-top-color: rgb(17 24 39 / 0.5);
}

.hover\:border-t-gray-900\/60:hover {
  border-top-color: rgb(17 24 39 / 0.6);
}

.hover\:border-t-gray-900\/70:hover {
  border-top-color: rgb(17 24 39 / 0.7);
}

.hover\:border-t-gray-900\/75:hover {
  border-top-color: rgb(17 24 39 / 0.75);
}

.hover\:border-t-gray-900\/80:hover {
  border-top-color: rgb(17 24 39 / 0.8);
}

.hover\:border-t-gray-900\/90:hover {
  border-top-color: rgb(17 24 39 / 0.9);
}

.hover\:border-t-gray-900\/95:hover {
  border-top-color: rgb(17 24 39 / 0.95);
}

.hover\:border-t-gray-950:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(3 7 18 / var(--tw-border-opacity));
}

.hover\:border-t-gray-950\/0:hover {
  border-top-color: rgb(3 7 18 / 0);
}

.hover\:border-t-gray-950\/10:hover {
  border-top-color: rgb(3 7 18 / 0.1);
}

.hover\:border-t-gray-950\/100:hover {
  border-top-color: rgb(3 7 18 / 1);
}

.hover\:border-t-gray-950\/20:hover {
  border-top-color: rgb(3 7 18 / 0.2);
}

.hover\:border-t-gray-950\/25:hover {
  border-top-color: rgb(3 7 18 / 0.25);
}

.hover\:border-t-gray-950\/30:hover {
  border-top-color: rgb(3 7 18 / 0.3);
}

.hover\:border-t-gray-950\/40:hover {
  border-top-color: rgb(3 7 18 / 0.4);
}

.hover\:border-t-gray-950\/5:hover {
  border-top-color: rgb(3 7 18 / 0.05);
}

.hover\:border-t-gray-950\/50:hover {
  border-top-color: rgb(3 7 18 / 0.5);
}

.hover\:border-t-gray-950\/60:hover {
  border-top-color: rgb(3 7 18 / 0.6);
}

.hover\:border-t-gray-950\/70:hover {
  border-top-color: rgb(3 7 18 / 0.7);
}

.hover\:border-t-gray-950\/75:hover {
  border-top-color: rgb(3 7 18 / 0.75);
}

.hover\:border-t-gray-950\/80:hover {
  border-top-color: rgb(3 7 18 / 0.8);
}

.hover\:border-t-gray-950\/90:hover {
  border-top-color: rgb(3 7 18 / 0.9);
}

.hover\:border-t-gray-950\/95:hover {
  border-top-color: rgb(3 7 18 / 0.95);
}

.hover\:border-t-green-100:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(220 252 231 / var(--tw-border-opacity));
}

.hover\:border-t-green-100\/0:hover {
  border-top-color: rgb(220 252 231 / 0);
}

.hover\:border-t-green-100\/10:hover {
  border-top-color: rgb(220 252 231 / 0.1);
}

.hover\:border-t-green-100\/100:hover {
  border-top-color: rgb(220 252 231 / 1);
}

.hover\:border-t-green-100\/20:hover {
  border-top-color: rgb(220 252 231 / 0.2);
}

.hover\:border-t-green-100\/25:hover {
  border-top-color: rgb(220 252 231 / 0.25);
}

.hover\:border-t-green-100\/30:hover {
  border-top-color: rgb(220 252 231 / 0.3);
}

.hover\:border-t-green-100\/40:hover {
  border-top-color: rgb(220 252 231 / 0.4);
}

.hover\:border-t-green-100\/5:hover {
  border-top-color: rgb(220 252 231 / 0.05);
}

.hover\:border-t-green-100\/50:hover {
  border-top-color: rgb(220 252 231 / 0.5);
}

.hover\:border-t-green-100\/60:hover {
  border-top-color: rgb(220 252 231 / 0.6);
}

.hover\:border-t-green-100\/70:hover {
  border-top-color: rgb(220 252 231 / 0.7);
}

.hover\:border-t-green-100\/75:hover {
  border-top-color: rgb(220 252 231 / 0.75);
}

.hover\:border-t-green-100\/80:hover {
  border-top-color: rgb(220 252 231 / 0.8);
}

.hover\:border-t-green-100\/90:hover {
  border-top-color: rgb(220 252 231 / 0.9);
}

.hover\:border-t-green-100\/95:hover {
  border-top-color: rgb(220 252 231 / 0.95);
}

.hover\:border-t-green-200:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.hover\:border-t-green-200\/0:hover {
  border-top-color: rgb(187 247 208 / 0);
}

.hover\:border-t-green-200\/10:hover {
  border-top-color: rgb(187 247 208 / 0.1);
}

.hover\:border-t-green-200\/100:hover {
  border-top-color: rgb(187 247 208 / 1);
}

.hover\:border-t-green-200\/20:hover {
  border-top-color: rgb(187 247 208 / 0.2);
}

.hover\:border-t-green-200\/25:hover {
  border-top-color: rgb(187 247 208 / 0.25);
}

.hover\:border-t-green-200\/30:hover {
  border-top-color: rgb(187 247 208 / 0.3);
}

.hover\:border-t-green-200\/40:hover {
  border-top-color: rgb(187 247 208 / 0.4);
}

.hover\:border-t-green-200\/5:hover {
  border-top-color: rgb(187 247 208 / 0.05);
}

.hover\:border-t-green-200\/50:hover {
  border-top-color: rgb(187 247 208 / 0.5);
}

.hover\:border-t-green-200\/60:hover {
  border-top-color: rgb(187 247 208 / 0.6);
}

.hover\:border-t-green-200\/70:hover {
  border-top-color: rgb(187 247 208 / 0.7);
}

.hover\:border-t-green-200\/75:hover {
  border-top-color: rgb(187 247 208 / 0.75);
}

.hover\:border-t-green-200\/80:hover {
  border-top-color: rgb(187 247 208 / 0.8);
}

.hover\:border-t-green-200\/90:hover {
  border-top-color: rgb(187 247 208 / 0.9);
}

.hover\:border-t-green-200\/95:hover {
  border-top-color: rgb(187 247 208 / 0.95);
}

.hover\:border-t-green-300:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.hover\:border-t-green-300\/0:hover {
  border-top-color: rgb(134 239 172 / 0);
}

.hover\:border-t-green-300\/10:hover {
  border-top-color: rgb(134 239 172 / 0.1);
}

.hover\:border-t-green-300\/100:hover {
  border-top-color: rgb(134 239 172 / 1);
}

.hover\:border-t-green-300\/20:hover {
  border-top-color: rgb(134 239 172 / 0.2);
}

.hover\:border-t-green-300\/25:hover {
  border-top-color: rgb(134 239 172 / 0.25);
}

.hover\:border-t-green-300\/30:hover {
  border-top-color: rgb(134 239 172 / 0.3);
}

.hover\:border-t-green-300\/40:hover {
  border-top-color: rgb(134 239 172 / 0.4);
}

.hover\:border-t-green-300\/5:hover {
  border-top-color: rgb(134 239 172 / 0.05);
}

.hover\:border-t-green-300\/50:hover {
  border-top-color: rgb(134 239 172 / 0.5);
}

.hover\:border-t-green-300\/60:hover {
  border-top-color: rgb(134 239 172 / 0.6);
}

.hover\:border-t-green-300\/70:hover {
  border-top-color: rgb(134 239 172 / 0.7);
}

.hover\:border-t-green-300\/75:hover {
  border-top-color: rgb(134 239 172 / 0.75);
}

.hover\:border-t-green-300\/80:hover {
  border-top-color: rgb(134 239 172 / 0.8);
}

.hover\:border-t-green-300\/90:hover {
  border-top-color: rgb(134 239 172 / 0.9);
}

.hover\:border-t-green-300\/95:hover {
  border-top-color: rgb(134 239 172 / 0.95);
}

.hover\:border-t-green-400:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.hover\:border-t-green-400\/0:hover {
  border-top-color: rgb(74 222 128 / 0);
}

.hover\:border-t-green-400\/10:hover {
  border-top-color: rgb(74 222 128 / 0.1);
}

.hover\:border-t-green-400\/100:hover {
  border-top-color: rgb(74 222 128 / 1);
}

.hover\:border-t-green-400\/20:hover {
  border-top-color: rgb(74 222 128 / 0.2);
}

.hover\:border-t-green-400\/25:hover {
  border-top-color: rgb(74 222 128 / 0.25);
}

.hover\:border-t-green-400\/30:hover {
  border-top-color: rgb(74 222 128 / 0.3);
}

.hover\:border-t-green-400\/40:hover {
  border-top-color: rgb(74 222 128 / 0.4);
}

.hover\:border-t-green-400\/5:hover {
  border-top-color: rgb(74 222 128 / 0.05);
}

.hover\:border-t-green-400\/50:hover {
  border-top-color: rgb(74 222 128 / 0.5);
}

.hover\:border-t-green-400\/60:hover {
  border-top-color: rgb(74 222 128 / 0.6);
}

.hover\:border-t-green-400\/70:hover {
  border-top-color: rgb(74 222 128 / 0.7);
}

.hover\:border-t-green-400\/75:hover {
  border-top-color: rgb(74 222 128 / 0.75);
}

.hover\:border-t-green-400\/80:hover {
  border-top-color: rgb(74 222 128 / 0.8);
}

.hover\:border-t-green-400\/90:hover {
  border-top-color: rgb(74 222 128 / 0.9);
}

.hover\:border-t-green-400\/95:hover {
  border-top-color: rgb(74 222 128 / 0.95);
}

.hover\:border-t-green-50:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(240 253 244 / var(--tw-border-opacity));
}

.hover\:border-t-green-50\/0:hover {
  border-top-color: rgb(240 253 244 / 0);
}

.hover\:border-t-green-50\/10:hover {
  border-top-color: rgb(240 253 244 / 0.1);
}

.hover\:border-t-green-50\/100:hover {
  border-top-color: rgb(240 253 244 / 1);
}

.hover\:border-t-green-50\/20:hover {
  border-top-color: rgb(240 253 244 / 0.2);
}

.hover\:border-t-green-50\/25:hover {
  border-top-color: rgb(240 253 244 / 0.25);
}

.hover\:border-t-green-50\/30:hover {
  border-top-color: rgb(240 253 244 / 0.3);
}

.hover\:border-t-green-50\/40:hover {
  border-top-color: rgb(240 253 244 / 0.4);
}

.hover\:border-t-green-50\/5:hover {
  border-top-color: rgb(240 253 244 / 0.05);
}

.hover\:border-t-green-50\/50:hover {
  border-top-color: rgb(240 253 244 / 0.5);
}

.hover\:border-t-green-50\/60:hover {
  border-top-color: rgb(240 253 244 / 0.6);
}

.hover\:border-t-green-50\/70:hover {
  border-top-color: rgb(240 253 244 / 0.7);
}

.hover\:border-t-green-50\/75:hover {
  border-top-color: rgb(240 253 244 / 0.75);
}

.hover\:border-t-green-50\/80:hover {
  border-top-color: rgb(240 253 244 / 0.8);
}

.hover\:border-t-green-50\/90:hover {
  border-top-color: rgb(240 253 244 / 0.9);
}

.hover\:border-t-green-50\/95:hover {
  border-top-color: rgb(240 253 244 / 0.95);
}

.hover\:border-t-green-500:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.hover\:border-t-green-500\/0:hover {
  border-top-color: rgb(34 197 94 / 0);
}

.hover\:border-t-green-500\/10:hover {
  border-top-color: rgb(34 197 94 / 0.1);
}

.hover\:border-t-green-500\/100:hover {
  border-top-color: rgb(34 197 94 / 1);
}

.hover\:border-t-green-500\/20:hover {
  border-top-color: rgb(34 197 94 / 0.2);
}

.hover\:border-t-green-500\/25:hover {
  border-top-color: rgb(34 197 94 / 0.25);
}

.hover\:border-t-green-500\/30:hover {
  border-top-color: rgb(34 197 94 / 0.3);
}

.hover\:border-t-green-500\/40:hover {
  border-top-color: rgb(34 197 94 / 0.4);
}

.hover\:border-t-green-500\/5:hover {
  border-top-color: rgb(34 197 94 / 0.05);
}

.hover\:border-t-green-500\/50:hover {
  border-top-color: rgb(34 197 94 / 0.5);
}

.hover\:border-t-green-500\/60:hover {
  border-top-color: rgb(34 197 94 / 0.6);
}

.hover\:border-t-green-500\/70:hover {
  border-top-color: rgb(34 197 94 / 0.7);
}

.hover\:border-t-green-500\/75:hover {
  border-top-color: rgb(34 197 94 / 0.75);
}

.hover\:border-t-green-500\/80:hover {
  border-top-color: rgb(34 197 94 / 0.8);
}

.hover\:border-t-green-500\/90:hover {
  border-top-color: rgb(34 197 94 / 0.9);
}

.hover\:border-t-green-500\/95:hover {
  border-top-color: rgb(34 197 94 / 0.95);
}

.hover\:border-t-green-600:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.hover\:border-t-green-600\/0:hover {
  border-top-color: rgb(22 163 74 / 0);
}

.hover\:border-t-green-600\/10:hover {
  border-top-color: rgb(22 163 74 / 0.1);
}

.hover\:border-t-green-600\/100:hover {
  border-top-color: rgb(22 163 74 / 1);
}

.hover\:border-t-green-600\/20:hover {
  border-top-color: rgb(22 163 74 / 0.2);
}

.hover\:border-t-green-600\/25:hover {
  border-top-color: rgb(22 163 74 / 0.25);
}

.hover\:border-t-green-600\/30:hover {
  border-top-color: rgb(22 163 74 / 0.3);
}

.hover\:border-t-green-600\/40:hover {
  border-top-color: rgb(22 163 74 / 0.4);
}

.hover\:border-t-green-600\/5:hover {
  border-top-color: rgb(22 163 74 / 0.05);
}

.hover\:border-t-green-600\/50:hover {
  border-top-color: rgb(22 163 74 / 0.5);
}

.hover\:border-t-green-600\/60:hover {
  border-top-color: rgb(22 163 74 / 0.6);
}

.hover\:border-t-green-600\/70:hover {
  border-top-color: rgb(22 163 74 / 0.7);
}

.hover\:border-t-green-600\/75:hover {
  border-top-color: rgb(22 163 74 / 0.75);
}

.hover\:border-t-green-600\/80:hover {
  border-top-color: rgb(22 163 74 / 0.8);
}

.hover\:border-t-green-600\/90:hover {
  border-top-color: rgb(22 163 74 / 0.9);
}

.hover\:border-t-green-600\/95:hover {
  border-top-color: rgb(22 163 74 / 0.95);
}

.hover\:border-t-green-700:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.hover\:border-t-green-700\/0:hover {
  border-top-color: rgb(21 128 61 / 0);
}

.hover\:border-t-green-700\/10:hover {
  border-top-color: rgb(21 128 61 / 0.1);
}

.hover\:border-t-green-700\/100:hover {
  border-top-color: rgb(21 128 61 / 1);
}

.hover\:border-t-green-700\/20:hover {
  border-top-color: rgb(21 128 61 / 0.2);
}

.hover\:border-t-green-700\/25:hover {
  border-top-color: rgb(21 128 61 / 0.25);
}

.hover\:border-t-green-700\/30:hover {
  border-top-color: rgb(21 128 61 / 0.3);
}

.hover\:border-t-green-700\/40:hover {
  border-top-color: rgb(21 128 61 / 0.4);
}

.hover\:border-t-green-700\/5:hover {
  border-top-color: rgb(21 128 61 / 0.05);
}

.hover\:border-t-green-700\/50:hover {
  border-top-color: rgb(21 128 61 / 0.5);
}

.hover\:border-t-green-700\/60:hover {
  border-top-color: rgb(21 128 61 / 0.6);
}

.hover\:border-t-green-700\/70:hover {
  border-top-color: rgb(21 128 61 / 0.7);
}

.hover\:border-t-green-700\/75:hover {
  border-top-color: rgb(21 128 61 / 0.75);
}

.hover\:border-t-green-700\/80:hover {
  border-top-color: rgb(21 128 61 / 0.8);
}

.hover\:border-t-green-700\/90:hover {
  border-top-color: rgb(21 128 61 / 0.9);
}

.hover\:border-t-green-700\/95:hover {
  border-top-color: rgb(21 128 61 / 0.95);
}

.hover\:border-t-green-800:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.hover\:border-t-green-800\/0:hover {
  border-top-color: rgb(22 101 52 / 0);
}

.hover\:border-t-green-800\/10:hover {
  border-top-color: rgb(22 101 52 / 0.1);
}

.hover\:border-t-green-800\/100:hover {
  border-top-color: rgb(22 101 52 / 1);
}

.hover\:border-t-green-800\/20:hover {
  border-top-color: rgb(22 101 52 / 0.2);
}

.hover\:border-t-green-800\/25:hover {
  border-top-color: rgb(22 101 52 / 0.25);
}

.hover\:border-t-green-800\/30:hover {
  border-top-color: rgb(22 101 52 / 0.3);
}

.hover\:border-t-green-800\/40:hover {
  border-top-color: rgb(22 101 52 / 0.4);
}

.hover\:border-t-green-800\/5:hover {
  border-top-color: rgb(22 101 52 / 0.05);
}

.hover\:border-t-green-800\/50:hover {
  border-top-color: rgb(22 101 52 / 0.5);
}

.hover\:border-t-green-800\/60:hover {
  border-top-color: rgb(22 101 52 / 0.6);
}

.hover\:border-t-green-800\/70:hover {
  border-top-color: rgb(22 101 52 / 0.7);
}

.hover\:border-t-green-800\/75:hover {
  border-top-color: rgb(22 101 52 / 0.75);
}

.hover\:border-t-green-800\/80:hover {
  border-top-color: rgb(22 101 52 / 0.8);
}

.hover\:border-t-green-800\/90:hover {
  border-top-color: rgb(22 101 52 / 0.9);
}

.hover\:border-t-green-800\/95:hover {
  border-top-color: rgb(22 101 52 / 0.95);
}

.hover\:border-t-green-900:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(20 83 45 / var(--tw-border-opacity));
}

.hover\:border-t-green-900\/0:hover {
  border-top-color: rgb(20 83 45 / 0);
}

.hover\:border-t-green-900\/10:hover {
  border-top-color: rgb(20 83 45 / 0.1);
}

.hover\:border-t-green-900\/100:hover {
  border-top-color: rgb(20 83 45 / 1);
}

.hover\:border-t-green-900\/20:hover {
  border-top-color: rgb(20 83 45 / 0.2);
}

.hover\:border-t-green-900\/25:hover {
  border-top-color: rgb(20 83 45 / 0.25);
}

.hover\:border-t-green-900\/30:hover {
  border-top-color: rgb(20 83 45 / 0.3);
}

.hover\:border-t-green-900\/40:hover {
  border-top-color: rgb(20 83 45 / 0.4);
}

.hover\:border-t-green-900\/5:hover {
  border-top-color: rgb(20 83 45 / 0.05);
}

.hover\:border-t-green-900\/50:hover {
  border-top-color: rgb(20 83 45 / 0.5);
}

.hover\:border-t-green-900\/60:hover {
  border-top-color: rgb(20 83 45 / 0.6);
}

.hover\:border-t-green-900\/70:hover {
  border-top-color: rgb(20 83 45 / 0.7);
}

.hover\:border-t-green-900\/75:hover {
  border-top-color: rgb(20 83 45 / 0.75);
}

.hover\:border-t-green-900\/80:hover {
  border-top-color: rgb(20 83 45 / 0.8);
}

.hover\:border-t-green-900\/90:hover {
  border-top-color: rgb(20 83 45 / 0.9);
}

.hover\:border-t-green-900\/95:hover {
  border-top-color: rgb(20 83 45 / 0.95);
}

.hover\:border-t-green-950:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(5 46 22 / var(--tw-border-opacity));
}

.hover\:border-t-green-950\/0:hover {
  border-top-color: rgb(5 46 22 / 0);
}

.hover\:border-t-green-950\/10:hover {
  border-top-color: rgb(5 46 22 / 0.1);
}

.hover\:border-t-green-950\/100:hover {
  border-top-color: rgb(5 46 22 / 1);
}

.hover\:border-t-green-950\/20:hover {
  border-top-color: rgb(5 46 22 / 0.2);
}

.hover\:border-t-green-950\/25:hover {
  border-top-color: rgb(5 46 22 / 0.25);
}

.hover\:border-t-green-950\/30:hover {
  border-top-color: rgb(5 46 22 / 0.3);
}

.hover\:border-t-green-950\/40:hover {
  border-top-color: rgb(5 46 22 / 0.4);
}

.hover\:border-t-green-950\/5:hover {
  border-top-color: rgb(5 46 22 / 0.05);
}

.hover\:border-t-green-950\/50:hover {
  border-top-color: rgb(5 46 22 / 0.5);
}

.hover\:border-t-green-950\/60:hover {
  border-top-color: rgb(5 46 22 / 0.6);
}

.hover\:border-t-green-950\/70:hover {
  border-top-color: rgb(5 46 22 / 0.7);
}

.hover\:border-t-green-950\/75:hover {
  border-top-color: rgb(5 46 22 / 0.75);
}

.hover\:border-t-green-950\/80:hover {
  border-top-color: rgb(5 46 22 / 0.8);
}

.hover\:border-t-green-950\/90:hover {
  border-top-color: rgb(5 46 22 / 0.9);
}

.hover\:border-t-green-950\/95:hover {
  border-top-color: rgb(5 46 22 / 0.95);
}

.hover\:border-t-indigo-100:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(224 231 255 / var(--tw-border-opacity));
}

.hover\:border-t-indigo-100\/0:hover {
  border-top-color: rgb(224 231 255 / 0);
}

.hover\:border-t-indigo-100\/10:hover {
  border-top-color: rgb(224 231 255 / 0.1);
}

.hover\:border-t-indigo-100\/100:hover {
  border-top-color: rgb(224 231 255 / 1);
}

.hover\:border-t-indigo-100\/20:hover {
  border-top-color: rgb(224 231 255 / 0.2);
}

.hover\:border-t-indigo-100\/25:hover {
  border-top-color: rgb(224 231 255 / 0.25);
}

.hover\:border-t-indigo-100\/30:hover {
  border-top-color: rgb(224 231 255 / 0.3);
}

.hover\:border-t-indigo-100\/40:hover {
  border-top-color: rgb(224 231 255 / 0.4);
}

.hover\:border-t-indigo-100\/5:hover {
  border-top-color: rgb(224 231 255 / 0.05);
}

.hover\:border-t-indigo-100\/50:hover {
  border-top-color: rgb(224 231 255 / 0.5);
}

.hover\:border-t-indigo-100\/60:hover {
  border-top-color: rgb(224 231 255 / 0.6);
}

.hover\:border-t-indigo-100\/70:hover {
  border-top-color: rgb(224 231 255 / 0.7);
}

.hover\:border-t-indigo-100\/75:hover {
  border-top-color: rgb(224 231 255 / 0.75);
}

.hover\:border-t-indigo-100\/80:hover {
  border-top-color: rgb(224 231 255 / 0.8);
}

.hover\:border-t-indigo-100\/90:hover {
  border-top-color: rgb(224 231 255 / 0.9);
}

.hover\:border-t-indigo-100\/95:hover {
  border-top-color: rgb(224 231 255 / 0.95);
}

.hover\:border-t-indigo-200:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.hover\:border-t-indigo-200\/0:hover {
  border-top-color: rgb(199 210 254 / 0);
}

.hover\:border-t-indigo-200\/10:hover {
  border-top-color: rgb(199 210 254 / 0.1);
}

.hover\:border-t-indigo-200\/100:hover {
  border-top-color: rgb(199 210 254 / 1);
}

.hover\:border-t-indigo-200\/20:hover {
  border-top-color: rgb(199 210 254 / 0.2);
}

.hover\:border-t-indigo-200\/25:hover {
  border-top-color: rgb(199 210 254 / 0.25);
}

.hover\:border-t-indigo-200\/30:hover {
  border-top-color: rgb(199 210 254 / 0.3);
}

.hover\:border-t-indigo-200\/40:hover {
  border-top-color: rgb(199 210 254 / 0.4);
}

.hover\:border-t-indigo-200\/5:hover {
  border-top-color: rgb(199 210 254 / 0.05);
}

.hover\:border-t-indigo-200\/50:hover {
  border-top-color: rgb(199 210 254 / 0.5);
}

.hover\:border-t-indigo-200\/60:hover {
  border-top-color: rgb(199 210 254 / 0.6);
}

.hover\:border-t-indigo-200\/70:hover {
  border-top-color: rgb(199 210 254 / 0.7);
}

.hover\:border-t-indigo-200\/75:hover {
  border-top-color: rgb(199 210 254 / 0.75);
}

.hover\:border-t-indigo-200\/80:hover {
  border-top-color: rgb(199 210 254 / 0.8);
}

.hover\:border-t-indigo-200\/90:hover {
  border-top-color: rgb(199 210 254 / 0.9);
}

.hover\:border-t-indigo-200\/95:hover {
  border-top-color: rgb(199 210 254 / 0.95);
}

.hover\:border-t-indigo-300:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.hover\:border-t-indigo-300\/0:hover {
  border-top-color: rgb(165 180 252 / 0);
}

.hover\:border-t-indigo-300\/10:hover {
  border-top-color: rgb(165 180 252 / 0.1);
}

.hover\:border-t-indigo-300\/100:hover {
  border-top-color: rgb(165 180 252 / 1);
}

.hover\:border-t-indigo-300\/20:hover {
  border-top-color: rgb(165 180 252 / 0.2);
}

.hover\:border-t-indigo-300\/25:hover {
  border-top-color: rgb(165 180 252 / 0.25);
}

.hover\:border-t-indigo-300\/30:hover {
  border-top-color: rgb(165 180 252 / 0.3);
}

.hover\:border-t-indigo-300\/40:hover {
  border-top-color: rgb(165 180 252 / 0.4);
}

.hover\:border-t-indigo-300\/5:hover {
  border-top-color: rgb(165 180 252 / 0.05);
}

.hover\:border-t-indigo-300\/50:hover {
  border-top-color: rgb(165 180 252 / 0.5);
}

.hover\:border-t-indigo-300\/60:hover {
  border-top-color: rgb(165 180 252 / 0.6);
}

.hover\:border-t-indigo-300\/70:hover {
  border-top-color: rgb(165 180 252 / 0.7);
}

.hover\:border-t-indigo-300\/75:hover {
  border-top-color: rgb(165 180 252 / 0.75);
}

.hover\:border-t-indigo-300\/80:hover {
  border-top-color: rgb(165 180 252 / 0.8);
}

.hover\:border-t-indigo-300\/90:hover {
  border-top-color: rgb(165 180 252 / 0.9);
}

.hover\:border-t-indigo-300\/95:hover {
  border-top-color: rgb(165 180 252 / 0.95);
}

.hover\:border-t-indigo-400:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.hover\:border-t-indigo-400\/0:hover {
  border-top-color: rgb(129 140 248 / 0);
}

.hover\:border-t-indigo-400\/10:hover {
  border-top-color: rgb(129 140 248 / 0.1);
}

.hover\:border-t-indigo-400\/100:hover {
  border-top-color: rgb(129 140 248 / 1);
}

.hover\:border-t-indigo-400\/20:hover {
  border-top-color: rgb(129 140 248 / 0.2);
}

.hover\:border-t-indigo-400\/25:hover {
  border-top-color: rgb(129 140 248 / 0.25);
}

.hover\:border-t-indigo-400\/30:hover {
  border-top-color: rgb(129 140 248 / 0.3);
}

.hover\:border-t-indigo-400\/40:hover {
  border-top-color: rgb(129 140 248 / 0.4);
}

.hover\:border-t-indigo-400\/5:hover {
  border-top-color: rgb(129 140 248 / 0.05);
}

.hover\:border-t-indigo-400\/50:hover {
  border-top-color: rgb(129 140 248 / 0.5);
}

.hover\:border-t-indigo-400\/60:hover {
  border-top-color: rgb(129 140 248 / 0.6);
}

.hover\:border-t-indigo-400\/70:hover {
  border-top-color: rgb(129 140 248 / 0.7);
}

.hover\:border-t-indigo-400\/75:hover {
  border-top-color: rgb(129 140 248 / 0.75);
}

.hover\:border-t-indigo-400\/80:hover {
  border-top-color: rgb(129 140 248 / 0.8);
}

.hover\:border-t-indigo-400\/90:hover {
  border-top-color: rgb(129 140 248 / 0.9);
}

.hover\:border-t-indigo-400\/95:hover {
  border-top-color: rgb(129 140 248 / 0.95);
}

.hover\:border-t-indigo-50:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(238 242 255 / var(--tw-border-opacity));
}

.hover\:border-t-indigo-50\/0:hover {
  border-top-color: rgb(238 242 255 / 0);
}

.hover\:border-t-indigo-50\/10:hover {
  border-top-color: rgb(238 242 255 / 0.1);
}

.hover\:border-t-indigo-50\/100:hover {
  border-top-color: rgb(238 242 255 / 1);
}

.hover\:border-t-indigo-50\/20:hover {
  border-top-color: rgb(238 242 255 / 0.2);
}

.hover\:border-t-indigo-50\/25:hover {
  border-top-color: rgb(238 242 255 / 0.25);
}

.hover\:border-t-indigo-50\/30:hover {
  border-top-color: rgb(238 242 255 / 0.3);
}

.hover\:border-t-indigo-50\/40:hover {
  border-top-color: rgb(238 242 255 / 0.4);
}

.hover\:border-t-indigo-50\/5:hover {
  border-top-color: rgb(238 242 255 / 0.05);
}

.hover\:border-t-indigo-50\/50:hover {
  border-top-color: rgb(238 242 255 / 0.5);
}

.hover\:border-t-indigo-50\/60:hover {
  border-top-color: rgb(238 242 255 / 0.6);
}

.hover\:border-t-indigo-50\/70:hover {
  border-top-color: rgb(238 242 255 / 0.7);
}

.hover\:border-t-indigo-50\/75:hover {
  border-top-color: rgb(238 242 255 / 0.75);
}

.hover\:border-t-indigo-50\/80:hover {
  border-top-color: rgb(238 242 255 / 0.8);
}

.hover\:border-t-indigo-50\/90:hover {
  border-top-color: rgb(238 242 255 / 0.9);
}

.hover\:border-t-indigo-50\/95:hover {
  border-top-color: rgb(238 242 255 / 0.95);
}

.hover\:border-t-indigo-500:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.hover\:border-t-indigo-500\/0:hover {
  border-top-color: rgb(99 102 241 / 0);
}

.hover\:border-t-indigo-500\/10:hover {
  border-top-color: rgb(99 102 241 / 0.1);
}

.hover\:border-t-indigo-500\/100:hover {
  border-top-color: rgb(99 102 241 / 1);
}

.hover\:border-t-indigo-500\/20:hover {
  border-top-color: rgb(99 102 241 / 0.2);
}

.hover\:border-t-indigo-500\/25:hover {
  border-top-color: rgb(99 102 241 / 0.25);
}

.hover\:border-t-indigo-500\/30:hover {
  border-top-color: rgb(99 102 241 / 0.3);
}

.hover\:border-t-indigo-500\/40:hover {
  border-top-color: rgb(99 102 241 / 0.4);
}

.hover\:border-t-indigo-500\/5:hover {
  border-top-color: rgb(99 102 241 / 0.05);
}

.hover\:border-t-indigo-500\/50:hover {
  border-top-color: rgb(99 102 241 / 0.5);
}

.hover\:border-t-indigo-500\/60:hover {
  border-top-color: rgb(99 102 241 / 0.6);
}

.hover\:border-t-indigo-500\/70:hover {
  border-top-color: rgb(99 102 241 / 0.7);
}

.hover\:border-t-indigo-500\/75:hover {
  border-top-color: rgb(99 102 241 / 0.75);
}

.hover\:border-t-indigo-500\/80:hover {
  border-top-color: rgb(99 102 241 / 0.8);
}

.hover\:border-t-indigo-500\/90:hover {
  border-top-color: rgb(99 102 241 / 0.9);
}

.hover\:border-t-indigo-500\/95:hover {
  border-top-color: rgb(99 102 241 / 0.95);
}

.hover\:border-t-indigo-600:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.hover\:border-t-indigo-600\/0:hover {
  border-top-color: rgb(79 70 229 / 0);
}

.hover\:border-t-indigo-600\/10:hover {
  border-top-color: rgb(79 70 229 / 0.1);
}

.hover\:border-t-indigo-600\/100:hover {
  border-top-color: rgb(79 70 229 / 1);
}

.hover\:border-t-indigo-600\/20:hover {
  border-top-color: rgb(79 70 229 / 0.2);
}

.hover\:border-t-indigo-600\/25:hover {
  border-top-color: rgb(79 70 229 / 0.25);
}

.hover\:border-t-indigo-600\/30:hover {
  border-top-color: rgb(79 70 229 / 0.3);
}

.hover\:border-t-indigo-600\/40:hover {
  border-top-color: rgb(79 70 229 / 0.4);
}

.hover\:border-t-indigo-600\/5:hover {
  border-top-color: rgb(79 70 229 / 0.05);
}

.hover\:border-t-indigo-600\/50:hover {
  border-top-color: rgb(79 70 229 / 0.5);
}

.hover\:border-t-indigo-600\/60:hover {
  border-top-color: rgb(79 70 229 / 0.6);
}

.hover\:border-t-indigo-600\/70:hover {
  border-top-color: rgb(79 70 229 / 0.7);
}

.hover\:border-t-indigo-600\/75:hover {
  border-top-color: rgb(79 70 229 / 0.75);
}

.hover\:border-t-indigo-600\/80:hover {
  border-top-color: rgb(79 70 229 / 0.8);
}

.hover\:border-t-indigo-600\/90:hover {
  border-top-color: rgb(79 70 229 / 0.9);
}

.hover\:border-t-indigo-600\/95:hover {
  border-top-color: rgb(79 70 229 / 0.95);
}

.hover\:border-t-indigo-700:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.hover\:border-t-indigo-700\/0:hover {
  border-top-color: rgb(67 56 202 / 0);
}

.hover\:border-t-indigo-700\/10:hover {
  border-top-color: rgb(67 56 202 / 0.1);
}

.hover\:border-t-indigo-700\/100:hover {
  border-top-color: rgb(67 56 202 / 1);
}

.hover\:border-t-indigo-700\/20:hover {
  border-top-color: rgb(67 56 202 / 0.2);
}

.hover\:border-t-indigo-700\/25:hover {
  border-top-color: rgb(67 56 202 / 0.25);
}

.hover\:border-t-indigo-700\/30:hover {
  border-top-color: rgb(67 56 202 / 0.3);
}

.hover\:border-t-indigo-700\/40:hover {
  border-top-color: rgb(67 56 202 / 0.4);
}

.hover\:border-t-indigo-700\/5:hover {
  border-top-color: rgb(67 56 202 / 0.05);
}

.hover\:border-t-indigo-700\/50:hover {
  border-top-color: rgb(67 56 202 / 0.5);
}

.hover\:border-t-indigo-700\/60:hover {
  border-top-color: rgb(67 56 202 / 0.6);
}

.hover\:border-t-indigo-700\/70:hover {
  border-top-color: rgb(67 56 202 / 0.7);
}

.hover\:border-t-indigo-700\/75:hover {
  border-top-color: rgb(67 56 202 / 0.75);
}

.hover\:border-t-indigo-700\/80:hover {
  border-top-color: rgb(67 56 202 / 0.8);
}

.hover\:border-t-indigo-700\/90:hover {
  border-top-color: rgb(67 56 202 / 0.9);
}

.hover\:border-t-indigo-700\/95:hover {
  border-top-color: rgb(67 56 202 / 0.95);
}

.hover\:border-t-indigo-800:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(55 48 163 / var(--tw-border-opacity));
}

.hover\:border-t-indigo-800\/0:hover {
  border-top-color: rgb(55 48 163 / 0);
}

.hover\:border-t-indigo-800\/10:hover {
  border-top-color: rgb(55 48 163 / 0.1);
}

.hover\:border-t-indigo-800\/100:hover {
  border-top-color: rgb(55 48 163 / 1);
}

.hover\:border-t-indigo-800\/20:hover {
  border-top-color: rgb(55 48 163 / 0.2);
}

.hover\:border-t-indigo-800\/25:hover {
  border-top-color: rgb(55 48 163 / 0.25);
}

.hover\:border-t-indigo-800\/30:hover {
  border-top-color: rgb(55 48 163 / 0.3);
}

.hover\:border-t-indigo-800\/40:hover {
  border-top-color: rgb(55 48 163 / 0.4);
}

.hover\:border-t-indigo-800\/5:hover {
  border-top-color: rgb(55 48 163 / 0.05);
}

.hover\:border-t-indigo-800\/50:hover {
  border-top-color: rgb(55 48 163 / 0.5);
}

.hover\:border-t-indigo-800\/60:hover {
  border-top-color: rgb(55 48 163 / 0.6);
}

.hover\:border-t-indigo-800\/70:hover {
  border-top-color: rgb(55 48 163 / 0.7);
}

.hover\:border-t-indigo-800\/75:hover {
  border-top-color: rgb(55 48 163 / 0.75);
}

.hover\:border-t-indigo-800\/80:hover {
  border-top-color: rgb(55 48 163 / 0.8);
}

.hover\:border-t-indigo-800\/90:hover {
  border-top-color: rgb(55 48 163 / 0.9);
}

.hover\:border-t-indigo-800\/95:hover {
  border-top-color: rgb(55 48 163 / 0.95);
}

.hover\:border-t-indigo-900:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(49 46 129 / var(--tw-border-opacity));
}

.hover\:border-t-indigo-900\/0:hover {
  border-top-color: rgb(49 46 129 / 0);
}

.hover\:border-t-indigo-900\/10:hover {
  border-top-color: rgb(49 46 129 / 0.1);
}

.hover\:border-t-indigo-900\/100:hover {
  border-top-color: rgb(49 46 129 / 1);
}

.hover\:border-t-indigo-900\/20:hover {
  border-top-color: rgb(49 46 129 / 0.2);
}

.hover\:border-t-indigo-900\/25:hover {
  border-top-color: rgb(49 46 129 / 0.25);
}

.hover\:border-t-indigo-900\/30:hover {
  border-top-color: rgb(49 46 129 / 0.3);
}

.hover\:border-t-indigo-900\/40:hover {
  border-top-color: rgb(49 46 129 / 0.4);
}

.hover\:border-t-indigo-900\/5:hover {
  border-top-color: rgb(49 46 129 / 0.05);
}

.hover\:border-t-indigo-900\/50:hover {
  border-top-color: rgb(49 46 129 / 0.5);
}

.hover\:border-t-indigo-900\/60:hover {
  border-top-color: rgb(49 46 129 / 0.6);
}

.hover\:border-t-indigo-900\/70:hover {
  border-top-color: rgb(49 46 129 / 0.7);
}

.hover\:border-t-indigo-900\/75:hover {
  border-top-color: rgb(49 46 129 / 0.75);
}

.hover\:border-t-indigo-900\/80:hover {
  border-top-color: rgb(49 46 129 / 0.8);
}

.hover\:border-t-indigo-900\/90:hover {
  border-top-color: rgb(49 46 129 / 0.9);
}

.hover\:border-t-indigo-900\/95:hover {
  border-top-color: rgb(49 46 129 / 0.95);
}

.hover\:border-t-indigo-950:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(30 27 75 / var(--tw-border-opacity));
}

.hover\:border-t-indigo-950\/0:hover {
  border-top-color: rgb(30 27 75 / 0);
}

.hover\:border-t-indigo-950\/10:hover {
  border-top-color: rgb(30 27 75 / 0.1);
}

.hover\:border-t-indigo-950\/100:hover {
  border-top-color: rgb(30 27 75 / 1);
}

.hover\:border-t-indigo-950\/20:hover {
  border-top-color: rgb(30 27 75 / 0.2);
}

.hover\:border-t-indigo-950\/25:hover {
  border-top-color: rgb(30 27 75 / 0.25);
}

.hover\:border-t-indigo-950\/30:hover {
  border-top-color: rgb(30 27 75 / 0.3);
}

.hover\:border-t-indigo-950\/40:hover {
  border-top-color: rgb(30 27 75 / 0.4);
}

.hover\:border-t-indigo-950\/5:hover {
  border-top-color: rgb(30 27 75 / 0.05);
}

.hover\:border-t-indigo-950\/50:hover {
  border-top-color: rgb(30 27 75 / 0.5);
}

.hover\:border-t-indigo-950\/60:hover {
  border-top-color: rgb(30 27 75 / 0.6);
}

.hover\:border-t-indigo-950\/70:hover {
  border-top-color: rgb(30 27 75 / 0.7);
}

.hover\:border-t-indigo-950\/75:hover {
  border-top-color: rgb(30 27 75 / 0.75);
}

.hover\:border-t-indigo-950\/80:hover {
  border-top-color: rgb(30 27 75 / 0.8);
}

.hover\:border-t-indigo-950\/90:hover {
  border-top-color: rgb(30 27 75 / 0.9);
}

.hover\:border-t-indigo-950\/95:hover {
  border-top-color: rgb(30 27 75 / 0.95);
}

.hover\:border-t-inherit:hover {
  border-top-color: inherit;
}

.hover\:border-t-interbeauty-100:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 197 175 / var(--tw-border-opacity));
}

.hover\:border-t-interbeauty-100\/0:hover {
  border-top-color: rgb(249 197 175 / 0);
}

.hover\:border-t-interbeauty-100\/10:hover {
  border-top-color: rgb(249 197 175 / 0.1);
}

.hover\:border-t-interbeauty-100\/100:hover {
  border-top-color: rgb(249 197 175 / 1);
}

.hover\:border-t-interbeauty-100\/20:hover {
  border-top-color: rgb(249 197 175 / 0.2);
}

.hover\:border-t-interbeauty-100\/25:hover {
  border-top-color: rgb(249 197 175 / 0.25);
}

.hover\:border-t-interbeauty-100\/30:hover {
  border-top-color: rgb(249 197 175 / 0.3);
}

.hover\:border-t-interbeauty-100\/40:hover {
  border-top-color: rgb(249 197 175 / 0.4);
}

.hover\:border-t-interbeauty-100\/5:hover {
  border-top-color: rgb(249 197 175 / 0.05);
}

.hover\:border-t-interbeauty-100\/50:hover {
  border-top-color: rgb(249 197 175 / 0.5);
}

.hover\:border-t-interbeauty-100\/60:hover {
  border-top-color: rgb(249 197 175 / 0.6);
}

.hover\:border-t-interbeauty-100\/70:hover {
  border-top-color: rgb(249 197 175 / 0.7);
}

.hover\:border-t-interbeauty-100\/75:hover {
  border-top-color: rgb(249 197 175 / 0.75);
}

.hover\:border-t-interbeauty-100\/80:hover {
  border-top-color: rgb(249 197 175 / 0.8);
}

.hover\:border-t-interbeauty-100\/90:hover {
  border-top-color: rgb(249 197 175 / 0.9);
}

.hover\:border-t-interbeauty-100\/95:hover {
  border-top-color: rgb(249 197 175 / 0.95);
}

.hover\:border-t-interbeauty-200:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(241 182 191 / var(--tw-border-opacity));
}

.hover\:border-t-interbeauty-200\/0:hover {
  border-top-color: rgb(241 182 191 / 0);
}

.hover\:border-t-interbeauty-200\/10:hover {
  border-top-color: rgb(241 182 191 / 0.1);
}

.hover\:border-t-interbeauty-200\/100:hover {
  border-top-color: rgb(241 182 191 / 1);
}

.hover\:border-t-interbeauty-200\/20:hover {
  border-top-color: rgb(241 182 191 / 0.2);
}

.hover\:border-t-interbeauty-200\/25:hover {
  border-top-color: rgb(241 182 191 / 0.25);
}

.hover\:border-t-interbeauty-200\/30:hover {
  border-top-color: rgb(241 182 191 / 0.3);
}

.hover\:border-t-interbeauty-200\/40:hover {
  border-top-color: rgb(241 182 191 / 0.4);
}

.hover\:border-t-interbeauty-200\/5:hover {
  border-top-color: rgb(241 182 191 / 0.05);
}

.hover\:border-t-interbeauty-200\/50:hover {
  border-top-color: rgb(241 182 191 / 0.5);
}

.hover\:border-t-interbeauty-200\/60:hover {
  border-top-color: rgb(241 182 191 / 0.6);
}

.hover\:border-t-interbeauty-200\/70:hover {
  border-top-color: rgb(241 182 191 / 0.7);
}

.hover\:border-t-interbeauty-200\/75:hover {
  border-top-color: rgb(241 182 191 / 0.75);
}

.hover\:border-t-interbeauty-200\/80:hover {
  border-top-color: rgb(241 182 191 / 0.8);
}

.hover\:border-t-interbeauty-200\/90:hover {
  border-top-color: rgb(241 182 191 / 0.9);
}

.hover\:border-t-interbeauty-200\/95:hover {
  border-top-color: rgb(241 182 191 / 0.95);
}

.hover\:border-t-interbeauty-300:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(182 219 231 / var(--tw-border-opacity));
}

.hover\:border-t-interbeauty-300\/0:hover {
  border-top-color: rgb(182 219 231 / 0);
}

.hover\:border-t-interbeauty-300\/10:hover {
  border-top-color: rgb(182 219 231 / 0.1);
}

.hover\:border-t-interbeauty-300\/100:hover {
  border-top-color: rgb(182 219 231 / 1);
}

.hover\:border-t-interbeauty-300\/20:hover {
  border-top-color: rgb(182 219 231 / 0.2);
}

.hover\:border-t-interbeauty-300\/25:hover {
  border-top-color: rgb(182 219 231 / 0.25);
}

.hover\:border-t-interbeauty-300\/30:hover {
  border-top-color: rgb(182 219 231 / 0.3);
}

.hover\:border-t-interbeauty-300\/40:hover {
  border-top-color: rgb(182 219 231 / 0.4);
}

.hover\:border-t-interbeauty-300\/5:hover {
  border-top-color: rgb(182 219 231 / 0.05);
}

.hover\:border-t-interbeauty-300\/50:hover {
  border-top-color: rgb(182 219 231 / 0.5);
}

.hover\:border-t-interbeauty-300\/60:hover {
  border-top-color: rgb(182 219 231 / 0.6);
}

.hover\:border-t-interbeauty-300\/70:hover {
  border-top-color: rgb(182 219 231 / 0.7);
}

.hover\:border-t-interbeauty-300\/75:hover {
  border-top-color: rgb(182 219 231 / 0.75);
}

.hover\:border-t-interbeauty-300\/80:hover {
  border-top-color: rgb(182 219 231 / 0.8);
}

.hover\:border-t-interbeauty-300\/90:hover {
  border-top-color: rgb(182 219 231 / 0.9);
}

.hover\:border-t-interbeauty-300\/95:hover {
  border-top-color: rgb(182 219 231 / 0.95);
}

.hover\:border-t-interbeauty-400:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 250 247 / var(--tw-border-opacity));
}

.hover\:border-t-interbeauty-400\/0:hover {
  border-top-color: rgb(254 250 247 / 0);
}

.hover\:border-t-interbeauty-400\/10:hover {
  border-top-color: rgb(254 250 247 / 0.1);
}

.hover\:border-t-interbeauty-400\/100:hover {
  border-top-color: rgb(254 250 247 / 1);
}

.hover\:border-t-interbeauty-400\/20:hover {
  border-top-color: rgb(254 250 247 / 0.2);
}

.hover\:border-t-interbeauty-400\/25:hover {
  border-top-color: rgb(254 250 247 / 0.25);
}

.hover\:border-t-interbeauty-400\/30:hover {
  border-top-color: rgb(254 250 247 / 0.3);
}

.hover\:border-t-interbeauty-400\/40:hover {
  border-top-color: rgb(254 250 247 / 0.4);
}

.hover\:border-t-interbeauty-400\/5:hover {
  border-top-color: rgb(254 250 247 / 0.05);
}

.hover\:border-t-interbeauty-400\/50:hover {
  border-top-color: rgb(254 250 247 / 0.5);
}

.hover\:border-t-interbeauty-400\/60:hover {
  border-top-color: rgb(254 250 247 / 0.6);
}

.hover\:border-t-interbeauty-400\/70:hover {
  border-top-color: rgb(254 250 247 / 0.7);
}

.hover\:border-t-interbeauty-400\/75:hover {
  border-top-color: rgb(254 250 247 / 0.75);
}

.hover\:border-t-interbeauty-400\/80:hover {
  border-top-color: rgb(254 250 247 / 0.8);
}

.hover\:border-t-interbeauty-400\/90:hover {
  border-top-color: rgb(254 250 247 / 0.9);
}

.hover\:border-t-interbeauty-400\/95:hover {
  border-top-color: rgb(254 250 247 / 0.95);
}

.hover\:border-t-interbeauty-500:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(193 225 224 / var(--tw-border-opacity));
}

.hover\:border-t-interbeauty-500\/0:hover {
  border-top-color: rgb(193 225 224 / 0);
}

.hover\:border-t-interbeauty-500\/10:hover {
  border-top-color: rgb(193 225 224 / 0.1);
}

.hover\:border-t-interbeauty-500\/100:hover {
  border-top-color: rgb(193 225 224 / 1);
}

.hover\:border-t-interbeauty-500\/20:hover {
  border-top-color: rgb(193 225 224 / 0.2);
}

.hover\:border-t-interbeauty-500\/25:hover {
  border-top-color: rgb(193 225 224 / 0.25);
}

.hover\:border-t-interbeauty-500\/30:hover {
  border-top-color: rgb(193 225 224 / 0.3);
}

.hover\:border-t-interbeauty-500\/40:hover {
  border-top-color: rgb(193 225 224 / 0.4);
}

.hover\:border-t-interbeauty-500\/5:hover {
  border-top-color: rgb(193 225 224 / 0.05);
}

.hover\:border-t-interbeauty-500\/50:hover {
  border-top-color: rgb(193 225 224 / 0.5);
}

.hover\:border-t-interbeauty-500\/60:hover {
  border-top-color: rgb(193 225 224 / 0.6);
}

.hover\:border-t-interbeauty-500\/70:hover {
  border-top-color: rgb(193 225 224 / 0.7);
}

.hover\:border-t-interbeauty-500\/75:hover {
  border-top-color: rgb(193 225 224 / 0.75);
}

.hover\:border-t-interbeauty-500\/80:hover {
  border-top-color: rgb(193 225 224 / 0.8);
}

.hover\:border-t-interbeauty-500\/90:hover {
  border-top-color: rgb(193 225 224 / 0.9);
}

.hover\:border-t-interbeauty-500\/95:hover {
  border-top-color: rgb(193 225 224 / 0.95);
}

.hover\:border-t-interbeauty-600:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(88 88 94 / var(--tw-border-opacity));
}

.hover\:border-t-interbeauty-600\/0:hover {
  border-top-color: rgb(88 88 94 / 0);
}

.hover\:border-t-interbeauty-600\/10:hover {
  border-top-color: rgb(88 88 94 / 0.1);
}

.hover\:border-t-interbeauty-600\/100:hover {
  border-top-color: rgb(88 88 94 / 1);
}

.hover\:border-t-interbeauty-600\/20:hover {
  border-top-color: rgb(88 88 94 / 0.2);
}

.hover\:border-t-interbeauty-600\/25:hover {
  border-top-color: rgb(88 88 94 / 0.25);
}

.hover\:border-t-interbeauty-600\/30:hover {
  border-top-color: rgb(88 88 94 / 0.3);
}

.hover\:border-t-interbeauty-600\/40:hover {
  border-top-color: rgb(88 88 94 / 0.4);
}

.hover\:border-t-interbeauty-600\/5:hover {
  border-top-color: rgb(88 88 94 / 0.05);
}

.hover\:border-t-interbeauty-600\/50:hover {
  border-top-color: rgb(88 88 94 / 0.5);
}

.hover\:border-t-interbeauty-600\/60:hover {
  border-top-color: rgb(88 88 94 / 0.6);
}

.hover\:border-t-interbeauty-600\/70:hover {
  border-top-color: rgb(88 88 94 / 0.7);
}

.hover\:border-t-interbeauty-600\/75:hover {
  border-top-color: rgb(88 88 94 / 0.75);
}

.hover\:border-t-interbeauty-600\/80:hover {
  border-top-color: rgb(88 88 94 / 0.8);
}

.hover\:border-t-interbeauty-600\/90:hover {
  border-top-color: rgb(88 88 94 / 0.9);
}

.hover\:border-t-interbeauty-600\/95:hover {
  border-top-color: rgb(88 88 94 / 0.95);
}

.hover\:border-t-ipnvaluers-200:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 40 87 / var(--tw-border-opacity));
}

.hover\:border-t-ipnvaluers-200\/0:hover {
  border-top-color: rgb(0 40 87 / 0);
}

.hover\:border-t-ipnvaluers-200\/10:hover {
  border-top-color: rgb(0 40 87 / 0.1);
}

.hover\:border-t-ipnvaluers-200\/100:hover {
  border-top-color: rgb(0 40 87 / 1);
}

.hover\:border-t-ipnvaluers-200\/20:hover {
  border-top-color: rgb(0 40 87 / 0.2);
}

.hover\:border-t-ipnvaluers-200\/25:hover {
  border-top-color: rgb(0 40 87 / 0.25);
}

.hover\:border-t-ipnvaluers-200\/30:hover {
  border-top-color: rgb(0 40 87 / 0.3);
}

.hover\:border-t-ipnvaluers-200\/40:hover {
  border-top-color: rgb(0 40 87 / 0.4);
}

.hover\:border-t-ipnvaluers-200\/5:hover {
  border-top-color: rgb(0 40 87 / 0.05);
}

.hover\:border-t-ipnvaluers-200\/50:hover {
  border-top-color: rgb(0 40 87 / 0.5);
}

.hover\:border-t-ipnvaluers-200\/60:hover {
  border-top-color: rgb(0 40 87 / 0.6);
}

.hover\:border-t-ipnvaluers-200\/70:hover {
  border-top-color: rgb(0 40 87 / 0.7);
}

.hover\:border-t-ipnvaluers-200\/75:hover {
  border-top-color: rgb(0 40 87 / 0.75);
}

.hover\:border-t-ipnvaluers-200\/80:hover {
  border-top-color: rgb(0 40 87 / 0.8);
}

.hover\:border-t-ipnvaluers-200\/90:hover {
  border-top-color: rgb(0 40 87 / 0.9);
}

.hover\:border-t-ipnvaluers-200\/95:hover {
  border-top-color: rgb(0 40 87 / 0.95);
}

.hover\:border-t-ipnvaluers-400:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(196 107 22 / var(--tw-border-opacity));
}

.hover\:border-t-ipnvaluers-400\/0:hover {
  border-top-color: rgb(196 107 22 / 0);
}

.hover\:border-t-ipnvaluers-400\/10:hover {
  border-top-color: rgb(196 107 22 / 0.1);
}

.hover\:border-t-ipnvaluers-400\/100:hover {
  border-top-color: rgb(196 107 22 / 1);
}

.hover\:border-t-ipnvaluers-400\/20:hover {
  border-top-color: rgb(196 107 22 / 0.2);
}

.hover\:border-t-ipnvaluers-400\/25:hover {
  border-top-color: rgb(196 107 22 / 0.25);
}

.hover\:border-t-ipnvaluers-400\/30:hover {
  border-top-color: rgb(196 107 22 / 0.3);
}

.hover\:border-t-ipnvaluers-400\/40:hover {
  border-top-color: rgb(196 107 22 / 0.4);
}

.hover\:border-t-ipnvaluers-400\/5:hover {
  border-top-color: rgb(196 107 22 / 0.05);
}

.hover\:border-t-ipnvaluers-400\/50:hover {
  border-top-color: rgb(196 107 22 / 0.5);
}

.hover\:border-t-ipnvaluers-400\/60:hover {
  border-top-color: rgb(196 107 22 / 0.6);
}

.hover\:border-t-ipnvaluers-400\/70:hover {
  border-top-color: rgb(196 107 22 / 0.7);
}

.hover\:border-t-ipnvaluers-400\/75:hover {
  border-top-color: rgb(196 107 22 / 0.75);
}

.hover\:border-t-ipnvaluers-400\/80:hover {
  border-top-color: rgb(196 107 22 / 0.8);
}

.hover\:border-t-ipnvaluers-400\/90:hover {
  border-top-color: rgb(196 107 22 / 0.9);
}

.hover\:border-t-ipnvaluers-400\/95:hover {
  border-top-color: rgb(196 107 22 / 0.95);
}

.hover\:border-t-ipnvaluers-500:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 174 21 / var(--tw-border-opacity));
}

.hover\:border-t-ipnvaluers-500\/0:hover {
  border-top-color: rgb(245 174 21 / 0);
}

.hover\:border-t-ipnvaluers-500\/10:hover {
  border-top-color: rgb(245 174 21 / 0.1);
}

.hover\:border-t-ipnvaluers-500\/100:hover {
  border-top-color: rgb(245 174 21 / 1);
}

.hover\:border-t-ipnvaluers-500\/20:hover {
  border-top-color: rgb(245 174 21 / 0.2);
}

.hover\:border-t-ipnvaluers-500\/25:hover {
  border-top-color: rgb(245 174 21 / 0.25);
}

.hover\:border-t-ipnvaluers-500\/30:hover {
  border-top-color: rgb(245 174 21 / 0.3);
}

.hover\:border-t-ipnvaluers-500\/40:hover {
  border-top-color: rgb(245 174 21 / 0.4);
}

.hover\:border-t-ipnvaluers-500\/5:hover {
  border-top-color: rgb(245 174 21 / 0.05);
}

.hover\:border-t-ipnvaluers-500\/50:hover {
  border-top-color: rgb(245 174 21 / 0.5);
}

.hover\:border-t-ipnvaluers-500\/60:hover {
  border-top-color: rgb(245 174 21 / 0.6);
}

.hover\:border-t-ipnvaluers-500\/70:hover {
  border-top-color: rgb(245 174 21 / 0.7);
}

.hover\:border-t-ipnvaluers-500\/75:hover {
  border-top-color: rgb(245 174 21 / 0.75);
}

.hover\:border-t-ipnvaluers-500\/80:hover {
  border-top-color: rgb(245 174 21 / 0.8);
}

.hover\:border-t-ipnvaluers-500\/90:hover {
  border-top-color: rgb(245 174 21 / 0.9);
}

.hover\:border-t-ipnvaluers-500\/95:hover {
  border-top-color: rgb(245 174 21 / 0.95);
}

.hover\:border-t-jukejam-500:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 210 101 / var(--tw-border-opacity));
}

.hover\:border-t-jukejam-500\/0:hover {
  border-top-color: rgb(250 210 101 / 0);
}

.hover\:border-t-jukejam-500\/10:hover {
  border-top-color: rgb(250 210 101 / 0.1);
}

.hover\:border-t-jukejam-500\/100:hover {
  border-top-color: rgb(250 210 101 / 1);
}

.hover\:border-t-jukejam-500\/20:hover {
  border-top-color: rgb(250 210 101 / 0.2);
}

.hover\:border-t-jukejam-500\/25:hover {
  border-top-color: rgb(250 210 101 / 0.25);
}

.hover\:border-t-jukejam-500\/30:hover {
  border-top-color: rgb(250 210 101 / 0.3);
}

.hover\:border-t-jukejam-500\/40:hover {
  border-top-color: rgb(250 210 101 / 0.4);
}

.hover\:border-t-jukejam-500\/5:hover {
  border-top-color: rgb(250 210 101 / 0.05);
}

.hover\:border-t-jukejam-500\/50:hover {
  border-top-color: rgb(250 210 101 / 0.5);
}

.hover\:border-t-jukejam-500\/60:hover {
  border-top-color: rgb(250 210 101 / 0.6);
}

.hover\:border-t-jukejam-500\/70:hover {
  border-top-color: rgb(250 210 101 / 0.7);
}

.hover\:border-t-jukejam-500\/75:hover {
  border-top-color: rgb(250 210 101 / 0.75);
}

.hover\:border-t-jukejam-500\/80:hover {
  border-top-color: rgb(250 210 101 / 0.8);
}

.hover\:border-t-jukejam-500\/90:hover {
  border-top-color: rgb(250 210 101 / 0.9);
}

.hover\:border-t-jukejam-500\/95:hover {
  border-top-color: rgb(250 210 101 / 0.95);
}

.hover\:border-t-lime-100:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(236 252 203 / var(--tw-border-opacity));
}

.hover\:border-t-lime-100\/0:hover {
  border-top-color: rgb(236 252 203 / 0);
}

.hover\:border-t-lime-100\/10:hover {
  border-top-color: rgb(236 252 203 / 0.1);
}

.hover\:border-t-lime-100\/100:hover {
  border-top-color: rgb(236 252 203 / 1);
}

.hover\:border-t-lime-100\/20:hover {
  border-top-color: rgb(236 252 203 / 0.2);
}

.hover\:border-t-lime-100\/25:hover {
  border-top-color: rgb(236 252 203 / 0.25);
}

.hover\:border-t-lime-100\/30:hover {
  border-top-color: rgb(236 252 203 / 0.3);
}

.hover\:border-t-lime-100\/40:hover {
  border-top-color: rgb(236 252 203 / 0.4);
}

.hover\:border-t-lime-100\/5:hover {
  border-top-color: rgb(236 252 203 / 0.05);
}

.hover\:border-t-lime-100\/50:hover {
  border-top-color: rgb(236 252 203 / 0.5);
}

.hover\:border-t-lime-100\/60:hover {
  border-top-color: rgb(236 252 203 / 0.6);
}

.hover\:border-t-lime-100\/70:hover {
  border-top-color: rgb(236 252 203 / 0.7);
}

.hover\:border-t-lime-100\/75:hover {
  border-top-color: rgb(236 252 203 / 0.75);
}

.hover\:border-t-lime-100\/80:hover {
  border-top-color: rgb(236 252 203 / 0.8);
}

.hover\:border-t-lime-100\/90:hover {
  border-top-color: rgb(236 252 203 / 0.9);
}

.hover\:border-t-lime-100\/95:hover {
  border-top-color: rgb(236 252 203 / 0.95);
}

.hover\:border-t-lime-200:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(217 249 157 / var(--tw-border-opacity));
}

.hover\:border-t-lime-200\/0:hover {
  border-top-color: rgb(217 249 157 / 0);
}

.hover\:border-t-lime-200\/10:hover {
  border-top-color: rgb(217 249 157 / 0.1);
}

.hover\:border-t-lime-200\/100:hover {
  border-top-color: rgb(217 249 157 / 1);
}

.hover\:border-t-lime-200\/20:hover {
  border-top-color: rgb(217 249 157 / 0.2);
}

.hover\:border-t-lime-200\/25:hover {
  border-top-color: rgb(217 249 157 / 0.25);
}

.hover\:border-t-lime-200\/30:hover {
  border-top-color: rgb(217 249 157 / 0.3);
}

.hover\:border-t-lime-200\/40:hover {
  border-top-color: rgb(217 249 157 / 0.4);
}

.hover\:border-t-lime-200\/5:hover {
  border-top-color: rgb(217 249 157 / 0.05);
}

.hover\:border-t-lime-200\/50:hover {
  border-top-color: rgb(217 249 157 / 0.5);
}

.hover\:border-t-lime-200\/60:hover {
  border-top-color: rgb(217 249 157 / 0.6);
}

.hover\:border-t-lime-200\/70:hover {
  border-top-color: rgb(217 249 157 / 0.7);
}

.hover\:border-t-lime-200\/75:hover {
  border-top-color: rgb(217 249 157 / 0.75);
}

.hover\:border-t-lime-200\/80:hover {
  border-top-color: rgb(217 249 157 / 0.8);
}

.hover\:border-t-lime-200\/90:hover {
  border-top-color: rgb(217 249 157 / 0.9);
}

.hover\:border-t-lime-200\/95:hover {
  border-top-color: rgb(217 249 157 / 0.95);
}

.hover\:border-t-lime-300:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(190 242 100 / var(--tw-border-opacity));
}

.hover\:border-t-lime-300\/0:hover {
  border-top-color: rgb(190 242 100 / 0);
}

.hover\:border-t-lime-300\/10:hover {
  border-top-color: rgb(190 242 100 / 0.1);
}

.hover\:border-t-lime-300\/100:hover {
  border-top-color: rgb(190 242 100 / 1);
}

.hover\:border-t-lime-300\/20:hover {
  border-top-color: rgb(190 242 100 / 0.2);
}

.hover\:border-t-lime-300\/25:hover {
  border-top-color: rgb(190 242 100 / 0.25);
}

.hover\:border-t-lime-300\/30:hover {
  border-top-color: rgb(190 242 100 / 0.3);
}

.hover\:border-t-lime-300\/40:hover {
  border-top-color: rgb(190 242 100 / 0.4);
}

.hover\:border-t-lime-300\/5:hover {
  border-top-color: rgb(190 242 100 / 0.05);
}

.hover\:border-t-lime-300\/50:hover {
  border-top-color: rgb(190 242 100 / 0.5);
}

.hover\:border-t-lime-300\/60:hover {
  border-top-color: rgb(190 242 100 / 0.6);
}

.hover\:border-t-lime-300\/70:hover {
  border-top-color: rgb(190 242 100 / 0.7);
}

.hover\:border-t-lime-300\/75:hover {
  border-top-color: rgb(190 242 100 / 0.75);
}

.hover\:border-t-lime-300\/80:hover {
  border-top-color: rgb(190 242 100 / 0.8);
}

.hover\:border-t-lime-300\/90:hover {
  border-top-color: rgb(190 242 100 / 0.9);
}

.hover\:border-t-lime-300\/95:hover {
  border-top-color: rgb(190 242 100 / 0.95);
}

.hover\:border-t-lime-400:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(163 230 53 / var(--tw-border-opacity));
}

.hover\:border-t-lime-400\/0:hover {
  border-top-color: rgb(163 230 53 / 0);
}

.hover\:border-t-lime-400\/10:hover {
  border-top-color: rgb(163 230 53 / 0.1);
}

.hover\:border-t-lime-400\/100:hover {
  border-top-color: rgb(163 230 53 / 1);
}

.hover\:border-t-lime-400\/20:hover {
  border-top-color: rgb(163 230 53 / 0.2);
}

.hover\:border-t-lime-400\/25:hover {
  border-top-color: rgb(163 230 53 / 0.25);
}

.hover\:border-t-lime-400\/30:hover {
  border-top-color: rgb(163 230 53 / 0.3);
}

.hover\:border-t-lime-400\/40:hover {
  border-top-color: rgb(163 230 53 / 0.4);
}

.hover\:border-t-lime-400\/5:hover {
  border-top-color: rgb(163 230 53 / 0.05);
}

.hover\:border-t-lime-400\/50:hover {
  border-top-color: rgb(163 230 53 / 0.5);
}

.hover\:border-t-lime-400\/60:hover {
  border-top-color: rgb(163 230 53 / 0.6);
}

.hover\:border-t-lime-400\/70:hover {
  border-top-color: rgb(163 230 53 / 0.7);
}

.hover\:border-t-lime-400\/75:hover {
  border-top-color: rgb(163 230 53 / 0.75);
}

.hover\:border-t-lime-400\/80:hover {
  border-top-color: rgb(163 230 53 / 0.8);
}

.hover\:border-t-lime-400\/90:hover {
  border-top-color: rgb(163 230 53 / 0.9);
}

.hover\:border-t-lime-400\/95:hover {
  border-top-color: rgb(163 230 53 / 0.95);
}

.hover\:border-t-lime-50:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(247 254 231 / var(--tw-border-opacity));
}

.hover\:border-t-lime-50\/0:hover {
  border-top-color: rgb(247 254 231 / 0);
}

.hover\:border-t-lime-50\/10:hover {
  border-top-color: rgb(247 254 231 / 0.1);
}

.hover\:border-t-lime-50\/100:hover {
  border-top-color: rgb(247 254 231 / 1);
}

.hover\:border-t-lime-50\/20:hover {
  border-top-color: rgb(247 254 231 / 0.2);
}

.hover\:border-t-lime-50\/25:hover {
  border-top-color: rgb(247 254 231 / 0.25);
}

.hover\:border-t-lime-50\/30:hover {
  border-top-color: rgb(247 254 231 / 0.3);
}

.hover\:border-t-lime-50\/40:hover {
  border-top-color: rgb(247 254 231 / 0.4);
}

.hover\:border-t-lime-50\/5:hover {
  border-top-color: rgb(247 254 231 / 0.05);
}

.hover\:border-t-lime-50\/50:hover {
  border-top-color: rgb(247 254 231 / 0.5);
}

.hover\:border-t-lime-50\/60:hover {
  border-top-color: rgb(247 254 231 / 0.6);
}

.hover\:border-t-lime-50\/70:hover {
  border-top-color: rgb(247 254 231 / 0.7);
}

.hover\:border-t-lime-50\/75:hover {
  border-top-color: rgb(247 254 231 / 0.75);
}

.hover\:border-t-lime-50\/80:hover {
  border-top-color: rgb(247 254 231 / 0.8);
}

.hover\:border-t-lime-50\/90:hover {
  border-top-color: rgb(247 254 231 / 0.9);
}

.hover\:border-t-lime-50\/95:hover {
  border-top-color: rgb(247 254 231 / 0.95);
}

.hover\:border-t-lime-500:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(132 204 22 / var(--tw-border-opacity));
}

.hover\:border-t-lime-500\/0:hover {
  border-top-color: rgb(132 204 22 / 0);
}

.hover\:border-t-lime-500\/10:hover {
  border-top-color: rgb(132 204 22 / 0.1);
}

.hover\:border-t-lime-500\/100:hover {
  border-top-color: rgb(132 204 22 / 1);
}

.hover\:border-t-lime-500\/20:hover {
  border-top-color: rgb(132 204 22 / 0.2);
}

.hover\:border-t-lime-500\/25:hover {
  border-top-color: rgb(132 204 22 / 0.25);
}

.hover\:border-t-lime-500\/30:hover {
  border-top-color: rgb(132 204 22 / 0.3);
}

.hover\:border-t-lime-500\/40:hover {
  border-top-color: rgb(132 204 22 / 0.4);
}

.hover\:border-t-lime-500\/5:hover {
  border-top-color: rgb(132 204 22 / 0.05);
}

.hover\:border-t-lime-500\/50:hover {
  border-top-color: rgb(132 204 22 / 0.5);
}

.hover\:border-t-lime-500\/60:hover {
  border-top-color: rgb(132 204 22 / 0.6);
}

.hover\:border-t-lime-500\/70:hover {
  border-top-color: rgb(132 204 22 / 0.7);
}

.hover\:border-t-lime-500\/75:hover {
  border-top-color: rgb(132 204 22 / 0.75);
}

.hover\:border-t-lime-500\/80:hover {
  border-top-color: rgb(132 204 22 / 0.8);
}

.hover\:border-t-lime-500\/90:hover {
  border-top-color: rgb(132 204 22 / 0.9);
}

.hover\:border-t-lime-500\/95:hover {
  border-top-color: rgb(132 204 22 / 0.95);
}

.hover\:border-t-lime-600:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(101 163 13 / var(--tw-border-opacity));
}

.hover\:border-t-lime-600\/0:hover {
  border-top-color: rgb(101 163 13 / 0);
}

.hover\:border-t-lime-600\/10:hover {
  border-top-color: rgb(101 163 13 / 0.1);
}

.hover\:border-t-lime-600\/100:hover {
  border-top-color: rgb(101 163 13 / 1);
}

.hover\:border-t-lime-600\/20:hover {
  border-top-color: rgb(101 163 13 / 0.2);
}

.hover\:border-t-lime-600\/25:hover {
  border-top-color: rgb(101 163 13 / 0.25);
}

.hover\:border-t-lime-600\/30:hover {
  border-top-color: rgb(101 163 13 / 0.3);
}

.hover\:border-t-lime-600\/40:hover {
  border-top-color: rgb(101 163 13 / 0.4);
}

.hover\:border-t-lime-600\/5:hover {
  border-top-color: rgb(101 163 13 / 0.05);
}

.hover\:border-t-lime-600\/50:hover {
  border-top-color: rgb(101 163 13 / 0.5);
}

.hover\:border-t-lime-600\/60:hover {
  border-top-color: rgb(101 163 13 / 0.6);
}

.hover\:border-t-lime-600\/70:hover {
  border-top-color: rgb(101 163 13 / 0.7);
}

.hover\:border-t-lime-600\/75:hover {
  border-top-color: rgb(101 163 13 / 0.75);
}

.hover\:border-t-lime-600\/80:hover {
  border-top-color: rgb(101 163 13 / 0.8);
}

.hover\:border-t-lime-600\/90:hover {
  border-top-color: rgb(101 163 13 / 0.9);
}

.hover\:border-t-lime-600\/95:hover {
  border-top-color: rgb(101 163 13 / 0.95);
}

.hover\:border-t-lime-700:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(77 124 15 / var(--tw-border-opacity));
}

.hover\:border-t-lime-700\/0:hover {
  border-top-color: rgb(77 124 15 / 0);
}

.hover\:border-t-lime-700\/10:hover {
  border-top-color: rgb(77 124 15 / 0.1);
}

.hover\:border-t-lime-700\/100:hover {
  border-top-color: rgb(77 124 15 / 1);
}

.hover\:border-t-lime-700\/20:hover {
  border-top-color: rgb(77 124 15 / 0.2);
}

.hover\:border-t-lime-700\/25:hover {
  border-top-color: rgb(77 124 15 / 0.25);
}

.hover\:border-t-lime-700\/30:hover {
  border-top-color: rgb(77 124 15 / 0.3);
}

.hover\:border-t-lime-700\/40:hover {
  border-top-color: rgb(77 124 15 / 0.4);
}

.hover\:border-t-lime-700\/5:hover {
  border-top-color: rgb(77 124 15 / 0.05);
}

.hover\:border-t-lime-700\/50:hover {
  border-top-color: rgb(77 124 15 / 0.5);
}

.hover\:border-t-lime-700\/60:hover {
  border-top-color: rgb(77 124 15 / 0.6);
}

.hover\:border-t-lime-700\/70:hover {
  border-top-color: rgb(77 124 15 / 0.7);
}

.hover\:border-t-lime-700\/75:hover {
  border-top-color: rgb(77 124 15 / 0.75);
}

.hover\:border-t-lime-700\/80:hover {
  border-top-color: rgb(77 124 15 / 0.8);
}

.hover\:border-t-lime-700\/90:hover {
  border-top-color: rgb(77 124 15 / 0.9);
}

.hover\:border-t-lime-700\/95:hover {
  border-top-color: rgb(77 124 15 / 0.95);
}

.hover\:border-t-lime-800:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(63 98 18 / var(--tw-border-opacity));
}

.hover\:border-t-lime-800\/0:hover {
  border-top-color: rgb(63 98 18 / 0);
}

.hover\:border-t-lime-800\/10:hover {
  border-top-color: rgb(63 98 18 / 0.1);
}

.hover\:border-t-lime-800\/100:hover {
  border-top-color: rgb(63 98 18 / 1);
}

.hover\:border-t-lime-800\/20:hover {
  border-top-color: rgb(63 98 18 / 0.2);
}

.hover\:border-t-lime-800\/25:hover {
  border-top-color: rgb(63 98 18 / 0.25);
}

.hover\:border-t-lime-800\/30:hover {
  border-top-color: rgb(63 98 18 / 0.3);
}

.hover\:border-t-lime-800\/40:hover {
  border-top-color: rgb(63 98 18 / 0.4);
}

.hover\:border-t-lime-800\/5:hover {
  border-top-color: rgb(63 98 18 / 0.05);
}

.hover\:border-t-lime-800\/50:hover {
  border-top-color: rgb(63 98 18 / 0.5);
}

.hover\:border-t-lime-800\/60:hover {
  border-top-color: rgb(63 98 18 / 0.6);
}

.hover\:border-t-lime-800\/70:hover {
  border-top-color: rgb(63 98 18 / 0.7);
}

.hover\:border-t-lime-800\/75:hover {
  border-top-color: rgb(63 98 18 / 0.75);
}

.hover\:border-t-lime-800\/80:hover {
  border-top-color: rgb(63 98 18 / 0.8);
}

.hover\:border-t-lime-800\/90:hover {
  border-top-color: rgb(63 98 18 / 0.9);
}

.hover\:border-t-lime-800\/95:hover {
  border-top-color: rgb(63 98 18 / 0.95);
}

.hover\:border-t-lime-900:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(54 83 20 / var(--tw-border-opacity));
}

.hover\:border-t-lime-900\/0:hover {
  border-top-color: rgb(54 83 20 / 0);
}

.hover\:border-t-lime-900\/10:hover {
  border-top-color: rgb(54 83 20 / 0.1);
}

.hover\:border-t-lime-900\/100:hover {
  border-top-color: rgb(54 83 20 / 1);
}

.hover\:border-t-lime-900\/20:hover {
  border-top-color: rgb(54 83 20 / 0.2);
}

.hover\:border-t-lime-900\/25:hover {
  border-top-color: rgb(54 83 20 / 0.25);
}

.hover\:border-t-lime-900\/30:hover {
  border-top-color: rgb(54 83 20 / 0.3);
}

.hover\:border-t-lime-900\/40:hover {
  border-top-color: rgb(54 83 20 / 0.4);
}

.hover\:border-t-lime-900\/5:hover {
  border-top-color: rgb(54 83 20 / 0.05);
}

.hover\:border-t-lime-900\/50:hover {
  border-top-color: rgb(54 83 20 / 0.5);
}

.hover\:border-t-lime-900\/60:hover {
  border-top-color: rgb(54 83 20 / 0.6);
}

.hover\:border-t-lime-900\/70:hover {
  border-top-color: rgb(54 83 20 / 0.7);
}

.hover\:border-t-lime-900\/75:hover {
  border-top-color: rgb(54 83 20 / 0.75);
}

.hover\:border-t-lime-900\/80:hover {
  border-top-color: rgb(54 83 20 / 0.8);
}

.hover\:border-t-lime-900\/90:hover {
  border-top-color: rgb(54 83 20 / 0.9);
}

.hover\:border-t-lime-900\/95:hover {
  border-top-color: rgb(54 83 20 / 0.95);
}

.hover\:border-t-lime-950:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(26 46 5 / var(--tw-border-opacity));
}

.hover\:border-t-lime-950\/0:hover {
  border-top-color: rgb(26 46 5 / 0);
}

.hover\:border-t-lime-950\/10:hover {
  border-top-color: rgb(26 46 5 / 0.1);
}

.hover\:border-t-lime-950\/100:hover {
  border-top-color: rgb(26 46 5 / 1);
}

.hover\:border-t-lime-950\/20:hover {
  border-top-color: rgb(26 46 5 / 0.2);
}

.hover\:border-t-lime-950\/25:hover {
  border-top-color: rgb(26 46 5 / 0.25);
}

.hover\:border-t-lime-950\/30:hover {
  border-top-color: rgb(26 46 5 / 0.3);
}

.hover\:border-t-lime-950\/40:hover {
  border-top-color: rgb(26 46 5 / 0.4);
}

.hover\:border-t-lime-950\/5:hover {
  border-top-color: rgb(26 46 5 / 0.05);
}

.hover\:border-t-lime-950\/50:hover {
  border-top-color: rgb(26 46 5 / 0.5);
}

.hover\:border-t-lime-950\/60:hover {
  border-top-color: rgb(26 46 5 / 0.6);
}

.hover\:border-t-lime-950\/70:hover {
  border-top-color: rgb(26 46 5 / 0.7);
}

.hover\:border-t-lime-950\/75:hover {
  border-top-color: rgb(26 46 5 / 0.75);
}

.hover\:border-t-lime-950\/80:hover {
  border-top-color: rgb(26 46 5 / 0.8);
}

.hover\:border-t-lime-950\/90:hover {
  border-top-color: rgb(26 46 5 / 0.9);
}

.hover\:border-t-lime-950\/95:hover {
  border-top-color: rgb(26 46 5 / 0.95);
}

.hover\:border-t-nafisa-500:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(153 53 10 / var(--tw-border-opacity));
}

.hover\:border-t-nafisa-500\/0:hover {
  border-top-color: rgb(153 53 10 / 0);
}

.hover\:border-t-nafisa-500\/10:hover {
  border-top-color: rgb(153 53 10 / 0.1);
}

.hover\:border-t-nafisa-500\/100:hover {
  border-top-color: rgb(153 53 10 / 1);
}

.hover\:border-t-nafisa-500\/20:hover {
  border-top-color: rgb(153 53 10 / 0.2);
}

.hover\:border-t-nafisa-500\/25:hover {
  border-top-color: rgb(153 53 10 / 0.25);
}

.hover\:border-t-nafisa-500\/30:hover {
  border-top-color: rgb(153 53 10 / 0.3);
}

.hover\:border-t-nafisa-500\/40:hover {
  border-top-color: rgb(153 53 10 / 0.4);
}

.hover\:border-t-nafisa-500\/5:hover {
  border-top-color: rgb(153 53 10 / 0.05);
}

.hover\:border-t-nafisa-500\/50:hover {
  border-top-color: rgb(153 53 10 / 0.5);
}

.hover\:border-t-nafisa-500\/60:hover {
  border-top-color: rgb(153 53 10 / 0.6);
}

.hover\:border-t-nafisa-500\/70:hover {
  border-top-color: rgb(153 53 10 / 0.7);
}

.hover\:border-t-nafisa-500\/75:hover {
  border-top-color: rgb(153 53 10 / 0.75);
}

.hover\:border-t-nafisa-500\/80:hover {
  border-top-color: rgb(153 53 10 / 0.8);
}

.hover\:border-t-nafisa-500\/90:hover {
  border-top-color: rgb(153 53 10 / 0.9);
}

.hover\:border-t-nafisa-500\/95:hover {
  border-top-color: rgb(153 53 10 / 0.95);
}

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

.hover\:border-t-neutral-100\/0:hover {
  border-top-color: rgb(245 245 245 / 0);
}

.hover\:border-t-neutral-100\/10:hover {
  border-top-color: rgb(245 245 245 / 0.1);
}

.hover\:border-t-neutral-100\/100:hover {
  border-top-color: rgb(245 245 245 / 1);
}

.hover\:border-t-neutral-100\/20:hover {
  border-top-color: rgb(245 245 245 / 0.2);
}

.hover\:border-t-neutral-100\/25:hover {
  border-top-color: rgb(245 245 245 / 0.25);
}

.hover\:border-t-neutral-100\/30:hover {
  border-top-color: rgb(245 245 245 / 0.3);
}

.hover\:border-t-neutral-100\/40:hover {
  border-top-color: rgb(245 245 245 / 0.4);
}

.hover\:border-t-neutral-100\/5:hover {
  border-top-color: rgb(245 245 245 / 0.05);
}

.hover\:border-t-neutral-100\/50:hover {
  border-top-color: rgb(245 245 245 / 0.5);
}

.hover\:border-t-neutral-100\/60:hover {
  border-top-color: rgb(245 245 245 / 0.6);
}

.hover\:border-t-neutral-100\/70:hover {
  border-top-color: rgb(245 245 245 / 0.7);
}

.hover\:border-t-neutral-100\/75:hover {
  border-top-color: rgb(245 245 245 / 0.75);
}

.hover\:border-t-neutral-100\/80:hover {
  border-top-color: rgb(245 245 245 / 0.8);
}

.hover\:border-t-neutral-100\/90:hover {
  border-top-color: rgb(245 245 245 / 0.9);
}

.hover\:border-t-neutral-100\/95:hover {
  border-top-color: rgb(245 245 245 / 0.95);
}

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

.hover\:border-t-neutral-200\/0:hover {
  border-top-color: rgb(229 229 229 / 0);
}

.hover\:border-t-neutral-200\/10:hover {
  border-top-color: rgb(229 229 229 / 0.1);
}

.hover\:border-t-neutral-200\/100:hover {
  border-top-color: rgb(229 229 229 / 1);
}

.hover\:border-t-neutral-200\/20:hover {
  border-top-color: rgb(229 229 229 / 0.2);
}

.hover\:border-t-neutral-200\/25:hover {
  border-top-color: rgb(229 229 229 / 0.25);
}

.hover\:border-t-neutral-200\/30:hover {
  border-top-color: rgb(229 229 229 / 0.3);
}

.hover\:border-t-neutral-200\/40:hover {
  border-top-color: rgb(229 229 229 / 0.4);
}

.hover\:border-t-neutral-200\/5:hover {
  border-top-color: rgb(229 229 229 / 0.05);
}

.hover\:border-t-neutral-200\/50:hover {
  border-top-color: rgb(229 229 229 / 0.5);
}

.hover\:border-t-neutral-200\/60:hover {
  border-top-color: rgb(229 229 229 / 0.6);
}

.hover\:border-t-neutral-200\/70:hover {
  border-top-color: rgb(229 229 229 / 0.7);
}

.hover\:border-t-neutral-200\/75:hover {
  border-top-color: rgb(229 229 229 / 0.75);
}

.hover\:border-t-neutral-200\/80:hover {
  border-top-color: rgb(229 229 229 / 0.8);
}

.hover\:border-t-neutral-200\/90:hover {
  border-top-color: rgb(229 229 229 / 0.9);
}

.hover\:border-t-neutral-200\/95:hover {
  border-top-color: rgb(229 229 229 / 0.95);
}

.hover\:border-t-neutral-300:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.hover\:border-t-neutral-300\/0:hover {
  border-top-color: rgb(212 212 212 / 0);
}

.hover\:border-t-neutral-300\/10:hover {
  border-top-color: rgb(212 212 212 / 0.1);
}

.hover\:border-t-neutral-300\/100:hover {
  border-top-color: rgb(212 212 212 / 1);
}

.hover\:border-t-neutral-300\/20:hover {
  border-top-color: rgb(212 212 212 / 0.2);
}

.hover\:border-t-neutral-300\/25:hover {
  border-top-color: rgb(212 212 212 / 0.25);
}

.hover\:border-t-neutral-300\/30:hover {
  border-top-color: rgb(212 212 212 / 0.3);
}

.hover\:border-t-neutral-300\/40:hover {
  border-top-color: rgb(212 212 212 / 0.4);
}

.hover\:border-t-neutral-300\/5:hover {
  border-top-color: rgb(212 212 212 / 0.05);
}

.hover\:border-t-neutral-300\/50:hover {
  border-top-color: rgb(212 212 212 / 0.5);
}

.hover\:border-t-neutral-300\/60:hover {
  border-top-color: rgb(212 212 212 / 0.6);
}

.hover\:border-t-neutral-300\/70:hover {
  border-top-color: rgb(212 212 212 / 0.7);
}

.hover\:border-t-neutral-300\/75:hover {
  border-top-color: rgb(212 212 212 / 0.75);
}

.hover\:border-t-neutral-300\/80:hover {
  border-top-color: rgb(212 212 212 / 0.8);
}

.hover\:border-t-neutral-300\/90:hover {
  border-top-color: rgb(212 212 212 / 0.9);
}

.hover\:border-t-neutral-300\/95:hover {
  border-top-color: rgb(212 212 212 / 0.95);
}

.hover\:border-t-neutral-400:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.hover\:border-t-neutral-400\/0:hover {
  border-top-color: rgb(163 163 163 / 0);
}

.hover\:border-t-neutral-400\/10:hover {
  border-top-color: rgb(163 163 163 / 0.1);
}

.hover\:border-t-neutral-400\/100:hover {
  border-top-color: rgb(163 163 163 / 1);
}

.hover\:border-t-neutral-400\/20:hover {
  border-top-color: rgb(163 163 163 / 0.2);
}

.hover\:border-t-neutral-400\/25:hover {
  border-top-color: rgb(163 163 163 / 0.25);
}

.hover\:border-t-neutral-400\/30:hover {
  border-top-color: rgb(163 163 163 / 0.3);
}

.hover\:border-t-neutral-400\/40:hover {
  border-top-color: rgb(163 163 163 / 0.4);
}

.hover\:border-t-neutral-400\/5:hover {
  border-top-color: rgb(163 163 163 / 0.05);
}

.hover\:border-t-neutral-400\/50:hover {
  border-top-color: rgb(163 163 163 / 0.5);
}

.hover\:border-t-neutral-400\/60:hover {
  border-top-color: rgb(163 163 163 / 0.6);
}

.hover\:border-t-neutral-400\/70:hover {
  border-top-color: rgb(163 163 163 / 0.7);
}

.hover\:border-t-neutral-400\/75:hover {
  border-top-color: rgb(163 163 163 / 0.75);
}

.hover\:border-t-neutral-400\/80:hover {
  border-top-color: rgb(163 163 163 / 0.8);
}

.hover\:border-t-neutral-400\/90:hover {
  border-top-color: rgb(163 163 163 / 0.9);
}

.hover\:border-t-neutral-400\/95:hover {
  border-top-color: rgb(163 163 163 / 0.95);
}

.hover\:border-t-neutral-50:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.hover\:border-t-neutral-50\/0:hover {
  border-top-color: rgb(250 250 250 / 0);
}

.hover\:border-t-neutral-50\/10:hover {
  border-top-color: rgb(250 250 250 / 0.1);
}

.hover\:border-t-neutral-50\/100:hover {
  border-top-color: rgb(250 250 250 / 1);
}

.hover\:border-t-neutral-50\/20:hover {
  border-top-color: rgb(250 250 250 / 0.2);
}

.hover\:border-t-neutral-50\/25:hover {
  border-top-color: rgb(250 250 250 / 0.25);
}

.hover\:border-t-neutral-50\/30:hover {
  border-top-color: rgb(250 250 250 / 0.3);
}

.hover\:border-t-neutral-50\/40:hover {
  border-top-color: rgb(250 250 250 / 0.4);
}

.hover\:border-t-neutral-50\/5:hover {
  border-top-color: rgb(250 250 250 / 0.05);
}

.hover\:border-t-neutral-50\/50:hover {
  border-top-color: rgb(250 250 250 / 0.5);
}

.hover\:border-t-neutral-50\/60:hover {
  border-top-color: rgb(250 250 250 / 0.6);
}

.hover\:border-t-neutral-50\/70:hover {
  border-top-color: rgb(250 250 250 / 0.7);
}

.hover\:border-t-neutral-50\/75:hover {
  border-top-color: rgb(250 250 250 / 0.75);
}

.hover\:border-t-neutral-50\/80:hover {
  border-top-color: rgb(250 250 250 / 0.8);
}

.hover\:border-t-neutral-50\/90:hover {
  border-top-color: rgb(250 250 250 / 0.9);
}

.hover\:border-t-neutral-50\/95:hover {
  border-top-color: rgb(250 250 250 / 0.95);
}

.hover\:border-t-neutral-500:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.hover\:border-t-neutral-500\/0:hover {
  border-top-color: rgb(115 115 115 / 0);
}

.hover\:border-t-neutral-500\/10:hover {
  border-top-color: rgb(115 115 115 / 0.1);
}

.hover\:border-t-neutral-500\/100:hover {
  border-top-color: rgb(115 115 115 / 1);
}

.hover\:border-t-neutral-500\/20:hover {
  border-top-color: rgb(115 115 115 / 0.2);
}

.hover\:border-t-neutral-500\/25:hover {
  border-top-color: rgb(115 115 115 / 0.25);
}

.hover\:border-t-neutral-500\/30:hover {
  border-top-color: rgb(115 115 115 / 0.3);
}

.hover\:border-t-neutral-500\/40:hover {
  border-top-color: rgb(115 115 115 / 0.4);
}

.hover\:border-t-neutral-500\/5:hover {
  border-top-color: rgb(115 115 115 / 0.05);
}

.hover\:border-t-neutral-500\/50:hover {
  border-top-color: rgb(115 115 115 / 0.5);
}

.hover\:border-t-neutral-500\/60:hover {
  border-top-color: rgb(115 115 115 / 0.6);
}

.hover\:border-t-neutral-500\/70:hover {
  border-top-color: rgb(115 115 115 / 0.7);
}

.hover\:border-t-neutral-500\/75:hover {
  border-top-color: rgb(115 115 115 / 0.75);
}

.hover\:border-t-neutral-500\/80:hover {
  border-top-color: rgb(115 115 115 / 0.8);
}

.hover\:border-t-neutral-500\/90:hover {
  border-top-color: rgb(115 115 115 / 0.9);
}

.hover\:border-t-neutral-500\/95:hover {
  border-top-color: rgb(115 115 115 / 0.95);
}

.hover\:border-t-neutral-600:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.hover\:border-t-neutral-600\/0:hover {
  border-top-color: rgb(82 82 82 / 0);
}

.hover\:border-t-neutral-600\/10:hover {
  border-top-color: rgb(82 82 82 / 0.1);
}

.hover\:border-t-neutral-600\/100:hover {
  border-top-color: rgb(82 82 82 / 1);
}

.hover\:border-t-neutral-600\/20:hover {
  border-top-color: rgb(82 82 82 / 0.2);
}

.hover\:border-t-neutral-600\/25:hover {
  border-top-color: rgb(82 82 82 / 0.25);
}

.hover\:border-t-neutral-600\/30:hover {
  border-top-color: rgb(82 82 82 / 0.3);
}

.hover\:border-t-neutral-600\/40:hover {
  border-top-color: rgb(82 82 82 / 0.4);
}

.hover\:border-t-neutral-600\/5:hover {
  border-top-color: rgb(82 82 82 / 0.05);
}

.hover\:border-t-neutral-600\/50:hover {
  border-top-color: rgb(82 82 82 / 0.5);
}

.hover\:border-t-neutral-600\/60:hover {
  border-top-color: rgb(82 82 82 / 0.6);
}

.hover\:border-t-neutral-600\/70:hover {
  border-top-color: rgb(82 82 82 / 0.7);
}

.hover\:border-t-neutral-600\/75:hover {
  border-top-color: rgb(82 82 82 / 0.75);
}

.hover\:border-t-neutral-600\/80:hover {
  border-top-color: rgb(82 82 82 / 0.8);
}

.hover\:border-t-neutral-600\/90:hover {
  border-top-color: rgb(82 82 82 / 0.9);
}

.hover\:border-t-neutral-600\/95:hover {
  border-top-color: rgb(82 82 82 / 0.95);
}

.hover\:border-t-neutral-700:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.hover\:border-t-neutral-700\/0:hover {
  border-top-color: rgb(64 64 64 / 0);
}

.hover\:border-t-neutral-700\/10:hover {
  border-top-color: rgb(64 64 64 / 0.1);
}

.hover\:border-t-neutral-700\/100:hover {
  border-top-color: rgb(64 64 64 / 1);
}

.hover\:border-t-neutral-700\/20:hover {
  border-top-color: rgb(64 64 64 / 0.2);
}

.hover\:border-t-neutral-700\/25:hover {
  border-top-color: rgb(64 64 64 / 0.25);
}

.hover\:border-t-neutral-700\/30:hover {
  border-top-color: rgb(64 64 64 / 0.3);
}

.hover\:border-t-neutral-700\/40:hover {
  border-top-color: rgb(64 64 64 / 0.4);
}

.hover\:border-t-neutral-700\/5:hover {
  border-top-color: rgb(64 64 64 / 0.05);
}

.hover\:border-t-neutral-700\/50:hover {
  border-top-color: rgb(64 64 64 / 0.5);
}

.hover\:border-t-neutral-700\/60:hover {
  border-top-color: rgb(64 64 64 / 0.6);
}

.hover\:border-t-neutral-700\/70:hover {
  border-top-color: rgb(64 64 64 / 0.7);
}

.hover\:border-t-neutral-700\/75:hover {
  border-top-color: rgb(64 64 64 / 0.75);
}

.hover\:border-t-neutral-700\/80:hover {
  border-top-color: rgb(64 64 64 / 0.8);
}

.hover\:border-t-neutral-700\/90:hover {
  border-top-color: rgb(64 64 64 / 0.9);
}

.hover\:border-t-neutral-700\/95:hover {
  border-top-color: rgb(64 64 64 / 0.95);
}

.hover\:border-t-neutral-800:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.hover\:border-t-neutral-800\/0:hover {
  border-top-color: rgb(38 38 38 / 0);
}

.hover\:border-t-neutral-800\/10:hover {
  border-top-color: rgb(38 38 38 / 0.1);
}

.hover\:border-t-neutral-800\/100:hover {
  border-top-color: rgb(38 38 38 / 1);
}

.hover\:border-t-neutral-800\/20:hover {
  border-top-color: rgb(38 38 38 / 0.2);
}

.hover\:border-t-neutral-800\/25:hover {
  border-top-color: rgb(38 38 38 / 0.25);
}

.hover\:border-t-neutral-800\/30:hover {
  border-top-color: rgb(38 38 38 / 0.3);
}

.hover\:border-t-neutral-800\/40:hover {
  border-top-color: rgb(38 38 38 / 0.4);
}

.hover\:border-t-neutral-800\/5:hover {
  border-top-color: rgb(38 38 38 / 0.05);
}

.hover\:border-t-neutral-800\/50:hover {
  border-top-color: rgb(38 38 38 / 0.5);
}

.hover\:border-t-neutral-800\/60:hover {
  border-top-color: rgb(38 38 38 / 0.6);
}

.hover\:border-t-neutral-800\/70:hover {
  border-top-color: rgb(38 38 38 / 0.7);
}

.hover\:border-t-neutral-800\/75:hover {
  border-top-color: rgb(38 38 38 / 0.75);
}

.hover\:border-t-neutral-800\/80:hover {
  border-top-color: rgb(38 38 38 / 0.8);
}

.hover\:border-t-neutral-800\/90:hover {
  border-top-color: rgb(38 38 38 / 0.9);
}

.hover\:border-t-neutral-800\/95:hover {
  border-top-color: rgb(38 38 38 / 0.95);
}

.hover\:border-t-neutral-900:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.hover\:border-t-neutral-900\/0:hover {
  border-top-color: rgb(23 23 23 / 0);
}

.hover\:border-t-neutral-900\/10:hover {
  border-top-color: rgb(23 23 23 / 0.1);
}

.hover\:border-t-neutral-900\/100:hover {
  border-top-color: rgb(23 23 23 / 1);
}

.hover\:border-t-neutral-900\/20:hover {
  border-top-color: rgb(23 23 23 / 0.2);
}

.hover\:border-t-neutral-900\/25:hover {
  border-top-color: rgb(23 23 23 / 0.25);
}

.hover\:border-t-neutral-900\/30:hover {
  border-top-color: rgb(23 23 23 / 0.3);
}

.hover\:border-t-neutral-900\/40:hover {
  border-top-color: rgb(23 23 23 / 0.4);
}

.hover\:border-t-neutral-900\/5:hover {
  border-top-color: rgb(23 23 23 / 0.05);
}

.hover\:border-t-neutral-900\/50:hover {
  border-top-color: rgb(23 23 23 / 0.5);
}

.hover\:border-t-neutral-900\/60:hover {
  border-top-color: rgb(23 23 23 / 0.6);
}

.hover\:border-t-neutral-900\/70:hover {
  border-top-color: rgb(23 23 23 / 0.7);
}

.hover\:border-t-neutral-900\/75:hover {
  border-top-color: rgb(23 23 23 / 0.75);
}

.hover\:border-t-neutral-900\/80:hover {
  border-top-color: rgb(23 23 23 / 0.8);
}

.hover\:border-t-neutral-900\/90:hover {
  border-top-color: rgb(23 23 23 / 0.9);
}

.hover\:border-t-neutral-900\/95:hover {
  border-top-color: rgb(23 23 23 / 0.95);
}

.hover\:border-t-neutral-950:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.hover\:border-t-neutral-950\/0:hover {
  border-top-color: rgb(10 10 10 / 0);
}

.hover\:border-t-neutral-950\/10:hover {
  border-top-color: rgb(10 10 10 / 0.1);
}

.hover\:border-t-neutral-950\/100:hover {
  border-top-color: rgb(10 10 10 / 1);
}

.hover\:border-t-neutral-950\/20:hover {
  border-top-color: rgb(10 10 10 / 0.2);
}

.hover\:border-t-neutral-950\/25:hover {
  border-top-color: rgb(10 10 10 / 0.25);
}

.hover\:border-t-neutral-950\/30:hover {
  border-top-color: rgb(10 10 10 / 0.3);
}

.hover\:border-t-neutral-950\/40:hover {
  border-top-color: rgb(10 10 10 / 0.4);
}

.hover\:border-t-neutral-950\/5:hover {
  border-top-color: rgb(10 10 10 / 0.05);
}

.hover\:border-t-neutral-950\/50:hover {
  border-top-color: rgb(10 10 10 / 0.5);
}

.hover\:border-t-neutral-950\/60:hover {
  border-top-color: rgb(10 10 10 / 0.6);
}

.hover\:border-t-neutral-950\/70:hover {
  border-top-color: rgb(10 10 10 / 0.7);
}

.hover\:border-t-neutral-950\/75:hover {
  border-top-color: rgb(10 10 10 / 0.75);
}

.hover\:border-t-neutral-950\/80:hover {
  border-top-color: rgb(10 10 10 / 0.8);
}

.hover\:border-t-neutral-950\/90:hover {
  border-top-color: rgb(10 10 10 / 0.9);
}

.hover\:border-t-neutral-950\/95:hover {
  border-top-color: rgb(10 10 10 / 0.95);
}

.hover\:border-t-orange-100:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 237 213 / var(--tw-border-opacity));
}

.hover\:border-t-orange-100\/0:hover {
  border-top-color: rgb(255 237 213 / 0);
}

.hover\:border-t-orange-100\/10:hover {
  border-top-color: rgb(255 237 213 / 0.1);
}

.hover\:border-t-orange-100\/100:hover {
  border-top-color: rgb(255 237 213 / 1);
}

.hover\:border-t-orange-100\/20:hover {
  border-top-color: rgb(255 237 213 / 0.2);
}

.hover\:border-t-orange-100\/25:hover {
  border-top-color: rgb(255 237 213 / 0.25);
}

.hover\:border-t-orange-100\/30:hover {
  border-top-color: rgb(255 237 213 / 0.3);
}

.hover\:border-t-orange-100\/40:hover {
  border-top-color: rgb(255 237 213 / 0.4);
}

.hover\:border-t-orange-100\/5:hover {
  border-top-color: rgb(255 237 213 / 0.05);
}

.hover\:border-t-orange-100\/50:hover {
  border-top-color: rgb(255 237 213 / 0.5);
}

.hover\:border-t-orange-100\/60:hover {
  border-top-color: rgb(255 237 213 / 0.6);
}

.hover\:border-t-orange-100\/70:hover {
  border-top-color: rgb(255 237 213 / 0.7);
}

.hover\:border-t-orange-100\/75:hover {
  border-top-color: rgb(255 237 213 / 0.75);
}

.hover\:border-t-orange-100\/80:hover {
  border-top-color: rgb(255 237 213 / 0.8);
}

.hover\:border-t-orange-100\/90:hover {
  border-top-color: rgb(255 237 213 / 0.9);
}

.hover\:border-t-orange-100\/95:hover {
  border-top-color: rgb(255 237 213 / 0.95);
}

.hover\:border-t-orange-200:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 215 170 / var(--tw-border-opacity));
}

.hover\:border-t-orange-200\/0:hover {
  border-top-color: rgb(254 215 170 / 0);
}

.hover\:border-t-orange-200\/10:hover {
  border-top-color: rgb(254 215 170 / 0.1);
}

.hover\:border-t-orange-200\/100:hover {
  border-top-color: rgb(254 215 170 / 1);
}

.hover\:border-t-orange-200\/20:hover {
  border-top-color: rgb(254 215 170 / 0.2);
}

.hover\:border-t-orange-200\/25:hover {
  border-top-color: rgb(254 215 170 / 0.25);
}

.hover\:border-t-orange-200\/30:hover {
  border-top-color: rgb(254 215 170 / 0.3);
}

.hover\:border-t-orange-200\/40:hover {
  border-top-color: rgb(254 215 170 / 0.4);
}

.hover\:border-t-orange-200\/5:hover {
  border-top-color: rgb(254 215 170 / 0.05);
}

.hover\:border-t-orange-200\/50:hover {
  border-top-color: rgb(254 215 170 / 0.5);
}

.hover\:border-t-orange-200\/60:hover {
  border-top-color: rgb(254 215 170 / 0.6);
}

.hover\:border-t-orange-200\/70:hover {
  border-top-color: rgb(254 215 170 / 0.7);
}

.hover\:border-t-orange-200\/75:hover {
  border-top-color: rgb(254 215 170 / 0.75);
}

.hover\:border-t-orange-200\/80:hover {
  border-top-color: rgb(254 215 170 / 0.8);
}

.hover\:border-t-orange-200\/90:hover {
  border-top-color: rgb(254 215 170 / 0.9);
}

.hover\:border-t-orange-200\/95:hover {
  border-top-color: rgb(254 215 170 / 0.95);
}

.hover\:border-t-orange-300:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 186 116 / var(--tw-border-opacity));
}

.hover\:border-t-orange-300\/0:hover {
  border-top-color: rgb(253 186 116 / 0);
}

.hover\:border-t-orange-300\/10:hover {
  border-top-color: rgb(253 186 116 / 0.1);
}

.hover\:border-t-orange-300\/100:hover {
  border-top-color: rgb(253 186 116 / 1);
}

.hover\:border-t-orange-300\/20:hover {
  border-top-color: rgb(253 186 116 / 0.2);
}

.hover\:border-t-orange-300\/25:hover {
  border-top-color: rgb(253 186 116 / 0.25);
}

.hover\:border-t-orange-300\/30:hover {
  border-top-color: rgb(253 186 116 / 0.3);
}

.hover\:border-t-orange-300\/40:hover {
  border-top-color: rgb(253 186 116 / 0.4);
}

.hover\:border-t-orange-300\/5:hover {
  border-top-color: rgb(253 186 116 / 0.05);
}

.hover\:border-t-orange-300\/50:hover {
  border-top-color: rgb(253 186 116 / 0.5);
}

.hover\:border-t-orange-300\/60:hover {
  border-top-color: rgb(253 186 116 / 0.6);
}

.hover\:border-t-orange-300\/70:hover {
  border-top-color: rgb(253 186 116 / 0.7);
}

.hover\:border-t-orange-300\/75:hover {
  border-top-color: rgb(253 186 116 / 0.75);
}

.hover\:border-t-orange-300\/80:hover {
  border-top-color: rgb(253 186 116 / 0.8);
}

.hover\:border-t-orange-300\/90:hover {
  border-top-color: rgb(253 186 116 / 0.9);
}

.hover\:border-t-orange-300\/95:hover {
  border-top-color: rgb(253 186 116 / 0.95);
}

.hover\:border-t-orange-400:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.hover\:border-t-orange-400\/0:hover {
  border-top-color: rgb(251 146 60 / 0);
}

.hover\:border-t-orange-400\/10:hover {
  border-top-color: rgb(251 146 60 / 0.1);
}

.hover\:border-t-orange-400\/100:hover {
  border-top-color: rgb(251 146 60 / 1);
}

.hover\:border-t-orange-400\/20:hover {
  border-top-color: rgb(251 146 60 / 0.2);
}

.hover\:border-t-orange-400\/25:hover {
  border-top-color: rgb(251 146 60 / 0.25);
}

.hover\:border-t-orange-400\/30:hover {
  border-top-color: rgb(251 146 60 / 0.3);
}

.hover\:border-t-orange-400\/40:hover {
  border-top-color: rgb(251 146 60 / 0.4);
}

.hover\:border-t-orange-400\/5:hover {
  border-top-color: rgb(251 146 60 / 0.05);
}

.hover\:border-t-orange-400\/50:hover {
  border-top-color: rgb(251 146 60 / 0.5);
}

.hover\:border-t-orange-400\/60:hover {
  border-top-color: rgb(251 146 60 / 0.6);
}

.hover\:border-t-orange-400\/70:hover {
  border-top-color: rgb(251 146 60 / 0.7);
}

.hover\:border-t-orange-400\/75:hover {
  border-top-color: rgb(251 146 60 / 0.75);
}

.hover\:border-t-orange-400\/80:hover {
  border-top-color: rgb(251 146 60 / 0.8);
}

.hover\:border-t-orange-400\/90:hover {
  border-top-color: rgb(251 146 60 / 0.9);
}

.hover\:border-t-orange-400\/95:hover {
  border-top-color: rgb(251 146 60 / 0.95);
}

.hover\:border-t-orange-50:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 247 237 / var(--tw-border-opacity));
}

.hover\:border-t-orange-50\/0:hover {
  border-top-color: rgb(255 247 237 / 0);
}

.hover\:border-t-orange-50\/10:hover {
  border-top-color: rgb(255 247 237 / 0.1);
}

.hover\:border-t-orange-50\/100:hover {
  border-top-color: rgb(255 247 237 / 1);
}

.hover\:border-t-orange-50\/20:hover {
  border-top-color: rgb(255 247 237 / 0.2);
}

.hover\:border-t-orange-50\/25:hover {
  border-top-color: rgb(255 247 237 / 0.25);
}

.hover\:border-t-orange-50\/30:hover {
  border-top-color: rgb(255 247 237 / 0.3);
}

.hover\:border-t-orange-50\/40:hover {
  border-top-color: rgb(255 247 237 / 0.4);
}

.hover\:border-t-orange-50\/5:hover {
  border-top-color: rgb(255 247 237 / 0.05);
}

.hover\:border-t-orange-50\/50:hover {
  border-top-color: rgb(255 247 237 / 0.5);
}

.hover\:border-t-orange-50\/60:hover {
  border-top-color: rgb(255 247 237 / 0.6);
}

.hover\:border-t-orange-50\/70:hover {
  border-top-color: rgb(255 247 237 / 0.7);
}

.hover\:border-t-orange-50\/75:hover {
  border-top-color: rgb(255 247 237 / 0.75);
}

.hover\:border-t-orange-50\/80:hover {
  border-top-color: rgb(255 247 237 / 0.8);
}

.hover\:border-t-orange-50\/90:hover {
  border-top-color: rgb(255 247 237 / 0.9);
}

.hover\:border-t-orange-50\/95:hover {
  border-top-color: rgb(255 247 237 / 0.95);
}

.hover\:border-t-orange-500:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 115 22 / var(--tw-border-opacity));
}

.hover\:border-t-orange-500\/0:hover {
  border-top-color: rgb(249 115 22 / 0);
}

.hover\:border-t-orange-500\/10:hover {
  border-top-color: rgb(249 115 22 / 0.1);
}

.hover\:border-t-orange-500\/100:hover {
  border-top-color: rgb(249 115 22 / 1);
}

.hover\:border-t-orange-500\/20:hover {
  border-top-color: rgb(249 115 22 / 0.2);
}

.hover\:border-t-orange-500\/25:hover {
  border-top-color: rgb(249 115 22 / 0.25);
}

.hover\:border-t-orange-500\/30:hover {
  border-top-color: rgb(249 115 22 / 0.3);
}

.hover\:border-t-orange-500\/40:hover {
  border-top-color: rgb(249 115 22 / 0.4);
}

.hover\:border-t-orange-500\/5:hover {
  border-top-color: rgb(249 115 22 / 0.05);
}

.hover\:border-t-orange-500\/50:hover {
  border-top-color: rgb(249 115 22 / 0.5);
}

.hover\:border-t-orange-500\/60:hover {
  border-top-color: rgb(249 115 22 / 0.6);
}

.hover\:border-t-orange-500\/70:hover {
  border-top-color: rgb(249 115 22 / 0.7);
}

.hover\:border-t-orange-500\/75:hover {
  border-top-color: rgb(249 115 22 / 0.75);
}

.hover\:border-t-orange-500\/80:hover {
  border-top-color: rgb(249 115 22 / 0.8);
}

.hover\:border-t-orange-500\/90:hover {
  border-top-color: rgb(249 115 22 / 0.9);
}

.hover\:border-t-orange-500\/95:hover {
  border-top-color: rgb(249 115 22 / 0.95);
}

.hover\:border-t-orange-600:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.hover\:border-t-orange-600\/0:hover {
  border-top-color: rgb(234 88 12 / 0);
}

.hover\:border-t-orange-600\/10:hover {
  border-top-color: rgb(234 88 12 / 0.1);
}

.hover\:border-t-orange-600\/100:hover {
  border-top-color: rgb(234 88 12 / 1);
}

.hover\:border-t-orange-600\/20:hover {
  border-top-color: rgb(234 88 12 / 0.2);
}

.hover\:border-t-orange-600\/25:hover {
  border-top-color: rgb(234 88 12 / 0.25);
}

.hover\:border-t-orange-600\/30:hover {
  border-top-color: rgb(234 88 12 / 0.3);
}

.hover\:border-t-orange-600\/40:hover {
  border-top-color: rgb(234 88 12 / 0.4);
}

.hover\:border-t-orange-600\/5:hover {
  border-top-color: rgb(234 88 12 / 0.05);
}

.hover\:border-t-orange-600\/50:hover {
  border-top-color: rgb(234 88 12 / 0.5);
}

.hover\:border-t-orange-600\/60:hover {
  border-top-color: rgb(234 88 12 / 0.6);
}

.hover\:border-t-orange-600\/70:hover {
  border-top-color: rgb(234 88 12 / 0.7);
}

.hover\:border-t-orange-600\/75:hover {
  border-top-color: rgb(234 88 12 / 0.75);
}

.hover\:border-t-orange-600\/80:hover {
  border-top-color: rgb(234 88 12 / 0.8);
}

.hover\:border-t-orange-600\/90:hover {
  border-top-color: rgb(234 88 12 / 0.9);
}

.hover\:border-t-orange-600\/95:hover {
  border-top-color: rgb(234 88 12 / 0.95);
}

.hover\:border-t-orange-700:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(194 65 12 / var(--tw-border-opacity));
}

.hover\:border-t-orange-700\/0:hover {
  border-top-color: rgb(194 65 12 / 0);
}

.hover\:border-t-orange-700\/10:hover {
  border-top-color: rgb(194 65 12 / 0.1);
}

.hover\:border-t-orange-700\/100:hover {
  border-top-color: rgb(194 65 12 / 1);
}

.hover\:border-t-orange-700\/20:hover {
  border-top-color: rgb(194 65 12 / 0.2);
}

.hover\:border-t-orange-700\/25:hover {
  border-top-color: rgb(194 65 12 / 0.25);
}

.hover\:border-t-orange-700\/30:hover {
  border-top-color: rgb(194 65 12 / 0.3);
}

.hover\:border-t-orange-700\/40:hover {
  border-top-color: rgb(194 65 12 / 0.4);
}

.hover\:border-t-orange-700\/5:hover {
  border-top-color: rgb(194 65 12 / 0.05);
}

.hover\:border-t-orange-700\/50:hover {
  border-top-color: rgb(194 65 12 / 0.5);
}

.hover\:border-t-orange-700\/60:hover {
  border-top-color: rgb(194 65 12 / 0.6);
}

.hover\:border-t-orange-700\/70:hover {
  border-top-color: rgb(194 65 12 / 0.7);
}

.hover\:border-t-orange-700\/75:hover {
  border-top-color: rgb(194 65 12 / 0.75);
}

.hover\:border-t-orange-700\/80:hover {
  border-top-color: rgb(194 65 12 / 0.8);
}

.hover\:border-t-orange-700\/90:hover {
  border-top-color: rgb(194 65 12 / 0.9);
}

.hover\:border-t-orange-700\/95:hover {
  border-top-color: rgb(194 65 12 / 0.95);
}

.hover\:border-t-orange-800:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(154 52 18 / var(--tw-border-opacity));
}

.hover\:border-t-orange-800\/0:hover {
  border-top-color: rgb(154 52 18 / 0);
}

.hover\:border-t-orange-800\/10:hover {
  border-top-color: rgb(154 52 18 / 0.1);
}

.hover\:border-t-orange-800\/100:hover {
  border-top-color: rgb(154 52 18 / 1);
}

.hover\:border-t-orange-800\/20:hover {
  border-top-color: rgb(154 52 18 / 0.2);
}

.hover\:border-t-orange-800\/25:hover {
  border-top-color: rgb(154 52 18 / 0.25);
}

.hover\:border-t-orange-800\/30:hover {
  border-top-color: rgb(154 52 18 / 0.3);
}

.hover\:border-t-orange-800\/40:hover {
  border-top-color: rgb(154 52 18 / 0.4);
}

.hover\:border-t-orange-800\/5:hover {
  border-top-color: rgb(154 52 18 / 0.05);
}

.hover\:border-t-orange-800\/50:hover {
  border-top-color: rgb(154 52 18 / 0.5);
}

.hover\:border-t-orange-800\/60:hover {
  border-top-color: rgb(154 52 18 / 0.6);
}

.hover\:border-t-orange-800\/70:hover {
  border-top-color: rgb(154 52 18 / 0.7);
}

.hover\:border-t-orange-800\/75:hover {
  border-top-color: rgb(154 52 18 / 0.75);
}

.hover\:border-t-orange-800\/80:hover {
  border-top-color: rgb(154 52 18 / 0.8);
}

.hover\:border-t-orange-800\/90:hover {
  border-top-color: rgb(154 52 18 / 0.9);
}

.hover\:border-t-orange-800\/95:hover {
  border-top-color: rgb(154 52 18 / 0.95);
}

.hover\:border-t-orange-900:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(124 45 18 / var(--tw-border-opacity));
}

.hover\:border-t-orange-900\/0:hover {
  border-top-color: rgb(124 45 18 / 0);
}

.hover\:border-t-orange-900\/10:hover {
  border-top-color: rgb(124 45 18 / 0.1);
}

.hover\:border-t-orange-900\/100:hover {
  border-top-color: rgb(124 45 18 / 1);
}

.hover\:border-t-orange-900\/20:hover {
  border-top-color: rgb(124 45 18 / 0.2);
}

.hover\:border-t-orange-900\/25:hover {
  border-top-color: rgb(124 45 18 / 0.25);
}

.hover\:border-t-orange-900\/30:hover {
  border-top-color: rgb(124 45 18 / 0.3);
}

.hover\:border-t-orange-900\/40:hover {
  border-top-color: rgb(124 45 18 / 0.4);
}

.hover\:border-t-orange-900\/5:hover {
  border-top-color: rgb(124 45 18 / 0.05);
}

.hover\:border-t-orange-900\/50:hover {
  border-top-color: rgb(124 45 18 / 0.5);
}

.hover\:border-t-orange-900\/60:hover {
  border-top-color: rgb(124 45 18 / 0.6);
}

.hover\:border-t-orange-900\/70:hover {
  border-top-color: rgb(124 45 18 / 0.7);
}

.hover\:border-t-orange-900\/75:hover {
  border-top-color: rgb(124 45 18 / 0.75);
}

.hover\:border-t-orange-900\/80:hover {
  border-top-color: rgb(124 45 18 / 0.8);
}

.hover\:border-t-orange-900\/90:hover {
  border-top-color: rgb(124 45 18 / 0.9);
}

.hover\:border-t-orange-900\/95:hover {
  border-top-color: rgb(124 45 18 / 0.95);
}

.hover\:border-t-orange-950:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(67 20 7 / var(--tw-border-opacity));
}

.hover\:border-t-orange-950\/0:hover {
  border-top-color: rgb(67 20 7 / 0);
}

.hover\:border-t-orange-950\/10:hover {
  border-top-color: rgb(67 20 7 / 0.1);
}

.hover\:border-t-orange-950\/100:hover {
  border-top-color: rgb(67 20 7 / 1);
}

.hover\:border-t-orange-950\/20:hover {
  border-top-color: rgb(67 20 7 / 0.2);
}

.hover\:border-t-orange-950\/25:hover {
  border-top-color: rgb(67 20 7 / 0.25);
}

.hover\:border-t-orange-950\/30:hover {
  border-top-color: rgb(67 20 7 / 0.3);
}

.hover\:border-t-orange-950\/40:hover {
  border-top-color: rgb(67 20 7 / 0.4);
}

.hover\:border-t-orange-950\/5:hover {
  border-top-color: rgb(67 20 7 / 0.05);
}

.hover\:border-t-orange-950\/50:hover {
  border-top-color: rgb(67 20 7 / 0.5);
}

.hover\:border-t-orange-950\/60:hover {
  border-top-color: rgb(67 20 7 / 0.6);
}

.hover\:border-t-orange-950\/70:hover {
  border-top-color: rgb(67 20 7 / 0.7);
}

.hover\:border-t-orange-950\/75:hover {
  border-top-color: rgb(67 20 7 / 0.75);
}

.hover\:border-t-orange-950\/80:hover {
  border-top-color: rgb(67 20 7 / 0.8);
}

.hover\:border-t-orange-950\/90:hover {
  border-top-color: rgb(67 20 7 / 0.9);
}

.hover\:border-t-orange-950\/95:hover {
  border-top-color: rgb(67 20 7 / 0.95);
}

.hover\:border-t-ozc-100:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 239 235 / var(--tw-border-opacity));
}

.hover\:border-t-ozc-100\/0:hover {
  border-top-color: rgb(255 239 235 / 0);
}

.hover\:border-t-ozc-100\/10:hover {
  border-top-color: rgb(255 239 235 / 0.1);
}

.hover\:border-t-ozc-100\/100:hover {
  border-top-color: rgb(255 239 235 / 1);
}

.hover\:border-t-ozc-100\/20:hover {
  border-top-color: rgb(255 239 235 / 0.2);
}

.hover\:border-t-ozc-100\/25:hover {
  border-top-color: rgb(255 239 235 / 0.25);
}

.hover\:border-t-ozc-100\/30:hover {
  border-top-color: rgb(255 239 235 / 0.3);
}

.hover\:border-t-ozc-100\/40:hover {
  border-top-color: rgb(255 239 235 / 0.4);
}

.hover\:border-t-ozc-100\/5:hover {
  border-top-color: rgb(255 239 235 / 0.05);
}

.hover\:border-t-ozc-100\/50:hover {
  border-top-color: rgb(255 239 235 / 0.5);
}

.hover\:border-t-ozc-100\/60:hover {
  border-top-color: rgb(255 239 235 / 0.6);
}

.hover\:border-t-ozc-100\/70:hover {
  border-top-color: rgb(255 239 235 / 0.7);
}

.hover\:border-t-ozc-100\/75:hover {
  border-top-color: rgb(255 239 235 / 0.75);
}

.hover\:border-t-ozc-100\/80:hover {
  border-top-color: rgb(255 239 235 / 0.8);
}

.hover\:border-t-ozc-100\/90:hover {
  border-top-color: rgb(255 239 235 / 0.9);
}

.hover\:border-t-ozc-100\/95:hover {
  border-top-color: rgb(255 239 235 / 0.95);
}

.hover\:border-t-ozc-200:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 225 222 / var(--tw-border-opacity));
}

.hover\:border-t-ozc-200\/0:hover {
  border-top-color: rgb(253 225 222 / 0);
}

.hover\:border-t-ozc-200\/10:hover {
  border-top-color: rgb(253 225 222 / 0.1);
}

.hover\:border-t-ozc-200\/100:hover {
  border-top-color: rgb(253 225 222 / 1);
}

.hover\:border-t-ozc-200\/20:hover {
  border-top-color: rgb(253 225 222 / 0.2);
}

.hover\:border-t-ozc-200\/25:hover {
  border-top-color: rgb(253 225 222 / 0.25);
}

.hover\:border-t-ozc-200\/30:hover {
  border-top-color: rgb(253 225 222 / 0.3);
}

.hover\:border-t-ozc-200\/40:hover {
  border-top-color: rgb(253 225 222 / 0.4);
}

.hover\:border-t-ozc-200\/5:hover {
  border-top-color: rgb(253 225 222 / 0.05);
}

.hover\:border-t-ozc-200\/50:hover {
  border-top-color: rgb(253 225 222 / 0.5);
}

.hover\:border-t-ozc-200\/60:hover {
  border-top-color: rgb(253 225 222 / 0.6);
}

.hover\:border-t-ozc-200\/70:hover {
  border-top-color: rgb(253 225 222 / 0.7);
}

.hover\:border-t-ozc-200\/75:hover {
  border-top-color: rgb(253 225 222 / 0.75);
}

.hover\:border-t-ozc-200\/80:hover {
  border-top-color: rgb(253 225 222 / 0.8);
}

.hover\:border-t-ozc-200\/90:hover {
  border-top-color: rgb(253 225 222 / 0.9);
}

.hover\:border-t-ozc-200\/95:hover {
  border-top-color: rgb(253 225 222 / 0.95);
}

.hover\:border-t-ozc-300:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(248 181 181 / var(--tw-border-opacity));
}

.hover\:border-t-ozc-300\/0:hover {
  border-top-color: rgb(248 181 181 / 0);
}

.hover\:border-t-ozc-300\/10:hover {
  border-top-color: rgb(248 181 181 / 0.1);
}

.hover\:border-t-ozc-300\/100:hover {
  border-top-color: rgb(248 181 181 / 1);
}

.hover\:border-t-ozc-300\/20:hover {
  border-top-color: rgb(248 181 181 / 0.2);
}

.hover\:border-t-ozc-300\/25:hover {
  border-top-color: rgb(248 181 181 / 0.25);
}

.hover\:border-t-ozc-300\/30:hover {
  border-top-color: rgb(248 181 181 / 0.3);
}

.hover\:border-t-ozc-300\/40:hover {
  border-top-color: rgb(248 181 181 / 0.4);
}

.hover\:border-t-ozc-300\/5:hover {
  border-top-color: rgb(248 181 181 / 0.05);
}

.hover\:border-t-ozc-300\/50:hover {
  border-top-color: rgb(248 181 181 / 0.5);
}

.hover\:border-t-ozc-300\/60:hover {
  border-top-color: rgb(248 181 181 / 0.6);
}

.hover\:border-t-ozc-300\/70:hover {
  border-top-color: rgb(248 181 181 / 0.7);
}

.hover\:border-t-ozc-300\/75:hover {
  border-top-color: rgb(248 181 181 / 0.75);
}

.hover\:border-t-ozc-300\/80:hover {
  border-top-color: rgb(248 181 181 / 0.8);
}

.hover\:border-t-ozc-300\/90:hover {
  border-top-color: rgb(248 181 181 / 0.9);
}

.hover\:border-t-ozc-300\/95:hover {
  border-top-color: rgb(248 181 181 / 0.95);
}

.hover\:border-t-ozc-400:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 189 173 / var(--tw-border-opacity));
}

.hover\:border-t-ozc-400\/0:hover {
  border-top-color: rgb(250 189 173 / 0);
}

.hover\:border-t-ozc-400\/10:hover {
  border-top-color: rgb(250 189 173 / 0.1);
}

.hover\:border-t-ozc-400\/100:hover {
  border-top-color: rgb(250 189 173 / 1);
}

.hover\:border-t-ozc-400\/20:hover {
  border-top-color: rgb(250 189 173 / 0.2);
}

.hover\:border-t-ozc-400\/25:hover {
  border-top-color: rgb(250 189 173 / 0.25);
}

.hover\:border-t-ozc-400\/30:hover {
  border-top-color: rgb(250 189 173 / 0.3);
}

.hover\:border-t-ozc-400\/40:hover {
  border-top-color: rgb(250 189 173 / 0.4);
}

.hover\:border-t-ozc-400\/5:hover {
  border-top-color: rgb(250 189 173 / 0.05);
}

.hover\:border-t-ozc-400\/50:hover {
  border-top-color: rgb(250 189 173 / 0.5);
}

.hover\:border-t-ozc-400\/60:hover {
  border-top-color: rgb(250 189 173 / 0.6);
}

.hover\:border-t-ozc-400\/70:hover {
  border-top-color: rgb(250 189 173 / 0.7);
}

.hover\:border-t-ozc-400\/75:hover {
  border-top-color: rgb(250 189 173 / 0.75);
}

.hover\:border-t-ozc-400\/80:hover {
  border-top-color: rgb(250 189 173 / 0.8);
}

.hover\:border-t-ozc-400\/90:hover {
  border-top-color: rgb(250 189 173 / 0.9);
}

.hover\:border-t-ozc-400\/95:hover {
  border-top-color: rgb(250 189 173 / 0.95);
}

.hover\:border-t-ozc-50:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 243 232 / var(--tw-border-opacity));
}

.hover\:border-t-ozc-50\/0:hover {
  border-top-color: rgb(254 243 232 / 0);
}

.hover\:border-t-ozc-50\/10:hover {
  border-top-color: rgb(254 243 232 / 0.1);
}

.hover\:border-t-ozc-50\/100:hover {
  border-top-color: rgb(254 243 232 / 1);
}

.hover\:border-t-ozc-50\/20:hover {
  border-top-color: rgb(254 243 232 / 0.2);
}

.hover\:border-t-ozc-50\/25:hover {
  border-top-color: rgb(254 243 232 / 0.25);
}

.hover\:border-t-ozc-50\/30:hover {
  border-top-color: rgb(254 243 232 / 0.3);
}

.hover\:border-t-ozc-50\/40:hover {
  border-top-color: rgb(254 243 232 / 0.4);
}

.hover\:border-t-ozc-50\/5:hover {
  border-top-color: rgb(254 243 232 / 0.05);
}

.hover\:border-t-ozc-50\/50:hover {
  border-top-color: rgb(254 243 232 / 0.5);
}

.hover\:border-t-ozc-50\/60:hover {
  border-top-color: rgb(254 243 232 / 0.6);
}

.hover\:border-t-ozc-50\/70:hover {
  border-top-color: rgb(254 243 232 / 0.7);
}

.hover\:border-t-ozc-50\/75:hover {
  border-top-color: rgb(254 243 232 / 0.75);
}

.hover\:border-t-ozc-50\/80:hover {
  border-top-color: rgb(254 243 232 / 0.8);
}

.hover\:border-t-ozc-50\/90:hover {
  border-top-color: rgb(254 243 232 / 0.9);
}

.hover\:border-t-ozc-50\/95:hover {
  border-top-color: rgb(254 243 232 / 0.95);
}

.hover\:border-t-ozc-500:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 110 96 / var(--tw-border-opacity));
}

.hover\:border-t-ozc-500\/0:hover {
  border-top-color: rgb(255 110 96 / 0);
}

.hover\:border-t-ozc-500\/10:hover {
  border-top-color: rgb(255 110 96 / 0.1);
}

.hover\:border-t-ozc-500\/100:hover {
  border-top-color: rgb(255 110 96 / 1);
}

.hover\:border-t-ozc-500\/20:hover {
  border-top-color: rgb(255 110 96 / 0.2);
}

.hover\:border-t-ozc-500\/25:hover {
  border-top-color: rgb(255 110 96 / 0.25);
}

.hover\:border-t-ozc-500\/30:hover {
  border-top-color: rgb(255 110 96 / 0.3);
}

.hover\:border-t-ozc-500\/40:hover {
  border-top-color: rgb(255 110 96 / 0.4);
}

.hover\:border-t-ozc-500\/5:hover {
  border-top-color: rgb(255 110 96 / 0.05);
}

.hover\:border-t-ozc-500\/50:hover {
  border-top-color: rgb(255 110 96 / 0.5);
}

.hover\:border-t-ozc-500\/60:hover {
  border-top-color: rgb(255 110 96 / 0.6);
}

.hover\:border-t-ozc-500\/70:hover {
  border-top-color: rgb(255 110 96 / 0.7);
}

.hover\:border-t-ozc-500\/75:hover {
  border-top-color: rgb(255 110 96 / 0.75);
}

.hover\:border-t-ozc-500\/80:hover {
  border-top-color: rgb(255 110 96 / 0.8);
}

.hover\:border-t-ozc-500\/90:hover {
  border-top-color: rgb(255 110 96 / 0.9);
}

.hover\:border-t-ozc-500\/95:hover {
  border-top-color: rgb(255 110 96 / 0.95);
}

.hover\:border-t-ozc-600:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 169 140 / var(--tw-border-opacity));
}

.hover\:border-t-ozc-600\/0:hover {
  border-top-color: rgb(249 169 140 / 0);
}

.hover\:border-t-ozc-600\/10:hover {
  border-top-color: rgb(249 169 140 / 0.1);
}

.hover\:border-t-ozc-600\/100:hover {
  border-top-color: rgb(249 169 140 / 1);
}

.hover\:border-t-ozc-600\/20:hover {
  border-top-color: rgb(249 169 140 / 0.2);
}

.hover\:border-t-ozc-600\/25:hover {
  border-top-color: rgb(249 169 140 / 0.25);
}

.hover\:border-t-ozc-600\/30:hover {
  border-top-color: rgb(249 169 140 / 0.3);
}

.hover\:border-t-ozc-600\/40:hover {
  border-top-color: rgb(249 169 140 / 0.4);
}

.hover\:border-t-ozc-600\/5:hover {
  border-top-color: rgb(249 169 140 / 0.05);
}

.hover\:border-t-ozc-600\/50:hover {
  border-top-color: rgb(249 169 140 / 0.5);
}

.hover\:border-t-ozc-600\/60:hover {
  border-top-color: rgb(249 169 140 / 0.6);
}

.hover\:border-t-ozc-600\/70:hover {
  border-top-color: rgb(249 169 140 / 0.7);
}

.hover\:border-t-ozc-600\/75:hover {
  border-top-color: rgb(249 169 140 / 0.75);
}

.hover\:border-t-ozc-600\/80:hover {
  border-top-color: rgb(249 169 140 / 0.8);
}

.hover\:border-t-ozc-600\/90:hover {
  border-top-color: rgb(249 169 140 / 0.9);
}

.hover\:border-t-ozc-600\/95:hover {
  border-top-color: rgb(249 169 140 / 0.95);
}

.hover\:border-t-ozc-700:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(246 148 114 / var(--tw-border-opacity));
}

.hover\:border-t-ozc-700\/0:hover {
  border-top-color: rgb(246 148 114 / 0);
}

.hover\:border-t-ozc-700\/10:hover {
  border-top-color: rgb(246 148 114 / 0.1);
}

.hover\:border-t-ozc-700\/100:hover {
  border-top-color: rgb(246 148 114 / 1);
}

.hover\:border-t-ozc-700\/20:hover {
  border-top-color: rgb(246 148 114 / 0.2);
}

.hover\:border-t-ozc-700\/25:hover {
  border-top-color: rgb(246 148 114 / 0.25);
}

.hover\:border-t-ozc-700\/30:hover {
  border-top-color: rgb(246 148 114 / 0.3);
}

.hover\:border-t-ozc-700\/40:hover {
  border-top-color: rgb(246 148 114 / 0.4);
}

.hover\:border-t-ozc-700\/5:hover {
  border-top-color: rgb(246 148 114 / 0.05);
}

.hover\:border-t-ozc-700\/50:hover {
  border-top-color: rgb(246 148 114 / 0.5);
}

.hover\:border-t-ozc-700\/60:hover {
  border-top-color: rgb(246 148 114 / 0.6);
}

.hover\:border-t-ozc-700\/70:hover {
  border-top-color: rgb(246 148 114 / 0.7);
}

.hover\:border-t-ozc-700\/75:hover {
  border-top-color: rgb(246 148 114 / 0.75);
}

.hover\:border-t-ozc-700\/80:hover {
  border-top-color: rgb(246 148 114 / 0.8);
}

.hover\:border-t-ozc-700\/90:hover {
  border-top-color: rgb(246 148 114 / 0.9);
}

.hover\:border-t-ozc-700\/95:hover {
  border-top-color: rgb(246 148 114 / 0.95);
}

.hover\:border-t-ozc-800:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 144 136 / var(--tw-border-opacity));
}

.hover\:border-t-ozc-800\/0:hover {
  border-top-color: rgb(245 144 136 / 0);
}

.hover\:border-t-ozc-800\/10:hover {
  border-top-color: rgb(245 144 136 / 0.1);
}

.hover\:border-t-ozc-800\/100:hover {
  border-top-color: rgb(245 144 136 / 1);
}

.hover\:border-t-ozc-800\/20:hover {
  border-top-color: rgb(245 144 136 / 0.2);
}

.hover\:border-t-ozc-800\/25:hover {
  border-top-color: rgb(245 144 136 / 0.25);
}

.hover\:border-t-ozc-800\/30:hover {
  border-top-color: rgb(245 144 136 / 0.3);
}

.hover\:border-t-ozc-800\/40:hover {
  border-top-color: rgb(245 144 136 / 0.4);
}

.hover\:border-t-ozc-800\/5:hover {
  border-top-color: rgb(245 144 136 / 0.05);
}

.hover\:border-t-ozc-800\/50:hover {
  border-top-color: rgb(245 144 136 / 0.5);
}

.hover\:border-t-ozc-800\/60:hover {
  border-top-color: rgb(245 144 136 / 0.6);
}

.hover\:border-t-ozc-800\/70:hover {
  border-top-color: rgb(245 144 136 / 0.7);
}

.hover\:border-t-ozc-800\/75:hover {
  border-top-color: rgb(245 144 136 / 0.75);
}

.hover\:border-t-ozc-800\/80:hover {
  border-top-color: rgb(245 144 136 / 0.8);
}

.hover\:border-t-ozc-800\/90:hover {
  border-top-color: rgb(245 144 136 / 0.9);
}

.hover\:border-t-ozc-800\/95:hover {
  border-top-color: rgb(245 144 136 / 0.95);
}

.hover\:border-t-ozc-900:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(243 121 124 / var(--tw-border-opacity));
}

.hover\:border-t-ozc-900\/0:hover {
  border-top-color: rgb(243 121 124 / 0);
}

.hover\:border-t-ozc-900\/10:hover {
  border-top-color: rgb(243 121 124 / 0.1);
}

.hover\:border-t-ozc-900\/100:hover {
  border-top-color: rgb(243 121 124 / 1);
}

.hover\:border-t-ozc-900\/20:hover {
  border-top-color: rgb(243 121 124 / 0.2);
}

.hover\:border-t-ozc-900\/25:hover {
  border-top-color: rgb(243 121 124 / 0.25);
}

.hover\:border-t-ozc-900\/30:hover {
  border-top-color: rgb(243 121 124 / 0.3);
}

.hover\:border-t-ozc-900\/40:hover {
  border-top-color: rgb(243 121 124 / 0.4);
}

.hover\:border-t-ozc-900\/5:hover {
  border-top-color: rgb(243 121 124 / 0.05);
}

.hover\:border-t-ozc-900\/50:hover {
  border-top-color: rgb(243 121 124 / 0.5);
}

.hover\:border-t-ozc-900\/60:hover {
  border-top-color: rgb(243 121 124 / 0.6);
}

.hover\:border-t-ozc-900\/70:hover {
  border-top-color: rgb(243 121 124 / 0.7);
}

.hover\:border-t-ozc-900\/75:hover {
  border-top-color: rgb(243 121 124 / 0.75);
}

.hover\:border-t-ozc-900\/80:hover {
  border-top-color: rgb(243 121 124 / 0.8);
}

.hover\:border-t-ozc-900\/90:hover {
  border-top-color: rgb(243 121 124 / 0.9);
}

.hover\:border-t-ozc-900\/95:hover {
  border-top-color: rgb(243 121 124 / 0.95);
}

.hover\:border-t-ozc-950:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.hover\:border-t-ozc-950\/0:hover {
  border-top-color: rgb(42 45 51 / 0);
}

.hover\:border-t-ozc-950\/10:hover {
  border-top-color: rgb(42 45 51 / 0.1);
}

.hover\:border-t-ozc-950\/100:hover {
  border-top-color: rgb(42 45 51 / 1);
}

.hover\:border-t-ozc-950\/20:hover {
  border-top-color: rgb(42 45 51 / 0.2);
}

.hover\:border-t-ozc-950\/25:hover {
  border-top-color: rgb(42 45 51 / 0.25);
}

.hover\:border-t-ozc-950\/30:hover {
  border-top-color: rgb(42 45 51 / 0.3);
}

.hover\:border-t-ozc-950\/40:hover {
  border-top-color: rgb(42 45 51 / 0.4);
}

.hover\:border-t-ozc-950\/5:hover {
  border-top-color: rgb(42 45 51 / 0.05);
}

.hover\:border-t-ozc-950\/50:hover {
  border-top-color: rgb(42 45 51 / 0.5);
}

.hover\:border-t-ozc-950\/60:hover {
  border-top-color: rgb(42 45 51 / 0.6);
}

.hover\:border-t-ozc-950\/70:hover {
  border-top-color: rgb(42 45 51 / 0.7);
}

.hover\:border-t-ozc-950\/75:hover {
  border-top-color: rgb(42 45 51 / 0.75);
}

.hover\:border-t-ozc-950\/80:hover {
  border-top-color: rgb(42 45 51 / 0.8);
}

.hover\:border-t-ozc-950\/90:hover {
  border-top-color: rgb(42 45 51 / 0.9);
}

.hover\:border-t-ozc-950\/95:hover {
  border-top-color: rgb(42 45 51 / 0.95);
}

.hover\:border-t-ozc-alt-100:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 250 230 / var(--tw-border-opacity));
}

.hover\:border-t-ozc-alt-100\/0:hover {
  border-top-color: rgb(255 250 230 / 0);
}

.hover\:border-t-ozc-alt-100\/10:hover {
  border-top-color: rgb(255 250 230 / 0.1);
}

.hover\:border-t-ozc-alt-100\/100:hover {
  border-top-color: rgb(255 250 230 / 1);
}

.hover\:border-t-ozc-alt-100\/20:hover {
  border-top-color: rgb(255 250 230 / 0.2);
}

.hover\:border-t-ozc-alt-100\/25:hover {
  border-top-color: rgb(255 250 230 / 0.25);
}

.hover\:border-t-ozc-alt-100\/30:hover {
  border-top-color: rgb(255 250 230 / 0.3);
}

.hover\:border-t-ozc-alt-100\/40:hover {
  border-top-color: rgb(255 250 230 / 0.4);
}

.hover\:border-t-ozc-alt-100\/5:hover {
  border-top-color: rgb(255 250 230 / 0.05);
}

.hover\:border-t-ozc-alt-100\/50:hover {
  border-top-color: rgb(255 250 230 / 0.5);
}

.hover\:border-t-ozc-alt-100\/60:hover {
  border-top-color: rgb(255 250 230 / 0.6);
}

.hover\:border-t-ozc-alt-100\/70:hover {
  border-top-color: rgb(255 250 230 / 0.7);
}

.hover\:border-t-ozc-alt-100\/75:hover {
  border-top-color: rgb(255 250 230 / 0.75);
}

.hover\:border-t-ozc-alt-100\/80:hover {
  border-top-color: rgb(255 250 230 / 0.8);
}

.hover\:border-t-ozc-alt-100\/90:hover {
  border-top-color: rgb(255 250 230 / 0.9);
}

.hover\:border-t-ozc-alt-100\/95:hover {
  border-top-color: rgb(255 250 230 / 0.95);
}

.hover\:border-t-ozc-alt-200:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 242 193 / var(--tw-border-opacity));
}

.hover\:border-t-ozc-alt-200\/0:hover {
  border-top-color: rgb(255 242 193 / 0);
}

.hover\:border-t-ozc-alt-200\/10:hover {
  border-top-color: rgb(255 242 193 / 0.1);
}

.hover\:border-t-ozc-alt-200\/100:hover {
  border-top-color: rgb(255 242 193 / 1);
}

.hover\:border-t-ozc-alt-200\/20:hover {
  border-top-color: rgb(255 242 193 / 0.2);
}

.hover\:border-t-ozc-alt-200\/25:hover {
  border-top-color: rgb(255 242 193 / 0.25);
}

.hover\:border-t-ozc-alt-200\/30:hover {
  border-top-color: rgb(255 242 193 / 0.3);
}

.hover\:border-t-ozc-alt-200\/40:hover {
  border-top-color: rgb(255 242 193 / 0.4);
}

.hover\:border-t-ozc-alt-200\/5:hover {
  border-top-color: rgb(255 242 193 / 0.05);
}

.hover\:border-t-ozc-alt-200\/50:hover {
  border-top-color: rgb(255 242 193 / 0.5);
}

.hover\:border-t-ozc-alt-200\/60:hover {
  border-top-color: rgb(255 242 193 / 0.6);
}

.hover\:border-t-ozc-alt-200\/70:hover {
  border-top-color: rgb(255 242 193 / 0.7);
}

.hover\:border-t-ozc-alt-200\/75:hover {
  border-top-color: rgb(255 242 193 / 0.75);
}

.hover\:border-t-ozc-alt-200\/80:hover {
  border-top-color: rgb(255 242 193 / 0.8);
}

.hover\:border-t-ozc-alt-200\/90:hover {
  border-top-color: rgb(255 242 193 / 0.9);
}

.hover\:border-t-ozc-alt-200\/95:hover {
  border-top-color: rgb(255 242 193 / 0.95);
}

.hover\:border-t-ozc-alt-300:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 235 155 / var(--tw-border-opacity));
}

.hover\:border-t-ozc-alt-300\/0:hover {
  border-top-color: rgb(255 235 155 / 0);
}

.hover\:border-t-ozc-alt-300\/10:hover {
  border-top-color: rgb(255 235 155 / 0.1);
}

.hover\:border-t-ozc-alt-300\/100:hover {
  border-top-color: rgb(255 235 155 / 1);
}

.hover\:border-t-ozc-alt-300\/20:hover {
  border-top-color: rgb(255 235 155 / 0.2);
}

.hover\:border-t-ozc-alt-300\/25:hover {
  border-top-color: rgb(255 235 155 / 0.25);
}

.hover\:border-t-ozc-alt-300\/30:hover {
  border-top-color: rgb(255 235 155 / 0.3);
}

.hover\:border-t-ozc-alt-300\/40:hover {
  border-top-color: rgb(255 235 155 / 0.4);
}

.hover\:border-t-ozc-alt-300\/5:hover {
  border-top-color: rgb(255 235 155 / 0.05);
}

.hover\:border-t-ozc-alt-300\/50:hover {
  border-top-color: rgb(255 235 155 / 0.5);
}

.hover\:border-t-ozc-alt-300\/60:hover {
  border-top-color: rgb(255 235 155 / 0.6);
}

.hover\:border-t-ozc-alt-300\/70:hover {
  border-top-color: rgb(255 235 155 / 0.7);
}

.hover\:border-t-ozc-alt-300\/75:hover {
  border-top-color: rgb(255 235 155 / 0.75);
}

.hover\:border-t-ozc-alt-300\/80:hover {
  border-top-color: rgb(255 235 155 / 0.8);
}

.hover\:border-t-ozc-alt-300\/90:hover {
  border-top-color: rgb(255 235 155 / 0.9);
}

.hover\:border-t-ozc-alt-300\/95:hover {
  border-top-color: rgb(255 235 155 / 0.95);
}

.hover\:border-t-ozc-alt-400:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 219 80 / var(--tw-border-opacity));
}

.hover\:border-t-ozc-alt-400\/0:hover {
  border-top-color: rgb(255 219 80 / 0);
}

.hover\:border-t-ozc-alt-400\/10:hover {
  border-top-color: rgb(255 219 80 / 0.1);
}

.hover\:border-t-ozc-alt-400\/100:hover {
  border-top-color: rgb(255 219 80 / 1);
}

.hover\:border-t-ozc-alt-400\/20:hover {
  border-top-color: rgb(255 219 80 / 0.2);
}

.hover\:border-t-ozc-alt-400\/25:hover {
  border-top-color: rgb(255 219 80 / 0.25);
}

.hover\:border-t-ozc-alt-400\/30:hover {
  border-top-color: rgb(255 219 80 / 0.3);
}

.hover\:border-t-ozc-alt-400\/40:hover {
  border-top-color: rgb(255 219 80 / 0.4);
}

.hover\:border-t-ozc-alt-400\/5:hover {
  border-top-color: rgb(255 219 80 / 0.05);
}

.hover\:border-t-ozc-alt-400\/50:hover {
  border-top-color: rgb(255 219 80 / 0.5);
}

.hover\:border-t-ozc-alt-400\/60:hover {
  border-top-color: rgb(255 219 80 / 0.6);
}

.hover\:border-t-ozc-alt-400\/70:hover {
  border-top-color: rgb(255 219 80 / 0.7);
}

.hover\:border-t-ozc-alt-400\/75:hover {
  border-top-color: rgb(255 219 80 / 0.75);
}

.hover\:border-t-ozc-alt-400\/80:hover {
  border-top-color: rgb(255 219 80 / 0.8);
}

.hover\:border-t-ozc-alt-400\/90:hover {
  border-top-color: rgb(255 219 80 / 0.9);
}

.hover\:border-t-ozc-alt-400\/95:hover {
  border-top-color: rgb(255 219 80 / 0.95);
}

.hover\:border-t-ozc-alt-50:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 252 243 / var(--tw-border-opacity));
}

.hover\:border-t-ozc-alt-50\/0:hover {
  border-top-color: rgb(255 252 243 / 0);
}

.hover\:border-t-ozc-alt-50\/10:hover {
  border-top-color: rgb(255 252 243 / 0.1);
}

.hover\:border-t-ozc-alt-50\/100:hover {
  border-top-color: rgb(255 252 243 / 1);
}

.hover\:border-t-ozc-alt-50\/20:hover {
  border-top-color: rgb(255 252 243 / 0.2);
}

.hover\:border-t-ozc-alt-50\/25:hover {
  border-top-color: rgb(255 252 243 / 0.25);
}

.hover\:border-t-ozc-alt-50\/30:hover {
  border-top-color: rgb(255 252 243 / 0.3);
}

.hover\:border-t-ozc-alt-50\/40:hover {
  border-top-color: rgb(255 252 243 / 0.4);
}

.hover\:border-t-ozc-alt-50\/5:hover {
  border-top-color: rgb(255 252 243 / 0.05);
}

.hover\:border-t-ozc-alt-50\/50:hover {
  border-top-color: rgb(255 252 243 / 0.5);
}

.hover\:border-t-ozc-alt-50\/60:hover {
  border-top-color: rgb(255 252 243 / 0.6);
}

.hover\:border-t-ozc-alt-50\/70:hover {
  border-top-color: rgb(255 252 243 / 0.7);
}

.hover\:border-t-ozc-alt-50\/75:hover {
  border-top-color: rgb(255 252 243 / 0.75);
}

.hover\:border-t-ozc-alt-50\/80:hover {
  border-top-color: rgb(255 252 243 / 0.8);
}

.hover\:border-t-ozc-alt-50\/90:hover {
  border-top-color: rgb(255 252 243 / 0.9);
}

.hover\:border-t-ozc-alt-50\/95:hover {
  border-top-color: rgb(255 252 243 / 0.95);
}

.hover\:border-t-ozc-alt-500:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 204 5 / var(--tw-border-opacity));
}

.hover\:border-t-ozc-alt-500\/0:hover {
  border-top-color: rgb(255 204 5 / 0);
}

.hover\:border-t-ozc-alt-500\/10:hover {
  border-top-color: rgb(255 204 5 / 0.1);
}

.hover\:border-t-ozc-alt-500\/100:hover {
  border-top-color: rgb(255 204 5 / 1);
}

.hover\:border-t-ozc-alt-500\/20:hover {
  border-top-color: rgb(255 204 5 / 0.2);
}

.hover\:border-t-ozc-alt-500\/25:hover {
  border-top-color: rgb(255 204 5 / 0.25);
}

.hover\:border-t-ozc-alt-500\/30:hover {
  border-top-color: rgb(255 204 5 / 0.3);
}

.hover\:border-t-ozc-alt-500\/40:hover {
  border-top-color: rgb(255 204 5 / 0.4);
}

.hover\:border-t-ozc-alt-500\/5:hover {
  border-top-color: rgb(255 204 5 / 0.05);
}

.hover\:border-t-ozc-alt-500\/50:hover {
  border-top-color: rgb(255 204 5 / 0.5);
}

.hover\:border-t-ozc-alt-500\/60:hover {
  border-top-color: rgb(255 204 5 / 0.6);
}

.hover\:border-t-ozc-alt-500\/70:hover {
  border-top-color: rgb(255 204 5 / 0.7);
}

.hover\:border-t-ozc-alt-500\/75:hover {
  border-top-color: rgb(255 204 5 / 0.75);
}

.hover\:border-t-ozc-alt-500\/80:hover {
  border-top-color: rgb(255 204 5 / 0.8);
}

.hover\:border-t-ozc-alt-500\/90:hover {
  border-top-color: rgb(255 204 5 / 0.9);
}

.hover\:border-t-ozc-alt-500\/95:hover {
  border-top-color: rgb(255 204 5 / 0.95);
}

.hover\:border-t-ozc-alt-600:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(230 184 5 / var(--tw-border-opacity));
}

.hover\:border-t-ozc-alt-600\/0:hover {
  border-top-color: rgb(230 184 5 / 0);
}

.hover\:border-t-ozc-alt-600\/10:hover {
  border-top-color: rgb(230 184 5 / 0.1);
}

.hover\:border-t-ozc-alt-600\/100:hover {
  border-top-color: rgb(230 184 5 / 1);
}

.hover\:border-t-ozc-alt-600\/20:hover {
  border-top-color: rgb(230 184 5 / 0.2);
}

.hover\:border-t-ozc-alt-600\/25:hover {
  border-top-color: rgb(230 184 5 / 0.25);
}

.hover\:border-t-ozc-alt-600\/30:hover {
  border-top-color: rgb(230 184 5 / 0.3);
}

.hover\:border-t-ozc-alt-600\/40:hover {
  border-top-color: rgb(230 184 5 / 0.4);
}

.hover\:border-t-ozc-alt-600\/5:hover {
  border-top-color: rgb(230 184 5 / 0.05);
}

.hover\:border-t-ozc-alt-600\/50:hover {
  border-top-color: rgb(230 184 5 / 0.5);
}

.hover\:border-t-ozc-alt-600\/60:hover {
  border-top-color: rgb(230 184 5 / 0.6);
}

.hover\:border-t-ozc-alt-600\/70:hover {
  border-top-color: rgb(230 184 5 / 0.7);
}

.hover\:border-t-ozc-alt-600\/75:hover {
  border-top-color: rgb(230 184 5 / 0.75);
}

.hover\:border-t-ozc-alt-600\/80:hover {
  border-top-color: rgb(230 184 5 / 0.8);
}

.hover\:border-t-ozc-alt-600\/90:hover {
  border-top-color: rgb(230 184 5 / 0.9);
}

.hover\:border-t-ozc-alt-600\/95:hover {
  border-top-color: rgb(230 184 5 / 0.95);
}

.hover\:border-t-ozc-alt-700:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(153 122 3 / var(--tw-border-opacity));
}

.hover\:border-t-ozc-alt-700\/0:hover {
  border-top-color: rgb(153 122 3 / 0);
}

.hover\:border-t-ozc-alt-700\/10:hover {
  border-top-color: rgb(153 122 3 / 0.1);
}

.hover\:border-t-ozc-alt-700\/100:hover {
  border-top-color: rgb(153 122 3 / 1);
}

.hover\:border-t-ozc-alt-700\/20:hover {
  border-top-color: rgb(153 122 3 / 0.2);
}

.hover\:border-t-ozc-alt-700\/25:hover {
  border-top-color: rgb(153 122 3 / 0.25);
}

.hover\:border-t-ozc-alt-700\/30:hover {
  border-top-color: rgb(153 122 3 / 0.3);
}

.hover\:border-t-ozc-alt-700\/40:hover {
  border-top-color: rgb(153 122 3 / 0.4);
}

.hover\:border-t-ozc-alt-700\/5:hover {
  border-top-color: rgb(153 122 3 / 0.05);
}

.hover\:border-t-ozc-alt-700\/50:hover {
  border-top-color: rgb(153 122 3 / 0.5);
}

.hover\:border-t-ozc-alt-700\/60:hover {
  border-top-color: rgb(153 122 3 / 0.6);
}

.hover\:border-t-ozc-alt-700\/70:hover {
  border-top-color: rgb(153 122 3 / 0.7);
}

.hover\:border-t-ozc-alt-700\/75:hover {
  border-top-color: rgb(153 122 3 / 0.75);
}

.hover\:border-t-ozc-alt-700\/80:hover {
  border-top-color: rgb(153 122 3 / 0.8);
}

.hover\:border-t-ozc-alt-700\/90:hover {
  border-top-color: rgb(153 122 3 / 0.9);
}

.hover\:border-t-ozc-alt-700\/95:hover {
  border-top-color: rgb(153 122 3 / 0.95);
}

.hover\:border-t-ozc-alt-800:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(115 92 2 / var(--tw-border-opacity));
}

.hover\:border-t-ozc-alt-800\/0:hover {
  border-top-color: rgb(115 92 2 / 0);
}

.hover\:border-t-ozc-alt-800\/10:hover {
  border-top-color: rgb(115 92 2 / 0.1);
}

.hover\:border-t-ozc-alt-800\/100:hover {
  border-top-color: rgb(115 92 2 / 1);
}

.hover\:border-t-ozc-alt-800\/20:hover {
  border-top-color: rgb(115 92 2 / 0.2);
}

.hover\:border-t-ozc-alt-800\/25:hover {
  border-top-color: rgb(115 92 2 / 0.25);
}

.hover\:border-t-ozc-alt-800\/30:hover {
  border-top-color: rgb(115 92 2 / 0.3);
}

.hover\:border-t-ozc-alt-800\/40:hover {
  border-top-color: rgb(115 92 2 / 0.4);
}

.hover\:border-t-ozc-alt-800\/5:hover {
  border-top-color: rgb(115 92 2 / 0.05);
}

.hover\:border-t-ozc-alt-800\/50:hover {
  border-top-color: rgb(115 92 2 / 0.5);
}

.hover\:border-t-ozc-alt-800\/60:hover {
  border-top-color: rgb(115 92 2 / 0.6);
}

.hover\:border-t-ozc-alt-800\/70:hover {
  border-top-color: rgb(115 92 2 / 0.7);
}

.hover\:border-t-ozc-alt-800\/75:hover {
  border-top-color: rgb(115 92 2 / 0.75);
}

.hover\:border-t-ozc-alt-800\/80:hover {
  border-top-color: rgb(115 92 2 / 0.8);
}

.hover\:border-t-ozc-alt-800\/90:hover {
  border-top-color: rgb(115 92 2 / 0.9);
}

.hover\:border-t-ozc-alt-800\/95:hover {
  border-top-color: rgb(115 92 2 / 0.95);
}

.hover\:border-t-ozc-alt-900:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.hover\:border-t-ozc-alt-900\/0:hover {
  border-top-color: rgb(42 45 51 / 0);
}

.hover\:border-t-ozc-alt-900\/10:hover {
  border-top-color: rgb(42 45 51 / 0.1);
}

.hover\:border-t-ozc-alt-900\/100:hover {
  border-top-color: rgb(42 45 51 / 1);
}

.hover\:border-t-ozc-alt-900\/20:hover {
  border-top-color: rgb(42 45 51 / 0.2);
}

.hover\:border-t-ozc-alt-900\/25:hover {
  border-top-color: rgb(42 45 51 / 0.25);
}

.hover\:border-t-ozc-alt-900\/30:hover {
  border-top-color: rgb(42 45 51 / 0.3);
}

.hover\:border-t-ozc-alt-900\/40:hover {
  border-top-color: rgb(42 45 51 / 0.4);
}

.hover\:border-t-ozc-alt-900\/5:hover {
  border-top-color: rgb(42 45 51 / 0.05);
}

.hover\:border-t-ozc-alt-900\/50:hover {
  border-top-color: rgb(42 45 51 / 0.5);
}

.hover\:border-t-ozc-alt-900\/60:hover {
  border-top-color: rgb(42 45 51 / 0.6);
}

.hover\:border-t-ozc-alt-900\/70:hover {
  border-top-color: rgb(42 45 51 / 0.7);
}

.hover\:border-t-ozc-alt-900\/75:hover {
  border-top-color: rgb(42 45 51 / 0.75);
}

.hover\:border-t-ozc-alt-900\/80:hover {
  border-top-color: rgb(42 45 51 / 0.8);
}

.hover\:border-t-ozc-alt-900\/90:hover {
  border-top-color: rgb(42 45 51 / 0.9);
}

.hover\:border-t-ozc-alt-900\/95:hover {
  border-top-color: rgb(42 45 51 / 0.95);
}

.hover\:border-t-pink-100:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(252 231 243 / var(--tw-border-opacity));
}

.hover\:border-t-pink-100\/0:hover {
  border-top-color: rgb(252 231 243 / 0);
}

.hover\:border-t-pink-100\/10:hover {
  border-top-color: rgb(252 231 243 / 0.1);
}

.hover\:border-t-pink-100\/100:hover {
  border-top-color: rgb(252 231 243 / 1);
}

.hover\:border-t-pink-100\/20:hover {
  border-top-color: rgb(252 231 243 / 0.2);
}

.hover\:border-t-pink-100\/25:hover {
  border-top-color: rgb(252 231 243 / 0.25);
}

.hover\:border-t-pink-100\/30:hover {
  border-top-color: rgb(252 231 243 / 0.3);
}

.hover\:border-t-pink-100\/40:hover {
  border-top-color: rgb(252 231 243 / 0.4);
}

.hover\:border-t-pink-100\/5:hover {
  border-top-color: rgb(252 231 243 / 0.05);
}

.hover\:border-t-pink-100\/50:hover {
  border-top-color: rgb(252 231 243 / 0.5);
}

.hover\:border-t-pink-100\/60:hover {
  border-top-color: rgb(252 231 243 / 0.6);
}

.hover\:border-t-pink-100\/70:hover {
  border-top-color: rgb(252 231 243 / 0.7);
}

.hover\:border-t-pink-100\/75:hover {
  border-top-color: rgb(252 231 243 / 0.75);
}

.hover\:border-t-pink-100\/80:hover {
  border-top-color: rgb(252 231 243 / 0.8);
}

.hover\:border-t-pink-100\/90:hover {
  border-top-color: rgb(252 231 243 / 0.9);
}

.hover\:border-t-pink-100\/95:hover {
  border-top-color: rgb(252 231 243 / 0.95);
}

.hover\:border-t-pink-200:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(251 207 232 / var(--tw-border-opacity));
}

.hover\:border-t-pink-200\/0:hover {
  border-top-color: rgb(251 207 232 / 0);
}

.hover\:border-t-pink-200\/10:hover {
  border-top-color: rgb(251 207 232 / 0.1);
}

.hover\:border-t-pink-200\/100:hover {
  border-top-color: rgb(251 207 232 / 1);
}

.hover\:border-t-pink-200\/20:hover {
  border-top-color: rgb(251 207 232 / 0.2);
}

.hover\:border-t-pink-200\/25:hover {
  border-top-color: rgb(251 207 232 / 0.25);
}

.hover\:border-t-pink-200\/30:hover {
  border-top-color: rgb(251 207 232 / 0.3);
}

.hover\:border-t-pink-200\/40:hover {
  border-top-color: rgb(251 207 232 / 0.4);
}

.hover\:border-t-pink-200\/5:hover {
  border-top-color: rgb(251 207 232 / 0.05);
}

.hover\:border-t-pink-200\/50:hover {
  border-top-color: rgb(251 207 232 / 0.5);
}

.hover\:border-t-pink-200\/60:hover {
  border-top-color: rgb(251 207 232 / 0.6);
}

.hover\:border-t-pink-200\/70:hover {
  border-top-color: rgb(251 207 232 / 0.7);
}

.hover\:border-t-pink-200\/75:hover {
  border-top-color: rgb(251 207 232 / 0.75);
}

.hover\:border-t-pink-200\/80:hover {
  border-top-color: rgb(251 207 232 / 0.8);
}

.hover\:border-t-pink-200\/90:hover {
  border-top-color: rgb(251 207 232 / 0.9);
}

.hover\:border-t-pink-200\/95:hover {
  border-top-color: rgb(251 207 232 / 0.95);
}

.hover\:border-t-pink-300:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 168 212 / var(--tw-border-opacity));
}

.hover\:border-t-pink-300\/0:hover {
  border-top-color: rgb(249 168 212 / 0);
}

.hover\:border-t-pink-300\/10:hover {
  border-top-color: rgb(249 168 212 / 0.1);
}

.hover\:border-t-pink-300\/100:hover {
  border-top-color: rgb(249 168 212 / 1);
}

.hover\:border-t-pink-300\/20:hover {
  border-top-color: rgb(249 168 212 / 0.2);
}

.hover\:border-t-pink-300\/25:hover {
  border-top-color: rgb(249 168 212 / 0.25);
}

.hover\:border-t-pink-300\/30:hover {
  border-top-color: rgb(249 168 212 / 0.3);
}

.hover\:border-t-pink-300\/40:hover {
  border-top-color: rgb(249 168 212 / 0.4);
}

.hover\:border-t-pink-300\/5:hover {
  border-top-color: rgb(249 168 212 / 0.05);
}

.hover\:border-t-pink-300\/50:hover {
  border-top-color: rgb(249 168 212 / 0.5);
}

.hover\:border-t-pink-300\/60:hover {
  border-top-color: rgb(249 168 212 / 0.6);
}

.hover\:border-t-pink-300\/70:hover {
  border-top-color: rgb(249 168 212 / 0.7);
}

.hover\:border-t-pink-300\/75:hover {
  border-top-color: rgb(249 168 212 / 0.75);
}

.hover\:border-t-pink-300\/80:hover {
  border-top-color: rgb(249 168 212 / 0.8);
}

.hover\:border-t-pink-300\/90:hover {
  border-top-color: rgb(249 168 212 / 0.9);
}

.hover\:border-t-pink-300\/95:hover {
  border-top-color: rgb(249 168 212 / 0.95);
}

.hover\:border-t-pink-400:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(244 114 182 / var(--tw-border-opacity));
}

.hover\:border-t-pink-400\/0:hover {
  border-top-color: rgb(244 114 182 / 0);
}

.hover\:border-t-pink-400\/10:hover {
  border-top-color: rgb(244 114 182 / 0.1);
}

.hover\:border-t-pink-400\/100:hover {
  border-top-color: rgb(244 114 182 / 1);
}

.hover\:border-t-pink-400\/20:hover {
  border-top-color: rgb(244 114 182 / 0.2);
}

.hover\:border-t-pink-400\/25:hover {
  border-top-color: rgb(244 114 182 / 0.25);
}

.hover\:border-t-pink-400\/30:hover {
  border-top-color: rgb(244 114 182 / 0.3);
}

.hover\:border-t-pink-400\/40:hover {
  border-top-color: rgb(244 114 182 / 0.4);
}

.hover\:border-t-pink-400\/5:hover {
  border-top-color: rgb(244 114 182 / 0.05);
}

.hover\:border-t-pink-400\/50:hover {
  border-top-color: rgb(244 114 182 / 0.5);
}

.hover\:border-t-pink-400\/60:hover {
  border-top-color: rgb(244 114 182 / 0.6);
}

.hover\:border-t-pink-400\/70:hover {
  border-top-color: rgb(244 114 182 / 0.7);
}

.hover\:border-t-pink-400\/75:hover {
  border-top-color: rgb(244 114 182 / 0.75);
}

.hover\:border-t-pink-400\/80:hover {
  border-top-color: rgb(244 114 182 / 0.8);
}

.hover\:border-t-pink-400\/90:hover {
  border-top-color: rgb(244 114 182 / 0.9);
}

.hover\:border-t-pink-400\/95:hover {
  border-top-color: rgb(244 114 182 / 0.95);
}

.hover\:border-t-pink-50:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 242 248 / var(--tw-border-opacity));
}

.hover\:border-t-pink-50\/0:hover {
  border-top-color: rgb(253 242 248 / 0);
}

.hover\:border-t-pink-50\/10:hover {
  border-top-color: rgb(253 242 248 / 0.1);
}

.hover\:border-t-pink-50\/100:hover {
  border-top-color: rgb(253 242 248 / 1);
}

.hover\:border-t-pink-50\/20:hover {
  border-top-color: rgb(253 242 248 / 0.2);
}

.hover\:border-t-pink-50\/25:hover {
  border-top-color: rgb(253 242 248 / 0.25);
}

.hover\:border-t-pink-50\/30:hover {
  border-top-color: rgb(253 242 248 / 0.3);
}

.hover\:border-t-pink-50\/40:hover {
  border-top-color: rgb(253 242 248 / 0.4);
}

.hover\:border-t-pink-50\/5:hover {
  border-top-color: rgb(253 242 248 / 0.05);
}

.hover\:border-t-pink-50\/50:hover {
  border-top-color: rgb(253 242 248 / 0.5);
}

.hover\:border-t-pink-50\/60:hover {
  border-top-color: rgb(253 242 248 / 0.6);
}

.hover\:border-t-pink-50\/70:hover {
  border-top-color: rgb(253 242 248 / 0.7);
}

.hover\:border-t-pink-50\/75:hover {
  border-top-color: rgb(253 242 248 / 0.75);
}

.hover\:border-t-pink-50\/80:hover {
  border-top-color: rgb(253 242 248 / 0.8);
}

.hover\:border-t-pink-50\/90:hover {
  border-top-color: rgb(253 242 248 / 0.9);
}

.hover\:border-t-pink-50\/95:hover {
  border-top-color: rgb(253 242 248 / 0.95);
}

.hover\:border-t-pink-500:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(236 72 153 / var(--tw-border-opacity));
}

.hover\:border-t-pink-500\/0:hover {
  border-top-color: rgb(236 72 153 / 0);
}

.hover\:border-t-pink-500\/10:hover {
  border-top-color: rgb(236 72 153 / 0.1);
}

.hover\:border-t-pink-500\/100:hover {
  border-top-color: rgb(236 72 153 / 1);
}

.hover\:border-t-pink-500\/20:hover {
  border-top-color: rgb(236 72 153 / 0.2);
}

.hover\:border-t-pink-500\/25:hover {
  border-top-color: rgb(236 72 153 / 0.25);
}

.hover\:border-t-pink-500\/30:hover {
  border-top-color: rgb(236 72 153 / 0.3);
}

.hover\:border-t-pink-500\/40:hover {
  border-top-color: rgb(236 72 153 / 0.4);
}

.hover\:border-t-pink-500\/5:hover {
  border-top-color: rgb(236 72 153 / 0.05);
}

.hover\:border-t-pink-500\/50:hover {
  border-top-color: rgb(236 72 153 / 0.5);
}

.hover\:border-t-pink-500\/60:hover {
  border-top-color: rgb(236 72 153 / 0.6);
}

.hover\:border-t-pink-500\/70:hover {
  border-top-color: rgb(236 72 153 / 0.7);
}

.hover\:border-t-pink-500\/75:hover {
  border-top-color: rgb(236 72 153 / 0.75);
}

.hover\:border-t-pink-500\/80:hover {
  border-top-color: rgb(236 72 153 / 0.8);
}

.hover\:border-t-pink-500\/90:hover {
  border-top-color: rgb(236 72 153 / 0.9);
}

.hover\:border-t-pink-500\/95:hover {
  border-top-color: rgb(236 72 153 / 0.95);
}

.hover\:border-t-pink-600:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(219 39 119 / var(--tw-border-opacity));
}

.hover\:border-t-pink-600\/0:hover {
  border-top-color: rgb(219 39 119 / 0);
}

.hover\:border-t-pink-600\/10:hover {
  border-top-color: rgb(219 39 119 / 0.1);
}

.hover\:border-t-pink-600\/100:hover {
  border-top-color: rgb(219 39 119 / 1);
}

.hover\:border-t-pink-600\/20:hover {
  border-top-color: rgb(219 39 119 / 0.2);
}

.hover\:border-t-pink-600\/25:hover {
  border-top-color: rgb(219 39 119 / 0.25);
}

.hover\:border-t-pink-600\/30:hover {
  border-top-color: rgb(219 39 119 / 0.3);
}

.hover\:border-t-pink-600\/40:hover {
  border-top-color: rgb(219 39 119 / 0.4);
}

.hover\:border-t-pink-600\/5:hover {
  border-top-color: rgb(219 39 119 / 0.05);
}

.hover\:border-t-pink-600\/50:hover {
  border-top-color: rgb(219 39 119 / 0.5);
}

.hover\:border-t-pink-600\/60:hover {
  border-top-color: rgb(219 39 119 / 0.6);
}

.hover\:border-t-pink-600\/70:hover {
  border-top-color: rgb(219 39 119 / 0.7);
}

.hover\:border-t-pink-600\/75:hover {
  border-top-color: rgb(219 39 119 / 0.75);
}

.hover\:border-t-pink-600\/80:hover {
  border-top-color: rgb(219 39 119 / 0.8);
}

.hover\:border-t-pink-600\/90:hover {
  border-top-color: rgb(219 39 119 / 0.9);
}

.hover\:border-t-pink-600\/95:hover {
  border-top-color: rgb(219 39 119 / 0.95);
}

.hover\:border-t-pink-700:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(190 24 93 / var(--tw-border-opacity));
}

.hover\:border-t-pink-700\/0:hover {
  border-top-color: rgb(190 24 93 / 0);
}

.hover\:border-t-pink-700\/10:hover {
  border-top-color: rgb(190 24 93 / 0.1);
}

.hover\:border-t-pink-700\/100:hover {
  border-top-color: rgb(190 24 93 / 1);
}

.hover\:border-t-pink-700\/20:hover {
  border-top-color: rgb(190 24 93 / 0.2);
}

.hover\:border-t-pink-700\/25:hover {
  border-top-color: rgb(190 24 93 / 0.25);
}

.hover\:border-t-pink-700\/30:hover {
  border-top-color: rgb(190 24 93 / 0.3);
}

.hover\:border-t-pink-700\/40:hover {
  border-top-color: rgb(190 24 93 / 0.4);
}

.hover\:border-t-pink-700\/5:hover {
  border-top-color: rgb(190 24 93 / 0.05);
}

.hover\:border-t-pink-700\/50:hover {
  border-top-color: rgb(190 24 93 / 0.5);
}

.hover\:border-t-pink-700\/60:hover {
  border-top-color: rgb(190 24 93 / 0.6);
}

.hover\:border-t-pink-700\/70:hover {
  border-top-color: rgb(190 24 93 / 0.7);
}

.hover\:border-t-pink-700\/75:hover {
  border-top-color: rgb(190 24 93 / 0.75);
}

.hover\:border-t-pink-700\/80:hover {
  border-top-color: rgb(190 24 93 / 0.8);
}

.hover\:border-t-pink-700\/90:hover {
  border-top-color: rgb(190 24 93 / 0.9);
}

.hover\:border-t-pink-700\/95:hover {
  border-top-color: rgb(190 24 93 / 0.95);
}

.hover\:border-t-pink-800:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(157 23 77 / var(--tw-border-opacity));
}

.hover\:border-t-pink-800\/0:hover {
  border-top-color: rgb(157 23 77 / 0);
}

.hover\:border-t-pink-800\/10:hover {
  border-top-color: rgb(157 23 77 / 0.1);
}

.hover\:border-t-pink-800\/100:hover {
  border-top-color: rgb(157 23 77 / 1);
}

.hover\:border-t-pink-800\/20:hover {
  border-top-color: rgb(157 23 77 / 0.2);
}

.hover\:border-t-pink-800\/25:hover {
  border-top-color: rgb(157 23 77 / 0.25);
}

.hover\:border-t-pink-800\/30:hover {
  border-top-color: rgb(157 23 77 / 0.3);
}

.hover\:border-t-pink-800\/40:hover {
  border-top-color: rgb(157 23 77 / 0.4);
}

.hover\:border-t-pink-800\/5:hover {
  border-top-color: rgb(157 23 77 / 0.05);
}

.hover\:border-t-pink-800\/50:hover {
  border-top-color: rgb(157 23 77 / 0.5);
}

.hover\:border-t-pink-800\/60:hover {
  border-top-color: rgb(157 23 77 / 0.6);
}

.hover\:border-t-pink-800\/70:hover {
  border-top-color: rgb(157 23 77 / 0.7);
}

.hover\:border-t-pink-800\/75:hover {
  border-top-color: rgb(157 23 77 / 0.75);
}

.hover\:border-t-pink-800\/80:hover {
  border-top-color: rgb(157 23 77 / 0.8);
}

.hover\:border-t-pink-800\/90:hover {
  border-top-color: rgb(157 23 77 / 0.9);
}

.hover\:border-t-pink-800\/95:hover {
  border-top-color: rgb(157 23 77 / 0.95);
}

.hover\:border-t-pink-900:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(131 24 67 / var(--tw-border-opacity));
}

.hover\:border-t-pink-900\/0:hover {
  border-top-color: rgb(131 24 67 / 0);
}

.hover\:border-t-pink-900\/10:hover {
  border-top-color: rgb(131 24 67 / 0.1);
}

.hover\:border-t-pink-900\/100:hover {
  border-top-color: rgb(131 24 67 / 1);
}

.hover\:border-t-pink-900\/20:hover {
  border-top-color: rgb(131 24 67 / 0.2);
}

.hover\:border-t-pink-900\/25:hover {
  border-top-color: rgb(131 24 67 / 0.25);
}

.hover\:border-t-pink-900\/30:hover {
  border-top-color: rgb(131 24 67 / 0.3);
}

.hover\:border-t-pink-900\/40:hover {
  border-top-color: rgb(131 24 67 / 0.4);
}

.hover\:border-t-pink-900\/5:hover {
  border-top-color: rgb(131 24 67 / 0.05);
}

.hover\:border-t-pink-900\/50:hover {
  border-top-color: rgb(131 24 67 / 0.5);
}

.hover\:border-t-pink-900\/60:hover {
  border-top-color: rgb(131 24 67 / 0.6);
}

.hover\:border-t-pink-900\/70:hover {
  border-top-color: rgb(131 24 67 / 0.7);
}

.hover\:border-t-pink-900\/75:hover {
  border-top-color: rgb(131 24 67 / 0.75);
}

.hover\:border-t-pink-900\/80:hover {
  border-top-color: rgb(131 24 67 / 0.8);
}

.hover\:border-t-pink-900\/90:hover {
  border-top-color: rgb(131 24 67 / 0.9);
}

.hover\:border-t-pink-900\/95:hover {
  border-top-color: rgb(131 24 67 / 0.95);
}

.hover\:border-t-pink-950:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(80 7 36 / var(--tw-border-opacity));
}

.hover\:border-t-pink-950\/0:hover {
  border-top-color: rgb(80 7 36 / 0);
}

.hover\:border-t-pink-950\/10:hover {
  border-top-color: rgb(80 7 36 / 0.1);
}

.hover\:border-t-pink-950\/100:hover {
  border-top-color: rgb(80 7 36 / 1);
}

.hover\:border-t-pink-950\/20:hover {
  border-top-color: rgb(80 7 36 / 0.2);
}

.hover\:border-t-pink-950\/25:hover {
  border-top-color: rgb(80 7 36 / 0.25);
}

.hover\:border-t-pink-950\/30:hover {
  border-top-color: rgb(80 7 36 / 0.3);
}

.hover\:border-t-pink-950\/40:hover {
  border-top-color: rgb(80 7 36 / 0.4);
}

.hover\:border-t-pink-950\/5:hover {
  border-top-color: rgb(80 7 36 / 0.05);
}

.hover\:border-t-pink-950\/50:hover {
  border-top-color: rgb(80 7 36 / 0.5);
}

.hover\:border-t-pink-950\/60:hover {
  border-top-color: rgb(80 7 36 / 0.6);
}

.hover\:border-t-pink-950\/70:hover {
  border-top-color: rgb(80 7 36 / 0.7);
}

.hover\:border-t-pink-950\/75:hover {
  border-top-color: rgb(80 7 36 / 0.75);
}

.hover\:border-t-pink-950\/80:hover {
  border-top-color: rgb(80 7 36 / 0.8);
}

.hover\:border-t-pink-950\/90:hover {
  border-top-color: rgb(80 7 36 / 0.9);
}

.hover\:border-t-pink-950\/95:hover {
  border-top-color: rgb(80 7 36 / 0.95);
}

.hover\:border-t-purple-100:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(243 232 255 / var(--tw-border-opacity));
}

.hover\:border-t-purple-100\/0:hover {
  border-top-color: rgb(243 232 255 / 0);
}

.hover\:border-t-purple-100\/10:hover {
  border-top-color: rgb(243 232 255 / 0.1);
}

.hover\:border-t-purple-100\/100:hover {
  border-top-color: rgb(243 232 255 / 1);
}

.hover\:border-t-purple-100\/20:hover {
  border-top-color: rgb(243 232 255 / 0.2);
}

.hover\:border-t-purple-100\/25:hover {
  border-top-color: rgb(243 232 255 / 0.25);
}

.hover\:border-t-purple-100\/30:hover {
  border-top-color: rgb(243 232 255 / 0.3);
}

.hover\:border-t-purple-100\/40:hover {
  border-top-color: rgb(243 232 255 / 0.4);
}

.hover\:border-t-purple-100\/5:hover {
  border-top-color: rgb(243 232 255 / 0.05);
}

.hover\:border-t-purple-100\/50:hover {
  border-top-color: rgb(243 232 255 / 0.5);
}

.hover\:border-t-purple-100\/60:hover {
  border-top-color: rgb(243 232 255 / 0.6);
}

.hover\:border-t-purple-100\/70:hover {
  border-top-color: rgb(243 232 255 / 0.7);
}

.hover\:border-t-purple-100\/75:hover {
  border-top-color: rgb(243 232 255 / 0.75);
}

.hover\:border-t-purple-100\/80:hover {
  border-top-color: rgb(243 232 255 / 0.8);
}

.hover\:border-t-purple-100\/90:hover {
  border-top-color: rgb(243 232 255 / 0.9);
}

.hover\:border-t-purple-100\/95:hover {
  border-top-color: rgb(243 232 255 / 0.95);
}

.hover\:border-t-purple-200:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(233 213 255 / var(--tw-border-opacity));
}

.hover\:border-t-purple-200\/0:hover {
  border-top-color: rgb(233 213 255 / 0);
}

.hover\:border-t-purple-200\/10:hover {
  border-top-color: rgb(233 213 255 / 0.1);
}

.hover\:border-t-purple-200\/100:hover {
  border-top-color: rgb(233 213 255 / 1);
}

.hover\:border-t-purple-200\/20:hover {
  border-top-color: rgb(233 213 255 / 0.2);
}

.hover\:border-t-purple-200\/25:hover {
  border-top-color: rgb(233 213 255 / 0.25);
}

.hover\:border-t-purple-200\/30:hover {
  border-top-color: rgb(233 213 255 / 0.3);
}

.hover\:border-t-purple-200\/40:hover {
  border-top-color: rgb(233 213 255 / 0.4);
}

.hover\:border-t-purple-200\/5:hover {
  border-top-color: rgb(233 213 255 / 0.05);
}

.hover\:border-t-purple-200\/50:hover {
  border-top-color: rgb(233 213 255 / 0.5);
}

.hover\:border-t-purple-200\/60:hover {
  border-top-color: rgb(233 213 255 / 0.6);
}

.hover\:border-t-purple-200\/70:hover {
  border-top-color: rgb(233 213 255 / 0.7);
}

.hover\:border-t-purple-200\/75:hover {
  border-top-color: rgb(233 213 255 / 0.75);
}

.hover\:border-t-purple-200\/80:hover {
  border-top-color: rgb(233 213 255 / 0.8);
}

.hover\:border-t-purple-200\/90:hover {
  border-top-color: rgb(233 213 255 / 0.9);
}

.hover\:border-t-purple-200\/95:hover {
  border-top-color: rgb(233 213 255 / 0.95);
}

.hover\:border-t-purple-300:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(216 180 254 / var(--tw-border-opacity));
}

.hover\:border-t-purple-300\/0:hover {
  border-top-color: rgb(216 180 254 / 0);
}

.hover\:border-t-purple-300\/10:hover {
  border-top-color: rgb(216 180 254 / 0.1);
}

.hover\:border-t-purple-300\/100:hover {
  border-top-color: rgb(216 180 254 / 1);
}

.hover\:border-t-purple-300\/20:hover {
  border-top-color: rgb(216 180 254 / 0.2);
}

.hover\:border-t-purple-300\/25:hover {
  border-top-color: rgb(216 180 254 / 0.25);
}

.hover\:border-t-purple-300\/30:hover {
  border-top-color: rgb(216 180 254 / 0.3);
}

.hover\:border-t-purple-300\/40:hover {
  border-top-color: rgb(216 180 254 / 0.4);
}

.hover\:border-t-purple-300\/5:hover {
  border-top-color: rgb(216 180 254 / 0.05);
}

.hover\:border-t-purple-300\/50:hover {
  border-top-color: rgb(216 180 254 / 0.5);
}

.hover\:border-t-purple-300\/60:hover {
  border-top-color: rgb(216 180 254 / 0.6);
}

.hover\:border-t-purple-300\/70:hover {
  border-top-color: rgb(216 180 254 / 0.7);
}

.hover\:border-t-purple-300\/75:hover {
  border-top-color: rgb(216 180 254 / 0.75);
}

.hover\:border-t-purple-300\/80:hover {
  border-top-color: rgb(216 180 254 / 0.8);
}

.hover\:border-t-purple-300\/90:hover {
  border-top-color: rgb(216 180 254 / 0.9);
}

.hover\:border-t-purple-300\/95:hover {
  border-top-color: rgb(216 180 254 / 0.95);
}

.hover\:border-t-purple-400:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(192 132 252 / var(--tw-border-opacity));
}

.hover\:border-t-purple-400\/0:hover {
  border-top-color: rgb(192 132 252 / 0);
}

.hover\:border-t-purple-400\/10:hover {
  border-top-color: rgb(192 132 252 / 0.1);
}

.hover\:border-t-purple-400\/100:hover {
  border-top-color: rgb(192 132 252 / 1);
}

.hover\:border-t-purple-400\/20:hover {
  border-top-color: rgb(192 132 252 / 0.2);
}

.hover\:border-t-purple-400\/25:hover {
  border-top-color: rgb(192 132 252 / 0.25);
}

.hover\:border-t-purple-400\/30:hover {
  border-top-color: rgb(192 132 252 / 0.3);
}

.hover\:border-t-purple-400\/40:hover {
  border-top-color: rgb(192 132 252 / 0.4);
}

.hover\:border-t-purple-400\/5:hover {
  border-top-color: rgb(192 132 252 / 0.05);
}

.hover\:border-t-purple-400\/50:hover {
  border-top-color: rgb(192 132 252 / 0.5);
}

.hover\:border-t-purple-400\/60:hover {
  border-top-color: rgb(192 132 252 / 0.6);
}

.hover\:border-t-purple-400\/70:hover {
  border-top-color: rgb(192 132 252 / 0.7);
}

.hover\:border-t-purple-400\/75:hover {
  border-top-color: rgb(192 132 252 / 0.75);
}

.hover\:border-t-purple-400\/80:hover {
  border-top-color: rgb(192 132 252 / 0.8);
}

.hover\:border-t-purple-400\/90:hover {
  border-top-color: rgb(192 132 252 / 0.9);
}

.hover\:border-t-purple-400\/95:hover {
  border-top-color: rgb(192 132 252 / 0.95);
}

.hover\:border-t-purple-50:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 245 255 / var(--tw-border-opacity));
}

.hover\:border-t-purple-50\/0:hover {
  border-top-color: rgb(250 245 255 / 0);
}

.hover\:border-t-purple-50\/10:hover {
  border-top-color: rgb(250 245 255 / 0.1);
}

.hover\:border-t-purple-50\/100:hover {
  border-top-color: rgb(250 245 255 / 1);
}

.hover\:border-t-purple-50\/20:hover {
  border-top-color: rgb(250 245 255 / 0.2);
}

.hover\:border-t-purple-50\/25:hover {
  border-top-color: rgb(250 245 255 / 0.25);
}

.hover\:border-t-purple-50\/30:hover {
  border-top-color: rgb(250 245 255 / 0.3);
}

.hover\:border-t-purple-50\/40:hover {
  border-top-color: rgb(250 245 255 / 0.4);
}

.hover\:border-t-purple-50\/5:hover {
  border-top-color: rgb(250 245 255 / 0.05);
}

.hover\:border-t-purple-50\/50:hover {
  border-top-color: rgb(250 245 255 / 0.5);
}

.hover\:border-t-purple-50\/60:hover {
  border-top-color: rgb(250 245 255 / 0.6);
}

.hover\:border-t-purple-50\/70:hover {
  border-top-color: rgb(250 245 255 / 0.7);
}

.hover\:border-t-purple-50\/75:hover {
  border-top-color: rgb(250 245 255 / 0.75);
}

.hover\:border-t-purple-50\/80:hover {
  border-top-color: rgb(250 245 255 / 0.8);
}

.hover\:border-t-purple-50\/90:hover {
  border-top-color: rgb(250 245 255 / 0.9);
}

.hover\:border-t-purple-50\/95:hover {
  border-top-color: rgb(250 245 255 / 0.95);
}

.hover\:border-t-purple-500:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(168 85 247 / var(--tw-border-opacity));
}

.hover\:border-t-purple-500\/0:hover {
  border-top-color: rgb(168 85 247 / 0);
}

.hover\:border-t-purple-500\/10:hover {
  border-top-color: rgb(168 85 247 / 0.1);
}

.hover\:border-t-purple-500\/100:hover {
  border-top-color: rgb(168 85 247 / 1);
}

.hover\:border-t-purple-500\/20:hover {
  border-top-color: rgb(168 85 247 / 0.2);
}

.hover\:border-t-purple-500\/25:hover {
  border-top-color: rgb(168 85 247 / 0.25);
}

.hover\:border-t-purple-500\/30:hover {
  border-top-color: rgb(168 85 247 / 0.3);
}

.hover\:border-t-purple-500\/40:hover {
  border-top-color: rgb(168 85 247 / 0.4);
}

.hover\:border-t-purple-500\/5:hover {
  border-top-color: rgb(168 85 247 / 0.05);
}

.hover\:border-t-purple-500\/50:hover {
  border-top-color: rgb(168 85 247 / 0.5);
}

.hover\:border-t-purple-500\/60:hover {
  border-top-color: rgb(168 85 247 / 0.6);
}

.hover\:border-t-purple-500\/70:hover {
  border-top-color: rgb(168 85 247 / 0.7);
}

.hover\:border-t-purple-500\/75:hover {
  border-top-color: rgb(168 85 247 / 0.75);
}

.hover\:border-t-purple-500\/80:hover {
  border-top-color: rgb(168 85 247 / 0.8);
}

.hover\:border-t-purple-500\/90:hover {
  border-top-color: rgb(168 85 247 / 0.9);
}

.hover\:border-t-purple-500\/95:hover {
  border-top-color: rgb(168 85 247 / 0.95);
}

.hover\:border-t-purple-600:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(147 51 234 / var(--tw-border-opacity));
}

.hover\:border-t-purple-600\/0:hover {
  border-top-color: rgb(147 51 234 / 0);
}

.hover\:border-t-purple-600\/10:hover {
  border-top-color: rgb(147 51 234 / 0.1);
}

.hover\:border-t-purple-600\/100:hover {
  border-top-color: rgb(147 51 234 / 1);
}

.hover\:border-t-purple-600\/20:hover {
  border-top-color: rgb(147 51 234 / 0.2);
}

.hover\:border-t-purple-600\/25:hover {
  border-top-color: rgb(147 51 234 / 0.25);
}

.hover\:border-t-purple-600\/30:hover {
  border-top-color: rgb(147 51 234 / 0.3);
}

.hover\:border-t-purple-600\/40:hover {
  border-top-color: rgb(147 51 234 / 0.4);
}

.hover\:border-t-purple-600\/5:hover {
  border-top-color: rgb(147 51 234 / 0.05);
}

.hover\:border-t-purple-600\/50:hover {
  border-top-color: rgb(147 51 234 / 0.5);
}

.hover\:border-t-purple-600\/60:hover {
  border-top-color: rgb(147 51 234 / 0.6);
}

.hover\:border-t-purple-600\/70:hover {
  border-top-color: rgb(147 51 234 / 0.7);
}

.hover\:border-t-purple-600\/75:hover {
  border-top-color: rgb(147 51 234 / 0.75);
}

.hover\:border-t-purple-600\/80:hover {
  border-top-color: rgb(147 51 234 / 0.8);
}

.hover\:border-t-purple-600\/90:hover {
  border-top-color: rgb(147 51 234 / 0.9);
}

.hover\:border-t-purple-600\/95:hover {
  border-top-color: rgb(147 51 234 / 0.95);
}

.hover\:border-t-purple-700:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(126 34 206 / var(--tw-border-opacity));
}

.hover\:border-t-purple-700\/0:hover {
  border-top-color: rgb(126 34 206 / 0);
}

.hover\:border-t-purple-700\/10:hover {
  border-top-color: rgb(126 34 206 / 0.1);
}

.hover\:border-t-purple-700\/100:hover {
  border-top-color: rgb(126 34 206 / 1);
}

.hover\:border-t-purple-700\/20:hover {
  border-top-color: rgb(126 34 206 / 0.2);
}

.hover\:border-t-purple-700\/25:hover {
  border-top-color: rgb(126 34 206 / 0.25);
}

.hover\:border-t-purple-700\/30:hover {
  border-top-color: rgb(126 34 206 / 0.3);
}

.hover\:border-t-purple-700\/40:hover {
  border-top-color: rgb(126 34 206 / 0.4);
}

.hover\:border-t-purple-700\/5:hover {
  border-top-color: rgb(126 34 206 / 0.05);
}

.hover\:border-t-purple-700\/50:hover {
  border-top-color: rgb(126 34 206 / 0.5);
}

.hover\:border-t-purple-700\/60:hover {
  border-top-color: rgb(126 34 206 / 0.6);
}

.hover\:border-t-purple-700\/70:hover {
  border-top-color: rgb(126 34 206 / 0.7);
}

.hover\:border-t-purple-700\/75:hover {
  border-top-color: rgb(126 34 206 / 0.75);
}

.hover\:border-t-purple-700\/80:hover {
  border-top-color: rgb(126 34 206 / 0.8);
}

.hover\:border-t-purple-700\/90:hover {
  border-top-color: rgb(126 34 206 / 0.9);
}

.hover\:border-t-purple-700\/95:hover {
  border-top-color: rgb(126 34 206 / 0.95);
}

.hover\:border-t-purple-800:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(107 33 168 / var(--tw-border-opacity));
}

.hover\:border-t-purple-800\/0:hover {
  border-top-color: rgb(107 33 168 / 0);
}

.hover\:border-t-purple-800\/10:hover {
  border-top-color: rgb(107 33 168 / 0.1);
}

.hover\:border-t-purple-800\/100:hover {
  border-top-color: rgb(107 33 168 / 1);
}

.hover\:border-t-purple-800\/20:hover {
  border-top-color: rgb(107 33 168 / 0.2);
}

.hover\:border-t-purple-800\/25:hover {
  border-top-color: rgb(107 33 168 / 0.25);
}

.hover\:border-t-purple-800\/30:hover {
  border-top-color: rgb(107 33 168 / 0.3);
}

.hover\:border-t-purple-800\/40:hover {
  border-top-color: rgb(107 33 168 / 0.4);
}

.hover\:border-t-purple-800\/5:hover {
  border-top-color: rgb(107 33 168 / 0.05);
}

.hover\:border-t-purple-800\/50:hover {
  border-top-color: rgb(107 33 168 / 0.5);
}

.hover\:border-t-purple-800\/60:hover {
  border-top-color: rgb(107 33 168 / 0.6);
}

.hover\:border-t-purple-800\/70:hover {
  border-top-color: rgb(107 33 168 / 0.7);
}

.hover\:border-t-purple-800\/75:hover {
  border-top-color: rgb(107 33 168 / 0.75);
}

.hover\:border-t-purple-800\/80:hover {
  border-top-color: rgb(107 33 168 / 0.8);
}

.hover\:border-t-purple-800\/90:hover {
  border-top-color: rgb(107 33 168 / 0.9);
}

.hover\:border-t-purple-800\/95:hover {
  border-top-color: rgb(107 33 168 / 0.95);
}

.hover\:border-t-purple-900:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(88 28 135 / var(--tw-border-opacity));
}

.hover\:border-t-purple-900\/0:hover {
  border-top-color: rgb(88 28 135 / 0);
}

.hover\:border-t-purple-900\/10:hover {
  border-top-color: rgb(88 28 135 / 0.1);
}

.hover\:border-t-purple-900\/100:hover {
  border-top-color: rgb(88 28 135 / 1);
}

.hover\:border-t-purple-900\/20:hover {
  border-top-color: rgb(88 28 135 / 0.2);
}

.hover\:border-t-purple-900\/25:hover {
  border-top-color: rgb(88 28 135 / 0.25);
}

.hover\:border-t-purple-900\/30:hover {
  border-top-color: rgb(88 28 135 / 0.3);
}

.hover\:border-t-purple-900\/40:hover {
  border-top-color: rgb(88 28 135 / 0.4);
}

.hover\:border-t-purple-900\/5:hover {
  border-top-color: rgb(88 28 135 / 0.05);
}

.hover\:border-t-purple-900\/50:hover {
  border-top-color: rgb(88 28 135 / 0.5);
}

.hover\:border-t-purple-900\/60:hover {
  border-top-color: rgb(88 28 135 / 0.6);
}

.hover\:border-t-purple-900\/70:hover {
  border-top-color: rgb(88 28 135 / 0.7);
}

.hover\:border-t-purple-900\/75:hover {
  border-top-color: rgb(88 28 135 / 0.75);
}

.hover\:border-t-purple-900\/80:hover {
  border-top-color: rgb(88 28 135 / 0.8);
}

.hover\:border-t-purple-900\/90:hover {
  border-top-color: rgb(88 28 135 / 0.9);
}

.hover\:border-t-purple-900\/95:hover {
  border-top-color: rgb(88 28 135 / 0.95);
}

.hover\:border-t-purple-950:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(59 7 100 / var(--tw-border-opacity));
}

.hover\:border-t-purple-950\/0:hover {
  border-top-color: rgb(59 7 100 / 0);
}

.hover\:border-t-purple-950\/10:hover {
  border-top-color: rgb(59 7 100 / 0.1);
}

.hover\:border-t-purple-950\/100:hover {
  border-top-color: rgb(59 7 100 / 1);
}

.hover\:border-t-purple-950\/20:hover {
  border-top-color: rgb(59 7 100 / 0.2);
}

.hover\:border-t-purple-950\/25:hover {
  border-top-color: rgb(59 7 100 / 0.25);
}

.hover\:border-t-purple-950\/30:hover {
  border-top-color: rgb(59 7 100 / 0.3);
}

.hover\:border-t-purple-950\/40:hover {
  border-top-color: rgb(59 7 100 / 0.4);
}

.hover\:border-t-purple-950\/5:hover {
  border-top-color: rgb(59 7 100 / 0.05);
}

.hover\:border-t-purple-950\/50:hover {
  border-top-color: rgb(59 7 100 / 0.5);
}

.hover\:border-t-purple-950\/60:hover {
  border-top-color: rgb(59 7 100 / 0.6);
}

.hover\:border-t-purple-950\/70:hover {
  border-top-color: rgb(59 7 100 / 0.7);
}

.hover\:border-t-purple-950\/75:hover {
  border-top-color: rgb(59 7 100 / 0.75);
}

.hover\:border-t-purple-950\/80:hover {
  border-top-color: rgb(59 7 100 / 0.8);
}

.hover\:border-t-purple-950\/90:hover {
  border-top-color: rgb(59 7 100 / 0.9);
}

.hover\:border-t-purple-950\/95:hover {
  border-top-color: rgb(59 7 100 / 0.95);
}

.hover\:border-t-red-100:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 226 226 / var(--tw-border-opacity));
}

.hover\:border-t-red-100\/0:hover {
  border-top-color: rgb(254 226 226 / 0);
}

.hover\:border-t-red-100\/10:hover {
  border-top-color: rgb(254 226 226 / 0.1);
}

.hover\:border-t-red-100\/100:hover {
  border-top-color: rgb(254 226 226 / 1);
}

.hover\:border-t-red-100\/20:hover {
  border-top-color: rgb(254 226 226 / 0.2);
}

.hover\:border-t-red-100\/25:hover {
  border-top-color: rgb(254 226 226 / 0.25);
}

.hover\:border-t-red-100\/30:hover {
  border-top-color: rgb(254 226 226 / 0.3);
}

.hover\:border-t-red-100\/40:hover {
  border-top-color: rgb(254 226 226 / 0.4);
}

.hover\:border-t-red-100\/5:hover {
  border-top-color: rgb(254 226 226 / 0.05);
}

.hover\:border-t-red-100\/50:hover {
  border-top-color: rgb(254 226 226 / 0.5);
}

.hover\:border-t-red-100\/60:hover {
  border-top-color: rgb(254 226 226 / 0.6);
}

.hover\:border-t-red-100\/70:hover {
  border-top-color: rgb(254 226 226 / 0.7);
}

.hover\:border-t-red-100\/75:hover {
  border-top-color: rgb(254 226 226 / 0.75);
}

.hover\:border-t-red-100\/80:hover {
  border-top-color: rgb(254 226 226 / 0.8);
}

.hover\:border-t-red-100\/90:hover {
  border-top-color: rgb(254 226 226 / 0.9);
}

.hover\:border-t-red-100\/95:hover {
  border-top-color: rgb(254 226 226 / 0.95);
}

.hover\:border-t-red-200:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.hover\:border-t-red-200\/0:hover {
  border-top-color: rgb(254 202 202 / 0);
}

.hover\:border-t-red-200\/10:hover {
  border-top-color: rgb(254 202 202 / 0.1);
}

.hover\:border-t-red-200\/100:hover {
  border-top-color: rgb(254 202 202 / 1);
}

.hover\:border-t-red-200\/20:hover {
  border-top-color: rgb(254 202 202 / 0.2);
}

.hover\:border-t-red-200\/25:hover {
  border-top-color: rgb(254 202 202 / 0.25);
}

.hover\:border-t-red-200\/30:hover {
  border-top-color: rgb(254 202 202 / 0.3);
}

.hover\:border-t-red-200\/40:hover {
  border-top-color: rgb(254 202 202 / 0.4);
}

.hover\:border-t-red-200\/5:hover {
  border-top-color: rgb(254 202 202 / 0.05);
}

.hover\:border-t-red-200\/50:hover {
  border-top-color: rgb(254 202 202 / 0.5);
}

.hover\:border-t-red-200\/60:hover {
  border-top-color: rgb(254 202 202 / 0.6);
}

.hover\:border-t-red-200\/70:hover {
  border-top-color: rgb(254 202 202 / 0.7);
}

.hover\:border-t-red-200\/75:hover {
  border-top-color: rgb(254 202 202 / 0.75);
}

.hover\:border-t-red-200\/80:hover {
  border-top-color: rgb(254 202 202 / 0.8);
}

.hover\:border-t-red-200\/90:hover {
  border-top-color: rgb(254 202 202 / 0.9);
}

.hover\:border-t-red-200\/95:hover {
  border-top-color: rgb(254 202 202 / 0.95);
}

.hover\:border-t-red-300:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.hover\:border-t-red-300\/0:hover {
  border-top-color: rgb(252 165 165 / 0);
}

.hover\:border-t-red-300\/10:hover {
  border-top-color: rgb(252 165 165 / 0.1);
}

.hover\:border-t-red-300\/100:hover {
  border-top-color: rgb(252 165 165 / 1);
}

.hover\:border-t-red-300\/20:hover {
  border-top-color: rgb(252 165 165 / 0.2);
}

.hover\:border-t-red-300\/25:hover {
  border-top-color: rgb(252 165 165 / 0.25);
}

.hover\:border-t-red-300\/30:hover {
  border-top-color: rgb(252 165 165 / 0.3);
}

.hover\:border-t-red-300\/40:hover {
  border-top-color: rgb(252 165 165 / 0.4);
}

.hover\:border-t-red-300\/5:hover {
  border-top-color: rgb(252 165 165 / 0.05);
}

.hover\:border-t-red-300\/50:hover {
  border-top-color: rgb(252 165 165 / 0.5);
}

.hover\:border-t-red-300\/60:hover {
  border-top-color: rgb(252 165 165 / 0.6);
}

.hover\:border-t-red-300\/70:hover {
  border-top-color: rgb(252 165 165 / 0.7);
}

.hover\:border-t-red-300\/75:hover {
  border-top-color: rgb(252 165 165 / 0.75);
}

.hover\:border-t-red-300\/80:hover {
  border-top-color: rgb(252 165 165 / 0.8);
}

.hover\:border-t-red-300\/90:hover {
  border-top-color: rgb(252 165 165 / 0.9);
}

.hover\:border-t-red-300\/95:hover {
  border-top-color: rgb(252 165 165 / 0.95);
}

.hover\:border-t-red-400:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.hover\:border-t-red-400\/0:hover {
  border-top-color: rgb(248 113 113 / 0);
}

.hover\:border-t-red-400\/10:hover {
  border-top-color: rgb(248 113 113 / 0.1);
}

.hover\:border-t-red-400\/100:hover {
  border-top-color: rgb(248 113 113 / 1);
}

.hover\:border-t-red-400\/20:hover {
  border-top-color: rgb(248 113 113 / 0.2);
}

.hover\:border-t-red-400\/25:hover {
  border-top-color: rgb(248 113 113 / 0.25);
}

.hover\:border-t-red-400\/30:hover {
  border-top-color: rgb(248 113 113 / 0.3);
}

.hover\:border-t-red-400\/40:hover {
  border-top-color: rgb(248 113 113 / 0.4);
}

.hover\:border-t-red-400\/5:hover {
  border-top-color: rgb(248 113 113 / 0.05);
}

.hover\:border-t-red-400\/50:hover {
  border-top-color: rgb(248 113 113 / 0.5);
}

.hover\:border-t-red-400\/60:hover {
  border-top-color: rgb(248 113 113 / 0.6);
}

.hover\:border-t-red-400\/70:hover {
  border-top-color: rgb(248 113 113 / 0.7);
}

.hover\:border-t-red-400\/75:hover {
  border-top-color: rgb(248 113 113 / 0.75);
}

.hover\:border-t-red-400\/80:hover {
  border-top-color: rgb(248 113 113 / 0.8);
}

.hover\:border-t-red-400\/90:hover {
  border-top-color: rgb(248 113 113 / 0.9);
}

.hover\:border-t-red-400\/95:hover {
  border-top-color: rgb(248 113 113 / 0.95);
}

.hover\:border-t-red-50:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.hover\:border-t-red-50\/0:hover {
  border-top-color: rgb(254 242 242 / 0);
}

.hover\:border-t-red-50\/10:hover {
  border-top-color: rgb(254 242 242 / 0.1);
}

.hover\:border-t-red-50\/100:hover {
  border-top-color: rgb(254 242 242 / 1);
}

.hover\:border-t-red-50\/20:hover {
  border-top-color: rgb(254 242 242 / 0.2);
}

.hover\:border-t-red-50\/25:hover {
  border-top-color: rgb(254 242 242 / 0.25);
}

.hover\:border-t-red-50\/30:hover {
  border-top-color: rgb(254 242 242 / 0.3);
}

.hover\:border-t-red-50\/40:hover {
  border-top-color: rgb(254 242 242 / 0.4);
}

.hover\:border-t-red-50\/5:hover {
  border-top-color: rgb(254 242 242 / 0.05);
}

.hover\:border-t-red-50\/50:hover {
  border-top-color: rgb(254 242 242 / 0.5);
}

.hover\:border-t-red-50\/60:hover {
  border-top-color: rgb(254 242 242 / 0.6);
}

.hover\:border-t-red-50\/70:hover {
  border-top-color: rgb(254 242 242 / 0.7);
}

.hover\:border-t-red-50\/75:hover {
  border-top-color: rgb(254 242 242 / 0.75);
}

.hover\:border-t-red-50\/80:hover {
  border-top-color: rgb(254 242 242 / 0.8);
}

.hover\:border-t-red-50\/90:hover {
  border-top-color: rgb(254 242 242 / 0.9);
}

.hover\:border-t-red-50\/95:hover {
  border-top-color: rgb(254 242 242 / 0.95);
}

.hover\:border-t-red-500:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.hover\:border-t-red-500\/0:hover {
  border-top-color: rgb(239 68 68 / 0);
}

.hover\:border-t-red-500\/10:hover {
  border-top-color: rgb(239 68 68 / 0.1);
}

.hover\:border-t-red-500\/100:hover {
  border-top-color: rgb(239 68 68 / 1);
}

.hover\:border-t-red-500\/20:hover {
  border-top-color: rgb(239 68 68 / 0.2);
}

.hover\:border-t-red-500\/25:hover {
  border-top-color: rgb(239 68 68 / 0.25);
}

.hover\:border-t-red-500\/30:hover {
  border-top-color: rgb(239 68 68 / 0.3);
}

.hover\:border-t-red-500\/40:hover {
  border-top-color: rgb(239 68 68 / 0.4);
}

.hover\:border-t-red-500\/5:hover {
  border-top-color: rgb(239 68 68 / 0.05);
}

.hover\:border-t-red-500\/50:hover {
  border-top-color: rgb(239 68 68 / 0.5);
}

.hover\:border-t-red-500\/60:hover {
  border-top-color: rgb(239 68 68 / 0.6);
}

.hover\:border-t-red-500\/70:hover {
  border-top-color: rgb(239 68 68 / 0.7);
}

.hover\:border-t-red-500\/75:hover {
  border-top-color: rgb(239 68 68 / 0.75);
}

.hover\:border-t-red-500\/80:hover {
  border-top-color: rgb(239 68 68 / 0.8);
}

.hover\:border-t-red-500\/90:hover {
  border-top-color: rgb(239 68 68 / 0.9);
}

.hover\:border-t-red-500\/95:hover {
  border-top-color: rgb(239 68 68 / 0.95);
}

.hover\:border-t-red-600:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.hover\:border-t-red-600\/0:hover {
  border-top-color: rgb(220 38 38 / 0);
}

.hover\:border-t-red-600\/10:hover {
  border-top-color: rgb(220 38 38 / 0.1);
}

.hover\:border-t-red-600\/100:hover {
  border-top-color: rgb(220 38 38 / 1);
}

.hover\:border-t-red-600\/20:hover {
  border-top-color: rgb(220 38 38 / 0.2);
}

.hover\:border-t-red-600\/25:hover {
  border-top-color: rgb(220 38 38 / 0.25);
}

.hover\:border-t-red-600\/30:hover {
  border-top-color: rgb(220 38 38 / 0.3);
}

.hover\:border-t-red-600\/40:hover {
  border-top-color: rgb(220 38 38 / 0.4);
}

.hover\:border-t-red-600\/5:hover {
  border-top-color: rgb(220 38 38 / 0.05);
}

.hover\:border-t-red-600\/50:hover {
  border-top-color: rgb(220 38 38 / 0.5);
}

.hover\:border-t-red-600\/60:hover {
  border-top-color: rgb(220 38 38 / 0.6);
}

.hover\:border-t-red-600\/70:hover {
  border-top-color: rgb(220 38 38 / 0.7);
}

.hover\:border-t-red-600\/75:hover {
  border-top-color: rgb(220 38 38 / 0.75);
}

.hover\:border-t-red-600\/80:hover {
  border-top-color: rgb(220 38 38 / 0.8);
}

.hover\:border-t-red-600\/90:hover {
  border-top-color: rgb(220 38 38 / 0.9);
}

.hover\:border-t-red-600\/95:hover {
  border-top-color: rgb(220 38 38 / 0.95);
}

.hover\:border-t-red-700:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.hover\:border-t-red-700\/0:hover {
  border-top-color: rgb(185 28 28 / 0);
}

.hover\:border-t-red-700\/10:hover {
  border-top-color: rgb(185 28 28 / 0.1);
}

.hover\:border-t-red-700\/100:hover {
  border-top-color: rgb(185 28 28 / 1);
}

.hover\:border-t-red-700\/20:hover {
  border-top-color: rgb(185 28 28 / 0.2);
}

.hover\:border-t-red-700\/25:hover {
  border-top-color: rgb(185 28 28 / 0.25);
}

.hover\:border-t-red-700\/30:hover {
  border-top-color: rgb(185 28 28 / 0.3);
}

.hover\:border-t-red-700\/40:hover {
  border-top-color: rgb(185 28 28 / 0.4);
}

.hover\:border-t-red-700\/5:hover {
  border-top-color: rgb(185 28 28 / 0.05);
}

.hover\:border-t-red-700\/50:hover {
  border-top-color: rgb(185 28 28 / 0.5);
}

.hover\:border-t-red-700\/60:hover {
  border-top-color: rgb(185 28 28 / 0.6);
}

.hover\:border-t-red-700\/70:hover {
  border-top-color: rgb(185 28 28 / 0.7);
}

.hover\:border-t-red-700\/75:hover {
  border-top-color: rgb(185 28 28 / 0.75);
}

.hover\:border-t-red-700\/80:hover {
  border-top-color: rgb(185 28 28 / 0.8);
}

.hover\:border-t-red-700\/90:hover {
  border-top-color: rgb(185 28 28 / 0.9);
}

.hover\:border-t-red-700\/95:hover {
  border-top-color: rgb(185 28 28 / 0.95);
}

.hover\:border-t-red-800:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.hover\:border-t-red-800\/0:hover {
  border-top-color: rgb(153 27 27 / 0);
}

.hover\:border-t-red-800\/10:hover {
  border-top-color: rgb(153 27 27 / 0.1);
}

.hover\:border-t-red-800\/100:hover {
  border-top-color: rgb(153 27 27 / 1);
}

.hover\:border-t-red-800\/20:hover {
  border-top-color: rgb(153 27 27 / 0.2);
}

.hover\:border-t-red-800\/25:hover {
  border-top-color: rgb(153 27 27 / 0.25);
}

.hover\:border-t-red-800\/30:hover {
  border-top-color: rgb(153 27 27 / 0.3);
}

.hover\:border-t-red-800\/40:hover {
  border-top-color: rgb(153 27 27 / 0.4);
}

.hover\:border-t-red-800\/5:hover {
  border-top-color: rgb(153 27 27 / 0.05);
}

.hover\:border-t-red-800\/50:hover {
  border-top-color: rgb(153 27 27 / 0.5);
}

.hover\:border-t-red-800\/60:hover {
  border-top-color: rgb(153 27 27 / 0.6);
}

.hover\:border-t-red-800\/70:hover {
  border-top-color: rgb(153 27 27 / 0.7);
}

.hover\:border-t-red-800\/75:hover {
  border-top-color: rgb(153 27 27 / 0.75);
}

.hover\:border-t-red-800\/80:hover {
  border-top-color: rgb(153 27 27 / 0.8);
}

.hover\:border-t-red-800\/90:hover {
  border-top-color: rgb(153 27 27 / 0.9);
}

.hover\:border-t-red-800\/95:hover {
  border-top-color: rgb(153 27 27 / 0.95);
}

.hover\:border-t-red-900:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.hover\:border-t-red-900\/0:hover {
  border-top-color: rgb(127 29 29 / 0);
}

.hover\:border-t-red-900\/10:hover {
  border-top-color: rgb(127 29 29 / 0.1);
}

.hover\:border-t-red-900\/100:hover {
  border-top-color: rgb(127 29 29 / 1);
}

.hover\:border-t-red-900\/20:hover {
  border-top-color: rgb(127 29 29 / 0.2);
}

.hover\:border-t-red-900\/25:hover {
  border-top-color: rgb(127 29 29 / 0.25);
}

.hover\:border-t-red-900\/30:hover {
  border-top-color: rgb(127 29 29 / 0.3);
}

.hover\:border-t-red-900\/40:hover {
  border-top-color: rgb(127 29 29 / 0.4);
}

.hover\:border-t-red-900\/5:hover {
  border-top-color: rgb(127 29 29 / 0.05);
}

.hover\:border-t-red-900\/50:hover {
  border-top-color: rgb(127 29 29 / 0.5);
}

.hover\:border-t-red-900\/60:hover {
  border-top-color: rgb(127 29 29 / 0.6);
}

.hover\:border-t-red-900\/70:hover {
  border-top-color: rgb(127 29 29 / 0.7);
}

.hover\:border-t-red-900\/75:hover {
  border-top-color: rgb(127 29 29 / 0.75);
}

.hover\:border-t-red-900\/80:hover {
  border-top-color: rgb(127 29 29 / 0.8);
}

.hover\:border-t-red-900\/90:hover {
  border-top-color: rgb(127 29 29 / 0.9);
}

.hover\:border-t-red-900\/95:hover {
  border-top-color: rgb(127 29 29 / 0.95);
}

.hover\:border-t-red-950:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(69 10 10 / var(--tw-border-opacity));
}

.hover\:border-t-red-950\/0:hover {
  border-top-color: rgb(69 10 10 / 0);
}

.hover\:border-t-red-950\/10:hover {
  border-top-color: rgb(69 10 10 / 0.1);
}

.hover\:border-t-red-950\/100:hover {
  border-top-color: rgb(69 10 10 / 1);
}

.hover\:border-t-red-950\/20:hover {
  border-top-color: rgb(69 10 10 / 0.2);
}

.hover\:border-t-red-950\/25:hover {
  border-top-color: rgb(69 10 10 / 0.25);
}

.hover\:border-t-red-950\/30:hover {
  border-top-color: rgb(69 10 10 / 0.3);
}

.hover\:border-t-red-950\/40:hover {
  border-top-color: rgb(69 10 10 / 0.4);
}

.hover\:border-t-red-950\/5:hover {
  border-top-color: rgb(69 10 10 / 0.05);
}

.hover\:border-t-red-950\/50:hover {
  border-top-color: rgb(69 10 10 / 0.5);
}

.hover\:border-t-red-950\/60:hover {
  border-top-color: rgb(69 10 10 / 0.6);
}

.hover\:border-t-red-950\/70:hover {
  border-top-color: rgb(69 10 10 / 0.7);
}

.hover\:border-t-red-950\/75:hover {
  border-top-color: rgb(69 10 10 / 0.75);
}

.hover\:border-t-red-950\/80:hover {
  border-top-color: rgb(69 10 10 / 0.8);
}

.hover\:border-t-red-950\/90:hover {
  border-top-color: rgb(69 10 10 / 0.9);
}

.hover\:border-t-red-950\/95:hover {
  border-top-color: rgb(69 10 10 / 0.95);
}

.hover\:border-t-rose-100:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 228 230 / var(--tw-border-opacity));
}

.hover\:border-t-rose-100\/0:hover {
  border-top-color: rgb(255 228 230 / 0);
}

.hover\:border-t-rose-100\/10:hover {
  border-top-color: rgb(255 228 230 / 0.1);
}

.hover\:border-t-rose-100\/100:hover {
  border-top-color: rgb(255 228 230 / 1);
}

.hover\:border-t-rose-100\/20:hover {
  border-top-color: rgb(255 228 230 / 0.2);
}

.hover\:border-t-rose-100\/25:hover {
  border-top-color: rgb(255 228 230 / 0.25);
}

.hover\:border-t-rose-100\/30:hover {
  border-top-color: rgb(255 228 230 / 0.3);
}

.hover\:border-t-rose-100\/40:hover {
  border-top-color: rgb(255 228 230 / 0.4);
}

.hover\:border-t-rose-100\/5:hover {
  border-top-color: rgb(255 228 230 / 0.05);
}

.hover\:border-t-rose-100\/50:hover {
  border-top-color: rgb(255 228 230 / 0.5);
}

.hover\:border-t-rose-100\/60:hover {
  border-top-color: rgb(255 228 230 / 0.6);
}

.hover\:border-t-rose-100\/70:hover {
  border-top-color: rgb(255 228 230 / 0.7);
}

.hover\:border-t-rose-100\/75:hover {
  border-top-color: rgb(255 228 230 / 0.75);
}

.hover\:border-t-rose-100\/80:hover {
  border-top-color: rgb(255 228 230 / 0.8);
}

.hover\:border-t-rose-100\/90:hover {
  border-top-color: rgb(255 228 230 / 0.9);
}

.hover\:border-t-rose-100\/95:hover {
  border-top-color: rgb(255 228 230 / 0.95);
}

.hover\:border-t-rose-200:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 205 211 / var(--tw-border-opacity));
}

.hover\:border-t-rose-200\/0:hover {
  border-top-color: rgb(254 205 211 / 0);
}

.hover\:border-t-rose-200\/10:hover {
  border-top-color: rgb(254 205 211 / 0.1);
}

.hover\:border-t-rose-200\/100:hover {
  border-top-color: rgb(254 205 211 / 1);
}

.hover\:border-t-rose-200\/20:hover {
  border-top-color: rgb(254 205 211 / 0.2);
}

.hover\:border-t-rose-200\/25:hover {
  border-top-color: rgb(254 205 211 / 0.25);
}

.hover\:border-t-rose-200\/30:hover {
  border-top-color: rgb(254 205 211 / 0.3);
}

.hover\:border-t-rose-200\/40:hover {
  border-top-color: rgb(254 205 211 / 0.4);
}

.hover\:border-t-rose-200\/5:hover {
  border-top-color: rgb(254 205 211 / 0.05);
}

.hover\:border-t-rose-200\/50:hover {
  border-top-color: rgb(254 205 211 / 0.5);
}

.hover\:border-t-rose-200\/60:hover {
  border-top-color: rgb(254 205 211 / 0.6);
}

.hover\:border-t-rose-200\/70:hover {
  border-top-color: rgb(254 205 211 / 0.7);
}

.hover\:border-t-rose-200\/75:hover {
  border-top-color: rgb(254 205 211 / 0.75);
}

.hover\:border-t-rose-200\/80:hover {
  border-top-color: rgb(254 205 211 / 0.8);
}

.hover\:border-t-rose-200\/90:hover {
  border-top-color: rgb(254 205 211 / 0.9);
}

.hover\:border-t-rose-200\/95:hover {
  border-top-color: rgb(254 205 211 / 0.95);
}

.hover\:border-t-rose-300:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 164 175 / var(--tw-border-opacity));
}

.hover\:border-t-rose-300\/0:hover {
  border-top-color: rgb(253 164 175 / 0);
}

.hover\:border-t-rose-300\/10:hover {
  border-top-color: rgb(253 164 175 / 0.1);
}

.hover\:border-t-rose-300\/100:hover {
  border-top-color: rgb(253 164 175 / 1);
}

.hover\:border-t-rose-300\/20:hover {
  border-top-color: rgb(253 164 175 / 0.2);
}

.hover\:border-t-rose-300\/25:hover {
  border-top-color: rgb(253 164 175 / 0.25);
}

.hover\:border-t-rose-300\/30:hover {
  border-top-color: rgb(253 164 175 / 0.3);
}

.hover\:border-t-rose-300\/40:hover {
  border-top-color: rgb(253 164 175 / 0.4);
}

.hover\:border-t-rose-300\/5:hover {
  border-top-color: rgb(253 164 175 / 0.05);
}

.hover\:border-t-rose-300\/50:hover {
  border-top-color: rgb(253 164 175 / 0.5);
}

.hover\:border-t-rose-300\/60:hover {
  border-top-color: rgb(253 164 175 / 0.6);
}

.hover\:border-t-rose-300\/70:hover {
  border-top-color: rgb(253 164 175 / 0.7);
}

.hover\:border-t-rose-300\/75:hover {
  border-top-color: rgb(253 164 175 / 0.75);
}

.hover\:border-t-rose-300\/80:hover {
  border-top-color: rgb(253 164 175 / 0.8);
}

.hover\:border-t-rose-300\/90:hover {
  border-top-color: rgb(253 164 175 / 0.9);
}

.hover\:border-t-rose-300\/95:hover {
  border-top-color: rgb(253 164 175 / 0.95);
}

.hover\:border-t-rose-400:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.hover\:border-t-rose-400\/0:hover {
  border-top-color: rgb(251 113 133 / 0);
}

.hover\:border-t-rose-400\/10:hover {
  border-top-color: rgb(251 113 133 / 0.1);
}

.hover\:border-t-rose-400\/100:hover {
  border-top-color: rgb(251 113 133 / 1);
}

.hover\:border-t-rose-400\/20:hover {
  border-top-color: rgb(251 113 133 / 0.2);
}

.hover\:border-t-rose-400\/25:hover {
  border-top-color: rgb(251 113 133 / 0.25);
}

.hover\:border-t-rose-400\/30:hover {
  border-top-color: rgb(251 113 133 / 0.3);
}

.hover\:border-t-rose-400\/40:hover {
  border-top-color: rgb(251 113 133 / 0.4);
}

.hover\:border-t-rose-400\/5:hover {
  border-top-color: rgb(251 113 133 / 0.05);
}

.hover\:border-t-rose-400\/50:hover {
  border-top-color: rgb(251 113 133 / 0.5);
}

.hover\:border-t-rose-400\/60:hover {
  border-top-color: rgb(251 113 133 / 0.6);
}

.hover\:border-t-rose-400\/70:hover {
  border-top-color: rgb(251 113 133 / 0.7);
}

.hover\:border-t-rose-400\/75:hover {
  border-top-color: rgb(251 113 133 / 0.75);
}

.hover\:border-t-rose-400\/80:hover {
  border-top-color: rgb(251 113 133 / 0.8);
}

.hover\:border-t-rose-400\/90:hover {
  border-top-color: rgb(251 113 133 / 0.9);
}

.hover\:border-t-rose-400\/95:hover {
  border-top-color: rgb(251 113 133 / 0.95);
}

.hover\:border-t-rose-50:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 241 242 / var(--tw-border-opacity));
}

.hover\:border-t-rose-50\/0:hover {
  border-top-color: rgb(255 241 242 / 0);
}

.hover\:border-t-rose-50\/10:hover {
  border-top-color: rgb(255 241 242 / 0.1);
}

.hover\:border-t-rose-50\/100:hover {
  border-top-color: rgb(255 241 242 / 1);
}

.hover\:border-t-rose-50\/20:hover {
  border-top-color: rgb(255 241 242 / 0.2);
}

.hover\:border-t-rose-50\/25:hover {
  border-top-color: rgb(255 241 242 / 0.25);
}

.hover\:border-t-rose-50\/30:hover {
  border-top-color: rgb(255 241 242 / 0.3);
}

.hover\:border-t-rose-50\/40:hover {
  border-top-color: rgb(255 241 242 / 0.4);
}

.hover\:border-t-rose-50\/5:hover {
  border-top-color: rgb(255 241 242 / 0.05);
}

.hover\:border-t-rose-50\/50:hover {
  border-top-color: rgb(255 241 242 / 0.5);
}

.hover\:border-t-rose-50\/60:hover {
  border-top-color: rgb(255 241 242 / 0.6);
}

.hover\:border-t-rose-50\/70:hover {
  border-top-color: rgb(255 241 242 / 0.7);
}

.hover\:border-t-rose-50\/75:hover {
  border-top-color: rgb(255 241 242 / 0.75);
}

.hover\:border-t-rose-50\/80:hover {
  border-top-color: rgb(255 241 242 / 0.8);
}

.hover\:border-t-rose-50\/90:hover {
  border-top-color: rgb(255 241 242 / 0.9);
}

.hover\:border-t-rose-50\/95:hover {
  border-top-color: rgb(255 241 242 / 0.95);
}

.hover\:border-t-rose-500:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(244 63 94 / var(--tw-border-opacity));
}

.hover\:border-t-rose-500\/0:hover {
  border-top-color: rgb(244 63 94 / 0);
}

.hover\:border-t-rose-500\/10:hover {
  border-top-color: rgb(244 63 94 / 0.1);
}

.hover\:border-t-rose-500\/100:hover {
  border-top-color: rgb(244 63 94 / 1);
}

.hover\:border-t-rose-500\/20:hover {
  border-top-color: rgb(244 63 94 / 0.2);
}

.hover\:border-t-rose-500\/25:hover {
  border-top-color: rgb(244 63 94 / 0.25);
}

.hover\:border-t-rose-500\/30:hover {
  border-top-color: rgb(244 63 94 / 0.3);
}

.hover\:border-t-rose-500\/40:hover {
  border-top-color: rgb(244 63 94 / 0.4);
}

.hover\:border-t-rose-500\/5:hover {
  border-top-color: rgb(244 63 94 / 0.05);
}

.hover\:border-t-rose-500\/50:hover {
  border-top-color: rgb(244 63 94 / 0.5);
}

.hover\:border-t-rose-500\/60:hover {
  border-top-color: rgb(244 63 94 / 0.6);
}

.hover\:border-t-rose-500\/70:hover {
  border-top-color: rgb(244 63 94 / 0.7);
}

.hover\:border-t-rose-500\/75:hover {
  border-top-color: rgb(244 63 94 / 0.75);
}

.hover\:border-t-rose-500\/80:hover {
  border-top-color: rgb(244 63 94 / 0.8);
}

.hover\:border-t-rose-500\/90:hover {
  border-top-color: rgb(244 63 94 / 0.9);
}

.hover\:border-t-rose-500\/95:hover {
  border-top-color: rgb(244 63 94 / 0.95);
}

.hover\:border-t-rose-600:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(225 29 72 / var(--tw-border-opacity));
}

.hover\:border-t-rose-600\/0:hover {
  border-top-color: rgb(225 29 72 / 0);
}

.hover\:border-t-rose-600\/10:hover {
  border-top-color: rgb(225 29 72 / 0.1);
}

.hover\:border-t-rose-600\/100:hover {
  border-top-color: rgb(225 29 72 / 1);
}

.hover\:border-t-rose-600\/20:hover {
  border-top-color: rgb(225 29 72 / 0.2);
}

.hover\:border-t-rose-600\/25:hover {
  border-top-color: rgb(225 29 72 / 0.25);
}

.hover\:border-t-rose-600\/30:hover {
  border-top-color: rgb(225 29 72 / 0.3);
}

.hover\:border-t-rose-600\/40:hover {
  border-top-color: rgb(225 29 72 / 0.4);
}

.hover\:border-t-rose-600\/5:hover {
  border-top-color: rgb(225 29 72 / 0.05);
}

.hover\:border-t-rose-600\/50:hover {
  border-top-color: rgb(225 29 72 / 0.5);
}

.hover\:border-t-rose-600\/60:hover {
  border-top-color: rgb(225 29 72 / 0.6);
}

.hover\:border-t-rose-600\/70:hover {
  border-top-color: rgb(225 29 72 / 0.7);
}

.hover\:border-t-rose-600\/75:hover {
  border-top-color: rgb(225 29 72 / 0.75);
}

.hover\:border-t-rose-600\/80:hover {
  border-top-color: rgb(225 29 72 / 0.8);
}

.hover\:border-t-rose-600\/90:hover {
  border-top-color: rgb(225 29 72 / 0.9);
}

.hover\:border-t-rose-600\/95:hover {
  border-top-color: rgb(225 29 72 / 0.95);
}

.hover\:border-t-rose-700:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(190 18 60 / var(--tw-border-opacity));
}

.hover\:border-t-rose-700\/0:hover {
  border-top-color: rgb(190 18 60 / 0);
}

.hover\:border-t-rose-700\/10:hover {
  border-top-color: rgb(190 18 60 / 0.1);
}

.hover\:border-t-rose-700\/100:hover {
  border-top-color: rgb(190 18 60 / 1);
}

.hover\:border-t-rose-700\/20:hover {
  border-top-color: rgb(190 18 60 / 0.2);
}

.hover\:border-t-rose-700\/25:hover {
  border-top-color: rgb(190 18 60 / 0.25);
}

.hover\:border-t-rose-700\/30:hover {
  border-top-color: rgb(190 18 60 / 0.3);
}

.hover\:border-t-rose-700\/40:hover {
  border-top-color: rgb(190 18 60 / 0.4);
}

.hover\:border-t-rose-700\/5:hover {
  border-top-color: rgb(190 18 60 / 0.05);
}

.hover\:border-t-rose-700\/50:hover {
  border-top-color: rgb(190 18 60 / 0.5);
}

.hover\:border-t-rose-700\/60:hover {
  border-top-color: rgb(190 18 60 / 0.6);
}

.hover\:border-t-rose-700\/70:hover {
  border-top-color: rgb(190 18 60 / 0.7);
}

.hover\:border-t-rose-700\/75:hover {
  border-top-color: rgb(190 18 60 / 0.75);
}

.hover\:border-t-rose-700\/80:hover {
  border-top-color: rgb(190 18 60 / 0.8);
}

.hover\:border-t-rose-700\/90:hover {
  border-top-color: rgb(190 18 60 / 0.9);
}

.hover\:border-t-rose-700\/95:hover {
  border-top-color: rgb(190 18 60 / 0.95);
}

.hover\:border-t-rose-800:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(159 18 57 / var(--tw-border-opacity));
}

.hover\:border-t-rose-800\/0:hover {
  border-top-color: rgb(159 18 57 / 0);
}

.hover\:border-t-rose-800\/10:hover {
  border-top-color: rgb(159 18 57 / 0.1);
}

.hover\:border-t-rose-800\/100:hover {
  border-top-color: rgb(159 18 57 / 1);
}

.hover\:border-t-rose-800\/20:hover {
  border-top-color: rgb(159 18 57 / 0.2);
}

.hover\:border-t-rose-800\/25:hover {
  border-top-color: rgb(159 18 57 / 0.25);
}

.hover\:border-t-rose-800\/30:hover {
  border-top-color: rgb(159 18 57 / 0.3);
}

.hover\:border-t-rose-800\/40:hover {
  border-top-color: rgb(159 18 57 / 0.4);
}

.hover\:border-t-rose-800\/5:hover {
  border-top-color: rgb(159 18 57 / 0.05);
}

.hover\:border-t-rose-800\/50:hover {
  border-top-color: rgb(159 18 57 / 0.5);
}

.hover\:border-t-rose-800\/60:hover {
  border-top-color: rgb(159 18 57 / 0.6);
}

.hover\:border-t-rose-800\/70:hover {
  border-top-color: rgb(159 18 57 / 0.7);
}

.hover\:border-t-rose-800\/75:hover {
  border-top-color: rgb(159 18 57 / 0.75);
}

.hover\:border-t-rose-800\/80:hover {
  border-top-color: rgb(159 18 57 / 0.8);
}

.hover\:border-t-rose-800\/90:hover {
  border-top-color: rgb(159 18 57 / 0.9);
}

.hover\:border-t-rose-800\/95:hover {
  border-top-color: rgb(159 18 57 / 0.95);
}

.hover\:border-t-rose-900:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(136 19 55 / var(--tw-border-opacity));
}

.hover\:border-t-rose-900\/0:hover {
  border-top-color: rgb(136 19 55 / 0);
}

.hover\:border-t-rose-900\/10:hover {
  border-top-color: rgb(136 19 55 / 0.1);
}

.hover\:border-t-rose-900\/100:hover {
  border-top-color: rgb(136 19 55 / 1);
}

.hover\:border-t-rose-900\/20:hover {
  border-top-color: rgb(136 19 55 / 0.2);
}

.hover\:border-t-rose-900\/25:hover {
  border-top-color: rgb(136 19 55 / 0.25);
}

.hover\:border-t-rose-900\/30:hover {
  border-top-color: rgb(136 19 55 / 0.3);
}

.hover\:border-t-rose-900\/40:hover {
  border-top-color: rgb(136 19 55 / 0.4);
}

.hover\:border-t-rose-900\/5:hover {
  border-top-color: rgb(136 19 55 / 0.05);
}

.hover\:border-t-rose-900\/50:hover {
  border-top-color: rgb(136 19 55 / 0.5);
}

.hover\:border-t-rose-900\/60:hover {
  border-top-color: rgb(136 19 55 / 0.6);
}

.hover\:border-t-rose-900\/70:hover {
  border-top-color: rgb(136 19 55 / 0.7);
}

.hover\:border-t-rose-900\/75:hover {
  border-top-color: rgb(136 19 55 / 0.75);
}

.hover\:border-t-rose-900\/80:hover {
  border-top-color: rgb(136 19 55 / 0.8);
}

.hover\:border-t-rose-900\/90:hover {
  border-top-color: rgb(136 19 55 / 0.9);
}

.hover\:border-t-rose-900\/95:hover {
  border-top-color: rgb(136 19 55 / 0.95);
}

.hover\:border-t-rose-950:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(76 5 25 / var(--tw-border-opacity));
}

.hover\:border-t-rose-950\/0:hover {
  border-top-color: rgb(76 5 25 / 0);
}

.hover\:border-t-rose-950\/10:hover {
  border-top-color: rgb(76 5 25 / 0.1);
}

.hover\:border-t-rose-950\/100:hover {
  border-top-color: rgb(76 5 25 / 1);
}

.hover\:border-t-rose-950\/20:hover {
  border-top-color: rgb(76 5 25 / 0.2);
}

.hover\:border-t-rose-950\/25:hover {
  border-top-color: rgb(76 5 25 / 0.25);
}

.hover\:border-t-rose-950\/30:hover {
  border-top-color: rgb(76 5 25 / 0.3);
}

.hover\:border-t-rose-950\/40:hover {
  border-top-color: rgb(76 5 25 / 0.4);
}

.hover\:border-t-rose-950\/5:hover {
  border-top-color: rgb(76 5 25 / 0.05);
}

.hover\:border-t-rose-950\/50:hover {
  border-top-color: rgb(76 5 25 / 0.5);
}

.hover\:border-t-rose-950\/60:hover {
  border-top-color: rgb(76 5 25 / 0.6);
}

.hover\:border-t-rose-950\/70:hover {
  border-top-color: rgb(76 5 25 / 0.7);
}

.hover\:border-t-rose-950\/75:hover {
  border-top-color: rgb(76 5 25 / 0.75);
}

.hover\:border-t-rose-950\/80:hover {
  border-top-color: rgb(76 5 25 / 0.8);
}

.hover\:border-t-rose-950\/90:hover {
  border-top-color: rgb(76 5 25 / 0.9);
}

.hover\:border-t-rose-950\/95:hover {
  border-top-color: rgb(76 5 25 / 0.95);
}

.hover\:border-t-sky-100:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(224 242 254 / var(--tw-border-opacity));
}

.hover\:border-t-sky-100\/0:hover {
  border-top-color: rgb(224 242 254 / 0);
}

.hover\:border-t-sky-100\/10:hover {
  border-top-color: rgb(224 242 254 / 0.1);
}

.hover\:border-t-sky-100\/100:hover {
  border-top-color: rgb(224 242 254 / 1);
}

.hover\:border-t-sky-100\/20:hover {
  border-top-color: rgb(224 242 254 / 0.2);
}

.hover\:border-t-sky-100\/25:hover {
  border-top-color: rgb(224 242 254 / 0.25);
}

.hover\:border-t-sky-100\/30:hover {
  border-top-color: rgb(224 242 254 / 0.3);
}

.hover\:border-t-sky-100\/40:hover {
  border-top-color: rgb(224 242 254 / 0.4);
}

.hover\:border-t-sky-100\/5:hover {
  border-top-color: rgb(224 242 254 / 0.05);
}

.hover\:border-t-sky-100\/50:hover {
  border-top-color: rgb(224 242 254 / 0.5);
}

.hover\:border-t-sky-100\/60:hover {
  border-top-color: rgb(224 242 254 / 0.6);
}

.hover\:border-t-sky-100\/70:hover {
  border-top-color: rgb(224 242 254 / 0.7);
}

.hover\:border-t-sky-100\/75:hover {
  border-top-color: rgb(224 242 254 / 0.75);
}

.hover\:border-t-sky-100\/80:hover {
  border-top-color: rgb(224 242 254 / 0.8);
}

.hover\:border-t-sky-100\/90:hover {
  border-top-color: rgb(224 242 254 / 0.9);
}

.hover\:border-t-sky-100\/95:hover {
  border-top-color: rgb(224 242 254 / 0.95);
}

.hover\:border-t-sky-200:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(186 230 253 / var(--tw-border-opacity));
}

.hover\:border-t-sky-200\/0:hover {
  border-top-color: rgb(186 230 253 / 0);
}

.hover\:border-t-sky-200\/10:hover {
  border-top-color: rgb(186 230 253 / 0.1);
}

.hover\:border-t-sky-200\/100:hover {
  border-top-color: rgb(186 230 253 / 1);
}

.hover\:border-t-sky-200\/20:hover {
  border-top-color: rgb(186 230 253 / 0.2);
}

.hover\:border-t-sky-200\/25:hover {
  border-top-color: rgb(186 230 253 / 0.25);
}

.hover\:border-t-sky-200\/30:hover {
  border-top-color: rgb(186 230 253 / 0.3);
}

.hover\:border-t-sky-200\/40:hover {
  border-top-color: rgb(186 230 253 / 0.4);
}

.hover\:border-t-sky-200\/5:hover {
  border-top-color: rgb(186 230 253 / 0.05);
}

.hover\:border-t-sky-200\/50:hover {
  border-top-color: rgb(186 230 253 / 0.5);
}

.hover\:border-t-sky-200\/60:hover {
  border-top-color: rgb(186 230 253 / 0.6);
}

.hover\:border-t-sky-200\/70:hover {
  border-top-color: rgb(186 230 253 / 0.7);
}

.hover\:border-t-sky-200\/75:hover {
  border-top-color: rgb(186 230 253 / 0.75);
}

.hover\:border-t-sky-200\/80:hover {
  border-top-color: rgb(186 230 253 / 0.8);
}

.hover\:border-t-sky-200\/90:hover {
  border-top-color: rgb(186 230 253 / 0.9);
}

.hover\:border-t-sky-200\/95:hover {
  border-top-color: rgb(186 230 253 / 0.95);
}

.hover\:border-t-sky-300:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(125 211 252 / var(--tw-border-opacity));
}

.hover\:border-t-sky-300\/0:hover {
  border-top-color: rgb(125 211 252 / 0);
}

.hover\:border-t-sky-300\/10:hover {
  border-top-color: rgb(125 211 252 / 0.1);
}

.hover\:border-t-sky-300\/100:hover {
  border-top-color: rgb(125 211 252 / 1);
}

.hover\:border-t-sky-300\/20:hover {
  border-top-color: rgb(125 211 252 / 0.2);
}

.hover\:border-t-sky-300\/25:hover {
  border-top-color: rgb(125 211 252 / 0.25);
}

.hover\:border-t-sky-300\/30:hover {
  border-top-color: rgb(125 211 252 / 0.3);
}

.hover\:border-t-sky-300\/40:hover {
  border-top-color: rgb(125 211 252 / 0.4);
}

.hover\:border-t-sky-300\/5:hover {
  border-top-color: rgb(125 211 252 / 0.05);
}

.hover\:border-t-sky-300\/50:hover {
  border-top-color: rgb(125 211 252 / 0.5);
}

.hover\:border-t-sky-300\/60:hover {
  border-top-color: rgb(125 211 252 / 0.6);
}

.hover\:border-t-sky-300\/70:hover {
  border-top-color: rgb(125 211 252 / 0.7);
}

.hover\:border-t-sky-300\/75:hover {
  border-top-color: rgb(125 211 252 / 0.75);
}

.hover\:border-t-sky-300\/80:hover {
  border-top-color: rgb(125 211 252 / 0.8);
}

.hover\:border-t-sky-300\/90:hover {
  border-top-color: rgb(125 211 252 / 0.9);
}

.hover\:border-t-sky-300\/95:hover {
  border-top-color: rgb(125 211 252 / 0.95);
}

.hover\:border-t-sky-400:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(56 189 248 / var(--tw-border-opacity));
}

.hover\:border-t-sky-400\/0:hover {
  border-top-color: rgb(56 189 248 / 0);
}

.hover\:border-t-sky-400\/10:hover {
  border-top-color: rgb(56 189 248 / 0.1);
}

.hover\:border-t-sky-400\/100:hover {
  border-top-color: rgb(56 189 248 / 1);
}

.hover\:border-t-sky-400\/20:hover {
  border-top-color: rgb(56 189 248 / 0.2);
}

.hover\:border-t-sky-400\/25:hover {
  border-top-color: rgb(56 189 248 / 0.25);
}

.hover\:border-t-sky-400\/30:hover {
  border-top-color: rgb(56 189 248 / 0.3);
}

.hover\:border-t-sky-400\/40:hover {
  border-top-color: rgb(56 189 248 / 0.4);
}

.hover\:border-t-sky-400\/5:hover {
  border-top-color: rgb(56 189 248 / 0.05);
}

.hover\:border-t-sky-400\/50:hover {
  border-top-color: rgb(56 189 248 / 0.5);
}

.hover\:border-t-sky-400\/60:hover {
  border-top-color: rgb(56 189 248 / 0.6);
}

.hover\:border-t-sky-400\/70:hover {
  border-top-color: rgb(56 189 248 / 0.7);
}

.hover\:border-t-sky-400\/75:hover {
  border-top-color: rgb(56 189 248 / 0.75);
}

.hover\:border-t-sky-400\/80:hover {
  border-top-color: rgb(56 189 248 / 0.8);
}

.hover\:border-t-sky-400\/90:hover {
  border-top-color: rgb(56 189 248 / 0.9);
}

.hover\:border-t-sky-400\/95:hover {
  border-top-color: rgb(56 189 248 / 0.95);
}

.hover\:border-t-sky-50:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.hover\:border-t-sky-50\/0:hover {
  border-top-color: rgb(240 249 255 / 0);
}

.hover\:border-t-sky-50\/10:hover {
  border-top-color: rgb(240 249 255 / 0.1);
}

.hover\:border-t-sky-50\/100:hover {
  border-top-color: rgb(240 249 255 / 1);
}

.hover\:border-t-sky-50\/20:hover {
  border-top-color: rgb(240 249 255 / 0.2);
}

.hover\:border-t-sky-50\/25:hover {
  border-top-color: rgb(240 249 255 / 0.25);
}

.hover\:border-t-sky-50\/30:hover {
  border-top-color: rgb(240 249 255 / 0.3);
}

.hover\:border-t-sky-50\/40:hover {
  border-top-color: rgb(240 249 255 / 0.4);
}

.hover\:border-t-sky-50\/5:hover {
  border-top-color: rgb(240 249 255 / 0.05);
}

.hover\:border-t-sky-50\/50:hover {
  border-top-color: rgb(240 249 255 / 0.5);
}

.hover\:border-t-sky-50\/60:hover {
  border-top-color: rgb(240 249 255 / 0.6);
}

.hover\:border-t-sky-50\/70:hover {
  border-top-color: rgb(240 249 255 / 0.7);
}

.hover\:border-t-sky-50\/75:hover {
  border-top-color: rgb(240 249 255 / 0.75);
}

.hover\:border-t-sky-50\/80:hover {
  border-top-color: rgb(240 249 255 / 0.8);
}

.hover\:border-t-sky-50\/90:hover {
  border-top-color: rgb(240 249 255 / 0.9);
}

.hover\:border-t-sky-50\/95:hover {
  border-top-color: rgb(240 249 255 / 0.95);
}

.hover\:border-t-sky-500:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.hover\:border-t-sky-500\/0:hover {
  border-top-color: rgb(14 165 233 / 0);
}

.hover\:border-t-sky-500\/10:hover {
  border-top-color: rgb(14 165 233 / 0.1);
}

.hover\:border-t-sky-500\/100:hover {
  border-top-color: rgb(14 165 233 / 1);
}

.hover\:border-t-sky-500\/20:hover {
  border-top-color: rgb(14 165 233 / 0.2);
}

.hover\:border-t-sky-500\/25:hover {
  border-top-color: rgb(14 165 233 / 0.25);
}

.hover\:border-t-sky-500\/30:hover {
  border-top-color: rgb(14 165 233 / 0.3);
}

.hover\:border-t-sky-500\/40:hover {
  border-top-color: rgb(14 165 233 / 0.4);
}

.hover\:border-t-sky-500\/5:hover {
  border-top-color: rgb(14 165 233 / 0.05);
}

.hover\:border-t-sky-500\/50:hover {
  border-top-color: rgb(14 165 233 / 0.5);
}

.hover\:border-t-sky-500\/60:hover {
  border-top-color: rgb(14 165 233 / 0.6);
}

.hover\:border-t-sky-500\/70:hover {
  border-top-color: rgb(14 165 233 / 0.7);
}

.hover\:border-t-sky-500\/75:hover {
  border-top-color: rgb(14 165 233 / 0.75);
}

.hover\:border-t-sky-500\/80:hover {
  border-top-color: rgb(14 165 233 / 0.8);
}

.hover\:border-t-sky-500\/90:hover {
  border-top-color: rgb(14 165 233 / 0.9);
}

.hover\:border-t-sky-500\/95:hover {
  border-top-color: rgb(14 165 233 / 0.95);
}

.hover\:border-t-sky-600:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(2 132 199 / var(--tw-border-opacity));
}

.hover\:border-t-sky-600\/0:hover {
  border-top-color: rgb(2 132 199 / 0);
}

.hover\:border-t-sky-600\/10:hover {
  border-top-color: rgb(2 132 199 / 0.1);
}

.hover\:border-t-sky-600\/100:hover {
  border-top-color: rgb(2 132 199 / 1);
}

.hover\:border-t-sky-600\/20:hover {
  border-top-color: rgb(2 132 199 / 0.2);
}

.hover\:border-t-sky-600\/25:hover {
  border-top-color: rgb(2 132 199 / 0.25);
}

.hover\:border-t-sky-600\/30:hover {
  border-top-color: rgb(2 132 199 / 0.3);
}

.hover\:border-t-sky-600\/40:hover {
  border-top-color: rgb(2 132 199 / 0.4);
}

.hover\:border-t-sky-600\/5:hover {
  border-top-color: rgb(2 132 199 / 0.05);
}

.hover\:border-t-sky-600\/50:hover {
  border-top-color: rgb(2 132 199 / 0.5);
}

.hover\:border-t-sky-600\/60:hover {
  border-top-color: rgb(2 132 199 / 0.6);
}

.hover\:border-t-sky-600\/70:hover {
  border-top-color: rgb(2 132 199 / 0.7);
}

.hover\:border-t-sky-600\/75:hover {
  border-top-color: rgb(2 132 199 / 0.75);
}

.hover\:border-t-sky-600\/80:hover {
  border-top-color: rgb(2 132 199 / 0.8);
}

.hover\:border-t-sky-600\/90:hover {
  border-top-color: rgb(2 132 199 / 0.9);
}

.hover\:border-t-sky-600\/95:hover {
  border-top-color: rgb(2 132 199 / 0.95);
}

.hover\:border-t-sky-700:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.hover\:border-t-sky-700\/0:hover {
  border-top-color: rgb(3 105 161 / 0);
}

.hover\:border-t-sky-700\/10:hover {
  border-top-color: rgb(3 105 161 / 0.1);
}

.hover\:border-t-sky-700\/100:hover {
  border-top-color: rgb(3 105 161 / 1);
}

.hover\:border-t-sky-700\/20:hover {
  border-top-color: rgb(3 105 161 / 0.2);
}

.hover\:border-t-sky-700\/25:hover {
  border-top-color: rgb(3 105 161 / 0.25);
}

.hover\:border-t-sky-700\/30:hover {
  border-top-color: rgb(3 105 161 / 0.3);
}

.hover\:border-t-sky-700\/40:hover {
  border-top-color: rgb(3 105 161 / 0.4);
}

.hover\:border-t-sky-700\/5:hover {
  border-top-color: rgb(3 105 161 / 0.05);
}

.hover\:border-t-sky-700\/50:hover {
  border-top-color: rgb(3 105 161 / 0.5);
}

.hover\:border-t-sky-700\/60:hover {
  border-top-color: rgb(3 105 161 / 0.6);
}

.hover\:border-t-sky-700\/70:hover {
  border-top-color: rgb(3 105 161 / 0.7);
}

.hover\:border-t-sky-700\/75:hover {
  border-top-color: rgb(3 105 161 / 0.75);
}

.hover\:border-t-sky-700\/80:hover {
  border-top-color: rgb(3 105 161 / 0.8);
}

.hover\:border-t-sky-700\/90:hover {
  border-top-color: rgb(3 105 161 / 0.9);
}

.hover\:border-t-sky-700\/95:hover {
  border-top-color: rgb(3 105 161 / 0.95);
}

.hover\:border-t-sky-800:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(7 89 133 / var(--tw-border-opacity));
}

.hover\:border-t-sky-800\/0:hover {
  border-top-color: rgb(7 89 133 / 0);
}

.hover\:border-t-sky-800\/10:hover {
  border-top-color: rgb(7 89 133 / 0.1);
}

.hover\:border-t-sky-800\/100:hover {
  border-top-color: rgb(7 89 133 / 1);
}

.hover\:border-t-sky-800\/20:hover {
  border-top-color: rgb(7 89 133 / 0.2);
}

.hover\:border-t-sky-800\/25:hover {
  border-top-color: rgb(7 89 133 / 0.25);
}

.hover\:border-t-sky-800\/30:hover {
  border-top-color: rgb(7 89 133 / 0.3);
}

.hover\:border-t-sky-800\/40:hover {
  border-top-color: rgb(7 89 133 / 0.4);
}

.hover\:border-t-sky-800\/5:hover {
  border-top-color: rgb(7 89 133 / 0.05);
}

.hover\:border-t-sky-800\/50:hover {
  border-top-color: rgb(7 89 133 / 0.5);
}

.hover\:border-t-sky-800\/60:hover {
  border-top-color: rgb(7 89 133 / 0.6);
}

.hover\:border-t-sky-800\/70:hover {
  border-top-color: rgb(7 89 133 / 0.7);
}

.hover\:border-t-sky-800\/75:hover {
  border-top-color: rgb(7 89 133 / 0.75);
}

.hover\:border-t-sky-800\/80:hover {
  border-top-color: rgb(7 89 133 / 0.8);
}

.hover\:border-t-sky-800\/90:hover {
  border-top-color: rgb(7 89 133 / 0.9);
}

.hover\:border-t-sky-800\/95:hover {
  border-top-color: rgb(7 89 133 / 0.95);
}

.hover\:border-t-sky-900:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(12 74 110 / var(--tw-border-opacity));
}

.hover\:border-t-sky-900\/0:hover {
  border-top-color: rgb(12 74 110 / 0);
}

.hover\:border-t-sky-900\/10:hover {
  border-top-color: rgb(12 74 110 / 0.1);
}

.hover\:border-t-sky-900\/100:hover {
  border-top-color: rgb(12 74 110 / 1);
}

.hover\:border-t-sky-900\/20:hover {
  border-top-color: rgb(12 74 110 / 0.2);
}

.hover\:border-t-sky-900\/25:hover {
  border-top-color: rgb(12 74 110 / 0.25);
}

.hover\:border-t-sky-900\/30:hover {
  border-top-color: rgb(12 74 110 / 0.3);
}

.hover\:border-t-sky-900\/40:hover {
  border-top-color: rgb(12 74 110 / 0.4);
}

.hover\:border-t-sky-900\/5:hover {
  border-top-color: rgb(12 74 110 / 0.05);
}

.hover\:border-t-sky-900\/50:hover {
  border-top-color: rgb(12 74 110 / 0.5);
}

.hover\:border-t-sky-900\/60:hover {
  border-top-color: rgb(12 74 110 / 0.6);
}

.hover\:border-t-sky-900\/70:hover {
  border-top-color: rgb(12 74 110 / 0.7);
}

.hover\:border-t-sky-900\/75:hover {
  border-top-color: rgb(12 74 110 / 0.75);
}

.hover\:border-t-sky-900\/80:hover {
  border-top-color: rgb(12 74 110 / 0.8);
}

.hover\:border-t-sky-900\/90:hover {
  border-top-color: rgb(12 74 110 / 0.9);
}

.hover\:border-t-sky-900\/95:hover {
  border-top-color: rgb(12 74 110 / 0.95);
}

.hover\:border-t-sky-950:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(8 47 73 / var(--tw-border-opacity));
}

.hover\:border-t-sky-950\/0:hover {
  border-top-color: rgb(8 47 73 / 0);
}

.hover\:border-t-sky-950\/10:hover {
  border-top-color: rgb(8 47 73 / 0.1);
}

.hover\:border-t-sky-950\/100:hover {
  border-top-color: rgb(8 47 73 / 1);
}

.hover\:border-t-sky-950\/20:hover {
  border-top-color: rgb(8 47 73 / 0.2);
}

.hover\:border-t-sky-950\/25:hover {
  border-top-color: rgb(8 47 73 / 0.25);
}

.hover\:border-t-sky-950\/30:hover {
  border-top-color: rgb(8 47 73 / 0.3);
}

.hover\:border-t-sky-950\/40:hover {
  border-top-color: rgb(8 47 73 / 0.4);
}

.hover\:border-t-sky-950\/5:hover {
  border-top-color: rgb(8 47 73 / 0.05);
}

.hover\:border-t-sky-950\/50:hover {
  border-top-color: rgb(8 47 73 / 0.5);
}

.hover\:border-t-sky-950\/60:hover {
  border-top-color: rgb(8 47 73 / 0.6);
}

.hover\:border-t-sky-950\/70:hover {
  border-top-color: rgb(8 47 73 / 0.7);
}

.hover\:border-t-sky-950\/75:hover {
  border-top-color: rgb(8 47 73 / 0.75);
}

.hover\:border-t-sky-950\/80:hover {
  border-top-color: rgb(8 47 73 / 0.8);
}

.hover\:border-t-sky-950\/90:hover {
  border-top-color: rgb(8 47 73 / 0.9);
}

.hover\:border-t-sky-950\/95:hover {
  border-top-color: rgb(8 47 73 / 0.95);
}

.hover\:border-t-slate-100:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.hover\:border-t-slate-100\/0:hover {
  border-top-color: rgb(241 245 249 / 0);
}

.hover\:border-t-slate-100\/10:hover {
  border-top-color: rgb(241 245 249 / 0.1);
}

.hover\:border-t-slate-100\/100:hover {
  border-top-color: rgb(241 245 249 / 1);
}

.hover\:border-t-slate-100\/20:hover {
  border-top-color: rgb(241 245 249 / 0.2);
}

.hover\:border-t-slate-100\/25:hover {
  border-top-color: rgb(241 245 249 / 0.25);
}

.hover\:border-t-slate-100\/30:hover {
  border-top-color: rgb(241 245 249 / 0.3);
}

.hover\:border-t-slate-100\/40:hover {
  border-top-color: rgb(241 245 249 / 0.4);
}

.hover\:border-t-slate-100\/5:hover {
  border-top-color: rgb(241 245 249 / 0.05);
}

.hover\:border-t-slate-100\/50:hover {
  border-top-color: rgb(241 245 249 / 0.5);
}

.hover\:border-t-slate-100\/60:hover {
  border-top-color: rgb(241 245 249 / 0.6);
}

.hover\:border-t-slate-100\/70:hover {
  border-top-color: rgb(241 245 249 / 0.7);
}

.hover\:border-t-slate-100\/75:hover {
  border-top-color: rgb(241 245 249 / 0.75);
}

.hover\:border-t-slate-100\/80:hover {
  border-top-color: rgb(241 245 249 / 0.8);
}

.hover\:border-t-slate-100\/90:hover {
  border-top-color: rgb(241 245 249 / 0.9);
}

.hover\:border-t-slate-100\/95:hover {
  border-top-color: rgb(241 245 249 / 0.95);
}

.hover\:border-t-slate-200:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.hover\:border-t-slate-200\/0:hover {
  border-top-color: rgb(226 232 240 / 0);
}

.hover\:border-t-slate-200\/10:hover {
  border-top-color: rgb(226 232 240 / 0.1);
}

.hover\:border-t-slate-200\/100:hover {
  border-top-color: rgb(226 232 240 / 1);
}

.hover\:border-t-slate-200\/20:hover {
  border-top-color: rgb(226 232 240 / 0.2);
}

.hover\:border-t-slate-200\/25:hover {
  border-top-color: rgb(226 232 240 / 0.25);
}

.hover\:border-t-slate-200\/30:hover {
  border-top-color: rgb(226 232 240 / 0.3);
}

.hover\:border-t-slate-200\/40:hover {
  border-top-color: rgb(226 232 240 / 0.4);
}

.hover\:border-t-slate-200\/5:hover {
  border-top-color: rgb(226 232 240 / 0.05);
}

.hover\:border-t-slate-200\/50:hover {
  border-top-color: rgb(226 232 240 / 0.5);
}

.hover\:border-t-slate-200\/60:hover {
  border-top-color: rgb(226 232 240 / 0.6);
}

.hover\:border-t-slate-200\/70:hover {
  border-top-color: rgb(226 232 240 / 0.7);
}

.hover\:border-t-slate-200\/75:hover {
  border-top-color: rgb(226 232 240 / 0.75);
}

.hover\:border-t-slate-200\/80:hover {
  border-top-color: rgb(226 232 240 / 0.8);
}

.hover\:border-t-slate-200\/90:hover {
  border-top-color: rgb(226 232 240 / 0.9);
}

.hover\:border-t-slate-200\/95:hover {
  border-top-color: rgb(226 232 240 / 0.95);
}

.hover\:border-t-slate-300:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.hover\:border-t-slate-300\/0:hover {
  border-top-color: rgb(203 213 225 / 0);
}

.hover\:border-t-slate-300\/10:hover {
  border-top-color: rgb(203 213 225 / 0.1);
}

.hover\:border-t-slate-300\/100:hover {
  border-top-color: rgb(203 213 225 / 1);
}

.hover\:border-t-slate-300\/20:hover {
  border-top-color: rgb(203 213 225 / 0.2);
}

.hover\:border-t-slate-300\/25:hover {
  border-top-color: rgb(203 213 225 / 0.25);
}

.hover\:border-t-slate-300\/30:hover {
  border-top-color: rgb(203 213 225 / 0.3);
}

.hover\:border-t-slate-300\/40:hover {
  border-top-color: rgb(203 213 225 / 0.4);
}

.hover\:border-t-slate-300\/5:hover {
  border-top-color: rgb(203 213 225 / 0.05);
}

.hover\:border-t-slate-300\/50:hover {
  border-top-color: rgb(203 213 225 / 0.5);
}

.hover\:border-t-slate-300\/60:hover {
  border-top-color: rgb(203 213 225 / 0.6);
}

.hover\:border-t-slate-300\/70:hover {
  border-top-color: rgb(203 213 225 / 0.7);
}

.hover\:border-t-slate-300\/75:hover {
  border-top-color: rgb(203 213 225 / 0.75);
}

.hover\:border-t-slate-300\/80:hover {
  border-top-color: rgb(203 213 225 / 0.8);
}

.hover\:border-t-slate-300\/90:hover {
  border-top-color: rgb(203 213 225 / 0.9);
}

.hover\:border-t-slate-300\/95:hover {
  border-top-color: rgb(203 213 225 / 0.95);
}

.hover\:border-t-slate-400:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.hover\:border-t-slate-400\/0:hover {
  border-top-color: rgb(148 163 184 / 0);
}

.hover\:border-t-slate-400\/10:hover {
  border-top-color: rgb(148 163 184 / 0.1);
}

.hover\:border-t-slate-400\/100:hover {
  border-top-color: rgb(148 163 184 / 1);
}

.hover\:border-t-slate-400\/20:hover {
  border-top-color: rgb(148 163 184 / 0.2);
}

.hover\:border-t-slate-400\/25:hover {
  border-top-color: rgb(148 163 184 / 0.25);
}

.hover\:border-t-slate-400\/30:hover {
  border-top-color: rgb(148 163 184 / 0.3);
}

.hover\:border-t-slate-400\/40:hover {
  border-top-color: rgb(148 163 184 / 0.4);
}

.hover\:border-t-slate-400\/5:hover {
  border-top-color: rgb(148 163 184 / 0.05);
}

.hover\:border-t-slate-400\/50:hover {
  border-top-color: rgb(148 163 184 / 0.5);
}

.hover\:border-t-slate-400\/60:hover {
  border-top-color: rgb(148 163 184 / 0.6);
}

.hover\:border-t-slate-400\/70:hover {
  border-top-color: rgb(148 163 184 / 0.7);
}

.hover\:border-t-slate-400\/75:hover {
  border-top-color: rgb(148 163 184 / 0.75);
}

.hover\:border-t-slate-400\/80:hover {
  border-top-color: rgb(148 163 184 / 0.8);
}

.hover\:border-t-slate-400\/90:hover {
  border-top-color: rgb(148 163 184 / 0.9);
}

.hover\:border-t-slate-400\/95:hover {
  border-top-color: rgb(148 163 184 / 0.95);
}

.hover\:border-t-slate-50:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(248 250 252 / var(--tw-border-opacity));
}

.hover\:border-t-slate-50\/0:hover {
  border-top-color: rgb(248 250 252 / 0);
}

.hover\:border-t-slate-50\/10:hover {
  border-top-color: rgb(248 250 252 / 0.1);
}

.hover\:border-t-slate-50\/100:hover {
  border-top-color: rgb(248 250 252 / 1);
}

.hover\:border-t-slate-50\/20:hover {
  border-top-color: rgb(248 250 252 / 0.2);
}

.hover\:border-t-slate-50\/25:hover {
  border-top-color: rgb(248 250 252 / 0.25);
}

.hover\:border-t-slate-50\/30:hover {
  border-top-color: rgb(248 250 252 / 0.3);
}

.hover\:border-t-slate-50\/40:hover {
  border-top-color: rgb(248 250 252 / 0.4);
}

.hover\:border-t-slate-50\/5:hover {
  border-top-color: rgb(248 250 252 / 0.05);
}

.hover\:border-t-slate-50\/50:hover {
  border-top-color: rgb(248 250 252 / 0.5);
}

.hover\:border-t-slate-50\/60:hover {
  border-top-color: rgb(248 250 252 / 0.6);
}

.hover\:border-t-slate-50\/70:hover {
  border-top-color: rgb(248 250 252 / 0.7);
}

.hover\:border-t-slate-50\/75:hover {
  border-top-color: rgb(248 250 252 / 0.75);
}

.hover\:border-t-slate-50\/80:hover {
  border-top-color: rgb(248 250 252 / 0.8);
}

.hover\:border-t-slate-50\/90:hover {
  border-top-color: rgb(248 250 252 / 0.9);
}

.hover\:border-t-slate-50\/95:hover {
  border-top-color: rgb(248 250 252 / 0.95);
}

.hover\:border-t-slate-500:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.hover\:border-t-slate-500\/0:hover {
  border-top-color: rgb(100 116 139 / 0);
}

.hover\:border-t-slate-500\/10:hover {
  border-top-color: rgb(100 116 139 / 0.1);
}

.hover\:border-t-slate-500\/100:hover {
  border-top-color: rgb(100 116 139 / 1);
}

.hover\:border-t-slate-500\/20:hover {
  border-top-color: rgb(100 116 139 / 0.2);
}

.hover\:border-t-slate-500\/25:hover {
  border-top-color: rgb(100 116 139 / 0.25);
}

.hover\:border-t-slate-500\/30:hover {
  border-top-color: rgb(100 116 139 / 0.3);
}

.hover\:border-t-slate-500\/40:hover {
  border-top-color: rgb(100 116 139 / 0.4);
}

.hover\:border-t-slate-500\/5:hover {
  border-top-color: rgb(100 116 139 / 0.05);
}

.hover\:border-t-slate-500\/50:hover {
  border-top-color: rgb(100 116 139 / 0.5);
}

.hover\:border-t-slate-500\/60:hover {
  border-top-color: rgb(100 116 139 / 0.6);
}

.hover\:border-t-slate-500\/70:hover {
  border-top-color: rgb(100 116 139 / 0.7);
}

.hover\:border-t-slate-500\/75:hover {
  border-top-color: rgb(100 116 139 / 0.75);
}

.hover\:border-t-slate-500\/80:hover {
  border-top-color: rgb(100 116 139 / 0.8);
}

.hover\:border-t-slate-500\/90:hover {
  border-top-color: rgb(100 116 139 / 0.9);
}

.hover\:border-t-slate-500\/95:hover {
  border-top-color: rgb(100 116 139 / 0.95);
}

.hover\:border-t-slate-600:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(71 85 105 / var(--tw-border-opacity));
}

.hover\:border-t-slate-600\/0:hover {
  border-top-color: rgb(71 85 105 / 0);
}

.hover\:border-t-slate-600\/10:hover {
  border-top-color: rgb(71 85 105 / 0.1);
}

.hover\:border-t-slate-600\/100:hover {
  border-top-color: rgb(71 85 105 / 1);
}

.hover\:border-t-slate-600\/20:hover {
  border-top-color: rgb(71 85 105 / 0.2);
}

.hover\:border-t-slate-600\/25:hover {
  border-top-color: rgb(71 85 105 / 0.25);
}

.hover\:border-t-slate-600\/30:hover {
  border-top-color: rgb(71 85 105 / 0.3);
}

.hover\:border-t-slate-600\/40:hover {
  border-top-color: rgb(71 85 105 / 0.4);
}

.hover\:border-t-slate-600\/5:hover {
  border-top-color: rgb(71 85 105 / 0.05);
}

.hover\:border-t-slate-600\/50:hover {
  border-top-color: rgb(71 85 105 / 0.5);
}

.hover\:border-t-slate-600\/60:hover {
  border-top-color: rgb(71 85 105 / 0.6);
}

.hover\:border-t-slate-600\/70:hover {
  border-top-color: rgb(71 85 105 / 0.7);
}

.hover\:border-t-slate-600\/75:hover {
  border-top-color: rgb(71 85 105 / 0.75);
}

.hover\:border-t-slate-600\/80:hover {
  border-top-color: rgb(71 85 105 / 0.8);
}

.hover\:border-t-slate-600\/90:hover {
  border-top-color: rgb(71 85 105 / 0.9);
}

.hover\:border-t-slate-600\/95:hover {
  border-top-color: rgb(71 85 105 / 0.95);
}

.hover\:border-t-slate-700:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.hover\:border-t-slate-700\/0:hover {
  border-top-color: rgb(51 65 85 / 0);
}

.hover\:border-t-slate-700\/10:hover {
  border-top-color: rgb(51 65 85 / 0.1);
}

.hover\:border-t-slate-700\/100:hover {
  border-top-color: rgb(51 65 85 / 1);
}

.hover\:border-t-slate-700\/20:hover {
  border-top-color: rgb(51 65 85 / 0.2);
}

.hover\:border-t-slate-700\/25:hover {
  border-top-color: rgb(51 65 85 / 0.25);
}

.hover\:border-t-slate-700\/30:hover {
  border-top-color: rgb(51 65 85 / 0.3);
}

.hover\:border-t-slate-700\/40:hover {
  border-top-color: rgb(51 65 85 / 0.4);
}

.hover\:border-t-slate-700\/5:hover {
  border-top-color: rgb(51 65 85 / 0.05);
}

.hover\:border-t-slate-700\/50:hover {
  border-top-color: rgb(51 65 85 / 0.5);
}

.hover\:border-t-slate-700\/60:hover {
  border-top-color: rgb(51 65 85 / 0.6);
}

.hover\:border-t-slate-700\/70:hover {
  border-top-color: rgb(51 65 85 / 0.7);
}

.hover\:border-t-slate-700\/75:hover {
  border-top-color: rgb(51 65 85 / 0.75);
}

.hover\:border-t-slate-700\/80:hover {
  border-top-color: rgb(51 65 85 / 0.8);
}

.hover\:border-t-slate-700\/90:hover {
  border-top-color: rgb(51 65 85 / 0.9);
}

.hover\:border-t-slate-700\/95:hover {
  border-top-color: rgb(51 65 85 / 0.95);
}

.hover\:border-t-slate-800:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.hover\:border-t-slate-800\/0:hover {
  border-top-color: rgb(30 41 59 / 0);
}

.hover\:border-t-slate-800\/10:hover {
  border-top-color: rgb(30 41 59 / 0.1);
}

.hover\:border-t-slate-800\/100:hover {
  border-top-color: rgb(30 41 59 / 1);
}

.hover\:border-t-slate-800\/20:hover {
  border-top-color: rgb(30 41 59 / 0.2);
}

.hover\:border-t-slate-800\/25:hover {
  border-top-color: rgb(30 41 59 / 0.25);
}

.hover\:border-t-slate-800\/30:hover {
  border-top-color: rgb(30 41 59 / 0.3);
}

.hover\:border-t-slate-800\/40:hover {
  border-top-color: rgb(30 41 59 / 0.4);
}

.hover\:border-t-slate-800\/5:hover {
  border-top-color: rgb(30 41 59 / 0.05);
}

.hover\:border-t-slate-800\/50:hover {
  border-top-color: rgb(30 41 59 / 0.5);
}

.hover\:border-t-slate-800\/60:hover {
  border-top-color: rgb(30 41 59 / 0.6);
}

.hover\:border-t-slate-800\/70:hover {
  border-top-color: rgb(30 41 59 / 0.7);
}

.hover\:border-t-slate-800\/75:hover {
  border-top-color: rgb(30 41 59 / 0.75);
}

.hover\:border-t-slate-800\/80:hover {
  border-top-color: rgb(30 41 59 / 0.8);
}

.hover\:border-t-slate-800\/90:hover {
  border-top-color: rgb(30 41 59 / 0.9);
}

.hover\:border-t-slate-800\/95:hover {
  border-top-color: rgb(30 41 59 / 0.95);
}

.hover\:border-t-slate-900:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(15 23 42 / var(--tw-border-opacity));
}

.hover\:border-t-slate-900\/0:hover {
  border-top-color: rgb(15 23 42 / 0);
}

.hover\:border-t-slate-900\/10:hover {
  border-top-color: rgb(15 23 42 / 0.1);
}

.hover\:border-t-slate-900\/100:hover {
  border-top-color: rgb(15 23 42 / 1);
}

.hover\:border-t-slate-900\/20:hover {
  border-top-color: rgb(15 23 42 / 0.2);
}

.hover\:border-t-slate-900\/25:hover {
  border-top-color: rgb(15 23 42 / 0.25);
}

.hover\:border-t-slate-900\/30:hover {
  border-top-color: rgb(15 23 42 / 0.3);
}

.hover\:border-t-slate-900\/40:hover {
  border-top-color: rgb(15 23 42 / 0.4);
}

.hover\:border-t-slate-900\/5:hover {
  border-top-color: rgb(15 23 42 / 0.05);
}

.hover\:border-t-slate-900\/50:hover {
  border-top-color: rgb(15 23 42 / 0.5);
}

.hover\:border-t-slate-900\/60:hover {
  border-top-color: rgb(15 23 42 / 0.6);
}

.hover\:border-t-slate-900\/70:hover {
  border-top-color: rgb(15 23 42 / 0.7);
}

.hover\:border-t-slate-900\/75:hover {
  border-top-color: rgb(15 23 42 / 0.75);
}

.hover\:border-t-slate-900\/80:hover {
  border-top-color: rgb(15 23 42 / 0.8);
}

.hover\:border-t-slate-900\/90:hover {
  border-top-color: rgb(15 23 42 / 0.9);
}

.hover\:border-t-slate-900\/95:hover {
  border-top-color: rgb(15 23 42 / 0.95);
}

.hover\:border-t-slate-950:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(2 6 23 / var(--tw-border-opacity));
}

.hover\:border-t-slate-950\/0:hover {
  border-top-color: rgb(2 6 23 / 0);
}

.hover\:border-t-slate-950\/10:hover {
  border-top-color: rgb(2 6 23 / 0.1);
}

.hover\:border-t-slate-950\/100:hover {
  border-top-color: rgb(2 6 23 / 1);
}

.hover\:border-t-slate-950\/20:hover {
  border-top-color: rgb(2 6 23 / 0.2);
}

.hover\:border-t-slate-950\/25:hover {
  border-top-color: rgb(2 6 23 / 0.25);
}

.hover\:border-t-slate-950\/30:hover {
  border-top-color: rgb(2 6 23 / 0.3);
}

.hover\:border-t-slate-950\/40:hover {
  border-top-color: rgb(2 6 23 / 0.4);
}

.hover\:border-t-slate-950\/5:hover {
  border-top-color: rgb(2 6 23 / 0.05);
}

.hover\:border-t-slate-950\/50:hover {
  border-top-color: rgb(2 6 23 / 0.5);
}

.hover\:border-t-slate-950\/60:hover {
  border-top-color: rgb(2 6 23 / 0.6);
}

.hover\:border-t-slate-950\/70:hover {
  border-top-color: rgb(2 6 23 / 0.7);
}

.hover\:border-t-slate-950\/75:hover {
  border-top-color: rgb(2 6 23 / 0.75);
}

.hover\:border-t-slate-950\/80:hover {
  border-top-color: rgb(2 6 23 / 0.8);
}

.hover\:border-t-slate-950\/90:hover {
  border-top-color: rgb(2 6 23 / 0.9);
}

.hover\:border-t-slate-950\/95:hover {
  border-top-color: rgb(2 6 23 / 0.95);
}

.hover\:border-t-stone-100:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 245 244 / var(--tw-border-opacity));
}

.hover\:border-t-stone-100\/0:hover {
  border-top-color: rgb(245 245 244 / 0);
}

.hover\:border-t-stone-100\/10:hover {
  border-top-color: rgb(245 245 244 / 0.1);
}

.hover\:border-t-stone-100\/100:hover {
  border-top-color: rgb(245 245 244 / 1);
}

.hover\:border-t-stone-100\/20:hover {
  border-top-color: rgb(245 245 244 / 0.2);
}

.hover\:border-t-stone-100\/25:hover {
  border-top-color: rgb(245 245 244 / 0.25);
}

.hover\:border-t-stone-100\/30:hover {
  border-top-color: rgb(245 245 244 / 0.3);
}

.hover\:border-t-stone-100\/40:hover {
  border-top-color: rgb(245 245 244 / 0.4);
}

.hover\:border-t-stone-100\/5:hover {
  border-top-color: rgb(245 245 244 / 0.05);
}

.hover\:border-t-stone-100\/50:hover {
  border-top-color: rgb(245 245 244 / 0.5);
}

.hover\:border-t-stone-100\/60:hover {
  border-top-color: rgb(245 245 244 / 0.6);
}

.hover\:border-t-stone-100\/70:hover {
  border-top-color: rgb(245 245 244 / 0.7);
}

.hover\:border-t-stone-100\/75:hover {
  border-top-color: rgb(245 245 244 / 0.75);
}

.hover\:border-t-stone-100\/80:hover {
  border-top-color: rgb(245 245 244 / 0.8);
}

.hover\:border-t-stone-100\/90:hover {
  border-top-color: rgb(245 245 244 / 0.9);
}

.hover\:border-t-stone-100\/95:hover {
  border-top-color: rgb(245 245 244 / 0.95);
}

.hover\:border-t-stone-200:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(231 229 228 / var(--tw-border-opacity));
}

.hover\:border-t-stone-200\/0:hover {
  border-top-color: rgb(231 229 228 / 0);
}

.hover\:border-t-stone-200\/10:hover {
  border-top-color: rgb(231 229 228 / 0.1);
}

.hover\:border-t-stone-200\/100:hover {
  border-top-color: rgb(231 229 228 / 1);
}

.hover\:border-t-stone-200\/20:hover {
  border-top-color: rgb(231 229 228 / 0.2);
}

.hover\:border-t-stone-200\/25:hover {
  border-top-color: rgb(231 229 228 / 0.25);
}

.hover\:border-t-stone-200\/30:hover {
  border-top-color: rgb(231 229 228 / 0.3);
}

.hover\:border-t-stone-200\/40:hover {
  border-top-color: rgb(231 229 228 / 0.4);
}

.hover\:border-t-stone-200\/5:hover {
  border-top-color: rgb(231 229 228 / 0.05);
}

.hover\:border-t-stone-200\/50:hover {
  border-top-color: rgb(231 229 228 / 0.5);
}

.hover\:border-t-stone-200\/60:hover {
  border-top-color: rgb(231 229 228 / 0.6);
}

.hover\:border-t-stone-200\/70:hover {
  border-top-color: rgb(231 229 228 / 0.7);
}

.hover\:border-t-stone-200\/75:hover {
  border-top-color: rgb(231 229 228 / 0.75);
}

.hover\:border-t-stone-200\/80:hover {
  border-top-color: rgb(231 229 228 / 0.8);
}

.hover\:border-t-stone-200\/90:hover {
  border-top-color: rgb(231 229 228 / 0.9);
}

.hover\:border-t-stone-200\/95:hover {
  border-top-color: rgb(231 229 228 / 0.95);
}

.hover\:border-t-stone-300:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.hover\:border-t-stone-300\/0:hover {
  border-top-color: rgb(214 211 209 / 0);
}

.hover\:border-t-stone-300\/10:hover {
  border-top-color: rgb(214 211 209 / 0.1);
}

.hover\:border-t-stone-300\/100:hover {
  border-top-color: rgb(214 211 209 / 1);
}

.hover\:border-t-stone-300\/20:hover {
  border-top-color: rgb(214 211 209 / 0.2);
}

.hover\:border-t-stone-300\/25:hover {
  border-top-color: rgb(214 211 209 / 0.25);
}

.hover\:border-t-stone-300\/30:hover {
  border-top-color: rgb(214 211 209 / 0.3);
}

.hover\:border-t-stone-300\/40:hover {
  border-top-color: rgb(214 211 209 / 0.4);
}

.hover\:border-t-stone-300\/5:hover {
  border-top-color: rgb(214 211 209 / 0.05);
}

.hover\:border-t-stone-300\/50:hover {
  border-top-color: rgb(214 211 209 / 0.5);
}

.hover\:border-t-stone-300\/60:hover {
  border-top-color: rgb(214 211 209 / 0.6);
}

.hover\:border-t-stone-300\/70:hover {
  border-top-color: rgb(214 211 209 / 0.7);
}

.hover\:border-t-stone-300\/75:hover {
  border-top-color: rgb(214 211 209 / 0.75);
}

.hover\:border-t-stone-300\/80:hover {
  border-top-color: rgb(214 211 209 / 0.8);
}

.hover\:border-t-stone-300\/90:hover {
  border-top-color: rgb(214 211 209 / 0.9);
}

.hover\:border-t-stone-300\/95:hover {
  border-top-color: rgb(214 211 209 / 0.95);
}

.hover\:border-t-stone-400:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(168 162 158 / var(--tw-border-opacity));
}

.hover\:border-t-stone-400\/0:hover {
  border-top-color: rgb(168 162 158 / 0);
}

.hover\:border-t-stone-400\/10:hover {
  border-top-color: rgb(168 162 158 / 0.1);
}

.hover\:border-t-stone-400\/100:hover {
  border-top-color: rgb(168 162 158 / 1);
}

.hover\:border-t-stone-400\/20:hover {
  border-top-color: rgb(168 162 158 / 0.2);
}

.hover\:border-t-stone-400\/25:hover {
  border-top-color: rgb(168 162 158 / 0.25);
}

.hover\:border-t-stone-400\/30:hover {
  border-top-color: rgb(168 162 158 / 0.3);
}

.hover\:border-t-stone-400\/40:hover {
  border-top-color: rgb(168 162 158 / 0.4);
}

.hover\:border-t-stone-400\/5:hover {
  border-top-color: rgb(168 162 158 / 0.05);
}

.hover\:border-t-stone-400\/50:hover {
  border-top-color: rgb(168 162 158 / 0.5);
}

.hover\:border-t-stone-400\/60:hover {
  border-top-color: rgb(168 162 158 / 0.6);
}

.hover\:border-t-stone-400\/70:hover {
  border-top-color: rgb(168 162 158 / 0.7);
}

.hover\:border-t-stone-400\/75:hover {
  border-top-color: rgb(168 162 158 / 0.75);
}

.hover\:border-t-stone-400\/80:hover {
  border-top-color: rgb(168 162 158 / 0.8);
}

.hover\:border-t-stone-400\/90:hover {
  border-top-color: rgb(168 162 158 / 0.9);
}

.hover\:border-t-stone-400\/95:hover {
  border-top-color: rgb(168 162 158 / 0.95);
}

.hover\:border-t-stone-50:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 250 249 / var(--tw-border-opacity));
}

.hover\:border-t-stone-50\/0:hover {
  border-top-color: rgb(250 250 249 / 0);
}

.hover\:border-t-stone-50\/10:hover {
  border-top-color: rgb(250 250 249 / 0.1);
}

.hover\:border-t-stone-50\/100:hover {
  border-top-color: rgb(250 250 249 / 1);
}

.hover\:border-t-stone-50\/20:hover {
  border-top-color: rgb(250 250 249 / 0.2);
}

.hover\:border-t-stone-50\/25:hover {
  border-top-color: rgb(250 250 249 / 0.25);
}

.hover\:border-t-stone-50\/30:hover {
  border-top-color: rgb(250 250 249 / 0.3);
}

.hover\:border-t-stone-50\/40:hover {
  border-top-color: rgb(250 250 249 / 0.4);
}

.hover\:border-t-stone-50\/5:hover {
  border-top-color: rgb(250 250 249 / 0.05);
}

.hover\:border-t-stone-50\/50:hover {
  border-top-color: rgb(250 250 249 / 0.5);
}

.hover\:border-t-stone-50\/60:hover {
  border-top-color: rgb(250 250 249 / 0.6);
}

.hover\:border-t-stone-50\/70:hover {
  border-top-color: rgb(250 250 249 / 0.7);
}

.hover\:border-t-stone-50\/75:hover {
  border-top-color: rgb(250 250 249 / 0.75);
}

.hover\:border-t-stone-50\/80:hover {
  border-top-color: rgb(250 250 249 / 0.8);
}

.hover\:border-t-stone-50\/90:hover {
  border-top-color: rgb(250 250 249 / 0.9);
}

.hover\:border-t-stone-50\/95:hover {
  border-top-color: rgb(250 250 249 / 0.95);
}

.hover\:border-t-stone-500:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(120 113 108 / var(--tw-border-opacity));
}

.hover\:border-t-stone-500\/0:hover {
  border-top-color: rgb(120 113 108 / 0);
}

.hover\:border-t-stone-500\/10:hover {
  border-top-color: rgb(120 113 108 / 0.1);
}

.hover\:border-t-stone-500\/100:hover {
  border-top-color: rgb(120 113 108 / 1);
}

.hover\:border-t-stone-500\/20:hover {
  border-top-color: rgb(120 113 108 / 0.2);
}

.hover\:border-t-stone-500\/25:hover {
  border-top-color: rgb(120 113 108 / 0.25);
}

.hover\:border-t-stone-500\/30:hover {
  border-top-color: rgb(120 113 108 / 0.3);
}

.hover\:border-t-stone-500\/40:hover {
  border-top-color: rgb(120 113 108 / 0.4);
}

.hover\:border-t-stone-500\/5:hover {
  border-top-color: rgb(120 113 108 / 0.05);
}

.hover\:border-t-stone-500\/50:hover {
  border-top-color: rgb(120 113 108 / 0.5);
}

.hover\:border-t-stone-500\/60:hover {
  border-top-color: rgb(120 113 108 / 0.6);
}

.hover\:border-t-stone-500\/70:hover {
  border-top-color: rgb(120 113 108 / 0.7);
}

.hover\:border-t-stone-500\/75:hover {
  border-top-color: rgb(120 113 108 / 0.75);
}

.hover\:border-t-stone-500\/80:hover {
  border-top-color: rgb(120 113 108 / 0.8);
}

.hover\:border-t-stone-500\/90:hover {
  border-top-color: rgb(120 113 108 / 0.9);
}

.hover\:border-t-stone-500\/95:hover {
  border-top-color: rgb(120 113 108 / 0.95);
}

.hover\:border-t-stone-600:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(87 83 78 / var(--tw-border-opacity));
}

.hover\:border-t-stone-600\/0:hover {
  border-top-color: rgb(87 83 78 / 0);
}

.hover\:border-t-stone-600\/10:hover {
  border-top-color: rgb(87 83 78 / 0.1);
}

.hover\:border-t-stone-600\/100:hover {
  border-top-color: rgb(87 83 78 / 1);
}

.hover\:border-t-stone-600\/20:hover {
  border-top-color: rgb(87 83 78 / 0.2);
}

.hover\:border-t-stone-600\/25:hover {
  border-top-color: rgb(87 83 78 / 0.25);
}

.hover\:border-t-stone-600\/30:hover {
  border-top-color: rgb(87 83 78 / 0.3);
}

.hover\:border-t-stone-600\/40:hover {
  border-top-color: rgb(87 83 78 / 0.4);
}

.hover\:border-t-stone-600\/5:hover {
  border-top-color: rgb(87 83 78 / 0.05);
}

.hover\:border-t-stone-600\/50:hover {
  border-top-color: rgb(87 83 78 / 0.5);
}

.hover\:border-t-stone-600\/60:hover {
  border-top-color: rgb(87 83 78 / 0.6);
}

.hover\:border-t-stone-600\/70:hover {
  border-top-color: rgb(87 83 78 / 0.7);
}

.hover\:border-t-stone-600\/75:hover {
  border-top-color: rgb(87 83 78 / 0.75);
}

.hover\:border-t-stone-600\/80:hover {
  border-top-color: rgb(87 83 78 / 0.8);
}

.hover\:border-t-stone-600\/90:hover {
  border-top-color: rgb(87 83 78 / 0.9);
}

.hover\:border-t-stone-600\/95:hover {
  border-top-color: rgb(87 83 78 / 0.95);
}

.hover\:border-t-stone-700:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(68 64 60 / var(--tw-border-opacity));
}

.hover\:border-t-stone-700\/0:hover {
  border-top-color: rgb(68 64 60 / 0);
}

.hover\:border-t-stone-700\/10:hover {
  border-top-color: rgb(68 64 60 / 0.1);
}

.hover\:border-t-stone-700\/100:hover {
  border-top-color: rgb(68 64 60 / 1);
}

.hover\:border-t-stone-700\/20:hover {
  border-top-color: rgb(68 64 60 / 0.2);
}

.hover\:border-t-stone-700\/25:hover {
  border-top-color: rgb(68 64 60 / 0.25);
}

.hover\:border-t-stone-700\/30:hover {
  border-top-color: rgb(68 64 60 / 0.3);
}

.hover\:border-t-stone-700\/40:hover {
  border-top-color: rgb(68 64 60 / 0.4);
}

.hover\:border-t-stone-700\/5:hover {
  border-top-color: rgb(68 64 60 / 0.05);
}

.hover\:border-t-stone-700\/50:hover {
  border-top-color: rgb(68 64 60 / 0.5);
}

.hover\:border-t-stone-700\/60:hover {
  border-top-color: rgb(68 64 60 / 0.6);
}

.hover\:border-t-stone-700\/70:hover {
  border-top-color: rgb(68 64 60 / 0.7);
}

.hover\:border-t-stone-700\/75:hover {
  border-top-color: rgb(68 64 60 / 0.75);
}

.hover\:border-t-stone-700\/80:hover {
  border-top-color: rgb(68 64 60 / 0.8);
}

.hover\:border-t-stone-700\/90:hover {
  border-top-color: rgb(68 64 60 / 0.9);
}

.hover\:border-t-stone-700\/95:hover {
  border-top-color: rgb(68 64 60 / 0.95);
}

.hover\:border-t-stone-800:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(41 37 36 / var(--tw-border-opacity));
}

.hover\:border-t-stone-800\/0:hover {
  border-top-color: rgb(41 37 36 / 0);
}

.hover\:border-t-stone-800\/10:hover {
  border-top-color: rgb(41 37 36 / 0.1);
}

.hover\:border-t-stone-800\/100:hover {
  border-top-color: rgb(41 37 36 / 1);
}

.hover\:border-t-stone-800\/20:hover {
  border-top-color: rgb(41 37 36 / 0.2);
}

.hover\:border-t-stone-800\/25:hover {
  border-top-color: rgb(41 37 36 / 0.25);
}

.hover\:border-t-stone-800\/30:hover {
  border-top-color: rgb(41 37 36 / 0.3);
}

.hover\:border-t-stone-800\/40:hover {
  border-top-color: rgb(41 37 36 / 0.4);
}

.hover\:border-t-stone-800\/5:hover {
  border-top-color: rgb(41 37 36 / 0.05);
}

.hover\:border-t-stone-800\/50:hover {
  border-top-color: rgb(41 37 36 / 0.5);
}

.hover\:border-t-stone-800\/60:hover {
  border-top-color: rgb(41 37 36 / 0.6);
}

.hover\:border-t-stone-800\/70:hover {
  border-top-color: rgb(41 37 36 / 0.7);
}

.hover\:border-t-stone-800\/75:hover {
  border-top-color: rgb(41 37 36 / 0.75);
}

.hover\:border-t-stone-800\/80:hover {
  border-top-color: rgb(41 37 36 / 0.8);
}

.hover\:border-t-stone-800\/90:hover {
  border-top-color: rgb(41 37 36 / 0.9);
}

.hover\:border-t-stone-800\/95:hover {
  border-top-color: rgb(41 37 36 / 0.95);
}

.hover\:border-t-stone-900:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(28 25 23 / var(--tw-border-opacity));
}

.hover\:border-t-stone-900\/0:hover {
  border-top-color: rgb(28 25 23 / 0);
}

.hover\:border-t-stone-900\/10:hover {
  border-top-color: rgb(28 25 23 / 0.1);
}

.hover\:border-t-stone-900\/100:hover {
  border-top-color: rgb(28 25 23 / 1);
}

.hover\:border-t-stone-900\/20:hover {
  border-top-color: rgb(28 25 23 / 0.2);
}

.hover\:border-t-stone-900\/25:hover {
  border-top-color: rgb(28 25 23 / 0.25);
}

.hover\:border-t-stone-900\/30:hover {
  border-top-color: rgb(28 25 23 / 0.3);
}

.hover\:border-t-stone-900\/40:hover {
  border-top-color: rgb(28 25 23 / 0.4);
}

.hover\:border-t-stone-900\/5:hover {
  border-top-color: rgb(28 25 23 / 0.05);
}

.hover\:border-t-stone-900\/50:hover {
  border-top-color: rgb(28 25 23 / 0.5);
}

.hover\:border-t-stone-900\/60:hover {
  border-top-color: rgb(28 25 23 / 0.6);
}

.hover\:border-t-stone-900\/70:hover {
  border-top-color: rgb(28 25 23 / 0.7);
}

.hover\:border-t-stone-900\/75:hover {
  border-top-color: rgb(28 25 23 / 0.75);
}

.hover\:border-t-stone-900\/80:hover {
  border-top-color: rgb(28 25 23 / 0.8);
}

.hover\:border-t-stone-900\/90:hover {
  border-top-color: rgb(28 25 23 / 0.9);
}

.hover\:border-t-stone-900\/95:hover {
  border-top-color: rgb(28 25 23 / 0.95);
}

.hover\:border-t-stone-950:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(12 10 9 / var(--tw-border-opacity));
}

.hover\:border-t-stone-950\/0:hover {
  border-top-color: rgb(12 10 9 / 0);
}

.hover\:border-t-stone-950\/10:hover {
  border-top-color: rgb(12 10 9 / 0.1);
}

.hover\:border-t-stone-950\/100:hover {
  border-top-color: rgb(12 10 9 / 1);
}

.hover\:border-t-stone-950\/20:hover {
  border-top-color: rgb(12 10 9 / 0.2);
}

.hover\:border-t-stone-950\/25:hover {
  border-top-color: rgb(12 10 9 / 0.25);
}

.hover\:border-t-stone-950\/30:hover {
  border-top-color: rgb(12 10 9 / 0.3);
}

.hover\:border-t-stone-950\/40:hover {
  border-top-color: rgb(12 10 9 / 0.4);
}

.hover\:border-t-stone-950\/5:hover {
  border-top-color: rgb(12 10 9 / 0.05);
}

.hover\:border-t-stone-950\/50:hover {
  border-top-color: rgb(12 10 9 / 0.5);
}

.hover\:border-t-stone-950\/60:hover {
  border-top-color: rgb(12 10 9 / 0.6);
}

.hover\:border-t-stone-950\/70:hover {
  border-top-color: rgb(12 10 9 / 0.7);
}

.hover\:border-t-stone-950\/75:hover {
  border-top-color: rgb(12 10 9 / 0.75);
}

.hover\:border-t-stone-950\/80:hover {
  border-top-color: rgb(12 10 9 / 0.8);
}

.hover\:border-t-stone-950\/90:hover {
  border-top-color: rgb(12 10 9 / 0.9);
}

.hover\:border-t-stone-950\/95:hover {
  border-top-color: rgb(12 10 9 / 0.95);
}

.hover\:border-t-teal-100:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(204 251 241 / var(--tw-border-opacity));
}

.hover\:border-t-teal-100\/0:hover {
  border-top-color: rgb(204 251 241 / 0);
}

.hover\:border-t-teal-100\/10:hover {
  border-top-color: rgb(204 251 241 / 0.1);
}

.hover\:border-t-teal-100\/100:hover {
  border-top-color: rgb(204 251 241 / 1);
}

.hover\:border-t-teal-100\/20:hover {
  border-top-color: rgb(204 251 241 / 0.2);
}

.hover\:border-t-teal-100\/25:hover {
  border-top-color: rgb(204 251 241 / 0.25);
}

.hover\:border-t-teal-100\/30:hover {
  border-top-color: rgb(204 251 241 / 0.3);
}

.hover\:border-t-teal-100\/40:hover {
  border-top-color: rgb(204 251 241 / 0.4);
}

.hover\:border-t-teal-100\/5:hover {
  border-top-color: rgb(204 251 241 / 0.05);
}

.hover\:border-t-teal-100\/50:hover {
  border-top-color: rgb(204 251 241 / 0.5);
}

.hover\:border-t-teal-100\/60:hover {
  border-top-color: rgb(204 251 241 / 0.6);
}

.hover\:border-t-teal-100\/70:hover {
  border-top-color: rgb(204 251 241 / 0.7);
}

.hover\:border-t-teal-100\/75:hover {
  border-top-color: rgb(204 251 241 / 0.75);
}

.hover\:border-t-teal-100\/80:hover {
  border-top-color: rgb(204 251 241 / 0.8);
}

.hover\:border-t-teal-100\/90:hover {
  border-top-color: rgb(204 251 241 / 0.9);
}

.hover\:border-t-teal-100\/95:hover {
  border-top-color: rgb(204 251 241 / 0.95);
}

.hover\:border-t-teal-200:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(153 246 228 / var(--tw-border-opacity));
}

.hover\:border-t-teal-200\/0:hover {
  border-top-color: rgb(153 246 228 / 0);
}

.hover\:border-t-teal-200\/10:hover {
  border-top-color: rgb(153 246 228 / 0.1);
}

.hover\:border-t-teal-200\/100:hover {
  border-top-color: rgb(153 246 228 / 1);
}

.hover\:border-t-teal-200\/20:hover {
  border-top-color: rgb(153 246 228 / 0.2);
}

.hover\:border-t-teal-200\/25:hover {
  border-top-color: rgb(153 246 228 / 0.25);
}

.hover\:border-t-teal-200\/30:hover {
  border-top-color: rgb(153 246 228 / 0.3);
}

.hover\:border-t-teal-200\/40:hover {
  border-top-color: rgb(153 246 228 / 0.4);
}

.hover\:border-t-teal-200\/5:hover {
  border-top-color: rgb(153 246 228 / 0.05);
}

.hover\:border-t-teal-200\/50:hover {
  border-top-color: rgb(153 246 228 / 0.5);
}

.hover\:border-t-teal-200\/60:hover {
  border-top-color: rgb(153 246 228 / 0.6);
}

.hover\:border-t-teal-200\/70:hover {
  border-top-color: rgb(153 246 228 / 0.7);
}

.hover\:border-t-teal-200\/75:hover {
  border-top-color: rgb(153 246 228 / 0.75);
}

.hover\:border-t-teal-200\/80:hover {
  border-top-color: rgb(153 246 228 / 0.8);
}

.hover\:border-t-teal-200\/90:hover {
  border-top-color: rgb(153 246 228 / 0.9);
}

.hover\:border-t-teal-200\/95:hover {
  border-top-color: rgb(153 246 228 / 0.95);
}

.hover\:border-t-teal-300:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(94 234 212 / var(--tw-border-opacity));
}

.hover\:border-t-teal-300\/0:hover {
  border-top-color: rgb(94 234 212 / 0);
}

.hover\:border-t-teal-300\/10:hover {
  border-top-color: rgb(94 234 212 / 0.1);
}

.hover\:border-t-teal-300\/100:hover {
  border-top-color: rgb(94 234 212 / 1);
}

.hover\:border-t-teal-300\/20:hover {
  border-top-color: rgb(94 234 212 / 0.2);
}

.hover\:border-t-teal-300\/25:hover {
  border-top-color: rgb(94 234 212 / 0.25);
}

.hover\:border-t-teal-300\/30:hover {
  border-top-color: rgb(94 234 212 / 0.3);
}

.hover\:border-t-teal-300\/40:hover {
  border-top-color: rgb(94 234 212 / 0.4);
}

.hover\:border-t-teal-300\/5:hover {
  border-top-color: rgb(94 234 212 / 0.05);
}

.hover\:border-t-teal-300\/50:hover {
  border-top-color: rgb(94 234 212 / 0.5);
}

.hover\:border-t-teal-300\/60:hover {
  border-top-color: rgb(94 234 212 / 0.6);
}

.hover\:border-t-teal-300\/70:hover {
  border-top-color: rgb(94 234 212 / 0.7);
}

.hover\:border-t-teal-300\/75:hover {
  border-top-color: rgb(94 234 212 / 0.75);
}

.hover\:border-t-teal-300\/80:hover {
  border-top-color: rgb(94 234 212 / 0.8);
}

.hover\:border-t-teal-300\/90:hover {
  border-top-color: rgb(94 234 212 / 0.9);
}

.hover\:border-t-teal-300\/95:hover {
  border-top-color: rgb(94 234 212 / 0.95);
}

.hover\:border-t-teal-400:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(45 212 191 / var(--tw-border-opacity));
}

.hover\:border-t-teal-400\/0:hover {
  border-top-color: rgb(45 212 191 / 0);
}

.hover\:border-t-teal-400\/10:hover {
  border-top-color: rgb(45 212 191 / 0.1);
}

.hover\:border-t-teal-400\/100:hover {
  border-top-color: rgb(45 212 191 / 1);
}

.hover\:border-t-teal-400\/20:hover {
  border-top-color: rgb(45 212 191 / 0.2);
}

.hover\:border-t-teal-400\/25:hover {
  border-top-color: rgb(45 212 191 / 0.25);
}

.hover\:border-t-teal-400\/30:hover {
  border-top-color: rgb(45 212 191 / 0.3);
}

.hover\:border-t-teal-400\/40:hover {
  border-top-color: rgb(45 212 191 / 0.4);
}

.hover\:border-t-teal-400\/5:hover {
  border-top-color: rgb(45 212 191 / 0.05);
}

.hover\:border-t-teal-400\/50:hover {
  border-top-color: rgb(45 212 191 / 0.5);
}

.hover\:border-t-teal-400\/60:hover {
  border-top-color: rgb(45 212 191 / 0.6);
}

.hover\:border-t-teal-400\/70:hover {
  border-top-color: rgb(45 212 191 / 0.7);
}

.hover\:border-t-teal-400\/75:hover {
  border-top-color: rgb(45 212 191 / 0.75);
}

.hover\:border-t-teal-400\/80:hover {
  border-top-color: rgb(45 212 191 / 0.8);
}

.hover\:border-t-teal-400\/90:hover {
  border-top-color: rgb(45 212 191 / 0.9);
}

.hover\:border-t-teal-400\/95:hover {
  border-top-color: rgb(45 212 191 / 0.95);
}

.hover\:border-t-teal-50:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(240 253 250 / var(--tw-border-opacity));
}

.hover\:border-t-teal-50\/0:hover {
  border-top-color: rgb(240 253 250 / 0);
}

.hover\:border-t-teal-50\/10:hover {
  border-top-color: rgb(240 253 250 / 0.1);
}

.hover\:border-t-teal-50\/100:hover {
  border-top-color: rgb(240 253 250 / 1);
}

.hover\:border-t-teal-50\/20:hover {
  border-top-color: rgb(240 253 250 / 0.2);
}

.hover\:border-t-teal-50\/25:hover {
  border-top-color: rgb(240 253 250 / 0.25);
}

.hover\:border-t-teal-50\/30:hover {
  border-top-color: rgb(240 253 250 / 0.3);
}

.hover\:border-t-teal-50\/40:hover {
  border-top-color: rgb(240 253 250 / 0.4);
}

.hover\:border-t-teal-50\/5:hover {
  border-top-color: rgb(240 253 250 / 0.05);
}

.hover\:border-t-teal-50\/50:hover {
  border-top-color: rgb(240 253 250 / 0.5);
}

.hover\:border-t-teal-50\/60:hover {
  border-top-color: rgb(240 253 250 / 0.6);
}

.hover\:border-t-teal-50\/70:hover {
  border-top-color: rgb(240 253 250 / 0.7);
}

.hover\:border-t-teal-50\/75:hover {
  border-top-color: rgb(240 253 250 / 0.75);
}

.hover\:border-t-teal-50\/80:hover {
  border-top-color: rgb(240 253 250 / 0.8);
}

.hover\:border-t-teal-50\/90:hover {
  border-top-color: rgb(240 253 250 / 0.9);
}

.hover\:border-t-teal-50\/95:hover {
  border-top-color: rgb(240 253 250 / 0.95);
}

.hover\:border-t-teal-500:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(20 184 166 / var(--tw-border-opacity));
}

.hover\:border-t-teal-500\/0:hover {
  border-top-color: rgb(20 184 166 / 0);
}

.hover\:border-t-teal-500\/10:hover {
  border-top-color: rgb(20 184 166 / 0.1);
}

.hover\:border-t-teal-500\/100:hover {
  border-top-color: rgb(20 184 166 / 1);
}

.hover\:border-t-teal-500\/20:hover {
  border-top-color: rgb(20 184 166 / 0.2);
}

.hover\:border-t-teal-500\/25:hover {
  border-top-color: rgb(20 184 166 / 0.25);
}

.hover\:border-t-teal-500\/30:hover {
  border-top-color: rgb(20 184 166 / 0.3);
}

.hover\:border-t-teal-500\/40:hover {
  border-top-color: rgb(20 184 166 / 0.4);
}

.hover\:border-t-teal-500\/5:hover {
  border-top-color: rgb(20 184 166 / 0.05);
}

.hover\:border-t-teal-500\/50:hover {
  border-top-color: rgb(20 184 166 / 0.5);
}

.hover\:border-t-teal-500\/60:hover {
  border-top-color: rgb(20 184 166 / 0.6);
}

.hover\:border-t-teal-500\/70:hover {
  border-top-color: rgb(20 184 166 / 0.7);
}

.hover\:border-t-teal-500\/75:hover {
  border-top-color: rgb(20 184 166 / 0.75);
}

.hover\:border-t-teal-500\/80:hover {
  border-top-color: rgb(20 184 166 / 0.8);
}

.hover\:border-t-teal-500\/90:hover {
  border-top-color: rgb(20 184 166 / 0.9);
}

.hover\:border-t-teal-500\/95:hover {
  border-top-color: rgb(20 184 166 / 0.95);
}

.hover\:border-t-teal-600:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(13 148 136 / var(--tw-border-opacity));
}

.hover\:border-t-teal-600\/0:hover {
  border-top-color: rgb(13 148 136 / 0);
}

.hover\:border-t-teal-600\/10:hover {
  border-top-color: rgb(13 148 136 / 0.1);
}

.hover\:border-t-teal-600\/100:hover {
  border-top-color: rgb(13 148 136 / 1);
}

.hover\:border-t-teal-600\/20:hover {
  border-top-color: rgb(13 148 136 / 0.2);
}

.hover\:border-t-teal-600\/25:hover {
  border-top-color: rgb(13 148 136 / 0.25);
}

.hover\:border-t-teal-600\/30:hover {
  border-top-color: rgb(13 148 136 / 0.3);
}

.hover\:border-t-teal-600\/40:hover {
  border-top-color: rgb(13 148 136 / 0.4);
}

.hover\:border-t-teal-600\/5:hover {
  border-top-color: rgb(13 148 136 / 0.05);
}

.hover\:border-t-teal-600\/50:hover {
  border-top-color: rgb(13 148 136 / 0.5);
}

.hover\:border-t-teal-600\/60:hover {
  border-top-color: rgb(13 148 136 / 0.6);
}

.hover\:border-t-teal-600\/70:hover {
  border-top-color: rgb(13 148 136 / 0.7);
}

.hover\:border-t-teal-600\/75:hover {
  border-top-color: rgb(13 148 136 / 0.75);
}

.hover\:border-t-teal-600\/80:hover {
  border-top-color: rgb(13 148 136 / 0.8);
}

.hover\:border-t-teal-600\/90:hover {
  border-top-color: rgb(13 148 136 / 0.9);
}

.hover\:border-t-teal-600\/95:hover {
  border-top-color: rgb(13 148 136 / 0.95);
}

.hover\:border-t-teal-700:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(15 118 110 / var(--tw-border-opacity));
}

.hover\:border-t-teal-700\/0:hover {
  border-top-color: rgb(15 118 110 / 0);
}

.hover\:border-t-teal-700\/10:hover {
  border-top-color: rgb(15 118 110 / 0.1);
}

.hover\:border-t-teal-700\/100:hover {
  border-top-color: rgb(15 118 110 / 1);
}

.hover\:border-t-teal-700\/20:hover {
  border-top-color: rgb(15 118 110 / 0.2);
}

.hover\:border-t-teal-700\/25:hover {
  border-top-color: rgb(15 118 110 / 0.25);
}

.hover\:border-t-teal-700\/30:hover {
  border-top-color: rgb(15 118 110 / 0.3);
}

.hover\:border-t-teal-700\/40:hover {
  border-top-color: rgb(15 118 110 / 0.4);
}

.hover\:border-t-teal-700\/5:hover {
  border-top-color: rgb(15 118 110 / 0.05);
}

.hover\:border-t-teal-700\/50:hover {
  border-top-color: rgb(15 118 110 / 0.5);
}

.hover\:border-t-teal-700\/60:hover {
  border-top-color: rgb(15 118 110 / 0.6);
}

.hover\:border-t-teal-700\/70:hover {
  border-top-color: rgb(15 118 110 / 0.7);
}

.hover\:border-t-teal-700\/75:hover {
  border-top-color: rgb(15 118 110 / 0.75);
}

.hover\:border-t-teal-700\/80:hover {
  border-top-color: rgb(15 118 110 / 0.8);
}

.hover\:border-t-teal-700\/90:hover {
  border-top-color: rgb(15 118 110 / 0.9);
}

.hover\:border-t-teal-700\/95:hover {
  border-top-color: rgb(15 118 110 / 0.95);
}

.hover\:border-t-teal-800:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(17 94 89 / var(--tw-border-opacity));
}

.hover\:border-t-teal-800\/0:hover {
  border-top-color: rgb(17 94 89 / 0);
}

.hover\:border-t-teal-800\/10:hover {
  border-top-color: rgb(17 94 89 / 0.1);
}

.hover\:border-t-teal-800\/100:hover {
  border-top-color: rgb(17 94 89 / 1);
}

.hover\:border-t-teal-800\/20:hover {
  border-top-color: rgb(17 94 89 / 0.2);
}

.hover\:border-t-teal-800\/25:hover {
  border-top-color: rgb(17 94 89 / 0.25);
}

.hover\:border-t-teal-800\/30:hover {
  border-top-color: rgb(17 94 89 / 0.3);
}

.hover\:border-t-teal-800\/40:hover {
  border-top-color: rgb(17 94 89 / 0.4);
}

.hover\:border-t-teal-800\/5:hover {
  border-top-color: rgb(17 94 89 / 0.05);
}

.hover\:border-t-teal-800\/50:hover {
  border-top-color: rgb(17 94 89 / 0.5);
}

.hover\:border-t-teal-800\/60:hover {
  border-top-color: rgb(17 94 89 / 0.6);
}

.hover\:border-t-teal-800\/70:hover {
  border-top-color: rgb(17 94 89 / 0.7);
}

.hover\:border-t-teal-800\/75:hover {
  border-top-color: rgb(17 94 89 / 0.75);
}

.hover\:border-t-teal-800\/80:hover {
  border-top-color: rgb(17 94 89 / 0.8);
}

.hover\:border-t-teal-800\/90:hover {
  border-top-color: rgb(17 94 89 / 0.9);
}

.hover\:border-t-teal-800\/95:hover {
  border-top-color: rgb(17 94 89 / 0.95);
}

.hover\:border-t-teal-900:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(19 78 74 / var(--tw-border-opacity));
}

.hover\:border-t-teal-900\/0:hover {
  border-top-color: rgb(19 78 74 / 0);
}

.hover\:border-t-teal-900\/10:hover {
  border-top-color: rgb(19 78 74 / 0.1);
}

.hover\:border-t-teal-900\/100:hover {
  border-top-color: rgb(19 78 74 / 1);
}

.hover\:border-t-teal-900\/20:hover {
  border-top-color: rgb(19 78 74 / 0.2);
}

.hover\:border-t-teal-900\/25:hover {
  border-top-color: rgb(19 78 74 / 0.25);
}

.hover\:border-t-teal-900\/30:hover {
  border-top-color: rgb(19 78 74 / 0.3);
}

.hover\:border-t-teal-900\/40:hover {
  border-top-color: rgb(19 78 74 / 0.4);
}

.hover\:border-t-teal-900\/5:hover {
  border-top-color: rgb(19 78 74 / 0.05);
}

.hover\:border-t-teal-900\/50:hover {
  border-top-color: rgb(19 78 74 / 0.5);
}

.hover\:border-t-teal-900\/60:hover {
  border-top-color: rgb(19 78 74 / 0.6);
}

.hover\:border-t-teal-900\/70:hover {
  border-top-color: rgb(19 78 74 / 0.7);
}

.hover\:border-t-teal-900\/75:hover {
  border-top-color: rgb(19 78 74 / 0.75);
}

.hover\:border-t-teal-900\/80:hover {
  border-top-color: rgb(19 78 74 / 0.8);
}

.hover\:border-t-teal-900\/90:hover {
  border-top-color: rgb(19 78 74 / 0.9);
}

.hover\:border-t-teal-900\/95:hover {
  border-top-color: rgb(19 78 74 / 0.95);
}

.hover\:border-t-teal-950:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(4 47 46 / var(--tw-border-opacity));
}

.hover\:border-t-teal-950\/0:hover {
  border-top-color: rgb(4 47 46 / 0);
}

.hover\:border-t-teal-950\/10:hover {
  border-top-color: rgb(4 47 46 / 0.1);
}

.hover\:border-t-teal-950\/100:hover {
  border-top-color: rgb(4 47 46 / 1);
}

.hover\:border-t-teal-950\/20:hover {
  border-top-color: rgb(4 47 46 / 0.2);
}

.hover\:border-t-teal-950\/25:hover {
  border-top-color: rgb(4 47 46 / 0.25);
}

.hover\:border-t-teal-950\/30:hover {
  border-top-color: rgb(4 47 46 / 0.3);
}

.hover\:border-t-teal-950\/40:hover {
  border-top-color: rgb(4 47 46 / 0.4);
}

.hover\:border-t-teal-950\/5:hover {
  border-top-color: rgb(4 47 46 / 0.05);
}

.hover\:border-t-teal-950\/50:hover {
  border-top-color: rgb(4 47 46 / 0.5);
}

.hover\:border-t-teal-950\/60:hover {
  border-top-color: rgb(4 47 46 / 0.6);
}

.hover\:border-t-teal-950\/70:hover {
  border-top-color: rgb(4 47 46 / 0.7);
}

.hover\:border-t-teal-950\/75:hover {
  border-top-color: rgb(4 47 46 / 0.75);
}

.hover\:border-t-teal-950\/80:hover {
  border-top-color: rgb(4 47 46 / 0.8);
}

.hover\:border-t-teal-950\/90:hover {
  border-top-color: rgb(4 47 46 / 0.9);
}

.hover\:border-t-teal-950\/95:hover {
  border-top-color: rgb(4 47 46 / 0.95);
}

.hover\:border-t-transparent:hover {
  border-top-color: transparent;
}

.hover\:border-t-transparent\/0:hover {
  border-top-color: rgb(0 0 0 / 0);
}

.hover\:border-t-transparent\/10:hover {
  border-top-color: rgb(0 0 0 / 0.1);
}

.hover\:border-t-transparent\/100:hover {
  border-top-color: rgb(0 0 0 / 1);
}

.hover\:border-t-transparent\/20:hover {
  border-top-color: rgb(0 0 0 / 0.2);
}

.hover\:border-t-transparent\/25:hover {
  border-top-color: rgb(0 0 0 / 0.25);
}

.hover\:border-t-transparent\/30:hover {
  border-top-color: rgb(0 0 0 / 0.3);
}

.hover\:border-t-transparent\/40:hover {
  border-top-color: rgb(0 0 0 / 0.4);
}

.hover\:border-t-transparent\/5:hover {
  border-top-color: rgb(0 0 0 / 0.05);
}

.hover\:border-t-transparent\/50:hover {
  border-top-color: rgb(0 0 0 / 0.5);
}

.hover\:border-t-transparent\/60:hover {
  border-top-color: rgb(0 0 0 / 0.6);
}

.hover\:border-t-transparent\/70:hover {
  border-top-color: rgb(0 0 0 / 0.7);
}

.hover\:border-t-transparent\/75:hover {
  border-top-color: rgb(0 0 0 / 0.75);
}

.hover\:border-t-transparent\/80:hover {
  border-top-color: rgb(0 0 0 / 0.8);
}

.hover\:border-t-transparent\/90:hover {
  border-top-color: rgb(0 0 0 / 0.9);
}

.hover\:border-t-transparent\/95:hover {
  border-top-color: rgb(0 0 0 / 0.95);
}

.hover\:border-t-tykhe-digital:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(239 156 131 / var(--tw-border-opacity));
}

.hover\:border-t-tykhe-digital-alt:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 239 224 / var(--tw-border-opacity));
}

.hover\:border-t-tykhe-digital-alt\/0:hover {
  border-top-color: rgb(245 239 224 / 0);
}

.hover\:border-t-tykhe-digital-alt\/10:hover {
  border-top-color: rgb(245 239 224 / 0.1);
}

.hover\:border-t-tykhe-digital-alt\/100:hover {
  border-top-color: rgb(245 239 224 / 1);
}

.hover\:border-t-tykhe-digital-alt\/20:hover {
  border-top-color: rgb(245 239 224 / 0.2);
}

.hover\:border-t-tykhe-digital-alt\/25:hover {
  border-top-color: rgb(245 239 224 / 0.25);
}

.hover\:border-t-tykhe-digital-alt\/30:hover {
  border-top-color: rgb(245 239 224 / 0.3);
}

.hover\:border-t-tykhe-digital-alt\/40:hover {
  border-top-color: rgb(245 239 224 / 0.4);
}

.hover\:border-t-tykhe-digital-alt\/5:hover {
  border-top-color: rgb(245 239 224 / 0.05);
}

.hover\:border-t-tykhe-digital-alt\/50:hover {
  border-top-color: rgb(245 239 224 / 0.5);
}

.hover\:border-t-tykhe-digital-alt\/60:hover {
  border-top-color: rgb(245 239 224 / 0.6);
}

.hover\:border-t-tykhe-digital-alt\/70:hover {
  border-top-color: rgb(245 239 224 / 0.7);
}

.hover\:border-t-tykhe-digital-alt\/75:hover {
  border-top-color: rgb(245 239 224 / 0.75);
}

.hover\:border-t-tykhe-digital-alt\/80:hover {
  border-top-color: rgb(245 239 224 / 0.8);
}

.hover\:border-t-tykhe-digital-alt\/90:hover {
  border-top-color: rgb(245 239 224 / 0.9);
}

.hover\:border-t-tykhe-digital-alt\/95:hover {
  border-top-color: rgb(245 239 224 / 0.95);
}

.hover\:border-t-tykhe-digital-alt2:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 58 111 / var(--tw-border-opacity));
}

.hover\:border-t-tykhe-digital-alt2\/0:hover {
  border-top-color: rgb(255 58 111 / 0);
}

.hover\:border-t-tykhe-digital-alt2\/10:hover {
  border-top-color: rgb(255 58 111 / 0.1);
}

.hover\:border-t-tykhe-digital-alt2\/100:hover {
  border-top-color: rgb(255 58 111 / 1);
}

.hover\:border-t-tykhe-digital-alt2\/20:hover {
  border-top-color: rgb(255 58 111 / 0.2);
}

.hover\:border-t-tykhe-digital-alt2\/25:hover {
  border-top-color: rgb(255 58 111 / 0.25);
}

.hover\:border-t-tykhe-digital-alt2\/30:hover {
  border-top-color: rgb(255 58 111 / 0.3);
}

.hover\:border-t-tykhe-digital-alt2\/40:hover {
  border-top-color: rgb(255 58 111 / 0.4);
}

.hover\:border-t-tykhe-digital-alt2\/5:hover {
  border-top-color: rgb(255 58 111 / 0.05);
}

.hover\:border-t-tykhe-digital-alt2\/50:hover {
  border-top-color: rgb(255 58 111 / 0.5);
}

.hover\:border-t-tykhe-digital-alt2\/60:hover {
  border-top-color: rgb(255 58 111 / 0.6);
}

.hover\:border-t-tykhe-digital-alt2\/70:hover {
  border-top-color: rgb(255 58 111 / 0.7);
}

.hover\:border-t-tykhe-digital-alt2\/75:hover {
  border-top-color: rgb(255 58 111 / 0.75);
}

.hover\:border-t-tykhe-digital-alt2\/80:hover {
  border-top-color: rgb(255 58 111 / 0.8);
}

.hover\:border-t-tykhe-digital-alt2\/90:hover {
  border-top-color: rgb(255 58 111 / 0.9);
}

.hover\:border-t-tykhe-digital-alt2\/95:hover {
  border-top-color: rgb(255 58 111 / 0.95);
}

.hover\:border-t-tykhe-digital-alt3:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(131 214 239 / var(--tw-border-opacity));
}

.hover\:border-t-tykhe-digital-alt3\/0:hover {
  border-top-color: rgb(131 214 239 / 0);
}

.hover\:border-t-tykhe-digital-alt3\/10:hover {
  border-top-color: rgb(131 214 239 / 0.1);
}

.hover\:border-t-tykhe-digital-alt3\/100:hover {
  border-top-color: rgb(131 214 239 / 1);
}

.hover\:border-t-tykhe-digital-alt3\/20:hover {
  border-top-color: rgb(131 214 239 / 0.2);
}

.hover\:border-t-tykhe-digital-alt3\/25:hover {
  border-top-color: rgb(131 214 239 / 0.25);
}

.hover\:border-t-tykhe-digital-alt3\/30:hover {
  border-top-color: rgb(131 214 239 / 0.3);
}

.hover\:border-t-tykhe-digital-alt3\/40:hover {
  border-top-color: rgb(131 214 239 / 0.4);
}

.hover\:border-t-tykhe-digital-alt3\/5:hover {
  border-top-color: rgb(131 214 239 / 0.05);
}

.hover\:border-t-tykhe-digital-alt3\/50:hover {
  border-top-color: rgb(131 214 239 / 0.5);
}

.hover\:border-t-tykhe-digital-alt3\/60:hover {
  border-top-color: rgb(131 214 239 / 0.6);
}

.hover\:border-t-tykhe-digital-alt3\/70:hover {
  border-top-color: rgb(131 214 239 / 0.7);
}

.hover\:border-t-tykhe-digital-alt3\/75:hover {
  border-top-color: rgb(131 214 239 / 0.75);
}

.hover\:border-t-tykhe-digital-alt3\/80:hover {
  border-top-color: rgb(131 214 239 / 0.8);
}

.hover\:border-t-tykhe-digital-alt3\/90:hover {
  border-top-color: rgb(131 214 239 / 0.9);
}

.hover\:border-t-tykhe-digital-alt3\/95:hover {
  border-top-color: rgb(131 214 239 / 0.95);
}

.hover\:border-t-tykhe-digital\/0:hover {
  border-top-color: rgb(239 156 131 / 0);
}

.hover\:border-t-tykhe-digital\/10:hover {
  border-top-color: rgb(239 156 131 / 0.1);
}

.hover\:border-t-tykhe-digital\/100:hover {
  border-top-color: rgb(239 156 131 / 1);
}

.hover\:border-t-tykhe-digital\/20:hover {
  border-top-color: rgb(239 156 131 / 0.2);
}

.hover\:border-t-tykhe-digital\/25:hover {
  border-top-color: rgb(239 156 131 / 0.25);
}

.hover\:border-t-tykhe-digital\/30:hover {
  border-top-color: rgb(239 156 131 / 0.3);
}

.hover\:border-t-tykhe-digital\/40:hover {
  border-top-color: rgb(239 156 131 / 0.4);
}

.hover\:border-t-tykhe-digital\/5:hover {
  border-top-color: rgb(239 156 131 / 0.05);
}

.hover\:border-t-tykhe-digital\/50:hover {
  border-top-color: rgb(239 156 131 / 0.5);
}

.hover\:border-t-tykhe-digital\/60:hover {
  border-top-color: rgb(239 156 131 / 0.6);
}

.hover\:border-t-tykhe-digital\/70:hover {
  border-top-color: rgb(239 156 131 / 0.7);
}

.hover\:border-t-tykhe-digital\/75:hover {
  border-top-color: rgb(239 156 131 / 0.75);
}

.hover\:border-t-tykhe-digital\/80:hover {
  border-top-color: rgb(239 156 131 / 0.8);
}

.hover\:border-t-tykhe-digital\/90:hover {
  border-top-color: rgb(239 156 131 / 0.9);
}

.hover\:border-t-tykhe-digital\/95:hover {
  border-top-color: rgb(239 156 131 / 0.95);
}

.hover\:border-t-violet-100:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(237 233 254 / var(--tw-border-opacity));
}

.hover\:border-t-violet-100\/0:hover {
  border-top-color: rgb(237 233 254 / 0);
}

.hover\:border-t-violet-100\/10:hover {
  border-top-color: rgb(237 233 254 / 0.1);
}

.hover\:border-t-violet-100\/100:hover {
  border-top-color: rgb(237 233 254 / 1);
}

.hover\:border-t-violet-100\/20:hover {
  border-top-color: rgb(237 233 254 / 0.2);
}

.hover\:border-t-violet-100\/25:hover {
  border-top-color: rgb(237 233 254 / 0.25);
}

.hover\:border-t-violet-100\/30:hover {
  border-top-color: rgb(237 233 254 / 0.3);
}

.hover\:border-t-violet-100\/40:hover {
  border-top-color: rgb(237 233 254 / 0.4);
}

.hover\:border-t-violet-100\/5:hover {
  border-top-color: rgb(237 233 254 / 0.05);
}

.hover\:border-t-violet-100\/50:hover {
  border-top-color: rgb(237 233 254 / 0.5);
}

.hover\:border-t-violet-100\/60:hover {
  border-top-color: rgb(237 233 254 / 0.6);
}

.hover\:border-t-violet-100\/70:hover {
  border-top-color: rgb(237 233 254 / 0.7);
}

.hover\:border-t-violet-100\/75:hover {
  border-top-color: rgb(237 233 254 / 0.75);
}

.hover\:border-t-violet-100\/80:hover {
  border-top-color: rgb(237 233 254 / 0.8);
}

.hover\:border-t-violet-100\/90:hover {
  border-top-color: rgb(237 233 254 / 0.9);
}

.hover\:border-t-violet-100\/95:hover {
  border-top-color: rgb(237 233 254 / 0.95);
}

.hover\:border-t-violet-200:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(221 214 254 / var(--tw-border-opacity));
}

.hover\:border-t-violet-200\/0:hover {
  border-top-color: rgb(221 214 254 / 0);
}

.hover\:border-t-violet-200\/10:hover {
  border-top-color: rgb(221 214 254 / 0.1);
}

.hover\:border-t-violet-200\/100:hover {
  border-top-color: rgb(221 214 254 / 1);
}

.hover\:border-t-violet-200\/20:hover {
  border-top-color: rgb(221 214 254 / 0.2);
}

.hover\:border-t-violet-200\/25:hover {
  border-top-color: rgb(221 214 254 / 0.25);
}

.hover\:border-t-violet-200\/30:hover {
  border-top-color: rgb(221 214 254 / 0.3);
}

.hover\:border-t-violet-200\/40:hover {
  border-top-color: rgb(221 214 254 / 0.4);
}

.hover\:border-t-violet-200\/5:hover {
  border-top-color: rgb(221 214 254 / 0.05);
}

.hover\:border-t-violet-200\/50:hover {
  border-top-color: rgb(221 214 254 / 0.5);
}

.hover\:border-t-violet-200\/60:hover {
  border-top-color: rgb(221 214 254 / 0.6);
}

.hover\:border-t-violet-200\/70:hover {
  border-top-color: rgb(221 214 254 / 0.7);
}

.hover\:border-t-violet-200\/75:hover {
  border-top-color: rgb(221 214 254 / 0.75);
}

.hover\:border-t-violet-200\/80:hover {
  border-top-color: rgb(221 214 254 / 0.8);
}

.hover\:border-t-violet-200\/90:hover {
  border-top-color: rgb(221 214 254 / 0.9);
}

.hover\:border-t-violet-200\/95:hover {
  border-top-color: rgb(221 214 254 / 0.95);
}

.hover\:border-t-violet-300:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(196 181 253 / var(--tw-border-opacity));
}

.hover\:border-t-violet-300\/0:hover {
  border-top-color: rgb(196 181 253 / 0);
}

.hover\:border-t-violet-300\/10:hover {
  border-top-color: rgb(196 181 253 / 0.1);
}

.hover\:border-t-violet-300\/100:hover {
  border-top-color: rgb(196 181 253 / 1);
}

.hover\:border-t-violet-300\/20:hover {
  border-top-color: rgb(196 181 253 / 0.2);
}

.hover\:border-t-violet-300\/25:hover {
  border-top-color: rgb(196 181 253 / 0.25);
}

.hover\:border-t-violet-300\/30:hover {
  border-top-color: rgb(196 181 253 / 0.3);
}

.hover\:border-t-violet-300\/40:hover {
  border-top-color: rgb(196 181 253 / 0.4);
}

.hover\:border-t-violet-300\/5:hover {
  border-top-color: rgb(196 181 253 / 0.05);
}

.hover\:border-t-violet-300\/50:hover {
  border-top-color: rgb(196 181 253 / 0.5);
}

.hover\:border-t-violet-300\/60:hover {
  border-top-color: rgb(196 181 253 / 0.6);
}

.hover\:border-t-violet-300\/70:hover {
  border-top-color: rgb(196 181 253 / 0.7);
}

.hover\:border-t-violet-300\/75:hover {
  border-top-color: rgb(196 181 253 / 0.75);
}

.hover\:border-t-violet-300\/80:hover {
  border-top-color: rgb(196 181 253 / 0.8);
}

.hover\:border-t-violet-300\/90:hover {
  border-top-color: rgb(196 181 253 / 0.9);
}

.hover\:border-t-violet-300\/95:hover {
  border-top-color: rgb(196 181 253 / 0.95);
}

.hover\:border-t-violet-400:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(167 139 250 / var(--tw-border-opacity));
}

.hover\:border-t-violet-400\/0:hover {
  border-top-color: rgb(167 139 250 / 0);
}

.hover\:border-t-violet-400\/10:hover {
  border-top-color: rgb(167 139 250 / 0.1);
}

.hover\:border-t-violet-400\/100:hover {
  border-top-color: rgb(167 139 250 / 1);
}

.hover\:border-t-violet-400\/20:hover {
  border-top-color: rgb(167 139 250 / 0.2);
}

.hover\:border-t-violet-400\/25:hover {
  border-top-color: rgb(167 139 250 / 0.25);
}

.hover\:border-t-violet-400\/30:hover {
  border-top-color: rgb(167 139 250 / 0.3);
}

.hover\:border-t-violet-400\/40:hover {
  border-top-color: rgb(167 139 250 / 0.4);
}

.hover\:border-t-violet-400\/5:hover {
  border-top-color: rgb(167 139 250 / 0.05);
}

.hover\:border-t-violet-400\/50:hover {
  border-top-color: rgb(167 139 250 / 0.5);
}

.hover\:border-t-violet-400\/60:hover {
  border-top-color: rgb(167 139 250 / 0.6);
}

.hover\:border-t-violet-400\/70:hover {
  border-top-color: rgb(167 139 250 / 0.7);
}

.hover\:border-t-violet-400\/75:hover {
  border-top-color: rgb(167 139 250 / 0.75);
}

.hover\:border-t-violet-400\/80:hover {
  border-top-color: rgb(167 139 250 / 0.8);
}

.hover\:border-t-violet-400\/90:hover {
  border-top-color: rgb(167 139 250 / 0.9);
}

.hover\:border-t-violet-400\/95:hover {
  border-top-color: rgb(167 139 250 / 0.95);
}

.hover\:border-t-violet-50:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 243 255 / var(--tw-border-opacity));
}

.hover\:border-t-violet-50\/0:hover {
  border-top-color: rgb(245 243 255 / 0);
}

.hover\:border-t-violet-50\/10:hover {
  border-top-color: rgb(245 243 255 / 0.1);
}

.hover\:border-t-violet-50\/100:hover {
  border-top-color: rgb(245 243 255 / 1);
}

.hover\:border-t-violet-50\/20:hover {
  border-top-color: rgb(245 243 255 / 0.2);
}

.hover\:border-t-violet-50\/25:hover {
  border-top-color: rgb(245 243 255 / 0.25);
}

.hover\:border-t-violet-50\/30:hover {
  border-top-color: rgb(245 243 255 / 0.3);
}

.hover\:border-t-violet-50\/40:hover {
  border-top-color: rgb(245 243 255 / 0.4);
}

.hover\:border-t-violet-50\/5:hover {
  border-top-color: rgb(245 243 255 / 0.05);
}

.hover\:border-t-violet-50\/50:hover {
  border-top-color: rgb(245 243 255 / 0.5);
}

.hover\:border-t-violet-50\/60:hover {
  border-top-color: rgb(245 243 255 / 0.6);
}

.hover\:border-t-violet-50\/70:hover {
  border-top-color: rgb(245 243 255 / 0.7);
}

.hover\:border-t-violet-50\/75:hover {
  border-top-color: rgb(245 243 255 / 0.75);
}

.hover\:border-t-violet-50\/80:hover {
  border-top-color: rgb(245 243 255 / 0.8);
}

.hover\:border-t-violet-50\/90:hover {
  border-top-color: rgb(245 243 255 / 0.9);
}

.hover\:border-t-violet-50\/95:hover {
  border-top-color: rgb(245 243 255 / 0.95);
}

.hover\:border-t-violet-500:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(139 92 246 / var(--tw-border-opacity));
}

.hover\:border-t-violet-500\/0:hover {
  border-top-color: rgb(139 92 246 / 0);
}

.hover\:border-t-violet-500\/10:hover {
  border-top-color: rgb(139 92 246 / 0.1);
}

.hover\:border-t-violet-500\/100:hover {
  border-top-color: rgb(139 92 246 / 1);
}

.hover\:border-t-violet-500\/20:hover {
  border-top-color: rgb(139 92 246 / 0.2);
}

.hover\:border-t-violet-500\/25:hover {
  border-top-color: rgb(139 92 246 / 0.25);
}

.hover\:border-t-violet-500\/30:hover {
  border-top-color: rgb(139 92 246 / 0.3);
}

.hover\:border-t-violet-500\/40:hover {
  border-top-color: rgb(139 92 246 / 0.4);
}

.hover\:border-t-violet-500\/5:hover {
  border-top-color: rgb(139 92 246 / 0.05);
}

.hover\:border-t-violet-500\/50:hover {
  border-top-color: rgb(139 92 246 / 0.5);
}

.hover\:border-t-violet-500\/60:hover {
  border-top-color: rgb(139 92 246 / 0.6);
}

.hover\:border-t-violet-500\/70:hover {
  border-top-color: rgb(139 92 246 / 0.7);
}

.hover\:border-t-violet-500\/75:hover {
  border-top-color: rgb(139 92 246 / 0.75);
}

.hover\:border-t-violet-500\/80:hover {
  border-top-color: rgb(139 92 246 / 0.8);
}

.hover\:border-t-violet-500\/90:hover {
  border-top-color: rgb(139 92 246 / 0.9);
}

.hover\:border-t-violet-500\/95:hover {
  border-top-color: rgb(139 92 246 / 0.95);
}

.hover\:border-t-violet-600:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(124 58 237 / var(--tw-border-opacity));
}

.hover\:border-t-violet-600\/0:hover {
  border-top-color: rgb(124 58 237 / 0);
}

.hover\:border-t-violet-600\/10:hover {
  border-top-color: rgb(124 58 237 / 0.1);
}

.hover\:border-t-violet-600\/100:hover {
  border-top-color: rgb(124 58 237 / 1);
}

.hover\:border-t-violet-600\/20:hover {
  border-top-color: rgb(124 58 237 / 0.2);
}

.hover\:border-t-violet-600\/25:hover {
  border-top-color: rgb(124 58 237 / 0.25);
}

.hover\:border-t-violet-600\/30:hover {
  border-top-color: rgb(124 58 237 / 0.3);
}

.hover\:border-t-violet-600\/40:hover {
  border-top-color: rgb(124 58 237 / 0.4);
}

.hover\:border-t-violet-600\/5:hover {
  border-top-color: rgb(124 58 237 / 0.05);
}

.hover\:border-t-violet-600\/50:hover {
  border-top-color: rgb(124 58 237 / 0.5);
}

.hover\:border-t-violet-600\/60:hover {
  border-top-color: rgb(124 58 237 / 0.6);
}

.hover\:border-t-violet-600\/70:hover {
  border-top-color: rgb(124 58 237 / 0.7);
}

.hover\:border-t-violet-600\/75:hover {
  border-top-color: rgb(124 58 237 / 0.75);
}

.hover\:border-t-violet-600\/80:hover {
  border-top-color: rgb(124 58 237 / 0.8);
}

.hover\:border-t-violet-600\/90:hover {
  border-top-color: rgb(124 58 237 / 0.9);
}

.hover\:border-t-violet-600\/95:hover {
  border-top-color: rgb(124 58 237 / 0.95);
}

.hover\:border-t-violet-700:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(109 40 217 / var(--tw-border-opacity));
}

.hover\:border-t-violet-700\/0:hover {
  border-top-color: rgb(109 40 217 / 0);
}

.hover\:border-t-violet-700\/10:hover {
  border-top-color: rgb(109 40 217 / 0.1);
}

.hover\:border-t-violet-700\/100:hover {
  border-top-color: rgb(109 40 217 / 1);
}

.hover\:border-t-violet-700\/20:hover {
  border-top-color: rgb(109 40 217 / 0.2);
}

.hover\:border-t-violet-700\/25:hover {
  border-top-color: rgb(109 40 217 / 0.25);
}

.hover\:border-t-violet-700\/30:hover {
  border-top-color: rgb(109 40 217 / 0.3);
}

.hover\:border-t-violet-700\/40:hover {
  border-top-color: rgb(109 40 217 / 0.4);
}

.hover\:border-t-violet-700\/5:hover {
  border-top-color: rgb(109 40 217 / 0.05);
}

.hover\:border-t-violet-700\/50:hover {
  border-top-color: rgb(109 40 217 / 0.5);
}

.hover\:border-t-violet-700\/60:hover {
  border-top-color: rgb(109 40 217 / 0.6);
}

.hover\:border-t-violet-700\/70:hover {
  border-top-color: rgb(109 40 217 / 0.7);
}

.hover\:border-t-violet-700\/75:hover {
  border-top-color: rgb(109 40 217 / 0.75);
}

.hover\:border-t-violet-700\/80:hover {
  border-top-color: rgb(109 40 217 / 0.8);
}

.hover\:border-t-violet-700\/90:hover {
  border-top-color: rgb(109 40 217 / 0.9);
}

.hover\:border-t-violet-700\/95:hover {
  border-top-color: rgb(109 40 217 / 0.95);
}

.hover\:border-t-violet-800:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(91 33 182 / var(--tw-border-opacity));
}

.hover\:border-t-violet-800\/0:hover {
  border-top-color: rgb(91 33 182 / 0);
}

.hover\:border-t-violet-800\/10:hover {
  border-top-color: rgb(91 33 182 / 0.1);
}

.hover\:border-t-violet-800\/100:hover {
  border-top-color: rgb(91 33 182 / 1);
}

.hover\:border-t-violet-800\/20:hover {
  border-top-color: rgb(91 33 182 / 0.2);
}

.hover\:border-t-violet-800\/25:hover {
  border-top-color: rgb(91 33 182 / 0.25);
}

.hover\:border-t-violet-800\/30:hover {
  border-top-color: rgb(91 33 182 / 0.3);
}

.hover\:border-t-violet-800\/40:hover {
  border-top-color: rgb(91 33 182 / 0.4);
}

.hover\:border-t-violet-800\/5:hover {
  border-top-color: rgb(91 33 182 / 0.05);
}

.hover\:border-t-violet-800\/50:hover {
  border-top-color: rgb(91 33 182 / 0.5);
}

.hover\:border-t-violet-800\/60:hover {
  border-top-color: rgb(91 33 182 / 0.6);
}

.hover\:border-t-violet-800\/70:hover {
  border-top-color: rgb(91 33 182 / 0.7);
}

.hover\:border-t-violet-800\/75:hover {
  border-top-color: rgb(91 33 182 / 0.75);
}

.hover\:border-t-violet-800\/80:hover {
  border-top-color: rgb(91 33 182 / 0.8);
}

.hover\:border-t-violet-800\/90:hover {
  border-top-color: rgb(91 33 182 / 0.9);
}

.hover\:border-t-violet-800\/95:hover {
  border-top-color: rgb(91 33 182 / 0.95);
}

.hover\:border-t-violet-900:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(76 29 149 / var(--tw-border-opacity));
}

.hover\:border-t-violet-900\/0:hover {
  border-top-color: rgb(76 29 149 / 0);
}

.hover\:border-t-violet-900\/10:hover {
  border-top-color: rgb(76 29 149 / 0.1);
}

.hover\:border-t-violet-900\/100:hover {
  border-top-color: rgb(76 29 149 / 1);
}

.hover\:border-t-violet-900\/20:hover {
  border-top-color: rgb(76 29 149 / 0.2);
}

.hover\:border-t-violet-900\/25:hover {
  border-top-color: rgb(76 29 149 / 0.25);
}

.hover\:border-t-violet-900\/30:hover {
  border-top-color: rgb(76 29 149 / 0.3);
}

.hover\:border-t-violet-900\/40:hover {
  border-top-color: rgb(76 29 149 / 0.4);
}

.hover\:border-t-violet-900\/5:hover {
  border-top-color: rgb(76 29 149 / 0.05);
}

.hover\:border-t-violet-900\/50:hover {
  border-top-color: rgb(76 29 149 / 0.5);
}

.hover\:border-t-violet-900\/60:hover {
  border-top-color: rgb(76 29 149 / 0.6);
}

.hover\:border-t-violet-900\/70:hover {
  border-top-color: rgb(76 29 149 / 0.7);
}

.hover\:border-t-violet-900\/75:hover {
  border-top-color: rgb(76 29 149 / 0.75);
}

.hover\:border-t-violet-900\/80:hover {
  border-top-color: rgb(76 29 149 / 0.8);
}

.hover\:border-t-violet-900\/90:hover {
  border-top-color: rgb(76 29 149 / 0.9);
}

.hover\:border-t-violet-900\/95:hover {
  border-top-color: rgb(76 29 149 / 0.95);
}

.hover\:border-t-violet-950:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(46 16 101 / var(--tw-border-opacity));
}

.hover\:border-t-violet-950\/0:hover {
  border-top-color: rgb(46 16 101 / 0);
}

.hover\:border-t-violet-950\/10:hover {
  border-top-color: rgb(46 16 101 / 0.1);
}

.hover\:border-t-violet-950\/100:hover {
  border-top-color: rgb(46 16 101 / 1);
}

.hover\:border-t-violet-950\/20:hover {
  border-top-color: rgb(46 16 101 / 0.2);
}

.hover\:border-t-violet-950\/25:hover {
  border-top-color: rgb(46 16 101 / 0.25);
}

.hover\:border-t-violet-950\/30:hover {
  border-top-color: rgb(46 16 101 / 0.3);
}

.hover\:border-t-violet-950\/40:hover {
  border-top-color: rgb(46 16 101 / 0.4);
}

.hover\:border-t-violet-950\/5:hover {
  border-top-color: rgb(46 16 101 / 0.05);
}

.hover\:border-t-violet-950\/50:hover {
  border-top-color: rgb(46 16 101 / 0.5);
}

.hover\:border-t-violet-950\/60:hover {
  border-top-color: rgb(46 16 101 / 0.6);
}

.hover\:border-t-violet-950\/70:hover {
  border-top-color: rgb(46 16 101 / 0.7);
}

.hover\:border-t-violet-950\/75:hover {
  border-top-color: rgb(46 16 101 / 0.75);
}

.hover\:border-t-violet-950\/80:hover {
  border-top-color: rgb(46 16 101 / 0.8);
}

.hover\:border-t-violet-950\/90:hover {
  border-top-color: rgb(46 16 101 / 0.9);
}

.hover\:border-t-violet-950\/95:hover {
  border-top-color: rgb(46 16 101 / 0.95);
}

.hover\:border-t-white:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.hover\:border-t-white\/0:hover {
  border-top-color: rgb(255 255 255 / 0);
}

.hover\:border-t-white\/10:hover {
  border-top-color: rgb(255 255 255 / 0.1);
}

.hover\:border-t-white\/100:hover {
  border-top-color: rgb(255 255 255 / 1);
}

.hover\:border-t-white\/20:hover {
  border-top-color: rgb(255 255 255 / 0.2);
}

.hover\:border-t-white\/25:hover {
  border-top-color: rgb(255 255 255 / 0.25);
}

.hover\:border-t-white\/30:hover {
  border-top-color: rgb(255 255 255 / 0.3);
}

.hover\:border-t-white\/40:hover {
  border-top-color: rgb(255 255 255 / 0.4);
}

.hover\:border-t-white\/5:hover {
  border-top-color: rgb(255 255 255 / 0.05);
}

.hover\:border-t-white\/50:hover {
  border-top-color: rgb(255 255 255 / 0.5);
}

.hover\:border-t-white\/60:hover {
  border-top-color: rgb(255 255 255 / 0.6);
}

.hover\:border-t-white\/70:hover {
  border-top-color: rgb(255 255 255 / 0.7);
}

.hover\:border-t-white\/75:hover {
  border-top-color: rgb(255 255 255 / 0.75);
}

.hover\:border-t-white\/80:hover {
  border-top-color: rgb(255 255 255 / 0.8);
}

.hover\:border-t-white\/90:hover {
  border-top-color: rgb(255 255 255 / 0.9);
}

.hover\:border-t-white\/95:hover {
  border-top-color: rgb(255 255 255 / 0.95);
}

.hover\:border-t-work-identity-300:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(166 235 194 / var(--tw-border-opacity));
}

.hover\:border-t-work-identity-300\/0:hover {
  border-top-color: rgb(166 235 194 / 0);
}

.hover\:border-t-work-identity-300\/10:hover {
  border-top-color: rgb(166 235 194 / 0.1);
}

.hover\:border-t-work-identity-300\/100:hover {
  border-top-color: rgb(166 235 194 / 1);
}

.hover\:border-t-work-identity-300\/20:hover {
  border-top-color: rgb(166 235 194 / 0.2);
}

.hover\:border-t-work-identity-300\/25:hover {
  border-top-color: rgb(166 235 194 / 0.25);
}

.hover\:border-t-work-identity-300\/30:hover {
  border-top-color: rgb(166 235 194 / 0.3);
}

.hover\:border-t-work-identity-300\/40:hover {
  border-top-color: rgb(166 235 194 / 0.4);
}

.hover\:border-t-work-identity-300\/5:hover {
  border-top-color: rgb(166 235 194 / 0.05);
}

.hover\:border-t-work-identity-300\/50:hover {
  border-top-color: rgb(166 235 194 / 0.5);
}

.hover\:border-t-work-identity-300\/60:hover {
  border-top-color: rgb(166 235 194 / 0.6);
}

.hover\:border-t-work-identity-300\/70:hover {
  border-top-color: rgb(166 235 194 / 0.7);
}

.hover\:border-t-work-identity-300\/75:hover {
  border-top-color: rgb(166 235 194 / 0.75);
}

.hover\:border-t-work-identity-300\/80:hover {
  border-top-color: rgb(166 235 194 / 0.8);
}

.hover\:border-t-work-identity-300\/90:hover {
  border-top-color: rgb(166 235 194 / 0.9);
}

.hover\:border-t-work-identity-300\/95:hover {
  border-top-color: rgb(166 235 194 / 0.95);
}

.hover\:border-t-work-identity-400:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(83 221 139 / var(--tw-border-opacity));
}

.hover\:border-t-work-identity-400\/0:hover {
  border-top-color: rgb(83 221 139 / 0);
}

.hover\:border-t-work-identity-400\/10:hover {
  border-top-color: rgb(83 221 139 / 0.1);
}

.hover\:border-t-work-identity-400\/100:hover {
  border-top-color: rgb(83 221 139 / 1);
}

.hover\:border-t-work-identity-400\/20:hover {
  border-top-color: rgb(83 221 139 / 0.2);
}

.hover\:border-t-work-identity-400\/25:hover {
  border-top-color: rgb(83 221 139 / 0.25);
}

.hover\:border-t-work-identity-400\/30:hover {
  border-top-color: rgb(83 221 139 / 0.3);
}

.hover\:border-t-work-identity-400\/40:hover {
  border-top-color: rgb(83 221 139 / 0.4);
}

.hover\:border-t-work-identity-400\/5:hover {
  border-top-color: rgb(83 221 139 / 0.05);
}

.hover\:border-t-work-identity-400\/50:hover {
  border-top-color: rgb(83 221 139 / 0.5);
}

.hover\:border-t-work-identity-400\/60:hover {
  border-top-color: rgb(83 221 139 / 0.6);
}

.hover\:border-t-work-identity-400\/70:hover {
  border-top-color: rgb(83 221 139 / 0.7);
}

.hover\:border-t-work-identity-400\/75:hover {
  border-top-color: rgb(83 221 139 / 0.75);
}

.hover\:border-t-work-identity-400\/80:hover {
  border-top-color: rgb(83 221 139 / 0.8);
}

.hover\:border-t-work-identity-400\/90:hover {
  border-top-color: rgb(83 221 139 / 0.9);
}

.hover\:border-t-work-identity-400\/95:hover {
  border-top-color: rgb(83 221 139 / 0.95);
}

.hover\:border-t-work-identity-500:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 208 84 / var(--tw-border-opacity));
}

.hover\:border-t-work-identity-500\/0:hover {
  border-top-color: rgb(0 208 84 / 0);
}

.hover\:border-t-work-identity-500\/10:hover {
  border-top-color: rgb(0 208 84 / 0.1);
}

.hover\:border-t-work-identity-500\/100:hover {
  border-top-color: rgb(0 208 84 / 1);
}

.hover\:border-t-work-identity-500\/20:hover {
  border-top-color: rgb(0 208 84 / 0.2);
}

.hover\:border-t-work-identity-500\/25:hover {
  border-top-color: rgb(0 208 84 / 0.25);
}

.hover\:border-t-work-identity-500\/30:hover {
  border-top-color: rgb(0 208 84 / 0.3);
}

.hover\:border-t-work-identity-500\/40:hover {
  border-top-color: rgb(0 208 84 / 0.4);
}

.hover\:border-t-work-identity-500\/5:hover {
  border-top-color: rgb(0 208 84 / 0.05);
}

.hover\:border-t-work-identity-500\/50:hover {
  border-top-color: rgb(0 208 84 / 0.5);
}

.hover\:border-t-work-identity-500\/60:hover {
  border-top-color: rgb(0 208 84 / 0.6);
}

.hover\:border-t-work-identity-500\/70:hover {
  border-top-color: rgb(0 208 84 / 0.7);
}

.hover\:border-t-work-identity-500\/75:hover {
  border-top-color: rgb(0 208 84 / 0.75);
}

.hover\:border-t-work-identity-500\/80:hover {
  border-top-color: rgb(0 208 84 / 0.8);
}

.hover\:border-t-work-identity-500\/90:hover {
  border-top-color: rgb(0 208 84 / 0.9);
}

.hover\:border-t-work-identity-500\/95:hover {
  border-top-color: rgb(0 208 84 / 0.95);
}

.hover\:border-t-work-identity-900:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 249 249 / var(--tw-border-opacity));
}

.hover\:border-t-work-identity-900\/0:hover {
  border-top-color: rgb(249 249 249 / 0);
}

.hover\:border-t-work-identity-900\/10:hover {
  border-top-color: rgb(249 249 249 / 0.1);
}

.hover\:border-t-work-identity-900\/100:hover {
  border-top-color: rgb(249 249 249 / 1);
}

.hover\:border-t-work-identity-900\/20:hover {
  border-top-color: rgb(249 249 249 / 0.2);
}

.hover\:border-t-work-identity-900\/25:hover {
  border-top-color: rgb(249 249 249 / 0.25);
}

.hover\:border-t-work-identity-900\/30:hover {
  border-top-color: rgb(249 249 249 / 0.3);
}

.hover\:border-t-work-identity-900\/40:hover {
  border-top-color: rgb(249 249 249 / 0.4);
}

.hover\:border-t-work-identity-900\/5:hover {
  border-top-color: rgb(249 249 249 / 0.05);
}

.hover\:border-t-work-identity-900\/50:hover {
  border-top-color: rgb(249 249 249 / 0.5);
}

.hover\:border-t-work-identity-900\/60:hover {
  border-top-color: rgb(249 249 249 / 0.6);
}

.hover\:border-t-work-identity-900\/70:hover {
  border-top-color: rgb(249 249 249 / 0.7);
}

.hover\:border-t-work-identity-900\/75:hover {
  border-top-color: rgb(249 249 249 / 0.75);
}

.hover\:border-t-work-identity-900\/80:hover {
  border-top-color: rgb(249 249 249 / 0.8);
}

.hover\:border-t-work-identity-900\/90:hover {
  border-top-color: rgb(249 249 249 / 0.9);
}

.hover\:border-t-work-identity-900\/95:hover {
  border-top-color: rgb(249 249 249 / 0.95);
}

.hover\:border-t-yellow-100:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.hover\:border-t-yellow-100\/0:hover {
  border-top-color: rgb(254 249 195 / 0);
}

.hover\:border-t-yellow-100\/10:hover {
  border-top-color: rgb(254 249 195 / 0.1);
}

.hover\:border-t-yellow-100\/100:hover {
  border-top-color: rgb(254 249 195 / 1);
}

.hover\:border-t-yellow-100\/20:hover {
  border-top-color: rgb(254 249 195 / 0.2);
}

.hover\:border-t-yellow-100\/25:hover {
  border-top-color: rgb(254 249 195 / 0.25);
}

.hover\:border-t-yellow-100\/30:hover {
  border-top-color: rgb(254 249 195 / 0.3);
}

.hover\:border-t-yellow-100\/40:hover {
  border-top-color: rgb(254 249 195 / 0.4);
}

.hover\:border-t-yellow-100\/5:hover {
  border-top-color: rgb(254 249 195 / 0.05);
}

.hover\:border-t-yellow-100\/50:hover {
  border-top-color: rgb(254 249 195 / 0.5);
}

.hover\:border-t-yellow-100\/60:hover {
  border-top-color: rgb(254 249 195 / 0.6);
}

.hover\:border-t-yellow-100\/70:hover {
  border-top-color: rgb(254 249 195 / 0.7);
}

.hover\:border-t-yellow-100\/75:hover {
  border-top-color: rgb(254 249 195 / 0.75);
}

.hover\:border-t-yellow-100\/80:hover {
  border-top-color: rgb(254 249 195 / 0.8);
}

.hover\:border-t-yellow-100\/90:hover {
  border-top-color: rgb(254 249 195 / 0.9);
}

.hover\:border-t-yellow-100\/95:hover {
  border-top-color: rgb(254 249 195 / 0.95);
}

.hover\:border-t-yellow-200:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.hover\:border-t-yellow-200\/0:hover {
  border-top-color: rgb(254 240 138 / 0);
}

.hover\:border-t-yellow-200\/10:hover {
  border-top-color: rgb(254 240 138 / 0.1);
}

.hover\:border-t-yellow-200\/100:hover {
  border-top-color: rgb(254 240 138 / 1);
}

.hover\:border-t-yellow-200\/20:hover {
  border-top-color: rgb(254 240 138 / 0.2);
}

.hover\:border-t-yellow-200\/25:hover {
  border-top-color: rgb(254 240 138 / 0.25);
}

.hover\:border-t-yellow-200\/30:hover {
  border-top-color: rgb(254 240 138 / 0.3);
}

.hover\:border-t-yellow-200\/40:hover {
  border-top-color: rgb(254 240 138 / 0.4);
}

.hover\:border-t-yellow-200\/5:hover {
  border-top-color: rgb(254 240 138 / 0.05);
}

.hover\:border-t-yellow-200\/50:hover {
  border-top-color: rgb(254 240 138 / 0.5);
}

.hover\:border-t-yellow-200\/60:hover {
  border-top-color: rgb(254 240 138 / 0.6);
}

.hover\:border-t-yellow-200\/70:hover {
  border-top-color: rgb(254 240 138 / 0.7);
}

.hover\:border-t-yellow-200\/75:hover {
  border-top-color: rgb(254 240 138 / 0.75);
}

.hover\:border-t-yellow-200\/80:hover {
  border-top-color: rgb(254 240 138 / 0.8);
}

.hover\:border-t-yellow-200\/90:hover {
  border-top-color: rgb(254 240 138 / 0.9);
}

.hover\:border-t-yellow-200\/95:hover {
  border-top-color: rgb(254 240 138 / 0.95);
}

.hover\:border-t-yellow-300:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.hover\:border-t-yellow-300\/0:hover {
  border-top-color: rgb(253 224 71 / 0);
}

.hover\:border-t-yellow-300\/10:hover {
  border-top-color: rgb(253 224 71 / 0.1);
}

.hover\:border-t-yellow-300\/100:hover {
  border-top-color: rgb(253 224 71 / 1);
}

.hover\:border-t-yellow-300\/20:hover {
  border-top-color: rgb(253 224 71 / 0.2);
}

.hover\:border-t-yellow-300\/25:hover {
  border-top-color: rgb(253 224 71 / 0.25);
}

.hover\:border-t-yellow-300\/30:hover {
  border-top-color: rgb(253 224 71 / 0.3);
}

.hover\:border-t-yellow-300\/40:hover {
  border-top-color: rgb(253 224 71 / 0.4);
}

.hover\:border-t-yellow-300\/5:hover {
  border-top-color: rgb(253 224 71 / 0.05);
}

.hover\:border-t-yellow-300\/50:hover {
  border-top-color: rgb(253 224 71 / 0.5);
}

.hover\:border-t-yellow-300\/60:hover {
  border-top-color: rgb(253 224 71 / 0.6);
}

.hover\:border-t-yellow-300\/70:hover {
  border-top-color: rgb(253 224 71 / 0.7);
}

.hover\:border-t-yellow-300\/75:hover {
  border-top-color: rgb(253 224 71 / 0.75);
}

.hover\:border-t-yellow-300\/80:hover {
  border-top-color: rgb(253 224 71 / 0.8);
}

.hover\:border-t-yellow-300\/90:hover {
  border-top-color: rgb(253 224 71 / 0.9);
}

.hover\:border-t-yellow-300\/95:hover {
  border-top-color: rgb(253 224 71 / 0.95);
}

.hover\:border-t-yellow-400:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.hover\:border-t-yellow-400\/0:hover {
  border-top-color: rgb(250 204 21 / 0);
}

.hover\:border-t-yellow-400\/10:hover {
  border-top-color: rgb(250 204 21 / 0.1);
}

.hover\:border-t-yellow-400\/100:hover {
  border-top-color: rgb(250 204 21 / 1);
}

.hover\:border-t-yellow-400\/20:hover {
  border-top-color: rgb(250 204 21 / 0.2);
}

.hover\:border-t-yellow-400\/25:hover {
  border-top-color: rgb(250 204 21 / 0.25);
}

.hover\:border-t-yellow-400\/30:hover {
  border-top-color: rgb(250 204 21 / 0.3);
}

.hover\:border-t-yellow-400\/40:hover {
  border-top-color: rgb(250 204 21 / 0.4);
}

.hover\:border-t-yellow-400\/5:hover {
  border-top-color: rgb(250 204 21 / 0.05);
}

.hover\:border-t-yellow-400\/50:hover {
  border-top-color: rgb(250 204 21 / 0.5);
}

.hover\:border-t-yellow-400\/60:hover {
  border-top-color: rgb(250 204 21 / 0.6);
}

.hover\:border-t-yellow-400\/70:hover {
  border-top-color: rgb(250 204 21 / 0.7);
}

.hover\:border-t-yellow-400\/75:hover {
  border-top-color: rgb(250 204 21 / 0.75);
}

.hover\:border-t-yellow-400\/80:hover {
  border-top-color: rgb(250 204 21 / 0.8);
}

.hover\:border-t-yellow-400\/90:hover {
  border-top-color: rgb(250 204 21 / 0.9);
}

.hover\:border-t-yellow-400\/95:hover {
  border-top-color: rgb(250 204 21 / 0.95);
}

.hover\:border-t-yellow-50:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.hover\:border-t-yellow-50\/0:hover {
  border-top-color: rgb(254 252 232 / 0);
}

.hover\:border-t-yellow-50\/10:hover {
  border-top-color: rgb(254 252 232 / 0.1);
}

.hover\:border-t-yellow-50\/100:hover {
  border-top-color: rgb(254 252 232 / 1);
}

.hover\:border-t-yellow-50\/20:hover {
  border-top-color: rgb(254 252 232 / 0.2);
}

.hover\:border-t-yellow-50\/25:hover {
  border-top-color: rgb(254 252 232 / 0.25);
}

.hover\:border-t-yellow-50\/30:hover {
  border-top-color: rgb(254 252 232 / 0.3);
}

.hover\:border-t-yellow-50\/40:hover {
  border-top-color: rgb(254 252 232 / 0.4);
}

.hover\:border-t-yellow-50\/5:hover {
  border-top-color: rgb(254 252 232 / 0.05);
}

.hover\:border-t-yellow-50\/50:hover {
  border-top-color: rgb(254 252 232 / 0.5);
}

.hover\:border-t-yellow-50\/60:hover {
  border-top-color: rgb(254 252 232 / 0.6);
}

.hover\:border-t-yellow-50\/70:hover {
  border-top-color: rgb(254 252 232 / 0.7);
}

.hover\:border-t-yellow-50\/75:hover {
  border-top-color: rgb(254 252 232 / 0.75);
}

.hover\:border-t-yellow-50\/80:hover {
  border-top-color: rgb(254 252 232 / 0.8);
}

.hover\:border-t-yellow-50\/90:hover {
  border-top-color: rgb(254 252 232 / 0.9);
}

.hover\:border-t-yellow-50\/95:hover {
  border-top-color: rgb(254 252 232 / 0.95);
}

.hover\:border-t-yellow-500:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.hover\:border-t-yellow-500\/0:hover {
  border-top-color: rgb(234 179 8 / 0);
}

.hover\:border-t-yellow-500\/10:hover {
  border-top-color: rgb(234 179 8 / 0.1);
}

.hover\:border-t-yellow-500\/100:hover {
  border-top-color: rgb(234 179 8 / 1);
}

.hover\:border-t-yellow-500\/20:hover {
  border-top-color: rgb(234 179 8 / 0.2);
}

.hover\:border-t-yellow-500\/25:hover {
  border-top-color: rgb(234 179 8 / 0.25);
}

.hover\:border-t-yellow-500\/30:hover {
  border-top-color: rgb(234 179 8 / 0.3);
}

.hover\:border-t-yellow-500\/40:hover {
  border-top-color: rgb(234 179 8 / 0.4);
}

.hover\:border-t-yellow-500\/5:hover {
  border-top-color: rgb(234 179 8 / 0.05);
}

.hover\:border-t-yellow-500\/50:hover {
  border-top-color: rgb(234 179 8 / 0.5);
}

.hover\:border-t-yellow-500\/60:hover {
  border-top-color: rgb(234 179 8 / 0.6);
}

.hover\:border-t-yellow-500\/70:hover {
  border-top-color: rgb(234 179 8 / 0.7);
}

.hover\:border-t-yellow-500\/75:hover {
  border-top-color: rgb(234 179 8 / 0.75);
}

.hover\:border-t-yellow-500\/80:hover {
  border-top-color: rgb(234 179 8 / 0.8);
}

.hover\:border-t-yellow-500\/90:hover {
  border-top-color: rgb(234 179 8 / 0.9);
}

.hover\:border-t-yellow-500\/95:hover {
  border-top-color: rgb(234 179 8 / 0.95);
}

.hover\:border-t-yellow-600:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.hover\:border-t-yellow-600\/0:hover {
  border-top-color: rgb(202 138 4 / 0);
}

.hover\:border-t-yellow-600\/10:hover {
  border-top-color: rgb(202 138 4 / 0.1);
}

.hover\:border-t-yellow-600\/100:hover {
  border-top-color: rgb(202 138 4 / 1);
}

.hover\:border-t-yellow-600\/20:hover {
  border-top-color: rgb(202 138 4 / 0.2);
}

.hover\:border-t-yellow-600\/25:hover {
  border-top-color: rgb(202 138 4 / 0.25);
}

.hover\:border-t-yellow-600\/30:hover {
  border-top-color: rgb(202 138 4 / 0.3);
}

.hover\:border-t-yellow-600\/40:hover {
  border-top-color: rgb(202 138 4 / 0.4);
}

.hover\:border-t-yellow-600\/5:hover {
  border-top-color: rgb(202 138 4 / 0.05);
}

.hover\:border-t-yellow-600\/50:hover {
  border-top-color: rgb(202 138 4 / 0.5);
}

.hover\:border-t-yellow-600\/60:hover {
  border-top-color: rgb(202 138 4 / 0.6);
}

.hover\:border-t-yellow-600\/70:hover {
  border-top-color: rgb(202 138 4 / 0.7);
}

.hover\:border-t-yellow-600\/75:hover {
  border-top-color: rgb(202 138 4 / 0.75);
}

.hover\:border-t-yellow-600\/80:hover {
  border-top-color: rgb(202 138 4 / 0.8);
}

.hover\:border-t-yellow-600\/90:hover {
  border-top-color: rgb(202 138 4 / 0.9);
}

.hover\:border-t-yellow-600\/95:hover {
  border-top-color: rgb(202 138 4 / 0.95);
}

.hover\:border-t-yellow-700:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.hover\:border-t-yellow-700\/0:hover {
  border-top-color: rgb(161 98 7 / 0);
}

.hover\:border-t-yellow-700\/10:hover {
  border-top-color: rgb(161 98 7 / 0.1);
}

.hover\:border-t-yellow-700\/100:hover {
  border-top-color: rgb(161 98 7 / 1);
}

.hover\:border-t-yellow-700\/20:hover {
  border-top-color: rgb(161 98 7 / 0.2);
}

.hover\:border-t-yellow-700\/25:hover {
  border-top-color: rgb(161 98 7 / 0.25);
}

.hover\:border-t-yellow-700\/30:hover {
  border-top-color: rgb(161 98 7 / 0.3);
}

.hover\:border-t-yellow-700\/40:hover {
  border-top-color: rgb(161 98 7 / 0.4);
}

.hover\:border-t-yellow-700\/5:hover {
  border-top-color: rgb(161 98 7 / 0.05);
}

.hover\:border-t-yellow-700\/50:hover {
  border-top-color: rgb(161 98 7 / 0.5);
}

.hover\:border-t-yellow-700\/60:hover {
  border-top-color: rgb(161 98 7 / 0.6);
}

.hover\:border-t-yellow-700\/70:hover {
  border-top-color: rgb(161 98 7 / 0.7);
}

.hover\:border-t-yellow-700\/75:hover {
  border-top-color: rgb(161 98 7 / 0.75);
}

.hover\:border-t-yellow-700\/80:hover {
  border-top-color: rgb(161 98 7 / 0.8);
}

.hover\:border-t-yellow-700\/90:hover {
  border-top-color: rgb(161 98 7 / 0.9);
}

.hover\:border-t-yellow-700\/95:hover {
  border-top-color: rgb(161 98 7 / 0.95);
}

.hover\:border-t-yellow-800:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.hover\:border-t-yellow-800\/0:hover {
  border-top-color: rgb(133 77 14 / 0);
}

.hover\:border-t-yellow-800\/10:hover {
  border-top-color: rgb(133 77 14 / 0.1);
}

.hover\:border-t-yellow-800\/100:hover {
  border-top-color: rgb(133 77 14 / 1);
}

.hover\:border-t-yellow-800\/20:hover {
  border-top-color: rgb(133 77 14 / 0.2);
}

.hover\:border-t-yellow-800\/25:hover {
  border-top-color: rgb(133 77 14 / 0.25);
}

.hover\:border-t-yellow-800\/30:hover {
  border-top-color: rgb(133 77 14 / 0.3);
}

.hover\:border-t-yellow-800\/40:hover {
  border-top-color: rgb(133 77 14 / 0.4);
}

.hover\:border-t-yellow-800\/5:hover {
  border-top-color: rgb(133 77 14 / 0.05);
}

.hover\:border-t-yellow-800\/50:hover {
  border-top-color: rgb(133 77 14 / 0.5);
}

.hover\:border-t-yellow-800\/60:hover {
  border-top-color: rgb(133 77 14 / 0.6);
}

.hover\:border-t-yellow-800\/70:hover {
  border-top-color: rgb(133 77 14 / 0.7);
}

.hover\:border-t-yellow-800\/75:hover {
  border-top-color: rgb(133 77 14 / 0.75);
}

.hover\:border-t-yellow-800\/80:hover {
  border-top-color: rgb(133 77 14 / 0.8);
}

.hover\:border-t-yellow-800\/90:hover {
  border-top-color: rgb(133 77 14 / 0.9);
}

.hover\:border-t-yellow-800\/95:hover {
  border-top-color: rgb(133 77 14 / 0.95);
}

.hover\:border-t-yellow-900:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.hover\:border-t-yellow-900\/0:hover {
  border-top-color: rgb(113 63 18 / 0);
}

.hover\:border-t-yellow-900\/10:hover {
  border-top-color: rgb(113 63 18 / 0.1);
}

.hover\:border-t-yellow-900\/100:hover {
  border-top-color: rgb(113 63 18 / 1);
}

.hover\:border-t-yellow-900\/20:hover {
  border-top-color: rgb(113 63 18 / 0.2);
}

.hover\:border-t-yellow-900\/25:hover {
  border-top-color: rgb(113 63 18 / 0.25);
}

.hover\:border-t-yellow-900\/30:hover {
  border-top-color: rgb(113 63 18 / 0.3);
}

.hover\:border-t-yellow-900\/40:hover {
  border-top-color: rgb(113 63 18 / 0.4);
}

.hover\:border-t-yellow-900\/5:hover {
  border-top-color: rgb(113 63 18 / 0.05);
}

.hover\:border-t-yellow-900\/50:hover {
  border-top-color: rgb(113 63 18 / 0.5);
}

.hover\:border-t-yellow-900\/60:hover {
  border-top-color: rgb(113 63 18 / 0.6);
}

.hover\:border-t-yellow-900\/70:hover {
  border-top-color: rgb(113 63 18 / 0.7);
}

.hover\:border-t-yellow-900\/75:hover {
  border-top-color: rgb(113 63 18 / 0.75);
}

.hover\:border-t-yellow-900\/80:hover {
  border-top-color: rgb(113 63 18 / 0.8);
}

.hover\:border-t-yellow-900\/90:hover {
  border-top-color: rgb(113 63 18 / 0.9);
}

.hover\:border-t-yellow-900\/95:hover {
  border-top-color: rgb(113 63 18 / 0.95);
}

.hover\:border-t-yellow-950:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.hover\:border-t-yellow-950\/0:hover {
  border-top-color: rgb(66 32 6 / 0);
}

.hover\:border-t-yellow-950\/10:hover {
  border-top-color: rgb(66 32 6 / 0.1);
}

.hover\:border-t-yellow-950\/100:hover {
  border-top-color: rgb(66 32 6 / 1);
}

.hover\:border-t-yellow-950\/20:hover {
  border-top-color: rgb(66 32 6 / 0.2);
}

.hover\:border-t-yellow-950\/25:hover {
  border-top-color: rgb(66 32 6 / 0.25);
}

.hover\:border-t-yellow-950\/30:hover {
  border-top-color: rgb(66 32 6 / 0.3);
}

.hover\:border-t-yellow-950\/40:hover {
  border-top-color: rgb(66 32 6 / 0.4);
}

.hover\:border-t-yellow-950\/5:hover {
  border-top-color: rgb(66 32 6 / 0.05);
}

.hover\:border-t-yellow-950\/50:hover {
  border-top-color: rgb(66 32 6 / 0.5);
}

.hover\:border-t-yellow-950\/60:hover {
  border-top-color: rgb(66 32 6 / 0.6);
}

.hover\:border-t-yellow-950\/70:hover {
  border-top-color: rgb(66 32 6 / 0.7);
}

.hover\:border-t-yellow-950\/75:hover {
  border-top-color: rgb(66 32 6 / 0.75);
}

.hover\:border-t-yellow-950\/80:hover {
  border-top-color: rgb(66 32 6 / 0.8);
}

.hover\:border-t-yellow-950\/90:hover {
  border-top-color: rgb(66 32 6 / 0.9);
}

.hover\:border-t-yellow-950\/95:hover {
  border-top-color: rgb(66 32 6 / 0.95);
}

.hover\:border-t-zinc-100:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(244 244 245 / var(--tw-border-opacity));
}

.hover\:border-t-zinc-100\/0:hover {
  border-top-color: rgb(244 244 245 / 0);
}

.hover\:border-t-zinc-100\/10:hover {
  border-top-color: rgb(244 244 245 / 0.1);
}

.hover\:border-t-zinc-100\/100:hover {
  border-top-color: rgb(244 244 245 / 1);
}

.hover\:border-t-zinc-100\/20:hover {
  border-top-color: rgb(244 244 245 / 0.2);
}

.hover\:border-t-zinc-100\/25:hover {
  border-top-color: rgb(244 244 245 / 0.25);
}

.hover\:border-t-zinc-100\/30:hover {
  border-top-color: rgb(244 244 245 / 0.3);
}

.hover\:border-t-zinc-100\/40:hover {
  border-top-color: rgb(244 244 245 / 0.4);
}

.hover\:border-t-zinc-100\/5:hover {
  border-top-color: rgb(244 244 245 / 0.05);
}

.hover\:border-t-zinc-100\/50:hover {
  border-top-color: rgb(244 244 245 / 0.5);
}

.hover\:border-t-zinc-100\/60:hover {
  border-top-color: rgb(244 244 245 / 0.6);
}

.hover\:border-t-zinc-100\/70:hover {
  border-top-color: rgb(244 244 245 / 0.7);
}

.hover\:border-t-zinc-100\/75:hover {
  border-top-color: rgb(244 244 245 / 0.75);
}

.hover\:border-t-zinc-100\/80:hover {
  border-top-color: rgb(244 244 245 / 0.8);
}

.hover\:border-t-zinc-100\/90:hover {
  border-top-color: rgb(244 244 245 / 0.9);
}

.hover\:border-t-zinc-100\/95:hover {
  border-top-color: rgb(244 244 245 / 0.95);
}

.hover\:border-t-zinc-200:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.hover\:border-t-zinc-200\/0:hover {
  border-top-color: rgb(228 228 231 / 0);
}

.hover\:border-t-zinc-200\/10:hover {
  border-top-color: rgb(228 228 231 / 0.1);
}

.hover\:border-t-zinc-200\/100:hover {
  border-top-color: rgb(228 228 231 / 1);
}

.hover\:border-t-zinc-200\/20:hover {
  border-top-color: rgb(228 228 231 / 0.2);
}

.hover\:border-t-zinc-200\/25:hover {
  border-top-color: rgb(228 228 231 / 0.25);
}

.hover\:border-t-zinc-200\/30:hover {
  border-top-color: rgb(228 228 231 / 0.3);
}

.hover\:border-t-zinc-200\/40:hover {
  border-top-color: rgb(228 228 231 / 0.4);
}

.hover\:border-t-zinc-200\/5:hover {
  border-top-color: rgb(228 228 231 / 0.05);
}

.hover\:border-t-zinc-200\/50:hover {
  border-top-color: rgb(228 228 231 / 0.5);
}

.hover\:border-t-zinc-200\/60:hover {
  border-top-color: rgb(228 228 231 / 0.6);
}

.hover\:border-t-zinc-200\/70:hover {
  border-top-color: rgb(228 228 231 / 0.7);
}

.hover\:border-t-zinc-200\/75:hover {
  border-top-color: rgb(228 228 231 / 0.75);
}

.hover\:border-t-zinc-200\/80:hover {
  border-top-color: rgb(228 228 231 / 0.8);
}

.hover\:border-t-zinc-200\/90:hover {
  border-top-color: rgb(228 228 231 / 0.9);
}

.hover\:border-t-zinc-200\/95:hover {
  border-top-color: rgb(228 228 231 / 0.95);
}

.hover\:border-t-zinc-300:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.hover\:border-t-zinc-300\/0:hover {
  border-top-color: rgb(212 212 216 / 0);
}

.hover\:border-t-zinc-300\/10:hover {
  border-top-color: rgb(212 212 216 / 0.1);
}

.hover\:border-t-zinc-300\/100:hover {
  border-top-color: rgb(212 212 216 / 1);
}

.hover\:border-t-zinc-300\/20:hover {
  border-top-color: rgb(212 212 216 / 0.2);
}

.hover\:border-t-zinc-300\/25:hover {
  border-top-color: rgb(212 212 216 / 0.25);
}

.hover\:border-t-zinc-300\/30:hover {
  border-top-color: rgb(212 212 216 / 0.3);
}

.hover\:border-t-zinc-300\/40:hover {
  border-top-color: rgb(212 212 216 / 0.4);
}

.hover\:border-t-zinc-300\/5:hover {
  border-top-color: rgb(212 212 216 / 0.05);
}

.hover\:border-t-zinc-300\/50:hover {
  border-top-color: rgb(212 212 216 / 0.5);
}

.hover\:border-t-zinc-300\/60:hover {
  border-top-color: rgb(212 212 216 / 0.6);
}

.hover\:border-t-zinc-300\/70:hover {
  border-top-color: rgb(212 212 216 / 0.7);
}

.hover\:border-t-zinc-300\/75:hover {
  border-top-color: rgb(212 212 216 / 0.75);
}

.hover\:border-t-zinc-300\/80:hover {
  border-top-color: rgb(212 212 216 / 0.8);
}

.hover\:border-t-zinc-300\/90:hover {
  border-top-color: rgb(212 212 216 / 0.9);
}

.hover\:border-t-zinc-300\/95:hover {
  border-top-color: rgb(212 212 216 / 0.95);
}

.hover\:border-t-zinc-400:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.hover\:border-t-zinc-400\/0:hover {
  border-top-color: rgb(161 161 170 / 0);
}

.hover\:border-t-zinc-400\/10:hover {
  border-top-color: rgb(161 161 170 / 0.1);
}

.hover\:border-t-zinc-400\/100:hover {
  border-top-color: rgb(161 161 170 / 1);
}

.hover\:border-t-zinc-400\/20:hover {
  border-top-color: rgb(161 161 170 / 0.2);
}

.hover\:border-t-zinc-400\/25:hover {
  border-top-color: rgb(161 161 170 / 0.25);
}

.hover\:border-t-zinc-400\/30:hover {
  border-top-color: rgb(161 161 170 / 0.3);
}

.hover\:border-t-zinc-400\/40:hover {
  border-top-color: rgb(161 161 170 / 0.4);
}

.hover\:border-t-zinc-400\/5:hover {
  border-top-color: rgb(161 161 170 / 0.05);
}

.hover\:border-t-zinc-400\/50:hover {
  border-top-color: rgb(161 161 170 / 0.5);
}

.hover\:border-t-zinc-400\/60:hover {
  border-top-color: rgb(161 161 170 / 0.6);
}

.hover\:border-t-zinc-400\/70:hover {
  border-top-color: rgb(161 161 170 / 0.7);
}

.hover\:border-t-zinc-400\/75:hover {
  border-top-color: rgb(161 161 170 / 0.75);
}

.hover\:border-t-zinc-400\/80:hover {
  border-top-color: rgb(161 161 170 / 0.8);
}

.hover\:border-t-zinc-400\/90:hover {
  border-top-color: rgb(161 161 170 / 0.9);
}

.hover\:border-t-zinc-400\/95:hover {
  border-top-color: rgb(161 161 170 / 0.95);
}

.hover\:border-t-zinc-50:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.hover\:border-t-zinc-50\/0:hover {
  border-top-color: rgb(250 250 250 / 0);
}

.hover\:border-t-zinc-50\/10:hover {
  border-top-color: rgb(250 250 250 / 0.1);
}

.hover\:border-t-zinc-50\/100:hover {
  border-top-color: rgb(250 250 250 / 1);
}

.hover\:border-t-zinc-50\/20:hover {
  border-top-color: rgb(250 250 250 / 0.2);
}

.hover\:border-t-zinc-50\/25:hover {
  border-top-color: rgb(250 250 250 / 0.25);
}

.hover\:border-t-zinc-50\/30:hover {
  border-top-color: rgb(250 250 250 / 0.3);
}

.hover\:border-t-zinc-50\/40:hover {
  border-top-color: rgb(250 250 250 / 0.4);
}

.hover\:border-t-zinc-50\/5:hover {
  border-top-color: rgb(250 250 250 / 0.05);
}

.hover\:border-t-zinc-50\/50:hover {
  border-top-color: rgb(250 250 250 / 0.5);
}

.hover\:border-t-zinc-50\/60:hover {
  border-top-color: rgb(250 250 250 / 0.6);
}

.hover\:border-t-zinc-50\/70:hover {
  border-top-color: rgb(250 250 250 / 0.7);
}

.hover\:border-t-zinc-50\/75:hover {
  border-top-color: rgb(250 250 250 / 0.75);
}

.hover\:border-t-zinc-50\/80:hover {
  border-top-color: rgb(250 250 250 / 0.8);
}

.hover\:border-t-zinc-50\/90:hover {
  border-top-color: rgb(250 250 250 / 0.9);
}

.hover\:border-t-zinc-50\/95:hover {
  border-top-color: rgb(250 250 250 / 0.95);
}

.hover\:border-t-zinc-500:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(113 113 122 / var(--tw-border-opacity));
}

.hover\:border-t-zinc-500\/0:hover {
  border-top-color: rgb(113 113 122 / 0);
}

.hover\:border-t-zinc-500\/10:hover {
  border-top-color: rgb(113 113 122 / 0.1);
}

.hover\:border-t-zinc-500\/100:hover {
  border-top-color: rgb(113 113 122 / 1);
}

.hover\:border-t-zinc-500\/20:hover {
  border-top-color: rgb(113 113 122 / 0.2);
}

.hover\:border-t-zinc-500\/25:hover {
  border-top-color: rgb(113 113 122 / 0.25);
}

.hover\:border-t-zinc-500\/30:hover {
  border-top-color: rgb(113 113 122 / 0.3);
}

.hover\:border-t-zinc-500\/40:hover {
  border-top-color: rgb(113 113 122 / 0.4);
}

.hover\:border-t-zinc-500\/5:hover {
  border-top-color: rgb(113 113 122 / 0.05);
}

.hover\:border-t-zinc-500\/50:hover {
  border-top-color: rgb(113 113 122 / 0.5);
}

.hover\:border-t-zinc-500\/60:hover {
  border-top-color: rgb(113 113 122 / 0.6);
}

.hover\:border-t-zinc-500\/70:hover {
  border-top-color: rgb(113 113 122 / 0.7);
}

.hover\:border-t-zinc-500\/75:hover {
  border-top-color: rgb(113 113 122 / 0.75);
}

.hover\:border-t-zinc-500\/80:hover {
  border-top-color: rgb(113 113 122 / 0.8);
}

.hover\:border-t-zinc-500\/90:hover {
  border-top-color: rgb(113 113 122 / 0.9);
}

.hover\:border-t-zinc-500\/95:hover {
  border-top-color: rgb(113 113 122 / 0.95);
}

.hover\:border-t-zinc-600:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(82 82 91 / var(--tw-border-opacity));
}

.hover\:border-t-zinc-600\/0:hover {
  border-top-color: rgb(82 82 91 / 0);
}

.hover\:border-t-zinc-600\/10:hover {
  border-top-color: rgb(82 82 91 / 0.1);
}

.hover\:border-t-zinc-600\/100:hover {
  border-top-color: rgb(82 82 91 / 1);
}

.hover\:border-t-zinc-600\/20:hover {
  border-top-color: rgb(82 82 91 / 0.2);
}

.hover\:border-t-zinc-600\/25:hover {
  border-top-color: rgb(82 82 91 / 0.25);
}

.hover\:border-t-zinc-600\/30:hover {
  border-top-color: rgb(82 82 91 / 0.3);
}

.hover\:border-t-zinc-600\/40:hover {
  border-top-color: rgb(82 82 91 / 0.4);
}

.hover\:border-t-zinc-600\/5:hover {
  border-top-color: rgb(82 82 91 / 0.05);
}

.hover\:border-t-zinc-600\/50:hover {
  border-top-color: rgb(82 82 91 / 0.5);
}

.hover\:border-t-zinc-600\/60:hover {
  border-top-color: rgb(82 82 91 / 0.6);
}

.hover\:border-t-zinc-600\/70:hover {
  border-top-color: rgb(82 82 91 / 0.7);
}

.hover\:border-t-zinc-600\/75:hover {
  border-top-color: rgb(82 82 91 / 0.75);
}

.hover\:border-t-zinc-600\/80:hover {
  border-top-color: rgb(82 82 91 / 0.8);
}

.hover\:border-t-zinc-600\/90:hover {
  border-top-color: rgb(82 82 91 / 0.9);
}

.hover\:border-t-zinc-600\/95:hover {
  border-top-color: rgb(82 82 91 / 0.95);
}

.hover\:border-t-zinc-700:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.hover\:border-t-zinc-700\/0:hover {
  border-top-color: rgb(63 63 70 / 0);
}

.hover\:border-t-zinc-700\/10:hover {
  border-top-color: rgb(63 63 70 / 0.1);
}

.hover\:border-t-zinc-700\/100:hover {
  border-top-color: rgb(63 63 70 / 1);
}

.hover\:border-t-zinc-700\/20:hover {
  border-top-color: rgb(63 63 70 / 0.2);
}

.hover\:border-t-zinc-700\/25:hover {
  border-top-color: rgb(63 63 70 / 0.25);
}

.hover\:border-t-zinc-700\/30:hover {
  border-top-color: rgb(63 63 70 / 0.3);
}

.hover\:border-t-zinc-700\/40:hover {
  border-top-color: rgb(63 63 70 / 0.4);
}

.hover\:border-t-zinc-700\/5:hover {
  border-top-color: rgb(63 63 70 / 0.05);
}

.hover\:border-t-zinc-700\/50:hover {
  border-top-color: rgb(63 63 70 / 0.5);
}

.hover\:border-t-zinc-700\/60:hover {
  border-top-color: rgb(63 63 70 / 0.6);
}

.hover\:border-t-zinc-700\/70:hover {
  border-top-color: rgb(63 63 70 / 0.7);
}

.hover\:border-t-zinc-700\/75:hover {
  border-top-color: rgb(63 63 70 / 0.75);
}

.hover\:border-t-zinc-700\/80:hover {
  border-top-color: rgb(63 63 70 / 0.8);
}

.hover\:border-t-zinc-700\/90:hover {
  border-top-color: rgb(63 63 70 / 0.9);
}

.hover\:border-t-zinc-700\/95:hover {
  border-top-color: rgb(63 63 70 / 0.95);
}

.hover\:border-t-zinc-800:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(39 39 42 / var(--tw-border-opacity));
}

.hover\:border-t-zinc-800\/0:hover {
  border-top-color: rgb(39 39 42 / 0);
}

.hover\:border-t-zinc-800\/10:hover {
  border-top-color: rgb(39 39 42 / 0.1);
}

.hover\:border-t-zinc-800\/100:hover {
  border-top-color: rgb(39 39 42 / 1);
}

.hover\:border-t-zinc-800\/20:hover {
  border-top-color: rgb(39 39 42 / 0.2);
}

.hover\:border-t-zinc-800\/25:hover {
  border-top-color: rgb(39 39 42 / 0.25);
}

.hover\:border-t-zinc-800\/30:hover {
  border-top-color: rgb(39 39 42 / 0.3);
}

.hover\:border-t-zinc-800\/40:hover {
  border-top-color: rgb(39 39 42 / 0.4);
}

.hover\:border-t-zinc-800\/5:hover {
  border-top-color: rgb(39 39 42 / 0.05);
}

.hover\:border-t-zinc-800\/50:hover {
  border-top-color: rgb(39 39 42 / 0.5);
}

.hover\:border-t-zinc-800\/60:hover {
  border-top-color: rgb(39 39 42 / 0.6);
}

.hover\:border-t-zinc-800\/70:hover {
  border-top-color: rgb(39 39 42 / 0.7);
}

.hover\:border-t-zinc-800\/75:hover {
  border-top-color: rgb(39 39 42 / 0.75);
}

.hover\:border-t-zinc-800\/80:hover {
  border-top-color: rgb(39 39 42 / 0.8);
}

.hover\:border-t-zinc-800\/90:hover {
  border-top-color: rgb(39 39 42 / 0.9);
}

.hover\:border-t-zinc-800\/95:hover {
  border-top-color: rgb(39 39 42 / 0.95);
}

.hover\:border-t-zinc-900:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.hover\:border-t-zinc-900\/0:hover {
  border-top-color: rgb(24 24 27 / 0);
}

.hover\:border-t-zinc-900\/10:hover {
  border-top-color: rgb(24 24 27 / 0.1);
}

.hover\:border-t-zinc-900\/100:hover {
  border-top-color: rgb(24 24 27 / 1);
}

.hover\:border-t-zinc-900\/20:hover {
  border-top-color: rgb(24 24 27 / 0.2);
}

.hover\:border-t-zinc-900\/25:hover {
  border-top-color: rgb(24 24 27 / 0.25);
}

.hover\:border-t-zinc-900\/30:hover {
  border-top-color: rgb(24 24 27 / 0.3);
}

.hover\:border-t-zinc-900\/40:hover {
  border-top-color: rgb(24 24 27 / 0.4);
}

.hover\:border-t-zinc-900\/5:hover {
  border-top-color: rgb(24 24 27 / 0.05);
}

.hover\:border-t-zinc-900\/50:hover {
  border-top-color: rgb(24 24 27 / 0.5);
}

.hover\:border-t-zinc-900\/60:hover {
  border-top-color: rgb(24 24 27 / 0.6);
}

.hover\:border-t-zinc-900\/70:hover {
  border-top-color: rgb(24 24 27 / 0.7);
}

.hover\:border-t-zinc-900\/75:hover {
  border-top-color: rgb(24 24 27 / 0.75);
}

.hover\:border-t-zinc-900\/80:hover {
  border-top-color: rgb(24 24 27 / 0.8);
}

.hover\:border-t-zinc-900\/90:hover {
  border-top-color: rgb(24 24 27 / 0.9);
}

.hover\:border-t-zinc-900\/95:hover {
  border-top-color: rgb(24 24 27 / 0.95);
}

.hover\:border-t-zinc-950:hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(9 9 11 / var(--tw-border-opacity));
}

.hover\:border-t-zinc-950\/0:hover {
  border-top-color: rgb(9 9 11 / 0);
}

.hover\:border-t-zinc-950\/10:hover {
  border-top-color: rgb(9 9 11 / 0.1);
}

.hover\:border-t-zinc-950\/100:hover {
  border-top-color: rgb(9 9 11 / 1);
}

.hover\:border-t-zinc-950\/20:hover {
  border-top-color: rgb(9 9 11 / 0.2);
}

.hover\:border-t-zinc-950\/25:hover {
  border-top-color: rgb(9 9 11 / 0.25);
}

.hover\:border-t-zinc-950\/30:hover {
  border-top-color: rgb(9 9 11 / 0.3);
}

.hover\:border-t-zinc-950\/40:hover {
  border-top-color: rgb(9 9 11 / 0.4);
}

.hover\:border-t-zinc-950\/5:hover {
  border-top-color: rgb(9 9 11 / 0.05);
}

.hover\:border-t-zinc-950\/50:hover {
  border-top-color: rgb(9 9 11 / 0.5);
}

.hover\:border-t-zinc-950\/60:hover {
  border-top-color: rgb(9 9 11 / 0.6);
}

.hover\:border-t-zinc-950\/70:hover {
  border-top-color: rgb(9 9 11 / 0.7);
}

.hover\:border-t-zinc-950\/75:hover {
  border-top-color: rgb(9 9 11 / 0.75);
}

.hover\:border-t-zinc-950\/80:hover {
  border-top-color: rgb(9 9 11 / 0.8);
}

.hover\:border-t-zinc-950\/90:hover {
  border-top-color: rgb(9 9 11 / 0.9);
}

.hover\:border-t-zinc-950\/95:hover {
  border-top-color: rgb(9 9 11 / 0.95);
}

.hover\:border-opacity-0:hover {
  --tw-border-opacity: 0;
}

.hover\:border-opacity-10:hover {
  --tw-border-opacity: 0.1;
}

.hover\:border-opacity-100:hover {
  --tw-border-opacity: 1;
}

.hover\:border-opacity-20:hover {
  --tw-border-opacity: 0.2;
}

.hover\:border-opacity-25:hover {
  --tw-border-opacity: 0.25;
}

.hover\:border-opacity-30:hover {
  --tw-border-opacity: 0.3;
}

.hover\:border-opacity-40:hover {
  --tw-border-opacity: 0.4;
}

.hover\:border-opacity-5:hover {
  --tw-border-opacity: 0.05;
}

.hover\:border-opacity-50:hover {
  --tw-border-opacity: 0.5;
}

.hover\:border-opacity-60:hover {
  --tw-border-opacity: 0.6;
}

.hover\:border-opacity-70:hover {
  --tw-border-opacity: 0.7;
}

.hover\:border-opacity-75:hover {
  --tw-border-opacity: 0.75;
}

.hover\:border-opacity-80:hover {
  --tw-border-opacity: 0.8;
}

.hover\:border-opacity-90:hover {
  --tw-border-opacity: 0.9;
}

.hover\:border-opacity-95:hover {
  --tw-border-opacity: 0.95;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover\:bg-amber-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
}

.hover\:bg-amber-50\/0:hover {
  background-color: rgb(255 251 235 / 0);
}

.hover\:bg-amber-50\/10:hover {
  background-color: rgb(255 251 235 / 0.1);
}

.hover\:bg-amber-50\/100:hover {
  background-color: rgb(255 251 235 / 1);
}

.hover\:bg-amber-50\/20:hover {
  background-color: rgb(255 251 235 / 0.2);
}

.hover\:bg-amber-50\/25:hover {
  background-color: rgb(255 251 235 / 0.25);
}

.hover\:bg-amber-50\/30:hover {
  background-color: rgb(255 251 235 / 0.3);
}

.hover\:bg-amber-50\/40:hover {
  background-color: rgb(255 251 235 / 0.4);
}

.hover\:bg-amber-50\/5:hover {
  background-color: rgb(255 251 235 / 0.05);
}

.hover\:bg-amber-50\/50:hover {
  background-color: rgb(255 251 235 / 0.5);
}

.hover\:bg-amber-50\/60:hover {
  background-color: rgb(255 251 235 / 0.6);
}

.hover\:bg-amber-50\/70:hover {
  background-color: rgb(255 251 235 / 0.7);
}

.hover\:bg-amber-50\/75:hover {
  background-color: rgb(255 251 235 / 0.75);
}

.hover\:bg-amber-50\/80:hover {
  background-color: rgb(255 251 235 / 0.8);
}

.hover\:bg-amber-50\/90:hover {
  background-color: rgb(255 251 235 / 0.9);
}

.hover\:bg-amber-50\/95:hover {
  background-color: rgb(255 251 235 / 0.95);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover\:bg-amber-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(69 26 3 / var(--tw-bg-opacity));
}

.hover\:bg-amber-950\/0:hover {
  background-color: rgb(69 26 3 / 0);
}

.hover\:bg-amber-950\/10:hover {
  background-color: rgb(69 26 3 / 0.1);
}

.hover\:bg-amber-950\/100:hover {
  background-color: rgb(69 26 3 / 1);
}

.hover\:bg-amber-950\/20:hover {
  background-color: rgb(69 26 3 / 0.2);
}

.hover\:bg-amber-950\/25:hover {
  background-color: rgb(69 26 3 / 0.25);
}

.hover\:bg-amber-950\/30:hover {
  background-color: rgb(69 26 3 / 0.3);
}

.hover\:bg-amber-950\/40:hover {
  background-color: rgb(69 26 3 / 0.4);
}

.hover\:bg-amber-950\/5:hover {
  background-color: rgb(69 26 3 / 0.05);
}

.hover\:bg-amber-950\/50:hover {
  background-color: rgb(69 26 3 / 0.5);
}

.hover\:bg-amber-950\/60:hover {
  background-color: rgb(69 26 3 / 0.6);
}

.hover\:bg-amber-950\/70:hover {
  background-color: rgb(69 26 3 / 0.7);
}

.hover\:bg-amber-950\/75:hover {
  background-color: rgb(69 26 3 / 0.75);
}

.hover\:bg-amber-950\/80:hover {
  background-color: rgb(69 26 3 / 0.8);
}

.hover\:bg-amber-950\/90:hover {
  background-color: rgb(69 26 3 / 0.9);
}

.hover\:bg-amber-950\/95:hover {
  background-color: rgb(69 26 3 / 0.95);
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.hover\:bg-black\/0:hover {
  background-color: rgb(0 0 0 / 0);
}

.hover\:bg-black\/10:hover {
  background-color: rgb(0 0 0 / 0.1);
}

.hover\:bg-black\/100:hover {
  background-color: rgb(0 0 0 / 1);
}

.hover\:bg-black\/20:hover {
  background-color: rgb(0 0 0 / 0.2);
}

.hover\:bg-black\/25:hover {
  background-color: rgb(0 0 0 / 0.25);
}

.hover\:bg-black\/30:hover {
  background-color: rgb(0 0 0 / 0.3);
}

.hover\:bg-black\/40:hover {
  background-color: rgb(0 0 0 / 0.4);
}

.hover\:bg-black\/5:hover {
  background-color: rgb(0 0 0 / 0.05);
}

.hover\:bg-black\/50:hover {
  background-color: rgb(0 0 0 / 0.5);
}

.hover\:bg-black\/60:hover {
  background-color: rgb(0 0 0 / 0.6);
}

.hover\:bg-black\/70:hover {
  background-color: rgb(0 0 0 / 0.7);
}

.hover\:bg-black\/75:hover {
  background-color: rgb(0 0 0 / 0.75);
}

.hover\:bg-black\/80:hover {
  background-color: rgb(0 0 0 / 0.8);
}

.hover\:bg-black\/90:hover {
  background-color: rgb(0 0 0 / 0.9);
}

.hover\:bg-black\/95:hover {
  background-color: rgb(0 0 0 / 0.95);
}

.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

.hover\:bg-blue-100\/0:hover {
  background-color: rgb(219 234 254 / 0);
}

.hover\:bg-blue-100\/10:hover {
  background-color: rgb(219 234 254 / 0.1);
}

.hover\:bg-blue-100\/100:hover {
  background-color: rgb(219 234 254 / 1);
}

.hover\:bg-blue-100\/20:hover {
  background-color: rgb(219 234 254 / 0.2);
}

.hover\:bg-blue-100\/25:hover {
  background-color: rgb(219 234 254 / 0.25);
}

.hover\:bg-blue-100\/30:hover {
  background-color: rgb(219 234 254 / 0.3);
}

.hover\:bg-blue-100\/40:hover {
  background-color: rgb(219 234 254 / 0.4);
}

.hover\:bg-blue-100\/5:hover {
  background-color: rgb(219 234 254 / 0.05);
}

.hover\:bg-blue-100\/50:hover {
  background-color: rgb(219 234 254 / 0.5);
}

.hover\:bg-blue-100\/60:hover {
  background-color: rgb(219 234 254 / 0.6);
}

.hover\:bg-blue-100\/70:hover {
  background-color: rgb(219 234 254 / 0.7);
}

.hover\:bg-blue-100\/75:hover {
  background-color: rgb(219 234 254 / 0.75);
}

.hover\:bg-blue-100\/80:hover {
  background-color: rgb(219 234 254 / 0.8);
}

.hover\:bg-blue-100\/90:hover {
  background-color: rgb(219 234 254 / 0.9);
}

.hover\:bg-blue-100\/95:hover {
  background-color: rgb(219 234 254 / 0.95);
}

.hover\:bg-blue-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}

.hover\:bg-blue-200\/0:hover {
  background-color: rgb(191 219 254 / 0);
}

.hover\:bg-blue-200\/10:hover {
  background-color: rgb(191 219 254 / 0.1);
}

.hover\:bg-blue-200\/100:hover {
  background-color: rgb(191 219 254 / 1);
}

.hover\:bg-blue-200\/20:hover {
  background-color: rgb(191 219 254 / 0.2);
}

.hover\:bg-blue-200\/25:hover {
  background-color: rgb(191 219 254 / 0.25);
}

.hover\:bg-blue-200\/30:hover {
  background-color: rgb(191 219 254 / 0.3);
}

.hover\:bg-blue-200\/40:hover {
  background-color: rgb(191 219 254 / 0.4);
}

.hover\:bg-blue-200\/5:hover {
  background-color: rgb(191 219 254 / 0.05);
}

.hover\:bg-blue-200\/50:hover {
  background-color: rgb(191 219 254 / 0.5);
}

.hover\:bg-blue-200\/60:hover {
  background-color: rgb(191 219 254 / 0.6);
}

.hover\:bg-blue-200\/70:hover {
  background-color: rgb(191 219 254 / 0.7);
}

.hover\:bg-blue-200\/75:hover {
  background-color: rgb(191 219 254 / 0.75);
}

.hover\:bg-blue-200\/80:hover {
  background-color: rgb(191 219 254 / 0.8);
}

.hover\:bg-blue-200\/90:hover {
  background-color: rgb(191 219 254 / 0.9);
}

.hover\:bg-blue-200\/95:hover {
  background-color: rgb(191 219 254 / 0.95);
}

.hover\:bg-blue-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}

.hover\:bg-blue-300\/0:hover {
  background-color: rgb(147 197 253 / 0);
}

.hover\:bg-blue-300\/10:hover {
  background-color: rgb(147 197 253 / 0.1);
}

.hover\:bg-blue-300\/100:hover {
  background-color: rgb(147 197 253 / 1);
}

.hover\:bg-blue-300\/20:hover {
  background-color: rgb(147 197 253 / 0.2);
}

.hover\:bg-blue-300\/25:hover {
  background-color: rgb(147 197 253 / 0.25);
}

.hover\:bg-blue-300\/30:hover {
  background-color: rgb(147 197 253 / 0.3);
}

.hover\:bg-blue-300\/40:hover {
  background-color: rgb(147 197 253 / 0.4);
}

.hover\:bg-blue-300\/5:hover {
  background-color: rgb(147 197 253 / 0.05);
}

.hover\:bg-blue-300\/50:hover {
  background-color: rgb(147 197 253 / 0.5);
}

.hover\:bg-blue-300\/60:hover {
  background-color: rgb(147 197 253 / 0.6);
}

.hover\:bg-blue-300\/70:hover {
  background-color: rgb(147 197 253 / 0.7);
}

.hover\:bg-blue-300\/75:hover {
  background-color: rgb(147 197 253 / 0.75);
}

.hover\:bg-blue-300\/80:hover {
  background-color: rgb(147 197 253 / 0.8);
}

.hover\:bg-blue-300\/90:hover {
  background-color: rgb(147 197 253 / 0.9);
}

.hover\:bg-blue-300\/95:hover {
  background-color: rgb(147 197 253 / 0.95);
}

.hover\:bg-blue-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}

.hover\:bg-blue-400\/0:hover {
  background-color: rgb(96 165 250 / 0);
}

.hover\:bg-blue-400\/10:hover {
  background-color: rgb(96 165 250 / 0.1);
}

.hover\:bg-blue-400\/100:hover {
  background-color: rgb(96 165 250 / 1);
}

.hover\:bg-blue-400\/20:hover {
  background-color: rgb(96 165 250 / 0.2);
}

.hover\:bg-blue-400\/25:hover {
  background-color: rgb(96 165 250 / 0.25);
}

.hover\:bg-blue-400\/30:hover {
  background-color: rgb(96 165 250 / 0.3);
}

.hover\:bg-blue-400\/40:hover {
  background-color: rgb(96 165 250 / 0.4);
}

.hover\:bg-blue-400\/5:hover {
  background-color: rgb(96 165 250 / 0.05);
}

.hover\:bg-blue-400\/50:hover {
  background-color: rgb(96 165 250 / 0.5);
}

.hover\:bg-blue-400\/60:hover {
  background-color: rgb(96 165 250 / 0.6);
}

.hover\:bg-blue-400\/70:hover {
  background-color: rgb(96 165 250 / 0.7);
}

.hover\:bg-blue-400\/75:hover {
  background-color: rgb(96 165 250 / 0.75);
}

.hover\:bg-blue-400\/80:hover {
  background-color: rgb(96 165 250 / 0.8);
}

.hover\:bg-blue-400\/90:hover {
  background-color: rgb(96 165 250 / 0.9);
}

.hover\:bg-blue-400\/95:hover {
  background-color: rgb(96 165 250 / 0.95);
}

.hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

.hover\:bg-blue-50\/0:hover {
  background-color: rgb(239 246 255 / 0);
}

.hover\:bg-blue-50\/10:hover {
  background-color: rgb(239 246 255 / 0.1);
}

.hover\:bg-blue-50\/100:hover {
  background-color: rgb(239 246 255 / 1);
}

.hover\:bg-blue-50\/20:hover {
  background-color: rgb(239 246 255 / 0.2);
}

.hover\:bg-blue-50\/25:hover {
  background-color: rgb(239 246 255 / 0.25);
}

.hover\:bg-blue-50\/30:hover {
  background-color: rgb(239 246 255 / 0.3);
}

.hover\:bg-blue-50\/40:hover {
  background-color: rgb(239 246 255 / 0.4);
}

.hover\:bg-blue-50\/5:hover {
  background-color: rgb(239 246 255 / 0.05);
}

.hover\:bg-blue-50\/50:hover {
  background-color: rgb(239 246 255 / 0.5);
}

.hover\:bg-blue-50\/60:hover {
  background-color: rgb(239 246 255 / 0.6);
}

.hover\:bg-blue-50\/70:hover {
  background-color: rgb(239 246 255 / 0.7);
}

.hover\:bg-blue-50\/75:hover {
  background-color: rgb(239 246 255 / 0.75);
}

.hover\:bg-blue-50\/80:hover {
  background-color: rgb(239 246 255 / 0.8);
}

.hover\:bg-blue-50\/90:hover {
  background-color: rgb(239 246 255 / 0.9);
}

.hover\:bg-blue-50\/95:hover {
  background-color: rgb(239 246 255 / 0.95);
}

.hover\:bg-blue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.hover\:bg-blue-500\/0:hover {
  background-color: rgb(59 130 246 / 0);
}

.hover\:bg-blue-500\/10:hover {
  background-color: rgb(59 130 246 / 0.1);
}

.hover\:bg-blue-500\/100:hover {
  background-color: rgb(59 130 246 / 1);
}

.hover\:bg-blue-500\/20:hover {
  background-color: rgb(59 130 246 / 0.2);
}

.hover\:bg-blue-500\/25:hover {
  background-color: rgb(59 130 246 / 0.25);
}

.hover\:bg-blue-500\/30:hover {
  background-color: rgb(59 130 246 / 0.3);
}

.hover\:bg-blue-500\/40:hover {
  background-color: rgb(59 130 246 / 0.4);
}

.hover\:bg-blue-500\/5:hover {
  background-color: rgb(59 130 246 / 0.05);
}

.hover\:bg-blue-500\/50:hover {
  background-color: rgb(59 130 246 / 0.5);
}

.hover\:bg-blue-500\/60:hover {
  background-color: rgb(59 130 246 / 0.6);
}

.hover\:bg-blue-500\/70:hover {
  background-color: rgb(59 130 246 / 0.7);
}

.hover\:bg-blue-500\/75:hover {
  background-color: rgb(59 130 246 / 0.75);
}

.hover\:bg-blue-500\/80:hover {
  background-color: rgb(59 130 246 / 0.8);
}

.hover\:bg-blue-500\/90:hover {
  background-color: rgb(59 130 246 / 0.9);
}

.hover\:bg-blue-500\/95:hover {
  background-color: rgb(59 130 246 / 0.95);
}

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.hover\:bg-blue-600\/0:hover {
  background-color: rgb(37 99 235 / 0);
}

.hover\:bg-blue-600\/10:hover {
  background-color: rgb(37 99 235 / 0.1);
}

.hover\:bg-blue-600\/100:hover {
  background-color: rgb(37 99 235 / 1);
}

.hover\:bg-blue-600\/20:hover {
  background-color: rgb(37 99 235 / 0.2);
}

.hover\:bg-blue-600\/25:hover {
  background-color: rgb(37 99 235 / 0.25);
}

.hover\:bg-blue-600\/30:hover {
  background-color: rgb(37 99 235 / 0.3);
}

.hover\:bg-blue-600\/40:hover {
  background-color: rgb(37 99 235 / 0.4);
}

.hover\:bg-blue-600\/5:hover {
  background-color: rgb(37 99 235 / 0.05);
}

.hover\:bg-blue-600\/50:hover {
  background-color: rgb(37 99 235 / 0.5);
}

.hover\:bg-blue-600\/60:hover {
  background-color: rgb(37 99 235 / 0.6);
}

.hover\:bg-blue-600\/70:hover {
  background-color: rgb(37 99 235 / 0.7);
}

.hover\:bg-blue-600\/75:hover {
  background-color: rgb(37 99 235 / 0.75);
}

.hover\:bg-blue-600\/80:hover {
  background-color: rgb(37 99 235 / 0.8);
}

.hover\:bg-blue-600\/90:hover {
  background-color: rgb(37 99 235 / 0.9);
}

.hover\:bg-blue-600\/95:hover {
  background-color: rgb(37 99 235 / 0.95);
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.hover\:bg-blue-700\/0:hover {
  background-color: rgb(29 78 216 / 0);
}

.hover\:bg-blue-700\/10:hover {
  background-color: rgb(29 78 216 / 0.1);
}

.hover\:bg-blue-700\/100:hover {
  background-color: rgb(29 78 216 / 1);
}

.hover\:bg-blue-700\/20:hover {
  background-color: rgb(29 78 216 / 0.2);
}

.hover\:bg-blue-700\/25:hover {
  background-color: rgb(29 78 216 / 0.25);
}

.hover\:bg-blue-700\/30:hover {
  background-color: rgb(29 78 216 / 0.3);
}

.hover\:bg-blue-700\/40:hover {
  background-color: rgb(29 78 216 / 0.4);
}

.hover\:bg-blue-700\/5:hover {
  background-color: rgb(29 78 216 / 0.05);
}

.hover\:bg-blue-700\/50:hover {
  background-color: rgb(29 78 216 / 0.5);
}

.hover\:bg-blue-700\/60:hover {
  background-color: rgb(29 78 216 / 0.6);
}

.hover\:bg-blue-700\/70:hover {
  background-color: rgb(29 78 216 / 0.7);
}

.hover\:bg-blue-700\/75:hover {
  background-color: rgb(29 78 216 / 0.75);
}

.hover\:bg-blue-700\/80:hover {
  background-color: rgb(29 78 216 / 0.8);
}

.hover\:bg-blue-700\/90:hover {
  background-color: rgb(29 78 216 / 0.9);
}

.hover\:bg-blue-700\/95:hover {
  background-color: rgb(29 78 216 / 0.95);
}

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}

.hover\:bg-blue-800\/0:hover {
  background-color: rgb(30 64 175 / 0);
}

.hover\:bg-blue-800\/10:hover {
  background-color: rgb(30 64 175 / 0.1);
}

.hover\:bg-blue-800\/100:hover {
  background-color: rgb(30 64 175 / 1);
}

.hover\:bg-blue-800\/20:hover {
  background-color: rgb(30 64 175 / 0.2);
}

.hover\:bg-blue-800\/25:hover {
  background-color: rgb(30 64 175 / 0.25);
}

.hover\:bg-blue-800\/30:hover {
  background-color: rgb(30 64 175 / 0.3);
}

.hover\:bg-blue-800\/40:hover {
  background-color: rgb(30 64 175 / 0.4);
}

.hover\:bg-blue-800\/5:hover {
  background-color: rgb(30 64 175 / 0.05);
}

.hover\:bg-blue-800\/50:hover {
  background-color: rgb(30 64 175 / 0.5);
}

.hover\:bg-blue-800\/60:hover {
  background-color: rgb(30 64 175 / 0.6);
}

.hover\:bg-blue-800\/70:hover {
  background-color: rgb(30 64 175 / 0.7);
}

.hover\:bg-blue-800\/75:hover {
  background-color: rgb(30 64 175 / 0.75);
}

.hover\:bg-blue-800\/80:hover {
  background-color: rgb(30 64 175 / 0.8);
}

.hover\:bg-blue-800\/90:hover {
  background-color: rgb(30 64 175 / 0.9);
}

.hover\:bg-blue-800\/95:hover {
  background-color: rgb(30 64 175 / 0.95);
}

.hover\:bg-blue-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
}

.hover\:bg-blue-900\/0:hover {
  background-color: rgb(30 58 138 / 0);
}

.hover\:bg-blue-900\/10:hover {
  background-color: rgb(30 58 138 / 0.1);
}

.hover\:bg-blue-900\/100:hover {
  background-color: rgb(30 58 138 / 1);
}

.hover\:bg-blue-900\/20:hover {
  background-color: rgb(30 58 138 / 0.2);
}

.hover\:bg-blue-900\/25:hover {
  background-color: rgb(30 58 138 / 0.25);
}

.hover\:bg-blue-900\/30:hover {
  background-color: rgb(30 58 138 / 0.3);
}

.hover\:bg-blue-900\/40:hover {
  background-color: rgb(30 58 138 / 0.4);
}

.hover\:bg-blue-900\/5:hover {
  background-color: rgb(30 58 138 / 0.05);
}

.hover\:bg-blue-900\/50:hover {
  background-color: rgb(30 58 138 / 0.5);
}

.hover\:bg-blue-900\/60:hover {
  background-color: rgb(30 58 138 / 0.6);
}

.hover\:bg-blue-900\/70:hover {
  background-color: rgb(30 58 138 / 0.7);
}

.hover\:bg-blue-900\/75:hover {
  background-color: rgb(30 58 138 / 0.75);
}

.hover\:bg-blue-900\/80:hover {
  background-color: rgb(30 58 138 / 0.8);
}

.hover\:bg-blue-900\/90:hover {
  background-color: rgb(30 58 138 / 0.9);
}

.hover\:bg-blue-900\/95:hover {
  background-color: rgb(30 58 138 / 0.95);
}

.hover\:bg-blue-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity));
}

.hover\:bg-blue-950\/0:hover {
  background-color: rgb(23 37 84 / 0);
}

.hover\:bg-blue-950\/10:hover {
  background-color: rgb(23 37 84 / 0.1);
}

.hover\:bg-blue-950\/100:hover {
  background-color: rgb(23 37 84 / 1);
}

.hover\:bg-blue-950\/20:hover {
  background-color: rgb(23 37 84 / 0.2);
}

.hover\:bg-blue-950\/25:hover {
  background-color: rgb(23 37 84 / 0.25);
}

.hover\:bg-blue-950\/30:hover {
  background-color: rgb(23 37 84 / 0.3);
}

.hover\:bg-blue-950\/40:hover {
  background-color: rgb(23 37 84 / 0.4);
}

.hover\:bg-blue-950\/5:hover {
  background-color: rgb(23 37 84 / 0.05);
}

.hover\:bg-blue-950\/50:hover {
  background-color: rgb(23 37 84 / 0.5);
}

.hover\:bg-blue-950\/60:hover {
  background-color: rgb(23 37 84 / 0.6);
}

.hover\:bg-blue-950\/70:hover {
  background-color: rgb(23 37 84 / 0.7);
}

.hover\:bg-blue-950\/75:hover {
  background-color: rgb(23 37 84 / 0.75);
}

.hover\:bg-blue-950\/80:hover {
  background-color: rgb(23 37 84 / 0.8);
}

.hover\:bg-blue-950\/90:hover {
  background-color: rgb(23 37 84 / 0.9);
}

.hover\:bg-blue-950\/95:hover {
  background-color: rgb(23 37 84 / 0.95);
}

.hover\:bg-brand-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 239 246 / var(--tw-bg-opacity));
}

.hover\:bg-brand-100\/0:hover {
  background-color: rgb(230 239 246 / 0);
}

.hover\:bg-brand-100\/10:hover {
  background-color: rgb(230 239 246 / 0.1);
}

.hover\:bg-brand-100\/100:hover {
  background-color: rgb(230 239 246 / 1);
}

.hover\:bg-brand-100\/20:hover {
  background-color: rgb(230 239 246 / 0.2);
}

.hover\:bg-brand-100\/25:hover {
  background-color: rgb(230 239 246 / 0.25);
}

.hover\:bg-brand-100\/30:hover {
  background-color: rgb(230 239 246 / 0.3);
}

.hover\:bg-brand-100\/40:hover {
  background-color: rgb(230 239 246 / 0.4);
}

.hover\:bg-brand-100\/5:hover {
  background-color: rgb(230 239 246 / 0.05);
}

.hover\:bg-brand-100\/50:hover {
  background-color: rgb(230 239 246 / 0.5);
}

.hover\:bg-brand-100\/60:hover {
  background-color: rgb(230 239 246 / 0.6);
}

.hover\:bg-brand-100\/70:hover {
  background-color: rgb(230 239 246 / 0.7);
}

.hover\:bg-brand-100\/75:hover {
  background-color: rgb(230 239 246 / 0.75);
}

.hover\:bg-brand-100\/80:hover {
  background-color: rgb(230 239 246 / 0.8);
}

.hover\:bg-brand-100\/90:hover {
  background-color: rgb(230 239 246 / 0.9);
}

.hover\:bg-brand-100\/95:hover {
  background-color: rgb(230 239 246 / 0.95);
}

.hover\:bg-brand-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(193 215 234 / var(--tw-bg-opacity));
}

.hover\:bg-brand-200\/0:hover {
  background-color: rgb(193 215 234 / 0);
}

.hover\:bg-brand-200\/10:hover {
  background-color: rgb(193 215 234 / 0.1);
}

.hover\:bg-brand-200\/100:hover {
  background-color: rgb(193 215 234 / 1);
}

.hover\:bg-brand-200\/20:hover {
  background-color: rgb(193 215 234 / 0.2);
}

.hover\:bg-brand-200\/25:hover {
  background-color: rgb(193 215 234 / 0.25);
}

.hover\:bg-brand-200\/30:hover {
  background-color: rgb(193 215 234 / 0.3);
}

.hover\:bg-brand-200\/40:hover {
  background-color: rgb(193 215 234 / 0.4);
}

.hover\:bg-brand-200\/5:hover {
  background-color: rgb(193 215 234 / 0.05);
}

.hover\:bg-brand-200\/50:hover {
  background-color: rgb(193 215 234 / 0.5);
}

.hover\:bg-brand-200\/60:hover {
  background-color: rgb(193 215 234 / 0.6);
}

.hover\:bg-brand-200\/70:hover {
  background-color: rgb(193 215 234 / 0.7);
}

.hover\:bg-brand-200\/75:hover {
  background-color: rgb(193 215 234 / 0.75);
}

.hover\:bg-brand-200\/80:hover {
  background-color: rgb(193 215 234 / 0.8);
}

.hover\:bg-brand-200\/90:hover {
  background-color: rgb(193 215 234 / 0.9);
}

.hover\:bg-brand-200\/95:hover {
  background-color: rgb(193 215 234 / 0.95);
}

.hover\:bg-brand-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(155 190 221 / var(--tw-bg-opacity));
}

.hover\:bg-brand-300\/0:hover {
  background-color: rgb(155 190 221 / 0);
}

.hover\:bg-brand-300\/10:hover {
  background-color: rgb(155 190 221 / 0.1);
}

.hover\:bg-brand-300\/100:hover {
  background-color: rgb(155 190 221 / 1);
}

.hover\:bg-brand-300\/20:hover {
  background-color: rgb(155 190 221 / 0.2);
}

.hover\:bg-brand-300\/25:hover {
  background-color: rgb(155 190 221 / 0.25);
}

.hover\:bg-brand-300\/30:hover {
  background-color: rgb(155 190 221 / 0.3);
}

.hover\:bg-brand-300\/40:hover {
  background-color: rgb(155 190 221 / 0.4);
}

.hover\:bg-brand-300\/5:hover {
  background-color: rgb(155 190 221 / 0.05);
}

.hover\:bg-brand-300\/50:hover {
  background-color: rgb(155 190 221 / 0.5);
}

.hover\:bg-brand-300\/60:hover {
  background-color: rgb(155 190 221 / 0.6);
}

.hover\:bg-brand-300\/70:hover {
  background-color: rgb(155 190 221 / 0.7);
}

.hover\:bg-brand-300\/75:hover {
  background-color: rgb(155 190 221 / 0.75);
}

.hover\:bg-brand-300\/80:hover {
  background-color: rgb(155 190 221 / 0.8);
}

.hover\:bg-brand-300\/90:hover {
  background-color: rgb(155 190 221 / 0.9);
}

.hover\:bg-brand-300\/95:hover {
  background-color: rgb(155 190 221 / 0.95);
}

.hover\:bg-brand-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(81 142 195 / var(--tw-bg-opacity));
}

.hover\:bg-brand-400\/0:hover {
  background-color: rgb(81 142 195 / 0);
}

.hover\:bg-brand-400\/10:hover {
  background-color: rgb(81 142 195 / 0.1);
}

.hover\:bg-brand-400\/100:hover {
  background-color: rgb(81 142 195 / 1);
}

.hover\:bg-brand-400\/20:hover {
  background-color: rgb(81 142 195 / 0.2);
}

.hover\:bg-brand-400\/25:hover {
  background-color: rgb(81 142 195 / 0.25);
}

.hover\:bg-brand-400\/30:hover {
  background-color: rgb(81 142 195 / 0.3);
}

.hover\:bg-brand-400\/40:hover {
  background-color: rgb(81 142 195 / 0.4);
}

.hover\:bg-brand-400\/5:hover {
  background-color: rgb(81 142 195 / 0.05);
}

.hover\:bg-brand-400\/50:hover {
  background-color: rgb(81 142 195 / 0.5);
}

.hover\:bg-brand-400\/60:hover {
  background-color: rgb(81 142 195 / 0.6);
}

.hover\:bg-brand-400\/70:hover {
  background-color: rgb(81 142 195 / 0.7);
}

.hover\:bg-brand-400\/75:hover {
  background-color: rgb(81 142 195 / 0.75);
}

.hover\:bg-brand-400\/80:hover {
  background-color: rgb(81 142 195 / 0.8);
}

.hover\:bg-brand-400\/90:hover {
  background-color: rgb(81 142 195 / 0.9);
}

.hover\:bg-brand-400\/95:hover {
  background-color: rgb(81 142 195 / 0.95);
}

.hover\:bg-brand-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 247 251 / var(--tw-bg-opacity));
}

.hover\:bg-brand-50\/0:hover {
  background-color: rgb(243 247 251 / 0);
}

.hover\:bg-brand-50\/10:hover {
  background-color: rgb(243 247 251 / 0.1);
}

.hover\:bg-brand-50\/100:hover {
  background-color: rgb(243 247 251 / 1);
}

.hover\:bg-brand-50\/20:hover {
  background-color: rgb(243 247 251 / 0.2);
}

.hover\:bg-brand-50\/25:hover {
  background-color: rgb(243 247 251 / 0.25);
}

.hover\:bg-brand-50\/30:hover {
  background-color: rgb(243 247 251 / 0.3);
}

.hover\:bg-brand-50\/40:hover {
  background-color: rgb(243 247 251 / 0.4);
}

.hover\:bg-brand-50\/5:hover {
  background-color: rgb(243 247 251 / 0.05);
}

.hover\:bg-brand-50\/50:hover {
  background-color: rgb(243 247 251 / 0.5);
}

.hover\:bg-brand-50\/60:hover {
  background-color: rgb(243 247 251 / 0.6);
}

.hover\:bg-brand-50\/70:hover {
  background-color: rgb(243 247 251 / 0.7);
}

.hover\:bg-brand-50\/75:hover {
  background-color: rgb(243 247 251 / 0.75);
}

.hover\:bg-brand-50\/80:hover {
  background-color: rgb(243 247 251 / 0.8);
}

.hover\:bg-brand-50\/90:hover {
  background-color: rgb(243 247 251 / 0.9);
}

.hover\:bg-brand-50\/95:hover {
  background-color: rgb(243 247 251 / 0.95);
}

.hover\:bg-brand-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(6 93 169 / var(--tw-bg-opacity));
}

.hover\:bg-brand-500\/0:hover {
  background-color: rgb(6 93 169 / 0);
}

.hover\:bg-brand-500\/10:hover {
  background-color: rgb(6 93 169 / 0.1);
}

.hover\:bg-brand-500\/100:hover {
  background-color: rgb(6 93 169 / 1);
}

.hover\:bg-brand-500\/20:hover {
  background-color: rgb(6 93 169 / 0.2);
}

.hover\:bg-brand-500\/25:hover {
  background-color: rgb(6 93 169 / 0.25);
}

.hover\:bg-brand-500\/30:hover {
  background-color: rgb(6 93 169 / 0.3);
}

.hover\:bg-brand-500\/40:hover {
  background-color: rgb(6 93 169 / 0.4);
}

.hover\:bg-brand-500\/5:hover {
  background-color: rgb(6 93 169 / 0.05);
}

.hover\:bg-brand-500\/50:hover {
  background-color: rgb(6 93 169 / 0.5);
}

.hover\:bg-brand-500\/60:hover {
  background-color: rgb(6 93 169 / 0.6);
}

.hover\:bg-brand-500\/70:hover {
  background-color: rgb(6 93 169 / 0.7);
}

.hover\:bg-brand-500\/75:hover {
  background-color: rgb(6 93 169 / 0.75);
}

.hover\:bg-brand-500\/80:hover {
  background-color: rgb(6 93 169 / 0.8);
}

.hover\:bg-brand-500\/90:hover {
  background-color: rgb(6 93 169 / 0.9);
}

.hover\:bg-brand-500\/95:hover {
  background-color: rgb(6 93 169 / 0.95);
}

.hover\:bg-brand-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(5 84 152 / var(--tw-bg-opacity));
}

.hover\:bg-brand-600\/0:hover {
  background-color: rgb(5 84 152 / 0);
}

.hover\:bg-brand-600\/10:hover {
  background-color: rgb(5 84 152 / 0.1);
}

.hover\:bg-brand-600\/100:hover {
  background-color: rgb(5 84 152 / 1);
}

.hover\:bg-brand-600\/20:hover {
  background-color: rgb(5 84 152 / 0.2);
}

.hover\:bg-brand-600\/25:hover {
  background-color: rgb(5 84 152 / 0.25);
}

.hover\:bg-brand-600\/30:hover {
  background-color: rgb(5 84 152 / 0.3);
}

.hover\:bg-brand-600\/40:hover {
  background-color: rgb(5 84 152 / 0.4);
}

.hover\:bg-brand-600\/5:hover {
  background-color: rgb(5 84 152 / 0.05);
}

.hover\:bg-brand-600\/50:hover {
  background-color: rgb(5 84 152 / 0.5);
}

.hover\:bg-brand-600\/60:hover {
  background-color: rgb(5 84 152 / 0.6);
}

.hover\:bg-brand-600\/70:hover {
  background-color: rgb(5 84 152 / 0.7);
}

.hover\:bg-brand-600\/75:hover {
  background-color: rgb(5 84 152 / 0.75);
}

.hover\:bg-brand-600\/80:hover {
  background-color: rgb(5 84 152 / 0.8);
}

.hover\:bg-brand-600\/90:hover {
  background-color: rgb(5 84 152 / 0.9);
}

.hover\:bg-brand-600\/95:hover {
  background-color: rgb(5 84 152 / 0.95);
}

.hover\:bg-brand-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 56 101 / var(--tw-bg-opacity));
}

.hover\:bg-brand-700\/0:hover {
  background-color: rgb(4 56 101 / 0);
}

.hover\:bg-brand-700\/10:hover {
  background-color: rgb(4 56 101 / 0.1);
}

.hover\:bg-brand-700\/100:hover {
  background-color: rgb(4 56 101 / 1);
}

.hover\:bg-brand-700\/20:hover {
  background-color: rgb(4 56 101 / 0.2);
}

.hover\:bg-brand-700\/25:hover {
  background-color: rgb(4 56 101 / 0.25);
}

.hover\:bg-brand-700\/30:hover {
  background-color: rgb(4 56 101 / 0.3);
}

.hover\:bg-brand-700\/40:hover {
  background-color: rgb(4 56 101 / 0.4);
}

.hover\:bg-brand-700\/5:hover {
  background-color: rgb(4 56 101 / 0.05);
}

.hover\:bg-brand-700\/50:hover {
  background-color: rgb(4 56 101 / 0.5);
}

.hover\:bg-brand-700\/60:hover {
  background-color: rgb(4 56 101 / 0.6);
}

.hover\:bg-brand-700\/70:hover {
  background-color: rgb(4 56 101 / 0.7);
}

.hover\:bg-brand-700\/75:hover {
  background-color: rgb(4 56 101 / 0.75);
}

.hover\:bg-brand-700\/80:hover {
  background-color: rgb(4 56 101 / 0.8);
}

.hover\:bg-brand-700\/90:hover {
  background-color: rgb(4 56 101 / 0.9);
}

.hover\:bg-brand-700\/95:hover {
  background-color: rgb(4 56 101 / 0.95);
}

.hover\:bg-brand-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(3 42 76 / var(--tw-bg-opacity));
}

.hover\:bg-brand-800\/0:hover {
  background-color: rgb(3 42 76 / 0);
}

.hover\:bg-brand-800\/10:hover {
  background-color: rgb(3 42 76 / 0.1);
}

.hover\:bg-brand-800\/100:hover {
  background-color: rgb(3 42 76 / 1);
}

.hover\:bg-brand-800\/20:hover {
  background-color: rgb(3 42 76 / 0.2);
}

.hover\:bg-brand-800\/25:hover {
  background-color: rgb(3 42 76 / 0.25);
}

.hover\:bg-brand-800\/30:hover {
  background-color: rgb(3 42 76 / 0.3);
}

.hover\:bg-brand-800\/40:hover {
  background-color: rgb(3 42 76 / 0.4);
}

.hover\:bg-brand-800\/5:hover {
  background-color: rgb(3 42 76 / 0.05);
}

.hover\:bg-brand-800\/50:hover {
  background-color: rgb(3 42 76 / 0.5);
}

.hover\:bg-brand-800\/60:hover {
  background-color: rgb(3 42 76 / 0.6);
}

.hover\:bg-brand-800\/70:hover {
  background-color: rgb(3 42 76 / 0.7);
}

.hover\:bg-brand-800\/75:hover {
  background-color: rgb(3 42 76 / 0.75);
}

.hover\:bg-brand-800\/80:hover {
  background-color: rgb(3 42 76 / 0.8);
}

.hover\:bg-brand-800\/90:hover {
  background-color: rgb(3 42 76 / 0.9);
}

.hover\:bg-brand-800\/95:hover {
  background-color: rgb(3 42 76 / 0.95);
}

.hover\:bg-brand-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 28 51 / var(--tw-bg-opacity));
}

.hover\:bg-brand-900\/0:hover {
  background-color: rgb(2 28 51 / 0);
}

.hover\:bg-brand-900\/10:hover {
  background-color: rgb(2 28 51 / 0.1);
}

.hover\:bg-brand-900\/100:hover {
  background-color: rgb(2 28 51 / 1);
}

.hover\:bg-brand-900\/20:hover {
  background-color: rgb(2 28 51 / 0.2);
}

.hover\:bg-brand-900\/25:hover {
  background-color: rgb(2 28 51 / 0.25);
}

.hover\:bg-brand-900\/30:hover {
  background-color: rgb(2 28 51 / 0.3);
}

.hover\:bg-brand-900\/40:hover {
  background-color: rgb(2 28 51 / 0.4);
}

.hover\:bg-brand-900\/5:hover {
  background-color: rgb(2 28 51 / 0.05);
}

.hover\:bg-brand-900\/50:hover {
  background-color: rgb(2 28 51 / 0.5);
}

.hover\:bg-brand-900\/60:hover {
  background-color: rgb(2 28 51 / 0.6);
}

.hover\:bg-brand-900\/70:hover {
  background-color: rgb(2 28 51 / 0.7);
}

.hover\:bg-brand-900\/75:hover {
  background-color: rgb(2 28 51 / 0.75);
}

.hover\:bg-brand-900\/80:hover {
  background-color: rgb(2 28 51 / 0.8);
}

.hover\:bg-brand-900\/90:hover {
  background-color: rgb(2 28 51 / 0.9);
}

.hover\:bg-brand-900\/95:hover {
  background-color: rgb(2 28 51 / 0.95);
}

.hover\:bg-current:hover {
  background-color: currentColor;
}

.hover\:bg-cyan-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity));
}

.hover\:bg-cyan-100\/0:hover {
  background-color: rgb(207 250 254 / 0);
}

.hover\:bg-cyan-100\/10:hover {
  background-color: rgb(207 250 254 / 0.1);
}

.hover\:bg-cyan-100\/100:hover {
  background-color: rgb(207 250 254 / 1);
}

.hover\:bg-cyan-100\/20:hover {
  background-color: rgb(207 250 254 / 0.2);
}

.hover\:bg-cyan-100\/25:hover {
  background-color: rgb(207 250 254 / 0.25);
}

.hover\:bg-cyan-100\/30:hover {
  background-color: rgb(207 250 254 / 0.3);
}

.hover\:bg-cyan-100\/40:hover {
  background-color: rgb(207 250 254 / 0.4);
}

.hover\:bg-cyan-100\/5:hover {
  background-color: rgb(207 250 254 / 0.05);
}

.hover\:bg-cyan-100\/50:hover {
  background-color: rgb(207 250 254 / 0.5);
}

.hover\:bg-cyan-100\/60:hover {
  background-color: rgb(207 250 254 / 0.6);
}

.hover\:bg-cyan-100\/70:hover {
  background-color: rgb(207 250 254 / 0.7);
}

.hover\:bg-cyan-100\/75:hover {
  background-color: rgb(207 250 254 / 0.75);
}

.hover\:bg-cyan-100\/80:hover {
  background-color: rgb(207 250 254 / 0.8);
}

.hover\:bg-cyan-100\/90:hover {
  background-color: rgb(207 250 254 / 0.9);
}

.hover\:bg-cyan-100\/95:hover {
  background-color: rgb(207 250 254 / 0.95);
}

.hover\:bg-cyan-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(165 243 252 / var(--tw-bg-opacity));
}

.hover\:bg-cyan-200\/0:hover {
  background-color: rgb(165 243 252 / 0);
}

.hover\:bg-cyan-200\/10:hover {
  background-color: rgb(165 243 252 / 0.1);
}

.hover\:bg-cyan-200\/100:hover {
  background-color: rgb(165 243 252 / 1);
}

.hover\:bg-cyan-200\/20:hover {
  background-color: rgb(165 243 252 / 0.2);
}

.hover\:bg-cyan-200\/25:hover {
  background-color: rgb(165 243 252 / 0.25);
}

.hover\:bg-cyan-200\/30:hover {
  background-color: rgb(165 243 252 / 0.3);
}

.hover\:bg-cyan-200\/40:hover {
  background-color: rgb(165 243 252 / 0.4);
}

.hover\:bg-cyan-200\/5:hover {
  background-color: rgb(165 243 252 / 0.05);
}

.hover\:bg-cyan-200\/50:hover {
  background-color: rgb(165 243 252 / 0.5);
}

.hover\:bg-cyan-200\/60:hover {
  background-color: rgb(165 243 252 / 0.6);
}

.hover\:bg-cyan-200\/70:hover {
  background-color: rgb(165 243 252 / 0.7);
}

.hover\:bg-cyan-200\/75:hover {
  background-color: rgb(165 243 252 / 0.75);
}

.hover\:bg-cyan-200\/80:hover {
  background-color: rgb(165 243 252 / 0.8);
}

.hover\:bg-cyan-200\/90:hover {
  background-color: rgb(165 243 252 / 0.9);
}

.hover\:bg-cyan-200\/95:hover {
  background-color: rgb(165 243 252 / 0.95);
}

.hover\:bg-cyan-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity));
}

.hover\:bg-cyan-300\/0:hover {
  background-color: rgb(103 232 249 / 0);
}

.hover\:bg-cyan-300\/10:hover {
  background-color: rgb(103 232 249 / 0.1);
}

.hover\:bg-cyan-300\/100:hover {
  background-color: rgb(103 232 249 / 1);
}

.hover\:bg-cyan-300\/20:hover {
  background-color: rgb(103 232 249 / 0.2);
}

.hover\:bg-cyan-300\/25:hover {
  background-color: rgb(103 232 249 / 0.25);
}

.hover\:bg-cyan-300\/30:hover {
  background-color: rgb(103 232 249 / 0.3);
}

.hover\:bg-cyan-300\/40:hover {
  background-color: rgb(103 232 249 / 0.4);
}

.hover\:bg-cyan-300\/5:hover {
  background-color: rgb(103 232 249 / 0.05);
}

.hover\:bg-cyan-300\/50:hover {
  background-color: rgb(103 232 249 / 0.5);
}

.hover\:bg-cyan-300\/60:hover {
  background-color: rgb(103 232 249 / 0.6);
}

.hover\:bg-cyan-300\/70:hover {
  background-color: rgb(103 232 249 / 0.7);
}

.hover\:bg-cyan-300\/75:hover {
  background-color: rgb(103 232 249 / 0.75);
}

.hover\:bg-cyan-300\/80:hover {
  background-color: rgb(103 232 249 / 0.8);
}

.hover\:bg-cyan-300\/90:hover {
  background-color: rgb(103 232 249 / 0.9);
}

.hover\:bg-cyan-300\/95:hover {
  background-color: rgb(103 232 249 / 0.95);
}

.hover\:bg-cyan-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity));
}

.hover\:bg-cyan-400\/0:hover {
  background-color: rgb(34 211 238 / 0);
}

.hover\:bg-cyan-400\/10:hover {
  background-color: rgb(34 211 238 / 0.1);
}

.hover\:bg-cyan-400\/100:hover {
  background-color: rgb(34 211 238 / 1);
}

.hover\:bg-cyan-400\/20:hover {
  background-color: rgb(34 211 238 / 0.2);
}

.hover\:bg-cyan-400\/25:hover {
  background-color: rgb(34 211 238 / 0.25);
}

.hover\:bg-cyan-400\/30:hover {
  background-color: rgb(34 211 238 / 0.3);
}

.hover\:bg-cyan-400\/40:hover {
  background-color: rgb(34 211 238 / 0.4);
}

.hover\:bg-cyan-400\/5:hover {
  background-color: rgb(34 211 238 / 0.05);
}

.hover\:bg-cyan-400\/50:hover {
  background-color: rgb(34 211 238 / 0.5);
}

.hover\:bg-cyan-400\/60:hover {
  background-color: rgb(34 211 238 / 0.6);
}

.hover\:bg-cyan-400\/70:hover {
  background-color: rgb(34 211 238 / 0.7);
}

.hover\:bg-cyan-400\/75:hover {
  background-color: rgb(34 211 238 / 0.75);
}

.hover\:bg-cyan-400\/80:hover {
  background-color: rgb(34 211 238 / 0.8);
}

.hover\:bg-cyan-400\/90:hover {
  background-color: rgb(34 211 238 / 0.9);
}

.hover\:bg-cyan-400\/95:hover {
  background-color: rgb(34 211 238 / 0.95);
}

.hover\:bg-cyan-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity));
}

.hover\:bg-cyan-50\/0:hover {
  background-color: rgb(236 254 255 / 0);
}

.hover\:bg-cyan-50\/10:hover {
  background-color: rgb(236 254 255 / 0.1);
}

.hover\:bg-cyan-50\/100:hover {
  background-color: rgb(236 254 255 / 1);
}

.hover\:bg-cyan-50\/20:hover {
  background-color: rgb(236 254 255 / 0.2);
}

.hover\:bg-cyan-50\/25:hover {
  background-color: rgb(236 254 255 / 0.25);
}

.hover\:bg-cyan-50\/30:hover {
  background-color: rgb(236 254 255 / 0.3);
}

.hover\:bg-cyan-50\/40:hover {
  background-color: rgb(236 254 255 / 0.4);
}

.hover\:bg-cyan-50\/5:hover {
  background-color: rgb(236 254 255 / 0.05);
}

.hover\:bg-cyan-50\/50:hover {
  background-color: rgb(236 254 255 / 0.5);
}

.hover\:bg-cyan-50\/60:hover {
  background-color: rgb(236 254 255 / 0.6);
}

.hover\:bg-cyan-50\/70:hover {
  background-color: rgb(236 254 255 / 0.7);
}

.hover\:bg-cyan-50\/75:hover {
  background-color: rgb(236 254 255 / 0.75);
}

.hover\:bg-cyan-50\/80:hover {
  background-color: rgb(236 254 255 / 0.8);
}

.hover\:bg-cyan-50\/90:hover {
  background-color: rgb(236 254 255 / 0.9);
}

.hover\:bg-cyan-50\/95:hover {
  background-color: rgb(236 254 255 / 0.95);
}

.hover\:bg-cyan-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity));
}

.hover\:bg-cyan-500\/0:hover {
  background-color: rgb(6 182 212 / 0);
}

.hover\:bg-cyan-500\/10:hover {
  background-color: rgb(6 182 212 / 0.1);
}

.hover\:bg-cyan-500\/100:hover {
  background-color: rgb(6 182 212 / 1);
}

.hover\:bg-cyan-500\/20:hover {
  background-color: rgb(6 182 212 / 0.2);
}

.hover\:bg-cyan-500\/25:hover {
  background-color: rgb(6 182 212 / 0.25);
}

.hover\:bg-cyan-500\/30:hover {
  background-color: rgb(6 182 212 / 0.3);
}

.hover\:bg-cyan-500\/40:hover {
  background-color: rgb(6 182 212 / 0.4);
}

.hover\:bg-cyan-500\/5:hover {
  background-color: rgb(6 182 212 / 0.05);
}

.hover\:bg-cyan-500\/50:hover {
  background-color: rgb(6 182 212 / 0.5);
}

.hover\:bg-cyan-500\/60:hover {
  background-color: rgb(6 182 212 / 0.6);
}

.hover\:bg-cyan-500\/70:hover {
  background-color: rgb(6 182 212 / 0.7);
}

.hover\:bg-cyan-500\/75:hover {
  background-color: rgb(6 182 212 / 0.75);
}

.hover\:bg-cyan-500\/80:hover {
  background-color: rgb(6 182 212 / 0.8);
}

.hover\:bg-cyan-500\/90:hover {
  background-color: rgb(6 182 212 / 0.9);
}

.hover\:bg-cyan-500\/95:hover {
  background-color: rgb(6 182 212 / 0.95);
}

.hover\:bg-cyan-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity));
}

.hover\:bg-cyan-600\/0:hover {
  background-color: rgb(8 145 178 / 0);
}

.hover\:bg-cyan-600\/10:hover {
  background-color: rgb(8 145 178 / 0.1);
}

.hover\:bg-cyan-600\/100:hover {
  background-color: rgb(8 145 178 / 1);
}

.hover\:bg-cyan-600\/20:hover {
  background-color: rgb(8 145 178 / 0.2);
}

.hover\:bg-cyan-600\/25:hover {
  background-color: rgb(8 145 178 / 0.25);
}

.hover\:bg-cyan-600\/30:hover {
  background-color: rgb(8 145 178 / 0.3);
}

.hover\:bg-cyan-600\/40:hover {
  background-color: rgb(8 145 178 / 0.4);
}

.hover\:bg-cyan-600\/5:hover {
  background-color: rgb(8 145 178 / 0.05);
}

.hover\:bg-cyan-600\/50:hover {
  background-color: rgb(8 145 178 / 0.5);
}

.hover\:bg-cyan-600\/60:hover {
  background-color: rgb(8 145 178 / 0.6);
}

.hover\:bg-cyan-600\/70:hover {
  background-color: rgb(8 145 178 / 0.7);
}

.hover\:bg-cyan-600\/75:hover {
  background-color: rgb(8 145 178 / 0.75);
}

.hover\:bg-cyan-600\/80:hover {
  background-color: rgb(8 145 178 / 0.8);
}

.hover\:bg-cyan-600\/90:hover {
  background-color: rgb(8 145 178 / 0.9);
}

.hover\:bg-cyan-600\/95:hover {
  background-color: rgb(8 145 178 / 0.95);
}

.hover\:bg-cyan-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity));
}

.hover\:bg-cyan-700\/0:hover {
  background-color: rgb(14 116 144 / 0);
}

.hover\:bg-cyan-700\/10:hover {
  background-color: rgb(14 116 144 / 0.1);
}

.hover\:bg-cyan-700\/100:hover {
  background-color: rgb(14 116 144 / 1);
}

.hover\:bg-cyan-700\/20:hover {
  background-color: rgb(14 116 144 / 0.2);
}

.hover\:bg-cyan-700\/25:hover {
  background-color: rgb(14 116 144 / 0.25);
}

.hover\:bg-cyan-700\/30:hover {
  background-color: rgb(14 116 144 / 0.3);
}

.hover\:bg-cyan-700\/40:hover {
  background-color: rgb(14 116 144 / 0.4);
}

.hover\:bg-cyan-700\/5:hover {
  background-color: rgb(14 116 144 / 0.05);
}

.hover\:bg-cyan-700\/50:hover {
  background-color: rgb(14 116 144 / 0.5);
}

.hover\:bg-cyan-700\/60:hover {
  background-color: rgb(14 116 144 / 0.6);
}

.hover\:bg-cyan-700\/70:hover {
  background-color: rgb(14 116 144 / 0.7);
}

.hover\:bg-cyan-700\/75:hover {
  background-color: rgb(14 116 144 / 0.75);
}

.hover\:bg-cyan-700\/80:hover {
  background-color: rgb(14 116 144 / 0.8);
}

.hover\:bg-cyan-700\/90:hover {
  background-color: rgb(14 116 144 / 0.9);
}

.hover\:bg-cyan-700\/95:hover {
  background-color: rgb(14 116 144 / 0.95);
}

.hover\:bg-cyan-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity));
}

.hover\:bg-cyan-800\/0:hover {
  background-color: rgb(21 94 117 / 0);
}

.hover\:bg-cyan-800\/10:hover {
  background-color: rgb(21 94 117 / 0.1);
}

.hover\:bg-cyan-800\/100:hover {
  background-color: rgb(21 94 117 / 1);
}

.hover\:bg-cyan-800\/20:hover {
  background-color: rgb(21 94 117 / 0.2);
}

.hover\:bg-cyan-800\/25:hover {
  background-color: rgb(21 94 117 / 0.25);
}

.hover\:bg-cyan-800\/30:hover {
  background-color: rgb(21 94 117 / 0.3);
}

.hover\:bg-cyan-800\/40:hover {
  background-color: rgb(21 94 117 / 0.4);
}

.hover\:bg-cyan-800\/5:hover {
  background-color: rgb(21 94 117 / 0.05);
}

.hover\:bg-cyan-800\/50:hover {
  background-color: rgb(21 94 117 / 0.5);
}

.hover\:bg-cyan-800\/60:hover {
  background-color: rgb(21 94 117 / 0.6);
}

.hover\:bg-cyan-800\/70:hover {
  background-color: rgb(21 94 117 / 0.7);
}

.hover\:bg-cyan-800\/75:hover {
  background-color: rgb(21 94 117 / 0.75);
}

.hover\:bg-cyan-800\/80:hover {
  background-color: rgb(21 94 117 / 0.8);
}

.hover\:bg-cyan-800\/90:hover {
  background-color: rgb(21 94 117 / 0.9);
}

.hover\:bg-cyan-800\/95:hover {
  background-color: rgb(21 94 117 / 0.95);
}

.hover\:bg-cyan-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity));
}

.hover\:bg-cyan-900\/0:hover {
  background-color: rgb(22 78 99 / 0);
}

.hover\:bg-cyan-900\/10:hover {
  background-color: rgb(22 78 99 / 0.1);
}

.hover\:bg-cyan-900\/100:hover {
  background-color: rgb(22 78 99 / 1);
}

.hover\:bg-cyan-900\/20:hover {
  background-color: rgb(22 78 99 / 0.2);
}

.hover\:bg-cyan-900\/25:hover {
  background-color: rgb(22 78 99 / 0.25);
}

.hover\:bg-cyan-900\/30:hover {
  background-color: rgb(22 78 99 / 0.3);
}

.hover\:bg-cyan-900\/40:hover {
  background-color: rgb(22 78 99 / 0.4);
}

.hover\:bg-cyan-900\/5:hover {
  background-color: rgb(22 78 99 / 0.05);
}

.hover\:bg-cyan-900\/50:hover {
  background-color: rgb(22 78 99 / 0.5);
}

.hover\:bg-cyan-900\/60:hover {
  background-color: rgb(22 78 99 / 0.6);
}

.hover\:bg-cyan-900\/70:hover {
  background-color: rgb(22 78 99 / 0.7);
}

.hover\:bg-cyan-900\/75:hover {
  background-color: rgb(22 78 99 / 0.75);
}

.hover\:bg-cyan-900\/80:hover {
  background-color: rgb(22 78 99 / 0.8);
}

.hover\:bg-cyan-900\/90:hover {
  background-color: rgb(22 78 99 / 0.9);
}

.hover\:bg-cyan-900\/95:hover {
  background-color: rgb(22 78 99 / 0.95);
}

.hover\:bg-cyan-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(8 51 68 / var(--tw-bg-opacity));
}

.hover\:bg-cyan-950\/0:hover {
  background-color: rgb(8 51 68 / 0);
}

.hover\:bg-cyan-950\/10:hover {
  background-color: rgb(8 51 68 / 0.1);
}

.hover\:bg-cyan-950\/100:hover {
  background-color: rgb(8 51 68 / 1);
}

.hover\:bg-cyan-950\/20:hover {
  background-color: rgb(8 51 68 / 0.2);
}

.hover\:bg-cyan-950\/25:hover {
  background-color: rgb(8 51 68 / 0.25);
}

.hover\:bg-cyan-950\/30:hover {
  background-color: rgb(8 51 68 / 0.3);
}

.hover\:bg-cyan-950\/40:hover {
  background-color: rgb(8 51 68 / 0.4);
}

.hover\:bg-cyan-950\/5:hover {
  background-color: rgb(8 51 68 / 0.05);
}

.hover\:bg-cyan-950\/50:hover {
  background-color: rgb(8 51 68 / 0.5);
}

.hover\:bg-cyan-950\/60:hover {
  background-color: rgb(8 51 68 / 0.6);
}

.hover\:bg-cyan-950\/70:hover {
  background-color: rgb(8 51 68 / 0.7);
}

.hover\:bg-cyan-950\/75:hover {
  background-color: rgb(8 51 68 / 0.75);
}

.hover\:bg-cyan-950\/80:hover {
  background-color: rgb(8 51 68 / 0.8);
}

.hover\:bg-cyan-950\/90:hover {
  background-color: rgb(8 51 68 / 0.9);
}

.hover\:bg-cyan-950\/95:hover {
  background-color: rgb(8 51 68 / 0.95);
}

.hover\:bg-emerald-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
}

.hover\:bg-emerald-100\/0:hover {
  background-color: rgb(209 250 229 / 0);
}

.hover\:bg-emerald-100\/10:hover {
  background-color: rgb(209 250 229 / 0.1);
}

.hover\:bg-emerald-100\/100:hover {
  background-color: rgb(209 250 229 / 1);
}

.hover\:bg-emerald-100\/20:hover {
  background-color: rgb(209 250 229 / 0.2);
}

.hover\:bg-emerald-100\/25:hover {
  background-color: rgb(209 250 229 / 0.25);
}

.hover\:bg-emerald-100\/30:hover {
  background-color: rgb(209 250 229 / 0.3);
}

.hover\:bg-emerald-100\/40:hover {
  background-color: rgb(209 250 229 / 0.4);
}

.hover\:bg-emerald-100\/5:hover {
  background-color: rgb(209 250 229 / 0.05);
}

.hover\:bg-emerald-100\/50:hover {
  background-color: rgb(209 250 229 / 0.5);
}

.hover\:bg-emerald-100\/60:hover {
  background-color: rgb(209 250 229 / 0.6);
}

.hover\:bg-emerald-100\/70:hover {
  background-color: rgb(209 250 229 / 0.7);
}

.hover\:bg-emerald-100\/75:hover {
  background-color: rgb(209 250 229 / 0.75);
}

.hover\:bg-emerald-100\/80:hover {
  background-color: rgb(209 250 229 / 0.8);
}

.hover\:bg-emerald-100\/90:hover {
  background-color: rgb(209 250 229 / 0.9);
}

.hover\:bg-emerald-100\/95:hover {
  background-color: rgb(209 250 229 / 0.95);
}

.hover\:bg-emerald-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity));
}

.hover\:bg-emerald-200\/0:hover {
  background-color: rgb(167 243 208 / 0);
}

.hover\:bg-emerald-200\/10:hover {
  background-color: rgb(167 243 208 / 0.1);
}

.hover\:bg-emerald-200\/100:hover {
  background-color: rgb(167 243 208 / 1);
}

.hover\:bg-emerald-200\/20:hover {
  background-color: rgb(167 243 208 / 0.2);
}

.hover\:bg-emerald-200\/25:hover {
  background-color: rgb(167 243 208 / 0.25);
}

.hover\:bg-emerald-200\/30:hover {
  background-color: rgb(167 243 208 / 0.3);
}

.hover\:bg-emerald-200\/40:hover {
  background-color: rgb(167 243 208 / 0.4);
}

.hover\:bg-emerald-200\/5:hover {
  background-color: rgb(167 243 208 / 0.05);
}

.hover\:bg-emerald-200\/50:hover {
  background-color: rgb(167 243 208 / 0.5);
}

.hover\:bg-emerald-200\/60:hover {
  background-color: rgb(167 243 208 / 0.6);
}

.hover\:bg-emerald-200\/70:hover {
  background-color: rgb(167 243 208 / 0.7);
}

.hover\:bg-emerald-200\/75:hover {
  background-color: rgb(167 243 208 / 0.75);
}

.hover\:bg-emerald-200\/80:hover {
  background-color: rgb(167 243 208 / 0.8);
}

.hover\:bg-emerald-200\/90:hover {
  background-color: rgb(167 243 208 / 0.9);
}

.hover\:bg-emerald-200\/95:hover {
  background-color: rgb(167 243 208 / 0.95);
}

.hover\:bg-emerald-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity));
}

.hover\:bg-emerald-300\/0:hover {
  background-color: rgb(110 231 183 / 0);
}

.hover\:bg-emerald-300\/10:hover {
  background-color: rgb(110 231 183 / 0.1);
}

.hover\:bg-emerald-300\/100:hover {
  background-color: rgb(110 231 183 / 1);
}

.hover\:bg-emerald-300\/20:hover {
  background-color: rgb(110 231 183 / 0.2);
}

.hover\:bg-emerald-300\/25:hover {
  background-color: rgb(110 231 183 / 0.25);
}

.hover\:bg-emerald-300\/30:hover {
  background-color: rgb(110 231 183 / 0.3);
}

.hover\:bg-emerald-300\/40:hover {
  background-color: rgb(110 231 183 / 0.4);
}

.hover\:bg-emerald-300\/5:hover {
  background-color: rgb(110 231 183 / 0.05);
}

.hover\:bg-emerald-300\/50:hover {
  background-color: rgb(110 231 183 / 0.5);
}

.hover\:bg-emerald-300\/60:hover {
  background-color: rgb(110 231 183 / 0.6);
}

.hover\:bg-emerald-300\/70:hover {
  background-color: rgb(110 231 183 / 0.7);
}

.hover\:bg-emerald-300\/75:hover {
  background-color: rgb(110 231 183 / 0.75);
}

.hover\:bg-emerald-300\/80:hover {
  background-color: rgb(110 231 183 / 0.8);
}

.hover\:bg-emerald-300\/90:hover {
  background-color: rgb(110 231 183 / 0.9);
}

.hover\:bg-emerald-300\/95:hover {
  background-color: rgb(110 231 183 / 0.95);
}

.hover\:bg-emerald-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity));
}

.hover\:bg-emerald-400\/0:hover {
  background-color: rgb(52 211 153 / 0);
}

.hover\:bg-emerald-400\/10:hover {
  background-color: rgb(52 211 153 / 0.1);
}

.hover\:bg-emerald-400\/100:hover {
  background-color: rgb(52 211 153 / 1);
}

.hover\:bg-emerald-400\/20:hover {
  background-color: rgb(52 211 153 / 0.2);
}

.hover\:bg-emerald-400\/25:hover {
  background-color: rgb(52 211 153 / 0.25);
}

.hover\:bg-emerald-400\/30:hover {
  background-color: rgb(52 211 153 / 0.3);
}

.hover\:bg-emerald-400\/40:hover {
  background-color: rgb(52 211 153 / 0.4);
}

.hover\:bg-emerald-400\/5:hover {
  background-color: rgb(52 211 153 / 0.05);
}

.hover\:bg-emerald-400\/50:hover {
  background-color: rgb(52 211 153 / 0.5);
}

.hover\:bg-emerald-400\/60:hover {
  background-color: rgb(52 211 153 / 0.6);
}

.hover\:bg-emerald-400\/70:hover {
  background-color: rgb(52 211 153 / 0.7);
}

.hover\:bg-emerald-400\/75:hover {
  background-color: rgb(52 211 153 / 0.75);
}

.hover\:bg-emerald-400\/80:hover {
  background-color: rgb(52 211 153 / 0.8);
}

.hover\:bg-emerald-400\/90:hover {
  background-color: rgb(52 211 153 / 0.9);
}

.hover\:bg-emerald-400\/95:hover {
  background-color: rgb(52 211 153 / 0.95);
}

.hover\:bg-emerald-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
}

.hover\:bg-emerald-50\/0:hover {
  background-color: rgb(236 253 245 / 0);
}

.hover\:bg-emerald-50\/10:hover {
  background-color: rgb(236 253 245 / 0.1);
}

.hover\:bg-emerald-50\/100:hover {
  background-color: rgb(236 253 245 / 1);
}

.hover\:bg-emerald-50\/20:hover {
  background-color: rgb(236 253 245 / 0.2);
}

.hover\:bg-emerald-50\/25:hover {
  background-color: rgb(236 253 245 / 0.25);
}

.hover\:bg-emerald-50\/30:hover {
  background-color: rgb(236 253 245 / 0.3);
}

.hover\:bg-emerald-50\/40:hover {
  background-color: rgb(236 253 245 / 0.4);
}

.hover\:bg-emerald-50\/5:hover {
  background-color: rgb(236 253 245 / 0.05);
}

.hover\:bg-emerald-50\/50:hover {
  background-color: rgb(236 253 245 / 0.5);
}

.hover\:bg-emerald-50\/60:hover {
  background-color: rgb(236 253 245 / 0.6);
}

.hover\:bg-emerald-50\/70:hover {
  background-color: rgb(236 253 245 / 0.7);
}

.hover\:bg-emerald-50\/75:hover {
  background-color: rgb(236 253 245 / 0.75);
}

.hover\:bg-emerald-50\/80:hover {
  background-color: rgb(236 253 245 / 0.8);
}

.hover\:bg-emerald-50\/90:hover {
  background-color: rgb(236 253 245 / 0.9);
}

.hover\:bg-emerald-50\/95:hover {
  background-color: rgb(236 253 245 / 0.95);
}

.hover\:bg-emerald-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}

.hover\:bg-emerald-500\/0:hover {
  background-color: rgb(16 185 129 / 0);
}

.hover\:bg-emerald-500\/10:hover {
  background-color: rgb(16 185 129 / 0.1);
}

.hover\:bg-emerald-500\/100:hover {
  background-color: rgb(16 185 129 / 1);
}

.hover\:bg-emerald-500\/20:hover {
  background-color: rgb(16 185 129 / 0.2);
}

.hover\:bg-emerald-500\/25:hover {
  background-color: rgb(16 185 129 / 0.25);
}

.hover\:bg-emerald-500\/30:hover {
  background-color: rgb(16 185 129 / 0.3);
}

.hover\:bg-emerald-500\/40:hover {
  background-color: rgb(16 185 129 / 0.4);
}

.hover\:bg-emerald-500\/5:hover {
  background-color: rgb(16 185 129 / 0.05);
}

.hover\:bg-emerald-500\/50:hover {
  background-color: rgb(16 185 129 / 0.5);
}

.hover\:bg-emerald-500\/60:hover {
  background-color: rgb(16 185 129 / 0.6);
}

.hover\:bg-emerald-500\/70:hover {
  background-color: rgb(16 185 129 / 0.7);
}

.hover\:bg-emerald-500\/75:hover {
  background-color: rgb(16 185 129 / 0.75);
}

.hover\:bg-emerald-500\/80:hover {
  background-color: rgb(16 185 129 / 0.8);
}

.hover\:bg-emerald-500\/90:hover {
  background-color: rgb(16 185 129 / 0.9);
}

.hover\:bg-emerald-500\/95:hover {
  background-color: rgb(16 185 129 / 0.95);
}

.hover\:bg-emerald-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}

.hover\:bg-emerald-600\/0:hover {
  background-color: rgb(5 150 105 / 0);
}

.hover\:bg-emerald-600\/10:hover {
  background-color: rgb(5 150 105 / 0.1);
}

.hover\:bg-emerald-600\/100:hover {
  background-color: rgb(5 150 105 / 1);
}

.hover\:bg-emerald-600\/20:hover {
  background-color: rgb(5 150 105 / 0.2);
}

.hover\:bg-emerald-600\/25:hover {
  background-color: rgb(5 150 105 / 0.25);
}

.hover\:bg-emerald-600\/30:hover {
  background-color: rgb(5 150 105 / 0.3);
}

.hover\:bg-emerald-600\/40:hover {
  background-color: rgb(5 150 105 / 0.4);
}

.hover\:bg-emerald-600\/5:hover {
  background-color: rgb(5 150 105 / 0.05);
}

.hover\:bg-emerald-600\/50:hover {
  background-color: rgb(5 150 105 / 0.5);
}

.hover\:bg-emerald-600\/60:hover {
  background-color: rgb(5 150 105 / 0.6);
}

.hover\:bg-emerald-600\/70:hover {
  background-color: rgb(5 150 105 / 0.7);
}

.hover\:bg-emerald-600\/75:hover {
  background-color: rgb(5 150 105 / 0.75);
}

.hover\:bg-emerald-600\/80:hover {
  background-color: rgb(5 150 105 / 0.8);
}

.hover\:bg-emerald-600\/90:hover {
  background-color: rgb(5 150 105 / 0.9);
}

.hover\:bg-emerald-600\/95:hover {
  background-color: rgb(5 150 105 / 0.95);
}

.hover\:bg-emerald-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity));
}

.hover\:bg-emerald-700\/0:hover {
  background-color: rgb(4 120 87 / 0);
}

.hover\:bg-emerald-700\/10:hover {
  background-color: rgb(4 120 87 / 0.1);
}

.hover\:bg-emerald-700\/100:hover {
  background-color: rgb(4 120 87 / 1);
}

.hover\:bg-emerald-700\/20:hover {
  background-color: rgb(4 120 87 / 0.2);
}

.hover\:bg-emerald-700\/25:hover {
  background-color: rgb(4 120 87 / 0.25);
}

.hover\:bg-emerald-700\/30:hover {
  background-color: rgb(4 120 87 / 0.3);
}

.hover\:bg-emerald-700\/40:hover {
  background-color: rgb(4 120 87 / 0.4);
}

.hover\:bg-emerald-700\/5:hover {
  background-color: rgb(4 120 87 / 0.05);
}

.hover\:bg-emerald-700\/50:hover {
  background-color: rgb(4 120 87 / 0.5);
}

.hover\:bg-emerald-700\/60:hover {
  background-color: rgb(4 120 87 / 0.6);
}

.hover\:bg-emerald-700\/70:hover {
  background-color: rgb(4 120 87 / 0.7);
}

.hover\:bg-emerald-700\/75:hover {
  background-color: rgb(4 120 87 / 0.75);
}

.hover\:bg-emerald-700\/80:hover {
  background-color: rgb(4 120 87 / 0.8);
}

.hover\:bg-emerald-700\/90:hover {
  background-color: rgb(4 120 87 / 0.9);
}

.hover\:bg-emerald-700\/95:hover {
  background-color: rgb(4 120 87 / 0.95);
}

.hover\:bg-emerald-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity));
}

.hover\:bg-emerald-800\/0:hover {
  background-color: rgb(6 95 70 / 0);
}

.hover\:bg-emerald-800\/10:hover {
  background-color: rgb(6 95 70 / 0.1);
}

.hover\:bg-emerald-800\/100:hover {
  background-color: rgb(6 95 70 / 1);
}

.hover\:bg-emerald-800\/20:hover {
  background-color: rgb(6 95 70 / 0.2);
}

.hover\:bg-emerald-800\/25:hover {
  background-color: rgb(6 95 70 / 0.25);
}

.hover\:bg-emerald-800\/30:hover {
  background-color: rgb(6 95 70 / 0.3);
}

.hover\:bg-emerald-800\/40:hover {
  background-color: rgb(6 95 70 / 0.4);
}

.hover\:bg-emerald-800\/5:hover {
  background-color: rgb(6 95 70 / 0.05);
}

.hover\:bg-emerald-800\/50:hover {
  background-color: rgb(6 95 70 / 0.5);
}

.hover\:bg-emerald-800\/60:hover {
  background-color: rgb(6 95 70 / 0.6);
}

.hover\:bg-emerald-800\/70:hover {
  background-color: rgb(6 95 70 / 0.7);
}

.hover\:bg-emerald-800\/75:hover {
  background-color: rgb(6 95 70 / 0.75);
}

.hover\:bg-emerald-800\/80:hover {
  background-color: rgb(6 95 70 / 0.8);
}

.hover\:bg-emerald-800\/90:hover {
  background-color: rgb(6 95 70 / 0.9);
}

.hover\:bg-emerald-800\/95:hover {
  background-color: rgb(6 95 70 / 0.95);
}

.hover\:bg-emerald-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity));
}

.hover\:bg-emerald-900\/0:hover {
  background-color: rgb(6 78 59 / 0);
}

.hover\:bg-emerald-900\/10:hover {
  background-color: rgb(6 78 59 / 0.1);
}

.hover\:bg-emerald-900\/100:hover {
  background-color: rgb(6 78 59 / 1);
}

.hover\:bg-emerald-900\/20:hover {
  background-color: rgb(6 78 59 / 0.2);
}

.hover\:bg-emerald-900\/25:hover {
  background-color: rgb(6 78 59 / 0.25);
}

.hover\:bg-emerald-900\/30:hover {
  background-color: rgb(6 78 59 / 0.3);
}

.hover\:bg-emerald-900\/40:hover {
  background-color: rgb(6 78 59 / 0.4);
}

.hover\:bg-emerald-900\/5:hover {
  background-color: rgb(6 78 59 / 0.05);
}

.hover\:bg-emerald-900\/50:hover {
  background-color: rgb(6 78 59 / 0.5);
}

.hover\:bg-emerald-900\/60:hover {
  background-color: rgb(6 78 59 / 0.6);
}

.hover\:bg-emerald-900\/70:hover {
  background-color: rgb(6 78 59 / 0.7);
}

.hover\:bg-emerald-900\/75:hover {
  background-color: rgb(6 78 59 / 0.75);
}

.hover\:bg-emerald-900\/80:hover {
  background-color: rgb(6 78 59 / 0.8);
}

.hover\:bg-emerald-900\/90:hover {
  background-color: rgb(6 78 59 / 0.9);
}

.hover\:bg-emerald-900\/95:hover {
  background-color: rgb(6 78 59 / 0.95);
}

.hover\:bg-emerald-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 44 34 / var(--tw-bg-opacity));
}

.hover\:bg-emerald-950\/0:hover {
  background-color: rgb(2 44 34 / 0);
}

.hover\:bg-emerald-950\/10:hover {
  background-color: rgb(2 44 34 / 0.1);
}

.hover\:bg-emerald-950\/100:hover {
  background-color: rgb(2 44 34 / 1);
}

.hover\:bg-emerald-950\/20:hover {
  background-color: rgb(2 44 34 / 0.2);
}

.hover\:bg-emerald-950\/25:hover {
  background-color: rgb(2 44 34 / 0.25);
}

.hover\:bg-emerald-950\/30:hover {
  background-color: rgb(2 44 34 / 0.3);
}

.hover\:bg-emerald-950\/40:hover {
  background-color: rgb(2 44 34 / 0.4);
}

.hover\:bg-emerald-950\/5:hover {
  background-color: rgb(2 44 34 / 0.05);
}

.hover\:bg-emerald-950\/50:hover {
  background-color: rgb(2 44 34 / 0.5);
}

.hover\:bg-emerald-950\/60:hover {
  background-color: rgb(2 44 34 / 0.6);
}

.hover\:bg-emerald-950\/70:hover {
  background-color: rgb(2 44 34 / 0.7);
}

.hover\:bg-emerald-950\/75:hover {
  background-color: rgb(2 44 34 / 0.75);
}

.hover\:bg-emerald-950\/80:hover {
  background-color: rgb(2 44 34 / 0.8);
}

.hover\:bg-emerald-950\/90:hover {
  background-color: rgb(2 44 34 / 0.9);
}

.hover\:bg-emerald-950\/95:hover {
  background-color: rgb(2 44 34 / 0.95);
}

.hover\:bg-fuchsia-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-100\/0:hover {
  background-color: rgb(250 232 255 / 0);
}

.hover\:bg-fuchsia-100\/10:hover {
  background-color: rgb(250 232 255 / 0.1);
}

.hover\:bg-fuchsia-100\/100:hover {
  background-color: rgb(250 232 255 / 1);
}

.hover\:bg-fuchsia-100\/20:hover {
  background-color: rgb(250 232 255 / 0.2);
}

.hover\:bg-fuchsia-100\/25:hover {
  background-color: rgb(250 232 255 / 0.25);
}

.hover\:bg-fuchsia-100\/30:hover {
  background-color: rgb(250 232 255 / 0.3);
}

.hover\:bg-fuchsia-100\/40:hover {
  background-color: rgb(250 232 255 / 0.4);
}

.hover\:bg-fuchsia-100\/5:hover {
  background-color: rgb(250 232 255 / 0.05);
}

.hover\:bg-fuchsia-100\/50:hover {
  background-color: rgb(250 232 255 / 0.5);
}

.hover\:bg-fuchsia-100\/60:hover {
  background-color: rgb(250 232 255 / 0.6);
}

.hover\:bg-fuchsia-100\/70:hover {
  background-color: rgb(250 232 255 / 0.7);
}

.hover\:bg-fuchsia-100\/75:hover {
  background-color: rgb(250 232 255 / 0.75);
}

.hover\:bg-fuchsia-100\/80:hover {
  background-color: rgb(250 232 255 / 0.8);
}

.hover\:bg-fuchsia-100\/90:hover {
  background-color: rgb(250 232 255 / 0.9);
}

.hover\:bg-fuchsia-100\/95:hover {
  background-color: rgb(250 232 255 / 0.95);
}

.hover\:bg-fuchsia-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 208 254 / var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-200\/0:hover {
  background-color: rgb(245 208 254 / 0);
}

.hover\:bg-fuchsia-200\/10:hover {
  background-color: rgb(245 208 254 / 0.1);
}

.hover\:bg-fuchsia-200\/100:hover {
  background-color: rgb(245 208 254 / 1);
}

.hover\:bg-fuchsia-200\/20:hover {
  background-color: rgb(245 208 254 / 0.2);
}

.hover\:bg-fuchsia-200\/25:hover {
  background-color: rgb(245 208 254 / 0.25);
}

.hover\:bg-fuchsia-200\/30:hover {
  background-color: rgb(245 208 254 / 0.3);
}

.hover\:bg-fuchsia-200\/40:hover {
  background-color: rgb(245 208 254 / 0.4);
}

.hover\:bg-fuchsia-200\/5:hover {
  background-color: rgb(245 208 254 / 0.05);
}

.hover\:bg-fuchsia-200\/50:hover {
  background-color: rgb(245 208 254 / 0.5);
}

.hover\:bg-fuchsia-200\/60:hover {
  background-color: rgb(245 208 254 / 0.6);
}

.hover\:bg-fuchsia-200\/70:hover {
  background-color: rgb(245 208 254 / 0.7);
}

.hover\:bg-fuchsia-200\/75:hover {
  background-color: rgb(245 208 254 / 0.75);
}

.hover\:bg-fuchsia-200\/80:hover {
  background-color: rgb(245 208 254 / 0.8);
}

.hover\:bg-fuchsia-200\/90:hover {
  background-color: rgb(245 208 254 / 0.9);
}

.hover\:bg-fuchsia-200\/95:hover {
  background-color: rgb(245 208 254 / 0.95);
}

.hover\:bg-fuchsia-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 171 252 / var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-300\/0:hover {
  background-color: rgb(240 171 252 / 0);
}

.hover\:bg-fuchsia-300\/10:hover {
  background-color: rgb(240 171 252 / 0.1);
}

.hover\:bg-fuchsia-300\/100:hover {
  background-color: rgb(240 171 252 / 1);
}

.hover\:bg-fuchsia-300\/20:hover {
  background-color: rgb(240 171 252 / 0.2);
}

.hover\:bg-fuchsia-300\/25:hover {
  background-color: rgb(240 171 252 / 0.25);
}

.hover\:bg-fuchsia-300\/30:hover {
  background-color: rgb(240 171 252 / 0.3);
}

.hover\:bg-fuchsia-300\/40:hover {
  background-color: rgb(240 171 252 / 0.4);
}

.hover\:bg-fuchsia-300\/5:hover {
  background-color: rgb(240 171 252 / 0.05);
}

.hover\:bg-fuchsia-300\/50:hover {
  background-color: rgb(240 171 252 / 0.5);
}

.hover\:bg-fuchsia-300\/60:hover {
  background-color: rgb(240 171 252 / 0.6);
}

.hover\:bg-fuchsia-300\/70:hover {
  background-color: rgb(240 171 252 / 0.7);
}

.hover\:bg-fuchsia-300\/75:hover {
  background-color: rgb(240 171 252 / 0.75);
}

.hover\:bg-fuchsia-300\/80:hover {
  background-color: rgb(240 171 252 / 0.8);
}

.hover\:bg-fuchsia-300\/90:hover {
  background-color: rgb(240 171 252 / 0.9);
}

.hover\:bg-fuchsia-300\/95:hover {
  background-color: rgb(240 171 252 / 0.95);
}

.hover\:bg-fuchsia-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-400\/0:hover {
  background-color: rgb(232 121 249 / 0);
}

.hover\:bg-fuchsia-400\/10:hover {
  background-color: rgb(232 121 249 / 0.1);
}

.hover\:bg-fuchsia-400\/100:hover {
  background-color: rgb(232 121 249 / 1);
}

.hover\:bg-fuchsia-400\/20:hover {
  background-color: rgb(232 121 249 / 0.2);
}

.hover\:bg-fuchsia-400\/25:hover {
  background-color: rgb(232 121 249 / 0.25);
}

.hover\:bg-fuchsia-400\/30:hover {
  background-color: rgb(232 121 249 / 0.3);
}

.hover\:bg-fuchsia-400\/40:hover {
  background-color: rgb(232 121 249 / 0.4);
}

.hover\:bg-fuchsia-400\/5:hover {
  background-color: rgb(232 121 249 / 0.05);
}

.hover\:bg-fuchsia-400\/50:hover {
  background-color: rgb(232 121 249 / 0.5);
}

.hover\:bg-fuchsia-400\/60:hover {
  background-color: rgb(232 121 249 / 0.6);
}

.hover\:bg-fuchsia-400\/70:hover {
  background-color: rgb(232 121 249 / 0.7);
}

.hover\:bg-fuchsia-400\/75:hover {
  background-color: rgb(232 121 249 / 0.75);
}

.hover\:bg-fuchsia-400\/80:hover {
  background-color: rgb(232 121 249 / 0.8);
}

.hover\:bg-fuchsia-400\/90:hover {
  background-color: rgb(232 121 249 / 0.9);
}

.hover\:bg-fuchsia-400\/95:hover {
  background-color: rgb(232 121 249 / 0.95);
}

.hover\:bg-fuchsia-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-50\/0:hover {
  background-color: rgb(253 244 255 / 0);
}

.hover\:bg-fuchsia-50\/10:hover {
  background-color: rgb(253 244 255 / 0.1);
}

.hover\:bg-fuchsia-50\/100:hover {
  background-color: rgb(253 244 255 / 1);
}

.hover\:bg-fuchsia-50\/20:hover {
  background-color: rgb(253 244 255 / 0.2);
}

.hover\:bg-fuchsia-50\/25:hover {
  background-color: rgb(253 244 255 / 0.25);
}

.hover\:bg-fuchsia-50\/30:hover {
  background-color: rgb(253 244 255 / 0.3);
}

.hover\:bg-fuchsia-50\/40:hover {
  background-color: rgb(253 244 255 / 0.4);
}

.hover\:bg-fuchsia-50\/5:hover {
  background-color: rgb(253 244 255 / 0.05);
}

.hover\:bg-fuchsia-50\/50:hover {
  background-color: rgb(253 244 255 / 0.5);
}

.hover\:bg-fuchsia-50\/60:hover {
  background-color: rgb(253 244 255 / 0.6);
}

.hover\:bg-fuchsia-50\/70:hover {
  background-color: rgb(253 244 255 / 0.7);
}

.hover\:bg-fuchsia-50\/75:hover {
  background-color: rgb(253 244 255 / 0.75);
}

.hover\:bg-fuchsia-50\/80:hover {
  background-color: rgb(253 244 255 / 0.8);
}

.hover\:bg-fuchsia-50\/90:hover {
  background-color: rgb(253 244 255 / 0.9);
}

.hover\:bg-fuchsia-50\/95:hover {
  background-color: rgb(253 244 255 / 0.95);
}

.hover\:bg-fuchsia-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-500\/0:hover {
  background-color: rgb(217 70 239 / 0);
}

.hover\:bg-fuchsia-500\/10:hover {
  background-color: rgb(217 70 239 / 0.1);
}

.hover\:bg-fuchsia-500\/100:hover {
  background-color: rgb(217 70 239 / 1);
}

.hover\:bg-fuchsia-500\/20:hover {
  background-color: rgb(217 70 239 / 0.2);
}

.hover\:bg-fuchsia-500\/25:hover {
  background-color: rgb(217 70 239 / 0.25);
}

.hover\:bg-fuchsia-500\/30:hover {
  background-color: rgb(217 70 239 / 0.3);
}

.hover\:bg-fuchsia-500\/40:hover {
  background-color: rgb(217 70 239 / 0.4);
}

.hover\:bg-fuchsia-500\/5:hover {
  background-color: rgb(217 70 239 / 0.05);
}

.hover\:bg-fuchsia-500\/50:hover {
  background-color: rgb(217 70 239 / 0.5);
}

.hover\:bg-fuchsia-500\/60:hover {
  background-color: rgb(217 70 239 / 0.6);
}

.hover\:bg-fuchsia-500\/70:hover {
  background-color: rgb(217 70 239 / 0.7);
}

.hover\:bg-fuchsia-500\/75:hover {
  background-color: rgb(217 70 239 / 0.75);
}

.hover\:bg-fuchsia-500\/80:hover {
  background-color: rgb(217 70 239 / 0.8);
}

.hover\:bg-fuchsia-500\/90:hover {
  background-color: rgb(217 70 239 / 0.9);
}

.hover\:bg-fuchsia-500\/95:hover {
  background-color: rgb(217 70 239 / 0.95);
}

.hover\:bg-fuchsia-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-600\/0:hover {
  background-color: rgb(192 38 211 / 0);
}

.hover\:bg-fuchsia-600\/10:hover {
  background-color: rgb(192 38 211 / 0.1);
}

.hover\:bg-fuchsia-600\/100:hover {
  background-color: rgb(192 38 211 / 1);
}

.hover\:bg-fuchsia-600\/20:hover {
  background-color: rgb(192 38 211 / 0.2);
}

.hover\:bg-fuchsia-600\/25:hover {
  background-color: rgb(192 38 211 / 0.25);
}

.hover\:bg-fuchsia-600\/30:hover {
  background-color: rgb(192 38 211 / 0.3);
}

.hover\:bg-fuchsia-600\/40:hover {
  background-color: rgb(192 38 211 / 0.4);
}

.hover\:bg-fuchsia-600\/5:hover {
  background-color: rgb(192 38 211 / 0.05);
}

.hover\:bg-fuchsia-600\/50:hover {
  background-color: rgb(192 38 211 / 0.5);
}

.hover\:bg-fuchsia-600\/60:hover {
  background-color: rgb(192 38 211 / 0.6);
}

.hover\:bg-fuchsia-600\/70:hover {
  background-color: rgb(192 38 211 / 0.7);
}

.hover\:bg-fuchsia-600\/75:hover {
  background-color: rgb(192 38 211 / 0.75);
}

.hover\:bg-fuchsia-600\/80:hover {
  background-color: rgb(192 38 211 / 0.8);
}

.hover\:bg-fuchsia-600\/90:hover {
  background-color: rgb(192 38 211 / 0.9);
}

.hover\:bg-fuchsia-600\/95:hover {
  background-color: rgb(192 38 211 / 0.95);
}

.hover\:bg-fuchsia-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(162 28 175 / var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-700\/0:hover {
  background-color: rgb(162 28 175 / 0);
}

.hover\:bg-fuchsia-700\/10:hover {
  background-color: rgb(162 28 175 / 0.1);
}

.hover\:bg-fuchsia-700\/100:hover {
  background-color: rgb(162 28 175 / 1);
}

.hover\:bg-fuchsia-700\/20:hover {
  background-color: rgb(162 28 175 / 0.2);
}

.hover\:bg-fuchsia-700\/25:hover {
  background-color: rgb(162 28 175 / 0.25);
}

.hover\:bg-fuchsia-700\/30:hover {
  background-color: rgb(162 28 175 / 0.3);
}

.hover\:bg-fuchsia-700\/40:hover {
  background-color: rgb(162 28 175 / 0.4);
}

.hover\:bg-fuchsia-700\/5:hover {
  background-color: rgb(162 28 175 / 0.05);
}

.hover\:bg-fuchsia-700\/50:hover {
  background-color: rgb(162 28 175 / 0.5);
}

.hover\:bg-fuchsia-700\/60:hover {
  background-color: rgb(162 28 175 / 0.6);
}

.hover\:bg-fuchsia-700\/70:hover {
  background-color: rgb(162 28 175 / 0.7);
}

.hover\:bg-fuchsia-700\/75:hover {
  background-color: rgb(162 28 175 / 0.75);
}

.hover\:bg-fuchsia-700\/80:hover {
  background-color: rgb(162 28 175 / 0.8);
}

.hover\:bg-fuchsia-700\/90:hover {
  background-color: rgb(162 28 175 / 0.9);
}

.hover\:bg-fuchsia-700\/95:hover {
  background-color: rgb(162 28 175 / 0.95);
}

.hover\:bg-fuchsia-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(134 25 143 / var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-800\/0:hover {
  background-color: rgb(134 25 143 / 0);
}

.hover\:bg-fuchsia-800\/10:hover {
  background-color: rgb(134 25 143 / 0.1);
}

.hover\:bg-fuchsia-800\/100:hover {
  background-color: rgb(134 25 143 / 1);
}

.hover\:bg-fuchsia-800\/20:hover {
  background-color: rgb(134 25 143 / 0.2);
}

.hover\:bg-fuchsia-800\/25:hover {
  background-color: rgb(134 25 143 / 0.25);
}

.hover\:bg-fuchsia-800\/30:hover {
  background-color: rgb(134 25 143 / 0.3);
}

.hover\:bg-fuchsia-800\/40:hover {
  background-color: rgb(134 25 143 / 0.4);
}

.hover\:bg-fuchsia-800\/5:hover {
  background-color: rgb(134 25 143 / 0.05);
}

.hover\:bg-fuchsia-800\/50:hover {
  background-color: rgb(134 25 143 / 0.5);
}

.hover\:bg-fuchsia-800\/60:hover {
  background-color: rgb(134 25 143 / 0.6);
}

.hover\:bg-fuchsia-800\/70:hover {
  background-color: rgb(134 25 143 / 0.7);
}

.hover\:bg-fuchsia-800\/75:hover {
  background-color: rgb(134 25 143 / 0.75);
}

.hover\:bg-fuchsia-800\/80:hover {
  background-color: rgb(134 25 143 / 0.8);
}

.hover\:bg-fuchsia-800\/90:hover {
  background-color: rgb(134 25 143 / 0.9);
}

.hover\:bg-fuchsia-800\/95:hover {
  background-color: rgb(134 25 143 / 0.95);
}

.hover\:bg-fuchsia-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(112 26 117 / var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-900\/0:hover {
  background-color: rgb(112 26 117 / 0);
}

.hover\:bg-fuchsia-900\/10:hover {
  background-color: rgb(112 26 117 / 0.1);
}

.hover\:bg-fuchsia-900\/100:hover {
  background-color: rgb(112 26 117 / 1);
}

.hover\:bg-fuchsia-900\/20:hover {
  background-color: rgb(112 26 117 / 0.2);
}

.hover\:bg-fuchsia-900\/25:hover {
  background-color: rgb(112 26 117 / 0.25);
}

.hover\:bg-fuchsia-900\/30:hover {
  background-color: rgb(112 26 117 / 0.3);
}

.hover\:bg-fuchsia-900\/40:hover {
  background-color: rgb(112 26 117 / 0.4);
}

.hover\:bg-fuchsia-900\/5:hover {
  background-color: rgb(112 26 117 / 0.05);
}

.hover\:bg-fuchsia-900\/50:hover {
  background-color: rgb(112 26 117 / 0.5);
}

.hover\:bg-fuchsia-900\/60:hover {
  background-color: rgb(112 26 117 / 0.6);
}

.hover\:bg-fuchsia-900\/70:hover {
  background-color: rgb(112 26 117 / 0.7);
}

.hover\:bg-fuchsia-900\/75:hover {
  background-color: rgb(112 26 117 / 0.75);
}

.hover\:bg-fuchsia-900\/80:hover {
  background-color: rgb(112 26 117 / 0.8);
}

.hover\:bg-fuchsia-900\/90:hover {
  background-color: rgb(112 26 117 / 0.9);
}

.hover\:bg-fuchsia-900\/95:hover {
  background-color: rgb(112 26 117 / 0.95);
}

.hover\:bg-fuchsia-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(74 4 78 / var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-950\/0:hover {
  background-color: rgb(74 4 78 / 0);
}

.hover\:bg-fuchsia-950\/10:hover {
  background-color: rgb(74 4 78 / 0.1);
}

.hover\:bg-fuchsia-950\/100:hover {
  background-color: rgb(74 4 78 / 1);
}

.hover\:bg-fuchsia-950\/20:hover {
  background-color: rgb(74 4 78 / 0.2);
}

.hover\:bg-fuchsia-950\/25:hover {
  background-color: rgb(74 4 78 / 0.25);
}

.hover\:bg-fuchsia-950\/30:hover {
  background-color: rgb(74 4 78 / 0.3);
}

.hover\:bg-fuchsia-950\/40:hover {
  background-color: rgb(74 4 78 / 0.4);
}

.hover\:bg-fuchsia-950\/5:hover {
  background-color: rgb(74 4 78 / 0.05);
}

.hover\:bg-fuchsia-950\/50:hover {
  background-color: rgb(74 4 78 / 0.5);
}

.hover\:bg-fuchsia-950\/60:hover {
  background-color: rgb(74 4 78 / 0.6);
}

.hover\:bg-fuchsia-950\/70:hover {
  background-color: rgb(74 4 78 / 0.7);
}

.hover\:bg-fuchsia-950\/75:hover {
  background-color: rgb(74 4 78 / 0.75);
}

.hover\:bg-fuchsia-950\/80:hover {
  background-color: rgb(74 4 78 / 0.8);
}

.hover\:bg-fuchsia-950\/90:hover {
  background-color: rgb(74 4 78 / 0.9);
}

.hover\:bg-fuchsia-950\/95:hover {
  background-color: rgb(74 4 78 / 0.95);
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100\/0:hover {
  background-color: rgb(243 244 246 / 0);
}

.hover\:bg-gray-100\/10:hover {
  background-color: rgb(243 244 246 / 0.1);
}

.hover\:bg-gray-100\/100:hover {
  background-color: rgb(243 244 246 / 1);
}

.hover\:bg-gray-100\/20:hover {
  background-color: rgb(243 244 246 / 0.2);
}

.hover\:bg-gray-100\/25:hover {
  background-color: rgb(243 244 246 / 0.25);
}

.hover\:bg-gray-100\/30:hover {
  background-color: rgb(243 244 246 / 0.3);
}

.hover\:bg-gray-100\/40:hover {
  background-color: rgb(243 244 246 / 0.4);
}

.hover\:bg-gray-100\/5:hover {
  background-color: rgb(243 244 246 / 0.05);
}

.hover\:bg-gray-100\/50:hover {
  background-color: rgb(243 244 246 / 0.5);
}

.hover\:bg-gray-100\/60:hover {
  background-color: rgb(243 244 246 / 0.6);
}

.hover\:bg-gray-100\/70:hover {
  background-color: rgb(243 244 246 / 0.7);
}

.hover\:bg-gray-100\/75:hover {
  background-color: rgb(243 244 246 / 0.75);
}

.hover\:bg-gray-100\/80:hover {
  background-color: rgb(243 244 246 / 0.8);
}

.hover\:bg-gray-100\/90:hover {
  background-color: rgb(243 244 246 / 0.9);
}

.hover\:bg-gray-100\/95:hover {
  background-color: rgb(243 244 246 / 0.95);
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.hover\:bg-gray-200\/0:hover {
  background-color: rgb(229 231 235 / 0);
}

.hover\:bg-gray-200\/10:hover {
  background-color: rgb(229 231 235 / 0.1);
}

.hover\:bg-gray-200\/100:hover {
  background-color: rgb(229 231 235 / 1);
}

.hover\:bg-gray-200\/20:hover {
  background-color: rgb(229 231 235 / 0.2);
}

.hover\:bg-gray-200\/25:hover {
  background-color: rgb(229 231 235 / 0.25);
}

.hover\:bg-gray-200\/30:hover {
  background-color: rgb(229 231 235 / 0.3);
}

.hover\:bg-gray-200\/40:hover {
  background-color: rgb(229 231 235 / 0.4);
}

.hover\:bg-gray-200\/5:hover {
  background-color: rgb(229 231 235 / 0.05);
}

.hover\:bg-gray-200\/50:hover {
  background-color: rgb(229 231 235 / 0.5);
}

.hover\:bg-gray-200\/60:hover {
  background-color: rgb(229 231 235 / 0.6);
}

.hover\:bg-gray-200\/70:hover {
  background-color: rgb(229 231 235 / 0.7);
}

.hover\:bg-gray-200\/75:hover {
  background-color: rgb(229 231 235 / 0.75);
}

.hover\:bg-gray-200\/80:hover {
  background-color: rgb(229 231 235 / 0.8);
}

.hover\:bg-gray-200\/90:hover {
  background-color: rgb(229 231 235 / 0.9);
}

.hover\:bg-gray-200\/95:hover {
  background-color: rgb(229 231 235 / 0.95);
}

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.hover\:bg-gray-300\/0:hover {
  background-color: rgb(209 213 219 / 0);
}

.hover\:bg-gray-300\/10:hover {
  background-color: rgb(209 213 219 / 0.1);
}

.hover\:bg-gray-300\/100:hover {
  background-color: rgb(209 213 219 / 1);
}

.hover\:bg-gray-300\/20:hover {
  background-color: rgb(209 213 219 / 0.2);
}

.hover\:bg-gray-300\/25:hover {
  background-color: rgb(209 213 219 / 0.25);
}

.hover\:bg-gray-300\/30:hover {
  background-color: rgb(209 213 219 / 0.3);
}

.hover\:bg-gray-300\/40:hover {
  background-color: rgb(209 213 219 / 0.4);
}

.hover\:bg-gray-300\/5:hover {
  background-color: rgb(209 213 219 / 0.05);
}

.hover\:bg-gray-300\/50:hover {
  background-color: rgb(209 213 219 / 0.5);
}

.hover\:bg-gray-300\/60:hover {
  background-color: rgb(209 213 219 / 0.6);
}

.hover\:bg-gray-300\/70:hover {
  background-color: rgb(209 213 219 / 0.7);
}

.hover\:bg-gray-300\/75:hover {
  background-color: rgb(209 213 219 / 0.75);
}

.hover\:bg-gray-300\/80:hover {
  background-color: rgb(209 213 219 / 0.8);
}

.hover\:bg-gray-300\/90:hover {
  background-color: rgb(209 213 219 / 0.9);
}

.hover\:bg-gray-300\/95:hover {
  background-color: rgb(209 213 219 / 0.95);
}

.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.hover\:bg-gray-400\/0:hover {
  background-color: rgb(156 163 175 / 0);
}

.hover\:bg-gray-400\/10:hover {
  background-color: rgb(156 163 175 / 0.1);
}

.hover\:bg-gray-400\/100:hover {
  background-color: rgb(156 163 175 / 1);
}

.hover\:bg-gray-400\/20:hover {
  background-color: rgb(156 163 175 / 0.2);
}

.hover\:bg-gray-400\/25:hover {
  background-color: rgb(156 163 175 / 0.25);
}

.hover\:bg-gray-400\/30:hover {
  background-color: rgb(156 163 175 / 0.3);
}

.hover\:bg-gray-400\/40:hover {
  background-color: rgb(156 163 175 / 0.4);
}

.hover\:bg-gray-400\/5:hover {
  background-color: rgb(156 163 175 / 0.05);
}

.hover\:bg-gray-400\/50:hover {
  background-color: rgb(156 163 175 / 0.5);
}

.hover\:bg-gray-400\/60:hover {
  background-color: rgb(156 163 175 / 0.6);
}

.hover\:bg-gray-400\/70:hover {
  background-color: rgb(156 163 175 / 0.7);
}

.hover\:bg-gray-400\/75:hover {
  background-color: rgb(156 163 175 / 0.75);
}

.hover\:bg-gray-400\/80:hover {
  background-color: rgb(156 163 175 / 0.8);
}

.hover\:bg-gray-400\/90:hover {
  background-color: rgb(156 163 175 / 0.9);
}

.hover\:bg-gray-400\/95:hover {
  background-color: rgb(156 163 175 / 0.95);
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.hover\:bg-gray-50\/0:hover {
  background-color: rgb(249 250 251 / 0);
}

.hover\:bg-gray-50\/10:hover {
  background-color: rgb(249 250 251 / 0.1);
}

.hover\:bg-gray-50\/100:hover {
  background-color: rgb(249 250 251 / 1);
}

.hover\:bg-gray-50\/20:hover {
  background-color: rgb(249 250 251 / 0.2);
}

.hover\:bg-gray-50\/25:hover {
  background-color: rgb(249 250 251 / 0.25);
}

.hover\:bg-gray-50\/30:hover {
  background-color: rgb(249 250 251 / 0.3);
}

.hover\:bg-gray-50\/40:hover {
  background-color: rgb(249 250 251 / 0.4);
}

.hover\:bg-gray-50\/5:hover {
  background-color: rgb(249 250 251 / 0.05);
}

.hover\:bg-gray-50\/50:hover {
  background-color: rgb(249 250 251 / 0.5);
}

.hover\:bg-gray-50\/60:hover {
  background-color: rgb(249 250 251 / 0.6);
}

.hover\:bg-gray-50\/70:hover {
  background-color: rgb(249 250 251 / 0.7);
}

.hover\:bg-gray-50\/75:hover {
  background-color: rgb(249 250 251 / 0.75);
}

.hover\:bg-gray-50\/80:hover {
  background-color: rgb(249 250 251 / 0.8);
}

.hover\:bg-gray-50\/90:hover {
  background-color: rgb(249 250 251 / 0.9);
}

.hover\:bg-gray-50\/95:hover {
  background-color: rgb(249 250 251 / 0.95);
}

.hover\:bg-gray-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.hover\:bg-gray-500\/0:hover {
  background-color: rgb(107 114 128 / 0);
}

.hover\:bg-gray-500\/10:hover {
  background-color: rgb(107 114 128 / 0.1);
}

.hover\:bg-gray-500\/100:hover {
  background-color: rgb(107 114 128 / 1);
}

.hover\:bg-gray-500\/20:hover {
  background-color: rgb(107 114 128 / 0.2);
}

.hover\:bg-gray-500\/25:hover {
  background-color: rgb(107 114 128 / 0.25);
}

.hover\:bg-gray-500\/30:hover {
  background-color: rgb(107 114 128 / 0.3);
}

.hover\:bg-gray-500\/40:hover {
  background-color: rgb(107 114 128 / 0.4);
}

.hover\:bg-gray-500\/5:hover {
  background-color: rgb(107 114 128 / 0.05);
}

.hover\:bg-gray-500\/50:hover {
  background-color: rgb(107 114 128 / 0.5);
}

.hover\:bg-gray-500\/60:hover {
  background-color: rgb(107 114 128 / 0.6);
}

.hover\:bg-gray-500\/70:hover {
  background-color: rgb(107 114 128 / 0.7);
}

.hover\:bg-gray-500\/75:hover {
  background-color: rgb(107 114 128 / 0.75);
}

.hover\:bg-gray-500\/80:hover {
  background-color: rgb(107 114 128 / 0.8);
}

.hover\:bg-gray-500\/90:hover {
  background-color: rgb(107 114 128 / 0.9);
}

.hover\:bg-gray-500\/95:hover {
  background-color: rgb(107 114 128 / 0.95);
}

.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.hover\:bg-gray-600\/0:hover {
  background-color: rgb(75 85 99 / 0);
}

.hover\:bg-gray-600\/10:hover {
  background-color: rgb(75 85 99 / 0.1);
}

.hover\:bg-gray-600\/100:hover {
  background-color: rgb(75 85 99 / 1);
}

.hover\:bg-gray-600\/20:hover {
  background-color: rgb(75 85 99 / 0.2);
}

.hover\:bg-gray-600\/25:hover {
  background-color: rgb(75 85 99 / 0.25);
}

.hover\:bg-gray-600\/30:hover {
  background-color: rgb(75 85 99 / 0.3);
}

.hover\:bg-gray-600\/40:hover {
  background-color: rgb(75 85 99 / 0.4);
}

.hover\:bg-gray-600\/5:hover {
  background-color: rgb(75 85 99 / 0.05);
}

.hover\:bg-gray-600\/50:hover {
  background-color: rgb(75 85 99 / 0.5);
}

.hover\:bg-gray-600\/60:hover {
  background-color: rgb(75 85 99 / 0.6);
}

.hover\:bg-gray-600\/70:hover {
  background-color: rgb(75 85 99 / 0.7);
}

.hover\:bg-gray-600\/75:hover {
  background-color: rgb(75 85 99 / 0.75);
}

.hover\:bg-gray-600\/80:hover {
  background-color: rgb(75 85 99 / 0.8);
}

.hover\:bg-gray-600\/90:hover {
  background-color: rgb(75 85 99 / 0.9);
}

.hover\:bg-gray-600\/95:hover {
  background-color: rgb(75 85 99 / 0.95);
}

.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.hover\:bg-gray-700\/0:hover {
  background-color: rgb(55 65 81 / 0);
}

.hover\:bg-gray-700\/10:hover {
  background-color: rgb(55 65 81 / 0.1);
}

.hover\:bg-gray-700\/100:hover {
  background-color: rgb(55 65 81 / 1);
}

.hover\:bg-gray-700\/20:hover {
  background-color: rgb(55 65 81 / 0.2);
}

.hover\:bg-gray-700\/25:hover {
  background-color: rgb(55 65 81 / 0.25);
}

.hover\:bg-gray-700\/30:hover {
  background-color: rgb(55 65 81 / 0.3);
}

.hover\:bg-gray-700\/40:hover {
  background-color: rgb(55 65 81 / 0.4);
}

.hover\:bg-gray-700\/5:hover {
  background-color: rgb(55 65 81 / 0.05);
}

.hover\:bg-gray-700\/50:hover {
  background-color: rgb(55 65 81 / 0.5);
}

.hover\:bg-gray-700\/60:hover {
  background-color: rgb(55 65 81 / 0.6);
}

.hover\:bg-gray-700\/70:hover {
  background-color: rgb(55 65 81 / 0.7);
}

.hover\:bg-gray-700\/75:hover {
  background-color: rgb(55 65 81 / 0.75);
}

.hover\:bg-gray-700\/80:hover {
  background-color: rgb(55 65 81 / 0.8);
}

.hover\:bg-gray-700\/90:hover {
  background-color: rgb(55 65 81 / 0.9);
}

.hover\:bg-gray-700\/95:hover {
  background-color: rgb(55 65 81 / 0.95);
}

.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.hover\:bg-gray-800\/0:hover {
  background-color: rgb(31 41 55 / 0);
}

.hover\:bg-gray-800\/10:hover {
  background-color: rgb(31 41 55 / 0.1);
}

.hover\:bg-gray-800\/100:hover {
  background-color: rgb(31 41 55 / 1);
}

.hover\:bg-gray-800\/20:hover {
  background-color: rgb(31 41 55 / 0.2);
}

.hover\:bg-gray-800\/25:hover {
  background-color: rgb(31 41 55 / 0.25);
}

.hover\:bg-gray-800\/30:hover {
  background-color: rgb(31 41 55 / 0.3);
}

.hover\:bg-gray-800\/40:hover {
  background-color: rgb(31 41 55 / 0.4);
}

.hover\:bg-gray-800\/5:hover {
  background-color: rgb(31 41 55 / 0.05);
}

.hover\:bg-gray-800\/50:hover {
  background-color: rgb(31 41 55 / 0.5);
}

.hover\:bg-gray-800\/60:hover {
  background-color: rgb(31 41 55 / 0.6);
}

.hover\:bg-gray-800\/70:hover {
  background-color: rgb(31 41 55 / 0.7);
}

.hover\:bg-gray-800\/75:hover {
  background-color: rgb(31 41 55 / 0.75);
}

.hover\:bg-gray-800\/80:hover {
  background-color: rgb(31 41 55 / 0.8);
}

.hover\:bg-gray-800\/90:hover {
  background-color: rgb(31 41 55 / 0.9);
}

.hover\:bg-gray-800\/95:hover {
  background-color: rgb(31 41 55 / 0.95);
}

.hover\:bg-gray-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.hover\:bg-gray-900\/0:hover {
  background-color: rgb(17 24 39 / 0);
}

.hover\:bg-gray-900\/10:hover {
  background-color: rgb(17 24 39 / 0.1);
}

.hover\:bg-gray-900\/100:hover {
  background-color: rgb(17 24 39 / 1);
}

.hover\:bg-gray-900\/20:hover {
  background-color: rgb(17 24 39 / 0.2);
}

.hover\:bg-gray-900\/25:hover {
  background-color: rgb(17 24 39 / 0.25);
}

.hover\:bg-gray-900\/30:hover {
  background-color: rgb(17 24 39 / 0.3);
}

.hover\:bg-gray-900\/40:hover {
  background-color: rgb(17 24 39 / 0.4);
}

.hover\:bg-gray-900\/5:hover {
  background-color: rgb(17 24 39 / 0.05);
}

.hover\:bg-gray-900\/50:hover {
  background-color: rgb(17 24 39 / 0.5);
}

.hover\:bg-gray-900\/60:hover {
  background-color: rgb(17 24 39 / 0.6);
}

.hover\:bg-gray-900\/70:hover {
  background-color: rgb(17 24 39 / 0.7);
}

.hover\:bg-gray-900\/75:hover {
  background-color: rgb(17 24 39 / 0.75);
}

.hover\:bg-gray-900\/80:hover {
  background-color: rgb(17 24 39 / 0.8);
}

.hover\:bg-gray-900\/90:hover {
  background-color: rgb(17 24 39 / 0.9);
}

.hover\:bg-gray-900\/95:hover {
  background-color: rgb(17 24 39 / 0.95);
}

.hover\:bg-gray-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity));
}

.hover\:bg-gray-950\/0:hover {
  background-color: rgb(3 7 18 / 0);
}

.hover\:bg-gray-950\/10:hover {
  background-color: rgb(3 7 18 / 0.1);
}

.hover\:bg-gray-950\/100:hover {
  background-color: rgb(3 7 18 / 1);
}

.hover\:bg-gray-950\/20:hover {
  background-color: rgb(3 7 18 / 0.2);
}

.hover\:bg-gray-950\/25:hover {
  background-color: rgb(3 7 18 / 0.25);
}

.hover\:bg-gray-950\/30:hover {
  background-color: rgb(3 7 18 / 0.3);
}

.hover\:bg-gray-950\/40:hover {
  background-color: rgb(3 7 18 / 0.4);
}

.hover\:bg-gray-950\/5:hover {
  background-color: rgb(3 7 18 / 0.05);
}

.hover\:bg-gray-950\/50:hover {
  background-color: rgb(3 7 18 / 0.5);
}

.hover\:bg-gray-950\/60:hover {
  background-color: rgb(3 7 18 / 0.6);
}

.hover\:bg-gray-950\/70:hover {
  background-color: rgb(3 7 18 / 0.7);
}

.hover\:bg-gray-950\/75:hover {
  background-color: rgb(3 7 18 / 0.75);
}

.hover\:bg-gray-950\/80:hover {
  background-color: rgb(3 7 18 / 0.8);
}

.hover\:bg-gray-950\/90:hover {
  background-color: rgb(3 7 18 / 0.9);
}

.hover\:bg-gray-950\/95:hover {
  background-color: rgb(3 7 18 / 0.95);
}

.hover\:bg-green-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}

.hover\:bg-green-100\/0:hover {
  background-color: rgb(220 252 231 / 0);
}

.hover\:bg-green-100\/10:hover {
  background-color: rgb(220 252 231 / 0.1);
}

.hover\:bg-green-100\/100:hover {
  background-color: rgb(220 252 231 / 1);
}

.hover\:bg-green-100\/20:hover {
  background-color: rgb(220 252 231 / 0.2);
}

.hover\:bg-green-100\/25:hover {
  background-color: rgb(220 252 231 / 0.25);
}

.hover\:bg-green-100\/30:hover {
  background-color: rgb(220 252 231 / 0.3);
}

.hover\:bg-green-100\/40:hover {
  background-color: rgb(220 252 231 / 0.4);
}

.hover\:bg-green-100\/5:hover {
  background-color: rgb(220 252 231 / 0.05);
}

.hover\:bg-green-100\/50:hover {
  background-color: rgb(220 252 231 / 0.5);
}

.hover\:bg-green-100\/60:hover {
  background-color: rgb(220 252 231 / 0.6);
}

.hover\:bg-green-100\/70:hover {
  background-color: rgb(220 252 231 / 0.7);
}

.hover\:bg-green-100\/75:hover {
  background-color: rgb(220 252 231 / 0.75);
}

.hover\:bg-green-100\/80:hover {
  background-color: rgb(220 252 231 / 0.8);
}

.hover\:bg-green-100\/90:hover {
  background-color: rgb(220 252 231 / 0.9);
}

.hover\:bg-green-100\/95:hover {
  background-color: rgb(220 252 231 / 0.95);
}

.hover\:bg-green-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}

.hover\:bg-green-200\/0:hover {
  background-color: rgb(187 247 208 / 0);
}

.hover\:bg-green-200\/10:hover {
  background-color: rgb(187 247 208 / 0.1);
}

.hover\:bg-green-200\/100:hover {
  background-color: rgb(187 247 208 / 1);
}

.hover\:bg-green-200\/20:hover {
  background-color: rgb(187 247 208 / 0.2);
}

.hover\:bg-green-200\/25:hover {
  background-color: rgb(187 247 208 / 0.25);
}

.hover\:bg-green-200\/30:hover {
  background-color: rgb(187 247 208 / 0.3);
}

.hover\:bg-green-200\/40:hover {
  background-color: rgb(187 247 208 / 0.4);
}

.hover\:bg-green-200\/5:hover {
  background-color: rgb(187 247 208 / 0.05);
}

.hover\:bg-green-200\/50:hover {
  background-color: rgb(187 247 208 / 0.5);
}

.hover\:bg-green-200\/60:hover {
  background-color: rgb(187 247 208 / 0.6);
}

.hover\:bg-green-200\/70:hover {
  background-color: rgb(187 247 208 / 0.7);
}

.hover\:bg-green-200\/75:hover {
  background-color: rgb(187 247 208 / 0.75);
}

.hover\:bg-green-200\/80:hover {
  background-color: rgb(187 247 208 / 0.8);
}

.hover\:bg-green-200\/90:hover {
  background-color: rgb(187 247 208 / 0.9);
}

.hover\:bg-green-200\/95:hover {
  background-color: rgb(187 247 208 / 0.95);
}

.hover\:bg-green-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}

.hover\:bg-green-300\/0:hover {
  background-color: rgb(134 239 172 / 0);
}

.hover\:bg-green-300\/10:hover {
  background-color: rgb(134 239 172 / 0.1);
}

.hover\:bg-green-300\/100:hover {
  background-color: rgb(134 239 172 / 1);
}

.hover\:bg-green-300\/20:hover {
  background-color: rgb(134 239 172 / 0.2);
}

.hover\:bg-green-300\/25:hover {
  background-color: rgb(134 239 172 / 0.25);
}

.hover\:bg-green-300\/30:hover {
  background-color: rgb(134 239 172 / 0.3);
}

.hover\:bg-green-300\/40:hover {
  background-color: rgb(134 239 172 / 0.4);
}

.hover\:bg-green-300\/5:hover {
  background-color: rgb(134 239 172 / 0.05);
}

.hover\:bg-green-300\/50:hover {
  background-color: rgb(134 239 172 / 0.5);
}

.hover\:bg-green-300\/60:hover {
  background-color: rgb(134 239 172 / 0.6);
}

.hover\:bg-green-300\/70:hover {
  background-color: rgb(134 239 172 / 0.7);
}

.hover\:bg-green-300\/75:hover {
  background-color: rgb(134 239 172 / 0.75);
}

.hover\:bg-green-300\/80:hover {
  background-color: rgb(134 239 172 / 0.8);
}

.hover\:bg-green-300\/90:hover {
  background-color: rgb(134 239 172 / 0.9);
}

.hover\:bg-green-300\/95:hover {
  background-color: rgb(134 239 172 / 0.95);
}

.hover\:bg-green-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}

.hover\:bg-green-400\/0:hover {
  background-color: rgb(74 222 128 / 0);
}

.hover\:bg-green-400\/10:hover {
  background-color: rgb(74 222 128 / 0.1);
}

.hover\:bg-green-400\/100:hover {
  background-color: rgb(74 222 128 / 1);
}

.hover\:bg-green-400\/20:hover {
  background-color: rgb(74 222 128 / 0.2);
}

.hover\:bg-green-400\/25:hover {
  background-color: rgb(74 222 128 / 0.25);
}

.hover\:bg-green-400\/30:hover {
  background-color: rgb(74 222 128 / 0.3);
}

.hover\:bg-green-400\/40:hover {
  background-color: rgb(74 222 128 / 0.4);
}

.hover\:bg-green-400\/5:hover {
  background-color: rgb(74 222 128 / 0.05);
}

.hover\:bg-green-400\/50:hover {
  background-color: rgb(74 222 128 / 0.5);
}

.hover\:bg-green-400\/60:hover {
  background-color: rgb(74 222 128 / 0.6);
}

.hover\:bg-green-400\/70:hover {
  background-color: rgb(74 222 128 / 0.7);
}

.hover\:bg-green-400\/75:hover {
  background-color: rgb(74 222 128 / 0.75);
}

.hover\:bg-green-400\/80:hover {
  background-color: rgb(74 222 128 / 0.8);
}

.hover\:bg-green-400\/90:hover {
  background-color: rgb(74 222 128 / 0.9);
}

.hover\:bg-green-400\/95:hover {
  background-color: rgb(74 222 128 / 0.95);
}

.hover\:bg-green-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}

.hover\:bg-green-50\/0:hover {
  background-color: rgb(240 253 244 / 0);
}

.hover\:bg-green-50\/10:hover {
  background-color: rgb(240 253 244 / 0.1);
}

.hover\:bg-green-50\/100:hover {
  background-color: rgb(240 253 244 / 1);
}

.hover\:bg-green-50\/20:hover {
  background-color: rgb(240 253 244 / 0.2);
}

.hover\:bg-green-50\/25:hover {
  background-color: rgb(240 253 244 / 0.25);
}

.hover\:bg-green-50\/30:hover {
  background-color: rgb(240 253 244 / 0.3);
}

.hover\:bg-green-50\/40:hover {
  background-color: rgb(240 253 244 / 0.4);
}

.hover\:bg-green-50\/5:hover {
  background-color: rgb(240 253 244 / 0.05);
}

.hover\:bg-green-50\/50:hover {
  background-color: rgb(240 253 244 / 0.5);
}

.hover\:bg-green-50\/60:hover {
  background-color: rgb(240 253 244 / 0.6);
}

.hover\:bg-green-50\/70:hover {
  background-color: rgb(240 253 244 / 0.7);
}

.hover\:bg-green-50\/75:hover {
  background-color: rgb(240 253 244 / 0.75);
}

.hover\:bg-green-50\/80:hover {
  background-color: rgb(240 253 244 / 0.8);
}

.hover\:bg-green-50\/90:hover {
  background-color: rgb(240 253 244 / 0.9);
}

.hover\:bg-green-50\/95:hover {
  background-color: rgb(240 253 244 / 0.95);
}

.hover\:bg-green-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

.hover\:bg-green-500\/0:hover {
  background-color: rgb(34 197 94 / 0);
}

.hover\:bg-green-500\/10:hover {
  background-color: rgb(34 197 94 / 0.1);
}

.hover\:bg-green-500\/100:hover {
  background-color: rgb(34 197 94 / 1);
}

.hover\:bg-green-500\/20:hover {
  background-color: rgb(34 197 94 / 0.2);
}

.hover\:bg-green-500\/25:hover {
  background-color: rgb(34 197 94 / 0.25);
}

.hover\:bg-green-500\/30:hover {
  background-color: rgb(34 197 94 / 0.3);
}

.hover\:bg-green-500\/40:hover {
  background-color: rgb(34 197 94 / 0.4);
}

.hover\:bg-green-500\/5:hover {
  background-color: rgb(34 197 94 / 0.05);
}

.hover\:bg-green-500\/50:hover {
  background-color: rgb(34 197 94 / 0.5);
}

.hover\:bg-green-500\/60:hover {
  background-color: rgb(34 197 94 / 0.6);
}

.hover\:bg-green-500\/70:hover {
  background-color: rgb(34 197 94 / 0.7);
}

.hover\:bg-green-500\/75:hover {
  background-color: rgb(34 197 94 / 0.75);
}

.hover\:bg-green-500\/80:hover {
  background-color: rgb(34 197 94 / 0.8);
}

.hover\:bg-green-500\/90:hover {
  background-color: rgb(34 197 94 / 0.9);
}

.hover\:bg-green-500\/95:hover {
  background-color: rgb(34 197 94 / 0.95);
}

.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

.hover\:bg-green-600\/0:hover {
  background-color: rgb(22 163 74 / 0);
}

.hover\:bg-green-600\/10:hover {
  background-color: rgb(22 163 74 / 0.1);
}

.hover\:bg-green-600\/100:hover {
  background-color: rgb(22 163 74 / 1);
}

.hover\:bg-green-600\/20:hover {
  background-color: rgb(22 163 74 / 0.2);
}

.hover\:bg-green-600\/25:hover {
  background-color: rgb(22 163 74 / 0.25);
}

.hover\:bg-green-600\/30:hover {
  background-color: rgb(22 163 74 / 0.3);
}

.hover\:bg-green-600\/40:hover {
  background-color: rgb(22 163 74 / 0.4);
}

.hover\:bg-green-600\/5:hover {
  background-color: rgb(22 163 74 / 0.05);
}

.hover\:bg-green-600\/50:hover {
  background-color: rgb(22 163 74 / 0.5);
}

.hover\:bg-green-600\/60:hover {
  background-color: rgb(22 163 74 / 0.6);
}

.hover\:bg-green-600\/70:hover {
  background-color: rgb(22 163 74 / 0.7);
}

.hover\:bg-green-600\/75:hover {
  background-color: rgb(22 163 74 / 0.75);
}

.hover\:bg-green-600\/80:hover {
  background-color: rgb(22 163 74 / 0.8);
}

.hover\:bg-green-600\/90:hover {
  background-color: rgb(22 163 74 / 0.9);
}

.hover\:bg-green-600\/95:hover {
  background-color: rgb(22 163 74 / 0.95);
}

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}

.hover\:bg-green-700\/0:hover {
  background-color: rgb(21 128 61 / 0);
}

.hover\:bg-green-700\/10:hover {
  background-color: rgb(21 128 61 / 0.1);
}

.hover\:bg-green-700\/100:hover {
  background-color: rgb(21 128 61 / 1);
}

.hover\:bg-green-700\/20:hover {
  background-color: rgb(21 128 61 / 0.2);
}

.hover\:bg-green-700\/25:hover {
  background-color: rgb(21 128 61 / 0.25);
}

.hover\:bg-green-700\/30:hover {
  background-color: rgb(21 128 61 / 0.3);
}

.hover\:bg-green-700\/40:hover {
  background-color: rgb(21 128 61 / 0.4);
}

.hover\:bg-green-700\/5:hover {
  background-color: rgb(21 128 61 / 0.05);
}

.hover\:bg-green-700\/50:hover {
  background-color: rgb(21 128 61 / 0.5);
}

.hover\:bg-green-700\/60:hover {
  background-color: rgb(21 128 61 / 0.6);
}

.hover\:bg-green-700\/70:hover {
  background-color: rgb(21 128 61 / 0.7);
}

.hover\:bg-green-700\/75:hover {
  background-color: rgb(21 128 61 / 0.75);
}

.hover\:bg-green-700\/80:hover {
  background-color: rgb(21 128 61 / 0.8);
}

.hover\:bg-green-700\/90:hover {
  background-color: rgb(21 128 61 / 0.9);
}

.hover\:bg-green-700\/95:hover {
  background-color: rgb(21 128 61 / 0.95);
}

.hover\:bg-green-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}

.hover\:bg-green-800\/0:hover {
  background-color: rgb(22 101 52 / 0);
}

.hover\:bg-green-800\/10:hover {
  background-color: rgb(22 101 52 / 0.1);
}

.hover\:bg-green-800\/100:hover {
  background-color: rgb(22 101 52 / 1);
}

.hover\:bg-green-800\/20:hover {
  background-color: rgb(22 101 52 / 0.2);
}

.hover\:bg-green-800\/25:hover {
  background-color: rgb(22 101 52 / 0.25);
}

.hover\:bg-green-800\/30:hover {
  background-color: rgb(22 101 52 / 0.3);
}

.hover\:bg-green-800\/40:hover {
  background-color: rgb(22 101 52 / 0.4);
}

.hover\:bg-green-800\/5:hover {
  background-color: rgb(22 101 52 / 0.05);
}

.hover\:bg-green-800\/50:hover {
  background-color: rgb(22 101 52 / 0.5);
}

.hover\:bg-green-800\/60:hover {
  background-color: rgb(22 101 52 / 0.6);
}

.hover\:bg-green-800\/70:hover {
  background-color: rgb(22 101 52 / 0.7);
}

.hover\:bg-green-800\/75:hover {
  background-color: rgb(22 101 52 / 0.75);
}

.hover\:bg-green-800\/80:hover {
  background-color: rgb(22 101 52 / 0.8);
}

.hover\:bg-green-800\/90:hover {
  background-color: rgb(22 101 52 / 0.9);
}

.hover\:bg-green-800\/95:hover {
  background-color: rgb(22 101 52 / 0.95);
}

.hover\:bg-green-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity));
}

.hover\:bg-green-900\/0:hover {
  background-color: rgb(20 83 45 / 0);
}

.hover\:bg-green-900\/10:hover {
  background-color: rgb(20 83 45 / 0.1);
}

.hover\:bg-green-900\/100:hover {
  background-color: rgb(20 83 45 / 1);
}

.hover\:bg-green-900\/20:hover {
  background-color: rgb(20 83 45 / 0.2);
}

.hover\:bg-green-900\/25:hover {
  background-color: rgb(20 83 45 / 0.25);
}

.hover\:bg-green-900\/30:hover {
  background-color: rgb(20 83 45 / 0.3);
}

.hover\:bg-green-900\/40:hover {
  background-color: rgb(20 83 45 / 0.4);
}

.hover\:bg-green-900\/5:hover {
  background-color: rgb(20 83 45 / 0.05);
}

.hover\:bg-green-900\/50:hover {
  background-color: rgb(20 83 45 / 0.5);
}

.hover\:bg-green-900\/60:hover {
  background-color: rgb(20 83 45 / 0.6);
}

.hover\:bg-green-900\/70:hover {
  background-color: rgb(20 83 45 / 0.7);
}

.hover\:bg-green-900\/75:hover {
  background-color: rgb(20 83 45 / 0.75);
}

.hover\:bg-green-900\/80:hover {
  background-color: rgb(20 83 45 / 0.8);
}

.hover\:bg-green-900\/90:hover {
  background-color: rgb(20 83 45 / 0.9);
}

.hover\:bg-green-900\/95:hover {
  background-color: rgb(20 83 45 / 0.95);
}

.hover\:bg-green-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity));
}

.hover\:bg-green-950\/0:hover {
  background-color: rgb(5 46 22 / 0);
}

.hover\:bg-green-950\/10:hover {
  background-color: rgb(5 46 22 / 0.1);
}

.hover\:bg-green-950\/100:hover {
  background-color: rgb(5 46 22 / 1);
}

.hover\:bg-green-950\/20:hover {
  background-color: rgb(5 46 22 / 0.2);
}

.hover\:bg-green-950\/25:hover {
  background-color: rgb(5 46 22 / 0.25);
}

.hover\:bg-green-950\/30:hover {
  background-color: rgb(5 46 22 / 0.3);
}

.hover\:bg-green-950\/40:hover {
  background-color: rgb(5 46 22 / 0.4);
}

.hover\:bg-green-950\/5:hover {
  background-color: rgb(5 46 22 / 0.05);
}

.hover\:bg-green-950\/50:hover {
  background-color: rgb(5 46 22 / 0.5);
}

.hover\:bg-green-950\/60:hover {
  background-color: rgb(5 46 22 / 0.6);
}

.hover\:bg-green-950\/70:hover {
  background-color: rgb(5 46 22 / 0.7);
}

.hover\:bg-green-950\/75:hover {
  background-color: rgb(5 46 22 / 0.75);
}

.hover\:bg-green-950\/80:hover {
  background-color: rgb(5 46 22 / 0.8);
}

.hover\:bg-green-950\/90:hover {
  background-color: rgb(5 46 22 / 0.9);
}

.hover\:bg-green-950\/95:hover {
  background-color: rgb(5 46 22 / 0.95);
}

.hover\:bg-indigo-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}

.hover\:bg-indigo-100\/0:hover {
  background-color: rgb(224 231 255 / 0);
}

.hover\:bg-indigo-100\/10:hover {
  background-color: rgb(224 231 255 / 0.1);
}

.hover\:bg-indigo-100\/100:hover {
  background-color: rgb(224 231 255 / 1);
}

.hover\:bg-indigo-100\/20:hover {
  background-color: rgb(224 231 255 / 0.2);
}

.hover\:bg-indigo-100\/25:hover {
  background-color: rgb(224 231 255 / 0.25);
}

.hover\:bg-indigo-100\/30:hover {
  background-color: rgb(224 231 255 / 0.3);
}

.hover\:bg-indigo-100\/40:hover {
  background-color: rgb(224 231 255 / 0.4);
}

.hover\:bg-indigo-100\/5:hover {
  background-color: rgb(224 231 255 / 0.05);
}

.hover\:bg-indigo-100\/50:hover {
  background-color: rgb(224 231 255 / 0.5);
}

.hover\:bg-indigo-100\/60:hover {
  background-color: rgb(224 231 255 / 0.6);
}

.hover\:bg-indigo-100\/70:hover {
  background-color: rgb(224 231 255 / 0.7);
}

.hover\:bg-indigo-100\/75:hover {
  background-color: rgb(224 231 255 / 0.75);
}

.hover\:bg-indigo-100\/80:hover {
  background-color: rgb(224 231 255 / 0.8);
}

.hover\:bg-indigo-100\/90:hover {
  background-color: rgb(224 231 255 / 0.9);
}

.hover\:bg-indigo-100\/95:hover {
  background-color: rgb(224 231 255 / 0.95);
}

.hover\:bg-indigo-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity));
}

.hover\:bg-indigo-200\/0:hover {
  background-color: rgb(199 210 254 / 0);
}

.hover\:bg-indigo-200\/10:hover {
  background-color: rgb(199 210 254 / 0.1);
}

.hover\:bg-indigo-200\/100:hover {
  background-color: rgb(199 210 254 / 1);
}

.hover\:bg-indigo-200\/20:hover {
  background-color: rgb(199 210 254 / 0.2);
}

.hover\:bg-indigo-200\/25:hover {
  background-color: rgb(199 210 254 / 0.25);
}

.hover\:bg-indigo-200\/30:hover {
  background-color: rgb(199 210 254 / 0.3);
}

.hover\:bg-indigo-200\/40:hover {
  background-color: rgb(199 210 254 / 0.4);
}

.hover\:bg-indigo-200\/5:hover {
  background-color: rgb(199 210 254 / 0.05);
}

.hover\:bg-indigo-200\/50:hover {
  background-color: rgb(199 210 254 / 0.5);
}

.hover\:bg-indigo-200\/60:hover {
  background-color: rgb(199 210 254 / 0.6);
}

.hover\:bg-indigo-200\/70:hover {
  background-color: rgb(199 210 254 / 0.7);
}

.hover\:bg-indigo-200\/75:hover {
  background-color: rgb(199 210 254 / 0.75);
}

.hover\:bg-indigo-200\/80:hover {
  background-color: rgb(199 210 254 / 0.8);
}

.hover\:bg-indigo-200\/90:hover {
  background-color: rgb(199 210 254 / 0.9);
}

.hover\:bg-indigo-200\/95:hover {
  background-color: rgb(199 210 254 / 0.95);
}

.hover\:bg-indigo-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity));
}

.hover\:bg-indigo-300\/0:hover {
  background-color: rgb(165 180 252 / 0);
}

.hover\:bg-indigo-300\/10:hover {
  background-color: rgb(165 180 252 / 0.1);
}

.hover\:bg-indigo-300\/100:hover {
  background-color: rgb(165 180 252 / 1);
}

.hover\:bg-indigo-300\/20:hover {
  background-color: rgb(165 180 252 / 0.2);
}

.hover\:bg-indigo-300\/25:hover {
  background-color: rgb(165 180 252 / 0.25);
}

.hover\:bg-indigo-300\/30:hover {
  background-color: rgb(165 180 252 / 0.3);
}

.hover\:bg-indigo-300\/40:hover {
  background-color: rgb(165 180 252 / 0.4);
}

.hover\:bg-indigo-300\/5:hover {
  background-color: rgb(165 180 252 / 0.05);
}

.hover\:bg-indigo-300\/50:hover {
  background-color: rgb(165 180 252 / 0.5);
}

.hover\:bg-indigo-300\/60:hover {
  background-color: rgb(165 180 252 / 0.6);
}

.hover\:bg-indigo-300\/70:hover {
  background-color: rgb(165 180 252 / 0.7);
}

.hover\:bg-indigo-300\/75:hover {
  background-color: rgb(165 180 252 / 0.75);
}

.hover\:bg-indigo-300\/80:hover {
  background-color: rgb(165 180 252 / 0.8);
}

.hover\:bg-indigo-300\/90:hover {
  background-color: rgb(165 180 252 / 0.9);
}

.hover\:bg-indigo-300\/95:hover {
  background-color: rgb(165 180 252 / 0.95);
}

.hover\:bg-indigo-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity));
}

.hover\:bg-indigo-400\/0:hover {
  background-color: rgb(129 140 248 / 0);
}

.hover\:bg-indigo-400\/10:hover {
  background-color: rgb(129 140 248 / 0.1);
}

.hover\:bg-indigo-400\/100:hover {
  background-color: rgb(129 140 248 / 1);
}

.hover\:bg-indigo-400\/20:hover {
  background-color: rgb(129 140 248 / 0.2);
}

.hover\:bg-indigo-400\/25:hover {
  background-color: rgb(129 140 248 / 0.25);
}

.hover\:bg-indigo-400\/30:hover {
  background-color: rgb(129 140 248 / 0.3);
}

.hover\:bg-indigo-400\/40:hover {
  background-color: rgb(129 140 248 / 0.4);
}

.hover\:bg-indigo-400\/5:hover {
  background-color: rgb(129 140 248 / 0.05);
}

.hover\:bg-indigo-400\/50:hover {
  background-color: rgb(129 140 248 / 0.5);
}

.hover\:bg-indigo-400\/60:hover {
  background-color: rgb(129 140 248 / 0.6);
}

.hover\:bg-indigo-400\/70:hover {
  background-color: rgb(129 140 248 / 0.7);
}

.hover\:bg-indigo-400\/75:hover {
  background-color: rgb(129 140 248 / 0.75);
}

.hover\:bg-indigo-400\/80:hover {
  background-color: rgb(129 140 248 / 0.8);
}

.hover\:bg-indigo-400\/90:hover {
  background-color: rgb(129 140 248 / 0.9);
}

.hover\:bg-indigo-400\/95:hover {
  background-color: rgb(129 140 248 / 0.95);
}

.hover\:bg-indigo-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}

.hover\:bg-indigo-50\/0:hover {
  background-color: rgb(238 242 255 / 0);
}

.hover\:bg-indigo-50\/10:hover {
  background-color: rgb(238 242 255 / 0.1);
}

.hover\:bg-indigo-50\/100:hover {
  background-color: rgb(238 242 255 / 1);
}

.hover\:bg-indigo-50\/20:hover {
  background-color: rgb(238 242 255 / 0.2);
}

.hover\:bg-indigo-50\/25:hover {
  background-color: rgb(238 242 255 / 0.25);
}

.hover\:bg-indigo-50\/30:hover {
  background-color: rgb(238 242 255 / 0.3);
}

.hover\:bg-indigo-50\/40:hover {
  background-color: rgb(238 242 255 / 0.4);
}

.hover\:bg-indigo-50\/5:hover {
  background-color: rgb(238 242 255 / 0.05);
}

.hover\:bg-indigo-50\/50:hover {
  background-color: rgb(238 242 255 / 0.5);
}

.hover\:bg-indigo-50\/60:hover {
  background-color: rgb(238 242 255 / 0.6);
}

.hover\:bg-indigo-50\/70:hover {
  background-color: rgb(238 242 255 / 0.7);
}

.hover\:bg-indigo-50\/75:hover {
  background-color: rgb(238 242 255 / 0.75);
}

.hover\:bg-indigo-50\/80:hover {
  background-color: rgb(238 242 255 / 0.8);
}

.hover\:bg-indigo-50\/90:hover {
  background-color: rgb(238 242 255 / 0.9);
}

.hover\:bg-indigo-50\/95:hover {
  background-color: rgb(238 242 255 / 0.95);
}

.hover\:bg-indigo-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}

.hover\:bg-indigo-500\/0:hover {
  background-color: rgb(99 102 241 / 0);
}

.hover\:bg-indigo-500\/10:hover {
  background-color: rgb(99 102 241 / 0.1);
}

.hover\:bg-indigo-500\/100:hover {
  background-color: rgb(99 102 241 / 1);
}

.hover\:bg-indigo-500\/20:hover {
  background-color: rgb(99 102 241 / 0.2);
}

.hover\:bg-indigo-500\/25:hover {
  background-color: rgb(99 102 241 / 0.25);
}

.hover\:bg-indigo-500\/30:hover {
  background-color: rgb(99 102 241 / 0.3);
}

.hover\:bg-indigo-500\/40:hover {
  background-color: rgb(99 102 241 / 0.4);
}

.hover\:bg-indigo-500\/5:hover {
  background-color: rgb(99 102 241 / 0.05);
}

.hover\:bg-indigo-500\/50:hover {
  background-color: rgb(99 102 241 / 0.5);
}

.hover\:bg-indigo-500\/60:hover {
  background-color: rgb(99 102 241 / 0.6);
}

.hover\:bg-indigo-500\/70:hover {
  background-color: rgb(99 102 241 / 0.7);
}

.hover\:bg-indigo-500\/75:hover {
  background-color: rgb(99 102 241 / 0.75);
}

.hover\:bg-indigo-500\/80:hover {
  background-color: rgb(99 102 241 / 0.8);
}

.hover\:bg-indigo-500\/90:hover {
  background-color: rgb(99 102 241 / 0.9);
}

.hover\:bg-indigo-500\/95:hover {
  background-color: rgb(99 102 241 / 0.95);
}

.hover\:bg-indigo-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}

.hover\:bg-indigo-600\/0:hover {
  background-color: rgb(79 70 229 / 0);
}

.hover\:bg-indigo-600\/10:hover {
  background-color: rgb(79 70 229 / 0.1);
}

.hover\:bg-indigo-600\/100:hover {
  background-color: rgb(79 70 229 / 1);
}

.hover\:bg-indigo-600\/20:hover {
  background-color: rgb(79 70 229 / 0.2);
}

.hover\:bg-indigo-600\/25:hover {
  background-color: rgb(79 70 229 / 0.25);
}

.hover\:bg-indigo-600\/30:hover {
  background-color: rgb(79 70 229 / 0.3);
}

.hover\:bg-indigo-600\/40:hover {
  background-color: rgb(79 70 229 / 0.4);
}

.hover\:bg-indigo-600\/5:hover {
  background-color: rgb(79 70 229 / 0.05);
}

.hover\:bg-indigo-600\/50:hover {
  background-color: rgb(79 70 229 / 0.5);
}

.hover\:bg-indigo-600\/60:hover {
  background-color: rgb(79 70 229 / 0.6);
}

.hover\:bg-indigo-600\/70:hover {
  background-color: rgb(79 70 229 / 0.7);
}

.hover\:bg-indigo-600\/75:hover {
  background-color: rgb(79 70 229 / 0.75);
}

.hover\:bg-indigo-600\/80:hover {
  background-color: rgb(79 70 229 / 0.8);
}

.hover\:bg-indigo-600\/90:hover {
  background-color: rgb(79 70 229 / 0.9);
}

.hover\:bg-indigo-600\/95:hover {
  background-color: rgb(79 70 229 / 0.95);
}

.hover\:bg-indigo-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}

.hover\:bg-indigo-700\/0:hover {
  background-color: rgb(67 56 202 / 0);
}

.hover\:bg-indigo-700\/10:hover {
  background-color: rgb(67 56 202 / 0.1);
}

.hover\:bg-indigo-700\/100:hover {
  background-color: rgb(67 56 202 / 1);
}

.hover\:bg-indigo-700\/20:hover {
  background-color: rgb(67 56 202 / 0.2);
}

.hover\:bg-indigo-700\/25:hover {
  background-color: rgb(67 56 202 / 0.25);
}

.hover\:bg-indigo-700\/30:hover {
  background-color: rgb(67 56 202 / 0.3);
}

.hover\:bg-indigo-700\/40:hover {
  background-color: rgb(67 56 202 / 0.4);
}

.hover\:bg-indigo-700\/5:hover {
  background-color: rgb(67 56 202 / 0.05);
}

.hover\:bg-indigo-700\/50:hover {
  background-color: rgb(67 56 202 / 0.5);
}

.hover\:bg-indigo-700\/60:hover {
  background-color: rgb(67 56 202 / 0.6);
}

.hover\:bg-indigo-700\/70:hover {
  background-color: rgb(67 56 202 / 0.7);
}

.hover\:bg-indigo-700\/75:hover {
  background-color: rgb(67 56 202 / 0.75);
}

.hover\:bg-indigo-700\/80:hover {
  background-color: rgb(67 56 202 / 0.8);
}

.hover\:bg-indigo-700\/90:hover {
  background-color: rgb(67 56 202 / 0.9);
}

.hover\:bg-indigo-700\/95:hover {
  background-color: rgb(67 56 202 / 0.95);
}

.hover\:bg-indigo-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity));
}

.hover\:bg-indigo-800\/0:hover {
  background-color: rgb(55 48 163 / 0);
}

.hover\:bg-indigo-800\/10:hover {
  background-color: rgb(55 48 163 / 0.1);
}

.hover\:bg-indigo-800\/100:hover {
  background-color: rgb(55 48 163 / 1);
}

.hover\:bg-indigo-800\/20:hover {
  background-color: rgb(55 48 163 / 0.2);
}

.hover\:bg-indigo-800\/25:hover {
  background-color: rgb(55 48 163 / 0.25);
}

.hover\:bg-indigo-800\/30:hover {
  background-color: rgb(55 48 163 / 0.3);
}

.hover\:bg-indigo-800\/40:hover {
  background-color: rgb(55 48 163 / 0.4);
}

.hover\:bg-indigo-800\/5:hover {
  background-color: rgb(55 48 163 / 0.05);
}

.hover\:bg-indigo-800\/50:hover {
  background-color: rgb(55 48 163 / 0.5);
}

.hover\:bg-indigo-800\/60:hover {
  background-color: rgb(55 48 163 / 0.6);
}

.hover\:bg-indigo-800\/70:hover {
  background-color: rgb(55 48 163 / 0.7);
}

.hover\:bg-indigo-800\/75:hover {
  background-color: rgb(55 48 163 / 0.75);
}

.hover\:bg-indigo-800\/80:hover {
  background-color: rgb(55 48 163 / 0.8);
}

.hover\:bg-indigo-800\/90:hover {
  background-color: rgb(55 48 163 / 0.9);
}

.hover\:bg-indigo-800\/95:hover {
  background-color: rgb(55 48 163 / 0.95);
}

.hover\:bg-indigo-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity));
}

.hover\:bg-indigo-900\/0:hover {
  background-color: rgb(49 46 129 / 0);
}

.hover\:bg-indigo-900\/10:hover {
  background-color: rgb(49 46 129 / 0.1);
}

.hover\:bg-indigo-900\/100:hover {
  background-color: rgb(49 46 129 / 1);
}

.hover\:bg-indigo-900\/20:hover {
  background-color: rgb(49 46 129 / 0.2);
}

.hover\:bg-indigo-900\/25:hover {
  background-color: rgb(49 46 129 / 0.25);
}

.hover\:bg-indigo-900\/30:hover {
  background-color: rgb(49 46 129 / 0.3);
}

.hover\:bg-indigo-900\/40:hover {
  background-color: rgb(49 46 129 / 0.4);
}

.hover\:bg-indigo-900\/5:hover {
  background-color: rgb(49 46 129 / 0.05);
}

.hover\:bg-indigo-900\/50:hover {
  background-color: rgb(49 46 129 / 0.5);
}

.hover\:bg-indigo-900\/60:hover {
  background-color: rgb(49 46 129 / 0.6);
}

.hover\:bg-indigo-900\/70:hover {
  background-color: rgb(49 46 129 / 0.7);
}

.hover\:bg-indigo-900\/75:hover {
  background-color: rgb(49 46 129 / 0.75);
}

.hover\:bg-indigo-900\/80:hover {
  background-color: rgb(49 46 129 / 0.8);
}

.hover\:bg-indigo-900\/90:hover {
  background-color: rgb(49 46 129 / 0.9);
}

.hover\:bg-indigo-900\/95:hover {
  background-color: rgb(49 46 129 / 0.95);
}

.hover\:bg-indigo-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity));
}

.hover\:bg-indigo-950\/0:hover {
  background-color: rgb(30 27 75 / 0);
}

.hover\:bg-indigo-950\/10:hover {
  background-color: rgb(30 27 75 / 0.1);
}

.hover\:bg-indigo-950\/100:hover {
  background-color: rgb(30 27 75 / 1);
}

.hover\:bg-indigo-950\/20:hover {
  background-color: rgb(30 27 75 / 0.2);
}

.hover\:bg-indigo-950\/25:hover {
  background-color: rgb(30 27 75 / 0.25);
}

.hover\:bg-indigo-950\/30:hover {
  background-color: rgb(30 27 75 / 0.3);
}

.hover\:bg-indigo-950\/40:hover {
  background-color: rgb(30 27 75 / 0.4);
}

.hover\:bg-indigo-950\/5:hover {
  background-color: rgb(30 27 75 / 0.05);
}

.hover\:bg-indigo-950\/50:hover {
  background-color: rgb(30 27 75 / 0.5);
}

.hover\:bg-indigo-950\/60:hover {
  background-color: rgb(30 27 75 / 0.6);
}

.hover\:bg-indigo-950\/70:hover {
  background-color: rgb(30 27 75 / 0.7);
}

.hover\:bg-indigo-950\/75:hover {
  background-color: rgb(30 27 75 / 0.75);
}

.hover\:bg-indigo-950\/80:hover {
  background-color: rgb(30 27 75 / 0.8);
}

.hover\:bg-indigo-950\/90:hover {
  background-color: rgb(30 27 75 / 0.9);
}

.hover\:bg-indigo-950\/95:hover {
  background-color: rgb(30 27 75 / 0.95);
}

.hover\:bg-inherit:hover {
  background-color: inherit;
}

.hover\:bg-interbeauty-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 197 175 / var(--tw-bg-opacity));
}

.hover\:bg-interbeauty-100\/0:hover {
  background-color: rgb(249 197 175 / 0);
}

.hover\:bg-interbeauty-100\/10:hover {
  background-color: rgb(249 197 175 / 0.1);
}

.hover\:bg-interbeauty-100\/100:hover {
  background-color: rgb(249 197 175 / 1);
}

.hover\:bg-interbeauty-100\/20:hover {
  background-color: rgb(249 197 175 / 0.2);
}

.hover\:bg-interbeauty-100\/25:hover {
  background-color: rgb(249 197 175 / 0.25);
}

.hover\:bg-interbeauty-100\/30:hover {
  background-color: rgb(249 197 175 / 0.3);
}

.hover\:bg-interbeauty-100\/40:hover {
  background-color: rgb(249 197 175 / 0.4);
}

.hover\:bg-interbeauty-100\/5:hover {
  background-color: rgb(249 197 175 / 0.05);
}

.hover\:bg-interbeauty-100\/50:hover {
  background-color: rgb(249 197 175 / 0.5);
}

.hover\:bg-interbeauty-100\/60:hover {
  background-color: rgb(249 197 175 / 0.6);
}

.hover\:bg-interbeauty-100\/70:hover {
  background-color: rgb(249 197 175 / 0.7);
}

.hover\:bg-interbeauty-100\/75:hover {
  background-color: rgb(249 197 175 / 0.75);
}

.hover\:bg-interbeauty-100\/80:hover {
  background-color: rgb(249 197 175 / 0.8);
}

.hover\:bg-interbeauty-100\/90:hover {
  background-color: rgb(249 197 175 / 0.9);
}

.hover\:bg-interbeauty-100\/95:hover {
  background-color: rgb(249 197 175 / 0.95);
}

.hover\:bg-interbeauty-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 182 191 / var(--tw-bg-opacity));
}

.hover\:bg-interbeauty-200\/0:hover {
  background-color: rgb(241 182 191 / 0);
}

.hover\:bg-interbeauty-200\/10:hover {
  background-color: rgb(241 182 191 / 0.1);
}

.hover\:bg-interbeauty-200\/100:hover {
  background-color: rgb(241 182 191 / 1);
}

.hover\:bg-interbeauty-200\/20:hover {
  background-color: rgb(241 182 191 / 0.2);
}

.hover\:bg-interbeauty-200\/25:hover {
  background-color: rgb(241 182 191 / 0.25);
}

.hover\:bg-interbeauty-200\/30:hover {
  background-color: rgb(241 182 191 / 0.3);
}

.hover\:bg-interbeauty-200\/40:hover {
  background-color: rgb(241 182 191 / 0.4);
}

.hover\:bg-interbeauty-200\/5:hover {
  background-color: rgb(241 182 191 / 0.05);
}

.hover\:bg-interbeauty-200\/50:hover {
  background-color: rgb(241 182 191 / 0.5);
}

.hover\:bg-interbeauty-200\/60:hover {
  background-color: rgb(241 182 191 / 0.6);
}

.hover\:bg-interbeauty-200\/70:hover {
  background-color: rgb(241 182 191 / 0.7);
}

.hover\:bg-interbeauty-200\/75:hover {
  background-color: rgb(241 182 191 / 0.75);
}

.hover\:bg-interbeauty-200\/80:hover {
  background-color: rgb(241 182 191 / 0.8);
}

.hover\:bg-interbeauty-200\/90:hover {
  background-color: rgb(241 182 191 / 0.9);
}

.hover\:bg-interbeauty-200\/95:hover {
  background-color: rgb(241 182 191 / 0.95);
}

.hover\:bg-interbeauty-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(182 219 231 / var(--tw-bg-opacity));
}

.hover\:bg-interbeauty-300\/0:hover {
  background-color: rgb(182 219 231 / 0);
}

.hover\:bg-interbeauty-300\/10:hover {
  background-color: rgb(182 219 231 / 0.1);
}

.hover\:bg-interbeauty-300\/100:hover {
  background-color: rgb(182 219 231 / 1);
}

.hover\:bg-interbeauty-300\/20:hover {
  background-color: rgb(182 219 231 / 0.2);
}

.hover\:bg-interbeauty-300\/25:hover {
  background-color: rgb(182 219 231 / 0.25);
}

.hover\:bg-interbeauty-300\/30:hover {
  background-color: rgb(182 219 231 / 0.3);
}

.hover\:bg-interbeauty-300\/40:hover {
  background-color: rgb(182 219 231 / 0.4);
}

.hover\:bg-interbeauty-300\/5:hover {
  background-color: rgb(182 219 231 / 0.05);
}

.hover\:bg-interbeauty-300\/50:hover {
  background-color: rgb(182 219 231 / 0.5);
}

.hover\:bg-interbeauty-300\/60:hover {
  background-color: rgb(182 219 231 / 0.6);
}

.hover\:bg-interbeauty-300\/70:hover {
  background-color: rgb(182 219 231 / 0.7);
}

.hover\:bg-interbeauty-300\/75:hover {
  background-color: rgb(182 219 231 / 0.75);
}

.hover\:bg-interbeauty-300\/80:hover {
  background-color: rgb(182 219 231 / 0.8);
}

.hover\:bg-interbeauty-300\/90:hover {
  background-color: rgb(182 219 231 / 0.9);
}

.hover\:bg-interbeauty-300\/95:hover {
  background-color: rgb(182 219 231 / 0.95);
}

.hover\:bg-interbeauty-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 250 247 / var(--tw-bg-opacity));
}

.hover\:bg-interbeauty-400\/0:hover {
  background-color: rgb(254 250 247 / 0);
}

.hover\:bg-interbeauty-400\/10:hover {
  background-color: rgb(254 250 247 / 0.1);
}

.hover\:bg-interbeauty-400\/100:hover {
  background-color: rgb(254 250 247 / 1);
}

.hover\:bg-interbeauty-400\/20:hover {
  background-color: rgb(254 250 247 / 0.2);
}

.hover\:bg-interbeauty-400\/25:hover {
  background-color: rgb(254 250 247 / 0.25);
}

.hover\:bg-interbeauty-400\/30:hover {
  background-color: rgb(254 250 247 / 0.3);
}

.hover\:bg-interbeauty-400\/40:hover {
  background-color: rgb(254 250 247 / 0.4);
}

.hover\:bg-interbeauty-400\/5:hover {
  background-color: rgb(254 250 247 / 0.05);
}

.hover\:bg-interbeauty-400\/50:hover {
  background-color: rgb(254 250 247 / 0.5);
}

.hover\:bg-interbeauty-400\/60:hover {
  background-color: rgb(254 250 247 / 0.6);
}

.hover\:bg-interbeauty-400\/70:hover {
  background-color: rgb(254 250 247 / 0.7);
}

.hover\:bg-interbeauty-400\/75:hover {
  background-color: rgb(254 250 247 / 0.75);
}

.hover\:bg-interbeauty-400\/80:hover {
  background-color: rgb(254 250 247 / 0.8);
}

.hover\:bg-interbeauty-400\/90:hover {
  background-color: rgb(254 250 247 / 0.9);
}

.hover\:bg-interbeauty-400\/95:hover {
  background-color: rgb(254 250 247 / 0.95);
}

.hover\:bg-interbeauty-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(193 225 224 / var(--tw-bg-opacity));
}

.hover\:bg-interbeauty-500\/0:hover {
  background-color: rgb(193 225 224 / 0);
}

.hover\:bg-interbeauty-500\/10:hover {
  background-color: rgb(193 225 224 / 0.1);
}

.hover\:bg-interbeauty-500\/100:hover {
  background-color: rgb(193 225 224 / 1);
}

.hover\:bg-interbeauty-500\/20:hover {
  background-color: rgb(193 225 224 / 0.2);
}

.hover\:bg-interbeauty-500\/25:hover {
  background-color: rgb(193 225 224 / 0.25);
}

.hover\:bg-interbeauty-500\/30:hover {
  background-color: rgb(193 225 224 / 0.3);
}

.hover\:bg-interbeauty-500\/40:hover {
  background-color: rgb(193 225 224 / 0.4);
}

.hover\:bg-interbeauty-500\/5:hover {
  background-color: rgb(193 225 224 / 0.05);
}

.hover\:bg-interbeauty-500\/50:hover {
  background-color: rgb(193 225 224 / 0.5);
}

.hover\:bg-interbeauty-500\/60:hover {
  background-color: rgb(193 225 224 / 0.6);
}

.hover\:bg-interbeauty-500\/70:hover {
  background-color: rgb(193 225 224 / 0.7);
}

.hover\:bg-interbeauty-500\/75:hover {
  background-color: rgb(193 225 224 / 0.75);
}

.hover\:bg-interbeauty-500\/80:hover {
  background-color: rgb(193 225 224 / 0.8);
}

.hover\:bg-interbeauty-500\/90:hover {
  background-color: rgb(193 225 224 / 0.9);
}

.hover\:bg-interbeauty-500\/95:hover {
  background-color: rgb(193 225 224 / 0.95);
}

.hover\:bg-interbeauty-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(88 88 94 / var(--tw-bg-opacity));
}

.hover\:bg-interbeauty-600\/0:hover {
  background-color: rgb(88 88 94 / 0);
}

.hover\:bg-interbeauty-600\/10:hover {
  background-color: rgb(88 88 94 / 0.1);
}

.hover\:bg-interbeauty-600\/100:hover {
  background-color: rgb(88 88 94 / 1);
}

.hover\:bg-interbeauty-600\/20:hover {
  background-color: rgb(88 88 94 / 0.2);
}

.hover\:bg-interbeauty-600\/25:hover {
  background-color: rgb(88 88 94 / 0.25);
}

.hover\:bg-interbeauty-600\/30:hover {
  background-color: rgb(88 88 94 / 0.3);
}

.hover\:bg-interbeauty-600\/40:hover {
  background-color: rgb(88 88 94 / 0.4);
}

.hover\:bg-interbeauty-600\/5:hover {
  background-color: rgb(88 88 94 / 0.05);
}

.hover\:bg-interbeauty-600\/50:hover {
  background-color: rgb(88 88 94 / 0.5);
}

.hover\:bg-interbeauty-600\/60:hover {
  background-color: rgb(88 88 94 / 0.6);
}

.hover\:bg-interbeauty-600\/70:hover {
  background-color: rgb(88 88 94 / 0.7);
}

.hover\:bg-interbeauty-600\/75:hover {
  background-color: rgb(88 88 94 / 0.75);
}

.hover\:bg-interbeauty-600\/80:hover {
  background-color: rgb(88 88 94 / 0.8);
}

.hover\:bg-interbeauty-600\/90:hover {
  background-color: rgb(88 88 94 / 0.9);
}

.hover\:bg-interbeauty-600\/95:hover {
  background-color: rgb(88 88 94 / 0.95);
}

.hover\:bg-ipnvaluers-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 40 87 / var(--tw-bg-opacity));
}

.hover\:bg-ipnvaluers-200\/0:hover {
  background-color: rgb(0 40 87 / 0);
}

.hover\:bg-ipnvaluers-200\/10:hover {
  background-color: rgb(0 40 87 / 0.1);
}

.hover\:bg-ipnvaluers-200\/100:hover {
  background-color: rgb(0 40 87 / 1);
}

.hover\:bg-ipnvaluers-200\/20:hover {
  background-color: rgb(0 40 87 / 0.2);
}

.hover\:bg-ipnvaluers-200\/25:hover {
  background-color: rgb(0 40 87 / 0.25);
}

.hover\:bg-ipnvaluers-200\/30:hover {
  background-color: rgb(0 40 87 / 0.3);
}

.hover\:bg-ipnvaluers-200\/40:hover {
  background-color: rgb(0 40 87 / 0.4);
}

.hover\:bg-ipnvaluers-200\/5:hover {
  background-color: rgb(0 40 87 / 0.05);
}

.hover\:bg-ipnvaluers-200\/50:hover {
  background-color: rgb(0 40 87 / 0.5);
}

.hover\:bg-ipnvaluers-200\/60:hover {
  background-color: rgb(0 40 87 / 0.6);
}

.hover\:bg-ipnvaluers-200\/70:hover {
  background-color: rgb(0 40 87 / 0.7);
}

.hover\:bg-ipnvaluers-200\/75:hover {
  background-color: rgb(0 40 87 / 0.75);
}

.hover\:bg-ipnvaluers-200\/80:hover {
  background-color: rgb(0 40 87 / 0.8);
}

.hover\:bg-ipnvaluers-200\/90:hover {
  background-color: rgb(0 40 87 / 0.9);
}

.hover\:bg-ipnvaluers-200\/95:hover {
  background-color: rgb(0 40 87 / 0.95);
}

.hover\:bg-ipnvaluers-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(196 107 22 / var(--tw-bg-opacity));
}

.hover\:bg-ipnvaluers-400\/0:hover {
  background-color: rgb(196 107 22 / 0);
}

.hover\:bg-ipnvaluers-400\/10:hover {
  background-color: rgb(196 107 22 / 0.1);
}

.hover\:bg-ipnvaluers-400\/100:hover {
  background-color: rgb(196 107 22 / 1);
}

.hover\:bg-ipnvaluers-400\/20:hover {
  background-color: rgb(196 107 22 / 0.2);
}

.hover\:bg-ipnvaluers-400\/25:hover {
  background-color: rgb(196 107 22 / 0.25);
}

.hover\:bg-ipnvaluers-400\/30:hover {
  background-color: rgb(196 107 22 / 0.3);
}

.hover\:bg-ipnvaluers-400\/40:hover {
  background-color: rgb(196 107 22 / 0.4);
}

.hover\:bg-ipnvaluers-400\/5:hover {
  background-color: rgb(196 107 22 / 0.05);
}

.hover\:bg-ipnvaluers-400\/50:hover {
  background-color: rgb(196 107 22 / 0.5);
}

.hover\:bg-ipnvaluers-400\/60:hover {
  background-color: rgb(196 107 22 / 0.6);
}

.hover\:bg-ipnvaluers-400\/70:hover {
  background-color: rgb(196 107 22 / 0.7);
}

.hover\:bg-ipnvaluers-400\/75:hover {
  background-color: rgb(196 107 22 / 0.75);
}

.hover\:bg-ipnvaluers-400\/80:hover {
  background-color: rgb(196 107 22 / 0.8);
}

.hover\:bg-ipnvaluers-400\/90:hover {
  background-color: rgb(196 107 22 / 0.9);
}

.hover\:bg-ipnvaluers-400\/95:hover {
  background-color: rgb(196 107 22 / 0.95);
}

.hover\:bg-ipnvaluers-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 174 21 / var(--tw-bg-opacity));
}

.hover\:bg-ipnvaluers-500\/0:hover {
  background-color: rgb(245 174 21 / 0);
}

.hover\:bg-ipnvaluers-500\/10:hover {
  background-color: rgb(245 174 21 / 0.1);
}

.hover\:bg-ipnvaluers-500\/100:hover {
  background-color: rgb(245 174 21 / 1);
}

.hover\:bg-ipnvaluers-500\/20:hover {
  background-color: rgb(245 174 21 / 0.2);
}

.hover\:bg-ipnvaluers-500\/25:hover {
  background-color: rgb(245 174 21 / 0.25);
}

.hover\:bg-ipnvaluers-500\/30:hover {
  background-color: rgb(245 174 21 / 0.3);
}

.hover\:bg-ipnvaluers-500\/40:hover {
  background-color: rgb(245 174 21 / 0.4);
}

.hover\:bg-ipnvaluers-500\/5:hover {
  background-color: rgb(245 174 21 / 0.05);
}

.hover\:bg-ipnvaluers-500\/50:hover {
  background-color: rgb(245 174 21 / 0.5);
}

.hover\:bg-ipnvaluers-500\/60:hover {
  background-color: rgb(245 174 21 / 0.6);
}

.hover\:bg-ipnvaluers-500\/70:hover {
  background-color: rgb(245 174 21 / 0.7);
}

.hover\:bg-ipnvaluers-500\/75:hover {
  background-color: rgb(245 174 21 / 0.75);
}

.hover\:bg-ipnvaluers-500\/80:hover {
  background-color: rgb(245 174 21 / 0.8);
}

.hover\:bg-ipnvaluers-500\/90:hover {
  background-color: rgb(245 174 21 / 0.9);
}

.hover\:bg-ipnvaluers-500\/95:hover {
  background-color: rgb(245 174 21 / 0.95);
}

.hover\:bg-jukejam-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 210 101 / var(--tw-bg-opacity));
}

.hover\:bg-jukejam-500\/0:hover {
  background-color: rgb(250 210 101 / 0);
}

.hover\:bg-jukejam-500\/10:hover {
  background-color: rgb(250 210 101 / 0.1);
}

.hover\:bg-jukejam-500\/100:hover {
  background-color: rgb(250 210 101 / 1);
}

.hover\:bg-jukejam-500\/20:hover {
  background-color: rgb(250 210 101 / 0.2);
}

.hover\:bg-jukejam-500\/25:hover {
  background-color: rgb(250 210 101 / 0.25);
}

.hover\:bg-jukejam-500\/30:hover {
  background-color: rgb(250 210 101 / 0.3);
}

.hover\:bg-jukejam-500\/40:hover {
  background-color: rgb(250 210 101 / 0.4);
}

.hover\:bg-jukejam-500\/5:hover {
  background-color: rgb(250 210 101 / 0.05);
}

.hover\:bg-jukejam-500\/50:hover {
  background-color: rgb(250 210 101 / 0.5);
}

.hover\:bg-jukejam-500\/60:hover {
  background-color: rgb(250 210 101 / 0.6);
}

.hover\:bg-jukejam-500\/70:hover {
  background-color: rgb(250 210 101 / 0.7);
}

.hover\:bg-jukejam-500\/75:hover {
  background-color: rgb(250 210 101 / 0.75);
}

.hover\:bg-jukejam-500\/80:hover {
  background-color: rgb(250 210 101 / 0.8);
}

.hover\:bg-jukejam-500\/90:hover {
  background-color: rgb(250 210 101 / 0.9);
}

.hover\:bg-jukejam-500\/95:hover {
  background-color: rgb(250 210 101 / 0.95);
}

.hover\:bg-lime-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity));
}

.hover\:bg-lime-100\/0:hover {
  background-color: rgb(236 252 203 / 0);
}

.hover\:bg-lime-100\/10:hover {
  background-color: rgb(236 252 203 / 0.1);
}

.hover\:bg-lime-100\/100:hover {
  background-color: rgb(236 252 203 / 1);
}

.hover\:bg-lime-100\/20:hover {
  background-color: rgb(236 252 203 / 0.2);
}

.hover\:bg-lime-100\/25:hover {
  background-color: rgb(236 252 203 / 0.25);
}

.hover\:bg-lime-100\/30:hover {
  background-color: rgb(236 252 203 / 0.3);
}

.hover\:bg-lime-100\/40:hover {
  background-color: rgb(236 252 203 / 0.4);
}

.hover\:bg-lime-100\/5:hover {
  background-color: rgb(236 252 203 / 0.05);
}

.hover\:bg-lime-100\/50:hover {
  background-color: rgb(236 252 203 / 0.5);
}

.hover\:bg-lime-100\/60:hover {
  background-color: rgb(236 252 203 / 0.6);
}

.hover\:bg-lime-100\/70:hover {
  background-color: rgb(236 252 203 / 0.7);
}

.hover\:bg-lime-100\/75:hover {
  background-color: rgb(236 252 203 / 0.75);
}

.hover\:bg-lime-100\/80:hover {
  background-color: rgb(236 252 203 / 0.8);
}

.hover\:bg-lime-100\/90:hover {
  background-color: rgb(236 252 203 / 0.9);
}

.hover\:bg-lime-100\/95:hover {
  background-color: rgb(236 252 203 / 0.95);
}

.hover\:bg-lime-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity));
}

.hover\:bg-lime-200\/0:hover {
  background-color: rgb(217 249 157 / 0);
}

.hover\:bg-lime-200\/10:hover {
  background-color: rgb(217 249 157 / 0.1);
}

.hover\:bg-lime-200\/100:hover {
  background-color: rgb(217 249 157 / 1);
}

.hover\:bg-lime-200\/20:hover {
  background-color: rgb(217 249 157 / 0.2);
}

.hover\:bg-lime-200\/25:hover {
  background-color: rgb(217 249 157 / 0.25);
}

.hover\:bg-lime-200\/30:hover {
  background-color: rgb(217 249 157 / 0.3);
}

.hover\:bg-lime-200\/40:hover {
  background-color: rgb(217 249 157 / 0.4);
}

.hover\:bg-lime-200\/5:hover {
  background-color: rgb(217 249 157 / 0.05);
}

.hover\:bg-lime-200\/50:hover {
  background-color: rgb(217 249 157 / 0.5);
}

.hover\:bg-lime-200\/60:hover {
  background-color: rgb(217 249 157 / 0.6);
}

.hover\:bg-lime-200\/70:hover {
  background-color: rgb(217 249 157 / 0.7);
}

.hover\:bg-lime-200\/75:hover {
  background-color: rgb(217 249 157 / 0.75);
}

.hover\:bg-lime-200\/80:hover {
  background-color: rgb(217 249 157 / 0.8);
}

.hover\:bg-lime-200\/90:hover {
  background-color: rgb(217 249 157 / 0.9);
}

.hover\:bg-lime-200\/95:hover {
  background-color: rgb(217 249 157 / 0.95);
}

.hover\:bg-lime-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity));
}

.hover\:bg-lime-300\/0:hover {
  background-color: rgb(190 242 100 / 0);
}

.hover\:bg-lime-300\/10:hover {
  background-color: rgb(190 242 100 / 0.1);
}

.hover\:bg-lime-300\/100:hover {
  background-color: rgb(190 242 100 / 1);
}

.hover\:bg-lime-300\/20:hover {
  background-color: rgb(190 242 100 / 0.2);
}

.hover\:bg-lime-300\/25:hover {
  background-color: rgb(190 242 100 / 0.25);
}

.hover\:bg-lime-300\/30:hover {
  background-color: rgb(190 242 100 / 0.3);
}

.hover\:bg-lime-300\/40:hover {
  background-color: rgb(190 242 100 / 0.4);
}

.hover\:bg-lime-300\/5:hover {
  background-color: rgb(190 242 100 / 0.05);
}

.hover\:bg-lime-300\/50:hover {
  background-color: rgb(190 242 100 / 0.5);
}

.hover\:bg-lime-300\/60:hover {
  background-color: rgb(190 242 100 / 0.6);
}

.hover\:bg-lime-300\/70:hover {
  background-color: rgb(190 242 100 / 0.7);
}

.hover\:bg-lime-300\/75:hover {
  background-color: rgb(190 242 100 / 0.75);
}

.hover\:bg-lime-300\/80:hover {
  background-color: rgb(190 242 100 / 0.8);
}

.hover\:bg-lime-300\/90:hover {
  background-color: rgb(190 242 100 / 0.9);
}

.hover\:bg-lime-300\/95:hover {
  background-color: rgb(190 242 100 / 0.95);
}

.hover\:bg-lime-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity));
}

.hover\:bg-lime-400\/0:hover {
  background-color: rgb(163 230 53 / 0);
}

.hover\:bg-lime-400\/10:hover {
  background-color: rgb(163 230 53 / 0.1);
}

.hover\:bg-lime-400\/100:hover {
  background-color: rgb(163 230 53 / 1);
}

.hover\:bg-lime-400\/20:hover {
  background-color: rgb(163 230 53 / 0.2);
}

.hover\:bg-lime-400\/25:hover {
  background-color: rgb(163 230 53 / 0.25);
}

.hover\:bg-lime-400\/30:hover {
  background-color: rgb(163 230 53 / 0.3);
}

.hover\:bg-lime-400\/40:hover {
  background-color: rgb(163 230 53 / 0.4);
}

.hover\:bg-lime-400\/5:hover {
  background-color: rgb(163 230 53 / 0.05);
}

.hover\:bg-lime-400\/50:hover {
  background-color: rgb(163 230 53 / 0.5);
}

.hover\:bg-lime-400\/60:hover {
  background-color: rgb(163 230 53 / 0.6);
}

.hover\:bg-lime-400\/70:hover {
  background-color: rgb(163 230 53 / 0.7);
}

.hover\:bg-lime-400\/75:hover {
  background-color: rgb(163 230 53 / 0.75);
}

.hover\:bg-lime-400\/80:hover {
  background-color: rgb(163 230 53 / 0.8);
}

.hover\:bg-lime-400\/90:hover {
  background-color: rgb(163 230 53 / 0.9);
}

.hover\:bg-lime-400\/95:hover {
  background-color: rgb(163 230 53 / 0.95);
}

.hover\:bg-lime-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity));
}

.hover\:bg-lime-50\/0:hover {
  background-color: rgb(247 254 231 / 0);
}

.hover\:bg-lime-50\/10:hover {
  background-color: rgb(247 254 231 / 0.1);
}

.hover\:bg-lime-50\/100:hover {
  background-color: rgb(247 254 231 / 1);
}

.hover\:bg-lime-50\/20:hover {
  background-color: rgb(247 254 231 / 0.2);
}

.hover\:bg-lime-50\/25:hover {
  background-color: rgb(247 254 231 / 0.25);
}

.hover\:bg-lime-50\/30:hover {
  background-color: rgb(247 254 231 / 0.3);
}

.hover\:bg-lime-50\/40:hover {
  background-color: rgb(247 254 231 / 0.4);
}

.hover\:bg-lime-50\/5:hover {
  background-color: rgb(247 254 231 / 0.05);
}

.hover\:bg-lime-50\/50:hover {
  background-color: rgb(247 254 231 / 0.5);
}

.hover\:bg-lime-50\/60:hover {
  background-color: rgb(247 254 231 / 0.6);
}

.hover\:bg-lime-50\/70:hover {
  background-color: rgb(247 254 231 / 0.7);
}

.hover\:bg-lime-50\/75:hover {
  background-color: rgb(247 254 231 / 0.75);
}

.hover\:bg-lime-50\/80:hover {
  background-color: rgb(247 254 231 / 0.8);
}

.hover\:bg-lime-50\/90:hover {
  background-color: rgb(247 254 231 / 0.9);
}

.hover\:bg-lime-50\/95:hover {
  background-color: rgb(247 254 231 / 0.95);
}

.hover\:bg-lime-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
}

.hover\:bg-lime-500\/0:hover {
  background-color: rgb(132 204 22 / 0);
}

.hover\:bg-lime-500\/10:hover {
  background-color: rgb(132 204 22 / 0.1);
}

.hover\:bg-lime-500\/100:hover {
  background-color: rgb(132 204 22 / 1);
}

.hover\:bg-lime-500\/20:hover {
  background-color: rgb(132 204 22 / 0.2);
}

.hover\:bg-lime-500\/25:hover {
  background-color: rgb(132 204 22 / 0.25);
}

.hover\:bg-lime-500\/30:hover {
  background-color: rgb(132 204 22 / 0.3);
}

.hover\:bg-lime-500\/40:hover {
  background-color: rgb(132 204 22 / 0.4);
}

.hover\:bg-lime-500\/5:hover {
  background-color: rgb(132 204 22 / 0.05);
}

.hover\:bg-lime-500\/50:hover {
  background-color: rgb(132 204 22 / 0.5);
}

.hover\:bg-lime-500\/60:hover {
  background-color: rgb(132 204 22 / 0.6);
}

.hover\:bg-lime-500\/70:hover {
  background-color: rgb(132 204 22 / 0.7);
}

.hover\:bg-lime-500\/75:hover {
  background-color: rgb(132 204 22 / 0.75);
}

.hover\:bg-lime-500\/80:hover {
  background-color: rgb(132 204 22 / 0.8);
}

.hover\:bg-lime-500\/90:hover {
  background-color: rgb(132 204 22 / 0.9);
}

.hover\:bg-lime-500\/95:hover {
  background-color: rgb(132 204 22 / 0.95);
}

.hover\:bg-lime-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity));
}

.hover\:bg-lime-600\/0:hover {
  background-color: rgb(101 163 13 / 0);
}

.hover\:bg-lime-600\/10:hover {
  background-color: rgb(101 163 13 / 0.1);
}

.hover\:bg-lime-600\/100:hover {
  background-color: rgb(101 163 13 / 1);
}

.hover\:bg-lime-600\/20:hover {
  background-color: rgb(101 163 13 / 0.2);
}

.hover\:bg-lime-600\/25:hover {
  background-color: rgb(101 163 13 / 0.25);
}

.hover\:bg-lime-600\/30:hover {
  background-color: rgb(101 163 13 / 0.3);
}

.hover\:bg-lime-600\/40:hover {
  background-color: rgb(101 163 13 / 0.4);
}

.hover\:bg-lime-600\/5:hover {
  background-color: rgb(101 163 13 / 0.05);
}

.hover\:bg-lime-600\/50:hover {
  background-color: rgb(101 163 13 / 0.5);
}

.hover\:bg-lime-600\/60:hover {
  background-color: rgb(101 163 13 / 0.6);
}

.hover\:bg-lime-600\/70:hover {
  background-color: rgb(101 163 13 / 0.7);
}

.hover\:bg-lime-600\/75:hover {
  background-color: rgb(101 163 13 / 0.75);
}

.hover\:bg-lime-600\/80:hover {
  background-color: rgb(101 163 13 / 0.8);
}

.hover\:bg-lime-600\/90:hover {
  background-color: rgb(101 163 13 / 0.9);
}

.hover\:bg-lime-600\/95:hover {
  background-color: rgb(101 163 13 / 0.95);
}

.hover\:bg-lime-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity));
}

.hover\:bg-lime-700\/0:hover {
  background-color: rgb(77 124 15 / 0);
}

.hover\:bg-lime-700\/10:hover {
  background-color: rgb(77 124 15 / 0.1);
}

.hover\:bg-lime-700\/100:hover {
  background-color: rgb(77 124 15 / 1);
}

.hover\:bg-lime-700\/20:hover {
  background-color: rgb(77 124 15 / 0.2);
}

.hover\:bg-lime-700\/25:hover {
  background-color: rgb(77 124 15 / 0.25);
}

.hover\:bg-lime-700\/30:hover {
  background-color: rgb(77 124 15 / 0.3);
}

.hover\:bg-lime-700\/40:hover {
  background-color: rgb(77 124 15 / 0.4);
}

.hover\:bg-lime-700\/5:hover {
  background-color: rgb(77 124 15 / 0.05);
}

.hover\:bg-lime-700\/50:hover {
  background-color: rgb(77 124 15 / 0.5);
}

.hover\:bg-lime-700\/60:hover {
  background-color: rgb(77 124 15 / 0.6);
}

.hover\:bg-lime-700\/70:hover {
  background-color: rgb(77 124 15 / 0.7);
}

.hover\:bg-lime-700\/75:hover {
  background-color: rgb(77 124 15 / 0.75);
}

.hover\:bg-lime-700\/80:hover {
  background-color: rgb(77 124 15 / 0.8);
}

.hover\:bg-lime-700\/90:hover {
  background-color: rgb(77 124 15 / 0.9);
}

.hover\:bg-lime-700\/95:hover {
  background-color: rgb(77 124 15 / 0.95);
}

.hover\:bg-lime-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity));
}

.hover\:bg-lime-800\/0:hover {
  background-color: rgb(63 98 18 / 0);
}

.hover\:bg-lime-800\/10:hover {
  background-color: rgb(63 98 18 / 0.1);
}

.hover\:bg-lime-800\/100:hover {
  background-color: rgb(63 98 18 / 1);
}

.hover\:bg-lime-800\/20:hover {
  background-color: rgb(63 98 18 / 0.2);
}

.hover\:bg-lime-800\/25:hover {
  background-color: rgb(63 98 18 / 0.25);
}

.hover\:bg-lime-800\/30:hover {
  background-color: rgb(63 98 18 / 0.3);
}

.hover\:bg-lime-800\/40:hover {
  background-color: rgb(63 98 18 / 0.4);
}

.hover\:bg-lime-800\/5:hover {
  background-color: rgb(63 98 18 / 0.05);
}

.hover\:bg-lime-800\/50:hover {
  background-color: rgb(63 98 18 / 0.5);
}

.hover\:bg-lime-800\/60:hover {
  background-color: rgb(63 98 18 / 0.6);
}

.hover\:bg-lime-800\/70:hover {
  background-color: rgb(63 98 18 / 0.7);
}

.hover\:bg-lime-800\/75:hover {
  background-color: rgb(63 98 18 / 0.75);
}

.hover\:bg-lime-800\/80:hover {
  background-color: rgb(63 98 18 / 0.8);
}

.hover\:bg-lime-800\/90:hover {
  background-color: rgb(63 98 18 / 0.9);
}

.hover\:bg-lime-800\/95:hover {
  background-color: rgb(63 98 18 / 0.95);
}

.hover\:bg-lime-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity));
}

.hover\:bg-lime-900\/0:hover {
  background-color: rgb(54 83 20 / 0);
}

.hover\:bg-lime-900\/10:hover {
  background-color: rgb(54 83 20 / 0.1);
}

.hover\:bg-lime-900\/100:hover {
  background-color: rgb(54 83 20 / 1);
}

.hover\:bg-lime-900\/20:hover {
  background-color: rgb(54 83 20 / 0.2);
}

.hover\:bg-lime-900\/25:hover {
  background-color: rgb(54 83 20 / 0.25);
}

.hover\:bg-lime-900\/30:hover {
  background-color: rgb(54 83 20 / 0.3);
}

.hover\:bg-lime-900\/40:hover {
  background-color: rgb(54 83 20 / 0.4);
}

.hover\:bg-lime-900\/5:hover {
  background-color: rgb(54 83 20 / 0.05);
}

.hover\:bg-lime-900\/50:hover {
  background-color: rgb(54 83 20 / 0.5);
}

.hover\:bg-lime-900\/60:hover {
  background-color: rgb(54 83 20 / 0.6);
}

.hover\:bg-lime-900\/70:hover {
  background-color: rgb(54 83 20 / 0.7);
}

.hover\:bg-lime-900\/75:hover {
  background-color: rgb(54 83 20 / 0.75);
}

.hover\:bg-lime-900\/80:hover {
  background-color: rgb(54 83 20 / 0.8);
}

.hover\:bg-lime-900\/90:hover {
  background-color: rgb(54 83 20 / 0.9);
}

.hover\:bg-lime-900\/95:hover {
  background-color: rgb(54 83 20 / 0.95);
}

.hover\:bg-lime-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 46 5 / var(--tw-bg-opacity));
}

.hover\:bg-lime-950\/0:hover {
  background-color: rgb(26 46 5 / 0);
}

.hover\:bg-lime-950\/10:hover {
  background-color: rgb(26 46 5 / 0.1);
}

.hover\:bg-lime-950\/100:hover {
  background-color: rgb(26 46 5 / 1);
}

.hover\:bg-lime-950\/20:hover {
  background-color: rgb(26 46 5 / 0.2);
}

.hover\:bg-lime-950\/25:hover {
  background-color: rgb(26 46 5 / 0.25);
}

.hover\:bg-lime-950\/30:hover {
  background-color: rgb(26 46 5 / 0.3);
}

.hover\:bg-lime-950\/40:hover {
  background-color: rgb(26 46 5 / 0.4);
}

.hover\:bg-lime-950\/5:hover {
  background-color: rgb(26 46 5 / 0.05);
}

.hover\:bg-lime-950\/50:hover {
  background-color: rgb(26 46 5 / 0.5);
}

.hover\:bg-lime-950\/60:hover {
  background-color: rgb(26 46 5 / 0.6);
}

.hover\:bg-lime-950\/70:hover {
  background-color: rgb(26 46 5 / 0.7);
}

.hover\:bg-lime-950\/75:hover {
  background-color: rgb(26 46 5 / 0.75);
}

.hover\:bg-lime-950\/80:hover {
  background-color: rgb(26 46 5 / 0.8);
}

.hover\:bg-lime-950\/90:hover {
  background-color: rgb(26 46 5 / 0.9);
}

.hover\:bg-lime-950\/95:hover {
  background-color: rgb(26 46 5 / 0.95);
}

.hover\:bg-nafisa-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 53 10 / var(--tw-bg-opacity));
}

.hover\:bg-nafisa-500\/0:hover {
  background-color: rgb(153 53 10 / 0);
}

.hover\:bg-nafisa-500\/10:hover {
  background-color: rgb(153 53 10 / 0.1);
}

.hover\:bg-nafisa-500\/100:hover {
  background-color: rgb(153 53 10 / 1);
}

.hover\:bg-nafisa-500\/20:hover {
  background-color: rgb(153 53 10 / 0.2);
}

.hover\:bg-nafisa-500\/25:hover {
  background-color: rgb(153 53 10 / 0.25);
}

.hover\:bg-nafisa-500\/30:hover {
  background-color: rgb(153 53 10 / 0.3);
}

.hover\:bg-nafisa-500\/40:hover {
  background-color: rgb(153 53 10 / 0.4);
}

.hover\:bg-nafisa-500\/5:hover {
  background-color: rgb(153 53 10 / 0.05);
}

.hover\:bg-nafisa-500\/50:hover {
  background-color: rgb(153 53 10 / 0.5);
}

.hover\:bg-nafisa-500\/60:hover {
  background-color: rgb(153 53 10 / 0.6);
}

.hover\:bg-nafisa-500\/70:hover {
  background-color: rgb(153 53 10 / 0.7);
}

.hover\:bg-nafisa-500\/75:hover {
  background-color: rgb(153 53 10 / 0.75);
}

.hover\:bg-nafisa-500\/80:hover {
  background-color: rgb(153 53 10 / 0.8);
}

.hover\:bg-nafisa-500\/90:hover {
  background-color: rgb(153 53 10 / 0.9);
}

.hover\:bg-nafisa-500\/95:hover {
  background-color: rgb(153 53 10 / 0.95);
}

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

.hover\:bg-neutral-100\/0:hover {
  background-color: rgb(245 245 245 / 0);
}

.hover\:bg-neutral-100\/10:hover {
  background-color: rgb(245 245 245 / 0.1);
}

.hover\:bg-neutral-100\/100:hover {
  background-color: rgb(245 245 245 / 1);
}

.hover\:bg-neutral-100\/20:hover {
  background-color: rgb(245 245 245 / 0.2);
}

.hover\:bg-neutral-100\/25:hover {
  background-color: rgb(245 245 245 / 0.25);
}

.hover\:bg-neutral-100\/30:hover {
  background-color: rgb(245 245 245 / 0.3);
}

.hover\:bg-neutral-100\/40:hover {
  background-color: rgb(245 245 245 / 0.4);
}

.hover\:bg-neutral-100\/5:hover {
  background-color: rgb(245 245 245 / 0.05);
}

.hover\:bg-neutral-100\/50:hover {
  background-color: rgb(245 245 245 / 0.5);
}

.hover\:bg-neutral-100\/60:hover {
  background-color: rgb(245 245 245 / 0.6);
}

.hover\:bg-neutral-100\/70:hover {
  background-color: rgb(245 245 245 / 0.7);
}

.hover\:bg-neutral-100\/75:hover {
  background-color: rgb(245 245 245 / 0.75);
}

.hover\:bg-neutral-100\/80:hover {
  background-color: rgb(245 245 245 / 0.8);
}

.hover\:bg-neutral-100\/90:hover {
  background-color: rgb(245 245 245 / 0.9);
}

.hover\:bg-neutral-100\/95:hover {
  background-color: rgb(245 245 245 / 0.95);
}

.hover\:bg-neutral-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

.hover\:bg-neutral-200\/0:hover {
  background-color: rgb(229 229 229 / 0);
}

.hover\:bg-neutral-200\/10:hover {
  background-color: rgb(229 229 229 / 0.1);
}

.hover\:bg-neutral-200\/100:hover {
  background-color: rgb(229 229 229 / 1);
}

.hover\:bg-neutral-200\/20:hover {
  background-color: rgb(229 229 229 / 0.2);
}

.hover\:bg-neutral-200\/25:hover {
  background-color: rgb(229 229 229 / 0.25);
}

.hover\:bg-neutral-200\/30:hover {
  background-color: rgb(229 229 229 / 0.3);
}

.hover\:bg-neutral-200\/40:hover {
  background-color: rgb(229 229 229 / 0.4);
}

.hover\:bg-neutral-200\/5:hover {
  background-color: rgb(229 229 229 / 0.05);
}

.hover\:bg-neutral-200\/50:hover {
  background-color: rgb(229 229 229 / 0.5);
}

.hover\:bg-neutral-200\/60:hover {
  background-color: rgb(229 229 229 / 0.6);
}

.hover\:bg-neutral-200\/70:hover {
  background-color: rgb(229 229 229 / 0.7);
}

.hover\:bg-neutral-200\/75:hover {
  background-color: rgb(229 229 229 / 0.75);
}

.hover\:bg-neutral-200\/80:hover {
  background-color: rgb(229 229 229 / 0.8);
}

.hover\:bg-neutral-200\/90:hover {
  background-color: rgb(229 229 229 / 0.9);
}

.hover\:bg-neutral-200\/95:hover {
  background-color: rgb(229 229 229 / 0.95);
}

.hover\:bg-neutral-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}

.hover\:bg-neutral-300\/0:hover {
  background-color: rgb(212 212 212 / 0);
}

.hover\:bg-neutral-300\/10:hover {
  background-color: rgb(212 212 212 / 0.1);
}

.hover\:bg-neutral-300\/100:hover {
  background-color: rgb(212 212 212 / 1);
}

.hover\:bg-neutral-300\/20:hover {
  background-color: rgb(212 212 212 / 0.2);
}

.hover\:bg-neutral-300\/25:hover {
  background-color: rgb(212 212 212 / 0.25);
}

.hover\:bg-neutral-300\/30:hover {
  background-color: rgb(212 212 212 / 0.3);
}

.hover\:bg-neutral-300\/40:hover {
  background-color: rgb(212 212 212 / 0.4);
}

.hover\:bg-neutral-300\/5:hover {
  background-color: rgb(212 212 212 / 0.05);
}

.hover\:bg-neutral-300\/50:hover {
  background-color: rgb(212 212 212 / 0.5);
}

.hover\:bg-neutral-300\/60:hover {
  background-color: rgb(212 212 212 / 0.6);
}

.hover\:bg-neutral-300\/70:hover {
  background-color: rgb(212 212 212 / 0.7);
}

.hover\:bg-neutral-300\/75:hover {
  background-color: rgb(212 212 212 / 0.75);
}

.hover\:bg-neutral-300\/80:hover {
  background-color: rgb(212 212 212 / 0.8);
}

.hover\:bg-neutral-300\/90:hover {
  background-color: rgb(212 212 212 / 0.9);
}

.hover\:bg-neutral-300\/95:hover {
  background-color: rgb(212 212 212 / 0.95);
}

.hover\:bg-neutral-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
}

.hover\:bg-neutral-400\/0:hover {
  background-color: rgb(163 163 163 / 0);
}

.hover\:bg-neutral-400\/10:hover {
  background-color: rgb(163 163 163 / 0.1);
}

.hover\:bg-neutral-400\/100:hover {
  background-color: rgb(163 163 163 / 1);
}

.hover\:bg-neutral-400\/20:hover {
  background-color: rgb(163 163 163 / 0.2);
}

.hover\:bg-neutral-400\/25:hover {
  background-color: rgb(163 163 163 / 0.25);
}

.hover\:bg-neutral-400\/30:hover {
  background-color: rgb(163 163 163 / 0.3);
}

.hover\:bg-neutral-400\/40:hover {
  background-color: rgb(163 163 163 / 0.4);
}

.hover\:bg-neutral-400\/5:hover {
  background-color: rgb(163 163 163 / 0.05);
}

.hover\:bg-neutral-400\/50:hover {
  background-color: rgb(163 163 163 / 0.5);
}

.hover\:bg-neutral-400\/60:hover {
  background-color: rgb(163 163 163 / 0.6);
}

.hover\:bg-neutral-400\/70:hover {
  background-color: rgb(163 163 163 / 0.7);
}

.hover\:bg-neutral-400\/75:hover {
  background-color: rgb(163 163 163 / 0.75);
}

.hover\:bg-neutral-400\/80:hover {
  background-color: rgb(163 163 163 / 0.8);
}

.hover\:bg-neutral-400\/90:hover {
  background-color: rgb(163 163 163 / 0.9);
}

.hover\:bg-neutral-400\/95:hover {
  background-color: rgb(163 163 163 / 0.95);
}

.hover\:bg-neutral-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.hover\:bg-neutral-50\/0:hover {
  background-color: rgb(250 250 250 / 0);
}

.hover\:bg-neutral-50\/10:hover {
  background-color: rgb(250 250 250 / 0.1);
}

.hover\:bg-neutral-50\/100:hover {
  background-color: rgb(250 250 250 / 1);
}

.hover\:bg-neutral-50\/20:hover {
  background-color: rgb(250 250 250 / 0.2);
}

.hover\:bg-neutral-50\/25:hover {
  background-color: rgb(250 250 250 / 0.25);
}

.hover\:bg-neutral-50\/30:hover {
  background-color: rgb(250 250 250 / 0.3);
}

.hover\:bg-neutral-50\/40:hover {
  background-color: rgb(250 250 250 / 0.4);
}

.hover\:bg-neutral-50\/5:hover {
  background-color: rgb(250 250 250 / 0.05);
}

.hover\:bg-neutral-50\/50:hover {
  background-color: rgb(250 250 250 / 0.5);
}

.hover\:bg-neutral-50\/60:hover {
  background-color: rgb(250 250 250 / 0.6);
}

.hover\:bg-neutral-50\/70:hover {
  background-color: rgb(250 250 250 / 0.7);
}

.hover\:bg-neutral-50\/75:hover {
  background-color: rgb(250 250 250 / 0.75);
}

.hover\:bg-neutral-50\/80:hover {
  background-color: rgb(250 250 250 / 0.8);
}

.hover\:bg-neutral-50\/90:hover {
  background-color: rgb(250 250 250 / 0.9);
}

.hover\:bg-neutral-50\/95:hover {
  background-color: rgb(250 250 250 / 0.95);
}

.hover\:bg-neutral-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}

.hover\:bg-neutral-500\/0:hover {
  background-color: rgb(115 115 115 / 0);
}

.hover\:bg-neutral-500\/10:hover {
  background-color: rgb(115 115 115 / 0.1);
}

.hover\:bg-neutral-500\/100:hover {
  background-color: rgb(115 115 115 / 1);
}

.hover\:bg-neutral-500\/20:hover {
  background-color: rgb(115 115 115 / 0.2);
}

.hover\:bg-neutral-500\/25:hover {
  background-color: rgb(115 115 115 / 0.25);
}

.hover\:bg-neutral-500\/30:hover {
  background-color: rgb(115 115 115 / 0.3);
}

.hover\:bg-neutral-500\/40:hover {
  background-color: rgb(115 115 115 / 0.4);
}

.hover\:bg-neutral-500\/5:hover {
  background-color: rgb(115 115 115 / 0.05);
}

.hover\:bg-neutral-500\/50:hover {
  background-color: rgb(115 115 115 / 0.5);
}

.hover\:bg-neutral-500\/60:hover {
  background-color: rgb(115 115 115 / 0.6);
}

.hover\:bg-neutral-500\/70:hover {
  background-color: rgb(115 115 115 / 0.7);
}

.hover\:bg-neutral-500\/75:hover {
  background-color: rgb(115 115 115 / 0.75);
}

.hover\:bg-neutral-500\/80:hover {
  background-color: rgb(115 115 115 / 0.8);
}

.hover\:bg-neutral-500\/90:hover {
  background-color: rgb(115 115 115 / 0.9);
}

.hover\:bg-neutral-500\/95:hover {
  background-color: rgb(115 115 115 / 0.95);
}

.hover\:bg-neutral-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}

.hover\:bg-neutral-600\/0:hover {
  background-color: rgb(82 82 82 / 0);
}

.hover\:bg-neutral-600\/10:hover {
  background-color: rgb(82 82 82 / 0.1);
}

.hover\:bg-neutral-600\/100:hover {
  background-color: rgb(82 82 82 / 1);
}

.hover\:bg-neutral-600\/20:hover {
  background-color: rgb(82 82 82 / 0.2);
}

.hover\:bg-neutral-600\/25:hover {
  background-color: rgb(82 82 82 / 0.25);
}

.hover\:bg-neutral-600\/30:hover {
  background-color: rgb(82 82 82 / 0.3);
}

.hover\:bg-neutral-600\/40:hover {
  background-color: rgb(82 82 82 / 0.4);
}

.hover\:bg-neutral-600\/5:hover {
  background-color: rgb(82 82 82 / 0.05);
}

.hover\:bg-neutral-600\/50:hover {
  background-color: rgb(82 82 82 / 0.5);
}

.hover\:bg-neutral-600\/60:hover {
  background-color: rgb(82 82 82 / 0.6);
}

.hover\:bg-neutral-600\/70:hover {
  background-color: rgb(82 82 82 / 0.7);
}

.hover\:bg-neutral-600\/75:hover {
  background-color: rgb(82 82 82 / 0.75);
}

.hover\:bg-neutral-600\/80:hover {
  background-color: rgb(82 82 82 / 0.8);
}

.hover\:bg-neutral-600\/90:hover {
  background-color: rgb(82 82 82 / 0.9);
}

.hover\:bg-neutral-600\/95:hover {
  background-color: rgb(82 82 82 / 0.95);
}

.hover\:bg-neutral-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}

.hover\:bg-neutral-700\/0:hover {
  background-color: rgb(64 64 64 / 0);
}

.hover\:bg-neutral-700\/10:hover {
  background-color: rgb(64 64 64 / 0.1);
}

.hover\:bg-neutral-700\/100:hover {
  background-color: rgb(64 64 64 / 1);
}

.hover\:bg-neutral-700\/20:hover {
  background-color: rgb(64 64 64 / 0.2);
}

.hover\:bg-neutral-700\/25:hover {
  background-color: rgb(64 64 64 / 0.25);
}

.hover\:bg-neutral-700\/30:hover {
  background-color: rgb(64 64 64 / 0.3);
}

.hover\:bg-neutral-700\/40:hover {
  background-color: rgb(64 64 64 / 0.4);
}

.hover\:bg-neutral-700\/5:hover {
  background-color: rgb(64 64 64 / 0.05);
}

.hover\:bg-neutral-700\/50:hover {
  background-color: rgb(64 64 64 / 0.5);
}

.hover\:bg-neutral-700\/60:hover {
  background-color: rgb(64 64 64 / 0.6);
}

.hover\:bg-neutral-700\/70:hover {
  background-color: rgb(64 64 64 / 0.7);
}

.hover\:bg-neutral-700\/75:hover {
  background-color: rgb(64 64 64 / 0.75);
}

.hover\:bg-neutral-700\/80:hover {
  background-color: rgb(64 64 64 / 0.8);
}

.hover\:bg-neutral-700\/90:hover {
  background-color: rgb(64 64 64 / 0.9);
}

.hover\:bg-neutral-700\/95:hover {
  background-color: rgb(64 64 64 / 0.95);
}

.hover\:bg-neutral-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}

.hover\:bg-neutral-800\/0:hover {
  background-color: rgb(38 38 38 / 0);
}

.hover\:bg-neutral-800\/10:hover {
  background-color: rgb(38 38 38 / 0.1);
}

.hover\:bg-neutral-800\/100:hover {
  background-color: rgb(38 38 38 / 1);
}

.hover\:bg-neutral-800\/20:hover {
  background-color: rgb(38 38 38 / 0.2);
}

.hover\:bg-neutral-800\/25:hover {
  background-color: rgb(38 38 38 / 0.25);
}

.hover\:bg-neutral-800\/30:hover {
  background-color: rgb(38 38 38 / 0.3);
}

.hover\:bg-neutral-800\/40:hover {
  background-color: rgb(38 38 38 / 0.4);
}

.hover\:bg-neutral-800\/5:hover {
  background-color: rgb(38 38 38 / 0.05);
}

.hover\:bg-neutral-800\/50:hover {
  background-color: rgb(38 38 38 / 0.5);
}

.hover\:bg-neutral-800\/60:hover {
  background-color: rgb(38 38 38 / 0.6);
}

.hover\:bg-neutral-800\/70:hover {
  background-color: rgb(38 38 38 / 0.7);
}

.hover\:bg-neutral-800\/75:hover {
  background-color: rgb(38 38 38 / 0.75);
}

.hover\:bg-neutral-800\/80:hover {
  background-color: rgb(38 38 38 / 0.8);
}

.hover\:bg-neutral-800\/90:hover {
  background-color: rgb(38 38 38 / 0.9);
}

.hover\:bg-neutral-800\/95:hover {
  background-color: rgb(38 38 38 / 0.95);
}

.hover\:bg-neutral-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}

.hover\:bg-neutral-900\/0:hover {
  background-color: rgb(23 23 23 / 0);
}

.hover\:bg-neutral-900\/10:hover {
  background-color: rgb(23 23 23 / 0.1);
}

.hover\:bg-neutral-900\/100:hover {
  background-color: rgb(23 23 23 / 1);
}

.hover\:bg-neutral-900\/20:hover {
  background-color: rgb(23 23 23 / 0.2);
}

.hover\:bg-neutral-900\/25:hover {
  background-color: rgb(23 23 23 / 0.25);
}

.hover\:bg-neutral-900\/30:hover {
  background-color: rgb(23 23 23 / 0.3);
}

.hover\:bg-neutral-900\/40:hover {
  background-color: rgb(23 23 23 / 0.4);
}

.hover\:bg-neutral-900\/5:hover {
  background-color: rgb(23 23 23 / 0.05);
}

.hover\:bg-neutral-900\/50:hover {
  background-color: rgb(23 23 23 / 0.5);
}

.hover\:bg-neutral-900\/60:hover {
  background-color: rgb(23 23 23 / 0.6);
}

.hover\:bg-neutral-900\/70:hover {
  background-color: rgb(23 23 23 / 0.7);
}

.hover\:bg-neutral-900\/75:hover {
  background-color: rgb(23 23 23 / 0.75);
}

.hover\:bg-neutral-900\/80:hover {
  background-color: rgb(23 23 23 / 0.8);
}

.hover\:bg-neutral-900\/90:hover {
  background-color: rgb(23 23 23 / 0.9);
}

.hover\:bg-neutral-900\/95:hover {
  background-color: rgb(23 23 23 / 0.95);
}

.hover\:bg-neutral-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
}

.hover\:bg-neutral-950\/0:hover {
  background-color: rgb(10 10 10 / 0);
}

.hover\:bg-neutral-950\/10:hover {
  background-color: rgb(10 10 10 / 0.1);
}

.hover\:bg-neutral-950\/100:hover {
  background-color: rgb(10 10 10 / 1);
}

.hover\:bg-neutral-950\/20:hover {
  background-color: rgb(10 10 10 / 0.2);
}

.hover\:bg-neutral-950\/25:hover {
  background-color: rgb(10 10 10 / 0.25);
}

.hover\:bg-neutral-950\/30:hover {
  background-color: rgb(10 10 10 / 0.3);
}

.hover\:bg-neutral-950\/40:hover {
  background-color: rgb(10 10 10 / 0.4);
}

.hover\:bg-neutral-950\/5:hover {
  background-color: rgb(10 10 10 / 0.05);
}

.hover\:bg-neutral-950\/50:hover {
  background-color: rgb(10 10 10 / 0.5);
}

.hover\:bg-neutral-950\/60:hover {
  background-color: rgb(10 10 10 / 0.6);
}

.hover\:bg-neutral-950\/70:hover {
  background-color: rgb(10 10 10 / 0.7);
}

.hover\:bg-neutral-950\/75:hover {
  background-color: rgb(10 10 10 / 0.75);
}

.hover\:bg-neutral-950\/80:hover {
  background-color: rgb(10 10 10 / 0.8);
}

.hover\:bg-neutral-950\/90:hover {
  background-color: rgb(10 10 10 / 0.9);
}

.hover\:bg-neutral-950\/95:hover {
  background-color: rgb(10 10 10 / 0.95);
}

.hover\:bg-orange-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}

.hover\:bg-orange-100\/0:hover {
  background-color: rgb(255 237 213 / 0);
}

.hover\:bg-orange-100\/10:hover {
  background-color: rgb(255 237 213 / 0.1);
}

.hover\:bg-orange-100\/100:hover {
  background-color: rgb(255 237 213 / 1);
}

.hover\:bg-orange-100\/20:hover {
  background-color: rgb(255 237 213 / 0.2);
}

.hover\:bg-orange-100\/25:hover {
  background-color: rgb(255 237 213 / 0.25);
}

.hover\:bg-orange-100\/30:hover {
  background-color: rgb(255 237 213 / 0.3);
}

.hover\:bg-orange-100\/40:hover {
  background-color: rgb(255 237 213 / 0.4);
}

.hover\:bg-orange-100\/5:hover {
  background-color: rgb(255 237 213 / 0.05);
}

.hover\:bg-orange-100\/50:hover {
  background-color: rgb(255 237 213 / 0.5);
}

.hover\:bg-orange-100\/60:hover {
  background-color: rgb(255 237 213 / 0.6);
}

.hover\:bg-orange-100\/70:hover {
  background-color: rgb(255 237 213 / 0.7);
}

.hover\:bg-orange-100\/75:hover {
  background-color: rgb(255 237 213 / 0.75);
}

.hover\:bg-orange-100\/80:hover {
  background-color: rgb(255 237 213 / 0.8);
}

.hover\:bg-orange-100\/90:hover {
  background-color: rgb(255 237 213 / 0.9);
}

.hover\:bg-orange-100\/95:hover {
  background-color: rgb(255 237 213 / 0.95);
}

.hover\:bg-orange-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity));
}

.hover\:bg-orange-200\/0:hover {
  background-color: rgb(254 215 170 / 0);
}

.hover\:bg-orange-200\/10:hover {
  background-color: rgb(254 215 170 / 0.1);
}

.hover\:bg-orange-200\/100:hover {
  background-color: rgb(254 215 170 / 1);
}

.hover\:bg-orange-200\/20:hover {
  background-color: rgb(254 215 170 / 0.2);
}

.hover\:bg-orange-200\/25:hover {
  background-color: rgb(254 215 170 / 0.25);
}

.hover\:bg-orange-200\/30:hover {
  background-color: rgb(254 215 170 / 0.3);
}

.hover\:bg-orange-200\/40:hover {
  background-color: rgb(254 215 170 / 0.4);
}

.hover\:bg-orange-200\/5:hover {
  background-color: rgb(254 215 170 / 0.05);
}

.hover\:bg-orange-200\/50:hover {
  background-color: rgb(254 215 170 / 0.5);
}

.hover\:bg-orange-200\/60:hover {
  background-color: rgb(254 215 170 / 0.6);
}

.hover\:bg-orange-200\/70:hover {
  background-color: rgb(254 215 170 / 0.7);
}

.hover\:bg-orange-200\/75:hover {
  background-color: rgb(254 215 170 / 0.75);
}

.hover\:bg-orange-200\/80:hover {
  background-color: rgb(254 215 170 / 0.8);
}

.hover\:bg-orange-200\/90:hover {
  background-color: rgb(254 215 170 / 0.9);
}

.hover\:bg-orange-200\/95:hover {
  background-color: rgb(254 215 170 / 0.95);
}

.hover\:bg-orange-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
}

.hover\:bg-orange-300\/0:hover {
  background-color: rgb(253 186 116 / 0);
}

.hover\:bg-orange-300\/10:hover {
  background-color: rgb(253 186 116 / 0.1);
}

.hover\:bg-orange-300\/100:hover {
  background-color: rgb(253 186 116 / 1);
}

.hover\:bg-orange-300\/20:hover {
  background-color: rgb(253 186 116 / 0.2);
}

.hover\:bg-orange-300\/25:hover {
  background-color: rgb(253 186 116 / 0.25);
}

.hover\:bg-orange-300\/30:hover {
  background-color: rgb(253 186 116 / 0.3);
}

.hover\:bg-orange-300\/40:hover {
  background-color: rgb(253 186 116 / 0.4);
}

.hover\:bg-orange-300\/5:hover {
  background-color: rgb(253 186 116 / 0.05);
}

.hover\:bg-orange-300\/50:hover {
  background-color: rgb(253 186 116 / 0.5);
}

.hover\:bg-orange-300\/60:hover {
  background-color: rgb(253 186 116 / 0.6);
}

.hover\:bg-orange-300\/70:hover {
  background-color: rgb(253 186 116 / 0.7);
}

.hover\:bg-orange-300\/75:hover {
  background-color: rgb(253 186 116 / 0.75);
}

.hover\:bg-orange-300\/80:hover {
  background-color: rgb(253 186 116 / 0.8);
}

.hover\:bg-orange-300\/90:hover {
  background-color: rgb(253 186 116 / 0.9);
}

.hover\:bg-orange-300\/95:hover {
  background-color: rgb(253 186 116 / 0.95);
}

.hover\:bg-orange-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
}

.hover\:bg-orange-400\/0:hover {
  background-color: rgb(251 146 60 / 0);
}

.hover\:bg-orange-400\/10:hover {
  background-color: rgb(251 146 60 / 0.1);
}

.hover\:bg-orange-400\/100:hover {
  background-color: rgb(251 146 60 / 1);
}

.hover\:bg-orange-400\/20:hover {
  background-color: rgb(251 146 60 / 0.2);
}

.hover\:bg-orange-400\/25:hover {
  background-color: rgb(251 146 60 / 0.25);
}

.hover\:bg-orange-400\/30:hover {
  background-color: rgb(251 146 60 / 0.3);
}

.hover\:bg-orange-400\/40:hover {
  background-color: rgb(251 146 60 / 0.4);
}

.hover\:bg-orange-400\/5:hover {
  background-color: rgb(251 146 60 / 0.05);
}

.hover\:bg-orange-400\/50:hover {
  background-color: rgb(251 146 60 / 0.5);
}

.hover\:bg-orange-400\/60:hover {
  background-color: rgb(251 146 60 / 0.6);
}

.hover\:bg-orange-400\/70:hover {
  background-color: rgb(251 146 60 / 0.7);
}

.hover\:bg-orange-400\/75:hover {
  background-color: rgb(251 146 60 / 0.75);
}

.hover\:bg-orange-400\/80:hover {
  background-color: rgb(251 146 60 / 0.8);
}

.hover\:bg-orange-400\/90:hover {
  background-color: rgb(251 146 60 / 0.9);
}

.hover\:bg-orange-400\/95:hover {
  background-color: rgb(251 146 60 / 0.95);
}

.hover\:bg-orange-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity));
}

.hover\:bg-orange-50\/0:hover {
  background-color: rgb(255 247 237 / 0);
}

.hover\:bg-orange-50\/10:hover {
  background-color: rgb(255 247 237 / 0.1);
}

.hover\:bg-orange-50\/100:hover {
  background-color: rgb(255 247 237 / 1);
}

.hover\:bg-orange-50\/20:hover {
  background-color: rgb(255 247 237 / 0.2);
}

.hover\:bg-orange-50\/25:hover {
  background-color: rgb(255 247 237 / 0.25);
}

.hover\:bg-orange-50\/30:hover {
  background-color: rgb(255 247 237 / 0.3);
}

.hover\:bg-orange-50\/40:hover {
  background-color: rgb(255 247 237 / 0.4);
}

.hover\:bg-orange-50\/5:hover {
  background-color: rgb(255 247 237 / 0.05);
}

.hover\:bg-orange-50\/50:hover {
  background-color: rgb(255 247 237 / 0.5);
}

.hover\:bg-orange-50\/60:hover {
  background-color: rgb(255 247 237 / 0.6);
}

.hover\:bg-orange-50\/70:hover {
  background-color: rgb(255 247 237 / 0.7);
}

.hover\:bg-orange-50\/75:hover {
  background-color: rgb(255 247 237 / 0.75);
}

.hover\:bg-orange-50\/80:hover {
  background-color: rgb(255 247 237 / 0.8);
}

.hover\:bg-orange-50\/90:hover {
  background-color: rgb(255 247 237 / 0.9);
}

.hover\:bg-orange-50\/95:hover {
  background-color: rgb(255 247 237 / 0.95);
}

.hover\:bg-orange-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}

.hover\:bg-orange-500\/0:hover {
  background-color: rgb(249 115 22 / 0);
}

.hover\:bg-orange-500\/10:hover {
  background-color: rgb(249 115 22 / 0.1);
}

.hover\:bg-orange-500\/100:hover {
  background-color: rgb(249 115 22 / 1);
}

.hover\:bg-orange-500\/20:hover {
  background-color: rgb(249 115 22 / 0.2);
}

.hover\:bg-orange-500\/25:hover {
  background-color: rgb(249 115 22 / 0.25);
}

.hover\:bg-orange-500\/30:hover {
  background-color: rgb(249 115 22 / 0.3);
}

.hover\:bg-orange-500\/40:hover {
  background-color: rgb(249 115 22 / 0.4);
}

.hover\:bg-orange-500\/5:hover {
  background-color: rgb(249 115 22 / 0.05);
}

.hover\:bg-orange-500\/50:hover {
  background-color: rgb(249 115 22 / 0.5);
}

.hover\:bg-orange-500\/60:hover {
  background-color: rgb(249 115 22 / 0.6);
}

.hover\:bg-orange-500\/70:hover {
  background-color: rgb(249 115 22 / 0.7);
}

.hover\:bg-orange-500\/75:hover {
  background-color: rgb(249 115 22 / 0.75);
}

.hover\:bg-orange-500\/80:hover {
  background-color: rgb(249 115 22 / 0.8);
}

.hover\:bg-orange-500\/90:hover {
  background-color: rgb(249 115 22 / 0.9);
}

.hover\:bg-orange-500\/95:hover {
  background-color: rgb(249 115 22 / 0.95);
}

.hover\:bg-orange-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}

.hover\:bg-orange-600\/0:hover {
  background-color: rgb(234 88 12 / 0);
}

.hover\:bg-orange-600\/10:hover {
  background-color: rgb(234 88 12 / 0.1);
}

.hover\:bg-orange-600\/100:hover {
  background-color: rgb(234 88 12 / 1);
}

.hover\:bg-orange-600\/20:hover {
  background-color: rgb(234 88 12 / 0.2);
}

.hover\:bg-orange-600\/25:hover {
  background-color: rgb(234 88 12 / 0.25);
}

.hover\:bg-orange-600\/30:hover {
  background-color: rgb(234 88 12 / 0.3);
}

.hover\:bg-orange-600\/40:hover {
  background-color: rgb(234 88 12 / 0.4);
}

.hover\:bg-orange-600\/5:hover {
  background-color: rgb(234 88 12 / 0.05);
}

.hover\:bg-orange-600\/50:hover {
  background-color: rgb(234 88 12 / 0.5);
}

.hover\:bg-orange-600\/60:hover {
  background-color: rgb(234 88 12 / 0.6);
}

.hover\:bg-orange-600\/70:hover {
  background-color: rgb(234 88 12 / 0.7);
}

.hover\:bg-orange-600\/75:hover {
  background-color: rgb(234 88 12 / 0.75);
}

.hover\:bg-orange-600\/80:hover {
  background-color: rgb(234 88 12 / 0.8);
}

.hover\:bg-orange-600\/90:hover {
  background-color: rgb(234 88 12 / 0.9);
}

.hover\:bg-orange-600\/95:hover {
  background-color: rgb(234 88 12 / 0.95);
}

.hover\:bg-orange-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity));
}

.hover\:bg-orange-700\/0:hover {
  background-color: rgb(194 65 12 / 0);
}

.hover\:bg-orange-700\/10:hover {
  background-color: rgb(194 65 12 / 0.1);
}

.hover\:bg-orange-700\/100:hover {
  background-color: rgb(194 65 12 / 1);
}

.hover\:bg-orange-700\/20:hover {
  background-color: rgb(194 65 12 / 0.2);
}

.hover\:bg-orange-700\/25:hover {
  background-color: rgb(194 65 12 / 0.25);
}

.hover\:bg-orange-700\/30:hover {
  background-color: rgb(194 65 12 / 0.3);
}

.hover\:bg-orange-700\/40:hover {
  background-color: rgb(194 65 12 / 0.4);
}

.hover\:bg-orange-700\/5:hover {
  background-color: rgb(194 65 12 / 0.05);
}

.hover\:bg-orange-700\/50:hover {
  background-color: rgb(194 65 12 / 0.5);
}

.hover\:bg-orange-700\/60:hover {
  background-color: rgb(194 65 12 / 0.6);
}

.hover\:bg-orange-700\/70:hover {
  background-color: rgb(194 65 12 / 0.7);
}

.hover\:bg-orange-700\/75:hover {
  background-color: rgb(194 65 12 / 0.75);
}

.hover\:bg-orange-700\/80:hover {
  background-color: rgb(194 65 12 / 0.8);
}

.hover\:bg-orange-700\/90:hover {
  background-color: rgb(194 65 12 / 0.9);
}

.hover\:bg-orange-700\/95:hover {
  background-color: rgb(194 65 12 / 0.95);
}

.hover\:bg-orange-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity));
}

.hover\:bg-orange-800\/0:hover {
  background-color: rgb(154 52 18 / 0);
}

.hover\:bg-orange-800\/10:hover {
  background-color: rgb(154 52 18 / 0.1);
}

.hover\:bg-orange-800\/100:hover {
  background-color: rgb(154 52 18 / 1);
}

.hover\:bg-orange-800\/20:hover {
  background-color: rgb(154 52 18 / 0.2);
}

.hover\:bg-orange-800\/25:hover {
  background-color: rgb(154 52 18 / 0.25);
}

.hover\:bg-orange-800\/30:hover {
  background-color: rgb(154 52 18 / 0.3);
}

.hover\:bg-orange-800\/40:hover {
  background-color: rgb(154 52 18 / 0.4);
}

.hover\:bg-orange-800\/5:hover {
  background-color: rgb(154 52 18 / 0.05);
}

.hover\:bg-orange-800\/50:hover {
  background-color: rgb(154 52 18 / 0.5);
}

.hover\:bg-orange-800\/60:hover {
  background-color: rgb(154 52 18 / 0.6);
}

.hover\:bg-orange-800\/70:hover {
  background-color: rgb(154 52 18 / 0.7);
}

.hover\:bg-orange-800\/75:hover {
  background-color: rgb(154 52 18 / 0.75);
}

.hover\:bg-orange-800\/80:hover {
  background-color: rgb(154 52 18 / 0.8);
}

.hover\:bg-orange-800\/90:hover {
  background-color: rgb(154 52 18 / 0.9);
}

.hover\:bg-orange-800\/95:hover {
  background-color: rgb(154 52 18 / 0.95);
}

.hover\:bg-orange-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity));
}

.hover\:bg-orange-900\/0:hover {
  background-color: rgb(124 45 18 / 0);
}

.hover\:bg-orange-900\/10:hover {
  background-color: rgb(124 45 18 / 0.1);
}

.hover\:bg-orange-900\/100:hover {
  background-color: rgb(124 45 18 / 1);
}

.hover\:bg-orange-900\/20:hover {
  background-color: rgb(124 45 18 / 0.2);
}

.hover\:bg-orange-900\/25:hover {
  background-color: rgb(124 45 18 / 0.25);
}

.hover\:bg-orange-900\/30:hover {
  background-color: rgb(124 45 18 / 0.3);
}

.hover\:bg-orange-900\/40:hover {
  background-color: rgb(124 45 18 / 0.4);
}

.hover\:bg-orange-900\/5:hover {
  background-color: rgb(124 45 18 / 0.05);
}

.hover\:bg-orange-900\/50:hover {
  background-color: rgb(124 45 18 / 0.5);
}

.hover\:bg-orange-900\/60:hover {
  background-color: rgb(124 45 18 / 0.6);
}

.hover\:bg-orange-900\/70:hover {
  background-color: rgb(124 45 18 / 0.7);
}

.hover\:bg-orange-900\/75:hover {
  background-color: rgb(124 45 18 / 0.75);
}

.hover\:bg-orange-900\/80:hover {
  background-color: rgb(124 45 18 / 0.8);
}

.hover\:bg-orange-900\/90:hover {
  background-color: rgb(124 45 18 / 0.9);
}

.hover\:bg-orange-900\/95:hover {
  background-color: rgb(124 45 18 / 0.95);
}

.hover\:bg-orange-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(67 20 7 / var(--tw-bg-opacity));
}

.hover\:bg-orange-950\/0:hover {
  background-color: rgb(67 20 7 / 0);
}

.hover\:bg-orange-950\/10:hover {
  background-color: rgb(67 20 7 / 0.1);
}

.hover\:bg-orange-950\/100:hover {
  background-color: rgb(67 20 7 / 1);
}

.hover\:bg-orange-950\/20:hover {
  background-color: rgb(67 20 7 / 0.2);
}

.hover\:bg-orange-950\/25:hover {
  background-color: rgb(67 20 7 / 0.25);
}

.hover\:bg-orange-950\/30:hover {
  background-color: rgb(67 20 7 / 0.3);
}

.hover\:bg-orange-950\/40:hover {
  background-color: rgb(67 20 7 / 0.4);
}

.hover\:bg-orange-950\/5:hover {
  background-color: rgb(67 20 7 / 0.05);
}

.hover\:bg-orange-950\/50:hover {
  background-color: rgb(67 20 7 / 0.5);
}

.hover\:bg-orange-950\/60:hover {
  background-color: rgb(67 20 7 / 0.6);
}

.hover\:bg-orange-950\/70:hover {
  background-color: rgb(67 20 7 / 0.7);
}

.hover\:bg-orange-950\/75:hover {
  background-color: rgb(67 20 7 / 0.75);
}

.hover\:bg-orange-950\/80:hover {
  background-color: rgb(67 20 7 / 0.8);
}

.hover\:bg-orange-950\/90:hover {
  background-color: rgb(67 20 7 / 0.9);
}

.hover\:bg-orange-950\/95:hover {
  background-color: rgb(67 20 7 / 0.95);
}

.hover\:bg-ozc-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 239 235 / var(--tw-bg-opacity));
}

.hover\:bg-ozc-100\/0:hover {
  background-color: rgb(255 239 235 / 0);
}

.hover\:bg-ozc-100\/10:hover {
  background-color: rgb(255 239 235 / 0.1);
}

.hover\:bg-ozc-100\/100:hover {
  background-color: rgb(255 239 235 / 1);
}

.hover\:bg-ozc-100\/20:hover {
  background-color: rgb(255 239 235 / 0.2);
}

.hover\:bg-ozc-100\/25:hover {
  background-color: rgb(255 239 235 / 0.25);
}

.hover\:bg-ozc-100\/30:hover {
  background-color: rgb(255 239 235 / 0.3);
}

.hover\:bg-ozc-100\/40:hover {
  background-color: rgb(255 239 235 / 0.4);
}

.hover\:bg-ozc-100\/5:hover {
  background-color: rgb(255 239 235 / 0.05);
}

.hover\:bg-ozc-100\/50:hover {
  background-color: rgb(255 239 235 / 0.5);
}

.hover\:bg-ozc-100\/60:hover {
  background-color: rgb(255 239 235 / 0.6);
}

.hover\:bg-ozc-100\/70:hover {
  background-color: rgb(255 239 235 / 0.7);
}

.hover\:bg-ozc-100\/75:hover {
  background-color: rgb(255 239 235 / 0.75);
}

.hover\:bg-ozc-100\/80:hover {
  background-color: rgb(255 239 235 / 0.8);
}

.hover\:bg-ozc-100\/90:hover {
  background-color: rgb(255 239 235 / 0.9);
}

.hover\:bg-ozc-100\/95:hover {
  background-color: rgb(255 239 235 / 0.95);
}

.hover\:bg-ozc-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 225 222 / var(--tw-bg-opacity));
}

.hover\:bg-ozc-200\/0:hover {
  background-color: rgb(253 225 222 / 0);
}

.hover\:bg-ozc-200\/10:hover {
  background-color: rgb(253 225 222 / 0.1);
}

.hover\:bg-ozc-200\/100:hover {
  background-color: rgb(253 225 222 / 1);
}

.hover\:bg-ozc-200\/20:hover {
  background-color: rgb(253 225 222 / 0.2);
}

.hover\:bg-ozc-200\/25:hover {
  background-color: rgb(253 225 222 / 0.25);
}

.hover\:bg-ozc-200\/30:hover {
  background-color: rgb(253 225 222 / 0.3);
}

.hover\:bg-ozc-200\/40:hover {
  background-color: rgb(253 225 222 / 0.4);
}

.hover\:bg-ozc-200\/5:hover {
  background-color: rgb(253 225 222 / 0.05);
}

.hover\:bg-ozc-200\/50:hover {
  background-color: rgb(253 225 222 / 0.5);
}

.hover\:bg-ozc-200\/60:hover {
  background-color: rgb(253 225 222 / 0.6);
}

.hover\:bg-ozc-200\/70:hover {
  background-color: rgb(253 225 222 / 0.7);
}

.hover\:bg-ozc-200\/75:hover {
  background-color: rgb(253 225 222 / 0.75);
}

.hover\:bg-ozc-200\/80:hover {
  background-color: rgb(253 225 222 / 0.8);
}

.hover\:bg-ozc-200\/90:hover {
  background-color: rgb(253 225 222 / 0.9);
}

.hover\:bg-ozc-200\/95:hover {
  background-color: rgb(253 225 222 / 0.95);
}

.hover\:bg-ozc-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 181 181 / var(--tw-bg-opacity));
}

.hover\:bg-ozc-300\/0:hover {
  background-color: rgb(248 181 181 / 0);
}

.hover\:bg-ozc-300\/10:hover {
  background-color: rgb(248 181 181 / 0.1);
}

.hover\:bg-ozc-300\/100:hover {
  background-color: rgb(248 181 181 / 1);
}

.hover\:bg-ozc-300\/20:hover {
  background-color: rgb(248 181 181 / 0.2);
}

.hover\:bg-ozc-300\/25:hover {
  background-color: rgb(248 181 181 / 0.25);
}

.hover\:bg-ozc-300\/30:hover {
  background-color: rgb(248 181 181 / 0.3);
}

.hover\:bg-ozc-300\/40:hover {
  background-color: rgb(248 181 181 / 0.4);
}

.hover\:bg-ozc-300\/5:hover {
  background-color: rgb(248 181 181 / 0.05);
}

.hover\:bg-ozc-300\/50:hover {
  background-color: rgb(248 181 181 / 0.5);
}

.hover\:bg-ozc-300\/60:hover {
  background-color: rgb(248 181 181 / 0.6);
}

.hover\:bg-ozc-300\/70:hover {
  background-color: rgb(248 181 181 / 0.7);
}

.hover\:bg-ozc-300\/75:hover {
  background-color: rgb(248 181 181 / 0.75);
}

.hover\:bg-ozc-300\/80:hover {
  background-color: rgb(248 181 181 / 0.8);
}

.hover\:bg-ozc-300\/90:hover {
  background-color: rgb(248 181 181 / 0.9);
}

.hover\:bg-ozc-300\/95:hover {
  background-color: rgb(248 181 181 / 0.95);
}

.hover\:bg-ozc-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 189 173 / var(--tw-bg-opacity));
}

.hover\:bg-ozc-400\/0:hover {
  background-color: rgb(250 189 173 / 0);
}

.hover\:bg-ozc-400\/10:hover {
  background-color: rgb(250 189 173 / 0.1);
}

.hover\:bg-ozc-400\/100:hover {
  background-color: rgb(250 189 173 / 1);
}

.hover\:bg-ozc-400\/20:hover {
  background-color: rgb(250 189 173 / 0.2);
}

.hover\:bg-ozc-400\/25:hover {
  background-color: rgb(250 189 173 / 0.25);
}

.hover\:bg-ozc-400\/30:hover {
  background-color: rgb(250 189 173 / 0.3);
}

.hover\:bg-ozc-400\/40:hover {
  background-color: rgb(250 189 173 / 0.4);
}

.hover\:bg-ozc-400\/5:hover {
  background-color: rgb(250 189 173 / 0.05);
}

.hover\:bg-ozc-400\/50:hover {
  background-color: rgb(250 189 173 / 0.5);
}

.hover\:bg-ozc-400\/60:hover {
  background-color: rgb(250 189 173 / 0.6);
}

.hover\:bg-ozc-400\/70:hover {
  background-color: rgb(250 189 173 / 0.7);
}

.hover\:bg-ozc-400\/75:hover {
  background-color: rgb(250 189 173 / 0.75);
}

.hover\:bg-ozc-400\/80:hover {
  background-color: rgb(250 189 173 / 0.8);
}

.hover\:bg-ozc-400\/90:hover {
  background-color: rgb(250 189 173 / 0.9);
}

.hover\:bg-ozc-400\/95:hover {
  background-color: rgb(250 189 173 / 0.95);
}

.hover\:bg-ozc-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 232 / var(--tw-bg-opacity));
}

.hover\:bg-ozc-50\/0:hover {
  background-color: rgb(254 243 232 / 0);
}

.hover\:bg-ozc-50\/10:hover {
  background-color: rgb(254 243 232 / 0.1);
}

.hover\:bg-ozc-50\/100:hover {
  background-color: rgb(254 243 232 / 1);
}

.hover\:bg-ozc-50\/20:hover {
  background-color: rgb(254 243 232 / 0.2);
}

.hover\:bg-ozc-50\/25:hover {
  background-color: rgb(254 243 232 / 0.25);
}

.hover\:bg-ozc-50\/30:hover {
  background-color: rgb(254 243 232 / 0.3);
}

.hover\:bg-ozc-50\/40:hover {
  background-color: rgb(254 243 232 / 0.4);
}

.hover\:bg-ozc-50\/5:hover {
  background-color: rgb(254 243 232 / 0.05);
}

.hover\:bg-ozc-50\/50:hover {
  background-color: rgb(254 243 232 / 0.5);
}

.hover\:bg-ozc-50\/60:hover {
  background-color: rgb(254 243 232 / 0.6);
}

.hover\:bg-ozc-50\/70:hover {
  background-color: rgb(254 243 232 / 0.7);
}

.hover\:bg-ozc-50\/75:hover {
  background-color: rgb(254 243 232 / 0.75);
}

.hover\:bg-ozc-50\/80:hover {
  background-color: rgb(254 243 232 / 0.8);
}

.hover\:bg-ozc-50\/90:hover {
  background-color: rgb(254 243 232 / 0.9);
}

.hover\:bg-ozc-50\/95:hover {
  background-color: rgb(254 243 232 / 0.95);
}

.hover\:bg-ozc-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 110 96 / var(--tw-bg-opacity));
}

.hover\:bg-ozc-500\/0:hover {
  background-color: rgb(255 110 96 / 0);
}

.hover\:bg-ozc-500\/10:hover {
  background-color: rgb(255 110 96 / 0.1);
}

.hover\:bg-ozc-500\/100:hover {
  background-color: rgb(255 110 96 / 1);
}

.hover\:bg-ozc-500\/20:hover {
  background-color: rgb(255 110 96 / 0.2);
}

.hover\:bg-ozc-500\/25:hover {
  background-color: rgb(255 110 96 / 0.25);
}

.hover\:bg-ozc-500\/30:hover {
  background-color: rgb(255 110 96 / 0.3);
}

.hover\:bg-ozc-500\/40:hover {
  background-color: rgb(255 110 96 / 0.4);
}

.hover\:bg-ozc-500\/5:hover {
  background-color: rgb(255 110 96 / 0.05);
}

.hover\:bg-ozc-500\/50:hover {
  background-color: rgb(255 110 96 / 0.5);
}

.hover\:bg-ozc-500\/60:hover {
  background-color: rgb(255 110 96 / 0.6);
}

.hover\:bg-ozc-500\/70:hover {
  background-color: rgb(255 110 96 / 0.7);
}

.hover\:bg-ozc-500\/75:hover {
  background-color: rgb(255 110 96 / 0.75);
}

.hover\:bg-ozc-500\/80:hover {
  background-color: rgb(255 110 96 / 0.8);
}

.hover\:bg-ozc-500\/90:hover {
  background-color: rgb(255 110 96 / 0.9);
}

.hover\:bg-ozc-500\/95:hover {
  background-color: rgb(255 110 96 / 0.95);
}

.hover\:bg-ozc-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 169 140 / var(--tw-bg-opacity));
}

.hover\:bg-ozc-600\/0:hover {
  background-color: rgb(249 169 140 / 0);
}

.hover\:bg-ozc-600\/10:hover {
  background-color: rgb(249 169 140 / 0.1);
}

.hover\:bg-ozc-600\/100:hover {
  background-color: rgb(249 169 140 / 1);
}

.hover\:bg-ozc-600\/20:hover {
  background-color: rgb(249 169 140 / 0.2);
}

.hover\:bg-ozc-600\/25:hover {
  background-color: rgb(249 169 140 / 0.25);
}

.hover\:bg-ozc-600\/30:hover {
  background-color: rgb(249 169 140 / 0.3);
}

.hover\:bg-ozc-600\/40:hover {
  background-color: rgb(249 169 140 / 0.4);
}

.hover\:bg-ozc-600\/5:hover {
  background-color: rgb(249 169 140 / 0.05);
}

.hover\:bg-ozc-600\/50:hover {
  background-color: rgb(249 169 140 / 0.5);
}

.hover\:bg-ozc-600\/60:hover {
  background-color: rgb(249 169 140 / 0.6);
}

.hover\:bg-ozc-600\/70:hover {
  background-color: rgb(249 169 140 / 0.7);
}

.hover\:bg-ozc-600\/75:hover {
  background-color: rgb(249 169 140 / 0.75);
}

.hover\:bg-ozc-600\/80:hover {
  background-color: rgb(249 169 140 / 0.8);
}

.hover\:bg-ozc-600\/90:hover {
  background-color: rgb(249 169 140 / 0.9);
}

.hover\:bg-ozc-600\/95:hover {
  background-color: rgb(249 169 140 / 0.95);
}

.hover\:bg-ozc-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 148 114 / var(--tw-bg-opacity));
}

.hover\:bg-ozc-700\/0:hover {
  background-color: rgb(246 148 114 / 0);
}

.hover\:bg-ozc-700\/10:hover {
  background-color: rgb(246 148 114 / 0.1);
}

.hover\:bg-ozc-700\/100:hover {
  background-color: rgb(246 148 114 / 1);
}

.hover\:bg-ozc-700\/20:hover {
  background-color: rgb(246 148 114 / 0.2);
}

.hover\:bg-ozc-700\/25:hover {
  background-color: rgb(246 148 114 / 0.25);
}

.hover\:bg-ozc-700\/30:hover {
  background-color: rgb(246 148 114 / 0.3);
}

.hover\:bg-ozc-700\/40:hover {
  background-color: rgb(246 148 114 / 0.4);
}

.hover\:bg-ozc-700\/5:hover {
  background-color: rgb(246 148 114 / 0.05);
}

.hover\:bg-ozc-700\/50:hover {
  background-color: rgb(246 148 114 / 0.5);
}

.hover\:bg-ozc-700\/60:hover {
  background-color: rgb(246 148 114 / 0.6);
}

.hover\:bg-ozc-700\/70:hover {
  background-color: rgb(246 148 114 / 0.7);
}

.hover\:bg-ozc-700\/75:hover {
  background-color: rgb(246 148 114 / 0.75);
}

.hover\:bg-ozc-700\/80:hover {
  background-color: rgb(246 148 114 / 0.8);
}

.hover\:bg-ozc-700\/90:hover {
  background-color: rgb(246 148 114 / 0.9);
}

.hover\:bg-ozc-700\/95:hover {
  background-color: rgb(246 148 114 / 0.95);
}

.hover\:bg-ozc-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 144 136 / var(--tw-bg-opacity));
}

.hover\:bg-ozc-800\/0:hover {
  background-color: rgb(245 144 136 / 0);
}

.hover\:bg-ozc-800\/10:hover {
  background-color: rgb(245 144 136 / 0.1);
}

.hover\:bg-ozc-800\/100:hover {
  background-color: rgb(245 144 136 / 1);
}

.hover\:bg-ozc-800\/20:hover {
  background-color: rgb(245 144 136 / 0.2);
}

.hover\:bg-ozc-800\/25:hover {
  background-color: rgb(245 144 136 / 0.25);
}

.hover\:bg-ozc-800\/30:hover {
  background-color: rgb(245 144 136 / 0.3);
}

.hover\:bg-ozc-800\/40:hover {
  background-color: rgb(245 144 136 / 0.4);
}

.hover\:bg-ozc-800\/5:hover {
  background-color: rgb(245 144 136 / 0.05);
}

.hover\:bg-ozc-800\/50:hover {
  background-color: rgb(245 144 136 / 0.5);
}

.hover\:bg-ozc-800\/60:hover {
  background-color: rgb(245 144 136 / 0.6);
}

.hover\:bg-ozc-800\/70:hover {
  background-color: rgb(245 144 136 / 0.7);
}

.hover\:bg-ozc-800\/75:hover {
  background-color: rgb(245 144 136 / 0.75);
}

.hover\:bg-ozc-800\/80:hover {
  background-color: rgb(245 144 136 / 0.8);
}

.hover\:bg-ozc-800\/90:hover {
  background-color: rgb(245 144 136 / 0.9);
}

.hover\:bg-ozc-800\/95:hover {
  background-color: rgb(245 144 136 / 0.95);
}

.hover\:bg-ozc-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 121 124 / var(--tw-bg-opacity));
}

.hover\:bg-ozc-900\/0:hover {
  background-color: rgb(243 121 124 / 0);
}

.hover\:bg-ozc-900\/10:hover {
  background-color: rgb(243 121 124 / 0.1);
}

.hover\:bg-ozc-900\/100:hover {
  background-color: rgb(243 121 124 / 1);
}

.hover\:bg-ozc-900\/20:hover {
  background-color: rgb(243 121 124 / 0.2);
}

.hover\:bg-ozc-900\/25:hover {
  background-color: rgb(243 121 124 / 0.25);
}

.hover\:bg-ozc-900\/30:hover {
  background-color: rgb(243 121 124 / 0.3);
}

.hover\:bg-ozc-900\/40:hover {
  background-color: rgb(243 121 124 / 0.4);
}

.hover\:bg-ozc-900\/5:hover {
  background-color: rgb(243 121 124 / 0.05);
}

.hover\:bg-ozc-900\/50:hover {
  background-color: rgb(243 121 124 / 0.5);
}

.hover\:bg-ozc-900\/60:hover {
  background-color: rgb(243 121 124 / 0.6);
}

.hover\:bg-ozc-900\/70:hover {
  background-color: rgb(243 121 124 / 0.7);
}

.hover\:bg-ozc-900\/75:hover {
  background-color: rgb(243 121 124 / 0.75);
}

.hover\:bg-ozc-900\/80:hover {
  background-color: rgb(243 121 124 / 0.8);
}

.hover\:bg-ozc-900\/90:hover {
  background-color: rgb(243 121 124 / 0.9);
}

.hover\:bg-ozc-900\/95:hover {
  background-color: rgb(243 121 124 / 0.95);
}

.hover\:bg-ozc-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(42 45 51 / var(--tw-bg-opacity));
}

.hover\:bg-ozc-950\/0:hover {
  background-color: rgb(42 45 51 / 0);
}

.hover\:bg-ozc-950\/10:hover {
  background-color: rgb(42 45 51 / 0.1);
}

.hover\:bg-ozc-950\/100:hover {
  background-color: rgb(42 45 51 / 1);
}

.hover\:bg-ozc-950\/20:hover {
  background-color: rgb(42 45 51 / 0.2);
}

.hover\:bg-ozc-950\/25:hover {
  background-color: rgb(42 45 51 / 0.25);
}

.hover\:bg-ozc-950\/30:hover {
  background-color: rgb(42 45 51 / 0.3);
}

.hover\:bg-ozc-950\/40:hover {
  background-color: rgb(42 45 51 / 0.4);
}

.hover\:bg-ozc-950\/5:hover {
  background-color: rgb(42 45 51 / 0.05);
}

.hover\:bg-ozc-950\/50:hover {
  background-color: rgb(42 45 51 / 0.5);
}

.hover\:bg-ozc-950\/60:hover {
  background-color: rgb(42 45 51 / 0.6);
}

.hover\:bg-ozc-950\/70:hover {
  background-color: rgb(42 45 51 / 0.7);
}

.hover\:bg-ozc-950\/75:hover {
  background-color: rgb(42 45 51 / 0.75);
}

.hover\:bg-ozc-950\/80:hover {
  background-color: rgb(42 45 51 / 0.8);
}

.hover\:bg-ozc-950\/90:hover {
  background-color: rgb(42 45 51 / 0.9);
}

.hover\:bg-ozc-950\/95:hover {
  background-color: rgb(42 45 51 / 0.95);
}

.hover\:bg-ozc-alt-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 230 / var(--tw-bg-opacity));
}

.hover\:bg-ozc-alt-100\/0:hover {
  background-color: rgb(255 250 230 / 0);
}

.hover\:bg-ozc-alt-100\/10:hover {
  background-color: rgb(255 250 230 / 0.1);
}

.hover\:bg-ozc-alt-100\/100:hover {
  background-color: rgb(255 250 230 / 1);
}

.hover\:bg-ozc-alt-100\/20:hover {
  background-color: rgb(255 250 230 / 0.2);
}

.hover\:bg-ozc-alt-100\/25:hover {
  background-color: rgb(255 250 230 / 0.25);
}

.hover\:bg-ozc-alt-100\/30:hover {
  background-color: rgb(255 250 230 / 0.3);
}

.hover\:bg-ozc-alt-100\/40:hover {
  background-color: rgb(255 250 230 / 0.4);
}

.hover\:bg-ozc-alt-100\/5:hover {
  background-color: rgb(255 250 230 / 0.05);
}

.hover\:bg-ozc-alt-100\/50:hover {
  background-color: rgb(255 250 230 / 0.5);
}

.hover\:bg-ozc-alt-100\/60:hover {
  background-color: rgb(255 250 230 / 0.6);
}

.hover\:bg-ozc-alt-100\/70:hover {
  background-color: rgb(255 250 230 / 0.7);
}

.hover\:bg-ozc-alt-100\/75:hover {
  background-color: rgb(255 250 230 / 0.75);
}

.hover\:bg-ozc-alt-100\/80:hover {
  background-color: rgb(255 250 230 / 0.8);
}

.hover\:bg-ozc-alt-100\/90:hover {
  background-color: rgb(255 250 230 / 0.9);
}

.hover\:bg-ozc-alt-100\/95:hover {
  background-color: rgb(255 250 230 / 0.95);
}

.hover\:bg-ozc-alt-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 242 193 / var(--tw-bg-opacity));
}

.hover\:bg-ozc-alt-200\/0:hover {
  background-color: rgb(255 242 193 / 0);
}

.hover\:bg-ozc-alt-200\/10:hover {
  background-color: rgb(255 242 193 / 0.1);
}

.hover\:bg-ozc-alt-200\/100:hover {
  background-color: rgb(255 242 193 / 1);
}

.hover\:bg-ozc-alt-200\/20:hover {
  background-color: rgb(255 242 193 / 0.2);
}

.hover\:bg-ozc-alt-200\/25:hover {
  background-color: rgb(255 242 193 / 0.25);
}

.hover\:bg-ozc-alt-200\/30:hover {
  background-color: rgb(255 242 193 / 0.3);
}

.hover\:bg-ozc-alt-200\/40:hover {
  background-color: rgb(255 242 193 / 0.4);
}

.hover\:bg-ozc-alt-200\/5:hover {
  background-color: rgb(255 242 193 / 0.05);
}

.hover\:bg-ozc-alt-200\/50:hover {
  background-color: rgb(255 242 193 / 0.5);
}

.hover\:bg-ozc-alt-200\/60:hover {
  background-color: rgb(255 242 193 / 0.6);
}

.hover\:bg-ozc-alt-200\/70:hover {
  background-color: rgb(255 242 193 / 0.7);
}

.hover\:bg-ozc-alt-200\/75:hover {
  background-color: rgb(255 242 193 / 0.75);
}

.hover\:bg-ozc-alt-200\/80:hover {
  background-color: rgb(255 242 193 / 0.8);
}

.hover\:bg-ozc-alt-200\/90:hover {
  background-color: rgb(255 242 193 / 0.9);
}

.hover\:bg-ozc-alt-200\/95:hover {
  background-color: rgb(255 242 193 / 0.95);
}

.hover\:bg-ozc-alt-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 235 155 / var(--tw-bg-opacity));
}

.hover\:bg-ozc-alt-300\/0:hover {
  background-color: rgb(255 235 155 / 0);
}

.hover\:bg-ozc-alt-300\/10:hover {
  background-color: rgb(255 235 155 / 0.1);
}

.hover\:bg-ozc-alt-300\/100:hover {
  background-color: rgb(255 235 155 / 1);
}

.hover\:bg-ozc-alt-300\/20:hover {
  background-color: rgb(255 235 155 / 0.2);
}

.hover\:bg-ozc-alt-300\/25:hover {
  background-color: rgb(255 235 155 / 0.25);
}

.hover\:bg-ozc-alt-300\/30:hover {
  background-color: rgb(255 235 155 / 0.3);
}

.hover\:bg-ozc-alt-300\/40:hover {
  background-color: rgb(255 235 155 / 0.4);
}

.hover\:bg-ozc-alt-300\/5:hover {
  background-color: rgb(255 235 155 / 0.05);
}

.hover\:bg-ozc-alt-300\/50:hover {
  background-color: rgb(255 235 155 / 0.5);
}

.hover\:bg-ozc-alt-300\/60:hover {
  background-color: rgb(255 235 155 / 0.6);
}

.hover\:bg-ozc-alt-300\/70:hover {
  background-color: rgb(255 235 155 / 0.7);
}

.hover\:bg-ozc-alt-300\/75:hover {
  background-color: rgb(255 235 155 / 0.75);
}

.hover\:bg-ozc-alt-300\/80:hover {
  background-color: rgb(255 235 155 / 0.8);
}

.hover\:bg-ozc-alt-300\/90:hover {
  background-color: rgb(255 235 155 / 0.9);
}

.hover\:bg-ozc-alt-300\/95:hover {
  background-color: rgb(255 235 155 / 0.95);
}

.hover\:bg-ozc-alt-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 219 80 / var(--tw-bg-opacity));
}

.hover\:bg-ozc-alt-400\/0:hover {
  background-color: rgb(255 219 80 / 0);
}

.hover\:bg-ozc-alt-400\/10:hover {
  background-color: rgb(255 219 80 / 0.1);
}

.hover\:bg-ozc-alt-400\/100:hover {
  background-color: rgb(255 219 80 / 1);
}

.hover\:bg-ozc-alt-400\/20:hover {
  background-color: rgb(255 219 80 / 0.2);
}

.hover\:bg-ozc-alt-400\/25:hover {
  background-color: rgb(255 219 80 / 0.25);
}

.hover\:bg-ozc-alt-400\/30:hover {
  background-color: rgb(255 219 80 / 0.3);
}

.hover\:bg-ozc-alt-400\/40:hover {
  background-color: rgb(255 219 80 / 0.4);
}

.hover\:bg-ozc-alt-400\/5:hover {
  background-color: rgb(255 219 80 / 0.05);
}

.hover\:bg-ozc-alt-400\/50:hover {
  background-color: rgb(255 219 80 / 0.5);
}

.hover\:bg-ozc-alt-400\/60:hover {
  background-color: rgb(255 219 80 / 0.6);
}

.hover\:bg-ozc-alt-400\/70:hover {
  background-color: rgb(255 219 80 / 0.7);
}

.hover\:bg-ozc-alt-400\/75:hover {
  background-color: rgb(255 219 80 / 0.75);
}

.hover\:bg-ozc-alt-400\/80:hover {
  background-color: rgb(255 219 80 / 0.8);
}

.hover\:bg-ozc-alt-400\/90:hover {
  background-color: rgb(255 219 80 / 0.9);
}

.hover\:bg-ozc-alt-400\/95:hover {
  background-color: rgb(255 219 80 / 0.95);
}

.hover\:bg-ozc-alt-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 252 243 / var(--tw-bg-opacity));
}

.hover\:bg-ozc-alt-50\/0:hover {
  background-color: rgb(255 252 243 / 0);
}

.hover\:bg-ozc-alt-50\/10:hover {
  background-color: rgb(255 252 243 / 0.1);
}

.hover\:bg-ozc-alt-50\/100:hover {
  background-color: rgb(255 252 243 / 1);
}

.hover\:bg-ozc-alt-50\/20:hover {
  background-color: rgb(255 252 243 / 0.2);
}

.hover\:bg-ozc-alt-50\/25:hover {
  background-color: rgb(255 252 243 / 0.25);
}

.hover\:bg-ozc-alt-50\/30:hover {
  background-color: rgb(255 252 243 / 0.3);
}

.hover\:bg-ozc-alt-50\/40:hover {
  background-color: rgb(255 252 243 / 0.4);
}

.hover\:bg-ozc-alt-50\/5:hover {
  background-color: rgb(255 252 243 / 0.05);
}

.hover\:bg-ozc-alt-50\/50:hover {
  background-color: rgb(255 252 243 / 0.5);
}

.hover\:bg-ozc-alt-50\/60:hover {
  background-color: rgb(255 252 243 / 0.6);
}

.hover\:bg-ozc-alt-50\/70:hover {
  background-color: rgb(255 252 243 / 0.7);
}

.hover\:bg-ozc-alt-50\/75:hover {
  background-color: rgb(255 252 243 / 0.75);
}

.hover\:bg-ozc-alt-50\/80:hover {
  background-color: rgb(255 252 243 / 0.8);
}

.hover\:bg-ozc-alt-50\/90:hover {
  background-color: rgb(255 252 243 / 0.9);
}

.hover\:bg-ozc-alt-50\/95:hover {
  background-color: rgb(255 252 243 / 0.95);
}

.hover\:bg-ozc-alt-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 204 5 / var(--tw-bg-opacity));
}

.hover\:bg-ozc-alt-500\/0:hover {
  background-color: rgb(255 204 5 / 0);
}

.hover\:bg-ozc-alt-500\/10:hover {
  background-color: rgb(255 204 5 / 0.1);
}

.hover\:bg-ozc-alt-500\/100:hover {
  background-color: rgb(255 204 5 / 1);
}

.hover\:bg-ozc-alt-500\/20:hover {
  background-color: rgb(255 204 5 / 0.2);
}

.hover\:bg-ozc-alt-500\/25:hover {
  background-color: rgb(255 204 5 / 0.25);
}

.hover\:bg-ozc-alt-500\/30:hover {
  background-color: rgb(255 204 5 / 0.3);
}

.hover\:bg-ozc-alt-500\/40:hover {
  background-color: rgb(255 204 5 / 0.4);
}

.hover\:bg-ozc-alt-500\/5:hover {
  background-color: rgb(255 204 5 / 0.05);
}

.hover\:bg-ozc-alt-500\/50:hover {
  background-color: rgb(255 204 5 / 0.5);
}

.hover\:bg-ozc-alt-500\/60:hover {
  background-color: rgb(255 204 5 / 0.6);
}

.hover\:bg-ozc-alt-500\/70:hover {
  background-color: rgb(255 204 5 / 0.7);
}

.hover\:bg-ozc-alt-500\/75:hover {
  background-color: rgb(255 204 5 / 0.75);
}

.hover\:bg-ozc-alt-500\/80:hover {
  background-color: rgb(255 204 5 / 0.8);
}

.hover\:bg-ozc-alt-500\/90:hover {
  background-color: rgb(255 204 5 / 0.9);
}

.hover\:bg-ozc-alt-500\/95:hover {
  background-color: rgb(255 204 5 / 0.95);
}

.hover\:bg-ozc-alt-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 184 5 / var(--tw-bg-opacity));
}

.hover\:bg-ozc-alt-600\/0:hover {
  background-color: rgb(230 184 5 / 0);
}

.hover\:bg-ozc-alt-600\/10:hover {
  background-color: rgb(230 184 5 / 0.1);
}

.hover\:bg-ozc-alt-600\/100:hover {
  background-color: rgb(230 184 5 / 1);
}

.hover\:bg-ozc-alt-600\/20:hover {
  background-color: rgb(230 184 5 / 0.2);
}

.hover\:bg-ozc-alt-600\/25:hover {
  background-color: rgb(230 184 5 / 0.25);
}

.hover\:bg-ozc-alt-600\/30:hover {
  background-color: rgb(230 184 5 / 0.3);
}

.hover\:bg-ozc-alt-600\/40:hover {
  background-color: rgb(230 184 5 / 0.4);
}

.hover\:bg-ozc-alt-600\/5:hover {
  background-color: rgb(230 184 5 / 0.05);
}

.hover\:bg-ozc-alt-600\/50:hover {
  background-color: rgb(230 184 5 / 0.5);
}

.hover\:bg-ozc-alt-600\/60:hover {
  background-color: rgb(230 184 5 / 0.6);
}

.hover\:bg-ozc-alt-600\/70:hover {
  background-color: rgb(230 184 5 / 0.7);
}

.hover\:bg-ozc-alt-600\/75:hover {
  background-color: rgb(230 184 5 / 0.75);
}

.hover\:bg-ozc-alt-600\/80:hover {
  background-color: rgb(230 184 5 / 0.8);
}

.hover\:bg-ozc-alt-600\/90:hover {
  background-color: rgb(230 184 5 / 0.9);
}

.hover\:bg-ozc-alt-600\/95:hover {
  background-color: rgb(230 184 5 / 0.95);
}

.hover\:bg-ozc-alt-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 122 3 / var(--tw-bg-opacity));
}

.hover\:bg-ozc-alt-700\/0:hover {
  background-color: rgb(153 122 3 / 0);
}

.hover\:bg-ozc-alt-700\/10:hover {
  background-color: rgb(153 122 3 / 0.1);
}

.hover\:bg-ozc-alt-700\/100:hover {
  background-color: rgb(153 122 3 / 1);
}

.hover\:bg-ozc-alt-700\/20:hover {
  background-color: rgb(153 122 3 / 0.2);
}

.hover\:bg-ozc-alt-700\/25:hover {
  background-color: rgb(153 122 3 / 0.25);
}

.hover\:bg-ozc-alt-700\/30:hover {
  background-color: rgb(153 122 3 / 0.3);
}

.hover\:bg-ozc-alt-700\/40:hover {
  background-color: rgb(153 122 3 / 0.4);
}

.hover\:bg-ozc-alt-700\/5:hover {
  background-color: rgb(153 122 3 / 0.05);
}

.hover\:bg-ozc-alt-700\/50:hover {
  background-color: rgb(153 122 3 / 0.5);
}

.hover\:bg-ozc-alt-700\/60:hover {
  background-color: rgb(153 122 3 / 0.6);
}

.hover\:bg-ozc-alt-700\/70:hover {
  background-color: rgb(153 122 3 / 0.7);
}

.hover\:bg-ozc-alt-700\/75:hover {
  background-color: rgb(153 122 3 / 0.75);
}

.hover\:bg-ozc-alt-700\/80:hover {
  background-color: rgb(153 122 3 / 0.8);
}

.hover\:bg-ozc-alt-700\/90:hover {
  background-color: rgb(153 122 3 / 0.9);
}

.hover\:bg-ozc-alt-700\/95:hover {
  background-color: rgb(153 122 3 / 0.95);
}

.hover\:bg-ozc-alt-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(115 92 2 / var(--tw-bg-opacity));
}

.hover\:bg-ozc-alt-800\/0:hover {
  background-color: rgb(115 92 2 / 0);
}

.hover\:bg-ozc-alt-800\/10:hover {
  background-color: rgb(115 92 2 / 0.1);
}

.hover\:bg-ozc-alt-800\/100:hover {
  background-color: rgb(115 92 2 / 1);
}

.hover\:bg-ozc-alt-800\/20:hover {
  background-color: rgb(115 92 2 / 0.2);
}

.hover\:bg-ozc-alt-800\/25:hover {
  background-color: rgb(115 92 2 / 0.25);
}

.hover\:bg-ozc-alt-800\/30:hover {
  background-color: rgb(115 92 2 / 0.3);
}

.hover\:bg-ozc-alt-800\/40:hover {
  background-color: rgb(115 92 2 / 0.4);
}

.hover\:bg-ozc-alt-800\/5:hover {
  background-color: rgb(115 92 2 / 0.05);
}

.hover\:bg-ozc-alt-800\/50:hover {
  background-color: rgb(115 92 2 / 0.5);
}

.hover\:bg-ozc-alt-800\/60:hover {
  background-color: rgb(115 92 2 / 0.6);
}

.hover\:bg-ozc-alt-800\/70:hover {
  background-color: rgb(115 92 2 / 0.7);
}

.hover\:bg-ozc-alt-800\/75:hover {
  background-color: rgb(115 92 2 / 0.75);
}

.hover\:bg-ozc-alt-800\/80:hover {
  background-color: rgb(115 92 2 / 0.8);
}

.hover\:bg-ozc-alt-800\/90:hover {
  background-color: rgb(115 92 2 / 0.9);
}

.hover\:bg-ozc-alt-800\/95:hover {
  background-color: rgb(115 92 2 / 0.95);
}

.hover\:bg-ozc-alt-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(42 45 51 / var(--tw-bg-opacity));
}

.hover\:bg-ozc-alt-900\/0:hover {
  background-color: rgb(42 45 51 / 0);
}

.hover\:bg-ozc-alt-900\/10:hover {
  background-color: rgb(42 45 51 / 0.1);
}

.hover\:bg-ozc-alt-900\/100:hover {
  background-color: rgb(42 45 51 / 1);
}

.hover\:bg-ozc-alt-900\/20:hover {
  background-color: rgb(42 45 51 / 0.2);
}

.hover\:bg-ozc-alt-900\/25:hover {
  background-color: rgb(42 45 51 / 0.25);
}

.hover\:bg-ozc-alt-900\/30:hover {
  background-color: rgb(42 45 51 / 0.3);
}

.hover\:bg-ozc-alt-900\/40:hover {
  background-color: rgb(42 45 51 / 0.4);
}

.hover\:bg-ozc-alt-900\/5:hover {
  background-color: rgb(42 45 51 / 0.05);
}

.hover\:bg-ozc-alt-900\/50:hover {
  background-color: rgb(42 45 51 / 0.5);
}

.hover\:bg-ozc-alt-900\/60:hover {
  background-color: rgb(42 45 51 / 0.6);
}

.hover\:bg-ozc-alt-900\/70:hover {
  background-color: rgb(42 45 51 / 0.7);
}

.hover\:bg-ozc-alt-900\/75:hover {
  background-color: rgb(42 45 51 / 0.75);
}

.hover\:bg-ozc-alt-900\/80:hover {
  background-color: rgb(42 45 51 / 0.8);
}

.hover\:bg-ozc-alt-900\/90:hover {
  background-color: rgb(42 45 51 / 0.9);
}

.hover\:bg-ozc-alt-900\/95:hover {
  background-color: rgb(42 45 51 / 0.95);
}

.hover\:bg-pink-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity));
}

.hover\:bg-pink-100\/0:hover {
  background-color: rgb(252 231 243 / 0);
}

.hover\:bg-pink-100\/10:hover {
  background-color: rgb(252 231 243 / 0.1);
}

.hover\:bg-pink-100\/100:hover {
  background-color: rgb(252 231 243 / 1);
}

.hover\:bg-pink-100\/20:hover {
  background-color: rgb(252 231 243 / 0.2);
}

.hover\:bg-pink-100\/25:hover {
  background-color: rgb(252 231 243 / 0.25);
}

.hover\:bg-pink-100\/30:hover {
  background-color: rgb(252 231 243 / 0.3);
}

.hover\:bg-pink-100\/40:hover {
  background-color: rgb(252 231 243 / 0.4);
}

.hover\:bg-pink-100\/5:hover {
  background-color: rgb(252 231 243 / 0.05);
}

.hover\:bg-pink-100\/50:hover {
  background-color: rgb(252 231 243 / 0.5);
}

.hover\:bg-pink-100\/60:hover {
  background-color: rgb(252 231 243 / 0.6);
}

.hover\:bg-pink-100\/70:hover {
  background-color: rgb(252 231 243 / 0.7);
}

.hover\:bg-pink-100\/75:hover {
  background-color: rgb(252 231 243 / 0.75);
}

.hover\:bg-pink-100\/80:hover {
  background-color: rgb(252 231 243 / 0.8);
}

.hover\:bg-pink-100\/90:hover {
  background-color: rgb(252 231 243 / 0.9);
}

.hover\:bg-pink-100\/95:hover {
  background-color: rgb(252 231 243 / 0.95);
}

.hover\:bg-pink-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity));
}

.hover\:bg-pink-200\/0:hover {
  background-color: rgb(251 207 232 / 0);
}

.hover\:bg-pink-200\/10:hover {
  background-color: rgb(251 207 232 / 0.1);
}

.hover\:bg-pink-200\/100:hover {
  background-color: rgb(251 207 232 / 1);
}

.hover\:bg-pink-200\/20:hover {
  background-color: rgb(251 207 232 / 0.2);
}

.hover\:bg-pink-200\/25:hover {
  background-color: rgb(251 207 232 / 0.25);
}

.hover\:bg-pink-200\/30:hover {
  background-color: rgb(251 207 232 / 0.3);
}

.hover\:bg-pink-200\/40:hover {
  background-color: rgb(251 207 232 / 0.4);
}

.hover\:bg-pink-200\/5:hover {
  background-color: rgb(251 207 232 / 0.05);
}

.hover\:bg-pink-200\/50:hover {
  background-color: rgb(251 207 232 / 0.5);
}

.hover\:bg-pink-200\/60:hover {
  background-color: rgb(251 207 232 / 0.6);
}

.hover\:bg-pink-200\/70:hover {
  background-color: rgb(251 207 232 / 0.7);
}

.hover\:bg-pink-200\/75:hover {
  background-color: rgb(251 207 232 / 0.75);
}

.hover\:bg-pink-200\/80:hover {
  background-color: rgb(251 207 232 / 0.8);
}

.hover\:bg-pink-200\/90:hover {
  background-color: rgb(251 207 232 / 0.9);
}

.hover\:bg-pink-200\/95:hover {
  background-color: rgb(251 207 232 / 0.95);
}

.hover\:bg-pink-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity));
}

.hover\:bg-pink-300\/0:hover {
  background-color: rgb(249 168 212 / 0);
}

.hover\:bg-pink-300\/10:hover {
  background-color: rgb(249 168 212 / 0.1);
}

.hover\:bg-pink-300\/100:hover {
  background-color: rgb(249 168 212 / 1);
}

.hover\:bg-pink-300\/20:hover {
  background-color: rgb(249 168 212 / 0.2);
}

.hover\:bg-pink-300\/25:hover {
  background-color: rgb(249 168 212 / 0.25);
}

.hover\:bg-pink-300\/30:hover {
  background-color: rgb(249 168 212 / 0.3);
}

.hover\:bg-pink-300\/40:hover {
  background-color: rgb(249 168 212 / 0.4);
}

.hover\:bg-pink-300\/5:hover {
  background-color: rgb(249 168 212 / 0.05);
}

.hover\:bg-pink-300\/50:hover {
  background-color: rgb(249 168 212 / 0.5);
}

.hover\:bg-pink-300\/60:hover {
  background-color: rgb(249 168 212 / 0.6);
}

.hover\:bg-pink-300\/70:hover {
  background-color: rgb(249 168 212 / 0.7);
}

.hover\:bg-pink-300\/75:hover {
  background-color: rgb(249 168 212 / 0.75);
}

.hover\:bg-pink-300\/80:hover {
  background-color: rgb(249 168 212 / 0.8);
}

.hover\:bg-pink-300\/90:hover {
  background-color: rgb(249 168 212 / 0.9);
}

.hover\:bg-pink-300\/95:hover {
  background-color: rgb(249 168 212 / 0.95);
}

.hover\:bg-pink-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity));
}

.hover\:bg-pink-400\/0:hover {
  background-color: rgb(244 114 182 / 0);
}

.hover\:bg-pink-400\/10:hover {
  background-color: rgb(244 114 182 / 0.1);
}

.hover\:bg-pink-400\/100:hover {
  background-color: rgb(244 114 182 / 1);
}

.hover\:bg-pink-400\/20:hover {
  background-color: rgb(244 114 182 / 0.2);
}

.hover\:bg-pink-400\/25:hover {
  background-color: rgb(244 114 182 / 0.25);
}

.hover\:bg-pink-400\/30:hover {
  background-color: rgb(244 114 182 / 0.3);
}

.hover\:bg-pink-400\/40:hover {
  background-color: rgb(244 114 182 / 0.4);
}

.hover\:bg-pink-400\/5:hover {
  background-color: rgb(244 114 182 / 0.05);
}

.hover\:bg-pink-400\/50:hover {
  background-color: rgb(244 114 182 / 0.5);
}

.hover\:bg-pink-400\/60:hover {
  background-color: rgb(244 114 182 / 0.6);
}

.hover\:bg-pink-400\/70:hover {
  background-color: rgb(244 114 182 / 0.7);
}

.hover\:bg-pink-400\/75:hover {
  background-color: rgb(244 114 182 / 0.75);
}

.hover\:bg-pink-400\/80:hover {
  background-color: rgb(244 114 182 / 0.8);
}

.hover\:bg-pink-400\/90:hover {
  background-color: rgb(244 114 182 / 0.9);
}

.hover\:bg-pink-400\/95:hover {
  background-color: rgb(244 114 182 / 0.95);
}

.hover\:bg-pink-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity));
}

.hover\:bg-pink-50\/0:hover {
  background-color: rgb(253 242 248 / 0);
}

.hover\:bg-pink-50\/10:hover {
  background-color: rgb(253 242 248 / 0.1);
}

.hover\:bg-pink-50\/100:hover {
  background-color: rgb(253 242 248 / 1);
}

.hover\:bg-pink-50\/20:hover {
  background-color: rgb(253 242 248 / 0.2);
}

.hover\:bg-pink-50\/25:hover {
  background-color: rgb(253 242 248 / 0.25);
}

.hover\:bg-pink-50\/30:hover {
  background-color: rgb(253 242 248 / 0.3);
}

.hover\:bg-pink-50\/40:hover {
  background-color: rgb(253 242 248 / 0.4);
}

.hover\:bg-pink-50\/5:hover {
  background-color: rgb(253 242 248 / 0.05);
}

.hover\:bg-pink-50\/50:hover {
  background-color: rgb(253 242 248 / 0.5);
}

.hover\:bg-pink-50\/60:hover {
  background-color: rgb(253 242 248 / 0.6);
}

.hover\:bg-pink-50\/70:hover {
  background-color: rgb(253 242 248 / 0.7);
}

.hover\:bg-pink-50\/75:hover {
  background-color: rgb(253 242 248 / 0.75);
}

.hover\:bg-pink-50\/80:hover {
  background-color: rgb(253 242 248 / 0.8);
}

.hover\:bg-pink-50\/90:hover {
  background-color: rgb(253 242 248 / 0.9);
}

.hover\:bg-pink-50\/95:hover {
  background-color: rgb(253 242 248 / 0.95);
}

.hover\:bg-pink-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity));
}

.hover\:bg-pink-500\/0:hover {
  background-color: rgb(236 72 153 / 0);
}

.hover\:bg-pink-500\/10:hover {
  background-color: rgb(236 72 153 / 0.1);
}

.hover\:bg-pink-500\/100:hover {
  background-color: rgb(236 72 153 / 1);
}

.hover\:bg-pink-500\/20:hover {
  background-color: rgb(236 72 153 / 0.2);
}

.hover\:bg-pink-500\/25:hover {
  background-color: rgb(236 72 153 / 0.25);
}

.hover\:bg-pink-500\/30:hover {
  background-color: rgb(236 72 153 / 0.3);
}

.hover\:bg-pink-500\/40:hover {
  background-color: rgb(236 72 153 / 0.4);
}

.hover\:bg-pink-500\/5:hover {
  background-color: rgb(236 72 153 / 0.05);
}

.hover\:bg-pink-500\/50:hover {
  background-color: rgb(236 72 153 / 0.5);
}

.hover\:bg-pink-500\/60:hover {
  background-color: rgb(236 72 153 / 0.6);
}

.hover\:bg-pink-500\/70:hover {
  background-color: rgb(236 72 153 / 0.7);
}

.hover\:bg-pink-500\/75:hover {
  background-color: rgb(236 72 153 / 0.75);
}

.hover\:bg-pink-500\/80:hover {
  background-color: rgb(236 72 153 / 0.8);
}

.hover\:bg-pink-500\/90:hover {
  background-color: rgb(236 72 153 / 0.9);
}

.hover\:bg-pink-500\/95:hover {
  background-color: rgb(236 72 153 / 0.95);
}

.hover\:bg-pink-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity));
}

.hover\:bg-pink-600\/0:hover {
  background-color: rgb(219 39 119 / 0);
}

.hover\:bg-pink-600\/10:hover {
  background-color: rgb(219 39 119 / 0.1);
}

.hover\:bg-pink-600\/100:hover {
  background-color: rgb(219 39 119 / 1);
}

.hover\:bg-pink-600\/20:hover {
  background-color: rgb(219 39 119 / 0.2);
}

.hover\:bg-pink-600\/25:hover {
  background-color: rgb(219 39 119 / 0.25);
}

.hover\:bg-pink-600\/30:hover {
  background-color: rgb(219 39 119 / 0.3);
}

.hover\:bg-pink-600\/40:hover {
  background-color: rgb(219 39 119 / 0.4);
}

.hover\:bg-pink-600\/5:hover {
  background-color: rgb(219 39 119 / 0.05);
}

.hover\:bg-pink-600\/50:hover {
  background-color: rgb(219 39 119 / 0.5);
}

.hover\:bg-pink-600\/60:hover {
  background-color: rgb(219 39 119 / 0.6);
}

.hover\:bg-pink-600\/70:hover {
  background-color: rgb(219 39 119 / 0.7);
}

.hover\:bg-pink-600\/75:hover {
  background-color: rgb(219 39 119 / 0.75);
}

.hover\:bg-pink-600\/80:hover {
  background-color: rgb(219 39 119 / 0.8);
}

.hover\:bg-pink-600\/90:hover {
  background-color: rgb(219 39 119 / 0.9);
}

.hover\:bg-pink-600\/95:hover {
  background-color: rgb(219 39 119 / 0.95);
}

.hover\:bg-pink-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity));
}

.hover\:bg-pink-700\/0:hover {
  background-color: rgb(190 24 93 / 0);
}

.hover\:bg-pink-700\/10:hover {
  background-color: rgb(190 24 93 / 0.1);
}

.hover\:bg-pink-700\/100:hover {
  background-color: rgb(190 24 93 / 1);
}

.hover\:bg-pink-700\/20:hover {
  background-color: rgb(190 24 93 / 0.2);
}

.hover\:bg-pink-700\/25:hover {
  background-color: rgb(190 24 93 / 0.25);
}

.hover\:bg-pink-700\/30:hover {
  background-color: rgb(190 24 93 / 0.3);
}

.hover\:bg-pink-700\/40:hover {
  background-color: rgb(190 24 93 / 0.4);
}

.hover\:bg-pink-700\/5:hover {
  background-color: rgb(190 24 93 / 0.05);
}

.hover\:bg-pink-700\/50:hover {
  background-color: rgb(190 24 93 / 0.5);
}

.hover\:bg-pink-700\/60:hover {
  background-color: rgb(190 24 93 / 0.6);
}

.hover\:bg-pink-700\/70:hover {
  background-color: rgb(190 24 93 / 0.7);
}

.hover\:bg-pink-700\/75:hover {
  background-color: rgb(190 24 93 / 0.75);
}

.hover\:bg-pink-700\/80:hover {
  background-color: rgb(190 24 93 / 0.8);
}

.hover\:bg-pink-700\/90:hover {
  background-color: rgb(190 24 93 / 0.9);
}

.hover\:bg-pink-700\/95:hover {
  background-color: rgb(190 24 93 / 0.95);
}

.hover\:bg-pink-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity));
}

.hover\:bg-pink-800\/0:hover {
  background-color: rgb(157 23 77 / 0);
}

.hover\:bg-pink-800\/10:hover {
  background-color: rgb(157 23 77 / 0.1);
}

.hover\:bg-pink-800\/100:hover {
  background-color: rgb(157 23 77 / 1);
}

.hover\:bg-pink-800\/20:hover {
  background-color: rgb(157 23 77 / 0.2);
}

.hover\:bg-pink-800\/25:hover {
  background-color: rgb(157 23 77 / 0.25);
}

.hover\:bg-pink-800\/30:hover {
  background-color: rgb(157 23 77 / 0.3);
}

.hover\:bg-pink-800\/40:hover {
  background-color: rgb(157 23 77 / 0.4);
}

.hover\:bg-pink-800\/5:hover {
  background-color: rgb(157 23 77 / 0.05);
}

.hover\:bg-pink-800\/50:hover {
  background-color: rgb(157 23 77 / 0.5);
}

.hover\:bg-pink-800\/60:hover {
  background-color: rgb(157 23 77 / 0.6);
}

.hover\:bg-pink-800\/70:hover {
  background-color: rgb(157 23 77 / 0.7);
}

.hover\:bg-pink-800\/75:hover {
  background-color: rgb(157 23 77 / 0.75);
}

.hover\:bg-pink-800\/80:hover {
  background-color: rgb(157 23 77 / 0.8);
}

.hover\:bg-pink-800\/90:hover {
  background-color: rgb(157 23 77 / 0.9);
}

.hover\:bg-pink-800\/95:hover {
  background-color: rgb(157 23 77 / 0.95);
}

.hover\:bg-pink-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity));
}

.hover\:bg-pink-900\/0:hover {
  background-color: rgb(131 24 67 / 0);
}

.hover\:bg-pink-900\/10:hover {
  background-color: rgb(131 24 67 / 0.1);
}

.hover\:bg-pink-900\/100:hover {
  background-color: rgb(131 24 67 / 1);
}

.hover\:bg-pink-900\/20:hover {
  background-color: rgb(131 24 67 / 0.2);
}

.hover\:bg-pink-900\/25:hover {
  background-color: rgb(131 24 67 / 0.25);
}

.hover\:bg-pink-900\/30:hover {
  background-color: rgb(131 24 67 / 0.3);
}

.hover\:bg-pink-900\/40:hover {
  background-color: rgb(131 24 67 / 0.4);
}

.hover\:bg-pink-900\/5:hover {
  background-color: rgb(131 24 67 / 0.05);
}

.hover\:bg-pink-900\/50:hover {
  background-color: rgb(131 24 67 / 0.5);
}

.hover\:bg-pink-900\/60:hover {
  background-color: rgb(131 24 67 / 0.6);
}

.hover\:bg-pink-900\/70:hover {
  background-color: rgb(131 24 67 / 0.7);
}

.hover\:bg-pink-900\/75:hover {
  background-color: rgb(131 24 67 / 0.75);
}

.hover\:bg-pink-900\/80:hover {
  background-color: rgb(131 24 67 / 0.8);
}

.hover\:bg-pink-900\/90:hover {
  background-color: rgb(131 24 67 / 0.9);
}

.hover\:bg-pink-900\/95:hover {
  background-color: rgb(131 24 67 / 0.95);
}

.hover\:bg-pink-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(80 7 36 / var(--tw-bg-opacity));
}

.hover\:bg-pink-950\/0:hover {
  background-color: rgb(80 7 36 / 0);
}

.hover\:bg-pink-950\/10:hover {
  background-color: rgb(80 7 36 / 0.1);
}

.hover\:bg-pink-950\/100:hover {
  background-color: rgb(80 7 36 / 1);
}

.hover\:bg-pink-950\/20:hover {
  background-color: rgb(80 7 36 / 0.2);
}

.hover\:bg-pink-950\/25:hover {
  background-color: rgb(80 7 36 / 0.25);
}

.hover\:bg-pink-950\/30:hover {
  background-color: rgb(80 7 36 / 0.3);
}

.hover\:bg-pink-950\/40:hover {
  background-color: rgb(80 7 36 / 0.4);
}

.hover\:bg-pink-950\/5:hover {
  background-color: rgb(80 7 36 / 0.05);
}

.hover\:bg-pink-950\/50:hover {
  background-color: rgb(80 7 36 / 0.5);
}

.hover\:bg-pink-950\/60:hover {
  background-color: rgb(80 7 36 / 0.6);
}

.hover\:bg-pink-950\/70:hover {
  background-color: rgb(80 7 36 / 0.7);
}

.hover\:bg-pink-950\/75:hover {
  background-color: rgb(80 7 36 / 0.75);
}

.hover\:bg-pink-950\/80:hover {
  background-color: rgb(80 7 36 / 0.8);
}

.hover\:bg-pink-950\/90:hover {
  background-color: rgb(80 7 36 / 0.9);
}

.hover\:bg-pink-950\/95:hover {
  background-color: rgb(80 7 36 / 0.95);
}

.hover\:bg-purple-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
}

.hover\:bg-purple-100\/0:hover {
  background-color: rgb(243 232 255 / 0);
}

.hover\:bg-purple-100\/10:hover {
  background-color: rgb(243 232 255 / 0.1);
}

.hover\:bg-purple-100\/100:hover {
  background-color: rgb(243 232 255 / 1);
}

.hover\:bg-purple-100\/20:hover {
  background-color: rgb(243 232 255 / 0.2);
}

.hover\:bg-purple-100\/25:hover {
  background-color: rgb(243 232 255 / 0.25);
}

.hover\:bg-purple-100\/30:hover {
  background-color: rgb(243 232 255 / 0.3);
}

.hover\:bg-purple-100\/40:hover {
  background-color: rgb(243 232 255 / 0.4);
}

.hover\:bg-purple-100\/5:hover {
  background-color: rgb(243 232 255 / 0.05);
}

.hover\:bg-purple-100\/50:hover {
  background-color: rgb(243 232 255 / 0.5);
}

.hover\:bg-purple-100\/60:hover {
  background-color: rgb(243 232 255 / 0.6);
}

.hover\:bg-purple-100\/70:hover {
  background-color: rgb(243 232 255 / 0.7);
}

.hover\:bg-purple-100\/75:hover {
  background-color: rgb(243 232 255 / 0.75);
}

.hover\:bg-purple-100\/80:hover {
  background-color: rgb(243 232 255 / 0.8);
}

.hover\:bg-purple-100\/90:hover {
  background-color: rgb(243 232 255 / 0.9);
}

.hover\:bg-purple-100\/95:hover {
  background-color: rgb(243 232 255 / 0.95);
}

.hover\:bg-purple-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity));
}

.hover\:bg-purple-200\/0:hover {
  background-color: rgb(233 213 255 / 0);
}

.hover\:bg-purple-200\/10:hover {
  background-color: rgb(233 213 255 / 0.1);
}

.hover\:bg-purple-200\/100:hover {
  background-color: rgb(233 213 255 / 1);
}

.hover\:bg-purple-200\/20:hover {
  background-color: rgb(233 213 255 / 0.2);
}

.hover\:bg-purple-200\/25:hover {
  background-color: rgb(233 213 255 / 0.25);
}

.hover\:bg-purple-200\/30:hover {
  background-color: rgb(233 213 255 / 0.3);
}

.hover\:bg-purple-200\/40:hover {
  background-color: rgb(233 213 255 / 0.4);
}

.hover\:bg-purple-200\/5:hover {
  background-color: rgb(233 213 255 / 0.05);
}

.hover\:bg-purple-200\/50:hover {
  background-color: rgb(233 213 255 / 0.5);
}

.hover\:bg-purple-200\/60:hover {
  background-color: rgb(233 213 255 / 0.6);
}

.hover\:bg-purple-200\/70:hover {
  background-color: rgb(233 213 255 / 0.7);
}

.hover\:bg-purple-200\/75:hover {
  background-color: rgb(233 213 255 / 0.75);
}

.hover\:bg-purple-200\/80:hover {
  background-color: rgb(233 213 255 / 0.8);
}

.hover\:bg-purple-200\/90:hover {
  background-color: rgb(233 213 255 / 0.9);
}

.hover\:bg-purple-200\/95:hover {
  background-color: rgb(233 213 255 / 0.95);
}

.hover\:bg-purple-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity));
}

.hover\:bg-purple-300\/0:hover {
  background-color: rgb(216 180 254 / 0);
}

.hover\:bg-purple-300\/10:hover {
  background-color: rgb(216 180 254 / 0.1);
}

.hover\:bg-purple-300\/100:hover {
  background-color: rgb(216 180 254 / 1);
}

.hover\:bg-purple-300\/20:hover {
  background-color: rgb(216 180 254 / 0.2);
}

.hover\:bg-purple-300\/25:hover {
  background-color: rgb(216 180 254 / 0.25);
}

.hover\:bg-purple-300\/30:hover {
  background-color: rgb(216 180 254 / 0.3);
}

.hover\:bg-purple-300\/40:hover {
  background-color: rgb(216 180 254 / 0.4);
}

.hover\:bg-purple-300\/5:hover {
  background-color: rgb(216 180 254 / 0.05);
}

.hover\:bg-purple-300\/50:hover {
  background-color: rgb(216 180 254 / 0.5);
}

.hover\:bg-purple-300\/60:hover {
  background-color: rgb(216 180 254 / 0.6);
}

.hover\:bg-purple-300\/70:hover {
  background-color: rgb(216 180 254 / 0.7);
}

.hover\:bg-purple-300\/75:hover {
  background-color: rgb(216 180 254 / 0.75);
}

.hover\:bg-purple-300\/80:hover {
  background-color: rgb(216 180 254 / 0.8);
}

.hover\:bg-purple-300\/90:hover {
  background-color: rgb(216 180 254 / 0.9);
}

.hover\:bg-purple-300\/95:hover {
  background-color: rgb(216 180 254 / 0.95);
}

.hover\:bg-purple-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity));
}

.hover\:bg-purple-400\/0:hover {
  background-color: rgb(192 132 252 / 0);
}

.hover\:bg-purple-400\/10:hover {
  background-color: rgb(192 132 252 / 0.1);
}

.hover\:bg-purple-400\/100:hover {
  background-color: rgb(192 132 252 / 1);
}

.hover\:bg-purple-400\/20:hover {
  background-color: rgb(192 132 252 / 0.2);
}

.hover\:bg-purple-400\/25:hover {
  background-color: rgb(192 132 252 / 0.25);
}

.hover\:bg-purple-400\/30:hover {
  background-color: rgb(192 132 252 / 0.3);
}

.hover\:bg-purple-400\/40:hover {
  background-color: rgb(192 132 252 / 0.4);
}

.hover\:bg-purple-400\/5:hover {
  background-color: rgb(192 132 252 / 0.05);
}

.hover\:bg-purple-400\/50:hover {
  background-color: rgb(192 132 252 / 0.5);
}

.hover\:bg-purple-400\/60:hover {
  background-color: rgb(192 132 252 / 0.6);
}

.hover\:bg-purple-400\/70:hover {
  background-color: rgb(192 132 252 / 0.7);
}

.hover\:bg-purple-400\/75:hover {
  background-color: rgb(192 132 252 / 0.75);
}

.hover\:bg-purple-400\/80:hover {
  background-color: rgb(192 132 252 / 0.8);
}

.hover\:bg-purple-400\/90:hover {
  background-color: rgb(192 132 252 / 0.9);
}

.hover\:bg-purple-400\/95:hover {
  background-color: rgb(192 132 252 / 0.95);
}

.hover\:bg-purple-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity));
}

.hover\:bg-purple-50\/0:hover {
  background-color: rgb(250 245 255 / 0);
}

.hover\:bg-purple-50\/10:hover {
  background-color: rgb(250 245 255 / 0.1);
}

.hover\:bg-purple-50\/100:hover {
  background-color: rgb(250 245 255 / 1);
}

.hover\:bg-purple-50\/20:hover {
  background-color: rgb(250 245 255 / 0.2);
}

.hover\:bg-purple-50\/25:hover {
  background-color: rgb(250 245 255 / 0.25);
}

.hover\:bg-purple-50\/30:hover {
  background-color: rgb(250 245 255 / 0.3);
}

.hover\:bg-purple-50\/40:hover {
  background-color: rgb(250 245 255 / 0.4);
}

.hover\:bg-purple-50\/5:hover {
  background-color: rgb(250 245 255 / 0.05);
}

.hover\:bg-purple-50\/50:hover {
  background-color: rgb(250 245 255 / 0.5);
}

.hover\:bg-purple-50\/60:hover {
  background-color: rgb(250 245 255 / 0.6);
}

.hover\:bg-purple-50\/70:hover {
  background-color: rgb(250 245 255 / 0.7);
}

.hover\:bg-purple-50\/75:hover {
  background-color: rgb(250 245 255 / 0.75);
}

.hover\:bg-purple-50\/80:hover {
  background-color: rgb(250 245 255 / 0.8);
}

.hover\:bg-purple-50\/90:hover {
  background-color: rgb(250 245 255 / 0.9);
}

.hover\:bg-purple-50\/95:hover {
  background-color: rgb(250 245 255 / 0.95);
}

.hover\:bg-purple-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity));
}

.hover\:bg-purple-500\/0:hover {
  background-color: rgb(168 85 247 / 0);
}

.hover\:bg-purple-500\/10:hover {
  background-color: rgb(168 85 247 / 0.1);
}

.hover\:bg-purple-500\/100:hover {
  background-color: rgb(168 85 247 / 1);
}

.hover\:bg-purple-500\/20:hover {
  background-color: rgb(168 85 247 / 0.2);
}

.hover\:bg-purple-500\/25:hover {
  background-color: rgb(168 85 247 / 0.25);
}

.hover\:bg-purple-500\/30:hover {
  background-color: rgb(168 85 247 / 0.3);
}

.hover\:bg-purple-500\/40:hover {
  background-color: rgb(168 85 247 / 0.4);
}

.hover\:bg-purple-500\/5:hover {
  background-color: rgb(168 85 247 / 0.05);
}

.hover\:bg-purple-500\/50:hover {
  background-color: rgb(168 85 247 / 0.5);
}

.hover\:bg-purple-500\/60:hover {
  background-color: rgb(168 85 247 / 0.6);
}

.hover\:bg-purple-500\/70:hover {
  background-color: rgb(168 85 247 / 0.7);
}

.hover\:bg-purple-500\/75:hover {
  background-color: rgb(168 85 247 / 0.75);
}

.hover\:bg-purple-500\/80:hover {
  background-color: rgb(168 85 247 / 0.8);
}

.hover\:bg-purple-500\/90:hover {
  background-color: rgb(168 85 247 / 0.9);
}

.hover\:bg-purple-500\/95:hover {
  background-color: rgb(168 85 247 / 0.95);
}

.hover\:bg-purple-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity));
}

.hover\:bg-purple-600\/0:hover {
  background-color: rgb(147 51 234 / 0);
}

.hover\:bg-purple-600\/10:hover {
  background-color: rgb(147 51 234 / 0.1);
}

.hover\:bg-purple-600\/100:hover {
  background-color: rgb(147 51 234 / 1);
}

.hover\:bg-purple-600\/20:hover {
  background-color: rgb(147 51 234 / 0.2);
}

.hover\:bg-purple-600\/25:hover {
  background-color: rgb(147 51 234 / 0.25);
}

.hover\:bg-purple-600\/30:hover {
  background-color: rgb(147 51 234 / 0.3);
}

.hover\:bg-purple-600\/40:hover {
  background-color: rgb(147 51 234 / 0.4);
}

.hover\:bg-purple-600\/5:hover {
  background-color: rgb(147 51 234 / 0.05);
}

.hover\:bg-purple-600\/50:hover {
  background-color: rgb(147 51 234 / 0.5);
}

.hover\:bg-purple-600\/60:hover {
  background-color: rgb(147 51 234 / 0.6);
}

.hover\:bg-purple-600\/70:hover {
  background-color: rgb(147 51 234 / 0.7);
}

.hover\:bg-purple-600\/75:hover {
  background-color: rgb(147 51 234 / 0.75);
}

.hover\:bg-purple-600\/80:hover {
  background-color: rgb(147 51 234 / 0.8);
}

.hover\:bg-purple-600\/90:hover {
  background-color: rgb(147 51 234 / 0.9);
}

.hover\:bg-purple-600\/95:hover {
  background-color: rgb(147 51 234 / 0.95);
}

.hover\:bg-purple-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity));
}

.hover\:bg-purple-700\/0:hover {
  background-color: rgb(126 34 206 / 0);
}

.hover\:bg-purple-700\/10:hover {
  background-color: rgb(126 34 206 / 0.1);
}

.hover\:bg-purple-700\/100:hover {
  background-color: rgb(126 34 206 / 1);
}

.hover\:bg-purple-700\/20:hover {
  background-color: rgb(126 34 206 / 0.2);
}

.hover\:bg-purple-700\/25:hover {
  background-color: rgb(126 34 206 / 0.25);
}

.hover\:bg-purple-700\/30:hover {
  background-color: rgb(126 34 206 / 0.3);
}

.hover\:bg-purple-700\/40:hover {
  background-color: rgb(126 34 206 / 0.4);
}

.hover\:bg-purple-700\/5:hover {
  background-color: rgb(126 34 206 / 0.05);
}

.hover\:bg-purple-700\/50:hover {
  background-color: rgb(126 34 206 / 0.5);
}

.hover\:bg-purple-700\/60:hover {
  background-color: rgb(126 34 206 / 0.6);
}

.hover\:bg-purple-700\/70:hover {
  background-color: rgb(126 34 206 / 0.7);
}

.hover\:bg-purple-700\/75:hover {
  background-color: rgb(126 34 206 / 0.75);
}

.hover\:bg-purple-700\/80:hover {
  background-color: rgb(126 34 206 / 0.8);
}

.hover\:bg-purple-700\/90:hover {
  background-color: rgb(126 34 206 / 0.9);
}

.hover\:bg-purple-700\/95:hover {
  background-color: rgb(126 34 206 / 0.95);
}

.hover\:bg-purple-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity));
}

.hover\:bg-purple-800\/0:hover {
  background-color: rgb(107 33 168 / 0);
}

.hover\:bg-purple-800\/10:hover {
  background-color: rgb(107 33 168 / 0.1);
}

.hover\:bg-purple-800\/100:hover {
  background-color: rgb(107 33 168 / 1);
}

.hover\:bg-purple-800\/20:hover {
  background-color: rgb(107 33 168 / 0.2);
}

.hover\:bg-purple-800\/25:hover {
  background-color: rgb(107 33 168 / 0.25);
}

.hover\:bg-purple-800\/30:hover {
  background-color: rgb(107 33 168 / 0.3);
}

.hover\:bg-purple-800\/40:hover {
  background-color: rgb(107 33 168 / 0.4);
}

.hover\:bg-purple-800\/5:hover {
  background-color: rgb(107 33 168 / 0.05);
}

.hover\:bg-purple-800\/50:hover {
  background-color: rgb(107 33 168 / 0.5);
}

.hover\:bg-purple-800\/60:hover {
  background-color: rgb(107 33 168 / 0.6);
}

.hover\:bg-purple-800\/70:hover {
  background-color: rgb(107 33 168 / 0.7);
}

.hover\:bg-purple-800\/75:hover {
  background-color: rgb(107 33 168 / 0.75);
}

.hover\:bg-purple-800\/80:hover {
  background-color: rgb(107 33 168 / 0.8);
}

.hover\:bg-purple-800\/90:hover {
  background-color: rgb(107 33 168 / 0.9);
}

.hover\:bg-purple-800\/95:hover {
  background-color: rgb(107 33 168 / 0.95);
}

.hover\:bg-purple-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity));
}

.hover\:bg-purple-900\/0:hover {
  background-color: rgb(88 28 135 / 0);
}

.hover\:bg-purple-900\/10:hover {
  background-color: rgb(88 28 135 / 0.1);
}

.hover\:bg-purple-900\/100:hover {
  background-color: rgb(88 28 135 / 1);
}

.hover\:bg-purple-900\/20:hover {
  background-color: rgb(88 28 135 / 0.2);
}

.hover\:bg-purple-900\/25:hover {
  background-color: rgb(88 28 135 / 0.25);
}

.hover\:bg-purple-900\/30:hover {
  background-color: rgb(88 28 135 / 0.3);
}

.hover\:bg-purple-900\/40:hover {
  background-color: rgb(88 28 135 / 0.4);
}

.hover\:bg-purple-900\/5:hover {
  background-color: rgb(88 28 135 / 0.05);
}

.hover\:bg-purple-900\/50:hover {
  background-color: rgb(88 28 135 / 0.5);
}

.hover\:bg-purple-900\/60:hover {
  background-color: rgb(88 28 135 / 0.6);
}

.hover\:bg-purple-900\/70:hover {
  background-color: rgb(88 28 135 / 0.7);
}

.hover\:bg-purple-900\/75:hover {
  background-color: rgb(88 28 135 / 0.75);
}

.hover\:bg-purple-900\/80:hover {
  background-color: rgb(88 28 135 / 0.8);
}

.hover\:bg-purple-900\/90:hover {
  background-color: rgb(88 28 135 / 0.9);
}

.hover\:bg-purple-900\/95:hover {
  background-color: rgb(88 28 135 / 0.95);
}

.hover\:bg-purple-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity));
}

.hover\:bg-purple-950\/0:hover {
  background-color: rgb(59 7 100 / 0);
}

.hover\:bg-purple-950\/10:hover {
  background-color: rgb(59 7 100 / 0.1);
}

.hover\:bg-purple-950\/100:hover {
  background-color: rgb(59 7 100 / 1);
}

.hover\:bg-purple-950\/20:hover {
  background-color: rgb(59 7 100 / 0.2);
}

.hover\:bg-purple-950\/25:hover {
  background-color: rgb(59 7 100 / 0.25);
}

.hover\:bg-purple-950\/30:hover {
  background-color: rgb(59 7 100 / 0.3);
}

.hover\:bg-purple-950\/40:hover {
  background-color: rgb(59 7 100 / 0.4);
}

.hover\:bg-purple-950\/5:hover {
  background-color: rgb(59 7 100 / 0.05);
}

.hover\:bg-purple-950\/50:hover {
  background-color: rgb(59 7 100 / 0.5);
}

.hover\:bg-purple-950\/60:hover {
  background-color: rgb(59 7 100 / 0.6);
}

.hover\:bg-purple-950\/70:hover {
  background-color: rgb(59 7 100 / 0.7);
}

.hover\:bg-purple-950\/75:hover {
  background-color: rgb(59 7 100 / 0.75);
}

.hover\:bg-purple-950\/80:hover {
  background-color: rgb(59 7 100 / 0.8);
}

.hover\:bg-purple-950\/90:hover {
  background-color: rgb(59 7 100 / 0.9);
}

.hover\:bg-purple-950\/95:hover {
  background-color: rgb(59 7 100 / 0.95);
}

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

.hover\:bg-red-100\/0:hover {
  background-color: rgb(254 226 226 / 0);
}

.hover\:bg-red-100\/10:hover {
  background-color: rgb(254 226 226 / 0.1);
}

.hover\:bg-red-100\/100:hover {
  background-color: rgb(254 226 226 / 1);
}

.hover\:bg-red-100\/20:hover {
  background-color: rgb(254 226 226 / 0.2);
}

.hover\:bg-red-100\/25:hover {
  background-color: rgb(254 226 226 / 0.25);
}

.hover\:bg-red-100\/30:hover {
  background-color: rgb(254 226 226 / 0.3);
}

.hover\:bg-red-100\/40:hover {
  background-color: rgb(254 226 226 / 0.4);
}

.hover\:bg-red-100\/5:hover {
  background-color: rgb(254 226 226 / 0.05);
}

.hover\:bg-red-100\/50:hover {
  background-color: rgb(254 226 226 / 0.5);
}

.hover\:bg-red-100\/60:hover {
  background-color: rgb(254 226 226 / 0.6);
}

.hover\:bg-red-100\/70:hover {
  background-color: rgb(254 226 226 / 0.7);
}

.hover\:bg-red-100\/75:hover {
  background-color: rgb(254 226 226 / 0.75);
}

.hover\:bg-red-100\/80:hover {
  background-color: rgb(254 226 226 / 0.8);
}

.hover\:bg-red-100\/90:hover {
  background-color: rgb(254 226 226 / 0.9);
}

.hover\:bg-red-100\/95:hover {
  background-color: rgb(254 226 226 / 0.95);
}

.hover\:bg-red-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}

.hover\:bg-red-200\/0:hover {
  background-color: rgb(254 202 202 / 0);
}

.hover\:bg-red-200\/10:hover {
  background-color: rgb(254 202 202 / 0.1);
}

.hover\:bg-red-200\/100:hover {
  background-color: rgb(254 202 202 / 1);
}

.hover\:bg-red-200\/20:hover {
  background-color: rgb(254 202 202 / 0.2);
}

.hover\:bg-red-200\/25:hover {
  background-color: rgb(254 202 202 / 0.25);
}

.hover\:bg-red-200\/30:hover {
  background-color: rgb(254 202 202 / 0.3);
}

.hover\:bg-red-200\/40:hover {
  background-color: rgb(254 202 202 / 0.4);
}

.hover\:bg-red-200\/5:hover {
  background-color: rgb(254 202 202 / 0.05);
}

.hover\:bg-red-200\/50:hover {
  background-color: rgb(254 202 202 / 0.5);
}

.hover\:bg-red-200\/60:hover {
  background-color: rgb(254 202 202 / 0.6);
}

.hover\:bg-red-200\/70:hover {
  background-color: rgb(254 202 202 / 0.7);
}

.hover\:bg-red-200\/75:hover {
  background-color: rgb(254 202 202 / 0.75);
}

.hover\:bg-red-200\/80:hover {
  background-color: rgb(254 202 202 / 0.8);
}

.hover\:bg-red-200\/90:hover {
  background-color: rgb(254 202 202 / 0.9);
}

.hover\:bg-red-200\/95:hover {
  background-color: rgb(254 202 202 / 0.95);
}

.hover\:bg-red-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}

.hover\:bg-red-300\/0:hover {
  background-color: rgb(252 165 165 / 0);
}

.hover\:bg-red-300\/10:hover {
  background-color: rgb(252 165 165 / 0.1);
}

.hover\:bg-red-300\/100:hover {
  background-color: rgb(252 165 165 / 1);
}

.hover\:bg-red-300\/20:hover {
  background-color: rgb(252 165 165 / 0.2);
}

.hover\:bg-red-300\/25:hover {
  background-color: rgb(252 165 165 / 0.25);
}

.hover\:bg-red-300\/30:hover {
  background-color: rgb(252 165 165 / 0.3);
}

.hover\:bg-red-300\/40:hover {
  background-color: rgb(252 165 165 / 0.4);
}

.hover\:bg-red-300\/5:hover {
  background-color: rgb(252 165 165 / 0.05);
}

.hover\:bg-red-300\/50:hover {
  background-color: rgb(252 165 165 / 0.5);
}

.hover\:bg-red-300\/60:hover {
  background-color: rgb(252 165 165 / 0.6);
}

.hover\:bg-red-300\/70:hover {
  background-color: rgb(252 165 165 / 0.7);
}

.hover\:bg-red-300\/75:hover {
  background-color: rgb(252 165 165 / 0.75);
}

.hover\:bg-red-300\/80:hover {
  background-color: rgb(252 165 165 / 0.8);
}

.hover\:bg-red-300\/90:hover {
  background-color: rgb(252 165 165 / 0.9);
}

.hover\:bg-red-300\/95:hover {
  background-color: rgb(252 165 165 / 0.95);
}

.hover\:bg-red-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}

.hover\:bg-red-400\/0:hover {
  background-color: rgb(248 113 113 / 0);
}

.hover\:bg-red-400\/10:hover {
  background-color: rgb(248 113 113 / 0.1);
}

.hover\:bg-red-400\/100:hover {
  background-color: rgb(248 113 113 / 1);
}

.hover\:bg-red-400\/20:hover {
  background-color: rgb(248 113 113 / 0.2);
}

.hover\:bg-red-400\/25:hover {
  background-color: rgb(248 113 113 / 0.25);
}

.hover\:bg-red-400\/30:hover {
  background-color: rgb(248 113 113 / 0.3);
}

.hover\:bg-red-400\/40:hover {
  background-color: rgb(248 113 113 / 0.4);
}

.hover\:bg-red-400\/5:hover {
  background-color: rgb(248 113 113 / 0.05);
}

.hover\:bg-red-400\/50:hover {
  background-color: rgb(248 113 113 / 0.5);
}

.hover\:bg-red-400\/60:hover {
  background-color: rgb(248 113 113 / 0.6);
}

.hover\:bg-red-400\/70:hover {
  background-color: rgb(248 113 113 / 0.7);
}

.hover\:bg-red-400\/75:hover {
  background-color: rgb(248 113 113 / 0.75);
}

.hover\:bg-red-400\/80:hover {
  background-color: rgb(248 113 113 / 0.8);
}

.hover\:bg-red-400\/90:hover {
  background-color: rgb(248 113 113 / 0.9);
}

.hover\:bg-red-400\/95:hover {
  background-color: rgb(248 113 113 / 0.95);
}

.hover\:bg-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.hover\:bg-red-50\/0:hover {
  background-color: rgb(254 242 242 / 0);
}

.hover\:bg-red-50\/10:hover {
  background-color: rgb(254 242 242 / 0.1);
}

.hover\:bg-red-50\/100:hover {
  background-color: rgb(254 242 242 / 1);
}

.hover\:bg-red-50\/20:hover {
  background-color: rgb(254 242 242 / 0.2);
}

.hover\:bg-red-50\/25:hover {
  background-color: rgb(254 242 242 / 0.25);
}

.hover\:bg-red-50\/30:hover {
  background-color: rgb(254 242 242 / 0.3);
}

.hover\:bg-red-50\/40:hover {
  background-color: rgb(254 242 242 / 0.4);
}

.hover\:bg-red-50\/5:hover {
  background-color: rgb(254 242 242 / 0.05);
}

.hover\:bg-red-50\/50:hover {
  background-color: rgb(254 242 242 / 0.5);
}

.hover\:bg-red-50\/60:hover {
  background-color: rgb(254 242 242 / 0.6);
}

.hover\:bg-red-50\/70:hover {
  background-color: rgb(254 242 242 / 0.7);
}

.hover\:bg-red-50\/75:hover {
  background-color: rgb(254 242 242 / 0.75);
}

.hover\:bg-red-50\/80:hover {
  background-color: rgb(254 242 242 / 0.8);
}

.hover\:bg-red-50\/90:hover {
  background-color: rgb(254 242 242 / 0.9);
}

.hover\:bg-red-50\/95:hover {
  background-color: rgb(254 242 242 / 0.95);
}

.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.hover\:bg-red-500\/0:hover {
  background-color: rgb(239 68 68 / 0);
}

.hover\:bg-red-500\/10:hover {
  background-color: rgb(239 68 68 / 0.1);
}

.hover\:bg-red-500\/100:hover {
  background-color: rgb(239 68 68 / 1);
}

.hover\:bg-red-500\/20:hover {
  background-color: rgb(239 68 68 / 0.2);
}

.hover\:bg-red-500\/25:hover {
  background-color: rgb(239 68 68 / 0.25);
}

.hover\:bg-red-500\/30:hover {
  background-color: rgb(239 68 68 / 0.3);
}

.hover\:bg-red-500\/40:hover {
  background-color: rgb(239 68 68 / 0.4);
}

.hover\:bg-red-500\/5:hover {
  background-color: rgb(239 68 68 / 0.05);
}

.hover\:bg-red-500\/50:hover {
  background-color: rgb(239 68 68 / 0.5);
}

.hover\:bg-red-500\/60:hover {
  background-color: rgb(239 68 68 / 0.6);
}

.hover\:bg-red-500\/70:hover {
  background-color: rgb(239 68 68 / 0.7);
}

.hover\:bg-red-500\/75:hover {
  background-color: rgb(239 68 68 / 0.75);
}

.hover\:bg-red-500\/80:hover {
  background-color: rgb(239 68 68 / 0.8);
}

.hover\:bg-red-500\/90:hover {
  background-color: rgb(239 68 68 / 0.9);
}

.hover\:bg-red-500\/95:hover {
  background-color: rgb(239 68 68 / 0.95);
}

.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.hover\:bg-red-600\/0:hover {
  background-color: rgb(220 38 38 / 0);
}

.hover\:bg-red-600\/10:hover {
  background-color: rgb(220 38 38 / 0.1);
}

.hover\:bg-red-600\/100:hover {
  background-color: rgb(220 38 38 / 1);
}

.hover\:bg-red-600\/20:hover {
  background-color: rgb(220 38 38 / 0.2);
}

.hover\:bg-red-600\/25:hover {
  background-color: rgb(220 38 38 / 0.25);
}

.hover\:bg-red-600\/30:hover {
  background-color: rgb(220 38 38 / 0.3);
}

.hover\:bg-red-600\/40:hover {
  background-color: rgb(220 38 38 / 0.4);
}

.hover\:bg-red-600\/5:hover {
  background-color: rgb(220 38 38 / 0.05);
}

.hover\:bg-red-600\/50:hover {
  background-color: rgb(220 38 38 / 0.5);
}

.hover\:bg-red-600\/60:hover {
  background-color: rgb(220 38 38 / 0.6);
}

.hover\:bg-red-600\/70:hover {
  background-color: rgb(220 38 38 / 0.7);
}

.hover\:bg-red-600\/75:hover {
  background-color: rgb(220 38 38 / 0.75);
}

.hover\:bg-red-600\/80:hover {
  background-color: rgb(220 38 38 / 0.8);
}

.hover\:bg-red-600\/90:hover {
  background-color: rgb(220 38 38 / 0.9);
}

.hover\:bg-red-600\/95:hover {
  background-color: rgb(220 38 38 / 0.95);
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

.hover\:bg-red-700\/0:hover {
  background-color: rgb(185 28 28 / 0);
}

.hover\:bg-red-700\/10:hover {
  background-color: rgb(185 28 28 / 0.1);
}

.hover\:bg-red-700\/100:hover {
  background-color: rgb(185 28 28 / 1);
}

.hover\:bg-red-700\/20:hover {
  background-color: rgb(185 28 28 / 0.2);
}

.hover\:bg-red-700\/25:hover {
  background-color: rgb(185 28 28 / 0.25);
}

.hover\:bg-red-700\/30:hover {
  background-color: rgb(185 28 28 / 0.3);
}

.hover\:bg-red-700\/40:hover {
  background-color: rgb(185 28 28 / 0.4);
}

.hover\:bg-red-700\/5:hover {
  background-color: rgb(185 28 28 / 0.05);
}

.hover\:bg-red-700\/50:hover {
  background-color: rgb(185 28 28 / 0.5);
}

.hover\:bg-red-700\/60:hover {
  background-color: rgb(185 28 28 / 0.6);
}

.hover\:bg-red-700\/70:hover {
  background-color: rgb(185 28 28 / 0.7);
}

.hover\:bg-red-700\/75:hover {
  background-color: rgb(185 28 28 / 0.75);
}

.hover\:bg-red-700\/80:hover {
  background-color: rgb(185 28 28 / 0.8);
}

.hover\:bg-red-700\/90:hover {
  background-color: rgb(185 28 28 / 0.9);
}

.hover\:bg-red-700\/95:hover {
  background-color: rgb(185 28 28 / 0.95);
}

.hover\:bg-red-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}

.hover\:bg-red-800\/0:hover {
  background-color: rgb(153 27 27 / 0);
}

.hover\:bg-red-800\/10:hover {
  background-color: rgb(153 27 27 / 0.1);
}

.hover\:bg-red-800\/100:hover {
  background-color: rgb(153 27 27 / 1);
}

.hover\:bg-red-800\/20:hover {
  background-color: rgb(153 27 27 / 0.2);
}

.hover\:bg-red-800\/25:hover {
  background-color: rgb(153 27 27 / 0.25);
}

.hover\:bg-red-800\/30:hover {
  background-color: rgb(153 27 27 / 0.3);
}

.hover\:bg-red-800\/40:hover {
  background-color: rgb(153 27 27 / 0.4);
}

.hover\:bg-red-800\/5:hover {
  background-color: rgb(153 27 27 / 0.05);
}

.hover\:bg-red-800\/50:hover {
  background-color: rgb(153 27 27 / 0.5);
}

.hover\:bg-red-800\/60:hover {
  background-color: rgb(153 27 27 / 0.6);
}

.hover\:bg-red-800\/70:hover {
  background-color: rgb(153 27 27 / 0.7);
}

.hover\:bg-red-800\/75:hover {
  background-color: rgb(153 27 27 / 0.75);
}

.hover\:bg-red-800\/80:hover {
  background-color: rgb(153 27 27 / 0.8);
}

.hover\:bg-red-800\/90:hover {
  background-color: rgb(153 27 27 / 0.9);
}

.hover\:bg-red-800\/95:hover {
  background-color: rgb(153 27 27 / 0.95);
}

.hover\:bg-red-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}

.hover\:bg-red-900\/0:hover {
  background-color: rgb(127 29 29 / 0);
}

.hover\:bg-red-900\/10:hover {
  background-color: rgb(127 29 29 / 0.1);
}

.hover\:bg-red-900\/100:hover {
  background-color: rgb(127 29 29 / 1);
}

.hover\:bg-red-900\/20:hover {
  background-color: rgb(127 29 29 / 0.2);
}

.hover\:bg-red-900\/25:hover {
  background-color: rgb(127 29 29 / 0.25);
}

.hover\:bg-red-900\/30:hover {
  background-color: rgb(127 29 29 / 0.3);
}

.hover\:bg-red-900\/40:hover {
  background-color: rgb(127 29 29 / 0.4);
}

.hover\:bg-red-900\/5:hover {
  background-color: rgb(127 29 29 / 0.05);
}

.hover\:bg-red-900\/50:hover {
  background-color: rgb(127 29 29 / 0.5);
}

.hover\:bg-red-900\/60:hover {
  background-color: rgb(127 29 29 / 0.6);
}

.hover\:bg-red-900\/70:hover {
  background-color: rgb(127 29 29 / 0.7);
}

.hover\:bg-red-900\/75:hover {
  background-color: rgb(127 29 29 / 0.75);
}

.hover\:bg-red-900\/80:hover {
  background-color: rgb(127 29 29 / 0.8);
}

.hover\:bg-red-900\/90:hover {
  background-color: rgb(127 29 29 / 0.9);
}

.hover\:bg-red-900\/95:hover {
  background-color: rgb(127 29 29 / 0.95);
}

.hover\:bg-red-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity));
}

.hover\:bg-red-950\/0:hover {
  background-color: rgb(69 10 10 / 0);
}

.hover\:bg-red-950\/10:hover {
  background-color: rgb(69 10 10 / 0.1);
}

.hover\:bg-red-950\/100:hover {
  background-color: rgb(69 10 10 / 1);
}

.hover\:bg-red-950\/20:hover {
  background-color: rgb(69 10 10 / 0.2);
}

.hover\:bg-red-950\/25:hover {
  background-color: rgb(69 10 10 / 0.25);
}

.hover\:bg-red-950\/30:hover {
  background-color: rgb(69 10 10 / 0.3);
}

.hover\:bg-red-950\/40:hover {
  background-color: rgb(69 10 10 / 0.4);
}

.hover\:bg-red-950\/5:hover {
  background-color: rgb(69 10 10 / 0.05);
}

.hover\:bg-red-950\/50:hover {
  background-color: rgb(69 10 10 / 0.5);
}

.hover\:bg-red-950\/60:hover {
  background-color: rgb(69 10 10 / 0.6);
}

.hover\:bg-red-950\/70:hover {
  background-color: rgb(69 10 10 / 0.7);
}

.hover\:bg-red-950\/75:hover {
  background-color: rgb(69 10 10 / 0.75);
}

.hover\:bg-red-950\/80:hover {
  background-color: rgb(69 10 10 / 0.8);
}

.hover\:bg-red-950\/90:hover {
  background-color: rgb(69 10 10 / 0.9);
}

.hover\:bg-red-950\/95:hover {
  background-color: rgb(69 10 10 / 0.95);
}

.hover\:bg-rose-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity));
}

.hover\:bg-rose-100\/0:hover {
  background-color: rgb(255 228 230 / 0);
}

.hover\:bg-rose-100\/10:hover {
  background-color: rgb(255 228 230 / 0.1);
}

.hover\:bg-rose-100\/100:hover {
  background-color: rgb(255 228 230 / 1);
}

.hover\:bg-rose-100\/20:hover {
  background-color: rgb(255 228 230 / 0.2);
}

.hover\:bg-rose-100\/25:hover {
  background-color: rgb(255 228 230 / 0.25);
}

.hover\:bg-rose-100\/30:hover {
  background-color: rgb(255 228 230 / 0.3);
}

.hover\:bg-rose-100\/40:hover {
  background-color: rgb(255 228 230 / 0.4);
}

.hover\:bg-rose-100\/5:hover {
  background-color: rgb(255 228 230 / 0.05);
}

.hover\:bg-rose-100\/50:hover {
  background-color: rgb(255 228 230 / 0.5);
}

.hover\:bg-rose-100\/60:hover {
  background-color: rgb(255 228 230 / 0.6);
}

.hover\:bg-rose-100\/70:hover {
  background-color: rgb(255 228 230 / 0.7);
}

.hover\:bg-rose-100\/75:hover {
  background-color: rgb(255 228 230 / 0.75);
}

.hover\:bg-rose-100\/80:hover {
  background-color: rgb(255 228 230 / 0.8);
}

.hover\:bg-rose-100\/90:hover {
  background-color: rgb(255 228 230 / 0.9);
}

.hover\:bg-rose-100\/95:hover {
  background-color: rgb(255 228 230 / 0.95);
}

.hover\:bg-rose-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity));
}

.hover\:bg-rose-200\/0:hover {
  background-color: rgb(254 205 211 / 0);
}

.hover\:bg-rose-200\/10:hover {
  background-color: rgb(254 205 211 / 0.1);
}

.hover\:bg-rose-200\/100:hover {
  background-color: rgb(254 205 211 / 1);
}

.hover\:bg-rose-200\/20:hover {
  background-color: rgb(254 205 211 / 0.2);
}

.hover\:bg-rose-200\/25:hover {
  background-color: rgb(254 205 211 / 0.25);
}

.hover\:bg-rose-200\/30:hover {
  background-color: rgb(254 205 211 / 0.3);
}

.hover\:bg-rose-200\/40:hover {
  background-color: rgb(254 205 211 / 0.4);
}

.hover\:bg-rose-200\/5:hover {
  background-color: rgb(254 205 211 / 0.05);
}

.hover\:bg-rose-200\/50:hover {
  background-color: rgb(254 205 211 / 0.5);
}

.hover\:bg-rose-200\/60:hover {
  background-color: rgb(254 205 211 / 0.6);
}

.hover\:bg-rose-200\/70:hover {
  background-color: rgb(254 205 211 / 0.7);
}

.hover\:bg-rose-200\/75:hover {
  background-color: rgb(254 205 211 / 0.75);
}

.hover\:bg-rose-200\/80:hover {
  background-color: rgb(254 205 211 / 0.8);
}

.hover\:bg-rose-200\/90:hover {
  background-color: rgb(254 205 211 / 0.9);
}

.hover\:bg-rose-200\/95:hover {
  background-color: rgb(254 205 211 / 0.95);
}

.hover\:bg-rose-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity));
}

.hover\:bg-rose-300\/0:hover {
  background-color: rgb(253 164 175 / 0);
}

.hover\:bg-rose-300\/10:hover {
  background-color: rgb(253 164 175 / 0.1);
}

.hover\:bg-rose-300\/100:hover {
  background-color: rgb(253 164 175 / 1);
}

.hover\:bg-rose-300\/20:hover {
  background-color: rgb(253 164 175 / 0.2);
}

.hover\:bg-rose-300\/25:hover {
  background-color: rgb(253 164 175 / 0.25);
}

.hover\:bg-rose-300\/30:hover {
  background-color: rgb(253 164 175 / 0.3);
}

.hover\:bg-rose-300\/40:hover {
  background-color: rgb(253 164 175 / 0.4);
}

.hover\:bg-rose-300\/5:hover {
  background-color: rgb(253 164 175 / 0.05);
}

.hover\:bg-rose-300\/50:hover {
  background-color: rgb(253 164 175 / 0.5);
}

.hover\:bg-rose-300\/60:hover {
  background-color: rgb(253 164 175 / 0.6);
}

.hover\:bg-rose-300\/70:hover {
  background-color: rgb(253 164 175 / 0.7);
}

.hover\:bg-rose-300\/75:hover {
  background-color: rgb(253 164 175 / 0.75);
}

.hover\:bg-rose-300\/80:hover {
  background-color: rgb(253 164 175 / 0.8);
}

.hover\:bg-rose-300\/90:hover {
  background-color: rgb(253 164 175 / 0.9);
}

.hover\:bg-rose-300\/95:hover {
  background-color: rgb(253 164 175 / 0.95);
}

.hover\:bg-rose-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity));
}

.hover\:bg-rose-400\/0:hover {
  background-color: rgb(251 113 133 / 0);
}

.hover\:bg-rose-400\/10:hover {
  background-color: rgb(251 113 133 / 0.1);
}

.hover\:bg-rose-400\/100:hover {
  background-color: rgb(251 113 133 / 1);
}

.hover\:bg-rose-400\/20:hover {
  background-color: rgb(251 113 133 / 0.2);
}

.hover\:bg-rose-400\/25:hover {
  background-color: rgb(251 113 133 / 0.25);
}

.hover\:bg-rose-400\/30:hover {
  background-color: rgb(251 113 133 / 0.3);
}

.hover\:bg-rose-400\/40:hover {
  background-color: rgb(251 113 133 / 0.4);
}

.hover\:bg-rose-400\/5:hover {
  background-color: rgb(251 113 133 / 0.05);
}

.hover\:bg-rose-400\/50:hover {
  background-color: rgb(251 113 133 / 0.5);
}

.hover\:bg-rose-400\/60:hover {
  background-color: rgb(251 113 133 / 0.6);
}

.hover\:bg-rose-400\/70:hover {
  background-color: rgb(251 113 133 / 0.7);
}

.hover\:bg-rose-400\/75:hover {
  background-color: rgb(251 113 133 / 0.75);
}

.hover\:bg-rose-400\/80:hover {
  background-color: rgb(251 113 133 / 0.8);
}

.hover\:bg-rose-400\/90:hover {
  background-color: rgb(251 113 133 / 0.9);
}

.hover\:bg-rose-400\/95:hover {
  background-color: rgb(251 113 133 / 0.95);
}

.hover\:bg-rose-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity));
}

.hover\:bg-rose-50\/0:hover {
  background-color: rgb(255 241 242 / 0);
}

.hover\:bg-rose-50\/10:hover {
  background-color: rgb(255 241 242 / 0.1);
}

.hover\:bg-rose-50\/100:hover {
  background-color: rgb(255 241 242 / 1);
}

.hover\:bg-rose-50\/20:hover {
  background-color: rgb(255 241 242 / 0.2);
}

.hover\:bg-rose-50\/25:hover {
  background-color: rgb(255 241 242 / 0.25);
}

.hover\:bg-rose-50\/30:hover {
  background-color: rgb(255 241 242 / 0.3);
}

.hover\:bg-rose-50\/40:hover {
  background-color: rgb(255 241 242 / 0.4);
}

.hover\:bg-rose-50\/5:hover {
  background-color: rgb(255 241 242 / 0.05);
}

.hover\:bg-rose-50\/50:hover {
  background-color: rgb(255 241 242 / 0.5);
}

.hover\:bg-rose-50\/60:hover {
  background-color: rgb(255 241 242 / 0.6);
}

.hover\:bg-rose-50\/70:hover {
  background-color: rgb(255 241 242 / 0.7);
}

.hover\:bg-rose-50\/75:hover {
  background-color: rgb(255 241 242 / 0.75);
}

.hover\:bg-rose-50\/80:hover {
  background-color: rgb(255 241 242 / 0.8);
}

.hover\:bg-rose-50\/90:hover {
  background-color: rgb(255 241 242 / 0.9);
}

.hover\:bg-rose-50\/95:hover {
  background-color: rgb(255 241 242 / 0.95);
}

.hover\:bg-rose-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity));
}

.hover\:bg-rose-500\/0:hover {
  background-color: rgb(244 63 94 / 0);
}

.hover\:bg-rose-500\/10:hover {
  background-color: rgb(244 63 94 / 0.1);
}

.hover\:bg-rose-500\/100:hover {
  background-color: rgb(244 63 94 / 1);
}

.hover\:bg-rose-500\/20:hover {
  background-color: rgb(244 63 94 / 0.2);
}

.hover\:bg-rose-500\/25:hover {
  background-color: rgb(244 63 94 / 0.25);
}

.hover\:bg-rose-500\/30:hover {
  background-color: rgb(244 63 94 / 0.3);
}

.hover\:bg-rose-500\/40:hover {
  background-color: rgb(244 63 94 / 0.4);
}

.hover\:bg-rose-500\/5:hover {
  background-color: rgb(244 63 94 / 0.05);
}

.hover\:bg-rose-500\/50:hover {
  background-color: rgb(244 63 94 / 0.5);
}

.hover\:bg-rose-500\/60:hover {
  background-color: rgb(244 63 94 / 0.6);
}

.hover\:bg-rose-500\/70:hover {
  background-color: rgb(244 63 94 / 0.7);
}

.hover\:bg-rose-500\/75:hover {
  background-color: rgb(244 63 94 / 0.75);
}

.hover\:bg-rose-500\/80:hover {
  background-color: rgb(244 63 94 / 0.8);
}

.hover\:bg-rose-500\/90:hover {
  background-color: rgb(244 63 94 / 0.9);
}

.hover\:bg-rose-500\/95:hover {
  background-color: rgb(244 63 94 / 0.95);
}

.hover\:bg-rose-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity));
}

.hover\:bg-rose-600\/0:hover {
  background-color: rgb(225 29 72 / 0);
}

.hover\:bg-rose-600\/10:hover {
  background-color: rgb(225 29 72 / 0.1);
}

.hover\:bg-rose-600\/100:hover {
  background-color: rgb(225 29 72 / 1);
}

.hover\:bg-rose-600\/20:hover {
  background-color: rgb(225 29 72 / 0.2);
}

.hover\:bg-rose-600\/25:hover {
  background-color: rgb(225 29 72 / 0.25);
}

.hover\:bg-rose-600\/30:hover {
  background-color: rgb(225 29 72 / 0.3);
}

.hover\:bg-rose-600\/40:hover {
  background-color: rgb(225 29 72 / 0.4);
}

.hover\:bg-rose-600\/5:hover {
  background-color: rgb(225 29 72 / 0.05);
}

.hover\:bg-rose-600\/50:hover {
  background-color: rgb(225 29 72 / 0.5);
}

.hover\:bg-rose-600\/60:hover {
  background-color: rgb(225 29 72 / 0.6);
}

.hover\:bg-rose-600\/70:hover {
  background-color: rgb(225 29 72 / 0.7);
}

.hover\:bg-rose-600\/75:hover {
  background-color: rgb(225 29 72 / 0.75);
}

.hover\:bg-rose-600\/80:hover {
  background-color: rgb(225 29 72 / 0.8);
}

.hover\:bg-rose-600\/90:hover {
  background-color: rgb(225 29 72 / 0.9);
}

.hover\:bg-rose-600\/95:hover {
  background-color: rgb(225 29 72 / 0.95);
}

.hover\:bg-rose-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity));
}

.hover\:bg-rose-700\/0:hover {
  background-color: rgb(190 18 60 / 0);
}

.hover\:bg-rose-700\/10:hover {
  background-color: rgb(190 18 60 / 0.1);
}

.hover\:bg-rose-700\/100:hover {
  background-color: rgb(190 18 60 / 1);
}

.hover\:bg-rose-700\/20:hover {
  background-color: rgb(190 18 60 / 0.2);
}

.hover\:bg-rose-700\/25:hover {
  background-color: rgb(190 18 60 / 0.25);
}

.hover\:bg-rose-700\/30:hover {
  background-color: rgb(190 18 60 / 0.3);
}

.hover\:bg-rose-700\/40:hover {
  background-color: rgb(190 18 60 / 0.4);
}

.hover\:bg-rose-700\/5:hover {
  background-color: rgb(190 18 60 / 0.05);
}

.hover\:bg-rose-700\/50:hover {
  background-color: rgb(190 18 60 / 0.5);
}

.hover\:bg-rose-700\/60:hover {
  background-color: rgb(190 18 60 / 0.6);
}

.hover\:bg-rose-700\/70:hover {
  background-color: rgb(190 18 60 / 0.7);
}

.hover\:bg-rose-700\/75:hover {
  background-color: rgb(190 18 60 / 0.75);
}

.hover\:bg-rose-700\/80:hover {
  background-color: rgb(190 18 60 / 0.8);
}

.hover\:bg-rose-700\/90:hover {
  background-color: rgb(190 18 60 / 0.9);
}

.hover\:bg-rose-700\/95:hover {
  background-color: rgb(190 18 60 / 0.95);
}

.hover\:bg-rose-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(159 18 57 / var(--tw-bg-opacity));
}

.hover\:bg-rose-800\/0:hover {
  background-color: rgb(159 18 57 / 0);
}

.hover\:bg-rose-800\/10:hover {
  background-color: rgb(159 18 57 / 0.1);
}

.hover\:bg-rose-800\/100:hover {
  background-color: rgb(159 18 57 / 1);
}

.hover\:bg-rose-800\/20:hover {
  background-color: rgb(159 18 57 / 0.2);
}

.hover\:bg-rose-800\/25:hover {
  background-color: rgb(159 18 57 / 0.25);
}

.hover\:bg-rose-800\/30:hover {
  background-color: rgb(159 18 57 / 0.3);
}

.hover\:bg-rose-800\/40:hover {
  background-color: rgb(159 18 57 / 0.4);
}

.hover\:bg-rose-800\/5:hover {
  background-color: rgb(159 18 57 / 0.05);
}

.hover\:bg-rose-800\/50:hover {
  background-color: rgb(159 18 57 / 0.5);
}

.hover\:bg-rose-800\/60:hover {
  background-color: rgb(159 18 57 / 0.6);
}

.hover\:bg-rose-800\/70:hover {
  background-color: rgb(159 18 57 / 0.7);
}

.hover\:bg-rose-800\/75:hover {
  background-color: rgb(159 18 57 / 0.75);
}

.hover\:bg-rose-800\/80:hover {
  background-color: rgb(159 18 57 / 0.8);
}

.hover\:bg-rose-800\/90:hover {
  background-color: rgb(159 18 57 / 0.9);
}

.hover\:bg-rose-800\/95:hover {
  background-color: rgb(159 18 57 / 0.95);
}

.hover\:bg-rose-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 55 / var(--tw-bg-opacity));
}

.hover\:bg-rose-900\/0:hover {
  background-color: rgb(136 19 55 / 0);
}

.hover\:bg-rose-900\/10:hover {
  background-color: rgb(136 19 55 / 0.1);
}

.hover\:bg-rose-900\/100:hover {
  background-color: rgb(136 19 55 / 1);
}

.hover\:bg-rose-900\/20:hover {
  background-color: rgb(136 19 55 / 0.2);
}

.hover\:bg-rose-900\/25:hover {
  background-color: rgb(136 19 55 / 0.25);
}

.hover\:bg-rose-900\/30:hover {
  background-color: rgb(136 19 55 / 0.3);
}

.hover\:bg-rose-900\/40:hover {
  background-color: rgb(136 19 55 / 0.4);
}

.hover\:bg-rose-900\/5:hover {
  background-color: rgb(136 19 55 / 0.05);
}

.hover\:bg-rose-900\/50:hover {
  background-color: rgb(136 19 55 / 0.5);
}

.hover\:bg-rose-900\/60:hover {
  background-color: rgb(136 19 55 / 0.6);
}

.hover\:bg-rose-900\/70:hover {
  background-color: rgb(136 19 55 / 0.7);
}

.hover\:bg-rose-900\/75:hover {
  background-color: rgb(136 19 55 / 0.75);
}

.hover\:bg-rose-900\/80:hover {
  background-color: rgb(136 19 55 / 0.8);
}

.hover\:bg-rose-900\/90:hover {
  background-color: rgb(136 19 55 / 0.9);
}

.hover\:bg-rose-900\/95:hover {
  background-color: rgb(136 19 55 / 0.95);
}

.hover\:bg-rose-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(76 5 25 / var(--tw-bg-opacity));
}

.hover\:bg-rose-950\/0:hover {
  background-color: rgb(76 5 25 / 0);
}

.hover\:bg-rose-950\/10:hover {
  background-color: rgb(76 5 25 / 0.1);
}

.hover\:bg-rose-950\/100:hover {
  background-color: rgb(76 5 25 / 1);
}

.hover\:bg-rose-950\/20:hover {
  background-color: rgb(76 5 25 / 0.2);
}

.hover\:bg-rose-950\/25:hover {
  background-color: rgb(76 5 25 / 0.25);
}

.hover\:bg-rose-950\/30:hover {
  background-color: rgb(76 5 25 / 0.3);
}

.hover\:bg-rose-950\/40:hover {
  background-color: rgb(76 5 25 / 0.4);
}

.hover\:bg-rose-950\/5:hover {
  background-color: rgb(76 5 25 / 0.05);
}

.hover\:bg-rose-950\/50:hover {
  background-color: rgb(76 5 25 / 0.5);
}

.hover\:bg-rose-950\/60:hover {
  background-color: rgb(76 5 25 / 0.6);
}

.hover\:bg-rose-950\/70:hover {
  background-color: rgb(76 5 25 / 0.7);
}

.hover\:bg-rose-950\/75:hover {
  background-color: rgb(76 5 25 / 0.75);
}

.hover\:bg-rose-950\/80:hover {
  background-color: rgb(76 5 25 / 0.8);
}

.hover\:bg-rose-950\/90:hover {
  background-color: rgb(76 5 25 / 0.9);
}

.hover\:bg-rose-950\/95:hover {
  background-color: rgb(76 5 25 / 0.95);
}

.hover\:bg-sky-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}

.hover\:bg-sky-100\/0:hover {
  background-color: rgb(224 242 254 / 0);
}

.hover\:bg-sky-100\/10:hover {
  background-color: rgb(224 242 254 / 0.1);
}

.hover\:bg-sky-100\/100:hover {
  background-color: rgb(224 242 254 / 1);
}

.hover\:bg-sky-100\/20:hover {
  background-color: rgb(224 242 254 / 0.2);
}

.hover\:bg-sky-100\/25:hover {
  background-color: rgb(224 242 254 / 0.25);
}

.hover\:bg-sky-100\/30:hover {
  background-color: rgb(224 242 254 / 0.3);
}

.hover\:bg-sky-100\/40:hover {
  background-color: rgb(224 242 254 / 0.4);
}

.hover\:bg-sky-100\/5:hover {
  background-color: rgb(224 242 254 / 0.05);
}

.hover\:bg-sky-100\/50:hover {
  background-color: rgb(224 242 254 / 0.5);
}

.hover\:bg-sky-100\/60:hover {
  background-color: rgb(224 242 254 / 0.6);
}

.hover\:bg-sky-100\/70:hover {
  background-color: rgb(224 242 254 / 0.7);
}

.hover\:bg-sky-100\/75:hover {
  background-color: rgb(224 242 254 / 0.75);
}

.hover\:bg-sky-100\/80:hover {
  background-color: rgb(224 242 254 / 0.8);
}

.hover\:bg-sky-100\/90:hover {
  background-color: rgb(224 242 254 / 0.9);
}

.hover\:bg-sky-100\/95:hover {
  background-color: rgb(224 242 254 / 0.95);
}

.hover\:bg-sky-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity));
}

.hover\:bg-sky-200\/0:hover {
  background-color: rgb(186 230 253 / 0);
}

.hover\:bg-sky-200\/10:hover {
  background-color: rgb(186 230 253 / 0.1);
}

.hover\:bg-sky-200\/100:hover {
  background-color: rgb(186 230 253 / 1);
}

.hover\:bg-sky-200\/20:hover {
  background-color: rgb(186 230 253 / 0.2);
}

.hover\:bg-sky-200\/25:hover {
  background-color: rgb(186 230 253 / 0.25);
}

.hover\:bg-sky-200\/30:hover {
  background-color: rgb(186 230 253 / 0.3);
}

.hover\:bg-sky-200\/40:hover {
  background-color: rgb(186 230 253 / 0.4);
}

.hover\:bg-sky-200\/5:hover {
  background-color: rgb(186 230 253 / 0.05);
}

.hover\:bg-sky-200\/50:hover {
  background-color: rgb(186 230 253 / 0.5);
}

.hover\:bg-sky-200\/60:hover {
  background-color: rgb(186 230 253 / 0.6);
}

.hover\:bg-sky-200\/70:hover {
  background-color: rgb(186 230 253 / 0.7);
}

.hover\:bg-sky-200\/75:hover {
  background-color: rgb(186 230 253 / 0.75);
}

.hover\:bg-sky-200\/80:hover {
  background-color: rgb(186 230 253 / 0.8);
}

.hover\:bg-sky-200\/90:hover {
  background-color: rgb(186 230 253 / 0.9);
}

.hover\:bg-sky-200\/95:hover {
  background-color: rgb(186 230 253 / 0.95);
}

.hover\:bg-sky-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity));
}

.hover\:bg-sky-300\/0:hover {
  background-color: rgb(125 211 252 / 0);
}

.hover\:bg-sky-300\/10:hover {
  background-color: rgb(125 211 252 / 0.1);
}

.hover\:bg-sky-300\/100:hover {
  background-color: rgb(125 211 252 / 1);
}

.hover\:bg-sky-300\/20:hover {
  background-color: rgb(125 211 252 / 0.2);
}

.hover\:bg-sky-300\/25:hover {
  background-color: rgb(125 211 252 / 0.25);
}

.hover\:bg-sky-300\/30:hover {
  background-color: rgb(125 211 252 / 0.3);
}

.hover\:bg-sky-300\/40:hover {
  background-color: rgb(125 211 252 / 0.4);
}

.hover\:bg-sky-300\/5:hover {
  background-color: rgb(125 211 252 / 0.05);
}

.hover\:bg-sky-300\/50:hover {
  background-color: rgb(125 211 252 / 0.5);
}

.hover\:bg-sky-300\/60:hover {
  background-color: rgb(125 211 252 / 0.6);
}

.hover\:bg-sky-300\/70:hover {
  background-color: rgb(125 211 252 / 0.7);
}

.hover\:bg-sky-300\/75:hover {
  background-color: rgb(125 211 252 / 0.75);
}

.hover\:bg-sky-300\/80:hover {
  background-color: rgb(125 211 252 / 0.8);
}

.hover\:bg-sky-300\/90:hover {
  background-color: rgb(125 211 252 / 0.9);
}

.hover\:bg-sky-300\/95:hover {
  background-color: rgb(125 211 252 / 0.95);
}

.hover\:bg-sky-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}

.hover\:bg-sky-400\/0:hover {
  background-color: rgb(56 189 248 / 0);
}

.hover\:bg-sky-400\/10:hover {
  background-color: rgb(56 189 248 / 0.1);
}

.hover\:bg-sky-400\/100:hover {
  background-color: rgb(56 189 248 / 1);
}

.hover\:bg-sky-400\/20:hover {
  background-color: rgb(56 189 248 / 0.2);
}

.hover\:bg-sky-400\/25:hover {
  background-color: rgb(56 189 248 / 0.25);
}

.hover\:bg-sky-400\/30:hover {
  background-color: rgb(56 189 248 / 0.3);
}

.hover\:bg-sky-400\/40:hover {
  background-color: rgb(56 189 248 / 0.4);
}

.hover\:bg-sky-400\/5:hover {
  background-color: rgb(56 189 248 / 0.05);
}

.hover\:bg-sky-400\/50:hover {
  background-color: rgb(56 189 248 / 0.5);
}

.hover\:bg-sky-400\/60:hover {
  background-color: rgb(56 189 248 / 0.6);
}

.hover\:bg-sky-400\/70:hover {
  background-color: rgb(56 189 248 / 0.7);
}

.hover\:bg-sky-400\/75:hover {
  background-color: rgb(56 189 248 / 0.75);
}

.hover\:bg-sky-400\/80:hover {
  background-color: rgb(56 189 248 / 0.8);
}

.hover\:bg-sky-400\/90:hover {
  background-color: rgb(56 189 248 / 0.9);
}

.hover\:bg-sky-400\/95:hover {
  background-color: rgb(56 189 248 / 0.95);
}

.hover\:bg-sky-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}

.hover\:bg-sky-50\/0:hover {
  background-color: rgb(240 249 255 / 0);
}

.hover\:bg-sky-50\/10:hover {
  background-color: rgb(240 249 255 / 0.1);
}

.hover\:bg-sky-50\/100:hover {
  background-color: rgb(240 249 255 / 1);
}

.hover\:bg-sky-50\/20:hover {
  background-color: rgb(240 249 255 / 0.2);
}

.hover\:bg-sky-50\/25:hover {
  background-color: rgb(240 249 255 / 0.25);
}

.hover\:bg-sky-50\/30:hover {
  background-color: rgb(240 249 255 / 0.3);
}

.hover\:bg-sky-50\/40:hover {
  background-color: rgb(240 249 255 / 0.4);
}

.hover\:bg-sky-50\/5:hover {
  background-color: rgb(240 249 255 / 0.05);
}

.hover\:bg-sky-50\/50:hover {
  background-color: rgb(240 249 255 / 0.5);
}

.hover\:bg-sky-50\/60:hover {
  background-color: rgb(240 249 255 / 0.6);
}

.hover\:bg-sky-50\/70:hover {
  background-color: rgb(240 249 255 / 0.7);
}

.hover\:bg-sky-50\/75:hover {
  background-color: rgb(240 249 255 / 0.75);
}

.hover\:bg-sky-50\/80:hover {
  background-color: rgb(240 249 255 / 0.8);
}

.hover\:bg-sky-50\/90:hover {
  background-color: rgb(240 249 255 / 0.9);
}

.hover\:bg-sky-50\/95:hover {
  background-color: rgb(240 249 255 / 0.95);
}

.hover\:bg-sky-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}

.hover\:bg-sky-500\/0:hover {
  background-color: rgb(14 165 233 / 0);
}

.hover\:bg-sky-500\/10:hover {
  background-color: rgb(14 165 233 / 0.1);
}

.hover\:bg-sky-500\/100:hover {
  background-color: rgb(14 165 233 / 1);
}

.hover\:bg-sky-500\/20:hover {
  background-color: rgb(14 165 233 / 0.2);
}

.hover\:bg-sky-500\/25:hover {
  background-color: rgb(14 165 233 / 0.25);
}

.hover\:bg-sky-500\/30:hover {
  background-color: rgb(14 165 233 / 0.3);
}

.hover\:bg-sky-500\/40:hover {
  background-color: rgb(14 165 233 / 0.4);
}

.hover\:bg-sky-500\/5:hover {
  background-color: rgb(14 165 233 / 0.05);
}

.hover\:bg-sky-500\/50:hover {
  background-color: rgb(14 165 233 / 0.5);
}

.hover\:bg-sky-500\/60:hover {
  background-color: rgb(14 165 233 / 0.6);
}

.hover\:bg-sky-500\/70:hover {
  background-color: rgb(14 165 233 / 0.7);
}

.hover\:bg-sky-500\/75:hover {
  background-color: rgb(14 165 233 / 0.75);
}

.hover\:bg-sky-500\/80:hover {
  background-color: rgb(14 165 233 / 0.8);
}

.hover\:bg-sky-500\/90:hover {
  background-color: rgb(14 165 233 / 0.9);
}

.hover\:bg-sky-500\/95:hover {
  background-color: rgb(14 165 233 / 0.95);
}

.hover\:bg-sky-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}

.hover\:bg-sky-600\/0:hover {
  background-color: rgb(2 132 199 / 0);
}

.hover\:bg-sky-600\/10:hover {
  background-color: rgb(2 132 199 / 0.1);
}

.hover\:bg-sky-600\/100:hover {
  background-color: rgb(2 132 199 / 1);
}

.hover\:bg-sky-600\/20:hover {
  background-color: rgb(2 132 199 / 0.2);
}

.hover\:bg-sky-600\/25:hover {
  background-color: rgb(2 132 199 / 0.25);
}

.hover\:bg-sky-600\/30:hover {
  background-color: rgb(2 132 199 / 0.3);
}

.hover\:bg-sky-600\/40:hover {
  background-color: rgb(2 132 199 / 0.4);
}

.hover\:bg-sky-600\/5:hover {
  background-color: rgb(2 132 199 / 0.05);
}

.hover\:bg-sky-600\/50:hover {
  background-color: rgb(2 132 199 / 0.5);
}

.hover\:bg-sky-600\/60:hover {
  background-color: rgb(2 132 199 / 0.6);
}

.hover\:bg-sky-600\/70:hover {
  background-color: rgb(2 132 199 / 0.7);
}

.hover\:bg-sky-600\/75:hover {
  background-color: rgb(2 132 199 / 0.75);
}

.hover\:bg-sky-600\/80:hover {
  background-color: rgb(2 132 199 / 0.8);
}

.hover\:bg-sky-600\/90:hover {
  background-color: rgb(2 132 199 / 0.9);
}

.hover\:bg-sky-600\/95:hover {
  background-color: rgb(2 132 199 / 0.95);
}

.hover\:bg-sky-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
}

.hover\:bg-sky-700\/0:hover {
  background-color: rgb(3 105 161 / 0);
}

.hover\:bg-sky-700\/10:hover {
  background-color: rgb(3 105 161 / 0.1);
}

.hover\:bg-sky-700\/100:hover {
  background-color: rgb(3 105 161 / 1);
}

.hover\:bg-sky-700\/20:hover {
  background-color: rgb(3 105 161 / 0.2);
}

.hover\:bg-sky-700\/25:hover {
  background-color: rgb(3 105 161 / 0.25);
}

.hover\:bg-sky-700\/30:hover {
  background-color: rgb(3 105 161 / 0.3);
}

.hover\:bg-sky-700\/40:hover {
  background-color: rgb(3 105 161 / 0.4);
}

.hover\:bg-sky-700\/5:hover {
  background-color: rgb(3 105 161 / 0.05);
}

.hover\:bg-sky-700\/50:hover {
  background-color: rgb(3 105 161 / 0.5);
}

.hover\:bg-sky-700\/60:hover {
  background-color: rgb(3 105 161 / 0.6);
}

.hover\:bg-sky-700\/70:hover {
  background-color: rgb(3 105 161 / 0.7);
}

.hover\:bg-sky-700\/75:hover {
  background-color: rgb(3 105 161 / 0.75);
}

.hover\:bg-sky-700\/80:hover {
  background-color: rgb(3 105 161 / 0.8);
}

.hover\:bg-sky-700\/90:hover {
  background-color: rgb(3 105 161 / 0.9);
}

.hover\:bg-sky-700\/95:hover {
  background-color: rgb(3 105 161 / 0.95);
}

.hover\:bg-sky-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity));
}

.hover\:bg-sky-800\/0:hover {
  background-color: rgb(7 89 133 / 0);
}

.hover\:bg-sky-800\/10:hover {
  background-color: rgb(7 89 133 / 0.1);
}

.hover\:bg-sky-800\/100:hover {
  background-color: rgb(7 89 133 / 1);
}

.hover\:bg-sky-800\/20:hover {
  background-color: rgb(7 89 133 / 0.2);
}

.hover\:bg-sky-800\/25:hover {
  background-color: rgb(7 89 133 / 0.25);
}

.hover\:bg-sky-800\/30:hover {
  background-color: rgb(7 89 133 / 0.3);
}

.hover\:bg-sky-800\/40:hover {
  background-color: rgb(7 89 133 / 0.4);
}

.hover\:bg-sky-800\/5:hover {
  background-color: rgb(7 89 133 / 0.05);
}

.hover\:bg-sky-800\/50:hover {
  background-color: rgb(7 89 133 / 0.5);
}

.hover\:bg-sky-800\/60:hover {
  background-color: rgb(7 89 133 / 0.6);
}

.hover\:bg-sky-800\/70:hover {
  background-color: rgb(7 89 133 / 0.7);
}

.hover\:bg-sky-800\/75:hover {
  background-color: rgb(7 89 133 / 0.75);
}

.hover\:bg-sky-800\/80:hover {
  background-color: rgb(7 89 133 / 0.8);
}

.hover\:bg-sky-800\/90:hover {
  background-color: rgb(7 89 133 / 0.9);
}

.hover\:bg-sky-800\/95:hover {
  background-color: rgb(7 89 133 / 0.95);
}

.hover\:bg-sky-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity));
}

.hover\:bg-sky-900\/0:hover {
  background-color: rgb(12 74 110 / 0);
}

.hover\:bg-sky-900\/10:hover {
  background-color: rgb(12 74 110 / 0.1);
}

.hover\:bg-sky-900\/100:hover {
  background-color: rgb(12 74 110 / 1);
}

.hover\:bg-sky-900\/20:hover {
  background-color: rgb(12 74 110 / 0.2);
}

.hover\:bg-sky-900\/25:hover {
  background-color: rgb(12 74 110 / 0.25);
}

.hover\:bg-sky-900\/30:hover {
  background-color: rgb(12 74 110 / 0.3);
}

.hover\:bg-sky-900\/40:hover {
  background-color: rgb(12 74 110 / 0.4);
}

.hover\:bg-sky-900\/5:hover {
  background-color: rgb(12 74 110 / 0.05);
}

.hover\:bg-sky-900\/50:hover {
  background-color: rgb(12 74 110 / 0.5);
}

.hover\:bg-sky-900\/60:hover {
  background-color: rgb(12 74 110 / 0.6);
}

.hover\:bg-sky-900\/70:hover {
  background-color: rgb(12 74 110 / 0.7);
}

.hover\:bg-sky-900\/75:hover {
  background-color: rgb(12 74 110 / 0.75);
}

.hover\:bg-sky-900\/80:hover {
  background-color: rgb(12 74 110 / 0.8);
}

.hover\:bg-sky-900\/90:hover {
  background-color: rgb(12 74 110 / 0.9);
}

.hover\:bg-sky-900\/95:hover {
  background-color: rgb(12 74 110 / 0.95);
}

.hover\:bg-sky-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity));
}

.hover\:bg-sky-950\/0:hover {
  background-color: rgb(8 47 73 / 0);
}

.hover\:bg-sky-950\/10:hover {
  background-color: rgb(8 47 73 / 0.1);
}

.hover\:bg-sky-950\/100:hover {
  background-color: rgb(8 47 73 / 1);
}

.hover\:bg-sky-950\/20:hover {
  background-color: rgb(8 47 73 / 0.2);
}

.hover\:bg-sky-950\/25:hover {
  background-color: rgb(8 47 73 / 0.25);
}

.hover\:bg-sky-950\/30:hover {
  background-color: rgb(8 47 73 / 0.3);
}

.hover\:bg-sky-950\/40:hover {
  background-color: rgb(8 47 73 / 0.4);
}

.hover\:bg-sky-950\/5:hover {
  background-color: rgb(8 47 73 / 0.05);
}

.hover\:bg-sky-950\/50:hover {
  background-color: rgb(8 47 73 / 0.5);
}

.hover\:bg-sky-950\/60:hover {
  background-color: rgb(8 47 73 / 0.6);
}

.hover\:bg-sky-950\/70:hover {
  background-color: rgb(8 47 73 / 0.7);
}

.hover\:bg-sky-950\/75:hover {
  background-color: rgb(8 47 73 / 0.75);
}

.hover\:bg-sky-950\/80:hover {
  background-color: rgb(8 47 73 / 0.8);
}

.hover\:bg-sky-950\/90:hover {
  background-color: rgb(8 47 73 / 0.9);
}

.hover\:bg-sky-950\/95:hover {
  background-color: rgb(8 47 73 / 0.95);
}

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

.hover\:bg-slate-100\/0:hover {
  background-color: rgb(241 245 249 / 0);
}

.hover\:bg-slate-100\/10:hover {
  background-color: rgb(241 245 249 / 0.1);
}

.hover\:bg-slate-100\/100:hover {
  background-color: rgb(241 245 249 / 1);
}

.hover\:bg-slate-100\/20:hover {
  background-color: rgb(241 245 249 / 0.2);
}

.hover\:bg-slate-100\/25:hover {
  background-color: rgb(241 245 249 / 0.25);
}

.hover\:bg-slate-100\/30:hover {
  background-color: rgb(241 245 249 / 0.3);
}

.hover\:bg-slate-100\/40:hover {
  background-color: rgb(241 245 249 / 0.4);
}

.hover\:bg-slate-100\/5:hover {
  background-color: rgb(241 245 249 / 0.05);
}

.hover\:bg-slate-100\/50:hover {
  background-color: rgb(241 245 249 / 0.5);
}

.hover\:bg-slate-100\/60:hover {
  background-color: rgb(241 245 249 / 0.6);
}

.hover\:bg-slate-100\/70:hover {
  background-color: rgb(241 245 249 / 0.7);
}

.hover\:bg-slate-100\/75:hover {
  background-color: rgb(241 245 249 / 0.75);
}

.hover\:bg-slate-100\/80:hover {
  background-color: rgb(241 245 249 / 0.8);
}

.hover\:bg-slate-100\/90:hover {
  background-color: rgb(241 245 249 / 0.9);
}

.hover\:bg-slate-100\/95:hover {
  background-color: rgb(241 245 249 / 0.95);
}

.hover\:bg-slate-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

.hover\:bg-slate-200\/0:hover {
  background-color: rgb(226 232 240 / 0);
}

.hover\:bg-slate-200\/10:hover {
  background-color: rgb(226 232 240 / 0.1);
}

.hover\:bg-slate-200\/100:hover {
  background-color: rgb(226 232 240 / 1);
}

.hover\:bg-slate-200\/20:hover {
  background-color: rgb(226 232 240 / 0.2);
}

.hover\:bg-slate-200\/25:hover {
  background-color: rgb(226 232 240 / 0.25);
}

.hover\:bg-slate-200\/30:hover {
  background-color: rgb(226 232 240 / 0.3);
}

.hover\:bg-slate-200\/40:hover {
  background-color: rgb(226 232 240 / 0.4);
}

.hover\:bg-slate-200\/5:hover {
  background-color: rgb(226 232 240 / 0.05);
}

.hover\:bg-slate-200\/50:hover {
  background-color: rgb(226 232 240 / 0.5);
}

.hover\:bg-slate-200\/60:hover {
  background-color: rgb(226 232 240 / 0.6);
}

.hover\:bg-slate-200\/70:hover {
  background-color: rgb(226 232 240 / 0.7);
}

.hover\:bg-slate-200\/75:hover {
  background-color: rgb(226 232 240 / 0.75);
}

.hover\:bg-slate-200\/80:hover {
  background-color: rgb(226 232 240 / 0.8);
}

.hover\:bg-slate-200\/90:hover {
  background-color: rgb(226 232 240 / 0.9);
}

.hover\:bg-slate-200\/95:hover {
  background-color: rgb(226 232 240 / 0.95);
}

.hover\:bg-slate-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}

.hover\:bg-slate-300\/0:hover {
  background-color: rgb(203 213 225 / 0);
}

.hover\:bg-slate-300\/10:hover {
  background-color: rgb(203 213 225 / 0.1);
}

.hover\:bg-slate-300\/100:hover {
  background-color: rgb(203 213 225 / 1);
}

.hover\:bg-slate-300\/20:hover {
  background-color: rgb(203 213 225 / 0.2);
}

.hover\:bg-slate-300\/25:hover {
  background-color: rgb(203 213 225 / 0.25);
}

.hover\:bg-slate-300\/30:hover {
  background-color: rgb(203 213 225 / 0.3);
}

.hover\:bg-slate-300\/40:hover {
  background-color: rgb(203 213 225 / 0.4);
}

.hover\:bg-slate-300\/5:hover {
  background-color: rgb(203 213 225 / 0.05);
}

.hover\:bg-slate-300\/50:hover {
  background-color: rgb(203 213 225 / 0.5);
}

.hover\:bg-slate-300\/60:hover {
  background-color: rgb(203 213 225 / 0.6);
}

.hover\:bg-slate-300\/70:hover {
  background-color: rgb(203 213 225 / 0.7);
}

.hover\:bg-slate-300\/75:hover {
  background-color: rgb(203 213 225 / 0.75);
}

.hover\:bg-slate-300\/80:hover {
  background-color: rgb(203 213 225 / 0.8);
}

.hover\:bg-slate-300\/90:hover {
  background-color: rgb(203 213 225 / 0.9);
}

.hover\:bg-slate-300\/95:hover {
  background-color: rgb(203 213 225 / 0.95);
}

.hover\:bg-slate-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}

.hover\:bg-slate-400\/0:hover {
  background-color: rgb(148 163 184 / 0);
}

.hover\:bg-slate-400\/10:hover {
  background-color: rgb(148 163 184 / 0.1);
}

.hover\:bg-slate-400\/100:hover {
  background-color: rgb(148 163 184 / 1);
}

.hover\:bg-slate-400\/20:hover {
  background-color: rgb(148 163 184 / 0.2);
}

.hover\:bg-slate-400\/25:hover {
  background-color: rgb(148 163 184 / 0.25);
}

.hover\:bg-slate-400\/30:hover {
  background-color: rgb(148 163 184 / 0.3);
}

.hover\:bg-slate-400\/40:hover {
  background-color: rgb(148 163 184 / 0.4);
}

.hover\:bg-slate-400\/5:hover {
  background-color: rgb(148 163 184 / 0.05);
}

.hover\:bg-slate-400\/50:hover {
  background-color: rgb(148 163 184 / 0.5);
}

.hover\:bg-slate-400\/60:hover {
  background-color: rgb(148 163 184 / 0.6);
}

.hover\:bg-slate-400\/70:hover {
  background-color: rgb(148 163 184 / 0.7);
}

.hover\:bg-slate-400\/75:hover {
  background-color: rgb(148 163 184 / 0.75);
}

.hover\:bg-slate-400\/80:hover {
  background-color: rgb(148 163 184 / 0.8);
}

.hover\:bg-slate-400\/90:hover {
  background-color: rgb(148 163 184 / 0.9);
}

.hover\:bg-slate-400\/95:hover {
  background-color: rgb(148 163 184 / 0.95);
}

.hover\:bg-slate-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

.hover\:bg-slate-50\/0:hover {
  background-color: rgb(248 250 252 / 0);
}

.hover\:bg-slate-50\/10:hover {
  background-color: rgb(248 250 252 / 0.1);
}

.hover\:bg-slate-50\/100:hover {
  background-color: rgb(248 250 252 / 1);
}

.hover\:bg-slate-50\/20:hover {
  background-color: rgb(248 250 252 / 0.2);
}

.hover\:bg-slate-50\/25:hover {
  background-color: rgb(248 250 252 / 0.25);
}

.hover\:bg-slate-50\/30:hover {
  background-color: rgb(248 250 252 / 0.3);
}

.hover\:bg-slate-50\/40:hover {
  background-color: rgb(248 250 252 / 0.4);
}

.hover\:bg-slate-50\/5:hover {
  background-color: rgb(248 250 252 / 0.05);
}

.hover\:bg-slate-50\/50:hover {
  background-color: rgb(248 250 252 / 0.5);
}

.hover\:bg-slate-50\/60:hover {
  background-color: rgb(248 250 252 / 0.6);
}

.hover\:bg-slate-50\/70:hover {
  background-color: rgb(248 250 252 / 0.7);
}

.hover\:bg-slate-50\/75:hover {
  background-color: rgb(248 250 252 / 0.75);
}

.hover\:bg-slate-50\/80:hover {
  background-color: rgb(248 250 252 / 0.8);
}

.hover\:bg-slate-50\/90:hover {
  background-color: rgb(248 250 252 / 0.9);
}

.hover\:bg-slate-50\/95:hover {
  background-color: rgb(248 250 252 / 0.95);
}

.hover\:bg-slate-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}

.hover\:bg-slate-500\/0:hover {
  background-color: rgb(100 116 139 / 0);
}

.hover\:bg-slate-500\/10:hover {
  background-color: rgb(100 116 139 / 0.1);
}

.hover\:bg-slate-500\/100:hover {
  background-color: rgb(100 116 139 / 1);
}

.hover\:bg-slate-500\/20:hover {
  background-color: rgb(100 116 139 / 0.2);
}

.hover\:bg-slate-500\/25:hover {
  background-color: rgb(100 116 139 / 0.25);
}

.hover\:bg-slate-500\/30:hover {
  background-color: rgb(100 116 139 / 0.3);
}

.hover\:bg-slate-500\/40:hover {
  background-color: rgb(100 116 139 / 0.4);
}

.hover\:bg-slate-500\/5:hover {
  background-color: rgb(100 116 139 / 0.05);
}

.hover\:bg-slate-500\/50:hover {
  background-color: rgb(100 116 139 / 0.5);
}

.hover\:bg-slate-500\/60:hover {
  background-color: rgb(100 116 139 / 0.6);
}

.hover\:bg-slate-500\/70:hover {
  background-color: rgb(100 116 139 / 0.7);
}

.hover\:bg-slate-500\/75:hover {
  background-color: rgb(100 116 139 / 0.75);
}

.hover\:bg-slate-500\/80:hover {
  background-color: rgb(100 116 139 / 0.8);
}

.hover\:bg-slate-500\/90:hover {
  background-color: rgb(100 116 139 / 0.9);
}

.hover\:bg-slate-500\/95:hover {
  background-color: rgb(100 116 139 / 0.95);
}

.hover\:bg-slate-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}

.hover\:bg-slate-600\/0:hover {
  background-color: rgb(71 85 105 / 0);
}

.hover\:bg-slate-600\/10:hover {
  background-color: rgb(71 85 105 / 0.1);
}

.hover\:bg-slate-600\/100:hover {
  background-color: rgb(71 85 105 / 1);
}

.hover\:bg-slate-600\/20:hover {
  background-color: rgb(71 85 105 / 0.2);
}

.hover\:bg-slate-600\/25:hover {
  background-color: rgb(71 85 105 / 0.25);
}

.hover\:bg-slate-600\/30:hover {
  background-color: rgb(71 85 105 / 0.3);
}

.hover\:bg-slate-600\/40:hover {
  background-color: rgb(71 85 105 / 0.4);
}

.hover\:bg-slate-600\/5:hover {
  background-color: rgb(71 85 105 / 0.05);
}

.hover\:bg-slate-600\/50:hover {
  background-color: rgb(71 85 105 / 0.5);
}

.hover\:bg-slate-600\/60:hover {
  background-color: rgb(71 85 105 / 0.6);
}

.hover\:bg-slate-600\/70:hover {
  background-color: rgb(71 85 105 / 0.7);
}

.hover\:bg-slate-600\/75:hover {
  background-color: rgb(71 85 105 / 0.75);
}

.hover\:bg-slate-600\/80:hover {
  background-color: rgb(71 85 105 / 0.8);
}

.hover\:bg-slate-600\/90:hover {
  background-color: rgb(71 85 105 / 0.9);
}

.hover\:bg-slate-600\/95:hover {
  background-color: rgb(71 85 105 / 0.95);
}

.hover\:bg-slate-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}

.hover\:bg-slate-700\/0:hover {
  background-color: rgb(51 65 85 / 0);
}

.hover\:bg-slate-700\/10:hover {
  background-color: rgb(51 65 85 / 0.1);
}

.hover\:bg-slate-700\/100:hover {
  background-color: rgb(51 65 85 / 1);
}

.hover\:bg-slate-700\/20:hover {
  background-color: rgb(51 65 85 / 0.2);
}

.hover\:bg-slate-700\/25:hover {
  background-color: rgb(51 65 85 / 0.25);
}

.hover\:bg-slate-700\/30:hover {
  background-color: rgb(51 65 85 / 0.3);
}

.hover\:bg-slate-700\/40:hover {
  background-color: rgb(51 65 85 / 0.4);
}

.hover\:bg-slate-700\/5:hover {
  background-color: rgb(51 65 85 / 0.05);
}

.hover\:bg-slate-700\/50:hover {
  background-color: rgb(51 65 85 / 0.5);
}

.hover\:bg-slate-700\/60:hover {
  background-color: rgb(51 65 85 / 0.6);
}

.hover\:bg-slate-700\/70:hover {
  background-color: rgb(51 65 85 / 0.7);
}

.hover\:bg-slate-700\/75:hover {
  background-color: rgb(51 65 85 / 0.75);
}

.hover\:bg-slate-700\/80:hover {
  background-color: rgb(51 65 85 / 0.8);
}

.hover\:bg-slate-700\/90:hover {
  background-color: rgb(51 65 85 / 0.9);
}

.hover\:bg-slate-700\/95:hover {
  background-color: rgb(51 65 85 / 0.95);
}

.hover\:bg-slate-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}

.hover\:bg-slate-800\/0:hover {
  background-color: rgb(30 41 59 / 0);
}

.hover\:bg-slate-800\/10:hover {
  background-color: rgb(30 41 59 / 0.1);
}

.hover\:bg-slate-800\/100:hover {
  background-color: rgb(30 41 59 / 1);
}

.hover\:bg-slate-800\/20:hover {
  background-color: rgb(30 41 59 / 0.2);
}

.hover\:bg-slate-800\/25:hover {
  background-color: rgb(30 41 59 / 0.25);
}

.hover\:bg-slate-800\/30:hover {
  background-color: rgb(30 41 59 / 0.3);
}

.hover\:bg-slate-800\/40:hover {
  background-color: rgb(30 41 59 / 0.4);
}

.hover\:bg-slate-800\/5:hover {
  background-color: rgb(30 41 59 / 0.05);
}

.hover\:bg-slate-800\/50:hover {
  background-color: rgb(30 41 59 / 0.5);
}

.hover\:bg-slate-800\/60:hover {
  background-color: rgb(30 41 59 / 0.6);
}

.hover\:bg-slate-800\/70:hover {
  background-color: rgb(30 41 59 / 0.7);
}

.hover\:bg-slate-800\/75:hover {
  background-color: rgb(30 41 59 / 0.75);
}

.hover\:bg-slate-800\/80:hover {
  background-color: rgb(30 41 59 / 0.8);
}

.hover\:bg-slate-800\/90:hover {
  background-color: rgb(30 41 59 / 0.9);
}

.hover\:bg-slate-800\/95:hover {
  background-color: rgb(30 41 59 / 0.95);
}

.hover\:bg-slate-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}

.hover\:bg-slate-900\/0:hover {
  background-color: rgb(15 23 42 / 0);
}

.hover\:bg-slate-900\/10:hover {
  background-color: rgb(15 23 42 / 0.1);
}

.hover\:bg-slate-900\/100:hover {
  background-color: rgb(15 23 42 / 1);
}

.hover\:bg-slate-900\/20:hover {
  background-color: rgb(15 23 42 / 0.2);
}

.hover\:bg-slate-900\/25:hover {
  background-color: rgb(15 23 42 / 0.25);
}

.hover\:bg-slate-900\/30:hover {
  background-color: rgb(15 23 42 / 0.3);
}

.hover\:bg-slate-900\/40:hover {
  background-color: rgb(15 23 42 / 0.4);
}

.hover\:bg-slate-900\/5:hover {
  background-color: rgb(15 23 42 / 0.05);
}

.hover\:bg-slate-900\/50:hover {
  background-color: rgb(15 23 42 / 0.5);
}

.hover\:bg-slate-900\/60:hover {
  background-color: rgb(15 23 42 / 0.6);
}

.hover\:bg-slate-900\/70:hover {
  background-color: rgb(15 23 42 / 0.7);
}

.hover\:bg-slate-900\/75:hover {
  background-color: rgb(15 23 42 / 0.75);
}

.hover\:bg-slate-900\/80:hover {
  background-color: rgb(15 23 42 / 0.8);
}

.hover\:bg-slate-900\/90:hover {
  background-color: rgb(15 23 42 / 0.9);
}

.hover\:bg-slate-900\/95:hover {
  background-color: rgb(15 23 42 / 0.95);
}

.hover\:bg-slate-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity));
}

.hover\:bg-slate-950\/0:hover {
  background-color: rgb(2 6 23 / 0);
}

.hover\:bg-slate-950\/10:hover {
  background-color: rgb(2 6 23 / 0.1);
}

.hover\:bg-slate-950\/100:hover {
  background-color: rgb(2 6 23 / 1);
}

.hover\:bg-slate-950\/20:hover {
  background-color: rgb(2 6 23 / 0.2);
}

.hover\:bg-slate-950\/25:hover {
  background-color: rgb(2 6 23 / 0.25);
}

.hover\:bg-slate-950\/30:hover {
  background-color: rgb(2 6 23 / 0.3);
}

.hover\:bg-slate-950\/40:hover {
  background-color: rgb(2 6 23 / 0.4);
}

.hover\:bg-slate-950\/5:hover {
  background-color: rgb(2 6 23 / 0.05);
}

.hover\:bg-slate-950\/50:hover {
  background-color: rgb(2 6 23 / 0.5);
}

.hover\:bg-slate-950\/60:hover {
  background-color: rgb(2 6 23 / 0.6);
}

.hover\:bg-slate-950\/70:hover {
  background-color: rgb(2 6 23 / 0.7);
}

.hover\:bg-slate-950\/75:hover {
  background-color: rgb(2 6 23 / 0.75);
}

.hover\:bg-slate-950\/80:hover {
  background-color: rgb(2 6 23 / 0.8);
}

.hover\:bg-slate-950\/90:hover {
  background-color: rgb(2 6 23 / 0.9);
}

.hover\:bg-slate-950\/95:hover {
  background-color: rgb(2 6 23 / 0.95);
}

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

.hover\:bg-stone-100\/0:hover {
  background-color: rgb(245 245 244 / 0);
}

.hover\:bg-stone-100\/10:hover {
  background-color: rgb(245 245 244 / 0.1);
}

.hover\:bg-stone-100\/100:hover {
  background-color: rgb(245 245 244 / 1);
}

.hover\:bg-stone-100\/20:hover {
  background-color: rgb(245 245 244 / 0.2);
}

.hover\:bg-stone-100\/25:hover {
  background-color: rgb(245 245 244 / 0.25);
}

.hover\:bg-stone-100\/30:hover {
  background-color: rgb(245 245 244 / 0.3);
}

.hover\:bg-stone-100\/40:hover {
  background-color: rgb(245 245 244 / 0.4);
}

.hover\:bg-stone-100\/5:hover {
  background-color: rgb(245 245 244 / 0.05);
}

.hover\:bg-stone-100\/50:hover {
  background-color: rgb(245 245 244 / 0.5);
}

.hover\:bg-stone-100\/60:hover {
  background-color: rgb(245 245 244 / 0.6);
}

.hover\:bg-stone-100\/70:hover {
  background-color: rgb(245 245 244 / 0.7);
}

.hover\:bg-stone-100\/75:hover {
  background-color: rgb(245 245 244 / 0.75);
}

.hover\:bg-stone-100\/80:hover {
  background-color: rgb(245 245 244 / 0.8);
}

.hover\:bg-stone-100\/90:hover {
  background-color: rgb(245 245 244 / 0.9);
}

.hover\:bg-stone-100\/95:hover {
  background-color: rgb(245 245 244 / 0.95);
}

.hover\:bg-stone-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity));
}

.hover\:bg-stone-200\/0:hover {
  background-color: rgb(231 229 228 / 0);
}

.hover\:bg-stone-200\/10:hover {
  background-color: rgb(231 229 228 / 0.1);
}

.hover\:bg-stone-200\/100:hover {
  background-color: rgb(231 229 228 / 1);
}

.hover\:bg-stone-200\/20:hover {
  background-color: rgb(231 229 228 / 0.2);
}

.hover\:bg-stone-200\/25:hover {
  background-color: rgb(231 229 228 / 0.25);
}

.hover\:bg-stone-200\/30:hover {
  background-color: rgb(231 229 228 / 0.3);
}

.hover\:bg-stone-200\/40:hover {
  background-color: rgb(231 229 228 / 0.4);
}

.hover\:bg-stone-200\/5:hover {
  background-color: rgb(231 229 228 / 0.05);
}

.hover\:bg-stone-200\/50:hover {
  background-color: rgb(231 229 228 / 0.5);
}

.hover\:bg-stone-200\/60:hover {
  background-color: rgb(231 229 228 / 0.6);
}

.hover\:bg-stone-200\/70:hover {
  background-color: rgb(231 229 228 / 0.7);
}

.hover\:bg-stone-200\/75:hover {
  background-color: rgb(231 229 228 / 0.75);
}

.hover\:bg-stone-200\/80:hover {
  background-color: rgb(231 229 228 / 0.8);
}

.hover\:bg-stone-200\/90:hover {
  background-color: rgb(231 229 228 / 0.9);
}

.hover\:bg-stone-200\/95:hover {
  background-color: rgb(231 229 228 / 0.95);
}

.hover\:bg-stone-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity));
}

.hover\:bg-stone-300\/0:hover {
  background-color: rgb(214 211 209 / 0);
}

.hover\:bg-stone-300\/10:hover {
  background-color: rgb(214 211 209 / 0.1);
}

.hover\:bg-stone-300\/100:hover {
  background-color: rgb(214 211 209 / 1);
}

.hover\:bg-stone-300\/20:hover {
  background-color: rgb(214 211 209 / 0.2);
}

.hover\:bg-stone-300\/25:hover {
  background-color: rgb(214 211 209 / 0.25);
}

.hover\:bg-stone-300\/30:hover {
  background-color: rgb(214 211 209 / 0.3);
}

.hover\:bg-stone-300\/40:hover {
  background-color: rgb(214 211 209 / 0.4);
}

.hover\:bg-stone-300\/5:hover {
  background-color: rgb(214 211 209 / 0.05);
}

.hover\:bg-stone-300\/50:hover {
  background-color: rgb(214 211 209 / 0.5);
}

.hover\:bg-stone-300\/60:hover {
  background-color: rgb(214 211 209 / 0.6);
}

.hover\:bg-stone-300\/70:hover {
  background-color: rgb(214 211 209 / 0.7);
}

.hover\:bg-stone-300\/75:hover {
  background-color: rgb(214 211 209 / 0.75);
}

.hover\:bg-stone-300\/80:hover {
  background-color: rgb(214 211 209 / 0.8);
}

.hover\:bg-stone-300\/90:hover {
  background-color: rgb(214 211 209 / 0.9);
}

.hover\:bg-stone-300\/95:hover {
  background-color: rgb(214 211 209 / 0.95);
}

.hover\:bg-stone-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity));
}

.hover\:bg-stone-400\/0:hover {
  background-color: rgb(168 162 158 / 0);
}

.hover\:bg-stone-400\/10:hover {
  background-color: rgb(168 162 158 / 0.1);
}

.hover\:bg-stone-400\/100:hover {
  background-color: rgb(168 162 158 / 1);
}

.hover\:bg-stone-400\/20:hover {
  background-color: rgb(168 162 158 / 0.2);
}

.hover\:bg-stone-400\/25:hover {
  background-color: rgb(168 162 158 / 0.25);
}

.hover\:bg-stone-400\/30:hover {
  background-color: rgb(168 162 158 / 0.3);
}

.hover\:bg-stone-400\/40:hover {
  background-color: rgb(168 162 158 / 0.4);
}

.hover\:bg-stone-400\/5:hover {
  background-color: rgb(168 162 158 / 0.05);
}

.hover\:bg-stone-400\/50:hover {
  background-color: rgb(168 162 158 / 0.5);
}

.hover\:bg-stone-400\/60:hover {
  background-color: rgb(168 162 158 / 0.6);
}

.hover\:bg-stone-400\/70:hover {
  background-color: rgb(168 162 158 / 0.7);
}

.hover\:bg-stone-400\/75:hover {
  background-color: rgb(168 162 158 / 0.75);
}

.hover\:bg-stone-400\/80:hover {
  background-color: rgb(168 162 158 / 0.8);
}

.hover\:bg-stone-400\/90:hover {
  background-color: rgb(168 162 158 / 0.9);
}

.hover\:bg-stone-400\/95:hover {
  background-color: rgb(168 162 158 / 0.95);
}

.hover\:bg-stone-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity));
}

.hover\:bg-stone-50\/0:hover {
  background-color: rgb(250 250 249 / 0);
}

.hover\:bg-stone-50\/10:hover {
  background-color: rgb(250 250 249 / 0.1);
}

.hover\:bg-stone-50\/100:hover {
  background-color: rgb(250 250 249 / 1);
}

.hover\:bg-stone-50\/20:hover {
  background-color: rgb(250 250 249 / 0.2);
}

.hover\:bg-stone-50\/25:hover {
  background-color: rgb(250 250 249 / 0.25);
}

.hover\:bg-stone-50\/30:hover {
  background-color: rgb(250 250 249 / 0.3);
}

.hover\:bg-stone-50\/40:hover {
  background-color: rgb(250 250 249 / 0.4);
}

.hover\:bg-stone-50\/5:hover {
  background-color: rgb(250 250 249 / 0.05);
}

.hover\:bg-stone-50\/50:hover {
  background-color: rgb(250 250 249 / 0.5);
}

.hover\:bg-stone-50\/60:hover {
  background-color: rgb(250 250 249 / 0.6);
}

.hover\:bg-stone-50\/70:hover {
  background-color: rgb(250 250 249 / 0.7);
}

.hover\:bg-stone-50\/75:hover {
  background-color: rgb(250 250 249 / 0.75);
}

.hover\:bg-stone-50\/80:hover {
  background-color: rgb(250 250 249 / 0.8);
}

.hover\:bg-stone-50\/90:hover {
  background-color: rgb(250 250 249 / 0.9);
}

.hover\:bg-stone-50\/95:hover {
  background-color: rgb(250 250 249 / 0.95);
}

.hover\:bg-stone-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity));
}

.hover\:bg-stone-500\/0:hover {
  background-color: rgb(120 113 108 / 0);
}

.hover\:bg-stone-500\/10:hover {
  background-color: rgb(120 113 108 / 0.1);
}

.hover\:bg-stone-500\/100:hover {
  background-color: rgb(120 113 108 / 1);
}

.hover\:bg-stone-500\/20:hover {
  background-color: rgb(120 113 108 / 0.2);
}

.hover\:bg-stone-500\/25:hover {
  background-color: rgb(120 113 108 / 0.25);
}

.hover\:bg-stone-500\/30:hover {
  background-color: rgb(120 113 108 / 0.3);
}

.hover\:bg-stone-500\/40:hover {
  background-color: rgb(120 113 108 / 0.4);
}

.hover\:bg-stone-500\/5:hover {
  background-color: rgb(120 113 108 / 0.05);
}

.hover\:bg-stone-500\/50:hover {
  background-color: rgb(120 113 108 / 0.5);
}

.hover\:bg-stone-500\/60:hover {
  background-color: rgb(120 113 108 / 0.6);
}

.hover\:bg-stone-500\/70:hover {
  background-color: rgb(120 113 108 / 0.7);
}

.hover\:bg-stone-500\/75:hover {
  background-color: rgb(120 113 108 / 0.75);
}

.hover\:bg-stone-500\/80:hover {
  background-color: rgb(120 113 108 / 0.8);
}

.hover\:bg-stone-500\/90:hover {
  background-color: rgb(120 113 108 / 0.9);
}

.hover\:bg-stone-500\/95:hover {
  background-color: rgb(120 113 108 / 0.95);
}

.hover\:bg-stone-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity));
}

.hover\:bg-stone-600\/0:hover {
  background-color: rgb(87 83 78 / 0);
}

.hover\:bg-stone-600\/10:hover {
  background-color: rgb(87 83 78 / 0.1);
}

.hover\:bg-stone-600\/100:hover {
  background-color: rgb(87 83 78 / 1);
}

.hover\:bg-stone-600\/20:hover {
  background-color: rgb(87 83 78 / 0.2);
}

.hover\:bg-stone-600\/25:hover {
  background-color: rgb(87 83 78 / 0.25);
}

.hover\:bg-stone-600\/30:hover {
  background-color: rgb(87 83 78 / 0.3);
}

.hover\:bg-stone-600\/40:hover {
  background-color: rgb(87 83 78 / 0.4);
}

.hover\:bg-stone-600\/5:hover {
  background-color: rgb(87 83 78 / 0.05);
}

.hover\:bg-stone-600\/50:hover {
  background-color: rgb(87 83 78 / 0.5);
}

.hover\:bg-stone-600\/60:hover {
  background-color: rgb(87 83 78 / 0.6);
}

.hover\:bg-stone-600\/70:hover {
  background-color: rgb(87 83 78 / 0.7);
}

.hover\:bg-stone-600\/75:hover {
  background-color: rgb(87 83 78 / 0.75);
}

.hover\:bg-stone-600\/80:hover {
  background-color: rgb(87 83 78 / 0.8);
}

.hover\:bg-stone-600\/90:hover {
  background-color: rgb(87 83 78 / 0.9);
}

.hover\:bg-stone-600\/95:hover {
  background-color: rgb(87 83 78 / 0.95);
}

.hover\:bg-stone-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity));
}

.hover\:bg-stone-700\/0:hover {
  background-color: rgb(68 64 60 / 0);
}

.hover\:bg-stone-700\/10:hover {
  background-color: rgb(68 64 60 / 0.1);
}

.hover\:bg-stone-700\/100:hover {
  background-color: rgb(68 64 60 / 1);
}

.hover\:bg-stone-700\/20:hover {
  background-color: rgb(68 64 60 / 0.2);
}

.hover\:bg-stone-700\/25:hover {
  background-color: rgb(68 64 60 / 0.25);
}

.hover\:bg-stone-700\/30:hover {
  background-color: rgb(68 64 60 / 0.3);
}

.hover\:bg-stone-700\/40:hover {
  background-color: rgb(68 64 60 / 0.4);
}

.hover\:bg-stone-700\/5:hover {
  background-color: rgb(68 64 60 / 0.05);
}

.hover\:bg-stone-700\/50:hover {
  background-color: rgb(68 64 60 / 0.5);
}

.hover\:bg-stone-700\/60:hover {
  background-color: rgb(68 64 60 / 0.6);
}

.hover\:bg-stone-700\/70:hover {
  background-color: rgb(68 64 60 / 0.7);
}

.hover\:bg-stone-700\/75:hover {
  background-color: rgb(68 64 60 / 0.75);
}

.hover\:bg-stone-700\/80:hover {
  background-color: rgb(68 64 60 / 0.8);
}

.hover\:bg-stone-700\/90:hover {
  background-color: rgb(68 64 60 / 0.9);
}

.hover\:bg-stone-700\/95:hover {
  background-color: rgb(68 64 60 / 0.95);
}

.hover\:bg-stone-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity));
}

.hover\:bg-stone-800\/0:hover {
  background-color: rgb(41 37 36 / 0);
}

.hover\:bg-stone-800\/10:hover {
  background-color: rgb(41 37 36 / 0.1);
}

.hover\:bg-stone-800\/100:hover {
  background-color: rgb(41 37 36 / 1);
}

.hover\:bg-stone-800\/20:hover {
  background-color: rgb(41 37 36 / 0.2);
}

.hover\:bg-stone-800\/25:hover {
  background-color: rgb(41 37 36 / 0.25);
}

.hover\:bg-stone-800\/30:hover {
  background-color: rgb(41 37 36 / 0.3);
}

.hover\:bg-stone-800\/40:hover {
  background-color: rgb(41 37 36 / 0.4);
}

.hover\:bg-stone-800\/5:hover {
  background-color: rgb(41 37 36 / 0.05);
}

.hover\:bg-stone-800\/50:hover {
  background-color: rgb(41 37 36 / 0.5);
}

.hover\:bg-stone-800\/60:hover {
  background-color: rgb(41 37 36 / 0.6);
}

.hover\:bg-stone-800\/70:hover {
  background-color: rgb(41 37 36 / 0.7);
}

.hover\:bg-stone-800\/75:hover {
  background-color: rgb(41 37 36 / 0.75);
}

.hover\:bg-stone-800\/80:hover {
  background-color: rgb(41 37 36 / 0.8);
}

.hover\:bg-stone-800\/90:hover {
  background-color: rgb(41 37 36 / 0.9);
}

.hover\:bg-stone-800\/95:hover {
  background-color: rgb(41 37 36 / 0.95);
}

.hover\:bg-stone-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity));
}

.hover\:bg-stone-900\/0:hover {
  background-color: rgb(28 25 23 / 0);
}

.hover\:bg-stone-900\/10:hover {
  background-color: rgb(28 25 23 / 0.1);
}

.hover\:bg-stone-900\/100:hover {
  background-color: rgb(28 25 23 / 1);
}

.hover\:bg-stone-900\/20:hover {
  background-color: rgb(28 25 23 / 0.2);
}

.hover\:bg-stone-900\/25:hover {
  background-color: rgb(28 25 23 / 0.25);
}

.hover\:bg-stone-900\/30:hover {
  background-color: rgb(28 25 23 / 0.3);
}

.hover\:bg-stone-900\/40:hover {
  background-color: rgb(28 25 23 / 0.4);
}

.hover\:bg-stone-900\/5:hover {
  background-color: rgb(28 25 23 / 0.05);
}

.hover\:bg-stone-900\/50:hover {
  background-color: rgb(28 25 23 / 0.5);
}

.hover\:bg-stone-900\/60:hover {
  background-color: rgb(28 25 23 / 0.6);
}

.hover\:bg-stone-900\/70:hover {
  background-color: rgb(28 25 23 / 0.7);
}

.hover\:bg-stone-900\/75:hover {
  background-color: rgb(28 25 23 / 0.75);
}

.hover\:bg-stone-900\/80:hover {
  background-color: rgb(28 25 23 / 0.8);
}

.hover\:bg-stone-900\/90:hover {
  background-color: rgb(28 25 23 / 0.9);
}

.hover\:bg-stone-900\/95:hover {
  background-color: rgb(28 25 23 / 0.95);
}

.hover\:bg-stone-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(12 10 9 / var(--tw-bg-opacity));
}

.hover\:bg-stone-950\/0:hover {
  background-color: rgb(12 10 9 / 0);
}

.hover\:bg-stone-950\/10:hover {
  background-color: rgb(12 10 9 / 0.1);
}

.hover\:bg-stone-950\/100:hover {
  background-color: rgb(12 10 9 / 1);
}

.hover\:bg-stone-950\/20:hover {
  background-color: rgb(12 10 9 / 0.2);
}

.hover\:bg-stone-950\/25:hover {
  background-color: rgb(12 10 9 / 0.25);
}

.hover\:bg-stone-950\/30:hover {
  background-color: rgb(12 10 9 / 0.3);
}

.hover\:bg-stone-950\/40:hover {
  background-color: rgb(12 10 9 / 0.4);
}

.hover\:bg-stone-950\/5:hover {
  background-color: rgb(12 10 9 / 0.05);
}

.hover\:bg-stone-950\/50:hover {
  background-color: rgb(12 10 9 / 0.5);
}

.hover\:bg-stone-950\/60:hover {
  background-color: rgb(12 10 9 / 0.6);
}

.hover\:bg-stone-950\/70:hover {
  background-color: rgb(12 10 9 / 0.7);
}

.hover\:bg-stone-950\/75:hover {
  background-color: rgb(12 10 9 / 0.75);
}

.hover\:bg-stone-950\/80:hover {
  background-color: rgb(12 10 9 / 0.8);
}

.hover\:bg-stone-950\/90:hover {
  background-color: rgb(12 10 9 / 0.9);
}

.hover\:bg-stone-950\/95:hover {
  background-color: rgb(12 10 9 / 0.95);
}

.hover\:bg-teal-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity));
}

.hover\:bg-teal-100\/0:hover {
  background-color: rgb(204 251 241 / 0);
}

.hover\:bg-teal-100\/10:hover {
  background-color: rgb(204 251 241 / 0.1);
}

.hover\:bg-teal-100\/100:hover {
  background-color: rgb(204 251 241 / 1);
}

.hover\:bg-teal-100\/20:hover {
  background-color: rgb(204 251 241 / 0.2);
}

.hover\:bg-teal-100\/25:hover {
  background-color: rgb(204 251 241 / 0.25);
}

.hover\:bg-teal-100\/30:hover {
  background-color: rgb(204 251 241 / 0.3);
}

.hover\:bg-teal-100\/40:hover {
  background-color: rgb(204 251 241 / 0.4);
}

.hover\:bg-teal-100\/5:hover {
  background-color: rgb(204 251 241 / 0.05);
}

.hover\:bg-teal-100\/50:hover {
  background-color: rgb(204 251 241 / 0.5);
}

.hover\:bg-teal-100\/60:hover {
  background-color: rgb(204 251 241 / 0.6);
}

.hover\:bg-teal-100\/70:hover {
  background-color: rgb(204 251 241 / 0.7);
}

.hover\:bg-teal-100\/75:hover {
  background-color: rgb(204 251 241 / 0.75);
}

.hover\:bg-teal-100\/80:hover {
  background-color: rgb(204 251 241 / 0.8);
}

.hover\:bg-teal-100\/90:hover {
  background-color: rgb(204 251 241 / 0.9);
}

.hover\:bg-teal-100\/95:hover {
  background-color: rgb(204 251 241 / 0.95);
}

.hover\:bg-teal-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity));
}

.hover\:bg-teal-200\/0:hover {
  background-color: rgb(153 246 228 / 0);
}

.hover\:bg-teal-200\/10:hover {
  background-color: rgb(153 246 228 / 0.1);
}

.hover\:bg-teal-200\/100:hover {
  background-color: rgb(153 246 228 / 1);
}

.hover\:bg-teal-200\/20:hover {
  background-color: rgb(153 246 228 / 0.2);
}

.hover\:bg-teal-200\/25:hover {
  background-color: rgb(153 246 228 / 0.25);
}

.hover\:bg-teal-200\/30:hover {
  background-color: rgb(153 246 228 / 0.3);
}

.hover\:bg-teal-200\/40:hover {
  background-color: rgb(153 246 228 / 0.4);
}

.hover\:bg-teal-200\/5:hover {
  background-color: rgb(153 246 228 / 0.05);
}

.hover\:bg-teal-200\/50:hover {
  background-color: rgb(153 246 228 / 0.5);
}

.hover\:bg-teal-200\/60:hover {
  background-color: rgb(153 246 228 / 0.6);
}

.hover\:bg-teal-200\/70:hover {
  background-color: rgb(153 246 228 / 0.7);
}

.hover\:bg-teal-200\/75:hover {
  background-color: rgb(153 246 228 / 0.75);
}

.hover\:bg-teal-200\/80:hover {
  background-color: rgb(153 246 228 / 0.8);
}

.hover\:bg-teal-200\/90:hover {
  background-color: rgb(153 246 228 / 0.9);
}

.hover\:bg-teal-200\/95:hover {
  background-color: rgb(153 246 228 / 0.95);
}

.hover\:bg-teal-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity));
}

.hover\:bg-teal-300\/0:hover {
  background-color: rgb(94 234 212 / 0);
}

.hover\:bg-teal-300\/10:hover {
  background-color: rgb(94 234 212 / 0.1);
}

.hover\:bg-teal-300\/100:hover {
  background-color: rgb(94 234 212 / 1);
}

.hover\:bg-teal-300\/20:hover {
  background-color: rgb(94 234 212 / 0.2);
}

.hover\:bg-teal-300\/25:hover {
  background-color: rgb(94 234 212 / 0.25);
}

.hover\:bg-teal-300\/30:hover {
  background-color: rgb(94 234 212 / 0.3);
}

.hover\:bg-teal-300\/40:hover {
  background-color: rgb(94 234 212 / 0.4);
}

.hover\:bg-teal-300\/5:hover {
  background-color: rgb(94 234 212 / 0.05);
}

.hover\:bg-teal-300\/50:hover {
  background-color: rgb(94 234 212 / 0.5);
}

.hover\:bg-teal-300\/60:hover {
  background-color: rgb(94 234 212 / 0.6);
}

.hover\:bg-teal-300\/70:hover {
  background-color: rgb(94 234 212 / 0.7);
}

.hover\:bg-teal-300\/75:hover {
  background-color: rgb(94 234 212 / 0.75);
}

.hover\:bg-teal-300\/80:hover {
  background-color: rgb(94 234 212 / 0.8);
}

.hover\:bg-teal-300\/90:hover {
  background-color: rgb(94 234 212 / 0.9);
}

.hover\:bg-teal-300\/95:hover {
  background-color: rgb(94 234 212 / 0.95);
}

.hover\:bg-teal-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity));
}

.hover\:bg-teal-400\/0:hover {
  background-color: rgb(45 212 191 / 0);
}

.hover\:bg-teal-400\/10:hover {
  background-color: rgb(45 212 191 / 0.1);
}

.hover\:bg-teal-400\/100:hover {
  background-color: rgb(45 212 191 / 1);
}

.hover\:bg-teal-400\/20:hover {
  background-color: rgb(45 212 191 / 0.2);
}

.hover\:bg-teal-400\/25:hover {
  background-color: rgb(45 212 191 / 0.25);
}

.hover\:bg-teal-400\/30:hover {
  background-color: rgb(45 212 191 / 0.3);
}

.hover\:bg-teal-400\/40:hover {
  background-color: rgb(45 212 191 / 0.4);
}

.hover\:bg-teal-400\/5:hover {
  background-color: rgb(45 212 191 / 0.05);
}

.hover\:bg-teal-400\/50:hover {
  background-color: rgb(45 212 191 / 0.5);
}

.hover\:bg-teal-400\/60:hover {
  background-color: rgb(45 212 191 / 0.6);
}

.hover\:bg-teal-400\/70:hover {
  background-color: rgb(45 212 191 / 0.7);
}

.hover\:bg-teal-400\/75:hover {
  background-color: rgb(45 212 191 / 0.75);
}

.hover\:bg-teal-400\/80:hover {
  background-color: rgb(45 212 191 / 0.8);
}

.hover\:bg-teal-400\/90:hover {
  background-color: rgb(45 212 191 / 0.9);
}

.hover\:bg-teal-400\/95:hover {
  background-color: rgb(45 212 191 / 0.95);
}

.hover\:bg-teal-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity));
}

.hover\:bg-teal-50\/0:hover {
  background-color: rgb(240 253 250 / 0);
}

.hover\:bg-teal-50\/10:hover {
  background-color: rgb(240 253 250 / 0.1);
}

.hover\:bg-teal-50\/100:hover {
  background-color: rgb(240 253 250 / 1);
}

.hover\:bg-teal-50\/20:hover {
  background-color: rgb(240 253 250 / 0.2);
}

.hover\:bg-teal-50\/25:hover {
  background-color: rgb(240 253 250 / 0.25);
}

.hover\:bg-teal-50\/30:hover {
  background-color: rgb(240 253 250 / 0.3);
}

.hover\:bg-teal-50\/40:hover {
  background-color: rgb(240 253 250 / 0.4);
}

.hover\:bg-teal-50\/5:hover {
  background-color: rgb(240 253 250 / 0.05);
}

.hover\:bg-teal-50\/50:hover {
  background-color: rgb(240 253 250 / 0.5);
}

.hover\:bg-teal-50\/60:hover {
  background-color: rgb(240 253 250 / 0.6);
}

.hover\:bg-teal-50\/70:hover {
  background-color: rgb(240 253 250 / 0.7);
}

.hover\:bg-teal-50\/75:hover {
  background-color: rgb(240 253 250 / 0.75);
}

.hover\:bg-teal-50\/80:hover {
  background-color: rgb(240 253 250 / 0.8);
}

.hover\:bg-teal-50\/90:hover {
  background-color: rgb(240 253 250 / 0.9);
}

.hover\:bg-teal-50\/95:hover {
  background-color: rgb(240 253 250 / 0.95);
}

.hover\:bg-teal-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity));
}

.hover\:bg-teal-500\/0:hover {
  background-color: rgb(20 184 166 / 0);
}

.hover\:bg-teal-500\/10:hover {
  background-color: rgb(20 184 166 / 0.1);
}

.hover\:bg-teal-500\/100:hover {
  background-color: rgb(20 184 166 / 1);
}

.hover\:bg-teal-500\/20:hover {
  background-color: rgb(20 184 166 / 0.2);
}

.hover\:bg-teal-500\/25:hover {
  background-color: rgb(20 184 166 / 0.25);
}

.hover\:bg-teal-500\/30:hover {
  background-color: rgb(20 184 166 / 0.3);
}

.hover\:bg-teal-500\/40:hover {
  background-color: rgb(20 184 166 / 0.4);
}

.hover\:bg-teal-500\/5:hover {
  background-color: rgb(20 184 166 / 0.05);
}

.hover\:bg-teal-500\/50:hover {
  background-color: rgb(20 184 166 / 0.5);
}

.hover\:bg-teal-500\/60:hover {
  background-color: rgb(20 184 166 / 0.6);
}

.hover\:bg-teal-500\/70:hover {
  background-color: rgb(20 184 166 / 0.7);
}

.hover\:bg-teal-500\/75:hover {
  background-color: rgb(20 184 166 / 0.75);
}

.hover\:bg-teal-500\/80:hover {
  background-color: rgb(20 184 166 / 0.8);
}

.hover\:bg-teal-500\/90:hover {
  background-color: rgb(20 184 166 / 0.9);
}

.hover\:bg-teal-500\/95:hover {
  background-color: rgb(20 184 166 / 0.95);
}

.hover\:bg-teal-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity));
}

.hover\:bg-teal-600\/0:hover {
  background-color: rgb(13 148 136 / 0);
}

.hover\:bg-teal-600\/10:hover {
  background-color: rgb(13 148 136 / 0.1);
}

.hover\:bg-teal-600\/100:hover {
  background-color: rgb(13 148 136 / 1);
}

.hover\:bg-teal-600\/20:hover {
  background-color: rgb(13 148 136 / 0.2);
}

.hover\:bg-teal-600\/25:hover {
  background-color: rgb(13 148 136 / 0.25);
}

.hover\:bg-teal-600\/30:hover {
  background-color: rgb(13 148 136 / 0.3);
}

.hover\:bg-teal-600\/40:hover {
  background-color: rgb(13 148 136 / 0.4);
}

.hover\:bg-teal-600\/5:hover {
  background-color: rgb(13 148 136 / 0.05);
}

.hover\:bg-teal-600\/50:hover {
  background-color: rgb(13 148 136 / 0.5);
}

.hover\:bg-teal-600\/60:hover {
  background-color: rgb(13 148 136 / 0.6);
}

.hover\:bg-teal-600\/70:hover {
  background-color: rgb(13 148 136 / 0.7);
}

.hover\:bg-teal-600\/75:hover {
  background-color: rgb(13 148 136 / 0.75);
}

.hover\:bg-teal-600\/80:hover {
  background-color: rgb(13 148 136 / 0.8);
}

.hover\:bg-teal-600\/90:hover {
  background-color: rgb(13 148 136 / 0.9);
}

.hover\:bg-teal-600\/95:hover {
  background-color: rgb(13 148 136 / 0.95);
}

.hover\:bg-teal-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity));
}

.hover\:bg-teal-700\/0:hover {
  background-color: rgb(15 118 110 / 0);
}

.hover\:bg-teal-700\/10:hover {
  background-color: rgb(15 118 110 / 0.1);
}

.hover\:bg-teal-700\/100:hover {
  background-color: rgb(15 118 110 / 1);
}

.hover\:bg-teal-700\/20:hover {
  background-color: rgb(15 118 110 / 0.2);
}

.hover\:bg-teal-700\/25:hover {
  background-color: rgb(15 118 110 / 0.25);
}

.hover\:bg-teal-700\/30:hover {
  background-color: rgb(15 118 110 / 0.3);
}

.hover\:bg-teal-700\/40:hover {
  background-color: rgb(15 118 110 / 0.4);
}

.hover\:bg-teal-700\/5:hover {
  background-color: rgb(15 118 110 / 0.05);
}

.hover\:bg-teal-700\/50:hover {
  background-color: rgb(15 118 110 / 0.5);
}

.hover\:bg-teal-700\/60:hover {
  background-color: rgb(15 118 110 / 0.6);
}

.hover\:bg-teal-700\/70:hover {
  background-color: rgb(15 118 110 / 0.7);
}

.hover\:bg-teal-700\/75:hover {
  background-color: rgb(15 118 110 / 0.75);
}

.hover\:bg-teal-700\/80:hover {
  background-color: rgb(15 118 110 / 0.8);
}

.hover\:bg-teal-700\/90:hover {
  background-color: rgb(15 118 110 / 0.9);
}

.hover\:bg-teal-700\/95:hover {
  background-color: rgb(15 118 110 / 0.95);
}

.hover\:bg-teal-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity));
}

.hover\:bg-teal-800\/0:hover {
  background-color: rgb(17 94 89 / 0);
}

.hover\:bg-teal-800\/10:hover {
  background-color: rgb(17 94 89 / 0.1);
}

.hover\:bg-teal-800\/100:hover {
  background-color: rgb(17 94 89 / 1);
}

.hover\:bg-teal-800\/20:hover {
  background-color: rgb(17 94 89 / 0.2);
}

.hover\:bg-teal-800\/25:hover {
  background-color: rgb(17 94 89 / 0.25);
}

.hover\:bg-teal-800\/30:hover {
  background-color: rgb(17 94 89 / 0.3);
}

.hover\:bg-teal-800\/40:hover {
  background-color: rgb(17 94 89 / 0.4);
}

.hover\:bg-teal-800\/5:hover {
  background-color: rgb(17 94 89 / 0.05);
}

.hover\:bg-teal-800\/50:hover {
  background-color: rgb(17 94 89 / 0.5);
}

.hover\:bg-teal-800\/60:hover {
  background-color: rgb(17 94 89 / 0.6);
}

.hover\:bg-teal-800\/70:hover {
  background-color: rgb(17 94 89 / 0.7);
}

.hover\:bg-teal-800\/75:hover {
  background-color: rgb(17 94 89 / 0.75);
}

.hover\:bg-teal-800\/80:hover {
  background-color: rgb(17 94 89 / 0.8);
}

.hover\:bg-teal-800\/90:hover {
  background-color: rgb(17 94 89 / 0.9);
}

.hover\:bg-teal-800\/95:hover {
  background-color: rgb(17 94 89 / 0.95);
}

.hover\:bg-teal-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(19 78 74 / var(--tw-bg-opacity));
}

.hover\:bg-teal-900\/0:hover {
  background-color: rgb(19 78 74 / 0);
}

.hover\:bg-teal-900\/10:hover {
  background-color: rgb(19 78 74 / 0.1);
}

.hover\:bg-teal-900\/100:hover {
  background-color: rgb(19 78 74 / 1);
}

.hover\:bg-teal-900\/20:hover {
  background-color: rgb(19 78 74 / 0.2);
}

.hover\:bg-teal-900\/25:hover {
  background-color: rgb(19 78 74 / 0.25);
}

.hover\:bg-teal-900\/30:hover {
  background-color: rgb(19 78 74 / 0.3);
}

.hover\:bg-teal-900\/40:hover {
  background-color: rgb(19 78 74 / 0.4);
}

.hover\:bg-teal-900\/5:hover {
  background-color: rgb(19 78 74 / 0.05);
}

.hover\:bg-teal-900\/50:hover {
  background-color: rgb(19 78 74 / 0.5);
}

.hover\:bg-teal-900\/60:hover {
  background-color: rgb(19 78 74 / 0.6);
}

.hover\:bg-teal-900\/70:hover {
  background-color: rgb(19 78 74 / 0.7);
}

.hover\:bg-teal-900\/75:hover {
  background-color: rgb(19 78 74 / 0.75);
}

.hover\:bg-teal-900\/80:hover {
  background-color: rgb(19 78 74 / 0.8);
}

.hover\:bg-teal-900\/90:hover {
  background-color: rgb(19 78 74 / 0.9);
}

.hover\:bg-teal-900\/95:hover {
  background-color: rgb(19 78 74 / 0.95);
}

.hover\:bg-teal-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 47 46 / var(--tw-bg-opacity));
}

.hover\:bg-teal-950\/0:hover {
  background-color: rgb(4 47 46 / 0);
}

.hover\:bg-teal-950\/10:hover {
  background-color: rgb(4 47 46 / 0.1);
}

.hover\:bg-teal-950\/100:hover {
  background-color: rgb(4 47 46 / 1);
}

.hover\:bg-teal-950\/20:hover {
  background-color: rgb(4 47 46 / 0.2);
}

.hover\:bg-teal-950\/25:hover {
  background-color: rgb(4 47 46 / 0.25);
}

.hover\:bg-teal-950\/30:hover {
  background-color: rgb(4 47 46 / 0.3);
}

.hover\:bg-teal-950\/40:hover {
  background-color: rgb(4 47 46 / 0.4);
}

.hover\:bg-teal-950\/5:hover {
  background-color: rgb(4 47 46 / 0.05);
}

.hover\:bg-teal-950\/50:hover {
  background-color: rgb(4 47 46 / 0.5);
}

.hover\:bg-teal-950\/60:hover {
  background-color: rgb(4 47 46 / 0.6);
}

.hover\:bg-teal-950\/70:hover {
  background-color: rgb(4 47 46 / 0.7);
}

.hover\:bg-teal-950\/75:hover {
  background-color: rgb(4 47 46 / 0.75);
}

.hover\:bg-teal-950\/80:hover {
  background-color: rgb(4 47 46 / 0.8);
}

.hover\:bg-teal-950\/90:hover {
  background-color: rgb(4 47 46 / 0.9);
}

.hover\:bg-teal-950\/95:hover {
  background-color: rgb(4 47 46 / 0.95);
}

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

.hover\:bg-transparent\/0:hover {
  background-color: rgb(0 0 0 / 0);
}

.hover\:bg-transparent\/10:hover {
  background-color: rgb(0 0 0 / 0.1);
}

.hover\:bg-transparent\/100:hover {
  background-color: rgb(0 0 0 / 1);
}

.hover\:bg-transparent\/20:hover {
  background-color: rgb(0 0 0 / 0.2);
}

.hover\:bg-transparent\/25:hover {
  background-color: rgb(0 0 0 / 0.25);
}

.hover\:bg-transparent\/30:hover {
  background-color: rgb(0 0 0 / 0.3);
}

.hover\:bg-transparent\/40:hover {
  background-color: rgb(0 0 0 / 0.4);
}

.hover\:bg-transparent\/5:hover {
  background-color: rgb(0 0 0 / 0.05);
}

.hover\:bg-transparent\/50:hover {
  background-color: rgb(0 0 0 / 0.5);
}

.hover\:bg-transparent\/60:hover {
  background-color: rgb(0 0 0 / 0.6);
}

.hover\:bg-transparent\/70:hover {
  background-color: rgb(0 0 0 / 0.7);
}

.hover\:bg-transparent\/75:hover {
  background-color: rgb(0 0 0 / 0.75);
}

.hover\:bg-transparent\/80:hover {
  background-color: rgb(0 0 0 / 0.8);
}

.hover\:bg-transparent\/90:hover {
  background-color: rgb(0 0 0 / 0.9);
}

.hover\:bg-transparent\/95:hover {
  background-color: rgb(0 0 0 / 0.95);
}

.hover\:bg-tykhe-digital:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 156 131 / var(--tw-bg-opacity));
}

.hover\:bg-tykhe-digital-alt:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 239 224 / var(--tw-bg-opacity));
}

.hover\:bg-tykhe-digital-alt\/0:hover {
  background-color: rgb(245 239 224 / 0);
}

.hover\:bg-tykhe-digital-alt\/10:hover {
  background-color: rgb(245 239 224 / 0.1);
}

.hover\:bg-tykhe-digital-alt\/100:hover {
  background-color: rgb(245 239 224 / 1);
}

.hover\:bg-tykhe-digital-alt\/20:hover {
  background-color: rgb(245 239 224 / 0.2);
}

.hover\:bg-tykhe-digital-alt\/25:hover {
  background-color: rgb(245 239 224 / 0.25);
}

.hover\:bg-tykhe-digital-alt\/30:hover {
  background-color: rgb(245 239 224 / 0.3);
}

.hover\:bg-tykhe-digital-alt\/40:hover {
  background-color: rgb(245 239 224 / 0.4);
}

.hover\:bg-tykhe-digital-alt\/5:hover {
  background-color: rgb(245 239 224 / 0.05);
}

.hover\:bg-tykhe-digital-alt\/50:hover {
  background-color: rgb(245 239 224 / 0.5);
}

.hover\:bg-tykhe-digital-alt\/60:hover {
  background-color: rgb(245 239 224 / 0.6);
}

.hover\:bg-tykhe-digital-alt\/70:hover {
  background-color: rgb(245 239 224 / 0.7);
}

.hover\:bg-tykhe-digital-alt\/75:hover {
  background-color: rgb(245 239 224 / 0.75);
}

.hover\:bg-tykhe-digital-alt\/80:hover {
  background-color: rgb(245 239 224 / 0.8);
}

.hover\:bg-tykhe-digital-alt\/90:hover {
  background-color: rgb(245 239 224 / 0.9);
}

.hover\:bg-tykhe-digital-alt\/95:hover {
  background-color: rgb(245 239 224 / 0.95);
}

.hover\:bg-tykhe-digital-alt2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 58 111 / var(--tw-bg-opacity));
}

.hover\:bg-tykhe-digital-alt2\/0:hover {
  background-color: rgb(255 58 111 / 0);
}

.hover\:bg-tykhe-digital-alt2\/10:hover {
  background-color: rgb(255 58 111 / 0.1);
}

.hover\:bg-tykhe-digital-alt2\/100:hover {
  background-color: rgb(255 58 111 / 1);
}

.hover\:bg-tykhe-digital-alt2\/20:hover {
  background-color: rgb(255 58 111 / 0.2);
}

.hover\:bg-tykhe-digital-alt2\/25:hover {
  background-color: rgb(255 58 111 / 0.25);
}

.hover\:bg-tykhe-digital-alt2\/30:hover {
  background-color: rgb(255 58 111 / 0.3);
}

.hover\:bg-tykhe-digital-alt2\/40:hover {
  background-color: rgb(255 58 111 / 0.4);
}

.hover\:bg-tykhe-digital-alt2\/5:hover {
  background-color: rgb(255 58 111 / 0.05);
}

.hover\:bg-tykhe-digital-alt2\/50:hover {
  background-color: rgb(255 58 111 / 0.5);
}

.hover\:bg-tykhe-digital-alt2\/60:hover {
  background-color: rgb(255 58 111 / 0.6);
}

.hover\:bg-tykhe-digital-alt2\/70:hover {
  background-color: rgb(255 58 111 / 0.7);
}

.hover\:bg-tykhe-digital-alt2\/75:hover {
  background-color: rgb(255 58 111 / 0.75);
}

.hover\:bg-tykhe-digital-alt2\/80:hover {
  background-color: rgb(255 58 111 / 0.8);
}

.hover\:bg-tykhe-digital-alt2\/90:hover {
  background-color: rgb(255 58 111 / 0.9);
}

.hover\:bg-tykhe-digital-alt2\/95:hover {
  background-color: rgb(255 58 111 / 0.95);
}

.hover\:bg-tykhe-digital-alt3:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(131 214 239 / var(--tw-bg-opacity));
}

.hover\:bg-tykhe-digital-alt3\/0:hover {
  background-color: rgb(131 214 239 / 0);
}

.hover\:bg-tykhe-digital-alt3\/10:hover {
  background-color: rgb(131 214 239 / 0.1);
}

.hover\:bg-tykhe-digital-alt3\/100:hover {
  background-color: rgb(131 214 239 / 1);
}

.hover\:bg-tykhe-digital-alt3\/20:hover {
  background-color: rgb(131 214 239 / 0.2);
}

.hover\:bg-tykhe-digital-alt3\/25:hover {
  background-color: rgb(131 214 239 / 0.25);
}

.hover\:bg-tykhe-digital-alt3\/30:hover {
  background-color: rgb(131 214 239 / 0.3);
}

.hover\:bg-tykhe-digital-alt3\/40:hover {
  background-color: rgb(131 214 239 / 0.4);
}

.hover\:bg-tykhe-digital-alt3\/5:hover {
  background-color: rgb(131 214 239 / 0.05);
}

.hover\:bg-tykhe-digital-alt3\/50:hover {
  background-color: rgb(131 214 239 / 0.5);
}

.hover\:bg-tykhe-digital-alt3\/60:hover {
  background-color: rgb(131 214 239 / 0.6);
}

.hover\:bg-tykhe-digital-alt3\/70:hover {
  background-color: rgb(131 214 239 / 0.7);
}

.hover\:bg-tykhe-digital-alt3\/75:hover {
  background-color: rgb(131 214 239 / 0.75);
}

.hover\:bg-tykhe-digital-alt3\/80:hover {
  background-color: rgb(131 214 239 / 0.8);
}

.hover\:bg-tykhe-digital-alt3\/90:hover {
  background-color: rgb(131 214 239 / 0.9);
}

.hover\:bg-tykhe-digital-alt3\/95:hover {
  background-color: rgb(131 214 239 / 0.95);
}

.hover\:bg-tykhe-digital\/0:hover {
  background-color: rgb(239 156 131 / 0);
}

.hover\:bg-tykhe-digital\/10:hover {
  background-color: rgb(239 156 131 / 0.1);
}

.hover\:bg-tykhe-digital\/100:hover {
  background-color: rgb(239 156 131 / 1);
}

.hover\:bg-tykhe-digital\/20:hover {
  background-color: rgb(239 156 131 / 0.2);
}

.hover\:bg-tykhe-digital\/25:hover {
  background-color: rgb(239 156 131 / 0.25);
}

.hover\:bg-tykhe-digital\/30:hover {
  background-color: rgb(239 156 131 / 0.3);
}

.hover\:bg-tykhe-digital\/40:hover {
  background-color: rgb(239 156 131 / 0.4);
}

.hover\:bg-tykhe-digital\/5:hover {
  background-color: rgb(239 156 131 / 0.05);
}

.hover\:bg-tykhe-digital\/50:hover {
  background-color: rgb(239 156 131 / 0.5);
}

.hover\:bg-tykhe-digital\/60:hover {
  background-color: rgb(239 156 131 / 0.6);
}

.hover\:bg-tykhe-digital\/70:hover {
  background-color: rgb(239 156 131 / 0.7);
}

.hover\:bg-tykhe-digital\/75:hover {
  background-color: rgb(239 156 131 / 0.75);
}

.hover\:bg-tykhe-digital\/80:hover {
  background-color: rgb(239 156 131 / 0.8);
}

.hover\:bg-tykhe-digital\/90:hover {
  background-color: rgb(239 156 131 / 0.9);
}

.hover\:bg-tykhe-digital\/95:hover {
  background-color: rgb(239 156 131 / 0.95);
}

.hover\:bg-violet-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity));
}

.hover\:bg-violet-100\/0:hover {
  background-color: rgb(237 233 254 / 0);
}

.hover\:bg-violet-100\/10:hover {
  background-color: rgb(237 233 254 / 0.1);
}

.hover\:bg-violet-100\/100:hover {
  background-color: rgb(237 233 254 / 1);
}

.hover\:bg-violet-100\/20:hover {
  background-color: rgb(237 233 254 / 0.2);
}

.hover\:bg-violet-100\/25:hover {
  background-color: rgb(237 233 254 / 0.25);
}

.hover\:bg-violet-100\/30:hover {
  background-color: rgb(237 233 254 / 0.3);
}

.hover\:bg-violet-100\/40:hover {
  background-color: rgb(237 233 254 / 0.4);
}

.hover\:bg-violet-100\/5:hover {
  background-color: rgb(237 233 254 / 0.05);
}

.hover\:bg-violet-100\/50:hover {
  background-color: rgb(237 233 254 / 0.5);
}

.hover\:bg-violet-100\/60:hover {
  background-color: rgb(237 233 254 / 0.6);
}

.hover\:bg-violet-100\/70:hover {
  background-color: rgb(237 233 254 / 0.7);
}

.hover\:bg-violet-100\/75:hover {
  background-color: rgb(237 233 254 / 0.75);
}

.hover\:bg-violet-100\/80:hover {
  background-color: rgb(237 233 254 / 0.8);
}

.hover\:bg-violet-100\/90:hover {
  background-color: rgb(237 233 254 / 0.9);
}

.hover\:bg-violet-100\/95:hover {
  background-color: rgb(237 233 254 / 0.95);
}

.hover\:bg-violet-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(221 214 254 / var(--tw-bg-opacity));
}

.hover\:bg-violet-200\/0:hover {
  background-color: rgb(221 214 254 / 0);
}

.hover\:bg-violet-200\/10:hover {
  background-color: rgb(221 214 254 / 0.1);
}

.hover\:bg-violet-200\/100:hover {
  background-color: rgb(221 214 254 / 1);
}

.hover\:bg-violet-200\/20:hover {
  background-color: rgb(221 214 254 / 0.2);
}

.hover\:bg-violet-200\/25:hover {
  background-color: rgb(221 214 254 / 0.25);
}

.hover\:bg-violet-200\/30:hover {
  background-color: rgb(221 214 254 / 0.3);
}

.hover\:bg-violet-200\/40:hover {
  background-color: rgb(221 214 254 / 0.4);
}

.hover\:bg-violet-200\/5:hover {
  background-color: rgb(221 214 254 / 0.05);
}

.hover\:bg-violet-200\/50:hover {
  background-color: rgb(221 214 254 / 0.5);
}

.hover\:bg-violet-200\/60:hover {
  background-color: rgb(221 214 254 / 0.6);
}

.hover\:bg-violet-200\/70:hover {
  background-color: rgb(221 214 254 / 0.7);
}

.hover\:bg-violet-200\/75:hover {
  background-color: rgb(221 214 254 / 0.75);
}

.hover\:bg-violet-200\/80:hover {
  background-color: rgb(221 214 254 / 0.8);
}

.hover\:bg-violet-200\/90:hover {
  background-color: rgb(221 214 254 / 0.9);
}

.hover\:bg-violet-200\/95:hover {
  background-color: rgb(221 214 254 / 0.95);
}

.hover\:bg-violet-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity));
}

.hover\:bg-violet-300\/0:hover {
  background-color: rgb(196 181 253 / 0);
}

.hover\:bg-violet-300\/10:hover {
  background-color: rgb(196 181 253 / 0.1);
}

.hover\:bg-violet-300\/100:hover {
  background-color: rgb(196 181 253 / 1);
}

.hover\:bg-violet-300\/20:hover {
  background-color: rgb(196 181 253 / 0.2);
}

.hover\:bg-violet-300\/25:hover {
  background-color: rgb(196 181 253 / 0.25);
}

.hover\:bg-violet-300\/30:hover {
  background-color: rgb(196 181 253 / 0.3);
}

.hover\:bg-violet-300\/40:hover {
  background-color: rgb(196 181 253 / 0.4);
}

.hover\:bg-violet-300\/5:hover {
  background-color: rgb(196 181 253 / 0.05);
}

.hover\:bg-violet-300\/50:hover {
  background-color: rgb(196 181 253 / 0.5);
}

.hover\:bg-violet-300\/60:hover {
  background-color: rgb(196 181 253 / 0.6);
}

.hover\:bg-violet-300\/70:hover {
  background-color: rgb(196 181 253 / 0.7);
}

.hover\:bg-violet-300\/75:hover {
  background-color: rgb(196 181 253 / 0.75);
}

.hover\:bg-violet-300\/80:hover {
  background-color: rgb(196 181 253 / 0.8);
}

.hover\:bg-violet-300\/90:hover {
  background-color: rgb(196 181 253 / 0.9);
}

.hover\:bg-violet-300\/95:hover {
  background-color: rgb(196 181 253 / 0.95);
}

.hover\:bg-violet-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity));
}

.hover\:bg-violet-400\/0:hover {
  background-color: rgb(167 139 250 / 0);
}

.hover\:bg-violet-400\/10:hover {
  background-color: rgb(167 139 250 / 0.1);
}

.hover\:bg-violet-400\/100:hover {
  background-color: rgb(167 139 250 / 1);
}

.hover\:bg-violet-400\/20:hover {
  background-color: rgb(167 139 250 / 0.2);
}

.hover\:bg-violet-400\/25:hover {
  background-color: rgb(167 139 250 / 0.25);
}

.hover\:bg-violet-400\/30:hover {
  background-color: rgb(167 139 250 / 0.3);
}

.hover\:bg-violet-400\/40:hover {
  background-color: rgb(167 139 250 / 0.4);
}

.hover\:bg-violet-400\/5:hover {
  background-color: rgb(167 139 250 / 0.05);
}

.hover\:bg-violet-400\/50:hover {
  background-color: rgb(167 139 250 / 0.5);
}

.hover\:bg-violet-400\/60:hover {
  background-color: rgb(167 139 250 / 0.6);
}

.hover\:bg-violet-400\/70:hover {
  background-color: rgb(167 139 250 / 0.7);
}

.hover\:bg-violet-400\/75:hover {
  background-color: rgb(167 139 250 / 0.75);
}

.hover\:bg-violet-400\/80:hover {
  background-color: rgb(167 139 250 / 0.8);
}

.hover\:bg-violet-400\/90:hover {
  background-color: rgb(167 139 250 / 0.9);
}

.hover\:bg-violet-400\/95:hover {
  background-color: rgb(167 139 250 / 0.95);
}

.hover\:bg-violet-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity));
}

.hover\:bg-violet-50\/0:hover {
  background-color: rgb(245 243 255 / 0);
}

.hover\:bg-violet-50\/10:hover {
  background-color: rgb(245 243 255 / 0.1);
}

.hover\:bg-violet-50\/100:hover {
  background-color: rgb(245 243 255 / 1);
}

.hover\:bg-violet-50\/20:hover {
  background-color: rgb(245 243 255 / 0.2);
}

.hover\:bg-violet-50\/25:hover {
  background-color: rgb(245 243 255 / 0.25);
}

.hover\:bg-violet-50\/30:hover {
  background-color: rgb(245 243 255 / 0.3);
}

.hover\:bg-violet-50\/40:hover {
  background-color: rgb(245 243 255 / 0.4);
}

.hover\:bg-violet-50\/5:hover {
  background-color: rgb(245 243 255 / 0.05);
}

.hover\:bg-violet-50\/50:hover {
  background-color: rgb(245 243 255 / 0.5);
}

.hover\:bg-violet-50\/60:hover {
  background-color: rgb(245 243 255 / 0.6);
}

.hover\:bg-violet-50\/70:hover {
  background-color: rgb(245 243 255 / 0.7);
}

.hover\:bg-violet-50\/75:hover {
  background-color: rgb(245 243 255 / 0.75);
}

.hover\:bg-violet-50\/80:hover {
  background-color: rgb(245 243 255 / 0.8);
}

.hover\:bg-violet-50\/90:hover {
  background-color: rgb(245 243 255 / 0.9);
}

.hover\:bg-violet-50\/95:hover {
  background-color: rgb(245 243 255 / 0.95);
}

.hover\:bg-violet-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity));
}

.hover\:bg-violet-500\/0:hover {
  background-color: rgb(139 92 246 / 0);
}

.hover\:bg-violet-500\/10:hover {
  background-color: rgb(139 92 246 / 0.1);
}

.hover\:bg-violet-500\/100:hover {
  background-color: rgb(139 92 246 / 1);
}

.hover\:bg-violet-500\/20:hover {
  background-color: rgb(139 92 246 / 0.2);
}

.hover\:bg-violet-500\/25:hover {
  background-color: rgb(139 92 246 / 0.25);
}

.hover\:bg-violet-500\/30:hover {
  background-color: rgb(139 92 246 / 0.3);
}

.hover\:bg-violet-500\/40:hover {
  background-color: rgb(139 92 246 / 0.4);
}

.hover\:bg-violet-500\/5:hover {
  background-color: rgb(139 92 246 / 0.05);
}

.hover\:bg-violet-500\/50:hover {
  background-color: rgb(139 92 246 / 0.5);
}

.hover\:bg-violet-500\/60:hover {
  background-color: rgb(139 92 246 / 0.6);
}

.hover\:bg-violet-500\/70:hover {
  background-color: rgb(139 92 246 / 0.7);
}

.hover\:bg-violet-500\/75:hover {
  background-color: rgb(139 92 246 / 0.75);
}

.hover\:bg-violet-500\/80:hover {
  background-color: rgb(139 92 246 / 0.8);
}

.hover\:bg-violet-500\/90:hover {
  background-color: rgb(139 92 246 / 0.9);
}

.hover\:bg-violet-500\/95:hover {
  background-color: rgb(139 92 246 / 0.95);
}

.hover\:bg-violet-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity));
}

.hover\:bg-violet-600\/0:hover {
  background-color: rgb(124 58 237 / 0);
}

.hover\:bg-violet-600\/10:hover {
  background-color: rgb(124 58 237 / 0.1);
}

.hover\:bg-violet-600\/100:hover {
  background-color: rgb(124 58 237 / 1);
}

.hover\:bg-violet-600\/20:hover {
  background-color: rgb(124 58 237 / 0.2);
}

.hover\:bg-violet-600\/25:hover {
  background-color: rgb(124 58 237 / 0.25);
}

.hover\:bg-violet-600\/30:hover {
  background-color: rgb(124 58 237 / 0.3);
}

.hover\:bg-violet-600\/40:hover {
  background-color: rgb(124 58 237 / 0.4);
}

.hover\:bg-violet-600\/5:hover {
  background-color: rgb(124 58 237 / 0.05);
}

.hover\:bg-violet-600\/50:hover {
  background-color: rgb(124 58 237 / 0.5);
}

.hover\:bg-violet-600\/60:hover {
  background-color: rgb(124 58 237 / 0.6);
}

.hover\:bg-violet-600\/70:hover {
  background-color: rgb(124 58 237 / 0.7);
}

.hover\:bg-violet-600\/75:hover {
  background-color: rgb(124 58 237 / 0.75);
}

.hover\:bg-violet-600\/80:hover {
  background-color: rgb(124 58 237 / 0.8);
}

.hover\:bg-violet-600\/90:hover {
  background-color: rgb(124 58 237 / 0.9);
}

.hover\:bg-violet-600\/95:hover {
  background-color: rgb(124 58 237 / 0.95);
}

.hover\:bg-violet-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity));
}

.hover\:bg-violet-700\/0:hover {
  background-color: rgb(109 40 217 / 0);
}

.hover\:bg-violet-700\/10:hover {
  background-color: rgb(109 40 217 / 0.1);
}

.hover\:bg-violet-700\/100:hover {
  background-color: rgb(109 40 217 / 1);
}

.hover\:bg-violet-700\/20:hover {
  background-color: rgb(109 40 217 / 0.2);
}

.hover\:bg-violet-700\/25:hover {
  background-color: rgb(109 40 217 / 0.25);
}

.hover\:bg-violet-700\/30:hover {
  background-color: rgb(109 40 217 / 0.3);
}

.hover\:bg-violet-700\/40:hover {
  background-color: rgb(109 40 217 / 0.4);
}

.hover\:bg-violet-700\/5:hover {
  background-color: rgb(109 40 217 / 0.05);
}

.hover\:bg-violet-700\/50:hover {
  background-color: rgb(109 40 217 / 0.5);
}

.hover\:bg-violet-700\/60:hover {
  background-color: rgb(109 40 217 / 0.6);
}

.hover\:bg-violet-700\/70:hover {
  background-color: rgb(109 40 217 / 0.7);
}

.hover\:bg-violet-700\/75:hover {
  background-color: rgb(109 40 217 / 0.75);
}

.hover\:bg-violet-700\/80:hover {
  background-color: rgb(109 40 217 / 0.8);
}

.hover\:bg-violet-700\/90:hover {
  background-color: rgb(109 40 217 / 0.9);
}

.hover\:bg-violet-700\/95:hover {
  background-color: rgb(109 40 217 / 0.95);
}

.hover\:bg-violet-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity));
}

.hover\:bg-violet-800\/0:hover {
  background-color: rgb(91 33 182 / 0);
}

.hover\:bg-violet-800\/10:hover {
  background-color: rgb(91 33 182 / 0.1);
}

.hover\:bg-violet-800\/100:hover {
  background-color: rgb(91 33 182 / 1);
}

.hover\:bg-violet-800\/20:hover {
  background-color: rgb(91 33 182 / 0.2);
}

.hover\:bg-violet-800\/25:hover {
  background-color: rgb(91 33 182 / 0.25);
}

.hover\:bg-violet-800\/30:hover {
  background-color: rgb(91 33 182 / 0.3);
}

.hover\:bg-violet-800\/40:hover {
  background-color: rgb(91 33 182 / 0.4);
}

.hover\:bg-violet-800\/5:hover {
  background-color: rgb(91 33 182 / 0.05);
}

.hover\:bg-violet-800\/50:hover {
  background-color: rgb(91 33 182 / 0.5);
}

.hover\:bg-violet-800\/60:hover {
  background-color: rgb(91 33 182 / 0.6);
}

.hover\:bg-violet-800\/70:hover {
  background-color: rgb(91 33 182 / 0.7);
}

.hover\:bg-violet-800\/75:hover {
  background-color: rgb(91 33 182 / 0.75);
}

.hover\:bg-violet-800\/80:hover {
  background-color: rgb(91 33 182 / 0.8);
}

.hover\:bg-violet-800\/90:hover {
  background-color: rgb(91 33 182 / 0.9);
}

.hover\:bg-violet-800\/95:hover {
  background-color: rgb(91 33 182 / 0.95);
}

.hover\:bg-violet-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(76 29 149 / var(--tw-bg-opacity));
}

.hover\:bg-violet-900\/0:hover {
  background-color: rgb(76 29 149 / 0);
}

.hover\:bg-violet-900\/10:hover {
  background-color: rgb(76 29 149 / 0.1);
}

.hover\:bg-violet-900\/100:hover {
  background-color: rgb(76 29 149 / 1);
}

.hover\:bg-violet-900\/20:hover {
  background-color: rgb(76 29 149 / 0.2);
}

.hover\:bg-violet-900\/25:hover {
  background-color: rgb(76 29 149 / 0.25);
}

.hover\:bg-violet-900\/30:hover {
  background-color: rgb(76 29 149 / 0.3);
}

.hover\:bg-violet-900\/40:hover {
  background-color: rgb(76 29 149 / 0.4);
}

.hover\:bg-violet-900\/5:hover {
  background-color: rgb(76 29 149 / 0.05);
}

.hover\:bg-violet-900\/50:hover {
  background-color: rgb(76 29 149 / 0.5);
}

.hover\:bg-violet-900\/60:hover {
  background-color: rgb(76 29 149 / 0.6);
}

.hover\:bg-violet-900\/70:hover {
  background-color: rgb(76 29 149 / 0.7);
}

.hover\:bg-violet-900\/75:hover {
  background-color: rgb(76 29 149 / 0.75);
}

.hover\:bg-violet-900\/80:hover {
  background-color: rgb(76 29 149 / 0.8);
}

.hover\:bg-violet-900\/90:hover {
  background-color: rgb(76 29 149 / 0.9);
}

.hover\:bg-violet-900\/95:hover {
  background-color: rgb(76 29 149 / 0.95);
}

.hover\:bg-violet-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(46 16 101 / var(--tw-bg-opacity));
}

.hover\:bg-violet-950\/0:hover {
  background-color: rgb(46 16 101 / 0);
}

.hover\:bg-violet-950\/10:hover {
  background-color: rgb(46 16 101 / 0.1);
}

.hover\:bg-violet-950\/100:hover {
  background-color: rgb(46 16 101 / 1);
}

.hover\:bg-violet-950\/20:hover {
  background-color: rgb(46 16 101 / 0.2);
}

.hover\:bg-violet-950\/25:hover {
  background-color: rgb(46 16 101 / 0.25);
}

.hover\:bg-violet-950\/30:hover {
  background-color: rgb(46 16 101 / 0.3);
}

.hover\:bg-violet-950\/40:hover {
  background-color: rgb(46 16 101 / 0.4);
}

.hover\:bg-violet-950\/5:hover {
  background-color: rgb(46 16 101 / 0.05);
}

.hover\:bg-violet-950\/50:hover {
  background-color: rgb(46 16 101 / 0.5);
}

.hover\:bg-violet-950\/60:hover {
  background-color: rgb(46 16 101 / 0.6);
}

.hover\:bg-violet-950\/70:hover {
  background-color: rgb(46 16 101 / 0.7);
}

.hover\:bg-violet-950\/75:hover {
  background-color: rgb(46 16 101 / 0.75);
}

.hover\:bg-violet-950\/80:hover {
  background-color: rgb(46 16 101 / 0.8);
}

.hover\:bg-violet-950\/90:hover {
  background-color: rgb(46 16 101 / 0.9);
}

.hover\:bg-violet-950\/95:hover {
  background-color: rgb(46 16 101 / 0.95);
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:bg-white\/0:hover {
  background-color: rgb(255 255 255 / 0);
}

.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:bg-white\/100:hover {
  background-color: rgb(255 255 255 / 1);
}

.hover\:bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}

.hover\:bg-white\/25:hover {
  background-color: rgb(255 255 255 / 0.25);
}

.hover\:bg-white\/30:hover {
  background-color: rgb(255 255 255 / 0.3);
}

.hover\:bg-white\/40:hover {
  background-color: rgb(255 255 255 / 0.4);
}

.hover\:bg-white\/5:hover {
  background-color: rgb(255 255 255 / 0.05);
}

.hover\:bg-white\/50:hover {
  background-color: rgb(255 255 255 / 0.5);
}

.hover\:bg-white\/60:hover {
  background-color: rgb(255 255 255 / 0.6);
}

.hover\:bg-white\/70:hover {
  background-color: rgb(255 255 255 / 0.7);
}

.hover\:bg-white\/75:hover {
  background-color: rgb(255 255 255 / 0.75);
}

.hover\:bg-white\/80:hover {
  background-color: rgb(255 255 255 / 0.8);
}

.hover\:bg-white\/90:hover {
  background-color: rgb(255 255 255 / 0.9);
}

.hover\:bg-white\/95:hover {
  background-color: rgb(255 255 255 / 0.95);
}

.hover\:bg-work-identity-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(166 235 194 / var(--tw-bg-opacity));
}

.hover\:bg-work-identity-300\/0:hover {
  background-color: rgb(166 235 194 / 0);
}

.hover\:bg-work-identity-300\/10:hover {
  background-color: rgb(166 235 194 / 0.1);
}

.hover\:bg-work-identity-300\/100:hover {
  background-color: rgb(166 235 194 / 1);
}

.hover\:bg-work-identity-300\/20:hover {
  background-color: rgb(166 235 194 / 0.2);
}

.hover\:bg-work-identity-300\/25:hover {
  background-color: rgb(166 235 194 / 0.25);
}

.hover\:bg-work-identity-300\/30:hover {
  background-color: rgb(166 235 194 / 0.3);
}

.hover\:bg-work-identity-300\/40:hover {
  background-color: rgb(166 235 194 / 0.4);
}

.hover\:bg-work-identity-300\/5:hover {
  background-color: rgb(166 235 194 / 0.05);
}

.hover\:bg-work-identity-300\/50:hover {
  background-color: rgb(166 235 194 / 0.5);
}

.hover\:bg-work-identity-300\/60:hover {
  background-color: rgb(166 235 194 / 0.6);
}

.hover\:bg-work-identity-300\/70:hover {
  background-color: rgb(166 235 194 / 0.7);
}

.hover\:bg-work-identity-300\/75:hover {
  background-color: rgb(166 235 194 / 0.75);
}

.hover\:bg-work-identity-300\/80:hover {
  background-color: rgb(166 235 194 / 0.8);
}

.hover\:bg-work-identity-300\/90:hover {
  background-color: rgb(166 235 194 / 0.9);
}

.hover\:bg-work-identity-300\/95:hover {
  background-color: rgb(166 235 194 / 0.95);
}

.hover\:bg-work-identity-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(83 221 139 / var(--tw-bg-opacity));
}

.hover\:bg-work-identity-400\/0:hover {
  background-color: rgb(83 221 139 / 0);
}

.hover\:bg-work-identity-400\/10:hover {
  background-color: rgb(83 221 139 / 0.1);
}

.hover\:bg-work-identity-400\/100:hover {
  background-color: rgb(83 221 139 / 1);
}

.hover\:bg-work-identity-400\/20:hover {
  background-color: rgb(83 221 139 / 0.2);
}

.hover\:bg-work-identity-400\/25:hover {
  background-color: rgb(83 221 139 / 0.25);
}

.hover\:bg-work-identity-400\/30:hover {
  background-color: rgb(83 221 139 / 0.3);
}

.hover\:bg-work-identity-400\/40:hover {
  background-color: rgb(83 221 139 / 0.4);
}

.hover\:bg-work-identity-400\/5:hover {
  background-color: rgb(83 221 139 / 0.05);
}

.hover\:bg-work-identity-400\/50:hover {
  background-color: rgb(83 221 139 / 0.5);
}

.hover\:bg-work-identity-400\/60:hover {
  background-color: rgb(83 221 139 / 0.6);
}

.hover\:bg-work-identity-400\/70:hover {
  background-color: rgb(83 221 139 / 0.7);
}

.hover\:bg-work-identity-400\/75:hover {
  background-color: rgb(83 221 139 / 0.75);
}

.hover\:bg-work-identity-400\/80:hover {
  background-color: rgb(83 221 139 / 0.8);
}

.hover\:bg-work-identity-400\/90:hover {
  background-color: rgb(83 221 139 / 0.9);
}

.hover\:bg-work-identity-400\/95:hover {
  background-color: rgb(83 221 139 / 0.95);
}

.hover\:bg-work-identity-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 208 84 / var(--tw-bg-opacity));
}

.hover\:bg-work-identity-500\/0:hover {
  background-color: rgb(0 208 84 / 0);
}

.hover\:bg-work-identity-500\/10:hover {
  background-color: rgb(0 208 84 / 0.1);
}

.hover\:bg-work-identity-500\/100:hover {
  background-color: rgb(0 208 84 / 1);
}

.hover\:bg-work-identity-500\/20:hover {
  background-color: rgb(0 208 84 / 0.2);
}

.hover\:bg-work-identity-500\/25:hover {
  background-color: rgb(0 208 84 / 0.25);
}

.hover\:bg-work-identity-500\/30:hover {
  background-color: rgb(0 208 84 / 0.3);
}

.hover\:bg-work-identity-500\/40:hover {
  background-color: rgb(0 208 84 / 0.4);
}

.hover\:bg-work-identity-500\/5:hover {
  background-color: rgb(0 208 84 / 0.05);
}

.hover\:bg-work-identity-500\/50:hover {
  background-color: rgb(0 208 84 / 0.5);
}

.hover\:bg-work-identity-500\/60:hover {
  background-color: rgb(0 208 84 / 0.6);
}

.hover\:bg-work-identity-500\/70:hover {
  background-color: rgb(0 208 84 / 0.7);
}

.hover\:bg-work-identity-500\/75:hover {
  background-color: rgb(0 208 84 / 0.75);
}

.hover\:bg-work-identity-500\/80:hover {
  background-color: rgb(0 208 84 / 0.8);
}

.hover\:bg-work-identity-500\/90:hover {
  background-color: rgb(0 208 84 / 0.9);
}

.hover\:bg-work-identity-500\/95:hover {
  background-color: rgb(0 208 84 / 0.95);
}

.hover\:bg-work-identity-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}

.hover\:bg-work-identity-900\/0:hover {
  background-color: rgb(249 249 249 / 0);
}

.hover\:bg-work-identity-900\/10:hover {
  background-color: rgb(249 249 249 / 0.1);
}

.hover\:bg-work-identity-900\/100:hover {
  background-color: rgb(249 249 249 / 1);
}

.hover\:bg-work-identity-900\/20:hover {
  background-color: rgb(249 249 249 / 0.2);
}

.hover\:bg-work-identity-900\/25:hover {
  background-color: rgb(249 249 249 / 0.25);
}

.hover\:bg-work-identity-900\/30:hover {
  background-color: rgb(249 249 249 / 0.3);
}

.hover\:bg-work-identity-900\/40:hover {
  background-color: rgb(249 249 249 / 0.4);
}

.hover\:bg-work-identity-900\/5:hover {
  background-color: rgb(249 249 249 / 0.05);
}

.hover\:bg-work-identity-900\/50:hover {
  background-color: rgb(249 249 249 / 0.5);
}

.hover\:bg-work-identity-900\/60:hover {
  background-color: rgb(249 249 249 / 0.6);
}

.hover\:bg-work-identity-900\/70:hover {
  background-color: rgb(249 249 249 / 0.7);
}

.hover\:bg-work-identity-900\/75:hover {
  background-color: rgb(249 249 249 / 0.75);
}

.hover\:bg-work-identity-900\/80:hover {
  background-color: rgb(249 249 249 / 0.8);
}

.hover\:bg-work-identity-900\/90:hover {
  background-color: rgb(249 249 249 / 0.9);
}

.hover\:bg-work-identity-900\/95:hover {
  background-color: rgb(249 249 249 / 0.95);
}

.hover\:bg-yellow-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}

.hover\:bg-yellow-100\/0:hover {
  background-color: rgb(254 249 195 / 0);
}

.hover\:bg-yellow-100\/10:hover {
  background-color: rgb(254 249 195 / 0.1);
}

.hover\:bg-yellow-100\/100:hover {
  background-color: rgb(254 249 195 / 1);
}

.hover\:bg-yellow-100\/20:hover {
  background-color: rgb(254 249 195 / 0.2);
}

.hover\:bg-yellow-100\/25:hover {
  background-color: rgb(254 249 195 / 0.25);
}

.hover\:bg-yellow-100\/30:hover {
  background-color: rgb(254 249 195 / 0.3);
}

.hover\:bg-yellow-100\/40:hover {
  background-color: rgb(254 249 195 / 0.4);
}

.hover\:bg-yellow-100\/5:hover {
  background-color: rgb(254 249 195 / 0.05);
}

.hover\:bg-yellow-100\/50:hover {
  background-color: rgb(254 249 195 / 0.5);
}

.hover\:bg-yellow-100\/60:hover {
  background-color: rgb(254 249 195 / 0.6);
}

.hover\:bg-yellow-100\/70:hover {
  background-color: rgb(254 249 195 / 0.7);
}

.hover\:bg-yellow-100\/75:hover {
  background-color: rgb(254 249 195 / 0.75);
}

.hover\:bg-yellow-100\/80:hover {
  background-color: rgb(254 249 195 / 0.8);
}

.hover\:bg-yellow-100\/90:hover {
  background-color: rgb(254 249 195 / 0.9);
}

.hover\:bg-yellow-100\/95:hover {
  background-color: rgb(254 249 195 / 0.95);
}

.hover\:bg-yellow-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}

.hover\:bg-yellow-200\/0:hover {
  background-color: rgb(254 240 138 / 0);
}

.hover\:bg-yellow-200\/10:hover {
  background-color: rgb(254 240 138 / 0.1);
}

.hover\:bg-yellow-200\/100:hover {
  background-color: rgb(254 240 138 / 1);
}

.hover\:bg-yellow-200\/20:hover {
  background-color: rgb(254 240 138 / 0.2);
}

.hover\:bg-yellow-200\/25:hover {
  background-color: rgb(254 240 138 / 0.25);
}

.hover\:bg-yellow-200\/30:hover {
  background-color: rgb(254 240 138 / 0.3);
}

.hover\:bg-yellow-200\/40:hover {
  background-color: rgb(254 240 138 / 0.4);
}

.hover\:bg-yellow-200\/5:hover {
  background-color: rgb(254 240 138 / 0.05);
}

.hover\:bg-yellow-200\/50:hover {
  background-color: rgb(254 240 138 / 0.5);
}

.hover\:bg-yellow-200\/60:hover {
  background-color: rgb(254 240 138 / 0.6);
}

.hover\:bg-yellow-200\/70:hover {
  background-color: rgb(254 240 138 / 0.7);
}

.hover\:bg-yellow-200\/75:hover {
  background-color: rgb(254 240 138 / 0.75);
}

.hover\:bg-yellow-200\/80:hover {
  background-color: rgb(254 240 138 / 0.8);
}

.hover\:bg-yellow-200\/90:hover {
  background-color: rgb(254 240 138 / 0.9);
}

.hover\:bg-yellow-200\/95:hover {
  background-color: rgb(254 240 138 / 0.95);
}

.hover\:bg-yellow-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}

.hover\:bg-yellow-300\/0:hover {
  background-color: rgb(253 224 71 / 0);
}

.hover\:bg-yellow-300\/10:hover {
  background-color: rgb(253 224 71 / 0.1);
}

.hover\:bg-yellow-300\/100:hover {
  background-color: rgb(253 224 71 / 1);
}

.hover\:bg-yellow-300\/20:hover {
  background-color: rgb(253 224 71 / 0.2);
}

.hover\:bg-yellow-300\/25:hover {
  background-color: rgb(253 224 71 / 0.25);
}

.hover\:bg-yellow-300\/30:hover {
  background-color: rgb(253 224 71 / 0.3);
}

.hover\:bg-yellow-300\/40:hover {
  background-color: rgb(253 224 71 / 0.4);
}

.hover\:bg-yellow-300\/5:hover {
  background-color: rgb(253 224 71 / 0.05);
}

.hover\:bg-yellow-300\/50:hover {
  background-color: rgb(253 224 71 / 0.5);
}

.hover\:bg-yellow-300\/60:hover {
  background-color: rgb(253 224 71 / 0.6);
}

.hover\:bg-yellow-300\/70:hover {
  background-color: rgb(253 224 71 / 0.7);
}

.hover\:bg-yellow-300\/75:hover {
  background-color: rgb(253 224 71 / 0.75);
}

.hover\:bg-yellow-300\/80:hover {
  background-color: rgb(253 224 71 / 0.8);
}

.hover\:bg-yellow-300\/90:hover {
  background-color: rgb(253 224 71 / 0.9);
}

.hover\:bg-yellow-300\/95:hover {
  background-color: rgb(253 224 71 / 0.95);
}

.hover\:bg-yellow-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}

.hover\:bg-yellow-400\/0:hover {
  background-color: rgb(250 204 21 / 0);
}

.hover\:bg-yellow-400\/10:hover {
  background-color: rgb(250 204 21 / 0.1);
}

.hover\:bg-yellow-400\/100:hover {
  background-color: rgb(250 204 21 / 1);
}

.hover\:bg-yellow-400\/20:hover {
  background-color: rgb(250 204 21 / 0.2);
}

.hover\:bg-yellow-400\/25:hover {
  background-color: rgb(250 204 21 / 0.25);
}

.hover\:bg-yellow-400\/30:hover {
  background-color: rgb(250 204 21 / 0.3);
}

.hover\:bg-yellow-400\/40:hover {
  background-color: rgb(250 204 21 / 0.4);
}

.hover\:bg-yellow-400\/5:hover {
  background-color: rgb(250 204 21 / 0.05);
}

.hover\:bg-yellow-400\/50:hover {
  background-color: rgb(250 204 21 / 0.5);
}

.hover\:bg-yellow-400\/60:hover {
  background-color: rgb(250 204 21 / 0.6);
}

.hover\:bg-yellow-400\/70:hover {
  background-color: rgb(250 204 21 / 0.7);
}

.hover\:bg-yellow-400\/75:hover {
  background-color: rgb(250 204 21 / 0.75);
}

.hover\:bg-yellow-400\/80:hover {
  background-color: rgb(250 204 21 / 0.8);
}

.hover\:bg-yellow-400\/90:hover {
  background-color: rgb(250 204 21 / 0.9);
}

.hover\:bg-yellow-400\/95:hover {
  background-color: rgb(250 204 21 / 0.95);
}

.hover\:bg-yellow-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}

.hover\:bg-yellow-50\/0:hover {
  background-color: rgb(254 252 232 / 0);
}

.hover\:bg-yellow-50\/10:hover {
  background-color: rgb(254 252 232 / 0.1);
}

.hover\:bg-yellow-50\/100:hover {
  background-color: rgb(254 252 232 / 1);
}

.hover\:bg-yellow-50\/20:hover {
  background-color: rgb(254 252 232 / 0.2);
}

.hover\:bg-yellow-50\/25:hover {
  background-color: rgb(254 252 232 / 0.25);
}

.hover\:bg-yellow-50\/30:hover {
  background-color: rgb(254 252 232 / 0.3);
}

.hover\:bg-yellow-50\/40:hover {
  background-color: rgb(254 252 232 / 0.4);
}

.hover\:bg-yellow-50\/5:hover {
  background-color: rgb(254 252 232 / 0.05);
}

.hover\:bg-yellow-50\/50:hover {
  background-color: rgb(254 252 232 / 0.5);
}

.hover\:bg-yellow-50\/60:hover {
  background-color: rgb(254 252 232 / 0.6);
}

.hover\:bg-yellow-50\/70:hover {
  background-color: rgb(254 252 232 / 0.7);
}

.hover\:bg-yellow-50\/75:hover {
  background-color: rgb(254 252 232 / 0.75);
}

.hover\:bg-yellow-50\/80:hover {
  background-color: rgb(254 252 232 / 0.8);
}

.hover\:bg-yellow-50\/90:hover {
  background-color: rgb(254 252 232 / 0.9);
}

.hover\:bg-yellow-50\/95:hover {
  background-color: rgb(254 252 232 / 0.95);
}

.hover\:bg-yellow-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}

.hover\:bg-yellow-500\/0:hover {
  background-color: rgb(234 179 8 / 0);
}

.hover\:bg-yellow-500\/10:hover {
  background-color: rgb(234 179 8 / 0.1);
}

.hover\:bg-yellow-500\/100:hover {
  background-color: rgb(234 179 8 / 1);
}

.hover\:bg-yellow-500\/20:hover {
  background-color: rgb(234 179 8 / 0.2);
}

.hover\:bg-yellow-500\/25:hover {
  background-color: rgb(234 179 8 / 0.25);
}

.hover\:bg-yellow-500\/30:hover {
  background-color: rgb(234 179 8 / 0.3);
}

.hover\:bg-yellow-500\/40:hover {
  background-color: rgb(234 179 8 / 0.4);
}

.hover\:bg-yellow-500\/5:hover {
  background-color: rgb(234 179 8 / 0.05);
}

.hover\:bg-yellow-500\/50:hover {
  background-color: rgb(234 179 8 / 0.5);
}

.hover\:bg-yellow-500\/60:hover {
  background-color: rgb(234 179 8 / 0.6);
}

.hover\:bg-yellow-500\/70:hover {
  background-color: rgb(234 179 8 / 0.7);
}

.hover\:bg-yellow-500\/75:hover {
  background-color: rgb(234 179 8 / 0.75);
}

.hover\:bg-yellow-500\/80:hover {
  background-color: rgb(234 179 8 / 0.8);
}

.hover\:bg-yellow-500\/90:hover {
  background-color: rgb(234 179 8 / 0.9);
}

.hover\:bg-yellow-500\/95:hover {
  background-color: rgb(234 179 8 / 0.95);
}

.hover\:bg-yellow-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}

.hover\:bg-yellow-600\/0:hover {
  background-color: rgb(202 138 4 / 0);
}

.hover\:bg-yellow-600\/10:hover {
  background-color: rgb(202 138 4 / 0.1);
}

.hover\:bg-yellow-600\/100:hover {
  background-color: rgb(202 138 4 / 1);
}

.hover\:bg-yellow-600\/20:hover {
  background-color: rgb(202 138 4 / 0.2);
}

.hover\:bg-yellow-600\/25:hover {
  background-color: rgb(202 138 4 / 0.25);
}

.hover\:bg-yellow-600\/30:hover {
  background-color: rgb(202 138 4 / 0.3);
}

.hover\:bg-yellow-600\/40:hover {
  background-color: rgb(202 138 4 / 0.4);
}

.hover\:bg-yellow-600\/5:hover {
  background-color: rgb(202 138 4 / 0.05);
}

.hover\:bg-yellow-600\/50:hover {
  background-color: rgb(202 138 4 / 0.5);
}

.hover\:bg-yellow-600\/60:hover {
  background-color: rgb(202 138 4 / 0.6);
}

.hover\:bg-yellow-600\/70:hover {
  background-color: rgb(202 138 4 / 0.7);
}

.hover\:bg-yellow-600\/75:hover {
  background-color: rgb(202 138 4 / 0.75);
}

.hover\:bg-yellow-600\/80:hover {
  background-color: rgb(202 138 4 / 0.8);
}

.hover\:bg-yellow-600\/90:hover {
  background-color: rgb(202 138 4 / 0.9);
}

.hover\:bg-yellow-600\/95:hover {
  background-color: rgb(202 138 4 / 0.95);
}

.hover\:bg-yellow-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity));
}

.hover\:bg-yellow-700\/0:hover {
  background-color: rgb(161 98 7 / 0);
}

.hover\:bg-yellow-700\/10:hover {
  background-color: rgb(161 98 7 / 0.1);
}

.hover\:bg-yellow-700\/100:hover {
  background-color: rgb(161 98 7 / 1);
}

.hover\:bg-yellow-700\/20:hover {
  background-color: rgb(161 98 7 / 0.2);
}

.hover\:bg-yellow-700\/25:hover {
  background-color: rgb(161 98 7 / 0.25);
}

.hover\:bg-yellow-700\/30:hover {
  background-color: rgb(161 98 7 / 0.3);
}

.hover\:bg-yellow-700\/40:hover {
  background-color: rgb(161 98 7 / 0.4);
}

.hover\:bg-yellow-700\/5:hover {
  background-color: rgb(161 98 7 / 0.05);
}

.hover\:bg-yellow-700\/50:hover {
  background-color: rgb(161 98 7 / 0.5);
}

.hover\:bg-yellow-700\/60:hover {
  background-color: rgb(161 98 7 / 0.6);
}

.hover\:bg-yellow-700\/70:hover {
  background-color: rgb(161 98 7 / 0.7);
}

.hover\:bg-yellow-700\/75:hover {
  background-color: rgb(161 98 7 / 0.75);
}

.hover\:bg-yellow-700\/80:hover {
  background-color: rgb(161 98 7 / 0.8);
}

.hover\:bg-yellow-700\/90:hover {
  background-color: rgb(161 98 7 / 0.9);
}

.hover\:bg-yellow-700\/95:hover {
  background-color: rgb(161 98 7 / 0.95);
}

.hover\:bg-yellow-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity));
}

.hover\:bg-yellow-800\/0:hover {
  background-color: rgb(133 77 14 / 0);
}

.hover\:bg-yellow-800\/10:hover {
  background-color: rgb(133 77 14 / 0.1);
}

.hover\:bg-yellow-800\/100:hover {
  background-color: rgb(133 77 14 / 1);
}

.hover\:bg-yellow-800\/20:hover {
  background-color: rgb(133 77 14 / 0.2);
}

.hover\:bg-yellow-800\/25:hover {
  background-color: rgb(133 77 14 / 0.25);
}

.hover\:bg-yellow-800\/30:hover {
  background-color: rgb(133 77 14 / 0.3);
}

.hover\:bg-yellow-800\/40:hover {
  background-color: rgb(133 77 14 / 0.4);
}

.hover\:bg-yellow-800\/5:hover {
  background-color: rgb(133 77 14 / 0.05);
}

.hover\:bg-yellow-800\/50:hover {
  background-color: rgb(133 77 14 / 0.5);
}

.hover\:bg-yellow-800\/60:hover {
  background-color: rgb(133 77 14 / 0.6);
}

.hover\:bg-yellow-800\/70:hover {
  background-color: rgb(133 77 14 / 0.7);
}

.hover\:bg-yellow-800\/75:hover {
  background-color: rgb(133 77 14 / 0.75);
}

.hover\:bg-yellow-800\/80:hover {
  background-color: rgb(133 77 14 / 0.8);
}

.hover\:bg-yellow-800\/90:hover {
  background-color: rgb(133 77 14 / 0.9);
}

.hover\:bg-yellow-800\/95:hover {
  background-color: rgb(133 77 14 / 0.95);
}

.hover\:bg-yellow-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity));
}

.hover\:bg-yellow-900\/0:hover {
  background-color: rgb(113 63 18 / 0);
}

.hover\:bg-yellow-900\/10:hover {
  background-color: rgb(113 63 18 / 0.1);
}

.hover\:bg-yellow-900\/100:hover {
  background-color: rgb(113 63 18 / 1);
}

.hover\:bg-yellow-900\/20:hover {
  background-color: rgb(113 63 18 / 0.2);
}

.hover\:bg-yellow-900\/25:hover {
  background-color: rgb(113 63 18 / 0.25);
}

.hover\:bg-yellow-900\/30:hover {
  background-color: rgb(113 63 18 / 0.3);
}

.hover\:bg-yellow-900\/40:hover {
  background-color: rgb(113 63 18 / 0.4);
}

.hover\:bg-yellow-900\/5:hover {
  background-color: rgb(113 63 18 / 0.05);
}

.hover\:bg-yellow-900\/50:hover {
  background-color: rgb(113 63 18 / 0.5);
}

.hover\:bg-yellow-900\/60:hover {
  background-color: rgb(113 63 18 / 0.6);
}

.hover\:bg-yellow-900\/70:hover {
  background-color: rgb(113 63 18 / 0.7);
}

.hover\:bg-yellow-900\/75:hover {
  background-color: rgb(113 63 18 / 0.75);
}

.hover\:bg-yellow-900\/80:hover {
  background-color: rgb(113 63 18 / 0.8);
}

.hover\:bg-yellow-900\/90:hover {
  background-color: rgb(113 63 18 / 0.9);
}

.hover\:bg-yellow-900\/95:hover {
  background-color: rgb(113 63 18 / 0.95);
}

.hover\:bg-yellow-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity));
}

.hover\:bg-yellow-950\/0:hover {
  background-color: rgb(66 32 6 / 0);
}

.hover\:bg-yellow-950\/10:hover {
  background-color: rgb(66 32 6 / 0.1);
}

.hover\:bg-yellow-950\/100:hover {
  background-color: rgb(66 32 6 / 1);
}

.hover\:bg-yellow-950\/20:hover {
  background-color: rgb(66 32 6 / 0.2);
}

.hover\:bg-yellow-950\/25:hover {
  background-color: rgb(66 32 6 / 0.25);
}

.hover\:bg-yellow-950\/30:hover {
  background-color: rgb(66 32 6 / 0.3);
}

.hover\:bg-yellow-950\/40:hover {
  background-color: rgb(66 32 6 / 0.4);
}

.hover\:bg-yellow-950\/5:hover {
  background-color: rgb(66 32 6 / 0.05);
}

.hover\:bg-yellow-950\/50:hover {
  background-color: rgb(66 32 6 / 0.5);
}

.hover\:bg-yellow-950\/60:hover {
  background-color: rgb(66 32 6 / 0.6);
}

.hover\:bg-yellow-950\/70:hover {
  background-color: rgb(66 32 6 / 0.7);
}

.hover\:bg-yellow-950\/75:hover {
  background-color: rgb(66 32 6 / 0.75);
}

.hover\:bg-yellow-950\/80:hover {
  background-color: rgb(66 32 6 / 0.8);
}

.hover\:bg-yellow-950\/90:hover {
  background-color: rgb(66 32 6 / 0.9);
}

.hover\:bg-yellow-950\/95:hover {
  background-color: rgb(66 32 6 / 0.95);
}

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

.hover\:bg-zinc-100\/0:hover {
  background-color: rgb(244 244 245 / 0);
}

.hover\:bg-zinc-100\/10:hover {
  background-color: rgb(244 244 245 / 0.1);
}

.hover\:bg-zinc-100\/100:hover {
  background-color: rgb(244 244 245 / 1);
}

.hover\:bg-zinc-100\/20:hover {
  background-color: rgb(244 244 245 / 0.2);
}

.hover\:bg-zinc-100\/25:hover {
  background-color: rgb(244 244 245 / 0.25);
}

.hover\:bg-zinc-100\/30:hover {
  background-color: rgb(244 244 245 / 0.3);
}

.hover\:bg-zinc-100\/40:hover {
  background-color: rgb(244 244 245 / 0.4);
}

.hover\:bg-zinc-100\/5:hover {
  background-color: rgb(244 244 245 / 0.05);
}

.hover\:bg-zinc-100\/50:hover {
  background-color: rgb(244 244 245 / 0.5);
}

.hover\:bg-zinc-100\/60:hover {
  background-color: rgb(244 244 245 / 0.6);
}

.hover\:bg-zinc-100\/70:hover {
  background-color: rgb(244 244 245 / 0.7);
}

.hover\:bg-zinc-100\/75:hover {
  background-color: rgb(244 244 245 / 0.75);
}

.hover\:bg-zinc-100\/80:hover {
  background-color: rgb(244 244 245 / 0.8);
}

.hover\:bg-zinc-100\/90:hover {
  background-color: rgb(244 244 245 / 0.9);
}

.hover\:bg-zinc-100\/95:hover {
  background-color: rgb(244 244 245 / 0.95);
}

.hover\:bg-zinc-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}

.hover\:bg-zinc-200\/0:hover {
  background-color: rgb(228 228 231 / 0);
}

.hover\:bg-zinc-200\/10:hover {
  background-color: rgb(228 228 231 / 0.1);
}

.hover\:bg-zinc-200\/100:hover {
  background-color: rgb(228 228 231 / 1);
}

.hover\:bg-zinc-200\/20:hover {
  background-color: rgb(228 228 231 / 0.2);
}

.hover\:bg-zinc-200\/25:hover {
  background-color: rgb(228 228 231 / 0.25);
}

.hover\:bg-zinc-200\/30:hover {
  background-color: rgb(228 228 231 / 0.3);
}

.hover\:bg-zinc-200\/40:hover {
  background-color: rgb(228 228 231 / 0.4);
}

.hover\:bg-zinc-200\/5:hover {
  background-color: rgb(228 228 231 / 0.05);
}

.hover\:bg-zinc-200\/50:hover {
  background-color: rgb(228 228 231 / 0.5);
}

.hover\:bg-zinc-200\/60:hover {
  background-color: rgb(228 228 231 / 0.6);
}

.hover\:bg-zinc-200\/70:hover {
  background-color: rgb(228 228 231 / 0.7);
}

.hover\:bg-zinc-200\/75:hover {
  background-color: rgb(228 228 231 / 0.75);
}

.hover\:bg-zinc-200\/80:hover {
  background-color: rgb(228 228 231 / 0.8);
}

.hover\:bg-zinc-200\/90:hover {
  background-color: rgb(228 228 231 / 0.9);
}

.hover\:bg-zinc-200\/95:hover {
  background-color: rgb(228 228 231 / 0.95);
}

.hover\:bg-zinc-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity));
}

.hover\:bg-zinc-300\/0:hover {
  background-color: rgb(212 212 216 / 0);
}

.hover\:bg-zinc-300\/10:hover {
  background-color: rgb(212 212 216 / 0.1);
}

.hover\:bg-zinc-300\/100:hover {
  background-color: rgb(212 212 216 / 1);
}

.hover\:bg-zinc-300\/20:hover {
  background-color: rgb(212 212 216 / 0.2);
}

.hover\:bg-zinc-300\/25:hover {
  background-color: rgb(212 212 216 / 0.25);
}

.hover\:bg-zinc-300\/30:hover {
  background-color: rgb(212 212 216 / 0.3);
}

.hover\:bg-zinc-300\/40:hover {
  background-color: rgb(212 212 216 / 0.4);
}

.hover\:bg-zinc-300\/5:hover {
  background-color: rgb(212 212 216 / 0.05);
}

.hover\:bg-zinc-300\/50:hover {
  background-color: rgb(212 212 216 / 0.5);
}

.hover\:bg-zinc-300\/60:hover {
  background-color: rgb(212 212 216 / 0.6);
}

.hover\:bg-zinc-300\/70:hover {
  background-color: rgb(212 212 216 / 0.7);
}

.hover\:bg-zinc-300\/75:hover {
  background-color: rgb(212 212 216 / 0.75);
}

.hover\:bg-zinc-300\/80:hover {
  background-color: rgb(212 212 216 / 0.8);
}

.hover\:bg-zinc-300\/90:hover {
  background-color: rgb(212 212 216 / 0.9);
}

.hover\:bg-zinc-300\/95:hover {
  background-color: rgb(212 212 216 / 0.95);
}

.hover\:bg-zinc-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity));
}

.hover\:bg-zinc-400\/0:hover {
  background-color: rgb(161 161 170 / 0);
}

.hover\:bg-zinc-400\/10:hover {
  background-color: rgb(161 161 170 / 0.1);
}

.hover\:bg-zinc-400\/100:hover {
  background-color: rgb(161 161 170 / 1);
}

.hover\:bg-zinc-400\/20:hover {
  background-color: rgb(161 161 170 / 0.2);
}

.hover\:bg-zinc-400\/25:hover {
  background-color: rgb(161 161 170 / 0.25);
}

.hover\:bg-zinc-400\/30:hover {
  background-color: rgb(161 161 170 / 0.3);
}

.hover\:bg-zinc-400\/40:hover {
  background-color: rgb(161 161 170 / 0.4);
}

.hover\:bg-zinc-400\/5:hover {
  background-color: rgb(161 161 170 / 0.05);
}

.hover\:bg-zinc-400\/50:hover {
  background-color: rgb(161 161 170 / 0.5);
}

.hover\:bg-zinc-400\/60:hover {
  background-color: rgb(161 161 170 / 0.6);
}

.hover\:bg-zinc-400\/70:hover {
  background-color: rgb(161 161 170 / 0.7);
}

.hover\:bg-zinc-400\/75:hover {
  background-color: rgb(161 161 170 / 0.75);
}

.hover\:bg-zinc-400\/80:hover {
  background-color: rgb(161 161 170 / 0.8);
}

.hover\:bg-zinc-400\/90:hover {
  background-color: rgb(161 161 170 / 0.9);
}

.hover\:bg-zinc-400\/95:hover {
  background-color: rgb(161 161 170 / 0.95);
}

.hover\:bg-zinc-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.hover\:bg-zinc-50\/0:hover {
  background-color: rgb(250 250 250 / 0);
}

.hover\:bg-zinc-50\/10:hover {
  background-color: rgb(250 250 250 / 0.1);
}

.hover\:bg-zinc-50\/100:hover {
  background-color: rgb(250 250 250 / 1);
}

.hover\:bg-zinc-50\/20:hover {
  background-color: rgb(250 250 250 / 0.2);
}

.hover\:bg-zinc-50\/25:hover {
  background-color: rgb(250 250 250 / 0.25);
}

.hover\:bg-zinc-50\/30:hover {
  background-color: rgb(250 250 250 / 0.3);
}

.hover\:bg-zinc-50\/40:hover {
  background-color: rgb(250 250 250 / 0.4);
}

.hover\:bg-zinc-50\/5:hover {
  background-color: rgb(250 250 250 / 0.05);
}

.hover\:bg-zinc-50\/50:hover {
  background-color: rgb(250 250 250 / 0.5);
}

.hover\:bg-zinc-50\/60:hover {
  background-color: rgb(250 250 250 / 0.6);
}

.hover\:bg-zinc-50\/70:hover {
  background-color: rgb(250 250 250 / 0.7);
}

.hover\:bg-zinc-50\/75:hover {
  background-color: rgb(250 250 250 / 0.75);
}

.hover\:bg-zinc-50\/80:hover {
  background-color: rgb(250 250 250 / 0.8);
}

.hover\:bg-zinc-50\/90:hover {
  background-color: rgb(250 250 250 / 0.9);
}

.hover\:bg-zinc-50\/95:hover {
  background-color: rgb(250 250 250 / 0.95);
}

.hover\:bg-zinc-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity));
}

.hover\:bg-zinc-500\/0:hover {
  background-color: rgb(113 113 122 / 0);
}

.hover\:bg-zinc-500\/10:hover {
  background-color: rgb(113 113 122 / 0.1);
}

.hover\:bg-zinc-500\/100:hover {
  background-color: rgb(113 113 122 / 1);
}

.hover\:bg-zinc-500\/20:hover {
  background-color: rgb(113 113 122 / 0.2);
}

.hover\:bg-zinc-500\/25:hover {
  background-color: rgb(113 113 122 / 0.25);
}

.hover\:bg-zinc-500\/30:hover {
  background-color: rgb(113 113 122 / 0.3);
}

.hover\:bg-zinc-500\/40:hover {
  background-color: rgb(113 113 122 / 0.4);
}

.hover\:bg-zinc-500\/5:hover {
  background-color: rgb(113 113 122 / 0.05);
}

.hover\:bg-zinc-500\/50:hover {
  background-color: rgb(113 113 122 / 0.5);
}

.hover\:bg-zinc-500\/60:hover {
  background-color: rgb(113 113 122 / 0.6);
}

.hover\:bg-zinc-500\/70:hover {
  background-color: rgb(113 113 122 / 0.7);
}

.hover\:bg-zinc-500\/75:hover {
  background-color: rgb(113 113 122 / 0.75);
}

.hover\:bg-zinc-500\/80:hover {
  background-color: rgb(113 113 122 / 0.8);
}

.hover\:bg-zinc-500\/90:hover {
  background-color: rgb(113 113 122 / 0.9);
}

.hover\:bg-zinc-500\/95:hover {
  background-color: rgb(113 113 122 / 0.95);
}

.hover\:bg-zinc-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity));
}

.hover\:bg-zinc-600\/0:hover {
  background-color: rgb(82 82 91 / 0);
}

.hover\:bg-zinc-600\/10:hover {
  background-color: rgb(82 82 91 / 0.1);
}

.hover\:bg-zinc-600\/100:hover {
  background-color: rgb(82 82 91 / 1);
}

.hover\:bg-zinc-600\/20:hover {
  background-color: rgb(82 82 91 / 0.2);
}

.hover\:bg-zinc-600\/25:hover {
  background-color: rgb(82 82 91 / 0.25);
}

.hover\:bg-zinc-600\/30:hover {
  background-color: rgb(82 82 91 / 0.3);
}

.hover\:bg-zinc-600\/40:hover {
  background-color: rgb(82 82 91 / 0.4);
}

.hover\:bg-zinc-600\/5:hover {
  background-color: rgb(82 82 91 / 0.05);
}

.hover\:bg-zinc-600\/50:hover {
  background-color: rgb(82 82 91 / 0.5);
}

.hover\:bg-zinc-600\/60:hover {
  background-color: rgb(82 82 91 / 0.6);
}

.hover\:bg-zinc-600\/70:hover {
  background-color: rgb(82 82 91 / 0.7);
}

.hover\:bg-zinc-600\/75:hover {
  background-color: rgb(82 82 91 / 0.75);
}

.hover\:bg-zinc-600\/80:hover {
  background-color: rgb(82 82 91 / 0.8);
}

.hover\:bg-zinc-600\/90:hover {
  background-color: rgb(82 82 91 / 0.9);
}

.hover\:bg-zinc-600\/95:hover {
  background-color: rgb(82 82 91 / 0.95);
}

.hover\:bg-zinc-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}

.hover\:bg-zinc-700\/0:hover {
  background-color: rgb(63 63 70 / 0);
}

.hover\:bg-zinc-700\/10:hover {
  background-color: rgb(63 63 70 / 0.1);
}

.hover\:bg-zinc-700\/100:hover {
  background-color: rgb(63 63 70 / 1);
}

.hover\:bg-zinc-700\/20:hover {
  background-color: rgb(63 63 70 / 0.2);
}

.hover\:bg-zinc-700\/25:hover {
  background-color: rgb(63 63 70 / 0.25);
}

.hover\:bg-zinc-700\/30:hover {
  background-color: rgb(63 63 70 / 0.3);
}

.hover\:bg-zinc-700\/40:hover {
  background-color: rgb(63 63 70 / 0.4);
}

.hover\:bg-zinc-700\/5:hover {
  background-color: rgb(63 63 70 / 0.05);
}

.hover\:bg-zinc-700\/50:hover {
  background-color: rgb(63 63 70 / 0.5);
}

.hover\:bg-zinc-700\/60:hover {
  background-color: rgb(63 63 70 / 0.6);
}

.hover\:bg-zinc-700\/70:hover {
  background-color: rgb(63 63 70 / 0.7);
}

.hover\:bg-zinc-700\/75:hover {
  background-color: rgb(63 63 70 / 0.75);
}

.hover\:bg-zinc-700\/80:hover {
  background-color: rgb(63 63 70 / 0.8);
}

.hover\:bg-zinc-700\/90:hover {
  background-color: rgb(63 63 70 / 0.9);
}

.hover\:bg-zinc-700\/95:hover {
  background-color: rgb(63 63 70 / 0.95);
}

.hover\:bg-zinc-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}

.hover\:bg-zinc-800\/0:hover {
  background-color: rgb(39 39 42 / 0);
}

.hover\:bg-zinc-800\/10:hover {
  background-color: rgb(39 39 42 / 0.1);
}

.hover\:bg-zinc-800\/100:hover {
  background-color: rgb(39 39 42 / 1);
}

.hover\:bg-zinc-800\/20:hover {
  background-color: rgb(39 39 42 / 0.2);
}

.hover\:bg-zinc-800\/25:hover {
  background-color: rgb(39 39 42 / 0.25);
}

.hover\:bg-zinc-800\/30:hover {
  background-color: rgb(39 39 42 / 0.3);
}

.hover\:bg-zinc-800\/40:hover {
  background-color: rgb(39 39 42 / 0.4);
}

.hover\:bg-zinc-800\/5:hover {
  background-color: rgb(39 39 42 / 0.05);
}

.hover\:bg-zinc-800\/50:hover {
  background-color: rgb(39 39 42 / 0.5);
}

.hover\:bg-zinc-800\/60:hover {
  background-color: rgb(39 39 42 / 0.6);
}

.hover\:bg-zinc-800\/70:hover {
  background-color: rgb(39 39 42 / 0.7);
}

.hover\:bg-zinc-800\/75:hover {
  background-color: rgb(39 39 42 / 0.75);
}

.hover\:bg-zinc-800\/80:hover {
  background-color: rgb(39 39 42 / 0.8);
}

.hover\:bg-zinc-800\/90:hover {
  background-color: rgb(39 39 42 / 0.9);
}

.hover\:bg-zinc-800\/95:hover {
  background-color: rgb(39 39 42 / 0.95);
}

.hover\:bg-zinc-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}

.hover\:bg-zinc-900\/0:hover {
  background-color: rgb(24 24 27 / 0);
}

.hover\:bg-zinc-900\/10:hover {
  background-color: rgb(24 24 27 / 0.1);
}

.hover\:bg-zinc-900\/100:hover {
  background-color: rgb(24 24 27 / 1);
}

.hover\:bg-zinc-900\/20:hover {
  background-color: rgb(24 24 27 / 0.2);
}

.hover\:bg-zinc-900\/25:hover {
  background-color: rgb(24 24 27 / 0.25);
}

.hover\:bg-zinc-900\/30:hover {
  background-color: rgb(24 24 27 / 0.3);
}

.hover\:bg-zinc-900\/40:hover {
  background-color: rgb(24 24 27 / 0.4);
}

.hover\:bg-zinc-900\/5:hover {
  background-color: rgb(24 24 27 / 0.05);
}

.hover\:bg-zinc-900\/50:hover {
  background-color: rgb(24 24 27 / 0.5);
}

.hover\:bg-zinc-900\/60:hover {
  background-color: rgb(24 24 27 / 0.6);
}

.hover\:bg-zinc-900\/70:hover {
  background-color: rgb(24 24 27 / 0.7);
}

.hover\:bg-zinc-900\/75:hover {
  background-color: rgb(24 24 27 / 0.75);
}

.hover\:bg-zinc-900\/80:hover {
  background-color: rgb(24 24 27 / 0.8);
}

.hover\:bg-zinc-900\/90:hover {
  background-color: rgb(24 24 27 / 0.9);
}

.hover\:bg-zinc-900\/95:hover {
  background-color: rgb(24 24 27 / 0.95);
}

.hover\:bg-zinc-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity));
}

.hover\:bg-zinc-950\/0:hover {
  background-color: rgb(9 9 11 / 0);
}

.hover\:bg-zinc-950\/10:hover {
  background-color: rgb(9 9 11 / 0.1);
}

.hover\:bg-zinc-950\/100:hover {
  background-color: rgb(9 9 11 / 1);
}

.hover\:bg-zinc-950\/20:hover {
  background-color: rgb(9 9 11 / 0.2);
}

.hover\:bg-zinc-950\/25:hover {
  background-color: rgb(9 9 11 / 0.25);
}

.hover\:bg-zinc-950\/30:hover {
  background-color: rgb(9 9 11 / 0.3);
}

.hover\:bg-zinc-950\/40:hover {
  background-color: rgb(9 9 11 / 0.4);
}

.hover\:bg-zinc-950\/5:hover {
  background-color: rgb(9 9 11 / 0.05);
}

.hover\:bg-zinc-950\/50:hover {
  background-color: rgb(9 9 11 / 0.5);
}

.hover\:bg-zinc-950\/60:hover {
  background-color: rgb(9 9 11 / 0.6);
}

.hover\:bg-zinc-950\/70:hover {
  background-color: rgb(9 9 11 / 0.7);
}

.hover\:bg-zinc-950\/75:hover {
  background-color: rgb(9 9 11 / 0.75);
}

.hover\:bg-zinc-950\/80:hover {
  background-color: rgb(9 9 11 / 0.8);
}

.hover\:bg-zinc-950\/90:hover {
  background-color: rgb(9 9 11 / 0.9);
}

.hover\:bg-zinc-950\/95:hover {
  background-color: rgb(9 9 11 / 0.95);
}

.hover\:bg-opacity-0:hover {
  --tw-bg-opacity: 0;
}

.hover\:bg-opacity-10:hover {
  --tw-bg-opacity: 0.1;
}

.hover\:bg-opacity-100:hover {
  --tw-bg-opacity: 1;
}

.hover\:bg-opacity-20:hover {
  --tw-bg-opacity: 0.2;
}

.hover\:bg-opacity-25:hover {
  --tw-bg-opacity: 0.25;
}

.hover\:bg-opacity-30:hover {
  --tw-bg-opacity: 0.3;
}

.hover\:bg-opacity-40:hover {
  --tw-bg-opacity: 0.4;
}

.hover\:bg-opacity-5:hover {
  --tw-bg-opacity: 0.05;
}

.hover\:bg-opacity-50:hover {
  --tw-bg-opacity: 0.5;
}

.hover\:bg-opacity-60:hover {
  --tw-bg-opacity: 0.6;
}

.hover\:bg-opacity-70:hover {
  --tw-bg-opacity: 0.7;
}

.hover\:bg-opacity-75:hover {
  --tw-bg-opacity: 0.75;
}

.hover\:bg-opacity-80:hover {
  --tw-bg-opacity: 0.8;
}

.hover\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9;
}

.hover\:bg-opacity-95:hover {
  --tw-bg-opacity: 0.95;
}

.hover\:bg-gradient-to-b:hover {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.hover\:bg-gradient-to-bl:hover {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

.hover\:bg-gradient-to-br:hover {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.hover\:bg-gradient-to-l:hover {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.hover\:bg-gradient-to-r:hover {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.hover\:bg-gradient-to-t:hover {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.hover\:bg-gradient-to-tl:hover {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

.hover\:bg-gradient-to-tr:hover {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.hover\:bg-none:hover {
  background-image: none;
}

.hover\:bg-auto:hover {
  background-size: auto;
}

.hover\:bg-contain:hover {
  background-size: contain;
}

.hover\:bg-cover:hover {
  background-size: cover;
}

.hover\:bg-fixed:hover {
  background-attachment: fixed;
}

.hover\:bg-local:hover {
  background-attachment: local;
}

.hover\:bg-scroll:hover {
  background-attachment: scroll;
}

.hover\:bg-clip-border:hover {
  background-clip: border-box;
}

.hover\:bg-clip-padding:hover {
  background-clip: padding-box;
}

.hover\:bg-clip-content:hover {
  background-clip: content-box;
}

.hover\:bg-clip-text:hover {
  -webkit-background-clip: text;
          background-clip: text;
}

.hover\:bg-bottom:hover {
  background-position: bottom;
}

.hover\:bg-center:hover {
  background-position: center;
}

.hover\:bg-left:hover {
  background-position: left;
}

.hover\:bg-left-bottom:hover {
  background-position: left bottom;
}

.hover\:bg-left-top:hover {
  background-position: left top;
}

.hover\:bg-right:hover {
  background-position: right;
}

.hover\:bg-right-bottom:hover {
  background-position: right bottom;
}

.hover\:bg-right-top:hover {
  background-position: right top;
}

.hover\:bg-top:hover {
  background-position: top;
}

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

.hover\:bg-no-repeat:hover {
  background-repeat: no-repeat;
}

.hover\:bg-repeat-x:hover {
  background-repeat: repeat-x;
}

.hover\:bg-repeat-y:hover {
  background-repeat: repeat-y;
}

.hover\:bg-repeat-round:hover {
  background-repeat: round;
}

.hover\:bg-repeat-space:hover {
  background-repeat: space;
}

.hover\:bg-origin-border:hover {
  background-origin: border-box;
}

.hover\:bg-origin-padding:hover {
  background-origin: padding-box;
}

.hover\:bg-origin-content:hover {
  background-origin: content-box;
}

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

.hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.hover\:text-blue-900:hover {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}

.hover\:text-brand-500:hover {
  --tw-text-opacity: 1;
  color: rgb(6 93 169 / var(--tw-text-opacity));
}

.hover\:text-brand-600:hover {
  --tw-text-opacity: 1;
  color: rgb(5 84 152 / var(--tw-text-opacity));
}

.hover\:text-cyan-900:hover {
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
}

.hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.hover\:text-indigo-500:hover {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}

.hover\:text-indigo-900:hover {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity));
}

.hover\:text-purple-400:hover {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity));
}

.hover\:text-purple-500:hover {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity));
}

.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.hover\:text-red-900:hover {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}

.hover\:text-slate-900:hover {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}

.hover\:text-violet-900:hover {
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:text-yellow-600:hover {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}

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

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

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:bg-blend-normal:hover {
  background-blend-mode: normal;
}

.hover\:bg-blend-multiply:hover {
  background-blend-mode: multiply;
}

.hover\:bg-blend-screen:hover {
  background-blend-mode: screen;
}

.hover\:bg-blend-overlay:hover {
  background-blend-mode: overlay;
}

.hover\:bg-blend-darken:hover {
  background-blend-mode: darken;
}

.hover\:bg-blend-lighten:hover {
  background-blend-mode: lighten;
}

.hover\:bg-blend-color-dodge:hover {
  background-blend-mode: color-dodge;
}

.hover\:bg-blend-color-burn:hover {
  background-blend-mode: color-burn;
}

.hover\:bg-blend-hard-light:hover {
  background-blend-mode: hard-light;
}

.hover\:bg-blend-soft-light:hover {
  background-blend-mode: soft-light;
}

.hover\:bg-blend-difference:hover {
  background-blend-mode: difference;
}

.hover\:bg-blend-exclusion:hover {
  background-blend-mode: exclusion;
}

.hover\:bg-blend-hue:hover {
  background-blend-mode: hue;
}

.hover\:bg-blend-saturation:hover {
  background-blend-mode: saturation;
}

.hover\:bg-blend-color:hover {
  background-blend-mode: color;
}

.hover\:bg-blend-luminosity:hover {
  background-blend-mode: luminosity;
}

.hover\:shadow:hover {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-lg:hover {
  --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);
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-sm:hover {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:bg-gradient-bse:hover {
    background-image: linear-gradient(to right, config("colors.blue"), config("colors.purple"));
  }

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

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

.focus\:border-collapse:focus {
  border-collapse: collapse;
}

.focus\:border-separate:focus {
  border-collapse: separate;
}

.focus\:border-spacing-0:focus {
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-0\.5:focus {
  --tw-border-spacing-x: 0.125rem;
  --tw-border-spacing-y: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-1:focus {
  --tw-border-spacing-x: 0.25rem;
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-1\.5:focus {
  --tw-border-spacing-x: 0.375rem;
  --tw-border-spacing-y: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-10:focus {
  --tw-border-spacing-x: 2.5rem;
  --tw-border-spacing-y: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-11:focus {
  --tw-border-spacing-x: 2.75rem;
  --tw-border-spacing-y: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-12:focus {
  --tw-border-spacing-x: 3rem;
  --tw-border-spacing-y: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-14:focus {
  --tw-border-spacing-x: 3.5rem;
  --tw-border-spacing-y: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-16:focus {
  --tw-border-spacing-x: 4rem;
  --tw-border-spacing-y: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-2:focus {
  --tw-border-spacing-x: 0.5rem;
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-2\.5:focus {
  --tw-border-spacing-x: 0.625rem;
  --tw-border-spacing-y: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-20:focus {
  --tw-border-spacing-x: 5rem;
  --tw-border-spacing-y: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-24:focus {
  --tw-border-spacing-x: 6rem;
  --tw-border-spacing-y: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-28:focus {
  --tw-border-spacing-x: 7rem;
  --tw-border-spacing-y: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-3:focus {
  --tw-border-spacing-x: 0.75rem;
  --tw-border-spacing-y: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-3\.5:focus {
  --tw-border-spacing-x: 0.875rem;
  --tw-border-spacing-y: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-32:focus {
  --tw-border-spacing-x: 8rem;
  --tw-border-spacing-y: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-36:focus {
  --tw-border-spacing-x: 9rem;
  --tw-border-spacing-y: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-4:focus {
  --tw-border-spacing-x: 1rem;
  --tw-border-spacing-y: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-40:focus {
  --tw-border-spacing-x: 10rem;
  --tw-border-spacing-y: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-44:focus {
  --tw-border-spacing-x: 11rem;
  --tw-border-spacing-y: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-48:focus {
  --tw-border-spacing-x: 12rem;
  --tw-border-spacing-y: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-5:focus {
  --tw-border-spacing-x: 1.25rem;
  --tw-border-spacing-y: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-52:focus {
  --tw-border-spacing-x: 13rem;
  --tw-border-spacing-y: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-56:focus {
  --tw-border-spacing-x: 14rem;
  --tw-border-spacing-y: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-6:focus {
  --tw-border-spacing-x: 1.5rem;
  --tw-border-spacing-y: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-60:focus {
  --tw-border-spacing-x: 15rem;
  --tw-border-spacing-y: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-64:focus {
  --tw-border-spacing-x: 16rem;
  --tw-border-spacing-y: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-7:focus {
  --tw-border-spacing-x: 1.75rem;
  --tw-border-spacing-y: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-72:focus {
  --tw-border-spacing-x: 18rem;
  --tw-border-spacing-y: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-8:focus {
  --tw-border-spacing-x: 2rem;
  --tw-border-spacing-y: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-80:focus {
  --tw-border-spacing-x: 20rem;
  --tw-border-spacing-y: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-9:focus {
  --tw-border-spacing-x: 2.25rem;
  --tw-border-spacing-y: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-96:focus {
  --tw-border-spacing-x: 24rem;
  --tw-border-spacing-y: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-px:focus {
  --tw-border-spacing-x: 1px;
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-0:focus {
  --tw-border-spacing-x: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-0\.5:focus {
  --tw-border-spacing-x: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-1:focus {
  --tw-border-spacing-x: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-1\.5:focus {
  --tw-border-spacing-x: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-10:focus {
  --tw-border-spacing-x: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-11:focus {
  --tw-border-spacing-x: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-12:focus {
  --tw-border-spacing-x: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-14:focus {
  --tw-border-spacing-x: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-16:focus {
  --tw-border-spacing-x: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-2:focus {
  --tw-border-spacing-x: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-2\.5:focus {
  --tw-border-spacing-x: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-20:focus {
  --tw-border-spacing-x: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-24:focus {
  --tw-border-spacing-x: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-28:focus {
  --tw-border-spacing-x: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-3:focus {
  --tw-border-spacing-x: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-3\.5:focus {
  --tw-border-spacing-x: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-32:focus {
  --tw-border-spacing-x: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-36:focus {
  --tw-border-spacing-x: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-4:focus {
  --tw-border-spacing-x: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-40:focus {
  --tw-border-spacing-x: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-44:focus {
  --tw-border-spacing-x: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-48:focus {
  --tw-border-spacing-x: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-5:focus {
  --tw-border-spacing-x: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-52:focus {
  --tw-border-spacing-x: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-56:focus {
  --tw-border-spacing-x: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-6:focus {
  --tw-border-spacing-x: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-60:focus {
  --tw-border-spacing-x: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-64:focus {
  --tw-border-spacing-x: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-7:focus {
  --tw-border-spacing-x: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-72:focus {
  --tw-border-spacing-x: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-8:focus {
  --tw-border-spacing-x: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-80:focus {
  --tw-border-spacing-x: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-9:focus {
  --tw-border-spacing-x: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-96:focus {
  --tw-border-spacing-x: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-px:focus {
  --tw-border-spacing-x: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-0:focus {
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-0\.5:focus {
  --tw-border-spacing-y: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-1:focus {
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-1\.5:focus {
  --tw-border-spacing-y: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-10:focus {
  --tw-border-spacing-y: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-11:focus {
  --tw-border-spacing-y: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-12:focus {
  --tw-border-spacing-y: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-14:focus {
  --tw-border-spacing-y: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-16:focus {
  --tw-border-spacing-y: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-2:focus {
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-2\.5:focus {
  --tw-border-spacing-y: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-20:focus {
  --tw-border-spacing-y: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-24:focus {
  --tw-border-spacing-y: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-28:focus {
  --tw-border-spacing-y: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-3:focus {
  --tw-border-spacing-y: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-3\.5:focus {
  --tw-border-spacing-y: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-32:focus {
  --tw-border-spacing-y: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-36:focus {
  --tw-border-spacing-y: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-4:focus {
  --tw-border-spacing-y: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-40:focus {
  --tw-border-spacing-y: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-44:focus {
  --tw-border-spacing-y: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-48:focus {
  --tw-border-spacing-y: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-5:focus {
  --tw-border-spacing-y: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-52:focus {
  --tw-border-spacing-y: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-56:focus {
  --tw-border-spacing-y: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-6:focus {
  --tw-border-spacing-y: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-60:focus {
  --tw-border-spacing-y: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-64:focus {
  --tw-border-spacing-y: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-7:focus {
  --tw-border-spacing-y: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-72:focus {
  --tw-border-spacing-y: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-8:focus {
  --tw-border-spacing-y: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-80:focus {
  --tw-border-spacing-y: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-9:focus {
  --tw-border-spacing-y: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-96:focus {
  --tw-border-spacing-y: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-px:focus {
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border:focus {
  border-width: 1px;
}

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

.focus\:border-2:focus {
  border-width: 2px;
}

.focus\:border-4:focus {
  border-width: 4px;
}

.focus\:border-8:focus {
  border-width: 8px;
}

.focus\:border-x:focus {
  border-left-width: 1px;
  border-right-width: 1px;
}

.focus\:border-x-0:focus {
  border-left-width: 0px;
  border-right-width: 0px;
}

.focus\:border-x-2:focus {
  border-left-width: 2px;
  border-right-width: 2px;
}

.focus\:border-x-4:focus {
  border-left-width: 4px;
  border-right-width: 4px;
}

.focus\:border-x-8:focus {
  border-left-width: 8px;
  border-right-width: 8px;
}

.focus\:border-y:focus {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.focus\:border-y-0:focus {
  border-top-width: 0px;
  border-bottom-width: 0px;
}

.focus\:border-y-2:focus {
  border-top-width: 2px;
  border-bottom-width: 2px;
}

.focus\:border-y-4:focus {
  border-top-width: 4px;
  border-bottom-width: 4px;
}

.focus\:border-y-8:focus {
  border-top-width: 8px;
  border-bottom-width: 8px;
}

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

.focus\:border-b-0:focus {
  border-bottom-width: 0px;
}

.focus\:border-b-2:focus {
  border-bottom-width: 2px;
}

.focus\:border-b-4:focus {
  border-bottom-width: 4px;
}

.focus\:border-b-8:focus {
  border-bottom-width: 8px;
}

.focus\:border-e:focus {
  border-inline-end-width: 1px;
}

.focus\:border-e-0:focus {
  border-inline-end-width: 0px;
}

.focus\:border-e-2:focus {
  border-inline-end-width: 2px;
}

.focus\:border-e-4:focus {
  border-inline-end-width: 4px;
}

.focus\:border-e-8:focus {
  border-inline-end-width: 8px;
}

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

.focus\:border-l-0:focus {
  border-left-width: 0px;
}

.focus\:border-l-2:focus {
  border-left-width: 2px;
}

.focus\:border-l-4:focus {
  border-left-width: 4px;
}

.focus\:border-l-8:focus {
  border-left-width: 8px;
}

.focus\:border-r:focus {
  border-right-width: 1px;
}

.focus\:border-r-0:focus {
  border-right-width: 0px;
}

.focus\:border-r-2:focus {
  border-right-width: 2px;
}

.focus\:border-r-4:focus {
  border-right-width: 4px;
}

.focus\:border-r-8:focus {
  border-right-width: 8px;
}

.focus\:border-s:focus {
  border-inline-start-width: 1px;
}

.focus\:border-s-0:focus {
  border-inline-start-width: 0px;
}

.focus\:border-s-2:focus {
  border-inline-start-width: 2px;
}

.focus\:border-s-4:focus {
  border-inline-start-width: 4px;
}

.focus\:border-s-8:focus {
  border-inline-start-width: 8px;
}

.focus\:border-t:focus {
  border-top-width: 1px;
}

.focus\:border-t-0:focus {
  border-top-width: 0px;
}

.focus\:border-t-2:focus {
  border-top-width: 2px;
}

.focus\:border-t-4:focus {
  border-top-width: 4px;
}

.focus\:border-t-8:focus {
  border-top-width: 8px;
}

.focus\:border-solid:focus {
  border-style: solid;
}

.focus\:border-dashed:focus {
  border-style: dashed;
}

.focus\:border-dotted:focus {
  border-style: dotted;
}

.focus\:border-double:focus {
  border-style: double;
}

.focus\:border-hidden:focus {
  border-style: hidden;
}

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

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

.focus\:border-amber-100\/0:focus {
  border-color: rgb(254 243 199 / 0);
}

.focus\:border-amber-100\/10:focus {
  border-color: rgb(254 243 199 / 0.1);
}

.focus\:border-amber-100\/100:focus {
  border-color: rgb(254 243 199 / 1);
}

.focus\:border-amber-100\/20:focus {
  border-color: rgb(254 243 199 / 0.2);
}

.focus\:border-amber-100\/25:focus {
  border-color: rgb(254 243 199 / 0.25);
}

.focus\:border-amber-100\/30:focus {
  border-color: rgb(254 243 199 / 0.3);
}

.focus\:border-amber-100\/40:focus {
  border-color: rgb(254 243 199 / 0.4);
}

.focus\:border-amber-100\/5:focus {
  border-color: rgb(254 243 199 / 0.05);
}

.focus\:border-amber-100\/50:focus {
  border-color: rgb(254 243 199 / 0.5);
}

.focus\:border-amber-100\/60:focus {
  border-color: rgb(254 243 199 / 0.6);
}

.focus\:border-amber-100\/70:focus {
  border-color: rgb(254 243 199 / 0.7);
}

.focus\:border-amber-100\/75:focus {
  border-color: rgb(254 243 199 / 0.75);
}

.focus\:border-amber-100\/80:focus {
  border-color: rgb(254 243 199 / 0.8);
}

.focus\:border-amber-100\/90:focus {
  border-color: rgb(254 243 199 / 0.9);
}

.focus\:border-amber-100\/95:focus {
  border-color: rgb(254 243 199 / 0.95);
}

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

.focus\:border-amber-200\/0:focus {
  border-color: rgb(253 230 138 / 0);
}

.focus\:border-amber-200\/10:focus {
  border-color: rgb(253 230 138 / 0.1);
}

.focus\:border-amber-200\/100:focus {
  border-color: rgb(253 230 138 / 1);
}

.focus\:border-amber-200\/20:focus {
  border-color: rgb(253 230 138 / 0.2);
}

.focus\:border-amber-200\/25:focus {
  border-color: rgb(253 230 138 / 0.25);
}

.focus\:border-amber-200\/30:focus {
  border-color: rgb(253 230 138 / 0.3);
}

.focus\:border-amber-200\/40:focus {
  border-color: rgb(253 230 138 / 0.4);
}

.focus\:border-amber-200\/5:focus {
  border-color: rgb(253 230 138 / 0.05);
}

.focus\:border-amber-200\/50:focus {
  border-color: rgb(253 230 138 / 0.5);
}

.focus\:border-amber-200\/60:focus {
  border-color: rgb(253 230 138 / 0.6);
}

.focus\:border-amber-200\/70:focus {
  border-color: rgb(253 230 138 / 0.7);
}

.focus\:border-amber-200\/75:focus {
  border-color: rgb(253 230 138 / 0.75);
}

.focus\:border-amber-200\/80:focus {
  border-color: rgb(253 230 138 / 0.8);
}

.focus\:border-amber-200\/90:focus {
  border-color: rgb(253 230 138 / 0.9);
}

.focus\:border-amber-200\/95:focus {
  border-color: rgb(253 230 138 / 0.95);
}

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

.focus\:border-amber-300\/0:focus {
  border-color: rgb(252 211 77 / 0);
}

.focus\:border-amber-300\/10:focus {
  border-color: rgb(252 211 77 / 0.1);
}

.focus\:border-amber-300\/100:focus {
  border-color: rgb(252 211 77 / 1);
}

.focus\:border-amber-300\/20:focus {
  border-color: rgb(252 211 77 / 0.2);
}

.focus\:border-amber-300\/25:focus {
  border-color: rgb(252 211 77 / 0.25);
}

.focus\:border-amber-300\/30:focus {
  border-color: rgb(252 211 77 / 0.3);
}

.focus\:border-amber-300\/40:focus {
  border-color: rgb(252 211 77 / 0.4);
}

.focus\:border-amber-300\/5:focus {
  border-color: rgb(252 211 77 / 0.05);
}

.focus\:border-amber-300\/50:focus {
  border-color: rgb(252 211 77 / 0.5);
}

.focus\:border-amber-300\/60:focus {
  border-color: rgb(252 211 77 / 0.6);
}

.focus\:border-amber-300\/70:focus {
  border-color: rgb(252 211 77 / 0.7);
}

.focus\:border-amber-300\/75:focus {
  border-color: rgb(252 211 77 / 0.75);
}

.focus\:border-amber-300\/80:focus {
  border-color: rgb(252 211 77 / 0.8);
}

.focus\:border-amber-300\/90:focus {
  border-color: rgb(252 211 77 / 0.9);
}

.focus\:border-amber-300\/95:focus {
  border-color: rgb(252 211 77 / 0.95);
}

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

.focus\:border-amber-400\/0:focus {
  border-color: rgb(251 191 36 / 0);
}

.focus\:border-amber-400\/10:focus {
  border-color: rgb(251 191 36 / 0.1);
}

.focus\:border-amber-400\/100:focus {
  border-color: rgb(251 191 36 / 1);
}

.focus\:border-amber-400\/20:focus {
  border-color: rgb(251 191 36 / 0.2);
}

.focus\:border-amber-400\/25:focus {
  border-color: rgb(251 191 36 / 0.25);
}

.focus\:border-amber-400\/30:focus {
  border-color: rgb(251 191 36 / 0.3);
}

.focus\:border-amber-400\/40:focus {
  border-color: rgb(251 191 36 / 0.4);
}

.focus\:border-amber-400\/5:focus {
  border-color: rgb(251 191 36 / 0.05);
}

.focus\:border-amber-400\/50:focus {
  border-color: rgb(251 191 36 / 0.5);
}

.focus\:border-amber-400\/60:focus {
  border-color: rgb(251 191 36 / 0.6);
}

.focus\:border-amber-400\/70:focus {
  border-color: rgb(251 191 36 / 0.7);
}

.focus\:border-amber-400\/75:focus {
  border-color: rgb(251 191 36 / 0.75);
}

.focus\:border-amber-400\/80:focus {
  border-color: rgb(251 191 36 / 0.8);
}

.focus\:border-amber-400\/90:focus {
  border-color: rgb(251 191 36 / 0.9);
}

.focus\:border-amber-400\/95:focus {
  border-color: rgb(251 191 36 / 0.95);
}

.focus\:border-amber-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.focus\:border-amber-50\/0:focus {
  border-color: rgb(255 251 235 / 0);
}

.focus\:border-amber-50\/10:focus {
  border-color: rgb(255 251 235 / 0.1);
}

.focus\:border-amber-50\/100:focus {
  border-color: rgb(255 251 235 / 1);
}

.focus\:border-amber-50\/20:focus {
  border-color: rgb(255 251 235 / 0.2);
}

.focus\:border-amber-50\/25:focus {
  border-color: rgb(255 251 235 / 0.25);
}

.focus\:border-amber-50\/30:focus {
  border-color: rgb(255 251 235 / 0.3);
}

.focus\:border-amber-50\/40:focus {
  border-color: rgb(255 251 235 / 0.4);
}

.focus\:border-amber-50\/5:focus {
  border-color: rgb(255 251 235 / 0.05);
}

.focus\:border-amber-50\/50:focus {
  border-color: rgb(255 251 235 / 0.5);
}

.focus\:border-amber-50\/60:focus {
  border-color: rgb(255 251 235 / 0.6);
}

.focus\:border-amber-50\/70:focus {
  border-color: rgb(255 251 235 / 0.7);
}

.focus\:border-amber-50\/75:focus {
  border-color: rgb(255 251 235 / 0.75);
}

.focus\:border-amber-50\/80:focus {
  border-color: rgb(255 251 235 / 0.8);
}

.focus\:border-amber-50\/90:focus {
  border-color: rgb(255 251 235 / 0.9);
}

.focus\:border-amber-50\/95:focus {
  border-color: rgb(255 251 235 / 0.95);
}

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

.focus\:border-amber-500\/0:focus {
  border-color: rgb(245 158 11 / 0);
}

.focus\:border-amber-500\/10:focus {
  border-color: rgb(245 158 11 / 0.1);
}

.focus\:border-amber-500\/100:focus {
  border-color: rgb(245 158 11 / 1);
}

.focus\:border-amber-500\/20:focus {
  border-color: rgb(245 158 11 / 0.2);
}

.focus\:border-amber-500\/25:focus {
  border-color: rgb(245 158 11 / 0.25);
}

.focus\:border-amber-500\/30:focus {
  border-color: rgb(245 158 11 / 0.3);
}

.focus\:border-amber-500\/40:focus {
  border-color: rgb(245 158 11 / 0.4);
}

.focus\:border-amber-500\/5:focus {
  border-color: rgb(245 158 11 / 0.05);
}

.focus\:border-amber-500\/50:focus {
  border-color: rgb(245 158 11 / 0.5);
}

.focus\:border-amber-500\/60:focus {
  border-color: rgb(245 158 11 / 0.6);
}

.focus\:border-amber-500\/70:focus {
  border-color: rgb(245 158 11 / 0.7);
}

.focus\:border-amber-500\/75:focus {
  border-color: rgb(245 158 11 / 0.75);
}

.focus\:border-amber-500\/80:focus {
  border-color: rgb(245 158 11 / 0.8);
}

.focus\:border-amber-500\/90:focus {
  border-color: rgb(245 158 11 / 0.9);
}

.focus\:border-amber-500\/95:focus {
  border-color: rgb(245 158 11 / 0.95);
}

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

.focus\:border-amber-600\/0:focus {
  border-color: rgb(217 119 6 / 0);
}

.focus\:border-amber-600\/10:focus {
  border-color: rgb(217 119 6 / 0.1);
}

.focus\:border-amber-600\/100:focus {
  border-color: rgb(217 119 6 / 1);
}

.focus\:border-amber-600\/20:focus {
  border-color: rgb(217 119 6 / 0.2);
}

.focus\:border-amber-600\/25:focus {
  border-color: rgb(217 119 6 / 0.25);
}

.focus\:border-amber-600\/30:focus {
  border-color: rgb(217 119 6 / 0.3);
}

.focus\:border-amber-600\/40:focus {
  border-color: rgb(217 119 6 / 0.4);
}

.focus\:border-amber-600\/5:focus {
  border-color: rgb(217 119 6 / 0.05);
}

.focus\:border-amber-600\/50:focus {
  border-color: rgb(217 119 6 / 0.5);
}

.focus\:border-amber-600\/60:focus {
  border-color: rgb(217 119 6 / 0.6);
}

.focus\:border-amber-600\/70:focus {
  border-color: rgb(217 119 6 / 0.7);
}

.focus\:border-amber-600\/75:focus {
  border-color: rgb(217 119 6 / 0.75);
}

.focus\:border-amber-600\/80:focus {
  border-color: rgb(217 119 6 / 0.8);
}

.focus\:border-amber-600\/90:focus {
  border-color: rgb(217 119 6 / 0.9);
}

.focus\:border-amber-600\/95:focus {
  border-color: rgb(217 119 6 / 0.95);
}

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

.focus\:border-amber-700\/0:focus {
  border-color: rgb(180 83 9 / 0);
}

.focus\:border-amber-700\/10:focus {
  border-color: rgb(180 83 9 / 0.1);
}

.focus\:border-amber-700\/100:focus {
  border-color: rgb(180 83 9 / 1);
}

.focus\:border-amber-700\/20:focus {
  border-color: rgb(180 83 9 / 0.2);
}

.focus\:border-amber-700\/25:focus {
  border-color: rgb(180 83 9 / 0.25);
}

.focus\:border-amber-700\/30:focus {
  border-color: rgb(180 83 9 / 0.3);
}

.focus\:border-amber-700\/40:focus {
  border-color: rgb(180 83 9 / 0.4);
}

.focus\:border-amber-700\/5:focus {
  border-color: rgb(180 83 9 / 0.05);
}

.focus\:border-amber-700\/50:focus {
  border-color: rgb(180 83 9 / 0.5);
}

.focus\:border-amber-700\/60:focus {
  border-color: rgb(180 83 9 / 0.6);
}

.focus\:border-amber-700\/70:focus {
  border-color: rgb(180 83 9 / 0.7);
}

.focus\:border-amber-700\/75:focus {
  border-color: rgb(180 83 9 / 0.75);
}

.focus\:border-amber-700\/80:focus {
  border-color: rgb(180 83 9 / 0.8);
}

.focus\:border-amber-700\/90:focus {
  border-color: rgb(180 83 9 / 0.9);
}

.focus\:border-amber-700\/95:focus {
  border-color: rgb(180 83 9 / 0.95);
}

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

.focus\:border-amber-800\/0:focus {
  border-color: rgb(146 64 14 / 0);
}

.focus\:border-amber-800\/10:focus {
  border-color: rgb(146 64 14 / 0.1);
}

.focus\:border-amber-800\/100:focus {
  border-color: rgb(146 64 14 / 1);
}

.focus\:border-amber-800\/20:focus {
  border-color: rgb(146 64 14 / 0.2);
}

.focus\:border-amber-800\/25:focus {
  border-color: rgb(146 64 14 / 0.25);
}

.focus\:border-amber-800\/30:focus {
  border-color: rgb(146 64 14 / 0.3);
}

.focus\:border-amber-800\/40:focus {
  border-color: rgb(146 64 14 / 0.4);
}

.focus\:border-amber-800\/5:focus {
  border-color: rgb(146 64 14 / 0.05);
}

.focus\:border-amber-800\/50:focus {
  border-color: rgb(146 64 14 / 0.5);
}

.focus\:border-amber-800\/60:focus {
  border-color: rgb(146 64 14 / 0.6);
}

.focus\:border-amber-800\/70:focus {
  border-color: rgb(146 64 14 / 0.7);
}

.focus\:border-amber-800\/75:focus {
  border-color: rgb(146 64 14 / 0.75);
}

.focus\:border-amber-800\/80:focus {
  border-color: rgb(146 64 14 / 0.8);
}

.focus\:border-amber-800\/90:focus {
  border-color: rgb(146 64 14 / 0.9);
}

.focus\:border-amber-800\/95:focus {
  border-color: rgb(146 64 14 / 0.95);
}

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

.focus\:border-amber-900\/0:focus {
  border-color: rgb(120 53 15 / 0);
}

.focus\:border-amber-900\/10:focus {
  border-color: rgb(120 53 15 / 0.1);
}

.focus\:border-amber-900\/100:focus {
  border-color: rgb(120 53 15 / 1);
}

.focus\:border-amber-900\/20:focus {
  border-color: rgb(120 53 15 / 0.2);
}

.focus\:border-amber-900\/25:focus {
  border-color: rgb(120 53 15 / 0.25);
}

.focus\:border-amber-900\/30:focus {
  border-color: rgb(120 53 15 / 0.3);
}

.focus\:border-amber-900\/40:focus {
  border-color: rgb(120 53 15 / 0.4);
}

.focus\:border-amber-900\/5:focus {
  border-color: rgb(120 53 15 / 0.05);
}

.focus\:border-amber-900\/50:focus {
  border-color: rgb(120 53 15 / 0.5);
}

.focus\:border-amber-900\/60:focus {
  border-color: rgb(120 53 15 / 0.6);
}

.focus\:border-amber-900\/70:focus {
  border-color: rgb(120 53 15 / 0.7);
}

.focus\:border-amber-900\/75:focus {
  border-color: rgb(120 53 15 / 0.75);
}

.focus\:border-amber-900\/80:focus {
  border-color: rgb(120 53 15 / 0.8);
}

.focus\:border-amber-900\/90:focus {
  border-color: rgb(120 53 15 / 0.9);
}

.focus\:border-amber-900\/95:focus {
  border-color: rgb(120 53 15 / 0.95);
}

.focus\:border-amber-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(69 26 3 / var(--tw-border-opacity));
}

.focus\:border-amber-950\/0:focus {
  border-color: rgb(69 26 3 / 0);
}

.focus\:border-amber-950\/10:focus {
  border-color: rgb(69 26 3 / 0.1);
}

.focus\:border-amber-950\/100:focus {
  border-color: rgb(69 26 3 / 1);
}

.focus\:border-amber-950\/20:focus {
  border-color: rgb(69 26 3 / 0.2);
}

.focus\:border-amber-950\/25:focus {
  border-color: rgb(69 26 3 / 0.25);
}

.focus\:border-amber-950\/30:focus {
  border-color: rgb(69 26 3 / 0.3);
}

.focus\:border-amber-950\/40:focus {
  border-color: rgb(69 26 3 / 0.4);
}

.focus\:border-amber-950\/5:focus {
  border-color: rgb(69 26 3 / 0.05);
}

.focus\:border-amber-950\/50:focus {
  border-color: rgb(69 26 3 / 0.5);
}

.focus\:border-amber-950\/60:focus {
  border-color: rgb(69 26 3 / 0.6);
}

.focus\:border-amber-950\/70:focus {
  border-color: rgb(69 26 3 / 0.7);
}

.focus\:border-amber-950\/75:focus {
  border-color: rgb(69 26 3 / 0.75);
}

.focus\:border-amber-950\/80:focus {
  border-color: rgb(69 26 3 / 0.8);
}

.focus\:border-amber-950\/90:focus {
  border-color: rgb(69 26 3 / 0.9);
}

.focus\:border-amber-950\/95:focus {
  border-color: rgb(69 26 3 / 0.95);
}

.focus\:border-black:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.focus\:border-black\/0:focus {
  border-color: rgb(0 0 0 / 0);
}

.focus\:border-black\/10:focus {
  border-color: rgb(0 0 0 / 0.1);
}

.focus\:border-black\/100:focus {
  border-color: rgb(0 0 0 / 1);
}

.focus\:border-black\/20:focus {
  border-color: rgb(0 0 0 / 0.2);
}

.focus\:border-black\/25:focus {
  border-color: rgb(0 0 0 / 0.25);
}

.focus\:border-black\/30:focus {
  border-color: rgb(0 0 0 / 0.3);
}

.focus\:border-black\/40:focus {
  border-color: rgb(0 0 0 / 0.4);
}

.focus\:border-black\/5:focus {
  border-color: rgb(0 0 0 / 0.05);
}

.focus\:border-black\/50:focus {
  border-color: rgb(0 0 0 / 0.5);
}

.focus\:border-black\/60:focus {
  border-color: rgb(0 0 0 / 0.6);
}

.focus\:border-black\/70:focus {
  border-color: rgb(0 0 0 / 0.7);
}

.focus\:border-black\/75:focus {
  border-color: rgb(0 0 0 / 0.75);
}

.focus\:border-black\/80:focus {
  border-color: rgb(0 0 0 / 0.8);
}

.focus\:border-black\/90:focus {
  border-color: rgb(0 0 0 / 0.9);
}

.focus\:border-black\/95:focus {
  border-color: rgb(0 0 0 / 0.95);
}

.focus\:border-blue-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity));
}

.focus\:border-blue-100\/0:focus {
  border-color: rgb(219 234 254 / 0);
}

.focus\:border-blue-100\/10:focus {
  border-color: rgb(219 234 254 / 0.1);
}

.focus\:border-blue-100\/100:focus {
  border-color: rgb(219 234 254 / 1);
}

.focus\:border-blue-100\/20:focus {
  border-color: rgb(219 234 254 / 0.2);
}

.focus\:border-blue-100\/25:focus {
  border-color: rgb(219 234 254 / 0.25);
}

.focus\:border-blue-100\/30:focus {
  border-color: rgb(219 234 254 / 0.3);
}

.focus\:border-blue-100\/40:focus {
  border-color: rgb(219 234 254 / 0.4);
}

.focus\:border-blue-100\/5:focus {
  border-color: rgb(219 234 254 / 0.05);
}

.focus\:border-blue-100\/50:focus {
  border-color: rgb(219 234 254 / 0.5);
}

.focus\:border-blue-100\/60:focus {
  border-color: rgb(219 234 254 / 0.6);
}

.focus\:border-blue-100\/70:focus {
  border-color: rgb(219 234 254 / 0.7);
}

.focus\:border-blue-100\/75:focus {
  border-color: rgb(219 234 254 / 0.75);
}

.focus\:border-blue-100\/80:focus {
  border-color: rgb(219 234 254 / 0.8);
}

.focus\:border-blue-100\/90:focus {
  border-color: rgb(219 234 254 / 0.9);
}

.focus\:border-blue-100\/95:focus {
  border-color: rgb(219 234 254 / 0.95);
}

.focus\:border-blue-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.focus\:border-blue-200\/0:focus {
  border-color: rgb(191 219 254 / 0);
}

.focus\:border-blue-200\/10:focus {
  border-color: rgb(191 219 254 / 0.1);
}

.focus\:border-blue-200\/100:focus {
  border-color: rgb(191 219 254 / 1);
}

.focus\:border-blue-200\/20:focus {
  border-color: rgb(191 219 254 / 0.2);
}

.focus\:border-blue-200\/25:focus {
  border-color: rgb(191 219 254 / 0.25);
}

.focus\:border-blue-200\/30:focus {
  border-color: rgb(191 219 254 / 0.3);
}

.focus\:border-blue-200\/40:focus {
  border-color: rgb(191 219 254 / 0.4);
}

.focus\:border-blue-200\/5:focus {
  border-color: rgb(191 219 254 / 0.05);
}

.focus\:border-blue-200\/50:focus {
  border-color: rgb(191 219 254 / 0.5);
}

.focus\:border-blue-200\/60:focus {
  border-color: rgb(191 219 254 / 0.6);
}

.focus\:border-blue-200\/70:focus {
  border-color: rgb(191 219 254 / 0.7);
}

.focus\:border-blue-200\/75:focus {
  border-color: rgb(191 219 254 / 0.75);
}

.focus\:border-blue-200\/80:focus {
  border-color: rgb(191 219 254 / 0.8);
}

.focus\:border-blue-200\/90:focus {
  border-color: rgb(191 219 254 / 0.9);
}

.focus\:border-blue-200\/95:focus {
  border-color: rgb(191 219 254 / 0.95);
}

.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.focus\:border-blue-300\/0:focus {
  border-color: rgb(147 197 253 / 0);
}

.focus\:border-blue-300\/10:focus {
  border-color: rgb(147 197 253 / 0.1);
}

.focus\:border-blue-300\/100:focus {
  border-color: rgb(147 197 253 / 1);
}

.focus\:border-blue-300\/20:focus {
  border-color: rgb(147 197 253 / 0.2);
}

.focus\:border-blue-300\/25:focus {
  border-color: rgb(147 197 253 / 0.25);
}

.focus\:border-blue-300\/30:focus {
  border-color: rgb(147 197 253 / 0.3);
}

.focus\:border-blue-300\/40:focus {
  border-color: rgb(147 197 253 / 0.4);
}

.focus\:border-blue-300\/5:focus {
  border-color: rgb(147 197 253 / 0.05);
}

.focus\:border-blue-300\/50:focus {
  border-color: rgb(147 197 253 / 0.5);
}

.focus\:border-blue-300\/60:focus {
  border-color: rgb(147 197 253 / 0.6);
}

.focus\:border-blue-300\/70:focus {
  border-color: rgb(147 197 253 / 0.7);
}

.focus\:border-blue-300\/75:focus {
  border-color: rgb(147 197 253 / 0.75);
}

.focus\:border-blue-300\/80:focus {
  border-color: rgb(147 197 253 / 0.8);
}

.focus\:border-blue-300\/90:focus {
  border-color: rgb(147 197 253 / 0.9);
}

.focus\:border-blue-300\/95:focus {
  border-color: rgb(147 197 253 / 0.95);
}

.focus\:border-blue-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.focus\:border-blue-400\/0:focus {
  border-color: rgb(96 165 250 / 0);
}

.focus\:border-blue-400\/10:focus {
  border-color: rgb(96 165 250 / 0.1);
}

.focus\:border-blue-400\/100:focus {
  border-color: rgb(96 165 250 / 1);
}

.focus\:border-blue-400\/20:focus {
  border-color: rgb(96 165 250 / 0.2);
}

.focus\:border-blue-400\/25:focus {
  border-color: rgb(96 165 250 / 0.25);
}

.focus\:border-blue-400\/30:focus {
  border-color: rgb(96 165 250 / 0.3);
}

.focus\:border-blue-400\/40:focus {
  border-color: rgb(96 165 250 / 0.4);
}

.focus\:border-blue-400\/5:focus {
  border-color: rgb(96 165 250 / 0.05);
}

.focus\:border-blue-400\/50:focus {
  border-color: rgb(96 165 250 / 0.5);
}

.focus\:border-blue-400\/60:focus {
  border-color: rgb(96 165 250 / 0.6);
}

.focus\:border-blue-400\/70:focus {
  border-color: rgb(96 165 250 / 0.7);
}

.focus\:border-blue-400\/75:focus {
  border-color: rgb(96 165 250 / 0.75);
}

.focus\:border-blue-400\/80:focus {
  border-color: rgb(96 165 250 / 0.8);
}

.focus\:border-blue-400\/90:focus {
  border-color: rgb(96 165 250 / 0.9);
}

.focus\:border-blue-400\/95:focus {
  border-color: rgb(96 165 250 / 0.95);
}

.focus\:border-blue-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-border-opacity));
}

.focus\:border-blue-50\/0:focus {
  border-color: rgb(239 246 255 / 0);
}

.focus\:border-blue-50\/10:focus {
  border-color: rgb(239 246 255 / 0.1);
}

.focus\:border-blue-50\/100:focus {
  border-color: rgb(239 246 255 / 1);
}

.focus\:border-blue-50\/20:focus {
  border-color: rgb(239 246 255 / 0.2);
}

.focus\:border-blue-50\/25:focus {
  border-color: rgb(239 246 255 / 0.25);
}

.focus\:border-blue-50\/30:focus {
  border-color: rgb(239 246 255 / 0.3);
}

.focus\:border-blue-50\/40:focus {
  border-color: rgb(239 246 255 / 0.4);
}

.focus\:border-blue-50\/5:focus {
  border-color: rgb(239 246 255 / 0.05);
}

.focus\:border-blue-50\/50:focus {
  border-color: rgb(239 246 255 / 0.5);
}

.focus\:border-blue-50\/60:focus {
  border-color: rgb(239 246 255 / 0.6);
}

.focus\:border-blue-50\/70:focus {
  border-color: rgb(239 246 255 / 0.7);
}

.focus\:border-blue-50\/75:focus {
  border-color: rgb(239 246 255 / 0.75);
}

.focus\:border-blue-50\/80:focus {
  border-color: rgb(239 246 255 / 0.8);
}

.focus\:border-blue-50\/90:focus {
  border-color: rgb(239 246 255 / 0.9);
}

.focus\:border-blue-50\/95:focus {
  border-color: rgb(239 246 255 / 0.95);
}

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.focus\:border-blue-500\/0:focus {
  border-color: rgb(59 130 246 / 0);
}

.focus\:border-blue-500\/10:focus {
  border-color: rgb(59 130 246 / 0.1);
}

.focus\:border-blue-500\/100:focus {
  border-color: rgb(59 130 246 / 1);
}

.focus\:border-blue-500\/20:focus {
  border-color: rgb(59 130 246 / 0.2);
}

.focus\:border-blue-500\/25:focus {
  border-color: rgb(59 130 246 / 0.25);
}

.focus\:border-blue-500\/30:focus {
  border-color: rgb(59 130 246 / 0.3);
}

.focus\:border-blue-500\/40:focus {
  border-color: rgb(59 130 246 / 0.4);
}

.focus\:border-blue-500\/5:focus {
  border-color: rgb(59 130 246 / 0.05);
}

.focus\:border-blue-500\/50:focus {
  border-color: rgb(59 130 246 / 0.5);
}

.focus\:border-blue-500\/60:focus {
  border-color: rgb(59 130 246 / 0.6);
}

.focus\:border-blue-500\/70:focus {
  border-color: rgb(59 130 246 / 0.7);
}

.focus\:border-blue-500\/75:focus {
  border-color: rgb(59 130 246 / 0.75);
}

.focus\:border-blue-500\/80:focus {
  border-color: rgb(59 130 246 / 0.8);
}

.focus\:border-blue-500\/90:focus {
  border-color: rgb(59 130 246 / 0.9);
}

.focus\:border-blue-500\/95:focus {
  border-color: rgb(59 130 246 / 0.95);
}

.focus\:border-blue-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.focus\:border-blue-600\/0:focus {
  border-color: rgb(37 99 235 / 0);
}

.focus\:border-blue-600\/10:focus {
  border-color: rgb(37 99 235 / 0.1);
}

.focus\:border-blue-600\/100:focus {
  border-color: rgb(37 99 235 / 1);
}

.focus\:border-blue-600\/20:focus {
  border-color: rgb(37 99 235 / 0.2);
}

.focus\:border-blue-600\/25:focus {
  border-color: rgb(37 99 235 / 0.25);
}

.focus\:border-blue-600\/30:focus {
  border-color: rgb(37 99 235 / 0.3);
}

.focus\:border-blue-600\/40:focus {
  border-color: rgb(37 99 235 / 0.4);
}

.focus\:border-blue-600\/5:focus {
  border-color: rgb(37 99 235 / 0.05);
}

.focus\:border-blue-600\/50:focus {
  border-color: rgb(37 99 235 / 0.5);
}

.focus\:border-blue-600\/60:focus {
  border-color: rgb(37 99 235 / 0.6);
}

.focus\:border-blue-600\/70:focus {
  border-color: rgb(37 99 235 / 0.7);
}

.focus\:border-blue-600\/75:focus {
  border-color: rgb(37 99 235 / 0.75);
}

.focus\:border-blue-600\/80:focus {
  border-color: rgb(37 99 235 / 0.8);
}

.focus\:border-blue-600\/90:focus {
  border-color: rgb(37 99 235 / 0.9);
}

.focus\:border-blue-600\/95:focus {
  border-color: rgb(37 99 235 / 0.95);
}

.focus\:border-blue-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.focus\:border-blue-700\/0:focus {
  border-color: rgb(29 78 216 / 0);
}

.focus\:border-blue-700\/10:focus {
  border-color: rgb(29 78 216 / 0.1);
}

.focus\:border-blue-700\/100:focus {
  border-color: rgb(29 78 216 / 1);
}

.focus\:border-blue-700\/20:focus {
  border-color: rgb(29 78 216 / 0.2);
}

.focus\:border-blue-700\/25:focus {
  border-color: rgb(29 78 216 / 0.25);
}

.focus\:border-blue-700\/30:focus {
  border-color: rgb(29 78 216 / 0.3);
}

.focus\:border-blue-700\/40:focus {
  border-color: rgb(29 78 216 / 0.4);
}

.focus\:border-blue-700\/5:focus {
  border-color: rgb(29 78 216 / 0.05);
}

.focus\:border-blue-700\/50:focus {
  border-color: rgb(29 78 216 / 0.5);
}

.focus\:border-blue-700\/60:focus {
  border-color: rgb(29 78 216 / 0.6);
}

.focus\:border-blue-700\/70:focus {
  border-color: rgb(29 78 216 / 0.7);
}

.focus\:border-blue-700\/75:focus {
  border-color: rgb(29 78 216 / 0.75);
}

.focus\:border-blue-700\/80:focus {
  border-color: rgb(29 78 216 / 0.8);
}

.focus\:border-blue-700\/90:focus {
  border-color: rgb(29 78 216 / 0.9);
}

.focus\:border-blue-700\/95:focus {
  border-color: rgb(29 78 216 / 0.95);
}

.focus\:border-blue-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.focus\:border-blue-800\/0:focus {
  border-color: rgb(30 64 175 / 0);
}

.focus\:border-blue-800\/10:focus {
  border-color: rgb(30 64 175 / 0.1);
}

.focus\:border-blue-800\/100:focus {
  border-color: rgb(30 64 175 / 1);
}

.focus\:border-blue-800\/20:focus {
  border-color: rgb(30 64 175 / 0.2);
}

.focus\:border-blue-800\/25:focus {
  border-color: rgb(30 64 175 / 0.25);
}

.focus\:border-blue-800\/30:focus {
  border-color: rgb(30 64 175 / 0.3);
}

.focus\:border-blue-800\/40:focus {
  border-color: rgb(30 64 175 / 0.4);
}

.focus\:border-blue-800\/5:focus {
  border-color: rgb(30 64 175 / 0.05);
}

.focus\:border-blue-800\/50:focus {
  border-color: rgb(30 64 175 / 0.5);
}

.focus\:border-blue-800\/60:focus {
  border-color: rgb(30 64 175 / 0.6);
}

.focus\:border-blue-800\/70:focus {
  border-color: rgb(30 64 175 / 0.7);
}

.focus\:border-blue-800\/75:focus {
  border-color: rgb(30 64 175 / 0.75);
}

.focus\:border-blue-800\/80:focus {
  border-color: rgb(30 64 175 / 0.8);
}

.focus\:border-blue-800\/90:focus {
  border-color: rgb(30 64 175 / 0.9);
}

.focus\:border-blue-800\/95:focus {
  border-color: rgb(30 64 175 / 0.95);
}

.focus\:border-blue-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.focus\:border-blue-900\/0:focus {
  border-color: rgb(30 58 138 / 0);
}

.focus\:border-blue-900\/10:focus {
  border-color: rgb(30 58 138 / 0.1);
}

.focus\:border-blue-900\/100:focus {
  border-color: rgb(30 58 138 / 1);
}

.focus\:border-blue-900\/20:focus {
  border-color: rgb(30 58 138 / 0.2);
}

.focus\:border-blue-900\/25:focus {
  border-color: rgb(30 58 138 / 0.25);
}

.focus\:border-blue-900\/30:focus {
  border-color: rgb(30 58 138 / 0.3);
}

.focus\:border-blue-900\/40:focus {
  border-color: rgb(30 58 138 / 0.4);
}

.focus\:border-blue-900\/5:focus {
  border-color: rgb(30 58 138 / 0.05);
}

.focus\:border-blue-900\/50:focus {
  border-color: rgb(30 58 138 / 0.5);
}

.focus\:border-blue-900\/60:focus {
  border-color: rgb(30 58 138 / 0.6);
}

.focus\:border-blue-900\/70:focus {
  border-color: rgb(30 58 138 / 0.7);
}

.focus\:border-blue-900\/75:focus {
  border-color: rgb(30 58 138 / 0.75);
}

.focus\:border-blue-900\/80:focus {
  border-color: rgb(30 58 138 / 0.8);
}

.focus\:border-blue-900\/90:focus {
  border-color: rgb(30 58 138 / 0.9);
}

.focus\:border-blue-900\/95:focus {
  border-color: rgb(30 58 138 / 0.95);
}

.focus\:border-blue-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(23 37 84 / var(--tw-border-opacity));
}

.focus\:border-blue-950\/0:focus {
  border-color: rgb(23 37 84 / 0);
}

.focus\:border-blue-950\/10:focus {
  border-color: rgb(23 37 84 / 0.1);
}

.focus\:border-blue-950\/100:focus {
  border-color: rgb(23 37 84 / 1);
}

.focus\:border-blue-950\/20:focus {
  border-color: rgb(23 37 84 / 0.2);
}

.focus\:border-blue-950\/25:focus {
  border-color: rgb(23 37 84 / 0.25);
}

.focus\:border-blue-950\/30:focus {
  border-color: rgb(23 37 84 / 0.3);
}

.focus\:border-blue-950\/40:focus {
  border-color: rgb(23 37 84 / 0.4);
}

.focus\:border-blue-950\/5:focus {
  border-color: rgb(23 37 84 / 0.05);
}

.focus\:border-blue-950\/50:focus {
  border-color: rgb(23 37 84 / 0.5);
}

.focus\:border-blue-950\/60:focus {
  border-color: rgb(23 37 84 / 0.6);
}

.focus\:border-blue-950\/70:focus {
  border-color: rgb(23 37 84 / 0.7);
}

.focus\:border-blue-950\/75:focus {
  border-color: rgb(23 37 84 / 0.75);
}

.focus\:border-blue-950\/80:focus {
  border-color: rgb(23 37 84 / 0.8);
}

.focus\:border-blue-950\/90:focus {
  border-color: rgb(23 37 84 / 0.9);
}

.focus\:border-blue-950\/95:focus {
  border-color: rgb(23 37 84 / 0.95);
}

.focus\:border-brand-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(230 239 246 / var(--tw-border-opacity));
}

.focus\:border-brand-100\/0:focus {
  border-color: rgb(230 239 246 / 0);
}

.focus\:border-brand-100\/10:focus {
  border-color: rgb(230 239 246 / 0.1);
}

.focus\:border-brand-100\/100:focus {
  border-color: rgb(230 239 246 / 1);
}

.focus\:border-brand-100\/20:focus {
  border-color: rgb(230 239 246 / 0.2);
}

.focus\:border-brand-100\/25:focus {
  border-color: rgb(230 239 246 / 0.25);
}

.focus\:border-brand-100\/30:focus {
  border-color: rgb(230 239 246 / 0.3);
}

.focus\:border-brand-100\/40:focus {
  border-color: rgb(230 239 246 / 0.4);
}

.focus\:border-brand-100\/5:focus {
  border-color: rgb(230 239 246 / 0.05);
}

.focus\:border-brand-100\/50:focus {
  border-color: rgb(230 239 246 / 0.5);
}

.focus\:border-brand-100\/60:focus {
  border-color: rgb(230 239 246 / 0.6);
}

.focus\:border-brand-100\/70:focus {
  border-color: rgb(230 239 246 / 0.7);
}

.focus\:border-brand-100\/75:focus {
  border-color: rgb(230 239 246 / 0.75);
}

.focus\:border-brand-100\/80:focus {
  border-color: rgb(230 239 246 / 0.8);
}

.focus\:border-brand-100\/90:focus {
  border-color: rgb(230 239 246 / 0.9);
}

.focus\:border-brand-100\/95:focus {
  border-color: rgb(230 239 246 / 0.95);
}

.focus\:border-brand-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(193 215 234 / var(--tw-border-opacity));
}

.focus\:border-brand-200\/0:focus {
  border-color: rgb(193 215 234 / 0);
}

.focus\:border-brand-200\/10:focus {
  border-color: rgb(193 215 234 / 0.1);
}

.focus\:border-brand-200\/100:focus {
  border-color: rgb(193 215 234 / 1);
}

.focus\:border-brand-200\/20:focus {
  border-color: rgb(193 215 234 / 0.2);
}

.focus\:border-brand-200\/25:focus {
  border-color: rgb(193 215 234 / 0.25);
}

.focus\:border-brand-200\/30:focus {
  border-color: rgb(193 215 234 / 0.3);
}

.focus\:border-brand-200\/40:focus {
  border-color: rgb(193 215 234 / 0.4);
}

.focus\:border-brand-200\/5:focus {
  border-color: rgb(193 215 234 / 0.05);
}

.focus\:border-brand-200\/50:focus {
  border-color: rgb(193 215 234 / 0.5);
}

.focus\:border-brand-200\/60:focus {
  border-color: rgb(193 215 234 / 0.6);
}

.focus\:border-brand-200\/70:focus {
  border-color: rgb(193 215 234 / 0.7);
}

.focus\:border-brand-200\/75:focus {
  border-color: rgb(193 215 234 / 0.75);
}

.focus\:border-brand-200\/80:focus {
  border-color: rgb(193 215 234 / 0.8);
}

.focus\:border-brand-200\/90:focus {
  border-color: rgb(193 215 234 / 0.9);
}

.focus\:border-brand-200\/95:focus {
  border-color: rgb(193 215 234 / 0.95);
}

.focus\:border-brand-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(155 190 221 / var(--tw-border-opacity));
}

.focus\:border-brand-300\/0:focus {
  border-color: rgb(155 190 221 / 0);
}

.focus\:border-brand-300\/10:focus {
  border-color: rgb(155 190 221 / 0.1);
}

.focus\:border-brand-300\/100:focus {
  border-color: rgb(155 190 221 / 1);
}

.focus\:border-brand-300\/20:focus {
  border-color: rgb(155 190 221 / 0.2);
}

.focus\:border-brand-300\/25:focus {
  border-color: rgb(155 190 221 / 0.25);
}

.focus\:border-brand-300\/30:focus {
  border-color: rgb(155 190 221 / 0.3);
}

.focus\:border-brand-300\/40:focus {
  border-color: rgb(155 190 221 / 0.4);
}

.focus\:border-brand-300\/5:focus {
  border-color: rgb(155 190 221 / 0.05);
}

.focus\:border-brand-300\/50:focus {
  border-color: rgb(155 190 221 / 0.5);
}

.focus\:border-brand-300\/60:focus {
  border-color: rgb(155 190 221 / 0.6);
}

.focus\:border-brand-300\/70:focus {
  border-color: rgb(155 190 221 / 0.7);
}

.focus\:border-brand-300\/75:focus {
  border-color: rgb(155 190 221 / 0.75);
}

.focus\:border-brand-300\/80:focus {
  border-color: rgb(155 190 221 / 0.8);
}

.focus\:border-brand-300\/90:focus {
  border-color: rgb(155 190 221 / 0.9);
}

.focus\:border-brand-300\/95:focus {
  border-color: rgb(155 190 221 / 0.95);
}

.focus\:border-brand-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(81 142 195 / var(--tw-border-opacity));
}

.focus\:border-brand-400\/0:focus {
  border-color: rgb(81 142 195 / 0);
}

.focus\:border-brand-400\/10:focus {
  border-color: rgb(81 142 195 / 0.1);
}

.focus\:border-brand-400\/100:focus {
  border-color: rgb(81 142 195 / 1);
}

.focus\:border-brand-400\/20:focus {
  border-color: rgb(81 142 195 / 0.2);
}

.focus\:border-brand-400\/25:focus {
  border-color: rgb(81 142 195 / 0.25);
}

.focus\:border-brand-400\/30:focus {
  border-color: rgb(81 142 195 / 0.3);
}

.focus\:border-brand-400\/40:focus {
  border-color: rgb(81 142 195 / 0.4);
}

.focus\:border-brand-400\/5:focus {
  border-color: rgb(81 142 195 / 0.05);
}

.focus\:border-brand-400\/50:focus {
  border-color: rgb(81 142 195 / 0.5);
}

.focus\:border-brand-400\/60:focus {
  border-color: rgb(81 142 195 / 0.6);
}

.focus\:border-brand-400\/70:focus {
  border-color: rgb(81 142 195 / 0.7);
}

.focus\:border-brand-400\/75:focus {
  border-color: rgb(81 142 195 / 0.75);
}

.focus\:border-brand-400\/80:focus {
  border-color: rgb(81 142 195 / 0.8);
}

.focus\:border-brand-400\/90:focus {
  border-color: rgb(81 142 195 / 0.9);
}

.focus\:border-brand-400\/95:focus {
  border-color: rgb(81 142 195 / 0.95);
}

.focus\:border-brand-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(243 247 251 / var(--tw-border-opacity));
}

.focus\:border-brand-50\/0:focus {
  border-color: rgb(243 247 251 / 0);
}

.focus\:border-brand-50\/10:focus {
  border-color: rgb(243 247 251 / 0.1);
}

.focus\:border-brand-50\/100:focus {
  border-color: rgb(243 247 251 / 1);
}

.focus\:border-brand-50\/20:focus {
  border-color: rgb(243 247 251 / 0.2);
}

.focus\:border-brand-50\/25:focus {
  border-color: rgb(243 247 251 / 0.25);
}

.focus\:border-brand-50\/30:focus {
  border-color: rgb(243 247 251 / 0.3);
}

.focus\:border-brand-50\/40:focus {
  border-color: rgb(243 247 251 / 0.4);
}

.focus\:border-brand-50\/5:focus {
  border-color: rgb(243 247 251 / 0.05);
}

.focus\:border-brand-50\/50:focus {
  border-color: rgb(243 247 251 / 0.5);
}

.focus\:border-brand-50\/60:focus {
  border-color: rgb(243 247 251 / 0.6);
}

.focus\:border-brand-50\/70:focus {
  border-color: rgb(243 247 251 / 0.7);
}

.focus\:border-brand-50\/75:focus {
  border-color: rgb(243 247 251 / 0.75);
}

.focus\:border-brand-50\/80:focus {
  border-color: rgb(243 247 251 / 0.8);
}

.focus\:border-brand-50\/90:focus {
  border-color: rgb(243 247 251 / 0.9);
}

.focus\:border-brand-50\/95:focus {
  border-color: rgb(243 247 251 / 0.95);
}

.focus\:border-brand-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(6 93 169 / var(--tw-border-opacity));
}

.focus\:border-brand-500\/0:focus {
  border-color: rgb(6 93 169 / 0);
}

.focus\:border-brand-500\/10:focus {
  border-color: rgb(6 93 169 / 0.1);
}

.focus\:border-brand-500\/100:focus {
  border-color: rgb(6 93 169 / 1);
}

.focus\:border-brand-500\/20:focus {
  border-color: rgb(6 93 169 / 0.2);
}

.focus\:border-brand-500\/25:focus {
  border-color: rgb(6 93 169 / 0.25);
}

.focus\:border-brand-500\/30:focus {
  border-color: rgb(6 93 169 / 0.3);
}

.focus\:border-brand-500\/40:focus {
  border-color: rgb(6 93 169 / 0.4);
}

.focus\:border-brand-500\/5:focus {
  border-color: rgb(6 93 169 / 0.05);
}

.focus\:border-brand-500\/50:focus {
  border-color: rgb(6 93 169 / 0.5);
}

.focus\:border-brand-500\/60:focus {
  border-color: rgb(6 93 169 / 0.6);
}

.focus\:border-brand-500\/70:focus {
  border-color: rgb(6 93 169 / 0.7);
}

.focus\:border-brand-500\/75:focus {
  border-color: rgb(6 93 169 / 0.75);
}

.focus\:border-brand-500\/80:focus {
  border-color: rgb(6 93 169 / 0.8);
}

.focus\:border-brand-500\/90:focus {
  border-color: rgb(6 93 169 / 0.9);
}

.focus\:border-brand-500\/95:focus {
  border-color: rgb(6 93 169 / 0.95);
}

.focus\:border-brand-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(5 84 152 / var(--tw-border-opacity));
}

.focus\:border-brand-600\/0:focus {
  border-color: rgb(5 84 152 / 0);
}

.focus\:border-brand-600\/10:focus {
  border-color: rgb(5 84 152 / 0.1);
}

.focus\:border-brand-600\/100:focus {
  border-color: rgb(5 84 152 / 1);
}

.focus\:border-brand-600\/20:focus {
  border-color: rgb(5 84 152 / 0.2);
}

.focus\:border-brand-600\/25:focus {
  border-color: rgb(5 84 152 / 0.25);
}

.focus\:border-brand-600\/30:focus {
  border-color: rgb(5 84 152 / 0.3);
}

.focus\:border-brand-600\/40:focus {
  border-color: rgb(5 84 152 / 0.4);
}

.focus\:border-brand-600\/5:focus {
  border-color: rgb(5 84 152 / 0.05);
}

.focus\:border-brand-600\/50:focus {
  border-color: rgb(5 84 152 / 0.5);
}

.focus\:border-brand-600\/60:focus {
  border-color: rgb(5 84 152 / 0.6);
}

.focus\:border-brand-600\/70:focus {
  border-color: rgb(5 84 152 / 0.7);
}

.focus\:border-brand-600\/75:focus {
  border-color: rgb(5 84 152 / 0.75);
}

.focus\:border-brand-600\/80:focus {
  border-color: rgb(5 84 152 / 0.8);
}

.focus\:border-brand-600\/90:focus {
  border-color: rgb(5 84 152 / 0.9);
}

.focus\:border-brand-600\/95:focus {
  border-color: rgb(5 84 152 / 0.95);
}

.focus\:border-brand-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(4 56 101 / var(--tw-border-opacity));
}

.focus\:border-brand-700\/0:focus {
  border-color: rgb(4 56 101 / 0);
}

.focus\:border-brand-700\/10:focus {
  border-color: rgb(4 56 101 / 0.1);
}

.focus\:border-brand-700\/100:focus {
  border-color: rgb(4 56 101 / 1);
}

.focus\:border-brand-700\/20:focus {
  border-color: rgb(4 56 101 / 0.2);
}

.focus\:border-brand-700\/25:focus {
  border-color: rgb(4 56 101 / 0.25);
}

.focus\:border-brand-700\/30:focus {
  border-color: rgb(4 56 101 / 0.3);
}

.focus\:border-brand-700\/40:focus {
  border-color: rgb(4 56 101 / 0.4);
}

.focus\:border-brand-700\/5:focus {
  border-color: rgb(4 56 101 / 0.05);
}

.focus\:border-brand-700\/50:focus {
  border-color: rgb(4 56 101 / 0.5);
}

.focus\:border-brand-700\/60:focus {
  border-color: rgb(4 56 101 / 0.6);
}

.focus\:border-brand-700\/70:focus {
  border-color: rgb(4 56 101 / 0.7);
}

.focus\:border-brand-700\/75:focus {
  border-color: rgb(4 56 101 / 0.75);
}

.focus\:border-brand-700\/80:focus {
  border-color: rgb(4 56 101 / 0.8);
}

.focus\:border-brand-700\/90:focus {
  border-color: rgb(4 56 101 / 0.9);
}

.focus\:border-brand-700\/95:focus {
  border-color: rgb(4 56 101 / 0.95);
}

.focus\:border-brand-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(3 42 76 / var(--tw-border-opacity));
}

.focus\:border-brand-800\/0:focus {
  border-color: rgb(3 42 76 / 0);
}

.focus\:border-brand-800\/10:focus {
  border-color: rgb(3 42 76 / 0.1);
}

.focus\:border-brand-800\/100:focus {
  border-color: rgb(3 42 76 / 1);
}

.focus\:border-brand-800\/20:focus {
  border-color: rgb(3 42 76 / 0.2);
}

.focus\:border-brand-800\/25:focus {
  border-color: rgb(3 42 76 / 0.25);
}

.focus\:border-brand-800\/30:focus {
  border-color: rgb(3 42 76 / 0.3);
}

.focus\:border-brand-800\/40:focus {
  border-color: rgb(3 42 76 / 0.4);
}

.focus\:border-brand-800\/5:focus {
  border-color: rgb(3 42 76 / 0.05);
}

.focus\:border-brand-800\/50:focus {
  border-color: rgb(3 42 76 / 0.5);
}

.focus\:border-brand-800\/60:focus {
  border-color: rgb(3 42 76 / 0.6);
}

.focus\:border-brand-800\/70:focus {
  border-color: rgb(3 42 76 / 0.7);
}

.focus\:border-brand-800\/75:focus {
  border-color: rgb(3 42 76 / 0.75);
}

.focus\:border-brand-800\/80:focus {
  border-color: rgb(3 42 76 / 0.8);
}

.focus\:border-brand-800\/90:focus {
  border-color: rgb(3 42 76 / 0.9);
}

.focus\:border-brand-800\/95:focus {
  border-color: rgb(3 42 76 / 0.95);
}

.focus\:border-brand-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(2 28 51 / var(--tw-border-opacity));
}

.focus\:border-brand-900\/0:focus {
  border-color: rgb(2 28 51 / 0);
}

.focus\:border-brand-900\/10:focus {
  border-color: rgb(2 28 51 / 0.1);
}

.focus\:border-brand-900\/100:focus {
  border-color: rgb(2 28 51 / 1);
}

.focus\:border-brand-900\/20:focus {
  border-color: rgb(2 28 51 / 0.2);
}

.focus\:border-brand-900\/25:focus {
  border-color: rgb(2 28 51 / 0.25);
}

.focus\:border-brand-900\/30:focus {
  border-color: rgb(2 28 51 / 0.3);
}

.focus\:border-brand-900\/40:focus {
  border-color: rgb(2 28 51 / 0.4);
}

.focus\:border-brand-900\/5:focus {
  border-color: rgb(2 28 51 / 0.05);
}

.focus\:border-brand-900\/50:focus {
  border-color: rgb(2 28 51 / 0.5);
}

.focus\:border-brand-900\/60:focus {
  border-color: rgb(2 28 51 / 0.6);
}

.focus\:border-brand-900\/70:focus {
  border-color: rgb(2 28 51 / 0.7);
}

.focus\:border-brand-900\/75:focus {
  border-color: rgb(2 28 51 / 0.75);
}

.focus\:border-brand-900\/80:focus {
  border-color: rgb(2 28 51 / 0.8);
}

.focus\:border-brand-900\/90:focus {
  border-color: rgb(2 28 51 / 0.9);
}

.focus\:border-brand-900\/95:focus {
  border-color: rgb(2 28 51 / 0.95);
}

.focus\:border-current:focus {
  border-color: currentColor;
}

.focus\:border-cyan-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(207 250 254 / var(--tw-border-opacity));
}

.focus\:border-cyan-100\/0:focus {
  border-color: rgb(207 250 254 / 0);
}

.focus\:border-cyan-100\/10:focus {
  border-color: rgb(207 250 254 / 0.1);
}

.focus\:border-cyan-100\/100:focus {
  border-color: rgb(207 250 254 / 1);
}

.focus\:border-cyan-100\/20:focus {
  border-color: rgb(207 250 254 / 0.2);
}

.focus\:border-cyan-100\/25:focus {
  border-color: rgb(207 250 254 / 0.25);
}

.focus\:border-cyan-100\/30:focus {
  border-color: rgb(207 250 254 / 0.3);
}

.focus\:border-cyan-100\/40:focus {
  border-color: rgb(207 250 254 / 0.4);
}

.focus\:border-cyan-100\/5:focus {
  border-color: rgb(207 250 254 / 0.05);
}

.focus\:border-cyan-100\/50:focus {
  border-color: rgb(207 250 254 / 0.5);
}

.focus\:border-cyan-100\/60:focus {
  border-color: rgb(207 250 254 / 0.6);
}

.focus\:border-cyan-100\/70:focus {
  border-color: rgb(207 250 254 / 0.7);
}

.focus\:border-cyan-100\/75:focus {
  border-color: rgb(207 250 254 / 0.75);
}

.focus\:border-cyan-100\/80:focus {
  border-color: rgb(207 250 254 / 0.8);
}

.focus\:border-cyan-100\/90:focus {
  border-color: rgb(207 250 254 / 0.9);
}

.focus\:border-cyan-100\/95:focus {
  border-color: rgb(207 250 254 / 0.95);
}

.focus\:border-cyan-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(165 243 252 / var(--tw-border-opacity));
}

.focus\:border-cyan-200\/0:focus {
  border-color: rgb(165 243 252 / 0);
}

.focus\:border-cyan-200\/10:focus {
  border-color: rgb(165 243 252 / 0.1);
}

.focus\:border-cyan-200\/100:focus {
  border-color: rgb(165 243 252 / 1);
}

.focus\:border-cyan-200\/20:focus {
  border-color: rgb(165 243 252 / 0.2);
}

.focus\:border-cyan-200\/25:focus {
  border-color: rgb(165 243 252 / 0.25);
}

.focus\:border-cyan-200\/30:focus {
  border-color: rgb(165 243 252 / 0.3);
}

.focus\:border-cyan-200\/40:focus {
  border-color: rgb(165 243 252 / 0.4);
}

.focus\:border-cyan-200\/5:focus {
  border-color: rgb(165 243 252 / 0.05);
}

.focus\:border-cyan-200\/50:focus {
  border-color: rgb(165 243 252 / 0.5);
}

.focus\:border-cyan-200\/60:focus {
  border-color: rgb(165 243 252 / 0.6);
}

.focus\:border-cyan-200\/70:focus {
  border-color: rgb(165 243 252 / 0.7);
}

.focus\:border-cyan-200\/75:focus {
  border-color: rgb(165 243 252 / 0.75);
}

.focus\:border-cyan-200\/80:focus {
  border-color: rgb(165 243 252 / 0.8);
}

.focus\:border-cyan-200\/90:focus {
  border-color: rgb(165 243 252 / 0.9);
}

.focus\:border-cyan-200\/95:focus {
  border-color: rgb(165 243 252 / 0.95);
}

.focus\:border-cyan-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(103 232 249 / var(--tw-border-opacity));
}

.focus\:border-cyan-300\/0:focus {
  border-color: rgb(103 232 249 / 0);
}

.focus\:border-cyan-300\/10:focus {
  border-color: rgb(103 232 249 / 0.1);
}

.focus\:border-cyan-300\/100:focus {
  border-color: rgb(103 232 249 / 1);
}

.focus\:border-cyan-300\/20:focus {
  border-color: rgb(103 232 249 / 0.2);
}

.focus\:border-cyan-300\/25:focus {
  border-color: rgb(103 232 249 / 0.25);
}

.focus\:border-cyan-300\/30:focus {
  border-color: rgb(103 232 249 / 0.3);
}

.focus\:border-cyan-300\/40:focus {
  border-color: rgb(103 232 249 / 0.4);
}

.focus\:border-cyan-300\/5:focus {
  border-color: rgb(103 232 249 / 0.05);
}

.focus\:border-cyan-300\/50:focus {
  border-color: rgb(103 232 249 / 0.5);
}

.focus\:border-cyan-300\/60:focus {
  border-color: rgb(103 232 249 / 0.6);
}

.focus\:border-cyan-300\/70:focus {
  border-color: rgb(103 232 249 / 0.7);
}

.focus\:border-cyan-300\/75:focus {
  border-color: rgb(103 232 249 / 0.75);
}

.focus\:border-cyan-300\/80:focus {
  border-color: rgb(103 232 249 / 0.8);
}

.focus\:border-cyan-300\/90:focus {
  border-color: rgb(103 232 249 / 0.9);
}

.focus\:border-cyan-300\/95:focus {
  border-color: rgb(103 232 249 / 0.95);
}

.focus\:border-cyan-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-border-opacity));
}

.focus\:border-cyan-400\/0:focus {
  border-color: rgb(34 211 238 / 0);
}

.focus\:border-cyan-400\/10:focus {
  border-color: rgb(34 211 238 / 0.1);
}

.focus\:border-cyan-400\/100:focus {
  border-color: rgb(34 211 238 / 1);
}

.focus\:border-cyan-400\/20:focus {
  border-color: rgb(34 211 238 / 0.2);
}

.focus\:border-cyan-400\/25:focus {
  border-color: rgb(34 211 238 / 0.25);
}

.focus\:border-cyan-400\/30:focus {
  border-color: rgb(34 211 238 / 0.3);
}

.focus\:border-cyan-400\/40:focus {
  border-color: rgb(34 211 238 / 0.4);
}

.focus\:border-cyan-400\/5:focus {
  border-color: rgb(34 211 238 / 0.05);
}

.focus\:border-cyan-400\/50:focus {
  border-color: rgb(34 211 238 / 0.5);
}

.focus\:border-cyan-400\/60:focus {
  border-color: rgb(34 211 238 / 0.6);
}

.focus\:border-cyan-400\/70:focus {
  border-color: rgb(34 211 238 / 0.7);
}

.focus\:border-cyan-400\/75:focus {
  border-color: rgb(34 211 238 / 0.75);
}

.focus\:border-cyan-400\/80:focus {
  border-color: rgb(34 211 238 / 0.8);
}

.focus\:border-cyan-400\/90:focus {
  border-color: rgb(34 211 238 / 0.9);
}

.focus\:border-cyan-400\/95:focus {
  border-color: rgb(34 211 238 / 0.95);
}

.focus\:border-cyan-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(236 254 255 / var(--tw-border-opacity));
}

.focus\:border-cyan-50\/0:focus {
  border-color: rgb(236 254 255 / 0);
}

.focus\:border-cyan-50\/10:focus {
  border-color: rgb(236 254 255 / 0.1);
}

.focus\:border-cyan-50\/100:focus {
  border-color: rgb(236 254 255 / 1);
}

.focus\:border-cyan-50\/20:focus {
  border-color: rgb(236 254 255 / 0.2);
}

.focus\:border-cyan-50\/25:focus {
  border-color: rgb(236 254 255 / 0.25);
}

.focus\:border-cyan-50\/30:focus {
  border-color: rgb(236 254 255 / 0.3);
}

.focus\:border-cyan-50\/40:focus {
  border-color: rgb(236 254 255 / 0.4);
}

.focus\:border-cyan-50\/5:focus {
  border-color: rgb(236 254 255 / 0.05);
}

.focus\:border-cyan-50\/50:focus {
  border-color: rgb(236 254 255 / 0.5);
}

.focus\:border-cyan-50\/60:focus {
  border-color: rgb(236 254 255 / 0.6);
}

.focus\:border-cyan-50\/70:focus {
  border-color: rgb(236 254 255 / 0.7);
}

.focus\:border-cyan-50\/75:focus {
  border-color: rgb(236 254 255 / 0.75);
}

.focus\:border-cyan-50\/80:focus {
  border-color: rgb(236 254 255 / 0.8);
}

.focus\:border-cyan-50\/90:focus {
  border-color: rgb(236 254 255 / 0.9);
}

.focus\:border-cyan-50\/95:focus {
  border-color: rgb(236 254 255 / 0.95);
}

.focus\:border-cyan-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-border-opacity));
}

.focus\:border-cyan-500\/0:focus {
  border-color: rgb(6 182 212 / 0);
}

.focus\:border-cyan-500\/10:focus {
  border-color: rgb(6 182 212 / 0.1);
}

.focus\:border-cyan-500\/100:focus {
  border-color: rgb(6 182 212 / 1);
}

.focus\:border-cyan-500\/20:focus {
  border-color: rgb(6 182 212 / 0.2);
}

.focus\:border-cyan-500\/25:focus {
  border-color: rgb(6 182 212 / 0.25);
}

.focus\:border-cyan-500\/30:focus {
  border-color: rgb(6 182 212 / 0.3);
}

.focus\:border-cyan-500\/40:focus {
  border-color: rgb(6 182 212 / 0.4);
}

.focus\:border-cyan-500\/5:focus {
  border-color: rgb(6 182 212 / 0.05);
}

.focus\:border-cyan-500\/50:focus {
  border-color: rgb(6 182 212 / 0.5);
}

.focus\:border-cyan-500\/60:focus {
  border-color: rgb(6 182 212 / 0.6);
}

.focus\:border-cyan-500\/70:focus {
  border-color: rgb(6 182 212 / 0.7);
}

.focus\:border-cyan-500\/75:focus {
  border-color: rgb(6 182 212 / 0.75);
}

.focus\:border-cyan-500\/80:focus {
  border-color: rgb(6 182 212 / 0.8);
}

.focus\:border-cyan-500\/90:focus {
  border-color: rgb(6 182 212 / 0.9);
}

.focus\:border-cyan-500\/95:focus {
  border-color: rgb(6 182 212 / 0.95);
}

.focus\:border-cyan-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(8 145 178 / var(--tw-border-opacity));
}

.focus\:border-cyan-600\/0:focus {
  border-color: rgb(8 145 178 / 0);
}

.focus\:border-cyan-600\/10:focus {
  border-color: rgb(8 145 178 / 0.1);
}

.focus\:border-cyan-600\/100:focus {
  border-color: rgb(8 145 178 / 1);
}

.focus\:border-cyan-600\/20:focus {
  border-color: rgb(8 145 178 / 0.2);
}

.focus\:border-cyan-600\/25:focus {
  border-color: rgb(8 145 178 / 0.25);
}

.focus\:border-cyan-600\/30:focus {
  border-color: rgb(8 145 178 / 0.3);
}

.focus\:border-cyan-600\/40:focus {
  border-color: rgb(8 145 178 / 0.4);
}

.focus\:border-cyan-600\/5:focus {
  border-color: rgb(8 145 178 / 0.05);
}

.focus\:border-cyan-600\/50:focus {
  border-color: rgb(8 145 178 / 0.5);
}

.focus\:border-cyan-600\/60:focus {
  border-color: rgb(8 145 178 / 0.6);
}

.focus\:border-cyan-600\/70:focus {
  border-color: rgb(8 145 178 / 0.7);
}

.focus\:border-cyan-600\/75:focus {
  border-color: rgb(8 145 178 / 0.75);
}

.focus\:border-cyan-600\/80:focus {
  border-color: rgb(8 145 178 / 0.8);
}

.focus\:border-cyan-600\/90:focus {
  border-color: rgb(8 145 178 / 0.9);
}

.focus\:border-cyan-600\/95:focus {
  border-color: rgb(8 145 178 / 0.95);
}

.focus\:border-cyan-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(14 116 144 / var(--tw-border-opacity));
}

.focus\:border-cyan-700\/0:focus {
  border-color: rgb(14 116 144 / 0);
}

.focus\:border-cyan-700\/10:focus {
  border-color: rgb(14 116 144 / 0.1);
}

.focus\:border-cyan-700\/100:focus {
  border-color: rgb(14 116 144 / 1);
}

.focus\:border-cyan-700\/20:focus {
  border-color: rgb(14 116 144 / 0.2);
}

.focus\:border-cyan-700\/25:focus {
  border-color: rgb(14 116 144 / 0.25);
}

.focus\:border-cyan-700\/30:focus {
  border-color: rgb(14 116 144 / 0.3);
}

.focus\:border-cyan-700\/40:focus {
  border-color: rgb(14 116 144 / 0.4);
}

.focus\:border-cyan-700\/5:focus {
  border-color: rgb(14 116 144 / 0.05);
}

.focus\:border-cyan-700\/50:focus {
  border-color: rgb(14 116 144 / 0.5);
}

.focus\:border-cyan-700\/60:focus {
  border-color: rgb(14 116 144 / 0.6);
}

.focus\:border-cyan-700\/70:focus {
  border-color: rgb(14 116 144 / 0.7);
}

.focus\:border-cyan-700\/75:focus {
  border-color: rgb(14 116 144 / 0.75);
}

.focus\:border-cyan-700\/80:focus {
  border-color: rgb(14 116 144 / 0.8);
}

.focus\:border-cyan-700\/90:focus {
  border-color: rgb(14 116 144 / 0.9);
}

.focus\:border-cyan-700\/95:focus {
  border-color: rgb(14 116 144 / 0.95);
}

.focus\:border-cyan-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(21 94 117 / var(--tw-border-opacity));
}

.focus\:border-cyan-800\/0:focus {
  border-color: rgb(21 94 117 / 0);
}

.focus\:border-cyan-800\/10:focus {
  border-color: rgb(21 94 117 / 0.1);
}

.focus\:border-cyan-800\/100:focus {
  border-color: rgb(21 94 117 / 1);
}

.focus\:border-cyan-800\/20:focus {
  border-color: rgb(21 94 117 / 0.2);
}

.focus\:border-cyan-800\/25:focus {
  border-color: rgb(21 94 117 / 0.25);
}

.focus\:border-cyan-800\/30:focus {
  border-color: rgb(21 94 117 / 0.3);
}

.focus\:border-cyan-800\/40:focus {
  border-color: rgb(21 94 117 / 0.4);
}

.focus\:border-cyan-800\/5:focus {
  border-color: rgb(21 94 117 / 0.05);
}

.focus\:border-cyan-800\/50:focus {
  border-color: rgb(21 94 117 / 0.5);
}

.focus\:border-cyan-800\/60:focus {
  border-color: rgb(21 94 117 / 0.6);
}

.focus\:border-cyan-800\/70:focus {
  border-color: rgb(21 94 117 / 0.7);
}

.focus\:border-cyan-800\/75:focus {
  border-color: rgb(21 94 117 / 0.75);
}

.focus\:border-cyan-800\/80:focus {
  border-color: rgb(21 94 117 / 0.8);
}

.focus\:border-cyan-800\/90:focus {
  border-color: rgb(21 94 117 / 0.9);
}

.focus\:border-cyan-800\/95:focus {
  border-color: rgb(21 94 117 / 0.95);
}

.focus\:border-cyan-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(22 78 99 / var(--tw-border-opacity));
}

.focus\:border-cyan-900\/0:focus {
  border-color: rgb(22 78 99 / 0);
}

.focus\:border-cyan-900\/10:focus {
  border-color: rgb(22 78 99 / 0.1);
}

.focus\:border-cyan-900\/100:focus {
  border-color: rgb(22 78 99 / 1);
}

.focus\:border-cyan-900\/20:focus {
  border-color: rgb(22 78 99 / 0.2);
}

.focus\:border-cyan-900\/25:focus {
  border-color: rgb(22 78 99 / 0.25);
}

.focus\:border-cyan-900\/30:focus {
  border-color: rgb(22 78 99 / 0.3);
}

.focus\:border-cyan-900\/40:focus {
  border-color: rgb(22 78 99 / 0.4);
}

.focus\:border-cyan-900\/5:focus {
  border-color: rgb(22 78 99 / 0.05);
}

.focus\:border-cyan-900\/50:focus {
  border-color: rgb(22 78 99 / 0.5);
}

.focus\:border-cyan-900\/60:focus {
  border-color: rgb(22 78 99 / 0.6);
}

.focus\:border-cyan-900\/70:focus {
  border-color: rgb(22 78 99 / 0.7);
}

.focus\:border-cyan-900\/75:focus {
  border-color: rgb(22 78 99 / 0.75);
}

.focus\:border-cyan-900\/80:focus {
  border-color: rgb(22 78 99 / 0.8);
}

.focus\:border-cyan-900\/90:focus {
  border-color: rgb(22 78 99 / 0.9);
}

.focus\:border-cyan-900\/95:focus {
  border-color: rgb(22 78 99 / 0.95);
}

.focus\:border-cyan-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(8 51 68 / var(--tw-border-opacity));
}

.focus\:border-cyan-950\/0:focus {
  border-color: rgb(8 51 68 / 0);
}

.focus\:border-cyan-950\/10:focus {
  border-color: rgb(8 51 68 / 0.1);
}

.focus\:border-cyan-950\/100:focus {
  border-color: rgb(8 51 68 / 1);
}

.focus\:border-cyan-950\/20:focus {
  border-color: rgb(8 51 68 / 0.2);
}

.focus\:border-cyan-950\/25:focus {
  border-color: rgb(8 51 68 / 0.25);
}

.focus\:border-cyan-950\/30:focus {
  border-color: rgb(8 51 68 / 0.3);
}

.focus\:border-cyan-950\/40:focus {
  border-color: rgb(8 51 68 / 0.4);
}

.focus\:border-cyan-950\/5:focus {
  border-color: rgb(8 51 68 / 0.05);
}

.focus\:border-cyan-950\/50:focus {
  border-color: rgb(8 51 68 / 0.5);
}

.focus\:border-cyan-950\/60:focus {
  border-color: rgb(8 51 68 / 0.6);
}

.focus\:border-cyan-950\/70:focus {
  border-color: rgb(8 51 68 / 0.7);
}

.focus\:border-cyan-950\/75:focus {
  border-color: rgb(8 51 68 / 0.75);
}

.focus\:border-cyan-950\/80:focus {
  border-color: rgb(8 51 68 / 0.8);
}

.focus\:border-cyan-950\/90:focus {
  border-color: rgb(8 51 68 / 0.9);
}

.focus\:border-cyan-950\/95:focus {
  border-color: rgb(8 51 68 / 0.95);
}

.focus\:border-emerald-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity));
}

.focus\:border-emerald-100\/0:focus {
  border-color: rgb(209 250 229 / 0);
}

.focus\:border-emerald-100\/10:focus {
  border-color: rgb(209 250 229 / 0.1);
}

.focus\:border-emerald-100\/100:focus {
  border-color: rgb(209 250 229 / 1);
}

.focus\:border-emerald-100\/20:focus {
  border-color: rgb(209 250 229 / 0.2);
}

.focus\:border-emerald-100\/25:focus {
  border-color: rgb(209 250 229 / 0.25);
}

.focus\:border-emerald-100\/30:focus {
  border-color: rgb(209 250 229 / 0.3);
}

.focus\:border-emerald-100\/40:focus {
  border-color: rgb(209 250 229 / 0.4);
}

.focus\:border-emerald-100\/5:focus {
  border-color: rgb(209 250 229 / 0.05);
}

.focus\:border-emerald-100\/50:focus {
  border-color: rgb(209 250 229 / 0.5);
}

.focus\:border-emerald-100\/60:focus {
  border-color: rgb(209 250 229 / 0.6);
}

.focus\:border-emerald-100\/70:focus {
  border-color: rgb(209 250 229 / 0.7);
}

.focus\:border-emerald-100\/75:focus {
  border-color: rgb(209 250 229 / 0.75);
}

.focus\:border-emerald-100\/80:focus {
  border-color: rgb(209 250 229 / 0.8);
}

.focus\:border-emerald-100\/90:focus {
  border-color: rgb(209 250 229 / 0.9);
}

.focus\:border-emerald-100\/95:focus {
  border-color: rgb(209 250 229 / 0.95);
}

.focus\:border-emerald-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity));
}

.focus\:border-emerald-200\/0:focus {
  border-color: rgb(167 243 208 / 0);
}

.focus\:border-emerald-200\/10:focus {
  border-color: rgb(167 243 208 / 0.1);
}

.focus\:border-emerald-200\/100:focus {
  border-color: rgb(167 243 208 / 1);
}

.focus\:border-emerald-200\/20:focus {
  border-color: rgb(167 243 208 / 0.2);
}

.focus\:border-emerald-200\/25:focus {
  border-color: rgb(167 243 208 / 0.25);
}

.focus\:border-emerald-200\/30:focus {
  border-color: rgb(167 243 208 / 0.3);
}

.focus\:border-emerald-200\/40:focus {
  border-color: rgb(167 243 208 / 0.4);
}

.focus\:border-emerald-200\/5:focus {
  border-color: rgb(167 243 208 / 0.05);
}

.focus\:border-emerald-200\/50:focus {
  border-color: rgb(167 243 208 / 0.5);
}

.focus\:border-emerald-200\/60:focus {
  border-color: rgb(167 243 208 / 0.6);
}

.focus\:border-emerald-200\/70:focus {
  border-color: rgb(167 243 208 / 0.7);
}

.focus\:border-emerald-200\/75:focus {
  border-color: rgb(167 243 208 / 0.75);
}

.focus\:border-emerald-200\/80:focus {
  border-color: rgb(167 243 208 / 0.8);
}

.focus\:border-emerald-200\/90:focus {
  border-color: rgb(167 243 208 / 0.9);
}

.focus\:border-emerald-200\/95:focus {
  border-color: rgb(167 243 208 / 0.95);
}

.focus\:border-emerald-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity));
}

.focus\:border-emerald-300\/0:focus {
  border-color: rgb(110 231 183 / 0);
}

.focus\:border-emerald-300\/10:focus {
  border-color: rgb(110 231 183 / 0.1);
}

.focus\:border-emerald-300\/100:focus {
  border-color: rgb(110 231 183 / 1);
}

.focus\:border-emerald-300\/20:focus {
  border-color: rgb(110 231 183 / 0.2);
}

.focus\:border-emerald-300\/25:focus {
  border-color: rgb(110 231 183 / 0.25);
}

.focus\:border-emerald-300\/30:focus {
  border-color: rgb(110 231 183 / 0.3);
}

.focus\:border-emerald-300\/40:focus {
  border-color: rgb(110 231 183 / 0.4);
}

.focus\:border-emerald-300\/5:focus {
  border-color: rgb(110 231 183 / 0.05);
}

.focus\:border-emerald-300\/50:focus {
  border-color: rgb(110 231 183 / 0.5);
}

.focus\:border-emerald-300\/60:focus {
  border-color: rgb(110 231 183 / 0.6);
}

.focus\:border-emerald-300\/70:focus {
  border-color: rgb(110 231 183 / 0.7);
}

.focus\:border-emerald-300\/75:focus {
  border-color: rgb(110 231 183 / 0.75);
}

.focus\:border-emerald-300\/80:focus {
  border-color: rgb(110 231 183 / 0.8);
}

.focus\:border-emerald-300\/90:focus {
  border-color: rgb(110 231 183 / 0.9);
}

.focus\:border-emerald-300\/95:focus {
  border-color: rgb(110 231 183 / 0.95);
}

.focus\:border-emerald-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.focus\:border-emerald-400\/0:focus {
  border-color: rgb(52 211 153 / 0);
}

.focus\:border-emerald-400\/10:focus {
  border-color: rgb(52 211 153 / 0.1);
}

.focus\:border-emerald-400\/100:focus {
  border-color: rgb(52 211 153 / 1);
}

.focus\:border-emerald-400\/20:focus {
  border-color: rgb(52 211 153 / 0.2);
}

.focus\:border-emerald-400\/25:focus {
  border-color: rgb(52 211 153 / 0.25);
}

.focus\:border-emerald-400\/30:focus {
  border-color: rgb(52 211 153 / 0.3);
}

.focus\:border-emerald-400\/40:focus {
  border-color: rgb(52 211 153 / 0.4);
}

.focus\:border-emerald-400\/5:focus {
  border-color: rgb(52 211 153 / 0.05);
}

.focus\:border-emerald-400\/50:focus {
  border-color: rgb(52 211 153 / 0.5);
}

.focus\:border-emerald-400\/60:focus {
  border-color: rgb(52 211 153 / 0.6);
}

.focus\:border-emerald-400\/70:focus {
  border-color: rgb(52 211 153 / 0.7);
}

.focus\:border-emerald-400\/75:focus {
  border-color: rgb(52 211 153 / 0.75);
}

.focus\:border-emerald-400\/80:focus {
  border-color: rgb(52 211 153 / 0.8);
}

.focus\:border-emerald-400\/90:focus {
  border-color: rgb(52 211 153 / 0.9);
}

.focus\:border-emerald-400\/95:focus {
  border-color: rgb(52 211 153 / 0.95);
}

.focus\:border-emerald-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(236 253 245 / var(--tw-border-opacity));
}

.focus\:border-emerald-50\/0:focus {
  border-color: rgb(236 253 245 / 0);
}

.focus\:border-emerald-50\/10:focus {
  border-color: rgb(236 253 245 / 0.1);
}

.focus\:border-emerald-50\/100:focus {
  border-color: rgb(236 253 245 / 1);
}

.focus\:border-emerald-50\/20:focus {
  border-color: rgb(236 253 245 / 0.2);
}

.focus\:border-emerald-50\/25:focus {
  border-color: rgb(236 253 245 / 0.25);
}

.focus\:border-emerald-50\/30:focus {
  border-color: rgb(236 253 245 / 0.3);
}

.focus\:border-emerald-50\/40:focus {
  border-color: rgb(236 253 245 / 0.4);
}

.focus\:border-emerald-50\/5:focus {
  border-color: rgb(236 253 245 / 0.05);
}

.focus\:border-emerald-50\/50:focus {
  border-color: rgb(236 253 245 / 0.5);
}

.focus\:border-emerald-50\/60:focus {
  border-color: rgb(236 253 245 / 0.6);
}

.focus\:border-emerald-50\/70:focus {
  border-color: rgb(236 253 245 / 0.7);
}

.focus\:border-emerald-50\/75:focus {
  border-color: rgb(236 253 245 / 0.75);
}

.focus\:border-emerald-50\/80:focus {
  border-color: rgb(236 253 245 / 0.8);
}

.focus\:border-emerald-50\/90:focus {
  border-color: rgb(236 253 245 / 0.9);
}

.focus\:border-emerald-50\/95:focus {
  border-color: rgb(236 253 245 / 0.95);
}

.focus\:border-emerald-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.focus\:border-emerald-500\/0:focus {
  border-color: rgb(16 185 129 / 0);
}

.focus\:border-emerald-500\/10:focus {
  border-color: rgb(16 185 129 / 0.1);
}

.focus\:border-emerald-500\/100:focus {
  border-color: rgb(16 185 129 / 1);
}

.focus\:border-emerald-500\/20:focus {
  border-color: rgb(16 185 129 / 0.2);
}

.focus\:border-emerald-500\/25:focus {
  border-color: rgb(16 185 129 / 0.25);
}

.focus\:border-emerald-500\/30:focus {
  border-color: rgb(16 185 129 / 0.3);
}

.focus\:border-emerald-500\/40:focus {
  border-color: rgb(16 185 129 / 0.4);
}

.focus\:border-emerald-500\/5:focus {
  border-color: rgb(16 185 129 / 0.05);
}

.focus\:border-emerald-500\/50:focus {
  border-color: rgb(16 185 129 / 0.5);
}

.focus\:border-emerald-500\/60:focus {
  border-color: rgb(16 185 129 / 0.6);
}

.focus\:border-emerald-500\/70:focus {
  border-color: rgb(16 185 129 / 0.7);
}

.focus\:border-emerald-500\/75:focus {
  border-color: rgb(16 185 129 / 0.75);
}

.focus\:border-emerald-500\/80:focus {
  border-color: rgb(16 185 129 / 0.8);
}

.focus\:border-emerald-500\/90:focus {
  border-color: rgb(16 185 129 / 0.9);
}

.focus\:border-emerald-500\/95:focus {
  border-color: rgb(16 185 129 / 0.95);
}

.focus\:border-emerald-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity));
}

.focus\:border-emerald-600\/0:focus {
  border-color: rgb(5 150 105 / 0);
}

.focus\:border-emerald-600\/10:focus {
  border-color: rgb(5 150 105 / 0.1);
}

.focus\:border-emerald-600\/100:focus {
  border-color: rgb(5 150 105 / 1);
}

.focus\:border-emerald-600\/20:focus {
  border-color: rgb(5 150 105 / 0.2);
}

.focus\:border-emerald-600\/25:focus {
  border-color: rgb(5 150 105 / 0.25);
}

.focus\:border-emerald-600\/30:focus {
  border-color: rgb(5 150 105 / 0.3);
}

.focus\:border-emerald-600\/40:focus {
  border-color: rgb(5 150 105 / 0.4);
}

.focus\:border-emerald-600\/5:focus {
  border-color: rgb(5 150 105 / 0.05);
}

.focus\:border-emerald-600\/50:focus {
  border-color: rgb(5 150 105 / 0.5);
}

.focus\:border-emerald-600\/60:focus {
  border-color: rgb(5 150 105 / 0.6);
}

.focus\:border-emerald-600\/70:focus {
  border-color: rgb(5 150 105 / 0.7);
}

.focus\:border-emerald-600\/75:focus {
  border-color: rgb(5 150 105 / 0.75);
}

.focus\:border-emerald-600\/80:focus {
  border-color: rgb(5 150 105 / 0.8);
}

.focus\:border-emerald-600\/90:focus {
  border-color: rgb(5 150 105 / 0.9);
}

.focus\:border-emerald-600\/95:focus {
  border-color: rgb(5 150 105 / 0.95);
}

.focus\:border-emerald-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-border-opacity));
}

.focus\:border-emerald-700\/0:focus {
  border-color: rgb(4 120 87 / 0);
}

.focus\:border-emerald-700\/10:focus {
  border-color: rgb(4 120 87 / 0.1);
}

.focus\:border-emerald-700\/100:focus {
  border-color: rgb(4 120 87 / 1);
}

.focus\:border-emerald-700\/20:focus {
  border-color: rgb(4 120 87 / 0.2);
}

.focus\:border-emerald-700\/25:focus {
  border-color: rgb(4 120 87 / 0.25);
}

.focus\:border-emerald-700\/30:focus {
  border-color: rgb(4 120 87 / 0.3);
}

.focus\:border-emerald-700\/40:focus {
  border-color: rgb(4 120 87 / 0.4);
}

.focus\:border-emerald-700\/5:focus {
  border-color: rgb(4 120 87 / 0.05);
}

.focus\:border-emerald-700\/50:focus {
  border-color: rgb(4 120 87 / 0.5);
}

.focus\:border-emerald-700\/60:focus {
  border-color: rgb(4 120 87 / 0.6);
}

.focus\:border-emerald-700\/70:focus {
  border-color: rgb(4 120 87 / 0.7);
}

.focus\:border-emerald-700\/75:focus {
  border-color: rgb(4 120 87 / 0.75);
}

.focus\:border-emerald-700\/80:focus {
  border-color: rgb(4 120 87 / 0.8);
}

.focus\:border-emerald-700\/90:focus {
  border-color: rgb(4 120 87 / 0.9);
}

.focus\:border-emerald-700\/95:focus {
  border-color: rgb(4 120 87 / 0.95);
}

.focus\:border-emerald-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-border-opacity));
}

.focus\:border-emerald-800\/0:focus {
  border-color: rgb(6 95 70 / 0);
}

.focus\:border-emerald-800\/10:focus {
  border-color: rgb(6 95 70 / 0.1);
}

.focus\:border-emerald-800\/100:focus {
  border-color: rgb(6 95 70 / 1);
}

.focus\:border-emerald-800\/20:focus {
  border-color: rgb(6 95 70 / 0.2);
}

.focus\:border-emerald-800\/25:focus {
  border-color: rgb(6 95 70 / 0.25);
}

.focus\:border-emerald-800\/30:focus {
  border-color: rgb(6 95 70 / 0.3);
}

.focus\:border-emerald-800\/40:focus {
  border-color: rgb(6 95 70 / 0.4);
}

.focus\:border-emerald-800\/5:focus {
  border-color: rgb(6 95 70 / 0.05);
}

.focus\:border-emerald-800\/50:focus {
  border-color: rgb(6 95 70 / 0.5);
}

.focus\:border-emerald-800\/60:focus {
  border-color: rgb(6 95 70 / 0.6);
}

.focus\:border-emerald-800\/70:focus {
  border-color: rgb(6 95 70 / 0.7);
}

.focus\:border-emerald-800\/75:focus {
  border-color: rgb(6 95 70 / 0.75);
}

.focus\:border-emerald-800\/80:focus {
  border-color: rgb(6 95 70 / 0.8);
}

.focus\:border-emerald-800\/90:focus {
  border-color: rgb(6 95 70 / 0.9);
}

.focus\:border-emerald-800\/95:focus {
  border-color: rgb(6 95 70 / 0.95);
}

.focus\:border-emerald-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(6 78 59 / var(--tw-border-opacity));
}

.focus\:border-emerald-900\/0:focus {
  border-color: rgb(6 78 59 / 0);
}

.focus\:border-emerald-900\/10:focus {
  border-color: rgb(6 78 59 / 0.1);
}

.focus\:border-emerald-900\/100:focus {
  border-color: rgb(6 78 59 / 1);
}

.focus\:border-emerald-900\/20:focus {
  border-color: rgb(6 78 59 / 0.2);
}

.focus\:border-emerald-900\/25:focus {
  border-color: rgb(6 78 59 / 0.25);
}

.focus\:border-emerald-900\/30:focus {
  border-color: rgb(6 78 59 / 0.3);
}

.focus\:border-emerald-900\/40:focus {
  border-color: rgb(6 78 59 / 0.4);
}

.focus\:border-emerald-900\/5:focus {
  border-color: rgb(6 78 59 / 0.05);
}

.focus\:border-emerald-900\/50:focus {
  border-color: rgb(6 78 59 / 0.5);
}

.focus\:border-emerald-900\/60:focus {
  border-color: rgb(6 78 59 / 0.6);
}

.focus\:border-emerald-900\/70:focus {
  border-color: rgb(6 78 59 / 0.7);
}

.focus\:border-emerald-900\/75:focus {
  border-color: rgb(6 78 59 / 0.75);
}

.focus\:border-emerald-900\/80:focus {
  border-color: rgb(6 78 59 / 0.8);
}

.focus\:border-emerald-900\/90:focus {
  border-color: rgb(6 78 59 / 0.9);
}

.focus\:border-emerald-900\/95:focus {
  border-color: rgb(6 78 59 / 0.95);
}

.focus\:border-emerald-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(2 44 34 / var(--tw-border-opacity));
}

.focus\:border-emerald-950\/0:focus {
  border-color: rgb(2 44 34 / 0);
}

.focus\:border-emerald-950\/10:focus {
  border-color: rgb(2 44 34 / 0.1);
}

.focus\:border-emerald-950\/100:focus {
  border-color: rgb(2 44 34 / 1);
}

.focus\:border-emerald-950\/20:focus {
  border-color: rgb(2 44 34 / 0.2);
}

.focus\:border-emerald-950\/25:focus {
  border-color: rgb(2 44 34 / 0.25);
}

.focus\:border-emerald-950\/30:focus {
  border-color: rgb(2 44 34 / 0.3);
}

.focus\:border-emerald-950\/40:focus {
  border-color: rgb(2 44 34 / 0.4);
}

.focus\:border-emerald-950\/5:focus {
  border-color: rgb(2 44 34 / 0.05);
}

.focus\:border-emerald-950\/50:focus {
  border-color: rgb(2 44 34 / 0.5);
}

.focus\:border-emerald-950\/60:focus {
  border-color: rgb(2 44 34 / 0.6);
}

.focus\:border-emerald-950\/70:focus {
  border-color: rgb(2 44 34 / 0.7);
}

.focus\:border-emerald-950\/75:focus {
  border-color: rgb(2 44 34 / 0.75);
}

.focus\:border-emerald-950\/80:focus {
  border-color: rgb(2 44 34 / 0.8);
}

.focus\:border-emerald-950\/90:focus {
  border-color: rgb(2 44 34 / 0.9);
}

.focus\:border-emerald-950\/95:focus {
  border-color: rgb(2 44 34 / 0.95);
}

.focus\:border-fuchsia-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(250 232 255 / var(--tw-border-opacity));
}

.focus\:border-fuchsia-100\/0:focus {
  border-color: rgb(250 232 255 / 0);
}

.focus\:border-fuchsia-100\/10:focus {
  border-color: rgb(250 232 255 / 0.1);
}

.focus\:border-fuchsia-100\/100:focus {
  border-color: rgb(250 232 255 / 1);
}

.focus\:border-fuchsia-100\/20:focus {
  border-color: rgb(250 232 255 / 0.2);
}

.focus\:border-fuchsia-100\/25:focus {
  border-color: rgb(250 232 255 / 0.25);
}

.focus\:border-fuchsia-100\/30:focus {
  border-color: rgb(250 232 255 / 0.3);
}

.focus\:border-fuchsia-100\/40:focus {
  border-color: rgb(250 232 255 / 0.4);
}

.focus\:border-fuchsia-100\/5:focus {
  border-color: rgb(250 232 255 / 0.05);
}

.focus\:border-fuchsia-100\/50:focus {
  border-color: rgb(250 232 255 / 0.5);
}

.focus\:border-fuchsia-100\/60:focus {
  border-color: rgb(250 232 255 / 0.6);
}

.focus\:border-fuchsia-100\/70:focus {
  border-color: rgb(250 232 255 / 0.7);
}

.focus\:border-fuchsia-100\/75:focus {
  border-color: rgb(250 232 255 / 0.75);
}

.focus\:border-fuchsia-100\/80:focus {
  border-color: rgb(250 232 255 / 0.8);
}

.focus\:border-fuchsia-100\/90:focus {
  border-color: rgb(250 232 255 / 0.9);
}

.focus\:border-fuchsia-100\/95:focus {
  border-color: rgb(250 232 255 / 0.95);
}

.focus\:border-fuchsia-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(245 208 254 / var(--tw-border-opacity));
}

.focus\:border-fuchsia-200\/0:focus {
  border-color: rgb(245 208 254 / 0);
}

.focus\:border-fuchsia-200\/10:focus {
  border-color: rgb(245 208 254 / 0.1);
}

.focus\:border-fuchsia-200\/100:focus {
  border-color: rgb(245 208 254 / 1);
}

.focus\:border-fuchsia-200\/20:focus {
  border-color: rgb(245 208 254 / 0.2);
}

.focus\:border-fuchsia-200\/25:focus {
  border-color: rgb(245 208 254 / 0.25);
}

.focus\:border-fuchsia-200\/30:focus {
  border-color: rgb(245 208 254 / 0.3);
}

.focus\:border-fuchsia-200\/40:focus {
  border-color: rgb(245 208 254 / 0.4);
}

.focus\:border-fuchsia-200\/5:focus {
  border-color: rgb(245 208 254 / 0.05);
}

.focus\:border-fuchsia-200\/50:focus {
  border-color: rgb(245 208 254 / 0.5);
}

.focus\:border-fuchsia-200\/60:focus {
  border-color: rgb(245 208 254 / 0.6);
}

.focus\:border-fuchsia-200\/70:focus {
  border-color: rgb(245 208 254 / 0.7);
}

.focus\:border-fuchsia-200\/75:focus {
  border-color: rgb(245 208 254 / 0.75);
}

.focus\:border-fuchsia-200\/80:focus {
  border-color: rgb(245 208 254 / 0.8);
}

.focus\:border-fuchsia-200\/90:focus {
  border-color: rgb(245 208 254 / 0.9);
}

.focus\:border-fuchsia-200\/95:focus {
  border-color: rgb(245 208 254 / 0.95);
}

.focus\:border-fuchsia-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(240 171 252 / var(--tw-border-opacity));
}

.focus\:border-fuchsia-300\/0:focus {
  border-color: rgb(240 171 252 / 0);
}

.focus\:border-fuchsia-300\/10:focus {
  border-color: rgb(240 171 252 / 0.1);
}

.focus\:border-fuchsia-300\/100:focus {
  border-color: rgb(240 171 252 / 1);
}

.focus\:border-fuchsia-300\/20:focus {
  border-color: rgb(240 171 252 / 0.2);
}

.focus\:border-fuchsia-300\/25:focus {
  border-color: rgb(240 171 252 / 0.25);
}

.focus\:border-fuchsia-300\/30:focus {
  border-color: rgb(240 171 252 / 0.3);
}

.focus\:border-fuchsia-300\/40:focus {
  border-color: rgb(240 171 252 / 0.4);
}

.focus\:border-fuchsia-300\/5:focus {
  border-color: rgb(240 171 252 / 0.05);
}

.focus\:border-fuchsia-300\/50:focus {
  border-color: rgb(240 171 252 / 0.5);
}

.focus\:border-fuchsia-300\/60:focus {
  border-color: rgb(240 171 252 / 0.6);
}

.focus\:border-fuchsia-300\/70:focus {
  border-color: rgb(240 171 252 / 0.7);
}

.focus\:border-fuchsia-300\/75:focus {
  border-color: rgb(240 171 252 / 0.75);
}

.focus\:border-fuchsia-300\/80:focus {
  border-color: rgb(240 171 252 / 0.8);
}

.focus\:border-fuchsia-300\/90:focus {
  border-color: rgb(240 171 252 / 0.9);
}

.focus\:border-fuchsia-300\/95:focus {
  border-color: rgb(240 171 252 / 0.95);
}

.focus\:border-fuchsia-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(232 121 249 / var(--tw-border-opacity));
}

.focus\:border-fuchsia-400\/0:focus {
  border-color: rgb(232 121 249 / 0);
}

.focus\:border-fuchsia-400\/10:focus {
  border-color: rgb(232 121 249 / 0.1);
}

.focus\:border-fuchsia-400\/100:focus {
  border-color: rgb(232 121 249 / 1);
}

.focus\:border-fuchsia-400\/20:focus {
  border-color: rgb(232 121 249 / 0.2);
}

.focus\:border-fuchsia-400\/25:focus {
  border-color: rgb(232 121 249 / 0.25);
}

.focus\:border-fuchsia-400\/30:focus {
  border-color: rgb(232 121 249 / 0.3);
}

.focus\:border-fuchsia-400\/40:focus {
  border-color: rgb(232 121 249 / 0.4);
}

.focus\:border-fuchsia-400\/5:focus {
  border-color: rgb(232 121 249 / 0.05);
}

.focus\:border-fuchsia-400\/50:focus {
  border-color: rgb(232 121 249 / 0.5);
}

.focus\:border-fuchsia-400\/60:focus {
  border-color: rgb(232 121 249 / 0.6);
}

.focus\:border-fuchsia-400\/70:focus {
  border-color: rgb(232 121 249 / 0.7);
}

.focus\:border-fuchsia-400\/75:focus {
  border-color: rgb(232 121 249 / 0.75);
}

.focus\:border-fuchsia-400\/80:focus {
  border-color: rgb(232 121 249 / 0.8);
}

.focus\:border-fuchsia-400\/90:focus {
  border-color: rgb(232 121 249 / 0.9);
}

.focus\:border-fuchsia-400\/95:focus {
  border-color: rgb(232 121 249 / 0.95);
}

.focus\:border-fuchsia-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(253 244 255 / var(--tw-border-opacity));
}

.focus\:border-fuchsia-50\/0:focus {
  border-color: rgb(253 244 255 / 0);
}

.focus\:border-fuchsia-50\/10:focus {
  border-color: rgb(253 244 255 / 0.1);
}

.focus\:border-fuchsia-50\/100:focus {
  border-color: rgb(253 244 255 / 1);
}

.focus\:border-fuchsia-50\/20:focus {
  border-color: rgb(253 244 255 / 0.2);
}

.focus\:border-fuchsia-50\/25:focus {
  border-color: rgb(253 244 255 / 0.25);
}

.focus\:border-fuchsia-50\/30:focus {
  border-color: rgb(253 244 255 / 0.3);
}

.focus\:border-fuchsia-50\/40:focus {
  border-color: rgb(253 244 255 / 0.4);
}

.focus\:border-fuchsia-50\/5:focus {
  border-color: rgb(253 244 255 / 0.05);
}

.focus\:border-fuchsia-50\/50:focus {
  border-color: rgb(253 244 255 / 0.5);
}

.focus\:border-fuchsia-50\/60:focus {
  border-color: rgb(253 244 255 / 0.6);
}

.focus\:border-fuchsia-50\/70:focus {
  border-color: rgb(253 244 255 / 0.7);
}

.focus\:border-fuchsia-50\/75:focus {
  border-color: rgb(253 244 255 / 0.75);
}

.focus\:border-fuchsia-50\/80:focus {
  border-color: rgb(253 244 255 / 0.8);
}

.focus\:border-fuchsia-50\/90:focus {
  border-color: rgb(253 244 255 / 0.9);
}

.focus\:border-fuchsia-50\/95:focus {
  border-color: rgb(253 244 255 / 0.95);
}

.focus\:border-fuchsia-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(217 70 239 / var(--tw-border-opacity));
}

.focus\:border-fuchsia-500\/0:focus {
  border-color: rgb(217 70 239 / 0);
}

.focus\:border-fuchsia-500\/10:focus {
  border-color: rgb(217 70 239 / 0.1);
}

.focus\:border-fuchsia-500\/100:focus {
  border-color: rgb(217 70 239 / 1);
}

.focus\:border-fuchsia-500\/20:focus {
  border-color: rgb(217 70 239 / 0.2);
}

.focus\:border-fuchsia-500\/25:focus {
  border-color: rgb(217 70 239 / 0.25);
}

.focus\:border-fuchsia-500\/30:focus {
  border-color: rgb(217 70 239 / 0.3);
}

.focus\:border-fuchsia-500\/40:focus {
  border-color: rgb(217 70 239 / 0.4);
}

.focus\:border-fuchsia-500\/5:focus {
  border-color: rgb(217 70 239 / 0.05);
}

.focus\:border-fuchsia-500\/50:focus {
  border-color: rgb(217 70 239 / 0.5);
}

.focus\:border-fuchsia-500\/60:focus {
  border-color: rgb(217 70 239 / 0.6);
}

.focus\:border-fuchsia-500\/70:focus {
  border-color: rgb(217 70 239 / 0.7);
}

.focus\:border-fuchsia-500\/75:focus {
  border-color: rgb(217 70 239 / 0.75);
}

.focus\:border-fuchsia-500\/80:focus {
  border-color: rgb(217 70 239 / 0.8);
}

.focus\:border-fuchsia-500\/90:focus {
  border-color: rgb(217 70 239 / 0.9);
}

.focus\:border-fuchsia-500\/95:focus {
  border-color: rgb(217 70 239 / 0.95);
}

.focus\:border-fuchsia-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(192 38 211 / var(--tw-border-opacity));
}

.focus\:border-fuchsia-600\/0:focus {
  border-color: rgb(192 38 211 / 0);
}

.focus\:border-fuchsia-600\/10:focus {
  border-color: rgb(192 38 211 / 0.1);
}

.focus\:border-fuchsia-600\/100:focus {
  border-color: rgb(192 38 211 / 1);
}

.focus\:border-fuchsia-600\/20:focus {
  border-color: rgb(192 38 211 / 0.2);
}

.focus\:border-fuchsia-600\/25:focus {
  border-color: rgb(192 38 211 / 0.25);
}

.focus\:border-fuchsia-600\/30:focus {
  border-color: rgb(192 38 211 / 0.3);
}

.focus\:border-fuchsia-600\/40:focus {
  border-color: rgb(192 38 211 / 0.4);
}

.focus\:border-fuchsia-600\/5:focus {
  border-color: rgb(192 38 211 / 0.05);
}

.focus\:border-fuchsia-600\/50:focus {
  border-color: rgb(192 38 211 / 0.5);
}

.focus\:border-fuchsia-600\/60:focus {
  border-color: rgb(192 38 211 / 0.6);
}

.focus\:border-fuchsia-600\/70:focus {
  border-color: rgb(192 38 211 / 0.7);
}

.focus\:border-fuchsia-600\/75:focus {
  border-color: rgb(192 38 211 / 0.75);
}

.focus\:border-fuchsia-600\/80:focus {
  border-color: rgb(192 38 211 / 0.8);
}

.focus\:border-fuchsia-600\/90:focus {
  border-color: rgb(192 38 211 / 0.9);
}

.focus\:border-fuchsia-600\/95:focus {
  border-color: rgb(192 38 211 / 0.95);
}

.focus\:border-fuchsia-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(162 28 175 / var(--tw-border-opacity));
}

.focus\:border-fuchsia-700\/0:focus {
  border-color: rgb(162 28 175 / 0);
}

.focus\:border-fuchsia-700\/10:focus {
  border-color: rgb(162 28 175 / 0.1);
}

.focus\:border-fuchsia-700\/100:focus {
  border-color: rgb(162 28 175 / 1);
}

.focus\:border-fuchsia-700\/20:focus {
  border-color: rgb(162 28 175 / 0.2);
}

.focus\:border-fuchsia-700\/25:focus {
  border-color: rgb(162 28 175 / 0.25);
}

.focus\:border-fuchsia-700\/30:focus {
  border-color: rgb(162 28 175 / 0.3);
}

.focus\:border-fuchsia-700\/40:focus {
  border-color: rgb(162 28 175 / 0.4);
}

.focus\:border-fuchsia-700\/5:focus {
  border-color: rgb(162 28 175 / 0.05);
}

.focus\:border-fuchsia-700\/50:focus {
  border-color: rgb(162 28 175 / 0.5);
}

.focus\:border-fuchsia-700\/60:focus {
  border-color: rgb(162 28 175 / 0.6);
}

.focus\:border-fuchsia-700\/70:focus {
  border-color: rgb(162 28 175 / 0.7);
}

.focus\:border-fuchsia-700\/75:focus {
  border-color: rgb(162 28 175 / 0.75);
}

.focus\:border-fuchsia-700\/80:focus {
  border-color: rgb(162 28 175 / 0.8);
}

.focus\:border-fuchsia-700\/90:focus {
  border-color: rgb(162 28 175 / 0.9);
}

.focus\:border-fuchsia-700\/95:focus {
  border-color: rgb(162 28 175 / 0.95);
}

.focus\:border-fuchsia-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(134 25 143 / var(--tw-border-opacity));
}

.focus\:border-fuchsia-800\/0:focus {
  border-color: rgb(134 25 143 / 0);
}

.focus\:border-fuchsia-800\/10:focus {
  border-color: rgb(134 25 143 / 0.1);
}

.focus\:border-fuchsia-800\/100:focus {
  border-color: rgb(134 25 143 / 1);
}

.focus\:border-fuchsia-800\/20:focus {
  border-color: rgb(134 25 143 / 0.2);
}

.focus\:border-fuchsia-800\/25:focus {
  border-color: rgb(134 25 143 / 0.25);
}

.focus\:border-fuchsia-800\/30:focus {
  border-color: rgb(134 25 143 / 0.3);
}

.focus\:border-fuchsia-800\/40:focus {
  border-color: rgb(134 25 143 / 0.4);
}

.focus\:border-fuchsia-800\/5:focus {
  border-color: rgb(134 25 143 / 0.05);
}

.focus\:border-fuchsia-800\/50:focus {
  border-color: rgb(134 25 143 / 0.5);
}

.focus\:border-fuchsia-800\/60:focus {
  border-color: rgb(134 25 143 / 0.6);
}

.focus\:border-fuchsia-800\/70:focus {
  border-color: rgb(134 25 143 / 0.7);
}

.focus\:border-fuchsia-800\/75:focus {
  border-color: rgb(134 25 143 / 0.75);
}

.focus\:border-fuchsia-800\/80:focus {
  border-color: rgb(134 25 143 / 0.8);
}

.focus\:border-fuchsia-800\/90:focus {
  border-color: rgb(134 25 143 / 0.9);
}

.focus\:border-fuchsia-800\/95:focus {
  border-color: rgb(134 25 143 / 0.95);
}

.focus\:border-fuchsia-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(112 26 117 / var(--tw-border-opacity));
}

.focus\:border-fuchsia-900\/0:focus {
  border-color: rgb(112 26 117 / 0);
}

.focus\:border-fuchsia-900\/10:focus {
  border-color: rgb(112 26 117 / 0.1);
}

.focus\:border-fuchsia-900\/100:focus {
  border-color: rgb(112 26 117 / 1);
}

.focus\:border-fuchsia-900\/20:focus {
  border-color: rgb(112 26 117 / 0.2);
}

.focus\:border-fuchsia-900\/25:focus {
  border-color: rgb(112 26 117 / 0.25);
}

.focus\:border-fuchsia-900\/30:focus {
  border-color: rgb(112 26 117 / 0.3);
}

.focus\:border-fuchsia-900\/40:focus {
  border-color: rgb(112 26 117 / 0.4);
}

.focus\:border-fuchsia-900\/5:focus {
  border-color: rgb(112 26 117 / 0.05);
}

.focus\:border-fuchsia-900\/50:focus {
  border-color: rgb(112 26 117 / 0.5);
}

.focus\:border-fuchsia-900\/60:focus {
  border-color: rgb(112 26 117 / 0.6);
}

.focus\:border-fuchsia-900\/70:focus {
  border-color: rgb(112 26 117 / 0.7);
}

.focus\:border-fuchsia-900\/75:focus {
  border-color: rgb(112 26 117 / 0.75);
}

.focus\:border-fuchsia-900\/80:focus {
  border-color: rgb(112 26 117 / 0.8);
}

.focus\:border-fuchsia-900\/90:focus {
  border-color: rgb(112 26 117 / 0.9);
}

.focus\:border-fuchsia-900\/95:focus {
  border-color: rgb(112 26 117 / 0.95);
}

.focus\:border-fuchsia-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(74 4 78 / var(--tw-border-opacity));
}

.focus\:border-fuchsia-950\/0:focus {
  border-color: rgb(74 4 78 / 0);
}

.focus\:border-fuchsia-950\/10:focus {
  border-color: rgb(74 4 78 / 0.1);
}

.focus\:border-fuchsia-950\/100:focus {
  border-color: rgb(74 4 78 / 1);
}

.focus\:border-fuchsia-950\/20:focus {
  border-color: rgb(74 4 78 / 0.2);
}

.focus\:border-fuchsia-950\/25:focus {
  border-color: rgb(74 4 78 / 0.25);
}

.focus\:border-fuchsia-950\/30:focus {
  border-color: rgb(74 4 78 / 0.3);
}

.focus\:border-fuchsia-950\/40:focus {
  border-color: rgb(74 4 78 / 0.4);
}

.focus\:border-fuchsia-950\/5:focus {
  border-color: rgb(74 4 78 / 0.05);
}

.focus\:border-fuchsia-950\/50:focus {
  border-color: rgb(74 4 78 / 0.5);
}

.focus\:border-fuchsia-950\/60:focus {
  border-color: rgb(74 4 78 / 0.6);
}

.focus\:border-fuchsia-950\/70:focus {
  border-color: rgb(74 4 78 / 0.7);
}

.focus\:border-fuchsia-950\/75:focus {
  border-color: rgb(74 4 78 / 0.75);
}

.focus\:border-fuchsia-950\/80:focus {
  border-color: rgb(74 4 78 / 0.8);
}

.focus\:border-fuchsia-950\/90:focus {
  border-color: rgb(74 4 78 / 0.9);
}

.focus\:border-fuchsia-950\/95:focus {
  border-color: rgb(74 4 78 / 0.95);
}

.focus\:border-gray-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.focus\:border-gray-100\/0:focus {
  border-color: rgb(243 244 246 / 0);
}

.focus\:border-gray-100\/10:focus {
  border-color: rgb(243 244 246 / 0.1);
}

.focus\:border-gray-100\/100:focus {
  border-color: rgb(243 244 246 / 1);
}

.focus\:border-gray-100\/20:focus {
  border-color: rgb(243 244 246 / 0.2);
}

.focus\:border-gray-100\/25:focus {
  border-color: rgb(243 244 246 / 0.25);
}

.focus\:border-gray-100\/30:focus {
  border-color: rgb(243 244 246 / 0.3);
}

.focus\:border-gray-100\/40:focus {
  border-color: rgb(243 244 246 / 0.4);
}

.focus\:border-gray-100\/5:focus {
  border-color: rgb(243 244 246 / 0.05);
}

.focus\:border-gray-100\/50:focus {
  border-color: rgb(243 244 246 / 0.5);
}

.focus\:border-gray-100\/60:focus {
  border-color: rgb(243 244 246 / 0.6);
}

.focus\:border-gray-100\/70:focus {
  border-color: rgb(243 244 246 / 0.7);
}

.focus\:border-gray-100\/75:focus {
  border-color: rgb(243 244 246 / 0.75);
}

.focus\:border-gray-100\/80:focus {
  border-color: rgb(243 244 246 / 0.8);
}

.focus\:border-gray-100\/90:focus {
  border-color: rgb(243 244 246 / 0.9);
}

.focus\:border-gray-100\/95:focus {
  border-color: rgb(243 244 246 / 0.95);
}

.focus\:border-gray-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.focus\:border-gray-200\/0:focus {
  border-color: rgb(229 231 235 / 0);
}

.focus\:border-gray-200\/10:focus {
  border-color: rgb(229 231 235 / 0.1);
}

.focus\:border-gray-200\/100:focus {
  border-color: rgb(229 231 235 / 1);
}

.focus\:border-gray-200\/20:focus {
  border-color: rgb(229 231 235 / 0.2);
}

.focus\:border-gray-200\/25:focus {
  border-color: rgb(229 231 235 / 0.25);
}

.focus\:border-gray-200\/30:focus {
  border-color: rgb(229 231 235 / 0.3);
}

.focus\:border-gray-200\/40:focus {
  border-color: rgb(229 231 235 / 0.4);
}

.focus\:border-gray-200\/5:focus {
  border-color: rgb(229 231 235 / 0.05);
}

.focus\:border-gray-200\/50:focus {
  border-color: rgb(229 231 235 / 0.5);
}

.focus\:border-gray-200\/60:focus {
  border-color: rgb(229 231 235 / 0.6);
}

.focus\:border-gray-200\/70:focus {
  border-color: rgb(229 231 235 / 0.7);
}

.focus\:border-gray-200\/75:focus {
  border-color: rgb(229 231 235 / 0.75);
}

.focus\:border-gray-200\/80:focus {
  border-color: rgb(229 231 235 / 0.8);
}

.focus\:border-gray-200\/90:focus {
  border-color: rgb(229 231 235 / 0.9);
}

.focus\:border-gray-200\/95:focus {
  border-color: rgb(229 231 235 / 0.95);
}

.focus\:border-gray-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.focus\:border-gray-300\/0:focus {
  border-color: rgb(209 213 219 / 0);
}

.focus\:border-gray-300\/10:focus {
  border-color: rgb(209 213 219 / 0.1);
}

.focus\:border-gray-300\/100:focus {
  border-color: rgb(209 213 219 / 1);
}

.focus\:border-gray-300\/20:focus {
  border-color: rgb(209 213 219 / 0.2);
}

.focus\:border-gray-300\/25:focus {
  border-color: rgb(209 213 219 / 0.25);
}

.focus\:border-gray-300\/30:focus {
  border-color: rgb(209 213 219 / 0.3);
}

.focus\:border-gray-300\/40:focus {
  border-color: rgb(209 213 219 / 0.4);
}

.focus\:border-gray-300\/5:focus {
  border-color: rgb(209 213 219 / 0.05);
}

.focus\:border-gray-300\/50:focus {
  border-color: rgb(209 213 219 / 0.5);
}

.focus\:border-gray-300\/60:focus {
  border-color: rgb(209 213 219 / 0.6);
}

.focus\:border-gray-300\/70:focus {
  border-color: rgb(209 213 219 / 0.7);
}

.focus\:border-gray-300\/75:focus {
  border-color: rgb(209 213 219 / 0.75);
}

.focus\:border-gray-300\/80:focus {
  border-color: rgb(209 213 219 / 0.8);
}

.focus\:border-gray-300\/90:focus {
  border-color: rgb(209 213 219 / 0.9);
}

.focus\:border-gray-300\/95:focus {
  border-color: rgb(209 213 219 / 0.95);
}

.focus\:border-gray-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.focus\:border-gray-400\/0:focus {
  border-color: rgb(156 163 175 / 0);
}

.focus\:border-gray-400\/10:focus {
  border-color: rgb(156 163 175 / 0.1);
}

.focus\:border-gray-400\/100:focus {
  border-color: rgb(156 163 175 / 1);
}

.focus\:border-gray-400\/20:focus {
  border-color: rgb(156 163 175 / 0.2);
}

.focus\:border-gray-400\/25:focus {
  border-color: rgb(156 163 175 / 0.25);
}

.focus\:border-gray-400\/30:focus {
  border-color: rgb(156 163 175 / 0.3);
}

.focus\:border-gray-400\/40:focus {
  border-color: rgb(156 163 175 / 0.4);
}

.focus\:border-gray-400\/5:focus {
  border-color: rgb(156 163 175 / 0.05);
}

.focus\:border-gray-400\/50:focus {
  border-color: rgb(156 163 175 / 0.5);
}

.focus\:border-gray-400\/60:focus {
  border-color: rgb(156 163 175 / 0.6);
}

.focus\:border-gray-400\/70:focus {
  border-color: rgb(156 163 175 / 0.7);
}

.focus\:border-gray-400\/75:focus {
  border-color: rgb(156 163 175 / 0.75);
}

.focus\:border-gray-400\/80:focus {
  border-color: rgb(156 163 175 / 0.8);
}

.focus\:border-gray-400\/90:focus {
  border-color: rgb(156 163 175 / 0.9);
}

.focus\:border-gray-400\/95:focus {
  border-color: rgb(156 163 175 / 0.95);
}

.focus\:border-gray-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.focus\:border-gray-50\/0:focus {
  border-color: rgb(249 250 251 / 0);
}

.focus\:border-gray-50\/10:focus {
  border-color: rgb(249 250 251 / 0.1);
}

.focus\:border-gray-50\/100:focus {
  border-color: rgb(249 250 251 / 1);
}

.focus\:border-gray-50\/20:focus {
  border-color: rgb(249 250 251 / 0.2);
}

.focus\:border-gray-50\/25:focus {
  border-color: rgb(249 250 251 / 0.25);
}

.focus\:border-gray-50\/30:focus {
  border-color: rgb(249 250 251 / 0.3);
}

.focus\:border-gray-50\/40:focus {
  border-color: rgb(249 250 251 / 0.4);
}

.focus\:border-gray-50\/5:focus {
  border-color: rgb(249 250 251 / 0.05);
}

.focus\:border-gray-50\/50:focus {
  border-color: rgb(249 250 251 / 0.5);
}

.focus\:border-gray-50\/60:focus {
  border-color: rgb(249 250 251 / 0.6);
}

.focus\:border-gray-50\/70:focus {
  border-color: rgb(249 250 251 / 0.7);
}

.focus\:border-gray-50\/75:focus {
  border-color: rgb(249 250 251 / 0.75);
}

.focus\:border-gray-50\/80:focus {
  border-color: rgb(249 250 251 / 0.8);
}

.focus\:border-gray-50\/90:focus {
  border-color: rgb(249 250 251 / 0.9);
}

.focus\:border-gray-50\/95:focus {
  border-color: rgb(249 250 251 / 0.95);
}

.focus\:border-gray-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.focus\:border-gray-500\/0:focus {
  border-color: rgb(107 114 128 / 0);
}

.focus\:border-gray-500\/10:focus {
  border-color: rgb(107 114 128 / 0.1);
}

.focus\:border-gray-500\/100:focus {
  border-color: rgb(107 114 128 / 1);
}

.focus\:border-gray-500\/20:focus {
  border-color: rgb(107 114 128 / 0.2);
}

.focus\:border-gray-500\/25:focus {
  border-color: rgb(107 114 128 / 0.25);
}

.focus\:border-gray-500\/30:focus {
  border-color: rgb(107 114 128 / 0.3);
}

.focus\:border-gray-500\/40:focus {
  border-color: rgb(107 114 128 / 0.4);
}

.focus\:border-gray-500\/5:focus {
  border-color: rgb(107 114 128 / 0.05);
}

.focus\:border-gray-500\/50:focus {
  border-color: rgb(107 114 128 / 0.5);
}

.focus\:border-gray-500\/60:focus {
  border-color: rgb(107 114 128 / 0.6);
}

.focus\:border-gray-500\/70:focus {
  border-color: rgb(107 114 128 / 0.7);
}

.focus\:border-gray-500\/75:focus {
  border-color: rgb(107 114 128 / 0.75);
}

.focus\:border-gray-500\/80:focus {
  border-color: rgb(107 114 128 / 0.8);
}

.focus\:border-gray-500\/90:focus {
  border-color: rgb(107 114 128 / 0.9);
}

.focus\:border-gray-500\/95:focus {
  border-color: rgb(107 114 128 / 0.95);
}

.focus\:border-gray-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.focus\:border-gray-600\/0:focus {
  border-color: rgb(75 85 99 / 0);
}

.focus\:border-gray-600\/10:focus {
  border-color: rgb(75 85 99 / 0.1);
}

.focus\:border-gray-600\/100:focus {
  border-color: rgb(75 85 99 / 1);
}

.focus\:border-gray-600\/20:focus {
  border-color: rgb(75 85 99 / 0.2);
}

.focus\:border-gray-600\/25:focus {
  border-color: rgb(75 85 99 / 0.25);
}

.focus\:border-gray-600\/30:focus {
  border-color: rgb(75 85 99 / 0.3);
}

.focus\:border-gray-600\/40:focus {
  border-color: rgb(75 85 99 / 0.4);
}

.focus\:border-gray-600\/5:focus {
  border-color: rgb(75 85 99 / 0.05);
}

.focus\:border-gray-600\/50:focus {
  border-color: rgb(75 85 99 / 0.5);
}

.focus\:border-gray-600\/60:focus {
  border-color: rgb(75 85 99 / 0.6);
}

.focus\:border-gray-600\/70:focus {
  border-color: rgb(75 85 99 / 0.7);
}

.focus\:border-gray-600\/75:focus {
  border-color: rgb(75 85 99 / 0.75);
}

.focus\:border-gray-600\/80:focus {
  border-color: rgb(75 85 99 / 0.8);
}

.focus\:border-gray-600\/90:focus {
  border-color: rgb(75 85 99 / 0.9);
}

.focus\:border-gray-600\/95:focus {
  border-color: rgb(75 85 99 / 0.95);
}

.focus\:border-gray-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.focus\:border-gray-700\/0:focus {
  border-color: rgb(55 65 81 / 0);
}

.focus\:border-gray-700\/10:focus {
  border-color: rgb(55 65 81 / 0.1);
}

.focus\:border-gray-700\/100:focus {
  border-color: rgb(55 65 81 / 1);
}

.focus\:border-gray-700\/20:focus {
  border-color: rgb(55 65 81 / 0.2);
}

.focus\:border-gray-700\/25:focus {
  border-color: rgb(55 65 81 / 0.25);
}

.focus\:border-gray-700\/30:focus {
  border-color: rgb(55 65 81 / 0.3);
}

.focus\:border-gray-700\/40:focus {
  border-color: rgb(55 65 81 / 0.4);
}

.focus\:border-gray-700\/5:focus {
  border-color: rgb(55 65 81 / 0.05);
}

.focus\:border-gray-700\/50:focus {
  border-color: rgb(55 65 81 / 0.5);
}

.focus\:border-gray-700\/60:focus {
  border-color: rgb(55 65 81 / 0.6);
}

.focus\:border-gray-700\/70:focus {
  border-color: rgb(55 65 81 / 0.7);
}

.focus\:border-gray-700\/75:focus {
  border-color: rgb(55 65 81 / 0.75);
}

.focus\:border-gray-700\/80:focus {
  border-color: rgb(55 65 81 / 0.8);
}

.focus\:border-gray-700\/90:focus {
  border-color: rgb(55 65 81 / 0.9);
}

.focus\:border-gray-700\/95:focus {
  border-color: rgb(55 65 81 / 0.95);
}

.focus\:border-gray-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.focus\:border-gray-800\/0:focus {
  border-color: rgb(31 41 55 / 0);
}

.focus\:border-gray-800\/10:focus {
  border-color: rgb(31 41 55 / 0.1);
}

.focus\:border-gray-800\/100:focus {
  border-color: rgb(31 41 55 / 1);
}

.focus\:border-gray-800\/20:focus {
  border-color: rgb(31 41 55 / 0.2);
}

.focus\:border-gray-800\/25:focus {
  border-color: rgb(31 41 55 / 0.25);
}

.focus\:border-gray-800\/30:focus {
  border-color: rgb(31 41 55 / 0.3);
}

.focus\:border-gray-800\/40:focus {
  border-color: rgb(31 41 55 / 0.4);
}

.focus\:border-gray-800\/5:focus {
  border-color: rgb(31 41 55 / 0.05);
}

.focus\:border-gray-800\/50:focus {
  border-color: rgb(31 41 55 / 0.5);
}

.focus\:border-gray-800\/60:focus {
  border-color: rgb(31 41 55 / 0.6);
}

.focus\:border-gray-800\/70:focus {
  border-color: rgb(31 41 55 / 0.7);
}

.focus\:border-gray-800\/75:focus {
  border-color: rgb(31 41 55 / 0.75);
}

.focus\:border-gray-800\/80:focus {
  border-color: rgb(31 41 55 / 0.8);
}

.focus\:border-gray-800\/90:focus {
  border-color: rgb(31 41 55 / 0.9);
}

.focus\:border-gray-800\/95:focus {
  border-color: rgb(31 41 55 / 0.95);
}

.focus\:border-gray-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.focus\:border-gray-900\/0:focus {
  border-color: rgb(17 24 39 / 0);
}

.focus\:border-gray-900\/10:focus {
  border-color: rgb(17 24 39 / 0.1);
}

.focus\:border-gray-900\/100:focus {
  border-color: rgb(17 24 39 / 1);
}

.focus\:border-gray-900\/20:focus {
  border-color: rgb(17 24 39 / 0.2);
}

.focus\:border-gray-900\/25:focus {
  border-color: rgb(17 24 39 / 0.25);
}

.focus\:border-gray-900\/30:focus {
  border-color: rgb(17 24 39 / 0.3);
}

.focus\:border-gray-900\/40:focus {
  border-color: rgb(17 24 39 / 0.4);
}

.focus\:border-gray-900\/5:focus {
  border-color: rgb(17 24 39 / 0.05);
}

.focus\:border-gray-900\/50:focus {
  border-color: rgb(17 24 39 / 0.5);
}

.focus\:border-gray-900\/60:focus {
  border-color: rgb(17 24 39 / 0.6);
}

.focus\:border-gray-900\/70:focus {
  border-color: rgb(17 24 39 / 0.7);
}

.focus\:border-gray-900\/75:focus {
  border-color: rgb(17 24 39 / 0.75);
}

.focus\:border-gray-900\/80:focus {
  border-color: rgb(17 24 39 / 0.8);
}

.focus\:border-gray-900\/90:focus {
  border-color: rgb(17 24 39 / 0.9);
}

.focus\:border-gray-900\/95:focus {
  border-color: rgb(17 24 39 / 0.95);
}

.focus\:border-gray-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(3 7 18 / var(--tw-border-opacity));
}

.focus\:border-gray-950\/0:focus {
  border-color: rgb(3 7 18 / 0);
}

.focus\:border-gray-950\/10:focus {
  border-color: rgb(3 7 18 / 0.1);
}

.focus\:border-gray-950\/100:focus {
  border-color: rgb(3 7 18 / 1);
}

.focus\:border-gray-950\/20:focus {
  border-color: rgb(3 7 18 / 0.2);
}

.focus\:border-gray-950\/25:focus {
  border-color: rgb(3 7 18 / 0.25);
}

.focus\:border-gray-950\/30:focus {
  border-color: rgb(3 7 18 / 0.3);
}

.focus\:border-gray-950\/40:focus {
  border-color: rgb(3 7 18 / 0.4);
}

.focus\:border-gray-950\/5:focus {
  border-color: rgb(3 7 18 / 0.05);
}

.focus\:border-gray-950\/50:focus {
  border-color: rgb(3 7 18 / 0.5);
}

.focus\:border-gray-950\/60:focus {
  border-color: rgb(3 7 18 / 0.6);
}

.focus\:border-gray-950\/70:focus {
  border-color: rgb(3 7 18 / 0.7);
}

.focus\:border-gray-950\/75:focus {
  border-color: rgb(3 7 18 / 0.75);
}

.focus\:border-gray-950\/80:focus {
  border-color: rgb(3 7 18 / 0.8);
}

.focus\:border-gray-950\/90:focus {
  border-color: rgb(3 7 18 / 0.9);
}

.focus\:border-gray-950\/95:focus {
  border-color: rgb(3 7 18 / 0.95);
}

.focus\:border-green-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity));
}

.focus\:border-green-100\/0:focus {
  border-color: rgb(220 252 231 / 0);
}

.focus\:border-green-100\/10:focus {
  border-color: rgb(220 252 231 / 0.1);
}

.focus\:border-green-100\/100:focus {
  border-color: rgb(220 252 231 / 1);
}

.focus\:border-green-100\/20:focus {
  border-color: rgb(220 252 231 / 0.2);
}

.focus\:border-green-100\/25:focus {
  border-color: rgb(220 252 231 / 0.25);
}

.focus\:border-green-100\/30:focus {
  border-color: rgb(220 252 231 / 0.3);
}

.focus\:border-green-100\/40:focus {
  border-color: rgb(220 252 231 / 0.4);
}

.focus\:border-green-100\/5:focus {
  border-color: rgb(220 252 231 / 0.05);
}

.focus\:border-green-100\/50:focus {
  border-color: rgb(220 252 231 / 0.5);
}

.focus\:border-green-100\/60:focus {
  border-color: rgb(220 252 231 / 0.6);
}

.focus\:border-green-100\/70:focus {
  border-color: rgb(220 252 231 / 0.7);
}

.focus\:border-green-100\/75:focus {
  border-color: rgb(220 252 231 / 0.75);
}

.focus\:border-green-100\/80:focus {
  border-color: rgb(220 252 231 / 0.8);
}

.focus\:border-green-100\/90:focus {
  border-color: rgb(220 252 231 / 0.9);
}

.focus\:border-green-100\/95:focus {
  border-color: rgb(220 252 231 / 0.95);
}

.focus\:border-green-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.focus\:border-green-200\/0:focus {
  border-color: rgb(187 247 208 / 0);
}

.focus\:border-green-200\/10:focus {
  border-color: rgb(187 247 208 / 0.1);
}

.focus\:border-green-200\/100:focus {
  border-color: rgb(187 247 208 / 1);
}

.focus\:border-green-200\/20:focus {
  border-color: rgb(187 247 208 / 0.2);
}

.focus\:border-green-200\/25:focus {
  border-color: rgb(187 247 208 / 0.25);
}

.focus\:border-green-200\/30:focus {
  border-color: rgb(187 247 208 / 0.3);
}

.focus\:border-green-200\/40:focus {
  border-color: rgb(187 247 208 / 0.4);
}

.focus\:border-green-200\/5:focus {
  border-color: rgb(187 247 208 / 0.05);
}

.focus\:border-green-200\/50:focus {
  border-color: rgb(187 247 208 / 0.5);
}

.focus\:border-green-200\/60:focus {
  border-color: rgb(187 247 208 / 0.6);
}

.focus\:border-green-200\/70:focus {
  border-color: rgb(187 247 208 / 0.7);
}

.focus\:border-green-200\/75:focus {
  border-color: rgb(187 247 208 / 0.75);
}

.focus\:border-green-200\/80:focus {
  border-color: rgb(187 247 208 / 0.8);
}

.focus\:border-green-200\/90:focus {
  border-color: rgb(187 247 208 / 0.9);
}

.focus\:border-green-200\/95:focus {
  border-color: rgb(187 247 208 / 0.95);
}

.focus\:border-green-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.focus\:border-green-300\/0:focus {
  border-color: rgb(134 239 172 / 0);
}

.focus\:border-green-300\/10:focus {
  border-color: rgb(134 239 172 / 0.1);
}

.focus\:border-green-300\/100:focus {
  border-color: rgb(134 239 172 / 1);
}

.focus\:border-green-300\/20:focus {
  border-color: rgb(134 239 172 / 0.2);
}

.focus\:border-green-300\/25:focus {
  border-color: rgb(134 239 172 / 0.25);
}

.focus\:border-green-300\/30:focus {
  border-color: rgb(134 239 172 / 0.3);
}

.focus\:border-green-300\/40:focus {
  border-color: rgb(134 239 172 / 0.4);
}

.focus\:border-green-300\/5:focus {
  border-color: rgb(134 239 172 / 0.05);
}

.focus\:border-green-300\/50:focus {
  border-color: rgb(134 239 172 / 0.5);
}

.focus\:border-green-300\/60:focus {
  border-color: rgb(134 239 172 / 0.6);
}

.focus\:border-green-300\/70:focus {
  border-color: rgb(134 239 172 / 0.7);
}

.focus\:border-green-300\/75:focus {
  border-color: rgb(134 239 172 / 0.75);
}

.focus\:border-green-300\/80:focus {
  border-color: rgb(134 239 172 / 0.8);
}

.focus\:border-green-300\/90:focus {
  border-color: rgb(134 239 172 / 0.9);
}

.focus\:border-green-300\/95:focus {
  border-color: rgb(134 239 172 / 0.95);
}

.focus\:border-green-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.focus\:border-green-400\/0:focus {
  border-color: rgb(74 222 128 / 0);
}

.focus\:border-green-400\/10:focus {
  border-color: rgb(74 222 128 / 0.1);
}

.focus\:border-green-400\/100:focus {
  border-color: rgb(74 222 128 / 1);
}

.focus\:border-green-400\/20:focus {
  border-color: rgb(74 222 128 / 0.2);
}

.focus\:border-green-400\/25:focus {
  border-color: rgb(74 222 128 / 0.25);
}

.focus\:border-green-400\/30:focus {
  border-color: rgb(74 222 128 / 0.3);
}

.focus\:border-green-400\/40:focus {
  border-color: rgb(74 222 128 / 0.4);
}

.focus\:border-green-400\/5:focus {
  border-color: rgb(74 222 128 / 0.05);
}

.focus\:border-green-400\/50:focus {
  border-color: rgb(74 222 128 / 0.5);
}

.focus\:border-green-400\/60:focus {
  border-color: rgb(74 222 128 / 0.6);
}

.focus\:border-green-400\/70:focus {
  border-color: rgb(74 222 128 / 0.7);
}

.focus\:border-green-400\/75:focus {
  border-color: rgb(74 222 128 / 0.75);
}

.focus\:border-green-400\/80:focus {
  border-color: rgb(74 222 128 / 0.8);
}

.focus\:border-green-400\/90:focus {
  border-color: rgb(74 222 128 / 0.9);
}

.focus\:border-green-400\/95:focus {
  border-color: rgb(74 222 128 / 0.95);
}

.focus\:border-green-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(240 253 244 / var(--tw-border-opacity));
}

.focus\:border-green-50\/0:focus {
  border-color: rgb(240 253 244 / 0);
}

.focus\:border-green-50\/10:focus {
  border-color: rgb(240 253 244 / 0.1);
}

.focus\:border-green-50\/100:focus {
  border-color: rgb(240 253 244 / 1);
}

.focus\:border-green-50\/20:focus {
  border-color: rgb(240 253 244 / 0.2);
}

.focus\:border-green-50\/25:focus {
  border-color: rgb(240 253 244 / 0.25);
}

.focus\:border-green-50\/30:focus {
  border-color: rgb(240 253 244 / 0.3);
}

.focus\:border-green-50\/40:focus {
  border-color: rgb(240 253 244 / 0.4);
}

.focus\:border-green-50\/5:focus {
  border-color: rgb(240 253 244 / 0.05);
}

.focus\:border-green-50\/50:focus {
  border-color: rgb(240 253 244 / 0.5);
}

.focus\:border-green-50\/60:focus {
  border-color: rgb(240 253 244 / 0.6);
}

.focus\:border-green-50\/70:focus {
  border-color: rgb(240 253 244 / 0.7);
}

.focus\:border-green-50\/75:focus {
  border-color: rgb(240 253 244 / 0.75);
}

.focus\:border-green-50\/80:focus {
  border-color: rgb(240 253 244 / 0.8);
}

.focus\:border-green-50\/90:focus {
  border-color: rgb(240 253 244 / 0.9);
}

.focus\:border-green-50\/95:focus {
  border-color: rgb(240 253 244 / 0.95);
}

.focus\:border-green-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.focus\:border-green-500\/0:focus {
  border-color: rgb(34 197 94 / 0);
}

.focus\:border-green-500\/10:focus {
  border-color: rgb(34 197 94 / 0.1);
}

.focus\:border-green-500\/100:focus {
  border-color: rgb(34 197 94 / 1);
}

.focus\:border-green-500\/20:focus {
  border-color: rgb(34 197 94 / 0.2);
}

.focus\:border-green-500\/25:focus {
  border-color: rgb(34 197 94 / 0.25);
}

.focus\:border-green-500\/30:focus {
  border-color: rgb(34 197 94 / 0.3);
}

.focus\:border-green-500\/40:focus {
  border-color: rgb(34 197 94 / 0.4);
}

.focus\:border-green-500\/5:focus {
  border-color: rgb(34 197 94 / 0.05);
}

.focus\:border-green-500\/50:focus {
  border-color: rgb(34 197 94 / 0.5);
}

.focus\:border-green-500\/60:focus {
  border-color: rgb(34 197 94 / 0.6);
}

.focus\:border-green-500\/70:focus {
  border-color: rgb(34 197 94 / 0.7);
}

.focus\:border-green-500\/75:focus {
  border-color: rgb(34 197 94 / 0.75);
}

.focus\:border-green-500\/80:focus {
  border-color: rgb(34 197 94 / 0.8);
}

.focus\:border-green-500\/90:focus {
  border-color: rgb(34 197 94 / 0.9);
}

.focus\:border-green-500\/95:focus {
  border-color: rgb(34 197 94 / 0.95);
}

.focus\:border-green-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.focus\:border-green-600\/0:focus {
  border-color: rgb(22 163 74 / 0);
}

.focus\:border-green-600\/10:focus {
  border-color: rgb(22 163 74 / 0.1);
}

.focus\:border-green-600\/100:focus {
  border-color: rgb(22 163 74 / 1);
}

.focus\:border-green-600\/20:focus {
  border-color: rgb(22 163 74 / 0.2);
}

.focus\:border-green-600\/25:focus {
  border-color: rgb(22 163 74 / 0.25);
}

.focus\:border-green-600\/30:focus {
  border-color: rgb(22 163 74 / 0.3);
}

.focus\:border-green-600\/40:focus {
  border-color: rgb(22 163 74 / 0.4);
}

.focus\:border-green-600\/5:focus {
  border-color: rgb(22 163 74 / 0.05);
}

.focus\:border-green-600\/50:focus {
  border-color: rgb(22 163 74 / 0.5);
}

.focus\:border-green-600\/60:focus {
  border-color: rgb(22 163 74 / 0.6);
}

.focus\:border-green-600\/70:focus {
  border-color: rgb(22 163 74 / 0.7);
}

.focus\:border-green-600\/75:focus {
  border-color: rgb(22 163 74 / 0.75);
}

.focus\:border-green-600\/80:focus {
  border-color: rgb(22 163 74 / 0.8);
}

.focus\:border-green-600\/90:focus {
  border-color: rgb(22 163 74 / 0.9);
}

.focus\:border-green-600\/95:focus {
  border-color: rgb(22 163 74 / 0.95);
}

.focus\:border-green-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.focus\:border-green-700\/0:focus {
  border-color: rgb(21 128 61 / 0);
}

.focus\:border-green-700\/10:focus {
  border-color: rgb(21 128 61 / 0.1);
}

.focus\:border-green-700\/100:focus {
  border-color: rgb(21 128 61 / 1);
}

.focus\:border-green-700\/20:focus {
  border-color: rgb(21 128 61 / 0.2);
}

.focus\:border-green-700\/25:focus {
  border-color: rgb(21 128 61 / 0.25);
}

.focus\:border-green-700\/30:focus {
  border-color: rgb(21 128 61 / 0.3);
}

.focus\:border-green-700\/40:focus {
  border-color: rgb(21 128 61 / 0.4);
}

.focus\:border-green-700\/5:focus {
  border-color: rgb(21 128 61 / 0.05);
}

.focus\:border-green-700\/50:focus {
  border-color: rgb(21 128 61 / 0.5);
}

.focus\:border-green-700\/60:focus {
  border-color: rgb(21 128 61 / 0.6);
}

.focus\:border-green-700\/70:focus {
  border-color: rgb(21 128 61 / 0.7);
}

.focus\:border-green-700\/75:focus {
  border-color: rgb(21 128 61 / 0.75);
}

.focus\:border-green-700\/80:focus {
  border-color: rgb(21 128 61 / 0.8);
}

.focus\:border-green-700\/90:focus {
  border-color: rgb(21 128 61 / 0.9);
}

.focus\:border-green-700\/95:focus {
  border-color: rgb(21 128 61 / 0.95);
}

.focus\:border-green-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.focus\:border-green-800\/0:focus {
  border-color: rgb(22 101 52 / 0);
}

.focus\:border-green-800\/10:focus {
  border-color: rgb(22 101 52 / 0.1);
}

.focus\:border-green-800\/100:focus {
  border-color: rgb(22 101 52 / 1);
}

.focus\:border-green-800\/20:focus {
  border-color: rgb(22 101 52 / 0.2);
}

.focus\:border-green-800\/25:focus {
  border-color: rgb(22 101 52 / 0.25);
}

.focus\:border-green-800\/30:focus {
  border-color: rgb(22 101 52 / 0.3);
}

.focus\:border-green-800\/40:focus {
  border-color: rgb(22 101 52 / 0.4);
}

.focus\:border-green-800\/5:focus {
  border-color: rgb(22 101 52 / 0.05);
}

.focus\:border-green-800\/50:focus {
  border-color: rgb(22 101 52 / 0.5);
}

.focus\:border-green-800\/60:focus {
  border-color: rgb(22 101 52 / 0.6);
}

.focus\:border-green-800\/70:focus {
  border-color: rgb(22 101 52 / 0.7);
}

.focus\:border-green-800\/75:focus {
  border-color: rgb(22 101 52 / 0.75);
}

.focus\:border-green-800\/80:focus {
  border-color: rgb(22 101 52 / 0.8);
}

.focus\:border-green-800\/90:focus {
  border-color: rgb(22 101 52 / 0.9);
}

.focus\:border-green-800\/95:focus {
  border-color: rgb(22 101 52 / 0.95);
}

.focus\:border-green-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(20 83 45 / var(--tw-border-opacity));
}

.focus\:border-green-900\/0:focus {
  border-color: rgb(20 83 45 / 0);
}

.focus\:border-green-900\/10:focus {
  border-color: rgb(20 83 45 / 0.1);
}

.focus\:border-green-900\/100:focus {
  border-color: rgb(20 83 45 / 1);
}

.focus\:border-green-900\/20:focus {
  border-color: rgb(20 83 45 / 0.2);
}

.focus\:border-green-900\/25:focus {
  border-color: rgb(20 83 45 / 0.25);
}

.focus\:border-green-900\/30:focus {
  border-color: rgb(20 83 45 / 0.3);
}

.focus\:border-green-900\/40:focus {
  border-color: rgb(20 83 45 / 0.4);
}

.focus\:border-green-900\/5:focus {
  border-color: rgb(20 83 45 / 0.05);
}

.focus\:border-green-900\/50:focus {
  border-color: rgb(20 83 45 / 0.5);
}

.focus\:border-green-900\/60:focus {
  border-color: rgb(20 83 45 / 0.6);
}

.focus\:border-green-900\/70:focus {
  border-color: rgb(20 83 45 / 0.7);
}

.focus\:border-green-900\/75:focus {
  border-color: rgb(20 83 45 / 0.75);
}

.focus\:border-green-900\/80:focus {
  border-color: rgb(20 83 45 / 0.8);
}

.focus\:border-green-900\/90:focus {
  border-color: rgb(20 83 45 / 0.9);
}

.focus\:border-green-900\/95:focus {
  border-color: rgb(20 83 45 / 0.95);
}

.focus\:border-green-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(5 46 22 / var(--tw-border-opacity));
}

.focus\:border-green-950\/0:focus {
  border-color: rgb(5 46 22 / 0);
}

.focus\:border-green-950\/10:focus {
  border-color: rgb(5 46 22 / 0.1);
}

.focus\:border-green-950\/100:focus {
  border-color: rgb(5 46 22 / 1);
}

.focus\:border-green-950\/20:focus {
  border-color: rgb(5 46 22 / 0.2);
}

.focus\:border-green-950\/25:focus {
  border-color: rgb(5 46 22 / 0.25);
}

.focus\:border-green-950\/30:focus {
  border-color: rgb(5 46 22 / 0.3);
}

.focus\:border-green-950\/40:focus {
  border-color: rgb(5 46 22 / 0.4);
}

.focus\:border-green-950\/5:focus {
  border-color: rgb(5 46 22 / 0.05);
}

.focus\:border-green-950\/50:focus {
  border-color: rgb(5 46 22 / 0.5);
}

.focus\:border-green-950\/60:focus {
  border-color: rgb(5 46 22 / 0.6);
}

.focus\:border-green-950\/70:focus {
  border-color: rgb(5 46 22 / 0.7);
}

.focus\:border-green-950\/75:focus {
  border-color: rgb(5 46 22 / 0.75);
}

.focus\:border-green-950\/80:focus {
  border-color: rgb(5 46 22 / 0.8);
}

.focus\:border-green-950\/90:focus {
  border-color: rgb(5 46 22 / 0.9);
}

.focus\:border-green-950\/95:focus {
  border-color: rgb(5 46 22 / 0.95);
}

.focus\:border-indigo-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity));
}

.focus\:border-indigo-100\/0:focus {
  border-color: rgb(224 231 255 / 0);
}

.focus\:border-indigo-100\/10:focus {
  border-color: rgb(224 231 255 / 0.1);
}

.focus\:border-indigo-100\/100:focus {
  border-color: rgb(224 231 255 / 1);
}

.focus\:border-indigo-100\/20:focus {
  border-color: rgb(224 231 255 / 0.2);
}

.focus\:border-indigo-100\/25:focus {
  border-color: rgb(224 231 255 / 0.25);
}

.focus\:border-indigo-100\/30:focus {
  border-color: rgb(224 231 255 / 0.3);
}

.focus\:border-indigo-100\/40:focus {
  border-color: rgb(224 231 255 / 0.4);
}

.focus\:border-indigo-100\/5:focus {
  border-color: rgb(224 231 255 / 0.05);
}

.focus\:border-indigo-100\/50:focus {
  border-color: rgb(224 231 255 / 0.5);
}

.focus\:border-indigo-100\/60:focus {
  border-color: rgb(224 231 255 / 0.6);
}

.focus\:border-indigo-100\/70:focus {
  border-color: rgb(224 231 255 / 0.7);
}

.focus\:border-indigo-100\/75:focus {
  border-color: rgb(224 231 255 / 0.75);
}

.focus\:border-indigo-100\/80:focus {
  border-color: rgb(224 231 255 / 0.8);
}

.focus\:border-indigo-100\/90:focus {
  border-color: rgb(224 231 255 / 0.9);
}

.focus\:border-indigo-100\/95:focus {
  border-color: rgb(224 231 255 / 0.95);
}

.focus\:border-indigo-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.focus\:border-indigo-200\/0:focus {
  border-color: rgb(199 210 254 / 0);
}

.focus\:border-indigo-200\/10:focus {
  border-color: rgb(199 210 254 / 0.1);
}

.focus\:border-indigo-200\/100:focus {
  border-color: rgb(199 210 254 / 1);
}

.focus\:border-indigo-200\/20:focus {
  border-color: rgb(199 210 254 / 0.2);
}

.focus\:border-indigo-200\/25:focus {
  border-color: rgb(199 210 254 / 0.25);
}

.focus\:border-indigo-200\/30:focus {
  border-color: rgb(199 210 254 / 0.3);
}

.focus\:border-indigo-200\/40:focus {
  border-color: rgb(199 210 254 / 0.4);
}

.focus\:border-indigo-200\/5:focus {
  border-color: rgb(199 210 254 / 0.05);
}

.focus\:border-indigo-200\/50:focus {
  border-color: rgb(199 210 254 / 0.5);
}

.focus\:border-indigo-200\/60:focus {
  border-color: rgb(199 210 254 / 0.6);
}

.focus\:border-indigo-200\/70:focus {
  border-color: rgb(199 210 254 / 0.7);
}

.focus\:border-indigo-200\/75:focus {
  border-color: rgb(199 210 254 / 0.75);
}

.focus\:border-indigo-200\/80:focus {
  border-color: rgb(199 210 254 / 0.8);
}

.focus\:border-indigo-200\/90:focus {
  border-color: rgb(199 210 254 / 0.9);
}

.focus\:border-indigo-200\/95:focus {
  border-color: rgb(199 210 254 / 0.95);
}

.focus\:border-indigo-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.focus\:border-indigo-300\/0:focus {
  border-color: rgb(165 180 252 / 0);
}

.focus\:border-indigo-300\/10:focus {
  border-color: rgb(165 180 252 / 0.1);
}

.focus\:border-indigo-300\/100:focus {
  border-color: rgb(165 180 252 / 1);
}

.focus\:border-indigo-300\/20:focus {
  border-color: rgb(165 180 252 / 0.2);
}

.focus\:border-indigo-300\/25:focus {
  border-color: rgb(165 180 252 / 0.25);
}

.focus\:border-indigo-300\/30:focus {
  border-color: rgb(165 180 252 / 0.3);
}

.focus\:border-indigo-300\/40:focus {
  border-color: rgb(165 180 252 / 0.4);
}

.focus\:border-indigo-300\/5:focus {
  border-color: rgb(165 180 252 / 0.05);
}

.focus\:border-indigo-300\/50:focus {
  border-color: rgb(165 180 252 / 0.5);
}

.focus\:border-indigo-300\/60:focus {
  border-color: rgb(165 180 252 / 0.6);
}

.focus\:border-indigo-300\/70:focus {
  border-color: rgb(165 180 252 / 0.7);
}

.focus\:border-indigo-300\/75:focus {
  border-color: rgb(165 180 252 / 0.75);
}

.focus\:border-indigo-300\/80:focus {
  border-color: rgb(165 180 252 / 0.8);
}

.focus\:border-indigo-300\/90:focus {
  border-color: rgb(165 180 252 / 0.9);
}

.focus\:border-indigo-300\/95:focus {
  border-color: rgb(165 180 252 / 0.95);
}

.focus\:border-indigo-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.focus\:border-indigo-400\/0:focus {
  border-color: rgb(129 140 248 / 0);
}

.focus\:border-indigo-400\/10:focus {
  border-color: rgb(129 140 248 / 0.1);
}

.focus\:border-indigo-400\/100:focus {
  border-color: rgb(129 140 248 / 1);
}

.focus\:border-indigo-400\/20:focus {
  border-color: rgb(129 140 248 / 0.2);
}

.focus\:border-indigo-400\/25:focus {
  border-color: rgb(129 140 248 / 0.25);
}

.focus\:border-indigo-400\/30:focus {
  border-color: rgb(129 140 248 / 0.3);
}

.focus\:border-indigo-400\/40:focus {
  border-color: rgb(129 140 248 / 0.4);
}

.focus\:border-indigo-400\/5:focus {
  border-color: rgb(129 140 248 / 0.05);
}

.focus\:border-indigo-400\/50:focus {
  border-color: rgb(129 140 248 / 0.5);
}

.focus\:border-indigo-400\/60:focus {
  border-color: rgb(129 140 248 / 0.6);
}

.focus\:border-indigo-400\/70:focus {
  border-color: rgb(129 140 248 / 0.7);
}

.focus\:border-indigo-400\/75:focus {
  border-color: rgb(129 140 248 / 0.75);
}

.focus\:border-indigo-400\/80:focus {
  border-color: rgb(129 140 248 / 0.8);
}

.focus\:border-indigo-400\/90:focus {
  border-color: rgb(129 140 248 / 0.9);
}

.focus\:border-indigo-400\/95:focus {
  border-color: rgb(129 140 248 / 0.95);
}

.focus\:border-indigo-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(238 242 255 / var(--tw-border-opacity));
}

.focus\:border-indigo-50\/0:focus {
  border-color: rgb(238 242 255 / 0);
}

.focus\:border-indigo-50\/10:focus {
  border-color: rgb(238 242 255 / 0.1);
}

.focus\:border-indigo-50\/100:focus {
  border-color: rgb(238 242 255 / 1);
}

.focus\:border-indigo-50\/20:focus {
  border-color: rgb(238 242 255 / 0.2);
}

.focus\:border-indigo-50\/25:focus {
  border-color: rgb(238 242 255 / 0.25);
}

.focus\:border-indigo-50\/30:focus {
  border-color: rgb(238 242 255 / 0.3);
}

.focus\:border-indigo-50\/40:focus {
  border-color: rgb(238 242 255 / 0.4);
}

.focus\:border-indigo-50\/5:focus {
  border-color: rgb(238 242 255 / 0.05);
}

.focus\:border-indigo-50\/50:focus {
  border-color: rgb(238 242 255 / 0.5);
}

.focus\:border-indigo-50\/60:focus {
  border-color: rgb(238 242 255 / 0.6);
}

.focus\:border-indigo-50\/70:focus {
  border-color: rgb(238 242 255 / 0.7);
}

.focus\:border-indigo-50\/75:focus {
  border-color: rgb(238 242 255 / 0.75);
}

.focus\:border-indigo-50\/80:focus {
  border-color: rgb(238 242 255 / 0.8);
}

.focus\:border-indigo-50\/90:focus {
  border-color: rgb(238 242 255 / 0.9);
}

.focus\:border-indigo-50\/95:focus {
  border-color: rgb(238 242 255 / 0.95);
}

.focus\:border-indigo-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.focus\:border-indigo-500\/0:focus {
  border-color: rgb(99 102 241 / 0);
}

.focus\:border-indigo-500\/10:focus {
  border-color: rgb(99 102 241 / 0.1);
}

.focus\:border-indigo-500\/100:focus {
  border-color: rgb(99 102 241 / 1);
}

.focus\:border-indigo-500\/20:focus {
  border-color: rgb(99 102 241 / 0.2);
}

.focus\:border-indigo-500\/25:focus {
  border-color: rgb(99 102 241 / 0.25);
}

.focus\:border-indigo-500\/30:focus {
  border-color: rgb(99 102 241 / 0.3);
}

.focus\:border-indigo-500\/40:focus {
  border-color: rgb(99 102 241 / 0.4);
}

.focus\:border-indigo-500\/5:focus {
  border-color: rgb(99 102 241 / 0.05);
}

.focus\:border-indigo-500\/50:focus {
  border-color: rgb(99 102 241 / 0.5);
}

.focus\:border-indigo-500\/60:focus {
  border-color: rgb(99 102 241 / 0.6);
}

.focus\:border-indigo-500\/70:focus {
  border-color: rgb(99 102 241 / 0.7);
}

.focus\:border-indigo-500\/75:focus {
  border-color: rgb(99 102 241 / 0.75);
}

.focus\:border-indigo-500\/80:focus {
  border-color: rgb(99 102 241 / 0.8);
}

.focus\:border-indigo-500\/90:focus {
  border-color: rgb(99 102 241 / 0.9);
}

.focus\:border-indigo-500\/95:focus {
  border-color: rgb(99 102 241 / 0.95);
}

.focus\:border-indigo-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.focus\:border-indigo-600\/0:focus {
  border-color: rgb(79 70 229 / 0);
}

.focus\:border-indigo-600\/10:focus {
  border-color: rgb(79 70 229 / 0.1);
}

.focus\:border-indigo-600\/100:focus {
  border-color: rgb(79 70 229 / 1);
}

.focus\:border-indigo-600\/20:focus {
  border-color: rgb(79 70 229 / 0.2);
}

.focus\:border-indigo-600\/25:focus {
  border-color: rgb(79 70 229 / 0.25);
}

.focus\:border-indigo-600\/30:focus {
  border-color: rgb(79 70 229 / 0.3);
}

.focus\:border-indigo-600\/40:focus {
  border-color: rgb(79 70 229 / 0.4);
}

.focus\:border-indigo-600\/5:focus {
  border-color: rgb(79 70 229 / 0.05);
}

.focus\:border-indigo-600\/50:focus {
  border-color: rgb(79 70 229 / 0.5);
}

.focus\:border-indigo-600\/60:focus {
  border-color: rgb(79 70 229 / 0.6);
}

.focus\:border-indigo-600\/70:focus {
  border-color: rgb(79 70 229 / 0.7);
}

.focus\:border-indigo-600\/75:focus {
  border-color: rgb(79 70 229 / 0.75);
}

.focus\:border-indigo-600\/80:focus {
  border-color: rgb(79 70 229 / 0.8);
}

.focus\:border-indigo-600\/90:focus {
  border-color: rgb(79 70 229 / 0.9);
}

.focus\:border-indigo-600\/95:focus {
  border-color: rgb(79 70 229 / 0.95);
}

.focus\:border-indigo-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.focus\:border-indigo-700\/0:focus {
  border-color: rgb(67 56 202 / 0);
}

.focus\:border-indigo-700\/10:focus {
  border-color: rgb(67 56 202 / 0.1);
}

.focus\:border-indigo-700\/100:focus {
  border-color: rgb(67 56 202 / 1);
}

.focus\:border-indigo-700\/20:focus {
  border-color: rgb(67 56 202 / 0.2);
}

.focus\:border-indigo-700\/25:focus {
  border-color: rgb(67 56 202 / 0.25);
}

.focus\:border-indigo-700\/30:focus {
  border-color: rgb(67 56 202 / 0.3);
}

.focus\:border-indigo-700\/40:focus {
  border-color: rgb(67 56 202 / 0.4);
}

.focus\:border-indigo-700\/5:focus {
  border-color: rgb(67 56 202 / 0.05);
}

.focus\:border-indigo-700\/50:focus {
  border-color: rgb(67 56 202 / 0.5);
}

.focus\:border-indigo-700\/60:focus {
  border-color: rgb(67 56 202 / 0.6);
}

.focus\:border-indigo-700\/70:focus {
  border-color: rgb(67 56 202 / 0.7);
}

.focus\:border-indigo-700\/75:focus {
  border-color: rgb(67 56 202 / 0.75);
}

.focus\:border-indigo-700\/80:focus {
  border-color: rgb(67 56 202 / 0.8);
}

.focus\:border-indigo-700\/90:focus {
  border-color: rgb(67 56 202 / 0.9);
}

.focus\:border-indigo-700\/95:focus {
  border-color: rgb(67 56 202 / 0.95);
}

.focus\:border-indigo-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(55 48 163 / var(--tw-border-opacity));
}

.focus\:border-indigo-800\/0:focus {
  border-color: rgb(55 48 163 / 0);
}

.focus\:border-indigo-800\/10:focus {
  border-color: rgb(55 48 163 / 0.1);
}

.focus\:border-indigo-800\/100:focus {
  border-color: rgb(55 48 163 / 1);
}

.focus\:border-indigo-800\/20:focus {
  border-color: rgb(55 48 163 / 0.2);
}

.focus\:border-indigo-800\/25:focus {
  border-color: rgb(55 48 163 / 0.25);
}

.focus\:border-indigo-800\/30:focus {
  border-color: rgb(55 48 163 / 0.3);
}

.focus\:border-indigo-800\/40:focus {
  border-color: rgb(55 48 163 / 0.4);
}

.focus\:border-indigo-800\/5:focus {
  border-color: rgb(55 48 163 / 0.05);
}

.focus\:border-indigo-800\/50:focus {
  border-color: rgb(55 48 163 / 0.5);
}

.focus\:border-indigo-800\/60:focus {
  border-color: rgb(55 48 163 / 0.6);
}

.focus\:border-indigo-800\/70:focus {
  border-color: rgb(55 48 163 / 0.7);
}

.focus\:border-indigo-800\/75:focus {
  border-color: rgb(55 48 163 / 0.75);
}

.focus\:border-indigo-800\/80:focus {
  border-color: rgb(55 48 163 / 0.8);
}

.focus\:border-indigo-800\/90:focus {
  border-color: rgb(55 48 163 / 0.9);
}

.focus\:border-indigo-800\/95:focus {
  border-color: rgb(55 48 163 / 0.95);
}

.focus\:border-indigo-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(49 46 129 / var(--tw-border-opacity));
}

.focus\:border-indigo-900\/0:focus {
  border-color: rgb(49 46 129 / 0);
}

.focus\:border-indigo-900\/10:focus {
  border-color: rgb(49 46 129 / 0.1);
}

.focus\:border-indigo-900\/100:focus {
  border-color: rgb(49 46 129 / 1);
}

.focus\:border-indigo-900\/20:focus {
  border-color: rgb(49 46 129 / 0.2);
}

.focus\:border-indigo-900\/25:focus {
  border-color: rgb(49 46 129 / 0.25);
}

.focus\:border-indigo-900\/30:focus {
  border-color: rgb(49 46 129 / 0.3);
}

.focus\:border-indigo-900\/40:focus {
  border-color: rgb(49 46 129 / 0.4);
}

.focus\:border-indigo-900\/5:focus {
  border-color: rgb(49 46 129 / 0.05);
}

.focus\:border-indigo-900\/50:focus {
  border-color: rgb(49 46 129 / 0.5);
}

.focus\:border-indigo-900\/60:focus {
  border-color: rgb(49 46 129 / 0.6);
}

.focus\:border-indigo-900\/70:focus {
  border-color: rgb(49 46 129 / 0.7);
}

.focus\:border-indigo-900\/75:focus {
  border-color: rgb(49 46 129 / 0.75);
}

.focus\:border-indigo-900\/80:focus {
  border-color: rgb(49 46 129 / 0.8);
}

.focus\:border-indigo-900\/90:focus {
  border-color: rgb(49 46 129 / 0.9);
}

.focus\:border-indigo-900\/95:focus {
  border-color: rgb(49 46 129 / 0.95);
}

.focus\:border-indigo-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(30 27 75 / var(--tw-border-opacity));
}

.focus\:border-indigo-950\/0:focus {
  border-color: rgb(30 27 75 / 0);
}

.focus\:border-indigo-950\/10:focus {
  border-color: rgb(30 27 75 / 0.1);
}

.focus\:border-indigo-950\/100:focus {
  border-color: rgb(30 27 75 / 1);
}

.focus\:border-indigo-950\/20:focus {
  border-color: rgb(30 27 75 / 0.2);
}

.focus\:border-indigo-950\/25:focus {
  border-color: rgb(30 27 75 / 0.25);
}

.focus\:border-indigo-950\/30:focus {
  border-color: rgb(30 27 75 / 0.3);
}

.focus\:border-indigo-950\/40:focus {
  border-color: rgb(30 27 75 / 0.4);
}

.focus\:border-indigo-950\/5:focus {
  border-color: rgb(30 27 75 / 0.05);
}

.focus\:border-indigo-950\/50:focus {
  border-color: rgb(30 27 75 / 0.5);
}

.focus\:border-indigo-950\/60:focus {
  border-color: rgb(30 27 75 / 0.6);
}

.focus\:border-indigo-950\/70:focus {
  border-color: rgb(30 27 75 / 0.7);
}

.focus\:border-indigo-950\/75:focus {
  border-color: rgb(30 27 75 / 0.75);
}

.focus\:border-indigo-950\/80:focus {
  border-color: rgb(30 27 75 / 0.8);
}

.focus\:border-indigo-950\/90:focus {
  border-color: rgb(30 27 75 / 0.9);
}

.focus\:border-indigo-950\/95:focus {
  border-color: rgb(30 27 75 / 0.95);
}

.focus\:border-inherit:focus {
  border-color: inherit;
}

.focus\:border-interbeauty-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(249 197 175 / var(--tw-border-opacity));
}

.focus\:border-interbeauty-100\/0:focus {
  border-color: rgb(249 197 175 / 0);
}

.focus\:border-interbeauty-100\/10:focus {
  border-color: rgb(249 197 175 / 0.1);
}

.focus\:border-interbeauty-100\/100:focus {
  border-color: rgb(249 197 175 / 1);
}

.focus\:border-interbeauty-100\/20:focus {
  border-color: rgb(249 197 175 / 0.2);
}

.focus\:border-interbeauty-100\/25:focus {
  border-color: rgb(249 197 175 / 0.25);
}

.focus\:border-interbeauty-100\/30:focus {
  border-color: rgb(249 197 175 / 0.3);
}

.focus\:border-interbeauty-100\/40:focus {
  border-color: rgb(249 197 175 / 0.4);
}

.focus\:border-interbeauty-100\/5:focus {
  border-color: rgb(249 197 175 / 0.05);
}

.focus\:border-interbeauty-100\/50:focus {
  border-color: rgb(249 197 175 / 0.5);
}

.focus\:border-interbeauty-100\/60:focus {
  border-color: rgb(249 197 175 / 0.6);
}

.focus\:border-interbeauty-100\/70:focus {
  border-color: rgb(249 197 175 / 0.7);
}

.focus\:border-interbeauty-100\/75:focus {
  border-color: rgb(249 197 175 / 0.75);
}

.focus\:border-interbeauty-100\/80:focus {
  border-color: rgb(249 197 175 / 0.8);
}

.focus\:border-interbeauty-100\/90:focus {
  border-color: rgb(249 197 175 / 0.9);
}

.focus\:border-interbeauty-100\/95:focus {
  border-color: rgb(249 197 175 / 0.95);
}

.focus\:border-interbeauty-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(241 182 191 / var(--tw-border-opacity));
}

.focus\:border-interbeauty-200\/0:focus {
  border-color: rgb(241 182 191 / 0);
}

.focus\:border-interbeauty-200\/10:focus {
  border-color: rgb(241 182 191 / 0.1);
}

.focus\:border-interbeauty-200\/100:focus {
  border-color: rgb(241 182 191 / 1);
}

.focus\:border-interbeauty-200\/20:focus {
  border-color: rgb(241 182 191 / 0.2);
}

.focus\:border-interbeauty-200\/25:focus {
  border-color: rgb(241 182 191 / 0.25);
}

.focus\:border-interbeauty-200\/30:focus {
  border-color: rgb(241 182 191 / 0.3);
}

.focus\:border-interbeauty-200\/40:focus {
  border-color: rgb(241 182 191 / 0.4);
}

.focus\:border-interbeauty-200\/5:focus {
  border-color: rgb(241 182 191 / 0.05);
}

.focus\:border-interbeauty-200\/50:focus {
  border-color: rgb(241 182 191 / 0.5);
}

.focus\:border-interbeauty-200\/60:focus {
  border-color: rgb(241 182 191 / 0.6);
}

.focus\:border-interbeauty-200\/70:focus {
  border-color: rgb(241 182 191 / 0.7);
}

.focus\:border-interbeauty-200\/75:focus {
  border-color: rgb(241 182 191 / 0.75);
}

.focus\:border-interbeauty-200\/80:focus {
  border-color: rgb(241 182 191 / 0.8);
}

.focus\:border-interbeauty-200\/90:focus {
  border-color: rgb(241 182 191 / 0.9);
}

.focus\:border-interbeauty-200\/95:focus {
  border-color: rgb(241 182 191 / 0.95);
}

.focus\:border-interbeauty-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(182 219 231 / var(--tw-border-opacity));
}

.focus\:border-interbeauty-300\/0:focus {
  border-color: rgb(182 219 231 / 0);
}

.focus\:border-interbeauty-300\/10:focus {
  border-color: rgb(182 219 231 / 0.1);
}

.focus\:border-interbeauty-300\/100:focus {
  border-color: rgb(182 219 231 / 1);
}

.focus\:border-interbeauty-300\/20:focus {
  border-color: rgb(182 219 231 / 0.2);
}

.focus\:border-interbeauty-300\/25:focus {
  border-color: rgb(182 219 231 / 0.25);
}

.focus\:border-interbeauty-300\/30:focus {
  border-color: rgb(182 219 231 / 0.3);
}

.focus\:border-interbeauty-300\/40:focus {
  border-color: rgb(182 219 231 / 0.4);
}

.focus\:border-interbeauty-300\/5:focus {
  border-color: rgb(182 219 231 / 0.05);
}

.focus\:border-interbeauty-300\/50:focus {
  border-color: rgb(182 219 231 / 0.5);
}

.focus\:border-interbeauty-300\/60:focus {
  border-color: rgb(182 219 231 / 0.6);
}

.focus\:border-interbeauty-300\/70:focus {
  border-color: rgb(182 219 231 / 0.7);
}

.focus\:border-interbeauty-300\/75:focus {
  border-color: rgb(182 219 231 / 0.75);
}

.focus\:border-interbeauty-300\/80:focus {
  border-color: rgb(182 219 231 / 0.8);
}

.focus\:border-interbeauty-300\/90:focus {
  border-color: rgb(182 219 231 / 0.9);
}

.focus\:border-interbeauty-300\/95:focus {
  border-color: rgb(182 219 231 / 0.95);
}

.focus\:border-interbeauty-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 250 247 / var(--tw-border-opacity));
}

.focus\:border-interbeauty-400\/0:focus {
  border-color: rgb(254 250 247 / 0);
}

.focus\:border-interbeauty-400\/10:focus {
  border-color: rgb(254 250 247 / 0.1);
}

.focus\:border-interbeauty-400\/100:focus {
  border-color: rgb(254 250 247 / 1);
}

.focus\:border-interbeauty-400\/20:focus {
  border-color: rgb(254 250 247 / 0.2);
}

.focus\:border-interbeauty-400\/25:focus {
  border-color: rgb(254 250 247 / 0.25);
}

.focus\:border-interbeauty-400\/30:focus {
  border-color: rgb(254 250 247 / 0.3);
}

.focus\:border-interbeauty-400\/40:focus {
  border-color: rgb(254 250 247 / 0.4);
}

.focus\:border-interbeauty-400\/5:focus {
  border-color: rgb(254 250 247 / 0.05);
}

.focus\:border-interbeauty-400\/50:focus {
  border-color: rgb(254 250 247 / 0.5);
}

.focus\:border-interbeauty-400\/60:focus {
  border-color: rgb(254 250 247 / 0.6);
}

.focus\:border-interbeauty-400\/70:focus {
  border-color: rgb(254 250 247 / 0.7);
}

.focus\:border-interbeauty-400\/75:focus {
  border-color: rgb(254 250 247 / 0.75);
}

.focus\:border-interbeauty-400\/80:focus {
  border-color: rgb(254 250 247 / 0.8);
}

.focus\:border-interbeauty-400\/90:focus {
  border-color: rgb(254 250 247 / 0.9);
}

.focus\:border-interbeauty-400\/95:focus {
  border-color: rgb(254 250 247 / 0.95);
}

.focus\:border-interbeauty-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(193 225 224 / var(--tw-border-opacity));
}

.focus\:border-interbeauty-500\/0:focus {
  border-color: rgb(193 225 224 / 0);
}

.focus\:border-interbeauty-500\/10:focus {
  border-color: rgb(193 225 224 / 0.1);
}

.focus\:border-interbeauty-500\/100:focus {
  border-color: rgb(193 225 224 / 1);
}

.focus\:border-interbeauty-500\/20:focus {
  border-color: rgb(193 225 224 / 0.2);
}

.focus\:border-interbeauty-500\/25:focus {
  border-color: rgb(193 225 224 / 0.25);
}

.focus\:border-interbeauty-500\/30:focus {
  border-color: rgb(193 225 224 / 0.3);
}

.focus\:border-interbeauty-500\/40:focus {
  border-color: rgb(193 225 224 / 0.4);
}

.focus\:border-interbeauty-500\/5:focus {
  border-color: rgb(193 225 224 / 0.05);
}

.focus\:border-interbeauty-500\/50:focus {
  border-color: rgb(193 225 224 / 0.5);
}

.focus\:border-interbeauty-500\/60:focus {
  border-color: rgb(193 225 224 / 0.6);
}

.focus\:border-interbeauty-500\/70:focus {
  border-color: rgb(193 225 224 / 0.7);
}

.focus\:border-interbeauty-500\/75:focus {
  border-color: rgb(193 225 224 / 0.75);
}

.focus\:border-interbeauty-500\/80:focus {
  border-color: rgb(193 225 224 / 0.8);
}

.focus\:border-interbeauty-500\/90:focus {
  border-color: rgb(193 225 224 / 0.9);
}

.focus\:border-interbeauty-500\/95:focus {
  border-color: rgb(193 225 224 / 0.95);
}

.focus\:border-interbeauty-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(88 88 94 / var(--tw-border-opacity));
}

.focus\:border-interbeauty-600\/0:focus {
  border-color: rgb(88 88 94 / 0);
}

.focus\:border-interbeauty-600\/10:focus {
  border-color: rgb(88 88 94 / 0.1);
}

.focus\:border-interbeauty-600\/100:focus {
  border-color: rgb(88 88 94 / 1);
}

.focus\:border-interbeauty-600\/20:focus {
  border-color: rgb(88 88 94 / 0.2);
}

.focus\:border-interbeauty-600\/25:focus {
  border-color: rgb(88 88 94 / 0.25);
}

.focus\:border-interbeauty-600\/30:focus {
  border-color: rgb(88 88 94 / 0.3);
}

.focus\:border-interbeauty-600\/40:focus {
  border-color: rgb(88 88 94 / 0.4);
}

.focus\:border-interbeauty-600\/5:focus {
  border-color: rgb(88 88 94 / 0.05);
}

.focus\:border-interbeauty-600\/50:focus {
  border-color: rgb(88 88 94 / 0.5);
}

.focus\:border-interbeauty-600\/60:focus {
  border-color: rgb(88 88 94 / 0.6);
}

.focus\:border-interbeauty-600\/70:focus {
  border-color: rgb(88 88 94 / 0.7);
}

.focus\:border-interbeauty-600\/75:focus {
  border-color: rgb(88 88 94 / 0.75);
}

.focus\:border-interbeauty-600\/80:focus {
  border-color: rgb(88 88 94 / 0.8);
}

.focus\:border-interbeauty-600\/90:focus {
  border-color: rgb(88 88 94 / 0.9);
}

.focus\:border-interbeauty-600\/95:focus {
  border-color: rgb(88 88 94 / 0.95);
}

.focus\:border-ipnvaluers-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 40 87 / var(--tw-border-opacity));
}

.focus\:border-ipnvaluers-200\/0:focus {
  border-color: rgb(0 40 87 / 0);
}

.focus\:border-ipnvaluers-200\/10:focus {
  border-color: rgb(0 40 87 / 0.1);
}

.focus\:border-ipnvaluers-200\/100:focus {
  border-color: rgb(0 40 87 / 1);
}

.focus\:border-ipnvaluers-200\/20:focus {
  border-color: rgb(0 40 87 / 0.2);
}

.focus\:border-ipnvaluers-200\/25:focus {
  border-color: rgb(0 40 87 / 0.25);
}

.focus\:border-ipnvaluers-200\/30:focus {
  border-color: rgb(0 40 87 / 0.3);
}

.focus\:border-ipnvaluers-200\/40:focus {
  border-color: rgb(0 40 87 / 0.4);
}

.focus\:border-ipnvaluers-200\/5:focus {
  border-color: rgb(0 40 87 / 0.05);
}

.focus\:border-ipnvaluers-200\/50:focus {
  border-color: rgb(0 40 87 / 0.5);
}

.focus\:border-ipnvaluers-200\/60:focus {
  border-color: rgb(0 40 87 / 0.6);
}

.focus\:border-ipnvaluers-200\/70:focus {
  border-color: rgb(0 40 87 / 0.7);
}

.focus\:border-ipnvaluers-200\/75:focus {
  border-color: rgb(0 40 87 / 0.75);
}

.focus\:border-ipnvaluers-200\/80:focus {
  border-color: rgb(0 40 87 / 0.8);
}

.focus\:border-ipnvaluers-200\/90:focus {
  border-color: rgb(0 40 87 / 0.9);
}

.focus\:border-ipnvaluers-200\/95:focus {
  border-color: rgb(0 40 87 / 0.95);
}

.focus\:border-ipnvaluers-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(196 107 22 / var(--tw-border-opacity));
}

.focus\:border-ipnvaluers-400\/0:focus {
  border-color: rgb(196 107 22 / 0);
}

.focus\:border-ipnvaluers-400\/10:focus {
  border-color: rgb(196 107 22 / 0.1);
}

.focus\:border-ipnvaluers-400\/100:focus {
  border-color: rgb(196 107 22 / 1);
}

.focus\:border-ipnvaluers-400\/20:focus {
  border-color: rgb(196 107 22 / 0.2);
}

.focus\:border-ipnvaluers-400\/25:focus {
  border-color: rgb(196 107 22 / 0.25);
}

.focus\:border-ipnvaluers-400\/30:focus {
  border-color: rgb(196 107 22 / 0.3);
}

.focus\:border-ipnvaluers-400\/40:focus {
  border-color: rgb(196 107 22 / 0.4);
}

.focus\:border-ipnvaluers-400\/5:focus {
  border-color: rgb(196 107 22 / 0.05);
}

.focus\:border-ipnvaluers-400\/50:focus {
  border-color: rgb(196 107 22 / 0.5);
}

.focus\:border-ipnvaluers-400\/60:focus {
  border-color: rgb(196 107 22 / 0.6);
}

.focus\:border-ipnvaluers-400\/70:focus {
  border-color: rgb(196 107 22 / 0.7);
}

.focus\:border-ipnvaluers-400\/75:focus {
  border-color: rgb(196 107 22 / 0.75);
}

.focus\:border-ipnvaluers-400\/80:focus {
  border-color: rgb(196 107 22 / 0.8);
}

.focus\:border-ipnvaluers-400\/90:focus {
  border-color: rgb(196 107 22 / 0.9);
}

.focus\:border-ipnvaluers-400\/95:focus {
  border-color: rgb(196 107 22 / 0.95);
}

.focus\:border-ipnvaluers-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(245 174 21 / var(--tw-border-opacity));
}

.focus\:border-ipnvaluers-500\/0:focus {
  border-color: rgb(245 174 21 / 0);
}

.focus\:border-ipnvaluers-500\/10:focus {
  border-color: rgb(245 174 21 / 0.1);
}

.focus\:border-ipnvaluers-500\/100:focus {
  border-color: rgb(245 174 21 / 1);
}

.focus\:border-ipnvaluers-500\/20:focus {
  border-color: rgb(245 174 21 / 0.2);
}

.focus\:border-ipnvaluers-500\/25:focus {
  border-color: rgb(245 174 21 / 0.25);
}

.focus\:border-ipnvaluers-500\/30:focus {
  border-color: rgb(245 174 21 / 0.3);
}

.focus\:border-ipnvaluers-500\/40:focus {
  border-color: rgb(245 174 21 / 0.4);
}

.focus\:border-ipnvaluers-500\/5:focus {
  border-color: rgb(245 174 21 / 0.05);
}

.focus\:border-ipnvaluers-500\/50:focus {
  border-color: rgb(245 174 21 / 0.5);
}

.focus\:border-ipnvaluers-500\/60:focus {
  border-color: rgb(245 174 21 / 0.6);
}

.focus\:border-ipnvaluers-500\/70:focus {
  border-color: rgb(245 174 21 / 0.7);
}

.focus\:border-ipnvaluers-500\/75:focus {
  border-color: rgb(245 174 21 / 0.75);
}

.focus\:border-ipnvaluers-500\/80:focus {
  border-color: rgb(245 174 21 / 0.8);
}

.focus\:border-ipnvaluers-500\/90:focus {
  border-color: rgb(245 174 21 / 0.9);
}

.focus\:border-ipnvaluers-500\/95:focus {
  border-color: rgb(245 174 21 / 0.95);
}

.focus\:border-jukejam-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(250 210 101 / var(--tw-border-opacity));
}

.focus\:border-jukejam-500\/0:focus {
  border-color: rgb(250 210 101 / 0);
}

.focus\:border-jukejam-500\/10:focus {
  border-color: rgb(250 210 101 / 0.1);
}

.focus\:border-jukejam-500\/100:focus {
  border-color: rgb(250 210 101 / 1);
}

.focus\:border-jukejam-500\/20:focus {
  border-color: rgb(250 210 101 / 0.2);
}

.focus\:border-jukejam-500\/25:focus {
  border-color: rgb(250 210 101 / 0.25);
}

.focus\:border-jukejam-500\/30:focus {
  border-color: rgb(250 210 101 / 0.3);
}

.focus\:border-jukejam-500\/40:focus {
  border-color: rgb(250 210 101 / 0.4);
}

.focus\:border-jukejam-500\/5:focus {
  border-color: rgb(250 210 101 / 0.05);
}

.focus\:border-jukejam-500\/50:focus {
  border-color: rgb(250 210 101 / 0.5);
}

.focus\:border-jukejam-500\/60:focus {
  border-color: rgb(250 210 101 / 0.6);
}

.focus\:border-jukejam-500\/70:focus {
  border-color: rgb(250 210 101 / 0.7);
}

.focus\:border-jukejam-500\/75:focus {
  border-color: rgb(250 210 101 / 0.75);
}

.focus\:border-jukejam-500\/80:focus {
  border-color: rgb(250 210 101 / 0.8);
}

.focus\:border-jukejam-500\/90:focus {
  border-color: rgb(250 210 101 / 0.9);
}

.focus\:border-jukejam-500\/95:focus {
  border-color: rgb(250 210 101 / 0.95);
}

.focus\:border-lime-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(236 252 203 / var(--tw-border-opacity));
}

.focus\:border-lime-100\/0:focus {
  border-color: rgb(236 252 203 / 0);
}

.focus\:border-lime-100\/10:focus {
  border-color: rgb(236 252 203 / 0.1);
}

.focus\:border-lime-100\/100:focus {
  border-color: rgb(236 252 203 / 1);
}

.focus\:border-lime-100\/20:focus {
  border-color: rgb(236 252 203 / 0.2);
}

.focus\:border-lime-100\/25:focus {
  border-color: rgb(236 252 203 / 0.25);
}

.focus\:border-lime-100\/30:focus {
  border-color: rgb(236 252 203 / 0.3);
}

.focus\:border-lime-100\/40:focus {
  border-color: rgb(236 252 203 / 0.4);
}

.focus\:border-lime-100\/5:focus {
  border-color: rgb(236 252 203 / 0.05);
}

.focus\:border-lime-100\/50:focus {
  border-color: rgb(236 252 203 / 0.5);
}

.focus\:border-lime-100\/60:focus {
  border-color: rgb(236 252 203 / 0.6);
}

.focus\:border-lime-100\/70:focus {
  border-color: rgb(236 252 203 / 0.7);
}

.focus\:border-lime-100\/75:focus {
  border-color: rgb(236 252 203 / 0.75);
}

.focus\:border-lime-100\/80:focus {
  border-color: rgb(236 252 203 / 0.8);
}

.focus\:border-lime-100\/90:focus {
  border-color: rgb(236 252 203 / 0.9);
}

.focus\:border-lime-100\/95:focus {
  border-color: rgb(236 252 203 / 0.95);
}

.focus\:border-lime-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(217 249 157 / var(--tw-border-opacity));
}

.focus\:border-lime-200\/0:focus {
  border-color: rgb(217 249 157 / 0);
}

.focus\:border-lime-200\/10:focus {
  border-color: rgb(217 249 157 / 0.1);
}

.focus\:border-lime-200\/100:focus {
  border-color: rgb(217 249 157 / 1);
}

.focus\:border-lime-200\/20:focus {
  border-color: rgb(217 249 157 / 0.2);
}

.focus\:border-lime-200\/25:focus {
  border-color: rgb(217 249 157 / 0.25);
}

.focus\:border-lime-200\/30:focus {
  border-color: rgb(217 249 157 / 0.3);
}

.focus\:border-lime-200\/40:focus {
  border-color: rgb(217 249 157 / 0.4);
}

.focus\:border-lime-200\/5:focus {
  border-color: rgb(217 249 157 / 0.05);
}

.focus\:border-lime-200\/50:focus {
  border-color: rgb(217 249 157 / 0.5);
}

.focus\:border-lime-200\/60:focus {
  border-color: rgb(217 249 157 / 0.6);
}

.focus\:border-lime-200\/70:focus {
  border-color: rgb(217 249 157 / 0.7);
}

.focus\:border-lime-200\/75:focus {
  border-color: rgb(217 249 157 / 0.75);
}

.focus\:border-lime-200\/80:focus {
  border-color: rgb(217 249 157 / 0.8);
}

.focus\:border-lime-200\/90:focus {
  border-color: rgb(217 249 157 / 0.9);
}

.focus\:border-lime-200\/95:focus {
  border-color: rgb(217 249 157 / 0.95);
}

.focus\:border-lime-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(190 242 100 / var(--tw-border-opacity));
}

.focus\:border-lime-300\/0:focus {
  border-color: rgb(190 242 100 / 0);
}

.focus\:border-lime-300\/10:focus {
  border-color: rgb(190 242 100 / 0.1);
}

.focus\:border-lime-300\/100:focus {
  border-color: rgb(190 242 100 / 1);
}

.focus\:border-lime-300\/20:focus {
  border-color: rgb(190 242 100 / 0.2);
}

.focus\:border-lime-300\/25:focus {
  border-color: rgb(190 242 100 / 0.25);
}

.focus\:border-lime-300\/30:focus {
  border-color: rgb(190 242 100 / 0.3);
}

.focus\:border-lime-300\/40:focus {
  border-color: rgb(190 242 100 / 0.4);
}

.focus\:border-lime-300\/5:focus {
  border-color: rgb(190 242 100 / 0.05);
}

.focus\:border-lime-300\/50:focus {
  border-color: rgb(190 242 100 / 0.5);
}

.focus\:border-lime-300\/60:focus {
  border-color: rgb(190 242 100 / 0.6);
}

.focus\:border-lime-300\/70:focus {
  border-color: rgb(190 242 100 / 0.7);
}

.focus\:border-lime-300\/75:focus {
  border-color: rgb(190 242 100 / 0.75);
}

.focus\:border-lime-300\/80:focus {
  border-color: rgb(190 242 100 / 0.8);
}

.focus\:border-lime-300\/90:focus {
  border-color: rgb(190 242 100 / 0.9);
}

.focus\:border-lime-300\/95:focus {
  border-color: rgb(190 242 100 / 0.95);
}

.focus\:border-lime-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-border-opacity));
}

.focus\:border-lime-400\/0:focus {
  border-color: rgb(163 230 53 / 0);
}

.focus\:border-lime-400\/10:focus {
  border-color: rgb(163 230 53 / 0.1);
}

.focus\:border-lime-400\/100:focus {
  border-color: rgb(163 230 53 / 1);
}

.focus\:border-lime-400\/20:focus {
  border-color: rgb(163 230 53 / 0.2);
}

.focus\:border-lime-400\/25:focus {
  border-color: rgb(163 230 53 / 0.25);
}

.focus\:border-lime-400\/30:focus {
  border-color: rgb(163 230 53 / 0.3);
}

.focus\:border-lime-400\/40:focus {
  border-color: rgb(163 230 53 / 0.4);
}

.focus\:border-lime-400\/5:focus {
  border-color: rgb(163 230 53 / 0.05);
}

.focus\:border-lime-400\/50:focus {
  border-color: rgb(163 230 53 / 0.5);
}

.focus\:border-lime-400\/60:focus {
  border-color: rgb(163 230 53 / 0.6);
}

.focus\:border-lime-400\/70:focus {
  border-color: rgb(163 230 53 / 0.7);
}

.focus\:border-lime-400\/75:focus {
  border-color: rgb(163 230 53 / 0.75);
}

.focus\:border-lime-400\/80:focus {
  border-color: rgb(163 230 53 / 0.8);
}

.focus\:border-lime-400\/90:focus {
  border-color: rgb(163 230 53 / 0.9);
}

.focus\:border-lime-400\/95:focus {
  border-color: rgb(163 230 53 / 0.95);
}

.focus\:border-lime-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(247 254 231 / var(--tw-border-opacity));
}

.focus\:border-lime-50\/0:focus {
  border-color: rgb(247 254 231 / 0);
}

.focus\:border-lime-50\/10:focus {
  border-color: rgb(247 254 231 / 0.1);
}

.focus\:border-lime-50\/100:focus {
  border-color: rgb(247 254 231 / 1);
}

.focus\:border-lime-50\/20:focus {
  border-color: rgb(247 254 231 / 0.2);
}

.focus\:border-lime-50\/25:focus {
  border-color: rgb(247 254 231 / 0.25);
}

.focus\:border-lime-50\/30:focus {
  border-color: rgb(247 254 231 / 0.3);
}

.focus\:border-lime-50\/40:focus {
  border-color: rgb(247 254 231 / 0.4);
}

.focus\:border-lime-50\/5:focus {
  border-color: rgb(247 254 231 / 0.05);
}

.focus\:border-lime-50\/50:focus {
  border-color: rgb(247 254 231 / 0.5);
}

.focus\:border-lime-50\/60:focus {
  border-color: rgb(247 254 231 / 0.6);
}

.focus\:border-lime-50\/70:focus {
  border-color: rgb(247 254 231 / 0.7);
}

.focus\:border-lime-50\/75:focus {
  border-color: rgb(247 254 231 / 0.75);
}

.focus\:border-lime-50\/80:focus {
  border-color: rgb(247 254 231 / 0.8);
}

.focus\:border-lime-50\/90:focus {
  border-color: rgb(247 254 231 / 0.9);
}

.focus\:border-lime-50\/95:focus {
  border-color: rgb(247 254 231 / 0.95);
}

.focus\:border-lime-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity));
}

.focus\:border-lime-500\/0:focus {
  border-color: rgb(132 204 22 / 0);
}

.focus\:border-lime-500\/10:focus {
  border-color: rgb(132 204 22 / 0.1);
}

.focus\:border-lime-500\/100:focus {
  border-color: rgb(132 204 22 / 1);
}

.focus\:border-lime-500\/20:focus {
  border-color: rgb(132 204 22 / 0.2);
}

.focus\:border-lime-500\/25:focus {
  border-color: rgb(132 204 22 / 0.25);
}

.focus\:border-lime-500\/30:focus {
  border-color: rgb(132 204 22 / 0.3);
}

.focus\:border-lime-500\/40:focus {
  border-color: rgb(132 204 22 / 0.4);
}

.focus\:border-lime-500\/5:focus {
  border-color: rgb(132 204 22 / 0.05);
}

.focus\:border-lime-500\/50:focus {
  border-color: rgb(132 204 22 / 0.5);
}

.focus\:border-lime-500\/60:focus {
  border-color: rgb(132 204 22 / 0.6);
}

.focus\:border-lime-500\/70:focus {
  border-color: rgb(132 204 22 / 0.7);
}

.focus\:border-lime-500\/75:focus {
  border-color: rgb(132 204 22 / 0.75);
}

.focus\:border-lime-500\/80:focus {
  border-color: rgb(132 204 22 / 0.8);
}

.focus\:border-lime-500\/90:focus {
  border-color: rgb(132 204 22 / 0.9);
}

.focus\:border-lime-500\/95:focus {
  border-color: rgb(132 204 22 / 0.95);
}

.focus\:border-lime-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(101 163 13 / var(--tw-border-opacity));
}

.focus\:border-lime-600\/0:focus {
  border-color: rgb(101 163 13 / 0);
}

.focus\:border-lime-600\/10:focus {
  border-color: rgb(101 163 13 / 0.1);
}

.focus\:border-lime-600\/100:focus {
  border-color: rgb(101 163 13 / 1);
}

.focus\:border-lime-600\/20:focus {
  border-color: rgb(101 163 13 / 0.2);
}

.focus\:border-lime-600\/25:focus {
  border-color: rgb(101 163 13 / 0.25);
}

.focus\:border-lime-600\/30:focus {
  border-color: rgb(101 163 13 / 0.3);
}

.focus\:border-lime-600\/40:focus {
  border-color: rgb(101 163 13 / 0.4);
}

.focus\:border-lime-600\/5:focus {
  border-color: rgb(101 163 13 / 0.05);
}

.focus\:border-lime-600\/50:focus {
  border-color: rgb(101 163 13 / 0.5);
}

.focus\:border-lime-600\/60:focus {
  border-color: rgb(101 163 13 / 0.6);
}

.focus\:border-lime-600\/70:focus {
  border-color: rgb(101 163 13 / 0.7);
}

.focus\:border-lime-600\/75:focus {
  border-color: rgb(101 163 13 / 0.75);
}

.focus\:border-lime-600\/80:focus {
  border-color: rgb(101 163 13 / 0.8);
}

.focus\:border-lime-600\/90:focus {
  border-color: rgb(101 163 13 / 0.9);
}

.focus\:border-lime-600\/95:focus {
  border-color: rgb(101 163 13 / 0.95);
}

.focus\:border-lime-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(77 124 15 / var(--tw-border-opacity));
}

.focus\:border-lime-700\/0:focus {
  border-color: rgb(77 124 15 / 0);
}

.focus\:border-lime-700\/10:focus {
  border-color: rgb(77 124 15 / 0.1);
}

.focus\:border-lime-700\/100:focus {
  border-color: rgb(77 124 15 / 1);
}

.focus\:border-lime-700\/20:focus {
  border-color: rgb(77 124 15 / 0.2);
}

.focus\:border-lime-700\/25:focus {
  border-color: rgb(77 124 15 / 0.25);
}

.focus\:border-lime-700\/30:focus {
  border-color: rgb(77 124 15 / 0.3);
}

.focus\:border-lime-700\/40:focus {
  border-color: rgb(77 124 15 / 0.4);
}

.focus\:border-lime-700\/5:focus {
  border-color: rgb(77 124 15 / 0.05);
}

.focus\:border-lime-700\/50:focus {
  border-color: rgb(77 124 15 / 0.5);
}

.focus\:border-lime-700\/60:focus {
  border-color: rgb(77 124 15 / 0.6);
}

.focus\:border-lime-700\/70:focus {
  border-color: rgb(77 124 15 / 0.7);
}

.focus\:border-lime-700\/75:focus {
  border-color: rgb(77 124 15 / 0.75);
}

.focus\:border-lime-700\/80:focus {
  border-color: rgb(77 124 15 / 0.8);
}

.focus\:border-lime-700\/90:focus {
  border-color: rgb(77 124 15 / 0.9);
}

.focus\:border-lime-700\/95:focus {
  border-color: rgb(77 124 15 / 0.95);
}

.focus\:border-lime-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(63 98 18 / var(--tw-border-opacity));
}

.focus\:border-lime-800\/0:focus {
  border-color: rgb(63 98 18 / 0);
}

.focus\:border-lime-800\/10:focus {
  border-color: rgb(63 98 18 / 0.1);
}

.focus\:border-lime-800\/100:focus {
  border-color: rgb(63 98 18 / 1);
}

.focus\:border-lime-800\/20:focus {
  border-color: rgb(63 98 18 / 0.2);
}

.focus\:border-lime-800\/25:focus {
  border-color: rgb(63 98 18 / 0.25);
}

.focus\:border-lime-800\/30:focus {
  border-color: rgb(63 98 18 / 0.3);
}

.focus\:border-lime-800\/40:focus {
  border-color: rgb(63 98 18 / 0.4);
}

.focus\:border-lime-800\/5:focus {
  border-color: rgb(63 98 18 / 0.05);
}

.focus\:border-lime-800\/50:focus {
  border-color: rgb(63 98 18 / 0.5);
}

.focus\:border-lime-800\/60:focus {
  border-color: rgb(63 98 18 / 0.6);
}

.focus\:border-lime-800\/70:focus {
  border-color: rgb(63 98 18 / 0.7);
}

.focus\:border-lime-800\/75:focus {
  border-color: rgb(63 98 18 / 0.75);
}

.focus\:border-lime-800\/80:focus {
  border-color: rgb(63 98 18 / 0.8);
}

.focus\:border-lime-800\/90:focus {
  border-color: rgb(63 98 18 / 0.9);
}

.focus\:border-lime-800\/95:focus {
  border-color: rgb(63 98 18 / 0.95);
}

.focus\:border-lime-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(54 83 20 / var(--tw-border-opacity));
}

.focus\:border-lime-900\/0:focus {
  border-color: rgb(54 83 20 / 0);
}

.focus\:border-lime-900\/10:focus {
  border-color: rgb(54 83 20 / 0.1);
}

.focus\:border-lime-900\/100:focus {
  border-color: rgb(54 83 20 / 1);
}

.focus\:border-lime-900\/20:focus {
  border-color: rgb(54 83 20 / 0.2);
}

.focus\:border-lime-900\/25:focus {
  border-color: rgb(54 83 20 / 0.25);
}

.focus\:border-lime-900\/30:focus {
  border-color: rgb(54 83 20 / 0.3);
}

.focus\:border-lime-900\/40:focus {
  border-color: rgb(54 83 20 / 0.4);
}

.focus\:border-lime-900\/5:focus {
  border-color: rgb(54 83 20 / 0.05);
}

.focus\:border-lime-900\/50:focus {
  border-color: rgb(54 83 20 / 0.5);
}

.focus\:border-lime-900\/60:focus {
  border-color: rgb(54 83 20 / 0.6);
}

.focus\:border-lime-900\/70:focus {
  border-color: rgb(54 83 20 / 0.7);
}

.focus\:border-lime-900\/75:focus {
  border-color: rgb(54 83 20 / 0.75);
}

.focus\:border-lime-900\/80:focus {
  border-color: rgb(54 83 20 / 0.8);
}

.focus\:border-lime-900\/90:focus {
  border-color: rgb(54 83 20 / 0.9);
}

.focus\:border-lime-900\/95:focus {
  border-color: rgb(54 83 20 / 0.95);
}

.focus\:border-lime-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(26 46 5 / var(--tw-border-opacity));
}

.focus\:border-lime-950\/0:focus {
  border-color: rgb(26 46 5 / 0);
}

.focus\:border-lime-950\/10:focus {
  border-color: rgb(26 46 5 / 0.1);
}

.focus\:border-lime-950\/100:focus {
  border-color: rgb(26 46 5 / 1);
}

.focus\:border-lime-950\/20:focus {
  border-color: rgb(26 46 5 / 0.2);
}

.focus\:border-lime-950\/25:focus {
  border-color: rgb(26 46 5 / 0.25);
}

.focus\:border-lime-950\/30:focus {
  border-color: rgb(26 46 5 / 0.3);
}

.focus\:border-lime-950\/40:focus {
  border-color: rgb(26 46 5 / 0.4);
}

.focus\:border-lime-950\/5:focus {
  border-color: rgb(26 46 5 / 0.05);
}

.focus\:border-lime-950\/50:focus {
  border-color: rgb(26 46 5 / 0.5);
}

.focus\:border-lime-950\/60:focus {
  border-color: rgb(26 46 5 / 0.6);
}

.focus\:border-lime-950\/70:focus {
  border-color: rgb(26 46 5 / 0.7);
}

.focus\:border-lime-950\/75:focus {
  border-color: rgb(26 46 5 / 0.75);
}

.focus\:border-lime-950\/80:focus {
  border-color: rgb(26 46 5 / 0.8);
}

.focus\:border-lime-950\/90:focus {
  border-color: rgb(26 46 5 / 0.9);
}

.focus\:border-lime-950\/95:focus {
  border-color: rgb(26 46 5 / 0.95);
}

.focus\:border-nafisa-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(153 53 10 / var(--tw-border-opacity));
}

.focus\:border-nafisa-500\/0:focus {
  border-color: rgb(153 53 10 / 0);
}

.focus\:border-nafisa-500\/10:focus {
  border-color: rgb(153 53 10 / 0.1);
}

.focus\:border-nafisa-500\/100:focus {
  border-color: rgb(153 53 10 / 1);
}

.focus\:border-nafisa-500\/20:focus {
  border-color: rgb(153 53 10 / 0.2);
}

.focus\:border-nafisa-500\/25:focus {
  border-color: rgb(153 53 10 / 0.25);
}

.focus\:border-nafisa-500\/30:focus {
  border-color: rgb(153 53 10 / 0.3);
}

.focus\:border-nafisa-500\/40:focus {
  border-color: rgb(153 53 10 / 0.4);
}

.focus\:border-nafisa-500\/5:focus {
  border-color: rgb(153 53 10 / 0.05);
}

.focus\:border-nafisa-500\/50:focus {
  border-color: rgb(153 53 10 / 0.5);
}

.focus\:border-nafisa-500\/60:focus {
  border-color: rgb(153 53 10 / 0.6);
}

.focus\:border-nafisa-500\/70:focus {
  border-color: rgb(153 53 10 / 0.7);
}

.focus\:border-nafisa-500\/75:focus {
  border-color: rgb(153 53 10 / 0.75);
}

.focus\:border-nafisa-500\/80:focus {
  border-color: rgb(153 53 10 / 0.8);
}

.focus\:border-nafisa-500\/90:focus {
  border-color: rgb(153 53 10 / 0.9);
}

.focus\:border-nafisa-500\/95:focus {
  border-color: rgb(153 53 10 / 0.95);
}

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

.focus\:border-neutral-100\/0:focus {
  border-color: rgb(245 245 245 / 0);
}

.focus\:border-neutral-100\/10:focus {
  border-color: rgb(245 245 245 / 0.1);
}

.focus\:border-neutral-100\/100:focus {
  border-color: rgb(245 245 245 / 1);
}

.focus\:border-neutral-100\/20:focus {
  border-color: rgb(245 245 245 / 0.2);
}

.focus\:border-neutral-100\/25:focus {
  border-color: rgb(245 245 245 / 0.25);
}

.focus\:border-neutral-100\/30:focus {
  border-color: rgb(245 245 245 / 0.3);
}

.focus\:border-neutral-100\/40:focus {
  border-color: rgb(245 245 245 / 0.4);
}

.focus\:border-neutral-100\/5:focus {
  border-color: rgb(245 245 245 / 0.05);
}

.focus\:border-neutral-100\/50:focus {
  border-color: rgb(245 245 245 / 0.5);
}

.focus\:border-neutral-100\/60:focus {
  border-color: rgb(245 245 245 / 0.6);
}

.focus\:border-neutral-100\/70:focus {
  border-color: rgb(245 245 245 / 0.7);
}

.focus\:border-neutral-100\/75:focus {
  border-color: rgb(245 245 245 / 0.75);
}

.focus\:border-neutral-100\/80:focus {
  border-color: rgb(245 245 245 / 0.8);
}

.focus\:border-neutral-100\/90:focus {
  border-color: rgb(245 245 245 / 0.9);
}

.focus\:border-neutral-100\/95:focus {
  border-color: rgb(245 245 245 / 0.95);
}

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

.focus\:border-neutral-200\/0:focus {
  border-color: rgb(229 229 229 / 0);
}

.focus\:border-neutral-200\/10:focus {
  border-color: rgb(229 229 229 / 0.1);
}

.focus\:border-neutral-200\/100:focus {
  border-color: rgb(229 229 229 / 1);
}

.focus\:border-neutral-200\/20:focus {
  border-color: rgb(229 229 229 / 0.2);
}

.focus\:border-neutral-200\/25:focus {
  border-color: rgb(229 229 229 / 0.25);
}

.focus\:border-neutral-200\/30:focus {
  border-color: rgb(229 229 229 / 0.3);
}

.focus\:border-neutral-200\/40:focus {
  border-color: rgb(229 229 229 / 0.4);
}

.focus\:border-neutral-200\/5:focus {
  border-color: rgb(229 229 229 / 0.05);
}

.focus\:border-neutral-200\/50:focus {
  border-color: rgb(229 229 229 / 0.5);
}

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

.focus\:border-neutral-200\/70:focus {
  border-color: rgb(229 229 229 / 0.7);
}

.focus\:border-neutral-200\/75:focus {
  border-color: rgb(229 229 229 / 0.75);
}

.focus\:border-neutral-200\/80:focus {
  border-color: rgb(229 229 229 / 0.8);
}

.focus\:border-neutral-200\/90:focus {
  border-color: rgb(229 229 229 / 0.9);
}

.focus\:border-neutral-200\/95:focus {
  border-color: rgb(229 229 229 / 0.95);
}

.focus\:border-neutral-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.focus\:border-neutral-300\/0:focus {
  border-color: rgb(212 212 212 / 0);
}

.focus\:border-neutral-300\/10:focus {
  border-color: rgb(212 212 212 / 0.1);
}

.focus\:border-neutral-300\/100:focus {
  border-color: rgb(212 212 212 / 1);
}

.focus\:border-neutral-300\/20:focus {
  border-color: rgb(212 212 212 / 0.2);
}

.focus\:border-neutral-300\/25:focus {
  border-color: rgb(212 212 212 / 0.25);
}

.focus\:border-neutral-300\/30:focus {
  border-color: rgb(212 212 212 / 0.3);
}

.focus\:border-neutral-300\/40:focus {
  border-color: rgb(212 212 212 / 0.4);
}

.focus\:border-neutral-300\/5:focus {
  border-color: rgb(212 212 212 / 0.05);
}

.focus\:border-neutral-300\/50:focus {
  border-color: rgb(212 212 212 / 0.5);
}

.focus\:border-neutral-300\/60:focus {
  border-color: rgb(212 212 212 / 0.6);
}

.focus\:border-neutral-300\/70:focus {
  border-color: rgb(212 212 212 / 0.7);
}

.focus\:border-neutral-300\/75:focus {
  border-color: rgb(212 212 212 / 0.75);
}

.focus\:border-neutral-300\/80:focus {
  border-color: rgb(212 212 212 / 0.8);
}

.focus\:border-neutral-300\/90:focus {
  border-color: rgb(212 212 212 / 0.9);
}

.focus\:border-neutral-300\/95:focus {
  border-color: rgb(212 212 212 / 0.95);
}

.focus\:border-neutral-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.focus\:border-neutral-400\/0:focus {
  border-color: rgb(163 163 163 / 0);
}

.focus\:border-neutral-400\/10:focus {
  border-color: rgb(163 163 163 / 0.1);
}

.focus\:border-neutral-400\/100:focus {
  border-color: rgb(163 163 163 / 1);
}

.focus\:border-neutral-400\/20:focus {
  border-color: rgb(163 163 163 / 0.2);
}

.focus\:border-neutral-400\/25:focus {
  border-color: rgb(163 163 163 / 0.25);
}

.focus\:border-neutral-400\/30:focus {
  border-color: rgb(163 163 163 / 0.3);
}

.focus\:border-neutral-400\/40:focus {
  border-color: rgb(163 163 163 / 0.4);
}

.focus\:border-neutral-400\/5:focus {
  border-color: rgb(163 163 163 / 0.05);
}

.focus\:border-neutral-400\/50:focus {
  border-color: rgb(163 163 163 / 0.5);
}

.focus\:border-neutral-400\/60:focus {
  border-color: rgb(163 163 163 / 0.6);
}

.focus\:border-neutral-400\/70:focus {
  border-color: rgb(163 163 163 / 0.7);
}

.focus\:border-neutral-400\/75:focus {
  border-color: rgb(163 163 163 / 0.75);
}

.focus\:border-neutral-400\/80:focus {
  border-color: rgb(163 163 163 / 0.8);
}

.focus\:border-neutral-400\/90:focus {
  border-color: rgb(163 163 163 / 0.9);
}

.focus\:border-neutral-400\/95:focus {
  border-color: rgb(163 163 163 / 0.95);
}

.focus\:border-neutral-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.focus\:border-neutral-50\/0:focus {
  border-color: rgb(250 250 250 / 0);
}

.focus\:border-neutral-50\/10:focus {
  border-color: rgb(250 250 250 / 0.1);
}

.focus\:border-neutral-50\/100:focus {
  border-color: rgb(250 250 250 / 1);
}

.focus\:border-neutral-50\/20:focus {
  border-color: rgb(250 250 250 / 0.2);
}

.focus\:border-neutral-50\/25:focus {
  border-color: rgb(250 250 250 / 0.25);
}

.focus\:border-neutral-50\/30:focus {
  border-color: rgb(250 250 250 / 0.3);
}

.focus\:border-neutral-50\/40:focus {
  border-color: rgb(250 250 250 / 0.4);
}

.focus\:border-neutral-50\/5:focus {
  border-color: rgb(250 250 250 / 0.05);
}

.focus\:border-neutral-50\/50:focus {
  border-color: rgb(250 250 250 / 0.5);
}

.focus\:border-neutral-50\/60:focus {
  border-color: rgb(250 250 250 / 0.6);
}

.focus\:border-neutral-50\/70:focus {
  border-color: rgb(250 250 250 / 0.7);
}

.focus\:border-neutral-50\/75:focus {
  border-color: rgb(250 250 250 / 0.75);
}

.focus\:border-neutral-50\/80:focus {
  border-color: rgb(250 250 250 / 0.8);
}

.focus\:border-neutral-50\/90:focus {
  border-color: rgb(250 250 250 / 0.9);
}

.focus\:border-neutral-50\/95:focus {
  border-color: rgb(250 250 250 / 0.95);
}

.focus\:border-neutral-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.focus\:border-neutral-500\/0:focus {
  border-color: rgb(115 115 115 / 0);
}

.focus\:border-neutral-500\/10:focus {
  border-color: rgb(115 115 115 / 0.1);
}

.focus\:border-neutral-500\/100:focus {
  border-color: rgb(115 115 115 / 1);
}

.focus\:border-neutral-500\/20:focus {
  border-color: rgb(115 115 115 / 0.2);
}

.focus\:border-neutral-500\/25:focus {
  border-color: rgb(115 115 115 / 0.25);
}

.focus\:border-neutral-500\/30:focus {
  border-color: rgb(115 115 115 / 0.3);
}

.focus\:border-neutral-500\/40:focus {
  border-color: rgb(115 115 115 / 0.4);
}

.focus\:border-neutral-500\/5:focus {
  border-color: rgb(115 115 115 / 0.05);
}

.focus\:border-neutral-500\/50:focus {
  border-color: rgb(115 115 115 / 0.5);
}

.focus\:border-neutral-500\/60:focus {
  border-color: rgb(115 115 115 / 0.6);
}

.focus\:border-neutral-500\/70:focus {
  border-color: rgb(115 115 115 / 0.7);
}

.focus\:border-neutral-500\/75:focus {
  border-color: rgb(115 115 115 / 0.75);
}

.focus\:border-neutral-500\/80:focus {
  border-color: rgb(115 115 115 / 0.8);
}

.focus\:border-neutral-500\/90:focus {
  border-color: rgb(115 115 115 / 0.9);
}

.focus\:border-neutral-500\/95:focus {
  border-color: rgb(115 115 115 / 0.95);
}

.focus\:border-neutral-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.focus\:border-neutral-600\/0:focus {
  border-color: rgb(82 82 82 / 0);
}

.focus\:border-neutral-600\/10:focus {
  border-color: rgb(82 82 82 / 0.1);
}

.focus\:border-neutral-600\/100:focus {
  border-color: rgb(82 82 82 / 1);
}

.focus\:border-neutral-600\/20:focus {
  border-color: rgb(82 82 82 / 0.2);
}

.focus\:border-neutral-600\/25:focus {
  border-color: rgb(82 82 82 / 0.25);
}

.focus\:border-neutral-600\/30:focus {
  border-color: rgb(82 82 82 / 0.3);
}

.focus\:border-neutral-600\/40:focus {
  border-color: rgb(82 82 82 / 0.4);
}

.focus\:border-neutral-600\/5:focus {
  border-color: rgb(82 82 82 / 0.05);
}

.focus\:border-neutral-600\/50:focus {
  border-color: rgb(82 82 82 / 0.5);
}

.focus\:border-neutral-600\/60:focus {
  border-color: rgb(82 82 82 / 0.6);
}

.focus\:border-neutral-600\/70:focus {
  border-color: rgb(82 82 82 / 0.7);
}

.focus\:border-neutral-600\/75:focus {
  border-color: rgb(82 82 82 / 0.75);
}

.focus\:border-neutral-600\/80:focus {
  border-color: rgb(82 82 82 / 0.8);
}

.focus\:border-neutral-600\/90:focus {
  border-color: rgb(82 82 82 / 0.9);
}

.focus\:border-neutral-600\/95:focus {
  border-color: rgb(82 82 82 / 0.95);
}

.focus\:border-neutral-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.focus\:border-neutral-700\/0:focus {
  border-color: rgb(64 64 64 / 0);
}

.focus\:border-neutral-700\/10:focus {
  border-color: rgb(64 64 64 / 0.1);
}

.focus\:border-neutral-700\/100:focus {
  border-color: rgb(64 64 64 / 1);
}

.focus\:border-neutral-700\/20:focus {
  border-color: rgb(64 64 64 / 0.2);
}

.focus\:border-neutral-700\/25:focus {
  border-color: rgb(64 64 64 / 0.25);
}

.focus\:border-neutral-700\/30:focus {
  border-color: rgb(64 64 64 / 0.3);
}

.focus\:border-neutral-700\/40:focus {
  border-color: rgb(64 64 64 / 0.4);
}

.focus\:border-neutral-700\/5:focus {
  border-color: rgb(64 64 64 / 0.05);
}

.focus\:border-neutral-700\/50:focus {
  border-color: rgb(64 64 64 / 0.5);
}

.focus\:border-neutral-700\/60:focus {
  border-color: rgb(64 64 64 / 0.6);
}

.focus\:border-neutral-700\/70:focus {
  border-color: rgb(64 64 64 / 0.7);
}

.focus\:border-neutral-700\/75:focus {
  border-color: rgb(64 64 64 / 0.75);
}

.focus\:border-neutral-700\/80:focus {
  border-color: rgb(64 64 64 / 0.8);
}

.focus\:border-neutral-700\/90:focus {
  border-color: rgb(64 64 64 / 0.9);
}

.focus\:border-neutral-700\/95:focus {
  border-color: rgb(64 64 64 / 0.95);
}

.focus\:border-neutral-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.focus\:border-neutral-800\/0:focus {
  border-color: rgb(38 38 38 / 0);
}

.focus\:border-neutral-800\/10:focus {
  border-color: rgb(38 38 38 / 0.1);
}

.focus\:border-neutral-800\/100:focus {
  border-color: rgb(38 38 38 / 1);
}

.focus\:border-neutral-800\/20:focus {
  border-color: rgb(38 38 38 / 0.2);
}

.focus\:border-neutral-800\/25:focus {
  border-color: rgb(38 38 38 / 0.25);
}

.focus\:border-neutral-800\/30:focus {
  border-color: rgb(38 38 38 / 0.3);
}

.focus\:border-neutral-800\/40:focus {
  border-color: rgb(38 38 38 / 0.4);
}

.focus\:border-neutral-800\/5:focus {
  border-color: rgb(38 38 38 / 0.05);
}

.focus\:border-neutral-800\/50:focus {
  border-color: rgb(38 38 38 / 0.5);
}

.focus\:border-neutral-800\/60:focus {
  border-color: rgb(38 38 38 / 0.6);
}

.focus\:border-neutral-800\/70:focus {
  border-color: rgb(38 38 38 / 0.7);
}

.focus\:border-neutral-800\/75:focus {
  border-color: rgb(38 38 38 / 0.75);
}

.focus\:border-neutral-800\/80:focus {
  border-color: rgb(38 38 38 / 0.8);
}

.focus\:border-neutral-800\/90:focus {
  border-color: rgb(38 38 38 / 0.9);
}

.focus\:border-neutral-800\/95:focus {
  border-color: rgb(38 38 38 / 0.95);
}

.focus\:border-neutral-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.focus\:border-neutral-900\/0:focus {
  border-color: rgb(23 23 23 / 0);
}

.focus\:border-neutral-900\/10:focus {
  border-color: rgb(23 23 23 / 0.1);
}

.focus\:border-neutral-900\/100:focus {
  border-color: rgb(23 23 23 / 1);
}

.focus\:border-neutral-900\/20:focus {
  border-color: rgb(23 23 23 / 0.2);
}

.focus\:border-neutral-900\/25:focus {
  border-color: rgb(23 23 23 / 0.25);
}

.focus\:border-neutral-900\/30:focus {
  border-color: rgb(23 23 23 / 0.3);
}

.focus\:border-neutral-900\/40:focus {
  border-color: rgb(23 23 23 / 0.4);
}

.focus\:border-neutral-900\/5:focus {
  border-color: rgb(23 23 23 / 0.05);
}

.focus\:border-neutral-900\/50:focus {
  border-color: rgb(23 23 23 / 0.5);
}

.focus\:border-neutral-900\/60:focus {
  border-color: rgb(23 23 23 / 0.6);
}

.focus\:border-neutral-900\/70:focus {
  border-color: rgb(23 23 23 / 0.7);
}

.focus\:border-neutral-900\/75:focus {
  border-color: rgb(23 23 23 / 0.75);
}

.focus\:border-neutral-900\/80:focus {
  border-color: rgb(23 23 23 / 0.8);
}

.focus\:border-neutral-900\/90:focus {
  border-color: rgb(23 23 23 / 0.9);
}

.focus\:border-neutral-900\/95:focus {
  border-color: rgb(23 23 23 / 0.95);
}

.focus\:border-neutral-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.focus\:border-neutral-950\/0:focus {
  border-color: rgb(10 10 10 / 0);
}

.focus\:border-neutral-950\/10:focus {
  border-color: rgb(10 10 10 / 0.1);
}

.focus\:border-neutral-950\/100:focus {
  border-color: rgb(10 10 10 / 1);
}

.focus\:border-neutral-950\/20:focus {
  border-color: rgb(10 10 10 / 0.2);
}

.focus\:border-neutral-950\/25:focus {
  border-color: rgb(10 10 10 / 0.25);
}

.focus\:border-neutral-950\/30:focus {
  border-color: rgb(10 10 10 / 0.3);
}

.focus\:border-neutral-950\/40:focus {
  border-color: rgb(10 10 10 / 0.4);
}

.focus\:border-neutral-950\/5:focus {
  border-color: rgb(10 10 10 / 0.05);
}

.focus\:border-neutral-950\/50:focus {
  border-color: rgb(10 10 10 / 0.5);
}

.focus\:border-neutral-950\/60:focus {
  border-color: rgb(10 10 10 / 0.6);
}

.focus\:border-neutral-950\/70:focus {
  border-color: rgb(10 10 10 / 0.7);
}

.focus\:border-neutral-950\/75:focus {
  border-color: rgb(10 10 10 / 0.75);
}

.focus\:border-neutral-950\/80:focus {
  border-color: rgb(10 10 10 / 0.8);
}

.focus\:border-neutral-950\/90:focus {
  border-color: rgb(10 10 10 / 0.9);
}

.focus\:border-neutral-950\/95:focus {
  border-color: rgb(10 10 10 / 0.95);
}

.focus\:border-orange-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-border-opacity));
}

.focus\:border-orange-100\/0:focus {
  border-color: rgb(255 237 213 / 0);
}

.focus\:border-orange-100\/10:focus {
  border-color: rgb(255 237 213 / 0.1);
}

.focus\:border-orange-100\/100:focus {
  border-color: rgb(255 237 213 / 1);
}

.focus\:border-orange-100\/20:focus {
  border-color: rgb(255 237 213 / 0.2);
}

.focus\:border-orange-100\/25:focus {
  border-color: rgb(255 237 213 / 0.25);
}

.focus\:border-orange-100\/30:focus {
  border-color: rgb(255 237 213 / 0.3);
}

.focus\:border-orange-100\/40:focus {
  border-color: rgb(255 237 213 / 0.4);
}

.focus\:border-orange-100\/5:focus {
  border-color: rgb(255 237 213 / 0.05);
}

.focus\:border-orange-100\/50:focus {
  border-color: rgb(255 237 213 / 0.5);
}

.focus\:border-orange-100\/60:focus {
  border-color: rgb(255 237 213 / 0.6);
}

.focus\:border-orange-100\/70:focus {
  border-color: rgb(255 237 213 / 0.7);
}

.focus\:border-orange-100\/75:focus {
  border-color: rgb(255 237 213 / 0.75);
}

.focus\:border-orange-100\/80:focus {
  border-color: rgb(255 237 213 / 0.8);
}

.focus\:border-orange-100\/90:focus {
  border-color: rgb(255 237 213 / 0.9);
}

.focus\:border-orange-100\/95:focus {
  border-color: rgb(255 237 213 / 0.95);
}

.focus\:border-orange-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity));
}

.focus\:border-orange-200\/0:focus {
  border-color: rgb(254 215 170 / 0);
}

.focus\:border-orange-200\/10:focus {
  border-color: rgb(254 215 170 / 0.1);
}

.focus\:border-orange-200\/100:focus {
  border-color: rgb(254 215 170 / 1);
}

.focus\:border-orange-200\/20:focus {
  border-color: rgb(254 215 170 / 0.2);
}

.focus\:border-orange-200\/25:focus {
  border-color: rgb(254 215 170 / 0.25);
}

.focus\:border-orange-200\/30:focus {
  border-color: rgb(254 215 170 / 0.3);
}

.focus\:border-orange-200\/40:focus {
  border-color: rgb(254 215 170 / 0.4);
}

.focus\:border-orange-200\/5:focus {
  border-color: rgb(254 215 170 / 0.05);
}

.focus\:border-orange-200\/50:focus {
  border-color: rgb(254 215 170 / 0.5);
}

.focus\:border-orange-200\/60:focus {
  border-color: rgb(254 215 170 / 0.6);
}

.focus\:border-orange-200\/70:focus {
  border-color: rgb(254 215 170 / 0.7);
}

.focus\:border-orange-200\/75:focus {
  border-color: rgb(254 215 170 / 0.75);
}

.focus\:border-orange-200\/80:focus {
  border-color: rgb(254 215 170 / 0.8);
}

.focus\:border-orange-200\/90:focus {
  border-color: rgb(254 215 170 / 0.9);
}

.focus\:border-orange-200\/95:focus {
  border-color: rgb(254 215 170 / 0.95);
}

.focus\:border-orange-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity));
}

.focus\:border-orange-300\/0:focus {
  border-color: rgb(253 186 116 / 0);
}

.focus\:border-orange-300\/10:focus {
  border-color: rgb(253 186 116 / 0.1);
}

.focus\:border-orange-300\/100:focus {
  border-color: rgb(253 186 116 / 1);
}

.focus\:border-orange-300\/20:focus {
  border-color: rgb(253 186 116 / 0.2);
}

.focus\:border-orange-300\/25:focus {
  border-color: rgb(253 186 116 / 0.25);
}

.focus\:border-orange-300\/30:focus {
  border-color: rgb(253 186 116 / 0.3);
}

.focus\:border-orange-300\/40:focus {
  border-color: rgb(253 186 116 / 0.4);
}

.focus\:border-orange-300\/5:focus {
  border-color: rgb(253 186 116 / 0.05);
}

.focus\:border-orange-300\/50:focus {
  border-color: rgb(253 186 116 / 0.5);
}

.focus\:border-orange-300\/60:focus {
  border-color: rgb(253 186 116 / 0.6);
}

.focus\:border-orange-300\/70:focus {
  border-color: rgb(253 186 116 / 0.7);
}

.focus\:border-orange-300\/75:focus {
  border-color: rgb(253 186 116 / 0.75);
}

.focus\:border-orange-300\/80:focus {
  border-color: rgb(253 186 116 / 0.8);
}

.focus\:border-orange-300\/90:focus {
  border-color: rgb(253 186 116 / 0.9);
}

.focus\:border-orange-300\/95:focus {
  border-color: rgb(253 186 116 / 0.95);
}

.focus\:border-orange-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.focus\:border-orange-400\/0:focus {
  border-color: rgb(251 146 60 / 0);
}

.focus\:border-orange-400\/10:focus {
  border-color: rgb(251 146 60 / 0.1);
}

.focus\:border-orange-400\/100:focus {
  border-color: rgb(251 146 60 / 1);
}

.focus\:border-orange-400\/20:focus {
  border-color: rgb(251 146 60 / 0.2);
}

.focus\:border-orange-400\/25:focus {
  border-color: rgb(251 146 60 / 0.25);
}

.focus\:border-orange-400\/30:focus {
  border-color: rgb(251 146 60 / 0.3);
}

.focus\:border-orange-400\/40:focus {
  border-color: rgb(251 146 60 / 0.4);
}

.focus\:border-orange-400\/5:focus {
  border-color: rgb(251 146 60 / 0.05);
}

.focus\:border-orange-400\/50:focus {
  border-color: rgb(251 146 60 / 0.5);
}

.focus\:border-orange-400\/60:focus {
  border-color: rgb(251 146 60 / 0.6);
}

.focus\:border-orange-400\/70:focus {
  border-color: rgb(251 146 60 / 0.7);
}

.focus\:border-orange-400\/75:focus {
  border-color: rgb(251 146 60 / 0.75);
}

.focus\:border-orange-400\/80:focus {
  border-color: rgb(251 146 60 / 0.8);
}

.focus\:border-orange-400\/90:focus {
  border-color: rgb(251 146 60 / 0.9);
}

.focus\:border-orange-400\/95:focus {
  border-color: rgb(251 146 60 / 0.95);
}

.focus\:border-orange-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 247 237 / var(--tw-border-opacity));
}

.focus\:border-orange-50\/0:focus {
  border-color: rgb(255 247 237 / 0);
}

.focus\:border-orange-50\/10:focus {
  border-color: rgb(255 247 237 / 0.1);
}

.focus\:border-orange-50\/100:focus {
  border-color: rgb(255 247 237 / 1);
}

.focus\:border-orange-50\/20:focus {
  border-color: rgb(255 247 237 / 0.2);
}

.focus\:border-orange-50\/25:focus {
  border-color: rgb(255 247 237 / 0.25);
}

.focus\:border-orange-50\/30:focus {
  border-color: rgb(255 247 237 / 0.3);
}

.focus\:border-orange-50\/40:focus {
  border-color: rgb(255 247 237 / 0.4);
}

.focus\:border-orange-50\/5:focus {
  border-color: rgb(255 247 237 / 0.05);
}

.focus\:border-orange-50\/50:focus {
  border-color: rgb(255 247 237 / 0.5);
}

.focus\:border-orange-50\/60:focus {
  border-color: rgb(255 247 237 / 0.6);
}

.focus\:border-orange-50\/70:focus {
  border-color: rgb(255 247 237 / 0.7);
}

.focus\:border-orange-50\/75:focus {
  border-color: rgb(255 247 237 / 0.75);
}

.focus\:border-orange-50\/80:focus {
  border-color: rgb(255 247 237 / 0.8);
}

.focus\:border-orange-50\/90:focus {
  border-color: rgb(255 247 237 / 0.9);
}

.focus\:border-orange-50\/95:focus {
  border-color: rgb(255 247 237 / 0.95);
}

.focus\:border-orange-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity));
}

.focus\:border-orange-500\/0:focus {
  border-color: rgb(249 115 22 / 0);
}

.focus\:border-orange-500\/10:focus {
  border-color: rgb(249 115 22 / 0.1);
}

.focus\:border-orange-500\/100:focus {
  border-color: rgb(249 115 22 / 1);
}

.focus\:border-orange-500\/20:focus {
  border-color: rgb(249 115 22 / 0.2);
}

.focus\:border-orange-500\/25:focus {
  border-color: rgb(249 115 22 / 0.25);
}

.focus\:border-orange-500\/30:focus {
  border-color: rgb(249 115 22 / 0.3);
}

.focus\:border-orange-500\/40:focus {
  border-color: rgb(249 115 22 / 0.4);
}

.focus\:border-orange-500\/5:focus {
  border-color: rgb(249 115 22 / 0.05);
}

.focus\:border-orange-500\/50:focus {
  border-color: rgb(249 115 22 / 0.5);
}

.focus\:border-orange-500\/60:focus {
  border-color: rgb(249 115 22 / 0.6);
}

.focus\:border-orange-500\/70:focus {
  border-color: rgb(249 115 22 / 0.7);
}

.focus\:border-orange-500\/75:focus {
  border-color: rgb(249 115 22 / 0.75);
}

.focus\:border-orange-500\/80:focus {
  border-color: rgb(249 115 22 / 0.8);
}

.focus\:border-orange-500\/90:focus {
  border-color: rgb(249 115 22 / 0.9);
}

.focus\:border-orange-500\/95:focus {
  border-color: rgb(249 115 22 / 0.95);
}

.focus\:border-orange-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.focus\:border-orange-600\/0:focus {
  border-color: rgb(234 88 12 / 0);
}

.focus\:border-orange-600\/10:focus {
  border-color: rgb(234 88 12 / 0.1);
}

.focus\:border-orange-600\/100:focus {
  border-color: rgb(234 88 12 / 1);
}

.focus\:border-orange-600\/20:focus {
  border-color: rgb(234 88 12 / 0.2);
}

.focus\:border-orange-600\/25:focus {
  border-color: rgb(234 88 12 / 0.25);
}

.focus\:border-orange-600\/30:focus {
  border-color: rgb(234 88 12 / 0.3);
}

.focus\:border-orange-600\/40:focus {
  border-color: rgb(234 88 12 / 0.4);
}

.focus\:border-orange-600\/5:focus {
  border-color: rgb(234 88 12 / 0.05);
}

.focus\:border-orange-600\/50:focus {
  border-color: rgb(234 88 12 / 0.5);
}

.focus\:border-orange-600\/60:focus {
  border-color: rgb(234 88 12 / 0.6);
}

.focus\:border-orange-600\/70:focus {
  border-color: rgb(234 88 12 / 0.7);
}

.focus\:border-orange-600\/75:focus {
  border-color: rgb(234 88 12 / 0.75);
}

.focus\:border-orange-600\/80:focus {
  border-color: rgb(234 88 12 / 0.8);
}

.focus\:border-orange-600\/90:focus {
  border-color: rgb(234 88 12 / 0.9);
}

.focus\:border-orange-600\/95:focus {
  border-color: rgb(234 88 12 / 0.95);
}

.focus\:border-orange-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(194 65 12 / var(--tw-border-opacity));
}

.focus\:border-orange-700\/0:focus {
  border-color: rgb(194 65 12 / 0);
}

.focus\:border-orange-700\/10:focus {
  border-color: rgb(194 65 12 / 0.1);
}

.focus\:border-orange-700\/100:focus {
  border-color: rgb(194 65 12 / 1);
}

.focus\:border-orange-700\/20:focus {
  border-color: rgb(194 65 12 / 0.2);
}

.focus\:border-orange-700\/25:focus {
  border-color: rgb(194 65 12 / 0.25);
}

.focus\:border-orange-700\/30:focus {
  border-color: rgb(194 65 12 / 0.3);
}

.focus\:border-orange-700\/40:focus {
  border-color: rgb(194 65 12 / 0.4);
}

.focus\:border-orange-700\/5:focus {
  border-color: rgb(194 65 12 / 0.05);
}

.focus\:border-orange-700\/50:focus {
  border-color: rgb(194 65 12 / 0.5);
}

.focus\:border-orange-700\/60:focus {
  border-color: rgb(194 65 12 / 0.6);
}

.focus\:border-orange-700\/70:focus {
  border-color: rgb(194 65 12 / 0.7);
}

.focus\:border-orange-700\/75:focus {
  border-color: rgb(194 65 12 / 0.75);
}

.focus\:border-orange-700\/80:focus {
  border-color: rgb(194 65 12 / 0.8);
}

.focus\:border-orange-700\/90:focus {
  border-color: rgb(194 65 12 / 0.9);
}

.focus\:border-orange-700\/95:focus {
  border-color: rgb(194 65 12 / 0.95);
}

.focus\:border-orange-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(154 52 18 / var(--tw-border-opacity));
}

.focus\:border-orange-800\/0:focus {
  border-color: rgb(154 52 18 / 0);
}

.focus\:border-orange-800\/10:focus {
  border-color: rgb(154 52 18 / 0.1);
}

.focus\:border-orange-800\/100:focus {
  border-color: rgb(154 52 18 / 1);
}

.focus\:border-orange-800\/20:focus {
  border-color: rgb(154 52 18 / 0.2);
}

.focus\:border-orange-800\/25:focus {
  border-color: rgb(154 52 18 / 0.25);
}

.focus\:border-orange-800\/30:focus {
  border-color: rgb(154 52 18 / 0.3);
}

.focus\:border-orange-800\/40:focus {
  border-color: rgb(154 52 18 / 0.4);
}

.focus\:border-orange-800\/5:focus {
  border-color: rgb(154 52 18 / 0.05);
}

.focus\:border-orange-800\/50:focus {
  border-color: rgb(154 52 18 / 0.5);
}

.focus\:border-orange-800\/60:focus {
  border-color: rgb(154 52 18 / 0.6);
}

.focus\:border-orange-800\/70:focus {
  border-color: rgb(154 52 18 / 0.7);
}

.focus\:border-orange-800\/75:focus {
  border-color: rgb(154 52 18 / 0.75);
}

.focus\:border-orange-800\/80:focus {
  border-color: rgb(154 52 18 / 0.8);
}

.focus\:border-orange-800\/90:focus {
  border-color: rgb(154 52 18 / 0.9);
}

.focus\:border-orange-800\/95:focus {
  border-color: rgb(154 52 18 / 0.95);
}

.focus\:border-orange-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(124 45 18 / var(--tw-border-opacity));
}

.focus\:border-orange-900\/0:focus {
  border-color: rgb(124 45 18 / 0);
}

.focus\:border-orange-900\/10:focus {
  border-color: rgb(124 45 18 / 0.1);
}

.focus\:border-orange-900\/100:focus {
  border-color: rgb(124 45 18 / 1);
}

.focus\:border-orange-900\/20:focus {
  border-color: rgb(124 45 18 / 0.2);
}

.focus\:border-orange-900\/25:focus {
  border-color: rgb(124 45 18 / 0.25);
}

.focus\:border-orange-900\/30:focus {
  border-color: rgb(124 45 18 / 0.3);
}

.focus\:border-orange-900\/40:focus {
  border-color: rgb(124 45 18 / 0.4);
}

.focus\:border-orange-900\/5:focus {
  border-color: rgb(124 45 18 / 0.05);
}

.focus\:border-orange-900\/50:focus {
  border-color: rgb(124 45 18 / 0.5);
}

.focus\:border-orange-900\/60:focus {
  border-color: rgb(124 45 18 / 0.6);
}

.focus\:border-orange-900\/70:focus {
  border-color: rgb(124 45 18 / 0.7);
}

.focus\:border-orange-900\/75:focus {
  border-color: rgb(124 45 18 / 0.75);
}

.focus\:border-orange-900\/80:focus {
  border-color: rgb(124 45 18 / 0.8);
}

.focus\:border-orange-900\/90:focus {
  border-color: rgb(124 45 18 / 0.9);
}

.focus\:border-orange-900\/95:focus {
  border-color: rgb(124 45 18 / 0.95);
}

.focus\:border-orange-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(67 20 7 / var(--tw-border-opacity));
}

.focus\:border-orange-950\/0:focus {
  border-color: rgb(67 20 7 / 0);
}

.focus\:border-orange-950\/10:focus {
  border-color: rgb(67 20 7 / 0.1);
}

.focus\:border-orange-950\/100:focus {
  border-color: rgb(67 20 7 / 1);
}

.focus\:border-orange-950\/20:focus {
  border-color: rgb(67 20 7 / 0.2);
}

.focus\:border-orange-950\/25:focus {
  border-color: rgb(67 20 7 / 0.25);
}

.focus\:border-orange-950\/30:focus {
  border-color: rgb(67 20 7 / 0.3);
}

.focus\:border-orange-950\/40:focus {
  border-color: rgb(67 20 7 / 0.4);
}

.focus\:border-orange-950\/5:focus {
  border-color: rgb(67 20 7 / 0.05);
}

.focus\:border-orange-950\/50:focus {
  border-color: rgb(67 20 7 / 0.5);
}

.focus\:border-orange-950\/60:focus {
  border-color: rgb(67 20 7 / 0.6);
}

.focus\:border-orange-950\/70:focus {
  border-color: rgb(67 20 7 / 0.7);
}

.focus\:border-orange-950\/75:focus {
  border-color: rgb(67 20 7 / 0.75);
}

.focus\:border-orange-950\/80:focus {
  border-color: rgb(67 20 7 / 0.8);
}

.focus\:border-orange-950\/90:focus {
  border-color: rgb(67 20 7 / 0.9);
}

.focus\:border-orange-950\/95:focus {
  border-color: rgb(67 20 7 / 0.95);
}

.focus\:border-ozc-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 239 235 / var(--tw-border-opacity));
}

.focus\:border-ozc-100\/0:focus {
  border-color: rgb(255 239 235 / 0);
}

.focus\:border-ozc-100\/10:focus {
  border-color: rgb(255 239 235 / 0.1);
}

.focus\:border-ozc-100\/100:focus {
  border-color: rgb(255 239 235 / 1);
}

.focus\:border-ozc-100\/20:focus {
  border-color: rgb(255 239 235 / 0.2);
}

.focus\:border-ozc-100\/25:focus {
  border-color: rgb(255 239 235 / 0.25);
}

.focus\:border-ozc-100\/30:focus {
  border-color: rgb(255 239 235 / 0.3);
}

.focus\:border-ozc-100\/40:focus {
  border-color: rgb(255 239 235 / 0.4);
}

.focus\:border-ozc-100\/5:focus {
  border-color: rgb(255 239 235 / 0.05);
}

.focus\:border-ozc-100\/50:focus {
  border-color: rgb(255 239 235 / 0.5);
}

.focus\:border-ozc-100\/60:focus {
  border-color: rgb(255 239 235 / 0.6);
}

.focus\:border-ozc-100\/70:focus {
  border-color: rgb(255 239 235 / 0.7);
}

.focus\:border-ozc-100\/75:focus {
  border-color: rgb(255 239 235 / 0.75);
}

.focus\:border-ozc-100\/80:focus {
  border-color: rgb(255 239 235 / 0.8);
}

.focus\:border-ozc-100\/90:focus {
  border-color: rgb(255 239 235 / 0.9);
}

.focus\:border-ozc-100\/95:focus {
  border-color: rgb(255 239 235 / 0.95);
}

.focus\:border-ozc-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(253 225 222 / var(--tw-border-opacity));
}

.focus\:border-ozc-200\/0:focus {
  border-color: rgb(253 225 222 / 0);
}

.focus\:border-ozc-200\/10:focus {
  border-color: rgb(253 225 222 / 0.1);
}

.focus\:border-ozc-200\/100:focus {
  border-color: rgb(253 225 222 / 1);
}

.focus\:border-ozc-200\/20:focus {
  border-color: rgb(253 225 222 / 0.2);
}

.focus\:border-ozc-200\/25:focus {
  border-color: rgb(253 225 222 / 0.25);
}

.focus\:border-ozc-200\/30:focus {
  border-color: rgb(253 225 222 / 0.3);
}

.focus\:border-ozc-200\/40:focus {
  border-color: rgb(253 225 222 / 0.4);
}

.focus\:border-ozc-200\/5:focus {
  border-color: rgb(253 225 222 / 0.05);
}

.focus\:border-ozc-200\/50:focus {
  border-color: rgb(253 225 222 / 0.5);
}

.focus\:border-ozc-200\/60:focus {
  border-color: rgb(253 225 222 / 0.6);
}

.focus\:border-ozc-200\/70:focus {
  border-color: rgb(253 225 222 / 0.7);
}

.focus\:border-ozc-200\/75:focus {
  border-color: rgb(253 225 222 / 0.75);
}

.focus\:border-ozc-200\/80:focus {
  border-color: rgb(253 225 222 / 0.8);
}

.focus\:border-ozc-200\/90:focus {
  border-color: rgb(253 225 222 / 0.9);
}

.focus\:border-ozc-200\/95:focus {
  border-color: rgb(253 225 222 / 0.95);
}

.focus\:border-ozc-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(248 181 181 / var(--tw-border-opacity));
}

.focus\:border-ozc-300\/0:focus {
  border-color: rgb(248 181 181 / 0);
}

.focus\:border-ozc-300\/10:focus {
  border-color: rgb(248 181 181 / 0.1);
}

.focus\:border-ozc-300\/100:focus {
  border-color: rgb(248 181 181 / 1);
}

.focus\:border-ozc-300\/20:focus {
  border-color: rgb(248 181 181 / 0.2);
}

.focus\:border-ozc-300\/25:focus {
  border-color: rgb(248 181 181 / 0.25);
}

.focus\:border-ozc-300\/30:focus {
  border-color: rgb(248 181 181 / 0.3);
}

.focus\:border-ozc-300\/40:focus {
  border-color: rgb(248 181 181 / 0.4);
}

.focus\:border-ozc-300\/5:focus {
  border-color: rgb(248 181 181 / 0.05);
}

.focus\:border-ozc-300\/50:focus {
  border-color: rgb(248 181 181 / 0.5);
}

.focus\:border-ozc-300\/60:focus {
  border-color: rgb(248 181 181 / 0.6);
}

.focus\:border-ozc-300\/70:focus {
  border-color: rgb(248 181 181 / 0.7);
}

.focus\:border-ozc-300\/75:focus {
  border-color: rgb(248 181 181 / 0.75);
}

.focus\:border-ozc-300\/80:focus {
  border-color: rgb(248 181 181 / 0.8);
}

.focus\:border-ozc-300\/90:focus {
  border-color: rgb(248 181 181 / 0.9);
}

.focus\:border-ozc-300\/95:focus {
  border-color: rgb(248 181 181 / 0.95);
}

.focus\:border-ozc-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(250 189 173 / var(--tw-border-opacity));
}

.focus\:border-ozc-400\/0:focus {
  border-color: rgb(250 189 173 / 0);
}

.focus\:border-ozc-400\/10:focus {
  border-color: rgb(250 189 173 / 0.1);
}

.focus\:border-ozc-400\/100:focus {
  border-color: rgb(250 189 173 / 1);
}

.focus\:border-ozc-400\/20:focus {
  border-color: rgb(250 189 173 / 0.2);
}

.focus\:border-ozc-400\/25:focus {
  border-color: rgb(250 189 173 / 0.25);
}

.focus\:border-ozc-400\/30:focus {
  border-color: rgb(250 189 173 / 0.3);
}

.focus\:border-ozc-400\/40:focus {
  border-color: rgb(250 189 173 / 0.4);
}

.focus\:border-ozc-400\/5:focus {
  border-color: rgb(250 189 173 / 0.05);
}

.focus\:border-ozc-400\/50:focus {
  border-color: rgb(250 189 173 / 0.5);
}

.focus\:border-ozc-400\/60:focus {
  border-color: rgb(250 189 173 / 0.6);
}

.focus\:border-ozc-400\/70:focus {
  border-color: rgb(250 189 173 / 0.7);
}

.focus\:border-ozc-400\/75:focus {
  border-color: rgb(250 189 173 / 0.75);
}

.focus\:border-ozc-400\/80:focus {
  border-color: rgb(250 189 173 / 0.8);
}

.focus\:border-ozc-400\/90:focus {
  border-color: rgb(250 189 173 / 0.9);
}

.focus\:border-ozc-400\/95:focus {
  border-color: rgb(250 189 173 / 0.95);
}

.focus\:border-ozc-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 243 232 / var(--tw-border-opacity));
}

.focus\:border-ozc-50\/0:focus {
  border-color: rgb(254 243 232 / 0);
}

.focus\:border-ozc-50\/10:focus {
  border-color: rgb(254 243 232 / 0.1);
}

.focus\:border-ozc-50\/100:focus {
  border-color: rgb(254 243 232 / 1);
}

.focus\:border-ozc-50\/20:focus {
  border-color: rgb(254 243 232 / 0.2);
}

.focus\:border-ozc-50\/25:focus {
  border-color: rgb(254 243 232 / 0.25);
}

.focus\:border-ozc-50\/30:focus {
  border-color: rgb(254 243 232 / 0.3);
}

.focus\:border-ozc-50\/40:focus {
  border-color: rgb(254 243 232 / 0.4);
}

.focus\:border-ozc-50\/5:focus {
  border-color: rgb(254 243 232 / 0.05);
}

.focus\:border-ozc-50\/50:focus {
  border-color: rgb(254 243 232 / 0.5);
}

.focus\:border-ozc-50\/60:focus {
  border-color: rgb(254 243 232 / 0.6);
}

.focus\:border-ozc-50\/70:focus {
  border-color: rgb(254 243 232 / 0.7);
}

.focus\:border-ozc-50\/75:focus {
  border-color: rgb(254 243 232 / 0.75);
}

.focus\:border-ozc-50\/80:focus {
  border-color: rgb(254 243 232 / 0.8);
}

.focus\:border-ozc-50\/90:focus {
  border-color: rgb(254 243 232 / 0.9);
}

.focus\:border-ozc-50\/95:focus {
  border-color: rgb(254 243 232 / 0.95);
}

.focus\:border-ozc-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 110 96 / var(--tw-border-opacity));
}

.focus\:border-ozc-500\/0:focus {
  border-color: rgb(255 110 96 / 0);
}

.focus\:border-ozc-500\/10:focus {
  border-color: rgb(255 110 96 / 0.1);
}

.focus\:border-ozc-500\/100:focus {
  border-color: rgb(255 110 96 / 1);
}

.focus\:border-ozc-500\/20:focus {
  border-color: rgb(255 110 96 / 0.2);
}

.focus\:border-ozc-500\/25:focus {
  border-color: rgb(255 110 96 / 0.25);
}

.focus\:border-ozc-500\/30:focus {
  border-color: rgb(255 110 96 / 0.3);
}

.focus\:border-ozc-500\/40:focus {
  border-color: rgb(255 110 96 / 0.4);
}

.focus\:border-ozc-500\/5:focus {
  border-color: rgb(255 110 96 / 0.05);
}

.focus\:border-ozc-500\/50:focus {
  border-color: rgb(255 110 96 / 0.5);
}

.focus\:border-ozc-500\/60:focus {
  border-color: rgb(255 110 96 / 0.6);
}

.focus\:border-ozc-500\/70:focus {
  border-color: rgb(255 110 96 / 0.7);
}

.focus\:border-ozc-500\/75:focus {
  border-color: rgb(255 110 96 / 0.75);
}

.focus\:border-ozc-500\/80:focus {
  border-color: rgb(255 110 96 / 0.8);
}

.focus\:border-ozc-500\/90:focus {
  border-color: rgb(255 110 96 / 0.9);
}

.focus\:border-ozc-500\/95:focus {
  border-color: rgb(255 110 96 / 0.95);
}

.focus\:border-ozc-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(249 169 140 / var(--tw-border-opacity));
}

.focus\:border-ozc-600\/0:focus {
  border-color: rgb(249 169 140 / 0);
}

.focus\:border-ozc-600\/10:focus {
  border-color: rgb(249 169 140 / 0.1);
}

.focus\:border-ozc-600\/100:focus {
  border-color: rgb(249 169 140 / 1);
}

.focus\:border-ozc-600\/20:focus {
  border-color: rgb(249 169 140 / 0.2);
}

.focus\:border-ozc-600\/25:focus {
  border-color: rgb(249 169 140 / 0.25);
}

.focus\:border-ozc-600\/30:focus {
  border-color: rgb(249 169 140 / 0.3);
}

.focus\:border-ozc-600\/40:focus {
  border-color: rgb(249 169 140 / 0.4);
}

.focus\:border-ozc-600\/5:focus {
  border-color: rgb(249 169 140 / 0.05);
}

.focus\:border-ozc-600\/50:focus {
  border-color: rgb(249 169 140 / 0.5);
}

.focus\:border-ozc-600\/60:focus {
  border-color: rgb(249 169 140 / 0.6);
}

.focus\:border-ozc-600\/70:focus {
  border-color: rgb(249 169 140 / 0.7);
}

.focus\:border-ozc-600\/75:focus {
  border-color: rgb(249 169 140 / 0.75);
}

.focus\:border-ozc-600\/80:focus {
  border-color: rgb(249 169 140 / 0.8);
}

.focus\:border-ozc-600\/90:focus {
  border-color: rgb(249 169 140 / 0.9);
}

.focus\:border-ozc-600\/95:focus {
  border-color: rgb(249 169 140 / 0.95);
}

.focus\:border-ozc-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(246 148 114 / var(--tw-border-opacity));
}

.focus\:border-ozc-700\/0:focus {
  border-color: rgb(246 148 114 / 0);
}

.focus\:border-ozc-700\/10:focus {
  border-color: rgb(246 148 114 / 0.1);
}

.focus\:border-ozc-700\/100:focus {
  border-color: rgb(246 148 114 / 1);
}

.focus\:border-ozc-700\/20:focus {
  border-color: rgb(246 148 114 / 0.2);
}

.focus\:border-ozc-700\/25:focus {
  border-color: rgb(246 148 114 / 0.25);
}

.focus\:border-ozc-700\/30:focus {
  border-color: rgb(246 148 114 / 0.3);
}

.focus\:border-ozc-700\/40:focus {
  border-color: rgb(246 148 114 / 0.4);
}

.focus\:border-ozc-700\/5:focus {
  border-color: rgb(246 148 114 / 0.05);
}

.focus\:border-ozc-700\/50:focus {
  border-color: rgb(246 148 114 / 0.5);
}

.focus\:border-ozc-700\/60:focus {
  border-color: rgb(246 148 114 / 0.6);
}

.focus\:border-ozc-700\/70:focus {
  border-color: rgb(246 148 114 / 0.7);
}

.focus\:border-ozc-700\/75:focus {
  border-color: rgb(246 148 114 / 0.75);
}

.focus\:border-ozc-700\/80:focus {
  border-color: rgb(246 148 114 / 0.8);
}

.focus\:border-ozc-700\/90:focus {
  border-color: rgb(246 148 114 / 0.9);
}

.focus\:border-ozc-700\/95:focus {
  border-color: rgb(246 148 114 / 0.95);
}

.focus\:border-ozc-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(245 144 136 / var(--tw-border-opacity));
}

.focus\:border-ozc-800\/0:focus {
  border-color: rgb(245 144 136 / 0);
}

.focus\:border-ozc-800\/10:focus {
  border-color: rgb(245 144 136 / 0.1);
}

.focus\:border-ozc-800\/100:focus {
  border-color: rgb(245 144 136 / 1);
}

.focus\:border-ozc-800\/20:focus {
  border-color: rgb(245 144 136 / 0.2);
}

.focus\:border-ozc-800\/25:focus {
  border-color: rgb(245 144 136 / 0.25);
}

.focus\:border-ozc-800\/30:focus {
  border-color: rgb(245 144 136 / 0.3);
}

.focus\:border-ozc-800\/40:focus {
  border-color: rgb(245 144 136 / 0.4);
}

.focus\:border-ozc-800\/5:focus {
  border-color: rgb(245 144 136 / 0.05);
}

.focus\:border-ozc-800\/50:focus {
  border-color: rgb(245 144 136 / 0.5);
}

.focus\:border-ozc-800\/60:focus {
  border-color: rgb(245 144 136 / 0.6);
}

.focus\:border-ozc-800\/70:focus {
  border-color: rgb(245 144 136 / 0.7);
}

.focus\:border-ozc-800\/75:focus {
  border-color: rgb(245 144 136 / 0.75);
}

.focus\:border-ozc-800\/80:focus {
  border-color: rgb(245 144 136 / 0.8);
}

.focus\:border-ozc-800\/90:focus {
  border-color: rgb(245 144 136 / 0.9);
}

.focus\:border-ozc-800\/95:focus {
  border-color: rgb(245 144 136 / 0.95);
}

.focus\:border-ozc-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(243 121 124 / var(--tw-border-opacity));
}

.focus\:border-ozc-900\/0:focus {
  border-color: rgb(243 121 124 / 0);
}

.focus\:border-ozc-900\/10:focus {
  border-color: rgb(243 121 124 / 0.1);
}

.focus\:border-ozc-900\/100:focus {
  border-color: rgb(243 121 124 / 1);
}

.focus\:border-ozc-900\/20:focus {
  border-color: rgb(243 121 124 / 0.2);
}

.focus\:border-ozc-900\/25:focus {
  border-color: rgb(243 121 124 / 0.25);
}

.focus\:border-ozc-900\/30:focus {
  border-color: rgb(243 121 124 / 0.3);
}

.focus\:border-ozc-900\/40:focus {
  border-color: rgb(243 121 124 / 0.4);
}

.focus\:border-ozc-900\/5:focus {
  border-color: rgb(243 121 124 / 0.05);
}

.focus\:border-ozc-900\/50:focus {
  border-color: rgb(243 121 124 / 0.5);
}

.focus\:border-ozc-900\/60:focus {
  border-color: rgb(243 121 124 / 0.6);
}

.focus\:border-ozc-900\/70:focus {
  border-color: rgb(243 121 124 / 0.7);
}

.focus\:border-ozc-900\/75:focus {
  border-color: rgb(243 121 124 / 0.75);
}

.focus\:border-ozc-900\/80:focus {
  border-color: rgb(243 121 124 / 0.8);
}

.focus\:border-ozc-900\/90:focus {
  border-color: rgb(243 121 124 / 0.9);
}

.focus\:border-ozc-900\/95:focus {
  border-color: rgb(243 121 124 / 0.95);
}

.focus\:border-ozc-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.focus\:border-ozc-950\/0:focus {
  border-color: rgb(42 45 51 / 0);
}

.focus\:border-ozc-950\/10:focus {
  border-color: rgb(42 45 51 / 0.1);
}

.focus\:border-ozc-950\/100:focus {
  border-color: rgb(42 45 51 / 1);
}

.focus\:border-ozc-950\/20:focus {
  border-color: rgb(42 45 51 / 0.2);
}

.focus\:border-ozc-950\/25:focus {
  border-color: rgb(42 45 51 / 0.25);
}

.focus\:border-ozc-950\/30:focus {
  border-color: rgb(42 45 51 / 0.3);
}

.focus\:border-ozc-950\/40:focus {
  border-color: rgb(42 45 51 / 0.4);
}

.focus\:border-ozc-950\/5:focus {
  border-color: rgb(42 45 51 / 0.05);
}

.focus\:border-ozc-950\/50:focus {
  border-color: rgb(42 45 51 / 0.5);
}

.focus\:border-ozc-950\/60:focus {
  border-color: rgb(42 45 51 / 0.6);
}

.focus\:border-ozc-950\/70:focus {
  border-color: rgb(42 45 51 / 0.7);
}

.focus\:border-ozc-950\/75:focus {
  border-color: rgb(42 45 51 / 0.75);
}

.focus\:border-ozc-950\/80:focus {
  border-color: rgb(42 45 51 / 0.8);
}

.focus\:border-ozc-950\/90:focus {
  border-color: rgb(42 45 51 / 0.9);
}

.focus\:border-ozc-950\/95:focus {
  border-color: rgb(42 45 51 / 0.95);
}

.focus\:border-ozc-alt-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 250 230 / var(--tw-border-opacity));
}

.focus\:border-ozc-alt-100\/0:focus {
  border-color: rgb(255 250 230 / 0);
}

.focus\:border-ozc-alt-100\/10:focus {
  border-color: rgb(255 250 230 / 0.1);
}

.focus\:border-ozc-alt-100\/100:focus {
  border-color: rgb(255 250 230 / 1);
}

.focus\:border-ozc-alt-100\/20:focus {
  border-color: rgb(255 250 230 / 0.2);
}

.focus\:border-ozc-alt-100\/25:focus {
  border-color: rgb(255 250 230 / 0.25);
}

.focus\:border-ozc-alt-100\/30:focus {
  border-color: rgb(255 250 230 / 0.3);
}

.focus\:border-ozc-alt-100\/40:focus {
  border-color: rgb(255 250 230 / 0.4);
}

.focus\:border-ozc-alt-100\/5:focus {
  border-color: rgb(255 250 230 / 0.05);
}

.focus\:border-ozc-alt-100\/50:focus {
  border-color: rgb(255 250 230 / 0.5);
}

.focus\:border-ozc-alt-100\/60:focus {
  border-color: rgb(255 250 230 / 0.6);
}

.focus\:border-ozc-alt-100\/70:focus {
  border-color: rgb(255 250 230 / 0.7);
}

.focus\:border-ozc-alt-100\/75:focus {
  border-color: rgb(255 250 230 / 0.75);
}

.focus\:border-ozc-alt-100\/80:focus {
  border-color: rgb(255 250 230 / 0.8);
}

.focus\:border-ozc-alt-100\/90:focus {
  border-color: rgb(255 250 230 / 0.9);
}

.focus\:border-ozc-alt-100\/95:focus {
  border-color: rgb(255 250 230 / 0.95);
}

.focus\:border-ozc-alt-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 242 193 / var(--tw-border-opacity));
}

.focus\:border-ozc-alt-200\/0:focus {
  border-color: rgb(255 242 193 / 0);
}

.focus\:border-ozc-alt-200\/10:focus {
  border-color: rgb(255 242 193 / 0.1);
}

.focus\:border-ozc-alt-200\/100:focus {
  border-color: rgb(255 242 193 / 1);
}

.focus\:border-ozc-alt-200\/20:focus {
  border-color: rgb(255 242 193 / 0.2);
}

.focus\:border-ozc-alt-200\/25:focus {
  border-color: rgb(255 242 193 / 0.25);
}

.focus\:border-ozc-alt-200\/30:focus {
  border-color: rgb(255 242 193 / 0.3);
}

.focus\:border-ozc-alt-200\/40:focus {
  border-color: rgb(255 242 193 / 0.4);
}

.focus\:border-ozc-alt-200\/5:focus {
  border-color: rgb(255 242 193 / 0.05);
}

.focus\:border-ozc-alt-200\/50:focus {
  border-color: rgb(255 242 193 / 0.5);
}

.focus\:border-ozc-alt-200\/60:focus {
  border-color: rgb(255 242 193 / 0.6);
}

.focus\:border-ozc-alt-200\/70:focus {
  border-color: rgb(255 242 193 / 0.7);
}

.focus\:border-ozc-alt-200\/75:focus {
  border-color: rgb(255 242 193 / 0.75);
}

.focus\:border-ozc-alt-200\/80:focus {
  border-color: rgb(255 242 193 / 0.8);
}

.focus\:border-ozc-alt-200\/90:focus {
  border-color: rgb(255 242 193 / 0.9);
}

.focus\:border-ozc-alt-200\/95:focus {
  border-color: rgb(255 242 193 / 0.95);
}

.focus\:border-ozc-alt-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 235 155 / var(--tw-border-opacity));
}

.focus\:border-ozc-alt-300\/0:focus {
  border-color: rgb(255 235 155 / 0);
}

.focus\:border-ozc-alt-300\/10:focus {
  border-color: rgb(255 235 155 / 0.1);
}

.focus\:border-ozc-alt-300\/100:focus {
  border-color: rgb(255 235 155 / 1);
}

.focus\:border-ozc-alt-300\/20:focus {
  border-color: rgb(255 235 155 / 0.2);
}

.focus\:border-ozc-alt-300\/25:focus {
  border-color: rgb(255 235 155 / 0.25);
}

.focus\:border-ozc-alt-300\/30:focus {
  border-color: rgb(255 235 155 / 0.3);
}

.focus\:border-ozc-alt-300\/40:focus {
  border-color: rgb(255 235 155 / 0.4);
}

.focus\:border-ozc-alt-300\/5:focus {
  border-color: rgb(255 235 155 / 0.05);
}

.focus\:border-ozc-alt-300\/50:focus {
  border-color: rgb(255 235 155 / 0.5);
}

.focus\:border-ozc-alt-300\/60:focus {
  border-color: rgb(255 235 155 / 0.6);
}

.focus\:border-ozc-alt-300\/70:focus {
  border-color: rgb(255 235 155 / 0.7);
}

.focus\:border-ozc-alt-300\/75:focus {
  border-color: rgb(255 235 155 / 0.75);
}

.focus\:border-ozc-alt-300\/80:focus {
  border-color: rgb(255 235 155 / 0.8);
}

.focus\:border-ozc-alt-300\/90:focus {
  border-color: rgb(255 235 155 / 0.9);
}

.focus\:border-ozc-alt-300\/95:focus {
  border-color: rgb(255 235 155 / 0.95);
}

.focus\:border-ozc-alt-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 219 80 / var(--tw-border-opacity));
}

.focus\:border-ozc-alt-400\/0:focus {
  border-color: rgb(255 219 80 / 0);
}

.focus\:border-ozc-alt-400\/10:focus {
  border-color: rgb(255 219 80 / 0.1);
}

.focus\:border-ozc-alt-400\/100:focus {
  border-color: rgb(255 219 80 / 1);
}

.focus\:border-ozc-alt-400\/20:focus {
  border-color: rgb(255 219 80 / 0.2);
}

.focus\:border-ozc-alt-400\/25:focus {
  border-color: rgb(255 219 80 / 0.25);
}

.focus\:border-ozc-alt-400\/30:focus {
  border-color: rgb(255 219 80 / 0.3);
}

.focus\:border-ozc-alt-400\/40:focus {
  border-color: rgb(255 219 80 / 0.4);
}

.focus\:border-ozc-alt-400\/5:focus {
  border-color: rgb(255 219 80 / 0.05);
}

.focus\:border-ozc-alt-400\/50:focus {
  border-color: rgb(255 219 80 / 0.5);
}

.focus\:border-ozc-alt-400\/60:focus {
  border-color: rgb(255 219 80 / 0.6);
}

.focus\:border-ozc-alt-400\/70:focus {
  border-color: rgb(255 219 80 / 0.7);
}

.focus\:border-ozc-alt-400\/75:focus {
  border-color: rgb(255 219 80 / 0.75);
}

.focus\:border-ozc-alt-400\/80:focus {
  border-color: rgb(255 219 80 / 0.8);
}

.focus\:border-ozc-alt-400\/90:focus {
  border-color: rgb(255 219 80 / 0.9);
}

.focus\:border-ozc-alt-400\/95:focus {
  border-color: rgb(255 219 80 / 0.95);
}

.focus\:border-ozc-alt-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 252 243 / var(--tw-border-opacity));
}

.focus\:border-ozc-alt-50\/0:focus {
  border-color: rgb(255 252 243 / 0);
}

.focus\:border-ozc-alt-50\/10:focus {
  border-color: rgb(255 252 243 / 0.1);
}

.focus\:border-ozc-alt-50\/100:focus {
  border-color: rgb(255 252 243 / 1);
}

.focus\:border-ozc-alt-50\/20:focus {
  border-color: rgb(255 252 243 / 0.2);
}

.focus\:border-ozc-alt-50\/25:focus {
  border-color: rgb(255 252 243 / 0.25);
}

.focus\:border-ozc-alt-50\/30:focus {
  border-color: rgb(255 252 243 / 0.3);
}

.focus\:border-ozc-alt-50\/40:focus {
  border-color: rgb(255 252 243 / 0.4);
}

.focus\:border-ozc-alt-50\/5:focus {
  border-color: rgb(255 252 243 / 0.05);
}

.focus\:border-ozc-alt-50\/50:focus {
  border-color: rgb(255 252 243 / 0.5);
}

.focus\:border-ozc-alt-50\/60:focus {
  border-color: rgb(255 252 243 / 0.6);
}

.focus\:border-ozc-alt-50\/70:focus {
  border-color: rgb(255 252 243 / 0.7);
}

.focus\:border-ozc-alt-50\/75:focus {
  border-color: rgb(255 252 243 / 0.75);
}

.focus\:border-ozc-alt-50\/80:focus {
  border-color: rgb(255 252 243 / 0.8);
}

.focus\:border-ozc-alt-50\/90:focus {
  border-color: rgb(255 252 243 / 0.9);
}

.focus\:border-ozc-alt-50\/95:focus {
  border-color: rgb(255 252 243 / 0.95);
}

.focus\:border-ozc-alt-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 204 5 / var(--tw-border-opacity));
}

.focus\:border-ozc-alt-500\/0:focus {
  border-color: rgb(255 204 5 / 0);
}

.focus\:border-ozc-alt-500\/10:focus {
  border-color: rgb(255 204 5 / 0.1);
}

.focus\:border-ozc-alt-500\/100:focus {
  border-color: rgb(255 204 5 / 1);
}

.focus\:border-ozc-alt-500\/20:focus {
  border-color: rgb(255 204 5 / 0.2);
}

.focus\:border-ozc-alt-500\/25:focus {
  border-color: rgb(255 204 5 / 0.25);
}

.focus\:border-ozc-alt-500\/30:focus {
  border-color: rgb(255 204 5 / 0.3);
}

.focus\:border-ozc-alt-500\/40:focus {
  border-color: rgb(255 204 5 / 0.4);
}

.focus\:border-ozc-alt-500\/5:focus {
  border-color: rgb(255 204 5 / 0.05);
}

.focus\:border-ozc-alt-500\/50:focus {
  border-color: rgb(255 204 5 / 0.5);
}

.focus\:border-ozc-alt-500\/60:focus {
  border-color: rgb(255 204 5 / 0.6);
}

.focus\:border-ozc-alt-500\/70:focus {
  border-color: rgb(255 204 5 / 0.7);
}

.focus\:border-ozc-alt-500\/75:focus {
  border-color: rgb(255 204 5 / 0.75);
}

.focus\:border-ozc-alt-500\/80:focus {
  border-color: rgb(255 204 5 / 0.8);
}

.focus\:border-ozc-alt-500\/90:focus {
  border-color: rgb(255 204 5 / 0.9);
}

.focus\:border-ozc-alt-500\/95:focus {
  border-color: rgb(255 204 5 / 0.95);
}

.focus\:border-ozc-alt-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(230 184 5 / var(--tw-border-opacity));
}

.focus\:border-ozc-alt-600\/0:focus {
  border-color: rgb(230 184 5 / 0);
}

.focus\:border-ozc-alt-600\/10:focus {
  border-color: rgb(230 184 5 / 0.1);
}

.focus\:border-ozc-alt-600\/100:focus {
  border-color: rgb(230 184 5 / 1);
}

.focus\:border-ozc-alt-600\/20:focus {
  border-color: rgb(230 184 5 / 0.2);
}

.focus\:border-ozc-alt-600\/25:focus {
  border-color: rgb(230 184 5 / 0.25);
}

.focus\:border-ozc-alt-600\/30:focus {
  border-color: rgb(230 184 5 / 0.3);
}

.focus\:border-ozc-alt-600\/40:focus {
  border-color: rgb(230 184 5 / 0.4);
}

.focus\:border-ozc-alt-600\/5:focus {
  border-color: rgb(230 184 5 / 0.05);
}

.focus\:border-ozc-alt-600\/50:focus {
  border-color: rgb(230 184 5 / 0.5);
}

.focus\:border-ozc-alt-600\/60:focus {
  border-color: rgb(230 184 5 / 0.6);
}

.focus\:border-ozc-alt-600\/70:focus {
  border-color: rgb(230 184 5 / 0.7);
}

.focus\:border-ozc-alt-600\/75:focus {
  border-color: rgb(230 184 5 / 0.75);
}

.focus\:border-ozc-alt-600\/80:focus {
  border-color: rgb(230 184 5 / 0.8);
}

.focus\:border-ozc-alt-600\/90:focus {
  border-color: rgb(230 184 5 / 0.9);
}

.focus\:border-ozc-alt-600\/95:focus {
  border-color: rgb(230 184 5 / 0.95);
}

.focus\:border-ozc-alt-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(153 122 3 / var(--tw-border-opacity));
}

.focus\:border-ozc-alt-700\/0:focus {
  border-color: rgb(153 122 3 / 0);
}

.focus\:border-ozc-alt-700\/10:focus {
  border-color: rgb(153 122 3 / 0.1);
}

.focus\:border-ozc-alt-700\/100:focus {
  border-color: rgb(153 122 3 / 1);
}

.focus\:border-ozc-alt-700\/20:focus {
  border-color: rgb(153 122 3 / 0.2);
}

.focus\:border-ozc-alt-700\/25:focus {
  border-color: rgb(153 122 3 / 0.25);
}

.focus\:border-ozc-alt-700\/30:focus {
  border-color: rgb(153 122 3 / 0.3);
}

.focus\:border-ozc-alt-700\/40:focus {
  border-color: rgb(153 122 3 / 0.4);
}

.focus\:border-ozc-alt-700\/5:focus {
  border-color: rgb(153 122 3 / 0.05);
}

.focus\:border-ozc-alt-700\/50:focus {
  border-color: rgb(153 122 3 / 0.5);
}

.focus\:border-ozc-alt-700\/60:focus {
  border-color: rgb(153 122 3 / 0.6);
}

.focus\:border-ozc-alt-700\/70:focus {
  border-color: rgb(153 122 3 / 0.7);
}

.focus\:border-ozc-alt-700\/75:focus {
  border-color: rgb(153 122 3 / 0.75);
}

.focus\:border-ozc-alt-700\/80:focus {
  border-color: rgb(153 122 3 / 0.8);
}

.focus\:border-ozc-alt-700\/90:focus {
  border-color: rgb(153 122 3 / 0.9);
}

.focus\:border-ozc-alt-700\/95:focus {
  border-color: rgb(153 122 3 / 0.95);
}

.focus\:border-ozc-alt-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(115 92 2 / var(--tw-border-opacity));
}

.focus\:border-ozc-alt-800\/0:focus {
  border-color: rgb(115 92 2 / 0);
}

.focus\:border-ozc-alt-800\/10:focus {
  border-color: rgb(115 92 2 / 0.1);
}

.focus\:border-ozc-alt-800\/100:focus {
  border-color: rgb(115 92 2 / 1);
}

.focus\:border-ozc-alt-800\/20:focus {
  border-color: rgb(115 92 2 / 0.2);
}

.focus\:border-ozc-alt-800\/25:focus {
  border-color: rgb(115 92 2 / 0.25);
}

.focus\:border-ozc-alt-800\/30:focus {
  border-color: rgb(115 92 2 / 0.3);
}

.focus\:border-ozc-alt-800\/40:focus {
  border-color: rgb(115 92 2 / 0.4);
}

.focus\:border-ozc-alt-800\/5:focus {
  border-color: rgb(115 92 2 / 0.05);
}

.focus\:border-ozc-alt-800\/50:focus {
  border-color: rgb(115 92 2 / 0.5);
}

.focus\:border-ozc-alt-800\/60:focus {
  border-color: rgb(115 92 2 / 0.6);
}

.focus\:border-ozc-alt-800\/70:focus {
  border-color: rgb(115 92 2 / 0.7);
}

.focus\:border-ozc-alt-800\/75:focus {
  border-color: rgb(115 92 2 / 0.75);
}

.focus\:border-ozc-alt-800\/80:focus {
  border-color: rgb(115 92 2 / 0.8);
}

.focus\:border-ozc-alt-800\/90:focus {
  border-color: rgb(115 92 2 / 0.9);
}

.focus\:border-ozc-alt-800\/95:focus {
  border-color: rgb(115 92 2 / 0.95);
}

.focus\:border-ozc-alt-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.focus\:border-ozc-alt-900\/0:focus {
  border-color: rgb(42 45 51 / 0);
}

.focus\:border-ozc-alt-900\/10:focus {
  border-color: rgb(42 45 51 / 0.1);
}

.focus\:border-ozc-alt-900\/100:focus {
  border-color: rgb(42 45 51 / 1);
}

.focus\:border-ozc-alt-900\/20:focus {
  border-color: rgb(42 45 51 / 0.2);
}

.focus\:border-ozc-alt-900\/25:focus {
  border-color: rgb(42 45 51 / 0.25);
}

.focus\:border-ozc-alt-900\/30:focus {
  border-color: rgb(42 45 51 / 0.3);
}

.focus\:border-ozc-alt-900\/40:focus {
  border-color: rgb(42 45 51 / 0.4);
}

.focus\:border-ozc-alt-900\/5:focus {
  border-color: rgb(42 45 51 / 0.05);
}

.focus\:border-ozc-alt-900\/50:focus {
  border-color: rgb(42 45 51 / 0.5);
}

.focus\:border-ozc-alt-900\/60:focus {
  border-color: rgb(42 45 51 / 0.6);
}

.focus\:border-ozc-alt-900\/70:focus {
  border-color: rgb(42 45 51 / 0.7);
}

.focus\:border-ozc-alt-900\/75:focus {
  border-color: rgb(42 45 51 / 0.75);
}

.focus\:border-ozc-alt-900\/80:focus {
  border-color: rgb(42 45 51 / 0.8);
}

.focus\:border-ozc-alt-900\/90:focus {
  border-color: rgb(42 45 51 / 0.9);
}

.focus\:border-ozc-alt-900\/95:focus {
  border-color: rgb(42 45 51 / 0.95);
}

.focus\:border-pink-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(252 231 243 / var(--tw-border-opacity));
}

.focus\:border-pink-100\/0:focus {
  border-color: rgb(252 231 243 / 0);
}

.focus\:border-pink-100\/10:focus {
  border-color: rgb(252 231 243 / 0.1);
}

.focus\:border-pink-100\/100:focus {
  border-color: rgb(252 231 243 / 1);
}

.focus\:border-pink-100\/20:focus {
  border-color: rgb(252 231 243 / 0.2);
}

.focus\:border-pink-100\/25:focus {
  border-color: rgb(252 231 243 / 0.25);
}

.focus\:border-pink-100\/30:focus {
  border-color: rgb(252 231 243 / 0.3);
}

.focus\:border-pink-100\/40:focus {
  border-color: rgb(252 231 243 / 0.4);
}

.focus\:border-pink-100\/5:focus {
  border-color: rgb(252 231 243 / 0.05);
}

.focus\:border-pink-100\/50:focus {
  border-color: rgb(252 231 243 / 0.5);
}

.focus\:border-pink-100\/60:focus {
  border-color: rgb(252 231 243 / 0.6);
}

.focus\:border-pink-100\/70:focus {
  border-color: rgb(252 231 243 / 0.7);
}

.focus\:border-pink-100\/75:focus {
  border-color: rgb(252 231 243 / 0.75);
}

.focus\:border-pink-100\/80:focus {
  border-color: rgb(252 231 243 / 0.8);
}

.focus\:border-pink-100\/90:focus {
  border-color: rgb(252 231 243 / 0.9);
}

.focus\:border-pink-100\/95:focus {
  border-color: rgb(252 231 243 / 0.95);
}

.focus\:border-pink-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(251 207 232 / var(--tw-border-opacity));
}

.focus\:border-pink-200\/0:focus {
  border-color: rgb(251 207 232 / 0);
}

.focus\:border-pink-200\/10:focus {
  border-color: rgb(251 207 232 / 0.1);
}

.focus\:border-pink-200\/100:focus {
  border-color: rgb(251 207 232 / 1);
}

.focus\:border-pink-200\/20:focus {
  border-color: rgb(251 207 232 / 0.2);
}

.focus\:border-pink-200\/25:focus {
  border-color: rgb(251 207 232 / 0.25);
}

.focus\:border-pink-200\/30:focus {
  border-color: rgb(251 207 232 / 0.3);
}

.focus\:border-pink-200\/40:focus {
  border-color: rgb(251 207 232 / 0.4);
}

.focus\:border-pink-200\/5:focus {
  border-color: rgb(251 207 232 / 0.05);
}

.focus\:border-pink-200\/50:focus {
  border-color: rgb(251 207 232 / 0.5);
}

.focus\:border-pink-200\/60:focus {
  border-color: rgb(251 207 232 / 0.6);
}

.focus\:border-pink-200\/70:focus {
  border-color: rgb(251 207 232 / 0.7);
}

.focus\:border-pink-200\/75:focus {
  border-color: rgb(251 207 232 / 0.75);
}

.focus\:border-pink-200\/80:focus {
  border-color: rgb(251 207 232 / 0.8);
}

.focus\:border-pink-200\/90:focus {
  border-color: rgb(251 207 232 / 0.9);
}

.focus\:border-pink-200\/95:focus {
  border-color: rgb(251 207 232 / 0.95);
}

.focus\:border-pink-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(249 168 212 / var(--tw-border-opacity));
}

.focus\:border-pink-300\/0:focus {
  border-color: rgb(249 168 212 / 0);
}

.focus\:border-pink-300\/10:focus {
  border-color: rgb(249 168 212 / 0.1);
}

.focus\:border-pink-300\/100:focus {
  border-color: rgb(249 168 212 / 1);
}

.focus\:border-pink-300\/20:focus {
  border-color: rgb(249 168 212 / 0.2);
}

.focus\:border-pink-300\/25:focus {
  border-color: rgb(249 168 212 / 0.25);
}

.focus\:border-pink-300\/30:focus {
  border-color: rgb(249 168 212 / 0.3);
}

.focus\:border-pink-300\/40:focus {
  border-color: rgb(249 168 212 / 0.4);
}

.focus\:border-pink-300\/5:focus {
  border-color: rgb(249 168 212 / 0.05);
}

.focus\:border-pink-300\/50:focus {
  border-color: rgb(249 168 212 / 0.5);
}

.focus\:border-pink-300\/60:focus {
  border-color: rgb(249 168 212 / 0.6);
}

.focus\:border-pink-300\/70:focus {
  border-color: rgb(249 168 212 / 0.7);
}

.focus\:border-pink-300\/75:focus {
  border-color: rgb(249 168 212 / 0.75);
}

.focus\:border-pink-300\/80:focus {
  border-color: rgb(249 168 212 / 0.8);
}

.focus\:border-pink-300\/90:focus {
  border-color: rgb(249 168 212 / 0.9);
}

.focus\:border-pink-300\/95:focus {
  border-color: rgb(249 168 212 / 0.95);
}

.focus\:border-pink-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(244 114 182 / var(--tw-border-opacity));
}

.focus\:border-pink-400\/0:focus {
  border-color: rgb(244 114 182 / 0);
}

.focus\:border-pink-400\/10:focus {
  border-color: rgb(244 114 182 / 0.1);
}

.focus\:border-pink-400\/100:focus {
  border-color: rgb(244 114 182 / 1);
}

.focus\:border-pink-400\/20:focus {
  border-color: rgb(244 114 182 / 0.2);
}

.focus\:border-pink-400\/25:focus {
  border-color: rgb(244 114 182 / 0.25);
}

.focus\:border-pink-400\/30:focus {
  border-color: rgb(244 114 182 / 0.3);
}

.focus\:border-pink-400\/40:focus {
  border-color: rgb(244 114 182 / 0.4);
}

.focus\:border-pink-400\/5:focus {
  border-color: rgb(244 114 182 / 0.05);
}

.focus\:border-pink-400\/50:focus {
  border-color: rgb(244 114 182 / 0.5);
}

.focus\:border-pink-400\/60:focus {
  border-color: rgb(244 114 182 / 0.6);
}

.focus\:border-pink-400\/70:focus {
  border-color: rgb(244 114 182 / 0.7);
}

.focus\:border-pink-400\/75:focus {
  border-color: rgb(244 114 182 / 0.75);
}

.focus\:border-pink-400\/80:focus {
  border-color: rgb(244 114 182 / 0.8);
}

.focus\:border-pink-400\/90:focus {
  border-color: rgb(244 114 182 / 0.9);
}

.focus\:border-pink-400\/95:focus {
  border-color: rgb(244 114 182 / 0.95);
}

.focus\:border-pink-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(253 242 248 / var(--tw-border-opacity));
}

.focus\:border-pink-50\/0:focus {
  border-color: rgb(253 242 248 / 0);
}

.focus\:border-pink-50\/10:focus {
  border-color: rgb(253 242 248 / 0.1);
}

.focus\:border-pink-50\/100:focus {
  border-color: rgb(253 242 248 / 1);
}

.focus\:border-pink-50\/20:focus {
  border-color: rgb(253 242 248 / 0.2);
}

.focus\:border-pink-50\/25:focus {
  border-color: rgb(253 242 248 / 0.25);
}

.focus\:border-pink-50\/30:focus {
  border-color: rgb(253 242 248 / 0.3);
}

.focus\:border-pink-50\/40:focus {
  border-color: rgb(253 242 248 / 0.4);
}

.focus\:border-pink-50\/5:focus {
  border-color: rgb(253 242 248 / 0.05);
}

.focus\:border-pink-50\/50:focus {
  border-color: rgb(253 242 248 / 0.5);
}

.focus\:border-pink-50\/60:focus {
  border-color: rgb(253 242 248 / 0.6);
}

.focus\:border-pink-50\/70:focus {
  border-color: rgb(253 242 248 / 0.7);
}

.focus\:border-pink-50\/75:focus {
  border-color: rgb(253 242 248 / 0.75);
}

.focus\:border-pink-50\/80:focus {
  border-color: rgb(253 242 248 / 0.8);
}

.focus\:border-pink-50\/90:focus {
  border-color: rgb(253 242 248 / 0.9);
}

.focus\:border-pink-50\/95:focus {
  border-color: rgb(253 242 248 / 0.95);
}

.focus\:border-pink-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-border-opacity));
}

.focus\:border-pink-500\/0:focus {
  border-color: rgb(236 72 153 / 0);
}

.focus\:border-pink-500\/10:focus {
  border-color: rgb(236 72 153 / 0.1);
}

.focus\:border-pink-500\/100:focus {
  border-color: rgb(236 72 153 / 1);
}

.focus\:border-pink-500\/20:focus {
  border-color: rgb(236 72 153 / 0.2);
}

.focus\:border-pink-500\/25:focus {
  border-color: rgb(236 72 153 / 0.25);
}

.focus\:border-pink-500\/30:focus {
  border-color: rgb(236 72 153 / 0.3);
}

.focus\:border-pink-500\/40:focus {
  border-color: rgb(236 72 153 / 0.4);
}

.focus\:border-pink-500\/5:focus {
  border-color: rgb(236 72 153 / 0.05);
}

.focus\:border-pink-500\/50:focus {
  border-color: rgb(236 72 153 / 0.5);
}

.focus\:border-pink-500\/60:focus {
  border-color: rgb(236 72 153 / 0.6);
}

.focus\:border-pink-500\/70:focus {
  border-color: rgb(236 72 153 / 0.7);
}

.focus\:border-pink-500\/75:focus {
  border-color: rgb(236 72 153 / 0.75);
}

.focus\:border-pink-500\/80:focus {
  border-color: rgb(236 72 153 / 0.8);
}

.focus\:border-pink-500\/90:focus {
  border-color: rgb(236 72 153 / 0.9);
}

.focus\:border-pink-500\/95:focus {
  border-color: rgb(236 72 153 / 0.95);
}

.focus\:border-pink-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(219 39 119 / var(--tw-border-opacity));
}

.focus\:border-pink-600\/0:focus {
  border-color: rgb(219 39 119 / 0);
}

.focus\:border-pink-600\/10:focus {
  border-color: rgb(219 39 119 / 0.1);
}

.focus\:border-pink-600\/100:focus {
  border-color: rgb(219 39 119 / 1);
}

.focus\:border-pink-600\/20:focus {
  border-color: rgb(219 39 119 / 0.2);
}

.focus\:border-pink-600\/25:focus {
  border-color: rgb(219 39 119 / 0.25);
}

.focus\:border-pink-600\/30:focus {
  border-color: rgb(219 39 119 / 0.3);
}

.focus\:border-pink-600\/40:focus {
  border-color: rgb(219 39 119 / 0.4);
}

.focus\:border-pink-600\/5:focus {
  border-color: rgb(219 39 119 / 0.05);
}

.focus\:border-pink-600\/50:focus {
  border-color: rgb(219 39 119 / 0.5);
}

.focus\:border-pink-600\/60:focus {
  border-color: rgb(219 39 119 / 0.6);
}

.focus\:border-pink-600\/70:focus {
  border-color: rgb(219 39 119 / 0.7);
}

.focus\:border-pink-600\/75:focus {
  border-color: rgb(219 39 119 / 0.75);
}

.focus\:border-pink-600\/80:focus {
  border-color: rgb(219 39 119 / 0.8);
}

.focus\:border-pink-600\/90:focus {
  border-color: rgb(219 39 119 / 0.9);
}

.focus\:border-pink-600\/95:focus {
  border-color: rgb(219 39 119 / 0.95);
}

.focus\:border-pink-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(190 24 93 / var(--tw-border-opacity));
}

.focus\:border-pink-700\/0:focus {
  border-color: rgb(190 24 93 / 0);
}

.focus\:border-pink-700\/10:focus {
  border-color: rgb(190 24 93 / 0.1);
}

.focus\:border-pink-700\/100:focus {
  border-color: rgb(190 24 93 / 1);
}

.focus\:border-pink-700\/20:focus {
  border-color: rgb(190 24 93 / 0.2);
}

.focus\:border-pink-700\/25:focus {
  border-color: rgb(190 24 93 / 0.25);
}

.focus\:border-pink-700\/30:focus {
  border-color: rgb(190 24 93 / 0.3);
}

.focus\:border-pink-700\/40:focus {
  border-color: rgb(190 24 93 / 0.4);
}

.focus\:border-pink-700\/5:focus {
  border-color: rgb(190 24 93 / 0.05);
}

.focus\:border-pink-700\/50:focus {
  border-color: rgb(190 24 93 / 0.5);
}

.focus\:border-pink-700\/60:focus {
  border-color: rgb(190 24 93 / 0.6);
}

.focus\:border-pink-700\/70:focus {
  border-color: rgb(190 24 93 / 0.7);
}

.focus\:border-pink-700\/75:focus {
  border-color: rgb(190 24 93 / 0.75);
}

.focus\:border-pink-700\/80:focus {
  border-color: rgb(190 24 93 / 0.8);
}

.focus\:border-pink-700\/90:focus {
  border-color: rgb(190 24 93 / 0.9);
}

.focus\:border-pink-700\/95:focus {
  border-color: rgb(190 24 93 / 0.95);
}

.focus\:border-pink-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(157 23 77 / var(--tw-border-opacity));
}

.focus\:border-pink-800\/0:focus {
  border-color: rgb(157 23 77 / 0);
}

.focus\:border-pink-800\/10:focus {
  border-color: rgb(157 23 77 / 0.1);
}

.focus\:border-pink-800\/100:focus {
  border-color: rgb(157 23 77 / 1);
}

.focus\:border-pink-800\/20:focus {
  border-color: rgb(157 23 77 / 0.2);
}

.focus\:border-pink-800\/25:focus {
  border-color: rgb(157 23 77 / 0.25);
}

.focus\:border-pink-800\/30:focus {
  border-color: rgb(157 23 77 / 0.3);
}

.focus\:border-pink-800\/40:focus {
  border-color: rgb(157 23 77 / 0.4);
}

.focus\:border-pink-800\/5:focus {
  border-color: rgb(157 23 77 / 0.05);
}

.focus\:border-pink-800\/50:focus {
  border-color: rgb(157 23 77 / 0.5);
}

.focus\:border-pink-800\/60:focus {
  border-color: rgb(157 23 77 / 0.6);
}

.focus\:border-pink-800\/70:focus {
  border-color: rgb(157 23 77 / 0.7);
}

.focus\:border-pink-800\/75:focus {
  border-color: rgb(157 23 77 / 0.75);
}

.focus\:border-pink-800\/80:focus {
  border-color: rgb(157 23 77 / 0.8);
}

.focus\:border-pink-800\/90:focus {
  border-color: rgb(157 23 77 / 0.9);
}

.focus\:border-pink-800\/95:focus {
  border-color: rgb(157 23 77 / 0.95);
}

.focus\:border-pink-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(131 24 67 / var(--tw-border-opacity));
}

.focus\:border-pink-900\/0:focus {
  border-color: rgb(131 24 67 / 0);
}

.focus\:border-pink-900\/10:focus {
  border-color: rgb(131 24 67 / 0.1);
}

.focus\:border-pink-900\/100:focus {
  border-color: rgb(131 24 67 / 1);
}

.focus\:border-pink-900\/20:focus {
  border-color: rgb(131 24 67 / 0.2);
}

.focus\:border-pink-900\/25:focus {
  border-color: rgb(131 24 67 / 0.25);
}

.focus\:border-pink-900\/30:focus {
  border-color: rgb(131 24 67 / 0.3);
}

.focus\:border-pink-900\/40:focus {
  border-color: rgb(131 24 67 / 0.4);
}

.focus\:border-pink-900\/5:focus {
  border-color: rgb(131 24 67 / 0.05);
}

.focus\:border-pink-900\/50:focus {
  border-color: rgb(131 24 67 / 0.5);
}

.focus\:border-pink-900\/60:focus {
  border-color: rgb(131 24 67 / 0.6);
}

.focus\:border-pink-900\/70:focus {
  border-color: rgb(131 24 67 / 0.7);
}

.focus\:border-pink-900\/75:focus {
  border-color: rgb(131 24 67 / 0.75);
}

.focus\:border-pink-900\/80:focus {
  border-color: rgb(131 24 67 / 0.8);
}

.focus\:border-pink-900\/90:focus {
  border-color: rgb(131 24 67 / 0.9);
}

.focus\:border-pink-900\/95:focus {
  border-color: rgb(131 24 67 / 0.95);
}

.focus\:border-pink-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(80 7 36 / var(--tw-border-opacity));
}

.focus\:border-pink-950\/0:focus {
  border-color: rgb(80 7 36 / 0);
}

.focus\:border-pink-950\/10:focus {
  border-color: rgb(80 7 36 / 0.1);
}

.focus\:border-pink-950\/100:focus {
  border-color: rgb(80 7 36 / 1);
}

.focus\:border-pink-950\/20:focus {
  border-color: rgb(80 7 36 / 0.2);
}

.focus\:border-pink-950\/25:focus {
  border-color: rgb(80 7 36 / 0.25);
}

.focus\:border-pink-950\/30:focus {
  border-color: rgb(80 7 36 / 0.3);
}

.focus\:border-pink-950\/40:focus {
  border-color: rgb(80 7 36 / 0.4);
}

.focus\:border-pink-950\/5:focus {
  border-color: rgb(80 7 36 / 0.05);
}

.focus\:border-pink-950\/50:focus {
  border-color: rgb(80 7 36 / 0.5);
}

.focus\:border-pink-950\/60:focus {
  border-color: rgb(80 7 36 / 0.6);
}

.focus\:border-pink-950\/70:focus {
  border-color: rgb(80 7 36 / 0.7);
}

.focus\:border-pink-950\/75:focus {
  border-color: rgb(80 7 36 / 0.75);
}

.focus\:border-pink-950\/80:focus {
  border-color: rgb(80 7 36 / 0.8);
}

.focus\:border-pink-950\/90:focus {
  border-color: rgb(80 7 36 / 0.9);
}

.focus\:border-pink-950\/95:focus {
  border-color: rgb(80 7 36 / 0.95);
}

.focus\:border-purple-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-border-opacity));
}

.focus\:border-purple-100\/0:focus {
  border-color: rgb(243 232 255 / 0);
}

.focus\:border-purple-100\/10:focus {
  border-color: rgb(243 232 255 / 0.1);
}

.focus\:border-purple-100\/100:focus {
  border-color: rgb(243 232 255 / 1);
}

.focus\:border-purple-100\/20:focus {
  border-color: rgb(243 232 255 / 0.2);
}

.focus\:border-purple-100\/25:focus {
  border-color: rgb(243 232 255 / 0.25);
}

.focus\:border-purple-100\/30:focus {
  border-color: rgb(243 232 255 / 0.3);
}

.focus\:border-purple-100\/40:focus {
  border-color: rgb(243 232 255 / 0.4);
}

.focus\:border-purple-100\/5:focus {
  border-color: rgb(243 232 255 / 0.05);
}

.focus\:border-purple-100\/50:focus {
  border-color: rgb(243 232 255 / 0.5);
}

.focus\:border-purple-100\/60:focus {
  border-color: rgb(243 232 255 / 0.6);
}

.focus\:border-purple-100\/70:focus {
  border-color: rgb(243 232 255 / 0.7);
}

.focus\:border-purple-100\/75:focus {
  border-color: rgb(243 232 255 / 0.75);
}

.focus\:border-purple-100\/80:focus {
  border-color: rgb(243 232 255 / 0.8);
}

.focus\:border-purple-100\/90:focus {
  border-color: rgb(243 232 255 / 0.9);
}

.focus\:border-purple-100\/95:focus {
  border-color: rgb(243 232 255 / 0.95);
}

.focus\:border-purple-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity));
}

.focus\:border-purple-200\/0:focus {
  border-color: rgb(233 213 255 / 0);
}

.focus\:border-purple-200\/10:focus {
  border-color: rgb(233 213 255 / 0.1);
}

.focus\:border-purple-200\/100:focus {
  border-color: rgb(233 213 255 / 1);
}

.focus\:border-purple-200\/20:focus {
  border-color: rgb(233 213 255 / 0.2);
}

.focus\:border-purple-200\/25:focus {
  border-color: rgb(233 213 255 / 0.25);
}

.focus\:border-purple-200\/30:focus {
  border-color: rgb(233 213 255 / 0.3);
}

.focus\:border-purple-200\/40:focus {
  border-color: rgb(233 213 255 / 0.4);
}

.focus\:border-purple-200\/5:focus {
  border-color: rgb(233 213 255 / 0.05);
}

.focus\:border-purple-200\/50:focus {
  border-color: rgb(233 213 255 / 0.5);
}

.focus\:border-purple-200\/60:focus {
  border-color: rgb(233 213 255 / 0.6);
}

.focus\:border-purple-200\/70:focus {
  border-color: rgb(233 213 255 / 0.7);
}

.focus\:border-purple-200\/75:focus {
  border-color: rgb(233 213 255 / 0.75);
}

.focus\:border-purple-200\/80:focus {
  border-color: rgb(233 213 255 / 0.8);
}

.focus\:border-purple-200\/90:focus {
  border-color: rgb(233 213 255 / 0.9);
}

.focus\:border-purple-200\/95:focus {
  border-color: rgb(233 213 255 / 0.95);
}

.focus\:border-purple-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity));
}

.focus\:border-purple-300\/0:focus {
  border-color: rgb(216 180 254 / 0);
}

.focus\:border-purple-300\/10:focus {
  border-color: rgb(216 180 254 / 0.1);
}

.focus\:border-purple-300\/100:focus {
  border-color: rgb(216 180 254 / 1);
}

.focus\:border-purple-300\/20:focus {
  border-color: rgb(216 180 254 / 0.2);
}

.focus\:border-purple-300\/25:focus {
  border-color: rgb(216 180 254 / 0.25);
}

.focus\:border-purple-300\/30:focus {
  border-color: rgb(216 180 254 / 0.3);
}

.focus\:border-purple-300\/40:focus {
  border-color: rgb(216 180 254 / 0.4);
}

.focus\:border-purple-300\/5:focus {
  border-color: rgb(216 180 254 / 0.05);
}

.focus\:border-purple-300\/50:focus {
  border-color: rgb(216 180 254 / 0.5);
}

.focus\:border-purple-300\/60:focus {
  border-color: rgb(216 180 254 / 0.6);
}

.focus\:border-purple-300\/70:focus {
  border-color: rgb(216 180 254 / 0.7);
}

.focus\:border-purple-300\/75:focus {
  border-color: rgb(216 180 254 / 0.75);
}

.focus\:border-purple-300\/80:focus {
  border-color: rgb(216 180 254 / 0.8);
}

.focus\:border-purple-300\/90:focus {
  border-color: rgb(216 180 254 / 0.9);
}

.focus\:border-purple-300\/95:focus {
  border-color: rgb(216 180 254 / 0.95);
}

.focus\:border-purple-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity));
}

.focus\:border-purple-400\/0:focus {
  border-color: rgb(192 132 252 / 0);
}

.focus\:border-purple-400\/10:focus {
  border-color: rgb(192 132 252 / 0.1);
}

.focus\:border-purple-400\/100:focus {
  border-color: rgb(192 132 252 / 1);
}

.focus\:border-purple-400\/20:focus {
  border-color: rgb(192 132 252 / 0.2);
}

.focus\:border-purple-400\/25:focus {
  border-color: rgb(192 132 252 / 0.25);
}

.focus\:border-purple-400\/30:focus {
  border-color: rgb(192 132 252 / 0.3);
}

.focus\:border-purple-400\/40:focus {
  border-color: rgb(192 132 252 / 0.4);
}

.focus\:border-purple-400\/5:focus {
  border-color: rgb(192 132 252 / 0.05);
}

.focus\:border-purple-400\/50:focus {
  border-color: rgb(192 132 252 / 0.5);
}

.focus\:border-purple-400\/60:focus {
  border-color: rgb(192 132 252 / 0.6);
}

.focus\:border-purple-400\/70:focus {
  border-color: rgb(192 132 252 / 0.7);
}

.focus\:border-purple-400\/75:focus {
  border-color: rgb(192 132 252 / 0.75);
}

.focus\:border-purple-400\/80:focus {
  border-color: rgb(192 132 252 / 0.8);
}

.focus\:border-purple-400\/90:focus {
  border-color: rgb(192 132 252 / 0.9);
}

.focus\:border-purple-400\/95:focus {
  border-color: rgb(192 132 252 / 0.95);
}

.focus\:border-purple-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(250 245 255 / var(--tw-border-opacity));
}

.focus\:border-purple-50\/0:focus {
  border-color: rgb(250 245 255 / 0);
}

.focus\:border-purple-50\/10:focus {
  border-color: rgb(250 245 255 / 0.1);
}

.focus\:border-purple-50\/100:focus {
  border-color: rgb(250 245 255 / 1);
}

.focus\:border-purple-50\/20:focus {
  border-color: rgb(250 245 255 / 0.2);
}

.focus\:border-purple-50\/25:focus {
  border-color: rgb(250 245 255 / 0.25);
}

.focus\:border-purple-50\/30:focus {
  border-color: rgb(250 245 255 / 0.3);
}

.focus\:border-purple-50\/40:focus {
  border-color: rgb(250 245 255 / 0.4);
}

.focus\:border-purple-50\/5:focus {
  border-color: rgb(250 245 255 / 0.05);
}

.focus\:border-purple-50\/50:focus {
  border-color: rgb(250 245 255 / 0.5);
}

.focus\:border-purple-50\/60:focus {
  border-color: rgb(250 245 255 / 0.6);
}

.focus\:border-purple-50\/70:focus {
  border-color: rgb(250 245 255 / 0.7);
}

.focus\:border-purple-50\/75:focus {
  border-color: rgb(250 245 255 / 0.75);
}

.focus\:border-purple-50\/80:focus {
  border-color: rgb(250 245 255 / 0.8);
}

.focus\:border-purple-50\/90:focus {
  border-color: rgb(250 245 255 / 0.9);
}

.focus\:border-purple-50\/95:focus {
  border-color: rgb(250 245 255 / 0.95);
}

.focus\:border-purple-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity));
}

.focus\:border-purple-500\/0:focus {
  border-color: rgb(168 85 247 / 0);
}

.focus\:border-purple-500\/10:focus {
  border-color: rgb(168 85 247 / 0.1);
}

.focus\:border-purple-500\/100:focus {
  border-color: rgb(168 85 247 / 1);
}

.focus\:border-purple-500\/20:focus {
  border-color: rgb(168 85 247 / 0.2);
}

.focus\:border-purple-500\/25:focus {
  border-color: rgb(168 85 247 / 0.25);
}

.focus\:border-purple-500\/30:focus {
  border-color: rgb(168 85 247 / 0.3);
}

.focus\:border-purple-500\/40:focus {
  border-color: rgb(168 85 247 / 0.4);
}

.focus\:border-purple-500\/5:focus {
  border-color: rgb(168 85 247 / 0.05);
}

.focus\:border-purple-500\/50:focus {
  border-color: rgb(168 85 247 / 0.5);
}

.focus\:border-purple-500\/60:focus {
  border-color: rgb(168 85 247 / 0.6);
}

.focus\:border-purple-500\/70:focus {
  border-color: rgb(168 85 247 / 0.7);
}

.focus\:border-purple-500\/75:focus {
  border-color: rgb(168 85 247 / 0.75);
}

.focus\:border-purple-500\/80:focus {
  border-color: rgb(168 85 247 / 0.8);
}

.focus\:border-purple-500\/90:focus {
  border-color: rgb(168 85 247 / 0.9);
}

.focus\:border-purple-500\/95:focus {
  border-color: rgb(168 85 247 / 0.95);
}

.focus\:border-purple-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-border-opacity));
}

.focus\:border-purple-600\/0:focus {
  border-color: rgb(147 51 234 / 0);
}

.focus\:border-purple-600\/10:focus {
  border-color: rgb(147 51 234 / 0.1);
}

.focus\:border-purple-600\/100:focus {
  border-color: rgb(147 51 234 / 1);
}

.focus\:border-purple-600\/20:focus {
  border-color: rgb(147 51 234 / 0.2);
}

.focus\:border-purple-600\/25:focus {
  border-color: rgb(147 51 234 / 0.25);
}

.focus\:border-purple-600\/30:focus {
  border-color: rgb(147 51 234 / 0.3);
}

.focus\:border-purple-600\/40:focus {
  border-color: rgb(147 51 234 / 0.4);
}

.focus\:border-purple-600\/5:focus {
  border-color: rgb(147 51 234 / 0.05);
}

.focus\:border-purple-600\/50:focus {
  border-color: rgb(147 51 234 / 0.5);
}

.focus\:border-purple-600\/60:focus {
  border-color: rgb(147 51 234 / 0.6);
}

.focus\:border-purple-600\/70:focus {
  border-color: rgb(147 51 234 / 0.7);
}

.focus\:border-purple-600\/75:focus {
  border-color: rgb(147 51 234 / 0.75);
}

.focus\:border-purple-600\/80:focus {
  border-color: rgb(147 51 234 / 0.8);
}

.focus\:border-purple-600\/90:focus {
  border-color: rgb(147 51 234 / 0.9);
}

.focus\:border-purple-600\/95:focus {
  border-color: rgb(147 51 234 / 0.95);
}

.focus\:border-purple-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(126 34 206 / var(--tw-border-opacity));
}

.focus\:border-purple-700\/0:focus {
  border-color: rgb(126 34 206 / 0);
}

.focus\:border-purple-700\/10:focus {
  border-color: rgb(126 34 206 / 0.1);
}

.focus\:border-purple-700\/100:focus {
  border-color: rgb(126 34 206 / 1);
}

.focus\:border-purple-700\/20:focus {
  border-color: rgb(126 34 206 / 0.2);
}

.focus\:border-purple-700\/25:focus {
  border-color: rgb(126 34 206 / 0.25);
}

.focus\:border-purple-700\/30:focus {
  border-color: rgb(126 34 206 / 0.3);
}

.focus\:border-purple-700\/40:focus {
  border-color: rgb(126 34 206 / 0.4);
}

.focus\:border-purple-700\/5:focus {
  border-color: rgb(126 34 206 / 0.05);
}

.focus\:border-purple-700\/50:focus {
  border-color: rgb(126 34 206 / 0.5);
}

.focus\:border-purple-700\/60:focus {
  border-color: rgb(126 34 206 / 0.6);
}

.focus\:border-purple-700\/70:focus {
  border-color: rgb(126 34 206 / 0.7);
}

.focus\:border-purple-700\/75:focus {
  border-color: rgb(126 34 206 / 0.75);
}

.focus\:border-purple-700\/80:focus {
  border-color: rgb(126 34 206 / 0.8);
}

.focus\:border-purple-700\/90:focus {
  border-color: rgb(126 34 206 / 0.9);
}

.focus\:border-purple-700\/95:focus {
  border-color: rgb(126 34 206 / 0.95);
}

.focus\:border-purple-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(107 33 168 / var(--tw-border-opacity));
}

.focus\:border-purple-800\/0:focus {
  border-color: rgb(107 33 168 / 0);
}

.focus\:border-purple-800\/10:focus {
  border-color: rgb(107 33 168 / 0.1);
}

.focus\:border-purple-800\/100:focus {
  border-color: rgb(107 33 168 / 1);
}

.focus\:border-purple-800\/20:focus {
  border-color: rgb(107 33 168 / 0.2);
}

.focus\:border-purple-800\/25:focus {
  border-color: rgb(107 33 168 / 0.25);
}

.focus\:border-purple-800\/30:focus {
  border-color: rgb(107 33 168 / 0.3);
}

.focus\:border-purple-800\/40:focus {
  border-color: rgb(107 33 168 / 0.4);
}

.focus\:border-purple-800\/5:focus {
  border-color: rgb(107 33 168 / 0.05);
}

.focus\:border-purple-800\/50:focus {
  border-color: rgb(107 33 168 / 0.5);
}

.focus\:border-purple-800\/60:focus {
  border-color: rgb(107 33 168 / 0.6);
}

.focus\:border-purple-800\/70:focus {
  border-color: rgb(107 33 168 / 0.7);
}

.focus\:border-purple-800\/75:focus {
  border-color: rgb(107 33 168 / 0.75);
}

.focus\:border-purple-800\/80:focus {
  border-color: rgb(107 33 168 / 0.8);
}

.focus\:border-purple-800\/90:focus {
  border-color: rgb(107 33 168 / 0.9);
}

.focus\:border-purple-800\/95:focus {
  border-color: rgb(107 33 168 / 0.95);
}

.focus\:border-purple-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(88 28 135 / var(--tw-border-opacity));
}

.focus\:border-purple-900\/0:focus {
  border-color: rgb(88 28 135 / 0);
}

.focus\:border-purple-900\/10:focus {
  border-color: rgb(88 28 135 / 0.1);
}

.focus\:border-purple-900\/100:focus {
  border-color: rgb(88 28 135 / 1);
}

.focus\:border-purple-900\/20:focus {
  border-color: rgb(88 28 135 / 0.2);
}

.focus\:border-purple-900\/25:focus {
  border-color: rgb(88 28 135 / 0.25);
}

.focus\:border-purple-900\/30:focus {
  border-color: rgb(88 28 135 / 0.3);
}

.focus\:border-purple-900\/40:focus {
  border-color: rgb(88 28 135 / 0.4);
}

.focus\:border-purple-900\/5:focus {
  border-color: rgb(88 28 135 / 0.05);
}

.focus\:border-purple-900\/50:focus {
  border-color: rgb(88 28 135 / 0.5);
}

.focus\:border-purple-900\/60:focus {
  border-color: rgb(88 28 135 / 0.6);
}

.focus\:border-purple-900\/70:focus {
  border-color: rgb(88 28 135 / 0.7);
}

.focus\:border-purple-900\/75:focus {
  border-color: rgb(88 28 135 / 0.75);
}

.focus\:border-purple-900\/80:focus {
  border-color: rgb(88 28 135 / 0.8);
}

.focus\:border-purple-900\/90:focus {
  border-color: rgb(88 28 135 / 0.9);
}

.focus\:border-purple-900\/95:focus {
  border-color: rgb(88 28 135 / 0.95);
}

.focus\:border-purple-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 7 100 / var(--tw-border-opacity));
}

.focus\:border-purple-950\/0:focus {
  border-color: rgb(59 7 100 / 0);
}

.focus\:border-purple-950\/10:focus {
  border-color: rgb(59 7 100 / 0.1);
}

.focus\:border-purple-950\/100:focus {
  border-color: rgb(59 7 100 / 1);
}

.focus\:border-purple-950\/20:focus {
  border-color: rgb(59 7 100 / 0.2);
}

.focus\:border-purple-950\/25:focus {
  border-color: rgb(59 7 100 / 0.25);
}

.focus\:border-purple-950\/30:focus {
  border-color: rgb(59 7 100 / 0.3);
}

.focus\:border-purple-950\/40:focus {
  border-color: rgb(59 7 100 / 0.4);
}

.focus\:border-purple-950\/5:focus {
  border-color: rgb(59 7 100 / 0.05);
}

.focus\:border-purple-950\/50:focus {
  border-color: rgb(59 7 100 / 0.5);
}

.focus\:border-purple-950\/60:focus {
  border-color: rgb(59 7 100 / 0.6);
}

.focus\:border-purple-950\/70:focus {
  border-color: rgb(59 7 100 / 0.7);
}

.focus\:border-purple-950\/75:focus {
  border-color: rgb(59 7 100 / 0.75);
}

.focus\:border-purple-950\/80:focus {
  border-color: rgb(59 7 100 / 0.8);
}

.focus\:border-purple-950\/90:focus {
  border-color: rgb(59 7 100 / 0.9);
}

.focus\:border-purple-950\/95:focus {
  border-color: rgb(59 7 100 / 0.95);
}

.focus\:border-red-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity));
}

.focus\:border-red-100\/0:focus {
  border-color: rgb(254 226 226 / 0);
}

.focus\:border-red-100\/10:focus {
  border-color: rgb(254 226 226 / 0.1);
}

.focus\:border-red-100\/100:focus {
  border-color: rgb(254 226 226 / 1);
}

.focus\:border-red-100\/20:focus {
  border-color: rgb(254 226 226 / 0.2);
}

.focus\:border-red-100\/25:focus {
  border-color: rgb(254 226 226 / 0.25);
}

.focus\:border-red-100\/30:focus {
  border-color: rgb(254 226 226 / 0.3);
}

.focus\:border-red-100\/40:focus {
  border-color: rgb(254 226 226 / 0.4);
}

.focus\:border-red-100\/5:focus {
  border-color: rgb(254 226 226 / 0.05);
}

.focus\:border-red-100\/50:focus {
  border-color: rgb(254 226 226 / 0.5);
}

.focus\:border-red-100\/60:focus {
  border-color: rgb(254 226 226 / 0.6);
}

.focus\:border-red-100\/70:focus {
  border-color: rgb(254 226 226 / 0.7);
}

.focus\:border-red-100\/75:focus {
  border-color: rgb(254 226 226 / 0.75);
}

.focus\:border-red-100\/80:focus {
  border-color: rgb(254 226 226 / 0.8);
}

.focus\:border-red-100\/90:focus {
  border-color: rgb(254 226 226 / 0.9);
}

.focus\:border-red-100\/95:focus {
  border-color: rgb(254 226 226 / 0.95);
}

.focus\:border-red-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.focus\:border-red-200\/0:focus {
  border-color: rgb(254 202 202 / 0);
}

.focus\:border-red-200\/10:focus {
  border-color: rgb(254 202 202 / 0.1);
}

.focus\:border-red-200\/100:focus {
  border-color: rgb(254 202 202 / 1);
}

.focus\:border-red-200\/20:focus {
  border-color: rgb(254 202 202 / 0.2);
}

.focus\:border-red-200\/25:focus {
  border-color: rgb(254 202 202 / 0.25);
}

.focus\:border-red-200\/30:focus {
  border-color: rgb(254 202 202 / 0.3);
}

.focus\:border-red-200\/40:focus {
  border-color: rgb(254 202 202 / 0.4);
}

.focus\:border-red-200\/5:focus {
  border-color: rgb(254 202 202 / 0.05);
}

.focus\:border-red-200\/50:focus {
  border-color: rgb(254 202 202 / 0.5);
}

.focus\:border-red-200\/60:focus {
  border-color: rgb(254 202 202 / 0.6);
}

.focus\:border-red-200\/70:focus {
  border-color: rgb(254 202 202 / 0.7);
}

.focus\:border-red-200\/75:focus {
  border-color: rgb(254 202 202 / 0.75);
}

.focus\:border-red-200\/80:focus {
  border-color: rgb(254 202 202 / 0.8);
}

.focus\:border-red-200\/90:focus {
  border-color: rgb(254 202 202 / 0.9);
}

.focus\:border-red-200\/95:focus {
  border-color: rgb(254 202 202 / 0.95);
}

.focus\:border-red-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.focus\:border-red-300\/0:focus {
  border-color: rgb(252 165 165 / 0);
}

.focus\:border-red-300\/10:focus {
  border-color: rgb(252 165 165 / 0.1);
}

.focus\:border-red-300\/100:focus {
  border-color: rgb(252 165 165 / 1);
}

.focus\:border-red-300\/20:focus {
  border-color: rgb(252 165 165 / 0.2);
}

.focus\:border-red-300\/25:focus {
  border-color: rgb(252 165 165 / 0.25);
}

.focus\:border-red-300\/30:focus {
  border-color: rgb(252 165 165 / 0.3);
}

.focus\:border-red-300\/40:focus {
  border-color: rgb(252 165 165 / 0.4);
}

.focus\:border-red-300\/5:focus {
  border-color: rgb(252 165 165 / 0.05);
}

.focus\:border-red-300\/50:focus {
  border-color: rgb(252 165 165 / 0.5);
}

.focus\:border-red-300\/60:focus {
  border-color: rgb(252 165 165 / 0.6);
}

.focus\:border-red-300\/70:focus {
  border-color: rgb(252 165 165 / 0.7);
}

.focus\:border-red-300\/75:focus {
  border-color: rgb(252 165 165 / 0.75);
}

.focus\:border-red-300\/80:focus {
  border-color: rgb(252 165 165 / 0.8);
}

.focus\:border-red-300\/90:focus {
  border-color: rgb(252 165 165 / 0.9);
}

.focus\:border-red-300\/95:focus {
  border-color: rgb(252 165 165 / 0.95);
}

.focus\:border-red-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.focus\:border-red-400\/0:focus {
  border-color: rgb(248 113 113 / 0);
}

.focus\:border-red-400\/10:focus {
  border-color: rgb(248 113 113 / 0.1);
}

.focus\:border-red-400\/100:focus {
  border-color: rgb(248 113 113 / 1);
}

.focus\:border-red-400\/20:focus {
  border-color: rgb(248 113 113 / 0.2);
}

.focus\:border-red-400\/25:focus {
  border-color: rgb(248 113 113 / 0.25);
}

.focus\:border-red-400\/30:focus {
  border-color: rgb(248 113 113 / 0.3);
}

.focus\:border-red-400\/40:focus {
  border-color: rgb(248 113 113 / 0.4);
}

.focus\:border-red-400\/5:focus {
  border-color: rgb(248 113 113 / 0.05);
}

.focus\:border-red-400\/50:focus {
  border-color: rgb(248 113 113 / 0.5);
}

.focus\:border-red-400\/60:focus {
  border-color: rgb(248 113 113 / 0.6);
}

.focus\:border-red-400\/70:focus {
  border-color: rgb(248 113 113 / 0.7);
}

.focus\:border-red-400\/75:focus {
  border-color: rgb(248 113 113 / 0.75);
}

.focus\:border-red-400\/80:focus {
  border-color: rgb(248 113 113 / 0.8);
}

.focus\:border-red-400\/90:focus {
  border-color: rgb(248 113 113 / 0.9);
}

.focus\:border-red-400\/95:focus {
  border-color: rgb(248 113 113 / 0.95);
}

.focus\:border-red-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.focus\:border-red-50\/0:focus {
  border-color: rgb(254 242 242 / 0);
}

.focus\:border-red-50\/10:focus {
  border-color: rgb(254 242 242 / 0.1);
}

.focus\:border-red-50\/100:focus {
  border-color: rgb(254 242 242 / 1);
}

.focus\:border-red-50\/20:focus {
  border-color: rgb(254 242 242 / 0.2);
}

.focus\:border-red-50\/25:focus {
  border-color: rgb(254 242 242 / 0.25);
}

.focus\:border-red-50\/30:focus {
  border-color: rgb(254 242 242 / 0.3);
}

.focus\:border-red-50\/40:focus {
  border-color: rgb(254 242 242 / 0.4);
}

.focus\:border-red-50\/5:focus {
  border-color: rgb(254 242 242 / 0.05);
}

.focus\:border-red-50\/50:focus {
  border-color: rgb(254 242 242 / 0.5);
}

.focus\:border-red-50\/60:focus {
  border-color: rgb(254 242 242 / 0.6);
}

.focus\:border-red-50\/70:focus {
  border-color: rgb(254 242 242 / 0.7);
}

.focus\:border-red-50\/75:focus {
  border-color: rgb(254 242 242 / 0.75);
}

.focus\:border-red-50\/80:focus {
  border-color: rgb(254 242 242 / 0.8);
}

.focus\:border-red-50\/90:focus {
  border-color: rgb(254 242 242 / 0.9);
}

.focus\:border-red-50\/95:focus {
  border-color: rgb(254 242 242 / 0.95);
}

.focus\:border-red-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.focus\:border-red-500\/0:focus {
  border-color: rgb(239 68 68 / 0);
}

.focus\:border-red-500\/10:focus {
  border-color: rgb(239 68 68 / 0.1);
}

.focus\:border-red-500\/100:focus {
  border-color: rgb(239 68 68 / 1);
}

.focus\:border-red-500\/20:focus {
  border-color: rgb(239 68 68 / 0.2);
}

.focus\:border-red-500\/25:focus {
  border-color: rgb(239 68 68 / 0.25);
}

.focus\:border-red-500\/30:focus {
  border-color: rgb(239 68 68 / 0.3);
}

.focus\:border-red-500\/40:focus {
  border-color: rgb(239 68 68 / 0.4);
}

.focus\:border-red-500\/5:focus {
  border-color: rgb(239 68 68 / 0.05);
}

.focus\:border-red-500\/50:focus {
  border-color: rgb(239 68 68 / 0.5);
}

.focus\:border-red-500\/60:focus {
  border-color: rgb(239 68 68 / 0.6);
}

.focus\:border-red-500\/70:focus {
  border-color: rgb(239 68 68 / 0.7);
}

.focus\:border-red-500\/75:focus {
  border-color: rgb(239 68 68 / 0.75);
}

.focus\:border-red-500\/80:focus {
  border-color: rgb(239 68 68 / 0.8);
}

.focus\:border-red-500\/90:focus {
  border-color: rgb(239 68 68 / 0.9);
}

.focus\:border-red-500\/95:focus {
  border-color: rgb(239 68 68 / 0.95);
}

.focus\:border-red-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.focus\:border-red-600\/0:focus {
  border-color: rgb(220 38 38 / 0);
}

.focus\:border-red-600\/10:focus {
  border-color: rgb(220 38 38 / 0.1);
}

.focus\:border-red-600\/100:focus {
  border-color: rgb(220 38 38 / 1);
}

.focus\:border-red-600\/20:focus {
  border-color: rgb(220 38 38 / 0.2);
}

.focus\:border-red-600\/25:focus {
  border-color: rgb(220 38 38 / 0.25);
}

.focus\:border-red-600\/30:focus {
  border-color: rgb(220 38 38 / 0.3);
}

.focus\:border-red-600\/40:focus {
  border-color: rgb(220 38 38 / 0.4);
}

.focus\:border-red-600\/5:focus {
  border-color: rgb(220 38 38 / 0.05);
}

.focus\:border-red-600\/50:focus {
  border-color: rgb(220 38 38 / 0.5);
}

.focus\:border-red-600\/60:focus {
  border-color: rgb(220 38 38 / 0.6);
}

.focus\:border-red-600\/70:focus {
  border-color: rgb(220 38 38 / 0.7);
}

.focus\:border-red-600\/75:focus {
  border-color: rgb(220 38 38 / 0.75);
}

.focus\:border-red-600\/80:focus {
  border-color: rgb(220 38 38 / 0.8);
}

.focus\:border-red-600\/90:focus {
  border-color: rgb(220 38 38 / 0.9);
}

.focus\:border-red-600\/95:focus {
  border-color: rgb(220 38 38 / 0.95);
}

.focus\:border-red-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.focus\:border-red-700\/0:focus {
  border-color: rgb(185 28 28 / 0);
}

.focus\:border-red-700\/10:focus {
  border-color: rgb(185 28 28 / 0.1);
}

.focus\:border-red-700\/100:focus {
  border-color: rgb(185 28 28 / 1);
}

.focus\:border-red-700\/20:focus {
  border-color: rgb(185 28 28 / 0.2);
}

.focus\:border-red-700\/25:focus {
  border-color: rgb(185 28 28 / 0.25);
}

.focus\:border-red-700\/30:focus {
  border-color: rgb(185 28 28 / 0.3);
}

.focus\:border-red-700\/40:focus {
  border-color: rgb(185 28 28 / 0.4);
}

.focus\:border-red-700\/5:focus {
  border-color: rgb(185 28 28 / 0.05);
}

.focus\:border-red-700\/50:focus {
  border-color: rgb(185 28 28 / 0.5);
}

.focus\:border-red-700\/60:focus {
  border-color: rgb(185 28 28 / 0.6);
}

.focus\:border-red-700\/70:focus {
  border-color: rgb(185 28 28 / 0.7);
}

.focus\:border-red-700\/75:focus {
  border-color: rgb(185 28 28 / 0.75);
}

.focus\:border-red-700\/80:focus {
  border-color: rgb(185 28 28 / 0.8);
}

.focus\:border-red-700\/90:focus {
  border-color: rgb(185 28 28 / 0.9);
}

.focus\:border-red-700\/95:focus {
  border-color: rgb(185 28 28 / 0.95);
}

.focus\:border-red-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.focus\:border-red-800\/0:focus {
  border-color: rgb(153 27 27 / 0);
}

.focus\:border-red-800\/10:focus {
  border-color: rgb(153 27 27 / 0.1);
}

.focus\:border-red-800\/100:focus {
  border-color: rgb(153 27 27 / 1);
}

.focus\:border-red-800\/20:focus {
  border-color: rgb(153 27 27 / 0.2);
}

.focus\:border-red-800\/25:focus {
  border-color: rgb(153 27 27 / 0.25);
}

.focus\:border-red-800\/30:focus {
  border-color: rgb(153 27 27 / 0.3);
}

.focus\:border-red-800\/40:focus {
  border-color: rgb(153 27 27 / 0.4);
}

.focus\:border-red-800\/5:focus {
  border-color: rgb(153 27 27 / 0.05);
}

.focus\:border-red-800\/50:focus {
  border-color: rgb(153 27 27 / 0.5);
}

.focus\:border-red-800\/60:focus {
  border-color: rgb(153 27 27 / 0.6);
}

.focus\:border-red-800\/70:focus {
  border-color: rgb(153 27 27 / 0.7);
}

.focus\:border-red-800\/75:focus {
  border-color: rgb(153 27 27 / 0.75);
}

.focus\:border-red-800\/80:focus {
  border-color: rgb(153 27 27 / 0.8);
}

.focus\:border-red-800\/90:focus {
  border-color: rgb(153 27 27 / 0.9);
}

.focus\:border-red-800\/95:focus {
  border-color: rgb(153 27 27 / 0.95);
}

.focus\:border-red-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.focus\:border-red-900\/0:focus {
  border-color: rgb(127 29 29 / 0);
}

.focus\:border-red-900\/10:focus {
  border-color: rgb(127 29 29 / 0.1);
}

.focus\:border-red-900\/100:focus {
  border-color: rgb(127 29 29 / 1);
}

.focus\:border-red-900\/20:focus {
  border-color: rgb(127 29 29 / 0.2);
}

.focus\:border-red-900\/25:focus {
  border-color: rgb(127 29 29 / 0.25);
}

.focus\:border-red-900\/30:focus {
  border-color: rgb(127 29 29 / 0.3);
}

.focus\:border-red-900\/40:focus {
  border-color: rgb(127 29 29 / 0.4);
}

.focus\:border-red-900\/5:focus {
  border-color: rgb(127 29 29 / 0.05);
}

.focus\:border-red-900\/50:focus {
  border-color: rgb(127 29 29 / 0.5);
}

.focus\:border-red-900\/60:focus {
  border-color: rgb(127 29 29 / 0.6);
}

.focus\:border-red-900\/70:focus {
  border-color: rgb(127 29 29 / 0.7);
}

.focus\:border-red-900\/75:focus {
  border-color: rgb(127 29 29 / 0.75);
}

.focus\:border-red-900\/80:focus {
  border-color: rgb(127 29 29 / 0.8);
}

.focus\:border-red-900\/90:focus {
  border-color: rgb(127 29 29 / 0.9);
}

.focus\:border-red-900\/95:focus {
  border-color: rgb(127 29 29 / 0.95);
}

.focus\:border-red-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(69 10 10 / var(--tw-border-opacity));
}

.focus\:border-red-950\/0:focus {
  border-color: rgb(69 10 10 / 0);
}

.focus\:border-red-950\/10:focus {
  border-color: rgb(69 10 10 / 0.1);
}

.focus\:border-red-950\/100:focus {
  border-color: rgb(69 10 10 / 1);
}

.focus\:border-red-950\/20:focus {
  border-color: rgb(69 10 10 / 0.2);
}

.focus\:border-red-950\/25:focus {
  border-color: rgb(69 10 10 / 0.25);
}

.focus\:border-red-950\/30:focus {
  border-color: rgb(69 10 10 / 0.3);
}

.focus\:border-red-950\/40:focus {
  border-color: rgb(69 10 10 / 0.4);
}

.focus\:border-red-950\/5:focus {
  border-color: rgb(69 10 10 / 0.05);
}

.focus\:border-red-950\/50:focus {
  border-color: rgb(69 10 10 / 0.5);
}

.focus\:border-red-950\/60:focus {
  border-color: rgb(69 10 10 / 0.6);
}

.focus\:border-red-950\/70:focus {
  border-color: rgb(69 10 10 / 0.7);
}

.focus\:border-red-950\/75:focus {
  border-color: rgb(69 10 10 / 0.75);
}

.focus\:border-red-950\/80:focus {
  border-color: rgb(69 10 10 / 0.8);
}

.focus\:border-red-950\/90:focus {
  border-color: rgb(69 10 10 / 0.9);
}

.focus\:border-red-950\/95:focus {
  border-color: rgb(69 10 10 / 0.95);
}

.focus\:border-rose-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 228 230 / var(--tw-border-opacity));
}

.focus\:border-rose-100\/0:focus {
  border-color: rgb(255 228 230 / 0);
}

.focus\:border-rose-100\/10:focus {
  border-color: rgb(255 228 230 / 0.1);
}

.focus\:border-rose-100\/100:focus {
  border-color: rgb(255 228 230 / 1);
}

.focus\:border-rose-100\/20:focus {
  border-color: rgb(255 228 230 / 0.2);
}

.focus\:border-rose-100\/25:focus {
  border-color: rgb(255 228 230 / 0.25);
}

.focus\:border-rose-100\/30:focus {
  border-color: rgb(255 228 230 / 0.3);
}

.focus\:border-rose-100\/40:focus {
  border-color: rgb(255 228 230 / 0.4);
}

.focus\:border-rose-100\/5:focus {
  border-color: rgb(255 228 230 / 0.05);
}

.focus\:border-rose-100\/50:focus {
  border-color: rgb(255 228 230 / 0.5);
}

.focus\:border-rose-100\/60:focus {
  border-color: rgb(255 228 230 / 0.6);
}

.focus\:border-rose-100\/70:focus {
  border-color: rgb(255 228 230 / 0.7);
}

.focus\:border-rose-100\/75:focus {
  border-color: rgb(255 228 230 / 0.75);
}

.focus\:border-rose-100\/80:focus {
  border-color: rgb(255 228 230 / 0.8);
}

.focus\:border-rose-100\/90:focus {
  border-color: rgb(255 228 230 / 0.9);
}

.focus\:border-rose-100\/95:focus {
  border-color: rgb(255 228 230 / 0.95);
}

.focus\:border-rose-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity));
}

.focus\:border-rose-200\/0:focus {
  border-color: rgb(254 205 211 / 0);
}

.focus\:border-rose-200\/10:focus {
  border-color: rgb(254 205 211 / 0.1);
}

.focus\:border-rose-200\/100:focus {
  border-color: rgb(254 205 211 / 1);
}

.focus\:border-rose-200\/20:focus {
  border-color: rgb(254 205 211 / 0.2);
}

.focus\:border-rose-200\/25:focus {
  border-color: rgb(254 205 211 / 0.25);
}

.focus\:border-rose-200\/30:focus {
  border-color: rgb(254 205 211 / 0.3);
}

.focus\:border-rose-200\/40:focus {
  border-color: rgb(254 205 211 / 0.4);
}

.focus\:border-rose-200\/5:focus {
  border-color: rgb(254 205 211 / 0.05);
}

.focus\:border-rose-200\/50:focus {
  border-color: rgb(254 205 211 / 0.5);
}

.focus\:border-rose-200\/60:focus {
  border-color: rgb(254 205 211 / 0.6);
}

.focus\:border-rose-200\/70:focus {
  border-color: rgb(254 205 211 / 0.7);
}

.focus\:border-rose-200\/75:focus {
  border-color: rgb(254 205 211 / 0.75);
}

.focus\:border-rose-200\/80:focus {
  border-color: rgb(254 205 211 / 0.8);
}

.focus\:border-rose-200\/90:focus {
  border-color: rgb(254 205 211 / 0.9);
}

.focus\:border-rose-200\/95:focus {
  border-color: rgb(254 205 211 / 0.95);
}

.focus\:border-rose-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(253 164 175 / var(--tw-border-opacity));
}

.focus\:border-rose-300\/0:focus {
  border-color: rgb(253 164 175 / 0);
}

.focus\:border-rose-300\/10:focus {
  border-color: rgb(253 164 175 / 0.1);
}

.focus\:border-rose-300\/100:focus {
  border-color: rgb(253 164 175 / 1);
}

.focus\:border-rose-300\/20:focus {
  border-color: rgb(253 164 175 / 0.2);
}

.focus\:border-rose-300\/25:focus {
  border-color: rgb(253 164 175 / 0.25);
}

.focus\:border-rose-300\/30:focus {
  border-color: rgb(253 164 175 / 0.3);
}

.focus\:border-rose-300\/40:focus {
  border-color: rgb(253 164 175 / 0.4);
}

.focus\:border-rose-300\/5:focus {
  border-color: rgb(253 164 175 / 0.05);
}

.focus\:border-rose-300\/50:focus {
  border-color: rgb(253 164 175 / 0.5);
}

.focus\:border-rose-300\/60:focus {
  border-color: rgb(253 164 175 / 0.6);
}

.focus\:border-rose-300\/70:focus {
  border-color: rgb(253 164 175 / 0.7);
}

.focus\:border-rose-300\/75:focus {
  border-color: rgb(253 164 175 / 0.75);
}

.focus\:border-rose-300\/80:focus {
  border-color: rgb(253 164 175 / 0.8);
}

.focus\:border-rose-300\/90:focus {
  border-color: rgb(253 164 175 / 0.9);
}

.focus\:border-rose-300\/95:focus {
  border-color: rgb(253 164 175 / 0.95);
}

.focus\:border-rose-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.focus\:border-rose-400\/0:focus {
  border-color: rgb(251 113 133 / 0);
}

.focus\:border-rose-400\/10:focus {
  border-color: rgb(251 113 133 / 0.1);
}

.focus\:border-rose-400\/100:focus {
  border-color: rgb(251 113 133 / 1);
}

.focus\:border-rose-400\/20:focus {
  border-color: rgb(251 113 133 / 0.2);
}

.focus\:border-rose-400\/25:focus {
  border-color: rgb(251 113 133 / 0.25);
}

.focus\:border-rose-400\/30:focus {
  border-color: rgb(251 113 133 / 0.3);
}

.focus\:border-rose-400\/40:focus {
  border-color: rgb(251 113 133 / 0.4);
}

.focus\:border-rose-400\/5:focus {
  border-color: rgb(251 113 133 / 0.05);
}

.focus\:border-rose-400\/50:focus {
  border-color: rgb(251 113 133 / 0.5);
}

.focus\:border-rose-400\/60:focus {
  border-color: rgb(251 113 133 / 0.6);
}

.focus\:border-rose-400\/70:focus {
  border-color: rgb(251 113 133 / 0.7);
}

.focus\:border-rose-400\/75:focus {
  border-color: rgb(251 113 133 / 0.75);
}

.focus\:border-rose-400\/80:focus {
  border-color: rgb(251 113 133 / 0.8);
}

.focus\:border-rose-400\/90:focus {
  border-color: rgb(251 113 133 / 0.9);
}

.focus\:border-rose-400\/95:focus {
  border-color: rgb(251 113 133 / 0.95);
}

.focus\:border-rose-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 241 242 / var(--tw-border-opacity));
}

.focus\:border-rose-50\/0:focus {
  border-color: rgb(255 241 242 / 0);
}

.focus\:border-rose-50\/10:focus {
  border-color: rgb(255 241 242 / 0.1);
}

.focus\:border-rose-50\/100:focus {
  border-color: rgb(255 241 242 / 1);
}

.focus\:border-rose-50\/20:focus {
  border-color: rgb(255 241 242 / 0.2);
}

.focus\:border-rose-50\/25:focus {
  border-color: rgb(255 241 242 / 0.25);
}

.focus\:border-rose-50\/30:focus {
  border-color: rgb(255 241 242 / 0.3);
}

.focus\:border-rose-50\/40:focus {
  border-color: rgb(255 241 242 / 0.4);
}

.focus\:border-rose-50\/5:focus {
  border-color: rgb(255 241 242 / 0.05);
}

.focus\:border-rose-50\/50:focus {
  border-color: rgb(255 241 242 / 0.5);
}

.focus\:border-rose-50\/60:focus {
  border-color: rgb(255 241 242 / 0.6);
}

.focus\:border-rose-50\/70:focus {
  border-color: rgb(255 241 242 / 0.7);
}

.focus\:border-rose-50\/75:focus {
  border-color: rgb(255 241 242 / 0.75);
}

.focus\:border-rose-50\/80:focus {
  border-color: rgb(255 241 242 / 0.8);
}

.focus\:border-rose-50\/90:focus {
  border-color: rgb(255 241 242 / 0.9);
}

.focus\:border-rose-50\/95:focus {
  border-color: rgb(255 241 242 / 0.95);
}

.focus\:border-rose-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-border-opacity));
}

.focus\:border-rose-500\/0:focus {
  border-color: rgb(244 63 94 / 0);
}

.focus\:border-rose-500\/10:focus {
  border-color: rgb(244 63 94 / 0.1);
}

.focus\:border-rose-500\/100:focus {
  border-color: rgb(244 63 94 / 1);
}

.focus\:border-rose-500\/20:focus {
  border-color: rgb(244 63 94 / 0.2);
}

.focus\:border-rose-500\/25:focus {
  border-color: rgb(244 63 94 / 0.25);
}

.focus\:border-rose-500\/30:focus {
  border-color: rgb(244 63 94 / 0.3);
}

.focus\:border-rose-500\/40:focus {
  border-color: rgb(244 63 94 / 0.4);
}

.focus\:border-rose-500\/5:focus {
  border-color: rgb(244 63 94 / 0.05);
}

.focus\:border-rose-500\/50:focus {
  border-color: rgb(244 63 94 / 0.5);
}

.focus\:border-rose-500\/60:focus {
  border-color: rgb(244 63 94 / 0.6);
}

.focus\:border-rose-500\/70:focus {
  border-color: rgb(244 63 94 / 0.7);
}

.focus\:border-rose-500\/75:focus {
  border-color: rgb(244 63 94 / 0.75);
}

.focus\:border-rose-500\/80:focus {
  border-color: rgb(244 63 94 / 0.8);
}

.focus\:border-rose-500\/90:focus {
  border-color: rgb(244 63 94 / 0.9);
}

.focus\:border-rose-500\/95:focus {
  border-color: rgb(244 63 94 / 0.95);
}

.focus\:border-rose-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(225 29 72 / var(--tw-border-opacity));
}

.focus\:border-rose-600\/0:focus {
  border-color: rgb(225 29 72 / 0);
}

.focus\:border-rose-600\/10:focus {
  border-color: rgb(225 29 72 / 0.1);
}

.focus\:border-rose-600\/100:focus {
  border-color: rgb(225 29 72 / 1);
}

.focus\:border-rose-600\/20:focus {
  border-color: rgb(225 29 72 / 0.2);
}

.focus\:border-rose-600\/25:focus {
  border-color: rgb(225 29 72 / 0.25);
}

.focus\:border-rose-600\/30:focus {
  border-color: rgb(225 29 72 / 0.3);
}

.focus\:border-rose-600\/40:focus {
  border-color: rgb(225 29 72 / 0.4);
}

.focus\:border-rose-600\/5:focus {
  border-color: rgb(225 29 72 / 0.05);
}

.focus\:border-rose-600\/50:focus {
  border-color: rgb(225 29 72 / 0.5);
}

.focus\:border-rose-600\/60:focus {
  border-color: rgb(225 29 72 / 0.6);
}

.focus\:border-rose-600\/70:focus {
  border-color: rgb(225 29 72 / 0.7);
}

.focus\:border-rose-600\/75:focus {
  border-color: rgb(225 29 72 / 0.75);
}

.focus\:border-rose-600\/80:focus {
  border-color: rgb(225 29 72 / 0.8);
}

.focus\:border-rose-600\/90:focus {
  border-color: rgb(225 29 72 / 0.9);
}

.focus\:border-rose-600\/95:focus {
  border-color: rgb(225 29 72 / 0.95);
}

.focus\:border-rose-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(190 18 60 / var(--tw-border-opacity));
}

.focus\:border-rose-700\/0:focus {
  border-color: rgb(190 18 60 / 0);
}

.focus\:border-rose-700\/10:focus {
  border-color: rgb(190 18 60 / 0.1);
}

.focus\:border-rose-700\/100:focus {
  border-color: rgb(190 18 60 / 1);
}

.focus\:border-rose-700\/20:focus {
  border-color: rgb(190 18 60 / 0.2);
}

.focus\:border-rose-700\/25:focus {
  border-color: rgb(190 18 60 / 0.25);
}

.focus\:border-rose-700\/30:focus {
  border-color: rgb(190 18 60 / 0.3);
}

.focus\:border-rose-700\/40:focus {
  border-color: rgb(190 18 60 / 0.4);
}

.focus\:border-rose-700\/5:focus {
  border-color: rgb(190 18 60 / 0.05);
}

.focus\:border-rose-700\/50:focus {
  border-color: rgb(190 18 60 / 0.5);
}

.focus\:border-rose-700\/60:focus {
  border-color: rgb(190 18 60 / 0.6);
}

.focus\:border-rose-700\/70:focus {
  border-color: rgb(190 18 60 / 0.7);
}

.focus\:border-rose-700\/75:focus {
  border-color: rgb(190 18 60 / 0.75);
}

.focus\:border-rose-700\/80:focus {
  border-color: rgb(190 18 60 / 0.8);
}

.focus\:border-rose-700\/90:focus {
  border-color: rgb(190 18 60 / 0.9);
}

.focus\:border-rose-700\/95:focus {
  border-color: rgb(190 18 60 / 0.95);
}

.focus\:border-rose-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(159 18 57 / var(--tw-border-opacity));
}

.focus\:border-rose-800\/0:focus {
  border-color: rgb(159 18 57 / 0);
}

.focus\:border-rose-800\/10:focus {
  border-color: rgb(159 18 57 / 0.1);
}

.focus\:border-rose-800\/100:focus {
  border-color: rgb(159 18 57 / 1);
}

.focus\:border-rose-800\/20:focus {
  border-color: rgb(159 18 57 / 0.2);
}

.focus\:border-rose-800\/25:focus {
  border-color: rgb(159 18 57 / 0.25);
}

.focus\:border-rose-800\/30:focus {
  border-color: rgb(159 18 57 / 0.3);
}

.focus\:border-rose-800\/40:focus {
  border-color: rgb(159 18 57 / 0.4);
}

.focus\:border-rose-800\/5:focus {
  border-color: rgb(159 18 57 / 0.05);
}

.focus\:border-rose-800\/50:focus {
  border-color: rgb(159 18 57 / 0.5);
}

.focus\:border-rose-800\/60:focus {
  border-color: rgb(159 18 57 / 0.6);
}

.focus\:border-rose-800\/70:focus {
  border-color: rgb(159 18 57 / 0.7);
}

.focus\:border-rose-800\/75:focus {
  border-color: rgb(159 18 57 / 0.75);
}

.focus\:border-rose-800\/80:focus {
  border-color: rgb(159 18 57 / 0.8);
}

.focus\:border-rose-800\/90:focus {
  border-color: rgb(159 18 57 / 0.9);
}

.focus\:border-rose-800\/95:focus {
  border-color: rgb(159 18 57 / 0.95);
}

.focus\:border-rose-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(136 19 55 / var(--tw-border-opacity));
}

.focus\:border-rose-900\/0:focus {
  border-color: rgb(136 19 55 / 0);
}

.focus\:border-rose-900\/10:focus {
  border-color: rgb(136 19 55 / 0.1);
}

.focus\:border-rose-900\/100:focus {
  border-color: rgb(136 19 55 / 1);
}

.focus\:border-rose-900\/20:focus {
  border-color: rgb(136 19 55 / 0.2);
}

.focus\:border-rose-900\/25:focus {
  border-color: rgb(136 19 55 / 0.25);
}

.focus\:border-rose-900\/30:focus {
  border-color: rgb(136 19 55 / 0.3);
}

.focus\:border-rose-900\/40:focus {
  border-color: rgb(136 19 55 / 0.4);
}

.focus\:border-rose-900\/5:focus {
  border-color: rgb(136 19 55 / 0.05);
}

.focus\:border-rose-900\/50:focus {
  border-color: rgb(136 19 55 / 0.5);
}

.focus\:border-rose-900\/60:focus {
  border-color: rgb(136 19 55 / 0.6);
}

.focus\:border-rose-900\/70:focus {
  border-color: rgb(136 19 55 / 0.7);
}

.focus\:border-rose-900\/75:focus {
  border-color: rgb(136 19 55 / 0.75);
}

.focus\:border-rose-900\/80:focus {
  border-color: rgb(136 19 55 / 0.8);
}

.focus\:border-rose-900\/90:focus {
  border-color: rgb(136 19 55 / 0.9);
}

.focus\:border-rose-900\/95:focus {
  border-color: rgb(136 19 55 / 0.95);
}

.focus\:border-rose-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(76 5 25 / var(--tw-border-opacity));
}

.focus\:border-rose-950\/0:focus {
  border-color: rgb(76 5 25 / 0);
}

.focus\:border-rose-950\/10:focus {
  border-color: rgb(76 5 25 / 0.1);
}

.focus\:border-rose-950\/100:focus {
  border-color: rgb(76 5 25 / 1);
}

.focus\:border-rose-950\/20:focus {
  border-color: rgb(76 5 25 / 0.2);
}

.focus\:border-rose-950\/25:focus {
  border-color: rgb(76 5 25 / 0.25);
}

.focus\:border-rose-950\/30:focus {
  border-color: rgb(76 5 25 / 0.3);
}

.focus\:border-rose-950\/40:focus {
  border-color: rgb(76 5 25 / 0.4);
}

.focus\:border-rose-950\/5:focus {
  border-color: rgb(76 5 25 / 0.05);
}

.focus\:border-rose-950\/50:focus {
  border-color: rgb(76 5 25 / 0.5);
}

.focus\:border-rose-950\/60:focus {
  border-color: rgb(76 5 25 / 0.6);
}

.focus\:border-rose-950\/70:focus {
  border-color: rgb(76 5 25 / 0.7);
}

.focus\:border-rose-950\/75:focus {
  border-color: rgb(76 5 25 / 0.75);
}

.focus\:border-rose-950\/80:focus {
  border-color: rgb(76 5 25 / 0.8);
}

.focus\:border-rose-950\/90:focus {
  border-color: rgb(76 5 25 / 0.9);
}

.focus\:border-rose-950\/95:focus {
  border-color: rgb(76 5 25 / 0.95);
}

.focus\:border-sky-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-border-opacity));
}

.focus\:border-sky-100\/0:focus {
  border-color: rgb(224 242 254 / 0);
}

.focus\:border-sky-100\/10:focus {
  border-color: rgb(224 242 254 / 0.1);
}

.focus\:border-sky-100\/100:focus {
  border-color: rgb(224 242 254 / 1);
}

.focus\:border-sky-100\/20:focus {
  border-color: rgb(224 242 254 / 0.2);
}

.focus\:border-sky-100\/25:focus {
  border-color: rgb(224 242 254 / 0.25);
}

.focus\:border-sky-100\/30:focus {
  border-color: rgb(224 242 254 / 0.3);
}

.focus\:border-sky-100\/40:focus {
  border-color: rgb(224 242 254 / 0.4);
}

.focus\:border-sky-100\/5:focus {
  border-color: rgb(224 242 254 / 0.05);
}

.focus\:border-sky-100\/50:focus {
  border-color: rgb(224 242 254 / 0.5);
}

.focus\:border-sky-100\/60:focus {
  border-color: rgb(224 242 254 / 0.6);
}

.focus\:border-sky-100\/70:focus {
  border-color: rgb(224 242 254 / 0.7);
}

.focus\:border-sky-100\/75:focus {
  border-color: rgb(224 242 254 / 0.75);
}

.focus\:border-sky-100\/80:focus {
  border-color: rgb(224 242 254 / 0.8);
}

.focus\:border-sky-100\/90:focus {
  border-color: rgb(224 242 254 / 0.9);
}

.focus\:border-sky-100\/95:focus {
  border-color: rgb(224 242 254 / 0.95);
}

.focus\:border-sky-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity));
}

.focus\:border-sky-200\/0:focus {
  border-color: rgb(186 230 253 / 0);
}

.focus\:border-sky-200\/10:focus {
  border-color: rgb(186 230 253 / 0.1);
}

.focus\:border-sky-200\/100:focus {
  border-color: rgb(186 230 253 / 1);
}

.focus\:border-sky-200\/20:focus {
  border-color: rgb(186 230 253 / 0.2);
}

.focus\:border-sky-200\/25:focus {
  border-color: rgb(186 230 253 / 0.25);
}

.focus\:border-sky-200\/30:focus {
  border-color: rgb(186 230 253 / 0.3);
}

.focus\:border-sky-200\/40:focus {
  border-color: rgb(186 230 253 / 0.4);
}

.focus\:border-sky-200\/5:focus {
  border-color: rgb(186 230 253 / 0.05);
}

.focus\:border-sky-200\/50:focus {
  border-color: rgb(186 230 253 / 0.5);
}

.focus\:border-sky-200\/60:focus {
  border-color: rgb(186 230 253 / 0.6);
}

.focus\:border-sky-200\/70:focus {
  border-color: rgb(186 230 253 / 0.7);
}

.focus\:border-sky-200\/75:focus {
  border-color: rgb(186 230 253 / 0.75);
}

.focus\:border-sky-200\/80:focus {
  border-color: rgb(186 230 253 / 0.8);
}

.focus\:border-sky-200\/90:focus {
  border-color: rgb(186 230 253 / 0.9);
}

.focus\:border-sky-200\/95:focus {
  border-color: rgb(186 230 253 / 0.95);
}

.focus\:border-sky-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-border-opacity));
}

.focus\:border-sky-300\/0:focus {
  border-color: rgb(125 211 252 / 0);
}

.focus\:border-sky-300\/10:focus {
  border-color: rgb(125 211 252 / 0.1);
}

.focus\:border-sky-300\/100:focus {
  border-color: rgb(125 211 252 / 1);
}

.focus\:border-sky-300\/20:focus {
  border-color: rgb(125 211 252 / 0.2);
}

.focus\:border-sky-300\/25:focus {
  border-color: rgb(125 211 252 / 0.25);
}

.focus\:border-sky-300\/30:focus {
  border-color: rgb(125 211 252 / 0.3);
}

.focus\:border-sky-300\/40:focus {
  border-color: rgb(125 211 252 / 0.4);
}

.focus\:border-sky-300\/5:focus {
  border-color: rgb(125 211 252 / 0.05);
}

.focus\:border-sky-300\/50:focus {
  border-color: rgb(125 211 252 / 0.5);
}

.focus\:border-sky-300\/60:focus {
  border-color: rgb(125 211 252 / 0.6);
}

.focus\:border-sky-300\/70:focus {
  border-color: rgb(125 211 252 / 0.7);
}

.focus\:border-sky-300\/75:focus {
  border-color: rgb(125 211 252 / 0.75);
}

.focus\:border-sky-300\/80:focus {
  border-color: rgb(125 211 252 / 0.8);
}

.focus\:border-sky-300\/90:focus {
  border-color: rgb(125 211 252 / 0.9);
}

.focus\:border-sky-300\/95:focus {
  border-color: rgb(125 211 252 / 0.95);
}

.focus\:border-sky-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-border-opacity));
}

.focus\:border-sky-400\/0:focus {
  border-color: rgb(56 189 248 / 0);
}

.focus\:border-sky-400\/10:focus {
  border-color: rgb(56 189 248 / 0.1);
}

.focus\:border-sky-400\/100:focus {
  border-color: rgb(56 189 248 / 1);
}

.focus\:border-sky-400\/20:focus {
  border-color: rgb(56 189 248 / 0.2);
}

.focus\:border-sky-400\/25:focus {
  border-color: rgb(56 189 248 / 0.25);
}

.focus\:border-sky-400\/30:focus {
  border-color: rgb(56 189 248 / 0.3);
}

.focus\:border-sky-400\/40:focus {
  border-color: rgb(56 189 248 / 0.4);
}

.focus\:border-sky-400\/5:focus {
  border-color: rgb(56 189 248 / 0.05);
}

.focus\:border-sky-400\/50:focus {
  border-color: rgb(56 189 248 / 0.5);
}

.focus\:border-sky-400\/60:focus {
  border-color: rgb(56 189 248 / 0.6);
}

.focus\:border-sky-400\/70:focus {
  border-color: rgb(56 189 248 / 0.7);
}

.focus\:border-sky-400\/75:focus {
  border-color: rgb(56 189 248 / 0.75);
}

.focus\:border-sky-400\/80:focus {
  border-color: rgb(56 189 248 / 0.8);
}

.focus\:border-sky-400\/90:focus {
  border-color: rgb(56 189 248 / 0.9);
}

.focus\:border-sky-400\/95:focus {
  border-color: rgb(56 189 248 / 0.95);
}

.focus\:border-sky-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.focus\:border-sky-50\/0:focus {
  border-color: rgb(240 249 255 / 0);
}

.focus\:border-sky-50\/10:focus {
  border-color: rgb(240 249 255 / 0.1);
}

.focus\:border-sky-50\/100:focus {
  border-color: rgb(240 249 255 / 1);
}

.focus\:border-sky-50\/20:focus {
  border-color: rgb(240 249 255 / 0.2);
}

.focus\:border-sky-50\/25:focus {
  border-color: rgb(240 249 255 / 0.25);
}

.focus\:border-sky-50\/30:focus {
  border-color: rgb(240 249 255 / 0.3);
}

.focus\:border-sky-50\/40:focus {
  border-color: rgb(240 249 255 / 0.4);
}

.focus\:border-sky-50\/5:focus {
  border-color: rgb(240 249 255 / 0.05);
}

.focus\:border-sky-50\/50:focus {
  border-color: rgb(240 249 255 / 0.5);
}

.focus\:border-sky-50\/60:focus {
  border-color: rgb(240 249 255 / 0.6);
}

.focus\:border-sky-50\/70:focus {
  border-color: rgb(240 249 255 / 0.7);
}

.focus\:border-sky-50\/75:focus {
  border-color: rgb(240 249 255 / 0.75);
}

.focus\:border-sky-50\/80:focus {
  border-color: rgb(240 249 255 / 0.8);
}

.focus\:border-sky-50\/90:focus {
  border-color: rgb(240 249 255 / 0.9);
}

.focus\:border-sky-50\/95:focus {
  border-color: rgb(240 249 255 / 0.95);
}

.focus\:border-sky-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.focus\:border-sky-500\/0:focus {
  border-color: rgb(14 165 233 / 0);
}

.focus\:border-sky-500\/10:focus {
  border-color: rgb(14 165 233 / 0.1);
}

.focus\:border-sky-500\/100:focus {
  border-color: rgb(14 165 233 / 1);
}

.focus\:border-sky-500\/20:focus {
  border-color: rgb(14 165 233 / 0.2);
}

.focus\:border-sky-500\/25:focus {
  border-color: rgb(14 165 233 / 0.25);
}

.focus\:border-sky-500\/30:focus {
  border-color: rgb(14 165 233 / 0.3);
}

.focus\:border-sky-500\/40:focus {
  border-color: rgb(14 165 233 / 0.4);
}

.focus\:border-sky-500\/5:focus {
  border-color: rgb(14 165 233 / 0.05);
}

.focus\:border-sky-500\/50:focus {
  border-color: rgb(14 165 233 / 0.5);
}

.focus\:border-sky-500\/60:focus {
  border-color: rgb(14 165 233 / 0.6);
}

.focus\:border-sky-500\/70:focus {
  border-color: rgb(14 165 233 / 0.7);
}

.focus\:border-sky-500\/75:focus {
  border-color: rgb(14 165 233 / 0.75);
}

.focus\:border-sky-500\/80:focus {
  border-color: rgb(14 165 233 / 0.8);
}

.focus\:border-sky-500\/90:focus {
  border-color: rgb(14 165 233 / 0.9);
}

.focus\:border-sky-500\/95:focus {
  border-color: rgb(14 165 233 / 0.95);
}

.focus\:border-sky-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity));
}

.focus\:border-sky-600\/0:focus {
  border-color: rgb(2 132 199 / 0);
}

.focus\:border-sky-600\/10:focus {
  border-color: rgb(2 132 199 / 0.1);
}

.focus\:border-sky-600\/100:focus {
  border-color: rgb(2 132 199 / 1);
}

.focus\:border-sky-600\/20:focus {
  border-color: rgb(2 132 199 / 0.2);
}

.focus\:border-sky-600\/25:focus {
  border-color: rgb(2 132 199 / 0.25);
}

.focus\:border-sky-600\/30:focus {
  border-color: rgb(2 132 199 / 0.3);
}

.focus\:border-sky-600\/40:focus {
  border-color: rgb(2 132 199 / 0.4);
}

.focus\:border-sky-600\/5:focus {
  border-color: rgb(2 132 199 / 0.05);
}

.focus\:border-sky-600\/50:focus {
  border-color: rgb(2 132 199 / 0.5);
}

.focus\:border-sky-600\/60:focus {
  border-color: rgb(2 132 199 / 0.6);
}

.focus\:border-sky-600\/70:focus {
  border-color: rgb(2 132 199 / 0.7);
}

.focus\:border-sky-600\/75:focus {
  border-color: rgb(2 132 199 / 0.75);
}

.focus\:border-sky-600\/80:focus {
  border-color: rgb(2 132 199 / 0.8);
}

.focus\:border-sky-600\/90:focus {
  border-color: rgb(2 132 199 / 0.9);
}

.focus\:border-sky-600\/95:focus {
  border-color: rgb(2 132 199 / 0.95);
}

.focus\:border-sky-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.focus\:border-sky-700\/0:focus {
  border-color: rgb(3 105 161 / 0);
}

.focus\:border-sky-700\/10:focus {
  border-color: rgb(3 105 161 / 0.1);
}

.focus\:border-sky-700\/100:focus {
  border-color: rgb(3 105 161 / 1);
}

.focus\:border-sky-700\/20:focus {
  border-color: rgb(3 105 161 / 0.2);
}

.focus\:border-sky-700\/25:focus {
  border-color: rgb(3 105 161 / 0.25);
}

.focus\:border-sky-700\/30:focus {
  border-color: rgb(3 105 161 / 0.3);
}

.focus\:border-sky-700\/40:focus {
  border-color: rgb(3 105 161 / 0.4);
}

.focus\:border-sky-700\/5:focus {
  border-color: rgb(3 105 161 / 0.05);
}

.focus\:border-sky-700\/50:focus {
  border-color: rgb(3 105 161 / 0.5);
}

.focus\:border-sky-700\/60:focus {
  border-color: rgb(3 105 161 / 0.6);
}

.focus\:border-sky-700\/70:focus {
  border-color: rgb(3 105 161 / 0.7);
}

.focus\:border-sky-700\/75:focus {
  border-color: rgb(3 105 161 / 0.75);
}

.focus\:border-sky-700\/80:focus {
  border-color: rgb(3 105 161 / 0.8);
}

.focus\:border-sky-700\/90:focus {
  border-color: rgb(3 105 161 / 0.9);
}

.focus\:border-sky-700\/95:focus {
  border-color: rgb(3 105 161 / 0.95);
}

.focus\:border-sky-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(7 89 133 / var(--tw-border-opacity));
}

.focus\:border-sky-800\/0:focus {
  border-color: rgb(7 89 133 / 0);
}

.focus\:border-sky-800\/10:focus {
  border-color: rgb(7 89 133 / 0.1);
}

.focus\:border-sky-800\/100:focus {
  border-color: rgb(7 89 133 / 1);
}

.focus\:border-sky-800\/20:focus {
  border-color: rgb(7 89 133 / 0.2);
}

.focus\:border-sky-800\/25:focus {
  border-color: rgb(7 89 133 / 0.25);
}

.focus\:border-sky-800\/30:focus {
  border-color: rgb(7 89 133 / 0.3);
}

.focus\:border-sky-800\/40:focus {
  border-color: rgb(7 89 133 / 0.4);
}

.focus\:border-sky-800\/5:focus {
  border-color: rgb(7 89 133 / 0.05);
}

.focus\:border-sky-800\/50:focus {
  border-color: rgb(7 89 133 / 0.5);
}

.focus\:border-sky-800\/60:focus {
  border-color: rgb(7 89 133 / 0.6);
}

.focus\:border-sky-800\/70:focus {
  border-color: rgb(7 89 133 / 0.7);
}

.focus\:border-sky-800\/75:focus {
  border-color: rgb(7 89 133 / 0.75);
}

.focus\:border-sky-800\/80:focus {
  border-color: rgb(7 89 133 / 0.8);
}

.focus\:border-sky-800\/90:focus {
  border-color: rgb(7 89 133 / 0.9);
}

.focus\:border-sky-800\/95:focus {
  border-color: rgb(7 89 133 / 0.95);
}

.focus\:border-sky-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(12 74 110 / var(--tw-border-opacity));
}

.focus\:border-sky-900\/0:focus {
  border-color: rgb(12 74 110 / 0);
}

.focus\:border-sky-900\/10:focus {
  border-color: rgb(12 74 110 / 0.1);
}

.focus\:border-sky-900\/100:focus {
  border-color: rgb(12 74 110 / 1);
}

.focus\:border-sky-900\/20:focus {
  border-color: rgb(12 74 110 / 0.2);
}

.focus\:border-sky-900\/25:focus {
  border-color: rgb(12 74 110 / 0.25);
}

.focus\:border-sky-900\/30:focus {
  border-color: rgb(12 74 110 / 0.3);
}

.focus\:border-sky-900\/40:focus {
  border-color: rgb(12 74 110 / 0.4);
}

.focus\:border-sky-900\/5:focus {
  border-color: rgb(12 74 110 / 0.05);
}

.focus\:border-sky-900\/50:focus {
  border-color: rgb(12 74 110 / 0.5);
}

.focus\:border-sky-900\/60:focus {
  border-color: rgb(12 74 110 / 0.6);
}

.focus\:border-sky-900\/70:focus {
  border-color: rgb(12 74 110 / 0.7);
}

.focus\:border-sky-900\/75:focus {
  border-color: rgb(12 74 110 / 0.75);
}

.focus\:border-sky-900\/80:focus {
  border-color: rgb(12 74 110 / 0.8);
}

.focus\:border-sky-900\/90:focus {
  border-color: rgb(12 74 110 / 0.9);
}

.focus\:border-sky-900\/95:focus {
  border-color: rgb(12 74 110 / 0.95);
}

.focus\:border-sky-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(8 47 73 / var(--tw-border-opacity));
}

.focus\:border-sky-950\/0:focus {
  border-color: rgb(8 47 73 / 0);
}

.focus\:border-sky-950\/10:focus {
  border-color: rgb(8 47 73 / 0.1);
}

.focus\:border-sky-950\/100:focus {
  border-color: rgb(8 47 73 / 1);
}

.focus\:border-sky-950\/20:focus {
  border-color: rgb(8 47 73 / 0.2);
}

.focus\:border-sky-950\/25:focus {
  border-color: rgb(8 47 73 / 0.25);
}

.focus\:border-sky-950\/30:focus {
  border-color: rgb(8 47 73 / 0.3);
}

.focus\:border-sky-950\/40:focus {
  border-color: rgb(8 47 73 / 0.4);
}

.focus\:border-sky-950\/5:focus {
  border-color: rgb(8 47 73 / 0.05);
}

.focus\:border-sky-950\/50:focus {
  border-color: rgb(8 47 73 / 0.5);
}

.focus\:border-sky-950\/60:focus {
  border-color: rgb(8 47 73 / 0.6);
}

.focus\:border-sky-950\/70:focus {
  border-color: rgb(8 47 73 / 0.7);
}

.focus\:border-sky-950\/75:focus {
  border-color: rgb(8 47 73 / 0.75);
}

.focus\:border-sky-950\/80:focus {
  border-color: rgb(8 47 73 / 0.8);
}

.focus\:border-sky-950\/90:focus {
  border-color: rgb(8 47 73 / 0.9);
}

.focus\:border-sky-950\/95:focus {
  border-color: rgb(8 47 73 / 0.95);
}

.focus\:border-slate-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.focus\:border-slate-100\/0:focus {
  border-color: rgb(241 245 249 / 0);
}

.focus\:border-slate-100\/10:focus {
  border-color: rgb(241 245 249 / 0.1);
}

.focus\:border-slate-100\/100:focus {
  border-color: rgb(241 245 249 / 1);
}

.focus\:border-slate-100\/20:focus {
  border-color: rgb(241 245 249 / 0.2);
}

.focus\:border-slate-100\/25:focus {
  border-color: rgb(241 245 249 / 0.25);
}

.focus\:border-slate-100\/30:focus {
  border-color: rgb(241 245 249 / 0.3);
}

.focus\:border-slate-100\/40:focus {
  border-color: rgb(241 245 249 / 0.4);
}

.focus\:border-slate-100\/5:focus {
  border-color: rgb(241 245 249 / 0.05);
}

.focus\:border-slate-100\/50:focus {
  border-color: rgb(241 245 249 / 0.5);
}

.focus\:border-slate-100\/60:focus {
  border-color: rgb(241 245 249 / 0.6);
}

.focus\:border-slate-100\/70:focus {
  border-color: rgb(241 245 249 / 0.7);
}

.focus\:border-slate-100\/75:focus {
  border-color: rgb(241 245 249 / 0.75);
}

.focus\:border-slate-100\/80:focus {
  border-color: rgb(241 245 249 / 0.8);
}

.focus\:border-slate-100\/90:focus {
  border-color: rgb(241 245 249 / 0.9);
}

.focus\:border-slate-100\/95:focus {
  border-color: rgb(241 245 249 / 0.95);
}

.focus\:border-slate-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.focus\:border-slate-200\/0:focus {
  border-color: rgb(226 232 240 / 0);
}

.focus\:border-slate-200\/10:focus {
  border-color: rgb(226 232 240 / 0.1);
}

.focus\:border-slate-200\/100:focus {
  border-color: rgb(226 232 240 / 1);
}

.focus\:border-slate-200\/20:focus {
  border-color: rgb(226 232 240 / 0.2);
}

.focus\:border-slate-200\/25:focus {
  border-color: rgb(226 232 240 / 0.25);
}

.focus\:border-slate-200\/30:focus {
  border-color: rgb(226 232 240 / 0.3);
}

.focus\:border-slate-200\/40:focus {
  border-color: rgb(226 232 240 / 0.4);
}

.focus\:border-slate-200\/5:focus {
  border-color: rgb(226 232 240 / 0.05);
}

.focus\:border-slate-200\/50:focus {
  border-color: rgb(226 232 240 / 0.5);
}

.focus\:border-slate-200\/60:focus {
  border-color: rgb(226 232 240 / 0.6);
}

.focus\:border-slate-200\/70:focus {
  border-color: rgb(226 232 240 / 0.7);
}

.focus\:border-slate-200\/75:focus {
  border-color: rgb(226 232 240 / 0.75);
}

.focus\:border-slate-200\/80:focus {
  border-color: rgb(226 232 240 / 0.8);
}

.focus\:border-slate-200\/90:focus {
  border-color: rgb(226 232 240 / 0.9);
}

.focus\:border-slate-200\/95:focus {
  border-color: rgb(226 232 240 / 0.95);
}

.focus\:border-slate-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.focus\:border-slate-300\/0:focus {
  border-color: rgb(203 213 225 / 0);
}

.focus\:border-slate-300\/10:focus {
  border-color: rgb(203 213 225 / 0.1);
}

.focus\:border-slate-300\/100:focus {
  border-color: rgb(203 213 225 / 1);
}

.focus\:border-slate-300\/20:focus {
  border-color: rgb(203 213 225 / 0.2);
}

.focus\:border-slate-300\/25:focus {
  border-color: rgb(203 213 225 / 0.25);
}

.focus\:border-slate-300\/30:focus {
  border-color: rgb(203 213 225 / 0.3);
}

.focus\:border-slate-300\/40:focus {
  border-color: rgb(203 213 225 / 0.4);
}

.focus\:border-slate-300\/5:focus {
  border-color: rgb(203 213 225 / 0.05);
}

.focus\:border-slate-300\/50:focus {
  border-color: rgb(203 213 225 / 0.5);
}

.focus\:border-slate-300\/60:focus {
  border-color: rgb(203 213 225 / 0.6);
}

.focus\:border-slate-300\/70:focus {
  border-color: rgb(203 213 225 / 0.7);
}

.focus\:border-slate-300\/75:focus {
  border-color: rgb(203 213 225 / 0.75);
}

.focus\:border-slate-300\/80:focus {
  border-color: rgb(203 213 225 / 0.8);
}

.focus\:border-slate-300\/90:focus {
  border-color: rgb(203 213 225 / 0.9);
}

.focus\:border-slate-300\/95:focus {
  border-color: rgb(203 213 225 / 0.95);
}

.focus\:border-slate-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.focus\:border-slate-400\/0:focus {
  border-color: rgb(148 163 184 / 0);
}

.focus\:border-slate-400\/10:focus {
  border-color: rgb(148 163 184 / 0.1);
}

.focus\:border-slate-400\/100:focus {
  border-color: rgb(148 163 184 / 1);
}

.focus\:border-slate-400\/20:focus {
  border-color: rgb(148 163 184 / 0.2);
}

.focus\:border-slate-400\/25:focus {
  border-color: rgb(148 163 184 / 0.25);
}

.focus\:border-slate-400\/30:focus {
  border-color: rgb(148 163 184 / 0.3);
}

.focus\:border-slate-400\/40:focus {
  border-color: rgb(148 163 184 / 0.4);
}

.focus\:border-slate-400\/5:focus {
  border-color: rgb(148 163 184 / 0.05);
}

.focus\:border-slate-400\/50:focus {
  border-color: rgb(148 163 184 / 0.5);
}

.focus\:border-slate-400\/60:focus {
  border-color: rgb(148 163 184 / 0.6);
}

.focus\:border-slate-400\/70:focus {
  border-color: rgb(148 163 184 / 0.7);
}

.focus\:border-slate-400\/75:focus {
  border-color: rgb(148 163 184 / 0.75);
}

.focus\:border-slate-400\/80:focus {
  border-color: rgb(148 163 184 / 0.8);
}

.focus\:border-slate-400\/90:focus {
  border-color: rgb(148 163 184 / 0.9);
}

.focus\:border-slate-400\/95:focus {
  border-color: rgb(148 163 184 / 0.95);
}

.focus\:border-slate-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(248 250 252 / var(--tw-border-opacity));
}

.focus\:border-slate-50\/0:focus {
  border-color: rgb(248 250 252 / 0);
}

.focus\:border-slate-50\/10:focus {
  border-color: rgb(248 250 252 / 0.1);
}

.focus\:border-slate-50\/100:focus {
  border-color: rgb(248 250 252 / 1);
}

.focus\:border-slate-50\/20:focus {
  border-color: rgb(248 250 252 / 0.2);
}

.focus\:border-slate-50\/25:focus {
  border-color: rgb(248 250 252 / 0.25);
}

.focus\:border-slate-50\/30:focus {
  border-color: rgb(248 250 252 / 0.3);
}

.focus\:border-slate-50\/40:focus {
  border-color: rgb(248 250 252 / 0.4);
}

.focus\:border-slate-50\/5:focus {
  border-color: rgb(248 250 252 / 0.05);
}

.focus\:border-slate-50\/50:focus {
  border-color: rgb(248 250 252 / 0.5);
}

.focus\:border-slate-50\/60:focus {
  border-color: rgb(248 250 252 / 0.6);
}

.focus\:border-slate-50\/70:focus {
  border-color: rgb(248 250 252 / 0.7);
}

.focus\:border-slate-50\/75:focus {
  border-color: rgb(248 250 252 / 0.75);
}

.focus\:border-slate-50\/80:focus {
  border-color: rgb(248 250 252 / 0.8);
}

.focus\:border-slate-50\/90:focus {
  border-color: rgb(248 250 252 / 0.9);
}

.focus\:border-slate-50\/95:focus {
  border-color: rgb(248 250 252 / 0.95);
}

.focus\:border-slate-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.focus\:border-slate-500\/0:focus {
  border-color: rgb(100 116 139 / 0);
}

.focus\:border-slate-500\/10:focus {
  border-color: rgb(100 116 139 / 0.1);
}

.focus\:border-slate-500\/100:focus {
  border-color: rgb(100 116 139 / 1);
}

.focus\:border-slate-500\/20:focus {
  border-color: rgb(100 116 139 / 0.2);
}

.focus\:border-slate-500\/25:focus {
  border-color: rgb(100 116 139 / 0.25);
}

.focus\:border-slate-500\/30:focus {
  border-color: rgb(100 116 139 / 0.3);
}

.focus\:border-slate-500\/40:focus {
  border-color: rgb(100 116 139 / 0.4);
}

.focus\:border-slate-500\/5:focus {
  border-color: rgb(100 116 139 / 0.05);
}

.focus\:border-slate-500\/50:focus {
  border-color: rgb(100 116 139 / 0.5);
}

.focus\:border-slate-500\/60:focus {
  border-color: rgb(100 116 139 / 0.6);
}

.focus\:border-slate-500\/70:focus {
  border-color: rgb(100 116 139 / 0.7);
}

.focus\:border-slate-500\/75:focus {
  border-color: rgb(100 116 139 / 0.75);
}

.focus\:border-slate-500\/80:focus {
  border-color: rgb(100 116 139 / 0.8);
}

.focus\:border-slate-500\/90:focus {
  border-color: rgb(100 116 139 / 0.9);
}

.focus\:border-slate-500\/95:focus {
  border-color: rgb(100 116 139 / 0.95);
}

.focus\:border-slate-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
}

.focus\:border-slate-600\/0:focus {
  border-color: rgb(71 85 105 / 0);
}

.focus\:border-slate-600\/10:focus {
  border-color: rgb(71 85 105 / 0.1);
}

.focus\:border-slate-600\/100:focus {
  border-color: rgb(71 85 105 / 1);
}

.focus\:border-slate-600\/20:focus {
  border-color: rgb(71 85 105 / 0.2);
}

.focus\:border-slate-600\/25:focus {
  border-color: rgb(71 85 105 / 0.25);
}

.focus\:border-slate-600\/30:focus {
  border-color: rgb(71 85 105 / 0.3);
}

.focus\:border-slate-600\/40:focus {
  border-color: rgb(71 85 105 / 0.4);
}

.focus\:border-slate-600\/5:focus {
  border-color: rgb(71 85 105 / 0.05);
}

.focus\:border-slate-600\/50:focus {
  border-color: rgb(71 85 105 / 0.5);
}

.focus\:border-slate-600\/60:focus {
  border-color: rgb(71 85 105 / 0.6);
}

.focus\:border-slate-600\/70:focus {
  border-color: rgb(71 85 105 / 0.7);
}

.focus\:border-slate-600\/75:focus {
  border-color: rgb(71 85 105 / 0.75);
}

.focus\:border-slate-600\/80:focus {
  border-color: rgb(71 85 105 / 0.8);
}

.focus\:border-slate-600\/90:focus {
  border-color: rgb(71 85 105 / 0.9);
}

.focus\:border-slate-600\/95:focus {
  border-color: rgb(71 85 105 / 0.95);
}

.focus\:border-slate-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.focus\:border-slate-700\/0:focus {
  border-color: rgb(51 65 85 / 0);
}

.focus\:border-slate-700\/10:focus {
  border-color: rgb(51 65 85 / 0.1);
}

.focus\:border-slate-700\/100:focus {
  border-color: rgb(51 65 85 / 1);
}

.focus\:border-slate-700\/20:focus {
  border-color: rgb(51 65 85 / 0.2);
}

.focus\:border-slate-700\/25:focus {
  border-color: rgb(51 65 85 / 0.25);
}

.focus\:border-slate-700\/30:focus {
  border-color: rgb(51 65 85 / 0.3);
}

.focus\:border-slate-700\/40:focus {
  border-color: rgb(51 65 85 / 0.4);
}

.focus\:border-slate-700\/5:focus {
  border-color: rgb(51 65 85 / 0.05);
}

.focus\:border-slate-700\/50:focus {
  border-color: rgb(51 65 85 / 0.5);
}

.focus\:border-slate-700\/60:focus {
  border-color: rgb(51 65 85 / 0.6);
}

.focus\:border-slate-700\/70:focus {
  border-color: rgb(51 65 85 / 0.7);
}

.focus\:border-slate-700\/75:focus {
  border-color: rgb(51 65 85 / 0.75);
}

.focus\:border-slate-700\/80:focus {
  border-color: rgb(51 65 85 / 0.8);
}

.focus\:border-slate-700\/90:focus {
  border-color: rgb(51 65 85 / 0.9);
}

.focus\:border-slate-700\/95:focus {
  border-color: rgb(51 65 85 / 0.95);
}

.focus\:border-slate-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.focus\:border-slate-800\/0:focus {
  border-color: rgb(30 41 59 / 0);
}

.focus\:border-slate-800\/10:focus {
  border-color: rgb(30 41 59 / 0.1);
}

.focus\:border-slate-800\/100:focus {
  border-color: rgb(30 41 59 / 1);
}

.focus\:border-slate-800\/20:focus {
  border-color: rgb(30 41 59 / 0.2);
}

.focus\:border-slate-800\/25:focus {
  border-color: rgb(30 41 59 / 0.25);
}

.focus\:border-slate-800\/30:focus {
  border-color: rgb(30 41 59 / 0.3);
}

.focus\:border-slate-800\/40:focus {
  border-color: rgb(30 41 59 / 0.4);
}

.focus\:border-slate-800\/5:focus {
  border-color: rgb(30 41 59 / 0.05);
}

.focus\:border-slate-800\/50:focus {
  border-color: rgb(30 41 59 / 0.5);
}

.focus\:border-slate-800\/60:focus {
  border-color: rgb(30 41 59 / 0.6);
}

.focus\:border-slate-800\/70:focus {
  border-color: rgb(30 41 59 / 0.7);
}

.focus\:border-slate-800\/75:focus {
  border-color: rgb(30 41 59 / 0.75);
}

.focus\:border-slate-800\/80:focus {
  border-color: rgb(30 41 59 / 0.8);
}

.focus\:border-slate-800\/90:focus {
  border-color: rgb(30 41 59 / 0.9);
}

.focus\:border-slate-800\/95:focus {
  border-color: rgb(30 41 59 / 0.95);
}

.focus\:border-slate-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity));
}

.focus\:border-slate-900\/0:focus {
  border-color: rgb(15 23 42 / 0);
}

.focus\:border-slate-900\/10:focus {
  border-color: rgb(15 23 42 / 0.1);
}

.focus\:border-slate-900\/100:focus {
  border-color: rgb(15 23 42 / 1);
}

.focus\:border-slate-900\/20:focus {
  border-color: rgb(15 23 42 / 0.2);
}

.focus\:border-slate-900\/25:focus {
  border-color: rgb(15 23 42 / 0.25);
}

.focus\:border-slate-900\/30:focus {
  border-color: rgb(15 23 42 / 0.3);
}

.focus\:border-slate-900\/40:focus {
  border-color: rgb(15 23 42 / 0.4);
}

.focus\:border-slate-900\/5:focus {
  border-color: rgb(15 23 42 / 0.05);
}

.focus\:border-slate-900\/50:focus {
  border-color: rgb(15 23 42 / 0.5);
}

.focus\:border-slate-900\/60:focus {
  border-color: rgb(15 23 42 / 0.6);
}

.focus\:border-slate-900\/70:focus {
  border-color: rgb(15 23 42 / 0.7);
}

.focus\:border-slate-900\/75:focus {
  border-color: rgb(15 23 42 / 0.75);
}

.focus\:border-slate-900\/80:focus {
  border-color: rgb(15 23 42 / 0.8);
}

.focus\:border-slate-900\/90:focus {
  border-color: rgb(15 23 42 / 0.9);
}

.focus\:border-slate-900\/95:focus {
  border-color: rgb(15 23 42 / 0.95);
}

.focus\:border-slate-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(2 6 23 / var(--tw-border-opacity));
}

.focus\:border-slate-950\/0:focus {
  border-color: rgb(2 6 23 / 0);
}

.focus\:border-slate-950\/10:focus {
  border-color: rgb(2 6 23 / 0.1);
}

.focus\:border-slate-950\/100:focus {
  border-color: rgb(2 6 23 / 1);
}

.focus\:border-slate-950\/20:focus {
  border-color: rgb(2 6 23 / 0.2);
}

.focus\:border-slate-950\/25:focus {
  border-color: rgb(2 6 23 / 0.25);
}

.focus\:border-slate-950\/30:focus {
  border-color: rgb(2 6 23 / 0.3);
}

.focus\:border-slate-950\/40:focus {
  border-color: rgb(2 6 23 / 0.4);
}

.focus\:border-slate-950\/5:focus {
  border-color: rgb(2 6 23 / 0.05);
}

.focus\:border-slate-950\/50:focus {
  border-color: rgb(2 6 23 / 0.5);
}

.focus\:border-slate-950\/60:focus {
  border-color: rgb(2 6 23 / 0.6);
}

.focus\:border-slate-950\/70:focus {
  border-color: rgb(2 6 23 / 0.7);
}

.focus\:border-slate-950\/75:focus {
  border-color: rgb(2 6 23 / 0.75);
}

.focus\:border-slate-950\/80:focus {
  border-color: rgb(2 6 23 / 0.8);
}

.focus\:border-slate-950\/90:focus {
  border-color: rgb(2 6 23 / 0.9);
}

.focus\:border-slate-950\/95:focus {
  border-color: rgb(2 6 23 / 0.95);
}

.focus\:border-stone-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 244 / var(--tw-border-opacity));
}

.focus\:border-stone-100\/0:focus {
  border-color: rgb(245 245 244 / 0);
}

.focus\:border-stone-100\/10:focus {
  border-color: rgb(245 245 244 / 0.1);
}

.focus\:border-stone-100\/100:focus {
  border-color: rgb(245 245 244 / 1);
}

.focus\:border-stone-100\/20:focus {
  border-color: rgb(245 245 244 / 0.2);
}

.focus\:border-stone-100\/25:focus {
  border-color: rgb(245 245 244 / 0.25);
}

.focus\:border-stone-100\/30:focus {
  border-color: rgb(245 245 244 / 0.3);
}

.focus\:border-stone-100\/40:focus {
  border-color: rgb(245 245 244 / 0.4);
}

.focus\:border-stone-100\/5:focus {
  border-color: rgb(245 245 244 / 0.05);
}

.focus\:border-stone-100\/50:focus {
  border-color: rgb(245 245 244 / 0.5);
}

.focus\:border-stone-100\/60:focus {
  border-color: rgb(245 245 244 / 0.6);
}

.focus\:border-stone-100\/70:focus {
  border-color: rgb(245 245 244 / 0.7);
}

.focus\:border-stone-100\/75:focus {
  border-color: rgb(245 245 244 / 0.75);
}

.focus\:border-stone-100\/80:focus {
  border-color: rgb(245 245 244 / 0.8);
}

.focus\:border-stone-100\/90:focus {
  border-color: rgb(245 245 244 / 0.9);
}

.focus\:border-stone-100\/95:focus {
  border-color: rgb(245 245 244 / 0.95);
}

.focus\:border-stone-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-border-opacity));
}

.focus\:border-stone-200\/0:focus {
  border-color: rgb(231 229 228 / 0);
}

.focus\:border-stone-200\/10:focus {
  border-color: rgb(231 229 228 / 0.1);
}

.focus\:border-stone-200\/100:focus {
  border-color: rgb(231 229 228 / 1);
}

.focus\:border-stone-200\/20:focus {
  border-color: rgb(231 229 228 / 0.2);
}

.focus\:border-stone-200\/25:focus {
  border-color: rgb(231 229 228 / 0.25);
}

.focus\:border-stone-200\/30:focus {
  border-color: rgb(231 229 228 / 0.3);
}

.focus\:border-stone-200\/40:focus {
  border-color: rgb(231 229 228 / 0.4);
}

.focus\:border-stone-200\/5:focus {
  border-color: rgb(231 229 228 / 0.05);
}

.focus\:border-stone-200\/50:focus {
  border-color: rgb(231 229 228 / 0.5);
}

.focus\:border-stone-200\/60:focus {
  border-color: rgb(231 229 228 / 0.6);
}

.focus\:border-stone-200\/70:focus {
  border-color: rgb(231 229 228 / 0.7);
}

.focus\:border-stone-200\/75:focus {
  border-color: rgb(231 229 228 / 0.75);
}

.focus\:border-stone-200\/80:focus {
  border-color: rgb(231 229 228 / 0.8);
}

.focus\:border-stone-200\/90:focus {
  border-color: rgb(231 229 228 / 0.9);
}

.focus\:border-stone-200\/95:focus {
  border-color: rgb(231 229 228 / 0.95);
}

.focus\:border-stone-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.focus\:border-stone-300\/0:focus {
  border-color: rgb(214 211 209 / 0);
}

.focus\:border-stone-300\/10:focus {
  border-color: rgb(214 211 209 / 0.1);
}

.focus\:border-stone-300\/100:focus {
  border-color: rgb(214 211 209 / 1);
}

.focus\:border-stone-300\/20:focus {
  border-color: rgb(214 211 209 / 0.2);
}

.focus\:border-stone-300\/25:focus {
  border-color: rgb(214 211 209 / 0.25);
}

.focus\:border-stone-300\/30:focus {
  border-color: rgb(214 211 209 / 0.3);
}

.focus\:border-stone-300\/40:focus {
  border-color: rgb(214 211 209 / 0.4);
}

.focus\:border-stone-300\/5:focus {
  border-color: rgb(214 211 209 / 0.05);
}

.focus\:border-stone-300\/50:focus {
  border-color: rgb(214 211 209 / 0.5);
}

.focus\:border-stone-300\/60:focus {
  border-color: rgb(214 211 209 / 0.6);
}

.focus\:border-stone-300\/70:focus {
  border-color: rgb(214 211 209 / 0.7);
}

.focus\:border-stone-300\/75:focus {
  border-color: rgb(214 211 209 / 0.75);
}

.focus\:border-stone-300\/80:focus {
  border-color: rgb(214 211 209 / 0.8);
}

.focus\:border-stone-300\/90:focus {
  border-color: rgb(214 211 209 / 0.9);
}

.focus\:border-stone-300\/95:focus {
  border-color: rgb(214 211 209 / 0.95);
}

.focus\:border-stone-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(168 162 158 / var(--tw-border-opacity));
}

.focus\:border-stone-400\/0:focus {
  border-color: rgb(168 162 158 / 0);
}

.focus\:border-stone-400\/10:focus {
  border-color: rgb(168 162 158 / 0.1);
}

.focus\:border-stone-400\/100:focus {
  border-color: rgb(168 162 158 / 1);
}

.focus\:border-stone-400\/20:focus {
  border-color: rgb(168 162 158 / 0.2);
}

.focus\:border-stone-400\/25:focus {
  border-color: rgb(168 162 158 / 0.25);
}

.focus\:border-stone-400\/30:focus {
  border-color: rgb(168 162 158 / 0.3);
}

.focus\:border-stone-400\/40:focus {
  border-color: rgb(168 162 158 / 0.4);
}

.focus\:border-stone-400\/5:focus {
  border-color: rgb(168 162 158 / 0.05);
}

.focus\:border-stone-400\/50:focus {
  border-color: rgb(168 162 158 / 0.5);
}

.focus\:border-stone-400\/60:focus {
  border-color: rgb(168 162 158 / 0.6);
}

.focus\:border-stone-400\/70:focus {
  border-color: rgb(168 162 158 / 0.7);
}

.focus\:border-stone-400\/75:focus {
  border-color: rgb(168 162 158 / 0.75);
}

.focus\:border-stone-400\/80:focus {
  border-color: rgb(168 162 158 / 0.8);
}

.focus\:border-stone-400\/90:focus {
  border-color: rgb(168 162 158 / 0.9);
}

.focus\:border-stone-400\/95:focus {
  border-color: rgb(168 162 158 / 0.95);
}

.focus\:border-stone-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 249 / var(--tw-border-opacity));
}

.focus\:border-stone-50\/0:focus {
  border-color: rgb(250 250 249 / 0);
}

.focus\:border-stone-50\/10:focus {
  border-color: rgb(250 250 249 / 0.1);
}

.focus\:border-stone-50\/100:focus {
  border-color: rgb(250 250 249 / 1);
}

.focus\:border-stone-50\/20:focus {
  border-color: rgb(250 250 249 / 0.2);
}

.focus\:border-stone-50\/25:focus {
  border-color: rgb(250 250 249 / 0.25);
}

.focus\:border-stone-50\/30:focus {
  border-color: rgb(250 250 249 / 0.3);
}

.focus\:border-stone-50\/40:focus {
  border-color: rgb(250 250 249 / 0.4);
}

.focus\:border-stone-50\/5:focus {
  border-color: rgb(250 250 249 / 0.05);
}

.focus\:border-stone-50\/50:focus {
  border-color: rgb(250 250 249 / 0.5);
}

.focus\:border-stone-50\/60:focus {
  border-color: rgb(250 250 249 / 0.6);
}

.focus\:border-stone-50\/70:focus {
  border-color: rgb(250 250 249 / 0.7);
}

.focus\:border-stone-50\/75:focus {
  border-color: rgb(250 250 249 / 0.75);
}

.focus\:border-stone-50\/80:focus {
  border-color: rgb(250 250 249 / 0.8);
}

.focus\:border-stone-50\/90:focus {
  border-color: rgb(250 250 249 / 0.9);
}

.focus\:border-stone-50\/95:focus {
  border-color: rgb(250 250 249 / 0.95);
}

.focus\:border-stone-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(120 113 108 / var(--tw-border-opacity));
}

.focus\:border-stone-500\/0:focus {
  border-color: rgb(120 113 108 / 0);
}

.focus\:border-stone-500\/10:focus {
  border-color: rgb(120 113 108 / 0.1);
}

.focus\:border-stone-500\/100:focus {
  border-color: rgb(120 113 108 / 1);
}

.focus\:border-stone-500\/20:focus {
  border-color: rgb(120 113 108 / 0.2);
}

.focus\:border-stone-500\/25:focus {
  border-color: rgb(120 113 108 / 0.25);
}

.focus\:border-stone-500\/30:focus {
  border-color: rgb(120 113 108 / 0.3);
}

.focus\:border-stone-500\/40:focus {
  border-color: rgb(120 113 108 / 0.4);
}

.focus\:border-stone-500\/5:focus {
  border-color: rgb(120 113 108 / 0.05);
}

.focus\:border-stone-500\/50:focus {
  border-color: rgb(120 113 108 / 0.5);
}

.focus\:border-stone-500\/60:focus {
  border-color: rgb(120 113 108 / 0.6);
}

.focus\:border-stone-500\/70:focus {
  border-color: rgb(120 113 108 / 0.7);
}

.focus\:border-stone-500\/75:focus {
  border-color: rgb(120 113 108 / 0.75);
}

.focus\:border-stone-500\/80:focus {
  border-color: rgb(120 113 108 / 0.8);
}

.focus\:border-stone-500\/90:focus {
  border-color: rgb(120 113 108 / 0.9);
}

.focus\:border-stone-500\/95:focus {
  border-color: rgb(120 113 108 / 0.95);
}

.focus\:border-stone-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(87 83 78 / var(--tw-border-opacity));
}

.focus\:border-stone-600\/0:focus {
  border-color: rgb(87 83 78 / 0);
}

.focus\:border-stone-600\/10:focus {
  border-color: rgb(87 83 78 / 0.1);
}

.focus\:border-stone-600\/100:focus {
  border-color: rgb(87 83 78 / 1);
}

.focus\:border-stone-600\/20:focus {
  border-color: rgb(87 83 78 / 0.2);
}

.focus\:border-stone-600\/25:focus {
  border-color: rgb(87 83 78 / 0.25);
}

.focus\:border-stone-600\/30:focus {
  border-color: rgb(87 83 78 / 0.3);
}

.focus\:border-stone-600\/40:focus {
  border-color: rgb(87 83 78 / 0.4);
}

.focus\:border-stone-600\/5:focus {
  border-color: rgb(87 83 78 / 0.05);
}

.focus\:border-stone-600\/50:focus {
  border-color: rgb(87 83 78 / 0.5);
}

.focus\:border-stone-600\/60:focus {
  border-color: rgb(87 83 78 / 0.6);
}

.focus\:border-stone-600\/70:focus {
  border-color: rgb(87 83 78 / 0.7);
}

.focus\:border-stone-600\/75:focus {
  border-color: rgb(87 83 78 / 0.75);
}

.focus\:border-stone-600\/80:focus {
  border-color: rgb(87 83 78 / 0.8);
}

.focus\:border-stone-600\/90:focus {
  border-color: rgb(87 83 78 / 0.9);
}

.focus\:border-stone-600\/95:focus {
  border-color: rgb(87 83 78 / 0.95);
}

.focus\:border-stone-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(68 64 60 / var(--tw-border-opacity));
}

.focus\:border-stone-700\/0:focus {
  border-color: rgb(68 64 60 / 0);
}

.focus\:border-stone-700\/10:focus {
  border-color: rgb(68 64 60 / 0.1);
}

.focus\:border-stone-700\/100:focus {
  border-color: rgb(68 64 60 / 1);
}

.focus\:border-stone-700\/20:focus {
  border-color: rgb(68 64 60 / 0.2);
}

.focus\:border-stone-700\/25:focus {
  border-color: rgb(68 64 60 / 0.25);
}

.focus\:border-stone-700\/30:focus {
  border-color: rgb(68 64 60 / 0.3);
}

.focus\:border-stone-700\/40:focus {
  border-color: rgb(68 64 60 / 0.4);
}

.focus\:border-stone-700\/5:focus {
  border-color: rgb(68 64 60 / 0.05);
}

.focus\:border-stone-700\/50:focus {
  border-color: rgb(68 64 60 / 0.5);
}

.focus\:border-stone-700\/60:focus {
  border-color: rgb(68 64 60 / 0.6);
}

.focus\:border-stone-700\/70:focus {
  border-color: rgb(68 64 60 / 0.7);
}

.focus\:border-stone-700\/75:focus {
  border-color: rgb(68 64 60 / 0.75);
}

.focus\:border-stone-700\/80:focus {
  border-color: rgb(68 64 60 / 0.8);
}

.focus\:border-stone-700\/90:focus {
  border-color: rgb(68 64 60 / 0.9);
}

.focus\:border-stone-700\/95:focus {
  border-color: rgb(68 64 60 / 0.95);
}

.focus\:border-stone-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(41 37 36 / var(--tw-border-opacity));
}

.focus\:border-stone-800\/0:focus {
  border-color: rgb(41 37 36 / 0);
}

.focus\:border-stone-800\/10:focus {
  border-color: rgb(41 37 36 / 0.1);
}

.focus\:border-stone-800\/100:focus {
  border-color: rgb(41 37 36 / 1);
}

.focus\:border-stone-800\/20:focus {
  border-color: rgb(41 37 36 / 0.2);
}

.focus\:border-stone-800\/25:focus {
  border-color: rgb(41 37 36 / 0.25);
}

.focus\:border-stone-800\/30:focus {
  border-color: rgb(41 37 36 / 0.3);
}

.focus\:border-stone-800\/40:focus {
  border-color: rgb(41 37 36 / 0.4);
}

.focus\:border-stone-800\/5:focus {
  border-color: rgb(41 37 36 / 0.05);
}

.focus\:border-stone-800\/50:focus {
  border-color: rgb(41 37 36 / 0.5);
}

.focus\:border-stone-800\/60:focus {
  border-color: rgb(41 37 36 / 0.6);
}

.focus\:border-stone-800\/70:focus {
  border-color: rgb(41 37 36 / 0.7);
}

.focus\:border-stone-800\/75:focus {
  border-color: rgb(41 37 36 / 0.75);
}

.focus\:border-stone-800\/80:focus {
  border-color: rgb(41 37 36 / 0.8);
}

.focus\:border-stone-800\/90:focus {
  border-color: rgb(41 37 36 / 0.9);
}

.focus\:border-stone-800\/95:focus {
  border-color: rgb(41 37 36 / 0.95);
}

.focus\:border-stone-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(28 25 23 / var(--tw-border-opacity));
}

.focus\:border-stone-900\/0:focus {
  border-color: rgb(28 25 23 / 0);
}

.focus\:border-stone-900\/10:focus {
  border-color: rgb(28 25 23 / 0.1);
}

.focus\:border-stone-900\/100:focus {
  border-color: rgb(28 25 23 / 1);
}

.focus\:border-stone-900\/20:focus {
  border-color: rgb(28 25 23 / 0.2);
}

.focus\:border-stone-900\/25:focus {
  border-color: rgb(28 25 23 / 0.25);
}

.focus\:border-stone-900\/30:focus {
  border-color: rgb(28 25 23 / 0.3);
}

.focus\:border-stone-900\/40:focus {
  border-color: rgb(28 25 23 / 0.4);
}

.focus\:border-stone-900\/5:focus {
  border-color: rgb(28 25 23 / 0.05);
}

.focus\:border-stone-900\/50:focus {
  border-color: rgb(28 25 23 / 0.5);
}

.focus\:border-stone-900\/60:focus {
  border-color: rgb(28 25 23 / 0.6);
}

.focus\:border-stone-900\/70:focus {
  border-color: rgb(28 25 23 / 0.7);
}

.focus\:border-stone-900\/75:focus {
  border-color: rgb(28 25 23 / 0.75);
}

.focus\:border-stone-900\/80:focus {
  border-color: rgb(28 25 23 / 0.8);
}

.focus\:border-stone-900\/90:focus {
  border-color: rgb(28 25 23 / 0.9);
}

.focus\:border-stone-900\/95:focus {
  border-color: rgb(28 25 23 / 0.95);
}

.focus\:border-stone-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(12 10 9 / var(--tw-border-opacity));
}

.focus\:border-stone-950\/0:focus {
  border-color: rgb(12 10 9 / 0);
}

.focus\:border-stone-950\/10:focus {
  border-color: rgb(12 10 9 / 0.1);
}

.focus\:border-stone-950\/100:focus {
  border-color: rgb(12 10 9 / 1);
}

.focus\:border-stone-950\/20:focus {
  border-color: rgb(12 10 9 / 0.2);
}

.focus\:border-stone-950\/25:focus {
  border-color: rgb(12 10 9 / 0.25);
}

.focus\:border-stone-950\/30:focus {
  border-color: rgb(12 10 9 / 0.3);
}

.focus\:border-stone-950\/40:focus {
  border-color: rgb(12 10 9 / 0.4);
}

.focus\:border-stone-950\/5:focus {
  border-color: rgb(12 10 9 / 0.05);
}

.focus\:border-stone-950\/50:focus {
  border-color: rgb(12 10 9 / 0.5);
}

.focus\:border-stone-950\/60:focus {
  border-color: rgb(12 10 9 / 0.6);
}

.focus\:border-stone-950\/70:focus {
  border-color: rgb(12 10 9 / 0.7);
}

.focus\:border-stone-950\/75:focus {
  border-color: rgb(12 10 9 / 0.75);
}

.focus\:border-stone-950\/80:focus {
  border-color: rgb(12 10 9 / 0.8);
}

.focus\:border-stone-950\/90:focus {
  border-color: rgb(12 10 9 / 0.9);
}

.focus\:border-stone-950\/95:focus {
  border-color: rgb(12 10 9 / 0.95);
}

.focus\:border-teal-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(204 251 241 / var(--tw-border-opacity));
}

.focus\:border-teal-100\/0:focus {
  border-color: rgb(204 251 241 / 0);
}

.focus\:border-teal-100\/10:focus {
  border-color: rgb(204 251 241 / 0.1);
}

.focus\:border-teal-100\/100:focus {
  border-color: rgb(204 251 241 / 1);
}

.focus\:border-teal-100\/20:focus {
  border-color: rgb(204 251 241 / 0.2);
}

.focus\:border-teal-100\/25:focus {
  border-color: rgb(204 251 241 / 0.25);
}

.focus\:border-teal-100\/30:focus {
  border-color: rgb(204 251 241 / 0.3);
}

.focus\:border-teal-100\/40:focus {
  border-color: rgb(204 251 241 / 0.4);
}

.focus\:border-teal-100\/5:focus {
  border-color: rgb(204 251 241 / 0.05);
}

.focus\:border-teal-100\/50:focus {
  border-color: rgb(204 251 241 / 0.5);
}

.focus\:border-teal-100\/60:focus {
  border-color: rgb(204 251 241 / 0.6);
}

.focus\:border-teal-100\/70:focus {
  border-color: rgb(204 251 241 / 0.7);
}

.focus\:border-teal-100\/75:focus {
  border-color: rgb(204 251 241 / 0.75);
}

.focus\:border-teal-100\/80:focus {
  border-color: rgb(204 251 241 / 0.8);
}

.focus\:border-teal-100\/90:focus {
  border-color: rgb(204 251 241 / 0.9);
}

.focus\:border-teal-100\/95:focus {
  border-color: rgb(204 251 241 / 0.95);
}

.focus\:border-teal-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(153 246 228 / var(--tw-border-opacity));
}

.focus\:border-teal-200\/0:focus {
  border-color: rgb(153 246 228 / 0);
}

.focus\:border-teal-200\/10:focus {
  border-color: rgb(153 246 228 / 0.1);
}

.focus\:border-teal-200\/100:focus {
  border-color: rgb(153 246 228 / 1);
}

.focus\:border-teal-200\/20:focus {
  border-color: rgb(153 246 228 / 0.2);
}

.focus\:border-teal-200\/25:focus {
  border-color: rgb(153 246 228 / 0.25);
}

.focus\:border-teal-200\/30:focus {
  border-color: rgb(153 246 228 / 0.3);
}

.focus\:border-teal-200\/40:focus {
  border-color: rgb(153 246 228 / 0.4);
}

.focus\:border-teal-200\/5:focus {
  border-color: rgb(153 246 228 / 0.05);
}

.focus\:border-teal-200\/50:focus {
  border-color: rgb(153 246 228 / 0.5);
}

.focus\:border-teal-200\/60:focus {
  border-color: rgb(153 246 228 / 0.6);
}

.focus\:border-teal-200\/70:focus {
  border-color: rgb(153 246 228 / 0.7);
}

.focus\:border-teal-200\/75:focus {
  border-color: rgb(153 246 228 / 0.75);
}

.focus\:border-teal-200\/80:focus {
  border-color: rgb(153 246 228 / 0.8);
}

.focus\:border-teal-200\/90:focus {
  border-color: rgb(153 246 228 / 0.9);
}

.focus\:border-teal-200\/95:focus {
  border-color: rgb(153 246 228 / 0.95);
}

.focus\:border-teal-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(94 234 212 / var(--tw-border-opacity));
}

.focus\:border-teal-300\/0:focus {
  border-color: rgb(94 234 212 / 0);
}

.focus\:border-teal-300\/10:focus {
  border-color: rgb(94 234 212 / 0.1);
}

.focus\:border-teal-300\/100:focus {
  border-color: rgb(94 234 212 / 1);
}

.focus\:border-teal-300\/20:focus {
  border-color: rgb(94 234 212 / 0.2);
}

.focus\:border-teal-300\/25:focus {
  border-color: rgb(94 234 212 / 0.25);
}

.focus\:border-teal-300\/30:focus {
  border-color: rgb(94 234 212 / 0.3);
}

.focus\:border-teal-300\/40:focus {
  border-color: rgb(94 234 212 / 0.4);
}

.focus\:border-teal-300\/5:focus {
  border-color: rgb(94 234 212 / 0.05);
}

.focus\:border-teal-300\/50:focus {
  border-color: rgb(94 234 212 / 0.5);
}

.focus\:border-teal-300\/60:focus {
  border-color: rgb(94 234 212 / 0.6);
}

.focus\:border-teal-300\/70:focus {
  border-color: rgb(94 234 212 / 0.7);
}

.focus\:border-teal-300\/75:focus {
  border-color: rgb(94 234 212 / 0.75);
}

.focus\:border-teal-300\/80:focus {
  border-color: rgb(94 234 212 / 0.8);
}

.focus\:border-teal-300\/90:focus {
  border-color: rgb(94 234 212 / 0.9);
}

.focus\:border-teal-300\/95:focus {
  border-color: rgb(94 234 212 / 0.95);
}

.focus\:border-teal-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(45 212 191 / var(--tw-border-opacity));
}

.focus\:border-teal-400\/0:focus {
  border-color: rgb(45 212 191 / 0);
}

.focus\:border-teal-400\/10:focus {
  border-color: rgb(45 212 191 / 0.1);
}

.focus\:border-teal-400\/100:focus {
  border-color: rgb(45 212 191 / 1);
}

.focus\:border-teal-400\/20:focus {
  border-color: rgb(45 212 191 / 0.2);
}

.focus\:border-teal-400\/25:focus {
  border-color: rgb(45 212 191 / 0.25);
}

.focus\:border-teal-400\/30:focus {
  border-color: rgb(45 212 191 / 0.3);
}

.focus\:border-teal-400\/40:focus {
  border-color: rgb(45 212 191 / 0.4);
}

.focus\:border-teal-400\/5:focus {
  border-color: rgb(45 212 191 / 0.05);
}

.focus\:border-teal-400\/50:focus {
  border-color: rgb(45 212 191 / 0.5);
}

.focus\:border-teal-400\/60:focus {
  border-color: rgb(45 212 191 / 0.6);
}

.focus\:border-teal-400\/70:focus {
  border-color: rgb(45 212 191 / 0.7);
}

.focus\:border-teal-400\/75:focus {
  border-color: rgb(45 212 191 / 0.75);
}

.focus\:border-teal-400\/80:focus {
  border-color: rgb(45 212 191 / 0.8);
}

.focus\:border-teal-400\/90:focus {
  border-color: rgb(45 212 191 / 0.9);
}

.focus\:border-teal-400\/95:focus {
  border-color: rgb(45 212 191 / 0.95);
}

.focus\:border-teal-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(240 253 250 / var(--tw-border-opacity));
}

.focus\:border-teal-50\/0:focus {
  border-color: rgb(240 253 250 / 0);
}

.focus\:border-teal-50\/10:focus {
  border-color: rgb(240 253 250 / 0.1);
}

.focus\:border-teal-50\/100:focus {
  border-color: rgb(240 253 250 / 1);
}

.focus\:border-teal-50\/20:focus {
  border-color: rgb(240 253 250 / 0.2);
}

.focus\:border-teal-50\/25:focus {
  border-color: rgb(240 253 250 / 0.25);
}

.focus\:border-teal-50\/30:focus {
  border-color: rgb(240 253 250 / 0.3);
}

.focus\:border-teal-50\/40:focus {
  border-color: rgb(240 253 250 / 0.4);
}

.focus\:border-teal-50\/5:focus {
  border-color: rgb(240 253 250 / 0.05);
}

.focus\:border-teal-50\/50:focus {
  border-color: rgb(240 253 250 / 0.5);
}

.focus\:border-teal-50\/60:focus {
  border-color: rgb(240 253 250 / 0.6);
}

.focus\:border-teal-50\/70:focus {
  border-color: rgb(240 253 250 / 0.7);
}

.focus\:border-teal-50\/75:focus {
  border-color: rgb(240 253 250 / 0.75);
}

.focus\:border-teal-50\/80:focus {
  border-color: rgb(240 253 250 / 0.8);
}

.focus\:border-teal-50\/90:focus {
  border-color: rgb(240 253 250 / 0.9);
}

.focus\:border-teal-50\/95:focus {
  border-color: rgb(240 253 250 / 0.95);
}

.focus\:border-teal-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity));
}

.focus\:border-teal-500\/0:focus {
  border-color: rgb(20 184 166 / 0);
}

.focus\:border-teal-500\/10:focus {
  border-color: rgb(20 184 166 / 0.1);
}

.focus\:border-teal-500\/100:focus {
  border-color: rgb(20 184 166 / 1);
}

.focus\:border-teal-500\/20:focus {
  border-color: rgb(20 184 166 / 0.2);
}

.focus\:border-teal-500\/25:focus {
  border-color: rgb(20 184 166 / 0.25);
}

.focus\:border-teal-500\/30:focus {
  border-color: rgb(20 184 166 / 0.3);
}

.focus\:border-teal-500\/40:focus {
  border-color: rgb(20 184 166 / 0.4);
}

.focus\:border-teal-500\/5:focus {
  border-color: rgb(20 184 166 / 0.05);
}

.focus\:border-teal-500\/50:focus {
  border-color: rgb(20 184 166 / 0.5);
}

.focus\:border-teal-500\/60:focus {
  border-color: rgb(20 184 166 / 0.6);
}

.focus\:border-teal-500\/70:focus {
  border-color: rgb(20 184 166 / 0.7);
}

.focus\:border-teal-500\/75:focus {
  border-color: rgb(20 184 166 / 0.75);
}

.focus\:border-teal-500\/80:focus {
  border-color: rgb(20 184 166 / 0.8);
}

.focus\:border-teal-500\/90:focus {
  border-color: rgb(20 184 166 / 0.9);
}

.focus\:border-teal-500\/95:focus {
  border-color: rgb(20 184 166 / 0.95);
}

.focus\:border-teal-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(13 148 136 / var(--tw-border-opacity));
}

.focus\:border-teal-600\/0:focus {
  border-color: rgb(13 148 136 / 0);
}

.focus\:border-teal-600\/10:focus {
  border-color: rgb(13 148 136 / 0.1);
}

.focus\:border-teal-600\/100:focus {
  border-color: rgb(13 148 136 / 1);
}

.focus\:border-teal-600\/20:focus {
  border-color: rgb(13 148 136 / 0.2);
}

.focus\:border-teal-600\/25:focus {
  border-color: rgb(13 148 136 / 0.25);
}

.focus\:border-teal-600\/30:focus {
  border-color: rgb(13 148 136 / 0.3);
}

.focus\:border-teal-600\/40:focus {
  border-color: rgb(13 148 136 / 0.4);
}

.focus\:border-teal-600\/5:focus {
  border-color: rgb(13 148 136 / 0.05);
}

.focus\:border-teal-600\/50:focus {
  border-color: rgb(13 148 136 / 0.5);
}

.focus\:border-teal-600\/60:focus {
  border-color: rgb(13 148 136 / 0.6);
}

.focus\:border-teal-600\/70:focus {
  border-color: rgb(13 148 136 / 0.7);
}

.focus\:border-teal-600\/75:focus {
  border-color: rgb(13 148 136 / 0.75);
}

.focus\:border-teal-600\/80:focus {
  border-color: rgb(13 148 136 / 0.8);
}

.focus\:border-teal-600\/90:focus {
  border-color: rgb(13 148 136 / 0.9);
}

.focus\:border-teal-600\/95:focus {
  border-color: rgb(13 148 136 / 0.95);
}

.focus\:border-teal-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(15 118 110 / var(--tw-border-opacity));
}

.focus\:border-teal-700\/0:focus {
  border-color: rgb(15 118 110 / 0);
}

.focus\:border-teal-700\/10:focus {
  border-color: rgb(15 118 110 / 0.1);
}

.focus\:border-teal-700\/100:focus {
  border-color: rgb(15 118 110 / 1);
}

.focus\:border-teal-700\/20:focus {
  border-color: rgb(15 118 110 / 0.2);
}

.focus\:border-teal-700\/25:focus {
  border-color: rgb(15 118 110 / 0.25);
}

.focus\:border-teal-700\/30:focus {
  border-color: rgb(15 118 110 / 0.3);
}

.focus\:border-teal-700\/40:focus {
  border-color: rgb(15 118 110 / 0.4);
}

.focus\:border-teal-700\/5:focus {
  border-color: rgb(15 118 110 / 0.05);
}

.focus\:border-teal-700\/50:focus {
  border-color: rgb(15 118 110 / 0.5);
}

.focus\:border-teal-700\/60:focus {
  border-color: rgb(15 118 110 / 0.6);
}

.focus\:border-teal-700\/70:focus {
  border-color: rgb(15 118 110 / 0.7);
}

.focus\:border-teal-700\/75:focus {
  border-color: rgb(15 118 110 / 0.75);
}

.focus\:border-teal-700\/80:focus {
  border-color: rgb(15 118 110 / 0.8);
}

.focus\:border-teal-700\/90:focus {
  border-color: rgb(15 118 110 / 0.9);
}

.focus\:border-teal-700\/95:focus {
  border-color: rgb(15 118 110 / 0.95);
}

.focus\:border-teal-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(17 94 89 / var(--tw-border-opacity));
}

.focus\:border-teal-800\/0:focus {
  border-color: rgb(17 94 89 / 0);
}

.focus\:border-teal-800\/10:focus {
  border-color: rgb(17 94 89 / 0.1);
}

.focus\:border-teal-800\/100:focus {
  border-color: rgb(17 94 89 / 1);
}

.focus\:border-teal-800\/20:focus {
  border-color: rgb(17 94 89 / 0.2);
}

.focus\:border-teal-800\/25:focus {
  border-color: rgb(17 94 89 / 0.25);
}

.focus\:border-teal-800\/30:focus {
  border-color: rgb(17 94 89 / 0.3);
}

.focus\:border-teal-800\/40:focus {
  border-color: rgb(17 94 89 / 0.4);
}

.focus\:border-teal-800\/5:focus {
  border-color: rgb(17 94 89 / 0.05);
}

.focus\:border-teal-800\/50:focus {
  border-color: rgb(17 94 89 / 0.5);
}

.focus\:border-teal-800\/60:focus {
  border-color: rgb(17 94 89 / 0.6);
}

.focus\:border-teal-800\/70:focus {
  border-color: rgb(17 94 89 / 0.7);
}

.focus\:border-teal-800\/75:focus {
  border-color: rgb(17 94 89 / 0.75);
}

.focus\:border-teal-800\/80:focus {
  border-color: rgb(17 94 89 / 0.8);
}

.focus\:border-teal-800\/90:focus {
  border-color: rgb(17 94 89 / 0.9);
}

.focus\:border-teal-800\/95:focus {
  border-color: rgb(17 94 89 / 0.95);
}

.focus\:border-teal-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(19 78 74 / var(--tw-border-opacity));
}

.focus\:border-teal-900\/0:focus {
  border-color: rgb(19 78 74 / 0);
}

.focus\:border-teal-900\/10:focus {
  border-color: rgb(19 78 74 / 0.1);
}

.focus\:border-teal-900\/100:focus {
  border-color: rgb(19 78 74 / 1);
}

.focus\:border-teal-900\/20:focus {
  border-color: rgb(19 78 74 / 0.2);
}

.focus\:border-teal-900\/25:focus {
  border-color: rgb(19 78 74 / 0.25);
}

.focus\:border-teal-900\/30:focus {
  border-color: rgb(19 78 74 / 0.3);
}

.focus\:border-teal-900\/40:focus {
  border-color: rgb(19 78 74 / 0.4);
}

.focus\:border-teal-900\/5:focus {
  border-color: rgb(19 78 74 / 0.05);
}

.focus\:border-teal-900\/50:focus {
  border-color: rgb(19 78 74 / 0.5);
}

.focus\:border-teal-900\/60:focus {
  border-color: rgb(19 78 74 / 0.6);
}

.focus\:border-teal-900\/70:focus {
  border-color: rgb(19 78 74 / 0.7);
}

.focus\:border-teal-900\/75:focus {
  border-color: rgb(19 78 74 / 0.75);
}

.focus\:border-teal-900\/80:focus {
  border-color: rgb(19 78 74 / 0.8);
}

.focus\:border-teal-900\/90:focus {
  border-color: rgb(19 78 74 / 0.9);
}

.focus\:border-teal-900\/95:focus {
  border-color: rgb(19 78 74 / 0.95);
}

.focus\:border-teal-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(4 47 46 / var(--tw-border-opacity));
}

.focus\:border-teal-950\/0:focus {
  border-color: rgb(4 47 46 / 0);
}

.focus\:border-teal-950\/10:focus {
  border-color: rgb(4 47 46 / 0.1);
}

.focus\:border-teal-950\/100:focus {
  border-color: rgb(4 47 46 / 1);
}

.focus\:border-teal-950\/20:focus {
  border-color: rgb(4 47 46 / 0.2);
}

.focus\:border-teal-950\/25:focus {
  border-color: rgb(4 47 46 / 0.25);
}

.focus\:border-teal-950\/30:focus {
  border-color: rgb(4 47 46 / 0.3);
}

.focus\:border-teal-950\/40:focus {
  border-color: rgb(4 47 46 / 0.4);
}

.focus\:border-teal-950\/5:focus {
  border-color: rgb(4 47 46 / 0.05);
}

.focus\:border-teal-950\/50:focus {
  border-color: rgb(4 47 46 / 0.5);
}

.focus\:border-teal-950\/60:focus {
  border-color: rgb(4 47 46 / 0.6);
}

.focus\:border-teal-950\/70:focus {
  border-color: rgb(4 47 46 / 0.7);
}

.focus\:border-teal-950\/75:focus {
  border-color: rgb(4 47 46 / 0.75);
}

.focus\:border-teal-950\/80:focus {
  border-color: rgb(4 47 46 / 0.8);
}

.focus\:border-teal-950\/90:focus {
  border-color: rgb(4 47 46 / 0.9);
}

.focus\:border-teal-950\/95:focus {
  border-color: rgb(4 47 46 / 0.95);
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:border-transparent\/0:focus {
  border-color: rgb(0 0 0 / 0);
}

.focus\:border-transparent\/10:focus {
  border-color: rgb(0 0 0 / 0.1);
}

.focus\:border-transparent\/100:focus {
  border-color: rgb(0 0 0 / 1);
}

.focus\:border-transparent\/20:focus {
  border-color: rgb(0 0 0 / 0.2);
}

.focus\:border-transparent\/25:focus {
  border-color: rgb(0 0 0 / 0.25);
}

.focus\:border-transparent\/30:focus {
  border-color: rgb(0 0 0 / 0.3);
}

.focus\:border-transparent\/40:focus {
  border-color: rgb(0 0 0 / 0.4);
}

.focus\:border-transparent\/5:focus {
  border-color: rgb(0 0 0 / 0.05);
}

.focus\:border-transparent\/50:focus {
  border-color: rgb(0 0 0 / 0.5);
}

.focus\:border-transparent\/60:focus {
  border-color: rgb(0 0 0 / 0.6);
}

.focus\:border-transparent\/70:focus {
  border-color: rgb(0 0 0 / 0.7);
}

.focus\:border-transparent\/75:focus {
  border-color: rgb(0 0 0 / 0.75);
}

.focus\:border-transparent\/80:focus {
  border-color: rgb(0 0 0 / 0.8);
}

.focus\:border-transparent\/90:focus {
  border-color: rgb(0 0 0 / 0.9);
}

.focus\:border-transparent\/95:focus {
  border-color: rgb(0 0 0 / 0.95);
}

.focus\:border-tykhe-digital:focus {
  --tw-border-opacity: 1;
  border-color: rgb(239 156 131 / var(--tw-border-opacity));
}

.focus\:border-tykhe-digital-alt:focus {
  --tw-border-opacity: 1;
  border-color: rgb(245 239 224 / var(--tw-border-opacity));
}

.focus\:border-tykhe-digital-alt\/0:focus {
  border-color: rgb(245 239 224 / 0);
}

.focus\:border-tykhe-digital-alt\/10:focus {
  border-color: rgb(245 239 224 / 0.1);
}

.focus\:border-tykhe-digital-alt\/100:focus {
  border-color: rgb(245 239 224 / 1);
}

.focus\:border-tykhe-digital-alt\/20:focus {
  border-color: rgb(245 239 224 / 0.2);
}

.focus\:border-tykhe-digital-alt\/25:focus {
  border-color: rgb(245 239 224 / 0.25);
}

.focus\:border-tykhe-digital-alt\/30:focus {
  border-color: rgb(245 239 224 / 0.3);
}

.focus\:border-tykhe-digital-alt\/40:focus {
  border-color: rgb(245 239 224 / 0.4);
}

.focus\:border-tykhe-digital-alt\/5:focus {
  border-color: rgb(245 239 224 / 0.05);
}

.focus\:border-tykhe-digital-alt\/50:focus {
  border-color: rgb(245 239 224 / 0.5);
}

.focus\:border-tykhe-digital-alt\/60:focus {
  border-color: rgb(245 239 224 / 0.6);
}

.focus\:border-tykhe-digital-alt\/70:focus {
  border-color: rgb(245 239 224 / 0.7);
}

.focus\:border-tykhe-digital-alt\/75:focus {
  border-color: rgb(245 239 224 / 0.75);
}

.focus\:border-tykhe-digital-alt\/80:focus {
  border-color: rgb(245 239 224 / 0.8);
}

.focus\:border-tykhe-digital-alt\/90:focus {
  border-color: rgb(245 239 224 / 0.9);
}

.focus\:border-tykhe-digital-alt\/95:focus {
  border-color: rgb(245 239 224 / 0.95);
}

.focus\:border-tykhe-digital-alt2:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 58 111 / var(--tw-border-opacity));
}

.focus\:border-tykhe-digital-alt2\/0:focus {
  border-color: rgb(255 58 111 / 0);
}

.focus\:border-tykhe-digital-alt2\/10:focus {
  border-color: rgb(255 58 111 / 0.1);
}

.focus\:border-tykhe-digital-alt2\/100:focus {
  border-color: rgb(255 58 111 / 1);
}

.focus\:border-tykhe-digital-alt2\/20:focus {
  border-color: rgb(255 58 111 / 0.2);
}

.focus\:border-tykhe-digital-alt2\/25:focus {
  border-color: rgb(255 58 111 / 0.25);
}

.focus\:border-tykhe-digital-alt2\/30:focus {
  border-color: rgb(255 58 111 / 0.3);
}

.focus\:border-tykhe-digital-alt2\/40:focus {
  border-color: rgb(255 58 111 / 0.4);
}

.focus\:border-tykhe-digital-alt2\/5:focus {
  border-color: rgb(255 58 111 / 0.05);
}

.focus\:border-tykhe-digital-alt2\/50:focus {
  border-color: rgb(255 58 111 / 0.5);
}

.focus\:border-tykhe-digital-alt2\/60:focus {
  border-color: rgb(255 58 111 / 0.6);
}

.focus\:border-tykhe-digital-alt2\/70:focus {
  border-color: rgb(255 58 111 / 0.7);
}

.focus\:border-tykhe-digital-alt2\/75:focus {
  border-color: rgb(255 58 111 / 0.75);
}

.focus\:border-tykhe-digital-alt2\/80:focus {
  border-color: rgb(255 58 111 / 0.8);
}

.focus\:border-tykhe-digital-alt2\/90:focus {
  border-color: rgb(255 58 111 / 0.9);
}

.focus\:border-tykhe-digital-alt2\/95:focus {
  border-color: rgb(255 58 111 / 0.95);
}

.focus\:border-tykhe-digital-alt3:focus {
  --tw-border-opacity: 1;
  border-color: rgb(131 214 239 / var(--tw-border-opacity));
}

.focus\:border-tykhe-digital-alt3\/0:focus {
  border-color: rgb(131 214 239 / 0);
}

.focus\:border-tykhe-digital-alt3\/10:focus {
  border-color: rgb(131 214 239 / 0.1);
}

.focus\:border-tykhe-digital-alt3\/100:focus {
  border-color: rgb(131 214 239 / 1);
}

.focus\:border-tykhe-digital-alt3\/20:focus {
  border-color: rgb(131 214 239 / 0.2);
}

.focus\:border-tykhe-digital-alt3\/25:focus {
  border-color: rgb(131 214 239 / 0.25);
}

.focus\:border-tykhe-digital-alt3\/30:focus {
  border-color: rgb(131 214 239 / 0.3);
}

.focus\:border-tykhe-digital-alt3\/40:focus {
  border-color: rgb(131 214 239 / 0.4);
}

.focus\:border-tykhe-digital-alt3\/5:focus {
  border-color: rgb(131 214 239 / 0.05);
}

.focus\:border-tykhe-digital-alt3\/50:focus {
  border-color: rgb(131 214 239 / 0.5);
}

.focus\:border-tykhe-digital-alt3\/60:focus {
  border-color: rgb(131 214 239 / 0.6);
}

.focus\:border-tykhe-digital-alt3\/70:focus {
  border-color: rgb(131 214 239 / 0.7);
}

.focus\:border-tykhe-digital-alt3\/75:focus {
  border-color: rgb(131 214 239 / 0.75);
}

.focus\:border-tykhe-digital-alt3\/80:focus {
  border-color: rgb(131 214 239 / 0.8);
}

.focus\:border-tykhe-digital-alt3\/90:focus {
  border-color: rgb(131 214 239 / 0.9);
}

.focus\:border-tykhe-digital-alt3\/95:focus {
  border-color: rgb(131 214 239 / 0.95);
}

.focus\:border-tykhe-digital\/0:focus {
  border-color: rgb(239 156 131 / 0);
}

.focus\:border-tykhe-digital\/10:focus {
  border-color: rgb(239 156 131 / 0.1);
}

.focus\:border-tykhe-digital\/100:focus {
  border-color: rgb(239 156 131 / 1);
}

.focus\:border-tykhe-digital\/20:focus {
  border-color: rgb(239 156 131 / 0.2);
}

.focus\:border-tykhe-digital\/25:focus {
  border-color: rgb(239 156 131 / 0.25);
}

.focus\:border-tykhe-digital\/30:focus {
  border-color: rgb(239 156 131 / 0.3);
}

.focus\:border-tykhe-digital\/40:focus {
  border-color: rgb(239 156 131 / 0.4);
}

.focus\:border-tykhe-digital\/5:focus {
  border-color: rgb(239 156 131 / 0.05);
}

.focus\:border-tykhe-digital\/50:focus {
  border-color: rgb(239 156 131 / 0.5);
}

.focus\:border-tykhe-digital\/60:focus {
  border-color: rgb(239 156 131 / 0.6);
}

.focus\:border-tykhe-digital\/70:focus {
  border-color: rgb(239 156 131 / 0.7);
}

.focus\:border-tykhe-digital\/75:focus {
  border-color: rgb(239 156 131 / 0.75);
}

.focus\:border-tykhe-digital\/80:focus {
  border-color: rgb(239 156 131 / 0.8);
}

.focus\:border-tykhe-digital\/90:focus {
  border-color: rgb(239 156 131 / 0.9);
}

.focus\:border-tykhe-digital\/95:focus {
  border-color: rgb(239 156 131 / 0.95);
}

.focus\:border-violet-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(237 233 254 / var(--tw-border-opacity));
}

.focus\:border-violet-100\/0:focus {
  border-color: rgb(237 233 254 / 0);
}

.focus\:border-violet-100\/10:focus {
  border-color: rgb(237 233 254 / 0.1);
}

.focus\:border-violet-100\/100:focus {
  border-color: rgb(237 233 254 / 1);
}

.focus\:border-violet-100\/20:focus {
  border-color: rgb(237 233 254 / 0.2);
}

.focus\:border-violet-100\/25:focus {
  border-color: rgb(237 233 254 / 0.25);
}

.focus\:border-violet-100\/30:focus {
  border-color: rgb(237 233 254 / 0.3);
}

.focus\:border-violet-100\/40:focus {
  border-color: rgb(237 233 254 / 0.4);
}

.focus\:border-violet-100\/5:focus {
  border-color: rgb(237 233 254 / 0.05);
}

.focus\:border-violet-100\/50:focus {
  border-color: rgb(237 233 254 / 0.5);
}

.focus\:border-violet-100\/60:focus {
  border-color: rgb(237 233 254 / 0.6);
}

.focus\:border-violet-100\/70:focus {
  border-color: rgb(237 233 254 / 0.7);
}

.focus\:border-violet-100\/75:focus {
  border-color: rgb(237 233 254 / 0.75);
}

.focus\:border-violet-100\/80:focus {
  border-color: rgb(237 233 254 / 0.8);
}

.focus\:border-violet-100\/90:focus {
  border-color: rgb(237 233 254 / 0.9);
}

.focus\:border-violet-100\/95:focus {
  border-color: rgb(237 233 254 / 0.95);
}

.focus\:border-violet-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(221 214 254 / var(--tw-border-opacity));
}

.focus\:border-violet-200\/0:focus {
  border-color: rgb(221 214 254 / 0);
}

.focus\:border-violet-200\/10:focus {
  border-color: rgb(221 214 254 / 0.1);
}

.focus\:border-violet-200\/100:focus {
  border-color: rgb(221 214 254 / 1);
}

.focus\:border-violet-200\/20:focus {
  border-color: rgb(221 214 254 / 0.2);
}

.focus\:border-violet-200\/25:focus {
  border-color: rgb(221 214 254 / 0.25);
}

.focus\:border-violet-200\/30:focus {
  border-color: rgb(221 214 254 / 0.3);
}

.focus\:border-violet-200\/40:focus {
  border-color: rgb(221 214 254 / 0.4);
}

.focus\:border-violet-200\/5:focus {
  border-color: rgb(221 214 254 / 0.05);
}

.focus\:border-violet-200\/50:focus {
  border-color: rgb(221 214 254 / 0.5);
}

.focus\:border-violet-200\/60:focus {
  border-color: rgb(221 214 254 / 0.6);
}

.focus\:border-violet-200\/70:focus {
  border-color: rgb(221 214 254 / 0.7);
}

.focus\:border-violet-200\/75:focus {
  border-color: rgb(221 214 254 / 0.75);
}

.focus\:border-violet-200\/80:focus {
  border-color: rgb(221 214 254 / 0.8);
}

.focus\:border-violet-200\/90:focus {
  border-color: rgb(221 214 254 / 0.9);
}

.focus\:border-violet-200\/95:focus {
  border-color: rgb(221 214 254 / 0.95);
}

.focus\:border-violet-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(196 181 253 / var(--tw-border-opacity));
}

.focus\:border-violet-300\/0:focus {
  border-color: rgb(196 181 253 / 0);
}

.focus\:border-violet-300\/10:focus {
  border-color: rgb(196 181 253 / 0.1);
}

.focus\:border-violet-300\/100:focus {
  border-color: rgb(196 181 253 / 1);
}

.focus\:border-violet-300\/20:focus {
  border-color: rgb(196 181 253 / 0.2);
}

.focus\:border-violet-300\/25:focus {
  border-color: rgb(196 181 253 / 0.25);
}

.focus\:border-violet-300\/30:focus {
  border-color: rgb(196 181 253 / 0.3);
}

.focus\:border-violet-300\/40:focus {
  border-color: rgb(196 181 253 / 0.4);
}

.focus\:border-violet-300\/5:focus {
  border-color: rgb(196 181 253 / 0.05);
}

.focus\:border-violet-300\/50:focus {
  border-color: rgb(196 181 253 / 0.5);
}

.focus\:border-violet-300\/60:focus {
  border-color: rgb(196 181 253 / 0.6);
}

.focus\:border-violet-300\/70:focus {
  border-color: rgb(196 181 253 / 0.7);
}

.focus\:border-violet-300\/75:focus {
  border-color: rgb(196 181 253 / 0.75);
}

.focus\:border-violet-300\/80:focus {
  border-color: rgb(196 181 253 / 0.8);
}

.focus\:border-violet-300\/90:focus {
  border-color: rgb(196 181 253 / 0.9);
}

.focus\:border-violet-300\/95:focus {
  border-color: rgb(196 181 253 / 0.95);
}

.focus\:border-violet-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(167 139 250 / var(--tw-border-opacity));
}

.focus\:border-violet-400\/0:focus {
  border-color: rgb(167 139 250 / 0);
}

.focus\:border-violet-400\/10:focus {
  border-color: rgb(167 139 250 / 0.1);
}

.focus\:border-violet-400\/100:focus {
  border-color: rgb(167 139 250 / 1);
}

.focus\:border-violet-400\/20:focus {
  border-color: rgb(167 139 250 / 0.2);
}

.focus\:border-violet-400\/25:focus {
  border-color: rgb(167 139 250 / 0.25);
}

.focus\:border-violet-400\/30:focus {
  border-color: rgb(167 139 250 / 0.3);
}

.focus\:border-violet-400\/40:focus {
  border-color: rgb(167 139 250 / 0.4);
}

.focus\:border-violet-400\/5:focus {
  border-color: rgb(167 139 250 / 0.05);
}

.focus\:border-violet-400\/50:focus {
  border-color: rgb(167 139 250 / 0.5);
}

.focus\:border-violet-400\/60:focus {
  border-color: rgb(167 139 250 / 0.6);
}

.focus\:border-violet-400\/70:focus {
  border-color: rgb(167 139 250 / 0.7);
}

.focus\:border-violet-400\/75:focus {
  border-color: rgb(167 139 250 / 0.75);
}

.focus\:border-violet-400\/80:focus {
  border-color: rgb(167 139 250 / 0.8);
}

.focus\:border-violet-400\/90:focus {
  border-color: rgb(167 139 250 / 0.9);
}

.focus\:border-violet-400\/95:focus {
  border-color: rgb(167 139 250 / 0.95);
}

.focus\:border-violet-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(245 243 255 / var(--tw-border-opacity));
}

.focus\:border-violet-50\/0:focus {
  border-color: rgb(245 243 255 / 0);
}

.focus\:border-violet-50\/10:focus {
  border-color: rgb(245 243 255 / 0.1);
}

.focus\:border-violet-50\/100:focus {
  border-color: rgb(245 243 255 / 1);
}

.focus\:border-violet-50\/20:focus {
  border-color: rgb(245 243 255 / 0.2);
}

.focus\:border-violet-50\/25:focus {
  border-color: rgb(245 243 255 / 0.25);
}

.focus\:border-violet-50\/30:focus {
  border-color: rgb(245 243 255 / 0.3);
}

.focus\:border-violet-50\/40:focus {
  border-color: rgb(245 243 255 / 0.4);
}

.focus\:border-violet-50\/5:focus {
  border-color: rgb(245 243 255 / 0.05);
}

.focus\:border-violet-50\/50:focus {
  border-color: rgb(245 243 255 / 0.5);
}

.focus\:border-violet-50\/60:focus {
  border-color: rgb(245 243 255 / 0.6);
}

.focus\:border-violet-50\/70:focus {
  border-color: rgb(245 243 255 / 0.7);
}

.focus\:border-violet-50\/75:focus {
  border-color: rgb(245 243 255 / 0.75);
}

.focus\:border-violet-50\/80:focus {
  border-color: rgb(245 243 255 / 0.8);
}

.focus\:border-violet-50\/90:focus {
  border-color: rgb(245 243 255 / 0.9);
}

.focus\:border-violet-50\/95:focus {
  border-color: rgb(245 243 255 / 0.95);
}

.focus\:border-violet-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(139 92 246 / var(--tw-border-opacity));
}

.focus\:border-violet-500\/0:focus {
  border-color: rgb(139 92 246 / 0);
}

.focus\:border-violet-500\/10:focus {
  border-color: rgb(139 92 246 / 0.1);
}

.focus\:border-violet-500\/100:focus {
  border-color: rgb(139 92 246 / 1);
}

.focus\:border-violet-500\/20:focus {
  border-color: rgb(139 92 246 / 0.2);
}

.focus\:border-violet-500\/25:focus {
  border-color: rgb(139 92 246 / 0.25);
}

.focus\:border-violet-500\/30:focus {
  border-color: rgb(139 92 246 / 0.3);
}

.focus\:border-violet-500\/40:focus {
  border-color: rgb(139 92 246 / 0.4);
}

.focus\:border-violet-500\/5:focus {
  border-color: rgb(139 92 246 / 0.05);
}

.focus\:border-violet-500\/50:focus {
  border-color: rgb(139 92 246 / 0.5);
}

.focus\:border-violet-500\/60:focus {
  border-color: rgb(139 92 246 / 0.6);
}

.focus\:border-violet-500\/70:focus {
  border-color: rgb(139 92 246 / 0.7);
}

.focus\:border-violet-500\/75:focus {
  border-color: rgb(139 92 246 / 0.75);
}

.focus\:border-violet-500\/80:focus {
  border-color: rgb(139 92 246 / 0.8);
}

.focus\:border-violet-500\/90:focus {
  border-color: rgb(139 92 246 / 0.9);
}

.focus\:border-violet-500\/95:focus {
  border-color: rgb(139 92 246 / 0.95);
}

.focus\:border-violet-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-border-opacity));
}

.focus\:border-violet-600\/0:focus {
  border-color: rgb(124 58 237 / 0);
}

.focus\:border-violet-600\/10:focus {
  border-color: rgb(124 58 237 / 0.1);
}

.focus\:border-violet-600\/100:focus {
  border-color: rgb(124 58 237 / 1);
}

.focus\:border-violet-600\/20:focus {
  border-color: rgb(124 58 237 / 0.2);
}

.focus\:border-violet-600\/25:focus {
  border-color: rgb(124 58 237 / 0.25);
}

.focus\:border-violet-600\/30:focus {
  border-color: rgb(124 58 237 / 0.3);
}

.focus\:border-violet-600\/40:focus {
  border-color: rgb(124 58 237 / 0.4);
}

.focus\:border-violet-600\/5:focus {
  border-color: rgb(124 58 237 / 0.05);
}

.focus\:border-violet-600\/50:focus {
  border-color: rgb(124 58 237 / 0.5);
}

.focus\:border-violet-600\/60:focus {
  border-color: rgb(124 58 237 / 0.6);
}

.focus\:border-violet-600\/70:focus {
  border-color: rgb(124 58 237 / 0.7);
}

.focus\:border-violet-600\/75:focus {
  border-color: rgb(124 58 237 / 0.75);
}

.focus\:border-violet-600\/80:focus {
  border-color: rgb(124 58 237 / 0.8);
}

.focus\:border-violet-600\/90:focus {
  border-color: rgb(124 58 237 / 0.9);
}

.focus\:border-violet-600\/95:focus {
  border-color: rgb(124 58 237 / 0.95);
}

.focus\:border-violet-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(109 40 217 / var(--tw-border-opacity));
}

.focus\:border-violet-700\/0:focus {
  border-color: rgb(109 40 217 / 0);
}

.focus\:border-violet-700\/10:focus {
  border-color: rgb(109 40 217 / 0.1);
}

.focus\:border-violet-700\/100:focus {
  border-color: rgb(109 40 217 / 1);
}

.focus\:border-violet-700\/20:focus {
  border-color: rgb(109 40 217 / 0.2);
}

.focus\:border-violet-700\/25:focus {
  border-color: rgb(109 40 217 / 0.25);
}

.focus\:border-violet-700\/30:focus {
  border-color: rgb(109 40 217 / 0.3);
}

.focus\:border-violet-700\/40:focus {
  border-color: rgb(109 40 217 / 0.4);
}

.focus\:border-violet-700\/5:focus {
  border-color: rgb(109 40 217 / 0.05);
}

.focus\:border-violet-700\/50:focus {
  border-color: rgb(109 40 217 / 0.5);
}

.focus\:border-violet-700\/60:focus {
  border-color: rgb(109 40 217 / 0.6);
}

.focus\:border-violet-700\/70:focus {
  border-color: rgb(109 40 217 / 0.7);
}

.focus\:border-violet-700\/75:focus {
  border-color: rgb(109 40 217 / 0.75);
}

.focus\:border-violet-700\/80:focus {
  border-color: rgb(109 40 217 / 0.8);
}

.focus\:border-violet-700\/90:focus {
  border-color: rgb(109 40 217 / 0.9);
}

.focus\:border-violet-700\/95:focus {
  border-color: rgb(109 40 217 / 0.95);
}

.focus\:border-violet-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(91 33 182 / var(--tw-border-opacity));
}

.focus\:border-violet-800\/0:focus {
  border-color: rgb(91 33 182 / 0);
}

.focus\:border-violet-800\/10:focus {
  border-color: rgb(91 33 182 / 0.1);
}

.focus\:border-violet-800\/100:focus {
  border-color: rgb(91 33 182 / 1);
}

.focus\:border-violet-800\/20:focus {
  border-color: rgb(91 33 182 / 0.2);
}

.focus\:border-violet-800\/25:focus {
  border-color: rgb(91 33 182 / 0.25);
}

.focus\:border-violet-800\/30:focus {
  border-color: rgb(91 33 182 / 0.3);
}

.focus\:border-violet-800\/40:focus {
  border-color: rgb(91 33 182 / 0.4);
}

.focus\:border-violet-800\/5:focus {
  border-color: rgb(91 33 182 / 0.05);
}

.focus\:border-violet-800\/50:focus {
  border-color: rgb(91 33 182 / 0.5);
}

.focus\:border-violet-800\/60:focus {
  border-color: rgb(91 33 182 / 0.6);
}

.focus\:border-violet-800\/70:focus {
  border-color: rgb(91 33 182 / 0.7);
}

.focus\:border-violet-800\/75:focus {
  border-color: rgb(91 33 182 / 0.75);
}

.focus\:border-violet-800\/80:focus {
  border-color: rgb(91 33 182 / 0.8);
}

.focus\:border-violet-800\/90:focus {
  border-color: rgb(91 33 182 / 0.9);
}

.focus\:border-violet-800\/95:focus {
  border-color: rgb(91 33 182 / 0.95);
}

.focus\:border-violet-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(76 29 149 / var(--tw-border-opacity));
}

.focus\:border-violet-900\/0:focus {
  border-color: rgb(76 29 149 / 0);
}

.focus\:border-violet-900\/10:focus {
  border-color: rgb(76 29 149 / 0.1);
}

.focus\:border-violet-900\/100:focus {
  border-color: rgb(76 29 149 / 1);
}

.focus\:border-violet-900\/20:focus {
  border-color: rgb(76 29 149 / 0.2);
}

.focus\:border-violet-900\/25:focus {
  border-color: rgb(76 29 149 / 0.25);
}

.focus\:border-violet-900\/30:focus {
  border-color: rgb(76 29 149 / 0.3);
}

.focus\:border-violet-900\/40:focus {
  border-color: rgb(76 29 149 / 0.4);
}

.focus\:border-violet-900\/5:focus {
  border-color: rgb(76 29 149 / 0.05);
}

.focus\:border-violet-900\/50:focus {
  border-color: rgb(76 29 149 / 0.5);
}

.focus\:border-violet-900\/60:focus {
  border-color: rgb(76 29 149 / 0.6);
}

.focus\:border-violet-900\/70:focus {
  border-color: rgb(76 29 149 / 0.7);
}

.focus\:border-violet-900\/75:focus {
  border-color: rgb(76 29 149 / 0.75);
}

.focus\:border-violet-900\/80:focus {
  border-color: rgb(76 29 149 / 0.8);
}

.focus\:border-violet-900\/90:focus {
  border-color: rgb(76 29 149 / 0.9);
}

.focus\:border-violet-900\/95:focus {
  border-color: rgb(76 29 149 / 0.95);
}

.focus\:border-violet-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(46 16 101 / var(--tw-border-opacity));
}

.focus\:border-violet-950\/0:focus {
  border-color: rgb(46 16 101 / 0);
}

.focus\:border-violet-950\/10:focus {
  border-color: rgb(46 16 101 / 0.1);
}

.focus\:border-violet-950\/100:focus {
  border-color: rgb(46 16 101 / 1);
}

.focus\:border-violet-950\/20:focus {
  border-color: rgb(46 16 101 / 0.2);
}

.focus\:border-violet-950\/25:focus {
  border-color: rgb(46 16 101 / 0.25);
}

.focus\:border-violet-950\/30:focus {
  border-color: rgb(46 16 101 / 0.3);
}

.focus\:border-violet-950\/40:focus {
  border-color: rgb(46 16 101 / 0.4);
}

.focus\:border-violet-950\/5:focus {
  border-color: rgb(46 16 101 / 0.05);
}

.focus\:border-violet-950\/50:focus {
  border-color: rgb(46 16 101 / 0.5);
}

.focus\:border-violet-950\/60:focus {
  border-color: rgb(46 16 101 / 0.6);
}

.focus\:border-violet-950\/70:focus {
  border-color: rgb(46 16 101 / 0.7);
}

.focus\:border-violet-950\/75:focus {
  border-color: rgb(46 16 101 / 0.75);
}

.focus\:border-violet-950\/80:focus {
  border-color: rgb(46 16 101 / 0.8);
}

.focus\:border-violet-950\/90:focus {
  border-color: rgb(46 16 101 / 0.9);
}

.focus\:border-violet-950\/95:focus {
  border-color: rgb(46 16 101 / 0.95);
}

.focus\:border-white:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.focus\:border-white\/0:focus {
  border-color: rgb(255 255 255 / 0);
}

.focus\:border-white\/10:focus {
  border-color: rgb(255 255 255 / 0.1);
}

.focus\:border-white\/100:focus {
  border-color: rgb(255 255 255 / 1);
}

.focus\:border-white\/20:focus {
  border-color: rgb(255 255 255 / 0.2);
}

.focus\:border-white\/25:focus {
  border-color: rgb(255 255 255 / 0.25);
}

.focus\:border-white\/30:focus {
  border-color: rgb(255 255 255 / 0.3);
}

.focus\:border-white\/40:focus {
  border-color: rgb(255 255 255 / 0.4);
}

.focus\:border-white\/5:focus {
  border-color: rgb(255 255 255 / 0.05);
}

.focus\:border-white\/50:focus {
  border-color: rgb(255 255 255 / 0.5);
}

.focus\:border-white\/60:focus {
  border-color: rgb(255 255 255 / 0.6);
}

.focus\:border-white\/70:focus {
  border-color: rgb(255 255 255 / 0.7);
}

.focus\:border-white\/75:focus {
  border-color: rgb(255 255 255 / 0.75);
}

.focus\:border-white\/80:focus {
  border-color: rgb(255 255 255 / 0.8);
}

.focus\:border-white\/90:focus {
  border-color: rgb(255 255 255 / 0.9);
}

.focus\:border-white\/95:focus {
  border-color: rgb(255 255 255 / 0.95);
}

.focus\:border-work-identity-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(166 235 194 / var(--tw-border-opacity));
}

.focus\:border-work-identity-300\/0:focus {
  border-color: rgb(166 235 194 / 0);
}

.focus\:border-work-identity-300\/10:focus {
  border-color: rgb(166 235 194 / 0.1);
}

.focus\:border-work-identity-300\/100:focus {
  border-color: rgb(166 235 194 / 1);
}

.focus\:border-work-identity-300\/20:focus {
  border-color: rgb(166 235 194 / 0.2);
}

.focus\:border-work-identity-300\/25:focus {
  border-color: rgb(166 235 194 / 0.25);
}

.focus\:border-work-identity-300\/30:focus {
  border-color: rgb(166 235 194 / 0.3);
}

.focus\:border-work-identity-300\/40:focus {
  border-color: rgb(166 235 194 / 0.4);
}

.focus\:border-work-identity-300\/5:focus {
  border-color: rgb(166 235 194 / 0.05);
}

.focus\:border-work-identity-300\/50:focus {
  border-color: rgb(166 235 194 / 0.5);
}

.focus\:border-work-identity-300\/60:focus {
  border-color: rgb(166 235 194 / 0.6);
}

.focus\:border-work-identity-300\/70:focus {
  border-color: rgb(166 235 194 / 0.7);
}

.focus\:border-work-identity-300\/75:focus {
  border-color: rgb(166 235 194 / 0.75);
}

.focus\:border-work-identity-300\/80:focus {
  border-color: rgb(166 235 194 / 0.8);
}

.focus\:border-work-identity-300\/90:focus {
  border-color: rgb(166 235 194 / 0.9);
}

.focus\:border-work-identity-300\/95:focus {
  border-color: rgb(166 235 194 / 0.95);
}

.focus\:border-work-identity-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(83 221 139 / var(--tw-border-opacity));
}

.focus\:border-work-identity-400\/0:focus {
  border-color: rgb(83 221 139 / 0);
}

.focus\:border-work-identity-400\/10:focus {
  border-color: rgb(83 221 139 / 0.1);
}

.focus\:border-work-identity-400\/100:focus {
  border-color: rgb(83 221 139 / 1);
}

.focus\:border-work-identity-400\/20:focus {
  border-color: rgb(83 221 139 / 0.2);
}

.focus\:border-work-identity-400\/25:focus {
  border-color: rgb(83 221 139 / 0.25);
}

.focus\:border-work-identity-400\/30:focus {
  border-color: rgb(83 221 139 / 0.3);
}

.focus\:border-work-identity-400\/40:focus {
  border-color: rgb(83 221 139 / 0.4);
}

.focus\:border-work-identity-400\/5:focus {
  border-color: rgb(83 221 139 / 0.05);
}

.focus\:border-work-identity-400\/50:focus {
  border-color: rgb(83 221 139 / 0.5);
}

.focus\:border-work-identity-400\/60:focus {
  border-color: rgb(83 221 139 / 0.6);
}

.focus\:border-work-identity-400\/70:focus {
  border-color: rgb(83 221 139 / 0.7);
}

.focus\:border-work-identity-400\/75:focus {
  border-color: rgb(83 221 139 / 0.75);
}

.focus\:border-work-identity-400\/80:focus {
  border-color: rgb(83 221 139 / 0.8);
}

.focus\:border-work-identity-400\/90:focus {
  border-color: rgb(83 221 139 / 0.9);
}

.focus\:border-work-identity-400\/95:focus {
  border-color: rgb(83 221 139 / 0.95);
}

.focus\:border-work-identity-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 208 84 / var(--tw-border-opacity));
}

.focus\:border-work-identity-500\/0:focus {
  border-color: rgb(0 208 84 / 0);
}

.focus\:border-work-identity-500\/10:focus {
  border-color: rgb(0 208 84 / 0.1);
}

.focus\:border-work-identity-500\/100:focus {
  border-color: rgb(0 208 84 / 1);
}

.focus\:border-work-identity-500\/20:focus {
  border-color: rgb(0 208 84 / 0.2);
}

.focus\:border-work-identity-500\/25:focus {
  border-color: rgb(0 208 84 / 0.25);
}

.focus\:border-work-identity-500\/30:focus {
  border-color: rgb(0 208 84 / 0.3);
}

.focus\:border-work-identity-500\/40:focus {
  border-color: rgb(0 208 84 / 0.4);
}

.focus\:border-work-identity-500\/5:focus {
  border-color: rgb(0 208 84 / 0.05);
}

.focus\:border-work-identity-500\/50:focus {
  border-color: rgb(0 208 84 / 0.5);
}

.focus\:border-work-identity-500\/60:focus {
  border-color: rgb(0 208 84 / 0.6);
}

.focus\:border-work-identity-500\/70:focus {
  border-color: rgb(0 208 84 / 0.7);
}

.focus\:border-work-identity-500\/75:focus {
  border-color: rgb(0 208 84 / 0.75);
}

.focus\:border-work-identity-500\/80:focus {
  border-color: rgb(0 208 84 / 0.8);
}

.focus\:border-work-identity-500\/90:focus {
  border-color: rgb(0 208 84 / 0.9);
}

.focus\:border-work-identity-500\/95:focus {
  border-color: rgb(0 208 84 / 0.95);
}

.focus\:border-work-identity-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(249 249 249 / var(--tw-border-opacity));
}

.focus\:border-work-identity-900\/0:focus {
  border-color: rgb(249 249 249 / 0);
}

.focus\:border-work-identity-900\/10:focus {
  border-color: rgb(249 249 249 / 0.1);
}

.focus\:border-work-identity-900\/100:focus {
  border-color: rgb(249 249 249 / 1);
}

.focus\:border-work-identity-900\/20:focus {
  border-color: rgb(249 249 249 / 0.2);
}

.focus\:border-work-identity-900\/25:focus {
  border-color: rgb(249 249 249 / 0.25);
}

.focus\:border-work-identity-900\/30:focus {
  border-color: rgb(249 249 249 / 0.3);
}

.focus\:border-work-identity-900\/40:focus {
  border-color: rgb(249 249 249 / 0.4);
}

.focus\:border-work-identity-900\/5:focus {
  border-color: rgb(249 249 249 / 0.05);
}

.focus\:border-work-identity-900\/50:focus {
  border-color: rgb(249 249 249 / 0.5);
}

.focus\:border-work-identity-900\/60:focus {
  border-color: rgb(249 249 249 / 0.6);
}

.focus\:border-work-identity-900\/70:focus {
  border-color: rgb(249 249 249 / 0.7);
}

.focus\:border-work-identity-900\/75:focus {
  border-color: rgb(249 249 249 / 0.75);
}

.focus\:border-work-identity-900\/80:focus {
  border-color: rgb(249 249 249 / 0.8);
}

.focus\:border-work-identity-900\/90:focus {
  border-color: rgb(249 249 249 / 0.9);
}

.focus\:border-work-identity-900\/95:focus {
  border-color: rgb(249 249 249 / 0.95);
}

.focus\:border-yellow-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.focus\:border-yellow-100\/0:focus {
  border-color: rgb(254 249 195 / 0);
}

.focus\:border-yellow-100\/10:focus {
  border-color: rgb(254 249 195 / 0.1);
}

.focus\:border-yellow-100\/100:focus {
  border-color: rgb(254 249 195 / 1);
}

.focus\:border-yellow-100\/20:focus {
  border-color: rgb(254 249 195 / 0.2);
}

.focus\:border-yellow-100\/25:focus {
  border-color: rgb(254 249 195 / 0.25);
}

.focus\:border-yellow-100\/30:focus {
  border-color: rgb(254 249 195 / 0.3);
}

.focus\:border-yellow-100\/40:focus {
  border-color: rgb(254 249 195 / 0.4);
}

.focus\:border-yellow-100\/5:focus {
  border-color: rgb(254 249 195 / 0.05);
}

.focus\:border-yellow-100\/50:focus {
  border-color: rgb(254 249 195 / 0.5);
}

.focus\:border-yellow-100\/60:focus {
  border-color: rgb(254 249 195 / 0.6);
}

.focus\:border-yellow-100\/70:focus {
  border-color: rgb(254 249 195 / 0.7);
}

.focus\:border-yellow-100\/75:focus {
  border-color: rgb(254 249 195 / 0.75);
}

.focus\:border-yellow-100\/80:focus {
  border-color: rgb(254 249 195 / 0.8);
}

.focus\:border-yellow-100\/90:focus {
  border-color: rgb(254 249 195 / 0.9);
}

.focus\:border-yellow-100\/95:focus {
  border-color: rgb(254 249 195 / 0.95);
}

.focus\:border-yellow-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.focus\:border-yellow-200\/0:focus {
  border-color: rgb(254 240 138 / 0);
}

.focus\:border-yellow-200\/10:focus {
  border-color: rgb(254 240 138 / 0.1);
}

.focus\:border-yellow-200\/100:focus {
  border-color: rgb(254 240 138 / 1);
}

.focus\:border-yellow-200\/20:focus {
  border-color: rgb(254 240 138 / 0.2);
}

.focus\:border-yellow-200\/25:focus {
  border-color: rgb(254 240 138 / 0.25);
}

.focus\:border-yellow-200\/30:focus {
  border-color: rgb(254 240 138 / 0.3);
}

.focus\:border-yellow-200\/40:focus {
  border-color: rgb(254 240 138 / 0.4);
}

.focus\:border-yellow-200\/5:focus {
  border-color: rgb(254 240 138 / 0.05);
}

.focus\:border-yellow-200\/50:focus {
  border-color: rgb(254 240 138 / 0.5);
}

.focus\:border-yellow-200\/60:focus {
  border-color: rgb(254 240 138 / 0.6);
}

.focus\:border-yellow-200\/70:focus {
  border-color: rgb(254 240 138 / 0.7);
}

.focus\:border-yellow-200\/75:focus {
  border-color: rgb(254 240 138 / 0.75);
}

.focus\:border-yellow-200\/80:focus {
  border-color: rgb(254 240 138 / 0.8);
}

.focus\:border-yellow-200\/90:focus {
  border-color: rgb(254 240 138 / 0.9);
}

.focus\:border-yellow-200\/95:focus {
  border-color: rgb(254 240 138 / 0.95);
}

.focus\:border-yellow-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.focus\:border-yellow-300\/0:focus {
  border-color: rgb(253 224 71 / 0);
}

.focus\:border-yellow-300\/10:focus {
  border-color: rgb(253 224 71 / 0.1);
}

.focus\:border-yellow-300\/100:focus {
  border-color: rgb(253 224 71 / 1);
}

.focus\:border-yellow-300\/20:focus {
  border-color: rgb(253 224 71 / 0.2);
}

.focus\:border-yellow-300\/25:focus {
  border-color: rgb(253 224 71 / 0.25);
}

.focus\:border-yellow-300\/30:focus {
  border-color: rgb(253 224 71 / 0.3);
}

.focus\:border-yellow-300\/40:focus {
  border-color: rgb(253 224 71 / 0.4);
}

.focus\:border-yellow-300\/5:focus {
  border-color: rgb(253 224 71 / 0.05);
}

.focus\:border-yellow-300\/50:focus {
  border-color: rgb(253 224 71 / 0.5);
}

.focus\:border-yellow-300\/60:focus {
  border-color: rgb(253 224 71 / 0.6);
}

.focus\:border-yellow-300\/70:focus {
  border-color: rgb(253 224 71 / 0.7);
}

.focus\:border-yellow-300\/75:focus {
  border-color: rgb(253 224 71 / 0.75);
}

.focus\:border-yellow-300\/80:focus {
  border-color: rgb(253 224 71 / 0.8);
}

.focus\:border-yellow-300\/90:focus {
  border-color: rgb(253 224 71 / 0.9);
}

.focus\:border-yellow-300\/95:focus {
  border-color: rgb(253 224 71 / 0.95);
}

.focus\:border-yellow-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.focus\:border-yellow-400\/0:focus {
  border-color: rgb(250 204 21 / 0);
}

.focus\:border-yellow-400\/10:focus {
  border-color: rgb(250 204 21 / 0.1);
}

.focus\:border-yellow-400\/100:focus {
  border-color: rgb(250 204 21 / 1);
}

.focus\:border-yellow-400\/20:focus {
  border-color: rgb(250 204 21 / 0.2);
}

.focus\:border-yellow-400\/25:focus {
  border-color: rgb(250 204 21 / 0.25);
}

.focus\:border-yellow-400\/30:focus {
  border-color: rgb(250 204 21 / 0.3);
}

.focus\:border-yellow-400\/40:focus {
  border-color: rgb(250 204 21 / 0.4);
}

.focus\:border-yellow-400\/5:focus {
  border-color: rgb(250 204 21 / 0.05);
}

.focus\:border-yellow-400\/50:focus {
  border-color: rgb(250 204 21 / 0.5);
}

.focus\:border-yellow-400\/60:focus {
  border-color: rgb(250 204 21 / 0.6);
}

.focus\:border-yellow-400\/70:focus {
  border-color: rgb(250 204 21 / 0.7);
}

.focus\:border-yellow-400\/75:focus {
  border-color: rgb(250 204 21 / 0.75);
}

.focus\:border-yellow-400\/80:focus {
  border-color: rgb(250 204 21 / 0.8);
}

.focus\:border-yellow-400\/90:focus {
  border-color: rgb(250 204 21 / 0.9);
}

.focus\:border-yellow-400\/95:focus {
  border-color: rgb(250 204 21 / 0.95);
}

.focus\:border-yellow-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.focus\:border-yellow-50\/0:focus {
  border-color: rgb(254 252 232 / 0);
}

.focus\:border-yellow-50\/10:focus {
  border-color: rgb(254 252 232 / 0.1);
}

.focus\:border-yellow-50\/100:focus {
  border-color: rgb(254 252 232 / 1);
}

.focus\:border-yellow-50\/20:focus {
  border-color: rgb(254 252 232 / 0.2);
}

.focus\:border-yellow-50\/25:focus {
  border-color: rgb(254 252 232 / 0.25);
}

.focus\:border-yellow-50\/30:focus {
  border-color: rgb(254 252 232 / 0.3);
}

.focus\:border-yellow-50\/40:focus {
  border-color: rgb(254 252 232 / 0.4);
}

.focus\:border-yellow-50\/5:focus {
  border-color: rgb(254 252 232 / 0.05);
}

.focus\:border-yellow-50\/50:focus {
  border-color: rgb(254 252 232 / 0.5);
}

.focus\:border-yellow-50\/60:focus {
  border-color: rgb(254 252 232 / 0.6);
}

.focus\:border-yellow-50\/70:focus {
  border-color: rgb(254 252 232 / 0.7);
}

.focus\:border-yellow-50\/75:focus {
  border-color: rgb(254 252 232 / 0.75);
}

.focus\:border-yellow-50\/80:focus {
  border-color: rgb(254 252 232 / 0.8);
}

.focus\:border-yellow-50\/90:focus {
  border-color: rgb(254 252 232 / 0.9);
}

.focus\:border-yellow-50\/95:focus {
  border-color: rgb(254 252 232 / 0.95);
}

.focus\:border-yellow-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.focus\:border-yellow-500\/0:focus {
  border-color: rgb(234 179 8 / 0);
}

.focus\:border-yellow-500\/10:focus {
  border-color: rgb(234 179 8 / 0.1);
}

.focus\:border-yellow-500\/100:focus {
  border-color: rgb(234 179 8 / 1);
}

.focus\:border-yellow-500\/20:focus {
  border-color: rgb(234 179 8 / 0.2);
}

.focus\:border-yellow-500\/25:focus {
  border-color: rgb(234 179 8 / 0.25);
}

.focus\:border-yellow-500\/30:focus {
  border-color: rgb(234 179 8 / 0.3);
}

.focus\:border-yellow-500\/40:focus {
  border-color: rgb(234 179 8 / 0.4);
}

.focus\:border-yellow-500\/5:focus {
  border-color: rgb(234 179 8 / 0.05);
}

.focus\:border-yellow-500\/50:focus {
  border-color: rgb(234 179 8 / 0.5);
}

.focus\:border-yellow-500\/60:focus {
  border-color: rgb(234 179 8 / 0.6);
}

.focus\:border-yellow-500\/70:focus {
  border-color: rgb(234 179 8 / 0.7);
}

.focus\:border-yellow-500\/75:focus {
  border-color: rgb(234 179 8 / 0.75);
}

.focus\:border-yellow-500\/80:focus {
  border-color: rgb(234 179 8 / 0.8);
}

.focus\:border-yellow-500\/90:focus {
  border-color: rgb(234 179 8 / 0.9);
}

.focus\:border-yellow-500\/95:focus {
  border-color: rgb(234 179 8 / 0.95);
}

.focus\:border-yellow-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.focus\:border-yellow-600\/0:focus {
  border-color: rgb(202 138 4 / 0);
}

.focus\:border-yellow-600\/10:focus {
  border-color: rgb(202 138 4 / 0.1);
}

.focus\:border-yellow-600\/100:focus {
  border-color: rgb(202 138 4 / 1);
}

.focus\:border-yellow-600\/20:focus {
  border-color: rgb(202 138 4 / 0.2);
}

.focus\:border-yellow-600\/25:focus {
  border-color: rgb(202 138 4 / 0.25);
}

.focus\:border-yellow-600\/30:focus {
  border-color: rgb(202 138 4 / 0.3);
}

.focus\:border-yellow-600\/40:focus {
  border-color: rgb(202 138 4 / 0.4);
}

.focus\:border-yellow-600\/5:focus {
  border-color: rgb(202 138 4 / 0.05);
}

.focus\:border-yellow-600\/50:focus {
  border-color: rgb(202 138 4 / 0.5);
}

.focus\:border-yellow-600\/60:focus {
  border-color: rgb(202 138 4 / 0.6);
}

.focus\:border-yellow-600\/70:focus {
  border-color: rgb(202 138 4 / 0.7);
}

.focus\:border-yellow-600\/75:focus {
  border-color: rgb(202 138 4 / 0.75);
}

.focus\:border-yellow-600\/80:focus {
  border-color: rgb(202 138 4 / 0.8);
}

.focus\:border-yellow-600\/90:focus {
  border-color: rgb(202 138 4 / 0.9);
}

.focus\:border-yellow-600\/95:focus {
  border-color: rgb(202 138 4 / 0.95);
}

.focus\:border-yellow-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.focus\:border-yellow-700\/0:focus {
  border-color: rgb(161 98 7 / 0);
}

.focus\:border-yellow-700\/10:focus {
  border-color: rgb(161 98 7 / 0.1);
}

.focus\:border-yellow-700\/100:focus {
  border-color: rgb(161 98 7 / 1);
}

.focus\:border-yellow-700\/20:focus {
  border-color: rgb(161 98 7 / 0.2);
}

.focus\:border-yellow-700\/25:focus {
  border-color: rgb(161 98 7 / 0.25);
}

.focus\:border-yellow-700\/30:focus {
  border-color: rgb(161 98 7 / 0.3);
}

.focus\:border-yellow-700\/40:focus {
  border-color: rgb(161 98 7 / 0.4);
}

.focus\:border-yellow-700\/5:focus {
  border-color: rgb(161 98 7 / 0.05);
}

.focus\:border-yellow-700\/50:focus {
  border-color: rgb(161 98 7 / 0.5);
}

.focus\:border-yellow-700\/60:focus {
  border-color: rgb(161 98 7 / 0.6);
}

.focus\:border-yellow-700\/70:focus {
  border-color: rgb(161 98 7 / 0.7);
}

.focus\:border-yellow-700\/75:focus {
  border-color: rgb(161 98 7 / 0.75);
}

.focus\:border-yellow-700\/80:focus {
  border-color: rgb(161 98 7 / 0.8);
}

.focus\:border-yellow-700\/90:focus {
  border-color: rgb(161 98 7 / 0.9);
}

.focus\:border-yellow-700\/95:focus {
  border-color: rgb(161 98 7 / 0.95);
}

.focus\:border-yellow-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.focus\:border-yellow-800\/0:focus {
  border-color: rgb(133 77 14 / 0);
}

.focus\:border-yellow-800\/10:focus {
  border-color: rgb(133 77 14 / 0.1);
}

.focus\:border-yellow-800\/100:focus {
  border-color: rgb(133 77 14 / 1);
}

.focus\:border-yellow-800\/20:focus {
  border-color: rgb(133 77 14 / 0.2);
}

.focus\:border-yellow-800\/25:focus {
  border-color: rgb(133 77 14 / 0.25);
}

.focus\:border-yellow-800\/30:focus {
  border-color: rgb(133 77 14 / 0.3);
}

.focus\:border-yellow-800\/40:focus {
  border-color: rgb(133 77 14 / 0.4);
}

.focus\:border-yellow-800\/5:focus {
  border-color: rgb(133 77 14 / 0.05);
}

.focus\:border-yellow-800\/50:focus {
  border-color: rgb(133 77 14 / 0.5);
}

.focus\:border-yellow-800\/60:focus {
  border-color: rgb(133 77 14 / 0.6);
}

.focus\:border-yellow-800\/70:focus {
  border-color: rgb(133 77 14 / 0.7);
}

.focus\:border-yellow-800\/75:focus {
  border-color: rgb(133 77 14 / 0.75);
}

.focus\:border-yellow-800\/80:focus {
  border-color: rgb(133 77 14 / 0.8);
}

.focus\:border-yellow-800\/90:focus {
  border-color: rgb(133 77 14 / 0.9);
}

.focus\:border-yellow-800\/95:focus {
  border-color: rgb(133 77 14 / 0.95);
}

.focus\:border-yellow-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.focus\:border-yellow-900\/0:focus {
  border-color: rgb(113 63 18 / 0);
}

.focus\:border-yellow-900\/10:focus {
  border-color: rgb(113 63 18 / 0.1);
}

.focus\:border-yellow-900\/100:focus {
  border-color: rgb(113 63 18 / 1);
}

.focus\:border-yellow-900\/20:focus {
  border-color: rgb(113 63 18 / 0.2);
}

.focus\:border-yellow-900\/25:focus {
  border-color: rgb(113 63 18 / 0.25);
}

.focus\:border-yellow-900\/30:focus {
  border-color: rgb(113 63 18 / 0.3);
}

.focus\:border-yellow-900\/40:focus {
  border-color: rgb(113 63 18 / 0.4);
}

.focus\:border-yellow-900\/5:focus {
  border-color: rgb(113 63 18 / 0.05);
}

.focus\:border-yellow-900\/50:focus {
  border-color: rgb(113 63 18 / 0.5);
}

.focus\:border-yellow-900\/60:focus {
  border-color: rgb(113 63 18 / 0.6);
}

.focus\:border-yellow-900\/70:focus {
  border-color: rgb(113 63 18 / 0.7);
}

.focus\:border-yellow-900\/75:focus {
  border-color: rgb(113 63 18 / 0.75);
}

.focus\:border-yellow-900\/80:focus {
  border-color: rgb(113 63 18 / 0.8);
}

.focus\:border-yellow-900\/90:focus {
  border-color: rgb(113 63 18 / 0.9);
}

.focus\:border-yellow-900\/95:focus {
  border-color: rgb(113 63 18 / 0.95);
}

.focus\:border-yellow-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.focus\:border-yellow-950\/0:focus {
  border-color: rgb(66 32 6 / 0);
}

.focus\:border-yellow-950\/10:focus {
  border-color: rgb(66 32 6 / 0.1);
}

.focus\:border-yellow-950\/100:focus {
  border-color: rgb(66 32 6 / 1);
}

.focus\:border-yellow-950\/20:focus {
  border-color: rgb(66 32 6 / 0.2);
}

.focus\:border-yellow-950\/25:focus {
  border-color: rgb(66 32 6 / 0.25);
}

.focus\:border-yellow-950\/30:focus {
  border-color: rgb(66 32 6 / 0.3);
}

.focus\:border-yellow-950\/40:focus {
  border-color: rgb(66 32 6 / 0.4);
}

.focus\:border-yellow-950\/5:focus {
  border-color: rgb(66 32 6 / 0.05);
}

.focus\:border-yellow-950\/50:focus {
  border-color: rgb(66 32 6 / 0.5);
}

.focus\:border-yellow-950\/60:focus {
  border-color: rgb(66 32 6 / 0.6);
}

.focus\:border-yellow-950\/70:focus {
  border-color: rgb(66 32 6 / 0.7);
}

.focus\:border-yellow-950\/75:focus {
  border-color: rgb(66 32 6 / 0.75);
}

.focus\:border-yellow-950\/80:focus {
  border-color: rgb(66 32 6 / 0.8);
}

.focus\:border-yellow-950\/90:focus {
  border-color: rgb(66 32 6 / 0.9);
}

.focus\:border-yellow-950\/95:focus {
  border-color: rgb(66 32 6 / 0.95);
}

.focus\:border-zinc-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-border-opacity));
}

.focus\:border-zinc-100\/0:focus {
  border-color: rgb(244 244 245 / 0);
}

.focus\:border-zinc-100\/10:focus {
  border-color: rgb(244 244 245 / 0.1);
}

.focus\:border-zinc-100\/100:focus {
  border-color: rgb(244 244 245 / 1);
}

.focus\:border-zinc-100\/20:focus {
  border-color: rgb(244 244 245 / 0.2);
}

.focus\:border-zinc-100\/25:focus {
  border-color: rgb(244 244 245 / 0.25);
}

.focus\:border-zinc-100\/30:focus {
  border-color: rgb(244 244 245 / 0.3);
}

.focus\:border-zinc-100\/40:focus {
  border-color: rgb(244 244 245 / 0.4);
}

.focus\:border-zinc-100\/5:focus {
  border-color: rgb(244 244 245 / 0.05);
}

.focus\:border-zinc-100\/50:focus {
  border-color: rgb(244 244 245 / 0.5);
}

.focus\:border-zinc-100\/60:focus {
  border-color: rgb(244 244 245 / 0.6);
}

.focus\:border-zinc-100\/70:focus {
  border-color: rgb(244 244 245 / 0.7);
}

.focus\:border-zinc-100\/75:focus {
  border-color: rgb(244 244 245 / 0.75);
}

.focus\:border-zinc-100\/80:focus {
  border-color: rgb(244 244 245 / 0.8);
}

.focus\:border-zinc-100\/90:focus {
  border-color: rgb(244 244 245 / 0.9);
}

.focus\:border-zinc-100\/95:focus {
  border-color: rgb(244 244 245 / 0.95);
}

.focus\:border-zinc-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.focus\:border-zinc-200\/0:focus {
  border-color: rgb(228 228 231 / 0);
}

.focus\:border-zinc-200\/10:focus {
  border-color: rgb(228 228 231 / 0.1);
}

.focus\:border-zinc-200\/100:focus {
  border-color: rgb(228 228 231 / 1);
}

.focus\:border-zinc-200\/20:focus {
  border-color: rgb(228 228 231 / 0.2);
}

.focus\:border-zinc-200\/25:focus {
  border-color: rgb(228 228 231 / 0.25);
}

.focus\:border-zinc-200\/30:focus {
  border-color: rgb(228 228 231 / 0.3);
}

.focus\:border-zinc-200\/40:focus {
  border-color: rgb(228 228 231 / 0.4);
}

.focus\:border-zinc-200\/5:focus {
  border-color: rgb(228 228 231 / 0.05);
}

.focus\:border-zinc-200\/50:focus {
  border-color: rgb(228 228 231 / 0.5);
}

.focus\:border-zinc-200\/60:focus {
  border-color: rgb(228 228 231 / 0.6);
}

.focus\:border-zinc-200\/70:focus {
  border-color: rgb(228 228 231 / 0.7);
}

.focus\:border-zinc-200\/75:focus {
  border-color: rgb(228 228 231 / 0.75);
}

.focus\:border-zinc-200\/80:focus {
  border-color: rgb(228 228 231 / 0.8);
}

.focus\:border-zinc-200\/90:focus {
  border-color: rgb(228 228 231 / 0.9);
}

.focus\:border-zinc-200\/95:focus {
  border-color: rgb(228 228 231 / 0.95);
}

.focus\:border-zinc-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.focus\:border-zinc-300\/0:focus {
  border-color: rgb(212 212 216 / 0);
}

.focus\:border-zinc-300\/10:focus {
  border-color: rgb(212 212 216 / 0.1);
}

.focus\:border-zinc-300\/100:focus {
  border-color: rgb(212 212 216 / 1);
}

.focus\:border-zinc-300\/20:focus {
  border-color: rgb(212 212 216 / 0.2);
}

.focus\:border-zinc-300\/25:focus {
  border-color: rgb(212 212 216 / 0.25);
}

.focus\:border-zinc-300\/30:focus {
  border-color: rgb(212 212 216 / 0.3);
}

.focus\:border-zinc-300\/40:focus {
  border-color: rgb(212 212 216 / 0.4);
}

.focus\:border-zinc-300\/5:focus {
  border-color: rgb(212 212 216 / 0.05);
}

.focus\:border-zinc-300\/50:focus {
  border-color: rgb(212 212 216 / 0.5);
}

.focus\:border-zinc-300\/60:focus {
  border-color: rgb(212 212 216 / 0.6);
}

.focus\:border-zinc-300\/70:focus {
  border-color: rgb(212 212 216 / 0.7);
}

.focus\:border-zinc-300\/75:focus {
  border-color: rgb(212 212 216 / 0.75);
}

.focus\:border-zinc-300\/80:focus {
  border-color: rgb(212 212 216 / 0.8);
}

.focus\:border-zinc-300\/90:focus {
  border-color: rgb(212 212 216 / 0.9);
}

.focus\:border-zinc-300\/95:focus {
  border-color: rgb(212 212 216 / 0.95);
}

.focus\:border-zinc-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.focus\:border-zinc-400\/0:focus {
  border-color: rgb(161 161 170 / 0);
}

.focus\:border-zinc-400\/10:focus {
  border-color: rgb(161 161 170 / 0.1);
}

.focus\:border-zinc-400\/100:focus {
  border-color: rgb(161 161 170 / 1);
}

.focus\:border-zinc-400\/20:focus {
  border-color: rgb(161 161 170 / 0.2);
}

.focus\:border-zinc-400\/25:focus {
  border-color: rgb(161 161 170 / 0.25);
}

.focus\:border-zinc-400\/30:focus {
  border-color: rgb(161 161 170 / 0.3);
}

.focus\:border-zinc-400\/40:focus {
  border-color: rgb(161 161 170 / 0.4);
}

.focus\:border-zinc-400\/5:focus {
  border-color: rgb(161 161 170 / 0.05);
}

.focus\:border-zinc-400\/50:focus {
  border-color: rgb(161 161 170 / 0.5);
}

.focus\:border-zinc-400\/60:focus {
  border-color: rgb(161 161 170 / 0.6);
}

.focus\:border-zinc-400\/70:focus {
  border-color: rgb(161 161 170 / 0.7);
}

.focus\:border-zinc-400\/75:focus {
  border-color: rgb(161 161 170 / 0.75);
}

.focus\:border-zinc-400\/80:focus {
  border-color: rgb(161 161 170 / 0.8);
}

.focus\:border-zinc-400\/90:focus {
  border-color: rgb(161 161 170 / 0.9);
}

.focus\:border-zinc-400\/95:focus {
  border-color: rgb(161 161 170 / 0.95);
}

.focus\:border-zinc-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.focus\:border-zinc-50\/0:focus {
  border-color: rgb(250 250 250 / 0);
}

.focus\:border-zinc-50\/10:focus {
  border-color: rgb(250 250 250 / 0.1);
}

.focus\:border-zinc-50\/100:focus {
  border-color: rgb(250 250 250 / 1);
}

.focus\:border-zinc-50\/20:focus {
  border-color: rgb(250 250 250 / 0.2);
}

.focus\:border-zinc-50\/25:focus {
  border-color: rgb(250 250 250 / 0.25);
}

.focus\:border-zinc-50\/30:focus {
  border-color: rgb(250 250 250 / 0.3);
}

.focus\:border-zinc-50\/40:focus {
  border-color: rgb(250 250 250 / 0.4);
}

.focus\:border-zinc-50\/5:focus {
  border-color: rgb(250 250 250 / 0.05);
}

.focus\:border-zinc-50\/50:focus {
  border-color: rgb(250 250 250 / 0.5);
}

.focus\:border-zinc-50\/60:focus {
  border-color: rgb(250 250 250 / 0.6);
}

.focus\:border-zinc-50\/70:focus {
  border-color: rgb(250 250 250 / 0.7);
}

.focus\:border-zinc-50\/75:focus {
  border-color: rgb(250 250 250 / 0.75);
}

.focus\:border-zinc-50\/80:focus {
  border-color: rgb(250 250 250 / 0.8);
}

.focus\:border-zinc-50\/90:focus {
  border-color: rgb(250 250 250 / 0.9);
}

.focus\:border-zinc-50\/95:focus {
  border-color: rgb(250 250 250 / 0.95);
}

.focus\:border-zinc-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-border-opacity));
}

.focus\:border-zinc-500\/0:focus {
  border-color: rgb(113 113 122 / 0);
}

.focus\:border-zinc-500\/10:focus {
  border-color: rgb(113 113 122 / 0.1);
}

.focus\:border-zinc-500\/100:focus {
  border-color: rgb(113 113 122 / 1);
}

.focus\:border-zinc-500\/20:focus {
  border-color: rgb(113 113 122 / 0.2);
}

.focus\:border-zinc-500\/25:focus {
  border-color: rgb(113 113 122 / 0.25);
}

.focus\:border-zinc-500\/30:focus {
  border-color: rgb(113 113 122 / 0.3);
}

.focus\:border-zinc-500\/40:focus {
  border-color: rgb(113 113 122 / 0.4);
}

.focus\:border-zinc-500\/5:focus {
  border-color: rgb(113 113 122 / 0.05);
}

.focus\:border-zinc-500\/50:focus {
  border-color: rgb(113 113 122 / 0.5);
}

.focus\:border-zinc-500\/60:focus {
  border-color: rgb(113 113 122 / 0.6);
}

.focus\:border-zinc-500\/70:focus {
  border-color: rgb(113 113 122 / 0.7);
}

.focus\:border-zinc-500\/75:focus {
  border-color: rgb(113 113 122 / 0.75);
}

.focus\:border-zinc-500\/80:focus {
  border-color: rgb(113 113 122 / 0.8);
}

.focus\:border-zinc-500\/90:focus {
  border-color: rgb(113 113 122 / 0.9);
}

.focus\:border-zinc-500\/95:focus {
  border-color: rgb(113 113 122 / 0.95);
}

.focus\:border-zinc-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
}

.focus\:border-zinc-600\/0:focus {
  border-color: rgb(82 82 91 / 0);
}

.focus\:border-zinc-600\/10:focus {
  border-color: rgb(82 82 91 / 0.1);
}

.focus\:border-zinc-600\/100:focus {
  border-color: rgb(82 82 91 / 1);
}

.focus\:border-zinc-600\/20:focus {
  border-color: rgb(82 82 91 / 0.2);
}

.focus\:border-zinc-600\/25:focus {
  border-color: rgb(82 82 91 / 0.25);
}

.focus\:border-zinc-600\/30:focus {
  border-color: rgb(82 82 91 / 0.3);
}

.focus\:border-zinc-600\/40:focus {
  border-color: rgb(82 82 91 / 0.4);
}

.focus\:border-zinc-600\/5:focus {
  border-color: rgb(82 82 91 / 0.05);
}

.focus\:border-zinc-600\/50:focus {
  border-color: rgb(82 82 91 / 0.5);
}

.focus\:border-zinc-600\/60:focus {
  border-color: rgb(82 82 91 / 0.6);
}

.focus\:border-zinc-600\/70:focus {
  border-color: rgb(82 82 91 / 0.7);
}

.focus\:border-zinc-600\/75:focus {
  border-color: rgb(82 82 91 / 0.75);
}

.focus\:border-zinc-600\/80:focus {
  border-color: rgb(82 82 91 / 0.8);
}

.focus\:border-zinc-600\/90:focus {
  border-color: rgb(82 82 91 / 0.9);
}

.focus\:border-zinc-600\/95:focus {
  border-color: rgb(82 82 91 / 0.95);
}

.focus\:border-zinc-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.focus\:border-zinc-700\/0:focus {
  border-color: rgb(63 63 70 / 0);
}

.focus\:border-zinc-700\/10:focus {
  border-color: rgb(63 63 70 / 0.1);
}

.focus\:border-zinc-700\/100:focus {
  border-color: rgb(63 63 70 / 1);
}

.focus\:border-zinc-700\/20:focus {
  border-color: rgb(63 63 70 / 0.2);
}

.focus\:border-zinc-700\/25:focus {
  border-color: rgb(63 63 70 / 0.25);
}

.focus\:border-zinc-700\/30:focus {
  border-color: rgb(63 63 70 / 0.3);
}

.focus\:border-zinc-700\/40:focus {
  border-color: rgb(63 63 70 / 0.4);
}

.focus\:border-zinc-700\/5:focus {
  border-color: rgb(63 63 70 / 0.05);
}

.focus\:border-zinc-700\/50:focus {
  border-color: rgb(63 63 70 / 0.5);
}

.focus\:border-zinc-700\/60:focus {
  border-color: rgb(63 63 70 / 0.6);
}

.focus\:border-zinc-700\/70:focus {
  border-color: rgb(63 63 70 / 0.7);
}

.focus\:border-zinc-700\/75:focus {
  border-color: rgb(63 63 70 / 0.75);
}

.focus\:border-zinc-700\/80:focus {
  border-color: rgb(63 63 70 / 0.8);
}

.focus\:border-zinc-700\/90:focus {
  border-color: rgb(63 63 70 / 0.9);
}

.focus\:border-zinc-700\/95:focus {
  border-color: rgb(63 63 70 / 0.95);
}

.focus\:border-zinc-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity));
}

.focus\:border-zinc-800\/0:focus {
  border-color: rgb(39 39 42 / 0);
}

.focus\:border-zinc-800\/10:focus {
  border-color: rgb(39 39 42 / 0.1);
}

.focus\:border-zinc-800\/100:focus {
  border-color: rgb(39 39 42 / 1);
}

.focus\:border-zinc-800\/20:focus {
  border-color: rgb(39 39 42 / 0.2);
}

.focus\:border-zinc-800\/25:focus {
  border-color: rgb(39 39 42 / 0.25);
}

.focus\:border-zinc-800\/30:focus {
  border-color: rgb(39 39 42 / 0.3);
}

.focus\:border-zinc-800\/40:focus {
  border-color: rgb(39 39 42 / 0.4);
}

.focus\:border-zinc-800\/5:focus {
  border-color: rgb(39 39 42 / 0.05);
}

.focus\:border-zinc-800\/50:focus {
  border-color: rgb(39 39 42 / 0.5);
}

.focus\:border-zinc-800\/60:focus {
  border-color: rgb(39 39 42 / 0.6);
}

.focus\:border-zinc-800\/70:focus {
  border-color: rgb(39 39 42 / 0.7);
}

.focus\:border-zinc-800\/75:focus {
  border-color: rgb(39 39 42 / 0.75);
}

.focus\:border-zinc-800\/80:focus {
  border-color: rgb(39 39 42 / 0.8);
}

.focus\:border-zinc-800\/90:focus {
  border-color: rgb(39 39 42 / 0.9);
}

.focus\:border-zinc-800\/95:focus {
  border-color: rgb(39 39 42 / 0.95);
}

.focus\:border-zinc-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.focus\:border-zinc-900\/0:focus {
  border-color: rgb(24 24 27 / 0);
}

.focus\:border-zinc-900\/10:focus {
  border-color: rgb(24 24 27 / 0.1);
}

.focus\:border-zinc-900\/100:focus {
  border-color: rgb(24 24 27 / 1);
}

.focus\:border-zinc-900\/20:focus {
  border-color: rgb(24 24 27 / 0.2);
}

.focus\:border-zinc-900\/25:focus {
  border-color: rgb(24 24 27 / 0.25);
}

.focus\:border-zinc-900\/30:focus {
  border-color: rgb(24 24 27 / 0.3);
}

.focus\:border-zinc-900\/40:focus {
  border-color: rgb(24 24 27 / 0.4);
}

.focus\:border-zinc-900\/5:focus {
  border-color: rgb(24 24 27 / 0.05);
}

.focus\:border-zinc-900\/50:focus {
  border-color: rgb(24 24 27 / 0.5);
}

.focus\:border-zinc-900\/60:focus {
  border-color: rgb(24 24 27 / 0.6);
}

.focus\:border-zinc-900\/70:focus {
  border-color: rgb(24 24 27 / 0.7);
}

.focus\:border-zinc-900\/75:focus {
  border-color: rgb(24 24 27 / 0.75);
}

.focus\:border-zinc-900\/80:focus {
  border-color: rgb(24 24 27 / 0.8);
}

.focus\:border-zinc-900\/90:focus {
  border-color: rgb(24 24 27 / 0.9);
}

.focus\:border-zinc-900\/95:focus {
  border-color: rgb(24 24 27 / 0.95);
}

.focus\:border-zinc-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(9 9 11 / var(--tw-border-opacity));
}

.focus\:border-zinc-950\/0:focus {
  border-color: rgb(9 9 11 / 0);
}

.focus\:border-zinc-950\/10:focus {
  border-color: rgb(9 9 11 / 0.1);
}

.focus\:border-zinc-950\/100:focus {
  border-color: rgb(9 9 11 / 1);
}

.focus\:border-zinc-950\/20:focus {
  border-color: rgb(9 9 11 / 0.2);
}

.focus\:border-zinc-950\/25:focus {
  border-color: rgb(9 9 11 / 0.25);
}

.focus\:border-zinc-950\/30:focus {
  border-color: rgb(9 9 11 / 0.3);
}

.focus\:border-zinc-950\/40:focus {
  border-color: rgb(9 9 11 / 0.4);
}

.focus\:border-zinc-950\/5:focus {
  border-color: rgb(9 9 11 / 0.05);
}

.focus\:border-zinc-950\/50:focus {
  border-color: rgb(9 9 11 / 0.5);
}

.focus\:border-zinc-950\/60:focus {
  border-color: rgb(9 9 11 / 0.6);
}

.focus\:border-zinc-950\/70:focus {
  border-color: rgb(9 9 11 / 0.7);
}

.focus\:border-zinc-950\/75:focus {
  border-color: rgb(9 9 11 / 0.75);
}

.focus\:border-zinc-950\/80:focus {
  border-color: rgb(9 9 11 / 0.8);
}

.focus\:border-zinc-950\/90:focus {
  border-color: rgb(9 9 11 / 0.9);
}

.focus\:border-zinc-950\/95:focus {
  border-color: rgb(9 9 11 / 0.95);
}

.focus\:border-x-amber-100:focus {
  --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));
}

.focus\:border-x-amber-100\/0:focus {
  border-left-color: rgb(254 243 199 / 0);
  border-right-color: rgb(254 243 199 / 0);
}

.focus\:border-x-amber-100\/10:focus {
  border-left-color: rgb(254 243 199 / 0.1);
  border-right-color: rgb(254 243 199 / 0.1);
}

.focus\:border-x-amber-100\/100:focus {
  border-left-color: rgb(254 243 199 / 1);
  border-right-color: rgb(254 243 199 / 1);
}

.focus\:border-x-amber-100\/20:focus {
  border-left-color: rgb(254 243 199 / 0.2);
  border-right-color: rgb(254 243 199 / 0.2);
}

.focus\:border-x-amber-100\/25:focus {
  border-left-color: rgb(254 243 199 / 0.25);
  border-right-color: rgb(254 243 199 / 0.25);
}

.focus\:border-x-amber-100\/30:focus {
  border-left-color: rgb(254 243 199 / 0.3);
  border-right-color: rgb(254 243 199 / 0.3);
}

.focus\:border-x-amber-100\/40:focus {
  border-left-color: rgb(254 243 199 / 0.4);
  border-right-color: rgb(254 243 199 / 0.4);
}

.focus\:border-x-amber-100\/5:focus {
  border-left-color: rgb(254 243 199 / 0.05);
  border-right-color: rgb(254 243 199 / 0.05);
}

.focus\:border-x-amber-100\/50:focus {
  border-left-color: rgb(254 243 199 / 0.5);
  border-right-color: rgb(254 243 199 / 0.5);
}

.focus\:border-x-amber-100\/60:focus {
  border-left-color: rgb(254 243 199 / 0.6);
  border-right-color: rgb(254 243 199 / 0.6);
}

.focus\:border-x-amber-100\/70:focus {
  border-left-color: rgb(254 243 199 / 0.7);
  border-right-color: rgb(254 243 199 / 0.7);
}

.focus\:border-x-amber-100\/75:focus {
  border-left-color: rgb(254 243 199 / 0.75);
  border-right-color: rgb(254 243 199 / 0.75);
}

.focus\:border-x-amber-100\/80:focus {
  border-left-color: rgb(254 243 199 / 0.8);
  border-right-color: rgb(254 243 199 / 0.8);
}

.focus\:border-x-amber-100\/90:focus {
  border-left-color: rgb(254 243 199 / 0.9);
  border-right-color: rgb(254 243 199 / 0.9);
}

.focus\:border-x-amber-100\/95:focus {
  border-left-color: rgb(254 243 199 / 0.95);
  border-right-color: rgb(254 243 199 / 0.95);
}

.focus\:border-x-amber-200:focus {
  --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));
}

.focus\:border-x-amber-200\/0:focus {
  border-left-color: rgb(253 230 138 / 0);
  border-right-color: rgb(253 230 138 / 0);
}

.focus\:border-x-amber-200\/10:focus {
  border-left-color: rgb(253 230 138 / 0.1);
  border-right-color: rgb(253 230 138 / 0.1);
}

.focus\:border-x-amber-200\/100:focus {
  border-left-color: rgb(253 230 138 / 1);
  border-right-color: rgb(253 230 138 / 1);
}

.focus\:border-x-amber-200\/20:focus {
  border-left-color: rgb(253 230 138 / 0.2);
  border-right-color: rgb(253 230 138 / 0.2);
}

.focus\:border-x-amber-200\/25:focus {
  border-left-color: rgb(253 230 138 / 0.25);
  border-right-color: rgb(253 230 138 / 0.25);
}

.focus\:border-x-amber-200\/30:focus {
  border-left-color: rgb(253 230 138 / 0.3);
  border-right-color: rgb(253 230 138 / 0.3);
}

.focus\:border-x-amber-200\/40:focus {
  border-left-color: rgb(253 230 138 / 0.4);
  border-right-color: rgb(253 230 138 / 0.4);
}

.focus\:border-x-amber-200\/5:focus {
  border-left-color: rgb(253 230 138 / 0.05);
  border-right-color: rgb(253 230 138 / 0.05);
}

.focus\:border-x-amber-200\/50:focus {
  border-left-color: rgb(253 230 138 / 0.5);
  border-right-color: rgb(253 230 138 / 0.5);
}

.focus\:border-x-amber-200\/60:focus {
  border-left-color: rgb(253 230 138 / 0.6);
  border-right-color: rgb(253 230 138 / 0.6);
}

.focus\:border-x-amber-200\/70:focus {
  border-left-color: rgb(253 230 138 / 0.7);
  border-right-color: rgb(253 230 138 / 0.7);
}

.focus\:border-x-amber-200\/75:focus {
  border-left-color: rgb(253 230 138 / 0.75);
  border-right-color: rgb(253 230 138 / 0.75);
}

.focus\:border-x-amber-200\/80:focus {
  border-left-color: rgb(253 230 138 / 0.8);
  border-right-color: rgb(253 230 138 / 0.8);
}

.focus\:border-x-amber-200\/90:focus {
  border-left-color: rgb(253 230 138 / 0.9);
  border-right-color: rgb(253 230 138 / 0.9);
}

.focus\:border-x-amber-200\/95:focus {
  border-left-color: rgb(253 230 138 / 0.95);
  border-right-color: rgb(253 230 138 / 0.95);
}

.focus\:border-x-amber-300:focus {
  --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));
}

.focus\:border-x-amber-300\/0:focus {
  border-left-color: rgb(252 211 77 / 0);
  border-right-color: rgb(252 211 77 / 0);
}

.focus\:border-x-amber-300\/10:focus {
  border-left-color: rgb(252 211 77 / 0.1);
  border-right-color: rgb(252 211 77 / 0.1);
}

.focus\:border-x-amber-300\/100:focus {
  border-left-color: rgb(252 211 77 / 1);
  border-right-color: rgb(252 211 77 / 1);
}

.focus\:border-x-amber-300\/20:focus {
  border-left-color: rgb(252 211 77 / 0.2);
  border-right-color: rgb(252 211 77 / 0.2);
}

.focus\:border-x-amber-300\/25:focus {
  border-left-color: rgb(252 211 77 / 0.25);
  border-right-color: rgb(252 211 77 / 0.25);
}

.focus\:border-x-amber-300\/30:focus {
  border-left-color: rgb(252 211 77 / 0.3);
  border-right-color: rgb(252 211 77 / 0.3);
}

.focus\:border-x-amber-300\/40:focus {
  border-left-color: rgb(252 211 77 / 0.4);
  border-right-color: rgb(252 211 77 / 0.4);
}

.focus\:border-x-amber-300\/5:focus {
  border-left-color: rgb(252 211 77 / 0.05);
  border-right-color: rgb(252 211 77 / 0.05);
}

.focus\:border-x-amber-300\/50:focus {
  border-left-color: rgb(252 211 77 / 0.5);
  border-right-color: rgb(252 211 77 / 0.5);
}

.focus\:border-x-amber-300\/60:focus {
  border-left-color: rgb(252 211 77 / 0.6);
  border-right-color: rgb(252 211 77 / 0.6);
}

.focus\:border-x-amber-300\/70:focus {
  border-left-color: rgb(252 211 77 / 0.7);
  border-right-color: rgb(252 211 77 / 0.7);
}

.focus\:border-x-amber-300\/75:focus {
  border-left-color: rgb(252 211 77 / 0.75);
  border-right-color: rgb(252 211 77 / 0.75);
}

.focus\:border-x-amber-300\/80:focus {
  border-left-color: rgb(252 211 77 / 0.8);
  border-right-color: rgb(252 211 77 / 0.8);
}

.focus\:border-x-amber-300\/90:focus {
  border-left-color: rgb(252 211 77 / 0.9);
  border-right-color: rgb(252 211 77 / 0.9);
}

.focus\:border-x-amber-300\/95:focus {
  border-left-color: rgb(252 211 77 / 0.95);
  border-right-color: rgb(252 211 77 / 0.95);
}

.focus\:border-x-amber-400:focus {
  --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));
}

.focus\:border-x-amber-400\/0:focus {
  border-left-color: rgb(251 191 36 / 0);
  border-right-color: rgb(251 191 36 / 0);
}

.focus\:border-x-amber-400\/10:focus {
  border-left-color: rgb(251 191 36 / 0.1);
  border-right-color: rgb(251 191 36 / 0.1);
}

.focus\:border-x-amber-400\/100:focus {
  border-left-color: rgb(251 191 36 / 1);
  border-right-color: rgb(251 191 36 / 1);
}

.focus\:border-x-amber-400\/20:focus {
  border-left-color: rgb(251 191 36 / 0.2);
  border-right-color: rgb(251 191 36 / 0.2);
}

.focus\:border-x-amber-400\/25:focus {
  border-left-color: rgb(251 191 36 / 0.25);
  border-right-color: rgb(251 191 36 / 0.25);
}

.focus\:border-x-amber-400\/30:focus {
  border-left-color: rgb(251 191 36 / 0.3);
  border-right-color: rgb(251 191 36 / 0.3);
}

.focus\:border-x-amber-400\/40:focus {
  border-left-color: rgb(251 191 36 / 0.4);
  border-right-color: rgb(251 191 36 / 0.4);
}

.focus\:border-x-amber-400\/5:focus {
  border-left-color: rgb(251 191 36 / 0.05);
  border-right-color: rgb(251 191 36 / 0.05);
}

.focus\:border-x-amber-400\/50:focus {
  border-left-color: rgb(251 191 36 / 0.5);
  border-right-color: rgb(251 191 36 / 0.5);
}

.focus\:border-x-amber-400\/60:focus {
  border-left-color: rgb(251 191 36 / 0.6);
  border-right-color: rgb(251 191 36 / 0.6);
}

.focus\:border-x-amber-400\/70:focus {
  border-left-color: rgb(251 191 36 / 0.7);
  border-right-color: rgb(251 191 36 / 0.7);
}

.focus\:border-x-amber-400\/75:focus {
  border-left-color: rgb(251 191 36 / 0.75);
  border-right-color: rgb(251 191 36 / 0.75);
}

.focus\:border-x-amber-400\/80:focus {
  border-left-color: rgb(251 191 36 / 0.8);
  border-right-color: rgb(251 191 36 / 0.8);
}

.focus\:border-x-amber-400\/90:focus {
  border-left-color: rgb(251 191 36 / 0.9);
  border-right-color: rgb(251 191 36 / 0.9);
}

.focus\:border-x-amber-400\/95:focus {
  border-left-color: rgb(251 191 36 / 0.95);
  border-right-color: rgb(251 191 36 / 0.95);
}

.focus\:border-x-amber-50:focus {
  --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));
}

.focus\:border-x-amber-50\/0:focus {
  border-left-color: rgb(255 251 235 / 0);
  border-right-color: rgb(255 251 235 / 0);
}

.focus\:border-x-amber-50\/10:focus {
  border-left-color: rgb(255 251 235 / 0.1);
  border-right-color: rgb(255 251 235 / 0.1);
}

.focus\:border-x-amber-50\/100:focus {
  border-left-color: rgb(255 251 235 / 1);
  border-right-color: rgb(255 251 235 / 1);
}

.focus\:border-x-amber-50\/20:focus {
  border-left-color: rgb(255 251 235 / 0.2);
  border-right-color: rgb(255 251 235 / 0.2);
}

.focus\:border-x-amber-50\/25:focus {
  border-left-color: rgb(255 251 235 / 0.25);
  border-right-color: rgb(255 251 235 / 0.25);
}

.focus\:border-x-amber-50\/30:focus {
  border-left-color: rgb(255 251 235 / 0.3);
  border-right-color: rgb(255 251 235 / 0.3);
}

.focus\:border-x-amber-50\/40:focus {
  border-left-color: rgb(255 251 235 / 0.4);
  border-right-color: rgb(255 251 235 / 0.4);
}

.focus\:border-x-amber-50\/5:focus {
  border-left-color: rgb(255 251 235 / 0.05);
  border-right-color: rgb(255 251 235 / 0.05);
}

.focus\:border-x-amber-50\/50:focus {
  border-left-color: rgb(255 251 235 / 0.5);
  border-right-color: rgb(255 251 235 / 0.5);
}

.focus\:border-x-amber-50\/60:focus {
  border-left-color: rgb(255 251 235 / 0.6);
  border-right-color: rgb(255 251 235 / 0.6);
}

.focus\:border-x-amber-50\/70:focus {
  border-left-color: rgb(255 251 235 / 0.7);
  border-right-color: rgb(255 251 235 / 0.7);
}

.focus\:border-x-amber-50\/75:focus {
  border-left-color: rgb(255 251 235 / 0.75);
  border-right-color: rgb(255 251 235 / 0.75);
}

.focus\:border-x-amber-50\/80:focus {
  border-left-color: rgb(255 251 235 / 0.8);
  border-right-color: rgb(255 251 235 / 0.8);
}

.focus\:border-x-amber-50\/90:focus {
  border-left-color: rgb(255 251 235 / 0.9);
  border-right-color: rgb(255 251 235 / 0.9);
}

.focus\:border-x-amber-50\/95:focus {
  border-left-color: rgb(255 251 235 / 0.95);
  border-right-color: rgb(255 251 235 / 0.95);
}

.focus\:border-x-amber-500:focus {
  --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));
}

.focus\:border-x-amber-500\/0:focus {
  border-left-color: rgb(245 158 11 / 0);
  border-right-color: rgb(245 158 11 / 0);
}

.focus\:border-x-amber-500\/10:focus {
  border-left-color: rgb(245 158 11 / 0.1);
  border-right-color: rgb(245 158 11 / 0.1);
}

.focus\:border-x-amber-500\/100:focus {
  border-left-color: rgb(245 158 11 / 1);
  border-right-color: rgb(245 158 11 / 1);
}

.focus\:border-x-amber-500\/20:focus {
  border-left-color: rgb(245 158 11 / 0.2);
  border-right-color: rgb(245 158 11 / 0.2);
}

.focus\:border-x-amber-500\/25:focus {
  border-left-color: rgb(245 158 11 / 0.25);
  border-right-color: rgb(245 158 11 / 0.25);
}

.focus\:border-x-amber-500\/30:focus {
  border-left-color: rgb(245 158 11 / 0.3);
  border-right-color: rgb(245 158 11 / 0.3);
}

.focus\:border-x-amber-500\/40:focus {
  border-left-color: rgb(245 158 11 / 0.4);
  border-right-color: rgb(245 158 11 / 0.4);
}

.focus\:border-x-amber-500\/5:focus {
  border-left-color: rgb(245 158 11 / 0.05);
  border-right-color: rgb(245 158 11 / 0.05);
}

.focus\:border-x-amber-500\/50:focus {
  border-left-color: rgb(245 158 11 / 0.5);
  border-right-color: rgb(245 158 11 / 0.5);
}

.focus\:border-x-amber-500\/60:focus {
  border-left-color: rgb(245 158 11 / 0.6);
  border-right-color: rgb(245 158 11 / 0.6);
}

.focus\:border-x-amber-500\/70:focus {
  border-left-color: rgb(245 158 11 / 0.7);
  border-right-color: rgb(245 158 11 / 0.7);
}

.focus\:border-x-amber-500\/75:focus {
  border-left-color: rgb(245 158 11 / 0.75);
  border-right-color: rgb(245 158 11 / 0.75);
}

.focus\:border-x-amber-500\/80:focus {
  border-left-color: rgb(245 158 11 / 0.8);
  border-right-color: rgb(245 158 11 / 0.8);
}

.focus\:border-x-amber-500\/90:focus {
  border-left-color: rgb(245 158 11 / 0.9);
  border-right-color: rgb(245 158 11 / 0.9);
}

.focus\:border-x-amber-500\/95:focus {
  border-left-color: rgb(245 158 11 / 0.95);
  border-right-color: rgb(245 158 11 / 0.95);
}

.focus\:border-x-amber-600:focus {
  --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));
}

.focus\:border-x-amber-600\/0:focus {
  border-left-color: rgb(217 119 6 / 0);
  border-right-color: rgb(217 119 6 / 0);
}

.focus\:border-x-amber-600\/10:focus {
  border-left-color: rgb(217 119 6 / 0.1);
  border-right-color: rgb(217 119 6 / 0.1);
}

.focus\:border-x-amber-600\/100:focus {
  border-left-color: rgb(217 119 6 / 1);
  border-right-color: rgb(217 119 6 / 1);
}

.focus\:border-x-amber-600\/20:focus {
  border-left-color: rgb(217 119 6 / 0.2);
  border-right-color: rgb(217 119 6 / 0.2);
}

.focus\:border-x-amber-600\/25:focus {
  border-left-color: rgb(217 119 6 / 0.25);
  border-right-color: rgb(217 119 6 / 0.25);
}

.focus\:border-x-amber-600\/30:focus {
  border-left-color: rgb(217 119 6 / 0.3);
  border-right-color: rgb(217 119 6 / 0.3);
}

.focus\:border-x-amber-600\/40:focus {
  border-left-color: rgb(217 119 6 / 0.4);
  border-right-color: rgb(217 119 6 / 0.4);
}

.focus\:border-x-amber-600\/5:focus {
  border-left-color: rgb(217 119 6 / 0.05);
  border-right-color: rgb(217 119 6 / 0.05);
}

.focus\:border-x-amber-600\/50:focus {
  border-left-color: rgb(217 119 6 / 0.5);
  border-right-color: rgb(217 119 6 / 0.5);
}

.focus\:border-x-amber-600\/60:focus {
  border-left-color: rgb(217 119 6 / 0.6);
  border-right-color: rgb(217 119 6 / 0.6);
}

.focus\:border-x-amber-600\/70:focus {
  border-left-color: rgb(217 119 6 / 0.7);
  border-right-color: rgb(217 119 6 / 0.7);
}

.focus\:border-x-amber-600\/75:focus {
  border-left-color: rgb(217 119 6 / 0.75);
  border-right-color: rgb(217 119 6 / 0.75);
}

.focus\:border-x-amber-600\/80:focus {
  border-left-color: rgb(217 119 6 / 0.8);
  border-right-color: rgb(217 119 6 / 0.8);
}

.focus\:border-x-amber-600\/90:focus {
  border-left-color: rgb(217 119 6 / 0.9);
  border-right-color: rgb(217 119 6 / 0.9);
}

.focus\:border-x-amber-600\/95:focus {
  border-left-color: rgb(217 119 6 / 0.95);
  border-right-color: rgb(217 119 6 / 0.95);
}

.focus\:border-x-amber-700:focus {
  --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));
}

.focus\:border-x-amber-700\/0:focus {
  border-left-color: rgb(180 83 9 / 0);
  border-right-color: rgb(180 83 9 / 0);
}

.focus\:border-x-amber-700\/10:focus {
  border-left-color: rgb(180 83 9 / 0.1);
  border-right-color: rgb(180 83 9 / 0.1);
}

.focus\:border-x-amber-700\/100:focus {
  border-left-color: rgb(180 83 9 / 1);
  border-right-color: rgb(180 83 9 / 1);
}

.focus\:border-x-amber-700\/20:focus {
  border-left-color: rgb(180 83 9 / 0.2);
  border-right-color: rgb(180 83 9 / 0.2);
}

.focus\:border-x-amber-700\/25:focus {
  border-left-color: rgb(180 83 9 / 0.25);
  border-right-color: rgb(180 83 9 / 0.25);
}

.focus\:border-x-amber-700\/30:focus {
  border-left-color: rgb(180 83 9 / 0.3);
  border-right-color: rgb(180 83 9 / 0.3);
}

.focus\:border-x-amber-700\/40:focus {
  border-left-color: rgb(180 83 9 / 0.4);
  border-right-color: rgb(180 83 9 / 0.4);
}

.focus\:border-x-amber-700\/5:focus {
  border-left-color: rgb(180 83 9 / 0.05);
  border-right-color: rgb(180 83 9 / 0.05);
}

.focus\:border-x-amber-700\/50:focus {
  border-left-color: rgb(180 83 9 / 0.5);
  border-right-color: rgb(180 83 9 / 0.5);
}

.focus\:border-x-amber-700\/60:focus {
  border-left-color: rgb(180 83 9 / 0.6);
  border-right-color: rgb(180 83 9 / 0.6);
}

.focus\:border-x-amber-700\/70:focus {
  border-left-color: rgb(180 83 9 / 0.7);
  border-right-color: rgb(180 83 9 / 0.7);
}

.focus\:border-x-amber-700\/75:focus {
  border-left-color: rgb(180 83 9 / 0.75);
  border-right-color: rgb(180 83 9 / 0.75);
}

.focus\:border-x-amber-700\/80:focus {
  border-left-color: rgb(180 83 9 / 0.8);
  border-right-color: rgb(180 83 9 / 0.8);
}

.focus\:border-x-amber-700\/90:focus {
  border-left-color: rgb(180 83 9 / 0.9);
  border-right-color: rgb(180 83 9 / 0.9);
}

.focus\:border-x-amber-700\/95:focus {
  border-left-color: rgb(180 83 9 / 0.95);
  border-right-color: rgb(180 83 9 / 0.95);
}

.focus\:border-x-amber-800:focus {
  --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));
}

.focus\:border-x-amber-800\/0:focus {
  border-left-color: rgb(146 64 14 / 0);
  border-right-color: rgb(146 64 14 / 0);
}

.focus\:border-x-amber-800\/10:focus {
  border-left-color: rgb(146 64 14 / 0.1);
  border-right-color: rgb(146 64 14 / 0.1);
}

.focus\:border-x-amber-800\/100:focus {
  border-left-color: rgb(146 64 14 / 1);
  border-right-color: rgb(146 64 14 / 1);
}

.focus\:border-x-amber-800\/20:focus {
  border-left-color: rgb(146 64 14 / 0.2);
  border-right-color: rgb(146 64 14 / 0.2);
}

.focus\:border-x-amber-800\/25:focus {
  border-left-color: rgb(146 64 14 / 0.25);
  border-right-color: rgb(146 64 14 / 0.25);
}

.focus\:border-x-amber-800\/30:focus {
  border-left-color: rgb(146 64 14 / 0.3);
  border-right-color: rgb(146 64 14 / 0.3);
}

.focus\:border-x-amber-800\/40:focus {
  border-left-color: rgb(146 64 14 / 0.4);
  border-right-color: rgb(146 64 14 / 0.4);
}

.focus\:border-x-amber-800\/5:focus {
  border-left-color: rgb(146 64 14 / 0.05);
  border-right-color: rgb(146 64 14 / 0.05);
}

.focus\:border-x-amber-800\/50:focus {
  border-left-color: rgb(146 64 14 / 0.5);
  border-right-color: rgb(146 64 14 / 0.5);
}

.focus\:border-x-amber-800\/60:focus {
  border-left-color: rgb(146 64 14 / 0.6);
  border-right-color: rgb(146 64 14 / 0.6);
}

.focus\:border-x-amber-800\/70:focus {
  border-left-color: rgb(146 64 14 / 0.7);
  border-right-color: rgb(146 64 14 / 0.7);
}

.focus\:border-x-amber-800\/75:focus {
  border-left-color: rgb(146 64 14 / 0.75);
  border-right-color: rgb(146 64 14 / 0.75);
}

.focus\:border-x-amber-800\/80:focus {
  border-left-color: rgb(146 64 14 / 0.8);
  border-right-color: rgb(146 64 14 / 0.8);
}

.focus\:border-x-amber-800\/90:focus {
  border-left-color: rgb(146 64 14 / 0.9);
  border-right-color: rgb(146 64 14 / 0.9);
}

.focus\:border-x-amber-800\/95:focus {
  border-left-color: rgb(146 64 14 / 0.95);
  border-right-color: rgb(146 64 14 / 0.95);
}

.focus\:border-x-amber-900:focus {
  --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));
}

.focus\:border-x-amber-900\/0:focus {
  border-left-color: rgb(120 53 15 / 0);
  border-right-color: rgb(120 53 15 / 0);
}

.focus\:border-x-amber-900\/10:focus {
  border-left-color: rgb(120 53 15 / 0.1);
  border-right-color: rgb(120 53 15 / 0.1);
}

.focus\:border-x-amber-900\/100:focus {
  border-left-color: rgb(120 53 15 / 1);
  border-right-color: rgb(120 53 15 / 1);
}

.focus\:border-x-amber-900\/20:focus {
  border-left-color: rgb(120 53 15 / 0.2);
  border-right-color: rgb(120 53 15 / 0.2);
}

.focus\:border-x-amber-900\/25:focus {
  border-left-color: rgb(120 53 15 / 0.25);
  border-right-color: rgb(120 53 15 / 0.25);
}

.focus\:border-x-amber-900\/30:focus {
  border-left-color: rgb(120 53 15 / 0.3);
  border-right-color: rgb(120 53 15 / 0.3);
}

.focus\:border-x-amber-900\/40:focus {
  border-left-color: rgb(120 53 15 / 0.4);
  border-right-color: rgb(120 53 15 / 0.4);
}

.focus\:border-x-amber-900\/5:focus {
  border-left-color: rgb(120 53 15 / 0.05);
  border-right-color: rgb(120 53 15 / 0.05);
}

.focus\:border-x-amber-900\/50:focus {
  border-left-color: rgb(120 53 15 / 0.5);
  border-right-color: rgb(120 53 15 / 0.5);
}

.focus\:border-x-amber-900\/60:focus {
  border-left-color: rgb(120 53 15 / 0.6);
  border-right-color: rgb(120 53 15 / 0.6);
}

.focus\:border-x-amber-900\/70:focus {
  border-left-color: rgb(120 53 15 / 0.7);
  border-right-color: rgb(120 53 15 / 0.7);
}

.focus\:border-x-amber-900\/75:focus {
  border-left-color: rgb(120 53 15 / 0.75);
  border-right-color: rgb(120 53 15 / 0.75);
}

.focus\:border-x-amber-900\/80:focus {
  border-left-color: rgb(120 53 15 / 0.8);
  border-right-color: rgb(120 53 15 / 0.8);
}

.focus\:border-x-amber-900\/90:focus {
  border-left-color: rgb(120 53 15 / 0.9);
  border-right-color: rgb(120 53 15 / 0.9);
}

.focus\:border-x-amber-900\/95:focus {
  border-left-color: rgb(120 53 15 / 0.95);
  border-right-color: rgb(120 53 15 / 0.95);
}

.focus\:border-x-amber-950:focus {
  --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));
}

.focus\:border-x-amber-950\/0:focus {
  border-left-color: rgb(69 26 3 / 0);
  border-right-color: rgb(69 26 3 / 0);
}

.focus\:border-x-amber-950\/10:focus {
  border-left-color: rgb(69 26 3 / 0.1);
  border-right-color: rgb(69 26 3 / 0.1);
}

.focus\:border-x-amber-950\/100:focus {
  border-left-color: rgb(69 26 3 / 1);
  border-right-color: rgb(69 26 3 / 1);
}

.focus\:border-x-amber-950\/20:focus {
  border-left-color: rgb(69 26 3 / 0.2);
  border-right-color: rgb(69 26 3 / 0.2);
}

.focus\:border-x-amber-950\/25:focus {
  border-left-color: rgb(69 26 3 / 0.25);
  border-right-color: rgb(69 26 3 / 0.25);
}

.focus\:border-x-amber-950\/30:focus {
  border-left-color: rgb(69 26 3 / 0.3);
  border-right-color: rgb(69 26 3 / 0.3);
}

.focus\:border-x-amber-950\/40:focus {
  border-left-color: rgb(69 26 3 / 0.4);
  border-right-color: rgb(69 26 3 / 0.4);
}

.focus\:border-x-amber-950\/5:focus {
  border-left-color: rgb(69 26 3 / 0.05);
  border-right-color: rgb(69 26 3 / 0.05);
}

.focus\:border-x-amber-950\/50:focus {
  border-left-color: rgb(69 26 3 / 0.5);
  border-right-color: rgb(69 26 3 / 0.5);
}

.focus\:border-x-amber-950\/60:focus {
  border-left-color: rgb(69 26 3 / 0.6);
  border-right-color: rgb(69 26 3 / 0.6);
}

.focus\:border-x-amber-950\/70:focus {
  border-left-color: rgb(69 26 3 / 0.7);
  border-right-color: rgb(69 26 3 / 0.7);
}

.focus\:border-x-amber-950\/75:focus {
  border-left-color: rgb(69 26 3 / 0.75);
  border-right-color: rgb(69 26 3 / 0.75);
}

.focus\:border-x-amber-950\/80:focus {
  border-left-color: rgb(69 26 3 / 0.8);
  border-right-color: rgb(69 26 3 / 0.8);
}

.focus\:border-x-amber-950\/90:focus {
  border-left-color: rgb(69 26 3 / 0.9);
  border-right-color: rgb(69 26 3 / 0.9);
}

.focus\:border-x-amber-950\/95:focus {
  border-left-color: rgb(69 26 3 / 0.95);
  border-right-color: rgb(69 26 3 / 0.95);
}

.focus\:border-x-black:focus {
  --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));
}

.focus\:border-x-black\/0:focus {
  border-left-color: rgb(0 0 0 / 0);
  border-right-color: rgb(0 0 0 / 0);
}

.focus\:border-x-black\/10:focus {
  border-left-color: rgb(0 0 0 / 0.1);
  border-right-color: rgb(0 0 0 / 0.1);
}

.focus\:border-x-black\/100:focus {
  border-left-color: rgb(0 0 0 / 1);
  border-right-color: rgb(0 0 0 / 1);
}

.focus\:border-x-black\/20:focus {
  border-left-color: rgb(0 0 0 / 0.2);
  border-right-color: rgb(0 0 0 / 0.2);
}

.focus\:border-x-black\/25:focus {
  border-left-color: rgb(0 0 0 / 0.25);
  border-right-color: rgb(0 0 0 / 0.25);
}

.focus\:border-x-black\/30:focus {
  border-left-color: rgb(0 0 0 / 0.3);
  border-right-color: rgb(0 0 0 / 0.3);
}

.focus\:border-x-black\/40:focus {
  border-left-color: rgb(0 0 0 / 0.4);
  border-right-color: rgb(0 0 0 / 0.4);
}

.focus\:border-x-black\/5:focus {
  border-left-color: rgb(0 0 0 / 0.05);
  border-right-color: rgb(0 0 0 / 0.05);
}

.focus\:border-x-black\/50:focus {
  border-left-color: rgb(0 0 0 / 0.5);
  border-right-color: rgb(0 0 0 / 0.5);
}

.focus\:border-x-black\/60:focus {
  border-left-color: rgb(0 0 0 / 0.6);
  border-right-color: rgb(0 0 0 / 0.6);
}

.focus\:border-x-black\/70:focus {
  border-left-color: rgb(0 0 0 / 0.7);
  border-right-color: rgb(0 0 0 / 0.7);
}

.focus\:border-x-black\/75:focus {
  border-left-color: rgb(0 0 0 / 0.75);
  border-right-color: rgb(0 0 0 / 0.75);
}

.focus\:border-x-black\/80:focus {
  border-left-color: rgb(0 0 0 / 0.8);
  border-right-color: rgb(0 0 0 / 0.8);
}

.focus\:border-x-black\/90:focus {
  border-left-color: rgb(0 0 0 / 0.9);
  border-right-color: rgb(0 0 0 / 0.9);
}

.focus\:border-x-black\/95:focus {
  border-left-color: rgb(0 0 0 / 0.95);
  border-right-color: rgb(0 0 0 / 0.95);
}

.focus\:border-x-blue-100:focus {
  --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));
}

.focus\:border-x-blue-100\/0:focus {
  border-left-color: rgb(219 234 254 / 0);
  border-right-color: rgb(219 234 254 / 0);
}

.focus\:border-x-blue-100\/10:focus {
  border-left-color: rgb(219 234 254 / 0.1);
  border-right-color: rgb(219 234 254 / 0.1);
}

.focus\:border-x-blue-100\/100:focus {
  border-left-color: rgb(219 234 254 / 1);
  border-right-color: rgb(219 234 254 / 1);
}

.focus\:border-x-blue-100\/20:focus {
  border-left-color: rgb(219 234 254 / 0.2);
  border-right-color: rgb(219 234 254 / 0.2);
}

.focus\:border-x-blue-100\/25:focus {
  border-left-color: rgb(219 234 254 / 0.25);
  border-right-color: rgb(219 234 254 / 0.25);
}

.focus\:border-x-blue-100\/30:focus {
  border-left-color: rgb(219 234 254 / 0.3);
  border-right-color: rgb(219 234 254 / 0.3);
}

.focus\:border-x-blue-100\/40:focus {
  border-left-color: rgb(219 234 254 / 0.4);
  border-right-color: rgb(219 234 254 / 0.4);
}

.focus\:border-x-blue-100\/5:focus {
  border-left-color: rgb(219 234 254 / 0.05);
  border-right-color: rgb(219 234 254 / 0.05);
}

.focus\:border-x-blue-100\/50:focus {
  border-left-color: rgb(219 234 254 / 0.5);
  border-right-color: rgb(219 234 254 / 0.5);
}

.focus\:border-x-blue-100\/60:focus {
  border-left-color: rgb(219 234 254 / 0.6);
  border-right-color: rgb(219 234 254 / 0.6);
}

.focus\:border-x-blue-100\/70:focus {
  border-left-color: rgb(219 234 254 / 0.7);
  border-right-color: rgb(219 234 254 / 0.7);
}

.focus\:border-x-blue-100\/75:focus {
  border-left-color: rgb(219 234 254 / 0.75);
  border-right-color: rgb(219 234 254 / 0.75);
}

.focus\:border-x-blue-100\/80:focus {
  border-left-color: rgb(219 234 254 / 0.8);
  border-right-color: rgb(219 234 254 / 0.8);
}

.focus\:border-x-blue-100\/90:focus {
  border-left-color: rgb(219 234 254 / 0.9);
  border-right-color: rgb(219 234 254 / 0.9);
}

.focus\:border-x-blue-100\/95:focus {
  border-left-color: rgb(219 234 254 / 0.95);
  border-right-color: rgb(219 234 254 / 0.95);
}

.focus\:border-x-blue-200:focus {
  --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));
}

.focus\:border-x-blue-200\/0:focus {
  border-left-color: rgb(191 219 254 / 0);
  border-right-color: rgb(191 219 254 / 0);
}

.focus\:border-x-blue-200\/10:focus {
  border-left-color: rgb(191 219 254 / 0.1);
  border-right-color: rgb(191 219 254 / 0.1);
}

.focus\:border-x-blue-200\/100:focus {
  border-left-color: rgb(191 219 254 / 1);
  border-right-color: rgb(191 219 254 / 1);
}

.focus\:border-x-blue-200\/20:focus {
  border-left-color: rgb(191 219 254 / 0.2);
  border-right-color: rgb(191 219 254 / 0.2);
}

.focus\:border-x-blue-200\/25:focus {
  border-left-color: rgb(191 219 254 / 0.25);
  border-right-color: rgb(191 219 254 / 0.25);
}

.focus\:border-x-blue-200\/30:focus {
  border-left-color: rgb(191 219 254 / 0.3);
  border-right-color: rgb(191 219 254 / 0.3);
}

.focus\:border-x-blue-200\/40:focus {
  border-left-color: rgb(191 219 254 / 0.4);
  border-right-color: rgb(191 219 254 / 0.4);
}

.focus\:border-x-blue-200\/5:focus {
  border-left-color: rgb(191 219 254 / 0.05);
  border-right-color: rgb(191 219 254 / 0.05);
}

.focus\:border-x-blue-200\/50:focus {
  border-left-color: rgb(191 219 254 / 0.5);
  border-right-color: rgb(191 219 254 / 0.5);
}

.focus\:border-x-blue-200\/60:focus {
  border-left-color: rgb(191 219 254 / 0.6);
  border-right-color: rgb(191 219 254 / 0.6);
}

.focus\:border-x-blue-200\/70:focus {
  border-left-color: rgb(191 219 254 / 0.7);
  border-right-color: rgb(191 219 254 / 0.7);
}

.focus\:border-x-blue-200\/75:focus {
  border-left-color: rgb(191 219 254 / 0.75);
  border-right-color: rgb(191 219 254 / 0.75);
}

.focus\:border-x-blue-200\/80:focus {
  border-left-color: rgb(191 219 254 / 0.8);
  border-right-color: rgb(191 219 254 / 0.8);
}

.focus\:border-x-blue-200\/90:focus {
  border-left-color: rgb(191 219 254 / 0.9);
  border-right-color: rgb(191 219 254 / 0.9);
}

.focus\:border-x-blue-200\/95:focus {
  border-left-color: rgb(191 219 254 / 0.95);
  border-right-color: rgb(191 219 254 / 0.95);
}

.focus\:border-x-blue-300:focus {
  --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));
}

.focus\:border-x-blue-300\/0:focus {
  border-left-color: rgb(147 197 253 / 0);
  border-right-color: rgb(147 197 253 / 0);
}

.focus\:border-x-blue-300\/10:focus {
  border-left-color: rgb(147 197 253 / 0.1);
  border-right-color: rgb(147 197 253 / 0.1);
}

.focus\:border-x-blue-300\/100:focus {
  border-left-color: rgb(147 197 253 / 1);
  border-right-color: rgb(147 197 253 / 1);
}

.focus\:border-x-blue-300\/20:focus {
  border-left-color: rgb(147 197 253 / 0.2);
  border-right-color: rgb(147 197 253 / 0.2);
}

.focus\:border-x-blue-300\/25:focus {
  border-left-color: rgb(147 197 253 / 0.25);
  border-right-color: rgb(147 197 253 / 0.25);
}

.focus\:border-x-blue-300\/30:focus {
  border-left-color: rgb(147 197 253 / 0.3);
  border-right-color: rgb(147 197 253 / 0.3);
}

.focus\:border-x-blue-300\/40:focus {
  border-left-color: rgb(147 197 253 / 0.4);
  border-right-color: rgb(147 197 253 / 0.4);
}

.focus\:border-x-blue-300\/5:focus {
  border-left-color: rgb(147 197 253 / 0.05);
  border-right-color: rgb(147 197 253 / 0.05);
}

.focus\:border-x-blue-300\/50:focus {
  border-left-color: rgb(147 197 253 / 0.5);
  border-right-color: rgb(147 197 253 / 0.5);
}

.focus\:border-x-blue-300\/60:focus {
  border-left-color: rgb(147 197 253 / 0.6);
  border-right-color: rgb(147 197 253 / 0.6);
}

.focus\:border-x-blue-300\/70:focus {
  border-left-color: rgb(147 197 253 / 0.7);
  border-right-color: rgb(147 197 253 / 0.7);
}

.focus\:border-x-blue-300\/75:focus {
  border-left-color: rgb(147 197 253 / 0.75);
  border-right-color: rgb(147 197 253 / 0.75);
}

.focus\:border-x-blue-300\/80:focus {
  border-left-color: rgb(147 197 253 / 0.8);
  border-right-color: rgb(147 197 253 / 0.8);
}

.focus\:border-x-blue-300\/90:focus {
  border-left-color: rgb(147 197 253 / 0.9);
  border-right-color: rgb(147 197 253 / 0.9);
}

.focus\:border-x-blue-300\/95:focus {
  border-left-color: rgb(147 197 253 / 0.95);
  border-right-color: rgb(147 197 253 / 0.95);
}

.focus\:border-x-blue-400:focus {
  --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));
}

.focus\:border-x-blue-400\/0:focus {
  border-left-color: rgb(96 165 250 / 0);
  border-right-color: rgb(96 165 250 / 0);
}

.focus\:border-x-blue-400\/10:focus {
  border-left-color: rgb(96 165 250 / 0.1);
  border-right-color: rgb(96 165 250 / 0.1);
}

.focus\:border-x-blue-400\/100:focus {
  border-left-color: rgb(96 165 250 / 1);
  border-right-color: rgb(96 165 250 / 1);
}

.focus\:border-x-blue-400\/20:focus {
  border-left-color: rgb(96 165 250 / 0.2);
  border-right-color: rgb(96 165 250 / 0.2);
}

.focus\:border-x-blue-400\/25:focus {
  border-left-color: rgb(96 165 250 / 0.25);
  border-right-color: rgb(96 165 250 / 0.25);
}

.focus\:border-x-blue-400\/30:focus {
  border-left-color: rgb(96 165 250 / 0.3);
  border-right-color: rgb(96 165 250 / 0.3);
}

.focus\:border-x-blue-400\/40:focus {
  border-left-color: rgb(96 165 250 / 0.4);
  border-right-color: rgb(96 165 250 / 0.4);
}

.focus\:border-x-blue-400\/5:focus {
  border-left-color: rgb(96 165 250 / 0.05);
  border-right-color: rgb(96 165 250 / 0.05);
}

.focus\:border-x-blue-400\/50:focus {
  border-left-color: rgb(96 165 250 / 0.5);
  border-right-color: rgb(96 165 250 / 0.5);
}

.focus\:border-x-blue-400\/60:focus {
  border-left-color: rgb(96 165 250 / 0.6);
  border-right-color: rgb(96 165 250 / 0.6);
}

.focus\:border-x-blue-400\/70:focus {
  border-left-color: rgb(96 165 250 / 0.7);
  border-right-color: rgb(96 165 250 / 0.7);
}

.focus\:border-x-blue-400\/75:focus {
  border-left-color: rgb(96 165 250 / 0.75);
  border-right-color: rgb(96 165 250 / 0.75);
}

.focus\:border-x-blue-400\/80:focus {
  border-left-color: rgb(96 165 250 / 0.8);
  border-right-color: rgb(96 165 250 / 0.8);
}

.focus\:border-x-blue-400\/90:focus {
  border-left-color: rgb(96 165 250 / 0.9);
  border-right-color: rgb(96 165 250 / 0.9);
}

.focus\:border-x-blue-400\/95:focus {
  border-left-color: rgb(96 165 250 / 0.95);
  border-right-color: rgb(96 165 250 / 0.95);
}

.focus\:border-x-blue-50:focus {
  --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));
}

.focus\:border-x-blue-50\/0:focus {
  border-left-color: rgb(239 246 255 / 0);
  border-right-color: rgb(239 246 255 / 0);
}

.focus\:border-x-blue-50\/10:focus {
  border-left-color: rgb(239 246 255 / 0.1);
  border-right-color: rgb(239 246 255 / 0.1);
}

.focus\:border-x-blue-50\/100:focus {
  border-left-color: rgb(239 246 255 / 1);
  border-right-color: rgb(239 246 255 / 1);
}

.focus\:border-x-blue-50\/20:focus {
  border-left-color: rgb(239 246 255 / 0.2);
  border-right-color: rgb(239 246 255 / 0.2);
}

.focus\:border-x-blue-50\/25:focus {
  border-left-color: rgb(239 246 255 / 0.25);
  border-right-color: rgb(239 246 255 / 0.25);
}

.focus\:border-x-blue-50\/30:focus {
  border-left-color: rgb(239 246 255 / 0.3);
  border-right-color: rgb(239 246 255 / 0.3);
}

.focus\:border-x-blue-50\/40:focus {
  border-left-color: rgb(239 246 255 / 0.4);
  border-right-color: rgb(239 246 255 / 0.4);
}

.focus\:border-x-blue-50\/5:focus {
  border-left-color: rgb(239 246 255 / 0.05);
  border-right-color: rgb(239 246 255 / 0.05);
}

.focus\:border-x-blue-50\/50:focus {
  border-left-color: rgb(239 246 255 / 0.5);
  border-right-color: rgb(239 246 255 / 0.5);
}

.focus\:border-x-blue-50\/60:focus {
  border-left-color: rgb(239 246 255 / 0.6);
  border-right-color: rgb(239 246 255 / 0.6);
}

.focus\:border-x-blue-50\/70:focus {
  border-left-color: rgb(239 246 255 / 0.7);
  border-right-color: rgb(239 246 255 / 0.7);
}

.focus\:border-x-blue-50\/75:focus {
  border-left-color: rgb(239 246 255 / 0.75);
  border-right-color: rgb(239 246 255 / 0.75);
}

.focus\:border-x-blue-50\/80:focus {
  border-left-color: rgb(239 246 255 / 0.8);
  border-right-color: rgb(239 246 255 / 0.8);
}

.focus\:border-x-blue-50\/90:focus {
  border-left-color: rgb(239 246 255 / 0.9);
  border-right-color: rgb(239 246 255 / 0.9);
}

.focus\:border-x-blue-50\/95:focus {
  border-left-color: rgb(239 246 255 / 0.95);
  border-right-color: rgb(239 246 255 / 0.95);
}

.focus\:border-x-blue-500:focus {
  --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));
}

.focus\:border-x-blue-500\/0:focus {
  border-left-color: rgb(59 130 246 / 0);
  border-right-color: rgb(59 130 246 / 0);
}

.focus\:border-x-blue-500\/10:focus {
  border-left-color: rgb(59 130 246 / 0.1);
  border-right-color: rgb(59 130 246 / 0.1);
}

.focus\:border-x-blue-500\/100:focus {
  border-left-color: rgb(59 130 246 / 1);
  border-right-color: rgb(59 130 246 / 1);
}

.focus\:border-x-blue-500\/20:focus {
  border-left-color: rgb(59 130 246 / 0.2);
  border-right-color: rgb(59 130 246 / 0.2);
}

.focus\:border-x-blue-500\/25:focus {
  border-left-color: rgb(59 130 246 / 0.25);
  border-right-color: rgb(59 130 246 / 0.25);
}

.focus\:border-x-blue-500\/30:focus {
  border-left-color: rgb(59 130 246 / 0.3);
  border-right-color: rgb(59 130 246 / 0.3);
}

.focus\:border-x-blue-500\/40:focus {
  border-left-color: rgb(59 130 246 / 0.4);
  border-right-color: rgb(59 130 246 / 0.4);
}

.focus\:border-x-blue-500\/5:focus {
  border-left-color: rgb(59 130 246 / 0.05);
  border-right-color: rgb(59 130 246 / 0.05);
}

.focus\:border-x-blue-500\/50:focus {
  border-left-color: rgb(59 130 246 / 0.5);
  border-right-color: rgb(59 130 246 / 0.5);
}

.focus\:border-x-blue-500\/60:focus {
  border-left-color: rgb(59 130 246 / 0.6);
  border-right-color: rgb(59 130 246 / 0.6);
}

.focus\:border-x-blue-500\/70:focus {
  border-left-color: rgb(59 130 246 / 0.7);
  border-right-color: rgb(59 130 246 / 0.7);
}

.focus\:border-x-blue-500\/75:focus {
  border-left-color: rgb(59 130 246 / 0.75);
  border-right-color: rgb(59 130 246 / 0.75);
}

.focus\:border-x-blue-500\/80:focus {
  border-left-color: rgb(59 130 246 / 0.8);
  border-right-color: rgb(59 130 246 / 0.8);
}

.focus\:border-x-blue-500\/90:focus {
  border-left-color: rgb(59 130 246 / 0.9);
  border-right-color: rgb(59 130 246 / 0.9);
}

.focus\:border-x-blue-500\/95:focus {
  border-left-color: rgb(59 130 246 / 0.95);
  border-right-color: rgb(59 130 246 / 0.95);
}

.focus\:border-x-blue-600:focus {
  --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));
}

.focus\:border-x-blue-600\/0:focus {
  border-left-color: rgb(37 99 235 / 0);
  border-right-color: rgb(37 99 235 / 0);
}

.focus\:border-x-blue-600\/10:focus {
  border-left-color: rgb(37 99 235 / 0.1);
  border-right-color: rgb(37 99 235 / 0.1);
}

.focus\:border-x-blue-600\/100:focus {
  border-left-color: rgb(37 99 235 / 1);
  border-right-color: rgb(37 99 235 / 1);
}

.focus\:border-x-blue-600\/20:focus {
  border-left-color: rgb(37 99 235 / 0.2);
  border-right-color: rgb(37 99 235 / 0.2);
}

.focus\:border-x-blue-600\/25:focus {
  border-left-color: rgb(37 99 235 / 0.25);
  border-right-color: rgb(37 99 235 / 0.25);
}

.focus\:border-x-blue-600\/30:focus {
  border-left-color: rgb(37 99 235 / 0.3);
  border-right-color: rgb(37 99 235 / 0.3);
}

.focus\:border-x-blue-600\/40:focus {
  border-left-color: rgb(37 99 235 / 0.4);
  border-right-color: rgb(37 99 235 / 0.4);
}

.focus\:border-x-blue-600\/5:focus {
  border-left-color: rgb(37 99 235 / 0.05);
  border-right-color: rgb(37 99 235 / 0.05);
}

.focus\:border-x-blue-600\/50:focus {
  border-left-color: rgb(37 99 235 / 0.5);
  border-right-color: rgb(37 99 235 / 0.5);
}

.focus\:border-x-blue-600\/60:focus {
  border-left-color: rgb(37 99 235 / 0.6);
  border-right-color: rgb(37 99 235 / 0.6);
}

.focus\:border-x-blue-600\/70:focus {
  border-left-color: rgb(37 99 235 / 0.7);
  border-right-color: rgb(37 99 235 / 0.7);
}

.focus\:border-x-blue-600\/75:focus {
  border-left-color: rgb(37 99 235 / 0.75);
  border-right-color: rgb(37 99 235 / 0.75);
}

.focus\:border-x-blue-600\/80:focus {
  border-left-color: rgb(37 99 235 / 0.8);
  border-right-color: rgb(37 99 235 / 0.8);
}

.focus\:border-x-blue-600\/90:focus {
  border-left-color: rgb(37 99 235 / 0.9);
  border-right-color: rgb(37 99 235 / 0.9);
}

.focus\:border-x-blue-600\/95:focus {
  border-left-color: rgb(37 99 235 / 0.95);
  border-right-color: rgb(37 99 235 / 0.95);
}

.focus\:border-x-blue-700:focus {
  --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));
}

.focus\:border-x-blue-700\/0:focus {
  border-left-color: rgb(29 78 216 / 0);
  border-right-color: rgb(29 78 216 / 0);
}

.focus\:border-x-blue-700\/10:focus {
  border-left-color: rgb(29 78 216 / 0.1);
  border-right-color: rgb(29 78 216 / 0.1);
}

.focus\:border-x-blue-700\/100:focus {
  border-left-color: rgb(29 78 216 / 1);
  border-right-color: rgb(29 78 216 / 1);
}

.focus\:border-x-blue-700\/20:focus {
  border-left-color: rgb(29 78 216 / 0.2);
  border-right-color: rgb(29 78 216 / 0.2);
}

.focus\:border-x-blue-700\/25:focus {
  border-left-color: rgb(29 78 216 / 0.25);
  border-right-color: rgb(29 78 216 / 0.25);
}

.focus\:border-x-blue-700\/30:focus {
  border-left-color: rgb(29 78 216 / 0.3);
  border-right-color: rgb(29 78 216 / 0.3);
}

.focus\:border-x-blue-700\/40:focus {
  border-left-color: rgb(29 78 216 / 0.4);
  border-right-color: rgb(29 78 216 / 0.4);
}

.focus\:border-x-blue-700\/5:focus {
  border-left-color: rgb(29 78 216 / 0.05);
  border-right-color: rgb(29 78 216 / 0.05);
}

.focus\:border-x-blue-700\/50:focus {
  border-left-color: rgb(29 78 216 / 0.5);
  border-right-color: rgb(29 78 216 / 0.5);
}

.focus\:border-x-blue-700\/60:focus {
  border-left-color: rgb(29 78 216 / 0.6);
  border-right-color: rgb(29 78 216 / 0.6);
}

.focus\:border-x-blue-700\/70:focus {
  border-left-color: rgb(29 78 216 / 0.7);
  border-right-color: rgb(29 78 216 / 0.7);
}

.focus\:border-x-blue-700\/75:focus {
  border-left-color: rgb(29 78 216 / 0.75);
  border-right-color: rgb(29 78 216 / 0.75);
}

.focus\:border-x-blue-700\/80:focus {
  border-left-color: rgb(29 78 216 / 0.8);
  border-right-color: rgb(29 78 216 / 0.8);
}

.focus\:border-x-blue-700\/90:focus {
  border-left-color: rgb(29 78 216 / 0.9);
  border-right-color: rgb(29 78 216 / 0.9);
}

.focus\:border-x-blue-700\/95:focus {
  border-left-color: rgb(29 78 216 / 0.95);
  border-right-color: rgb(29 78 216 / 0.95);
}

.focus\:border-x-blue-800:focus {
  --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));
}

.focus\:border-x-blue-800\/0:focus {
  border-left-color: rgb(30 64 175 / 0);
  border-right-color: rgb(30 64 175 / 0);
}

.focus\:border-x-blue-800\/10:focus {
  border-left-color: rgb(30 64 175 / 0.1);
  border-right-color: rgb(30 64 175 / 0.1);
}

.focus\:border-x-blue-800\/100:focus {
  border-left-color: rgb(30 64 175 / 1);
  border-right-color: rgb(30 64 175 / 1);
}

.focus\:border-x-blue-800\/20:focus {
  border-left-color: rgb(30 64 175 / 0.2);
  border-right-color: rgb(30 64 175 / 0.2);
}

.focus\:border-x-blue-800\/25:focus {
  border-left-color: rgb(30 64 175 / 0.25);
  border-right-color: rgb(30 64 175 / 0.25);
}

.focus\:border-x-blue-800\/30:focus {
  border-left-color: rgb(30 64 175 / 0.3);
  border-right-color: rgb(30 64 175 / 0.3);
}

.focus\:border-x-blue-800\/40:focus {
  border-left-color: rgb(30 64 175 / 0.4);
  border-right-color: rgb(30 64 175 / 0.4);
}

.focus\:border-x-blue-800\/5:focus {
  border-left-color: rgb(30 64 175 / 0.05);
  border-right-color: rgb(30 64 175 / 0.05);
}

.focus\:border-x-blue-800\/50:focus {
  border-left-color: rgb(30 64 175 / 0.5);
  border-right-color: rgb(30 64 175 / 0.5);
}

.focus\:border-x-blue-800\/60:focus {
  border-left-color: rgb(30 64 175 / 0.6);
  border-right-color: rgb(30 64 175 / 0.6);
}

.focus\:border-x-blue-800\/70:focus {
  border-left-color: rgb(30 64 175 / 0.7);
  border-right-color: rgb(30 64 175 / 0.7);
}

.focus\:border-x-blue-800\/75:focus {
  border-left-color: rgb(30 64 175 / 0.75);
  border-right-color: rgb(30 64 175 / 0.75);
}

.focus\:border-x-blue-800\/80:focus {
  border-left-color: rgb(30 64 175 / 0.8);
  border-right-color: rgb(30 64 175 / 0.8);
}

.focus\:border-x-blue-800\/90:focus {
  border-left-color: rgb(30 64 175 / 0.9);
  border-right-color: rgb(30 64 175 / 0.9);
}

.focus\:border-x-blue-800\/95:focus {
  border-left-color: rgb(30 64 175 / 0.95);
  border-right-color: rgb(30 64 175 / 0.95);
}

.focus\:border-x-blue-900:focus {
  --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));
}

.focus\:border-x-blue-900\/0:focus {
  border-left-color: rgb(30 58 138 / 0);
  border-right-color: rgb(30 58 138 / 0);
}

.focus\:border-x-blue-900\/10:focus {
  border-left-color: rgb(30 58 138 / 0.1);
  border-right-color: rgb(30 58 138 / 0.1);
}

.focus\:border-x-blue-900\/100:focus {
  border-left-color: rgb(30 58 138 / 1);
  border-right-color: rgb(30 58 138 / 1);
}

.focus\:border-x-blue-900\/20:focus {
  border-left-color: rgb(30 58 138 / 0.2);
  border-right-color: rgb(30 58 138 / 0.2);
}

.focus\:border-x-blue-900\/25:focus {
  border-left-color: rgb(30 58 138 / 0.25);
  border-right-color: rgb(30 58 138 / 0.25);
}

.focus\:border-x-blue-900\/30:focus {
  border-left-color: rgb(30 58 138 / 0.3);
  border-right-color: rgb(30 58 138 / 0.3);
}

.focus\:border-x-blue-900\/40:focus {
  border-left-color: rgb(30 58 138 / 0.4);
  border-right-color: rgb(30 58 138 / 0.4);
}

.focus\:border-x-blue-900\/5:focus {
  border-left-color: rgb(30 58 138 / 0.05);
  border-right-color: rgb(30 58 138 / 0.05);
}

.focus\:border-x-blue-900\/50:focus {
  border-left-color: rgb(30 58 138 / 0.5);
  border-right-color: rgb(30 58 138 / 0.5);
}

.focus\:border-x-blue-900\/60:focus {
  border-left-color: rgb(30 58 138 / 0.6);
  border-right-color: rgb(30 58 138 / 0.6);
}

.focus\:border-x-blue-900\/70:focus {
  border-left-color: rgb(30 58 138 / 0.7);
  border-right-color: rgb(30 58 138 / 0.7);
}

.focus\:border-x-blue-900\/75:focus {
  border-left-color: rgb(30 58 138 / 0.75);
  border-right-color: rgb(30 58 138 / 0.75);
}

.focus\:border-x-blue-900\/80:focus {
  border-left-color: rgb(30 58 138 / 0.8);
  border-right-color: rgb(30 58 138 / 0.8);
}

.focus\:border-x-blue-900\/90:focus {
  border-left-color: rgb(30 58 138 / 0.9);
  border-right-color: rgb(30 58 138 / 0.9);
}

.focus\:border-x-blue-900\/95:focus {
  border-left-color: rgb(30 58 138 / 0.95);
  border-right-color: rgb(30 58 138 / 0.95);
}

.focus\:border-x-blue-950:focus {
  --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));
}

.focus\:border-x-blue-950\/0:focus {
  border-left-color: rgb(23 37 84 / 0);
  border-right-color: rgb(23 37 84 / 0);
}

.focus\:border-x-blue-950\/10:focus {
  border-left-color: rgb(23 37 84 / 0.1);
  border-right-color: rgb(23 37 84 / 0.1);
}

.focus\:border-x-blue-950\/100:focus {
  border-left-color: rgb(23 37 84 / 1);
  border-right-color: rgb(23 37 84 / 1);
}

.focus\:border-x-blue-950\/20:focus {
  border-left-color: rgb(23 37 84 / 0.2);
  border-right-color: rgb(23 37 84 / 0.2);
}

.focus\:border-x-blue-950\/25:focus {
  border-left-color: rgb(23 37 84 / 0.25);
  border-right-color: rgb(23 37 84 / 0.25);
}

.focus\:border-x-blue-950\/30:focus {
  border-left-color: rgb(23 37 84 / 0.3);
  border-right-color: rgb(23 37 84 / 0.3);
}

.focus\:border-x-blue-950\/40:focus {
  border-left-color: rgb(23 37 84 / 0.4);
  border-right-color: rgb(23 37 84 / 0.4);
}

.focus\:border-x-blue-950\/5:focus {
  border-left-color: rgb(23 37 84 / 0.05);
  border-right-color: rgb(23 37 84 / 0.05);
}

.focus\:border-x-blue-950\/50:focus {
  border-left-color: rgb(23 37 84 / 0.5);
  border-right-color: rgb(23 37 84 / 0.5);
}

.focus\:border-x-blue-950\/60:focus {
  border-left-color: rgb(23 37 84 / 0.6);
  border-right-color: rgb(23 37 84 / 0.6);
}

.focus\:border-x-blue-950\/70:focus {
  border-left-color: rgb(23 37 84 / 0.7);
  border-right-color: rgb(23 37 84 / 0.7);
}

.focus\:border-x-blue-950\/75:focus {
  border-left-color: rgb(23 37 84 / 0.75);
  border-right-color: rgb(23 37 84 / 0.75);
}

.focus\:border-x-blue-950\/80:focus {
  border-left-color: rgb(23 37 84 / 0.8);
  border-right-color: rgb(23 37 84 / 0.8);
}

.focus\:border-x-blue-950\/90:focus {
  border-left-color: rgb(23 37 84 / 0.9);
  border-right-color: rgb(23 37 84 / 0.9);
}

.focus\:border-x-blue-950\/95:focus {
  border-left-color: rgb(23 37 84 / 0.95);
  border-right-color: rgb(23 37 84 / 0.95);
}

.focus\:border-x-brand-100:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(230 239 246 / var(--tw-border-opacity));
  border-right-color: rgb(230 239 246 / var(--tw-border-opacity));
}

.focus\:border-x-brand-100\/0:focus {
  border-left-color: rgb(230 239 246 / 0);
  border-right-color: rgb(230 239 246 / 0);
}

.focus\:border-x-brand-100\/10:focus {
  border-left-color: rgb(230 239 246 / 0.1);
  border-right-color: rgb(230 239 246 / 0.1);
}

.focus\:border-x-brand-100\/100:focus {
  border-left-color: rgb(230 239 246 / 1);
  border-right-color: rgb(230 239 246 / 1);
}

.focus\:border-x-brand-100\/20:focus {
  border-left-color: rgb(230 239 246 / 0.2);
  border-right-color: rgb(230 239 246 / 0.2);
}

.focus\:border-x-brand-100\/25:focus {
  border-left-color: rgb(230 239 246 / 0.25);
  border-right-color: rgb(230 239 246 / 0.25);
}

.focus\:border-x-brand-100\/30:focus {
  border-left-color: rgb(230 239 246 / 0.3);
  border-right-color: rgb(230 239 246 / 0.3);
}

.focus\:border-x-brand-100\/40:focus {
  border-left-color: rgb(230 239 246 / 0.4);
  border-right-color: rgb(230 239 246 / 0.4);
}

.focus\:border-x-brand-100\/5:focus {
  border-left-color: rgb(230 239 246 / 0.05);
  border-right-color: rgb(230 239 246 / 0.05);
}

.focus\:border-x-brand-100\/50:focus {
  border-left-color: rgb(230 239 246 / 0.5);
  border-right-color: rgb(230 239 246 / 0.5);
}

.focus\:border-x-brand-100\/60:focus {
  border-left-color: rgb(230 239 246 / 0.6);
  border-right-color: rgb(230 239 246 / 0.6);
}

.focus\:border-x-brand-100\/70:focus {
  border-left-color: rgb(230 239 246 / 0.7);
  border-right-color: rgb(230 239 246 / 0.7);
}

.focus\:border-x-brand-100\/75:focus {
  border-left-color: rgb(230 239 246 / 0.75);
  border-right-color: rgb(230 239 246 / 0.75);
}

.focus\:border-x-brand-100\/80:focus {
  border-left-color: rgb(230 239 246 / 0.8);
  border-right-color: rgb(230 239 246 / 0.8);
}

.focus\:border-x-brand-100\/90:focus {
  border-left-color: rgb(230 239 246 / 0.9);
  border-right-color: rgb(230 239 246 / 0.9);
}

.focus\:border-x-brand-100\/95:focus {
  border-left-color: rgb(230 239 246 / 0.95);
  border-right-color: rgb(230 239 246 / 0.95);
}

.focus\:border-x-brand-200:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(193 215 234 / var(--tw-border-opacity));
  border-right-color: rgb(193 215 234 / var(--tw-border-opacity));
}

.focus\:border-x-brand-200\/0:focus {
  border-left-color: rgb(193 215 234 / 0);
  border-right-color: rgb(193 215 234 / 0);
}

.focus\:border-x-brand-200\/10:focus {
  border-left-color: rgb(193 215 234 / 0.1);
  border-right-color: rgb(193 215 234 / 0.1);
}

.focus\:border-x-brand-200\/100:focus {
  border-left-color: rgb(193 215 234 / 1);
  border-right-color: rgb(193 215 234 / 1);
}

.focus\:border-x-brand-200\/20:focus {
  border-left-color: rgb(193 215 234 / 0.2);
  border-right-color: rgb(193 215 234 / 0.2);
}

.focus\:border-x-brand-200\/25:focus {
  border-left-color: rgb(193 215 234 / 0.25);
  border-right-color: rgb(193 215 234 / 0.25);
}

.focus\:border-x-brand-200\/30:focus {
  border-left-color: rgb(193 215 234 / 0.3);
  border-right-color: rgb(193 215 234 / 0.3);
}

.focus\:border-x-brand-200\/40:focus {
  border-left-color: rgb(193 215 234 / 0.4);
  border-right-color: rgb(193 215 234 / 0.4);
}

.focus\:border-x-brand-200\/5:focus {
  border-left-color: rgb(193 215 234 / 0.05);
  border-right-color: rgb(193 215 234 / 0.05);
}

.focus\:border-x-brand-200\/50:focus {
  border-left-color: rgb(193 215 234 / 0.5);
  border-right-color: rgb(193 215 234 / 0.5);
}

.focus\:border-x-brand-200\/60:focus {
  border-left-color: rgb(193 215 234 / 0.6);
  border-right-color: rgb(193 215 234 / 0.6);
}

.focus\:border-x-brand-200\/70:focus {
  border-left-color: rgb(193 215 234 / 0.7);
  border-right-color: rgb(193 215 234 / 0.7);
}

.focus\:border-x-brand-200\/75:focus {
  border-left-color: rgb(193 215 234 / 0.75);
  border-right-color: rgb(193 215 234 / 0.75);
}

.focus\:border-x-brand-200\/80:focus {
  border-left-color: rgb(193 215 234 / 0.8);
  border-right-color: rgb(193 215 234 / 0.8);
}

.focus\:border-x-brand-200\/90:focus {
  border-left-color: rgb(193 215 234 / 0.9);
  border-right-color: rgb(193 215 234 / 0.9);
}

.focus\:border-x-brand-200\/95:focus {
  border-left-color: rgb(193 215 234 / 0.95);
  border-right-color: rgb(193 215 234 / 0.95);
}

.focus\:border-x-brand-300:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(155 190 221 / var(--tw-border-opacity));
  border-right-color: rgb(155 190 221 / var(--tw-border-opacity));
}

.focus\:border-x-brand-300\/0:focus {
  border-left-color: rgb(155 190 221 / 0);
  border-right-color: rgb(155 190 221 / 0);
}

.focus\:border-x-brand-300\/10:focus {
  border-left-color: rgb(155 190 221 / 0.1);
  border-right-color: rgb(155 190 221 / 0.1);
}

.focus\:border-x-brand-300\/100:focus {
  border-left-color: rgb(155 190 221 / 1);
  border-right-color: rgb(155 190 221 / 1);
}

.focus\:border-x-brand-300\/20:focus {
  border-left-color: rgb(155 190 221 / 0.2);
  border-right-color: rgb(155 190 221 / 0.2);
}

.focus\:border-x-brand-300\/25:focus {
  border-left-color: rgb(155 190 221 / 0.25);
  border-right-color: rgb(155 190 221 / 0.25);
}

.focus\:border-x-brand-300\/30:focus {
  border-left-color: rgb(155 190 221 / 0.3);
  border-right-color: rgb(155 190 221 / 0.3);
}

.focus\:border-x-brand-300\/40:focus {
  border-left-color: rgb(155 190 221 / 0.4);
  border-right-color: rgb(155 190 221 / 0.4);
}

.focus\:border-x-brand-300\/5:focus {
  border-left-color: rgb(155 190 221 / 0.05);
  border-right-color: rgb(155 190 221 / 0.05);
}

.focus\:border-x-brand-300\/50:focus {
  border-left-color: rgb(155 190 221 / 0.5);
  border-right-color: rgb(155 190 221 / 0.5);
}

.focus\:border-x-brand-300\/60:focus {
  border-left-color: rgb(155 190 221 / 0.6);
  border-right-color: rgb(155 190 221 / 0.6);
}

.focus\:border-x-brand-300\/70:focus {
  border-left-color: rgb(155 190 221 / 0.7);
  border-right-color: rgb(155 190 221 / 0.7);
}

.focus\:border-x-brand-300\/75:focus {
  border-left-color: rgb(155 190 221 / 0.75);
  border-right-color: rgb(155 190 221 / 0.75);
}

.focus\:border-x-brand-300\/80:focus {
  border-left-color: rgb(155 190 221 / 0.8);
  border-right-color: rgb(155 190 221 / 0.8);
}

.focus\:border-x-brand-300\/90:focus {
  border-left-color: rgb(155 190 221 / 0.9);
  border-right-color: rgb(155 190 221 / 0.9);
}

.focus\:border-x-brand-300\/95:focus {
  border-left-color: rgb(155 190 221 / 0.95);
  border-right-color: rgb(155 190 221 / 0.95);
}

.focus\:border-x-brand-400:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(81 142 195 / var(--tw-border-opacity));
  border-right-color: rgb(81 142 195 / var(--tw-border-opacity));
}

.focus\:border-x-brand-400\/0:focus {
  border-left-color: rgb(81 142 195 / 0);
  border-right-color: rgb(81 142 195 / 0);
}

.focus\:border-x-brand-400\/10:focus {
  border-left-color: rgb(81 142 195 / 0.1);
  border-right-color: rgb(81 142 195 / 0.1);
}

.focus\:border-x-brand-400\/100:focus {
  border-left-color: rgb(81 142 195 / 1);
  border-right-color: rgb(81 142 195 / 1);
}

.focus\:border-x-brand-400\/20:focus {
  border-left-color: rgb(81 142 195 / 0.2);
  border-right-color: rgb(81 142 195 / 0.2);
}

.focus\:border-x-brand-400\/25:focus {
  border-left-color: rgb(81 142 195 / 0.25);
  border-right-color: rgb(81 142 195 / 0.25);
}

.focus\:border-x-brand-400\/30:focus {
  border-left-color: rgb(81 142 195 / 0.3);
  border-right-color: rgb(81 142 195 / 0.3);
}

.focus\:border-x-brand-400\/40:focus {
  border-left-color: rgb(81 142 195 / 0.4);
  border-right-color: rgb(81 142 195 / 0.4);
}

.focus\:border-x-brand-400\/5:focus {
  border-left-color: rgb(81 142 195 / 0.05);
  border-right-color: rgb(81 142 195 / 0.05);
}

.focus\:border-x-brand-400\/50:focus {
  border-left-color: rgb(81 142 195 / 0.5);
  border-right-color: rgb(81 142 195 / 0.5);
}

.focus\:border-x-brand-400\/60:focus {
  border-left-color: rgb(81 142 195 / 0.6);
  border-right-color: rgb(81 142 195 / 0.6);
}

.focus\:border-x-brand-400\/70:focus {
  border-left-color: rgb(81 142 195 / 0.7);
  border-right-color: rgb(81 142 195 / 0.7);
}

.focus\:border-x-brand-400\/75:focus {
  border-left-color: rgb(81 142 195 / 0.75);
  border-right-color: rgb(81 142 195 / 0.75);
}

.focus\:border-x-brand-400\/80:focus {
  border-left-color: rgb(81 142 195 / 0.8);
  border-right-color: rgb(81 142 195 / 0.8);
}

.focus\:border-x-brand-400\/90:focus {
  border-left-color: rgb(81 142 195 / 0.9);
  border-right-color: rgb(81 142 195 / 0.9);
}

.focus\:border-x-brand-400\/95:focus {
  border-left-color: rgb(81 142 195 / 0.95);
  border-right-color: rgb(81 142 195 / 0.95);
}

.focus\:border-x-brand-50:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(243 247 251 / var(--tw-border-opacity));
  border-right-color: rgb(243 247 251 / var(--tw-border-opacity));
}

.focus\:border-x-brand-50\/0:focus {
  border-left-color: rgb(243 247 251 / 0);
  border-right-color: rgb(243 247 251 / 0);
}

.focus\:border-x-brand-50\/10:focus {
  border-left-color: rgb(243 247 251 / 0.1);
  border-right-color: rgb(243 247 251 / 0.1);
}

.focus\:border-x-brand-50\/100:focus {
  border-left-color: rgb(243 247 251 / 1);
  border-right-color: rgb(243 247 251 / 1);
}

.focus\:border-x-brand-50\/20:focus {
  border-left-color: rgb(243 247 251 / 0.2);
  border-right-color: rgb(243 247 251 / 0.2);
}

.focus\:border-x-brand-50\/25:focus {
  border-left-color: rgb(243 247 251 / 0.25);
  border-right-color: rgb(243 247 251 / 0.25);
}

.focus\:border-x-brand-50\/30:focus {
  border-left-color: rgb(243 247 251 / 0.3);
  border-right-color: rgb(243 247 251 / 0.3);
}

.focus\:border-x-brand-50\/40:focus {
  border-left-color: rgb(243 247 251 / 0.4);
  border-right-color: rgb(243 247 251 / 0.4);
}

.focus\:border-x-brand-50\/5:focus {
  border-left-color: rgb(243 247 251 / 0.05);
  border-right-color: rgb(243 247 251 / 0.05);
}

.focus\:border-x-brand-50\/50:focus {
  border-left-color: rgb(243 247 251 / 0.5);
  border-right-color: rgb(243 247 251 / 0.5);
}

.focus\:border-x-brand-50\/60:focus {
  border-left-color: rgb(243 247 251 / 0.6);
  border-right-color: rgb(243 247 251 / 0.6);
}

.focus\:border-x-brand-50\/70:focus {
  border-left-color: rgb(243 247 251 / 0.7);
  border-right-color: rgb(243 247 251 / 0.7);
}

.focus\:border-x-brand-50\/75:focus {
  border-left-color: rgb(243 247 251 / 0.75);
  border-right-color: rgb(243 247 251 / 0.75);
}

.focus\:border-x-brand-50\/80:focus {
  border-left-color: rgb(243 247 251 / 0.8);
  border-right-color: rgb(243 247 251 / 0.8);
}

.focus\:border-x-brand-50\/90:focus {
  border-left-color: rgb(243 247 251 / 0.9);
  border-right-color: rgb(243 247 251 / 0.9);
}

.focus\:border-x-brand-50\/95:focus {
  border-left-color: rgb(243 247 251 / 0.95);
  border-right-color: rgb(243 247 251 / 0.95);
}

.focus\:border-x-brand-500:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(6 93 169 / var(--tw-border-opacity));
  border-right-color: rgb(6 93 169 / var(--tw-border-opacity));
}

.focus\:border-x-brand-500\/0:focus {
  border-left-color: rgb(6 93 169 / 0);
  border-right-color: rgb(6 93 169 / 0);
}

.focus\:border-x-brand-500\/10:focus {
  border-left-color: rgb(6 93 169 / 0.1);
  border-right-color: rgb(6 93 169 / 0.1);
}

.focus\:border-x-brand-500\/100:focus {
  border-left-color: rgb(6 93 169 / 1);
  border-right-color: rgb(6 93 169 / 1);
}

.focus\:border-x-brand-500\/20:focus {
  border-left-color: rgb(6 93 169 / 0.2);
  border-right-color: rgb(6 93 169 / 0.2);
}

.focus\:border-x-brand-500\/25:focus {
  border-left-color: rgb(6 93 169 / 0.25);
  border-right-color: rgb(6 93 169 / 0.25);
}

.focus\:border-x-brand-500\/30:focus {
  border-left-color: rgb(6 93 169 / 0.3);
  border-right-color: rgb(6 93 169 / 0.3);
}

.focus\:border-x-brand-500\/40:focus {
  border-left-color: rgb(6 93 169 / 0.4);
  border-right-color: rgb(6 93 169 / 0.4);
}

.focus\:border-x-brand-500\/5:focus {
  border-left-color: rgb(6 93 169 / 0.05);
  border-right-color: rgb(6 93 169 / 0.05);
}

.focus\:border-x-brand-500\/50:focus {
  border-left-color: rgb(6 93 169 / 0.5);
  border-right-color: rgb(6 93 169 / 0.5);
}

.focus\:border-x-brand-500\/60:focus {
  border-left-color: rgb(6 93 169 / 0.6);
  border-right-color: rgb(6 93 169 / 0.6);
}

.focus\:border-x-brand-500\/70:focus {
  border-left-color: rgb(6 93 169 / 0.7);
  border-right-color: rgb(6 93 169 / 0.7);
}

.focus\:border-x-brand-500\/75:focus {
  border-left-color: rgb(6 93 169 / 0.75);
  border-right-color: rgb(6 93 169 / 0.75);
}

.focus\:border-x-brand-500\/80:focus {
  border-left-color: rgb(6 93 169 / 0.8);
  border-right-color: rgb(6 93 169 / 0.8);
}

.focus\:border-x-brand-500\/90:focus {
  border-left-color: rgb(6 93 169 / 0.9);
  border-right-color: rgb(6 93 169 / 0.9);
}

.focus\:border-x-brand-500\/95:focus {
  border-left-color: rgb(6 93 169 / 0.95);
  border-right-color: rgb(6 93 169 / 0.95);
}

.focus\:border-x-brand-600:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(5 84 152 / var(--tw-border-opacity));
  border-right-color: rgb(5 84 152 / var(--tw-border-opacity));
}

.focus\:border-x-brand-600\/0:focus {
  border-left-color: rgb(5 84 152 / 0);
  border-right-color: rgb(5 84 152 / 0);
}

.focus\:border-x-brand-600\/10:focus {
  border-left-color: rgb(5 84 152 / 0.1);
  border-right-color: rgb(5 84 152 / 0.1);
}

.focus\:border-x-brand-600\/100:focus {
  border-left-color: rgb(5 84 152 / 1);
  border-right-color: rgb(5 84 152 / 1);
}

.focus\:border-x-brand-600\/20:focus {
  border-left-color: rgb(5 84 152 / 0.2);
  border-right-color: rgb(5 84 152 / 0.2);
}

.focus\:border-x-brand-600\/25:focus {
  border-left-color: rgb(5 84 152 / 0.25);
  border-right-color: rgb(5 84 152 / 0.25);
}

.focus\:border-x-brand-600\/30:focus {
  border-left-color: rgb(5 84 152 / 0.3);
  border-right-color: rgb(5 84 152 / 0.3);
}

.focus\:border-x-brand-600\/40:focus {
  border-left-color: rgb(5 84 152 / 0.4);
  border-right-color: rgb(5 84 152 / 0.4);
}

.focus\:border-x-brand-600\/5:focus {
  border-left-color: rgb(5 84 152 / 0.05);
  border-right-color: rgb(5 84 152 / 0.05);
}

.focus\:border-x-brand-600\/50:focus {
  border-left-color: rgb(5 84 152 / 0.5);
  border-right-color: rgb(5 84 152 / 0.5);
}

.focus\:border-x-brand-600\/60:focus {
  border-left-color: rgb(5 84 152 / 0.6);
  border-right-color: rgb(5 84 152 / 0.6);
}

.focus\:border-x-brand-600\/70:focus {
  border-left-color: rgb(5 84 152 / 0.7);
  border-right-color: rgb(5 84 152 / 0.7);
}

.focus\:border-x-brand-600\/75:focus {
  border-left-color: rgb(5 84 152 / 0.75);
  border-right-color: rgb(5 84 152 / 0.75);
}

.focus\:border-x-brand-600\/80:focus {
  border-left-color: rgb(5 84 152 / 0.8);
  border-right-color: rgb(5 84 152 / 0.8);
}

.focus\:border-x-brand-600\/90:focus {
  border-left-color: rgb(5 84 152 / 0.9);
  border-right-color: rgb(5 84 152 / 0.9);
}

.focus\:border-x-brand-600\/95:focus {
  border-left-color: rgb(5 84 152 / 0.95);
  border-right-color: rgb(5 84 152 / 0.95);
}

.focus\:border-x-brand-700:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(4 56 101 / var(--tw-border-opacity));
  border-right-color: rgb(4 56 101 / var(--tw-border-opacity));
}

.focus\:border-x-brand-700\/0:focus {
  border-left-color: rgb(4 56 101 / 0);
  border-right-color: rgb(4 56 101 / 0);
}

.focus\:border-x-brand-700\/10:focus {
  border-left-color: rgb(4 56 101 / 0.1);
  border-right-color: rgb(4 56 101 / 0.1);
}

.focus\:border-x-brand-700\/100:focus {
  border-left-color: rgb(4 56 101 / 1);
  border-right-color: rgb(4 56 101 / 1);
}

.focus\:border-x-brand-700\/20:focus {
  border-left-color: rgb(4 56 101 / 0.2);
  border-right-color: rgb(4 56 101 / 0.2);
}

.focus\:border-x-brand-700\/25:focus {
  border-left-color: rgb(4 56 101 / 0.25);
  border-right-color: rgb(4 56 101 / 0.25);
}

.focus\:border-x-brand-700\/30:focus {
  border-left-color: rgb(4 56 101 / 0.3);
  border-right-color: rgb(4 56 101 / 0.3);
}

.focus\:border-x-brand-700\/40:focus {
  border-left-color: rgb(4 56 101 / 0.4);
  border-right-color: rgb(4 56 101 / 0.4);
}

.focus\:border-x-brand-700\/5:focus {
  border-left-color: rgb(4 56 101 / 0.05);
  border-right-color: rgb(4 56 101 / 0.05);
}

.focus\:border-x-brand-700\/50:focus {
  border-left-color: rgb(4 56 101 / 0.5);
  border-right-color: rgb(4 56 101 / 0.5);
}

.focus\:border-x-brand-700\/60:focus {
  border-left-color: rgb(4 56 101 / 0.6);
  border-right-color: rgb(4 56 101 / 0.6);
}

.focus\:border-x-brand-700\/70:focus {
  border-left-color: rgb(4 56 101 / 0.7);
  border-right-color: rgb(4 56 101 / 0.7);
}

.focus\:border-x-brand-700\/75:focus {
  border-left-color: rgb(4 56 101 / 0.75);
  border-right-color: rgb(4 56 101 / 0.75);
}

.focus\:border-x-brand-700\/80:focus {
  border-left-color: rgb(4 56 101 / 0.8);
  border-right-color: rgb(4 56 101 / 0.8);
}

.focus\:border-x-brand-700\/90:focus {
  border-left-color: rgb(4 56 101 / 0.9);
  border-right-color: rgb(4 56 101 / 0.9);
}

.focus\:border-x-brand-700\/95:focus {
  border-left-color: rgb(4 56 101 / 0.95);
  border-right-color: rgb(4 56 101 / 0.95);
}

.focus\:border-x-brand-800:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(3 42 76 / var(--tw-border-opacity));
  border-right-color: rgb(3 42 76 / var(--tw-border-opacity));
}

.focus\:border-x-brand-800\/0:focus {
  border-left-color: rgb(3 42 76 / 0);
  border-right-color: rgb(3 42 76 / 0);
}

.focus\:border-x-brand-800\/10:focus {
  border-left-color: rgb(3 42 76 / 0.1);
  border-right-color: rgb(3 42 76 / 0.1);
}

.focus\:border-x-brand-800\/100:focus {
  border-left-color: rgb(3 42 76 / 1);
  border-right-color: rgb(3 42 76 / 1);
}

.focus\:border-x-brand-800\/20:focus {
  border-left-color: rgb(3 42 76 / 0.2);
  border-right-color: rgb(3 42 76 / 0.2);
}

.focus\:border-x-brand-800\/25:focus {
  border-left-color: rgb(3 42 76 / 0.25);
  border-right-color: rgb(3 42 76 / 0.25);
}

.focus\:border-x-brand-800\/30:focus {
  border-left-color: rgb(3 42 76 / 0.3);
  border-right-color: rgb(3 42 76 / 0.3);
}

.focus\:border-x-brand-800\/40:focus {
  border-left-color: rgb(3 42 76 / 0.4);
  border-right-color: rgb(3 42 76 / 0.4);
}

.focus\:border-x-brand-800\/5:focus {
  border-left-color: rgb(3 42 76 / 0.05);
  border-right-color: rgb(3 42 76 / 0.05);
}

.focus\:border-x-brand-800\/50:focus {
  border-left-color: rgb(3 42 76 / 0.5);
  border-right-color: rgb(3 42 76 / 0.5);
}

.focus\:border-x-brand-800\/60:focus {
  border-left-color: rgb(3 42 76 / 0.6);
  border-right-color: rgb(3 42 76 / 0.6);
}

.focus\:border-x-brand-800\/70:focus {
  border-left-color: rgb(3 42 76 / 0.7);
  border-right-color: rgb(3 42 76 / 0.7);
}

.focus\:border-x-brand-800\/75:focus {
  border-left-color: rgb(3 42 76 / 0.75);
  border-right-color: rgb(3 42 76 / 0.75);
}

.focus\:border-x-brand-800\/80:focus {
  border-left-color: rgb(3 42 76 / 0.8);
  border-right-color: rgb(3 42 76 / 0.8);
}

.focus\:border-x-brand-800\/90:focus {
  border-left-color: rgb(3 42 76 / 0.9);
  border-right-color: rgb(3 42 76 / 0.9);
}

.focus\:border-x-brand-800\/95:focus {
  border-left-color: rgb(3 42 76 / 0.95);
  border-right-color: rgb(3 42 76 / 0.95);
}

.focus\:border-x-brand-900:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(2 28 51 / var(--tw-border-opacity));
  border-right-color: rgb(2 28 51 / var(--tw-border-opacity));
}

.focus\:border-x-brand-900\/0:focus {
  border-left-color: rgb(2 28 51 / 0);
  border-right-color: rgb(2 28 51 / 0);
}

.focus\:border-x-brand-900\/10:focus {
  border-left-color: rgb(2 28 51 / 0.1);
  border-right-color: rgb(2 28 51 / 0.1);
}

.focus\:border-x-brand-900\/100:focus {
  border-left-color: rgb(2 28 51 / 1);
  border-right-color: rgb(2 28 51 / 1);
}

.focus\:border-x-brand-900\/20:focus {
  border-left-color: rgb(2 28 51 / 0.2);
  border-right-color: rgb(2 28 51 / 0.2);
}

.focus\:border-x-brand-900\/25:focus {
  border-left-color: rgb(2 28 51 / 0.25);
  border-right-color: rgb(2 28 51 / 0.25);
}

.focus\:border-x-brand-900\/30:focus {
  border-left-color: rgb(2 28 51 / 0.3);
  border-right-color: rgb(2 28 51 / 0.3);
}

.focus\:border-x-brand-900\/40:focus {
  border-left-color: rgb(2 28 51 / 0.4);
  border-right-color: rgb(2 28 51 / 0.4);
}

.focus\:border-x-brand-900\/5:focus {
  border-left-color: rgb(2 28 51 / 0.05);
  border-right-color: rgb(2 28 51 / 0.05);
}

.focus\:border-x-brand-900\/50:focus {
  border-left-color: rgb(2 28 51 / 0.5);
  border-right-color: rgb(2 28 51 / 0.5);
}

.focus\:border-x-brand-900\/60:focus {
  border-left-color: rgb(2 28 51 / 0.6);
  border-right-color: rgb(2 28 51 / 0.6);
}

.focus\:border-x-brand-900\/70:focus {
  border-left-color: rgb(2 28 51 / 0.7);
  border-right-color: rgb(2 28 51 / 0.7);
}

.focus\:border-x-brand-900\/75:focus {
  border-left-color: rgb(2 28 51 / 0.75);
  border-right-color: rgb(2 28 51 / 0.75);
}

.focus\:border-x-brand-900\/80:focus {
  border-left-color: rgb(2 28 51 / 0.8);
  border-right-color: rgb(2 28 51 / 0.8);
}

.focus\:border-x-brand-900\/90:focus {
  border-left-color: rgb(2 28 51 / 0.9);
  border-right-color: rgb(2 28 51 / 0.9);
}

.focus\:border-x-brand-900\/95:focus {
  border-left-color: rgb(2 28 51 / 0.95);
  border-right-color: rgb(2 28 51 / 0.95);
}

.focus\:border-x-current:focus {
  border-left-color: currentColor;
  border-right-color: currentColor;
}

.focus\:border-x-cyan-100:focus {
  --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));
}

.focus\:border-x-cyan-100\/0:focus {
  border-left-color: rgb(207 250 254 / 0);
  border-right-color: rgb(207 250 254 / 0);
}

.focus\:border-x-cyan-100\/10:focus {
  border-left-color: rgb(207 250 254 / 0.1);
  border-right-color: rgb(207 250 254 / 0.1);
}

.focus\:border-x-cyan-100\/100:focus {
  border-left-color: rgb(207 250 254 / 1);
  border-right-color: rgb(207 250 254 / 1);
}

.focus\:border-x-cyan-100\/20:focus {
  border-left-color: rgb(207 250 254 / 0.2);
  border-right-color: rgb(207 250 254 / 0.2);
}

.focus\:border-x-cyan-100\/25:focus {
  border-left-color: rgb(207 250 254 / 0.25);
  border-right-color: rgb(207 250 254 / 0.25);
}

.focus\:border-x-cyan-100\/30:focus {
  border-left-color: rgb(207 250 254 / 0.3);
  border-right-color: rgb(207 250 254 / 0.3);
}

.focus\:border-x-cyan-100\/40:focus {
  border-left-color: rgb(207 250 254 / 0.4);
  border-right-color: rgb(207 250 254 / 0.4);
}

.focus\:border-x-cyan-100\/5:focus {
  border-left-color: rgb(207 250 254 / 0.05);
  border-right-color: rgb(207 250 254 / 0.05);
}

.focus\:border-x-cyan-100\/50:focus {
  border-left-color: rgb(207 250 254 / 0.5);
  border-right-color: rgb(207 250 254 / 0.5);
}

.focus\:border-x-cyan-100\/60:focus {
  border-left-color: rgb(207 250 254 / 0.6);
  border-right-color: rgb(207 250 254 / 0.6);
}

.focus\:border-x-cyan-100\/70:focus {
  border-left-color: rgb(207 250 254 / 0.7);
  border-right-color: rgb(207 250 254 / 0.7);
}

.focus\:border-x-cyan-100\/75:focus {
  border-left-color: rgb(207 250 254 / 0.75);
  border-right-color: rgb(207 250 254 / 0.75);
}

.focus\:border-x-cyan-100\/80:focus {
  border-left-color: rgb(207 250 254 / 0.8);
  border-right-color: rgb(207 250 254 / 0.8);
}

.focus\:border-x-cyan-100\/90:focus {
  border-left-color: rgb(207 250 254 / 0.9);
  border-right-color: rgb(207 250 254 / 0.9);
}

.focus\:border-x-cyan-100\/95:focus {
  border-left-color: rgb(207 250 254 / 0.95);
  border-right-color: rgb(207 250 254 / 0.95);
}

.focus\:border-x-cyan-200:focus {
  --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));
}

.focus\:border-x-cyan-200\/0:focus {
  border-left-color: rgb(165 243 252 / 0);
  border-right-color: rgb(165 243 252 / 0);
}

.focus\:border-x-cyan-200\/10:focus {
  border-left-color: rgb(165 243 252 / 0.1);
  border-right-color: rgb(165 243 252 / 0.1);
}

.focus\:border-x-cyan-200\/100:focus {
  border-left-color: rgb(165 243 252 / 1);
  border-right-color: rgb(165 243 252 / 1);
}

.focus\:border-x-cyan-200\/20:focus {
  border-left-color: rgb(165 243 252 / 0.2);
  border-right-color: rgb(165 243 252 / 0.2);
}

.focus\:border-x-cyan-200\/25:focus {
  border-left-color: rgb(165 243 252 / 0.25);
  border-right-color: rgb(165 243 252 / 0.25);
}

.focus\:border-x-cyan-200\/30:focus {
  border-left-color: rgb(165 243 252 / 0.3);
  border-right-color: rgb(165 243 252 / 0.3);
}

.focus\:border-x-cyan-200\/40:focus {
  border-left-color: rgb(165 243 252 / 0.4);
  border-right-color: rgb(165 243 252 / 0.4);
}

.focus\:border-x-cyan-200\/5:focus {
  border-left-color: rgb(165 243 252 / 0.05);
  border-right-color: rgb(165 243 252 / 0.05);
}

.focus\:border-x-cyan-200\/50:focus {
  border-left-color: rgb(165 243 252 / 0.5);
  border-right-color: rgb(165 243 252 / 0.5);
}

.focus\:border-x-cyan-200\/60:focus {
  border-left-color: rgb(165 243 252 / 0.6);
  border-right-color: rgb(165 243 252 / 0.6);
}

.focus\:border-x-cyan-200\/70:focus {
  border-left-color: rgb(165 243 252 / 0.7);
  border-right-color: rgb(165 243 252 / 0.7);
}

.focus\:border-x-cyan-200\/75:focus {
  border-left-color: rgb(165 243 252 / 0.75);
  border-right-color: rgb(165 243 252 / 0.75);
}

.focus\:border-x-cyan-200\/80:focus {
  border-left-color: rgb(165 243 252 / 0.8);
  border-right-color: rgb(165 243 252 / 0.8);
}

.focus\:border-x-cyan-200\/90:focus {
  border-left-color: rgb(165 243 252 / 0.9);
  border-right-color: rgb(165 243 252 / 0.9);
}

.focus\:border-x-cyan-200\/95:focus {
  border-left-color: rgb(165 243 252 / 0.95);
  border-right-color: rgb(165 243 252 / 0.95);
}

.focus\:border-x-cyan-300:focus {
  --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));
}

.focus\:border-x-cyan-300\/0:focus {
  border-left-color: rgb(103 232 249 / 0);
  border-right-color: rgb(103 232 249 / 0);
}

.focus\:border-x-cyan-300\/10:focus {
  border-left-color: rgb(103 232 249 / 0.1);
  border-right-color: rgb(103 232 249 / 0.1);
}

.focus\:border-x-cyan-300\/100:focus {
  border-left-color: rgb(103 232 249 / 1);
  border-right-color: rgb(103 232 249 / 1);
}

.focus\:border-x-cyan-300\/20:focus {
  border-left-color: rgb(103 232 249 / 0.2);
  border-right-color: rgb(103 232 249 / 0.2);
}

.focus\:border-x-cyan-300\/25:focus {
  border-left-color: rgb(103 232 249 / 0.25);
  border-right-color: rgb(103 232 249 / 0.25);
}

.focus\:border-x-cyan-300\/30:focus {
  border-left-color: rgb(103 232 249 / 0.3);
  border-right-color: rgb(103 232 249 / 0.3);
}

.focus\:border-x-cyan-300\/40:focus {
  border-left-color: rgb(103 232 249 / 0.4);
  border-right-color: rgb(103 232 249 / 0.4);
}

.focus\:border-x-cyan-300\/5:focus {
  border-left-color: rgb(103 232 249 / 0.05);
  border-right-color: rgb(103 232 249 / 0.05);
}

.focus\:border-x-cyan-300\/50:focus {
  border-left-color: rgb(103 232 249 / 0.5);
  border-right-color: rgb(103 232 249 / 0.5);
}

.focus\:border-x-cyan-300\/60:focus {
  border-left-color: rgb(103 232 249 / 0.6);
  border-right-color: rgb(103 232 249 / 0.6);
}

.focus\:border-x-cyan-300\/70:focus {
  border-left-color: rgb(103 232 249 / 0.7);
  border-right-color: rgb(103 232 249 / 0.7);
}

.focus\:border-x-cyan-300\/75:focus {
  border-left-color: rgb(103 232 249 / 0.75);
  border-right-color: rgb(103 232 249 / 0.75);
}

.focus\:border-x-cyan-300\/80:focus {
  border-left-color: rgb(103 232 249 / 0.8);
  border-right-color: rgb(103 232 249 / 0.8);
}

.focus\:border-x-cyan-300\/90:focus {
  border-left-color: rgb(103 232 249 / 0.9);
  border-right-color: rgb(103 232 249 / 0.9);
}

.focus\:border-x-cyan-300\/95:focus {
  border-left-color: rgb(103 232 249 / 0.95);
  border-right-color: rgb(103 232 249 / 0.95);
}

.focus\:border-x-cyan-400:focus {
  --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));
}

.focus\:border-x-cyan-400\/0:focus {
  border-left-color: rgb(34 211 238 / 0);
  border-right-color: rgb(34 211 238 / 0);
}

.focus\:border-x-cyan-400\/10:focus {
  border-left-color: rgb(34 211 238 / 0.1);
  border-right-color: rgb(34 211 238 / 0.1);
}

.focus\:border-x-cyan-400\/100:focus {
  border-left-color: rgb(34 211 238 / 1);
  border-right-color: rgb(34 211 238 / 1);
}

.focus\:border-x-cyan-400\/20:focus {
  border-left-color: rgb(34 211 238 / 0.2);
  border-right-color: rgb(34 211 238 / 0.2);
}

.focus\:border-x-cyan-400\/25:focus {
  border-left-color: rgb(34 211 238 / 0.25);
  border-right-color: rgb(34 211 238 / 0.25);
}

.focus\:border-x-cyan-400\/30:focus {
  border-left-color: rgb(34 211 238 / 0.3);
  border-right-color: rgb(34 211 238 / 0.3);
}

.focus\:border-x-cyan-400\/40:focus {
  border-left-color: rgb(34 211 238 / 0.4);
  border-right-color: rgb(34 211 238 / 0.4);
}

.focus\:border-x-cyan-400\/5:focus {
  border-left-color: rgb(34 211 238 / 0.05);
  border-right-color: rgb(34 211 238 / 0.05);
}

.focus\:border-x-cyan-400\/50:focus {
  border-left-color: rgb(34 211 238 / 0.5);
  border-right-color: rgb(34 211 238 / 0.5);
}

.focus\:border-x-cyan-400\/60:focus {
  border-left-color: rgb(34 211 238 / 0.6);
  border-right-color: rgb(34 211 238 / 0.6);
}

.focus\:border-x-cyan-400\/70:focus {
  border-left-color: rgb(34 211 238 / 0.7);
  border-right-color: rgb(34 211 238 / 0.7);
}

.focus\:border-x-cyan-400\/75:focus {
  border-left-color: rgb(34 211 238 / 0.75);
  border-right-color: rgb(34 211 238 / 0.75);
}

.focus\:border-x-cyan-400\/80:focus {
  border-left-color: rgb(34 211 238 / 0.8);
  border-right-color: rgb(34 211 238 / 0.8);
}

.focus\:border-x-cyan-400\/90:focus {
  border-left-color: rgb(34 211 238 / 0.9);
  border-right-color: rgb(34 211 238 / 0.9);
}

.focus\:border-x-cyan-400\/95:focus {
  border-left-color: rgb(34 211 238 / 0.95);
  border-right-color: rgb(34 211 238 / 0.95);
}

.focus\:border-x-cyan-50:focus {
  --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));
}

.focus\:border-x-cyan-50\/0:focus {
  border-left-color: rgb(236 254 255 / 0);
  border-right-color: rgb(236 254 255 / 0);
}

.focus\:border-x-cyan-50\/10:focus {
  border-left-color: rgb(236 254 255 / 0.1);
  border-right-color: rgb(236 254 255 / 0.1);
}

.focus\:border-x-cyan-50\/100:focus {
  border-left-color: rgb(236 254 255 / 1);
  border-right-color: rgb(236 254 255 / 1);
}

.focus\:border-x-cyan-50\/20:focus {
  border-left-color: rgb(236 254 255 / 0.2);
  border-right-color: rgb(236 254 255 / 0.2);
}

.focus\:border-x-cyan-50\/25:focus {
  border-left-color: rgb(236 254 255 / 0.25);
  border-right-color: rgb(236 254 255 / 0.25);
}

.focus\:border-x-cyan-50\/30:focus {
  border-left-color: rgb(236 254 255 / 0.3);
  border-right-color: rgb(236 254 255 / 0.3);
}

.focus\:border-x-cyan-50\/40:focus {
  border-left-color: rgb(236 254 255 / 0.4);
  border-right-color: rgb(236 254 255 / 0.4);
}

.focus\:border-x-cyan-50\/5:focus {
  border-left-color: rgb(236 254 255 / 0.05);
  border-right-color: rgb(236 254 255 / 0.05);
}

.focus\:border-x-cyan-50\/50:focus {
  border-left-color: rgb(236 254 255 / 0.5);
  border-right-color: rgb(236 254 255 / 0.5);
}

.focus\:border-x-cyan-50\/60:focus {
  border-left-color: rgb(236 254 255 / 0.6);
  border-right-color: rgb(236 254 255 / 0.6);
}

.focus\:border-x-cyan-50\/70:focus {
  border-left-color: rgb(236 254 255 / 0.7);
  border-right-color: rgb(236 254 255 / 0.7);
}

.focus\:border-x-cyan-50\/75:focus {
  border-left-color: rgb(236 254 255 / 0.75);
  border-right-color: rgb(236 254 255 / 0.75);
}

.focus\:border-x-cyan-50\/80:focus {
  border-left-color: rgb(236 254 255 / 0.8);
  border-right-color: rgb(236 254 255 / 0.8);
}

.focus\:border-x-cyan-50\/90:focus {
  border-left-color: rgb(236 254 255 / 0.9);
  border-right-color: rgb(236 254 255 / 0.9);
}

.focus\:border-x-cyan-50\/95:focus {
  border-left-color: rgb(236 254 255 / 0.95);
  border-right-color: rgb(236 254 255 / 0.95);
}

.focus\:border-x-cyan-500:focus {
  --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));
}

.focus\:border-x-cyan-500\/0:focus {
  border-left-color: rgb(6 182 212 / 0);
  border-right-color: rgb(6 182 212 / 0);
}

.focus\:border-x-cyan-500\/10:focus {
  border-left-color: rgb(6 182 212 / 0.1);
  border-right-color: rgb(6 182 212 / 0.1);
}

.focus\:border-x-cyan-500\/100:focus {
  border-left-color: rgb(6 182 212 / 1);
  border-right-color: rgb(6 182 212 / 1);
}

.focus\:border-x-cyan-500\/20:focus {
  border-left-color: rgb(6 182 212 / 0.2);
  border-right-color: rgb(6 182 212 / 0.2);
}

.focus\:border-x-cyan-500\/25:focus {
  border-left-color: rgb(6 182 212 / 0.25);
  border-right-color: rgb(6 182 212 / 0.25);
}

.focus\:border-x-cyan-500\/30:focus {
  border-left-color: rgb(6 182 212 / 0.3);
  border-right-color: rgb(6 182 212 / 0.3);
}

.focus\:border-x-cyan-500\/40:focus {
  border-left-color: rgb(6 182 212 / 0.4);
  border-right-color: rgb(6 182 212 / 0.4);
}

.focus\:border-x-cyan-500\/5:focus {
  border-left-color: rgb(6 182 212 / 0.05);
  border-right-color: rgb(6 182 212 / 0.05);
}

.focus\:border-x-cyan-500\/50:focus {
  border-left-color: rgb(6 182 212 / 0.5);
  border-right-color: rgb(6 182 212 / 0.5);
}

.focus\:border-x-cyan-500\/60:focus {
  border-left-color: rgb(6 182 212 / 0.6);
  border-right-color: rgb(6 182 212 / 0.6);
}

.focus\:border-x-cyan-500\/70:focus {
  border-left-color: rgb(6 182 212 / 0.7);
  border-right-color: rgb(6 182 212 / 0.7);
}

.focus\:border-x-cyan-500\/75:focus {
  border-left-color: rgb(6 182 212 / 0.75);
  border-right-color: rgb(6 182 212 / 0.75);
}

.focus\:border-x-cyan-500\/80:focus {
  border-left-color: rgb(6 182 212 / 0.8);
  border-right-color: rgb(6 182 212 / 0.8);
}

.focus\:border-x-cyan-500\/90:focus {
  border-left-color: rgb(6 182 212 / 0.9);
  border-right-color: rgb(6 182 212 / 0.9);
}

.focus\:border-x-cyan-500\/95:focus {
  border-left-color: rgb(6 182 212 / 0.95);
  border-right-color: rgb(6 182 212 / 0.95);
}

.focus\:border-x-cyan-600:focus {
  --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));
}

.focus\:border-x-cyan-600\/0:focus {
  border-left-color: rgb(8 145 178 / 0);
  border-right-color: rgb(8 145 178 / 0);
}

.focus\:border-x-cyan-600\/10:focus {
  border-left-color: rgb(8 145 178 / 0.1);
  border-right-color: rgb(8 145 178 / 0.1);
}

.focus\:border-x-cyan-600\/100:focus {
  border-left-color: rgb(8 145 178 / 1);
  border-right-color: rgb(8 145 178 / 1);
}

.focus\:border-x-cyan-600\/20:focus {
  border-left-color: rgb(8 145 178 / 0.2);
  border-right-color: rgb(8 145 178 / 0.2);
}

.focus\:border-x-cyan-600\/25:focus {
  border-left-color: rgb(8 145 178 / 0.25);
  border-right-color: rgb(8 145 178 / 0.25);
}

.focus\:border-x-cyan-600\/30:focus {
  border-left-color: rgb(8 145 178 / 0.3);
  border-right-color: rgb(8 145 178 / 0.3);
}

.focus\:border-x-cyan-600\/40:focus {
  border-left-color: rgb(8 145 178 / 0.4);
  border-right-color: rgb(8 145 178 / 0.4);
}

.focus\:border-x-cyan-600\/5:focus {
  border-left-color: rgb(8 145 178 / 0.05);
  border-right-color: rgb(8 145 178 / 0.05);
}

.focus\:border-x-cyan-600\/50:focus {
  border-left-color: rgb(8 145 178 / 0.5);
  border-right-color: rgb(8 145 178 / 0.5);
}

.focus\:border-x-cyan-600\/60:focus {
  border-left-color: rgb(8 145 178 / 0.6);
  border-right-color: rgb(8 145 178 / 0.6);
}

.focus\:border-x-cyan-600\/70:focus {
  border-left-color: rgb(8 145 178 / 0.7);
  border-right-color: rgb(8 145 178 / 0.7);
}

.focus\:border-x-cyan-600\/75:focus {
  border-left-color: rgb(8 145 178 / 0.75);
  border-right-color: rgb(8 145 178 / 0.75);
}

.focus\:border-x-cyan-600\/80:focus {
  border-left-color: rgb(8 145 178 / 0.8);
  border-right-color: rgb(8 145 178 / 0.8);
}

.focus\:border-x-cyan-600\/90:focus {
  border-left-color: rgb(8 145 178 / 0.9);
  border-right-color: rgb(8 145 178 / 0.9);
}

.focus\:border-x-cyan-600\/95:focus {
  border-left-color: rgb(8 145 178 / 0.95);
  border-right-color: rgb(8 145 178 / 0.95);
}

.focus\:border-x-cyan-700:focus {
  --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));
}

.focus\:border-x-cyan-700\/0:focus {
  border-left-color: rgb(14 116 144 / 0);
  border-right-color: rgb(14 116 144 / 0);
}

.focus\:border-x-cyan-700\/10:focus {
  border-left-color: rgb(14 116 144 / 0.1);
  border-right-color: rgb(14 116 144 / 0.1);
}

.focus\:border-x-cyan-700\/100:focus {
  border-left-color: rgb(14 116 144 / 1);
  border-right-color: rgb(14 116 144 / 1);
}

.focus\:border-x-cyan-700\/20:focus {
  border-left-color: rgb(14 116 144 / 0.2);
  border-right-color: rgb(14 116 144 / 0.2);
}

.focus\:border-x-cyan-700\/25:focus {
  border-left-color: rgb(14 116 144 / 0.25);
  border-right-color: rgb(14 116 144 / 0.25);
}

.focus\:border-x-cyan-700\/30:focus {
  border-left-color: rgb(14 116 144 / 0.3);
  border-right-color: rgb(14 116 144 / 0.3);
}

.focus\:border-x-cyan-700\/40:focus {
  border-left-color: rgb(14 116 144 / 0.4);
  border-right-color: rgb(14 116 144 / 0.4);
}

.focus\:border-x-cyan-700\/5:focus {
  border-left-color: rgb(14 116 144 / 0.05);
  border-right-color: rgb(14 116 144 / 0.05);
}

.focus\:border-x-cyan-700\/50:focus {
  border-left-color: rgb(14 116 144 / 0.5);
  border-right-color: rgb(14 116 144 / 0.5);
}

.focus\:border-x-cyan-700\/60:focus {
  border-left-color: rgb(14 116 144 / 0.6);
  border-right-color: rgb(14 116 144 / 0.6);
}

.focus\:border-x-cyan-700\/70:focus {
  border-left-color: rgb(14 116 144 / 0.7);
  border-right-color: rgb(14 116 144 / 0.7);
}

.focus\:border-x-cyan-700\/75:focus {
  border-left-color: rgb(14 116 144 / 0.75);
  border-right-color: rgb(14 116 144 / 0.75);
}

.focus\:border-x-cyan-700\/80:focus {
  border-left-color: rgb(14 116 144 / 0.8);
  border-right-color: rgb(14 116 144 / 0.8);
}

.focus\:border-x-cyan-700\/90:focus {
  border-left-color: rgb(14 116 144 / 0.9);
  border-right-color: rgb(14 116 144 / 0.9);
}

.focus\:border-x-cyan-700\/95:focus {
  border-left-color: rgb(14 116 144 / 0.95);
  border-right-color: rgb(14 116 144 / 0.95);
}

.focus\:border-x-cyan-800:focus {
  --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));
}

.focus\:border-x-cyan-800\/0:focus {
  border-left-color: rgb(21 94 117 / 0);
  border-right-color: rgb(21 94 117 / 0);
}

.focus\:border-x-cyan-800\/10:focus {
  border-left-color: rgb(21 94 117 / 0.1);
  border-right-color: rgb(21 94 117 / 0.1);
}

.focus\:border-x-cyan-800\/100:focus {
  border-left-color: rgb(21 94 117 / 1);
  border-right-color: rgb(21 94 117 / 1);
}

.focus\:border-x-cyan-800\/20:focus {
  border-left-color: rgb(21 94 117 / 0.2);
  border-right-color: rgb(21 94 117 / 0.2);
}

.focus\:border-x-cyan-800\/25:focus {
  border-left-color: rgb(21 94 117 / 0.25);
  border-right-color: rgb(21 94 117 / 0.25);
}

.focus\:border-x-cyan-800\/30:focus {
  border-left-color: rgb(21 94 117 / 0.3);
  border-right-color: rgb(21 94 117 / 0.3);
}

.focus\:border-x-cyan-800\/40:focus {
  border-left-color: rgb(21 94 117 / 0.4);
  border-right-color: rgb(21 94 117 / 0.4);
}

.focus\:border-x-cyan-800\/5:focus {
  border-left-color: rgb(21 94 117 / 0.05);
  border-right-color: rgb(21 94 117 / 0.05);
}

.focus\:border-x-cyan-800\/50:focus {
  border-left-color: rgb(21 94 117 / 0.5);
  border-right-color: rgb(21 94 117 / 0.5);
}

.focus\:border-x-cyan-800\/60:focus {
  border-left-color: rgb(21 94 117 / 0.6);
  border-right-color: rgb(21 94 117 / 0.6);
}

.focus\:border-x-cyan-800\/70:focus {
  border-left-color: rgb(21 94 117 / 0.7);
  border-right-color: rgb(21 94 117 / 0.7);
}

.focus\:border-x-cyan-800\/75:focus {
  border-left-color: rgb(21 94 117 / 0.75);
  border-right-color: rgb(21 94 117 / 0.75);
}

.focus\:border-x-cyan-800\/80:focus {
  border-left-color: rgb(21 94 117 / 0.8);
  border-right-color: rgb(21 94 117 / 0.8);
}

.focus\:border-x-cyan-800\/90:focus {
  border-left-color: rgb(21 94 117 / 0.9);
  border-right-color: rgb(21 94 117 / 0.9);
}

.focus\:border-x-cyan-800\/95:focus {
  border-left-color: rgb(21 94 117 / 0.95);
  border-right-color: rgb(21 94 117 / 0.95);
}

.focus\:border-x-cyan-900:focus {
  --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));
}

.focus\:border-x-cyan-900\/0:focus {
  border-left-color: rgb(22 78 99 / 0);
  border-right-color: rgb(22 78 99 / 0);
}

.focus\:border-x-cyan-900\/10:focus {
  border-left-color: rgb(22 78 99 / 0.1);
  border-right-color: rgb(22 78 99 / 0.1);
}

.focus\:border-x-cyan-900\/100:focus {
  border-left-color: rgb(22 78 99 / 1);
  border-right-color: rgb(22 78 99 / 1);
}

.focus\:border-x-cyan-900\/20:focus {
  border-left-color: rgb(22 78 99 / 0.2);
  border-right-color: rgb(22 78 99 / 0.2);
}

.focus\:border-x-cyan-900\/25:focus {
  border-left-color: rgb(22 78 99 / 0.25);
  border-right-color: rgb(22 78 99 / 0.25);
}

.focus\:border-x-cyan-900\/30:focus {
  border-left-color: rgb(22 78 99 / 0.3);
  border-right-color: rgb(22 78 99 / 0.3);
}

.focus\:border-x-cyan-900\/40:focus {
  border-left-color: rgb(22 78 99 / 0.4);
  border-right-color: rgb(22 78 99 / 0.4);
}

.focus\:border-x-cyan-900\/5:focus {
  border-left-color: rgb(22 78 99 / 0.05);
  border-right-color: rgb(22 78 99 / 0.05);
}

.focus\:border-x-cyan-900\/50:focus {
  border-left-color: rgb(22 78 99 / 0.5);
  border-right-color: rgb(22 78 99 / 0.5);
}

.focus\:border-x-cyan-900\/60:focus {
  border-left-color: rgb(22 78 99 / 0.6);
  border-right-color: rgb(22 78 99 / 0.6);
}

.focus\:border-x-cyan-900\/70:focus {
  border-left-color: rgb(22 78 99 / 0.7);
  border-right-color: rgb(22 78 99 / 0.7);
}

.focus\:border-x-cyan-900\/75:focus {
  border-left-color: rgb(22 78 99 / 0.75);
  border-right-color: rgb(22 78 99 / 0.75);
}

.focus\:border-x-cyan-900\/80:focus {
  border-left-color: rgb(22 78 99 / 0.8);
  border-right-color: rgb(22 78 99 / 0.8);
}

.focus\:border-x-cyan-900\/90:focus {
  border-left-color: rgb(22 78 99 / 0.9);
  border-right-color: rgb(22 78 99 / 0.9);
}

.focus\:border-x-cyan-900\/95:focus {
  border-left-color: rgb(22 78 99 / 0.95);
  border-right-color: rgb(22 78 99 / 0.95);
}

.focus\:border-x-cyan-950:focus {
  --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));
}

.focus\:border-x-cyan-950\/0:focus {
  border-left-color: rgb(8 51 68 / 0);
  border-right-color: rgb(8 51 68 / 0);
}

.focus\:border-x-cyan-950\/10:focus {
  border-left-color: rgb(8 51 68 / 0.1);
  border-right-color: rgb(8 51 68 / 0.1);
}

.focus\:border-x-cyan-950\/100:focus {
  border-left-color: rgb(8 51 68 / 1);
  border-right-color: rgb(8 51 68 / 1);
}

.focus\:border-x-cyan-950\/20:focus {
  border-left-color: rgb(8 51 68 / 0.2);
  border-right-color: rgb(8 51 68 / 0.2);
}

.focus\:border-x-cyan-950\/25:focus {
  border-left-color: rgb(8 51 68 / 0.25);
  border-right-color: rgb(8 51 68 / 0.25);
}

.focus\:border-x-cyan-950\/30:focus {
  border-left-color: rgb(8 51 68 / 0.3);
  border-right-color: rgb(8 51 68 / 0.3);
}

.focus\:border-x-cyan-950\/40:focus {
  border-left-color: rgb(8 51 68 / 0.4);
  border-right-color: rgb(8 51 68 / 0.4);
}

.focus\:border-x-cyan-950\/5:focus {
  border-left-color: rgb(8 51 68 / 0.05);
  border-right-color: rgb(8 51 68 / 0.05);
}

.focus\:border-x-cyan-950\/50:focus {
  border-left-color: rgb(8 51 68 / 0.5);
  border-right-color: rgb(8 51 68 / 0.5);
}

.focus\:border-x-cyan-950\/60:focus {
  border-left-color: rgb(8 51 68 / 0.6);
  border-right-color: rgb(8 51 68 / 0.6);
}

.focus\:border-x-cyan-950\/70:focus {
  border-left-color: rgb(8 51 68 / 0.7);
  border-right-color: rgb(8 51 68 / 0.7);
}

.focus\:border-x-cyan-950\/75:focus {
  border-left-color: rgb(8 51 68 / 0.75);
  border-right-color: rgb(8 51 68 / 0.75);
}

.focus\:border-x-cyan-950\/80:focus {
  border-left-color: rgb(8 51 68 / 0.8);
  border-right-color: rgb(8 51 68 / 0.8);
}

.focus\:border-x-cyan-950\/90:focus {
  border-left-color: rgb(8 51 68 / 0.9);
  border-right-color: rgb(8 51 68 / 0.9);
}

.focus\:border-x-cyan-950\/95:focus {
  border-left-color: rgb(8 51 68 / 0.95);
  border-right-color: rgb(8 51 68 / 0.95);
}

.focus\:border-x-emerald-100:focus {
  --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));
}

.focus\:border-x-emerald-100\/0:focus {
  border-left-color: rgb(209 250 229 / 0);
  border-right-color: rgb(209 250 229 / 0);
}

.focus\:border-x-emerald-100\/10:focus {
  border-left-color: rgb(209 250 229 / 0.1);
  border-right-color: rgb(209 250 229 / 0.1);
}

.focus\:border-x-emerald-100\/100:focus {
  border-left-color: rgb(209 250 229 / 1);
  border-right-color: rgb(209 250 229 / 1);
}

.focus\:border-x-emerald-100\/20:focus {
  border-left-color: rgb(209 250 229 / 0.2);
  border-right-color: rgb(209 250 229 / 0.2);
}

.focus\:border-x-emerald-100\/25:focus {
  border-left-color: rgb(209 250 229 / 0.25);
  border-right-color: rgb(209 250 229 / 0.25);
}

.focus\:border-x-emerald-100\/30:focus {
  border-left-color: rgb(209 250 229 / 0.3);
  border-right-color: rgb(209 250 229 / 0.3);
}

.focus\:border-x-emerald-100\/40:focus {
  border-left-color: rgb(209 250 229 / 0.4);
  border-right-color: rgb(209 250 229 / 0.4);
}

.focus\:border-x-emerald-100\/5:focus {
  border-left-color: rgb(209 250 229 / 0.05);
  border-right-color: rgb(209 250 229 / 0.05);
}

.focus\:border-x-emerald-100\/50:focus {
  border-left-color: rgb(209 250 229 / 0.5);
  border-right-color: rgb(209 250 229 / 0.5);
}

.focus\:border-x-emerald-100\/60:focus {
  border-left-color: rgb(209 250 229 / 0.6);
  border-right-color: rgb(209 250 229 / 0.6);
}

.focus\:border-x-emerald-100\/70:focus {
  border-left-color: rgb(209 250 229 / 0.7);
  border-right-color: rgb(209 250 229 / 0.7);
}

.focus\:border-x-emerald-100\/75:focus {
  border-left-color: rgb(209 250 229 / 0.75);
  border-right-color: rgb(209 250 229 / 0.75);
}

.focus\:border-x-emerald-100\/80:focus {
  border-left-color: rgb(209 250 229 / 0.8);
  border-right-color: rgb(209 250 229 / 0.8);
}

.focus\:border-x-emerald-100\/90:focus {
  border-left-color: rgb(209 250 229 / 0.9);
  border-right-color: rgb(209 250 229 / 0.9);
}

.focus\:border-x-emerald-100\/95:focus {
  border-left-color: rgb(209 250 229 / 0.95);
  border-right-color: rgb(209 250 229 / 0.95);
}

.focus\:border-x-emerald-200:focus {
  --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));
}

.focus\:border-x-emerald-200\/0:focus {
  border-left-color: rgb(167 243 208 / 0);
  border-right-color: rgb(167 243 208 / 0);
}

.focus\:border-x-emerald-200\/10:focus {
  border-left-color: rgb(167 243 208 / 0.1);
  border-right-color: rgb(167 243 208 / 0.1);
}

.focus\:border-x-emerald-200\/100:focus {
  border-left-color: rgb(167 243 208 / 1);
  border-right-color: rgb(167 243 208 / 1);
}

.focus\:border-x-emerald-200\/20:focus {
  border-left-color: rgb(167 243 208 / 0.2);
  border-right-color: rgb(167 243 208 / 0.2);
}

.focus\:border-x-emerald-200\/25:focus {
  border-left-color: rgb(167 243 208 / 0.25);
  border-right-color: rgb(167 243 208 / 0.25);
}

.focus\:border-x-emerald-200\/30:focus {
  border-left-color: rgb(167 243 208 / 0.3);
  border-right-color: rgb(167 243 208 / 0.3);
}

.focus\:border-x-emerald-200\/40:focus {
  border-left-color: rgb(167 243 208 / 0.4);
  border-right-color: rgb(167 243 208 / 0.4);
}

.focus\:border-x-emerald-200\/5:focus {
  border-left-color: rgb(167 243 208 / 0.05);
  border-right-color: rgb(167 243 208 / 0.05);
}

.focus\:border-x-emerald-200\/50:focus {
  border-left-color: rgb(167 243 208 / 0.5);
  border-right-color: rgb(167 243 208 / 0.5);
}

.focus\:border-x-emerald-200\/60:focus {
  border-left-color: rgb(167 243 208 / 0.6);
  border-right-color: rgb(167 243 208 / 0.6);
}

.focus\:border-x-emerald-200\/70:focus {
  border-left-color: rgb(167 243 208 / 0.7);
  border-right-color: rgb(167 243 208 / 0.7);
}

.focus\:border-x-emerald-200\/75:focus {
  border-left-color: rgb(167 243 208 / 0.75);
  border-right-color: rgb(167 243 208 / 0.75);
}

.focus\:border-x-emerald-200\/80:focus {
  border-left-color: rgb(167 243 208 / 0.8);
  border-right-color: rgb(167 243 208 / 0.8);
}

.focus\:border-x-emerald-200\/90:focus {
  border-left-color: rgb(167 243 208 / 0.9);
  border-right-color: rgb(167 243 208 / 0.9);
}

.focus\:border-x-emerald-200\/95:focus {
  border-left-color: rgb(167 243 208 / 0.95);
  border-right-color: rgb(167 243 208 / 0.95);
}

.focus\:border-x-emerald-300:focus {
  --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));
}

.focus\:border-x-emerald-300\/0:focus {
  border-left-color: rgb(110 231 183 / 0);
  border-right-color: rgb(110 231 183 / 0);
}

.focus\:border-x-emerald-300\/10:focus {
  border-left-color: rgb(110 231 183 / 0.1);
  border-right-color: rgb(110 231 183 / 0.1);
}

.focus\:border-x-emerald-300\/100:focus {
  border-left-color: rgb(110 231 183 / 1);
  border-right-color: rgb(110 231 183 / 1);
}

.focus\:border-x-emerald-300\/20:focus {
  border-left-color: rgb(110 231 183 / 0.2);
  border-right-color: rgb(110 231 183 / 0.2);
}

.focus\:border-x-emerald-300\/25:focus {
  border-left-color: rgb(110 231 183 / 0.25);
  border-right-color: rgb(110 231 183 / 0.25);
}

.focus\:border-x-emerald-300\/30:focus {
  border-left-color: rgb(110 231 183 / 0.3);
  border-right-color: rgb(110 231 183 / 0.3);
}

.focus\:border-x-emerald-300\/40:focus {
  border-left-color: rgb(110 231 183 / 0.4);
  border-right-color: rgb(110 231 183 / 0.4);
}

.focus\:border-x-emerald-300\/5:focus {
  border-left-color: rgb(110 231 183 / 0.05);
  border-right-color: rgb(110 231 183 / 0.05);
}

.focus\:border-x-emerald-300\/50:focus {
  border-left-color: rgb(110 231 183 / 0.5);
  border-right-color: rgb(110 231 183 / 0.5);
}

.focus\:border-x-emerald-300\/60:focus {
  border-left-color: rgb(110 231 183 / 0.6);
  border-right-color: rgb(110 231 183 / 0.6);
}

.focus\:border-x-emerald-300\/70:focus {
  border-left-color: rgb(110 231 183 / 0.7);
  border-right-color: rgb(110 231 183 / 0.7);
}

.focus\:border-x-emerald-300\/75:focus {
  border-left-color: rgb(110 231 183 / 0.75);
  border-right-color: rgb(110 231 183 / 0.75);
}

.focus\:border-x-emerald-300\/80:focus {
  border-left-color: rgb(110 231 183 / 0.8);
  border-right-color: rgb(110 231 183 / 0.8);
}

.focus\:border-x-emerald-300\/90:focus {
  border-left-color: rgb(110 231 183 / 0.9);
  border-right-color: rgb(110 231 183 / 0.9);
}

.focus\:border-x-emerald-300\/95:focus {
  border-left-color: rgb(110 231 183 / 0.95);
  border-right-color: rgb(110 231 183 / 0.95);
}

.focus\:border-x-emerald-400:focus {
  --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));
}

.focus\:border-x-emerald-400\/0:focus {
  border-left-color: rgb(52 211 153 / 0);
  border-right-color: rgb(52 211 153 / 0);
}

.focus\:border-x-emerald-400\/10:focus {
  border-left-color: rgb(52 211 153 / 0.1);
  border-right-color: rgb(52 211 153 / 0.1);
}

.focus\:border-x-emerald-400\/100:focus {
  border-left-color: rgb(52 211 153 / 1);
  border-right-color: rgb(52 211 153 / 1);
}

.focus\:border-x-emerald-400\/20:focus {
  border-left-color: rgb(52 211 153 / 0.2);
  border-right-color: rgb(52 211 153 / 0.2);
}

.focus\:border-x-emerald-400\/25:focus {
  border-left-color: rgb(52 211 153 / 0.25);
  border-right-color: rgb(52 211 153 / 0.25);
}

.focus\:border-x-emerald-400\/30:focus {
  border-left-color: rgb(52 211 153 / 0.3);
  border-right-color: rgb(52 211 153 / 0.3);
}

.focus\:border-x-emerald-400\/40:focus {
  border-left-color: rgb(52 211 153 / 0.4);
  border-right-color: rgb(52 211 153 / 0.4);
}

.focus\:border-x-emerald-400\/5:focus {
  border-left-color: rgb(52 211 153 / 0.05);
  border-right-color: rgb(52 211 153 / 0.05);
}

.focus\:border-x-emerald-400\/50:focus {
  border-left-color: rgb(52 211 153 / 0.5);
  border-right-color: rgb(52 211 153 / 0.5);
}

.focus\:border-x-emerald-400\/60:focus {
  border-left-color: rgb(52 211 153 / 0.6);
  border-right-color: rgb(52 211 153 / 0.6);
}

.focus\:border-x-emerald-400\/70:focus {
  border-left-color: rgb(52 211 153 / 0.7);
  border-right-color: rgb(52 211 153 / 0.7);
}

.focus\:border-x-emerald-400\/75:focus {
  border-left-color: rgb(52 211 153 / 0.75);
  border-right-color: rgb(52 211 153 / 0.75);
}

.focus\:border-x-emerald-400\/80:focus {
  border-left-color: rgb(52 211 153 / 0.8);
  border-right-color: rgb(52 211 153 / 0.8);
}

.focus\:border-x-emerald-400\/90:focus {
  border-left-color: rgb(52 211 153 / 0.9);
  border-right-color: rgb(52 211 153 / 0.9);
}

.focus\:border-x-emerald-400\/95:focus {
  border-left-color: rgb(52 211 153 / 0.95);
  border-right-color: rgb(52 211 153 / 0.95);
}

.focus\:border-x-emerald-50:focus {
  --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));
}

.focus\:border-x-emerald-50\/0:focus {
  border-left-color: rgb(236 253 245 / 0);
  border-right-color: rgb(236 253 245 / 0);
}

.focus\:border-x-emerald-50\/10:focus {
  border-left-color: rgb(236 253 245 / 0.1);
  border-right-color: rgb(236 253 245 / 0.1);
}

.focus\:border-x-emerald-50\/100:focus {
  border-left-color: rgb(236 253 245 / 1);
  border-right-color: rgb(236 253 245 / 1);
}

.focus\:border-x-emerald-50\/20:focus {
  border-left-color: rgb(236 253 245 / 0.2);
  border-right-color: rgb(236 253 245 / 0.2);
}

.focus\:border-x-emerald-50\/25:focus {
  border-left-color: rgb(236 253 245 / 0.25);
  border-right-color: rgb(236 253 245 / 0.25);
}

.focus\:border-x-emerald-50\/30:focus {
  border-left-color: rgb(236 253 245 / 0.3);
  border-right-color: rgb(236 253 245 / 0.3);
}

.focus\:border-x-emerald-50\/40:focus {
  border-left-color: rgb(236 253 245 / 0.4);
  border-right-color: rgb(236 253 245 / 0.4);
}

.focus\:border-x-emerald-50\/5:focus {
  border-left-color: rgb(236 253 245 / 0.05);
  border-right-color: rgb(236 253 245 / 0.05);
}

.focus\:border-x-emerald-50\/50:focus {
  border-left-color: rgb(236 253 245 / 0.5);
  border-right-color: rgb(236 253 245 / 0.5);
}

.focus\:border-x-emerald-50\/60:focus {
  border-left-color: rgb(236 253 245 / 0.6);
  border-right-color: rgb(236 253 245 / 0.6);
}

.focus\:border-x-emerald-50\/70:focus {
  border-left-color: rgb(236 253 245 / 0.7);
  border-right-color: rgb(236 253 245 / 0.7);
}

.focus\:border-x-emerald-50\/75:focus {
  border-left-color: rgb(236 253 245 / 0.75);
  border-right-color: rgb(236 253 245 / 0.75);
}

.focus\:border-x-emerald-50\/80:focus {
  border-left-color: rgb(236 253 245 / 0.8);
  border-right-color: rgb(236 253 245 / 0.8);
}

.focus\:border-x-emerald-50\/90:focus {
  border-left-color: rgb(236 253 245 / 0.9);
  border-right-color: rgb(236 253 245 / 0.9);
}

.focus\:border-x-emerald-50\/95:focus {
  border-left-color: rgb(236 253 245 / 0.95);
  border-right-color: rgb(236 253 245 / 0.95);
}

.focus\:border-x-emerald-500:focus {
  --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));
}

.focus\:border-x-emerald-500\/0:focus {
  border-left-color: rgb(16 185 129 / 0);
  border-right-color: rgb(16 185 129 / 0);
}

.focus\:border-x-emerald-500\/10:focus {
  border-left-color: rgb(16 185 129 / 0.1);
  border-right-color: rgb(16 185 129 / 0.1);
}

.focus\:border-x-emerald-500\/100:focus {
  border-left-color: rgb(16 185 129 / 1);
  border-right-color: rgb(16 185 129 / 1);
}

.focus\:border-x-emerald-500\/20:focus {
  border-left-color: rgb(16 185 129 / 0.2);
  border-right-color: rgb(16 185 129 / 0.2);
}

.focus\:border-x-emerald-500\/25:focus {
  border-left-color: rgb(16 185 129 / 0.25);
  border-right-color: rgb(16 185 129 / 0.25);
}

.focus\:border-x-emerald-500\/30:focus {
  border-left-color: rgb(16 185 129 / 0.3);
  border-right-color: rgb(16 185 129 / 0.3);
}

.focus\:border-x-emerald-500\/40:focus {
  border-left-color: rgb(16 185 129 / 0.4);
  border-right-color: rgb(16 185 129 / 0.4);
}

.focus\:border-x-emerald-500\/5:focus {
  border-left-color: rgb(16 185 129 / 0.05);
  border-right-color: rgb(16 185 129 / 0.05);
}

.focus\:border-x-emerald-500\/50:focus {
  border-left-color: rgb(16 185 129 / 0.5);
  border-right-color: rgb(16 185 129 / 0.5);
}

.focus\:border-x-emerald-500\/60:focus {
  border-left-color: rgb(16 185 129 / 0.6);
  border-right-color: rgb(16 185 129 / 0.6);
}

.focus\:border-x-emerald-500\/70:focus {
  border-left-color: rgb(16 185 129 / 0.7);
  border-right-color: rgb(16 185 129 / 0.7);
}

.focus\:border-x-emerald-500\/75:focus {
  border-left-color: rgb(16 185 129 / 0.75);
  border-right-color: rgb(16 185 129 / 0.75);
}

.focus\:border-x-emerald-500\/80:focus {
  border-left-color: rgb(16 185 129 / 0.8);
  border-right-color: rgb(16 185 129 / 0.8);
}

.focus\:border-x-emerald-500\/90:focus {
  border-left-color: rgb(16 185 129 / 0.9);
  border-right-color: rgb(16 185 129 / 0.9);
}

.focus\:border-x-emerald-500\/95:focus {
  border-left-color: rgb(16 185 129 / 0.95);
  border-right-color: rgb(16 185 129 / 0.95);
}

.focus\:border-x-emerald-600:focus {
  --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));
}

.focus\:border-x-emerald-600\/0:focus {
  border-left-color: rgb(5 150 105 / 0);
  border-right-color: rgb(5 150 105 / 0);
}

.focus\:border-x-emerald-600\/10:focus {
  border-left-color: rgb(5 150 105 / 0.1);
  border-right-color: rgb(5 150 105 / 0.1);
}

.focus\:border-x-emerald-600\/100:focus {
  border-left-color: rgb(5 150 105 / 1);
  border-right-color: rgb(5 150 105 / 1);
}

.focus\:border-x-emerald-600\/20:focus {
  border-left-color: rgb(5 150 105 / 0.2);
  border-right-color: rgb(5 150 105 / 0.2);
}

.focus\:border-x-emerald-600\/25:focus {
  border-left-color: rgb(5 150 105 / 0.25);
  border-right-color: rgb(5 150 105 / 0.25);
}

.focus\:border-x-emerald-600\/30:focus {
  border-left-color: rgb(5 150 105 / 0.3);
  border-right-color: rgb(5 150 105 / 0.3);
}

.focus\:border-x-emerald-600\/40:focus {
  border-left-color: rgb(5 150 105 / 0.4);
  border-right-color: rgb(5 150 105 / 0.4);
}

.focus\:border-x-emerald-600\/5:focus {
  border-left-color: rgb(5 150 105 / 0.05);
  border-right-color: rgb(5 150 105 / 0.05);
}

.focus\:border-x-emerald-600\/50:focus {
  border-left-color: rgb(5 150 105 / 0.5);
  border-right-color: rgb(5 150 105 / 0.5);
}

.focus\:border-x-emerald-600\/60:focus {
  border-left-color: rgb(5 150 105 / 0.6);
  border-right-color: rgb(5 150 105 / 0.6);
}

.focus\:border-x-emerald-600\/70:focus {
  border-left-color: rgb(5 150 105 / 0.7);
  border-right-color: rgb(5 150 105 / 0.7);
}

.focus\:border-x-emerald-600\/75:focus {
  border-left-color: rgb(5 150 105 / 0.75);
  border-right-color: rgb(5 150 105 / 0.75);
}

.focus\:border-x-emerald-600\/80:focus {
  border-left-color: rgb(5 150 105 / 0.8);
  border-right-color: rgb(5 150 105 / 0.8);
}

.focus\:border-x-emerald-600\/90:focus {
  border-left-color: rgb(5 150 105 / 0.9);
  border-right-color: rgb(5 150 105 / 0.9);
}

.focus\:border-x-emerald-600\/95:focus {
  border-left-color: rgb(5 150 105 / 0.95);
  border-right-color: rgb(5 150 105 / 0.95);
}

.focus\:border-x-emerald-700:focus {
  --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));
}

.focus\:border-x-emerald-700\/0:focus {
  border-left-color: rgb(4 120 87 / 0);
  border-right-color: rgb(4 120 87 / 0);
}

.focus\:border-x-emerald-700\/10:focus {
  border-left-color: rgb(4 120 87 / 0.1);
  border-right-color: rgb(4 120 87 / 0.1);
}

.focus\:border-x-emerald-700\/100:focus {
  border-left-color: rgb(4 120 87 / 1);
  border-right-color: rgb(4 120 87 / 1);
}

.focus\:border-x-emerald-700\/20:focus {
  border-left-color: rgb(4 120 87 / 0.2);
  border-right-color: rgb(4 120 87 / 0.2);
}

.focus\:border-x-emerald-700\/25:focus {
  border-left-color: rgb(4 120 87 / 0.25);
  border-right-color: rgb(4 120 87 / 0.25);
}

.focus\:border-x-emerald-700\/30:focus {
  border-left-color: rgb(4 120 87 / 0.3);
  border-right-color: rgb(4 120 87 / 0.3);
}

.focus\:border-x-emerald-700\/40:focus {
  border-left-color: rgb(4 120 87 / 0.4);
  border-right-color: rgb(4 120 87 / 0.4);
}

.focus\:border-x-emerald-700\/5:focus {
  border-left-color: rgb(4 120 87 / 0.05);
  border-right-color: rgb(4 120 87 / 0.05);
}

.focus\:border-x-emerald-700\/50:focus {
  border-left-color: rgb(4 120 87 / 0.5);
  border-right-color: rgb(4 120 87 / 0.5);
}

.focus\:border-x-emerald-700\/60:focus {
  border-left-color: rgb(4 120 87 / 0.6);
  border-right-color: rgb(4 120 87 / 0.6);
}

.focus\:border-x-emerald-700\/70:focus {
  border-left-color: rgb(4 120 87 / 0.7);
  border-right-color: rgb(4 120 87 / 0.7);
}

.focus\:border-x-emerald-700\/75:focus {
  border-left-color: rgb(4 120 87 / 0.75);
  border-right-color: rgb(4 120 87 / 0.75);
}

.focus\:border-x-emerald-700\/80:focus {
  border-left-color: rgb(4 120 87 / 0.8);
  border-right-color: rgb(4 120 87 / 0.8);
}

.focus\:border-x-emerald-700\/90:focus {
  border-left-color: rgb(4 120 87 / 0.9);
  border-right-color: rgb(4 120 87 / 0.9);
}

.focus\:border-x-emerald-700\/95:focus {
  border-left-color: rgb(4 120 87 / 0.95);
  border-right-color: rgb(4 120 87 / 0.95);
}

.focus\:border-x-emerald-800:focus {
  --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));
}

.focus\:border-x-emerald-800\/0:focus {
  border-left-color: rgb(6 95 70 / 0);
  border-right-color: rgb(6 95 70 / 0);
}

.focus\:border-x-emerald-800\/10:focus {
  border-left-color: rgb(6 95 70 / 0.1);
  border-right-color: rgb(6 95 70 / 0.1);
}

.focus\:border-x-emerald-800\/100:focus {
  border-left-color: rgb(6 95 70 / 1);
  border-right-color: rgb(6 95 70 / 1);
}

.focus\:border-x-emerald-800\/20:focus {
  border-left-color: rgb(6 95 70 / 0.2);
  border-right-color: rgb(6 95 70 / 0.2);
}

.focus\:border-x-emerald-800\/25:focus {
  border-left-color: rgb(6 95 70 / 0.25);
  border-right-color: rgb(6 95 70 / 0.25);
}

.focus\:border-x-emerald-800\/30:focus {
  border-left-color: rgb(6 95 70 / 0.3);
  border-right-color: rgb(6 95 70 / 0.3);
}

.focus\:border-x-emerald-800\/40:focus {
  border-left-color: rgb(6 95 70 / 0.4);
  border-right-color: rgb(6 95 70 / 0.4);
}

.focus\:border-x-emerald-800\/5:focus {
  border-left-color: rgb(6 95 70 / 0.05);
  border-right-color: rgb(6 95 70 / 0.05);
}

.focus\:border-x-emerald-800\/50:focus {
  border-left-color: rgb(6 95 70 / 0.5);
  border-right-color: rgb(6 95 70 / 0.5);
}

.focus\:border-x-emerald-800\/60:focus {
  border-left-color: rgb(6 95 70 / 0.6);
  border-right-color: rgb(6 95 70 / 0.6);
}

.focus\:border-x-emerald-800\/70:focus {
  border-left-color: rgb(6 95 70 / 0.7);
  border-right-color: rgb(6 95 70 / 0.7);
}

.focus\:border-x-emerald-800\/75:focus {
  border-left-color: rgb(6 95 70 / 0.75);
  border-right-color: rgb(6 95 70 / 0.75);
}

.focus\:border-x-emerald-800\/80:focus {
  border-left-color: rgb(6 95 70 / 0.8);
  border-right-color: rgb(6 95 70 / 0.8);
}

.focus\:border-x-emerald-800\/90:focus {
  border-left-color: rgb(6 95 70 / 0.9);
  border-right-color: rgb(6 95 70 / 0.9);
}

.focus\:border-x-emerald-800\/95:focus {
  border-left-color: rgb(6 95 70 / 0.95);
  border-right-color: rgb(6 95 70 / 0.95);
}

.focus\:border-x-emerald-900:focus {
  --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));
}

.focus\:border-x-emerald-900\/0:focus {
  border-left-color: rgb(6 78 59 / 0);
  border-right-color: rgb(6 78 59 / 0);
}

.focus\:border-x-emerald-900\/10:focus {
  border-left-color: rgb(6 78 59 / 0.1);
  border-right-color: rgb(6 78 59 / 0.1);
}

.focus\:border-x-emerald-900\/100:focus {
  border-left-color: rgb(6 78 59 / 1);
  border-right-color: rgb(6 78 59 / 1);
}

.focus\:border-x-emerald-900\/20:focus {
  border-left-color: rgb(6 78 59 / 0.2);
  border-right-color: rgb(6 78 59 / 0.2);
}

.focus\:border-x-emerald-900\/25:focus {
  border-left-color: rgb(6 78 59 / 0.25);
  border-right-color: rgb(6 78 59 / 0.25);
}

.focus\:border-x-emerald-900\/30:focus {
  border-left-color: rgb(6 78 59 / 0.3);
  border-right-color: rgb(6 78 59 / 0.3);
}

.focus\:border-x-emerald-900\/40:focus {
  border-left-color: rgb(6 78 59 / 0.4);
  border-right-color: rgb(6 78 59 / 0.4);
}

.focus\:border-x-emerald-900\/5:focus {
  border-left-color: rgb(6 78 59 / 0.05);
  border-right-color: rgb(6 78 59 / 0.05);
}

.focus\:border-x-emerald-900\/50:focus {
  border-left-color: rgb(6 78 59 / 0.5);
  border-right-color: rgb(6 78 59 / 0.5);
}

.focus\:border-x-emerald-900\/60:focus {
  border-left-color: rgb(6 78 59 / 0.6);
  border-right-color: rgb(6 78 59 / 0.6);
}

.focus\:border-x-emerald-900\/70:focus {
  border-left-color: rgb(6 78 59 / 0.7);
  border-right-color: rgb(6 78 59 / 0.7);
}

.focus\:border-x-emerald-900\/75:focus {
  border-left-color: rgb(6 78 59 / 0.75);
  border-right-color: rgb(6 78 59 / 0.75);
}

.focus\:border-x-emerald-900\/80:focus {
  border-left-color: rgb(6 78 59 / 0.8);
  border-right-color: rgb(6 78 59 / 0.8);
}

.focus\:border-x-emerald-900\/90:focus {
  border-left-color: rgb(6 78 59 / 0.9);
  border-right-color: rgb(6 78 59 / 0.9);
}

.focus\:border-x-emerald-900\/95:focus {
  border-left-color: rgb(6 78 59 / 0.95);
  border-right-color: rgb(6 78 59 / 0.95);
}

.focus\:border-x-emerald-950:focus {
  --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));
}

.focus\:border-x-emerald-950\/0:focus {
  border-left-color: rgb(2 44 34 / 0);
  border-right-color: rgb(2 44 34 / 0);
}

.focus\:border-x-emerald-950\/10:focus {
  border-left-color: rgb(2 44 34 / 0.1);
  border-right-color: rgb(2 44 34 / 0.1);
}

.focus\:border-x-emerald-950\/100:focus {
  border-left-color: rgb(2 44 34 / 1);
  border-right-color: rgb(2 44 34 / 1);
}

.focus\:border-x-emerald-950\/20:focus {
  border-left-color: rgb(2 44 34 / 0.2);
  border-right-color: rgb(2 44 34 / 0.2);
}

.focus\:border-x-emerald-950\/25:focus {
  border-left-color: rgb(2 44 34 / 0.25);
  border-right-color: rgb(2 44 34 / 0.25);
}

.focus\:border-x-emerald-950\/30:focus {
  border-left-color: rgb(2 44 34 / 0.3);
  border-right-color: rgb(2 44 34 / 0.3);
}

.focus\:border-x-emerald-950\/40:focus {
  border-left-color: rgb(2 44 34 / 0.4);
  border-right-color: rgb(2 44 34 / 0.4);
}

.focus\:border-x-emerald-950\/5:focus {
  border-left-color: rgb(2 44 34 / 0.05);
  border-right-color: rgb(2 44 34 / 0.05);
}

.focus\:border-x-emerald-950\/50:focus {
  border-left-color: rgb(2 44 34 / 0.5);
  border-right-color: rgb(2 44 34 / 0.5);
}

.focus\:border-x-emerald-950\/60:focus {
  border-left-color: rgb(2 44 34 / 0.6);
  border-right-color: rgb(2 44 34 / 0.6);
}

.focus\:border-x-emerald-950\/70:focus {
  border-left-color: rgb(2 44 34 / 0.7);
  border-right-color: rgb(2 44 34 / 0.7);
}

.focus\:border-x-emerald-950\/75:focus {
  border-left-color: rgb(2 44 34 / 0.75);
  border-right-color: rgb(2 44 34 / 0.75);
}

.focus\:border-x-emerald-950\/80:focus {
  border-left-color: rgb(2 44 34 / 0.8);
  border-right-color: rgb(2 44 34 / 0.8);
}

.focus\:border-x-emerald-950\/90:focus {
  border-left-color: rgb(2 44 34 / 0.9);
  border-right-color: rgb(2 44 34 / 0.9);
}

.focus\:border-x-emerald-950\/95:focus {
  border-left-color: rgb(2 44 34 / 0.95);
  border-right-color: rgb(2 44 34 / 0.95);
}

.focus\:border-x-fuchsia-100:focus {
  --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));
}

.focus\:border-x-fuchsia-100\/0:focus {
  border-left-color: rgb(250 232 255 / 0);
  border-right-color: rgb(250 232 255 / 0);
}

.focus\:border-x-fuchsia-100\/10:focus {
  border-left-color: rgb(250 232 255 / 0.1);
  border-right-color: rgb(250 232 255 / 0.1);
}

.focus\:border-x-fuchsia-100\/100:focus {
  border-left-color: rgb(250 232 255 / 1);
  border-right-color: rgb(250 232 255 / 1);
}

.focus\:border-x-fuchsia-100\/20:focus {
  border-left-color: rgb(250 232 255 / 0.2);
  border-right-color: rgb(250 232 255 / 0.2);
}

.focus\:border-x-fuchsia-100\/25:focus {
  border-left-color: rgb(250 232 255 / 0.25);
  border-right-color: rgb(250 232 255 / 0.25);
}

.focus\:border-x-fuchsia-100\/30:focus {
  border-left-color: rgb(250 232 255 / 0.3);
  border-right-color: rgb(250 232 255 / 0.3);
}

.focus\:border-x-fuchsia-100\/40:focus {
  border-left-color: rgb(250 232 255 / 0.4);
  border-right-color: rgb(250 232 255 / 0.4);
}

.focus\:border-x-fuchsia-100\/5:focus {
  border-left-color: rgb(250 232 255 / 0.05);
  border-right-color: rgb(250 232 255 / 0.05);
}

.focus\:border-x-fuchsia-100\/50:focus {
  border-left-color: rgb(250 232 255 / 0.5);
  border-right-color: rgb(250 232 255 / 0.5);
}

.focus\:border-x-fuchsia-100\/60:focus {
  border-left-color: rgb(250 232 255 / 0.6);
  border-right-color: rgb(250 232 255 / 0.6);
}

.focus\:border-x-fuchsia-100\/70:focus {
  border-left-color: rgb(250 232 255 / 0.7);
  border-right-color: rgb(250 232 255 / 0.7);
}

.focus\:border-x-fuchsia-100\/75:focus {
  border-left-color: rgb(250 232 255 / 0.75);
  border-right-color: rgb(250 232 255 / 0.75);
}

.focus\:border-x-fuchsia-100\/80:focus {
  border-left-color: rgb(250 232 255 / 0.8);
  border-right-color: rgb(250 232 255 / 0.8);
}

.focus\:border-x-fuchsia-100\/90:focus {
  border-left-color: rgb(250 232 255 / 0.9);
  border-right-color: rgb(250 232 255 / 0.9);
}

.focus\:border-x-fuchsia-100\/95:focus {
  border-left-color: rgb(250 232 255 / 0.95);
  border-right-color: rgb(250 232 255 / 0.95);
}

.focus\:border-x-fuchsia-200:focus {
  --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));
}

.focus\:border-x-fuchsia-200\/0:focus {
  border-left-color: rgb(245 208 254 / 0);
  border-right-color: rgb(245 208 254 / 0);
}

.focus\:border-x-fuchsia-200\/10:focus {
  border-left-color: rgb(245 208 254 / 0.1);
  border-right-color: rgb(245 208 254 / 0.1);
}

.focus\:border-x-fuchsia-200\/100:focus {
  border-left-color: rgb(245 208 254 / 1);
  border-right-color: rgb(245 208 254 / 1);
}

.focus\:border-x-fuchsia-200\/20:focus {
  border-left-color: rgb(245 208 254 / 0.2);
  border-right-color: rgb(245 208 254 / 0.2);
}

.focus\:border-x-fuchsia-200\/25:focus {
  border-left-color: rgb(245 208 254 / 0.25);
  border-right-color: rgb(245 208 254 / 0.25);
}

.focus\:border-x-fuchsia-200\/30:focus {
  border-left-color: rgb(245 208 254 / 0.3);
  border-right-color: rgb(245 208 254 / 0.3);
}

.focus\:border-x-fuchsia-200\/40:focus {
  border-left-color: rgb(245 208 254 / 0.4);
  border-right-color: rgb(245 208 254 / 0.4);
}

.focus\:border-x-fuchsia-200\/5:focus {
  border-left-color: rgb(245 208 254 / 0.05);
  border-right-color: rgb(245 208 254 / 0.05);
}

.focus\:border-x-fuchsia-200\/50:focus {
  border-left-color: rgb(245 208 254 / 0.5);
  border-right-color: rgb(245 208 254 / 0.5);
}

.focus\:border-x-fuchsia-200\/60:focus {
  border-left-color: rgb(245 208 254 / 0.6);
  border-right-color: rgb(245 208 254 / 0.6);
}

.focus\:border-x-fuchsia-200\/70:focus {
  border-left-color: rgb(245 208 254 / 0.7);
  border-right-color: rgb(245 208 254 / 0.7);
}

.focus\:border-x-fuchsia-200\/75:focus {
  border-left-color: rgb(245 208 254 / 0.75);
  border-right-color: rgb(245 208 254 / 0.75);
}

.focus\:border-x-fuchsia-200\/80:focus {
  border-left-color: rgb(245 208 254 / 0.8);
  border-right-color: rgb(245 208 254 / 0.8);
}

.focus\:border-x-fuchsia-200\/90:focus {
  border-left-color: rgb(245 208 254 / 0.9);
  border-right-color: rgb(245 208 254 / 0.9);
}

.focus\:border-x-fuchsia-200\/95:focus {
  border-left-color: rgb(245 208 254 / 0.95);
  border-right-color: rgb(245 208 254 / 0.95);
}

.focus\:border-x-fuchsia-300:focus {
  --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));
}

.focus\:border-x-fuchsia-300\/0:focus {
  border-left-color: rgb(240 171 252 / 0);
  border-right-color: rgb(240 171 252 / 0);
}

.focus\:border-x-fuchsia-300\/10:focus {
  border-left-color: rgb(240 171 252 / 0.1);
  border-right-color: rgb(240 171 252 / 0.1);
}

.focus\:border-x-fuchsia-300\/100:focus {
  border-left-color: rgb(240 171 252 / 1);
  border-right-color: rgb(240 171 252 / 1);
}

.focus\:border-x-fuchsia-300\/20:focus {
  border-left-color: rgb(240 171 252 / 0.2);
  border-right-color: rgb(240 171 252 / 0.2);
}

.focus\:border-x-fuchsia-300\/25:focus {
  border-left-color: rgb(240 171 252 / 0.25);
  border-right-color: rgb(240 171 252 / 0.25);
}

.focus\:border-x-fuchsia-300\/30:focus {
  border-left-color: rgb(240 171 252 / 0.3);
  border-right-color: rgb(240 171 252 / 0.3);
}

.focus\:border-x-fuchsia-300\/40:focus {
  border-left-color: rgb(240 171 252 / 0.4);
  border-right-color: rgb(240 171 252 / 0.4);
}

.focus\:border-x-fuchsia-300\/5:focus {
  border-left-color: rgb(240 171 252 / 0.05);
  border-right-color: rgb(240 171 252 / 0.05);
}

.focus\:border-x-fuchsia-300\/50:focus {
  border-left-color: rgb(240 171 252 / 0.5);
  border-right-color: rgb(240 171 252 / 0.5);
}

.focus\:border-x-fuchsia-300\/60:focus {
  border-left-color: rgb(240 171 252 / 0.6);
  border-right-color: rgb(240 171 252 / 0.6);
}

.focus\:border-x-fuchsia-300\/70:focus {
  border-left-color: rgb(240 171 252 / 0.7);
  border-right-color: rgb(240 171 252 / 0.7);
}

.focus\:border-x-fuchsia-300\/75:focus {
  border-left-color: rgb(240 171 252 / 0.75);
  border-right-color: rgb(240 171 252 / 0.75);
}

.focus\:border-x-fuchsia-300\/80:focus {
  border-left-color: rgb(240 171 252 / 0.8);
  border-right-color: rgb(240 171 252 / 0.8);
}

.focus\:border-x-fuchsia-300\/90:focus {
  border-left-color: rgb(240 171 252 / 0.9);
  border-right-color: rgb(240 171 252 / 0.9);
}

.focus\:border-x-fuchsia-300\/95:focus {
  border-left-color: rgb(240 171 252 / 0.95);
  border-right-color: rgb(240 171 252 / 0.95);
}

.focus\:border-x-fuchsia-400:focus {
  --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));
}

.focus\:border-x-fuchsia-400\/0:focus {
  border-left-color: rgb(232 121 249 / 0);
  border-right-color: rgb(232 121 249 / 0);
}

.focus\:border-x-fuchsia-400\/10:focus {
  border-left-color: rgb(232 121 249 / 0.1);
  border-right-color: rgb(232 121 249 / 0.1);
}

.focus\:border-x-fuchsia-400\/100:focus {
  border-left-color: rgb(232 121 249 / 1);
  border-right-color: rgb(232 121 249 / 1);
}

.focus\:border-x-fuchsia-400\/20:focus {
  border-left-color: rgb(232 121 249 / 0.2);
  border-right-color: rgb(232 121 249 / 0.2);
}

.focus\:border-x-fuchsia-400\/25:focus {
  border-left-color: rgb(232 121 249 / 0.25);
  border-right-color: rgb(232 121 249 / 0.25);
}

.focus\:border-x-fuchsia-400\/30:focus {
  border-left-color: rgb(232 121 249 / 0.3);
  border-right-color: rgb(232 121 249 / 0.3);
}

.focus\:border-x-fuchsia-400\/40:focus {
  border-left-color: rgb(232 121 249 / 0.4);
  border-right-color: rgb(232 121 249 / 0.4);
}

.focus\:border-x-fuchsia-400\/5:focus {
  border-left-color: rgb(232 121 249 / 0.05);
  border-right-color: rgb(232 121 249 / 0.05);
}

.focus\:border-x-fuchsia-400\/50:focus {
  border-left-color: rgb(232 121 249 / 0.5);
  border-right-color: rgb(232 121 249 / 0.5);
}

.focus\:border-x-fuchsia-400\/60:focus {
  border-left-color: rgb(232 121 249 / 0.6);
  border-right-color: rgb(232 121 249 / 0.6);
}

.focus\:border-x-fuchsia-400\/70:focus {
  border-left-color: rgb(232 121 249 / 0.7);
  border-right-color: rgb(232 121 249 / 0.7);
}

.focus\:border-x-fuchsia-400\/75:focus {
  border-left-color: rgb(232 121 249 / 0.75);
  border-right-color: rgb(232 121 249 / 0.75);
}

.focus\:border-x-fuchsia-400\/80:focus {
  border-left-color: rgb(232 121 249 / 0.8);
  border-right-color: rgb(232 121 249 / 0.8);
}

.focus\:border-x-fuchsia-400\/90:focus {
  border-left-color: rgb(232 121 249 / 0.9);
  border-right-color: rgb(232 121 249 / 0.9);
}

.focus\:border-x-fuchsia-400\/95:focus {
  border-left-color: rgb(232 121 249 / 0.95);
  border-right-color: rgb(232 121 249 / 0.95);
}

.focus\:border-x-fuchsia-50:focus {
  --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));
}

.focus\:border-x-fuchsia-50\/0:focus {
  border-left-color: rgb(253 244 255 / 0);
  border-right-color: rgb(253 244 255 / 0);
}

.focus\:border-x-fuchsia-50\/10:focus {
  border-left-color: rgb(253 244 255 / 0.1);
  border-right-color: rgb(253 244 255 / 0.1);
}

.focus\:border-x-fuchsia-50\/100:focus {
  border-left-color: rgb(253 244 255 / 1);
  border-right-color: rgb(253 244 255 / 1);
}

.focus\:border-x-fuchsia-50\/20:focus {
  border-left-color: rgb(253 244 255 / 0.2);
  border-right-color: rgb(253 244 255 / 0.2);
}

.focus\:border-x-fuchsia-50\/25:focus {
  border-left-color: rgb(253 244 255 / 0.25);
  border-right-color: rgb(253 244 255 / 0.25);
}

.focus\:border-x-fuchsia-50\/30:focus {
  border-left-color: rgb(253 244 255 / 0.3);
  border-right-color: rgb(253 244 255 / 0.3);
}

.focus\:border-x-fuchsia-50\/40:focus {
  border-left-color: rgb(253 244 255 / 0.4);
  border-right-color: rgb(253 244 255 / 0.4);
}

.focus\:border-x-fuchsia-50\/5:focus {
  border-left-color: rgb(253 244 255 / 0.05);
  border-right-color: rgb(253 244 255 / 0.05);
}

.focus\:border-x-fuchsia-50\/50:focus {
  border-left-color: rgb(253 244 255 / 0.5);
  border-right-color: rgb(253 244 255 / 0.5);
}

.focus\:border-x-fuchsia-50\/60:focus {
  border-left-color: rgb(253 244 255 / 0.6);
  border-right-color: rgb(253 244 255 / 0.6);
}

.focus\:border-x-fuchsia-50\/70:focus {
  border-left-color: rgb(253 244 255 / 0.7);
  border-right-color: rgb(253 244 255 / 0.7);
}

.focus\:border-x-fuchsia-50\/75:focus {
  border-left-color: rgb(253 244 255 / 0.75);
  border-right-color: rgb(253 244 255 / 0.75);
}

.focus\:border-x-fuchsia-50\/80:focus {
  border-left-color: rgb(253 244 255 / 0.8);
  border-right-color: rgb(253 244 255 / 0.8);
}

.focus\:border-x-fuchsia-50\/90:focus {
  border-left-color: rgb(253 244 255 / 0.9);
  border-right-color: rgb(253 244 255 / 0.9);
}

.focus\:border-x-fuchsia-50\/95:focus {
  border-left-color: rgb(253 244 255 / 0.95);
  border-right-color: rgb(253 244 255 / 0.95);
}

.focus\:border-x-fuchsia-500:focus {
  --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));
}

.focus\:border-x-fuchsia-500\/0:focus {
  border-left-color: rgb(217 70 239 / 0);
  border-right-color: rgb(217 70 239 / 0);
}

.focus\:border-x-fuchsia-500\/10:focus {
  border-left-color: rgb(217 70 239 / 0.1);
  border-right-color: rgb(217 70 239 / 0.1);
}

.focus\:border-x-fuchsia-500\/100:focus {
  border-left-color: rgb(217 70 239 / 1);
  border-right-color: rgb(217 70 239 / 1);
}

.focus\:border-x-fuchsia-500\/20:focus {
  border-left-color: rgb(217 70 239 / 0.2);
  border-right-color: rgb(217 70 239 / 0.2);
}

.focus\:border-x-fuchsia-500\/25:focus {
  border-left-color: rgb(217 70 239 / 0.25);
  border-right-color: rgb(217 70 239 / 0.25);
}

.focus\:border-x-fuchsia-500\/30:focus {
  border-left-color: rgb(217 70 239 / 0.3);
  border-right-color: rgb(217 70 239 / 0.3);
}

.focus\:border-x-fuchsia-500\/40:focus {
  border-left-color: rgb(217 70 239 / 0.4);
  border-right-color: rgb(217 70 239 / 0.4);
}

.focus\:border-x-fuchsia-500\/5:focus {
  border-left-color: rgb(217 70 239 / 0.05);
  border-right-color: rgb(217 70 239 / 0.05);
}

.focus\:border-x-fuchsia-500\/50:focus {
  border-left-color: rgb(217 70 239 / 0.5);
  border-right-color: rgb(217 70 239 / 0.5);
}

.focus\:border-x-fuchsia-500\/60:focus {
  border-left-color: rgb(217 70 239 / 0.6);
  border-right-color: rgb(217 70 239 / 0.6);
}

.focus\:border-x-fuchsia-500\/70:focus {
  border-left-color: rgb(217 70 239 / 0.7);
  border-right-color: rgb(217 70 239 / 0.7);
}

.focus\:border-x-fuchsia-500\/75:focus {
  border-left-color: rgb(217 70 239 / 0.75);
  border-right-color: rgb(217 70 239 / 0.75);
}

.focus\:border-x-fuchsia-500\/80:focus {
  border-left-color: rgb(217 70 239 / 0.8);
  border-right-color: rgb(217 70 239 / 0.8);
}

.focus\:border-x-fuchsia-500\/90:focus {
  border-left-color: rgb(217 70 239 / 0.9);
  border-right-color: rgb(217 70 239 / 0.9);
}

.focus\:border-x-fuchsia-500\/95:focus {
  border-left-color: rgb(217 70 239 / 0.95);
  border-right-color: rgb(217 70 239 / 0.95);
}

.focus\:border-x-fuchsia-600:focus {
  --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));
}

.focus\:border-x-fuchsia-600\/0:focus {
  border-left-color: rgb(192 38 211 / 0);
  border-right-color: rgb(192 38 211 / 0);
}

.focus\:border-x-fuchsia-600\/10:focus {
  border-left-color: rgb(192 38 211 / 0.1);
  border-right-color: rgb(192 38 211 / 0.1);
}

.focus\:border-x-fuchsia-600\/100:focus {
  border-left-color: rgb(192 38 211 / 1);
  border-right-color: rgb(192 38 211 / 1);
}

.focus\:border-x-fuchsia-600\/20:focus {
  border-left-color: rgb(192 38 211 / 0.2);
  border-right-color: rgb(192 38 211 / 0.2);
}

.focus\:border-x-fuchsia-600\/25:focus {
  border-left-color: rgb(192 38 211 / 0.25);
  border-right-color: rgb(192 38 211 / 0.25);
}

.focus\:border-x-fuchsia-600\/30:focus {
  border-left-color: rgb(192 38 211 / 0.3);
  border-right-color: rgb(192 38 211 / 0.3);
}

.focus\:border-x-fuchsia-600\/40:focus {
  border-left-color: rgb(192 38 211 / 0.4);
  border-right-color: rgb(192 38 211 / 0.4);
}

.focus\:border-x-fuchsia-600\/5:focus {
  border-left-color: rgb(192 38 211 / 0.05);
  border-right-color: rgb(192 38 211 / 0.05);
}

.focus\:border-x-fuchsia-600\/50:focus {
  border-left-color: rgb(192 38 211 / 0.5);
  border-right-color: rgb(192 38 211 / 0.5);
}

.focus\:border-x-fuchsia-600\/60:focus {
  border-left-color: rgb(192 38 211 / 0.6);
  border-right-color: rgb(192 38 211 / 0.6);
}

.focus\:border-x-fuchsia-600\/70:focus {
  border-left-color: rgb(192 38 211 / 0.7);
  border-right-color: rgb(192 38 211 / 0.7);
}

.focus\:border-x-fuchsia-600\/75:focus {
  border-left-color: rgb(192 38 211 / 0.75);
  border-right-color: rgb(192 38 211 / 0.75);
}

.focus\:border-x-fuchsia-600\/80:focus {
  border-left-color: rgb(192 38 211 / 0.8);
  border-right-color: rgb(192 38 211 / 0.8);
}

.focus\:border-x-fuchsia-600\/90:focus {
  border-left-color: rgb(192 38 211 / 0.9);
  border-right-color: rgb(192 38 211 / 0.9);
}

.focus\:border-x-fuchsia-600\/95:focus {
  border-left-color: rgb(192 38 211 / 0.95);
  border-right-color: rgb(192 38 211 / 0.95);
}

.focus\:border-x-fuchsia-700:focus {
  --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));
}

.focus\:border-x-fuchsia-700\/0:focus {
  border-left-color: rgb(162 28 175 / 0);
  border-right-color: rgb(162 28 175 / 0);
}

.focus\:border-x-fuchsia-700\/10:focus {
  border-left-color: rgb(162 28 175 / 0.1);
  border-right-color: rgb(162 28 175 / 0.1);
}

.focus\:border-x-fuchsia-700\/100:focus {
  border-left-color: rgb(162 28 175 / 1);
  border-right-color: rgb(162 28 175 / 1);
}

.focus\:border-x-fuchsia-700\/20:focus {
  border-left-color: rgb(162 28 175 / 0.2);
  border-right-color: rgb(162 28 175 / 0.2);
}

.focus\:border-x-fuchsia-700\/25:focus {
  border-left-color: rgb(162 28 175 / 0.25);
  border-right-color: rgb(162 28 175 / 0.25);
}

.focus\:border-x-fuchsia-700\/30:focus {
  border-left-color: rgb(162 28 175 / 0.3);
  border-right-color: rgb(162 28 175 / 0.3);
}

.focus\:border-x-fuchsia-700\/40:focus {
  border-left-color: rgb(162 28 175 / 0.4);
  border-right-color: rgb(162 28 175 / 0.4);
}

.focus\:border-x-fuchsia-700\/5:focus {
  border-left-color: rgb(162 28 175 / 0.05);
  border-right-color: rgb(162 28 175 / 0.05);
}

.focus\:border-x-fuchsia-700\/50:focus {
  border-left-color: rgb(162 28 175 / 0.5);
  border-right-color: rgb(162 28 175 / 0.5);
}

.focus\:border-x-fuchsia-700\/60:focus {
  border-left-color: rgb(162 28 175 / 0.6);
  border-right-color: rgb(162 28 175 / 0.6);
}

.focus\:border-x-fuchsia-700\/70:focus {
  border-left-color: rgb(162 28 175 / 0.7);
  border-right-color: rgb(162 28 175 / 0.7);
}

.focus\:border-x-fuchsia-700\/75:focus {
  border-left-color: rgb(162 28 175 / 0.75);
  border-right-color: rgb(162 28 175 / 0.75);
}

.focus\:border-x-fuchsia-700\/80:focus {
  border-left-color: rgb(162 28 175 / 0.8);
  border-right-color: rgb(162 28 175 / 0.8);
}

.focus\:border-x-fuchsia-700\/90:focus {
  border-left-color: rgb(162 28 175 / 0.9);
  border-right-color: rgb(162 28 175 / 0.9);
}

.focus\:border-x-fuchsia-700\/95:focus {
  border-left-color: rgb(162 28 175 / 0.95);
  border-right-color: rgb(162 28 175 / 0.95);
}

.focus\:border-x-fuchsia-800:focus {
  --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));
}

.focus\:border-x-fuchsia-800\/0:focus {
  border-left-color: rgb(134 25 143 / 0);
  border-right-color: rgb(134 25 143 / 0);
}

.focus\:border-x-fuchsia-800\/10:focus {
  border-left-color: rgb(134 25 143 / 0.1);
  border-right-color: rgb(134 25 143 / 0.1);
}

.focus\:border-x-fuchsia-800\/100:focus {
  border-left-color: rgb(134 25 143 / 1);
  border-right-color: rgb(134 25 143 / 1);
}

.focus\:border-x-fuchsia-800\/20:focus {
  border-left-color: rgb(134 25 143 / 0.2);
  border-right-color: rgb(134 25 143 / 0.2);
}

.focus\:border-x-fuchsia-800\/25:focus {
  border-left-color: rgb(134 25 143 / 0.25);
  border-right-color: rgb(134 25 143 / 0.25);
}

.focus\:border-x-fuchsia-800\/30:focus {
  border-left-color: rgb(134 25 143 / 0.3);
  border-right-color: rgb(134 25 143 / 0.3);
}

.focus\:border-x-fuchsia-800\/40:focus {
  border-left-color: rgb(134 25 143 / 0.4);
  border-right-color: rgb(134 25 143 / 0.4);
}

.focus\:border-x-fuchsia-800\/5:focus {
  border-left-color: rgb(134 25 143 / 0.05);
  border-right-color: rgb(134 25 143 / 0.05);
}

.focus\:border-x-fuchsia-800\/50:focus {
  border-left-color: rgb(134 25 143 / 0.5);
  border-right-color: rgb(134 25 143 / 0.5);
}

.focus\:border-x-fuchsia-800\/60:focus {
  border-left-color: rgb(134 25 143 / 0.6);
  border-right-color: rgb(134 25 143 / 0.6);
}

.focus\:border-x-fuchsia-800\/70:focus {
  border-left-color: rgb(134 25 143 / 0.7);
  border-right-color: rgb(134 25 143 / 0.7);
}

.focus\:border-x-fuchsia-800\/75:focus {
  border-left-color: rgb(134 25 143 / 0.75);
  border-right-color: rgb(134 25 143 / 0.75);
}

.focus\:border-x-fuchsia-800\/80:focus {
  border-left-color: rgb(134 25 143 / 0.8);
  border-right-color: rgb(134 25 143 / 0.8);
}

.focus\:border-x-fuchsia-800\/90:focus {
  border-left-color: rgb(134 25 143 / 0.9);
  border-right-color: rgb(134 25 143 / 0.9);
}

.focus\:border-x-fuchsia-800\/95:focus {
  border-left-color: rgb(134 25 143 / 0.95);
  border-right-color: rgb(134 25 143 / 0.95);
}

.focus\:border-x-fuchsia-900:focus {
  --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));
}

.focus\:border-x-fuchsia-900\/0:focus {
  border-left-color: rgb(112 26 117 / 0);
  border-right-color: rgb(112 26 117 / 0);
}

.focus\:border-x-fuchsia-900\/10:focus {
  border-left-color: rgb(112 26 117 / 0.1);
  border-right-color: rgb(112 26 117 / 0.1);
}

.focus\:border-x-fuchsia-900\/100:focus {
  border-left-color: rgb(112 26 117 / 1);
  border-right-color: rgb(112 26 117 / 1);
}

.focus\:border-x-fuchsia-900\/20:focus {
  border-left-color: rgb(112 26 117 / 0.2);
  border-right-color: rgb(112 26 117 / 0.2);
}

.focus\:border-x-fuchsia-900\/25:focus {
  border-left-color: rgb(112 26 117 / 0.25);
  border-right-color: rgb(112 26 117 / 0.25);
}

.focus\:border-x-fuchsia-900\/30:focus {
  border-left-color: rgb(112 26 117 / 0.3);
  border-right-color: rgb(112 26 117 / 0.3);
}

.focus\:border-x-fuchsia-900\/40:focus {
  border-left-color: rgb(112 26 117 / 0.4);
  border-right-color: rgb(112 26 117 / 0.4);
}

.focus\:border-x-fuchsia-900\/5:focus {
  border-left-color: rgb(112 26 117 / 0.05);
  border-right-color: rgb(112 26 117 / 0.05);
}

.focus\:border-x-fuchsia-900\/50:focus {
  border-left-color: rgb(112 26 117 / 0.5);
  border-right-color: rgb(112 26 117 / 0.5);
}

.focus\:border-x-fuchsia-900\/60:focus {
  border-left-color: rgb(112 26 117 / 0.6);
  border-right-color: rgb(112 26 117 / 0.6);
}

.focus\:border-x-fuchsia-900\/70:focus {
  border-left-color: rgb(112 26 117 / 0.7);
  border-right-color: rgb(112 26 117 / 0.7);
}

.focus\:border-x-fuchsia-900\/75:focus {
  border-left-color: rgb(112 26 117 / 0.75);
  border-right-color: rgb(112 26 117 / 0.75);
}

.focus\:border-x-fuchsia-900\/80:focus {
  border-left-color: rgb(112 26 117 / 0.8);
  border-right-color: rgb(112 26 117 / 0.8);
}

.focus\:border-x-fuchsia-900\/90:focus {
  border-left-color: rgb(112 26 117 / 0.9);
  border-right-color: rgb(112 26 117 / 0.9);
}

.focus\:border-x-fuchsia-900\/95:focus {
  border-left-color: rgb(112 26 117 / 0.95);
  border-right-color: rgb(112 26 117 / 0.95);
}

.focus\:border-x-fuchsia-950:focus {
  --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));
}

.focus\:border-x-fuchsia-950\/0:focus {
  border-left-color: rgb(74 4 78 / 0);
  border-right-color: rgb(74 4 78 / 0);
}

.focus\:border-x-fuchsia-950\/10:focus {
  border-left-color: rgb(74 4 78 / 0.1);
  border-right-color: rgb(74 4 78 / 0.1);
}

.focus\:border-x-fuchsia-950\/100:focus {
  border-left-color: rgb(74 4 78 / 1);
  border-right-color: rgb(74 4 78 / 1);
}

.focus\:border-x-fuchsia-950\/20:focus {
  border-left-color: rgb(74 4 78 / 0.2);
  border-right-color: rgb(74 4 78 / 0.2);
}

.focus\:border-x-fuchsia-950\/25:focus {
  border-left-color: rgb(74 4 78 / 0.25);
  border-right-color: rgb(74 4 78 / 0.25);
}

.focus\:border-x-fuchsia-950\/30:focus {
  border-left-color: rgb(74 4 78 / 0.3);
  border-right-color: rgb(74 4 78 / 0.3);
}

.focus\:border-x-fuchsia-950\/40:focus {
  border-left-color: rgb(74 4 78 / 0.4);
  border-right-color: rgb(74 4 78 / 0.4);
}

.focus\:border-x-fuchsia-950\/5:focus {
  border-left-color: rgb(74 4 78 / 0.05);
  border-right-color: rgb(74 4 78 / 0.05);
}

.focus\:border-x-fuchsia-950\/50:focus {
  border-left-color: rgb(74 4 78 / 0.5);
  border-right-color: rgb(74 4 78 / 0.5);
}

.focus\:border-x-fuchsia-950\/60:focus {
  border-left-color: rgb(74 4 78 / 0.6);
  border-right-color: rgb(74 4 78 / 0.6);
}

.focus\:border-x-fuchsia-950\/70:focus {
  border-left-color: rgb(74 4 78 / 0.7);
  border-right-color: rgb(74 4 78 / 0.7);
}

.focus\:border-x-fuchsia-950\/75:focus {
  border-left-color: rgb(74 4 78 / 0.75);
  border-right-color: rgb(74 4 78 / 0.75);
}

.focus\:border-x-fuchsia-950\/80:focus {
  border-left-color: rgb(74 4 78 / 0.8);
  border-right-color: rgb(74 4 78 / 0.8);
}

.focus\:border-x-fuchsia-950\/90:focus {
  border-left-color: rgb(74 4 78 / 0.9);
  border-right-color: rgb(74 4 78 / 0.9);
}

.focus\:border-x-fuchsia-950\/95:focus {
  border-left-color: rgb(74 4 78 / 0.95);
  border-right-color: rgb(74 4 78 / 0.95);
}

.focus\:border-x-gray-100:focus {
  --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));
}

.focus\:border-x-gray-100\/0:focus {
  border-left-color: rgb(243 244 246 / 0);
  border-right-color: rgb(243 244 246 / 0);
}

.focus\:border-x-gray-100\/10:focus {
  border-left-color: rgb(243 244 246 / 0.1);
  border-right-color: rgb(243 244 246 / 0.1);
}

.focus\:border-x-gray-100\/100:focus {
  border-left-color: rgb(243 244 246 / 1);
  border-right-color: rgb(243 244 246 / 1);
}

.focus\:border-x-gray-100\/20:focus {
  border-left-color: rgb(243 244 246 / 0.2);
  border-right-color: rgb(243 244 246 / 0.2);
}

.focus\:border-x-gray-100\/25:focus {
  border-left-color: rgb(243 244 246 / 0.25);
  border-right-color: rgb(243 244 246 / 0.25);
}

.focus\:border-x-gray-100\/30:focus {
  border-left-color: rgb(243 244 246 / 0.3);
  border-right-color: rgb(243 244 246 / 0.3);
}

.focus\:border-x-gray-100\/40:focus {
  border-left-color: rgb(243 244 246 / 0.4);
  border-right-color: rgb(243 244 246 / 0.4);
}

.focus\:border-x-gray-100\/5:focus {
  border-left-color: rgb(243 244 246 / 0.05);
  border-right-color: rgb(243 244 246 / 0.05);
}

.focus\:border-x-gray-100\/50:focus {
  border-left-color: rgb(243 244 246 / 0.5);
  border-right-color: rgb(243 244 246 / 0.5);
}

.focus\:border-x-gray-100\/60:focus {
  border-left-color: rgb(243 244 246 / 0.6);
  border-right-color: rgb(243 244 246 / 0.6);
}

.focus\:border-x-gray-100\/70:focus {
  border-left-color: rgb(243 244 246 / 0.7);
  border-right-color: rgb(243 244 246 / 0.7);
}

.focus\:border-x-gray-100\/75:focus {
  border-left-color: rgb(243 244 246 / 0.75);
  border-right-color: rgb(243 244 246 / 0.75);
}

.focus\:border-x-gray-100\/80:focus {
  border-left-color: rgb(243 244 246 / 0.8);
  border-right-color: rgb(243 244 246 / 0.8);
}

.focus\:border-x-gray-100\/90:focus {
  border-left-color: rgb(243 244 246 / 0.9);
  border-right-color: rgb(243 244 246 / 0.9);
}

.focus\:border-x-gray-100\/95:focus {
  border-left-color: rgb(243 244 246 / 0.95);
  border-right-color: rgb(243 244 246 / 0.95);
}

.focus\:border-x-gray-200:focus {
  --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));
}

.focus\:border-x-gray-200\/0:focus {
  border-left-color: rgb(229 231 235 / 0);
  border-right-color: rgb(229 231 235 / 0);
}

.focus\:border-x-gray-200\/10:focus {
  border-left-color: rgb(229 231 235 / 0.1);
  border-right-color: rgb(229 231 235 / 0.1);
}

.focus\:border-x-gray-200\/100:focus {
  border-left-color: rgb(229 231 235 / 1);
  border-right-color: rgb(229 231 235 / 1);
}

.focus\:border-x-gray-200\/20:focus {
  border-left-color: rgb(229 231 235 / 0.2);
  border-right-color: rgb(229 231 235 / 0.2);
}

.focus\:border-x-gray-200\/25:focus {
  border-left-color: rgb(229 231 235 / 0.25);
  border-right-color: rgb(229 231 235 / 0.25);
}

.focus\:border-x-gray-200\/30:focus {
  border-left-color: rgb(229 231 235 / 0.3);
  border-right-color: rgb(229 231 235 / 0.3);
}

.focus\:border-x-gray-200\/40:focus {
  border-left-color: rgb(229 231 235 / 0.4);
  border-right-color: rgb(229 231 235 / 0.4);
}

.focus\:border-x-gray-200\/5:focus {
  border-left-color: rgb(229 231 235 / 0.05);
  border-right-color: rgb(229 231 235 / 0.05);
}

.focus\:border-x-gray-200\/50:focus {
  border-left-color: rgb(229 231 235 / 0.5);
  border-right-color: rgb(229 231 235 / 0.5);
}

.focus\:border-x-gray-200\/60:focus {
  border-left-color: rgb(229 231 235 / 0.6);
  border-right-color: rgb(229 231 235 / 0.6);
}

.focus\:border-x-gray-200\/70:focus {
  border-left-color: rgb(229 231 235 / 0.7);
  border-right-color: rgb(229 231 235 / 0.7);
}

.focus\:border-x-gray-200\/75:focus {
  border-left-color: rgb(229 231 235 / 0.75);
  border-right-color: rgb(229 231 235 / 0.75);
}

.focus\:border-x-gray-200\/80:focus {
  border-left-color: rgb(229 231 235 / 0.8);
  border-right-color: rgb(229 231 235 / 0.8);
}

.focus\:border-x-gray-200\/90:focus {
  border-left-color: rgb(229 231 235 / 0.9);
  border-right-color: rgb(229 231 235 / 0.9);
}

.focus\:border-x-gray-200\/95:focus {
  border-left-color: rgb(229 231 235 / 0.95);
  border-right-color: rgb(229 231 235 / 0.95);
}

.focus\:border-x-gray-300:focus {
  --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));
}

.focus\:border-x-gray-300\/0:focus {
  border-left-color: rgb(209 213 219 / 0);
  border-right-color: rgb(209 213 219 / 0);
}

.focus\:border-x-gray-300\/10:focus {
  border-left-color: rgb(209 213 219 / 0.1);
  border-right-color: rgb(209 213 219 / 0.1);
}

.focus\:border-x-gray-300\/100:focus {
  border-left-color: rgb(209 213 219 / 1);
  border-right-color: rgb(209 213 219 / 1);
}

.focus\:border-x-gray-300\/20:focus {
  border-left-color: rgb(209 213 219 / 0.2);
  border-right-color: rgb(209 213 219 / 0.2);
}

.focus\:border-x-gray-300\/25:focus {
  border-left-color: rgb(209 213 219 / 0.25);
  border-right-color: rgb(209 213 219 / 0.25);
}

.focus\:border-x-gray-300\/30:focus {
  border-left-color: rgb(209 213 219 / 0.3);
  border-right-color: rgb(209 213 219 / 0.3);
}

.focus\:border-x-gray-300\/40:focus {
  border-left-color: rgb(209 213 219 / 0.4);
  border-right-color: rgb(209 213 219 / 0.4);
}

.focus\:border-x-gray-300\/5:focus {
  border-left-color: rgb(209 213 219 / 0.05);
  border-right-color: rgb(209 213 219 / 0.05);
}

.focus\:border-x-gray-300\/50:focus {
  border-left-color: rgb(209 213 219 / 0.5);
  border-right-color: rgb(209 213 219 / 0.5);
}

.focus\:border-x-gray-300\/60:focus {
  border-left-color: rgb(209 213 219 / 0.6);
  border-right-color: rgb(209 213 219 / 0.6);
}

.focus\:border-x-gray-300\/70:focus {
  border-left-color: rgb(209 213 219 / 0.7);
  border-right-color: rgb(209 213 219 / 0.7);
}

.focus\:border-x-gray-300\/75:focus {
  border-left-color: rgb(209 213 219 / 0.75);
  border-right-color: rgb(209 213 219 / 0.75);
}

.focus\:border-x-gray-300\/80:focus {
  border-left-color: rgb(209 213 219 / 0.8);
  border-right-color: rgb(209 213 219 / 0.8);
}

.focus\:border-x-gray-300\/90:focus {
  border-left-color: rgb(209 213 219 / 0.9);
  border-right-color: rgb(209 213 219 / 0.9);
}

.focus\:border-x-gray-300\/95:focus {
  border-left-color: rgb(209 213 219 / 0.95);
  border-right-color: rgb(209 213 219 / 0.95);
}

.focus\:border-x-gray-400:focus {
  --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));
}

.focus\:border-x-gray-400\/0:focus {
  border-left-color: rgb(156 163 175 / 0);
  border-right-color: rgb(156 163 175 / 0);
}

.focus\:border-x-gray-400\/10:focus {
  border-left-color: rgb(156 163 175 / 0.1);
  border-right-color: rgb(156 163 175 / 0.1);
}

.focus\:border-x-gray-400\/100:focus {
  border-left-color: rgb(156 163 175 / 1);
  border-right-color: rgb(156 163 175 / 1);
}

.focus\:border-x-gray-400\/20:focus {
  border-left-color: rgb(156 163 175 / 0.2);
  border-right-color: rgb(156 163 175 / 0.2);
}

.focus\:border-x-gray-400\/25:focus {
  border-left-color: rgb(156 163 175 / 0.25);
  border-right-color: rgb(156 163 175 / 0.25);
}

.focus\:border-x-gray-400\/30:focus {
  border-left-color: rgb(156 163 175 / 0.3);
  border-right-color: rgb(156 163 175 / 0.3);
}

.focus\:border-x-gray-400\/40:focus {
  border-left-color: rgb(156 163 175 / 0.4);
  border-right-color: rgb(156 163 175 / 0.4);
}

.focus\:border-x-gray-400\/5:focus {
  border-left-color: rgb(156 163 175 / 0.05);
  border-right-color: rgb(156 163 175 / 0.05);
}

.focus\:border-x-gray-400\/50:focus {
  border-left-color: rgb(156 163 175 / 0.5);
  border-right-color: rgb(156 163 175 / 0.5);
}

.focus\:border-x-gray-400\/60:focus {
  border-left-color: rgb(156 163 175 / 0.6);
  border-right-color: rgb(156 163 175 / 0.6);
}

.focus\:border-x-gray-400\/70:focus {
  border-left-color: rgb(156 163 175 / 0.7);
  border-right-color: rgb(156 163 175 / 0.7);
}

.focus\:border-x-gray-400\/75:focus {
  border-left-color: rgb(156 163 175 / 0.75);
  border-right-color: rgb(156 163 175 / 0.75);
}

.focus\:border-x-gray-400\/80:focus {
  border-left-color: rgb(156 163 175 / 0.8);
  border-right-color: rgb(156 163 175 / 0.8);
}

.focus\:border-x-gray-400\/90:focus {
  border-left-color: rgb(156 163 175 / 0.9);
  border-right-color: rgb(156 163 175 / 0.9);
}

.focus\:border-x-gray-400\/95:focus {
  border-left-color: rgb(156 163 175 / 0.95);
  border-right-color: rgb(156 163 175 / 0.95);
}

.focus\:border-x-gray-50:focus {
  --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));
}

.focus\:border-x-gray-50\/0:focus {
  border-left-color: rgb(249 250 251 / 0);
  border-right-color: rgb(249 250 251 / 0);
}

.focus\:border-x-gray-50\/10:focus {
  border-left-color: rgb(249 250 251 / 0.1);
  border-right-color: rgb(249 250 251 / 0.1);
}

.focus\:border-x-gray-50\/100:focus {
  border-left-color: rgb(249 250 251 / 1);
  border-right-color: rgb(249 250 251 / 1);
}

.focus\:border-x-gray-50\/20:focus {
  border-left-color: rgb(249 250 251 / 0.2);
  border-right-color: rgb(249 250 251 / 0.2);
}

.focus\:border-x-gray-50\/25:focus {
  border-left-color: rgb(249 250 251 / 0.25);
  border-right-color: rgb(249 250 251 / 0.25);
}

.focus\:border-x-gray-50\/30:focus {
  border-left-color: rgb(249 250 251 / 0.3);
  border-right-color: rgb(249 250 251 / 0.3);
}

.focus\:border-x-gray-50\/40:focus {
  border-left-color: rgb(249 250 251 / 0.4);
  border-right-color: rgb(249 250 251 / 0.4);
}

.focus\:border-x-gray-50\/5:focus {
  border-left-color: rgb(249 250 251 / 0.05);
  border-right-color: rgb(249 250 251 / 0.05);
}

.focus\:border-x-gray-50\/50:focus {
  border-left-color: rgb(249 250 251 / 0.5);
  border-right-color: rgb(249 250 251 / 0.5);
}

.focus\:border-x-gray-50\/60:focus {
  border-left-color: rgb(249 250 251 / 0.6);
  border-right-color: rgb(249 250 251 / 0.6);
}

.focus\:border-x-gray-50\/70:focus {
  border-left-color: rgb(249 250 251 / 0.7);
  border-right-color: rgb(249 250 251 / 0.7);
}

.focus\:border-x-gray-50\/75:focus {
  border-left-color: rgb(249 250 251 / 0.75);
  border-right-color: rgb(249 250 251 / 0.75);
}

.focus\:border-x-gray-50\/80:focus {
  border-left-color: rgb(249 250 251 / 0.8);
  border-right-color: rgb(249 250 251 / 0.8);
}

.focus\:border-x-gray-50\/90:focus {
  border-left-color: rgb(249 250 251 / 0.9);
  border-right-color: rgb(249 250 251 / 0.9);
}

.focus\:border-x-gray-50\/95:focus {
  border-left-color: rgb(249 250 251 / 0.95);
  border-right-color: rgb(249 250 251 / 0.95);
}

.focus\:border-x-gray-500:focus {
  --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));
}

.focus\:border-x-gray-500\/0:focus {
  border-left-color: rgb(107 114 128 / 0);
  border-right-color: rgb(107 114 128 / 0);
}

.focus\:border-x-gray-500\/10:focus {
  border-left-color: rgb(107 114 128 / 0.1);
  border-right-color: rgb(107 114 128 / 0.1);
}

.focus\:border-x-gray-500\/100:focus {
  border-left-color: rgb(107 114 128 / 1);
  border-right-color: rgb(107 114 128 / 1);
}

.focus\:border-x-gray-500\/20:focus {
  border-left-color: rgb(107 114 128 / 0.2);
  border-right-color: rgb(107 114 128 / 0.2);
}

.focus\:border-x-gray-500\/25:focus {
  border-left-color: rgb(107 114 128 / 0.25);
  border-right-color: rgb(107 114 128 / 0.25);
}

.focus\:border-x-gray-500\/30:focus {
  border-left-color: rgb(107 114 128 / 0.3);
  border-right-color: rgb(107 114 128 / 0.3);
}

.focus\:border-x-gray-500\/40:focus {
  border-left-color: rgb(107 114 128 / 0.4);
  border-right-color: rgb(107 114 128 / 0.4);
}

.focus\:border-x-gray-500\/5:focus {
  border-left-color: rgb(107 114 128 / 0.05);
  border-right-color: rgb(107 114 128 / 0.05);
}

.focus\:border-x-gray-500\/50:focus {
  border-left-color: rgb(107 114 128 / 0.5);
  border-right-color: rgb(107 114 128 / 0.5);
}

.focus\:border-x-gray-500\/60:focus {
  border-left-color: rgb(107 114 128 / 0.6);
  border-right-color: rgb(107 114 128 / 0.6);
}

.focus\:border-x-gray-500\/70:focus {
  border-left-color: rgb(107 114 128 / 0.7);
  border-right-color: rgb(107 114 128 / 0.7);
}

.focus\:border-x-gray-500\/75:focus {
  border-left-color: rgb(107 114 128 / 0.75);
  border-right-color: rgb(107 114 128 / 0.75);
}

.focus\:border-x-gray-500\/80:focus {
  border-left-color: rgb(107 114 128 / 0.8);
  border-right-color: rgb(107 114 128 / 0.8);
}

.focus\:border-x-gray-500\/90:focus {
  border-left-color: rgb(107 114 128 / 0.9);
  border-right-color: rgb(107 114 128 / 0.9);
}

.focus\:border-x-gray-500\/95:focus {
  border-left-color: rgb(107 114 128 / 0.95);
  border-right-color: rgb(107 114 128 / 0.95);
}

.focus\:border-x-gray-600:focus {
  --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));
}

.focus\:border-x-gray-600\/0:focus {
  border-left-color: rgb(75 85 99 / 0);
  border-right-color: rgb(75 85 99 / 0);
}

.focus\:border-x-gray-600\/10:focus {
  border-left-color: rgb(75 85 99 / 0.1);
  border-right-color: rgb(75 85 99 / 0.1);
}

.focus\:border-x-gray-600\/100:focus {
  border-left-color: rgb(75 85 99 / 1);
  border-right-color: rgb(75 85 99 / 1);
}

.focus\:border-x-gray-600\/20:focus {
  border-left-color: rgb(75 85 99 / 0.2);
  border-right-color: rgb(75 85 99 / 0.2);
}

.focus\:border-x-gray-600\/25:focus {
  border-left-color: rgb(75 85 99 / 0.25);
  border-right-color: rgb(75 85 99 / 0.25);
}

.focus\:border-x-gray-600\/30:focus {
  border-left-color: rgb(75 85 99 / 0.3);
  border-right-color: rgb(75 85 99 / 0.3);
}

.focus\:border-x-gray-600\/40:focus {
  border-left-color: rgb(75 85 99 / 0.4);
  border-right-color: rgb(75 85 99 / 0.4);
}

.focus\:border-x-gray-600\/5:focus {
  border-left-color: rgb(75 85 99 / 0.05);
  border-right-color: rgb(75 85 99 / 0.05);
}

.focus\:border-x-gray-600\/50:focus {
  border-left-color: rgb(75 85 99 / 0.5);
  border-right-color: rgb(75 85 99 / 0.5);
}

.focus\:border-x-gray-600\/60:focus {
  border-left-color: rgb(75 85 99 / 0.6);
  border-right-color: rgb(75 85 99 / 0.6);
}

.focus\:border-x-gray-600\/70:focus {
  border-left-color: rgb(75 85 99 / 0.7);
  border-right-color: rgb(75 85 99 / 0.7);
}

.focus\:border-x-gray-600\/75:focus {
  border-left-color: rgb(75 85 99 / 0.75);
  border-right-color: rgb(75 85 99 / 0.75);
}

.focus\:border-x-gray-600\/80:focus {
  border-left-color: rgb(75 85 99 / 0.8);
  border-right-color: rgb(75 85 99 / 0.8);
}

.focus\:border-x-gray-600\/90:focus {
  border-left-color: rgb(75 85 99 / 0.9);
  border-right-color: rgb(75 85 99 / 0.9);
}

.focus\:border-x-gray-600\/95:focus {
  border-left-color: rgb(75 85 99 / 0.95);
  border-right-color: rgb(75 85 99 / 0.95);
}

.focus\:border-x-gray-700:focus {
  --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));
}

.focus\:border-x-gray-700\/0:focus {
  border-left-color: rgb(55 65 81 / 0);
  border-right-color: rgb(55 65 81 / 0);
}

.focus\:border-x-gray-700\/10:focus {
  border-left-color: rgb(55 65 81 / 0.1);
  border-right-color: rgb(55 65 81 / 0.1);
}

.focus\:border-x-gray-700\/100:focus {
  border-left-color: rgb(55 65 81 / 1);
  border-right-color: rgb(55 65 81 / 1);
}

.focus\:border-x-gray-700\/20:focus {
  border-left-color: rgb(55 65 81 / 0.2);
  border-right-color: rgb(55 65 81 / 0.2);
}

.focus\:border-x-gray-700\/25:focus {
  border-left-color: rgb(55 65 81 / 0.25);
  border-right-color: rgb(55 65 81 / 0.25);
}

.focus\:border-x-gray-700\/30:focus {
  border-left-color: rgb(55 65 81 / 0.3);
  border-right-color: rgb(55 65 81 / 0.3);
}

.focus\:border-x-gray-700\/40:focus {
  border-left-color: rgb(55 65 81 / 0.4);
  border-right-color: rgb(55 65 81 / 0.4);
}

.focus\:border-x-gray-700\/5:focus {
  border-left-color: rgb(55 65 81 / 0.05);
  border-right-color: rgb(55 65 81 / 0.05);
}

.focus\:border-x-gray-700\/50:focus {
  border-left-color: rgb(55 65 81 / 0.5);
  border-right-color: rgb(55 65 81 / 0.5);
}

.focus\:border-x-gray-700\/60:focus {
  border-left-color: rgb(55 65 81 / 0.6);
  border-right-color: rgb(55 65 81 / 0.6);
}

.focus\:border-x-gray-700\/70:focus {
  border-left-color: rgb(55 65 81 / 0.7);
  border-right-color: rgb(55 65 81 / 0.7);
}

.focus\:border-x-gray-700\/75:focus {
  border-left-color: rgb(55 65 81 / 0.75);
  border-right-color: rgb(55 65 81 / 0.75);
}

.focus\:border-x-gray-700\/80:focus {
  border-left-color: rgb(55 65 81 / 0.8);
  border-right-color: rgb(55 65 81 / 0.8);
}

.focus\:border-x-gray-700\/90:focus {
  border-left-color: rgb(55 65 81 / 0.9);
  border-right-color: rgb(55 65 81 / 0.9);
}

.focus\:border-x-gray-700\/95:focus {
  border-left-color: rgb(55 65 81 / 0.95);
  border-right-color: rgb(55 65 81 / 0.95);
}

.focus\:border-x-gray-800:focus {
  --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));
}

.focus\:border-x-gray-800\/0:focus {
  border-left-color: rgb(31 41 55 / 0);
  border-right-color: rgb(31 41 55 / 0);
}

.focus\:border-x-gray-800\/10:focus {
  border-left-color: rgb(31 41 55 / 0.1);
  border-right-color: rgb(31 41 55 / 0.1);
}

.focus\:border-x-gray-800\/100:focus {
  border-left-color: rgb(31 41 55 / 1);
  border-right-color: rgb(31 41 55 / 1);
}

.focus\:border-x-gray-800\/20:focus {
  border-left-color: rgb(31 41 55 / 0.2);
  border-right-color: rgb(31 41 55 / 0.2);
}

.focus\:border-x-gray-800\/25:focus {
  border-left-color: rgb(31 41 55 / 0.25);
  border-right-color: rgb(31 41 55 / 0.25);
}

.focus\:border-x-gray-800\/30:focus {
  border-left-color: rgb(31 41 55 / 0.3);
  border-right-color: rgb(31 41 55 / 0.3);
}

.focus\:border-x-gray-800\/40:focus {
  border-left-color: rgb(31 41 55 / 0.4);
  border-right-color: rgb(31 41 55 / 0.4);
}

.focus\:border-x-gray-800\/5:focus {
  border-left-color: rgb(31 41 55 / 0.05);
  border-right-color: rgb(31 41 55 / 0.05);
}

.focus\:border-x-gray-800\/50:focus {
  border-left-color: rgb(31 41 55 / 0.5);
  border-right-color: rgb(31 41 55 / 0.5);
}

.focus\:border-x-gray-800\/60:focus {
  border-left-color: rgb(31 41 55 / 0.6);
  border-right-color: rgb(31 41 55 / 0.6);
}

.focus\:border-x-gray-800\/70:focus {
  border-left-color: rgb(31 41 55 / 0.7);
  border-right-color: rgb(31 41 55 / 0.7);
}

.focus\:border-x-gray-800\/75:focus {
  border-left-color: rgb(31 41 55 / 0.75);
  border-right-color: rgb(31 41 55 / 0.75);
}

.focus\:border-x-gray-800\/80:focus {
  border-left-color: rgb(31 41 55 / 0.8);
  border-right-color: rgb(31 41 55 / 0.8);
}

.focus\:border-x-gray-800\/90:focus {
  border-left-color: rgb(31 41 55 / 0.9);
  border-right-color: rgb(31 41 55 / 0.9);
}

.focus\:border-x-gray-800\/95:focus {
  border-left-color: rgb(31 41 55 / 0.95);
  border-right-color: rgb(31 41 55 / 0.95);
}

.focus\:border-x-gray-900:focus {
  --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));
}

.focus\:border-x-gray-900\/0:focus {
  border-left-color: rgb(17 24 39 / 0);
  border-right-color: rgb(17 24 39 / 0);
}

.focus\:border-x-gray-900\/10:focus {
  border-left-color: rgb(17 24 39 / 0.1);
  border-right-color: rgb(17 24 39 / 0.1);
}

.focus\:border-x-gray-900\/100:focus {
  border-left-color: rgb(17 24 39 / 1);
  border-right-color: rgb(17 24 39 / 1);
}

.focus\:border-x-gray-900\/20:focus {
  border-left-color: rgb(17 24 39 / 0.2);
  border-right-color: rgb(17 24 39 / 0.2);
}

.focus\:border-x-gray-900\/25:focus {
  border-left-color: rgb(17 24 39 / 0.25);
  border-right-color: rgb(17 24 39 / 0.25);
}

.focus\:border-x-gray-900\/30:focus {
  border-left-color: rgb(17 24 39 / 0.3);
  border-right-color: rgb(17 24 39 / 0.3);
}

.focus\:border-x-gray-900\/40:focus {
  border-left-color: rgb(17 24 39 / 0.4);
  border-right-color: rgb(17 24 39 / 0.4);
}

.focus\:border-x-gray-900\/5:focus {
  border-left-color: rgb(17 24 39 / 0.05);
  border-right-color: rgb(17 24 39 / 0.05);
}

.focus\:border-x-gray-900\/50:focus {
  border-left-color: rgb(17 24 39 / 0.5);
  border-right-color: rgb(17 24 39 / 0.5);
}

.focus\:border-x-gray-900\/60:focus {
  border-left-color: rgb(17 24 39 / 0.6);
  border-right-color: rgb(17 24 39 / 0.6);
}

.focus\:border-x-gray-900\/70:focus {
  border-left-color: rgb(17 24 39 / 0.7);
  border-right-color: rgb(17 24 39 / 0.7);
}

.focus\:border-x-gray-900\/75:focus {
  border-left-color: rgb(17 24 39 / 0.75);
  border-right-color: rgb(17 24 39 / 0.75);
}

.focus\:border-x-gray-900\/80:focus {
  border-left-color: rgb(17 24 39 / 0.8);
  border-right-color: rgb(17 24 39 / 0.8);
}

.focus\:border-x-gray-900\/90:focus {
  border-left-color: rgb(17 24 39 / 0.9);
  border-right-color: rgb(17 24 39 / 0.9);
}

.focus\:border-x-gray-900\/95:focus {
  border-left-color: rgb(17 24 39 / 0.95);
  border-right-color: rgb(17 24 39 / 0.95);
}

.focus\:border-x-gray-950:focus {
  --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));
}

.focus\:border-x-gray-950\/0:focus {
  border-left-color: rgb(3 7 18 / 0);
  border-right-color: rgb(3 7 18 / 0);
}

.focus\:border-x-gray-950\/10:focus {
  border-left-color: rgb(3 7 18 / 0.1);
  border-right-color: rgb(3 7 18 / 0.1);
}

.focus\:border-x-gray-950\/100:focus {
  border-left-color: rgb(3 7 18 / 1);
  border-right-color: rgb(3 7 18 / 1);
}

.focus\:border-x-gray-950\/20:focus {
  border-left-color: rgb(3 7 18 / 0.2);
  border-right-color: rgb(3 7 18 / 0.2);
}

.focus\:border-x-gray-950\/25:focus {
  border-left-color: rgb(3 7 18 / 0.25);
  border-right-color: rgb(3 7 18 / 0.25);
}

.focus\:border-x-gray-950\/30:focus {
  border-left-color: rgb(3 7 18 / 0.3);
  border-right-color: rgb(3 7 18 / 0.3);
}

.focus\:border-x-gray-950\/40:focus {
  border-left-color: rgb(3 7 18 / 0.4);
  border-right-color: rgb(3 7 18 / 0.4);
}

.focus\:border-x-gray-950\/5:focus {
  border-left-color: rgb(3 7 18 / 0.05);
  border-right-color: rgb(3 7 18 / 0.05);
}

.focus\:border-x-gray-950\/50:focus {
  border-left-color: rgb(3 7 18 / 0.5);
  border-right-color: rgb(3 7 18 / 0.5);
}

.focus\:border-x-gray-950\/60:focus {
  border-left-color: rgb(3 7 18 / 0.6);
  border-right-color: rgb(3 7 18 / 0.6);
}

.focus\:border-x-gray-950\/70:focus {
  border-left-color: rgb(3 7 18 / 0.7);
  border-right-color: rgb(3 7 18 / 0.7);
}

.focus\:border-x-gray-950\/75:focus {
  border-left-color: rgb(3 7 18 / 0.75);
  border-right-color: rgb(3 7 18 / 0.75);
}

.focus\:border-x-gray-950\/80:focus {
  border-left-color: rgb(3 7 18 / 0.8);
  border-right-color: rgb(3 7 18 / 0.8);
}

.focus\:border-x-gray-950\/90:focus {
  border-left-color: rgb(3 7 18 / 0.9);
  border-right-color: rgb(3 7 18 / 0.9);
}

.focus\:border-x-gray-950\/95:focus {
  border-left-color: rgb(3 7 18 / 0.95);
  border-right-color: rgb(3 7 18 / 0.95);
}

.focus\:border-x-green-100:focus {
  --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));
}

.focus\:border-x-green-100\/0:focus {
  border-left-color: rgb(220 252 231 / 0);
  border-right-color: rgb(220 252 231 / 0);
}

.focus\:border-x-green-100\/10:focus {
  border-left-color: rgb(220 252 231 / 0.1);
  border-right-color: rgb(220 252 231 / 0.1);
}

.focus\:border-x-green-100\/100:focus {
  border-left-color: rgb(220 252 231 / 1);
  border-right-color: rgb(220 252 231 / 1);
}

.focus\:border-x-green-100\/20:focus {
  border-left-color: rgb(220 252 231 / 0.2);
  border-right-color: rgb(220 252 231 / 0.2);
}

.focus\:border-x-green-100\/25:focus {
  border-left-color: rgb(220 252 231 / 0.25);
  border-right-color: rgb(220 252 231 / 0.25);
}

.focus\:border-x-green-100\/30:focus {
  border-left-color: rgb(220 252 231 / 0.3);
  border-right-color: rgb(220 252 231 / 0.3);
}

.focus\:border-x-green-100\/40:focus {
  border-left-color: rgb(220 252 231 / 0.4);
  border-right-color: rgb(220 252 231 / 0.4);
}

.focus\:border-x-green-100\/5:focus {
  border-left-color: rgb(220 252 231 / 0.05);
  border-right-color: rgb(220 252 231 / 0.05);
}

.focus\:border-x-green-100\/50:focus {
  border-left-color: rgb(220 252 231 / 0.5);
  border-right-color: rgb(220 252 231 / 0.5);
}

.focus\:border-x-green-100\/60:focus {
  border-left-color: rgb(220 252 231 / 0.6);
  border-right-color: rgb(220 252 231 / 0.6);
}

.focus\:border-x-green-100\/70:focus {
  border-left-color: rgb(220 252 231 / 0.7);
  border-right-color: rgb(220 252 231 / 0.7);
}

.focus\:border-x-green-100\/75:focus {
  border-left-color: rgb(220 252 231 / 0.75);
  border-right-color: rgb(220 252 231 / 0.75);
}

.focus\:border-x-green-100\/80:focus {
  border-left-color: rgb(220 252 231 / 0.8);
  border-right-color: rgb(220 252 231 / 0.8);
}

.focus\:border-x-green-100\/90:focus {
  border-left-color: rgb(220 252 231 / 0.9);
  border-right-color: rgb(220 252 231 / 0.9);
}

.focus\:border-x-green-100\/95:focus {
  border-left-color: rgb(220 252 231 / 0.95);
  border-right-color: rgb(220 252 231 / 0.95);
}

.focus\:border-x-green-200:focus {
  --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));
}

.focus\:border-x-green-200\/0:focus {
  border-left-color: rgb(187 247 208 / 0);
  border-right-color: rgb(187 247 208 / 0);
}

.focus\:border-x-green-200\/10:focus {
  border-left-color: rgb(187 247 208 / 0.1);
  border-right-color: rgb(187 247 208 / 0.1);
}

.focus\:border-x-green-200\/100:focus {
  border-left-color: rgb(187 247 208 / 1);
  border-right-color: rgb(187 247 208 / 1);
}

.focus\:border-x-green-200\/20:focus {
  border-left-color: rgb(187 247 208 / 0.2);
  border-right-color: rgb(187 247 208 / 0.2);
}

.focus\:border-x-green-200\/25:focus {
  border-left-color: rgb(187 247 208 / 0.25);
  border-right-color: rgb(187 247 208 / 0.25);
}

.focus\:border-x-green-200\/30:focus {
  border-left-color: rgb(187 247 208 / 0.3);
  border-right-color: rgb(187 247 208 / 0.3);
}

.focus\:border-x-green-200\/40:focus {
  border-left-color: rgb(187 247 208 / 0.4);
  border-right-color: rgb(187 247 208 / 0.4);
}

.focus\:border-x-green-200\/5:focus {
  border-left-color: rgb(187 247 208 / 0.05);
  border-right-color: rgb(187 247 208 / 0.05);
}

.focus\:border-x-green-200\/50:focus {
  border-left-color: rgb(187 247 208 / 0.5);
  border-right-color: rgb(187 247 208 / 0.5);
}

.focus\:border-x-green-200\/60:focus {
  border-left-color: rgb(187 247 208 / 0.6);
  border-right-color: rgb(187 247 208 / 0.6);
}

.focus\:border-x-green-200\/70:focus {
  border-left-color: rgb(187 247 208 / 0.7);
  border-right-color: rgb(187 247 208 / 0.7);
}

.focus\:border-x-green-200\/75:focus {
  border-left-color: rgb(187 247 208 / 0.75);
  border-right-color: rgb(187 247 208 / 0.75);
}

.focus\:border-x-green-200\/80:focus {
  border-left-color: rgb(187 247 208 / 0.8);
  border-right-color: rgb(187 247 208 / 0.8);
}

.focus\:border-x-green-200\/90:focus {
  border-left-color: rgb(187 247 208 / 0.9);
  border-right-color: rgb(187 247 208 / 0.9);
}

.focus\:border-x-green-200\/95:focus {
  border-left-color: rgb(187 247 208 / 0.95);
  border-right-color: rgb(187 247 208 / 0.95);
}

.focus\:border-x-green-300:focus {
  --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));
}

.focus\:border-x-green-300\/0:focus {
  border-left-color: rgb(134 239 172 / 0);
  border-right-color: rgb(134 239 172 / 0);
}

.focus\:border-x-green-300\/10:focus {
  border-left-color: rgb(134 239 172 / 0.1);
  border-right-color: rgb(134 239 172 / 0.1);
}

.focus\:border-x-green-300\/100:focus {
  border-left-color: rgb(134 239 172 / 1);
  border-right-color: rgb(134 239 172 / 1);
}

.focus\:border-x-green-300\/20:focus {
  border-left-color: rgb(134 239 172 / 0.2);
  border-right-color: rgb(134 239 172 / 0.2);
}

.focus\:border-x-green-300\/25:focus {
  border-left-color: rgb(134 239 172 / 0.25);
  border-right-color: rgb(134 239 172 / 0.25);
}

.focus\:border-x-green-300\/30:focus {
  border-left-color: rgb(134 239 172 / 0.3);
  border-right-color: rgb(134 239 172 / 0.3);
}

.focus\:border-x-green-300\/40:focus {
  border-left-color: rgb(134 239 172 / 0.4);
  border-right-color: rgb(134 239 172 / 0.4);
}

.focus\:border-x-green-300\/5:focus {
  border-left-color: rgb(134 239 172 / 0.05);
  border-right-color: rgb(134 239 172 / 0.05);
}

.focus\:border-x-green-300\/50:focus {
  border-left-color: rgb(134 239 172 / 0.5);
  border-right-color: rgb(134 239 172 / 0.5);
}

.focus\:border-x-green-300\/60:focus {
  border-left-color: rgb(134 239 172 / 0.6);
  border-right-color: rgb(134 239 172 / 0.6);
}

.focus\:border-x-green-300\/70:focus {
  border-left-color: rgb(134 239 172 / 0.7);
  border-right-color: rgb(134 239 172 / 0.7);
}

.focus\:border-x-green-300\/75:focus {
  border-left-color: rgb(134 239 172 / 0.75);
  border-right-color: rgb(134 239 172 / 0.75);
}

.focus\:border-x-green-300\/80:focus {
  border-left-color: rgb(134 239 172 / 0.8);
  border-right-color: rgb(134 239 172 / 0.8);
}

.focus\:border-x-green-300\/90:focus {
  border-left-color: rgb(134 239 172 / 0.9);
  border-right-color: rgb(134 239 172 / 0.9);
}

.focus\:border-x-green-300\/95:focus {
  border-left-color: rgb(134 239 172 / 0.95);
  border-right-color: rgb(134 239 172 / 0.95);
}

.focus\:border-x-green-400:focus {
  --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));
}

.focus\:border-x-green-400\/0:focus {
  border-left-color: rgb(74 222 128 / 0);
  border-right-color: rgb(74 222 128 / 0);
}

.focus\:border-x-green-400\/10:focus {
  border-left-color: rgb(74 222 128 / 0.1);
  border-right-color: rgb(74 222 128 / 0.1);
}

.focus\:border-x-green-400\/100:focus {
  border-left-color: rgb(74 222 128 / 1);
  border-right-color: rgb(74 222 128 / 1);
}

.focus\:border-x-green-400\/20:focus {
  border-left-color: rgb(74 222 128 / 0.2);
  border-right-color: rgb(74 222 128 / 0.2);
}

.focus\:border-x-green-400\/25:focus {
  border-left-color: rgb(74 222 128 / 0.25);
  border-right-color: rgb(74 222 128 / 0.25);
}

.focus\:border-x-green-400\/30:focus {
  border-left-color: rgb(74 222 128 / 0.3);
  border-right-color: rgb(74 222 128 / 0.3);
}

.focus\:border-x-green-400\/40:focus {
  border-left-color: rgb(74 222 128 / 0.4);
  border-right-color: rgb(74 222 128 / 0.4);
}

.focus\:border-x-green-400\/5:focus {
  border-left-color: rgb(74 222 128 / 0.05);
  border-right-color: rgb(74 222 128 / 0.05);
}

.focus\:border-x-green-400\/50:focus {
  border-left-color: rgb(74 222 128 / 0.5);
  border-right-color: rgb(74 222 128 / 0.5);
}

.focus\:border-x-green-400\/60:focus {
  border-left-color: rgb(74 222 128 / 0.6);
  border-right-color: rgb(74 222 128 / 0.6);
}

.focus\:border-x-green-400\/70:focus {
  border-left-color: rgb(74 222 128 / 0.7);
  border-right-color: rgb(74 222 128 / 0.7);
}

.focus\:border-x-green-400\/75:focus {
  border-left-color: rgb(74 222 128 / 0.75);
  border-right-color: rgb(74 222 128 / 0.75);
}

.focus\:border-x-green-400\/80:focus {
  border-left-color: rgb(74 222 128 / 0.8);
  border-right-color: rgb(74 222 128 / 0.8);
}

.focus\:border-x-green-400\/90:focus {
  border-left-color: rgb(74 222 128 / 0.9);
  border-right-color: rgb(74 222 128 / 0.9);
}

.focus\:border-x-green-400\/95:focus {
  border-left-color: rgb(74 222 128 / 0.95);
  border-right-color: rgb(74 222 128 / 0.95);
}

.focus\:border-x-green-50:focus {
  --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));
}

.focus\:border-x-green-50\/0:focus {
  border-left-color: rgb(240 253 244 / 0);
  border-right-color: rgb(240 253 244 / 0);
}

.focus\:border-x-green-50\/10:focus {
  border-left-color: rgb(240 253 244 / 0.1);
  border-right-color: rgb(240 253 244 / 0.1);
}

.focus\:border-x-green-50\/100:focus {
  border-left-color: rgb(240 253 244 / 1);
  border-right-color: rgb(240 253 244 / 1);
}

.focus\:border-x-green-50\/20:focus {
  border-left-color: rgb(240 253 244 / 0.2);
  border-right-color: rgb(240 253 244 / 0.2);
}

.focus\:border-x-green-50\/25:focus {
  border-left-color: rgb(240 253 244 / 0.25);
  border-right-color: rgb(240 253 244 / 0.25);
}

.focus\:border-x-green-50\/30:focus {
  border-left-color: rgb(240 253 244 / 0.3);
  border-right-color: rgb(240 253 244 / 0.3);
}

.focus\:border-x-green-50\/40:focus {
  border-left-color: rgb(240 253 244 / 0.4);
  border-right-color: rgb(240 253 244 / 0.4);
}

.focus\:border-x-green-50\/5:focus {
  border-left-color: rgb(240 253 244 / 0.05);
  border-right-color: rgb(240 253 244 / 0.05);
}

.focus\:border-x-green-50\/50:focus {
  border-left-color: rgb(240 253 244 / 0.5);
  border-right-color: rgb(240 253 244 / 0.5);
}

.focus\:border-x-green-50\/60:focus {
  border-left-color: rgb(240 253 244 / 0.6);
  border-right-color: rgb(240 253 244 / 0.6);
}

.focus\:border-x-green-50\/70:focus {
  border-left-color: rgb(240 253 244 / 0.7);
  border-right-color: rgb(240 253 244 / 0.7);
}

.focus\:border-x-green-50\/75:focus {
  border-left-color: rgb(240 253 244 / 0.75);
  border-right-color: rgb(240 253 244 / 0.75);
}

.focus\:border-x-green-50\/80:focus {
  border-left-color: rgb(240 253 244 / 0.8);
  border-right-color: rgb(240 253 244 / 0.8);
}

.focus\:border-x-green-50\/90:focus {
  border-left-color: rgb(240 253 244 / 0.9);
  border-right-color: rgb(240 253 244 / 0.9);
}

.focus\:border-x-green-50\/95:focus {
  border-left-color: rgb(240 253 244 / 0.95);
  border-right-color: rgb(240 253 244 / 0.95);
}

.focus\:border-x-green-500:focus {
  --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));
}

.focus\:border-x-green-500\/0:focus {
  border-left-color: rgb(34 197 94 / 0);
  border-right-color: rgb(34 197 94 / 0);
}

.focus\:border-x-green-500\/10:focus {
  border-left-color: rgb(34 197 94 / 0.1);
  border-right-color: rgb(34 197 94 / 0.1);
}

.focus\:border-x-green-500\/100:focus {
  border-left-color: rgb(34 197 94 / 1);
  border-right-color: rgb(34 197 94 / 1);
}

.focus\:border-x-green-500\/20:focus {
  border-left-color: rgb(34 197 94 / 0.2);
  border-right-color: rgb(34 197 94 / 0.2);
}

.focus\:border-x-green-500\/25:focus {
  border-left-color: rgb(34 197 94 / 0.25);
  border-right-color: rgb(34 197 94 / 0.25);
}

.focus\:border-x-green-500\/30:focus {
  border-left-color: rgb(34 197 94 / 0.3);
  border-right-color: rgb(34 197 94 / 0.3);
}

.focus\:border-x-green-500\/40:focus {
  border-left-color: rgb(34 197 94 / 0.4);
  border-right-color: rgb(34 197 94 / 0.4);
}

.focus\:border-x-green-500\/5:focus {
  border-left-color: rgb(34 197 94 / 0.05);
  border-right-color: rgb(34 197 94 / 0.05);
}

.focus\:border-x-green-500\/50:focus {
  border-left-color: rgb(34 197 94 / 0.5);
  border-right-color: rgb(34 197 94 / 0.5);
}

.focus\:border-x-green-500\/60:focus {
  border-left-color: rgb(34 197 94 / 0.6);
  border-right-color: rgb(34 197 94 / 0.6);
}

.focus\:border-x-green-500\/70:focus {
  border-left-color: rgb(34 197 94 / 0.7);
  border-right-color: rgb(34 197 94 / 0.7);
}

.focus\:border-x-green-500\/75:focus {
  border-left-color: rgb(34 197 94 / 0.75);
  border-right-color: rgb(34 197 94 / 0.75);
}

.focus\:border-x-green-500\/80:focus {
  border-left-color: rgb(34 197 94 / 0.8);
  border-right-color: rgb(34 197 94 / 0.8);
}

.focus\:border-x-green-500\/90:focus {
  border-left-color: rgb(34 197 94 / 0.9);
  border-right-color: rgb(34 197 94 / 0.9);
}

.focus\:border-x-green-500\/95:focus {
  border-left-color: rgb(34 197 94 / 0.95);
  border-right-color: rgb(34 197 94 / 0.95);
}

.focus\:border-x-green-600:focus {
  --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));
}

.focus\:border-x-green-600\/0:focus {
  border-left-color: rgb(22 163 74 / 0);
  border-right-color: rgb(22 163 74 / 0);
}

.focus\:border-x-green-600\/10:focus {
  border-left-color: rgb(22 163 74 / 0.1);
  border-right-color: rgb(22 163 74 / 0.1);
}

.focus\:border-x-green-600\/100:focus {
  border-left-color: rgb(22 163 74 / 1);
  border-right-color: rgb(22 163 74 / 1);
}

.focus\:border-x-green-600\/20:focus {
  border-left-color: rgb(22 163 74 / 0.2);
  border-right-color: rgb(22 163 74 / 0.2);
}

.focus\:border-x-green-600\/25:focus {
  border-left-color: rgb(22 163 74 / 0.25);
  border-right-color: rgb(22 163 74 / 0.25);
}

.focus\:border-x-green-600\/30:focus {
  border-left-color: rgb(22 163 74 / 0.3);
  border-right-color: rgb(22 163 74 / 0.3);
}

.focus\:border-x-green-600\/40:focus {
  border-left-color: rgb(22 163 74 / 0.4);
  border-right-color: rgb(22 163 74 / 0.4);
}

.focus\:border-x-green-600\/5:focus {
  border-left-color: rgb(22 163 74 / 0.05);
  border-right-color: rgb(22 163 74 / 0.05);
}

.focus\:border-x-green-600\/50:focus {
  border-left-color: rgb(22 163 74 / 0.5);
  border-right-color: rgb(22 163 74 / 0.5);
}

.focus\:border-x-green-600\/60:focus {
  border-left-color: rgb(22 163 74 / 0.6);
  border-right-color: rgb(22 163 74 / 0.6);
}

.focus\:border-x-green-600\/70:focus {
  border-left-color: rgb(22 163 74 / 0.7);
  border-right-color: rgb(22 163 74 / 0.7);
}

.focus\:border-x-green-600\/75:focus {
  border-left-color: rgb(22 163 74 / 0.75);
  border-right-color: rgb(22 163 74 / 0.75);
}

.focus\:border-x-green-600\/80:focus {
  border-left-color: rgb(22 163 74 / 0.8);
  border-right-color: rgb(22 163 74 / 0.8);
}

.focus\:border-x-green-600\/90:focus {
  border-left-color: rgb(22 163 74 / 0.9);
  border-right-color: rgb(22 163 74 / 0.9);
}

.focus\:border-x-green-600\/95:focus {
  border-left-color: rgb(22 163 74 / 0.95);
  border-right-color: rgb(22 163 74 / 0.95);
}

.focus\:border-x-green-700:focus {
  --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));
}

.focus\:border-x-green-700\/0:focus {
  border-left-color: rgb(21 128 61 / 0);
  border-right-color: rgb(21 128 61 / 0);
}

.focus\:border-x-green-700\/10:focus {
  border-left-color: rgb(21 128 61 / 0.1);
  border-right-color: rgb(21 128 61 / 0.1);
}

.focus\:border-x-green-700\/100:focus {
  border-left-color: rgb(21 128 61 / 1);
  border-right-color: rgb(21 128 61 / 1);
}

.focus\:border-x-green-700\/20:focus {
  border-left-color: rgb(21 128 61 / 0.2);
  border-right-color: rgb(21 128 61 / 0.2);
}

.focus\:border-x-green-700\/25:focus {
  border-left-color: rgb(21 128 61 / 0.25);
  border-right-color: rgb(21 128 61 / 0.25);
}

.focus\:border-x-green-700\/30:focus {
  border-left-color: rgb(21 128 61 / 0.3);
  border-right-color: rgb(21 128 61 / 0.3);
}

.focus\:border-x-green-700\/40:focus {
  border-left-color: rgb(21 128 61 / 0.4);
  border-right-color: rgb(21 128 61 / 0.4);
}

.focus\:border-x-green-700\/5:focus {
  border-left-color: rgb(21 128 61 / 0.05);
  border-right-color: rgb(21 128 61 / 0.05);
}

.focus\:border-x-green-700\/50:focus {
  border-left-color: rgb(21 128 61 / 0.5);
  border-right-color: rgb(21 128 61 / 0.5);
}

.focus\:border-x-green-700\/60:focus {
  border-left-color: rgb(21 128 61 / 0.6);
  border-right-color: rgb(21 128 61 / 0.6);
}

.focus\:border-x-green-700\/70:focus {
  border-left-color: rgb(21 128 61 / 0.7);
  border-right-color: rgb(21 128 61 / 0.7);
}

.focus\:border-x-green-700\/75:focus {
  border-left-color: rgb(21 128 61 / 0.75);
  border-right-color: rgb(21 128 61 / 0.75);
}

.focus\:border-x-green-700\/80:focus {
  border-left-color: rgb(21 128 61 / 0.8);
  border-right-color: rgb(21 128 61 / 0.8);
}

.focus\:border-x-green-700\/90:focus {
  border-left-color: rgb(21 128 61 / 0.9);
  border-right-color: rgb(21 128 61 / 0.9);
}

.focus\:border-x-green-700\/95:focus {
  border-left-color: rgb(21 128 61 / 0.95);
  border-right-color: rgb(21 128 61 / 0.95);
}

.focus\:border-x-green-800:focus {
  --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));
}

.focus\:border-x-green-800\/0:focus {
  border-left-color: rgb(22 101 52 / 0);
  border-right-color: rgb(22 101 52 / 0);
}

.focus\:border-x-green-800\/10:focus {
  border-left-color: rgb(22 101 52 / 0.1);
  border-right-color: rgb(22 101 52 / 0.1);
}

.focus\:border-x-green-800\/100:focus {
  border-left-color: rgb(22 101 52 / 1);
  border-right-color: rgb(22 101 52 / 1);
}

.focus\:border-x-green-800\/20:focus {
  border-left-color: rgb(22 101 52 / 0.2);
  border-right-color: rgb(22 101 52 / 0.2);
}

.focus\:border-x-green-800\/25:focus {
  border-left-color: rgb(22 101 52 / 0.25);
  border-right-color: rgb(22 101 52 / 0.25);
}

.focus\:border-x-green-800\/30:focus {
  border-left-color: rgb(22 101 52 / 0.3);
  border-right-color: rgb(22 101 52 / 0.3);
}

.focus\:border-x-green-800\/40:focus {
  border-left-color: rgb(22 101 52 / 0.4);
  border-right-color: rgb(22 101 52 / 0.4);
}

.focus\:border-x-green-800\/5:focus {
  border-left-color: rgb(22 101 52 / 0.05);
  border-right-color: rgb(22 101 52 / 0.05);
}

.focus\:border-x-green-800\/50:focus {
  border-left-color: rgb(22 101 52 / 0.5);
  border-right-color: rgb(22 101 52 / 0.5);
}

.focus\:border-x-green-800\/60:focus {
  border-left-color: rgb(22 101 52 / 0.6);
  border-right-color: rgb(22 101 52 / 0.6);
}

.focus\:border-x-green-800\/70:focus {
  border-left-color: rgb(22 101 52 / 0.7);
  border-right-color: rgb(22 101 52 / 0.7);
}

.focus\:border-x-green-800\/75:focus {
  border-left-color: rgb(22 101 52 / 0.75);
  border-right-color: rgb(22 101 52 / 0.75);
}

.focus\:border-x-green-800\/80:focus {
  border-left-color: rgb(22 101 52 / 0.8);
  border-right-color: rgb(22 101 52 / 0.8);
}

.focus\:border-x-green-800\/90:focus {
  border-left-color: rgb(22 101 52 / 0.9);
  border-right-color: rgb(22 101 52 / 0.9);
}

.focus\:border-x-green-800\/95:focus {
  border-left-color: rgb(22 101 52 / 0.95);
  border-right-color: rgb(22 101 52 / 0.95);
}

.focus\:border-x-green-900:focus {
  --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));
}

.focus\:border-x-green-900\/0:focus {
  border-left-color: rgb(20 83 45 / 0);
  border-right-color: rgb(20 83 45 / 0);
}

.focus\:border-x-green-900\/10:focus {
  border-left-color: rgb(20 83 45 / 0.1);
  border-right-color: rgb(20 83 45 / 0.1);
}

.focus\:border-x-green-900\/100:focus {
  border-left-color: rgb(20 83 45 / 1);
  border-right-color: rgb(20 83 45 / 1);
}

.focus\:border-x-green-900\/20:focus {
  border-left-color: rgb(20 83 45 / 0.2);
  border-right-color: rgb(20 83 45 / 0.2);
}

.focus\:border-x-green-900\/25:focus {
  border-left-color: rgb(20 83 45 / 0.25);
  border-right-color: rgb(20 83 45 / 0.25);
}

.focus\:border-x-green-900\/30:focus {
  border-left-color: rgb(20 83 45 / 0.3);
  border-right-color: rgb(20 83 45 / 0.3);
}

.focus\:border-x-green-900\/40:focus {
  border-left-color: rgb(20 83 45 / 0.4);
  border-right-color: rgb(20 83 45 / 0.4);
}

.focus\:border-x-green-900\/5:focus {
  border-left-color: rgb(20 83 45 / 0.05);
  border-right-color: rgb(20 83 45 / 0.05);
}

.focus\:border-x-green-900\/50:focus {
  border-left-color: rgb(20 83 45 / 0.5);
  border-right-color: rgb(20 83 45 / 0.5);
}

.focus\:border-x-green-900\/60:focus {
  border-left-color: rgb(20 83 45 / 0.6);
  border-right-color: rgb(20 83 45 / 0.6);
}

.focus\:border-x-green-900\/70:focus {
  border-left-color: rgb(20 83 45 / 0.7);
  border-right-color: rgb(20 83 45 / 0.7);
}

.focus\:border-x-green-900\/75:focus {
  border-left-color: rgb(20 83 45 / 0.75);
  border-right-color: rgb(20 83 45 / 0.75);
}

.focus\:border-x-green-900\/80:focus {
  border-left-color: rgb(20 83 45 / 0.8);
  border-right-color: rgb(20 83 45 / 0.8);
}

.focus\:border-x-green-900\/90:focus {
  border-left-color: rgb(20 83 45 / 0.9);
  border-right-color: rgb(20 83 45 / 0.9);
}

.focus\:border-x-green-900\/95:focus {
  border-left-color: rgb(20 83 45 / 0.95);
  border-right-color: rgb(20 83 45 / 0.95);
}

.focus\:border-x-green-950:focus {
  --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));
}

.focus\:border-x-green-950\/0:focus {
  border-left-color: rgb(5 46 22 / 0);
  border-right-color: rgb(5 46 22 / 0);
}

.focus\:border-x-green-950\/10:focus {
  border-left-color: rgb(5 46 22 / 0.1);
  border-right-color: rgb(5 46 22 / 0.1);
}

.focus\:border-x-green-950\/100:focus {
  border-left-color: rgb(5 46 22 / 1);
  border-right-color: rgb(5 46 22 / 1);
}

.focus\:border-x-green-950\/20:focus {
  border-left-color: rgb(5 46 22 / 0.2);
  border-right-color: rgb(5 46 22 / 0.2);
}

.focus\:border-x-green-950\/25:focus {
  border-left-color: rgb(5 46 22 / 0.25);
  border-right-color: rgb(5 46 22 / 0.25);
}

.focus\:border-x-green-950\/30:focus {
  border-left-color: rgb(5 46 22 / 0.3);
  border-right-color: rgb(5 46 22 / 0.3);
}

.focus\:border-x-green-950\/40:focus {
  border-left-color: rgb(5 46 22 / 0.4);
  border-right-color: rgb(5 46 22 / 0.4);
}

.focus\:border-x-green-950\/5:focus {
  border-left-color: rgb(5 46 22 / 0.05);
  border-right-color: rgb(5 46 22 / 0.05);
}

.focus\:border-x-green-950\/50:focus {
  border-left-color: rgb(5 46 22 / 0.5);
  border-right-color: rgb(5 46 22 / 0.5);
}

.focus\:border-x-green-950\/60:focus {
  border-left-color: rgb(5 46 22 / 0.6);
  border-right-color: rgb(5 46 22 / 0.6);
}

.focus\:border-x-green-950\/70:focus {
  border-left-color: rgb(5 46 22 / 0.7);
  border-right-color: rgb(5 46 22 / 0.7);
}

.focus\:border-x-green-950\/75:focus {
  border-left-color: rgb(5 46 22 / 0.75);
  border-right-color: rgb(5 46 22 / 0.75);
}

.focus\:border-x-green-950\/80:focus {
  border-left-color: rgb(5 46 22 / 0.8);
  border-right-color: rgb(5 46 22 / 0.8);
}

.focus\:border-x-green-950\/90:focus {
  border-left-color: rgb(5 46 22 / 0.9);
  border-right-color: rgb(5 46 22 / 0.9);
}

.focus\:border-x-green-950\/95:focus {
  border-left-color: rgb(5 46 22 / 0.95);
  border-right-color: rgb(5 46 22 / 0.95);
}

.focus\:border-x-indigo-100:focus {
  --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));
}

.focus\:border-x-indigo-100\/0:focus {
  border-left-color: rgb(224 231 255 / 0);
  border-right-color: rgb(224 231 255 / 0);
}

.focus\:border-x-indigo-100\/10:focus {
  border-left-color: rgb(224 231 255 / 0.1);
  border-right-color: rgb(224 231 255 / 0.1);
}

.focus\:border-x-indigo-100\/100:focus {
  border-left-color: rgb(224 231 255 / 1);
  border-right-color: rgb(224 231 255 / 1);
}

.focus\:border-x-indigo-100\/20:focus {
  border-left-color: rgb(224 231 255 / 0.2);
  border-right-color: rgb(224 231 255 / 0.2);
}

.focus\:border-x-indigo-100\/25:focus {
  border-left-color: rgb(224 231 255 / 0.25);
  border-right-color: rgb(224 231 255 / 0.25);
}

.focus\:border-x-indigo-100\/30:focus {
  border-left-color: rgb(224 231 255 / 0.3);
  border-right-color: rgb(224 231 255 / 0.3);
}

.focus\:border-x-indigo-100\/40:focus {
  border-left-color: rgb(224 231 255 / 0.4);
  border-right-color: rgb(224 231 255 / 0.4);
}

.focus\:border-x-indigo-100\/5:focus {
  border-left-color: rgb(224 231 255 / 0.05);
  border-right-color: rgb(224 231 255 / 0.05);
}

.focus\:border-x-indigo-100\/50:focus {
  border-left-color: rgb(224 231 255 / 0.5);
  border-right-color: rgb(224 231 255 / 0.5);
}

.focus\:border-x-indigo-100\/60:focus {
  border-left-color: rgb(224 231 255 / 0.6);
  border-right-color: rgb(224 231 255 / 0.6);
}

.focus\:border-x-indigo-100\/70:focus {
  border-left-color: rgb(224 231 255 / 0.7);
  border-right-color: rgb(224 231 255 / 0.7);
}

.focus\:border-x-indigo-100\/75:focus {
  border-left-color: rgb(224 231 255 / 0.75);
  border-right-color: rgb(224 231 255 / 0.75);
}

.focus\:border-x-indigo-100\/80:focus {
  border-left-color: rgb(224 231 255 / 0.8);
  border-right-color: rgb(224 231 255 / 0.8);
}

.focus\:border-x-indigo-100\/90:focus {
  border-left-color: rgb(224 231 255 / 0.9);
  border-right-color: rgb(224 231 255 / 0.9);
}

.focus\:border-x-indigo-100\/95:focus {
  border-left-color: rgb(224 231 255 / 0.95);
  border-right-color: rgb(224 231 255 / 0.95);
}

.focus\:border-x-indigo-200:focus {
  --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));
}

.focus\:border-x-indigo-200\/0:focus {
  border-left-color: rgb(199 210 254 / 0);
  border-right-color: rgb(199 210 254 / 0);
}

.focus\:border-x-indigo-200\/10:focus {
  border-left-color: rgb(199 210 254 / 0.1);
  border-right-color: rgb(199 210 254 / 0.1);
}

.focus\:border-x-indigo-200\/100:focus {
  border-left-color: rgb(199 210 254 / 1);
  border-right-color: rgb(199 210 254 / 1);
}

.focus\:border-x-indigo-200\/20:focus {
  border-left-color: rgb(199 210 254 / 0.2);
  border-right-color: rgb(199 210 254 / 0.2);
}

.focus\:border-x-indigo-200\/25:focus {
  border-left-color: rgb(199 210 254 / 0.25);
  border-right-color: rgb(199 210 254 / 0.25);
}

.focus\:border-x-indigo-200\/30:focus {
  border-left-color: rgb(199 210 254 / 0.3);
  border-right-color: rgb(199 210 254 / 0.3);
}

.focus\:border-x-indigo-200\/40:focus {
  border-left-color: rgb(199 210 254 / 0.4);
  border-right-color: rgb(199 210 254 / 0.4);
}

.focus\:border-x-indigo-200\/5:focus {
  border-left-color: rgb(199 210 254 / 0.05);
  border-right-color: rgb(199 210 254 / 0.05);
}

.focus\:border-x-indigo-200\/50:focus {
  border-left-color: rgb(199 210 254 / 0.5);
  border-right-color: rgb(199 210 254 / 0.5);
}

.focus\:border-x-indigo-200\/60:focus {
  border-left-color: rgb(199 210 254 / 0.6);
  border-right-color: rgb(199 210 254 / 0.6);
}

.focus\:border-x-indigo-200\/70:focus {
  border-left-color: rgb(199 210 254 / 0.7);
  border-right-color: rgb(199 210 254 / 0.7);
}

.focus\:border-x-indigo-200\/75:focus {
  border-left-color: rgb(199 210 254 / 0.75);
  border-right-color: rgb(199 210 254 / 0.75);
}

.focus\:border-x-indigo-200\/80:focus {
  border-left-color: rgb(199 210 254 / 0.8);
  border-right-color: rgb(199 210 254 / 0.8);
}

.focus\:border-x-indigo-200\/90:focus {
  border-left-color: rgb(199 210 254 / 0.9);
  border-right-color: rgb(199 210 254 / 0.9);
}

.focus\:border-x-indigo-200\/95:focus {
  border-left-color: rgb(199 210 254 / 0.95);
  border-right-color: rgb(199 210 254 / 0.95);
}

.focus\:border-x-indigo-300:focus {
  --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));
}

.focus\:border-x-indigo-300\/0:focus {
  border-left-color: rgb(165 180 252 / 0);
  border-right-color: rgb(165 180 252 / 0);
}

.focus\:border-x-indigo-300\/10:focus {
  border-left-color: rgb(165 180 252 / 0.1);
  border-right-color: rgb(165 180 252 / 0.1);
}

.focus\:border-x-indigo-300\/100:focus {
  border-left-color: rgb(165 180 252 / 1);
  border-right-color: rgb(165 180 252 / 1);
}

.focus\:border-x-indigo-300\/20:focus {
  border-left-color: rgb(165 180 252 / 0.2);
  border-right-color: rgb(165 180 252 / 0.2);
}

.focus\:border-x-indigo-300\/25:focus {
  border-left-color: rgb(165 180 252 / 0.25);
  border-right-color: rgb(165 180 252 / 0.25);
}

.focus\:border-x-indigo-300\/30:focus {
  border-left-color: rgb(165 180 252 / 0.3);
  border-right-color: rgb(165 180 252 / 0.3);
}

.focus\:border-x-indigo-300\/40:focus {
  border-left-color: rgb(165 180 252 / 0.4);
  border-right-color: rgb(165 180 252 / 0.4);
}

.focus\:border-x-indigo-300\/5:focus {
  border-left-color: rgb(165 180 252 / 0.05);
  border-right-color: rgb(165 180 252 / 0.05);
}

.focus\:border-x-indigo-300\/50:focus {
  border-left-color: rgb(165 180 252 / 0.5);
  border-right-color: rgb(165 180 252 / 0.5);
}

.focus\:border-x-indigo-300\/60:focus {
  border-left-color: rgb(165 180 252 / 0.6);
  border-right-color: rgb(165 180 252 / 0.6);
}

.focus\:border-x-indigo-300\/70:focus {
  border-left-color: rgb(165 180 252 / 0.7);
  border-right-color: rgb(165 180 252 / 0.7);
}

.focus\:border-x-indigo-300\/75:focus {
  border-left-color: rgb(165 180 252 / 0.75);
  border-right-color: rgb(165 180 252 / 0.75);
}

.focus\:border-x-indigo-300\/80:focus {
  border-left-color: rgb(165 180 252 / 0.8);
  border-right-color: rgb(165 180 252 / 0.8);
}

.focus\:border-x-indigo-300\/90:focus {
  border-left-color: rgb(165 180 252 / 0.9);
  border-right-color: rgb(165 180 252 / 0.9);
}

.focus\:border-x-indigo-300\/95:focus {
  border-left-color: rgb(165 180 252 / 0.95);
  border-right-color: rgb(165 180 252 / 0.95);
}

.focus\:border-x-indigo-400:focus {
  --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));
}

.focus\:border-x-indigo-400\/0:focus {
  border-left-color: rgb(129 140 248 / 0);
  border-right-color: rgb(129 140 248 / 0);
}

.focus\:border-x-indigo-400\/10:focus {
  border-left-color: rgb(129 140 248 / 0.1);
  border-right-color: rgb(129 140 248 / 0.1);
}

.focus\:border-x-indigo-400\/100:focus {
  border-left-color: rgb(129 140 248 / 1);
  border-right-color: rgb(129 140 248 / 1);
}

.focus\:border-x-indigo-400\/20:focus {
  border-left-color: rgb(129 140 248 / 0.2);
  border-right-color: rgb(129 140 248 / 0.2);
}

.focus\:border-x-indigo-400\/25:focus {
  border-left-color: rgb(129 140 248 / 0.25);
  border-right-color: rgb(129 140 248 / 0.25);
}

.focus\:border-x-indigo-400\/30:focus {
  border-left-color: rgb(129 140 248 / 0.3);
  border-right-color: rgb(129 140 248 / 0.3);
}

.focus\:border-x-indigo-400\/40:focus {
  border-left-color: rgb(129 140 248 / 0.4);
  border-right-color: rgb(129 140 248 / 0.4);
}

.focus\:border-x-indigo-400\/5:focus {
  border-left-color: rgb(129 140 248 / 0.05);
  border-right-color: rgb(129 140 248 / 0.05);
}

.focus\:border-x-indigo-400\/50:focus {
  border-left-color: rgb(129 140 248 / 0.5);
  border-right-color: rgb(129 140 248 / 0.5);
}

.focus\:border-x-indigo-400\/60:focus {
  border-left-color: rgb(129 140 248 / 0.6);
  border-right-color: rgb(129 140 248 / 0.6);
}

.focus\:border-x-indigo-400\/70:focus {
  border-left-color: rgb(129 140 248 / 0.7);
  border-right-color: rgb(129 140 248 / 0.7);
}

.focus\:border-x-indigo-400\/75:focus {
  border-left-color: rgb(129 140 248 / 0.75);
  border-right-color: rgb(129 140 248 / 0.75);
}

.focus\:border-x-indigo-400\/80:focus {
  border-left-color: rgb(129 140 248 / 0.8);
  border-right-color: rgb(129 140 248 / 0.8);
}

.focus\:border-x-indigo-400\/90:focus {
  border-left-color: rgb(129 140 248 / 0.9);
  border-right-color: rgb(129 140 248 / 0.9);
}

.focus\:border-x-indigo-400\/95:focus {
  border-left-color: rgb(129 140 248 / 0.95);
  border-right-color: rgb(129 140 248 / 0.95);
}

.focus\:border-x-indigo-50:focus {
  --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));
}

.focus\:border-x-indigo-50\/0:focus {
  border-left-color: rgb(238 242 255 / 0);
  border-right-color: rgb(238 242 255 / 0);
}

.focus\:border-x-indigo-50\/10:focus {
  border-left-color: rgb(238 242 255 / 0.1);
  border-right-color: rgb(238 242 255 / 0.1);
}

.focus\:border-x-indigo-50\/100:focus {
  border-left-color: rgb(238 242 255 / 1);
  border-right-color: rgb(238 242 255 / 1);
}

.focus\:border-x-indigo-50\/20:focus {
  border-left-color: rgb(238 242 255 / 0.2);
  border-right-color: rgb(238 242 255 / 0.2);
}

.focus\:border-x-indigo-50\/25:focus {
  border-left-color: rgb(238 242 255 / 0.25);
  border-right-color: rgb(238 242 255 / 0.25);
}

.focus\:border-x-indigo-50\/30:focus {
  border-left-color: rgb(238 242 255 / 0.3);
  border-right-color: rgb(238 242 255 / 0.3);
}

.focus\:border-x-indigo-50\/40:focus {
  border-left-color: rgb(238 242 255 / 0.4);
  border-right-color: rgb(238 242 255 / 0.4);
}

.focus\:border-x-indigo-50\/5:focus {
  border-left-color: rgb(238 242 255 / 0.05);
  border-right-color: rgb(238 242 255 / 0.05);
}

.focus\:border-x-indigo-50\/50:focus {
  border-left-color: rgb(238 242 255 / 0.5);
  border-right-color: rgb(238 242 255 / 0.5);
}

.focus\:border-x-indigo-50\/60:focus {
  border-left-color: rgb(238 242 255 / 0.6);
  border-right-color: rgb(238 242 255 / 0.6);
}

.focus\:border-x-indigo-50\/70:focus {
  border-left-color: rgb(238 242 255 / 0.7);
  border-right-color: rgb(238 242 255 / 0.7);
}

.focus\:border-x-indigo-50\/75:focus {
  border-left-color: rgb(238 242 255 / 0.75);
  border-right-color: rgb(238 242 255 / 0.75);
}

.focus\:border-x-indigo-50\/80:focus {
  border-left-color: rgb(238 242 255 / 0.8);
  border-right-color: rgb(238 242 255 / 0.8);
}

.focus\:border-x-indigo-50\/90:focus {
  border-left-color: rgb(238 242 255 / 0.9);
  border-right-color: rgb(238 242 255 / 0.9);
}

.focus\:border-x-indigo-50\/95:focus {
  border-left-color: rgb(238 242 255 / 0.95);
  border-right-color: rgb(238 242 255 / 0.95);
}

.focus\:border-x-indigo-500:focus {
  --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));
}

.focus\:border-x-indigo-500\/0:focus {
  border-left-color: rgb(99 102 241 / 0);
  border-right-color: rgb(99 102 241 / 0);
}

.focus\:border-x-indigo-500\/10:focus {
  border-left-color: rgb(99 102 241 / 0.1);
  border-right-color: rgb(99 102 241 / 0.1);
}

.focus\:border-x-indigo-500\/100:focus {
  border-left-color: rgb(99 102 241 / 1);
  border-right-color: rgb(99 102 241 / 1);
}

.focus\:border-x-indigo-500\/20:focus {
  border-left-color: rgb(99 102 241 / 0.2);
  border-right-color: rgb(99 102 241 / 0.2);
}

.focus\:border-x-indigo-500\/25:focus {
  border-left-color: rgb(99 102 241 / 0.25);
  border-right-color: rgb(99 102 241 / 0.25);
}

.focus\:border-x-indigo-500\/30:focus {
  border-left-color: rgb(99 102 241 / 0.3);
  border-right-color: rgb(99 102 241 / 0.3);
}

.focus\:border-x-indigo-500\/40:focus {
  border-left-color: rgb(99 102 241 / 0.4);
  border-right-color: rgb(99 102 241 / 0.4);
}

.focus\:border-x-indigo-500\/5:focus {
  border-left-color: rgb(99 102 241 / 0.05);
  border-right-color: rgb(99 102 241 / 0.05);
}

.focus\:border-x-indigo-500\/50:focus {
  border-left-color: rgb(99 102 241 / 0.5);
  border-right-color: rgb(99 102 241 / 0.5);
}

.focus\:border-x-indigo-500\/60:focus {
  border-left-color: rgb(99 102 241 / 0.6);
  border-right-color: rgb(99 102 241 / 0.6);
}

.focus\:border-x-indigo-500\/70:focus {
  border-left-color: rgb(99 102 241 / 0.7);
  border-right-color: rgb(99 102 241 / 0.7);
}

.focus\:border-x-indigo-500\/75:focus {
  border-left-color: rgb(99 102 241 / 0.75);
  border-right-color: rgb(99 102 241 / 0.75);
}

.focus\:border-x-indigo-500\/80:focus {
  border-left-color: rgb(99 102 241 / 0.8);
  border-right-color: rgb(99 102 241 / 0.8);
}

.focus\:border-x-indigo-500\/90:focus {
  border-left-color: rgb(99 102 241 / 0.9);
  border-right-color: rgb(99 102 241 / 0.9);
}

.focus\:border-x-indigo-500\/95:focus {
  border-left-color: rgb(99 102 241 / 0.95);
  border-right-color: rgb(99 102 241 / 0.95);
}

.focus\:border-x-indigo-600:focus {
  --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));
}

.focus\:border-x-indigo-600\/0:focus {
  border-left-color: rgb(79 70 229 / 0);
  border-right-color: rgb(79 70 229 / 0);
}

.focus\:border-x-indigo-600\/10:focus {
  border-left-color: rgb(79 70 229 / 0.1);
  border-right-color: rgb(79 70 229 / 0.1);
}

.focus\:border-x-indigo-600\/100:focus {
  border-left-color: rgb(79 70 229 / 1);
  border-right-color: rgb(79 70 229 / 1);
}

.focus\:border-x-indigo-600\/20:focus {
  border-left-color: rgb(79 70 229 / 0.2);
  border-right-color: rgb(79 70 229 / 0.2);
}

.focus\:border-x-indigo-600\/25:focus {
  border-left-color: rgb(79 70 229 / 0.25);
  border-right-color: rgb(79 70 229 / 0.25);
}

.focus\:border-x-indigo-600\/30:focus {
  border-left-color: rgb(79 70 229 / 0.3);
  border-right-color: rgb(79 70 229 / 0.3);
}

.focus\:border-x-indigo-600\/40:focus {
  border-left-color: rgb(79 70 229 / 0.4);
  border-right-color: rgb(79 70 229 / 0.4);
}

.focus\:border-x-indigo-600\/5:focus {
  border-left-color: rgb(79 70 229 / 0.05);
  border-right-color: rgb(79 70 229 / 0.05);
}

.focus\:border-x-indigo-600\/50:focus {
  border-left-color: rgb(79 70 229 / 0.5);
  border-right-color: rgb(79 70 229 / 0.5);
}

.focus\:border-x-indigo-600\/60:focus {
  border-left-color: rgb(79 70 229 / 0.6);
  border-right-color: rgb(79 70 229 / 0.6);
}

.focus\:border-x-indigo-600\/70:focus {
  border-left-color: rgb(79 70 229 / 0.7);
  border-right-color: rgb(79 70 229 / 0.7);
}

.focus\:border-x-indigo-600\/75:focus {
  border-left-color: rgb(79 70 229 / 0.75);
  border-right-color: rgb(79 70 229 / 0.75);
}

.focus\:border-x-indigo-600\/80:focus {
  border-left-color: rgb(79 70 229 / 0.8);
  border-right-color: rgb(79 70 229 / 0.8);
}

.focus\:border-x-indigo-600\/90:focus {
  border-left-color: rgb(79 70 229 / 0.9);
  border-right-color: rgb(79 70 229 / 0.9);
}

.focus\:border-x-indigo-600\/95:focus {
  border-left-color: rgb(79 70 229 / 0.95);
  border-right-color: rgb(79 70 229 / 0.95);
}

.focus\:border-x-indigo-700:focus {
  --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));
}

.focus\:border-x-indigo-700\/0:focus {
  border-left-color: rgb(67 56 202 / 0);
  border-right-color: rgb(67 56 202 / 0);
}

.focus\:border-x-indigo-700\/10:focus {
  border-left-color: rgb(67 56 202 / 0.1);
  border-right-color: rgb(67 56 202 / 0.1);
}

.focus\:border-x-indigo-700\/100:focus {
  border-left-color: rgb(67 56 202 / 1);
  border-right-color: rgb(67 56 202 / 1);
}

.focus\:border-x-indigo-700\/20:focus {
  border-left-color: rgb(67 56 202 / 0.2);
  border-right-color: rgb(67 56 202 / 0.2);
}

.focus\:border-x-indigo-700\/25:focus {
  border-left-color: rgb(67 56 202 / 0.25);
  border-right-color: rgb(67 56 202 / 0.25);
}

.focus\:border-x-indigo-700\/30:focus {
  border-left-color: rgb(67 56 202 / 0.3);
  border-right-color: rgb(67 56 202 / 0.3);
}

.focus\:border-x-indigo-700\/40:focus {
  border-left-color: rgb(67 56 202 / 0.4);
  border-right-color: rgb(67 56 202 / 0.4);
}

.focus\:border-x-indigo-700\/5:focus {
  border-left-color: rgb(67 56 202 / 0.05);
  border-right-color: rgb(67 56 202 / 0.05);
}

.focus\:border-x-indigo-700\/50:focus {
  border-left-color: rgb(67 56 202 / 0.5);
  border-right-color: rgb(67 56 202 / 0.5);
}

.focus\:border-x-indigo-700\/60:focus {
  border-left-color: rgb(67 56 202 / 0.6);
  border-right-color: rgb(67 56 202 / 0.6);
}

.focus\:border-x-indigo-700\/70:focus {
  border-left-color: rgb(67 56 202 / 0.7);
  border-right-color: rgb(67 56 202 / 0.7);
}

.focus\:border-x-indigo-700\/75:focus {
  border-left-color: rgb(67 56 202 / 0.75);
  border-right-color: rgb(67 56 202 / 0.75);
}

.focus\:border-x-indigo-700\/80:focus {
  border-left-color: rgb(67 56 202 / 0.8);
  border-right-color: rgb(67 56 202 / 0.8);
}

.focus\:border-x-indigo-700\/90:focus {
  border-left-color: rgb(67 56 202 / 0.9);
  border-right-color: rgb(67 56 202 / 0.9);
}

.focus\:border-x-indigo-700\/95:focus {
  border-left-color: rgb(67 56 202 / 0.95);
  border-right-color: rgb(67 56 202 / 0.95);
}

.focus\:border-x-indigo-800:focus {
  --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));
}

.focus\:border-x-indigo-800\/0:focus {
  border-left-color: rgb(55 48 163 / 0);
  border-right-color: rgb(55 48 163 / 0);
}

.focus\:border-x-indigo-800\/10:focus {
  border-left-color: rgb(55 48 163 / 0.1);
  border-right-color: rgb(55 48 163 / 0.1);
}

.focus\:border-x-indigo-800\/100:focus {
  border-left-color: rgb(55 48 163 / 1);
  border-right-color: rgb(55 48 163 / 1);
}

.focus\:border-x-indigo-800\/20:focus {
  border-left-color: rgb(55 48 163 / 0.2);
  border-right-color: rgb(55 48 163 / 0.2);
}

.focus\:border-x-indigo-800\/25:focus {
  border-left-color: rgb(55 48 163 / 0.25);
  border-right-color: rgb(55 48 163 / 0.25);
}

.focus\:border-x-indigo-800\/30:focus {
  border-left-color: rgb(55 48 163 / 0.3);
  border-right-color: rgb(55 48 163 / 0.3);
}

.focus\:border-x-indigo-800\/40:focus {
  border-left-color: rgb(55 48 163 / 0.4);
  border-right-color: rgb(55 48 163 / 0.4);
}

.focus\:border-x-indigo-800\/5:focus {
  border-left-color: rgb(55 48 163 / 0.05);
  border-right-color: rgb(55 48 163 / 0.05);
}

.focus\:border-x-indigo-800\/50:focus {
  border-left-color: rgb(55 48 163 / 0.5);
  border-right-color: rgb(55 48 163 / 0.5);
}

.focus\:border-x-indigo-800\/60:focus {
  border-left-color: rgb(55 48 163 / 0.6);
  border-right-color: rgb(55 48 163 / 0.6);
}

.focus\:border-x-indigo-800\/70:focus {
  border-left-color: rgb(55 48 163 / 0.7);
  border-right-color: rgb(55 48 163 / 0.7);
}

.focus\:border-x-indigo-800\/75:focus {
  border-left-color: rgb(55 48 163 / 0.75);
  border-right-color: rgb(55 48 163 / 0.75);
}

.focus\:border-x-indigo-800\/80:focus {
  border-left-color: rgb(55 48 163 / 0.8);
  border-right-color: rgb(55 48 163 / 0.8);
}

.focus\:border-x-indigo-800\/90:focus {
  border-left-color: rgb(55 48 163 / 0.9);
  border-right-color: rgb(55 48 163 / 0.9);
}

.focus\:border-x-indigo-800\/95:focus {
  border-left-color: rgb(55 48 163 / 0.95);
  border-right-color: rgb(55 48 163 / 0.95);
}

.focus\:border-x-indigo-900:focus {
  --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));
}

.focus\:border-x-indigo-900\/0:focus {
  border-left-color: rgb(49 46 129 / 0);
  border-right-color: rgb(49 46 129 / 0);
}

.focus\:border-x-indigo-900\/10:focus {
  border-left-color: rgb(49 46 129 / 0.1);
  border-right-color: rgb(49 46 129 / 0.1);
}

.focus\:border-x-indigo-900\/100:focus {
  border-left-color: rgb(49 46 129 / 1);
  border-right-color: rgb(49 46 129 / 1);
}

.focus\:border-x-indigo-900\/20:focus {
  border-left-color: rgb(49 46 129 / 0.2);
  border-right-color: rgb(49 46 129 / 0.2);
}

.focus\:border-x-indigo-900\/25:focus {
  border-left-color: rgb(49 46 129 / 0.25);
  border-right-color: rgb(49 46 129 / 0.25);
}

.focus\:border-x-indigo-900\/30:focus {
  border-left-color: rgb(49 46 129 / 0.3);
  border-right-color: rgb(49 46 129 / 0.3);
}

.focus\:border-x-indigo-900\/40:focus {
  border-left-color: rgb(49 46 129 / 0.4);
  border-right-color: rgb(49 46 129 / 0.4);
}

.focus\:border-x-indigo-900\/5:focus {
  border-left-color: rgb(49 46 129 / 0.05);
  border-right-color: rgb(49 46 129 / 0.05);
}

.focus\:border-x-indigo-900\/50:focus {
  border-left-color: rgb(49 46 129 / 0.5);
  border-right-color: rgb(49 46 129 / 0.5);
}

.focus\:border-x-indigo-900\/60:focus {
  border-left-color: rgb(49 46 129 / 0.6);
  border-right-color: rgb(49 46 129 / 0.6);
}

.focus\:border-x-indigo-900\/70:focus {
  border-left-color: rgb(49 46 129 / 0.7);
  border-right-color: rgb(49 46 129 / 0.7);
}

.focus\:border-x-indigo-900\/75:focus {
  border-left-color: rgb(49 46 129 / 0.75);
  border-right-color: rgb(49 46 129 / 0.75);
}

.focus\:border-x-indigo-900\/80:focus {
  border-left-color: rgb(49 46 129 / 0.8);
  border-right-color: rgb(49 46 129 / 0.8);
}

.focus\:border-x-indigo-900\/90:focus {
  border-left-color: rgb(49 46 129 / 0.9);
  border-right-color: rgb(49 46 129 / 0.9);
}

.focus\:border-x-indigo-900\/95:focus {
  border-left-color: rgb(49 46 129 / 0.95);
  border-right-color: rgb(49 46 129 / 0.95);
}

.focus\:border-x-indigo-950:focus {
  --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));
}

.focus\:border-x-indigo-950\/0:focus {
  border-left-color: rgb(30 27 75 / 0);
  border-right-color: rgb(30 27 75 / 0);
}

.focus\:border-x-indigo-950\/10:focus {
  border-left-color: rgb(30 27 75 / 0.1);
  border-right-color: rgb(30 27 75 / 0.1);
}

.focus\:border-x-indigo-950\/100:focus {
  border-left-color: rgb(30 27 75 / 1);
  border-right-color: rgb(30 27 75 / 1);
}

.focus\:border-x-indigo-950\/20:focus {
  border-left-color: rgb(30 27 75 / 0.2);
  border-right-color: rgb(30 27 75 / 0.2);
}

.focus\:border-x-indigo-950\/25:focus {
  border-left-color: rgb(30 27 75 / 0.25);
  border-right-color: rgb(30 27 75 / 0.25);
}

.focus\:border-x-indigo-950\/30:focus {
  border-left-color: rgb(30 27 75 / 0.3);
  border-right-color: rgb(30 27 75 / 0.3);
}

.focus\:border-x-indigo-950\/40:focus {
  border-left-color: rgb(30 27 75 / 0.4);
  border-right-color: rgb(30 27 75 / 0.4);
}

.focus\:border-x-indigo-950\/5:focus {
  border-left-color: rgb(30 27 75 / 0.05);
  border-right-color: rgb(30 27 75 / 0.05);
}

.focus\:border-x-indigo-950\/50:focus {
  border-left-color: rgb(30 27 75 / 0.5);
  border-right-color: rgb(30 27 75 / 0.5);
}

.focus\:border-x-indigo-950\/60:focus {
  border-left-color: rgb(30 27 75 / 0.6);
  border-right-color: rgb(30 27 75 / 0.6);
}

.focus\:border-x-indigo-950\/70:focus {
  border-left-color: rgb(30 27 75 / 0.7);
  border-right-color: rgb(30 27 75 / 0.7);
}

.focus\:border-x-indigo-950\/75:focus {
  border-left-color: rgb(30 27 75 / 0.75);
  border-right-color: rgb(30 27 75 / 0.75);
}

.focus\:border-x-indigo-950\/80:focus {
  border-left-color: rgb(30 27 75 / 0.8);
  border-right-color: rgb(30 27 75 / 0.8);
}

.focus\:border-x-indigo-950\/90:focus {
  border-left-color: rgb(30 27 75 / 0.9);
  border-right-color: rgb(30 27 75 / 0.9);
}

.focus\:border-x-indigo-950\/95:focus {
  border-left-color: rgb(30 27 75 / 0.95);
  border-right-color: rgb(30 27 75 / 0.95);
}

.focus\:border-x-inherit:focus {
  border-left-color: inherit;
  border-right-color: inherit;
}

.focus\:border-x-interbeauty-100:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 197 175 / var(--tw-border-opacity));
  border-right-color: rgb(249 197 175 / var(--tw-border-opacity));
}

.focus\:border-x-interbeauty-100\/0:focus {
  border-left-color: rgb(249 197 175 / 0);
  border-right-color: rgb(249 197 175 / 0);
}

.focus\:border-x-interbeauty-100\/10:focus {
  border-left-color: rgb(249 197 175 / 0.1);
  border-right-color: rgb(249 197 175 / 0.1);
}

.focus\:border-x-interbeauty-100\/100:focus {
  border-left-color: rgb(249 197 175 / 1);
  border-right-color: rgb(249 197 175 / 1);
}

.focus\:border-x-interbeauty-100\/20:focus {
  border-left-color: rgb(249 197 175 / 0.2);
  border-right-color: rgb(249 197 175 / 0.2);
}

.focus\:border-x-interbeauty-100\/25:focus {
  border-left-color: rgb(249 197 175 / 0.25);
  border-right-color: rgb(249 197 175 / 0.25);
}

.focus\:border-x-interbeauty-100\/30:focus {
  border-left-color: rgb(249 197 175 / 0.3);
  border-right-color: rgb(249 197 175 / 0.3);
}

.focus\:border-x-interbeauty-100\/40:focus {
  border-left-color: rgb(249 197 175 / 0.4);
  border-right-color: rgb(249 197 175 / 0.4);
}

.focus\:border-x-interbeauty-100\/5:focus {
  border-left-color: rgb(249 197 175 / 0.05);
  border-right-color: rgb(249 197 175 / 0.05);
}

.focus\:border-x-interbeauty-100\/50:focus {
  border-left-color: rgb(249 197 175 / 0.5);
  border-right-color: rgb(249 197 175 / 0.5);
}

.focus\:border-x-interbeauty-100\/60:focus {
  border-left-color: rgb(249 197 175 / 0.6);
  border-right-color: rgb(249 197 175 / 0.6);
}

.focus\:border-x-interbeauty-100\/70:focus {
  border-left-color: rgb(249 197 175 / 0.7);
  border-right-color: rgb(249 197 175 / 0.7);
}

.focus\:border-x-interbeauty-100\/75:focus {
  border-left-color: rgb(249 197 175 / 0.75);
  border-right-color: rgb(249 197 175 / 0.75);
}

.focus\:border-x-interbeauty-100\/80:focus {
  border-left-color: rgb(249 197 175 / 0.8);
  border-right-color: rgb(249 197 175 / 0.8);
}

.focus\:border-x-interbeauty-100\/90:focus {
  border-left-color: rgb(249 197 175 / 0.9);
  border-right-color: rgb(249 197 175 / 0.9);
}

.focus\:border-x-interbeauty-100\/95:focus {
  border-left-color: rgb(249 197 175 / 0.95);
  border-right-color: rgb(249 197 175 / 0.95);
}

.focus\:border-x-interbeauty-200:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(241 182 191 / var(--tw-border-opacity));
  border-right-color: rgb(241 182 191 / var(--tw-border-opacity));
}

.focus\:border-x-interbeauty-200\/0:focus {
  border-left-color: rgb(241 182 191 / 0);
  border-right-color: rgb(241 182 191 / 0);
}

.focus\:border-x-interbeauty-200\/10:focus {
  border-left-color: rgb(241 182 191 / 0.1);
  border-right-color: rgb(241 182 191 / 0.1);
}

.focus\:border-x-interbeauty-200\/100:focus {
  border-left-color: rgb(241 182 191 / 1);
  border-right-color: rgb(241 182 191 / 1);
}

.focus\:border-x-interbeauty-200\/20:focus {
  border-left-color: rgb(241 182 191 / 0.2);
  border-right-color: rgb(241 182 191 / 0.2);
}

.focus\:border-x-interbeauty-200\/25:focus {
  border-left-color: rgb(241 182 191 / 0.25);
  border-right-color: rgb(241 182 191 / 0.25);
}

.focus\:border-x-interbeauty-200\/30:focus {
  border-left-color: rgb(241 182 191 / 0.3);
  border-right-color: rgb(241 182 191 / 0.3);
}

.focus\:border-x-interbeauty-200\/40:focus {
  border-left-color: rgb(241 182 191 / 0.4);
  border-right-color: rgb(241 182 191 / 0.4);
}

.focus\:border-x-interbeauty-200\/5:focus {
  border-left-color: rgb(241 182 191 / 0.05);
  border-right-color: rgb(241 182 191 / 0.05);
}

.focus\:border-x-interbeauty-200\/50:focus {
  border-left-color: rgb(241 182 191 / 0.5);
  border-right-color: rgb(241 182 191 / 0.5);
}

.focus\:border-x-interbeauty-200\/60:focus {
  border-left-color: rgb(241 182 191 / 0.6);
  border-right-color: rgb(241 182 191 / 0.6);
}

.focus\:border-x-interbeauty-200\/70:focus {
  border-left-color: rgb(241 182 191 / 0.7);
  border-right-color: rgb(241 182 191 / 0.7);
}

.focus\:border-x-interbeauty-200\/75:focus {
  border-left-color: rgb(241 182 191 / 0.75);
  border-right-color: rgb(241 182 191 / 0.75);
}

.focus\:border-x-interbeauty-200\/80:focus {
  border-left-color: rgb(241 182 191 / 0.8);
  border-right-color: rgb(241 182 191 / 0.8);
}

.focus\:border-x-interbeauty-200\/90:focus {
  border-left-color: rgb(241 182 191 / 0.9);
  border-right-color: rgb(241 182 191 / 0.9);
}

.focus\:border-x-interbeauty-200\/95:focus {
  border-left-color: rgb(241 182 191 / 0.95);
  border-right-color: rgb(241 182 191 / 0.95);
}

.focus\:border-x-interbeauty-300:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(182 219 231 / var(--tw-border-opacity));
  border-right-color: rgb(182 219 231 / var(--tw-border-opacity));
}

.focus\:border-x-interbeauty-300\/0:focus {
  border-left-color: rgb(182 219 231 / 0);
  border-right-color: rgb(182 219 231 / 0);
}

.focus\:border-x-interbeauty-300\/10:focus {
  border-left-color: rgb(182 219 231 / 0.1);
  border-right-color: rgb(182 219 231 / 0.1);
}

.focus\:border-x-interbeauty-300\/100:focus {
  border-left-color: rgb(182 219 231 / 1);
  border-right-color: rgb(182 219 231 / 1);
}

.focus\:border-x-interbeauty-300\/20:focus {
  border-left-color: rgb(182 219 231 / 0.2);
  border-right-color: rgb(182 219 231 / 0.2);
}

.focus\:border-x-interbeauty-300\/25:focus {
  border-left-color: rgb(182 219 231 / 0.25);
  border-right-color: rgb(182 219 231 / 0.25);
}

.focus\:border-x-interbeauty-300\/30:focus {
  border-left-color: rgb(182 219 231 / 0.3);
  border-right-color: rgb(182 219 231 / 0.3);
}

.focus\:border-x-interbeauty-300\/40:focus {
  border-left-color: rgb(182 219 231 / 0.4);
  border-right-color: rgb(182 219 231 / 0.4);
}

.focus\:border-x-interbeauty-300\/5:focus {
  border-left-color: rgb(182 219 231 / 0.05);
  border-right-color: rgb(182 219 231 / 0.05);
}

.focus\:border-x-interbeauty-300\/50:focus {
  border-left-color: rgb(182 219 231 / 0.5);
  border-right-color: rgb(182 219 231 / 0.5);
}

.focus\:border-x-interbeauty-300\/60:focus {
  border-left-color: rgb(182 219 231 / 0.6);
  border-right-color: rgb(182 219 231 / 0.6);
}

.focus\:border-x-interbeauty-300\/70:focus {
  border-left-color: rgb(182 219 231 / 0.7);
  border-right-color: rgb(182 219 231 / 0.7);
}

.focus\:border-x-interbeauty-300\/75:focus {
  border-left-color: rgb(182 219 231 / 0.75);
  border-right-color: rgb(182 219 231 / 0.75);
}

.focus\:border-x-interbeauty-300\/80:focus {
  border-left-color: rgb(182 219 231 / 0.8);
  border-right-color: rgb(182 219 231 / 0.8);
}

.focus\:border-x-interbeauty-300\/90:focus {
  border-left-color: rgb(182 219 231 / 0.9);
  border-right-color: rgb(182 219 231 / 0.9);
}

.focus\:border-x-interbeauty-300\/95:focus {
  border-left-color: rgb(182 219 231 / 0.95);
  border-right-color: rgb(182 219 231 / 0.95);
}

.focus\:border-x-interbeauty-400:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 250 247 / var(--tw-border-opacity));
  border-right-color: rgb(254 250 247 / var(--tw-border-opacity));
}

.focus\:border-x-interbeauty-400\/0:focus {
  border-left-color: rgb(254 250 247 / 0);
  border-right-color: rgb(254 250 247 / 0);
}

.focus\:border-x-interbeauty-400\/10:focus {
  border-left-color: rgb(254 250 247 / 0.1);
  border-right-color: rgb(254 250 247 / 0.1);
}

.focus\:border-x-interbeauty-400\/100:focus {
  border-left-color: rgb(254 250 247 / 1);
  border-right-color: rgb(254 250 247 / 1);
}

.focus\:border-x-interbeauty-400\/20:focus {
  border-left-color: rgb(254 250 247 / 0.2);
  border-right-color: rgb(254 250 247 / 0.2);
}

.focus\:border-x-interbeauty-400\/25:focus {
  border-left-color: rgb(254 250 247 / 0.25);
  border-right-color: rgb(254 250 247 / 0.25);
}

.focus\:border-x-interbeauty-400\/30:focus {
  border-left-color: rgb(254 250 247 / 0.3);
  border-right-color: rgb(254 250 247 / 0.3);
}

.focus\:border-x-interbeauty-400\/40:focus {
  border-left-color: rgb(254 250 247 / 0.4);
  border-right-color: rgb(254 250 247 / 0.4);
}

.focus\:border-x-interbeauty-400\/5:focus {
  border-left-color: rgb(254 250 247 / 0.05);
  border-right-color: rgb(254 250 247 / 0.05);
}

.focus\:border-x-interbeauty-400\/50:focus {
  border-left-color: rgb(254 250 247 / 0.5);
  border-right-color: rgb(254 250 247 / 0.5);
}

.focus\:border-x-interbeauty-400\/60:focus {
  border-left-color: rgb(254 250 247 / 0.6);
  border-right-color: rgb(254 250 247 / 0.6);
}

.focus\:border-x-interbeauty-400\/70:focus {
  border-left-color: rgb(254 250 247 / 0.7);
  border-right-color: rgb(254 250 247 / 0.7);
}

.focus\:border-x-interbeauty-400\/75:focus {
  border-left-color: rgb(254 250 247 / 0.75);
  border-right-color: rgb(254 250 247 / 0.75);
}

.focus\:border-x-interbeauty-400\/80:focus {
  border-left-color: rgb(254 250 247 / 0.8);
  border-right-color: rgb(254 250 247 / 0.8);
}

.focus\:border-x-interbeauty-400\/90:focus {
  border-left-color: rgb(254 250 247 / 0.9);
  border-right-color: rgb(254 250 247 / 0.9);
}

.focus\:border-x-interbeauty-400\/95:focus {
  border-left-color: rgb(254 250 247 / 0.95);
  border-right-color: rgb(254 250 247 / 0.95);
}

.focus\:border-x-interbeauty-500:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(193 225 224 / var(--tw-border-opacity));
  border-right-color: rgb(193 225 224 / var(--tw-border-opacity));
}

.focus\:border-x-interbeauty-500\/0:focus {
  border-left-color: rgb(193 225 224 / 0);
  border-right-color: rgb(193 225 224 / 0);
}

.focus\:border-x-interbeauty-500\/10:focus {
  border-left-color: rgb(193 225 224 / 0.1);
  border-right-color: rgb(193 225 224 / 0.1);
}

.focus\:border-x-interbeauty-500\/100:focus {
  border-left-color: rgb(193 225 224 / 1);
  border-right-color: rgb(193 225 224 / 1);
}

.focus\:border-x-interbeauty-500\/20:focus {
  border-left-color: rgb(193 225 224 / 0.2);
  border-right-color: rgb(193 225 224 / 0.2);
}

.focus\:border-x-interbeauty-500\/25:focus {
  border-left-color: rgb(193 225 224 / 0.25);
  border-right-color: rgb(193 225 224 / 0.25);
}

.focus\:border-x-interbeauty-500\/30:focus {
  border-left-color: rgb(193 225 224 / 0.3);
  border-right-color: rgb(193 225 224 / 0.3);
}

.focus\:border-x-interbeauty-500\/40:focus {
  border-left-color: rgb(193 225 224 / 0.4);
  border-right-color: rgb(193 225 224 / 0.4);
}

.focus\:border-x-interbeauty-500\/5:focus {
  border-left-color: rgb(193 225 224 / 0.05);
  border-right-color: rgb(193 225 224 / 0.05);
}

.focus\:border-x-interbeauty-500\/50:focus {
  border-left-color: rgb(193 225 224 / 0.5);
  border-right-color: rgb(193 225 224 / 0.5);
}

.focus\:border-x-interbeauty-500\/60:focus {
  border-left-color: rgb(193 225 224 / 0.6);
  border-right-color: rgb(193 225 224 / 0.6);
}

.focus\:border-x-interbeauty-500\/70:focus {
  border-left-color: rgb(193 225 224 / 0.7);
  border-right-color: rgb(193 225 224 / 0.7);
}

.focus\:border-x-interbeauty-500\/75:focus {
  border-left-color: rgb(193 225 224 / 0.75);
  border-right-color: rgb(193 225 224 / 0.75);
}

.focus\:border-x-interbeauty-500\/80:focus {
  border-left-color: rgb(193 225 224 / 0.8);
  border-right-color: rgb(193 225 224 / 0.8);
}

.focus\:border-x-interbeauty-500\/90:focus {
  border-left-color: rgb(193 225 224 / 0.9);
  border-right-color: rgb(193 225 224 / 0.9);
}

.focus\:border-x-interbeauty-500\/95:focus {
  border-left-color: rgb(193 225 224 / 0.95);
  border-right-color: rgb(193 225 224 / 0.95);
}

.focus\:border-x-interbeauty-600:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(88 88 94 / var(--tw-border-opacity));
  border-right-color: rgb(88 88 94 / var(--tw-border-opacity));
}

.focus\:border-x-interbeauty-600\/0:focus {
  border-left-color: rgb(88 88 94 / 0);
  border-right-color: rgb(88 88 94 / 0);
}

.focus\:border-x-interbeauty-600\/10:focus {
  border-left-color: rgb(88 88 94 / 0.1);
  border-right-color: rgb(88 88 94 / 0.1);
}

.focus\:border-x-interbeauty-600\/100:focus {
  border-left-color: rgb(88 88 94 / 1);
  border-right-color: rgb(88 88 94 / 1);
}

.focus\:border-x-interbeauty-600\/20:focus {
  border-left-color: rgb(88 88 94 / 0.2);
  border-right-color: rgb(88 88 94 / 0.2);
}

.focus\:border-x-interbeauty-600\/25:focus {
  border-left-color: rgb(88 88 94 / 0.25);
  border-right-color: rgb(88 88 94 / 0.25);
}

.focus\:border-x-interbeauty-600\/30:focus {
  border-left-color: rgb(88 88 94 / 0.3);
  border-right-color: rgb(88 88 94 / 0.3);
}

.focus\:border-x-interbeauty-600\/40:focus {
  border-left-color: rgb(88 88 94 / 0.4);
  border-right-color: rgb(88 88 94 / 0.4);
}

.focus\:border-x-interbeauty-600\/5:focus {
  border-left-color: rgb(88 88 94 / 0.05);
  border-right-color: rgb(88 88 94 / 0.05);
}

.focus\:border-x-interbeauty-600\/50:focus {
  border-left-color: rgb(88 88 94 / 0.5);
  border-right-color: rgb(88 88 94 / 0.5);
}

.focus\:border-x-interbeauty-600\/60:focus {
  border-left-color: rgb(88 88 94 / 0.6);
  border-right-color: rgb(88 88 94 / 0.6);
}

.focus\:border-x-interbeauty-600\/70:focus {
  border-left-color: rgb(88 88 94 / 0.7);
  border-right-color: rgb(88 88 94 / 0.7);
}

.focus\:border-x-interbeauty-600\/75:focus {
  border-left-color: rgb(88 88 94 / 0.75);
  border-right-color: rgb(88 88 94 / 0.75);
}

.focus\:border-x-interbeauty-600\/80:focus {
  border-left-color: rgb(88 88 94 / 0.8);
  border-right-color: rgb(88 88 94 / 0.8);
}

.focus\:border-x-interbeauty-600\/90:focus {
  border-left-color: rgb(88 88 94 / 0.9);
  border-right-color: rgb(88 88 94 / 0.9);
}

.focus\:border-x-interbeauty-600\/95:focus {
  border-left-color: rgb(88 88 94 / 0.95);
  border-right-color: rgb(88 88 94 / 0.95);
}

.focus\:border-x-ipnvaluers-200:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 40 87 / var(--tw-border-opacity));
  border-right-color: rgb(0 40 87 / var(--tw-border-opacity));
}

.focus\:border-x-ipnvaluers-200\/0:focus {
  border-left-color: rgb(0 40 87 / 0);
  border-right-color: rgb(0 40 87 / 0);
}

.focus\:border-x-ipnvaluers-200\/10:focus {
  border-left-color: rgb(0 40 87 / 0.1);
  border-right-color: rgb(0 40 87 / 0.1);
}

.focus\:border-x-ipnvaluers-200\/100:focus {
  border-left-color: rgb(0 40 87 / 1);
  border-right-color: rgb(0 40 87 / 1);
}

.focus\:border-x-ipnvaluers-200\/20:focus {
  border-left-color: rgb(0 40 87 / 0.2);
  border-right-color: rgb(0 40 87 / 0.2);
}

.focus\:border-x-ipnvaluers-200\/25:focus {
  border-left-color: rgb(0 40 87 / 0.25);
  border-right-color: rgb(0 40 87 / 0.25);
}

.focus\:border-x-ipnvaluers-200\/30:focus {
  border-left-color: rgb(0 40 87 / 0.3);
  border-right-color: rgb(0 40 87 / 0.3);
}

.focus\:border-x-ipnvaluers-200\/40:focus {
  border-left-color: rgb(0 40 87 / 0.4);
  border-right-color: rgb(0 40 87 / 0.4);
}

.focus\:border-x-ipnvaluers-200\/5:focus {
  border-left-color: rgb(0 40 87 / 0.05);
  border-right-color: rgb(0 40 87 / 0.05);
}

.focus\:border-x-ipnvaluers-200\/50:focus {
  border-left-color: rgb(0 40 87 / 0.5);
  border-right-color: rgb(0 40 87 / 0.5);
}

.focus\:border-x-ipnvaluers-200\/60:focus {
  border-left-color: rgb(0 40 87 / 0.6);
  border-right-color: rgb(0 40 87 / 0.6);
}

.focus\:border-x-ipnvaluers-200\/70:focus {
  border-left-color: rgb(0 40 87 / 0.7);
  border-right-color: rgb(0 40 87 / 0.7);
}

.focus\:border-x-ipnvaluers-200\/75:focus {
  border-left-color: rgb(0 40 87 / 0.75);
  border-right-color: rgb(0 40 87 / 0.75);
}

.focus\:border-x-ipnvaluers-200\/80:focus {
  border-left-color: rgb(0 40 87 / 0.8);
  border-right-color: rgb(0 40 87 / 0.8);
}

.focus\:border-x-ipnvaluers-200\/90:focus {
  border-left-color: rgb(0 40 87 / 0.9);
  border-right-color: rgb(0 40 87 / 0.9);
}

.focus\:border-x-ipnvaluers-200\/95:focus {
  border-left-color: rgb(0 40 87 / 0.95);
  border-right-color: rgb(0 40 87 / 0.95);
}

.focus\:border-x-ipnvaluers-400:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(196 107 22 / var(--tw-border-opacity));
  border-right-color: rgb(196 107 22 / var(--tw-border-opacity));
}

.focus\:border-x-ipnvaluers-400\/0:focus {
  border-left-color: rgb(196 107 22 / 0);
  border-right-color: rgb(196 107 22 / 0);
}

.focus\:border-x-ipnvaluers-400\/10:focus {
  border-left-color: rgb(196 107 22 / 0.1);
  border-right-color: rgb(196 107 22 / 0.1);
}

.focus\:border-x-ipnvaluers-400\/100:focus {
  border-left-color: rgb(196 107 22 / 1);
  border-right-color: rgb(196 107 22 / 1);
}

.focus\:border-x-ipnvaluers-400\/20:focus {
  border-left-color: rgb(196 107 22 / 0.2);
  border-right-color: rgb(196 107 22 / 0.2);
}

.focus\:border-x-ipnvaluers-400\/25:focus {
  border-left-color: rgb(196 107 22 / 0.25);
  border-right-color: rgb(196 107 22 / 0.25);
}

.focus\:border-x-ipnvaluers-400\/30:focus {
  border-left-color: rgb(196 107 22 / 0.3);
  border-right-color: rgb(196 107 22 / 0.3);
}

.focus\:border-x-ipnvaluers-400\/40:focus {
  border-left-color: rgb(196 107 22 / 0.4);
  border-right-color: rgb(196 107 22 / 0.4);
}

.focus\:border-x-ipnvaluers-400\/5:focus {
  border-left-color: rgb(196 107 22 / 0.05);
  border-right-color: rgb(196 107 22 / 0.05);
}

.focus\:border-x-ipnvaluers-400\/50:focus {
  border-left-color: rgb(196 107 22 / 0.5);
  border-right-color: rgb(196 107 22 / 0.5);
}

.focus\:border-x-ipnvaluers-400\/60:focus {
  border-left-color: rgb(196 107 22 / 0.6);
  border-right-color: rgb(196 107 22 / 0.6);
}

.focus\:border-x-ipnvaluers-400\/70:focus {
  border-left-color: rgb(196 107 22 / 0.7);
  border-right-color: rgb(196 107 22 / 0.7);
}

.focus\:border-x-ipnvaluers-400\/75:focus {
  border-left-color: rgb(196 107 22 / 0.75);
  border-right-color: rgb(196 107 22 / 0.75);
}

.focus\:border-x-ipnvaluers-400\/80:focus {
  border-left-color: rgb(196 107 22 / 0.8);
  border-right-color: rgb(196 107 22 / 0.8);
}

.focus\:border-x-ipnvaluers-400\/90:focus {
  border-left-color: rgb(196 107 22 / 0.9);
  border-right-color: rgb(196 107 22 / 0.9);
}

.focus\:border-x-ipnvaluers-400\/95:focus {
  border-left-color: rgb(196 107 22 / 0.95);
  border-right-color: rgb(196 107 22 / 0.95);
}

.focus\:border-x-ipnvaluers-500:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 174 21 / var(--tw-border-opacity));
  border-right-color: rgb(245 174 21 / var(--tw-border-opacity));
}

.focus\:border-x-ipnvaluers-500\/0:focus {
  border-left-color: rgb(245 174 21 / 0);
  border-right-color: rgb(245 174 21 / 0);
}

.focus\:border-x-ipnvaluers-500\/10:focus {
  border-left-color: rgb(245 174 21 / 0.1);
  border-right-color: rgb(245 174 21 / 0.1);
}

.focus\:border-x-ipnvaluers-500\/100:focus {
  border-left-color: rgb(245 174 21 / 1);
  border-right-color: rgb(245 174 21 / 1);
}

.focus\:border-x-ipnvaluers-500\/20:focus {
  border-left-color: rgb(245 174 21 / 0.2);
  border-right-color: rgb(245 174 21 / 0.2);
}

.focus\:border-x-ipnvaluers-500\/25:focus {
  border-left-color: rgb(245 174 21 / 0.25);
  border-right-color: rgb(245 174 21 / 0.25);
}

.focus\:border-x-ipnvaluers-500\/30:focus {
  border-left-color: rgb(245 174 21 / 0.3);
  border-right-color: rgb(245 174 21 / 0.3);
}

.focus\:border-x-ipnvaluers-500\/40:focus {
  border-left-color: rgb(245 174 21 / 0.4);
  border-right-color: rgb(245 174 21 / 0.4);
}

.focus\:border-x-ipnvaluers-500\/5:focus {
  border-left-color: rgb(245 174 21 / 0.05);
  border-right-color: rgb(245 174 21 / 0.05);
}

.focus\:border-x-ipnvaluers-500\/50:focus {
  border-left-color: rgb(245 174 21 / 0.5);
  border-right-color: rgb(245 174 21 / 0.5);
}

.focus\:border-x-ipnvaluers-500\/60:focus {
  border-left-color: rgb(245 174 21 / 0.6);
  border-right-color: rgb(245 174 21 / 0.6);
}

.focus\:border-x-ipnvaluers-500\/70:focus {
  border-left-color: rgb(245 174 21 / 0.7);
  border-right-color: rgb(245 174 21 / 0.7);
}

.focus\:border-x-ipnvaluers-500\/75:focus {
  border-left-color: rgb(245 174 21 / 0.75);
  border-right-color: rgb(245 174 21 / 0.75);
}

.focus\:border-x-ipnvaluers-500\/80:focus {
  border-left-color: rgb(245 174 21 / 0.8);
  border-right-color: rgb(245 174 21 / 0.8);
}

.focus\:border-x-ipnvaluers-500\/90:focus {
  border-left-color: rgb(245 174 21 / 0.9);
  border-right-color: rgb(245 174 21 / 0.9);
}

.focus\:border-x-ipnvaluers-500\/95:focus {
  border-left-color: rgb(245 174 21 / 0.95);
  border-right-color: rgb(245 174 21 / 0.95);
}

.focus\:border-x-jukejam-500:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 210 101 / var(--tw-border-opacity));
  border-right-color: rgb(250 210 101 / var(--tw-border-opacity));
}

.focus\:border-x-jukejam-500\/0:focus {
  border-left-color: rgb(250 210 101 / 0);
  border-right-color: rgb(250 210 101 / 0);
}

.focus\:border-x-jukejam-500\/10:focus {
  border-left-color: rgb(250 210 101 / 0.1);
  border-right-color: rgb(250 210 101 / 0.1);
}

.focus\:border-x-jukejam-500\/100:focus {
  border-left-color: rgb(250 210 101 / 1);
  border-right-color: rgb(250 210 101 / 1);
}

.focus\:border-x-jukejam-500\/20:focus {
  border-left-color: rgb(250 210 101 / 0.2);
  border-right-color: rgb(250 210 101 / 0.2);
}

.focus\:border-x-jukejam-500\/25:focus {
  border-left-color: rgb(250 210 101 / 0.25);
  border-right-color: rgb(250 210 101 / 0.25);
}

.focus\:border-x-jukejam-500\/30:focus {
  border-left-color: rgb(250 210 101 / 0.3);
  border-right-color: rgb(250 210 101 / 0.3);
}

.focus\:border-x-jukejam-500\/40:focus {
  border-left-color: rgb(250 210 101 / 0.4);
  border-right-color: rgb(250 210 101 / 0.4);
}

.focus\:border-x-jukejam-500\/5:focus {
  border-left-color: rgb(250 210 101 / 0.05);
  border-right-color: rgb(250 210 101 / 0.05);
}

.focus\:border-x-jukejam-500\/50:focus {
  border-left-color: rgb(250 210 101 / 0.5);
  border-right-color: rgb(250 210 101 / 0.5);
}

.focus\:border-x-jukejam-500\/60:focus {
  border-left-color: rgb(250 210 101 / 0.6);
  border-right-color: rgb(250 210 101 / 0.6);
}

.focus\:border-x-jukejam-500\/70:focus {
  border-left-color: rgb(250 210 101 / 0.7);
  border-right-color: rgb(250 210 101 / 0.7);
}

.focus\:border-x-jukejam-500\/75:focus {
  border-left-color: rgb(250 210 101 / 0.75);
  border-right-color: rgb(250 210 101 / 0.75);
}

.focus\:border-x-jukejam-500\/80:focus {
  border-left-color: rgb(250 210 101 / 0.8);
  border-right-color: rgb(250 210 101 / 0.8);
}

.focus\:border-x-jukejam-500\/90:focus {
  border-left-color: rgb(250 210 101 / 0.9);
  border-right-color: rgb(250 210 101 / 0.9);
}

.focus\:border-x-jukejam-500\/95:focus {
  border-left-color: rgb(250 210 101 / 0.95);
  border-right-color: rgb(250 210 101 / 0.95);
}

.focus\:border-x-lime-100:focus {
  --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));
}

.focus\:border-x-lime-100\/0:focus {
  border-left-color: rgb(236 252 203 / 0);
  border-right-color: rgb(236 252 203 / 0);
}

.focus\:border-x-lime-100\/10:focus {
  border-left-color: rgb(236 252 203 / 0.1);
  border-right-color: rgb(236 252 203 / 0.1);
}

.focus\:border-x-lime-100\/100:focus {
  border-left-color: rgb(236 252 203 / 1);
  border-right-color: rgb(236 252 203 / 1);
}

.focus\:border-x-lime-100\/20:focus {
  border-left-color: rgb(236 252 203 / 0.2);
  border-right-color: rgb(236 252 203 / 0.2);
}

.focus\:border-x-lime-100\/25:focus {
  border-left-color: rgb(236 252 203 / 0.25);
  border-right-color: rgb(236 252 203 / 0.25);
}

.focus\:border-x-lime-100\/30:focus {
  border-left-color: rgb(236 252 203 / 0.3);
  border-right-color: rgb(236 252 203 / 0.3);
}

.focus\:border-x-lime-100\/40:focus {
  border-left-color: rgb(236 252 203 / 0.4);
  border-right-color: rgb(236 252 203 / 0.4);
}

.focus\:border-x-lime-100\/5:focus {
  border-left-color: rgb(236 252 203 / 0.05);
  border-right-color: rgb(236 252 203 / 0.05);
}

.focus\:border-x-lime-100\/50:focus {
  border-left-color: rgb(236 252 203 / 0.5);
  border-right-color: rgb(236 252 203 / 0.5);
}

.focus\:border-x-lime-100\/60:focus {
  border-left-color: rgb(236 252 203 / 0.6);
  border-right-color: rgb(236 252 203 / 0.6);
}

.focus\:border-x-lime-100\/70:focus {
  border-left-color: rgb(236 252 203 / 0.7);
  border-right-color: rgb(236 252 203 / 0.7);
}

.focus\:border-x-lime-100\/75:focus {
  border-left-color: rgb(236 252 203 / 0.75);
  border-right-color: rgb(236 252 203 / 0.75);
}

.focus\:border-x-lime-100\/80:focus {
  border-left-color: rgb(236 252 203 / 0.8);
  border-right-color: rgb(236 252 203 / 0.8);
}

.focus\:border-x-lime-100\/90:focus {
  border-left-color: rgb(236 252 203 / 0.9);
  border-right-color: rgb(236 252 203 / 0.9);
}

.focus\:border-x-lime-100\/95:focus {
  border-left-color: rgb(236 252 203 / 0.95);
  border-right-color: rgb(236 252 203 / 0.95);
}

.focus\:border-x-lime-200:focus {
  --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));
}

.focus\:border-x-lime-200\/0:focus {
  border-left-color: rgb(217 249 157 / 0);
  border-right-color: rgb(217 249 157 / 0);
}

.focus\:border-x-lime-200\/10:focus {
  border-left-color: rgb(217 249 157 / 0.1);
  border-right-color: rgb(217 249 157 / 0.1);
}

.focus\:border-x-lime-200\/100:focus {
  border-left-color: rgb(217 249 157 / 1);
  border-right-color: rgb(217 249 157 / 1);
}

.focus\:border-x-lime-200\/20:focus {
  border-left-color: rgb(217 249 157 / 0.2);
  border-right-color: rgb(217 249 157 / 0.2);
}

.focus\:border-x-lime-200\/25:focus {
  border-left-color: rgb(217 249 157 / 0.25);
  border-right-color: rgb(217 249 157 / 0.25);
}

.focus\:border-x-lime-200\/30:focus {
  border-left-color: rgb(217 249 157 / 0.3);
  border-right-color: rgb(217 249 157 / 0.3);
}

.focus\:border-x-lime-200\/40:focus {
  border-left-color: rgb(217 249 157 / 0.4);
  border-right-color: rgb(217 249 157 / 0.4);
}

.focus\:border-x-lime-200\/5:focus {
  border-left-color: rgb(217 249 157 / 0.05);
  border-right-color: rgb(217 249 157 / 0.05);
}

.focus\:border-x-lime-200\/50:focus {
  border-left-color: rgb(217 249 157 / 0.5);
  border-right-color: rgb(217 249 157 / 0.5);
}

.focus\:border-x-lime-200\/60:focus {
  border-left-color: rgb(217 249 157 / 0.6);
  border-right-color: rgb(217 249 157 / 0.6);
}

.focus\:border-x-lime-200\/70:focus {
  border-left-color: rgb(217 249 157 / 0.7);
  border-right-color: rgb(217 249 157 / 0.7);
}

.focus\:border-x-lime-200\/75:focus {
  border-left-color: rgb(217 249 157 / 0.75);
  border-right-color: rgb(217 249 157 / 0.75);
}

.focus\:border-x-lime-200\/80:focus {
  border-left-color: rgb(217 249 157 / 0.8);
  border-right-color: rgb(217 249 157 / 0.8);
}

.focus\:border-x-lime-200\/90:focus {
  border-left-color: rgb(217 249 157 / 0.9);
  border-right-color: rgb(217 249 157 / 0.9);
}

.focus\:border-x-lime-200\/95:focus {
  border-left-color: rgb(217 249 157 / 0.95);
  border-right-color: rgb(217 249 157 / 0.95);
}

.focus\:border-x-lime-300:focus {
  --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));
}

.focus\:border-x-lime-300\/0:focus {
  border-left-color: rgb(190 242 100 / 0);
  border-right-color: rgb(190 242 100 / 0);
}

.focus\:border-x-lime-300\/10:focus {
  border-left-color: rgb(190 242 100 / 0.1);
  border-right-color: rgb(190 242 100 / 0.1);
}

.focus\:border-x-lime-300\/100:focus {
  border-left-color: rgb(190 242 100 / 1);
  border-right-color: rgb(190 242 100 / 1);
}

.focus\:border-x-lime-300\/20:focus {
  border-left-color: rgb(190 242 100 / 0.2);
  border-right-color: rgb(190 242 100 / 0.2);
}

.focus\:border-x-lime-300\/25:focus {
  border-left-color: rgb(190 242 100 / 0.25);
  border-right-color: rgb(190 242 100 / 0.25);
}

.focus\:border-x-lime-300\/30:focus {
  border-left-color: rgb(190 242 100 / 0.3);
  border-right-color: rgb(190 242 100 / 0.3);
}

.focus\:border-x-lime-300\/40:focus {
  border-left-color: rgb(190 242 100 / 0.4);
  border-right-color: rgb(190 242 100 / 0.4);
}

.focus\:border-x-lime-300\/5:focus {
  border-left-color: rgb(190 242 100 / 0.05);
  border-right-color: rgb(190 242 100 / 0.05);
}

.focus\:border-x-lime-300\/50:focus {
  border-left-color: rgb(190 242 100 / 0.5);
  border-right-color: rgb(190 242 100 / 0.5);
}

.focus\:border-x-lime-300\/60:focus {
  border-left-color: rgb(190 242 100 / 0.6);
  border-right-color: rgb(190 242 100 / 0.6);
}

.focus\:border-x-lime-300\/70:focus {
  border-left-color: rgb(190 242 100 / 0.7);
  border-right-color: rgb(190 242 100 / 0.7);
}

.focus\:border-x-lime-300\/75:focus {
  border-left-color: rgb(190 242 100 / 0.75);
  border-right-color: rgb(190 242 100 / 0.75);
}

.focus\:border-x-lime-300\/80:focus {
  border-left-color: rgb(190 242 100 / 0.8);
  border-right-color: rgb(190 242 100 / 0.8);
}

.focus\:border-x-lime-300\/90:focus {
  border-left-color: rgb(190 242 100 / 0.9);
  border-right-color: rgb(190 242 100 / 0.9);
}

.focus\:border-x-lime-300\/95:focus {
  border-left-color: rgb(190 242 100 / 0.95);
  border-right-color: rgb(190 242 100 / 0.95);
}

.focus\:border-x-lime-400:focus {
  --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));
}

.focus\:border-x-lime-400\/0:focus {
  border-left-color: rgb(163 230 53 / 0);
  border-right-color: rgb(163 230 53 / 0);
}

.focus\:border-x-lime-400\/10:focus {
  border-left-color: rgb(163 230 53 / 0.1);
  border-right-color: rgb(163 230 53 / 0.1);
}

.focus\:border-x-lime-400\/100:focus {
  border-left-color: rgb(163 230 53 / 1);
  border-right-color: rgb(163 230 53 / 1);
}

.focus\:border-x-lime-400\/20:focus {
  border-left-color: rgb(163 230 53 / 0.2);
  border-right-color: rgb(163 230 53 / 0.2);
}

.focus\:border-x-lime-400\/25:focus {
  border-left-color: rgb(163 230 53 / 0.25);
  border-right-color: rgb(163 230 53 / 0.25);
}

.focus\:border-x-lime-400\/30:focus {
  border-left-color: rgb(163 230 53 / 0.3);
  border-right-color: rgb(163 230 53 / 0.3);
}

.focus\:border-x-lime-400\/40:focus {
  border-left-color: rgb(163 230 53 / 0.4);
  border-right-color: rgb(163 230 53 / 0.4);
}

.focus\:border-x-lime-400\/5:focus {
  border-left-color: rgb(163 230 53 / 0.05);
  border-right-color: rgb(163 230 53 / 0.05);
}

.focus\:border-x-lime-400\/50:focus {
  border-left-color: rgb(163 230 53 / 0.5);
  border-right-color: rgb(163 230 53 / 0.5);
}

.focus\:border-x-lime-400\/60:focus {
  border-left-color: rgb(163 230 53 / 0.6);
  border-right-color: rgb(163 230 53 / 0.6);
}

.focus\:border-x-lime-400\/70:focus {
  border-left-color: rgb(163 230 53 / 0.7);
  border-right-color: rgb(163 230 53 / 0.7);
}

.focus\:border-x-lime-400\/75:focus {
  border-left-color: rgb(163 230 53 / 0.75);
  border-right-color: rgb(163 230 53 / 0.75);
}

.focus\:border-x-lime-400\/80:focus {
  border-left-color: rgb(163 230 53 / 0.8);
  border-right-color: rgb(163 230 53 / 0.8);
}

.focus\:border-x-lime-400\/90:focus {
  border-left-color: rgb(163 230 53 / 0.9);
  border-right-color: rgb(163 230 53 / 0.9);
}

.focus\:border-x-lime-400\/95:focus {
  border-left-color: rgb(163 230 53 / 0.95);
  border-right-color: rgb(163 230 53 / 0.95);
}

.focus\:border-x-lime-50:focus {
  --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));
}

.focus\:border-x-lime-50\/0:focus {
  border-left-color: rgb(247 254 231 / 0);
  border-right-color: rgb(247 254 231 / 0);
}

.focus\:border-x-lime-50\/10:focus {
  border-left-color: rgb(247 254 231 / 0.1);
  border-right-color: rgb(247 254 231 / 0.1);
}

.focus\:border-x-lime-50\/100:focus {
  border-left-color: rgb(247 254 231 / 1);
  border-right-color: rgb(247 254 231 / 1);
}

.focus\:border-x-lime-50\/20:focus {
  border-left-color: rgb(247 254 231 / 0.2);
  border-right-color: rgb(247 254 231 / 0.2);
}

.focus\:border-x-lime-50\/25:focus {
  border-left-color: rgb(247 254 231 / 0.25);
  border-right-color: rgb(247 254 231 / 0.25);
}

.focus\:border-x-lime-50\/30:focus {
  border-left-color: rgb(247 254 231 / 0.3);
  border-right-color: rgb(247 254 231 / 0.3);
}

.focus\:border-x-lime-50\/40:focus {
  border-left-color: rgb(247 254 231 / 0.4);
  border-right-color: rgb(247 254 231 / 0.4);
}

.focus\:border-x-lime-50\/5:focus {
  border-left-color: rgb(247 254 231 / 0.05);
  border-right-color: rgb(247 254 231 / 0.05);
}

.focus\:border-x-lime-50\/50:focus {
  border-left-color: rgb(247 254 231 / 0.5);
  border-right-color: rgb(247 254 231 / 0.5);
}

.focus\:border-x-lime-50\/60:focus {
  border-left-color: rgb(247 254 231 / 0.6);
  border-right-color: rgb(247 254 231 / 0.6);
}

.focus\:border-x-lime-50\/70:focus {
  border-left-color: rgb(247 254 231 / 0.7);
  border-right-color: rgb(247 254 231 / 0.7);
}

.focus\:border-x-lime-50\/75:focus {
  border-left-color: rgb(247 254 231 / 0.75);
  border-right-color: rgb(247 254 231 / 0.75);
}

.focus\:border-x-lime-50\/80:focus {
  border-left-color: rgb(247 254 231 / 0.8);
  border-right-color: rgb(247 254 231 / 0.8);
}

.focus\:border-x-lime-50\/90:focus {
  border-left-color: rgb(247 254 231 / 0.9);
  border-right-color: rgb(247 254 231 / 0.9);
}

.focus\:border-x-lime-50\/95:focus {
  border-left-color: rgb(247 254 231 / 0.95);
  border-right-color: rgb(247 254 231 / 0.95);
}

.focus\:border-x-lime-500:focus {
  --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));
}

.focus\:border-x-lime-500\/0:focus {
  border-left-color: rgb(132 204 22 / 0);
  border-right-color: rgb(132 204 22 / 0);
}

.focus\:border-x-lime-500\/10:focus {
  border-left-color: rgb(132 204 22 / 0.1);
  border-right-color: rgb(132 204 22 / 0.1);
}

.focus\:border-x-lime-500\/100:focus {
  border-left-color: rgb(132 204 22 / 1);
  border-right-color: rgb(132 204 22 / 1);
}

.focus\:border-x-lime-500\/20:focus {
  border-left-color: rgb(132 204 22 / 0.2);
  border-right-color: rgb(132 204 22 / 0.2);
}

.focus\:border-x-lime-500\/25:focus {
  border-left-color: rgb(132 204 22 / 0.25);
  border-right-color: rgb(132 204 22 / 0.25);
}

.focus\:border-x-lime-500\/30:focus {
  border-left-color: rgb(132 204 22 / 0.3);
  border-right-color: rgb(132 204 22 / 0.3);
}

.focus\:border-x-lime-500\/40:focus {
  border-left-color: rgb(132 204 22 / 0.4);
  border-right-color: rgb(132 204 22 / 0.4);
}

.focus\:border-x-lime-500\/5:focus {
  border-left-color: rgb(132 204 22 / 0.05);
  border-right-color: rgb(132 204 22 / 0.05);
}

.focus\:border-x-lime-500\/50:focus {
  border-left-color: rgb(132 204 22 / 0.5);
  border-right-color: rgb(132 204 22 / 0.5);
}

.focus\:border-x-lime-500\/60:focus {
  border-left-color: rgb(132 204 22 / 0.6);
  border-right-color: rgb(132 204 22 / 0.6);
}

.focus\:border-x-lime-500\/70:focus {
  border-left-color: rgb(132 204 22 / 0.7);
  border-right-color: rgb(132 204 22 / 0.7);
}

.focus\:border-x-lime-500\/75:focus {
  border-left-color: rgb(132 204 22 / 0.75);
  border-right-color: rgb(132 204 22 / 0.75);
}

.focus\:border-x-lime-500\/80:focus {
  border-left-color: rgb(132 204 22 / 0.8);
  border-right-color: rgb(132 204 22 / 0.8);
}

.focus\:border-x-lime-500\/90:focus {
  border-left-color: rgb(132 204 22 / 0.9);
  border-right-color: rgb(132 204 22 / 0.9);
}

.focus\:border-x-lime-500\/95:focus {
  border-left-color: rgb(132 204 22 / 0.95);
  border-right-color: rgb(132 204 22 / 0.95);
}

.focus\:border-x-lime-600:focus {
  --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));
}

.focus\:border-x-lime-600\/0:focus {
  border-left-color: rgb(101 163 13 / 0);
  border-right-color: rgb(101 163 13 / 0);
}

.focus\:border-x-lime-600\/10:focus {
  border-left-color: rgb(101 163 13 / 0.1);
  border-right-color: rgb(101 163 13 / 0.1);
}

.focus\:border-x-lime-600\/100:focus {
  border-left-color: rgb(101 163 13 / 1);
  border-right-color: rgb(101 163 13 / 1);
}

.focus\:border-x-lime-600\/20:focus {
  border-left-color: rgb(101 163 13 / 0.2);
  border-right-color: rgb(101 163 13 / 0.2);
}

.focus\:border-x-lime-600\/25:focus {
  border-left-color: rgb(101 163 13 / 0.25);
  border-right-color: rgb(101 163 13 / 0.25);
}

.focus\:border-x-lime-600\/30:focus {
  border-left-color: rgb(101 163 13 / 0.3);
  border-right-color: rgb(101 163 13 / 0.3);
}

.focus\:border-x-lime-600\/40:focus {
  border-left-color: rgb(101 163 13 / 0.4);
  border-right-color: rgb(101 163 13 / 0.4);
}

.focus\:border-x-lime-600\/5:focus {
  border-left-color: rgb(101 163 13 / 0.05);
  border-right-color: rgb(101 163 13 / 0.05);
}

.focus\:border-x-lime-600\/50:focus {
  border-left-color: rgb(101 163 13 / 0.5);
  border-right-color: rgb(101 163 13 / 0.5);
}

.focus\:border-x-lime-600\/60:focus {
  border-left-color: rgb(101 163 13 / 0.6);
  border-right-color: rgb(101 163 13 / 0.6);
}

.focus\:border-x-lime-600\/70:focus {
  border-left-color: rgb(101 163 13 / 0.7);
  border-right-color: rgb(101 163 13 / 0.7);
}

.focus\:border-x-lime-600\/75:focus {
  border-left-color: rgb(101 163 13 / 0.75);
  border-right-color: rgb(101 163 13 / 0.75);
}

.focus\:border-x-lime-600\/80:focus {
  border-left-color: rgb(101 163 13 / 0.8);
  border-right-color: rgb(101 163 13 / 0.8);
}

.focus\:border-x-lime-600\/90:focus {
  border-left-color: rgb(101 163 13 / 0.9);
  border-right-color: rgb(101 163 13 / 0.9);
}

.focus\:border-x-lime-600\/95:focus {
  border-left-color: rgb(101 163 13 / 0.95);
  border-right-color: rgb(101 163 13 / 0.95);
}

.focus\:border-x-lime-700:focus {
  --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));
}

.focus\:border-x-lime-700\/0:focus {
  border-left-color: rgb(77 124 15 / 0);
  border-right-color: rgb(77 124 15 / 0);
}

.focus\:border-x-lime-700\/10:focus {
  border-left-color: rgb(77 124 15 / 0.1);
  border-right-color: rgb(77 124 15 / 0.1);
}

.focus\:border-x-lime-700\/100:focus {
  border-left-color: rgb(77 124 15 / 1);
  border-right-color: rgb(77 124 15 / 1);
}

.focus\:border-x-lime-700\/20:focus {
  border-left-color: rgb(77 124 15 / 0.2);
  border-right-color: rgb(77 124 15 / 0.2);
}

.focus\:border-x-lime-700\/25:focus {
  border-left-color: rgb(77 124 15 / 0.25);
  border-right-color: rgb(77 124 15 / 0.25);
}

.focus\:border-x-lime-700\/30:focus {
  border-left-color: rgb(77 124 15 / 0.3);
  border-right-color: rgb(77 124 15 / 0.3);
}

.focus\:border-x-lime-700\/40:focus {
  border-left-color: rgb(77 124 15 / 0.4);
  border-right-color: rgb(77 124 15 / 0.4);
}

.focus\:border-x-lime-700\/5:focus {
  border-left-color: rgb(77 124 15 / 0.05);
  border-right-color: rgb(77 124 15 / 0.05);
}

.focus\:border-x-lime-700\/50:focus {
  border-left-color: rgb(77 124 15 / 0.5);
  border-right-color: rgb(77 124 15 / 0.5);
}

.focus\:border-x-lime-700\/60:focus {
  border-left-color: rgb(77 124 15 / 0.6);
  border-right-color: rgb(77 124 15 / 0.6);
}

.focus\:border-x-lime-700\/70:focus {
  border-left-color: rgb(77 124 15 / 0.7);
  border-right-color: rgb(77 124 15 / 0.7);
}

.focus\:border-x-lime-700\/75:focus {
  border-left-color: rgb(77 124 15 / 0.75);
  border-right-color: rgb(77 124 15 / 0.75);
}

.focus\:border-x-lime-700\/80:focus {
  border-left-color: rgb(77 124 15 / 0.8);
  border-right-color: rgb(77 124 15 / 0.8);
}

.focus\:border-x-lime-700\/90:focus {
  border-left-color: rgb(77 124 15 / 0.9);
  border-right-color: rgb(77 124 15 / 0.9);
}

.focus\:border-x-lime-700\/95:focus {
  border-left-color: rgb(77 124 15 / 0.95);
  border-right-color: rgb(77 124 15 / 0.95);
}

.focus\:border-x-lime-800:focus {
  --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));
}

.focus\:border-x-lime-800\/0:focus {
  border-left-color: rgb(63 98 18 / 0);
  border-right-color: rgb(63 98 18 / 0);
}

.focus\:border-x-lime-800\/10:focus {
  border-left-color: rgb(63 98 18 / 0.1);
  border-right-color: rgb(63 98 18 / 0.1);
}

.focus\:border-x-lime-800\/100:focus {
  border-left-color: rgb(63 98 18 / 1);
  border-right-color: rgb(63 98 18 / 1);
}

.focus\:border-x-lime-800\/20:focus {
  border-left-color: rgb(63 98 18 / 0.2);
  border-right-color: rgb(63 98 18 / 0.2);
}

.focus\:border-x-lime-800\/25:focus {
  border-left-color: rgb(63 98 18 / 0.25);
  border-right-color: rgb(63 98 18 / 0.25);
}

.focus\:border-x-lime-800\/30:focus {
  border-left-color: rgb(63 98 18 / 0.3);
  border-right-color: rgb(63 98 18 / 0.3);
}

.focus\:border-x-lime-800\/40:focus {
  border-left-color: rgb(63 98 18 / 0.4);
  border-right-color: rgb(63 98 18 / 0.4);
}

.focus\:border-x-lime-800\/5:focus {
  border-left-color: rgb(63 98 18 / 0.05);
  border-right-color: rgb(63 98 18 / 0.05);
}

.focus\:border-x-lime-800\/50:focus {
  border-left-color: rgb(63 98 18 / 0.5);
  border-right-color: rgb(63 98 18 / 0.5);
}

.focus\:border-x-lime-800\/60:focus {
  border-left-color: rgb(63 98 18 / 0.6);
  border-right-color: rgb(63 98 18 / 0.6);
}

.focus\:border-x-lime-800\/70:focus {
  border-left-color: rgb(63 98 18 / 0.7);
  border-right-color: rgb(63 98 18 / 0.7);
}

.focus\:border-x-lime-800\/75:focus {
  border-left-color: rgb(63 98 18 / 0.75);
  border-right-color: rgb(63 98 18 / 0.75);
}

.focus\:border-x-lime-800\/80:focus {
  border-left-color: rgb(63 98 18 / 0.8);
  border-right-color: rgb(63 98 18 / 0.8);
}

.focus\:border-x-lime-800\/90:focus {
  border-left-color: rgb(63 98 18 / 0.9);
  border-right-color: rgb(63 98 18 / 0.9);
}

.focus\:border-x-lime-800\/95:focus {
  border-left-color: rgb(63 98 18 / 0.95);
  border-right-color: rgb(63 98 18 / 0.95);
}

.focus\:border-x-lime-900:focus {
  --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));
}

.focus\:border-x-lime-900\/0:focus {
  border-left-color: rgb(54 83 20 / 0);
  border-right-color: rgb(54 83 20 / 0);
}

.focus\:border-x-lime-900\/10:focus {
  border-left-color: rgb(54 83 20 / 0.1);
  border-right-color: rgb(54 83 20 / 0.1);
}

.focus\:border-x-lime-900\/100:focus {
  border-left-color: rgb(54 83 20 / 1);
  border-right-color: rgb(54 83 20 / 1);
}

.focus\:border-x-lime-900\/20:focus {
  border-left-color: rgb(54 83 20 / 0.2);
  border-right-color: rgb(54 83 20 / 0.2);
}

.focus\:border-x-lime-900\/25:focus {
  border-left-color: rgb(54 83 20 / 0.25);
  border-right-color: rgb(54 83 20 / 0.25);
}

.focus\:border-x-lime-900\/30:focus {
  border-left-color: rgb(54 83 20 / 0.3);
  border-right-color: rgb(54 83 20 / 0.3);
}

.focus\:border-x-lime-900\/40:focus {
  border-left-color: rgb(54 83 20 / 0.4);
  border-right-color: rgb(54 83 20 / 0.4);
}

.focus\:border-x-lime-900\/5:focus {
  border-left-color: rgb(54 83 20 / 0.05);
  border-right-color: rgb(54 83 20 / 0.05);
}

.focus\:border-x-lime-900\/50:focus {
  border-left-color: rgb(54 83 20 / 0.5);
  border-right-color: rgb(54 83 20 / 0.5);
}

.focus\:border-x-lime-900\/60:focus {
  border-left-color: rgb(54 83 20 / 0.6);
  border-right-color: rgb(54 83 20 / 0.6);
}

.focus\:border-x-lime-900\/70:focus {
  border-left-color: rgb(54 83 20 / 0.7);
  border-right-color: rgb(54 83 20 / 0.7);
}

.focus\:border-x-lime-900\/75:focus {
  border-left-color: rgb(54 83 20 / 0.75);
  border-right-color: rgb(54 83 20 / 0.75);
}

.focus\:border-x-lime-900\/80:focus {
  border-left-color: rgb(54 83 20 / 0.8);
  border-right-color: rgb(54 83 20 / 0.8);
}

.focus\:border-x-lime-900\/90:focus {
  border-left-color: rgb(54 83 20 / 0.9);
  border-right-color: rgb(54 83 20 / 0.9);
}

.focus\:border-x-lime-900\/95:focus {
  border-left-color: rgb(54 83 20 / 0.95);
  border-right-color: rgb(54 83 20 / 0.95);
}

.focus\:border-x-lime-950:focus {
  --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));
}

.focus\:border-x-lime-950\/0:focus {
  border-left-color: rgb(26 46 5 / 0);
  border-right-color: rgb(26 46 5 / 0);
}

.focus\:border-x-lime-950\/10:focus {
  border-left-color: rgb(26 46 5 / 0.1);
  border-right-color: rgb(26 46 5 / 0.1);
}

.focus\:border-x-lime-950\/100:focus {
  border-left-color: rgb(26 46 5 / 1);
  border-right-color: rgb(26 46 5 / 1);
}

.focus\:border-x-lime-950\/20:focus {
  border-left-color: rgb(26 46 5 / 0.2);
  border-right-color: rgb(26 46 5 / 0.2);
}

.focus\:border-x-lime-950\/25:focus {
  border-left-color: rgb(26 46 5 / 0.25);
  border-right-color: rgb(26 46 5 / 0.25);
}

.focus\:border-x-lime-950\/30:focus {
  border-left-color: rgb(26 46 5 / 0.3);
  border-right-color: rgb(26 46 5 / 0.3);
}

.focus\:border-x-lime-950\/40:focus {
  border-left-color: rgb(26 46 5 / 0.4);
  border-right-color: rgb(26 46 5 / 0.4);
}

.focus\:border-x-lime-950\/5:focus {
  border-left-color: rgb(26 46 5 / 0.05);
  border-right-color: rgb(26 46 5 / 0.05);
}

.focus\:border-x-lime-950\/50:focus {
  border-left-color: rgb(26 46 5 / 0.5);
  border-right-color: rgb(26 46 5 / 0.5);
}

.focus\:border-x-lime-950\/60:focus {
  border-left-color: rgb(26 46 5 / 0.6);
  border-right-color: rgb(26 46 5 / 0.6);
}

.focus\:border-x-lime-950\/70:focus {
  border-left-color: rgb(26 46 5 / 0.7);
  border-right-color: rgb(26 46 5 / 0.7);
}

.focus\:border-x-lime-950\/75:focus {
  border-left-color: rgb(26 46 5 / 0.75);
  border-right-color: rgb(26 46 5 / 0.75);
}

.focus\:border-x-lime-950\/80:focus {
  border-left-color: rgb(26 46 5 / 0.8);
  border-right-color: rgb(26 46 5 / 0.8);
}

.focus\:border-x-lime-950\/90:focus {
  border-left-color: rgb(26 46 5 / 0.9);
  border-right-color: rgb(26 46 5 / 0.9);
}

.focus\:border-x-lime-950\/95:focus {
  border-left-color: rgb(26 46 5 / 0.95);
  border-right-color: rgb(26 46 5 / 0.95);
}

.focus\:border-x-nafisa-500:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(153 53 10 / var(--tw-border-opacity));
  border-right-color: rgb(153 53 10 / var(--tw-border-opacity));
}

.focus\:border-x-nafisa-500\/0:focus {
  border-left-color: rgb(153 53 10 / 0);
  border-right-color: rgb(153 53 10 / 0);
}

.focus\:border-x-nafisa-500\/10:focus {
  border-left-color: rgb(153 53 10 / 0.1);
  border-right-color: rgb(153 53 10 / 0.1);
}

.focus\:border-x-nafisa-500\/100:focus {
  border-left-color: rgb(153 53 10 / 1);
  border-right-color: rgb(153 53 10 / 1);
}

.focus\:border-x-nafisa-500\/20:focus {
  border-left-color: rgb(153 53 10 / 0.2);
  border-right-color: rgb(153 53 10 / 0.2);
}

.focus\:border-x-nafisa-500\/25:focus {
  border-left-color: rgb(153 53 10 / 0.25);
  border-right-color: rgb(153 53 10 / 0.25);
}

.focus\:border-x-nafisa-500\/30:focus {
  border-left-color: rgb(153 53 10 / 0.3);
  border-right-color: rgb(153 53 10 / 0.3);
}

.focus\:border-x-nafisa-500\/40:focus {
  border-left-color: rgb(153 53 10 / 0.4);
  border-right-color: rgb(153 53 10 / 0.4);
}

.focus\:border-x-nafisa-500\/5:focus {
  border-left-color: rgb(153 53 10 / 0.05);
  border-right-color: rgb(153 53 10 / 0.05);
}

.focus\:border-x-nafisa-500\/50:focus {
  border-left-color: rgb(153 53 10 / 0.5);
  border-right-color: rgb(153 53 10 / 0.5);
}

.focus\:border-x-nafisa-500\/60:focus {
  border-left-color: rgb(153 53 10 / 0.6);
  border-right-color: rgb(153 53 10 / 0.6);
}

.focus\:border-x-nafisa-500\/70:focus {
  border-left-color: rgb(153 53 10 / 0.7);
  border-right-color: rgb(153 53 10 / 0.7);
}

.focus\:border-x-nafisa-500\/75:focus {
  border-left-color: rgb(153 53 10 / 0.75);
  border-right-color: rgb(153 53 10 / 0.75);
}

.focus\:border-x-nafisa-500\/80:focus {
  border-left-color: rgb(153 53 10 / 0.8);
  border-right-color: rgb(153 53 10 / 0.8);
}

.focus\:border-x-nafisa-500\/90:focus {
  border-left-color: rgb(153 53 10 / 0.9);
  border-right-color: rgb(153 53 10 / 0.9);
}

.focus\:border-x-nafisa-500\/95:focus {
  border-left-color: rgb(153 53 10 / 0.95);
  border-right-color: rgb(153 53 10 / 0.95);
}

.focus\:border-x-neutral-100:focus {
  --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));
}

.focus\:border-x-neutral-100\/0:focus {
  border-left-color: rgb(245 245 245 / 0);
  border-right-color: rgb(245 245 245 / 0);
}

.focus\:border-x-neutral-100\/10:focus {
  border-left-color: rgb(245 245 245 / 0.1);
  border-right-color: rgb(245 245 245 / 0.1);
}

.focus\:border-x-neutral-100\/100:focus {
  border-left-color: rgb(245 245 245 / 1);
  border-right-color: rgb(245 245 245 / 1);
}

.focus\:border-x-neutral-100\/20:focus {
  border-left-color: rgb(245 245 245 / 0.2);
  border-right-color: rgb(245 245 245 / 0.2);
}

.focus\:border-x-neutral-100\/25:focus {
  border-left-color: rgb(245 245 245 / 0.25);
  border-right-color: rgb(245 245 245 / 0.25);
}

.focus\:border-x-neutral-100\/30:focus {
  border-left-color: rgb(245 245 245 / 0.3);
  border-right-color: rgb(245 245 245 / 0.3);
}

.focus\:border-x-neutral-100\/40:focus {
  border-left-color: rgb(245 245 245 / 0.4);
  border-right-color: rgb(245 245 245 / 0.4);
}

.focus\:border-x-neutral-100\/5:focus {
  border-left-color: rgb(245 245 245 / 0.05);
  border-right-color: rgb(245 245 245 / 0.05);
}

.focus\:border-x-neutral-100\/50:focus {
  border-left-color: rgb(245 245 245 / 0.5);
  border-right-color: rgb(245 245 245 / 0.5);
}

.focus\:border-x-neutral-100\/60:focus {
  border-left-color: rgb(245 245 245 / 0.6);
  border-right-color: rgb(245 245 245 / 0.6);
}

.focus\:border-x-neutral-100\/70:focus {
  border-left-color: rgb(245 245 245 / 0.7);
  border-right-color: rgb(245 245 245 / 0.7);
}

.focus\:border-x-neutral-100\/75:focus {
  border-left-color: rgb(245 245 245 / 0.75);
  border-right-color: rgb(245 245 245 / 0.75);
}

.focus\:border-x-neutral-100\/80:focus {
  border-left-color: rgb(245 245 245 / 0.8);
  border-right-color: rgb(245 245 245 / 0.8);
}

.focus\:border-x-neutral-100\/90:focus {
  border-left-color: rgb(245 245 245 / 0.9);
  border-right-color: rgb(245 245 245 / 0.9);
}

.focus\:border-x-neutral-100\/95:focus {
  border-left-color: rgb(245 245 245 / 0.95);
  border-right-color: rgb(245 245 245 / 0.95);
}

.focus\:border-x-neutral-200:focus {
  --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));
}

.focus\:border-x-neutral-200\/0:focus {
  border-left-color: rgb(229 229 229 / 0);
  border-right-color: rgb(229 229 229 / 0);
}

.focus\:border-x-neutral-200\/10:focus {
  border-left-color: rgb(229 229 229 / 0.1);
  border-right-color: rgb(229 229 229 / 0.1);
}

.focus\:border-x-neutral-200\/100:focus {
  border-left-color: rgb(229 229 229 / 1);
  border-right-color: rgb(229 229 229 / 1);
}

.focus\:border-x-neutral-200\/20:focus {
  border-left-color: rgb(229 229 229 / 0.2);
  border-right-color: rgb(229 229 229 / 0.2);
}

.focus\:border-x-neutral-200\/25:focus {
  border-left-color: rgb(229 229 229 / 0.25);
  border-right-color: rgb(229 229 229 / 0.25);
}

.focus\:border-x-neutral-200\/30:focus {
  border-left-color: rgb(229 229 229 / 0.3);
  border-right-color: rgb(229 229 229 / 0.3);
}

.focus\:border-x-neutral-200\/40:focus {
  border-left-color: rgb(229 229 229 / 0.4);
  border-right-color: rgb(229 229 229 / 0.4);
}

.focus\:border-x-neutral-200\/5:focus {
  border-left-color: rgb(229 229 229 / 0.05);
  border-right-color: rgb(229 229 229 / 0.05);
}

.focus\:border-x-neutral-200\/50:focus {
  border-left-color: rgb(229 229 229 / 0.5);
  border-right-color: rgb(229 229 229 / 0.5);
}

.focus\:border-x-neutral-200\/60:focus {
  border-left-color: rgb(229 229 229 / 0.6);
  border-right-color: rgb(229 229 229 / 0.6);
}

.focus\:border-x-neutral-200\/70:focus {
  border-left-color: rgb(229 229 229 / 0.7);
  border-right-color: rgb(229 229 229 / 0.7);
}

.focus\:border-x-neutral-200\/75:focus {
  border-left-color: rgb(229 229 229 / 0.75);
  border-right-color: rgb(229 229 229 / 0.75);
}

.focus\:border-x-neutral-200\/80:focus {
  border-left-color: rgb(229 229 229 / 0.8);
  border-right-color: rgb(229 229 229 / 0.8);
}

.focus\:border-x-neutral-200\/90:focus {
  border-left-color: rgb(229 229 229 / 0.9);
  border-right-color: rgb(229 229 229 / 0.9);
}

.focus\:border-x-neutral-200\/95:focus {
  border-left-color: rgb(229 229 229 / 0.95);
  border-right-color: rgb(229 229 229 / 0.95);
}

.focus\:border-x-neutral-300:focus {
  --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));
}

.focus\:border-x-neutral-300\/0:focus {
  border-left-color: rgb(212 212 212 / 0);
  border-right-color: rgb(212 212 212 / 0);
}

.focus\:border-x-neutral-300\/10:focus {
  border-left-color: rgb(212 212 212 / 0.1);
  border-right-color: rgb(212 212 212 / 0.1);
}

.focus\:border-x-neutral-300\/100:focus {
  border-left-color: rgb(212 212 212 / 1);
  border-right-color: rgb(212 212 212 / 1);
}

.focus\:border-x-neutral-300\/20:focus {
  border-left-color: rgb(212 212 212 / 0.2);
  border-right-color: rgb(212 212 212 / 0.2);
}

.focus\:border-x-neutral-300\/25:focus {
  border-left-color: rgb(212 212 212 / 0.25);
  border-right-color: rgb(212 212 212 / 0.25);
}

.focus\:border-x-neutral-300\/30:focus {
  border-left-color: rgb(212 212 212 / 0.3);
  border-right-color: rgb(212 212 212 / 0.3);
}

.focus\:border-x-neutral-300\/40:focus {
  border-left-color: rgb(212 212 212 / 0.4);
  border-right-color: rgb(212 212 212 / 0.4);
}

.focus\:border-x-neutral-300\/5:focus {
  border-left-color: rgb(212 212 212 / 0.05);
  border-right-color: rgb(212 212 212 / 0.05);
}

.focus\:border-x-neutral-300\/50:focus {
  border-left-color: rgb(212 212 212 / 0.5);
  border-right-color: rgb(212 212 212 / 0.5);
}

.focus\:border-x-neutral-300\/60:focus {
  border-left-color: rgb(212 212 212 / 0.6);
  border-right-color: rgb(212 212 212 / 0.6);
}

.focus\:border-x-neutral-300\/70:focus {
  border-left-color: rgb(212 212 212 / 0.7);
  border-right-color: rgb(212 212 212 / 0.7);
}

.focus\:border-x-neutral-300\/75:focus {
  border-left-color: rgb(212 212 212 / 0.75);
  border-right-color: rgb(212 212 212 / 0.75);
}

.focus\:border-x-neutral-300\/80:focus {
  border-left-color: rgb(212 212 212 / 0.8);
  border-right-color: rgb(212 212 212 / 0.8);
}

.focus\:border-x-neutral-300\/90:focus {
  border-left-color: rgb(212 212 212 / 0.9);
  border-right-color: rgb(212 212 212 / 0.9);
}

.focus\:border-x-neutral-300\/95:focus {
  border-left-color: rgb(212 212 212 / 0.95);
  border-right-color: rgb(212 212 212 / 0.95);
}

.focus\:border-x-neutral-400:focus {
  --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));
}

.focus\:border-x-neutral-400\/0:focus {
  border-left-color: rgb(163 163 163 / 0);
  border-right-color: rgb(163 163 163 / 0);
}

.focus\:border-x-neutral-400\/10:focus {
  border-left-color: rgb(163 163 163 / 0.1);
  border-right-color: rgb(163 163 163 / 0.1);
}

.focus\:border-x-neutral-400\/100:focus {
  border-left-color: rgb(163 163 163 / 1);
  border-right-color: rgb(163 163 163 / 1);
}

.focus\:border-x-neutral-400\/20:focus {
  border-left-color: rgb(163 163 163 / 0.2);
  border-right-color: rgb(163 163 163 / 0.2);
}

.focus\:border-x-neutral-400\/25:focus {
  border-left-color: rgb(163 163 163 / 0.25);
  border-right-color: rgb(163 163 163 / 0.25);
}

.focus\:border-x-neutral-400\/30:focus {
  border-left-color: rgb(163 163 163 / 0.3);
  border-right-color: rgb(163 163 163 / 0.3);
}

.focus\:border-x-neutral-400\/40:focus {
  border-left-color: rgb(163 163 163 / 0.4);
  border-right-color: rgb(163 163 163 / 0.4);
}

.focus\:border-x-neutral-400\/5:focus {
  border-left-color: rgb(163 163 163 / 0.05);
  border-right-color: rgb(163 163 163 / 0.05);
}

.focus\:border-x-neutral-400\/50:focus {
  border-left-color: rgb(163 163 163 / 0.5);
  border-right-color: rgb(163 163 163 / 0.5);
}

.focus\:border-x-neutral-400\/60:focus {
  border-left-color: rgb(163 163 163 / 0.6);
  border-right-color: rgb(163 163 163 / 0.6);
}

.focus\:border-x-neutral-400\/70:focus {
  border-left-color: rgb(163 163 163 / 0.7);
  border-right-color: rgb(163 163 163 / 0.7);
}

.focus\:border-x-neutral-400\/75:focus {
  border-left-color: rgb(163 163 163 / 0.75);
  border-right-color: rgb(163 163 163 / 0.75);
}

.focus\:border-x-neutral-400\/80:focus {
  border-left-color: rgb(163 163 163 / 0.8);
  border-right-color: rgb(163 163 163 / 0.8);
}

.focus\:border-x-neutral-400\/90:focus {
  border-left-color: rgb(163 163 163 / 0.9);
  border-right-color: rgb(163 163 163 / 0.9);
}

.focus\:border-x-neutral-400\/95:focus {
  border-left-color: rgb(163 163 163 / 0.95);
  border-right-color: rgb(163 163 163 / 0.95);
}

.focus\:border-x-neutral-50:focus {
  --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));
}

.focus\:border-x-neutral-50\/0:focus {
  border-left-color: rgb(250 250 250 / 0);
  border-right-color: rgb(250 250 250 / 0);
}

.focus\:border-x-neutral-50\/10:focus {
  border-left-color: rgb(250 250 250 / 0.1);
  border-right-color: rgb(250 250 250 / 0.1);
}

.focus\:border-x-neutral-50\/100:focus {
  border-left-color: rgb(250 250 250 / 1);
  border-right-color: rgb(250 250 250 / 1);
}

.focus\:border-x-neutral-50\/20:focus {
  border-left-color: rgb(250 250 250 / 0.2);
  border-right-color: rgb(250 250 250 / 0.2);
}

.focus\:border-x-neutral-50\/25:focus {
  border-left-color: rgb(250 250 250 / 0.25);
  border-right-color: rgb(250 250 250 / 0.25);
}

.focus\:border-x-neutral-50\/30:focus {
  border-left-color: rgb(250 250 250 / 0.3);
  border-right-color: rgb(250 250 250 / 0.3);
}

.focus\:border-x-neutral-50\/40:focus {
  border-left-color: rgb(250 250 250 / 0.4);
  border-right-color: rgb(250 250 250 / 0.4);
}

.focus\:border-x-neutral-50\/5:focus {
  border-left-color: rgb(250 250 250 / 0.05);
  border-right-color: rgb(250 250 250 / 0.05);
}

.focus\:border-x-neutral-50\/50:focus {
  border-left-color: rgb(250 250 250 / 0.5);
  border-right-color: rgb(250 250 250 / 0.5);
}

.focus\:border-x-neutral-50\/60:focus {
  border-left-color: rgb(250 250 250 / 0.6);
  border-right-color: rgb(250 250 250 / 0.6);
}

.focus\:border-x-neutral-50\/70:focus {
  border-left-color: rgb(250 250 250 / 0.7);
  border-right-color: rgb(250 250 250 / 0.7);
}

.focus\:border-x-neutral-50\/75:focus {
  border-left-color: rgb(250 250 250 / 0.75);
  border-right-color: rgb(250 250 250 / 0.75);
}

.focus\:border-x-neutral-50\/80:focus {
  border-left-color: rgb(250 250 250 / 0.8);
  border-right-color: rgb(250 250 250 / 0.8);
}

.focus\:border-x-neutral-50\/90:focus {
  border-left-color: rgb(250 250 250 / 0.9);
  border-right-color: rgb(250 250 250 / 0.9);
}

.focus\:border-x-neutral-50\/95:focus {
  border-left-color: rgb(250 250 250 / 0.95);
  border-right-color: rgb(250 250 250 / 0.95);
}

.focus\:border-x-neutral-500:focus {
  --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));
}

.focus\:border-x-neutral-500\/0:focus {
  border-left-color: rgb(115 115 115 / 0);
  border-right-color: rgb(115 115 115 / 0);
}

.focus\:border-x-neutral-500\/10:focus {
  border-left-color: rgb(115 115 115 / 0.1);
  border-right-color: rgb(115 115 115 / 0.1);
}

.focus\:border-x-neutral-500\/100:focus {
  border-left-color: rgb(115 115 115 / 1);
  border-right-color: rgb(115 115 115 / 1);
}

.focus\:border-x-neutral-500\/20:focus {
  border-left-color: rgb(115 115 115 / 0.2);
  border-right-color: rgb(115 115 115 / 0.2);
}

.focus\:border-x-neutral-500\/25:focus {
  border-left-color: rgb(115 115 115 / 0.25);
  border-right-color: rgb(115 115 115 / 0.25);
}

.focus\:border-x-neutral-500\/30:focus {
  border-left-color: rgb(115 115 115 / 0.3);
  border-right-color: rgb(115 115 115 / 0.3);
}

.focus\:border-x-neutral-500\/40:focus {
  border-left-color: rgb(115 115 115 / 0.4);
  border-right-color: rgb(115 115 115 / 0.4);
}

.focus\:border-x-neutral-500\/5:focus {
  border-left-color: rgb(115 115 115 / 0.05);
  border-right-color: rgb(115 115 115 / 0.05);
}

.focus\:border-x-neutral-500\/50:focus {
  border-left-color: rgb(115 115 115 / 0.5);
  border-right-color: rgb(115 115 115 / 0.5);
}

.focus\:border-x-neutral-500\/60:focus {
  border-left-color: rgb(115 115 115 / 0.6);
  border-right-color: rgb(115 115 115 / 0.6);
}

.focus\:border-x-neutral-500\/70:focus {
  border-left-color: rgb(115 115 115 / 0.7);
  border-right-color: rgb(115 115 115 / 0.7);
}

.focus\:border-x-neutral-500\/75:focus {
  border-left-color: rgb(115 115 115 / 0.75);
  border-right-color: rgb(115 115 115 / 0.75);
}

.focus\:border-x-neutral-500\/80:focus {
  border-left-color: rgb(115 115 115 / 0.8);
  border-right-color: rgb(115 115 115 / 0.8);
}

.focus\:border-x-neutral-500\/90:focus {
  border-left-color: rgb(115 115 115 / 0.9);
  border-right-color: rgb(115 115 115 / 0.9);
}

.focus\:border-x-neutral-500\/95:focus {
  border-left-color: rgb(115 115 115 / 0.95);
  border-right-color: rgb(115 115 115 / 0.95);
}

.focus\:border-x-neutral-600:focus {
  --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));
}

.focus\:border-x-neutral-600\/0:focus {
  border-left-color: rgb(82 82 82 / 0);
  border-right-color: rgb(82 82 82 / 0);
}

.focus\:border-x-neutral-600\/10:focus {
  border-left-color: rgb(82 82 82 / 0.1);
  border-right-color: rgb(82 82 82 / 0.1);
}

.focus\:border-x-neutral-600\/100:focus {
  border-left-color: rgb(82 82 82 / 1);
  border-right-color: rgb(82 82 82 / 1);
}

.focus\:border-x-neutral-600\/20:focus {
  border-left-color: rgb(82 82 82 / 0.2);
  border-right-color: rgb(82 82 82 / 0.2);
}

.focus\:border-x-neutral-600\/25:focus {
  border-left-color: rgb(82 82 82 / 0.25);
  border-right-color: rgb(82 82 82 / 0.25);
}

.focus\:border-x-neutral-600\/30:focus {
  border-left-color: rgb(82 82 82 / 0.3);
  border-right-color: rgb(82 82 82 / 0.3);
}

.focus\:border-x-neutral-600\/40:focus {
  border-left-color: rgb(82 82 82 / 0.4);
  border-right-color: rgb(82 82 82 / 0.4);
}

.focus\:border-x-neutral-600\/5:focus {
  border-left-color: rgb(82 82 82 / 0.05);
  border-right-color: rgb(82 82 82 / 0.05);
}

.focus\:border-x-neutral-600\/50:focus {
  border-left-color: rgb(82 82 82 / 0.5);
  border-right-color: rgb(82 82 82 / 0.5);
}

.focus\:border-x-neutral-600\/60:focus {
  border-left-color: rgb(82 82 82 / 0.6);
  border-right-color: rgb(82 82 82 / 0.6);
}

.focus\:border-x-neutral-600\/70:focus {
  border-left-color: rgb(82 82 82 / 0.7);
  border-right-color: rgb(82 82 82 / 0.7);
}

.focus\:border-x-neutral-600\/75:focus {
  border-left-color: rgb(82 82 82 / 0.75);
  border-right-color: rgb(82 82 82 / 0.75);
}

.focus\:border-x-neutral-600\/80:focus {
  border-left-color: rgb(82 82 82 / 0.8);
  border-right-color: rgb(82 82 82 / 0.8);
}

.focus\:border-x-neutral-600\/90:focus {
  border-left-color: rgb(82 82 82 / 0.9);
  border-right-color: rgb(82 82 82 / 0.9);
}

.focus\:border-x-neutral-600\/95:focus {
  border-left-color: rgb(82 82 82 / 0.95);
  border-right-color: rgb(82 82 82 / 0.95);
}

.focus\:border-x-neutral-700:focus {
  --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));
}

.focus\:border-x-neutral-700\/0:focus {
  border-left-color: rgb(64 64 64 / 0);
  border-right-color: rgb(64 64 64 / 0);
}

.focus\:border-x-neutral-700\/10:focus {
  border-left-color: rgb(64 64 64 / 0.1);
  border-right-color: rgb(64 64 64 / 0.1);
}

.focus\:border-x-neutral-700\/100:focus {
  border-left-color: rgb(64 64 64 / 1);
  border-right-color: rgb(64 64 64 / 1);
}

.focus\:border-x-neutral-700\/20:focus {
  border-left-color: rgb(64 64 64 / 0.2);
  border-right-color: rgb(64 64 64 / 0.2);
}

.focus\:border-x-neutral-700\/25:focus {
  border-left-color: rgb(64 64 64 / 0.25);
  border-right-color: rgb(64 64 64 / 0.25);
}

.focus\:border-x-neutral-700\/30:focus {
  border-left-color: rgb(64 64 64 / 0.3);
  border-right-color: rgb(64 64 64 / 0.3);
}

.focus\:border-x-neutral-700\/40:focus {
  border-left-color: rgb(64 64 64 / 0.4);
  border-right-color: rgb(64 64 64 / 0.4);
}

.focus\:border-x-neutral-700\/5:focus {
  border-left-color: rgb(64 64 64 / 0.05);
  border-right-color: rgb(64 64 64 / 0.05);
}

.focus\:border-x-neutral-700\/50:focus {
  border-left-color: rgb(64 64 64 / 0.5);
  border-right-color: rgb(64 64 64 / 0.5);
}

.focus\:border-x-neutral-700\/60:focus {
  border-left-color: rgb(64 64 64 / 0.6);
  border-right-color: rgb(64 64 64 / 0.6);
}

.focus\:border-x-neutral-700\/70:focus {
  border-left-color: rgb(64 64 64 / 0.7);
  border-right-color: rgb(64 64 64 / 0.7);
}

.focus\:border-x-neutral-700\/75:focus {
  border-left-color: rgb(64 64 64 / 0.75);
  border-right-color: rgb(64 64 64 / 0.75);
}

.focus\:border-x-neutral-700\/80:focus {
  border-left-color: rgb(64 64 64 / 0.8);
  border-right-color: rgb(64 64 64 / 0.8);
}

.focus\:border-x-neutral-700\/90:focus {
  border-left-color: rgb(64 64 64 / 0.9);
  border-right-color: rgb(64 64 64 / 0.9);
}

.focus\:border-x-neutral-700\/95:focus {
  border-left-color: rgb(64 64 64 / 0.95);
  border-right-color: rgb(64 64 64 / 0.95);
}

.focus\:border-x-neutral-800:focus {
  --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));
}

.focus\:border-x-neutral-800\/0:focus {
  border-left-color: rgb(38 38 38 / 0);
  border-right-color: rgb(38 38 38 / 0);
}

.focus\:border-x-neutral-800\/10:focus {
  border-left-color: rgb(38 38 38 / 0.1);
  border-right-color: rgb(38 38 38 / 0.1);
}

.focus\:border-x-neutral-800\/100:focus {
  border-left-color: rgb(38 38 38 / 1);
  border-right-color: rgb(38 38 38 / 1);
}

.focus\:border-x-neutral-800\/20:focus {
  border-left-color: rgb(38 38 38 / 0.2);
  border-right-color: rgb(38 38 38 / 0.2);
}

.focus\:border-x-neutral-800\/25:focus {
  border-left-color: rgb(38 38 38 / 0.25);
  border-right-color: rgb(38 38 38 / 0.25);
}

.focus\:border-x-neutral-800\/30:focus {
  border-left-color: rgb(38 38 38 / 0.3);
  border-right-color: rgb(38 38 38 / 0.3);
}

.focus\:border-x-neutral-800\/40:focus {
  border-left-color: rgb(38 38 38 / 0.4);
  border-right-color: rgb(38 38 38 / 0.4);
}

.focus\:border-x-neutral-800\/5:focus {
  border-left-color: rgb(38 38 38 / 0.05);
  border-right-color: rgb(38 38 38 / 0.05);
}

.focus\:border-x-neutral-800\/50:focus {
  border-left-color: rgb(38 38 38 / 0.5);
  border-right-color: rgb(38 38 38 / 0.5);
}

.focus\:border-x-neutral-800\/60:focus {
  border-left-color: rgb(38 38 38 / 0.6);
  border-right-color: rgb(38 38 38 / 0.6);
}

.focus\:border-x-neutral-800\/70:focus {
  border-left-color: rgb(38 38 38 / 0.7);
  border-right-color: rgb(38 38 38 / 0.7);
}

.focus\:border-x-neutral-800\/75:focus {
  border-left-color: rgb(38 38 38 / 0.75);
  border-right-color: rgb(38 38 38 / 0.75);
}

.focus\:border-x-neutral-800\/80:focus {
  border-left-color: rgb(38 38 38 / 0.8);
  border-right-color: rgb(38 38 38 / 0.8);
}

.focus\:border-x-neutral-800\/90:focus {
  border-left-color: rgb(38 38 38 / 0.9);
  border-right-color: rgb(38 38 38 / 0.9);
}

.focus\:border-x-neutral-800\/95:focus {
  border-left-color: rgb(38 38 38 / 0.95);
  border-right-color: rgb(38 38 38 / 0.95);
}

.focus\:border-x-neutral-900:focus {
  --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));
}

.focus\:border-x-neutral-900\/0:focus {
  border-left-color: rgb(23 23 23 / 0);
  border-right-color: rgb(23 23 23 / 0);
}

.focus\:border-x-neutral-900\/10:focus {
  border-left-color: rgb(23 23 23 / 0.1);
  border-right-color: rgb(23 23 23 / 0.1);
}

.focus\:border-x-neutral-900\/100:focus {
  border-left-color: rgb(23 23 23 / 1);
  border-right-color: rgb(23 23 23 / 1);
}

.focus\:border-x-neutral-900\/20:focus {
  border-left-color: rgb(23 23 23 / 0.2);
  border-right-color: rgb(23 23 23 / 0.2);
}

.focus\:border-x-neutral-900\/25:focus {
  border-left-color: rgb(23 23 23 / 0.25);
  border-right-color: rgb(23 23 23 / 0.25);
}

.focus\:border-x-neutral-900\/30:focus {
  border-left-color: rgb(23 23 23 / 0.3);
  border-right-color: rgb(23 23 23 / 0.3);
}

.focus\:border-x-neutral-900\/40:focus {
  border-left-color: rgb(23 23 23 / 0.4);
  border-right-color: rgb(23 23 23 / 0.4);
}

.focus\:border-x-neutral-900\/5:focus {
  border-left-color: rgb(23 23 23 / 0.05);
  border-right-color: rgb(23 23 23 / 0.05);
}

.focus\:border-x-neutral-900\/50:focus {
  border-left-color: rgb(23 23 23 / 0.5);
  border-right-color: rgb(23 23 23 / 0.5);
}

.focus\:border-x-neutral-900\/60:focus {
  border-left-color: rgb(23 23 23 / 0.6);
  border-right-color: rgb(23 23 23 / 0.6);
}

.focus\:border-x-neutral-900\/70:focus {
  border-left-color: rgb(23 23 23 / 0.7);
  border-right-color: rgb(23 23 23 / 0.7);
}

.focus\:border-x-neutral-900\/75:focus {
  border-left-color: rgb(23 23 23 / 0.75);
  border-right-color: rgb(23 23 23 / 0.75);
}

.focus\:border-x-neutral-900\/80:focus {
  border-left-color: rgb(23 23 23 / 0.8);
  border-right-color: rgb(23 23 23 / 0.8);
}

.focus\:border-x-neutral-900\/90:focus {
  border-left-color: rgb(23 23 23 / 0.9);
  border-right-color: rgb(23 23 23 / 0.9);
}

.focus\:border-x-neutral-900\/95:focus {
  border-left-color: rgb(23 23 23 / 0.95);
  border-right-color: rgb(23 23 23 / 0.95);
}

.focus\:border-x-neutral-950:focus {
  --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));
}

.focus\:border-x-neutral-950\/0:focus {
  border-left-color: rgb(10 10 10 / 0);
  border-right-color: rgb(10 10 10 / 0);
}

.focus\:border-x-neutral-950\/10:focus {
  border-left-color: rgb(10 10 10 / 0.1);
  border-right-color: rgb(10 10 10 / 0.1);
}

.focus\:border-x-neutral-950\/100:focus {
  border-left-color: rgb(10 10 10 / 1);
  border-right-color: rgb(10 10 10 / 1);
}

.focus\:border-x-neutral-950\/20:focus {
  border-left-color: rgb(10 10 10 / 0.2);
  border-right-color: rgb(10 10 10 / 0.2);
}

.focus\:border-x-neutral-950\/25:focus {
  border-left-color: rgb(10 10 10 / 0.25);
  border-right-color: rgb(10 10 10 / 0.25);
}

.focus\:border-x-neutral-950\/30:focus {
  border-left-color: rgb(10 10 10 / 0.3);
  border-right-color: rgb(10 10 10 / 0.3);
}

.focus\:border-x-neutral-950\/40:focus {
  border-left-color: rgb(10 10 10 / 0.4);
  border-right-color: rgb(10 10 10 / 0.4);
}

.focus\:border-x-neutral-950\/5:focus {
  border-left-color: rgb(10 10 10 / 0.05);
  border-right-color: rgb(10 10 10 / 0.05);
}

.focus\:border-x-neutral-950\/50:focus {
  border-left-color: rgb(10 10 10 / 0.5);
  border-right-color: rgb(10 10 10 / 0.5);
}

.focus\:border-x-neutral-950\/60:focus {
  border-left-color: rgb(10 10 10 / 0.6);
  border-right-color: rgb(10 10 10 / 0.6);
}

.focus\:border-x-neutral-950\/70:focus {
  border-left-color: rgb(10 10 10 / 0.7);
  border-right-color: rgb(10 10 10 / 0.7);
}

.focus\:border-x-neutral-950\/75:focus {
  border-left-color: rgb(10 10 10 / 0.75);
  border-right-color: rgb(10 10 10 / 0.75);
}

.focus\:border-x-neutral-950\/80:focus {
  border-left-color: rgb(10 10 10 / 0.8);
  border-right-color: rgb(10 10 10 / 0.8);
}

.focus\:border-x-neutral-950\/90:focus {
  border-left-color: rgb(10 10 10 / 0.9);
  border-right-color: rgb(10 10 10 / 0.9);
}

.focus\:border-x-neutral-950\/95:focus {
  border-left-color: rgb(10 10 10 / 0.95);
  border-right-color: rgb(10 10 10 / 0.95);
}

.focus\:border-x-orange-100:focus {
  --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));
}

.focus\:border-x-orange-100\/0:focus {
  border-left-color: rgb(255 237 213 / 0);
  border-right-color: rgb(255 237 213 / 0);
}

.focus\:border-x-orange-100\/10:focus {
  border-left-color: rgb(255 237 213 / 0.1);
  border-right-color: rgb(255 237 213 / 0.1);
}

.focus\:border-x-orange-100\/100:focus {
  border-left-color: rgb(255 237 213 / 1);
  border-right-color: rgb(255 237 213 / 1);
}

.focus\:border-x-orange-100\/20:focus {
  border-left-color: rgb(255 237 213 / 0.2);
  border-right-color: rgb(255 237 213 / 0.2);
}

.focus\:border-x-orange-100\/25:focus {
  border-left-color: rgb(255 237 213 / 0.25);
  border-right-color: rgb(255 237 213 / 0.25);
}

.focus\:border-x-orange-100\/30:focus {
  border-left-color: rgb(255 237 213 / 0.3);
  border-right-color: rgb(255 237 213 / 0.3);
}

.focus\:border-x-orange-100\/40:focus {
  border-left-color: rgb(255 237 213 / 0.4);
  border-right-color: rgb(255 237 213 / 0.4);
}

.focus\:border-x-orange-100\/5:focus {
  border-left-color: rgb(255 237 213 / 0.05);
  border-right-color: rgb(255 237 213 / 0.05);
}

.focus\:border-x-orange-100\/50:focus {
  border-left-color: rgb(255 237 213 / 0.5);
  border-right-color: rgb(255 237 213 / 0.5);
}

.focus\:border-x-orange-100\/60:focus {
  border-left-color: rgb(255 237 213 / 0.6);
  border-right-color: rgb(255 237 213 / 0.6);
}

.focus\:border-x-orange-100\/70:focus {
  border-left-color: rgb(255 237 213 / 0.7);
  border-right-color: rgb(255 237 213 / 0.7);
}

.focus\:border-x-orange-100\/75:focus {
  border-left-color: rgb(255 237 213 / 0.75);
  border-right-color: rgb(255 237 213 / 0.75);
}

.focus\:border-x-orange-100\/80:focus {
  border-left-color: rgb(255 237 213 / 0.8);
  border-right-color: rgb(255 237 213 / 0.8);
}

.focus\:border-x-orange-100\/90:focus {
  border-left-color: rgb(255 237 213 / 0.9);
  border-right-color: rgb(255 237 213 / 0.9);
}

.focus\:border-x-orange-100\/95:focus {
  border-left-color: rgb(255 237 213 / 0.95);
  border-right-color: rgb(255 237 213 / 0.95);
}

.focus\:border-x-orange-200:focus {
  --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));
}

.focus\:border-x-orange-200\/0:focus {
  border-left-color: rgb(254 215 170 / 0);
  border-right-color: rgb(254 215 170 / 0);
}

.focus\:border-x-orange-200\/10:focus {
  border-left-color: rgb(254 215 170 / 0.1);
  border-right-color: rgb(254 215 170 / 0.1);
}

.focus\:border-x-orange-200\/100:focus {
  border-left-color: rgb(254 215 170 / 1);
  border-right-color: rgb(254 215 170 / 1);
}

.focus\:border-x-orange-200\/20:focus {
  border-left-color: rgb(254 215 170 / 0.2);
  border-right-color: rgb(254 215 170 / 0.2);
}

.focus\:border-x-orange-200\/25:focus {
  border-left-color: rgb(254 215 170 / 0.25);
  border-right-color: rgb(254 215 170 / 0.25);
}

.focus\:border-x-orange-200\/30:focus {
  border-left-color: rgb(254 215 170 / 0.3);
  border-right-color: rgb(254 215 170 / 0.3);
}

.focus\:border-x-orange-200\/40:focus {
  border-left-color: rgb(254 215 170 / 0.4);
  border-right-color: rgb(254 215 170 / 0.4);
}

.focus\:border-x-orange-200\/5:focus {
  border-left-color: rgb(254 215 170 / 0.05);
  border-right-color: rgb(254 215 170 / 0.05);
}

.focus\:border-x-orange-200\/50:focus {
  border-left-color: rgb(254 215 170 / 0.5);
  border-right-color: rgb(254 215 170 / 0.5);
}

.focus\:border-x-orange-200\/60:focus {
  border-left-color: rgb(254 215 170 / 0.6);
  border-right-color: rgb(254 215 170 / 0.6);
}

.focus\:border-x-orange-200\/70:focus {
  border-left-color: rgb(254 215 170 / 0.7);
  border-right-color: rgb(254 215 170 / 0.7);
}

.focus\:border-x-orange-200\/75:focus {
  border-left-color: rgb(254 215 170 / 0.75);
  border-right-color: rgb(254 215 170 / 0.75);
}

.focus\:border-x-orange-200\/80:focus {
  border-left-color: rgb(254 215 170 / 0.8);
  border-right-color: rgb(254 215 170 / 0.8);
}

.focus\:border-x-orange-200\/90:focus {
  border-left-color: rgb(254 215 170 / 0.9);
  border-right-color: rgb(254 215 170 / 0.9);
}

.focus\:border-x-orange-200\/95:focus {
  border-left-color: rgb(254 215 170 / 0.95);
  border-right-color: rgb(254 215 170 / 0.95);
}

.focus\:border-x-orange-300:focus {
  --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));
}

.focus\:border-x-orange-300\/0:focus {
  border-left-color: rgb(253 186 116 / 0);
  border-right-color: rgb(253 186 116 / 0);
}

.focus\:border-x-orange-300\/10:focus {
  border-left-color: rgb(253 186 116 / 0.1);
  border-right-color: rgb(253 186 116 / 0.1);
}

.focus\:border-x-orange-300\/100:focus {
  border-left-color: rgb(253 186 116 / 1);
  border-right-color: rgb(253 186 116 / 1);
}

.focus\:border-x-orange-300\/20:focus {
  border-left-color: rgb(253 186 116 / 0.2);
  border-right-color: rgb(253 186 116 / 0.2);
}

.focus\:border-x-orange-300\/25:focus {
  border-left-color: rgb(253 186 116 / 0.25);
  border-right-color: rgb(253 186 116 / 0.25);
}

.focus\:border-x-orange-300\/30:focus {
  border-left-color: rgb(253 186 116 / 0.3);
  border-right-color: rgb(253 186 116 / 0.3);
}

.focus\:border-x-orange-300\/40:focus {
  border-left-color: rgb(253 186 116 / 0.4);
  border-right-color: rgb(253 186 116 / 0.4);
}

.focus\:border-x-orange-300\/5:focus {
  border-left-color: rgb(253 186 116 / 0.05);
  border-right-color: rgb(253 186 116 / 0.05);
}

.focus\:border-x-orange-300\/50:focus {
  border-left-color: rgb(253 186 116 / 0.5);
  border-right-color: rgb(253 186 116 / 0.5);
}

.focus\:border-x-orange-300\/60:focus {
  border-left-color: rgb(253 186 116 / 0.6);
  border-right-color: rgb(253 186 116 / 0.6);
}

.focus\:border-x-orange-300\/70:focus {
  border-left-color: rgb(253 186 116 / 0.7);
  border-right-color: rgb(253 186 116 / 0.7);
}

.focus\:border-x-orange-300\/75:focus {
  border-left-color: rgb(253 186 116 / 0.75);
  border-right-color: rgb(253 186 116 / 0.75);
}

.focus\:border-x-orange-300\/80:focus {
  border-left-color: rgb(253 186 116 / 0.8);
  border-right-color: rgb(253 186 116 / 0.8);
}

.focus\:border-x-orange-300\/90:focus {
  border-left-color: rgb(253 186 116 / 0.9);
  border-right-color: rgb(253 186 116 / 0.9);
}

.focus\:border-x-orange-300\/95:focus {
  border-left-color: rgb(253 186 116 / 0.95);
  border-right-color: rgb(253 186 116 / 0.95);
}

.focus\:border-x-orange-400:focus {
  --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));
}

.focus\:border-x-orange-400\/0:focus {
  border-left-color: rgb(251 146 60 / 0);
  border-right-color: rgb(251 146 60 / 0);
}

.focus\:border-x-orange-400\/10:focus {
  border-left-color: rgb(251 146 60 / 0.1);
  border-right-color: rgb(251 146 60 / 0.1);
}

.focus\:border-x-orange-400\/100:focus {
  border-left-color: rgb(251 146 60 / 1);
  border-right-color: rgb(251 146 60 / 1);
}

.focus\:border-x-orange-400\/20:focus {
  border-left-color: rgb(251 146 60 / 0.2);
  border-right-color: rgb(251 146 60 / 0.2);
}

.focus\:border-x-orange-400\/25:focus {
  border-left-color: rgb(251 146 60 / 0.25);
  border-right-color: rgb(251 146 60 / 0.25);
}

.focus\:border-x-orange-400\/30:focus {
  border-left-color: rgb(251 146 60 / 0.3);
  border-right-color: rgb(251 146 60 / 0.3);
}

.focus\:border-x-orange-400\/40:focus {
  border-left-color: rgb(251 146 60 / 0.4);
  border-right-color: rgb(251 146 60 / 0.4);
}

.focus\:border-x-orange-400\/5:focus {
  border-left-color: rgb(251 146 60 / 0.05);
  border-right-color: rgb(251 146 60 / 0.05);
}

.focus\:border-x-orange-400\/50:focus {
  border-left-color: rgb(251 146 60 / 0.5);
  border-right-color: rgb(251 146 60 / 0.5);
}

.focus\:border-x-orange-400\/60:focus {
  border-left-color: rgb(251 146 60 / 0.6);
  border-right-color: rgb(251 146 60 / 0.6);
}

.focus\:border-x-orange-400\/70:focus {
  border-left-color: rgb(251 146 60 / 0.7);
  border-right-color: rgb(251 146 60 / 0.7);
}

.focus\:border-x-orange-400\/75:focus {
  border-left-color: rgb(251 146 60 / 0.75);
  border-right-color: rgb(251 146 60 / 0.75);
}

.focus\:border-x-orange-400\/80:focus {
  border-left-color: rgb(251 146 60 / 0.8);
  border-right-color: rgb(251 146 60 / 0.8);
}

.focus\:border-x-orange-400\/90:focus {
  border-left-color: rgb(251 146 60 / 0.9);
  border-right-color: rgb(251 146 60 / 0.9);
}

.focus\:border-x-orange-400\/95:focus {
  border-left-color: rgb(251 146 60 / 0.95);
  border-right-color: rgb(251 146 60 / 0.95);
}

.focus\:border-x-orange-50:focus {
  --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));
}

.focus\:border-x-orange-50\/0:focus {
  border-left-color: rgb(255 247 237 / 0);
  border-right-color: rgb(255 247 237 / 0);
}

.focus\:border-x-orange-50\/10:focus {
  border-left-color: rgb(255 247 237 / 0.1);
  border-right-color: rgb(255 247 237 / 0.1);
}

.focus\:border-x-orange-50\/100:focus {
  border-left-color: rgb(255 247 237 / 1);
  border-right-color: rgb(255 247 237 / 1);
}

.focus\:border-x-orange-50\/20:focus {
  border-left-color: rgb(255 247 237 / 0.2);
  border-right-color: rgb(255 247 237 / 0.2);
}

.focus\:border-x-orange-50\/25:focus {
  border-left-color: rgb(255 247 237 / 0.25);
  border-right-color: rgb(255 247 237 / 0.25);
}

.focus\:border-x-orange-50\/30:focus {
  border-left-color: rgb(255 247 237 / 0.3);
  border-right-color: rgb(255 247 237 / 0.3);
}

.focus\:border-x-orange-50\/40:focus {
  border-left-color: rgb(255 247 237 / 0.4);
  border-right-color: rgb(255 247 237 / 0.4);
}

.focus\:border-x-orange-50\/5:focus {
  border-left-color: rgb(255 247 237 / 0.05);
  border-right-color: rgb(255 247 237 / 0.05);
}

.focus\:border-x-orange-50\/50:focus {
  border-left-color: rgb(255 247 237 / 0.5);
  border-right-color: rgb(255 247 237 / 0.5);
}

.focus\:border-x-orange-50\/60:focus {
  border-left-color: rgb(255 247 237 / 0.6);
  border-right-color: rgb(255 247 237 / 0.6);
}

.focus\:border-x-orange-50\/70:focus {
  border-left-color: rgb(255 247 237 / 0.7);
  border-right-color: rgb(255 247 237 / 0.7);
}

.focus\:border-x-orange-50\/75:focus {
  border-left-color: rgb(255 247 237 / 0.75);
  border-right-color: rgb(255 247 237 / 0.75);
}

.focus\:border-x-orange-50\/80:focus {
  border-left-color: rgb(255 247 237 / 0.8);
  border-right-color: rgb(255 247 237 / 0.8);
}

.focus\:border-x-orange-50\/90:focus {
  border-left-color: rgb(255 247 237 / 0.9);
  border-right-color: rgb(255 247 237 / 0.9);
}

.focus\:border-x-orange-50\/95:focus {
  border-left-color: rgb(255 247 237 / 0.95);
  border-right-color: rgb(255 247 237 / 0.95);
}

.focus\:border-x-orange-500:focus {
  --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));
}

.focus\:border-x-orange-500\/0:focus {
  border-left-color: rgb(249 115 22 / 0);
  border-right-color: rgb(249 115 22 / 0);
}

.focus\:border-x-orange-500\/10:focus {
  border-left-color: rgb(249 115 22 / 0.1);
  border-right-color: rgb(249 115 22 / 0.1);
}

.focus\:border-x-orange-500\/100:focus {
  border-left-color: rgb(249 115 22 / 1);
  border-right-color: rgb(249 115 22 / 1);
}

.focus\:border-x-orange-500\/20:focus {
  border-left-color: rgb(249 115 22 / 0.2);
  border-right-color: rgb(249 115 22 / 0.2);
}

.focus\:border-x-orange-500\/25:focus {
  border-left-color: rgb(249 115 22 / 0.25);
  border-right-color: rgb(249 115 22 / 0.25);
}

.focus\:border-x-orange-500\/30:focus {
  border-left-color: rgb(249 115 22 / 0.3);
  border-right-color: rgb(249 115 22 / 0.3);
}

.focus\:border-x-orange-500\/40:focus {
  border-left-color: rgb(249 115 22 / 0.4);
  border-right-color: rgb(249 115 22 / 0.4);
}

.focus\:border-x-orange-500\/5:focus {
  border-left-color: rgb(249 115 22 / 0.05);
  border-right-color: rgb(249 115 22 / 0.05);
}

.focus\:border-x-orange-500\/50:focus {
  border-left-color: rgb(249 115 22 / 0.5);
  border-right-color: rgb(249 115 22 / 0.5);
}

.focus\:border-x-orange-500\/60:focus {
  border-left-color: rgb(249 115 22 / 0.6);
  border-right-color: rgb(249 115 22 / 0.6);
}

.focus\:border-x-orange-500\/70:focus {
  border-left-color: rgb(249 115 22 / 0.7);
  border-right-color: rgb(249 115 22 / 0.7);
}

.focus\:border-x-orange-500\/75:focus {
  border-left-color: rgb(249 115 22 / 0.75);
  border-right-color: rgb(249 115 22 / 0.75);
}

.focus\:border-x-orange-500\/80:focus {
  border-left-color: rgb(249 115 22 / 0.8);
  border-right-color: rgb(249 115 22 / 0.8);
}

.focus\:border-x-orange-500\/90:focus {
  border-left-color: rgb(249 115 22 / 0.9);
  border-right-color: rgb(249 115 22 / 0.9);
}

.focus\:border-x-orange-500\/95:focus {
  border-left-color: rgb(249 115 22 / 0.95);
  border-right-color: rgb(249 115 22 / 0.95);
}

.focus\:border-x-orange-600:focus {
  --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));
}

.focus\:border-x-orange-600\/0:focus {
  border-left-color: rgb(234 88 12 / 0);
  border-right-color: rgb(234 88 12 / 0);
}

.focus\:border-x-orange-600\/10:focus {
  border-left-color: rgb(234 88 12 / 0.1);
  border-right-color: rgb(234 88 12 / 0.1);
}

.focus\:border-x-orange-600\/100:focus {
  border-left-color: rgb(234 88 12 / 1);
  border-right-color: rgb(234 88 12 / 1);
}

.focus\:border-x-orange-600\/20:focus {
  border-left-color: rgb(234 88 12 / 0.2);
  border-right-color: rgb(234 88 12 / 0.2);
}

.focus\:border-x-orange-600\/25:focus {
  border-left-color: rgb(234 88 12 / 0.25);
  border-right-color: rgb(234 88 12 / 0.25);
}

.focus\:border-x-orange-600\/30:focus {
  border-left-color: rgb(234 88 12 / 0.3);
  border-right-color: rgb(234 88 12 / 0.3);
}

.focus\:border-x-orange-600\/40:focus {
  border-left-color: rgb(234 88 12 / 0.4);
  border-right-color: rgb(234 88 12 / 0.4);
}

.focus\:border-x-orange-600\/5:focus {
  border-left-color: rgb(234 88 12 / 0.05);
  border-right-color: rgb(234 88 12 / 0.05);
}

.focus\:border-x-orange-600\/50:focus {
  border-left-color: rgb(234 88 12 / 0.5);
  border-right-color: rgb(234 88 12 / 0.5);
}

.focus\:border-x-orange-600\/60:focus {
  border-left-color: rgb(234 88 12 / 0.6);
  border-right-color: rgb(234 88 12 / 0.6);
}

.focus\:border-x-orange-600\/70:focus {
  border-left-color: rgb(234 88 12 / 0.7);
  border-right-color: rgb(234 88 12 / 0.7);
}

.focus\:border-x-orange-600\/75:focus {
  border-left-color: rgb(234 88 12 / 0.75);
  border-right-color: rgb(234 88 12 / 0.75);
}

.focus\:border-x-orange-600\/80:focus {
  border-left-color: rgb(234 88 12 / 0.8);
  border-right-color: rgb(234 88 12 / 0.8);
}

.focus\:border-x-orange-600\/90:focus {
  border-left-color: rgb(234 88 12 / 0.9);
  border-right-color: rgb(234 88 12 / 0.9);
}

.focus\:border-x-orange-600\/95:focus {
  border-left-color: rgb(234 88 12 / 0.95);
  border-right-color: rgb(234 88 12 / 0.95);
}

.focus\:border-x-orange-700:focus {
  --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));
}

.focus\:border-x-orange-700\/0:focus {
  border-left-color: rgb(194 65 12 / 0);
  border-right-color: rgb(194 65 12 / 0);
}

.focus\:border-x-orange-700\/10:focus {
  border-left-color: rgb(194 65 12 / 0.1);
  border-right-color: rgb(194 65 12 / 0.1);
}

.focus\:border-x-orange-700\/100:focus {
  border-left-color: rgb(194 65 12 / 1);
  border-right-color: rgb(194 65 12 / 1);
}

.focus\:border-x-orange-700\/20:focus {
  border-left-color: rgb(194 65 12 / 0.2);
  border-right-color: rgb(194 65 12 / 0.2);
}

.focus\:border-x-orange-700\/25:focus {
  border-left-color: rgb(194 65 12 / 0.25);
  border-right-color: rgb(194 65 12 / 0.25);
}

.focus\:border-x-orange-700\/30:focus {
  border-left-color: rgb(194 65 12 / 0.3);
  border-right-color: rgb(194 65 12 / 0.3);
}

.focus\:border-x-orange-700\/40:focus {
  border-left-color: rgb(194 65 12 / 0.4);
  border-right-color: rgb(194 65 12 / 0.4);
}

.focus\:border-x-orange-700\/5:focus {
  border-left-color: rgb(194 65 12 / 0.05);
  border-right-color: rgb(194 65 12 / 0.05);
}

.focus\:border-x-orange-700\/50:focus {
  border-left-color: rgb(194 65 12 / 0.5);
  border-right-color: rgb(194 65 12 / 0.5);
}

.focus\:border-x-orange-700\/60:focus {
  border-left-color: rgb(194 65 12 / 0.6);
  border-right-color: rgb(194 65 12 / 0.6);
}

.focus\:border-x-orange-700\/70:focus {
  border-left-color: rgb(194 65 12 / 0.7);
  border-right-color: rgb(194 65 12 / 0.7);
}

.focus\:border-x-orange-700\/75:focus {
  border-left-color: rgb(194 65 12 / 0.75);
  border-right-color: rgb(194 65 12 / 0.75);
}

.focus\:border-x-orange-700\/80:focus {
  border-left-color: rgb(194 65 12 / 0.8);
  border-right-color: rgb(194 65 12 / 0.8);
}

.focus\:border-x-orange-700\/90:focus {
  border-left-color: rgb(194 65 12 / 0.9);
  border-right-color: rgb(194 65 12 / 0.9);
}

.focus\:border-x-orange-700\/95:focus {
  border-left-color: rgb(194 65 12 / 0.95);
  border-right-color: rgb(194 65 12 / 0.95);
}

.focus\:border-x-orange-800:focus {
  --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));
}

.focus\:border-x-orange-800\/0:focus {
  border-left-color: rgb(154 52 18 / 0);
  border-right-color: rgb(154 52 18 / 0);
}

.focus\:border-x-orange-800\/10:focus {
  border-left-color: rgb(154 52 18 / 0.1);
  border-right-color: rgb(154 52 18 / 0.1);
}

.focus\:border-x-orange-800\/100:focus {
  border-left-color: rgb(154 52 18 / 1);
  border-right-color: rgb(154 52 18 / 1);
}

.focus\:border-x-orange-800\/20:focus {
  border-left-color: rgb(154 52 18 / 0.2);
  border-right-color: rgb(154 52 18 / 0.2);
}

.focus\:border-x-orange-800\/25:focus {
  border-left-color: rgb(154 52 18 / 0.25);
  border-right-color: rgb(154 52 18 / 0.25);
}

.focus\:border-x-orange-800\/30:focus {
  border-left-color: rgb(154 52 18 / 0.3);
  border-right-color: rgb(154 52 18 / 0.3);
}

.focus\:border-x-orange-800\/40:focus {
  border-left-color: rgb(154 52 18 / 0.4);
  border-right-color: rgb(154 52 18 / 0.4);
}

.focus\:border-x-orange-800\/5:focus {
  border-left-color: rgb(154 52 18 / 0.05);
  border-right-color: rgb(154 52 18 / 0.05);
}

.focus\:border-x-orange-800\/50:focus {
  border-left-color: rgb(154 52 18 / 0.5);
  border-right-color: rgb(154 52 18 / 0.5);
}

.focus\:border-x-orange-800\/60:focus {
  border-left-color: rgb(154 52 18 / 0.6);
  border-right-color: rgb(154 52 18 / 0.6);
}

.focus\:border-x-orange-800\/70:focus {
  border-left-color: rgb(154 52 18 / 0.7);
  border-right-color: rgb(154 52 18 / 0.7);
}

.focus\:border-x-orange-800\/75:focus {
  border-left-color: rgb(154 52 18 / 0.75);
  border-right-color: rgb(154 52 18 / 0.75);
}

.focus\:border-x-orange-800\/80:focus {
  border-left-color: rgb(154 52 18 / 0.8);
  border-right-color: rgb(154 52 18 / 0.8);
}

.focus\:border-x-orange-800\/90:focus {
  border-left-color: rgb(154 52 18 / 0.9);
  border-right-color: rgb(154 52 18 / 0.9);
}

.focus\:border-x-orange-800\/95:focus {
  border-left-color: rgb(154 52 18 / 0.95);
  border-right-color: rgb(154 52 18 / 0.95);
}

.focus\:border-x-orange-900:focus {
  --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));
}

.focus\:border-x-orange-900\/0:focus {
  border-left-color: rgb(124 45 18 / 0);
  border-right-color: rgb(124 45 18 / 0);
}

.focus\:border-x-orange-900\/10:focus {
  border-left-color: rgb(124 45 18 / 0.1);
  border-right-color: rgb(124 45 18 / 0.1);
}

.focus\:border-x-orange-900\/100:focus {
  border-left-color: rgb(124 45 18 / 1);
  border-right-color: rgb(124 45 18 / 1);
}

.focus\:border-x-orange-900\/20:focus {
  border-left-color: rgb(124 45 18 / 0.2);
  border-right-color: rgb(124 45 18 / 0.2);
}

.focus\:border-x-orange-900\/25:focus {
  border-left-color: rgb(124 45 18 / 0.25);
  border-right-color: rgb(124 45 18 / 0.25);
}

.focus\:border-x-orange-900\/30:focus {
  border-left-color: rgb(124 45 18 / 0.3);
  border-right-color: rgb(124 45 18 / 0.3);
}

.focus\:border-x-orange-900\/40:focus {
  border-left-color: rgb(124 45 18 / 0.4);
  border-right-color: rgb(124 45 18 / 0.4);
}

.focus\:border-x-orange-900\/5:focus {
  border-left-color: rgb(124 45 18 / 0.05);
  border-right-color: rgb(124 45 18 / 0.05);
}

.focus\:border-x-orange-900\/50:focus {
  border-left-color: rgb(124 45 18 / 0.5);
  border-right-color: rgb(124 45 18 / 0.5);
}

.focus\:border-x-orange-900\/60:focus {
  border-left-color: rgb(124 45 18 / 0.6);
  border-right-color: rgb(124 45 18 / 0.6);
}

.focus\:border-x-orange-900\/70:focus {
  border-left-color: rgb(124 45 18 / 0.7);
  border-right-color: rgb(124 45 18 / 0.7);
}

.focus\:border-x-orange-900\/75:focus {
  border-left-color: rgb(124 45 18 / 0.75);
  border-right-color: rgb(124 45 18 / 0.75);
}

.focus\:border-x-orange-900\/80:focus {
  border-left-color: rgb(124 45 18 / 0.8);
  border-right-color: rgb(124 45 18 / 0.8);
}

.focus\:border-x-orange-900\/90:focus {
  border-left-color: rgb(124 45 18 / 0.9);
  border-right-color: rgb(124 45 18 / 0.9);
}

.focus\:border-x-orange-900\/95:focus {
  border-left-color: rgb(124 45 18 / 0.95);
  border-right-color: rgb(124 45 18 / 0.95);
}

.focus\:border-x-orange-950:focus {
  --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));
}

.focus\:border-x-orange-950\/0:focus {
  border-left-color: rgb(67 20 7 / 0);
  border-right-color: rgb(67 20 7 / 0);
}

.focus\:border-x-orange-950\/10:focus {
  border-left-color: rgb(67 20 7 / 0.1);
  border-right-color: rgb(67 20 7 / 0.1);
}

.focus\:border-x-orange-950\/100:focus {
  border-left-color: rgb(67 20 7 / 1);
  border-right-color: rgb(67 20 7 / 1);
}

.focus\:border-x-orange-950\/20:focus {
  border-left-color: rgb(67 20 7 / 0.2);
  border-right-color: rgb(67 20 7 / 0.2);
}

.focus\:border-x-orange-950\/25:focus {
  border-left-color: rgb(67 20 7 / 0.25);
  border-right-color: rgb(67 20 7 / 0.25);
}

.focus\:border-x-orange-950\/30:focus {
  border-left-color: rgb(67 20 7 / 0.3);
  border-right-color: rgb(67 20 7 / 0.3);
}

.focus\:border-x-orange-950\/40:focus {
  border-left-color: rgb(67 20 7 / 0.4);
  border-right-color: rgb(67 20 7 / 0.4);
}

.focus\:border-x-orange-950\/5:focus {
  border-left-color: rgb(67 20 7 / 0.05);
  border-right-color: rgb(67 20 7 / 0.05);
}

.focus\:border-x-orange-950\/50:focus {
  border-left-color: rgb(67 20 7 / 0.5);
  border-right-color: rgb(67 20 7 / 0.5);
}

.focus\:border-x-orange-950\/60:focus {
  border-left-color: rgb(67 20 7 / 0.6);
  border-right-color: rgb(67 20 7 / 0.6);
}

.focus\:border-x-orange-950\/70:focus {
  border-left-color: rgb(67 20 7 / 0.7);
  border-right-color: rgb(67 20 7 / 0.7);
}

.focus\:border-x-orange-950\/75:focus {
  border-left-color: rgb(67 20 7 / 0.75);
  border-right-color: rgb(67 20 7 / 0.75);
}

.focus\:border-x-orange-950\/80:focus {
  border-left-color: rgb(67 20 7 / 0.8);
  border-right-color: rgb(67 20 7 / 0.8);
}

.focus\:border-x-orange-950\/90:focus {
  border-left-color: rgb(67 20 7 / 0.9);
  border-right-color: rgb(67 20 7 / 0.9);
}

.focus\:border-x-orange-950\/95:focus {
  border-left-color: rgb(67 20 7 / 0.95);
  border-right-color: rgb(67 20 7 / 0.95);
}

.focus\:border-x-ozc-100:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 239 235 / var(--tw-border-opacity));
  border-right-color: rgb(255 239 235 / var(--tw-border-opacity));
}

.focus\:border-x-ozc-100\/0:focus {
  border-left-color: rgb(255 239 235 / 0);
  border-right-color: rgb(255 239 235 / 0);
}

.focus\:border-x-ozc-100\/10:focus {
  border-left-color: rgb(255 239 235 / 0.1);
  border-right-color: rgb(255 239 235 / 0.1);
}

.focus\:border-x-ozc-100\/100:focus {
  border-left-color: rgb(255 239 235 / 1);
  border-right-color: rgb(255 239 235 / 1);
}

.focus\:border-x-ozc-100\/20:focus {
  border-left-color: rgb(255 239 235 / 0.2);
  border-right-color: rgb(255 239 235 / 0.2);
}

.focus\:border-x-ozc-100\/25:focus {
  border-left-color: rgb(255 239 235 / 0.25);
  border-right-color: rgb(255 239 235 / 0.25);
}

.focus\:border-x-ozc-100\/30:focus {
  border-left-color: rgb(255 239 235 / 0.3);
  border-right-color: rgb(255 239 235 / 0.3);
}

.focus\:border-x-ozc-100\/40:focus {
  border-left-color: rgb(255 239 235 / 0.4);
  border-right-color: rgb(255 239 235 / 0.4);
}

.focus\:border-x-ozc-100\/5:focus {
  border-left-color: rgb(255 239 235 / 0.05);
  border-right-color: rgb(255 239 235 / 0.05);
}

.focus\:border-x-ozc-100\/50:focus {
  border-left-color: rgb(255 239 235 / 0.5);
  border-right-color: rgb(255 239 235 / 0.5);
}

.focus\:border-x-ozc-100\/60:focus {
  border-left-color: rgb(255 239 235 / 0.6);
  border-right-color: rgb(255 239 235 / 0.6);
}

.focus\:border-x-ozc-100\/70:focus {
  border-left-color: rgb(255 239 235 / 0.7);
  border-right-color: rgb(255 239 235 / 0.7);
}

.focus\:border-x-ozc-100\/75:focus {
  border-left-color: rgb(255 239 235 / 0.75);
  border-right-color: rgb(255 239 235 / 0.75);
}

.focus\:border-x-ozc-100\/80:focus {
  border-left-color: rgb(255 239 235 / 0.8);
  border-right-color: rgb(255 239 235 / 0.8);
}

.focus\:border-x-ozc-100\/90:focus {
  border-left-color: rgb(255 239 235 / 0.9);
  border-right-color: rgb(255 239 235 / 0.9);
}

.focus\:border-x-ozc-100\/95:focus {
  border-left-color: rgb(255 239 235 / 0.95);
  border-right-color: rgb(255 239 235 / 0.95);
}

.focus\:border-x-ozc-200:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 225 222 / var(--tw-border-opacity));
  border-right-color: rgb(253 225 222 / var(--tw-border-opacity));
}

.focus\:border-x-ozc-200\/0:focus {
  border-left-color: rgb(253 225 222 / 0);
  border-right-color: rgb(253 225 222 / 0);
}

.focus\:border-x-ozc-200\/10:focus {
  border-left-color: rgb(253 225 222 / 0.1);
  border-right-color: rgb(253 225 222 / 0.1);
}

.focus\:border-x-ozc-200\/100:focus {
  border-left-color: rgb(253 225 222 / 1);
  border-right-color: rgb(253 225 222 / 1);
}

.focus\:border-x-ozc-200\/20:focus {
  border-left-color: rgb(253 225 222 / 0.2);
  border-right-color: rgb(253 225 222 / 0.2);
}

.focus\:border-x-ozc-200\/25:focus {
  border-left-color: rgb(253 225 222 / 0.25);
  border-right-color: rgb(253 225 222 / 0.25);
}

.focus\:border-x-ozc-200\/30:focus {
  border-left-color: rgb(253 225 222 / 0.3);
  border-right-color: rgb(253 225 222 / 0.3);
}

.focus\:border-x-ozc-200\/40:focus {
  border-left-color: rgb(253 225 222 / 0.4);
  border-right-color: rgb(253 225 222 / 0.4);
}

.focus\:border-x-ozc-200\/5:focus {
  border-left-color: rgb(253 225 222 / 0.05);
  border-right-color: rgb(253 225 222 / 0.05);
}

.focus\:border-x-ozc-200\/50:focus {
  border-left-color: rgb(253 225 222 / 0.5);
  border-right-color: rgb(253 225 222 / 0.5);
}

.focus\:border-x-ozc-200\/60:focus {
  border-left-color: rgb(253 225 222 / 0.6);
  border-right-color: rgb(253 225 222 / 0.6);
}

.focus\:border-x-ozc-200\/70:focus {
  border-left-color: rgb(253 225 222 / 0.7);
  border-right-color: rgb(253 225 222 / 0.7);
}

.focus\:border-x-ozc-200\/75:focus {
  border-left-color: rgb(253 225 222 / 0.75);
  border-right-color: rgb(253 225 222 / 0.75);
}

.focus\:border-x-ozc-200\/80:focus {
  border-left-color: rgb(253 225 222 / 0.8);
  border-right-color: rgb(253 225 222 / 0.8);
}

.focus\:border-x-ozc-200\/90:focus {
  border-left-color: rgb(253 225 222 / 0.9);
  border-right-color: rgb(253 225 222 / 0.9);
}

.focus\:border-x-ozc-200\/95:focus {
  border-left-color: rgb(253 225 222 / 0.95);
  border-right-color: rgb(253 225 222 / 0.95);
}

.focus\:border-x-ozc-300:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(248 181 181 / var(--tw-border-opacity));
  border-right-color: rgb(248 181 181 / var(--tw-border-opacity));
}

.focus\:border-x-ozc-300\/0:focus {
  border-left-color: rgb(248 181 181 / 0);
  border-right-color: rgb(248 181 181 / 0);
}

.focus\:border-x-ozc-300\/10:focus {
  border-left-color: rgb(248 181 181 / 0.1);
  border-right-color: rgb(248 181 181 / 0.1);
}

.focus\:border-x-ozc-300\/100:focus {
  border-left-color: rgb(248 181 181 / 1);
  border-right-color: rgb(248 181 181 / 1);
}

.focus\:border-x-ozc-300\/20:focus {
  border-left-color: rgb(248 181 181 / 0.2);
  border-right-color: rgb(248 181 181 / 0.2);
}

.focus\:border-x-ozc-300\/25:focus {
  border-left-color: rgb(248 181 181 / 0.25);
  border-right-color: rgb(248 181 181 / 0.25);
}

.focus\:border-x-ozc-300\/30:focus {
  border-left-color: rgb(248 181 181 / 0.3);
  border-right-color: rgb(248 181 181 / 0.3);
}

.focus\:border-x-ozc-300\/40:focus {
  border-left-color: rgb(248 181 181 / 0.4);
  border-right-color: rgb(248 181 181 / 0.4);
}

.focus\:border-x-ozc-300\/5:focus {
  border-left-color: rgb(248 181 181 / 0.05);
  border-right-color: rgb(248 181 181 / 0.05);
}

.focus\:border-x-ozc-300\/50:focus {
  border-left-color: rgb(248 181 181 / 0.5);
  border-right-color: rgb(248 181 181 / 0.5);
}

.focus\:border-x-ozc-300\/60:focus {
  border-left-color: rgb(248 181 181 / 0.6);
  border-right-color: rgb(248 181 181 / 0.6);
}

.focus\:border-x-ozc-300\/70:focus {
  border-left-color: rgb(248 181 181 / 0.7);
  border-right-color: rgb(248 181 181 / 0.7);
}

.focus\:border-x-ozc-300\/75:focus {
  border-left-color: rgb(248 181 181 / 0.75);
  border-right-color: rgb(248 181 181 / 0.75);
}

.focus\:border-x-ozc-300\/80:focus {
  border-left-color: rgb(248 181 181 / 0.8);
  border-right-color: rgb(248 181 181 / 0.8);
}

.focus\:border-x-ozc-300\/90:focus {
  border-left-color: rgb(248 181 181 / 0.9);
  border-right-color: rgb(248 181 181 / 0.9);
}

.focus\:border-x-ozc-300\/95:focus {
  border-left-color: rgb(248 181 181 / 0.95);
  border-right-color: rgb(248 181 181 / 0.95);
}

.focus\:border-x-ozc-400:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 189 173 / var(--tw-border-opacity));
  border-right-color: rgb(250 189 173 / var(--tw-border-opacity));
}

.focus\:border-x-ozc-400\/0:focus {
  border-left-color: rgb(250 189 173 / 0);
  border-right-color: rgb(250 189 173 / 0);
}

.focus\:border-x-ozc-400\/10:focus {
  border-left-color: rgb(250 189 173 / 0.1);
  border-right-color: rgb(250 189 173 / 0.1);
}

.focus\:border-x-ozc-400\/100:focus {
  border-left-color: rgb(250 189 173 / 1);
  border-right-color: rgb(250 189 173 / 1);
}

.focus\:border-x-ozc-400\/20:focus {
  border-left-color: rgb(250 189 173 / 0.2);
  border-right-color: rgb(250 189 173 / 0.2);
}

.focus\:border-x-ozc-400\/25:focus {
  border-left-color: rgb(250 189 173 / 0.25);
  border-right-color: rgb(250 189 173 / 0.25);
}

.focus\:border-x-ozc-400\/30:focus {
  border-left-color: rgb(250 189 173 / 0.3);
  border-right-color: rgb(250 189 173 / 0.3);
}

.focus\:border-x-ozc-400\/40:focus {
  border-left-color: rgb(250 189 173 / 0.4);
  border-right-color: rgb(250 189 173 / 0.4);
}

.focus\:border-x-ozc-400\/5:focus {
  border-left-color: rgb(250 189 173 / 0.05);
  border-right-color: rgb(250 189 173 / 0.05);
}

.focus\:border-x-ozc-400\/50:focus {
  border-left-color: rgb(250 189 173 / 0.5);
  border-right-color: rgb(250 189 173 / 0.5);
}

.focus\:border-x-ozc-400\/60:focus {
  border-left-color: rgb(250 189 173 / 0.6);
  border-right-color: rgb(250 189 173 / 0.6);
}

.focus\:border-x-ozc-400\/70:focus {
  border-left-color: rgb(250 189 173 / 0.7);
  border-right-color: rgb(250 189 173 / 0.7);
}

.focus\:border-x-ozc-400\/75:focus {
  border-left-color: rgb(250 189 173 / 0.75);
  border-right-color: rgb(250 189 173 / 0.75);
}

.focus\:border-x-ozc-400\/80:focus {
  border-left-color: rgb(250 189 173 / 0.8);
  border-right-color: rgb(250 189 173 / 0.8);
}

.focus\:border-x-ozc-400\/90:focus {
  border-left-color: rgb(250 189 173 / 0.9);
  border-right-color: rgb(250 189 173 / 0.9);
}

.focus\:border-x-ozc-400\/95:focus {
  border-left-color: rgb(250 189 173 / 0.95);
  border-right-color: rgb(250 189 173 / 0.95);
}

.focus\:border-x-ozc-50:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 243 232 / var(--tw-border-opacity));
  border-right-color: rgb(254 243 232 / var(--tw-border-opacity));
}

.focus\:border-x-ozc-50\/0:focus {
  border-left-color: rgb(254 243 232 / 0);
  border-right-color: rgb(254 243 232 / 0);
}

.focus\:border-x-ozc-50\/10:focus {
  border-left-color: rgb(254 243 232 / 0.1);
  border-right-color: rgb(254 243 232 / 0.1);
}

.focus\:border-x-ozc-50\/100:focus {
  border-left-color: rgb(254 243 232 / 1);
  border-right-color: rgb(254 243 232 / 1);
}

.focus\:border-x-ozc-50\/20:focus {
  border-left-color: rgb(254 243 232 / 0.2);
  border-right-color: rgb(254 243 232 / 0.2);
}

.focus\:border-x-ozc-50\/25:focus {
  border-left-color: rgb(254 243 232 / 0.25);
  border-right-color: rgb(254 243 232 / 0.25);
}

.focus\:border-x-ozc-50\/30:focus {
  border-left-color: rgb(254 243 232 / 0.3);
  border-right-color: rgb(254 243 232 / 0.3);
}

.focus\:border-x-ozc-50\/40:focus {
  border-left-color: rgb(254 243 232 / 0.4);
  border-right-color: rgb(254 243 232 / 0.4);
}

.focus\:border-x-ozc-50\/5:focus {
  border-left-color: rgb(254 243 232 / 0.05);
  border-right-color: rgb(254 243 232 / 0.05);
}

.focus\:border-x-ozc-50\/50:focus {
  border-left-color: rgb(254 243 232 / 0.5);
  border-right-color: rgb(254 243 232 / 0.5);
}

.focus\:border-x-ozc-50\/60:focus {
  border-left-color: rgb(254 243 232 / 0.6);
  border-right-color: rgb(254 243 232 / 0.6);
}

.focus\:border-x-ozc-50\/70:focus {
  border-left-color: rgb(254 243 232 / 0.7);
  border-right-color: rgb(254 243 232 / 0.7);
}

.focus\:border-x-ozc-50\/75:focus {
  border-left-color: rgb(254 243 232 / 0.75);
  border-right-color: rgb(254 243 232 / 0.75);
}

.focus\:border-x-ozc-50\/80:focus {
  border-left-color: rgb(254 243 232 / 0.8);
  border-right-color: rgb(254 243 232 / 0.8);
}

.focus\:border-x-ozc-50\/90:focus {
  border-left-color: rgb(254 243 232 / 0.9);
  border-right-color: rgb(254 243 232 / 0.9);
}

.focus\:border-x-ozc-50\/95:focus {
  border-left-color: rgb(254 243 232 / 0.95);
  border-right-color: rgb(254 243 232 / 0.95);
}

.focus\:border-x-ozc-500:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 110 96 / var(--tw-border-opacity));
  border-right-color: rgb(255 110 96 / var(--tw-border-opacity));
}

.focus\:border-x-ozc-500\/0:focus {
  border-left-color: rgb(255 110 96 / 0);
  border-right-color: rgb(255 110 96 / 0);
}

.focus\:border-x-ozc-500\/10:focus {
  border-left-color: rgb(255 110 96 / 0.1);
  border-right-color: rgb(255 110 96 / 0.1);
}

.focus\:border-x-ozc-500\/100:focus {
  border-left-color: rgb(255 110 96 / 1);
  border-right-color: rgb(255 110 96 / 1);
}

.focus\:border-x-ozc-500\/20:focus {
  border-left-color: rgb(255 110 96 / 0.2);
  border-right-color: rgb(255 110 96 / 0.2);
}

.focus\:border-x-ozc-500\/25:focus {
  border-left-color: rgb(255 110 96 / 0.25);
  border-right-color: rgb(255 110 96 / 0.25);
}

.focus\:border-x-ozc-500\/30:focus {
  border-left-color: rgb(255 110 96 / 0.3);
  border-right-color: rgb(255 110 96 / 0.3);
}

.focus\:border-x-ozc-500\/40:focus {
  border-left-color: rgb(255 110 96 / 0.4);
  border-right-color: rgb(255 110 96 / 0.4);
}

.focus\:border-x-ozc-500\/5:focus {
  border-left-color: rgb(255 110 96 / 0.05);
  border-right-color: rgb(255 110 96 / 0.05);
}

.focus\:border-x-ozc-500\/50:focus {
  border-left-color: rgb(255 110 96 / 0.5);
  border-right-color: rgb(255 110 96 / 0.5);
}

.focus\:border-x-ozc-500\/60:focus {
  border-left-color: rgb(255 110 96 / 0.6);
  border-right-color: rgb(255 110 96 / 0.6);
}

.focus\:border-x-ozc-500\/70:focus {
  border-left-color: rgb(255 110 96 / 0.7);
  border-right-color: rgb(255 110 96 / 0.7);
}

.focus\:border-x-ozc-500\/75:focus {
  border-left-color: rgb(255 110 96 / 0.75);
  border-right-color: rgb(255 110 96 / 0.75);
}

.focus\:border-x-ozc-500\/80:focus {
  border-left-color: rgb(255 110 96 / 0.8);
  border-right-color: rgb(255 110 96 / 0.8);
}

.focus\:border-x-ozc-500\/90:focus {
  border-left-color: rgb(255 110 96 / 0.9);
  border-right-color: rgb(255 110 96 / 0.9);
}

.focus\:border-x-ozc-500\/95:focus {
  border-left-color: rgb(255 110 96 / 0.95);
  border-right-color: rgb(255 110 96 / 0.95);
}

.focus\:border-x-ozc-600:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 169 140 / var(--tw-border-opacity));
  border-right-color: rgb(249 169 140 / var(--tw-border-opacity));
}

.focus\:border-x-ozc-600\/0:focus {
  border-left-color: rgb(249 169 140 / 0);
  border-right-color: rgb(249 169 140 / 0);
}

.focus\:border-x-ozc-600\/10:focus {
  border-left-color: rgb(249 169 140 / 0.1);
  border-right-color: rgb(249 169 140 / 0.1);
}

.focus\:border-x-ozc-600\/100:focus {
  border-left-color: rgb(249 169 140 / 1);
  border-right-color: rgb(249 169 140 / 1);
}

.focus\:border-x-ozc-600\/20:focus {
  border-left-color: rgb(249 169 140 / 0.2);
  border-right-color: rgb(249 169 140 / 0.2);
}

.focus\:border-x-ozc-600\/25:focus {
  border-left-color: rgb(249 169 140 / 0.25);
  border-right-color: rgb(249 169 140 / 0.25);
}

.focus\:border-x-ozc-600\/30:focus {
  border-left-color: rgb(249 169 140 / 0.3);
  border-right-color: rgb(249 169 140 / 0.3);
}

.focus\:border-x-ozc-600\/40:focus {
  border-left-color: rgb(249 169 140 / 0.4);
  border-right-color: rgb(249 169 140 / 0.4);
}

.focus\:border-x-ozc-600\/5:focus {
  border-left-color: rgb(249 169 140 / 0.05);
  border-right-color: rgb(249 169 140 / 0.05);
}

.focus\:border-x-ozc-600\/50:focus {
  border-left-color: rgb(249 169 140 / 0.5);
  border-right-color: rgb(249 169 140 / 0.5);
}

.focus\:border-x-ozc-600\/60:focus {
  border-left-color: rgb(249 169 140 / 0.6);
  border-right-color: rgb(249 169 140 / 0.6);
}

.focus\:border-x-ozc-600\/70:focus {
  border-left-color: rgb(249 169 140 / 0.7);
  border-right-color: rgb(249 169 140 / 0.7);
}

.focus\:border-x-ozc-600\/75:focus {
  border-left-color: rgb(249 169 140 / 0.75);
  border-right-color: rgb(249 169 140 / 0.75);
}

.focus\:border-x-ozc-600\/80:focus {
  border-left-color: rgb(249 169 140 / 0.8);
  border-right-color: rgb(249 169 140 / 0.8);
}

.focus\:border-x-ozc-600\/90:focus {
  border-left-color: rgb(249 169 140 / 0.9);
  border-right-color: rgb(249 169 140 / 0.9);
}

.focus\:border-x-ozc-600\/95:focus {
  border-left-color: rgb(249 169 140 / 0.95);
  border-right-color: rgb(249 169 140 / 0.95);
}

.focus\:border-x-ozc-700:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(246 148 114 / var(--tw-border-opacity));
  border-right-color: rgb(246 148 114 / var(--tw-border-opacity));
}

.focus\:border-x-ozc-700\/0:focus {
  border-left-color: rgb(246 148 114 / 0);
  border-right-color: rgb(246 148 114 / 0);
}

.focus\:border-x-ozc-700\/10:focus {
  border-left-color: rgb(246 148 114 / 0.1);
  border-right-color: rgb(246 148 114 / 0.1);
}

.focus\:border-x-ozc-700\/100:focus {
  border-left-color: rgb(246 148 114 / 1);
  border-right-color: rgb(246 148 114 / 1);
}

.focus\:border-x-ozc-700\/20:focus {
  border-left-color: rgb(246 148 114 / 0.2);
  border-right-color: rgb(246 148 114 / 0.2);
}

.focus\:border-x-ozc-700\/25:focus {
  border-left-color: rgb(246 148 114 / 0.25);
  border-right-color: rgb(246 148 114 / 0.25);
}

.focus\:border-x-ozc-700\/30:focus {
  border-left-color: rgb(246 148 114 / 0.3);
  border-right-color: rgb(246 148 114 / 0.3);
}

.focus\:border-x-ozc-700\/40:focus {
  border-left-color: rgb(246 148 114 / 0.4);
  border-right-color: rgb(246 148 114 / 0.4);
}

.focus\:border-x-ozc-700\/5:focus {
  border-left-color: rgb(246 148 114 / 0.05);
  border-right-color: rgb(246 148 114 / 0.05);
}

.focus\:border-x-ozc-700\/50:focus {
  border-left-color: rgb(246 148 114 / 0.5);
  border-right-color: rgb(246 148 114 / 0.5);
}

.focus\:border-x-ozc-700\/60:focus {
  border-left-color: rgb(246 148 114 / 0.6);
  border-right-color: rgb(246 148 114 / 0.6);
}

.focus\:border-x-ozc-700\/70:focus {
  border-left-color: rgb(246 148 114 / 0.7);
  border-right-color: rgb(246 148 114 / 0.7);
}

.focus\:border-x-ozc-700\/75:focus {
  border-left-color: rgb(246 148 114 / 0.75);
  border-right-color: rgb(246 148 114 / 0.75);
}

.focus\:border-x-ozc-700\/80:focus {
  border-left-color: rgb(246 148 114 / 0.8);
  border-right-color: rgb(246 148 114 / 0.8);
}

.focus\:border-x-ozc-700\/90:focus {
  border-left-color: rgb(246 148 114 / 0.9);
  border-right-color: rgb(246 148 114 / 0.9);
}

.focus\:border-x-ozc-700\/95:focus {
  border-left-color: rgb(246 148 114 / 0.95);
  border-right-color: rgb(246 148 114 / 0.95);
}

.focus\:border-x-ozc-800:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 144 136 / var(--tw-border-opacity));
  border-right-color: rgb(245 144 136 / var(--tw-border-opacity));
}

.focus\:border-x-ozc-800\/0:focus {
  border-left-color: rgb(245 144 136 / 0);
  border-right-color: rgb(245 144 136 / 0);
}

.focus\:border-x-ozc-800\/10:focus {
  border-left-color: rgb(245 144 136 / 0.1);
  border-right-color: rgb(245 144 136 / 0.1);
}

.focus\:border-x-ozc-800\/100:focus {
  border-left-color: rgb(245 144 136 / 1);
  border-right-color: rgb(245 144 136 / 1);
}

.focus\:border-x-ozc-800\/20:focus {
  border-left-color: rgb(245 144 136 / 0.2);
  border-right-color: rgb(245 144 136 / 0.2);
}

.focus\:border-x-ozc-800\/25:focus {
  border-left-color: rgb(245 144 136 / 0.25);
  border-right-color: rgb(245 144 136 / 0.25);
}

.focus\:border-x-ozc-800\/30:focus {
  border-left-color: rgb(245 144 136 / 0.3);
  border-right-color: rgb(245 144 136 / 0.3);
}

.focus\:border-x-ozc-800\/40:focus {
  border-left-color: rgb(245 144 136 / 0.4);
  border-right-color: rgb(245 144 136 / 0.4);
}

.focus\:border-x-ozc-800\/5:focus {
  border-left-color: rgb(245 144 136 / 0.05);
  border-right-color: rgb(245 144 136 / 0.05);
}

.focus\:border-x-ozc-800\/50:focus {
  border-left-color: rgb(245 144 136 / 0.5);
  border-right-color: rgb(245 144 136 / 0.5);
}

.focus\:border-x-ozc-800\/60:focus {
  border-left-color: rgb(245 144 136 / 0.6);
  border-right-color: rgb(245 144 136 / 0.6);
}

.focus\:border-x-ozc-800\/70:focus {
  border-left-color: rgb(245 144 136 / 0.7);
  border-right-color: rgb(245 144 136 / 0.7);
}

.focus\:border-x-ozc-800\/75:focus {
  border-left-color: rgb(245 144 136 / 0.75);
  border-right-color: rgb(245 144 136 / 0.75);
}

.focus\:border-x-ozc-800\/80:focus {
  border-left-color: rgb(245 144 136 / 0.8);
  border-right-color: rgb(245 144 136 / 0.8);
}

.focus\:border-x-ozc-800\/90:focus {
  border-left-color: rgb(245 144 136 / 0.9);
  border-right-color: rgb(245 144 136 / 0.9);
}

.focus\:border-x-ozc-800\/95:focus {
  border-left-color: rgb(245 144 136 / 0.95);
  border-right-color: rgb(245 144 136 / 0.95);
}

.focus\:border-x-ozc-900:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(243 121 124 / var(--tw-border-opacity));
  border-right-color: rgb(243 121 124 / var(--tw-border-opacity));
}

.focus\:border-x-ozc-900\/0:focus {
  border-left-color: rgb(243 121 124 / 0);
  border-right-color: rgb(243 121 124 / 0);
}

.focus\:border-x-ozc-900\/10:focus {
  border-left-color: rgb(243 121 124 / 0.1);
  border-right-color: rgb(243 121 124 / 0.1);
}

.focus\:border-x-ozc-900\/100:focus {
  border-left-color: rgb(243 121 124 / 1);
  border-right-color: rgb(243 121 124 / 1);
}

.focus\:border-x-ozc-900\/20:focus {
  border-left-color: rgb(243 121 124 / 0.2);
  border-right-color: rgb(243 121 124 / 0.2);
}

.focus\:border-x-ozc-900\/25:focus {
  border-left-color: rgb(243 121 124 / 0.25);
  border-right-color: rgb(243 121 124 / 0.25);
}

.focus\:border-x-ozc-900\/30:focus {
  border-left-color: rgb(243 121 124 / 0.3);
  border-right-color: rgb(243 121 124 / 0.3);
}

.focus\:border-x-ozc-900\/40:focus {
  border-left-color: rgb(243 121 124 / 0.4);
  border-right-color: rgb(243 121 124 / 0.4);
}

.focus\:border-x-ozc-900\/5:focus {
  border-left-color: rgb(243 121 124 / 0.05);
  border-right-color: rgb(243 121 124 / 0.05);
}

.focus\:border-x-ozc-900\/50:focus {
  border-left-color: rgb(243 121 124 / 0.5);
  border-right-color: rgb(243 121 124 / 0.5);
}

.focus\:border-x-ozc-900\/60:focus {
  border-left-color: rgb(243 121 124 / 0.6);
  border-right-color: rgb(243 121 124 / 0.6);
}

.focus\:border-x-ozc-900\/70:focus {
  border-left-color: rgb(243 121 124 / 0.7);
  border-right-color: rgb(243 121 124 / 0.7);
}

.focus\:border-x-ozc-900\/75:focus {
  border-left-color: rgb(243 121 124 / 0.75);
  border-right-color: rgb(243 121 124 / 0.75);
}

.focus\:border-x-ozc-900\/80:focus {
  border-left-color: rgb(243 121 124 / 0.8);
  border-right-color: rgb(243 121 124 / 0.8);
}

.focus\:border-x-ozc-900\/90:focus {
  border-left-color: rgb(243 121 124 / 0.9);
  border-right-color: rgb(243 121 124 / 0.9);
}

.focus\:border-x-ozc-900\/95:focus {
  border-left-color: rgb(243 121 124 / 0.95);
  border-right-color: rgb(243 121 124 / 0.95);
}

.focus\:border-x-ozc-950:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(42 45 51 / var(--tw-border-opacity));
  border-right-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.focus\:border-x-ozc-950\/0:focus {
  border-left-color: rgb(42 45 51 / 0);
  border-right-color: rgb(42 45 51 / 0);
}

.focus\:border-x-ozc-950\/10:focus {
  border-left-color: rgb(42 45 51 / 0.1);
  border-right-color: rgb(42 45 51 / 0.1);
}

.focus\:border-x-ozc-950\/100:focus {
  border-left-color: rgb(42 45 51 / 1);
  border-right-color: rgb(42 45 51 / 1);
}

.focus\:border-x-ozc-950\/20:focus {
  border-left-color: rgb(42 45 51 / 0.2);
  border-right-color: rgb(42 45 51 / 0.2);
}

.focus\:border-x-ozc-950\/25:focus {
  border-left-color: rgb(42 45 51 / 0.25);
  border-right-color: rgb(42 45 51 / 0.25);
}

.focus\:border-x-ozc-950\/30:focus {
  border-left-color: rgb(42 45 51 / 0.3);
  border-right-color: rgb(42 45 51 / 0.3);
}

.focus\:border-x-ozc-950\/40:focus {
  border-left-color: rgb(42 45 51 / 0.4);
  border-right-color: rgb(42 45 51 / 0.4);
}

.focus\:border-x-ozc-950\/5:focus {
  border-left-color: rgb(42 45 51 / 0.05);
  border-right-color: rgb(42 45 51 / 0.05);
}

.focus\:border-x-ozc-950\/50:focus {
  border-left-color: rgb(42 45 51 / 0.5);
  border-right-color: rgb(42 45 51 / 0.5);
}

.focus\:border-x-ozc-950\/60:focus {
  border-left-color: rgb(42 45 51 / 0.6);
  border-right-color: rgb(42 45 51 / 0.6);
}

.focus\:border-x-ozc-950\/70:focus {
  border-left-color: rgb(42 45 51 / 0.7);
  border-right-color: rgb(42 45 51 / 0.7);
}

.focus\:border-x-ozc-950\/75:focus {
  border-left-color: rgb(42 45 51 / 0.75);
  border-right-color: rgb(42 45 51 / 0.75);
}

.focus\:border-x-ozc-950\/80:focus {
  border-left-color: rgb(42 45 51 / 0.8);
  border-right-color: rgb(42 45 51 / 0.8);
}

.focus\:border-x-ozc-950\/90:focus {
  border-left-color: rgb(42 45 51 / 0.9);
  border-right-color: rgb(42 45 51 / 0.9);
}

.focus\:border-x-ozc-950\/95:focus {
  border-left-color: rgb(42 45 51 / 0.95);
  border-right-color: rgb(42 45 51 / 0.95);
}

.focus\:border-x-ozc-alt-100:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 250 230 / var(--tw-border-opacity));
  border-right-color: rgb(255 250 230 / var(--tw-border-opacity));
}

.focus\:border-x-ozc-alt-100\/0:focus {
  border-left-color: rgb(255 250 230 / 0);
  border-right-color: rgb(255 250 230 / 0);
}

.focus\:border-x-ozc-alt-100\/10:focus {
  border-left-color: rgb(255 250 230 / 0.1);
  border-right-color: rgb(255 250 230 / 0.1);
}

.focus\:border-x-ozc-alt-100\/100:focus {
  border-left-color: rgb(255 250 230 / 1);
  border-right-color: rgb(255 250 230 / 1);
}

.focus\:border-x-ozc-alt-100\/20:focus {
  border-left-color: rgb(255 250 230 / 0.2);
  border-right-color: rgb(255 250 230 / 0.2);
}

.focus\:border-x-ozc-alt-100\/25:focus {
  border-left-color: rgb(255 250 230 / 0.25);
  border-right-color: rgb(255 250 230 / 0.25);
}

.focus\:border-x-ozc-alt-100\/30:focus {
  border-left-color: rgb(255 250 230 / 0.3);
  border-right-color: rgb(255 250 230 / 0.3);
}

.focus\:border-x-ozc-alt-100\/40:focus {
  border-left-color: rgb(255 250 230 / 0.4);
  border-right-color: rgb(255 250 230 / 0.4);
}

.focus\:border-x-ozc-alt-100\/5:focus {
  border-left-color: rgb(255 250 230 / 0.05);
  border-right-color: rgb(255 250 230 / 0.05);
}

.focus\:border-x-ozc-alt-100\/50:focus {
  border-left-color: rgb(255 250 230 / 0.5);
  border-right-color: rgb(255 250 230 / 0.5);
}

.focus\:border-x-ozc-alt-100\/60:focus {
  border-left-color: rgb(255 250 230 / 0.6);
  border-right-color: rgb(255 250 230 / 0.6);
}

.focus\:border-x-ozc-alt-100\/70:focus {
  border-left-color: rgb(255 250 230 / 0.7);
  border-right-color: rgb(255 250 230 / 0.7);
}

.focus\:border-x-ozc-alt-100\/75:focus {
  border-left-color: rgb(255 250 230 / 0.75);
  border-right-color: rgb(255 250 230 / 0.75);
}

.focus\:border-x-ozc-alt-100\/80:focus {
  border-left-color: rgb(255 250 230 / 0.8);
  border-right-color: rgb(255 250 230 / 0.8);
}

.focus\:border-x-ozc-alt-100\/90:focus {
  border-left-color: rgb(255 250 230 / 0.9);
  border-right-color: rgb(255 250 230 / 0.9);
}

.focus\:border-x-ozc-alt-100\/95:focus {
  border-left-color: rgb(255 250 230 / 0.95);
  border-right-color: rgb(255 250 230 / 0.95);
}

.focus\:border-x-ozc-alt-200:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 242 193 / var(--tw-border-opacity));
  border-right-color: rgb(255 242 193 / var(--tw-border-opacity));
}

.focus\:border-x-ozc-alt-200\/0:focus {
  border-left-color: rgb(255 242 193 / 0);
  border-right-color: rgb(255 242 193 / 0);
}

.focus\:border-x-ozc-alt-200\/10:focus {
  border-left-color: rgb(255 242 193 / 0.1);
  border-right-color: rgb(255 242 193 / 0.1);
}

.focus\:border-x-ozc-alt-200\/100:focus {
  border-left-color: rgb(255 242 193 / 1);
  border-right-color: rgb(255 242 193 / 1);
}

.focus\:border-x-ozc-alt-200\/20:focus {
  border-left-color: rgb(255 242 193 / 0.2);
  border-right-color: rgb(255 242 193 / 0.2);
}

.focus\:border-x-ozc-alt-200\/25:focus {
  border-left-color: rgb(255 242 193 / 0.25);
  border-right-color: rgb(255 242 193 / 0.25);
}

.focus\:border-x-ozc-alt-200\/30:focus {
  border-left-color: rgb(255 242 193 / 0.3);
  border-right-color: rgb(255 242 193 / 0.3);
}

.focus\:border-x-ozc-alt-200\/40:focus {
  border-left-color: rgb(255 242 193 / 0.4);
  border-right-color: rgb(255 242 193 / 0.4);
}

.focus\:border-x-ozc-alt-200\/5:focus {
  border-left-color: rgb(255 242 193 / 0.05);
  border-right-color: rgb(255 242 193 / 0.05);
}

.focus\:border-x-ozc-alt-200\/50:focus {
  border-left-color: rgb(255 242 193 / 0.5);
  border-right-color: rgb(255 242 193 / 0.5);
}

.focus\:border-x-ozc-alt-200\/60:focus {
  border-left-color: rgb(255 242 193 / 0.6);
  border-right-color: rgb(255 242 193 / 0.6);
}

.focus\:border-x-ozc-alt-200\/70:focus {
  border-left-color: rgb(255 242 193 / 0.7);
  border-right-color: rgb(255 242 193 / 0.7);
}

.focus\:border-x-ozc-alt-200\/75:focus {
  border-left-color: rgb(255 242 193 / 0.75);
  border-right-color: rgb(255 242 193 / 0.75);
}

.focus\:border-x-ozc-alt-200\/80:focus {
  border-left-color: rgb(255 242 193 / 0.8);
  border-right-color: rgb(255 242 193 / 0.8);
}

.focus\:border-x-ozc-alt-200\/90:focus {
  border-left-color: rgb(255 242 193 / 0.9);
  border-right-color: rgb(255 242 193 / 0.9);
}

.focus\:border-x-ozc-alt-200\/95:focus {
  border-left-color: rgb(255 242 193 / 0.95);
  border-right-color: rgb(255 242 193 / 0.95);
}

.focus\:border-x-ozc-alt-300:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 235 155 / var(--tw-border-opacity));
  border-right-color: rgb(255 235 155 / var(--tw-border-opacity));
}

.focus\:border-x-ozc-alt-300\/0:focus {
  border-left-color: rgb(255 235 155 / 0);
  border-right-color: rgb(255 235 155 / 0);
}

.focus\:border-x-ozc-alt-300\/10:focus {
  border-left-color: rgb(255 235 155 / 0.1);
  border-right-color: rgb(255 235 155 / 0.1);
}

.focus\:border-x-ozc-alt-300\/100:focus {
  border-left-color: rgb(255 235 155 / 1);
  border-right-color: rgb(255 235 155 / 1);
}

.focus\:border-x-ozc-alt-300\/20:focus {
  border-left-color: rgb(255 235 155 / 0.2);
  border-right-color: rgb(255 235 155 / 0.2);
}

.focus\:border-x-ozc-alt-300\/25:focus {
  border-left-color: rgb(255 235 155 / 0.25);
  border-right-color: rgb(255 235 155 / 0.25);
}

.focus\:border-x-ozc-alt-300\/30:focus {
  border-left-color: rgb(255 235 155 / 0.3);
  border-right-color: rgb(255 235 155 / 0.3);
}

.focus\:border-x-ozc-alt-300\/40:focus {
  border-left-color: rgb(255 235 155 / 0.4);
  border-right-color: rgb(255 235 155 / 0.4);
}

.focus\:border-x-ozc-alt-300\/5:focus {
  border-left-color: rgb(255 235 155 / 0.05);
  border-right-color: rgb(255 235 155 / 0.05);
}

.focus\:border-x-ozc-alt-300\/50:focus {
  border-left-color: rgb(255 235 155 / 0.5);
  border-right-color: rgb(255 235 155 / 0.5);
}

.focus\:border-x-ozc-alt-300\/60:focus {
  border-left-color: rgb(255 235 155 / 0.6);
  border-right-color: rgb(255 235 155 / 0.6);
}

.focus\:border-x-ozc-alt-300\/70:focus {
  border-left-color: rgb(255 235 155 / 0.7);
  border-right-color: rgb(255 235 155 / 0.7);
}

.focus\:border-x-ozc-alt-300\/75:focus {
  border-left-color: rgb(255 235 155 / 0.75);
  border-right-color: rgb(255 235 155 / 0.75);
}

.focus\:border-x-ozc-alt-300\/80:focus {
  border-left-color: rgb(255 235 155 / 0.8);
  border-right-color: rgb(255 235 155 / 0.8);
}

.focus\:border-x-ozc-alt-300\/90:focus {
  border-left-color: rgb(255 235 155 / 0.9);
  border-right-color: rgb(255 235 155 / 0.9);
}

.focus\:border-x-ozc-alt-300\/95:focus {
  border-left-color: rgb(255 235 155 / 0.95);
  border-right-color: rgb(255 235 155 / 0.95);
}

.focus\:border-x-ozc-alt-400:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 219 80 / var(--tw-border-opacity));
  border-right-color: rgb(255 219 80 / var(--tw-border-opacity));
}

.focus\:border-x-ozc-alt-400\/0:focus {
  border-left-color: rgb(255 219 80 / 0);
  border-right-color: rgb(255 219 80 / 0);
}

.focus\:border-x-ozc-alt-400\/10:focus {
  border-left-color: rgb(255 219 80 / 0.1);
  border-right-color: rgb(255 219 80 / 0.1);
}

.focus\:border-x-ozc-alt-400\/100:focus {
  border-left-color: rgb(255 219 80 / 1);
  border-right-color: rgb(255 219 80 / 1);
}

.focus\:border-x-ozc-alt-400\/20:focus {
  border-left-color: rgb(255 219 80 / 0.2);
  border-right-color: rgb(255 219 80 / 0.2);
}

.focus\:border-x-ozc-alt-400\/25:focus {
  border-left-color: rgb(255 219 80 / 0.25);
  border-right-color: rgb(255 219 80 / 0.25);
}

.focus\:border-x-ozc-alt-400\/30:focus {
  border-left-color: rgb(255 219 80 / 0.3);
  border-right-color: rgb(255 219 80 / 0.3);
}

.focus\:border-x-ozc-alt-400\/40:focus {
  border-left-color: rgb(255 219 80 / 0.4);
  border-right-color: rgb(255 219 80 / 0.4);
}

.focus\:border-x-ozc-alt-400\/5:focus {
  border-left-color: rgb(255 219 80 / 0.05);
  border-right-color: rgb(255 219 80 / 0.05);
}

.focus\:border-x-ozc-alt-400\/50:focus {
  border-left-color: rgb(255 219 80 / 0.5);
  border-right-color: rgb(255 219 80 / 0.5);
}

.focus\:border-x-ozc-alt-400\/60:focus {
  border-left-color: rgb(255 219 80 / 0.6);
  border-right-color: rgb(255 219 80 / 0.6);
}

.focus\:border-x-ozc-alt-400\/70:focus {
  border-left-color: rgb(255 219 80 / 0.7);
  border-right-color: rgb(255 219 80 / 0.7);
}

.focus\:border-x-ozc-alt-400\/75:focus {
  border-left-color: rgb(255 219 80 / 0.75);
  border-right-color: rgb(255 219 80 / 0.75);
}

.focus\:border-x-ozc-alt-400\/80:focus {
  border-left-color: rgb(255 219 80 / 0.8);
  border-right-color: rgb(255 219 80 / 0.8);
}

.focus\:border-x-ozc-alt-400\/90:focus {
  border-left-color: rgb(255 219 80 / 0.9);
  border-right-color: rgb(255 219 80 / 0.9);
}

.focus\:border-x-ozc-alt-400\/95:focus {
  border-left-color: rgb(255 219 80 / 0.95);
  border-right-color: rgb(255 219 80 / 0.95);
}

.focus\:border-x-ozc-alt-50:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 252 243 / var(--tw-border-opacity));
  border-right-color: rgb(255 252 243 / var(--tw-border-opacity));
}

.focus\:border-x-ozc-alt-50\/0:focus {
  border-left-color: rgb(255 252 243 / 0);
  border-right-color: rgb(255 252 243 / 0);
}

.focus\:border-x-ozc-alt-50\/10:focus {
  border-left-color: rgb(255 252 243 / 0.1);
  border-right-color: rgb(255 252 243 / 0.1);
}

.focus\:border-x-ozc-alt-50\/100:focus {
  border-left-color: rgb(255 252 243 / 1);
  border-right-color: rgb(255 252 243 / 1);
}

.focus\:border-x-ozc-alt-50\/20:focus {
  border-left-color: rgb(255 252 243 / 0.2);
  border-right-color: rgb(255 252 243 / 0.2);
}

.focus\:border-x-ozc-alt-50\/25:focus {
  border-left-color: rgb(255 252 243 / 0.25);
  border-right-color: rgb(255 252 243 / 0.25);
}

.focus\:border-x-ozc-alt-50\/30:focus {
  border-left-color: rgb(255 252 243 / 0.3);
  border-right-color: rgb(255 252 243 / 0.3);
}

.focus\:border-x-ozc-alt-50\/40:focus {
  border-left-color: rgb(255 252 243 / 0.4);
  border-right-color: rgb(255 252 243 / 0.4);
}

.focus\:border-x-ozc-alt-50\/5:focus {
  border-left-color: rgb(255 252 243 / 0.05);
  border-right-color: rgb(255 252 243 / 0.05);
}

.focus\:border-x-ozc-alt-50\/50:focus {
  border-left-color: rgb(255 252 243 / 0.5);
  border-right-color: rgb(255 252 243 / 0.5);
}

.focus\:border-x-ozc-alt-50\/60:focus {
  border-left-color: rgb(255 252 243 / 0.6);
  border-right-color: rgb(255 252 243 / 0.6);
}

.focus\:border-x-ozc-alt-50\/70:focus {
  border-left-color: rgb(255 252 243 / 0.7);
  border-right-color: rgb(255 252 243 / 0.7);
}

.focus\:border-x-ozc-alt-50\/75:focus {
  border-left-color: rgb(255 252 243 / 0.75);
  border-right-color: rgb(255 252 243 / 0.75);
}

.focus\:border-x-ozc-alt-50\/80:focus {
  border-left-color: rgb(255 252 243 / 0.8);
  border-right-color: rgb(255 252 243 / 0.8);
}

.focus\:border-x-ozc-alt-50\/90:focus {
  border-left-color: rgb(255 252 243 / 0.9);
  border-right-color: rgb(255 252 243 / 0.9);
}

.focus\:border-x-ozc-alt-50\/95:focus {
  border-left-color: rgb(255 252 243 / 0.95);
  border-right-color: rgb(255 252 243 / 0.95);
}

.focus\:border-x-ozc-alt-500:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 204 5 / var(--tw-border-opacity));
  border-right-color: rgb(255 204 5 / var(--tw-border-opacity));
}

.focus\:border-x-ozc-alt-500\/0:focus {
  border-left-color: rgb(255 204 5 / 0);
  border-right-color: rgb(255 204 5 / 0);
}

.focus\:border-x-ozc-alt-500\/10:focus {
  border-left-color: rgb(255 204 5 / 0.1);
  border-right-color: rgb(255 204 5 / 0.1);
}

.focus\:border-x-ozc-alt-500\/100:focus {
  border-left-color: rgb(255 204 5 / 1);
  border-right-color: rgb(255 204 5 / 1);
}

.focus\:border-x-ozc-alt-500\/20:focus {
  border-left-color: rgb(255 204 5 / 0.2);
  border-right-color: rgb(255 204 5 / 0.2);
}

.focus\:border-x-ozc-alt-500\/25:focus {
  border-left-color: rgb(255 204 5 / 0.25);
  border-right-color: rgb(255 204 5 / 0.25);
}

.focus\:border-x-ozc-alt-500\/30:focus {
  border-left-color: rgb(255 204 5 / 0.3);
  border-right-color: rgb(255 204 5 / 0.3);
}

.focus\:border-x-ozc-alt-500\/40:focus {
  border-left-color: rgb(255 204 5 / 0.4);
  border-right-color: rgb(255 204 5 / 0.4);
}

.focus\:border-x-ozc-alt-500\/5:focus {
  border-left-color: rgb(255 204 5 / 0.05);
  border-right-color: rgb(255 204 5 / 0.05);
}

.focus\:border-x-ozc-alt-500\/50:focus {
  border-left-color: rgb(255 204 5 / 0.5);
  border-right-color: rgb(255 204 5 / 0.5);
}

.focus\:border-x-ozc-alt-500\/60:focus {
  border-left-color: rgb(255 204 5 / 0.6);
  border-right-color: rgb(255 204 5 / 0.6);
}

.focus\:border-x-ozc-alt-500\/70:focus {
  border-left-color: rgb(255 204 5 / 0.7);
  border-right-color: rgb(255 204 5 / 0.7);
}

.focus\:border-x-ozc-alt-500\/75:focus {
  border-left-color: rgb(255 204 5 / 0.75);
  border-right-color: rgb(255 204 5 / 0.75);
}

.focus\:border-x-ozc-alt-500\/80:focus {
  border-left-color: rgb(255 204 5 / 0.8);
  border-right-color: rgb(255 204 5 / 0.8);
}

.focus\:border-x-ozc-alt-500\/90:focus {
  border-left-color: rgb(255 204 5 / 0.9);
  border-right-color: rgb(255 204 5 / 0.9);
}

.focus\:border-x-ozc-alt-500\/95:focus {
  border-left-color: rgb(255 204 5 / 0.95);
  border-right-color: rgb(255 204 5 / 0.95);
}

.focus\:border-x-ozc-alt-600:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(230 184 5 / var(--tw-border-opacity));
  border-right-color: rgb(230 184 5 / var(--tw-border-opacity));
}

.focus\:border-x-ozc-alt-600\/0:focus {
  border-left-color: rgb(230 184 5 / 0);
  border-right-color: rgb(230 184 5 / 0);
}

.focus\:border-x-ozc-alt-600\/10:focus {
  border-left-color: rgb(230 184 5 / 0.1);
  border-right-color: rgb(230 184 5 / 0.1);
}

.focus\:border-x-ozc-alt-600\/100:focus {
  border-left-color: rgb(230 184 5 / 1);
  border-right-color: rgb(230 184 5 / 1);
}

.focus\:border-x-ozc-alt-600\/20:focus {
  border-left-color: rgb(230 184 5 / 0.2);
  border-right-color: rgb(230 184 5 / 0.2);
}

.focus\:border-x-ozc-alt-600\/25:focus {
  border-left-color: rgb(230 184 5 / 0.25);
  border-right-color: rgb(230 184 5 / 0.25);
}

.focus\:border-x-ozc-alt-600\/30:focus {
  border-left-color: rgb(230 184 5 / 0.3);
  border-right-color: rgb(230 184 5 / 0.3);
}

.focus\:border-x-ozc-alt-600\/40:focus {
  border-left-color: rgb(230 184 5 / 0.4);
  border-right-color: rgb(230 184 5 / 0.4);
}

.focus\:border-x-ozc-alt-600\/5:focus {
  border-left-color: rgb(230 184 5 / 0.05);
  border-right-color: rgb(230 184 5 / 0.05);
}

.focus\:border-x-ozc-alt-600\/50:focus {
  border-left-color: rgb(230 184 5 / 0.5);
  border-right-color: rgb(230 184 5 / 0.5);
}

.focus\:border-x-ozc-alt-600\/60:focus {
  border-left-color: rgb(230 184 5 / 0.6);
  border-right-color: rgb(230 184 5 / 0.6);
}

.focus\:border-x-ozc-alt-600\/70:focus {
  border-left-color: rgb(230 184 5 / 0.7);
  border-right-color: rgb(230 184 5 / 0.7);
}

.focus\:border-x-ozc-alt-600\/75:focus {
  border-left-color: rgb(230 184 5 / 0.75);
  border-right-color: rgb(230 184 5 / 0.75);
}

.focus\:border-x-ozc-alt-600\/80:focus {
  border-left-color: rgb(230 184 5 / 0.8);
  border-right-color: rgb(230 184 5 / 0.8);
}

.focus\:border-x-ozc-alt-600\/90:focus {
  border-left-color: rgb(230 184 5 / 0.9);
  border-right-color: rgb(230 184 5 / 0.9);
}

.focus\:border-x-ozc-alt-600\/95:focus {
  border-left-color: rgb(230 184 5 / 0.95);
  border-right-color: rgb(230 184 5 / 0.95);
}

.focus\:border-x-ozc-alt-700:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(153 122 3 / var(--tw-border-opacity));
  border-right-color: rgb(153 122 3 / var(--tw-border-opacity));
}

.focus\:border-x-ozc-alt-700\/0:focus {
  border-left-color: rgb(153 122 3 / 0);
  border-right-color: rgb(153 122 3 / 0);
}

.focus\:border-x-ozc-alt-700\/10:focus {
  border-left-color: rgb(153 122 3 / 0.1);
  border-right-color: rgb(153 122 3 / 0.1);
}

.focus\:border-x-ozc-alt-700\/100:focus {
  border-left-color: rgb(153 122 3 / 1);
  border-right-color: rgb(153 122 3 / 1);
}

.focus\:border-x-ozc-alt-700\/20:focus {
  border-left-color: rgb(153 122 3 / 0.2);
  border-right-color: rgb(153 122 3 / 0.2);
}

.focus\:border-x-ozc-alt-700\/25:focus {
  border-left-color: rgb(153 122 3 / 0.25);
  border-right-color: rgb(153 122 3 / 0.25);
}

.focus\:border-x-ozc-alt-700\/30:focus {
  border-left-color: rgb(153 122 3 / 0.3);
  border-right-color: rgb(153 122 3 / 0.3);
}

.focus\:border-x-ozc-alt-700\/40:focus {
  border-left-color: rgb(153 122 3 / 0.4);
  border-right-color: rgb(153 122 3 / 0.4);
}

.focus\:border-x-ozc-alt-700\/5:focus {
  border-left-color: rgb(153 122 3 / 0.05);
  border-right-color: rgb(153 122 3 / 0.05);
}

.focus\:border-x-ozc-alt-700\/50:focus {
  border-left-color: rgb(153 122 3 / 0.5);
  border-right-color: rgb(153 122 3 / 0.5);
}

.focus\:border-x-ozc-alt-700\/60:focus {
  border-left-color: rgb(153 122 3 / 0.6);
  border-right-color: rgb(153 122 3 / 0.6);
}

.focus\:border-x-ozc-alt-700\/70:focus {
  border-left-color: rgb(153 122 3 / 0.7);
  border-right-color: rgb(153 122 3 / 0.7);
}

.focus\:border-x-ozc-alt-700\/75:focus {
  border-left-color: rgb(153 122 3 / 0.75);
  border-right-color: rgb(153 122 3 / 0.75);
}

.focus\:border-x-ozc-alt-700\/80:focus {
  border-left-color: rgb(153 122 3 / 0.8);
  border-right-color: rgb(153 122 3 / 0.8);
}

.focus\:border-x-ozc-alt-700\/90:focus {
  border-left-color: rgb(153 122 3 / 0.9);
  border-right-color: rgb(153 122 3 / 0.9);
}

.focus\:border-x-ozc-alt-700\/95:focus {
  border-left-color: rgb(153 122 3 / 0.95);
  border-right-color: rgb(153 122 3 / 0.95);
}

.focus\:border-x-ozc-alt-800:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(115 92 2 / var(--tw-border-opacity));
  border-right-color: rgb(115 92 2 / var(--tw-border-opacity));
}

.focus\:border-x-ozc-alt-800\/0:focus {
  border-left-color: rgb(115 92 2 / 0);
  border-right-color: rgb(115 92 2 / 0);
}

.focus\:border-x-ozc-alt-800\/10:focus {
  border-left-color: rgb(115 92 2 / 0.1);
  border-right-color: rgb(115 92 2 / 0.1);
}

.focus\:border-x-ozc-alt-800\/100:focus {
  border-left-color: rgb(115 92 2 / 1);
  border-right-color: rgb(115 92 2 / 1);
}

.focus\:border-x-ozc-alt-800\/20:focus {
  border-left-color: rgb(115 92 2 / 0.2);
  border-right-color: rgb(115 92 2 / 0.2);
}

.focus\:border-x-ozc-alt-800\/25:focus {
  border-left-color: rgb(115 92 2 / 0.25);
  border-right-color: rgb(115 92 2 / 0.25);
}

.focus\:border-x-ozc-alt-800\/30:focus {
  border-left-color: rgb(115 92 2 / 0.3);
  border-right-color: rgb(115 92 2 / 0.3);
}

.focus\:border-x-ozc-alt-800\/40:focus {
  border-left-color: rgb(115 92 2 / 0.4);
  border-right-color: rgb(115 92 2 / 0.4);
}

.focus\:border-x-ozc-alt-800\/5:focus {
  border-left-color: rgb(115 92 2 / 0.05);
  border-right-color: rgb(115 92 2 / 0.05);
}

.focus\:border-x-ozc-alt-800\/50:focus {
  border-left-color: rgb(115 92 2 / 0.5);
  border-right-color: rgb(115 92 2 / 0.5);
}

.focus\:border-x-ozc-alt-800\/60:focus {
  border-left-color: rgb(115 92 2 / 0.6);
  border-right-color: rgb(115 92 2 / 0.6);
}

.focus\:border-x-ozc-alt-800\/70:focus {
  border-left-color: rgb(115 92 2 / 0.7);
  border-right-color: rgb(115 92 2 / 0.7);
}

.focus\:border-x-ozc-alt-800\/75:focus {
  border-left-color: rgb(115 92 2 / 0.75);
  border-right-color: rgb(115 92 2 / 0.75);
}

.focus\:border-x-ozc-alt-800\/80:focus {
  border-left-color: rgb(115 92 2 / 0.8);
  border-right-color: rgb(115 92 2 / 0.8);
}

.focus\:border-x-ozc-alt-800\/90:focus {
  border-left-color: rgb(115 92 2 / 0.9);
  border-right-color: rgb(115 92 2 / 0.9);
}

.focus\:border-x-ozc-alt-800\/95:focus {
  border-left-color: rgb(115 92 2 / 0.95);
  border-right-color: rgb(115 92 2 / 0.95);
}

.focus\:border-x-ozc-alt-900:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(42 45 51 / var(--tw-border-opacity));
  border-right-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.focus\:border-x-ozc-alt-900\/0:focus {
  border-left-color: rgb(42 45 51 / 0);
  border-right-color: rgb(42 45 51 / 0);
}

.focus\:border-x-ozc-alt-900\/10:focus {
  border-left-color: rgb(42 45 51 / 0.1);
  border-right-color: rgb(42 45 51 / 0.1);
}

.focus\:border-x-ozc-alt-900\/100:focus {
  border-left-color: rgb(42 45 51 / 1);
  border-right-color: rgb(42 45 51 / 1);
}

.focus\:border-x-ozc-alt-900\/20:focus {
  border-left-color: rgb(42 45 51 / 0.2);
  border-right-color: rgb(42 45 51 / 0.2);
}

.focus\:border-x-ozc-alt-900\/25:focus {
  border-left-color: rgb(42 45 51 / 0.25);
  border-right-color: rgb(42 45 51 / 0.25);
}

.focus\:border-x-ozc-alt-900\/30:focus {
  border-left-color: rgb(42 45 51 / 0.3);
  border-right-color: rgb(42 45 51 / 0.3);
}

.focus\:border-x-ozc-alt-900\/40:focus {
  border-left-color: rgb(42 45 51 / 0.4);
  border-right-color: rgb(42 45 51 / 0.4);
}

.focus\:border-x-ozc-alt-900\/5:focus {
  border-left-color: rgb(42 45 51 / 0.05);
  border-right-color: rgb(42 45 51 / 0.05);
}

.focus\:border-x-ozc-alt-900\/50:focus {
  border-left-color: rgb(42 45 51 / 0.5);
  border-right-color: rgb(42 45 51 / 0.5);
}

.focus\:border-x-ozc-alt-900\/60:focus {
  border-left-color: rgb(42 45 51 / 0.6);
  border-right-color: rgb(42 45 51 / 0.6);
}

.focus\:border-x-ozc-alt-900\/70:focus {
  border-left-color: rgb(42 45 51 / 0.7);
  border-right-color: rgb(42 45 51 / 0.7);
}

.focus\:border-x-ozc-alt-900\/75:focus {
  border-left-color: rgb(42 45 51 / 0.75);
  border-right-color: rgb(42 45 51 / 0.75);
}

.focus\:border-x-ozc-alt-900\/80:focus {
  border-left-color: rgb(42 45 51 / 0.8);
  border-right-color: rgb(42 45 51 / 0.8);
}

.focus\:border-x-ozc-alt-900\/90:focus {
  border-left-color: rgb(42 45 51 / 0.9);
  border-right-color: rgb(42 45 51 / 0.9);
}

.focus\:border-x-ozc-alt-900\/95:focus {
  border-left-color: rgb(42 45 51 / 0.95);
  border-right-color: rgb(42 45 51 / 0.95);
}

.focus\:border-x-pink-100:focus {
  --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));
}

.focus\:border-x-pink-100\/0:focus {
  border-left-color: rgb(252 231 243 / 0);
  border-right-color: rgb(252 231 243 / 0);
}

.focus\:border-x-pink-100\/10:focus {
  border-left-color: rgb(252 231 243 / 0.1);
  border-right-color: rgb(252 231 243 / 0.1);
}

.focus\:border-x-pink-100\/100:focus {
  border-left-color: rgb(252 231 243 / 1);
  border-right-color: rgb(252 231 243 / 1);
}

.focus\:border-x-pink-100\/20:focus {
  border-left-color: rgb(252 231 243 / 0.2);
  border-right-color: rgb(252 231 243 / 0.2);
}

.focus\:border-x-pink-100\/25:focus {
  border-left-color: rgb(252 231 243 / 0.25);
  border-right-color: rgb(252 231 243 / 0.25);
}

.focus\:border-x-pink-100\/30:focus {
  border-left-color: rgb(252 231 243 / 0.3);
  border-right-color: rgb(252 231 243 / 0.3);
}

.focus\:border-x-pink-100\/40:focus {
  border-left-color: rgb(252 231 243 / 0.4);
  border-right-color: rgb(252 231 243 / 0.4);
}

.focus\:border-x-pink-100\/5:focus {
  border-left-color: rgb(252 231 243 / 0.05);
  border-right-color: rgb(252 231 243 / 0.05);
}

.focus\:border-x-pink-100\/50:focus {
  border-left-color: rgb(252 231 243 / 0.5);
  border-right-color: rgb(252 231 243 / 0.5);
}

.focus\:border-x-pink-100\/60:focus {
  border-left-color: rgb(252 231 243 / 0.6);
  border-right-color: rgb(252 231 243 / 0.6);
}

.focus\:border-x-pink-100\/70:focus {
  border-left-color: rgb(252 231 243 / 0.7);
  border-right-color: rgb(252 231 243 / 0.7);
}

.focus\:border-x-pink-100\/75:focus {
  border-left-color: rgb(252 231 243 / 0.75);
  border-right-color: rgb(252 231 243 / 0.75);
}

.focus\:border-x-pink-100\/80:focus {
  border-left-color: rgb(252 231 243 / 0.8);
  border-right-color: rgb(252 231 243 / 0.8);
}

.focus\:border-x-pink-100\/90:focus {
  border-left-color: rgb(252 231 243 / 0.9);
  border-right-color: rgb(252 231 243 / 0.9);
}

.focus\:border-x-pink-100\/95:focus {
  border-left-color: rgb(252 231 243 / 0.95);
  border-right-color: rgb(252 231 243 / 0.95);
}

.focus\:border-x-pink-200:focus {
  --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));
}

.focus\:border-x-pink-200\/0:focus {
  border-left-color: rgb(251 207 232 / 0);
  border-right-color: rgb(251 207 232 / 0);
}

.focus\:border-x-pink-200\/10:focus {
  border-left-color: rgb(251 207 232 / 0.1);
  border-right-color: rgb(251 207 232 / 0.1);
}

.focus\:border-x-pink-200\/100:focus {
  border-left-color: rgb(251 207 232 / 1);
  border-right-color: rgb(251 207 232 / 1);
}

.focus\:border-x-pink-200\/20:focus {
  border-left-color: rgb(251 207 232 / 0.2);
  border-right-color: rgb(251 207 232 / 0.2);
}

.focus\:border-x-pink-200\/25:focus {
  border-left-color: rgb(251 207 232 / 0.25);
  border-right-color: rgb(251 207 232 / 0.25);
}

.focus\:border-x-pink-200\/30:focus {
  border-left-color: rgb(251 207 232 / 0.3);
  border-right-color: rgb(251 207 232 / 0.3);
}

.focus\:border-x-pink-200\/40:focus {
  border-left-color: rgb(251 207 232 / 0.4);
  border-right-color: rgb(251 207 232 / 0.4);
}

.focus\:border-x-pink-200\/5:focus {
  border-left-color: rgb(251 207 232 / 0.05);
  border-right-color: rgb(251 207 232 / 0.05);
}

.focus\:border-x-pink-200\/50:focus {
  border-left-color: rgb(251 207 232 / 0.5);
  border-right-color: rgb(251 207 232 / 0.5);
}

.focus\:border-x-pink-200\/60:focus {
  border-left-color: rgb(251 207 232 / 0.6);
  border-right-color: rgb(251 207 232 / 0.6);
}

.focus\:border-x-pink-200\/70:focus {
  border-left-color: rgb(251 207 232 / 0.7);
  border-right-color: rgb(251 207 232 / 0.7);
}

.focus\:border-x-pink-200\/75:focus {
  border-left-color: rgb(251 207 232 / 0.75);
  border-right-color: rgb(251 207 232 / 0.75);
}

.focus\:border-x-pink-200\/80:focus {
  border-left-color: rgb(251 207 232 / 0.8);
  border-right-color: rgb(251 207 232 / 0.8);
}

.focus\:border-x-pink-200\/90:focus {
  border-left-color: rgb(251 207 232 / 0.9);
  border-right-color: rgb(251 207 232 / 0.9);
}

.focus\:border-x-pink-200\/95:focus {
  border-left-color: rgb(251 207 232 / 0.95);
  border-right-color: rgb(251 207 232 / 0.95);
}

.focus\:border-x-pink-300:focus {
  --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));
}

.focus\:border-x-pink-300\/0:focus {
  border-left-color: rgb(249 168 212 / 0);
  border-right-color: rgb(249 168 212 / 0);
}

.focus\:border-x-pink-300\/10:focus {
  border-left-color: rgb(249 168 212 / 0.1);
  border-right-color: rgb(249 168 212 / 0.1);
}

.focus\:border-x-pink-300\/100:focus {
  border-left-color: rgb(249 168 212 / 1);
  border-right-color: rgb(249 168 212 / 1);
}

.focus\:border-x-pink-300\/20:focus {
  border-left-color: rgb(249 168 212 / 0.2);
  border-right-color: rgb(249 168 212 / 0.2);
}

.focus\:border-x-pink-300\/25:focus {
  border-left-color: rgb(249 168 212 / 0.25);
  border-right-color: rgb(249 168 212 / 0.25);
}

.focus\:border-x-pink-300\/30:focus {
  border-left-color: rgb(249 168 212 / 0.3);
  border-right-color: rgb(249 168 212 / 0.3);
}

.focus\:border-x-pink-300\/40:focus {
  border-left-color: rgb(249 168 212 / 0.4);
  border-right-color: rgb(249 168 212 / 0.4);
}

.focus\:border-x-pink-300\/5:focus {
  border-left-color: rgb(249 168 212 / 0.05);
  border-right-color: rgb(249 168 212 / 0.05);
}

.focus\:border-x-pink-300\/50:focus {
  border-left-color: rgb(249 168 212 / 0.5);
  border-right-color: rgb(249 168 212 / 0.5);
}

.focus\:border-x-pink-300\/60:focus {
  border-left-color: rgb(249 168 212 / 0.6);
  border-right-color: rgb(249 168 212 / 0.6);
}

.focus\:border-x-pink-300\/70:focus {
  border-left-color: rgb(249 168 212 / 0.7);
  border-right-color: rgb(249 168 212 / 0.7);
}

.focus\:border-x-pink-300\/75:focus {
  border-left-color: rgb(249 168 212 / 0.75);
  border-right-color: rgb(249 168 212 / 0.75);
}

.focus\:border-x-pink-300\/80:focus {
  border-left-color: rgb(249 168 212 / 0.8);
  border-right-color: rgb(249 168 212 / 0.8);
}

.focus\:border-x-pink-300\/90:focus {
  border-left-color: rgb(249 168 212 / 0.9);
  border-right-color: rgb(249 168 212 / 0.9);
}

.focus\:border-x-pink-300\/95:focus {
  border-left-color: rgb(249 168 212 / 0.95);
  border-right-color: rgb(249 168 212 / 0.95);
}

.focus\:border-x-pink-400:focus {
  --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));
}

.focus\:border-x-pink-400\/0:focus {
  border-left-color: rgb(244 114 182 / 0);
  border-right-color: rgb(244 114 182 / 0);
}

.focus\:border-x-pink-400\/10:focus {
  border-left-color: rgb(244 114 182 / 0.1);
  border-right-color: rgb(244 114 182 / 0.1);
}

.focus\:border-x-pink-400\/100:focus {
  border-left-color: rgb(244 114 182 / 1);
  border-right-color: rgb(244 114 182 / 1);
}

.focus\:border-x-pink-400\/20:focus {
  border-left-color: rgb(244 114 182 / 0.2);
  border-right-color: rgb(244 114 182 / 0.2);
}

.focus\:border-x-pink-400\/25:focus {
  border-left-color: rgb(244 114 182 / 0.25);
  border-right-color: rgb(244 114 182 / 0.25);
}

.focus\:border-x-pink-400\/30:focus {
  border-left-color: rgb(244 114 182 / 0.3);
  border-right-color: rgb(244 114 182 / 0.3);
}

.focus\:border-x-pink-400\/40:focus {
  border-left-color: rgb(244 114 182 / 0.4);
  border-right-color: rgb(244 114 182 / 0.4);
}

.focus\:border-x-pink-400\/5:focus {
  border-left-color: rgb(244 114 182 / 0.05);
  border-right-color: rgb(244 114 182 / 0.05);
}

.focus\:border-x-pink-400\/50:focus {
  border-left-color: rgb(244 114 182 / 0.5);
  border-right-color: rgb(244 114 182 / 0.5);
}

.focus\:border-x-pink-400\/60:focus {
  border-left-color: rgb(244 114 182 / 0.6);
  border-right-color: rgb(244 114 182 / 0.6);
}

.focus\:border-x-pink-400\/70:focus {
  border-left-color: rgb(244 114 182 / 0.7);
  border-right-color: rgb(244 114 182 / 0.7);
}

.focus\:border-x-pink-400\/75:focus {
  border-left-color: rgb(244 114 182 / 0.75);
  border-right-color: rgb(244 114 182 / 0.75);
}

.focus\:border-x-pink-400\/80:focus {
  border-left-color: rgb(244 114 182 / 0.8);
  border-right-color: rgb(244 114 182 / 0.8);
}

.focus\:border-x-pink-400\/90:focus {
  border-left-color: rgb(244 114 182 / 0.9);
  border-right-color: rgb(244 114 182 / 0.9);
}

.focus\:border-x-pink-400\/95:focus {
  border-left-color: rgb(244 114 182 / 0.95);
  border-right-color: rgb(244 114 182 / 0.95);
}

.focus\:border-x-pink-50:focus {
  --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));
}

.focus\:border-x-pink-50\/0:focus {
  border-left-color: rgb(253 242 248 / 0);
  border-right-color: rgb(253 242 248 / 0);
}

.focus\:border-x-pink-50\/10:focus {
  border-left-color: rgb(253 242 248 / 0.1);
  border-right-color: rgb(253 242 248 / 0.1);
}

.focus\:border-x-pink-50\/100:focus {
  border-left-color: rgb(253 242 248 / 1);
  border-right-color: rgb(253 242 248 / 1);
}

.focus\:border-x-pink-50\/20:focus {
  border-left-color: rgb(253 242 248 / 0.2);
  border-right-color: rgb(253 242 248 / 0.2);
}

.focus\:border-x-pink-50\/25:focus {
  border-left-color: rgb(253 242 248 / 0.25);
  border-right-color: rgb(253 242 248 / 0.25);
}

.focus\:border-x-pink-50\/30:focus {
  border-left-color: rgb(253 242 248 / 0.3);
  border-right-color: rgb(253 242 248 / 0.3);
}

.focus\:border-x-pink-50\/40:focus {
  border-left-color: rgb(253 242 248 / 0.4);
  border-right-color: rgb(253 242 248 / 0.4);
}

.focus\:border-x-pink-50\/5:focus {
  border-left-color: rgb(253 242 248 / 0.05);
  border-right-color: rgb(253 242 248 / 0.05);
}

.focus\:border-x-pink-50\/50:focus {
  border-left-color: rgb(253 242 248 / 0.5);
  border-right-color: rgb(253 242 248 / 0.5);
}

.focus\:border-x-pink-50\/60:focus {
  border-left-color: rgb(253 242 248 / 0.6);
  border-right-color: rgb(253 242 248 / 0.6);
}

.focus\:border-x-pink-50\/70:focus {
  border-left-color: rgb(253 242 248 / 0.7);
  border-right-color: rgb(253 242 248 / 0.7);
}

.focus\:border-x-pink-50\/75:focus {
  border-left-color: rgb(253 242 248 / 0.75);
  border-right-color: rgb(253 242 248 / 0.75);
}

.focus\:border-x-pink-50\/80:focus {
  border-left-color: rgb(253 242 248 / 0.8);
  border-right-color: rgb(253 242 248 / 0.8);
}

.focus\:border-x-pink-50\/90:focus {
  border-left-color: rgb(253 242 248 / 0.9);
  border-right-color: rgb(253 242 248 / 0.9);
}

.focus\:border-x-pink-50\/95:focus {
  border-left-color: rgb(253 242 248 / 0.95);
  border-right-color: rgb(253 242 248 / 0.95);
}

.focus\:border-x-pink-500:focus {
  --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));
}

.focus\:border-x-pink-500\/0:focus {
  border-left-color: rgb(236 72 153 / 0);
  border-right-color: rgb(236 72 153 / 0);
}

.focus\:border-x-pink-500\/10:focus {
  border-left-color: rgb(236 72 153 / 0.1);
  border-right-color: rgb(236 72 153 / 0.1);
}

.focus\:border-x-pink-500\/100:focus {
  border-left-color: rgb(236 72 153 / 1);
  border-right-color: rgb(236 72 153 / 1);
}

.focus\:border-x-pink-500\/20:focus {
  border-left-color: rgb(236 72 153 / 0.2);
  border-right-color: rgb(236 72 153 / 0.2);
}

.focus\:border-x-pink-500\/25:focus {
  border-left-color: rgb(236 72 153 / 0.25);
  border-right-color: rgb(236 72 153 / 0.25);
}

.focus\:border-x-pink-500\/30:focus {
  border-left-color: rgb(236 72 153 / 0.3);
  border-right-color: rgb(236 72 153 / 0.3);
}

.focus\:border-x-pink-500\/40:focus {
  border-left-color: rgb(236 72 153 / 0.4);
  border-right-color: rgb(236 72 153 / 0.4);
}

.focus\:border-x-pink-500\/5:focus {
  border-left-color: rgb(236 72 153 / 0.05);
  border-right-color: rgb(236 72 153 / 0.05);
}

.focus\:border-x-pink-500\/50:focus {
  border-left-color: rgb(236 72 153 / 0.5);
  border-right-color: rgb(236 72 153 / 0.5);
}

.focus\:border-x-pink-500\/60:focus {
  border-left-color: rgb(236 72 153 / 0.6);
  border-right-color: rgb(236 72 153 / 0.6);
}

.focus\:border-x-pink-500\/70:focus {
  border-left-color: rgb(236 72 153 / 0.7);
  border-right-color: rgb(236 72 153 / 0.7);
}

.focus\:border-x-pink-500\/75:focus {
  border-left-color: rgb(236 72 153 / 0.75);
  border-right-color: rgb(236 72 153 / 0.75);
}

.focus\:border-x-pink-500\/80:focus {
  border-left-color: rgb(236 72 153 / 0.8);
  border-right-color: rgb(236 72 153 / 0.8);
}

.focus\:border-x-pink-500\/90:focus {
  border-left-color: rgb(236 72 153 / 0.9);
  border-right-color: rgb(236 72 153 / 0.9);
}

.focus\:border-x-pink-500\/95:focus {
  border-left-color: rgb(236 72 153 / 0.95);
  border-right-color: rgb(236 72 153 / 0.95);
}

.focus\:border-x-pink-600:focus {
  --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));
}

.focus\:border-x-pink-600\/0:focus {
  border-left-color: rgb(219 39 119 / 0);
  border-right-color: rgb(219 39 119 / 0);
}

.focus\:border-x-pink-600\/10:focus {
  border-left-color: rgb(219 39 119 / 0.1);
  border-right-color: rgb(219 39 119 / 0.1);
}

.focus\:border-x-pink-600\/100:focus {
  border-left-color: rgb(219 39 119 / 1);
  border-right-color: rgb(219 39 119 / 1);
}

.focus\:border-x-pink-600\/20:focus {
  border-left-color: rgb(219 39 119 / 0.2);
  border-right-color: rgb(219 39 119 / 0.2);
}

.focus\:border-x-pink-600\/25:focus {
  border-left-color: rgb(219 39 119 / 0.25);
  border-right-color: rgb(219 39 119 / 0.25);
}

.focus\:border-x-pink-600\/30:focus {
  border-left-color: rgb(219 39 119 / 0.3);
  border-right-color: rgb(219 39 119 / 0.3);
}

.focus\:border-x-pink-600\/40:focus {
  border-left-color: rgb(219 39 119 / 0.4);
  border-right-color: rgb(219 39 119 / 0.4);
}

.focus\:border-x-pink-600\/5:focus {
  border-left-color: rgb(219 39 119 / 0.05);
  border-right-color: rgb(219 39 119 / 0.05);
}

.focus\:border-x-pink-600\/50:focus {
  border-left-color: rgb(219 39 119 / 0.5);
  border-right-color: rgb(219 39 119 / 0.5);
}

.focus\:border-x-pink-600\/60:focus {
  border-left-color: rgb(219 39 119 / 0.6);
  border-right-color: rgb(219 39 119 / 0.6);
}

.focus\:border-x-pink-600\/70:focus {
  border-left-color: rgb(219 39 119 / 0.7);
  border-right-color: rgb(219 39 119 / 0.7);
}

.focus\:border-x-pink-600\/75:focus {
  border-left-color: rgb(219 39 119 / 0.75);
  border-right-color: rgb(219 39 119 / 0.75);
}

.focus\:border-x-pink-600\/80:focus {
  border-left-color: rgb(219 39 119 / 0.8);
  border-right-color: rgb(219 39 119 / 0.8);
}

.focus\:border-x-pink-600\/90:focus {
  border-left-color: rgb(219 39 119 / 0.9);
  border-right-color: rgb(219 39 119 / 0.9);
}

.focus\:border-x-pink-600\/95:focus {
  border-left-color: rgb(219 39 119 / 0.95);
  border-right-color: rgb(219 39 119 / 0.95);
}

.focus\:border-x-pink-700:focus {
  --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));
}

.focus\:border-x-pink-700\/0:focus {
  border-left-color: rgb(190 24 93 / 0);
  border-right-color: rgb(190 24 93 / 0);
}

.focus\:border-x-pink-700\/10:focus {
  border-left-color: rgb(190 24 93 / 0.1);
  border-right-color: rgb(190 24 93 / 0.1);
}

.focus\:border-x-pink-700\/100:focus {
  border-left-color: rgb(190 24 93 / 1);
  border-right-color: rgb(190 24 93 / 1);
}

.focus\:border-x-pink-700\/20:focus {
  border-left-color: rgb(190 24 93 / 0.2);
  border-right-color: rgb(190 24 93 / 0.2);
}

.focus\:border-x-pink-700\/25:focus {
  border-left-color: rgb(190 24 93 / 0.25);
  border-right-color: rgb(190 24 93 / 0.25);
}

.focus\:border-x-pink-700\/30:focus {
  border-left-color: rgb(190 24 93 / 0.3);
  border-right-color: rgb(190 24 93 / 0.3);
}

.focus\:border-x-pink-700\/40:focus {
  border-left-color: rgb(190 24 93 / 0.4);
  border-right-color: rgb(190 24 93 / 0.4);
}

.focus\:border-x-pink-700\/5:focus {
  border-left-color: rgb(190 24 93 / 0.05);
  border-right-color: rgb(190 24 93 / 0.05);
}

.focus\:border-x-pink-700\/50:focus {
  border-left-color: rgb(190 24 93 / 0.5);
  border-right-color: rgb(190 24 93 / 0.5);
}

.focus\:border-x-pink-700\/60:focus {
  border-left-color: rgb(190 24 93 / 0.6);
  border-right-color: rgb(190 24 93 / 0.6);
}

.focus\:border-x-pink-700\/70:focus {
  border-left-color: rgb(190 24 93 / 0.7);
  border-right-color: rgb(190 24 93 / 0.7);
}

.focus\:border-x-pink-700\/75:focus {
  border-left-color: rgb(190 24 93 / 0.75);
  border-right-color: rgb(190 24 93 / 0.75);
}

.focus\:border-x-pink-700\/80:focus {
  border-left-color: rgb(190 24 93 / 0.8);
  border-right-color: rgb(190 24 93 / 0.8);
}

.focus\:border-x-pink-700\/90:focus {
  border-left-color: rgb(190 24 93 / 0.9);
  border-right-color: rgb(190 24 93 / 0.9);
}

.focus\:border-x-pink-700\/95:focus {
  border-left-color: rgb(190 24 93 / 0.95);
  border-right-color: rgb(190 24 93 / 0.95);
}

.focus\:border-x-pink-800:focus {
  --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));
}

.focus\:border-x-pink-800\/0:focus {
  border-left-color: rgb(157 23 77 / 0);
  border-right-color: rgb(157 23 77 / 0);
}

.focus\:border-x-pink-800\/10:focus {
  border-left-color: rgb(157 23 77 / 0.1);
  border-right-color: rgb(157 23 77 / 0.1);
}

.focus\:border-x-pink-800\/100:focus {
  border-left-color: rgb(157 23 77 / 1);
  border-right-color: rgb(157 23 77 / 1);
}

.focus\:border-x-pink-800\/20:focus {
  border-left-color: rgb(157 23 77 / 0.2);
  border-right-color: rgb(157 23 77 / 0.2);
}

.focus\:border-x-pink-800\/25:focus {
  border-left-color: rgb(157 23 77 / 0.25);
  border-right-color: rgb(157 23 77 / 0.25);
}

.focus\:border-x-pink-800\/30:focus {
  border-left-color: rgb(157 23 77 / 0.3);
  border-right-color: rgb(157 23 77 / 0.3);
}

.focus\:border-x-pink-800\/40:focus {
  border-left-color: rgb(157 23 77 / 0.4);
  border-right-color: rgb(157 23 77 / 0.4);
}

.focus\:border-x-pink-800\/5:focus {
  border-left-color: rgb(157 23 77 / 0.05);
  border-right-color: rgb(157 23 77 / 0.05);
}

.focus\:border-x-pink-800\/50:focus {
  border-left-color: rgb(157 23 77 / 0.5);
  border-right-color: rgb(157 23 77 / 0.5);
}

.focus\:border-x-pink-800\/60:focus {
  border-left-color: rgb(157 23 77 / 0.6);
  border-right-color: rgb(157 23 77 / 0.6);
}

.focus\:border-x-pink-800\/70:focus {
  border-left-color: rgb(157 23 77 / 0.7);
  border-right-color: rgb(157 23 77 / 0.7);
}

.focus\:border-x-pink-800\/75:focus {
  border-left-color: rgb(157 23 77 / 0.75);
  border-right-color: rgb(157 23 77 / 0.75);
}

.focus\:border-x-pink-800\/80:focus {
  border-left-color: rgb(157 23 77 / 0.8);
  border-right-color: rgb(157 23 77 / 0.8);
}

.focus\:border-x-pink-800\/90:focus {
  border-left-color: rgb(157 23 77 / 0.9);
  border-right-color: rgb(157 23 77 / 0.9);
}

.focus\:border-x-pink-800\/95:focus {
  border-left-color: rgb(157 23 77 / 0.95);
  border-right-color: rgb(157 23 77 / 0.95);
}

.focus\:border-x-pink-900:focus {
  --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));
}

.focus\:border-x-pink-900\/0:focus {
  border-left-color: rgb(131 24 67 / 0);
  border-right-color: rgb(131 24 67 / 0);
}

.focus\:border-x-pink-900\/10:focus {
  border-left-color: rgb(131 24 67 / 0.1);
  border-right-color: rgb(131 24 67 / 0.1);
}

.focus\:border-x-pink-900\/100:focus {
  border-left-color: rgb(131 24 67 / 1);
  border-right-color: rgb(131 24 67 / 1);
}

.focus\:border-x-pink-900\/20:focus {
  border-left-color: rgb(131 24 67 / 0.2);
  border-right-color: rgb(131 24 67 / 0.2);
}

.focus\:border-x-pink-900\/25:focus {
  border-left-color: rgb(131 24 67 / 0.25);
  border-right-color: rgb(131 24 67 / 0.25);
}

.focus\:border-x-pink-900\/30:focus {
  border-left-color: rgb(131 24 67 / 0.3);
  border-right-color: rgb(131 24 67 / 0.3);
}

.focus\:border-x-pink-900\/40:focus {
  border-left-color: rgb(131 24 67 / 0.4);
  border-right-color: rgb(131 24 67 / 0.4);
}

.focus\:border-x-pink-900\/5:focus {
  border-left-color: rgb(131 24 67 / 0.05);
  border-right-color: rgb(131 24 67 / 0.05);
}

.focus\:border-x-pink-900\/50:focus {
  border-left-color: rgb(131 24 67 / 0.5);
  border-right-color: rgb(131 24 67 / 0.5);
}

.focus\:border-x-pink-900\/60:focus {
  border-left-color: rgb(131 24 67 / 0.6);
  border-right-color: rgb(131 24 67 / 0.6);
}

.focus\:border-x-pink-900\/70:focus {
  border-left-color: rgb(131 24 67 / 0.7);
  border-right-color: rgb(131 24 67 / 0.7);
}

.focus\:border-x-pink-900\/75:focus {
  border-left-color: rgb(131 24 67 / 0.75);
  border-right-color: rgb(131 24 67 / 0.75);
}

.focus\:border-x-pink-900\/80:focus {
  border-left-color: rgb(131 24 67 / 0.8);
  border-right-color: rgb(131 24 67 / 0.8);
}

.focus\:border-x-pink-900\/90:focus {
  border-left-color: rgb(131 24 67 / 0.9);
  border-right-color: rgb(131 24 67 / 0.9);
}

.focus\:border-x-pink-900\/95:focus {
  border-left-color: rgb(131 24 67 / 0.95);
  border-right-color: rgb(131 24 67 / 0.95);
}

.focus\:border-x-pink-950:focus {
  --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));
}

.focus\:border-x-pink-950\/0:focus {
  border-left-color: rgb(80 7 36 / 0);
  border-right-color: rgb(80 7 36 / 0);
}

.focus\:border-x-pink-950\/10:focus {
  border-left-color: rgb(80 7 36 / 0.1);
  border-right-color: rgb(80 7 36 / 0.1);
}

.focus\:border-x-pink-950\/100:focus {
  border-left-color: rgb(80 7 36 / 1);
  border-right-color: rgb(80 7 36 / 1);
}

.focus\:border-x-pink-950\/20:focus {
  border-left-color: rgb(80 7 36 / 0.2);
  border-right-color: rgb(80 7 36 / 0.2);
}

.focus\:border-x-pink-950\/25:focus {
  border-left-color: rgb(80 7 36 / 0.25);
  border-right-color: rgb(80 7 36 / 0.25);
}

.focus\:border-x-pink-950\/30:focus {
  border-left-color: rgb(80 7 36 / 0.3);
  border-right-color: rgb(80 7 36 / 0.3);
}

.focus\:border-x-pink-950\/40:focus {
  border-left-color: rgb(80 7 36 / 0.4);
  border-right-color: rgb(80 7 36 / 0.4);
}

.focus\:border-x-pink-950\/5:focus {
  border-left-color: rgb(80 7 36 / 0.05);
  border-right-color: rgb(80 7 36 / 0.05);
}

.focus\:border-x-pink-950\/50:focus {
  border-left-color: rgb(80 7 36 / 0.5);
  border-right-color: rgb(80 7 36 / 0.5);
}

.focus\:border-x-pink-950\/60:focus {
  border-left-color: rgb(80 7 36 / 0.6);
  border-right-color: rgb(80 7 36 / 0.6);
}

.focus\:border-x-pink-950\/70:focus {
  border-left-color: rgb(80 7 36 / 0.7);
  border-right-color: rgb(80 7 36 / 0.7);
}

.focus\:border-x-pink-950\/75:focus {
  border-left-color: rgb(80 7 36 / 0.75);
  border-right-color: rgb(80 7 36 / 0.75);
}

.focus\:border-x-pink-950\/80:focus {
  border-left-color: rgb(80 7 36 / 0.8);
  border-right-color: rgb(80 7 36 / 0.8);
}

.focus\:border-x-pink-950\/90:focus {
  border-left-color: rgb(80 7 36 / 0.9);
  border-right-color: rgb(80 7 36 / 0.9);
}

.focus\:border-x-pink-950\/95:focus {
  border-left-color: rgb(80 7 36 / 0.95);
  border-right-color: rgb(80 7 36 / 0.95);
}

.focus\:border-x-purple-100:focus {
  --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));
}

.focus\:border-x-purple-100\/0:focus {
  border-left-color: rgb(243 232 255 / 0);
  border-right-color: rgb(243 232 255 / 0);
}

.focus\:border-x-purple-100\/10:focus {
  border-left-color: rgb(243 232 255 / 0.1);
  border-right-color: rgb(243 232 255 / 0.1);
}

.focus\:border-x-purple-100\/100:focus {
  border-left-color: rgb(243 232 255 / 1);
  border-right-color: rgb(243 232 255 / 1);
}

.focus\:border-x-purple-100\/20:focus {
  border-left-color: rgb(243 232 255 / 0.2);
  border-right-color: rgb(243 232 255 / 0.2);
}

.focus\:border-x-purple-100\/25:focus {
  border-left-color: rgb(243 232 255 / 0.25);
  border-right-color: rgb(243 232 255 / 0.25);
}

.focus\:border-x-purple-100\/30:focus {
  border-left-color: rgb(243 232 255 / 0.3);
  border-right-color: rgb(243 232 255 / 0.3);
}

.focus\:border-x-purple-100\/40:focus {
  border-left-color: rgb(243 232 255 / 0.4);
  border-right-color: rgb(243 232 255 / 0.4);
}

.focus\:border-x-purple-100\/5:focus {
  border-left-color: rgb(243 232 255 / 0.05);
  border-right-color: rgb(243 232 255 / 0.05);
}

.focus\:border-x-purple-100\/50:focus {
  border-left-color: rgb(243 232 255 / 0.5);
  border-right-color: rgb(243 232 255 / 0.5);
}

.focus\:border-x-purple-100\/60:focus {
  border-left-color: rgb(243 232 255 / 0.6);
  border-right-color: rgb(243 232 255 / 0.6);
}

.focus\:border-x-purple-100\/70:focus {
  border-left-color: rgb(243 232 255 / 0.7);
  border-right-color: rgb(243 232 255 / 0.7);
}

.focus\:border-x-purple-100\/75:focus {
  border-left-color: rgb(243 232 255 / 0.75);
  border-right-color: rgb(243 232 255 / 0.75);
}

.focus\:border-x-purple-100\/80:focus {
  border-left-color: rgb(243 232 255 / 0.8);
  border-right-color: rgb(243 232 255 / 0.8);
}

.focus\:border-x-purple-100\/90:focus {
  border-left-color: rgb(243 232 255 / 0.9);
  border-right-color: rgb(243 232 255 / 0.9);
}

.focus\:border-x-purple-100\/95:focus {
  border-left-color: rgb(243 232 255 / 0.95);
  border-right-color: rgb(243 232 255 / 0.95);
}

.focus\:border-x-purple-200:focus {
  --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));
}

.focus\:border-x-purple-200\/0:focus {
  border-left-color: rgb(233 213 255 / 0);
  border-right-color: rgb(233 213 255 / 0);
}

.focus\:border-x-purple-200\/10:focus {
  border-left-color: rgb(233 213 255 / 0.1);
  border-right-color: rgb(233 213 255 / 0.1);
}

.focus\:border-x-purple-200\/100:focus {
  border-left-color: rgb(233 213 255 / 1);
  border-right-color: rgb(233 213 255 / 1);
}

.focus\:border-x-purple-200\/20:focus {
  border-left-color: rgb(233 213 255 / 0.2);
  border-right-color: rgb(233 213 255 / 0.2);
}

.focus\:border-x-purple-200\/25:focus {
  border-left-color: rgb(233 213 255 / 0.25);
  border-right-color: rgb(233 213 255 / 0.25);
}

.focus\:border-x-purple-200\/30:focus {
  border-left-color: rgb(233 213 255 / 0.3);
  border-right-color: rgb(233 213 255 / 0.3);
}

.focus\:border-x-purple-200\/40:focus {
  border-left-color: rgb(233 213 255 / 0.4);
  border-right-color: rgb(233 213 255 / 0.4);
}

.focus\:border-x-purple-200\/5:focus {
  border-left-color: rgb(233 213 255 / 0.05);
  border-right-color: rgb(233 213 255 / 0.05);
}

.focus\:border-x-purple-200\/50:focus {
  border-left-color: rgb(233 213 255 / 0.5);
  border-right-color: rgb(233 213 255 / 0.5);
}

.focus\:border-x-purple-200\/60:focus {
  border-left-color: rgb(233 213 255 / 0.6);
  border-right-color: rgb(233 213 255 / 0.6);
}

.focus\:border-x-purple-200\/70:focus {
  border-left-color: rgb(233 213 255 / 0.7);
  border-right-color: rgb(233 213 255 / 0.7);
}

.focus\:border-x-purple-200\/75:focus {
  border-left-color: rgb(233 213 255 / 0.75);
  border-right-color: rgb(233 213 255 / 0.75);
}

.focus\:border-x-purple-200\/80:focus {
  border-left-color: rgb(233 213 255 / 0.8);
  border-right-color: rgb(233 213 255 / 0.8);
}

.focus\:border-x-purple-200\/90:focus {
  border-left-color: rgb(233 213 255 / 0.9);
  border-right-color: rgb(233 213 255 / 0.9);
}

.focus\:border-x-purple-200\/95:focus {
  border-left-color: rgb(233 213 255 / 0.95);
  border-right-color: rgb(233 213 255 / 0.95);
}

.focus\:border-x-purple-300:focus {
  --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));
}

.focus\:border-x-purple-300\/0:focus {
  border-left-color: rgb(216 180 254 / 0);
  border-right-color: rgb(216 180 254 / 0);
}

.focus\:border-x-purple-300\/10:focus {
  border-left-color: rgb(216 180 254 / 0.1);
  border-right-color: rgb(216 180 254 / 0.1);
}

.focus\:border-x-purple-300\/100:focus {
  border-left-color: rgb(216 180 254 / 1);
  border-right-color: rgb(216 180 254 / 1);
}

.focus\:border-x-purple-300\/20:focus {
  border-left-color: rgb(216 180 254 / 0.2);
  border-right-color: rgb(216 180 254 / 0.2);
}

.focus\:border-x-purple-300\/25:focus {
  border-left-color: rgb(216 180 254 / 0.25);
  border-right-color: rgb(216 180 254 / 0.25);
}

.focus\:border-x-purple-300\/30:focus {
  border-left-color: rgb(216 180 254 / 0.3);
  border-right-color: rgb(216 180 254 / 0.3);
}

.focus\:border-x-purple-300\/40:focus {
  border-left-color: rgb(216 180 254 / 0.4);
  border-right-color: rgb(216 180 254 / 0.4);
}

.focus\:border-x-purple-300\/5:focus {
  border-left-color: rgb(216 180 254 / 0.05);
  border-right-color: rgb(216 180 254 / 0.05);
}

.focus\:border-x-purple-300\/50:focus {
  border-left-color: rgb(216 180 254 / 0.5);
  border-right-color: rgb(216 180 254 / 0.5);
}

.focus\:border-x-purple-300\/60:focus {
  border-left-color: rgb(216 180 254 / 0.6);
  border-right-color: rgb(216 180 254 / 0.6);
}

.focus\:border-x-purple-300\/70:focus {
  border-left-color: rgb(216 180 254 / 0.7);
  border-right-color: rgb(216 180 254 / 0.7);
}

.focus\:border-x-purple-300\/75:focus {
  border-left-color: rgb(216 180 254 / 0.75);
  border-right-color: rgb(216 180 254 / 0.75);
}

.focus\:border-x-purple-300\/80:focus {
  border-left-color: rgb(216 180 254 / 0.8);
  border-right-color: rgb(216 180 254 / 0.8);
}

.focus\:border-x-purple-300\/90:focus {
  border-left-color: rgb(216 180 254 / 0.9);
  border-right-color: rgb(216 180 254 / 0.9);
}

.focus\:border-x-purple-300\/95:focus {
  border-left-color: rgb(216 180 254 / 0.95);
  border-right-color: rgb(216 180 254 / 0.95);
}

.focus\:border-x-purple-400:focus {
  --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));
}

.focus\:border-x-purple-400\/0:focus {
  border-left-color: rgb(192 132 252 / 0);
  border-right-color: rgb(192 132 252 / 0);
}

.focus\:border-x-purple-400\/10:focus {
  border-left-color: rgb(192 132 252 / 0.1);
  border-right-color: rgb(192 132 252 / 0.1);
}

.focus\:border-x-purple-400\/100:focus {
  border-left-color: rgb(192 132 252 / 1);
  border-right-color: rgb(192 132 252 / 1);
}

.focus\:border-x-purple-400\/20:focus {
  border-left-color: rgb(192 132 252 / 0.2);
  border-right-color: rgb(192 132 252 / 0.2);
}

.focus\:border-x-purple-400\/25:focus {
  border-left-color: rgb(192 132 252 / 0.25);
  border-right-color: rgb(192 132 252 / 0.25);
}

.focus\:border-x-purple-400\/30:focus {
  border-left-color: rgb(192 132 252 / 0.3);
  border-right-color: rgb(192 132 252 / 0.3);
}

.focus\:border-x-purple-400\/40:focus {
  border-left-color: rgb(192 132 252 / 0.4);
  border-right-color: rgb(192 132 252 / 0.4);
}

.focus\:border-x-purple-400\/5:focus {
  border-left-color: rgb(192 132 252 / 0.05);
  border-right-color: rgb(192 132 252 / 0.05);
}

.focus\:border-x-purple-400\/50:focus {
  border-left-color: rgb(192 132 252 / 0.5);
  border-right-color: rgb(192 132 252 / 0.5);
}

.focus\:border-x-purple-400\/60:focus {
  border-left-color: rgb(192 132 252 / 0.6);
  border-right-color: rgb(192 132 252 / 0.6);
}

.focus\:border-x-purple-400\/70:focus {
  border-left-color: rgb(192 132 252 / 0.7);
  border-right-color: rgb(192 132 252 / 0.7);
}

.focus\:border-x-purple-400\/75:focus {
  border-left-color: rgb(192 132 252 / 0.75);
  border-right-color: rgb(192 132 252 / 0.75);
}

.focus\:border-x-purple-400\/80:focus {
  border-left-color: rgb(192 132 252 / 0.8);
  border-right-color: rgb(192 132 252 / 0.8);
}

.focus\:border-x-purple-400\/90:focus {
  border-left-color: rgb(192 132 252 / 0.9);
  border-right-color: rgb(192 132 252 / 0.9);
}

.focus\:border-x-purple-400\/95:focus {
  border-left-color: rgb(192 132 252 / 0.95);
  border-right-color: rgb(192 132 252 / 0.95);
}

.focus\:border-x-purple-50:focus {
  --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));
}

.focus\:border-x-purple-50\/0:focus {
  border-left-color: rgb(250 245 255 / 0);
  border-right-color: rgb(250 245 255 / 0);
}

.focus\:border-x-purple-50\/10:focus {
  border-left-color: rgb(250 245 255 / 0.1);
  border-right-color: rgb(250 245 255 / 0.1);
}

.focus\:border-x-purple-50\/100:focus {
  border-left-color: rgb(250 245 255 / 1);
  border-right-color: rgb(250 245 255 / 1);
}

.focus\:border-x-purple-50\/20:focus {
  border-left-color: rgb(250 245 255 / 0.2);
  border-right-color: rgb(250 245 255 / 0.2);
}

.focus\:border-x-purple-50\/25:focus {
  border-left-color: rgb(250 245 255 / 0.25);
  border-right-color: rgb(250 245 255 / 0.25);
}

.focus\:border-x-purple-50\/30:focus {
  border-left-color: rgb(250 245 255 / 0.3);
  border-right-color: rgb(250 245 255 / 0.3);
}

.focus\:border-x-purple-50\/40:focus {
  border-left-color: rgb(250 245 255 / 0.4);
  border-right-color: rgb(250 245 255 / 0.4);
}

.focus\:border-x-purple-50\/5:focus {
  border-left-color: rgb(250 245 255 / 0.05);
  border-right-color: rgb(250 245 255 / 0.05);
}

.focus\:border-x-purple-50\/50:focus {
  border-left-color: rgb(250 245 255 / 0.5);
  border-right-color: rgb(250 245 255 / 0.5);
}

.focus\:border-x-purple-50\/60:focus {
  border-left-color: rgb(250 245 255 / 0.6);
  border-right-color: rgb(250 245 255 / 0.6);
}

.focus\:border-x-purple-50\/70:focus {
  border-left-color: rgb(250 245 255 / 0.7);
  border-right-color: rgb(250 245 255 / 0.7);
}

.focus\:border-x-purple-50\/75:focus {
  border-left-color: rgb(250 245 255 / 0.75);
  border-right-color: rgb(250 245 255 / 0.75);
}

.focus\:border-x-purple-50\/80:focus {
  border-left-color: rgb(250 245 255 / 0.8);
  border-right-color: rgb(250 245 255 / 0.8);
}

.focus\:border-x-purple-50\/90:focus {
  border-left-color: rgb(250 245 255 / 0.9);
  border-right-color: rgb(250 245 255 / 0.9);
}

.focus\:border-x-purple-50\/95:focus {
  border-left-color: rgb(250 245 255 / 0.95);
  border-right-color: rgb(250 245 255 / 0.95);
}

.focus\:border-x-purple-500:focus {
  --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));
}

.focus\:border-x-purple-500\/0:focus {
  border-left-color: rgb(168 85 247 / 0);
  border-right-color: rgb(168 85 247 / 0);
}

.focus\:border-x-purple-500\/10:focus {
  border-left-color: rgb(168 85 247 / 0.1);
  border-right-color: rgb(168 85 247 / 0.1);
}

.focus\:border-x-purple-500\/100:focus {
  border-left-color: rgb(168 85 247 / 1);
  border-right-color: rgb(168 85 247 / 1);
}

.focus\:border-x-purple-500\/20:focus {
  border-left-color: rgb(168 85 247 / 0.2);
  border-right-color: rgb(168 85 247 / 0.2);
}

.focus\:border-x-purple-500\/25:focus {
  border-left-color: rgb(168 85 247 / 0.25);
  border-right-color: rgb(168 85 247 / 0.25);
}

.focus\:border-x-purple-500\/30:focus {
  border-left-color: rgb(168 85 247 / 0.3);
  border-right-color: rgb(168 85 247 / 0.3);
}

.focus\:border-x-purple-500\/40:focus {
  border-left-color: rgb(168 85 247 / 0.4);
  border-right-color: rgb(168 85 247 / 0.4);
}

.focus\:border-x-purple-500\/5:focus {
  border-left-color: rgb(168 85 247 / 0.05);
  border-right-color: rgb(168 85 247 / 0.05);
}

.focus\:border-x-purple-500\/50:focus {
  border-left-color: rgb(168 85 247 / 0.5);
  border-right-color: rgb(168 85 247 / 0.5);
}

.focus\:border-x-purple-500\/60:focus {
  border-left-color: rgb(168 85 247 / 0.6);
  border-right-color: rgb(168 85 247 / 0.6);
}

.focus\:border-x-purple-500\/70:focus {
  border-left-color: rgb(168 85 247 / 0.7);
  border-right-color: rgb(168 85 247 / 0.7);
}

.focus\:border-x-purple-500\/75:focus {
  border-left-color: rgb(168 85 247 / 0.75);
  border-right-color: rgb(168 85 247 / 0.75);
}

.focus\:border-x-purple-500\/80:focus {
  border-left-color: rgb(168 85 247 / 0.8);
  border-right-color: rgb(168 85 247 / 0.8);
}

.focus\:border-x-purple-500\/90:focus {
  border-left-color: rgb(168 85 247 / 0.9);
  border-right-color: rgb(168 85 247 / 0.9);
}

.focus\:border-x-purple-500\/95:focus {
  border-left-color: rgb(168 85 247 / 0.95);
  border-right-color: rgb(168 85 247 / 0.95);
}

.focus\:border-x-purple-600:focus {
  --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));
}

.focus\:border-x-purple-600\/0:focus {
  border-left-color: rgb(147 51 234 / 0);
  border-right-color: rgb(147 51 234 / 0);
}

.focus\:border-x-purple-600\/10:focus {
  border-left-color: rgb(147 51 234 / 0.1);
  border-right-color: rgb(147 51 234 / 0.1);
}

.focus\:border-x-purple-600\/100:focus {
  border-left-color: rgb(147 51 234 / 1);
  border-right-color: rgb(147 51 234 / 1);
}

.focus\:border-x-purple-600\/20:focus {
  border-left-color: rgb(147 51 234 / 0.2);
  border-right-color: rgb(147 51 234 / 0.2);
}

.focus\:border-x-purple-600\/25:focus {
  border-left-color: rgb(147 51 234 / 0.25);
  border-right-color: rgb(147 51 234 / 0.25);
}

.focus\:border-x-purple-600\/30:focus {
  border-left-color: rgb(147 51 234 / 0.3);
  border-right-color: rgb(147 51 234 / 0.3);
}

.focus\:border-x-purple-600\/40:focus {
  border-left-color: rgb(147 51 234 / 0.4);
  border-right-color: rgb(147 51 234 / 0.4);
}

.focus\:border-x-purple-600\/5:focus {
  border-left-color: rgb(147 51 234 / 0.05);
  border-right-color: rgb(147 51 234 / 0.05);
}

.focus\:border-x-purple-600\/50:focus {
  border-left-color: rgb(147 51 234 / 0.5);
  border-right-color: rgb(147 51 234 / 0.5);
}

.focus\:border-x-purple-600\/60:focus {
  border-left-color: rgb(147 51 234 / 0.6);
  border-right-color: rgb(147 51 234 / 0.6);
}

.focus\:border-x-purple-600\/70:focus {
  border-left-color: rgb(147 51 234 / 0.7);
  border-right-color: rgb(147 51 234 / 0.7);
}

.focus\:border-x-purple-600\/75:focus {
  border-left-color: rgb(147 51 234 / 0.75);
  border-right-color: rgb(147 51 234 / 0.75);
}

.focus\:border-x-purple-600\/80:focus {
  border-left-color: rgb(147 51 234 / 0.8);
  border-right-color: rgb(147 51 234 / 0.8);
}

.focus\:border-x-purple-600\/90:focus {
  border-left-color: rgb(147 51 234 / 0.9);
  border-right-color: rgb(147 51 234 / 0.9);
}

.focus\:border-x-purple-600\/95:focus {
  border-left-color: rgb(147 51 234 / 0.95);
  border-right-color: rgb(147 51 234 / 0.95);
}

.focus\:border-x-purple-700:focus {
  --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));
}

.focus\:border-x-purple-700\/0:focus {
  border-left-color: rgb(126 34 206 / 0);
  border-right-color: rgb(126 34 206 / 0);
}

.focus\:border-x-purple-700\/10:focus {
  border-left-color: rgb(126 34 206 / 0.1);
  border-right-color: rgb(126 34 206 / 0.1);
}

.focus\:border-x-purple-700\/100:focus {
  border-left-color: rgb(126 34 206 / 1);
  border-right-color: rgb(126 34 206 / 1);
}

.focus\:border-x-purple-700\/20:focus {
  border-left-color: rgb(126 34 206 / 0.2);
  border-right-color: rgb(126 34 206 / 0.2);
}

.focus\:border-x-purple-700\/25:focus {
  border-left-color: rgb(126 34 206 / 0.25);
  border-right-color: rgb(126 34 206 / 0.25);
}

.focus\:border-x-purple-700\/30:focus {
  border-left-color: rgb(126 34 206 / 0.3);
  border-right-color: rgb(126 34 206 / 0.3);
}

.focus\:border-x-purple-700\/40:focus {
  border-left-color: rgb(126 34 206 / 0.4);
  border-right-color: rgb(126 34 206 / 0.4);
}

.focus\:border-x-purple-700\/5:focus {
  border-left-color: rgb(126 34 206 / 0.05);
  border-right-color: rgb(126 34 206 / 0.05);
}

.focus\:border-x-purple-700\/50:focus {
  border-left-color: rgb(126 34 206 / 0.5);
  border-right-color: rgb(126 34 206 / 0.5);
}

.focus\:border-x-purple-700\/60:focus {
  border-left-color: rgb(126 34 206 / 0.6);
  border-right-color: rgb(126 34 206 / 0.6);
}

.focus\:border-x-purple-700\/70:focus {
  border-left-color: rgb(126 34 206 / 0.7);
  border-right-color: rgb(126 34 206 / 0.7);
}

.focus\:border-x-purple-700\/75:focus {
  border-left-color: rgb(126 34 206 / 0.75);
  border-right-color: rgb(126 34 206 / 0.75);
}

.focus\:border-x-purple-700\/80:focus {
  border-left-color: rgb(126 34 206 / 0.8);
  border-right-color: rgb(126 34 206 / 0.8);
}

.focus\:border-x-purple-700\/90:focus {
  border-left-color: rgb(126 34 206 / 0.9);
  border-right-color: rgb(126 34 206 / 0.9);
}

.focus\:border-x-purple-700\/95:focus {
  border-left-color: rgb(126 34 206 / 0.95);
  border-right-color: rgb(126 34 206 / 0.95);
}

.focus\:border-x-purple-800:focus {
  --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));
}

.focus\:border-x-purple-800\/0:focus {
  border-left-color: rgb(107 33 168 / 0);
  border-right-color: rgb(107 33 168 / 0);
}

.focus\:border-x-purple-800\/10:focus {
  border-left-color: rgb(107 33 168 / 0.1);
  border-right-color: rgb(107 33 168 / 0.1);
}

.focus\:border-x-purple-800\/100:focus {
  border-left-color: rgb(107 33 168 / 1);
  border-right-color: rgb(107 33 168 / 1);
}

.focus\:border-x-purple-800\/20:focus {
  border-left-color: rgb(107 33 168 / 0.2);
  border-right-color: rgb(107 33 168 / 0.2);
}

.focus\:border-x-purple-800\/25:focus {
  border-left-color: rgb(107 33 168 / 0.25);
  border-right-color: rgb(107 33 168 / 0.25);
}

.focus\:border-x-purple-800\/30:focus {
  border-left-color: rgb(107 33 168 / 0.3);
  border-right-color: rgb(107 33 168 / 0.3);
}

.focus\:border-x-purple-800\/40:focus {
  border-left-color: rgb(107 33 168 / 0.4);
  border-right-color: rgb(107 33 168 / 0.4);
}

.focus\:border-x-purple-800\/5:focus {
  border-left-color: rgb(107 33 168 / 0.05);
  border-right-color: rgb(107 33 168 / 0.05);
}

.focus\:border-x-purple-800\/50:focus {
  border-left-color: rgb(107 33 168 / 0.5);
  border-right-color: rgb(107 33 168 / 0.5);
}

.focus\:border-x-purple-800\/60:focus {
  border-left-color: rgb(107 33 168 / 0.6);
  border-right-color: rgb(107 33 168 / 0.6);
}

.focus\:border-x-purple-800\/70:focus {
  border-left-color: rgb(107 33 168 / 0.7);
  border-right-color: rgb(107 33 168 / 0.7);
}

.focus\:border-x-purple-800\/75:focus {
  border-left-color: rgb(107 33 168 / 0.75);
  border-right-color: rgb(107 33 168 / 0.75);
}

.focus\:border-x-purple-800\/80:focus {
  border-left-color: rgb(107 33 168 / 0.8);
  border-right-color: rgb(107 33 168 / 0.8);
}

.focus\:border-x-purple-800\/90:focus {
  border-left-color: rgb(107 33 168 / 0.9);
  border-right-color: rgb(107 33 168 / 0.9);
}

.focus\:border-x-purple-800\/95:focus {
  border-left-color: rgb(107 33 168 / 0.95);
  border-right-color: rgb(107 33 168 / 0.95);
}

.focus\:border-x-purple-900:focus {
  --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));
}

.focus\:border-x-purple-900\/0:focus {
  border-left-color: rgb(88 28 135 / 0);
  border-right-color: rgb(88 28 135 / 0);
}

.focus\:border-x-purple-900\/10:focus {
  border-left-color: rgb(88 28 135 / 0.1);
  border-right-color: rgb(88 28 135 / 0.1);
}

.focus\:border-x-purple-900\/100:focus {
  border-left-color: rgb(88 28 135 / 1);
  border-right-color: rgb(88 28 135 / 1);
}

.focus\:border-x-purple-900\/20:focus {
  border-left-color: rgb(88 28 135 / 0.2);
  border-right-color: rgb(88 28 135 / 0.2);
}

.focus\:border-x-purple-900\/25:focus {
  border-left-color: rgb(88 28 135 / 0.25);
  border-right-color: rgb(88 28 135 / 0.25);
}

.focus\:border-x-purple-900\/30:focus {
  border-left-color: rgb(88 28 135 / 0.3);
  border-right-color: rgb(88 28 135 / 0.3);
}

.focus\:border-x-purple-900\/40:focus {
  border-left-color: rgb(88 28 135 / 0.4);
  border-right-color: rgb(88 28 135 / 0.4);
}

.focus\:border-x-purple-900\/5:focus {
  border-left-color: rgb(88 28 135 / 0.05);
  border-right-color: rgb(88 28 135 / 0.05);
}

.focus\:border-x-purple-900\/50:focus {
  border-left-color: rgb(88 28 135 / 0.5);
  border-right-color: rgb(88 28 135 / 0.5);
}

.focus\:border-x-purple-900\/60:focus {
  border-left-color: rgb(88 28 135 / 0.6);
  border-right-color: rgb(88 28 135 / 0.6);
}

.focus\:border-x-purple-900\/70:focus {
  border-left-color: rgb(88 28 135 / 0.7);
  border-right-color: rgb(88 28 135 / 0.7);
}

.focus\:border-x-purple-900\/75:focus {
  border-left-color: rgb(88 28 135 / 0.75);
  border-right-color: rgb(88 28 135 / 0.75);
}

.focus\:border-x-purple-900\/80:focus {
  border-left-color: rgb(88 28 135 / 0.8);
  border-right-color: rgb(88 28 135 / 0.8);
}

.focus\:border-x-purple-900\/90:focus {
  border-left-color: rgb(88 28 135 / 0.9);
  border-right-color: rgb(88 28 135 / 0.9);
}

.focus\:border-x-purple-900\/95:focus {
  border-left-color: rgb(88 28 135 / 0.95);
  border-right-color: rgb(88 28 135 / 0.95);
}

.focus\:border-x-purple-950:focus {
  --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));
}

.focus\:border-x-purple-950\/0:focus {
  border-left-color: rgb(59 7 100 / 0);
  border-right-color: rgb(59 7 100 / 0);
}

.focus\:border-x-purple-950\/10:focus {
  border-left-color: rgb(59 7 100 / 0.1);
  border-right-color: rgb(59 7 100 / 0.1);
}

.focus\:border-x-purple-950\/100:focus {
  border-left-color: rgb(59 7 100 / 1);
  border-right-color: rgb(59 7 100 / 1);
}

.focus\:border-x-purple-950\/20:focus {
  border-left-color: rgb(59 7 100 / 0.2);
  border-right-color: rgb(59 7 100 / 0.2);
}

.focus\:border-x-purple-950\/25:focus {
  border-left-color: rgb(59 7 100 / 0.25);
  border-right-color: rgb(59 7 100 / 0.25);
}

.focus\:border-x-purple-950\/30:focus {
  border-left-color: rgb(59 7 100 / 0.3);
  border-right-color: rgb(59 7 100 / 0.3);
}

.focus\:border-x-purple-950\/40:focus {
  border-left-color: rgb(59 7 100 / 0.4);
  border-right-color: rgb(59 7 100 / 0.4);
}

.focus\:border-x-purple-950\/5:focus {
  border-left-color: rgb(59 7 100 / 0.05);
  border-right-color: rgb(59 7 100 / 0.05);
}

.focus\:border-x-purple-950\/50:focus {
  border-left-color: rgb(59 7 100 / 0.5);
  border-right-color: rgb(59 7 100 / 0.5);
}

.focus\:border-x-purple-950\/60:focus {
  border-left-color: rgb(59 7 100 / 0.6);
  border-right-color: rgb(59 7 100 / 0.6);
}

.focus\:border-x-purple-950\/70:focus {
  border-left-color: rgb(59 7 100 / 0.7);
  border-right-color: rgb(59 7 100 / 0.7);
}

.focus\:border-x-purple-950\/75:focus {
  border-left-color: rgb(59 7 100 / 0.75);
  border-right-color: rgb(59 7 100 / 0.75);
}

.focus\:border-x-purple-950\/80:focus {
  border-left-color: rgb(59 7 100 / 0.8);
  border-right-color: rgb(59 7 100 / 0.8);
}

.focus\:border-x-purple-950\/90:focus {
  border-left-color: rgb(59 7 100 / 0.9);
  border-right-color: rgb(59 7 100 / 0.9);
}

.focus\:border-x-purple-950\/95:focus {
  border-left-color: rgb(59 7 100 / 0.95);
  border-right-color: rgb(59 7 100 / 0.95);
}

.focus\:border-x-red-100:focus {
  --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));
}

.focus\:border-x-red-100\/0:focus {
  border-left-color: rgb(254 226 226 / 0);
  border-right-color: rgb(254 226 226 / 0);
}

.focus\:border-x-red-100\/10:focus {
  border-left-color: rgb(254 226 226 / 0.1);
  border-right-color: rgb(254 226 226 / 0.1);
}

.focus\:border-x-red-100\/100:focus {
  border-left-color: rgb(254 226 226 / 1);
  border-right-color: rgb(254 226 226 / 1);
}

.focus\:border-x-red-100\/20:focus {
  border-left-color: rgb(254 226 226 / 0.2);
  border-right-color: rgb(254 226 226 / 0.2);
}

.focus\:border-x-red-100\/25:focus {
  border-left-color: rgb(254 226 226 / 0.25);
  border-right-color: rgb(254 226 226 / 0.25);
}

.focus\:border-x-red-100\/30:focus {
  border-left-color: rgb(254 226 226 / 0.3);
  border-right-color: rgb(254 226 226 / 0.3);
}

.focus\:border-x-red-100\/40:focus {
  border-left-color: rgb(254 226 226 / 0.4);
  border-right-color: rgb(254 226 226 / 0.4);
}

.focus\:border-x-red-100\/5:focus {
  border-left-color: rgb(254 226 226 / 0.05);
  border-right-color: rgb(254 226 226 / 0.05);
}

.focus\:border-x-red-100\/50:focus {
  border-left-color: rgb(254 226 226 / 0.5);
  border-right-color: rgb(254 226 226 / 0.5);
}

.focus\:border-x-red-100\/60:focus {
  border-left-color: rgb(254 226 226 / 0.6);
  border-right-color: rgb(254 226 226 / 0.6);
}

.focus\:border-x-red-100\/70:focus {
  border-left-color: rgb(254 226 226 / 0.7);
  border-right-color: rgb(254 226 226 / 0.7);
}

.focus\:border-x-red-100\/75:focus {
  border-left-color: rgb(254 226 226 / 0.75);
  border-right-color: rgb(254 226 226 / 0.75);
}

.focus\:border-x-red-100\/80:focus {
  border-left-color: rgb(254 226 226 / 0.8);
  border-right-color: rgb(254 226 226 / 0.8);
}

.focus\:border-x-red-100\/90:focus {
  border-left-color: rgb(254 226 226 / 0.9);
  border-right-color: rgb(254 226 226 / 0.9);
}

.focus\:border-x-red-100\/95:focus {
  border-left-color: rgb(254 226 226 / 0.95);
  border-right-color: rgb(254 226 226 / 0.95);
}

.focus\:border-x-red-200:focus {
  --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));
}

.focus\:border-x-red-200\/0:focus {
  border-left-color: rgb(254 202 202 / 0);
  border-right-color: rgb(254 202 202 / 0);
}

.focus\:border-x-red-200\/10:focus {
  border-left-color: rgb(254 202 202 / 0.1);
  border-right-color: rgb(254 202 202 / 0.1);
}

.focus\:border-x-red-200\/100:focus {
  border-left-color: rgb(254 202 202 / 1);
  border-right-color: rgb(254 202 202 / 1);
}

.focus\:border-x-red-200\/20:focus {
  border-left-color: rgb(254 202 202 / 0.2);
  border-right-color: rgb(254 202 202 / 0.2);
}

.focus\:border-x-red-200\/25:focus {
  border-left-color: rgb(254 202 202 / 0.25);
  border-right-color: rgb(254 202 202 / 0.25);
}

.focus\:border-x-red-200\/30:focus {
  border-left-color: rgb(254 202 202 / 0.3);
  border-right-color: rgb(254 202 202 / 0.3);
}

.focus\:border-x-red-200\/40:focus {
  border-left-color: rgb(254 202 202 / 0.4);
  border-right-color: rgb(254 202 202 / 0.4);
}

.focus\:border-x-red-200\/5:focus {
  border-left-color: rgb(254 202 202 / 0.05);
  border-right-color: rgb(254 202 202 / 0.05);
}

.focus\:border-x-red-200\/50:focus {
  border-left-color: rgb(254 202 202 / 0.5);
  border-right-color: rgb(254 202 202 / 0.5);
}

.focus\:border-x-red-200\/60:focus {
  border-left-color: rgb(254 202 202 / 0.6);
  border-right-color: rgb(254 202 202 / 0.6);
}

.focus\:border-x-red-200\/70:focus {
  border-left-color: rgb(254 202 202 / 0.7);
  border-right-color: rgb(254 202 202 / 0.7);
}

.focus\:border-x-red-200\/75:focus {
  border-left-color: rgb(254 202 202 / 0.75);
  border-right-color: rgb(254 202 202 / 0.75);
}

.focus\:border-x-red-200\/80:focus {
  border-left-color: rgb(254 202 202 / 0.8);
  border-right-color: rgb(254 202 202 / 0.8);
}

.focus\:border-x-red-200\/90:focus {
  border-left-color: rgb(254 202 202 / 0.9);
  border-right-color: rgb(254 202 202 / 0.9);
}

.focus\:border-x-red-200\/95:focus {
  border-left-color: rgb(254 202 202 / 0.95);
  border-right-color: rgb(254 202 202 / 0.95);
}

.focus\:border-x-red-300:focus {
  --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));
}

.focus\:border-x-red-300\/0:focus {
  border-left-color: rgb(252 165 165 / 0);
  border-right-color: rgb(252 165 165 / 0);
}

.focus\:border-x-red-300\/10:focus {
  border-left-color: rgb(252 165 165 / 0.1);
  border-right-color: rgb(252 165 165 / 0.1);
}

.focus\:border-x-red-300\/100:focus {
  border-left-color: rgb(252 165 165 / 1);
  border-right-color: rgb(252 165 165 / 1);
}

.focus\:border-x-red-300\/20:focus {
  border-left-color: rgb(252 165 165 / 0.2);
  border-right-color: rgb(252 165 165 / 0.2);
}

.focus\:border-x-red-300\/25:focus {
  border-left-color: rgb(252 165 165 / 0.25);
  border-right-color: rgb(252 165 165 / 0.25);
}

.focus\:border-x-red-300\/30:focus {
  border-left-color: rgb(252 165 165 / 0.3);
  border-right-color: rgb(252 165 165 / 0.3);
}

.focus\:border-x-red-300\/40:focus {
  border-left-color: rgb(252 165 165 / 0.4);
  border-right-color: rgb(252 165 165 / 0.4);
}

.focus\:border-x-red-300\/5:focus {
  border-left-color: rgb(252 165 165 / 0.05);
  border-right-color: rgb(252 165 165 / 0.05);
}

.focus\:border-x-red-300\/50:focus {
  border-left-color: rgb(252 165 165 / 0.5);
  border-right-color: rgb(252 165 165 / 0.5);
}

.focus\:border-x-red-300\/60:focus {
  border-left-color: rgb(252 165 165 / 0.6);
  border-right-color: rgb(252 165 165 / 0.6);
}

.focus\:border-x-red-300\/70:focus {
  border-left-color: rgb(252 165 165 / 0.7);
  border-right-color: rgb(252 165 165 / 0.7);
}

.focus\:border-x-red-300\/75:focus {
  border-left-color: rgb(252 165 165 / 0.75);
  border-right-color: rgb(252 165 165 / 0.75);
}

.focus\:border-x-red-300\/80:focus {
  border-left-color: rgb(252 165 165 / 0.8);
  border-right-color: rgb(252 165 165 / 0.8);
}

.focus\:border-x-red-300\/90:focus {
  border-left-color: rgb(252 165 165 / 0.9);
  border-right-color: rgb(252 165 165 / 0.9);
}

.focus\:border-x-red-300\/95:focus {
  border-left-color: rgb(252 165 165 / 0.95);
  border-right-color: rgb(252 165 165 / 0.95);
}

.focus\:border-x-red-400:focus {
  --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));
}

.focus\:border-x-red-400\/0:focus {
  border-left-color: rgb(248 113 113 / 0);
  border-right-color: rgb(248 113 113 / 0);
}

.focus\:border-x-red-400\/10:focus {
  border-left-color: rgb(248 113 113 / 0.1);
  border-right-color: rgb(248 113 113 / 0.1);
}

.focus\:border-x-red-400\/100:focus {
  border-left-color: rgb(248 113 113 / 1);
  border-right-color: rgb(248 113 113 / 1);
}

.focus\:border-x-red-400\/20:focus {
  border-left-color: rgb(248 113 113 / 0.2);
  border-right-color: rgb(248 113 113 / 0.2);
}

.focus\:border-x-red-400\/25:focus {
  border-left-color: rgb(248 113 113 / 0.25);
  border-right-color: rgb(248 113 113 / 0.25);
}

.focus\:border-x-red-400\/30:focus {
  border-left-color: rgb(248 113 113 / 0.3);
  border-right-color: rgb(248 113 113 / 0.3);
}

.focus\:border-x-red-400\/40:focus {
  border-left-color: rgb(248 113 113 / 0.4);
  border-right-color: rgb(248 113 113 / 0.4);
}

.focus\:border-x-red-400\/5:focus {
  border-left-color: rgb(248 113 113 / 0.05);
  border-right-color: rgb(248 113 113 / 0.05);
}

.focus\:border-x-red-400\/50:focus {
  border-left-color: rgb(248 113 113 / 0.5);
  border-right-color: rgb(248 113 113 / 0.5);
}

.focus\:border-x-red-400\/60:focus {
  border-left-color: rgb(248 113 113 / 0.6);
  border-right-color: rgb(248 113 113 / 0.6);
}

.focus\:border-x-red-400\/70:focus {
  border-left-color: rgb(248 113 113 / 0.7);
  border-right-color: rgb(248 113 113 / 0.7);
}

.focus\:border-x-red-400\/75:focus {
  border-left-color: rgb(248 113 113 / 0.75);
  border-right-color: rgb(248 113 113 / 0.75);
}

.focus\:border-x-red-400\/80:focus {
  border-left-color: rgb(248 113 113 / 0.8);
  border-right-color: rgb(248 113 113 / 0.8);
}

.focus\:border-x-red-400\/90:focus {
  border-left-color: rgb(248 113 113 / 0.9);
  border-right-color: rgb(248 113 113 / 0.9);
}

.focus\:border-x-red-400\/95:focus {
  border-left-color: rgb(248 113 113 / 0.95);
  border-right-color: rgb(248 113 113 / 0.95);
}

.focus\:border-x-red-50:focus {
  --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));
}

.focus\:border-x-red-50\/0:focus {
  border-left-color: rgb(254 242 242 / 0);
  border-right-color: rgb(254 242 242 / 0);
}

.focus\:border-x-red-50\/10:focus {
  border-left-color: rgb(254 242 242 / 0.1);
  border-right-color: rgb(254 242 242 / 0.1);
}

.focus\:border-x-red-50\/100:focus {
  border-left-color: rgb(254 242 242 / 1);
  border-right-color: rgb(254 242 242 / 1);
}

.focus\:border-x-red-50\/20:focus {
  border-left-color: rgb(254 242 242 / 0.2);
  border-right-color: rgb(254 242 242 / 0.2);
}

.focus\:border-x-red-50\/25:focus {
  border-left-color: rgb(254 242 242 / 0.25);
  border-right-color: rgb(254 242 242 / 0.25);
}

.focus\:border-x-red-50\/30:focus {
  border-left-color: rgb(254 242 242 / 0.3);
  border-right-color: rgb(254 242 242 / 0.3);
}

.focus\:border-x-red-50\/40:focus {
  border-left-color: rgb(254 242 242 / 0.4);
  border-right-color: rgb(254 242 242 / 0.4);
}

.focus\:border-x-red-50\/5:focus {
  border-left-color: rgb(254 242 242 / 0.05);
  border-right-color: rgb(254 242 242 / 0.05);
}

.focus\:border-x-red-50\/50:focus {
  border-left-color: rgb(254 242 242 / 0.5);
  border-right-color: rgb(254 242 242 / 0.5);
}

.focus\:border-x-red-50\/60:focus {
  border-left-color: rgb(254 242 242 / 0.6);
  border-right-color: rgb(254 242 242 / 0.6);
}

.focus\:border-x-red-50\/70:focus {
  border-left-color: rgb(254 242 242 / 0.7);
  border-right-color: rgb(254 242 242 / 0.7);
}

.focus\:border-x-red-50\/75:focus {
  border-left-color: rgb(254 242 242 / 0.75);
  border-right-color: rgb(254 242 242 / 0.75);
}

.focus\:border-x-red-50\/80:focus {
  border-left-color: rgb(254 242 242 / 0.8);
  border-right-color: rgb(254 242 242 / 0.8);
}

.focus\:border-x-red-50\/90:focus {
  border-left-color: rgb(254 242 242 / 0.9);
  border-right-color: rgb(254 242 242 / 0.9);
}

.focus\:border-x-red-50\/95:focus {
  border-left-color: rgb(254 242 242 / 0.95);
  border-right-color: rgb(254 242 242 / 0.95);
}

.focus\:border-x-red-500:focus {
  --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));
}

.focus\:border-x-red-500\/0:focus {
  border-left-color: rgb(239 68 68 / 0);
  border-right-color: rgb(239 68 68 / 0);
}

.focus\:border-x-red-500\/10:focus {
  border-left-color: rgb(239 68 68 / 0.1);
  border-right-color: rgb(239 68 68 / 0.1);
}

.focus\:border-x-red-500\/100:focus {
  border-left-color: rgb(239 68 68 / 1);
  border-right-color: rgb(239 68 68 / 1);
}

.focus\:border-x-red-500\/20:focus {
  border-left-color: rgb(239 68 68 / 0.2);
  border-right-color: rgb(239 68 68 / 0.2);
}

.focus\:border-x-red-500\/25:focus {
  border-left-color: rgb(239 68 68 / 0.25);
  border-right-color: rgb(239 68 68 / 0.25);
}

.focus\:border-x-red-500\/30:focus {
  border-left-color: rgb(239 68 68 / 0.3);
  border-right-color: rgb(239 68 68 / 0.3);
}

.focus\:border-x-red-500\/40:focus {
  border-left-color: rgb(239 68 68 / 0.4);
  border-right-color: rgb(239 68 68 / 0.4);
}

.focus\:border-x-red-500\/5:focus {
  border-left-color: rgb(239 68 68 / 0.05);
  border-right-color: rgb(239 68 68 / 0.05);
}

.focus\:border-x-red-500\/50:focus {
  border-left-color: rgb(239 68 68 / 0.5);
  border-right-color: rgb(239 68 68 / 0.5);
}

.focus\:border-x-red-500\/60:focus {
  border-left-color: rgb(239 68 68 / 0.6);
  border-right-color: rgb(239 68 68 / 0.6);
}

.focus\:border-x-red-500\/70:focus {
  border-left-color: rgb(239 68 68 / 0.7);
  border-right-color: rgb(239 68 68 / 0.7);
}

.focus\:border-x-red-500\/75:focus {
  border-left-color: rgb(239 68 68 / 0.75);
  border-right-color: rgb(239 68 68 / 0.75);
}

.focus\:border-x-red-500\/80:focus {
  border-left-color: rgb(239 68 68 / 0.8);
  border-right-color: rgb(239 68 68 / 0.8);
}

.focus\:border-x-red-500\/90:focus {
  border-left-color: rgb(239 68 68 / 0.9);
  border-right-color: rgb(239 68 68 / 0.9);
}

.focus\:border-x-red-500\/95:focus {
  border-left-color: rgb(239 68 68 / 0.95);
  border-right-color: rgb(239 68 68 / 0.95);
}

.focus\:border-x-red-600:focus {
  --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));
}

.focus\:border-x-red-600\/0:focus {
  border-left-color: rgb(220 38 38 / 0);
  border-right-color: rgb(220 38 38 / 0);
}

.focus\:border-x-red-600\/10:focus {
  border-left-color: rgb(220 38 38 / 0.1);
  border-right-color: rgb(220 38 38 / 0.1);
}

.focus\:border-x-red-600\/100:focus {
  border-left-color: rgb(220 38 38 / 1);
  border-right-color: rgb(220 38 38 / 1);
}

.focus\:border-x-red-600\/20:focus {
  border-left-color: rgb(220 38 38 / 0.2);
  border-right-color: rgb(220 38 38 / 0.2);
}

.focus\:border-x-red-600\/25:focus {
  border-left-color: rgb(220 38 38 / 0.25);
  border-right-color: rgb(220 38 38 / 0.25);
}

.focus\:border-x-red-600\/30:focus {
  border-left-color: rgb(220 38 38 / 0.3);
  border-right-color: rgb(220 38 38 / 0.3);
}

.focus\:border-x-red-600\/40:focus {
  border-left-color: rgb(220 38 38 / 0.4);
  border-right-color: rgb(220 38 38 / 0.4);
}

.focus\:border-x-red-600\/5:focus {
  border-left-color: rgb(220 38 38 / 0.05);
  border-right-color: rgb(220 38 38 / 0.05);
}

.focus\:border-x-red-600\/50:focus {
  border-left-color: rgb(220 38 38 / 0.5);
  border-right-color: rgb(220 38 38 / 0.5);
}

.focus\:border-x-red-600\/60:focus {
  border-left-color: rgb(220 38 38 / 0.6);
  border-right-color: rgb(220 38 38 / 0.6);
}

.focus\:border-x-red-600\/70:focus {
  border-left-color: rgb(220 38 38 / 0.7);
  border-right-color: rgb(220 38 38 / 0.7);
}

.focus\:border-x-red-600\/75:focus {
  border-left-color: rgb(220 38 38 / 0.75);
  border-right-color: rgb(220 38 38 / 0.75);
}

.focus\:border-x-red-600\/80:focus {
  border-left-color: rgb(220 38 38 / 0.8);
  border-right-color: rgb(220 38 38 / 0.8);
}

.focus\:border-x-red-600\/90:focus {
  border-left-color: rgb(220 38 38 / 0.9);
  border-right-color: rgb(220 38 38 / 0.9);
}

.focus\:border-x-red-600\/95:focus {
  border-left-color: rgb(220 38 38 / 0.95);
  border-right-color: rgb(220 38 38 / 0.95);
}

.focus\:border-x-red-700:focus {
  --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));
}

.focus\:border-x-red-700\/0:focus {
  border-left-color: rgb(185 28 28 / 0);
  border-right-color: rgb(185 28 28 / 0);
}

.focus\:border-x-red-700\/10:focus {
  border-left-color: rgb(185 28 28 / 0.1);
  border-right-color: rgb(185 28 28 / 0.1);
}

.focus\:border-x-red-700\/100:focus {
  border-left-color: rgb(185 28 28 / 1);
  border-right-color: rgb(185 28 28 / 1);
}

.focus\:border-x-red-700\/20:focus {
  border-left-color: rgb(185 28 28 / 0.2);
  border-right-color: rgb(185 28 28 / 0.2);
}

.focus\:border-x-red-700\/25:focus {
  border-left-color: rgb(185 28 28 / 0.25);
  border-right-color: rgb(185 28 28 / 0.25);
}

.focus\:border-x-red-700\/30:focus {
  border-left-color: rgb(185 28 28 / 0.3);
  border-right-color: rgb(185 28 28 / 0.3);
}

.focus\:border-x-red-700\/40:focus {
  border-left-color: rgb(185 28 28 / 0.4);
  border-right-color: rgb(185 28 28 / 0.4);
}

.focus\:border-x-red-700\/5:focus {
  border-left-color: rgb(185 28 28 / 0.05);
  border-right-color: rgb(185 28 28 / 0.05);
}

.focus\:border-x-red-700\/50:focus {
  border-left-color: rgb(185 28 28 / 0.5);
  border-right-color: rgb(185 28 28 / 0.5);
}

.focus\:border-x-red-700\/60:focus {
  border-left-color: rgb(185 28 28 / 0.6);
  border-right-color: rgb(185 28 28 / 0.6);
}

.focus\:border-x-red-700\/70:focus {
  border-left-color: rgb(185 28 28 / 0.7);
  border-right-color: rgb(185 28 28 / 0.7);
}

.focus\:border-x-red-700\/75:focus {
  border-left-color: rgb(185 28 28 / 0.75);
  border-right-color: rgb(185 28 28 / 0.75);
}

.focus\:border-x-red-700\/80:focus {
  border-left-color: rgb(185 28 28 / 0.8);
  border-right-color: rgb(185 28 28 / 0.8);
}

.focus\:border-x-red-700\/90:focus {
  border-left-color: rgb(185 28 28 / 0.9);
  border-right-color: rgb(185 28 28 / 0.9);
}

.focus\:border-x-red-700\/95:focus {
  border-left-color: rgb(185 28 28 / 0.95);
  border-right-color: rgb(185 28 28 / 0.95);
}

.focus\:border-x-red-800:focus {
  --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));
}

.focus\:border-x-red-800\/0:focus {
  border-left-color: rgb(153 27 27 / 0);
  border-right-color: rgb(153 27 27 / 0);
}

.focus\:border-x-red-800\/10:focus {
  border-left-color: rgb(153 27 27 / 0.1);
  border-right-color: rgb(153 27 27 / 0.1);
}

.focus\:border-x-red-800\/100:focus {
  border-left-color: rgb(153 27 27 / 1);
  border-right-color: rgb(153 27 27 / 1);
}

.focus\:border-x-red-800\/20:focus {
  border-left-color: rgb(153 27 27 / 0.2);
  border-right-color: rgb(153 27 27 / 0.2);
}

.focus\:border-x-red-800\/25:focus {
  border-left-color: rgb(153 27 27 / 0.25);
  border-right-color: rgb(153 27 27 / 0.25);
}

.focus\:border-x-red-800\/30:focus {
  border-left-color: rgb(153 27 27 / 0.3);
  border-right-color: rgb(153 27 27 / 0.3);
}

.focus\:border-x-red-800\/40:focus {
  border-left-color: rgb(153 27 27 / 0.4);
  border-right-color: rgb(153 27 27 / 0.4);
}

.focus\:border-x-red-800\/5:focus {
  border-left-color: rgb(153 27 27 / 0.05);
  border-right-color: rgb(153 27 27 / 0.05);
}

.focus\:border-x-red-800\/50:focus {
  border-left-color: rgb(153 27 27 / 0.5);
  border-right-color: rgb(153 27 27 / 0.5);
}

.focus\:border-x-red-800\/60:focus {
  border-left-color: rgb(153 27 27 / 0.6);
  border-right-color: rgb(153 27 27 / 0.6);
}

.focus\:border-x-red-800\/70:focus {
  border-left-color: rgb(153 27 27 / 0.7);
  border-right-color: rgb(153 27 27 / 0.7);
}

.focus\:border-x-red-800\/75:focus {
  border-left-color: rgb(153 27 27 / 0.75);
  border-right-color: rgb(153 27 27 / 0.75);
}

.focus\:border-x-red-800\/80:focus {
  border-left-color: rgb(153 27 27 / 0.8);
  border-right-color: rgb(153 27 27 / 0.8);
}

.focus\:border-x-red-800\/90:focus {
  border-left-color: rgb(153 27 27 / 0.9);
  border-right-color: rgb(153 27 27 / 0.9);
}

.focus\:border-x-red-800\/95:focus {
  border-left-color: rgb(153 27 27 / 0.95);
  border-right-color: rgb(153 27 27 / 0.95);
}

.focus\:border-x-red-900:focus {
  --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));
}

.focus\:border-x-red-900\/0:focus {
  border-left-color: rgb(127 29 29 / 0);
  border-right-color: rgb(127 29 29 / 0);
}

.focus\:border-x-red-900\/10:focus {
  border-left-color: rgb(127 29 29 / 0.1);
  border-right-color: rgb(127 29 29 / 0.1);
}

.focus\:border-x-red-900\/100:focus {
  border-left-color: rgb(127 29 29 / 1);
  border-right-color: rgb(127 29 29 / 1);
}

.focus\:border-x-red-900\/20:focus {
  border-left-color: rgb(127 29 29 / 0.2);
  border-right-color: rgb(127 29 29 / 0.2);
}

.focus\:border-x-red-900\/25:focus {
  border-left-color: rgb(127 29 29 / 0.25);
  border-right-color: rgb(127 29 29 / 0.25);
}

.focus\:border-x-red-900\/30:focus {
  border-left-color: rgb(127 29 29 / 0.3);
  border-right-color: rgb(127 29 29 / 0.3);
}

.focus\:border-x-red-900\/40:focus {
  border-left-color: rgb(127 29 29 / 0.4);
  border-right-color: rgb(127 29 29 / 0.4);
}

.focus\:border-x-red-900\/5:focus {
  border-left-color: rgb(127 29 29 / 0.05);
  border-right-color: rgb(127 29 29 / 0.05);
}

.focus\:border-x-red-900\/50:focus {
  border-left-color: rgb(127 29 29 / 0.5);
  border-right-color: rgb(127 29 29 / 0.5);
}

.focus\:border-x-red-900\/60:focus {
  border-left-color: rgb(127 29 29 / 0.6);
  border-right-color: rgb(127 29 29 / 0.6);
}

.focus\:border-x-red-900\/70:focus {
  border-left-color: rgb(127 29 29 / 0.7);
  border-right-color: rgb(127 29 29 / 0.7);
}

.focus\:border-x-red-900\/75:focus {
  border-left-color: rgb(127 29 29 / 0.75);
  border-right-color: rgb(127 29 29 / 0.75);
}

.focus\:border-x-red-900\/80:focus {
  border-left-color: rgb(127 29 29 / 0.8);
  border-right-color: rgb(127 29 29 / 0.8);
}

.focus\:border-x-red-900\/90:focus {
  border-left-color: rgb(127 29 29 / 0.9);
  border-right-color: rgb(127 29 29 / 0.9);
}

.focus\:border-x-red-900\/95:focus {
  border-left-color: rgb(127 29 29 / 0.95);
  border-right-color: rgb(127 29 29 / 0.95);
}

.focus\:border-x-red-950:focus {
  --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));
}

.focus\:border-x-red-950\/0:focus {
  border-left-color: rgb(69 10 10 / 0);
  border-right-color: rgb(69 10 10 / 0);
}

.focus\:border-x-red-950\/10:focus {
  border-left-color: rgb(69 10 10 / 0.1);
  border-right-color: rgb(69 10 10 / 0.1);
}

.focus\:border-x-red-950\/100:focus {
  border-left-color: rgb(69 10 10 / 1);
  border-right-color: rgb(69 10 10 / 1);
}

.focus\:border-x-red-950\/20:focus {
  border-left-color: rgb(69 10 10 / 0.2);
  border-right-color: rgb(69 10 10 / 0.2);
}

.focus\:border-x-red-950\/25:focus {
  border-left-color: rgb(69 10 10 / 0.25);
  border-right-color: rgb(69 10 10 / 0.25);
}

.focus\:border-x-red-950\/30:focus {
  border-left-color: rgb(69 10 10 / 0.3);
  border-right-color: rgb(69 10 10 / 0.3);
}

.focus\:border-x-red-950\/40:focus {
  border-left-color: rgb(69 10 10 / 0.4);
  border-right-color: rgb(69 10 10 / 0.4);
}

.focus\:border-x-red-950\/5:focus {
  border-left-color: rgb(69 10 10 / 0.05);
  border-right-color: rgb(69 10 10 / 0.05);
}

.focus\:border-x-red-950\/50:focus {
  border-left-color: rgb(69 10 10 / 0.5);
  border-right-color: rgb(69 10 10 / 0.5);
}

.focus\:border-x-red-950\/60:focus {
  border-left-color: rgb(69 10 10 / 0.6);
  border-right-color: rgb(69 10 10 / 0.6);
}

.focus\:border-x-red-950\/70:focus {
  border-left-color: rgb(69 10 10 / 0.7);
  border-right-color: rgb(69 10 10 / 0.7);
}

.focus\:border-x-red-950\/75:focus {
  border-left-color: rgb(69 10 10 / 0.75);
  border-right-color: rgb(69 10 10 / 0.75);
}

.focus\:border-x-red-950\/80:focus {
  border-left-color: rgb(69 10 10 / 0.8);
  border-right-color: rgb(69 10 10 / 0.8);
}

.focus\:border-x-red-950\/90:focus {
  border-left-color: rgb(69 10 10 / 0.9);
  border-right-color: rgb(69 10 10 / 0.9);
}

.focus\:border-x-red-950\/95:focus {
  border-left-color: rgb(69 10 10 / 0.95);
  border-right-color: rgb(69 10 10 / 0.95);
}

.focus\:border-x-rose-100:focus {
  --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));
}

.focus\:border-x-rose-100\/0:focus {
  border-left-color: rgb(255 228 230 / 0);
  border-right-color: rgb(255 228 230 / 0);
}

.focus\:border-x-rose-100\/10:focus {
  border-left-color: rgb(255 228 230 / 0.1);
  border-right-color: rgb(255 228 230 / 0.1);
}

.focus\:border-x-rose-100\/100:focus {
  border-left-color: rgb(255 228 230 / 1);
  border-right-color: rgb(255 228 230 / 1);
}

.focus\:border-x-rose-100\/20:focus {
  border-left-color: rgb(255 228 230 / 0.2);
  border-right-color: rgb(255 228 230 / 0.2);
}

.focus\:border-x-rose-100\/25:focus {
  border-left-color: rgb(255 228 230 / 0.25);
  border-right-color: rgb(255 228 230 / 0.25);
}

.focus\:border-x-rose-100\/30:focus {
  border-left-color: rgb(255 228 230 / 0.3);
  border-right-color: rgb(255 228 230 / 0.3);
}

.focus\:border-x-rose-100\/40:focus {
  border-left-color: rgb(255 228 230 / 0.4);
  border-right-color: rgb(255 228 230 / 0.4);
}

.focus\:border-x-rose-100\/5:focus {
  border-left-color: rgb(255 228 230 / 0.05);
  border-right-color: rgb(255 228 230 / 0.05);
}

.focus\:border-x-rose-100\/50:focus {
  border-left-color: rgb(255 228 230 / 0.5);
  border-right-color: rgb(255 228 230 / 0.5);
}

.focus\:border-x-rose-100\/60:focus {
  border-left-color: rgb(255 228 230 / 0.6);
  border-right-color: rgb(255 228 230 / 0.6);
}

.focus\:border-x-rose-100\/70:focus {
  border-left-color: rgb(255 228 230 / 0.7);
  border-right-color: rgb(255 228 230 / 0.7);
}

.focus\:border-x-rose-100\/75:focus {
  border-left-color: rgb(255 228 230 / 0.75);
  border-right-color: rgb(255 228 230 / 0.75);
}

.focus\:border-x-rose-100\/80:focus {
  border-left-color: rgb(255 228 230 / 0.8);
  border-right-color: rgb(255 228 230 / 0.8);
}

.focus\:border-x-rose-100\/90:focus {
  border-left-color: rgb(255 228 230 / 0.9);
  border-right-color: rgb(255 228 230 / 0.9);
}

.focus\:border-x-rose-100\/95:focus {
  border-left-color: rgb(255 228 230 / 0.95);
  border-right-color: rgb(255 228 230 / 0.95);
}

.focus\:border-x-rose-200:focus {
  --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));
}

.focus\:border-x-rose-200\/0:focus {
  border-left-color: rgb(254 205 211 / 0);
  border-right-color: rgb(254 205 211 / 0);
}

.focus\:border-x-rose-200\/10:focus {
  border-left-color: rgb(254 205 211 / 0.1);
  border-right-color: rgb(254 205 211 / 0.1);
}

.focus\:border-x-rose-200\/100:focus {
  border-left-color: rgb(254 205 211 / 1);
  border-right-color: rgb(254 205 211 / 1);
}

.focus\:border-x-rose-200\/20:focus {
  border-left-color: rgb(254 205 211 / 0.2);
  border-right-color: rgb(254 205 211 / 0.2);
}

.focus\:border-x-rose-200\/25:focus {
  border-left-color: rgb(254 205 211 / 0.25);
  border-right-color: rgb(254 205 211 / 0.25);
}

.focus\:border-x-rose-200\/30:focus {
  border-left-color: rgb(254 205 211 / 0.3);
  border-right-color: rgb(254 205 211 / 0.3);
}

.focus\:border-x-rose-200\/40:focus {
  border-left-color: rgb(254 205 211 / 0.4);
  border-right-color: rgb(254 205 211 / 0.4);
}

.focus\:border-x-rose-200\/5:focus {
  border-left-color: rgb(254 205 211 / 0.05);
  border-right-color: rgb(254 205 211 / 0.05);
}

.focus\:border-x-rose-200\/50:focus {
  border-left-color: rgb(254 205 211 / 0.5);
  border-right-color: rgb(254 205 211 / 0.5);
}

.focus\:border-x-rose-200\/60:focus {
  border-left-color: rgb(254 205 211 / 0.6);
  border-right-color: rgb(254 205 211 / 0.6);
}

.focus\:border-x-rose-200\/70:focus {
  border-left-color: rgb(254 205 211 / 0.7);
  border-right-color: rgb(254 205 211 / 0.7);
}

.focus\:border-x-rose-200\/75:focus {
  border-left-color: rgb(254 205 211 / 0.75);
  border-right-color: rgb(254 205 211 / 0.75);
}

.focus\:border-x-rose-200\/80:focus {
  border-left-color: rgb(254 205 211 / 0.8);
  border-right-color: rgb(254 205 211 / 0.8);
}

.focus\:border-x-rose-200\/90:focus {
  border-left-color: rgb(254 205 211 / 0.9);
  border-right-color: rgb(254 205 211 / 0.9);
}

.focus\:border-x-rose-200\/95:focus {
  border-left-color: rgb(254 205 211 / 0.95);
  border-right-color: rgb(254 205 211 / 0.95);
}

.focus\:border-x-rose-300:focus {
  --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));
}

.focus\:border-x-rose-300\/0:focus {
  border-left-color: rgb(253 164 175 / 0);
  border-right-color: rgb(253 164 175 / 0);
}

.focus\:border-x-rose-300\/10:focus {
  border-left-color: rgb(253 164 175 / 0.1);
  border-right-color: rgb(253 164 175 / 0.1);
}

.focus\:border-x-rose-300\/100:focus {
  border-left-color: rgb(253 164 175 / 1);
  border-right-color: rgb(253 164 175 / 1);
}

.focus\:border-x-rose-300\/20:focus {
  border-left-color: rgb(253 164 175 / 0.2);
  border-right-color: rgb(253 164 175 / 0.2);
}

.focus\:border-x-rose-300\/25:focus {
  border-left-color: rgb(253 164 175 / 0.25);
  border-right-color: rgb(253 164 175 / 0.25);
}

.focus\:border-x-rose-300\/30:focus {
  border-left-color: rgb(253 164 175 / 0.3);
  border-right-color: rgb(253 164 175 / 0.3);
}

.focus\:border-x-rose-300\/40:focus {
  border-left-color: rgb(253 164 175 / 0.4);
  border-right-color: rgb(253 164 175 / 0.4);
}

.focus\:border-x-rose-300\/5:focus {
  border-left-color: rgb(253 164 175 / 0.05);
  border-right-color: rgb(253 164 175 / 0.05);
}

.focus\:border-x-rose-300\/50:focus {
  border-left-color: rgb(253 164 175 / 0.5);
  border-right-color: rgb(253 164 175 / 0.5);
}

.focus\:border-x-rose-300\/60:focus {
  border-left-color: rgb(253 164 175 / 0.6);
  border-right-color: rgb(253 164 175 / 0.6);
}

.focus\:border-x-rose-300\/70:focus {
  border-left-color: rgb(253 164 175 / 0.7);
  border-right-color: rgb(253 164 175 / 0.7);
}

.focus\:border-x-rose-300\/75:focus {
  border-left-color: rgb(253 164 175 / 0.75);
  border-right-color: rgb(253 164 175 / 0.75);
}

.focus\:border-x-rose-300\/80:focus {
  border-left-color: rgb(253 164 175 / 0.8);
  border-right-color: rgb(253 164 175 / 0.8);
}

.focus\:border-x-rose-300\/90:focus {
  border-left-color: rgb(253 164 175 / 0.9);
  border-right-color: rgb(253 164 175 / 0.9);
}

.focus\:border-x-rose-300\/95:focus {
  border-left-color: rgb(253 164 175 / 0.95);
  border-right-color: rgb(253 164 175 / 0.95);
}

.focus\:border-x-rose-400:focus {
  --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));
}

.focus\:border-x-rose-400\/0:focus {
  border-left-color: rgb(251 113 133 / 0);
  border-right-color: rgb(251 113 133 / 0);
}

.focus\:border-x-rose-400\/10:focus {
  border-left-color: rgb(251 113 133 / 0.1);
  border-right-color: rgb(251 113 133 / 0.1);
}

.focus\:border-x-rose-400\/100:focus {
  border-left-color: rgb(251 113 133 / 1);
  border-right-color: rgb(251 113 133 / 1);
}

.focus\:border-x-rose-400\/20:focus {
  border-left-color: rgb(251 113 133 / 0.2);
  border-right-color: rgb(251 113 133 / 0.2);
}

.focus\:border-x-rose-400\/25:focus {
  border-left-color: rgb(251 113 133 / 0.25);
  border-right-color: rgb(251 113 133 / 0.25);
}

.focus\:border-x-rose-400\/30:focus {
  border-left-color: rgb(251 113 133 / 0.3);
  border-right-color: rgb(251 113 133 / 0.3);
}

.focus\:border-x-rose-400\/40:focus {
  border-left-color: rgb(251 113 133 / 0.4);
  border-right-color: rgb(251 113 133 / 0.4);
}

.focus\:border-x-rose-400\/5:focus {
  border-left-color: rgb(251 113 133 / 0.05);
  border-right-color: rgb(251 113 133 / 0.05);
}

.focus\:border-x-rose-400\/50:focus {
  border-left-color: rgb(251 113 133 / 0.5);
  border-right-color: rgb(251 113 133 / 0.5);
}

.focus\:border-x-rose-400\/60:focus {
  border-left-color: rgb(251 113 133 / 0.6);
  border-right-color: rgb(251 113 133 / 0.6);
}

.focus\:border-x-rose-400\/70:focus {
  border-left-color: rgb(251 113 133 / 0.7);
  border-right-color: rgb(251 113 133 / 0.7);
}

.focus\:border-x-rose-400\/75:focus {
  border-left-color: rgb(251 113 133 / 0.75);
  border-right-color: rgb(251 113 133 / 0.75);
}

.focus\:border-x-rose-400\/80:focus {
  border-left-color: rgb(251 113 133 / 0.8);
  border-right-color: rgb(251 113 133 / 0.8);
}

.focus\:border-x-rose-400\/90:focus {
  border-left-color: rgb(251 113 133 / 0.9);
  border-right-color: rgb(251 113 133 / 0.9);
}

.focus\:border-x-rose-400\/95:focus {
  border-left-color: rgb(251 113 133 / 0.95);
  border-right-color: rgb(251 113 133 / 0.95);
}

.focus\:border-x-rose-50:focus {
  --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));
}

.focus\:border-x-rose-50\/0:focus {
  border-left-color: rgb(255 241 242 / 0);
  border-right-color: rgb(255 241 242 / 0);
}

.focus\:border-x-rose-50\/10:focus {
  border-left-color: rgb(255 241 242 / 0.1);
  border-right-color: rgb(255 241 242 / 0.1);
}

.focus\:border-x-rose-50\/100:focus {
  border-left-color: rgb(255 241 242 / 1);
  border-right-color: rgb(255 241 242 / 1);
}

.focus\:border-x-rose-50\/20:focus {
  border-left-color: rgb(255 241 242 / 0.2);
  border-right-color: rgb(255 241 242 / 0.2);
}

.focus\:border-x-rose-50\/25:focus {
  border-left-color: rgb(255 241 242 / 0.25);
  border-right-color: rgb(255 241 242 / 0.25);
}

.focus\:border-x-rose-50\/30:focus {
  border-left-color: rgb(255 241 242 / 0.3);
  border-right-color: rgb(255 241 242 / 0.3);
}

.focus\:border-x-rose-50\/40:focus {
  border-left-color: rgb(255 241 242 / 0.4);
  border-right-color: rgb(255 241 242 / 0.4);
}

.focus\:border-x-rose-50\/5:focus {
  border-left-color: rgb(255 241 242 / 0.05);
  border-right-color: rgb(255 241 242 / 0.05);
}

.focus\:border-x-rose-50\/50:focus {
  border-left-color: rgb(255 241 242 / 0.5);
  border-right-color: rgb(255 241 242 / 0.5);
}

.focus\:border-x-rose-50\/60:focus {
  border-left-color: rgb(255 241 242 / 0.6);
  border-right-color: rgb(255 241 242 / 0.6);
}

.focus\:border-x-rose-50\/70:focus {
  border-left-color: rgb(255 241 242 / 0.7);
  border-right-color: rgb(255 241 242 / 0.7);
}

.focus\:border-x-rose-50\/75:focus {
  border-left-color: rgb(255 241 242 / 0.75);
  border-right-color: rgb(255 241 242 / 0.75);
}

.focus\:border-x-rose-50\/80:focus {
  border-left-color: rgb(255 241 242 / 0.8);
  border-right-color: rgb(255 241 242 / 0.8);
}

.focus\:border-x-rose-50\/90:focus {
  border-left-color: rgb(255 241 242 / 0.9);
  border-right-color: rgb(255 241 242 / 0.9);
}

.focus\:border-x-rose-50\/95:focus {
  border-left-color: rgb(255 241 242 / 0.95);
  border-right-color: rgb(255 241 242 / 0.95);
}

.focus\:border-x-rose-500:focus {
  --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));
}

.focus\:border-x-rose-500\/0:focus {
  border-left-color: rgb(244 63 94 / 0);
  border-right-color: rgb(244 63 94 / 0);
}

.focus\:border-x-rose-500\/10:focus {
  border-left-color: rgb(244 63 94 / 0.1);
  border-right-color: rgb(244 63 94 / 0.1);
}

.focus\:border-x-rose-500\/100:focus {
  border-left-color: rgb(244 63 94 / 1);
  border-right-color: rgb(244 63 94 / 1);
}

.focus\:border-x-rose-500\/20:focus {
  border-left-color: rgb(244 63 94 / 0.2);
  border-right-color: rgb(244 63 94 / 0.2);
}

.focus\:border-x-rose-500\/25:focus {
  border-left-color: rgb(244 63 94 / 0.25);
  border-right-color: rgb(244 63 94 / 0.25);
}

.focus\:border-x-rose-500\/30:focus {
  border-left-color: rgb(244 63 94 / 0.3);
  border-right-color: rgb(244 63 94 / 0.3);
}

.focus\:border-x-rose-500\/40:focus {
  border-left-color: rgb(244 63 94 / 0.4);
  border-right-color: rgb(244 63 94 / 0.4);
}

.focus\:border-x-rose-500\/5:focus {
  border-left-color: rgb(244 63 94 / 0.05);
  border-right-color: rgb(244 63 94 / 0.05);
}

.focus\:border-x-rose-500\/50:focus {
  border-left-color: rgb(244 63 94 / 0.5);
  border-right-color: rgb(244 63 94 / 0.5);
}

.focus\:border-x-rose-500\/60:focus {
  border-left-color: rgb(244 63 94 / 0.6);
  border-right-color: rgb(244 63 94 / 0.6);
}

.focus\:border-x-rose-500\/70:focus {
  border-left-color: rgb(244 63 94 / 0.7);
  border-right-color: rgb(244 63 94 / 0.7);
}

.focus\:border-x-rose-500\/75:focus {
  border-left-color: rgb(244 63 94 / 0.75);
  border-right-color: rgb(244 63 94 / 0.75);
}

.focus\:border-x-rose-500\/80:focus {
  border-left-color: rgb(244 63 94 / 0.8);
  border-right-color: rgb(244 63 94 / 0.8);
}

.focus\:border-x-rose-500\/90:focus {
  border-left-color: rgb(244 63 94 / 0.9);
  border-right-color: rgb(244 63 94 / 0.9);
}

.focus\:border-x-rose-500\/95:focus {
  border-left-color: rgb(244 63 94 / 0.95);
  border-right-color: rgb(244 63 94 / 0.95);
}

.focus\:border-x-rose-600:focus {
  --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));
}

.focus\:border-x-rose-600\/0:focus {
  border-left-color: rgb(225 29 72 / 0);
  border-right-color: rgb(225 29 72 / 0);
}

.focus\:border-x-rose-600\/10:focus {
  border-left-color: rgb(225 29 72 / 0.1);
  border-right-color: rgb(225 29 72 / 0.1);
}

.focus\:border-x-rose-600\/100:focus {
  border-left-color: rgb(225 29 72 / 1);
  border-right-color: rgb(225 29 72 / 1);
}

.focus\:border-x-rose-600\/20:focus {
  border-left-color: rgb(225 29 72 / 0.2);
  border-right-color: rgb(225 29 72 / 0.2);
}

.focus\:border-x-rose-600\/25:focus {
  border-left-color: rgb(225 29 72 / 0.25);
  border-right-color: rgb(225 29 72 / 0.25);
}

.focus\:border-x-rose-600\/30:focus {
  border-left-color: rgb(225 29 72 / 0.3);
  border-right-color: rgb(225 29 72 / 0.3);
}

.focus\:border-x-rose-600\/40:focus {
  border-left-color: rgb(225 29 72 / 0.4);
  border-right-color: rgb(225 29 72 / 0.4);
}

.focus\:border-x-rose-600\/5:focus {
  border-left-color: rgb(225 29 72 / 0.05);
  border-right-color: rgb(225 29 72 / 0.05);
}

.focus\:border-x-rose-600\/50:focus {
  border-left-color: rgb(225 29 72 / 0.5);
  border-right-color: rgb(225 29 72 / 0.5);
}

.focus\:border-x-rose-600\/60:focus {
  border-left-color: rgb(225 29 72 / 0.6);
  border-right-color: rgb(225 29 72 / 0.6);
}

.focus\:border-x-rose-600\/70:focus {
  border-left-color: rgb(225 29 72 / 0.7);
  border-right-color: rgb(225 29 72 / 0.7);
}

.focus\:border-x-rose-600\/75:focus {
  border-left-color: rgb(225 29 72 / 0.75);
  border-right-color: rgb(225 29 72 / 0.75);
}

.focus\:border-x-rose-600\/80:focus {
  border-left-color: rgb(225 29 72 / 0.8);
  border-right-color: rgb(225 29 72 / 0.8);
}

.focus\:border-x-rose-600\/90:focus {
  border-left-color: rgb(225 29 72 / 0.9);
  border-right-color: rgb(225 29 72 / 0.9);
}

.focus\:border-x-rose-600\/95:focus {
  border-left-color: rgb(225 29 72 / 0.95);
  border-right-color: rgb(225 29 72 / 0.95);
}

.focus\:border-x-rose-700:focus {
  --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));
}

.focus\:border-x-rose-700\/0:focus {
  border-left-color: rgb(190 18 60 / 0);
  border-right-color: rgb(190 18 60 / 0);
}

.focus\:border-x-rose-700\/10:focus {
  border-left-color: rgb(190 18 60 / 0.1);
  border-right-color: rgb(190 18 60 / 0.1);
}

.focus\:border-x-rose-700\/100:focus {
  border-left-color: rgb(190 18 60 / 1);
  border-right-color: rgb(190 18 60 / 1);
}

.focus\:border-x-rose-700\/20:focus {
  border-left-color: rgb(190 18 60 / 0.2);
  border-right-color: rgb(190 18 60 / 0.2);
}

.focus\:border-x-rose-700\/25:focus {
  border-left-color: rgb(190 18 60 / 0.25);
  border-right-color: rgb(190 18 60 / 0.25);
}

.focus\:border-x-rose-700\/30:focus {
  border-left-color: rgb(190 18 60 / 0.3);
  border-right-color: rgb(190 18 60 / 0.3);
}

.focus\:border-x-rose-700\/40:focus {
  border-left-color: rgb(190 18 60 / 0.4);
  border-right-color: rgb(190 18 60 / 0.4);
}

.focus\:border-x-rose-700\/5:focus {
  border-left-color: rgb(190 18 60 / 0.05);
  border-right-color: rgb(190 18 60 / 0.05);
}

.focus\:border-x-rose-700\/50:focus {
  border-left-color: rgb(190 18 60 / 0.5);
  border-right-color: rgb(190 18 60 / 0.5);
}

.focus\:border-x-rose-700\/60:focus {
  border-left-color: rgb(190 18 60 / 0.6);
  border-right-color: rgb(190 18 60 / 0.6);
}

.focus\:border-x-rose-700\/70:focus {
  border-left-color: rgb(190 18 60 / 0.7);
  border-right-color: rgb(190 18 60 / 0.7);
}

.focus\:border-x-rose-700\/75:focus {
  border-left-color: rgb(190 18 60 / 0.75);
  border-right-color: rgb(190 18 60 / 0.75);
}

.focus\:border-x-rose-700\/80:focus {
  border-left-color: rgb(190 18 60 / 0.8);
  border-right-color: rgb(190 18 60 / 0.8);
}

.focus\:border-x-rose-700\/90:focus {
  border-left-color: rgb(190 18 60 / 0.9);
  border-right-color: rgb(190 18 60 / 0.9);
}

.focus\:border-x-rose-700\/95:focus {
  border-left-color: rgb(190 18 60 / 0.95);
  border-right-color: rgb(190 18 60 / 0.95);
}

.focus\:border-x-rose-800:focus {
  --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));
}

.focus\:border-x-rose-800\/0:focus {
  border-left-color: rgb(159 18 57 / 0);
  border-right-color: rgb(159 18 57 / 0);
}

.focus\:border-x-rose-800\/10:focus {
  border-left-color: rgb(159 18 57 / 0.1);
  border-right-color: rgb(159 18 57 / 0.1);
}

.focus\:border-x-rose-800\/100:focus {
  border-left-color: rgb(159 18 57 / 1);
  border-right-color: rgb(159 18 57 / 1);
}

.focus\:border-x-rose-800\/20:focus {
  border-left-color: rgb(159 18 57 / 0.2);
  border-right-color: rgb(159 18 57 / 0.2);
}

.focus\:border-x-rose-800\/25:focus {
  border-left-color: rgb(159 18 57 / 0.25);
  border-right-color: rgb(159 18 57 / 0.25);
}

.focus\:border-x-rose-800\/30:focus {
  border-left-color: rgb(159 18 57 / 0.3);
  border-right-color: rgb(159 18 57 / 0.3);
}

.focus\:border-x-rose-800\/40:focus {
  border-left-color: rgb(159 18 57 / 0.4);
  border-right-color: rgb(159 18 57 / 0.4);
}

.focus\:border-x-rose-800\/5:focus {
  border-left-color: rgb(159 18 57 / 0.05);
  border-right-color: rgb(159 18 57 / 0.05);
}

.focus\:border-x-rose-800\/50:focus {
  border-left-color: rgb(159 18 57 / 0.5);
  border-right-color: rgb(159 18 57 / 0.5);
}

.focus\:border-x-rose-800\/60:focus {
  border-left-color: rgb(159 18 57 / 0.6);
  border-right-color: rgb(159 18 57 / 0.6);
}

.focus\:border-x-rose-800\/70:focus {
  border-left-color: rgb(159 18 57 / 0.7);
  border-right-color: rgb(159 18 57 / 0.7);
}

.focus\:border-x-rose-800\/75:focus {
  border-left-color: rgb(159 18 57 / 0.75);
  border-right-color: rgb(159 18 57 / 0.75);
}

.focus\:border-x-rose-800\/80:focus {
  border-left-color: rgb(159 18 57 / 0.8);
  border-right-color: rgb(159 18 57 / 0.8);
}

.focus\:border-x-rose-800\/90:focus {
  border-left-color: rgb(159 18 57 / 0.9);
  border-right-color: rgb(159 18 57 / 0.9);
}

.focus\:border-x-rose-800\/95:focus {
  border-left-color: rgb(159 18 57 / 0.95);
  border-right-color: rgb(159 18 57 / 0.95);
}

.focus\:border-x-rose-900:focus {
  --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));
}

.focus\:border-x-rose-900\/0:focus {
  border-left-color: rgb(136 19 55 / 0);
  border-right-color: rgb(136 19 55 / 0);
}

.focus\:border-x-rose-900\/10:focus {
  border-left-color: rgb(136 19 55 / 0.1);
  border-right-color: rgb(136 19 55 / 0.1);
}

.focus\:border-x-rose-900\/100:focus {
  border-left-color: rgb(136 19 55 / 1);
  border-right-color: rgb(136 19 55 / 1);
}

.focus\:border-x-rose-900\/20:focus {
  border-left-color: rgb(136 19 55 / 0.2);
  border-right-color: rgb(136 19 55 / 0.2);
}

.focus\:border-x-rose-900\/25:focus {
  border-left-color: rgb(136 19 55 / 0.25);
  border-right-color: rgb(136 19 55 / 0.25);
}

.focus\:border-x-rose-900\/30:focus {
  border-left-color: rgb(136 19 55 / 0.3);
  border-right-color: rgb(136 19 55 / 0.3);
}

.focus\:border-x-rose-900\/40:focus {
  border-left-color: rgb(136 19 55 / 0.4);
  border-right-color: rgb(136 19 55 / 0.4);
}

.focus\:border-x-rose-900\/5:focus {
  border-left-color: rgb(136 19 55 / 0.05);
  border-right-color: rgb(136 19 55 / 0.05);
}

.focus\:border-x-rose-900\/50:focus {
  border-left-color: rgb(136 19 55 / 0.5);
  border-right-color: rgb(136 19 55 / 0.5);
}

.focus\:border-x-rose-900\/60:focus {
  border-left-color: rgb(136 19 55 / 0.6);
  border-right-color: rgb(136 19 55 / 0.6);
}

.focus\:border-x-rose-900\/70:focus {
  border-left-color: rgb(136 19 55 / 0.7);
  border-right-color: rgb(136 19 55 / 0.7);
}

.focus\:border-x-rose-900\/75:focus {
  border-left-color: rgb(136 19 55 / 0.75);
  border-right-color: rgb(136 19 55 / 0.75);
}

.focus\:border-x-rose-900\/80:focus {
  border-left-color: rgb(136 19 55 / 0.8);
  border-right-color: rgb(136 19 55 / 0.8);
}

.focus\:border-x-rose-900\/90:focus {
  border-left-color: rgb(136 19 55 / 0.9);
  border-right-color: rgb(136 19 55 / 0.9);
}

.focus\:border-x-rose-900\/95:focus {
  border-left-color: rgb(136 19 55 / 0.95);
  border-right-color: rgb(136 19 55 / 0.95);
}

.focus\:border-x-rose-950:focus {
  --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));
}

.focus\:border-x-rose-950\/0:focus {
  border-left-color: rgb(76 5 25 / 0);
  border-right-color: rgb(76 5 25 / 0);
}

.focus\:border-x-rose-950\/10:focus {
  border-left-color: rgb(76 5 25 / 0.1);
  border-right-color: rgb(76 5 25 / 0.1);
}

.focus\:border-x-rose-950\/100:focus {
  border-left-color: rgb(76 5 25 / 1);
  border-right-color: rgb(76 5 25 / 1);
}

.focus\:border-x-rose-950\/20:focus {
  border-left-color: rgb(76 5 25 / 0.2);
  border-right-color: rgb(76 5 25 / 0.2);
}

.focus\:border-x-rose-950\/25:focus {
  border-left-color: rgb(76 5 25 / 0.25);
  border-right-color: rgb(76 5 25 / 0.25);
}

.focus\:border-x-rose-950\/30:focus {
  border-left-color: rgb(76 5 25 / 0.3);
  border-right-color: rgb(76 5 25 / 0.3);
}

.focus\:border-x-rose-950\/40:focus {
  border-left-color: rgb(76 5 25 / 0.4);
  border-right-color: rgb(76 5 25 / 0.4);
}

.focus\:border-x-rose-950\/5:focus {
  border-left-color: rgb(76 5 25 / 0.05);
  border-right-color: rgb(76 5 25 / 0.05);
}

.focus\:border-x-rose-950\/50:focus {
  border-left-color: rgb(76 5 25 / 0.5);
  border-right-color: rgb(76 5 25 / 0.5);
}

.focus\:border-x-rose-950\/60:focus {
  border-left-color: rgb(76 5 25 / 0.6);
  border-right-color: rgb(76 5 25 / 0.6);
}

.focus\:border-x-rose-950\/70:focus {
  border-left-color: rgb(76 5 25 / 0.7);
  border-right-color: rgb(76 5 25 / 0.7);
}

.focus\:border-x-rose-950\/75:focus {
  border-left-color: rgb(76 5 25 / 0.75);
  border-right-color: rgb(76 5 25 / 0.75);
}

.focus\:border-x-rose-950\/80:focus {
  border-left-color: rgb(76 5 25 / 0.8);
  border-right-color: rgb(76 5 25 / 0.8);
}

.focus\:border-x-rose-950\/90:focus {
  border-left-color: rgb(76 5 25 / 0.9);
  border-right-color: rgb(76 5 25 / 0.9);
}

.focus\:border-x-rose-950\/95:focus {
  border-left-color: rgb(76 5 25 / 0.95);
  border-right-color: rgb(76 5 25 / 0.95);
}

.focus\:border-x-sky-100:focus {
  --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));
}

.focus\:border-x-sky-100\/0:focus {
  border-left-color: rgb(224 242 254 / 0);
  border-right-color: rgb(224 242 254 / 0);
}

.focus\:border-x-sky-100\/10:focus {
  border-left-color: rgb(224 242 254 / 0.1);
  border-right-color: rgb(224 242 254 / 0.1);
}

.focus\:border-x-sky-100\/100:focus {
  border-left-color: rgb(224 242 254 / 1);
  border-right-color: rgb(224 242 254 / 1);
}

.focus\:border-x-sky-100\/20:focus {
  border-left-color: rgb(224 242 254 / 0.2);
  border-right-color: rgb(224 242 254 / 0.2);
}

.focus\:border-x-sky-100\/25:focus {
  border-left-color: rgb(224 242 254 / 0.25);
  border-right-color: rgb(224 242 254 / 0.25);
}

.focus\:border-x-sky-100\/30:focus {
  border-left-color: rgb(224 242 254 / 0.3);
  border-right-color: rgb(224 242 254 / 0.3);
}

.focus\:border-x-sky-100\/40:focus {
  border-left-color: rgb(224 242 254 / 0.4);
  border-right-color: rgb(224 242 254 / 0.4);
}

.focus\:border-x-sky-100\/5:focus {
  border-left-color: rgb(224 242 254 / 0.05);
  border-right-color: rgb(224 242 254 / 0.05);
}

.focus\:border-x-sky-100\/50:focus {
  border-left-color: rgb(224 242 254 / 0.5);
  border-right-color: rgb(224 242 254 / 0.5);
}

.focus\:border-x-sky-100\/60:focus {
  border-left-color: rgb(224 242 254 / 0.6);
  border-right-color: rgb(224 242 254 / 0.6);
}

.focus\:border-x-sky-100\/70:focus {
  border-left-color: rgb(224 242 254 / 0.7);
  border-right-color: rgb(224 242 254 / 0.7);
}

.focus\:border-x-sky-100\/75:focus {
  border-left-color: rgb(224 242 254 / 0.75);
  border-right-color: rgb(224 242 254 / 0.75);
}

.focus\:border-x-sky-100\/80:focus {
  border-left-color: rgb(224 242 254 / 0.8);
  border-right-color: rgb(224 242 254 / 0.8);
}

.focus\:border-x-sky-100\/90:focus {
  border-left-color: rgb(224 242 254 / 0.9);
  border-right-color: rgb(224 242 254 / 0.9);
}

.focus\:border-x-sky-100\/95:focus {
  border-left-color: rgb(224 242 254 / 0.95);
  border-right-color: rgb(224 242 254 / 0.95);
}

.focus\:border-x-sky-200:focus {
  --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));
}

.focus\:border-x-sky-200\/0:focus {
  border-left-color: rgb(186 230 253 / 0);
  border-right-color: rgb(186 230 253 / 0);
}

.focus\:border-x-sky-200\/10:focus {
  border-left-color: rgb(186 230 253 / 0.1);
  border-right-color: rgb(186 230 253 / 0.1);
}

.focus\:border-x-sky-200\/100:focus {
  border-left-color: rgb(186 230 253 / 1);
  border-right-color: rgb(186 230 253 / 1);
}

.focus\:border-x-sky-200\/20:focus {
  border-left-color: rgb(186 230 253 / 0.2);
  border-right-color: rgb(186 230 253 / 0.2);
}

.focus\:border-x-sky-200\/25:focus {
  border-left-color: rgb(186 230 253 / 0.25);
  border-right-color: rgb(186 230 253 / 0.25);
}

.focus\:border-x-sky-200\/30:focus {
  border-left-color: rgb(186 230 253 / 0.3);
  border-right-color: rgb(186 230 253 / 0.3);
}

.focus\:border-x-sky-200\/40:focus {
  border-left-color: rgb(186 230 253 / 0.4);
  border-right-color: rgb(186 230 253 / 0.4);
}

.focus\:border-x-sky-200\/5:focus {
  border-left-color: rgb(186 230 253 / 0.05);
  border-right-color: rgb(186 230 253 / 0.05);
}

.focus\:border-x-sky-200\/50:focus {
  border-left-color: rgb(186 230 253 / 0.5);
  border-right-color: rgb(186 230 253 / 0.5);
}

.focus\:border-x-sky-200\/60:focus {
  border-left-color: rgb(186 230 253 / 0.6);
  border-right-color: rgb(186 230 253 / 0.6);
}

.focus\:border-x-sky-200\/70:focus {
  border-left-color: rgb(186 230 253 / 0.7);
  border-right-color: rgb(186 230 253 / 0.7);
}

.focus\:border-x-sky-200\/75:focus {
  border-left-color: rgb(186 230 253 / 0.75);
  border-right-color: rgb(186 230 253 / 0.75);
}

.focus\:border-x-sky-200\/80:focus {
  border-left-color: rgb(186 230 253 / 0.8);
  border-right-color: rgb(186 230 253 / 0.8);
}

.focus\:border-x-sky-200\/90:focus {
  border-left-color: rgb(186 230 253 / 0.9);
  border-right-color: rgb(186 230 253 / 0.9);
}

.focus\:border-x-sky-200\/95:focus {
  border-left-color: rgb(186 230 253 / 0.95);
  border-right-color: rgb(186 230 253 / 0.95);
}

.focus\:border-x-sky-300:focus {
  --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));
}

.focus\:border-x-sky-300\/0:focus {
  border-left-color: rgb(125 211 252 / 0);
  border-right-color: rgb(125 211 252 / 0);
}

.focus\:border-x-sky-300\/10:focus {
  border-left-color: rgb(125 211 252 / 0.1);
  border-right-color: rgb(125 211 252 / 0.1);
}

.focus\:border-x-sky-300\/100:focus {
  border-left-color: rgb(125 211 252 / 1);
  border-right-color: rgb(125 211 252 / 1);
}

.focus\:border-x-sky-300\/20:focus {
  border-left-color: rgb(125 211 252 / 0.2);
  border-right-color: rgb(125 211 252 / 0.2);
}

.focus\:border-x-sky-300\/25:focus {
  border-left-color: rgb(125 211 252 / 0.25);
  border-right-color: rgb(125 211 252 / 0.25);
}

.focus\:border-x-sky-300\/30:focus {
  border-left-color: rgb(125 211 252 / 0.3);
  border-right-color: rgb(125 211 252 / 0.3);
}

.focus\:border-x-sky-300\/40:focus {
  border-left-color: rgb(125 211 252 / 0.4);
  border-right-color: rgb(125 211 252 / 0.4);
}

.focus\:border-x-sky-300\/5:focus {
  border-left-color: rgb(125 211 252 / 0.05);
  border-right-color: rgb(125 211 252 / 0.05);
}

.focus\:border-x-sky-300\/50:focus {
  border-left-color: rgb(125 211 252 / 0.5);
  border-right-color: rgb(125 211 252 / 0.5);
}

.focus\:border-x-sky-300\/60:focus {
  border-left-color: rgb(125 211 252 / 0.6);
  border-right-color: rgb(125 211 252 / 0.6);
}

.focus\:border-x-sky-300\/70:focus {
  border-left-color: rgb(125 211 252 / 0.7);
  border-right-color: rgb(125 211 252 / 0.7);
}

.focus\:border-x-sky-300\/75:focus {
  border-left-color: rgb(125 211 252 / 0.75);
  border-right-color: rgb(125 211 252 / 0.75);
}

.focus\:border-x-sky-300\/80:focus {
  border-left-color: rgb(125 211 252 / 0.8);
  border-right-color: rgb(125 211 252 / 0.8);
}

.focus\:border-x-sky-300\/90:focus {
  border-left-color: rgb(125 211 252 / 0.9);
  border-right-color: rgb(125 211 252 / 0.9);
}

.focus\:border-x-sky-300\/95:focus {
  border-left-color: rgb(125 211 252 / 0.95);
  border-right-color: rgb(125 211 252 / 0.95);
}

.focus\:border-x-sky-400:focus {
  --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));
}

.focus\:border-x-sky-400\/0:focus {
  border-left-color: rgb(56 189 248 / 0);
  border-right-color: rgb(56 189 248 / 0);
}

.focus\:border-x-sky-400\/10:focus {
  border-left-color: rgb(56 189 248 / 0.1);
  border-right-color: rgb(56 189 248 / 0.1);
}

.focus\:border-x-sky-400\/100:focus {
  border-left-color: rgb(56 189 248 / 1);
  border-right-color: rgb(56 189 248 / 1);
}

.focus\:border-x-sky-400\/20:focus {
  border-left-color: rgb(56 189 248 / 0.2);
  border-right-color: rgb(56 189 248 / 0.2);
}

.focus\:border-x-sky-400\/25:focus {
  border-left-color: rgb(56 189 248 / 0.25);
  border-right-color: rgb(56 189 248 / 0.25);
}

.focus\:border-x-sky-400\/30:focus {
  border-left-color: rgb(56 189 248 / 0.3);
  border-right-color: rgb(56 189 248 / 0.3);
}

.focus\:border-x-sky-400\/40:focus {
  border-left-color: rgb(56 189 248 / 0.4);
  border-right-color: rgb(56 189 248 / 0.4);
}

.focus\:border-x-sky-400\/5:focus {
  border-left-color: rgb(56 189 248 / 0.05);
  border-right-color: rgb(56 189 248 / 0.05);
}

.focus\:border-x-sky-400\/50:focus {
  border-left-color: rgb(56 189 248 / 0.5);
  border-right-color: rgb(56 189 248 / 0.5);
}

.focus\:border-x-sky-400\/60:focus {
  border-left-color: rgb(56 189 248 / 0.6);
  border-right-color: rgb(56 189 248 / 0.6);
}

.focus\:border-x-sky-400\/70:focus {
  border-left-color: rgb(56 189 248 / 0.7);
  border-right-color: rgb(56 189 248 / 0.7);
}

.focus\:border-x-sky-400\/75:focus {
  border-left-color: rgb(56 189 248 / 0.75);
  border-right-color: rgb(56 189 248 / 0.75);
}

.focus\:border-x-sky-400\/80:focus {
  border-left-color: rgb(56 189 248 / 0.8);
  border-right-color: rgb(56 189 248 / 0.8);
}

.focus\:border-x-sky-400\/90:focus {
  border-left-color: rgb(56 189 248 / 0.9);
  border-right-color: rgb(56 189 248 / 0.9);
}

.focus\:border-x-sky-400\/95:focus {
  border-left-color: rgb(56 189 248 / 0.95);
  border-right-color: rgb(56 189 248 / 0.95);
}

.focus\:border-x-sky-50:focus {
  --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));
}

.focus\:border-x-sky-50\/0:focus {
  border-left-color: rgb(240 249 255 / 0);
  border-right-color: rgb(240 249 255 / 0);
}

.focus\:border-x-sky-50\/10:focus {
  border-left-color: rgb(240 249 255 / 0.1);
  border-right-color: rgb(240 249 255 / 0.1);
}

.focus\:border-x-sky-50\/100:focus {
  border-left-color: rgb(240 249 255 / 1);
  border-right-color: rgb(240 249 255 / 1);
}

.focus\:border-x-sky-50\/20:focus {
  border-left-color: rgb(240 249 255 / 0.2);
  border-right-color: rgb(240 249 255 / 0.2);
}

.focus\:border-x-sky-50\/25:focus {
  border-left-color: rgb(240 249 255 / 0.25);
  border-right-color: rgb(240 249 255 / 0.25);
}

.focus\:border-x-sky-50\/30:focus {
  border-left-color: rgb(240 249 255 / 0.3);
  border-right-color: rgb(240 249 255 / 0.3);
}

.focus\:border-x-sky-50\/40:focus {
  border-left-color: rgb(240 249 255 / 0.4);
  border-right-color: rgb(240 249 255 / 0.4);
}

.focus\:border-x-sky-50\/5:focus {
  border-left-color: rgb(240 249 255 / 0.05);
  border-right-color: rgb(240 249 255 / 0.05);
}

.focus\:border-x-sky-50\/50:focus {
  border-left-color: rgb(240 249 255 / 0.5);
  border-right-color: rgb(240 249 255 / 0.5);
}

.focus\:border-x-sky-50\/60:focus {
  border-left-color: rgb(240 249 255 / 0.6);
  border-right-color: rgb(240 249 255 / 0.6);
}

.focus\:border-x-sky-50\/70:focus {
  border-left-color: rgb(240 249 255 / 0.7);
  border-right-color: rgb(240 249 255 / 0.7);
}

.focus\:border-x-sky-50\/75:focus {
  border-left-color: rgb(240 249 255 / 0.75);
  border-right-color: rgb(240 249 255 / 0.75);
}

.focus\:border-x-sky-50\/80:focus {
  border-left-color: rgb(240 249 255 / 0.8);
  border-right-color: rgb(240 249 255 / 0.8);
}

.focus\:border-x-sky-50\/90:focus {
  border-left-color: rgb(240 249 255 / 0.9);
  border-right-color: rgb(240 249 255 / 0.9);
}

.focus\:border-x-sky-50\/95:focus {
  border-left-color: rgb(240 249 255 / 0.95);
  border-right-color: rgb(240 249 255 / 0.95);
}

.focus\:border-x-sky-500:focus {
  --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));
}

.focus\:border-x-sky-500\/0:focus {
  border-left-color: rgb(14 165 233 / 0);
  border-right-color: rgb(14 165 233 / 0);
}

.focus\:border-x-sky-500\/10:focus {
  border-left-color: rgb(14 165 233 / 0.1);
  border-right-color: rgb(14 165 233 / 0.1);
}

.focus\:border-x-sky-500\/100:focus {
  border-left-color: rgb(14 165 233 / 1);
  border-right-color: rgb(14 165 233 / 1);
}

.focus\:border-x-sky-500\/20:focus {
  border-left-color: rgb(14 165 233 / 0.2);
  border-right-color: rgb(14 165 233 / 0.2);
}

.focus\:border-x-sky-500\/25:focus {
  border-left-color: rgb(14 165 233 / 0.25);
  border-right-color: rgb(14 165 233 / 0.25);
}

.focus\:border-x-sky-500\/30:focus {
  border-left-color: rgb(14 165 233 / 0.3);
  border-right-color: rgb(14 165 233 / 0.3);
}

.focus\:border-x-sky-500\/40:focus {
  border-left-color: rgb(14 165 233 / 0.4);
  border-right-color: rgb(14 165 233 / 0.4);
}

.focus\:border-x-sky-500\/5:focus {
  border-left-color: rgb(14 165 233 / 0.05);
  border-right-color: rgb(14 165 233 / 0.05);
}

.focus\:border-x-sky-500\/50:focus {
  border-left-color: rgb(14 165 233 / 0.5);
  border-right-color: rgb(14 165 233 / 0.5);
}

.focus\:border-x-sky-500\/60:focus {
  border-left-color: rgb(14 165 233 / 0.6);
  border-right-color: rgb(14 165 233 / 0.6);
}

.focus\:border-x-sky-500\/70:focus {
  border-left-color: rgb(14 165 233 / 0.7);
  border-right-color: rgb(14 165 233 / 0.7);
}

.focus\:border-x-sky-500\/75:focus {
  border-left-color: rgb(14 165 233 / 0.75);
  border-right-color: rgb(14 165 233 / 0.75);
}

.focus\:border-x-sky-500\/80:focus {
  border-left-color: rgb(14 165 233 / 0.8);
  border-right-color: rgb(14 165 233 / 0.8);
}

.focus\:border-x-sky-500\/90:focus {
  border-left-color: rgb(14 165 233 / 0.9);
  border-right-color: rgb(14 165 233 / 0.9);
}

.focus\:border-x-sky-500\/95:focus {
  border-left-color: rgb(14 165 233 / 0.95);
  border-right-color: rgb(14 165 233 / 0.95);
}

.focus\:border-x-sky-600:focus {
  --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));
}

.focus\:border-x-sky-600\/0:focus {
  border-left-color: rgb(2 132 199 / 0);
  border-right-color: rgb(2 132 199 / 0);
}

.focus\:border-x-sky-600\/10:focus {
  border-left-color: rgb(2 132 199 / 0.1);
  border-right-color: rgb(2 132 199 / 0.1);
}

.focus\:border-x-sky-600\/100:focus {
  border-left-color: rgb(2 132 199 / 1);
  border-right-color: rgb(2 132 199 / 1);
}

.focus\:border-x-sky-600\/20:focus {
  border-left-color: rgb(2 132 199 / 0.2);
  border-right-color: rgb(2 132 199 / 0.2);
}

.focus\:border-x-sky-600\/25:focus {
  border-left-color: rgb(2 132 199 / 0.25);
  border-right-color: rgb(2 132 199 / 0.25);
}

.focus\:border-x-sky-600\/30:focus {
  border-left-color: rgb(2 132 199 / 0.3);
  border-right-color: rgb(2 132 199 / 0.3);
}

.focus\:border-x-sky-600\/40:focus {
  border-left-color: rgb(2 132 199 / 0.4);
  border-right-color: rgb(2 132 199 / 0.4);
}

.focus\:border-x-sky-600\/5:focus {
  border-left-color: rgb(2 132 199 / 0.05);
  border-right-color: rgb(2 132 199 / 0.05);
}

.focus\:border-x-sky-600\/50:focus {
  border-left-color: rgb(2 132 199 / 0.5);
  border-right-color: rgb(2 132 199 / 0.5);
}

.focus\:border-x-sky-600\/60:focus {
  border-left-color: rgb(2 132 199 / 0.6);
  border-right-color: rgb(2 132 199 / 0.6);
}

.focus\:border-x-sky-600\/70:focus {
  border-left-color: rgb(2 132 199 / 0.7);
  border-right-color: rgb(2 132 199 / 0.7);
}

.focus\:border-x-sky-600\/75:focus {
  border-left-color: rgb(2 132 199 / 0.75);
  border-right-color: rgb(2 132 199 / 0.75);
}

.focus\:border-x-sky-600\/80:focus {
  border-left-color: rgb(2 132 199 / 0.8);
  border-right-color: rgb(2 132 199 / 0.8);
}

.focus\:border-x-sky-600\/90:focus {
  border-left-color: rgb(2 132 199 / 0.9);
  border-right-color: rgb(2 132 199 / 0.9);
}

.focus\:border-x-sky-600\/95:focus {
  border-left-color: rgb(2 132 199 / 0.95);
  border-right-color: rgb(2 132 199 / 0.95);
}

.focus\:border-x-sky-700:focus {
  --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));
}

.focus\:border-x-sky-700\/0:focus {
  border-left-color: rgb(3 105 161 / 0);
  border-right-color: rgb(3 105 161 / 0);
}

.focus\:border-x-sky-700\/10:focus {
  border-left-color: rgb(3 105 161 / 0.1);
  border-right-color: rgb(3 105 161 / 0.1);
}

.focus\:border-x-sky-700\/100:focus {
  border-left-color: rgb(3 105 161 / 1);
  border-right-color: rgb(3 105 161 / 1);
}

.focus\:border-x-sky-700\/20:focus {
  border-left-color: rgb(3 105 161 / 0.2);
  border-right-color: rgb(3 105 161 / 0.2);
}

.focus\:border-x-sky-700\/25:focus {
  border-left-color: rgb(3 105 161 / 0.25);
  border-right-color: rgb(3 105 161 / 0.25);
}

.focus\:border-x-sky-700\/30:focus {
  border-left-color: rgb(3 105 161 / 0.3);
  border-right-color: rgb(3 105 161 / 0.3);
}

.focus\:border-x-sky-700\/40:focus {
  border-left-color: rgb(3 105 161 / 0.4);
  border-right-color: rgb(3 105 161 / 0.4);
}

.focus\:border-x-sky-700\/5:focus {
  border-left-color: rgb(3 105 161 / 0.05);
  border-right-color: rgb(3 105 161 / 0.05);
}

.focus\:border-x-sky-700\/50:focus {
  border-left-color: rgb(3 105 161 / 0.5);
  border-right-color: rgb(3 105 161 / 0.5);
}

.focus\:border-x-sky-700\/60:focus {
  border-left-color: rgb(3 105 161 / 0.6);
  border-right-color: rgb(3 105 161 / 0.6);
}

.focus\:border-x-sky-700\/70:focus {
  border-left-color: rgb(3 105 161 / 0.7);
  border-right-color: rgb(3 105 161 / 0.7);
}

.focus\:border-x-sky-700\/75:focus {
  border-left-color: rgb(3 105 161 / 0.75);
  border-right-color: rgb(3 105 161 / 0.75);
}

.focus\:border-x-sky-700\/80:focus {
  border-left-color: rgb(3 105 161 / 0.8);
  border-right-color: rgb(3 105 161 / 0.8);
}

.focus\:border-x-sky-700\/90:focus {
  border-left-color: rgb(3 105 161 / 0.9);
  border-right-color: rgb(3 105 161 / 0.9);
}

.focus\:border-x-sky-700\/95:focus {
  border-left-color: rgb(3 105 161 / 0.95);
  border-right-color: rgb(3 105 161 / 0.95);
}

.focus\:border-x-sky-800:focus {
  --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));
}

.focus\:border-x-sky-800\/0:focus {
  border-left-color: rgb(7 89 133 / 0);
  border-right-color: rgb(7 89 133 / 0);
}

.focus\:border-x-sky-800\/10:focus {
  border-left-color: rgb(7 89 133 / 0.1);
  border-right-color: rgb(7 89 133 / 0.1);
}

.focus\:border-x-sky-800\/100:focus {
  border-left-color: rgb(7 89 133 / 1);
  border-right-color: rgb(7 89 133 / 1);
}

.focus\:border-x-sky-800\/20:focus {
  border-left-color: rgb(7 89 133 / 0.2);
  border-right-color: rgb(7 89 133 / 0.2);
}

.focus\:border-x-sky-800\/25:focus {
  border-left-color: rgb(7 89 133 / 0.25);
  border-right-color: rgb(7 89 133 / 0.25);
}

.focus\:border-x-sky-800\/30:focus {
  border-left-color: rgb(7 89 133 / 0.3);
  border-right-color: rgb(7 89 133 / 0.3);
}

.focus\:border-x-sky-800\/40:focus {
  border-left-color: rgb(7 89 133 / 0.4);
  border-right-color: rgb(7 89 133 / 0.4);
}

.focus\:border-x-sky-800\/5:focus {
  border-left-color: rgb(7 89 133 / 0.05);
  border-right-color: rgb(7 89 133 / 0.05);
}

.focus\:border-x-sky-800\/50:focus {
  border-left-color: rgb(7 89 133 / 0.5);
  border-right-color: rgb(7 89 133 / 0.5);
}

.focus\:border-x-sky-800\/60:focus {
  border-left-color: rgb(7 89 133 / 0.6);
  border-right-color: rgb(7 89 133 / 0.6);
}

.focus\:border-x-sky-800\/70:focus {
  border-left-color: rgb(7 89 133 / 0.7);
  border-right-color: rgb(7 89 133 / 0.7);
}

.focus\:border-x-sky-800\/75:focus {
  border-left-color: rgb(7 89 133 / 0.75);
  border-right-color: rgb(7 89 133 / 0.75);
}

.focus\:border-x-sky-800\/80:focus {
  border-left-color: rgb(7 89 133 / 0.8);
  border-right-color: rgb(7 89 133 / 0.8);
}

.focus\:border-x-sky-800\/90:focus {
  border-left-color: rgb(7 89 133 / 0.9);
  border-right-color: rgb(7 89 133 / 0.9);
}

.focus\:border-x-sky-800\/95:focus {
  border-left-color: rgb(7 89 133 / 0.95);
  border-right-color: rgb(7 89 133 / 0.95);
}

.focus\:border-x-sky-900:focus {
  --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));
}

.focus\:border-x-sky-900\/0:focus {
  border-left-color: rgb(12 74 110 / 0);
  border-right-color: rgb(12 74 110 / 0);
}

.focus\:border-x-sky-900\/10:focus {
  border-left-color: rgb(12 74 110 / 0.1);
  border-right-color: rgb(12 74 110 / 0.1);
}

.focus\:border-x-sky-900\/100:focus {
  border-left-color: rgb(12 74 110 / 1);
  border-right-color: rgb(12 74 110 / 1);
}

.focus\:border-x-sky-900\/20:focus {
  border-left-color: rgb(12 74 110 / 0.2);
  border-right-color: rgb(12 74 110 / 0.2);
}

.focus\:border-x-sky-900\/25:focus {
  border-left-color: rgb(12 74 110 / 0.25);
  border-right-color: rgb(12 74 110 / 0.25);
}

.focus\:border-x-sky-900\/30:focus {
  border-left-color: rgb(12 74 110 / 0.3);
  border-right-color: rgb(12 74 110 / 0.3);
}

.focus\:border-x-sky-900\/40:focus {
  border-left-color: rgb(12 74 110 / 0.4);
  border-right-color: rgb(12 74 110 / 0.4);
}

.focus\:border-x-sky-900\/5:focus {
  border-left-color: rgb(12 74 110 / 0.05);
  border-right-color: rgb(12 74 110 / 0.05);
}

.focus\:border-x-sky-900\/50:focus {
  border-left-color: rgb(12 74 110 / 0.5);
  border-right-color: rgb(12 74 110 / 0.5);
}

.focus\:border-x-sky-900\/60:focus {
  border-left-color: rgb(12 74 110 / 0.6);
  border-right-color: rgb(12 74 110 / 0.6);
}

.focus\:border-x-sky-900\/70:focus {
  border-left-color: rgb(12 74 110 / 0.7);
  border-right-color: rgb(12 74 110 / 0.7);
}

.focus\:border-x-sky-900\/75:focus {
  border-left-color: rgb(12 74 110 / 0.75);
  border-right-color: rgb(12 74 110 / 0.75);
}

.focus\:border-x-sky-900\/80:focus {
  border-left-color: rgb(12 74 110 / 0.8);
  border-right-color: rgb(12 74 110 / 0.8);
}

.focus\:border-x-sky-900\/90:focus {
  border-left-color: rgb(12 74 110 / 0.9);
  border-right-color: rgb(12 74 110 / 0.9);
}

.focus\:border-x-sky-900\/95:focus {
  border-left-color: rgb(12 74 110 / 0.95);
  border-right-color: rgb(12 74 110 / 0.95);
}

.focus\:border-x-sky-950:focus {
  --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));
}

.focus\:border-x-sky-950\/0:focus {
  border-left-color: rgb(8 47 73 / 0);
  border-right-color: rgb(8 47 73 / 0);
}

.focus\:border-x-sky-950\/10:focus {
  border-left-color: rgb(8 47 73 / 0.1);
  border-right-color: rgb(8 47 73 / 0.1);
}

.focus\:border-x-sky-950\/100:focus {
  border-left-color: rgb(8 47 73 / 1);
  border-right-color: rgb(8 47 73 / 1);
}

.focus\:border-x-sky-950\/20:focus {
  border-left-color: rgb(8 47 73 / 0.2);
  border-right-color: rgb(8 47 73 / 0.2);
}

.focus\:border-x-sky-950\/25:focus {
  border-left-color: rgb(8 47 73 / 0.25);
  border-right-color: rgb(8 47 73 / 0.25);
}

.focus\:border-x-sky-950\/30:focus {
  border-left-color: rgb(8 47 73 / 0.3);
  border-right-color: rgb(8 47 73 / 0.3);
}

.focus\:border-x-sky-950\/40:focus {
  border-left-color: rgb(8 47 73 / 0.4);
  border-right-color: rgb(8 47 73 / 0.4);
}

.focus\:border-x-sky-950\/5:focus {
  border-left-color: rgb(8 47 73 / 0.05);
  border-right-color: rgb(8 47 73 / 0.05);
}

.focus\:border-x-sky-950\/50:focus {
  border-left-color: rgb(8 47 73 / 0.5);
  border-right-color: rgb(8 47 73 / 0.5);
}

.focus\:border-x-sky-950\/60:focus {
  border-left-color: rgb(8 47 73 / 0.6);
  border-right-color: rgb(8 47 73 / 0.6);
}

.focus\:border-x-sky-950\/70:focus {
  border-left-color: rgb(8 47 73 / 0.7);
  border-right-color: rgb(8 47 73 / 0.7);
}

.focus\:border-x-sky-950\/75:focus {
  border-left-color: rgb(8 47 73 / 0.75);
  border-right-color: rgb(8 47 73 / 0.75);
}

.focus\:border-x-sky-950\/80:focus {
  border-left-color: rgb(8 47 73 / 0.8);
  border-right-color: rgb(8 47 73 / 0.8);
}

.focus\:border-x-sky-950\/90:focus {
  border-left-color: rgb(8 47 73 / 0.9);
  border-right-color: rgb(8 47 73 / 0.9);
}

.focus\:border-x-sky-950\/95:focus {
  border-left-color: rgb(8 47 73 / 0.95);
  border-right-color: rgb(8 47 73 / 0.95);
}

.focus\:border-x-slate-100:focus {
  --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));
}

.focus\:border-x-slate-100\/0:focus {
  border-left-color: rgb(241 245 249 / 0);
  border-right-color: rgb(241 245 249 / 0);
}

.focus\:border-x-slate-100\/10:focus {
  border-left-color: rgb(241 245 249 / 0.1);
  border-right-color: rgb(241 245 249 / 0.1);
}

.focus\:border-x-slate-100\/100:focus {
  border-left-color: rgb(241 245 249 / 1);
  border-right-color: rgb(241 245 249 / 1);
}

.focus\:border-x-slate-100\/20:focus {
  border-left-color: rgb(241 245 249 / 0.2);
  border-right-color: rgb(241 245 249 / 0.2);
}

.focus\:border-x-slate-100\/25:focus {
  border-left-color: rgb(241 245 249 / 0.25);
  border-right-color: rgb(241 245 249 / 0.25);
}

.focus\:border-x-slate-100\/30:focus {
  border-left-color: rgb(241 245 249 / 0.3);
  border-right-color: rgb(241 245 249 / 0.3);
}

.focus\:border-x-slate-100\/40:focus {
  border-left-color: rgb(241 245 249 / 0.4);
  border-right-color: rgb(241 245 249 / 0.4);
}

.focus\:border-x-slate-100\/5:focus {
  border-left-color: rgb(241 245 249 / 0.05);
  border-right-color: rgb(241 245 249 / 0.05);
}

.focus\:border-x-slate-100\/50:focus {
  border-left-color: rgb(241 245 249 / 0.5);
  border-right-color: rgb(241 245 249 / 0.5);
}

.focus\:border-x-slate-100\/60:focus {
  border-left-color: rgb(241 245 249 / 0.6);
  border-right-color: rgb(241 245 249 / 0.6);
}

.focus\:border-x-slate-100\/70:focus {
  border-left-color: rgb(241 245 249 / 0.7);
  border-right-color: rgb(241 245 249 / 0.7);
}

.focus\:border-x-slate-100\/75:focus {
  border-left-color: rgb(241 245 249 / 0.75);
  border-right-color: rgb(241 245 249 / 0.75);
}

.focus\:border-x-slate-100\/80:focus {
  border-left-color: rgb(241 245 249 / 0.8);
  border-right-color: rgb(241 245 249 / 0.8);
}

.focus\:border-x-slate-100\/90:focus {
  border-left-color: rgb(241 245 249 / 0.9);
  border-right-color: rgb(241 245 249 / 0.9);
}

.focus\:border-x-slate-100\/95:focus {
  border-left-color: rgb(241 245 249 / 0.95);
  border-right-color: rgb(241 245 249 / 0.95);
}

.focus\:border-x-slate-200:focus {
  --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));
}

.focus\:border-x-slate-200\/0:focus {
  border-left-color: rgb(226 232 240 / 0);
  border-right-color: rgb(226 232 240 / 0);
}

.focus\:border-x-slate-200\/10:focus {
  border-left-color: rgb(226 232 240 / 0.1);
  border-right-color: rgb(226 232 240 / 0.1);
}

.focus\:border-x-slate-200\/100:focus {
  border-left-color: rgb(226 232 240 / 1);
  border-right-color: rgb(226 232 240 / 1);
}

.focus\:border-x-slate-200\/20:focus {
  border-left-color: rgb(226 232 240 / 0.2);
  border-right-color: rgb(226 232 240 / 0.2);
}

.focus\:border-x-slate-200\/25:focus {
  border-left-color: rgb(226 232 240 / 0.25);
  border-right-color: rgb(226 232 240 / 0.25);
}

.focus\:border-x-slate-200\/30:focus {
  border-left-color: rgb(226 232 240 / 0.3);
  border-right-color: rgb(226 232 240 / 0.3);
}

.focus\:border-x-slate-200\/40:focus {
  border-left-color: rgb(226 232 240 / 0.4);
  border-right-color: rgb(226 232 240 / 0.4);
}

.focus\:border-x-slate-200\/5:focus {
  border-left-color: rgb(226 232 240 / 0.05);
  border-right-color: rgb(226 232 240 / 0.05);
}

.focus\:border-x-slate-200\/50:focus {
  border-left-color: rgb(226 232 240 / 0.5);
  border-right-color: rgb(226 232 240 / 0.5);
}

.focus\:border-x-slate-200\/60:focus {
  border-left-color: rgb(226 232 240 / 0.6);
  border-right-color: rgb(226 232 240 / 0.6);
}

.focus\:border-x-slate-200\/70:focus {
  border-left-color: rgb(226 232 240 / 0.7);
  border-right-color: rgb(226 232 240 / 0.7);
}

.focus\:border-x-slate-200\/75:focus {
  border-left-color: rgb(226 232 240 / 0.75);
  border-right-color: rgb(226 232 240 / 0.75);
}

.focus\:border-x-slate-200\/80:focus {
  border-left-color: rgb(226 232 240 / 0.8);
  border-right-color: rgb(226 232 240 / 0.8);
}

.focus\:border-x-slate-200\/90:focus {
  border-left-color: rgb(226 232 240 / 0.9);
  border-right-color: rgb(226 232 240 / 0.9);
}

.focus\:border-x-slate-200\/95:focus {
  border-left-color: rgb(226 232 240 / 0.95);
  border-right-color: rgb(226 232 240 / 0.95);
}

.focus\:border-x-slate-300:focus {
  --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));
}

.focus\:border-x-slate-300\/0:focus {
  border-left-color: rgb(203 213 225 / 0);
  border-right-color: rgb(203 213 225 / 0);
}

.focus\:border-x-slate-300\/10:focus {
  border-left-color: rgb(203 213 225 / 0.1);
  border-right-color: rgb(203 213 225 / 0.1);
}

.focus\:border-x-slate-300\/100:focus {
  border-left-color: rgb(203 213 225 / 1);
  border-right-color: rgb(203 213 225 / 1);
}

.focus\:border-x-slate-300\/20:focus {
  border-left-color: rgb(203 213 225 / 0.2);
  border-right-color: rgb(203 213 225 / 0.2);
}

.focus\:border-x-slate-300\/25:focus {
  border-left-color: rgb(203 213 225 / 0.25);
  border-right-color: rgb(203 213 225 / 0.25);
}

.focus\:border-x-slate-300\/30:focus {
  border-left-color: rgb(203 213 225 / 0.3);
  border-right-color: rgb(203 213 225 / 0.3);
}

.focus\:border-x-slate-300\/40:focus {
  border-left-color: rgb(203 213 225 / 0.4);
  border-right-color: rgb(203 213 225 / 0.4);
}

.focus\:border-x-slate-300\/5:focus {
  border-left-color: rgb(203 213 225 / 0.05);
  border-right-color: rgb(203 213 225 / 0.05);
}

.focus\:border-x-slate-300\/50:focus {
  border-left-color: rgb(203 213 225 / 0.5);
  border-right-color: rgb(203 213 225 / 0.5);
}

.focus\:border-x-slate-300\/60:focus {
  border-left-color: rgb(203 213 225 / 0.6);
  border-right-color: rgb(203 213 225 / 0.6);
}

.focus\:border-x-slate-300\/70:focus {
  border-left-color: rgb(203 213 225 / 0.7);
  border-right-color: rgb(203 213 225 / 0.7);
}

.focus\:border-x-slate-300\/75:focus {
  border-left-color: rgb(203 213 225 / 0.75);
  border-right-color: rgb(203 213 225 / 0.75);
}

.focus\:border-x-slate-300\/80:focus {
  border-left-color: rgb(203 213 225 / 0.8);
  border-right-color: rgb(203 213 225 / 0.8);
}

.focus\:border-x-slate-300\/90:focus {
  border-left-color: rgb(203 213 225 / 0.9);
  border-right-color: rgb(203 213 225 / 0.9);
}

.focus\:border-x-slate-300\/95:focus {
  border-left-color: rgb(203 213 225 / 0.95);
  border-right-color: rgb(203 213 225 / 0.95);
}

.focus\:border-x-slate-400:focus {
  --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));
}

.focus\:border-x-slate-400\/0:focus {
  border-left-color: rgb(148 163 184 / 0);
  border-right-color: rgb(148 163 184 / 0);
}

.focus\:border-x-slate-400\/10:focus {
  border-left-color: rgb(148 163 184 / 0.1);
  border-right-color: rgb(148 163 184 / 0.1);
}

.focus\:border-x-slate-400\/100:focus {
  border-left-color: rgb(148 163 184 / 1);
  border-right-color: rgb(148 163 184 / 1);
}

.focus\:border-x-slate-400\/20:focus {
  border-left-color: rgb(148 163 184 / 0.2);
  border-right-color: rgb(148 163 184 / 0.2);
}

.focus\:border-x-slate-400\/25:focus {
  border-left-color: rgb(148 163 184 / 0.25);
  border-right-color: rgb(148 163 184 / 0.25);
}

.focus\:border-x-slate-400\/30:focus {
  border-left-color: rgb(148 163 184 / 0.3);
  border-right-color: rgb(148 163 184 / 0.3);
}

.focus\:border-x-slate-400\/40:focus {
  border-left-color: rgb(148 163 184 / 0.4);
  border-right-color: rgb(148 163 184 / 0.4);
}

.focus\:border-x-slate-400\/5:focus {
  border-left-color: rgb(148 163 184 / 0.05);
  border-right-color: rgb(148 163 184 / 0.05);
}

.focus\:border-x-slate-400\/50:focus {
  border-left-color: rgb(148 163 184 / 0.5);
  border-right-color: rgb(148 163 184 / 0.5);
}

.focus\:border-x-slate-400\/60:focus {
  border-left-color: rgb(148 163 184 / 0.6);
  border-right-color: rgb(148 163 184 / 0.6);
}

.focus\:border-x-slate-400\/70:focus {
  border-left-color: rgb(148 163 184 / 0.7);
  border-right-color: rgb(148 163 184 / 0.7);
}

.focus\:border-x-slate-400\/75:focus {
  border-left-color: rgb(148 163 184 / 0.75);
  border-right-color: rgb(148 163 184 / 0.75);
}

.focus\:border-x-slate-400\/80:focus {
  border-left-color: rgb(148 163 184 / 0.8);
  border-right-color: rgb(148 163 184 / 0.8);
}

.focus\:border-x-slate-400\/90:focus {
  border-left-color: rgb(148 163 184 / 0.9);
  border-right-color: rgb(148 163 184 / 0.9);
}

.focus\:border-x-slate-400\/95:focus {
  border-left-color: rgb(148 163 184 / 0.95);
  border-right-color: rgb(148 163 184 / 0.95);
}

.focus\:border-x-slate-50:focus {
  --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));
}

.focus\:border-x-slate-50\/0:focus {
  border-left-color: rgb(248 250 252 / 0);
  border-right-color: rgb(248 250 252 / 0);
}

.focus\:border-x-slate-50\/10:focus {
  border-left-color: rgb(248 250 252 / 0.1);
  border-right-color: rgb(248 250 252 / 0.1);
}

.focus\:border-x-slate-50\/100:focus {
  border-left-color: rgb(248 250 252 / 1);
  border-right-color: rgb(248 250 252 / 1);
}

.focus\:border-x-slate-50\/20:focus {
  border-left-color: rgb(248 250 252 / 0.2);
  border-right-color: rgb(248 250 252 / 0.2);
}

.focus\:border-x-slate-50\/25:focus {
  border-left-color: rgb(248 250 252 / 0.25);
  border-right-color: rgb(248 250 252 / 0.25);
}

.focus\:border-x-slate-50\/30:focus {
  border-left-color: rgb(248 250 252 / 0.3);
  border-right-color: rgb(248 250 252 / 0.3);
}

.focus\:border-x-slate-50\/40:focus {
  border-left-color: rgb(248 250 252 / 0.4);
  border-right-color: rgb(248 250 252 / 0.4);
}

.focus\:border-x-slate-50\/5:focus {
  border-left-color: rgb(248 250 252 / 0.05);
  border-right-color: rgb(248 250 252 / 0.05);
}

.focus\:border-x-slate-50\/50:focus {
  border-left-color: rgb(248 250 252 / 0.5);
  border-right-color: rgb(248 250 252 / 0.5);
}

.focus\:border-x-slate-50\/60:focus {
  border-left-color: rgb(248 250 252 / 0.6);
  border-right-color: rgb(248 250 252 / 0.6);
}

.focus\:border-x-slate-50\/70:focus {
  border-left-color: rgb(248 250 252 / 0.7);
  border-right-color: rgb(248 250 252 / 0.7);
}

.focus\:border-x-slate-50\/75:focus {
  border-left-color: rgb(248 250 252 / 0.75);
  border-right-color: rgb(248 250 252 / 0.75);
}

.focus\:border-x-slate-50\/80:focus {
  border-left-color: rgb(248 250 252 / 0.8);
  border-right-color: rgb(248 250 252 / 0.8);
}

.focus\:border-x-slate-50\/90:focus {
  border-left-color: rgb(248 250 252 / 0.9);
  border-right-color: rgb(248 250 252 / 0.9);
}

.focus\:border-x-slate-50\/95:focus {
  border-left-color: rgb(248 250 252 / 0.95);
  border-right-color: rgb(248 250 252 / 0.95);
}

.focus\:border-x-slate-500:focus {
  --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));
}

.focus\:border-x-slate-500\/0:focus {
  border-left-color: rgb(100 116 139 / 0);
  border-right-color: rgb(100 116 139 / 0);
}

.focus\:border-x-slate-500\/10:focus {
  border-left-color: rgb(100 116 139 / 0.1);
  border-right-color: rgb(100 116 139 / 0.1);
}

.focus\:border-x-slate-500\/100:focus {
  border-left-color: rgb(100 116 139 / 1);
  border-right-color: rgb(100 116 139 / 1);
}

.focus\:border-x-slate-500\/20:focus {
  border-left-color: rgb(100 116 139 / 0.2);
  border-right-color: rgb(100 116 139 / 0.2);
}

.focus\:border-x-slate-500\/25:focus {
  border-left-color: rgb(100 116 139 / 0.25);
  border-right-color: rgb(100 116 139 / 0.25);
}

.focus\:border-x-slate-500\/30:focus {
  border-left-color: rgb(100 116 139 / 0.3);
  border-right-color: rgb(100 116 139 / 0.3);
}

.focus\:border-x-slate-500\/40:focus {
  border-left-color: rgb(100 116 139 / 0.4);
  border-right-color: rgb(100 116 139 / 0.4);
}

.focus\:border-x-slate-500\/5:focus {
  border-left-color: rgb(100 116 139 / 0.05);
  border-right-color: rgb(100 116 139 / 0.05);
}

.focus\:border-x-slate-500\/50:focus {
  border-left-color: rgb(100 116 139 / 0.5);
  border-right-color: rgb(100 116 139 / 0.5);
}

.focus\:border-x-slate-500\/60:focus {
  border-left-color: rgb(100 116 139 / 0.6);
  border-right-color: rgb(100 116 139 / 0.6);
}

.focus\:border-x-slate-500\/70:focus {
  border-left-color: rgb(100 116 139 / 0.7);
  border-right-color: rgb(100 116 139 / 0.7);
}

.focus\:border-x-slate-500\/75:focus {
  border-left-color: rgb(100 116 139 / 0.75);
  border-right-color: rgb(100 116 139 / 0.75);
}

.focus\:border-x-slate-500\/80:focus {
  border-left-color: rgb(100 116 139 / 0.8);
  border-right-color: rgb(100 116 139 / 0.8);
}

.focus\:border-x-slate-500\/90:focus {
  border-left-color: rgb(100 116 139 / 0.9);
  border-right-color: rgb(100 116 139 / 0.9);
}

.focus\:border-x-slate-500\/95:focus {
  border-left-color: rgb(100 116 139 / 0.95);
  border-right-color: rgb(100 116 139 / 0.95);
}

.focus\:border-x-slate-600:focus {
  --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));
}

.focus\:border-x-slate-600\/0:focus {
  border-left-color: rgb(71 85 105 / 0);
  border-right-color: rgb(71 85 105 / 0);
}

.focus\:border-x-slate-600\/10:focus {
  border-left-color: rgb(71 85 105 / 0.1);
  border-right-color: rgb(71 85 105 / 0.1);
}

.focus\:border-x-slate-600\/100:focus {
  border-left-color: rgb(71 85 105 / 1);
  border-right-color: rgb(71 85 105 / 1);
}

.focus\:border-x-slate-600\/20:focus {
  border-left-color: rgb(71 85 105 / 0.2);
  border-right-color: rgb(71 85 105 / 0.2);
}

.focus\:border-x-slate-600\/25:focus {
  border-left-color: rgb(71 85 105 / 0.25);
  border-right-color: rgb(71 85 105 / 0.25);
}

.focus\:border-x-slate-600\/30:focus {
  border-left-color: rgb(71 85 105 / 0.3);
  border-right-color: rgb(71 85 105 / 0.3);
}

.focus\:border-x-slate-600\/40:focus {
  border-left-color: rgb(71 85 105 / 0.4);
  border-right-color: rgb(71 85 105 / 0.4);
}

.focus\:border-x-slate-600\/5:focus {
  border-left-color: rgb(71 85 105 / 0.05);
  border-right-color: rgb(71 85 105 / 0.05);
}

.focus\:border-x-slate-600\/50:focus {
  border-left-color: rgb(71 85 105 / 0.5);
  border-right-color: rgb(71 85 105 / 0.5);
}

.focus\:border-x-slate-600\/60:focus {
  border-left-color: rgb(71 85 105 / 0.6);
  border-right-color: rgb(71 85 105 / 0.6);
}

.focus\:border-x-slate-600\/70:focus {
  border-left-color: rgb(71 85 105 / 0.7);
  border-right-color: rgb(71 85 105 / 0.7);
}

.focus\:border-x-slate-600\/75:focus {
  border-left-color: rgb(71 85 105 / 0.75);
  border-right-color: rgb(71 85 105 / 0.75);
}

.focus\:border-x-slate-600\/80:focus {
  border-left-color: rgb(71 85 105 / 0.8);
  border-right-color: rgb(71 85 105 / 0.8);
}

.focus\:border-x-slate-600\/90:focus {
  border-left-color: rgb(71 85 105 / 0.9);
  border-right-color: rgb(71 85 105 / 0.9);
}

.focus\:border-x-slate-600\/95:focus {
  border-left-color: rgb(71 85 105 / 0.95);
  border-right-color: rgb(71 85 105 / 0.95);
}

.focus\:border-x-slate-700:focus {
  --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));
}

.focus\:border-x-slate-700\/0:focus {
  border-left-color: rgb(51 65 85 / 0);
  border-right-color: rgb(51 65 85 / 0);
}

.focus\:border-x-slate-700\/10:focus {
  border-left-color: rgb(51 65 85 / 0.1);
  border-right-color: rgb(51 65 85 / 0.1);
}

.focus\:border-x-slate-700\/100:focus {
  border-left-color: rgb(51 65 85 / 1);
  border-right-color: rgb(51 65 85 / 1);
}

.focus\:border-x-slate-700\/20:focus {
  border-left-color: rgb(51 65 85 / 0.2);
  border-right-color: rgb(51 65 85 / 0.2);
}

.focus\:border-x-slate-700\/25:focus {
  border-left-color: rgb(51 65 85 / 0.25);
  border-right-color: rgb(51 65 85 / 0.25);
}

.focus\:border-x-slate-700\/30:focus {
  border-left-color: rgb(51 65 85 / 0.3);
  border-right-color: rgb(51 65 85 / 0.3);
}

.focus\:border-x-slate-700\/40:focus {
  border-left-color: rgb(51 65 85 / 0.4);
  border-right-color: rgb(51 65 85 / 0.4);
}

.focus\:border-x-slate-700\/5:focus {
  border-left-color: rgb(51 65 85 / 0.05);
  border-right-color: rgb(51 65 85 / 0.05);
}

.focus\:border-x-slate-700\/50:focus {
  border-left-color: rgb(51 65 85 / 0.5);
  border-right-color: rgb(51 65 85 / 0.5);
}

.focus\:border-x-slate-700\/60:focus {
  border-left-color: rgb(51 65 85 / 0.6);
  border-right-color: rgb(51 65 85 / 0.6);
}

.focus\:border-x-slate-700\/70:focus {
  border-left-color: rgb(51 65 85 / 0.7);
  border-right-color: rgb(51 65 85 / 0.7);
}

.focus\:border-x-slate-700\/75:focus {
  border-left-color: rgb(51 65 85 / 0.75);
  border-right-color: rgb(51 65 85 / 0.75);
}

.focus\:border-x-slate-700\/80:focus {
  border-left-color: rgb(51 65 85 / 0.8);
  border-right-color: rgb(51 65 85 / 0.8);
}

.focus\:border-x-slate-700\/90:focus {
  border-left-color: rgb(51 65 85 / 0.9);
  border-right-color: rgb(51 65 85 / 0.9);
}

.focus\:border-x-slate-700\/95:focus {
  border-left-color: rgb(51 65 85 / 0.95);
  border-right-color: rgb(51 65 85 / 0.95);
}

.focus\:border-x-slate-800:focus {
  --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));
}

.focus\:border-x-slate-800\/0:focus {
  border-left-color: rgb(30 41 59 / 0);
  border-right-color: rgb(30 41 59 / 0);
}

.focus\:border-x-slate-800\/10:focus {
  border-left-color: rgb(30 41 59 / 0.1);
  border-right-color: rgb(30 41 59 / 0.1);
}

.focus\:border-x-slate-800\/100:focus {
  border-left-color: rgb(30 41 59 / 1);
  border-right-color: rgb(30 41 59 / 1);
}

.focus\:border-x-slate-800\/20:focus {
  border-left-color: rgb(30 41 59 / 0.2);
  border-right-color: rgb(30 41 59 / 0.2);
}

.focus\:border-x-slate-800\/25:focus {
  border-left-color: rgb(30 41 59 / 0.25);
  border-right-color: rgb(30 41 59 / 0.25);
}

.focus\:border-x-slate-800\/30:focus {
  border-left-color: rgb(30 41 59 / 0.3);
  border-right-color: rgb(30 41 59 / 0.3);
}

.focus\:border-x-slate-800\/40:focus {
  border-left-color: rgb(30 41 59 / 0.4);
  border-right-color: rgb(30 41 59 / 0.4);
}

.focus\:border-x-slate-800\/5:focus {
  border-left-color: rgb(30 41 59 / 0.05);
  border-right-color: rgb(30 41 59 / 0.05);
}

.focus\:border-x-slate-800\/50:focus {
  border-left-color: rgb(30 41 59 / 0.5);
  border-right-color: rgb(30 41 59 / 0.5);
}

.focus\:border-x-slate-800\/60:focus {
  border-left-color: rgb(30 41 59 / 0.6);
  border-right-color: rgb(30 41 59 / 0.6);
}

.focus\:border-x-slate-800\/70:focus {
  border-left-color: rgb(30 41 59 / 0.7);
  border-right-color: rgb(30 41 59 / 0.7);
}

.focus\:border-x-slate-800\/75:focus {
  border-left-color: rgb(30 41 59 / 0.75);
  border-right-color: rgb(30 41 59 / 0.75);
}

.focus\:border-x-slate-800\/80:focus {
  border-left-color: rgb(30 41 59 / 0.8);
  border-right-color: rgb(30 41 59 / 0.8);
}

.focus\:border-x-slate-800\/90:focus {
  border-left-color: rgb(30 41 59 / 0.9);
  border-right-color: rgb(30 41 59 / 0.9);
}

.focus\:border-x-slate-800\/95:focus {
  border-left-color: rgb(30 41 59 / 0.95);
  border-right-color: rgb(30 41 59 / 0.95);
}

.focus\:border-x-slate-900:focus {
  --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));
}

.focus\:border-x-slate-900\/0:focus {
  border-left-color: rgb(15 23 42 / 0);
  border-right-color: rgb(15 23 42 / 0);
}

.focus\:border-x-slate-900\/10:focus {
  border-left-color: rgb(15 23 42 / 0.1);
  border-right-color: rgb(15 23 42 / 0.1);
}

.focus\:border-x-slate-900\/100:focus {
  border-left-color: rgb(15 23 42 / 1);
  border-right-color: rgb(15 23 42 / 1);
}

.focus\:border-x-slate-900\/20:focus {
  border-left-color: rgb(15 23 42 / 0.2);
  border-right-color: rgb(15 23 42 / 0.2);
}

.focus\:border-x-slate-900\/25:focus {
  border-left-color: rgb(15 23 42 / 0.25);
  border-right-color: rgb(15 23 42 / 0.25);
}

.focus\:border-x-slate-900\/30:focus {
  border-left-color: rgb(15 23 42 / 0.3);
  border-right-color: rgb(15 23 42 / 0.3);
}

.focus\:border-x-slate-900\/40:focus {
  border-left-color: rgb(15 23 42 / 0.4);
  border-right-color: rgb(15 23 42 / 0.4);
}

.focus\:border-x-slate-900\/5:focus {
  border-left-color: rgb(15 23 42 / 0.05);
  border-right-color: rgb(15 23 42 / 0.05);
}

.focus\:border-x-slate-900\/50:focus {
  border-left-color: rgb(15 23 42 / 0.5);
  border-right-color: rgb(15 23 42 / 0.5);
}

.focus\:border-x-slate-900\/60:focus {
  border-left-color: rgb(15 23 42 / 0.6);
  border-right-color: rgb(15 23 42 / 0.6);
}

.focus\:border-x-slate-900\/70:focus {
  border-left-color: rgb(15 23 42 / 0.7);
  border-right-color: rgb(15 23 42 / 0.7);
}

.focus\:border-x-slate-900\/75:focus {
  border-left-color: rgb(15 23 42 / 0.75);
  border-right-color: rgb(15 23 42 / 0.75);
}

.focus\:border-x-slate-900\/80:focus {
  border-left-color: rgb(15 23 42 / 0.8);
  border-right-color: rgb(15 23 42 / 0.8);
}

.focus\:border-x-slate-900\/90:focus {
  border-left-color: rgb(15 23 42 / 0.9);
  border-right-color: rgb(15 23 42 / 0.9);
}

.focus\:border-x-slate-900\/95:focus {
  border-left-color: rgb(15 23 42 / 0.95);
  border-right-color: rgb(15 23 42 / 0.95);
}

.focus\:border-x-slate-950:focus {
  --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));
}

.focus\:border-x-slate-950\/0:focus {
  border-left-color: rgb(2 6 23 / 0);
  border-right-color: rgb(2 6 23 / 0);
}

.focus\:border-x-slate-950\/10:focus {
  border-left-color: rgb(2 6 23 / 0.1);
  border-right-color: rgb(2 6 23 / 0.1);
}

.focus\:border-x-slate-950\/100:focus {
  border-left-color: rgb(2 6 23 / 1);
  border-right-color: rgb(2 6 23 / 1);
}

.focus\:border-x-slate-950\/20:focus {
  border-left-color: rgb(2 6 23 / 0.2);
  border-right-color: rgb(2 6 23 / 0.2);
}

.focus\:border-x-slate-950\/25:focus {
  border-left-color: rgb(2 6 23 / 0.25);
  border-right-color: rgb(2 6 23 / 0.25);
}

.focus\:border-x-slate-950\/30:focus {
  border-left-color: rgb(2 6 23 / 0.3);
  border-right-color: rgb(2 6 23 / 0.3);
}

.focus\:border-x-slate-950\/40:focus {
  border-left-color: rgb(2 6 23 / 0.4);
  border-right-color: rgb(2 6 23 / 0.4);
}

.focus\:border-x-slate-950\/5:focus {
  border-left-color: rgb(2 6 23 / 0.05);
  border-right-color: rgb(2 6 23 / 0.05);
}

.focus\:border-x-slate-950\/50:focus {
  border-left-color: rgb(2 6 23 / 0.5);
  border-right-color: rgb(2 6 23 / 0.5);
}

.focus\:border-x-slate-950\/60:focus {
  border-left-color: rgb(2 6 23 / 0.6);
  border-right-color: rgb(2 6 23 / 0.6);
}

.focus\:border-x-slate-950\/70:focus {
  border-left-color: rgb(2 6 23 / 0.7);
  border-right-color: rgb(2 6 23 / 0.7);
}

.focus\:border-x-slate-950\/75:focus {
  border-left-color: rgb(2 6 23 / 0.75);
  border-right-color: rgb(2 6 23 / 0.75);
}

.focus\:border-x-slate-950\/80:focus {
  border-left-color: rgb(2 6 23 / 0.8);
  border-right-color: rgb(2 6 23 / 0.8);
}

.focus\:border-x-slate-950\/90:focus {
  border-left-color: rgb(2 6 23 / 0.9);
  border-right-color: rgb(2 6 23 / 0.9);
}

.focus\:border-x-slate-950\/95:focus {
  border-left-color: rgb(2 6 23 / 0.95);
  border-right-color: rgb(2 6 23 / 0.95);
}

.focus\:border-x-stone-100:focus {
  --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));
}

.focus\:border-x-stone-100\/0:focus {
  border-left-color: rgb(245 245 244 / 0);
  border-right-color: rgb(245 245 244 / 0);
}

.focus\:border-x-stone-100\/10:focus {
  border-left-color: rgb(245 245 244 / 0.1);
  border-right-color: rgb(245 245 244 / 0.1);
}

.focus\:border-x-stone-100\/100:focus {
  border-left-color: rgb(245 245 244 / 1);
  border-right-color: rgb(245 245 244 / 1);
}

.focus\:border-x-stone-100\/20:focus {
  border-left-color: rgb(245 245 244 / 0.2);
  border-right-color: rgb(245 245 244 / 0.2);
}

.focus\:border-x-stone-100\/25:focus {
  border-left-color: rgb(245 245 244 / 0.25);
  border-right-color: rgb(245 245 244 / 0.25);
}

.focus\:border-x-stone-100\/30:focus {
  border-left-color: rgb(245 245 244 / 0.3);
  border-right-color: rgb(245 245 244 / 0.3);
}

.focus\:border-x-stone-100\/40:focus {
  border-left-color: rgb(245 245 244 / 0.4);
  border-right-color: rgb(245 245 244 / 0.4);
}

.focus\:border-x-stone-100\/5:focus {
  border-left-color: rgb(245 245 244 / 0.05);
  border-right-color: rgb(245 245 244 / 0.05);
}

.focus\:border-x-stone-100\/50:focus {
  border-left-color: rgb(245 245 244 / 0.5);
  border-right-color: rgb(245 245 244 / 0.5);
}

.focus\:border-x-stone-100\/60:focus {
  border-left-color: rgb(245 245 244 / 0.6);
  border-right-color: rgb(245 245 244 / 0.6);
}

.focus\:border-x-stone-100\/70:focus {
  border-left-color: rgb(245 245 244 / 0.7);
  border-right-color: rgb(245 245 244 / 0.7);
}

.focus\:border-x-stone-100\/75:focus {
  border-left-color: rgb(245 245 244 / 0.75);
  border-right-color: rgb(245 245 244 / 0.75);
}

.focus\:border-x-stone-100\/80:focus {
  border-left-color: rgb(245 245 244 / 0.8);
  border-right-color: rgb(245 245 244 / 0.8);
}

.focus\:border-x-stone-100\/90:focus {
  border-left-color: rgb(245 245 244 / 0.9);
  border-right-color: rgb(245 245 244 / 0.9);
}

.focus\:border-x-stone-100\/95:focus {
  border-left-color: rgb(245 245 244 / 0.95);
  border-right-color: rgb(245 245 244 / 0.95);
}

.focus\:border-x-stone-200:focus {
  --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));
}

.focus\:border-x-stone-200\/0:focus {
  border-left-color: rgb(231 229 228 / 0);
  border-right-color: rgb(231 229 228 / 0);
}

.focus\:border-x-stone-200\/10:focus {
  border-left-color: rgb(231 229 228 / 0.1);
  border-right-color: rgb(231 229 228 / 0.1);
}

.focus\:border-x-stone-200\/100:focus {
  border-left-color: rgb(231 229 228 / 1);
  border-right-color: rgb(231 229 228 / 1);
}

.focus\:border-x-stone-200\/20:focus {
  border-left-color: rgb(231 229 228 / 0.2);
  border-right-color: rgb(231 229 228 / 0.2);
}

.focus\:border-x-stone-200\/25:focus {
  border-left-color: rgb(231 229 228 / 0.25);
  border-right-color: rgb(231 229 228 / 0.25);
}

.focus\:border-x-stone-200\/30:focus {
  border-left-color: rgb(231 229 228 / 0.3);
  border-right-color: rgb(231 229 228 / 0.3);
}

.focus\:border-x-stone-200\/40:focus {
  border-left-color: rgb(231 229 228 / 0.4);
  border-right-color: rgb(231 229 228 / 0.4);
}

.focus\:border-x-stone-200\/5:focus {
  border-left-color: rgb(231 229 228 / 0.05);
  border-right-color: rgb(231 229 228 / 0.05);
}

.focus\:border-x-stone-200\/50:focus {
  border-left-color: rgb(231 229 228 / 0.5);
  border-right-color: rgb(231 229 228 / 0.5);
}

.focus\:border-x-stone-200\/60:focus {
  border-left-color: rgb(231 229 228 / 0.6);
  border-right-color: rgb(231 229 228 / 0.6);
}

.focus\:border-x-stone-200\/70:focus {
  border-left-color: rgb(231 229 228 / 0.7);
  border-right-color: rgb(231 229 228 / 0.7);
}

.focus\:border-x-stone-200\/75:focus {
  border-left-color: rgb(231 229 228 / 0.75);
  border-right-color: rgb(231 229 228 / 0.75);
}

.focus\:border-x-stone-200\/80:focus {
  border-left-color: rgb(231 229 228 / 0.8);
  border-right-color: rgb(231 229 228 / 0.8);
}

.focus\:border-x-stone-200\/90:focus {
  border-left-color: rgb(231 229 228 / 0.9);
  border-right-color: rgb(231 229 228 / 0.9);
}

.focus\:border-x-stone-200\/95:focus {
  border-left-color: rgb(231 229 228 / 0.95);
  border-right-color: rgb(231 229 228 / 0.95);
}

.focus\:border-x-stone-300:focus {
  --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));
}

.focus\:border-x-stone-300\/0:focus {
  border-left-color: rgb(214 211 209 / 0);
  border-right-color: rgb(214 211 209 / 0);
}

.focus\:border-x-stone-300\/10:focus {
  border-left-color: rgb(214 211 209 / 0.1);
  border-right-color: rgb(214 211 209 / 0.1);
}

.focus\:border-x-stone-300\/100:focus {
  border-left-color: rgb(214 211 209 / 1);
  border-right-color: rgb(214 211 209 / 1);
}

.focus\:border-x-stone-300\/20:focus {
  border-left-color: rgb(214 211 209 / 0.2);
  border-right-color: rgb(214 211 209 / 0.2);
}

.focus\:border-x-stone-300\/25:focus {
  border-left-color: rgb(214 211 209 / 0.25);
  border-right-color: rgb(214 211 209 / 0.25);
}

.focus\:border-x-stone-300\/30:focus {
  border-left-color: rgb(214 211 209 / 0.3);
  border-right-color: rgb(214 211 209 / 0.3);
}

.focus\:border-x-stone-300\/40:focus {
  border-left-color: rgb(214 211 209 / 0.4);
  border-right-color: rgb(214 211 209 / 0.4);
}

.focus\:border-x-stone-300\/5:focus {
  border-left-color: rgb(214 211 209 / 0.05);
  border-right-color: rgb(214 211 209 / 0.05);
}

.focus\:border-x-stone-300\/50:focus {
  border-left-color: rgb(214 211 209 / 0.5);
  border-right-color: rgb(214 211 209 / 0.5);
}

.focus\:border-x-stone-300\/60:focus {
  border-left-color: rgb(214 211 209 / 0.6);
  border-right-color: rgb(214 211 209 / 0.6);
}

.focus\:border-x-stone-300\/70:focus {
  border-left-color: rgb(214 211 209 / 0.7);
  border-right-color: rgb(214 211 209 / 0.7);
}

.focus\:border-x-stone-300\/75:focus {
  border-left-color: rgb(214 211 209 / 0.75);
  border-right-color: rgb(214 211 209 / 0.75);
}

.focus\:border-x-stone-300\/80:focus {
  border-left-color: rgb(214 211 209 / 0.8);
  border-right-color: rgb(214 211 209 / 0.8);
}

.focus\:border-x-stone-300\/90:focus {
  border-left-color: rgb(214 211 209 / 0.9);
  border-right-color: rgb(214 211 209 / 0.9);
}

.focus\:border-x-stone-300\/95:focus {
  border-left-color: rgb(214 211 209 / 0.95);
  border-right-color: rgb(214 211 209 / 0.95);
}

.focus\:border-x-stone-400:focus {
  --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));
}

.focus\:border-x-stone-400\/0:focus {
  border-left-color: rgb(168 162 158 / 0);
  border-right-color: rgb(168 162 158 / 0);
}

.focus\:border-x-stone-400\/10:focus {
  border-left-color: rgb(168 162 158 / 0.1);
  border-right-color: rgb(168 162 158 / 0.1);
}

.focus\:border-x-stone-400\/100:focus {
  border-left-color: rgb(168 162 158 / 1);
  border-right-color: rgb(168 162 158 / 1);
}

.focus\:border-x-stone-400\/20:focus {
  border-left-color: rgb(168 162 158 / 0.2);
  border-right-color: rgb(168 162 158 / 0.2);
}

.focus\:border-x-stone-400\/25:focus {
  border-left-color: rgb(168 162 158 / 0.25);
  border-right-color: rgb(168 162 158 / 0.25);
}

.focus\:border-x-stone-400\/30:focus {
  border-left-color: rgb(168 162 158 / 0.3);
  border-right-color: rgb(168 162 158 / 0.3);
}

.focus\:border-x-stone-400\/40:focus {
  border-left-color: rgb(168 162 158 / 0.4);
  border-right-color: rgb(168 162 158 / 0.4);
}

.focus\:border-x-stone-400\/5:focus {
  border-left-color: rgb(168 162 158 / 0.05);
  border-right-color: rgb(168 162 158 / 0.05);
}

.focus\:border-x-stone-400\/50:focus {
  border-left-color: rgb(168 162 158 / 0.5);
  border-right-color: rgb(168 162 158 / 0.5);
}

.focus\:border-x-stone-400\/60:focus {
  border-left-color: rgb(168 162 158 / 0.6);
  border-right-color: rgb(168 162 158 / 0.6);
}

.focus\:border-x-stone-400\/70:focus {
  border-left-color: rgb(168 162 158 / 0.7);
  border-right-color: rgb(168 162 158 / 0.7);
}

.focus\:border-x-stone-400\/75:focus {
  border-left-color: rgb(168 162 158 / 0.75);
  border-right-color: rgb(168 162 158 / 0.75);
}

.focus\:border-x-stone-400\/80:focus {
  border-left-color: rgb(168 162 158 / 0.8);
  border-right-color: rgb(168 162 158 / 0.8);
}

.focus\:border-x-stone-400\/90:focus {
  border-left-color: rgb(168 162 158 / 0.9);
  border-right-color: rgb(168 162 158 / 0.9);
}

.focus\:border-x-stone-400\/95:focus {
  border-left-color: rgb(168 162 158 / 0.95);
  border-right-color: rgb(168 162 158 / 0.95);
}

.focus\:border-x-stone-50:focus {
  --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));
}

.focus\:border-x-stone-50\/0:focus {
  border-left-color: rgb(250 250 249 / 0);
  border-right-color: rgb(250 250 249 / 0);
}

.focus\:border-x-stone-50\/10:focus {
  border-left-color: rgb(250 250 249 / 0.1);
  border-right-color: rgb(250 250 249 / 0.1);
}

.focus\:border-x-stone-50\/100:focus {
  border-left-color: rgb(250 250 249 / 1);
  border-right-color: rgb(250 250 249 / 1);
}

.focus\:border-x-stone-50\/20:focus {
  border-left-color: rgb(250 250 249 / 0.2);
  border-right-color: rgb(250 250 249 / 0.2);
}

.focus\:border-x-stone-50\/25:focus {
  border-left-color: rgb(250 250 249 / 0.25);
  border-right-color: rgb(250 250 249 / 0.25);
}

.focus\:border-x-stone-50\/30:focus {
  border-left-color: rgb(250 250 249 / 0.3);
  border-right-color: rgb(250 250 249 / 0.3);
}

.focus\:border-x-stone-50\/40:focus {
  border-left-color: rgb(250 250 249 / 0.4);
  border-right-color: rgb(250 250 249 / 0.4);
}

.focus\:border-x-stone-50\/5:focus {
  border-left-color: rgb(250 250 249 / 0.05);
  border-right-color: rgb(250 250 249 / 0.05);
}

.focus\:border-x-stone-50\/50:focus {
  border-left-color: rgb(250 250 249 / 0.5);
  border-right-color: rgb(250 250 249 / 0.5);
}

.focus\:border-x-stone-50\/60:focus {
  border-left-color: rgb(250 250 249 / 0.6);
  border-right-color: rgb(250 250 249 / 0.6);
}

.focus\:border-x-stone-50\/70:focus {
  border-left-color: rgb(250 250 249 / 0.7);
  border-right-color: rgb(250 250 249 / 0.7);
}

.focus\:border-x-stone-50\/75:focus {
  border-left-color: rgb(250 250 249 / 0.75);
  border-right-color: rgb(250 250 249 / 0.75);
}

.focus\:border-x-stone-50\/80:focus {
  border-left-color: rgb(250 250 249 / 0.8);
  border-right-color: rgb(250 250 249 / 0.8);
}

.focus\:border-x-stone-50\/90:focus {
  border-left-color: rgb(250 250 249 / 0.9);
  border-right-color: rgb(250 250 249 / 0.9);
}

.focus\:border-x-stone-50\/95:focus {
  border-left-color: rgb(250 250 249 / 0.95);
  border-right-color: rgb(250 250 249 / 0.95);
}

.focus\:border-x-stone-500:focus {
  --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));
}

.focus\:border-x-stone-500\/0:focus {
  border-left-color: rgb(120 113 108 / 0);
  border-right-color: rgb(120 113 108 / 0);
}

.focus\:border-x-stone-500\/10:focus {
  border-left-color: rgb(120 113 108 / 0.1);
  border-right-color: rgb(120 113 108 / 0.1);
}

.focus\:border-x-stone-500\/100:focus {
  border-left-color: rgb(120 113 108 / 1);
  border-right-color: rgb(120 113 108 / 1);
}

.focus\:border-x-stone-500\/20:focus {
  border-left-color: rgb(120 113 108 / 0.2);
  border-right-color: rgb(120 113 108 / 0.2);
}

.focus\:border-x-stone-500\/25:focus {
  border-left-color: rgb(120 113 108 / 0.25);
  border-right-color: rgb(120 113 108 / 0.25);
}

.focus\:border-x-stone-500\/30:focus {
  border-left-color: rgb(120 113 108 / 0.3);
  border-right-color: rgb(120 113 108 / 0.3);
}

.focus\:border-x-stone-500\/40:focus {
  border-left-color: rgb(120 113 108 / 0.4);
  border-right-color: rgb(120 113 108 / 0.4);
}

.focus\:border-x-stone-500\/5:focus {
  border-left-color: rgb(120 113 108 / 0.05);
  border-right-color: rgb(120 113 108 / 0.05);
}

.focus\:border-x-stone-500\/50:focus {
  border-left-color: rgb(120 113 108 / 0.5);
  border-right-color: rgb(120 113 108 / 0.5);
}

.focus\:border-x-stone-500\/60:focus {
  border-left-color: rgb(120 113 108 / 0.6);
  border-right-color: rgb(120 113 108 / 0.6);
}

.focus\:border-x-stone-500\/70:focus {
  border-left-color: rgb(120 113 108 / 0.7);
  border-right-color: rgb(120 113 108 / 0.7);
}

.focus\:border-x-stone-500\/75:focus {
  border-left-color: rgb(120 113 108 / 0.75);
  border-right-color: rgb(120 113 108 / 0.75);
}

.focus\:border-x-stone-500\/80:focus {
  border-left-color: rgb(120 113 108 / 0.8);
  border-right-color: rgb(120 113 108 / 0.8);
}

.focus\:border-x-stone-500\/90:focus {
  border-left-color: rgb(120 113 108 / 0.9);
  border-right-color: rgb(120 113 108 / 0.9);
}

.focus\:border-x-stone-500\/95:focus {
  border-left-color: rgb(120 113 108 / 0.95);
  border-right-color: rgb(120 113 108 / 0.95);
}

.focus\:border-x-stone-600:focus {
  --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));
}

.focus\:border-x-stone-600\/0:focus {
  border-left-color: rgb(87 83 78 / 0);
  border-right-color: rgb(87 83 78 / 0);
}

.focus\:border-x-stone-600\/10:focus {
  border-left-color: rgb(87 83 78 / 0.1);
  border-right-color: rgb(87 83 78 / 0.1);
}

.focus\:border-x-stone-600\/100:focus {
  border-left-color: rgb(87 83 78 / 1);
  border-right-color: rgb(87 83 78 / 1);
}

.focus\:border-x-stone-600\/20:focus {
  border-left-color: rgb(87 83 78 / 0.2);
  border-right-color: rgb(87 83 78 / 0.2);
}

.focus\:border-x-stone-600\/25:focus {
  border-left-color: rgb(87 83 78 / 0.25);
  border-right-color: rgb(87 83 78 / 0.25);
}

.focus\:border-x-stone-600\/30:focus {
  border-left-color: rgb(87 83 78 / 0.3);
  border-right-color: rgb(87 83 78 / 0.3);
}

.focus\:border-x-stone-600\/40:focus {
  border-left-color: rgb(87 83 78 / 0.4);
  border-right-color: rgb(87 83 78 / 0.4);
}

.focus\:border-x-stone-600\/5:focus {
  border-left-color: rgb(87 83 78 / 0.05);
  border-right-color: rgb(87 83 78 / 0.05);
}

.focus\:border-x-stone-600\/50:focus {
  border-left-color: rgb(87 83 78 / 0.5);
  border-right-color: rgb(87 83 78 / 0.5);
}

.focus\:border-x-stone-600\/60:focus {
  border-left-color: rgb(87 83 78 / 0.6);
  border-right-color: rgb(87 83 78 / 0.6);
}

.focus\:border-x-stone-600\/70:focus {
  border-left-color: rgb(87 83 78 / 0.7);
  border-right-color: rgb(87 83 78 / 0.7);
}

.focus\:border-x-stone-600\/75:focus {
  border-left-color: rgb(87 83 78 / 0.75);
  border-right-color: rgb(87 83 78 / 0.75);
}

.focus\:border-x-stone-600\/80:focus {
  border-left-color: rgb(87 83 78 / 0.8);
  border-right-color: rgb(87 83 78 / 0.8);
}

.focus\:border-x-stone-600\/90:focus {
  border-left-color: rgb(87 83 78 / 0.9);
  border-right-color: rgb(87 83 78 / 0.9);
}

.focus\:border-x-stone-600\/95:focus {
  border-left-color: rgb(87 83 78 / 0.95);
  border-right-color: rgb(87 83 78 / 0.95);
}

.focus\:border-x-stone-700:focus {
  --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));
}

.focus\:border-x-stone-700\/0:focus {
  border-left-color: rgb(68 64 60 / 0);
  border-right-color: rgb(68 64 60 / 0);
}

.focus\:border-x-stone-700\/10:focus {
  border-left-color: rgb(68 64 60 / 0.1);
  border-right-color: rgb(68 64 60 / 0.1);
}

.focus\:border-x-stone-700\/100:focus {
  border-left-color: rgb(68 64 60 / 1);
  border-right-color: rgb(68 64 60 / 1);
}

.focus\:border-x-stone-700\/20:focus {
  border-left-color: rgb(68 64 60 / 0.2);
  border-right-color: rgb(68 64 60 / 0.2);
}

.focus\:border-x-stone-700\/25:focus {
  border-left-color: rgb(68 64 60 / 0.25);
  border-right-color: rgb(68 64 60 / 0.25);
}

.focus\:border-x-stone-700\/30:focus {
  border-left-color: rgb(68 64 60 / 0.3);
  border-right-color: rgb(68 64 60 / 0.3);
}

.focus\:border-x-stone-700\/40:focus {
  border-left-color: rgb(68 64 60 / 0.4);
  border-right-color: rgb(68 64 60 / 0.4);
}

.focus\:border-x-stone-700\/5:focus {
  border-left-color: rgb(68 64 60 / 0.05);
  border-right-color: rgb(68 64 60 / 0.05);
}

.focus\:border-x-stone-700\/50:focus {
  border-left-color: rgb(68 64 60 / 0.5);
  border-right-color: rgb(68 64 60 / 0.5);
}

.focus\:border-x-stone-700\/60:focus {
  border-left-color: rgb(68 64 60 / 0.6);
  border-right-color: rgb(68 64 60 / 0.6);
}

.focus\:border-x-stone-700\/70:focus {
  border-left-color: rgb(68 64 60 / 0.7);
  border-right-color: rgb(68 64 60 / 0.7);
}

.focus\:border-x-stone-700\/75:focus {
  border-left-color: rgb(68 64 60 / 0.75);
  border-right-color: rgb(68 64 60 / 0.75);
}

.focus\:border-x-stone-700\/80:focus {
  border-left-color: rgb(68 64 60 / 0.8);
  border-right-color: rgb(68 64 60 / 0.8);
}

.focus\:border-x-stone-700\/90:focus {
  border-left-color: rgb(68 64 60 / 0.9);
  border-right-color: rgb(68 64 60 / 0.9);
}

.focus\:border-x-stone-700\/95:focus {
  border-left-color: rgb(68 64 60 / 0.95);
  border-right-color: rgb(68 64 60 / 0.95);
}

.focus\:border-x-stone-800:focus {
  --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));
}

.focus\:border-x-stone-800\/0:focus {
  border-left-color: rgb(41 37 36 / 0);
  border-right-color: rgb(41 37 36 / 0);
}

.focus\:border-x-stone-800\/10:focus {
  border-left-color: rgb(41 37 36 / 0.1);
  border-right-color: rgb(41 37 36 / 0.1);
}

.focus\:border-x-stone-800\/100:focus {
  border-left-color: rgb(41 37 36 / 1);
  border-right-color: rgb(41 37 36 / 1);
}

.focus\:border-x-stone-800\/20:focus {
  border-left-color: rgb(41 37 36 / 0.2);
  border-right-color: rgb(41 37 36 / 0.2);
}

.focus\:border-x-stone-800\/25:focus {
  border-left-color: rgb(41 37 36 / 0.25);
  border-right-color: rgb(41 37 36 / 0.25);
}

.focus\:border-x-stone-800\/30:focus {
  border-left-color: rgb(41 37 36 / 0.3);
  border-right-color: rgb(41 37 36 / 0.3);
}

.focus\:border-x-stone-800\/40:focus {
  border-left-color: rgb(41 37 36 / 0.4);
  border-right-color: rgb(41 37 36 / 0.4);
}

.focus\:border-x-stone-800\/5:focus {
  border-left-color: rgb(41 37 36 / 0.05);
  border-right-color: rgb(41 37 36 / 0.05);
}

.focus\:border-x-stone-800\/50:focus {
  border-left-color: rgb(41 37 36 / 0.5);
  border-right-color: rgb(41 37 36 / 0.5);
}

.focus\:border-x-stone-800\/60:focus {
  border-left-color: rgb(41 37 36 / 0.6);
  border-right-color: rgb(41 37 36 / 0.6);
}

.focus\:border-x-stone-800\/70:focus {
  border-left-color: rgb(41 37 36 / 0.7);
  border-right-color: rgb(41 37 36 / 0.7);
}

.focus\:border-x-stone-800\/75:focus {
  border-left-color: rgb(41 37 36 / 0.75);
  border-right-color: rgb(41 37 36 / 0.75);
}

.focus\:border-x-stone-800\/80:focus {
  border-left-color: rgb(41 37 36 / 0.8);
  border-right-color: rgb(41 37 36 / 0.8);
}

.focus\:border-x-stone-800\/90:focus {
  border-left-color: rgb(41 37 36 / 0.9);
  border-right-color: rgb(41 37 36 / 0.9);
}

.focus\:border-x-stone-800\/95:focus {
  border-left-color: rgb(41 37 36 / 0.95);
  border-right-color: rgb(41 37 36 / 0.95);
}

.focus\:border-x-stone-900:focus {
  --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));
}

.focus\:border-x-stone-900\/0:focus {
  border-left-color: rgb(28 25 23 / 0);
  border-right-color: rgb(28 25 23 / 0);
}

.focus\:border-x-stone-900\/10:focus {
  border-left-color: rgb(28 25 23 / 0.1);
  border-right-color: rgb(28 25 23 / 0.1);
}

.focus\:border-x-stone-900\/100:focus {
  border-left-color: rgb(28 25 23 / 1);
  border-right-color: rgb(28 25 23 / 1);
}

.focus\:border-x-stone-900\/20:focus {
  border-left-color: rgb(28 25 23 / 0.2);
  border-right-color: rgb(28 25 23 / 0.2);
}

.focus\:border-x-stone-900\/25:focus {
  border-left-color: rgb(28 25 23 / 0.25);
  border-right-color: rgb(28 25 23 / 0.25);
}

.focus\:border-x-stone-900\/30:focus {
  border-left-color: rgb(28 25 23 / 0.3);
  border-right-color: rgb(28 25 23 / 0.3);
}

.focus\:border-x-stone-900\/40:focus {
  border-left-color: rgb(28 25 23 / 0.4);
  border-right-color: rgb(28 25 23 / 0.4);
}

.focus\:border-x-stone-900\/5:focus {
  border-left-color: rgb(28 25 23 / 0.05);
  border-right-color: rgb(28 25 23 / 0.05);
}

.focus\:border-x-stone-900\/50:focus {
  border-left-color: rgb(28 25 23 / 0.5);
  border-right-color: rgb(28 25 23 / 0.5);
}

.focus\:border-x-stone-900\/60:focus {
  border-left-color: rgb(28 25 23 / 0.6);
  border-right-color: rgb(28 25 23 / 0.6);
}

.focus\:border-x-stone-900\/70:focus {
  border-left-color: rgb(28 25 23 / 0.7);
  border-right-color: rgb(28 25 23 / 0.7);
}

.focus\:border-x-stone-900\/75:focus {
  border-left-color: rgb(28 25 23 / 0.75);
  border-right-color: rgb(28 25 23 / 0.75);
}

.focus\:border-x-stone-900\/80:focus {
  border-left-color: rgb(28 25 23 / 0.8);
  border-right-color: rgb(28 25 23 / 0.8);
}

.focus\:border-x-stone-900\/90:focus {
  border-left-color: rgb(28 25 23 / 0.9);
  border-right-color: rgb(28 25 23 / 0.9);
}

.focus\:border-x-stone-900\/95:focus {
  border-left-color: rgb(28 25 23 / 0.95);
  border-right-color: rgb(28 25 23 / 0.95);
}

.focus\:border-x-stone-950:focus {
  --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));
}

.focus\:border-x-stone-950\/0:focus {
  border-left-color: rgb(12 10 9 / 0);
  border-right-color: rgb(12 10 9 / 0);
}

.focus\:border-x-stone-950\/10:focus {
  border-left-color: rgb(12 10 9 / 0.1);
  border-right-color: rgb(12 10 9 / 0.1);
}

.focus\:border-x-stone-950\/100:focus {
  border-left-color: rgb(12 10 9 / 1);
  border-right-color: rgb(12 10 9 / 1);
}

.focus\:border-x-stone-950\/20:focus {
  border-left-color: rgb(12 10 9 / 0.2);
  border-right-color: rgb(12 10 9 / 0.2);
}

.focus\:border-x-stone-950\/25:focus {
  border-left-color: rgb(12 10 9 / 0.25);
  border-right-color: rgb(12 10 9 / 0.25);
}

.focus\:border-x-stone-950\/30:focus {
  border-left-color: rgb(12 10 9 / 0.3);
  border-right-color: rgb(12 10 9 / 0.3);
}

.focus\:border-x-stone-950\/40:focus {
  border-left-color: rgb(12 10 9 / 0.4);
  border-right-color: rgb(12 10 9 / 0.4);
}

.focus\:border-x-stone-950\/5:focus {
  border-left-color: rgb(12 10 9 / 0.05);
  border-right-color: rgb(12 10 9 / 0.05);
}

.focus\:border-x-stone-950\/50:focus {
  border-left-color: rgb(12 10 9 / 0.5);
  border-right-color: rgb(12 10 9 / 0.5);
}

.focus\:border-x-stone-950\/60:focus {
  border-left-color: rgb(12 10 9 / 0.6);
  border-right-color: rgb(12 10 9 / 0.6);
}

.focus\:border-x-stone-950\/70:focus {
  border-left-color: rgb(12 10 9 / 0.7);
  border-right-color: rgb(12 10 9 / 0.7);
}

.focus\:border-x-stone-950\/75:focus {
  border-left-color: rgb(12 10 9 / 0.75);
  border-right-color: rgb(12 10 9 / 0.75);
}

.focus\:border-x-stone-950\/80:focus {
  border-left-color: rgb(12 10 9 / 0.8);
  border-right-color: rgb(12 10 9 / 0.8);
}

.focus\:border-x-stone-950\/90:focus {
  border-left-color: rgb(12 10 9 / 0.9);
  border-right-color: rgb(12 10 9 / 0.9);
}

.focus\:border-x-stone-950\/95:focus {
  border-left-color: rgb(12 10 9 / 0.95);
  border-right-color: rgb(12 10 9 / 0.95);
}

.focus\:border-x-teal-100:focus {
  --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));
}

.focus\:border-x-teal-100\/0:focus {
  border-left-color: rgb(204 251 241 / 0);
  border-right-color: rgb(204 251 241 / 0);
}

.focus\:border-x-teal-100\/10:focus {
  border-left-color: rgb(204 251 241 / 0.1);
  border-right-color: rgb(204 251 241 / 0.1);
}

.focus\:border-x-teal-100\/100:focus {
  border-left-color: rgb(204 251 241 / 1);
  border-right-color: rgb(204 251 241 / 1);
}

.focus\:border-x-teal-100\/20:focus {
  border-left-color: rgb(204 251 241 / 0.2);
  border-right-color: rgb(204 251 241 / 0.2);
}

.focus\:border-x-teal-100\/25:focus {
  border-left-color: rgb(204 251 241 / 0.25);
  border-right-color: rgb(204 251 241 / 0.25);
}

.focus\:border-x-teal-100\/30:focus {
  border-left-color: rgb(204 251 241 / 0.3);
  border-right-color: rgb(204 251 241 / 0.3);
}

.focus\:border-x-teal-100\/40:focus {
  border-left-color: rgb(204 251 241 / 0.4);
  border-right-color: rgb(204 251 241 / 0.4);
}

.focus\:border-x-teal-100\/5:focus {
  border-left-color: rgb(204 251 241 / 0.05);
  border-right-color: rgb(204 251 241 / 0.05);
}

.focus\:border-x-teal-100\/50:focus {
  border-left-color: rgb(204 251 241 / 0.5);
  border-right-color: rgb(204 251 241 / 0.5);
}

.focus\:border-x-teal-100\/60:focus {
  border-left-color: rgb(204 251 241 / 0.6);
  border-right-color: rgb(204 251 241 / 0.6);
}

.focus\:border-x-teal-100\/70:focus {
  border-left-color: rgb(204 251 241 / 0.7);
  border-right-color: rgb(204 251 241 / 0.7);
}

.focus\:border-x-teal-100\/75:focus {
  border-left-color: rgb(204 251 241 / 0.75);
  border-right-color: rgb(204 251 241 / 0.75);
}

.focus\:border-x-teal-100\/80:focus {
  border-left-color: rgb(204 251 241 / 0.8);
  border-right-color: rgb(204 251 241 / 0.8);
}

.focus\:border-x-teal-100\/90:focus {
  border-left-color: rgb(204 251 241 / 0.9);
  border-right-color: rgb(204 251 241 / 0.9);
}

.focus\:border-x-teal-100\/95:focus {
  border-left-color: rgb(204 251 241 / 0.95);
  border-right-color: rgb(204 251 241 / 0.95);
}

.focus\:border-x-teal-200:focus {
  --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));
}

.focus\:border-x-teal-200\/0:focus {
  border-left-color: rgb(153 246 228 / 0);
  border-right-color: rgb(153 246 228 / 0);
}

.focus\:border-x-teal-200\/10:focus {
  border-left-color: rgb(153 246 228 / 0.1);
  border-right-color: rgb(153 246 228 / 0.1);
}

.focus\:border-x-teal-200\/100:focus {
  border-left-color: rgb(153 246 228 / 1);
  border-right-color: rgb(153 246 228 / 1);
}

.focus\:border-x-teal-200\/20:focus {
  border-left-color: rgb(153 246 228 / 0.2);
  border-right-color: rgb(153 246 228 / 0.2);
}

.focus\:border-x-teal-200\/25:focus {
  border-left-color: rgb(153 246 228 / 0.25);
  border-right-color: rgb(153 246 228 / 0.25);
}

.focus\:border-x-teal-200\/30:focus {
  border-left-color: rgb(153 246 228 / 0.3);
  border-right-color: rgb(153 246 228 / 0.3);
}

.focus\:border-x-teal-200\/40:focus {
  border-left-color: rgb(153 246 228 / 0.4);
  border-right-color: rgb(153 246 228 / 0.4);
}

.focus\:border-x-teal-200\/5:focus {
  border-left-color: rgb(153 246 228 / 0.05);
  border-right-color: rgb(153 246 228 / 0.05);
}

.focus\:border-x-teal-200\/50:focus {
  border-left-color: rgb(153 246 228 / 0.5);
  border-right-color: rgb(153 246 228 / 0.5);
}

.focus\:border-x-teal-200\/60:focus {
  border-left-color: rgb(153 246 228 / 0.6);
  border-right-color: rgb(153 246 228 / 0.6);
}

.focus\:border-x-teal-200\/70:focus {
  border-left-color: rgb(153 246 228 / 0.7);
  border-right-color: rgb(153 246 228 / 0.7);
}

.focus\:border-x-teal-200\/75:focus {
  border-left-color: rgb(153 246 228 / 0.75);
  border-right-color: rgb(153 246 228 / 0.75);
}

.focus\:border-x-teal-200\/80:focus {
  border-left-color: rgb(153 246 228 / 0.8);
  border-right-color: rgb(153 246 228 / 0.8);
}

.focus\:border-x-teal-200\/90:focus {
  border-left-color: rgb(153 246 228 / 0.9);
  border-right-color: rgb(153 246 228 / 0.9);
}

.focus\:border-x-teal-200\/95:focus {
  border-left-color: rgb(153 246 228 / 0.95);
  border-right-color: rgb(153 246 228 / 0.95);
}

.focus\:border-x-teal-300:focus {
  --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));
}

.focus\:border-x-teal-300\/0:focus {
  border-left-color: rgb(94 234 212 / 0);
  border-right-color: rgb(94 234 212 / 0);
}

.focus\:border-x-teal-300\/10:focus {
  border-left-color: rgb(94 234 212 / 0.1);
  border-right-color: rgb(94 234 212 / 0.1);
}

.focus\:border-x-teal-300\/100:focus {
  border-left-color: rgb(94 234 212 / 1);
  border-right-color: rgb(94 234 212 / 1);
}

.focus\:border-x-teal-300\/20:focus {
  border-left-color: rgb(94 234 212 / 0.2);
  border-right-color: rgb(94 234 212 / 0.2);
}

.focus\:border-x-teal-300\/25:focus {
  border-left-color: rgb(94 234 212 / 0.25);
  border-right-color: rgb(94 234 212 / 0.25);
}

.focus\:border-x-teal-300\/30:focus {
  border-left-color: rgb(94 234 212 / 0.3);
  border-right-color: rgb(94 234 212 / 0.3);
}

.focus\:border-x-teal-300\/40:focus {
  border-left-color: rgb(94 234 212 / 0.4);
  border-right-color: rgb(94 234 212 / 0.4);
}

.focus\:border-x-teal-300\/5:focus {
  border-left-color: rgb(94 234 212 / 0.05);
  border-right-color: rgb(94 234 212 / 0.05);
}

.focus\:border-x-teal-300\/50:focus {
  border-left-color: rgb(94 234 212 / 0.5);
  border-right-color: rgb(94 234 212 / 0.5);
}

.focus\:border-x-teal-300\/60:focus {
  border-left-color: rgb(94 234 212 / 0.6);
  border-right-color: rgb(94 234 212 / 0.6);
}

.focus\:border-x-teal-300\/70:focus {
  border-left-color: rgb(94 234 212 / 0.7);
  border-right-color: rgb(94 234 212 / 0.7);
}

.focus\:border-x-teal-300\/75:focus {
  border-left-color: rgb(94 234 212 / 0.75);
  border-right-color: rgb(94 234 212 / 0.75);
}

.focus\:border-x-teal-300\/80:focus {
  border-left-color: rgb(94 234 212 / 0.8);
  border-right-color: rgb(94 234 212 / 0.8);
}

.focus\:border-x-teal-300\/90:focus {
  border-left-color: rgb(94 234 212 / 0.9);
  border-right-color: rgb(94 234 212 / 0.9);
}

.focus\:border-x-teal-300\/95:focus {
  border-left-color: rgb(94 234 212 / 0.95);
  border-right-color: rgb(94 234 212 / 0.95);
}

.focus\:border-x-teal-400:focus {
  --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));
}

.focus\:border-x-teal-400\/0:focus {
  border-left-color: rgb(45 212 191 / 0);
  border-right-color: rgb(45 212 191 / 0);
}

.focus\:border-x-teal-400\/10:focus {
  border-left-color: rgb(45 212 191 / 0.1);
  border-right-color: rgb(45 212 191 / 0.1);
}

.focus\:border-x-teal-400\/100:focus {
  border-left-color: rgb(45 212 191 / 1);
  border-right-color: rgb(45 212 191 / 1);
}

.focus\:border-x-teal-400\/20:focus {
  border-left-color: rgb(45 212 191 / 0.2);
  border-right-color: rgb(45 212 191 / 0.2);
}

.focus\:border-x-teal-400\/25:focus {
  border-left-color: rgb(45 212 191 / 0.25);
  border-right-color: rgb(45 212 191 / 0.25);
}

.focus\:border-x-teal-400\/30:focus {
  border-left-color: rgb(45 212 191 / 0.3);
  border-right-color: rgb(45 212 191 / 0.3);
}

.focus\:border-x-teal-400\/40:focus {
  border-left-color: rgb(45 212 191 / 0.4);
  border-right-color: rgb(45 212 191 / 0.4);
}

.focus\:border-x-teal-400\/5:focus {
  border-left-color: rgb(45 212 191 / 0.05);
  border-right-color: rgb(45 212 191 / 0.05);
}

.focus\:border-x-teal-400\/50:focus {
  border-left-color: rgb(45 212 191 / 0.5);
  border-right-color: rgb(45 212 191 / 0.5);
}

.focus\:border-x-teal-400\/60:focus {
  border-left-color: rgb(45 212 191 / 0.6);
  border-right-color: rgb(45 212 191 / 0.6);
}

.focus\:border-x-teal-400\/70:focus {
  border-left-color: rgb(45 212 191 / 0.7);
  border-right-color: rgb(45 212 191 / 0.7);
}

.focus\:border-x-teal-400\/75:focus {
  border-left-color: rgb(45 212 191 / 0.75);
  border-right-color: rgb(45 212 191 / 0.75);
}

.focus\:border-x-teal-400\/80:focus {
  border-left-color: rgb(45 212 191 / 0.8);
  border-right-color: rgb(45 212 191 / 0.8);
}

.focus\:border-x-teal-400\/90:focus {
  border-left-color: rgb(45 212 191 / 0.9);
  border-right-color: rgb(45 212 191 / 0.9);
}

.focus\:border-x-teal-400\/95:focus {
  border-left-color: rgb(45 212 191 / 0.95);
  border-right-color: rgb(45 212 191 / 0.95);
}

.focus\:border-x-teal-50:focus {
  --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));
}

.focus\:border-x-teal-50\/0:focus {
  border-left-color: rgb(240 253 250 / 0);
  border-right-color: rgb(240 253 250 / 0);
}

.focus\:border-x-teal-50\/10:focus {
  border-left-color: rgb(240 253 250 / 0.1);
  border-right-color: rgb(240 253 250 / 0.1);
}

.focus\:border-x-teal-50\/100:focus {
  border-left-color: rgb(240 253 250 / 1);
  border-right-color: rgb(240 253 250 / 1);
}

.focus\:border-x-teal-50\/20:focus {
  border-left-color: rgb(240 253 250 / 0.2);
  border-right-color: rgb(240 253 250 / 0.2);
}

.focus\:border-x-teal-50\/25:focus {
  border-left-color: rgb(240 253 250 / 0.25);
  border-right-color: rgb(240 253 250 / 0.25);
}

.focus\:border-x-teal-50\/30:focus {
  border-left-color: rgb(240 253 250 / 0.3);
  border-right-color: rgb(240 253 250 / 0.3);
}

.focus\:border-x-teal-50\/40:focus {
  border-left-color: rgb(240 253 250 / 0.4);
  border-right-color: rgb(240 253 250 / 0.4);
}

.focus\:border-x-teal-50\/5:focus {
  border-left-color: rgb(240 253 250 / 0.05);
  border-right-color: rgb(240 253 250 / 0.05);
}

.focus\:border-x-teal-50\/50:focus {
  border-left-color: rgb(240 253 250 / 0.5);
  border-right-color: rgb(240 253 250 / 0.5);
}

.focus\:border-x-teal-50\/60:focus {
  border-left-color: rgb(240 253 250 / 0.6);
  border-right-color: rgb(240 253 250 / 0.6);
}

.focus\:border-x-teal-50\/70:focus {
  border-left-color: rgb(240 253 250 / 0.7);
  border-right-color: rgb(240 253 250 / 0.7);
}

.focus\:border-x-teal-50\/75:focus {
  border-left-color: rgb(240 253 250 / 0.75);
  border-right-color: rgb(240 253 250 / 0.75);
}

.focus\:border-x-teal-50\/80:focus {
  border-left-color: rgb(240 253 250 / 0.8);
  border-right-color: rgb(240 253 250 / 0.8);
}

.focus\:border-x-teal-50\/90:focus {
  border-left-color: rgb(240 253 250 / 0.9);
  border-right-color: rgb(240 253 250 / 0.9);
}

.focus\:border-x-teal-50\/95:focus {
  border-left-color: rgb(240 253 250 / 0.95);
  border-right-color: rgb(240 253 250 / 0.95);
}

.focus\:border-x-teal-500:focus {
  --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));
}

.focus\:border-x-teal-500\/0:focus {
  border-left-color: rgb(20 184 166 / 0);
  border-right-color: rgb(20 184 166 / 0);
}

.focus\:border-x-teal-500\/10:focus {
  border-left-color: rgb(20 184 166 / 0.1);
  border-right-color: rgb(20 184 166 / 0.1);
}

.focus\:border-x-teal-500\/100:focus {
  border-left-color: rgb(20 184 166 / 1);
  border-right-color: rgb(20 184 166 / 1);
}

.focus\:border-x-teal-500\/20:focus {
  border-left-color: rgb(20 184 166 / 0.2);
  border-right-color: rgb(20 184 166 / 0.2);
}

.focus\:border-x-teal-500\/25:focus {
  border-left-color: rgb(20 184 166 / 0.25);
  border-right-color: rgb(20 184 166 / 0.25);
}

.focus\:border-x-teal-500\/30:focus {
  border-left-color: rgb(20 184 166 / 0.3);
  border-right-color: rgb(20 184 166 / 0.3);
}

.focus\:border-x-teal-500\/40:focus {
  border-left-color: rgb(20 184 166 / 0.4);
  border-right-color: rgb(20 184 166 / 0.4);
}

.focus\:border-x-teal-500\/5:focus {
  border-left-color: rgb(20 184 166 / 0.05);
  border-right-color: rgb(20 184 166 / 0.05);
}

.focus\:border-x-teal-500\/50:focus {
  border-left-color: rgb(20 184 166 / 0.5);
  border-right-color: rgb(20 184 166 / 0.5);
}

.focus\:border-x-teal-500\/60:focus {
  border-left-color: rgb(20 184 166 / 0.6);
  border-right-color: rgb(20 184 166 / 0.6);
}

.focus\:border-x-teal-500\/70:focus {
  border-left-color: rgb(20 184 166 / 0.7);
  border-right-color: rgb(20 184 166 / 0.7);
}

.focus\:border-x-teal-500\/75:focus {
  border-left-color: rgb(20 184 166 / 0.75);
  border-right-color: rgb(20 184 166 / 0.75);
}

.focus\:border-x-teal-500\/80:focus {
  border-left-color: rgb(20 184 166 / 0.8);
  border-right-color: rgb(20 184 166 / 0.8);
}

.focus\:border-x-teal-500\/90:focus {
  border-left-color: rgb(20 184 166 / 0.9);
  border-right-color: rgb(20 184 166 / 0.9);
}

.focus\:border-x-teal-500\/95:focus {
  border-left-color: rgb(20 184 166 / 0.95);
  border-right-color: rgb(20 184 166 / 0.95);
}

.focus\:border-x-teal-600:focus {
  --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));
}

.focus\:border-x-teal-600\/0:focus {
  border-left-color: rgb(13 148 136 / 0);
  border-right-color: rgb(13 148 136 / 0);
}

.focus\:border-x-teal-600\/10:focus {
  border-left-color: rgb(13 148 136 / 0.1);
  border-right-color: rgb(13 148 136 / 0.1);
}

.focus\:border-x-teal-600\/100:focus {
  border-left-color: rgb(13 148 136 / 1);
  border-right-color: rgb(13 148 136 / 1);
}

.focus\:border-x-teal-600\/20:focus {
  border-left-color: rgb(13 148 136 / 0.2);
  border-right-color: rgb(13 148 136 / 0.2);
}

.focus\:border-x-teal-600\/25:focus {
  border-left-color: rgb(13 148 136 / 0.25);
  border-right-color: rgb(13 148 136 / 0.25);
}

.focus\:border-x-teal-600\/30:focus {
  border-left-color: rgb(13 148 136 / 0.3);
  border-right-color: rgb(13 148 136 / 0.3);
}

.focus\:border-x-teal-600\/40:focus {
  border-left-color: rgb(13 148 136 / 0.4);
  border-right-color: rgb(13 148 136 / 0.4);
}

.focus\:border-x-teal-600\/5:focus {
  border-left-color: rgb(13 148 136 / 0.05);
  border-right-color: rgb(13 148 136 / 0.05);
}

.focus\:border-x-teal-600\/50:focus {
  border-left-color: rgb(13 148 136 / 0.5);
  border-right-color: rgb(13 148 136 / 0.5);
}

.focus\:border-x-teal-600\/60:focus {
  border-left-color: rgb(13 148 136 / 0.6);
  border-right-color: rgb(13 148 136 / 0.6);
}

.focus\:border-x-teal-600\/70:focus {
  border-left-color: rgb(13 148 136 / 0.7);
  border-right-color: rgb(13 148 136 / 0.7);
}

.focus\:border-x-teal-600\/75:focus {
  border-left-color: rgb(13 148 136 / 0.75);
  border-right-color: rgb(13 148 136 / 0.75);
}

.focus\:border-x-teal-600\/80:focus {
  border-left-color: rgb(13 148 136 / 0.8);
  border-right-color: rgb(13 148 136 / 0.8);
}

.focus\:border-x-teal-600\/90:focus {
  border-left-color: rgb(13 148 136 / 0.9);
  border-right-color: rgb(13 148 136 / 0.9);
}

.focus\:border-x-teal-600\/95:focus {
  border-left-color: rgb(13 148 136 / 0.95);
  border-right-color: rgb(13 148 136 / 0.95);
}

.focus\:border-x-teal-700:focus {
  --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));
}

.focus\:border-x-teal-700\/0:focus {
  border-left-color: rgb(15 118 110 / 0);
  border-right-color: rgb(15 118 110 / 0);
}

.focus\:border-x-teal-700\/10:focus {
  border-left-color: rgb(15 118 110 / 0.1);
  border-right-color: rgb(15 118 110 / 0.1);
}

.focus\:border-x-teal-700\/100:focus {
  border-left-color: rgb(15 118 110 / 1);
  border-right-color: rgb(15 118 110 / 1);
}

.focus\:border-x-teal-700\/20:focus {
  border-left-color: rgb(15 118 110 / 0.2);
  border-right-color: rgb(15 118 110 / 0.2);
}

.focus\:border-x-teal-700\/25:focus {
  border-left-color: rgb(15 118 110 / 0.25);
  border-right-color: rgb(15 118 110 / 0.25);
}

.focus\:border-x-teal-700\/30:focus {
  border-left-color: rgb(15 118 110 / 0.3);
  border-right-color: rgb(15 118 110 / 0.3);
}

.focus\:border-x-teal-700\/40:focus {
  border-left-color: rgb(15 118 110 / 0.4);
  border-right-color: rgb(15 118 110 / 0.4);
}

.focus\:border-x-teal-700\/5:focus {
  border-left-color: rgb(15 118 110 / 0.05);
  border-right-color: rgb(15 118 110 / 0.05);
}

.focus\:border-x-teal-700\/50:focus {
  border-left-color: rgb(15 118 110 / 0.5);
  border-right-color: rgb(15 118 110 / 0.5);
}

.focus\:border-x-teal-700\/60:focus {
  border-left-color: rgb(15 118 110 / 0.6);
  border-right-color: rgb(15 118 110 / 0.6);
}

.focus\:border-x-teal-700\/70:focus {
  border-left-color: rgb(15 118 110 / 0.7);
  border-right-color: rgb(15 118 110 / 0.7);
}

.focus\:border-x-teal-700\/75:focus {
  border-left-color: rgb(15 118 110 / 0.75);
  border-right-color: rgb(15 118 110 / 0.75);
}

.focus\:border-x-teal-700\/80:focus {
  border-left-color: rgb(15 118 110 / 0.8);
  border-right-color: rgb(15 118 110 / 0.8);
}

.focus\:border-x-teal-700\/90:focus {
  border-left-color: rgb(15 118 110 / 0.9);
  border-right-color: rgb(15 118 110 / 0.9);
}

.focus\:border-x-teal-700\/95:focus {
  border-left-color: rgb(15 118 110 / 0.95);
  border-right-color: rgb(15 118 110 / 0.95);
}

.focus\:border-x-teal-800:focus {
  --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));
}

.focus\:border-x-teal-800\/0:focus {
  border-left-color: rgb(17 94 89 / 0);
  border-right-color: rgb(17 94 89 / 0);
}

.focus\:border-x-teal-800\/10:focus {
  border-left-color: rgb(17 94 89 / 0.1);
  border-right-color: rgb(17 94 89 / 0.1);
}

.focus\:border-x-teal-800\/100:focus {
  border-left-color: rgb(17 94 89 / 1);
  border-right-color: rgb(17 94 89 / 1);
}

.focus\:border-x-teal-800\/20:focus {
  border-left-color: rgb(17 94 89 / 0.2);
  border-right-color: rgb(17 94 89 / 0.2);
}

.focus\:border-x-teal-800\/25:focus {
  border-left-color: rgb(17 94 89 / 0.25);
  border-right-color: rgb(17 94 89 / 0.25);
}

.focus\:border-x-teal-800\/30:focus {
  border-left-color: rgb(17 94 89 / 0.3);
  border-right-color: rgb(17 94 89 / 0.3);
}

.focus\:border-x-teal-800\/40:focus {
  border-left-color: rgb(17 94 89 / 0.4);
  border-right-color: rgb(17 94 89 / 0.4);
}

.focus\:border-x-teal-800\/5:focus {
  border-left-color: rgb(17 94 89 / 0.05);
  border-right-color: rgb(17 94 89 / 0.05);
}

.focus\:border-x-teal-800\/50:focus {
  border-left-color: rgb(17 94 89 / 0.5);
  border-right-color: rgb(17 94 89 / 0.5);
}

.focus\:border-x-teal-800\/60:focus {
  border-left-color: rgb(17 94 89 / 0.6);
  border-right-color: rgb(17 94 89 / 0.6);
}

.focus\:border-x-teal-800\/70:focus {
  border-left-color: rgb(17 94 89 / 0.7);
  border-right-color: rgb(17 94 89 / 0.7);
}

.focus\:border-x-teal-800\/75:focus {
  border-left-color: rgb(17 94 89 / 0.75);
  border-right-color: rgb(17 94 89 / 0.75);
}

.focus\:border-x-teal-800\/80:focus {
  border-left-color: rgb(17 94 89 / 0.8);
  border-right-color: rgb(17 94 89 / 0.8);
}

.focus\:border-x-teal-800\/90:focus {
  border-left-color: rgb(17 94 89 / 0.9);
  border-right-color: rgb(17 94 89 / 0.9);
}

.focus\:border-x-teal-800\/95:focus {
  border-left-color: rgb(17 94 89 / 0.95);
  border-right-color: rgb(17 94 89 / 0.95);
}

.focus\:border-x-teal-900:focus {
  --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));
}

.focus\:border-x-teal-900\/0:focus {
  border-left-color: rgb(19 78 74 / 0);
  border-right-color: rgb(19 78 74 / 0);
}

.focus\:border-x-teal-900\/10:focus {
  border-left-color: rgb(19 78 74 / 0.1);
  border-right-color: rgb(19 78 74 / 0.1);
}

.focus\:border-x-teal-900\/100:focus {
  border-left-color: rgb(19 78 74 / 1);
  border-right-color: rgb(19 78 74 / 1);
}

.focus\:border-x-teal-900\/20:focus {
  border-left-color: rgb(19 78 74 / 0.2);
  border-right-color: rgb(19 78 74 / 0.2);
}

.focus\:border-x-teal-900\/25:focus {
  border-left-color: rgb(19 78 74 / 0.25);
  border-right-color: rgb(19 78 74 / 0.25);
}

.focus\:border-x-teal-900\/30:focus {
  border-left-color: rgb(19 78 74 / 0.3);
  border-right-color: rgb(19 78 74 / 0.3);
}

.focus\:border-x-teal-900\/40:focus {
  border-left-color: rgb(19 78 74 / 0.4);
  border-right-color: rgb(19 78 74 / 0.4);
}

.focus\:border-x-teal-900\/5:focus {
  border-left-color: rgb(19 78 74 / 0.05);
  border-right-color: rgb(19 78 74 / 0.05);
}

.focus\:border-x-teal-900\/50:focus {
  border-left-color: rgb(19 78 74 / 0.5);
  border-right-color: rgb(19 78 74 / 0.5);
}

.focus\:border-x-teal-900\/60:focus {
  border-left-color: rgb(19 78 74 / 0.6);
  border-right-color: rgb(19 78 74 / 0.6);
}

.focus\:border-x-teal-900\/70:focus {
  border-left-color: rgb(19 78 74 / 0.7);
  border-right-color: rgb(19 78 74 / 0.7);
}

.focus\:border-x-teal-900\/75:focus {
  border-left-color: rgb(19 78 74 / 0.75);
  border-right-color: rgb(19 78 74 / 0.75);
}

.focus\:border-x-teal-900\/80:focus {
  border-left-color: rgb(19 78 74 / 0.8);
  border-right-color: rgb(19 78 74 / 0.8);
}

.focus\:border-x-teal-900\/90:focus {
  border-left-color: rgb(19 78 74 / 0.9);
  border-right-color: rgb(19 78 74 / 0.9);
}

.focus\:border-x-teal-900\/95:focus {
  border-left-color: rgb(19 78 74 / 0.95);
  border-right-color: rgb(19 78 74 / 0.95);
}

.focus\:border-x-teal-950:focus {
  --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));
}

.focus\:border-x-teal-950\/0:focus {
  border-left-color: rgb(4 47 46 / 0);
  border-right-color: rgb(4 47 46 / 0);
}

.focus\:border-x-teal-950\/10:focus {
  border-left-color: rgb(4 47 46 / 0.1);
  border-right-color: rgb(4 47 46 / 0.1);
}

.focus\:border-x-teal-950\/100:focus {
  border-left-color: rgb(4 47 46 / 1);
  border-right-color: rgb(4 47 46 / 1);
}

.focus\:border-x-teal-950\/20:focus {
  border-left-color: rgb(4 47 46 / 0.2);
  border-right-color: rgb(4 47 46 / 0.2);
}

.focus\:border-x-teal-950\/25:focus {
  border-left-color: rgb(4 47 46 / 0.25);
  border-right-color: rgb(4 47 46 / 0.25);
}

.focus\:border-x-teal-950\/30:focus {
  border-left-color: rgb(4 47 46 / 0.3);
  border-right-color: rgb(4 47 46 / 0.3);
}

.focus\:border-x-teal-950\/40:focus {
  border-left-color: rgb(4 47 46 / 0.4);
  border-right-color: rgb(4 47 46 / 0.4);
}

.focus\:border-x-teal-950\/5:focus {
  border-left-color: rgb(4 47 46 / 0.05);
  border-right-color: rgb(4 47 46 / 0.05);
}

.focus\:border-x-teal-950\/50:focus {
  border-left-color: rgb(4 47 46 / 0.5);
  border-right-color: rgb(4 47 46 / 0.5);
}

.focus\:border-x-teal-950\/60:focus {
  border-left-color: rgb(4 47 46 / 0.6);
  border-right-color: rgb(4 47 46 / 0.6);
}

.focus\:border-x-teal-950\/70:focus {
  border-left-color: rgb(4 47 46 / 0.7);
  border-right-color: rgb(4 47 46 / 0.7);
}

.focus\:border-x-teal-950\/75:focus {
  border-left-color: rgb(4 47 46 / 0.75);
  border-right-color: rgb(4 47 46 / 0.75);
}

.focus\:border-x-teal-950\/80:focus {
  border-left-color: rgb(4 47 46 / 0.8);
  border-right-color: rgb(4 47 46 / 0.8);
}

.focus\:border-x-teal-950\/90:focus {
  border-left-color: rgb(4 47 46 / 0.9);
  border-right-color: rgb(4 47 46 / 0.9);
}

.focus\:border-x-teal-950\/95:focus {
  border-left-color: rgb(4 47 46 / 0.95);
  border-right-color: rgb(4 47 46 / 0.95);
}

.focus\:border-x-transparent:focus {
  border-left-color: transparent;
  border-right-color: transparent;
}

.focus\:border-x-transparent\/0:focus {
  border-left-color: rgb(0 0 0 / 0);
  border-right-color: rgb(0 0 0 / 0);
}

.focus\:border-x-transparent\/10:focus {
  border-left-color: rgb(0 0 0 / 0.1);
  border-right-color: rgb(0 0 0 / 0.1);
}

.focus\:border-x-transparent\/100:focus {
  border-left-color: rgb(0 0 0 / 1);
  border-right-color: rgb(0 0 0 / 1);
}

.focus\:border-x-transparent\/20:focus {
  border-left-color: rgb(0 0 0 / 0.2);
  border-right-color: rgb(0 0 0 / 0.2);
}

.focus\:border-x-transparent\/25:focus {
  border-left-color: rgb(0 0 0 / 0.25);
  border-right-color: rgb(0 0 0 / 0.25);
}

.focus\:border-x-transparent\/30:focus {
  border-left-color: rgb(0 0 0 / 0.3);
  border-right-color: rgb(0 0 0 / 0.3);
}

.focus\:border-x-transparent\/40:focus {
  border-left-color: rgb(0 0 0 / 0.4);
  border-right-color: rgb(0 0 0 / 0.4);
}

.focus\:border-x-transparent\/5:focus {
  border-left-color: rgb(0 0 0 / 0.05);
  border-right-color: rgb(0 0 0 / 0.05);
}

.focus\:border-x-transparent\/50:focus {
  border-left-color: rgb(0 0 0 / 0.5);
  border-right-color: rgb(0 0 0 / 0.5);
}

.focus\:border-x-transparent\/60:focus {
  border-left-color: rgb(0 0 0 / 0.6);
  border-right-color: rgb(0 0 0 / 0.6);
}

.focus\:border-x-transparent\/70:focus {
  border-left-color: rgb(0 0 0 / 0.7);
  border-right-color: rgb(0 0 0 / 0.7);
}

.focus\:border-x-transparent\/75:focus {
  border-left-color: rgb(0 0 0 / 0.75);
  border-right-color: rgb(0 0 0 / 0.75);
}

.focus\:border-x-transparent\/80:focus {
  border-left-color: rgb(0 0 0 / 0.8);
  border-right-color: rgb(0 0 0 / 0.8);
}

.focus\:border-x-transparent\/90:focus {
  border-left-color: rgb(0 0 0 / 0.9);
  border-right-color: rgb(0 0 0 / 0.9);
}

.focus\:border-x-transparent\/95:focus {
  border-left-color: rgb(0 0 0 / 0.95);
  border-right-color: rgb(0 0 0 / 0.95);
}

.focus\:border-x-tykhe-digital:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(239 156 131 / var(--tw-border-opacity));
  border-right-color: rgb(239 156 131 / var(--tw-border-opacity));
}

.focus\:border-x-tykhe-digital-alt:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 239 224 / var(--tw-border-opacity));
  border-right-color: rgb(245 239 224 / var(--tw-border-opacity));
}

.focus\:border-x-tykhe-digital-alt\/0:focus {
  border-left-color: rgb(245 239 224 / 0);
  border-right-color: rgb(245 239 224 / 0);
}

.focus\:border-x-tykhe-digital-alt\/10:focus {
  border-left-color: rgb(245 239 224 / 0.1);
  border-right-color: rgb(245 239 224 / 0.1);
}

.focus\:border-x-tykhe-digital-alt\/100:focus {
  border-left-color: rgb(245 239 224 / 1);
  border-right-color: rgb(245 239 224 / 1);
}

.focus\:border-x-tykhe-digital-alt\/20:focus {
  border-left-color: rgb(245 239 224 / 0.2);
  border-right-color: rgb(245 239 224 / 0.2);
}

.focus\:border-x-tykhe-digital-alt\/25:focus {
  border-left-color: rgb(245 239 224 / 0.25);
  border-right-color: rgb(245 239 224 / 0.25);
}

.focus\:border-x-tykhe-digital-alt\/30:focus {
  border-left-color: rgb(245 239 224 / 0.3);
  border-right-color: rgb(245 239 224 / 0.3);
}

.focus\:border-x-tykhe-digital-alt\/40:focus {
  border-left-color: rgb(245 239 224 / 0.4);
  border-right-color: rgb(245 239 224 / 0.4);
}

.focus\:border-x-tykhe-digital-alt\/5:focus {
  border-left-color: rgb(245 239 224 / 0.05);
  border-right-color: rgb(245 239 224 / 0.05);
}

.focus\:border-x-tykhe-digital-alt\/50:focus {
  border-left-color: rgb(245 239 224 / 0.5);
  border-right-color: rgb(245 239 224 / 0.5);
}

.focus\:border-x-tykhe-digital-alt\/60:focus {
  border-left-color: rgb(245 239 224 / 0.6);
  border-right-color: rgb(245 239 224 / 0.6);
}

.focus\:border-x-tykhe-digital-alt\/70:focus {
  border-left-color: rgb(245 239 224 / 0.7);
  border-right-color: rgb(245 239 224 / 0.7);
}

.focus\:border-x-tykhe-digital-alt\/75:focus {
  border-left-color: rgb(245 239 224 / 0.75);
  border-right-color: rgb(245 239 224 / 0.75);
}

.focus\:border-x-tykhe-digital-alt\/80:focus {
  border-left-color: rgb(245 239 224 / 0.8);
  border-right-color: rgb(245 239 224 / 0.8);
}

.focus\:border-x-tykhe-digital-alt\/90:focus {
  border-left-color: rgb(245 239 224 / 0.9);
  border-right-color: rgb(245 239 224 / 0.9);
}

.focus\:border-x-tykhe-digital-alt\/95:focus {
  border-left-color: rgb(245 239 224 / 0.95);
  border-right-color: rgb(245 239 224 / 0.95);
}

.focus\:border-x-tykhe-digital-alt2:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 58 111 / var(--tw-border-opacity));
  border-right-color: rgb(255 58 111 / var(--tw-border-opacity));
}

.focus\:border-x-tykhe-digital-alt2\/0:focus {
  border-left-color: rgb(255 58 111 / 0);
  border-right-color: rgb(255 58 111 / 0);
}

.focus\:border-x-tykhe-digital-alt2\/10:focus {
  border-left-color: rgb(255 58 111 / 0.1);
  border-right-color: rgb(255 58 111 / 0.1);
}

.focus\:border-x-tykhe-digital-alt2\/100:focus {
  border-left-color: rgb(255 58 111 / 1);
  border-right-color: rgb(255 58 111 / 1);
}

.focus\:border-x-tykhe-digital-alt2\/20:focus {
  border-left-color: rgb(255 58 111 / 0.2);
  border-right-color: rgb(255 58 111 / 0.2);
}

.focus\:border-x-tykhe-digital-alt2\/25:focus {
  border-left-color: rgb(255 58 111 / 0.25);
  border-right-color: rgb(255 58 111 / 0.25);
}

.focus\:border-x-tykhe-digital-alt2\/30:focus {
  border-left-color: rgb(255 58 111 / 0.3);
  border-right-color: rgb(255 58 111 / 0.3);
}

.focus\:border-x-tykhe-digital-alt2\/40:focus {
  border-left-color: rgb(255 58 111 / 0.4);
  border-right-color: rgb(255 58 111 / 0.4);
}

.focus\:border-x-tykhe-digital-alt2\/5:focus {
  border-left-color: rgb(255 58 111 / 0.05);
  border-right-color: rgb(255 58 111 / 0.05);
}

.focus\:border-x-tykhe-digital-alt2\/50:focus {
  border-left-color: rgb(255 58 111 / 0.5);
  border-right-color: rgb(255 58 111 / 0.5);
}

.focus\:border-x-tykhe-digital-alt2\/60:focus {
  border-left-color: rgb(255 58 111 / 0.6);
  border-right-color: rgb(255 58 111 / 0.6);
}

.focus\:border-x-tykhe-digital-alt2\/70:focus {
  border-left-color: rgb(255 58 111 / 0.7);
  border-right-color: rgb(255 58 111 / 0.7);
}

.focus\:border-x-tykhe-digital-alt2\/75:focus {
  border-left-color: rgb(255 58 111 / 0.75);
  border-right-color: rgb(255 58 111 / 0.75);
}

.focus\:border-x-tykhe-digital-alt2\/80:focus {
  border-left-color: rgb(255 58 111 / 0.8);
  border-right-color: rgb(255 58 111 / 0.8);
}

.focus\:border-x-tykhe-digital-alt2\/90:focus {
  border-left-color: rgb(255 58 111 / 0.9);
  border-right-color: rgb(255 58 111 / 0.9);
}

.focus\:border-x-tykhe-digital-alt2\/95:focus {
  border-left-color: rgb(255 58 111 / 0.95);
  border-right-color: rgb(255 58 111 / 0.95);
}

.focus\:border-x-tykhe-digital-alt3:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(131 214 239 / var(--tw-border-opacity));
  border-right-color: rgb(131 214 239 / var(--tw-border-opacity));
}

.focus\:border-x-tykhe-digital-alt3\/0:focus {
  border-left-color: rgb(131 214 239 / 0);
  border-right-color: rgb(131 214 239 / 0);
}

.focus\:border-x-tykhe-digital-alt3\/10:focus {
  border-left-color: rgb(131 214 239 / 0.1);
  border-right-color: rgb(131 214 239 / 0.1);
}

.focus\:border-x-tykhe-digital-alt3\/100:focus {
  border-left-color: rgb(131 214 239 / 1);
  border-right-color: rgb(131 214 239 / 1);
}

.focus\:border-x-tykhe-digital-alt3\/20:focus {
  border-left-color: rgb(131 214 239 / 0.2);
  border-right-color: rgb(131 214 239 / 0.2);
}

.focus\:border-x-tykhe-digital-alt3\/25:focus {
  border-left-color: rgb(131 214 239 / 0.25);
  border-right-color: rgb(131 214 239 / 0.25);
}

.focus\:border-x-tykhe-digital-alt3\/30:focus {
  border-left-color: rgb(131 214 239 / 0.3);
  border-right-color: rgb(131 214 239 / 0.3);
}

.focus\:border-x-tykhe-digital-alt3\/40:focus {
  border-left-color: rgb(131 214 239 / 0.4);
  border-right-color: rgb(131 214 239 / 0.4);
}

.focus\:border-x-tykhe-digital-alt3\/5:focus {
  border-left-color: rgb(131 214 239 / 0.05);
  border-right-color: rgb(131 214 239 / 0.05);
}

.focus\:border-x-tykhe-digital-alt3\/50:focus {
  border-left-color: rgb(131 214 239 / 0.5);
  border-right-color: rgb(131 214 239 / 0.5);
}

.focus\:border-x-tykhe-digital-alt3\/60:focus {
  border-left-color: rgb(131 214 239 / 0.6);
  border-right-color: rgb(131 214 239 / 0.6);
}

.focus\:border-x-tykhe-digital-alt3\/70:focus {
  border-left-color: rgb(131 214 239 / 0.7);
  border-right-color: rgb(131 214 239 / 0.7);
}

.focus\:border-x-tykhe-digital-alt3\/75:focus {
  border-left-color: rgb(131 214 239 / 0.75);
  border-right-color: rgb(131 214 239 / 0.75);
}

.focus\:border-x-tykhe-digital-alt3\/80:focus {
  border-left-color: rgb(131 214 239 / 0.8);
  border-right-color: rgb(131 214 239 / 0.8);
}

.focus\:border-x-tykhe-digital-alt3\/90:focus {
  border-left-color: rgb(131 214 239 / 0.9);
  border-right-color: rgb(131 214 239 / 0.9);
}

.focus\:border-x-tykhe-digital-alt3\/95:focus {
  border-left-color: rgb(131 214 239 / 0.95);
  border-right-color: rgb(131 214 239 / 0.95);
}

.focus\:border-x-tykhe-digital\/0:focus {
  border-left-color: rgb(239 156 131 / 0);
  border-right-color: rgb(239 156 131 / 0);
}

.focus\:border-x-tykhe-digital\/10:focus {
  border-left-color: rgb(239 156 131 / 0.1);
  border-right-color: rgb(239 156 131 / 0.1);
}

.focus\:border-x-tykhe-digital\/100:focus {
  border-left-color: rgb(239 156 131 / 1);
  border-right-color: rgb(239 156 131 / 1);
}

.focus\:border-x-tykhe-digital\/20:focus {
  border-left-color: rgb(239 156 131 / 0.2);
  border-right-color: rgb(239 156 131 / 0.2);
}

.focus\:border-x-tykhe-digital\/25:focus {
  border-left-color: rgb(239 156 131 / 0.25);
  border-right-color: rgb(239 156 131 / 0.25);
}

.focus\:border-x-tykhe-digital\/30:focus {
  border-left-color: rgb(239 156 131 / 0.3);
  border-right-color: rgb(239 156 131 / 0.3);
}

.focus\:border-x-tykhe-digital\/40:focus {
  border-left-color: rgb(239 156 131 / 0.4);
  border-right-color: rgb(239 156 131 / 0.4);
}

.focus\:border-x-tykhe-digital\/5:focus {
  border-left-color: rgb(239 156 131 / 0.05);
  border-right-color: rgb(239 156 131 / 0.05);
}

.focus\:border-x-tykhe-digital\/50:focus {
  border-left-color: rgb(239 156 131 / 0.5);
  border-right-color: rgb(239 156 131 / 0.5);
}

.focus\:border-x-tykhe-digital\/60:focus {
  border-left-color: rgb(239 156 131 / 0.6);
  border-right-color: rgb(239 156 131 / 0.6);
}

.focus\:border-x-tykhe-digital\/70:focus {
  border-left-color: rgb(239 156 131 / 0.7);
  border-right-color: rgb(239 156 131 / 0.7);
}

.focus\:border-x-tykhe-digital\/75:focus {
  border-left-color: rgb(239 156 131 / 0.75);
  border-right-color: rgb(239 156 131 / 0.75);
}

.focus\:border-x-tykhe-digital\/80:focus {
  border-left-color: rgb(239 156 131 / 0.8);
  border-right-color: rgb(239 156 131 / 0.8);
}

.focus\:border-x-tykhe-digital\/90:focus {
  border-left-color: rgb(239 156 131 / 0.9);
  border-right-color: rgb(239 156 131 / 0.9);
}

.focus\:border-x-tykhe-digital\/95:focus {
  border-left-color: rgb(239 156 131 / 0.95);
  border-right-color: rgb(239 156 131 / 0.95);
}

.focus\:border-x-violet-100:focus {
  --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));
}

.focus\:border-x-violet-100\/0:focus {
  border-left-color: rgb(237 233 254 / 0);
  border-right-color: rgb(237 233 254 / 0);
}

.focus\:border-x-violet-100\/10:focus {
  border-left-color: rgb(237 233 254 / 0.1);
  border-right-color: rgb(237 233 254 / 0.1);
}

.focus\:border-x-violet-100\/100:focus {
  border-left-color: rgb(237 233 254 / 1);
  border-right-color: rgb(237 233 254 / 1);
}

.focus\:border-x-violet-100\/20:focus {
  border-left-color: rgb(237 233 254 / 0.2);
  border-right-color: rgb(237 233 254 / 0.2);
}

.focus\:border-x-violet-100\/25:focus {
  border-left-color: rgb(237 233 254 / 0.25);
  border-right-color: rgb(237 233 254 / 0.25);
}

.focus\:border-x-violet-100\/30:focus {
  border-left-color: rgb(237 233 254 / 0.3);
  border-right-color: rgb(237 233 254 / 0.3);
}

.focus\:border-x-violet-100\/40:focus {
  border-left-color: rgb(237 233 254 / 0.4);
  border-right-color: rgb(237 233 254 / 0.4);
}

.focus\:border-x-violet-100\/5:focus {
  border-left-color: rgb(237 233 254 / 0.05);
  border-right-color: rgb(237 233 254 / 0.05);
}

.focus\:border-x-violet-100\/50:focus {
  border-left-color: rgb(237 233 254 / 0.5);
  border-right-color: rgb(237 233 254 / 0.5);
}

.focus\:border-x-violet-100\/60:focus {
  border-left-color: rgb(237 233 254 / 0.6);
  border-right-color: rgb(237 233 254 / 0.6);
}

.focus\:border-x-violet-100\/70:focus {
  border-left-color: rgb(237 233 254 / 0.7);
  border-right-color: rgb(237 233 254 / 0.7);
}

.focus\:border-x-violet-100\/75:focus {
  border-left-color: rgb(237 233 254 / 0.75);
  border-right-color: rgb(237 233 254 / 0.75);
}

.focus\:border-x-violet-100\/80:focus {
  border-left-color: rgb(237 233 254 / 0.8);
  border-right-color: rgb(237 233 254 / 0.8);
}

.focus\:border-x-violet-100\/90:focus {
  border-left-color: rgb(237 233 254 / 0.9);
  border-right-color: rgb(237 233 254 / 0.9);
}

.focus\:border-x-violet-100\/95:focus {
  border-left-color: rgb(237 233 254 / 0.95);
  border-right-color: rgb(237 233 254 / 0.95);
}

.focus\:border-x-violet-200:focus {
  --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));
}

.focus\:border-x-violet-200\/0:focus {
  border-left-color: rgb(221 214 254 / 0);
  border-right-color: rgb(221 214 254 / 0);
}

.focus\:border-x-violet-200\/10:focus {
  border-left-color: rgb(221 214 254 / 0.1);
  border-right-color: rgb(221 214 254 / 0.1);
}

.focus\:border-x-violet-200\/100:focus {
  border-left-color: rgb(221 214 254 / 1);
  border-right-color: rgb(221 214 254 / 1);
}

.focus\:border-x-violet-200\/20:focus {
  border-left-color: rgb(221 214 254 / 0.2);
  border-right-color: rgb(221 214 254 / 0.2);
}

.focus\:border-x-violet-200\/25:focus {
  border-left-color: rgb(221 214 254 / 0.25);
  border-right-color: rgb(221 214 254 / 0.25);
}

.focus\:border-x-violet-200\/30:focus {
  border-left-color: rgb(221 214 254 / 0.3);
  border-right-color: rgb(221 214 254 / 0.3);
}

.focus\:border-x-violet-200\/40:focus {
  border-left-color: rgb(221 214 254 / 0.4);
  border-right-color: rgb(221 214 254 / 0.4);
}

.focus\:border-x-violet-200\/5:focus {
  border-left-color: rgb(221 214 254 / 0.05);
  border-right-color: rgb(221 214 254 / 0.05);
}

.focus\:border-x-violet-200\/50:focus {
  border-left-color: rgb(221 214 254 / 0.5);
  border-right-color: rgb(221 214 254 / 0.5);
}

.focus\:border-x-violet-200\/60:focus {
  border-left-color: rgb(221 214 254 / 0.6);
  border-right-color: rgb(221 214 254 / 0.6);
}

.focus\:border-x-violet-200\/70:focus {
  border-left-color: rgb(221 214 254 / 0.7);
  border-right-color: rgb(221 214 254 / 0.7);
}

.focus\:border-x-violet-200\/75:focus {
  border-left-color: rgb(221 214 254 / 0.75);
  border-right-color: rgb(221 214 254 / 0.75);
}

.focus\:border-x-violet-200\/80:focus {
  border-left-color: rgb(221 214 254 / 0.8);
  border-right-color: rgb(221 214 254 / 0.8);
}

.focus\:border-x-violet-200\/90:focus {
  border-left-color: rgb(221 214 254 / 0.9);
  border-right-color: rgb(221 214 254 / 0.9);
}

.focus\:border-x-violet-200\/95:focus {
  border-left-color: rgb(221 214 254 / 0.95);
  border-right-color: rgb(221 214 254 / 0.95);
}

.focus\:border-x-violet-300:focus {
  --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));
}

.focus\:border-x-violet-300\/0:focus {
  border-left-color: rgb(196 181 253 / 0);
  border-right-color: rgb(196 181 253 / 0);
}

.focus\:border-x-violet-300\/10:focus {
  border-left-color: rgb(196 181 253 / 0.1);
  border-right-color: rgb(196 181 253 / 0.1);
}

.focus\:border-x-violet-300\/100:focus {
  border-left-color: rgb(196 181 253 / 1);
  border-right-color: rgb(196 181 253 / 1);
}

.focus\:border-x-violet-300\/20:focus {
  border-left-color: rgb(196 181 253 / 0.2);
  border-right-color: rgb(196 181 253 / 0.2);
}

.focus\:border-x-violet-300\/25:focus {
  border-left-color: rgb(196 181 253 / 0.25);
  border-right-color: rgb(196 181 253 / 0.25);
}

.focus\:border-x-violet-300\/30:focus {
  border-left-color: rgb(196 181 253 / 0.3);
  border-right-color: rgb(196 181 253 / 0.3);
}

.focus\:border-x-violet-300\/40:focus {
  border-left-color: rgb(196 181 253 / 0.4);
  border-right-color: rgb(196 181 253 / 0.4);
}

.focus\:border-x-violet-300\/5:focus {
  border-left-color: rgb(196 181 253 / 0.05);
  border-right-color: rgb(196 181 253 / 0.05);
}

.focus\:border-x-violet-300\/50:focus {
  border-left-color: rgb(196 181 253 / 0.5);
  border-right-color: rgb(196 181 253 / 0.5);
}

.focus\:border-x-violet-300\/60:focus {
  border-left-color: rgb(196 181 253 / 0.6);
  border-right-color: rgb(196 181 253 / 0.6);
}

.focus\:border-x-violet-300\/70:focus {
  border-left-color: rgb(196 181 253 / 0.7);
  border-right-color: rgb(196 181 253 / 0.7);
}

.focus\:border-x-violet-300\/75:focus {
  border-left-color: rgb(196 181 253 / 0.75);
  border-right-color: rgb(196 181 253 / 0.75);
}

.focus\:border-x-violet-300\/80:focus {
  border-left-color: rgb(196 181 253 / 0.8);
  border-right-color: rgb(196 181 253 / 0.8);
}

.focus\:border-x-violet-300\/90:focus {
  border-left-color: rgb(196 181 253 / 0.9);
  border-right-color: rgb(196 181 253 / 0.9);
}

.focus\:border-x-violet-300\/95:focus {
  border-left-color: rgb(196 181 253 / 0.95);
  border-right-color: rgb(196 181 253 / 0.95);
}

.focus\:border-x-violet-400:focus {
  --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));
}

.focus\:border-x-violet-400\/0:focus {
  border-left-color: rgb(167 139 250 / 0);
  border-right-color: rgb(167 139 250 / 0);
}

.focus\:border-x-violet-400\/10:focus {
  border-left-color: rgb(167 139 250 / 0.1);
  border-right-color: rgb(167 139 250 / 0.1);
}

.focus\:border-x-violet-400\/100:focus {
  border-left-color: rgb(167 139 250 / 1);
  border-right-color: rgb(167 139 250 / 1);
}

.focus\:border-x-violet-400\/20:focus {
  border-left-color: rgb(167 139 250 / 0.2);
  border-right-color: rgb(167 139 250 / 0.2);
}

.focus\:border-x-violet-400\/25:focus {
  border-left-color: rgb(167 139 250 / 0.25);
  border-right-color: rgb(167 139 250 / 0.25);
}

.focus\:border-x-violet-400\/30:focus {
  border-left-color: rgb(167 139 250 / 0.3);
  border-right-color: rgb(167 139 250 / 0.3);
}

.focus\:border-x-violet-400\/40:focus {
  border-left-color: rgb(167 139 250 / 0.4);
  border-right-color: rgb(167 139 250 / 0.4);
}

.focus\:border-x-violet-400\/5:focus {
  border-left-color: rgb(167 139 250 / 0.05);
  border-right-color: rgb(167 139 250 / 0.05);
}

.focus\:border-x-violet-400\/50:focus {
  border-left-color: rgb(167 139 250 / 0.5);
  border-right-color: rgb(167 139 250 / 0.5);
}

.focus\:border-x-violet-400\/60:focus {
  border-left-color: rgb(167 139 250 / 0.6);
  border-right-color: rgb(167 139 250 / 0.6);
}

.focus\:border-x-violet-400\/70:focus {
  border-left-color: rgb(167 139 250 / 0.7);
  border-right-color: rgb(167 139 250 / 0.7);
}

.focus\:border-x-violet-400\/75:focus {
  border-left-color: rgb(167 139 250 / 0.75);
  border-right-color: rgb(167 139 250 / 0.75);
}

.focus\:border-x-violet-400\/80:focus {
  border-left-color: rgb(167 139 250 / 0.8);
  border-right-color: rgb(167 139 250 / 0.8);
}

.focus\:border-x-violet-400\/90:focus {
  border-left-color: rgb(167 139 250 / 0.9);
  border-right-color: rgb(167 139 250 / 0.9);
}

.focus\:border-x-violet-400\/95:focus {
  border-left-color: rgb(167 139 250 / 0.95);
  border-right-color: rgb(167 139 250 / 0.95);
}

.focus\:border-x-violet-50:focus {
  --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));
}

.focus\:border-x-violet-50\/0:focus {
  border-left-color: rgb(245 243 255 / 0);
  border-right-color: rgb(245 243 255 / 0);
}

.focus\:border-x-violet-50\/10:focus {
  border-left-color: rgb(245 243 255 / 0.1);
  border-right-color: rgb(245 243 255 / 0.1);
}

.focus\:border-x-violet-50\/100:focus {
  border-left-color: rgb(245 243 255 / 1);
  border-right-color: rgb(245 243 255 / 1);
}

.focus\:border-x-violet-50\/20:focus {
  border-left-color: rgb(245 243 255 / 0.2);
  border-right-color: rgb(245 243 255 / 0.2);
}

.focus\:border-x-violet-50\/25:focus {
  border-left-color: rgb(245 243 255 / 0.25);
  border-right-color: rgb(245 243 255 / 0.25);
}

.focus\:border-x-violet-50\/30:focus {
  border-left-color: rgb(245 243 255 / 0.3);
  border-right-color: rgb(245 243 255 / 0.3);
}

.focus\:border-x-violet-50\/40:focus {
  border-left-color: rgb(245 243 255 / 0.4);
  border-right-color: rgb(245 243 255 / 0.4);
}

.focus\:border-x-violet-50\/5:focus {
  border-left-color: rgb(245 243 255 / 0.05);
  border-right-color: rgb(245 243 255 / 0.05);
}

.focus\:border-x-violet-50\/50:focus {
  border-left-color: rgb(245 243 255 / 0.5);
  border-right-color: rgb(245 243 255 / 0.5);
}

.focus\:border-x-violet-50\/60:focus {
  border-left-color: rgb(245 243 255 / 0.6);
  border-right-color: rgb(245 243 255 / 0.6);
}

.focus\:border-x-violet-50\/70:focus {
  border-left-color: rgb(245 243 255 / 0.7);
  border-right-color: rgb(245 243 255 / 0.7);
}

.focus\:border-x-violet-50\/75:focus {
  border-left-color: rgb(245 243 255 / 0.75);
  border-right-color: rgb(245 243 255 / 0.75);
}

.focus\:border-x-violet-50\/80:focus {
  border-left-color: rgb(245 243 255 / 0.8);
  border-right-color: rgb(245 243 255 / 0.8);
}

.focus\:border-x-violet-50\/90:focus {
  border-left-color: rgb(245 243 255 / 0.9);
  border-right-color: rgb(245 243 255 / 0.9);
}

.focus\:border-x-violet-50\/95:focus {
  border-left-color: rgb(245 243 255 / 0.95);
  border-right-color: rgb(245 243 255 / 0.95);
}

.focus\:border-x-violet-500:focus {
  --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));
}

.focus\:border-x-violet-500\/0:focus {
  border-left-color: rgb(139 92 246 / 0);
  border-right-color: rgb(139 92 246 / 0);
}

.focus\:border-x-violet-500\/10:focus {
  border-left-color: rgb(139 92 246 / 0.1);
  border-right-color: rgb(139 92 246 / 0.1);
}

.focus\:border-x-violet-500\/100:focus {
  border-left-color: rgb(139 92 246 / 1);
  border-right-color: rgb(139 92 246 / 1);
}

.focus\:border-x-violet-500\/20:focus {
  border-left-color: rgb(139 92 246 / 0.2);
  border-right-color: rgb(139 92 246 / 0.2);
}

.focus\:border-x-violet-500\/25:focus {
  border-left-color: rgb(139 92 246 / 0.25);
  border-right-color: rgb(139 92 246 / 0.25);
}

.focus\:border-x-violet-500\/30:focus {
  border-left-color: rgb(139 92 246 / 0.3);
  border-right-color: rgb(139 92 246 / 0.3);
}

.focus\:border-x-violet-500\/40:focus {
  border-left-color: rgb(139 92 246 / 0.4);
  border-right-color: rgb(139 92 246 / 0.4);
}

.focus\:border-x-violet-500\/5:focus {
  border-left-color: rgb(139 92 246 / 0.05);
  border-right-color: rgb(139 92 246 / 0.05);
}

.focus\:border-x-violet-500\/50:focus {
  border-left-color: rgb(139 92 246 / 0.5);
  border-right-color: rgb(139 92 246 / 0.5);
}

.focus\:border-x-violet-500\/60:focus {
  border-left-color: rgb(139 92 246 / 0.6);
  border-right-color: rgb(139 92 246 / 0.6);
}

.focus\:border-x-violet-500\/70:focus {
  border-left-color: rgb(139 92 246 / 0.7);
  border-right-color: rgb(139 92 246 / 0.7);
}

.focus\:border-x-violet-500\/75:focus {
  border-left-color: rgb(139 92 246 / 0.75);
  border-right-color: rgb(139 92 246 / 0.75);
}

.focus\:border-x-violet-500\/80:focus {
  border-left-color: rgb(139 92 246 / 0.8);
  border-right-color: rgb(139 92 246 / 0.8);
}

.focus\:border-x-violet-500\/90:focus {
  border-left-color: rgb(139 92 246 / 0.9);
  border-right-color: rgb(139 92 246 / 0.9);
}

.focus\:border-x-violet-500\/95:focus {
  border-left-color: rgb(139 92 246 / 0.95);
  border-right-color: rgb(139 92 246 / 0.95);
}

.focus\:border-x-violet-600:focus {
  --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));
}

.focus\:border-x-violet-600\/0:focus {
  border-left-color: rgb(124 58 237 / 0);
  border-right-color: rgb(124 58 237 / 0);
}

.focus\:border-x-violet-600\/10:focus {
  border-left-color: rgb(124 58 237 / 0.1);
  border-right-color: rgb(124 58 237 / 0.1);
}

.focus\:border-x-violet-600\/100:focus {
  border-left-color: rgb(124 58 237 / 1);
  border-right-color: rgb(124 58 237 / 1);
}

.focus\:border-x-violet-600\/20:focus {
  border-left-color: rgb(124 58 237 / 0.2);
  border-right-color: rgb(124 58 237 / 0.2);
}

.focus\:border-x-violet-600\/25:focus {
  border-left-color: rgb(124 58 237 / 0.25);
  border-right-color: rgb(124 58 237 / 0.25);
}

.focus\:border-x-violet-600\/30:focus {
  border-left-color: rgb(124 58 237 / 0.3);
  border-right-color: rgb(124 58 237 / 0.3);
}

.focus\:border-x-violet-600\/40:focus {
  border-left-color: rgb(124 58 237 / 0.4);
  border-right-color: rgb(124 58 237 / 0.4);
}

.focus\:border-x-violet-600\/5:focus {
  border-left-color: rgb(124 58 237 / 0.05);
  border-right-color: rgb(124 58 237 / 0.05);
}

.focus\:border-x-violet-600\/50:focus {
  border-left-color: rgb(124 58 237 / 0.5);
  border-right-color: rgb(124 58 237 / 0.5);
}

.focus\:border-x-violet-600\/60:focus {
  border-left-color: rgb(124 58 237 / 0.6);
  border-right-color: rgb(124 58 237 / 0.6);
}

.focus\:border-x-violet-600\/70:focus {
  border-left-color: rgb(124 58 237 / 0.7);
  border-right-color: rgb(124 58 237 / 0.7);
}

.focus\:border-x-violet-600\/75:focus {
  border-left-color: rgb(124 58 237 / 0.75);
  border-right-color: rgb(124 58 237 / 0.75);
}

.focus\:border-x-violet-600\/80:focus {
  border-left-color: rgb(124 58 237 / 0.8);
  border-right-color: rgb(124 58 237 / 0.8);
}

.focus\:border-x-violet-600\/90:focus {
  border-left-color: rgb(124 58 237 / 0.9);
  border-right-color: rgb(124 58 237 / 0.9);
}

.focus\:border-x-violet-600\/95:focus {
  border-left-color: rgb(124 58 237 / 0.95);
  border-right-color: rgb(124 58 237 / 0.95);
}

.focus\:border-x-violet-700:focus {
  --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));
}

.focus\:border-x-violet-700\/0:focus {
  border-left-color: rgb(109 40 217 / 0);
  border-right-color: rgb(109 40 217 / 0);
}

.focus\:border-x-violet-700\/10:focus {
  border-left-color: rgb(109 40 217 / 0.1);
  border-right-color: rgb(109 40 217 / 0.1);
}

.focus\:border-x-violet-700\/100:focus {
  border-left-color: rgb(109 40 217 / 1);
  border-right-color: rgb(109 40 217 / 1);
}

.focus\:border-x-violet-700\/20:focus {
  border-left-color: rgb(109 40 217 / 0.2);
  border-right-color: rgb(109 40 217 / 0.2);
}

.focus\:border-x-violet-700\/25:focus {
  border-left-color: rgb(109 40 217 / 0.25);
  border-right-color: rgb(109 40 217 / 0.25);
}

.focus\:border-x-violet-700\/30:focus {
  border-left-color: rgb(109 40 217 / 0.3);
  border-right-color: rgb(109 40 217 / 0.3);
}

.focus\:border-x-violet-700\/40:focus {
  border-left-color: rgb(109 40 217 / 0.4);
  border-right-color: rgb(109 40 217 / 0.4);
}

.focus\:border-x-violet-700\/5:focus {
  border-left-color: rgb(109 40 217 / 0.05);
  border-right-color: rgb(109 40 217 / 0.05);
}

.focus\:border-x-violet-700\/50:focus {
  border-left-color: rgb(109 40 217 / 0.5);
  border-right-color: rgb(109 40 217 / 0.5);
}

.focus\:border-x-violet-700\/60:focus {
  border-left-color: rgb(109 40 217 / 0.6);
  border-right-color: rgb(109 40 217 / 0.6);
}

.focus\:border-x-violet-700\/70:focus {
  border-left-color: rgb(109 40 217 / 0.7);
  border-right-color: rgb(109 40 217 / 0.7);
}

.focus\:border-x-violet-700\/75:focus {
  border-left-color: rgb(109 40 217 / 0.75);
  border-right-color: rgb(109 40 217 / 0.75);
}

.focus\:border-x-violet-700\/80:focus {
  border-left-color: rgb(109 40 217 / 0.8);
  border-right-color: rgb(109 40 217 / 0.8);
}

.focus\:border-x-violet-700\/90:focus {
  border-left-color: rgb(109 40 217 / 0.9);
  border-right-color: rgb(109 40 217 / 0.9);
}

.focus\:border-x-violet-700\/95:focus {
  border-left-color: rgb(109 40 217 / 0.95);
  border-right-color: rgb(109 40 217 / 0.95);
}

.focus\:border-x-violet-800:focus {
  --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));
}

.focus\:border-x-violet-800\/0:focus {
  border-left-color: rgb(91 33 182 / 0);
  border-right-color: rgb(91 33 182 / 0);
}

.focus\:border-x-violet-800\/10:focus {
  border-left-color: rgb(91 33 182 / 0.1);
  border-right-color: rgb(91 33 182 / 0.1);
}

.focus\:border-x-violet-800\/100:focus {
  border-left-color: rgb(91 33 182 / 1);
  border-right-color: rgb(91 33 182 / 1);
}

.focus\:border-x-violet-800\/20:focus {
  border-left-color: rgb(91 33 182 / 0.2);
  border-right-color: rgb(91 33 182 / 0.2);
}

.focus\:border-x-violet-800\/25:focus {
  border-left-color: rgb(91 33 182 / 0.25);
  border-right-color: rgb(91 33 182 / 0.25);
}

.focus\:border-x-violet-800\/30:focus {
  border-left-color: rgb(91 33 182 / 0.3);
  border-right-color: rgb(91 33 182 / 0.3);
}

.focus\:border-x-violet-800\/40:focus {
  border-left-color: rgb(91 33 182 / 0.4);
  border-right-color: rgb(91 33 182 / 0.4);
}

.focus\:border-x-violet-800\/5:focus {
  border-left-color: rgb(91 33 182 / 0.05);
  border-right-color: rgb(91 33 182 / 0.05);
}

.focus\:border-x-violet-800\/50:focus {
  border-left-color: rgb(91 33 182 / 0.5);
  border-right-color: rgb(91 33 182 / 0.5);
}

.focus\:border-x-violet-800\/60:focus {
  border-left-color: rgb(91 33 182 / 0.6);
  border-right-color: rgb(91 33 182 / 0.6);
}

.focus\:border-x-violet-800\/70:focus {
  border-left-color: rgb(91 33 182 / 0.7);
  border-right-color: rgb(91 33 182 / 0.7);
}

.focus\:border-x-violet-800\/75:focus {
  border-left-color: rgb(91 33 182 / 0.75);
  border-right-color: rgb(91 33 182 / 0.75);
}

.focus\:border-x-violet-800\/80:focus {
  border-left-color: rgb(91 33 182 / 0.8);
  border-right-color: rgb(91 33 182 / 0.8);
}

.focus\:border-x-violet-800\/90:focus {
  border-left-color: rgb(91 33 182 / 0.9);
  border-right-color: rgb(91 33 182 / 0.9);
}

.focus\:border-x-violet-800\/95:focus {
  border-left-color: rgb(91 33 182 / 0.95);
  border-right-color: rgb(91 33 182 / 0.95);
}

.focus\:border-x-violet-900:focus {
  --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));
}

.focus\:border-x-violet-900\/0:focus {
  border-left-color: rgb(76 29 149 / 0);
  border-right-color: rgb(76 29 149 / 0);
}

.focus\:border-x-violet-900\/10:focus {
  border-left-color: rgb(76 29 149 / 0.1);
  border-right-color: rgb(76 29 149 / 0.1);
}

.focus\:border-x-violet-900\/100:focus {
  border-left-color: rgb(76 29 149 / 1);
  border-right-color: rgb(76 29 149 / 1);
}

.focus\:border-x-violet-900\/20:focus {
  border-left-color: rgb(76 29 149 / 0.2);
  border-right-color: rgb(76 29 149 / 0.2);
}

.focus\:border-x-violet-900\/25:focus {
  border-left-color: rgb(76 29 149 / 0.25);
  border-right-color: rgb(76 29 149 / 0.25);
}

.focus\:border-x-violet-900\/30:focus {
  border-left-color: rgb(76 29 149 / 0.3);
  border-right-color: rgb(76 29 149 / 0.3);
}

.focus\:border-x-violet-900\/40:focus {
  border-left-color: rgb(76 29 149 / 0.4);
  border-right-color: rgb(76 29 149 / 0.4);
}

.focus\:border-x-violet-900\/5:focus {
  border-left-color: rgb(76 29 149 / 0.05);
  border-right-color: rgb(76 29 149 / 0.05);
}

.focus\:border-x-violet-900\/50:focus {
  border-left-color: rgb(76 29 149 / 0.5);
  border-right-color: rgb(76 29 149 / 0.5);
}

.focus\:border-x-violet-900\/60:focus {
  border-left-color: rgb(76 29 149 / 0.6);
  border-right-color: rgb(76 29 149 / 0.6);
}

.focus\:border-x-violet-900\/70:focus {
  border-left-color: rgb(76 29 149 / 0.7);
  border-right-color: rgb(76 29 149 / 0.7);
}

.focus\:border-x-violet-900\/75:focus {
  border-left-color: rgb(76 29 149 / 0.75);
  border-right-color: rgb(76 29 149 / 0.75);
}

.focus\:border-x-violet-900\/80:focus {
  border-left-color: rgb(76 29 149 / 0.8);
  border-right-color: rgb(76 29 149 / 0.8);
}

.focus\:border-x-violet-900\/90:focus {
  border-left-color: rgb(76 29 149 / 0.9);
  border-right-color: rgb(76 29 149 / 0.9);
}

.focus\:border-x-violet-900\/95:focus {
  border-left-color: rgb(76 29 149 / 0.95);
  border-right-color: rgb(76 29 149 / 0.95);
}

.focus\:border-x-violet-950:focus {
  --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));
}

.focus\:border-x-violet-950\/0:focus {
  border-left-color: rgb(46 16 101 / 0);
  border-right-color: rgb(46 16 101 / 0);
}

.focus\:border-x-violet-950\/10:focus {
  border-left-color: rgb(46 16 101 / 0.1);
  border-right-color: rgb(46 16 101 / 0.1);
}

.focus\:border-x-violet-950\/100:focus {
  border-left-color: rgb(46 16 101 / 1);
  border-right-color: rgb(46 16 101 / 1);
}

.focus\:border-x-violet-950\/20:focus {
  border-left-color: rgb(46 16 101 / 0.2);
  border-right-color: rgb(46 16 101 / 0.2);
}

.focus\:border-x-violet-950\/25:focus {
  border-left-color: rgb(46 16 101 / 0.25);
  border-right-color: rgb(46 16 101 / 0.25);
}

.focus\:border-x-violet-950\/30:focus {
  border-left-color: rgb(46 16 101 / 0.3);
  border-right-color: rgb(46 16 101 / 0.3);
}

.focus\:border-x-violet-950\/40:focus {
  border-left-color: rgb(46 16 101 / 0.4);
  border-right-color: rgb(46 16 101 / 0.4);
}

.focus\:border-x-violet-950\/5:focus {
  border-left-color: rgb(46 16 101 / 0.05);
  border-right-color: rgb(46 16 101 / 0.05);
}

.focus\:border-x-violet-950\/50:focus {
  border-left-color: rgb(46 16 101 / 0.5);
  border-right-color: rgb(46 16 101 / 0.5);
}

.focus\:border-x-violet-950\/60:focus {
  border-left-color: rgb(46 16 101 / 0.6);
  border-right-color: rgb(46 16 101 / 0.6);
}

.focus\:border-x-violet-950\/70:focus {
  border-left-color: rgb(46 16 101 / 0.7);
  border-right-color: rgb(46 16 101 / 0.7);
}

.focus\:border-x-violet-950\/75:focus {
  border-left-color: rgb(46 16 101 / 0.75);
  border-right-color: rgb(46 16 101 / 0.75);
}

.focus\:border-x-violet-950\/80:focus {
  border-left-color: rgb(46 16 101 / 0.8);
  border-right-color: rgb(46 16 101 / 0.8);
}

.focus\:border-x-violet-950\/90:focus {
  border-left-color: rgb(46 16 101 / 0.9);
  border-right-color: rgb(46 16 101 / 0.9);
}

.focus\:border-x-violet-950\/95:focus {
  border-left-color: rgb(46 16 101 / 0.95);
  border-right-color: rgb(46 16 101 / 0.95);
}

.focus\:border-x-white:focus {
  --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));
}

.focus\:border-x-white\/0:focus {
  border-left-color: rgb(255 255 255 / 0);
  border-right-color: rgb(255 255 255 / 0);
}

.focus\:border-x-white\/10:focus {
  border-left-color: rgb(255 255 255 / 0.1);
  border-right-color: rgb(255 255 255 / 0.1);
}

.focus\:border-x-white\/100:focus {
  border-left-color: rgb(255 255 255 / 1);
  border-right-color: rgb(255 255 255 / 1);
}

.focus\:border-x-white\/20:focus {
  border-left-color: rgb(255 255 255 / 0.2);
  border-right-color: rgb(255 255 255 / 0.2);
}

.focus\:border-x-white\/25:focus {
  border-left-color: rgb(255 255 255 / 0.25);
  border-right-color: rgb(255 255 255 / 0.25);
}

.focus\:border-x-white\/30:focus {
  border-left-color: rgb(255 255 255 / 0.3);
  border-right-color: rgb(255 255 255 / 0.3);
}

.focus\:border-x-white\/40:focus {
  border-left-color: rgb(255 255 255 / 0.4);
  border-right-color: rgb(255 255 255 / 0.4);
}

.focus\:border-x-white\/5:focus {
  border-left-color: rgb(255 255 255 / 0.05);
  border-right-color: rgb(255 255 255 / 0.05);
}

.focus\:border-x-white\/50:focus {
  border-left-color: rgb(255 255 255 / 0.5);
  border-right-color: rgb(255 255 255 / 0.5);
}

.focus\:border-x-white\/60:focus {
  border-left-color: rgb(255 255 255 / 0.6);
  border-right-color: rgb(255 255 255 / 0.6);
}

.focus\:border-x-white\/70:focus {
  border-left-color: rgb(255 255 255 / 0.7);
  border-right-color: rgb(255 255 255 / 0.7);
}

.focus\:border-x-white\/75:focus {
  border-left-color: rgb(255 255 255 / 0.75);
  border-right-color: rgb(255 255 255 / 0.75);
}

.focus\:border-x-white\/80:focus {
  border-left-color: rgb(255 255 255 / 0.8);
  border-right-color: rgb(255 255 255 / 0.8);
}

.focus\:border-x-white\/90:focus {
  border-left-color: rgb(255 255 255 / 0.9);
  border-right-color: rgb(255 255 255 / 0.9);
}

.focus\:border-x-white\/95:focus {
  border-left-color: rgb(255 255 255 / 0.95);
  border-right-color: rgb(255 255 255 / 0.95);
}

.focus\:border-x-work-identity-300:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(166 235 194 / var(--tw-border-opacity));
  border-right-color: rgb(166 235 194 / var(--tw-border-opacity));
}

.focus\:border-x-work-identity-300\/0:focus {
  border-left-color: rgb(166 235 194 / 0);
  border-right-color: rgb(166 235 194 / 0);
}

.focus\:border-x-work-identity-300\/10:focus {
  border-left-color: rgb(166 235 194 / 0.1);
  border-right-color: rgb(166 235 194 / 0.1);
}

.focus\:border-x-work-identity-300\/100:focus {
  border-left-color: rgb(166 235 194 / 1);
  border-right-color: rgb(166 235 194 / 1);
}

.focus\:border-x-work-identity-300\/20:focus {
  border-left-color: rgb(166 235 194 / 0.2);
  border-right-color: rgb(166 235 194 / 0.2);
}

.focus\:border-x-work-identity-300\/25:focus {
  border-left-color: rgb(166 235 194 / 0.25);
  border-right-color: rgb(166 235 194 / 0.25);
}

.focus\:border-x-work-identity-300\/30:focus {
  border-left-color: rgb(166 235 194 / 0.3);
  border-right-color: rgb(166 235 194 / 0.3);
}

.focus\:border-x-work-identity-300\/40:focus {
  border-left-color: rgb(166 235 194 / 0.4);
  border-right-color: rgb(166 235 194 / 0.4);
}

.focus\:border-x-work-identity-300\/5:focus {
  border-left-color: rgb(166 235 194 / 0.05);
  border-right-color: rgb(166 235 194 / 0.05);
}

.focus\:border-x-work-identity-300\/50:focus {
  border-left-color: rgb(166 235 194 / 0.5);
  border-right-color: rgb(166 235 194 / 0.5);
}

.focus\:border-x-work-identity-300\/60:focus {
  border-left-color: rgb(166 235 194 / 0.6);
  border-right-color: rgb(166 235 194 / 0.6);
}

.focus\:border-x-work-identity-300\/70:focus {
  border-left-color: rgb(166 235 194 / 0.7);
  border-right-color: rgb(166 235 194 / 0.7);
}

.focus\:border-x-work-identity-300\/75:focus {
  border-left-color: rgb(166 235 194 / 0.75);
  border-right-color: rgb(166 235 194 / 0.75);
}

.focus\:border-x-work-identity-300\/80:focus {
  border-left-color: rgb(166 235 194 / 0.8);
  border-right-color: rgb(166 235 194 / 0.8);
}

.focus\:border-x-work-identity-300\/90:focus {
  border-left-color: rgb(166 235 194 / 0.9);
  border-right-color: rgb(166 235 194 / 0.9);
}

.focus\:border-x-work-identity-300\/95:focus {
  border-left-color: rgb(166 235 194 / 0.95);
  border-right-color: rgb(166 235 194 / 0.95);
}

.focus\:border-x-work-identity-400:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(83 221 139 / var(--tw-border-opacity));
  border-right-color: rgb(83 221 139 / var(--tw-border-opacity));
}

.focus\:border-x-work-identity-400\/0:focus {
  border-left-color: rgb(83 221 139 / 0);
  border-right-color: rgb(83 221 139 / 0);
}

.focus\:border-x-work-identity-400\/10:focus {
  border-left-color: rgb(83 221 139 / 0.1);
  border-right-color: rgb(83 221 139 / 0.1);
}

.focus\:border-x-work-identity-400\/100:focus {
  border-left-color: rgb(83 221 139 / 1);
  border-right-color: rgb(83 221 139 / 1);
}

.focus\:border-x-work-identity-400\/20:focus {
  border-left-color: rgb(83 221 139 / 0.2);
  border-right-color: rgb(83 221 139 / 0.2);
}

.focus\:border-x-work-identity-400\/25:focus {
  border-left-color: rgb(83 221 139 / 0.25);
  border-right-color: rgb(83 221 139 / 0.25);
}

.focus\:border-x-work-identity-400\/30:focus {
  border-left-color: rgb(83 221 139 / 0.3);
  border-right-color: rgb(83 221 139 / 0.3);
}

.focus\:border-x-work-identity-400\/40:focus {
  border-left-color: rgb(83 221 139 / 0.4);
  border-right-color: rgb(83 221 139 / 0.4);
}

.focus\:border-x-work-identity-400\/5:focus {
  border-left-color: rgb(83 221 139 / 0.05);
  border-right-color: rgb(83 221 139 / 0.05);
}

.focus\:border-x-work-identity-400\/50:focus {
  border-left-color: rgb(83 221 139 / 0.5);
  border-right-color: rgb(83 221 139 / 0.5);
}

.focus\:border-x-work-identity-400\/60:focus {
  border-left-color: rgb(83 221 139 / 0.6);
  border-right-color: rgb(83 221 139 / 0.6);
}

.focus\:border-x-work-identity-400\/70:focus {
  border-left-color: rgb(83 221 139 / 0.7);
  border-right-color: rgb(83 221 139 / 0.7);
}

.focus\:border-x-work-identity-400\/75:focus {
  border-left-color: rgb(83 221 139 / 0.75);
  border-right-color: rgb(83 221 139 / 0.75);
}

.focus\:border-x-work-identity-400\/80:focus {
  border-left-color: rgb(83 221 139 / 0.8);
  border-right-color: rgb(83 221 139 / 0.8);
}

.focus\:border-x-work-identity-400\/90:focus {
  border-left-color: rgb(83 221 139 / 0.9);
  border-right-color: rgb(83 221 139 / 0.9);
}

.focus\:border-x-work-identity-400\/95:focus {
  border-left-color: rgb(83 221 139 / 0.95);
  border-right-color: rgb(83 221 139 / 0.95);
}

.focus\:border-x-work-identity-500:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 208 84 / var(--tw-border-opacity));
  border-right-color: rgb(0 208 84 / var(--tw-border-opacity));
}

.focus\:border-x-work-identity-500\/0:focus {
  border-left-color: rgb(0 208 84 / 0);
  border-right-color: rgb(0 208 84 / 0);
}

.focus\:border-x-work-identity-500\/10:focus {
  border-left-color: rgb(0 208 84 / 0.1);
  border-right-color: rgb(0 208 84 / 0.1);
}

.focus\:border-x-work-identity-500\/100:focus {
  border-left-color: rgb(0 208 84 / 1);
  border-right-color: rgb(0 208 84 / 1);
}

.focus\:border-x-work-identity-500\/20:focus {
  border-left-color: rgb(0 208 84 / 0.2);
  border-right-color: rgb(0 208 84 / 0.2);
}

.focus\:border-x-work-identity-500\/25:focus {
  border-left-color: rgb(0 208 84 / 0.25);
  border-right-color: rgb(0 208 84 / 0.25);
}

.focus\:border-x-work-identity-500\/30:focus {
  border-left-color: rgb(0 208 84 / 0.3);
  border-right-color: rgb(0 208 84 / 0.3);
}

.focus\:border-x-work-identity-500\/40:focus {
  border-left-color: rgb(0 208 84 / 0.4);
  border-right-color: rgb(0 208 84 / 0.4);
}

.focus\:border-x-work-identity-500\/5:focus {
  border-left-color: rgb(0 208 84 / 0.05);
  border-right-color: rgb(0 208 84 / 0.05);
}

.focus\:border-x-work-identity-500\/50:focus {
  border-left-color: rgb(0 208 84 / 0.5);
  border-right-color: rgb(0 208 84 / 0.5);
}

.focus\:border-x-work-identity-500\/60:focus {
  border-left-color: rgb(0 208 84 / 0.6);
  border-right-color: rgb(0 208 84 / 0.6);
}

.focus\:border-x-work-identity-500\/70:focus {
  border-left-color: rgb(0 208 84 / 0.7);
  border-right-color: rgb(0 208 84 / 0.7);
}

.focus\:border-x-work-identity-500\/75:focus {
  border-left-color: rgb(0 208 84 / 0.75);
  border-right-color: rgb(0 208 84 / 0.75);
}

.focus\:border-x-work-identity-500\/80:focus {
  border-left-color: rgb(0 208 84 / 0.8);
  border-right-color: rgb(0 208 84 / 0.8);
}

.focus\:border-x-work-identity-500\/90:focus {
  border-left-color: rgb(0 208 84 / 0.9);
  border-right-color: rgb(0 208 84 / 0.9);
}

.focus\:border-x-work-identity-500\/95:focus {
  border-left-color: rgb(0 208 84 / 0.95);
  border-right-color: rgb(0 208 84 / 0.95);
}

.focus\:border-x-work-identity-900:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 249 249 / var(--tw-border-opacity));
  border-right-color: rgb(249 249 249 / var(--tw-border-opacity));
}

.focus\:border-x-work-identity-900\/0:focus {
  border-left-color: rgb(249 249 249 / 0);
  border-right-color: rgb(249 249 249 / 0);
}

.focus\:border-x-work-identity-900\/10:focus {
  border-left-color: rgb(249 249 249 / 0.1);
  border-right-color: rgb(249 249 249 / 0.1);
}

.focus\:border-x-work-identity-900\/100:focus {
  border-left-color: rgb(249 249 249 / 1);
  border-right-color: rgb(249 249 249 / 1);
}

.focus\:border-x-work-identity-900\/20:focus {
  border-left-color: rgb(249 249 249 / 0.2);
  border-right-color: rgb(249 249 249 / 0.2);
}

.focus\:border-x-work-identity-900\/25:focus {
  border-left-color: rgb(249 249 249 / 0.25);
  border-right-color: rgb(249 249 249 / 0.25);
}

.focus\:border-x-work-identity-900\/30:focus {
  border-left-color: rgb(249 249 249 / 0.3);
  border-right-color: rgb(249 249 249 / 0.3);
}

.focus\:border-x-work-identity-900\/40:focus {
  border-left-color: rgb(249 249 249 / 0.4);
  border-right-color: rgb(249 249 249 / 0.4);
}

.focus\:border-x-work-identity-900\/5:focus {
  border-left-color: rgb(249 249 249 / 0.05);
  border-right-color: rgb(249 249 249 / 0.05);
}

.focus\:border-x-work-identity-900\/50:focus {
  border-left-color: rgb(249 249 249 / 0.5);
  border-right-color: rgb(249 249 249 / 0.5);
}

.focus\:border-x-work-identity-900\/60:focus {
  border-left-color: rgb(249 249 249 / 0.6);
  border-right-color: rgb(249 249 249 / 0.6);
}

.focus\:border-x-work-identity-900\/70:focus {
  border-left-color: rgb(249 249 249 / 0.7);
  border-right-color: rgb(249 249 249 / 0.7);
}

.focus\:border-x-work-identity-900\/75:focus {
  border-left-color: rgb(249 249 249 / 0.75);
  border-right-color: rgb(249 249 249 / 0.75);
}

.focus\:border-x-work-identity-900\/80:focus {
  border-left-color: rgb(249 249 249 / 0.8);
  border-right-color: rgb(249 249 249 / 0.8);
}

.focus\:border-x-work-identity-900\/90:focus {
  border-left-color: rgb(249 249 249 / 0.9);
  border-right-color: rgb(249 249 249 / 0.9);
}

.focus\:border-x-work-identity-900\/95:focus {
  border-left-color: rgb(249 249 249 / 0.95);
  border-right-color: rgb(249 249 249 / 0.95);
}

.focus\:border-x-yellow-100:focus {
  --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));
}

.focus\:border-x-yellow-100\/0:focus {
  border-left-color: rgb(254 249 195 / 0);
  border-right-color: rgb(254 249 195 / 0);
}

.focus\:border-x-yellow-100\/10:focus {
  border-left-color: rgb(254 249 195 / 0.1);
  border-right-color: rgb(254 249 195 / 0.1);
}

.focus\:border-x-yellow-100\/100:focus {
  border-left-color: rgb(254 249 195 / 1);
  border-right-color: rgb(254 249 195 / 1);
}

.focus\:border-x-yellow-100\/20:focus {
  border-left-color: rgb(254 249 195 / 0.2);
  border-right-color: rgb(254 249 195 / 0.2);
}

.focus\:border-x-yellow-100\/25:focus {
  border-left-color: rgb(254 249 195 / 0.25);
  border-right-color: rgb(254 249 195 / 0.25);
}

.focus\:border-x-yellow-100\/30:focus {
  border-left-color: rgb(254 249 195 / 0.3);
  border-right-color: rgb(254 249 195 / 0.3);
}

.focus\:border-x-yellow-100\/40:focus {
  border-left-color: rgb(254 249 195 / 0.4);
  border-right-color: rgb(254 249 195 / 0.4);
}

.focus\:border-x-yellow-100\/5:focus {
  border-left-color: rgb(254 249 195 / 0.05);
  border-right-color: rgb(254 249 195 / 0.05);
}

.focus\:border-x-yellow-100\/50:focus {
  border-left-color: rgb(254 249 195 / 0.5);
  border-right-color: rgb(254 249 195 / 0.5);
}

.focus\:border-x-yellow-100\/60:focus {
  border-left-color: rgb(254 249 195 / 0.6);
  border-right-color: rgb(254 249 195 / 0.6);
}

.focus\:border-x-yellow-100\/70:focus {
  border-left-color: rgb(254 249 195 / 0.7);
  border-right-color: rgb(254 249 195 / 0.7);
}

.focus\:border-x-yellow-100\/75:focus {
  border-left-color: rgb(254 249 195 / 0.75);
  border-right-color: rgb(254 249 195 / 0.75);
}

.focus\:border-x-yellow-100\/80:focus {
  border-left-color: rgb(254 249 195 / 0.8);
  border-right-color: rgb(254 249 195 / 0.8);
}

.focus\:border-x-yellow-100\/90:focus {
  border-left-color: rgb(254 249 195 / 0.9);
  border-right-color: rgb(254 249 195 / 0.9);
}

.focus\:border-x-yellow-100\/95:focus {
  border-left-color: rgb(254 249 195 / 0.95);
  border-right-color: rgb(254 249 195 / 0.95);
}

.focus\:border-x-yellow-200:focus {
  --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));
}

.focus\:border-x-yellow-200\/0:focus {
  border-left-color: rgb(254 240 138 / 0);
  border-right-color: rgb(254 240 138 / 0);
}

.focus\:border-x-yellow-200\/10:focus {
  border-left-color: rgb(254 240 138 / 0.1);
  border-right-color: rgb(254 240 138 / 0.1);
}

.focus\:border-x-yellow-200\/100:focus {
  border-left-color: rgb(254 240 138 / 1);
  border-right-color: rgb(254 240 138 / 1);
}

.focus\:border-x-yellow-200\/20:focus {
  border-left-color: rgb(254 240 138 / 0.2);
  border-right-color: rgb(254 240 138 / 0.2);
}

.focus\:border-x-yellow-200\/25:focus {
  border-left-color: rgb(254 240 138 / 0.25);
  border-right-color: rgb(254 240 138 / 0.25);
}

.focus\:border-x-yellow-200\/30:focus {
  border-left-color: rgb(254 240 138 / 0.3);
  border-right-color: rgb(254 240 138 / 0.3);
}

.focus\:border-x-yellow-200\/40:focus {
  border-left-color: rgb(254 240 138 / 0.4);
  border-right-color: rgb(254 240 138 / 0.4);
}

.focus\:border-x-yellow-200\/5:focus {
  border-left-color: rgb(254 240 138 / 0.05);
  border-right-color: rgb(254 240 138 / 0.05);
}

.focus\:border-x-yellow-200\/50:focus {
  border-left-color: rgb(254 240 138 / 0.5);
  border-right-color: rgb(254 240 138 / 0.5);
}

.focus\:border-x-yellow-200\/60:focus {
  border-left-color: rgb(254 240 138 / 0.6);
  border-right-color: rgb(254 240 138 / 0.6);
}

.focus\:border-x-yellow-200\/70:focus {
  border-left-color: rgb(254 240 138 / 0.7);
  border-right-color: rgb(254 240 138 / 0.7);
}

.focus\:border-x-yellow-200\/75:focus {
  border-left-color: rgb(254 240 138 / 0.75);
  border-right-color: rgb(254 240 138 / 0.75);
}

.focus\:border-x-yellow-200\/80:focus {
  border-left-color: rgb(254 240 138 / 0.8);
  border-right-color: rgb(254 240 138 / 0.8);
}

.focus\:border-x-yellow-200\/90:focus {
  border-left-color: rgb(254 240 138 / 0.9);
  border-right-color: rgb(254 240 138 / 0.9);
}

.focus\:border-x-yellow-200\/95:focus {
  border-left-color: rgb(254 240 138 / 0.95);
  border-right-color: rgb(254 240 138 / 0.95);
}

.focus\:border-x-yellow-300:focus {
  --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));
}

.focus\:border-x-yellow-300\/0:focus {
  border-left-color: rgb(253 224 71 / 0);
  border-right-color: rgb(253 224 71 / 0);
}

.focus\:border-x-yellow-300\/10:focus {
  border-left-color: rgb(253 224 71 / 0.1);
  border-right-color: rgb(253 224 71 / 0.1);
}

.focus\:border-x-yellow-300\/100:focus {
  border-left-color: rgb(253 224 71 / 1);
  border-right-color: rgb(253 224 71 / 1);
}

.focus\:border-x-yellow-300\/20:focus {
  border-left-color: rgb(253 224 71 / 0.2);
  border-right-color: rgb(253 224 71 / 0.2);
}

.focus\:border-x-yellow-300\/25:focus {
  border-left-color: rgb(253 224 71 / 0.25);
  border-right-color: rgb(253 224 71 / 0.25);
}

.focus\:border-x-yellow-300\/30:focus {
  border-left-color: rgb(253 224 71 / 0.3);
  border-right-color: rgb(253 224 71 / 0.3);
}

.focus\:border-x-yellow-300\/40:focus {
  border-left-color: rgb(253 224 71 / 0.4);
  border-right-color: rgb(253 224 71 / 0.4);
}

.focus\:border-x-yellow-300\/5:focus {
  border-left-color: rgb(253 224 71 / 0.05);
  border-right-color: rgb(253 224 71 / 0.05);
}

.focus\:border-x-yellow-300\/50:focus {
  border-left-color: rgb(253 224 71 / 0.5);
  border-right-color: rgb(253 224 71 / 0.5);
}

.focus\:border-x-yellow-300\/60:focus {
  border-left-color: rgb(253 224 71 / 0.6);
  border-right-color: rgb(253 224 71 / 0.6);
}

.focus\:border-x-yellow-300\/70:focus {
  border-left-color: rgb(253 224 71 / 0.7);
  border-right-color: rgb(253 224 71 / 0.7);
}

.focus\:border-x-yellow-300\/75:focus {
  border-left-color: rgb(253 224 71 / 0.75);
  border-right-color: rgb(253 224 71 / 0.75);
}

.focus\:border-x-yellow-300\/80:focus {
  border-left-color: rgb(253 224 71 / 0.8);
  border-right-color: rgb(253 224 71 / 0.8);
}

.focus\:border-x-yellow-300\/90:focus {
  border-left-color: rgb(253 224 71 / 0.9);
  border-right-color: rgb(253 224 71 / 0.9);
}

.focus\:border-x-yellow-300\/95:focus {
  border-left-color: rgb(253 224 71 / 0.95);
  border-right-color: rgb(253 224 71 / 0.95);
}

.focus\:border-x-yellow-400:focus {
  --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));
}

.focus\:border-x-yellow-400\/0:focus {
  border-left-color: rgb(250 204 21 / 0);
  border-right-color: rgb(250 204 21 / 0);
}

.focus\:border-x-yellow-400\/10:focus {
  border-left-color: rgb(250 204 21 / 0.1);
  border-right-color: rgb(250 204 21 / 0.1);
}

.focus\:border-x-yellow-400\/100:focus {
  border-left-color: rgb(250 204 21 / 1);
  border-right-color: rgb(250 204 21 / 1);
}

.focus\:border-x-yellow-400\/20:focus {
  border-left-color: rgb(250 204 21 / 0.2);
  border-right-color: rgb(250 204 21 / 0.2);
}

.focus\:border-x-yellow-400\/25:focus {
  border-left-color: rgb(250 204 21 / 0.25);
  border-right-color: rgb(250 204 21 / 0.25);
}

.focus\:border-x-yellow-400\/30:focus {
  border-left-color: rgb(250 204 21 / 0.3);
  border-right-color: rgb(250 204 21 / 0.3);
}

.focus\:border-x-yellow-400\/40:focus {
  border-left-color: rgb(250 204 21 / 0.4);
  border-right-color: rgb(250 204 21 / 0.4);
}

.focus\:border-x-yellow-400\/5:focus {
  border-left-color: rgb(250 204 21 / 0.05);
  border-right-color: rgb(250 204 21 / 0.05);
}

.focus\:border-x-yellow-400\/50:focus {
  border-left-color: rgb(250 204 21 / 0.5);
  border-right-color: rgb(250 204 21 / 0.5);
}

.focus\:border-x-yellow-400\/60:focus {
  border-left-color: rgb(250 204 21 / 0.6);
  border-right-color: rgb(250 204 21 / 0.6);
}

.focus\:border-x-yellow-400\/70:focus {
  border-left-color: rgb(250 204 21 / 0.7);
  border-right-color: rgb(250 204 21 / 0.7);
}

.focus\:border-x-yellow-400\/75:focus {
  border-left-color: rgb(250 204 21 / 0.75);
  border-right-color: rgb(250 204 21 / 0.75);
}

.focus\:border-x-yellow-400\/80:focus {
  border-left-color: rgb(250 204 21 / 0.8);
  border-right-color: rgb(250 204 21 / 0.8);
}

.focus\:border-x-yellow-400\/90:focus {
  border-left-color: rgb(250 204 21 / 0.9);
  border-right-color: rgb(250 204 21 / 0.9);
}

.focus\:border-x-yellow-400\/95:focus {
  border-left-color: rgb(250 204 21 / 0.95);
  border-right-color: rgb(250 204 21 / 0.95);
}

.focus\:border-x-yellow-50:focus {
  --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));
}

.focus\:border-x-yellow-50\/0:focus {
  border-left-color: rgb(254 252 232 / 0);
  border-right-color: rgb(254 252 232 / 0);
}

.focus\:border-x-yellow-50\/10:focus {
  border-left-color: rgb(254 252 232 / 0.1);
  border-right-color: rgb(254 252 232 / 0.1);
}

.focus\:border-x-yellow-50\/100:focus {
  border-left-color: rgb(254 252 232 / 1);
  border-right-color: rgb(254 252 232 / 1);
}

.focus\:border-x-yellow-50\/20:focus {
  border-left-color: rgb(254 252 232 / 0.2);
  border-right-color: rgb(254 252 232 / 0.2);
}

.focus\:border-x-yellow-50\/25:focus {
  border-left-color: rgb(254 252 232 / 0.25);
  border-right-color: rgb(254 252 232 / 0.25);
}

.focus\:border-x-yellow-50\/30:focus {
  border-left-color: rgb(254 252 232 / 0.3);
  border-right-color: rgb(254 252 232 / 0.3);
}

.focus\:border-x-yellow-50\/40:focus {
  border-left-color: rgb(254 252 232 / 0.4);
  border-right-color: rgb(254 252 232 / 0.4);
}

.focus\:border-x-yellow-50\/5:focus {
  border-left-color: rgb(254 252 232 / 0.05);
  border-right-color: rgb(254 252 232 / 0.05);
}

.focus\:border-x-yellow-50\/50:focus {
  border-left-color: rgb(254 252 232 / 0.5);
  border-right-color: rgb(254 252 232 / 0.5);
}

.focus\:border-x-yellow-50\/60:focus {
  border-left-color: rgb(254 252 232 / 0.6);
  border-right-color: rgb(254 252 232 / 0.6);
}

.focus\:border-x-yellow-50\/70:focus {
  border-left-color: rgb(254 252 232 / 0.7);
  border-right-color: rgb(254 252 232 / 0.7);
}

.focus\:border-x-yellow-50\/75:focus {
  border-left-color: rgb(254 252 232 / 0.75);
  border-right-color: rgb(254 252 232 / 0.75);
}

.focus\:border-x-yellow-50\/80:focus {
  border-left-color: rgb(254 252 232 / 0.8);
  border-right-color: rgb(254 252 232 / 0.8);
}

.focus\:border-x-yellow-50\/90:focus {
  border-left-color: rgb(254 252 232 / 0.9);
  border-right-color: rgb(254 252 232 / 0.9);
}

.focus\:border-x-yellow-50\/95:focus {
  border-left-color: rgb(254 252 232 / 0.95);
  border-right-color: rgb(254 252 232 / 0.95);
}

.focus\:border-x-yellow-500:focus {
  --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));
}

.focus\:border-x-yellow-500\/0:focus {
  border-left-color: rgb(234 179 8 / 0);
  border-right-color: rgb(234 179 8 / 0);
}

.focus\:border-x-yellow-500\/10:focus {
  border-left-color: rgb(234 179 8 / 0.1);
  border-right-color: rgb(234 179 8 / 0.1);
}

.focus\:border-x-yellow-500\/100:focus {
  border-left-color: rgb(234 179 8 / 1);
  border-right-color: rgb(234 179 8 / 1);
}

.focus\:border-x-yellow-500\/20:focus {
  border-left-color: rgb(234 179 8 / 0.2);
  border-right-color: rgb(234 179 8 / 0.2);
}

.focus\:border-x-yellow-500\/25:focus {
  border-left-color: rgb(234 179 8 / 0.25);
  border-right-color: rgb(234 179 8 / 0.25);
}

.focus\:border-x-yellow-500\/30:focus {
  border-left-color: rgb(234 179 8 / 0.3);
  border-right-color: rgb(234 179 8 / 0.3);
}

.focus\:border-x-yellow-500\/40:focus {
  border-left-color: rgb(234 179 8 / 0.4);
  border-right-color: rgb(234 179 8 / 0.4);
}

.focus\:border-x-yellow-500\/5:focus {
  border-left-color: rgb(234 179 8 / 0.05);
  border-right-color: rgb(234 179 8 / 0.05);
}

.focus\:border-x-yellow-500\/50:focus {
  border-left-color: rgb(234 179 8 / 0.5);
  border-right-color: rgb(234 179 8 / 0.5);
}

.focus\:border-x-yellow-500\/60:focus {
  border-left-color: rgb(234 179 8 / 0.6);
  border-right-color: rgb(234 179 8 / 0.6);
}

.focus\:border-x-yellow-500\/70:focus {
  border-left-color: rgb(234 179 8 / 0.7);
  border-right-color: rgb(234 179 8 / 0.7);
}

.focus\:border-x-yellow-500\/75:focus {
  border-left-color: rgb(234 179 8 / 0.75);
  border-right-color: rgb(234 179 8 / 0.75);
}

.focus\:border-x-yellow-500\/80:focus {
  border-left-color: rgb(234 179 8 / 0.8);
  border-right-color: rgb(234 179 8 / 0.8);
}

.focus\:border-x-yellow-500\/90:focus {
  border-left-color: rgb(234 179 8 / 0.9);
  border-right-color: rgb(234 179 8 / 0.9);
}

.focus\:border-x-yellow-500\/95:focus {
  border-left-color: rgb(234 179 8 / 0.95);
  border-right-color: rgb(234 179 8 / 0.95);
}

.focus\:border-x-yellow-600:focus {
  --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));
}

.focus\:border-x-yellow-600\/0:focus {
  border-left-color: rgb(202 138 4 / 0);
  border-right-color: rgb(202 138 4 / 0);
}

.focus\:border-x-yellow-600\/10:focus {
  border-left-color: rgb(202 138 4 / 0.1);
  border-right-color: rgb(202 138 4 / 0.1);
}

.focus\:border-x-yellow-600\/100:focus {
  border-left-color: rgb(202 138 4 / 1);
  border-right-color: rgb(202 138 4 / 1);
}

.focus\:border-x-yellow-600\/20:focus {
  border-left-color: rgb(202 138 4 / 0.2);
  border-right-color: rgb(202 138 4 / 0.2);
}

.focus\:border-x-yellow-600\/25:focus {
  border-left-color: rgb(202 138 4 / 0.25);
  border-right-color: rgb(202 138 4 / 0.25);
}

.focus\:border-x-yellow-600\/30:focus {
  border-left-color: rgb(202 138 4 / 0.3);
  border-right-color: rgb(202 138 4 / 0.3);
}

.focus\:border-x-yellow-600\/40:focus {
  border-left-color: rgb(202 138 4 / 0.4);
  border-right-color: rgb(202 138 4 / 0.4);
}

.focus\:border-x-yellow-600\/5:focus {
  border-left-color: rgb(202 138 4 / 0.05);
  border-right-color: rgb(202 138 4 / 0.05);
}

.focus\:border-x-yellow-600\/50:focus {
  border-left-color: rgb(202 138 4 / 0.5);
  border-right-color: rgb(202 138 4 / 0.5);
}

.focus\:border-x-yellow-600\/60:focus {
  border-left-color: rgb(202 138 4 / 0.6);
  border-right-color: rgb(202 138 4 / 0.6);
}

.focus\:border-x-yellow-600\/70:focus {
  border-left-color: rgb(202 138 4 / 0.7);
  border-right-color: rgb(202 138 4 / 0.7);
}

.focus\:border-x-yellow-600\/75:focus {
  border-left-color: rgb(202 138 4 / 0.75);
  border-right-color: rgb(202 138 4 / 0.75);
}

.focus\:border-x-yellow-600\/80:focus {
  border-left-color: rgb(202 138 4 / 0.8);
  border-right-color: rgb(202 138 4 / 0.8);
}

.focus\:border-x-yellow-600\/90:focus {
  border-left-color: rgb(202 138 4 / 0.9);
  border-right-color: rgb(202 138 4 / 0.9);
}

.focus\:border-x-yellow-600\/95:focus {
  border-left-color: rgb(202 138 4 / 0.95);
  border-right-color: rgb(202 138 4 / 0.95);
}

.focus\:border-x-yellow-700:focus {
  --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));
}

.focus\:border-x-yellow-700\/0:focus {
  border-left-color: rgb(161 98 7 / 0);
  border-right-color: rgb(161 98 7 / 0);
}

.focus\:border-x-yellow-700\/10:focus {
  border-left-color: rgb(161 98 7 / 0.1);
  border-right-color: rgb(161 98 7 / 0.1);
}

.focus\:border-x-yellow-700\/100:focus {
  border-left-color: rgb(161 98 7 / 1);
  border-right-color: rgb(161 98 7 / 1);
}

.focus\:border-x-yellow-700\/20:focus {
  border-left-color: rgb(161 98 7 / 0.2);
  border-right-color: rgb(161 98 7 / 0.2);
}

.focus\:border-x-yellow-700\/25:focus {
  border-left-color: rgb(161 98 7 / 0.25);
  border-right-color: rgb(161 98 7 / 0.25);
}

.focus\:border-x-yellow-700\/30:focus {
  border-left-color: rgb(161 98 7 / 0.3);
  border-right-color: rgb(161 98 7 / 0.3);
}

.focus\:border-x-yellow-700\/40:focus {
  border-left-color: rgb(161 98 7 / 0.4);
  border-right-color: rgb(161 98 7 / 0.4);
}

.focus\:border-x-yellow-700\/5:focus {
  border-left-color: rgb(161 98 7 / 0.05);
  border-right-color: rgb(161 98 7 / 0.05);
}

.focus\:border-x-yellow-700\/50:focus {
  border-left-color: rgb(161 98 7 / 0.5);
  border-right-color: rgb(161 98 7 / 0.5);
}

.focus\:border-x-yellow-700\/60:focus {
  border-left-color: rgb(161 98 7 / 0.6);
  border-right-color: rgb(161 98 7 / 0.6);
}

.focus\:border-x-yellow-700\/70:focus {
  border-left-color: rgb(161 98 7 / 0.7);
  border-right-color: rgb(161 98 7 / 0.7);
}

.focus\:border-x-yellow-700\/75:focus {
  border-left-color: rgb(161 98 7 / 0.75);
  border-right-color: rgb(161 98 7 / 0.75);
}

.focus\:border-x-yellow-700\/80:focus {
  border-left-color: rgb(161 98 7 / 0.8);
  border-right-color: rgb(161 98 7 / 0.8);
}

.focus\:border-x-yellow-700\/90:focus {
  border-left-color: rgb(161 98 7 / 0.9);
  border-right-color: rgb(161 98 7 / 0.9);
}

.focus\:border-x-yellow-700\/95:focus {
  border-left-color: rgb(161 98 7 / 0.95);
  border-right-color: rgb(161 98 7 / 0.95);
}

.focus\:border-x-yellow-800:focus {
  --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));
}

.focus\:border-x-yellow-800\/0:focus {
  border-left-color: rgb(133 77 14 / 0);
  border-right-color: rgb(133 77 14 / 0);
}

.focus\:border-x-yellow-800\/10:focus {
  border-left-color: rgb(133 77 14 / 0.1);
  border-right-color: rgb(133 77 14 / 0.1);
}

.focus\:border-x-yellow-800\/100:focus {
  border-left-color: rgb(133 77 14 / 1);
  border-right-color: rgb(133 77 14 / 1);
}

.focus\:border-x-yellow-800\/20:focus {
  border-left-color: rgb(133 77 14 / 0.2);
  border-right-color: rgb(133 77 14 / 0.2);
}

.focus\:border-x-yellow-800\/25:focus {
  border-left-color: rgb(133 77 14 / 0.25);
  border-right-color: rgb(133 77 14 / 0.25);
}

.focus\:border-x-yellow-800\/30:focus {
  border-left-color: rgb(133 77 14 / 0.3);
  border-right-color: rgb(133 77 14 / 0.3);
}

.focus\:border-x-yellow-800\/40:focus {
  border-left-color: rgb(133 77 14 / 0.4);
  border-right-color: rgb(133 77 14 / 0.4);
}

.focus\:border-x-yellow-800\/5:focus {
  border-left-color: rgb(133 77 14 / 0.05);
  border-right-color: rgb(133 77 14 / 0.05);
}

.focus\:border-x-yellow-800\/50:focus {
  border-left-color: rgb(133 77 14 / 0.5);
  border-right-color: rgb(133 77 14 / 0.5);
}

.focus\:border-x-yellow-800\/60:focus {
  border-left-color: rgb(133 77 14 / 0.6);
  border-right-color: rgb(133 77 14 / 0.6);
}

.focus\:border-x-yellow-800\/70:focus {
  border-left-color: rgb(133 77 14 / 0.7);
  border-right-color: rgb(133 77 14 / 0.7);
}

.focus\:border-x-yellow-800\/75:focus {
  border-left-color: rgb(133 77 14 / 0.75);
  border-right-color: rgb(133 77 14 / 0.75);
}

.focus\:border-x-yellow-800\/80:focus {
  border-left-color: rgb(133 77 14 / 0.8);
  border-right-color: rgb(133 77 14 / 0.8);
}

.focus\:border-x-yellow-800\/90:focus {
  border-left-color: rgb(133 77 14 / 0.9);
  border-right-color: rgb(133 77 14 / 0.9);
}

.focus\:border-x-yellow-800\/95:focus {
  border-left-color: rgb(133 77 14 / 0.95);
  border-right-color: rgb(133 77 14 / 0.95);
}

.focus\:border-x-yellow-900:focus {
  --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));
}

.focus\:border-x-yellow-900\/0:focus {
  border-left-color: rgb(113 63 18 / 0);
  border-right-color: rgb(113 63 18 / 0);
}

.focus\:border-x-yellow-900\/10:focus {
  border-left-color: rgb(113 63 18 / 0.1);
  border-right-color: rgb(113 63 18 / 0.1);
}

.focus\:border-x-yellow-900\/100:focus {
  border-left-color: rgb(113 63 18 / 1);
  border-right-color: rgb(113 63 18 / 1);
}

.focus\:border-x-yellow-900\/20:focus {
  border-left-color: rgb(113 63 18 / 0.2);
  border-right-color: rgb(113 63 18 / 0.2);
}

.focus\:border-x-yellow-900\/25:focus {
  border-left-color: rgb(113 63 18 / 0.25);
  border-right-color: rgb(113 63 18 / 0.25);
}

.focus\:border-x-yellow-900\/30:focus {
  border-left-color: rgb(113 63 18 / 0.3);
  border-right-color: rgb(113 63 18 / 0.3);
}

.focus\:border-x-yellow-900\/40:focus {
  border-left-color: rgb(113 63 18 / 0.4);
  border-right-color: rgb(113 63 18 / 0.4);
}

.focus\:border-x-yellow-900\/5:focus {
  border-left-color: rgb(113 63 18 / 0.05);
  border-right-color: rgb(113 63 18 / 0.05);
}

.focus\:border-x-yellow-900\/50:focus {
  border-left-color: rgb(113 63 18 / 0.5);
  border-right-color: rgb(113 63 18 / 0.5);
}

.focus\:border-x-yellow-900\/60:focus {
  border-left-color: rgb(113 63 18 / 0.6);
  border-right-color: rgb(113 63 18 / 0.6);
}

.focus\:border-x-yellow-900\/70:focus {
  border-left-color: rgb(113 63 18 / 0.7);
  border-right-color: rgb(113 63 18 / 0.7);
}

.focus\:border-x-yellow-900\/75:focus {
  border-left-color: rgb(113 63 18 / 0.75);
  border-right-color: rgb(113 63 18 / 0.75);
}

.focus\:border-x-yellow-900\/80:focus {
  border-left-color: rgb(113 63 18 / 0.8);
  border-right-color: rgb(113 63 18 / 0.8);
}

.focus\:border-x-yellow-900\/90:focus {
  border-left-color: rgb(113 63 18 / 0.9);
  border-right-color: rgb(113 63 18 / 0.9);
}

.focus\:border-x-yellow-900\/95:focus {
  border-left-color: rgb(113 63 18 / 0.95);
  border-right-color: rgb(113 63 18 / 0.95);
}

.focus\:border-x-yellow-950:focus {
  --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));
}

.focus\:border-x-yellow-950\/0:focus {
  border-left-color: rgb(66 32 6 / 0);
  border-right-color: rgb(66 32 6 / 0);
}

.focus\:border-x-yellow-950\/10:focus {
  border-left-color: rgb(66 32 6 / 0.1);
  border-right-color: rgb(66 32 6 / 0.1);
}

.focus\:border-x-yellow-950\/100:focus {
  border-left-color: rgb(66 32 6 / 1);
  border-right-color: rgb(66 32 6 / 1);
}

.focus\:border-x-yellow-950\/20:focus {
  border-left-color: rgb(66 32 6 / 0.2);
  border-right-color: rgb(66 32 6 / 0.2);
}

.focus\:border-x-yellow-950\/25:focus {
  border-left-color: rgb(66 32 6 / 0.25);
  border-right-color: rgb(66 32 6 / 0.25);
}

.focus\:border-x-yellow-950\/30:focus {
  border-left-color: rgb(66 32 6 / 0.3);
  border-right-color: rgb(66 32 6 / 0.3);
}

.focus\:border-x-yellow-950\/40:focus {
  border-left-color: rgb(66 32 6 / 0.4);
  border-right-color: rgb(66 32 6 / 0.4);
}

.focus\:border-x-yellow-950\/5:focus {
  border-left-color: rgb(66 32 6 / 0.05);
  border-right-color: rgb(66 32 6 / 0.05);
}

.focus\:border-x-yellow-950\/50:focus {
  border-left-color: rgb(66 32 6 / 0.5);
  border-right-color: rgb(66 32 6 / 0.5);
}

.focus\:border-x-yellow-950\/60:focus {
  border-left-color: rgb(66 32 6 / 0.6);
  border-right-color: rgb(66 32 6 / 0.6);
}

.focus\:border-x-yellow-950\/70:focus {
  border-left-color: rgb(66 32 6 / 0.7);
  border-right-color: rgb(66 32 6 / 0.7);
}

.focus\:border-x-yellow-950\/75:focus {
  border-left-color: rgb(66 32 6 / 0.75);
  border-right-color: rgb(66 32 6 / 0.75);
}

.focus\:border-x-yellow-950\/80:focus {
  border-left-color: rgb(66 32 6 / 0.8);
  border-right-color: rgb(66 32 6 / 0.8);
}

.focus\:border-x-yellow-950\/90:focus {
  border-left-color: rgb(66 32 6 / 0.9);
  border-right-color: rgb(66 32 6 / 0.9);
}

.focus\:border-x-yellow-950\/95:focus {
  border-left-color: rgb(66 32 6 / 0.95);
  border-right-color: rgb(66 32 6 / 0.95);
}

.focus\:border-x-zinc-100:focus {
  --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));
}

.focus\:border-x-zinc-100\/0:focus {
  border-left-color: rgb(244 244 245 / 0);
  border-right-color: rgb(244 244 245 / 0);
}

.focus\:border-x-zinc-100\/10:focus {
  border-left-color: rgb(244 244 245 / 0.1);
  border-right-color: rgb(244 244 245 / 0.1);
}

.focus\:border-x-zinc-100\/100:focus {
  border-left-color: rgb(244 244 245 / 1);
  border-right-color: rgb(244 244 245 / 1);
}

.focus\:border-x-zinc-100\/20:focus {
  border-left-color: rgb(244 244 245 / 0.2);
  border-right-color: rgb(244 244 245 / 0.2);
}

.focus\:border-x-zinc-100\/25:focus {
  border-left-color: rgb(244 244 245 / 0.25);
  border-right-color: rgb(244 244 245 / 0.25);
}

.focus\:border-x-zinc-100\/30:focus {
  border-left-color: rgb(244 244 245 / 0.3);
  border-right-color: rgb(244 244 245 / 0.3);
}

.focus\:border-x-zinc-100\/40:focus {
  border-left-color: rgb(244 244 245 / 0.4);
  border-right-color: rgb(244 244 245 / 0.4);
}

.focus\:border-x-zinc-100\/5:focus {
  border-left-color: rgb(244 244 245 / 0.05);
  border-right-color: rgb(244 244 245 / 0.05);
}

.focus\:border-x-zinc-100\/50:focus {
  border-left-color: rgb(244 244 245 / 0.5);
  border-right-color: rgb(244 244 245 / 0.5);
}

.focus\:border-x-zinc-100\/60:focus {
  border-left-color: rgb(244 244 245 / 0.6);
  border-right-color: rgb(244 244 245 / 0.6);
}

.focus\:border-x-zinc-100\/70:focus {
  border-left-color: rgb(244 244 245 / 0.7);
  border-right-color: rgb(244 244 245 / 0.7);
}

.focus\:border-x-zinc-100\/75:focus {
  border-left-color: rgb(244 244 245 / 0.75);
  border-right-color: rgb(244 244 245 / 0.75);
}

.focus\:border-x-zinc-100\/80:focus {
  border-left-color: rgb(244 244 245 / 0.8);
  border-right-color: rgb(244 244 245 / 0.8);
}

.focus\:border-x-zinc-100\/90:focus {
  border-left-color: rgb(244 244 245 / 0.9);
  border-right-color: rgb(244 244 245 / 0.9);
}

.focus\:border-x-zinc-100\/95:focus {
  border-left-color: rgb(244 244 245 / 0.95);
  border-right-color: rgb(244 244 245 / 0.95);
}

.focus\:border-x-zinc-200:focus {
  --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));
}

.focus\:border-x-zinc-200\/0:focus {
  border-left-color: rgb(228 228 231 / 0);
  border-right-color: rgb(228 228 231 / 0);
}

.focus\:border-x-zinc-200\/10:focus {
  border-left-color: rgb(228 228 231 / 0.1);
  border-right-color: rgb(228 228 231 / 0.1);
}

.focus\:border-x-zinc-200\/100:focus {
  border-left-color: rgb(228 228 231 / 1);
  border-right-color: rgb(228 228 231 / 1);
}

.focus\:border-x-zinc-200\/20:focus {
  border-left-color: rgb(228 228 231 / 0.2);
  border-right-color: rgb(228 228 231 / 0.2);
}

.focus\:border-x-zinc-200\/25:focus {
  border-left-color: rgb(228 228 231 / 0.25);
  border-right-color: rgb(228 228 231 / 0.25);
}

.focus\:border-x-zinc-200\/30:focus {
  border-left-color: rgb(228 228 231 / 0.3);
  border-right-color: rgb(228 228 231 / 0.3);
}

.focus\:border-x-zinc-200\/40:focus {
  border-left-color: rgb(228 228 231 / 0.4);
  border-right-color: rgb(228 228 231 / 0.4);
}

.focus\:border-x-zinc-200\/5:focus {
  border-left-color: rgb(228 228 231 / 0.05);
  border-right-color: rgb(228 228 231 / 0.05);
}

.focus\:border-x-zinc-200\/50:focus {
  border-left-color: rgb(228 228 231 / 0.5);
  border-right-color: rgb(228 228 231 / 0.5);
}

.focus\:border-x-zinc-200\/60:focus {
  border-left-color: rgb(228 228 231 / 0.6);
  border-right-color: rgb(228 228 231 / 0.6);
}

.focus\:border-x-zinc-200\/70:focus {
  border-left-color: rgb(228 228 231 / 0.7);
  border-right-color: rgb(228 228 231 / 0.7);
}

.focus\:border-x-zinc-200\/75:focus {
  border-left-color: rgb(228 228 231 / 0.75);
  border-right-color: rgb(228 228 231 / 0.75);
}

.focus\:border-x-zinc-200\/80:focus {
  border-left-color: rgb(228 228 231 / 0.8);
  border-right-color: rgb(228 228 231 / 0.8);
}

.focus\:border-x-zinc-200\/90:focus {
  border-left-color: rgb(228 228 231 / 0.9);
  border-right-color: rgb(228 228 231 / 0.9);
}

.focus\:border-x-zinc-200\/95:focus {
  border-left-color: rgb(228 228 231 / 0.95);
  border-right-color: rgb(228 228 231 / 0.95);
}

.focus\:border-x-zinc-300:focus {
  --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));
}

.focus\:border-x-zinc-300\/0:focus {
  border-left-color: rgb(212 212 216 / 0);
  border-right-color: rgb(212 212 216 / 0);
}

.focus\:border-x-zinc-300\/10:focus {
  border-left-color: rgb(212 212 216 / 0.1);
  border-right-color: rgb(212 212 216 / 0.1);
}

.focus\:border-x-zinc-300\/100:focus {
  border-left-color: rgb(212 212 216 / 1);
  border-right-color: rgb(212 212 216 / 1);
}

.focus\:border-x-zinc-300\/20:focus {
  border-left-color: rgb(212 212 216 / 0.2);
  border-right-color: rgb(212 212 216 / 0.2);
}

.focus\:border-x-zinc-300\/25:focus {
  border-left-color: rgb(212 212 216 / 0.25);
  border-right-color: rgb(212 212 216 / 0.25);
}

.focus\:border-x-zinc-300\/30:focus {
  border-left-color: rgb(212 212 216 / 0.3);
  border-right-color: rgb(212 212 216 / 0.3);
}

.focus\:border-x-zinc-300\/40:focus {
  border-left-color: rgb(212 212 216 / 0.4);
  border-right-color: rgb(212 212 216 / 0.4);
}

.focus\:border-x-zinc-300\/5:focus {
  border-left-color: rgb(212 212 216 / 0.05);
  border-right-color: rgb(212 212 216 / 0.05);
}

.focus\:border-x-zinc-300\/50:focus {
  border-left-color: rgb(212 212 216 / 0.5);
  border-right-color: rgb(212 212 216 / 0.5);
}

.focus\:border-x-zinc-300\/60:focus {
  border-left-color: rgb(212 212 216 / 0.6);
  border-right-color: rgb(212 212 216 / 0.6);
}

.focus\:border-x-zinc-300\/70:focus {
  border-left-color: rgb(212 212 216 / 0.7);
  border-right-color: rgb(212 212 216 / 0.7);
}

.focus\:border-x-zinc-300\/75:focus {
  border-left-color: rgb(212 212 216 / 0.75);
  border-right-color: rgb(212 212 216 / 0.75);
}

.focus\:border-x-zinc-300\/80:focus {
  border-left-color: rgb(212 212 216 / 0.8);
  border-right-color: rgb(212 212 216 / 0.8);
}

.focus\:border-x-zinc-300\/90:focus {
  border-left-color: rgb(212 212 216 / 0.9);
  border-right-color: rgb(212 212 216 / 0.9);
}

.focus\:border-x-zinc-300\/95:focus {
  border-left-color: rgb(212 212 216 / 0.95);
  border-right-color: rgb(212 212 216 / 0.95);
}

.focus\:border-x-zinc-400:focus {
  --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));
}

.focus\:border-x-zinc-400\/0:focus {
  border-left-color: rgb(161 161 170 / 0);
  border-right-color: rgb(161 161 170 / 0);
}

.focus\:border-x-zinc-400\/10:focus {
  border-left-color: rgb(161 161 170 / 0.1);
  border-right-color: rgb(161 161 170 / 0.1);
}

.focus\:border-x-zinc-400\/100:focus {
  border-left-color: rgb(161 161 170 / 1);
  border-right-color: rgb(161 161 170 / 1);
}

.focus\:border-x-zinc-400\/20:focus {
  border-left-color: rgb(161 161 170 / 0.2);
  border-right-color: rgb(161 161 170 / 0.2);
}

.focus\:border-x-zinc-400\/25:focus {
  border-left-color: rgb(161 161 170 / 0.25);
  border-right-color: rgb(161 161 170 / 0.25);
}

.focus\:border-x-zinc-400\/30:focus {
  border-left-color: rgb(161 161 170 / 0.3);
  border-right-color: rgb(161 161 170 / 0.3);
}

.focus\:border-x-zinc-400\/40:focus {
  border-left-color: rgb(161 161 170 / 0.4);
  border-right-color: rgb(161 161 170 / 0.4);
}

.focus\:border-x-zinc-400\/5:focus {
  border-left-color: rgb(161 161 170 / 0.05);
  border-right-color: rgb(161 161 170 / 0.05);
}

.focus\:border-x-zinc-400\/50:focus {
  border-left-color: rgb(161 161 170 / 0.5);
  border-right-color: rgb(161 161 170 / 0.5);
}

.focus\:border-x-zinc-400\/60:focus {
  border-left-color: rgb(161 161 170 / 0.6);
  border-right-color: rgb(161 161 170 / 0.6);
}

.focus\:border-x-zinc-400\/70:focus {
  border-left-color: rgb(161 161 170 / 0.7);
  border-right-color: rgb(161 161 170 / 0.7);
}

.focus\:border-x-zinc-400\/75:focus {
  border-left-color: rgb(161 161 170 / 0.75);
  border-right-color: rgb(161 161 170 / 0.75);
}

.focus\:border-x-zinc-400\/80:focus {
  border-left-color: rgb(161 161 170 / 0.8);
  border-right-color: rgb(161 161 170 / 0.8);
}

.focus\:border-x-zinc-400\/90:focus {
  border-left-color: rgb(161 161 170 / 0.9);
  border-right-color: rgb(161 161 170 / 0.9);
}

.focus\:border-x-zinc-400\/95:focus {
  border-left-color: rgb(161 161 170 / 0.95);
  border-right-color: rgb(161 161 170 / 0.95);
}

.focus\:border-x-zinc-50:focus {
  --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));
}

.focus\:border-x-zinc-50\/0:focus {
  border-left-color: rgb(250 250 250 / 0);
  border-right-color: rgb(250 250 250 / 0);
}

.focus\:border-x-zinc-50\/10:focus {
  border-left-color: rgb(250 250 250 / 0.1);
  border-right-color: rgb(250 250 250 / 0.1);
}

.focus\:border-x-zinc-50\/100:focus {
  border-left-color: rgb(250 250 250 / 1);
  border-right-color: rgb(250 250 250 / 1);
}

.focus\:border-x-zinc-50\/20:focus {
  border-left-color: rgb(250 250 250 / 0.2);
  border-right-color: rgb(250 250 250 / 0.2);
}

.focus\:border-x-zinc-50\/25:focus {
  border-left-color: rgb(250 250 250 / 0.25);
  border-right-color: rgb(250 250 250 / 0.25);
}

.focus\:border-x-zinc-50\/30:focus {
  border-left-color: rgb(250 250 250 / 0.3);
  border-right-color: rgb(250 250 250 / 0.3);
}

.focus\:border-x-zinc-50\/40:focus {
  border-left-color: rgb(250 250 250 / 0.4);
  border-right-color: rgb(250 250 250 / 0.4);
}

.focus\:border-x-zinc-50\/5:focus {
  border-left-color: rgb(250 250 250 / 0.05);
  border-right-color: rgb(250 250 250 / 0.05);
}

.focus\:border-x-zinc-50\/50:focus {
  border-left-color: rgb(250 250 250 / 0.5);
  border-right-color: rgb(250 250 250 / 0.5);
}

.focus\:border-x-zinc-50\/60:focus {
  border-left-color: rgb(250 250 250 / 0.6);
  border-right-color: rgb(250 250 250 / 0.6);
}

.focus\:border-x-zinc-50\/70:focus {
  border-left-color: rgb(250 250 250 / 0.7);
  border-right-color: rgb(250 250 250 / 0.7);
}

.focus\:border-x-zinc-50\/75:focus {
  border-left-color: rgb(250 250 250 / 0.75);
  border-right-color: rgb(250 250 250 / 0.75);
}

.focus\:border-x-zinc-50\/80:focus {
  border-left-color: rgb(250 250 250 / 0.8);
  border-right-color: rgb(250 250 250 / 0.8);
}

.focus\:border-x-zinc-50\/90:focus {
  border-left-color: rgb(250 250 250 / 0.9);
  border-right-color: rgb(250 250 250 / 0.9);
}

.focus\:border-x-zinc-50\/95:focus {
  border-left-color: rgb(250 250 250 / 0.95);
  border-right-color: rgb(250 250 250 / 0.95);
}

.focus\:border-x-zinc-500:focus {
  --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));
}

.focus\:border-x-zinc-500\/0:focus {
  border-left-color: rgb(113 113 122 / 0);
  border-right-color: rgb(113 113 122 / 0);
}

.focus\:border-x-zinc-500\/10:focus {
  border-left-color: rgb(113 113 122 / 0.1);
  border-right-color: rgb(113 113 122 / 0.1);
}

.focus\:border-x-zinc-500\/100:focus {
  border-left-color: rgb(113 113 122 / 1);
  border-right-color: rgb(113 113 122 / 1);
}

.focus\:border-x-zinc-500\/20:focus {
  border-left-color: rgb(113 113 122 / 0.2);
  border-right-color: rgb(113 113 122 / 0.2);
}

.focus\:border-x-zinc-500\/25:focus {
  border-left-color: rgb(113 113 122 / 0.25);
  border-right-color: rgb(113 113 122 / 0.25);
}

.focus\:border-x-zinc-500\/30:focus {
  border-left-color: rgb(113 113 122 / 0.3);
  border-right-color: rgb(113 113 122 / 0.3);
}

.focus\:border-x-zinc-500\/40:focus {
  border-left-color: rgb(113 113 122 / 0.4);
  border-right-color: rgb(113 113 122 / 0.4);
}

.focus\:border-x-zinc-500\/5:focus {
  border-left-color: rgb(113 113 122 / 0.05);
  border-right-color: rgb(113 113 122 / 0.05);
}

.focus\:border-x-zinc-500\/50:focus {
  border-left-color: rgb(113 113 122 / 0.5);
  border-right-color: rgb(113 113 122 / 0.5);
}

.focus\:border-x-zinc-500\/60:focus {
  border-left-color: rgb(113 113 122 / 0.6);
  border-right-color: rgb(113 113 122 / 0.6);
}

.focus\:border-x-zinc-500\/70:focus {
  border-left-color: rgb(113 113 122 / 0.7);
  border-right-color: rgb(113 113 122 / 0.7);
}

.focus\:border-x-zinc-500\/75:focus {
  border-left-color: rgb(113 113 122 / 0.75);
  border-right-color: rgb(113 113 122 / 0.75);
}

.focus\:border-x-zinc-500\/80:focus {
  border-left-color: rgb(113 113 122 / 0.8);
  border-right-color: rgb(113 113 122 / 0.8);
}

.focus\:border-x-zinc-500\/90:focus {
  border-left-color: rgb(113 113 122 / 0.9);
  border-right-color: rgb(113 113 122 / 0.9);
}

.focus\:border-x-zinc-500\/95:focus {
  border-left-color: rgb(113 113 122 / 0.95);
  border-right-color: rgb(113 113 122 / 0.95);
}

.focus\:border-x-zinc-600:focus {
  --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));
}

.focus\:border-x-zinc-600\/0:focus {
  border-left-color: rgb(82 82 91 / 0);
  border-right-color: rgb(82 82 91 / 0);
}

.focus\:border-x-zinc-600\/10:focus {
  border-left-color: rgb(82 82 91 / 0.1);
  border-right-color: rgb(82 82 91 / 0.1);
}

.focus\:border-x-zinc-600\/100:focus {
  border-left-color: rgb(82 82 91 / 1);
  border-right-color: rgb(82 82 91 / 1);
}

.focus\:border-x-zinc-600\/20:focus {
  border-left-color: rgb(82 82 91 / 0.2);
  border-right-color: rgb(82 82 91 / 0.2);
}

.focus\:border-x-zinc-600\/25:focus {
  border-left-color: rgb(82 82 91 / 0.25);
  border-right-color: rgb(82 82 91 / 0.25);
}

.focus\:border-x-zinc-600\/30:focus {
  border-left-color: rgb(82 82 91 / 0.3);
  border-right-color: rgb(82 82 91 / 0.3);
}

.focus\:border-x-zinc-600\/40:focus {
  border-left-color: rgb(82 82 91 / 0.4);
  border-right-color: rgb(82 82 91 / 0.4);
}

.focus\:border-x-zinc-600\/5:focus {
  border-left-color: rgb(82 82 91 / 0.05);
  border-right-color: rgb(82 82 91 / 0.05);
}

.focus\:border-x-zinc-600\/50:focus {
  border-left-color: rgb(82 82 91 / 0.5);
  border-right-color: rgb(82 82 91 / 0.5);
}

.focus\:border-x-zinc-600\/60:focus {
  border-left-color: rgb(82 82 91 / 0.6);
  border-right-color: rgb(82 82 91 / 0.6);
}

.focus\:border-x-zinc-600\/70:focus {
  border-left-color: rgb(82 82 91 / 0.7);
  border-right-color: rgb(82 82 91 / 0.7);
}

.focus\:border-x-zinc-600\/75:focus {
  border-left-color: rgb(82 82 91 / 0.75);
  border-right-color: rgb(82 82 91 / 0.75);
}

.focus\:border-x-zinc-600\/80:focus {
  border-left-color: rgb(82 82 91 / 0.8);
  border-right-color: rgb(82 82 91 / 0.8);
}

.focus\:border-x-zinc-600\/90:focus {
  border-left-color: rgb(82 82 91 / 0.9);
  border-right-color: rgb(82 82 91 / 0.9);
}

.focus\:border-x-zinc-600\/95:focus {
  border-left-color: rgb(82 82 91 / 0.95);
  border-right-color: rgb(82 82 91 / 0.95);
}

.focus\:border-x-zinc-700:focus {
  --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));
}

.focus\:border-x-zinc-700\/0:focus {
  border-left-color: rgb(63 63 70 / 0);
  border-right-color: rgb(63 63 70 / 0);
}

.focus\:border-x-zinc-700\/10:focus {
  border-left-color: rgb(63 63 70 / 0.1);
  border-right-color: rgb(63 63 70 / 0.1);
}

.focus\:border-x-zinc-700\/100:focus {
  border-left-color: rgb(63 63 70 / 1);
  border-right-color: rgb(63 63 70 / 1);
}

.focus\:border-x-zinc-700\/20:focus {
  border-left-color: rgb(63 63 70 / 0.2);
  border-right-color: rgb(63 63 70 / 0.2);
}

.focus\:border-x-zinc-700\/25:focus {
  border-left-color: rgb(63 63 70 / 0.25);
  border-right-color: rgb(63 63 70 / 0.25);
}

.focus\:border-x-zinc-700\/30:focus {
  border-left-color: rgb(63 63 70 / 0.3);
  border-right-color: rgb(63 63 70 / 0.3);
}

.focus\:border-x-zinc-700\/40:focus {
  border-left-color: rgb(63 63 70 / 0.4);
  border-right-color: rgb(63 63 70 / 0.4);
}

.focus\:border-x-zinc-700\/5:focus {
  border-left-color: rgb(63 63 70 / 0.05);
  border-right-color: rgb(63 63 70 / 0.05);
}

.focus\:border-x-zinc-700\/50:focus {
  border-left-color: rgb(63 63 70 / 0.5);
  border-right-color: rgb(63 63 70 / 0.5);
}

.focus\:border-x-zinc-700\/60:focus {
  border-left-color: rgb(63 63 70 / 0.6);
  border-right-color: rgb(63 63 70 / 0.6);
}

.focus\:border-x-zinc-700\/70:focus {
  border-left-color: rgb(63 63 70 / 0.7);
  border-right-color: rgb(63 63 70 / 0.7);
}

.focus\:border-x-zinc-700\/75:focus {
  border-left-color: rgb(63 63 70 / 0.75);
  border-right-color: rgb(63 63 70 / 0.75);
}

.focus\:border-x-zinc-700\/80:focus {
  border-left-color: rgb(63 63 70 / 0.8);
  border-right-color: rgb(63 63 70 / 0.8);
}

.focus\:border-x-zinc-700\/90:focus {
  border-left-color: rgb(63 63 70 / 0.9);
  border-right-color: rgb(63 63 70 / 0.9);
}

.focus\:border-x-zinc-700\/95:focus {
  border-left-color: rgb(63 63 70 / 0.95);
  border-right-color: rgb(63 63 70 / 0.95);
}

.focus\:border-x-zinc-800:focus {
  --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));
}

.focus\:border-x-zinc-800\/0:focus {
  border-left-color: rgb(39 39 42 / 0);
  border-right-color: rgb(39 39 42 / 0);
}

.focus\:border-x-zinc-800\/10:focus {
  border-left-color: rgb(39 39 42 / 0.1);
  border-right-color: rgb(39 39 42 / 0.1);
}

.focus\:border-x-zinc-800\/100:focus {
  border-left-color: rgb(39 39 42 / 1);
  border-right-color: rgb(39 39 42 / 1);
}

.focus\:border-x-zinc-800\/20:focus {
  border-left-color: rgb(39 39 42 / 0.2);
  border-right-color: rgb(39 39 42 / 0.2);
}

.focus\:border-x-zinc-800\/25:focus {
  border-left-color: rgb(39 39 42 / 0.25);
  border-right-color: rgb(39 39 42 / 0.25);
}

.focus\:border-x-zinc-800\/30:focus {
  border-left-color: rgb(39 39 42 / 0.3);
  border-right-color: rgb(39 39 42 / 0.3);
}

.focus\:border-x-zinc-800\/40:focus {
  border-left-color: rgb(39 39 42 / 0.4);
  border-right-color: rgb(39 39 42 / 0.4);
}

.focus\:border-x-zinc-800\/5:focus {
  border-left-color: rgb(39 39 42 / 0.05);
  border-right-color: rgb(39 39 42 / 0.05);
}

.focus\:border-x-zinc-800\/50:focus {
  border-left-color: rgb(39 39 42 / 0.5);
  border-right-color: rgb(39 39 42 / 0.5);
}

.focus\:border-x-zinc-800\/60:focus {
  border-left-color: rgb(39 39 42 / 0.6);
  border-right-color: rgb(39 39 42 / 0.6);
}

.focus\:border-x-zinc-800\/70:focus {
  border-left-color: rgb(39 39 42 / 0.7);
  border-right-color: rgb(39 39 42 / 0.7);
}

.focus\:border-x-zinc-800\/75:focus {
  border-left-color: rgb(39 39 42 / 0.75);
  border-right-color: rgb(39 39 42 / 0.75);
}

.focus\:border-x-zinc-800\/80:focus {
  border-left-color: rgb(39 39 42 / 0.8);
  border-right-color: rgb(39 39 42 / 0.8);
}

.focus\:border-x-zinc-800\/90:focus {
  border-left-color: rgb(39 39 42 / 0.9);
  border-right-color: rgb(39 39 42 / 0.9);
}

.focus\:border-x-zinc-800\/95:focus {
  border-left-color: rgb(39 39 42 / 0.95);
  border-right-color: rgb(39 39 42 / 0.95);
}

.focus\:border-x-zinc-900:focus {
  --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));
}

.focus\:border-x-zinc-900\/0:focus {
  border-left-color: rgb(24 24 27 / 0);
  border-right-color: rgb(24 24 27 / 0);
}

.focus\:border-x-zinc-900\/10:focus {
  border-left-color: rgb(24 24 27 / 0.1);
  border-right-color: rgb(24 24 27 / 0.1);
}

.focus\:border-x-zinc-900\/100:focus {
  border-left-color: rgb(24 24 27 / 1);
  border-right-color: rgb(24 24 27 / 1);
}

.focus\:border-x-zinc-900\/20:focus {
  border-left-color: rgb(24 24 27 / 0.2);
  border-right-color: rgb(24 24 27 / 0.2);
}

.focus\:border-x-zinc-900\/25:focus {
  border-left-color: rgb(24 24 27 / 0.25);
  border-right-color: rgb(24 24 27 / 0.25);
}

.focus\:border-x-zinc-900\/30:focus {
  border-left-color: rgb(24 24 27 / 0.3);
  border-right-color: rgb(24 24 27 / 0.3);
}

.focus\:border-x-zinc-900\/40:focus {
  border-left-color: rgb(24 24 27 / 0.4);
  border-right-color: rgb(24 24 27 / 0.4);
}

.focus\:border-x-zinc-900\/5:focus {
  border-left-color: rgb(24 24 27 / 0.05);
  border-right-color: rgb(24 24 27 / 0.05);
}

.focus\:border-x-zinc-900\/50:focus {
  border-left-color: rgb(24 24 27 / 0.5);
  border-right-color: rgb(24 24 27 / 0.5);
}

.focus\:border-x-zinc-900\/60:focus {
  border-left-color: rgb(24 24 27 / 0.6);
  border-right-color: rgb(24 24 27 / 0.6);
}

.focus\:border-x-zinc-900\/70:focus {
  border-left-color: rgb(24 24 27 / 0.7);
  border-right-color: rgb(24 24 27 / 0.7);
}

.focus\:border-x-zinc-900\/75:focus {
  border-left-color: rgb(24 24 27 / 0.75);
  border-right-color: rgb(24 24 27 / 0.75);
}

.focus\:border-x-zinc-900\/80:focus {
  border-left-color: rgb(24 24 27 / 0.8);
  border-right-color: rgb(24 24 27 / 0.8);
}

.focus\:border-x-zinc-900\/90:focus {
  border-left-color: rgb(24 24 27 / 0.9);
  border-right-color: rgb(24 24 27 / 0.9);
}

.focus\:border-x-zinc-900\/95:focus {
  border-left-color: rgb(24 24 27 / 0.95);
  border-right-color: rgb(24 24 27 / 0.95);
}

.focus\:border-x-zinc-950:focus {
  --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));
}

.focus\:border-x-zinc-950\/0:focus {
  border-left-color: rgb(9 9 11 / 0);
  border-right-color: rgb(9 9 11 / 0);
}

.focus\:border-x-zinc-950\/10:focus {
  border-left-color: rgb(9 9 11 / 0.1);
  border-right-color: rgb(9 9 11 / 0.1);
}

.focus\:border-x-zinc-950\/100:focus {
  border-left-color: rgb(9 9 11 / 1);
  border-right-color: rgb(9 9 11 / 1);
}

.focus\:border-x-zinc-950\/20:focus {
  border-left-color: rgb(9 9 11 / 0.2);
  border-right-color: rgb(9 9 11 / 0.2);
}

.focus\:border-x-zinc-950\/25:focus {
  border-left-color: rgb(9 9 11 / 0.25);
  border-right-color: rgb(9 9 11 / 0.25);
}

.focus\:border-x-zinc-950\/30:focus {
  border-left-color: rgb(9 9 11 / 0.3);
  border-right-color: rgb(9 9 11 / 0.3);
}

.focus\:border-x-zinc-950\/40:focus {
  border-left-color: rgb(9 9 11 / 0.4);
  border-right-color: rgb(9 9 11 / 0.4);
}

.focus\:border-x-zinc-950\/5:focus {
  border-left-color: rgb(9 9 11 / 0.05);
  border-right-color: rgb(9 9 11 / 0.05);
}

.focus\:border-x-zinc-950\/50:focus {
  border-left-color: rgb(9 9 11 / 0.5);
  border-right-color: rgb(9 9 11 / 0.5);
}

.focus\:border-x-zinc-950\/60:focus {
  border-left-color: rgb(9 9 11 / 0.6);
  border-right-color: rgb(9 9 11 / 0.6);
}

.focus\:border-x-zinc-950\/70:focus {
  border-left-color: rgb(9 9 11 / 0.7);
  border-right-color: rgb(9 9 11 / 0.7);
}

.focus\:border-x-zinc-950\/75:focus {
  border-left-color: rgb(9 9 11 / 0.75);
  border-right-color: rgb(9 9 11 / 0.75);
}

.focus\:border-x-zinc-950\/80:focus {
  border-left-color: rgb(9 9 11 / 0.8);
  border-right-color: rgb(9 9 11 / 0.8);
}

.focus\:border-x-zinc-950\/90:focus {
  border-left-color: rgb(9 9 11 / 0.9);
  border-right-color: rgb(9 9 11 / 0.9);
}

.focus\:border-x-zinc-950\/95:focus {
  border-left-color: rgb(9 9 11 / 0.95);
  border-right-color: rgb(9 9 11 / 0.95);
}

.focus\:border-y-amber-100:focus {
  --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));
}

.focus\:border-y-amber-100\/0:focus {
  border-top-color: rgb(254 243 199 / 0);
  border-bottom-color: rgb(254 243 199 / 0);
}

.focus\:border-y-amber-100\/10:focus {
  border-top-color: rgb(254 243 199 / 0.1);
  border-bottom-color: rgb(254 243 199 / 0.1);
}

.focus\:border-y-amber-100\/100:focus {
  border-top-color: rgb(254 243 199 / 1);
  border-bottom-color: rgb(254 243 199 / 1);
}

.focus\:border-y-amber-100\/20:focus {
  border-top-color: rgb(254 243 199 / 0.2);
  border-bottom-color: rgb(254 243 199 / 0.2);
}

.focus\:border-y-amber-100\/25:focus {
  border-top-color: rgb(254 243 199 / 0.25);
  border-bottom-color: rgb(254 243 199 / 0.25);
}

.focus\:border-y-amber-100\/30:focus {
  border-top-color: rgb(254 243 199 / 0.3);
  border-bottom-color: rgb(254 243 199 / 0.3);
}

.focus\:border-y-amber-100\/40:focus {
  border-top-color: rgb(254 243 199 / 0.4);
  border-bottom-color: rgb(254 243 199 / 0.4);
}

.focus\:border-y-amber-100\/5:focus {
  border-top-color: rgb(254 243 199 / 0.05);
  border-bottom-color: rgb(254 243 199 / 0.05);
}

.focus\:border-y-amber-100\/50:focus {
  border-top-color: rgb(254 243 199 / 0.5);
  border-bottom-color: rgb(254 243 199 / 0.5);
}

.focus\:border-y-amber-100\/60:focus {
  border-top-color: rgb(254 243 199 / 0.6);
  border-bottom-color: rgb(254 243 199 / 0.6);
}

.focus\:border-y-amber-100\/70:focus {
  border-top-color: rgb(254 243 199 / 0.7);
  border-bottom-color: rgb(254 243 199 / 0.7);
}

.focus\:border-y-amber-100\/75:focus {
  border-top-color: rgb(254 243 199 / 0.75);
  border-bottom-color: rgb(254 243 199 / 0.75);
}

.focus\:border-y-amber-100\/80:focus {
  border-top-color: rgb(254 243 199 / 0.8);
  border-bottom-color: rgb(254 243 199 / 0.8);
}

.focus\:border-y-amber-100\/90:focus {
  border-top-color: rgb(254 243 199 / 0.9);
  border-bottom-color: rgb(254 243 199 / 0.9);
}

.focus\:border-y-amber-100\/95:focus {
  border-top-color: rgb(254 243 199 / 0.95);
  border-bottom-color: rgb(254 243 199 / 0.95);
}

.focus\:border-y-amber-200:focus {
  --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));
}

.focus\:border-y-amber-200\/0:focus {
  border-top-color: rgb(253 230 138 / 0);
  border-bottom-color: rgb(253 230 138 / 0);
}

.focus\:border-y-amber-200\/10:focus {
  border-top-color: rgb(253 230 138 / 0.1);
  border-bottom-color: rgb(253 230 138 / 0.1);
}

.focus\:border-y-amber-200\/100:focus {
  border-top-color: rgb(253 230 138 / 1);
  border-bottom-color: rgb(253 230 138 / 1);
}

.focus\:border-y-amber-200\/20:focus {
  border-top-color: rgb(253 230 138 / 0.2);
  border-bottom-color: rgb(253 230 138 / 0.2);
}

.focus\:border-y-amber-200\/25:focus {
  border-top-color: rgb(253 230 138 / 0.25);
  border-bottom-color: rgb(253 230 138 / 0.25);
}

.focus\:border-y-amber-200\/30:focus {
  border-top-color: rgb(253 230 138 / 0.3);
  border-bottom-color: rgb(253 230 138 / 0.3);
}

.focus\:border-y-amber-200\/40:focus {
  border-top-color: rgb(253 230 138 / 0.4);
  border-bottom-color: rgb(253 230 138 / 0.4);
}

.focus\:border-y-amber-200\/5:focus {
  border-top-color: rgb(253 230 138 / 0.05);
  border-bottom-color: rgb(253 230 138 / 0.05);
}

.focus\:border-y-amber-200\/50:focus {
  border-top-color: rgb(253 230 138 / 0.5);
  border-bottom-color: rgb(253 230 138 / 0.5);
}

.focus\:border-y-amber-200\/60:focus {
  border-top-color: rgb(253 230 138 / 0.6);
  border-bottom-color: rgb(253 230 138 / 0.6);
}

.focus\:border-y-amber-200\/70:focus {
  border-top-color: rgb(253 230 138 / 0.7);
  border-bottom-color: rgb(253 230 138 / 0.7);
}

.focus\:border-y-amber-200\/75:focus {
  border-top-color: rgb(253 230 138 / 0.75);
  border-bottom-color: rgb(253 230 138 / 0.75);
}

.focus\:border-y-amber-200\/80:focus {
  border-top-color: rgb(253 230 138 / 0.8);
  border-bottom-color: rgb(253 230 138 / 0.8);
}

.focus\:border-y-amber-200\/90:focus {
  border-top-color: rgb(253 230 138 / 0.9);
  border-bottom-color: rgb(253 230 138 / 0.9);
}

.focus\:border-y-amber-200\/95:focus {
  border-top-color: rgb(253 230 138 / 0.95);
  border-bottom-color: rgb(253 230 138 / 0.95);
}

.focus\:border-y-amber-300:focus {
  --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));
}

.focus\:border-y-amber-300\/0:focus {
  border-top-color: rgb(252 211 77 / 0);
  border-bottom-color: rgb(252 211 77 / 0);
}

.focus\:border-y-amber-300\/10:focus {
  border-top-color: rgb(252 211 77 / 0.1);
  border-bottom-color: rgb(252 211 77 / 0.1);
}

.focus\:border-y-amber-300\/100:focus {
  border-top-color: rgb(252 211 77 / 1);
  border-bottom-color: rgb(252 211 77 / 1);
}

.focus\:border-y-amber-300\/20:focus {
  border-top-color: rgb(252 211 77 / 0.2);
  border-bottom-color: rgb(252 211 77 / 0.2);
}

.focus\:border-y-amber-300\/25:focus {
  border-top-color: rgb(252 211 77 / 0.25);
  border-bottom-color: rgb(252 211 77 / 0.25);
}

.focus\:border-y-amber-300\/30:focus {
  border-top-color: rgb(252 211 77 / 0.3);
  border-bottom-color: rgb(252 211 77 / 0.3);
}

.focus\:border-y-amber-300\/40:focus {
  border-top-color: rgb(252 211 77 / 0.4);
  border-bottom-color: rgb(252 211 77 / 0.4);
}

.focus\:border-y-amber-300\/5:focus {
  border-top-color: rgb(252 211 77 / 0.05);
  border-bottom-color: rgb(252 211 77 / 0.05);
}

.focus\:border-y-amber-300\/50:focus {
  border-top-color: rgb(252 211 77 / 0.5);
  border-bottom-color: rgb(252 211 77 / 0.5);
}

.focus\:border-y-amber-300\/60:focus {
  border-top-color: rgb(252 211 77 / 0.6);
  border-bottom-color: rgb(252 211 77 / 0.6);
}

.focus\:border-y-amber-300\/70:focus {
  border-top-color: rgb(252 211 77 / 0.7);
  border-bottom-color: rgb(252 211 77 / 0.7);
}

.focus\:border-y-amber-300\/75:focus {
  border-top-color: rgb(252 211 77 / 0.75);
  border-bottom-color: rgb(252 211 77 / 0.75);
}

.focus\:border-y-amber-300\/80:focus {
  border-top-color: rgb(252 211 77 / 0.8);
  border-bottom-color: rgb(252 211 77 / 0.8);
}

.focus\:border-y-amber-300\/90:focus {
  border-top-color: rgb(252 211 77 / 0.9);
  border-bottom-color: rgb(252 211 77 / 0.9);
}

.focus\:border-y-amber-300\/95:focus {
  border-top-color: rgb(252 211 77 / 0.95);
  border-bottom-color: rgb(252 211 77 / 0.95);
}

.focus\:border-y-amber-400:focus {
  --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));
}

.focus\:border-y-amber-400\/0:focus {
  border-top-color: rgb(251 191 36 / 0);
  border-bottom-color: rgb(251 191 36 / 0);
}

.focus\:border-y-amber-400\/10:focus {
  border-top-color: rgb(251 191 36 / 0.1);
  border-bottom-color: rgb(251 191 36 / 0.1);
}

.focus\:border-y-amber-400\/100:focus {
  border-top-color: rgb(251 191 36 / 1);
  border-bottom-color: rgb(251 191 36 / 1);
}

.focus\:border-y-amber-400\/20:focus {
  border-top-color: rgb(251 191 36 / 0.2);
  border-bottom-color: rgb(251 191 36 / 0.2);
}

.focus\:border-y-amber-400\/25:focus {
  border-top-color: rgb(251 191 36 / 0.25);
  border-bottom-color: rgb(251 191 36 / 0.25);
}

.focus\:border-y-amber-400\/30:focus {
  border-top-color: rgb(251 191 36 / 0.3);
  border-bottom-color: rgb(251 191 36 / 0.3);
}

.focus\:border-y-amber-400\/40:focus {
  border-top-color: rgb(251 191 36 / 0.4);
  border-bottom-color: rgb(251 191 36 / 0.4);
}

.focus\:border-y-amber-400\/5:focus {
  border-top-color: rgb(251 191 36 / 0.05);
  border-bottom-color: rgb(251 191 36 / 0.05);
}

.focus\:border-y-amber-400\/50:focus {
  border-top-color: rgb(251 191 36 / 0.5);
  border-bottom-color: rgb(251 191 36 / 0.5);
}

.focus\:border-y-amber-400\/60:focus {
  border-top-color: rgb(251 191 36 / 0.6);
  border-bottom-color: rgb(251 191 36 / 0.6);
}

.focus\:border-y-amber-400\/70:focus {
  border-top-color: rgb(251 191 36 / 0.7);
  border-bottom-color: rgb(251 191 36 / 0.7);
}

.focus\:border-y-amber-400\/75:focus {
  border-top-color: rgb(251 191 36 / 0.75);
  border-bottom-color: rgb(251 191 36 / 0.75);
}

.focus\:border-y-amber-400\/80:focus {
  border-top-color: rgb(251 191 36 / 0.8);
  border-bottom-color: rgb(251 191 36 / 0.8);
}

.focus\:border-y-amber-400\/90:focus {
  border-top-color: rgb(251 191 36 / 0.9);
  border-bottom-color: rgb(251 191 36 / 0.9);
}

.focus\:border-y-amber-400\/95:focus {
  border-top-color: rgb(251 191 36 / 0.95);
  border-bottom-color: rgb(251 191 36 / 0.95);
}

.focus\:border-y-amber-50:focus {
  --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));
}

.focus\:border-y-amber-50\/0:focus {
  border-top-color: rgb(255 251 235 / 0);
  border-bottom-color: rgb(255 251 235 / 0);
}

.focus\:border-y-amber-50\/10:focus {
  border-top-color: rgb(255 251 235 / 0.1);
  border-bottom-color: rgb(255 251 235 / 0.1);
}

.focus\:border-y-amber-50\/100:focus {
  border-top-color: rgb(255 251 235 / 1);
  border-bottom-color: rgb(255 251 235 / 1);
}

.focus\:border-y-amber-50\/20:focus {
  border-top-color: rgb(255 251 235 / 0.2);
  border-bottom-color: rgb(255 251 235 / 0.2);
}

.focus\:border-y-amber-50\/25:focus {
  border-top-color: rgb(255 251 235 / 0.25);
  border-bottom-color: rgb(255 251 235 / 0.25);
}

.focus\:border-y-amber-50\/30:focus {
  border-top-color: rgb(255 251 235 / 0.3);
  border-bottom-color: rgb(255 251 235 / 0.3);
}

.focus\:border-y-amber-50\/40:focus {
  border-top-color: rgb(255 251 235 / 0.4);
  border-bottom-color: rgb(255 251 235 / 0.4);
}

.focus\:border-y-amber-50\/5:focus {
  border-top-color: rgb(255 251 235 / 0.05);
  border-bottom-color: rgb(255 251 235 / 0.05);
}

.focus\:border-y-amber-50\/50:focus {
  border-top-color: rgb(255 251 235 / 0.5);
  border-bottom-color: rgb(255 251 235 / 0.5);
}

.focus\:border-y-amber-50\/60:focus {
  border-top-color: rgb(255 251 235 / 0.6);
  border-bottom-color: rgb(255 251 235 / 0.6);
}

.focus\:border-y-amber-50\/70:focus {
  border-top-color: rgb(255 251 235 / 0.7);
  border-bottom-color: rgb(255 251 235 / 0.7);
}

.focus\:border-y-amber-50\/75:focus {
  border-top-color: rgb(255 251 235 / 0.75);
  border-bottom-color: rgb(255 251 235 / 0.75);
}

.focus\:border-y-amber-50\/80:focus {
  border-top-color: rgb(255 251 235 / 0.8);
  border-bottom-color: rgb(255 251 235 / 0.8);
}

.focus\:border-y-amber-50\/90:focus {
  border-top-color: rgb(255 251 235 / 0.9);
  border-bottom-color: rgb(255 251 235 / 0.9);
}

.focus\:border-y-amber-50\/95:focus {
  border-top-color: rgb(255 251 235 / 0.95);
  border-bottom-color: rgb(255 251 235 / 0.95);
}

.focus\:border-y-amber-500:focus {
  --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));
}

.focus\:border-y-amber-500\/0:focus {
  border-top-color: rgb(245 158 11 / 0);
  border-bottom-color: rgb(245 158 11 / 0);
}

.focus\:border-y-amber-500\/10:focus {
  border-top-color: rgb(245 158 11 / 0.1);
  border-bottom-color: rgb(245 158 11 / 0.1);
}

.focus\:border-y-amber-500\/100:focus {
  border-top-color: rgb(245 158 11 / 1);
  border-bottom-color: rgb(245 158 11 / 1);
}

.focus\:border-y-amber-500\/20:focus {
  border-top-color: rgb(245 158 11 / 0.2);
  border-bottom-color: rgb(245 158 11 / 0.2);
}

.focus\:border-y-amber-500\/25:focus {
  border-top-color: rgb(245 158 11 / 0.25);
  border-bottom-color: rgb(245 158 11 / 0.25);
}

.focus\:border-y-amber-500\/30:focus {
  border-top-color: rgb(245 158 11 / 0.3);
  border-bottom-color: rgb(245 158 11 / 0.3);
}

.focus\:border-y-amber-500\/40:focus {
  border-top-color: rgb(245 158 11 / 0.4);
  border-bottom-color: rgb(245 158 11 / 0.4);
}

.focus\:border-y-amber-500\/5:focus {
  border-top-color: rgb(245 158 11 / 0.05);
  border-bottom-color: rgb(245 158 11 / 0.05);
}

.focus\:border-y-amber-500\/50:focus {
  border-top-color: rgb(245 158 11 / 0.5);
  border-bottom-color: rgb(245 158 11 / 0.5);
}

.focus\:border-y-amber-500\/60:focus {
  border-top-color: rgb(245 158 11 / 0.6);
  border-bottom-color: rgb(245 158 11 / 0.6);
}

.focus\:border-y-amber-500\/70:focus {
  border-top-color: rgb(245 158 11 / 0.7);
  border-bottom-color: rgb(245 158 11 / 0.7);
}

.focus\:border-y-amber-500\/75:focus {
  border-top-color: rgb(245 158 11 / 0.75);
  border-bottom-color: rgb(245 158 11 / 0.75);
}

.focus\:border-y-amber-500\/80:focus {
  border-top-color: rgb(245 158 11 / 0.8);
  border-bottom-color: rgb(245 158 11 / 0.8);
}

.focus\:border-y-amber-500\/90:focus {
  border-top-color: rgb(245 158 11 / 0.9);
  border-bottom-color: rgb(245 158 11 / 0.9);
}

.focus\:border-y-amber-500\/95:focus {
  border-top-color: rgb(245 158 11 / 0.95);
  border-bottom-color: rgb(245 158 11 / 0.95);
}

.focus\:border-y-amber-600:focus {
  --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));
}

.focus\:border-y-amber-600\/0:focus {
  border-top-color: rgb(217 119 6 / 0);
  border-bottom-color: rgb(217 119 6 / 0);
}

.focus\:border-y-amber-600\/10:focus {
  border-top-color: rgb(217 119 6 / 0.1);
  border-bottom-color: rgb(217 119 6 / 0.1);
}

.focus\:border-y-amber-600\/100:focus {
  border-top-color: rgb(217 119 6 / 1);
  border-bottom-color: rgb(217 119 6 / 1);
}

.focus\:border-y-amber-600\/20:focus {
  border-top-color: rgb(217 119 6 / 0.2);
  border-bottom-color: rgb(217 119 6 / 0.2);
}

.focus\:border-y-amber-600\/25:focus {
  border-top-color: rgb(217 119 6 / 0.25);
  border-bottom-color: rgb(217 119 6 / 0.25);
}

.focus\:border-y-amber-600\/30:focus {
  border-top-color: rgb(217 119 6 / 0.3);
  border-bottom-color: rgb(217 119 6 / 0.3);
}

.focus\:border-y-amber-600\/40:focus {
  border-top-color: rgb(217 119 6 / 0.4);
  border-bottom-color: rgb(217 119 6 / 0.4);
}

.focus\:border-y-amber-600\/5:focus {
  border-top-color: rgb(217 119 6 / 0.05);
  border-bottom-color: rgb(217 119 6 / 0.05);
}

.focus\:border-y-amber-600\/50:focus {
  border-top-color: rgb(217 119 6 / 0.5);
  border-bottom-color: rgb(217 119 6 / 0.5);
}

.focus\:border-y-amber-600\/60:focus {
  border-top-color: rgb(217 119 6 / 0.6);
  border-bottom-color: rgb(217 119 6 / 0.6);
}

.focus\:border-y-amber-600\/70:focus {
  border-top-color: rgb(217 119 6 / 0.7);
  border-bottom-color: rgb(217 119 6 / 0.7);
}

.focus\:border-y-amber-600\/75:focus {
  border-top-color: rgb(217 119 6 / 0.75);
  border-bottom-color: rgb(217 119 6 / 0.75);
}

.focus\:border-y-amber-600\/80:focus {
  border-top-color: rgb(217 119 6 / 0.8);
  border-bottom-color: rgb(217 119 6 / 0.8);
}

.focus\:border-y-amber-600\/90:focus {
  border-top-color: rgb(217 119 6 / 0.9);
  border-bottom-color: rgb(217 119 6 / 0.9);
}

.focus\:border-y-amber-600\/95:focus {
  border-top-color: rgb(217 119 6 / 0.95);
  border-bottom-color: rgb(217 119 6 / 0.95);
}

.focus\:border-y-amber-700:focus {
  --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));
}

.focus\:border-y-amber-700\/0:focus {
  border-top-color: rgb(180 83 9 / 0);
  border-bottom-color: rgb(180 83 9 / 0);
}

.focus\:border-y-amber-700\/10:focus {
  border-top-color: rgb(180 83 9 / 0.1);
  border-bottom-color: rgb(180 83 9 / 0.1);
}

.focus\:border-y-amber-700\/100:focus {
  border-top-color: rgb(180 83 9 / 1);
  border-bottom-color: rgb(180 83 9 / 1);
}

.focus\:border-y-amber-700\/20:focus {
  border-top-color: rgb(180 83 9 / 0.2);
  border-bottom-color: rgb(180 83 9 / 0.2);
}

.focus\:border-y-amber-700\/25:focus {
  border-top-color: rgb(180 83 9 / 0.25);
  border-bottom-color: rgb(180 83 9 / 0.25);
}

.focus\:border-y-amber-700\/30:focus {
  border-top-color: rgb(180 83 9 / 0.3);
  border-bottom-color: rgb(180 83 9 / 0.3);
}

.focus\:border-y-amber-700\/40:focus {
  border-top-color: rgb(180 83 9 / 0.4);
  border-bottom-color: rgb(180 83 9 / 0.4);
}

.focus\:border-y-amber-700\/5:focus {
  border-top-color: rgb(180 83 9 / 0.05);
  border-bottom-color: rgb(180 83 9 / 0.05);
}

.focus\:border-y-amber-700\/50:focus {
  border-top-color: rgb(180 83 9 / 0.5);
  border-bottom-color: rgb(180 83 9 / 0.5);
}

.focus\:border-y-amber-700\/60:focus {
  border-top-color: rgb(180 83 9 / 0.6);
  border-bottom-color: rgb(180 83 9 / 0.6);
}

.focus\:border-y-amber-700\/70:focus {
  border-top-color: rgb(180 83 9 / 0.7);
  border-bottom-color: rgb(180 83 9 / 0.7);
}

.focus\:border-y-amber-700\/75:focus {
  border-top-color: rgb(180 83 9 / 0.75);
  border-bottom-color: rgb(180 83 9 / 0.75);
}

.focus\:border-y-amber-700\/80:focus {
  border-top-color: rgb(180 83 9 / 0.8);
  border-bottom-color: rgb(180 83 9 / 0.8);
}

.focus\:border-y-amber-700\/90:focus {
  border-top-color: rgb(180 83 9 / 0.9);
  border-bottom-color: rgb(180 83 9 / 0.9);
}

.focus\:border-y-amber-700\/95:focus {
  border-top-color: rgb(180 83 9 / 0.95);
  border-bottom-color: rgb(180 83 9 / 0.95);
}

.focus\:border-y-amber-800:focus {
  --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));
}

.focus\:border-y-amber-800\/0:focus {
  border-top-color: rgb(146 64 14 / 0);
  border-bottom-color: rgb(146 64 14 / 0);
}

.focus\:border-y-amber-800\/10:focus {
  border-top-color: rgb(146 64 14 / 0.1);
  border-bottom-color: rgb(146 64 14 / 0.1);
}

.focus\:border-y-amber-800\/100:focus {
  border-top-color: rgb(146 64 14 / 1);
  border-bottom-color: rgb(146 64 14 / 1);
}

.focus\:border-y-amber-800\/20:focus {
  border-top-color: rgb(146 64 14 / 0.2);
  border-bottom-color: rgb(146 64 14 / 0.2);
}

.focus\:border-y-amber-800\/25:focus {
  border-top-color: rgb(146 64 14 / 0.25);
  border-bottom-color: rgb(146 64 14 / 0.25);
}

.focus\:border-y-amber-800\/30:focus {
  border-top-color: rgb(146 64 14 / 0.3);
  border-bottom-color: rgb(146 64 14 / 0.3);
}

.focus\:border-y-amber-800\/40:focus {
  border-top-color: rgb(146 64 14 / 0.4);
  border-bottom-color: rgb(146 64 14 / 0.4);
}

.focus\:border-y-amber-800\/5:focus {
  border-top-color: rgb(146 64 14 / 0.05);
  border-bottom-color: rgb(146 64 14 / 0.05);
}

.focus\:border-y-amber-800\/50:focus {
  border-top-color: rgb(146 64 14 / 0.5);
  border-bottom-color: rgb(146 64 14 / 0.5);
}

.focus\:border-y-amber-800\/60:focus {
  border-top-color: rgb(146 64 14 / 0.6);
  border-bottom-color: rgb(146 64 14 / 0.6);
}

.focus\:border-y-amber-800\/70:focus {
  border-top-color: rgb(146 64 14 / 0.7);
  border-bottom-color: rgb(146 64 14 / 0.7);
}

.focus\:border-y-amber-800\/75:focus {
  border-top-color: rgb(146 64 14 / 0.75);
  border-bottom-color: rgb(146 64 14 / 0.75);
}

.focus\:border-y-amber-800\/80:focus {
  border-top-color: rgb(146 64 14 / 0.8);
  border-bottom-color: rgb(146 64 14 / 0.8);
}

.focus\:border-y-amber-800\/90:focus {
  border-top-color: rgb(146 64 14 / 0.9);
  border-bottom-color: rgb(146 64 14 / 0.9);
}

.focus\:border-y-amber-800\/95:focus {
  border-top-color: rgb(146 64 14 / 0.95);
  border-bottom-color: rgb(146 64 14 / 0.95);
}

.focus\:border-y-amber-900:focus {
  --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));
}

.focus\:border-y-amber-900\/0:focus {
  border-top-color: rgb(120 53 15 / 0);
  border-bottom-color: rgb(120 53 15 / 0);
}

.focus\:border-y-amber-900\/10:focus {
  border-top-color: rgb(120 53 15 / 0.1);
  border-bottom-color: rgb(120 53 15 / 0.1);
}

.focus\:border-y-amber-900\/100:focus {
  border-top-color: rgb(120 53 15 / 1);
  border-bottom-color: rgb(120 53 15 / 1);
}

.focus\:border-y-amber-900\/20:focus {
  border-top-color: rgb(120 53 15 / 0.2);
  border-bottom-color: rgb(120 53 15 / 0.2);
}

.focus\:border-y-amber-900\/25:focus {
  border-top-color: rgb(120 53 15 / 0.25);
  border-bottom-color: rgb(120 53 15 / 0.25);
}

.focus\:border-y-amber-900\/30:focus {
  border-top-color: rgb(120 53 15 / 0.3);
  border-bottom-color: rgb(120 53 15 / 0.3);
}

.focus\:border-y-amber-900\/40:focus {
  border-top-color: rgb(120 53 15 / 0.4);
  border-bottom-color: rgb(120 53 15 / 0.4);
}

.focus\:border-y-amber-900\/5:focus {
  border-top-color: rgb(120 53 15 / 0.05);
  border-bottom-color: rgb(120 53 15 / 0.05);
}

.focus\:border-y-amber-900\/50:focus {
  border-top-color: rgb(120 53 15 / 0.5);
  border-bottom-color: rgb(120 53 15 / 0.5);
}

.focus\:border-y-amber-900\/60:focus {
  border-top-color: rgb(120 53 15 / 0.6);
  border-bottom-color: rgb(120 53 15 / 0.6);
}

.focus\:border-y-amber-900\/70:focus {
  border-top-color: rgb(120 53 15 / 0.7);
  border-bottom-color: rgb(120 53 15 / 0.7);
}

.focus\:border-y-amber-900\/75:focus {
  border-top-color: rgb(120 53 15 / 0.75);
  border-bottom-color: rgb(120 53 15 / 0.75);
}

.focus\:border-y-amber-900\/80:focus {
  border-top-color: rgb(120 53 15 / 0.8);
  border-bottom-color: rgb(120 53 15 / 0.8);
}

.focus\:border-y-amber-900\/90:focus {
  border-top-color: rgb(120 53 15 / 0.9);
  border-bottom-color: rgb(120 53 15 / 0.9);
}

.focus\:border-y-amber-900\/95:focus {
  border-top-color: rgb(120 53 15 / 0.95);
  border-bottom-color: rgb(120 53 15 / 0.95);
}

.focus\:border-y-amber-950:focus {
  --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));
}

.focus\:border-y-amber-950\/0:focus {
  border-top-color: rgb(69 26 3 / 0);
  border-bottom-color: rgb(69 26 3 / 0);
}

.focus\:border-y-amber-950\/10:focus {
  border-top-color: rgb(69 26 3 / 0.1);
  border-bottom-color: rgb(69 26 3 / 0.1);
}

.focus\:border-y-amber-950\/100:focus {
  border-top-color: rgb(69 26 3 / 1);
  border-bottom-color: rgb(69 26 3 / 1);
}

.focus\:border-y-amber-950\/20:focus {
  border-top-color: rgb(69 26 3 / 0.2);
  border-bottom-color: rgb(69 26 3 / 0.2);
}

.focus\:border-y-amber-950\/25:focus {
  border-top-color: rgb(69 26 3 / 0.25);
  border-bottom-color: rgb(69 26 3 / 0.25);
}

.focus\:border-y-amber-950\/30:focus {
  border-top-color: rgb(69 26 3 / 0.3);
  border-bottom-color: rgb(69 26 3 / 0.3);
}

.focus\:border-y-amber-950\/40:focus {
  border-top-color: rgb(69 26 3 / 0.4);
  border-bottom-color: rgb(69 26 3 / 0.4);
}

.focus\:border-y-amber-950\/5:focus {
  border-top-color: rgb(69 26 3 / 0.05);
  border-bottom-color: rgb(69 26 3 / 0.05);
}

.focus\:border-y-amber-950\/50:focus {
  border-top-color: rgb(69 26 3 / 0.5);
  border-bottom-color: rgb(69 26 3 / 0.5);
}

.focus\:border-y-amber-950\/60:focus {
  border-top-color: rgb(69 26 3 / 0.6);
  border-bottom-color: rgb(69 26 3 / 0.6);
}

.focus\:border-y-amber-950\/70:focus {
  border-top-color: rgb(69 26 3 / 0.7);
  border-bottom-color: rgb(69 26 3 / 0.7);
}

.focus\:border-y-amber-950\/75:focus {
  border-top-color: rgb(69 26 3 / 0.75);
  border-bottom-color: rgb(69 26 3 / 0.75);
}

.focus\:border-y-amber-950\/80:focus {
  border-top-color: rgb(69 26 3 / 0.8);
  border-bottom-color: rgb(69 26 3 / 0.8);
}

.focus\:border-y-amber-950\/90:focus {
  border-top-color: rgb(69 26 3 / 0.9);
  border-bottom-color: rgb(69 26 3 / 0.9);
}

.focus\:border-y-amber-950\/95:focus {
  border-top-color: rgb(69 26 3 / 0.95);
  border-bottom-color: rgb(69 26 3 / 0.95);
}

.focus\:border-y-black:focus {
  --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));
}

.focus\:border-y-black\/0:focus {
  border-top-color: rgb(0 0 0 / 0);
  border-bottom-color: rgb(0 0 0 / 0);
}

.focus\:border-y-black\/10:focus {
  border-top-color: rgb(0 0 0 / 0.1);
  border-bottom-color: rgb(0 0 0 / 0.1);
}

.focus\:border-y-black\/100:focus {
  border-top-color: rgb(0 0 0 / 1);
  border-bottom-color: rgb(0 0 0 / 1);
}

.focus\:border-y-black\/20:focus {
  border-top-color: rgb(0 0 0 / 0.2);
  border-bottom-color: rgb(0 0 0 / 0.2);
}

.focus\:border-y-black\/25:focus {
  border-top-color: rgb(0 0 0 / 0.25);
  border-bottom-color: rgb(0 0 0 / 0.25);
}

.focus\:border-y-black\/30:focus {
  border-top-color: rgb(0 0 0 / 0.3);
  border-bottom-color: rgb(0 0 0 / 0.3);
}

.focus\:border-y-black\/40:focus {
  border-top-color: rgb(0 0 0 / 0.4);
  border-bottom-color: rgb(0 0 0 / 0.4);
}

.focus\:border-y-black\/5:focus {
  border-top-color: rgb(0 0 0 / 0.05);
  border-bottom-color: rgb(0 0 0 / 0.05);
}

.focus\:border-y-black\/50:focus {
  border-top-color: rgb(0 0 0 / 0.5);
  border-bottom-color: rgb(0 0 0 / 0.5);
}

.focus\:border-y-black\/60:focus {
  border-top-color: rgb(0 0 0 / 0.6);
  border-bottom-color: rgb(0 0 0 / 0.6);
}

.focus\:border-y-black\/70:focus {
  border-top-color: rgb(0 0 0 / 0.7);
  border-bottom-color: rgb(0 0 0 / 0.7);
}

.focus\:border-y-black\/75:focus {
  border-top-color: rgb(0 0 0 / 0.75);
  border-bottom-color: rgb(0 0 0 / 0.75);
}

.focus\:border-y-black\/80:focus {
  border-top-color: rgb(0 0 0 / 0.8);
  border-bottom-color: rgb(0 0 0 / 0.8);
}

.focus\:border-y-black\/90:focus {
  border-top-color: rgb(0 0 0 / 0.9);
  border-bottom-color: rgb(0 0 0 / 0.9);
}

.focus\:border-y-black\/95:focus {
  border-top-color: rgb(0 0 0 / 0.95);
  border-bottom-color: rgb(0 0 0 / 0.95);
}

.focus\:border-y-blue-100:focus {
  --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));
}

.focus\:border-y-blue-100\/0:focus {
  border-top-color: rgb(219 234 254 / 0);
  border-bottom-color: rgb(219 234 254 / 0);
}

.focus\:border-y-blue-100\/10:focus {
  border-top-color: rgb(219 234 254 / 0.1);
  border-bottom-color: rgb(219 234 254 / 0.1);
}

.focus\:border-y-blue-100\/100:focus {
  border-top-color: rgb(219 234 254 / 1);
  border-bottom-color: rgb(219 234 254 / 1);
}

.focus\:border-y-blue-100\/20:focus {
  border-top-color: rgb(219 234 254 / 0.2);
  border-bottom-color: rgb(219 234 254 / 0.2);
}

.focus\:border-y-blue-100\/25:focus {
  border-top-color: rgb(219 234 254 / 0.25);
  border-bottom-color: rgb(219 234 254 / 0.25);
}

.focus\:border-y-blue-100\/30:focus {
  border-top-color: rgb(219 234 254 / 0.3);
  border-bottom-color: rgb(219 234 254 / 0.3);
}

.focus\:border-y-blue-100\/40:focus {
  border-top-color: rgb(219 234 254 / 0.4);
  border-bottom-color: rgb(219 234 254 / 0.4);
}

.focus\:border-y-blue-100\/5:focus {
  border-top-color: rgb(219 234 254 / 0.05);
  border-bottom-color: rgb(219 234 254 / 0.05);
}

.focus\:border-y-blue-100\/50:focus {
  border-top-color: rgb(219 234 254 / 0.5);
  border-bottom-color: rgb(219 234 254 / 0.5);
}

.focus\:border-y-blue-100\/60:focus {
  border-top-color: rgb(219 234 254 / 0.6);
  border-bottom-color: rgb(219 234 254 / 0.6);
}

.focus\:border-y-blue-100\/70:focus {
  border-top-color: rgb(219 234 254 / 0.7);
  border-bottom-color: rgb(219 234 254 / 0.7);
}

.focus\:border-y-blue-100\/75:focus {
  border-top-color: rgb(219 234 254 / 0.75);
  border-bottom-color: rgb(219 234 254 / 0.75);
}

.focus\:border-y-blue-100\/80:focus {
  border-top-color: rgb(219 234 254 / 0.8);
  border-bottom-color: rgb(219 234 254 / 0.8);
}

.focus\:border-y-blue-100\/90:focus {
  border-top-color: rgb(219 234 254 / 0.9);
  border-bottom-color: rgb(219 234 254 / 0.9);
}

.focus\:border-y-blue-100\/95:focus {
  border-top-color: rgb(219 234 254 / 0.95);
  border-bottom-color: rgb(219 234 254 / 0.95);
}

.focus\:border-y-blue-200:focus {
  --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));
}

.focus\:border-y-blue-200\/0:focus {
  border-top-color: rgb(191 219 254 / 0);
  border-bottom-color: rgb(191 219 254 / 0);
}

.focus\:border-y-blue-200\/10:focus {
  border-top-color: rgb(191 219 254 / 0.1);
  border-bottom-color: rgb(191 219 254 / 0.1);
}

.focus\:border-y-blue-200\/100:focus {
  border-top-color: rgb(191 219 254 / 1);
  border-bottom-color: rgb(191 219 254 / 1);
}

.focus\:border-y-blue-200\/20:focus {
  border-top-color: rgb(191 219 254 / 0.2);
  border-bottom-color: rgb(191 219 254 / 0.2);
}

.focus\:border-y-blue-200\/25:focus {
  border-top-color: rgb(191 219 254 / 0.25);
  border-bottom-color: rgb(191 219 254 / 0.25);
}

.focus\:border-y-blue-200\/30:focus {
  border-top-color: rgb(191 219 254 / 0.3);
  border-bottom-color: rgb(191 219 254 / 0.3);
}

.focus\:border-y-blue-200\/40:focus {
  border-top-color: rgb(191 219 254 / 0.4);
  border-bottom-color: rgb(191 219 254 / 0.4);
}

.focus\:border-y-blue-200\/5:focus {
  border-top-color: rgb(191 219 254 / 0.05);
  border-bottom-color: rgb(191 219 254 / 0.05);
}

.focus\:border-y-blue-200\/50:focus {
  border-top-color: rgb(191 219 254 / 0.5);
  border-bottom-color: rgb(191 219 254 / 0.5);
}

.focus\:border-y-blue-200\/60:focus {
  border-top-color: rgb(191 219 254 / 0.6);
  border-bottom-color: rgb(191 219 254 / 0.6);
}

.focus\:border-y-blue-200\/70:focus {
  border-top-color: rgb(191 219 254 / 0.7);
  border-bottom-color: rgb(191 219 254 / 0.7);
}

.focus\:border-y-blue-200\/75:focus {
  border-top-color: rgb(191 219 254 / 0.75);
  border-bottom-color: rgb(191 219 254 / 0.75);
}

.focus\:border-y-blue-200\/80:focus {
  border-top-color: rgb(191 219 254 / 0.8);
  border-bottom-color: rgb(191 219 254 / 0.8);
}

.focus\:border-y-blue-200\/90:focus {
  border-top-color: rgb(191 219 254 / 0.9);
  border-bottom-color: rgb(191 219 254 / 0.9);
}

.focus\:border-y-blue-200\/95:focus {
  border-top-color: rgb(191 219 254 / 0.95);
  border-bottom-color: rgb(191 219 254 / 0.95);
}

.focus\:border-y-blue-300:focus {
  --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));
}

.focus\:border-y-blue-300\/0:focus {
  border-top-color: rgb(147 197 253 / 0);
  border-bottom-color: rgb(147 197 253 / 0);
}

.focus\:border-y-blue-300\/10:focus {
  border-top-color: rgb(147 197 253 / 0.1);
  border-bottom-color: rgb(147 197 253 / 0.1);
}

.focus\:border-y-blue-300\/100:focus {
  border-top-color: rgb(147 197 253 / 1);
  border-bottom-color: rgb(147 197 253 / 1);
}

.focus\:border-y-blue-300\/20:focus {
  border-top-color: rgb(147 197 253 / 0.2);
  border-bottom-color: rgb(147 197 253 / 0.2);
}

.focus\:border-y-blue-300\/25:focus {
  border-top-color: rgb(147 197 253 / 0.25);
  border-bottom-color: rgb(147 197 253 / 0.25);
}

.focus\:border-y-blue-300\/30:focus {
  border-top-color: rgb(147 197 253 / 0.3);
  border-bottom-color: rgb(147 197 253 / 0.3);
}

.focus\:border-y-blue-300\/40:focus {
  border-top-color: rgb(147 197 253 / 0.4);
  border-bottom-color: rgb(147 197 253 / 0.4);
}

.focus\:border-y-blue-300\/5:focus {
  border-top-color: rgb(147 197 253 / 0.05);
  border-bottom-color: rgb(147 197 253 / 0.05);
}

.focus\:border-y-blue-300\/50:focus {
  border-top-color: rgb(147 197 253 / 0.5);
  border-bottom-color: rgb(147 197 253 / 0.5);
}

.focus\:border-y-blue-300\/60:focus {
  border-top-color: rgb(147 197 253 / 0.6);
  border-bottom-color: rgb(147 197 253 / 0.6);
}

.focus\:border-y-blue-300\/70:focus {
  border-top-color: rgb(147 197 253 / 0.7);
  border-bottom-color: rgb(147 197 253 / 0.7);
}

.focus\:border-y-blue-300\/75:focus {
  border-top-color: rgb(147 197 253 / 0.75);
  border-bottom-color: rgb(147 197 253 / 0.75);
}

.focus\:border-y-blue-300\/80:focus {
  border-top-color: rgb(147 197 253 / 0.8);
  border-bottom-color: rgb(147 197 253 / 0.8);
}

.focus\:border-y-blue-300\/90:focus {
  border-top-color: rgb(147 197 253 / 0.9);
  border-bottom-color: rgb(147 197 253 / 0.9);
}

.focus\:border-y-blue-300\/95:focus {
  border-top-color: rgb(147 197 253 / 0.95);
  border-bottom-color: rgb(147 197 253 / 0.95);
}

.focus\:border-y-blue-400:focus {
  --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));
}

.focus\:border-y-blue-400\/0:focus {
  border-top-color: rgb(96 165 250 / 0);
  border-bottom-color: rgb(96 165 250 / 0);
}

.focus\:border-y-blue-400\/10:focus {
  border-top-color: rgb(96 165 250 / 0.1);
  border-bottom-color: rgb(96 165 250 / 0.1);
}

.focus\:border-y-blue-400\/100:focus {
  border-top-color: rgb(96 165 250 / 1);
  border-bottom-color: rgb(96 165 250 / 1);
}

.focus\:border-y-blue-400\/20:focus {
  border-top-color: rgb(96 165 250 / 0.2);
  border-bottom-color: rgb(96 165 250 / 0.2);
}

.focus\:border-y-blue-400\/25:focus {
  border-top-color: rgb(96 165 250 / 0.25);
  border-bottom-color: rgb(96 165 250 / 0.25);
}

.focus\:border-y-blue-400\/30:focus {
  border-top-color: rgb(96 165 250 / 0.3);
  border-bottom-color: rgb(96 165 250 / 0.3);
}

.focus\:border-y-blue-400\/40:focus {
  border-top-color: rgb(96 165 250 / 0.4);
  border-bottom-color: rgb(96 165 250 / 0.4);
}

.focus\:border-y-blue-400\/5:focus {
  border-top-color: rgb(96 165 250 / 0.05);
  border-bottom-color: rgb(96 165 250 / 0.05);
}

.focus\:border-y-blue-400\/50:focus {
  border-top-color: rgb(96 165 250 / 0.5);
  border-bottom-color: rgb(96 165 250 / 0.5);
}

.focus\:border-y-blue-400\/60:focus {
  border-top-color: rgb(96 165 250 / 0.6);
  border-bottom-color: rgb(96 165 250 / 0.6);
}

.focus\:border-y-blue-400\/70:focus {
  border-top-color: rgb(96 165 250 / 0.7);
  border-bottom-color: rgb(96 165 250 / 0.7);
}

.focus\:border-y-blue-400\/75:focus {
  border-top-color: rgb(96 165 250 / 0.75);
  border-bottom-color: rgb(96 165 250 / 0.75);
}

.focus\:border-y-blue-400\/80:focus {
  border-top-color: rgb(96 165 250 / 0.8);
  border-bottom-color: rgb(96 165 250 / 0.8);
}

.focus\:border-y-blue-400\/90:focus {
  border-top-color: rgb(96 165 250 / 0.9);
  border-bottom-color: rgb(96 165 250 / 0.9);
}

.focus\:border-y-blue-400\/95:focus {
  border-top-color: rgb(96 165 250 / 0.95);
  border-bottom-color: rgb(96 165 250 / 0.95);
}

.focus\:border-y-blue-50:focus {
  --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));
}

.focus\:border-y-blue-50\/0:focus {
  border-top-color: rgb(239 246 255 / 0);
  border-bottom-color: rgb(239 246 255 / 0);
}

.focus\:border-y-blue-50\/10:focus {
  border-top-color: rgb(239 246 255 / 0.1);
  border-bottom-color: rgb(239 246 255 / 0.1);
}

.focus\:border-y-blue-50\/100:focus {
  border-top-color: rgb(239 246 255 / 1);
  border-bottom-color: rgb(239 246 255 / 1);
}

.focus\:border-y-blue-50\/20:focus {
  border-top-color: rgb(239 246 255 / 0.2);
  border-bottom-color: rgb(239 246 255 / 0.2);
}

.focus\:border-y-blue-50\/25:focus {
  border-top-color: rgb(239 246 255 / 0.25);
  border-bottom-color: rgb(239 246 255 / 0.25);
}

.focus\:border-y-blue-50\/30:focus {
  border-top-color: rgb(239 246 255 / 0.3);
  border-bottom-color: rgb(239 246 255 / 0.3);
}

.focus\:border-y-blue-50\/40:focus {
  border-top-color: rgb(239 246 255 / 0.4);
  border-bottom-color: rgb(239 246 255 / 0.4);
}

.focus\:border-y-blue-50\/5:focus {
  border-top-color: rgb(239 246 255 / 0.05);
  border-bottom-color: rgb(239 246 255 / 0.05);
}

.focus\:border-y-blue-50\/50:focus {
  border-top-color: rgb(239 246 255 / 0.5);
  border-bottom-color: rgb(239 246 255 / 0.5);
}

.focus\:border-y-blue-50\/60:focus {
  border-top-color: rgb(239 246 255 / 0.6);
  border-bottom-color: rgb(239 246 255 / 0.6);
}

.focus\:border-y-blue-50\/70:focus {
  border-top-color: rgb(239 246 255 / 0.7);
  border-bottom-color: rgb(239 246 255 / 0.7);
}

.focus\:border-y-blue-50\/75:focus {
  border-top-color: rgb(239 246 255 / 0.75);
  border-bottom-color: rgb(239 246 255 / 0.75);
}

.focus\:border-y-blue-50\/80:focus {
  border-top-color: rgb(239 246 255 / 0.8);
  border-bottom-color: rgb(239 246 255 / 0.8);
}

.focus\:border-y-blue-50\/90:focus {
  border-top-color: rgb(239 246 255 / 0.9);
  border-bottom-color: rgb(239 246 255 / 0.9);
}

.focus\:border-y-blue-50\/95:focus {
  border-top-color: rgb(239 246 255 / 0.95);
  border-bottom-color: rgb(239 246 255 / 0.95);
}

.focus\:border-y-blue-500:focus {
  --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));
}

.focus\:border-y-blue-500\/0:focus {
  border-top-color: rgb(59 130 246 / 0);
  border-bottom-color: rgb(59 130 246 / 0);
}

.focus\:border-y-blue-500\/10:focus {
  border-top-color: rgb(59 130 246 / 0.1);
  border-bottom-color: rgb(59 130 246 / 0.1);
}

.focus\:border-y-blue-500\/100:focus {
  border-top-color: rgb(59 130 246 / 1);
  border-bottom-color: rgb(59 130 246 / 1);
}

.focus\:border-y-blue-500\/20:focus {
  border-top-color: rgb(59 130 246 / 0.2);
  border-bottom-color: rgb(59 130 246 / 0.2);
}

.focus\:border-y-blue-500\/25:focus {
  border-top-color: rgb(59 130 246 / 0.25);
  border-bottom-color: rgb(59 130 246 / 0.25);
}

.focus\:border-y-blue-500\/30:focus {
  border-top-color: rgb(59 130 246 / 0.3);
  border-bottom-color: rgb(59 130 246 / 0.3);
}

.focus\:border-y-blue-500\/40:focus {
  border-top-color: rgb(59 130 246 / 0.4);
  border-bottom-color: rgb(59 130 246 / 0.4);
}

.focus\:border-y-blue-500\/5:focus {
  border-top-color: rgb(59 130 246 / 0.05);
  border-bottom-color: rgb(59 130 246 / 0.05);
}

.focus\:border-y-blue-500\/50:focus {
  border-top-color: rgb(59 130 246 / 0.5);
  border-bottom-color: rgb(59 130 246 / 0.5);
}

.focus\:border-y-blue-500\/60:focus {
  border-top-color: rgb(59 130 246 / 0.6);
  border-bottom-color: rgb(59 130 246 / 0.6);
}

.focus\:border-y-blue-500\/70:focus {
  border-top-color: rgb(59 130 246 / 0.7);
  border-bottom-color: rgb(59 130 246 / 0.7);
}

.focus\:border-y-blue-500\/75:focus {
  border-top-color: rgb(59 130 246 / 0.75);
  border-bottom-color: rgb(59 130 246 / 0.75);
}

.focus\:border-y-blue-500\/80:focus {
  border-top-color: rgb(59 130 246 / 0.8);
  border-bottom-color: rgb(59 130 246 / 0.8);
}

.focus\:border-y-blue-500\/90:focus {
  border-top-color: rgb(59 130 246 / 0.9);
  border-bottom-color: rgb(59 130 246 / 0.9);
}

.focus\:border-y-blue-500\/95:focus {
  border-top-color: rgb(59 130 246 / 0.95);
  border-bottom-color: rgb(59 130 246 / 0.95);
}

.focus\:border-y-blue-600:focus {
  --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));
}

.focus\:border-y-blue-600\/0:focus {
  border-top-color: rgb(37 99 235 / 0);
  border-bottom-color: rgb(37 99 235 / 0);
}

.focus\:border-y-blue-600\/10:focus {
  border-top-color: rgb(37 99 235 / 0.1);
  border-bottom-color: rgb(37 99 235 / 0.1);
}

.focus\:border-y-blue-600\/100:focus {
  border-top-color: rgb(37 99 235 / 1);
  border-bottom-color: rgb(37 99 235 / 1);
}

.focus\:border-y-blue-600\/20:focus {
  border-top-color: rgb(37 99 235 / 0.2);
  border-bottom-color: rgb(37 99 235 / 0.2);
}

.focus\:border-y-blue-600\/25:focus {
  border-top-color: rgb(37 99 235 / 0.25);
  border-bottom-color: rgb(37 99 235 / 0.25);
}

.focus\:border-y-blue-600\/30:focus {
  border-top-color: rgb(37 99 235 / 0.3);
  border-bottom-color: rgb(37 99 235 / 0.3);
}

.focus\:border-y-blue-600\/40:focus {
  border-top-color: rgb(37 99 235 / 0.4);
  border-bottom-color: rgb(37 99 235 / 0.4);
}

.focus\:border-y-blue-600\/5:focus {
  border-top-color: rgb(37 99 235 / 0.05);
  border-bottom-color: rgb(37 99 235 / 0.05);
}

.focus\:border-y-blue-600\/50:focus {
  border-top-color: rgb(37 99 235 / 0.5);
  border-bottom-color: rgb(37 99 235 / 0.5);
}

.focus\:border-y-blue-600\/60:focus {
  border-top-color: rgb(37 99 235 / 0.6);
  border-bottom-color: rgb(37 99 235 / 0.6);
}

.focus\:border-y-blue-600\/70:focus {
  border-top-color: rgb(37 99 235 / 0.7);
  border-bottom-color: rgb(37 99 235 / 0.7);
}

.focus\:border-y-blue-600\/75:focus {
  border-top-color: rgb(37 99 235 / 0.75);
  border-bottom-color: rgb(37 99 235 / 0.75);
}

.focus\:border-y-blue-600\/80:focus {
  border-top-color: rgb(37 99 235 / 0.8);
  border-bottom-color: rgb(37 99 235 / 0.8);
}

.focus\:border-y-blue-600\/90:focus {
  border-top-color: rgb(37 99 235 / 0.9);
  border-bottom-color: rgb(37 99 235 / 0.9);
}

.focus\:border-y-blue-600\/95:focus {
  border-top-color: rgb(37 99 235 / 0.95);
  border-bottom-color: rgb(37 99 235 / 0.95);
}

.focus\:border-y-blue-700:focus {
  --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));
}

.focus\:border-y-blue-700\/0:focus {
  border-top-color: rgb(29 78 216 / 0);
  border-bottom-color: rgb(29 78 216 / 0);
}

.focus\:border-y-blue-700\/10:focus {
  border-top-color: rgb(29 78 216 / 0.1);
  border-bottom-color: rgb(29 78 216 / 0.1);
}

.focus\:border-y-blue-700\/100:focus {
  border-top-color: rgb(29 78 216 / 1);
  border-bottom-color: rgb(29 78 216 / 1);
}

.focus\:border-y-blue-700\/20:focus {
  border-top-color: rgb(29 78 216 / 0.2);
  border-bottom-color: rgb(29 78 216 / 0.2);
}

.focus\:border-y-blue-700\/25:focus {
  border-top-color: rgb(29 78 216 / 0.25);
  border-bottom-color: rgb(29 78 216 / 0.25);
}

.focus\:border-y-blue-700\/30:focus {
  border-top-color: rgb(29 78 216 / 0.3);
  border-bottom-color: rgb(29 78 216 / 0.3);
}

.focus\:border-y-blue-700\/40:focus {
  border-top-color: rgb(29 78 216 / 0.4);
  border-bottom-color: rgb(29 78 216 / 0.4);
}

.focus\:border-y-blue-700\/5:focus {
  border-top-color: rgb(29 78 216 / 0.05);
  border-bottom-color: rgb(29 78 216 / 0.05);
}

.focus\:border-y-blue-700\/50:focus {
  border-top-color: rgb(29 78 216 / 0.5);
  border-bottom-color: rgb(29 78 216 / 0.5);
}

.focus\:border-y-blue-700\/60:focus {
  border-top-color: rgb(29 78 216 / 0.6);
  border-bottom-color: rgb(29 78 216 / 0.6);
}

.focus\:border-y-blue-700\/70:focus {
  border-top-color: rgb(29 78 216 / 0.7);
  border-bottom-color: rgb(29 78 216 / 0.7);
}

.focus\:border-y-blue-700\/75:focus {
  border-top-color: rgb(29 78 216 / 0.75);
  border-bottom-color: rgb(29 78 216 / 0.75);
}

.focus\:border-y-blue-700\/80:focus {
  border-top-color: rgb(29 78 216 / 0.8);
  border-bottom-color: rgb(29 78 216 / 0.8);
}

.focus\:border-y-blue-700\/90:focus {
  border-top-color: rgb(29 78 216 / 0.9);
  border-bottom-color: rgb(29 78 216 / 0.9);
}

.focus\:border-y-blue-700\/95:focus {
  border-top-color: rgb(29 78 216 / 0.95);
  border-bottom-color: rgb(29 78 216 / 0.95);
}

.focus\:border-y-blue-800:focus {
  --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));
}

.focus\:border-y-blue-800\/0:focus {
  border-top-color: rgb(30 64 175 / 0);
  border-bottom-color: rgb(30 64 175 / 0);
}

.focus\:border-y-blue-800\/10:focus {
  border-top-color: rgb(30 64 175 / 0.1);
  border-bottom-color: rgb(30 64 175 / 0.1);
}

.focus\:border-y-blue-800\/100:focus {
  border-top-color: rgb(30 64 175 / 1);
  border-bottom-color: rgb(30 64 175 / 1);
}

.focus\:border-y-blue-800\/20:focus {
  border-top-color: rgb(30 64 175 / 0.2);
  border-bottom-color: rgb(30 64 175 / 0.2);
}

.focus\:border-y-blue-800\/25:focus {
  border-top-color: rgb(30 64 175 / 0.25);
  border-bottom-color: rgb(30 64 175 / 0.25);
}

.focus\:border-y-blue-800\/30:focus {
  border-top-color: rgb(30 64 175 / 0.3);
  border-bottom-color: rgb(30 64 175 / 0.3);
}

.focus\:border-y-blue-800\/40:focus {
  border-top-color: rgb(30 64 175 / 0.4);
  border-bottom-color: rgb(30 64 175 / 0.4);
}

.focus\:border-y-blue-800\/5:focus {
  border-top-color: rgb(30 64 175 / 0.05);
  border-bottom-color: rgb(30 64 175 / 0.05);
}

.focus\:border-y-blue-800\/50:focus {
  border-top-color: rgb(30 64 175 / 0.5);
  border-bottom-color: rgb(30 64 175 / 0.5);
}

.focus\:border-y-blue-800\/60:focus {
  border-top-color: rgb(30 64 175 / 0.6);
  border-bottom-color: rgb(30 64 175 / 0.6);
}

.focus\:border-y-blue-800\/70:focus {
  border-top-color: rgb(30 64 175 / 0.7);
  border-bottom-color: rgb(30 64 175 / 0.7);
}

.focus\:border-y-blue-800\/75:focus {
  border-top-color: rgb(30 64 175 / 0.75);
  border-bottom-color: rgb(30 64 175 / 0.75);
}

.focus\:border-y-blue-800\/80:focus {
  border-top-color: rgb(30 64 175 / 0.8);
  border-bottom-color: rgb(30 64 175 / 0.8);
}

.focus\:border-y-blue-800\/90:focus {
  border-top-color: rgb(30 64 175 / 0.9);
  border-bottom-color: rgb(30 64 175 / 0.9);
}

.focus\:border-y-blue-800\/95:focus {
  border-top-color: rgb(30 64 175 / 0.95);
  border-bottom-color: rgb(30 64 175 / 0.95);
}

.focus\:border-y-blue-900:focus {
  --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));
}

.focus\:border-y-blue-900\/0:focus {
  border-top-color: rgb(30 58 138 / 0);
  border-bottom-color: rgb(30 58 138 / 0);
}

.focus\:border-y-blue-900\/10:focus {
  border-top-color: rgb(30 58 138 / 0.1);
  border-bottom-color: rgb(30 58 138 / 0.1);
}

.focus\:border-y-blue-900\/100:focus {
  border-top-color: rgb(30 58 138 / 1);
  border-bottom-color: rgb(30 58 138 / 1);
}

.focus\:border-y-blue-900\/20:focus {
  border-top-color: rgb(30 58 138 / 0.2);
  border-bottom-color: rgb(30 58 138 / 0.2);
}

.focus\:border-y-blue-900\/25:focus {
  border-top-color: rgb(30 58 138 / 0.25);
  border-bottom-color: rgb(30 58 138 / 0.25);
}

.focus\:border-y-blue-900\/30:focus {
  border-top-color: rgb(30 58 138 / 0.3);
  border-bottom-color: rgb(30 58 138 / 0.3);
}

.focus\:border-y-blue-900\/40:focus {
  border-top-color: rgb(30 58 138 / 0.4);
  border-bottom-color: rgb(30 58 138 / 0.4);
}

.focus\:border-y-blue-900\/5:focus {
  border-top-color: rgb(30 58 138 / 0.05);
  border-bottom-color: rgb(30 58 138 / 0.05);
}

.focus\:border-y-blue-900\/50:focus {
  border-top-color: rgb(30 58 138 / 0.5);
  border-bottom-color: rgb(30 58 138 / 0.5);
}

.focus\:border-y-blue-900\/60:focus {
  border-top-color: rgb(30 58 138 / 0.6);
  border-bottom-color: rgb(30 58 138 / 0.6);
}

.focus\:border-y-blue-900\/70:focus {
  border-top-color: rgb(30 58 138 / 0.7);
  border-bottom-color: rgb(30 58 138 / 0.7);
}

.focus\:border-y-blue-900\/75:focus {
  border-top-color: rgb(30 58 138 / 0.75);
  border-bottom-color: rgb(30 58 138 / 0.75);
}

.focus\:border-y-blue-900\/80:focus {
  border-top-color: rgb(30 58 138 / 0.8);
  border-bottom-color: rgb(30 58 138 / 0.8);
}

.focus\:border-y-blue-900\/90:focus {
  border-top-color: rgb(30 58 138 / 0.9);
  border-bottom-color: rgb(30 58 138 / 0.9);
}

.focus\:border-y-blue-900\/95:focus {
  border-top-color: rgb(30 58 138 / 0.95);
  border-bottom-color: rgb(30 58 138 / 0.95);
}

.focus\:border-y-blue-950:focus {
  --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));
}

.focus\:border-y-blue-950\/0:focus {
  border-top-color: rgb(23 37 84 / 0);
  border-bottom-color: rgb(23 37 84 / 0);
}

.focus\:border-y-blue-950\/10:focus {
  border-top-color: rgb(23 37 84 / 0.1);
  border-bottom-color: rgb(23 37 84 / 0.1);
}

.focus\:border-y-blue-950\/100:focus {
  border-top-color: rgb(23 37 84 / 1);
  border-bottom-color: rgb(23 37 84 / 1);
}

.focus\:border-y-blue-950\/20:focus {
  border-top-color: rgb(23 37 84 / 0.2);
  border-bottom-color: rgb(23 37 84 / 0.2);
}

.focus\:border-y-blue-950\/25:focus {
  border-top-color: rgb(23 37 84 / 0.25);
  border-bottom-color: rgb(23 37 84 / 0.25);
}

.focus\:border-y-blue-950\/30:focus {
  border-top-color: rgb(23 37 84 / 0.3);
  border-bottom-color: rgb(23 37 84 / 0.3);
}

.focus\:border-y-blue-950\/40:focus {
  border-top-color: rgb(23 37 84 / 0.4);
  border-bottom-color: rgb(23 37 84 / 0.4);
}

.focus\:border-y-blue-950\/5:focus {
  border-top-color: rgb(23 37 84 / 0.05);
  border-bottom-color: rgb(23 37 84 / 0.05);
}

.focus\:border-y-blue-950\/50:focus {
  border-top-color: rgb(23 37 84 / 0.5);
  border-bottom-color: rgb(23 37 84 / 0.5);
}

.focus\:border-y-blue-950\/60:focus {
  border-top-color: rgb(23 37 84 / 0.6);
  border-bottom-color: rgb(23 37 84 / 0.6);
}

.focus\:border-y-blue-950\/70:focus {
  border-top-color: rgb(23 37 84 / 0.7);
  border-bottom-color: rgb(23 37 84 / 0.7);
}

.focus\:border-y-blue-950\/75:focus {
  border-top-color: rgb(23 37 84 / 0.75);
  border-bottom-color: rgb(23 37 84 / 0.75);
}

.focus\:border-y-blue-950\/80:focus {
  border-top-color: rgb(23 37 84 / 0.8);
  border-bottom-color: rgb(23 37 84 / 0.8);
}

.focus\:border-y-blue-950\/90:focus {
  border-top-color: rgb(23 37 84 / 0.9);
  border-bottom-color: rgb(23 37 84 / 0.9);
}

.focus\:border-y-blue-950\/95:focus {
  border-top-color: rgb(23 37 84 / 0.95);
  border-bottom-color: rgb(23 37 84 / 0.95);
}

.focus\:border-y-brand-100:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(230 239 246 / var(--tw-border-opacity));
  border-bottom-color: rgb(230 239 246 / var(--tw-border-opacity));
}

.focus\:border-y-brand-100\/0:focus {
  border-top-color: rgb(230 239 246 / 0);
  border-bottom-color: rgb(230 239 246 / 0);
}

.focus\:border-y-brand-100\/10:focus {
  border-top-color: rgb(230 239 246 / 0.1);
  border-bottom-color: rgb(230 239 246 / 0.1);
}

.focus\:border-y-brand-100\/100:focus {
  border-top-color: rgb(230 239 246 / 1);
  border-bottom-color: rgb(230 239 246 / 1);
}

.focus\:border-y-brand-100\/20:focus {
  border-top-color: rgb(230 239 246 / 0.2);
  border-bottom-color: rgb(230 239 246 / 0.2);
}

.focus\:border-y-brand-100\/25:focus {
  border-top-color: rgb(230 239 246 / 0.25);
  border-bottom-color: rgb(230 239 246 / 0.25);
}

.focus\:border-y-brand-100\/30:focus {
  border-top-color: rgb(230 239 246 / 0.3);
  border-bottom-color: rgb(230 239 246 / 0.3);
}

.focus\:border-y-brand-100\/40:focus {
  border-top-color: rgb(230 239 246 / 0.4);
  border-bottom-color: rgb(230 239 246 / 0.4);
}

.focus\:border-y-brand-100\/5:focus {
  border-top-color: rgb(230 239 246 / 0.05);
  border-bottom-color: rgb(230 239 246 / 0.05);
}

.focus\:border-y-brand-100\/50:focus {
  border-top-color: rgb(230 239 246 / 0.5);
  border-bottom-color: rgb(230 239 246 / 0.5);
}

.focus\:border-y-brand-100\/60:focus {
  border-top-color: rgb(230 239 246 / 0.6);
  border-bottom-color: rgb(230 239 246 / 0.6);
}

.focus\:border-y-brand-100\/70:focus {
  border-top-color: rgb(230 239 246 / 0.7);
  border-bottom-color: rgb(230 239 246 / 0.7);
}

.focus\:border-y-brand-100\/75:focus {
  border-top-color: rgb(230 239 246 / 0.75);
  border-bottom-color: rgb(230 239 246 / 0.75);
}

.focus\:border-y-brand-100\/80:focus {
  border-top-color: rgb(230 239 246 / 0.8);
  border-bottom-color: rgb(230 239 246 / 0.8);
}

.focus\:border-y-brand-100\/90:focus {
  border-top-color: rgb(230 239 246 / 0.9);
  border-bottom-color: rgb(230 239 246 / 0.9);
}

.focus\:border-y-brand-100\/95:focus {
  border-top-color: rgb(230 239 246 / 0.95);
  border-bottom-color: rgb(230 239 246 / 0.95);
}

.focus\:border-y-brand-200:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(193 215 234 / var(--tw-border-opacity));
  border-bottom-color: rgb(193 215 234 / var(--tw-border-opacity));
}

.focus\:border-y-brand-200\/0:focus {
  border-top-color: rgb(193 215 234 / 0);
  border-bottom-color: rgb(193 215 234 / 0);
}

.focus\:border-y-brand-200\/10:focus {
  border-top-color: rgb(193 215 234 / 0.1);
  border-bottom-color: rgb(193 215 234 / 0.1);
}

.focus\:border-y-brand-200\/100:focus {
  border-top-color: rgb(193 215 234 / 1);
  border-bottom-color: rgb(193 215 234 / 1);
}

.focus\:border-y-brand-200\/20:focus {
  border-top-color: rgb(193 215 234 / 0.2);
  border-bottom-color: rgb(193 215 234 / 0.2);
}

.focus\:border-y-brand-200\/25:focus {
  border-top-color: rgb(193 215 234 / 0.25);
  border-bottom-color: rgb(193 215 234 / 0.25);
}

.focus\:border-y-brand-200\/30:focus {
  border-top-color: rgb(193 215 234 / 0.3);
  border-bottom-color: rgb(193 215 234 / 0.3);
}

.focus\:border-y-brand-200\/40:focus {
  border-top-color: rgb(193 215 234 / 0.4);
  border-bottom-color: rgb(193 215 234 / 0.4);
}

.focus\:border-y-brand-200\/5:focus {
  border-top-color: rgb(193 215 234 / 0.05);
  border-bottom-color: rgb(193 215 234 / 0.05);
}

.focus\:border-y-brand-200\/50:focus {
  border-top-color: rgb(193 215 234 / 0.5);
  border-bottom-color: rgb(193 215 234 / 0.5);
}

.focus\:border-y-brand-200\/60:focus {
  border-top-color: rgb(193 215 234 / 0.6);
  border-bottom-color: rgb(193 215 234 / 0.6);
}

.focus\:border-y-brand-200\/70:focus {
  border-top-color: rgb(193 215 234 / 0.7);
  border-bottom-color: rgb(193 215 234 / 0.7);
}

.focus\:border-y-brand-200\/75:focus {
  border-top-color: rgb(193 215 234 / 0.75);
  border-bottom-color: rgb(193 215 234 / 0.75);
}

.focus\:border-y-brand-200\/80:focus {
  border-top-color: rgb(193 215 234 / 0.8);
  border-bottom-color: rgb(193 215 234 / 0.8);
}

.focus\:border-y-brand-200\/90:focus {
  border-top-color: rgb(193 215 234 / 0.9);
  border-bottom-color: rgb(193 215 234 / 0.9);
}

.focus\:border-y-brand-200\/95:focus {
  border-top-color: rgb(193 215 234 / 0.95);
  border-bottom-color: rgb(193 215 234 / 0.95);
}

.focus\:border-y-brand-300:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(155 190 221 / var(--tw-border-opacity));
  border-bottom-color: rgb(155 190 221 / var(--tw-border-opacity));
}

.focus\:border-y-brand-300\/0:focus {
  border-top-color: rgb(155 190 221 / 0);
  border-bottom-color: rgb(155 190 221 / 0);
}

.focus\:border-y-brand-300\/10:focus {
  border-top-color: rgb(155 190 221 / 0.1);
  border-bottom-color: rgb(155 190 221 / 0.1);
}

.focus\:border-y-brand-300\/100:focus {
  border-top-color: rgb(155 190 221 / 1);
  border-bottom-color: rgb(155 190 221 / 1);
}

.focus\:border-y-brand-300\/20:focus {
  border-top-color: rgb(155 190 221 / 0.2);
  border-bottom-color: rgb(155 190 221 / 0.2);
}

.focus\:border-y-brand-300\/25:focus {
  border-top-color: rgb(155 190 221 / 0.25);
  border-bottom-color: rgb(155 190 221 / 0.25);
}

.focus\:border-y-brand-300\/30:focus {
  border-top-color: rgb(155 190 221 / 0.3);
  border-bottom-color: rgb(155 190 221 / 0.3);
}

.focus\:border-y-brand-300\/40:focus {
  border-top-color: rgb(155 190 221 / 0.4);
  border-bottom-color: rgb(155 190 221 / 0.4);
}

.focus\:border-y-brand-300\/5:focus {
  border-top-color: rgb(155 190 221 / 0.05);
  border-bottom-color: rgb(155 190 221 / 0.05);
}

.focus\:border-y-brand-300\/50:focus {
  border-top-color: rgb(155 190 221 / 0.5);
  border-bottom-color: rgb(155 190 221 / 0.5);
}

.focus\:border-y-brand-300\/60:focus {
  border-top-color: rgb(155 190 221 / 0.6);
  border-bottom-color: rgb(155 190 221 / 0.6);
}

.focus\:border-y-brand-300\/70:focus {
  border-top-color: rgb(155 190 221 / 0.7);
  border-bottom-color: rgb(155 190 221 / 0.7);
}

.focus\:border-y-brand-300\/75:focus {
  border-top-color: rgb(155 190 221 / 0.75);
  border-bottom-color: rgb(155 190 221 / 0.75);
}

.focus\:border-y-brand-300\/80:focus {
  border-top-color: rgb(155 190 221 / 0.8);
  border-bottom-color: rgb(155 190 221 / 0.8);
}

.focus\:border-y-brand-300\/90:focus {
  border-top-color: rgb(155 190 221 / 0.9);
  border-bottom-color: rgb(155 190 221 / 0.9);
}

.focus\:border-y-brand-300\/95:focus {
  border-top-color: rgb(155 190 221 / 0.95);
  border-bottom-color: rgb(155 190 221 / 0.95);
}

.focus\:border-y-brand-400:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(81 142 195 / var(--tw-border-opacity));
  border-bottom-color: rgb(81 142 195 / var(--tw-border-opacity));
}

.focus\:border-y-brand-400\/0:focus {
  border-top-color: rgb(81 142 195 / 0);
  border-bottom-color: rgb(81 142 195 / 0);
}

.focus\:border-y-brand-400\/10:focus {
  border-top-color: rgb(81 142 195 / 0.1);
  border-bottom-color: rgb(81 142 195 / 0.1);
}

.focus\:border-y-brand-400\/100:focus {
  border-top-color: rgb(81 142 195 / 1);
  border-bottom-color: rgb(81 142 195 / 1);
}

.focus\:border-y-brand-400\/20:focus {
  border-top-color: rgb(81 142 195 / 0.2);
  border-bottom-color: rgb(81 142 195 / 0.2);
}

.focus\:border-y-brand-400\/25:focus {
  border-top-color: rgb(81 142 195 / 0.25);
  border-bottom-color: rgb(81 142 195 / 0.25);
}

.focus\:border-y-brand-400\/30:focus {
  border-top-color: rgb(81 142 195 / 0.3);
  border-bottom-color: rgb(81 142 195 / 0.3);
}

.focus\:border-y-brand-400\/40:focus {
  border-top-color: rgb(81 142 195 / 0.4);
  border-bottom-color: rgb(81 142 195 / 0.4);
}

.focus\:border-y-brand-400\/5:focus {
  border-top-color: rgb(81 142 195 / 0.05);
  border-bottom-color: rgb(81 142 195 / 0.05);
}

.focus\:border-y-brand-400\/50:focus {
  border-top-color: rgb(81 142 195 / 0.5);
  border-bottom-color: rgb(81 142 195 / 0.5);
}

.focus\:border-y-brand-400\/60:focus {
  border-top-color: rgb(81 142 195 / 0.6);
  border-bottom-color: rgb(81 142 195 / 0.6);
}

.focus\:border-y-brand-400\/70:focus {
  border-top-color: rgb(81 142 195 / 0.7);
  border-bottom-color: rgb(81 142 195 / 0.7);
}

.focus\:border-y-brand-400\/75:focus {
  border-top-color: rgb(81 142 195 / 0.75);
  border-bottom-color: rgb(81 142 195 / 0.75);
}

.focus\:border-y-brand-400\/80:focus {
  border-top-color: rgb(81 142 195 / 0.8);
  border-bottom-color: rgb(81 142 195 / 0.8);
}

.focus\:border-y-brand-400\/90:focus {
  border-top-color: rgb(81 142 195 / 0.9);
  border-bottom-color: rgb(81 142 195 / 0.9);
}

.focus\:border-y-brand-400\/95:focus {
  border-top-color: rgb(81 142 195 / 0.95);
  border-bottom-color: rgb(81 142 195 / 0.95);
}

.focus\:border-y-brand-50:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(243 247 251 / var(--tw-border-opacity));
  border-bottom-color: rgb(243 247 251 / var(--tw-border-opacity));
}

.focus\:border-y-brand-50\/0:focus {
  border-top-color: rgb(243 247 251 / 0);
  border-bottom-color: rgb(243 247 251 / 0);
}

.focus\:border-y-brand-50\/10:focus {
  border-top-color: rgb(243 247 251 / 0.1);
  border-bottom-color: rgb(243 247 251 / 0.1);
}

.focus\:border-y-brand-50\/100:focus {
  border-top-color: rgb(243 247 251 / 1);
  border-bottom-color: rgb(243 247 251 / 1);
}

.focus\:border-y-brand-50\/20:focus {
  border-top-color: rgb(243 247 251 / 0.2);
  border-bottom-color: rgb(243 247 251 / 0.2);
}

.focus\:border-y-brand-50\/25:focus {
  border-top-color: rgb(243 247 251 / 0.25);
  border-bottom-color: rgb(243 247 251 / 0.25);
}

.focus\:border-y-brand-50\/30:focus {
  border-top-color: rgb(243 247 251 / 0.3);
  border-bottom-color: rgb(243 247 251 / 0.3);
}

.focus\:border-y-brand-50\/40:focus {
  border-top-color: rgb(243 247 251 / 0.4);
  border-bottom-color: rgb(243 247 251 / 0.4);
}

.focus\:border-y-brand-50\/5:focus {
  border-top-color: rgb(243 247 251 / 0.05);
  border-bottom-color: rgb(243 247 251 / 0.05);
}

.focus\:border-y-brand-50\/50:focus {
  border-top-color: rgb(243 247 251 / 0.5);
  border-bottom-color: rgb(243 247 251 / 0.5);
}

.focus\:border-y-brand-50\/60:focus {
  border-top-color: rgb(243 247 251 / 0.6);
  border-bottom-color: rgb(243 247 251 / 0.6);
}

.focus\:border-y-brand-50\/70:focus {
  border-top-color: rgb(243 247 251 / 0.7);
  border-bottom-color: rgb(243 247 251 / 0.7);
}

.focus\:border-y-brand-50\/75:focus {
  border-top-color: rgb(243 247 251 / 0.75);
  border-bottom-color: rgb(243 247 251 / 0.75);
}

.focus\:border-y-brand-50\/80:focus {
  border-top-color: rgb(243 247 251 / 0.8);
  border-bottom-color: rgb(243 247 251 / 0.8);
}

.focus\:border-y-brand-50\/90:focus {
  border-top-color: rgb(243 247 251 / 0.9);
  border-bottom-color: rgb(243 247 251 / 0.9);
}

.focus\:border-y-brand-50\/95:focus {
  border-top-color: rgb(243 247 251 / 0.95);
  border-bottom-color: rgb(243 247 251 / 0.95);
}

.focus\:border-y-brand-500:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(6 93 169 / var(--tw-border-opacity));
  border-bottom-color: rgb(6 93 169 / var(--tw-border-opacity));
}

.focus\:border-y-brand-500\/0:focus {
  border-top-color: rgb(6 93 169 / 0);
  border-bottom-color: rgb(6 93 169 / 0);
}

.focus\:border-y-brand-500\/10:focus {
  border-top-color: rgb(6 93 169 / 0.1);
  border-bottom-color: rgb(6 93 169 / 0.1);
}

.focus\:border-y-brand-500\/100:focus {
  border-top-color: rgb(6 93 169 / 1);
  border-bottom-color: rgb(6 93 169 / 1);
}

.focus\:border-y-brand-500\/20:focus {
  border-top-color: rgb(6 93 169 / 0.2);
  border-bottom-color: rgb(6 93 169 / 0.2);
}

.focus\:border-y-brand-500\/25:focus {
  border-top-color: rgb(6 93 169 / 0.25);
  border-bottom-color: rgb(6 93 169 / 0.25);
}

.focus\:border-y-brand-500\/30:focus {
  border-top-color: rgb(6 93 169 / 0.3);
  border-bottom-color: rgb(6 93 169 / 0.3);
}

.focus\:border-y-brand-500\/40:focus {
  border-top-color: rgb(6 93 169 / 0.4);
  border-bottom-color: rgb(6 93 169 / 0.4);
}

.focus\:border-y-brand-500\/5:focus {
  border-top-color: rgb(6 93 169 / 0.05);
  border-bottom-color: rgb(6 93 169 / 0.05);
}

.focus\:border-y-brand-500\/50:focus {
  border-top-color: rgb(6 93 169 / 0.5);
  border-bottom-color: rgb(6 93 169 / 0.5);
}

.focus\:border-y-brand-500\/60:focus {
  border-top-color: rgb(6 93 169 / 0.6);
  border-bottom-color: rgb(6 93 169 / 0.6);
}

.focus\:border-y-brand-500\/70:focus {
  border-top-color: rgb(6 93 169 / 0.7);
  border-bottom-color: rgb(6 93 169 / 0.7);
}

.focus\:border-y-brand-500\/75:focus {
  border-top-color: rgb(6 93 169 / 0.75);
  border-bottom-color: rgb(6 93 169 / 0.75);
}

.focus\:border-y-brand-500\/80:focus {
  border-top-color: rgb(6 93 169 / 0.8);
  border-bottom-color: rgb(6 93 169 / 0.8);
}

.focus\:border-y-brand-500\/90:focus {
  border-top-color: rgb(6 93 169 / 0.9);
  border-bottom-color: rgb(6 93 169 / 0.9);
}

.focus\:border-y-brand-500\/95:focus {
  border-top-color: rgb(6 93 169 / 0.95);
  border-bottom-color: rgb(6 93 169 / 0.95);
}

.focus\:border-y-brand-600:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(5 84 152 / var(--tw-border-opacity));
  border-bottom-color: rgb(5 84 152 / var(--tw-border-opacity));
}

.focus\:border-y-brand-600\/0:focus {
  border-top-color: rgb(5 84 152 / 0);
  border-bottom-color: rgb(5 84 152 / 0);
}

.focus\:border-y-brand-600\/10:focus {
  border-top-color: rgb(5 84 152 / 0.1);
  border-bottom-color: rgb(5 84 152 / 0.1);
}

.focus\:border-y-brand-600\/100:focus {
  border-top-color: rgb(5 84 152 / 1);
  border-bottom-color: rgb(5 84 152 / 1);
}

.focus\:border-y-brand-600\/20:focus {
  border-top-color: rgb(5 84 152 / 0.2);
  border-bottom-color: rgb(5 84 152 / 0.2);
}

.focus\:border-y-brand-600\/25:focus {
  border-top-color: rgb(5 84 152 / 0.25);
  border-bottom-color: rgb(5 84 152 / 0.25);
}

.focus\:border-y-brand-600\/30:focus {
  border-top-color: rgb(5 84 152 / 0.3);
  border-bottom-color: rgb(5 84 152 / 0.3);
}

.focus\:border-y-brand-600\/40:focus {
  border-top-color: rgb(5 84 152 / 0.4);
  border-bottom-color: rgb(5 84 152 / 0.4);
}

.focus\:border-y-brand-600\/5:focus {
  border-top-color: rgb(5 84 152 / 0.05);
  border-bottom-color: rgb(5 84 152 / 0.05);
}

.focus\:border-y-brand-600\/50:focus {
  border-top-color: rgb(5 84 152 / 0.5);
  border-bottom-color: rgb(5 84 152 / 0.5);
}

.focus\:border-y-brand-600\/60:focus {
  border-top-color: rgb(5 84 152 / 0.6);
  border-bottom-color: rgb(5 84 152 / 0.6);
}

.focus\:border-y-brand-600\/70:focus {
  border-top-color: rgb(5 84 152 / 0.7);
  border-bottom-color: rgb(5 84 152 / 0.7);
}

.focus\:border-y-brand-600\/75:focus {
  border-top-color: rgb(5 84 152 / 0.75);
  border-bottom-color: rgb(5 84 152 / 0.75);
}

.focus\:border-y-brand-600\/80:focus {
  border-top-color: rgb(5 84 152 / 0.8);
  border-bottom-color: rgb(5 84 152 / 0.8);
}

.focus\:border-y-brand-600\/90:focus {
  border-top-color: rgb(5 84 152 / 0.9);
  border-bottom-color: rgb(5 84 152 / 0.9);
}

.focus\:border-y-brand-600\/95:focus {
  border-top-color: rgb(5 84 152 / 0.95);
  border-bottom-color: rgb(5 84 152 / 0.95);
}

.focus\:border-y-brand-700:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(4 56 101 / var(--tw-border-opacity));
  border-bottom-color: rgb(4 56 101 / var(--tw-border-opacity));
}

.focus\:border-y-brand-700\/0:focus {
  border-top-color: rgb(4 56 101 / 0);
  border-bottom-color: rgb(4 56 101 / 0);
}

.focus\:border-y-brand-700\/10:focus {
  border-top-color: rgb(4 56 101 / 0.1);
  border-bottom-color: rgb(4 56 101 / 0.1);
}

.focus\:border-y-brand-700\/100:focus {
  border-top-color: rgb(4 56 101 / 1);
  border-bottom-color: rgb(4 56 101 / 1);
}

.focus\:border-y-brand-700\/20:focus {
  border-top-color: rgb(4 56 101 / 0.2);
  border-bottom-color: rgb(4 56 101 / 0.2);
}

.focus\:border-y-brand-700\/25:focus {
  border-top-color: rgb(4 56 101 / 0.25);
  border-bottom-color: rgb(4 56 101 / 0.25);
}

.focus\:border-y-brand-700\/30:focus {
  border-top-color: rgb(4 56 101 / 0.3);
  border-bottom-color: rgb(4 56 101 / 0.3);
}

.focus\:border-y-brand-700\/40:focus {
  border-top-color: rgb(4 56 101 / 0.4);
  border-bottom-color: rgb(4 56 101 / 0.4);
}

.focus\:border-y-brand-700\/5:focus {
  border-top-color: rgb(4 56 101 / 0.05);
  border-bottom-color: rgb(4 56 101 / 0.05);
}

.focus\:border-y-brand-700\/50:focus {
  border-top-color: rgb(4 56 101 / 0.5);
  border-bottom-color: rgb(4 56 101 / 0.5);
}

.focus\:border-y-brand-700\/60:focus {
  border-top-color: rgb(4 56 101 / 0.6);
  border-bottom-color: rgb(4 56 101 / 0.6);
}

.focus\:border-y-brand-700\/70:focus {
  border-top-color: rgb(4 56 101 / 0.7);
  border-bottom-color: rgb(4 56 101 / 0.7);
}

.focus\:border-y-brand-700\/75:focus {
  border-top-color: rgb(4 56 101 / 0.75);
  border-bottom-color: rgb(4 56 101 / 0.75);
}

.focus\:border-y-brand-700\/80:focus {
  border-top-color: rgb(4 56 101 / 0.8);
  border-bottom-color: rgb(4 56 101 / 0.8);
}

.focus\:border-y-brand-700\/90:focus {
  border-top-color: rgb(4 56 101 / 0.9);
  border-bottom-color: rgb(4 56 101 / 0.9);
}

.focus\:border-y-brand-700\/95:focus {
  border-top-color: rgb(4 56 101 / 0.95);
  border-bottom-color: rgb(4 56 101 / 0.95);
}

.focus\:border-y-brand-800:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(3 42 76 / var(--tw-border-opacity));
  border-bottom-color: rgb(3 42 76 / var(--tw-border-opacity));
}

.focus\:border-y-brand-800\/0:focus {
  border-top-color: rgb(3 42 76 / 0);
  border-bottom-color: rgb(3 42 76 / 0);
}

.focus\:border-y-brand-800\/10:focus {
  border-top-color: rgb(3 42 76 / 0.1);
  border-bottom-color: rgb(3 42 76 / 0.1);
}

.focus\:border-y-brand-800\/100:focus {
  border-top-color: rgb(3 42 76 / 1);
  border-bottom-color: rgb(3 42 76 / 1);
}

.focus\:border-y-brand-800\/20:focus {
  border-top-color: rgb(3 42 76 / 0.2);
  border-bottom-color: rgb(3 42 76 / 0.2);
}

.focus\:border-y-brand-800\/25:focus {
  border-top-color: rgb(3 42 76 / 0.25);
  border-bottom-color: rgb(3 42 76 / 0.25);
}

.focus\:border-y-brand-800\/30:focus {
  border-top-color: rgb(3 42 76 / 0.3);
  border-bottom-color: rgb(3 42 76 / 0.3);
}

.focus\:border-y-brand-800\/40:focus {
  border-top-color: rgb(3 42 76 / 0.4);
  border-bottom-color: rgb(3 42 76 / 0.4);
}

.focus\:border-y-brand-800\/5:focus {
  border-top-color: rgb(3 42 76 / 0.05);
  border-bottom-color: rgb(3 42 76 / 0.05);
}

.focus\:border-y-brand-800\/50:focus {
  border-top-color: rgb(3 42 76 / 0.5);
  border-bottom-color: rgb(3 42 76 / 0.5);
}

.focus\:border-y-brand-800\/60:focus {
  border-top-color: rgb(3 42 76 / 0.6);
  border-bottom-color: rgb(3 42 76 / 0.6);
}

.focus\:border-y-brand-800\/70:focus {
  border-top-color: rgb(3 42 76 / 0.7);
  border-bottom-color: rgb(3 42 76 / 0.7);
}

.focus\:border-y-brand-800\/75:focus {
  border-top-color: rgb(3 42 76 / 0.75);
  border-bottom-color: rgb(3 42 76 / 0.75);
}

.focus\:border-y-brand-800\/80:focus {
  border-top-color: rgb(3 42 76 / 0.8);
  border-bottom-color: rgb(3 42 76 / 0.8);
}

.focus\:border-y-brand-800\/90:focus {
  border-top-color: rgb(3 42 76 / 0.9);
  border-bottom-color: rgb(3 42 76 / 0.9);
}

.focus\:border-y-brand-800\/95:focus {
  border-top-color: rgb(3 42 76 / 0.95);
  border-bottom-color: rgb(3 42 76 / 0.95);
}

.focus\:border-y-brand-900:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(2 28 51 / var(--tw-border-opacity));
  border-bottom-color: rgb(2 28 51 / var(--tw-border-opacity));
}

.focus\:border-y-brand-900\/0:focus {
  border-top-color: rgb(2 28 51 / 0);
  border-bottom-color: rgb(2 28 51 / 0);
}

.focus\:border-y-brand-900\/10:focus {
  border-top-color: rgb(2 28 51 / 0.1);
  border-bottom-color: rgb(2 28 51 / 0.1);
}

.focus\:border-y-brand-900\/100:focus {
  border-top-color: rgb(2 28 51 / 1);
  border-bottom-color: rgb(2 28 51 / 1);
}

.focus\:border-y-brand-900\/20:focus {
  border-top-color: rgb(2 28 51 / 0.2);
  border-bottom-color: rgb(2 28 51 / 0.2);
}

.focus\:border-y-brand-900\/25:focus {
  border-top-color: rgb(2 28 51 / 0.25);
  border-bottom-color: rgb(2 28 51 / 0.25);
}

.focus\:border-y-brand-900\/30:focus {
  border-top-color: rgb(2 28 51 / 0.3);
  border-bottom-color: rgb(2 28 51 / 0.3);
}

.focus\:border-y-brand-900\/40:focus {
  border-top-color: rgb(2 28 51 / 0.4);
  border-bottom-color: rgb(2 28 51 / 0.4);
}

.focus\:border-y-brand-900\/5:focus {
  border-top-color: rgb(2 28 51 / 0.05);
  border-bottom-color: rgb(2 28 51 / 0.05);
}

.focus\:border-y-brand-900\/50:focus {
  border-top-color: rgb(2 28 51 / 0.5);
  border-bottom-color: rgb(2 28 51 / 0.5);
}

.focus\:border-y-brand-900\/60:focus {
  border-top-color: rgb(2 28 51 / 0.6);
  border-bottom-color: rgb(2 28 51 / 0.6);
}

.focus\:border-y-brand-900\/70:focus {
  border-top-color: rgb(2 28 51 / 0.7);
  border-bottom-color: rgb(2 28 51 / 0.7);
}

.focus\:border-y-brand-900\/75:focus {
  border-top-color: rgb(2 28 51 / 0.75);
  border-bottom-color: rgb(2 28 51 / 0.75);
}

.focus\:border-y-brand-900\/80:focus {
  border-top-color: rgb(2 28 51 / 0.8);
  border-bottom-color: rgb(2 28 51 / 0.8);
}

.focus\:border-y-brand-900\/90:focus {
  border-top-color: rgb(2 28 51 / 0.9);
  border-bottom-color: rgb(2 28 51 / 0.9);
}

.focus\:border-y-brand-900\/95:focus {
  border-top-color: rgb(2 28 51 / 0.95);
  border-bottom-color: rgb(2 28 51 / 0.95);
}

.focus\:border-y-current:focus {
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}

.focus\:border-y-cyan-100:focus {
  --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));
}

.focus\:border-y-cyan-100\/0:focus {
  border-top-color: rgb(207 250 254 / 0);
  border-bottom-color: rgb(207 250 254 / 0);
}

.focus\:border-y-cyan-100\/10:focus {
  border-top-color: rgb(207 250 254 / 0.1);
  border-bottom-color: rgb(207 250 254 / 0.1);
}

.focus\:border-y-cyan-100\/100:focus {
  border-top-color: rgb(207 250 254 / 1);
  border-bottom-color: rgb(207 250 254 / 1);
}

.focus\:border-y-cyan-100\/20:focus {
  border-top-color: rgb(207 250 254 / 0.2);
  border-bottom-color: rgb(207 250 254 / 0.2);
}

.focus\:border-y-cyan-100\/25:focus {
  border-top-color: rgb(207 250 254 / 0.25);
  border-bottom-color: rgb(207 250 254 / 0.25);
}

.focus\:border-y-cyan-100\/30:focus {
  border-top-color: rgb(207 250 254 / 0.3);
  border-bottom-color: rgb(207 250 254 / 0.3);
}

.focus\:border-y-cyan-100\/40:focus {
  border-top-color: rgb(207 250 254 / 0.4);
  border-bottom-color: rgb(207 250 254 / 0.4);
}

.focus\:border-y-cyan-100\/5:focus {
  border-top-color: rgb(207 250 254 / 0.05);
  border-bottom-color: rgb(207 250 254 / 0.05);
}

.focus\:border-y-cyan-100\/50:focus {
  border-top-color: rgb(207 250 254 / 0.5);
  border-bottom-color: rgb(207 250 254 / 0.5);
}

.focus\:border-y-cyan-100\/60:focus {
  border-top-color: rgb(207 250 254 / 0.6);
  border-bottom-color: rgb(207 250 254 / 0.6);
}

.focus\:border-y-cyan-100\/70:focus {
  border-top-color: rgb(207 250 254 / 0.7);
  border-bottom-color: rgb(207 250 254 / 0.7);
}

.focus\:border-y-cyan-100\/75:focus {
  border-top-color: rgb(207 250 254 / 0.75);
  border-bottom-color: rgb(207 250 254 / 0.75);
}

.focus\:border-y-cyan-100\/80:focus {
  border-top-color: rgb(207 250 254 / 0.8);
  border-bottom-color: rgb(207 250 254 / 0.8);
}

.focus\:border-y-cyan-100\/90:focus {
  border-top-color: rgb(207 250 254 / 0.9);
  border-bottom-color: rgb(207 250 254 / 0.9);
}

.focus\:border-y-cyan-100\/95:focus {
  border-top-color: rgb(207 250 254 / 0.95);
  border-bottom-color: rgb(207 250 254 / 0.95);
}

.focus\:border-y-cyan-200:focus {
  --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));
}

.focus\:border-y-cyan-200\/0:focus {
  border-top-color: rgb(165 243 252 / 0);
  border-bottom-color: rgb(165 243 252 / 0);
}

.focus\:border-y-cyan-200\/10:focus {
  border-top-color: rgb(165 243 252 / 0.1);
  border-bottom-color: rgb(165 243 252 / 0.1);
}

.focus\:border-y-cyan-200\/100:focus {
  border-top-color: rgb(165 243 252 / 1);
  border-bottom-color: rgb(165 243 252 / 1);
}

.focus\:border-y-cyan-200\/20:focus {
  border-top-color: rgb(165 243 252 / 0.2);
  border-bottom-color: rgb(165 243 252 / 0.2);
}

.focus\:border-y-cyan-200\/25:focus {
  border-top-color: rgb(165 243 252 / 0.25);
  border-bottom-color: rgb(165 243 252 / 0.25);
}

.focus\:border-y-cyan-200\/30:focus {
  border-top-color: rgb(165 243 252 / 0.3);
  border-bottom-color: rgb(165 243 252 / 0.3);
}

.focus\:border-y-cyan-200\/40:focus {
  border-top-color: rgb(165 243 252 / 0.4);
  border-bottom-color: rgb(165 243 252 / 0.4);
}

.focus\:border-y-cyan-200\/5:focus {
  border-top-color: rgb(165 243 252 / 0.05);
  border-bottom-color: rgb(165 243 252 / 0.05);
}

.focus\:border-y-cyan-200\/50:focus {
  border-top-color: rgb(165 243 252 / 0.5);
  border-bottom-color: rgb(165 243 252 / 0.5);
}

.focus\:border-y-cyan-200\/60:focus {
  border-top-color: rgb(165 243 252 / 0.6);
  border-bottom-color: rgb(165 243 252 / 0.6);
}

.focus\:border-y-cyan-200\/70:focus {
  border-top-color: rgb(165 243 252 / 0.7);
  border-bottom-color: rgb(165 243 252 / 0.7);
}

.focus\:border-y-cyan-200\/75:focus {
  border-top-color: rgb(165 243 252 / 0.75);
  border-bottom-color: rgb(165 243 252 / 0.75);
}

.focus\:border-y-cyan-200\/80:focus {
  border-top-color: rgb(165 243 252 / 0.8);
  border-bottom-color: rgb(165 243 252 / 0.8);
}

.focus\:border-y-cyan-200\/90:focus {
  border-top-color: rgb(165 243 252 / 0.9);
  border-bottom-color: rgb(165 243 252 / 0.9);
}

.focus\:border-y-cyan-200\/95:focus {
  border-top-color: rgb(165 243 252 / 0.95);
  border-bottom-color: rgb(165 243 252 / 0.95);
}

.focus\:border-y-cyan-300:focus {
  --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));
}

.focus\:border-y-cyan-300\/0:focus {
  border-top-color: rgb(103 232 249 / 0);
  border-bottom-color: rgb(103 232 249 / 0);
}

.focus\:border-y-cyan-300\/10:focus {
  border-top-color: rgb(103 232 249 / 0.1);
  border-bottom-color: rgb(103 232 249 / 0.1);
}

.focus\:border-y-cyan-300\/100:focus {
  border-top-color: rgb(103 232 249 / 1);
  border-bottom-color: rgb(103 232 249 / 1);
}

.focus\:border-y-cyan-300\/20:focus {
  border-top-color: rgb(103 232 249 / 0.2);
  border-bottom-color: rgb(103 232 249 / 0.2);
}

.focus\:border-y-cyan-300\/25:focus {
  border-top-color: rgb(103 232 249 / 0.25);
  border-bottom-color: rgb(103 232 249 / 0.25);
}

.focus\:border-y-cyan-300\/30:focus {
  border-top-color: rgb(103 232 249 / 0.3);
  border-bottom-color: rgb(103 232 249 / 0.3);
}

.focus\:border-y-cyan-300\/40:focus {
  border-top-color: rgb(103 232 249 / 0.4);
  border-bottom-color: rgb(103 232 249 / 0.4);
}

.focus\:border-y-cyan-300\/5:focus {
  border-top-color: rgb(103 232 249 / 0.05);
  border-bottom-color: rgb(103 232 249 / 0.05);
}

.focus\:border-y-cyan-300\/50:focus {
  border-top-color: rgb(103 232 249 / 0.5);
  border-bottom-color: rgb(103 232 249 / 0.5);
}

.focus\:border-y-cyan-300\/60:focus {
  border-top-color: rgb(103 232 249 / 0.6);
  border-bottom-color: rgb(103 232 249 / 0.6);
}

.focus\:border-y-cyan-300\/70:focus {
  border-top-color: rgb(103 232 249 / 0.7);
  border-bottom-color: rgb(103 232 249 / 0.7);
}

.focus\:border-y-cyan-300\/75:focus {
  border-top-color: rgb(103 232 249 / 0.75);
  border-bottom-color: rgb(103 232 249 / 0.75);
}

.focus\:border-y-cyan-300\/80:focus {
  border-top-color: rgb(103 232 249 / 0.8);
  border-bottom-color: rgb(103 232 249 / 0.8);
}

.focus\:border-y-cyan-300\/90:focus {
  border-top-color: rgb(103 232 249 / 0.9);
  border-bottom-color: rgb(103 232 249 / 0.9);
}

.focus\:border-y-cyan-300\/95:focus {
  border-top-color: rgb(103 232 249 / 0.95);
  border-bottom-color: rgb(103 232 249 / 0.95);
}

.focus\:border-y-cyan-400:focus {
  --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));
}

.focus\:border-y-cyan-400\/0:focus {
  border-top-color: rgb(34 211 238 / 0);
  border-bottom-color: rgb(34 211 238 / 0);
}

.focus\:border-y-cyan-400\/10:focus {
  border-top-color: rgb(34 211 238 / 0.1);
  border-bottom-color: rgb(34 211 238 / 0.1);
}

.focus\:border-y-cyan-400\/100:focus {
  border-top-color: rgb(34 211 238 / 1);
  border-bottom-color: rgb(34 211 238 / 1);
}

.focus\:border-y-cyan-400\/20:focus {
  border-top-color: rgb(34 211 238 / 0.2);
  border-bottom-color: rgb(34 211 238 / 0.2);
}

.focus\:border-y-cyan-400\/25:focus {
  border-top-color: rgb(34 211 238 / 0.25);
  border-bottom-color: rgb(34 211 238 / 0.25);
}

.focus\:border-y-cyan-400\/30:focus {
  border-top-color: rgb(34 211 238 / 0.3);
  border-bottom-color: rgb(34 211 238 / 0.3);
}

.focus\:border-y-cyan-400\/40:focus {
  border-top-color: rgb(34 211 238 / 0.4);
  border-bottom-color: rgb(34 211 238 / 0.4);
}

.focus\:border-y-cyan-400\/5:focus {
  border-top-color: rgb(34 211 238 / 0.05);
  border-bottom-color: rgb(34 211 238 / 0.05);
}

.focus\:border-y-cyan-400\/50:focus {
  border-top-color: rgb(34 211 238 / 0.5);
  border-bottom-color: rgb(34 211 238 / 0.5);
}

.focus\:border-y-cyan-400\/60:focus {
  border-top-color: rgb(34 211 238 / 0.6);
  border-bottom-color: rgb(34 211 238 / 0.6);
}

.focus\:border-y-cyan-400\/70:focus {
  border-top-color: rgb(34 211 238 / 0.7);
  border-bottom-color: rgb(34 211 238 / 0.7);
}

.focus\:border-y-cyan-400\/75:focus {
  border-top-color: rgb(34 211 238 / 0.75);
  border-bottom-color: rgb(34 211 238 / 0.75);
}

.focus\:border-y-cyan-400\/80:focus {
  border-top-color: rgb(34 211 238 / 0.8);
  border-bottom-color: rgb(34 211 238 / 0.8);
}

.focus\:border-y-cyan-400\/90:focus {
  border-top-color: rgb(34 211 238 / 0.9);
  border-bottom-color: rgb(34 211 238 / 0.9);
}

.focus\:border-y-cyan-400\/95:focus {
  border-top-color: rgb(34 211 238 / 0.95);
  border-bottom-color: rgb(34 211 238 / 0.95);
}

.focus\:border-y-cyan-50:focus {
  --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));
}

.focus\:border-y-cyan-50\/0:focus {
  border-top-color: rgb(236 254 255 / 0);
  border-bottom-color: rgb(236 254 255 / 0);
}

.focus\:border-y-cyan-50\/10:focus {
  border-top-color: rgb(236 254 255 / 0.1);
  border-bottom-color: rgb(236 254 255 / 0.1);
}

.focus\:border-y-cyan-50\/100:focus {
  border-top-color: rgb(236 254 255 / 1);
  border-bottom-color: rgb(236 254 255 / 1);
}

.focus\:border-y-cyan-50\/20:focus {
  border-top-color: rgb(236 254 255 / 0.2);
  border-bottom-color: rgb(236 254 255 / 0.2);
}

.focus\:border-y-cyan-50\/25:focus {
  border-top-color: rgb(236 254 255 / 0.25);
  border-bottom-color: rgb(236 254 255 / 0.25);
}

.focus\:border-y-cyan-50\/30:focus {
  border-top-color: rgb(236 254 255 / 0.3);
  border-bottom-color: rgb(236 254 255 / 0.3);
}

.focus\:border-y-cyan-50\/40:focus {
  border-top-color: rgb(236 254 255 / 0.4);
  border-bottom-color: rgb(236 254 255 / 0.4);
}

.focus\:border-y-cyan-50\/5:focus {
  border-top-color: rgb(236 254 255 / 0.05);
  border-bottom-color: rgb(236 254 255 / 0.05);
}

.focus\:border-y-cyan-50\/50:focus {
  border-top-color: rgb(236 254 255 / 0.5);
  border-bottom-color: rgb(236 254 255 / 0.5);
}

.focus\:border-y-cyan-50\/60:focus {
  border-top-color: rgb(236 254 255 / 0.6);
  border-bottom-color: rgb(236 254 255 / 0.6);
}

.focus\:border-y-cyan-50\/70:focus {
  border-top-color: rgb(236 254 255 / 0.7);
  border-bottom-color: rgb(236 254 255 / 0.7);
}

.focus\:border-y-cyan-50\/75:focus {
  border-top-color: rgb(236 254 255 / 0.75);
  border-bottom-color: rgb(236 254 255 / 0.75);
}

.focus\:border-y-cyan-50\/80:focus {
  border-top-color: rgb(236 254 255 / 0.8);
  border-bottom-color: rgb(236 254 255 / 0.8);
}

.focus\:border-y-cyan-50\/90:focus {
  border-top-color: rgb(236 254 255 / 0.9);
  border-bottom-color: rgb(236 254 255 / 0.9);
}

.focus\:border-y-cyan-50\/95:focus {
  border-top-color: rgb(236 254 255 / 0.95);
  border-bottom-color: rgb(236 254 255 / 0.95);
}

.focus\:border-y-cyan-500:focus {
  --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));
}

.focus\:border-y-cyan-500\/0:focus {
  border-top-color: rgb(6 182 212 / 0);
  border-bottom-color: rgb(6 182 212 / 0);
}

.focus\:border-y-cyan-500\/10:focus {
  border-top-color: rgb(6 182 212 / 0.1);
  border-bottom-color: rgb(6 182 212 / 0.1);
}

.focus\:border-y-cyan-500\/100:focus {
  border-top-color: rgb(6 182 212 / 1);
  border-bottom-color: rgb(6 182 212 / 1);
}

.focus\:border-y-cyan-500\/20:focus {
  border-top-color: rgb(6 182 212 / 0.2);
  border-bottom-color: rgb(6 182 212 / 0.2);
}

.focus\:border-y-cyan-500\/25:focus {
  border-top-color: rgb(6 182 212 / 0.25);
  border-bottom-color: rgb(6 182 212 / 0.25);
}

.focus\:border-y-cyan-500\/30:focus {
  border-top-color: rgb(6 182 212 / 0.3);
  border-bottom-color: rgb(6 182 212 / 0.3);
}

.focus\:border-y-cyan-500\/40:focus {
  border-top-color: rgb(6 182 212 / 0.4);
  border-bottom-color: rgb(6 182 212 / 0.4);
}

.focus\:border-y-cyan-500\/5:focus {
  border-top-color: rgb(6 182 212 / 0.05);
  border-bottom-color: rgb(6 182 212 / 0.05);
}

.focus\:border-y-cyan-500\/50:focus {
  border-top-color: rgb(6 182 212 / 0.5);
  border-bottom-color: rgb(6 182 212 / 0.5);
}

.focus\:border-y-cyan-500\/60:focus {
  border-top-color: rgb(6 182 212 / 0.6);
  border-bottom-color: rgb(6 182 212 / 0.6);
}

.focus\:border-y-cyan-500\/70:focus {
  border-top-color: rgb(6 182 212 / 0.7);
  border-bottom-color: rgb(6 182 212 / 0.7);
}

.focus\:border-y-cyan-500\/75:focus {
  border-top-color: rgb(6 182 212 / 0.75);
  border-bottom-color: rgb(6 182 212 / 0.75);
}

.focus\:border-y-cyan-500\/80:focus {
  border-top-color: rgb(6 182 212 / 0.8);
  border-bottom-color: rgb(6 182 212 / 0.8);
}

.focus\:border-y-cyan-500\/90:focus {
  border-top-color: rgb(6 182 212 / 0.9);
  border-bottom-color: rgb(6 182 212 / 0.9);
}

.focus\:border-y-cyan-500\/95:focus {
  border-top-color: rgb(6 182 212 / 0.95);
  border-bottom-color: rgb(6 182 212 / 0.95);
}

.focus\:border-y-cyan-600:focus {
  --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));
}

.focus\:border-y-cyan-600\/0:focus {
  border-top-color: rgb(8 145 178 / 0);
  border-bottom-color: rgb(8 145 178 / 0);
}

.focus\:border-y-cyan-600\/10:focus {
  border-top-color: rgb(8 145 178 / 0.1);
  border-bottom-color: rgb(8 145 178 / 0.1);
}

.focus\:border-y-cyan-600\/100:focus {
  border-top-color: rgb(8 145 178 / 1);
  border-bottom-color: rgb(8 145 178 / 1);
}

.focus\:border-y-cyan-600\/20:focus {
  border-top-color: rgb(8 145 178 / 0.2);
  border-bottom-color: rgb(8 145 178 / 0.2);
}

.focus\:border-y-cyan-600\/25:focus {
  border-top-color: rgb(8 145 178 / 0.25);
  border-bottom-color: rgb(8 145 178 / 0.25);
}

.focus\:border-y-cyan-600\/30:focus {
  border-top-color: rgb(8 145 178 / 0.3);
  border-bottom-color: rgb(8 145 178 / 0.3);
}

.focus\:border-y-cyan-600\/40:focus {
  border-top-color: rgb(8 145 178 / 0.4);
  border-bottom-color: rgb(8 145 178 / 0.4);
}

.focus\:border-y-cyan-600\/5:focus {
  border-top-color: rgb(8 145 178 / 0.05);
  border-bottom-color: rgb(8 145 178 / 0.05);
}

.focus\:border-y-cyan-600\/50:focus {
  border-top-color: rgb(8 145 178 / 0.5);
  border-bottom-color: rgb(8 145 178 / 0.5);
}

.focus\:border-y-cyan-600\/60:focus {
  border-top-color: rgb(8 145 178 / 0.6);
  border-bottom-color: rgb(8 145 178 / 0.6);
}

.focus\:border-y-cyan-600\/70:focus {
  border-top-color: rgb(8 145 178 / 0.7);
  border-bottom-color: rgb(8 145 178 / 0.7);
}

.focus\:border-y-cyan-600\/75:focus {
  border-top-color: rgb(8 145 178 / 0.75);
  border-bottom-color: rgb(8 145 178 / 0.75);
}

.focus\:border-y-cyan-600\/80:focus {
  border-top-color: rgb(8 145 178 / 0.8);
  border-bottom-color: rgb(8 145 178 / 0.8);
}

.focus\:border-y-cyan-600\/90:focus {
  border-top-color: rgb(8 145 178 / 0.9);
  border-bottom-color: rgb(8 145 178 / 0.9);
}

.focus\:border-y-cyan-600\/95:focus {
  border-top-color: rgb(8 145 178 / 0.95);
  border-bottom-color: rgb(8 145 178 / 0.95);
}

.focus\:border-y-cyan-700:focus {
  --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));
}

.focus\:border-y-cyan-700\/0:focus {
  border-top-color: rgb(14 116 144 / 0);
  border-bottom-color: rgb(14 116 144 / 0);
}

.focus\:border-y-cyan-700\/10:focus {
  border-top-color: rgb(14 116 144 / 0.1);
  border-bottom-color: rgb(14 116 144 / 0.1);
}

.focus\:border-y-cyan-700\/100:focus {
  border-top-color: rgb(14 116 144 / 1);
  border-bottom-color: rgb(14 116 144 / 1);
}

.focus\:border-y-cyan-700\/20:focus {
  border-top-color: rgb(14 116 144 / 0.2);
  border-bottom-color: rgb(14 116 144 / 0.2);
}

.focus\:border-y-cyan-700\/25:focus {
  border-top-color: rgb(14 116 144 / 0.25);
  border-bottom-color: rgb(14 116 144 / 0.25);
}

.focus\:border-y-cyan-700\/30:focus {
  border-top-color: rgb(14 116 144 / 0.3);
  border-bottom-color: rgb(14 116 144 / 0.3);
}

.focus\:border-y-cyan-700\/40:focus {
  border-top-color: rgb(14 116 144 / 0.4);
  border-bottom-color: rgb(14 116 144 / 0.4);
}

.focus\:border-y-cyan-700\/5:focus {
  border-top-color: rgb(14 116 144 / 0.05);
  border-bottom-color: rgb(14 116 144 / 0.05);
}

.focus\:border-y-cyan-700\/50:focus {
  border-top-color: rgb(14 116 144 / 0.5);
  border-bottom-color: rgb(14 116 144 / 0.5);
}

.focus\:border-y-cyan-700\/60:focus {
  border-top-color: rgb(14 116 144 / 0.6);
  border-bottom-color: rgb(14 116 144 / 0.6);
}

.focus\:border-y-cyan-700\/70:focus {
  border-top-color: rgb(14 116 144 / 0.7);
  border-bottom-color: rgb(14 116 144 / 0.7);
}

.focus\:border-y-cyan-700\/75:focus {
  border-top-color: rgb(14 116 144 / 0.75);
  border-bottom-color: rgb(14 116 144 / 0.75);
}

.focus\:border-y-cyan-700\/80:focus {
  border-top-color: rgb(14 116 144 / 0.8);
  border-bottom-color: rgb(14 116 144 / 0.8);
}

.focus\:border-y-cyan-700\/90:focus {
  border-top-color: rgb(14 116 144 / 0.9);
  border-bottom-color: rgb(14 116 144 / 0.9);
}

.focus\:border-y-cyan-700\/95:focus {
  border-top-color: rgb(14 116 144 / 0.95);
  border-bottom-color: rgb(14 116 144 / 0.95);
}

.focus\:border-y-cyan-800:focus {
  --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));
}

.focus\:border-y-cyan-800\/0:focus {
  border-top-color: rgb(21 94 117 / 0);
  border-bottom-color: rgb(21 94 117 / 0);
}

.focus\:border-y-cyan-800\/10:focus {
  border-top-color: rgb(21 94 117 / 0.1);
  border-bottom-color: rgb(21 94 117 / 0.1);
}

.focus\:border-y-cyan-800\/100:focus {
  border-top-color: rgb(21 94 117 / 1);
  border-bottom-color: rgb(21 94 117 / 1);
}

.focus\:border-y-cyan-800\/20:focus {
  border-top-color: rgb(21 94 117 / 0.2);
  border-bottom-color: rgb(21 94 117 / 0.2);
}

.focus\:border-y-cyan-800\/25:focus {
  border-top-color: rgb(21 94 117 / 0.25);
  border-bottom-color: rgb(21 94 117 / 0.25);
}

.focus\:border-y-cyan-800\/30:focus {
  border-top-color: rgb(21 94 117 / 0.3);
  border-bottom-color: rgb(21 94 117 / 0.3);
}

.focus\:border-y-cyan-800\/40:focus {
  border-top-color: rgb(21 94 117 / 0.4);
  border-bottom-color: rgb(21 94 117 / 0.4);
}

.focus\:border-y-cyan-800\/5:focus {
  border-top-color: rgb(21 94 117 / 0.05);
  border-bottom-color: rgb(21 94 117 / 0.05);
}

.focus\:border-y-cyan-800\/50:focus {
  border-top-color: rgb(21 94 117 / 0.5);
  border-bottom-color: rgb(21 94 117 / 0.5);
}

.focus\:border-y-cyan-800\/60:focus {
  border-top-color: rgb(21 94 117 / 0.6);
  border-bottom-color: rgb(21 94 117 / 0.6);
}

.focus\:border-y-cyan-800\/70:focus {
  border-top-color: rgb(21 94 117 / 0.7);
  border-bottom-color: rgb(21 94 117 / 0.7);
}

.focus\:border-y-cyan-800\/75:focus {
  border-top-color: rgb(21 94 117 / 0.75);
  border-bottom-color: rgb(21 94 117 / 0.75);
}

.focus\:border-y-cyan-800\/80:focus {
  border-top-color: rgb(21 94 117 / 0.8);
  border-bottom-color: rgb(21 94 117 / 0.8);
}

.focus\:border-y-cyan-800\/90:focus {
  border-top-color: rgb(21 94 117 / 0.9);
  border-bottom-color: rgb(21 94 117 / 0.9);
}

.focus\:border-y-cyan-800\/95:focus {
  border-top-color: rgb(21 94 117 / 0.95);
  border-bottom-color: rgb(21 94 117 / 0.95);
}

.focus\:border-y-cyan-900:focus {
  --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));
}

.focus\:border-y-cyan-900\/0:focus {
  border-top-color: rgb(22 78 99 / 0);
  border-bottom-color: rgb(22 78 99 / 0);
}

.focus\:border-y-cyan-900\/10:focus {
  border-top-color: rgb(22 78 99 / 0.1);
  border-bottom-color: rgb(22 78 99 / 0.1);
}

.focus\:border-y-cyan-900\/100:focus {
  border-top-color: rgb(22 78 99 / 1);
  border-bottom-color: rgb(22 78 99 / 1);
}

.focus\:border-y-cyan-900\/20:focus {
  border-top-color: rgb(22 78 99 / 0.2);
  border-bottom-color: rgb(22 78 99 / 0.2);
}

.focus\:border-y-cyan-900\/25:focus {
  border-top-color: rgb(22 78 99 / 0.25);
  border-bottom-color: rgb(22 78 99 / 0.25);
}

.focus\:border-y-cyan-900\/30:focus {
  border-top-color: rgb(22 78 99 / 0.3);
  border-bottom-color: rgb(22 78 99 / 0.3);
}

.focus\:border-y-cyan-900\/40:focus {
  border-top-color: rgb(22 78 99 / 0.4);
  border-bottom-color: rgb(22 78 99 / 0.4);
}

.focus\:border-y-cyan-900\/5:focus {
  border-top-color: rgb(22 78 99 / 0.05);
  border-bottom-color: rgb(22 78 99 / 0.05);
}

.focus\:border-y-cyan-900\/50:focus {
  border-top-color: rgb(22 78 99 / 0.5);
  border-bottom-color: rgb(22 78 99 / 0.5);
}

.focus\:border-y-cyan-900\/60:focus {
  border-top-color: rgb(22 78 99 / 0.6);
  border-bottom-color: rgb(22 78 99 / 0.6);
}

.focus\:border-y-cyan-900\/70:focus {
  border-top-color: rgb(22 78 99 / 0.7);
  border-bottom-color: rgb(22 78 99 / 0.7);
}

.focus\:border-y-cyan-900\/75:focus {
  border-top-color: rgb(22 78 99 / 0.75);
  border-bottom-color: rgb(22 78 99 / 0.75);
}

.focus\:border-y-cyan-900\/80:focus {
  border-top-color: rgb(22 78 99 / 0.8);
  border-bottom-color: rgb(22 78 99 / 0.8);
}

.focus\:border-y-cyan-900\/90:focus {
  border-top-color: rgb(22 78 99 / 0.9);
  border-bottom-color: rgb(22 78 99 / 0.9);
}

.focus\:border-y-cyan-900\/95:focus {
  border-top-color: rgb(22 78 99 / 0.95);
  border-bottom-color: rgb(22 78 99 / 0.95);
}

.focus\:border-y-cyan-950:focus {
  --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));
}

.focus\:border-y-cyan-950\/0:focus {
  border-top-color: rgb(8 51 68 / 0);
  border-bottom-color: rgb(8 51 68 / 0);
}

.focus\:border-y-cyan-950\/10:focus {
  border-top-color: rgb(8 51 68 / 0.1);
  border-bottom-color: rgb(8 51 68 / 0.1);
}

.focus\:border-y-cyan-950\/100:focus {
  border-top-color: rgb(8 51 68 / 1);
  border-bottom-color: rgb(8 51 68 / 1);
}

.focus\:border-y-cyan-950\/20:focus {
  border-top-color: rgb(8 51 68 / 0.2);
  border-bottom-color: rgb(8 51 68 / 0.2);
}

.focus\:border-y-cyan-950\/25:focus {
  border-top-color: rgb(8 51 68 / 0.25);
  border-bottom-color: rgb(8 51 68 / 0.25);
}

.focus\:border-y-cyan-950\/30:focus {
  border-top-color: rgb(8 51 68 / 0.3);
  border-bottom-color: rgb(8 51 68 / 0.3);
}

.focus\:border-y-cyan-950\/40:focus {
  border-top-color: rgb(8 51 68 / 0.4);
  border-bottom-color: rgb(8 51 68 / 0.4);
}

.focus\:border-y-cyan-950\/5:focus {
  border-top-color: rgb(8 51 68 / 0.05);
  border-bottom-color: rgb(8 51 68 / 0.05);
}

.focus\:border-y-cyan-950\/50:focus {
  border-top-color: rgb(8 51 68 / 0.5);
  border-bottom-color: rgb(8 51 68 / 0.5);
}

.focus\:border-y-cyan-950\/60:focus {
  border-top-color: rgb(8 51 68 / 0.6);
  border-bottom-color: rgb(8 51 68 / 0.6);
}

.focus\:border-y-cyan-950\/70:focus {
  border-top-color: rgb(8 51 68 / 0.7);
  border-bottom-color: rgb(8 51 68 / 0.7);
}

.focus\:border-y-cyan-950\/75:focus {
  border-top-color: rgb(8 51 68 / 0.75);
  border-bottom-color: rgb(8 51 68 / 0.75);
}

.focus\:border-y-cyan-950\/80:focus {
  border-top-color: rgb(8 51 68 / 0.8);
  border-bottom-color: rgb(8 51 68 / 0.8);
}

.focus\:border-y-cyan-950\/90:focus {
  border-top-color: rgb(8 51 68 / 0.9);
  border-bottom-color: rgb(8 51 68 / 0.9);
}

.focus\:border-y-cyan-950\/95:focus {
  border-top-color: rgb(8 51 68 / 0.95);
  border-bottom-color: rgb(8 51 68 / 0.95);
}

.focus\:border-y-emerald-100:focus {
  --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));
}

.focus\:border-y-emerald-100\/0:focus {
  border-top-color: rgb(209 250 229 / 0);
  border-bottom-color: rgb(209 250 229 / 0);
}

.focus\:border-y-emerald-100\/10:focus {
  border-top-color: rgb(209 250 229 / 0.1);
  border-bottom-color: rgb(209 250 229 / 0.1);
}

.focus\:border-y-emerald-100\/100:focus {
  border-top-color: rgb(209 250 229 / 1);
  border-bottom-color: rgb(209 250 229 / 1);
}

.focus\:border-y-emerald-100\/20:focus {
  border-top-color: rgb(209 250 229 / 0.2);
  border-bottom-color: rgb(209 250 229 / 0.2);
}

.focus\:border-y-emerald-100\/25:focus {
  border-top-color: rgb(209 250 229 / 0.25);
  border-bottom-color: rgb(209 250 229 / 0.25);
}

.focus\:border-y-emerald-100\/30:focus {
  border-top-color: rgb(209 250 229 / 0.3);
  border-bottom-color: rgb(209 250 229 / 0.3);
}

.focus\:border-y-emerald-100\/40:focus {
  border-top-color: rgb(209 250 229 / 0.4);
  border-bottom-color: rgb(209 250 229 / 0.4);
}

.focus\:border-y-emerald-100\/5:focus {
  border-top-color: rgb(209 250 229 / 0.05);
  border-bottom-color: rgb(209 250 229 / 0.05);
}

.focus\:border-y-emerald-100\/50:focus {
  border-top-color: rgb(209 250 229 / 0.5);
  border-bottom-color: rgb(209 250 229 / 0.5);
}

.focus\:border-y-emerald-100\/60:focus {
  border-top-color: rgb(209 250 229 / 0.6);
  border-bottom-color: rgb(209 250 229 / 0.6);
}

.focus\:border-y-emerald-100\/70:focus {
  border-top-color: rgb(209 250 229 / 0.7);
  border-bottom-color: rgb(209 250 229 / 0.7);
}

.focus\:border-y-emerald-100\/75:focus {
  border-top-color: rgb(209 250 229 / 0.75);
  border-bottom-color: rgb(209 250 229 / 0.75);
}

.focus\:border-y-emerald-100\/80:focus {
  border-top-color: rgb(209 250 229 / 0.8);
  border-bottom-color: rgb(209 250 229 / 0.8);
}

.focus\:border-y-emerald-100\/90:focus {
  border-top-color: rgb(209 250 229 / 0.9);
  border-bottom-color: rgb(209 250 229 / 0.9);
}

.focus\:border-y-emerald-100\/95:focus {
  border-top-color: rgb(209 250 229 / 0.95);
  border-bottom-color: rgb(209 250 229 / 0.95);
}

.focus\:border-y-emerald-200:focus {
  --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));
}

.focus\:border-y-emerald-200\/0:focus {
  border-top-color: rgb(167 243 208 / 0);
  border-bottom-color: rgb(167 243 208 / 0);
}

.focus\:border-y-emerald-200\/10:focus {
  border-top-color: rgb(167 243 208 / 0.1);
  border-bottom-color: rgb(167 243 208 / 0.1);
}

.focus\:border-y-emerald-200\/100:focus {
  border-top-color: rgb(167 243 208 / 1);
  border-bottom-color: rgb(167 243 208 / 1);
}

.focus\:border-y-emerald-200\/20:focus {
  border-top-color: rgb(167 243 208 / 0.2);
  border-bottom-color: rgb(167 243 208 / 0.2);
}

.focus\:border-y-emerald-200\/25:focus {
  border-top-color: rgb(167 243 208 / 0.25);
  border-bottom-color: rgb(167 243 208 / 0.25);
}

.focus\:border-y-emerald-200\/30:focus {
  border-top-color: rgb(167 243 208 / 0.3);
  border-bottom-color: rgb(167 243 208 / 0.3);
}

.focus\:border-y-emerald-200\/40:focus {
  border-top-color: rgb(167 243 208 / 0.4);
  border-bottom-color: rgb(167 243 208 / 0.4);
}

.focus\:border-y-emerald-200\/5:focus {
  border-top-color: rgb(167 243 208 / 0.05);
  border-bottom-color: rgb(167 243 208 / 0.05);
}

.focus\:border-y-emerald-200\/50:focus {
  border-top-color: rgb(167 243 208 / 0.5);
  border-bottom-color: rgb(167 243 208 / 0.5);
}

.focus\:border-y-emerald-200\/60:focus {
  border-top-color: rgb(167 243 208 / 0.6);
  border-bottom-color: rgb(167 243 208 / 0.6);
}

.focus\:border-y-emerald-200\/70:focus {
  border-top-color: rgb(167 243 208 / 0.7);
  border-bottom-color: rgb(167 243 208 / 0.7);
}

.focus\:border-y-emerald-200\/75:focus {
  border-top-color: rgb(167 243 208 / 0.75);
  border-bottom-color: rgb(167 243 208 / 0.75);
}

.focus\:border-y-emerald-200\/80:focus {
  border-top-color: rgb(167 243 208 / 0.8);
  border-bottom-color: rgb(167 243 208 / 0.8);
}

.focus\:border-y-emerald-200\/90:focus {
  border-top-color: rgb(167 243 208 / 0.9);
  border-bottom-color: rgb(167 243 208 / 0.9);
}

.focus\:border-y-emerald-200\/95:focus {
  border-top-color: rgb(167 243 208 / 0.95);
  border-bottom-color: rgb(167 243 208 / 0.95);
}

.focus\:border-y-emerald-300:focus {
  --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));
}

.focus\:border-y-emerald-300\/0:focus {
  border-top-color: rgb(110 231 183 / 0);
  border-bottom-color: rgb(110 231 183 / 0);
}

.focus\:border-y-emerald-300\/10:focus {
  border-top-color: rgb(110 231 183 / 0.1);
  border-bottom-color: rgb(110 231 183 / 0.1);
}

.focus\:border-y-emerald-300\/100:focus {
  border-top-color: rgb(110 231 183 / 1);
  border-bottom-color: rgb(110 231 183 / 1);
}

.focus\:border-y-emerald-300\/20:focus {
  border-top-color: rgb(110 231 183 / 0.2);
  border-bottom-color: rgb(110 231 183 / 0.2);
}

.focus\:border-y-emerald-300\/25:focus {
  border-top-color: rgb(110 231 183 / 0.25);
  border-bottom-color: rgb(110 231 183 / 0.25);
}

.focus\:border-y-emerald-300\/30:focus {
  border-top-color: rgb(110 231 183 / 0.3);
  border-bottom-color: rgb(110 231 183 / 0.3);
}

.focus\:border-y-emerald-300\/40:focus {
  border-top-color: rgb(110 231 183 / 0.4);
  border-bottom-color: rgb(110 231 183 / 0.4);
}

.focus\:border-y-emerald-300\/5:focus {
  border-top-color: rgb(110 231 183 / 0.05);
  border-bottom-color: rgb(110 231 183 / 0.05);
}

.focus\:border-y-emerald-300\/50:focus {
  border-top-color: rgb(110 231 183 / 0.5);
  border-bottom-color: rgb(110 231 183 / 0.5);
}

.focus\:border-y-emerald-300\/60:focus {
  border-top-color: rgb(110 231 183 / 0.6);
  border-bottom-color: rgb(110 231 183 / 0.6);
}

.focus\:border-y-emerald-300\/70:focus {
  border-top-color: rgb(110 231 183 / 0.7);
  border-bottom-color: rgb(110 231 183 / 0.7);
}

.focus\:border-y-emerald-300\/75:focus {
  border-top-color: rgb(110 231 183 / 0.75);
  border-bottom-color: rgb(110 231 183 / 0.75);
}

.focus\:border-y-emerald-300\/80:focus {
  border-top-color: rgb(110 231 183 / 0.8);
  border-bottom-color: rgb(110 231 183 / 0.8);
}

.focus\:border-y-emerald-300\/90:focus {
  border-top-color: rgb(110 231 183 / 0.9);
  border-bottom-color: rgb(110 231 183 / 0.9);
}

.focus\:border-y-emerald-300\/95:focus {
  border-top-color: rgb(110 231 183 / 0.95);
  border-bottom-color: rgb(110 231 183 / 0.95);
}

.focus\:border-y-emerald-400:focus {
  --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));
}

.focus\:border-y-emerald-400\/0:focus {
  border-top-color: rgb(52 211 153 / 0);
  border-bottom-color: rgb(52 211 153 / 0);
}

.focus\:border-y-emerald-400\/10:focus {
  border-top-color: rgb(52 211 153 / 0.1);
  border-bottom-color: rgb(52 211 153 / 0.1);
}

.focus\:border-y-emerald-400\/100:focus {
  border-top-color: rgb(52 211 153 / 1);
  border-bottom-color: rgb(52 211 153 / 1);
}

.focus\:border-y-emerald-400\/20:focus {
  border-top-color: rgb(52 211 153 / 0.2);
  border-bottom-color: rgb(52 211 153 / 0.2);
}

.focus\:border-y-emerald-400\/25:focus {
  border-top-color: rgb(52 211 153 / 0.25);
  border-bottom-color: rgb(52 211 153 / 0.25);
}

.focus\:border-y-emerald-400\/30:focus {
  border-top-color: rgb(52 211 153 / 0.3);
  border-bottom-color: rgb(52 211 153 / 0.3);
}

.focus\:border-y-emerald-400\/40:focus {
  border-top-color: rgb(52 211 153 / 0.4);
  border-bottom-color: rgb(52 211 153 / 0.4);
}

.focus\:border-y-emerald-400\/5:focus {
  border-top-color: rgb(52 211 153 / 0.05);
  border-bottom-color: rgb(52 211 153 / 0.05);
}

.focus\:border-y-emerald-400\/50:focus {
  border-top-color: rgb(52 211 153 / 0.5);
  border-bottom-color: rgb(52 211 153 / 0.5);
}

.focus\:border-y-emerald-400\/60:focus {
  border-top-color: rgb(52 211 153 / 0.6);
  border-bottom-color: rgb(52 211 153 / 0.6);
}

.focus\:border-y-emerald-400\/70:focus {
  border-top-color: rgb(52 211 153 / 0.7);
  border-bottom-color: rgb(52 211 153 / 0.7);
}

.focus\:border-y-emerald-400\/75:focus {
  border-top-color: rgb(52 211 153 / 0.75);
  border-bottom-color: rgb(52 211 153 / 0.75);
}

.focus\:border-y-emerald-400\/80:focus {
  border-top-color: rgb(52 211 153 / 0.8);
  border-bottom-color: rgb(52 211 153 / 0.8);
}

.focus\:border-y-emerald-400\/90:focus {
  border-top-color: rgb(52 211 153 / 0.9);
  border-bottom-color: rgb(52 211 153 / 0.9);
}

.focus\:border-y-emerald-400\/95:focus {
  border-top-color: rgb(52 211 153 / 0.95);
  border-bottom-color: rgb(52 211 153 / 0.95);
}

.focus\:border-y-emerald-50:focus {
  --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));
}

.focus\:border-y-emerald-50\/0:focus {
  border-top-color: rgb(236 253 245 / 0);
  border-bottom-color: rgb(236 253 245 / 0);
}

.focus\:border-y-emerald-50\/10:focus {
  border-top-color: rgb(236 253 245 / 0.1);
  border-bottom-color: rgb(236 253 245 / 0.1);
}

.focus\:border-y-emerald-50\/100:focus {
  border-top-color: rgb(236 253 245 / 1);
  border-bottom-color: rgb(236 253 245 / 1);
}

.focus\:border-y-emerald-50\/20:focus {
  border-top-color: rgb(236 253 245 / 0.2);
  border-bottom-color: rgb(236 253 245 / 0.2);
}

.focus\:border-y-emerald-50\/25:focus {
  border-top-color: rgb(236 253 245 / 0.25);
  border-bottom-color: rgb(236 253 245 / 0.25);
}

.focus\:border-y-emerald-50\/30:focus {
  border-top-color: rgb(236 253 245 / 0.3);
  border-bottom-color: rgb(236 253 245 / 0.3);
}

.focus\:border-y-emerald-50\/40:focus {
  border-top-color: rgb(236 253 245 / 0.4);
  border-bottom-color: rgb(236 253 245 / 0.4);
}

.focus\:border-y-emerald-50\/5:focus {
  border-top-color: rgb(236 253 245 / 0.05);
  border-bottom-color: rgb(236 253 245 / 0.05);
}

.focus\:border-y-emerald-50\/50:focus {
  border-top-color: rgb(236 253 245 / 0.5);
  border-bottom-color: rgb(236 253 245 / 0.5);
}

.focus\:border-y-emerald-50\/60:focus {
  border-top-color: rgb(236 253 245 / 0.6);
  border-bottom-color: rgb(236 253 245 / 0.6);
}

.focus\:border-y-emerald-50\/70:focus {
  border-top-color: rgb(236 253 245 / 0.7);
  border-bottom-color: rgb(236 253 245 / 0.7);
}

.focus\:border-y-emerald-50\/75:focus {
  border-top-color: rgb(236 253 245 / 0.75);
  border-bottom-color: rgb(236 253 245 / 0.75);
}

.focus\:border-y-emerald-50\/80:focus {
  border-top-color: rgb(236 253 245 / 0.8);
  border-bottom-color: rgb(236 253 245 / 0.8);
}

.focus\:border-y-emerald-50\/90:focus {
  border-top-color: rgb(236 253 245 / 0.9);
  border-bottom-color: rgb(236 253 245 / 0.9);
}

.focus\:border-y-emerald-50\/95:focus {
  border-top-color: rgb(236 253 245 / 0.95);
  border-bottom-color: rgb(236 253 245 / 0.95);
}

.focus\:border-y-emerald-500:focus {
  --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));
}

.focus\:border-y-emerald-500\/0:focus {
  border-top-color: rgb(16 185 129 / 0);
  border-bottom-color: rgb(16 185 129 / 0);
}

.focus\:border-y-emerald-500\/10:focus {
  border-top-color: rgb(16 185 129 / 0.1);
  border-bottom-color: rgb(16 185 129 / 0.1);
}

.focus\:border-y-emerald-500\/100:focus {
  border-top-color: rgb(16 185 129 / 1);
  border-bottom-color: rgb(16 185 129 / 1);
}

.focus\:border-y-emerald-500\/20:focus {
  border-top-color: rgb(16 185 129 / 0.2);
  border-bottom-color: rgb(16 185 129 / 0.2);
}

.focus\:border-y-emerald-500\/25:focus {
  border-top-color: rgb(16 185 129 / 0.25);
  border-bottom-color: rgb(16 185 129 / 0.25);
}

.focus\:border-y-emerald-500\/30:focus {
  border-top-color: rgb(16 185 129 / 0.3);
  border-bottom-color: rgb(16 185 129 / 0.3);
}

.focus\:border-y-emerald-500\/40:focus {
  border-top-color: rgb(16 185 129 / 0.4);
  border-bottom-color: rgb(16 185 129 / 0.4);
}

.focus\:border-y-emerald-500\/5:focus {
  border-top-color: rgb(16 185 129 / 0.05);
  border-bottom-color: rgb(16 185 129 / 0.05);
}

.focus\:border-y-emerald-500\/50:focus {
  border-top-color: rgb(16 185 129 / 0.5);
  border-bottom-color: rgb(16 185 129 / 0.5);
}

.focus\:border-y-emerald-500\/60:focus {
  border-top-color: rgb(16 185 129 / 0.6);
  border-bottom-color: rgb(16 185 129 / 0.6);
}

.focus\:border-y-emerald-500\/70:focus {
  border-top-color: rgb(16 185 129 / 0.7);
  border-bottom-color: rgb(16 185 129 / 0.7);
}

.focus\:border-y-emerald-500\/75:focus {
  border-top-color: rgb(16 185 129 / 0.75);
  border-bottom-color: rgb(16 185 129 / 0.75);
}

.focus\:border-y-emerald-500\/80:focus {
  border-top-color: rgb(16 185 129 / 0.8);
  border-bottom-color: rgb(16 185 129 / 0.8);
}

.focus\:border-y-emerald-500\/90:focus {
  border-top-color: rgb(16 185 129 / 0.9);
  border-bottom-color: rgb(16 185 129 / 0.9);
}

.focus\:border-y-emerald-500\/95:focus {
  border-top-color: rgb(16 185 129 / 0.95);
  border-bottom-color: rgb(16 185 129 / 0.95);
}

.focus\:border-y-emerald-600:focus {
  --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));
}

.focus\:border-y-emerald-600\/0:focus {
  border-top-color: rgb(5 150 105 / 0);
  border-bottom-color: rgb(5 150 105 / 0);
}

.focus\:border-y-emerald-600\/10:focus {
  border-top-color: rgb(5 150 105 / 0.1);
  border-bottom-color: rgb(5 150 105 / 0.1);
}

.focus\:border-y-emerald-600\/100:focus {
  border-top-color: rgb(5 150 105 / 1);
  border-bottom-color: rgb(5 150 105 / 1);
}

.focus\:border-y-emerald-600\/20:focus {
  border-top-color: rgb(5 150 105 / 0.2);
  border-bottom-color: rgb(5 150 105 / 0.2);
}

.focus\:border-y-emerald-600\/25:focus {
  border-top-color: rgb(5 150 105 / 0.25);
  border-bottom-color: rgb(5 150 105 / 0.25);
}

.focus\:border-y-emerald-600\/30:focus {
  border-top-color: rgb(5 150 105 / 0.3);
  border-bottom-color: rgb(5 150 105 / 0.3);
}

.focus\:border-y-emerald-600\/40:focus {
  border-top-color: rgb(5 150 105 / 0.4);
  border-bottom-color: rgb(5 150 105 / 0.4);
}

.focus\:border-y-emerald-600\/5:focus {
  border-top-color: rgb(5 150 105 / 0.05);
  border-bottom-color: rgb(5 150 105 / 0.05);
}

.focus\:border-y-emerald-600\/50:focus {
  border-top-color: rgb(5 150 105 / 0.5);
  border-bottom-color: rgb(5 150 105 / 0.5);
}

.focus\:border-y-emerald-600\/60:focus {
  border-top-color: rgb(5 150 105 / 0.6);
  border-bottom-color: rgb(5 150 105 / 0.6);
}

.focus\:border-y-emerald-600\/70:focus {
  border-top-color: rgb(5 150 105 / 0.7);
  border-bottom-color: rgb(5 150 105 / 0.7);
}

.focus\:border-y-emerald-600\/75:focus {
  border-top-color: rgb(5 150 105 / 0.75);
  border-bottom-color: rgb(5 150 105 / 0.75);
}

.focus\:border-y-emerald-600\/80:focus {
  border-top-color: rgb(5 150 105 / 0.8);
  border-bottom-color: rgb(5 150 105 / 0.8);
}

.focus\:border-y-emerald-600\/90:focus {
  border-top-color: rgb(5 150 105 / 0.9);
  border-bottom-color: rgb(5 150 105 / 0.9);
}

.focus\:border-y-emerald-600\/95:focus {
  border-top-color: rgb(5 150 105 / 0.95);
  border-bottom-color: rgb(5 150 105 / 0.95);
}

.focus\:border-y-emerald-700:focus {
  --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));
}

.focus\:border-y-emerald-700\/0:focus {
  border-top-color: rgb(4 120 87 / 0);
  border-bottom-color: rgb(4 120 87 / 0);
}

.focus\:border-y-emerald-700\/10:focus {
  border-top-color: rgb(4 120 87 / 0.1);
  border-bottom-color: rgb(4 120 87 / 0.1);
}

.focus\:border-y-emerald-700\/100:focus {
  border-top-color: rgb(4 120 87 / 1);
  border-bottom-color: rgb(4 120 87 / 1);
}

.focus\:border-y-emerald-700\/20:focus {
  border-top-color: rgb(4 120 87 / 0.2);
  border-bottom-color: rgb(4 120 87 / 0.2);
}

.focus\:border-y-emerald-700\/25:focus {
  border-top-color: rgb(4 120 87 / 0.25);
  border-bottom-color: rgb(4 120 87 / 0.25);
}

.focus\:border-y-emerald-700\/30:focus {
  border-top-color: rgb(4 120 87 / 0.3);
  border-bottom-color: rgb(4 120 87 / 0.3);
}

.focus\:border-y-emerald-700\/40:focus {
  border-top-color: rgb(4 120 87 / 0.4);
  border-bottom-color: rgb(4 120 87 / 0.4);
}

.focus\:border-y-emerald-700\/5:focus {
  border-top-color: rgb(4 120 87 / 0.05);
  border-bottom-color: rgb(4 120 87 / 0.05);
}

.focus\:border-y-emerald-700\/50:focus {
  border-top-color: rgb(4 120 87 / 0.5);
  border-bottom-color: rgb(4 120 87 / 0.5);
}

.focus\:border-y-emerald-700\/60:focus {
  border-top-color: rgb(4 120 87 / 0.6);
  border-bottom-color: rgb(4 120 87 / 0.6);
}

.focus\:border-y-emerald-700\/70:focus {
  border-top-color: rgb(4 120 87 / 0.7);
  border-bottom-color: rgb(4 120 87 / 0.7);
}

.focus\:border-y-emerald-700\/75:focus {
  border-top-color: rgb(4 120 87 / 0.75);
  border-bottom-color: rgb(4 120 87 / 0.75);
}

.focus\:border-y-emerald-700\/80:focus {
  border-top-color: rgb(4 120 87 / 0.8);
  border-bottom-color: rgb(4 120 87 / 0.8);
}

.focus\:border-y-emerald-700\/90:focus {
  border-top-color: rgb(4 120 87 / 0.9);
  border-bottom-color: rgb(4 120 87 / 0.9);
}

.focus\:border-y-emerald-700\/95:focus {
  border-top-color: rgb(4 120 87 / 0.95);
  border-bottom-color: rgb(4 120 87 / 0.95);
}

.focus\:border-y-emerald-800:focus {
  --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));
}

.focus\:border-y-emerald-800\/0:focus {
  border-top-color: rgb(6 95 70 / 0);
  border-bottom-color: rgb(6 95 70 / 0);
}

.focus\:border-y-emerald-800\/10:focus {
  border-top-color: rgb(6 95 70 / 0.1);
  border-bottom-color: rgb(6 95 70 / 0.1);
}

.focus\:border-y-emerald-800\/100:focus {
  border-top-color: rgb(6 95 70 / 1);
  border-bottom-color: rgb(6 95 70 / 1);
}

.focus\:border-y-emerald-800\/20:focus {
  border-top-color: rgb(6 95 70 / 0.2);
  border-bottom-color: rgb(6 95 70 / 0.2);
}

.focus\:border-y-emerald-800\/25:focus {
  border-top-color: rgb(6 95 70 / 0.25);
  border-bottom-color: rgb(6 95 70 / 0.25);
}

.focus\:border-y-emerald-800\/30:focus {
  border-top-color: rgb(6 95 70 / 0.3);
  border-bottom-color: rgb(6 95 70 / 0.3);
}

.focus\:border-y-emerald-800\/40:focus {
  border-top-color: rgb(6 95 70 / 0.4);
  border-bottom-color: rgb(6 95 70 / 0.4);
}

.focus\:border-y-emerald-800\/5:focus {
  border-top-color: rgb(6 95 70 / 0.05);
  border-bottom-color: rgb(6 95 70 / 0.05);
}

.focus\:border-y-emerald-800\/50:focus {
  border-top-color: rgb(6 95 70 / 0.5);
  border-bottom-color: rgb(6 95 70 / 0.5);
}

.focus\:border-y-emerald-800\/60:focus {
  border-top-color: rgb(6 95 70 / 0.6);
  border-bottom-color: rgb(6 95 70 / 0.6);
}

.focus\:border-y-emerald-800\/70:focus {
  border-top-color: rgb(6 95 70 / 0.7);
  border-bottom-color: rgb(6 95 70 / 0.7);
}

.focus\:border-y-emerald-800\/75:focus {
  border-top-color: rgb(6 95 70 / 0.75);
  border-bottom-color: rgb(6 95 70 / 0.75);
}

.focus\:border-y-emerald-800\/80:focus {
  border-top-color: rgb(6 95 70 / 0.8);
  border-bottom-color: rgb(6 95 70 / 0.8);
}

.focus\:border-y-emerald-800\/90:focus {
  border-top-color: rgb(6 95 70 / 0.9);
  border-bottom-color: rgb(6 95 70 / 0.9);
}

.focus\:border-y-emerald-800\/95:focus {
  border-top-color: rgb(6 95 70 / 0.95);
  border-bottom-color: rgb(6 95 70 / 0.95);
}

.focus\:border-y-emerald-900:focus {
  --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));
}

.focus\:border-y-emerald-900\/0:focus {
  border-top-color: rgb(6 78 59 / 0);
  border-bottom-color: rgb(6 78 59 / 0);
}

.focus\:border-y-emerald-900\/10:focus {
  border-top-color: rgb(6 78 59 / 0.1);
  border-bottom-color: rgb(6 78 59 / 0.1);
}

.focus\:border-y-emerald-900\/100:focus {
  border-top-color: rgb(6 78 59 / 1);
  border-bottom-color: rgb(6 78 59 / 1);
}

.focus\:border-y-emerald-900\/20:focus {
  border-top-color: rgb(6 78 59 / 0.2);
  border-bottom-color: rgb(6 78 59 / 0.2);
}

.focus\:border-y-emerald-900\/25:focus {
  border-top-color: rgb(6 78 59 / 0.25);
  border-bottom-color: rgb(6 78 59 / 0.25);
}

.focus\:border-y-emerald-900\/30:focus {
  border-top-color: rgb(6 78 59 / 0.3);
  border-bottom-color: rgb(6 78 59 / 0.3);
}

.focus\:border-y-emerald-900\/40:focus {
  border-top-color: rgb(6 78 59 / 0.4);
  border-bottom-color: rgb(6 78 59 / 0.4);
}

.focus\:border-y-emerald-900\/5:focus {
  border-top-color: rgb(6 78 59 / 0.05);
  border-bottom-color: rgb(6 78 59 / 0.05);
}

.focus\:border-y-emerald-900\/50:focus {
  border-top-color: rgb(6 78 59 / 0.5);
  border-bottom-color: rgb(6 78 59 / 0.5);
}

.focus\:border-y-emerald-900\/60:focus {
  border-top-color: rgb(6 78 59 / 0.6);
  border-bottom-color: rgb(6 78 59 / 0.6);
}

.focus\:border-y-emerald-900\/70:focus {
  border-top-color: rgb(6 78 59 / 0.7);
  border-bottom-color: rgb(6 78 59 / 0.7);
}

.focus\:border-y-emerald-900\/75:focus {
  border-top-color: rgb(6 78 59 / 0.75);
  border-bottom-color: rgb(6 78 59 / 0.75);
}

.focus\:border-y-emerald-900\/80:focus {
  border-top-color: rgb(6 78 59 / 0.8);
  border-bottom-color: rgb(6 78 59 / 0.8);
}

.focus\:border-y-emerald-900\/90:focus {
  border-top-color: rgb(6 78 59 / 0.9);
  border-bottom-color: rgb(6 78 59 / 0.9);
}

.focus\:border-y-emerald-900\/95:focus {
  border-top-color: rgb(6 78 59 / 0.95);
  border-bottom-color: rgb(6 78 59 / 0.95);
}

.focus\:border-y-emerald-950:focus {
  --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));
}

.focus\:border-y-emerald-950\/0:focus {
  border-top-color: rgb(2 44 34 / 0);
  border-bottom-color: rgb(2 44 34 / 0);
}

.focus\:border-y-emerald-950\/10:focus {
  border-top-color: rgb(2 44 34 / 0.1);
  border-bottom-color: rgb(2 44 34 / 0.1);
}

.focus\:border-y-emerald-950\/100:focus {
  border-top-color: rgb(2 44 34 / 1);
  border-bottom-color: rgb(2 44 34 / 1);
}

.focus\:border-y-emerald-950\/20:focus {
  border-top-color: rgb(2 44 34 / 0.2);
  border-bottom-color: rgb(2 44 34 / 0.2);
}

.focus\:border-y-emerald-950\/25:focus {
  border-top-color: rgb(2 44 34 / 0.25);
  border-bottom-color: rgb(2 44 34 / 0.25);
}

.focus\:border-y-emerald-950\/30:focus {
  border-top-color: rgb(2 44 34 / 0.3);
  border-bottom-color: rgb(2 44 34 / 0.3);
}

.focus\:border-y-emerald-950\/40:focus {
  border-top-color: rgb(2 44 34 / 0.4);
  border-bottom-color: rgb(2 44 34 / 0.4);
}

.focus\:border-y-emerald-950\/5:focus {
  border-top-color: rgb(2 44 34 / 0.05);
  border-bottom-color: rgb(2 44 34 / 0.05);
}

.focus\:border-y-emerald-950\/50:focus {
  border-top-color: rgb(2 44 34 / 0.5);
  border-bottom-color: rgb(2 44 34 / 0.5);
}

.focus\:border-y-emerald-950\/60:focus {
  border-top-color: rgb(2 44 34 / 0.6);
  border-bottom-color: rgb(2 44 34 / 0.6);
}

.focus\:border-y-emerald-950\/70:focus {
  border-top-color: rgb(2 44 34 / 0.7);
  border-bottom-color: rgb(2 44 34 / 0.7);
}

.focus\:border-y-emerald-950\/75:focus {
  border-top-color: rgb(2 44 34 / 0.75);
  border-bottom-color: rgb(2 44 34 / 0.75);
}

.focus\:border-y-emerald-950\/80:focus {
  border-top-color: rgb(2 44 34 / 0.8);
  border-bottom-color: rgb(2 44 34 / 0.8);
}

.focus\:border-y-emerald-950\/90:focus {
  border-top-color: rgb(2 44 34 / 0.9);
  border-bottom-color: rgb(2 44 34 / 0.9);
}

.focus\:border-y-emerald-950\/95:focus {
  border-top-color: rgb(2 44 34 / 0.95);
  border-bottom-color: rgb(2 44 34 / 0.95);
}

.focus\:border-y-fuchsia-100:focus {
  --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));
}

.focus\:border-y-fuchsia-100\/0:focus {
  border-top-color: rgb(250 232 255 / 0);
  border-bottom-color: rgb(250 232 255 / 0);
}

.focus\:border-y-fuchsia-100\/10:focus {
  border-top-color: rgb(250 232 255 / 0.1);
  border-bottom-color: rgb(250 232 255 / 0.1);
}

.focus\:border-y-fuchsia-100\/100:focus {
  border-top-color: rgb(250 232 255 / 1);
  border-bottom-color: rgb(250 232 255 / 1);
}

.focus\:border-y-fuchsia-100\/20:focus {
  border-top-color: rgb(250 232 255 / 0.2);
  border-bottom-color: rgb(250 232 255 / 0.2);
}

.focus\:border-y-fuchsia-100\/25:focus {
  border-top-color: rgb(250 232 255 / 0.25);
  border-bottom-color: rgb(250 232 255 / 0.25);
}

.focus\:border-y-fuchsia-100\/30:focus {
  border-top-color: rgb(250 232 255 / 0.3);
  border-bottom-color: rgb(250 232 255 / 0.3);
}

.focus\:border-y-fuchsia-100\/40:focus {
  border-top-color: rgb(250 232 255 / 0.4);
  border-bottom-color: rgb(250 232 255 / 0.4);
}

.focus\:border-y-fuchsia-100\/5:focus {
  border-top-color: rgb(250 232 255 / 0.05);
  border-bottom-color: rgb(250 232 255 / 0.05);
}

.focus\:border-y-fuchsia-100\/50:focus {
  border-top-color: rgb(250 232 255 / 0.5);
  border-bottom-color: rgb(250 232 255 / 0.5);
}

.focus\:border-y-fuchsia-100\/60:focus {
  border-top-color: rgb(250 232 255 / 0.6);
  border-bottom-color: rgb(250 232 255 / 0.6);
}

.focus\:border-y-fuchsia-100\/70:focus {
  border-top-color: rgb(250 232 255 / 0.7);
  border-bottom-color: rgb(250 232 255 / 0.7);
}

.focus\:border-y-fuchsia-100\/75:focus {
  border-top-color: rgb(250 232 255 / 0.75);
  border-bottom-color: rgb(250 232 255 / 0.75);
}

.focus\:border-y-fuchsia-100\/80:focus {
  border-top-color: rgb(250 232 255 / 0.8);
  border-bottom-color: rgb(250 232 255 / 0.8);
}

.focus\:border-y-fuchsia-100\/90:focus {
  border-top-color: rgb(250 232 255 / 0.9);
  border-bottom-color: rgb(250 232 255 / 0.9);
}

.focus\:border-y-fuchsia-100\/95:focus {
  border-top-color: rgb(250 232 255 / 0.95);
  border-bottom-color: rgb(250 232 255 / 0.95);
}

.focus\:border-y-fuchsia-200:focus {
  --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));
}

.focus\:border-y-fuchsia-200\/0:focus {
  border-top-color: rgb(245 208 254 / 0);
  border-bottom-color: rgb(245 208 254 / 0);
}

.focus\:border-y-fuchsia-200\/10:focus {
  border-top-color: rgb(245 208 254 / 0.1);
  border-bottom-color: rgb(245 208 254 / 0.1);
}

.focus\:border-y-fuchsia-200\/100:focus {
  border-top-color: rgb(245 208 254 / 1);
  border-bottom-color: rgb(245 208 254 / 1);
}

.focus\:border-y-fuchsia-200\/20:focus {
  border-top-color: rgb(245 208 254 / 0.2);
  border-bottom-color: rgb(245 208 254 / 0.2);
}

.focus\:border-y-fuchsia-200\/25:focus {
  border-top-color: rgb(245 208 254 / 0.25);
  border-bottom-color: rgb(245 208 254 / 0.25);
}

.focus\:border-y-fuchsia-200\/30:focus {
  border-top-color: rgb(245 208 254 / 0.3);
  border-bottom-color: rgb(245 208 254 / 0.3);
}

.focus\:border-y-fuchsia-200\/40:focus {
  border-top-color: rgb(245 208 254 / 0.4);
  border-bottom-color: rgb(245 208 254 / 0.4);
}

.focus\:border-y-fuchsia-200\/5:focus {
  border-top-color: rgb(245 208 254 / 0.05);
  border-bottom-color: rgb(245 208 254 / 0.05);
}

.focus\:border-y-fuchsia-200\/50:focus {
  border-top-color: rgb(245 208 254 / 0.5);
  border-bottom-color: rgb(245 208 254 / 0.5);
}

.focus\:border-y-fuchsia-200\/60:focus {
  border-top-color: rgb(245 208 254 / 0.6);
  border-bottom-color: rgb(245 208 254 / 0.6);
}

.focus\:border-y-fuchsia-200\/70:focus {
  border-top-color: rgb(245 208 254 / 0.7);
  border-bottom-color: rgb(245 208 254 / 0.7);
}

.focus\:border-y-fuchsia-200\/75:focus {
  border-top-color: rgb(245 208 254 / 0.75);
  border-bottom-color: rgb(245 208 254 / 0.75);
}

.focus\:border-y-fuchsia-200\/80:focus {
  border-top-color: rgb(245 208 254 / 0.8);
  border-bottom-color: rgb(245 208 254 / 0.8);
}

.focus\:border-y-fuchsia-200\/90:focus {
  border-top-color: rgb(245 208 254 / 0.9);
  border-bottom-color: rgb(245 208 254 / 0.9);
}

.focus\:border-y-fuchsia-200\/95:focus {
  border-top-color: rgb(245 208 254 / 0.95);
  border-bottom-color: rgb(245 208 254 / 0.95);
}

.focus\:border-y-fuchsia-300:focus {
  --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));
}

.focus\:border-y-fuchsia-300\/0:focus {
  border-top-color: rgb(240 171 252 / 0);
  border-bottom-color: rgb(240 171 252 / 0);
}

.focus\:border-y-fuchsia-300\/10:focus {
  border-top-color: rgb(240 171 252 / 0.1);
  border-bottom-color: rgb(240 171 252 / 0.1);
}

.focus\:border-y-fuchsia-300\/100:focus {
  border-top-color: rgb(240 171 252 / 1);
  border-bottom-color: rgb(240 171 252 / 1);
}

.focus\:border-y-fuchsia-300\/20:focus {
  border-top-color: rgb(240 171 252 / 0.2);
  border-bottom-color: rgb(240 171 252 / 0.2);
}

.focus\:border-y-fuchsia-300\/25:focus {
  border-top-color: rgb(240 171 252 / 0.25);
  border-bottom-color: rgb(240 171 252 / 0.25);
}

.focus\:border-y-fuchsia-300\/30:focus {
  border-top-color: rgb(240 171 252 / 0.3);
  border-bottom-color: rgb(240 171 252 / 0.3);
}

.focus\:border-y-fuchsia-300\/40:focus {
  border-top-color: rgb(240 171 252 / 0.4);
  border-bottom-color: rgb(240 171 252 / 0.4);
}

.focus\:border-y-fuchsia-300\/5:focus {
  border-top-color: rgb(240 171 252 / 0.05);
  border-bottom-color: rgb(240 171 252 / 0.05);
}

.focus\:border-y-fuchsia-300\/50:focus {
  border-top-color: rgb(240 171 252 / 0.5);
  border-bottom-color: rgb(240 171 252 / 0.5);
}

.focus\:border-y-fuchsia-300\/60:focus {
  border-top-color: rgb(240 171 252 / 0.6);
  border-bottom-color: rgb(240 171 252 / 0.6);
}

.focus\:border-y-fuchsia-300\/70:focus {
  border-top-color: rgb(240 171 252 / 0.7);
  border-bottom-color: rgb(240 171 252 / 0.7);
}

.focus\:border-y-fuchsia-300\/75:focus {
  border-top-color: rgb(240 171 252 / 0.75);
  border-bottom-color: rgb(240 171 252 / 0.75);
}

.focus\:border-y-fuchsia-300\/80:focus {
  border-top-color: rgb(240 171 252 / 0.8);
  border-bottom-color: rgb(240 171 252 / 0.8);
}

.focus\:border-y-fuchsia-300\/90:focus {
  border-top-color: rgb(240 171 252 / 0.9);
  border-bottom-color: rgb(240 171 252 / 0.9);
}

.focus\:border-y-fuchsia-300\/95:focus {
  border-top-color: rgb(240 171 252 / 0.95);
  border-bottom-color: rgb(240 171 252 / 0.95);
}

.focus\:border-y-fuchsia-400:focus {
  --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));
}

.focus\:border-y-fuchsia-400\/0:focus {
  border-top-color: rgb(232 121 249 / 0);
  border-bottom-color: rgb(232 121 249 / 0);
}

.focus\:border-y-fuchsia-400\/10:focus {
  border-top-color: rgb(232 121 249 / 0.1);
  border-bottom-color: rgb(232 121 249 / 0.1);
}

.focus\:border-y-fuchsia-400\/100:focus {
  border-top-color: rgb(232 121 249 / 1);
  border-bottom-color: rgb(232 121 249 / 1);
}

.focus\:border-y-fuchsia-400\/20:focus {
  border-top-color: rgb(232 121 249 / 0.2);
  border-bottom-color: rgb(232 121 249 / 0.2);
}

.focus\:border-y-fuchsia-400\/25:focus {
  border-top-color: rgb(232 121 249 / 0.25);
  border-bottom-color: rgb(232 121 249 / 0.25);
}

.focus\:border-y-fuchsia-400\/30:focus {
  border-top-color: rgb(232 121 249 / 0.3);
  border-bottom-color: rgb(232 121 249 / 0.3);
}

.focus\:border-y-fuchsia-400\/40:focus {
  border-top-color: rgb(232 121 249 / 0.4);
  border-bottom-color: rgb(232 121 249 / 0.4);
}

.focus\:border-y-fuchsia-400\/5:focus {
  border-top-color: rgb(232 121 249 / 0.05);
  border-bottom-color: rgb(232 121 249 / 0.05);
}

.focus\:border-y-fuchsia-400\/50:focus {
  border-top-color: rgb(232 121 249 / 0.5);
  border-bottom-color: rgb(232 121 249 / 0.5);
}

.focus\:border-y-fuchsia-400\/60:focus {
  border-top-color: rgb(232 121 249 / 0.6);
  border-bottom-color: rgb(232 121 249 / 0.6);
}

.focus\:border-y-fuchsia-400\/70:focus {
  border-top-color: rgb(232 121 249 / 0.7);
  border-bottom-color: rgb(232 121 249 / 0.7);
}

.focus\:border-y-fuchsia-400\/75:focus {
  border-top-color: rgb(232 121 249 / 0.75);
  border-bottom-color: rgb(232 121 249 / 0.75);
}

.focus\:border-y-fuchsia-400\/80:focus {
  border-top-color: rgb(232 121 249 / 0.8);
  border-bottom-color: rgb(232 121 249 / 0.8);
}

.focus\:border-y-fuchsia-400\/90:focus {
  border-top-color: rgb(232 121 249 / 0.9);
  border-bottom-color: rgb(232 121 249 / 0.9);
}

.focus\:border-y-fuchsia-400\/95:focus {
  border-top-color: rgb(232 121 249 / 0.95);
  border-bottom-color: rgb(232 121 249 / 0.95);
}

.focus\:border-y-fuchsia-50:focus {
  --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));
}

.focus\:border-y-fuchsia-50\/0:focus {
  border-top-color: rgb(253 244 255 / 0);
  border-bottom-color: rgb(253 244 255 / 0);
}

.focus\:border-y-fuchsia-50\/10:focus {
  border-top-color: rgb(253 244 255 / 0.1);
  border-bottom-color: rgb(253 244 255 / 0.1);
}

.focus\:border-y-fuchsia-50\/100:focus {
  border-top-color: rgb(253 244 255 / 1);
  border-bottom-color: rgb(253 244 255 / 1);
}

.focus\:border-y-fuchsia-50\/20:focus {
  border-top-color: rgb(253 244 255 / 0.2);
  border-bottom-color: rgb(253 244 255 / 0.2);
}

.focus\:border-y-fuchsia-50\/25:focus {
  border-top-color: rgb(253 244 255 / 0.25);
  border-bottom-color: rgb(253 244 255 / 0.25);
}

.focus\:border-y-fuchsia-50\/30:focus {
  border-top-color: rgb(253 244 255 / 0.3);
  border-bottom-color: rgb(253 244 255 / 0.3);
}

.focus\:border-y-fuchsia-50\/40:focus {
  border-top-color: rgb(253 244 255 / 0.4);
  border-bottom-color: rgb(253 244 255 / 0.4);
}

.focus\:border-y-fuchsia-50\/5:focus {
  border-top-color: rgb(253 244 255 / 0.05);
  border-bottom-color: rgb(253 244 255 / 0.05);
}

.focus\:border-y-fuchsia-50\/50:focus {
  border-top-color: rgb(253 244 255 / 0.5);
  border-bottom-color: rgb(253 244 255 / 0.5);
}

.focus\:border-y-fuchsia-50\/60:focus {
  border-top-color: rgb(253 244 255 / 0.6);
  border-bottom-color: rgb(253 244 255 / 0.6);
}

.focus\:border-y-fuchsia-50\/70:focus {
  border-top-color: rgb(253 244 255 / 0.7);
  border-bottom-color: rgb(253 244 255 / 0.7);
}

.focus\:border-y-fuchsia-50\/75:focus {
  border-top-color: rgb(253 244 255 / 0.75);
  border-bottom-color: rgb(253 244 255 / 0.75);
}

.focus\:border-y-fuchsia-50\/80:focus {
  border-top-color: rgb(253 244 255 / 0.8);
  border-bottom-color: rgb(253 244 255 / 0.8);
}

.focus\:border-y-fuchsia-50\/90:focus {
  border-top-color: rgb(253 244 255 / 0.9);
  border-bottom-color: rgb(253 244 255 / 0.9);
}

.focus\:border-y-fuchsia-50\/95:focus {
  border-top-color: rgb(253 244 255 / 0.95);
  border-bottom-color: rgb(253 244 255 / 0.95);
}

.focus\:border-y-fuchsia-500:focus {
  --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));
}

.focus\:border-y-fuchsia-500\/0:focus {
  border-top-color: rgb(217 70 239 / 0);
  border-bottom-color: rgb(217 70 239 / 0);
}

.focus\:border-y-fuchsia-500\/10:focus {
  border-top-color: rgb(217 70 239 / 0.1);
  border-bottom-color: rgb(217 70 239 / 0.1);
}

.focus\:border-y-fuchsia-500\/100:focus {
  border-top-color: rgb(217 70 239 / 1);
  border-bottom-color: rgb(217 70 239 / 1);
}

.focus\:border-y-fuchsia-500\/20:focus {
  border-top-color: rgb(217 70 239 / 0.2);
  border-bottom-color: rgb(217 70 239 / 0.2);
}

.focus\:border-y-fuchsia-500\/25:focus {
  border-top-color: rgb(217 70 239 / 0.25);
  border-bottom-color: rgb(217 70 239 / 0.25);
}

.focus\:border-y-fuchsia-500\/30:focus {
  border-top-color: rgb(217 70 239 / 0.3);
  border-bottom-color: rgb(217 70 239 / 0.3);
}

.focus\:border-y-fuchsia-500\/40:focus {
  border-top-color: rgb(217 70 239 / 0.4);
  border-bottom-color: rgb(217 70 239 / 0.4);
}

.focus\:border-y-fuchsia-500\/5:focus {
  border-top-color: rgb(217 70 239 / 0.05);
  border-bottom-color: rgb(217 70 239 / 0.05);
}

.focus\:border-y-fuchsia-500\/50:focus {
  border-top-color: rgb(217 70 239 / 0.5);
  border-bottom-color: rgb(217 70 239 / 0.5);
}

.focus\:border-y-fuchsia-500\/60:focus {
  border-top-color: rgb(217 70 239 / 0.6);
  border-bottom-color: rgb(217 70 239 / 0.6);
}

.focus\:border-y-fuchsia-500\/70:focus {
  border-top-color: rgb(217 70 239 / 0.7);
  border-bottom-color: rgb(217 70 239 / 0.7);
}

.focus\:border-y-fuchsia-500\/75:focus {
  border-top-color: rgb(217 70 239 / 0.75);
  border-bottom-color: rgb(217 70 239 / 0.75);
}

.focus\:border-y-fuchsia-500\/80:focus {
  border-top-color: rgb(217 70 239 / 0.8);
  border-bottom-color: rgb(217 70 239 / 0.8);
}

.focus\:border-y-fuchsia-500\/90:focus {
  border-top-color: rgb(217 70 239 / 0.9);
  border-bottom-color: rgb(217 70 239 / 0.9);
}

.focus\:border-y-fuchsia-500\/95:focus {
  border-top-color: rgb(217 70 239 / 0.95);
  border-bottom-color: rgb(217 70 239 / 0.95);
}

.focus\:border-y-fuchsia-600:focus {
  --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));
}

.focus\:border-y-fuchsia-600\/0:focus {
  border-top-color: rgb(192 38 211 / 0);
  border-bottom-color: rgb(192 38 211 / 0);
}

.focus\:border-y-fuchsia-600\/10:focus {
  border-top-color: rgb(192 38 211 / 0.1);
  border-bottom-color: rgb(192 38 211 / 0.1);
}

.focus\:border-y-fuchsia-600\/100:focus {
  border-top-color: rgb(192 38 211 / 1);
  border-bottom-color: rgb(192 38 211 / 1);
}

.focus\:border-y-fuchsia-600\/20:focus {
  border-top-color: rgb(192 38 211 / 0.2);
  border-bottom-color: rgb(192 38 211 / 0.2);
}

.focus\:border-y-fuchsia-600\/25:focus {
  border-top-color: rgb(192 38 211 / 0.25);
  border-bottom-color: rgb(192 38 211 / 0.25);
}

.focus\:border-y-fuchsia-600\/30:focus {
  border-top-color: rgb(192 38 211 / 0.3);
  border-bottom-color: rgb(192 38 211 / 0.3);
}

.focus\:border-y-fuchsia-600\/40:focus {
  border-top-color: rgb(192 38 211 / 0.4);
  border-bottom-color: rgb(192 38 211 / 0.4);
}

.focus\:border-y-fuchsia-600\/5:focus {
  border-top-color: rgb(192 38 211 / 0.05);
  border-bottom-color: rgb(192 38 211 / 0.05);
}

.focus\:border-y-fuchsia-600\/50:focus {
  border-top-color: rgb(192 38 211 / 0.5);
  border-bottom-color: rgb(192 38 211 / 0.5);
}

.focus\:border-y-fuchsia-600\/60:focus {
  border-top-color: rgb(192 38 211 / 0.6);
  border-bottom-color: rgb(192 38 211 / 0.6);
}

.focus\:border-y-fuchsia-600\/70:focus {
  border-top-color: rgb(192 38 211 / 0.7);
  border-bottom-color: rgb(192 38 211 / 0.7);
}

.focus\:border-y-fuchsia-600\/75:focus {
  border-top-color: rgb(192 38 211 / 0.75);
  border-bottom-color: rgb(192 38 211 / 0.75);
}

.focus\:border-y-fuchsia-600\/80:focus {
  border-top-color: rgb(192 38 211 / 0.8);
  border-bottom-color: rgb(192 38 211 / 0.8);
}

.focus\:border-y-fuchsia-600\/90:focus {
  border-top-color: rgb(192 38 211 / 0.9);
  border-bottom-color: rgb(192 38 211 / 0.9);
}

.focus\:border-y-fuchsia-600\/95:focus {
  border-top-color: rgb(192 38 211 / 0.95);
  border-bottom-color: rgb(192 38 211 / 0.95);
}

.focus\:border-y-fuchsia-700:focus {
  --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));
}

.focus\:border-y-fuchsia-700\/0:focus {
  border-top-color: rgb(162 28 175 / 0);
  border-bottom-color: rgb(162 28 175 / 0);
}

.focus\:border-y-fuchsia-700\/10:focus {
  border-top-color: rgb(162 28 175 / 0.1);
  border-bottom-color: rgb(162 28 175 / 0.1);
}

.focus\:border-y-fuchsia-700\/100:focus {
  border-top-color: rgb(162 28 175 / 1);
  border-bottom-color: rgb(162 28 175 / 1);
}

.focus\:border-y-fuchsia-700\/20:focus {
  border-top-color: rgb(162 28 175 / 0.2);
  border-bottom-color: rgb(162 28 175 / 0.2);
}

.focus\:border-y-fuchsia-700\/25:focus {
  border-top-color: rgb(162 28 175 / 0.25);
  border-bottom-color: rgb(162 28 175 / 0.25);
}

.focus\:border-y-fuchsia-700\/30:focus {
  border-top-color: rgb(162 28 175 / 0.3);
  border-bottom-color: rgb(162 28 175 / 0.3);
}

.focus\:border-y-fuchsia-700\/40:focus {
  border-top-color: rgb(162 28 175 / 0.4);
  border-bottom-color: rgb(162 28 175 / 0.4);
}

.focus\:border-y-fuchsia-700\/5:focus {
  border-top-color: rgb(162 28 175 / 0.05);
  border-bottom-color: rgb(162 28 175 / 0.05);
}

.focus\:border-y-fuchsia-700\/50:focus {
  border-top-color: rgb(162 28 175 / 0.5);
  border-bottom-color: rgb(162 28 175 / 0.5);
}

.focus\:border-y-fuchsia-700\/60:focus {
  border-top-color: rgb(162 28 175 / 0.6);
  border-bottom-color: rgb(162 28 175 / 0.6);
}

.focus\:border-y-fuchsia-700\/70:focus {
  border-top-color: rgb(162 28 175 / 0.7);
  border-bottom-color: rgb(162 28 175 / 0.7);
}

.focus\:border-y-fuchsia-700\/75:focus {
  border-top-color: rgb(162 28 175 / 0.75);
  border-bottom-color: rgb(162 28 175 / 0.75);
}

.focus\:border-y-fuchsia-700\/80:focus {
  border-top-color: rgb(162 28 175 / 0.8);
  border-bottom-color: rgb(162 28 175 / 0.8);
}

.focus\:border-y-fuchsia-700\/90:focus {
  border-top-color: rgb(162 28 175 / 0.9);
  border-bottom-color: rgb(162 28 175 / 0.9);
}

.focus\:border-y-fuchsia-700\/95:focus {
  border-top-color: rgb(162 28 175 / 0.95);
  border-bottom-color: rgb(162 28 175 / 0.95);
}

.focus\:border-y-fuchsia-800:focus {
  --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));
}

.focus\:border-y-fuchsia-800\/0:focus {
  border-top-color: rgb(134 25 143 / 0);
  border-bottom-color: rgb(134 25 143 / 0);
}

.focus\:border-y-fuchsia-800\/10:focus {
  border-top-color: rgb(134 25 143 / 0.1);
  border-bottom-color: rgb(134 25 143 / 0.1);
}

.focus\:border-y-fuchsia-800\/100:focus {
  border-top-color: rgb(134 25 143 / 1);
  border-bottom-color: rgb(134 25 143 / 1);
}

.focus\:border-y-fuchsia-800\/20:focus {
  border-top-color: rgb(134 25 143 / 0.2);
  border-bottom-color: rgb(134 25 143 / 0.2);
}

.focus\:border-y-fuchsia-800\/25:focus {
  border-top-color: rgb(134 25 143 / 0.25);
  border-bottom-color: rgb(134 25 143 / 0.25);
}

.focus\:border-y-fuchsia-800\/30:focus {
  border-top-color: rgb(134 25 143 / 0.3);
  border-bottom-color: rgb(134 25 143 / 0.3);
}

.focus\:border-y-fuchsia-800\/40:focus {
  border-top-color: rgb(134 25 143 / 0.4);
  border-bottom-color: rgb(134 25 143 / 0.4);
}

.focus\:border-y-fuchsia-800\/5:focus {
  border-top-color: rgb(134 25 143 / 0.05);
  border-bottom-color: rgb(134 25 143 / 0.05);
}

.focus\:border-y-fuchsia-800\/50:focus {
  border-top-color: rgb(134 25 143 / 0.5);
  border-bottom-color: rgb(134 25 143 / 0.5);
}

.focus\:border-y-fuchsia-800\/60:focus {
  border-top-color: rgb(134 25 143 / 0.6);
  border-bottom-color: rgb(134 25 143 / 0.6);
}

.focus\:border-y-fuchsia-800\/70:focus {
  border-top-color: rgb(134 25 143 / 0.7);
  border-bottom-color: rgb(134 25 143 / 0.7);
}

.focus\:border-y-fuchsia-800\/75:focus {
  border-top-color: rgb(134 25 143 / 0.75);
  border-bottom-color: rgb(134 25 143 / 0.75);
}

.focus\:border-y-fuchsia-800\/80:focus {
  border-top-color: rgb(134 25 143 / 0.8);
  border-bottom-color: rgb(134 25 143 / 0.8);
}

.focus\:border-y-fuchsia-800\/90:focus {
  border-top-color: rgb(134 25 143 / 0.9);
  border-bottom-color: rgb(134 25 143 / 0.9);
}

.focus\:border-y-fuchsia-800\/95:focus {
  border-top-color: rgb(134 25 143 / 0.95);
  border-bottom-color: rgb(134 25 143 / 0.95);
}

.focus\:border-y-fuchsia-900:focus {
  --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));
}

.focus\:border-y-fuchsia-900\/0:focus {
  border-top-color: rgb(112 26 117 / 0);
  border-bottom-color: rgb(112 26 117 / 0);
}

.focus\:border-y-fuchsia-900\/10:focus {
  border-top-color: rgb(112 26 117 / 0.1);
  border-bottom-color: rgb(112 26 117 / 0.1);
}

.focus\:border-y-fuchsia-900\/100:focus {
  border-top-color: rgb(112 26 117 / 1);
  border-bottom-color: rgb(112 26 117 / 1);
}

.focus\:border-y-fuchsia-900\/20:focus {
  border-top-color: rgb(112 26 117 / 0.2);
  border-bottom-color: rgb(112 26 117 / 0.2);
}

.focus\:border-y-fuchsia-900\/25:focus {
  border-top-color: rgb(112 26 117 / 0.25);
  border-bottom-color: rgb(112 26 117 / 0.25);
}

.focus\:border-y-fuchsia-900\/30:focus {
  border-top-color: rgb(112 26 117 / 0.3);
  border-bottom-color: rgb(112 26 117 / 0.3);
}

.focus\:border-y-fuchsia-900\/40:focus {
  border-top-color: rgb(112 26 117 / 0.4);
  border-bottom-color: rgb(112 26 117 / 0.4);
}

.focus\:border-y-fuchsia-900\/5:focus {
  border-top-color: rgb(112 26 117 / 0.05);
  border-bottom-color: rgb(112 26 117 / 0.05);
}

.focus\:border-y-fuchsia-900\/50:focus {
  border-top-color: rgb(112 26 117 / 0.5);
  border-bottom-color: rgb(112 26 117 / 0.5);
}

.focus\:border-y-fuchsia-900\/60:focus {
  border-top-color: rgb(112 26 117 / 0.6);
  border-bottom-color: rgb(112 26 117 / 0.6);
}

.focus\:border-y-fuchsia-900\/70:focus {
  border-top-color: rgb(112 26 117 / 0.7);
  border-bottom-color: rgb(112 26 117 / 0.7);
}

.focus\:border-y-fuchsia-900\/75:focus {
  border-top-color: rgb(112 26 117 / 0.75);
  border-bottom-color: rgb(112 26 117 / 0.75);
}

.focus\:border-y-fuchsia-900\/80:focus {
  border-top-color: rgb(112 26 117 / 0.8);
  border-bottom-color: rgb(112 26 117 / 0.8);
}

.focus\:border-y-fuchsia-900\/90:focus {
  border-top-color: rgb(112 26 117 / 0.9);
  border-bottom-color: rgb(112 26 117 / 0.9);
}

.focus\:border-y-fuchsia-900\/95:focus {
  border-top-color: rgb(112 26 117 / 0.95);
  border-bottom-color: rgb(112 26 117 / 0.95);
}

.focus\:border-y-fuchsia-950:focus {
  --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));
}

.focus\:border-y-fuchsia-950\/0:focus {
  border-top-color: rgb(74 4 78 / 0);
  border-bottom-color: rgb(74 4 78 / 0);
}

.focus\:border-y-fuchsia-950\/10:focus {
  border-top-color: rgb(74 4 78 / 0.1);
  border-bottom-color: rgb(74 4 78 / 0.1);
}

.focus\:border-y-fuchsia-950\/100:focus {
  border-top-color: rgb(74 4 78 / 1);
  border-bottom-color: rgb(74 4 78 / 1);
}

.focus\:border-y-fuchsia-950\/20:focus {
  border-top-color: rgb(74 4 78 / 0.2);
  border-bottom-color: rgb(74 4 78 / 0.2);
}

.focus\:border-y-fuchsia-950\/25:focus {
  border-top-color: rgb(74 4 78 / 0.25);
  border-bottom-color: rgb(74 4 78 / 0.25);
}

.focus\:border-y-fuchsia-950\/30:focus {
  border-top-color: rgb(74 4 78 / 0.3);
  border-bottom-color: rgb(74 4 78 / 0.3);
}

.focus\:border-y-fuchsia-950\/40:focus {
  border-top-color: rgb(74 4 78 / 0.4);
  border-bottom-color: rgb(74 4 78 / 0.4);
}

.focus\:border-y-fuchsia-950\/5:focus {
  border-top-color: rgb(74 4 78 / 0.05);
  border-bottom-color: rgb(74 4 78 / 0.05);
}

.focus\:border-y-fuchsia-950\/50:focus {
  border-top-color: rgb(74 4 78 / 0.5);
  border-bottom-color: rgb(74 4 78 / 0.5);
}

.focus\:border-y-fuchsia-950\/60:focus {
  border-top-color: rgb(74 4 78 / 0.6);
  border-bottom-color: rgb(74 4 78 / 0.6);
}

.focus\:border-y-fuchsia-950\/70:focus {
  border-top-color: rgb(74 4 78 / 0.7);
  border-bottom-color: rgb(74 4 78 / 0.7);
}

.focus\:border-y-fuchsia-950\/75:focus {
  border-top-color: rgb(74 4 78 / 0.75);
  border-bottom-color: rgb(74 4 78 / 0.75);
}

.focus\:border-y-fuchsia-950\/80:focus {
  border-top-color: rgb(74 4 78 / 0.8);
  border-bottom-color: rgb(74 4 78 / 0.8);
}

.focus\:border-y-fuchsia-950\/90:focus {
  border-top-color: rgb(74 4 78 / 0.9);
  border-bottom-color: rgb(74 4 78 / 0.9);
}

.focus\:border-y-fuchsia-950\/95:focus {
  border-top-color: rgb(74 4 78 / 0.95);
  border-bottom-color: rgb(74 4 78 / 0.95);
}

.focus\:border-y-gray-100:focus {
  --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));
}

.focus\:border-y-gray-100\/0:focus {
  border-top-color: rgb(243 244 246 / 0);
  border-bottom-color: rgb(243 244 246 / 0);
}

.focus\:border-y-gray-100\/10:focus {
  border-top-color: rgb(243 244 246 / 0.1);
  border-bottom-color: rgb(243 244 246 / 0.1);
}

.focus\:border-y-gray-100\/100:focus {
  border-top-color: rgb(243 244 246 / 1);
  border-bottom-color: rgb(243 244 246 / 1);
}

.focus\:border-y-gray-100\/20:focus {
  border-top-color: rgb(243 244 246 / 0.2);
  border-bottom-color: rgb(243 244 246 / 0.2);
}

.focus\:border-y-gray-100\/25:focus {
  border-top-color: rgb(243 244 246 / 0.25);
  border-bottom-color: rgb(243 244 246 / 0.25);
}

.focus\:border-y-gray-100\/30:focus {
  border-top-color: rgb(243 244 246 / 0.3);
  border-bottom-color: rgb(243 244 246 / 0.3);
}

.focus\:border-y-gray-100\/40:focus {
  border-top-color: rgb(243 244 246 / 0.4);
  border-bottom-color: rgb(243 244 246 / 0.4);
}

.focus\:border-y-gray-100\/5:focus {
  border-top-color: rgb(243 244 246 / 0.05);
  border-bottom-color: rgb(243 244 246 / 0.05);
}

.focus\:border-y-gray-100\/50:focus {
  border-top-color: rgb(243 244 246 / 0.5);
  border-bottom-color: rgb(243 244 246 / 0.5);
}

.focus\:border-y-gray-100\/60:focus {
  border-top-color: rgb(243 244 246 / 0.6);
  border-bottom-color: rgb(243 244 246 / 0.6);
}

.focus\:border-y-gray-100\/70:focus {
  border-top-color: rgb(243 244 246 / 0.7);
  border-bottom-color: rgb(243 244 246 / 0.7);
}

.focus\:border-y-gray-100\/75:focus {
  border-top-color: rgb(243 244 246 / 0.75);
  border-bottom-color: rgb(243 244 246 / 0.75);
}

.focus\:border-y-gray-100\/80:focus {
  border-top-color: rgb(243 244 246 / 0.8);
  border-bottom-color: rgb(243 244 246 / 0.8);
}

.focus\:border-y-gray-100\/90:focus {
  border-top-color: rgb(243 244 246 / 0.9);
  border-bottom-color: rgb(243 244 246 / 0.9);
}

.focus\:border-y-gray-100\/95:focus {
  border-top-color: rgb(243 244 246 / 0.95);
  border-bottom-color: rgb(243 244 246 / 0.95);
}

.focus\:border-y-gray-200:focus {
  --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));
}

.focus\:border-y-gray-200\/0:focus {
  border-top-color: rgb(229 231 235 / 0);
  border-bottom-color: rgb(229 231 235 / 0);
}

.focus\:border-y-gray-200\/10:focus {
  border-top-color: rgb(229 231 235 / 0.1);
  border-bottom-color: rgb(229 231 235 / 0.1);
}

.focus\:border-y-gray-200\/100:focus {
  border-top-color: rgb(229 231 235 / 1);
  border-bottom-color: rgb(229 231 235 / 1);
}

.focus\:border-y-gray-200\/20:focus {
  border-top-color: rgb(229 231 235 / 0.2);
  border-bottom-color: rgb(229 231 235 / 0.2);
}

.focus\:border-y-gray-200\/25:focus {
  border-top-color: rgb(229 231 235 / 0.25);
  border-bottom-color: rgb(229 231 235 / 0.25);
}

.focus\:border-y-gray-200\/30:focus {
  border-top-color: rgb(229 231 235 / 0.3);
  border-bottom-color: rgb(229 231 235 / 0.3);
}

.focus\:border-y-gray-200\/40:focus {
  border-top-color: rgb(229 231 235 / 0.4);
  border-bottom-color: rgb(229 231 235 / 0.4);
}

.focus\:border-y-gray-200\/5:focus {
  border-top-color: rgb(229 231 235 / 0.05);
  border-bottom-color: rgb(229 231 235 / 0.05);
}

.focus\:border-y-gray-200\/50:focus {
  border-top-color: rgb(229 231 235 / 0.5);
  border-bottom-color: rgb(229 231 235 / 0.5);
}

.focus\:border-y-gray-200\/60:focus {
  border-top-color: rgb(229 231 235 / 0.6);
  border-bottom-color: rgb(229 231 235 / 0.6);
}

.focus\:border-y-gray-200\/70:focus {
  border-top-color: rgb(229 231 235 / 0.7);
  border-bottom-color: rgb(229 231 235 / 0.7);
}

.focus\:border-y-gray-200\/75:focus {
  border-top-color: rgb(229 231 235 / 0.75);
  border-bottom-color: rgb(229 231 235 / 0.75);
}

.focus\:border-y-gray-200\/80:focus {
  border-top-color: rgb(229 231 235 / 0.8);
  border-bottom-color: rgb(229 231 235 / 0.8);
}

.focus\:border-y-gray-200\/90:focus {
  border-top-color: rgb(229 231 235 / 0.9);
  border-bottom-color: rgb(229 231 235 / 0.9);
}

.focus\:border-y-gray-200\/95:focus {
  border-top-color: rgb(229 231 235 / 0.95);
  border-bottom-color: rgb(229 231 235 / 0.95);
}

.focus\:border-y-gray-300:focus {
  --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));
}

.focus\:border-y-gray-300\/0:focus {
  border-top-color: rgb(209 213 219 / 0);
  border-bottom-color: rgb(209 213 219 / 0);
}

.focus\:border-y-gray-300\/10:focus {
  border-top-color: rgb(209 213 219 / 0.1);
  border-bottom-color: rgb(209 213 219 / 0.1);
}

.focus\:border-y-gray-300\/100:focus {
  border-top-color: rgb(209 213 219 / 1);
  border-bottom-color: rgb(209 213 219 / 1);
}

.focus\:border-y-gray-300\/20:focus {
  border-top-color: rgb(209 213 219 / 0.2);
  border-bottom-color: rgb(209 213 219 / 0.2);
}

.focus\:border-y-gray-300\/25:focus {
  border-top-color: rgb(209 213 219 / 0.25);
  border-bottom-color: rgb(209 213 219 / 0.25);
}

.focus\:border-y-gray-300\/30:focus {
  border-top-color: rgb(209 213 219 / 0.3);
  border-bottom-color: rgb(209 213 219 / 0.3);
}

.focus\:border-y-gray-300\/40:focus {
  border-top-color: rgb(209 213 219 / 0.4);
  border-bottom-color: rgb(209 213 219 / 0.4);
}

.focus\:border-y-gray-300\/5:focus {
  border-top-color: rgb(209 213 219 / 0.05);
  border-bottom-color: rgb(209 213 219 / 0.05);
}

.focus\:border-y-gray-300\/50:focus {
  border-top-color: rgb(209 213 219 / 0.5);
  border-bottom-color: rgb(209 213 219 / 0.5);
}

.focus\:border-y-gray-300\/60:focus {
  border-top-color: rgb(209 213 219 / 0.6);
  border-bottom-color: rgb(209 213 219 / 0.6);
}

.focus\:border-y-gray-300\/70:focus {
  border-top-color: rgb(209 213 219 / 0.7);
  border-bottom-color: rgb(209 213 219 / 0.7);
}

.focus\:border-y-gray-300\/75:focus {
  border-top-color: rgb(209 213 219 / 0.75);
  border-bottom-color: rgb(209 213 219 / 0.75);
}

.focus\:border-y-gray-300\/80:focus {
  border-top-color: rgb(209 213 219 / 0.8);
  border-bottom-color: rgb(209 213 219 / 0.8);
}

.focus\:border-y-gray-300\/90:focus {
  border-top-color: rgb(209 213 219 / 0.9);
  border-bottom-color: rgb(209 213 219 / 0.9);
}

.focus\:border-y-gray-300\/95:focus {
  border-top-color: rgb(209 213 219 / 0.95);
  border-bottom-color: rgb(209 213 219 / 0.95);
}

.focus\:border-y-gray-400:focus {
  --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));
}

.focus\:border-y-gray-400\/0:focus {
  border-top-color: rgb(156 163 175 / 0);
  border-bottom-color: rgb(156 163 175 / 0);
}

.focus\:border-y-gray-400\/10:focus {
  border-top-color: rgb(156 163 175 / 0.1);
  border-bottom-color: rgb(156 163 175 / 0.1);
}

.focus\:border-y-gray-400\/100:focus {
  border-top-color: rgb(156 163 175 / 1);
  border-bottom-color: rgb(156 163 175 / 1);
}

.focus\:border-y-gray-400\/20:focus {
  border-top-color: rgb(156 163 175 / 0.2);
  border-bottom-color: rgb(156 163 175 / 0.2);
}

.focus\:border-y-gray-400\/25:focus {
  border-top-color: rgb(156 163 175 / 0.25);
  border-bottom-color: rgb(156 163 175 / 0.25);
}

.focus\:border-y-gray-400\/30:focus {
  border-top-color: rgb(156 163 175 / 0.3);
  border-bottom-color: rgb(156 163 175 / 0.3);
}

.focus\:border-y-gray-400\/40:focus {
  border-top-color: rgb(156 163 175 / 0.4);
  border-bottom-color: rgb(156 163 175 / 0.4);
}

.focus\:border-y-gray-400\/5:focus {
  border-top-color: rgb(156 163 175 / 0.05);
  border-bottom-color: rgb(156 163 175 / 0.05);
}

.focus\:border-y-gray-400\/50:focus {
  border-top-color: rgb(156 163 175 / 0.5);
  border-bottom-color: rgb(156 163 175 / 0.5);
}

.focus\:border-y-gray-400\/60:focus {
  border-top-color: rgb(156 163 175 / 0.6);
  border-bottom-color: rgb(156 163 175 / 0.6);
}

.focus\:border-y-gray-400\/70:focus {
  border-top-color: rgb(156 163 175 / 0.7);
  border-bottom-color: rgb(156 163 175 / 0.7);
}

.focus\:border-y-gray-400\/75:focus {
  border-top-color: rgb(156 163 175 / 0.75);
  border-bottom-color: rgb(156 163 175 / 0.75);
}

.focus\:border-y-gray-400\/80:focus {
  border-top-color: rgb(156 163 175 / 0.8);
  border-bottom-color: rgb(156 163 175 / 0.8);
}

.focus\:border-y-gray-400\/90:focus {
  border-top-color: rgb(156 163 175 / 0.9);
  border-bottom-color: rgb(156 163 175 / 0.9);
}

.focus\:border-y-gray-400\/95:focus {
  border-top-color: rgb(156 163 175 / 0.95);
  border-bottom-color: rgb(156 163 175 / 0.95);
}

.focus\:border-y-gray-50:focus {
  --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));
}

.focus\:border-y-gray-50\/0:focus {
  border-top-color: rgb(249 250 251 / 0);
  border-bottom-color: rgb(249 250 251 / 0);
}

.focus\:border-y-gray-50\/10:focus {
  border-top-color: rgb(249 250 251 / 0.1);
  border-bottom-color: rgb(249 250 251 / 0.1);
}

.focus\:border-y-gray-50\/100:focus {
  border-top-color: rgb(249 250 251 / 1);
  border-bottom-color: rgb(249 250 251 / 1);
}

.focus\:border-y-gray-50\/20:focus {
  border-top-color: rgb(249 250 251 / 0.2);
  border-bottom-color: rgb(249 250 251 / 0.2);
}

.focus\:border-y-gray-50\/25:focus {
  border-top-color: rgb(249 250 251 / 0.25);
  border-bottom-color: rgb(249 250 251 / 0.25);
}

.focus\:border-y-gray-50\/30:focus {
  border-top-color: rgb(249 250 251 / 0.3);
  border-bottom-color: rgb(249 250 251 / 0.3);
}

.focus\:border-y-gray-50\/40:focus {
  border-top-color: rgb(249 250 251 / 0.4);
  border-bottom-color: rgb(249 250 251 / 0.4);
}

.focus\:border-y-gray-50\/5:focus {
  border-top-color: rgb(249 250 251 / 0.05);
  border-bottom-color: rgb(249 250 251 / 0.05);
}

.focus\:border-y-gray-50\/50:focus {
  border-top-color: rgb(249 250 251 / 0.5);
  border-bottom-color: rgb(249 250 251 / 0.5);
}

.focus\:border-y-gray-50\/60:focus {
  border-top-color: rgb(249 250 251 / 0.6);
  border-bottom-color: rgb(249 250 251 / 0.6);
}

.focus\:border-y-gray-50\/70:focus {
  border-top-color: rgb(249 250 251 / 0.7);
  border-bottom-color: rgb(249 250 251 / 0.7);
}

.focus\:border-y-gray-50\/75:focus {
  border-top-color: rgb(249 250 251 / 0.75);
  border-bottom-color: rgb(249 250 251 / 0.75);
}

.focus\:border-y-gray-50\/80:focus {
  border-top-color: rgb(249 250 251 / 0.8);
  border-bottom-color: rgb(249 250 251 / 0.8);
}

.focus\:border-y-gray-50\/90:focus {
  border-top-color: rgb(249 250 251 / 0.9);
  border-bottom-color: rgb(249 250 251 / 0.9);
}

.focus\:border-y-gray-50\/95:focus {
  border-top-color: rgb(249 250 251 / 0.95);
  border-bottom-color: rgb(249 250 251 / 0.95);
}

.focus\:border-y-gray-500:focus {
  --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));
}

.focus\:border-y-gray-500\/0:focus {
  border-top-color: rgb(107 114 128 / 0);
  border-bottom-color: rgb(107 114 128 / 0);
}

.focus\:border-y-gray-500\/10:focus {
  border-top-color: rgb(107 114 128 / 0.1);
  border-bottom-color: rgb(107 114 128 / 0.1);
}

.focus\:border-y-gray-500\/100:focus {
  border-top-color: rgb(107 114 128 / 1);
  border-bottom-color: rgb(107 114 128 / 1);
}

.focus\:border-y-gray-500\/20:focus {
  border-top-color: rgb(107 114 128 / 0.2);
  border-bottom-color: rgb(107 114 128 / 0.2);
}

.focus\:border-y-gray-500\/25:focus {
  border-top-color: rgb(107 114 128 / 0.25);
  border-bottom-color: rgb(107 114 128 / 0.25);
}

.focus\:border-y-gray-500\/30:focus {
  border-top-color: rgb(107 114 128 / 0.3);
  border-bottom-color: rgb(107 114 128 / 0.3);
}

.focus\:border-y-gray-500\/40:focus {
  border-top-color: rgb(107 114 128 / 0.4);
  border-bottom-color: rgb(107 114 128 / 0.4);
}

.focus\:border-y-gray-500\/5:focus {
  border-top-color: rgb(107 114 128 / 0.05);
  border-bottom-color: rgb(107 114 128 / 0.05);
}

.focus\:border-y-gray-500\/50:focus {
  border-top-color: rgb(107 114 128 / 0.5);
  border-bottom-color: rgb(107 114 128 / 0.5);
}

.focus\:border-y-gray-500\/60:focus {
  border-top-color: rgb(107 114 128 / 0.6);
  border-bottom-color: rgb(107 114 128 / 0.6);
}

.focus\:border-y-gray-500\/70:focus {
  border-top-color: rgb(107 114 128 / 0.7);
  border-bottom-color: rgb(107 114 128 / 0.7);
}

.focus\:border-y-gray-500\/75:focus {
  border-top-color: rgb(107 114 128 / 0.75);
  border-bottom-color: rgb(107 114 128 / 0.75);
}

.focus\:border-y-gray-500\/80:focus {
  border-top-color: rgb(107 114 128 / 0.8);
  border-bottom-color: rgb(107 114 128 / 0.8);
}

.focus\:border-y-gray-500\/90:focus {
  border-top-color: rgb(107 114 128 / 0.9);
  border-bottom-color: rgb(107 114 128 / 0.9);
}

.focus\:border-y-gray-500\/95:focus {
  border-top-color: rgb(107 114 128 / 0.95);
  border-bottom-color: rgb(107 114 128 / 0.95);
}

.focus\:border-y-gray-600:focus {
  --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));
}

.focus\:border-y-gray-600\/0:focus {
  border-top-color: rgb(75 85 99 / 0);
  border-bottom-color: rgb(75 85 99 / 0);
}

.focus\:border-y-gray-600\/10:focus {
  border-top-color: rgb(75 85 99 / 0.1);
  border-bottom-color: rgb(75 85 99 / 0.1);
}

.focus\:border-y-gray-600\/100:focus {
  border-top-color: rgb(75 85 99 / 1);
  border-bottom-color: rgb(75 85 99 / 1);
}

.focus\:border-y-gray-600\/20:focus {
  border-top-color: rgb(75 85 99 / 0.2);
  border-bottom-color: rgb(75 85 99 / 0.2);
}

.focus\:border-y-gray-600\/25:focus {
  border-top-color: rgb(75 85 99 / 0.25);
  border-bottom-color: rgb(75 85 99 / 0.25);
}

.focus\:border-y-gray-600\/30:focus {
  border-top-color: rgb(75 85 99 / 0.3);
  border-bottom-color: rgb(75 85 99 / 0.3);
}

.focus\:border-y-gray-600\/40:focus {
  border-top-color: rgb(75 85 99 / 0.4);
  border-bottom-color: rgb(75 85 99 / 0.4);
}

.focus\:border-y-gray-600\/5:focus {
  border-top-color: rgb(75 85 99 / 0.05);
  border-bottom-color: rgb(75 85 99 / 0.05);
}

.focus\:border-y-gray-600\/50:focus {
  border-top-color: rgb(75 85 99 / 0.5);
  border-bottom-color: rgb(75 85 99 / 0.5);
}

.focus\:border-y-gray-600\/60:focus {
  border-top-color: rgb(75 85 99 / 0.6);
  border-bottom-color: rgb(75 85 99 / 0.6);
}

.focus\:border-y-gray-600\/70:focus {
  border-top-color: rgb(75 85 99 / 0.7);
  border-bottom-color: rgb(75 85 99 / 0.7);
}

.focus\:border-y-gray-600\/75:focus {
  border-top-color: rgb(75 85 99 / 0.75);
  border-bottom-color: rgb(75 85 99 / 0.75);
}

.focus\:border-y-gray-600\/80:focus {
  border-top-color: rgb(75 85 99 / 0.8);
  border-bottom-color: rgb(75 85 99 / 0.8);
}

.focus\:border-y-gray-600\/90:focus {
  border-top-color: rgb(75 85 99 / 0.9);
  border-bottom-color: rgb(75 85 99 / 0.9);
}

.focus\:border-y-gray-600\/95:focus {
  border-top-color: rgb(75 85 99 / 0.95);
  border-bottom-color: rgb(75 85 99 / 0.95);
}

.focus\:border-y-gray-700:focus {
  --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));
}

.focus\:border-y-gray-700\/0:focus {
  border-top-color: rgb(55 65 81 / 0);
  border-bottom-color: rgb(55 65 81 / 0);
}

.focus\:border-y-gray-700\/10:focus {
  border-top-color: rgb(55 65 81 / 0.1);
  border-bottom-color: rgb(55 65 81 / 0.1);
}

.focus\:border-y-gray-700\/100:focus {
  border-top-color: rgb(55 65 81 / 1);
  border-bottom-color: rgb(55 65 81 / 1);
}

.focus\:border-y-gray-700\/20:focus {
  border-top-color: rgb(55 65 81 / 0.2);
  border-bottom-color: rgb(55 65 81 / 0.2);
}

.focus\:border-y-gray-700\/25:focus {
  border-top-color: rgb(55 65 81 / 0.25);
  border-bottom-color: rgb(55 65 81 / 0.25);
}

.focus\:border-y-gray-700\/30:focus {
  border-top-color: rgb(55 65 81 / 0.3);
  border-bottom-color: rgb(55 65 81 / 0.3);
}

.focus\:border-y-gray-700\/40:focus {
  border-top-color: rgb(55 65 81 / 0.4);
  border-bottom-color: rgb(55 65 81 / 0.4);
}

.focus\:border-y-gray-700\/5:focus {
  border-top-color: rgb(55 65 81 / 0.05);
  border-bottom-color: rgb(55 65 81 / 0.05);
}

.focus\:border-y-gray-700\/50:focus {
  border-top-color: rgb(55 65 81 / 0.5);
  border-bottom-color: rgb(55 65 81 / 0.5);
}

.focus\:border-y-gray-700\/60:focus {
  border-top-color: rgb(55 65 81 / 0.6);
  border-bottom-color: rgb(55 65 81 / 0.6);
}

.focus\:border-y-gray-700\/70:focus {
  border-top-color: rgb(55 65 81 / 0.7);
  border-bottom-color: rgb(55 65 81 / 0.7);
}

.focus\:border-y-gray-700\/75:focus {
  border-top-color: rgb(55 65 81 / 0.75);
  border-bottom-color: rgb(55 65 81 / 0.75);
}

.focus\:border-y-gray-700\/80:focus {
  border-top-color: rgb(55 65 81 / 0.8);
  border-bottom-color: rgb(55 65 81 / 0.8);
}

.focus\:border-y-gray-700\/90:focus {
  border-top-color: rgb(55 65 81 / 0.9);
  border-bottom-color: rgb(55 65 81 / 0.9);
}

.focus\:border-y-gray-700\/95:focus {
  border-top-color: rgb(55 65 81 / 0.95);
  border-bottom-color: rgb(55 65 81 / 0.95);
}

.focus\:border-y-gray-800:focus {
  --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));
}

.focus\:border-y-gray-800\/0:focus {
  border-top-color: rgb(31 41 55 / 0);
  border-bottom-color: rgb(31 41 55 / 0);
}

.focus\:border-y-gray-800\/10:focus {
  border-top-color: rgb(31 41 55 / 0.1);
  border-bottom-color: rgb(31 41 55 / 0.1);
}

.focus\:border-y-gray-800\/100:focus {
  border-top-color: rgb(31 41 55 / 1);
  border-bottom-color: rgb(31 41 55 / 1);
}

.focus\:border-y-gray-800\/20:focus {
  border-top-color: rgb(31 41 55 / 0.2);
  border-bottom-color: rgb(31 41 55 / 0.2);
}

.focus\:border-y-gray-800\/25:focus {
  border-top-color: rgb(31 41 55 / 0.25);
  border-bottom-color: rgb(31 41 55 / 0.25);
}

.focus\:border-y-gray-800\/30:focus {
  border-top-color: rgb(31 41 55 / 0.3);
  border-bottom-color: rgb(31 41 55 / 0.3);
}

.focus\:border-y-gray-800\/40:focus {
  border-top-color: rgb(31 41 55 / 0.4);
  border-bottom-color: rgb(31 41 55 / 0.4);
}

.focus\:border-y-gray-800\/5:focus {
  border-top-color: rgb(31 41 55 / 0.05);
  border-bottom-color: rgb(31 41 55 / 0.05);
}

.focus\:border-y-gray-800\/50:focus {
  border-top-color: rgb(31 41 55 / 0.5);
  border-bottom-color: rgb(31 41 55 / 0.5);
}

.focus\:border-y-gray-800\/60:focus {
  border-top-color: rgb(31 41 55 / 0.6);
  border-bottom-color: rgb(31 41 55 / 0.6);
}

.focus\:border-y-gray-800\/70:focus {
  border-top-color: rgb(31 41 55 / 0.7);
  border-bottom-color: rgb(31 41 55 / 0.7);
}

.focus\:border-y-gray-800\/75:focus {
  border-top-color: rgb(31 41 55 / 0.75);
  border-bottom-color: rgb(31 41 55 / 0.75);
}

.focus\:border-y-gray-800\/80:focus {
  border-top-color: rgb(31 41 55 / 0.8);
  border-bottom-color: rgb(31 41 55 / 0.8);
}

.focus\:border-y-gray-800\/90:focus {
  border-top-color: rgb(31 41 55 / 0.9);
  border-bottom-color: rgb(31 41 55 / 0.9);
}

.focus\:border-y-gray-800\/95:focus {
  border-top-color: rgb(31 41 55 / 0.95);
  border-bottom-color: rgb(31 41 55 / 0.95);
}

.focus\:border-y-gray-900:focus {
  --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));
}

.focus\:border-y-gray-900\/0:focus {
  border-top-color: rgb(17 24 39 / 0);
  border-bottom-color: rgb(17 24 39 / 0);
}

.focus\:border-y-gray-900\/10:focus {
  border-top-color: rgb(17 24 39 / 0.1);
  border-bottom-color: rgb(17 24 39 / 0.1);
}

.focus\:border-y-gray-900\/100:focus {
  border-top-color: rgb(17 24 39 / 1);
  border-bottom-color: rgb(17 24 39 / 1);
}

.focus\:border-y-gray-900\/20:focus {
  border-top-color: rgb(17 24 39 / 0.2);
  border-bottom-color: rgb(17 24 39 / 0.2);
}

.focus\:border-y-gray-900\/25:focus {
  border-top-color: rgb(17 24 39 / 0.25);
  border-bottom-color: rgb(17 24 39 / 0.25);
}

.focus\:border-y-gray-900\/30:focus {
  border-top-color: rgb(17 24 39 / 0.3);
  border-bottom-color: rgb(17 24 39 / 0.3);
}

.focus\:border-y-gray-900\/40:focus {
  border-top-color: rgb(17 24 39 / 0.4);
  border-bottom-color: rgb(17 24 39 / 0.4);
}

.focus\:border-y-gray-900\/5:focus {
  border-top-color: rgb(17 24 39 / 0.05);
  border-bottom-color: rgb(17 24 39 / 0.05);
}

.focus\:border-y-gray-900\/50:focus {
  border-top-color: rgb(17 24 39 / 0.5);
  border-bottom-color: rgb(17 24 39 / 0.5);
}

.focus\:border-y-gray-900\/60:focus {
  border-top-color: rgb(17 24 39 / 0.6);
  border-bottom-color: rgb(17 24 39 / 0.6);
}

.focus\:border-y-gray-900\/70:focus {
  border-top-color: rgb(17 24 39 / 0.7);
  border-bottom-color: rgb(17 24 39 / 0.7);
}

.focus\:border-y-gray-900\/75:focus {
  border-top-color: rgb(17 24 39 / 0.75);
  border-bottom-color: rgb(17 24 39 / 0.75);
}

.focus\:border-y-gray-900\/80:focus {
  border-top-color: rgb(17 24 39 / 0.8);
  border-bottom-color: rgb(17 24 39 / 0.8);
}

.focus\:border-y-gray-900\/90:focus {
  border-top-color: rgb(17 24 39 / 0.9);
  border-bottom-color: rgb(17 24 39 / 0.9);
}

.focus\:border-y-gray-900\/95:focus {
  border-top-color: rgb(17 24 39 / 0.95);
  border-bottom-color: rgb(17 24 39 / 0.95);
}

.focus\:border-y-gray-950:focus {
  --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));
}

.focus\:border-y-gray-950\/0:focus {
  border-top-color: rgb(3 7 18 / 0);
  border-bottom-color: rgb(3 7 18 / 0);
}

.focus\:border-y-gray-950\/10:focus {
  border-top-color: rgb(3 7 18 / 0.1);
  border-bottom-color: rgb(3 7 18 / 0.1);
}

.focus\:border-y-gray-950\/100:focus {
  border-top-color: rgb(3 7 18 / 1);
  border-bottom-color: rgb(3 7 18 / 1);
}

.focus\:border-y-gray-950\/20:focus {
  border-top-color: rgb(3 7 18 / 0.2);
  border-bottom-color: rgb(3 7 18 / 0.2);
}

.focus\:border-y-gray-950\/25:focus {
  border-top-color: rgb(3 7 18 / 0.25);
  border-bottom-color: rgb(3 7 18 / 0.25);
}

.focus\:border-y-gray-950\/30:focus {
  border-top-color: rgb(3 7 18 / 0.3);
  border-bottom-color: rgb(3 7 18 / 0.3);
}

.focus\:border-y-gray-950\/40:focus {
  border-top-color: rgb(3 7 18 / 0.4);
  border-bottom-color: rgb(3 7 18 / 0.4);
}

.focus\:border-y-gray-950\/5:focus {
  border-top-color: rgb(3 7 18 / 0.05);
  border-bottom-color: rgb(3 7 18 / 0.05);
}

.focus\:border-y-gray-950\/50:focus {
  border-top-color: rgb(3 7 18 / 0.5);
  border-bottom-color: rgb(3 7 18 / 0.5);
}

.focus\:border-y-gray-950\/60:focus {
  border-top-color: rgb(3 7 18 / 0.6);
  border-bottom-color: rgb(3 7 18 / 0.6);
}

.focus\:border-y-gray-950\/70:focus {
  border-top-color: rgb(3 7 18 / 0.7);
  border-bottom-color: rgb(3 7 18 / 0.7);
}

.focus\:border-y-gray-950\/75:focus {
  border-top-color: rgb(3 7 18 / 0.75);
  border-bottom-color: rgb(3 7 18 / 0.75);
}

.focus\:border-y-gray-950\/80:focus {
  border-top-color: rgb(3 7 18 / 0.8);
  border-bottom-color: rgb(3 7 18 / 0.8);
}

.focus\:border-y-gray-950\/90:focus {
  border-top-color: rgb(3 7 18 / 0.9);
  border-bottom-color: rgb(3 7 18 / 0.9);
}

.focus\:border-y-gray-950\/95:focus {
  border-top-color: rgb(3 7 18 / 0.95);
  border-bottom-color: rgb(3 7 18 / 0.95);
}

.focus\:border-y-green-100:focus {
  --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));
}

.focus\:border-y-green-100\/0:focus {
  border-top-color: rgb(220 252 231 / 0);
  border-bottom-color: rgb(220 252 231 / 0);
}

.focus\:border-y-green-100\/10:focus {
  border-top-color: rgb(220 252 231 / 0.1);
  border-bottom-color: rgb(220 252 231 / 0.1);
}

.focus\:border-y-green-100\/100:focus {
  border-top-color: rgb(220 252 231 / 1);
  border-bottom-color: rgb(220 252 231 / 1);
}

.focus\:border-y-green-100\/20:focus {
  border-top-color: rgb(220 252 231 / 0.2);
  border-bottom-color: rgb(220 252 231 / 0.2);
}

.focus\:border-y-green-100\/25:focus {
  border-top-color: rgb(220 252 231 / 0.25);
  border-bottom-color: rgb(220 252 231 / 0.25);
}

.focus\:border-y-green-100\/30:focus {
  border-top-color: rgb(220 252 231 / 0.3);
  border-bottom-color: rgb(220 252 231 / 0.3);
}

.focus\:border-y-green-100\/40:focus {
  border-top-color: rgb(220 252 231 / 0.4);
  border-bottom-color: rgb(220 252 231 / 0.4);
}

.focus\:border-y-green-100\/5:focus {
  border-top-color: rgb(220 252 231 / 0.05);
  border-bottom-color: rgb(220 252 231 / 0.05);
}

.focus\:border-y-green-100\/50:focus {
  border-top-color: rgb(220 252 231 / 0.5);
  border-bottom-color: rgb(220 252 231 / 0.5);
}

.focus\:border-y-green-100\/60:focus {
  border-top-color: rgb(220 252 231 / 0.6);
  border-bottom-color: rgb(220 252 231 / 0.6);
}

.focus\:border-y-green-100\/70:focus {
  border-top-color: rgb(220 252 231 / 0.7);
  border-bottom-color: rgb(220 252 231 / 0.7);
}

.focus\:border-y-green-100\/75:focus {
  border-top-color: rgb(220 252 231 / 0.75);
  border-bottom-color: rgb(220 252 231 / 0.75);
}

.focus\:border-y-green-100\/80:focus {
  border-top-color: rgb(220 252 231 / 0.8);
  border-bottom-color: rgb(220 252 231 / 0.8);
}

.focus\:border-y-green-100\/90:focus {
  border-top-color: rgb(220 252 231 / 0.9);
  border-bottom-color: rgb(220 252 231 / 0.9);
}

.focus\:border-y-green-100\/95:focus {
  border-top-color: rgb(220 252 231 / 0.95);
  border-bottom-color: rgb(220 252 231 / 0.95);
}

.focus\:border-y-green-200:focus {
  --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));
}

.focus\:border-y-green-200\/0:focus {
  border-top-color: rgb(187 247 208 / 0);
  border-bottom-color: rgb(187 247 208 / 0);
}

.focus\:border-y-green-200\/10:focus {
  border-top-color: rgb(187 247 208 / 0.1);
  border-bottom-color: rgb(187 247 208 / 0.1);
}

.focus\:border-y-green-200\/100:focus {
  border-top-color: rgb(187 247 208 / 1);
  border-bottom-color: rgb(187 247 208 / 1);
}

.focus\:border-y-green-200\/20:focus {
  border-top-color: rgb(187 247 208 / 0.2);
  border-bottom-color: rgb(187 247 208 / 0.2);
}

.focus\:border-y-green-200\/25:focus {
  border-top-color: rgb(187 247 208 / 0.25);
  border-bottom-color: rgb(187 247 208 / 0.25);
}

.focus\:border-y-green-200\/30:focus {
  border-top-color: rgb(187 247 208 / 0.3);
  border-bottom-color: rgb(187 247 208 / 0.3);
}

.focus\:border-y-green-200\/40:focus {
  border-top-color: rgb(187 247 208 / 0.4);
  border-bottom-color: rgb(187 247 208 / 0.4);
}

.focus\:border-y-green-200\/5:focus {
  border-top-color: rgb(187 247 208 / 0.05);
  border-bottom-color: rgb(187 247 208 / 0.05);
}

.focus\:border-y-green-200\/50:focus {
  border-top-color: rgb(187 247 208 / 0.5);
  border-bottom-color: rgb(187 247 208 / 0.5);
}

.focus\:border-y-green-200\/60:focus {
  border-top-color: rgb(187 247 208 / 0.6);
  border-bottom-color: rgb(187 247 208 / 0.6);
}

.focus\:border-y-green-200\/70:focus {
  border-top-color: rgb(187 247 208 / 0.7);
  border-bottom-color: rgb(187 247 208 / 0.7);
}

.focus\:border-y-green-200\/75:focus {
  border-top-color: rgb(187 247 208 / 0.75);
  border-bottom-color: rgb(187 247 208 / 0.75);
}

.focus\:border-y-green-200\/80:focus {
  border-top-color: rgb(187 247 208 / 0.8);
  border-bottom-color: rgb(187 247 208 / 0.8);
}

.focus\:border-y-green-200\/90:focus {
  border-top-color: rgb(187 247 208 / 0.9);
  border-bottom-color: rgb(187 247 208 / 0.9);
}

.focus\:border-y-green-200\/95:focus {
  border-top-color: rgb(187 247 208 / 0.95);
  border-bottom-color: rgb(187 247 208 / 0.95);
}

.focus\:border-y-green-300:focus {
  --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));
}

.focus\:border-y-green-300\/0:focus {
  border-top-color: rgb(134 239 172 / 0);
  border-bottom-color: rgb(134 239 172 / 0);
}

.focus\:border-y-green-300\/10:focus {
  border-top-color: rgb(134 239 172 / 0.1);
  border-bottom-color: rgb(134 239 172 / 0.1);
}

.focus\:border-y-green-300\/100:focus {
  border-top-color: rgb(134 239 172 / 1);
  border-bottom-color: rgb(134 239 172 / 1);
}

.focus\:border-y-green-300\/20:focus {
  border-top-color: rgb(134 239 172 / 0.2);
  border-bottom-color: rgb(134 239 172 / 0.2);
}

.focus\:border-y-green-300\/25:focus {
  border-top-color: rgb(134 239 172 / 0.25);
  border-bottom-color: rgb(134 239 172 / 0.25);
}

.focus\:border-y-green-300\/30:focus {
  border-top-color: rgb(134 239 172 / 0.3);
  border-bottom-color: rgb(134 239 172 / 0.3);
}

.focus\:border-y-green-300\/40:focus {
  border-top-color: rgb(134 239 172 / 0.4);
  border-bottom-color: rgb(134 239 172 / 0.4);
}

.focus\:border-y-green-300\/5:focus {
  border-top-color: rgb(134 239 172 / 0.05);
  border-bottom-color: rgb(134 239 172 / 0.05);
}

.focus\:border-y-green-300\/50:focus {
  border-top-color: rgb(134 239 172 / 0.5);
  border-bottom-color: rgb(134 239 172 / 0.5);
}

.focus\:border-y-green-300\/60:focus {
  border-top-color: rgb(134 239 172 / 0.6);
  border-bottom-color: rgb(134 239 172 / 0.6);
}

.focus\:border-y-green-300\/70:focus {
  border-top-color: rgb(134 239 172 / 0.7);
  border-bottom-color: rgb(134 239 172 / 0.7);
}

.focus\:border-y-green-300\/75:focus {
  border-top-color: rgb(134 239 172 / 0.75);
  border-bottom-color: rgb(134 239 172 / 0.75);
}

.focus\:border-y-green-300\/80:focus {
  border-top-color: rgb(134 239 172 / 0.8);
  border-bottom-color: rgb(134 239 172 / 0.8);
}

.focus\:border-y-green-300\/90:focus {
  border-top-color: rgb(134 239 172 / 0.9);
  border-bottom-color: rgb(134 239 172 / 0.9);
}

.focus\:border-y-green-300\/95:focus {
  border-top-color: rgb(134 239 172 / 0.95);
  border-bottom-color: rgb(134 239 172 / 0.95);
}

.focus\:border-y-green-400:focus {
  --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));
}

.focus\:border-y-green-400\/0:focus {
  border-top-color: rgb(74 222 128 / 0);
  border-bottom-color: rgb(74 222 128 / 0);
}

.focus\:border-y-green-400\/10:focus {
  border-top-color: rgb(74 222 128 / 0.1);
  border-bottom-color: rgb(74 222 128 / 0.1);
}

.focus\:border-y-green-400\/100:focus {
  border-top-color: rgb(74 222 128 / 1);
  border-bottom-color: rgb(74 222 128 / 1);
}

.focus\:border-y-green-400\/20:focus {
  border-top-color: rgb(74 222 128 / 0.2);
  border-bottom-color: rgb(74 222 128 / 0.2);
}

.focus\:border-y-green-400\/25:focus {
  border-top-color: rgb(74 222 128 / 0.25);
  border-bottom-color: rgb(74 222 128 / 0.25);
}

.focus\:border-y-green-400\/30:focus {
  border-top-color: rgb(74 222 128 / 0.3);
  border-bottom-color: rgb(74 222 128 / 0.3);
}

.focus\:border-y-green-400\/40:focus {
  border-top-color: rgb(74 222 128 / 0.4);
  border-bottom-color: rgb(74 222 128 / 0.4);
}

.focus\:border-y-green-400\/5:focus {
  border-top-color: rgb(74 222 128 / 0.05);
  border-bottom-color: rgb(74 222 128 / 0.05);
}

.focus\:border-y-green-400\/50:focus {
  border-top-color: rgb(74 222 128 / 0.5);
  border-bottom-color: rgb(74 222 128 / 0.5);
}

.focus\:border-y-green-400\/60:focus {
  border-top-color: rgb(74 222 128 / 0.6);
  border-bottom-color: rgb(74 222 128 / 0.6);
}

.focus\:border-y-green-400\/70:focus {
  border-top-color: rgb(74 222 128 / 0.7);
  border-bottom-color: rgb(74 222 128 / 0.7);
}

.focus\:border-y-green-400\/75:focus {
  border-top-color: rgb(74 222 128 / 0.75);
  border-bottom-color: rgb(74 222 128 / 0.75);
}

.focus\:border-y-green-400\/80:focus {
  border-top-color: rgb(74 222 128 / 0.8);
  border-bottom-color: rgb(74 222 128 / 0.8);
}

.focus\:border-y-green-400\/90:focus {
  border-top-color: rgb(74 222 128 / 0.9);
  border-bottom-color: rgb(74 222 128 / 0.9);
}

.focus\:border-y-green-400\/95:focus {
  border-top-color: rgb(74 222 128 / 0.95);
  border-bottom-color: rgb(74 222 128 / 0.95);
}

.focus\:border-y-green-50:focus {
  --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));
}

.focus\:border-y-green-50\/0:focus {
  border-top-color: rgb(240 253 244 / 0);
  border-bottom-color: rgb(240 253 244 / 0);
}

.focus\:border-y-green-50\/10:focus {
  border-top-color: rgb(240 253 244 / 0.1);
  border-bottom-color: rgb(240 253 244 / 0.1);
}

.focus\:border-y-green-50\/100:focus {
  border-top-color: rgb(240 253 244 / 1);
  border-bottom-color: rgb(240 253 244 / 1);
}

.focus\:border-y-green-50\/20:focus {
  border-top-color: rgb(240 253 244 / 0.2);
  border-bottom-color: rgb(240 253 244 / 0.2);
}

.focus\:border-y-green-50\/25:focus {
  border-top-color: rgb(240 253 244 / 0.25);
  border-bottom-color: rgb(240 253 244 / 0.25);
}

.focus\:border-y-green-50\/30:focus {
  border-top-color: rgb(240 253 244 / 0.3);
  border-bottom-color: rgb(240 253 244 / 0.3);
}

.focus\:border-y-green-50\/40:focus {
  border-top-color: rgb(240 253 244 / 0.4);
  border-bottom-color: rgb(240 253 244 / 0.4);
}

.focus\:border-y-green-50\/5:focus {
  border-top-color: rgb(240 253 244 / 0.05);
  border-bottom-color: rgb(240 253 244 / 0.05);
}

.focus\:border-y-green-50\/50:focus {
  border-top-color: rgb(240 253 244 / 0.5);
  border-bottom-color: rgb(240 253 244 / 0.5);
}

.focus\:border-y-green-50\/60:focus {
  border-top-color: rgb(240 253 244 / 0.6);
  border-bottom-color: rgb(240 253 244 / 0.6);
}

.focus\:border-y-green-50\/70:focus {
  border-top-color: rgb(240 253 244 / 0.7);
  border-bottom-color: rgb(240 253 244 / 0.7);
}

.focus\:border-y-green-50\/75:focus {
  border-top-color: rgb(240 253 244 / 0.75);
  border-bottom-color: rgb(240 253 244 / 0.75);
}

.focus\:border-y-green-50\/80:focus {
  border-top-color: rgb(240 253 244 / 0.8);
  border-bottom-color: rgb(240 253 244 / 0.8);
}

.focus\:border-y-green-50\/90:focus {
  border-top-color: rgb(240 253 244 / 0.9);
  border-bottom-color: rgb(240 253 244 / 0.9);
}

.focus\:border-y-green-50\/95:focus {
  border-top-color: rgb(240 253 244 / 0.95);
  border-bottom-color: rgb(240 253 244 / 0.95);
}

.focus\:border-y-green-500:focus {
  --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));
}

.focus\:border-y-green-500\/0:focus {
  border-top-color: rgb(34 197 94 / 0);
  border-bottom-color: rgb(34 197 94 / 0);
}

.focus\:border-y-green-500\/10:focus {
  border-top-color: rgb(34 197 94 / 0.1);
  border-bottom-color: rgb(34 197 94 / 0.1);
}

.focus\:border-y-green-500\/100:focus {
  border-top-color: rgb(34 197 94 / 1);
  border-bottom-color: rgb(34 197 94 / 1);
}

.focus\:border-y-green-500\/20:focus {
  border-top-color: rgb(34 197 94 / 0.2);
  border-bottom-color: rgb(34 197 94 / 0.2);
}

.focus\:border-y-green-500\/25:focus {
  border-top-color: rgb(34 197 94 / 0.25);
  border-bottom-color: rgb(34 197 94 / 0.25);
}

.focus\:border-y-green-500\/30:focus {
  border-top-color: rgb(34 197 94 / 0.3);
  border-bottom-color: rgb(34 197 94 / 0.3);
}

.focus\:border-y-green-500\/40:focus {
  border-top-color: rgb(34 197 94 / 0.4);
  border-bottom-color: rgb(34 197 94 / 0.4);
}

.focus\:border-y-green-500\/5:focus {
  border-top-color: rgb(34 197 94 / 0.05);
  border-bottom-color: rgb(34 197 94 / 0.05);
}

.focus\:border-y-green-500\/50:focus {
  border-top-color: rgb(34 197 94 / 0.5);
  border-bottom-color: rgb(34 197 94 / 0.5);
}

.focus\:border-y-green-500\/60:focus {
  border-top-color: rgb(34 197 94 / 0.6);
  border-bottom-color: rgb(34 197 94 / 0.6);
}

.focus\:border-y-green-500\/70:focus {
  border-top-color: rgb(34 197 94 / 0.7);
  border-bottom-color: rgb(34 197 94 / 0.7);
}

.focus\:border-y-green-500\/75:focus {
  border-top-color: rgb(34 197 94 / 0.75);
  border-bottom-color: rgb(34 197 94 / 0.75);
}

.focus\:border-y-green-500\/80:focus {
  border-top-color: rgb(34 197 94 / 0.8);
  border-bottom-color: rgb(34 197 94 / 0.8);
}

.focus\:border-y-green-500\/90:focus {
  border-top-color: rgb(34 197 94 / 0.9);
  border-bottom-color: rgb(34 197 94 / 0.9);
}

.focus\:border-y-green-500\/95:focus {
  border-top-color: rgb(34 197 94 / 0.95);
  border-bottom-color: rgb(34 197 94 / 0.95);
}

.focus\:border-y-green-600:focus {
  --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));
}

.focus\:border-y-green-600\/0:focus {
  border-top-color: rgb(22 163 74 / 0);
  border-bottom-color: rgb(22 163 74 / 0);
}

.focus\:border-y-green-600\/10:focus {
  border-top-color: rgb(22 163 74 / 0.1);
  border-bottom-color: rgb(22 163 74 / 0.1);
}

.focus\:border-y-green-600\/100:focus {
  border-top-color: rgb(22 163 74 / 1);
  border-bottom-color: rgb(22 163 74 / 1);
}

.focus\:border-y-green-600\/20:focus {
  border-top-color: rgb(22 163 74 / 0.2);
  border-bottom-color: rgb(22 163 74 / 0.2);
}

.focus\:border-y-green-600\/25:focus {
  border-top-color: rgb(22 163 74 / 0.25);
  border-bottom-color: rgb(22 163 74 / 0.25);
}

.focus\:border-y-green-600\/30:focus {
  border-top-color: rgb(22 163 74 / 0.3);
  border-bottom-color: rgb(22 163 74 / 0.3);
}

.focus\:border-y-green-600\/40:focus {
  border-top-color: rgb(22 163 74 / 0.4);
  border-bottom-color: rgb(22 163 74 / 0.4);
}

.focus\:border-y-green-600\/5:focus {
  border-top-color: rgb(22 163 74 / 0.05);
  border-bottom-color: rgb(22 163 74 / 0.05);
}

.focus\:border-y-green-600\/50:focus {
  border-top-color: rgb(22 163 74 / 0.5);
  border-bottom-color: rgb(22 163 74 / 0.5);
}

.focus\:border-y-green-600\/60:focus {
  border-top-color: rgb(22 163 74 / 0.6);
  border-bottom-color: rgb(22 163 74 / 0.6);
}

.focus\:border-y-green-600\/70:focus {
  border-top-color: rgb(22 163 74 / 0.7);
  border-bottom-color: rgb(22 163 74 / 0.7);
}

.focus\:border-y-green-600\/75:focus {
  border-top-color: rgb(22 163 74 / 0.75);
  border-bottom-color: rgb(22 163 74 / 0.75);
}

.focus\:border-y-green-600\/80:focus {
  border-top-color: rgb(22 163 74 / 0.8);
  border-bottom-color: rgb(22 163 74 / 0.8);
}

.focus\:border-y-green-600\/90:focus {
  border-top-color: rgb(22 163 74 / 0.9);
  border-bottom-color: rgb(22 163 74 / 0.9);
}

.focus\:border-y-green-600\/95:focus {
  border-top-color: rgb(22 163 74 / 0.95);
  border-bottom-color: rgb(22 163 74 / 0.95);
}

.focus\:border-y-green-700:focus {
  --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));
}

.focus\:border-y-green-700\/0:focus {
  border-top-color: rgb(21 128 61 / 0);
  border-bottom-color: rgb(21 128 61 / 0);
}

.focus\:border-y-green-700\/10:focus {
  border-top-color: rgb(21 128 61 / 0.1);
  border-bottom-color: rgb(21 128 61 / 0.1);
}

.focus\:border-y-green-700\/100:focus {
  border-top-color: rgb(21 128 61 / 1);
  border-bottom-color: rgb(21 128 61 / 1);
}

.focus\:border-y-green-700\/20:focus {
  border-top-color: rgb(21 128 61 / 0.2);
  border-bottom-color: rgb(21 128 61 / 0.2);
}

.focus\:border-y-green-700\/25:focus {
  border-top-color: rgb(21 128 61 / 0.25);
  border-bottom-color: rgb(21 128 61 / 0.25);
}

.focus\:border-y-green-700\/30:focus {
  border-top-color: rgb(21 128 61 / 0.3);
  border-bottom-color: rgb(21 128 61 / 0.3);
}

.focus\:border-y-green-700\/40:focus {
  border-top-color: rgb(21 128 61 / 0.4);
  border-bottom-color: rgb(21 128 61 / 0.4);
}

.focus\:border-y-green-700\/5:focus {
  border-top-color: rgb(21 128 61 / 0.05);
  border-bottom-color: rgb(21 128 61 / 0.05);
}

.focus\:border-y-green-700\/50:focus {
  border-top-color: rgb(21 128 61 / 0.5);
  border-bottom-color: rgb(21 128 61 / 0.5);
}

.focus\:border-y-green-700\/60:focus {
  border-top-color: rgb(21 128 61 / 0.6);
  border-bottom-color: rgb(21 128 61 / 0.6);
}

.focus\:border-y-green-700\/70:focus {
  border-top-color: rgb(21 128 61 / 0.7);
  border-bottom-color: rgb(21 128 61 / 0.7);
}

.focus\:border-y-green-700\/75:focus {
  border-top-color: rgb(21 128 61 / 0.75);
  border-bottom-color: rgb(21 128 61 / 0.75);
}

.focus\:border-y-green-700\/80:focus {
  border-top-color: rgb(21 128 61 / 0.8);
  border-bottom-color: rgb(21 128 61 / 0.8);
}

.focus\:border-y-green-700\/90:focus {
  border-top-color: rgb(21 128 61 / 0.9);
  border-bottom-color: rgb(21 128 61 / 0.9);
}

.focus\:border-y-green-700\/95:focus {
  border-top-color: rgb(21 128 61 / 0.95);
  border-bottom-color: rgb(21 128 61 / 0.95);
}

.focus\:border-y-green-800:focus {
  --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));
}

.focus\:border-y-green-800\/0:focus {
  border-top-color: rgb(22 101 52 / 0);
  border-bottom-color: rgb(22 101 52 / 0);
}

.focus\:border-y-green-800\/10:focus {
  border-top-color: rgb(22 101 52 / 0.1);
  border-bottom-color: rgb(22 101 52 / 0.1);
}

.focus\:border-y-green-800\/100:focus {
  border-top-color: rgb(22 101 52 / 1);
  border-bottom-color: rgb(22 101 52 / 1);
}

.focus\:border-y-green-800\/20:focus {
  border-top-color: rgb(22 101 52 / 0.2);
  border-bottom-color: rgb(22 101 52 / 0.2);
}

.focus\:border-y-green-800\/25:focus {
  border-top-color: rgb(22 101 52 / 0.25);
  border-bottom-color: rgb(22 101 52 / 0.25);
}

.focus\:border-y-green-800\/30:focus {
  border-top-color: rgb(22 101 52 / 0.3);
  border-bottom-color: rgb(22 101 52 / 0.3);
}

.focus\:border-y-green-800\/40:focus {
  border-top-color: rgb(22 101 52 / 0.4);
  border-bottom-color: rgb(22 101 52 / 0.4);
}

.focus\:border-y-green-800\/5:focus {
  border-top-color: rgb(22 101 52 / 0.05);
  border-bottom-color: rgb(22 101 52 / 0.05);
}

.focus\:border-y-green-800\/50:focus {
  border-top-color: rgb(22 101 52 / 0.5);
  border-bottom-color: rgb(22 101 52 / 0.5);
}

.focus\:border-y-green-800\/60:focus {
  border-top-color: rgb(22 101 52 / 0.6);
  border-bottom-color: rgb(22 101 52 / 0.6);
}

.focus\:border-y-green-800\/70:focus {
  border-top-color: rgb(22 101 52 / 0.7);
  border-bottom-color: rgb(22 101 52 / 0.7);
}

.focus\:border-y-green-800\/75:focus {
  border-top-color: rgb(22 101 52 / 0.75);
  border-bottom-color: rgb(22 101 52 / 0.75);
}

.focus\:border-y-green-800\/80:focus {
  border-top-color: rgb(22 101 52 / 0.8);
  border-bottom-color: rgb(22 101 52 / 0.8);
}

.focus\:border-y-green-800\/90:focus {
  border-top-color: rgb(22 101 52 / 0.9);
  border-bottom-color: rgb(22 101 52 / 0.9);
}

.focus\:border-y-green-800\/95:focus {
  border-top-color: rgb(22 101 52 / 0.95);
  border-bottom-color: rgb(22 101 52 / 0.95);
}

.focus\:border-y-green-900:focus {
  --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));
}

.focus\:border-y-green-900\/0:focus {
  border-top-color: rgb(20 83 45 / 0);
  border-bottom-color: rgb(20 83 45 / 0);
}

.focus\:border-y-green-900\/10:focus {
  border-top-color: rgb(20 83 45 / 0.1);
  border-bottom-color: rgb(20 83 45 / 0.1);
}

.focus\:border-y-green-900\/100:focus {
  border-top-color: rgb(20 83 45 / 1);
  border-bottom-color: rgb(20 83 45 / 1);
}

.focus\:border-y-green-900\/20:focus {
  border-top-color: rgb(20 83 45 / 0.2);
  border-bottom-color: rgb(20 83 45 / 0.2);
}

.focus\:border-y-green-900\/25:focus {
  border-top-color: rgb(20 83 45 / 0.25);
  border-bottom-color: rgb(20 83 45 / 0.25);
}

.focus\:border-y-green-900\/30:focus {
  border-top-color: rgb(20 83 45 / 0.3);
  border-bottom-color: rgb(20 83 45 / 0.3);
}

.focus\:border-y-green-900\/40:focus {
  border-top-color: rgb(20 83 45 / 0.4);
  border-bottom-color: rgb(20 83 45 / 0.4);
}

.focus\:border-y-green-900\/5:focus {
  border-top-color: rgb(20 83 45 / 0.05);
  border-bottom-color: rgb(20 83 45 / 0.05);
}

.focus\:border-y-green-900\/50:focus {
  border-top-color: rgb(20 83 45 / 0.5);
  border-bottom-color: rgb(20 83 45 / 0.5);
}

.focus\:border-y-green-900\/60:focus {
  border-top-color: rgb(20 83 45 / 0.6);
  border-bottom-color: rgb(20 83 45 / 0.6);
}

.focus\:border-y-green-900\/70:focus {
  border-top-color: rgb(20 83 45 / 0.7);
  border-bottom-color: rgb(20 83 45 / 0.7);
}

.focus\:border-y-green-900\/75:focus {
  border-top-color: rgb(20 83 45 / 0.75);
  border-bottom-color: rgb(20 83 45 / 0.75);
}

.focus\:border-y-green-900\/80:focus {
  border-top-color: rgb(20 83 45 / 0.8);
  border-bottom-color: rgb(20 83 45 / 0.8);
}

.focus\:border-y-green-900\/90:focus {
  border-top-color: rgb(20 83 45 / 0.9);
  border-bottom-color: rgb(20 83 45 / 0.9);
}

.focus\:border-y-green-900\/95:focus {
  border-top-color: rgb(20 83 45 / 0.95);
  border-bottom-color: rgb(20 83 45 / 0.95);
}

.focus\:border-y-green-950:focus {
  --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));
}

.focus\:border-y-green-950\/0:focus {
  border-top-color: rgb(5 46 22 / 0);
  border-bottom-color: rgb(5 46 22 / 0);
}

.focus\:border-y-green-950\/10:focus {
  border-top-color: rgb(5 46 22 / 0.1);
  border-bottom-color: rgb(5 46 22 / 0.1);
}

.focus\:border-y-green-950\/100:focus {
  border-top-color: rgb(5 46 22 / 1);
  border-bottom-color: rgb(5 46 22 / 1);
}

.focus\:border-y-green-950\/20:focus {
  border-top-color: rgb(5 46 22 / 0.2);
  border-bottom-color: rgb(5 46 22 / 0.2);
}

.focus\:border-y-green-950\/25:focus {
  border-top-color: rgb(5 46 22 / 0.25);
  border-bottom-color: rgb(5 46 22 / 0.25);
}

.focus\:border-y-green-950\/30:focus {
  border-top-color: rgb(5 46 22 / 0.3);
  border-bottom-color: rgb(5 46 22 / 0.3);
}

.focus\:border-y-green-950\/40:focus {
  border-top-color: rgb(5 46 22 / 0.4);
  border-bottom-color: rgb(5 46 22 / 0.4);
}

.focus\:border-y-green-950\/5:focus {
  border-top-color: rgb(5 46 22 / 0.05);
  border-bottom-color: rgb(5 46 22 / 0.05);
}

.focus\:border-y-green-950\/50:focus {
  border-top-color: rgb(5 46 22 / 0.5);
  border-bottom-color: rgb(5 46 22 / 0.5);
}

.focus\:border-y-green-950\/60:focus {
  border-top-color: rgb(5 46 22 / 0.6);
  border-bottom-color: rgb(5 46 22 / 0.6);
}

.focus\:border-y-green-950\/70:focus {
  border-top-color: rgb(5 46 22 / 0.7);
  border-bottom-color: rgb(5 46 22 / 0.7);
}

.focus\:border-y-green-950\/75:focus {
  border-top-color: rgb(5 46 22 / 0.75);
  border-bottom-color: rgb(5 46 22 / 0.75);
}

.focus\:border-y-green-950\/80:focus {
  border-top-color: rgb(5 46 22 / 0.8);
  border-bottom-color: rgb(5 46 22 / 0.8);
}

.focus\:border-y-green-950\/90:focus {
  border-top-color: rgb(5 46 22 / 0.9);
  border-bottom-color: rgb(5 46 22 / 0.9);
}

.focus\:border-y-green-950\/95:focus {
  border-top-color: rgb(5 46 22 / 0.95);
  border-bottom-color: rgb(5 46 22 / 0.95);
}

.focus\:border-y-indigo-100:focus {
  --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));
}

.focus\:border-y-indigo-100\/0:focus {
  border-top-color: rgb(224 231 255 / 0);
  border-bottom-color: rgb(224 231 255 / 0);
}

.focus\:border-y-indigo-100\/10:focus {
  border-top-color: rgb(224 231 255 / 0.1);
  border-bottom-color: rgb(224 231 255 / 0.1);
}

.focus\:border-y-indigo-100\/100:focus {
  border-top-color: rgb(224 231 255 / 1);
  border-bottom-color: rgb(224 231 255 / 1);
}

.focus\:border-y-indigo-100\/20:focus {
  border-top-color: rgb(224 231 255 / 0.2);
  border-bottom-color: rgb(224 231 255 / 0.2);
}

.focus\:border-y-indigo-100\/25:focus {
  border-top-color: rgb(224 231 255 / 0.25);
  border-bottom-color: rgb(224 231 255 / 0.25);
}

.focus\:border-y-indigo-100\/30:focus {
  border-top-color: rgb(224 231 255 / 0.3);
  border-bottom-color: rgb(224 231 255 / 0.3);
}

.focus\:border-y-indigo-100\/40:focus {
  border-top-color: rgb(224 231 255 / 0.4);
  border-bottom-color: rgb(224 231 255 / 0.4);
}

.focus\:border-y-indigo-100\/5:focus {
  border-top-color: rgb(224 231 255 / 0.05);
  border-bottom-color: rgb(224 231 255 / 0.05);
}

.focus\:border-y-indigo-100\/50:focus {
  border-top-color: rgb(224 231 255 / 0.5);
  border-bottom-color: rgb(224 231 255 / 0.5);
}

.focus\:border-y-indigo-100\/60:focus {
  border-top-color: rgb(224 231 255 / 0.6);
  border-bottom-color: rgb(224 231 255 / 0.6);
}

.focus\:border-y-indigo-100\/70:focus {
  border-top-color: rgb(224 231 255 / 0.7);
  border-bottom-color: rgb(224 231 255 / 0.7);
}

.focus\:border-y-indigo-100\/75:focus {
  border-top-color: rgb(224 231 255 / 0.75);
  border-bottom-color: rgb(224 231 255 / 0.75);
}

.focus\:border-y-indigo-100\/80:focus {
  border-top-color: rgb(224 231 255 / 0.8);
  border-bottom-color: rgb(224 231 255 / 0.8);
}

.focus\:border-y-indigo-100\/90:focus {
  border-top-color: rgb(224 231 255 / 0.9);
  border-bottom-color: rgb(224 231 255 / 0.9);
}

.focus\:border-y-indigo-100\/95:focus {
  border-top-color: rgb(224 231 255 / 0.95);
  border-bottom-color: rgb(224 231 255 / 0.95);
}

.focus\:border-y-indigo-200:focus {
  --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));
}

.focus\:border-y-indigo-200\/0:focus {
  border-top-color: rgb(199 210 254 / 0);
  border-bottom-color: rgb(199 210 254 / 0);
}

.focus\:border-y-indigo-200\/10:focus {
  border-top-color: rgb(199 210 254 / 0.1);
  border-bottom-color: rgb(199 210 254 / 0.1);
}

.focus\:border-y-indigo-200\/100:focus {
  border-top-color: rgb(199 210 254 / 1);
  border-bottom-color: rgb(199 210 254 / 1);
}

.focus\:border-y-indigo-200\/20:focus {
  border-top-color: rgb(199 210 254 / 0.2);
  border-bottom-color: rgb(199 210 254 / 0.2);
}

.focus\:border-y-indigo-200\/25:focus {
  border-top-color: rgb(199 210 254 / 0.25);
  border-bottom-color: rgb(199 210 254 / 0.25);
}

.focus\:border-y-indigo-200\/30:focus {
  border-top-color: rgb(199 210 254 / 0.3);
  border-bottom-color: rgb(199 210 254 / 0.3);
}

.focus\:border-y-indigo-200\/40:focus {
  border-top-color: rgb(199 210 254 / 0.4);
  border-bottom-color: rgb(199 210 254 / 0.4);
}

.focus\:border-y-indigo-200\/5:focus {
  border-top-color: rgb(199 210 254 / 0.05);
  border-bottom-color: rgb(199 210 254 / 0.05);
}

.focus\:border-y-indigo-200\/50:focus {
  border-top-color: rgb(199 210 254 / 0.5);
  border-bottom-color: rgb(199 210 254 / 0.5);
}

.focus\:border-y-indigo-200\/60:focus {
  border-top-color: rgb(199 210 254 / 0.6);
  border-bottom-color: rgb(199 210 254 / 0.6);
}

.focus\:border-y-indigo-200\/70:focus {
  border-top-color: rgb(199 210 254 / 0.7);
  border-bottom-color: rgb(199 210 254 / 0.7);
}

.focus\:border-y-indigo-200\/75:focus {
  border-top-color: rgb(199 210 254 / 0.75);
  border-bottom-color: rgb(199 210 254 / 0.75);
}

.focus\:border-y-indigo-200\/80:focus {
  border-top-color: rgb(199 210 254 / 0.8);
  border-bottom-color: rgb(199 210 254 / 0.8);
}

.focus\:border-y-indigo-200\/90:focus {
  border-top-color: rgb(199 210 254 / 0.9);
  border-bottom-color: rgb(199 210 254 / 0.9);
}

.focus\:border-y-indigo-200\/95:focus {
  border-top-color: rgb(199 210 254 / 0.95);
  border-bottom-color: rgb(199 210 254 / 0.95);
}

.focus\:border-y-indigo-300:focus {
  --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));
}

.focus\:border-y-indigo-300\/0:focus {
  border-top-color: rgb(165 180 252 / 0);
  border-bottom-color: rgb(165 180 252 / 0);
}

.focus\:border-y-indigo-300\/10:focus {
  border-top-color: rgb(165 180 252 / 0.1);
  border-bottom-color: rgb(165 180 252 / 0.1);
}

.focus\:border-y-indigo-300\/100:focus {
  border-top-color: rgb(165 180 252 / 1);
  border-bottom-color: rgb(165 180 252 / 1);
}

.focus\:border-y-indigo-300\/20:focus {
  border-top-color: rgb(165 180 252 / 0.2);
  border-bottom-color: rgb(165 180 252 / 0.2);
}

.focus\:border-y-indigo-300\/25:focus {
  border-top-color: rgb(165 180 252 / 0.25);
  border-bottom-color: rgb(165 180 252 / 0.25);
}

.focus\:border-y-indigo-300\/30:focus {
  border-top-color: rgb(165 180 252 / 0.3);
  border-bottom-color: rgb(165 180 252 / 0.3);
}

.focus\:border-y-indigo-300\/40:focus {
  border-top-color: rgb(165 180 252 / 0.4);
  border-bottom-color: rgb(165 180 252 / 0.4);
}

.focus\:border-y-indigo-300\/5:focus {
  border-top-color: rgb(165 180 252 / 0.05);
  border-bottom-color: rgb(165 180 252 / 0.05);
}

.focus\:border-y-indigo-300\/50:focus {
  border-top-color: rgb(165 180 252 / 0.5);
  border-bottom-color: rgb(165 180 252 / 0.5);
}

.focus\:border-y-indigo-300\/60:focus {
  border-top-color: rgb(165 180 252 / 0.6);
  border-bottom-color: rgb(165 180 252 / 0.6);
}

.focus\:border-y-indigo-300\/70:focus {
  border-top-color: rgb(165 180 252 / 0.7);
  border-bottom-color: rgb(165 180 252 / 0.7);
}

.focus\:border-y-indigo-300\/75:focus {
  border-top-color: rgb(165 180 252 / 0.75);
  border-bottom-color: rgb(165 180 252 / 0.75);
}

.focus\:border-y-indigo-300\/80:focus {
  border-top-color: rgb(165 180 252 / 0.8);
  border-bottom-color: rgb(165 180 252 / 0.8);
}

.focus\:border-y-indigo-300\/90:focus {
  border-top-color: rgb(165 180 252 / 0.9);
  border-bottom-color: rgb(165 180 252 / 0.9);
}

.focus\:border-y-indigo-300\/95:focus {
  border-top-color: rgb(165 180 252 / 0.95);
  border-bottom-color: rgb(165 180 252 / 0.95);
}

.focus\:border-y-indigo-400:focus {
  --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));
}

.focus\:border-y-indigo-400\/0:focus {
  border-top-color: rgb(129 140 248 / 0);
  border-bottom-color: rgb(129 140 248 / 0);
}

.focus\:border-y-indigo-400\/10:focus {
  border-top-color: rgb(129 140 248 / 0.1);
  border-bottom-color: rgb(129 140 248 / 0.1);
}

.focus\:border-y-indigo-400\/100:focus {
  border-top-color: rgb(129 140 248 / 1);
  border-bottom-color: rgb(129 140 248 / 1);
}

.focus\:border-y-indigo-400\/20:focus {
  border-top-color: rgb(129 140 248 / 0.2);
  border-bottom-color: rgb(129 140 248 / 0.2);
}

.focus\:border-y-indigo-400\/25:focus {
  border-top-color: rgb(129 140 248 / 0.25);
  border-bottom-color: rgb(129 140 248 / 0.25);
}

.focus\:border-y-indigo-400\/30:focus {
  border-top-color: rgb(129 140 248 / 0.3);
  border-bottom-color: rgb(129 140 248 / 0.3);
}

.focus\:border-y-indigo-400\/40:focus {
  border-top-color: rgb(129 140 248 / 0.4);
  border-bottom-color: rgb(129 140 248 / 0.4);
}

.focus\:border-y-indigo-400\/5:focus {
  border-top-color: rgb(129 140 248 / 0.05);
  border-bottom-color: rgb(129 140 248 / 0.05);
}

.focus\:border-y-indigo-400\/50:focus {
  border-top-color: rgb(129 140 248 / 0.5);
  border-bottom-color: rgb(129 140 248 / 0.5);
}

.focus\:border-y-indigo-400\/60:focus {
  border-top-color: rgb(129 140 248 / 0.6);
  border-bottom-color: rgb(129 140 248 / 0.6);
}

.focus\:border-y-indigo-400\/70:focus {
  border-top-color: rgb(129 140 248 / 0.7);
  border-bottom-color: rgb(129 140 248 / 0.7);
}

.focus\:border-y-indigo-400\/75:focus {
  border-top-color: rgb(129 140 248 / 0.75);
  border-bottom-color: rgb(129 140 248 / 0.75);
}

.focus\:border-y-indigo-400\/80:focus {
  border-top-color: rgb(129 140 248 / 0.8);
  border-bottom-color: rgb(129 140 248 / 0.8);
}

.focus\:border-y-indigo-400\/90:focus {
  border-top-color: rgb(129 140 248 / 0.9);
  border-bottom-color: rgb(129 140 248 / 0.9);
}

.focus\:border-y-indigo-400\/95:focus {
  border-top-color: rgb(129 140 248 / 0.95);
  border-bottom-color: rgb(129 140 248 / 0.95);
}

.focus\:border-y-indigo-50:focus {
  --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));
}

.focus\:border-y-indigo-50\/0:focus {
  border-top-color: rgb(238 242 255 / 0);
  border-bottom-color: rgb(238 242 255 / 0);
}

.focus\:border-y-indigo-50\/10:focus {
  border-top-color: rgb(238 242 255 / 0.1);
  border-bottom-color: rgb(238 242 255 / 0.1);
}

.focus\:border-y-indigo-50\/100:focus {
  border-top-color: rgb(238 242 255 / 1);
  border-bottom-color: rgb(238 242 255 / 1);
}

.focus\:border-y-indigo-50\/20:focus {
  border-top-color: rgb(238 242 255 / 0.2);
  border-bottom-color: rgb(238 242 255 / 0.2);
}

.focus\:border-y-indigo-50\/25:focus {
  border-top-color: rgb(238 242 255 / 0.25);
  border-bottom-color: rgb(238 242 255 / 0.25);
}

.focus\:border-y-indigo-50\/30:focus {
  border-top-color: rgb(238 242 255 / 0.3);
  border-bottom-color: rgb(238 242 255 / 0.3);
}

.focus\:border-y-indigo-50\/40:focus {
  border-top-color: rgb(238 242 255 / 0.4);
  border-bottom-color: rgb(238 242 255 / 0.4);
}

.focus\:border-y-indigo-50\/5:focus {
  border-top-color: rgb(238 242 255 / 0.05);
  border-bottom-color: rgb(238 242 255 / 0.05);
}

.focus\:border-y-indigo-50\/50:focus {
  border-top-color: rgb(238 242 255 / 0.5);
  border-bottom-color: rgb(238 242 255 / 0.5);
}

.focus\:border-y-indigo-50\/60:focus {
  border-top-color: rgb(238 242 255 / 0.6);
  border-bottom-color: rgb(238 242 255 / 0.6);
}

.focus\:border-y-indigo-50\/70:focus {
  border-top-color: rgb(238 242 255 / 0.7);
  border-bottom-color: rgb(238 242 255 / 0.7);
}

.focus\:border-y-indigo-50\/75:focus {
  border-top-color: rgb(238 242 255 / 0.75);
  border-bottom-color: rgb(238 242 255 / 0.75);
}

.focus\:border-y-indigo-50\/80:focus {
  border-top-color: rgb(238 242 255 / 0.8);
  border-bottom-color: rgb(238 242 255 / 0.8);
}

.focus\:border-y-indigo-50\/90:focus {
  border-top-color: rgb(238 242 255 / 0.9);
  border-bottom-color: rgb(238 242 255 / 0.9);
}

.focus\:border-y-indigo-50\/95:focus {
  border-top-color: rgb(238 242 255 / 0.95);
  border-bottom-color: rgb(238 242 255 / 0.95);
}

.focus\:border-y-indigo-500:focus {
  --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));
}

.focus\:border-y-indigo-500\/0:focus {
  border-top-color: rgb(99 102 241 / 0);
  border-bottom-color: rgb(99 102 241 / 0);
}

.focus\:border-y-indigo-500\/10:focus {
  border-top-color: rgb(99 102 241 / 0.1);
  border-bottom-color: rgb(99 102 241 / 0.1);
}

.focus\:border-y-indigo-500\/100:focus {
  border-top-color: rgb(99 102 241 / 1);
  border-bottom-color: rgb(99 102 241 / 1);
}

.focus\:border-y-indigo-500\/20:focus {
  border-top-color: rgb(99 102 241 / 0.2);
  border-bottom-color: rgb(99 102 241 / 0.2);
}

.focus\:border-y-indigo-500\/25:focus {
  border-top-color: rgb(99 102 241 / 0.25);
  border-bottom-color: rgb(99 102 241 / 0.25);
}

.focus\:border-y-indigo-500\/30:focus {
  border-top-color: rgb(99 102 241 / 0.3);
  border-bottom-color: rgb(99 102 241 / 0.3);
}

.focus\:border-y-indigo-500\/40:focus {
  border-top-color: rgb(99 102 241 / 0.4);
  border-bottom-color: rgb(99 102 241 / 0.4);
}

.focus\:border-y-indigo-500\/5:focus {
  border-top-color: rgb(99 102 241 / 0.05);
  border-bottom-color: rgb(99 102 241 / 0.05);
}

.focus\:border-y-indigo-500\/50:focus {
  border-top-color: rgb(99 102 241 / 0.5);
  border-bottom-color: rgb(99 102 241 / 0.5);
}

.focus\:border-y-indigo-500\/60:focus {
  border-top-color: rgb(99 102 241 / 0.6);
  border-bottom-color: rgb(99 102 241 / 0.6);
}

.focus\:border-y-indigo-500\/70:focus {
  border-top-color: rgb(99 102 241 / 0.7);
  border-bottom-color: rgb(99 102 241 / 0.7);
}

.focus\:border-y-indigo-500\/75:focus {
  border-top-color: rgb(99 102 241 / 0.75);
  border-bottom-color: rgb(99 102 241 / 0.75);
}

.focus\:border-y-indigo-500\/80:focus {
  border-top-color: rgb(99 102 241 / 0.8);
  border-bottom-color: rgb(99 102 241 / 0.8);
}

.focus\:border-y-indigo-500\/90:focus {
  border-top-color: rgb(99 102 241 / 0.9);
  border-bottom-color: rgb(99 102 241 / 0.9);
}

.focus\:border-y-indigo-500\/95:focus {
  border-top-color: rgb(99 102 241 / 0.95);
  border-bottom-color: rgb(99 102 241 / 0.95);
}

.focus\:border-y-indigo-600:focus {
  --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));
}

.focus\:border-y-indigo-600\/0:focus {
  border-top-color: rgb(79 70 229 / 0);
  border-bottom-color: rgb(79 70 229 / 0);
}

.focus\:border-y-indigo-600\/10:focus {
  border-top-color: rgb(79 70 229 / 0.1);
  border-bottom-color: rgb(79 70 229 / 0.1);
}

.focus\:border-y-indigo-600\/100:focus {
  border-top-color: rgb(79 70 229 / 1);
  border-bottom-color: rgb(79 70 229 / 1);
}

.focus\:border-y-indigo-600\/20:focus {
  border-top-color: rgb(79 70 229 / 0.2);
  border-bottom-color: rgb(79 70 229 / 0.2);
}

.focus\:border-y-indigo-600\/25:focus {
  border-top-color: rgb(79 70 229 / 0.25);
  border-bottom-color: rgb(79 70 229 / 0.25);
}

.focus\:border-y-indigo-600\/30:focus {
  border-top-color: rgb(79 70 229 / 0.3);
  border-bottom-color: rgb(79 70 229 / 0.3);
}

.focus\:border-y-indigo-600\/40:focus {
  border-top-color: rgb(79 70 229 / 0.4);
  border-bottom-color: rgb(79 70 229 / 0.4);
}

.focus\:border-y-indigo-600\/5:focus {
  border-top-color: rgb(79 70 229 / 0.05);
  border-bottom-color: rgb(79 70 229 / 0.05);
}

.focus\:border-y-indigo-600\/50:focus {
  border-top-color: rgb(79 70 229 / 0.5);
  border-bottom-color: rgb(79 70 229 / 0.5);
}

.focus\:border-y-indigo-600\/60:focus {
  border-top-color: rgb(79 70 229 / 0.6);
  border-bottom-color: rgb(79 70 229 / 0.6);
}

.focus\:border-y-indigo-600\/70:focus {
  border-top-color: rgb(79 70 229 / 0.7);
  border-bottom-color: rgb(79 70 229 / 0.7);
}

.focus\:border-y-indigo-600\/75:focus {
  border-top-color: rgb(79 70 229 / 0.75);
  border-bottom-color: rgb(79 70 229 / 0.75);
}

.focus\:border-y-indigo-600\/80:focus {
  border-top-color: rgb(79 70 229 / 0.8);
  border-bottom-color: rgb(79 70 229 / 0.8);
}

.focus\:border-y-indigo-600\/90:focus {
  border-top-color: rgb(79 70 229 / 0.9);
  border-bottom-color: rgb(79 70 229 / 0.9);
}

.focus\:border-y-indigo-600\/95:focus {
  border-top-color: rgb(79 70 229 / 0.95);
  border-bottom-color: rgb(79 70 229 / 0.95);
}

.focus\:border-y-indigo-700:focus {
  --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));
}

.focus\:border-y-indigo-700\/0:focus {
  border-top-color: rgb(67 56 202 / 0);
  border-bottom-color: rgb(67 56 202 / 0);
}

.focus\:border-y-indigo-700\/10:focus {
  border-top-color: rgb(67 56 202 / 0.1);
  border-bottom-color: rgb(67 56 202 / 0.1);
}

.focus\:border-y-indigo-700\/100:focus {
  border-top-color: rgb(67 56 202 / 1);
  border-bottom-color: rgb(67 56 202 / 1);
}

.focus\:border-y-indigo-700\/20:focus {
  border-top-color: rgb(67 56 202 / 0.2);
  border-bottom-color: rgb(67 56 202 / 0.2);
}

.focus\:border-y-indigo-700\/25:focus {
  border-top-color: rgb(67 56 202 / 0.25);
  border-bottom-color: rgb(67 56 202 / 0.25);
}

.focus\:border-y-indigo-700\/30:focus {
  border-top-color: rgb(67 56 202 / 0.3);
  border-bottom-color: rgb(67 56 202 / 0.3);
}

.focus\:border-y-indigo-700\/40:focus {
  border-top-color: rgb(67 56 202 / 0.4);
  border-bottom-color: rgb(67 56 202 / 0.4);
}

.focus\:border-y-indigo-700\/5:focus {
  border-top-color: rgb(67 56 202 / 0.05);
  border-bottom-color: rgb(67 56 202 / 0.05);
}

.focus\:border-y-indigo-700\/50:focus {
  border-top-color: rgb(67 56 202 / 0.5);
  border-bottom-color: rgb(67 56 202 / 0.5);
}

.focus\:border-y-indigo-700\/60:focus {
  border-top-color: rgb(67 56 202 / 0.6);
  border-bottom-color: rgb(67 56 202 / 0.6);
}

.focus\:border-y-indigo-700\/70:focus {
  border-top-color: rgb(67 56 202 / 0.7);
  border-bottom-color: rgb(67 56 202 / 0.7);
}

.focus\:border-y-indigo-700\/75:focus {
  border-top-color: rgb(67 56 202 / 0.75);
  border-bottom-color: rgb(67 56 202 / 0.75);
}

.focus\:border-y-indigo-700\/80:focus {
  border-top-color: rgb(67 56 202 / 0.8);
  border-bottom-color: rgb(67 56 202 / 0.8);
}

.focus\:border-y-indigo-700\/90:focus {
  border-top-color: rgb(67 56 202 / 0.9);
  border-bottom-color: rgb(67 56 202 / 0.9);
}

.focus\:border-y-indigo-700\/95:focus {
  border-top-color: rgb(67 56 202 / 0.95);
  border-bottom-color: rgb(67 56 202 / 0.95);
}

.focus\:border-y-indigo-800:focus {
  --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));
}

.focus\:border-y-indigo-800\/0:focus {
  border-top-color: rgb(55 48 163 / 0);
  border-bottom-color: rgb(55 48 163 / 0);
}

.focus\:border-y-indigo-800\/10:focus {
  border-top-color: rgb(55 48 163 / 0.1);
  border-bottom-color: rgb(55 48 163 / 0.1);
}

.focus\:border-y-indigo-800\/100:focus {
  border-top-color: rgb(55 48 163 / 1);
  border-bottom-color: rgb(55 48 163 / 1);
}

.focus\:border-y-indigo-800\/20:focus {
  border-top-color: rgb(55 48 163 / 0.2);
  border-bottom-color: rgb(55 48 163 / 0.2);
}

.focus\:border-y-indigo-800\/25:focus {
  border-top-color: rgb(55 48 163 / 0.25);
  border-bottom-color: rgb(55 48 163 / 0.25);
}

.focus\:border-y-indigo-800\/30:focus {
  border-top-color: rgb(55 48 163 / 0.3);
  border-bottom-color: rgb(55 48 163 / 0.3);
}

.focus\:border-y-indigo-800\/40:focus {
  border-top-color: rgb(55 48 163 / 0.4);
  border-bottom-color: rgb(55 48 163 / 0.4);
}

.focus\:border-y-indigo-800\/5:focus {
  border-top-color: rgb(55 48 163 / 0.05);
  border-bottom-color: rgb(55 48 163 / 0.05);
}

.focus\:border-y-indigo-800\/50:focus {
  border-top-color: rgb(55 48 163 / 0.5);
  border-bottom-color: rgb(55 48 163 / 0.5);
}

.focus\:border-y-indigo-800\/60:focus {
  border-top-color: rgb(55 48 163 / 0.6);
  border-bottom-color: rgb(55 48 163 / 0.6);
}

.focus\:border-y-indigo-800\/70:focus {
  border-top-color: rgb(55 48 163 / 0.7);
  border-bottom-color: rgb(55 48 163 / 0.7);
}

.focus\:border-y-indigo-800\/75:focus {
  border-top-color: rgb(55 48 163 / 0.75);
  border-bottom-color: rgb(55 48 163 / 0.75);
}

.focus\:border-y-indigo-800\/80:focus {
  border-top-color: rgb(55 48 163 / 0.8);
  border-bottom-color: rgb(55 48 163 / 0.8);
}

.focus\:border-y-indigo-800\/90:focus {
  border-top-color: rgb(55 48 163 / 0.9);
  border-bottom-color: rgb(55 48 163 / 0.9);
}

.focus\:border-y-indigo-800\/95:focus {
  border-top-color: rgb(55 48 163 / 0.95);
  border-bottom-color: rgb(55 48 163 / 0.95);
}

.focus\:border-y-indigo-900:focus {
  --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));
}

.focus\:border-y-indigo-900\/0:focus {
  border-top-color: rgb(49 46 129 / 0);
  border-bottom-color: rgb(49 46 129 / 0);
}

.focus\:border-y-indigo-900\/10:focus {
  border-top-color: rgb(49 46 129 / 0.1);
  border-bottom-color: rgb(49 46 129 / 0.1);
}

.focus\:border-y-indigo-900\/100:focus {
  border-top-color: rgb(49 46 129 / 1);
  border-bottom-color: rgb(49 46 129 / 1);
}

.focus\:border-y-indigo-900\/20:focus {
  border-top-color: rgb(49 46 129 / 0.2);
  border-bottom-color: rgb(49 46 129 / 0.2);
}

.focus\:border-y-indigo-900\/25:focus {
  border-top-color: rgb(49 46 129 / 0.25);
  border-bottom-color: rgb(49 46 129 / 0.25);
}

.focus\:border-y-indigo-900\/30:focus {
  border-top-color: rgb(49 46 129 / 0.3);
  border-bottom-color: rgb(49 46 129 / 0.3);
}

.focus\:border-y-indigo-900\/40:focus {
  border-top-color: rgb(49 46 129 / 0.4);
  border-bottom-color: rgb(49 46 129 / 0.4);
}

.focus\:border-y-indigo-900\/5:focus {
  border-top-color: rgb(49 46 129 / 0.05);
  border-bottom-color: rgb(49 46 129 / 0.05);
}

.focus\:border-y-indigo-900\/50:focus {
  border-top-color: rgb(49 46 129 / 0.5);
  border-bottom-color: rgb(49 46 129 / 0.5);
}

.focus\:border-y-indigo-900\/60:focus {
  border-top-color: rgb(49 46 129 / 0.6);
  border-bottom-color: rgb(49 46 129 / 0.6);
}

.focus\:border-y-indigo-900\/70:focus {
  border-top-color: rgb(49 46 129 / 0.7);
  border-bottom-color: rgb(49 46 129 / 0.7);
}

.focus\:border-y-indigo-900\/75:focus {
  border-top-color: rgb(49 46 129 / 0.75);
  border-bottom-color: rgb(49 46 129 / 0.75);
}

.focus\:border-y-indigo-900\/80:focus {
  border-top-color: rgb(49 46 129 / 0.8);
  border-bottom-color: rgb(49 46 129 / 0.8);
}

.focus\:border-y-indigo-900\/90:focus {
  border-top-color: rgb(49 46 129 / 0.9);
  border-bottom-color: rgb(49 46 129 / 0.9);
}

.focus\:border-y-indigo-900\/95:focus {
  border-top-color: rgb(49 46 129 / 0.95);
  border-bottom-color: rgb(49 46 129 / 0.95);
}

.focus\:border-y-indigo-950:focus {
  --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));
}

.focus\:border-y-indigo-950\/0:focus {
  border-top-color: rgb(30 27 75 / 0);
  border-bottom-color: rgb(30 27 75 / 0);
}

.focus\:border-y-indigo-950\/10:focus {
  border-top-color: rgb(30 27 75 / 0.1);
  border-bottom-color: rgb(30 27 75 / 0.1);
}

.focus\:border-y-indigo-950\/100:focus {
  border-top-color: rgb(30 27 75 / 1);
  border-bottom-color: rgb(30 27 75 / 1);
}

.focus\:border-y-indigo-950\/20:focus {
  border-top-color: rgb(30 27 75 / 0.2);
  border-bottom-color: rgb(30 27 75 / 0.2);
}

.focus\:border-y-indigo-950\/25:focus {
  border-top-color: rgb(30 27 75 / 0.25);
  border-bottom-color: rgb(30 27 75 / 0.25);
}

.focus\:border-y-indigo-950\/30:focus {
  border-top-color: rgb(30 27 75 / 0.3);
  border-bottom-color: rgb(30 27 75 / 0.3);
}

.focus\:border-y-indigo-950\/40:focus {
  border-top-color: rgb(30 27 75 / 0.4);
  border-bottom-color: rgb(30 27 75 / 0.4);
}

.focus\:border-y-indigo-950\/5:focus {
  border-top-color: rgb(30 27 75 / 0.05);
  border-bottom-color: rgb(30 27 75 / 0.05);
}

.focus\:border-y-indigo-950\/50:focus {
  border-top-color: rgb(30 27 75 / 0.5);
  border-bottom-color: rgb(30 27 75 / 0.5);
}

.focus\:border-y-indigo-950\/60:focus {
  border-top-color: rgb(30 27 75 / 0.6);
  border-bottom-color: rgb(30 27 75 / 0.6);
}

.focus\:border-y-indigo-950\/70:focus {
  border-top-color: rgb(30 27 75 / 0.7);
  border-bottom-color: rgb(30 27 75 / 0.7);
}

.focus\:border-y-indigo-950\/75:focus {
  border-top-color: rgb(30 27 75 / 0.75);
  border-bottom-color: rgb(30 27 75 / 0.75);
}

.focus\:border-y-indigo-950\/80:focus {
  border-top-color: rgb(30 27 75 / 0.8);
  border-bottom-color: rgb(30 27 75 / 0.8);
}

.focus\:border-y-indigo-950\/90:focus {
  border-top-color: rgb(30 27 75 / 0.9);
  border-bottom-color: rgb(30 27 75 / 0.9);
}

.focus\:border-y-indigo-950\/95:focus {
  border-top-color: rgb(30 27 75 / 0.95);
  border-bottom-color: rgb(30 27 75 / 0.95);
}

.focus\:border-y-inherit:focus {
  border-top-color: inherit;
  border-bottom-color: inherit;
}

.focus\:border-y-interbeauty-100:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 197 175 / var(--tw-border-opacity));
  border-bottom-color: rgb(249 197 175 / var(--tw-border-opacity));
}

.focus\:border-y-interbeauty-100\/0:focus {
  border-top-color: rgb(249 197 175 / 0);
  border-bottom-color: rgb(249 197 175 / 0);
}

.focus\:border-y-interbeauty-100\/10:focus {
  border-top-color: rgb(249 197 175 / 0.1);
  border-bottom-color: rgb(249 197 175 / 0.1);
}

.focus\:border-y-interbeauty-100\/100:focus {
  border-top-color: rgb(249 197 175 / 1);
  border-bottom-color: rgb(249 197 175 / 1);
}

.focus\:border-y-interbeauty-100\/20:focus {
  border-top-color: rgb(249 197 175 / 0.2);
  border-bottom-color: rgb(249 197 175 / 0.2);
}

.focus\:border-y-interbeauty-100\/25:focus {
  border-top-color: rgb(249 197 175 / 0.25);
  border-bottom-color: rgb(249 197 175 / 0.25);
}

.focus\:border-y-interbeauty-100\/30:focus {
  border-top-color: rgb(249 197 175 / 0.3);
  border-bottom-color: rgb(249 197 175 / 0.3);
}

.focus\:border-y-interbeauty-100\/40:focus {
  border-top-color: rgb(249 197 175 / 0.4);
  border-bottom-color: rgb(249 197 175 / 0.4);
}

.focus\:border-y-interbeauty-100\/5:focus {
  border-top-color: rgb(249 197 175 / 0.05);
  border-bottom-color: rgb(249 197 175 / 0.05);
}

.focus\:border-y-interbeauty-100\/50:focus {
  border-top-color: rgb(249 197 175 / 0.5);
  border-bottom-color: rgb(249 197 175 / 0.5);
}

.focus\:border-y-interbeauty-100\/60:focus {
  border-top-color: rgb(249 197 175 / 0.6);
  border-bottom-color: rgb(249 197 175 / 0.6);
}

.focus\:border-y-interbeauty-100\/70:focus {
  border-top-color: rgb(249 197 175 / 0.7);
  border-bottom-color: rgb(249 197 175 / 0.7);
}

.focus\:border-y-interbeauty-100\/75:focus {
  border-top-color: rgb(249 197 175 / 0.75);
  border-bottom-color: rgb(249 197 175 / 0.75);
}

.focus\:border-y-interbeauty-100\/80:focus {
  border-top-color: rgb(249 197 175 / 0.8);
  border-bottom-color: rgb(249 197 175 / 0.8);
}

.focus\:border-y-interbeauty-100\/90:focus {
  border-top-color: rgb(249 197 175 / 0.9);
  border-bottom-color: rgb(249 197 175 / 0.9);
}

.focus\:border-y-interbeauty-100\/95:focus {
  border-top-color: rgb(249 197 175 / 0.95);
  border-bottom-color: rgb(249 197 175 / 0.95);
}

.focus\:border-y-interbeauty-200:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(241 182 191 / var(--tw-border-opacity));
  border-bottom-color: rgb(241 182 191 / var(--tw-border-opacity));
}

.focus\:border-y-interbeauty-200\/0:focus {
  border-top-color: rgb(241 182 191 / 0);
  border-bottom-color: rgb(241 182 191 / 0);
}

.focus\:border-y-interbeauty-200\/10:focus {
  border-top-color: rgb(241 182 191 / 0.1);
  border-bottom-color: rgb(241 182 191 / 0.1);
}

.focus\:border-y-interbeauty-200\/100:focus {
  border-top-color: rgb(241 182 191 / 1);
  border-bottom-color: rgb(241 182 191 / 1);
}

.focus\:border-y-interbeauty-200\/20:focus {
  border-top-color: rgb(241 182 191 / 0.2);
  border-bottom-color: rgb(241 182 191 / 0.2);
}

.focus\:border-y-interbeauty-200\/25:focus {
  border-top-color: rgb(241 182 191 / 0.25);
  border-bottom-color: rgb(241 182 191 / 0.25);
}

.focus\:border-y-interbeauty-200\/30:focus {
  border-top-color: rgb(241 182 191 / 0.3);
  border-bottom-color: rgb(241 182 191 / 0.3);
}

.focus\:border-y-interbeauty-200\/40:focus {
  border-top-color: rgb(241 182 191 / 0.4);
  border-bottom-color: rgb(241 182 191 / 0.4);
}

.focus\:border-y-interbeauty-200\/5:focus {
  border-top-color: rgb(241 182 191 / 0.05);
  border-bottom-color: rgb(241 182 191 / 0.05);
}

.focus\:border-y-interbeauty-200\/50:focus {
  border-top-color: rgb(241 182 191 / 0.5);
  border-bottom-color: rgb(241 182 191 / 0.5);
}

.focus\:border-y-interbeauty-200\/60:focus {
  border-top-color: rgb(241 182 191 / 0.6);
  border-bottom-color: rgb(241 182 191 / 0.6);
}

.focus\:border-y-interbeauty-200\/70:focus {
  border-top-color: rgb(241 182 191 / 0.7);
  border-bottom-color: rgb(241 182 191 / 0.7);
}

.focus\:border-y-interbeauty-200\/75:focus {
  border-top-color: rgb(241 182 191 / 0.75);
  border-bottom-color: rgb(241 182 191 / 0.75);
}

.focus\:border-y-interbeauty-200\/80:focus {
  border-top-color: rgb(241 182 191 / 0.8);
  border-bottom-color: rgb(241 182 191 / 0.8);
}

.focus\:border-y-interbeauty-200\/90:focus {
  border-top-color: rgb(241 182 191 / 0.9);
  border-bottom-color: rgb(241 182 191 / 0.9);
}

.focus\:border-y-interbeauty-200\/95:focus {
  border-top-color: rgb(241 182 191 / 0.95);
  border-bottom-color: rgb(241 182 191 / 0.95);
}

.focus\:border-y-interbeauty-300:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(182 219 231 / var(--tw-border-opacity));
  border-bottom-color: rgb(182 219 231 / var(--tw-border-opacity));
}

.focus\:border-y-interbeauty-300\/0:focus {
  border-top-color: rgb(182 219 231 / 0);
  border-bottom-color: rgb(182 219 231 / 0);
}

.focus\:border-y-interbeauty-300\/10:focus {
  border-top-color: rgb(182 219 231 / 0.1);
  border-bottom-color: rgb(182 219 231 / 0.1);
}

.focus\:border-y-interbeauty-300\/100:focus {
  border-top-color: rgb(182 219 231 / 1);
  border-bottom-color: rgb(182 219 231 / 1);
}

.focus\:border-y-interbeauty-300\/20:focus {
  border-top-color: rgb(182 219 231 / 0.2);
  border-bottom-color: rgb(182 219 231 / 0.2);
}

.focus\:border-y-interbeauty-300\/25:focus {
  border-top-color: rgb(182 219 231 / 0.25);
  border-bottom-color: rgb(182 219 231 / 0.25);
}

.focus\:border-y-interbeauty-300\/30:focus {
  border-top-color: rgb(182 219 231 / 0.3);
  border-bottom-color: rgb(182 219 231 / 0.3);
}

.focus\:border-y-interbeauty-300\/40:focus {
  border-top-color: rgb(182 219 231 / 0.4);
  border-bottom-color: rgb(182 219 231 / 0.4);
}

.focus\:border-y-interbeauty-300\/5:focus {
  border-top-color: rgb(182 219 231 / 0.05);
  border-bottom-color: rgb(182 219 231 / 0.05);
}

.focus\:border-y-interbeauty-300\/50:focus {
  border-top-color: rgb(182 219 231 / 0.5);
  border-bottom-color: rgb(182 219 231 / 0.5);
}

.focus\:border-y-interbeauty-300\/60:focus {
  border-top-color: rgb(182 219 231 / 0.6);
  border-bottom-color: rgb(182 219 231 / 0.6);
}

.focus\:border-y-interbeauty-300\/70:focus {
  border-top-color: rgb(182 219 231 / 0.7);
  border-bottom-color: rgb(182 219 231 / 0.7);
}

.focus\:border-y-interbeauty-300\/75:focus {
  border-top-color: rgb(182 219 231 / 0.75);
  border-bottom-color: rgb(182 219 231 / 0.75);
}

.focus\:border-y-interbeauty-300\/80:focus {
  border-top-color: rgb(182 219 231 / 0.8);
  border-bottom-color: rgb(182 219 231 / 0.8);
}

.focus\:border-y-interbeauty-300\/90:focus {
  border-top-color: rgb(182 219 231 / 0.9);
  border-bottom-color: rgb(182 219 231 / 0.9);
}

.focus\:border-y-interbeauty-300\/95:focus {
  border-top-color: rgb(182 219 231 / 0.95);
  border-bottom-color: rgb(182 219 231 / 0.95);
}

.focus\:border-y-interbeauty-400:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 250 247 / var(--tw-border-opacity));
  border-bottom-color: rgb(254 250 247 / var(--tw-border-opacity));
}

.focus\:border-y-interbeauty-400\/0:focus {
  border-top-color: rgb(254 250 247 / 0);
  border-bottom-color: rgb(254 250 247 / 0);
}

.focus\:border-y-interbeauty-400\/10:focus {
  border-top-color: rgb(254 250 247 / 0.1);
  border-bottom-color: rgb(254 250 247 / 0.1);
}

.focus\:border-y-interbeauty-400\/100:focus {
  border-top-color: rgb(254 250 247 / 1);
  border-bottom-color: rgb(254 250 247 / 1);
}

.focus\:border-y-interbeauty-400\/20:focus {
  border-top-color: rgb(254 250 247 / 0.2);
  border-bottom-color: rgb(254 250 247 / 0.2);
}

.focus\:border-y-interbeauty-400\/25:focus {
  border-top-color: rgb(254 250 247 / 0.25);
  border-bottom-color: rgb(254 250 247 / 0.25);
}

.focus\:border-y-interbeauty-400\/30:focus {
  border-top-color: rgb(254 250 247 / 0.3);
  border-bottom-color: rgb(254 250 247 / 0.3);
}

.focus\:border-y-interbeauty-400\/40:focus {
  border-top-color: rgb(254 250 247 / 0.4);
  border-bottom-color: rgb(254 250 247 / 0.4);
}

.focus\:border-y-interbeauty-400\/5:focus {
  border-top-color: rgb(254 250 247 / 0.05);
  border-bottom-color: rgb(254 250 247 / 0.05);
}

.focus\:border-y-interbeauty-400\/50:focus {
  border-top-color: rgb(254 250 247 / 0.5);
  border-bottom-color: rgb(254 250 247 / 0.5);
}

.focus\:border-y-interbeauty-400\/60:focus {
  border-top-color: rgb(254 250 247 / 0.6);
  border-bottom-color: rgb(254 250 247 / 0.6);
}

.focus\:border-y-interbeauty-400\/70:focus {
  border-top-color: rgb(254 250 247 / 0.7);
  border-bottom-color: rgb(254 250 247 / 0.7);
}

.focus\:border-y-interbeauty-400\/75:focus {
  border-top-color: rgb(254 250 247 / 0.75);
  border-bottom-color: rgb(254 250 247 / 0.75);
}

.focus\:border-y-interbeauty-400\/80:focus {
  border-top-color: rgb(254 250 247 / 0.8);
  border-bottom-color: rgb(254 250 247 / 0.8);
}

.focus\:border-y-interbeauty-400\/90:focus {
  border-top-color: rgb(254 250 247 / 0.9);
  border-bottom-color: rgb(254 250 247 / 0.9);
}

.focus\:border-y-interbeauty-400\/95:focus {
  border-top-color: rgb(254 250 247 / 0.95);
  border-bottom-color: rgb(254 250 247 / 0.95);
}

.focus\:border-y-interbeauty-500:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(193 225 224 / var(--tw-border-opacity));
  border-bottom-color: rgb(193 225 224 / var(--tw-border-opacity));
}

.focus\:border-y-interbeauty-500\/0:focus {
  border-top-color: rgb(193 225 224 / 0);
  border-bottom-color: rgb(193 225 224 / 0);
}

.focus\:border-y-interbeauty-500\/10:focus {
  border-top-color: rgb(193 225 224 / 0.1);
  border-bottom-color: rgb(193 225 224 / 0.1);
}

.focus\:border-y-interbeauty-500\/100:focus {
  border-top-color: rgb(193 225 224 / 1);
  border-bottom-color: rgb(193 225 224 / 1);
}

.focus\:border-y-interbeauty-500\/20:focus {
  border-top-color: rgb(193 225 224 / 0.2);
  border-bottom-color: rgb(193 225 224 / 0.2);
}

.focus\:border-y-interbeauty-500\/25:focus {
  border-top-color: rgb(193 225 224 / 0.25);
  border-bottom-color: rgb(193 225 224 / 0.25);
}

.focus\:border-y-interbeauty-500\/30:focus {
  border-top-color: rgb(193 225 224 / 0.3);
  border-bottom-color: rgb(193 225 224 / 0.3);
}

.focus\:border-y-interbeauty-500\/40:focus {
  border-top-color: rgb(193 225 224 / 0.4);
  border-bottom-color: rgb(193 225 224 / 0.4);
}

.focus\:border-y-interbeauty-500\/5:focus {
  border-top-color: rgb(193 225 224 / 0.05);
  border-bottom-color: rgb(193 225 224 / 0.05);
}

.focus\:border-y-interbeauty-500\/50:focus {
  border-top-color: rgb(193 225 224 / 0.5);
  border-bottom-color: rgb(193 225 224 / 0.5);
}

.focus\:border-y-interbeauty-500\/60:focus {
  border-top-color: rgb(193 225 224 / 0.6);
  border-bottom-color: rgb(193 225 224 / 0.6);
}

.focus\:border-y-interbeauty-500\/70:focus {
  border-top-color: rgb(193 225 224 / 0.7);
  border-bottom-color: rgb(193 225 224 / 0.7);
}

.focus\:border-y-interbeauty-500\/75:focus {
  border-top-color: rgb(193 225 224 / 0.75);
  border-bottom-color: rgb(193 225 224 / 0.75);
}

.focus\:border-y-interbeauty-500\/80:focus {
  border-top-color: rgb(193 225 224 / 0.8);
  border-bottom-color: rgb(193 225 224 / 0.8);
}

.focus\:border-y-interbeauty-500\/90:focus {
  border-top-color: rgb(193 225 224 / 0.9);
  border-bottom-color: rgb(193 225 224 / 0.9);
}

.focus\:border-y-interbeauty-500\/95:focus {
  border-top-color: rgb(193 225 224 / 0.95);
  border-bottom-color: rgb(193 225 224 / 0.95);
}

.focus\:border-y-interbeauty-600:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(88 88 94 / var(--tw-border-opacity));
  border-bottom-color: rgb(88 88 94 / var(--tw-border-opacity));
}

.focus\:border-y-interbeauty-600\/0:focus {
  border-top-color: rgb(88 88 94 / 0);
  border-bottom-color: rgb(88 88 94 / 0);
}

.focus\:border-y-interbeauty-600\/10:focus {
  border-top-color: rgb(88 88 94 / 0.1);
  border-bottom-color: rgb(88 88 94 / 0.1);
}

.focus\:border-y-interbeauty-600\/100:focus {
  border-top-color: rgb(88 88 94 / 1);
  border-bottom-color: rgb(88 88 94 / 1);
}

.focus\:border-y-interbeauty-600\/20:focus {
  border-top-color: rgb(88 88 94 / 0.2);
  border-bottom-color: rgb(88 88 94 / 0.2);
}

.focus\:border-y-interbeauty-600\/25:focus {
  border-top-color: rgb(88 88 94 / 0.25);
  border-bottom-color: rgb(88 88 94 / 0.25);
}

.focus\:border-y-interbeauty-600\/30:focus {
  border-top-color: rgb(88 88 94 / 0.3);
  border-bottom-color: rgb(88 88 94 / 0.3);
}

.focus\:border-y-interbeauty-600\/40:focus {
  border-top-color: rgb(88 88 94 / 0.4);
  border-bottom-color: rgb(88 88 94 / 0.4);
}

.focus\:border-y-interbeauty-600\/5:focus {
  border-top-color: rgb(88 88 94 / 0.05);
  border-bottom-color: rgb(88 88 94 / 0.05);
}

.focus\:border-y-interbeauty-600\/50:focus {
  border-top-color: rgb(88 88 94 / 0.5);
  border-bottom-color: rgb(88 88 94 / 0.5);
}

.focus\:border-y-interbeauty-600\/60:focus {
  border-top-color: rgb(88 88 94 / 0.6);
  border-bottom-color: rgb(88 88 94 / 0.6);
}

.focus\:border-y-interbeauty-600\/70:focus {
  border-top-color: rgb(88 88 94 / 0.7);
  border-bottom-color: rgb(88 88 94 / 0.7);
}

.focus\:border-y-interbeauty-600\/75:focus {
  border-top-color: rgb(88 88 94 / 0.75);
  border-bottom-color: rgb(88 88 94 / 0.75);
}

.focus\:border-y-interbeauty-600\/80:focus {
  border-top-color: rgb(88 88 94 / 0.8);
  border-bottom-color: rgb(88 88 94 / 0.8);
}

.focus\:border-y-interbeauty-600\/90:focus {
  border-top-color: rgb(88 88 94 / 0.9);
  border-bottom-color: rgb(88 88 94 / 0.9);
}

.focus\:border-y-interbeauty-600\/95:focus {
  border-top-color: rgb(88 88 94 / 0.95);
  border-bottom-color: rgb(88 88 94 / 0.95);
}

.focus\:border-y-ipnvaluers-200:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 40 87 / var(--tw-border-opacity));
  border-bottom-color: rgb(0 40 87 / var(--tw-border-opacity));
}

.focus\:border-y-ipnvaluers-200\/0:focus {
  border-top-color: rgb(0 40 87 / 0);
  border-bottom-color: rgb(0 40 87 / 0);
}

.focus\:border-y-ipnvaluers-200\/10:focus {
  border-top-color: rgb(0 40 87 / 0.1);
  border-bottom-color: rgb(0 40 87 / 0.1);
}

.focus\:border-y-ipnvaluers-200\/100:focus {
  border-top-color: rgb(0 40 87 / 1);
  border-bottom-color: rgb(0 40 87 / 1);
}

.focus\:border-y-ipnvaluers-200\/20:focus {
  border-top-color: rgb(0 40 87 / 0.2);
  border-bottom-color: rgb(0 40 87 / 0.2);
}

.focus\:border-y-ipnvaluers-200\/25:focus {
  border-top-color: rgb(0 40 87 / 0.25);
  border-bottom-color: rgb(0 40 87 / 0.25);
}

.focus\:border-y-ipnvaluers-200\/30:focus {
  border-top-color: rgb(0 40 87 / 0.3);
  border-bottom-color: rgb(0 40 87 / 0.3);
}

.focus\:border-y-ipnvaluers-200\/40:focus {
  border-top-color: rgb(0 40 87 / 0.4);
  border-bottom-color: rgb(0 40 87 / 0.4);
}

.focus\:border-y-ipnvaluers-200\/5:focus {
  border-top-color: rgb(0 40 87 / 0.05);
  border-bottom-color: rgb(0 40 87 / 0.05);
}

.focus\:border-y-ipnvaluers-200\/50:focus {
  border-top-color: rgb(0 40 87 / 0.5);
  border-bottom-color: rgb(0 40 87 / 0.5);
}

.focus\:border-y-ipnvaluers-200\/60:focus {
  border-top-color: rgb(0 40 87 / 0.6);
  border-bottom-color: rgb(0 40 87 / 0.6);
}

.focus\:border-y-ipnvaluers-200\/70:focus {
  border-top-color: rgb(0 40 87 / 0.7);
  border-bottom-color: rgb(0 40 87 / 0.7);
}

.focus\:border-y-ipnvaluers-200\/75:focus {
  border-top-color: rgb(0 40 87 / 0.75);
  border-bottom-color: rgb(0 40 87 / 0.75);
}

.focus\:border-y-ipnvaluers-200\/80:focus {
  border-top-color: rgb(0 40 87 / 0.8);
  border-bottom-color: rgb(0 40 87 / 0.8);
}

.focus\:border-y-ipnvaluers-200\/90:focus {
  border-top-color: rgb(0 40 87 / 0.9);
  border-bottom-color: rgb(0 40 87 / 0.9);
}

.focus\:border-y-ipnvaluers-200\/95:focus {
  border-top-color: rgb(0 40 87 / 0.95);
  border-bottom-color: rgb(0 40 87 / 0.95);
}

.focus\:border-y-ipnvaluers-400:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(196 107 22 / var(--tw-border-opacity));
  border-bottom-color: rgb(196 107 22 / var(--tw-border-opacity));
}

.focus\:border-y-ipnvaluers-400\/0:focus {
  border-top-color: rgb(196 107 22 / 0);
  border-bottom-color: rgb(196 107 22 / 0);
}

.focus\:border-y-ipnvaluers-400\/10:focus {
  border-top-color: rgb(196 107 22 / 0.1);
  border-bottom-color: rgb(196 107 22 / 0.1);
}

.focus\:border-y-ipnvaluers-400\/100:focus {
  border-top-color: rgb(196 107 22 / 1);
  border-bottom-color: rgb(196 107 22 / 1);
}

.focus\:border-y-ipnvaluers-400\/20:focus {
  border-top-color: rgb(196 107 22 / 0.2);
  border-bottom-color: rgb(196 107 22 / 0.2);
}

.focus\:border-y-ipnvaluers-400\/25:focus {
  border-top-color: rgb(196 107 22 / 0.25);
  border-bottom-color: rgb(196 107 22 / 0.25);
}

.focus\:border-y-ipnvaluers-400\/30:focus {
  border-top-color: rgb(196 107 22 / 0.3);
  border-bottom-color: rgb(196 107 22 / 0.3);
}

.focus\:border-y-ipnvaluers-400\/40:focus {
  border-top-color: rgb(196 107 22 / 0.4);
  border-bottom-color: rgb(196 107 22 / 0.4);
}

.focus\:border-y-ipnvaluers-400\/5:focus {
  border-top-color: rgb(196 107 22 / 0.05);
  border-bottom-color: rgb(196 107 22 / 0.05);
}

.focus\:border-y-ipnvaluers-400\/50:focus {
  border-top-color: rgb(196 107 22 / 0.5);
  border-bottom-color: rgb(196 107 22 / 0.5);
}

.focus\:border-y-ipnvaluers-400\/60:focus {
  border-top-color: rgb(196 107 22 / 0.6);
  border-bottom-color: rgb(196 107 22 / 0.6);
}

.focus\:border-y-ipnvaluers-400\/70:focus {
  border-top-color: rgb(196 107 22 / 0.7);
  border-bottom-color: rgb(196 107 22 / 0.7);
}

.focus\:border-y-ipnvaluers-400\/75:focus {
  border-top-color: rgb(196 107 22 / 0.75);
  border-bottom-color: rgb(196 107 22 / 0.75);
}

.focus\:border-y-ipnvaluers-400\/80:focus {
  border-top-color: rgb(196 107 22 / 0.8);
  border-bottom-color: rgb(196 107 22 / 0.8);
}

.focus\:border-y-ipnvaluers-400\/90:focus {
  border-top-color: rgb(196 107 22 / 0.9);
  border-bottom-color: rgb(196 107 22 / 0.9);
}

.focus\:border-y-ipnvaluers-400\/95:focus {
  border-top-color: rgb(196 107 22 / 0.95);
  border-bottom-color: rgb(196 107 22 / 0.95);
}

.focus\:border-y-ipnvaluers-500:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 174 21 / var(--tw-border-opacity));
  border-bottom-color: rgb(245 174 21 / var(--tw-border-opacity));
}

.focus\:border-y-ipnvaluers-500\/0:focus {
  border-top-color: rgb(245 174 21 / 0);
  border-bottom-color: rgb(245 174 21 / 0);
}

.focus\:border-y-ipnvaluers-500\/10:focus {
  border-top-color: rgb(245 174 21 / 0.1);
  border-bottom-color: rgb(245 174 21 / 0.1);
}

.focus\:border-y-ipnvaluers-500\/100:focus {
  border-top-color: rgb(245 174 21 / 1);
  border-bottom-color: rgb(245 174 21 / 1);
}

.focus\:border-y-ipnvaluers-500\/20:focus {
  border-top-color: rgb(245 174 21 / 0.2);
  border-bottom-color: rgb(245 174 21 / 0.2);
}

.focus\:border-y-ipnvaluers-500\/25:focus {
  border-top-color: rgb(245 174 21 / 0.25);
  border-bottom-color: rgb(245 174 21 / 0.25);
}

.focus\:border-y-ipnvaluers-500\/30:focus {
  border-top-color: rgb(245 174 21 / 0.3);
  border-bottom-color: rgb(245 174 21 / 0.3);
}

.focus\:border-y-ipnvaluers-500\/40:focus {
  border-top-color: rgb(245 174 21 / 0.4);
  border-bottom-color: rgb(245 174 21 / 0.4);
}

.focus\:border-y-ipnvaluers-500\/5:focus {
  border-top-color: rgb(245 174 21 / 0.05);
  border-bottom-color: rgb(245 174 21 / 0.05);
}

.focus\:border-y-ipnvaluers-500\/50:focus {
  border-top-color: rgb(245 174 21 / 0.5);
  border-bottom-color: rgb(245 174 21 / 0.5);
}

.focus\:border-y-ipnvaluers-500\/60:focus {
  border-top-color: rgb(245 174 21 / 0.6);
  border-bottom-color: rgb(245 174 21 / 0.6);
}

.focus\:border-y-ipnvaluers-500\/70:focus {
  border-top-color: rgb(245 174 21 / 0.7);
  border-bottom-color: rgb(245 174 21 / 0.7);
}

.focus\:border-y-ipnvaluers-500\/75:focus {
  border-top-color: rgb(245 174 21 / 0.75);
  border-bottom-color: rgb(245 174 21 / 0.75);
}

.focus\:border-y-ipnvaluers-500\/80:focus {
  border-top-color: rgb(245 174 21 / 0.8);
  border-bottom-color: rgb(245 174 21 / 0.8);
}

.focus\:border-y-ipnvaluers-500\/90:focus {
  border-top-color: rgb(245 174 21 / 0.9);
  border-bottom-color: rgb(245 174 21 / 0.9);
}

.focus\:border-y-ipnvaluers-500\/95:focus {
  border-top-color: rgb(245 174 21 / 0.95);
  border-bottom-color: rgb(245 174 21 / 0.95);
}

.focus\:border-y-jukejam-500:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 210 101 / var(--tw-border-opacity));
  border-bottom-color: rgb(250 210 101 / var(--tw-border-opacity));
}

.focus\:border-y-jukejam-500\/0:focus {
  border-top-color: rgb(250 210 101 / 0);
  border-bottom-color: rgb(250 210 101 / 0);
}

.focus\:border-y-jukejam-500\/10:focus {
  border-top-color: rgb(250 210 101 / 0.1);
  border-bottom-color: rgb(250 210 101 / 0.1);
}

.focus\:border-y-jukejam-500\/100:focus {
  border-top-color: rgb(250 210 101 / 1);
  border-bottom-color: rgb(250 210 101 / 1);
}

.focus\:border-y-jukejam-500\/20:focus {
  border-top-color: rgb(250 210 101 / 0.2);
  border-bottom-color: rgb(250 210 101 / 0.2);
}

.focus\:border-y-jukejam-500\/25:focus {
  border-top-color: rgb(250 210 101 / 0.25);
  border-bottom-color: rgb(250 210 101 / 0.25);
}

.focus\:border-y-jukejam-500\/30:focus {
  border-top-color: rgb(250 210 101 / 0.3);
  border-bottom-color: rgb(250 210 101 / 0.3);
}

.focus\:border-y-jukejam-500\/40:focus {
  border-top-color: rgb(250 210 101 / 0.4);
  border-bottom-color: rgb(250 210 101 / 0.4);
}

.focus\:border-y-jukejam-500\/5:focus {
  border-top-color: rgb(250 210 101 / 0.05);
  border-bottom-color: rgb(250 210 101 / 0.05);
}

.focus\:border-y-jukejam-500\/50:focus {
  border-top-color: rgb(250 210 101 / 0.5);
  border-bottom-color: rgb(250 210 101 / 0.5);
}

.focus\:border-y-jukejam-500\/60:focus {
  border-top-color: rgb(250 210 101 / 0.6);
  border-bottom-color: rgb(250 210 101 / 0.6);
}

.focus\:border-y-jukejam-500\/70:focus {
  border-top-color: rgb(250 210 101 / 0.7);
  border-bottom-color: rgb(250 210 101 / 0.7);
}

.focus\:border-y-jukejam-500\/75:focus {
  border-top-color: rgb(250 210 101 / 0.75);
  border-bottom-color: rgb(250 210 101 / 0.75);
}

.focus\:border-y-jukejam-500\/80:focus {
  border-top-color: rgb(250 210 101 / 0.8);
  border-bottom-color: rgb(250 210 101 / 0.8);
}

.focus\:border-y-jukejam-500\/90:focus {
  border-top-color: rgb(250 210 101 / 0.9);
  border-bottom-color: rgb(250 210 101 / 0.9);
}

.focus\:border-y-jukejam-500\/95:focus {
  border-top-color: rgb(250 210 101 / 0.95);
  border-bottom-color: rgb(250 210 101 / 0.95);
}

.focus\:border-y-lime-100:focus {
  --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));
}

.focus\:border-y-lime-100\/0:focus {
  border-top-color: rgb(236 252 203 / 0);
  border-bottom-color: rgb(236 252 203 / 0);
}

.focus\:border-y-lime-100\/10:focus {
  border-top-color: rgb(236 252 203 / 0.1);
  border-bottom-color: rgb(236 252 203 / 0.1);
}

.focus\:border-y-lime-100\/100:focus {
  border-top-color: rgb(236 252 203 / 1);
  border-bottom-color: rgb(236 252 203 / 1);
}

.focus\:border-y-lime-100\/20:focus {
  border-top-color: rgb(236 252 203 / 0.2);
  border-bottom-color: rgb(236 252 203 / 0.2);
}

.focus\:border-y-lime-100\/25:focus {
  border-top-color: rgb(236 252 203 / 0.25);
  border-bottom-color: rgb(236 252 203 / 0.25);
}

.focus\:border-y-lime-100\/30:focus {
  border-top-color: rgb(236 252 203 / 0.3);
  border-bottom-color: rgb(236 252 203 / 0.3);
}

.focus\:border-y-lime-100\/40:focus {
  border-top-color: rgb(236 252 203 / 0.4);
  border-bottom-color: rgb(236 252 203 / 0.4);
}

.focus\:border-y-lime-100\/5:focus {
  border-top-color: rgb(236 252 203 / 0.05);
  border-bottom-color: rgb(236 252 203 / 0.05);
}

.focus\:border-y-lime-100\/50:focus {
  border-top-color: rgb(236 252 203 / 0.5);
  border-bottom-color: rgb(236 252 203 / 0.5);
}

.focus\:border-y-lime-100\/60:focus {
  border-top-color: rgb(236 252 203 / 0.6);
  border-bottom-color: rgb(236 252 203 / 0.6);
}

.focus\:border-y-lime-100\/70:focus {
  border-top-color: rgb(236 252 203 / 0.7);
  border-bottom-color: rgb(236 252 203 / 0.7);
}

.focus\:border-y-lime-100\/75:focus {
  border-top-color: rgb(236 252 203 / 0.75);
  border-bottom-color: rgb(236 252 203 / 0.75);
}

.focus\:border-y-lime-100\/80:focus {
  border-top-color: rgb(236 252 203 / 0.8);
  border-bottom-color: rgb(236 252 203 / 0.8);
}

.focus\:border-y-lime-100\/90:focus {
  border-top-color: rgb(236 252 203 / 0.9);
  border-bottom-color: rgb(236 252 203 / 0.9);
}

.focus\:border-y-lime-100\/95:focus {
  border-top-color: rgb(236 252 203 / 0.95);
  border-bottom-color: rgb(236 252 203 / 0.95);
}

.focus\:border-y-lime-200:focus {
  --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));
}

.focus\:border-y-lime-200\/0:focus {
  border-top-color: rgb(217 249 157 / 0);
  border-bottom-color: rgb(217 249 157 / 0);
}

.focus\:border-y-lime-200\/10:focus {
  border-top-color: rgb(217 249 157 / 0.1);
  border-bottom-color: rgb(217 249 157 / 0.1);
}

.focus\:border-y-lime-200\/100:focus {
  border-top-color: rgb(217 249 157 / 1);
  border-bottom-color: rgb(217 249 157 / 1);
}

.focus\:border-y-lime-200\/20:focus {
  border-top-color: rgb(217 249 157 / 0.2);
  border-bottom-color: rgb(217 249 157 / 0.2);
}

.focus\:border-y-lime-200\/25:focus {
  border-top-color: rgb(217 249 157 / 0.25);
  border-bottom-color: rgb(217 249 157 / 0.25);
}

.focus\:border-y-lime-200\/30:focus {
  border-top-color: rgb(217 249 157 / 0.3);
  border-bottom-color: rgb(217 249 157 / 0.3);
}

.focus\:border-y-lime-200\/40:focus {
  border-top-color: rgb(217 249 157 / 0.4);
  border-bottom-color: rgb(217 249 157 / 0.4);
}

.focus\:border-y-lime-200\/5:focus {
  border-top-color: rgb(217 249 157 / 0.05);
  border-bottom-color: rgb(217 249 157 / 0.05);
}

.focus\:border-y-lime-200\/50:focus {
  border-top-color: rgb(217 249 157 / 0.5);
  border-bottom-color: rgb(217 249 157 / 0.5);
}

.focus\:border-y-lime-200\/60:focus {
  border-top-color: rgb(217 249 157 / 0.6);
  border-bottom-color: rgb(217 249 157 / 0.6);
}

.focus\:border-y-lime-200\/70:focus {
  border-top-color: rgb(217 249 157 / 0.7);
  border-bottom-color: rgb(217 249 157 / 0.7);
}

.focus\:border-y-lime-200\/75:focus {
  border-top-color: rgb(217 249 157 / 0.75);
  border-bottom-color: rgb(217 249 157 / 0.75);
}

.focus\:border-y-lime-200\/80:focus {
  border-top-color: rgb(217 249 157 / 0.8);
  border-bottom-color: rgb(217 249 157 / 0.8);
}

.focus\:border-y-lime-200\/90:focus {
  border-top-color: rgb(217 249 157 / 0.9);
  border-bottom-color: rgb(217 249 157 / 0.9);
}

.focus\:border-y-lime-200\/95:focus {
  border-top-color: rgb(217 249 157 / 0.95);
  border-bottom-color: rgb(217 249 157 / 0.95);
}

.focus\:border-y-lime-300:focus {
  --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));
}

.focus\:border-y-lime-300\/0:focus {
  border-top-color: rgb(190 242 100 / 0);
  border-bottom-color: rgb(190 242 100 / 0);
}

.focus\:border-y-lime-300\/10:focus {
  border-top-color: rgb(190 242 100 / 0.1);
  border-bottom-color: rgb(190 242 100 / 0.1);
}

.focus\:border-y-lime-300\/100:focus {
  border-top-color: rgb(190 242 100 / 1);
  border-bottom-color: rgb(190 242 100 / 1);
}

.focus\:border-y-lime-300\/20:focus {
  border-top-color: rgb(190 242 100 / 0.2);
  border-bottom-color: rgb(190 242 100 / 0.2);
}

.focus\:border-y-lime-300\/25:focus {
  border-top-color: rgb(190 242 100 / 0.25);
  border-bottom-color: rgb(190 242 100 / 0.25);
}

.focus\:border-y-lime-300\/30:focus {
  border-top-color: rgb(190 242 100 / 0.3);
  border-bottom-color: rgb(190 242 100 / 0.3);
}

.focus\:border-y-lime-300\/40:focus {
  border-top-color: rgb(190 242 100 / 0.4);
  border-bottom-color: rgb(190 242 100 / 0.4);
}

.focus\:border-y-lime-300\/5:focus {
  border-top-color: rgb(190 242 100 / 0.05);
  border-bottom-color: rgb(190 242 100 / 0.05);
}

.focus\:border-y-lime-300\/50:focus {
  border-top-color: rgb(190 242 100 / 0.5);
  border-bottom-color: rgb(190 242 100 / 0.5);
}

.focus\:border-y-lime-300\/60:focus {
  border-top-color: rgb(190 242 100 / 0.6);
  border-bottom-color: rgb(190 242 100 / 0.6);
}

.focus\:border-y-lime-300\/70:focus {
  border-top-color: rgb(190 242 100 / 0.7);
  border-bottom-color: rgb(190 242 100 / 0.7);
}

.focus\:border-y-lime-300\/75:focus {
  border-top-color: rgb(190 242 100 / 0.75);
  border-bottom-color: rgb(190 242 100 / 0.75);
}

.focus\:border-y-lime-300\/80:focus {
  border-top-color: rgb(190 242 100 / 0.8);
  border-bottom-color: rgb(190 242 100 / 0.8);
}

.focus\:border-y-lime-300\/90:focus {
  border-top-color: rgb(190 242 100 / 0.9);
  border-bottom-color: rgb(190 242 100 / 0.9);
}

.focus\:border-y-lime-300\/95:focus {
  border-top-color: rgb(190 242 100 / 0.95);
  border-bottom-color: rgb(190 242 100 / 0.95);
}

.focus\:border-y-lime-400:focus {
  --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));
}

.focus\:border-y-lime-400\/0:focus {
  border-top-color: rgb(163 230 53 / 0);
  border-bottom-color: rgb(163 230 53 / 0);
}

.focus\:border-y-lime-400\/10:focus {
  border-top-color: rgb(163 230 53 / 0.1);
  border-bottom-color: rgb(163 230 53 / 0.1);
}

.focus\:border-y-lime-400\/100:focus {
  border-top-color: rgb(163 230 53 / 1);
  border-bottom-color: rgb(163 230 53 / 1);
}

.focus\:border-y-lime-400\/20:focus {
  border-top-color: rgb(163 230 53 / 0.2);
  border-bottom-color: rgb(163 230 53 / 0.2);
}

.focus\:border-y-lime-400\/25:focus {
  border-top-color: rgb(163 230 53 / 0.25);
  border-bottom-color: rgb(163 230 53 / 0.25);
}

.focus\:border-y-lime-400\/30:focus {
  border-top-color: rgb(163 230 53 / 0.3);
  border-bottom-color: rgb(163 230 53 / 0.3);
}

.focus\:border-y-lime-400\/40:focus {
  border-top-color: rgb(163 230 53 / 0.4);
  border-bottom-color: rgb(163 230 53 / 0.4);
}

.focus\:border-y-lime-400\/5:focus {
  border-top-color: rgb(163 230 53 / 0.05);
  border-bottom-color: rgb(163 230 53 / 0.05);
}

.focus\:border-y-lime-400\/50:focus {
  border-top-color: rgb(163 230 53 / 0.5);
  border-bottom-color: rgb(163 230 53 / 0.5);
}

.focus\:border-y-lime-400\/60:focus {
  border-top-color: rgb(163 230 53 / 0.6);
  border-bottom-color: rgb(163 230 53 / 0.6);
}

.focus\:border-y-lime-400\/70:focus {
  border-top-color: rgb(163 230 53 / 0.7);
  border-bottom-color: rgb(163 230 53 / 0.7);
}

.focus\:border-y-lime-400\/75:focus {
  border-top-color: rgb(163 230 53 / 0.75);
  border-bottom-color: rgb(163 230 53 / 0.75);
}

.focus\:border-y-lime-400\/80:focus {
  border-top-color: rgb(163 230 53 / 0.8);
  border-bottom-color: rgb(163 230 53 / 0.8);
}

.focus\:border-y-lime-400\/90:focus {
  border-top-color: rgb(163 230 53 / 0.9);
  border-bottom-color: rgb(163 230 53 / 0.9);
}

.focus\:border-y-lime-400\/95:focus {
  border-top-color: rgb(163 230 53 / 0.95);
  border-bottom-color: rgb(163 230 53 / 0.95);
}

.focus\:border-y-lime-50:focus {
  --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));
}

.focus\:border-y-lime-50\/0:focus {
  border-top-color: rgb(247 254 231 / 0);
  border-bottom-color: rgb(247 254 231 / 0);
}

.focus\:border-y-lime-50\/10:focus {
  border-top-color: rgb(247 254 231 / 0.1);
  border-bottom-color: rgb(247 254 231 / 0.1);
}

.focus\:border-y-lime-50\/100:focus {
  border-top-color: rgb(247 254 231 / 1);
  border-bottom-color: rgb(247 254 231 / 1);
}

.focus\:border-y-lime-50\/20:focus {
  border-top-color: rgb(247 254 231 / 0.2);
  border-bottom-color: rgb(247 254 231 / 0.2);
}

.focus\:border-y-lime-50\/25:focus {
  border-top-color: rgb(247 254 231 / 0.25);
  border-bottom-color: rgb(247 254 231 / 0.25);
}

.focus\:border-y-lime-50\/30:focus {
  border-top-color: rgb(247 254 231 / 0.3);
  border-bottom-color: rgb(247 254 231 / 0.3);
}

.focus\:border-y-lime-50\/40:focus {
  border-top-color: rgb(247 254 231 / 0.4);
  border-bottom-color: rgb(247 254 231 / 0.4);
}

.focus\:border-y-lime-50\/5:focus {
  border-top-color: rgb(247 254 231 / 0.05);
  border-bottom-color: rgb(247 254 231 / 0.05);
}

.focus\:border-y-lime-50\/50:focus {
  border-top-color: rgb(247 254 231 / 0.5);
  border-bottom-color: rgb(247 254 231 / 0.5);
}

.focus\:border-y-lime-50\/60:focus {
  border-top-color: rgb(247 254 231 / 0.6);
  border-bottom-color: rgb(247 254 231 / 0.6);
}

.focus\:border-y-lime-50\/70:focus {
  border-top-color: rgb(247 254 231 / 0.7);
  border-bottom-color: rgb(247 254 231 / 0.7);
}

.focus\:border-y-lime-50\/75:focus {
  border-top-color: rgb(247 254 231 / 0.75);
  border-bottom-color: rgb(247 254 231 / 0.75);
}

.focus\:border-y-lime-50\/80:focus {
  border-top-color: rgb(247 254 231 / 0.8);
  border-bottom-color: rgb(247 254 231 / 0.8);
}

.focus\:border-y-lime-50\/90:focus {
  border-top-color: rgb(247 254 231 / 0.9);
  border-bottom-color: rgb(247 254 231 / 0.9);
}

.focus\:border-y-lime-50\/95:focus {
  border-top-color: rgb(247 254 231 / 0.95);
  border-bottom-color: rgb(247 254 231 / 0.95);
}

.focus\:border-y-lime-500:focus {
  --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));
}

.focus\:border-y-lime-500\/0:focus {
  border-top-color: rgb(132 204 22 / 0);
  border-bottom-color: rgb(132 204 22 / 0);
}

.focus\:border-y-lime-500\/10:focus {
  border-top-color: rgb(132 204 22 / 0.1);
  border-bottom-color: rgb(132 204 22 / 0.1);
}

.focus\:border-y-lime-500\/100:focus {
  border-top-color: rgb(132 204 22 / 1);
  border-bottom-color: rgb(132 204 22 / 1);
}

.focus\:border-y-lime-500\/20:focus {
  border-top-color: rgb(132 204 22 / 0.2);
  border-bottom-color: rgb(132 204 22 / 0.2);
}

.focus\:border-y-lime-500\/25:focus {
  border-top-color: rgb(132 204 22 / 0.25);
  border-bottom-color: rgb(132 204 22 / 0.25);
}

.focus\:border-y-lime-500\/30:focus {
  border-top-color: rgb(132 204 22 / 0.3);
  border-bottom-color: rgb(132 204 22 / 0.3);
}

.focus\:border-y-lime-500\/40:focus {
  border-top-color: rgb(132 204 22 / 0.4);
  border-bottom-color: rgb(132 204 22 / 0.4);
}

.focus\:border-y-lime-500\/5:focus {
  border-top-color: rgb(132 204 22 / 0.05);
  border-bottom-color: rgb(132 204 22 / 0.05);
}

.focus\:border-y-lime-500\/50:focus {
  border-top-color: rgb(132 204 22 / 0.5);
  border-bottom-color: rgb(132 204 22 / 0.5);
}

.focus\:border-y-lime-500\/60:focus {
  border-top-color: rgb(132 204 22 / 0.6);
  border-bottom-color: rgb(132 204 22 / 0.6);
}

.focus\:border-y-lime-500\/70:focus {
  border-top-color: rgb(132 204 22 / 0.7);
  border-bottom-color: rgb(132 204 22 / 0.7);
}

.focus\:border-y-lime-500\/75:focus {
  border-top-color: rgb(132 204 22 / 0.75);
  border-bottom-color: rgb(132 204 22 / 0.75);
}

.focus\:border-y-lime-500\/80:focus {
  border-top-color: rgb(132 204 22 / 0.8);
  border-bottom-color: rgb(132 204 22 / 0.8);
}

.focus\:border-y-lime-500\/90:focus {
  border-top-color: rgb(132 204 22 / 0.9);
  border-bottom-color: rgb(132 204 22 / 0.9);
}

.focus\:border-y-lime-500\/95:focus {
  border-top-color: rgb(132 204 22 / 0.95);
  border-bottom-color: rgb(132 204 22 / 0.95);
}

.focus\:border-y-lime-600:focus {
  --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));
}

.focus\:border-y-lime-600\/0:focus {
  border-top-color: rgb(101 163 13 / 0);
  border-bottom-color: rgb(101 163 13 / 0);
}

.focus\:border-y-lime-600\/10:focus {
  border-top-color: rgb(101 163 13 / 0.1);
  border-bottom-color: rgb(101 163 13 / 0.1);
}

.focus\:border-y-lime-600\/100:focus {
  border-top-color: rgb(101 163 13 / 1);
  border-bottom-color: rgb(101 163 13 / 1);
}

.focus\:border-y-lime-600\/20:focus {
  border-top-color: rgb(101 163 13 / 0.2);
  border-bottom-color: rgb(101 163 13 / 0.2);
}

.focus\:border-y-lime-600\/25:focus {
  border-top-color: rgb(101 163 13 / 0.25);
  border-bottom-color: rgb(101 163 13 / 0.25);
}

.focus\:border-y-lime-600\/30:focus {
  border-top-color: rgb(101 163 13 / 0.3);
  border-bottom-color: rgb(101 163 13 / 0.3);
}

.focus\:border-y-lime-600\/40:focus {
  border-top-color: rgb(101 163 13 / 0.4);
  border-bottom-color: rgb(101 163 13 / 0.4);
}

.focus\:border-y-lime-600\/5:focus {
  border-top-color: rgb(101 163 13 / 0.05);
  border-bottom-color: rgb(101 163 13 / 0.05);
}

.focus\:border-y-lime-600\/50:focus {
  border-top-color: rgb(101 163 13 / 0.5);
  border-bottom-color: rgb(101 163 13 / 0.5);
}

.focus\:border-y-lime-600\/60:focus {
  border-top-color: rgb(101 163 13 / 0.6);
  border-bottom-color: rgb(101 163 13 / 0.6);
}

.focus\:border-y-lime-600\/70:focus {
  border-top-color: rgb(101 163 13 / 0.7);
  border-bottom-color: rgb(101 163 13 / 0.7);
}

.focus\:border-y-lime-600\/75:focus {
  border-top-color: rgb(101 163 13 / 0.75);
  border-bottom-color: rgb(101 163 13 / 0.75);
}

.focus\:border-y-lime-600\/80:focus {
  border-top-color: rgb(101 163 13 / 0.8);
  border-bottom-color: rgb(101 163 13 / 0.8);
}

.focus\:border-y-lime-600\/90:focus {
  border-top-color: rgb(101 163 13 / 0.9);
  border-bottom-color: rgb(101 163 13 / 0.9);
}

.focus\:border-y-lime-600\/95:focus {
  border-top-color: rgb(101 163 13 / 0.95);
  border-bottom-color: rgb(101 163 13 / 0.95);
}

.focus\:border-y-lime-700:focus {
  --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));
}

.focus\:border-y-lime-700\/0:focus {
  border-top-color: rgb(77 124 15 / 0);
  border-bottom-color: rgb(77 124 15 / 0);
}

.focus\:border-y-lime-700\/10:focus {
  border-top-color: rgb(77 124 15 / 0.1);
  border-bottom-color: rgb(77 124 15 / 0.1);
}

.focus\:border-y-lime-700\/100:focus {
  border-top-color: rgb(77 124 15 / 1);
  border-bottom-color: rgb(77 124 15 / 1);
}

.focus\:border-y-lime-700\/20:focus {
  border-top-color: rgb(77 124 15 / 0.2);
  border-bottom-color: rgb(77 124 15 / 0.2);
}

.focus\:border-y-lime-700\/25:focus {
  border-top-color: rgb(77 124 15 / 0.25);
  border-bottom-color: rgb(77 124 15 / 0.25);
}

.focus\:border-y-lime-700\/30:focus {
  border-top-color: rgb(77 124 15 / 0.3);
  border-bottom-color: rgb(77 124 15 / 0.3);
}

.focus\:border-y-lime-700\/40:focus {
  border-top-color: rgb(77 124 15 / 0.4);
  border-bottom-color: rgb(77 124 15 / 0.4);
}

.focus\:border-y-lime-700\/5:focus {
  border-top-color: rgb(77 124 15 / 0.05);
  border-bottom-color: rgb(77 124 15 / 0.05);
}

.focus\:border-y-lime-700\/50:focus {
  border-top-color: rgb(77 124 15 / 0.5);
  border-bottom-color: rgb(77 124 15 / 0.5);
}

.focus\:border-y-lime-700\/60:focus {
  border-top-color: rgb(77 124 15 / 0.6);
  border-bottom-color: rgb(77 124 15 / 0.6);
}

.focus\:border-y-lime-700\/70:focus {
  border-top-color: rgb(77 124 15 / 0.7);
  border-bottom-color: rgb(77 124 15 / 0.7);
}

.focus\:border-y-lime-700\/75:focus {
  border-top-color: rgb(77 124 15 / 0.75);
  border-bottom-color: rgb(77 124 15 / 0.75);
}

.focus\:border-y-lime-700\/80:focus {
  border-top-color: rgb(77 124 15 / 0.8);
  border-bottom-color: rgb(77 124 15 / 0.8);
}

.focus\:border-y-lime-700\/90:focus {
  border-top-color: rgb(77 124 15 / 0.9);
  border-bottom-color: rgb(77 124 15 / 0.9);
}

.focus\:border-y-lime-700\/95:focus {
  border-top-color: rgb(77 124 15 / 0.95);
  border-bottom-color: rgb(77 124 15 / 0.95);
}

.focus\:border-y-lime-800:focus {
  --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));
}

.focus\:border-y-lime-800\/0:focus {
  border-top-color: rgb(63 98 18 / 0);
  border-bottom-color: rgb(63 98 18 / 0);
}

.focus\:border-y-lime-800\/10:focus {
  border-top-color: rgb(63 98 18 / 0.1);
  border-bottom-color: rgb(63 98 18 / 0.1);
}

.focus\:border-y-lime-800\/100:focus {
  border-top-color: rgb(63 98 18 / 1);
  border-bottom-color: rgb(63 98 18 / 1);
}

.focus\:border-y-lime-800\/20:focus {
  border-top-color: rgb(63 98 18 / 0.2);
  border-bottom-color: rgb(63 98 18 / 0.2);
}

.focus\:border-y-lime-800\/25:focus {
  border-top-color: rgb(63 98 18 / 0.25);
  border-bottom-color: rgb(63 98 18 / 0.25);
}

.focus\:border-y-lime-800\/30:focus {
  border-top-color: rgb(63 98 18 / 0.3);
  border-bottom-color: rgb(63 98 18 / 0.3);
}

.focus\:border-y-lime-800\/40:focus {
  border-top-color: rgb(63 98 18 / 0.4);
  border-bottom-color: rgb(63 98 18 / 0.4);
}

.focus\:border-y-lime-800\/5:focus {
  border-top-color: rgb(63 98 18 / 0.05);
  border-bottom-color: rgb(63 98 18 / 0.05);
}

.focus\:border-y-lime-800\/50:focus {
  border-top-color: rgb(63 98 18 / 0.5);
  border-bottom-color: rgb(63 98 18 / 0.5);
}

.focus\:border-y-lime-800\/60:focus {
  border-top-color: rgb(63 98 18 / 0.6);
  border-bottom-color: rgb(63 98 18 / 0.6);
}

.focus\:border-y-lime-800\/70:focus {
  border-top-color: rgb(63 98 18 / 0.7);
  border-bottom-color: rgb(63 98 18 / 0.7);
}

.focus\:border-y-lime-800\/75:focus {
  border-top-color: rgb(63 98 18 / 0.75);
  border-bottom-color: rgb(63 98 18 / 0.75);
}

.focus\:border-y-lime-800\/80:focus {
  border-top-color: rgb(63 98 18 / 0.8);
  border-bottom-color: rgb(63 98 18 / 0.8);
}

.focus\:border-y-lime-800\/90:focus {
  border-top-color: rgb(63 98 18 / 0.9);
  border-bottom-color: rgb(63 98 18 / 0.9);
}

.focus\:border-y-lime-800\/95:focus {
  border-top-color: rgb(63 98 18 / 0.95);
  border-bottom-color: rgb(63 98 18 / 0.95);
}

.focus\:border-y-lime-900:focus {
  --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));
}

.focus\:border-y-lime-900\/0:focus {
  border-top-color: rgb(54 83 20 / 0);
  border-bottom-color: rgb(54 83 20 / 0);
}

.focus\:border-y-lime-900\/10:focus {
  border-top-color: rgb(54 83 20 / 0.1);
  border-bottom-color: rgb(54 83 20 / 0.1);
}

.focus\:border-y-lime-900\/100:focus {
  border-top-color: rgb(54 83 20 / 1);
  border-bottom-color: rgb(54 83 20 / 1);
}

.focus\:border-y-lime-900\/20:focus {
  border-top-color: rgb(54 83 20 / 0.2);
  border-bottom-color: rgb(54 83 20 / 0.2);
}

.focus\:border-y-lime-900\/25:focus {
  border-top-color: rgb(54 83 20 / 0.25);
  border-bottom-color: rgb(54 83 20 / 0.25);
}

.focus\:border-y-lime-900\/30:focus {
  border-top-color: rgb(54 83 20 / 0.3);
  border-bottom-color: rgb(54 83 20 / 0.3);
}

.focus\:border-y-lime-900\/40:focus {
  border-top-color: rgb(54 83 20 / 0.4);
  border-bottom-color: rgb(54 83 20 / 0.4);
}

.focus\:border-y-lime-900\/5:focus {
  border-top-color: rgb(54 83 20 / 0.05);
  border-bottom-color: rgb(54 83 20 / 0.05);
}

.focus\:border-y-lime-900\/50:focus {
  border-top-color: rgb(54 83 20 / 0.5);
  border-bottom-color: rgb(54 83 20 / 0.5);
}

.focus\:border-y-lime-900\/60:focus {
  border-top-color: rgb(54 83 20 / 0.6);
  border-bottom-color: rgb(54 83 20 / 0.6);
}

.focus\:border-y-lime-900\/70:focus {
  border-top-color: rgb(54 83 20 / 0.7);
  border-bottom-color: rgb(54 83 20 / 0.7);
}

.focus\:border-y-lime-900\/75:focus {
  border-top-color: rgb(54 83 20 / 0.75);
  border-bottom-color: rgb(54 83 20 / 0.75);
}

.focus\:border-y-lime-900\/80:focus {
  border-top-color: rgb(54 83 20 / 0.8);
  border-bottom-color: rgb(54 83 20 / 0.8);
}

.focus\:border-y-lime-900\/90:focus {
  border-top-color: rgb(54 83 20 / 0.9);
  border-bottom-color: rgb(54 83 20 / 0.9);
}

.focus\:border-y-lime-900\/95:focus {
  border-top-color: rgb(54 83 20 / 0.95);
  border-bottom-color: rgb(54 83 20 / 0.95);
}

.focus\:border-y-lime-950:focus {
  --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));
}

.focus\:border-y-lime-950\/0:focus {
  border-top-color: rgb(26 46 5 / 0);
  border-bottom-color: rgb(26 46 5 / 0);
}

.focus\:border-y-lime-950\/10:focus {
  border-top-color: rgb(26 46 5 / 0.1);
  border-bottom-color: rgb(26 46 5 / 0.1);
}

.focus\:border-y-lime-950\/100:focus {
  border-top-color: rgb(26 46 5 / 1);
  border-bottom-color: rgb(26 46 5 / 1);
}

.focus\:border-y-lime-950\/20:focus {
  border-top-color: rgb(26 46 5 / 0.2);
  border-bottom-color: rgb(26 46 5 / 0.2);
}

.focus\:border-y-lime-950\/25:focus {
  border-top-color: rgb(26 46 5 / 0.25);
  border-bottom-color: rgb(26 46 5 / 0.25);
}

.focus\:border-y-lime-950\/30:focus {
  border-top-color: rgb(26 46 5 / 0.3);
  border-bottom-color: rgb(26 46 5 / 0.3);
}

.focus\:border-y-lime-950\/40:focus {
  border-top-color: rgb(26 46 5 / 0.4);
  border-bottom-color: rgb(26 46 5 / 0.4);
}

.focus\:border-y-lime-950\/5:focus {
  border-top-color: rgb(26 46 5 / 0.05);
  border-bottom-color: rgb(26 46 5 / 0.05);
}

.focus\:border-y-lime-950\/50:focus {
  border-top-color: rgb(26 46 5 / 0.5);
  border-bottom-color: rgb(26 46 5 / 0.5);
}

.focus\:border-y-lime-950\/60:focus {
  border-top-color: rgb(26 46 5 / 0.6);
  border-bottom-color: rgb(26 46 5 / 0.6);
}

.focus\:border-y-lime-950\/70:focus {
  border-top-color: rgb(26 46 5 / 0.7);
  border-bottom-color: rgb(26 46 5 / 0.7);
}

.focus\:border-y-lime-950\/75:focus {
  border-top-color: rgb(26 46 5 / 0.75);
  border-bottom-color: rgb(26 46 5 / 0.75);
}

.focus\:border-y-lime-950\/80:focus {
  border-top-color: rgb(26 46 5 / 0.8);
  border-bottom-color: rgb(26 46 5 / 0.8);
}

.focus\:border-y-lime-950\/90:focus {
  border-top-color: rgb(26 46 5 / 0.9);
  border-bottom-color: rgb(26 46 5 / 0.9);
}

.focus\:border-y-lime-950\/95:focus {
  border-top-color: rgb(26 46 5 / 0.95);
  border-bottom-color: rgb(26 46 5 / 0.95);
}

.focus\:border-y-nafisa-500:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(153 53 10 / var(--tw-border-opacity));
  border-bottom-color: rgb(153 53 10 / var(--tw-border-opacity));
}

.focus\:border-y-nafisa-500\/0:focus {
  border-top-color: rgb(153 53 10 / 0);
  border-bottom-color: rgb(153 53 10 / 0);
}

.focus\:border-y-nafisa-500\/10:focus {
  border-top-color: rgb(153 53 10 / 0.1);
  border-bottom-color: rgb(153 53 10 / 0.1);
}

.focus\:border-y-nafisa-500\/100:focus {
  border-top-color: rgb(153 53 10 / 1);
  border-bottom-color: rgb(153 53 10 / 1);
}

.focus\:border-y-nafisa-500\/20:focus {
  border-top-color: rgb(153 53 10 / 0.2);
  border-bottom-color: rgb(153 53 10 / 0.2);
}

.focus\:border-y-nafisa-500\/25:focus {
  border-top-color: rgb(153 53 10 / 0.25);
  border-bottom-color: rgb(153 53 10 / 0.25);
}

.focus\:border-y-nafisa-500\/30:focus {
  border-top-color: rgb(153 53 10 / 0.3);
  border-bottom-color: rgb(153 53 10 / 0.3);
}

.focus\:border-y-nafisa-500\/40:focus {
  border-top-color: rgb(153 53 10 / 0.4);
  border-bottom-color: rgb(153 53 10 / 0.4);
}

.focus\:border-y-nafisa-500\/5:focus {
  border-top-color: rgb(153 53 10 / 0.05);
  border-bottom-color: rgb(153 53 10 / 0.05);
}

.focus\:border-y-nafisa-500\/50:focus {
  border-top-color: rgb(153 53 10 / 0.5);
  border-bottom-color: rgb(153 53 10 / 0.5);
}

.focus\:border-y-nafisa-500\/60:focus {
  border-top-color: rgb(153 53 10 / 0.6);
  border-bottom-color: rgb(153 53 10 / 0.6);
}

.focus\:border-y-nafisa-500\/70:focus {
  border-top-color: rgb(153 53 10 / 0.7);
  border-bottom-color: rgb(153 53 10 / 0.7);
}

.focus\:border-y-nafisa-500\/75:focus {
  border-top-color: rgb(153 53 10 / 0.75);
  border-bottom-color: rgb(153 53 10 / 0.75);
}

.focus\:border-y-nafisa-500\/80:focus {
  border-top-color: rgb(153 53 10 / 0.8);
  border-bottom-color: rgb(153 53 10 / 0.8);
}

.focus\:border-y-nafisa-500\/90:focus {
  border-top-color: rgb(153 53 10 / 0.9);
  border-bottom-color: rgb(153 53 10 / 0.9);
}

.focus\:border-y-nafisa-500\/95:focus {
  border-top-color: rgb(153 53 10 / 0.95);
  border-bottom-color: rgb(153 53 10 / 0.95);
}

.focus\:border-y-neutral-100:focus {
  --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));
}

.focus\:border-y-neutral-100\/0:focus {
  border-top-color: rgb(245 245 245 / 0);
  border-bottom-color: rgb(245 245 245 / 0);
}

.focus\:border-y-neutral-100\/10:focus {
  border-top-color: rgb(245 245 245 / 0.1);
  border-bottom-color: rgb(245 245 245 / 0.1);
}

.focus\:border-y-neutral-100\/100:focus {
  border-top-color: rgb(245 245 245 / 1);
  border-bottom-color: rgb(245 245 245 / 1);
}

.focus\:border-y-neutral-100\/20:focus {
  border-top-color: rgb(245 245 245 / 0.2);
  border-bottom-color: rgb(245 245 245 / 0.2);
}

.focus\:border-y-neutral-100\/25:focus {
  border-top-color: rgb(245 245 245 / 0.25);
  border-bottom-color: rgb(245 245 245 / 0.25);
}

.focus\:border-y-neutral-100\/30:focus {
  border-top-color: rgb(245 245 245 / 0.3);
  border-bottom-color: rgb(245 245 245 / 0.3);
}

.focus\:border-y-neutral-100\/40:focus {
  border-top-color: rgb(245 245 245 / 0.4);
  border-bottom-color: rgb(245 245 245 / 0.4);
}

.focus\:border-y-neutral-100\/5:focus {
  border-top-color: rgb(245 245 245 / 0.05);
  border-bottom-color: rgb(245 245 245 / 0.05);
}

.focus\:border-y-neutral-100\/50:focus {
  border-top-color: rgb(245 245 245 / 0.5);
  border-bottom-color: rgb(245 245 245 / 0.5);
}

.focus\:border-y-neutral-100\/60:focus {
  border-top-color: rgb(245 245 245 / 0.6);
  border-bottom-color: rgb(245 245 245 / 0.6);
}

.focus\:border-y-neutral-100\/70:focus {
  border-top-color: rgb(245 245 245 / 0.7);
  border-bottom-color: rgb(245 245 245 / 0.7);
}

.focus\:border-y-neutral-100\/75:focus {
  border-top-color: rgb(245 245 245 / 0.75);
  border-bottom-color: rgb(245 245 245 / 0.75);
}

.focus\:border-y-neutral-100\/80:focus {
  border-top-color: rgb(245 245 245 / 0.8);
  border-bottom-color: rgb(245 245 245 / 0.8);
}

.focus\:border-y-neutral-100\/90:focus {
  border-top-color: rgb(245 245 245 / 0.9);
  border-bottom-color: rgb(245 245 245 / 0.9);
}

.focus\:border-y-neutral-100\/95:focus {
  border-top-color: rgb(245 245 245 / 0.95);
  border-bottom-color: rgb(245 245 245 / 0.95);
}

.focus\:border-y-neutral-200:focus {
  --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));
}

.focus\:border-y-neutral-200\/0:focus {
  border-top-color: rgb(229 229 229 / 0);
  border-bottom-color: rgb(229 229 229 / 0);
}

.focus\:border-y-neutral-200\/10:focus {
  border-top-color: rgb(229 229 229 / 0.1);
  border-bottom-color: rgb(229 229 229 / 0.1);
}

.focus\:border-y-neutral-200\/100:focus {
  border-top-color: rgb(229 229 229 / 1);
  border-bottom-color: rgb(229 229 229 / 1);
}

.focus\:border-y-neutral-200\/20:focus {
  border-top-color: rgb(229 229 229 / 0.2);
  border-bottom-color: rgb(229 229 229 / 0.2);
}

.focus\:border-y-neutral-200\/25:focus {
  border-top-color: rgb(229 229 229 / 0.25);
  border-bottom-color: rgb(229 229 229 / 0.25);
}

.focus\:border-y-neutral-200\/30:focus {
  border-top-color: rgb(229 229 229 / 0.3);
  border-bottom-color: rgb(229 229 229 / 0.3);
}

.focus\:border-y-neutral-200\/40:focus {
  border-top-color: rgb(229 229 229 / 0.4);
  border-bottom-color: rgb(229 229 229 / 0.4);
}

.focus\:border-y-neutral-200\/5:focus {
  border-top-color: rgb(229 229 229 / 0.05);
  border-bottom-color: rgb(229 229 229 / 0.05);
}

.focus\:border-y-neutral-200\/50:focus {
  border-top-color: rgb(229 229 229 / 0.5);
  border-bottom-color: rgb(229 229 229 / 0.5);
}

.focus\:border-y-neutral-200\/60:focus {
  border-top-color: rgb(229 229 229 / 0.6);
  border-bottom-color: rgb(229 229 229 / 0.6);
}

.focus\:border-y-neutral-200\/70:focus {
  border-top-color: rgb(229 229 229 / 0.7);
  border-bottom-color: rgb(229 229 229 / 0.7);
}

.focus\:border-y-neutral-200\/75:focus {
  border-top-color: rgb(229 229 229 / 0.75);
  border-bottom-color: rgb(229 229 229 / 0.75);
}

.focus\:border-y-neutral-200\/80:focus {
  border-top-color: rgb(229 229 229 / 0.8);
  border-bottom-color: rgb(229 229 229 / 0.8);
}

.focus\:border-y-neutral-200\/90:focus {
  border-top-color: rgb(229 229 229 / 0.9);
  border-bottom-color: rgb(229 229 229 / 0.9);
}

.focus\:border-y-neutral-200\/95:focus {
  border-top-color: rgb(229 229 229 / 0.95);
  border-bottom-color: rgb(229 229 229 / 0.95);
}

.focus\:border-y-neutral-300:focus {
  --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));
}

.focus\:border-y-neutral-300\/0:focus {
  border-top-color: rgb(212 212 212 / 0);
  border-bottom-color: rgb(212 212 212 / 0);
}

.focus\:border-y-neutral-300\/10:focus {
  border-top-color: rgb(212 212 212 / 0.1);
  border-bottom-color: rgb(212 212 212 / 0.1);
}

.focus\:border-y-neutral-300\/100:focus {
  border-top-color: rgb(212 212 212 / 1);
  border-bottom-color: rgb(212 212 212 / 1);
}

.focus\:border-y-neutral-300\/20:focus {
  border-top-color: rgb(212 212 212 / 0.2);
  border-bottom-color: rgb(212 212 212 / 0.2);
}

.focus\:border-y-neutral-300\/25:focus {
  border-top-color: rgb(212 212 212 / 0.25);
  border-bottom-color: rgb(212 212 212 / 0.25);
}

.focus\:border-y-neutral-300\/30:focus {
  border-top-color: rgb(212 212 212 / 0.3);
  border-bottom-color: rgb(212 212 212 / 0.3);
}

.focus\:border-y-neutral-300\/40:focus {
  border-top-color: rgb(212 212 212 / 0.4);
  border-bottom-color: rgb(212 212 212 / 0.4);
}

.focus\:border-y-neutral-300\/5:focus {
  border-top-color: rgb(212 212 212 / 0.05);
  border-bottom-color: rgb(212 212 212 / 0.05);
}

.focus\:border-y-neutral-300\/50:focus {
  border-top-color: rgb(212 212 212 / 0.5);
  border-bottom-color: rgb(212 212 212 / 0.5);
}

.focus\:border-y-neutral-300\/60:focus {
  border-top-color: rgb(212 212 212 / 0.6);
  border-bottom-color: rgb(212 212 212 / 0.6);
}

.focus\:border-y-neutral-300\/70:focus {
  border-top-color: rgb(212 212 212 / 0.7);
  border-bottom-color: rgb(212 212 212 / 0.7);
}

.focus\:border-y-neutral-300\/75:focus {
  border-top-color: rgb(212 212 212 / 0.75);
  border-bottom-color: rgb(212 212 212 / 0.75);
}

.focus\:border-y-neutral-300\/80:focus {
  border-top-color: rgb(212 212 212 / 0.8);
  border-bottom-color: rgb(212 212 212 / 0.8);
}

.focus\:border-y-neutral-300\/90:focus {
  border-top-color: rgb(212 212 212 / 0.9);
  border-bottom-color: rgb(212 212 212 / 0.9);
}

.focus\:border-y-neutral-300\/95:focus {
  border-top-color: rgb(212 212 212 / 0.95);
  border-bottom-color: rgb(212 212 212 / 0.95);
}

.focus\:border-y-neutral-400:focus {
  --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));
}

.focus\:border-y-neutral-400\/0:focus {
  border-top-color: rgb(163 163 163 / 0);
  border-bottom-color: rgb(163 163 163 / 0);
}

.focus\:border-y-neutral-400\/10:focus {
  border-top-color: rgb(163 163 163 / 0.1);
  border-bottom-color: rgb(163 163 163 / 0.1);
}

.focus\:border-y-neutral-400\/100:focus {
  border-top-color: rgb(163 163 163 / 1);
  border-bottom-color: rgb(163 163 163 / 1);
}

.focus\:border-y-neutral-400\/20:focus {
  border-top-color: rgb(163 163 163 / 0.2);
  border-bottom-color: rgb(163 163 163 / 0.2);
}

.focus\:border-y-neutral-400\/25:focus {
  border-top-color: rgb(163 163 163 / 0.25);
  border-bottom-color: rgb(163 163 163 / 0.25);
}

.focus\:border-y-neutral-400\/30:focus {
  border-top-color: rgb(163 163 163 / 0.3);
  border-bottom-color: rgb(163 163 163 / 0.3);
}

.focus\:border-y-neutral-400\/40:focus {
  border-top-color: rgb(163 163 163 / 0.4);
  border-bottom-color: rgb(163 163 163 / 0.4);
}

.focus\:border-y-neutral-400\/5:focus {
  border-top-color: rgb(163 163 163 / 0.05);
  border-bottom-color: rgb(163 163 163 / 0.05);
}

.focus\:border-y-neutral-400\/50:focus {
  border-top-color: rgb(163 163 163 / 0.5);
  border-bottom-color: rgb(163 163 163 / 0.5);
}

.focus\:border-y-neutral-400\/60:focus {
  border-top-color: rgb(163 163 163 / 0.6);
  border-bottom-color: rgb(163 163 163 / 0.6);
}

.focus\:border-y-neutral-400\/70:focus {
  border-top-color: rgb(163 163 163 / 0.7);
  border-bottom-color: rgb(163 163 163 / 0.7);
}

.focus\:border-y-neutral-400\/75:focus {
  border-top-color: rgb(163 163 163 / 0.75);
  border-bottom-color: rgb(163 163 163 / 0.75);
}

.focus\:border-y-neutral-400\/80:focus {
  border-top-color: rgb(163 163 163 / 0.8);
  border-bottom-color: rgb(163 163 163 / 0.8);
}

.focus\:border-y-neutral-400\/90:focus {
  border-top-color: rgb(163 163 163 / 0.9);
  border-bottom-color: rgb(163 163 163 / 0.9);
}

.focus\:border-y-neutral-400\/95:focus {
  border-top-color: rgb(163 163 163 / 0.95);
  border-bottom-color: rgb(163 163 163 / 0.95);
}

.focus\:border-y-neutral-50:focus {
  --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));
}

.focus\:border-y-neutral-50\/0:focus {
  border-top-color: rgb(250 250 250 / 0);
  border-bottom-color: rgb(250 250 250 / 0);
}

.focus\:border-y-neutral-50\/10:focus {
  border-top-color: rgb(250 250 250 / 0.1);
  border-bottom-color: rgb(250 250 250 / 0.1);
}

.focus\:border-y-neutral-50\/100:focus {
  border-top-color: rgb(250 250 250 / 1);
  border-bottom-color: rgb(250 250 250 / 1);
}

.focus\:border-y-neutral-50\/20:focus {
  border-top-color: rgb(250 250 250 / 0.2);
  border-bottom-color: rgb(250 250 250 / 0.2);
}

.focus\:border-y-neutral-50\/25:focus {
  border-top-color: rgb(250 250 250 / 0.25);
  border-bottom-color: rgb(250 250 250 / 0.25);
}

.focus\:border-y-neutral-50\/30:focus {
  border-top-color: rgb(250 250 250 / 0.3);
  border-bottom-color: rgb(250 250 250 / 0.3);
}

.focus\:border-y-neutral-50\/40:focus {
  border-top-color: rgb(250 250 250 / 0.4);
  border-bottom-color: rgb(250 250 250 / 0.4);
}

.focus\:border-y-neutral-50\/5:focus {
  border-top-color: rgb(250 250 250 / 0.05);
  border-bottom-color: rgb(250 250 250 / 0.05);
}

.focus\:border-y-neutral-50\/50:focus {
  border-top-color: rgb(250 250 250 / 0.5);
  border-bottom-color: rgb(250 250 250 / 0.5);
}

.focus\:border-y-neutral-50\/60:focus {
  border-top-color: rgb(250 250 250 / 0.6);
  border-bottom-color: rgb(250 250 250 / 0.6);
}

.focus\:border-y-neutral-50\/70:focus {
  border-top-color: rgb(250 250 250 / 0.7);
  border-bottom-color: rgb(250 250 250 / 0.7);
}

.focus\:border-y-neutral-50\/75:focus {
  border-top-color: rgb(250 250 250 / 0.75);
  border-bottom-color: rgb(250 250 250 / 0.75);
}

.focus\:border-y-neutral-50\/80:focus {
  border-top-color: rgb(250 250 250 / 0.8);
  border-bottom-color: rgb(250 250 250 / 0.8);
}

.focus\:border-y-neutral-50\/90:focus {
  border-top-color: rgb(250 250 250 / 0.9);
  border-bottom-color: rgb(250 250 250 / 0.9);
}

.focus\:border-y-neutral-50\/95:focus {
  border-top-color: rgb(250 250 250 / 0.95);
  border-bottom-color: rgb(250 250 250 / 0.95);
}

.focus\:border-y-neutral-500:focus {
  --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));
}

.focus\:border-y-neutral-500\/0:focus {
  border-top-color: rgb(115 115 115 / 0);
  border-bottom-color: rgb(115 115 115 / 0);
}

.focus\:border-y-neutral-500\/10:focus {
  border-top-color: rgb(115 115 115 / 0.1);
  border-bottom-color: rgb(115 115 115 / 0.1);
}

.focus\:border-y-neutral-500\/100:focus {
  border-top-color: rgb(115 115 115 / 1);
  border-bottom-color: rgb(115 115 115 / 1);
}

.focus\:border-y-neutral-500\/20:focus {
  border-top-color: rgb(115 115 115 / 0.2);
  border-bottom-color: rgb(115 115 115 / 0.2);
}

.focus\:border-y-neutral-500\/25:focus {
  border-top-color: rgb(115 115 115 / 0.25);
  border-bottom-color: rgb(115 115 115 / 0.25);
}

.focus\:border-y-neutral-500\/30:focus {
  border-top-color: rgb(115 115 115 / 0.3);
  border-bottom-color: rgb(115 115 115 / 0.3);
}

.focus\:border-y-neutral-500\/40:focus {
  border-top-color: rgb(115 115 115 / 0.4);
  border-bottom-color: rgb(115 115 115 / 0.4);
}

.focus\:border-y-neutral-500\/5:focus {
  border-top-color: rgb(115 115 115 / 0.05);
  border-bottom-color: rgb(115 115 115 / 0.05);
}

.focus\:border-y-neutral-500\/50:focus {
  border-top-color: rgb(115 115 115 / 0.5);
  border-bottom-color: rgb(115 115 115 / 0.5);
}

.focus\:border-y-neutral-500\/60:focus {
  border-top-color: rgb(115 115 115 / 0.6);
  border-bottom-color: rgb(115 115 115 / 0.6);
}

.focus\:border-y-neutral-500\/70:focus {
  border-top-color: rgb(115 115 115 / 0.7);
  border-bottom-color: rgb(115 115 115 / 0.7);
}

.focus\:border-y-neutral-500\/75:focus {
  border-top-color: rgb(115 115 115 / 0.75);
  border-bottom-color: rgb(115 115 115 / 0.75);
}

.focus\:border-y-neutral-500\/80:focus {
  border-top-color: rgb(115 115 115 / 0.8);
  border-bottom-color: rgb(115 115 115 / 0.8);
}

.focus\:border-y-neutral-500\/90:focus {
  border-top-color: rgb(115 115 115 / 0.9);
  border-bottom-color: rgb(115 115 115 / 0.9);
}

.focus\:border-y-neutral-500\/95:focus {
  border-top-color: rgb(115 115 115 / 0.95);
  border-bottom-color: rgb(115 115 115 / 0.95);
}

.focus\:border-y-neutral-600:focus {
  --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));
}

.focus\:border-y-neutral-600\/0:focus {
  border-top-color: rgb(82 82 82 / 0);
  border-bottom-color: rgb(82 82 82 / 0);
}

.focus\:border-y-neutral-600\/10:focus {
  border-top-color: rgb(82 82 82 / 0.1);
  border-bottom-color: rgb(82 82 82 / 0.1);
}

.focus\:border-y-neutral-600\/100:focus {
  border-top-color: rgb(82 82 82 / 1);
  border-bottom-color: rgb(82 82 82 / 1);
}

.focus\:border-y-neutral-600\/20:focus {
  border-top-color: rgb(82 82 82 / 0.2);
  border-bottom-color: rgb(82 82 82 / 0.2);
}

.focus\:border-y-neutral-600\/25:focus {
  border-top-color: rgb(82 82 82 / 0.25);
  border-bottom-color: rgb(82 82 82 / 0.25);
}

.focus\:border-y-neutral-600\/30:focus {
  border-top-color: rgb(82 82 82 / 0.3);
  border-bottom-color: rgb(82 82 82 / 0.3);
}

.focus\:border-y-neutral-600\/40:focus {
  border-top-color: rgb(82 82 82 / 0.4);
  border-bottom-color: rgb(82 82 82 / 0.4);
}

.focus\:border-y-neutral-600\/5:focus {
  border-top-color: rgb(82 82 82 / 0.05);
  border-bottom-color: rgb(82 82 82 / 0.05);
}

.focus\:border-y-neutral-600\/50:focus {
  border-top-color: rgb(82 82 82 / 0.5);
  border-bottom-color: rgb(82 82 82 / 0.5);
}

.focus\:border-y-neutral-600\/60:focus {
  border-top-color: rgb(82 82 82 / 0.6);
  border-bottom-color: rgb(82 82 82 / 0.6);
}

.focus\:border-y-neutral-600\/70:focus {
  border-top-color: rgb(82 82 82 / 0.7);
  border-bottom-color: rgb(82 82 82 / 0.7);
}

.focus\:border-y-neutral-600\/75:focus {
  border-top-color: rgb(82 82 82 / 0.75);
  border-bottom-color: rgb(82 82 82 / 0.75);
}

.focus\:border-y-neutral-600\/80:focus {
  border-top-color: rgb(82 82 82 / 0.8);
  border-bottom-color: rgb(82 82 82 / 0.8);
}

.focus\:border-y-neutral-600\/90:focus {
  border-top-color: rgb(82 82 82 / 0.9);
  border-bottom-color: rgb(82 82 82 / 0.9);
}

.focus\:border-y-neutral-600\/95:focus {
  border-top-color: rgb(82 82 82 / 0.95);
  border-bottom-color: rgb(82 82 82 / 0.95);
}

.focus\:border-y-neutral-700:focus {
  --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));
}

.focus\:border-y-neutral-700\/0:focus {
  border-top-color: rgb(64 64 64 / 0);
  border-bottom-color: rgb(64 64 64 / 0);
}

.focus\:border-y-neutral-700\/10:focus {
  border-top-color: rgb(64 64 64 / 0.1);
  border-bottom-color: rgb(64 64 64 / 0.1);
}

.focus\:border-y-neutral-700\/100:focus {
  border-top-color: rgb(64 64 64 / 1);
  border-bottom-color: rgb(64 64 64 / 1);
}

.focus\:border-y-neutral-700\/20:focus {
  border-top-color: rgb(64 64 64 / 0.2);
  border-bottom-color: rgb(64 64 64 / 0.2);
}

.focus\:border-y-neutral-700\/25:focus {
  border-top-color: rgb(64 64 64 / 0.25);
  border-bottom-color: rgb(64 64 64 / 0.25);
}

.focus\:border-y-neutral-700\/30:focus {
  border-top-color: rgb(64 64 64 / 0.3);
  border-bottom-color: rgb(64 64 64 / 0.3);
}

.focus\:border-y-neutral-700\/40:focus {
  border-top-color: rgb(64 64 64 / 0.4);
  border-bottom-color: rgb(64 64 64 / 0.4);
}

.focus\:border-y-neutral-700\/5:focus {
  border-top-color: rgb(64 64 64 / 0.05);
  border-bottom-color: rgb(64 64 64 / 0.05);
}

.focus\:border-y-neutral-700\/50:focus {
  border-top-color: rgb(64 64 64 / 0.5);
  border-bottom-color: rgb(64 64 64 / 0.5);
}

.focus\:border-y-neutral-700\/60:focus {
  border-top-color: rgb(64 64 64 / 0.6);
  border-bottom-color: rgb(64 64 64 / 0.6);
}

.focus\:border-y-neutral-700\/70:focus {
  border-top-color: rgb(64 64 64 / 0.7);
  border-bottom-color: rgb(64 64 64 / 0.7);
}

.focus\:border-y-neutral-700\/75:focus {
  border-top-color: rgb(64 64 64 / 0.75);
  border-bottom-color: rgb(64 64 64 / 0.75);
}

.focus\:border-y-neutral-700\/80:focus {
  border-top-color: rgb(64 64 64 / 0.8);
  border-bottom-color: rgb(64 64 64 / 0.8);
}

.focus\:border-y-neutral-700\/90:focus {
  border-top-color: rgb(64 64 64 / 0.9);
  border-bottom-color: rgb(64 64 64 / 0.9);
}

.focus\:border-y-neutral-700\/95:focus {
  border-top-color: rgb(64 64 64 / 0.95);
  border-bottom-color: rgb(64 64 64 / 0.95);
}

.focus\:border-y-neutral-800:focus {
  --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));
}

.focus\:border-y-neutral-800\/0:focus {
  border-top-color: rgb(38 38 38 / 0);
  border-bottom-color: rgb(38 38 38 / 0);
}

.focus\:border-y-neutral-800\/10:focus {
  border-top-color: rgb(38 38 38 / 0.1);
  border-bottom-color: rgb(38 38 38 / 0.1);
}

.focus\:border-y-neutral-800\/100:focus {
  border-top-color: rgb(38 38 38 / 1);
  border-bottom-color: rgb(38 38 38 / 1);
}

.focus\:border-y-neutral-800\/20:focus {
  border-top-color: rgb(38 38 38 / 0.2);
  border-bottom-color: rgb(38 38 38 / 0.2);
}

.focus\:border-y-neutral-800\/25:focus {
  border-top-color: rgb(38 38 38 / 0.25);
  border-bottom-color: rgb(38 38 38 / 0.25);
}

.focus\:border-y-neutral-800\/30:focus {
  border-top-color: rgb(38 38 38 / 0.3);
  border-bottom-color: rgb(38 38 38 / 0.3);
}

.focus\:border-y-neutral-800\/40:focus {
  border-top-color: rgb(38 38 38 / 0.4);
  border-bottom-color: rgb(38 38 38 / 0.4);
}

.focus\:border-y-neutral-800\/5:focus {
  border-top-color: rgb(38 38 38 / 0.05);
  border-bottom-color: rgb(38 38 38 / 0.05);
}

.focus\:border-y-neutral-800\/50:focus {
  border-top-color: rgb(38 38 38 / 0.5);
  border-bottom-color: rgb(38 38 38 / 0.5);
}

.focus\:border-y-neutral-800\/60:focus {
  border-top-color: rgb(38 38 38 / 0.6);
  border-bottom-color: rgb(38 38 38 / 0.6);
}

.focus\:border-y-neutral-800\/70:focus {
  border-top-color: rgb(38 38 38 / 0.7);
  border-bottom-color: rgb(38 38 38 / 0.7);
}

.focus\:border-y-neutral-800\/75:focus {
  border-top-color: rgb(38 38 38 / 0.75);
  border-bottom-color: rgb(38 38 38 / 0.75);
}

.focus\:border-y-neutral-800\/80:focus {
  border-top-color: rgb(38 38 38 / 0.8);
  border-bottom-color: rgb(38 38 38 / 0.8);
}

.focus\:border-y-neutral-800\/90:focus {
  border-top-color: rgb(38 38 38 / 0.9);
  border-bottom-color: rgb(38 38 38 / 0.9);
}

.focus\:border-y-neutral-800\/95:focus {
  border-top-color: rgb(38 38 38 / 0.95);
  border-bottom-color: rgb(38 38 38 / 0.95);
}

.focus\:border-y-neutral-900:focus {
  --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));
}

.focus\:border-y-neutral-900\/0:focus {
  border-top-color: rgb(23 23 23 / 0);
  border-bottom-color: rgb(23 23 23 / 0);
}

.focus\:border-y-neutral-900\/10:focus {
  border-top-color: rgb(23 23 23 / 0.1);
  border-bottom-color: rgb(23 23 23 / 0.1);
}

.focus\:border-y-neutral-900\/100:focus {
  border-top-color: rgb(23 23 23 / 1);
  border-bottom-color: rgb(23 23 23 / 1);
}

.focus\:border-y-neutral-900\/20:focus {
  border-top-color: rgb(23 23 23 / 0.2);
  border-bottom-color: rgb(23 23 23 / 0.2);
}

.focus\:border-y-neutral-900\/25:focus {
  border-top-color: rgb(23 23 23 / 0.25);
  border-bottom-color: rgb(23 23 23 / 0.25);
}

.focus\:border-y-neutral-900\/30:focus {
  border-top-color: rgb(23 23 23 / 0.3);
  border-bottom-color: rgb(23 23 23 / 0.3);
}

.focus\:border-y-neutral-900\/40:focus {
  border-top-color: rgb(23 23 23 / 0.4);
  border-bottom-color: rgb(23 23 23 / 0.4);
}

.focus\:border-y-neutral-900\/5:focus {
  border-top-color: rgb(23 23 23 / 0.05);
  border-bottom-color: rgb(23 23 23 / 0.05);
}

.focus\:border-y-neutral-900\/50:focus {
  border-top-color: rgb(23 23 23 / 0.5);
  border-bottom-color: rgb(23 23 23 / 0.5);
}

.focus\:border-y-neutral-900\/60:focus {
  border-top-color: rgb(23 23 23 / 0.6);
  border-bottom-color: rgb(23 23 23 / 0.6);
}

.focus\:border-y-neutral-900\/70:focus {
  border-top-color: rgb(23 23 23 / 0.7);
  border-bottom-color: rgb(23 23 23 / 0.7);
}

.focus\:border-y-neutral-900\/75:focus {
  border-top-color: rgb(23 23 23 / 0.75);
  border-bottom-color: rgb(23 23 23 / 0.75);
}

.focus\:border-y-neutral-900\/80:focus {
  border-top-color: rgb(23 23 23 / 0.8);
  border-bottom-color: rgb(23 23 23 / 0.8);
}

.focus\:border-y-neutral-900\/90:focus {
  border-top-color: rgb(23 23 23 / 0.9);
  border-bottom-color: rgb(23 23 23 / 0.9);
}

.focus\:border-y-neutral-900\/95:focus {
  border-top-color: rgb(23 23 23 / 0.95);
  border-bottom-color: rgb(23 23 23 / 0.95);
}

.focus\:border-y-neutral-950:focus {
  --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));
}

.focus\:border-y-neutral-950\/0:focus {
  border-top-color: rgb(10 10 10 / 0);
  border-bottom-color: rgb(10 10 10 / 0);
}

.focus\:border-y-neutral-950\/10:focus {
  border-top-color: rgb(10 10 10 / 0.1);
  border-bottom-color: rgb(10 10 10 / 0.1);
}

.focus\:border-y-neutral-950\/100:focus {
  border-top-color: rgb(10 10 10 / 1);
  border-bottom-color: rgb(10 10 10 / 1);
}

.focus\:border-y-neutral-950\/20:focus {
  border-top-color: rgb(10 10 10 / 0.2);
  border-bottom-color: rgb(10 10 10 / 0.2);
}

.focus\:border-y-neutral-950\/25:focus {
  border-top-color: rgb(10 10 10 / 0.25);
  border-bottom-color: rgb(10 10 10 / 0.25);
}

.focus\:border-y-neutral-950\/30:focus {
  border-top-color: rgb(10 10 10 / 0.3);
  border-bottom-color: rgb(10 10 10 / 0.3);
}

.focus\:border-y-neutral-950\/40:focus {
  border-top-color: rgb(10 10 10 / 0.4);
  border-bottom-color: rgb(10 10 10 / 0.4);
}

.focus\:border-y-neutral-950\/5:focus {
  border-top-color: rgb(10 10 10 / 0.05);
  border-bottom-color: rgb(10 10 10 / 0.05);
}

.focus\:border-y-neutral-950\/50:focus {
  border-top-color: rgb(10 10 10 / 0.5);
  border-bottom-color: rgb(10 10 10 / 0.5);
}

.focus\:border-y-neutral-950\/60:focus {
  border-top-color: rgb(10 10 10 / 0.6);
  border-bottom-color: rgb(10 10 10 / 0.6);
}

.focus\:border-y-neutral-950\/70:focus {
  border-top-color: rgb(10 10 10 / 0.7);
  border-bottom-color: rgb(10 10 10 / 0.7);
}

.focus\:border-y-neutral-950\/75:focus {
  border-top-color: rgb(10 10 10 / 0.75);
  border-bottom-color: rgb(10 10 10 / 0.75);
}

.focus\:border-y-neutral-950\/80:focus {
  border-top-color: rgb(10 10 10 / 0.8);
  border-bottom-color: rgb(10 10 10 / 0.8);
}

.focus\:border-y-neutral-950\/90:focus {
  border-top-color: rgb(10 10 10 / 0.9);
  border-bottom-color: rgb(10 10 10 / 0.9);
}

.focus\:border-y-neutral-950\/95:focus {
  border-top-color: rgb(10 10 10 / 0.95);
  border-bottom-color: rgb(10 10 10 / 0.95);
}

.focus\:border-y-orange-100:focus {
  --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));
}

.focus\:border-y-orange-100\/0:focus {
  border-top-color: rgb(255 237 213 / 0);
  border-bottom-color: rgb(255 237 213 / 0);
}

.focus\:border-y-orange-100\/10:focus {
  border-top-color: rgb(255 237 213 / 0.1);
  border-bottom-color: rgb(255 237 213 / 0.1);
}

.focus\:border-y-orange-100\/100:focus {
  border-top-color: rgb(255 237 213 / 1);
  border-bottom-color: rgb(255 237 213 / 1);
}

.focus\:border-y-orange-100\/20:focus {
  border-top-color: rgb(255 237 213 / 0.2);
  border-bottom-color: rgb(255 237 213 / 0.2);
}

.focus\:border-y-orange-100\/25:focus {
  border-top-color: rgb(255 237 213 / 0.25);
  border-bottom-color: rgb(255 237 213 / 0.25);
}

.focus\:border-y-orange-100\/30:focus {
  border-top-color: rgb(255 237 213 / 0.3);
  border-bottom-color: rgb(255 237 213 / 0.3);
}

.focus\:border-y-orange-100\/40:focus {
  border-top-color: rgb(255 237 213 / 0.4);
  border-bottom-color: rgb(255 237 213 / 0.4);
}

.focus\:border-y-orange-100\/5:focus {
  border-top-color: rgb(255 237 213 / 0.05);
  border-bottom-color: rgb(255 237 213 / 0.05);
}

.focus\:border-y-orange-100\/50:focus {
  border-top-color: rgb(255 237 213 / 0.5);
  border-bottom-color: rgb(255 237 213 / 0.5);
}

.focus\:border-y-orange-100\/60:focus {
  border-top-color: rgb(255 237 213 / 0.6);
  border-bottom-color: rgb(255 237 213 / 0.6);
}

.focus\:border-y-orange-100\/70:focus {
  border-top-color: rgb(255 237 213 / 0.7);
  border-bottom-color: rgb(255 237 213 / 0.7);
}

.focus\:border-y-orange-100\/75:focus {
  border-top-color: rgb(255 237 213 / 0.75);
  border-bottom-color: rgb(255 237 213 / 0.75);
}

.focus\:border-y-orange-100\/80:focus {
  border-top-color: rgb(255 237 213 / 0.8);
  border-bottom-color: rgb(255 237 213 / 0.8);
}

.focus\:border-y-orange-100\/90:focus {
  border-top-color: rgb(255 237 213 / 0.9);
  border-bottom-color: rgb(255 237 213 / 0.9);
}

.focus\:border-y-orange-100\/95:focus {
  border-top-color: rgb(255 237 213 / 0.95);
  border-bottom-color: rgb(255 237 213 / 0.95);
}

.focus\:border-y-orange-200:focus {
  --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));
}

.focus\:border-y-orange-200\/0:focus {
  border-top-color: rgb(254 215 170 / 0);
  border-bottom-color: rgb(254 215 170 / 0);
}

.focus\:border-y-orange-200\/10:focus {
  border-top-color: rgb(254 215 170 / 0.1);
  border-bottom-color: rgb(254 215 170 / 0.1);
}

.focus\:border-y-orange-200\/100:focus {
  border-top-color: rgb(254 215 170 / 1);
  border-bottom-color: rgb(254 215 170 / 1);
}

.focus\:border-y-orange-200\/20:focus {
  border-top-color: rgb(254 215 170 / 0.2);
  border-bottom-color: rgb(254 215 170 / 0.2);
}

.focus\:border-y-orange-200\/25:focus {
  border-top-color: rgb(254 215 170 / 0.25);
  border-bottom-color: rgb(254 215 170 / 0.25);
}

.focus\:border-y-orange-200\/30:focus {
  border-top-color: rgb(254 215 170 / 0.3);
  border-bottom-color: rgb(254 215 170 / 0.3);
}

.focus\:border-y-orange-200\/40:focus {
  border-top-color: rgb(254 215 170 / 0.4);
  border-bottom-color: rgb(254 215 170 / 0.4);
}

.focus\:border-y-orange-200\/5:focus {
  border-top-color: rgb(254 215 170 / 0.05);
  border-bottom-color: rgb(254 215 170 / 0.05);
}

.focus\:border-y-orange-200\/50:focus {
  border-top-color: rgb(254 215 170 / 0.5);
  border-bottom-color: rgb(254 215 170 / 0.5);
}

.focus\:border-y-orange-200\/60:focus {
  border-top-color: rgb(254 215 170 / 0.6);
  border-bottom-color: rgb(254 215 170 / 0.6);
}

.focus\:border-y-orange-200\/70:focus {
  border-top-color: rgb(254 215 170 / 0.7);
  border-bottom-color: rgb(254 215 170 / 0.7);
}

.focus\:border-y-orange-200\/75:focus {
  border-top-color: rgb(254 215 170 / 0.75);
  border-bottom-color: rgb(254 215 170 / 0.75);
}

.focus\:border-y-orange-200\/80:focus {
  border-top-color: rgb(254 215 170 / 0.8);
  border-bottom-color: rgb(254 215 170 / 0.8);
}

.focus\:border-y-orange-200\/90:focus {
  border-top-color: rgb(254 215 170 / 0.9);
  border-bottom-color: rgb(254 215 170 / 0.9);
}

.focus\:border-y-orange-200\/95:focus {
  border-top-color: rgb(254 215 170 / 0.95);
  border-bottom-color: rgb(254 215 170 / 0.95);
}

.focus\:border-y-orange-300:focus {
  --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));
}

.focus\:border-y-orange-300\/0:focus {
  border-top-color: rgb(253 186 116 / 0);
  border-bottom-color: rgb(253 186 116 / 0);
}

.focus\:border-y-orange-300\/10:focus {
  border-top-color: rgb(253 186 116 / 0.1);
  border-bottom-color: rgb(253 186 116 / 0.1);
}

.focus\:border-y-orange-300\/100:focus {
  border-top-color: rgb(253 186 116 / 1);
  border-bottom-color: rgb(253 186 116 / 1);
}

.focus\:border-y-orange-300\/20:focus {
  border-top-color: rgb(253 186 116 / 0.2);
  border-bottom-color: rgb(253 186 116 / 0.2);
}

.focus\:border-y-orange-300\/25:focus {
  border-top-color: rgb(253 186 116 / 0.25);
  border-bottom-color: rgb(253 186 116 / 0.25);
}

.focus\:border-y-orange-300\/30:focus {
  border-top-color: rgb(253 186 116 / 0.3);
  border-bottom-color: rgb(253 186 116 / 0.3);
}

.focus\:border-y-orange-300\/40:focus {
  border-top-color: rgb(253 186 116 / 0.4);
  border-bottom-color: rgb(253 186 116 / 0.4);
}

.focus\:border-y-orange-300\/5:focus {
  border-top-color: rgb(253 186 116 / 0.05);
  border-bottom-color: rgb(253 186 116 / 0.05);
}

.focus\:border-y-orange-300\/50:focus {
  border-top-color: rgb(253 186 116 / 0.5);
  border-bottom-color: rgb(253 186 116 / 0.5);
}

.focus\:border-y-orange-300\/60:focus {
  border-top-color: rgb(253 186 116 / 0.6);
  border-bottom-color: rgb(253 186 116 / 0.6);
}

.focus\:border-y-orange-300\/70:focus {
  border-top-color: rgb(253 186 116 / 0.7);
  border-bottom-color: rgb(253 186 116 / 0.7);
}

.focus\:border-y-orange-300\/75:focus {
  border-top-color: rgb(253 186 116 / 0.75);
  border-bottom-color: rgb(253 186 116 / 0.75);
}

.focus\:border-y-orange-300\/80:focus {
  border-top-color: rgb(253 186 116 / 0.8);
  border-bottom-color: rgb(253 186 116 / 0.8);
}

.focus\:border-y-orange-300\/90:focus {
  border-top-color: rgb(253 186 116 / 0.9);
  border-bottom-color: rgb(253 186 116 / 0.9);
}

.focus\:border-y-orange-300\/95:focus {
  border-top-color: rgb(253 186 116 / 0.95);
  border-bottom-color: rgb(253 186 116 / 0.95);
}

.focus\:border-y-orange-400:focus {
  --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));
}

.focus\:border-y-orange-400\/0:focus {
  border-top-color: rgb(251 146 60 / 0);
  border-bottom-color: rgb(251 146 60 / 0);
}

.focus\:border-y-orange-400\/10:focus {
  border-top-color: rgb(251 146 60 / 0.1);
  border-bottom-color: rgb(251 146 60 / 0.1);
}

.focus\:border-y-orange-400\/100:focus {
  border-top-color: rgb(251 146 60 / 1);
  border-bottom-color: rgb(251 146 60 / 1);
}

.focus\:border-y-orange-400\/20:focus {
  border-top-color: rgb(251 146 60 / 0.2);
  border-bottom-color: rgb(251 146 60 / 0.2);
}

.focus\:border-y-orange-400\/25:focus {
  border-top-color: rgb(251 146 60 / 0.25);
  border-bottom-color: rgb(251 146 60 / 0.25);
}

.focus\:border-y-orange-400\/30:focus {
  border-top-color: rgb(251 146 60 / 0.3);
  border-bottom-color: rgb(251 146 60 / 0.3);
}

.focus\:border-y-orange-400\/40:focus {
  border-top-color: rgb(251 146 60 / 0.4);
  border-bottom-color: rgb(251 146 60 / 0.4);
}

.focus\:border-y-orange-400\/5:focus {
  border-top-color: rgb(251 146 60 / 0.05);
  border-bottom-color: rgb(251 146 60 / 0.05);
}

.focus\:border-y-orange-400\/50:focus {
  border-top-color: rgb(251 146 60 / 0.5);
  border-bottom-color: rgb(251 146 60 / 0.5);
}

.focus\:border-y-orange-400\/60:focus {
  border-top-color: rgb(251 146 60 / 0.6);
  border-bottom-color: rgb(251 146 60 / 0.6);
}

.focus\:border-y-orange-400\/70:focus {
  border-top-color: rgb(251 146 60 / 0.7);
  border-bottom-color: rgb(251 146 60 / 0.7);
}

.focus\:border-y-orange-400\/75:focus {
  border-top-color: rgb(251 146 60 / 0.75);
  border-bottom-color: rgb(251 146 60 / 0.75);
}

.focus\:border-y-orange-400\/80:focus {
  border-top-color: rgb(251 146 60 / 0.8);
  border-bottom-color: rgb(251 146 60 / 0.8);
}

.focus\:border-y-orange-400\/90:focus {
  border-top-color: rgb(251 146 60 / 0.9);
  border-bottom-color: rgb(251 146 60 / 0.9);
}

.focus\:border-y-orange-400\/95:focus {
  border-top-color: rgb(251 146 60 / 0.95);
  border-bottom-color: rgb(251 146 60 / 0.95);
}

.focus\:border-y-orange-50:focus {
  --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));
}

.focus\:border-y-orange-50\/0:focus {
  border-top-color: rgb(255 247 237 / 0);
  border-bottom-color: rgb(255 247 237 / 0);
}

.focus\:border-y-orange-50\/10:focus {
  border-top-color: rgb(255 247 237 / 0.1);
  border-bottom-color: rgb(255 247 237 / 0.1);
}

.focus\:border-y-orange-50\/100:focus {
  border-top-color: rgb(255 247 237 / 1);
  border-bottom-color: rgb(255 247 237 / 1);
}

.focus\:border-y-orange-50\/20:focus {
  border-top-color: rgb(255 247 237 / 0.2);
  border-bottom-color: rgb(255 247 237 / 0.2);
}

.focus\:border-y-orange-50\/25:focus {
  border-top-color: rgb(255 247 237 / 0.25);
  border-bottom-color: rgb(255 247 237 / 0.25);
}

.focus\:border-y-orange-50\/30:focus {
  border-top-color: rgb(255 247 237 / 0.3);
  border-bottom-color: rgb(255 247 237 / 0.3);
}

.focus\:border-y-orange-50\/40:focus {
  border-top-color: rgb(255 247 237 / 0.4);
  border-bottom-color: rgb(255 247 237 / 0.4);
}

.focus\:border-y-orange-50\/5:focus {
  border-top-color: rgb(255 247 237 / 0.05);
  border-bottom-color: rgb(255 247 237 / 0.05);
}

.focus\:border-y-orange-50\/50:focus {
  border-top-color: rgb(255 247 237 / 0.5);
  border-bottom-color: rgb(255 247 237 / 0.5);
}

.focus\:border-y-orange-50\/60:focus {
  border-top-color: rgb(255 247 237 / 0.6);
  border-bottom-color: rgb(255 247 237 / 0.6);
}

.focus\:border-y-orange-50\/70:focus {
  border-top-color: rgb(255 247 237 / 0.7);
  border-bottom-color: rgb(255 247 237 / 0.7);
}

.focus\:border-y-orange-50\/75:focus {
  border-top-color: rgb(255 247 237 / 0.75);
  border-bottom-color: rgb(255 247 237 / 0.75);
}

.focus\:border-y-orange-50\/80:focus {
  border-top-color: rgb(255 247 237 / 0.8);
  border-bottom-color: rgb(255 247 237 / 0.8);
}

.focus\:border-y-orange-50\/90:focus {
  border-top-color: rgb(255 247 237 / 0.9);
  border-bottom-color: rgb(255 247 237 / 0.9);
}

.focus\:border-y-orange-50\/95:focus {
  border-top-color: rgb(255 247 237 / 0.95);
  border-bottom-color: rgb(255 247 237 / 0.95);
}

.focus\:border-y-orange-500:focus {
  --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));
}

.focus\:border-y-orange-500\/0:focus {
  border-top-color: rgb(249 115 22 / 0);
  border-bottom-color: rgb(249 115 22 / 0);
}

.focus\:border-y-orange-500\/10:focus {
  border-top-color: rgb(249 115 22 / 0.1);
  border-bottom-color: rgb(249 115 22 / 0.1);
}

.focus\:border-y-orange-500\/100:focus {
  border-top-color: rgb(249 115 22 / 1);
  border-bottom-color: rgb(249 115 22 / 1);
}

.focus\:border-y-orange-500\/20:focus {
  border-top-color: rgb(249 115 22 / 0.2);
  border-bottom-color: rgb(249 115 22 / 0.2);
}

.focus\:border-y-orange-500\/25:focus {
  border-top-color: rgb(249 115 22 / 0.25);
  border-bottom-color: rgb(249 115 22 / 0.25);
}

.focus\:border-y-orange-500\/30:focus {
  border-top-color: rgb(249 115 22 / 0.3);
  border-bottom-color: rgb(249 115 22 / 0.3);
}

.focus\:border-y-orange-500\/40:focus {
  border-top-color: rgb(249 115 22 / 0.4);
  border-bottom-color: rgb(249 115 22 / 0.4);
}

.focus\:border-y-orange-500\/5:focus {
  border-top-color: rgb(249 115 22 / 0.05);
  border-bottom-color: rgb(249 115 22 / 0.05);
}

.focus\:border-y-orange-500\/50:focus {
  border-top-color: rgb(249 115 22 / 0.5);
  border-bottom-color: rgb(249 115 22 / 0.5);
}

.focus\:border-y-orange-500\/60:focus {
  border-top-color: rgb(249 115 22 / 0.6);
  border-bottom-color: rgb(249 115 22 / 0.6);
}

.focus\:border-y-orange-500\/70:focus {
  border-top-color: rgb(249 115 22 / 0.7);
  border-bottom-color: rgb(249 115 22 / 0.7);
}

.focus\:border-y-orange-500\/75:focus {
  border-top-color: rgb(249 115 22 / 0.75);
  border-bottom-color: rgb(249 115 22 / 0.75);
}

.focus\:border-y-orange-500\/80:focus {
  border-top-color: rgb(249 115 22 / 0.8);
  border-bottom-color: rgb(249 115 22 / 0.8);
}

.focus\:border-y-orange-500\/90:focus {
  border-top-color: rgb(249 115 22 / 0.9);
  border-bottom-color: rgb(249 115 22 / 0.9);
}

.focus\:border-y-orange-500\/95:focus {
  border-top-color: rgb(249 115 22 / 0.95);
  border-bottom-color: rgb(249 115 22 / 0.95);
}

.focus\:border-y-orange-600:focus {
  --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));
}

.focus\:border-y-orange-600\/0:focus {
  border-top-color: rgb(234 88 12 / 0);
  border-bottom-color: rgb(234 88 12 / 0);
}

.focus\:border-y-orange-600\/10:focus {
  border-top-color: rgb(234 88 12 / 0.1);
  border-bottom-color: rgb(234 88 12 / 0.1);
}

.focus\:border-y-orange-600\/100:focus {
  border-top-color: rgb(234 88 12 / 1);
  border-bottom-color: rgb(234 88 12 / 1);
}

.focus\:border-y-orange-600\/20:focus {
  border-top-color: rgb(234 88 12 / 0.2);
  border-bottom-color: rgb(234 88 12 / 0.2);
}

.focus\:border-y-orange-600\/25:focus {
  border-top-color: rgb(234 88 12 / 0.25);
  border-bottom-color: rgb(234 88 12 / 0.25);
}

.focus\:border-y-orange-600\/30:focus {
  border-top-color: rgb(234 88 12 / 0.3);
  border-bottom-color: rgb(234 88 12 / 0.3);
}

.focus\:border-y-orange-600\/40:focus {
  border-top-color: rgb(234 88 12 / 0.4);
  border-bottom-color: rgb(234 88 12 / 0.4);
}

.focus\:border-y-orange-600\/5:focus {
  border-top-color: rgb(234 88 12 / 0.05);
  border-bottom-color: rgb(234 88 12 / 0.05);
}

.focus\:border-y-orange-600\/50:focus {
  border-top-color: rgb(234 88 12 / 0.5);
  border-bottom-color: rgb(234 88 12 / 0.5);
}

.focus\:border-y-orange-600\/60:focus {
  border-top-color: rgb(234 88 12 / 0.6);
  border-bottom-color: rgb(234 88 12 / 0.6);
}

.focus\:border-y-orange-600\/70:focus {
  border-top-color: rgb(234 88 12 / 0.7);
  border-bottom-color: rgb(234 88 12 / 0.7);
}

.focus\:border-y-orange-600\/75:focus {
  border-top-color: rgb(234 88 12 / 0.75);
  border-bottom-color: rgb(234 88 12 / 0.75);
}

.focus\:border-y-orange-600\/80:focus {
  border-top-color: rgb(234 88 12 / 0.8);
  border-bottom-color: rgb(234 88 12 / 0.8);
}

.focus\:border-y-orange-600\/90:focus {
  border-top-color: rgb(234 88 12 / 0.9);
  border-bottom-color: rgb(234 88 12 / 0.9);
}

.focus\:border-y-orange-600\/95:focus {
  border-top-color: rgb(234 88 12 / 0.95);
  border-bottom-color: rgb(234 88 12 / 0.95);
}

.focus\:border-y-orange-700:focus {
  --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));
}

.focus\:border-y-orange-700\/0:focus {
  border-top-color: rgb(194 65 12 / 0);
  border-bottom-color: rgb(194 65 12 / 0);
}

.focus\:border-y-orange-700\/10:focus {
  border-top-color: rgb(194 65 12 / 0.1);
  border-bottom-color: rgb(194 65 12 / 0.1);
}

.focus\:border-y-orange-700\/100:focus {
  border-top-color: rgb(194 65 12 / 1);
  border-bottom-color: rgb(194 65 12 / 1);
}

.focus\:border-y-orange-700\/20:focus {
  border-top-color: rgb(194 65 12 / 0.2);
  border-bottom-color: rgb(194 65 12 / 0.2);
}

.focus\:border-y-orange-700\/25:focus {
  border-top-color: rgb(194 65 12 / 0.25);
  border-bottom-color: rgb(194 65 12 / 0.25);
}

.focus\:border-y-orange-700\/30:focus {
  border-top-color: rgb(194 65 12 / 0.3);
  border-bottom-color: rgb(194 65 12 / 0.3);
}

.focus\:border-y-orange-700\/40:focus {
  border-top-color: rgb(194 65 12 / 0.4);
  border-bottom-color: rgb(194 65 12 / 0.4);
}

.focus\:border-y-orange-700\/5:focus {
  border-top-color: rgb(194 65 12 / 0.05);
  border-bottom-color: rgb(194 65 12 / 0.05);
}

.focus\:border-y-orange-700\/50:focus {
  border-top-color: rgb(194 65 12 / 0.5);
  border-bottom-color: rgb(194 65 12 / 0.5);
}

.focus\:border-y-orange-700\/60:focus {
  border-top-color: rgb(194 65 12 / 0.6);
  border-bottom-color: rgb(194 65 12 / 0.6);
}

.focus\:border-y-orange-700\/70:focus {
  border-top-color: rgb(194 65 12 / 0.7);
  border-bottom-color: rgb(194 65 12 / 0.7);
}

.focus\:border-y-orange-700\/75:focus {
  border-top-color: rgb(194 65 12 / 0.75);
  border-bottom-color: rgb(194 65 12 / 0.75);
}

.focus\:border-y-orange-700\/80:focus {
  border-top-color: rgb(194 65 12 / 0.8);
  border-bottom-color: rgb(194 65 12 / 0.8);
}

.focus\:border-y-orange-700\/90:focus {
  border-top-color: rgb(194 65 12 / 0.9);
  border-bottom-color: rgb(194 65 12 / 0.9);
}

.focus\:border-y-orange-700\/95:focus {
  border-top-color: rgb(194 65 12 / 0.95);
  border-bottom-color: rgb(194 65 12 / 0.95);
}

.focus\:border-y-orange-800:focus {
  --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));
}

.focus\:border-y-orange-800\/0:focus {
  border-top-color: rgb(154 52 18 / 0);
  border-bottom-color: rgb(154 52 18 / 0);
}

.focus\:border-y-orange-800\/10:focus {
  border-top-color: rgb(154 52 18 / 0.1);
  border-bottom-color: rgb(154 52 18 / 0.1);
}

.focus\:border-y-orange-800\/100:focus {
  border-top-color: rgb(154 52 18 / 1);
  border-bottom-color: rgb(154 52 18 / 1);
}

.focus\:border-y-orange-800\/20:focus {
  border-top-color: rgb(154 52 18 / 0.2);
  border-bottom-color: rgb(154 52 18 / 0.2);
}

.focus\:border-y-orange-800\/25:focus {
  border-top-color: rgb(154 52 18 / 0.25);
  border-bottom-color: rgb(154 52 18 / 0.25);
}

.focus\:border-y-orange-800\/30:focus {
  border-top-color: rgb(154 52 18 / 0.3);
  border-bottom-color: rgb(154 52 18 / 0.3);
}

.focus\:border-y-orange-800\/40:focus {
  border-top-color: rgb(154 52 18 / 0.4);
  border-bottom-color: rgb(154 52 18 / 0.4);
}

.focus\:border-y-orange-800\/5:focus {
  border-top-color: rgb(154 52 18 / 0.05);
  border-bottom-color: rgb(154 52 18 / 0.05);
}

.focus\:border-y-orange-800\/50:focus {
  border-top-color: rgb(154 52 18 / 0.5);
  border-bottom-color: rgb(154 52 18 / 0.5);
}

.focus\:border-y-orange-800\/60:focus {
  border-top-color: rgb(154 52 18 / 0.6);
  border-bottom-color: rgb(154 52 18 / 0.6);
}

.focus\:border-y-orange-800\/70:focus {
  border-top-color: rgb(154 52 18 / 0.7);
  border-bottom-color: rgb(154 52 18 / 0.7);
}

.focus\:border-y-orange-800\/75:focus {
  border-top-color: rgb(154 52 18 / 0.75);
  border-bottom-color: rgb(154 52 18 / 0.75);
}

.focus\:border-y-orange-800\/80:focus {
  border-top-color: rgb(154 52 18 / 0.8);
  border-bottom-color: rgb(154 52 18 / 0.8);
}

.focus\:border-y-orange-800\/90:focus {
  border-top-color: rgb(154 52 18 / 0.9);
  border-bottom-color: rgb(154 52 18 / 0.9);
}

.focus\:border-y-orange-800\/95:focus {
  border-top-color: rgb(154 52 18 / 0.95);
  border-bottom-color: rgb(154 52 18 / 0.95);
}

.focus\:border-y-orange-900:focus {
  --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));
}

.focus\:border-y-orange-900\/0:focus {
  border-top-color: rgb(124 45 18 / 0);
  border-bottom-color: rgb(124 45 18 / 0);
}

.focus\:border-y-orange-900\/10:focus {
  border-top-color: rgb(124 45 18 / 0.1);
  border-bottom-color: rgb(124 45 18 / 0.1);
}

.focus\:border-y-orange-900\/100:focus {
  border-top-color: rgb(124 45 18 / 1);
  border-bottom-color: rgb(124 45 18 / 1);
}

.focus\:border-y-orange-900\/20:focus {
  border-top-color: rgb(124 45 18 / 0.2);
  border-bottom-color: rgb(124 45 18 / 0.2);
}

.focus\:border-y-orange-900\/25:focus {
  border-top-color: rgb(124 45 18 / 0.25);
  border-bottom-color: rgb(124 45 18 / 0.25);
}

.focus\:border-y-orange-900\/30:focus {
  border-top-color: rgb(124 45 18 / 0.3);
  border-bottom-color: rgb(124 45 18 / 0.3);
}

.focus\:border-y-orange-900\/40:focus {
  border-top-color: rgb(124 45 18 / 0.4);
  border-bottom-color: rgb(124 45 18 / 0.4);
}

.focus\:border-y-orange-900\/5:focus {
  border-top-color: rgb(124 45 18 / 0.05);
  border-bottom-color: rgb(124 45 18 / 0.05);
}

.focus\:border-y-orange-900\/50:focus {
  border-top-color: rgb(124 45 18 / 0.5);
  border-bottom-color: rgb(124 45 18 / 0.5);
}

.focus\:border-y-orange-900\/60:focus {
  border-top-color: rgb(124 45 18 / 0.6);
  border-bottom-color: rgb(124 45 18 / 0.6);
}

.focus\:border-y-orange-900\/70:focus {
  border-top-color: rgb(124 45 18 / 0.7);
  border-bottom-color: rgb(124 45 18 / 0.7);
}

.focus\:border-y-orange-900\/75:focus {
  border-top-color: rgb(124 45 18 / 0.75);
  border-bottom-color: rgb(124 45 18 / 0.75);
}

.focus\:border-y-orange-900\/80:focus {
  border-top-color: rgb(124 45 18 / 0.8);
  border-bottom-color: rgb(124 45 18 / 0.8);
}

.focus\:border-y-orange-900\/90:focus {
  border-top-color: rgb(124 45 18 / 0.9);
  border-bottom-color: rgb(124 45 18 / 0.9);
}

.focus\:border-y-orange-900\/95:focus {
  border-top-color: rgb(124 45 18 / 0.95);
  border-bottom-color: rgb(124 45 18 / 0.95);
}

.focus\:border-y-orange-950:focus {
  --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));
}

.focus\:border-y-orange-950\/0:focus {
  border-top-color: rgb(67 20 7 / 0);
  border-bottom-color: rgb(67 20 7 / 0);
}

.focus\:border-y-orange-950\/10:focus {
  border-top-color: rgb(67 20 7 / 0.1);
  border-bottom-color: rgb(67 20 7 / 0.1);
}

.focus\:border-y-orange-950\/100:focus {
  border-top-color: rgb(67 20 7 / 1);
  border-bottom-color: rgb(67 20 7 / 1);
}

.focus\:border-y-orange-950\/20:focus {
  border-top-color: rgb(67 20 7 / 0.2);
  border-bottom-color: rgb(67 20 7 / 0.2);
}

.focus\:border-y-orange-950\/25:focus {
  border-top-color: rgb(67 20 7 / 0.25);
  border-bottom-color: rgb(67 20 7 / 0.25);
}

.focus\:border-y-orange-950\/30:focus {
  border-top-color: rgb(67 20 7 / 0.3);
  border-bottom-color: rgb(67 20 7 / 0.3);
}

.focus\:border-y-orange-950\/40:focus {
  border-top-color: rgb(67 20 7 / 0.4);
  border-bottom-color: rgb(67 20 7 / 0.4);
}

.focus\:border-y-orange-950\/5:focus {
  border-top-color: rgb(67 20 7 / 0.05);
  border-bottom-color: rgb(67 20 7 / 0.05);
}

.focus\:border-y-orange-950\/50:focus {
  border-top-color: rgb(67 20 7 / 0.5);
  border-bottom-color: rgb(67 20 7 / 0.5);
}

.focus\:border-y-orange-950\/60:focus {
  border-top-color: rgb(67 20 7 / 0.6);
  border-bottom-color: rgb(67 20 7 / 0.6);
}

.focus\:border-y-orange-950\/70:focus {
  border-top-color: rgb(67 20 7 / 0.7);
  border-bottom-color: rgb(67 20 7 / 0.7);
}

.focus\:border-y-orange-950\/75:focus {
  border-top-color: rgb(67 20 7 / 0.75);
  border-bottom-color: rgb(67 20 7 / 0.75);
}

.focus\:border-y-orange-950\/80:focus {
  border-top-color: rgb(67 20 7 / 0.8);
  border-bottom-color: rgb(67 20 7 / 0.8);
}

.focus\:border-y-orange-950\/90:focus {
  border-top-color: rgb(67 20 7 / 0.9);
  border-bottom-color: rgb(67 20 7 / 0.9);
}

.focus\:border-y-orange-950\/95:focus {
  border-top-color: rgb(67 20 7 / 0.95);
  border-bottom-color: rgb(67 20 7 / 0.95);
}

.focus\:border-y-ozc-100:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 239 235 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 239 235 / var(--tw-border-opacity));
}

.focus\:border-y-ozc-100\/0:focus {
  border-top-color: rgb(255 239 235 / 0);
  border-bottom-color: rgb(255 239 235 / 0);
}

.focus\:border-y-ozc-100\/10:focus {
  border-top-color: rgb(255 239 235 / 0.1);
  border-bottom-color: rgb(255 239 235 / 0.1);
}

.focus\:border-y-ozc-100\/100:focus {
  border-top-color: rgb(255 239 235 / 1);
  border-bottom-color: rgb(255 239 235 / 1);
}

.focus\:border-y-ozc-100\/20:focus {
  border-top-color: rgb(255 239 235 / 0.2);
  border-bottom-color: rgb(255 239 235 / 0.2);
}

.focus\:border-y-ozc-100\/25:focus {
  border-top-color: rgb(255 239 235 / 0.25);
  border-bottom-color: rgb(255 239 235 / 0.25);
}

.focus\:border-y-ozc-100\/30:focus {
  border-top-color: rgb(255 239 235 / 0.3);
  border-bottom-color: rgb(255 239 235 / 0.3);
}

.focus\:border-y-ozc-100\/40:focus {
  border-top-color: rgb(255 239 235 / 0.4);
  border-bottom-color: rgb(255 239 235 / 0.4);
}

.focus\:border-y-ozc-100\/5:focus {
  border-top-color: rgb(255 239 235 / 0.05);
  border-bottom-color: rgb(255 239 235 / 0.05);
}

.focus\:border-y-ozc-100\/50:focus {
  border-top-color: rgb(255 239 235 / 0.5);
  border-bottom-color: rgb(255 239 235 / 0.5);
}

.focus\:border-y-ozc-100\/60:focus {
  border-top-color: rgb(255 239 235 / 0.6);
  border-bottom-color: rgb(255 239 235 / 0.6);
}

.focus\:border-y-ozc-100\/70:focus {
  border-top-color: rgb(255 239 235 / 0.7);
  border-bottom-color: rgb(255 239 235 / 0.7);
}

.focus\:border-y-ozc-100\/75:focus {
  border-top-color: rgb(255 239 235 / 0.75);
  border-bottom-color: rgb(255 239 235 / 0.75);
}

.focus\:border-y-ozc-100\/80:focus {
  border-top-color: rgb(255 239 235 / 0.8);
  border-bottom-color: rgb(255 239 235 / 0.8);
}

.focus\:border-y-ozc-100\/90:focus {
  border-top-color: rgb(255 239 235 / 0.9);
  border-bottom-color: rgb(255 239 235 / 0.9);
}

.focus\:border-y-ozc-100\/95:focus {
  border-top-color: rgb(255 239 235 / 0.95);
  border-bottom-color: rgb(255 239 235 / 0.95);
}

.focus\:border-y-ozc-200:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 225 222 / var(--tw-border-opacity));
  border-bottom-color: rgb(253 225 222 / var(--tw-border-opacity));
}

.focus\:border-y-ozc-200\/0:focus {
  border-top-color: rgb(253 225 222 / 0);
  border-bottom-color: rgb(253 225 222 / 0);
}

.focus\:border-y-ozc-200\/10:focus {
  border-top-color: rgb(253 225 222 / 0.1);
  border-bottom-color: rgb(253 225 222 / 0.1);
}

.focus\:border-y-ozc-200\/100:focus {
  border-top-color: rgb(253 225 222 / 1);
  border-bottom-color: rgb(253 225 222 / 1);
}

.focus\:border-y-ozc-200\/20:focus {
  border-top-color: rgb(253 225 222 / 0.2);
  border-bottom-color: rgb(253 225 222 / 0.2);
}

.focus\:border-y-ozc-200\/25:focus {
  border-top-color: rgb(253 225 222 / 0.25);
  border-bottom-color: rgb(253 225 222 / 0.25);
}

.focus\:border-y-ozc-200\/30:focus {
  border-top-color: rgb(253 225 222 / 0.3);
  border-bottom-color: rgb(253 225 222 / 0.3);
}

.focus\:border-y-ozc-200\/40:focus {
  border-top-color: rgb(253 225 222 / 0.4);
  border-bottom-color: rgb(253 225 222 / 0.4);
}

.focus\:border-y-ozc-200\/5:focus {
  border-top-color: rgb(253 225 222 / 0.05);
  border-bottom-color: rgb(253 225 222 / 0.05);
}

.focus\:border-y-ozc-200\/50:focus {
  border-top-color: rgb(253 225 222 / 0.5);
  border-bottom-color: rgb(253 225 222 / 0.5);
}

.focus\:border-y-ozc-200\/60:focus {
  border-top-color: rgb(253 225 222 / 0.6);
  border-bottom-color: rgb(253 225 222 / 0.6);
}

.focus\:border-y-ozc-200\/70:focus {
  border-top-color: rgb(253 225 222 / 0.7);
  border-bottom-color: rgb(253 225 222 / 0.7);
}

.focus\:border-y-ozc-200\/75:focus {
  border-top-color: rgb(253 225 222 / 0.75);
  border-bottom-color: rgb(253 225 222 / 0.75);
}

.focus\:border-y-ozc-200\/80:focus {
  border-top-color: rgb(253 225 222 / 0.8);
  border-bottom-color: rgb(253 225 222 / 0.8);
}

.focus\:border-y-ozc-200\/90:focus {
  border-top-color: rgb(253 225 222 / 0.9);
  border-bottom-color: rgb(253 225 222 / 0.9);
}

.focus\:border-y-ozc-200\/95:focus {
  border-top-color: rgb(253 225 222 / 0.95);
  border-bottom-color: rgb(253 225 222 / 0.95);
}

.focus\:border-y-ozc-300:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(248 181 181 / var(--tw-border-opacity));
  border-bottom-color: rgb(248 181 181 / var(--tw-border-opacity));
}

.focus\:border-y-ozc-300\/0:focus {
  border-top-color: rgb(248 181 181 / 0);
  border-bottom-color: rgb(248 181 181 / 0);
}

.focus\:border-y-ozc-300\/10:focus {
  border-top-color: rgb(248 181 181 / 0.1);
  border-bottom-color: rgb(248 181 181 / 0.1);
}

.focus\:border-y-ozc-300\/100:focus {
  border-top-color: rgb(248 181 181 / 1);
  border-bottom-color: rgb(248 181 181 / 1);
}

.focus\:border-y-ozc-300\/20:focus {
  border-top-color: rgb(248 181 181 / 0.2);
  border-bottom-color: rgb(248 181 181 / 0.2);
}

.focus\:border-y-ozc-300\/25:focus {
  border-top-color: rgb(248 181 181 / 0.25);
  border-bottom-color: rgb(248 181 181 / 0.25);
}

.focus\:border-y-ozc-300\/30:focus {
  border-top-color: rgb(248 181 181 / 0.3);
  border-bottom-color: rgb(248 181 181 / 0.3);
}

.focus\:border-y-ozc-300\/40:focus {
  border-top-color: rgb(248 181 181 / 0.4);
  border-bottom-color: rgb(248 181 181 / 0.4);
}

.focus\:border-y-ozc-300\/5:focus {
  border-top-color: rgb(248 181 181 / 0.05);
  border-bottom-color: rgb(248 181 181 / 0.05);
}

.focus\:border-y-ozc-300\/50:focus {
  border-top-color: rgb(248 181 181 / 0.5);
  border-bottom-color: rgb(248 181 181 / 0.5);
}

.focus\:border-y-ozc-300\/60:focus {
  border-top-color: rgb(248 181 181 / 0.6);
  border-bottom-color: rgb(248 181 181 / 0.6);
}

.focus\:border-y-ozc-300\/70:focus {
  border-top-color: rgb(248 181 181 / 0.7);
  border-bottom-color: rgb(248 181 181 / 0.7);
}

.focus\:border-y-ozc-300\/75:focus {
  border-top-color: rgb(248 181 181 / 0.75);
  border-bottom-color: rgb(248 181 181 / 0.75);
}

.focus\:border-y-ozc-300\/80:focus {
  border-top-color: rgb(248 181 181 / 0.8);
  border-bottom-color: rgb(248 181 181 / 0.8);
}

.focus\:border-y-ozc-300\/90:focus {
  border-top-color: rgb(248 181 181 / 0.9);
  border-bottom-color: rgb(248 181 181 / 0.9);
}

.focus\:border-y-ozc-300\/95:focus {
  border-top-color: rgb(248 181 181 / 0.95);
  border-bottom-color: rgb(248 181 181 / 0.95);
}

.focus\:border-y-ozc-400:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 189 173 / var(--tw-border-opacity));
  border-bottom-color: rgb(250 189 173 / var(--tw-border-opacity));
}

.focus\:border-y-ozc-400\/0:focus {
  border-top-color: rgb(250 189 173 / 0);
  border-bottom-color: rgb(250 189 173 / 0);
}

.focus\:border-y-ozc-400\/10:focus {
  border-top-color: rgb(250 189 173 / 0.1);
  border-bottom-color: rgb(250 189 173 / 0.1);
}

.focus\:border-y-ozc-400\/100:focus {
  border-top-color: rgb(250 189 173 / 1);
  border-bottom-color: rgb(250 189 173 / 1);
}

.focus\:border-y-ozc-400\/20:focus {
  border-top-color: rgb(250 189 173 / 0.2);
  border-bottom-color: rgb(250 189 173 / 0.2);
}

.focus\:border-y-ozc-400\/25:focus {
  border-top-color: rgb(250 189 173 / 0.25);
  border-bottom-color: rgb(250 189 173 / 0.25);
}

.focus\:border-y-ozc-400\/30:focus {
  border-top-color: rgb(250 189 173 / 0.3);
  border-bottom-color: rgb(250 189 173 / 0.3);
}

.focus\:border-y-ozc-400\/40:focus {
  border-top-color: rgb(250 189 173 / 0.4);
  border-bottom-color: rgb(250 189 173 / 0.4);
}

.focus\:border-y-ozc-400\/5:focus {
  border-top-color: rgb(250 189 173 / 0.05);
  border-bottom-color: rgb(250 189 173 / 0.05);
}

.focus\:border-y-ozc-400\/50:focus {
  border-top-color: rgb(250 189 173 / 0.5);
  border-bottom-color: rgb(250 189 173 / 0.5);
}

.focus\:border-y-ozc-400\/60:focus {
  border-top-color: rgb(250 189 173 / 0.6);
  border-bottom-color: rgb(250 189 173 / 0.6);
}

.focus\:border-y-ozc-400\/70:focus {
  border-top-color: rgb(250 189 173 / 0.7);
  border-bottom-color: rgb(250 189 173 / 0.7);
}

.focus\:border-y-ozc-400\/75:focus {
  border-top-color: rgb(250 189 173 / 0.75);
  border-bottom-color: rgb(250 189 173 / 0.75);
}

.focus\:border-y-ozc-400\/80:focus {
  border-top-color: rgb(250 189 173 / 0.8);
  border-bottom-color: rgb(250 189 173 / 0.8);
}

.focus\:border-y-ozc-400\/90:focus {
  border-top-color: rgb(250 189 173 / 0.9);
  border-bottom-color: rgb(250 189 173 / 0.9);
}

.focus\:border-y-ozc-400\/95:focus {
  border-top-color: rgb(250 189 173 / 0.95);
  border-bottom-color: rgb(250 189 173 / 0.95);
}

.focus\:border-y-ozc-50:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 243 232 / var(--tw-border-opacity));
  border-bottom-color: rgb(254 243 232 / var(--tw-border-opacity));
}

.focus\:border-y-ozc-50\/0:focus {
  border-top-color: rgb(254 243 232 / 0);
  border-bottom-color: rgb(254 243 232 / 0);
}

.focus\:border-y-ozc-50\/10:focus {
  border-top-color: rgb(254 243 232 / 0.1);
  border-bottom-color: rgb(254 243 232 / 0.1);
}

.focus\:border-y-ozc-50\/100:focus {
  border-top-color: rgb(254 243 232 / 1);
  border-bottom-color: rgb(254 243 232 / 1);
}

.focus\:border-y-ozc-50\/20:focus {
  border-top-color: rgb(254 243 232 / 0.2);
  border-bottom-color: rgb(254 243 232 / 0.2);
}

.focus\:border-y-ozc-50\/25:focus {
  border-top-color: rgb(254 243 232 / 0.25);
  border-bottom-color: rgb(254 243 232 / 0.25);
}

.focus\:border-y-ozc-50\/30:focus {
  border-top-color: rgb(254 243 232 / 0.3);
  border-bottom-color: rgb(254 243 232 / 0.3);
}

.focus\:border-y-ozc-50\/40:focus {
  border-top-color: rgb(254 243 232 / 0.4);
  border-bottom-color: rgb(254 243 232 / 0.4);
}

.focus\:border-y-ozc-50\/5:focus {
  border-top-color: rgb(254 243 232 / 0.05);
  border-bottom-color: rgb(254 243 232 / 0.05);
}

.focus\:border-y-ozc-50\/50:focus {
  border-top-color: rgb(254 243 232 / 0.5);
  border-bottom-color: rgb(254 243 232 / 0.5);
}

.focus\:border-y-ozc-50\/60:focus {
  border-top-color: rgb(254 243 232 / 0.6);
  border-bottom-color: rgb(254 243 232 / 0.6);
}

.focus\:border-y-ozc-50\/70:focus {
  border-top-color: rgb(254 243 232 / 0.7);
  border-bottom-color: rgb(254 243 232 / 0.7);
}

.focus\:border-y-ozc-50\/75:focus {
  border-top-color: rgb(254 243 232 / 0.75);
  border-bottom-color: rgb(254 243 232 / 0.75);
}

.focus\:border-y-ozc-50\/80:focus {
  border-top-color: rgb(254 243 232 / 0.8);
  border-bottom-color: rgb(254 243 232 / 0.8);
}

.focus\:border-y-ozc-50\/90:focus {
  border-top-color: rgb(254 243 232 / 0.9);
  border-bottom-color: rgb(254 243 232 / 0.9);
}

.focus\:border-y-ozc-50\/95:focus {
  border-top-color: rgb(254 243 232 / 0.95);
  border-bottom-color: rgb(254 243 232 / 0.95);
}

.focus\:border-y-ozc-500:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 110 96 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 110 96 / var(--tw-border-opacity));
}

.focus\:border-y-ozc-500\/0:focus {
  border-top-color: rgb(255 110 96 / 0);
  border-bottom-color: rgb(255 110 96 / 0);
}

.focus\:border-y-ozc-500\/10:focus {
  border-top-color: rgb(255 110 96 / 0.1);
  border-bottom-color: rgb(255 110 96 / 0.1);
}

.focus\:border-y-ozc-500\/100:focus {
  border-top-color: rgb(255 110 96 / 1);
  border-bottom-color: rgb(255 110 96 / 1);
}

.focus\:border-y-ozc-500\/20:focus {
  border-top-color: rgb(255 110 96 / 0.2);
  border-bottom-color: rgb(255 110 96 / 0.2);
}

.focus\:border-y-ozc-500\/25:focus {
  border-top-color: rgb(255 110 96 / 0.25);
  border-bottom-color: rgb(255 110 96 / 0.25);
}

.focus\:border-y-ozc-500\/30:focus {
  border-top-color: rgb(255 110 96 / 0.3);
  border-bottom-color: rgb(255 110 96 / 0.3);
}

.focus\:border-y-ozc-500\/40:focus {
  border-top-color: rgb(255 110 96 / 0.4);
  border-bottom-color: rgb(255 110 96 / 0.4);
}

.focus\:border-y-ozc-500\/5:focus {
  border-top-color: rgb(255 110 96 / 0.05);
  border-bottom-color: rgb(255 110 96 / 0.05);
}

.focus\:border-y-ozc-500\/50:focus {
  border-top-color: rgb(255 110 96 / 0.5);
  border-bottom-color: rgb(255 110 96 / 0.5);
}

.focus\:border-y-ozc-500\/60:focus {
  border-top-color: rgb(255 110 96 / 0.6);
  border-bottom-color: rgb(255 110 96 / 0.6);
}

.focus\:border-y-ozc-500\/70:focus {
  border-top-color: rgb(255 110 96 / 0.7);
  border-bottom-color: rgb(255 110 96 / 0.7);
}

.focus\:border-y-ozc-500\/75:focus {
  border-top-color: rgb(255 110 96 / 0.75);
  border-bottom-color: rgb(255 110 96 / 0.75);
}

.focus\:border-y-ozc-500\/80:focus {
  border-top-color: rgb(255 110 96 / 0.8);
  border-bottom-color: rgb(255 110 96 / 0.8);
}

.focus\:border-y-ozc-500\/90:focus {
  border-top-color: rgb(255 110 96 / 0.9);
  border-bottom-color: rgb(255 110 96 / 0.9);
}

.focus\:border-y-ozc-500\/95:focus {
  border-top-color: rgb(255 110 96 / 0.95);
  border-bottom-color: rgb(255 110 96 / 0.95);
}

.focus\:border-y-ozc-600:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 169 140 / var(--tw-border-opacity));
  border-bottom-color: rgb(249 169 140 / var(--tw-border-opacity));
}

.focus\:border-y-ozc-600\/0:focus {
  border-top-color: rgb(249 169 140 / 0);
  border-bottom-color: rgb(249 169 140 / 0);
}

.focus\:border-y-ozc-600\/10:focus {
  border-top-color: rgb(249 169 140 / 0.1);
  border-bottom-color: rgb(249 169 140 / 0.1);
}

.focus\:border-y-ozc-600\/100:focus {
  border-top-color: rgb(249 169 140 / 1);
  border-bottom-color: rgb(249 169 140 / 1);
}

.focus\:border-y-ozc-600\/20:focus {
  border-top-color: rgb(249 169 140 / 0.2);
  border-bottom-color: rgb(249 169 140 / 0.2);
}

.focus\:border-y-ozc-600\/25:focus {
  border-top-color: rgb(249 169 140 / 0.25);
  border-bottom-color: rgb(249 169 140 / 0.25);
}

.focus\:border-y-ozc-600\/30:focus {
  border-top-color: rgb(249 169 140 / 0.3);
  border-bottom-color: rgb(249 169 140 / 0.3);
}

.focus\:border-y-ozc-600\/40:focus {
  border-top-color: rgb(249 169 140 / 0.4);
  border-bottom-color: rgb(249 169 140 / 0.4);
}

.focus\:border-y-ozc-600\/5:focus {
  border-top-color: rgb(249 169 140 / 0.05);
  border-bottom-color: rgb(249 169 140 / 0.05);
}

.focus\:border-y-ozc-600\/50:focus {
  border-top-color: rgb(249 169 140 / 0.5);
  border-bottom-color: rgb(249 169 140 / 0.5);
}

.focus\:border-y-ozc-600\/60:focus {
  border-top-color: rgb(249 169 140 / 0.6);
  border-bottom-color: rgb(249 169 140 / 0.6);
}

.focus\:border-y-ozc-600\/70:focus {
  border-top-color: rgb(249 169 140 / 0.7);
  border-bottom-color: rgb(249 169 140 / 0.7);
}

.focus\:border-y-ozc-600\/75:focus {
  border-top-color: rgb(249 169 140 / 0.75);
  border-bottom-color: rgb(249 169 140 / 0.75);
}

.focus\:border-y-ozc-600\/80:focus {
  border-top-color: rgb(249 169 140 / 0.8);
  border-bottom-color: rgb(249 169 140 / 0.8);
}

.focus\:border-y-ozc-600\/90:focus {
  border-top-color: rgb(249 169 140 / 0.9);
  border-bottom-color: rgb(249 169 140 / 0.9);
}

.focus\:border-y-ozc-600\/95:focus {
  border-top-color: rgb(249 169 140 / 0.95);
  border-bottom-color: rgb(249 169 140 / 0.95);
}

.focus\:border-y-ozc-700:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(246 148 114 / var(--tw-border-opacity));
  border-bottom-color: rgb(246 148 114 / var(--tw-border-opacity));
}

.focus\:border-y-ozc-700\/0:focus {
  border-top-color: rgb(246 148 114 / 0);
  border-bottom-color: rgb(246 148 114 / 0);
}

.focus\:border-y-ozc-700\/10:focus {
  border-top-color: rgb(246 148 114 / 0.1);
  border-bottom-color: rgb(246 148 114 / 0.1);
}

.focus\:border-y-ozc-700\/100:focus {
  border-top-color: rgb(246 148 114 / 1);
  border-bottom-color: rgb(246 148 114 / 1);
}

.focus\:border-y-ozc-700\/20:focus {
  border-top-color: rgb(246 148 114 / 0.2);
  border-bottom-color: rgb(246 148 114 / 0.2);
}

.focus\:border-y-ozc-700\/25:focus {
  border-top-color: rgb(246 148 114 / 0.25);
  border-bottom-color: rgb(246 148 114 / 0.25);
}

.focus\:border-y-ozc-700\/30:focus {
  border-top-color: rgb(246 148 114 / 0.3);
  border-bottom-color: rgb(246 148 114 / 0.3);
}

.focus\:border-y-ozc-700\/40:focus {
  border-top-color: rgb(246 148 114 / 0.4);
  border-bottom-color: rgb(246 148 114 / 0.4);
}

.focus\:border-y-ozc-700\/5:focus {
  border-top-color: rgb(246 148 114 / 0.05);
  border-bottom-color: rgb(246 148 114 / 0.05);
}

.focus\:border-y-ozc-700\/50:focus {
  border-top-color: rgb(246 148 114 / 0.5);
  border-bottom-color: rgb(246 148 114 / 0.5);
}

.focus\:border-y-ozc-700\/60:focus {
  border-top-color: rgb(246 148 114 / 0.6);
  border-bottom-color: rgb(246 148 114 / 0.6);
}

.focus\:border-y-ozc-700\/70:focus {
  border-top-color: rgb(246 148 114 / 0.7);
  border-bottom-color: rgb(246 148 114 / 0.7);
}

.focus\:border-y-ozc-700\/75:focus {
  border-top-color: rgb(246 148 114 / 0.75);
  border-bottom-color: rgb(246 148 114 / 0.75);
}

.focus\:border-y-ozc-700\/80:focus {
  border-top-color: rgb(246 148 114 / 0.8);
  border-bottom-color: rgb(246 148 114 / 0.8);
}

.focus\:border-y-ozc-700\/90:focus {
  border-top-color: rgb(246 148 114 / 0.9);
  border-bottom-color: rgb(246 148 114 / 0.9);
}

.focus\:border-y-ozc-700\/95:focus {
  border-top-color: rgb(246 148 114 / 0.95);
  border-bottom-color: rgb(246 148 114 / 0.95);
}

.focus\:border-y-ozc-800:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 144 136 / var(--tw-border-opacity));
  border-bottom-color: rgb(245 144 136 / var(--tw-border-opacity));
}

.focus\:border-y-ozc-800\/0:focus {
  border-top-color: rgb(245 144 136 / 0);
  border-bottom-color: rgb(245 144 136 / 0);
}

.focus\:border-y-ozc-800\/10:focus {
  border-top-color: rgb(245 144 136 / 0.1);
  border-bottom-color: rgb(245 144 136 / 0.1);
}

.focus\:border-y-ozc-800\/100:focus {
  border-top-color: rgb(245 144 136 / 1);
  border-bottom-color: rgb(245 144 136 / 1);
}

.focus\:border-y-ozc-800\/20:focus {
  border-top-color: rgb(245 144 136 / 0.2);
  border-bottom-color: rgb(245 144 136 / 0.2);
}

.focus\:border-y-ozc-800\/25:focus {
  border-top-color: rgb(245 144 136 / 0.25);
  border-bottom-color: rgb(245 144 136 / 0.25);
}

.focus\:border-y-ozc-800\/30:focus {
  border-top-color: rgb(245 144 136 / 0.3);
  border-bottom-color: rgb(245 144 136 / 0.3);
}

.focus\:border-y-ozc-800\/40:focus {
  border-top-color: rgb(245 144 136 / 0.4);
  border-bottom-color: rgb(245 144 136 / 0.4);
}

.focus\:border-y-ozc-800\/5:focus {
  border-top-color: rgb(245 144 136 / 0.05);
  border-bottom-color: rgb(245 144 136 / 0.05);
}

.focus\:border-y-ozc-800\/50:focus {
  border-top-color: rgb(245 144 136 / 0.5);
  border-bottom-color: rgb(245 144 136 / 0.5);
}

.focus\:border-y-ozc-800\/60:focus {
  border-top-color: rgb(245 144 136 / 0.6);
  border-bottom-color: rgb(245 144 136 / 0.6);
}

.focus\:border-y-ozc-800\/70:focus {
  border-top-color: rgb(245 144 136 / 0.7);
  border-bottom-color: rgb(245 144 136 / 0.7);
}

.focus\:border-y-ozc-800\/75:focus {
  border-top-color: rgb(245 144 136 / 0.75);
  border-bottom-color: rgb(245 144 136 / 0.75);
}

.focus\:border-y-ozc-800\/80:focus {
  border-top-color: rgb(245 144 136 / 0.8);
  border-bottom-color: rgb(245 144 136 / 0.8);
}

.focus\:border-y-ozc-800\/90:focus {
  border-top-color: rgb(245 144 136 / 0.9);
  border-bottom-color: rgb(245 144 136 / 0.9);
}

.focus\:border-y-ozc-800\/95:focus {
  border-top-color: rgb(245 144 136 / 0.95);
  border-bottom-color: rgb(245 144 136 / 0.95);
}

.focus\:border-y-ozc-900:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(243 121 124 / var(--tw-border-opacity));
  border-bottom-color: rgb(243 121 124 / var(--tw-border-opacity));
}

.focus\:border-y-ozc-900\/0:focus {
  border-top-color: rgb(243 121 124 / 0);
  border-bottom-color: rgb(243 121 124 / 0);
}

.focus\:border-y-ozc-900\/10:focus {
  border-top-color: rgb(243 121 124 / 0.1);
  border-bottom-color: rgb(243 121 124 / 0.1);
}

.focus\:border-y-ozc-900\/100:focus {
  border-top-color: rgb(243 121 124 / 1);
  border-bottom-color: rgb(243 121 124 / 1);
}

.focus\:border-y-ozc-900\/20:focus {
  border-top-color: rgb(243 121 124 / 0.2);
  border-bottom-color: rgb(243 121 124 / 0.2);
}

.focus\:border-y-ozc-900\/25:focus {
  border-top-color: rgb(243 121 124 / 0.25);
  border-bottom-color: rgb(243 121 124 / 0.25);
}

.focus\:border-y-ozc-900\/30:focus {
  border-top-color: rgb(243 121 124 / 0.3);
  border-bottom-color: rgb(243 121 124 / 0.3);
}

.focus\:border-y-ozc-900\/40:focus {
  border-top-color: rgb(243 121 124 / 0.4);
  border-bottom-color: rgb(243 121 124 / 0.4);
}

.focus\:border-y-ozc-900\/5:focus {
  border-top-color: rgb(243 121 124 / 0.05);
  border-bottom-color: rgb(243 121 124 / 0.05);
}

.focus\:border-y-ozc-900\/50:focus {
  border-top-color: rgb(243 121 124 / 0.5);
  border-bottom-color: rgb(243 121 124 / 0.5);
}

.focus\:border-y-ozc-900\/60:focus {
  border-top-color: rgb(243 121 124 / 0.6);
  border-bottom-color: rgb(243 121 124 / 0.6);
}

.focus\:border-y-ozc-900\/70:focus {
  border-top-color: rgb(243 121 124 / 0.7);
  border-bottom-color: rgb(243 121 124 / 0.7);
}

.focus\:border-y-ozc-900\/75:focus {
  border-top-color: rgb(243 121 124 / 0.75);
  border-bottom-color: rgb(243 121 124 / 0.75);
}

.focus\:border-y-ozc-900\/80:focus {
  border-top-color: rgb(243 121 124 / 0.8);
  border-bottom-color: rgb(243 121 124 / 0.8);
}

.focus\:border-y-ozc-900\/90:focus {
  border-top-color: rgb(243 121 124 / 0.9);
  border-bottom-color: rgb(243 121 124 / 0.9);
}

.focus\:border-y-ozc-900\/95:focus {
  border-top-color: rgb(243 121 124 / 0.95);
  border-bottom-color: rgb(243 121 124 / 0.95);
}

.focus\:border-y-ozc-950:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(42 45 51 / var(--tw-border-opacity));
  border-bottom-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.focus\:border-y-ozc-950\/0:focus {
  border-top-color: rgb(42 45 51 / 0);
  border-bottom-color: rgb(42 45 51 / 0);
}

.focus\:border-y-ozc-950\/10:focus {
  border-top-color: rgb(42 45 51 / 0.1);
  border-bottom-color: rgb(42 45 51 / 0.1);
}

.focus\:border-y-ozc-950\/100:focus {
  border-top-color: rgb(42 45 51 / 1);
  border-bottom-color: rgb(42 45 51 / 1);
}

.focus\:border-y-ozc-950\/20:focus {
  border-top-color: rgb(42 45 51 / 0.2);
  border-bottom-color: rgb(42 45 51 / 0.2);
}

.focus\:border-y-ozc-950\/25:focus {
  border-top-color: rgb(42 45 51 / 0.25);
  border-bottom-color: rgb(42 45 51 / 0.25);
}

.focus\:border-y-ozc-950\/30:focus {
  border-top-color: rgb(42 45 51 / 0.3);
  border-bottom-color: rgb(42 45 51 / 0.3);
}

.focus\:border-y-ozc-950\/40:focus {
  border-top-color: rgb(42 45 51 / 0.4);
  border-bottom-color: rgb(42 45 51 / 0.4);
}

.focus\:border-y-ozc-950\/5:focus {
  border-top-color: rgb(42 45 51 / 0.05);
  border-bottom-color: rgb(42 45 51 / 0.05);
}

.focus\:border-y-ozc-950\/50:focus {
  border-top-color: rgb(42 45 51 / 0.5);
  border-bottom-color: rgb(42 45 51 / 0.5);
}

.focus\:border-y-ozc-950\/60:focus {
  border-top-color: rgb(42 45 51 / 0.6);
  border-bottom-color: rgb(42 45 51 / 0.6);
}

.focus\:border-y-ozc-950\/70:focus {
  border-top-color: rgb(42 45 51 / 0.7);
  border-bottom-color: rgb(42 45 51 / 0.7);
}

.focus\:border-y-ozc-950\/75:focus {
  border-top-color: rgb(42 45 51 / 0.75);
  border-bottom-color: rgb(42 45 51 / 0.75);
}

.focus\:border-y-ozc-950\/80:focus {
  border-top-color: rgb(42 45 51 / 0.8);
  border-bottom-color: rgb(42 45 51 / 0.8);
}

.focus\:border-y-ozc-950\/90:focus {
  border-top-color: rgb(42 45 51 / 0.9);
  border-bottom-color: rgb(42 45 51 / 0.9);
}

.focus\:border-y-ozc-950\/95:focus {
  border-top-color: rgb(42 45 51 / 0.95);
  border-bottom-color: rgb(42 45 51 / 0.95);
}

.focus\:border-y-ozc-alt-100:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 250 230 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 250 230 / var(--tw-border-opacity));
}

.focus\:border-y-ozc-alt-100\/0:focus {
  border-top-color: rgb(255 250 230 / 0);
  border-bottom-color: rgb(255 250 230 / 0);
}

.focus\:border-y-ozc-alt-100\/10:focus {
  border-top-color: rgb(255 250 230 / 0.1);
  border-bottom-color: rgb(255 250 230 / 0.1);
}

.focus\:border-y-ozc-alt-100\/100:focus {
  border-top-color: rgb(255 250 230 / 1);
  border-bottom-color: rgb(255 250 230 / 1);
}

.focus\:border-y-ozc-alt-100\/20:focus {
  border-top-color: rgb(255 250 230 / 0.2);
  border-bottom-color: rgb(255 250 230 / 0.2);
}

.focus\:border-y-ozc-alt-100\/25:focus {
  border-top-color: rgb(255 250 230 / 0.25);
  border-bottom-color: rgb(255 250 230 / 0.25);
}

.focus\:border-y-ozc-alt-100\/30:focus {
  border-top-color: rgb(255 250 230 / 0.3);
  border-bottom-color: rgb(255 250 230 / 0.3);
}

.focus\:border-y-ozc-alt-100\/40:focus {
  border-top-color: rgb(255 250 230 / 0.4);
  border-bottom-color: rgb(255 250 230 / 0.4);
}

.focus\:border-y-ozc-alt-100\/5:focus {
  border-top-color: rgb(255 250 230 / 0.05);
  border-bottom-color: rgb(255 250 230 / 0.05);
}

.focus\:border-y-ozc-alt-100\/50:focus {
  border-top-color: rgb(255 250 230 / 0.5);
  border-bottom-color: rgb(255 250 230 / 0.5);
}

.focus\:border-y-ozc-alt-100\/60:focus {
  border-top-color: rgb(255 250 230 / 0.6);
  border-bottom-color: rgb(255 250 230 / 0.6);
}

.focus\:border-y-ozc-alt-100\/70:focus {
  border-top-color: rgb(255 250 230 / 0.7);
  border-bottom-color: rgb(255 250 230 / 0.7);
}

.focus\:border-y-ozc-alt-100\/75:focus {
  border-top-color: rgb(255 250 230 / 0.75);
  border-bottom-color: rgb(255 250 230 / 0.75);
}

.focus\:border-y-ozc-alt-100\/80:focus {
  border-top-color: rgb(255 250 230 / 0.8);
  border-bottom-color: rgb(255 250 230 / 0.8);
}

.focus\:border-y-ozc-alt-100\/90:focus {
  border-top-color: rgb(255 250 230 / 0.9);
  border-bottom-color: rgb(255 250 230 / 0.9);
}

.focus\:border-y-ozc-alt-100\/95:focus {
  border-top-color: rgb(255 250 230 / 0.95);
  border-bottom-color: rgb(255 250 230 / 0.95);
}

.focus\:border-y-ozc-alt-200:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 242 193 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 242 193 / var(--tw-border-opacity));
}

.focus\:border-y-ozc-alt-200\/0:focus {
  border-top-color: rgb(255 242 193 / 0);
  border-bottom-color: rgb(255 242 193 / 0);
}

.focus\:border-y-ozc-alt-200\/10:focus {
  border-top-color: rgb(255 242 193 / 0.1);
  border-bottom-color: rgb(255 242 193 / 0.1);
}

.focus\:border-y-ozc-alt-200\/100:focus {
  border-top-color: rgb(255 242 193 / 1);
  border-bottom-color: rgb(255 242 193 / 1);
}

.focus\:border-y-ozc-alt-200\/20:focus {
  border-top-color: rgb(255 242 193 / 0.2);
  border-bottom-color: rgb(255 242 193 / 0.2);
}

.focus\:border-y-ozc-alt-200\/25:focus {
  border-top-color: rgb(255 242 193 / 0.25);
  border-bottom-color: rgb(255 242 193 / 0.25);
}

.focus\:border-y-ozc-alt-200\/30:focus {
  border-top-color: rgb(255 242 193 / 0.3);
  border-bottom-color: rgb(255 242 193 / 0.3);
}

.focus\:border-y-ozc-alt-200\/40:focus {
  border-top-color: rgb(255 242 193 / 0.4);
  border-bottom-color: rgb(255 242 193 / 0.4);
}

.focus\:border-y-ozc-alt-200\/5:focus {
  border-top-color: rgb(255 242 193 / 0.05);
  border-bottom-color: rgb(255 242 193 / 0.05);
}

.focus\:border-y-ozc-alt-200\/50:focus {
  border-top-color: rgb(255 242 193 / 0.5);
  border-bottom-color: rgb(255 242 193 / 0.5);
}

.focus\:border-y-ozc-alt-200\/60:focus {
  border-top-color: rgb(255 242 193 / 0.6);
  border-bottom-color: rgb(255 242 193 / 0.6);
}

.focus\:border-y-ozc-alt-200\/70:focus {
  border-top-color: rgb(255 242 193 / 0.7);
  border-bottom-color: rgb(255 242 193 / 0.7);
}

.focus\:border-y-ozc-alt-200\/75:focus {
  border-top-color: rgb(255 242 193 / 0.75);
  border-bottom-color: rgb(255 242 193 / 0.75);
}

.focus\:border-y-ozc-alt-200\/80:focus {
  border-top-color: rgb(255 242 193 / 0.8);
  border-bottom-color: rgb(255 242 193 / 0.8);
}

.focus\:border-y-ozc-alt-200\/90:focus {
  border-top-color: rgb(255 242 193 / 0.9);
  border-bottom-color: rgb(255 242 193 / 0.9);
}

.focus\:border-y-ozc-alt-200\/95:focus {
  border-top-color: rgb(255 242 193 / 0.95);
  border-bottom-color: rgb(255 242 193 / 0.95);
}

.focus\:border-y-ozc-alt-300:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 235 155 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 235 155 / var(--tw-border-opacity));
}

.focus\:border-y-ozc-alt-300\/0:focus {
  border-top-color: rgb(255 235 155 / 0);
  border-bottom-color: rgb(255 235 155 / 0);
}

.focus\:border-y-ozc-alt-300\/10:focus {
  border-top-color: rgb(255 235 155 / 0.1);
  border-bottom-color: rgb(255 235 155 / 0.1);
}

.focus\:border-y-ozc-alt-300\/100:focus {
  border-top-color: rgb(255 235 155 / 1);
  border-bottom-color: rgb(255 235 155 / 1);
}

.focus\:border-y-ozc-alt-300\/20:focus {
  border-top-color: rgb(255 235 155 / 0.2);
  border-bottom-color: rgb(255 235 155 / 0.2);
}

.focus\:border-y-ozc-alt-300\/25:focus {
  border-top-color: rgb(255 235 155 / 0.25);
  border-bottom-color: rgb(255 235 155 / 0.25);
}

.focus\:border-y-ozc-alt-300\/30:focus {
  border-top-color: rgb(255 235 155 / 0.3);
  border-bottom-color: rgb(255 235 155 / 0.3);
}

.focus\:border-y-ozc-alt-300\/40:focus {
  border-top-color: rgb(255 235 155 / 0.4);
  border-bottom-color: rgb(255 235 155 / 0.4);
}

.focus\:border-y-ozc-alt-300\/5:focus {
  border-top-color: rgb(255 235 155 / 0.05);
  border-bottom-color: rgb(255 235 155 / 0.05);
}

.focus\:border-y-ozc-alt-300\/50:focus {
  border-top-color: rgb(255 235 155 / 0.5);
  border-bottom-color: rgb(255 235 155 / 0.5);
}

.focus\:border-y-ozc-alt-300\/60:focus {
  border-top-color: rgb(255 235 155 / 0.6);
  border-bottom-color: rgb(255 235 155 / 0.6);
}

.focus\:border-y-ozc-alt-300\/70:focus {
  border-top-color: rgb(255 235 155 / 0.7);
  border-bottom-color: rgb(255 235 155 / 0.7);
}

.focus\:border-y-ozc-alt-300\/75:focus {
  border-top-color: rgb(255 235 155 / 0.75);
  border-bottom-color: rgb(255 235 155 / 0.75);
}

.focus\:border-y-ozc-alt-300\/80:focus {
  border-top-color: rgb(255 235 155 / 0.8);
  border-bottom-color: rgb(255 235 155 / 0.8);
}

.focus\:border-y-ozc-alt-300\/90:focus {
  border-top-color: rgb(255 235 155 / 0.9);
  border-bottom-color: rgb(255 235 155 / 0.9);
}

.focus\:border-y-ozc-alt-300\/95:focus {
  border-top-color: rgb(255 235 155 / 0.95);
  border-bottom-color: rgb(255 235 155 / 0.95);
}

.focus\:border-y-ozc-alt-400:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 219 80 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 219 80 / var(--tw-border-opacity));
}

.focus\:border-y-ozc-alt-400\/0:focus {
  border-top-color: rgb(255 219 80 / 0);
  border-bottom-color: rgb(255 219 80 / 0);
}

.focus\:border-y-ozc-alt-400\/10:focus {
  border-top-color: rgb(255 219 80 / 0.1);
  border-bottom-color: rgb(255 219 80 / 0.1);
}

.focus\:border-y-ozc-alt-400\/100:focus {
  border-top-color: rgb(255 219 80 / 1);
  border-bottom-color: rgb(255 219 80 / 1);
}

.focus\:border-y-ozc-alt-400\/20:focus {
  border-top-color: rgb(255 219 80 / 0.2);
  border-bottom-color: rgb(255 219 80 / 0.2);
}

.focus\:border-y-ozc-alt-400\/25:focus {
  border-top-color: rgb(255 219 80 / 0.25);
  border-bottom-color: rgb(255 219 80 / 0.25);
}

.focus\:border-y-ozc-alt-400\/30:focus {
  border-top-color: rgb(255 219 80 / 0.3);
  border-bottom-color: rgb(255 219 80 / 0.3);
}

.focus\:border-y-ozc-alt-400\/40:focus {
  border-top-color: rgb(255 219 80 / 0.4);
  border-bottom-color: rgb(255 219 80 / 0.4);
}

.focus\:border-y-ozc-alt-400\/5:focus {
  border-top-color: rgb(255 219 80 / 0.05);
  border-bottom-color: rgb(255 219 80 / 0.05);
}

.focus\:border-y-ozc-alt-400\/50:focus {
  border-top-color: rgb(255 219 80 / 0.5);
  border-bottom-color: rgb(255 219 80 / 0.5);
}

.focus\:border-y-ozc-alt-400\/60:focus {
  border-top-color: rgb(255 219 80 / 0.6);
  border-bottom-color: rgb(255 219 80 / 0.6);
}

.focus\:border-y-ozc-alt-400\/70:focus {
  border-top-color: rgb(255 219 80 / 0.7);
  border-bottom-color: rgb(255 219 80 / 0.7);
}

.focus\:border-y-ozc-alt-400\/75:focus {
  border-top-color: rgb(255 219 80 / 0.75);
  border-bottom-color: rgb(255 219 80 / 0.75);
}

.focus\:border-y-ozc-alt-400\/80:focus {
  border-top-color: rgb(255 219 80 / 0.8);
  border-bottom-color: rgb(255 219 80 / 0.8);
}

.focus\:border-y-ozc-alt-400\/90:focus {
  border-top-color: rgb(255 219 80 / 0.9);
  border-bottom-color: rgb(255 219 80 / 0.9);
}

.focus\:border-y-ozc-alt-400\/95:focus {
  border-top-color: rgb(255 219 80 / 0.95);
  border-bottom-color: rgb(255 219 80 / 0.95);
}

.focus\:border-y-ozc-alt-50:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 252 243 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 252 243 / var(--tw-border-opacity));
}

.focus\:border-y-ozc-alt-50\/0:focus {
  border-top-color: rgb(255 252 243 / 0);
  border-bottom-color: rgb(255 252 243 / 0);
}

.focus\:border-y-ozc-alt-50\/10:focus {
  border-top-color: rgb(255 252 243 / 0.1);
  border-bottom-color: rgb(255 252 243 / 0.1);
}

.focus\:border-y-ozc-alt-50\/100:focus {
  border-top-color: rgb(255 252 243 / 1);
  border-bottom-color: rgb(255 252 243 / 1);
}

.focus\:border-y-ozc-alt-50\/20:focus {
  border-top-color: rgb(255 252 243 / 0.2);
  border-bottom-color: rgb(255 252 243 / 0.2);
}

.focus\:border-y-ozc-alt-50\/25:focus {
  border-top-color: rgb(255 252 243 / 0.25);
  border-bottom-color: rgb(255 252 243 / 0.25);
}

.focus\:border-y-ozc-alt-50\/30:focus {
  border-top-color: rgb(255 252 243 / 0.3);
  border-bottom-color: rgb(255 252 243 / 0.3);
}

.focus\:border-y-ozc-alt-50\/40:focus {
  border-top-color: rgb(255 252 243 / 0.4);
  border-bottom-color: rgb(255 252 243 / 0.4);
}

.focus\:border-y-ozc-alt-50\/5:focus {
  border-top-color: rgb(255 252 243 / 0.05);
  border-bottom-color: rgb(255 252 243 / 0.05);
}

.focus\:border-y-ozc-alt-50\/50:focus {
  border-top-color: rgb(255 252 243 / 0.5);
  border-bottom-color: rgb(255 252 243 / 0.5);
}

.focus\:border-y-ozc-alt-50\/60:focus {
  border-top-color: rgb(255 252 243 / 0.6);
  border-bottom-color: rgb(255 252 243 / 0.6);
}

.focus\:border-y-ozc-alt-50\/70:focus {
  border-top-color: rgb(255 252 243 / 0.7);
  border-bottom-color: rgb(255 252 243 / 0.7);
}

.focus\:border-y-ozc-alt-50\/75:focus {
  border-top-color: rgb(255 252 243 / 0.75);
  border-bottom-color: rgb(255 252 243 / 0.75);
}

.focus\:border-y-ozc-alt-50\/80:focus {
  border-top-color: rgb(255 252 243 / 0.8);
  border-bottom-color: rgb(255 252 243 / 0.8);
}

.focus\:border-y-ozc-alt-50\/90:focus {
  border-top-color: rgb(255 252 243 / 0.9);
  border-bottom-color: rgb(255 252 243 / 0.9);
}

.focus\:border-y-ozc-alt-50\/95:focus {
  border-top-color: rgb(255 252 243 / 0.95);
  border-bottom-color: rgb(255 252 243 / 0.95);
}

.focus\:border-y-ozc-alt-500:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 204 5 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 204 5 / var(--tw-border-opacity));
}

.focus\:border-y-ozc-alt-500\/0:focus {
  border-top-color: rgb(255 204 5 / 0);
  border-bottom-color: rgb(255 204 5 / 0);
}

.focus\:border-y-ozc-alt-500\/10:focus {
  border-top-color: rgb(255 204 5 / 0.1);
  border-bottom-color: rgb(255 204 5 / 0.1);
}

.focus\:border-y-ozc-alt-500\/100:focus {
  border-top-color: rgb(255 204 5 / 1);
  border-bottom-color: rgb(255 204 5 / 1);
}

.focus\:border-y-ozc-alt-500\/20:focus {
  border-top-color: rgb(255 204 5 / 0.2);
  border-bottom-color: rgb(255 204 5 / 0.2);
}

.focus\:border-y-ozc-alt-500\/25:focus {
  border-top-color: rgb(255 204 5 / 0.25);
  border-bottom-color: rgb(255 204 5 / 0.25);
}

.focus\:border-y-ozc-alt-500\/30:focus {
  border-top-color: rgb(255 204 5 / 0.3);
  border-bottom-color: rgb(255 204 5 / 0.3);
}

.focus\:border-y-ozc-alt-500\/40:focus {
  border-top-color: rgb(255 204 5 / 0.4);
  border-bottom-color: rgb(255 204 5 / 0.4);
}

.focus\:border-y-ozc-alt-500\/5:focus {
  border-top-color: rgb(255 204 5 / 0.05);
  border-bottom-color: rgb(255 204 5 / 0.05);
}

.focus\:border-y-ozc-alt-500\/50:focus {
  border-top-color: rgb(255 204 5 / 0.5);
  border-bottom-color: rgb(255 204 5 / 0.5);
}

.focus\:border-y-ozc-alt-500\/60:focus {
  border-top-color: rgb(255 204 5 / 0.6);
  border-bottom-color: rgb(255 204 5 / 0.6);
}

.focus\:border-y-ozc-alt-500\/70:focus {
  border-top-color: rgb(255 204 5 / 0.7);
  border-bottom-color: rgb(255 204 5 / 0.7);
}

.focus\:border-y-ozc-alt-500\/75:focus {
  border-top-color: rgb(255 204 5 / 0.75);
  border-bottom-color: rgb(255 204 5 / 0.75);
}

.focus\:border-y-ozc-alt-500\/80:focus {
  border-top-color: rgb(255 204 5 / 0.8);
  border-bottom-color: rgb(255 204 5 / 0.8);
}

.focus\:border-y-ozc-alt-500\/90:focus {
  border-top-color: rgb(255 204 5 / 0.9);
  border-bottom-color: rgb(255 204 5 / 0.9);
}

.focus\:border-y-ozc-alt-500\/95:focus {
  border-top-color: rgb(255 204 5 / 0.95);
  border-bottom-color: rgb(255 204 5 / 0.95);
}

.focus\:border-y-ozc-alt-600:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(230 184 5 / var(--tw-border-opacity));
  border-bottom-color: rgb(230 184 5 / var(--tw-border-opacity));
}

.focus\:border-y-ozc-alt-600\/0:focus {
  border-top-color: rgb(230 184 5 / 0);
  border-bottom-color: rgb(230 184 5 / 0);
}

.focus\:border-y-ozc-alt-600\/10:focus {
  border-top-color: rgb(230 184 5 / 0.1);
  border-bottom-color: rgb(230 184 5 / 0.1);
}

.focus\:border-y-ozc-alt-600\/100:focus {
  border-top-color: rgb(230 184 5 / 1);
  border-bottom-color: rgb(230 184 5 / 1);
}

.focus\:border-y-ozc-alt-600\/20:focus {
  border-top-color: rgb(230 184 5 / 0.2);
  border-bottom-color: rgb(230 184 5 / 0.2);
}

.focus\:border-y-ozc-alt-600\/25:focus {
  border-top-color: rgb(230 184 5 / 0.25);
  border-bottom-color: rgb(230 184 5 / 0.25);
}

.focus\:border-y-ozc-alt-600\/30:focus {
  border-top-color: rgb(230 184 5 / 0.3);
  border-bottom-color: rgb(230 184 5 / 0.3);
}

.focus\:border-y-ozc-alt-600\/40:focus {
  border-top-color: rgb(230 184 5 / 0.4);
  border-bottom-color: rgb(230 184 5 / 0.4);
}

.focus\:border-y-ozc-alt-600\/5:focus {
  border-top-color: rgb(230 184 5 / 0.05);
  border-bottom-color: rgb(230 184 5 / 0.05);
}

.focus\:border-y-ozc-alt-600\/50:focus {
  border-top-color: rgb(230 184 5 / 0.5);
  border-bottom-color: rgb(230 184 5 / 0.5);
}

.focus\:border-y-ozc-alt-600\/60:focus {
  border-top-color: rgb(230 184 5 / 0.6);
  border-bottom-color: rgb(230 184 5 / 0.6);
}

.focus\:border-y-ozc-alt-600\/70:focus {
  border-top-color: rgb(230 184 5 / 0.7);
  border-bottom-color: rgb(230 184 5 / 0.7);
}

.focus\:border-y-ozc-alt-600\/75:focus {
  border-top-color: rgb(230 184 5 / 0.75);
  border-bottom-color: rgb(230 184 5 / 0.75);
}

.focus\:border-y-ozc-alt-600\/80:focus {
  border-top-color: rgb(230 184 5 / 0.8);
  border-bottom-color: rgb(230 184 5 / 0.8);
}

.focus\:border-y-ozc-alt-600\/90:focus {
  border-top-color: rgb(230 184 5 / 0.9);
  border-bottom-color: rgb(230 184 5 / 0.9);
}

.focus\:border-y-ozc-alt-600\/95:focus {
  border-top-color: rgb(230 184 5 / 0.95);
  border-bottom-color: rgb(230 184 5 / 0.95);
}

.focus\:border-y-ozc-alt-700:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(153 122 3 / var(--tw-border-opacity));
  border-bottom-color: rgb(153 122 3 / var(--tw-border-opacity));
}

.focus\:border-y-ozc-alt-700\/0:focus {
  border-top-color: rgb(153 122 3 / 0);
  border-bottom-color: rgb(153 122 3 / 0);
}

.focus\:border-y-ozc-alt-700\/10:focus {
  border-top-color: rgb(153 122 3 / 0.1);
  border-bottom-color: rgb(153 122 3 / 0.1);
}

.focus\:border-y-ozc-alt-700\/100:focus {
  border-top-color: rgb(153 122 3 / 1);
  border-bottom-color: rgb(153 122 3 / 1);
}

.focus\:border-y-ozc-alt-700\/20:focus {
  border-top-color: rgb(153 122 3 / 0.2);
  border-bottom-color: rgb(153 122 3 / 0.2);
}

.focus\:border-y-ozc-alt-700\/25:focus {
  border-top-color: rgb(153 122 3 / 0.25);
  border-bottom-color: rgb(153 122 3 / 0.25);
}

.focus\:border-y-ozc-alt-700\/30:focus {
  border-top-color: rgb(153 122 3 / 0.3);
  border-bottom-color: rgb(153 122 3 / 0.3);
}

.focus\:border-y-ozc-alt-700\/40:focus {
  border-top-color: rgb(153 122 3 / 0.4);
  border-bottom-color: rgb(153 122 3 / 0.4);
}

.focus\:border-y-ozc-alt-700\/5:focus {
  border-top-color: rgb(153 122 3 / 0.05);
  border-bottom-color: rgb(153 122 3 / 0.05);
}

.focus\:border-y-ozc-alt-700\/50:focus {
  border-top-color: rgb(153 122 3 / 0.5);
  border-bottom-color: rgb(153 122 3 / 0.5);
}

.focus\:border-y-ozc-alt-700\/60:focus {
  border-top-color: rgb(153 122 3 / 0.6);
  border-bottom-color: rgb(153 122 3 / 0.6);
}

.focus\:border-y-ozc-alt-700\/70:focus {
  border-top-color: rgb(153 122 3 / 0.7);
  border-bottom-color: rgb(153 122 3 / 0.7);
}

.focus\:border-y-ozc-alt-700\/75:focus {
  border-top-color: rgb(153 122 3 / 0.75);
  border-bottom-color: rgb(153 122 3 / 0.75);
}

.focus\:border-y-ozc-alt-700\/80:focus {
  border-top-color: rgb(153 122 3 / 0.8);
  border-bottom-color: rgb(153 122 3 / 0.8);
}

.focus\:border-y-ozc-alt-700\/90:focus {
  border-top-color: rgb(153 122 3 / 0.9);
  border-bottom-color: rgb(153 122 3 / 0.9);
}

.focus\:border-y-ozc-alt-700\/95:focus {
  border-top-color: rgb(153 122 3 / 0.95);
  border-bottom-color: rgb(153 122 3 / 0.95);
}

.focus\:border-y-ozc-alt-800:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(115 92 2 / var(--tw-border-opacity));
  border-bottom-color: rgb(115 92 2 / var(--tw-border-opacity));
}

.focus\:border-y-ozc-alt-800\/0:focus {
  border-top-color: rgb(115 92 2 / 0);
  border-bottom-color: rgb(115 92 2 / 0);
}

.focus\:border-y-ozc-alt-800\/10:focus {
  border-top-color: rgb(115 92 2 / 0.1);
  border-bottom-color: rgb(115 92 2 / 0.1);
}

.focus\:border-y-ozc-alt-800\/100:focus {
  border-top-color: rgb(115 92 2 / 1);
  border-bottom-color: rgb(115 92 2 / 1);
}

.focus\:border-y-ozc-alt-800\/20:focus {
  border-top-color: rgb(115 92 2 / 0.2);
  border-bottom-color: rgb(115 92 2 / 0.2);
}

.focus\:border-y-ozc-alt-800\/25:focus {
  border-top-color: rgb(115 92 2 / 0.25);
  border-bottom-color: rgb(115 92 2 / 0.25);
}

.focus\:border-y-ozc-alt-800\/30:focus {
  border-top-color: rgb(115 92 2 / 0.3);
  border-bottom-color: rgb(115 92 2 / 0.3);
}

.focus\:border-y-ozc-alt-800\/40:focus {
  border-top-color: rgb(115 92 2 / 0.4);
  border-bottom-color: rgb(115 92 2 / 0.4);
}

.focus\:border-y-ozc-alt-800\/5:focus {
  border-top-color: rgb(115 92 2 / 0.05);
  border-bottom-color: rgb(115 92 2 / 0.05);
}

.focus\:border-y-ozc-alt-800\/50:focus {
  border-top-color: rgb(115 92 2 / 0.5);
  border-bottom-color: rgb(115 92 2 / 0.5);
}

.focus\:border-y-ozc-alt-800\/60:focus {
  border-top-color: rgb(115 92 2 / 0.6);
  border-bottom-color: rgb(115 92 2 / 0.6);
}

.focus\:border-y-ozc-alt-800\/70:focus {
  border-top-color: rgb(115 92 2 / 0.7);
  border-bottom-color: rgb(115 92 2 / 0.7);
}

.focus\:border-y-ozc-alt-800\/75:focus {
  border-top-color: rgb(115 92 2 / 0.75);
  border-bottom-color: rgb(115 92 2 / 0.75);
}

.focus\:border-y-ozc-alt-800\/80:focus {
  border-top-color: rgb(115 92 2 / 0.8);
  border-bottom-color: rgb(115 92 2 / 0.8);
}

.focus\:border-y-ozc-alt-800\/90:focus {
  border-top-color: rgb(115 92 2 / 0.9);
  border-bottom-color: rgb(115 92 2 / 0.9);
}

.focus\:border-y-ozc-alt-800\/95:focus {
  border-top-color: rgb(115 92 2 / 0.95);
  border-bottom-color: rgb(115 92 2 / 0.95);
}

.focus\:border-y-ozc-alt-900:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(42 45 51 / var(--tw-border-opacity));
  border-bottom-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.focus\:border-y-ozc-alt-900\/0:focus {
  border-top-color: rgb(42 45 51 / 0);
  border-bottom-color: rgb(42 45 51 / 0);
}

.focus\:border-y-ozc-alt-900\/10:focus {
  border-top-color: rgb(42 45 51 / 0.1);
  border-bottom-color: rgb(42 45 51 / 0.1);
}

.focus\:border-y-ozc-alt-900\/100:focus {
  border-top-color: rgb(42 45 51 / 1);
  border-bottom-color: rgb(42 45 51 / 1);
}

.focus\:border-y-ozc-alt-900\/20:focus {
  border-top-color: rgb(42 45 51 / 0.2);
  border-bottom-color: rgb(42 45 51 / 0.2);
}

.focus\:border-y-ozc-alt-900\/25:focus {
  border-top-color: rgb(42 45 51 / 0.25);
  border-bottom-color: rgb(42 45 51 / 0.25);
}

.focus\:border-y-ozc-alt-900\/30:focus {
  border-top-color: rgb(42 45 51 / 0.3);
  border-bottom-color: rgb(42 45 51 / 0.3);
}

.focus\:border-y-ozc-alt-900\/40:focus {
  border-top-color: rgb(42 45 51 / 0.4);
  border-bottom-color: rgb(42 45 51 / 0.4);
}

.focus\:border-y-ozc-alt-900\/5:focus {
  border-top-color: rgb(42 45 51 / 0.05);
  border-bottom-color: rgb(42 45 51 / 0.05);
}

.focus\:border-y-ozc-alt-900\/50:focus {
  border-top-color: rgb(42 45 51 / 0.5);
  border-bottom-color: rgb(42 45 51 / 0.5);
}

.focus\:border-y-ozc-alt-900\/60:focus {
  border-top-color: rgb(42 45 51 / 0.6);
  border-bottom-color: rgb(42 45 51 / 0.6);
}

.focus\:border-y-ozc-alt-900\/70:focus {
  border-top-color: rgb(42 45 51 / 0.7);
  border-bottom-color: rgb(42 45 51 / 0.7);
}

.focus\:border-y-ozc-alt-900\/75:focus {
  border-top-color: rgb(42 45 51 / 0.75);
  border-bottom-color: rgb(42 45 51 / 0.75);
}

.focus\:border-y-ozc-alt-900\/80:focus {
  border-top-color: rgb(42 45 51 / 0.8);
  border-bottom-color: rgb(42 45 51 / 0.8);
}

.focus\:border-y-ozc-alt-900\/90:focus {
  border-top-color: rgb(42 45 51 / 0.9);
  border-bottom-color: rgb(42 45 51 / 0.9);
}

.focus\:border-y-ozc-alt-900\/95:focus {
  border-top-color: rgb(42 45 51 / 0.95);
  border-bottom-color: rgb(42 45 51 / 0.95);
}

.focus\:border-y-pink-100:focus {
  --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));
}

.focus\:border-y-pink-100\/0:focus {
  border-top-color: rgb(252 231 243 / 0);
  border-bottom-color: rgb(252 231 243 / 0);
}

.focus\:border-y-pink-100\/10:focus {
  border-top-color: rgb(252 231 243 / 0.1);
  border-bottom-color: rgb(252 231 243 / 0.1);
}

.focus\:border-y-pink-100\/100:focus {
  border-top-color: rgb(252 231 243 / 1);
  border-bottom-color: rgb(252 231 243 / 1);
}

.focus\:border-y-pink-100\/20:focus {
  border-top-color: rgb(252 231 243 / 0.2);
  border-bottom-color: rgb(252 231 243 / 0.2);
}

.focus\:border-y-pink-100\/25:focus {
  border-top-color: rgb(252 231 243 / 0.25);
  border-bottom-color: rgb(252 231 243 / 0.25);
}

.focus\:border-y-pink-100\/30:focus {
  border-top-color: rgb(252 231 243 / 0.3);
  border-bottom-color: rgb(252 231 243 / 0.3);
}

.focus\:border-y-pink-100\/40:focus {
  border-top-color: rgb(252 231 243 / 0.4);
  border-bottom-color: rgb(252 231 243 / 0.4);
}

.focus\:border-y-pink-100\/5:focus {
  border-top-color: rgb(252 231 243 / 0.05);
  border-bottom-color: rgb(252 231 243 / 0.05);
}

.focus\:border-y-pink-100\/50:focus {
  border-top-color: rgb(252 231 243 / 0.5);
  border-bottom-color: rgb(252 231 243 / 0.5);
}

.focus\:border-y-pink-100\/60:focus {
  border-top-color: rgb(252 231 243 / 0.6);
  border-bottom-color: rgb(252 231 243 / 0.6);
}

.focus\:border-y-pink-100\/70:focus {
  border-top-color: rgb(252 231 243 / 0.7);
  border-bottom-color: rgb(252 231 243 / 0.7);
}

.focus\:border-y-pink-100\/75:focus {
  border-top-color: rgb(252 231 243 / 0.75);
  border-bottom-color: rgb(252 231 243 / 0.75);
}

.focus\:border-y-pink-100\/80:focus {
  border-top-color: rgb(252 231 243 / 0.8);
  border-bottom-color: rgb(252 231 243 / 0.8);
}

.focus\:border-y-pink-100\/90:focus {
  border-top-color: rgb(252 231 243 / 0.9);
  border-bottom-color: rgb(252 231 243 / 0.9);
}

.focus\:border-y-pink-100\/95:focus {
  border-top-color: rgb(252 231 243 / 0.95);
  border-bottom-color: rgb(252 231 243 / 0.95);
}

.focus\:border-y-pink-200:focus {
  --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));
}

.focus\:border-y-pink-200\/0:focus {
  border-top-color: rgb(251 207 232 / 0);
  border-bottom-color: rgb(251 207 232 / 0);
}

.focus\:border-y-pink-200\/10:focus {
  border-top-color: rgb(251 207 232 / 0.1);
  border-bottom-color: rgb(251 207 232 / 0.1);
}

.focus\:border-y-pink-200\/100:focus {
  border-top-color: rgb(251 207 232 / 1);
  border-bottom-color: rgb(251 207 232 / 1);
}

.focus\:border-y-pink-200\/20:focus {
  border-top-color: rgb(251 207 232 / 0.2);
  border-bottom-color: rgb(251 207 232 / 0.2);
}

.focus\:border-y-pink-200\/25:focus {
  border-top-color: rgb(251 207 232 / 0.25);
  border-bottom-color: rgb(251 207 232 / 0.25);
}

.focus\:border-y-pink-200\/30:focus {
  border-top-color: rgb(251 207 232 / 0.3);
  border-bottom-color: rgb(251 207 232 / 0.3);
}

.focus\:border-y-pink-200\/40:focus {
  border-top-color: rgb(251 207 232 / 0.4);
  border-bottom-color: rgb(251 207 232 / 0.4);
}

.focus\:border-y-pink-200\/5:focus {
  border-top-color: rgb(251 207 232 / 0.05);
  border-bottom-color: rgb(251 207 232 / 0.05);
}

.focus\:border-y-pink-200\/50:focus {
  border-top-color: rgb(251 207 232 / 0.5);
  border-bottom-color: rgb(251 207 232 / 0.5);
}

.focus\:border-y-pink-200\/60:focus {
  border-top-color: rgb(251 207 232 / 0.6);
  border-bottom-color: rgb(251 207 232 / 0.6);
}

.focus\:border-y-pink-200\/70:focus {
  border-top-color: rgb(251 207 232 / 0.7);
  border-bottom-color: rgb(251 207 232 / 0.7);
}

.focus\:border-y-pink-200\/75:focus {
  border-top-color: rgb(251 207 232 / 0.75);
  border-bottom-color: rgb(251 207 232 / 0.75);
}

.focus\:border-y-pink-200\/80:focus {
  border-top-color: rgb(251 207 232 / 0.8);
  border-bottom-color: rgb(251 207 232 / 0.8);
}

.focus\:border-y-pink-200\/90:focus {
  border-top-color: rgb(251 207 232 / 0.9);
  border-bottom-color: rgb(251 207 232 / 0.9);
}

.focus\:border-y-pink-200\/95:focus {
  border-top-color: rgb(251 207 232 / 0.95);
  border-bottom-color: rgb(251 207 232 / 0.95);
}

.focus\:border-y-pink-300:focus {
  --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));
}

.focus\:border-y-pink-300\/0:focus {
  border-top-color: rgb(249 168 212 / 0);
  border-bottom-color: rgb(249 168 212 / 0);
}

.focus\:border-y-pink-300\/10:focus {
  border-top-color: rgb(249 168 212 / 0.1);
  border-bottom-color: rgb(249 168 212 / 0.1);
}

.focus\:border-y-pink-300\/100:focus {
  border-top-color: rgb(249 168 212 / 1);
  border-bottom-color: rgb(249 168 212 / 1);
}

.focus\:border-y-pink-300\/20:focus {
  border-top-color: rgb(249 168 212 / 0.2);
  border-bottom-color: rgb(249 168 212 / 0.2);
}

.focus\:border-y-pink-300\/25:focus {
  border-top-color: rgb(249 168 212 / 0.25);
  border-bottom-color: rgb(249 168 212 / 0.25);
}

.focus\:border-y-pink-300\/30:focus {
  border-top-color: rgb(249 168 212 / 0.3);
  border-bottom-color: rgb(249 168 212 / 0.3);
}

.focus\:border-y-pink-300\/40:focus {
  border-top-color: rgb(249 168 212 / 0.4);
  border-bottom-color: rgb(249 168 212 / 0.4);
}

.focus\:border-y-pink-300\/5:focus {
  border-top-color: rgb(249 168 212 / 0.05);
  border-bottom-color: rgb(249 168 212 / 0.05);
}

.focus\:border-y-pink-300\/50:focus {
  border-top-color: rgb(249 168 212 / 0.5);
  border-bottom-color: rgb(249 168 212 / 0.5);
}

.focus\:border-y-pink-300\/60:focus {
  border-top-color: rgb(249 168 212 / 0.6);
  border-bottom-color: rgb(249 168 212 / 0.6);
}

.focus\:border-y-pink-300\/70:focus {
  border-top-color: rgb(249 168 212 / 0.7);
  border-bottom-color: rgb(249 168 212 / 0.7);
}

.focus\:border-y-pink-300\/75:focus {
  border-top-color: rgb(249 168 212 / 0.75);
  border-bottom-color: rgb(249 168 212 / 0.75);
}

.focus\:border-y-pink-300\/80:focus {
  border-top-color: rgb(249 168 212 / 0.8);
  border-bottom-color: rgb(249 168 212 / 0.8);
}

.focus\:border-y-pink-300\/90:focus {
  border-top-color: rgb(249 168 212 / 0.9);
  border-bottom-color: rgb(249 168 212 / 0.9);
}

.focus\:border-y-pink-300\/95:focus {
  border-top-color: rgb(249 168 212 / 0.95);
  border-bottom-color: rgb(249 168 212 / 0.95);
}

.focus\:border-y-pink-400:focus {
  --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));
}

.focus\:border-y-pink-400\/0:focus {
  border-top-color: rgb(244 114 182 / 0);
  border-bottom-color: rgb(244 114 182 / 0);
}

.focus\:border-y-pink-400\/10:focus {
  border-top-color: rgb(244 114 182 / 0.1);
  border-bottom-color: rgb(244 114 182 / 0.1);
}

.focus\:border-y-pink-400\/100:focus {
  border-top-color: rgb(244 114 182 / 1);
  border-bottom-color: rgb(244 114 182 / 1);
}

.focus\:border-y-pink-400\/20:focus {
  border-top-color: rgb(244 114 182 / 0.2);
  border-bottom-color: rgb(244 114 182 / 0.2);
}

.focus\:border-y-pink-400\/25:focus {
  border-top-color: rgb(244 114 182 / 0.25);
  border-bottom-color: rgb(244 114 182 / 0.25);
}

.focus\:border-y-pink-400\/30:focus {
  border-top-color: rgb(244 114 182 / 0.3);
  border-bottom-color: rgb(244 114 182 / 0.3);
}

.focus\:border-y-pink-400\/40:focus {
  border-top-color: rgb(244 114 182 / 0.4);
  border-bottom-color: rgb(244 114 182 / 0.4);
}

.focus\:border-y-pink-400\/5:focus {
  border-top-color: rgb(244 114 182 / 0.05);
  border-bottom-color: rgb(244 114 182 / 0.05);
}

.focus\:border-y-pink-400\/50:focus {
  border-top-color: rgb(244 114 182 / 0.5);
  border-bottom-color: rgb(244 114 182 / 0.5);
}

.focus\:border-y-pink-400\/60:focus {
  border-top-color: rgb(244 114 182 / 0.6);
  border-bottom-color: rgb(244 114 182 / 0.6);
}

.focus\:border-y-pink-400\/70:focus {
  border-top-color: rgb(244 114 182 / 0.7);
  border-bottom-color: rgb(244 114 182 / 0.7);
}

.focus\:border-y-pink-400\/75:focus {
  border-top-color: rgb(244 114 182 / 0.75);
  border-bottom-color: rgb(244 114 182 / 0.75);
}

.focus\:border-y-pink-400\/80:focus {
  border-top-color: rgb(244 114 182 / 0.8);
  border-bottom-color: rgb(244 114 182 / 0.8);
}

.focus\:border-y-pink-400\/90:focus {
  border-top-color: rgb(244 114 182 / 0.9);
  border-bottom-color: rgb(244 114 182 / 0.9);
}

.focus\:border-y-pink-400\/95:focus {
  border-top-color: rgb(244 114 182 / 0.95);
  border-bottom-color: rgb(244 114 182 / 0.95);
}

.focus\:border-y-pink-50:focus {
  --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));
}

.focus\:border-y-pink-50\/0:focus {
  border-top-color: rgb(253 242 248 / 0);
  border-bottom-color: rgb(253 242 248 / 0);
}

.focus\:border-y-pink-50\/10:focus {
  border-top-color: rgb(253 242 248 / 0.1);
  border-bottom-color: rgb(253 242 248 / 0.1);
}

.focus\:border-y-pink-50\/100:focus {
  border-top-color: rgb(253 242 248 / 1);
  border-bottom-color: rgb(253 242 248 / 1);
}

.focus\:border-y-pink-50\/20:focus {
  border-top-color: rgb(253 242 248 / 0.2);
  border-bottom-color: rgb(253 242 248 / 0.2);
}

.focus\:border-y-pink-50\/25:focus {
  border-top-color: rgb(253 242 248 / 0.25);
  border-bottom-color: rgb(253 242 248 / 0.25);
}

.focus\:border-y-pink-50\/30:focus {
  border-top-color: rgb(253 242 248 / 0.3);
  border-bottom-color: rgb(253 242 248 / 0.3);
}

.focus\:border-y-pink-50\/40:focus {
  border-top-color: rgb(253 242 248 / 0.4);
  border-bottom-color: rgb(253 242 248 / 0.4);
}

.focus\:border-y-pink-50\/5:focus {
  border-top-color: rgb(253 242 248 / 0.05);
  border-bottom-color: rgb(253 242 248 / 0.05);
}

.focus\:border-y-pink-50\/50:focus {
  border-top-color: rgb(253 242 248 / 0.5);
  border-bottom-color: rgb(253 242 248 / 0.5);
}

.focus\:border-y-pink-50\/60:focus {
  border-top-color: rgb(253 242 248 / 0.6);
  border-bottom-color: rgb(253 242 248 / 0.6);
}

.focus\:border-y-pink-50\/70:focus {
  border-top-color: rgb(253 242 248 / 0.7);
  border-bottom-color: rgb(253 242 248 / 0.7);
}

.focus\:border-y-pink-50\/75:focus {
  border-top-color: rgb(253 242 248 / 0.75);
  border-bottom-color: rgb(253 242 248 / 0.75);
}

.focus\:border-y-pink-50\/80:focus {
  border-top-color: rgb(253 242 248 / 0.8);
  border-bottom-color: rgb(253 242 248 / 0.8);
}

.focus\:border-y-pink-50\/90:focus {
  border-top-color: rgb(253 242 248 / 0.9);
  border-bottom-color: rgb(253 242 248 / 0.9);
}

.focus\:border-y-pink-50\/95:focus {
  border-top-color: rgb(253 242 248 / 0.95);
  border-bottom-color: rgb(253 242 248 / 0.95);
}

.focus\:border-y-pink-500:focus {
  --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));
}

.focus\:border-y-pink-500\/0:focus {
  border-top-color: rgb(236 72 153 / 0);
  border-bottom-color: rgb(236 72 153 / 0);
}

.focus\:border-y-pink-500\/10:focus {
  border-top-color: rgb(236 72 153 / 0.1);
  border-bottom-color: rgb(236 72 153 / 0.1);
}

.focus\:border-y-pink-500\/100:focus {
  border-top-color: rgb(236 72 153 / 1);
  border-bottom-color: rgb(236 72 153 / 1);
}

.focus\:border-y-pink-500\/20:focus {
  border-top-color: rgb(236 72 153 / 0.2);
  border-bottom-color: rgb(236 72 153 / 0.2);
}

.focus\:border-y-pink-500\/25:focus {
  border-top-color: rgb(236 72 153 / 0.25);
  border-bottom-color: rgb(236 72 153 / 0.25);
}

.focus\:border-y-pink-500\/30:focus {
  border-top-color: rgb(236 72 153 / 0.3);
  border-bottom-color: rgb(236 72 153 / 0.3);
}

.focus\:border-y-pink-500\/40:focus {
  border-top-color: rgb(236 72 153 / 0.4);
  border-bottom-color: rgb(236 72 153 / 0.4);
}

.focus\:border-y-pink-500\/5:focus {
  border-top-color: rgb(236 72 153 / 0.05);
  border-bottom-color: rgb(236 72 153 / 0.05);
}

.focus\:border-y-pink-500\/50:focus {
  border-top-color: rgb(236 72 153 / 0.5);
  border-bottom-color: rgb(236 72 153 / 0.5);
}

.focus\:border-y-pink-500\/60:focus {
  border-top-color: rgb(236 72 153 / 0.6);
  border-bottom-color: rgb(236 72 153 / 0.6);
}

.focus\:border-y-pink-500\/70:focus {
  border-top-color: rgb(236 72 153 / 0.7);
  border-bottom-color: rgb(236 72 153 / 0.7);
}

.focus\:border-y-pink-500\/75:focus {
  border-top-color: rgb(236 72 153 / 0.75);
  border-bottom-color: rgb(236 72 153 / 0.75);
}

.focus\:border-y-pink-500\/80:focus {
  border-top-color: rgb(236 72 153 / 0.8);
  border-bottom-color: rgb(236 72 153 / 0.8);
}

.focus\:border-y-pink-500\/90:focus {
  border-top-color: rgb(236 72 153 / 0.9);
  border-bottom-color: rgb(236 72 153 / 0.9);
}

.focus\:border-y-pink-500\/95:focus {
  border-top-color: rgb(236 72 153 / 0.95);
  border-bottom-color: rgb(236 72 153 / 0.95);
}

.focus\:border-y-pink-600:focus {
  --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));
}

.focus\:border-y-pink-600\/0:focus {
  border-top-color: rgb(219 39 119 / 0);
  border-bottom-color: rgb(219 39 119 / 0);
}

.focus\:border-y-pink-600\/10:focus {
  border-top-color: rgb(219 39 119 / 0.1);
  border-bottom-color: rgb(219 39 119 / 0.1);
}

.focus\:border-y-pink-600\/100:focus {
  border-top-color: rgb(219 39 119 / 1);
  border-bottom-color: rgb(219 39 119 / 1);
}

.focus\:border-y-pink-600\/20:focus {
  border-top-color: rgb(219 39 119 / 0.2);
  border-bottom-color: rgb(219 39 119 / 0.2);
}

.focus\:border-y-pink-600\/25:focus {
  border-top-color: rgb(219 39 119 / 0.25);
  border-bottom-color: rgb(219 39 119 / 0.25);
}

.focus\:border-y-pink-600\/30:focus {
  border-top-color: rgb(219 39 119 / 0.3);
  border-bottom-color: rgb(219 39 119 / 0.3);
}

.focus\:border-y-pink-600\/40:focus {
  border-top-color: rgb(219 39 119 / 0.4);
  border-bottom-color: rgb(219 39 119 / 0.4);
}

.focus\:border-y-pink-600\/5:focus {
  border-top-color: rgb(219 39 119 / 0.05);
  border-bottom-color: rgb(219 39 119 / 0.05);
}

.focus\:border-y-pink-600\/50:focus {
  border-top-color: rgb(219 39 119 / 0.5);
  border-bottom-color: rgb(219 39 119 / 0.5);
}

.focus\:border-y-pink-600\/60:focus {
  border-top-color: rgb(219 39 119 / 0.6);
  border-bottom-color: rgb(219 39 119 / 0.6);
}

.focus\:border-y-pink-600\/70:focus {
  border-top-color: rgb(219 39 119 / 0.7);
  border-bottom-color: rgb(219 39 119 / 0.7);
}

.focus\:border-y-pink-600\/75:focus {
  border-top-color: rgb(219 39 119 / 0.75);
  border-bottom-color: rgb(219 39 119 / 0.75);
}

.focus\:border-y-pink-600\/80:focus {
  border-top-color: rgb(219 39 119 / 0.8);
  border-bottom-color: rgb(219 39 119 / 0.8);
}

.focus\:border-y-pink-600\/90:focus {
  border-top-color: rgb(219 39 119 / 0.9);
  border-bottom-color: rgb(219 39 119 / 0.9);
}

.focus\:border-y-pink-600\/95:focus {
  border-top-color: rgb(219 39 119 / 0.95);
  border-bottom-color: rgb(219 39 119 / 0.95);
}

.focus\:border-y-pink-700:focus {
  --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));
}

.focus\:border-y-pink-700\/0:focus {
  border-top-color: rgb(190 24 93 / 0);
  border-bottom-color: rgb(190 24 93 / 0);
}

.focus\:border-y-pink-700\/10:focus {
  border-top-color: rgb(190 24 93 / 0.1);
  border-bottom-color: rgb(190 24 93 / 0.1);
}

.focus\:border-y-pink-700\/100:focus {
  border-top-color: rgb(190 24 93 / 1);
  border-bottom-color: rgb(190 24 93 / 1);
}

.focus\:border-y-pink-700\/20:focus {
  border-top-color: rgb(190 24 93 / 0.2);
  border-bottom-color: rgb(190 24 93 / 0.2);
}

.focus\:border-y-pink-700\/25:focus {
  border-top-color: rgb(190 24 93 / 0.25);
  border-bottom-color: rgb(190 24 93 / 0.25);
}

.focus\:border-y-pink-700\/30:focus {
  border-top-color: rgb(190 24 93 / 0.3);
  border-bottom-color: rgb(190 24 93 / 0.3);
}

.focus\:border-y-pink-700\/40:focus {
  border-top-color: rgb(190 24 93 / 0.4);
  border-bottom-color: rgb(190 24 93 / 0.4);
}

.focus\:border-y-pink-700\/5:focus {
  border-top-color: rgb(190 24 93 / 0.05);
  border-bottom-color: rgb(190 24 93 / 0.05);
}

.focus\:border-y-pink-700\/50:focus {
  border-top-color: rgb(190 24 93 / 0.5);
  border-bottom-color: rgb(190 24 93 / 0.5);
}

.focus\:border-y-pink-700\/60:focus {
  border-top-color: rgb(190 24 93 / 0.6);
  border-bottom-color: rgb(190 24 93 / 0.6);
}

.focus\:border-y-pink-700\/70:focus {
  border-top-color: rgb(190 24 93 / 0.7);
  border-bottom-color: rgb(190 24 93 / 0.7);
}

.focus\:border-y-pink-700\/75:focus {
  border-top-color: rgb(190 24 93 / 0.75);
  border-bottom-color: rgb(190 24 93 / 0.75);
}

.focus\:border-y-pink-700\/80:focus {
  border-top-color: rgb(190 24 93 / 0.8);
  border-bottom-color: rgb(190 24 93 / 0.8);
}

.focus\:border-y-pink-700\/90:focus {
  border-top-color: rgb(190 24 93 / 0.9);
  border-bottom-color: rgb(190 24 93 / 0.9);
}

.focus\:border-y-pink-700\/95:focus {
  border-top-color: rgb(190 24 93 / 0.95);
  border-bottom-color: rgb(190 24 93 / 0.95);
}

.focus\:border-y-pink-800:focus {
  --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));
}

.focus\:border-y-pink-800\/0:focus {
  border-top-color: rgb(157 23 77 / 0);
  border-bottom-color: rgb(157 23 77 / 0);
}

.focus\:border-y-pink-800\/10:focus {
  border-top-color: rgb(157 23 77 / 0.1);
  border-bottom-color: rgb(157 23 77 / 0.1);
}

.focus\:border-y-pink-800\/100:focus {
  border-top-color: rgb(157 23 77 / 1);
  border-bottom-color: rgb(157 23 77 / 1);
}

.focus\:border-y-pink-800\/20:focus {
  border-top-color: rgb(157 23 77 / 0.2);
  border-bottom-color: rgb(157 23 77 / 0.2);
}

.focus\:border-y-pink-800\/25:focus {
  border-top-color: rgb(157 23 77 / 0.25);
  border-bottom-color: rgb(157 23 77 / 0.25);
}

.focus\:border-y-pink-800\/30:focus {
  border-top-color: rgb(157 23 77 / 0.3);
  border-bottom-color: rgb(157 23 77 / 0.3);
}

.focus\:border-y-pink-800\/40:focus {
  border-top-color: rgb(157 23 77 / 0.4);
  border-bottom-color: rgb(157 23 77 / 0.4);
}

.focus\:border-y-pink-800\/5:focus {
  border-top-color: rgb(157 23 77 / 0.05);
  border-bottom-color: rgb(157 23 77 / 0.05);
}

.focus\:border-y-pink-800\/50:focus {
  border-top-color: rgb(157 23 77 / 0.5);
  border-bottom-color: rgb(157 23 77 / 0.5);
}

.focus\:border-y-pink-800\/60:focus {
  border-top-color: rgb(157 23 77 / 0.6);
  border-bottom-color: rgb(157 23 77 / 0.6);
}

.focus\:border-y-pink-800\/70:focus {
  border-top-color: rgb(157 23 77 / 0.7);
  border-bottom-color: rgb(157 23 77 / 0.7);
}

.focus\:border-y-pink-800\/75:focus {
  border-top-color: rgb(157 23 77 / 0.75);
  border-bottom-color: rgb(157 23 77 / 0.75);
}

.focus\:border-y-pink-800\/80:focus {
  border-top-color: rgb(157 23 77 / 0.8);
  border-bottom-color: rgb(157 23 77 / 0.8);
}

.focus\:border-y-pink-800\/90:focus {
  border-top-color: rgb(157 23 77 / 0.9);
  border-bottom-color: rgb(157 23 77 / 0.9);
}

.focus\:border-y-pink-800\/95:focus {
  border-top-color: rgb(157 23 77 / 0.95);
  border-bottom-color: rgb(157 23 77 / 0.95);
}

.focus\:border-y-pink-900:focus {
  --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));
}

.focus\:border-y-pink-900\/0:focus {
  border-top-color: rgb(131 24 67 / 0);
  border-bottom-color: rgb(131 24 67 / 0);
}

.focus\:border-y-pink-900\/10:focus {
  border-top-color: rgb(131 24 67 / 0.1);
  border-bottom-color: rgb(131 24 67 / 0.1);
}

.focus\:border-y-pink-900\/100:focus {
  border-top-color: rgb(131 24 67 / 1);
  border-bottom-color: rgb(131 24 67 / 1);
}

.focus\:border-y-pink-900\/20:focus {
  border-top-color: rgb(131 24 67 / 0.2);
  border-bottom-color: rgb(131 24 67 / 0.2);
}

.focus\:border-y-pink-900\/25:focus {
  border-top-color: rgb(131 24 67 / 0.25);
  border-bottom-color: rgb(131 24 67 / 0.25);
}

.focus\:border-y-pink-900\/30:focus {
  border-top-color: rgb(131 24 67 / 0.3);
  border-bottom-color: rgb(131 24 67 / 0.3);
}

.focus\:border-y-pink-900\/40:focus {
  border-top-color: rgb(131 24 67 / 0.4);
  border-bottom-color: rgb(131 24 67 / 0.4);
}

.focus\:border-y-pink-900\/5:focus {
  border-top-color: rgb(131 24 67 / 0.05);
  border-bottom-color: rgb(131 24 67 / 0.05);
}

.focus\:border-y-pink-900\/50:focus {
  border-top-color: rgb(131 24 67 / 0.5);
  border-bottom-color: rgb(131 24 67 / 0.5);
}

.focus\:border-y-pink-900\/60:focus {
  border-top-color: rgb(131 24 67 / 0.6);
  border-bottom-color: rgb(131 24 67 / 0.6);
}

.focus\:border-y-pink-900\/70:focus {
  border-top-color: rgb(131 24 67 / 0.7);
  border-bottom-color: rgb(131 24 67 / 0.7);
}

.focus\:border-y-pink-900\/75:focus {
  border-top-color: rgb(131 24 67 / 0.75);
  border-bottom-color: rgb(131 24 67 / 0.75);
}

.focus\:border-y-pink-900\/80:focus {
  border-top-color: rgb(131 24 67 / 0.8);
  border-bottom-color: rgb(131 24 67 / 0.8);
}

.focus\:border-y-pink-900\/90:focus {
  border-top-color: rgb(131 24 67 / 0.9);
  border-bottom-color: rgb(131 24 67 / 0.9);
}

.focus\:border-y-pink-900\/95:focus {
  border-top-color: rgb(131 24 67 / 0.95);
  border-bottom-color: rgb(131 24 67 / 0.95);
}

.focus\:border-y-pink-950:focus {
  --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));
}

.focus\:border-y-pink-950\/0:focus {
  border-top-color: rgb(80 7 36 / 0);
  border-bottom-color: rgb(80 7 36 / 0);
}

.focus\:border-y-pink-950\/10:focus {
  border-top-color: rgb(80 7 36 / 0.1);
  border-bottom-color: rgb(80 7 36 / 0.1);
}

.focus\:border-y-pink-950\/100:focus {
  border-top-color: rgb(80 7 36 / 1);
  border-bottom-color: rgb(80 7 36 / 1);
}

.focus\:border-y-pink-950\/20:focus {
  border-top-color: rgb(80 7 36 / 0.2);
  border-bottom-color: rgb(80 7 36 / 0.2);
}

.focus\:border-y-pink-950\/25:focus {
  border-top-color: rgb(80 7 36 / 0.25);
  border-bottom-color: rgb(80 7 36 / 0.25);
}

.focus\:border-y-pink-950\/30:focus {
  border-top-color: rgb(80 7 36 / 0.3);
  border-bottom-color: rgb(80 7 36 / 0.3);
}

.focus\:border-y-pink-950\/40:focus {
  border-top-color: rgb(80 7 36 / 0.4);
  border-bottom-color: rgb(80 7 36 / 0.4);
}

.focus\:border-y-pink-950\/5:focus {
  border-top-color: rgb(80 7 36 / 0.05);
  border-bottom-color: rgb(80 7 36 / 0.05);
}

.focus\:border-y-pink-950\/50:focus {
  border-top-color: rgb(80 7 36 / 0.5);
  border-bottom-color: rgb(80 7 36 / 0.5);
}

.focus\:border-y-pink-950\/60:focus {
  border-top-color: rgb(80 7 36 / 0.6);
  border-bottom-color: rgb(80 7 36 / 0.6);
}

.focus\:border-y-pink-950\/70:focus {
  border-top-color: rgb(80 7 36 / 0.7);
  border-bottom-color: rgb(80 7 36 / 0.7);
}

.focus\:border-y-pink-950\/75:focus {
  border-top-color: rgb(80 7 36 / 0.75);
  border-bottom-color: rgb(80 7 36 / 0.75);
}

.focus\:border-y-pink-950\/80:focus {
  border-top-color: rgb(80 7 36 / 0.8);
  border-bottom-color: rgb(80 7 36 / 0.8);
}

.focus\:border-y-pink-950\/90:focus {
  border-top-color: rgb(80 7 36 / 0.9);
  border-bottom-color: rgb(80 7 36 / 0.9);
}

.focus\:border-y-pink-950\/95:focus {
  border-top-color: rgb(80 7 36 / 0.95);
  border-bottom-color: rgb(80 7 36 / 0.95);
}

.focus\:border-y-purple-100:focus {
  --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));
}

.focus\:border-y-purple-100\/0:focus {
  border-top-color: rgb(243 232 255 / 0);
  border-bottom-color: rgb(243 232 255 / 0);
}

.focus\:border-y-purple-100\/10:focus {
  border-top-color: rgb(243 232 255 / 0.1);
  border-bottom-color: rgb(243 232 255 / 0.1);
}

.focus\:border-y-purple-100\/100:focus {
  border-top-color: rgb(243 232 255 / 1);
  border-bottom-color: rgb(243 232 255 / 1);
}

.focus\:border-y-purple-100\/20:focus {
  border-top-color: rgb(243 232 255 / 0.2);
  border-bottom-color: rgb(243 232 255 / 0.2);
}

.focus\:border-y-purple-100\/25:focus {
  border-top-color: rgb(243 232 255 / 0.25);
  border-bottom-color: rgb(243 232 255 / 0.25);
}

.focus\:border-y-purple-100\/30:focus {
  border-top-color: rgb(243 232 255 / 0.3);
  border-bottom-color: rgb(243 232 255 / 0.3);
}

.focus\:border-y-purple-100\/40:focus {
  border-top-color: rgb(243 232 255 / 0.4);
  border-bottom-color: rgb(243 232 255 / 0.4);
}

.focus\:border-y-purple-100\/5:focus {
  border-top-color: rgb(243 232 255 / 0.05);
  border-bottom-color: rgb(243 232 255 / 0.05);
}

.focus\:border-y-purple-100\/50:focus {
  border-top-color: rgb(243 232 255 / 0.5);
  border-bottom-color: rgb(243 232 255 / 0.5);
}

.focus\:border-y-purple-100\/60:focus {
  border-top-color: rgb(243 232 255 / 0.6);
  border-bottom-color: rgb(243 232 255 / 0.6);
}

.focus\:border-y-purple-100\/70:focus {
  border-top-color: rgb(243 232 255 / 0.7);
  border-bottom-color: rgb(243 232 255 / 0.7);
}

.focus\:border-y-purple-100\/75:focus {
  border-top-color: rgb(243 232 255 / 0.75);
  border-bottom-color: rgb(243 232 255 / 0.75);
}

.focus\:border-y-purple-100\/80:focus {
  border-top-color: rgb(243 232 255 / 0.8);
  border-bottom-color: rgb(243 232 255 / 0.8);
}

.focus\:border-y-purple-100\/90:focus {
  border-top-color: rgb(243 232 255 / 0.9);
  border-bottom-color: rgb(243 232 255 / 0.9);
}

.focus\:border-y-purple-100\/95:focus {
  border-top-color: rgb(243 232 255 / 0.95);
  border-bottom-color: rgb(243 232 255 / 0.95);
}

.focus\:border-y-purple-200:focus {
  --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));
}

.focus\:border-y-purple-200\/0:focus {
  border-top-color: rgb(233 213 255 / 0);
  border-bottom-color: rgb(233 213 255 / 0);
}

.focus\:border-y-purple-200\/10:focus {
  border-top-color: rgb(233 213 255 / 0.1);
  border-bottom-color: rgb(233 213 255 / 0.1);
}

.focus\:border-y-purple-200\/100:focus {
  border-top-color: rgb(233 213 255 / 1);
  border-bottom-color: rgb(233 213 255 / 1);
}

.focus\:border-y-purple-200\/20:focus {
  border-top-color: rgb(233 213 255 / 0.2);
  border-bottom-color: rgb(233 213 255 / 0.2);
}

.focus\:border-y-purple-200\/25:focus {
  border-top-color: rgb(233 213 255 / 0.25);
  border-bottom-color: rgb(233 213 255 / 0.25);
}

.focus\:border-y-purple-200\/30:focus {
  border-top-color: rgb(233 213 255 / 0.3);
  border-bottom-color: rgb(233 213 255 / 0.3);
}

.focus\:border-y-purple-200\/40:focus {
  border-top-color: rgb(233 213 255 / 0.4);
  border-bottom-color: rgb(233 213 255 / 0.4);
}

.focus\:border-y-purple-200\/5:focus {
  border-top-color: rgb(233 213 255 / 0.05);
  border-bottom-color: rgb(233 213 255 / 0.05);
}

.focus\:border-y-purple-200\/50:focus {
  border-top-color: rgb(233 213 255 / 0.5);
  border-bottom-color: rgb(233 213 255 / 0.5);
}

.focus\:border-y-purple-200\/60:focus {
  border-top-color: rgb(233 213 255 / 0.6);
  border-bottom-color: rgb(233 213 255 / 0.6);
}

.focus\:border-y-purple-200\/70:focus {
  border-top-color: rgb(233 213 255 / 0.7);
  border-bottom-color: rgb(233 213 255 / 0.7);
}

.focus\:border-y-purple-200\/75:focus {
  border-top-color: rgb(233 213 255 / 0.75);
  border-bottom-color: rgb(233 213 255 / 0.75);
}

.focus\:border-y-purple-200\/80:focus {
  border-top-color: rgb(233 213 255 / 0.8);
  border-bottom-color: rgb(233 213 255 / 0.8);
}

.focus\:border-y-purple-200\/90:focus {
  border-top-color: rgb(233 213 255 / 0.9);
  border-bottom-color: rgb(233 213 255 / 0.9);
}

.focus\:border-y-purple-200\/95:focus {
  border-top-color: rgb(233 213 255 / 0.95);
  border-bottom-color: rgb(233 213 255 / 0.95);
}

.focus\:border-y-purple-300:focus {
  --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));
}

.focus\:border-y-purple-300\/0:focus {
  border-top-color: rgb(216 180 254 / 0);
  border-bottom-color: rgb(216 180 254 / 0);
}

.focus\:border-y-purple-300\/10:focus {
  border-top-color: rgb(216 180 254 / 0.1);
  border-bottom-color: rgb(216 180 254 / 0.1);
}

.focus\:border-y-purple-300\/100:focus {
  border-top-color: rgb(216 180 254 / 1);
  border-bottom-color: rgb(216 180 254 / 1);
}

.focus\:border-y-purple-300\/20:focus {
  border-top-color: rgb(216 180 254 / 0.2);
  border-bottom-color: rgb(216 180 254 / 0.2);
}

.focus\:border-y-purple-300\/25:focus {
  border-top-color: rgb(216 180 254 / 0.25);
  border-bottom-color: rgb(216 180 254 / 0.25);
}

.focus\:border-y-purple-300\/30:focus {
  border-top-color: rgb(216 180 254 / 0.3);
  border-bottom-color: rgb(216 180 254 / 0.3);
}

.focus\:border-y-purple-300\/40:focus {
  border-top-color: rgb(216 180 254 / 0.4);
  border-bottom-color: rgb(216 180 254 / 0.4);
}

.focus\:border-y-purple-300\/5:focus {
  border-top-color: rgb(216 180 254 / 0.05);
  border-bottom-color: rgb(216 180 254 / 0.05);
}

.focus\:border-y-purple-300\/50:focus {
  border-top-color: rgb(216 180 254 / 0.5);
  border-bottom-color: rgb(216 180 254 / 0.5);
}

.focus\:border-y-purple-300\/60:focus {
  border-top-color: rgb(216 180 254 / 0.6);
  border-bottom-color: rgb(216 180 254 / 0.6);
}

.focus\:border-y-purple-300\/70:focus {
  border-top-color: rgb(216 180 254 / 0.7);
  border-bottom-color: rgb(216 180 254 / 0.7);
}

.focus\:border-y-purple-300\/75:focus {
  border-top-color: rgb(216 180 254 / 0.75);
  border-bottom-color: rgb(216 180 254 / 0.75);
}

.focus\:border-y-purple-300\/80:focus {
  border-top-color: rgb(216 180 254 / 0.8);
  border-bottom-color: rgb(216 180 254 / 0.8);
}

.focus\:border-y-purple-300\/90:focus {
  border-top-color: rgb(216 180 254 / 0.9);
  border-bottom-color: rgb(216 180 254 / 0.9);
}

.focus\:border-y-purple-300\/95:focus {
  border-top-color: rgb(216 180 254 / 0.95);
  border-bottom-color: rgb(216 180 254 / 0.95);
}

.focus\:border-y-purple-400:focus {
  --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));
}

.focus\:border-y-purple-400\/0:focus {
  border-top-color: rgb(192 132 252 / 0);
  border-bottom-color: rgb(192 132 252 / 0);
}

.focus\:border-y-purple-400\/10:focus {
  border-top-color: rgb(192 132 252 / 0.1);
  border-bottom-color: rgb(192 132 252 / 0.1);
}

.focus\:border-y-purple-400\/100:focus {
  border-top-color: rgb(192 132 252 / 1);
  border-bottom-color: rgb(192 132 252 / 1);
}

.focus\:border-y-purple-400\/20:focus {
  border-top-color: rgb(192 132 252 / 0.2);
  border-bottom-color: rgb(192 132 252 / 0.2);
}

.focus\:border-y-purple-400\/25:focus {
  border-top-color: rgb(192 132 252 / 0.25);
  border-bottom-color: rgb(192 132 252 / 0.25);
}

.focus\:border-y-purple-400\/30:focus {
  border-top-color: rgb(192 132 252 / 0.3);
  border-bottom-color: rgb(192 132 252 / 0.3);
}

.focus\:border-y-purple-400\/40:focus {
  border-top-color: rgb(192 132 252 / 0.4);
  border-bottom-color: rgb(192 132 252 / 0.4);
}

.focus\:border-y-purple-400\/5:focus {
  border-top-color: rgb(192 132 252 / 0.05);
  border-bottom-color: rgb(192 132 252 / 0.05);
}

.focus\:border-y-purple-400\/50:focus {
  border-top-color: rgb(192 132 252 / 0.5);
  border-bottom-color: rgb(192 132 252 / 0.5);
}

.focus\:border-y-purple-400\/60:focus {
  border-top-color: rgb(192 132 252 / 0.6);
  border-bottom-color: rgb(192 132 252 / 0.6);
}

.focus\:border-y-purple-400\/70:focus {
  border-top-color: rgb(192 132 252 / 0.7);
  border-bottom-color: rgb(192 132 252 / 0.7);
}

.focus\:border-y-purple-400\/75:focus {
  border-top-color: rgb(192 132 252 / 0.75);
  border-bottom-color: rgb(192 132 252 / 0.75);
}

.focus\:border-y-purple-400\/80:focus {
  border-top-color: rgb(192 132 252 / 0.8);
  border-bottom-color: rgb(192 132 252 / 0.8);
}

.focus\:border-y-purple-400\/90:focus {
  border-top-color: rgb(192 132 252 / 0.9);
  border-bottom-color: rgb(192 132 252 / 0.9);
}

.focus\:border-y-purple-400\/95:focus {
  border-top-color: rgb(192 132 252 / 0.95);
  border-bottom-color: rgb(192 132 252 / 0.95);
}

.focus\:border-y-purple-50:focus {
  --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));
}

.focus\:border-y-purple-50\/0:focus {
  border-top-color: rgb(250 245 255 / 0);
  border-bottom-color: rgb(250 245 255 / 0);
}

.focus\:border-y-purple-50\/10:focus {
  border-top-color: rgb(250 245 255 / 0.1);
  border-bottom-color: rgb(250 245 255 / 0.1);
}

.focus\:border-y-purple-50\/100:focus {
  border-top-color: rgb(250 245 255 / 1);
  border-bottom-color: rgb(250 245 255 / 1);
}

.focus\:border-y-purple-50\/20:focus {
  border-top-color: rgb(250 245 255 / 0.2);
  border-bottom-color: rgb(250 245 255 / 0.2);
}

.focus\:border-y-purple-50\/25:focus {
  border-top-color: rgb(250 245 255 / 0.25);
  border-bottom-color: rgb(250 245 255 / 0.25);
}

.focus\:border-y-purple-50\/30:focus {
  border-top-color: rgb(250 245 255 / 0.3);
  border-bottom-color: rgb(250 245 255 / 0.3);
}

.focus\:border-y-purple-50\/40:focus {
  border-top-color: rgb(250 245 255 / 0.4);
  border-bottom-color: rgb(250 245 255 / 0.4);
}

.focus\:border-y-purple-50\/5:focus {
  border-top-color: rgb(250 245 255 / 0.05);
  border-bottom-color: rgb(250 245 255 / 0.05);
}

.focus\:border-y-purple-50\/50:focus {
  border-top-color: rgb(250 245 255 / 0.5);
  border-bottom-color: rgb(250 245 255 / 0.5);
}

.focus\:border-y-purple-50\/60:focus {
  border-top-color: rgb(250 245 255 / 0.6);
  border-bottom-color: rgb(250 245 255 / 0.6);
}

.focus\:border-y-purple-50\/70:focus {
  border-top-color: rgb(250 245 255 / 0.7);
  border-bottom-color: rgb(250 245 255 / 0.7);
}

.focus\:border-y-purple-50\/75:focus {
  border-top-color: rgb(250 245 255 / 0.75);
  border-bottom-color: rgb(250 245 255 / 0.75);
}

.focus\:border-y-purple-50\/80:focus {
  border-top-color: rgb(250 245 255 / 0.8);
  border-bottom-color: rgb(250 245 255 / 0.8);
}

.focus\:border-y-purple-50\/90:focus {
  border-top-color: rgb(250 245 255 / 0.9);
  border-bottom-color: rgb(250 245 255 / 0.9);
}

.focus\:border-y-purple-50\/95:focus {
  border-top-color: rgb(250 245 255 / 0.95);
  border-bottom-color: rgb(250 245 255 / 0.95);
}

.focus\:border-y-purple-500:focus {
  --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));
}

.focus\:border-y-purple-500\/0:focus {
  border-top-color: rgb(168 85 247 / 0);
  border-bottom-color: rgb(168 85 247 / 0);
}

.focus\:border-y-purple-500\/10:focus {
  border-top-color: rgb(168 85 247 / 0.1);
  border-bottom-color: rgb(168 85 247 / 0.1);
}

.focus\:border-y-purple-500\/100:focus {
  border-top-color: rgb(168 85 247 / 1);
  border-bottom-color: rgb(168 85 247 / 1);
}

.focus\:border-y-purple-500\/20:focus {
  border-top-color: rgb(168 85 247 / 0.2);
  border-bottom-color: rgb(168 85 247 / 0.2);
}

.focus\:border-y-purple-500\/25:focus {
  border-top-color: rgb(168 85 247 / 0.25);
  border-bottom-color: rgb(168 85 247 / 0.25);
}

.focus\:border-y-purple-500\/30:focus {
  border-top-color: rgb(168 85 247 / 0.3);
  border-bottom-color: rgb(168 85 247 / 0.3);
}

.focus\:border-y-purple-500\/40:focus {
  border-top-color: rgb(168 85 247 / 0.4);
  border-bottom-color: rgb(168 85 247 / 0.4);
}

.focus\:border-y-purple-500\/5:focus {
  border-top-color: rgb(168 85 247 / 0.05);
  border-bottom-color: rgb(168 85 247 / 0.05);
}

.focus\:border-y-purple-500\/50:focus {
  border-top-color: rgb(168 85 247 / 0.5);
  border-bottom-color: rgb(168 85 247 / 0.5);
}

.focus\:border-y-purple-500\/60:focus {
  border-top-color: rgb(168 85 247 / 0.6);
  border-bottom-color: rgb(168 85 247 / 0.6);
}

.focus\:border-y-purple-500\/70:focus {
  border-top-color: rgb(168 85 247 / 0.7);
  border-bottom-color: rgb(168 85 247 / 0.7);
}

.focus\:border-y-purple-500\/75:focus {
  border-top-color: rgb(168 85 247 / 0.75);
  border-bottom-color: rgb(168 85 247 / 0.75);
}

.focus\:border-y-purple-500\/80:focus {
  border-top-color: rgb(168 85 247 / 0.8);
  border-bottom-color: rgb(168 85 247 / 0.8);
}

.focus\:border-y-purple-500\/90:focus {
  border-top-color: rgb(168 85 247 / 0.9);
  border-bottom-color: rgb(168 85 247 / 0.9);
}

.focus\:border-y-purple-500\/95:focus {
  border-top-color: rgb(168 85 247 / 0.95);
  border-bottom-color: rgb(168 85 247 / 0.95);
}

.focus\:border-y-purple-600:focus {
  --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));
}

.focus\:border-y-purple-600\/0:focus {
  border-top-color: rgb(147 51 234 / 0);
  border-bottom-color: rgb(147 51 234 / 0);
}

.focus\:border-y-purple-600\/10:focus {
  border-top-color: rgb(147 51 234 / 0.1);
  border-bottom-color: rgb(147 51 234 / 0.1);
}

.focus\:border-y-purple-600\/100:focus {
  border-top-color: rgb(147 51 234 / 1);
  border-bottom-color: rgb(147 51 234 / 1);
}

.focus\:border-y-purple-600\/20:focus {
  border-top-color: rgb(147 51 234 / 0.2);
  border-bottom-color: rgb(147 51 234 / 0.2);
}

.focus\:border-y-purple-600\/25:focus {
  border-top-color: rgb(147 51 234 / 0.25);
  border-bottom-color: rgb(147 51 234 / 0.25);
}

.focus\:border-y-purple-600\/30:focus {
  border-top-color: rgb(147 51 234 / 0.3);
  border-bottom-color: rgb(147 51 234 / 0.3);
}

.focus\:border-y-purple-600\/40:focus {
  border-top-color: rgb(147 51 234 / 0.4);
  border-bottom-color: rgb(147 51 234 / 0.4);
}

.focus\:border-y-purple-600\/5:focus {
  border-top-color: rgb(147 51 234 / 0.05);
  border-bottom-color: rgb(147 51 234 / 0.05);
}

.focus\:border-y-purple-600\/50:focus {
  border-top-color: rgb(147 51 234 / 0.5);
  border-bottom-color: rgb(147 51 234 / 0.5);
}

.focus\:border-y-purple-600\/60:focus {
  border-top-color: rgb(147 51 234 / 0.6);
  border-bottom-color: rgb(147 51 234 / 0.6);
}

.focus\:border-y-purple-600\/70:focus {
  border-top-color: rgb(147 51 234 / 0.7);
  border-bottom-color: rgb(147 51 234 / 0.7);
}

.focus\:border-y-purple-600\/75:focus {
  border-top-color: rgb(147 51 234 / 0.75);
  border-bottom-color: rgb(147 51 234 / 0.75);
}

.focus\:border-y-purple-600\/80:focus {
  border-top-color: rgb(147 51 234 / 0.8);
  border-bottom-color: rgb(147 51 234 / 0.8);
}

.focus\:border-y-purple-600\/90:focus {
  border-top-color: rgb(147 51 234 / 0.9);
  border-bottom-color: rgb(147 51 234 / 0.9);
}

.focus\:border-y-purple-600\/95:focus {
  border-top-color: rgb(147 51 234 / 0.95);
  border-bottom-color: rgb(147 51 234 / 0.95);
}

.focus\:border-y-purple-700:focus {
  --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));
}

.focus\:border-y-purple-700\/0:focus {
  border-top-color: rgb(126 34 206 / 0);
  border-bottom-color: rgb(126 34 206 / 0);
}

.focus\:border-y-purple-700\/10:focus {
  border-top-color: rgb(126 34 206 / 0.1);
  border-bottom-color: rgb(126 34 206 / 0.1);
}

.focus\:border-y-purple-700\/100:focus {
  border-top-color: rgb(126 34 206 / 1);
  border-bottom-color: rgb(126 34 206 / 1);
}

.focus\:border-y-purple-700\/20:focus {
  border-top-color: rgb(126 34 206 / 0.2);
  border-bottom-color: rgb(126 34 206 / 0.2);
}

.focus\:border-y-purple-700\/25:focus {
  border-top-color: rgb(126 34 206 / 0.25);
  border-bottom-color: rgb(126 34 206 / 0.25);
}

.focus\:border-y-purple-700\/30:focus {
  border-top-color: rgb(126 34 206 / 0.3);
  border-bottom-color: rgb(126 34 206 / 0.3);
}

.focus\:border-y-purple-700\/40:focus {
  border-top-color: rgb(126 34 206 / 0.4);
  border-bottom-color: rgb(126 34 206 / 0.4);
}

.focus\:border-y-purple-700\/5:focus {
  border-top-color: rgb(126 34 206 / 0.05);
  border-bottom-color: rgb(126 34 206 / 0.05);
}

.focus\:border-y-purple-700\/50:focus {
  border-top-color: rgb(126 34 206 / 0.5);
  border-bottom-color: rgb(126 34 206 / 0.5);
}

.focus\:border-y-purple-700\/60:focus {
  border-top-color: rgb(126 34 206 / 0.6);
  border-bottom-color: rgb(126 34 206 / 0.6);
}

.focus\:border-y-purple-700\/70:focus {
  border-top-color: rgb(126 34 206 / 0.7);
  border-bottom-color: rgb(126 34 206 / 0.7);
}

.focus\:border-y-purple-700\/75:focus {
  border-top-color: rgb(126 34 206 / 0.75);
  border-bottom-color: rgb(126 34 206 / 0.75);
}

.focus\:border-y-purple-700\/80:focus {
  border-top-color: rgb(126 34 206 / 0.8);
  border-bottom-color: rgb(126 34 206 / 0.8);
}

.focus\:border-y-purple-700\/90:focus {
  border-top-color: rgb(126 34 206 / 0.9);
  border-bottom-color: rgb(126 34 206 / 0.9);
}

.focus\:border-y-purple-700\/95:focus {
  border-top-color: rgb(126 34 206 / 0.95);
  border-bottom-color: rgb(126 34 206 / 0.95);
}

.focus\:border-y-purple-800:focus {
  --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));
}

.focus\:border-y-purple-800\/0:focus {
  border-top-color: rgb(107 33 168 / 0);
  border-bottom-color: rgb(107 33 168 / 0);
}

.focus\:border-y-purple-800\/10:focus {
  border-top-color: rgb(107 33 168 / 0.1);
  border-bottom-color: rgb(107 33 168 / 0.1);
}

.focus\:border-y-purple-800\/100:focus {
  border-top-color: rgb(107 33 168 / 1);
  border-bottom-color: rgb(107 33 168 / 1);
}

.focus\:border-y-purple-800\/20:focus {
  border-top-color: rgb(107 33 168 / 0.2);
  border-bottom-color: rgb(107 33 168 / 0.2);
}

.focus\:border-y-purple-800\/25:focus {
  border-top-color: rgb(107 33 168 / 0.25);
  border-bottom-color: rgb(107 33 168 / 0.25);
}

.focus\:border-y-purple-800\/30:focus {
  border-top-color: rgb(107 33 168 / 0.3);
  border-bottom-color: rgb(107 33 168 / 0.3);
}

.focus\:border-y-purple-800\/40:focus {
  border-top-color: rgb(107 33 168 / 0.4);
  border-bottom-color: rgb(107 33 168 / 0.4);
}

.focus\:border-y-purple-800\/5:focus {
  border-top-color: rgb(107 33 168 / 0.05);
  border-bottom-color: rgb(107 33 168 / 0.05);
}

.focus\:border-y-purple-800\/50:focus {
  border-top-color: rgb(107 33 168 / 0.5);
  border-bottom-color: rgb(107 33 168 / 0.5);
}

.focus\:border-y-purple-800\/60:focus {
  border-top-color: rgb(107 33 168 / 0.6);
  border-bottom-color: rgb(107 33 168 / 0.6);
}

.focus\:border-y-purple-800\/70:focus {
  border-top-color: rgb(107 33 168 / 0.7);
  border-bottom-color: rgb(107 33 168 / 0.7);
}

.focus\:border-y-purple-800\/75:focus {
  border-top-color: rgb(107 33 168 / 0.75);
  border-bottom-color: rgb(107 33 168 / 0.75);
}

.focus\:border-y-purple-800\/80:focus {
  border-top-color: rgb(107 33 168 / 0.8);
  border-bottom-color: rgb(107 33 168 / 0.8);
}

.focus\:border-y-purple-800\/90:focus {
  border-top-color: rgb(107 33 168 / 0.9);
  border-bottom-color: rgb(107 33 168 / 0.9);
}

.focus\:border-y-purple-800\/95:focus {
  border-top-color: rgb(107 33 168 / 0.95);
  border-bottom-color: rgb(107 33 168 / 0.95);
}

.focus\:border-y-purple-900:focus {
  --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));
}

.focus\:border-y-purple-900\/0:focus {
  border-top-color: rgb(88 28 135 / 0);
  border-bottom-color: rgb(88 28 135 / 0);
}

.focus\:border-y-purple-900\/10:focus {
  border-top-color: rgb(88 28 135 / 0.1);
  border-bottom-color: rgb(88 28 135 / 0.1);
}

.focus\:border-y-purple-900\/100:focus {
  border-top-color: rgb(88 28 135 / 1);
  border-bottom-color: rgb(88 28 135 / 1);
}

.focus\:border-y-purple-900\/20:focus {
  border-top-color: rgb(88 28 135 / 0.2);
  border-bottom-color: rgb(88 28 135 / 0.2);
}

.focus\:border-y-purple-900\/25:focus {
  border-top-color: rgb(88 28 135 / 0.25);
  border-bottom-color: rgb(88 28 135 / 0.25);
}

.focus\:border-y-purple-900\/30:focus {
  border-top-color: rgb(88 28 135 / 0.3);
  border-bottom-color: rgb(88 28 135 / 0.3);
}

.focus\:border-y-purple-900\/40:focus {
  border-top-color: rgb(88 28 135 / 0.4);
  border-bottom-color: rgb(88 28 135 / 0.4);
}

.focus\:border-y-purple-900\/5:focus {
  border-top-color: rgb(88 28 135 / 0.05);
  border-bottom-color: rgb(88 28 135 / 0.05);
}

.focus\:border-y-purple-900\/50:focus {
  border-top-color: rgb(88 28 135 / 0.5);
  border-bottom-color: rgb(88 28 135 / 0.5);
}

.focus\:border-y-purple-900\/60:focus {
  border-top-color: rgb(88 28 135 / 0.6);
  border-bottom-color: rgb(88 28 135 / 0.6);
}

.focus\:border-y-purple-900\/70:focus {
  border-top-color: rgb(88 28 135 / 0.7);
  border-bottom-color: rgb(88 28 135 / 0.7);
}

.focus\:border-y-purple-900\/75:focus {
  border-top-color: rgb(88 28 135 / 0.75);
  border-bottom-color: rgb(88 28 135 / 0.75);
}

.focus\:border-y-purple-900\/80:focus {
  border-top-color: rgb(88 28 135 / 0.8);
  border-bottom-color: rgb(88 28 135 / 0.8);
}

.focus\:border-y-purple-900\/90:focus {
  border-top-color: rgb(88 28 135 / 0.9);
  border-bottom-color: rgb(88 28 135 / 0.9);
}

.focus\:border-y-purple-900\/95:focus {
  border-top-color: rgb(88 28 135 / 0.95);
  border-bottom-color: rgb(88 28 135 / 0.95);
}

.focus\:border-y-purple-950:focus {
  --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));
}

.focus\:border-y-purple-950\/0:focus {
  border-top-color: rgb(59 7 100 / 0);
  border-bottom-color: rgb(59 7 100 / 0);
}

.focus\:border-y-purple-950\/10:focus {
  border-top-color: rgb(59 7 100 / 0.1);
  border-bottom-color: rgb(59 7 100 / 0.1);
}

.focus\:border-y-purple-950\/100:focus {
  border-top-color: rgb(59 7 100 / 1);
  border-bottom-color: rgb(59 7 100 / 1);
}

.focus\:border-y-purple-950\/20:focus {
  border-top-color: rgb(59 7 100 / 0.2);
  border-bottom-color: rgb(59 7 100 / 0.2);
}

.focus\:border-y-purple-950\/25:focus {
  border-top-color: rgb(59 7 100 / 0.25);
  border-bottom-color: rgb(59 7 100 / 0.25);
}

.focus\:border-y-purple-950\/30:focus {
  border-top-color: rgb(59 7 100 / 0.3);
  border-bottom-color: rgb(59 7 100 / 0.3);
}

.focus\:border-y-purple-950\/40:focus {
  border-top-color: rgb(59 7 100 / 0.4);
  border-bottom-color: rgb(59 7 100 / 0.4);
}

.focus\:border-y-purple-950\/5:focus {
  border-top-color: rgb(59 7 100 / 0.05);
  border-bottom-color: rgb(59 7 100 / 0.05);
}

.focus\:border-y-purple-950\/50:focus {
  border-top-color: rgb(59 7 100 / 0.5);
  border-bottom-color: rgb(59 7 100 / 0.5);
}

.focus\:border-y-purple-950\/60:focus {
  border-top-color: rgb(59 7 100 / 0.6);
  border-bottom-color: rgb(59 7 100 / 0.6);
}

.focus\:border-y-purple-950\/70:focus {
  border-top-color: rgb(59 7 100 / 0.7);
  border-bottom-color: rgb(59 7 100 / 0.7);
}

.focus\:border-y-purple-950\/75:focus {
  border-top-color: rgb(59 7 100 / 0.75);
  border-bottom-color: rgb(59 7 100 / 0.75);
}

.focus\:border-y-purple-950\/80:focus {
  border-top-color: rgb(59 7 100 / 0.8);
  border-bottom-color: rgb(59 7 100 / 0.8);
}

.focus\:border-y-purple-950\/90:focus {
  border-top-color: rgb(59 7 100 / 0.9);
  border-bottom-color: rgb(59 7 100 / 0.9);
}

.focus\:border-y-purple-950\/95:focus {
  border-top-color: rgb(59 7 100 / 0.95);
  border-bottom-color: rgb(59 7 100 / 0.95);
}

.focus\:border-y-red-100:focus {
  --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));
}

.focus\:border-y-red-100\/0:focus {
  border-top-color: rgb(254 226 226 / 0);
  border-bottom-color: rgb(254 226 226 / 0);
}

.focus\:border-y-red-100\/10:focus {
  border-top-color: rgb(254 226 226 / 0.1);
  border-bottom-color: rgb(254 226 226 / 0.1);
}

.focus\:border-y-red-100\/100:focus {
  border-top-color: rgb(254 226 226 / 1);
  border-bottom-color: rgb(254 226 226 / 1);
}

.focus\:border-y-red-100\/20:focus {
  border-top-color: rgb(254 226 226 / 0.2);
  border-bottom-color: rgb(254 226 226 / 0.2);
}

.focus\:border-y-red-100\/25:focus {
  border-top-color: rgb(254 226 226 / 0.25);
  border-bottom-color: rgb(254 226 226 / 0.25);
}

.focus\:border-y-red-100\/30:focus {
  border-top-color: rgb(254 226 226 / 0.3);
  border-bottom-color: rgb(254 226 226 / 0.3);
}

.focus\:border-y-red-100\/40:focus {
  border-top-color: rgb(254 226 226 / 0.4);
  border-bottom-color: rgb(254 226 226 / 0.4);
}

.focus\:border-y-red-100\/5:focus {
  border-top-color: rgb(254 226 226 / 0.05);
  border-bottom-color: rgb(254 226 226 / 0.05);
}

.focus\:border-y-red-100\/50:focus {
  border-top-color: rgb(254 226 226 / 0.5);
  border-bottom-color: rgb(254 226 226 / 0.5);
}

.focus\:border-y-red-100\/60:focus {
  border-top-color: rgb(254 226 226 / 0.6);
  border-bottom-color: rgb(254 226 226 / 0.6);
}

.focus\:border-y-red-100\/70:focus {
  border-top-color: rgb(254 226 226 / 0.7);
  border-bottom-color: rgb(254 226 226 / 0.7);
}

.focus\:border-y-red-100\/75:focus {
  border-top-color: rgb(254 226 226 / 0.75);
  border-bottom-color: rgb(254 226 226 / 0.75);
}

.focus\:border-y-red-100\/80:focus {
  border-top-color: rgb(254 226 226 / 0.8);
  border-bottom-color: rgb(254 226 226 / 0.8);
}

.focus\:border-y-red-100\/90:focus {
  border-top-color: rgb(254 226 226 / 0.9);
  border-bottom-color: rgb(254 226 226 / 0.9);
}

.focus\:border-y-red-100\/95:focus {
  border-top-color: rgb(254 226 226 / 0.95);
  border-bottom-color: rgb(254 226 226 / 0.95);
}

.focus\:border-y-red-200:focus {
  --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));
}

.focus\:border-y-red-200\/0:focus {
  border-top-color: rgb(254 202 202 / 0);
  border-bottom-color: rgb(254 202 202 / 0);
}

.focus\:border-y-red-200\/10:focus {
  border-top-color: rgb(254 202 202 / 0.1);
  border-bottom-color: rgb(254 202 202 / 0.1);
}

.focus\:border-y-red-200\/100:focus {
  border-top-color: rgb(254 202 202 / 1);
  border-bottom-color: rgb(254 202 202 / 1);
}

.focus\:border-y-red-200\/20:focus {
  border-top-color: rgb(254 202 202 / 0.2);
  border-bottom-color: rgb(254 202 202 / 0.2);
}

.focus\:border-y-red-200\/25:focus {
  border-top-color: rgb(254 202 202 / 0.25);
  border-bottom-color: rgb(254 202 202 / 0.25);
}

.focus\:border-y-red-200\/30:focus {
  border-top-color: rgb(254 202 202 / 0.3);
  border-bottom-color: rgb(254 202 202 / 0.3);
}

.focus\:border-y-red-200\/40:focus {
  border-top-color: rgb(254 202 202 / 0.4);
  border-bottom-color: rgb(254 202 202 / 0.4);
}

.focus\:border-y-red-200\/5:focus {
  border-top-color: rgb(254 202 202 / 0.05);
  border-bottom-color: rgb(254 202 202 / 0.05);
}

.focus\:border-y-red-200\/50:focus {
  border-top-color: rgb(254 202 202 / 0.5);
  border-bottom-color: rgb(254 202 202 / 0.5);
}

.focus\:border-y-red-200\/60:focus {
  border-top-color: rgb(254 202 202 / 0.6);
  border-bottom-color: rgb(254 202 202 / 0.6);
}

.focus\:border-y-red-200\/70:focus {
  border-top-color: rgb(254 202 202 / 0.7);
  border-bottom-color: rgb(254 202 202 / 0.7);
}

.focus\:border-y-red-200\/75:focus {
  border-top-color: rgb(254 202 202 / 0.75);
  border-bottom-color: rgb(254 202 202 / 0.75);
}

.focus\:border-y-red-200\/80:focus {
  border-top-color: rgb(254 202 202 / 0.8);
  border-bottom-color: rgb(254 202 202 / 0.8);
}

.focus\:border-y-red-200\/90:focus {
  border-top-color: rgb(254 202 202 / 0.9);
  border-bottom-color: rgb(254 202 202 / 0.9);
}

.focus\:border-y-red-200\/95:focus {
  border-top-color: rgb(254 202 202 / 0.95);
  border-bottom-color: rgb(254 202 202 / 0.95);
}

.focus\:border-y-red-300:focus {
  --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));
}

.focus\:border-y-red-300\/0:focus {
  border-top-color: rgb(252 165 165 / 0);
  border-bottom-color: rgb(252 165 165 / 0);
}

.focus\:border-y-red-300\/10:focus {
  border-top-color: rgb(252 165 165 / 0.1);
  border-bottom-color: rgb(252 165 165 / 0.1);
}

.focus\:border-y-red-300\/100:focus {
  border-top-color: rgb(252 165 165 / 1);
  border-bottom-color: rgb(252 165 165 / 1);
}

.focus\:border-y-red-300\/20:focus {
  border-top-color: rgb(252 165 165 / 0.2);
  border-bottom-color: rgb(252 165 165 / 0.2);
}

.focus\:border-y-red-300\/25:focus {
  border-top-color: rgb(252 165 165 / 0.25);
  border-bottom-color: rgb(252 165 165 / 0.25);
}

.focus\:border-y-red-300\/30:focus {
  border-top-color: rgb(252 165 165 / 0.3);
  border-bottom-color: rgb(252 165 165 / 0.3);
}

.focus\:border-y-red-300\/40:focus {
  border-top-color: rgb(252 165 165 / 0.4);
  border-bottom-color: rgb(252 165 165 / 0.4);
}

.focus\:border-y-red-300\/5:focus {
  border-top-color: rgb(252 165 165 / 0.05);
  border-bottom-color: rgb(252 165 165 / 0.05);
}

.focus\:border-y-red-300\/50:focus {
  border-top-color: rgb(252 165 165 / 0.5);
  border-bottom-color: rgb(252 165 165 / 0.5);
}

.focus\:border-y-red-300\/60:focus {
  border-top-color: rgb(252 165 165 / 0.6);
  border-bottom-color: rgb(252 165 165 / 0.6);
}

.focus\:border-y-red-300\/70:focus {
  border-top-color: rgb(252 165 165 / 0.7);
  border-bottom-color: rgb(252 165 165 / 0.7);
}

.focus\:border-y-red-300\/75:focus {
  border-top-color: rgb(252 165 165 / 0.75);
  border-bottom-color: rgb(252 165 165 / 0.75);
}

.focus\:border-y-red-300\/80:focus {
  border-top-color: rgb(252 165 165 / 0.8);
  border-bottom-color: rgb(252 165 165 / 0.8);
}

.focus\:border-y-red-300\/90:focus {
  border-top-color: rgb(252 165 165 / 0.9);
  border-bottom-color: rgb(252 165 165 / 0.9);
}

.focus\:border-y-red-300\/95:focus {
  border-top-color: rgb(252 165 165 / 0.95);
  border-bottom-color: rgb(252 165 165 / 0.95);
}

.focus\:border-y-red-400:focus {
  --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));
}

.focus\:border-y-red-400\/0:focus {
  border-top-color: rgb(248 113 113 / 0);
  border-bottom-color: rgb(248 113 113 / 0);
}

.focus\:border-y-red-400\/10:focus {
  border-top-color: rgb(248 113 113 / 0.1);
  border-bottom-color: rgb(248 113 113 / 0.1);
}

.focus\:border-y-red-400\/100:focus {
  border-top-color: rgb(248 113 113 / 1);
  border-bottom-color: rgb(248 113 113 / 1);
}

.focus\:border-y-red-400\/20:focus {
  border-top-color: rgb(248 113 113 / 0.2);
  border-bottom-color: rgb(248 113 113 / 0.2);
}

.focus\:border-y-red-400\/25:focus {
  border-top-color: rgb(248 113 113 / 0.25);
  border-bottom-color: rgb(248 113 113 / 0.25);
}

.focus\:border-y-red-400\/30:focus {
  border-top-color: rgb(248 113 113 / 0.3);
  border-bottom-color: rgb(248 113 113 / 0.3);
}

.focus\:border-y-red-400\/40:focus {
  border-top-color: rgb(248 113 113 / 0.4);
  border-bottom-color: rgb(248 113 113 / 0.4);
}

.focus\:border-y-red-400\/5:focus {
  border-top-color: rgb(248 113 113 / 0.05);
  border-bottom-color: rgb(248 113 113 / 0.05);
}

.focus\:border-y-red-400\/50:focus {
  border-top-color: rgb(248 113 113 / 0.5);
  border-bottom-color: rgb(248 113 113 / 0.5);
}

.focus\:border-y-red-400\/60:focus {
  border-top-color: rgb(248 113 113 / 0.6);
  border-bottom-color: rgb(248 113 113 / 0.6);
}

.focus\:border-y-red-400\/70:focus {
  border-top-color: rgb(248 113 113 / 0.7);
  border-bottom-color: rgb(248 113 113 / 0.7);
}

.focus\:border-y-red-400\/75:focus {
  border-top-color: rgb(248 113 113 / 0.75);
  border-bottom-color: rgb(248 113 113 / 0.75);
}

.focus\:border-y-red-400\/80:focus {
  border-top-color: rgb(248 113 113 / 0.8);
  border-bottom-color: rgb(248 113 113 / 0.8);
}

.focus\:border-y-red-400\/90:focus {
  border-top-color: rgb(248 113 113 / 0.9);
  border-bottom-color: rgb(248 113 113 / 0.9);
}

.focus\:border-y-red-400\/95:focus {
  border-top-color: rgb(248 113 113 / 0.95);
  border-bottom-color: rgb(248 113 113 / 0.95);
}

.focus\:border-y-red-50:focus {
  --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));
}

.focus\:border-y-red-50\/0:focus {
  border-top-color: rgb(254 242 242 / 0);
  border-bottom-color: rgb(254 242 242 / 0);
}

.focus\:border-y-red-50\/10:focus {
  border-top-color: rgb(254 242 242 / 0.1);
  border-bottom-color: rgb(254 242 242 / 0.1);
}

.focus\:border-y-red-50\/100:focus {
  border-top-color: rgb(254 242 242 / 1);
  border-bottom-color: rgb(254 242 242 / 1);
}

.focus\:border-y-red-50\/20:focus {
  border-top-color: rgb(254 242 242 / 0.2);
  border-bottom-color: rgb(254 242 242 / 0.2);
}

.focus\:border-y-red-50\/25:focus {
  border-top-color: rgb(254 242 242 / 0.25);
  border-bottom-color: rgb(254 242 242 / 0.25);
}

.focus\:border-y-red-50\/30:focus {
  border-top-color: rgb(254 242 242 / 0.3);
  border-bottom-color: rgb(254 242 242 / 0.3);
}

.focus\:border-y-red-50\/40:focus {
  border-top-color: rgb(254 242 242 / 0.4);
  border-bottom-color: rgb(254 242 242 / 0.4);
}

.focus\:border-y-red-50\/5:focus {
  border-top-color: rgb(254 242 242 / 0.05);
  border-bottom-color: rgb(254 242 242 / 0.05);
}

.focus\:border-y-red-50\/50:focus {
  border-top-color: rgb(254 242 242 / 0.5);
  border-bottom-color: rgb(254 242 242 / 0.5);
}

.focus\:border-y-red-50\/60:focus {
  border-top-color: rgb(254 242 242 / 0.6);
  border-bottom-color: rgb(254 242 242 / 0.6);
}

.focus\:border-y-red-50\/70:focus {
  border-top-color: rgb(254 242 242 / 0.7);
  border-bottom-color: rgb(254 242 242 / 0.7);
}

.focus\:border-y-red-50\/75:focus {
  border-top-color: rgb(254 242 242 / 0.75);
  border-bottom-color: rgb(254 242 242 / 0.75);
}

.focus\:border-y-red-50\/80:focus {
  border-top-color: rgb(254 242 242 / 0.8);
  border-bottom-color: rgb(254 242 242 / 0.8);
}

.focus\:border-y-red-50\/90:focus {
  border-top-color: rgb(254 242 242 / 0.9);
  border-bottom-color: rgb(254 242 242 / 0.9);
}

.focus\:border-y-red-50\/95:focus {
  border-top-color: rgb(254 242 242 / 0.95);
  border-bottom-color: rgb(254 242 242 / 0.95);
}

.focus\:border-y-red-500:focus {
  --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));
}

.focus\:border-y-red-500\/0:focus {
  border-top-color: rgb(239 68 68 / 0);
  border-bottom-color: rgb(239 68 68 / 0);
}

.focus\:border-y-red-500\/10:focus {
  border-top-color: rgb(239 68 68 / 0.1);
  border-bottom-color: rgb(239 68 68 / 0.1);
}

.focus\:border-y-red-500\/100:focus {
  border-top-color: rgb(239 68 68 / 1);
  border-bottom-color: rgb(239 68 68 / 1);
}

.focus\:border-y-red-500\/20:focus {
  border-top-color: rgb(239 68 68 / 0.2);
  border-bottom-color: rgb(239 68 68 / 0.2);
}

.focus\:border-y-red-500\/25:focus {
  border-top-color: rgb(239 68 68 / 0.25);
  border-bottom-color: rgb(239 68 68 / 0.25);
}

.focus\:border-y-red-500\/30:focus {
  border-top-color: rgb(239 68 68 / 0.3);
  border-bottom-color: rgb(239 68 68 / 0.3);
}

.focus\:border-y-red-500\/40:focus {
  border-top-color: rgb(239 68 68 / 0.4);
  border-bottom-color: rgb(239 68 68 / 0.4);
}

.focus\:border-y-red-500\/5:focus {
  border-top-color: rgb(239 68 68 / 0.05);
  border-bottom-color: rgb(239 68 68 / 0.05);
}

.focus\:border-y-red-500\/50:focus {
  border-top-color: rgb(239 68 68 / 0.5);
  border-bottom-color: rgb(239 68 68 / 0.5);
}

.focus\:border-y-red-500\/60:focus {
  border-top-color: rgb(239 68 68 / 0.6);
  border-bottom-color: rgb(239 68 68 / 0.6);
}

.focus\:border-y-red-500\/70:focus {
  border-top-color: rgb(239 68 68 / 0.7);
  border-bottom-color: rgb(239 68 68 / 0.7);
}

.focus\:border-y-red-500\/75:focus {
  border-top-color: rgb(239 68 68 / 0.75);
  border-bottom-color: rgb(239 68 68 / 0.75);
}

.focus\:border-y-red-500\/80:focus {
  border-top-color: rgb(239 68 68 / 0.8);
  border-bottom-color: rgb(239 68 68 / 0.8);
}

.focus\:border-y-red-500\/90:focus {
  border-top-color: rgb(239 68 68 / 0.9);
  border-bottom-color: rgb(239 68 68 / 0.9);
}

.focus\:border-y-red-500\/95:focus {
  border-top-color: rgb(239 68 68 / 0.95);
  border-bottom-color: rgb(239 68 68 / 0.95);
}

.focus\:border-y-red-600:focus {
  --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));
}

.focus\:border-y-red-600\/0:focus {
  border-top-color: rgb(220 38 38 / 0);
  border-bottom-color: rgb(220 38 38 / 0);
}

.focus\:border-y-red-600\/10:focus {
  border-top-color: rgb(220 38 38 / 0.1);
  border-bottom-color: rgb(220 38 38 / 0.1);
}

.focus\:border-y-red-600\/100:focus {
  border-top-color: rgb(220 38 38 / 1);
  border-bottom-color: rgb(220 38 38 / 1);
}

.focus\:border-y-red-600\/20:focus {
  border-top-color: rgb(220 38 38 / 0.2);
  border-bottom-color: rgb(220 38 38 / 0.2);
}

.focus\:border-y-red-600\/25:focus {
  border-top-color: rgb(220 38 38 / 0.25);
  border-bottom-color: rgb(220 38 38 / 0.25);
}

.focus\:border-y-red-600\/30:focus {
  border-top-color: rgb(220 38 38 / 0.3);
  border-bottom-color: rgb(220 38 38 / 0.3);
}

.focus\:border-y-red-600\/40:focus {
  border-top-color: rgb(220 38 38 / 0.4);
  border-bottom-color: rgb(220 38 38 / 0.4);
}

.focus\:border-y-red-600\/5:focus {
  border-top-color: rgb(220 38 38 / 0.05);
  border-bottom-color: rgb(220 38 38 / 0.05);
}

.focus\:border-y-red-600\/50:focus {
  border-top-color: rgb(220 38 38 / 0.5);
  border-bottom-color: rgb(220 38 38 / 0.5);
}

.focus\:border-y-red-600\/60:focus {
  border-top-color: rgb(220 38 38 / 0.6);
  border-bottom-color: rgb(220 38 38 / 0.6);
}

.focus\:border-y-red-600\/70:focus {
  border-top-color: rgb(220 38 38 / 0.7);
  border-bottom-color: rgb(220 38 38 / 0.7);
}

.focus\:border-y-red-600\/75:focus {
  border-top-color: rgb(220 38 38 / 0.75);
  border-bottom-color: rgb(220 38 38 / 0.75);
}

.focus\:border-y-red-600\/80:focus {
  border-top-color: rgb(220 38 38 / 0.8);
  border-bottom-color: rgb(220 38 38 / 0.8);
}

.focus\:border-y-red-600\/90:focus {
  border-top-color: rgb(220 38 38 / 0.9);
  border-bottom-color: rgb(220 38 38 / 0.9);
}

.focus\:border-y-red-600\/95:focus {
  border-top-color: rgb(220 38 38 / 0.95);
  border-bottom-color: rgb(220 38 38 / 0.95);
}

.focus\:border-y-red-700:focus {
  --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));
}

.focus\:border-y-red-700\/0:focus {
  border-top-color: rgb(185 28 28 / 0);
  border-bottom-color: rgb(185 28 28 / 0);
}

.focus\:border-y-red-700\/10:focus {
  border-top-color: rgb(185 28 28 / 0.1);
  border-bottom-color: rgb(185 28 28 / 0.1);
}

.focus\:border-y-red-700\/100:focus {
  border-top-color: rgb(185 28 28 / 1);
  border-bottom-color: rgb(185 28 28 / 1);
}

.focus\:border-y-red-700\/20:focus {
  border-top-color: rgb(185 28 28 / 0.2);
  border-bottom-color: rgb(185 28 28 / 0.2);
}

.focus\:border-y-red-700\/25:focus {
  border-top-color: rgb(185 28 28 / 0.25);
  border-bottom-color: rgb(185 28 28 / 0.25);
}

.focus\:border-y-red-700\/30:focus {
  border-top-color: rgb(185 28 28 / 0.3);
  border-bottom-color: rgb(185 28 28 / 0.3);
}

.focus\:border-y-red-700\/40:focus {
  border-top-color: rgb(185 28 28 / 0.4);
  border-bottom-color: rgb(185 28 28 / 0.4);
}

.focus\:border-y-red-700\/5:focus {
  border-top-color: rgb(185 28 28 / 0.05);
  border-bottom-color: rgb(185 28 28 / 0.05);
}

.focus\:border-y-red-700\/50:focus {
  border-top-color: rgb(185 28 28 / 0.5);
  border-bottom-color: rgb(185 28 28 / 0.5);
}

.focus\:border-y-red-700\/60:focus {
  border-top-color: rgb(185 28 28 / 0.6);
  border-bottom-color: rgb(185 28 28 / 0.6);
}

.focus\:border-y-red-700\/70:focus {
  border-top-color: rgb(185 28 28 / 0.7);
  border-bottom-color: rgb(185 28 28 / 0.7);
}

.focus\:border-y-red-700\/75:focus {
  border-top-color: rgb(185 28 28 / 0.75);
  border-bottom-color: rgb(185 28 28 / 0.75);
}

.focus\:border-y-red-700\/80:focus {
  border-top-color: rgb(185 28 28 / 0.8);
  border-bottom-color: rgb(185 28 28 / 0.8);
}

.focus\:border-y-red-700\/90:focus {
  border-top-color: rgb(185 28 28 / 0.9);
  border-bottom-color: rgb(185 28 28 / 0.9);
}

.focus\:border-y-red-700\/95:focus {
  border-top-color: rgb(185 28 28 / 0.95);
  border-bottom-color: rgb(185 28 28 / 0.95);
}

.focus\:border-y-red-800:focus {
  --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));
}

.focus\:border-y-red-800\/0:focus {
  border-top-color: rgb(153 27 27 / 0);
  border-bottom-color: rgb(153 27 27 / 0);
}

.focus\:border-y-red-800\/10:focus {
  border-top-color: rgb(153 27 27 / 0.1);
  border-bottom-color: rgb(153 27 27 / 0.1);
}

.focus\:border-y-red-800\/100:focus {
  border-top-color: rgb(153 27 27 / 1);
  border-bottom-color: rgb(153 27 27 / 1);
}

.focus\:border-y-red-800\/20:focus {
  border-top-color: rgb(153 27 27 / 0.2);
  border-bottom-color: rgb(153 27 27 / 0.2);
}

.focus\:border-y-red-800\/25:focus {
  border-top-color: rgb(153 27 27 / 0.25);
  border-bottom-color: rgb(153 27 27 / 0.25);
}

.focus\:border-y-red-800\/30:focus {
  border-top-color: rgb(153 27 27 / 0.3);
  border-bottom-color: rgb(153 27 27 / 0.3);
}

.focus\:border-y-red-800\/40:focus {
  border-top-color: rgb(153 27 27 / 0.4);
  border-bottom-color: rgb(153 27 27 / 0.4);
}

.focus\:border-y-red-800\/5:focus {
  border-top-color: rgb(153 27 27 / 0.05);
  border-bottom-color: rgb(153 27 27 / 0.05);
}

.focus\:border-y-red-800\/50:focus {
  border-top-color: rgb(153 27 27 / 0.5);
  border-bottom-color: rgb(153 27 27 / 0.5);
}

.focus\:border-y-red-800\/60:focus {
  border-top-color: rgb(153 27 27 / 0.6);
  border-bottom-color: rgb(153 27 27 / 0.6);
}

.focus\:border-y-red-800\/70:focus {
  border-top-color: rgb(153 27 27 / 0.7);
  border-bottom-color: rgb(153 27 27 / 0.7);
}

.focus\:border-y-red-800\/75:focus {
  border-top-color: rgb(153 27 27 / 0.75);
  border-bottom-color: rgb(153 27 27 / 0.75);
}

.focus\:border-y-red-800\/80:focus {
  border-top-color: rgb(153 27 27 / 0.8);
  border-bottom-color: rgb(153 27 27 / 0.8);
}

.focus\:border-y-red-800\/90:focus {
  border-top-color: rgb(153 27 27 / 0.9);
  border-bottom-color: rgb(153 27 27 / 0.9);
}

.focus\:border-y-red-800\/95:focus {
  border-top-color: rgb(153 27 27 / 0.95);
  border-bottom-color: rgb(153 27 27 / 0.95);
}

.focus\:border-y-red-900:focus {
  --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));
}

.focus\:border-y-red-900\/0:focus {
  border-top-color: rgb(127 29 29 / 0);
  border-bottom-color: rgb(127 29 29 / 0);
}

.focus\:border-y-red-900\/10:focus {
  border-top-color: rgb(127 29 29 / 0.1);
  border-bottom-color: rgb(127 29 29 / 0.1);
}

.focus\:border-y-red-900\/100:focus {
  border-top-color: rgb(127 29 29 / 1);
  border-bottom-color: rgb(127 29 29 / 1);
}

.focus\:border-y-red-900\/20:focus {
  border-top-color: rgb(127 29 29 / 0.2);
  border-bottom-color: rgb(127 29 29 / 0.2);
}

.focus\:border-y-red-900\/25:focus {
  border-top-color: rgb(127 29 29 / 0.25);
  border-bottom-color: rgb(127 29 29 / 0.25);
}

.focus\:border-y-red-900\/30:focus {
  border-top-color: rgb(127 29 29 / 0.3);
  border-bottom-color: rgb(127 29 29 / 0.3);
}

.focus\:border-y-red-900\/40:focus {
  border-top-color: rgb(127 29 29 / 0.4);
  border-bottom-color: rgb(127 29 29 / 0.4);
}

.focus\:border-y-red-900\/5:focus {
  border-top-color: rgb(127 29 29 / 0.05);
  border-bottom-color: rgb(127 29 29 / 0.05);
}

.focus\:border-y-red-900\/50:focus {
  border-top-color: rgb(127 29 29 / 0.5);
  border-bottom-color: rgb(127 29 29 / 0.5);
}

.focus\:border-y-red-900\/60:focus {
  border-top-color: rgb(127 29 29 / 0.6);
  border-bottom-color: rgb(127 29 29 / 0.6);
}

.focus\:border-y-red-900\/70:focus {
  border-top-color: rgb(127 29 29 / 0.7);
  border-bottom-color: rgb(127 29 29 / 0.7);
}

.focus\:border-y-red-900\/75:focus {
  border-top-color: rgb(127 29 29 / 0.75);
  border-bottom-color: rgb(127 29 29 / 0.75);
}

.focus\:border-y-red-900\/80:focus {
  border-top-color: rgb(127 29 29 / 0.8);
  border-bottom-color: rgb(127 29 29 / 0.8);
}

.focus\:border-y-red-900\/90:focus {
  border-top-color: rgb(127 29 29 / 0.9);
  border-bottom-color: rgb(127 29 29 / 0.9);
}

.focus\:border-y-red-900\/95:focus {
  border-top-color: rgb(127 29 29 / 0.95);
  border-bottom-color: rgb(127 29 29 / 0.95);
}

.focus\:border-y-red-950:focus {
  --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));
}

.focus\:border-y-red-950\/0:focus {
  border-top-color: rgb(69 10 10 / 0);
  border-bottom-color: rgb(69 10 10 / 0);
}

.focus\:border-y-red-950\/10:focus {
  border-top-color: rgb(69 10 10 / 0.1);
  border-bottom-color: rgb(69 10 10 / 0.1);
}

.focus\:border-y-red-950\/100:focus {
  border-top-color: rgb(69 10 10 / 1);
  border-bottom-color: rgb(69 10 10 / 1);
}

.focus\:border-y-red-950\/20:focus {
  border-top-color: rgb(69 10 10 / 0.2);
  border-bottom-color: rgb(69 10 10 / 0.2);
}

.focus\:border-y-red-950\/25:focus {
  border-top-color: rgb(69 10 10 / 0.25);
  border-bottom-color: rgb(69 10 10 / 0.25);
}

.focus\:border-y-red-950\/30:focus {
  border-top-color: rgb(69 10 10 / 0.3);
  border-bottom-color: rgb(69 10 10 / 0.3);
}

.focus\:border-y-red-950\/40:focus {
  border-top-color: rgb(69 10 10 / 0.4);
  border-bottom-color: rgb(69 10 10 / 0.4);
}

.focus\:border-y-red-950\/5:focus {
  border-top-color: rgb(69 10 10 / 0.05);
  border-bottom-color: rgb(69 10 10 / 0.05);
}

.focus\:border-y-red-950\/50:focus {
  border-top-color: rgb(69 10 10 / 0.5);
  border-bottom-color: rgb(69 10 10 / 0.5);
}

.focus\:border-y-red-950\/60:focus {
  border-top-color: rgb(69 10 10 / 0.6);
  border-bottom-color: rgb(69 10 10 / 0.6);
}

.focus\:border-y-red-950\/70:focus {
  border-top-color: rgb(69 10 10 / 0.7);
  border-bottom-color: rgb(69 10 10 / 0.7);
}

.focus\:border-y-red-950\/75:focus {
  border-top-color: rgb(69 10 10 / 0.75);
  border-bottom-color: rgb(69 10 10 / 0.75);
}

.focus\:border-y-red-950\/80:focus {
  border-top-color: rgb(69 10 10 / 0.8);
  border-bottom-color: rgb(69 10 10 / 0.8);
}

.focus\:border-y-red-950\/90:focus {
  border-top-color: rgb(69 10 10 / 0.9);
  border-bottom-color: rgb(69 10 10 / 0.9);
}

.focus\:border-y-red-950\/95:focus {
  border-top-color: rgb(69 10 10 / 0.95);
  border-bottom-color: rgb(69 10 10 / 0.95);
}

.focus\:border-y-rose-100:focus {
  --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));
}

.focus\:border-y-rose-100\/0:focus {
  border-top-color: rgb(255 228 230 / 0);
  border-bottom-color: rgb(255 228 230 / 0);
}

.focus\:border-y-rose-100\/10:focus {
  border-top-color: rgb(255 228 230 / 0.1);
  border-bottom-color: rgb(255 228 230 / 0.1);
}

.focus\:border-y-rose-100\/100:focus {
  border-top-color: rgb(255 228 230 / 1);
  border-bottom-color: rgb(255 228 230 / 1);
}

.focus\:border-y-rose-100\/20:focus {
  border-top-color: rgb(255 228 230 / 0.2);
  border-bottom-color: rgb(255 228 230 / 0.2);
}

.focus\:border-y-rose-100\/25:focus {
  border-top-color: rgb(255 228 230 / 0.25);
  border-bottom-color: rgb(255 228 230 / 0.25);
}

.focus\:border-y-rose-100\/30:focus {
  border-top-color: rgb(255 228 230 / 0.3);
  border-bottom-color: rgb(255 228 230 / 0.3);
}

.focus\:border-y-rose-100\/40:focus {
  border-top-color: rgb(255 228 230 / 0.4);
  border-bottom-color: rgb(255 228 230 / 0.4);
}

.focus\:border-y-rose-100\/5:focus {
  border-top-color: rgb(255 228 230 / 0.05);
  border-bottom-color: rgb(255 228 230 / 0.05);
}

.focus\:border-y-rose-100\/50:focus {
  border-top-color: rgb(255 228 230 / 0.5);
  border-bottom-color: rgb(255 228 230 / 0.5);
}

.focus\:border-y-rose-100\/60:focus {
  border-top-color: rgb(255 228 230 / 0.6);
  border-bottom-color: rgb(255 228 230 / 0.6);
}

.focus\:border-y-rose-100\/70:focus {
  border-top-color: rgb(255 228 230 / 0.7);
  border-bottom-color: rgb(255 228 230 / 0.7);
}

.focus\:border-y-rose-100\/75:focus {
  border-top-color: rgb(255 228 230 / 0.75);
  border-bottom-color: rgb(255 228 230 / 0.75);
}

.focus\:border-y-rose-100\/80:focus {
  border-top-color: rgb(255 228 230 / 0.8);
  border-bottom-color: rgb(255 228 230 / 0.8);
}

.focus\:border-y-rose-100\/90:focus {
  border-top-color: rgb(255 228 230 / 0.9);
  border-bottom-color: rgb(255 228 230 / 0.9);
}

.focus\:border-y-rose-100\/95:focus {
  border-top-color: rgb(255 228 230 / 0.95);
  border-bottom-color: rgb(255 228 230 / 0.95);
}

.focus\:border-y-rose-200:focus {
  --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));
}

.focus\:border-y-rose-200\/0:focus {
  border-top-color: rgb(254 205 211 / 0);
  border-bottom-color: rgb(254 205 211 / 0);
}

.focus\:border-y-rose-200\/10:focus {
  border-top-color: rgb(254 205 211 / 0.1);
  border-bottom-color: rgb(254 205 211 / 0.1);
}

.focus\:border-y-rose-200\/100:focus {
  border-top-color: rgb(254 205 211 / 1);
  border-bottom-color: rgb(254 205 211 / 1);
}

.focus\:border-y-rose-200\/20:focus {
  border-top-color: rgb(254 205 211 / 0.2);
  border-bottom-color: rgb(254 205 211 / 0.2);
}

.focus\:border-y-rose-200\/25:focus {
  border-top-color: rgb(254 205 211 / 0.25);
  border-bottom-color: rgb(254 205 211 / 0.25);
}

.focus\:border-y-rose-200\/30:focus {
  border-top-color: rgb(254 205 211 / 0.3);
  border-bottom-color: rgb(254 205 211 / 0.3);
}

.focus\:border-y-rose-200\/40:focus {
  border-top-color: rgb(254 205 211 / 0.4);
  border-bottom-color: rgb(254 205 211 / 0.4);
}

.focus\:border-y-rose-200\/5:focus {
  border-top-color: rgb(254 205 211 / 0.05);
  border-bottom-color: rgb(254 205 211 / 0.05);
}

.focus\:border-y-rose-200\/50:focus {
  border-top-color: rgb(254 205 211 / 0.5);
  border-bottom-color: rgb(254 205 211 / 0.5);
}

.focus\:border-y-rose-200\/60:focus {
  border-top-color: rgb(254 205 211 / 0.6);
  border-bottom-color: rgb(254 205 211 / 0.6);
}

.focus\:border-y-rose-200\/70:focus {
  border-top-color: rgb(254 205 211 / 0.7);
  border-bottom-color: rgb(254 205 211 / 0.7);
}

.focus\:border-y-rose-200\/75:focus {
  border-top-color: rgb(254 205 211 / 0.75);
  border-bottom-color: rgb(254 205 211 / 0.75);
}

.focus\:border-y-rose-200\/80:focus {
  border-top-color: rgb(254 205 211 / 0.8);
  border-bottom-color: rgb(254 205 211 / 0.8);
}

.focus\:border-y-rose-200\/90:focus {
  border-top-color: rgb(254 205 211 / 0.9);
  border-bottom-color: rgb(254 205 211 / 0.9);
}

.focus\:border-y-rose-200\/95:focus {
  border-top-color: rgb(254 205 211 / 0.95);
  border-bottom-color: rgb(254 205 211 / 0.95);
}

.focus\:border-y-rose-300:focus {
  --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));
}

.focus\:border-y-rose-300\/0:focus {
  border-top-color: rgb(253 164 175 / 0);
  border-bottom-color: rgb(253 164 175 / 0);
}

.focus\:border-y-rose-300\/10:focus {
  border-top-color: rgb(253 164 175 / 0.1);
  border-bottom-color: rgb(253 164 175 / 0.1);
}

.focus\:border-y-rose-300\/100:focus {
  border-top-color: rgb(253 164 175 / 1);
  border-bottom-color: rgb(253 164 175 / 1);
}

.focus\:border-y-rose-300\/20:focus {
  border-top-color: rgb(253 164 175 / 0.2);
  border-bottom-color: rgb(253 164 175 / 0.2);
}

.focus\:border-y-rose-300\/25:focus {
  border-top-color: rgb(253 164 175 / 0.25);
  border-bottom-color: rgb(253 164 175 / 0.25);
}

.focus\:border-y-rose-300\/30:focus {
  border-top-color: rgb(253 164 175 / 0.3);
  border-bottom-color: rgb(253 164 175 / 0.3);
}

.focus\:border-y-rose-300\/40:focus {
  border-top-color: rgb(253 164 175 / 0.4);
  border-bottom-color: rgb(253 164 175 / 0.4);
}

.focus\:border-y-rose-300\/5:focus {
  border-top-color: rgb(253 164 175 / 0.05);
  border-bottom-color: rgb(253 164 175 / 0.05);
}

.focus\:border-y-rose-300\/50:focus {
  border-top-color: rgb(253 164 175 / 0.5);
  border-bottom-color: rgb(253 164 175 / 0.5);
}

.focus\:border-y-rose-300\/60:focus {
  border-top-color: rgb(253 164 175 / 0.6);
  border-bottom-color: rgb(253 164 175 / 0.6);
}

.focus\:border-y-rose-300\/70:focus {
  border-top-color: rgb(253 164 175 / 0.7);
  border-bottom-color: rgb(253 164 175 / 0.7);
}

.focus\:border-y-rose-300\/75:focus {
  border-top-color: rgb(253 164 175 / 0.75);
  border-bottom-color: rgb(253 164 175 / 0.75);
}

.focus\:border-y-rose-300\/80:focus {
  border-top-color: rgb(253 164 175 / 0.8);
  border-bottom-color: rgb(253 164 175 / 0.8);
}

.focus\:border-y-rose-300\/90:focus {
  border-top-color: rgb(253 164 175 / 0.9);
  border-bottom-color: rgb(253 164 175 / 0.9);
}

.focus\:border-y-rose-300\/95:focus {
  border-top-color: rgb(253 164 175 / 0.95);
  border-bottom-color: rgb(253 164 175 / 0.95);
}

.focus\:border-y-rose-400:focus {
  --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));
}

.focus\:border-y-rose-400\/0:focus {
  border-top-color: rgb(251 113 133 / 0);
  border-bottom-color: rgb(251 113 133 / 0);
}

.focus\:border-y-rose-400\/10:focus {
  border-top-color: rgb(251 113 133 / 0.1);
  border-bottom-color: rgb(251 113 133 / 0.1);
}

.focus\:border-y-rose-400\/100:focus {
  border-top-color: rgb(251 113 133 / 1);
  border-bottom-color: rgb(251 113 133 / 1);
}

.focus\:border-y-rose-400\/20:focus {
  border-top-color: rgb(251 113 133 / 0.2);
  border-bottom-color: rgb(251 113 133 / 0.2);
}

.focus\:border-y-rose-400\/25:focus {
  border-top-color: rgb(251 113 133 / 0.25);
  border-bottom-color: rgb(251 113 133 / 0.25);
}

.focus\:border-y-rose-400\/30:focus {
  border-top-color: rgb(251 113 133 / 0.3);
  border-bottom-color: rgb(251 113 133 / 0.3);
}

.focus\:border-y-rose-400\/40:focus {
  border-top-color: rgb(251 113 133 / 0.4);
  border-bottom-color: rgb(251 113 133 / 0.4);
}

.focus\:border-y-rose-400\/5:focus {
  border-top-color: rgb(251 113 133 / 0.05);
  border-bottom-color: rgb(251 113 133 / 0.05);
}

.focus\:border-y-rose-400\/50:focus {
  border-top-color: rgb(251 113 133 / 0.5);
  border-bottom-color: rgb(251 113 133 / 0.5);
}

.focus\:border-y-rose-400\/60:focus {
  border-top-color: rgb(251 113 133 / 0.6);
  border-bottom-color: rgb(251 113 133 / 0.6);
}

.focus\:border-y-rose-400\/70:focus {
  border-top-color: rgb(251 113 133 / 0.7);
  border-bottom-color: rgb(251 113 133 / 0.7);
}

.focus\:border-y-rose-400\/75:focus {
  border-top-color: rgb(251 113 133 / 0.75);
  border-bottom-color: rgb(251 113 133 / 0.75);
}

.focus\:border-y-rose-400\/80:focus {
  border-top-color: rgb(251 113 133 / 0.8);
  border-bottom-color: rgb(251 113 133 / 0.8);
}

.focus\:border-y-rose-400\/90:focus {
  border-top-color: rgb(251 113 133 / 0.9);
  border-bottom-color: rgb(251 113 133 / 0.9);
}

.focus\:border-y-rose-400\/95:focus {
  border-top-color: rgb(251 113 133 / 0.95);
  border-bottom-color: rgb(251 113 133 / 0.95);
}

.focus\:border-y-rose-50:focus {
  --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));
}

.focus\:border-y-rose-50\/0:focus {
  border-top-color: rgb(255 241 242 / 0);
  border-bottom-color: rgb(255 241 242 / 0);
}

.focus\:border-y-rose-50\/10:focus {
  border-top-color: rgb(255 241 242 / 0.1);
  border-bottom-color: rgb(255 241 242 / 0.1);
}

.focus\:border-y-rose-50\/100:focus {
  border-top-color: rgb(255 241 242 / 1);
  border-bottom-color: rgb(255 241 242 / 1);
}

.focus\:border-y-rose-50\/20:focus {
  border-top-color: rgb(255 241 242 / 0.2);
  border-bottom-color: rgb(255 241 242 / 0.2);
}

.focus\:border-y-rose-50\/25:focus {
  border-top-color: rgb(255 241 242 / 0.25);
  border-bottom-color: rgb(255 241 242 / 0.25);
}

.focus\:border-y-rose-50\/30:focus {
  border-top-color: rgb(255 241 242 / 0.3);
  border-bottom-color: rgb(255 241 242 / 0.3);
}

.focus\:border-y-rose-50\/40:focus {
  border-top-color: rgb(255 241 242 / 0.4);
  border-bottom-color: rgb(255 241 242 / 0.4);
}

.focus\:border-y-rose-50\/5:focus {
  border-top-color: rgb(255 241 242 / 0.05);
  border-bottom-color: rgb(255 241 242 / 0.05);
}

.focus\:border-y-rose-50\/50:focus {
  border-top-color: rgb(255 241 242 / 0.5);
  border-bottom-color: rgb(255 241 242 / 0.5);
}

.focus\:border-y-rose-50\/60:focus {
  border-top-color: rgb(255 241 242 / 0.6);
  border-bottom-color: rgb(255 241 242 / 0.6);
}

.focus\:border-y-rose-50\/70:focus {
  border-top-color: rgb(255 241 242 / 0.7);
  border-bottom-color: rgb(255 241 242 / 0.7);
}

.focus\:border-y-rose-50\/75:focus {
  border-top-color: rgb(255 241 242 / 0.75);
  border-bottom-color: rgb(255 241 242 / 0.75);
}

.focus\:border-y-rose-50\/80:focus {
  border-top-color: rgb(255 241 242 / 0.8);
  border-bottom-color: rgb(255 241 242 / 0.8);
}

.focus\:border-y-rose-50\/90:focus {
  border-top-color: rgb(255 241 242 / 0.9);
  border-bottom-color: rgb(255 241 242 / 0.9);
}

.focus\:border-y-rose-50\/95:focus {
  border-top-color: rgb(255 241 242 / 0.95);
  border-bottom-color: rgb(255 241 242 / 0.95);
}

.focus\:border-y-rose-500:focus {
  --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));
}

.focus\:border-y-rose-500\/0:focus {
  border-top-color: rgb(244 63 94 / 0);
  border-bottom-color: rgb(244 63 94 / 0);
}

.focus\:border-y-rose-500\/10:focus {
  border-top-color: rgb(244 63 94 / 0.1);
  border-bottom-color: rgb(244 63 94 / 0.1);
}

.focus\:border-y-rose-500\/100:focus {
  border-top-color: rgb(244 63 94 / 1);
  border-bottom-color: rgb(244 63 94 / 1);
}

.focus\:border-y-rose-500\/20:focus {
  border-top-color: rgb(244 63 94 / 0.2);
  border-bottom-color: rgb(244 63 94 / 0.2);
}

.focus\:border-y-rose-500\/25:focus {
  border-top-color: rgb(244 63 94 / 0.25);
  border-bottom-color: rgb(244 63 94 / 0.25);
}

.focus\:border-y-rose-500\/30:focus {
  border-top-color: rgb(244 63 94 / 0.3);
  border-bottom-color: rgb(244 63 94 / 0.3);
}

.focus\:border-y-rose-500\/40:focus {
  border-top-color: rgb(244 63 94 / 0.4);
  border-bottom-color: rgb(244 63 94 / 0.4);
}

.focus\:border-y-rose-500\/5:focus {
  border-top-color: rgb(244 63 94 / 0.05);
  border-bottom-color: rgb(244 63 94 / 0.05);
}

.focus\:border-y-rose-500\/50:focus {
  border-top-color: rgb(244 63 94 / 0.5);
  border-bottom-color: rgb(244 63 94 / 0.5);
}

.focus\:border-y-rose-500\/60:focus {
  border-top-color: rgb(244 63 94 / 0.6);
  border-bottom-color: rgb(244 63 94 / 0.6);
}

.focus\:border-y-rose-500\/70:focus {
  border-top-color: rgb(244 63 94 / 0.7);
  border-bottom-color: rgb(244 63 94 / 0.7);
}

.focus\:border-y-rose-500\/75:focus {
  border-top-color: rgb(244 63 94 / 0.75);
  border-bottom-color: rgb(244 63 94 / 0.75);
}

.focus\:border-y-rose-500\/80:focus {
  border-top-color: rgb(244 63 94 / 0.8);
  border-bottom-color: rgb(244 63 94 / 0.8);
}

.focus\:border-y-rose-500\/90:focus {
  border-top-color: rgb(244 63 94 / 0.9);
  border-bottom-color: rgb(244 63 94 / 0.9);
}

.focus\:border-y-rose-500\/95:focus {
  border-top-color: rgb(244 63 94 / 0.95);
  border-bottom-color: rgb(244 63 94 / 0.95);
}

.focus\:border-y-rose-600:focus {
  --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));
}

.focus\:border-y-rose-600\/0:focus {
  border-top-color: rgb(225 29 72 / 0);
  border-bottom-color: rgb(225 29 72 / 0);
}

.focus\:border-y-rose-600\/10:focus {
  border-top-color: rgb(225 29 72 / 0.1);
  border-bottom-color: rgb(225 29 72 / 0.1);
}

.focus\:border-y-rose-600\/100:focus {
  border-top-color: rgb(225 29 72 / 1);
  border-bottom-color: rgb(225 29 72 / 1);
}

.focus\:border-y-rose-600\/20:focus {
  border-top-color: rgb(225 29 72 / 0.2);
  border-bottom-color: rgb(225 29 72 / 0.2);
}

.focus\:border-y-rose-600\/25:focus {
  border-top-color: rgb(225 29 72 / 0.25);
  border-bottom-color: rgb(225 29 72 / 0.25);
}

.focus\:border-y-rose-600\/30:focus {
  border-top-color: rgb(225 29 72 / 0.3);
  border-bottom-color: rgb(225 29 72 / 0.3);
}

.focus\:border-y-rose-600\/40:focus {
  border-top-color: rgb(225 29 72 / 0.4);
  border-bottom-color: rgb(225 29 72 / 0.4);
}

.focus\:border-y-rose-600\/5:focus {
  border-top-color: rgb(225 29 72 / 0.05);
  border-bottom-color: rgb(225 29 72 / 0.05);
}

.focus\:border-y-rose-600\/50:focus {
  border-top-color: rgb(225 29 72 / 0.5);
  border-bottom-color: rgb(225 29 72 / 0.5);
}

.focus\:border-y-rose-600\/60:focus {
  border-top-color: rgb(225 29 72 / 0.6);
  border-bottom-color: rgb(225 29 72 / 0.6);
}

.focus\:border-y-rose-600\/70:focus {
  border-top-color: rgb(225 29 72 / 0.7);
  border-bottom-color: rgb(225 29 72 / 0.7);
}

.focus\:border-y-rose-600\/75:focus {
  border-top-color: rgb(225 29 72 / 0.75);
  border-bottom-color: rgb(225 29 72 / 0.75);
}

.focus\:border-y-rose-600\/80:focus {
  border-top-color: rgb(225 29 72 / 0.8);
  border-bottom-color: rgb(225 29 72 / 0.8);
}

.focus\:border-y-rose-600\/90:focus {
  border-top-color: rgb(225 29 72 / 0.9);
  border-bottom-color: rgb(225 29 72 / 0.9);
}

.focus\:border-y-rose-600\/95:focus {
  border-top-color: rgb(225 29 72 / 0.95);
  border-bottom-color: rgb(225 29 72 / 0.95);
}

.focus\:border-y-rose-700:focus {
  --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));
}

.focus\:border-y-rose-700\/0:focus {
  border-top-color: rgb(190 18 60 / 0);
  border-bottom-color: rgb(190 18 60 / 0);
}

.focus\:border-y-rose-700\/10:focus {
  border-top-color: rgb(190 18 60 / 0.1);
  border-bottom-color: rgb(190 18 60 / 0.1);
}

.focus\:border-y-rose-700\/100:focus {
  border-top-color: rgb(190 18 60 / 1);
  border-bottom-color: rgb(190 18 60 / 1);
}

.focus\:border-y-rose-700\/20:focus {
  border-top-color: rgb(190 18 60 / 0.2);
  border-bottom-color: rgb(190 18 60 / 0.2);
}

.focus\:border-y-rose-700\/25:focus {
  border-top-color: rgb(190 18 60 / 0.25);
  border-bottom-color: rgb(190 18 60 / 0.25);
}

.focus\:border-y-rose-700\/30:focus {
  border-top-color: rgb(190 18 60 / 0.3);
  border-bottom-color: rgb(190 18 60 / 0.3);
}

.focus\:border-y-rose-700\/40:focus {
  border-top-color: rgb(190 18 60 / 0.4);
  border-bottom-color: rgb(190 18 60 / 0.4);
}

.focus\:border-y-rose-700\/5:focus {
  border-top-color: rgb(190 18 60 / 0.05);
  border-bottom-color: rgb(190 18 60 / 0.05);
}

.focus\:border-y-rose-700\/50:focus {
  border-top-color: rgb(190 18 60 / 0.5);
  border-bottom-color: rgb(190 18 60 / 0.5);
}

.focus\:border-y-rose-700\/60:focus {
  border-top-color: rgb(190 18 60 / 0.6);
  border-bottom-color: rgb(190 18 60 / 0.6);
}

.focus\:border-y-rose-700\/70:focus {
  border-top-color: rgb(190 18 60 / 0.7);
  border-bottom-color: rgb(190 18 60 / 0.7);
}

.focus\:border-y-rose-700\/75:focus {
  border-top-color: rgb(190 18 60 / 0.75);
  border-bottom-color: rgb(190 18 60 / 0.75);
}

.focus\:border-y-rose-700\/80:focus {
  border-top-color: rgb(190 18 60 / 0.8);
  border-bottom-color: rgb(190 18 60 / 0.8);
}

.focus\:border-y-rose-700\/90:focus {
  border-top-color: rgb(190 18 60 / 0.9);
  border-bottom-color: rgb(190 18 60 / 0.9);
}

.focus\:border-y-rose-700\/95:focus {
  border-top-color: rgb(190 18 60 / 0.95);
  border-bottom-color: rgb(190 18 60 / 0.95);
}

.focus\:border-y-rose-800:focus {
  --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));
}

.focus\:border-y-rose-800\/0:focus {
  border-top-color: rgb(159 18 57 / 0);
  border-bottom-color: rgb(159 18 57 / 0);
}

.focus\:border-y-rose-800\/10:focus {
  border-top-color: rgb(159 18 57 / 0.1);
  border-bottom-color: rgb(159 18 57 / 0.1);
}

.focus\:border-y-rose-800\/100:focus {
  border-top-color: rgb(159 18 57 / 1);
  border-bottom-color: rgb(159 18 57 / 1);
}

.focus\:border-y-rose-800\/20:focus {
  border-top-color: rgb(159 18 57 / 0.2);
  border-bottom-color: rgb(159 18 57 / 0.2);
}

.focus\:border-y-rose-800\/25:focus {
  border-top-color: rgb(159 18 57 / 0.25);
  border-bottom-color: rgb(159 18 57 / 0.25);
}

.focus\:border-y-rose-800\/30:focus {
  border-top-color: rgb(159 18 57 / 0.3);
  border-bottom-color: rgb(159 18 57 / 0.3);
}

.focus\:border-y-rose-800\/40:focus {
  border-top-color: rgb(159 18 57 / 0.4);
  border-bottom-color: rgb(159 18 57 / 0.4);
}

.focus\:border-y-rose-800\/5:focus {
  border-top-color: rgb(159 18 57 / 0.05);
  border-bottom-color: rgb(159 18 57 / 0.05);
}

.focus\:border-y-rose-800\/50:focus {
  border-top-color: rgb(159 18 57 / 0.5);
  border-bottom-color: rgb(159 18 57 / 0.5);
}

.focus\:border-y-rose-800\/60:focus {
  border-top-color: rgb(159 18 57 / 0.6);
  border-bottom-color: rgb(159 18 57 / 0.6);
}

.focus\:border-y-rose-800\/70:focus {
  border-top-color: rgb(159 18 57 / 0.7);
  border-bottom-color: rgb(159 18 57 / 0.7);
}

.focus\:border-y-rose-800\/75:focus {
  border-top-color: rgb(159 18 57 / 0.75);
  border-bottom-color: rgb(159 18 57 / 0.75);
}

.focus\:border-y-rose-800\/80:focus {
  border-top-color: rgb(159 18 57 / 0.8);
  border-bottom-color: rgb(159 18 57 / 0.8);
}

.focus\:border-y-rose-800\/90:focus {
  border-top-color: rgb(159 18 57 / 0.9);
  border-bottom-color: rgb(159 18 57 / 0.9);
}

.focus\:border-y-rose-800\/95:focus {
  border-top-color: rgb(159 18 57 / 0.95);
  border-bottom-color: rgb(159 18 57 / 0.95);
}

.focus\:border-y-rose-900:focus {
  --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));
}

.focus\:border-y-rose-900\/0:focus {
  border-top-color: rgb(136 19 55 / 0);
  border-bottom-color: rgb(136 19 55 / 0);
}

.focus\:border-y-rose-900\/10:focus {
  border-top-color: rgb(136 19 55 / 0.1);
  border-bottom-color: rgb(136 19 55 / 0.1);
}

.focus\:border-y-rose-900\/100:focus {
  border-top-color: rgb(136 19 55 / 1);
  border-bottom-color: rgb(136 19 55 / 1);
}

.focus\:border-y-rose-900\/20:focus {
  border-top-color: rgb(136 19 55 / 0.2);
  border-bottom-color: rgb(136 19 55 / 0.2);
}

.focus\:border-y-rose-900\/25:focus {
  border-top-color: rgb(136 19 55 / 0.25);
  border-bottom-color: rgb(136 19 55 / 0.25);
}

.focus\:border-y-rose-900\/30:focus {
  border-top-color: rgb(136 19 55 / 0.3);
  border-bottom-color: rgb(136 19 55 / 0.3);
}

.focus\:border-y-rose-900\/40:focus {
  border-top-color: rgb(136 19 55 / 0.4);
  border-bottom-color: rgb(136 19 55 / 0.4);
}

.focus\:border-y-rose-900\/5:focus {
  border-top-color: rgb(136 19 55 / 0.05);
  border-bottom-color: rgb(136 19 55 / 0.05);
}

.focus\:border-y-rose-900\/50:focus {
  border-top-color: rgb(136 19 55 / 0.5);
  border-bottom-color: rgb(136 19 55 / 0.5);
}

.focus\:border-y-rose-900\/60:focus {
  border-top-color: rgb(136 19 55 / 0.6);
  border-bottom-color: rgb(136 19 55 / 0.6);
}

.focus\:border-y-rose-900\/70:focus {
  border-top-color: rgb(136 19 55 / 0.7);
  border-bottom-color: rgb(136 19 55 / 0.7);
}

.focus\:border-y-rose-900\/75:focus {
  border-top-color: rgb(136 19 55 / 0.75);
  border-bottom-color: rgb(136 19 55 / 0.75);
}

.focus\:border-y-rose-900\/80:focus {
  border-top-color: rgb(136 19 55 / 0.8);
  border-bottom-color: rgb(136 19 55 / 0.8);
}

.focus\:border-y-rose-900\/90:focus {
  border-top-color: rgb(136 19 55 / 0.9);
  border-bottom-color: rgb(136 19 55 / 0.9);
}

.focus\:border-y-rose-900\/95:focus {
  border-top-color: rgb(136 19 55 / 0.95);
  border-bottom-color: rgb(136 19 55 / 0.95);
}

.focus\:border-y-rose-950:focus {
  --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));
}

.focus\:border-y-rose-950\/0:focus {
  border-top-color: rgb(76 5 25 / 0);
  border-bottom-color: rgb(76 5 25 / 0);
}

.focus\:border-y-rose-950\/10:focus {
  border-top-color: rgb(76 5 25 / 0.1);
  border-bottom-color: rgb(76 5 25 / 0.1);
}

.focus\:border-y-rose-950\/100:focus {
  border-top-color: rgb(76 5 25 / 1);
  border-bottom-color: rgb(76 5 25 / 1);
}

.focus\:border-y-rose-950\/20:focus {
  border-top-color: rgb(76 5 25 / 0.2);
  border-bottom-color: rgb(76 5 25 / 0.2);
}

.focus\:border-y-rose-950\/25:focus {
  border-top-color: rgb(76 5 25 / 0.25);
  border-bottom-color: rgb(76 5 25 / 0.25);
}

.focus\:border-y-rose-950\/30:focus {
  border-top-color: rgb(76 5 25 / 0.3);
  border-bottom-color: rgb(76 5 25 / 0.3);
}

.focus\:border-y-rose-950\/40:focus {
  border-top-color: rgb(76 5 25 / 0.4);
  border-bottom-color: rgb(76 5 25 / 0.4);
}

.focus\:border-y-rose-950\/5:focus {
  border-top-color: rgb(76 5 25 / 0.05);
  border-bottom-color: rgb(76 5 25 / 0.05);
}

.focus\:border-y-rose-950\/50:focus {
  border-top-color: rgb(76 5 25 / 0.5);
  border-bottom-color: rgb(76 5 25 / 0.5);
}

.focus\:border-y-rose-950\/60:focus {
  border-top-color: rgb(76 5 25 / 0.6);
  border-bottom-color: rgb(76 5 25 / 0.6);
}

.focus\:border-y-rose-950\/70:focus {
  border-top-color: rgb(76 5 25 / 0.7);
  border-bottom-color: rgb(76 5 25 / 0.7);
}

.focus\:border-y-rose-950\/75:focus {
  border-top-color: rgb(76 5 25 / 0.75);
  border-bottom-color: rgb(76 5 25 / 0.75);
}

.focus\:border-y-rose-950\/80:focus {
  border-top-color: rgb(76 5 25 / 0.8);
  border-bottom-color: rgb(76 5 25 / 0.8);
}

.focus\:border-y-rose-950\/90:focus {
  border-top-color: rgb(76 5 25 / 0.9);
  border-bottom-color: rgb(76 5 25 / 0.9);
}

.focus\:border-y-rose-950\/95:focus {
  border-top-color: rgb(76 5 25 / 0.95);
  border-bottom-color: rgb(76 5 25 / 0.95);
}

.focus\:border-y-sky-100:focus {
  --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));
}

.focus\:border-y-sky-100\/0:focus {
  border-top-color: rgb(224 242 254 / 0);
  border-bottom-color: rgb(224 242 254 / 0);
}

.focus\:border-y-sky-100\/10:focus {
  border-top-color: rgb(224 242 254 / 0.1);
  border-bottom-color: rgb(224 242 254 / 0.1);
}

.focus\:border-y-sky-100\/100:focus {
  border-top-color: rgb(224 242 254 / 1);
  border-bottom-color: rgb(224 242 254 / 1);
}

.focus\:border-y-sky-100\/20:focus {
  border-top-color: rgb(224 242 254 / 0.2);
  border-bottom-color: rgb(224 242 254 / 0.2);
}

.focus\:border-y-sky-100\/25:focus {
  border-top-color: rgb(224 242 254 / 0.25);
  border-bottom-color: rgb(224 242 254 / 0.25);
}

.focus\:border-y-sky-100\/30:focus {
  border-top-color: rgb(224 242 254 / 0.3);
  border-bottom-color: rgb(224 242 254 / 0.3);
}

.focus\:border-y-sky-100\/40:focus {
  border-top-color: rgb(224 242 254 / 0.4);
  border-bottom-color: rgb(224 242 254 / 0.4);
}

.focus\:border-y-sky-100\/5:focus {
  border-top-color: rgb(224 242 254 / 0.05);
  border-bottom-color: rgb(224 242 254 / 0.05);
}

.focus\:border-y-sky-100\/50:focus {
  border-top-color: rgb(224 242 254 / 0.5);
  border-bottom-color: rgb(224 242 254 / 0.5);
}

.focus\:border-y-sky-100\/60:focus {
  border-top-color: rgb(224 242 254 / 0.6);
  border-bottom-color: rgb(224 242 254 / 0.6);
}

.focus\:border-y-sky-100\/70:focus {
  border-top-color: rgb(224 242 254 / 0.7);
  border-bottom-color: rgb(224 242 254 / 0.7);
}

.focus\:border-y-sky-100\/75:focus {
  border-top-color: rgb(224 242 254 / 0.75);
  border-bottom-color: rgb(224 242 254 / 0.75);
}

.focus\:border-y-sky-100\/80:focus {
  border-top-color: rgb(224 242 254 / 0.8);
  border-bottom-color: rgb(224 242 254 / 0.8);
}

.focus\:border-y-sky-100\/90:focus {
  border-top-color: rgb(224 242 254 / 0.9);
  border-bottom-color: rgb(224 242 254 / 0.9);
}

.focus\:border-y-sky-100\/95:focus {
  border-top-color: rgb(224 242 254 / 0.95);
  border-bottom-color: rgb(224 242 254 / 0.95);
}

.focus\:border-y-sky-200:focus {
  --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));
}

.focus\:border-y-sky-200\/0:focus {
  border-top-color: rgb(186 230 253 / 0);
  border-bottom-color: rgb(186 230 253 / 0);
}

.focus\:border-y-sky-200\/10:focus {
  border-top-color: rgb(186 230 253 / 0.1);
  border-bottom-color: rgb(186 230 253 / 0.1);
}

.focus\:border-y-sky-200\/100:focus {
  border-top-color: rgb(186 230 253 / 1);
  border-bottom-color: rgb(186 230 253 / 1);
}

.focus\:border-y-sky-200\/20:focus {
  border-top-color: rgb(186 230 253 / 0.2);
  border-bottom-color: rgb(186 230 253 / 0.2);
}

.focus\:border-y-sky-200\/25:focus {
  border-top-color: rgb(186 230 253 / 0.25);
  border-bottom-color: rgb(186 230 253 / 0.25);
}

.focus\:border-y-sky-200\/30:focus {
  border-top-color: rgb(186 230 253 / 0.3);
  border-bottom-color: rgb(186 230 253 / 0.3);
}

.focus\:border-y-sky-200\/40:focus {
  border-top-color: rgb(186 230 253 / 0.4);
  border-bottom-color: rgb(186 230 253 / 0.4);
}

.focus\:border-y-sky-200\/5:focus {
  border-top-color: rgb(186 230 253 / 0.05);
  border-bottom-color: rgb(186 230 253 / 0.05);
}

.focus\:border-y-sky-200\/50:focus {
  border-top-color: rgb(186 230 253 / 0.5);
  border-bottom-color: rgb(186 230 253 / 0.5);
}

.focus\:border-y-sky-200\/60:focus {
  border-top-color: rgb(186 230 253 / 0.6);
  border-bottom-color: rgb(186 230 253 / 0.6);
}

.focus\:border-y-sky-200\/70:focus {
  border-top-color: rgb(186 230 253 / 0.7);
  border-bottom-color: rgb(186 230 253 / 0.7);
}

.focus\:border-y-sky-200\/75:focus {
  border-top-color: rgb(186 230 253 / 0.75);
  border-bottom-color: rgb(186 230 253 / 0.75);
}

.focus\:border-y-sky-200\/80:focus {
  border-top-color: rgb(186 230 253 / 0.8);
  border-bottom-color: rgb(186 230 253 / 0.8);
}

.focus\:border-y-sky-200\/90:focus {
  border-top-color: rgb(186 230 253 / 0.9);
  border-bottom-color: rgb(186 230 253 / 0.9);
}

.focus\:border-y-sky-200\/95:focus {
  border-top-color: rgb(186 230 253 / 0.95);
  border-bottom-color: rgb(186 230 253 / 0.95);
}

.focus\:border-y-sky-300:focus {
  --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));
}

.focus\:border-y-sky-300\/0:focus {
  border-top-color: rgb(125 211 252 / 0);
  border-bottom-color: rgb(125 211 252 / 0);
}

.focus\:border-y-sky-300\/10:focus {
  border-top-color: rgb(125 211 252 / 0.1);
  border-bottom-color: rgb(125 211 252 / 0.1);
}

.focus\:border-y-sky-300\/100:focus {
  border-top-color: rgb(125 211 252 / 1);
  border-bottom-color: rgb(125 211 252 / 1);
}

.focus\:border-y-sky-300\/20:focus {
  border-top-color: rgb(125 211 252 / 0.2);
  border-bottom-color: rgb(125 211 252 / 0.2);
}

.focus\:border-y-sky-300\/25:focus {
  border-top-color: rgb(125 211 252 / 0.25);
  border-bottom-color: rgb(125 211 252 / 0.25);
}

.focus\:border-y-sky-300\/30:focus {
  border-top-color: rgb(125 211 252 / 0.3);
  border-bottom-color: rgb(125 211 252 / 0.3);
}

.focus\:border-y-sky-300\/40:focus {
  border-top-color: rgb(125 211 252 / 0.4);
  border-bottom-color: rgb(125 211 252 / 0.4);
}

.focus\:border-y-sky-300\/5:focus {
  border-top-color: rgb(125 211 252 / 0.05);
  border-bottom-color: rgb(125 211 252 / 0.05);
}

.focus\:border-y-sky-300\/50:focus {
  border-top-color: rgb(125 211 252 / 0.5);
  border-bottom-color: rgb(125 211 252 / 0.5);
}

.focus\:border-y-sky-300\/60:focus {
  border-top-color: rgb(125 211 252 / 0.6);
  border-bottom-color: rgb(125 211 252 / 0.6);
}

.focus\:border-y-sky-300\/70:focus {
  border-top-color: rgb(125 211 252 / 0.7);
  border-bottom-color: rgb(125 211 252 / 0.7);
}

.focus\:border-y-sky-300\/75:focus {
  border-top-color: rgb(125 211 252 / 0.75);
  border-bottom-color: rgb(125 211 252 / 0.75);
}

.focus\:border-y-sky-300\/80:focus {
  border-top-color: rgb(125 211 252 / 0.8);
  border-bottom-color: rgb(125 211 252 / 0.8);
}

.focus\:border-y-sky-300\/90:focus {
  border-top-color: rgb(125 211 252 / 0.9);
  border-bottom-color: rgb(125 211 252 / 0.9);
}

.focus\:border-y-sky-300\/95:focus {
  border-top-color: rgb(125 211 252 / 0.95);
  border-bottom-color: rgb(125 211 252 / 0.95);
}

.focus\:border-y-sky-400:focus {
  --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));
}

.focus\:border-y-sky-400\/0:focus {
  border-top-color: rgb(56 189 248 / 0);
  border-bottom-color: rgb(56 189 248 / 0);
}

.focus\:border-y-sky-400\/10:focus {
  border-top-color: rgb(56 189 248 / 0.1);
  border-bottom-color: rgb(56 189 248 / 0.1);
}

.focus\:border-y-sky-400\/100:focus {
  border-top-color: rgb(56 189 248 / 1);
  border-bottom-color: rgb(56 189 248 / 1);
}

.focus\:border-y-sky-400\/20:focus {
  border-top-color: rgb(56 189 248 / 0.2);
  border-bottom-color: rgb(56 189 248 / 0.2);
}

.focus\:border-y-sky-400\/25:focus {
  border-top-color: rgb(56 189 248 / 0.25);
  border-bottom-color: rgb(56 189 248 / 0.25);
}

.focus\:border-y-sky-400\/30:focus {
  border-top-color: rgb(56 189 248 / 0.3);
  border-bottom-color: rgb(56 189 248 / 0.3);
}

.focus\:border-y-sky-400\/40:focus {
  border-top-color: rgb(56 189 248 / 0.4);
  border-bottom-color: rgb(56 189 248 / 0.4);
}

.focus\:border-y-sky-400\/5:focus {
  border-top-color: rgb(56 189 248 / 0.05);
  border-bottom-color: rgb(56 189 248 / 0.05);
}

.focus\:border-y-sky-400\/50:focus {
  border-top-color: rgb(56 189 248 / 0.5);
  border-bottom-color: rgb(56 189 248 / 0.5);
}

.focus\:border-y-sky-400\/60:focus {
  border-top-color: rgb(56 189 248 / 0.6);
  border-bottom-color: rgb(56 189 248 / 0.6);
}

.focus\:border-y-sky-400\/70:focus {
  border-top-color: rgb(56 189 248 / 0.7);
  border-bottom-color: rgb(56 189 248 / 0.7);
}

.focus\:border-y-sky-400\/75:focus {
  border-top-color: rgb(56 189 248 / 0.75);
  border-bottom-color: rgb(56 189 248 / 0.75);
}

.focus\:border-y-sky-400\/80:focus {
  border-top-color: rgb(56 189 248 / 0.8);
  border-bottom-color: rgb(56 189 248 / 0.8);
}

.focus\:border-y-sky-400\/90:focus {
  border-top-color: rgb(56 189 248 / 0.9);
  border-bottom-color: rgb(56 189 248 / 0.9);
}

.focus\:border-y-sky-400\/95:focus {
  border-top-color: rgb(56 189 248 / 0.95);
  border-bottom-color: rgb(56 189 248 / 0.95);
}

.focus\:border-y-sky-50:focus {
  --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));
}

.focus\:border-y-sky-50\/0:focus {
  border-top-color: rgb(240 249 255 / 0);
  border-bottom-color: rgb(240 249 255 / 0);
}

.focus\:border-y-sky-50\/10:focus {
  border-top-color: rgb(240 249 255 / 0.1);
  border-bottom-color: rgb(240 249 255 / 0.1);
}

.focus\:border-y-sky-50\/100:focus {
  border-top-color: rgb(240 249 255 / 1);
  border-bottom-color: rgb(240 249 255 / 1);
}

.focus\:border-y-sky-50\/20:focus {
  border-top-color: rgb(240 249 255 / 0.2);
  border-bottom-color: rgb(240 249 255 / 0.2);
}

.focus\:border-y-sky-50\/25:focus {
  border-top-color: rgb(240 249 255 / 0.25);
  border-bottom-color: rgb(240 249 255 / 0.25);
}

.focus\:border-y-sky-50\/30:focus {
  border-top-color: rgb(240 249 255 / 0.3);
  border-bottom-color: rgb(240 249 255 / 0.3);
}

.focus\:border-y-sky-50\/40:focus {
  border-top-color: rgb(240 249 255 / 0.4);
  border-bottom-color: rgb(240 249 255 / 0.4);
}

.focus\:border-y-sky-50\/5:focus {
  border-top-color: rgb(240 249 255 / 0.05);
  border-bottom-color: rgb(240 249 255 / 0.05);
}

.focus\:border-y-sky-50\/50:focus {
  border-top-color: rgb(240 249 255 / 0.5);
  border-bottom-color: rgb(240 249 255 / 0.5);
}

.focus\:border-y-sky-50\/60:focus {
  border-top-color: rgb(240 249 255 / 0.6);
  border-bottom-color: rgb(240 249 255 / 0.6);
}

.focus\:border-y-sky-50\/70:focus {
  border-top-color: rgb(240 249 255 / 0.7);
  border-bottom-color: rgb(240 249 255 / 0.7);
}

.focus\:border-y-sky-50\/75:focus {
  border-top-color: rgb(240 249 255 / 0.75);
  border-bottom-color: rgb(240 249 255 / 0.75);
}

.focus\:border-y-sky-50\/80:focus {
  border-top-color: rgb(240 249 255 / 0.8);
  border-bottom-color: rgb(240 249 255 / 0.8);
}

.focus\:border-y-sky-50\/90:focus {
  border-top-color: rgb(240 249 255 / 0.9);
  border-bottom-color: rgb(240 249 255 / 0.9);
}

.focus\:border-y-sky-50\/95:focus {
  border-top-color: rgb(240 249 255 / 0.95);
  border-bottom-color: rgb(240 249 255 / 0.95);
}

.focus\:border-y-sky-500:focus {
  --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));
}

.focus\:border-y-sky-500\/0:focus {
  border-top-color: rgb(14 165 233 / 0);
  border-bottom-color: rgb(14 165 233 / 0);
}

.focus\:border-y-sky-500\/10:focus {
  border-top-color: rgb(14 165 233 / 0.1);
  border-bottom-color: rgb(14 165 233 / 0.1);
}

.focus\:border-y-sky-500\/100:focus {
  border-top-color: rgb(14 165 233 / 1);
  border-bottom-color: rgb(14 165 233 / 1);
}

.focus\:border-y-sky-500\/20:focus {
  border-top-color: rgb(14 165 233 / 0.2);
  border-bottom-color: rgb(14 165 233 / 0.2);
}

.focus\:border-y-sky-500\/25:focus {
  border-top-color: rgb(14 165 233 / 0.25);
  border-bottom-color: rgb(14 165 233 / 0.25);
}

.focus\:border-y-sky-500\/30:focus {
  border-top-color: rgb(14 165 233 / 0.3);
  border-bottom-color: rgb(14 165 233 / 0.3);
}

.focus\:border-y-sky-500\/40:focus {
  border-top-color: rgb(14 165 233 / 0.4);
  border-bottom-color: rgb(14 165 233 / 0.4);
}

.focus\:border-y-sky-500\/5:focus {
  border-top-color: rgb(14 165 233 / 0.05);
  border-bottom-color: rgb(14 165 233 / 0.05);
}

.focus\:border-y-sky-500\/50:focus {
  border-top-color: rgb(14 165 233 / 0.5);
  border-bottom-color: rgb(14 165 233 / 0.5);
}

.focus\:border-y-sky-500\/60:focus {
  border-top-color: rgb(14 165 233 / 0.6);
  border-bottom-color: rgb(14 165 233 / 0.6);
}

.focus\:border-y-sky-500\/70:focus {
  border-top-color: rgb(14 165 233 / 0.7);
  border-bottom-color: rgb(14 165 233 / 0.7);
}

.focus\:border-y-sky-500\/75:focus {
  border-top-color: rgb(14 165 233 / 0.75);
  border-bottom-color: rgb(14 165 233 / 0.75);
}

.focus\:border-y-sky-500\/80:focus {
  border-top-color: rgb(14 165 233 / 0.8);
  border-bottom-color: rgb(14 165 233 / 0.8);
}

.focus\:border-y-sky-500\/90:focus {
  border-top-color: rgb(14 165 233 / 0.9);
  border-bottom-color: rgb(14 165 233 / 0.9);
}

.focus\:border-y-sky-500\/95:focus {
  border-top-color: rgb(14 165 233 / 0.95);
  border-bottom-color: rgb(14 165 233 / 0.95);
}

.focus\:border-y-sky-600:focus {
  --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));
}

.focus\:border-y-sky-600\/0:focus {
  border-top-color: rgb(2 132 199 / 0);
  border-bottom-color: rgb(2 132 199 / 0);
}

.focus\:border-y-sky-600\/10:focus {
  border-top-color: rgb(2 132 199 / 0.1);
  border-bottom-color: rgb(2 132 199 / 0.1);
}

.focus\:border-y-sky-600\/100:focus {
  border-top-color: rgb(2 132 199 / 1);
  border-bottom-color: rgb(2 132 199 / 1);
}

.focus\:border-y-sky-600\/20:focus {
  border-top-color: rgb(2 132 199 / 0.2);
  border-bottom-color: rgb(2 132 199 / 0.2);
}

.focus\:border-y-sky-600\/25:focus {
  border-top-color: rgb(2 132 199 / 0.25);
  border-bottom-color: rgb(2 132 199 / 0.25);
}

.focus\:border-y-sky-600\/30:focus {
  border-top-color: rgb(2 132 199 / 0.3);
  border-bottom-color: rgb(2 132 199 / 0.3);
}

.focus\:border-y-sky-600\/40:focus {
  border-top-color: rgb(2 132 199 / 0.4);
  border-bottom-color: rgb(2 132 199 / 0.4);
}

.focus\:border-y-sky-600\/5:focus {
  border-top-color: rgb(2 132 199 / 0.05);
  border-bottom-color: rgb(2 132 199 / 0.05);
}

.focus\:border-y-sky-600\/50:focus {
  border-top-color: rgb(2 132 199 / 0.5);
  border-bottom-color: rgb(2 132 199 / 0.5);
}

.focus\:border-y-sky-600\/60:focus {
  border-top-color: rgb(2 132 199 / 0.6);
  border-bottom-color: rgb(2 132 199 / 0.6);
}

.focus\:border-y-sky-600\/70:focus {
  border-top-color: rgb(2 132 199 / 0.7);
  border-bottom-color: rgb(2 132 199 / 0.7);
}

.focus\:border-y-sky-600\/75:focus {
  border-top-color: rgb(2 132 199 / 0.75);
  border-bottom-color: rgb(2 132 199 / 0.75);
}

.focus\:border-y-sky-600\/80:focus {
  border-top-color: rgb(2 132 199 / 0.8);
  border-bottom-color: rgb(2 132 199 / 0.8);
}

.focus\:border-y-sky-600\/90:focus {
  border-top-color: rgb(2 132 199 / 0.9);
  border-bottom-color: rgb(2 132 199 / 0.9);
}

.focus\:border-y-sky-600\/95:focus {
  border-top-color: rgb(2 132 199 / 0.95);
  border-bottom-color: rgb(2 132 199 / 0.95);
}

.focus\:border-y-sky-700:focus {
  --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));
}

.focus\:border-y-sky-700\/0:focus {
  border-top-color: rgb(3 105 161 / 0);
  border-bottom-color: rgb(3 105 161 / 0);
}

.focus\:border-y-sky-700\/10:focus {
  border-top-color: rgb(3 105 161 / 0.1);
  border-bottom-color: rgb(3 105 161 / 0.1);
}

.focus\:border-y-sky-700\/100:focus {
  border-top-color: rgb(3 105 161 / 1);
  border-bottom-color: rgb(3 105 161 / 1);
}

.focus\:border-y-sky-700\/20:focus {
  border-top-color: rgb(3 105 161 / 0.2);
  border-bottom-color: rgb(3 105 161 / 0.2);
}

.focus\:border-y-sky-700\/25:focus {
  border-top-color: rgb(3 105 161 / 0.25);
  border-bottom-color: rgb(3 105 161 / 0.25);
}

.focus\:border-y-sky-700\/30:focus {
  border-top-color: rgb(3 105 161 / 0.3);
  border-bottom-color: rgb(3 105 161 / 0.3);
}

.focus\:border-y-sky-700\/40:focus {
  border-top-color: rgb(3 105 161 / 0.4);
  border-bottom-color: rgb(3 105 161 / 0.4);
}

.focus\:border-y-sky-700\/5:focus {
  border-top-color: rgb(3 105 161 / 0.05);
  border-bottom-color: rgb(3 105 161 / 0.05);
}

.focus\:border-y-sky-700\/50:focus {
  border-top-color: rgb(3 105 161 / 0.5);
  border-bottom-color: rgb(3 105 161 / 0.5);
}

.focus\:border-y-sky-700\/60:focus {
  border-top-color: rgb(3 105 161 / 0.6);
  border-bottom-color: rgb(3 105 161 / 0.6);
}

.focus\:border-y-sky-700\/70:focus {
  border-top-color: rgb(3 105 161 / 0.7);
  border-bottom-color: rgb(3 105 161 / 0.7);
}

.focus\:border-y-sky-700\/75:focus {
  border-top-color: rgb(3 105 161 / 0.75);
  border-bottom-color: rgb(3 105 161 / 0.75);
}

.focus\:border-y-sky-700\/80:focus {
  border-top-color: rgb(3 105 161 / 0.8);
  border-bottom-color: rgb(3 105 161 / 0.8);
}

.focus\:border-y-sky-700\/90:focus {
  border-top-color: rgb(3 105 161 / 0.9);
  border-bottom-color: rgb(3 105 161 / 0.9);
}

.focus\:border-y-sky-700\/95:focus {
  border-top-color: rgb(3 105 161 / 0.95);
  border-bottom-color: rgb(3 105 161 / 0.95);
}

.focus\:border-y-sky-800:focus {
  --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));
}

.focus\:border-y-sky-800\/0:focus {
  border-top-color: rgb(7 89 133 / 0);
  border-bottom-color: rgb(7 89 133 / 0);
}

.focus\:border-y-sky-800\/10:focus {
  border-top-color: rgb(7 89 133 / 0.1);
  border-bottom-color: rgb(7 89 133 / 0.1);
}

.focus\:border-y-sky-800\/100:focus {
  border-top-color: rgb(7 89 133 / 1);
  border-bottom-color: rgb(7 89 133 / 1);
}

.focus\:border-y-sky-800\/20:focus {
  border-top-color: rgb(7 89 133 / 0.2);
  border-bottom-color: rgb(7 89 133 / 0.2);
}

.focus\:border-y-sky-800\/25:focus {
  border-top-color: rgb(7 89 133 / 0.25);
  border-bottom-color: rgb(7 89 133 / 0.25);
}

.focus\:border-y-sky-800\/30:focus {
  border-top-color: rgb(7 89 133 / 0.3);
  border-bottom-color: rgb(7 89 133 / 0.3);
}

.focus\:border-y-sky-800\/40:focus {
  border-top-color: rgb(7 89 133 / 0.4);
  border-bottom-color: rgb(7 89 133 / 0.4);
}

.focus\:border-y-sky-800\/5:focus {
  border-top-color: rgb(7 89 133 / 0.05);
  border-bottom-color: rgb(7 89 133 / 0.05);
}

.focus\:border-y-sky-800\/50:focus {
  border-top-color: rgb(7 89 133 / 0.5);
  border-bottom-color: rgb(7 89 133 / 0.5);
}

.focus\:border-y-sky-800\/60:focus {
  border-top-color: rgb(7 89 133 / 0.6);
  border-bottom-color: rgb(7 89 133 / 0.6);
}

.focus\:border-y-sky-800\/70:focus {
  border-top-color: rgb(7 89 133 / 0.7);
  border-bottom-color: rgb(7 89 133 / 0.7);
}

.focus\:border-y-sky-800\/75:focus {
  border-top-color: rgb(7 89 133 / 0.75);
  border-bottom-color: rgb(7 89 133 / 0.75);
}

.focus\:border-y-sky-800\/80:focus {
  border-top-color: rgb(7 89 133 / 0.8);
  border-bottom-color: rgb(7 89 133 / 0.8);
}

.focus\:border-y-sky-800\/90:focus {
  border-top-color: rgb(7 89 133 / 0.9);
  border-bottom-color: rgb(7 89 133 / 0.9);
}

.focus\:border-y-sky-800\/95:focus {
  border-top-color: rgb(7 89 133 / 0.95);
  border-bottom-color: rgb(7 89 133 / 0.95);
}

.focus\:border-y-sky-900:focus {
  --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));
}

.focus\:border-y-sky-900\/0:focus {
  border-top-color: rgb(12 74 110 / 0);
  border-bottom-color: rgb(12 74 110 / 0);
}

.focus\:border-y-sky-900\/10:focus {
  border-top-color: rgb(12 74 110 / 0.1);
  border-bottom-color: rgb(12 74 110 / 0.1);
}

.focus\:border-y-sky-900\/100:focus {
  border-top-color: rgb(12 74 110 / 1);
  border-bottom-color: rgb(12 74 110 / 1);
}

.focus\:border-y-sky-900\/20:focus {
  border-top-color: rgb(12 74 110 / 0.2);
  border-bottom-color: rgb(12 74 110 / 0.2);
}

.focus\:border-y-sky-900\/25:focus {
  border-top-color: rgb(12 74 110 / 0.25);
  border-bottom-color: rgb(12 74 110 / 0.25);
}

.focus\:border-y-sky-900\/30:focus {
  border-top-color: rgb(12 74 110 / 0.3);
  border-bottom-color: rgb(12 74 110 / 0.3);
}

.focus\:border-y-sky-900\/40:focus {
  border-top-color: rgb(12 74 110 / 0.4);
  border-bottom-color: rgb(12 74 110 / 0.4);
}

.focus\:border-y-sky-900\/5:focus {
  border-top-color: rgb(12 74 110 / 0.05);
  border-bottom-color: rgb(12 74 110 / 0.05);
}

.focus\:border-y-sky-900\/50:focus {
  border-top-color: rgb(12 74 110 / 0.5);
  border-bottom-color: rgb(12 74 110 / 0.5);
}

.focus\:border-y-sky-900\/60:focus {
  border-top-color: rgb(12 74 110 / 0.6);
  border-bottom-color: rgb(12 74 110 / 0.6);
}

.focus\:border-y-sky-900\/70:focus {
  border-top-color: rgb(12 74 110 / 0.7);
  border-bottom-color: rgb(12 74 110 / 0.7);
}

.focus\:border-y-sky-900\/75:focus {
  border-top-color: rgb(12 74 110 / 0.75);
  border-bottom-color: rgb(12 74 110 / 0.75);
}

.focus\:border-y-sky-900\/80:focus {
  border-top-color: rgb(12 74 110 / 0.8);
  border-bottom-color: rgb(12 74 110 / 0.8);
}

.focus\:border-y-sky-900\/90:focus {
  border-top-color: rgb(12 74 110 / 0.9);
  border-bottom-color: rgb(12 74 110 / 0.9);
}

.focus\:border-y-sky-900\/95:focus {
  border-top-color: rgb(12 74 110 / 0.95);
  border-bottom-color: rgb(12 74 110 / 0.95);
}

.focus\:border-y-sky-950:focus {
  --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));
}

.focus\:border-y-sky-950\/0:focus {
  border-top-color: rgb(8 47 73 / 0);
  border-bottom-color: rgb(8 47 73 / 0);
}

.focus\:border-y-sky-950\/10:focus {
  border-top-color: rgb(8 47 73 / 0.1);
  border-bottom-color: rgb(8 47 73 / 0.1);
}

.focus\:border-y-sky-950\/100:focus {
  border-top-color: rgb(8 47 73 / 1);
  border-bottom-color: rgb(8 47 73 / 1);
}

.focus\:border-y-sky-950\/20:focus {
  border-top-color: rgb(8 47 73 / 0.2);
  border-bottom-color: rgb(8 47 73 / 0.2);
}

.focus\:border-y-sky-950\/25:focus {
  border-top-color: rgb(8 47 73 / 0.25);
  border-bottom-color: rgb(8 47 73 / 0.25);
}

.focus\:border-y-sky-950\/30:focus {
  border-top-color: rgb(8 47 73 / 0.3);
  border-bottom-color: rgb(8 47 73 / 0.3);
}

.focus\:border-y-sky-950\/40:focus {
  border-top-color: rgb(8 47 73 / 0.4);
  border-bottom-color: rgb(8 47 73 / 0.4);
}

.focus\:border-y-sky-950\/5:focus {
  border-top-color: rgb(8 47 73 / 0.05);
  border-bottom-color: rgb(8 47 73 / 0.05);
}

.focus\:border-y-sky-950\/50:focus {
  border-top-color: rgb(8 47 73 / 0.5);
  border-bottom-color: rgb(8 47 73 / 0.5);
}

.focus\:border-y-sky-950\/60:focus {
  border-top-color: rgb(8 47 73 / 0.6);
  border-bottom-color: rgb(8 47 73 / 0.6);
}

.focus\:border-y-sky-950\/70:focus {
  border-top-color: rgb(8 47 73 / 0.7);
  border-bottom-color: rgb(8 47 73 / 0.7);
}

.focus\:border-y-sky-950\/75:focus {
  border-top-color: rgb(8 47 73 / 0.75);
  border-bottom-color: rgb(8 47 73 / 0.75);
}

.focus\:border-y-sky-950\/80:focus {
  border-top-color: rgb(8 47 73 / 0.8);
  border-bottom-color: rgb(8 47 73 / 0.8);
}

.focus\:border-y-sky-950\/90:focus {
  border-top-color: rgb(8 47 73 / 0.9);
  border-bottom-color: rgb(8 47 73 / 0.9);
}

.focus\:border-y-sky-950\/95:focus {
  border-top-color: rgb(8 47 73 / 0.95);
  border-bottom-color: rgb(8 47 73 / 0.95);
}

.focus\:border-y-slate-100:focus {
  --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));
}

.focus\:border-y-slate-100\/0:focus {
  border-top-color: rgb(241 245 249 / 0);
  border-bottom-color: rgb(241 245 249 / 0);
}

.focus\:border-y-slate-100\/10:focus {
  border-top-color: rgb(241 245 249 / 0.1);
  border-bottom-color: rgb(241 245 249 / 0.1);
}

.focus\:border-y-slate-100\/100:focus {
  border-top-color: rgb(241 245 249 / 1);
  border-bottom-color: rgb(241 245 249 / 1);
}

.focus\:border-y-slate-100\/20:focus {
  border-top-color: rgb(241 245 249 / 0.2);
  border-bottom-color: rgb(241 245 249 / 0.2);
}

.focus\:border-y-slate-100\/25:focus {
  border-top-color: rgb(241 245 249 / 0.25);
  border-bottom-color: rgb(241 245 249 / 0.25);
}

.focus\:border-y-slate-100\/30:focus {
  border-top-color: rgb(241 245 249 / 0.3);
  border-bottom-color: rgb(241 245 249 / 0.3);
}

.focus\:border-y-slate-100\/40:focus {
  border-top-color: rgb(241 245 249 / 0.4);
  border-bottom-color: rgb(241 245 249 / 0.4);
}

.focus\:border-y-slate-100\/5:focus {
  border-top-color: rgb(241 245 249 / 0.05);
  border-bottom-color: rgb(241 245 249 / 0.05);
}

.focus\:border-y-slate-100\/50:focus {
  border-top-color: rgb(241 245 249 / 0.5);
  border-bottom-color: rgb(241 245 249 / 0.5);
}

.focus\:border-y-slate-100\/60:focus {
  border-top-color: rgb(241 245 249 / 0.6);
  border-bottom-color: rgb(241 245 249 / 0.6);
}

.focus\:border-y-slate-100\/70:focus {
  border-top-color: rgb(241 245 249 / 0.7);
  border-bottom-color: rgb(241 245 249 / 0.7);
}

.focus\:border-y-slate-100\/75:focus {
  border-top-color: rgb(241 245 249 / 0.75);
  border-bottom-color: rgb(241 245 249 / 0.75);
}

.focus\:border-y-slate-100\/80:focus {
  border-top-color: rgb(241 245 249 / 0.8);
  border-bottom-color: rgb(241 245 249 / 0.8);
}

.focus\:border-y-slate-100\/90:focus {
  border-top-color: rgb(241 245 249 / 0.9);
  border-bottom-color: rgb(241 245 249 / 0.9);
}

.focus\:border-y-slate-100\/95:focus {
  border-top-color: rgb(241 245 249 / 0.95);
  border-bottom-color: rgb(241 245 249 / 0.95);
}

.focus\:border-y-slate-200:focus {
  --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));
}

.focus\:border-y-slate-200\/0:focus {
  border-top-color: rgb(226 232 240 / 0);
  border-bottom-color: rgb(226 232 240 / 0);
}

.focus\:border-y-slate-200\/10:focus {
  border-top-color: rgb(226 232 240 / 0.1);
  border-bottom-color: rgb(226 232 240 / 0.1);
}

.focus\:border-y-slate-200\/100:focus {
  border-top-color: rgb(226 232 240 / 1);
  border-bottom-color: rgb(226 232 240 / 1);
}

.focus\:border-y-slate-200\/20:focus {
  border-top-color: rgb(226 232 240 / 0.2);
  border-bottom-color: rgb(226 232 240 / 0.2);
}

.focus\:border-y-slate-200\/25:focus {
  border-top-color: rgb(226 232 240 / 0.25);
  border-bottom-color: rgb(226 232 240 / 0.25);
}

.focus\:border-y-slate-200\/30:focus {
  border-top-color: rgb(226 232 240 / 0.3);
  border-bottom-color: rgb(226 232 240 / 0.3);
}

.focus\:border-y-slate-200\/40:focus {
  border-top-color: rgb(226 232 240 / 0.4);
  border-bottom-color: rgb(226 232 240 / 0.4);
}

.focus\:border-y-slate-200\/5:focus {
  border-top-color: rgb(226 232 240 / 0.05);
  border-bottom-color: rgb(226 232 240 / 0.05);
}

.focus\:border-y-slate-200\/50:focus {
  border-top-color: rgb(226 232 240 / 0.5);
  border-bottom-color: rgb(226 232 240 / 0.5);
}

.focus\:border-y-slate-200\/60:focus {
  border-top-color: rgb(226 232 240 / 0.6);
  border-bottom-color: rgb(226 232 240 / 0.6);
}

.focus\:border-y-slate-200\/70:focus {
  border-top-color: rgb(226 232 240 / 0.7);
  border-bottom-color: rgb(226 232 240 / 0.7);
}

.focus\:border-y-slate-200\/75:focus {
  border-top-color: rgb(226 232 240 / 0.75);
  border-bottom-color: rgb(226 232 240 / 0.75);
}

.focus\:border-y-slate-200\/80:focus {
  border-top-color: rgb(226 232 240 / 0.8);
  border-bottom-color: rgb(226 232 240 / 0.8);
}

.focus\:border-y-slate-200\/90:focus {
  border-top-color: rgb(226 232 240 / 0.9);
  border-bottom-color: rgb(226 232 240 / 0.9);
}

.focus\:border-y-slate-200\/95:focus {
  border-top-color: rgb(226 232 240 / 0.95);
  border-bottom-color: rgb(226 232 240 / 0.95);
}

.focus\:border-y-slate-300:focus {
  --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));
}

.focus\:border-y-slate-300\/0:focus {
  border-top-color: rgb(203 213 225 / 0);
  border-bottom-color: rgb(203 213 225 / 0);
}

.focus\:border-y-slate-300\/10:focus {
  border-top-color: rgb(203 213 225 / 0.1);
  border-bottom-color: rgb(203 213 225 / 0.1);
}

.focus\:border-y-slate-300\/100:focus {
  border-top-color: rgb(203 213 225 / 1);
  border-bottom-color: rgb(203 213 225 / 1);
}

.focus\:border-y-slate-300\/20:focus {
  border-top-color: rgb(203 213 225 / 0.2);
  border-bottom-color: rgb(203 213 225 / 0.2);
}

.focus\:border-y-slate-300\/25:focus {
  border-top-color: rgb(203 213 225 / 0.25);
  border-bottom-color: rgb(203 213 225 / 0.25);
}

.focus\:border-y-slate-300\/30:focus {
  border-top-color: rgb(203 213 225 / 0.3);
  border-bottom-color: rgb(203 213 225 / 0.3);
}

.focus\:border-y-slate-300\/40:focus {
  border-top-color: rgb(203 213 225 / 0.4);
  border-bottom-color: rgb(203 213 225 / 0.4);
}

.focus\:border-y-slate-300\/5:focus {
  border-top-color: rgb(203 213 225 / 0.05);
  border-bottom-color: rgb(203 213 225 / 0.05);
}

.focus\:border-y-slate-300\/50:focus {
  border-top-color: rgb(203 213 225 / 0.5);
  border-bottom-color: rgb(203 213 225 / 0.5);
}

.focus\:border-y-slate-300\/60:focus {
  border-top-color: rgb(203 213 225 / 0.6);
  border-bottom-color: rgb(203 213 225 / 0.6);
}

.focus\:border-y-slate-300\/70:focus {
  border-top-color: rgb(203 213 225 / 0.7);
  border-bottom-color: rgb(203 213 225 / 0.7);
}

.focus\:border-y-slate-300\/75:focus {
  border-top-color: rgb(203 213 225 / 0.75);
  border-bottom-color: rgb(203 213 225 / 0.75);
}

.focus\:border-y-slate-300\/80:focus {
  border-top-color: rgb(203 213 225 / 0.8);
  border-bottom-color: rgb(203 213 225 / 0.8);
}

.focus\:border-y-slate-300\/90:focus {
  border-top-color: rgb(203 213 225 / 0.9);
  border-bottom-color: rgb(203 213 225 / 0.9);
}

.focus\:border-y-slate-300\/95:focus {
  border-top-color: rgb(203 213 225 / 0.95);
  border-bottom-color: rgb(203 213 225 / 0.95);
}

.focus\:border-y-slate-400:focus {
  --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));
}

.focus\:border-y-slate-400\/0:focus {
  border-top-color: rgb(148 163 184 / 0);
  border-bottom-color: rgb(148 163 184 / 0);
}

.focus\:border-y-slate-400\/10:focus {
  border-top-color: rgb(148 163 184 / 0.1);
  border-bottom-color: rgb(148 163 184 / 0.1);
}

.focus\:border-y-slate-400\/100:focus {
  border-top-color: rgb(148 163 184 / 1);
  border-bottom-color: rgb(148 163 184 / 1);
}

.focus\:border-y-slate-400\/20:focus {
  border-top-color: rgb(148 163 184 / 0.2);
  border-bottom-color: rgb(148 163 184 / 0.2);
}

.focus\:border-y-slate-400\/25:focus {
  border-top-color: rgb(148 163 184 / 0.25);
  border-bottom-color: rgb(148 163 184 / 0.25);
}

.focus\:border-y-slate-400\/30:focus {
  border-top-color: rgb(148 163 184 / 0.3);
  border-bottom-color: rgb(148 163 184 / 0.3);
}

.focus\:border-y-slate-400\/40:focus {
  border-top-color: rgb(148 163 184 / 0.4);
  border-bottom-color: rgb(148 163 184 / 0.4);
}

.focus\:border-y-slate-400\/5:focus {
  border-top-color: rgb(148 163 184 / 0.05);
  border-bottom-color: rgb(148 163 184 / 0.05);
}

.focus\:border-y-slate-400\/50:focus {
  border-top-color: rgb(148 163 184 / 0.5);
  border-bottom-color: rgb(148 163 184 / 0.5);
}

.focus\:border-y-slate-400\/60:focus {
  border-top-color: rgb(148 163 184 / 0.6);
  border-bottom-color: rgb(148 163 184 / 0.6);
}

.focus\:border-y-slate-400\/70:focus {
  border-top-color: rgb(148 163 184 / 0.7);
  border-bottom-color: rgb(148 163 184 / 0.7);
}

.focus\:border-y-slate-400\/75:focus {
  border-top-color: rgb(148 163 184 / 0.75);
  border-bottom-color: rgb(148 163 184 / 0.75);
}

.focus\:border-y-slate-400\/80:focus {
  border-top-color: rgb(148 163 184 / 0.8);
  border-bottom-color: rgb(148 163 184 / 0.8);
}

.focus\:border-y-slate-400\/90:focus {
  border-top-color: rgb(148 163 184 / 0.9);
  border-bottom-color: rgb(148 163 184 / 0.9);
}

.focus\:border-y-slate-400\/95:focus {
  border-top-color: rgb(148 163 184 / 0.95);
  border-bottom-color: rgb(148 163 184 / 0.95);
}

.focus\:border-y-slate-50:focus {
  --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));
}

.focus\:border-y-slate-50\/0:focus {
  border-top-color: rgb(248 250 252 / 0);
  border-bottom-color: rgb(248 250 252 / 0);
}

.focus\:border-y-slate-50\/10:focus {
  border-top-color: rgb(248 250 252 / 0.1);
  border-bottom-color: rgb(248 250 252 / 0.1);
}

.focus\:border-y-slate-50\/100:focus {
  border-top-color: rgb(248 250 252 / 1);
  border-bottom-color: rgb(248 250 252 / 1);
}

.focus\:border-y-slate-50\/20:focus {
  border-top-color: rgb(248 250 252 / 0.2);
  border-bottom-color: rgb(248 250 252 / 0.2);
}

.focus\:border-y-slate-50\/25:focus {
  border-top-color: rgb(248 250 252 / 0.25);
  border-bottom-color: rgb(248 250 252 / 0.25);
}

.focus\:border-y-slate-50\/30:focus {
  border-top-color: rgb(248 250 252 / 0.3);
  border-bottom-color: rgb(248 250 252 / 0.3);
}

.focus\:border-y-slate-50\/40:focus {
  border-top-color: rgb(248 250 252 / 0.4);
  border-bottom-color: rgb(248 250 252 / 0.4);
}

.focus\:border-y-slate-50\/5:focus {
  border-top-color: rgb(248 250 252 / 0.05);
  border-bottom-color: rgb(248 250 252 / 0.05);
}

.focus\:border-y-slate-50\/50:focus {
  border-top-color: rgb(248 250 252 / 0.5);
  border-bottom-color: rgb(248 250 252 / 0.5);
}

.focus\:border-y-slate-50\/60:focus {
  border-top-color: rgb(248 250 252 / 0.6);
  border-bottom-color: rgb(248 250 252 / 0.6);
}

.focus\:border-y-slate-50\/70:focus {
  border-top-color: rgb(248 250 252 / 0.7);
  border-bottom-color: rgb(248 250 252 / 0.7);
}

.focus\:border-y-slate-50\/75:focus {
  border-top-color: rgb(248 250 252 / 0.75);
  border-bottom-color: rgb(248 250 252 / 0.75);
}

.focus\:border-y-slate-50\/80:focus {
  border-top-color: rgb(248 250 252 / 0.8);
  border-bottom-color: rgb(248 250 252 / 0.8);
}

.focus\:border-y-slate-50\/90:focus {
  border-top-color: rgb(248 250 252 / 0.9);
  border-bottom-color: rgb(248 250 252 / 0.9);
}

.focus\:border-y-slate-50\/95:focus {
  border-top-color: rgb(248 250 252 / 0.95);
  border-bottom-color: rgb(248 250 252 / 0.95);
}

.focus\:border-y-slate-500:focus {
  --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));
}

.focus\:border-y-slate-500\/0:focus {
  border-top-color: rgb(100 116 139 / 0);
  border-bottom-color: rgb(100 116 139 / 0);
}

.focus\:border-y-slate-500\/10:focus {
  border-top-color: rgb(100 116 139 / 0.1);
  border-bottom-color: rgb(100 116 139 / 0.1);
}

.focus\:border-y-slate-500\/100:focus {
  border-top-color: rgb(100 116 139 / 1);
  border-bottom-color: rgb(100 116 139 / 1);
}

.focus\:border-y-slate-500\/20:focus {
  border-top-color: rgb(100 116 139 / 0.2);
  border-bottom-color: rgb(100 116 139 / 0.2);
}

.focus\:border-y-slate-500\/25:focus {
  border-top-color: rgb(100 116 139 / 0.25);
  border-bottom-color: rgb(100 116 139 / 0.25);
}

.focus\:border-y-slate-500\/30:focus {
  border-top-color: rgb(100 116 139 / 0.3);
  border-bottom-color: rgb(100 116 139 / 0.3);
}

.focus\:border-y-slate-500\/40:focus {
  border-top-color: rgb(100 116 139 / 0.4);
  border-bottom-color: rgb(100 116 139 / 0.4);
}

.focus\:border-y-slate-500\/5:focus {
  border-top-color: rgb(100 116 139 / 0.05);
  border-bottom-color: rgb(100 116 139 / 0.05);
}

.focus\:border-y-slate-500\/50:focus {
  border-top-color: rgb(100 116 139 / 0.5);
  border-bottom-color: rgb(100 116 139 / 0.5);
}

.focus\:border-y-slate-500\/60:focus {
  border-top-color: rgb(100 116 139 / 0.6);
  border-bottom-color: rgb(100 116 139 / 0.6);
}

.focus\:border-y-slate-500\/70:focus {
  border-top-color: rgb(100 116 139 / 0.7);
  border-bottom-color: rgb(100 116 139 / 0.7);
}

.focus\:border-y-slate-500\/75:focus {
  border-top-color: rgb(100 116 139 / 0.75);
  border-bottom-color: rgb(100 116 139 / 0.75);
}

.focus\:border-y-slate-500\/80:focus {
  border-top-color: rgb(100 116 139 / 0.8);
  border-bottom-color: rgb(100 116 139 / 0.8);
}

.focus\:border-y-slate-500\/90:focus {
  border-top-color: rgb(100 116 139 / 0.9);
  border-bottom-color: rgb(100 116 139 / 0.9);
}

.focus\:border-y-slate-500\/95:focus {
  border-top-color: rgb(100 116 139 / 0.95);
  border-bottom-color: rgb(100 116 139 / 0.95);
}

.focus\:border-y-slate-600:focus {
  --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));
}

.focus\:border-y-slate-600\/0:focus {
  border-top-color: rgb(71 85 105 / 0);
  border-bottom-color: rgb(71 85 105 / 0);
}

.focus\:border-y-slate-600\/10:focus {
  border-top-color: rgb(71 85 105 / 0.1);
  border-bottom-color: rgb(71 85 105 / 0.1);
}

.focus\:border-y-slate-600\/100:focus {
  border-top-color: rgb(71 85 105 / 1);
  border-bottom-color: rgb(71 85 105 / 1);
}

.focus\:border-y-slate-600\/20:focus {
  border-top-color: rgb(71 85 105 / 0.2);
  border-bottom-color: rgb(71 85 105 / 0.2);
}

.focus\:border-y-slate-600\/25:focus {
  border-top-color: rgb(71 85 105 / 0.25);
  border-bottom-color: rgb(71 85 105 / 0.25);
}

.focus\:border-y-slate-600\/30:focus {
  border-top-color: rgb(71 85 105 / 0.3);
  border-bottom-color: rgb(71 85 105 / 0.3);
}

.focus\:border-y-slate-600\/40:focus {
  border-top-color: rgb(71 85 105 / 0.4);
  border-bottom-color: rgb(71 85 105 / 0.4);
}

.focus\:border-y-slate-600\/5:focus {
  border-top-color: rgb(71 85 105 / 0.05);
  border-bottom-color: rgb(71 85 105 / 0.05);
}

.focus\:border-y-slate-600\/50:focus {
  border-top-color: rgb(71 85 105 / 0.5);
  border-bottom-color: rgb(71 85 105 / 0.5);
}

.focus\:border-y-slate-600\/60:focus {
  border-top-color: rgb(71 85 105 / 0.6);
  border-bottom-color: rgb(71 85 105 / 0.6);
}

.focus\:border-y-slate-600\/70:focus {
  border-top-color: rgb(71 85 105 / 0.7);
  border-bottom-color: rgb(71 85 105 / 0.7);
}

.focus\:border-y-slate-600\/75:focus {
  border-top-color: rgb(71 85 105 / 0.75);
  border-bottom-color: rgb(71 85 105 / 0.75);
}

.focus\:border-y-slate-600\/80:focus {
  border-top-color: rgb(71 85 105 / 0.8);
  border-bottom-color: rgb(71 85 105 / 0.8);
}

.focus\:border-y-slate-600\/90:focus {
  border-top-color: rgb(71 85 105 / 0.9);
  border-bottom-color: rgb(71 85 105 / 0.9);
}

.focus\:border-y-slate-600\/95:focus {
  border-top-color: rgb(71 85 105 / 0.95);
  border-bottom-color: rgb(71 85 105 / 0.95);
}

.focus\:border-y-slate-700:focus {
  --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));
}

.focus\:border-y-slate-700\/0:focus {
  border-top-color: rgb(51 65 85 / 0);
  border-bottom-color: rgb(51 65 85 / 0);
}

.focus\:border-y-slate-700\/10:focus {
  border-top-color: rgb(51 65 85 / 0.1);
  border-bottom-color: rgb(51 65 85 / 0.1);
}

.focus\:border-y-slate-700\/100:focus {
  border-top-color: rgb(51 65 85 / 1);
  border-bottom-color: rgb(51 65 85 / 1);
}

.focus\:border-y-slate-700\/20:focus {
  border-top-color: rgb(51 65 85 / 0.2);
  border-bottom-color: rgb(51 65 85 / 0.2);
}

.focus\:border-y-slate-700\/25:focus {
  border-top-color: rgb(51 65 85 / 0.25);
  border-bottom-color: rgb(51 65 85 / 0.25);
}

.focus\:border-y-slate-700\/30:focus {
  border-top-color: rgb(51 65 85 / 0.3);
  border-bottom-color: rgb(51 65 85 / 0.3);
}

.focus\:border-y-slate-700\/40:focus {
  border-top-color: rgb(51 65 85 / 0.4);
  border-bottom-color: rgb(51 65 85 / 0.4);
}

.focus\:border-y-slate-700\/5:focus {
  border-top-color: rgb(51 65 85 / 0.05);
  border-bottom-color: rgb(51 65 85 / 0.05);
}

.focus\:border-y-slate-700\/50:focus {
  border-top-color: rgb(51 65 85 / 0.5);
  border-bottom-color: rgb(51 65 85 / 0.5);
}

.focus\:border-y-slate-700\/60:focus {
  border-top-color: rgb(51 65 85 / 0.6);
  border-bottom-color: rgb(51 65 85 / 0.6);
}

.focus\:border-y-slate-700\/70:focus {
  border-top-color: rgb(51 65 85 / 0.7);
  border-bottom-color: rgb(51 65 85 / 0.7);
}

.focus\:border-y-slate-700\/75:focus {
  border-top-color: rgb(51 65 85 / 0.75);
  border-bottom-color: rgb(51 65 85 / 0.75);
}

.focus\:border-y-slate-700\/80:focus {
  border-top-color: rgb(51 65 85 / 0.8);
  border-bottom-color: rgb(51 65 85 / 0.8);
}

.focus\:border-y-slate-700\/90:focus {
  border-top-color: rgb(51 65 85 / 0.9);
  border-bottom-color: rgb(51 65 85 / 0.9);
}

.focus\:border-y-slate-700\/95:focus {
  border-top-color: rgb(51 65 85 / 0.95);
  border-bottom-color: rgb(51 65 85 / 0.95);
}

.focus\:border-y-slate-800:focus {
  --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));
}

.focus\:border-y-slate-800\/0:focus {
  border-top-color: rgb(30 41 59 / 0);
  border-bottom-color: rgb(30 41 59 / 0);
}

.focus\:border-y-slate-800\/10:focus {
  border-top-color: rgb(30 41 59 / 0.1);
  border-bottom-color: rgb(30 41 59 / 0.1);
}

.focus\:border-y-slate-800\/100:focus {
  border-top-color: rgb(30 41 59 / 1);
  border-bottom-color: rgb(30 41 59 / 1);
}

.focus\:border-y-slate-800\/20:focus {
  border-top-color: rgb(30 41 59 / 0.2);
  border-bottom-color: rgb(30 41 59 / 0.2);
}

.focus\:border-y-slate-800\/25:focus {
  border-top-color: rgb(30 41 59 / 0.25);
  border-bottom-color: rgb(30 41 59 / 0.25);
}

.focus\:border-y-slate-800\/30:focus {
  border-top-color: rgb(30 41 59 / 0.3);
  border-bottom-color: rgb(30 41 59 / 0.3);
}

.focus\:border-y-slate-800\/40:focus {
  border-top-color: rgb(30 41 59 / 0.4);
  border-bottom-color: rgb(30 41 59 / 0.4);
}

.focus\:border-y-slate-800\/5:focus {
  border-top-color: rgb(30 41 59 / 0.05);
  border-bottom-color: rgb(30 41 59 / 0.05);
}

.focus\:border-y-slate-800\/50:focus {
  border-top-color: rgb(30 41 59 / 0.5);
  border-bottom-color: rgb(30 41 59 / 0.5);
}

.focus\:border-y-slate-800\/60:focus {
  border-top-color: rgb(30 41 59 / 0.6);
  border-bottom-color: rgb(30 41 59 / 0.6);
}

.focus\:border-y-slate-800\/70:focus {
  border-top-color: rgb(30 41 59 / 0.7);
  border-bottom-color: rgb(30 41 59 / 0.7);
}

.focus\:border-y-slate-800\/75:focus {
  border-top-color: rgb(30 41 59 / 0.75);
  border-bottom-color: rgb(30 41 59 / 0.75);
}

.focus\:border-y-slate-800\/80:focus {
  border-top-color: rgb(30 41 59 / 0.8);
  border-bottom-color: rgb(30 41 59 / 0.8);
}

.focus\:border-y-slate-800\/90:focus {
  border-top-color: rgb(30 41 59 / 0.9);
  border-bottom-color: rgb(30 41 59 / 0.9);
}

.focus\:border-y-slate-800\/95:focus {
  border-top-color: rgb(30 41 59 / 0.95);
  border-bottom-color: rgb(30 41 59 / 0.95);
}

.focus\:border-y-slate-900:focus {
  --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));
}

.focus\:border-y-slate-900\/0:focus {
  border-top-color: rgb(15 23 42 / 0);
  border-bottom-color: rgb(15 23 42 / 0);
}

.focus\:border-y-slate-900\/10:focus {
  border-top-color: rgb(15 23 42 / 0.1);
  border-bottom-color: rgb(15 23 42 / 0.1);
}

.focus\:border-y-slate-900\/100:focus {
  border-top-color: rgb(15 23 42 / 1);
  border-bottom-color: rgb(15 23 42 / 1);
}

.focus\:border-y-slate-900\/20:focus {
  border-top-color: rgb(15 23 42 / 0.2);
  border-bottom-color: rgb(15 23 42 / 0.2);
}

.focus\:border-y-slate-900\/25:focus {
  border-top-color: rgb(15 23 42 / 0.25);
  border-bottom-color: rgb(15 23 42 / 0.25);
}

.focus\:border-y-slate-900\/30:focus {
  border-top-color: rgb(15 23 42 / 0.3);
  border-bottom-color: rgb(15 23 42 / 0.3);
}

.focus\:border-y-slate-900\/40:focus {
  border-top-color: rgb(15 23 42 / 0.4);
  border-bottom-color: rgb(15 23 42 / 0.4);
}

.focus\:border-y-slate-900\/5:focus {
  border-top-color: rgb(15 23 42 / 0.05);
  border-bottom-color: rgb(15 23 42 / 0.05);
}

.focus\:border-y-slate-900\/50:focus {
  border-top-color: rgb(15 23 42 / 0.5);
  border-bottom-color: rgb(15 23 42 / 0.5);
}

.focus\:border-y-slate-900\/60:focus {
  border-top-color: rgb(15 23 42 / 0.6);
  border-bottom-color: rgb(15 23 42 / 0.6);
}

.focus\:border-y-slate-900\/70:focus {
  border-top-color: rgb(15 23 42 / 0.7);
  border-bottom-color: rgb(15 23 42 / 0.7);
}

.focus\:border-y-slate-900\/75:focus {
  border-top-color: rgb(15 23 42 / 0.75);
  border-bottom-color: rgb(15 23 42 / 0.75);
}

.focus\:border-y-slate-900\/80:focus {
  border-top-color: rgb(15 23 42 / 0.8);
  border-bottom-color: rgb(15 23 42 / 0.8);
}

.focus\:border-y-slate-900\/90:focus {
  border-top-color: rgb(15 23 42 / 0.9);
  border-bottom-color: rgb(15 23 42 / 0.9);
}

.focus\:border-y-slate-900\/95:focus {
  border-top-color: rgb(15 23 42 / 0.95);
  border-bottom-color: rgb(15 23 42 / 0.95);
}

.focus\:border-y-slate-950:focus {
  --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));
}

.focus\:border-y-slate-950\/0:focus {
  border-top-color: rgb(2 6 23 / 0);
  border-bottom-color: rgb(2 6 23 / 0);
}

.focus\:border-y-slate-950\/10:focus {
  border-top-color: rgb(2 6 23 / 0.1);
  border-bottom-color: rgb(2 6 23 / 0.1);
}

.focus\:border-y-slate-950\/100:focus {
  border-top-color: rgb(2 6 23 / 1);
  border-bottom-color: rgb(2 6 23 / 1);
}

.focus\:border-y-slate-950\/20:focus {
  border-top-color: rgb(2 6 23 / 0.2);
  border-bottom-color: rgb(2 6 23 / 0.2);
}

.focus\:border-y-slate-950\/25:focus {
  border-top-color: rgb(2 6 23 / 0.25);
  border-bottom-color: rgb(2 6 23 / 0.25);
}

.focus\:border-y-slate-950\/30:focus {
  border-top-color: rgb(2 6 23 / 0.3);
  border-bottom-color: rgb(2 6 23 / 0.3);
}

.focus\:border-y-slate-950\/40:focus {
  border-top-color: rgb(2 6 23 / 0.4);
  border-bottom-color: rgb(2 6 23 / 0.4);
}

.focus\:border-y-slate-950\/5:focus {
  border-top-color: rgb(2 6 23 / 0.05);
  border-bottom-color: rgb(2 6 23 / 0.05);
}

.focus\:border-y-slate-950\/50:focus {
  border-top-color: rgb(2 6 23 / 0.5);
  border-bottom-color: rgb(2 6 23 / 0.5);
}

.focus\:border-y-slate-950\/60:focus {
  border-top-color: rgb(2 6 23 / 0.6);
  border-bottom-color: rgb(2 6 23 / 0.6);
}

.focus\:border-y-slate-950\/70:focus {
  border-top-color: rgb(2 6 23 / 0.7);
  border-bottom-color: rgb(2 6 23 / 0.7);
}

.focus\:border-y-slate-950\/75:focus {
  border-top-color: rgb(2 6 23 / 0.75);
  border-bottom-color: rgb(2 6 23 / 0.75);
}

.focus\:border-y-slate-950\/80:focus {
  border-top-color: rgb(2 6 23 / 0.8);
  border-bottom-color: rgb(2 6 23 / 0.8);
}

.focus\:border-y-slate-950\/90:focus {
  border-top-color: rgb(2 6 23 / 0.9);
  border-bottom-color: rgb(2 6 23 / 0.9);
}

.focus\:border-y-slate-950\/95:focus {
  border-top-color: rgb(2 6 23 / 0.95);
  border-bottom-color: rgb(2 6 23 / 0.95);
}

.focus\:border-y-stone-100:focus {
  --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));
}

.focus\:border-y-stone-100\/0:focus {
  border-top-color: rgb(245 245 244 / 0);
  border-bottom-color: rgb(245 245 244 / 0);
}

.focus\:border-y-stone-100\/10:focus {
  border-top-color: rgb(245 245 244 / 0.1);
  border-bottom-color: rgb(245 245 244 / 0.1);
}

.focus\:border-y-stone-100\/100:focus {
  border-top-color: rgb(245 245 244 / 1);
  border-bottom-color: rgb(245 245 244 / 1);
}

.focus\:border-y-stone-100\/20:focus {
  border-top-color: rgb(245 245 244 / 0.2);
  border-bottom-color: rgb(245 245 244 / 0.2);
}

.focus\:border-y-stone-100\/25:focus {
  border-top-color: rgb(245 245 244 / 0.25);
  border-bottom-color: rgb(245 245 244 / 0.25);
}

.focus\:border-y-stone-100\/30:focus {
  border-top-color: rgb(245 245 244 / 0.3);
  border-bottom-color: rgb(245 245 244 / 0.3);
}

.focus\:border-y-stone-100\/40:focus {
  border-top-color: rgb(245 245 244 / 0.4);
  border-bottom-color: rgb(245 245 244 / 0.4);
}

.focus\:border-y-stone-100\/5:focus {
  border-top-color: rgb(245 245 244 / 0.05);
  border-bottom-color: rgb(245 245 244 / 0.05);
}

.focus\:border-y-stone-100\/50:focus {
  border-top-color: rgb(245 245 244 / 0.5);
  border-bottom-color: rgb(245 245 244 / 0.5);
}

.focus\:border-y-stone-100\/60:focus {
  border-top-color: rgb(245 245 244 / 0.6);
  border-bottom-color: rgb(245 245 244 / 0.6);
}

.focus\:border-y-stone-100\/70:focus {
  border-top-color: rgb(245 245 244 / 0.7);
  border-bottom-color: rgb(245 245 244 / 0.7);
}

.focus\:border-y-stone-100\/75:focus {
  border-top-color: rgb(245 245 244 / 0.75);
  border-bottom-color: rgb(245 245 244 / 0.75);
}

.focus\:border-y-stone-100\/80:focus {
  border-top-color: rgb(245 245 244 / 0.8);
  border-bottom-color: rgb(245 245 244 / 0.8);
}

.focus\:border-y-stone-100\/90:focus {
  border-top-color: rgb(245 245 244 / 0.9);
  border-bottom-color: rgb(245 245 244 / 0.9);
}

.focus\:border-y-stone-100\/95:focus {
  border-top-color: rgb(245 245 244 / 0.95);
  border-bottom-color: rgb(245 245 244 / 0.95);
}

.focus\:border-y-stone-200:focus {
  --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));
}

.focus\:border-y-stone-200\/0:focus {
  border-top-color: rgb(231 229 228 / 0);
  border-bottom-color: rgb(231 229 228 / 0);
}

.focus\:border-y-stone-200\/10:focus {
  border-top-color: rgb(231 229 228 / 0.1);
  border-bottom-color: rgb(231 229 228 / 0.1);
}

.focus\:border-y-stone-200\/100:focus {
  border-top-color: rgb(231 229 228 / 1);
  border-bottom-color: rgb(231 229 228 / 1);
}

.focus\:border-y-stone-200\/20:focus {
  border-top-color: rgb(231 229 228 / 0.2);
  border-bottom-color: rgb(231 229 228 / 0.2);
}

.focus\:border-y-stone-200\/25:focus {
  border-top-color: rgb(231 229 228 / 0.25);
  border-bottom-color: rgb(231 229 228 / 0.25);
}

.focus\:border-y-stone-200\/30:focus {
  border-top-color: rgb(231 229 228 / 0.3);
  border-bottom-color: rgb(231 229 228 / 0.3);
}

.focus\:border-y-stone-200\/40:focus {
  border-top-color: rgb(231 229 228 / 0.4);
  border-bottom-color: rgb(231 229 228 / 0.4);
}

.focus\:border-y-stone-200\/5:focus {
  border-top-color: rgb(231 229 228 / 0.05);
  border-bottom-color: rgb(231 229 228 / 0.05);
}

.focus\:border-y-stone-200\/50:focus {
  border-top-color: rgb(231 229 228 / 0.5);
  border-bottom-color: rgb(231 229 228 / 0.5);
}

.focus\:border-y-stone-200\/60:focus {
  border-top-color: rgb(231 229 228 / 0.6);
  border-bottom-color: rgb(231 229 228 / 0.6);
}

.focus\:border-y-stone-200\/70:focus {
  border-top-color: rgb(231 229 228 / 0.7);
  border-bottom-color: rgb(231 229 228 / 0.7);
}

.focus\:border-y-stone-200\/75:focus {
  border-top-color: rgb(231 229 228 / 0.75);
  border-bottom-color: rgb(231 229 228 / 0.75);
}

.focus\:border-y-stone-200\/80:focus {
  border-top-color: rgb(231 229 228 / 0.8);
  border-bottom-color: rgb(231 229 228 / 0.8);
}

.focus\:border-y-stone-200\/90:focus {
  border-top-color: rgb(231 229 228 / 0.9);
  border-bottom-color: rgb(231 229 228 / 0.9);
}

.focus\:border-y-stone-200\/95:focus {
  border-top-color: rgb(231 229 228 / 0.95);
  border-bottom-color: rgb(231 229 228 / 0.95);
}

.focus\:border-y-stone-300:focus {
  --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));
}

.focus\:border-y-stone-300\/0:focus {
  border-top-color: rgb(214 211 209 / 0);
  border-bottom-color: rgb(214 211 209 / 0);
}

.focus\:border-y-stone-300\/10:focus {
  border-top-color: rgb(214 211 209 / 0.1);
  border-bottom-color: rgb(214 211 209 / 0.1);
}

.focus\:border-y-stone-300\/100:focus {
  border-top-color: rgb(214 211 209 / 1);
  border-bottom-color: rgb(214 211 209 / 1);
}

.focus\:border-y-stone-300\/20:focus {
  border-top-color: rgb(214 211 209 / 0.2);
  border-bottom-color: rgb(214 211 209 / 0.2);
}

.focus\:border-y-stone-300\/25:focus {
  border-top-color: rgb(214 211 209 / 0.25);
  border-bottom-color: rgb(214 211 209 / 0.25);
}

.focus\:border-y-stone-300\/30:focus {
  border-top-color: rgb(214 211 209 / 0.3);
  border-bottom-color: rgb(214 211 209 / 0.3);
}

.focus\:border-y-stone-300\/40:focus {
  border-top-color: rgb(214 211 209 / 0.4);
  border-bottom-color: rgb(214 211 209 / 0.4);
}

.focus\:border-y-stone-300\/5:focus {
  border-top-color: rgb(214 211 209 / 0.05);
  border-bottom-color: rgb(214 211 209 / 0.05);
}

.focus\:border-y-stone-300\/50:focus {
  border-top-color: rgb(214 211 209 / 0.5);
  border-bottom-color: rgb(214 211 209 / 0.5);
}

.focus\:border-y-stone-300\/60:focus {
  border-top-color: rgb(214 211 209 / 0.6);
  border-bottom-color: rgb(214 211 209 / 0.6);
}

.focus\:border-y-stone-300\/70:focus {
  border-top-color: rgb(214 211 209 / 0.7);
  border-bottom-color: rgb(214 211 209 / 0.7);
}

.focus\:border-y-stone-300\/75:focus {
  border-top-color: rgb(214 211 209 / 0.75);
  border-bottom-color: rgb(214 211 209 / 0.75);
}

.focus\:border-y-stone-300\/80:focus {
  border-top-color: rgb(214 211 209 / 0.8);
  border-bottom-color: rgb(214 211 209 / 0.8);
}

.focus\:border-y-stone-300\/90:focus {
  border-top-color: rgb(214 211 209 / 0.9);
  border-bottom-color: rgb(214 211 209 / 0.9);
}

.focus\:border-y-stone-300\/95:focus {
  border-top-color: rgb(214 211 209 / 0.95);
  border-bottom-color: rgb(214 211 209 / 0.95);
}

.focus\:border-y-stone-400:focus {
  --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));
}

.focus\:border-y-stone-400\/0:focus {
  border-top-color: rgb(168 162 158 / 0);
  border-bottom-color: rgb(168 162 158 / 0);
}

.focus\:border-y-stone-400\/10:focus {
  border-top-color: rgb(168 162 158 / 0.1);
  border-bottom-color: rgb(168 162 158 / 0.1);
}

.focus\:border-y-stone-400\/100:focus {
  border-top-color: rgb(168 162 158 / 1);
  border-bottom-color: rgb(168 162 158 / 1);
}

.focus\:border-y-stone-400\/20:focus {
  border-top-color: rgb(168 162 158 / 0.2);
  border-bottom-color: rgb(168 162 158 / 0.2);
}

.focus\:border-y-stone-400\/25:focus {
  border-top-color: rgb(168 162 158 / 0.25);
  border-bottom-color: rgb(168 162 158 / 0.25);
}

.focus\:border-y-stone-400\/30:focus {
  border-top-color: rgb(168 162 158 / 0.3);
  border-bottom-color: rgb(168 162 158 / 0.3);
}

.focus\:border-y-stone-400\/40:focus {
  border-top-color: rgb(168 162 158 / 0.4);
  border-bottom-color: rgb(168 162 158 / 0.4);
}

.focus\:border-y-stone-400\/5:focus {
  border-top-color: rgb(168 162 158 / 0.05);
  border-bottom-color: rgb(168 162 158 / 0.05);
}

.focus\:border-y-stone-400\/50:focus {
  border-top-color: rgb(168 162 158 / 0.5);
  border-bottom-color: rgb(168 162 158 / 0.5);
}

.focus\:border-y-stone-400\/60:focus {
  border-top-color: rgb(168 162 158 / 0.6);
  border-bottom-color: rgb(168 162 158 / 0.6);
}

.focus\:border-y-stone-400\/70:focus {
  border-top-color: rgb(168 162 158 / 0.7);
  border-bottom-color: rgb(168 162 158 / 0.7);
}

.focus\:border-y-stone-400\/75:focus {
  border-top-color: rgb(168 162 158 / 0.75);
  border-bottom-color: rgb(168 162 158 / 0.75);
}

.focus\:border-y-stone-400\/80:focus {
  border-top-color: rgb(168 162 158 / 0.8);
  border-bottom-color: rgb(168 162 158 / 0.8);
}

.focus\:border-y-stone-400\/90:focus {
  border-top-color: rgb(168 162 158 / 0.9);
  border-bottom-color: rgb(168 162 158 / 0.9);
}

.focus\:border-y-stone-400\/95:focus {
  border-top-color: rgb(168 162 158 / 0.95);
  border-bottom-color: rgb(168 162 158 / 0.95);
}

.focus\:border-y-stone-50:focus {
  --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));
}

.focus\:border-y-stone-50\/0:focus {
  border-top-color: rgb(250 250 249 / 0);
  border-bottom-color: rgb(250 250 249 / 0);
}

.focus\:border-y-stone-50\/10:focus {
  border-top-color: rgb(250 250 249 / 0.1);
  border-bottom-color: rgb(250 250 249 / 0.1);
}

.focus\:border-y-stone-50\/100:focus {
  border-top-color: rgb(250 250 249 / 1);
  border-bottom-color: rgb(250 250 249 / 1);
}

.focus\:border-y-stone-50\/20:focus {
  border-top-color: rgb(250 250 249 / 0.2);
  border-bottom-color: rgb(250 250 249 / 0.2);
}

.focus\:border-y-stone-50\/25:focus {
  border-top-color: rgb(250 250 249 / 0.25);
  border-bottom-color: rgb(250 250 249 / 0.25);
}

.focus\:border-y-stone-50\/30:focus {
  border-top-color: rgb(250 250 249 / 0.3);
  border-bottom-color: rgb(250 250 249 / 0.3);
}

.focus\:border-y-stone-50\/40:focus {
  border-top-color: rgb(250 250 249 / 0.4);
  border-bottom-color: rgb(250 250 249 / 0.4);
}

.focus\:border-y-stone-50\/5:focus {
  border-top-color: rgb(250 250 249 / 0.05);
  border-bottom-color: rgb(250 250 249 / 0.05);
}

.focus\:border-y-stone-50\/50:focus {
  border-top-color: rgb(250 250 249 / 0.5);
  border-bottom-color: rgb(250 250 249 / 0.5);
}

.focus\:border-y-stone-50\/60:focus {
  border-top-color: rgb(250 250 249 / 0.6);
  border-bottom-color: rgb(250 250 249 / 0.6);
}

.focus\:border-y-stone-50\/70:focus {
  border-top-color: rgb(250 250 249 / 0.7);
  border-bottom-color: rgb(250 250 249 / 0.7);
}

.focus\:border-y-stone-50\/75:focus {
  border-top-color: rgb(250 250 249 / 0.75);
  border-bottom-color: rgb(250 250 249 / 0.75);
}

.focus\:border-y-stone-50\/80:focus {
  border-top-color: rgb(250 250 249 / 0.8);
  border-bottom-color: rgb(250 250 249 / 0.8);
}

.focus\:border-y-stone-50\/90:focus {
  border-top-color: rgb(250 250 249 / 0.9);
  border-bottom-color: rgb(250 250 249 / 0.9);
}

.focus\:border-y-stone-50\/95:focus {
  border-top-color: rgb(250 250 249 / 0.95);
  border-bottom-color: rgb(250 250 249 / 0.95);
}

.focus\:border-y-stone-500:focus {
  --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));
}

.focus\:border-y-stone-500\/0:focus {
  border-top-color: rgb(120 113 108 / 0);
  border-bottom-color: rgb(120 113 108 / 0);
}

.focus\:border-y-stone-500\/10:focus {
  border-top-color: rgb(120 113 108 / 0.1);
  border-bottom-color: rgb(120 113 108 / 0.1);
}

.focus\:border-y-stone-500\/100:focus {
  border-top-color: rgb(120 113 108 / 1);
  border-bottom-color: rgb(120 113 108 / 1);
}

.focus\:border-y-stone-500\/20:focus {
  border-top-color: rgb(120 113 108 / 0.2);
  border-bottom-color: rgb(120 113 108 / 0.2);
}

.focus\:border-y-stone-500\/25:focus {
  border-top-color: rgb(120 113 108 / 0.25);
  border-bottom-color: rgb(120 113 108 / 0.25);
}

.focus\:border-y-stone-500\/30:focus {
  border-top-color: rgb(120 113 108 / 0.3);
  border-bottom-color: rgb(120 113 108 / 0.3);
}

.focus\:border-y-stone-500\/40:focus {
  border-top-color: rgb(120 113 108 / 0.4);
  border-bottom-color: rgb(120 113 108 / 0.4);
}

.focus\:border-y-stone-500\/5:focus {
  border-top-color: rgb(120 113 108 / 0.05);
  border-bottom-color: rgb(120 113 108 / 0.05);
}

.focus\:border-y-stone-500\/50:focus {
  border-top-color: rgb(120 113 108 / 0.5);
  border-bottom-color: rgb(120 113 108 / 0.5);
}

.focus\:border-y-stone-500\/60:focus {
  border-top-color: rgb(120 113 108 / 0.6);
  border-bottom-color: rgb(120 113 108 / 0.6);
}

.focus\:border-y-stone-500\/70:focus {
  border-top-color: rgb(120 113 108 / 0.7);
  border-bottom-color: rgb(120 113 108 / 0.7);
}

.focus\:border-y-stone-500\/75:focus {
  border-top-color: rgb(120 113 108 / 0.75);
  border-bottom-color: rgb(120 113 108 / 0.75);
}

.focus\:border-y-stone-500\/80:focus {
  border-top-color: rgb(120 113 108 / 0.8);
  border-bottom-color: rgb(120 113 108 / 0.8);
}

.focus\:border-y-stone-500\/90:focus {
  border-top-color: rgb(120 113 108 / 0.9);
  border-bottom-color: rgb(120 113 108 / 0.9);
}

.focus\:border-y-stone-500\/95:focus {
  border-top-color: rgb(120 113 108 / 0.95);
  border-bottom-color: rgb(120 113 108 / 0.95);
}

.focus\:border-y-stone-600:focus {
  --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));
}

.focus\:border-y-stone-600\/0:focus {
  border-top-color: rgb(87 83 78 / 0);
  border-bottom-color: rgb(87 83 78 / 0);
}

.focus\:border-y-stone-600\/10:focus {
  border-top-color: rgb(87 83 78 / 0.1);
  border-bottom-color: rgb(87 83 78 / 0.1);
}

.focus\:border-y-stone-600\/100:focus {
  border-top-color: rgb(87 83 78 / 1);
  border-bottom-color: rgb(87 83 78 / 1);
}

.focus\:border-y-stone-600\/20:focus {
  border-top-color: rgb(87 83 78 / 0.2);
  border-bottom-color: rgb(87 83 78 / 0.2);
}

.focus\:border-y-stone-600\/25:focus {
  border-top-color: rgb(87 83 78 / 0.25);
  border-bottom-color: rgb(87 83 78 / 0.25);
}

.focus\:border-y-stone-600\/30:focus {
  border-top-color: rgb(87 83 78 / 0.3);
  border-bottom-color: rgb(87 83 78 / 0.3);
}

.focus\:border-y-stone-600\/40:focus {
  border-top-color: rgb(87 83 78 / 0.4);
  border-bottom-color: rgb(87 83 78 / 0.4);
}

.focus\:border-y-stone-600\/5:focus {
  border-top-color: rgb(87 83 78 / 0.05);
  border-bottom-color: rgb(87 83 78 / 0.05);
}

.focus\:border-y-stone-600\/50:focus {
  border-top-color: rgb(87 83 78 / 0.5);
  border-bottom-color: rgb(87 83 78 / 0.5);
}

.focus\:border-y-stone-600\/60:focus {
  border-top-color: rgb(87 83 78 / 0.6);
  border-bottom-color: rgb(87 83 78 / 0.6);
}

.focus\:border-y-stone-600\/70:focus {
  border-top-color: rgb(87 83 78 / 0.7);
  border-bottom-color: rgb(87 83 78 / 0.7);
}

.focus\:border-y-stone-600\/75:focus {
  border-top-color: rgb(87 83 78 / 0.75);
  border-bottom-color: rgb(87 83 78 / 0.75);
}

.focus\:border-y-stone-600\/80:focus {
  border-top-color: rgb(87 83 78 / 0.8);
  border-bottom-color: rgb(87 83 78 / 0.8);
}

.focus\:border-y-stone-600\/90:focus {
  border-top-color: rgb(87 83 78 / 0.9);
  border-bottom-color: rgb(87 83 78 / 0.9);
}

.focus\:border-y-stone-600\/95:focus {
  border-top-color: rgb(87 83 78 / 0.95);
  border-bottom-color: rgb(87 83 78 / 0.95);
}

.focus\:border-y-stone-700:focus {
  --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));
}

.focus\:border-y-stone-700\/0:focus {
  border-top-color: rgb(68 64 60 / 0);
  border-bottom-color: rgb(68 64 60 / 0);
}

.focus\:border-y-stone-700\/10:focus {
  border-top-color: rgb(68 64 60 / 0.1);
  border-bottom-color: rgb(68 64 60 / 0.1);
}

.focus\:border-y-stone-700\/100:focus {
  border-top-color: rgb(68 64 60 / 1);
  border-bottom-color: rgb(68 64 60 / 1);
}

.focus\:border-y-stone-700\/20:focus {
  border-top-color: rgb(68 64 60 / 0.2);
  border-bottom-color: rgb(68 64 60 / 0.2);
}

.focus\:border-y-stone-700\/25:focus {
  border-top-color: rgb(68 64 60 / 0.25);
  border-bottom-color: rgb(68 64 60 / 0.25);
}

.focus\:border-y-stone-700\/30:focus {
  border-top-color: rgb(68 64 60 / 0.3);
  border-bottom-color: rgb(68 64 60 / 0.3);
}

.focus\:border-y-stone-700\/40:focus {
  border-top-color: rgb(68 64 60 / 0.4);
  border-bottom-color: rgb(68 64 60 / 0.4);
}

.focus\:border-y-stone-700\/5:focus {
  border-top-color: rgb(68 64 60 / 0.05);
  border-bottom-color: rgb(68 64 60 / 0.05);
}

.focus\:border-y-stone-700\/50:focus {
  border-top-color: rgb(68 64 60 / 0.5);
  border-bottom-color: rgb(68 64 60 / 0.5);
}

.focus\:border-y-stone-700\/60:focus {
  border-top-color: rgb(68 64 60 / 0.6);
  border-bottom-color: rgb(68 64 60 / 0.6);
}

.focus\:border-y-stone-700\/70:focus {
  border-top-color: rgb(68 64 60 / 0.7);
  border-bottom-color: rgb(68 64 60 / 0.7);
}

.focus\:border-y-stone-700\/75:focus {
  border-top-color: rgb(68 64 60 / 0.75);
  border-bottom-color: rgb(68 64 60 / 0.75);
}

.focus\:border-y-stone-700\/80:focus {
  border-top-color: rgb(68 64 60 / 0.8);
  border-bottom-color: rgb(68 64 60 / 0.8);
}

.focus\:border-y-stone-700\/90:focus {
  border-top-color: rgb(68 64 60 / 0.9);
  border-bottom-color: rgb(68 64 60 / 0.9);
}

.focus\:border-y-stone-700\/95:focus {
  border-top-color: rgb(68 64 60 / 0.95);
  border-bottom-color: rgb(68 64 60 / 0.95);
}

.focus\:border-y-stone-800:focus {
  --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));
}

.focus\:border-y-stone-800\/0:focus {
  border-top-color: rgb(41 37 36 / 0);
  border-bottom-color: rgb(41 37 36 / 0);
}

.focus\:border-y-stone-800\/10:focus {
  border-top-color: rgb(41 37 36 / 0.1);
  border-bottom-color: rgb(41 37 36 / 0.1);
}

.focus\:border-y-stone-800\/100:focus {
  border-top-color: rgb(41 37 36 / 1);
  border-bottom-color: rgb(41 37 36 / 1);
}

.focus\:border-y-stone-800\/20:focus {
  border-top-color: rgb(41 37 36 / 0.2);
  border-bottom-color: rgb(41 37 36 / 0.2);
}

.focus\:border-y-stone-800\/25:focus {
  border-top-color: rgb(41 37 36 / 0.25);
  border-bottom-color: rgb(41 37 36 / 0.25);
}

.focus\:border-y-stone-800\/30:focus {
  border-top-color: rgb(41 37 36 / 0.3);
  border-bottom-color: rgb(41 37 36 / 0.3);
}

.focus\:border-y-stone-800\/40:focus {
  border-top-color: rgb(41 37 36 / 0.4);
  border-bottom-color: rgb(41 37 36 / 0.4);
}

.focus\:border-y-stone-800\/5:focus {
  border-top-color: rgb(41 37 36 / 0.05);
  border-bottom-color: rgb(41 37 36 / 0.05);
}

.focus\:border-y-stone-800\/50:focus {
  border-top-color: rgb(41 37 36 / 0.5);
  border-bottom-color: rgb(41 37 36 / 0.5);
}

.focus\:border-y-stone-800\/60:focus {
  border-top-color: rgb(41 37 36 / 0.6);
  border-bottom-color: rgb(41 37 36 / 0.6);
}

.focus\:border-y-stone-800\/70:focus {
  border-top-color: rgb(41 37 36 / 0.7);
  border-bottom-color: rgb(41 37 36 / 0.7);
}

.focus\:border-y-stone-800\/75:focus {
  border-top-color: rgb(41 37 36 / 0.75);
  border-bottom-color: rgb(41 37 36 / 0.75);
}

.focus\:border-y-stone-800\/80:focus {
  border-top-color: rgb(41 37 36 / 0.8);
  border-bottom-color: rgb(41 37 36 / 0.8);
}

.focus\:border-y-stone-800\/90:focus {
  border-top-color: rgb(41 37 36 / 0.9);
  border-bottom-color: rgb(41 37 36 / 0.9);
}

.focus\:border-y-stone-800\/95:focus {
  border-top-color: rgb(41 37 36 / 0.95);
  border-bottom-color: rgb(41 37 36 / 0.95);
}

.focus\:border-y-stone-900:focus {
  --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));
}

.focus\:border-y-stone-900\/0:focus {
  border-top-color: rgb(28 25 23 / 0);
  border-bottom-color: rgb(28 25 23 / 0);
}

.focus\:border-y-stone-900\/10:focus {
  border-top-color: rgb(28 25 23 / 0.1);
  border-bottom-color: rgb(28 25 23 / 0.1);
}

.focus\:border-y-stone-900\/100:focus {
  border-top-color: rgb(28 25 23 / 1);
  border-bottom-color: rgb(28 25 23 / 1);
}

.focus\:border-y-stone-900\/20:focus {
  border-top-color: rgb(28 25 23 / 0.2);
  border-bottom-color: rgb(28 25 23 / 0.2);
}

.focus\:border-y-stone-900\/25:focus {
  border-top-color: rgb(28 25 23 / 0.25);
  border-bottom-color: rgb(28 25 23 / 0.25);
}

.focus\:border-y-stone-900\/30:focus {
  border-top-color: rgb(28 25 23 / 0.3);
  border-bottom-color: rgb(28 25 23 / 0.3);
}

.focus\:border-y-stone-900\/40:focus {
  border-top-color: rgb(28 25 23 / 0.4);
  border-bottom-color: rgb(28 25 23 / 0.4);
}

.focus\:border-y-stone-900\/5:focus {
  border-top-color: rgb(28 25 23 / 0.05);
  border-bottom-color: rgb(28 25 23 / 0.05);
}

.focus\:border-y-stone-900\/50:focus {
  border-top-color: rgb(28 25 23 / 0.5);
  border-bottom-color: rgb(28 25 23 / 0.5);
}

.focus\:border-y-stone-900\/60:focus {
  border-top-color: rgb(28 25 23 / 0.6);
  border-bottom-color: rgb(28 25 23 / 0.6);
}

.focus\:border-y-stone-900\/70:focus {
  border-top-color: rgb(28 25 23 / 0.7);
  border-bottom-color: rgb(28 25 23 / 0.7);
}

.focus\:border-y-stone-900\/75:focus {
  border-top-color: rgb(28 25 23 / 0.75);
  border-bottom-color: rgb(28 25 23 / 0.75);
}

.focus\:border-y-stone-900\/80:focus {
  border-top-color: rgb(28 25 23 / 0.8);
  border-bottom-color: rgb(28 25 23 / 0.8);
}

.focus\:border-y-stone-900\/90:focus {
  border-top-color: rgb(28 25 23 / 0.9);
  border-bottom-color: rgb(28 25 23 / 0.9);
}

.focus\:border-y-stone-900\/95:focus {
  border-top-color: rgb(28 25 23 / 0.95);
  border-bottom-color: rgb(28 25 23 / 0.95);
}

.focus\:border-y-stone-950:focus {
  --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));
}

.focus\:border-y-stone-950\/0:focus {
  border-top-color: rgb(12 10 9 / 0);
  border-bottom-color: rgb(12 10 9 / 0);
}

.focus\:border-y-stone-950\/10:focus {
  border-top-color: rgb(12 10 9 / 0.1);
  border-bottom-color: rgb(12 10 9 / 0.1);
}

.focus\:border-y-stone-950\/100:focus {
  border-top-color: rgb(12 10 9 / 1);
  border-bottom-color: rgb(12 10 9 / 1);
}

.focus\:border-y-stone-950\/20:focus {
  border-top-color: rgb(12 10 9 / 0.2);
  border-bottom-color: rgb(12 10 9 / 0.2);
}

.focus\:border-y-stone-950\/25:focus {
  border-top-color: rgb(12 10 9 / 0.25);
  border-bottom-color: rgb(12 10 9 / 0.25);
}

.focus\:border-y-stone-950\/30:focus {
  border-top-color: rgb(12 10 9 / 0.3);
  border-bottom-color: rgb(12 10 9 / 0.3);
}

.focus\:border-y-stone-950\/40:focus {
  border-top-color: rgb(12 10 9 / 0.4);
  border-bottom-color: rgb(12 10 9 / 0.4);
}

.focus\:border-y-stone-950\/5:focus {
  border-top-color: rgb(12 10 9 / 0.05);
  border-bottom-color: rgb(12 10 9 / 0.05);
}

.focus\:border-y-stone-950\/50:focus {
  border-top-color: rgb(12 10 9 / 0.5);
  border-bottom-color: rgb(12 10 9 / 0.5);
}

.focus\:border-y-stone-950\/60:focus {
  border-top-color: rgb(12 10 9 / 0.6);
  border-bottom-color: rgb(12 10 9 / 0.6);
}

.focus\:border-y-stone-950\/70:focus {
  border-top-color: rgb(12 10 9 / 0.7);
  border-bottom-color: rgb(12 10 9 / 0.7);
}

.focus\:border-y-stone-950\/75:focus {
  border-top-color: rgb(12 10 9 / 0.75);
  border-bottom-color: rgb(12 10 9 / 0.75);
}

.focus\:border-y-stone-950\/80:focus {
  border-top-color: rgb(12 10 9 / 0.8);
  border-bottom-color: rgb(12 10 9 / 0.8);
}

.focus\:border-y-stone-950\/90:focus {
  border-top-color: rgb(12 10 9 / 0.9);
  border-bottom-color: rgb(12 10 9 / 0.9);
}

.focus\:border-y-stone-950\/95:focus {
  border-top-color: rgb(12 10 9 / 0.95);
  border-bottom-color: rgb(12 10 9 / 0.95);
}

.focus\:border-y-teal-100:focus {
  --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));
}

.focus\:border-y-teal-100\/0:focus {
  border-top-color: rgb(204 251 241 / 0);
  border-bottom-color: rgb(204 251 241 / 0);
}

.focus\:border-y-teal-100\/10:focus {
  border-top-color: rgb(204 251 241 / 0.1);
  border-bottom-color: rgb(204 251 241 / 0.1);
}

.focus\:border-y-teal-100\/100:focus {
  border-top-color: rgb(204 251 241 / 1);
  border-bottom-color: rgb(204 251 241 / 1);
}

.focus\:border-y-teal-100\/20:focus {
  border-top-color: rgb(204 251 241 / 0.2);
  border-bottom-color: rgb(204 251 241 / 0.2);
}

.focus\:border-y-teal-100\/25:focus {
  border-top-color: rgb(204 251 241 / 0.25);
  border-bottom-color: rgb(204 251 241 / 0.25);
}

.focus\:border-y-teal-100\/30:focus {
  border-top-color: rgb(204 251 241 / 0.3);
  border-bottom-color: rgb(204 251 241 / 0.3);
}

.focus\:border-y-teal-100\/40:focus {
  border-top-color: rgb(204 251 241 / 0.4);
  border-bottom-color: rgb(204 251 241 / 0.4);
}

.focus\:border-y-teal-100\/5:focus {
  border-top-color: rgb(204 251 241 / 0.05);
  border-bottom-color: rgb(204 251 241 / 0.05);
}

.focus\:border-y-teal-100\/50:focus {
  border-top-color: rgb(204 251 241 / 0.5);
  border-bottom-color: rgb(204 251 241 / 0.5);
}

.focus\:border-y-teal-100\/60:focus {
  border-top-color: rgb(204 251 241 / 0.6);
  border-bottom-color: rgb(204 251 241 / 0.6);
}

.focus\:border-y-teal-100\/70:focus {
  border-top-color: rgb(204 251 241 / 0.7);
  border-bottom-color: rgb(204 251 241 / 0.7);
}

.focus\:border-y-teal-100\/75:focus {
  border-top-color: rgb(204 251 241 / 0.75);
  border-bottom-color: rgb(204 251 241 / 0.75);
}

.focus\:border-y-teal-100\/80:focus {
  border-top-color: rgb(204 251 241 / 0.8);
  border-bottom-color: rgb(204 251 241 / 0.8);
}

.focus\:border-y-teal-100\/90:focus {
  border-top-color: rgb(204 251 241 / 0.9);
  border-bottom-color: rgb(204 251 241 / 0.9);
}

.focus\:border-y-teal-100\/95:focus {
  border-top-color: rgb(204 251 241 / 0.95);
  border-bottom-color: rgb(204 251 241 / 0.95);
}

.focus\:border-y-teal-200:focus {
  --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));
}

.focus\:border-y-teal-200\/0:focus {
  border-top-color: rgb(153 246 228 / 0);
  border-bottom-color: rgb(153 246 228 / 0);
}

.focus\:border-y-teal-200\/10:focus {
  border-top-color: rgb(153 246 228 / 0.1);
  border-bottom-color: rgb(153 246 228 / 0.1);
}

.focus\:border-y-teal-200\/100:focus {
  border-top-color: rgb(153 246 228 / 1);
  border-bottom-color: rgb(153 246 228 / 1);
}

.focus\:border-y-teal-200\/20:focus {
  border-top-color: rgb(153 246 228 / 0.2);
  border-bottom-color: rgb(153 246 228 / 0.2);
}

.focus\:border-y-teal-200\/25:focus {
  border-top-color: rgb(153 246 228 / 0.25);
  border-bottom-color: rgb(153 246 228 / 0.25);
}

.focus\:border-y-teal-200\/30:focus {
  border-top-color: rgb(153 246 228 / 0.3);
  border-bottom-color: rgb(153 246 228 / 0.3);
}

.focus\:border-y-teal-200\/40:focus {
  border-top-color: rgb(153 246 228 / 0.4);
  border-bottom-color: rgb(153 246 228 / 0.4);
}

.focus\:border-y-teal-200\/5:focus {
  border-top-color: rgb(153 246 228 / 0.05);
  border-bottom-color: rgb(153 246 228 / 0.05);
}

.focus\:border-y-teal-200\/50:focus {
  border-top-color: rgb(153 246 228 / 0.5);
  border-bottom-color: rgb(153 246 228 / 0.5);
}

.focus\:border-y-teal-200\/60:focus {
  border-top-color: rgb(153 246 228 / 0.6);
  border-bottom-color: rgb(153 246 228 / 0.6);
}

.focus\:border-y-teal-200\/70:focus {
  border-top-color: rgb(153 246 228 / 0.7);
  border-bottom-color: rgb(153 246 228 / 0.7);
}

.focus\:border-y-teal-200\/75:focus {
  border-top-color: rgb(153 246 228 / 0.75);
  border-bottom-color: rgb(153 246 228 / 0.75);
}

.focus\:border-y-teal-200\/80:focus {
  border-top-color: rgb(153 246 228 / 0.8);
  border-bottom-color: rgb(153 246 228 / 0.8);
}

.focus\:border-y-teal-200\/90:focus {
  border-top-color: rgb(153 246 228 / 0.9);
  border-bottom-color: rgb(153 246 228 / 0.9);
}

.focus\:border-y-teal-200\/95:focus {
  border-top-color: rgb(153 246 228 / 0.95);
  border-bottom-color: rgb(153 246 228 / 0.95);
}

.focus\:border-y-teal-300:focus {
  --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));
}

.focus\:border-y-teal-300\/0:focus {
  border-top-color: rgb(94 234 212 / 0);
  border-bottom-color: rgb(94 234 212 / 0);
}

.focus\:border-y-teal-300\/10:focus {
  border-top-color: rgb(94 234 212 / 0.1);
  border-bottom-color: rgb(94 234 212 / 0.1);
}

.focus\:border-y-teal-300\/100:focus {
  border-top-color: rgb(94 234 212 / 1);
  border-bottom-color: rgb(94 234 212 / 1);
}

.focus\:border-y-teal-300\/20:focus {
  border-top-color: rgb(94 234 212 / 0.2);
  border-bottom-color: rgb(94 234 212 / 0.2);
}

.focus\:border-y-teal-300\/25:focus {
  border-top-color: rgb(94 234 212 / 0.25);
  border-bottom-color: rgb(94 234 212 / 0.25);
}

.focus\:border-y-teal-300\/30:focus {
  border-top-color: rgb(94 234 212 / 0.3);
  border-bottom-color: rgb(94 234 212 / 0.3);
}

.focus\:border-y-teal-300\/40:focus {
  border-top-color: rgb(94 234 212 / 0.4);
  border-bottom-color: rgb(94 234 212 / 0.4);
}

.focus\:border-y-teal-300\/5:focus {
  border-top-color: rgb(94 234 212 / 0.05);
  border-bottom-color: rgb(94 234 212 / 0.05);
}

.focus\:border-y-teal-300\/50:focus {
  border-top-color: rgb(94 234 212 / 0.5);
  border-bottom-color: rgb(94 234 212 / 0.5);
}

.focus\:border-y-teal-300\/60:focus {
  border-top-color: rgb(94 234 212 / 0.6);
  border-bottom-color: rgb(94 234 212 / 0.6);
}

.focus\:border-y-teal-300\/70:focus {
  border-top-color: rgb(94 234 212 / 0.7);
  border-bottom-color: rgb(94 234 212 / 0.7);
}

.focus\:border-y-teal-300\/75:focus {
  border-top-color: rgb(94 234 212 / 0.75);
  border-bottom-color: rgb(94 234 212 / 0.75);
}

.focus\:border-y-teal-300\/80:focus {
  border-top-color: rgb(94 234 212 / 0.8);
  border-bottom-color: rgb(94 234 212 / 0.8);
}

.focus\:border-y-teal-300\/90:focus {
  border-top-color: rgb(94 234 212 / 0.9);
  border-bottom-color: rgb(94 234 212 / 0.9);
}

.focus\:border-y-teal-300\/95:focus {
  border-top-color: rgb(94 234 212 / 0.95);
  border-bottom-color: rgb(94 234 212 / 0.95);
}

.focus\:border-y-teal-400:focus {
  --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));
}

.focus\:border-y-teal-400\/0:focus {
  border-top-color: rgb(45 212 191 / 0);
  border-bottom-color: rgb(45 212 191 / 0);
}

.focus\:border-y-teal-400\/10:focus {
  border-top-color: rgb(45 212 191 / 0.1);
  border-bottom-color: rgb(45 212 191 / 0.1);
}

.focus\:border-y-teal-400\/100:focus {
  border-top-color: rgb(45 212 191 / 1);
  border-bottom-color: rgb(45 212 191 / 1);
}

.focus\:border-y-teal-400\/20:focus {
  border-top-color: rgb(45 212 191 / 0.2);
  border-bottom-color: rgb(45 212 191 / 0.2);
}

.focus\:border-y-teal-400\/25:focus {
  border-top-color: rgb(45 212 191 / 0.25);
  border-bottom-color: rgb(45 212 191 / 0.25);
}

.focus\:border-y-teal-400\/30:focus {
  border-top-color: rgb(45 212 191 / 0.3);
  border-bottom-color: rgb(45 212 191 / 0.3);
}

.focus\:border-y-teal-400\/40:focus {
  border-top-color: rgb(45 212 191 / 0.4);
  border-bottom-color: rgb(45 212 191 / 0.4);
}

.focus\:border-y-teal-400\/5:focus {
  border-top-color: rgb(45 212 191 / 0.05);
  border-bottom-color: rgb(45 212 191 / 0.05);
}

.focus\:border-y-teal-400\/50:focus {
  border-top-color: rgb(45 212 191 / 0.5);
  border-bottom-color: rgb(45 212 191 / 0.5);
}

.focus\:border-y-teal-400\/60:focus {
  border-top-color: rgb(45 212 191 / 0.6);
  border-bottom-color: rgb(45 212 191 / 0.6);
}

.focus\:border-y-teal-400\/70:focus {
  border-top-color: rgb(45 212 191 / 0.7);
  border-bottom-color: rgb(45 212 191 / 0.7);
}

.focus\:border-y-teal-400\/75:focus {
  border-top-color: rgb(45 212 191 / 0.75);
  border-bottom-color: rgb(45 212 191 / 0.75);
}

.focus\:border-y-teal-400\/80:focus {
  border-top-color: rgb(45 212 191 / 0.8);
  border-bottom-color: rgb(45 212 191 / 0.8);
}

.focus\:border-y-teal-400\/90:focus {
  border-top-color: rgb(45 212 191 / 0.9);
  border-bottom-color: rgb(45 212 191 / 0.9);
}

.focus\:border-y-teal-400\/95:focus {
  border-top-color: rgb(45 212 191 / 0.95);
  border-bottom-color: rgb(45 212 191 / 0.95);
}

.focus\:border-y-teal-50:focus {
  --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));
}

.focus\:border-y-teal-50\/0:focus {
  border-top-color: rgb(240 253 250 / 0);
  border-bottom-color: rgb(240 253 250 / 0);
}

.focus\:border-y-teal-50\/10:focus {
  border-top-color: rgb(240 253 250 / 0.1);
  border-bottom-color: rgb(240 253 250 / 0.1);
}

.focus\:border-y-teal-50\/100:focus {
  border-top-color: rgb(240 253 250 / 1);
  border-bottom-color: rgb(240 253 250 / 1);
}

.focus\:border-y-teal-50\/20:focus {
  border-top-color: rgb(240 253 250 / 0.2);
  border-bottom-color: rgb(240 253 250 / 0.2);
}

.focus\:border-y-teal-50\/25:focus {
  border-top-color: rgb(240 253 250 / 0.25);
  border-bottom-color: rgb(240 253 250 / 0.25);
}

.focus\:border-y-teal-50\/30:focus {
  border-top-color: rgb(240 253 250 / 0.3);
  border-bottom-color: rgb(240 253 250 / 0.3);
}

.focus\:border-y-teal-50\/40:focus {
  border-top-color: rgb(240 253 250 / 0.4);
  border-bottom-color: rgb(240 253 250 / 0.4);
}

.focus\:border-y-teal-50\/5:focus {
  border-top-color: rgb(240 253 250 / 0.05);
  border-bottom-color: rgb(240 253 250 / 0.05);
}

.focus\:border-y-teal-50\/50:focus {
  border-top-color: rgb(240 253 250 / 0.5);
  border-bottom-color: rgb(240 253 250 / 0.5);
}

.focus\:border-y-teal-50\/60:focus {
  border-top-color: rgb(240 253 250 / 0.6);
  border-bottom-color: rgb(240 253 250 / 0.6);
}

.focus\:border-y-teal-50\/70:focus {
  border-top-color: rgb(240 253 250 / 0.7);
  border-bottom-color: rgb(240 253 250 / 0.7);
}

.focus\:border-y-teal-50\/75:focus {
  border-top-color: rgb(240 253 250 / 0.75);
  border-bottom-color: rgb(240 253 250 / 0.75);
}

.focus\:border-y-teal-50\/80:focus {
  border-top-color: rgb(240 253 250 / 0.8);
  border-bottom-color: rgb(240 253 250 / 0.8);
}

.focus\:border-y-teal-50\/90:focus {
  border-top-color: rgb(240 253 250 / 0.9);
  border-bottom-color: rgb(240 253 250 / 0.9);
}

.focus\:border-y-teal-50\/95:focus {
  border-top-color: rgb(240 253 250 / 0.95);
  border-bottom-color: rgb(240 253 250 / 0.95);
}

.focus\:border-y-teal-500:focus {
  --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));
}

.focus\:border-y-teal-500\/0:focus {
  border-top-color: rgb(20 184 166 / 0);
  border-bottom-color: rgb(20 184 166 / 0);
}

.focus\:border-y-teal-500\/10:focus {
  border-top-color: rgb(20 184 166 / 0.1);
  border-bottom-color: rgb(20 184 166 / 0.1);
}

.focus\:border-y-teal-500\/100:focus {
  border-top-color: rgb(20 184 166 / 1);
  border-bottom-color: rgb(20 184 166 / 1);
}

.focus\:border-y-teal-500\/20:focus {
  border-top-color: rgb(20 184 166 / 0.2);
  border-bottom-color: rgb(20 184 166 / 0.2);
}

.focus\:border-y-teal-500\/25:focus {
  border-top-color: rgb(20 184 166 / 0.25);
  border-bottom-color: rgb(20 184 166 / 0.25);
}

.focus\:border-y-teal-500\/30:focus {
  border-top-color: rgb(20 184 166 / 0.3);
  border-bottom-color: rgb(20 184 166 / 0.3);
}

.focus\:border-y-teal-500\/40:focus {
  border-top-color: rgb(20 184 166 / 0.4);
  border-bottom-color: rgb(20 184 166 / 0.4);
}

.focus\:border-y-teal-500\/5:focus {
  border-top-color: rgb(20 184 166 / 0.05);
  border-bottom-color: rgb(20 184 166 / 0.05);
}

.focus\:border-y-teal-500\/50:focus {
  border-top-color: rgb(20 184 166 / 0.5);
  border-bottom-color: rgb(20 184 166 / 0.5);
}

.focus\:border-y-teal-500\/60:focus {
  border-top-color: rgb(20 184 166 / 0.6);
  border-bottom-color: rgb(20 184 166 / 0.6);
}

.focus\:border-y-teal-500\/70:focus {
  border-top-color: rgb(20 184 166 / 0.7);
  border-bottom-color: rgb(20 184 166 / 0.7);
}

.focus\:border-y-teal-500\/75:focus {
  border-top-color: rgb(20 184 166 / 0.75);
  border-bottom-color: rgb(20 184 166 / 0.75);
}

.focus\:border-y-teal-500\/80:focus {
  border-top-color: rgb(20 184 166 / 0.8);
  border-bottom-color: rgb(20 184 166 / 0.8);
}

.focus\:border-y-teal-500\/90:focus {
  border-top-color: rgb(20 184 166 / 0.9);
  border-bottom-color: rgb(20 184 166 / 0.9);
}

.focus\:border-y-teal-500\/95:focus {
  border-top-color: rgb(20 184 166 / 0.95);
  border-bottom-color: rgb(20 184 166 / 0.95);
}

.focus\:border-y-teal-600:focus {
  --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));
}

.focus\:border-y-teal-600\/0:focus {
  border-top-color: rgb(13 148 136 / 0);
  border-bottom-color: rgb(13 148 136 / 0);
}

.focus\:border-y-teal-600\/10:focus {
  border-top-color: rgb(13 148 136 / 0.1);
  border-bottom-color: rgb(13 148 136 / 0.1);
}

.focus\:border-y-teal-600\/100:focus {
  border-top-color: rgb(13 148 136 / 1);
  border-bottom-color: rgb(13 148 136 / 1);
}

.focus\:border-y-teal-600\/20:focus {
  border-top-color: rgb(13 148 136 / 0.2);
  border-bottom-color: rgb(13 148 136 / 0.2);
}

.focus\:border-y-teal-600\/25:focus {
  border-top-color: rgb(13 148 136 / 0.25);
  border-bottom-color: rgb(13 148 136 / 0.25);
}

.focus\:border-y-teal-600\/30:focus {
  border-top-color: rgb(13 148 136 / 0.3);
  border-bottom-color: rgb(13 148 136 / 0.3);
}

.focus\:border-y-teal-600\/40:focus {
  border-top-color: rgb(13 148 136 / 0.4);
  border-bottom-color: rgb(13 148 136 / 0.4);
}

.focus\:border-y-teal-600\/5:focus {
  border-top-color: rgb(13 148 136 / 0.05);
  border-bottom-color: rgb(13 148 136 / 0.05);
}

.focus\:border-y-teal-600\/50:focus {
  border-top-color: rgb(13 148 136 / 0.5);
  border-bottom-color: rgb(13 148 136 / 0.5);
}

.focus\:border-y-teal-600\/60:focus {
  border-top-color: rgb(13 148 136 / 0.6);
  border-bottom-color: rgb(13 148 136 / 0.6);
}

.focus\:border-y-teal-600\/70:focus {
  border-top-color: rgb(13 148 136 / 0.7);
  border-bottom-color: rgb(13 148 136 / 0.7);
}

.focus\:border-y-teal-600\/75:focus {
  border-top-color: rgb(13 148 136 / 0.75);
  border-bottom-color: rgb(13 148 136 / 0.75);
}

.focus\:border-y-teal-600\/80:focus {
  border-top-color: rgb(13 148 136 / 0.8);
  border-bottom-color: rgb(13 148 136 / 0.8);
}

.focus\:border-y-teal-600\/90:focus {
  border-top-color: rgb(13 148 136 / 0.9);
  border-bottom-color: rgb(13 148 136 / 0.9);
}

.focus\:border-y-teal-600\/95:focus {
  border-top-color: rgb(13 148 136 / 0.95);
  border-bottom-color: rgb(13 148 136 / 0.95);
}

.focus\:border-y-teal-700:focus {
  --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));
}

.focus\:border-y-teal-700\/0:focus {
  border-top-color: rgb(15 118 110 / 0);
  border-bottom-color: rgb(15 118 110 / 0);
}

.focus\:border-y-teal-700\/10:focus {
  border-top-color: rgb(15 118 110 / 0.1);
  border-bottom-color: rgb(15 118 110 / 0.1);
}

.focus\:border-y-teal-700\/100:focus {
  border-top-color: rgb(15 118 110 / 1);
  border-bottom-color: rgb(15 118 110 / 1);
}

.focus\:border-y-teal-700\/20:focus {
  border-top-color: rgb(15 118 110 / 0.2);
  border-bottom-color: rgb(15 118 110 / 0.2);
}

.focus\:border-y-teal-700\/25:focus {
  border-top-color: rgb(15 118 110 / 0.25);
  border-bottom-color: rgb(15 118 110 / 0.25);
}

.focus\:border-y-teal-700\/30:focus {
  border-top-color: rgb(15 118 110 / 0.3);
  border-bottom-color: rgb(15 118 110 / 0.3);
}

.focus\:border-y-teal-700\/40:focus {
  border-top-color: rgb(15 118 110 / 0.4);
  border-bottom-color: rgb(15 118 110 / 0.4);
}

.focus\:border-y-teal-700\/5:focus {
  border-top-color: rgb(15 118 110 / 0.05);
  border-bottom-color: rgb(15 118 110 / 0.05);
}

.focus\:border-y-teal-700\/50:focus {
  border-top-color: rgb(15 118 110 / 0.5);
  border-bottom-color: rgb(15 118 110 / 0.5);
}

.focus\:border-y-teal-700\/60:focus {
  border-top-color: rgb(15 118 110 / 0.6);
  border-bottom-color: rgb(15 118 110 / 0.6);
}

.focus\:border-y-teal-700\/70:focus {
  border-top-color: rgb(15 118 110 / 0.7);
  border-bottom-color: rgb(15 118 110 / 0.7);
}

.focus\:border-y-teal-700\/75:focus {
  border-top-color: rgb(15 118 110 / 0.75);
  border-bottom-color: rgb(15 118 110 / 0.75);
}

.focus\:border-y-teal-700\/80:focus {
  border-top-color: rgb(15 118 110 / 0.8);
  border-bottom-color: rgb(15 118 110 / 0.8);
}

.focus\:border-y-teal-700\/90:focus {
  border-top-color: rgb(15 118 110 / 0.9);
  border-bottom-color: rgb(15 118 110 / 0.9);
}

.focus\:border-y-teal-700\/95:focus {
  border-top-color: rgb(15 118 110 / 0.95);
  border-bottom-color: rgb(15 118 110 / 0.95);
}

.focus\:border-y-teal-800:focus {
  --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));
}

.focus\:border-y-teal-800\/0:focus {
  border-top-color: rgb(17 94 89 / 0);
  border-bottom-color: rgb(17 94 89 / 0);
}

.focus\:border-y-teal-800\/10:focus {
  border-top-color: rgb(17 94 89 / 0.1);
  border-bottom-color: rgb(17 94 89 / 0.1);
}

.focus\:border-y-teal-800\/100:focus {
  border-top-color: rgb(17 94 89 / 1);
  border-bottom-color: rgb(17 94 89 / 1);
}

.focus\:border-y-teal-800\/20:focus {
  border-top-color: rgb(17 94 89 / 0.2);
  border-bottom-color: rgb(17 94 89 / 0.2);
}

.focus\:border-y-teal-800\/25:focus {
  border-top-color: rgb(17 94 89 / 0.25);
  border-bottom-color: rgb(17 94 89 / 0.25);
}

.focus\:border-y-teal-800\/30:focus {
  border-top-color: rgb(17 94 89 / 0.3);
  border-bottom-color: rgb(17 94 89 / 0.3);
}

.focus\:border-y-teal-800\/40:focus {
  border-top-color: rgb(17 94 89 / 0.4);
  border-bottom-color: rgb(17 94 89 / 0.4);
}

.focus\:border-y-teal-800\/5:focus {
  border-top-color: rgb(17 94 89 / 0.05);
  border-bottom-color: rgb(17 94 89 / 0.05);
}

.focus\:border-y-teal-800\/50:focus {
  border-top-color: rgb(17 94 89 / 0.5);
  border-bottom-color: rgb(17 94 89 / 0.5);
}

.focus\:border-y-teal-800\/60:focus {
  border-top-color: rgb(17 94 89 / 0.6);
  border-bottom-color: rgb(17 94 89 / 0.6);
}

.focus\:border-y-teal-800\/70:focus {
  border-top-color: rgb(17 94 89 / 0.7);
  border-bottom-color: rgb(17 94 89 / 0.7);
}

.focus\:border-y-teal-800\/75:focus {
  border-top-color: rgb(17 94 89 / 0.75);
  border-bottom-color: rgb(17 94 89 / 0.75);
}

.focus\:border-y-teal-800\/80:focus {
  border-top-color: rgb(17 94 89 / 0.8);
  border-bottom-color: rgb(17 94 89 / 0.8);
}

.focus\:border-y-teal-800\/90:focus {
  border-top-color: rgb(17 94 89 / 0.9);
  border-bottom-color: rgb(17 94 89 / 0.9);
}

.focus\:border-y-teal-800\/95:focus {
  border-top-color: rgb(17 94 89 / 0.95);
  border-bottom-color: rgb(17 94 89 / 0.95);
}

.focus\:border-y-teal-900:focus {
  --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));
}

.focus\:border-y-teal-900\/0:focus {
  border-top-color: rgb(19 78 74 / 0);
  border-bottom-color: rgb(19 78 74 / 0);
}

.focus\:border-y-teal-900\/10:focus {
  border-top-color: rgb(19 78 74 / 0.1);
  border-bottom-color: rgb(19 78 74 / 0.1);
}

.focus\:border-y-teal-900\/100:focus {
  border-top-color: rgb(19 78 74 / 1);
  border-bottom-color: rgb(19 78 74 / 1);
}

.focus\:border-y-teal-900\/20:focus {
  border-top-color: rgb(19 78 74 / 0.2);
  border-bottom-color: rgb(19 78 74 / 0.2);
}

.focus\:border-y-teal-900\/25:focus {
  border-top-color: rgb(19 78 74 / 0.25);
  border-bottom-color: rgb(19 78 74 / 0.25);
}

.focus\:border-y-teal-900\/30:focus {
  border-top-color: rgb(19 78 74 / 0.3);
  border-bottom-color: rgb(19 78 74 / 0.3);
}

.focus\:border-y-teal-900\/40:focus {
  border-top-color: rgb(19 78 74 / 0.4);
  border-bottom-color: rgb(19 78 74 / 0.4);
}

.focus\:border-y-teal-900\/5:focus {
  border-top-color: rgb(19 78 74 / 0.05);
  border-bottom-color: rgb(19 78 74 / 0.05);
}

.focus\:border-y-teal-900\/50:focus {
  border-top-color: rgb(19 78 74 / 0.5);
  border-bottom-color: rgb(19 78 74 / 0.5);
}

.focus\:border-y-teal-900\/60:focus {
  border-top-color: rgb(19 78 74 / 0.6);
  border-bottom-color: rgb(19 78 74 / 0.6);
}

.focus\:border-y-teal-900\/70:focus {
  border-top-color: rgb(19 78 74 / 0.7);
  border-bottom-color: rgb(19 78 74 / 0.7);
}

.focus\:border-y-teal-900\/75:focus {
  border-top-color: rgb(19 78 74 / 0.75);
  border-bottom-color: rgb(19 78 74 / 0.75);
}

.focus\:border-y-teal-900\/80:focus {
  border-top-color: rgb(19 78 74 / 0.8);
  border-bottom-color: rgb(19 78 74 / 0.8);
}

.focus\:border-y-teal-900\/90:focus {
  border-top-color: rgb(19 78 74 / 0.9);
  border-bottom-color: rgb(19 78 74 / 0.9);
}

.focus\:border-y-teal-900\/95:focus {
  border-top-color: rgb(19 78 74 / 0.95);
  border-bottom-color: rgb(19 78 74 / 0.95);
}

.focus\:border-y-teal-950:focus {
  --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));
}

.focus\:border-y-teal-950\/0:focus {
  border-top-color: rgb(4 47 46 / 0);
  border-bottom-color: rgb(4 47 46 / 0);
}

.focus\:border-y-teal-950\/10:focus {
  border-top-color: rgb(4 47 46 / 0.1);
  border-bottom-color: rgb(4 47 46 / 0.1);
}

.focus\:border-y-teal-950\/100:focus {
  border-top-color: rgb(4 47 46 / 1);
  border-bottom-color: rgb(4 47 46 / 1);
}

.focus\:border-y-teal-950\/20:focus {
  border-top-color: rgb(4 47 46 / 0.2);
  border-bottom-color: rgb(4 47 46 / 0.2);
}

.focus\:border-y-teal-950\/25:focus {
  border-top-color: rgb(4 47 46 / 0.25);
  border-bottom-color: rgb(4 47 46 / 0.25);
}

.focus\:border-y-teal-950\/30:focus {
  border-top-color: rgb(4 47 46 / 0.3);
  border-bottom-color: rgb(4 47 46 / 0.3);
}

.focus\:border-y-teal-950\/40:focus {
  border-top-color: rgb(4 47 46 / 0.4);
  border-bottom-color: rgb(4 47 46 / 0.4);
}

.focus\:border-y-teal-950\/5:focus {
  border-top-color: rgb(4 47 46 / 0.05);
  border-bottom-color: rgb(4 47 46 / 0.05);
}

.focus\:border-y-teal-950\/50:focus {
  border-top-color: rgb(4 47 46 / 0.5);
  border-bottom-color: rgb(4 47 46 / 0.5);
}

.focus\:border-y-teal-950\/60:focus {
  border-top-color: rgb(4 47 46 / 0.6);
  border-bottom-color: rgb(4 47 46 / 0.6);
}

.focus\:border-y-teal-950\/70:focus {
  border-top-color: rgb(4 47 46 / 0.7);
  border-bottom-color: rgb(4 47 46 / 0.7);
}

.focus\:border-y-teal-950\/75:focus {
  border-top-color: rgb(4 47 46 / 0.75);
  border-bottom-color: rgb(4 47 46 / 0.75);
}

.focus\:border-y-teal-950\/80:focus {
  border-top-color: rgb(4 47 46 / 0.8);
  border-bottom-color: rgb(4 47 46 / 0.8);
}

.focus\:border-y-teal-950\/90:focus {
  border-top-color: rgb(4 47 46 / 0.9);
  border-bottom-color: rgb(4 47 46 / 0.9);
}

.focus\:border-y-teal-950\/95:focus {
  border-top-color: rgb(4 47 46 / 0.95);
  border-bottom-color: rgb(4 47 46 / 0.95);
}

.focus\:border-y-transparent:focus {
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.focus\:border-y-transparent\/0:focus {
  border-top-color: rgb(0 0 0 / 0);
  border-bottom-color: rgb(0 0 0 / 0);
}

.focus\:border-y-transparent\/10:focus {
  border-top-color: rgb(0 0 0 / 0.1);
  border-bottom-color: rgb(0 0 0 / 0.1);
}

.focus\:border-y-transparent\/100:focus {
  border-top-color: rgb(0 0 0 / 1);
  border-bottom-color: rgb(0 0 0 / 1);
}

.focus\:border-y-transparent\/20:focus {
  border-top-color: rgb(0 0 0 / 0.2);
  border-bottom-color: rgb(0 0 0 / 0.2);
}

.focus\:border-y-transparent\/25:focus {
  border-top-color: rgb(0 0 0 / 0.25);
  border-bottom-color: rgb(0 0 0 / 0.25);
}

.focus\:border-y-transparent\/30:focus {
  border-top-color: rgb(0 0 0 / 0.3);
  border-bottom-color: rgb(0 0 0 / 0.3);
}

.focus\:border-y-transparent\/40:focus {
  border-top-color: rgb(0 0 0 / 0.4);
  border-bottom-color: rgb(0 0 0 / 0.4);
}

.focus\:border-y-transparent\/5:focus {
  border-top-color: rgb(0 0 0 / 0.05);
  border-bottom-color: rgb(0 0 0 / 0.05);
}

.focus\:border-y-transparent\/50:focus {
  border-top-color: rgb(0 0 0 / 0.5);
  border-bottom-color: rgb(0 0 0 / 0.5);
}

.focus\:border-y-transparent\/60:focus {
  border-top-color: rgb(0 0 0 / 0.6);
  border-bottom-color: rgb(0 0 0 / 0.6);
}

.focus\:border-y-transparent\/70:focus {
  border-top-color: rgb(0 0 0 / 0.7);
  border-bottom-color: rgb(0 0 0 / 0.7);
}

.focus\:border-y-transparent\/75:focus {
  border-top-color: rgb(0 0 0 / 0.75);
  border-bottom-color: rgb(0 0 0 / 0.75);
}

.focus\:border-y-transparent\/80:focus {
  border-top-color: rgb(0 0 0 / 0.8);
  border-bottom-color: rgb(0 0 0 / 0.8);
}

.focus\:border-y-transparent\/90:focus {
  border-top-color: rgb(0 0 0 / 0.9);
  border-bottom-color: rgb(0 0 0 / 0.9);
}

.focus\:border-y-transparent\/95:focus {
  border-top-color: rgb(0 0 0 / 0.95);
  border-bottom-color: rgb(0 0 0 / 0.95);
}

.focus\:border-y-tykhe-digital:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(239 156 131 / var(--tw-border-opacity));
  border-bottom-color: rgb(239 156 131 / var(--tw-border-opacity));
}

.focus\:border-y-tykhe-digital-alt:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 239 224 / var(--tw-border-opacity));
  border-bottom-color: rgb(245 239 224 / var(--tw-border-opacity));
}

.focus\:border-y-tykhe-digital-alt\/0:focus {
  border-top-color: rgb(245 239 224 / 0);
  border-bottom-color: rgb(245 239 224 / 0);
}

.focus\:border-y-tykhe-digital-alt\/10:focus {
  border-top-color: rgb(245 239 224 / 0.1);
  border-bottom-color: rgb(245 239 224 / 0.1);
}

.focus\:border-y-tykhe-digital-alt\/100:focus {
  border-top-color: rgb(245 239 224 / 1);
  border-bottom-color: rgb(245 239 224 / 1);
}

.focus\:border-y-tykhe-digital-alt\/20:focus {
  border-top-color: rgb(245 239 224 / 0.2);
  border-bottom-color: rgb(245 239 224 / 0.2);
}

.focus\:border-y-tykhe-digital-alt\/25:focus {
  border-top-color: rgb(245 239 224 / 0.25);
  border-bottom-color: rgb(245 239 224 / 0.25);
}

.focus\:border-y-tykhe-digital-alt\/30:focus {
  border-top-color: rgb(245 239 224 / 0.3);
  border-bottom-color: rgb(245 239 224 / 0.3);
}

.focus\:border-y-tykhe-digital-alt\/40:focus {
  border-top-color: rgb(245 239 224 / 0.4);
  border-bottom-color: rgb(245 239 224 / 0.4);
}

.focus\:border-y-tykhe-digital-alt\/5:focus {
  border-top-color: rgb(245 239 224 / 0.05);
  border-bottom-color: rgb(245 239 224 / 0.05);
}

.focus\:border-y-tykhe-digital-alt\/50:focus {
  border-top-color: rgb(245 239 224 / 0.5);
  border-bottom-color: rgb(245 239 224 / 0.5);
}

.focus\:border-y-tykhe-digital-alt\/60:focus {
  border-top-color: rgb(245 239 224 / 0.6);
  border-bottom-color: rgb(245 239 224 / 0.6);
}

.focus\:border-y-tykhe-digital-alt\/70:focus {
  border-top-color: rgb(245 239 224 / 0.7);
  border-bottom-color: rgb(245 239 224 / 0.7);
}

.focus\:border-y-tykhe-digital-alt\/75:focus {
  border-top-color: rgb(245 239 224 / 0.75);
  border-bottom-color: rgb(245 239 224 / 0.75);
}

.focus\:border-y-tykhe-digital-alt\/80:focus {
  border-top-color: rgb(245 239 224 / 0.8);
  border-bottom-color: rgb(245 239 224 / 0.8);
}

.focus\:border-y-tykhe-digital-alt\/90:focus {
  border-top-color: rgb(245 239 224 / 0.9);
  border-bottom-color: rgb(245 239 224 / 0.9);
}

.focus\:border-y-tykhe-digital-alt\/95:focus {
  border-top-color: rgb(245 239 224 / 0.95);
  border-bottom-color: rgb(245 239 224 / 0.95);
}

.focus\:border-y-tykhe-digital-alt2:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 58 111 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 58 111 / var(--tw-border-opacity));
}

.focus\:border-y-tykhe-digital-alt2\/0:focus {
  border-top-color: rgb(255 58 111 / 0);
  border-bottom-color: rgb(255 58 111 / 0);
}

.focus\:border-y-tykhe-digital-alt2\/10:focus {
  border-top-color: rgb(255 58 111 / 0.1);
  border-bottom-color: rgb(255 58 111 / 0.1);
}

.focus\:border-y-tykhe-digital-alt2\/100:focus {
  border-top-color: rgb(255 58 111 / 1);
  border-bottom-color: rgb(255 58 111 / 1);
}

.focus\:border-y-tykhe-digital-alt2\/20:focus {
  border-top-color: rgb(255 58 111 / 0.2);
  border-bottom-color: rgb(255 58 111 / 0.2);
}

.focus\:border-y-tykhe-digital-alt2\/25:focus {
  border-top-color: rgb(255 58 111 / 0.25);
  border-bottom-color: rgb(255 58 111 / 0.25);
}

.focus\:border-y-tykhe-digital-alt2\/30:focus {
  border-top-color: rgb(255 58 111 / 0.3);
  border-bottom-color: rgb(255 58 111 / 0.3);
}

.focus\:border-y-tykhe-digital-alt2\/40:focus {
  border-top-color: rgb(255 58 111 / 0.4);
  border-bottom-color: rgb(255 58 111 / 0.4);
}

.focus\:border-y-tykhe-digital-alt2\/5:focus {
  border-top-color: rgb(255 58 111 / 0.05);
  border-bottom-color: rgb(255 58 111 / 0.05);
}

.focus\:border-y-tykhe-digital-alt2\/50:focus {
  border-top-color: rgb(255 58 111 / 0.5);
  border-bottom-color: rgb(255 58 111 / 0.5);
}

.focus\:border-y-tykhe-digital-alt2\/60:focus {
  border-top-color: rgb(255 58 111 / 0.6);
  border-bottom-color: rgb(255 58 111 / 0.6);
}

.focus\:border-y-tykhe-digital-alt2\/70:focus {
  border-top-color: rgb(255 58 111 / 0.7);
  border-bottom-color: rgb(255 58 111 / 0.7);
}

.focus\:border-y-tykhe-digital-alt2\/75:focus {
  border-top-color: rgb(255 58 111 / 0.75);
  border-bottom-color: rgb(255 58 111 / 0.75);
}

.focus\:border-y-tykhe-digital-alt2\/80:focus {
  border-top-color: rgb(255 58 111 / 0.8);
  border-bottom-color: rgb(255 58 111 / 0.8);
}

.focus\:border-y-tykhe-digital-alt2\/90:focus {
  border-top-color: rgb(255 58 111 / 0.9);
  border-bottom-color: rgb(255 58 111 / 0.9);
}

.focus\:border-y-tykhe-digital-alt2\/95:focus {
  border-top-color: rgb(255 58 111 / 0.95);
  border-bottom-color: rgb(255 58 111 / 0.95);
}

.focus\:border-y-tykhe-digital-alt3:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(131 214 239 / var(--tw-border-opacity));
  border-bottom-color: rgb(131 214 239 / var(--tw-border-opacity));
}

.focus\:border-y-tykhe-digital-alt3\/0:focus {
  border-top-color: rgb(131 214 239 / 0);
  border-bottom-color: rgb(131 214 239 / 0);
}

.focus\:border-y-tykhe-digital-alt3\/10:focus {
  border-top-color: rgb(131 214 239 / 0.1);
  border-bottom-color: rgb(131 214 239 / 0.1);
}

.focus\:border-y-tykhe-digital-alt3\/100:focus {
  border-top-color: rgb(131 214 239 / 1);
  border-bottom-color: rgb(131 214 239 / 1);
}

.focus\:border-y-tykhe-digital-alt3\/20:focus {
  border-top-color: rgb(131 214 239 / 0.2);
  border-bottom-color: rgb(131 214 239 / 0.2);
}

.focus\:border-y-tykhe-digital-alt3\/25:focus {
  border-top-color: rgb(131 214 239 / 0.25);
  border-bottom-color: rgb(131 214 239 / 0.25);
}

.focus\:border-y-tykhe-digital-alt3\/30:focus {
  border-top-color: rgb(131 214 239 / 0.3);
  border-bottom-color: rgb(131 214 239 / 0.3);
}

.focus\:border-y-tykhe-digital-alt3\/40:focus {
  border-top-color: rgb(131 214 239 / 0.4);
  border-bottom-color: rgb(131 214 239 / 0.4);
}

.focus\:border-y-tykhe-digital-alt3\/5:focus {
  border-top-color: rgb(131 214 239 / 0.05);
  border-bottom-color: rgb(131 214 239 / 0.05);
}

.focus\:border-y-tykhe-digital-alt3\/50:focus {
  border-top-color: rgb(131 214 239 / 0.5);
  border-bottom-color: rgb(131 214 239 / 0.5);
}

.focus\:border-y-tykhe-digital-alt3\/60:focus {
  border-top-color: rgb(131 214 239 / 0.6);
  border-bottom-color: rgb(131 214 239 / 0.6);
}

.focus\:border-y-tykhe-digital-alt3\/70:focus {
  border-top-color: rgb(131 214 239 / 0.7);
  border-bottom-color: rgb(131 214 239 / 0.7);
}

.focus\:border-y-tykhe-digital-alt3\/75:focus {
  border-top-color: rgb(131 214 239 / 0.75);
  border-bottom-color: rgb(131 214 239 / 0.75);
}

.focus\:border-y-tykhe-digital-alt3\/80:focus {
  border-top-color: rgb(131 214 239 / 0.8);
  border-bottom-color: rgb(131 214 239 / 0.8);
}

.focus\:border-y-tykhe-digital-alt3\/90:focus {
  border-top-color: rgb(131 214 239 / 0.9);
  border-bottom-color: rgb(131 214 239 / 0.9);
}

.focus\:border-y-tykhe-digital-alt3\/95:focus {
  border-top-color: rgb(131 214 239 / 0.95);
  border-bottom-color: rgb(131 214 239 / 0.95);
}

.focus\:border-y-tykhe-digital\/0:focus {
  border-top-color: rgb(239 156 131 / 0);
  border-bottom-color: rgb(239 156 131 / 0);
}

.focus\:border-y-tykhe-digital\/10:focus {
  border-top-color: rgb(239 156 131 / 0.1);
  border-bottom-color: rgb(239 156 131 / 0.1);
}

.focus\:border-y-tykhe-digital\/100:focus {
  border-top-color: rgb(239 156 131 / 1);
  border-bottom-color: rgb(239 156 131 / 1);
}

.focus\:border-y-tykhe-digital\/20:focus {
  border-top-color: rgb(239 156 131 / 0.2);
  border-bottom-color: rgb(239 156 131 / 0.2);
}

.focus\:border-y-tykhe-digital\/25:focus {
  border-top-color: rgb(239 156 131 / 0.25);
  border-bottom-color: rgb(239 156 131 / 0.25);
}

.focus\:border-y-tykhe-digital\/30:focus {
  border-top-color: rgb(239 156 131 / 0.3);
  border-bottom-color: rgb(239 156 131 / 0.3);
}

.focus\:border-y-tykhe-digital\/40:focus {
  border-top-color: rgb(239 156 131 / 0.4);
  border-bottom-color: rgb(239 156 131 / 0.4);
}

.focus\:border-y-tykhe-digital\/5:focus {
  border-top-color: rgb(239 156 131 / 0.05);
  border-bottom-color: rgb(239 156 131 / 0.05);
}

.focus\:border-y-tykhe-digital\/50:focus {
  border-top-color: rgb(239 156 131 / 0.5);
  border-bottom-color: rgb(239 156 131 / 0.5);
}

.focus\:border-y-tykhe-digital\/60:focus {
  border-top-color: rgb(239 156 131 / 0.6);
  border-bottom-color: rgb(239 156 131 / 0.6);
}

.focus\:border-y-tykhe-digital\/70:focus {
  border-top-color: rgb(239 156 131 / 0.7);
  border-bottom-color: rgb(239 156 131 / 0.7);
}

.focus\:border-y-tykhe-digital\/75:focus {
  border-top-color: rgb(239 156 131 / 0.75);
  border-bottom-color: rgb(239 156 131 / 0.75);
}

.focus\:border-y-tykhe-digital\/80:focus {
  border-top-color: rgb(239 156 131 / 0.8);
  border-bottom-color: rgb(239 156 131 / 0.8);
}

.focus\:border-y-tykhe-digital\/90:focus {
  border-top-color: rgb(239 156 131 / 0.9);
  border-bottom-color: rgb(239 156 131 / 0.9);
}

.focus\:border-y-tykhe-digital\/95:focus {
  border-top-color: rgb(239 156 131 / 0.95);
  border-bottom-color: rgb(239 156 131 / 0.95);
}

.focus\:border-y-violet-100:focus {
  --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));
}

.focus\:border-y-violet-100\/0:focus {
  border-top-color: rgb(237 233 254 / 0);
  border-bottom-color: rgb(237 233 254 / 0);
}

.focus\:border-y-violet-100\/10:focus {
  border-top-color: rgb(237 233 254 / 0.1);
  border-bottom-color: rgb(237 233 254 / 0.1);
}

.focus\:border-y-violet-100\/100:focus {
  border-top-color: rgb(237 233 254 / 1);
  border-bottom-color: rgb(237 233 254 / 1);
}

.focus\:border-y-violet-100\/20:focus {
  border-top-color: rgb(237 233 254 / 0.2);
  border-bottom-color: rgb(237 233 254 / 0.2);
}

.focus\:border-y-violet-100\/25:focus {
  border-top-color: rgb(237 233 254 / 0.25);
  border-bottom-color: rgb(237 233 254 / 0.25);
}

.focus\:border-y-violet-100\/30:focus {
  border-top-color: rgb(237 233 254 / 0.3);
  border-bottom-color: rgb(237 233 254 / 0.3);
}

.focus\:border-y-violet-100\/40:focus {
  border-top-color: rgb(237 233 254 / 0.4);
  border-bottom-color: rgb(237 233 254 / 0.4);
}

.focus\:border-y-violet-100\/5:focus {
  border-top-color: rgb(237 233 254 / 0.05);
  border-bottom-color: rgb(237 233 254 / 0.05);
}

.focus\:border-y-violet-100\/50:focus {
  border-top-color: rgb(237 233 254 / 0.5);
  border-bottom-color: rgb(237 233 254 / 0.5);
}

.focus\:border-y-violet-100\/60:focus {
  border-top-color: rgb(237 233 254 / 0.6);
  border-bottom-color: rgb(237 233 254 / 0.6);
}

.focus\:border-y-violet-100\/70:focus {
  border-top-color: rgb(237 233 254 / 0.7);
  border-bottom-color: rgb(237 233 254 / 0.7);
}

.focus\:border-y-violet-100\/75:focus {
  border-top-color: rgb(237 233 254 / 0.75);
  border-bottom-color: rgb(237 233 254 / 0.75);
}

.focus\:border-y-violet-100\/80:focus {
  border-top-color: rgb(237 233 254 / 0.8);
  border-bottom-color: rgb(237 233 254 / 0.8);
}

.focus\:border-y-violet-100\/90:focus {
  border-top-color: rgb(237 233 254 / 0.9);
  border-bottom-color: rgb(237 233 254 / 0.9);
}

.focus\:border-y-violet-100\/95:focus {
  border-top-color: rgb(237 233 254 / 0.95);
  border-bottom-color: rgb(237 233 254 / 0.95);
}

.focus\:border-y-violet-200:focus {
  --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));
}

.focus\:border-y-violet-200\/0:focus {
  border-top-color: rgb(221 214 254 / 0);
  border-bottom-color: rgb(221 214 254 / 0);
}

.focus\:border-y-violet-200\/10:focus {
  border-top-color: rgb(221 214 254 / 0.1);
  border-bottom-color: rgb(221 214 254 / 0.1);
}

.focus\:border-y-violet-200\/100:focus {
  border-top-color: rgb(221 214 254 / 1);
  border-bottom-color: rgb(221 214 254 / 1);
}

.focus\:border-y-violet-200\/20:focus {
  border-top-color: rgb(221 214 254 / 0.2);
  border-bottom-color: rgb(221 214 254 / 0.2);
}

.focus\:border-y-violet-200\/25:focus {
  border-top-color: rgb(221 214 254 / 0.25);
  border-bottom-color: rgb(221 214 254 / 0.25);
}

.focus\:border-y-violet-200\/30:focus {
  border-top-color: rgb(221 214 254 / 0.3);
  border-bottom-color: rgb(221 214 254 / 0.3);
}

.focus\:border-y-violet-200\/40:focus {
  border-top-color: rgb(221 214 254 / 0.4);
  border-bottom-color: rgb(221 214 254 / 0.4);
}

.focus\:border-y-violet-200\/5:focus {
  border-top-color: rgb(221 214 254 / 0.05);
  border-bottom-color: rgb(221 214 254 / 0.05);
}

.focus\:border-y-violet-200\/50:focus {
  border-top-color: rgb(221 214 254 / 0.5);
  border-bottom-color: rgb(221 214 254 / 0.5);
}

.focus\:border-y-violet-200\/60:focus {
  border-top-color: rgb(221 214 254 / 0.6);
  border-bottom-color: rgb(221 214 254 / 0.6);
}

.focus\:border-y-violet-200\/70:focus {
  border-top-color: rgb(221 214 254 / 0.7);
  border-bottom-color: rgb(221 214 254 / 0.7);
}

.focus\:border-y-violet-200\/75:focus {
  border-top-color: rgb(221 214 254 / 0.75);
  border-bottom-color: rgb(221 214 254 / 0.75);
}

.focus\:border-y-violet-200\/80:focus {
  border-top-color: rgb(221 214 254 / 0.8);
  border-bottom-color: rgb(221 214 254 / 0.8);
}

.focus\:border-y-violet-200\/90:focus {
  border-top-color: rgb(221 214 254 / 0.9);
  border-bottom-color: rgb(221 214 254 / 0.9);
}

.focus\:border-y-violet-200\/95:focus {
  border-top-color: rgb(221 214 254 / 0.95);
  border-bottom-color: rgb(221 214 254 / 0.95);
}

.focus\:border-y-violet-300:focus {
  --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));
}

.focus\:border-y-violet-300\/0:focus {
  border-top-color: rgb(196 181 253 / 0);
  border-bottom-color: rgb(196 181 253 / 0);
}

.focus\:border-y-violet-300\/10:focus {
  border-top-color: rgb(196 181 253 / 0.1);
  border-bottom-color: rgb(196 181 253 / 0.1);
}

.focus\:border-y-violet-300\/100:focus {
  border-top-color: rgb(196 181 253 / 1);
  border-bottom-color: rgb(196 181 253 / 1);
}

.focus\:border-y-violet-300\/20:focus {
  border-top-color: rgb(196 181 253 / 0.2);
  border-bottom-color: rgb(196 181 253 / 0.2);
}

.focus\:border-y-violet-300\/25:focus {
  border-top-color: rgb(196 181 253 / 0.25);
  border-bottom-color: rgb(196 181 253 / 0.25);
}

.focus\:border-y-violet-300\/30:focus {
  border-top-color: rgb(196 181 253 / 0.3);
  border-bottom-color: rgb(196 181 253 / 0.3);
}

.focus\:border-y-violet-300\/40:focus {
  border-top-color: rgb(196 181 253 / 0.4);
  border-bottom-color: rgb(196 181 253 / 0.4);
}

.focus\:border-y-violet-300\/5:focus {
  border-top-color: rgb(196 181 253 / 0.05);
  border-bottom-color: rgb(196 181 253 / 0.05);
}

.focus\:border-y-violet-300\/50:focus {
  border-top-color: rgb(196 181 253 / 0.5);
  border-bottom-color: rgb(196 181 253 / 0.5);
}

.focus\:border-y-violet-300\/60:focus {
  border-top-color: rgb(196 181 253 / 0.6);
  border-bottom-color: rgb(196 181 253 / 0.6);
}

.focus\:border-y-violet-300\/70:focus {
  border-top-color: rgb(196 181 253 / 0.7);
  border-bottom-color: rgb(196 181 253 / 0.7);
}

.focus\:border-y-violet-300\/75:focus {
  border-top-color: rgb(196 181 253 / 0.75);
  border-bottom-color: rgb(196 181 253 / 0.75);
}

.focus\:border-y-violet-300\/80:focus {
  border-top-color: rgb(196 181 253 / 0.8);
  border-bottom-color: rgb(196 181 253 / 0.8);
}

.focus\:border-y-violet-300\/90:focus {
  border-top-color: rgb(196 181 253 / 0.9);
  border-bottom-color: rgb(196 181 253 / 0.9);
}

.focus\:border-y-violet-300\/95:focus {
  border-top-color: rgb(196 181 253 / 0.95);
  border-bottom-color: rgb(196 181 253 / 0.95);
}

.focus\:border-y-violet-400:focus {
  --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));
}

.focus\:border-y-violet-400\/0:focus {
  border-top-color: rgb(167 139 250 / 0);
  border-bottom-color: rgb(167 139 250 / 0);
}

.focus\:border-y-violet-400\/10:focus {
  border-top-color: rgb(167 139 250 / 0.1);
  border-bottom-color: rgb(167 139 250 / 0.1);
}

.focus\:border-y-violet-400\/100:focus {
  border-top-color: rgb(167 139 250 / 1);
  border-bottom-color: rgb(167 139 250 / 1);
}

.focus\:border-y-violet-400\/20:focus {
  border-top-color: rgb(167 139 250 / 0.2);
  border-bottom-color: rgb(167 139 250 / 0.2);
}

.focus\:border-y-violet-400\/25:focus {
  border-top-color: rgb(167 139 250 / 0.25);
  border-bottom-color: rgb(167 139 250 / 0.25);
}

.focus\:border-y-violet-400\/30:focus {
  border-top-color: rgb(167 139 250 / 0.3);
  border-bottom-color: rgb(167 139 250 / 0.3);
}

.focus\:border-y-violet-400\/40:focus {
  border-top-color: rgb(167 139 250 / 0.4);
  border-bottom-color: rgb(167 139 250 / 0.4);
}

.focus\:border-y-violet-400\/5:focus {
  border-top-color: rgb(167 139 250 / 0.05);
  border-bottom-color: rgb(167 139 250 / 0.05);
}

.focus\:border-y-violet-400\/50:focus {
  border-top-color: rgb(167 139 250 / 0.5);
  border-bottom-color: rgb(167 139 250 / 0.5);
}

.focus\:border-y-violet-400\/60:focus {
  border-top-color: rgb(167 139 250 / 0.6);
  border-bottom-color: rgb(167 139 250 / 0.6);
}

.focus\:border-y-violet-400\/70:focus {
  border-top-color: rgb(167 139 250 / 0.7);
  border-bottom-color: rgb(167 139 250 / 0.7);
}

.focus\:border-y-violet-400\/75:focus {
  border-top-color: rgb(167 139 250 / 0.75);
  border-bottom-color: rgb(167 139 250 / 0.75);
}

.focus\:border-y-violet-400\/80:focus {
  border-top-color: rgb(167 139 250 / 0.8);
  border-bottom-color: rgb(167 139 250 / 0.8);
}

.focus\:border-y-violet-400\/90:focus {
  border-top-color: rgb(167 139 250 / 0.9);
  border-bottom-color: rgb(167 139 250 / 0.9);
}

.focus\:border-y-violet-400\/95:focus {
  border-top-color: rgb(167 139 250 / 0.95);
  border-bottom-color: rgb(167 139 250 / 0.95);
}

.focus\:border-y-violet-50:focus {
  --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));
}

.focus\:border-y-violet-50\/0:focus {
  border-top-color: rgb(245 243 255 / 0);
  border-bottom-color: rgb(245 243 255 / 0);
}

.focus\:border-y-violet-50\/10:focus {
  border-top-color: rgb(245 243 255 / 0.1);
  border-bottom-color: rgb(245 243 255 / 0.1);
}

.focus\:border-y-violet-50\/100:focus {
  border-top-color: rgb(245 243 255 / 1);
  border-bottom-color: rgb(245 243 255 / 1);
}

.focus\:border-y-violet-50\/20:focus {
  border-top-color: rgb(245 243 255 / 0.2);
  border-bottom-color: rgb(245 243 255 / 0.2);
}

.focus\:border-y-violet-50\/25:focus {
  border-top-color: rgb(245 243 255 / 0.25);
  border-bottom-color: rgb(245 243 255 / 0.25);
}

.focus\:border-y-violet-50\/30:focus {
  border-top-color: rgb(245 243 255 / 0.3);
  border-bottom-color: rgb(245 243 255 / 0.3);
}

.focus\:border-y-violet-50\/40:focus {
  border-top-color: rgb(245 243 255 / 0.4);
  border-bottom-color: rgb(245 243 255 / 0.4);
}

.focus\:border-y-violet-50\/5:focus {
  border-top-color: rgb(245 243 255 / 0.05);
  border-bottom-color: rgb(245 243 255 / 0.05);
}

.focus\:border-y-violet-50\/50:focus {
  border-top-color: rgb(245 243 255 / 0.5);
  border-bottom-color: rgb(245 243 255 / 0.5);
}

.focus\:border-y-violet-50\/60:focus {
  border-top-color: rgb(245 243 255 / 0.6);
  border-bottom-color: rgb(245 243 255 / 0.6);
}

.focus\:border-y-violet-50\/70:focus {
  border-top-color: rgb(245 243 255 / 0.7);
  border-bottom-color: rgb(245 243 255 / 0.7);
}

.focus\:border-y-violet-50\/75:focus {
  border-top-color: rgb(245 243 255 / 0.75);
  border-bottom-color: rgb(245 243 255 / 0.75);
}

.focus\:border-y-violet-50\/80:focus {
  border-top-color: rgb(245 243 255 / 0.8);
  border-bottom-color: rgb(245 243 255 / 0.8);
}

.focus\:border-y-violet-50\/90:focus {
  border-top-color: rgb(245 243 255 / 0.9);
  border-bottom-color: rgb(245 243 255 / 0.9);
}

.focus\:border-y-violet-50\/95:focus {
  border-top-color: rgb(245 243 255 / 0.95);
  border-bottom-color: rgb(245 243 255 / 0.95);
}

.focus\:border-y-violet-500:focus {
  --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));
}

.focus\:border-y-violet-500\/0:focus {
  border-top-color: rgb(139 92 246 / 0);
  border-bottom-color: rgb(139 92 246 / 0);
}

.focus\:border-y-violet-500\/10:focus {
  border-top-color: rgb(139 92 246 / 0.1);
  border-bottom-color: rgb(139 92 246 / 0.1);
}

.focus\:border-y-violet-500\/100:focus {
  border-top-color: rgb(139 92 246 / 1);
  border-bottom-color: rgb(139 92 246 / 1);
}

.focus\:border-y-violet-500\/20:focus {
  border-top-color: rgb(139 92 246 / 0.2);
  border-bottom-color: rgb(139 92 246 / 0.2);
}

.focus\:border-y-violet-500\/25:focus {
  border-top-color: rgb(139 92 246 / 0.25);
  border-bottom-color: rgb(139 92 246 / 0.25);
}

.focus\:border-y-violet-500\/30:focus {
  border-top-color: rgb(139 92 246 / 0.3);
  border-bottom-color: rgb(139 92 246 / 0.3);
}

.focus\:border-y-violet-500\/40:focus {
  border-top-color: rgb(139 92 246 / 0.4);
  border-bottom-color: rgb(139 92 246 / 0.4);
}

.focus\:border-y-violet-500\/5:focus {
  border-top-color: rgb(139 92 246 / 0.05);
  border-bottom-color: rgb(139 92 246 / 0.05);
}

.focus\:border-y-violet-500\/50:focus {
  border-top-color: rgb(139 92 246 / 0.5);
  border-bottom-color: rgb(139 92 246 / 0.5);
}

.focus\:border-y-violet-500\/60:focus {
  border-top-color: rgb(139 92 246 / 0.6);
  border-bottom-color: rgb(139 92 246 / 0.6);
}

.focus\:border-y-violet-500\/70:focus {
  border-top-color: rgb(139 92 246 / 0.7);
  border-bottom-color: rgb(139 92 246 / 0.7);
}

.focus\:border-y-violet-500\/75:focus {
  border-top-color: rgb(139 92 246 / 0.75);
  border-bottom-color: rgb(139 92 246 / 0.75);
}

.focus\:border-y-violet-500\/80:focus {
  border-top-color: rgb(139 92 246 / 0.8);
  border-bottom-color: rgb(139 92 246 / 0.8);
}

.focus\:border-y-violet-500\/90:focus {
  border-top-color: rgb(139 92 246 / 0.9);
  border-bottom-color: rgb(139 92 246 / 0.9);
}

.focus\:border-y-violet-500\/95:focus {
  border-top-color: rgb(139 92 246 / 0.95);
  border-bottom-color: rgb(139 92 246 / 0.95);
}

.focus\:border-y-violet-600:focus {
  --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));
}

.focus\:border-y-violet-600\/0:focus {
  border-top-color: rgb(124 58 237 / 0);
  border-bottom-color: rgb(124 58 237 / 0);
}

.focus\:border-y-violet-600\/10:focus {
  border-top-color: rgb(124 58 237 / 0.1);
  border-bottom-color: rgb(124 58 237 / 0.1);
}

.focus\:border-y-violet-600\/100:focus {
  border-top-color: rgb(124 58 237 / 1);
  border-bottom-color: rgb(124 58 237 / 1);
}

.focus\:border-y-violet-600\/20:focus {
  border-top-color: rgb(124 58 237 / 0.2);
  border-bottom-color: rgb(124 58 237 / 0.2);
}

.focus\:border-y-violet-600\/25:focus {
  border-top-color: rgb(124 58 237 / 0.25);
  border-bottom-color: rgb(124 58 237 / 0.25);
}

.focus\:border-y-violet-600\/30:focus {
  border-top-color: rgb(124 58 237 / 0.3);
  border-bottom-color: rgb(124 58 237 / 0.3);
}

.focus\:border-y-violet-600\/40:focus {
  border-top-color: rgb(124 58 237 / 0.4);
  border-bottom-color: rgb(124 58 237 / 0.4);
}

.focus\:border-y-violet-600\/5:focus {
  border-top-color: rgb(124 58 237 / 0.05);
  border-bottom-color: rgb(124 58 237 / 0.05);
}

.focus\:border-y-violet-600\/50:focus {
  border-top-color: rgb(124 58 237 / 0.5);
  border-bottom-color: rgb(124 58 237 / 0.5);
}

.focus\:border-y-violet-600\/60:focus {
  border-top-color: rgb(124 58 237 / 0.6);
  border-bottom-color: rgb(124 58 237 / 0.6);
}

.focus\:border-y-violet-600\/70:focus {
  border-top-color: rgb(124 58 237 / 0.7);
  border-bottom-color: rgb(124 58 237 / 0.7);
}

.focus\:border-y-violet-600\/75:focus {
  border-top-color: rgb(124 58 237 / 0.75);
  border-bottom-color: rgb(124 58 237 / 0.75);
}

.focus\:border-y-violet-600\/80:focus {
  border-top-color: rgb(124 58 237 / 0.8);
  border-bottom-color: rgb(124 58 237 / 0.8);
}

.focus\:border-y-violet-600\/90:focus {
  border-top-color: rgb(124 58 237 / 0.9);
  border-bottom-color: rgb(124 58 237 / 0.9);
}

.focus\:border-y-violet-600\/95:focus {
  border-top-color: rgb(124 58 237 / 0.95);
  border-bottom-color: rgb(124 58 237 / 0.95);
}

.focus\:border-y-violet-700:focus {
  --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));
}

.focus\:border-y-violet-700\/0:focus {
  border-top-color: rgb(109 40 217 / 0);
  border-bottom-color: rgb(109 40 217 / 0);
}

.focus\:border-y-violet-700\/10:focus {
  border-top-color: rgb(109 40 217 / 0.1);
  border-bottom-color: rgb(109 40 217 / 0.1);
}

.focus\:border-y-violet-700\/100:focus {
  border-top-color: rgb(109 40 217 / 1);
  border-bottom-color: rgb(109 40 217 / 1);
}

.focus\:border-y-violet-700\/20:focus {
  border-top-color: rgb(109 40 217 / 0.2);
  border-bottom-color: rgb(109 40 217 / 0.2);
}

.focus\:border-y-violet-700\/25:focus {
  border-top-color: rgb(109 40 217 / 0.25);
  border-bottom-color: rgb(109 40 217 / 0.25);
}

.focus\:border-y-violet-700\/30:focus {
  border-top-color: rgb(109 40 217 / 0.3);
  border-bottom-color: rgb(109 40 217 / 0.3);
}

.focus\:border-y-violet-700\/40:focus {
  border-top-color: rgb(109 40 217 / 0.4);
  border-bottom-color: rgb(109 40 217 / 0.4);
}

.focus\:border-y-violet-700\/5:focus {
  border-top-color: rgb(109 40 217 / 0.05);
  border-bottom-color: rgb(109 40 217 / 0.05);
}

.focus\:border-y-violet-700\/50:focus {
  border-top-color: rgb(109 40 217 / 0.5);
  border-bottom-color: rgb(109 40 217 / 0.5);
}

.focus\:border-y-violet-700\/60:focus {
  border-top-color: rgb(109 40 217 / 0.6);
  border-bottom-color: rgb(109 40 217 / 0.6);
}

.focus\:border-y-violet-700\/70:focus {
  border-top-color: rgb(109 40 217 / 0.7);
  border-bottom-color: rgb(109 40 217 / 0.7);
}

.focus\:border-y-violet-700\/75:focus {
  border-top-color: rgb(109 40 217 / 0.75);
  border-bottom-color: rgb(109 40 217 / 0.75);
}

.focus\:border-y-violet-700\/80:focus {
  border-top-color: rgb(109 40 217 / 0.8);
  border-bottom-color: rgb(109 40 217 / 0.8);
}

.focus\:border-y-violet-700\/90:focus {
  border-top-color: rgb(109 40 217 / 0.9);
  border-bottom-color: rgb(109 40 217 / 0.9);
}

.focus\:border-y-violet-700\/95:focus {
  border-top-color: rgb(109 40 217 / 0.95);
  border-bottom-color: rgb(109 40 217 / 0.95);
}

.focus\:border-y-violet-800:focus {
  --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));
}

.focus\:border-y-violet-800\/0:focus {
  border-top-color: rgb(91 33 182 / 0);
  border-bottom-color: rgb(91 33 182 / 0);
}

.focus\:border-y-violet-800\/10:focus {
  border-top-color: rgb(91 33 182 / 0.1);
  border-bottom-color: rgb(91 33 182 / 0.1);
}

.focus\:border-y-violet-800\/100:focus {
  border-top-color: rgb(91 33 182 / 1);
  border-bottom-color: rgb(91 33 182 / 1);
}

.focus\:border-y-violet-800\/20:focus {
  border-top-color: rgb(91 33 182 / 0.2);
  border-bottom-color: rgb(91 33 182 / 0.2);
}

.focus\:border-y-violet-800\/25:focus {
  border-top-color: rgb(91 33 182 / 0.25);
  border-bottom-color: rgb(91 33 182 / 0.25);
}

.focus\:border-y-violet-800\/30:focus {
  border-top-color: rgb(91 33 182 / 0.3);
  border-bottom-color: rgb(91 33 182 / 0.3);
}

.focus\:border-y-violet-800\/40:focus {
  border-top-color: rgb(91 33 182 / 0.4);
  border-bottom-color: rgb(91 33 182 / 0.4);
}

.focus\:border-y-violet-800\/5:focus {
  border-top-color: rgb(91 33 182 / 0.05);
  border-bottom-color: rgb(91 33 182 / 0.05);
}

.focus\:border-y-violet-800\/50:focus {
  border-top-color: rgb(91 33 182 / 0.5);
  border-bottom-color: rgb(91 33 182 / 0.5);
}

.focus\:border-y-violet-800\/60:focus {
  border-top-color: rgb(91 33 182 / 0.6);
  border-bottom-color: rgb(91 33 182 / 0.6);
}

.focus\:border-y-violet-800\/70:focus {
  border-top-color: rgb(91 33 182 / 0.7);
  border-bottom-color: rgb(91 33 182 / 0.7);
}

.focus\:border-y-violet-800\/75:focus {
  border-top-color: rgb(91 33 182 / 0.75);
  border-bottom-color: rgb(91 33 182 / 0.75);
}

.focus\:border-y-violet-800\/80:focus {
  border-top-color: rgb(91 33 182 / 0.8);
  border-bottom-color: rgb(91 33 182 / 0.8);
}

.focus\:border-y-violet-800\/90:focus {
  border-top-color: rgb(91 33 182 / 0.9);
  border-bottom-color: rgb(91 33 182 / 0.9);
}

.focus\:border-y-violet-800\/95:focus {
  border-top-color: rgb(91 33 182 / 0.95);
  border-bottom-color: rgb(91 33 182 / 0.95);
}

.focus\:border-y-violet-900:focus {
  --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));
}

.focus\:border-y-violet-900\/0:focus {
  border-top-color: rgb(76 29 149 / 0);
  border-bottom-color: rgb(76 29 149 / 0);
}

.focus\:border-y-violet-900\/10:focus {
  border-top-color: rgb(76 29 149 / 0.1);
  border-bottom-color: rgb(76 29 149 / 0.1);
}

.focus\:border-y-violet-900\/100:focus {
  border-top-color: rgb(76 29 149 / 1);
  border-bottom-color: rgb(76 29 149 / 1);
}

.focus\:border-y-violet-900\/20:focus {
  border-top-color: rgb(76 29 149 / 0.2);
  border-bottom-color: rgb(76 29 149 / 0.2);
}

.focus\:border-y-violet-900\/25:focus {
  border-top-color: rgb(76 29 149 / 0.25);
  border-bottom-color: rgb(76 29 149 / 0.25);
}

.focus\:border-y-violet-900\/30:focus {
  border-top-color: rgb(76 29 149 / 0.3);
  border-bottom-color: rgb(76 29 149 / 0.3);
}

.focus\:border-y-violet-900\/40:focus {
  border-top-color: rgb(76 29 149 / 0.4);
  border-bottom-color: rgb(76 29 149 / 0.4);
}

.focus\:border-y-violet-900\/5:focus {
  border-top-color: rgb(76 29 149 / 0.05);
  border-bottom-color: rgb(76 29 149 / 0.05);
}

.focus\:border-y-violet-900\/50:focus {
  border-top-color: rgb(76 29 149 / 0.5);
  border-bottom-color: rgb(76 29 149 / 0.5);
}

.focus\:border-y-violet-900\/60:focus {
  border-top-color: rgb(76 29 149 / 0.6);
  border-bottom-color: rgb(76 29 149 / 0.6);
}

.focus\:border-y-violet-900\/70:focus {
  border-top-color: rgb(76 29 149 / 0.7);
  border-bottom-color: rgb(76 29 149 / 0.7);
}

.focus\:border-y-violet-900\/75:focus {
  border-top-color: rgb(76 29 149 / 0.75);
  border-bottom-color: rgb(76 29 149 / 0.75);
}

.focus\:border-y-violet-900\/80:focus {
  border-top-color: rgb(76 29 149 / 0.8);
  border-bottom-color: rgb(76 29 149 / 0.8);
}

.focus\:border-y-violet-900\/90:focus {
  border-top-color: rgb(76 29 149 / 0.9);
  border-bottom-color: rgb(76 29 149 / 0.9);
}

.focus\:border-y-violet-900\/95:focus {
  border-top-color: rgb(76 29 149 / 0.95);
  border-bottom-color: rgb(76 29 149 / 0.95);
}

.focus\:border-y-violet-950:focus {
  --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));
}

.focus\:border-y-violet-950\/0:focus {
  border-top-color: rgb(46 16 101 / 0);
  border-bottom-color: rgb(46 16 101 / 0);
}

.focus\:border-y-violet-950\/10:focus {
  border-top-color: rgb(46 16 101 / 0.1);
  border-bottom-color: rgb(46 16 101 / 0.1);
}

.focus\:border-y-violet-950\/100:focus {
  border-top-color: rgb(46 16 101 / 1);
  border-bottom-color: rgb(46 16 101 / 1);
}

.focus\:border-y-violet-950\/20:focus {
  border-top-color: rgb(46 16 101 / 0.2);
  border-bottom-color: rgb(46 16 101 / 0.2);
}

.focus\:border-y-violet-950\/25:focus {
  border-top-color: rgb(46 16 101 / 0.25);
  border-bottom-color: rgb(46 16 101 / 0.25);
}

.focus\:border-y-violet-950\/30:focus {
  border-top-color: rgb(46 16 101 / 0.3);
  border-bottom-color: rgb(46 16 101 / 0.3);
}

.focus\:border-y-violet-950\/40:focus {
  border-top-color: rgb(46 16 101 / 0.4);
  border-bottom-color: rgb(46 16 101 / 0.4);
}

.focus\:border-y-violet-950\/5:focus {
  border-top-color: rgb(46 16 101 / 0.05);
  border-bottom-color: rgb(46 16 101 / 0.05);
}

.focus\:border-y-violet-950\/50:focus {
  border-top-color: rgb(46 16 101 / 0.5);
  border-bottom-color: rgb(46 16 101 / 0.5);
}

.focus\:border-y-violet-950\/60:focus {
  border-top-color: rgb(46 16 101 / 0.6);
  border-bottom-color: rgb(46 16 101 / 0.6);
}

.focus\:border-y-violet-950\/70:focus {
  border-top-color: rgb(46 16 101 / 0.7);
  border-bottom-color: rgb(46 16 101 / 0.7);
}

.focus\:border-y-violet-950\/75:focus {
  border-top-color: rgb(46 16 101 / 0.75);
  border-bottom-color: rgb(46 16 101 / 0.75);
}

.focus\:border-y-violet-950\/80:focus {
  border-top-color: rgb(46 16 101 / 0.8);
  border-bottom-color: rgb(46 16 101 / 0.8);
}

.focus\:border-y-violet-950\/90:focus {
  border-top-color: rgb(46 16 101 / 0.9);
  border-bottom-color: rgb(46 16 101 / 0.9);
}

.focus\:border-y-violet-950\/95:focus {
  border-top-color: rgb(46 16 101 / 0.95);
  border-bottom-color: rgb(46 16 101 / 0.95);
}

.focus\:border-y-white:focus {
  --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));
}

.focus\:border-y-white\/0:focus {
  border-top-color: rgb(255 255 255 / 0);
  border-bottom-color: rgb(255 255 255 / 0);
}

.focus\:border-y-white\/10:focus {
  border-top-color: rgb(255 255 255 / 0.1);
  border-bottom-color: rgb(255 255 255 / 0.1);
}

.focus\:border-y-white\/100:focus {
  border-top-color: rgb(255 255 255 / 1);
  border-bottom-color: rgb(255 255 255 / 1);
}

.focus\:border-y-white\/20:focus {
  border-top-color: rgb(255 255 255 / 0.2);
  border-bottom-color: rgb(255 255 255 / 0.2);
}

.focus\:border-y-white\/25:focus {
  border-top-color: rgb(255 255 255 / 0.25);
  border-bottom-color: rgb(255 255 255 / 0.25);
}

.focus\:border-y-white\/30:focus {
  border-top-color: rgb(255 255 255 / 0.3);
  border-bottom-color: rgb(255 255 255 / 0.3);
}

.focus\:border-y-white\/40:focus {
  border-top-color: rgb(255 255 255 / 0.4);
  border-bottom-color: rgb(255 255 255 / 0.4);
}

.focus\:border-y-white\/5:focus {
  border-top-color: rgb(255 255 255 / 0.05);
  border-bottom-color: rgb(255 255 255 / 0.05);
}

.focus\:border-y-white\/50:focus {
  border-top-color: rgb(255 255 255 / 0.5);
  border-bottom-color: rgb(255 255 255 / 0.5);
}

.focus\:border-y-white\/60:focus {
  border-top-color: rgb(255 255 255 / 0.6);
  border-bottom-color: rgb(255 255 255 / 0.6);
}

.focus\:border-y-white\/70:focus {
  border-top-color: rgb(255 255 255 / 0.7);
  border-bottom-color: rgb(255 255 255 / 0.7);
}

.focus\:border-y-white\/75:focus {
  border-top-color: rgb(255 255 255 / 0.75);
  border-bottom-color: rgb(255 255 255 / 0.75);
}

.focus\:border-y-white\/80:focus {
  border-top-color: rgb(255 255 255 / 0.8);
  border-bottom-color: rgb(255 255 255 / 0.8);
}

.focus\:border-y-white\/90:focus {
  border-top-color: rgb(255 255 255 / 0.9);
  border-bottom-color: rgb(255 255 255 / 0.9);
}

.focus\:border-y-white\/95:focus {
  border-top-color: rgb(255 255 255 / 0.95);
  border-bottom-color: rgb(255 255 255 / 0.95);
}

.focus\:border-y-work-identity-300:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(166 235 194 / var(--tw-border-opacity));
  border-bottom-color: rgb(166 235 194 / var(--tw-border-opacity));
}

.focus\:border-y-work-identity-300\/0:focus {
  border-top-color: rgb(166 235 194 / 0);
  border-bottom-color: rgb(166 235 194 / 0);
}

.focus\:border-y-work-identity-300\/10:focus {
  border-top-color: rgb(166 235 194 / 0.1);
  border-bottom-color: rgb(166 235 194 / 0.1);
}

.focus\:border-y-work-identity-300\/100:focus {
  border-top-color: rgb(166 235 194 / 1);
  border-bottom-color: rgb(166 235 194 / 1);
}

.focus\:border-y-work-identity-300\/20:focus {
  border-top-color: rgb(166 235 194 / 0.2);
  border-bottom-color: rgb(166 235 194 / 0.2);
}

.focus\:border-y-work-identity-300\/25:focus {
  border-top-color: rgb(166 235 194 / 0.25);
  border-bottom-color: rgb(166 235 194 / 0.25);
}

.focus\:border-y-work-identity-300\/30:focus {
  border-top-color: rgb(166 235 194 / 0.3);
  border-bottom-color: rgb(166 235 194 / 0.3);
}

.focus\:border-y-work-identity-300\/40:focus {
  border-top-color: rgb(166 235 194 / 0.4);
  border-bottom-color: rgb(166 235 194 / 0.4);
}

.focus\:border-y-work-identity-300\/5:focus {
  border-top-color: rgb(166 235 194 / 0.05);
  border-bottom-color: rgb(166 235 194 / 0.05);
}

.focus\:border-y-work-identity-300\/50:focus {
  border-top-color: rgb(166 235 194 / 0.5);
  border-bottom-color: rgb(166 235 194 / 0.5);
}

.focus\:border-y-work-identity-300\/60:focus {
  border-top-color: rgb(166 235 194 / 0.6);
  border-bottom-color: rgb(166 235 194 / 0.6);
}

.focus\:border-y-work-identity-300\/70:focus {
  border-top-color: rgb(166 235 194 / 0.7);
  border-bottom-color: rgb(166 235 194 / 0.7);
}

.focus\:border-y-work-identity-300\/75:focus {
  border-top-color: rgb(166 235 194 / 0.75);
  border-bottom-color: rgb(166 235 194 / 0.75);
}

.focus\:border-y-work-identity-300\/80:focus {
  border-top-color: rgb(166 235 194 / 0.8);
  border-bottom-color: rgb(166 235 194 / 0.8);
}

.focus\:border-y-work-identity-300\/90:focus {
  border-top-color: rgb(166 235 194 / 0.9);
  border-bottom-color: rgb(166 235 194 / 0.9);
}

.focus\:border-y-work-identity-300\/95:focus {
  border-top-color: rgb(166 235 194 / 0.95);
  border-bottom-color: rgb(166 235 194 / 0.95);
}

.focus\:border-y-work-identity-400:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(83 221 139 / var(--tw-border-opacity));
  border-bottom-color: rgb(83 221 139 / var(--tw-border-opacity));
}

.focus\:border-y-work-identity-400\/0:focus {
  border-top-color: rgb(83 221 139 / 0);
  border-bottom-color: rgb(83 221 139 / 0);
}

.focus\:border-y-work-identity-400\/10:focus {
  border-top-color: rgb(83 221 139 / 0.1);
  border-bottom-color: rgb(83 221 139 / 0.1);
}

.focus\:border-y-work-identity-400\/100:focus {
  border-top-color: rgb(83 221 139 / 1);
  border-bottom-color: rgb(83 221 139 / 1);
}

.focus\:border-y-work-identity-400\/20:focus {
  border-top-color: rgb(83 221 139 / 0.2);
  border-bottom-color: rgb(83 221 139 / 0.2);
}

.focus\:border-y-work-identity-400\/25:focus {
  border-top-color: rgb(83 221 139 / 0.25);
  border-bottom-color: rgb(83 221 139 / 0.25);
}

.focus\:border-y-work-identity-400\/30:focus {
  border-top-color: rgb(83 221 139 / 0.3);
  border-bottom-color: rgb(83 221 139 / 0.3);
}

.focus\:border-y-work-identity-400\/40:focus {
  border-top-color: rgb(83 221 139 / 0.4);
  border-bottom-color: rgb(83 221 139 / 0.4);
}

.focus\:border-y-work-identity-400\/5:focus {
  border-top-color: rgb(83 221 139 / 0.05);
  border-bottom-color: rgb(83 221 139 / 0.05);
}

.focus\:border-y-work-identity-400\/50:focus {
  border-top-color: rgb(83 221 139 / 0.5);
  border-bottom-color: rgb(83 221 139 / 0.5);
}

.focus\:border-y-work-identity-400\/60:focus {
  border-top-color: rgb(83 221 139 / 0.6);
  border-bottom-color: rgb(83 221 139 / 0.6);
}

.focus\:border-y-work-identity-400\/70:focus {
  border-top-color: rgb(83 221 139 / 0.7);
  border-bottom-color: rgb(83 221 139 / 0.7);
}

.focus\:border-y-work-identity-400\/75:focus {
  border-top-color: rgb(83 221 139 / 0.75);
  border-bottom-color: rgb(83 221 139 / 0.75);
}

.focus\:border-y-work-identity-400\/80:focus {
  border-top-color: rgb(83 221 139 / 0.8);
  border-bottom-color: rgb(83 221 139 / 0.8);
}

.focus\:border-y-work-identity-400\/90:focus {
  border-top-color: rgb(83 221 139 / 0.9);
  border-bottom-color: rgb(83 221 139 / 0.9);
}

.focus\:border-y-work-identity-400\/95:focus {
  border-top-color: rgb(83 221 139 / 0.95);
  border-bottom-color: rgb(83 221 139 / 0.95);
}

.focus\:border-y-work-identity-500:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 208 84 / var(--tw-border-opacity));
  border-bottom-color: rgb(0 208 84 / var(--tw-border-opacity));
}

.focus\:border-y-work-identity-500\/0:focus {
  border-top-color: rgb(0 208 84 / 0);
  border-bottom-color: rgb(0 208 84 / 0);
}

.focus\:border-y-work-identity-500\/10:focus {
  border-top-color: rgb(0 208 84 / 0.1);
  border-bottom-color: rgb(0 208 84 / 0.1);
}

.focus\:border-y-work-identity-500\/100:focus {
  border-top-color: rgb(0 208 84 / 1);
  border-bottom-color: rgb(0 208 84 / 1);
}

.focus\:border-y-work-identity-500\/20:focus {
  border-top-color: rgb(0 208 84 / 0.2);
  border-bottom-color: rgb(0 208 84 / 0.2);
}

.focus\:border-y-work-identity-500\/25:focus {
  border-top-color: rgb(0 208 84 / 0.25);
  border-bottom-color: rgb(0 208 84 / 0.25);
}

.focus\:border-y-work-identity-500\/30:focus {
  border-top-color: rgb(0 208 84 / 0.3);
  border-bottom-color: rgb(0 208 84 / 0.3);
}

.focus\:border-y-work-identity-500\/40:focus {
  border-top-color: rgb(0 208 84 / 0.4);
  border-bottom-color: rgb(0 208 84 / 0.4);
}

.focus\:border-y-work-identity-500\/5:focus {
  border-top-color: rgb(0 208 84 / 0.05);
  border-bottom-color: rgb(0 208 84 / 0.05);
}

.focus\:border-y-work-identity-500\/50:focus {
  border-top-color: rgb(0 208 84 / 0.5);
  border-bottom-color: rgb(0 208 84 / 0.5);
}

.focus\:border-y-work-identity-500\/60:focus {
  border-top-color: rgb(0 208 84 / 0.6);
  border-bottom-color: rgb(0 208 84 / 0.6);
}

.focus\:border-y-work-identity-500\/70:focus {
  border-top-color: rgb(0 208 84 / 0.7);
  border-bottom-color: rgb(0 208 84 / 0.7);
}

.focus\:border-y-work-identity-500\/75:focus {
  border-top-color: rgb(0 208 84 / 0.75);
  border-bottom-color: rgb(0 208 84 / 0.75);
}

.focus\:border-y-work-identity-500\/80:focus {
  border-top-color: rgb(0 208 84 / 0.8);
  border-bottom-color: rgb(0 208 84 / 0.8);
}

.focus\:border-y-work-identity-500\/90:focus {
  border-top-color: rgb(0 208 84 / 0.9);
  border-bottom-color: rgb(0 208 84 / 0.9);
}

.focus\:border-y-work-identity-500\/95:focus {
  border-top-color: rgb(0 208 84 / 0.95);
  border-bottom-color: rgb(0 208 84 / 0.95);
}

.focus\:border-y-work-identity-900:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 249 249 / var(--tw-border-opacity));
  border-bottom-color: rgb(249 249 249 / var(--tw-border-opacity));
}

.focus\:border-y-work-identity-900\/0:focus {
  border-top-color: rgb(249 249 249 / 0);
  border-bottom-color: rgb(249 249 249 / 0);
}

.focus\:border-y-work-identity-900\/10:focus {
  border-top-color: rgb(249 249 249 / 0.1);
  border-bottom-color: rgb(249 249 249 / 0.1);
}

.focus\:border-y-work-identity-900\/100:focus {
  border-top-color: rgb(249 249 249 / 1);
  border-bottom-color: rgb(249 249 249 / 1);
}

.focus\:border-y-work-identity-900\/20:focus {
  border-top-color: rgb(249 249 249 / 0.2);
  border-bottom-color: rgb(249 249 249 / 0.2);
}

.focus\:border-y-work-identity-900\/25:focus {
  border-top-color: rgb(249 249 249 / 0.25);
  border-bottom-color: rgb(249 249 249 / 0.25);
}

.focus\:border-y-work-identity-900\/30:focus {
  border-top-color: rgb(249 249 249 / 0.3);
  border-bottom-color: rgb(249 249 249 / 0.3);
}

.focus\:border-y-work-identity-900\/40:focus {
  border-top-color: rgb(249 249 249 / 0.4);
  border-bottom-color: rgb(249 249 249 / 0.4);
}

.focus\:border-y-work-identity-900\/5:focus {
  border-top-color: rgb(249 249 249 / 0.05);
  border-bottom-color: rgb(249 249 249 / 0.05);
}

.focus\:border-y-work-identity-900\/50:focus {
  border-top-color: rgb(249 249 249 / 0.5);
  border-bottom-color: rgb(249 249 249 / 0.5);
}

.focus\:border-y-work-identity-900\/60:focus {
  border-top-color: rgb(249 249 249 / 0.6);
  border-bottom-color: rgb(249 249 249 / 0.6);
}

.focus\:border-y-work-identity-900\/70:focus {
  border-top-color: rgb(249 249 249 / 0.7);
  border-bottom-color: rgb(249 249 249 / 0.7);
}

.focus\:border-y-work-identity-900\/75:focus {
  border-top-color: rgb(249 249 249 / 0.75);
  border-bottom-color: rgb(249 249 249 / 0.75);
}

.focus\:border-y-work-identity-900\/80:focus {
  border-top-color: rgb(249 249 249 / 0.8);
  border-bottom-color: rgb(249 249 249 / 0.8);
}

.focus\:border-y-work-identity-900\/90:focus {
  border-top-color: rgb(249 249 249 / 0.9);
  border-bottom-color: rgb(249 249 249 / 0.9);
}

.focus\:border-y-work-identity-900\/95:focus {
  border-top-color: rgb(249 249 249 / 0.95);
  border-bottom-color: rgb(249 249 249 / 0.95);
}

.focus\:border-y-yellow-100:focus {
  --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));
}

.focus\:border-y-yellow-100\/0:focus {
  border-top-color: rgb(254 249 195 / 0);
  border-bottom-color: rgb(254 249 195 / 0);
}

.focus\:border-y-yellow-100\/10:focus {
  border-top-color: rgb(254 249 195 / 0.1);
  border-bottom-color: rgb(254 249 195 / 0.1);
}

.focus\:border-y-yellow-100\/100:focus {
  border-top-color: rgb(254 249 195 / 1);
  border-bottom-color: rgb(254 249 195 / 1);
}

.focus\:border-y-yellow-100\/20:focus {
  border-top-color: rgb(254 249 195 / 0.2);
  border-bottom-color: rgb(254 249 195 / 0.2);
}

.focus\:border-y-yellow-100\/25:focus {
  border-top-color: rgb(254 249 195 / 0.25);
  border-bottom-color: rgb(254 249 195 / 0.25);
}

.focus\:border-y-yellow-100\/30:focus {
  border-top-color: rgb(254 249 195 / 0.3);
  border-bottom-color: rgb(254 249 195 / 0.3);
}

.focus\:border-y-yellow-100\/40:focus {
  border-top-color: rgb(254 249 195 / 0.4);
  border-bottom-color: rgb(254 249 195 / 0.4);
}

.focus\:border-y-yellow-100\/5:focus {
  border-top-color: rgb(254 249 195 / 0.05);
  border-bottom-color: rgb(254 249 195 / 0.05);
}

.focus\:border-y-yellow-100\/50:focus {
  border-top-color: rgb(254 249 195 / 0.5);
  border-bottom-color: rgb(254 249 195 / 0.5);
}

.focus\:border-y-yellow-100\/60:focus {
  border-top-color: rgb(254 249 195 / 0.6);
  border-bottom-color: rgb(254 249 195 / 0.6);
}

.focus\:border-y-yellow-100\/70:focus {
  border-top-color: rgb(254 249 195 / 0.7);
  border-bottom-color: rgb(254 249 195 / 0.7);
}

.focus\:border-y-yellow-100\/75:focus {
  border-top-color: rgb(254 249 195 / 0.75);
  border-bottom-color: rgb(254 249 195 / 0.75);
}

.focus\:border-y-yellow-100\/80:focus {
  border-top-color: rgb(254 249 195 / 0.8);
  border-bottom-color: rgb(254 249 195 / 0.8);
}

.focus\:border-y-yellow-100\/90:focus {
  border-top-color: rgb(254 249 195 / 0.9);
  border-bottom-color: rgb(254 249 195 / 0.9);
}

.focus\:border-y-yellow-100\/95:focus {
  border-top-color: rgb(254 249 195 / 0.95);
  border-bottom-color: rgb(254 249 195 / 0.95);
}

.focus\:border-y-yellow-200:focus {
  --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));
}

.focus\:border-y-yellow-200\/0:focus {
  border-top-color: rgb(254 240 138 / 0);
  border-bottom-color: rgb(254 240 138 / 0);
}

.focus\:border-y-yellow-200\/10:focus {
  border-top-color: rgb(254 240 138 / 0.1);
  border-bottom-color: rgb(254 240 138 / 0.1);
}

.focus\:border-y-yellow-200\/100:focus {
  border-top-color: rgb(254 240 138 / 1);
  border-bottom-color: rgb(254 240 138 / 1);
}

.focus\:border-y-yellow-200\/20:focus {
  border-top-color: rgb(254 240 138 / 0.2);
  border-bottom-color: rgb(254 240 138 / 0.2);
}

.focus\:border-y-yellow-200\/25:focus {
  border-top-color: rgb(254 240 138 / 0.25);
  border-bottom-color: rgb(254 240 138 / 0.25);
}

.focus\:border-y-yellow-200\/30:focus {
  border-top-color: rgb(254 240 138 / 0.3);
  border-bottom-color: rgb(254 240 138 / 0.3);
}

.focus\:border-y-yellow-200\/40:focus {
  border-top-color: rgb(254 240 138 / 0.4);
  border-bottom-color: rgb(254 240 138 / 0.4);
}

.focus\:border-y-yellow-200\/5:focus {
  border-top-color: rgb(254 240 138 / 0.05);
  border-bottom-color: rgb(254 240 138 / 0.05);
}

.focus\:border-y-yellow-200\/50:focus {
  border-top-color: rgb(254 240 138 / 0.5);
  border-bottom-color: rgb(254 240 138 / 0.5);
}

.focus\:border-y-yellow-200\/60:focus {
  border-top-color: rgb(254 240 138 / 0.6);
  border-bottom-color: rgb(254 240 138 / 0.6);
}

.focus\:border-y-yellow-200\/70:focus {
  border-top-color: rgb(254 240 138 / 0.7);
  border-bottom-color: rgb(254 240 138 / 0.7);
}

.focus\:border-y-yellow-200\/75:focus {
  border-top-color: rgb(254 240 138 / 0.75);
  border-bottom-color: rgb(254 240 138 / 0.75);
}

.focus\:border-y-yellow-200\/80:focus {
  border-top-color: rgb(254 240 138 / 0.8);
  border-bottom-color: rgb(254 240 138 / 0.8);
}

.focus\:border-y-yellow-200\/90:focus {
  border-top-color: rgb(254 240 138 / 0.9);
  border-bottom-color: rgb(254 240 138 / 0.9);
}

.focus\:border-y-yellow-200\/95:focus {
  border-top-color: rgb(254 240 138 / 0.95);
  border-bottom-color: rgb(254 240 138 / 0.95);
}

.focus\:border-y-yellow-300:focus {
  --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));
}

.focus\:border-y-yellow-300\/0:focus {
  border-top-color: rgb(253 224 71 / 0);
  border-bottom-color: rgb(253 224 71 / 0);
}

.focus\:border-y-yellow-300\/10:focus {
  border-top-color: rgb(253 224 71 / 0.1);
  border-bottom-color: rgb(253 224 71 / 0.1);
}

.focus\:border-y-yellow-300\/100:focus {
  border-top-color: rgb(253 224 71 / 1);
  border-bottom-color: rgb(253 224 71 / 1);
}

.focus\:border-y-yellow-300\/20:focus {
  border-top-color: rgb(253 224 71 / 0.2);
  border-bottom-color: rgb(253 224 71 / 0.2);
}

.focus\:border-y-yellow-300\/25:focus {
  border-top-color: rgb(253 224 71 / 0.25);
  border-bottom-color: rgb(253 224 71 / 0.25);
}

.focus\:border-y-yellow-300\/30:focus {
  border-top-color: rgb(253 224 71 / 0.3);
  border-bottom-color: rgb(253 224 71 / 0.3);
}

.focus\:border-y-yellow-300\/40:focus {
  border-top-color: rgb(253 224 71 / 0.4);
  border-bottom-color: rgb(253 224 71 / 0.4);
}

.focus\:border-y-yellow-300\/5:focus {
  border-top-color: rgb(253 224 71 / 0.05);
  border-bottom-color: rgb(253 224 71 / 0.05);
}

.focus\:border-y-yellow-300\/50:focus {
  border-top-color: rgb(253 224 71 / 0.5);
  border-bottom-color: rgb(253 224 71 / 0.5);
}

.focus\:border-y-yellow-300\/60:focus {
  border-top-color: rgb(253 224 71 / 0.6);
  border-bottom-color: rgb(253 224 71 / 0.6);
}

.focus\:border-y-yellow-300\/70:focus {
  border-top-color: rgb(253 224 71 / 0.7);
  border-bottom-color: rgb(253 224 71 / 0.7);
}

.focus\:border-y-yellow-300\/75:focus {
  border-top-color: rgb(253 224 71 / 0.75);
  border-bottom-color: rgb(253 224 71 / 0.75);
}

.focus\:border-y-yellow-300\/80:focus {
  border-top-color: rgb(253 224 71 / 0.8);
  border-bottom-color: rgb(253 224 71 / 0.8);
}

.focus\:border-y-yellow-300\/90:focus {
  border-top-color: rgb(253 224 71 / 0.9);
  border-bottom-color: rgb(253 224 71 / 0.9);
}

.focus\:border-y-yellow-300\/95:focus {
  border-top-color: rgb(253 224 71 / 0.95);
  border-bottom-color: rgb(253 224 71 / 0.95);
}

.focus\:border-y-yellow-400:focus {
  --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));
}

.focus\:border-y-yellow-400\/0:focus {
  border-top-color: rgb(250 204 21 / 0);
  border-bottom-color: rgb(250 204 21 / 0);
}

.focus\:border-y-yellow-400\/10:focus {
  border-top-color: rgb(250 204 21 / 0.1);
  border-bottom-color: rgb(250 204 21 / 0.1);
}

.focus\:border-y-yellow-400\/100:focus {
  border-top-color: rgb(250 204 21 / 1);
  border-bottom-color: rgb(250 204 21 / 1);
}

.focus\:border-y-yellow-400\/20:focus {
  border-top-color: rgb(250 204 21 / 0.2);
  border-bottom-color: rgb(250 204 21 / 0.2);
}

.focus\:border-y-yellow-400\/25:focus {
  border-top-color: rgb(250 204 21 / 0.25);
  border-bottom-color: rgb(250 204 21 / 0.25);
}

.focus\:border-y-yellow-400\/30:focus {
  border-top-color: rgb(250 204 21 / 0.3);
  border-bottom-color: rgb(250 204 21 / 0.3);
}

.focus\:border-y-yellow-400\/40:focus {
  border-top-color: rgb(250 204 21 / 0.4);
  border-bottom-color: rgb(250 204 21 / 0.4);
}

.focus\:border-y-yellow-400\/5:focus {
  border-top-color: rgb(250 204 21 / 0.05);
  border-bottom-color: rgb(250 204 21 / 0.05);
}

.focus\:border-y-yellow-400\/50:focus {
  border-top-color: rgb(250 204 21 / 0.5);
  border-bottom-color: rgb(250 204 21 / 0.5);
}

.focus\:border-y-yellow-400\/60:focus {
  border-top-color: rgb(250 204 21 / 0.6);
  border-bottom-color: rgb(250 204 21 / 0.6);
}

.focus\:border-y-yellow-400\/70:focus {
  border-top-color: rgb(250 204 21 / 0.7);
  border-bottom-color: rgb(250 204 21 / 0.7);
}

.focus\:border-y-yellow-400\/75:focus {
  border-top-color: rgb(250 204 21 / 0.75);
  border-bottom-color: rgb(250 204 21 / 0.75);
}

.focus\:border-y-yellow-400\/80:focus {
  border-top-color: rgb(250 204 21 / 0.8);
  border-bottom-color: rgb(250 204 21 / 0.8);
}

.focus\:border-y-yellow-400\/90:focus {
  border-top-color: rgb(250 204 21 / 0.9);
  border-bottom-color: rgb(250 204 21 / 0.9);
}

.focus\:border-y-yellow-400\/95:focus {
  border-top-color: rgb(250 204 21 / 0.95);
  border-bottom-color: rgb(250 204 21 / 0.95);
}

.focus\:border-y-yellow-50:focus {
  --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));
}

.focus\:border-y-yellow-50\/0:focus {
  border-top-color: rgb(254 252 232 / 0);
  border-bottom-color: rgb(254 252 232 / 0);
}

.focus\:border-y-yellow-50\/10:focus {
  border-top-color: rgb(254 252 232 / 0.1);
  border-bottom-color: rgb(254 252 232 / 0.1);
}

.focus\:border-y-yellow-50\/100:focus {
  border-top-color: rgb(254 252 232 / 1);
  border-bottom-color: rgb(254 252 232 / 1);
}

.focus\:border-y-yellow-50\/20:focus {
  border-top-color: rgb(254 252 232 / 0.2);
  border-bottom-color: rgb(254 252 232 / 0.2);
}

.focus\:border-y-yellow-50\/25:focus {
  border-top-color: rgb(254 252 232 / 0.25);
  border-bottom-color: rgb(254 252 232 / 0.25);
}

.focus\:border-y-yellow-50\/30:focus {
  border-top-color: rgb(254 252 232 / 0.3);
  border-bottom-color: rgb(254 252 232 / 0.3);
}

.focus\:border-y-yellow-50\/40:focus {
  border-top-color: rgb(254 252 232 / 0.4);
  border-bottom-color: rgb(254 252 232 / 0.4);
}

.focus\:border-y-yellow-50\/5:focus {
  border-top-color: rgb(254 252 232 / 0.05);
  border-bottom-color: rgb(254 252 232 / 0.05);
}

.focus\:border-y-yellow-50\/50:focus {
  border-top-color: rgb(254 252 232 / 0.5);
  border-bottom-color: rgb(254 252 232 / 0.5);
}

.focus\:border-y-yellow-50\/60:focus {
  border-top-color: rgb(254 252 232 / 0.6);
  border-bottom-color: rgb(254 252 232 / 0.6);
}

.focus\:border-y-yellow-50\/70:focus {
  border-top-color: rgb(254 252 232 / 0.7);
  border-bottom-color: rgb(254 252 232 / 0.7);
}

.focus\:border-y-yellow-50\/75:focus {
  border-top-color: rgb(254 252 232 / 0.75);
  border-bottom-color: rgb(254 252 232 / 0.75);
}

.focus\:border-y-yellow-50\/80:focus {
  border-top-color: rgb(254 252 232 / 0.8);
  border-bottom-color: rgb(254 252 232 / 0.8);
}

.focus\:border-y-yellow-50\/90:focus {
  border-top-color: rgb(254 252 232 / 0.9);
  border-bottom-color: rgb(254 252 232 / 0.9);
}

.focus\:border-y-yellow-50\/95:focus {
  border-top-color: rgb(254 252 232 / 0.95);
  border-bottom-color: rgb(254 252 232 / 0.95);
}

.focus\:border-y-yellow-500:focus {
  --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));
}

.focus\:border-y-yellow-500\/0:focus {
  border-top-color: rgb(234 179 8 / 0);
  border-bottom-color: rgb(234 179 8 / 0);
}

.focus\:border-y-yellow-500\/10:focus {
  border-top-color: rgb(234 179 8 / 0.1);
  border-bottom-color: rgb(234 179 8 / 0.1);
}

.focus\:border-y-yellow-500\/100:focus {
  border-top-color: rgb(234 179 8 / 1);
  border-bottom-color: rgb(234 179 8 / 1);
}

.focus\:border-y-yellow-500\/20:focus {
  border-top-color: rgb(234 179 8 / 0.2);
  border-bottom-color: rgb(234 179 8 / 0.2);
}

.focus\:border-y-yellow-500\/25:focus {
  border-top-color: rgb(234 179 8 / 0.25);
  border-bottom-color: rgb(234 179 8 / 0.25);
}

.focus\:border-y-yellow-500\/30:focus {
  border-top-color: rgb(234 179 8 / 0.3);
  border-bottom-color: rgb(234 179 8 / 0.3);
}

.focus\:border-y-yellow-500\/40:focus {
  border-top-color: rgb(234 179 8 / 0.4);
  border-bottom-color: rgb(234 179 8 / 0.4);
}

.focus\:border-y-yellow-500\/5:focus {
  border-top-color: rgb(234 179 8 / 0.05);
  border-bottom-color: rgb(234 179 8 / 0.05);
}

.focus\:border-y-yellow-500\/50:focus {
  border-top-color: rgb(234 179 8 / 0.5);
  border-bottom-color: rgb(234 179 8 / 0.5);
}

.focus\:border-y-yellow-500\/60:focus {
  border-top-color: rgb(234 179 8 / 0.6);
  border-bottom-color: rgb(234 179 8 / 0.6);
}

.focus\:border-y-yellow-500\/70:focus {
  border-top-color: rgb(234 179 8 / 0.7);
  border-bottom-color: rgb(234 179 8 / 0.7);
}

.focus\:border-y-yellow-500\/75:focus {
  border-top-color: rgb(234 179 8 / 0.75);
  border-bottom-color: rgb(234 179 8 / 0.75);
}

.focus\:border-y-yellow-500\/80:focus {
  border-top-color: rgb(234 179 8 / 0.8);
  border-bottom-color: rgb(234 179 8 / 0.8);
}

.focus\:border-y-yellow-500\/90:focus {
  border-top-color: rgb(234 179 8 / 0.9);
  border-bottom-color: rgb(234 179 8 / 0.9);
}

.focus\:border-y-yellow-500\/95:focus {
  border-top-color: rgb(234 179 8 / 0.95);
  border-bottom-color: rgb(234 179 8 / 0.95);
}

.focus\:border-y-yellow-600:focus {
  --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));
}

.focus\:border-y-yellow-600\/0:focus {
  border-top-color: rgb(202 138 4 / 0);
  border-bottom-color: rgb(202 138 4 / 0);
}

.focus\:border-y-yellow-600\/10:focus {
  border-top-color: rgb(202 138 4 / 0.1);
  border-bottom-color: rgb(202 138 4 / 0.1);
}

.focus\:border-y-yellow-600\/100:focus {
  border-top-color: rgb(202 138 4 / 1);
  border-bottom-color: rgb(202 138 4 / 1);
}

.focus\:border-y-yellow-600\/20:focus {
  border-top-color: rgb(202 138 4 / 0.2);
  border-bottom-color: rgb(202 138 4 / 0.2);
}

.focus\:border-y-yellow-600\/25:focus {
  border-top-color: rgb(202 138 4 / 0.25);
  border-bottom-color: rgb(202 138 4 / 0.25);
}

.focus\:border-y-yellow-600\/30:focus {
  border-top-color: rgb(202 138 4 / 0.3);
  border-bottom-color: rgb(202 138 4 / 0.3);
}

.focus\:border-y-yellow-600\/40:focus {
  border-top-color: rgb(202 138 4 / 0.4);
  border-bottom-color: rgb(202 138 4 / 0.4);
}

.focus\:border-y-yellow-600\/5:focus {
  border-top-color: rgb(202 138 4 / 0.05);
  border-bottom-color: rgb(202 138 4 / 0.05);
}

.focus\:border-y-yellow-600\/50:focus {
  border-top-color: rgb(202 138 4 / 0.5);
  border-bottom-color: rgb(202 138 4 / 0.5);
}

.focus\:border-y-yellow-600\/60:focus {
  border-top-color: rgb(202 138 4 / 0.6);
  border-bottom-color: rgb(202 138 4 / 0.6);
}

.focus\:border-y-yellow-600\/70:focus {
  border-top-color: rgb(202 138 4 / 0.7);
  border-bottom-color: rgb(202 138 4 / 0.7);
}

.focus\:border-y-yellow-600\/75:focus {
  border-top-color: rgb(202 138 4 / 0.75);
  border-bottom-color: rgb(202 138 4 / 0.75);
}

.focus\:border-y-yellow-600\/80:focus {
  border-top-color: rgb(202 138 4 / 0.8);
  border-bottom-color: rgb(202 138 4 / 0.8);
}

.focus\:border-y-yellow-600\/90:focus {
  border-top-color: rgb(202 138 4 / 0.9);
  border-bottom-color: rgb(202 138 4 / 0.9);
}

.focus\:border-y-yellow-600\/95:focus {
  border-top-color: rgb(202 138 4 / 0.95);
  border-bottom-color: rgb(202 138 4 / 0.95);
}

.focus\:border-y-yellow-700:focus {
  --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));
}

.focus\:border-y-yellow-700\/0:focus {
  border-top-color: rgb(161 98 7 / 0);
  border-bottom-color: rgb(161 98 7 / 0);
}

.focus\:border-y-yellow-700\/10:focus {
  border-top-color: rgb(161 98 7 / 0.1);
  border-bottom-color: rgb(161 98 7 / 0.1);
}

.focus\:border-y-yellow-700\/100:focus {
  border-top-color: rgb(161 98 7 / 1);
  border-bottom-color: rgb(161 98 7 / 1);
}

.focus\:border-y-yellow-700\/20:focus {
  border-top-color: rgb(161 98 7 / 0.2);
  border-bottom-color: rgb(161 98 7 / 0.2);
}

.focus\:border-y-yellow-700\/25:focus {
  border-top-color: rgb(161 98 7 / 0.25);
  border-bottom-color: rgb(161 98 7 / 0.25);
}

.focus\:border-y-yellow-700\/30:focus {
  border-top-color: rgb(161 98 7 / 0.3);
  border-bottom-color: rgb(161 98 7 / 0.3);
}

.focus\:border-y-yellow-700\/40:focus {
  border-top-color: rgb(161 98 7 / 0.4);
  border-bottom-color: rgb(161 98 7 / 0.4);
}

.focus\:border-y-yellow-700\/5:focus {
  border-top-color: rgb(161 98 7 / 0.05);
  border-bottom-color: rgb(161 98 7 / 0.05);
}

.focus\:border-y-yellow-700\/50:focus {
  border-top-color: rgb(161 98 7 / 0.5);
  border-bottom-color: rgb(161 98 7 / 0.5);
}

.focus\:border-y-yellow-700\/60:focus {
  border-top-color: rgb(161 98 7 / 0.6);
  border-bottom-color: rgb(161 98 7 / 0.6);
}

.focus\:border-y-yellow-700\/70:focus {
  border-top-color: rgb(161 98 7 / 0.7);
  border-bottom-color: rgb(161 98 7 / 0.7);
}

.focus\:border-y-yellow-700\/75:focus {
  border-top-color: rgb(161 98 7 / 0.75);
  border-bottom-color: rgb(161 98 7 / 0.75);
}

.focus\:border-y-yellow-700\/80:focus {
  border-top-color: rgb(161 98 7 / 0.8);
  border-bottom-color: rgb(161 98 7 / 0.8);
}

.focus\:border-y-yellow-700\/90:focus {
  border-top-color: rgb(161 98 7 / 0.9);
  border-bottom-color: rgb(161 98 7 / 0.9);
}

.focus\:border-y-yellow-700\/95:focus {
  border-top-color: rgb(161 98 7 / 0.95);
  border-bottom-color: rgb(161 98 7 / 0.95);
}

.focus\:border-y-yellow-800:focus {
  --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));
}

.focus\:border-y-yellow-800\/0:focus {
  border-top-color: rgb(133 77 14 / 0);
  border-bottom-color: rgb(133 77 14 / 0);
}

.focus\:border-y-yellow-800\/10:focus {
  border-top-color: rgb(133 77 14 / 0.1);
  border-bottom-color: rgb(133 77 14 / 0.1);
}

.focus\:border-y-yellow-800\/100:focus {
  border-top-color: rgb(133 77 14 / 1);
  border-bottom-color: rgb(133 77 14 / 1);
}

.focus\:border-y-yellow-800\/20:focus {
  border-top-color: rgb(133 77 14 / 0.2);
  border-bottom-color: rgb(133 77 14 / 0.2);
}

.focus\:border-y-yellow-800\/25:focus {
  border-top-color: rgb(133 77 14 / 0.25);
  border-bottom-color: rgb(133 77 14 / 0.25);
}

.focus\:border-y-yellow-800\/30:focus {
  border-top-color: rgb(133 77 14 / 0.3);
  border-bottom-color: rgb(133 77 14 / 0.3);
}

.focus\:border-y-yellow-800\/40:focus {
  border-top-color: rgb(133 77 14 / 0.4);
  border-bottom-color: rgb(133 77 14 / 0.4);
}

.focus\:border-y-yellow-800\/5:focus {
  border-top-color: rgb(133 77 14 / 0.05);
  border-bottom-color: rgb(133 77 14 / 0.05);
}

.focus\:border-y-yellow-800\/50:focus {
  border-top-color: rgb(133 77 14 / 0.5);
  border-bottom-color: rgb(133 77 14 / 0.5);
}

.focus\:border-y-yellow-800\/60:focus {
  border-top-color: rgb(133 77 14 / 0.6);
  border-bottom-color: rgb(133 77 14 / 0.6);
}

.focus\:border-y-yellow-800\/70:focus {
  border-top-color: rgb(133 77 14 / 0.7);
  border-bottom-color: rgb(133 77 14 / 0.7);
}

.focus\:border-y-yellow-800\/75:focus {
  border-top-color: rgb(133 77 14 / 0.75);
  border-bottom-color: rgb(133 77 14 / 0.75);
}

.focus\:border-y-yellow-800\/80:focus {
  border-top-color: rgb(133 77 14 / 0.8);
  border-bottom-color: rgb(133 77 14 / 0.8);
}

.focus\:border-y-yellow-800\/90:focus {
  border-top-color: rgb(133 77 14 / 0.9);
  border-bottom-color: rgb(133 77 14 / 0.9);
}

.focus\:border-y-yellow-800\/95:focus {
  border-top-color: rgb(133 77 14 / 0.95);
  border-bottom-color: rgb(133 77 14 / 0.95);
}

.focus\:border-y-yellow-900:focus {
  --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));
}

.focus\:border-y-yellow-900\/0:focus {
  border-top-color: rgb(113 63 18 / 0);
  border-bottom-color: rgb(113 63 18 / 0);
}

.focus\:border-y-yellow-900\/10:focus {
  border-top-color: rgb(113 63 18 / 0.1);
  border-bottom-color: rgb(113 63 18 / 0.1);
}

.focus\:border-y-yellow-900\/100:focus {
  border-top-color: rgb(113 63 18 / 1);
  border-bottom-color: rgb(113 63 18 / 1);
}

.focus\:border-y-yellow-900\/20:focus {
  border-top-color: rgb(113 63 18 / 0.2);
  border-bottom-color: rgb(113 63 18 / 0.2);
}

.focus\:border-y-yellow-900\/25:focus {
  border-top-color: rgb(113 63 18 / 0.25);
  border-bottom-color: rgb(113 63 18 / 0.25);
}

.focus\:border-y-yellow-900\/30:focus {
  border-top-color: rgb(113 63 18 / 0.3);
  border-bottom-color: rgb(113 63 18 / 0.3);
}

.focus\:border-y-yellow-900\/40:focus {
  border-top-color: rgb(113 63 18 / 0.4);
  border-bottom-color: rgb(113 63 18 / 0.4);
}

.focus\:border-y-yellow-900\/5:focus {
  border-top-color: rgb(113 63 18 / 0.05);
  border-bottom-color: rgb(113 63 18 / 0.05);
}

.focus\:border-y-yellow-900\/50:focus {
  border-top-color: rgb(113 63 18 / 0.5);
  border-bottom-color: rgb(113 63 18 / 0.5);
}

.focus\:border-y-yellow-900\/60:focus {
  border-top-color: rgb(113 63 18 / 0.6);
  border-bottom-color: rgb(113 63 18 / 0.6);
}

.focus\:border-y-yellow-900\/70:focus {
  border-top-color: rgb(113 63 18 / 0.7);
  border-bottom-color: rgb(113 63 18 / 0.7);
}

.focus\:border-y-yellow-900\/75:focus {
  border-top-color: rgb(113 63 18 / 0.75);
  border-bottom-color: rgb(113 63 18 / 0.75);
}

.focus\:border-y-yellow-900\/80:focus {
  border-top-color: rgb(113 63 18 / 0.8);
  border-bottom-color: rgb(113 63 18 / 0.8);
}

.focus\:border-y-yellow-900\/90:focus {
  border-top-color: rgb(113 63 18 / 0.9);
  border-bottom-color: rgb(113 63 18 / 0.9);
}

.focus\:border-y-yellow-900\/95:focus {
  border-top-color: rgb(113 63 18 / 0.95);
  border-bottom-color: rgb(113 63 18 / 0.95);
}

.focus\:border-y-yellow-950:focus {
  --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));
}

.focus\:border-y-yellow-950\/0:focus {
  border-top-color: rgb(66 32 6 / 0);
  border-bottom-color: rgb(66 32 6 / 0);
}

.focus\:border-y-yellow-950\/10:focus {
  border-top-color: rgb(66 32 6 / 0.1);
  border-bottom-color: rgb(66 32 6 / 0.1);
}

.focus\:border-y-yellow-950\/100:focus {
  border-top-color: rgb(66 32 6 / 1);
  border-bottom-color: rgb(66 32 6 / 1);
}

.focus\:border-y-yellow-950\/20:focus {
  border-top-color: rgb(66 32 6 / 0.2);
  border-bottom-color: rgb(66 32 6 / 0.2);
}

.focus\:border-y-yellow-950\/25:focus {
  border-top-color: rgb(66 32 6 / 0.25);
  border-bottom-color: rgb(66 32 6 / 0.25);
}

.focus\:border-y-yellow-950\/30:focus {
  border-top-color: rgb(66 32 6 / 0.3);
  border-bottom-color: rgb(66 32 6 / 0.3);
}

.focus\:border-y-yellow-950\/40:focus {
  border-top-color: rgb(66 32 6 / 0.4);
  border-bottom-color: rgb(66 32 6 / 0.4);
}

.focus\:border-y-yellow-950\/5:focus {
  border-top-color: rgb(66 32 6 / 0.05);
  border-bottom-color: rgb(66 32 6 / 0.05);
}

.focus\:border-y-yellow-950\/50:focus {
  border-top-color: rgb(66 32 6 / 0.5);
  border-bottom-color: rgb(66 32 6 / 0.5);
}

.focus\:border-y-yellow-950\/60:focus {
  border-top-color: rgb(66 32 6 / 0.6);
  border-bottom-color: rgb(66 32 6 / 0.6);
}

.focus\:border-y-yellow-950\/70:focus {
  border-top-color: rgb(66 32 6 / 0.7);
  border-bottom-color: rgb(66 32 6 / 0.7);
}

.focus\:border-y-yellow-950\/75:focus {
  border-top-color: rgb(66 32 6 / 0.75);
  border-bottom-color: rgb(66 32 6 / 0.75);
}

.focus\:border-y-yellow-950\/80:focus {
  border-top-color: rgb(66 32 6 / 0.8);
  border-bottom-color: rgb(66 32 6 / 0.8);
}

.focus\:border-y-yellow-950\/90:focus {
  border-top-color: rgb(66 32 6 / 0.9);
  border-bottom-color: rgb(66 32 6 / 0.9);
}

.focus\:border-y-yellow-950\/95:focus {
  border-top-color: rgb(66 32 6 / 0.95);
  border-bottom-color: rgb(66 32 6 / 0.95);
}

.focus\:border-y-zinc-100:focus {
  --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));
}

.focus\:border-y-zinc-100\/0:focus {
  border-top-color: rgb(244 244 245 / 0);
  border-bottom-color: rgb(244 244 245 / 0);
}

.focus\:border-y-zinc-100\/10:focus {
  border-top-color: rgb(244 244 245 / 0.1);
  border-bottom-color: rgb(244 244 245 / 0.1);
}

.focus\:border-y-zinc-100\/100:focus {
  border-top-color: rgb(244 244 245 / 1);
  border-bottom-color: rgb(244 244 245 / 1);
}

.focus\:border-y-zinc-100\/20:focus {
  border-top-color: rgb(244 244 245 / 0.2);
  border-bottom-color: rgb(244 244 245 / 0.2);
}

.focus\:border-y-zinc-100\/25:focus {
  border-top-color: rgb(244 244 245 / 0.25);
  border-bottom-color: rgb(244 244 245 / 0.25);
}

.focus\:border-y-zinc-100\/30:focus {
  border-top-color: rgb(244 244 245 / 0.3);
  border-bottom-color: rgb(244 244 245 / 0.3);
}

.focus\:border-y-zinc-100\/40:focus {
  border-top-color: rgb(244 244 245 / 0.4);
  border-bottom-color: rgb(244 244 245 / 0.4);
}

.focus\:border-y-zinc-100\/5:focus {
  border-top-color: rgb(244 244 245 / 0.05);
  border-bottom-color: rgb(244 244 245 / 0.05);
}

.focus\:border-y-zinc-100\/50:focus {
  border-top-color: rgb(244 244 245 / 0.5);
  border-bottom-color: rgb(244 244 245 / 0.5);
}

.focus\:border-y-zinc-100\/60:focus {
  border-top-color: rgb(244 244 245 / 0.6);
  border-bottom-color: rgb(244 244 245 / 0.6);
}

.focus\:border-y-zinc-100\/70:focus {
  border-top-color: rgb(244 244 245 / 0.7);
  border-bottom-color: rgb(244 244 245 / 0.7);
}

.focus\:border-y-zinc-100\/75:focus {
  border-top-color: rgb(244 244 245 / 0.75);
  border-bottom-color: rgb(244 244 245 / 0.75);
}

.focus\:border-y-zinc-100\/80:focus {
  border-top-color: rgb(244 244 245 / 0.8);
  border-bottom-color: rgb(244 244 245 / 0.8);
}

.focus\:border-y-zinc-100\/90:focus {
  border-top-color: rgb(244 244 245 / 0.9);
  border-bottom-color: rgb(244 244 245 / 0.9);
}

.focus\:border-y-zinc-100\/95:focus {
  border-top-color: rgb(244 244 245 / 0.95);
  border-bottom-color: rgb(244 244 245 / 0.95);
}

.focus\:border-y-zinc-200:focus {
  --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));
}

.focus\:border-y-zinc-200\/0:focus {
  border-top-color: rgb(228 228 231 / 0);
  border-bottom-color: rgb(228 228 231 / 0);
}

.focus\:border-y-zinc-200\/10:focus {
  border-top-color: rgb(228 228 231 / 0.1);
  border-bottom-color: rgb(228 228 231 / 0.1);
}

.focus\:border-y-zinc-200\/100:focus {
  border-top-color: rgb(228 228 231 / 1);
  border-bottom-color: rgb(228 228 231 / 1);
}

.focus\:border-y-zinc-200\/20:focus {
  border-top-color: rgb(228 228 231 / 0.2);
  border-bottom-color: rgb(228 228 231 / 0.2);
}

.focus\:border-y-zinc-200\/25:focus {
  border-top-color: rgb(228 228 231 / 0.25);
  border-bottom-color: rgb(228 228 231 / 0.25);
}

.focus\:border-y-zinc-200\/30:focus {
  border-top-color: rgb(228 228 231 / 0.3);
  border-bottom-color: rgb(228 228 231 / 0.3);
}

.focus\:border-y-zinc-200\/40:focus {
  border-top-color: rgb(228 228 231 / 0.4);
  border-bottom-color: rgb(228 228 231 / 0.4);
}

.focus\:border-y-zinc-200\/5:focus {
  border-top-color: rgb(228 228 231 / 0.05);
  border-bottom-color: rgb(228 228 231 / 0.05);
}

.focus\:border-y-zinc-200\/50:focus {
  border-top-color: rgb(228 228 231 / 0.5);
  border-bottom-color: rgb(228 228 231 / 0.5);
}

.focus\:border-y-zinc-200\/60:focus {
  border-top-color: rgb(228 228 231 / 0.6);
  border-bottom-color: rgb(228 228 231 / 0.6);
}

.focus\:border-y-zinc-200\/70:focus {
  border-top-color: rgb(228 228 231 / 0.7);
  border-bottom-color: rgb(228 228 231 / 0.7);
}

.focus\:border-y-zinc-200\/75:focus {
  border-top-color: rgb(228 228 231 / 0.75);
  border-bottom-color: rgb(228 228 231 / 0.75);
}

.focus\:border-y-zinc-200\/80:focus {
  border-top-color: rgb(228 228 231 / 0.8);
  border-bottom-color: rgb(228 228 231 / 0.8);
}

.focus\:border-y-zinc-200\/90:focus {
  border-top-color: rgb(228 228 231 / 0.9);
  border-bottom-color: rgb(228 228 231 / 0.9);
}

.focus\:border-y-zinc-200\/95:focus {
  border-top-color: rgb(228 228 231 / 0.95);
  border-bottom-color: rgb(228 228 231 / 0.95);
}

.focus\:border-y-zinc-300:focus {
  --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));
}

.focus\:border-y-zinc-300\/0:focus {
  border-top-color: rgb(212 212 216 / 0);
  border-bottom-color: rgb(212 212 216 / 0);
}

.focus\:border-y-zinc-300\/10:focus {
  border-top-color: rgb(212 212 216 / 0.1);
  border-bottom-color: rgb(212 212 216 / 0.1);
}

.focus\:border-y-zinc-300\/100:focus {
  border-top-color: rgb(212 212 216 / 1);
  border-bottom-color: rgb(212 212 216 / 1);
}

.focus\:border-y-zinc-300\/20:focus {
  border-top-color: rgb(212 212 216 / 0.2);
  border-bottom-color: rgb(212 212 216 / 0.2);
}

.focus\:border-y-zinc-300\/25:focus {
  border-top-color: rgb(212 212 216 / 0.25);
  border-bottom-color: rgb(212 212 216 / 0.25);
}

.focus\:border-y-zinc-300\/30:focus {
  border-top-color: rgb(212 212 216 / 0.3);
  border-bottom-color: rgb(212 212 216 / 0.3);
}

.focus\:border-y-zinc-300\/40:focus {
  border-top-color: rgb(212 212 216 / 0.4);
  border-bottom-color: rgb(212 212 216 / 0.4);
}

.focus\:border-y-zinc-300\/5:focus {
  border-top-color: rgb(212 212 216 / 0.05);
  border-bottom-color: rgb(212 212 216 / 0.05);
}

.focus\:border-y-zinc-300\/50:focus {
  border-top-color: rgb(212 212 216 / 0.5);
  border-bottom-color: rgb(212 212 216 / 0.5);
}

.focus\:border-y-zinc-300\/60:focus {
  border-top-color: rgb(212 212 216 / 0.6);
  border-bottom-color: rgb(212 212 216 / 0.6);
}

.focus\:border-y-zinc-300\/70:focus {
  border-top-color: rgb(212 212 216 / 0.7);
  border-bottom-color: rgb(212 212 216 / 0.7);
}

.focus\:border-y-zinc-300\/75:focus {
  border-top-color: rgb(212 212 216 / 0.75);
  border-bottom-color: rgb(212 212 216 / 0.75);
}

.focus\:border-y-zinc-300\/80:focus {
  border-top-color: rgb(212 212 216 / 0.8);
  border-bottom-color: rgb(212 212 216 / 0.8);
}

.focus\:border-y-zinc-300\/90:focus {
  border-top-color: rgb(212 212 216 / 0.9);
  border-bottom-color: rgb(212 212 216 / 0.9);
}

.focus\:border-y-zinc-300\/95:focus {
  border-top-color: rgb(212 212 216 / 0.95);
  border-bottom-color: rgb(212 212 216 / 0.95);
}

.focus\:border-y-zinc-400:focus {
  --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));
}

.focus\:border-y-zinc-400\/0:focus {
  border-top-color: rgb(161 161 170 / 0);
  border-bottom-color: rgb(161 161 170 / 0);
}

.focus\:border-y-zinc-400\/10:focus {
  border-top-color: rgb(161 161 170 / 0.1);
  border-bottom-color: rgb(161 161 170 / 0.1);
}

.focus\:border-y-zinc-400\/100:focus {
  border-top-color: rgb(161 161 170 / 1);
  border-bottom-color: rgb(161 161 170 / 1);
}

.focus\:border-y-zinc-400\/20:focus {
  border-top-color: rgb(161 161 170 / 0.2);
  border-bottom-color: rgb(161 161 170 / 0.2);
}

.focus\:border-y-zinc-400\/25:focus {
  border-top-color: rgb(161 161 170 / 0.25);
  border-bottom-color: rgb(161 161 170 / 0.25);
}

.focus\:border-y-zinc-400\/30:focus {
  border-top-color: rgb(161 161 170 / 0.3);
  border-bottom-color: rgb(161 161 170 / 0.3);
}

.focus\:border-y-zinc-400\/40:focus {
  border-top-color: rgb(161 161 170 / 0.4);
  border-bottom-color: rgb(161 161 170 / 0.4);
}

.focus\:border-y-zinc-400\/5:focus {
  border-top-color: rgb(161 161 170 / 0.05);
  border-bottom-color: rgb(161 161 170 / 0.05);
}

.focus\:border-y-zinc-400\/50:focus {
  border-top-color: rgb(161 161 170 / 0.5);
  border-bottom-color: rgb(161 161 170 / 0.5);
}

.focus\:border-y-zinc-400\/60:focus {
  border-top-color: rgb(161 161 170 / 0.6);
  border-bottom-color: rgb(161 161 170 / 0.6);
}

.focus\:border-y-zinc-400\/70:focus {
  border-top-color: rgb(161 161 170 / 0.7);
  border-bottom-color: rgb(161 161 170 / 0.7);
}

.focus\:border-y-zinc-400\/75:focus {
  border-top-color: rgb(161 161 170 / 0.75);
  border-bottom-color: rgb(161 161 170 / 0.75);
}

.focus\:border-y-zinc-400\/80:focus {
  border-top-color: rgb(161 161 170 / 0.8);
  border-bottom-color: rgb(161 161 170 / 0.8);
}

.focus\:border-y-zinc-400\/90:focus {
  border-top-color: rgb(161 161 170 / 0.9);
  border-bottom-color: rgb(161 161 170 / 0.9);
}

.focus\:border-y-zinc-400\/95:focus {
  border-top-color: rgb(161 161 170 / 0.95);
  border-bottom-color: rgb(161 161 170 / 0.95);
}

.focus\:border-y-zinc-50:focus {
  --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));
}

.focus\:border-y-zinc-50\/0:focus {
  border-top-color: rgb(250 250 250 / 0);
  border-bottom-color: rgb(250 250 250 / 0);
}

.focus\:border-y-zinc-50\/10:focus {
  border-top-color: rgb(250 250 250 / 0.1);
  border-bottom-color: rgb(250 250 250 / 0.1);
}

.focus\:border-y-zinc-50\/100:focus {
  border-top-color: rgb(250 250 250 / 1);
  border-bottom-color: rgb(250 250 250 / 1);
}

.focus\:border-y-zinc-50\/20:focus {
  border-top-color: rgb(250 250 250 / 0.2);
  border-bottom-color: rgb(250 250 250 / 0.2);
}

.focus\:border-y-zinc-50\/25:focus {
  border-top-color: rgb(250 250 250 / 0.25);
  border-bottom-color: rgb(250 250 250 / 0.25);
}

.focus\:border-y-zinc-50\/30:focus {
  border-top-color: rgb(250 250 250 / 0.3);
  border-bottom-color: rgb(250 250 250 / 0.3);
}

.focus\:border-y-zinc-50\/40:focus {
  border-top-color: rgb(250 250 250 / 0.4);
  border-bottom-color: rgb(250 250 250 / 0.4);
}

.focus\:border-y-zinc-50\/5:focus {
  border-top-color: rgb(250 250 250 / 0.05);
  border-bottom-color: rgb(250 250 250 / 0.05);
}

.focus\:border-y-zinc-50\/50:focus {
  border-top-color: rgb(250 250 250 / 0.5);
  border-bottom-color: rgb(250 250 250 / 0.5);
}

.focus\:border-y-zinc-50\/60:focus {
  border-top-color: rgb(250 250 250 / 0.6);
  border-bottom-color: rgb(250 250 250 / 0.6);
}

.focus\:border-y-zinc-50\/70:focus {
  border-top-color: rgb(250 250 250 / 0.7);
  border-bottom-color: rgb(250 250 250 / 0.7);
}

.focus\:border-y-zinc-50\/75:focus {
  border-top-color: rgb(250 250 250 / 0.75);
  border-bottom-color: rgb(250 250 250 / 0.75);
}

.focus\:border-y-zinc-50\/80:focus {
  border-top-color: rgb(250 250 250 / 0.8);
  border-bottom-color: rgb(250 250 250 / 0.8);
}

.focus\:border-y-zinc-50\/90:focus {
  border-top-color: rgb(250 250 250 / 0.9);
  border-bottom-color: rgb(250 250 250 / 0.9);
}

.focus\:border-y-zinc-50\/95:focus {
  border-top-color: rgb(250 250 250 / 0.95);
  border-bottom-color: rgb(250 250 250 / 0.95);
}

.focus\:border-y-zinc-500:focus {
  --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));
}

.focus\:border-y-zinc-500\/0:focus {
  border-top-color: rgb(113 113 122 / 0);
  border-bottom-color: rgb(113 113 122 / 0);
}

.focus\:border-y-zinc-500\/10:focus {
  border-top-color: rgb(113 113 122 / 0.1);
  border-bottom-color: rgb(113 113 122 / 0.1);
}

.focus\:border-y-zinc-500\/100:focus {
  border-top-color: rgb(113 113 122 / 1);
  border-bottom-color: rgb(113 113 122 / 1);
}

.focus\:border-y-zinc-500\/20:focus {
  border-top-color: rgb(113 113 122 / 0.2);
  border-bottom-color: rgb(113 113 122 / 0.2);
}

.focus\:border-y-zinc-500\/25:focus {
  border-top-color: rgb(113 113 122 / 0.25);
  border-bottom-color: rgb(113 113 122 / 0.25);
}

.focus\:border-y-zinc-500\/30:focus {
  border-top-color: rgb(113 113 122 / 0.3);
  border-bottom-color: rgb(113 113 122 / 0.3);
}

.focus\:border-y-zinc-500\/40:focus {
  border-top-color: rgb(113 113 122 / 0.4);
  border-bottom-color: rgb(113 113 122 / 0.4);
}

.focus\:border-y-zinc-500\/5:focus {
  border-top-color: rgb(113 113 122 / 0.05);
  border-bottom-color: rgb(113 113 122 / 0.05);
}

.focus\:border-y-zinc-500\/50:focus {
  border-top-color: rgb(113 113 122 / 0.5);
  border-bottom-color: rgb(113 113 122 / 0.5);
}

.focus\:border-y-zinc-500\/60:focus {
  border-top-color: rgb(113 113 122 / 0.6);
  border-bottom-color: rgb(113 113 122 / 0.6);
}

.focus\:border-y-zinc-500\/70:focus {
  border-top-color: rgb(113 113 122 / 0.7);
  border-bottom-color: rgb(113 113 122 / 0.7);
}

.focus\:border-y-zinc-500\/75:focus {
  border-top-color: rgb(113 113 122 / 0.75);
  border-bottom-color: rgb(113 113 122 / 0.75);
}

.focus\:border-y-zinc-500\/80:focus {
  border-top-color: rgb(113 113 122 / 0.8);
  border-bottom-color: rgb(113 113 122 / 0.8);
}

.focus\:border-y-zinc-500\/90:focus {
  border-top-color: rgb(113 113 122 / 0.9);
  border-bottom-color: rgb(113 113 122 / 0.9);
}

.focus\:border-y-zinc-500\/95:focus {
  border-top-color: rgb(113 113 122 / 0.95);
  border-bottom-color: rgb(113 113 122 / 0.95);
}

.focus\:border-y-zinc-600:focus {
  --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));
}

.focus\:border-y-zinc-600\/0:focus {
  border-top-color: rgb(82 82 91 / 0);
  border-bottom-color: rgb(82 82 91 / 0);
}

.focus\:border-y-zinc-600\/10:focus {
  border-top-color: rgb(82 82 91 / 0.1);
  border-bottom-color: rgb(82 82 91 / 0.1);
}

.focus\:border-y-zinc-600\/100:focus {
  border-top-color: rgb(82 82 91 / 1);
  border-bottom-color: rgb(82 82 91 / 1);
}

.focus\:border-y-zinc-600\/20:focus {
  border-top-color: rgb(82 82 91 / 0.2);
  border-bottom-color: rgb(82 82 91 / 0.2);
}

.focus\:border-y-zinc-600\/25:focus {
  border-top-color: rgb(82 82 91 / 0.25);
  border-bottom-color: rgb(82 82 91 / 0.25);
}

.focus\:border-y-zinc-600\/30:focus {
  border-top-color: rgb(82 82 91 / 0.3);
  border-bottom-color: rgb(82 82 91 / 0.3);
}

.focus\:border-y-zinc-600\/40:focus {
  border-top-color: rgb(82 82 91 / 0.4);
  border-bottom-color: rgb(82 82 91 / 0.4);
}

.focus\:border-y-zinc-600\/5:focus {
  border-top-color: rgb(82 82 91 / 0.05);
  border-bottom-color: rgb(82 82 91 / 0.05);
}

.focus\:border-y-zinc-600\/50:focus {
  border-top-color: rgb(82 82 91 / 0.5);
  border-bottom-color: rgb(82 82 91 / 0.5);
}

.focus\:border-y-zinc-600\/60:focus {
  border-top-color: rgb(82 82 91 / 0.6);
  border-bottom-color: rgb(82 82 91 / 0.6);
}

.focus\:border-y-zinc-600\/70:focus {
  border-top-color: rgb(82 82 91 / 0.7);
  border-bottom-color: rgb(82 82 91 / 0.7);
}

.focus\:border-y-zinc-600\/75:focus {
  border-top-color: rgb(82 82 91 / 0.75);
  border-bottom-color: rgb(82 82 91 / 0.75);
}

.focus\:border-y-zinc-600\/80:focus {
  border-top-color: rgb(82 82 91 / 0.8);
  border-bottom-color: rgb(82 82 91 / 0.8);
}

.focus\:border-y-zinc-600\/90:focus {
  border-top-color: rgb(82 82 91 / 0.9);
  border-bottom-color: rgb(82 82 91 / 0.9);
}

.focus\:border-y-zinc-600\/95:focus {
  border-top-color: rgb(82 82 91 / 0.95);
  border-bottom-color: rgb(82 82 91 / 0.95);
}

.focus\:border-y-zinc-700:focus {
  --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));
}

.focus\:border-y-zinc-700\/0:focus {
  border-top-color: rgb(63 63 70 / 0);
  border-bottom-color: rgb(63 63 70 / 0);
}

.focus\:border-y-zinc-700\/10:focus {
  border-top-color: rgb(63 63 70 / 0.1);
  border-bottom-color: rgb(63 63 70 / 0.1);
}

.focus\:border-y-zinc-700\/100:focus {
  border-top-color: rgb(63 63 70 / 1);
  border-bottom-color: rgb(63 63 70 / 1);
}

.focus\:border-y-zinc-700\/20:focus {
  border-top-color: rgb(63 63 70 / 0.2);
  border-bottom-color: rgb(63 63 70 / 0.2);
}

.focus\:border-y-zinc-700\/25:focus {
  border-top-color: rgb(63 63 70 / 0.25);
  border-bottom-color: rgb(63 63 70 / 0.25);
}

.focus\:border-y-zinc-700\/30:focus {
  border-top-color: rgb(63 63 70 / 0.3);
  border-bottom-color: rgb(63 63 70 / 0.3);
}

.focus\:border-y-zinc-700\/40:focus {
  border-top-color: rgb(63 63 70 / 0.4);
  border-bottom-color: rgb(63 63 70 / 0.4);
}

.focus\:border-y-zinc-700\/5:focus {
  border-top-color: rgb(63 63 70 / 0.05);
  border-bottom-color: rgb(63 63 70 / 0.05);
}

.focus\:border-y-zinc-700\/50:focus {
  border-top-color: rgb(63 63 70 / 0.5);
  border-bottom-color: rgb(63 63 70 / 0.5);
}

.focus\:border-y-zinc-700\/60:focus {
  border-top-color: rgb(63 63 70 / 0.6);
  border-bottom-color: rgb(63 63 70 / 0.6);
}

.focus\:border-y-zinc-700\/70:focus {
  border-top-color: rgb(63 63 70 / 0.7);
  border-bottom-color: rgb(63 63 70 / 0.7);
}

.focus\:border-y-zinc-700\/75:focus {
  border-top-color: rgb(63 63 70 / 0.75);
  border-bottom-color: rgb(63 63 70 / 0.75);
}

.focus\:border-y-zinc-700\/80:focus {
  border-top-color: rgb(63 63 70 / 0.8);
  border-bottom-color: rgb(63 63 70 / 0.8);
}

.focus\:border-y-zinc-700\/90:focus {
  border-top-color: rgb(63 63 70 / 0.9);
  border-bottom-color: rgb(63 63 70 / 0.9);
}

.focus\:border-y-zinc-700\/95:focus {
  border-top-color: rgb(63 63 70 / 0.95);
  border-bottom-color: rgb(63 63 70 / 0.95);
}

.focus\:border-y-zinc-800:focus {
  --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));
}

.focus\:border-y-zinc-800\/0:focus {
  border-top-color: rgb(39 39 42 / 0);
  border-bottom-color: rgb(39 39 42 / 0);
}

.focus\:border-y-zinc-800\/10:focus {
  border-top-color: rgb(39 39 42 / 0.1);
  border-bottom-color: rgb(39 39 42 / 0.1);
}

.focus\:border-y-zinc-800\/100:focus {
  border-top-color: rgb(39 39 42 / 1);
  border-bottom-color: rgb(39 39 42 / 1);
}

.focus\:border-y-zinc-800\/20:focus {
  border-top-color: rgb(39 39 42 / 0.2);
  border-bottom-color: rgb(39 39 42 / 0.2);
}

.focus\:border-y-zinc-800\/25:focus {
  border-top-color: rgb(39 39 42 / 0.25);
  border-bottom-color: rgb(39 39 42 / 0.25);
}

.focus\:border-y-zinc-800\/30:focus {
  border-top-color: rgb(39 39 42 / 0.3);
  border-bottom-color: rgb(39 39 42 / 0.3);
}

.focus\:border-y-zinc-800\/40:focus {
  border-top-color: rgb(39 39 42 / 0.4);
  border-bottom-color: rgb(39 39 42 / 0.4);
}

.focus\:border-y-zinc-800\/5:focus {
  border-top-color: rgb(39 39 42 / 0.05);
  border-bottom-color: rgb(39 39 42 / 0.05);
}

.focus\:border-y-zinc-800\/50:focus {
  border-top-color: rgb(39 39 42 / 0.5);
  border-bottom-color: rgb(39 39 42 / 0.5);
}

.focus\:border-y-zinc-800\/60:focus {
  border-top-color: rgb(39 39 42 / 0.6);
  border-bottom-color: rgb(39 39 42 / 0.6);
}

.focus\:border-y-zinc-800\/70:focus {
  border-top-color: rgb(39 39 42 / 0.7);
  border-bottom-color: rgb(39 39 42 / 0.7);
}

.focus\:border-y-zinc-800\/75:focus {
  border-top-color: rgb(39 39 42 / 0.75);
  border-bottom-color: rgb(39 39 42 / 0.75);
}

.focus\:border-y-zinc-800\/80:focus {
  border-top-color: rgb(39 39 42 / 0.8);
  border-bottom-color: rgb(39 39 42 / 0.8);
}

.focus\:border-y-zinc-800\/90:focus {
  border-top-color: rgb(39 39 42 / 0.9);
  border-bottom-color: rgb(39 39 42 / 0.9);
}

.focus\:border-y-zinc-800\/95:focus {
  border-top-color: rgb(39 39 42 / 0.95);
  border-bottom-color: rgb(39 39 42 / 0.95);
}

.focus\:border-y-zinc-900:focus {
  --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));
}

.focus\:border-y-zinc-900\/0:focus {
  border-top-color: rgb(24 24 27 / 0);
  border-bottom-color: rgb(24 24 27 / 0);
}

.focus\:border-y-zinc-900\/10:focus {
  border-top-color: rgb(24 24 27 / 0.1);
  border-bottom-color: rgb(24 24 27 / 0.1);
}

.focus\:border-y-zinc-900\/100:focus {
  border-top-color: rgb(24 24 27 / 1);
  border-bottom-color: rgb(24 24 27 / 1);
}

.focus\:border-y-zinc-900\/20:focus {
  border-top-color: rgb(24 24 27 / 0.2);
  border-bottom-color: rgb(24 24 27 / 0.2);
}

.focus\:border-y-zinc-900\/25:focus {
  border-top-color: rgb(24 24 27 / 0.25);
  border-bottom-color: rgb(24 24 27 / 0.25);
}

.focus\:border-y-zinc-900\/30:focus {
  border-top-color: rgb(24 24 27 / 0.3);
  border-bottom-color: rgb(24 24 27 / 0.3);
}

.focus\:border-y-zinc-900\/40:focus {
  border-top-color: rgb(24 24 27 / 0.4);
  border-bottom-color: rgb(24 24 27 / 0.4);
}

.focus\:border-y-zinc-900\/5:focus {
  border-top-color: rgb(24 24 27 / 0.05);
  border-bottom-color: rgb(24 24 27 / 0.05);
}

.focus\:border-y-zinc-900\/50:focus {
  border-top-color: rgb(24 24 27 / 0.5);
  border-bottom-color: rgb(24 24 27 / 0.5);
}

.focus\:border-y-zinc-900\/60:focus {
  border-top-color: rgb(24 24 27 / 0.6);
  border-bottom-color: rgb(24 24 27 / 0.6);
}

.focus\:border-y-zinc-900\/70:focus {
  border-top-color: rgb(24 24 27 / 0.7);
  border-bottom-color: rgb(24 24 27 / 0.7);
}

.focus\:border-y-zinc-900\/75:focus {
  border-top-color: rgb(24 24 27 / 0.75);
  border-bottom-color: rgb(24 24 27 / 0.75);
}

.focus\:border-y-zinc-900\/80:focus {
  border-top-color: rgb(24 24 27 / 0.8);
  border-bottom-color: rgb(24 24 27 / 0.8);
}

.focus\:border-y-zinc-900\/90:focus {
  border-top-color: rgb(24 24 27 / 0.9);
  border-bottom-color: rgb(24 24 27 / 0.9);
}

.focus\:border-y-zinc-900\/95:focus {
  border-top-color: rgb(24 24 27 / 0.95);
  border-bottom-color: rgb(24 24 27 / 0.95);
}

.focus\:border-y-zinc-950:focus {
  --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));
}

.focus\:border-y-zinc-950\/0:focus {
  border-top-color: rgb(9 9 11 / 0);
  border-bottom-color: rgb(9 9 11 / 0);
}

.focus\:border-y-zinc-950\/10:focus {
  border-top-color: rgb(9 9 11 / 0.1);
  border-bottom-color: rgb(9 9 11 / 0.1);
}

.focus\:border-y-zinc-950\/100:focus {
  border-top-color: rgb(9 9 11 / 1);
  border-bottom-color: rgb(9 9 11 / 1);
}

.focus\:border-y-zinc-950\/20:focus {
  border-top-color: rgb(9 9 11 / 0.2);
  border-bottom-color: rgb(9 9 11 / 0.2);
}

.focus\:border-y-zinc-950\/25:focus {
  border-top-color: rgb(9 9 11 / 0.25);
  border-bottom-color: rgb(9 9 11 / 0.25);
}

.focus\:border-y-zinc-950\/30:focus {
  border-top-color: rgb(9 9 11 / 0.3);
  border-bottom-color: rgb(9 9 11 / 0.3);
}

.focus\:border-y-zinc-950\/40:focus {
  border-top-color: rgb(9 9 11 / 0.4);
  border-bottom-color: rgb(9 9 11 / 0.4);
}

.focus\:border-y-zinc-950\/5:focus {
  border-top-color: rgb(9 9 11 / 0.05);
  border-bottom-color: rgb(9 9 11 / 0.05);
}

.focus\:border-y-zinc-950\/50:focus {
  border-top-color: rgb(9 9 11 / 0.5);
  border-bottom-color: rgb(9 9 11 / 0.5);
}

.focus\:border-y-zinc-950\/60:focus {
  border-top-color: rgb(9 9 11 / 0.6);
  border-bottom-color: rgb(9 9 11 / 0.6);
}

.focus\:border-y-zinc-950\/70:focus {
  border-top-color: rgb(9 9 11 / 0.7);
  border-bottom-color: rgb(9 9 11 / 0.7);
}

.focus\:border-y-zinc-950\/75:focus {
  border-top-color: rgb(9 9 11 / 0.75);
  border-bottom-color: rgb(9 9 11 / 0.75);
}

.focus\:border-y-zinc-950\/80:focus {
  border-top-color: rgb(9 9 11 / 0.8);
  border-bottom-color: rgb(9 9 11 / 0.8);
}

.focus\:border-y-zinc-950\/90:focus {
  border-top-color: rgb(9 9 11 / 0.9);
  border-bottom-color: rgb(9 9 11 / 0.9);
}

.focus\:border-y-zinc-950\/95:focus {
  border-top-color: rgb(9 9 11 / 0.95);
  border-bottom-color: rgb(9 9 11 / 0.95);
}

.focus\:border-b-amber-100:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 243 199 / var(--tw-border-opacity));
}

.focus\:border-b-amber-100\/0:focus {
  border-bottom-color: rgb(254 243 199 / 0);
}

.focus\:border-b-amber-100\/10:focus {
  border-bottom-color: rgb(254 243 199 / 0.1);
}

.focus\:border-b-amber-100\/100:focus {
  border-bottom-color: rgb(254 243 199 / 1);
}

.focus\:border-b-amber-100\/20:focus {
  border-bottom-color: rgb(254 243 199 / 0.2);
}

.focus\:border-b-amber-100\/25:focus {
  border-bottom-color: rgb(254 243 199 / 0.25);
}

.focus\:border-b-amber-100\/30:focus {
  border-bottom-color: rgb(254 243 199 / 0.3);
}

.focus\:border-b-amber-100\/40:focus {
  border-bottom-color: rgb(254 243 199 / 0.4);
}

.focus\:border-b-amber-100\/5:focus {
  border-bottom-color: rgb(254 243 199 / 0.05);
}

.focus\:border-b-amber-100\/50:focus {
  border-bottom-color: rgb(254 243 199 / 0.5);
}

.focus\:border-b-amber-100\/60:focus {
  border-bottom-color: rgb(254 243 199 / 0.6);
}

.focus\:border-b-amber-100\/70:focus {
  border-bottom-color: rgb(254 243 199 / 0.7);
}

.focus\:border-b-amber-100\/75:focus {
  border-bottom-color: rgb(254 243 199 / 0.75);
}

.focus\:border-b-amber-100\/80:focus {
  border-bottom-color: rgb(254 243 199 / 0.8);
}

.focus\:border-b-amber-100\/90:focus {
  border-bottom-color: rgb(254 243 199 / 0.9);
}

.focus\:border-b-amber-100\/95:focus {
  border-bottom-color: rgb(254 243 199 / 0.95);
}

.focus\:border-b-amber-200:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 230 138 / var(--tw-border-opacity));
}

.focus\:border-b-amber-200\/0:focus {
  border-bottom-color: rgb(253 230 138 / 0);
}

.focus\:border-b-amber-200\/10:focus {
  border-bottom-color: rgb(253 230 138 / 0.1);
}

.focus\:border-b-amber-200\/100:focus {
  border-bottom-color: rgb(253 230 138 / 1);
}

.focus\:border-b-amber-200\/20:focus {
  border-bottom-color: rgb(253 230 138 / 0.2);
}

.focus\:border-b-amber-200\/25:focus {
  border-bottom-color: rgb(253 230 138 / 0.25);
}

.focus\:border-b-amber-200\/30:focus {
  border-bottom-color: rgb(253 230 138 / 0.3);
}

.focus\:border-b-amber-200\/40:focus {
  border-bottom-color: rgb(253 230 138 / 0.4);
}

.focus\:border-b-amber-200\/5:focus {
  border-bottom-color: rgb(253 230 138 / 0.05);
}

.focus\:border-b-amber-200\/50:focus {
  border-bottom-color: rgb(253 230 138 / 0.5);
}

.focus\:border-b-amber-200\/60:focus {
  border-bottom-color: rgb(253 230 138 / 0.6);
}

.focus\:border-b-amber-200\/70:focus {
  border-bottom-color: rgb(253 230 138 / 0.7);
}

.focus\:border-b-amber-200\/75:focus {
  border-bottom-color: rgb(253 230 138 / 0.75);
}

.focus\:border-b-amber-200\/80:focus {
  border-bottom-color: rgb(253 230 138 / 0.8);
}

.focus\:border-b-amber-200\/90:focus {
  border-bottom-color: rgb(253 230 138 / 0.9);
}

.focus\:border-b-amber-200\/95:focus {
  border-bottom-color: rgb(253 230 138 / 0.95);
}

.focus\:border-b-amber-300:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(252 211 77 / var(--tw-border-opacity));
}

.focus\:border-b-amber-300\/0:focus {
  border-bottom-color: rgb(252 211 77 / 0);
}

.focus\:border-b-amber-300\/10:focus {
  border-bottom-color: rgb(252 211 77 / 0.1);
}

.focus\:border-b-amber-300\/100:focus {
  border-bottom-color: rgb(252 211 77 / 1);
}

.focus\:border-b-amber-300\/20:focus {
  border-bottom-color: rgb(252 211 77 / 0.2);
}

.focus\:border-b-amber-300\/25:focus {
  border-bottom-color: rgb(252 211 77 / 0.25);
}

.focus\:border-b-amber-300\/30:focus {
  border-bottom-color: rgb(252 211 77 / 0.3);
}

.focus\:border-b-amber-300\/40:focus {
  border-bottom-color: rgb(252 211 77 / 0.4);
}

.focus\:border-b-amber-300\/5:focus {
  border-bottom-color: rgb(252 211 77 / 0.05);
}

.focus\:border-b-amber-300\/50:focus {
  border-bottom-color: rgb(252 211 77 / 0.5);
}

.focus\:border-b-amber-300\/60:focus {
  border-bottom-color: rgb(252 211 77 / 0.6);
}

.focus\:border-b-amber-300\/70:focus {
  border-bottom-color: rgb(252 211 77 / 0.7);
}

.focus\:border-b-amber-300\/75:focus {
  border-bottom-color: rgb(252 211 77 / 0.75);
}

.focus\:border-b-amber-300\/80:focus {
  border-bottom-color: rgb(252 211 77 / 0.8);
}

.focus\:border-b-amber-300\/90:focus {
  border-bottom-color: rgb(252 211 77 / 0.9);
}

.focus\:border-b-amber-300\/95:focus {
  border-bottom-color: rgb(252 211 77 / 0.95);
}

.focus\:border-b-amber-400:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(251 191 36 / var(--tw-border-opacity));
}

.focus\:border-b-amber-400\/0:focus {
  border-bottom-color: rgb(251 191 36 / 0);
}

.focus\:border-b-amber-400\/10:focus {
  border-bottom-color: rgb(251 191 36 / 0.1);
}

.focus\:border-b-amber-400\/100:focus {
  border-bottom-color: rgb(251 191 36 / 1);
}

.focus\:border-b-amber-400\/20:focus {
  border-bottom-color: rgb(251 191 36 / 0.2);
}

.focus\:border-b-amber-400\/25:focus {
  border-bottom-color: rgb(251 191 36 / 0.25);
}

.focus\:border-b-amber-400\/30:focus {
  border-bottom-color: rgb(251 191 36 / 0.3);
}

.focus\:border-b-amber-400\/40:focus {
  border-bottom-color: rgb(251 191 36 / 0.4);
}

.focus\:border-b-amber-400\/5:focus {
  border-bottom-color: rgb(251 191 36 / 0.05);
}

.focus\:border-b-amber-400\/50:focus {
  border-bottom-color: rgb(251 191 36 / 0.5);
}

.focus\:border-b-amber-400\/60:focus {
  border-bottom-color: rgb(251 191 36 / 0.6);
}

.focus\:border-b-amber-400\/70:focus {
  border-bottom-color: rgb(251 191 36 / 0.7);
}

.focus\:border-b-amber-400\/75:focus {
  border-bottom-color: rgb(251 191 36 / 0.75);
}

.focus\:border-b-amber-400\/80:focus {
  border-bottom-color: rgb(251 191 36 / 0.8);
}

.focus\:border-b-amber-400\/90:focus {
  border-bottom-color: rgb(251 191 36 / 0.9);
}

.focus\:border-b-amber-400\/95:focus {
  border-bottom-color: rgb(251 191 36 / 0.95);
}

.focus\:border-b-amber-50:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.focus\:border-b-amber-50\/0:focus {
  border-bottom-color: rgb(255 251 235 / 0);
}

.focus\:border-b-amber-50\/10:focus {
  border-bottom-color: rgb(255 251 235 / 0.1);
}

.focus\:border-b-amber-50\/100:focus {
  border-bottom-color: rgb(255 251 235 / 1);
}

.focus\:border-b-amber-50\/20:focus {
  border-bottom-color: rgb(255 251 235 / 0.2);
}

.focus\:border-b-amber-50\/25:focus {
  border-bottom-color: rgb(255 251 235 / 0.25);
}

.focus\:border-b-amber-50\/30:focus {
  border-bottom-color: rgb(255 251 235 / 0.3);
}

.focus\:border-b-amber-50\/40:focus {
  border-bottom-color: rgb(255 251 235 / 0.4);
}

.focus\:border-b-amber-50\/5:focus {
  border-bottom-color: rgb(255 251 235 / 0.05);
}

.focus\:border-b-amber-50\/50:focus {
  border-bottom-color: rgb(255 251 235 / 0.5);
}

.focus\:border-b-amber-50\/60:focus {
  border-bottom-color: rgb(255 251 235 / 0.6);
}

.focus\:border-b-amber-50\/70:focus {
  border-bottom-color: rgb(255 251 235 / 0.7);
}

.focus\:border-b-amber-50\/75:focus {
  border-bottom-color: rgb(255 251 235 / 0.75);
}

.focus\:border-b-amber-50\/80:focus {
  border-bottom-color: rgb(255 251 235 / 0.8);
}

.focus\:border-b-amber-50\/90:focus {
  border-bottom-color: rgb(255 251 235 / 0.9);
}

.focus\:border-b-amber-50\/95:focus {
  border-bottom-color: rgb(255 251 235 / 0.95);
}

.focus\:border-b-amber-500:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 158 11 / var(--tw-border-opacity));
}

.focus\:border-b-amber-500\/0:focus {
  border-bottom-color: rgb(245 158 11 / 0);
}

.focus\:border-b-amber-500\/10:focus {
  border-bottom-color: rgb(245 158 11 / 0.1);
}

.focus\:border-b-amber-500\/100:focus {
  border-bottom-color: rgb(245 158 11 / 1);
}

.focus\:border-b-amber-500\/20:focus {
  border-bottom-color: rgb(245 158 11 / 0.2);
}

.focus\:border-b-amber-500\/25:focus {
  border-bottom-color: rgb(245 158 11 / 0.25);
}

.focus\:border-b-amber-500\/30:focus {
  border-bottom-color: rgb(245 158 11 / 0.3);
}

.focus\:border-b-amber-500\/40:focus {
  border-bottom-color: rgb(245 158 11 / 0.4);
}

.focus\:border-b-amber-500\/5:focus {
  border-bottom-color: rgb(245 158 11 / 0.05);
}

.focus\:border-b-amber-500\/50:focus {
  border-bottom-color: rgb(245 158 11 / 0.5);
}

.focus\:border-b-amber-500\/60:focus {
  border-bottom-color: rgb(245 158 11 / 0.6);
}

.focus\:border-b-amber-500\/70:focus {
  border-bottom-color: rgb(245 158 11 / 0.7);
}

.focus\:border-b-amber-500\/75:focus {
  border-bottom-color: rgb(245 158 11 / 0.75);
}

.focus\:border-b-amber-500\/80:focus {
  border-bottom-color: rgb(245 158 11 / 0.8);
}

.focus\:border-b-amber-500\/90:focus {
  border-bottom-color: rgb(245 158 11 / 0.9);
}

.focus\:border-b-amber-500\/95:focus {
  border-bottom-color: rgb(245 158 11 / 0.95);
}

.focus\:border-b-amber-600:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 119 6 / var(--tw-border-opacity));
}

.focus\:border-b-amber-600\/0:focus {
  border-bottom-color: rgb(217 119 6 / 0);
}

.focus\:border-b-amber-600\/10:focus {
  border-bottom-color: rgb(217 119 6 / 0.1);
}

.focus\:border-b-amber-600\/100:focus {
  border-bottom-color: rgb(217 119 6 / 1);
}

.focus\:border-b-amber-600\/20:focus {
  border-bottom-color: rgb(217 119 6 / 0.2);
}

.focus\:border-b-amber-600\/25:focus {
  border-bottom-color: rgb(217 119 6 / 0.25);
}

.focus\:border-b-amber-600\/30:focus {
  border-bottom-color: rgb(217 119 6 / 0.3);
}

.focus\:border-b-amber-600\/40:focus {
  border-bottom-color: rgb(217 119 6 / 0.4);
}

.focus\:border-b-amber-600\/5:focus {
  border-bottom-color: rgb(217 119 6 / 0.05);
}

.focus\:border-b-amber-600\/50:focus {
  border-bottom-color: rgb(217 119 6 / 0.5);
}

.focus\:border-b-amber-600\/60:focus {
  border-bottom-color: rgb(217 119 6 / 0.6);
}

.focus\:border-b-amber-600\/70:focus {
  border-bottom-color: rgb(217 119 6 / 0.7);
}

.focus\:border-b-amber-600\/75:focus {
  border-bottom-color: rgb(217 119 6 / 0.75);
}

.focus\:border-b-amber-600\/80:focus {
  border-bottom-color: rgb(217 119 6 / 0.8);
}

.focus\:border-b-amber-600\/90:focus {
  border-bottom-color: rgb(217 119 6 / 0.9);
}

.focus\:border-b-amber-600\/95:focus {
  border-bottom-color: rgb(217 119 6 / 0.95);
}

.focus\:border-b-amber-700:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(180 83 9 / var(--tw-border-opacity));
}

.focus\:border-b-amber-700\/0:focus {
  border-bottom-color: rgb(180 83 9 / 0);
}

.focus\:border-b-amber-700\/10:focus {
  border-bottom-color: rgb(180 83 9 / 0.1);
}

.focus\:border-b-amber-700\/100:focus {
  border-bottom-color: rgb(180 83 9 / 1);
}

.focus\:border-b-amber-700\/20:focus {
  border-bottom-color: rgb(180 83 9 / 0.2);
}

.focus\:border-b-amber-700\/25:focus {
  border-bottom-color: rgb(180 83 9 / 0.25);
}

.focus\:border-b-amber-700\/30:focus {
  border-bottom-color: rgb(180 83 9 / 0.3);
}

.focus\:border-b-amber-700\/40:focus {
  border-bottom-color: rgb(180 83 9 / 0.4);
}

.focus\:border-b-amber-700\/5:focus {
  border-bottom-color: rgb(180 83 9 / 0.05);
}

.focus\:border-b-amber-700\/50:focus {
  border-bottom-color: rgb(180 83 9 / 0.5);
}

.focus\:border-b-amber-700\/60:focus {
  border-bottom-color: rgb(180 83 9 / 0.6);
}

.focus\:border-b-amber-700\/70:focus {
  border-bottom-color: rgb(180 83 9 / 0.7);
}

.focus\:border-b-amber-700\/75:focus {
  border-bottom-color: rgb(180 83 9 / 0.75);
}

.focus\:border-b-amber-700\/80:focus {
  border-bottom-color: rgb(180 83 9 / 0.8);
}

.focus\:border-b-amber-700\/90:focus {
  border-bottom-color: rgb(180 83 9 / 0.9);
}

.focus\:border-b-amber-700\/95:focus {
  border-bottom-color: rgb(180 83 9 / 0.95);
}

.focus\:border-b-amber-800:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(146 64 14 / var(--tw-border-opacity));
}

.focus\:border-b-amber-800\/0:focus {
  border-bottom-color: rgb(146 64 14 / 0);
}

.focus\:border-b-amber-800\/10:focus {
  border-bottom-color: rgb(146 64 14 / 0.1);
}

.focus\:border-b-amber-800\/100:focus {
  border-bottom-color: rgb(146 64 14 / 1);
}

.focus\:border-b-amber-800\/20:focus {
  border-bottom-color: rgb(146 64 14 / 0.2);
}

.focus\:border-b-amber-800\/25:focus {
  border-bottom-color: rgb(146 64 14 / 0.25);
}

.focus\:border-b-amber-800\/30:focus {
  border-bottom-color: rgb(146 64 14 / 0.3);
}

.focus\:border-b-amber-800\/40:focus {
  border-bottom-color: rgb(146 64 14 / 0.4);
}

.focus\:border-b-amber-800\/5:focus {
  border-bottom-color: rgb(146 64 14 / 0.05);
}

.focus\:border-b-amber-800\/50:focus {
  border-bottom-color: rgb(146 64 14 / 0.5);
}

.focus\:border-b-amber-800\/60:focus {
  border-bottom-color: rgb(146 64 14 / 0.6);
}

.focus\:border-b-amber-800\/70:focus {
  border-bottom-color: rgb(146 64 14 / 0.7);
}

.focus\:border-b-amber-800\/75:focus {
  border-bottom-color: rgb(146 64 14 / 0.75);
}

.focus\:border-b-amber-800\/80:focus {
  border-bottom-color: rgb(146 64 14 / 0.8);
}

.focus\:border-b-amber-800\/90:focus {
  border-bottom-color: rgb(146 64 14 / 0.9);
}

.focus\:border-b-amber-800\/95:focus {
  border-bottom-color: rgb(146 64 14 / 0.95);
}

.focus\:border-b-amber-900:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(120 53 15 / var(--tw-border-opacity));
}

.focus\:border-b-amber-900\/0:focus {
  border-bottom-color: rgb(120 53 15 / 0);
}

.focus\:border-b-amber-900\/10:focus {
  border-bottom-color: rgb(120 53 15 / 0.1);
}

.focus\:border-b-amber-900\/100:focus {
  border-bottom-color: rgb(120 53 15 / 1);
}

.focus\:border-b-amber-900\/20:focus {
  border-bottom-color: rgb(120 53 15 / 0.2);
}

.focus\:border-b-amber-900\/25:focus {
  border-bottom-color: rgb(120 53 15 / 0.25);
}

.focus\:border-b-amber-900\/30:focus {
  border-bottom-color: rgb(120 53 15 / 0.3);
}

.focus\:border-b-amber-900\/40:focus {
  border-bottom-color: rgb(120 53 15 / 0.4);
}

.focus\:border-b-amber-900\/5:focus {
  border-bottom-color: rgb(120 53 15 / 0.05);
}

.focus\:border-b-amber-900\/50:focus {
  border-bottom-color: rgb(120 53 15 / 0.5);
}

.focus\:border-b-amber-900\/60:focus {
  border-bottom-color: rgb(120 53 15 / 0.6);
}

.focus\:border-b-amber-900\/70:focus {
  border-bottom-color: rgb(120 53 15 / 0.7);
}

.focus\:border-b-amber-900\/75:focus {
  border-bottom-color: rgb(120 53 15 / 0.75);
}

.focus\:border-b-amber-900\/80:focus {
  border-bottom-color: rgb(120 53 15 / 0.8);
}

.focus\:border-b-amber-900\/90:focus {
  border-bottom-color: rgb(120 53 15 / 0.9);
}

.focus\:border-b-amber-900\/95:focus {
  border-bottom-color: rgb(120 53 15 / 0.95);
}

.focus\:border-b-amber-950:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(69 26 3 / var(--tw-border-opacity));
}

.focus\:border-b-amber-950\/0:focus {
  border-bottom-color: rgb(69 26 3 / 0);
}

.focus\:border-b-amber-950\/10:focus {
  border-bottom-color: rgb(69 26 3 / 0.1);
}

.focus\:border-b-amber-950\/100:focus {
  border-bottom-color: rgb(69 26 3 / 1);
}

.focus\:border-b-amber-950\/20:focus {
  border-bottom-color: rgb(69 26 3 / 0.2);
}

.focus\:border-b-amber-950\/25:focus {
  border-bottom-color: rgb(69 26 3 / 0.25);
}

.focus\:border-b-amber-950\/30:focus {
  border-bottom-color: rgb(69 26 3 / 0.3);
}

.focus\:border-b-amber-950\/40:focus {
  border-bottom-color: rgb(69 26 3 / 0.4);
}

.focus\:border-b-amber-950\/5:focus {
  border-bottom-color: rgb(69 26 3 / 0.05);
}

.focus\:border-b-amber-950\/50:focus {
  border-bottom-color: rgb(69 26 3 / 0.5);
}

.focus\:border-b-amber-950\/60:focus {
  border-bottom-color: rgb(69 26 3 / 0.6);
}

.focus\:border-b-amber-950\/70:focus {
  border-bottom-color: rgb(69 26 3 / 0.7);
}

.focus\:border-b-amber-950\/75:focus {
  border-bottom-color: rgb(69 26 3 / 0.75);
}

.focus\:border-b-amber-950\/80:focus {
  border-bottom-color: rgb(69 26 3 / 0.8);
}

.focus\:border-b-amber-950\/90:focus {
  border-bottom-color: rgb(69 26 3 / 0.9);
}

.focus\:border-b-amber-950\/95:focus {
  border-bottom-color: rgb(69 26 3 / 0.95);
}

.focus\:border-b-black:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.focus\:border-b-black\/0:focus {
  border-bottom-color: rgb(0 0 0 / 0);
}

.focus\:border-b-black\/10:focus {
  border-bottom-color: rgb(0 0 0 / 0.1);
}

.focus\:border-b-black\/100:focus {
  border-bottom-color: rgb(0 0 0 / 1);
}

.focus\:border-b-black\/20:focus {
  border-bottom-color: rgb(0 0 0 / 0.2);
}

.focus\:border-b-black\/25:focus {
  border-bottom-color: rgb(0 0 0 / 0.25);
}

.focus\:border-b-black\/30:focus {
  border-bottom-color: rgb(0 0 0 / 0.3);
}

.focus\:border-b-black\/40:focus {
  border-bottom-color: rgb(0 0 0 / 0.4);
}

.focus\:border-b-black\/5:focus {
  border-bottom-color: rgb(0 0 0 / 0.05);
}

.focus\:border-b-black\/50:focus {
  border-bottom-color: rgb(0 0 0 / 0.5);
}

.focus\:border-b-black\/60:focus {
  border-bottom-color: rgb(0 0 0 / 0.6);
}

.focus\:border-b-black\/70:focus {
  border-bottom-color: rgb(0 0 0 / 0.7);
}

.focus\:border-b-black\/75:focus {
  border-bottom-color: rgb(0 0 0 / 0.75);
}

.focus\:border-b-black\/80:focus {
  border-bottom-color: rgb(0 0 0 / 0.8);
}

.focus\:border-b-black\/90:focus {
  border-bottom-color: rgb(0 0 0 / 0.9);
}

.focus\:border-b-black\/95:focus {
  border-bottom-color: rgb(0 0 0 / 0.95);
}

.focus\:border-b-blue-100:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(219 234 254 / var(--tw-border-opacity));
}

.focus\:border-b-blue-100\/0:focus {
  border-bottom-color: rgb(219 234 254 / 0);
}

.focus\:border-b-blue-100\/10:focus {
  border-bottom-color: rgb(219 234 254 / 0.1);
}

.focus\:border-b-blue-100\/100:focus {
  border-bottom-color: rgb(219 234 254 / 1);
}

.focus\:border-b-blue-100\/20:focus {
  border-bottom-color: rgb(219 234 254 / 0.2);
}

.focus\:border-b-blue-100\/25:focus {
  border-bottom-color: rgb(219 234 254 / 0.25);
}

.focus\:border-b-blue-100\/30:focus {
  border-bottom-color: rgb(219 234 254 / 0.3);
}

.focus\:border-b-blue-100\/40:focus {
  border-bottom-color: rgb(219 234 254 / 0.4);
}

.focus\:border-b-blue-100\/5:focus {
  border-bottom-color: rgb(219 234 254 / 0.05);
}

.focus\:border-b-blue-100\/50:focus {
  border-bottom-color: rgb(219 234 254 / 0.5);
}

.focus\:border-b-blue-100\/60:focus {
  border-bottom-color: rgb(219 234 254 / 0.6);
}

.focus\:border-b-blue-100\/70:focus {
  border-bottom-color: rgb(219 234 254 / 0.7);
}

.focus\:border-b-blue-100\/75:focus {
  border-bottom-color: rgb(219 234 254 / 0.75);
}

.focus\:border-b-blue-100\/80:focus {
  border-bottom-color: rgb(219 234 254 / 0.8);
}

.focus\:border-b-blue-100\/90:focus {
  border-bottom-color: rgb(219 234 254 / 0.9);
}

.focus\:border-b-blue-100\/95:focus {
  border-bottom-color: rgb(219 234 254 / 0.95);
}

.focus\:border-b-blue-200:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.focus\:border-b-blue-200\/0:focus {
  border-bottom-color: rgb(191 219 254 / 0);
}

.focus\:border-b-blue-200\/10:focus {
  border-bottom-color: rgb(191 219 254 / 0.1);
}

.focus\:border-b-blue-200\/100:focus {
  border-bottom-color: rgb(191 219 254 / 1);
}

.focus\:border-b-blue-200\/20:focus {
  border-bottom-color: rgb(191 219 254 / 0.2);
}

.focus\:border-b-blue-200\/25:focus {
  border-bottom-color: rgb(191 219 254 / 0.25);
}

.focus\:border-b-blue-200\/30:focus {
  border-bottom-color: rgb(191 219 254 / 0.3);
}

.focus\:border-b-blue-200\/40:focus {
  border-bottom-color: rgb(191 219 254 / 0.4);
}

.focus\:border-b-blue-200\/5:focus {
  border-bottom-color: rgb(191 219 254 / 0.05);
}

.focus\:border-b-blue-200\/50:focus {
  border-bottom-color: rgb(191 219 254 / 0.5);
}

.focus\:border-b-blue-200\/60:focus {
  border-bottom-color: rgb(191 219 254 / 0.6);
}

.focus\:border-b-blue-200\/70:focus {
  border-bottom-color: rgb(191 219 254 / 0.7);
}

.focus\:border-b-blue-200\/75:focus {
  border-bottom-color: rgb(191 219 254 / 0.75);
}

.focus\:border-b-blue-200\/80:focus {
  border-bottom-color: rgb(191 219 254 / 0.8);
}

.focus\:border-b-blue-200\/90:focus {
  border-bottom-color: rgb(191 219 254 / 0.9);
}

.focus\:border-b-blue-200\/95:focus {
  border-bottom-color: rgb(191 219 254 / 0.95);
}

.focus\:border-b-blue-300:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.focus\:border-b-blue-300\/0:focus {
  border-bottom-color: rgb(147 197 253 / 0);
}

.focus\:border-b-blue-300\/10:focus {
  border-bottom-color: rgb(147 197 253 / 0.1);
}

.focus\:border-b-blue-300\/100:focus {
  border-bottom-color: rgb(147 197 253 / 1);
}

.focus\:border-b-blue-300\/20:focus {
  border-bottom-color: rgb(147 197 253 / 0.2);
}

.focus\:border-b-blue-300\/25:focus {
  border-bottom-color: rgb(147 197 253 / 0.25);
}

.focus\:border-b-blue-300\/30:focus {
  border-bottom-color: rgb(147 197 253 / 0.3);
}

.focus\:border-b-blue-300\/40:focus {
  border-bottom-color: rgb(147 197 253 / 0.4);
}

.focus\:border-b-blue-300\/5:focus {
  border-bottom-color: rgb(147 197 253 / 0.05);
}

.focus\:border-b-blue-300\/50:focus {
  border-bottom-color: rgb(147 197 253 / 0.5);
}

.focus\:border-b-blue-300\/60:focus {
  border-bottom-color: rgb(147 197 253 / 0.6);
}

.focus\:border-b-blue-300\/70:focus {
  border-bottom-color: rgb(147 197 253 / 0.7);
}

.focus\:border-b-blue-300\/75:focus {
  border-bottom-color: rgb(147 197 253 / 0.75);
}

.focus\:border-b-blue-300\/80:focus {
  border-bottom-color: rgb(147 197 253 / 0.8);
}

.focus\:border-b-blue-300\/90:focus {
  border-bottom-color: rgb(147 197 253 / 0.9);
}

.focus\:border-b-blue-300\/95:focus {
  border-bottom-color: rgb(147 197 253 / 0.95);
}

.focus\:border-b-blue-400:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.focus\:border-b-blue-400\/0:focus {
  border-bottom-color: rgb(96 165 250 / 0);
}

.focus\:border-b-blue-400\/10:focus {
  border-bottom-color: rgb(96 165 250 / 0.1);
}

.focus\:border-b-blue-400\/100:focus {
  border-bottom-color: rgb(96 165 250 / 1);
}

.focus\:border-b-blue-400\/20:focus {
  border-bottom-color: rgb(96 165 250 / 0.2);
}

.focus\:border-b-blue-400\/25:focus {
  border-bottom-color: rgb(96 165 250 / 0.25);
}

.focus\:border-b-blue-400\/30:focus {
  border-bottom-color: rgb(96 165 250 / 0.3);
}

.focus\:border-b-blue-400\/40:focus {
  border-bottom-color: rgb(96 165 250 / 0.4);
}

.focus\:border-b-blue-400\/5:focus {
  border-bottom-color: rgb(96 165 250 / 0.05);
}

.focus\:border-b-blue-400\/50:focus {
  border-bottom-color: rgb(96 165 250 / 0.5);
}

.focus\:border-b-blue-400\/60:focus {
  border-bottom-color: rgb(96 165 250 / 0.6);
}

.focus\:border-b-blue-400\/70:focus {
  border-bottom-color: rgb(96 165 250 / 0.7);
}

.focus\:border-b-blue-400\/75:focus {
  border-bottom-color: rgb(96 165 250 / 0.75);
}

.focus\:border-b-blue-400\/80:focus {
  border-bottom-color: rgb(96 165 250 / 0.8);
}

.focus\:border-b-blue-400\/90:focus {
  border-bottom-color: rgb(96 165 250 / 0.9);
}

.focus\:border-b-blue-400\/95:focus {
  border-bottom-color: rgb(96 165 250 / 0.95);
}

.focus\:border-b-blue-50:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(239 246 255 / var(--tw-border-opacity));
}

.focus\:border-b-blue-50\/0:focus {
  border-bottom-color: rgb(239 246 255 / 0);
}

.focus\:border-b-blue-50\/10:focus {
  border-bottom-color: rgb(239 246 255 / 0.1);
}

.focus\:border-b-blue-50\/100:focus {
  border-bottom-color: rgb(239 246 255 / 1);
}

.focus\:border-b-blue-50\/20:focus {
  border-bottom-color: rgb(239 246 255 / 0.2);
}

.focus\:border-b-blue-50\/25:focus {
  border-bottom-color: rgb(239 246 255 / 0.25);
}

.focus\:border-b-blue-50\/30:focus {
  border-bottom-color: rgb(239 246 255 / 0.3);
}

.focus\:border-b-blue-50\/40:focus {
  border-bottom-color: rgb(239 246 255 / 0.4);
}

.focus\:border-b-blue-50\/5:focus {
  border-bottom-color: rgb(239 246 255 / 0.05);
}

.focus\:border-b-blue-50\/50:focus {
  border-bottom-color: rgb(239 246 255 / 0.5);
}

.focus\:border-b-blue-50\/60:focus {
  border-bottom-color: rgb(239 246 255 / 0.6);
}

.focus\:border-b-blue-50\/70:focus {
  border-bottom-color: rgb(239 246 255 / 0.7);
}

.focus\:border-b-blue-50\/75:focus {
  border-bottom-color: rgb(239 246 255 / 0.75);
}

.focus\:border-b-blue-50\/80:focus {
  border-bottom-color: rgb(239 246 255 / 0.8);
}

.focus\:border-b-blue-50\/90:focus {
  border-bottom-color: rgb(239 246 255 / 0.9);
}

.focus\:border-b-blue-50\/95:focus {
  border-bottom-color: rgb(239 246 255 / 0.95);
}

.focus\:border-b-blue-500:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.focus\:border-b-blue-500\/0:focus {
  border-bottom-color: rgb(59 130 246 / 0);
}

.focus\:border-b-blue-500\/10:focus {
  border-bottom-color: rgb(59 130 246 / 0.1);
}

.focus\:border-b-blue-500\/100:focus {
  border-bottom-color: rgb(59 130 246 / 1);
}

.focus\:border-b-blue-500\/20:focus {
  border-bottom-color: rgb(59 130 246 / 0.2);
}

.focus\:border-b-blue-500\/25:focus {
  border-bottom-color: rgb(59 130 246 / 0.25);
}

.focus\:border-b-blue-500\/30:focus {
  border-bottom-color: rgb(59 130 246 / 0.3);
}

.focus\:border-b-blue-500\/40:focus {
  border-bottom-color: rgb(59 130 246 / 0.4);
}

.focus\:border-b-blue-500\/5:focus {
  border-bottom-color: rgb(59 130 246 / 0.05);
}

.focus\:border-b-blue-500\/50:focus {
  border-bottom-color: rgb(59 130 246 / 0.5);
}

.focus\:border-b-blue-500\/60:focus {
  border-bottom-color: rgb(59 130 246 / 0.6);
}

.focus\:border-b-blue-500\/70:focus {
  border-bottom-color: rgb(59 130 246 / 0.7);
}

.focus\:border-b-blue-500\/75:focus {
  border-bottom-color: rgb(59 130 246 / 0.75);
}

.focus\:border-b-blue-500\/80:focus {
  border-bottom-color: rgb(59 130 246 / 0.8);
}

.focus\:border-b-blue-500\/90:focus {
  border-bottom-color: rgb(59 130 246 / 0.9);
}

.focus\:border-b-blue-500\/95:focus {
  border-bottom-color: rgb(59 130 246 / 0.95);
}

.focus\:border-b-blue-600:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.focus\:border-b-blue-600\/0:focus {
  border-bottom-color: rgb(37 99 235 / 0);
}

.focus\:border-b-blue-600\/10:focus {
  border-bottom-color: rgb(37 99 235 / 0.1);
}

.focus\:border-b-blue-600\/100:focus {
  border-bottom-color: rgb(37 99 235 / 1);
}

.focus\:border-b-blue-600\/20:focus {
  border-bottom-color: rgb(37 99 235 / 0.2);
}

.focus\:border-b-blue-600\/25:focus {
  border-bottom-color: rgb(37 99 235 / 0.25);
}

.focus\:border-b-blue-600\/30:focus {
  border-bottom-color: rgb(37 99 235 / 0.3);
}

.focus\:border-b-blue-600\/40:focus {
  border-bottom-color: rgb(37 99 235 / 0.4);
}

.focus\:border-b-blue-600\/5:focus {
  border-bottom-color: rgb(37 99 235 / 0.05);
}

.focus\:border-b-blue-600\/50:focus {
  border-bottom-color: rgb(37 99 235 / 0.5);
}

.focus\:border-b-blue-600\/60:focus {
  border-bottom-color: rgb(37 99 235 / 0.6);
}

.focus\:border-b-blue-600\/70:focus {
  border-bottom-color: rgb(37 99 235 / 0.7);
}

.focus\:border-b-blue-600\/75:focus {
  border-bottom-color: rgb(37 99 235 / 0.75);
}

.focus\:border-b-blue-600\/80:focus {
  border-bottom-color: rgb(37 99 235 / 0.8);
}

.focus\:border-b-blue-600\/90:focus {
  border-bottom-color: rgb(37 99 235 / 0.9);
}

.focus\:border-b-blue-600\/95:focus {
  border-bottom-color: rgb(37 99 235 / 0.95);
}

.focus\:border-b-blue-700:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.focus\:border-b-blue-700\/0:focus {
  border-bottom-color: rgb(29 78 216 / 0);
}

.focus\:border-b-blue-700\/10:focus {
  border-bottom-color: rgb(29 78 216 / 0.1);
}

.focus\:border-b-blue-700\/100:focus {
  border-bottom-color: rgb(29 78 216 / 1);
}

.focus\:border-b-blue-700\/20:focus {
  border-bottom-color: rgb(29 78 216 / 0.2);
}

.focus\:border-b-blue-700\/25:focus {
  border-bottom-color: rgb(29 78 216 / 0.25);
}

.focus\:border-b-blue-700\/30:focus {
  border-bottom-color: rgb(29 78 216 / 0.3);
}

.focus\:border-b-blue-700\/40:focus {
  border-bottom-color: rgb(29 78 216 / 0.4);
}

.focus\:border-b-blue-700\/5:focus {
  border-bottom-color: rgb(29 78 216 / 0.05);
}

.focus\:border-b-blue-700\/50:focus {
  border-bottom-color: rgb(29 78 216 / 0.5);
}

.focus\:border-b-blue-700\/60:focus {
  border-bottom-color: rgb(29 78 216 / 0.6);
}

.focus\:border-b-blue-700\/70:focus {
  border-bottom-color: rgb(29 78 216 / 0.7);
}

.focus\:border-b-blue-700\/75:focus {
  border-bottom-color: rgb(29 78 216 / 0.75);
}

.focus\:border-b-blue-700\/80:focus {
  border-bottom-color: rgb(29 78 216 / 0.8);
}

.focus\:border-b-blue-700\/90:focus {
  border-bottom-color: rgb(29 78 216 / 0.9);
}

.focus\:border-b-blue-700\/95:focus {
  border-bottom-color: rgb(29 78 216 / 0.95);
}

.focus\:border-b-blue-800:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.focus\:border-b-blue-800\/0:focus {
  border-bottom-color: rgb(30 64 175 / 0);
}

.focus\:border-b-blue-800\/10:focus {
  border-bottom-color: rgb(30 64 175 / 0.1);
}

.focus\:border-b-blue-800\/100:focus {
  border-bottom-color: rgb(30 64 175 / 1);
}

.focus\:border-b-blue-800\/20:focus {
  border-bottom-color: rgb(30 64 175 / 0.2);
}

.focus\:border-b-blue-800\/25:focus {
  border-bottom-color: rgb(30 64 175 / 0.25);
}

.focus\:border-b-blue-800\/30:focus {
  border-bottom-color: rgb(30 64 175 / 0.3);
}

.focus\:border-b-blue-800\/40:focus {
  border-bottom-color: rgb(30 64 175 / 0.4);
}

.focus\:border-b-blue-800\/5:focus {
  border-bottom-color: rgb(30 64 175 / 0.05);
}

.focus\:border-b-blue-800\/50:focus {
  border-bottom-color: rgb(30 64 175 / 0.5);
}

.focus\:border-b-blue-800\/60:focus {
  border-bottom-color: rgb(30 64 175 / 0.6);
}

.focus\:border-b-blue-800\/70:focus {
  border-bottom-color: rgb(30 64 175 / 0.7);
}

.focus\:border-b-blue-800\/75:focus {
  border-bottom-color: rgb(30 64 175 / 0.75);
}

.focus\:border-b-blue-800\/80:focus {
  border-bottom-color: rgb(30 64 175 / 0.8);
}

.focus\:border-b-blue-800\/90:focus {
  border-bottom-color: rgb(30 64 175 / 0.9);
}

.focus\:border-b-blue-800\/95:focus {
  border-bottom-color: rgb(30 64 175 / 0.95);
}

.focus\:border-b-blue-900:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.focus\:border-b-blue-900\/0:focus {
  border-bottom-color: rgb(30 58 138 / 0);
}

.focus\:border-b-blue-900\/10:focus {
  border-bottom-color: rgb(30 58 138 / 0.1);
}

.focus\:border-b-blue-900\/100:focus {
  border-bottom-color: rgb(30 58 138 / 1);
}

.focus\:border-b-blue-900\/20:focus {
  border-bottom-color: rgb(30 58 138 / 0.2);
}

.focus\:border-b-blue-900\/25:focus {
  border-bottom-color: rgb(30 58 138 / 0.25);
}

.focus\:border-b-blue-900\/30:focus {
  border-bottom-color: rgb(30 58 138 / 0.3);
}

.focus\:border-b-blue-900\/40:focus {
  border-bottom-color: rgb(30 58 138 / 0.4);
}

.focus\:border-b-blue-900\/5:focus {
  border-bottom-color: rgb(30 58 138 / 0.05);
}

.focus\:border-b-blue-900\/50:focus {
  border-bottom-color: rgb(30 58 138 / 0.5);
}

.focus\:border-b-blue-900\/60:focus {
  border-bottom-color: rgb(30 58 138 / 0.6);
}

.focus\:border-b-blue-900\/70:focus {
  border-bottom-color: rgb(30 58 138 / 0.7);
}

.focus\:border-b-blue-900\/75:focus {
  border-bottom-color: rgb(30 58 138 / 0.75);
}

.focus\:border-b-blue-900\/80:focus {
  border-bottom-color: rgb(30 58 138 / 0.8);
}

.focus\:border-b-blue-900\/90:focus {
  border-bottom-color: rgb(30 58 138 / 0.9);
}

.focus\:border-b-blue-900\/95:focus {
  border-bottom-color: rgb(30 58 138 / 0.95);
}

.focus\:border-b-blue-950:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(23 37 84 / var(--tw-border-opacity));
}

.focus\:border-b-blue-950\/0:focus {
  border-bottom-color: rgb(23 37 84 / 0);
}

.focus\:border-b-blue-950\/10:focus {
  border-bottom-color: rgb(23 37 84 / 0.1);
}

.focus\:border-b-blue-950\/100:focus {
  border-bottom-color: rgb(23 37 84 / 1);
}

.focus\:border-b-blue-950\/20:focus {
  border-bottom-color: rgb(23 37 84 / 0.2);
}

.focus\:border-b-blue-950\/25:focus {
  border-bottom-color: rgb(23 37 84 / 0.25);
}

.focus\:border-b-blue-950\/30:focus {
  border-bottom-color: rgb(23 37 84 / 0.3);
}

.focus\:border-b-blue-950\/40:focus {
  border-bottom-color: rgb(23 37 84 / 0.4);
}

.focus\:border-b-blue-950\/5:focus {
  border-bottom-color: rgb(23 37 84 / 0.05);
}

.focus\:border-b-blue-950\/50:focus {
  border-bottom-color: rgb(23 37 84 / 0.5);
}

.focus\:border-b-blue-950\/60:focus {
  border-bottom-color: rgb(23 37 84 / 0.6);
}

.focus\:border-b-blue-950\/70:focus {
  border-bottom-color: rgb(23 37 84 / 0.7);
}

.focus\:border-b-blue-950\/75:focus {
  border-bottom-color: rgb(23 37 84 / 0.75);
}

.focus\:border-b-blue-950\/80:focus {
  border-bottom-color: rgb(23 37 84 / 0.8);
}

.focus\:border-b-blue-950\/90:focus {
  border-bottom-color: rgb(23 37 84 / 0.9);
}

.focus\:border-b-blue-950\/95:focus {
  border-bottom-color: rgb(23 37 84 / 0.95);
}

.focus\:border-b-brand-100:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(230 239 246 / var(--tw-border-opacity));
}

.focus\:border-b-brand-100\/0:focus {
  border-bottom-color: rgb(230 239 246 / 0);
}

.focus\:border-b-brand-100\/10:focus {
  border-bottom-color: rgb(230 239 246 / 0.1);
}

.focus\:border-b-brand-100\/100:focus {
  border-bottom-color: rgb(230 239 246 / 1);
}

.focus\:border-b-brand-100\/20:focus {
  border-bottom-color: rgb(230 239 246 / 0.2);
}

.focus\:border-b-brand-100\/25:focus {
  border-bottom-color: rgb(230 239 246 / 0.25);
}

.focus\:border-b-brand-100\/30:focus {
  border-bottom-color: rgb(230 239 246 / 0.3);
}

.focus\:border-b-brand-100\/40:focus {
  border-bottom-color: rgb(230 239 246 / 0.4);
}

.focus\:border-b-brand-100\/5:focus {
  border-bottom-color: rgb(230 239 246 / 0.05);
}

.focus\:border-b-brand-100\/50:focus {
  border-bottom-color: rgb(230 239 246 / 0.5);
}

.focus\:border-b-brand-100\/60:focus {
  border-bottom-color: rgb(230 239 246 / 0.6);
}

.focus\:border-b-brand-100\/70:focus {
  border-bottom-color: rgb(230 239 246 / 0.7);
}

.focus\:border-b-brand-100\/75:focus {
  border-bottom-color: rgb(230 239 246 / 0.75);
}

.focus\:border-b-brand-100\/80:focus {
  border-bottom-color: rgb(230 239 246 / 0.8);
}

.focus\:border-b-brand-100\/90:focus {
  border-bottom-color: rgb(230 239 246 / 0.9);
}

.focus\:border-b-brand-100\/95:focus {
  border-bottom-color: rgb(230 239 246 / 0.95);
}

.focus\:border-b-brand-200:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(193 215 234 / var(--tw-border-opacity));
}

.focus\:border-b-brand-200\/0:focus {
  border-bottom-color: rgb(193 215 234 / 0);
}

.focus\:border-b-brand-200\/10:focus {
  border-bottom-color: rgb(193 215 234 / 0.1);
}

.focus\:border-b-brand-200\/100:focus {
  border-bottom-color: rgb(193 215 234 / 1);
}

.focus\:border-b-brand-200\/20:focus {
  border-bottom-color: rgb(193 215 234 / 0.2);
}

.focus\:border-b-brand-200\/25:focus {
  border-bottom-color: rgb(193 215 234 / 0.25);
}

.focus\:border-b-brand-200\/30:focus {
  border-bottom-color: rgb(193 215 234 / 0.3);
}

.focus\:border-b-brand-200\/40:focus {
  border-bottom-color: rgb(193 215 234 / 0.4);
}

.focus\:border-b-brand-200\/5:focus {
  border-bottom-color: rgb(193 215 234 / 0.05);
}

.focus\:border-b-brand-200\/50:focus {
  border-bottom-color: rgb(193 215 234 / 0.5);
}

.focus\:border-b-brand-200\/60:focus {
  border-bottom-color: rgb(193 215 234 / 0.6);
}

.focus\:border-b-brand-200\/70:focus {
  border-bottom-color: rgb(193 215 234 / 0.7);
}

.focus\:border-b-brand-200\/75:focus {
  border-bottom-color: rgb(193 215 234 / 0.75);
}

.focus\:border-b-brand-200\/80:focus {
  border-bottom-color: rgb(193 215 234 / 0.8);
}

.focus\:border-b-brand-200\/90:focus {
  border-bottom-color: rgb(193 215 234 / 0.9);
}

.focus\:border-b-brand-200\/95:focus {
  border-bottom-color: rgb(193 215 234 / 0.95);
}

.focus\:border-b-brand-300:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(155 190 221 / var(--tw-border-opacity));
}

.focus\:border-b-brand-300\/0:focus {
  border-bottom-color: rgb(155 190 221 / 0);
}

.focus\:border-b-brand-300\/10:focus {
  border-bottom-color: rgb(155 190 221 / 0.1);
}

.focus\:border-b-brand-300\/100:focus {
  border-bottom-color: rgb(155 190 221 / 1);
}

.focus\:border-b-brand-300\/20:focus {
  border-bottom-color: rgb(155 190 221 / 0.2);
}

.focus\:border-b-brand-300\/25:focus {
  border-bottom-color: rgb(155 190 221 / 0.25);
}

.focus\:border-b-brand-300\/30:focus {
  border-bottom-color: rgb(155 190 221 / 0.3);
}

.focus\:border-b-brand-300\/40:focus {
  border-bottom-color: rgb(155 190 221 / 0.4);
}

.focus\:border-b-brand-300\/5:focus {
  border-bottom-color: rgb(155 190 221 / 0.05);
}

.focus\:border-b-brand-300\/50:focus {
  border-bottom-color: rgb(155 190 221 / 0.5);
}

.focus\:border-b-brand-300\/60:focus {
  border-bottom-color: rgb(155 190 221 / 0.6);
}

.focus\:border-b-brand-300\/70:focus {
  border-bottom-color: rgb(155 190 221 / 0.7);
}

.focus\:border-b-brand-300\/75:focus {
  border-bottom-color: rgb(155 190 221 / 0.75);
}

.focus\:border-b-brand-300\/80:focus {
  border-bottom-color: rgb(155 190 221 / 0.8);
}

.focus\:border-b-brand-300\/90:focus {
  border-bottom-color: rgb(155 190 221 / 0.9);
}

.focus\:border-b-brand-300\/95:focus {
  border-bottom-color: rgb(155 190 221 / 0.95);
}

.focus\:border-b-brand-400:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(81 142 195 / var(--tw-border-opacity));
}

.focus\:border-b-brand-400\/0:focus {
  border-bottom-color: rgb(81 142 195 / 0);
}

.focus\:border-b-brand-400\/10:focus {
  border-bottom-color: rgb(81 142 195 / 0.1);
}

.focus\:border-b-brand-400\/100:focus {
  border-bottom-color: rgb(81 142 195 / 1);
}

.focus\:border-b-brand-400\/20:focus {
  border-bottom-color: rgb(81 142 195 / 0.2);
}

.focus\:border-b-brand-400\/25:focus {
  border-bottom-color: rgb(81 142 195 / 0.25);
}

.focus\:border-b-brand-400\/30:focus {
  border-bottom-color: rgb(81 142 195 / 0.3);
}

.focus\:border-b-brand-400\/40:focus {
  border-bottom-color: rgb(81 142 195 / 0.4);
}

.focus\:border-b-brand-400\/5:focus {
  border-bottom-color: rgb(81 142 195 / 0.05);
}

.focus\:border-b-brand-400\/50:focus {
  border-bottom-color: rgb(81 142 195 / 0.5);
}

.focus\:border-b-brand-400\/60:focus {
  border-bottom-color: rgb(81 142 195 / 0.6);
}

.focus\:border-b-brand-400\/70:focus {
  border-bottom-color: rgb(81 142 195 / 0.7);
}

.focus\:border-b-brand-400\/75:focus {
  border-bottom-color: rgb(81 142 195 / 0.75);
}

.focus\:border-b-brand-400\/80:focus {
  border-bottom-color: rgb(81 142 195 / 0.8);
}

.focus\:border-b-brand-400\/90:focus {
  border-bottom-color: rgb(81 142 195 / 0.9);
}

.focus\:border-b-brand-400\/95:focus {
  border-bottom-color: rgb(81 142 195 / 0.95);
}

.focus\:border-b-brand-50:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(243 247 251 / var(--tw-border-opacity));
}

.focus\:border-b-brand-50\/0:focus {
  border-bottom-color: rgb(243 247 251 / 0);
}

.focus\:border-b-brand-50\/10:focus {
  border-bottom-color: rgb(243 247 251 / 0.1);
}

.focus\:border-b-brand-50\/100:focus {
  border-bottom-color: rgb(243 247 251 / 1);
}

.focus\:border-b-brand-50\/20:focus {
  border-bottom-color: rgb(243 247 251 / 0.2);
}

.focus\:border-b-brand-50\/25:focus {
  border-bottom-color: rgb(243 247 251 / 0.25);
}

.focus\:border-b-brand-50\/30:focus {
  border-bottom-color: rgb(243 247 251 / 0.3);
}

.focus\:border-b-brand-50\/40:focus {
  border-bottom-color: rgb(243 247 251 / 0.4);
}

.focus\:border-b-brand-50\/5:focus {
  border-bottom-color: rgb(243 247 251 / 0.05);
}

.focus\:border-b-brand-50\/50:focus {
  border-bottom-color: rgb(243 247 251 / 0.5);
}

.focus\:border-b-brand-50\/60:focus {
  border-bottom-color: rgb(243 247 251 / 0.6);
}

.focus\:border-b-brand-50\/70:focus {
  border-bottom-color: rgb(243 247 251 / 0.7);
}

.focus\:border-b-brand-50\/75:focus {
  border-bottom-color: rgb(243 247 251 / 0.75);
}

.focus\:border-b-brand-50\/80:focus {
  border-bottom-color: rgb(243 247 251 / 0.8);
}

.focus\:border-b-brand-50\/90:focus {
  border-bottom-color: rgb(243 247 251 / 0.9);
}

.focus\:border-b-brand-50\/95:focus {
  border-bottom-color: rgb(243 247 251 / 0.95);
}

.focus\:border-b-brand-500:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(6 93 169 / var(--tw-border-opacity));
}

.focus\:border-b-brand-500\/0:focus {
  border-bottom-color: rgb(6 93 169 / 0);
}

.focus\:border-b-brand-500\/10:focus {
  border-bottom-color: rgb(6 93 169 / 0.1);
}

.focus\:border-b-brand-500\/100:focus {
  border-bottom-color: rgb(6 93 169 / 1);
}

.focus\:border-b-brand-500\/20:focus {
  border-bottom-color: rgb(6 93 169 / 0.2);
}

.focus\:border-b-brand-500\/25:focus {
  border-bottom-color: rgb(6 93 169 / 0.25);
}

.focus\:border-b-brand-500\/30:focus {
  border-bottom-color: rgb(6 93 169 / 0.3);
}

.focus\:border-b-brand-500\/40:focus {
  border-bottom-color: rgb(6 93 169 / 0.4);
}

.focus\:border-b-brand-500\/5:focus {
  border-bottom-color: rgb(6 93 169 / 0.05);
}

.focus\:border-b-brand-500\/50:focus {
  border-bottom-color: rgb(6 93 169 / 0.5);
}

.focus\:border-b-brand-500\/60:focus {
  border-bottom-color: rgb(6 93 169 / 0.6);
}

.focus\:border-b-brand-500\/70:focus {
  border-bottom-color: rgb(6 93 169 / 0.7);
}

.focus\:border-b-brand-500\/75:focus {
  border-bottom-color: rgb(6 93 169 / 0.75);
}

.focus\:border-b-brand-500\/80:focus {
  border-bottom-color: rgb(6 93 169 / 0.8);
}

.focus\:border-b-brand-500\/90:focus {
  border-bottom-color: rgb(6 93 169 / 0.9);
}

.focus\:border-b-brand-500\/95:focus {
  border-bottom-color: rgb(6 93 169 / 0.95);
}

.focus\:border-b-brand-600:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(5 84 152 / var(--tw-border-opacity));
}

.focus\:border-b-brand-600\/0:focus {
  border-bottom-color: rgb(5 84 152 / 0);
}

.focus\:border-b-brand-600\/10:focus {
  border-bottom-color: rgb(5 84 152 / 0.1);
}

.focus\:border-b-brand-600\/100:focus {
  border-bottom-color: rgb(5 84 152 / 1);
}

.focus\:border-b-brand-600\/20:focus {
  border-bottom-color: rgb(5 84 152 / 0.2);
}

.focus\:border-b-brand-600\/25:focus {
  border-bottom-color: rgb(5 84 152 / 0.25);
}

.focus\:border-b-brand-600\/30:focus {
  border-bottom-color: rgb(5 84 152 / 0.3);
}

.focus\:border-b-brand-600\/40:focus {
  border-bottom-color: rgb(5 84 152 / 0.4);
}

.focus\:border-b-brand-600\/5:focus {
  border-bottom-color: rgb(5 84 152 / 0.05);
}

.focus\:border-b-brand-600\/50:focus {
  border-bottom-color: rgb(5 84 152 / 0.5);
}

.focus\:border-b-brand-600\/60:focus {
  border-bottom-color: rgb(5 84 152 / 0.6);
}

.focus\:border-b-brand-600\/70:focus {
  border-bottom-color: rgb(5 84 152 / 0.7);
}

.focus\:border-b-brand-600\/75:focus {
  border-bottom-color: rgb(5 84 152 / 0.75);
}

.focus\:border-b-brand-600\/80:focus {
  border-bottom-color: rgb(5 84 152 / 0.8);
}

.focus\:border-b-brand-600\/90:focus {
  border-bottom-color: rgb(5 84 152 / 0.9);
}

.focus\:border-b-brand-600\/95:focus {
  border-bottom-color: rgb(5 84 152 / 0.95);
}

.focus\:border-b-brand-700:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(4 56 101 / var(--tw-border-opacity));
}

.focus\:border-b-brand-700\/0:focus {
  border-bottom-color: rgb(4 56 101 / 0);
}

.focus\:border-b-brand-700\/10:focus {
  border-bottom-color: rgb(4 56 101 / 0.1);
}

.focus\:border-b-brand-700\/100:focus {
  border-bottom-color: rgb(4 56 101 / 1);
}

.focus\:border-b-brand-700\/20:focus {
  border-bottom-color: rgb(4 56 101 / 0.2);
}

.focus\:border-b-brand-700\/25:focus {
  border-bottom-color: rgb(4 56 101 / 0.25);
}

.focus\:border-b-brand-700\/30:focus {
  border-bottom-color: rgb(4 56 101 / 0.3);
}

.focus\:border-b-brand-700\/40:focus {
  border-bottom-color: rgb(4 56 101 / 0.4);
}

.focus\:border-b-brand-700\/5:focus {
  border-bottom-color: rgb(4 56 101 / 0.05);
}

.focus\:border-b-brand-700\/50:focus {
  border-bottom-color: rgb(4 56 101 / 0.5);
}

.focus\:border-b-brand-700\/60:focus {
  border-bottom-color: rgb(4 56 101 / 0.6);
}

.focus\:border-b-brand-700\/70:focus {
  border-bottom-color: rgb(4 56 101 / 0.7);
}

.focus\:border-b-brand-700\/75:focus {
  border-bottom-color: rgb(4 56 101 / 0.75);
}

.focus\:border-b-brand-700\/80:focus {
  border-bottom-color: rgb(4 56 101 / 0.8);
}

.focus\:border-b-brand-700\/90:focus {
  border-bottom-color: rgb(4 56 101 / 0.9);
}

.focus\:border-b-brand-700\/95:focus {
  border-bottom-color: rgb(4 56 101 / 0.95);
}

.focus\:border-b-brand-800:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(3 42 76 / var(--tw-border-opacity));
}

.focus\:border-b-brand-800\/0:focus {
  border-bottom-color: rgb(3 42 76 / 0);
}

.focus\:border-b-brand-800\/10:focus {
  border-bottom-color: rgb(3 42 76 / 0.1);
}

.focus\:border-b-brand-800\/100:focus {
  border-bottom-color: rgb(3 42 76 / 1);
}

.focus\:border-b-brand-800\/20:focus {
  border-bottom-color: rgb(3 42 76 / 0.2);
}

.focus\:border-b-brand-800\/25:focus {
  border-bottom-color: rgb(3 42 76 / 0.25);
}

.focus\:border-b-brand-800\/30:focus {
  border-bottom-color: rgb(3 42 76 / 0.3);
}

.focus\:border-b-brand-800\/40:focus {
  border-bottom-color: rgb(3 42 76 / 0.4);
}

.focus\:border-b-brand-800\/5:focus {
  border-bottom-color: rgb(3 42 76 / 0.05);
}

.focus\:border-b-brand-800\/50:focus {
  border-bottom-color: rgb(3 42 76 / 0.5);
}

.focus\:border-b-brand-800\/60:focus {
  border-bottom-color: rgb(3 42 76 / 0.6);
}

.focus\:border-b-brand-800\/70:focus {
  border-bottom-color: rgb(3 42 76 / 0.7);
}

.focus\:border-b-brand-800\/75:focus {
  border-bottom-color: rgb(3 42 76 / 0.75);
}

.focus\:border-b-brand-800\/80:focus {
  border-bottom-color: rgb(3 42 76 / 0.8);
}

.focus\:border-b-brand-800\/90:focus {
  border-bottom-color: rgb(3 42 76 / 0.9);
}

.focus\:border-b-brand-800\/95:focus {
  border-bottom-color: rgb(3 42 76 / 0.95);
}

.focus\:border-b-brand-900:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(2 28 51 / var(--tw-border-opacity));
}

.focus\:border-b-brand-900\/0:focus {
  border-bottom-color: rgb(2 28 51 / 0);
}

.focus\:border-b-brand-900\/10:focus {
  border-bottom-color: rgb(2 28 51 / 0.1);
}

.focus\:border-b-brand-900\/100:focus {
  border-bottom-color: rgb(2 28 51 / 1);
}

.focus\:border-b-brand-900\/20:focus {
  border-bottom-color: rgb(2 28 51 / 0.2);
}

.focus\:border-b-brand-900\/25:focus {
  border-bottom-color: rgb(2 28 51 / 0.25);
}

.focus\:border-b-brand-900\/30:focus {
  border-bottom-color: rgb(2 28 51 / 0.3);
}

.focus\:border-b-brand-900\/40:focus {
  border-bottom-color: rgb(2 28 51 / 0.4);
}

.focus\:border-b-brand-900\/5:focus {
  border-bottom-color: rgb(2 28 51 / 0.05);
}

.focus\:border-b-brand-900\/50:focus {
  border-bottom-color: rgb(2 28 51 / 0.5);
}

.focus\:border-b-brand-900\/60:focus {
  border-bottom-color: rgb(2 28 51 / 0.6);
}

.focus\:border-b-brand-900\/70:focus {
  border-bottom-color: rgb(2 28 51 / 0.7);
}

.focus\:border-b-brand-900\/75:focus {
  border-bottom-color: rgb(2 28 51 / 0.75);
}

.focus\:border-b-brand-900\/80:focus {
  border-bottom-color: rgb(2 28 51 / 0.8);
}

.focus\:border-b-brand-900\/90:focus {
  border-bottom-color: rgb(2 28 51 / 0.9);
}

.focus\:border-b-brand-900\/95:focus {
  border-bottom-color: rgb(2 28 51 / 0.95);
}

.focus\:border-b-current:focus {
  border-bottom-color: currentColor;
}

.focus\:border-b-cyan-100:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(207 250 254 / var(--tw-border-opacity));
}

.focus\:border-b-cyan-100\/0:focus {
  border-bottom-color: rgb(207 250 254 / 0);
}

.focus\:border-b-cyan-100\/10:focus {
  border-bottom-color: rgb(207 250 254 / 0.1);
}

.focus\:border-b-cyan-100\/100:focus {
  border-bottom-color: rgb(207 250 254 / 1);
}

.focus\:border-b-cyan-100\/20:focus {
  border-bottom-color: rgb(207 250 254 / 0.2);
}

.focus\:border-b-cyan-100\/25:focus {
  border-bottom-color: rgb(207 250 254 / 0.25);
}

.focus\:border-b-cyan-100\/30:focus {
  border-bottom-color: rgb(207 250 254 / 0.3);
}

.focus\:border-b-cyan-100\/40:focus {
  border-bottom-color: rgb(207 250 254 / 0.4);
}

.focus\:border-b-cyan-100\/5:focus {
  border-bottom-color: rgb(207 250 254 / 0.05);
}

.focus\:border-b-cyan-100\/50:focus {
  border-bottom-color: rgb(207 250 254 / 0.5);
}

.focus\:border-b-cyan-100\/60:focus {
  border-bottom-color: rgb(207 250 254 / 0.6);
}

.focus\:border-b-cyan-100\/70:focus {
  border-bottom-color: rgb(207 250 254 / 0.7);
}

.focus\:border-b-cyan-100\/75:focus {
  border-bottom-color: rgb(207 250 254 / 0.75);
}

.focus\:border-b-cyan-100\/80:focus {
  border-bottom-color: rgb(207 250 254 / 0.8);
}

.focus\:border-b-cyan-100\/90:focus {
  border-bottom-color: rgb(207 250 254 / 0.9);
}

.focus\:border-b-cyan-100\/95:focus {
  border-bottom-color: rgb(207 250 254 / 0.95);
}

.focus\:border-b-cyan-200:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(165 243 252 / var(--tw-border-opacity));
}

.focus\:border-b-cyan-200\/0:focus {
  border-bottom-color: rgb(165 243 252 / 0);
}

.focus\:border-b-cyan-200\/10:focus {
  border-bottom-color: rgb(165 243 252 / 0.1);
}

.focus\:border-b-cyan-200\/100:focus {
  border-bottom-color: rgb(165 243 252 / 1);
}

.focus\:border-b-cyan-200\/20:focus {
  border-bottom-color: rgb(165 243 252 / 0.2);
}

.focus\:border-b-cyan-200\/25:focus {
  border-bottom-color: rgb(165 243 252 / 0.25);
}

.focus\:border-b-cyan-200\/30:focus {
  border-bottom-color: rgb(165 243 252 / 0.3);
}

.focus\:border-b-cyan-200\/40:focus {
  border-bottom-color: rgb(165 243 252 / 0.4);
}

.focus\:border-b-cyan-200\/5:focus {
  border-bottom-color: rgb(165 243 252 / 0.05);
}

.focus\:border-b-cyan-200\/50:focus {
  border-bottom-color: rgb(165 243 252 / 0.5);
}

.focus\:border-b-cyan-200\/60:focus {
  border-bottom-color: rgb(165 243 252 / 0.6);
}

.focus\:border-b-cyan-200\/70:focus {
  border-bottom-color: rgb(165 243 252 / 0.7);
}

.focus\:border-b-cyan-200\/75:focus {
  border-bottom-color: rgb(165 243 252 / 0.75);
}

.focus\:border-b-cyan-200\/80:focus {
  border-bottom-color: rgb(165 243 252 / 0.8);
}

.focus\:border-b-cyan-200\/90:focus {
  border-bottom-color: rgb(165 243 252 / 0.9);
}

.focus\:border-b-cyan-200\/95:focus {
  border-bottom-color: rgb(165 243 252 / 0.95);
}

.focus\:border-b-cyan-300:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(103 232 249 / var(--tw-border-opacity));
}

.focus\:border-b-cyan-300\/0:focus {
  border-bottom-color: rgb(103 232 249 / 0);
}

.focus\:border-b-cyan-300\/10:focus {
  border-bottom-color: rgb(103 232 249 / 0.1);
}

.focus\:border-b-cyan-300\/100:focus {
  border-bottom-color: rgb(103 232 249 / 1);
}

.focus\:border-b-cyan-300\/20:focus {
  border-bottom-color: rgb(103 232 249 / 0.2);
}

.focus\:border-b-cyan-300\/25:focus {
  border-bottom-color: rgb(103 232 249 / 0.25);
}

.focus\:border-b-cyan-300\/30:focus {
  border-bottom-color: rgb(103 232 249 / 0.3);
}

.focus\:border-b-cyan-300\/40:focus {
  border-bottom-color: rgb(103 232 249 / 0.4);
}

.focus\:border-b-cyan-300\/5:focus {
  border-bottom-color: rgb(103 232 249 / 0.05);
}

.focus\:border-b-cyan-300\/50:focus {
  border-bottom-color: rgb(103 232 249 / 0.5);
}

.focus\:border-b-cyan-300\/60:focus {
  border-bottom-color: rgb(103 232 249 / 0.6);
}

.focus\:border-b-cyan-300\/70:focus {
  border-bottom-color: rgb(103 232 249 / 0.7);
}

.focus\:border-b-cyan-300\/75:focus {
  border-bottom-color: rgb(103 232 249 / 0.75);
}

.focus\:border-b-cyan-300\/80:focus {
  border-bottom-color: rgb(103 232 249 / 0.8);
}

.focus\:border-b-cyan-300\/90:focus {
  border-bottom-color: rgb(103 232 249 / 0.9);
}

.focus\:border-b-cyan-300\/95:focus {
  border-bottom-color: rgb(103 232 249 / 0.95);
}

.focus\:border-b-cyan-400:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(34 211 238 / var(--tw-border-opacity));
}

.focus\:border-b-cyan-400\/0:focus {
  border-bottom-color: rgb(34 211 238 / 0);
}

.focus\:border-b-cyan-400\/10:focus {
  border-bottom-color: rgb(34 211 238 / 0.1);
}

.focus\:border-b-cyan-400\/100:focus {
  border-bottom-color: rgb(34 211 238 / 1);
}

.focus\:border-b-cyan-400\/20:focus {
  border-bottom-color: rgb(34 211 238 / 0.2);
}

.focus\:border-b-cyan-400\/25:focus {
  border-bottom-color: rgb(34 211 238 / 0.25);
}

.focus\:border-b-cyan-400\/30:focus {
  border-bottom-color: rgb(34 211 238 / 0.3);
}

.focus\:border-b-cyan-400\/40:focus {
  border-bottom-color: rgb(34 211 238 / 0.4);
}

.focus\:border-b-cyan-400\/5:focus {
  border-bottom-color: rgb(34 211 238 / 0.05);
}

.focus\:border-b-cyan-400\/50:focus {
  border-bottom-color: rgb(34 211 238 / 0.5);
}

.focus\:border-b-cyan-400\/60:focus {
  border-bottom-color: rgb(34 211 238 / 0.6);
}

.focus\:border-b-cyan-400\/70:focus {
  border-bottom-color: rgb(34 211 238 / 0.7);
}

.focus\:border-b-cyan-400\/75:focus {
  border-bottom-color: rgb(34 211 238 / 0.75);
}

.focus\:border-b-cyan-400\/80:focus {
  border-bottom-color: rgb(34 211 238 / 0.8);
}

.focus\:border-b-cyan-400\/90:focus {
  border-bottom-color: rgb(34 211 238 / 0.9);
}

.focus\:border-b-cyan-400\/95:focus {
  border-bottom-color: rgb(34 211 238 / 0.95);
}

.focus\:border-b-cyan-50:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(236 254 255 / var(--tw-border-opacity));
}

.focus\:border-b-cyan-50\/0:focus {
  border-bottom-color: rgb(236 254 255 / 0);
}

.focus\:border-b-cyan-50\/10:focus {
  border-bottom-color: rgb(236 254 255 / 0.1);
}

.focus\:border-b-cyan-50\/100:focus {
  border-bottom-color: rgb(236 254 255 / 1);
}

.focus\:border-b-cyan-50\/20:focus {
  border-bottom-color: rgb(236 254 255 / 0.2);
}

.focus\:border-b-cyan-50\/25:focus {
  border-bottom-color: rgb(236 254 255 / 0.25);
}

.focus\:border-b-cyan-50\/30:focus {
  border-bottom-color: rgb(236 254 255 / 0.3);
}

.focus\:border-b-cyan-50\/40:focus {
  border-bottom-color: rgb(236 254 255 / 0.4);
}

.focus\:border-b-cyan-50\/5:focus {
  border-bottom-color: rgb(236 254 255 / 0.05);
}

.focus\:border-b-cyan-50\/50:focus {
  border-bottom-color: rgb(236 254 255 / 0.5);
}

.focus\:border-b-cyan-50\/60:focus {
  border-bottom-color: rgb(236 254 255 / 0.6);
}

.focus\:border-b-cyan-50\/70:focus {
  border-bottom-color: rgb(236 254 255 / 0.7);
}

.focus\:border-b-cyan-50\/75:focus {
  border-bottom-color: rgb(236 254 255 / 0.75);
}

.focus\:border-b-cyan-50\/80:focus {
  border-bottom-color: rgb(236 254 255 / 0.8);
}

.focus\:border-b-cyan-50\/90:focus {
  border-bottom-color: rgb(236 254 255 / 0.9);
}

.focus\:border-b-cyan-50\/95:focus {
  border-bottom-color: rgb(236 254 255 / 0.95);
}

.focus\:border-b-cyan-500:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(6 182 212 / var(--tw-border-opacity));
}

.focus\:border-b-cyan-500\/0:focus {
  border-bottom-color: rgb(6 182 212 / 0);
}

.focus\:border-b-cyan-500\/10:focus {
  border-bottom-color: rgb(6 182 212 / 0.1);
}

.focus\:border-b-cyan-500\/100:focus {
  border-bottom-color: rgb(6 182 212 / 1);
}

.focus\:border-b-cyan-500\/20:focus {
  border-bottom-color: rgb(6 182 212 / 0.2);
}

.focus\:border-b-cyan-500\/25:focus {
  border-bottom-color: rgb(6 182 212 / 0.25);
}

.focus\:border-b-cyan-500\/30:focus {
  border-bottom-color: rgb(6 182 212 / 0.3);
}

.focus\:border-b-cyan-500\/40:focus {
  border-bottom-color: rgb(6 182 212 / 0.4);
}

.focus\:border-b-cyan-500\/5:focus {
  border-bottom-color: rgb(6 182 212 / 0.05);
}

.focus\:border-b-cyan-500\/50:focus {
  border-bottom-color: rgb(6 182 212 / 0.5);
}

.focus\:border-b-cyan-500\/60:focus {
  border-bottom-color: rgb(6 182 212 / 0.6);
}

.focus\:border-b-cyan-500\/70:focus {
  border-bottom-color: rgb(6 182 212 / 0.7);
}

.focus\:border-b-cyan-500\/75:focus {
  border-bottom-color: rgb(6 182 212 / 0.75);
}

.focus\:border-b-cyan-500\/80:focus {
  border-bottom-color: rgb(6 182 212 / 0.8);
}

.focus\:border-b-cyan-500\/90:focus {
  border-bottom-color: rgb(6 182 212 / 0.9);
}

.focus\:border-b-cyan-500\/95:focus {
  border-bottom-color: rgb(6 182 212 / 0.95);
}

.focus\:border-b-cyan-600:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(8 145 178 / var(--tw-border-opacity));
}

.focus\:border-b-cyan-600\/0:focus {
  border-bottom-color: rgb(8 145 178 / 0);
}

.focus\:border-b-cyan-600\/10:focus {
  border-bottom-color: rgb(8 145 178 / 0.1);
}

.focus\:border-b-cyan-600\/100:focus {
  border-bottom-color: rgb(8 145 178 / 1);
}

.focus\:border-b-cyan-600\/20:focus {
  border-bottom-color: rgb(8 145 178 / 0.2);
}

.focus\:border-b-cyan-600\/25:focus {
  border-bottom-color: rgb(8 145 178 / 0.25);
}

.focus\:border-b-cyan-600\/30:focus {
  border-bottom-color: rgb(8 145 178 / 0.3);
}

.focus\:border-b-cyan-600\/40:focus {
  border-bottom-color: rgb(8 145 178 / 0.4);
}

.focus\:border-b-cyan-600\/5:focus {
  border-bottom-color: rgb(8 145 178 / 0.05);
}

.focus\:border-b-cyan-600\/50:focus {
  border-bottom-color: rgb(8 145 178 / 0.5);
}

.focus\:border-b-cyan-600\/60:focus {
  border-bottom-color: rgb(8 145 178 / 0.6);
}

.focus\:border-b-cyan-600\/70:focus {
  border-bottom-color: rgb(8 145 178 / 0.7);
}

.focus\:border-b-cyan-600\/75:focus {
  border-bottom-color: rgb(8 145 178 / 0.75);
}

.focus\:border-b-cyan-600\/80:focus {
  border-bottom-color: rgb(8 145 178 / 0.8);
}

.focus\:border-b-cyan-600\/90:focus {
  border-bottom-color: rgb(8 145 178 / 0.9);
}

.focus\:border-b-cyan-600\/95:focus {
  border-bottom-color: rgb(8 145 178 / 0.95);
}

.focus\:border-b-cyan-700:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(14 116 144 / var(--tw-border-opacity));
}

.focus\:border-b-cyan-700\/0:focus {
  border-bottom-color: rgb(14 116 144 / 0);
}

.focus\:border-b-cyan-700\/10:focus {
  border-bottom-color: rgb(14 116 144 / 0.1);
}

.focus\:border-b-cyan-700\/100:focus {
  border-bottom-color: rgb(14 116 144 / 1);
}

.focus\:border-b-cyan-700\/20:focus {
  border-bottom-color: rgb(14 116 144 / 0.2);
}

.focus\:border-b-cyan-700\/25:focus {
  border-bottom-color: rgb(14 116 144 / 0.25);
}

.focus\:border-b-cyan-700\/30:focus {
  border-bottom-color: rgb(14 116 144 / 0.3);
}

.focus\:border-b-cyan-700\/40:focus {
  border-bottom-color: rgb(14 116 144 / 0.4);
}

.focus\:border-b-cyan-700\/5:focus {
  border-bottom-color: rgb(14 116 144 / 0.05);
}

.focus\:border-b-cyan-700\/50:focus {
  border-bottom-color: rgb(14 116 144 / 0.5);
}

.focus\:border-b-cyan-700\/60:focus {
  border-bottom-color: rgb(14 116 144 / 0.6);
}

.focus\:border-b-cyan-700\/70:focus {
  border-bottom-color: rgb(14 116 144 / 0.7);
}

.focus\:border-b-cyan-700\/75:focus {
  border-bottom-color: rgb(14 116 144 / 0.75);
}

.focus\:border-b-cyan-700\/80:focus {
  border-bottom-color: rgb(14 116 144 / 0.8);
}

.focus\:border-b-cyan-700\/90:focus {
  border-bottom-color: rgb(14 116 144 / 0.9);
}

.focus\:border-b-cyan-700\/95:focus {
  border-bottom-color: rgb(14 116 144 / 0.95);
}

.focus\:border-b-cyan-800:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(21 94 117 / var(--tw-border-opacity));
}

.focus\:border-b-cyan-800\/0:focus {
  border-bottom-color: rgb(21 94 117 / 0);
}

.focus\:border-b-cyan-800\/10:focus {
  border-bottom-color: rgb(21 94 117 / 0.1);
}

.focus\:border-b-cyan-800\/100:focus {
  border-bottom-color: rgb(21 94 117 / 1);
}

.focus\:border-b-cyan-800\/20:focus {
  border-bottom-color: rgb(21 94 117 / 0.2);
}

.focus\:border-b-cyan-800\/25:focus {
  border-bottom-color: rgb(21 94 117 / 0.25);
}

.focus\:border-b-cyan-800\/30:focus {
  border-bottom-color: rgb(21 94 117 / 0.3);
}

.focus\:border-b-cyan-800\/40:focus {
  border-bottom-color: rgb(21 94 117 / 0.4);
}

.focus\:border-b-cyan-800\/5:focus {
  border-bottom-color: rgb(21 94 117 / 0.05);
}

.focus\:border-b-cyan-800\/50:focus {
  border-bottom-color: rgb(21 94 117 / 0.5);
}

.focus\:border-b-cyan-800\/60:focus {
  border-bottom-color: rgb(21 94 117 / 0.6);
}

.focus\:border-b-cyan-800\/70:focus {
  border-bottom-color: rgb(21 94 117 / 0.7);
}

.focus\:border-b-cyan-800\/75:focus {
  border-bottom-color: rgb(21 94 117 / 0.75);
}

.focus\:border-b-cyan-800\/80:focus {
  border-bottom-color: rgb(21 94 117 / 0.8);
}

.focus\:border-b-cyan-800\/90:focus {
  border-bottom-color: rgb(21 94 117 / 0.9);
}

.focus\:border-b-cyan-800\/95:focus {
  border-bottom-color: rgb(21 94 117 / 0.95);
}

.focus\:border-b-cyan-900:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(22 78 99 / var(--tw-border-opacity));
}

.focus\:border-b-cyan-900\/0:focus {
  border-bottom-color: rgb(22 78 99 / 0);
}

.focus\:border-b-cyan-900\/10:focus {
  border-bottom-color: rgb(22 78 99 / 0.1);
}

.focus\:border-b-cyan-900\/100:focus {
  border-bottom-color: rgb(22 78 99 / 1);
}

.focus\:border-b-cyan-900\/20:focus {
  border-bottom-color: rgb(22 78 99 / 0.2);
}

.focus\:border-b-cyan-900\/25:focus {
  border-bottom-color: rgb(22 78 99 / 0.25);
}

.focus\:border-b-cyan-900\/30:focus {
  border-bottom-color: rgb(22 78 99 / 0.3);
}

.focus\:border-b-cyan-900\/40:focus {
  border-bottom-color: rgb(22 78 99 / 0.4);
}

.focus\:border-b-cyan-900\/5:focus {
  border-bottom-color: rgb(22 78 99 / 0.05);
}

.focus\:border-b-cyan-900\/50:focus {
  border-bottom-color: rgb(22 78 99 / 0.5);
}

.focus\:border-b-cyan-900\/60:focus {
  border-bottom-color: rgb(22 78 99 / 0.6);
}

.focus\:border-b-cyan-900\/70:focus {
  border-bottom-color: rgb(22 78 99 / 0.7);
}

.focus\:border-b-cyan-900\/75:focus {
  border-bottom-color: rgb(22 78 99 / 0.75);
}

.focus\:border-b-cyan-900\/80:focus {
  border-bottom-color: rgb(22 78 99 / 0.8);
}

.focus\:border-b-cyan-900\/90:focus {
  border-bottom-color: rgb(22 78 99 / 0.9);
}

.focus\:border-b-cyan-900\/95:focus {
  border-bottom-color: rgb(22 78 99 / 0.95);
}

.focus\:border-b-cyan-950:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(8 51 68 / var(--tw-border-opacity));
}

.focus\:border-b-cyan-950\/0:focus {
  border-bottom-color: rgb(8 51 68 / 0);
}

.focus\:border-b-cyan-950\/10:focus {
  border-bottom-color: rgb(8 51 68 / 0.1);
}

.focus\:border-b-cyan-950\/100:focus {
  border-bottom-color: rgb(8 51 68 / 1);
}

.focus\:border-b-cyan-950\/20:focus {
  border-bottom-color: rgb(8 51 68 / 0.2);
}

.focus\:border-b-cyan-950\/25:focus {
  border-bottom-color: rgb(8 51 68 / 0.25);
}

.focus\:border-b-cyan-950\/30:focus {
  border-bottom-color: rgb(8 51 68 / 0.3);
}

.focus\:border-b-cyan-950\/40:focus {
  border-bottom-color: rgb(8 51 68 / 0.4);
}

.focus\:border-b-cyan-950\/5:focus {
  border-bottom-color: rgb(8 51 68 / 0.05);
}

.focus\:border-b-cyan-950\/50:focus {
  border-bottom-color: rgb(8 51 68 / 0.5);
}

.focus\:border-b-cyan-950\/60:focus {
  border-bottom-color: rgb(8 51 68 / 0.6);
}

.focus\:border-b-cyan-950\/70:focus {
  border-bottom-color: rgb(8 51 68 / 0.7);
}

.focus\:border-b-cyan-950\/75:focus {
  border-bottom-color: rgb(8 51 68 / 0.75);
}

.focus\:border-b-cyan-950\/80:focus {
  border-bottom-color: rgb(8 51 68 / 0.8);
}

.focus\:border-b-cyan-950\/90:focus {
  border-bottom-color: rgb(8 51 68 / 0.9);
}

.focus\:border-b-cyan-950\/95:focus {
  border-bottom-color: rgb(8 51 68 / 0.95);
}

.focus\:border-b-emerald-100:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(209 250 229 / var(--tw-border-opacity));
}

.focus\:border-b-emerald-100\/0:focus {
  border-bottom-color: rgb(209 250 229 / 0);
}

.focus\:border-b-emerald-100\/10:focus {
  border-bottom-color: rgb(209 250 229 / 0.1);
}

.focus\:border-b-emerald-100\/100:focus {
  border-bottom-color: rgb(209 250 229 / 1);
}

.focus\:border-b-emerald-100\/20:focus {
  border-bottom-color: rgb(209 250 229 / 0.2);
}

.focus\:border-b-emerald-100\/25:focus {
  border-bottom-color: rgb(209 250 229 / 0.25);
}

.focus\:border-b-emerald-100\/30:focus {
  border-bottom-color: rgb(209 250 229 / 0.3);
}

.focus\:border-b-emerald-100\/40:focus {
  border-bottom-color: rgb(209 250 229 / 0.4);
}

.focus\:border-b-emerald-100\/5:focus {
  border-bottom-color: rgb(209 250 229 / 0.05);
}

.focus\:border-b-emerald-100\/50:focus {
  border-bottom-color: rgb(209 250 229 / 0.5);
}

.focus\:border-b-emerald-100\/60:focus {
  border-bottom-color: rgb(209 250 229 / 0.6);
}

.focus\:border-b-emerald-100\/70:focus {
  border-bottom-color: rgb(209 250 229 / 0.7);
}

.focus\:border-b-emerald-100\/75:focus {
  border-bottom-color: rgb(209 250 229 / 0.75);
}

.focus\:border-b-emerald-100\/80:focus {
  border-bottom-color: rgb(209 250 229 / 0.8);
}

.focus\:border-b-emerald-100\/90:focus {
  border-bottom-color: rgb(209 250 229 / 0.9);
}

.focus\:border-b-emerald-100\/95:focus {
  border-bottom-color: rgb(209 250 229 / 0.95);
}

.focus\:border-b-emerald-200:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(167 243 208 / var(--tw-border-opacity));
}

.focus\:border-b-emerald-200\/0:focus {
  border-bottom-color: rgb(167 243 208 / 0);
}

.focus\:border-b-emerald-200\/10:focus {
  border-bottom-color: rgb(167 243 208 / 0.1);
}

.focus\:border-b-emerald-200\/100:focus {
  border-bottom-color: rgb(167 243 208 / 1);
}

.focus\:border-b-emerald-200\/20:focus {
  border-bottom-color: rgb(167 243 208 / 0.2);
}

.focus\:border-b-emerald-200\/25:focus {
  border-bottom-color: rgb(167 243 208 / 0.25);
}

.focus\:border-b-emerald-200\/30:focus {
  border-bottom-color: rgb(167 243 208 / 0.3);
}

.focus\:border-b-emerald-200\/40:focus {
  border-bottom-color: rgb(167 243 208 / 0.4);
}

.focus\:border-b-emerald-200\/5:focus {
  border-bottom-color: rgb(167 243 208 / 0.05);
}

.focus\:border-b-emerald-200\/50:focus {
  border-bottom-color: rgb(167 243 208 / 0.5);
}

.focus\:border-b-emerald-200\/60:focus {
  border-bottom-color: rgb(167 243 208 / 0.6);
}

.focus\:border-b-emerald-200\/70:focus {
  border-bottom-color: rgb(167 243 208 / 0.7);
}

.focus\:border-b-emerald-200\/75:focus {
  border-bottom-color: rgb(167 243 208 / 0.75);
}

.focus\:border-b-emerald-200\/80:focus {
  border-bottom-color: rgb(167 243 208 / 0.8);
}

.focus\:border-b-emerald-200\/90:focus {
  border-bottom-color: rgb(167 243 208 / 0.9);
}

.focus\:border-b-emerald-200\/95:focus {
  border-bottom-color: rgb(167 243 208 / 0.95);
}

.focus\:border-b-emerald-300:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(110 231 183 / var(--tw-border-opacity));
}

.focus\:border-b-emerald-300\/0:focus {
  border-bottom-color: rgb(110 231 183 / 0);
}

.focus\:border-b-emerald-300\/10:focus {
  border-bottom-color: rgb(110 231 183 / 0.1);
}

.focus\:border-b-emerald-300\/100:focus {
  border-bottom-color: rgb(110 231 183 / 1);
}

.focus\:border-b-emerald-300\/20:focus {
  border-bottom-color: rgb(110 231 183 / 0.2);
}

.focus\:border-b-emerald-300\/25:focus {
  border-bottom-color: rgb(110 231 183 / 0.25);
}

.focus\:border-b-emerald-300\/30:focus {
  border-bottom-color: rgb(110 231 183 / 0.3);
}

.focus\:border-b-emerald-300\/40:focus {
  border-bottom-color: rgb(110 231 183 / 0.4);
}

.focus\:border-b-emerald-300\/5:focus {
  border-bottom-color: rgb(110 231 183 / 0.05);
}

.focus\:border-b-emerald-300\/50:focus {
  border-bottom-color: rgb(110 231 183 / 0.5);
}

.focus\:border-b-emerald-300\/60:focus {
  border-bottom-color: rgb(110 231 183 / 0.6);
}

.focus\:border-b-emerald-300\/70:focus {
  border-bottom-color: rgb(110 231 183 / 0.7);
}

.focus\:border-b-emerald-300\/75:focus {
  border-bottom-color: rgb(110 231 183 / 0.75);
}

.focus\:border-b-emerald-300\/80:focus {
  border-bottom-color: rgb(110 231 183 / 0.8);
}

.focus\:border-b-emerald-300\/90:focus {
  border-bottom-color: rgb(110 231 183 / 0.9);
}

.focus\:border-b-emerald-300\/95:focus {
  border-bottom-color: rgb(110 231 183 / 0.95);
}

.focus\:border-b-emerald-400:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.focus\:border-b-emerald-400\/0:focus {
  border-bottom-color: rgb(52 211 153 / 0);
}

.focus\:border-b-emerald-400\/10:focus {
  border-bottom-color: rgb(52 211 153 / 0.1);
}

.focus\:border-b-emerald-400\/100:focus {
  border-bottom-color: rgb(52 211 153 / 1);
}

.focus\:border-b-emerald-400\/20:focus {
  border-bottom-color: rgb(52 211 153 / 0.2);
}

.focus\:border-b-emerald-400\/25:focus {
  border-bottom-color: rgb(52 211 153 / 0.25);
}

.focus\:border-b-emerald-400\/30:focus {
  border-bottom-color: rgb(52 211 153 / 0.3);
}

.focus\:border-b-emerald-400\/40:focus {
  border-bottom-color: rgb(52 211 153 / 0.4);
}

.focus\:border-b-emerald-400\/5:focus {
  border-bottom-color: rgb(52 211 153 / 0.05);
}

.focus\:border-b-emerald-400\/50:focus {
  border-bottom-color: rgb(52 211 153 / 0.5);
}

.focus\:border-b-emerald-400\/60:focus {
  border-bottom-color: rgb(52 211 153 / 0.6);
}

.focus\:border-b-emerald-400\/70:focus {
  border-bottom-color: rgb(52 211 153 / 0.7);
}

.focus\:border-b-emerald-400\/75:focus {
  border-bottom-color: rgb(52 211 153 / 0.75);
}

.focus\:border-b-emerald-400\/80:focus {
  border-bottom-color: rgb(52 211 153 / 0.8);
}

.focus\:border-b-emerald-400\/90:focus {
  border-bottom-color: rgb(52 211 153 / 0.9);
}

.focus\:border-b-emerald-400\/95:focus {
  border-bottom-color: rgb(52 211 153 / 0.95);
}

.focus\:border-b-emerald-50:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(236 253 245 / var(--tw-border-opacity));
}

.focus\:border-b-emerald-50\/0:focus {
  border-bottom-color: rgb(236 253 245 / 0);
}

.focus\:border-b-emerald-50\/10:focus {
  border-bottom-color: rgb(236 253 245 / 0.1);
}

.focus\:border-b-emerald-50\/100:focus {
  border-bottom-color: rgb(236 253 245 / 1);
}

.focus\:border-b-emerald-50\/20:focus {
  border-bottom-color: rgb(236 253 245 / 0.2);
}

.focus\:border-b-emerald-50\/25:focus {
  border-bottom-color: rgb(236 253 245 / 0.25);
}

.focus\:border-b-emerald-50\/30:focus {
  border-bottom-color: rgb(236 253 245 / 0.3);
}

.focus\:border-b-emerald-50\/40:focus {
  border-bottom-color: rgb(236 253 245 / 0.4);
}

.focus\:border-b-emerald-50\/5:focus {
  border-bottom-color: rgb(236 253 245 / 0.05);
}

.focus\:border-b-emerald-50\/50:focus {
  border-bottom-color: rgb(236 253 245 / 0.5);
}

.focus\:border-b-emerald-50\/60:focus {
  border-bottom-color: rgb(236 253 245 / 0.6);
}

.focus\:border-b-emerald-50\/70:focus {
  border-bottom-color: rgb(236 253 245 / 0.7);
}

.focus\:border-b-emerald-50\/75:focus {
  border-bottom-color: rgb(236 253 245 / 0.75);
}

.focus\:border-b-emerald-50\/80:focus {
  border-bottom-color: rgb(236 253 245 / 0.8);
}

.focus\:border-b-emerald-50\/90:focus {
  border-bottom-color: rgb(236 253 245 / 0.9);
}

.focus\:border-b-emerald-50\/95:focus {
  border-bottom-color: rgb(236 253 245 / 0.95);
}

.focus\:border-b-emerald-500:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.focus\:border-b-emerald-500\/0:focus {
  border-bottom-color: rgb(16 185 129 / 0);
}

.focus\:border-b-emerald-500\/10:focus {
  border-bottom-color: rgb(16 185 129 / 0.1);
}

.focus\:border-b-emerald-500\/100:focus {
  border-bottom-color: rgb(16 185 129 / 1);
}

.focus\:border-b-emerald-500\/20:focus {
  border-bottom-color: rgb(16 185 129 / 0.2);
}

.focus\:border-b-emerald-500\/25:focus {
  border-bottom-color: rgb(16 185 129 / 0.25);
}

.focus\:border-b-emerald-500\/30:focus {
  border-bottom-color: rgb(16 185 129 / 0.3);
}

.focus\:border-b-emerald-500\/40:focus {
  border-bottom-color: rgb(16 185 129 / 0.4);
}

.focus\:border-b-emerald-500\/5:focus {
  border-bottom-color: rgb(16 185 129 / 0.05);
}

.focus\:border-b-emerald-500\/50:focus {
  border-bottom-color: rgb(16 185 129 / 0.5);
}

.focus\:border-b-emerald-500\/60:focus {
  border-bottom-color: rgb(16 185 129 / 0.6);
}

.focus\:border-b-emerald-500\/70:focus {
  border-bottom-color: rgb(16 185 129 / 0.7);
}

.focus\:border-b-emerald-500\/75:focus {
  border-bottom-color: rgb(16 185 129 / 0.75);
}

.focus\:border-b-emerald-500\/80:focus {
  border-bottom-color: rgb(16 185 129 / 0.8);
}

.focus\:border-b-emerald-500\/90:focus {
  border-bottom-color: rgb(16 185 129 / 0.9);
}

.focus\:border-b-emerald-500\/95:focus {
  border-bottom-color: rgb(16 185 129 / 0.95);
}

.focus\:border-b-emerald-600:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(5 150 105 / var(--tw-border-opacity));
}

.focus\:border-b-emerald-600\/0:focus {
  border-bottom-color: rgb(5 150 105 / 0);
}

.focus\:border-b-emerald-600\/10:focus {
  border-bottom-color: rgb(5 150 105 / 0.1);
}

.focus\:border-b-emerald-600\/100:focus {
  border-bottom-color: rgb(5 150 105 / 1);
}

.focus\:border-b-emerald-600\/20:focus {
  border-bottom-color: rgb(5 150 105 / 0.2);
}

.focus\:border-b-emerald-600\/25:focus {
  border-bottom-color: rgb(5 150 105 / 0.25);
}

.focus\:border-b-emerald-600\/30:focus {
  border-bottom-color: rgb(5 150 105 / 0.3);
}

.focus\:border-b-emerald-600\/40:focus {
  border-bottom-color: rgb(5 150 105 / 0.4);
}

.focus\:border-b-emerald-600\/5:focus {
  border-bottom-color: rgb(5 150 105 / 0.05);
}

.focus\:border-b-emerald-600\/50:focus {
  border-bottom-color: rgb(5 150 105 / 0.5);
}

.focus\:border-b-emerald-600\/60:focus {
  border-bottom-color: rgb(5 150 105 / 0.6);
}

.focus\:border-b-emerald-600\/70:focus {
  border-bottom-color: rgb(5 150 105 / 0.7);
}

.focus\:border-b-emerald-600\/75:focus {
  border-bottom-color: rgb(5 150 105 / 0.75);
}

.focus\:border-b-emerald-600\/80:focus {
  border-bottom-color: rgb(5 150 105 / 0.8);
}

.focus\:border-b-emerald-600\/90:focus {
  border-bottom-color: rgb(5 150 105 / 0.9);
}

.focus\:border-b-emerald-600\/95:focus {
  border-bottom-color: rgb(5 150 105 / 0.95);
}

.focus\:border-b-emerald-700:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(4 120 87 / var(--tw-border-opacity));
}

.focus\:border-b-emerald-700\/0:focus {
  border-bottom-color: rgb(4 120 87 / 0);
}

.focus\:border-b-emerald-700\/10:focus {
  border-bottom-color: rgb(4 120 87 / 0.1);
}

.focus\:border-b-emerald-700\/100:focus {
  border-bottom-color: rgb(4 120 87 / 1);
}

.focus\:border-b-emerald-700\/20:focus {
  border-bottom-color: rgb(4 120 87 / 0.2);
}

.focus\:border-b-emerald-700\/25:focus {
  border-bottom-color: rgb(4 120 87 / 0.25);
}

.focus\:border-b-emerald-700\/30:focus {
  border-bottom-color: rgb(4 120 87 / 0.3);
}

.focus\:border-b-emerald-700\/40:focus {
  border-bottom-color: rgb(4 120 87 / 0.4);
}

.focus\:border-b-emerald-700\/5:focus {
  border-bottom-color: rgb(4 120 87 / 0.05);
}

.focus\:border-b-emerald-700\/50:focus {
  border-bottom-color: rgb(4 120 87 / 0.5);
}

.focus\:border-b-emerald-700\/60:focus {
  border-bottom-color: rgb(4 120 87 / 0.6);
}

.focus\:border-b-emerald-700\/70:focus {
  border-bottom-color: rgb(4 120 87 / 0.7);
}

.focus\:border-b-emerald-700\/75:focus {
  border-bottom-color: rgb(4 120 87 / 0.75);
}

.focus\:border-b-emerald-700\/80:focus {
  border-bottom-color: rgb(4 120 87 / 0.8);
}

.focus\:border-b-emerald-700\/90:focus {
  border-bottom-color: rgb(4 120 87 / 0.9);
}

.focus\:border-b-emerald-700\/95:focus {
  border-bottom-color: rgb(4 120 87 / 0.95);
}

.focus\:border-b-emerald-800:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(6 95 70 / var(--tw-border-opacity));
}

.focus\:border-b-emerald-800\/0:focus {
  border-bottom-color: rgb(6 95 70 / 0);
}

.focus\:border-b-emerald-800\/10:focus {
  border-bottom-color: rgb(6 95 70 / 0.1);
}

.focus\:border-b-emerald-800\/100:focus {
  border-bottom-color: rgb(6 95 70 / 1);
}

.focus\:border-b-emerald-800\/20:focus {
  border-bottom-color: rgb(6 95 70 / 0.2);
}

.focus\:border-b-emerald-800\/25:focus {
  border-bottom-color: rgb(6 95 70 / 0.25);
}

.focus\:border-b-emerald-800\/30:focus {
  border-bottom-color: rgb(6 95 70 / 0.3);
}

.focus\:border-b-emerald-800\/40:focus {
  border-bottom-color: rgb(6 95 70 / 0.4);
}

.focus\:border-b-emerald-800\/5:focus {
  border-bottom-color: rgb(6 95 70 / 0.05);
}

.focus\:border-b-emerald-800\/50:focus {
  border-bottom-color: rgb(6 95 70 / 0.5);
}

.focus\:border-b-emerald-800\/60:focus {
  border-bottom-color: rgb(6 95 70 / 0.6);
}

.focus\:border-b-emerald-800\/70:focus {
  border-bottom-color: rgb(6 95 70 / 0.7);
}

.focus\:border-b-emerald-800\/75:focus {
  border-bottom-color: rgb(6 95 70 / 0.75);
}

.focus\:border-b-emerald-800\/80:focus {
  border-bottom-color: rgb(6 95 70 / 0.8);
}

.focus\:border-b-emerald-800\/90:focus {
  border-bottom-color: rgb(6 95 70 / 0.9);
}

.focus\:border-b-emerald-800\/95:focus {
  border-bottom-color: rgb(6 95 70 / 0.95);
}

.focus\:border-b-emerald-900:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(6 78 59 / var(--tw-border-opacity));
}

.focus\:border-b-emerald-900\/0:focus {
  border-bottom-color: rgb(6 78 59 / 0);
}

.focus\:border-b-emerald-900\/10:focus {
  border-bottom-color: rgb(6 78 59 / 0.1);
}

.focus\:border-b-emerald-900\/100:focus {
  border-bottom-color: rgb(6 78 59 / 1);
}

.focus\:border-b-emerald-900\/20:focus {
  border-bottom-color: rgb(6 78 59 / 0.2);
}

.focus\:border-b-emerald-900\/25:focus {
  border-bottom-color: rgb(6 78 59 / 0.25);
}

.focus\:border-b-emerald-900\/30:focus {
  border-bottom-color: rgb(6 78 59 / 0.3);
}

.focus\:border-b-emerald-900\/40:focus {
  border-bottom-color: rgb(6 78 59 / 0.4);
}

.focus\:border-b-emerald-900\/5:focus {
  border-bottom-color: rgb(6 78 59 / 0.05);
}

.focus\:border-b-emerald-900\/50:focus {
  border-bottom-color: rgb(6 78 59 / 0.5);
}

.focus\:border-b-emerald-900\/60:focus {
  border-bottom-color: rgb(6 78 59 / 0.6);
}

.focus\:border-b-emerald-900\/70:focus {
  border-bottom-color: rgb(6 78 59 / 0.7);
}

.focus\:border-b-emerald-900\/75:focus {
  border-bottom-color: rgb(6 78 59 / 0.75);
}

.focus\:border-b-emerald-900\/80:focus {
  border-bottom-color: rgb(6 78 59 / 0.8);
}

.focus\:border-b-emerald-900\/90:focus {
  border-bottom-color: rgb(6 78 59 / 0.9);
}

.focus\:border-b-emerald-900\/95:focus {
  border-bottom-color: rgb(6 78 59 / 0.95);
}

.focus\:border-b-emerald-950:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(2 44 34 / var(--tw-border-opacity));
}

.focus\:border-b-emerald-950\/0:focus {
  border-bottom-color: rgb(2 44 34 / 0);
}

.focus\:border-b-emerald-950\/10:focus {
  border-bottom-color: rgb(2 44 34 / 0.1);
}

.focus\:border-b-emerald-950\/100:focus {
  border-bottom-color: rgb(2 44 34 / 1);
}

.focus\:border-b-emerald-950\/20:focus {
  border-bottom-color: rgb(2 44 34 / 0.2);
}

.focus\:border-b-emerald-950\/25:focus {
  border-bottom-color: rgb(2 44 34 / 0.25);
}

.focus\:border-b-emerald-950\/30:focus {
  border-bottom-color: rgb(2 44 34 / 0.3);
}

.focus\:border-b-emerald-950\/40:focus {
  border-bottom-color: rgb(2 44 34 / 0.4);
}

.focus\:border-b-emerald-950\/5:focus {
  border-bottom-color: rgb(2 44 34 / 0.05);
}

.focus\:border-b-emerald-950\/50:focus {
  border-bottom-color: rgb(2 44 34 / 0.5);
}

.focus\:border-b-emerald-950\/60:focus {
  border-bottom-color: rgb(2 44 34 / 0.6);
}

.focus\:border-b-emerald-950\/70:focus {
  border-bottom-color: rgb(2 44 34 / 0.7);
}

.focus\:border-b-emerald-950\/75:focus {
  border-bottom-color: rgb(2 44 34 / 0.75);
}

.focus\:border-b-emerald-950\/80:focus {
  border-bottom-color: rgb(2 44 34 / 0.8);
}

.focus\:border-b-emerald-950\/90:focus {
  border-bottom-color: rgb(2 44 34 / 0.9);
}

.focus\:border-b-emerald-950\/95:focus {
  border-bottom-color: rgb(2 44 34 / 0.95);
}

.focus\:border-b-fuchsia-100:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 232 255 / var(--tw-border-opacity));
}

.focus\:border-b-fuchsia-100\/0:focus {
  border-bottom-color: rgb(250 232 255 / 0);
}

.focus\:border-b-fuchsia-100\/10:focus {
  border-bottom-color: rgb(250 232 255 / 0.1);
}

.focus\:border-b-fuchsia-100\/100:focus {
  border-bottom-color: rgb(250 232 255 / 1);
}

.focus\:border-b-fuchsia-100\/20:focus {
  border-bottom-color: rgb(250 232 255 / 0.2);
}

.focus\:border-b-fuchsia-100\/25:focus {
  border-bottom-color: rgb(250 232 255 / 0.25);
}

.focus\:border-b-fuchsia-100\/30:focus {
  border-bottom-color: rgb(250 232 255 / 0.3);
}

.focus\:border-b-fuchsia-100\/40:focus {
  border-bottom-color: rgb(250 232 255 / 0.4);
}

.focus\:border-b-fuchsia-100\/5:focus {
  border-bottom-color: rgb(250 232 255 / 0.05);
}

.focus\:border-b-fuchsia-100\/50:focus {
  border-bottom-color: rgb(250 232 255 / 0.5);
}

.focus\:border-b-fuchsia-100\/60:focus {
  border-bottom-color: rgb(250 232 255 / 0.6);
}

.focus\:border-b-fuchsia-100\/70:focus {
  border-bottom-color: rgb(250 232 255 / 0.7);
}

.focus\:border-b-fuchsia-100\/75:focus {
  border-bottom-color: rgb(250 232 255 / 0.75);
}

.focus\:border-b-fuchsia-100\/80:focus {
  border-bottom-color: rgb(250 232 255 / 0.8);
}

.focus\:border-b-fuchsia-100\/90:focus {
  border-bottom-color: rgb(250 232 255 / 0.9);
}

.focus\:border-b-fuchsia-100\/95:focus {
  border-bottom-color: rgb(250 232 255 / 0.95);
}

.focus\:border-b-fuchsia-200:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 208 254 / var(--tw-border-opacity));
}

.focus\:border-b-fuchsia-200\/0:focus {
  border-bottom-color: rgb(245 208 254 / 0);
}

.focus\:border-b-fuchsia-200\/10:focus {
  border-bottom-color: rgb(245 208 254 / 0.1);
}

.focus\:border-b-fuchsia-200\/100:focus {
  border-bottom-color: rgb(245 208 254 / 1);
}

.focus\:border-b-fuchsia-200\/20:focus {
  border-bottom-color: rgb(245 208 254 / 0.2);
}

.focus\:border-b-fuchsia-200\/25:focus {
  border-bottom-color: rgb(245 208 254 / 0.25);
}

.focus\:border-b-fuchsia-200\/30:focus {
  border-bottom-color: rgb(245 208 254 / 0.3);
}

.focus\:border-b-fuchsia-200\/40:focus {
  border-bottom-color: rgb(245 208 254 / 0.4);
}

.focus\:border-b-fuchsia-200\/5:focus {
  border-bottom-color: rgb(245 208 254 / 0.05);
}

.focus\:border-b-fuchsia-200\/50:focus {
  border-bottom-color: rgb(245 208 254 / 0.5);
}

.focus\:border-b-fuchsia-200\/60:focus {
  border-bottom-color: rgb(245 208 254 / 0.6);
}

.focus\:border-b-fuchsia-200\/70:focus {
  border-bottom-color: rgb(245 208 254 / 0.7);
}

.focus\:border-b-fuchsia-200\/75:focus {
  border-bottom-color: rgb(245 208 254 / 0.75);
}

.focus\:border-b-fuchsia-200\/80:focus {
  border-bottom-color: rgb(245 208 254 / 0.8);
}

.focus\:border-b-fuchsia-200\/90:focus {
  border-bottom-color: rgb(245 208 254 / 0.9);
}

.focus\:border-b-fuchsia-200\/95:focus {
  border-bottom-color: rgb(245 208 254 / 0.95);
}

.focus\:border-b-fuchsia-300:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(240 171 252 / var(--tw-border-opacity));
}

.focus\:border-b-fuchsia-300\/0:focus {
  border-bottom-color: rgb(240 171 252 / 0);
}

.focus\:border-b-fuchsia-300\/10:focus {
  border-bottom-color: rgb(240 171 252 / 0.1);
}

.focus\:border-b-fuchsia-300\/100:focus {
  border-bottom-color: rgb(240 171 252 / 1);
}

.focus\:border-b-fuchsia-300\/20:focus {
  border-bottom-color: rgb(240 171 252 / 0.2);
}

.focus\:border-b-fuchsia-300\/25:focus {
  border-bottom-color: rgb(240 171 252 / 0.25);
}

.focus\:border-b-fuchsia-300\/30:focus {
  border-bottom-color: rgb(240 171 252 / 0.3);
}

.focus\:border-b-fuchsia-300\/40:focus {
  border-bottom-color: rgb(240 171 252 / 0.4);
}

.focus\:border-b-fuchsia-300\/5:focus {
  border-bottom-color: rgb(240 171 252 / 0.05);
}

.focus\:border-b-fuchsia-300\/50:focus {
  border-bottom-color: rgb(240 171 252 / 0.5);
}

.focus\:border-b-fuchsia-300\/60:focus {
  border-bottom-color: rgb(240 171 252 / 0.6);
}

.focus\:border-b-fuchsia-300\/70:focus {
  border-bottom-color: rgb(240 171 252 / 0.7);
}

.focus\:border-b-fuchsia-300\/75:focus {
  border-bottom-color: rgb(240 171 252 / 0.75);
}

.focus\:border-b-fuchsia-300\/80:focus {
  border-bottom-color: rgb(240 171 252 / 0.8);
}

.focus\:border-b-fuchsia-300\/90:focus {
  border-bottom-color: rgb(240 171 252 / 0.9);
}

.focus\:border-b-fuchsia-300\/95:focus {
  border-bottom-color: rgb(240 171 252 / 0.95);
}

.focus\:border-b-fuchsia-400:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(232 121 249 / var(--tw-border-opacity));
}

.focus\:border-b-fuchsia-400\/0:focus {
  border-bottom-color: rgb(232 121 249 / 0);
}

.focus\:border-b-fuchsia-400\/10:focus {
  border-bottom-color: rgb(232 121 249 / 0.1);
}

.focus\:border-b-fuchsia-400\/100:focus {
  border-bottom-color: rgb(232 121 249 / 1);
}

.focus\:border-b-fuchsia-400\/20:focus {
  border-bottom-color: rgb(232 121 249 / 0.2);
}

.focus\:border-b-fuchsia-400\/25:focus {
  border-bottom-color: rgb(232 121 249 / 0.25);
}

.focus\:border-b-fuchsia-400\/30:focus {
  border-bottom-color: rgb(232 121 249 / 0.3);
}

.focus\:border-b-fuchsia-400\/40:focus {
  border-bottom-color: rgb(232 121 249 / 0.4);
}

.focus\:border-b-fuchsia-400\/5:focus {
  border-bottom-color: rgb(232 121 249 / 0.05);
}

.focus\:border-b-fuchsia-400\/50:focus {
  border-bottom-color: rgb(232 121 249 / 0.5);
}

.focus\:border-b-fuchsia-400\/60:focus {
  border-bottom-color: rgb(232 121 249 / 0.6);
}

.focus\:border-b-fuchsia-400\/70:focus {
  border-bottom-color: rgb(232 121 249 / 0.7);
}

.focus\:border-b-fuchsia-400\/75:focus {
  border-bottom-color: rgb(232 121 249 / 0.75);
}

.focus\:border-b-fuchsia-400\/80:focus {
  border-bottom-color: rgb(232 121 249 / 0.8);
}

.focus\:border-b-fuchsia-400\/90:focus {
  border-bottom-color: rgb(232 121 249 / 0.9);
}

.focus\:border-b-fuchsia-400\/95:focus {
  border-bottom-color: rgb(232 121 249 / 0.95);
}

.focus\:border-b-fuchsia-50:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 244 255 / var(--tw-border-opacity));
}

.focus\:border-b-fuchsia-50\/0:focus {
  border-bottom-color: rgb(253 244 255 / 0);
}

.focus\:border-b-fuchsia-50\/10:focus {
  border-bottom-color: rgb(253 244 255 / 0.1);
}

.focus\:border-b-fuchsia-50\/100:focus {
  border-bottom-color: rgb(253 244 255 / 1);
}

.focus\:border-b-fuchsia-50\/20:focus {
  border-bottom-color: rgb(253 244 255 / 0.2);
}

.focus\:border-b-fuchsia-50\/25:focus {
  border-bottom-color: rgb(253 244 255 / 0.25);
}

.focus\:border-b-fuchsia-50\/30:focus {
  border-bottom-color: rgb(253 244 255 / 0.3);
}

.focus\:border-b-fuchsia-50\/40:focus {
  border-bottom-color: rgb(253 244 255 / 0.4);
}

.focus\:border-b-fuchsia-50\/5:focus {
  border-bottom-color: rgb(253 244 255 / 0.05);
}

.focus\:border-b-fuchsia-50\/50:focus {
  border-bottom-color: rgb(253 244 255 / 0.5);
}

.focus\:border-b-fuchsia-50\/60:focus {
  border-bottom-color: rgb(253 244 255 / 0.6);
}

.focus\:border-b-fuchsia-50\/70:focus {
  border-bottom-color: rgb(253 244 255 / 0.7);
}

.focus\:border-b-fuchsia-50\/75:focus {
  border-bottom-color: rgb(253 244 255 / 0.75);
}

.focus\:border-b-fuchsia-50\/80:focus {
  border-bottom-color: rgb(253 244 255 / 0.8);
}

.focus\:border-b-fuchsia-50\/90:focus {
  border-bottom-color: rgb(253 244 255 / 0.9);
}

.focus\:border-b-fuchsia-50\/95:focus {
  border-bottom-color: rgb(253 244 255 / 0.95);
}

.focus\:border-b-fuchsia-500:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 70 239 / var(--tw-border-opacity));
}

.focus\:border-b-fuchsia-500\/0:focus {
  border-bottom-color: rgb(217 70 239 / 0);
}

.focus\:border-b-fuchsia-500\/10:focus {
  border-bottom-color: rgb(217 70 239 / 0.1);
}

.focus\:border-b-fuchsia-500\/100:focus {
  border-bottom-color: rgb(217 70 239 / 1);
}

.focus\:border-b-fuchsia-500\/20:focus {
  border-bottom-color: rgb(217 70 239 / 0.2);
}

.focus\:border-b-fuchsia-500\/25:focus {
  border-bottom-color: rgb(217 70 239 / 0.25);
}

.focus\:border-b-fuchsia-500\/30:focus {
  border-bottom-color: rgb(217 70 239 / 0.3);
}

.focus\:border-b-fuchsia-500\/40:focus {
  border-bottom-color: rgb(217 70 239 / 0.4);
}

.focus\:border-b-fuchsia-500\/5:focus {
  border-bottom-color: rgb(217 70 239 / 0.05);
}

.focus\:border-b-fuchsia-500\/50:focus {
  border-bottom-color: rgb(217 70 239 / 0.5);
}

.focus\:border-b-fuchsia-500\/60:focus {
  border-bottom-color: rgb(217 70 239 / 0.6);
}

.focus\:border-b-fuchsia-500\/70:focus {
  border-bottom-color: rgb(217 70 239 / 0.7);
}

.focus\:border-b-fuchsia-500\/75:focus {
  border-bottom-color: rgb(217 70 239 / 0.75);
}

.focus\:border-b-fuchsia-500\/80:focus {
  border-bottom-color: rgb(217 70 239 / 0.8);
}

.focus\:border-b-fuchsia-500\/90:focus {
  border-bottom-color: rgb(217 70 239 / 0.9);
}

.focus\:border-b-fuchsia-500\/95:focus {
  border-bottom-color: rgb(217 70 239 / 0.95);
}

.focus\:border-b-fuchsia-600:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(192 38 211 / var(--tw-border-opacity));
}

.focus\:border-b-fuchsia-600\/0:focus {
  border-bottom-color: rgb(192 38 211 / 0);
}

.focus\:border-b-fuchsia-600\/10:focus {
  border-bottom-color: rgb(192 38 211 / 0.1);
}

.focus\:border-b-fuchsia-600\/100:focus {
  border-bottom-color: rgb(192 38 211 / 1);
}

.focus\:border-b-fuchsia-600\/20:focus {
  border-bottom-color: rgb(192 38 211 / 0.2);
}

.focus\:border-b-fuchsia-600\/25:focus {
  border-bottom-color: rgb(192 38 211 / 0.25);
}

.focus\:border-b-fuchsia-600\/30:focus {
  border-bottom-color: rgb(192 38 211 / 0.3);
}

.focus\:border-b-fuchsia-600\/40:focus {
  border-bottom-color: rgb(192 38 211 / 0.4);
}

.focus\:border-b-fuchsia-600\/5:focus {
  border-bottom-color: rgb(192 38 211 / 0.05);
}

.focus\:border-b-fuchsia-600\/50:focus {
  border-bottom-color: rgb(192 38 211 / 0.5);
}

.focus\:border-b-fuchsia-600\/60:focus {
  border-bottom-color: rgb(192 38 211 / 0.6);
}

.focus\:border-b-fuchsia-600\/70:focus {
  border-bottom-color: rgb(192 38 211 / 0.7);
}

.focus\:border-b-fuchsia-600\/75:focus {
  border-bottom-color: rgb(192 38 211 / 0.75);
}

.focus\:border-b-fuchsia-600\/80:focus {
  border-bottom-color: rgb(192 38 211 / 0.8);
}

.focus\:border-b-fuchsia-600\/90:focus {
  border-bottom-color: rgb(192 38 211 / 0.9);
}

.focus\:border-b-fuchsia-600\/95:focus {
  border-bottom-color: rgb(192 38 211 / 0.95);
}

.focus\:border-b-fuchsia-700:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(162 28 175 / var(--tw-border-opacity));
}

.focus\:border-b-fuchsia-700\/0:focus {
  border-bottom-color: rgb(162 28 175 / 0);
}

.focus\:border-b-fuchsia-700\/10:focus {
  border-bottom-color: rgb(162 28 175 / 0.1);
}

.focus\:border-b-fuchsia-700\/100:focus {
  border-bottom-color: rgb(162 28 175 / 1);
}

.focus\:border-b-fuchsia-700\/20:focus {
  border-bottom-color: rgb(162 28 175 / 0.2);
}

.focus\:border-b-fuchsia-700\/25:focus {
  border-bottom-color: rgb(162 28 175 / 0.25);
}

.focus\:border-b-fuchsia-700\/30:focus {
  border-bottom-color: rgb(162 28 175 / 0.3);
}

.focus\:border-b-fuchsia-700\/40:focus {
  border-bottom-color: rgb(162 28 175 / 0.4);
}

.focus\:border-b-fuchsia-700\/5:focus {
  border-bottom-color: rgb(162 28 175 / 0.05);
}

.focus\:border-b-fuchsia-700\/50:focus {
  border-bottom-color: rgb(162 28 175 / 0.5);
}

.focus\:border-b-fuchsia-700\/60:focus {
  border-bottom-color: rgb(162 28 175 / 0.6);
}

.focus\:border-b-fuchsia-700\/70:focus {
  border-bottom-color: rgb(162 28 175 / 0.7);
}

.focus\:border-b-fuchsia-700\/75:focus {
  border-bottom-color: rgb(162 28 175 / 0.75);
}

.focus\:border-b-fuchsia-700\/80:focus {
  border-bottom-color: rgb(162 28 175 / 0.8);
}

.focus\:border-b-fuchsia-700\/90:focus {
  border-bottom-color: rgb(162 28 175 / 0.9);
}

.focus\:border-b-fuchsia-700\/95:focus {
  border-bottom-color: rgb(162 28 175 / 0.95);
}

.focus\:border-b-fuchsia-800:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(134 25 143 / var(--tw-border-opacity));
}

.focus\:border-b-fuchsia-800\/0:focus {
  border-bottom-color: rgb(134 25 143 / 0);
}

.focus\:border-b-fuchsia-800\/10:focus {
  border-bottom-color: rgb(134 25 143 / 0.1);
}

.focus\:border-b-fuchsia-800\/100:focus {
  border-bottom-color: rgb(134 25 143 / 1);
}

.focus\:border-b-fuchsia-800\/20:focus {
  border-bottom-color: rgb(134 25 143 / 0.2);
}

.focus\:border-b-fuchsia-800\/25:focus {
  border-bottom-color: rgb(134 25 143 / 0.25);
}

.focus\:border-b-fuchsia-800\/30:focus {
  border-bottom-color: rgb(134 25 143 / 0.3);
}

.focus\:border-b-fuchsia-800\/40:focus {
  border-bottom-color: rgb(134 25 143 / 0.4);
}

.focus\:border-b-fuchsia-800\/5:focus {
  border-bottom-color: rgb(134 25 143 / 0.05);
}

.focus\:border-b-fuchsia-800\/50:focus {
  border-bottom-color: rgb(134 25 143 / 0.5);
}

.focus\:border-b-fuchsia-800\/60:focus {
  border-bottom-color: rgb(134 25 143 / 0.6);
}

.focus\:border-b-fuchsia-800\/70:focus {
  border-bottom-color: rgb(134 25 143 / 0.7);
}

.focus\:border-b-fuchsia-800\/75:focus {
  border-bottom-color: rgb(134 25 143 / 0.75);
}

.focus\:border-b-fuchsia-800\/80:focus {
  border-bottom-color: rgb(134 25 143 / 0.8);
}

.focus\:border-b-fuchsia-800\/90:focus {
  border-bottom-color: rgb(134 25 143 / 0.9);
}

.focus\:border-b-fuchsia-800\/95:focus {
  border-bottom-color: rgb(134 25 143 / 0.95);
}

.focus\:border-b-fuchsia-900:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(112 26 117 / var(--tw-border-opacity));
}

.focus\:border-b-fuchsia-900\/0:focus {
  border-bottom-color: rgb(112 26 117 / 0);
}

.focus\:border-b-fuchsia-900\/10:focus {
  border-bottom-color: rgb(112 26 117 / 0.1);
}

.focus\:border-b-fuchsia-900\/100:focus {
  border-bottom-color: rgb(112 26 117 / 1);
}

.focus\:border-b-fuchsia-900\/20:focus {
  border-bottom-color: rgb(112 26 117 / 0.2);
}

.focus\:border-b-fuchsia-900\/25:focus {
  border-bottom-color: rgb(112 26 117 / 0.25);
}

.focus\:border-b-fuchsia-900\/30:focus {
  border-bottom-color: rgb(112 26 117 / 0.3);
}

.focus\:border-b-fuchsia-900\/40:focus {
  border-bottom-color: rgb(112 26 117 / 0.4);
}

.focus\:border-b-fuchsia-900\/5:focus {
  border-bottom-color: rgb(112 26 117 / 0.05);
}

.focus\:border-b-fuchsia-900\/50:focus {
  border-bottom-color: rgb(112 26 117 / 0.5);
}

.focus\:border-b-fuchsia-900\/60:focus {
  border-bottom-color: rgb(112 26 117 / 0.6);
}

.focus\:border-b-fuchsia-900\/70:focus {
  border-bottom-color: rgb(112 26 117 / 0.7);
}

.focus\:border-b-fuchsia-900\/75:focus {
  border-bottom-color: rgb(112 26 117 / 0.75);
}

.focus\:border-b-fuchsia-900\/80:focus {
  border-bottom-color: rgb(112 26 117 / 0.8);
}

.focus\:border-b-fuchsia-900\/90:focus {
  border-bottom-color: rgb(112 26 117 / 0.9);
}

.focus\:border-b-fuchsia-900\/95:focus {
  border-bottom-color: rgb(112 26 117 / 0.95);
}

.focus\:border-b-fuchsia-950:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(74 4 78 / var(--tw-border-opacity));
}

.focus\:border-b-fuchsia-950\/0:focus {
  border-bottom-color: rgb(74 4 78 / 0);
}

.focus\:border-b-fuchsia-950\/10:focus {
  border-bottom-color: rgb(74 4 78 / 0.1);
}

.focus\:border-b-fuchsia-950\/100:focus {
  border-bottom-color: rgb(74 4 78 / 1);
}

.focus\:border-b-fuchsia-950\/20:focus {
  border-bottom-color: rgb(74 4 78 / 0.2);
}

.focus\:border-b-fuchsia-950\/25:focus {
  border-bottom-color: rgb(74 4 78 / 0.25);
}

.focus\:border-b-fuchsia-950\/30:focus {
  border-bottom-color: rgb(74 4 78 / 0.3);
}

.focus\:border-b-fuchsia-950\/40:focus {
  border-bottom-color: rgb(74 4 78 / 0.4);
}

.focus\:border-b-fuchsia-950\/5:focus {
  border-bottom-color: rgb(74 4 78 / 0.05);
}

.focus\:border-b-fuchsia-950\/50:focus {
  border-bottom-color: rgb(74 4 78 / 0.5);
}

.focus\:border-b-fuchsia-950\/60:focus {
  border-bottom-color: rgb(74 4 78 / 0.6);
}

.focus\:border-b-fuchsia-950\/70:focus {
  border-bottom-color: rgb(74 4 78 / 0.7);
}

.focus\:border-b-fuchsia-950\/75:focus {
  border-bottom-color: rgb(74 4 78 / 0.75);
}

.focus\:border-b-fuchsia-950\/80:focus {
  border-bottom-color: rgb(74 4 78 / 0.8);
}

.focus\:border-b-fuchsia-950\/90:focus {
  border-bottom-color: rgb(74 4 78 / 0.9);
}

.focus\:border-b-fuchsia-950\/95:focus {
  border-bottom-color: rgb(74 4 78 / 0.95);
}

.focus\:border-b-gray-100:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.focus\:border-b-gray-100\/0:focus {
  border-bottom-color: rgb(243 244 246 / 0);
}

.focus\:border-b-gray-100\/10:focus {
  border-bottom-color: rgb(243 244 246 / 0.1);
}

.focus\:border-b-gray-100\/100:focus {
  border-bottom-color: rgb(243 244 246 / 1);
}

.focus\:border-b-gray-100\/20:focus {
  border-bottom-color: rgb(243 244 246 / 0.2);
}

.focus\:border-b-gray-100\/25:focus {
  border-bottom-color: rgb(243 244 246 / 0.25);
}

.focus\:border-b-gray-100\/30:focus {
  border-bottom-color: rgb(243 244 246 / 0.3);
}

.focus\:border-b-gray-100\/40:focus {
  border-bottom-color: rgb(243 244 246 / 0.4);
}

.focus\:border-b-gray-100\/5:focus {
  border-bottom-color: rgb(243 244 246 / 0.05);
}

.focus\:border-b-gray-100\/50:focus {
  border-bottom-color: rgb(243 244 246 / 0.5);
}

.focus\:border-b-gray-100\/60:focus {
  border-bottom-color: rgb(243 244 246 / 0.6);
}

.focus\:border-b-gray-100\/70:focus {
  border-bottom-color: rgb(243 244 246 / 0.7);
}

.focus\:border-b-gray-100\/75:focus {
  border-bottom-color: rgb(243 244 246 / 0.75);
}

.focus\:border-b-gray-100\/80:focus {
  border-bottom-color: rgb(243 244 246 / 0.8);
}

.focus\:border-b-gray-100\/90:focus {
  border-bottom-color: rgb(243 244 246 / 0.9);
}

.focus\:border-b-gray-100\/95:focus {
  border-bottom-color: rgb(243 244 246 / 0.95);
}

.focus\:border-b-gray-200:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.focus\:border-b-gray-200\/0:focus {
  border-bottom-color: rgb(229 231 235 / 0);
}

.focus\:border-b-gray-200\/10:focus {
  border-bottom-color: rgb(229 231 235 / 0.1);
}

.focus\:border-b-gray-200\/100:focus {
  border-bottom-color: rgb(229 231 235 / 1);
}

.focus\:border-b-gray-200\/20:focus {
  border-bottom-color: rgb(229 231 235 / 0.2);
}

.focus\:border-b-gray-200\/25:focus {
  border-bottom-color: rgb(229 231 235 / 0.25);
}

.focus\:border-b-gray-200\/30:focus {
  border-bottom-color: rgb(229 231 235 / 0.3);
}

.focus\:border-b-gray-200\/40:focus {
  border-bottom-color: rgb(229 231 235 / 0.4);
}

.focus\:border-b-gray-200\/5:focus {
  border-bottom-color: rgb(229 231 235 / 0.05);
}

.focus\:border-b-gray-200\/50:focus {
  border-bottom-color: rgb(229 231 235 / 0.5);
}

.focus\:border-b-gray-200\/60:focus {
  border-bottom-color: rgb(229 231 235 / 0.6);
}

.focus\:border-b-gray-200\/70:focus {
  border-bottom-color: rgb(229 231 235 / 0.7);
}

.focus\:border-b-gray-200\/75:focus {
  border-bottom-color: rgb(229 231 235 / 0.75);
}

.focus\:border-b-gray-200\/80:focus {
  border-bottom-color: rgb(229 231 235 / 0.8);
}

.focus\:border-b-gray-200\/90:focus {
  border-bottom-color: rgb(229 231 235 / 0.9);
}

.focus\:border-b-gray-200\/95:focus {
  border-bottom-color: rgb(229 231 235 / 0.95);
}

.focus\:border-b-gray-300:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.focus\:border-b-gray-300\/0:focus {
  border-bottom-color: rgb(209 213 219 / 0);
}

.focus\:border-b-gray-300\/10:focus {
  border-bottom-color: rgb(209 213 219 / 0.1);
}

.focus\:border-b-gray-300\/100:focus {
  border-bottom-color: rgb(209 213 219 / 1);
}

.focus\:border-b-gray-300\/20:focus {
  border-bottom-color: rgb(209 213 219 / 0.2);
}

.focus\:border-b-gray-300\/25:focus {
  border-bottom-color: rgb(209 213 219 / 0.25);
}

.focus\:border-b-gray-300\/30:focus {
  border-bottom-color: rgb(209 213 219 / 0.3);
}

.focus\:border-b-gray-300\/40:focus {
  border-bottom-color: rgb(209 213 219 / 0.4);
}

.focus\:border-b-gray-300\/5:focus {
  border-bottom-color: rgb(209 213 219 / 0.05);
}

.focus\:border-b-gray-300\/50:focus {
  border-bottom-color: rgb(209 213 219 / 0.5);
}

.focus\:border-b-gray-300\/60:focus {
  border-bottom-color: rgb(209 213 219 / 0.6);
}

.focus\:border-b-gray-300\/70:focus {
  border-bottom-color: rgb(209 213 219 / 0.7);
}

.focus\:border-b-gray-300\/75:focus {
  border-bottom-color: rgb(209 213 219 / 0.75);
}

.focus\:border-b-gray-300\/80:focus {
  border-bottom-color: rgb(209 213 219 / 0.8);
}

.focus\:border-b-gray-300\/90:focus {
  border-bottom-color: rgb(209 213 219 / 0.9);
}

.focus\:border-b-gray-300\/95:focus {
  border-bottom-color: rgb(209 213 219 / 0.95);
}

.focus\:border-b-gray-400:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.focus\:border-b-gray-400\/0:focus {
  border-bottom-color: rgb(156 163 175 / 0);
}

.focus\:border-b-gray-400\/10:focus {
  border-bottom-color: rgb(156 163 175 / 0.1);
}

.focus\:border-b-gray-400\/100:focus {
  border-bottom-color: rgb(156 163 175 / 1);
}

.focus\:border-b-gray-400\/20:focus {
  border-bottom-color: rgb(156 163 175 / 0.2);
}

.focus\:border-b-gray-400\/25:focus {
  border-bottom-color: rgb(156 163 175 / 0.25);
}

.focus\:border-b-gray-400\/30:focus {
  border-bottom-color: rgb(156 163 175 / 0.3);
}

.focus\:border-b-gray-400\/40:focus {
  border-bottom-color: rgb(156 163 175 / 0.4);
}

.focus\:border-b-gray-400\/5:focus {
  border-bottom-color: rgb(156 163 175 / 0.05);
}

.focus\:border-b-gray-400\/50:focus {
  border-bottom-color: rgb(156 163 175 / 0.5);
}

.focus\:border-b-gray-400\/60:focus {
  border-bottom-color: rgb(156 163 175 / 0.6);
}

.focus\:border-b-gray-400\/70:focus {
  border-bottom-color: rgb(156 163 175 / 0.7);
}

.focus\:border-b-gray-400\/75:focus {
  border-bottom-color: rgb(156 163 175 / 0.75);
}

.focus\:border-b-gray-400\/80:focus {
  border-bottom-color: rgb(156 163 175 / 0.8);
}

.focus\:border-b-gray-400\/90:focus {
  border-bottom-color: rgb(156 163 175 / 0.9);
}

.focus\:border-b-gray-400\/95:focus {
  border-bottom-color: rgb(156 163 175 / 0.95);
}

.focus\:border-b-gray-50:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.focus\:border-b-gray-50\/0:focus {
  border-bottom-color: rgb(249 250 251 / 0);
}

.focus\:border-b-gray-50\/10:focus {
  border-bottom-color: rgb(249 250 251 / 0.1);
}

.focus\:border-b-gray-50\/100:focus {
  border-bottom-color: rgb(249 250 251 / 1);
}

.focus\:border-b-gray-50\/20:focus {
  border-bottom-color: rgb(249 250 251 / 0.2);
}

.focus\:border-b-gray-50\/25:focus {
  border-bottom-color: rgb(249 250 251 / 0.25);
}

.focus\:border-b-gray-50\/30:focus {
  border-bottom-color: rgb(249 250 251 / 0.3);
}

.focus\:border-b-gray-50\/40:focus {
  border-bottom-color: rgb(249 250 251 / 0.4);
}

.focus\:border-b-gray-50\/5:focus {
  border-bottom-color: rgb(249 250 251 / 0.05);
}

.focus\:border-b-gray-50\/50:focus {
  border-bottom-color: rgb(249 250 251 / 0.5);
}

.focus\:border-b-gray-50\/60:focus {
  border-bottom-color: rgb(249 250 251 / 0.6);
}

.focus\:border-b-gray-50\/70:focus {
  border-bottom-color: rgb(249 250 251 / 0.7);
}

.focus\:border-b-gray-50\/75:focus {
  border-bottom-color: rgb(249 250 251 / 0.75);
}

.focus\:border-b-gray-50\/80:focus {
  border-bottom-color: rgb(249 250 251 / 0.8);
}

.focus\:border-b-gray-50\/90:focus {
  border-bottom-color: rgb(249 250 251 / 0.9);
}

.focus\:border-b-gray-50\/95:focus {
  border-bottom-color: rgb(249 250 251 / 0.95);
}

.focus\:border-b-gray-500:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.focus\:border-b-gray-500\/0:focus {
  border-bottom-color: rgb(107 114 128 / 0);
}

.focus\:border-b-gray-500\/10:focus {
  border-bottom-color: rgb(107 114 128 / 0.1);
}

.focus\:border-b-gray-500\/100:focus {
  border-bottom-color: rgb(107 114 128 / 1);
}

.focus\:border-b-gray-500\/20:focus {
  border-bottom-color: rgb(107 114 128 / 0.2);
}

.focus\:border-b-gray-500\/25:focus {
  border-bottom-color: rgb(107 114 128 / 0.25);
}

.focus\:border-b-gray-500\/30:focus {
  border-bottom-color: rgb(107 114 128 / 0.3);
}

.focus\:border-b-gray-500\/40:focus {
  border-bottom-color: rgb(107 114 128 / 0.4);
}

.focus\:border-b-gray-500\/5:focus {
  border-bottom-color: rgb(107 114 128 / 0.05);
}

.focus\:border-b-gray-500\/50:focus {
  border-bottom-color: rgb(107 114 128 / 0.5);
}

.focus\:border-b-gray-500\/60:focus {
  border-bottom-color: rgb(107 114 128 / 0.6);
}

.focus\:border-b-gray-500\/70:focus {
  border-bottom-color: rgb(107 114 128 / 0.7);
}

.focus\:border-b-gray-500\/75:focus {
  border-bottom-color: rgb(107 114 128 / 0.75);
}

.focus\:border-b-gray-500\/80:focus {
  border-bottom-color: rgb(107 114 128 / 0.8);
}

.focus\:border-b-gray-500\/90:focus {
  border-bottom-color: rgb(107 114 128 / 0.9);
}

.focus\:border-b-gray-500\/95:focus {
  border-bottom-color: rgb(107 114 128 / 0.95);
}

.focus\:border-b-gray-600:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.focus\:border-b-gray-600\/0:focus {
  border-bottom-color: rgb(75 85 99 / 0);
}

.focus\:border-b-gray-600\/10:focus {
  border-bottom-color: rgb(75 85 99 / 0.1);
}

.focus\:border-b-gray-600\/100:focus {
  border-bottom-color: rgb(75 85 99 / 1);
}

.focus\:border-b-gray-600\/20:focus {
  border-bottom-color: rgb(75 85 99 / 0.2);
}

.focus\:border-b-gray-600\/25:focus {
  border-bottom-color: rgb(75 85 99 / 0.25);
}

.focus\:border-b-gray-600\/30:focus {
  border-bottom-color: rgb(75 85 99 / 0.3);
}

.focus\:border-b-gray-600\/40:focus {
  border-bottom-color: rgb(75 85 99 / 0.4);
}

.focus\:border-b-gray-600\/5:focus {
  border-bottom-color: rgb(75 85 99 / 0.05);
}

.focus\:border-b-gray-600\/50:focus {
  border-bottom-color: rgb(75 85 99 / 0.5);
}

.focus\:border-b-gray-600\/60:focus {
  border-bottom-color: rgb(75 85 99 / 0.6);
}

.focus\:border-b-gray-600\/70:focus {
  border-bottom-color: rgb(75 85 99 / 0.7);
}

.focus\:border-b-gray-600\/75:focus {
  border-bottom-color: rgb(75 85 99 / 0.75);
}

.focus\:border-b-gray-600\/80:focus {
  border-bottom-color: rgb(75 85 99 / 0.8);
}

.focus\:border-b-gray-600\/90:focus {
  border-bottom-color: rgb(75 85 99 / 0.9);
}

.focus\:border-b-gray-600\/95:focus {
  border-bottom-color: rgb(75 85 99 / 0.95);
}

.focus\:border-b-gray-700:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.focus\:border-b-gray-700\/0:focus {
  border-bottom-color: rgb(55 65 81 / 0);
}

.focus\:border-b-gray-700\/10:focus {
  border-bottom-color: rgb(55 65 81 / 0.1);
}

.focus\:border-b-gray-700\/100:focus {
  border-bottom-color: rgb(55 65 81 / 1);
}

.focus\:border-b-gray-700\/20:focus {
  border-bottom-color: rgb(55 65 81 / 0.2);
}

.focus\:border-b-gray-700\/25:focus {
  border-bottom-color: rgb(55 65 81 / 0.25);
}

.focus\:border-b-gray-700\/30:focus {
  border-bottom-color: rgb(55 65 81 / 0.3);
}

.focus\:border-b-gray-700\/40:focus {
  border-bottom-color: rgb(55 65 81 / 0.4);
}

.focus\:border-b-gray-700\/5:focus {
  border-bottom-color: rgb(55 65 81 / 0.05);
}

.focus\:border-b-gray-700\/50:focus {
  border-bottom-color: rgb(55 65 81 / 0.5);
}

.focus\:border-b-gray-700\/60:focus {
  border-bottom-color: rgb(55 65 81 / 0.6);
}

.focus\:border-b-gray-700\/70:focus {
  border-bottom-color: rgb(55 65 81 / 0.7);
}

.focus\:border-b-gray-700\/75:focus {
  border-bottom-color: rgb(55 65 81 / 0.75);
}

.focus\:border-b-gray-700\/80:focus {
  border-bottom-color: rgb(55 65 81 / 0.8);
}

.focus\:border-b-gray-700\/90:focus {
  border-bottom-color: rgb(55 65 81 / 0.9);
}

.focus\:border-b-gray-700\/95:focus {
  border-bottom-color: rgb(55 65 81 / 0.95);
}

.focus\:border-b-gray-800:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.focus\:border-b-gray-800\/0:focus {
  border-bottom-color: rgb(31 41 55 / 0);
}

.focus\:border-b-gray-800\/10:focus {
  border-bottom-color: rgb(31 41 55 / 0.1);
}

.focus\:border-b-gray-800\/100:focus {
  border-bottom-color: rgb(31 41 55 / 1);
}

.focus\:border-b-gray-800\/20:focus {
  border-bottom-color: rgb(31 41 55 / 0.2);
}

.focus\:border-b-gray-800\/25:focus {
  border-bottom-color: rgb(31 41 55 / 0.25);
}

.focus\:border-b-gray-800\/30:focus {
  border-bottom-color: rgb(31 41 55 / 0.3);
}

.focus\:border-b-gray-800\/40:focus {
  border-bottom-color: rgb(31 41 55 / 0.4);
}

.focus\:border-b-gray-800\/5:focus {
  border-bottom-color: rgb(31 41 55 / 0.05);
}

.focus\:border-b-gray-800\/50:focus {
  border-bottom-color: rgb(31 41 55 / 0.5);
}

.focus\:border-b-gray-800\/60:focus {
  border-bottom-color: rgb(31 41 55 / 0.6);
}

.focus\:border-b-gray-800\/70:focus {
  border-bottom-color: rgb(31 41 55 / 0.7);
}

.focus\:border-b-gray-800\/75:focus {
  border-bottom-color: rgb(31 41 55 / 0.75);
}

.focus\:border-b-gray-800\/80:focus {
  border-bottom-color: rgb(31 41 55 / 0.8);
}

.focus\:border-b-gray-800\/90:focus {
  border-bottom-color: rgb(31 41 55 / 0.9);
}

.focus\:border-b-gray-800\/95:focus {
  border-bottom-color: rgb(31 41 55 / 0.95);
}

.focus\:border-b-gray-900:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.focus\:border-b-gray-900\/0:focus {
  border-bottom-color: rgb(17 24 39 / 0);
}

.focus\:border-b-gray-900\/10:focus {
  border-bottom-color: rgb(17 24 39 / 0.1);
}

.focus\:border-b-gray-900\/100:focus {
  border-bottom-color: rgb(17 24 39 / 1);
}

.focus\:border-b-gray-900\/20:focus {
  border-bottom-color: rgb(17 24 39 / 0.2);
}

.focus\:border-b-gray-900\/25:focus {
  border-bottom-color: rgb(17 24 39 / 0.25);
}

.focus\:border-b-gray-900\/30:focus {
  border-bottom-color: rgb(17 24 39 / 0.3);
}

.focus\:border-b-gray-900\/40:focus {
  border-bottom-color: rgb(17 24 39 / 0.4);
}

.focus\:border-b-gray-900\/5:focus {
  border-bottom-color: rgb(17 24 39 / 0.05);
}

.focus\:border-b-gray-900\/50:focus {
  border-bottom-color: rgb(17 24 39 / 0.5);
}

.focus\:border-b-gray-900\/60:focus {
  border-bottom-color: rgb(17 24 39 / 0.6);
}

.focus\:border-b-gray-900\/70:focus {
  border-bottom-color: rgb(17 24 39 / 0.7);
}

.focus\:border-b-gray-900\/75:focus {
  border-bottom-color: rgb(17 24 39 / 0.75);
}

.focus\:border-b-gray-900\/80:focus {
  border-bottom-color: rgb(17 24 39 / 0.8);
}

.focus\:border-b-gray-900\/90:focus {
  border-bottom-color: rgb(17 24 39 / 0.9);
}

.focus\:border-b-gray-900\/95:focus {
  border-bottom-color: rgb(17 24 39 / 0.95);
}

.focus\:border-b-gray-950:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(3 7 18 / var(--tw-border-opacity));
}

.focus\:border-b-gray-950\/0:focus {
  border-bottom-color: rgb(3 7 18 / 0);
}

.focus\:border-b-gray-950\/10:focus {
  border-bottom-color: rgb(3 7 18 / 0.1);
}

.focus\:border-b-gray-950\/100:focus {
  border-bottom-color: rgb(3 7 18 / 1);
}

.focus\:border-b-gray-950\/20:focus {
  border-bottom-color: rgb(3 7 18 / 0.2);
}

.focus\:border-b-gray-950\/25:focus {
  border-bottom-color: rgb(3 7 18 / 0.25);
}

.focus\:border-b-gray-950\/30:focus {
  border-bottom-color: rgb(3 7 18 / 0.3);
}

.focus\:border-b-gray-950\/40:focus {
  border-bottom-color: rgb(3 7 18 / 0.4);
}

.focus\:border-b-gray-950\/5:focus {
  border-bottom-color: rgb(3 7 18 / 0.05);
}

.focus\:border-b-gray-950\/50:focus {
  border-bottom-color: rgb(3 7 18 / 0.5);
}

.focus\:border-b-gray-950\/60:focus {
  border-bottom-color: rgb(3 7 18 / 0.6);
}

.focus\:border-b-gray-950\/70:focus {
  border-bottom-color: rgb(3 7 18 / 0.7);
}

.focus\:border-b-gray-950\/75:focus {
  border-bottom-color: rgb(3 7 18 / 0.75);
}

.focus\:border-b-gray-950\/80:focus {
  border-bottom-color: rgb(3 7 18 / 0.8);
}

.focus\:border-b-gray-950\/90:focus {
  border-bottom-color: rgb(3 7 18 / 0.9);
}

.focus\:border-b-gray-950\/95:focus {
  border-bottom-color: rgb(3 7 18 / 0.95);
}

.focus\:border-b-green-100:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(220 252 231 / var(--tw-border-opacity));
}

.focus\:border-b-green-100\/0:focus {
  border-bottom-color: rgb(220 252 231 / 0);
}

.focus\:border-b-green-100\/10:focus {
  border-bottom-color: rgb(220 252 231 / 0.1);
}

.focus\:border-b-green-100\/100:focus {
  border-bottom-color: rgb(220 252 231 / 1);
}

.focus\:border-b-green-100\/20:focus {
  border-bottom-color: rgb(220 252 231 / 0.2);
}

.focus\:border-b-green-100\/25:focus {
  border-bottom-color: rgb(220 252 231 / 0.25);
}

.focus\:border-b-green-100\/30:focus {
  border-bottom-color: rgb(220 252 231 / 0.3);
}

.focus\:border-b-green-100\/40:focus {
  border-bottom-color: rgb(220 252 231 / 0.4);
}

.focus\:border-b-green-100\/5:focus {
  border-bottom-color: rgb(220 252 231 / 0.05);
}

.focus\:border-b-green-100\/50:focus {
  border-bottom-color: rgb(220 252 231 / 0.5);
}

.focus\:border-b-green-100\/60:focus {
  border-bottom-color: rgb(220 252 231 / 0.6);
}

.focus\:border-b-green-100\/70:focus {
  border-bottom-color: rgb(220 252 231 / 0.7);
}

.focus\:border-b-green-100\/75:focus {
  border-bottom-color: rgb(220 252 231 / 0.75);
}

.focus\:border-b-green-100\/80:focus {
  border-bottom-color: rgb(220 252 231 / 0.8);
}

.focus\:border-b-green-100\/90:focus {
  border-bottom-color: rgb(220 252 231 / 0.9);
}

.focus\:border-b-green-100\/95:focus {
  border-bottom-color: rgb(220 252 231 / 0.95);
}

.focus\:border-b-green-200:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.focus\:border-b-green-200\/0:focus {
  border-bottom-color: rgb(187 247 208 / 0);
}

.focus\:border-b-green-200\/10:focus {
  border-bottom-color: rgb(187 247 208 / 0.1);
}

.focus\:border-b-green-200\/100:focus {
  border-bottom-color: rgb(187 247 208 / 1);
}

.focus\:border-b-green-200\/20:focus {
  border-bottom-color: rgb(187 247 208 / 0.2);
}

.focus\:border-b-green-200\/25:focus {
  border-bottom-color: rgb(187 247 208 / 0.25);
}

.focus\:border-b-green-200\/30:focus {
  border-bottom-color: rgb(187 247 208 / 0.3);
}

.focus\:border-b-green-200\/40:focus {
  border-bottom-color: rgb(187 247 208 / 0.4);
}

.focus\:border-b-green-200\/5:focus {
  border-bottom-color: rgb(187 247 208 / 0.05);
}

.focus\:border-b-green-200\/50:focus {
  border-bottom-color: rgb(187 247 208 / 0.5);
}

.focus\:border-b-green-200\/60:focus {
  border-bottom-color: rgb(187 247 208 / 0.6);
}

.focus\:border-b-green-200\/70:focus {
  border-bottom-color: rgb(187 247 208 / 0.7);
}

.focus\:border-b-green-200\/75:focus {
  border-bottom-color: rgb(187 247 208 / 0.75);
}

.focus\:border-b-green-200\/80:focus {
  border-bottom-color: rgb(187 247 208 / 0.8);
}

.focus\:border-b-green-200\/90:focus {
  border-bottom-color: rgb(187 247 208 / 0.9);
}

.focus\:border-b-green-200\/95:focus {
  border-bottom-color: rgb(187 247 208 / 0.95);
}

.focus\:border-b-green-300:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.focus\:border-b-green-300\/0:focus {
  border-bottom-color: rgb(134 239 172 / 0);
}

.focus\:border-b-green-300\/10:focus {
  border-bottom-color: rgb(134 239 172 / 0.1);
}

.focus\:border-b-green-300\/100:focus {
  border-bottom-color: rgb(134 239 172 / 1);
}

.focus\:border-b-green-300\/20:focus {
  border-bottom-color: rgb(134 239 172 / 0.2);
}

.focus\:border-b-green-300\/25:focus {
  border-bottom-color: rgb(134 239 172 / 0.25);
}

.focus\:border-b-green-300\/30:focus {
  border-bottom-color: rgb(134 239 172 / 0.3);
}

.focus\:border-b-green-300\/40:focus {
  border-bottom-color: rgb(134 239 172 / 0.4);
}

.focus\:border-b-green-300\/5:focus {
  border-bottom-color: rgb(134 239 172 / 0.05);
}

.focus\:border-b-green-300\/50:focus {
  border-bottom-color: rgb(134 239 172 / 0.5);
}

.focus\:border-b-green-300\/60:focus {
  border-bottom-color: rgb(134 239 172 / 0.6);
}

.focus\:border-b-green-300\/70:focus {
  border-bottom-color: rgb(134 239 172 / 0.7);
}

.focus\:border-b-green-300\/75:focus {
  border-bottom-color: rgb(134 239 172 / 0.75);
}

.focus\:border-b-green-300\/80:focus {
  border-bottom-color: rgb(134 239 172 / 0.8);
}

.focus\:border-b-green-300\/90:focus {
  border-bottom-color: rgb(134 239 172 / 0.9);
}

.focus\:border-b-green-300\/95:focus {
  border-bottom-color: rgb(134 239 172 / 0.95);
}

.focus\:border-b-green-400:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.focus\:border-b-green-400\/0:focus {
  border-bottom-color: rgb(74 222 128 / 0);
}

.focus\:border-b-green-400\/10:focus {
  border-bottom-color: rgb(74 222 128 / 0.1);
}

.focus\:border-b-green-400\/100:focus {
  border-bottom-color: rgb(74 222 128 / 1);
}

.focus\:border-b-green-400\/20:focus {
  border-bottom-color: rgb(74 222 128 / 0.2);
}

.focus\:border-b-green-400\/25:focus {
  border-bottom-color: rgb(74 222 128 / 0.25);
}

.focus\:border-b-green-400\/30:focus {
  border-bottom-color: rgb(74 222 128 / 0.3);
}

.focus\:border-b-green-400\/40:focus {
  border-bottom-color: rgb(74 222 128 / 0.4);
}

.focus\:border-b-green-400\/5:focus {
  border-bottom-color: rgb(74 222 128 / 0.05);
}

.focus\:border-b-green-400\/50:focus {
  border-bottom-color: rgb(74 222 128 / 0.5);
}

.focus\:border-b-green-400\/60:focus {
  border-bottom-color: rgb(74 222 128 / 0.6);
}

.focus\:border-b-green-400\/70:focus {
  border-bottom-color: rgb(74 222 128 / 0.7);
}

.focus\:border-b-green-400\/75:focus {
  border-bottom-color: rgb(74 222 128 / 0.75);
}

.focus\:border-b-green-400\/80:focus {
  border-bottom-color: rgb(74 222 128 / 0.8);
}

.focus\:border-b-green-400\/90:focus {
  border-bottom-color: rgb(74 222 128 / 0.9);
}

.focus\:border-b-green-400\/95:focus {
  border-bottom-color: rgb(74 222 128 / 0.95);
}

.focus\:border-b-green-50:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(240 253 244 / var(--tw-border-opacity));
}

.focus\:border-b-green-50\/0:focus {
  border-bottom-color: rgb(240 253 244 / 0);
}

.focus\:border-b-green-50\/10:focus {
  border-bottom-color: rgb(240 253 244 / 0.1);
}

.focus\:border-b-green-50\/100:focus {
  border-bottom-color: rgb(240 253 244 / 1);
}

.focus\:border-b-green-50\/20:focus {
  border-bottom-color: rgb(240 253 244 / 0.2);
}

.focus\:border-b-green-50\/25:focus {
  border-bottom-color: rgb(240 253 244 / 0.25);
}

.focus\:border-b-green-50\/30:focus {
  border-bottom-color: rgb(240 253 244 / 0.3);
}

.focus\:border-b-green-50\/40:focus {
  border-bottom-color: rgb(240 253 244 / 0.4);
}

.focus\:border-b-green-50\/5:focus {
  border-bottom-color: rgb(240 253 244 / 0.05);
}

.focus\:border-b-green-50\/50:focus {
  border-bottom-color: rgb(240 253 244 / 0.5);
}

.focus\:border-b-green-50\/60:focus {
  border-bottom-color: rgb(240 253 244 / 0.6);
}

.focus\:border-b-green-50\/70:focus {
  border-bottom-color: rgb(240 253 244 / 0.7);
}

.focus\:border-b-green-50\/75:focus {
  border-bottom-color: rgb(240 253 244 / 0.75);
}

.focus\:border-b-green-50\/80:focus {
  border-bottom-color: rgb(240 253 244 / 0.8);
}

.focus\:border-b-green-50\/90:focus {
  border-bottom-color: rgb(240 253 244 / 0.9);
}

.focus\:border-b-green-50\/95:focus {
  border-bottom-color: rgb(240 253 244 / 0.95);
}

.focus\:border-b-green-500:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.focus\:border-b-green-500\/0:focus {
  border-bottom-color: rgb(34 197 94 / 0);
}

.focus\:border-b-green-500\/10:focus {
  border-bottom-color: rgb(34 197 94 / 0.1);
}

.focus\:border-b-green-500\/100:focus {
  border-bottom-color: rgb(34 197 94 / 1);
}

.focus\:border-b-green-500\/20:focus {
  border-bottom-color: rgb(34 197 94 / 0.2);
}

.focus\:border-b-green-500\/25:focus {
  border-bottom-color: rgb(34 197 94 / 0.25);
}

.focus\:border-b-green-500\/30:focus {
  border-bottom-color: rgb(34 197 94 / 0.3);
}

.focus\:border-b-green-500\/40:focus {
  border-bottom-color: rgb(34 197 94 / 0.4);
}

.focus\:border-b-green-500\/5:focus {
  border-bottom-color: rgb(34 197 94 / 0.05);
}

.focus\:border-b-green-500\/50:focus {
  border-bottom-color: rgb(34 197 94 / 0.5);
}

.focus\:border-b-green-500\/60:focus {
  border-bottom-color: rgb(34 197 94 / 0.6);
}

.focus\:border-b-green-500\/70:focus {
  border-bottom-color: rgb(34 197 94 / 0.7);
}

.focus\:border-b-green-500\/75:focus {
  border-bottom-color: rgb(34 197 94 / 0.75);
}

.focus\:border-b-green-500\/80:focus {
  border-bottom-color: rgb(34 197 94 / 0.8);
}

.focus\:border-b-green-500\/90:focus {
  border-bottom-color: rgb(34 197 94 / 0.9);
}

.focus\:border-b-green-500\/95:focus {
  border-bottom-color: rgb(34 197 94 / 0.95);
}

.focus\:border-b-green-600:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.focus\:border-b-green-600\/0:focus {
  border-bottom-color: rgb(22 163 74 / 0);
}

.focus\:border-b-green-600\/10:focus {
  border-bottom-color: rgb(22 163 74 / 0.1);
}

.focus\:border-b-green-600\/100:focus {
  border-bottom-color: rgb(22 163 74 / 1);
}

.focus\:border-b-green-600\/20:focus {
  border-bottom-color: rgb(22 163 74 / 0.2);
}

.focus\:border-b-green-600\/25:focus {
  border-bottom-color: rgb(22 163 74 / 0.25);
}

.focus\:border-b-green-600\/30:focus {
  border-bottom-color: rgb(22 163 74 / 0.3);
}

.focus\:border-b-green-600\/40:focus {
  border-bottom-color: rgb(22 163 74 / 0.4);
}

.focus\:border-b-green-600\/5:focus {
  border-bottom-color: rgb(22 163 74 / 0.05);
}

.focus\:border-b-green-600\/50:focus {
  border-bottom-color: rgb(22 163 74 / 0.5);
}

.focus\:border-b-green-600\/60:focus {
  border-bottom-color: rgb(22 163 74 / 0.6);
}

.focus\:border-b-green-600\/70:focus {
  border-bottom-color: rgb(22 163 74 / 0.7);
}

.focus\:border-b-green-600\/75:focus {
  border-bottom-color: rgb(22 163 74 / 0.75);
}

.focus\:border-b-green-600\/80:focus {
  border-bottom-color: rgb(22 163 74 / 0.8);
}

.focus\:border-b-green-600\/90:focus {
  border-bottom-color: rgb(22 163 74 / 0.9);
}

.focus\:border-b-green-600\/95:focus {
  border-bottom-color: rgb(22 163 74 / 0.95);
}

.focus\:border-b-green-700:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.focus\:border-b-green-700\/0:focus {
  border-bottom-color: rgb(21 128 61 / 0);
}

.focus\:border-b-green-700\/10:focus {
  border-bottom-color: rgb(21 128 61 / 0.1);
}

.focus\:border-b-green-700\/100:focus {
  border-bottom-color: rgb(21 128 61 / 1);
}

.focus\:border-b-green-700\/20:focus {
  border-bottom-color: rgb(21 128 61 / 0.2);
}

.focus\:border-b-green-700\/25:focus {
  border-bottom-color: rgb(21 128 61 / 0.25);
}

.focus\:border-b-green-700\/30:focus {
  border-bottom-color: rgb(21 128 61 / 0.3);
}

.focus\:border-b-green-700\/40:focus {
  border-bottom-color: rgb(21 128 61 / 0.4);
}

.focus\:border-b-green-700\/5:focus {
  border-bottom-color: rgb(21 128 61 / 0.05);
}

.focus\:border-b-green-700\/50:focus {
  border-bottom-color: rgb(21 128 61 / 0.5);
}

.focus\:border-b-green-700\/60:focus {
  border-bottom-color: rgb(21 128 61 / 0.6);
}

.focus\:border-b-green-700\/70:focus {
  border-bottom-color: rgb(21 128 61 / 0.7);
}

.focus\:border-b-green-700\/75:focus {
  border-bottom-color: rgb(21 128 61 / 0.75);
}

.focus\:border-b-green-700\/80:focus {
  border-bottom-color: rgb(21 128 61 / 0.8);
}

.focus\:border-b-green-700\/90:focus {
  border-bottom-color: rgb(21 128 61 / 0.9);
}

.focus\:border-b-green-700\/95:focus {
  border-bottom-color: rgb(21 128 61 / 0.95);
}

.focus\:border-b-green-800:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.focus\:border-b-green-800\/0:focus {
  border-bottom-color: rgb(22 101 52 / 0);
}

.focus\:border-b-green-800\/10:focus {
  border-bottom-color: rgb(22 101 52 / 0.1);
}

.focus\:border-b-green-800\/100:focus {
  border-bottom-color: rgb(22 101 52 / 1);
}

.focus\:border-b-green-800\/20:focus {
  border-bottom-color: rgb(22 101 52 / 0.2);
}

.focus\:border-b-green-800\/25:focus {
  border-bottom-color: rgb(22 101 52 / 0.25);
}

.focus\:border-b-green-800\/30:focus {
  border-bottom-color: rgb(22 101 52 / 0.3);
}

.focus\:border-b-green-800\/40:focus {
  border-bottom-color: rgb(22 101 52 / 0.4);
}

.focus\:border-b-green-800\/5:focus {
  border-bottom-color: rgb(22 101 52 / 0.05);
}

.focus\:border-b-green-800\/50:focus {
  border-bottom-color: rgb(22 101 52 / 0.5);
}

.focus\:border-b-green-800\/60:focus {
  border-bottom-color: rgb(22 101 52 / 0.6);
}

.focus\:border-b-green-800\/70:focus {
  border-bottom-color: rgb(22 101 52 / 0.7);
}

.focus\:border-b-green-800\/75:focus {
  border-bottom-color: rgb(22 101 52 / 0.75);
}

.focus\:border-b-green-800\/80:focus {
  border-bottom-color: rgb(22 101 52 / 0.8);
}

.focus\:border-b-green-800\/90:focus {
  border-bottom-color: rgb(22 101 52 / 0.9);
}

.focus\:border-b-green-800\/95:focus {
  border-bottom-color: rgb(22 101 52 / 0.95);
}

.focus\:border-b-green-900:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(20 83 45 / var(--tw-border-opacity));
}

.focus\:border-b-green-900\/0:focus {
  border-bottom-color: rgb(20 83 45 / 0);
}

.focus\:border-b-green-900\/10:focus {
  border-bottom-color: rgb(20 83 45 / 0.1);
}

.focus\:border-b-green-900\/100:focus {
  border-bottom-color: rgb(20 83 45 / 1);
}

.focus\:border-b-green-900\/20:focus {
  border-bottom-color: rgb(20 83 45 / 0.2);
}

.focus\:border-b-green-900\/25:focus {
  border-bottom-color: rgb(20 83 45 / 0.25);
}

.focus\:border-b-green-900\/30:focus {
  border-bottom-color: rgb(20 83 45 / 0.3);
}

.focus\:border-b-green-900\/40:focus {
  border-bottom-color: rgb(20 83 45 / 0.4);
}

.focus\:border-b-green-900\/5:focus {
  border-bottom-color: rgb(20 83 45 / 0.05);
}

.focus\:border-b-green-900\/50:focus {
  border-bottom-color: rgb(20 83 45 / 0.5);
}

.focus\:border-b-green-900\/60:focus {
  border-bottom-color: rgb(20 83 45 / 0.6);
}

.focus\:border-b-green-900\/70:focus {
  border-bottom-color: rgb(20 83 45 / 0.7);
}

.focus\:border-b-green-900\/75:focus {
  border-bottom-color: rgb(20 83 45 / 0.75);
}

.focus\:border-b-green-900\/80:focus {
  border-bottom-color: rgb(20 83 45 / 0.8);
}

.focus\:border-b-green-900\/90:focus {
  border-bottom-color: rgb(20 83 45 / 0.9);
}

.focus\:border-b-green-900\/95:focus {
  border-bottom-color: rgb(20 83 45 / 0.95);
}

.focus\:border-b-green-950:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(5 46 22 / var(--tw-border-opacity));
}

.focus\:border-b-green-950\/0:focus {
  border-bottom-color: rgb(5 46 22 / 0);
}

.focus\:border-b-green-950\/10:focus {
  border-bottom-color: rgb(5 46 22 / 0.1);
}

.focus\:border-b-green-950\/100:focus {
  border-bottom-color: rgb(5 46 22 / 1);
}

.focus\:border-b-green-950\/20:focus {
  border-bottom-color: rgb(5 46 22 / 0.2);
}

.focus\:border-b-green-950\/25:focus {
  border-bottom-color: rgb(5 46 22 / 0.25);
}

.focus\:border-b-green-950\/30:focus {
  border-bottom-color: rgb(5 46 22 / 0.3);
}

.focus\:border-b-green-950\/40:focus {
  border-bottom-color: rgb(5 46 22 / 0.4);
}

.focus\:border-b-green-950\/5:focus {
  border-bottom-color: rgb(5 46 22 / 0.05);
}

.focus\:border-b-green-950\/50:focus {
  border-bottom-color: rgb(5 46 22 / 0.5);
}

.focus\:border-b-green-950\/60:focus {
  border-bottom-color: rgb(5 46 22 / 0.6);
}

.focus\:border-b-green-950\/70:focus {
  border-bottom-color: rgb(5 46 22 / 0.7);
}

.focus\:border-b-green-950\/75:focus {
  border-bottom-color: rgb(5 46 22 / 0.75);
}

.focus\:border-b-green-950\/80:focus {
  border-bottom-color: rgb(5 46 22 / 0.8);
}

.focus\:border-b-green-950\/90:focus {
  border-bottom-color: rgb(5 46 22 / 0.9);
}

.focus\:border-b-green-950\/95:focus {
  border-bottom-color: rgb(5 46 22 / 0.95);
}

.focus\:border-b-indigo-100:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(224 231 255 / var(--tw-border-opacity));
}

.focus\:border-b-indigo-100\/0:focus {
  border-bottom-color: rgb(224 231 255 / 0);
}

.focus\:border-b-indigo-100\/10:focus {
  border-bottom-color: rgb(224 231 255 / 0.1);
}

.focus\:border-b-indigo-100\/100:focus {
  border-bottom-color: rgb(224 231 255 / 1);
}

.focus\:border-b-indigo-100\/20:focus {
  border-bottom-color: rgb(224 231 255 / 0.2);
}

.focus\:border-b-indigo-100\/25:focus {
  border-bottom-color: rgb(224 231 255 / 0.25);
}

.focus\:border-b-indigo-100\/30:focus {
  border-bottom-color: rgb(224 231 255 / 0.3);
}

.focus\:border-b-indigo-100\/40:focus {
  border-bottom-color: rgb(224 231 255 / 0.4);
}

.focus\:border-b-indigo-100\/5:focus {
  border-bottom-color: rgb(224 231 255 / 0.05);
}

.focus\:border-b-indigo-100\/50:focus {
  border-bottom-color: rgb(224 231 255 / 0.5);
}

.focus\:border-b-indigo-100\/60:focus {
  border-bottom-color: rgb(224 231 255 / 0.6);
}

.focus\:border-b-indigo-100\/70:focus {
  border-bottom-color: rgb(224 231 255 / 0.7);
}

.focus\:border-b-indigo-100\/75:focus {
  border-bottom-color: rgb(224 231 255 / 0.75);
}

.focus\:border-b-indigo-100\/80:focus {
  border-bottom-color: rgb(224 231 255 / 0.8);
}

.focus\:border-b-indigo-100\/90:focus {
  border-bottom-color: rgb(224 231 255 / 0.9);
}

.focus\:border-b-indigo-100\/95:focus {
  border-bottom-color: rgb(224 231 255 / 0.95);
}

.focus\:border-b-indigo-200:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.focus\:border-b-indigo-200\/0:focus {
  border-bottom-color: rgb(199 210 254 / 0);
}

.focus\:border-b-indigo-200\/10:focus {
  border-bottom-color: rgb(199 210 254 / 0.1);
}

.focus\:border-b-indigo-200\/100:focus {
  border-bottom-color: rgb(199 210 254 / 1);
}

.focus\:border-b-indigo-200\/20:focus {
  border-bottom-color: rgb(199 210 254 / 0.2);
}

.focus\:border-b-indigo-200\/25:focus {
  border-bottom-color: rgb(199 210 254 / 0.25);
}

.focus\:border-b-indigo-200\/30:focus {
  border-bottom-color: rgb(199 210 254 / 0.3);
}

.focus\:border-b-indigo-200\/40:focus {
  border-bottom-color: rgb(199 210 254 / 0.4);
}

.focus\:border-b-indigo-200\/5:focus {
  border-bottom-color: rgb(199 210 254 / 0.05);
}

.focus\:border-b-indigo-200\/50:focus {
  border-bottom-color: rgb(199 210 254 / 0.5);
}

.focus\:border-b-indigo-200\/60:focus {
  border-bottom-color: rgb(199 210 254 / 0.6);
}

.focus\:border-b-indigo-200\/70:focus {
  border-bottom-color: rgb(199 210 254 / 0.7);
}

.focus\:border-b-indigo-200\/75:focus {
  border-bottom-color: rgb(199 210 254 / 0.75);
}

.focus\:border-b-indigo-200\/80:focus {
  border-bottom-color: rgb(199 210 254 / 0.8);
}

.focus\:border-b-indigo-200\/90:focus {
  border-bottom-color: rgb(199 210 254 / 0.9);
}

.focus\:border-b-indigo-200\/95:focus {
  border-bottom-color: rgb(199 210 254 / 0.95);
}

.focus\:border-b-indigo-300:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.focus\:border-b-indigo-300\/0:focus {
  border-bottom-color: rgb(165 180 252 / 0);
}

.focus\:border-b-indigo-300\/10:focus {
  border-bottom-color: rgb(165 180 252 / 0.1);
}

.focus\:border-b-indigo-300\/100:focus {
  border-bottom-color: rgb(165 180 252 / 1);
}

.focus\:border-b-indigo-300\/20:focus {
  border-bottom-color: rgb(165 180 252 / 0.2);
}

.focus\:border-b-indigo-300\/25:focus {
  border-bottom-color: rgb(165 180 252 / 0.25);
}

.focus\:border-b-indigo-300\/30:focus {
  border-bottom-color: rgb(165 180 252 / 0.3);
}

.focus\:border-b-indigo-300\/40:focus {
  border-bottom-color: rgb(165 180 252 / 0.4);
}

.focus\:border-b-indigo-300\/5:focus {
  border-bottom-color: rgb(165 180 252 / 0.05);
}

.focus\:border-b-indigo-300\/50:focus {
  border-bottom-color: rgb(165 180 252 / 0.5);
}

.focus\:border-b-indigo-300\/60:focus {
  border-bottom-color: rgb(165 180 252 / 0.6);
}

.focus\:border-b-indigo-300\/70:focus {
  border-bottom-color: rgb(165 180 252 / 0.7);
}

.focus\:border-b-indigo-300\/75:focus {
  border-bottom-color: rgb(165 180 252 / 0.75);
}

.focus\:border-b-indigo-300\/80:focus {
  border-bottom-color: rgb(165 180 252 / 0.8);
}

.focus\:border-b-indigo-300\/90:focus {
  border-bottom-color: rgb(165 180 252 / 0.9);
}

.focus\:border-b-indigo-300\/95:focus {
  border-bottom-color: rgb(165 180 252 / 0.95);
}

.focus\:border-b-indigo-400:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.focus\:border-b-indigo-400\/0:focus {
  border-bottom-color: rgb(129 140 248 / 0);
}

.focus\:border-b-indigo-400\/10:focus {
  border-bottom-color: rgb(129 140 248 / 0.1);
}

.focus\:border-b-indigo-400\/100:focus {
  border-bottom-color: rgb(129 140 248 / 1);
}

.focus\:border-b-indigo-400\/20:focus {
  border-bottom-color: rgb(129 140 248 / 0.2);
}

.focus\:border-b-indigo-400\/25:focus {
  border-bottom-color: rgb(129 140 248 / 0.25);
}

.focus\:border-b-indigo-400\/30:focus {
  border-bottom-color: rgb(129 140 248 / 0.3);
}

.focus\:border-b-indigo-400\/40:focus {
  border-bottom-color: rgb(129 140 248 / 0.4);
}

.focus\:border-b-indigo-400\/5:focus {
  border-bottom-color: rgb(129 140 248 / 0.05);
}

.focus\:border-b-indigo-400\/50:focus {
  border-bottom-color: rgb(129 140 248 / 0.5);
}

.focus\:border-b-indigo-400\/60:focus {
  border-bottom-color: rgb(129 140 248 / 0.6);
}

.focus\:border-b-indigo-400\/70:focus {
  border-bottom-color: rgb(129 140 248 / 0.7);
}

.focus\:border-b-indigo-400\/75:focus {
  border-bottom-color: rgb(129 140 248 / 0.75);
}

.focus\:border-b-indigo-400\/80:focus {
  border-bottom-color: rgb(129 140 248 / 0.8);
}

.focus\:border-b-indigo-400\/90:focus {
  border-bottom-color: rgb(129 140 248 / 0.9);
}

.focus\:border-b-indigo-400\/95:focus {
  border-bottom-color: rgb(129 140 248 / 0.95);
}

.focus\:border-b-indigo-50:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(238 242 255 / var(--tw-border-opacity));
}

.focus\:border-b-indigo-50\/0:focus {
  border-bottom-color: rgb(238 242 255 / 0);
}

.focus\:border-b-indigo-50\/10:focus {
  border-bottom-color: rgb(238 242 255 / 0.1);
}

.focus\:border-b-indigo-50\/100:focus {
  border-bottom-color: rgb(238 242 255 / 1);
}

.focus\:border-b-indigo-50\/20:focus {
  border-bottom-color: rgb(238 242 255 / 0.2);
}

.focus\:border-b-indigo-50\/25:focus {
  border-bottom-color: rgb(238 242 255 / 0.25);
}

.focus\:border-b-indigo-50\/30:focus {
  border-bottom-color: rgb(238 242 255 / 0.3);
}

.focus\:border-b-indigo-50\/40:focus {
  border-bottom-color: rgb(238 242 255 / 0.4);
}

.focus\:border-b-indigo-50\/5:focus {
  border-bottom-color: rgb(238 242 255 / 0.05);
}

.focus\:border-b-indigo-50\/50:focus {
  border-bottom-color: rgb(238 242 255 / 0.5);
}

.focus\:border-b-indigo-50\/60:focus {
  border-bottom-color: rgb(238 242 255 / 0.6);
}

.focus\:border-b-indigo-50\/70:focus {
  border-bottom-color: rgb(238 242 255 / 0.7);
}

.focus\:border-b-indigo-50\/75:focus {
  border-bottom-color: rgb(238 242 255 / 0.75);
}

.focus\:border-b-indigo-50\/80:focus {
  border-bottom-color: rgb(238 242 255 / 0.8);
}

.focus\:border-b-indigo-50\/90:focus {
  border-bottom-color: rgb(238 242 255 / 0.9);
}

.focus\:border-b-indigo-50\/95:focus {
  border-bottom-color: rgb(238 242 255 / 0.95);
}

.focus\:border-b-indigo-500:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.focus\:border-b-indigo-500\/0:focus {
  border-bottom-color: rgb(99 102 241 / 0);
}

.focus\:border-b-indigo-500\/10:focus {
  border-bottom-color: rgb(99 102 241 / 0.1);
}

.focus\:border-b-indigo-500\/100:focus {
  border-bottom-color: rgb(99 102 241 / 1);
}

.focus\:border-b-indigo-500\/20:focus {
  border-bottom-color: rgb(99 102 241 / 0.2);
}

.focus\:border-b-indigo-500\/25:focus {
  border-bottom-color: rgb(99 102 241 / 0.25);
}

.focus\:border-b-indigo-500\/30:focus {
  border-bottom-color: rgb(99 102 241 / 0.3);
}

.focus\:border-b-indigo-500\/40:focus {
  border-bottom-color: rgb(99 102 241 / 0.4);
}

.focus\:border-b-indigo-500\/5:focus {
  border-bottom-color: rgb(99 102 241 / 0.05);
}

.focus\:border-b-indigo-500\/50:focus {
  border-bottom-color: rgb(99 102 241 / 0.5);
}

.focus\:border-b-indigo-500\/60:focus {
  border-bottom-color: rgb(99 102 241 / 0.6);
}

.focus\:border-b-indigo-500\/70:focus {
  border-bottom-color: rgb(99 102 241 / 0.7);
}

.focus\:border-b-indigo-500\/75:focus {
  border-bottom-color: rgb(99 102 241 / 0.75);
}

.focus\:border-b-indigo-500\/80:focus {
  border-bottom-color: rgb(99 102 241 / 0.8);
}

.focus\:border-b-indigo-500\/90:focus {
  border-bottom-color: rgb(99 102 241 / 0.9);
}

.focus\:border-b-indigo-500\/95:focus {
  border-bottom-color: rgb(99 102 241 / 0.95);
}

.focus\:border-b-indigo-600:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.focus\:border-b-indigo-600\/0:focus {
  border-bottom-color: rgb(79 70 229 / 0);
}

.focus\:border-b-indigo-600\/10:focus {
  border-bottom-color: rgb(79 70 229 / 0.1);
}

.focus\:border-b-indigo-600\/100:focus {
  border-bottom-color: rgb(79 70 229 / 1);
}

.focus\:border-b-indigo-600\/20:focus {
  border-bottom-color: rgb(79 70 229 / 0.2);
}

.focus\:border-b-indigo-600\/25:focus {
  border-bottom-color: rgb(79 70 229 / 0.25);
}

.focus\:border-b-indigo-600\/30:focus {
  border-bottom-color: rgb(79 70 229 / 0.3);
}

.focus\:border-b-indigo-600\/40:focus {
  border-bottom-color: rgb(79 70 229 / 0.4);
}

.focus\:border-b-indigo-600\/5:focus {
  border-bottom-color: rgb(79 70 229 / 0.05);
}

.focus\:border-b-indigo-600\/50:focus {
  border-bottom-color: rgb(79 70 229 / 0.5);
}

.focus\:border-b-indigo-600\/60:focus {
  border-bottom-color: rgb(79 70 229 / 0.6);
}

.focus\:border-b-indigo-600\/70:focus {
  border-bottom-color: rgb(79 70 229 / 0.7);
}

.focus\:border-b-indigo-600\/75:focus {
  border-bottom-color: rgb(79 70 229 / 0.75);
}

.focus\:border-b-indigo-600\/80:focus {
  border-bottom-color: rgb(79 70 229 / 0.8);
}

.focus\:border-b-indigo-600\/90:focus {
  border-bottom-color: rgb(79 70 229 / 0.9);
}

.focus\:border-b-indigo-600\/95:focus {
  border-bottom-color: rgb(79 70 229 / 0.95);
}

.focus\:border-b-indigo-700:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.focus\:border-b-indigo-700\/0:focus {
  border-bottom-color: rgb(67 56 202 / 0);
}

.focus\:border-b-indigo-700\/10:focus {
  border-bottom-color: rgb(67 56 202 / 0.1);
}

.focus\:border-b-indigo-700\/100:focus {
  border-bottom-color: rgb(67 56 202 / 1);
}

.focus\:border-b-indigo-700\/20:focus {
  border-bottom-color: rgb(67 56 202 / 0.2);
}

.focus\:border-b-indigo-700\/25:focus {
  border-bottom-color: rgb(67 56 202 / 0.25);
}

.focus\:border-b-indigo-700\/30:focus {
  border-bottom-color: rgb(67 56 202 / 0.3);
}

.focus\:border-b-indigo-700\/40:focus {
  border-bottom-color: rgb(67 56 202 / 0.4);
}

.focus\:border-b-indigo-700\/5:focus {
  border-bottom-color: rgb(67 56 202 / 0.05);
}

.focus\:border-b-indigo-700\/50:focus {
  border-bottom-color: rgb(67 56 202 / 0.5);
}

.focus\:border-b-indigo-700\/60:focus {
  border-bottom-color: rgb(67 56 202 / 0.6);
}

.focus\:border-b-indigo-700\/70:focus {
  border-bottom-color: rgb(67 56 202 / 0.7);
}

.focus\:border-b-indigo-700\/75:focus {
  border-bottom-color: rgb(67 56 202 / 0.75);
}

.focus\:border-b-indigo-700\/80:focus {
  border-bottom-color: rgb(67 56 202 / 0.8);
}

.focus\:border-b-indigo-700\/90:focus {
  border-bottom-color: rgb(67 56 202 / 0.9);
}

.focus\:border-b-indigo-700\/95:focus {
  border-bottom-color: rgb(67 56 202 / 0.95);
}

.focus\:border-b-indigo-800:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(55 48 163 / var(--tw-border-opacity));
}

.focus\:border-b-indigo-800\/0:focus {
  border-bottom-color: rgb(55 48 163 / 0);
}

.focus\:border-b-indigo-800\/10:focus {
  border-bottom-color: rgb(55 48 163 / 0.1);
}

.focus\:border-b-indigo-800\/100:focus {
  border-bottom-color: rgb(55 48 163 / 1);
}

.focus\:border-b-indigo-800\/20:focus {
  border-bottom-color: rgb(55 48 163 / 0.2);
}

.focus\:border-b-indigo-800\/25:focus {
  border-bottom-color: rgb(55 48 163 / 0.25);
}

.focus\:border-b-indigo-800\/30:focus {
  border-bottom-color: rgb(55 48 163 / 0.3);
}

.focus\:border-b-indigo-800\/40:focus {
  border-bottom-color: rgb(55 48 163 / 0.4);
}

.focus\:border-b-indigo-800\/5:focus {
  border-bottom-color: rgb(55 48 163 / 0.05);
}

.focus\:border-b-indigo-800\/50:focus {
  border-bottom-color: rgb(55 48 163 / 0.5);
}

.focus\:border-b-indigo-800\/60:focus {
  border-bottom-color: rgb(55 48 163 / 0.6);
}

.focus\:border-b-indigo-800\/70:focus {
  border-bottom-color: rgb(55 48 163 / 0.7);
}

.focus\:border-b-indigo-800\/75:focus {
  border-bottom-color: rgb(55 48 163 / 0.75);
}

.focus\:border-b-indigo-800\/80:focus {
  border-bottom-color: rgb(55 48 163 / 0.8);
}

.focus\:border-b-indigo-800\/90:focus {
  border-bottom-color: rgb(55 48 163 / 0.9);
}

.focus\:border-b-indigo-800\/95:focus {
  border-bottom-color: rgb(55 48 163 / 0.95);
}

.focus\:border-b-indigo-900:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(49 46 129 / var(--tw-border-opacity));
}

.focus\:border-b-indigo-900\/0:focus {
  border-bottom-color: rgb(49 46 129 / 0);
}

.focus\:border-b-indigo-900\/10:focus {
  border-bottom-color: rgb(49 46 129 / 0.1);
}

.focus\:border-b-indigo-900\/100:focus {
  border-bottom-color: rgb(49 46 129 / 1);
}

.focus\:border-b-indigo-900\/20:focus {
  border-bottom-color: rgb(49 46 129 / 0.2);
}

.focus\:border-b-indigo-900\/25:focus {
  border-bottom-color: rgb(49 46 129 / 0.25);
}

.focus\:border-b-indigo-900\/30:focus {
  border-bottom-color: rgb(49 46 129 / 0.3);
}

.focus\:border-b-indigo-900\/40:focus {
  border-bottom-color: rgb(49 46 129 / 0.4);
}

.focus\:border-b-indigo-900\/5:focus {
  border-bottom-color: rgb(49 46 129 / 0.05);
}

.focus\:border-b-indigo-900\/50:focus {
  border-bottom-color: rgb(49 46 129 / 0.5);
}

.focus\:border-b-indigo-900\/60:focus {
  border-bottom-color: rgb(49 46 129 / 0.6);
}

.focus\:border-b-indigo-900\/70:focus {
  border-bottom-color: rgb(49 46 129 / 0.7);
}

.focus\:border-b-indigo-900\/75:focus {
  border-bottom-color: rgb(49 46 129 / 0.75);
}

.focus\:border-b-indigo-900\/80:focus {
  border-bottom-color: rgb(49 46 129 / 0.8);
}

.focus\:border-b-indigo-900\/90:focus {
  border-bottom-color: rgb(49 46 129 / 0.9);
}

.focus\:border-b-indigo-900\/95:focus {
  border-bottom-color: rgb(49 46 129 / 0.95);
}

.focus\:border-b-indigo-950:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(30 27 75 / var(--tw-border-opacity));
}

.focus\:border-b-indigo-950\/0:focus {
  border-bottom-color: rgb(30 27 75 / 0);
}

.focus\:border-b-indigo-950\/10:focus {
  border-bottom-color: rgb(30 27 75 / 0.1);
}

.focus\:border-b-indigo-950\/100:focus {
  border-bottom-color: rgb(30 27 75 / 1);
}

.focus\:border-b-indigo-950\/20:focus {
  border-bottom-color: rgb(30 27 75 / 0.2);
}

.focus\:border-b-indigo-950\/25:focus {
  border-bottom-color: rgb(30 27 75 / 0.25);
}

.focus\:border-b-indigo-950\/30:focus {
  border-bottom-color: rgb(30 27 75 / 0.3);
}

.focus\:border-b-indigo-950\/40:focus {
  border-bottom-color: rgb(30 27 75 / 0.4);
}

.focus\:border-b-indigo-950\/5:focus {
  border-bottom-color: rgb(30 27 75 / 0.05);
}

.focus\:border-b-indigo-950\/50:focus {
  border-bottom-color: rgb(30 27 75 / 0.5);
}

.focus\:border-b-indigo-950\/60:focus {
  border-bottom-color: rgb(30 27 75 / 0.6);
}

.focus\:border-b-indigo-950\/70:focus {
  border-bottom-color: rgb(30 27 75 / 0.7);
}

.focus\:border-b-indigo-950\/75:focus {
  border-bottom-color: rgb(30 27 75 / 0.75);
}

.focus\:border-b-indigo-950\/80:focus {
  border-bottom-color: rgb(30 27 75 / 0.8);
}

.focus\:border-b-indigo-950\/90:focus {
  border-bottom-color: rgb(30 27 75 / 0.9);
}

.focus\:border-b-indigo-950\/95:focus {
  border-bottom-color: rgb(30 27 75 / 0.95);
}

.focus\:border-b-inherit:focus {
  border-bottom-color: inherit;
}

.focus\:border-b-interbeauty-100:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 197 175 / var(--tw-border-opacity));
}

.focus\:border-b-interbeauty-100\/0:focus {
  border-bottom-color: rgb(249 197 175 / 0);
}

.focus\:border-b-interbeauty-100\/10:focus {
  border-bottom-color: rgb(249 197 175 / 0.1);
}

.focus\:border-b-interbeauty-100\/100:focus {
  border-bottom-color: rgb(249 197 175 / 1);
}

.focus\:border-b-interbeauty-100\/20:focus {
  border-bottom-color: rgb(249 197 175 / 0.2);
}

.focus\:border-b-interbeauty-100\/25:focus {
  border-bottom-color: rgb(249 197 175 / 0.25);
}

.focus\:border-b-interbeauty-100\/30:focus {
  border-bottom-color: rgb(249 197 175 / 0.3);
}

.focus\:border-b-interbeauty-100\/40:focus {
  border-bottom-color: rgb(249 197 175 / 0.4);
}

.focus\:border-b-interbeauty-100\/5:focus {
  border-bottom-color: rgb(249 197 175 / 0.05);
}

.focus\:border-b-interbeauty-100\/50:focus {
  border-bottom-color: rgb(249 197 175 / 0.5);
}

.focus\:border-b-interbeauty-100\/60:focus {
  border-bottom-color: rgb(249 197 175 / 0.6);
}

.focus\:border-b-interbeauty-100\/70:focus {
  border-bottom-color: rgb(249 197 175 / 0.7);
}

.focus\:border-b-interbeauty-100\/75:focus {
  border-bottom-color: rgb(249 197 175 / 0.75);
}

.focus\:border-b-interbeauty-100\/80:focus {
  border-bottom-color: rgb(249 197 175 / 0.8);
}

.focus\:border-b-interbeauty-100\/90:focus {
  border-bottom-color: rgb(249 197 175 / 0.9);
}

.focus\:border-b-interbeauty-100\/95:focus {
  border-bottom-color: rgb(249 197 175 / 0.95);
}

.focus\:border-b-interbeauty-200:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(241 182 191 / var(--tw-border-opacity));
}

.focus\:border-b-interbeauty-200\/0:focus {
  border-bottom-color: rgb(241 182 191 / 0);
}

.focus\:border-b-interbeauty-200\/10:focus {
  border-bottom-color: rgb(241 182 191 / 0.1);
}

.focus\:border-b-interbeauty-200\/100:focus {
  border-bottom-color: rgb(241 182 191 / 1);
}

.focus\:border-b-interbeauty-200\/20:focus {
  border-bottom-color: rgb(241 182 191 / 0.2);
}

.focus\:border-b-interbeauty-200\/25:focus {
  border-bottom-color: rgb(241 182 191 / 0.25);
}

.focus\:border-b-interbeauty-200\/30:focus {
  border-bottom-color: rgb(241 182 191 / 0.3);
}

.focus\:border-b-interbeauty-200\/40:focus {
  border-bottom-color: rgb(241 182 191 / 0.4);
}

.focus\:border-b-interbeauty-200\/5:focus {
  border-bottom-color: rgb(241 182 191 / 0.05);
}

.focus\:border-b-interbeauty-200\/50:focus {
  border-bottom-color: rgb(241 182 191 / 0.5);
}

.focus\:border-b-interbeauty-200\/60:focus {
  border-bottom-color: rgb(241 182 191 / 0.6);
}

.focus\:border-b-interbeauty-200\/70:focus {
  border-bottom-color: rgb(241 182 191 / 0.7);
}

.focus\:border-b-interbeauty-200\/75:focus {
  border-bottom-color: rgb(241 182 191 / 0.75);
}

.focus\:border-b-interbeauty-200\/80:focus {
  border-bottom-color: rgb(241 182 191 / 0.8);
}

.focus\:border-b-interbeauty-200\/90:focus {
  border-bottom-color: rgb(241 182 191 / 0.9);
}

.focus\:border-b-interbeauty-200\/95:focus {
  border-bottom-color: rgb(241 182 191 / 0.95);
}

.focus\:border-b-interbeauty-300:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(182 219 231 / var(--tw-border-opacity));
}

.focus\:border-b-interbeauty-300\/0:focus {
  border-bottom-color: rgb(182 219 231 / 0);
}

.focus\:border-b-interbeauty-300\/10:focus {
  border-bottom-color: rgb(182 219 231 / 0.1);
}

.focus\:border-b-interbeauty-300\/100:focus {
  border-bottom-color: rgb(182 219 231 / 1);
}

.focus\:border-b-interbeauty-300\/20:focus {
  border-bottom-color: rgb(182 219 231 / 0.2);
}

.focus\:border-b-interbeauty-300\/25:focus {
  border-bottom-color: rgb(182 219 231 / 0.25);
}

.focus\:border-b-interbeauty-300\/30:focus {
  border-bottom-color: rgb(182 219 231 / 0.3);
}

.focus\:border-b-interbeauty-300\/40:focus {
  border-bottom-color: rgb(182 219 231 / 0.4);
}

.focus\:border-b-interbeauty-300\/5:focus {
  border-bottom-color: rgb(182 219 231 / 0.05);
}

.focus\:border-b-interbeauty-300\/50:focus {
  border-bottom-color: rgb(182 219 231 / 0.5);
}

.focus\:border-b-interbeauty-300\/60:focus {
  border-bottom-color: rgb(182 219 231 / 0.6);
}

.focus\:border-b-interbeauty-300\/70:focus {
  border-bottom-color: rgb(182 219 231 / 0.7);
}

.focus\:border-b-interbeauty-300\/75:focus {
  border-bottom-color: rgb(182 219 231 / 0.75);
}

.focus\:border-b-interbeauty-300\/80:focus {
  border-bottom-color: rgb(182 219 231 / 0.8);
}

.focus\:border-b-interbeauty-300\/90:focus {
  border-bottom-color: rgb(182 219 231 / 0.9);
}

.focus\:border-b-interbeauty-300\/95:focus {
  border-bottom-color: rgb(182 219 231 / 0.95);
}

.focus\:border-b-interbeauty-400:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 250 247 / var(--tw-border-opacity));
}

.focus\:border-b-interbeauty-400\/0:focus {
  border-bottom-color: rgb(254 250 247 / 0);
}

.focus\:border-b-interbeauty-400\/10:focus {
  border-bottom-color: rgb(254 250 247 / 0.1);
}

.focus\:border-b-interbeauty-400\/100:focus {
  border-bottom-color: rgb(254 250 247 / 1);
}

.focus\:border-b-interbeauty-400\/20:focus {
  border-bottom-color: rgb(254 250 247 / 0.2);
}

.focus\:border-b-interbeauty-400\/25:focus {
  border-bottom-color: rgb(254 250 247 / 0.25);
}

.focus\:border-b-interbeauty-400\/30:focus {
  border-bottom-color: rgb(254 250 247 / 0.3);
}

.focus\:border-b-interbeauty-400\/40:focus {
  border-bottom-color: rgb(254 250 247 / 0.4);
}

.focus\:border-b-interbeauty-400\/5:focus {
  border-bottom-color: rgb(254 250 247 / 0.05);
}

.focus\:border-b-interbeauty-400\/50:focus {
  border-bottom-color: rgb(254 250 247 / 0.5);
}

.focus\:border-b-interbeauty-400\/60:focus {
  border-bottom-color: rgb(254 250 247 / 0.6);
}

.focus\:border-b-interbeauty-400\/70:focus {
  border-bottom-color: rgb(254 250 247 / 0.7);
}

.focus\:border-b-interbeauty-400\/75:focus {
  border-bottom-color: rgb(254 250 247 / 0.75);
}

.focus\:border-b-interbeauty-400\/80:focus {
  border-bottom-color: rgb(254 250 247 / 0.8);
}

.focus\:border-b-interbeauty-400\/90:focus {
  border-bottom-color: rgb(254 250 247 / 0.9);
}

.focus\:border-b-interbeauty-400\/95:focus {
  border-bottom-color: rgb(254 250 247 / 0.95);
}

.focus\:border-b-interbeauty-500:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(193 225 224 / var(--tw-border-opacity));
}

.focus\:border-b-interbeauty-500\/0:focus {
  border-bottom-color: rgb(193 225 224 / 0);
}

.focus\:border-b-interbeauty-500\/10:focus {
  border-bottom-color: rgb(193 225 224 / 0.1);
}

.focus\:border-b-interbeauty-500\/100:focus {
  border-bottom-color: rgb(193 225 224 / 1);
}

.focus\:border-b-interbeauty-500\/20:focus {
  border-bottom-color: rgb(193 225 224 / 0.2);
}

.focus\:border-b-interbeauty-500\/25:focus {
  border-bottom-color: rgb(193 225 224 / 0.25);
}

.focus\:border-b-interbeauty-500\/30:focus {
  border-bottom-color: rgb(193 225 224 / 0.3);
}

.focus\:border-b-interbeauty-500\/40:focus {
  border-bottom-color: rgb(193 225 224 / 0.4);
}

.focus\:border-b-interbeauty-500\/5:focus {
  border-bottom-color: rgb(193 225 224 / 0.05);
}

.focus\:border-b-interbeauty-500\/50:focus {
  border-bottom-color: rgb(193 225 224 / 0.5);
}

.focus\:border-b-interbeauty-500\/60:focus {
  border-bottom-color: rgb(193 225 224 / 0.6);
}

.focus\:border-b-interbeauty-500\/70:focus {
  border-bottom-color: rgb(193 225 224 / 0.7);
}

.focus\:border-b-interbeauty-500\/75:focus {
  border-bottom-color: rgb(193 225 224 / 0.75);
}

.focus\:border-b-interbeauty-500\/80:focus {
  border-bottom-color: rgb(193 225 224 / 0.8);
}

.focus\:border-b-interbeauty-500\/90:focus {
  border-bottom-color: rgb(193 225 224 / 0.9);
}

.focus\:border-b-interbeauty-500\/95:focus {
  border-bottom-color: rgb(193 225 224 / 0.95);
}

.focus\:border-b-interbeauty-600:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(88 88 94 / var(--tw-border-opacity));
}

.focus\:border-b-interbeauty-600\/0:focus {
  border-bottom-color: rgb(88 88 94 / 0);
}

.focus\:border-b-interbeauty-600\/10:focus {
  border-bottom-color: rgb(88 88 94 / 0.1);
}

.focus\:border-b-interbeauty-600\/100:focus {
  border-bottom-color: rgb(88 88 94 / 1);
}

.focus\:border-b-interbeauty-600\/20:focus {
  border-bottom-color: rgb(88 88 94 / 0.2);
}

.focus\:border-b-interbeauty-600\/25:focus {
  border-bottom-color: rgb(88 88 94 / 0.25);
}

.focus\:border-b-interbeauty-600\/30:focus {
  border-bottom-color: rgb(88 88 94 / 0.3);
}

.focus\:border-b-interbeauty-600\/40:focus {
  border-bottom-color: rgb(88 88 94 / 0.4);
}

.focus\:border-b-interbeauty-600\/5:focus {
  border-bottom-color: rgb(88 88 94 / 0.05);
}

.focus\:border-b-interbeauty-600\/50:focus {
  border-bottom-color: rgb(88 88 94 / 0.5);
}

.focus\:border-b-interbeauty-600\/60:focus {
  border-bottom-color: rgb(88 88 94 / 0.6);
}

.focus\:border-b-interbeauty-600\/70:focus {
  border-bottom-color: rgb(88 88 94 / 0.7);
}

.focus\:border-b-interbeauty-600\/75:focus {
  border-bottom-color: rgb(88 88 94 / 0.75);
}

.focus\:border-b-interbeauty-600\/80:focus {
  border-bottom-color: rgb(88 88 94 / 0.8);
}

.focus\:border-b-interbeauty-600\/90:focus {
  border-bottom-color: rgb(88 88 94 / 0.9);
}

.focus\:border-b-interbeauty-600\/95:focus {
  border-bottom-color: rgb(88 88 94 / 0.95);
}

.focus\:border-b-ipnvaluers-200:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 40 87 / var(--tw-border-opacity));
}

.focus\:border-b-ipnvaluers-200\/0:focus {
  border-bottom-color: rgb(0 40 87 / 0);
}

.focus\:border-b-ipnvaluers-200\/10:focus {
  border-bottom-color: rgb(0 40 87 / 0.1);
}

.focus\:border-b-ipnvaluers-200\/100:focus {
  border-bottom-color: rgb(0 40 87 / 1);
}

.focus\:border-b-ipnvaluers-200\/20:focus {
  border-bottom-color: rgb(0 40 87 / 0.2);
}

.focus\:border-b-ipnvaluers-200\/25:focus {
  border-bottom-color: rgb(0 40 87 / 0.25);
}

.focus\:border-b-ipnvaluers-200\/30:focus {
  border-bottom-color: rgb(0 40 87 / 0.3);
}

.focus\:border-b-ipnvaluers-200\/40:focus {
  border-bottom-color: rgb(0 40 87 / 0.4);
}

.focus\:border-b-ipnvaluers-200\/5:focus {
  border-bottom-color: rgb(0 40 87 / 0.05);
}

.focus\:border-b-ipnvaluers-200\/50:focus {
  border-bottom-color: rgb(0 40 87 / 0.5);
}

.focus\:border-b-ipnvaluers-200\/60:focus {
  border-bottom-color: rgb(0 40 87 / 0.6);
}

.focus\:border-b-ipnvaluers-200\/70:focus {
  border-bottom-color: rgb(0 40 87 / 0.7);
}

.focus\:border-b-ipnvaluers-200\/75:focus {
  border-bottom-color: rgb(0 40 87 / 0.75);
}

.focus\:border-b-ipnvaluers-200\/80:focus {
  border-bottom-color: rgb(0 40 87 / 0.8);
}

.focus\:border-b-ipnvaluers-200\/90:focus {
  border-bottom-color: rgb(0 40 87 / 0.9);
}

.focus\:border-b-ipnvaluers-200\/95:focus {
  border-bottom-color: rgb(0 40 87 / 0.95);
}

.focus\:border-b-ipnvaluers-400:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(196 107 22 / var(--tw-border-opacity));
}

.focus\:border-b-ipnvaluers-400\/0:focus {
  border-bottom-color: rgb(196 107 22 / 0);
}

.focus\:border-b-ipnvaluers-400\/10:focus {
  border-bottom-color: rgb(196 107 22 / 0.1);
}

.focus\:border-b-ipnvaluers-400\/100:focus {
  border-bottom-color: rgb(196 107 22 / 1);
}

.focus\:border-b-ipnvaluers-400\/20:focus {
  border-bottom-color: rgb(196 107 22 / 0.2);
}

.focus\:border-b-ipnvaluers-400\/25:focus {
  border-bottom-color: rgb(196 107 22 / 0.25);
}

.focus\:border-b-ipnvaluers-400\/30:focus {
  border-bottom-color: rgb(196 107 22 / 0.3);
}

.focus\:border-b-ipnvaluers-400\/40:focus {
  border-bottom-color: rgb(196 107 22 / 0.4);
}

.focus\:border-b-ipnvaluers-400\/5:focus {
  border-bottom-color: rgb(196 107 22 / 0.05);
}

.focus\:border-b-ipnvaluers-400\/50:focus {
  border-bottom-color: rgb(196 107 22 / 0.5);
}

.focus\:border-b-ipnvaluers-400\/60:focus {
  border-bottom-color: rgb(196 107 22 / 0.6);
}

.focus\:border-b-ipnvaluers-400\/70:focus {
  border-bottom-color: rgb(196 107 22 / 0.7);
}

.focus\:border-b-ipnvaluers-400\/75:focus {
  border-bottom-color: rgb(196 107 22 / 0.75);
}

.focus\:border-b-ipnvaluers-400\/80:focus {
  border-bottom-color: rgb(196 107 22 / 0.8);
}

.focus\:border-b-ipnvaluers-400\/90:focus {
  border-bottom-color: rgb(196 107 22 / 0.9);
}

.focus\:border-b-ipnvaluers-400\/95:focus {
  border-bottom-color: rgb(196 107 22 / 0.95);
}

.focus\:border-b-ipnvaluers-500:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 174 21 / var(--tw-border-opacity));
}

.focus\:border-b-ipnvaluers-500\/0:focus {
  border-bottom-color: rgb(245 174 21 / 0);
}

.focus\:border-b-ipnvaluers-500\/10:focus {
  border-bottom-color: rgb(245 174 21 / 0.1);
}

.focus\:border-b-ipnvaluers-500\/100:focus {
  border-bottom-color: rgb(245 174 21 / 1);
}

.focus\:border-b-ipnvaluers-500\/20:focus {
  border-bottom-color: rgb(245 174 21 / 0.2);
}

.focus\:border-b-ipnvaluers-500\/25:focus {
  border-bottom-color: rgb(245 174 21 / 0.25);
}

.focus\:border-b-ipnvaluers-500\/30:focus {
  border-bottom-color: rgb(245 174 21 / 0.3);
}

.focus\:border-b-ipnvaluers-500\/40:focus {
  border-bottom-color: rgb(245 174 21 / 0.4);
}

.focus\:border-b-ipnvaluers-500\/5:focus {
  border-bottom-color: rgb(245 174 21 / 0.05);
}

.focus\:border-b-ipnvaluers-500\/50:focus {
  border-bottom-color: rgb(245 174 21 / 0.5);
}

.focus\:border-b-ipnvaluers-500\/60:focus {
  border-bottom-color: rgb(245 174 21 / 0.6);
}

.focus\:border-b-ipnvaluers-500\/70:focus {
  border-bottom-color: rgb(245 174 21 / 0.7);
}

.focus\:border-b-ipnvaluers-500\/75:focus {
  border-bottom-color: rgb(245 174 21 / 0.75);
}

.focus\:border-b-ipnvaluers-500\/80:focus {
  border-bottom-color: rgb(245 174 21 / 0.8);
}

.focus\:border-b-ipnvaluers-500\/90:focus {
  border-bottom-color: rgb(245 174 21 / 0.9);
}

.focus\:border-b-ipnvaluers-500\/95:focus {
  border-bottom-color: rgb(245 174 21 / 0.95);
}

.focus\:border-b-jukejam-500:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 210 101 / var(--tw-border-opacity));
}

.focus\:border-b-jukejam-500\/0:focus {
  border-bottom-color: rgb(250 210 101 / 0);
}

.focus\:border-b-jukejam-500\/10:focus {
  border-bottom-color: rgb(250 210 101 / 0.1);
}

.focus\:border-b-jukejam-500\/100:focus {
  border-bottom-color: rgb(250 210 101 / 1);
}

.focus\:border-b-jukejam-500\/20:focus {
  border-bottom-color: rgb(250 210 101 / 0.2);
}

.focus\:border-b-jukejam-500\/25:focus {
  border-bottom-color: rgb(250 210 101 / 0.25);
}

.focus\:border-b-jukejam-500\/30:focus {
  border-bottom-color: rgb(250 210 101 / 0.3);
}

.focus\:border-b-jukejam-500\/40:focus {
  border-bottom-color: rgb(250 210 101 / 0.4);
}

.focus\:border-b-jukejam-500\/5:focus {
  border-bottom-color: rgb(250 210 101 / 0.05);
}

.focus\:border-b-jukejam-500\/50:focus {
  border-bottom-color: rgb(250 210 101 / 0.5);
}

.focus\:border-b-jukejam-500\/60:focus {
  border-bottom-color: rgb(250 210 101 / 0.6);
}

.focus\:border-b-jukejam-500\/70:focus {
  border-bottom-color: rgb(250 210 101 / 0.7);
}

.focus\:border-b-jukejam-500\/75:focus {
  border-bottom-color: rgb(250 210 101 / 0.75);
}

.focus\:border-b-jukejam-500\/80:focus {
  border-bottom-color: rgb(250 210 101 / 0.8);
}

.focus\:border-b-jukejam-500\/90:focus {
  border-bottom-color: rgb(250 210 101 / 0.9);
}

.focus\:border-b-jukejam-500\/95:focus {
  border-bottom-color: rgb(250 210 101 / 0.95);
}

.focus\:border-b-lime-100:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(236 252 203 / var(--tw-border-opacity));
}

.focus\:border-b-lime-100\/0:focus {
  border-bottom-color: rgb(236 252 203 / 0);
}

.focus\:border-b-lime-100\/10:focus {
  border-bottom-color: rgb(236 252 203 / 0.1);
}

.focus\:border-b-lime-100\/100:focus {
  border-bottom-color: rgb(236 252 203 / 1);
}

.focus\:border-b-lime-100\/20:focus {
  border-bottom-color: rgb(236 252 203 / 0.2);
}

.focus\:border-b-lime-100\/25:focus {
  border-bottom-color: rgb(236 252 203 / 0.25);
}

.focus\:border-b-lime-100\/30:focus {
  border-bottom-color: rgb(236 252 203 / 0.3);
}

.focus\:border-b-lime-100\/40:focus {
  border-bottom-color: rgb(236 252 203 / 0.4);
}

.focus\:border-b-lime-100\/5:focus {
  border-bottom-color: rgb(236 252 203 / 0.05);
}

.focus\:border-b-lime-100\/50:focus {
  border-bottom-color: rgb(236 252 203 / 0.5);
}

.focus\:border-b-lime-100\/60:focus {
  border-bottom-color: rgb(236 252 203 / 0.6);
}

.focus\:border-b-lime-100\/70:focus {
  border-bottom-color: rgb(236 252 203 / 0.7);
}

.focus\:border-b-lime-100\/75:focus {
  border-bottom-color: rgb(236 252 203 / 0.75);
}

.focus\:border-b-lime-100\/80:focus {
  border-bottom-color: rgb(236 252 203 / 0.8);
}

.focus\:border-b-lime-100\/90:focus {
  border-bottom-color: rgb(236 252 203 / 0.9);
}

.focus\:border-b-lime-100\/95:focus {
  border-bottom-color: rgb(236 252 203 / 0.95);
}

.focus\:border-b-lime-200:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 249 157 / var(--tw-border-opacity));
}

.focus\:border-b-lime-200\/0:focus {
  border-bottom-color: rgb(217 249 157 / 0);
}

.focus\:border-b-lime-200\/10:focus {
  border-bottom-color: rgb(217 249 157 / 0.1);
}

.focus\:border-b-lime-200\/100:focus {
  border-bottom-color: rgb(217 249 157 / 1);
}

.focus\:border-b-lime-200\/20:focus {
  border-bottom-color: rgb(217 249 157 / 0.2);
}

.focus\:border-b-lime-200\/25:focus {
  border-bottom-color: rgb(217 249 157 / 0.25);
}

.focus\:border-b-lime-200\/30:focus {
  border-bottom-color: rgb(217 249 157 / 0.3);
}

.focus\:border-b-lime-200\/40:focus {
  border-bottom-color: rgb(217 249 157 / 0.4);
}

.focus\:border-b-lime-200\/5:focus {
  border-bottom-color: rgb(217 249 157 / 0.05);
}

.focus\:border-b-lime-200\/50:focus {
  border-bottom-color: rgb(217 249 157 / 0.5);
}

.focus\:border-b-lime-200\/60:focus {
  border-bottom-color: rgb(217 249 157 / 0.6);
}

.focus\:border-b-lime-200\/70:focus {
  border-bottom-color: rgb(217 249 157 / 0.7);
}

.focus\:border-b-lime-200\/75:focus {
  border-bottom-color: rgb(217 249 157 / 0.75);
}

.focus\:border-b-lime-200\/80:focus {
  border-bottom-color: rgb(217 249 157 / 0.8);
}

.focus\:border-b-lime-200\/90:focus {
  border-bottom-color: rgb(217 249 157 / 0.9);
}

.focus\:border-b-lime-200\/95:focus {
  border-bottom-color: rgb(217 249 157 / 0.95);
}

.focus\:border-b-lime-300:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(190 242 100 / var(--tw-border-opacity));
}

.focus\:border-b-lime-300\/0:focus {
  border-bottom-color: rgb(190 242 100 / 0);
}

.focus\:border-b-lime-300\/10:focus {
  border-bottom-color: rgb(190 242 100 / 0.1);
}

.focus\:border-b-lime-300\/100:focus {
  border-bottom-color: rgb(190 242 100 / 1);
}

.focus\:border-b-lime-300\/20:focus {
  border-bottom-color: rgb(190 242 100 / 0.2);
}

.focus\:border-b-lime-300\/25:focus {
  border-bottom-color: rgb(190 242 100 / 0.25);
}

.focus\:border-b-lime-300\/30:focus {
  border-bottom-color: rgb(190 242 100 / 0.3);
}

.focus\:border-b-lime-300\/40:focus {
  border-bottom-color: rgb(190 242 100 / 0.4);
}

.focus\:border-b-lime-300\/5:focus {
  border-bottom-color: rgb(190 242 100 / 0.05);
}

.focus\:border-b-lime-300\/50:focus {
  border-bottom-color: rgb(190 242 100 / 0.5);
}

.focus\:border-b-lime-300\/60:focus {
  border-bottom-color: rgb(190 242 100 / 0.6);
}

.focus\:border-b-lime-300\/70:focus {
  border-bottom-color: rgb(190 242 100 / 0.7);
}

.focus\:border-b-lime-300\/75:focus {
  border-bottom-color: rgb(190 242 100 / 0.75);
}

.focus\:border-b-lime-300\/80:focus {
  border-bottom-color: rgb(190 242 100 / 0.8);
}

.focus\:border-b-lime-300\/90:focus {
  border-bottom-color: rgb(190 242 100 / 0.9);
}

.focus\:border-b-lime-300\/95:focus {
  border-bottom-color: rgb(190 242 100 / 0.95);
}

.focus\:border-b-lime-400:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(163 230 53 / var(--tw-border-opacity));
}

.focus\:border-b-lime-400\/0:focus {
  border-bottom-color: rgb(163 230 53 / 0);
}

.focus\:border-b-lime-400\/10:focus {
  border-bottom-color: rgb(163 230 53 / 0.1);
}

.focus\:border-b-lime-400\/100:focus {
  border-bottom-color: rgb(163 230 53 / 1);
}

.focus\:border-b-lime-400\/20:focus {
  border-bottom-color: rgb(163 230 53 / 0.2);
}

.focus\:border-b-lime-400\/25:focus {
  border-bottom-color: rgb(163 230 53 / 0.25);
}

.focus\:border-b-lime-400\/30:focus {
  border-bottom-color: rgb(163 230 53 / 0.3);
}

.focus\:border-b-lime-400\/40:focus {
  border-bottom-color: rgb(163 230 53 / 0.4);
}

.focus\:border-b-lime-400\/5:focus {
  border-bottom-color: rgb(163 230 53 / 0.05);
}

.focus\:border-b-lime-400\/50:focus {
  border-bottom-color: rgb(163 230 53 / 0.5);
}

.focus\:border-b-lime-400\/60:focus {
  border-bottom-color: rgb(163 230 53 / 0.6);
}

.focus\:border-b-lime-400\/70:focus {
  border-bottom-color: rgb(163 230 53 / 0.7);
}

.focus\:border-b-lime-400\/75:focus {
  border-bottom-color: rgb(163 230 53 / 0.75);
}

.focus\:border-b-lime-400\/80:focus {
  border-bottom-color: rgb(163 230 53 / 0.8);
}

.focus\:border-b-lime-400\/90:focus {
  border-bottom-color: rgb(163 230 53 / 0.9);
}

.focus\:border-b-lime-400\/95:focus {
  border-bottom-color: rgb(163 230 53 / 0.95);
}

.focus\:border-b-lime-50:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(247 254 231 / var(--tw-border-opacity));
}

.focus\:border-b-lime-50\/0:focus {
  border-bottom-color: rgb(247 254 231 / 0);
}

.focus\:border-b-lime-50\/10:focus {
  border-bottom-color: rgb(247 254 231 / 0.1);
}

.focus\:border-b-lime-50\/100:focus {
  border-bottom-color: rgb(247 254 231 / 1);
}

.focus\:border-b-lime-50\/20:focus {
  border-bottom-color: rgb(247 254 231 / 0.2);
}

.focus\:border-b-lime-50\/25:focus {
  border-bottom-color: rgb(247 254 231 / 0.25);
}

.focus\:border-b-lime-50\/30:focus {
  border-bottom-color: rgb(247 254 231 / 0.3);
}

.focus\:border-b-lime-50\/40:focus {
  border-bottom-color: rgb(247 254 231 / 0.4);
}

.focus\:border-b-lime-50\/5:focus {
  border-bottom-color: rgb(247 254 231 / 0.05);
}

.focus\:border-b-lime-50\/50:focus {
  border-bottom-color: rgb(247 254 231 / 0.5);
}

.focus\:border-b-lime-50\/60:focus {
  border-bottom-color: rgb(247 254 231 / 0.6);
}

.focus\:border-b-lime-50\/70:focus {
  border-bottom-color: rgb(247 254 231 / 0.7);
}

.focus\:border-b-lime-50\/75:focus {
  border-bottom-color: rgb(247 254 231 / 0.75);
}

.focus\:border-b-lime-50\/80:focus {
  border-bottom-color: rgb(247 254 231 / 0.8);
}

.focus\:border-b-lime-50\/90:focus {
  border-bottom-color: rgb(247 254 231 / 0.9);
}

.focus\:border-b-lime-50\/95:focus {
  border-bottom-color: rgb(247 254 231 / 0.95);
}

.focus\:border-b-lime-500:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(132 204 22 / var(--tw-border-opacity));
}

.focus\:border-b-lime-500\/0:focus {
  border-bottom-color: rgb(132 204 22 / 0);
}

.focus\:border-b-lime-500\/10:focus {
  border-bottom-color: rgb(132 204 22 / 0.1);
}

.focus\:border-b-lime-500\/100:focus {
  border-bottom-color: rgb(132 204 22 / 1);
}

.focus\:border-b-lime-500\/20:focus {
  border-bottom-color: rgb(132 204 22 / 0.2);
}

.focus\:border-b-lime-500\/25:focus {
  border-bottom-color: rgb(132 204 22 / 0.25);
}

.focus\:border-b-lime-500\/30:focus {
  border-bottom-color: rgb(132 204 22 / 0.3);
}

.focus\:border-b-lime-500\/40:focus {
  border-bottom-color: rgb(132 204 22 / 0.4);
}

.focus\:border-b-lime-500\/5:focus {
  border-bottom-color: rgb(132 204 22 / 0.05);
}

.focus\:border-b-lime-500\/50:focus {
  border-bottom-color: rgb(132 204 22 / 0.5);
}

.focus\:border-b-lime-500\/60:focus {
  border-bottom-color: rgb(132 204 22 / 0.6);
}

.focus\:border-b-lime-500\/70:focus {
  border-bottom-color: rgb(132 204 22 / 0.7);
}

.focus\:border-b-lime-500\/75:focus {
  border-bottom-color: rgb(132 204 22 / 0.75);
}

.focus\:border-b-lime-500\/80:focus {
  border-bottom-color: rgb(132 204 22 / 0.8);
}

.focus\:border-b-lime-500\/90:focus {
  border-bottom-color: rgb(132 204 22 / 0.9);
}

.focus\:border-b-lime-500\/95:focus {
  border-bottom-color: rgb(132 204 22 / 0.95);
}

.focus\:border-b-lime-600:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(101 163 13 / var(--tw-border-opacity));
}

.focus\:border-b-lime-600\/0:focus {
  border-bottom-color: rgb(101 163 13 / 0);
}

.focus\:border-b-lime-600\/10:focus {
  border-bottom-color: rgb(101 163 13 / 0.1);
}

.focus\:border-b-lime-600\/100:focus {
  border-bottom-color: rgb(101 163 13 / 1);
}

.focus\:border-b-lime-600\/20:focus {
  border-bottom-color: rgb(101 163 13 / 0.2);
}

.focus\:border-b-lime-600\/25:focus {
  border-bottom-color: rgb(101 163 13 / 0.25);
}

.focus\:border-b-lime-600\/30:focus {
  border-bottom-color: rgb(101 163 13 / 0.3);
}

.focus\:border-b-lime-600\/40:focus {
  border-bottom-color: rgb(101 163 13 / 0.4);
}

.focus\:border-b-lime-600\/5:focus {
  border-bottom-color: rgb(101 163 13 / 0.05);
}

.focus\:border-b-lime-600\/50:focus {
  border-bottom-color: rgb(101 163 13 / 0.5);
}

.focus\:border-b-lime-600\/60:focus {
  border-bottom-color: rgb(101 163 13 / 0.6);
}

.focus\:border-b-lime-600\/70:focus {
  border-bottom-color: rgb(101 163 13 / 0.7);
}

.focus\:border-b-lime-600\/75:focus {
  border-bottom-color: rgb(101 163 13 / 0.75);
}

.focus\:border-b-lime-600\/80:focus {
  border-bottom-color: rgb(101 163 13 / 0.8);
}

.focus\:border-b-lime-600\/90:focus {
  border-bottom-color: rgb(101 163 13 / 0.9);
}

.focus\:border-b-lime-600\/95:focus {
  border-bottom-color: rgb(101 163 13 / 0.95);
}

.focus\:border-b-lime-700:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(77 124 15 / var(--tw-border-opacity));
}

.focus\:border-b-lime-700\/0:focus {
  border-bottom-color: rgb(77 124 15 / 0);
}

.focus\:border-b-lime-700\/10:focus {
  border-bottom-color: rgb(77 124 15 / 0.1);
}

.focus\:border-b-lime-700\/100:focus {
  border-bottom-color: rgb(77 124 15 / 1);
}

.focus\:border-b-lime-700\/20:focus {
  border-bottom-color: rgb(77 124 15 / 0.2);
}

.focus\:border-b-lime-700\/25:focus {
  border-bottom-color: rgb(77 124 15 / 0.25);
}

.focus\:border-b-lime-700\/30:focus {
  border-bottom-color: rgb(77 124 15 / 0.3);
}

.focus\:border-b-lime-700\/40:focus {
  border-bottom-color: rgb(77 124 15 / 0.4);
}

.focus\:border-b-lime-700\/5:focus {
  border-bottom-color: rgb(77 124 15 / 0.05);
}

.focus\:border-b-lime-700\/50:focus {
  border-bottom-color: rgb(77 124 15 / 0.5);
}

.focus\:border-b-lime-700\/60:focus {
  border-bottom-color: rgb(77 124 15 / 0.6);
}

.focus\:border-b-lime-700\/70:focus {
  border-bottom-color: rgb(77 124 15 / 0.7);
}

.focus\:border-b-lime-700\/75:focus {
  border-bottom-color: rgb(77 124 15 / 0.75);
}

.focus\:border-b-lime-700\/80:focus {
  border-bottom-color: rgb(77 124 15 / 0.8);
}

.focus\:border-b-lime-700\/90:focus {
  border-bottom-color: rgb(77 124 15 / 0.9);
}

.focus\:border-b-lime-700\/95:focus {
  border-bottom-color: rgb(77 124 15 / 0.95);
}

.focus\:border-b-lime-800:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(63 98 18 / var(--tw-border-opacity));
}

.focus\:border-b-lime-800\/0:focus {
  border-bottom-color: rgb(63 98 18 / 0);
}

.focus\:border-b-lime-800\/10:focus {
  border-bottom-color: rgb(63 98 18 / 0.1);
}

.focus\:border-b-lime-800\/100:focus {
  border-bottom-color: rgb(63 98 18 / 1);
}

.focus\:border-b-lime-800\/20:focus {
  border-bottom-color: rgb(63 98 18 / 0.2);
}

.focus\:border-b-lime-800\/25:focus {
  border-bottom-color: rgb(63 98 18 / 0.25);
}

.focus\:border-b-lime-800\/30:focus {
  border-bottom-color: rgb(63 98 18 / 0.3);
}

.focus\:border-b-lime-800\/40:focus {
  border-bottom-color: rgb(63 98 18 / 0.4);
}

.focus\:border-b-lime-800\/5:focus {
  border-bottom-color: rgb(63 98 18 / 0.05);
}

.focus\:border-b-lime-800\/50:focus {
  border-bottom-color: rgb(63 98 18 / 0.5);
}

.focus\:border-b-lime-800\/60:focus {
  border-bottom-color: rgb(63 98 18 / 0.6);
}

.focus\:border-b-lime-800\/70:focus {
  border-bottom-color: rgb(63 98 18 / 0.7);
}

.focus\:border-b-lime-800\/75:focus {
  border-bottom-color: rgb(63 98 18 / 0.75);
}

.focus\:border-b-lime-800\/80:focus {
  border-bottom-color: rgb(63 98 18 / 0.8);
}

.focus\:border-b-lime-800\/90:focus {
  border-bottom-color: rgb(63 98 18 / 0.9);
}

.focus\:border-b-lime-800\/95:focus {
  border-bottom-color: rgb(63 98 18 / 0.95);
}

.focus\:border-b-lime-900:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(54 83 20 / var(--tw-border-opacity));
}

.focus\:border-b-lime-900\/0:focus {
  border-bottom-color: rgb(54 83 20 / 0);
}

.focus\:border-b-lime-900\/10:focus {
  border-bottom-color: rgb(54 83 20 / 0.1);
}

.focus\:border-b-lime-900\/100:focus {
  border-bottom-color: rgb(54 83 20 / 1);
}

.focus\:border-b-lime-900\/20:focus {
  border-bottom-color: rgb(54 83 20 / 0.2);
}

.focus\:border-b-lime-900\/25:focus {
  border-bottom-color: rgb(54 83 20 / 0.25);
}

.focus\:border-b-lime-900\/30:focus {
  border-bottom-color: rgb(54 83 20 / 0.3);
}

.focus\:border-b-lime-900\/40:focus {
  border-bottom-color: rgb(54 83 20 / 0.4);
}

.focus\:border-b-lime-900\/5:focus {
  border-bottom-color: rgb(54 83 20 / 0.05);
}

.focus\:border-b-lime-900\/50:focus {
  border-bottom-color: rgb(54 83 20 / 0.5);
}

.focus\:border-b-lime-900\/60:focus {
  border-bottom-color: rgb(54 83 20 / 0.6);
}

.focus\:border-b-lime-900\/70:focus {
  border-bottom-color: rgb(54 83 20 / 0.7);
}

.focus\:border-b-lime-900\/75:focus {
  border-bottom-color: rgb(54 83 20 / 0.75);
}

.focus\:border-b-lime-900\/80:focus {
  border-bottom-color: rgb(54 83 20 / 0.8);
}

.focus\:border-b-lime-900\/90:focus {
  border-bottom-color: rgb(54 83 20 / 0.9);
}

.focus\:border-b-lime-900\/95:focus {
  border-bottom-color: rgb(54 83 20 / 0.95);
}

.focus\:border-b-lime-950:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(26 46 5 / var(--tw-border-opacity));
}

.focus\:border-b-lime-950\/0:focus {
  border-bottom-color: rgb(26 46 5 / 0);
}

.focus\:border-b-lime-950\/10:focus {
  border-bottom-color: rgb(26 46 5 / 0.1);
}

.focus\:border-b-lime-950\/100:focus {
  border-bottom-color: rgb(26 46 5 / 1);
}

.focus\:border-b-lime-950\/20:focus {
  border-bottom-color: rgb(26 46 5 / 0.2);
}

.focus\:border-b-lime-950\/25:focus {
  border-bottom-color: rgb(26 46 5 / 0.25);
}

.focus\:border-b-lime-950\/30:focus {
  border-bottom-color: rgb(26 46 5 / 0.3);
}

.focus\:border-b-lime-950\/40:focus {
  border-bottom-color: rgb(26 46 5 / 0.4);
}

.focus\:border-b-lime-950\/5:focus {
  border-bottom-color: rgb(26 46 5 / 0.05);
}

.focus\:border-b-lime-950\/50:focus {
  border-bottom-color: rgb(26 46 5 / 0.5);
}

.focus\:border-b-lime-950\/60:focus {
  border-bottom-color: rgb(26 46 5 / 0.6);
}

.focus\:border-b-lime-950\/70:focus {
  border-bottom-color: rgb(26 46 5 / 0.7);
}

.focus\:border-b-lime-950\/75:focus {
  border-bottom-color: rgb(26 46 5 / 0.75);
}

.focus\:border-b-lime-950\/80:focus {
  border-bottom-color: rgb(26 46 5 / 0.8);
}

.focus\:border-b-lime-950\/90:focus {
  border-bottom-color: rgb(26 46 5 / 0.9);
}

.focus\:border-b-lime-950\/95:focus {
  border-bottom-color: rgb(26 46 5 / 0.95);
}

.focus\:border-b-nafisa-500:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(153 53 10 / var(--tw-border-opacity));
}

.focus\:border-b-nafisa-500\/0:focus {
  border-bottom-color: rgb(153 53 10 / 0);
}

.focus\:border-b-nafisa-500\/10:focus {
  border-bottom-color: rgb(153 53 10 / 0.1);
}

.focus\:border-b-nafisa-500\/100:focus {
  border-bottom-color: rgb(153 53 10 / 1);
}

.focus\:border-b-nafisa-500\/20:focus {
  border-bottom-color: rgb(153 53 10 / 0.2);
}

.focus\:border-b-nafisa-500\/25:focus {
  border-bottom-color: rgb(153 53 10 / 0.25);
}

.focus\:border-b-nafisa-500\/30:focus {
  border-bottom-color: rgb(153 53 10 / 0.3);
}

.focus\:border-b-nafisa-500\/40:focus {
  border-bottom-color: rgb(153 53 10 / 0.4);
}

.focus\:border-b-nafisa-500\/5:focus {
  border-bottom-color: rgb(153 53 10 / 0.05);
}

.focus\:border-b-nafisa-500\/50:focus {
  border-bottom-color: rgb(153 53 10 / 0.5);
}

.focus\:border-b-nafisa-500\/60:focus {
  border-bottom-color: rgb(153 53 10 / 0.6);
}

.focus\:border-b-nafisa-500\/70:focus {
  border-bottom-color: rgb(153 53 10 / 0.7);
}

.focus\:border-b-nafisa-500\/75:focus {
  border-bottom-color: rgb(153 53 10 / 0.75);
}

.focus\:border-b-nafisa-500\/80:focus {
  border-bottom-color: rgb(153 53 10 / 0.8);
}

.focus\:border-b-nafisa-500\/90:focus {
  border-bottom-color: rgb(153 53 10 / 0.9);
}

.focus\:border-b-nafisa-500\/95:focus {
  border-bottom-color: rgb(153 53 10 / 0.95);
}

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

.focus\:border-b-neutral-100\/0:focus {
  border-bottom-color: rgb(245 245 245 / 0);
}

.focus\:border-b-neutral-100\/10:focus {
  border-bottom-color: rgb(245 245 245 / 0.1);
}

.focus\:border-b-neutral-100\/100:focus {
  border-bottom-color: rgb(245 245 245 / 1);
}

.focus\:border-b-neutral-100\/20:focus {
  border-bottom-color: rgb(245 245 245 / 0.2);
}

.focus\:border-b-neutral-100\/25:focus {
  border-bottom-color: rgb(245 245 245 / 0.25);
}

.focus\:border-b-neutral-100\/30:focus {
  border-bottom-color: rgb(245 245 245 / 0.3);
}

.focus\:border-b-neutral-100\/40:focus {
  border-bottom-color: rgb(245 245 245 / 0.4);
}

.focus\:border-b-neutral-100\/5:focus {
  border-bottom-color: rgb(245 245 245 / 0.05);
}

.focus\:border-b-neutral-100\/50:focus {
  border-bottom-color: rgb(245 245 245 / 0.5);
}

.focus\:border-b-neutral-100\/60:focus {
  border-bottom-color: rgb(245 245 245 / 0.6);
}

.focus\:border-b-neutral-100\/70:focus {
  border-bottom-color: rgb(245 245 245 / 0.7);
}

.focus\:border-b-neutral-100\/75:focus {
  border-bottom-color: rgb(245 245 245 / 0.75);
}

.focus\:border-b-neutral-100\/80:focus {
  border-bottom-color: rgb(245 245 245 / 0.8);
}

.focus\:border-b-neutral-100\/90:focus {
  border-bottom-color: rgb(245 245 245 / 0.9);
}

.focus\:border-b-neutral-100\/95:focus {
  border-bottom-color: rgb(245 245 245 / 0.95);
}

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

.focus\:border-b-neutral-200\/0:focus {
  border-bottom-color: rgb(229 229 229 / 0);
}

.focus\:border-b-neutral-200\/10:focus {
  border-bottom-color: rgb(229 229 229 / 0.1);
}

.focus\:border-b-neutral-200\/100:focus {
  border-bottom-color: rgb(229 229 229 / 1);
}

.focus\:border-b-neutral-200\/20:focus {
  border-bottom-color: rgb(229 229 229 / 0.2);
}

.focus\:border-b-neutral-200\/25:focus {
  border-bottom-color: rgb(229 229 229 / 0.25);
}

.focus\:border-b-neutral-200\/30:focus {
  border-bottom-color: rgb(229 229 229 / 0.3);
}

.focus\:border-b-neutral-200\/40:focus {
  border-bottom-color: rgb(229 229 229 / 0.4);
}

.focus\:border-b-neutral-200\/5:focus {
  border-bottom-color: rgb(229 229 229 / 0.05);
}

.focus\:border-b-neutral-200\/50:focus {
  border-bottom-color: rgb(229 229 229 / 0.5);
}

.focus\:border-b-neutral-200\/60:focus {
  border-bottom-color: rgb(229 229 229 / 0.6);
}

.focus\:border-b-neutral-200\/70:focus {
  border-bottom-color: rgb(229 229 229 / 0.7);
}

.focus\:border-b-neutral-200\/75:focus {
  border-bottom-color: rgb(229 229 229 / 0.75);
}

.focus\:border-b-neutral-200\/80:focus {
  border-bottom-color: rgb(229 229 229 / 0.8);
}

.focus\:border-b-neutral-200\/90:focus {
  border-bottom-color: rgb(229 229 229 / 0.9);
}

.focus\:border-b-neutral-200\/95:focus {
  border-bottom-color: rgb(229 229 229 / 0.95);
}

.focus\:border-b-neutral-300:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.focus\:border-b-neutral-300\/0:focus {
  border-bottom-color: rgb(212 212 212 / 0);
}

.focus\:border-b-neutral-300\/10:focus {
  border-bottom-color: rgb(212 212 212 / 0.1);
}

.focus\:border-b-neutral-300\/100:focus {
  border-bottom-color: rgb(212 212 212 / 1);
}

.focus\:border-b-neutral-300\/20:focus {
  border-bottom-color: rgb(212 212 212 / 0.2);
}

.focus\:border-b-neutral-300\/25:focus {
  border-bottom-color: rgb(212 212 212 / 0.25);
}

.focus\:border-b-neutral-300\/30:focus {
  border-bottom-color: rgb(212 212 212 / 0.3);
}

.focus\:border-b-neutral-300\/40:focus {
  border-bottom-color: rgb(212 212 212 / 0.4);
}

.focus\:border-b-neutral-300\/5:focus {
  border-bottom-color: rgb(212 212 212 / 0.05);
}

.focus\:border-b-neutral-300\/50:focus {
  border-bottom-color: rgb(212 212 212 / 0.5);
}

.focus\:border-b-neutral-300\/60:focus {
  border-bottom-color: rgb(212 212 212 / 0.6);
}

.focus\:border-b-neutral-300\/70:focus {
  border-bottom-color: rgb(212 212 212 / 0.7);
}

.focus\:border-b-neutral-300\/75:focus {
  border-bottom-color: rgb(212 212 212 / 0.75);
}

.focus\:border-b-neutral-300\/80:focus {
  border-bottom-color: rgb(212 212 212 / 0.8);
}

.focus\:border-b-neutral-300\/90:focus {
  border-bottom-color: rgb(212 212 212 / 0.9);
}

.focus\:border-b-neutral-300\/95:focus {
  border-bottom-color: rgb(212 212 212 / 0.95);
}

.focus\:border-b-neutral-400:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.focus\:border-b-neutral-400\/0:focus {
  border-bottom-color: rgb(163 163 163 / 0);
}

.focus\:border-b-neutral-400\/10:focus {
  border-bottom-color: rgb(163 163 163 / 0.1);
}

.focus\:border-b-neutral-400\/100:focus {
  border-bottom-color: rgb(163 163 163 / 1);
}

.focus\:border-b-neutral-400\/20:focus {
  border-bottom-color: rgb(163 163 163 / 0.2);
}

.focus\:border-b-neutral-400\/25:focus {
  border-bottom-color: rgb(163 163 163 / 0.25);
}

.focus\:border-b-neutral-400\/30:focus {
  border-bottom-color: rgb(163 163 163 / 0.3);
}

.focus\:border-b-neutral-400\/40:focus {
  border-bottom-color: rgb(163 163 163 / 0.4);
}

.focus\:border-b-neutral-400\/5:focus {
  border-bottom-color: rgb(163 163 163 / 0.05);
}

.focus\:border-b-neutral-400\/50:focus {
  border-bottom-color: rgb(163 163 163 / 0.5);
}

.focus\:border-b-neutral-400\/60:focus {
  border-bottom-color: rgb(163 163 163 / 0.6);
}

.focus\:border-b-neutral-400\/70:focus {
  border-bottom-color: rgb(163 163 163 / 0.7);
}

.focus\:border-b-neutral-400\/75:focus {
  border-bottom-color: rgb(163 163 163 / 0.75);
}

.focus\:border-b-neutral-400\/80:focus {
  border-bottom-color: rgb(163 163 163 / 0.8);
}

.focus\:border-b-neutral-400\/90:focus {
  border-bottom-color: rgb(163 163 163 / 0.9);
}

.focus\:border-b-neutral-400\/95:focus {
  border-bottom-color: rgb(163 163 163 / 0.95);
}

.focus\:border-b-neutral-50:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.focus\:border-b-neutral-50\/0:focus {
  border-bottom-color: rgb(250 250 250 / 0);
}

.focus\:border-b-neutral-50\/10:focus {
  border-bottom-color: rgb(250 250 250 / 0.1);
}

.focus\:border-b-neutral-50\/100:focus {
  border-bottom-color: rgb(250 250 250 / 1);
}

.focus\:border-b-neutral-50\/20:focus {
  border-bottom-color: rgb(250 250 250 / 0.2);
}

.focus\:border-b-neutral-50\/25:focus {
  border-bottom-color: rgb(250 250 250 / 0.25);
}

.focus\:border-b-neutral-50\/30:focus {
  border-bottom-color: rgb(250 250 250 / 0.3);
}

.focus\:border-b-neutral-50\/40:focus {
  border-bottom-color: rgb(250 250 250 / 0.4);
}

.focus\:border-b-neutral-50\/5:focus {
  border-bottom-color: rgb(250 250 250 / 0.05);
}

.focus\:border-b-neutral-50\/50:focus {
  border-bottom-color: rgb(250 250 250 / 0.5);
}

.focus\:border-b-neutral-50\/60:focus {
  border-bottom-color: rgb(250 250 250 / 0.6);
}

.focus\:border-b-neutral-50\/70:focus {
  border-bottom-color: rgb(250 250 250 / 0.7);
}

.focus\:border-b-neutral-50\/75:focus {
  border-bottom-color: rgb(250 250 250 / 0.75);
}

.focus\:border-b-neutral-50\/80:focus {
  border-bottom-color: rgb(250 250 250 / 0.8);
}

.focus\:border-b-neutral-50\/90:focus {
  border-bottom-color: rgb(250 250 250 / 0.9);
}

.focus\:border-b-neutral-50\/95:focus {
  border-bottom-color: rgb(250 250 250 / 0.95);
}

.focus\:border-b-neutral-500:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.focus\:border-b-neutral-500\/0:focus {
  border-bottom-color: rgb(115 115 115 / 0);
}

.focus\:border-b-neutral-500\/10:focus {
  border-bottom-color: rgb(115 115 115 / 0.1);
}

.focus\:border-b-neutral-500\/100:focus {
  border-bottom-color: rgb(115 115 115 / 1);
}

.focus\:border-b-neutral-500\/20:focus {
  border-bottom-color: rgb(115 115 115 / 0.2);
}

.focus\:border-b-neutral-500\/25:focus {
  border-bottom-color: rgb(115 115 115 / 0.25);
}

.focus\:border-b-neutral-500\/30:focus {
  border-bottom-color: rgb(115 115 115 / 0.3);
}

.focus\:border-b-neutral-500\/40:focus {
  border-bottom-color: rgb(115 115 115 / 0.4);
}

.focus\:border-b-neutral-500\/5:focus {
  border-bottom-color: rgb(115 115 115 / 0.05);
}

.focus\:border-b-neutral-500\/50:focus {
  border-bottom-color: rgb(115 115 115 / 0.5);
}

.focus\:border-b-neutral-500\/60:focus {
  border-bottom-color: rgb(115 115 115 / 0.6);
}

.focus\:border-b-neutral-500\/70:focus {
  border-bottom-color: rgb(115 115 115 / 0.7);
}

.focus\:border-b-neutral-500\/75:focus {
  border-bottom-color: rgb(115 115 115 / 0.75);
}

.focus\:border-b-neutral-500\/80:focus {
  border-bottom-color: rgb(115 115 115 / 0.8);
}

.focus\:border-b-neutral-500\/90:focus {
  border-bottom-color: rgb(115 115 115 / 0.9);
}

.focus\:border-b-neutral-500\/95:focus {
  border-bottom-color: rgb(115 115 115 / 0.95);
}

.focus\:border-b-neutral-600:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.focus\:border-b-neutral-600\/0:focus {
  border-bottom-color: rgb(82 82 82 / 0);
}

.focus\:border-b-neutral-600\/10:focus {
  border-bottom-color: rgb(82 82 82 / 0.1);
}

.focus\:border-b-neutral-600\/100:focus {
  border-bottom-color: rgb(82 82 82 / 1);
}

.focus\:border-b-neutral-600\/20:focus {
  border-bottom-color: rgb(82 82 82 / 0.2);
}

.focus\:border-b-neutral-600\/25:focus {
  border-bottom-color: rgb(82 82 82 / 0.25);
}

.focus\:border-b-neutral-600\/30:focus {
  border-bottom-color: rgb(82 82 82 / 0.3);
}

.focus\:border-b-neutral-600\/40:focus {
  border-bottom-color: rgb(82 82 82 / 0.4);
}

.focus\:border-b-neutral-600\/5:focus {
  border-bottom-color: rgb(82 82 82 / 0.05);
}

.focus\:border-b-neutral-600\/50:focus {
  border-bottom-color: rgb(82 82 82 / 0.5);
}

.focus\:border-b-neutral-600\/60:focus {
  border-bottom-color: rgb(82 82 82 / 0.6);
}

.focus\:border-b-neutral-600\/70:focus {
  border-bottom-color: rgb(82 82 82 / 0.7);
}

.focus\:border-b-neutral-600\/75:focus {
  border-bottom-color: rgb(82 82 82 / 0.75);
}

.focus\:border-b-neutral-600\/80:focus {
  border-bottom-color: rgb(82 82 82 / 0.8);
}

.focus\:border-b-neutral-600\/90:focus {
  border-bottom-color: rgb(82 82 82 / 0.9);
}

.focus\:border-b-neutral-600\/95:focus {
  border-bottom-color: rgb(82 82 82 / 0.95);
}

.focus\:border-b-neutral-700:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.focus\:border-b-neutral-700\/0:focus {
  border-bottom-color: rgb(64 64 64 / 0);
}

.focus\:border-b-neutral-700\/10:focus {
  border-bottom-color: rgb(64 64 64 / 0.1);
}

.focus\:border-b-neutral-700\/100:focus {
  border-bottom-color: rgb(64 64 64 / 1);
}

.focus\:border-b-neutral-700\/20:focus {
  border-bottom-color: rgb(64 64 64 / 0.2);
}

.focus\:border-b-neutral-700\/25:focus {
  border-bottom-color: rgb(64 64 64 / 0.25);
}

.focus\:border-b-neutral-700\/30:focus {
  border-bottom-color: rgb(64 64 64 / 0.3);
}

.focus\:border-b-neutral-700\/40:focus {
  border-bottom-color: rgb(64 64 64 / 0.4);
}

.focus\:border-b-neutral-700\/5:focus {
  border-bottom-color: rgb(64 64 64 / 0.05);
}

.focus\:border-b-neutral-700\/50:focus {
  border-bottom-color: rgb(64 64 64 / 0.5);
}

.focus\:border-b-neutral-700\/60:focus {
  border-bottom-color: rgb(64 64 64 / 0.6);
}

.focus\:border-b-neutral-700\/70:focus {
  border-bottom-color: rgb(64 64 64 / 0.7);
}

.focus\:border-b-neutral-700\/75:focus {
  border-bottom-color: rgb(64 64 64 / 0.75);
}

.focus\:border-b-neutral-700\/80:focus {
  border-bottom-color: rgb(64 64 64 / 0.8);
}

.focus\:border-b-neutral-700\/90:focus {
  border-bottom-color: rgb(64 64 64 / 0.9);
}

.focus\:border-b-neutral-700\/95:focus {
  border-bottom-color: rgb(64 64 64 / 0.95);
}

.focus\:border-b-neutral-800:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.focus\:border-b-neutral-800\/0:focus {
  border-bottom-color: rgb(38 38 38 / 0);
}

.focus\:border-b-neutral-800\/10:focus {
  border-bottom-color: rgb(38 38 38 / 0.1);
}

.focus\:border-b-neutral-800\/100:focus {
  border-bottom-color: rgb(38 38 38 / 1);
}

.focus\:border-b-neutral-800\/20:focus {
  border-bottom-color: rgb(38 38 38 / 0.2);
}

.focus\:border-b-neutral-800\/25:focus {
  border-bottom-color: rgb(38 38 38 / 0.25);
}

.focus\:border-b-neutral-800\/30:focus {
  border-bottom-color: rgb(38 38 38 / 0.3);
}

.focus\:border-b-neutral-800\/40:focus {
  border-bottom-color: rgb(38 38 38 / 0.4);
}

.focus\:border-b-neutral-800\/5:focus {
  border-bottom-color: rgb(38 38 38 / 0.05);
}

.focus\:border-b-neutral-800\/50:focus {
  border-bottom-color: rgb(38 38 38 / 0.5);
}

.focus\:border-b-neutral-800\/60:focus {
  border-bottom-color: rgb(38 38 38 / 0.6);
}

.focus\:border-b-neutral-800\/70:focus {
  border-bottom-color: rgb(38 38 38 / 0.7);
}

.focus\:border-b-neutral-800\/75:focus {
  border-bottom-color: rgb(38 38 38 / 0.75);
}

.focus\:border-b-neutral-800\/80:focus {
  border-bottom-color: rgb(38 38 38 / 0.8);
}

.focus\:border-b-neutral-800\/90:focus {
  border-bottom-color: rgb(38 38 38 / 0.9);
}

.focus\:border-b-neutral-800\/95:focus {
  border-bottom-color: rgb(38 38 38 / 0.95);
}

.focus\:border-b-neutral-900:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.focus\:border-b-neutral-900\/0:focus {
  border-bottom-color: rgb(23 23 23 / 0);
}

.focus\:border-b-neutral-900\/10:focus {
  border-bottom-color: rgb(23 23 23 / 0.1);
}

.focus\:border-b-neutral-900\/100:focus {
  border-bottom-color: rgb(23 23 23 / 1);
}

.focus\:border-b-neutral-900\/20:focus {
  border-bottom-color: rgb(23 23 23 / 0.2);
}

.focus\:border-b-neutral-900\/25:focus {
  border-bottom-color: rgb(23 23 23 / 0.25);
}

.focus\:border-b-neutral-900\/30:focus {
  border-bottom-color: rgb(23 23 23 / 0.3);
}

.focus\:border-b-neutral-900\/40:focus {
  border-bottom-color: rgb(23 23 23 / 0.4);
}

.focus\:border-b-neutral-900\/5:focus {
  border-bottom-color: rgb(23 23 23 / 0.05);
}

.focus\:border-b-neutral-900\/50:focus {
  border-bottom-color: rgb(23 23 23 / 0.5);
}

.focus\:border-b-neutral-900\/60:focus {
  border-bottom-color: rgb(23 23 23 / 0.6);
}

.focus\:border-b-neutral-900\/70:focus {
  border-bottom-color: rgb(23 23 23 / 0.7);
}

.focus\:border-b-neutral-900\/75:focus {
  border-bottom-color: rgb(23 23 23 / 0.75);
}

.focus\:border-b-neutral-900\/80:focus {
  border-bottom-color: rgb(23 23 23 / 0.8);
}

.focus\:border-b-neutral-900\/90:focus {
  border-bottom-color: rgb(23 23 23 / 0.9);
}

.focus\:border-b-neutral-900\/95:focus {
  border-bottom-color: rgb(23 23 23 / 0.95);
}

.focus\:border-b-neutral-950:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.focus\:border-b-neutral-950\/0:focus {
  border-bottom-color: rgb(10 10 10 / 0);
}

.focus\:border-b-neutral-950\/10:focus {
  border-bottom-color: rgb(10 10 10 / 0.1);
}

.focus\:border-b-neutral-950\/100:focus {
  border-bottom-color: rgb(10 10 10 / 1);
}

.focus\:border-b-neutral-950\/20:focus {
  border-bottom-color: rgb(10 10 10 / 0.2);
}

.focus\:border-b-neutral-950\/25:focus {
  border-bottom-color: rgb(10 10 10 / 0.25);
}

.focus\:border-b-neutral-950\/30:focus {
  border-bottom-color: rgb(10 10 10 / 0.3);
}

.focus\:border-b-neutral-950\/40:focus {
  border-bottom-color: rgb(10 10 10 / 0.4);
}

.focus\:border-b-neutral-950\/5:focus {
  border-bottom-color: rgb(10 10 10 / 0.05);
}

.focus\:border-b-neutral-950\/50:focus {
  border-bottom-color: rgb(10 10 10 / 0.5);
}

.focus\:border-b-neutral-950\/60:focus {
  border-bottom-color: rgb(10 10 10 / 0.6);
}

.focus\:border-b-neutral-950\/70:focus {
  border-bottom-color: rgb(10 10 10 / 0.7);
}

.focus\:border-b-neutral-950\/75:focus {
  border-bottom-color: rgb(10 10 10 / 0.75);
}

.focus\:border-b-neutral-950\/80:focus {
  border-bottom-color: rgb(10 10 10 / 0.8);
}

.focus\:border-b-neutral-950\/90:focus {
  border-bottom-color: rgb(10 10 10 / 0.9);
}

.focus\:border-b-neutral-950\/95:focus {
  border-bottom-color: rgb(10 10 10 / 0.95);
}

.focus\:border-b-orange-100:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 237 213 / var(--tw-border-opacity));
}

.focus\:border-b-orange-100\/0:focus {
  border-bottom-color: rgb(255 237 213 / 0);
}

.focus\:border-b-orange-100\/10:focus {
  border-bottom-color: rgb(255 237 213 / 0.1);
}

.focus\:border-b-orange-100\/100:focus {
  border-bottom-color: rgb(255 237 213 / 1);
}

.focus\:border-b-orange-100\/20:focus {
  border-bottom-color: rgb(255 237 213 / 0.2);
}

.focus\:border-b-orange-100\/25:focus {
  border-bottom-color: rgb(255 237 213 / 0.25);
}

.focus\:border-b-orange-100\/30:focus {
  border-bottom-color: rgb(255 237 213 / 0.3);
}

.focus\:border-b-orange-100\/40:focus {
  border-bottom-color: rgb(255 237 213 / 0.4);
}

.focus\:border-b-orange-100\/5:focus {
  border-bottom-color: rgb(255 237 213 / 0.05);
}

.focus\:border-b-orange-100\/50:focus {
  border-bottom-color: rgb(255 237 213 / 0.5);
}

.focus\:border-b-orange-100\/60:focus {
  border-bottom-color: rgb(255 237 213 / 0.6);
}

.focus\:border-b-orange-100\/70:focus {
  border-bottom-color: rgb(255 237 213 / 0.7);
}

.focus\:border-b-orange-100\/75:focus {
  border-bottom-color: rgb(255 237 213 / 0.75);
}

.focus\:border-b-orange-100\/80:focus {
  border-bottom-color: rgb(255 237 213 / 0.8);
}

.focus\:border-b-orange-100\/90:focus {
  border-bottom-color: rgb(255 237 213 / 0.9);
}

.focus\:border-b-orange-100\/95:focus {
  border-bottom-color: rgb(255 237 213 / 0.95);
}

.focus\:border-b-orange-200:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 215 170 / var(--tw-border-opacity));
}

.focus\:border-b-orange-200\/0:focus {
  border-bottom-color: rgb(254 215 170 / 0);
}

.focus\:border-b-orange-200\/10:focus {
  border-bottom-color: rgb(254 215 170 / 0.1);
}

.focus\:border-b-orange-200\/100:focus {
  border-bottom-color: rgb(254 215 170 / 1);
}

.focus\:border-b-orange-200\/20:focus {
  border-bottom-color: rgb(254 215 170 / 0.2);
}

.focus\:border-b-orange-200\/25:focus {
  border-bottom-color: rgb(254 215 170 / 0.25);
}

.focus\:border-b-orange-200\/30:focus {
  border-bottom-color: rgb(254 215 170 / 0.3);
}

.focus\:border-b-orange-200\/40:focus {
  border-bottom-color: rgb(254 215 170 / 0.4);
}

.focus\:border-b-orange-200\/5:focus {
  border-bottom-color: rgb(254 215 170 / 0.05);
}

.focus\:border-b-orange-200\/50:focus {
  border-bottom-color: rgb(254 215 170 / 0.5);
}

.focus\:border-b-orange-200\/60:focus {
  border-bottom-color: rgb(254 215 170 / 0.6);
}

.focus\:border-b-orange-200\/70:focus {
  border-bottom-color: rgb(254 215 170 / 0.7);
}

.focus\:border-b-orange-200\/75:focus {
  border-bottom-color: rgb(254 215 170 / 0.75);
}

.focus\:border-b-orange-200\/80:focus {
  border-bottom-color: rgb(254 215 170 / 0.8);
}

.focus\:border-b-orange-200\/90:focus {
  border-bottom-color: rgb(254 215 170 / 0.9);
}

.focus\:border-b-orange-200\/95:focus {
  border-bottom-color: rgb(254 215 170 / 0.95);
}

.focus\:border-b-orange-300:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 186 116 / var(--tw-border-opacity));
}

.focus\:border-b-orange-300\/0:focus {
  border-bottom-color: rgb(253 186 116 / 0);
}

.focus\:border-b-orange-300\/10:focus {
  border-bottom-color: rgb(253 186 116 / 0.1);
}

.focus\:border-b-orange-300\/100:focus {
  border-bottom-color: rgb(253 186 116 / 1);
}

.focus\:border-b-orange-300\/20:focus {
  border-bottom-color: rgb(253 186 116 / 0.2);
}

.focus\:border-b-orange-300\/25:focus {
  border-bottom-color: rgb(253 186 116 / 0.25);
}

.focus\:border-b-orange-300\/30:focus {
  border-bottom-color: rgb(253 186 116 / 0.3);
}

.focus\:border-b-orange-300\/40:focus {
  border-bottom-color: rgb(253 186 116 / 0.4);
}

.focus\:border-b-orange-300\/5:focus {
  border-bottom-color: rgb(253 186 116 / 0.05);
}

.focus\:border-b-orange-300\/50:focus {
  border-bottom-color: rgb(253 186 116 / 0.5);
}

.focus\:border-b-orange-300\/60:focus {
  border-bottom-color: rgb(253 186 116 / 0.6);
}

.focus\:border-b-orange-300\/70:focus {
  border-bottom-color: rgb(253 186 116 / 0.7);
}

.focus\:border-b-orange-300\/75:focus {
  border-bottom-color: rgb(253 186 116 / 0.75);
}

.focus\:border-b-orange-300\/80:focus {
  border-bottom-color: rgb(253 186 116 / 0.8);
}

.focus\:border-b-orange-300\/90:focus {
  border-bottom-color: rgb(253 186 116 / 0.9);
}

.focus\:border-b-orange-300\/95:focus {
  border-bottom-color: rgb(253 186 116 / 0.95);
}

.focus\:border-b-orange-400:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.focus\:border-b-orange-400\/0:focus {
  border-bottom-color: rgb(251 146 60 / 0);
}

.focus\:border-b-orange-400\/10:focus {
  border-bottom-color: rgb(251 146 60 / 0.1);
}

.focus\:border-b-orange-400\/100:focus {
  border-bottom-color: rgb(251 146 60 / 1);
}

.focus\:border-b-orange-400\/20:focus {
  border-bottom-color: rgb(251 146 60 / 0.2);
}

.focus\:border-b-orange-400\/25:focus {
  border-bottom-color: rgb(251 146 60 / 0.25);
}

.focus\:border-b-orange-400\/30:focus {
  border-bottom-color: rgb(251 146 60 / 0.3);
}

.focus\:border-b-orange-400\/40:focus {
  border-bottom-color: rgb(251 146 60 / 0.4);
}

.focus\:border-b-orange-400\/5:focus {
  border-bottom-color: rgb(251 146 60 / 0.05);
}

.focus\:border-b-orange-400\/50:focus {
  border-bottom-color: rgb(251 146 60 / 0.5);
}

.focus\:border-b-orange-400\/60:focus {
  border-bottom-color: rgb(251 146 60 / 0.6);
}

.focus\:border-b-orange-400\/70:focus {
  border-bottom-color: rgb(251 146 60 / 0.7);
}

.focus\:border-b-orange-400\/75:focus {
  border-bottom-color: rgb(251 146 60 / 0.75);
}

.focus\:border-b-orange-400\/80:focus {
  border-bottom-color: rgb(251 146 60 / 0.8);
}

.focus\:border-b-orange-400\/90:focus {
  border-bottom-color: rgb(251 146 60 / 0.9);
}

.focus\:border-b-orange-400\/95:focus {
  border-bottom-color: rgb(251 146 60 / 0.95);
}

.focus\:border-b-orange-50:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 247 237 / var(--tw-border-opacity));
}

.focus\:border-b-orange-50\/0:focus {
  border-bottom-color: rgb(255 247 237 / 0);
}

.focus\:border-b-orange-50\/10:focus {
  border-bottom-color: rgb(255 247 237 / 0.1);
}

.focus\:border-b-orange-50\/100:focus {
  border-bottom-color: rgb(255 247 237 / 1);
}

.focus\:border-b-orange-50\/20:focus {
  border-bottom-color: rgb(255 247 237 / 0.2);
}

.focus\:border-b-orange-50\/25:focus {
  border-bottom-color: rgb(255 247 237 / 0.25);
}

.focus\:border-b-orange-50\/30:focus {
  border-bottom-color: rgb(255 247 237 / 0.3);
}

.focus\:border-b-orange-50\/40:focus {
  border-bottom-color: rgb(255 247 237 / 0.4);
}

.focus\:border-b-orange-50\/5:focus {
  border-bottom-color: rgb(255 247 237 / 0.05);
}

.focus\:border-b-orange-50\/50:focus {
  border-bottom-color: rgb(255 247 237 / 0.5);
}

.focus\:border-b-orange-50\/60:focus {
  border-bottom-color: rgb(255 247 237 / 0.6);
}

.focus\:border-b-orange-50\/70:focus {
  border-bottom-color: rgb(255 247 237 / 0.7);
}

.focus\:border-b-orange-50\/75:focus {
  border-bottom-color: rgb(255 247 237 / 0.75);
}

.focus\:border-b-orange-50\/80:focus {
  border-bottom-color: rgb(255 247 237 / 0.8);
}

.focus\:border-b-orange-50\/90:focus {
  border-bottom-color: rgb(255 247 237 / 0.9);
}

.focus\:border-b-orange-50\/95:focus {
  border-bottom-color: rgb(255 247 237 / 0.95);
}

.focus\:border-b-orange-500:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 115 22 / var(--tw-border-opacity));
}

.focus\:border-b-orange-500\/0:focus {
  border-bottom-color: rgb(249 115 22 / 0);
}

.focus\:border-b-orange-500\/10:focus {
  border-bottom-color: rgb(249 115 22 / 0.1);
}

.focus\:border-b-orange-500\/100:focus {
  border-bottom-color: rgb(249 115 22 / 1);
}

.focus\:border-b-orange-500\/20:focus {
  border-bottom-color: rgb(249 115 22 / 0.2);
}

.focus\:border-b-orange-500\/25:focus {
  border-bottom-color: rgb(249 115 22 / 0.25);
}

.focus\:border-b-orange-500\/30:focus {
  border-bottom-color: rgb(249 115 22 / 0.3);
}

.focus\:border-b-orange-500\/40:focus {
  border-bottom-color: rgb(249 115 22 / 0.4);
}

.focus\:border-b-orange-500\/5:focus {
  border-bottom-color: rgb(249 115 22 / 0.05);
}

.focus\:border-b-orange-500\/50:focus {
  border-bottom-color: rgb(249 115 22 / 0.5);
}

.focus\:border-b-orange-500\/60:focus {
  border-bottom-color: rgb(249 115 22 / 0.6);
}

.focus\:border-b-orange-500\/70:focus {
  border-bottom-color: rgb(249 115 22 / 0.7);
}

.focus\:border-b-orange-500\/75:focus {
  border-bottom-color: rgb(249 115 22 / 0.75);
}

.focus\:border-b-orange-500\/80:focus {
  border-bottom-color: rgb(249 115 22 / 0.8);
}

.focus\:border-b-orange-500\/90:focus {
  border-bottom-color: rgb(249 115 22 / 0.9);
}

.focus\:border-b-orange-500\/95:focus {
  border-bottom-color: rgb(249 115 22 / 0.95);
}

.focus\:border-b-orange-600:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.focus\:border-b-orange-600\/0:focus {
  border-bottom-color: rgb(234 88 12 / 0);
}

.focus\:border-b-orange-600\/10:focus {
  border-bottom-color: rgb(234 88 12 / 0.1);
}

.focus\:border-b-orange-600\/100:focus {
  border-bottom-color: rgb(234 88 12 / 1);
}

.focus\:border-b-orange-600\/20:focus {
  border-bottom-color: rgb(234 88 12 / 0.2);
}

.focus\:border-b-orange-600\/25:focus {
  border-bottom-color: rgb(234 88 12 / 0.25);
}

.focus\:border-b-orange-600\/30:focus {
  border-bottom-color: rgb(234 88 12 / 0.3);
}

.focus\:border-b-orange-600\/40:focus {
  border-bottom-color: rgb(234 88 12 / 0.4);
}

.focus\:border-b-orange-600\/5:focus {
  border-bottom-color: rgb(234 88 12 / 0.05);
}

.focus\:border-b-orange-600\/50:focus {
  border-bottom-color: rgb(234 88 12 / 0.5);
}

.focus\:border-b-orange-600\/60:focus {
  border-bottom-color: rgb(234 88 12 / 0.6);
}

.focus\:border-b-orange-600\/70:focus {
  border-bottom-color: rgb(234 88 12 / 0.7);
}

.focus\:border-b-orange-600\/75:focus {
  border-bottom-color: rgb(234 88 12 / 0.75);
}

.focus\:border-b-orange-600\/80:focus {
  border-bottom-color: rgb(234 88 12 / 0.8);
}

.focus\:border-b-orange-600\/90:focus {
  border-bottom-color: rgb(234 88 12 / 0.9);
}

.focus\:border-b-orange-600\/95:focus {
  border-bottom-color: rgb(234 88 12 / 0.95);
}

.focus\:border-b-orange-700:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(194 65 12 / var(--tw-border-opacity));
}

.focus\:border-b-orange-700\/0:focus {
  border-bottom-color: rgb(194 65 12 / 0);
}

.focus\:border-b-orange-700\/10:focus {
  border-bottom-color: rgb(194 65 12 / 0.1);
}

.focus\:border-b-orange-700\/100:focus {
  border-bottom-color: rgb(194 65 12 / 1);
}

.focus\:border-b-orange-700\/20:focus {
  border-bottom-color: rgb(194 65 12 / 0.2);
}

.focus\:border-b-orange-700\/25:focus {
  border-bottom-color: rgb(194 65 12 / 0.25);
}

.focus\:border-b-orange-700\/30:focus {
  border-bottom-color: rgb(194 65 12 / 0.3);
}

.focus\:border-b-orange-700\/40:focus {
  border-bottom-color: rgb(194 65 12 / 0.4);
}

.focus\:border-b-orange-700\/5:focus {
  border-bottom-color: rgb(194 65 12 / 0.05);
}

.focus\:border-b-orange-700\/50:focus {
  border-bottom-color: rgb(194 65 12 / 0.5);
}

.focus\:border-b-orange-700\/60:focus {
  border-bottom-color: rgb(194 65 12 / 0.6);
}

.focus\:border-b-orange-700\/70:focus {
  border-bottom-color: rgb(194 65 12 / 0.7);
}

.focus\:border-b-orange-700\/75:focus {
  border-bottom-color: rgb(194 65 12 / 0.75);
}

.focus\:border-b-orange-700\/80:focus {
  border-bottom-color: rgb(194 65 12 / 0.8);
}

.focus\:border-b-orange-700\/90:focus {
  border-bottom-color: rgb(194 65 12 / 0.9);
}

.focus\:border-b-orange-700\/95:focus {
  border-bottom-color: rgb(194 65 12 / 0.95);
}

.focus\:border-b-orange-800:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(154 52 18 / var(--tw-border-opacity));
}

.focus\:border-b-orange-800\/0:focus {
  border-bottom-color: rgb(154 52 18 / 0);
}

.focus\:border-b-orange-800\/10:focus {
  border-bottom-color: rgb(154 52 18 / 0.1);
}

.focus\:border-b-orange-800\/100:focus {
  border-bottom-color: rgb(154 52 18 / 1);
}

.focus\:border-b-orange-800\/20:focus {
  border-bottom-color: rgb(154 52 18 / 0.2);
}

.focus\:border-b-orange-800\/25:focus {
  border-bottom-color: rgb(154 52 18 / 0.25);
}

.focus\:border-b-orange-800\/30:focus {
  border-bottom-color: rgb(154 52 18 / 0.3);
}

.focus\:border-b-orange-800\/40:focus {
  border-bottom-color: rgb(154 52 18 / 0.4);
}

.focus\:border-b-orange-800\/5:focus {
  border-bottom-color: rgb(154 52 18 / 0.05);
}

.focus\:border-b-orange-800\/50:focus {
  border-bottom-color: rgb(154 52 18 / 0.5);
}

.focus\:border-b-orange-800\/60:focus {
  border-bottom-color: rgb(154 52 18 / 0.6);
}

.focus\:border-b-orange-800\/70:focus {
  border-bottom-color: rgb(154 52 18 / 0.7);
}

.focus\:border-b-orange-800\/75:focus {
  border-bottom-color: rgb(154 52 18 / 0.75);
}

.focus\:border-b-orange-800\/80:focus {
  border-bottom-color: rgb(154 52 18 / 0.8);
}

.focus\:border-b-orange-800\/90:focus {
  border-bottom-color: rgb(154 52 18 / 0.9);
}

.focus\:border-b-orange-800\/95:focus {
  border-bottom-color: rgb(154 52 18 / 0.95);
}

.focus\:border-b-orange-900:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(124 45 18 / var(--tw-border-opacity));
}

.focus\:border-b-orange-900\/0:focus {
  border-bottom-color: rgb(124 45 18 / 0);
}

.focus\:border-b-orange-900\/10:focus {
  border-bottom-color: rgb(124 45 18 / 0.1);
}

.focus\:border-b-orange-900\/100:focus {
  border-bottom-color: rgb(124 45 18 / 1);
}

.focus\:border-b-orange-900\/20:focus {
  border-bottom-color: rgb(124 45 18 / 0.2);
}

.focus\:border-b-orange-900\/25:focus {
  border-bottom-color: rgb(124 45 18 / 0.25);
}

.focus\:border-b-orange-900\/30:focus {
  border-bottom-color: rgb(124 45 18 / 0.3);
}

.focus\:border-b-orange-900\/40:focus {
  border-bottom-color: rgb(124 45 18 / 0.4);
}

.focus\:border-b-orange-900\/5:focus {
  border-bottom-color: rgb(124 45 18 / 0.05);
}

.focus\:border-b-orange-900\/50:focus {
  border-bottom-color: rgb(124 45 18 / 0.5);
}

.focus\:border-b-orange-900\/60:focus {
  border-bottom-color: rgb(124 45 18 / 0.6);
}

.focus\:border-b-orange-900\/70:focus {
  border-bottom-color: rgb(124 45 18 / 0.7);
}

.focus\:border-b-orange-900\/75:focus {
  border-bottom-color: rgb(124 45 18 / 0.75);
}

.focus\:border-b-orange-900\/80:focus {
  border-bottom-color: rgb(124 45 18 / 0.8);
}

.focus\:border-b-orange-900\/90:focus {
  border-bottom-color: rgb(124 45 18 / 0.9);
}

.focus\:border-b-orange-900\/95:focus {
  border-bottom-color: rgb(124 45 18 / 0.95);
}

.focus\:border-b-orange-950:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(67 20 7 / var(--tw-border-opacity));
}

.focus\:border-b-orange-950\/0:focus {
  border-bottom-color: rgb(67 20 7 / 0);
}

.focus\:border-b-orange-950\/10:focus {
  border-bottom-color: rgb(67 20 7 / 0.1);
}

.focus\:border-b-orange-950\/100:focus {
  border-bottom-color: rgb(67 20 7 / 1);
}

.focus\:border-b-orange-950\/20:focus {
  border-bottom-color: rgb(67 20 7 / 0.2);
}

.focus\:border-b-orange-950\/25:focus {
  border-bottom-color: rgb(67 20 7 / 0.25);
}

.focus\:border-b-orange-950\/30:focus {
  border-bottom-color: rgb(67 20 7 / 0.3);
}

.focus\:border-b-orange-950\/40:focus {
  border-bottom-color: rgb(67 20 7 / 0.4);
}

.focus\:border-b-orange-950\/5:focus {
  border-bottom-color: rgb(67 20 7 / 0.05);
}

.focus\:border-b-orange-950\/50:focus {
  border-bottom-color: rgb(67 20 7 / 0.5);
}

.focus\:border-b-orange-950\/60:focus {
  border-bottom-color: rgb(67 20 7 / 0.6);
}

.focus\:border-b-orange-950\/70:focus {
  border-bottom-color: rgb(67 20 7 / 0.7);
}

.focus\:border-b-orange-950\/75:focus {
  border-bottom-color: rgb(67 20 7 / 0.75);
}

.focus\:border-b-orange-950\/80:focus {
  border-bottom-color: rgb(67 20 7 / 0.8);
}

.focus\:border-b-orange-950\/90:focus {
  border-bottom-color: rgb(67 20 7 / 0.9);
}

.focus\:border-b-orange-950\/95:focus {
  border-bottom-color: rgb(67 20 7 / 0.95);
}

.focus\:border-b-ozc-100:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 239 235 / var(--tw-border-opacity));
}

.focus\:border-b-ozc-100\/0:focus {
  border-bottom-color: rgb(255 239 235 / 0);
}

.focus\:border-b-ozc-100\/10:focus {
  border-bottom-color: rgb(255 239 235 / 0.1);
}

.focus\:border-b-ozc-100\/100:focus {
  border-bottom-color: rgb(255 239 235 / 1);
}

.focus\:border-b-ozc-100\/20:focus {
  border-bottom-color: rgb(255 239 235 / 0.2);
}

.focus\:border-b-ozc-100\/25:focus {
  border-bottom-color: rgb(255 239 235 / 0.25);
}

.focus\:border-b-ozc-100\/30:focus {
  border-bottom-color: rgb(255 239 235 / 0.3);
}

.focus\:border-b-ozc-100\/40:focus {
  border-bottom-color: rgb(255 239 235 / 0.4);
}

.focus\:border-b-ozc-100\/5:focus {
  border-bottom-color: rgb(255 239 235 / 0.05);
}

.focus\:border-b-ozc-100\/50:focus {
  border-bottom-color: rgb(255 239 235 / 0.5);
}

.focus\:border-b-ozc-100\/60:focus {
  border-bottom-color: rgb(255 239 235 / 0.6);
}

.focus\:border-b-ozc-100\/70:focus {
  border-bottom-color: rgb(255 239 235 / 0.7);
}

.focus\:border-b-ozc-100\/75:focus {
  border-bottom-color: rgb(255 239 235 / 0.75);
}

.focus\:border-b-ozc-100\/80:focus {
  border-bottom-color: rgb(255 239 235 / 0.8);
}

.focus\:border-b-ozc-100\/90:focus {
  border-bottom-color: rgb(255 239 235 / 0.9);
}

.focus\:border-b-ozc-100\/95:focus {
  border-bottom-color: rgb(255 239 235 / 0.95);
}

.focus\:border-b-ozc-200:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 225 222 / var(--tw-border-opacity));
}

.focus\:border-b-ozc-200\/0:focus {
  border-bottom-color: rgb(253 225 222 / 0);
}

.focus\:border-b-ozc-200\/10:focus {
  border-bottom-color: rgb(253 225 222 / 0.1);
}

.focus\:border-b-ozc-200\/100:focus {
  border-bottom-color: rgb(253 225 222 / 1);
}

.focus\:border-b-ozc-200\/20:focus {
  border-bottom-color: rgb(253 225 222 / 0.2);
}

.focus\:border-b-ozc-200\/25:focus {
  border-bottom-color: rgb(253 225 222 / 0.25);
}

.focus\:border-b-ozc-200\/30:focus {
  border-bottom-color: rgb(253 225 222 / 0.3);
}

.focus\:border-b-ozc-200\/40:focus {
  border-bottom-color: rgb(253 225 222 / 0.4);
}

.focus\:border-b-ozc-200\/5:focus {
  border-bottom-color: rgb(253 225 222 / 0.05);
}

.focus\:border-b-ozc-200\/50:focus {
  border-bottom-color: rgb(253 225 222 / 0.5);
}

.focus\:border-b-ozc-200\/60:focus {
  border-bottom-color: rgb(253 225 222 / 0.6);
}

.focus\:border-b-ozc-200\/70:focus {
  border-bottom-color: rgb(253 225 222 / 0.7);
}

.focus\:border-b-ozc-200\/75:focus {
  border-bottom-color: rgb(253 225 222 / 0.75);
}

.focus\:border-b-ozc-200\/80:focus {
  border-bottom-color: rgb(253 225 222 / 0.8);
}

.focus\:border-b-ozc-200\/90:focus {
  border-bottom-color: rgb(253 225 222 / 0.9);
}

.focus\:border-b-ozc-200\/95:focus {
  border-bottom-color: rgb(253 225 222 / 0.95);
}

.focus\:border-b-ozc-300:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(248 181 181 / var(--tw-border-opacity));
}

.focus\:border-b-ozc-300\/0:focus {
  border-bottom-color: rgb(248 181 181 / 0);
}

.focus\:border-b-ozc-300\/10:focus {
  border-bottom-color: rgb(248 181 181 / 0.1);
}

.focus\:border-b-ozc-300\/100:focus {
  border-bottom-color: rgb(248 181 181 / 1);
}

.focus\:border-b-ozc-300\/20:focus {
  border-bottom-color: rgb(248 181 181 / 0.2);
}

.focus\:border-b-ozc-300\/25:focus {
  border-bottom-color: rgb(248 181 181 / 0.25);
}

.focus\:border-b-ozc-300\/30:focus {
  border-bottom-color: rgb(248 181 181 / 0.3);
}

.focus\:border-b-ozc-300\/40:focus {
  border-bottom-color: rgb(248 181 181 / 0.4);
}

.focus\:border-b-ozc-300\/5:focus {
  border-bottom-color: rgb(248 181 181 / 0.05);
}

.focus\:border-b-ozc-300\/50:focus {
  border-bottom-color: rgb(248 181 181 / 0.5);
}

.focus\:border-b-ozc-300\/60:focus {
  border-bottom-color: rgb(248 181 181 / 0.6);
}

.focus\:border-b-ozc-300\/70:focus {
  border-bottom-color: rgb(248 181 181 / 0.7);
}

.focus\:border-b-ozc-300\/75:focus {
  border-bottom-color: rgb(248 181 181 / 0.75);
}

.focus\:border-b-ozc-300\/80:focus {
  border-bottom-color: rgb(248 181 181 / 0.8);
}

.focus\:border-b-ozc-300\/90:focus {
  border-bottom-color: rgb(248 181 181 / 0.9);
}

.focus\:border-b-ozc-300\/95:focus {
  border-bottom-color: rgb(248 181 181 / 0.95);
}

.focus\:border-b-ozc-400:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 189 173 / var(--tw-border-opacity));
}

.focus\:border-b-ozc-400\/0:focus {
  border-bottom-color: rgb(250 189 173 / 0);
}

.focus\:border-b-ozc-400\/10:focus {
  border-bottom-color: rgb(250 189 173 / 0.1);
}

.focus\:border-b-ozc-400\/100:focus {
  border-bottom-color: rgb(250 189 173 / 1);
}

.focus\:border-b-ozc-400\/20:focus {
  border-bottom-color: rgb(250 189 173 / 0.2);
}

.focus\:border-b-ozc-400\/25:focus {
  border-bottom-color: rgb(250 189 173 / 0.25);
}

.focus\:border-b-ozc-400\/30:focus {
  border-bottom-color: rgb(250 189 173 / 0.3);
}

.focus\:border-b-ozc-400\/40:focus {
  border-bottom-color: rgb(250 189 173 / 0.4);
}

.focus\:border-b-ozc-400\/5:focus {
  border-bottom-color: rgb(250 189 173 / 0.05);
}

.focus\:border-b-ozc-400\/50:focus {
  border-bottom-color: rgb(250 189 173 / 0.5);
}

.focus\:border-b-ozc-400\/60:focus {
  border-bottom-color: rgb(250 189 173 / 0.6);
}

.focus\:border-b-ozc-400\/70:focus {
  border-bottom-color: rgb(250 189 173 / 0.7);
}

.focus\:border-b-ozc-400\/75:focus {
  border-bottom-color: rgb(250 189 173 / 0.75);
}

.focus\:border-b-ozc-400\/80:focus {
  border-bottom-color: rgb(250 189 173 / 0.8);
}

.focus\:border-b-ozc-400\/90:focus {
  border-bottom-color: rgb(250 189 173 / 0.9);
}

.focus\:border-b-ozc-400\/95:focus {
  border-bottom-color: rgb(250 189 173 / 0.95);
}

.focus\:border-b-ozc-50:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 243 232 / var(--tw-border-opacity));
}

.focus\:border-b-ozc-50\/0:focus {
  border-bottom-color: rgb(254 243 232 / 0);
}

.focus\:border-b-ozc-50\/10:focus {
  border-bottom-color: rgb(254 243 232 / 0.1);
}

.focus\:border-b-ozc-50\/100:focus {
  border-bottom-color: rgb(254 243 232 / 1);
}

.focus\:border-b-ozc-50\/20:focus {
  border-bottom-color: rgb(254 243 232 / 0.2);
}

.focus\:border-b-ozc-50\/25:focus {
  border-bottom-color: rgb(254 243 232 / 0.25);
}

.focus\:border-b-ozc-50\/30:focus {
  border-bottom-color: rgb(254 243 232 / 0.3);
}

.focus\:border-b-ozc-50\/40:focus {
  border-bottom-color: rgb(254 243 232 / 0.4);
}

.focus\:border-b-ozc-50\/5:focus {
  border-bottom-color: rgb(254 243 232 / 0.05);
}

.focus\:border-b-ozc-50\/50:focus {
  border-bottom-color: rgb(254 243 232 / 0.5);
}

.focus\:border-b-ozc-50\/60:focus {
  border-bottom-color: rgb(254 243 232 / 0.6);
}

.focus\:border-b-ozc-50\/70:focus {
  border-bottom-color: rgb(254 243 232 / 0.7);
}

.focus\:border-b-ozc-50\/75:focus {
  border-bottom-color: rgb(254 243 232 / 0.75);
}

.focus\:border-b-ozc-50\/80:focus {
  border-bottom-color: rgb(254 243 232 / 0.8);
}

.focus\:border-b-ozc-50\/90:focus {
  border-bottom-color: rgb(254 243 232 / 0.9);
}

.focus\:border-b-ozc-50\/95:focus {
  border-bottom-color: rgb(254 243 232 / 0.95);
}

.focus\:border-b-ozc-500:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 110 96 / var(--tw-border-opacity));
}

.focus\:border-b-ozc-500\/0:focus {
  border-bottom-color: rgb(255 110 96 / 0);
}

.focus\:border-b-ozc-500\/10:focus {
  border-bottom-color: rgb(255 110 96 / 0.1);
}

.focus\:border-b-ozc-500\/100:focus {
  border-bottom-color: rgb(255 110 96 / 1);
}

.focus\:border-b-ozc-500\/20:focus {
  border-bottom-color: rgb(255 110 96 / 0.2);
}

.focus\:border-b-ozc-500\/25:focus {
  border-bottom-color: rgb(255 110 96 / 0.25);
}

.focus\:border-b-ozc-500\/30:focus {
  border-bottom-color: rgb(255 110 96 / 0.3);
}

.focus\:border-b-ozc-500\/40:focus {
  border-bottom-color: rgb(255 110 96 / 0.4);
}

.focus\:border-b-ozc-500\/5:focus {
  border-bottom-color: rgb(255 110 96 / 0.05);
}

.focus\:border-b-ozc-500\/50:focus {
  border-bottom-color: rgb(255 110 96 / 0.5);
}

.focus\:border-b-ozc-500\/60:focus {
  border-bottom-color: rgb(255 110 96 / 0.6);
}

.focus\:border-b-ozc-500\/70:focus {
  border-bottom-color: rgb(255 110 96 / 0.7);
}

.focus\:border-b-ozc-500\/75:focus {
  border-bottom-color: rgb(255 110 96 / 0.75);
}

.focus\:border-b-ozc-500\/80:focus {
  border-bottom-color: rgb(255 110 96 / 0.8);
}

.focus\:border-b-ozc-500\/90:focus {
  border-bottom-color: rgb(255 110 96 / 0.9);
}

.focus\:border-b-ozc-500\/95:focus {
  border-bottom-color: rgb(255 110 96 / 0.95);
}

.focus\:border-b-ozc-600:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 169 140 / var(--tw-border-opacity));
}

.focus\:border-b-ozc-600\/0:focus {
  border-bottom-color: rgb(249 169 140 / 0);
}

.focus\:border-b-ozc-600\/10:focus {
  border-bottom-color: rgb(249 169 140 / 0.1);
}

.focus\:border-b-ozc-600\/100:focus {
  border-bottom-color: rgb(249 169 140 / 1);
}

.focus\:border-b-ozc-600\/20:focus {
  border-bottom-color: rgb(249 169 140 / 0.2);
}

.focus\:border-b-ozc-600\/25:focus {
  border-bottom-color: rgb(249 169 140 / 0.25);
}

.focus\:border-b-ozc-600\/30:focus {
  border-bottom-color: rgb(249 169 140 / 0.3);
}

.focus\:border-b-ozc-600\/40:focus {
  border-bottom-color: rgb(249 169 140 / 0.4);
}

.focus\:border-b-ozc-600\/5:focus {
  border-bottom-color: rgb(249 169 140 / 0.05);
}

.focus\:border-b-ozc-600\/50:focus {
  border-bottom-color: rgb(249 169 140 / 0.5);
}

.focus\:border-b-ozc-600\/60:focus {
  border-bottom-color: rgb(249 169 140 / 0.6);
}

.focus\:border-b-ozc-600\/70:focus {
  border-bottom-color: rgb(249 169 140 / 0.7);
}

.focus\:border-b-ozc-600\/75:focus {
  border-bottom-color: rgb(249 169 140 / 0.75);
}

.focus\:border-b-ozc-600\/80:focus {
  border-bottom-color: rgb(249 169 140 / 0.8);
}

.focus\:border-b-ozc-600\/90:focus {
  border-bottom-color: rgb(249 169 140 / 0.9);
}

.focus\:border-b-ozc-600\/95:focus {
  border-bottom-color: rgb(249 169 140 / 0.95);
}

.focus\:border-b-ozc-700:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(246 148 114 / var(--tw-border-opacity));
}

.focus\:border-b-ozc-700\/0:focus {
  border-bottom-color: rgb(246 148 114 / 0);
}

.focus\:border-b-ozc-700\/10:focus {
  border-bottom-color: rgb(246 148 114 / 0.1);
}

.focus\:border-b-ozc-700\/100:focus {
  border-bottom-color: rgb(246 148 114 / 1);
}

.focus\:border-b-ozc-700\/20:focus {
  border-bottom-color: rgb(246 148 114 / 0.2);
}

.focus\:border-b-ozc-700\/25:focus {
  border-bottom-color: rgb(246 148 114 / 0.25);
}

.focus\:border-b-ozc-700\/30:focus {
  border-bottom-color: rgb(246 148 114 / 0.3);
}

.focus\:border-b-ozc-700\/40:focus {
  border-bottom-color: rgb(246 148 114 / 0.4);
}

.focus\:border-b-ozc-700\/5:focus {
  border-bottom-color: rgb(246 148 114 / 0.05);
}

.focus\:border-b-ozc-700\/50:focus {
  border-bottom-color: rgb(246 148 114 / 0.5);
}

.focus\:border-b-ozc-700\/60:focus {
  border-bottom-color: rgb(246 148 114 / 0.6);
}

.focus\:border-b-ozc-700\/70:focus {
  border-bottom-color: rgb(246 148 114 / 0.7);
}

.focus\:border-b-ozc-700\/75:focus {
  border-bottom-color: rgb(246 148 114 / 0.75);
}

.focus\:border-b-ozc-700\/80:focus {
  border-bottom-color: rgb(246 148 114 / 0.8);
}

.focus\:border-b-ozc-700\/90:focus {
  border-bottom-color: rgb(246 148 114 / 0.9);
}

.focus\:border-b-ozc-700\/95:focus {
  border-bottom-color: rgb(246 148 114 / 0.95);
}

.focus\:border-b-ozc-800:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 144 136 / var(--tw-border-opacity));
}

.focus\:border-b-ozc-800\/0:focus {
  border-bottom-color: rgb(245 144 136 / 0);
}

.focus\:border-b-ozc-800\/10:focus {
  border-bottom-color: rgb(245 144 136 / 0.1);
}

.focus\:border-b-ozc-800\/100:focus {
  border-bottom-color: rgb(245 144 136 / 1);
}

.focus\:border-b-ozc-800\/20:focus {
  border-bottom-color: rgb(245 144 136 / 0.2);
}

.focus\:border-b-ozc-800\/25:focus {
  border-bottom-color: rgb(245 144 136 / 0.25);
}

.focus\:border-b-ozc-800\/30:focus {
  border-bottom-color: rgb(245 144 136 / 0.3);
}

.focus\:border-b-ozc-800\/40:focus {
  border-bottom-color: rgb(245 144 136 / 0.4);
}

.focus\:border-b-ozc-800\/5:focus {
  border-bottom-color: rgb(245 144 136 / 0.05);
}

.focus\:border-b-ozc-800\/50:focus {
  border-bottom-color: rgb(245 144 136 / 0.5);
}

.focus\:border-b-ozc-800\/60:focus {
  border-bottom-color: rgb(245 144 136 / 0.6);
}

.focus\:border-b-ozc-800\/70:focus {
  border-bottom-color: rgb(245 144 136 / 0.7);
}

.focus\:border-b-ozc-800\/75:focus {
  border-bottom-color: rgb(245 144 136 / 0.75);
}

.focus\:border-b-ozc-800\/80:focus {
  border-bottom-color: rgb(245 144 136 / 0.8);
}

.focus\:border-b-ozc-800\/90:focus {
  border-bottom-color: rgb(245 144 136 / 0.9);
}

.focus\:border-b-ozc-800\/95:focus {
  border-bottom-color: rgb(245 144 136 / 0.95);
}

.focus\:border-b-ozc-900:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(243 121 124 / var(--tw-border-opacity));
}

.focus\:border-b-ozc-900\/0:focus {
  border-bottom-color: rgb(243 121 124 / 0);
}

.focus\:border-b-ozc-900\/10:focus {
  border-bottom-color: rgb(243 121 124 / 0.1);
}

.focus\:border-b-ozc-900\/100:focus {
  border-bottom-color: rgb(243 121 124 / 1);
}

.focus\:border-b-ozc-900\/20:focus {
  border-bottom-color: rgb(243 121 124 / 0.2);
}

.focus\:border-b-ozc-900\/25:focus {
  border-bottom-color: rgb(243 121 124 / 0.25);
}

.focus\:border-b-ozc-900\/30:focus {
  border-bottom-color: rgb(243 121 124 / 0.3);
}

.focus\:border-b-ozc-900\/40:focus {
  border-bottom-color: rgb(243 121 124 / 0.4);
}

.focus\:border-b-ozc-900\/5:focus {
  border-bottom-color: rgb(243 121 124 / 0.05);
}

.focus\:border-b-ozc-900\/50:focus {
  border-bottom-color: rgb(243 121 124 / 0.5);
}

.focus\:border-b-ozc-900\/60:focus {
  border-bottom-color: rgb(243 121 124 / 0.6);
}

.focus\:border-b-ozc-900\/70:focus {
  border-bottom-color: rgb(243 121 124 / 0.7);
}

.focus\:border-b-ozc-900\/75:focus {
  border-bottom-color: rgb(243 121 124 / 0.75);
}

.focus\:border-b-ozc-900\/80:focus {
  border-bottom-color: rgb(243 121 124 / 0.8);
}

.focus\:border-b-ozc-900\/90:focus {
  border-bottom-color: rgb(243 121 124 / 0.9);
}

.focus\:border-b-ozc-900\/95:focus {
  border-bottom-color: rgb(243 121 124 / 0.95);
}

.focus\:border-b-ozc-950:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.focus\:border-b-ozc-950\/0:focus {
  border-bottom-color: rgb(42 45 51 / 0);
}

.focus\:border-b-ozc-950\/10:focus {
  border-bottom-color: rgb(42 45 51 / 0.1);
}

.focus\:border-b-ozc-950\/100:focus {
  border-bottom-color: rgb(42 45 51 / 1);
}

.focus\:border-b-ozc-950\/20:focus {
  border-bottom-color: rgb(42 45 51 / 0.2);
}

.focus\:border-b-ozc-950\/25:focus {
  border-bottom-color: rgb(42 45 51 / 0.25);
}

.focus\:border-b-ozc-950\/30:focus {
  border-bottom-color: rgb(42 45 51 / 0.3);
}

.focus\:border-b-ozc-950\/40:focus {
  border-bottom-color: rgb(42 45 51 / 0.4);
}

.focus\:border-b-ozc-950\/5:focus {
  border-bottom-color: rgb(42 45 51 / 0.05);
}

.focus\:border-b-ozc-950\/50:focus {
  border-bottom-color: rgb(42 45 51 / 0.5);
}

.focus\:border-b-ozc-950\/60:focus {
  border-bottom-color: rgb(42 45 51 / 0.6);
}

.focus\:border-b-ozc-950\/70:focus {
  border-bottom-color: rgb(42 45 51 / 0.7);
}

.focus\:border-b-ozc-950\/75:focus {
  border-bottom-color: rgb(42 45 51 / 0.75);
}

.focus\:border-b-ozc-950\/80:focus {
  border-bottom-color: rgb(42 45 51 / 0.8);
}

.focus\:border-b-ozc-950\/90:focus {
  border-bottom-color: rgb(42 45 51 / 0.9);
}

.focus\:border-b-ozc-950\/95:focus {
  border-bottom-color: rgb(42 45 51 / 0.95);
}

.focus\:border-b-ozc-alt-100:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 250 230 / var(--tw-border-opacity));
}

.focus\:border-b-ozc-alt-100\/0:focus {
  border-bottom-color: rgb(255 250 230 / 0);
}

.focus\:border-b-ozc-alt-100\/10:focus {
  border-bottom-color: rgb(255 250 230 / 0.1);
}

.focus\:border-b-ozc-alt-100\/100:focus {
  border-bottom-color: rgb(255 250 230 / 1);
}

.focus\:border-b-ozc-alt-100\/20:focus {
  border-bottom-color: rgb(255 250 230 / 0.2);
}

.focus\:border-b-ozc-alt-100\/25:focus {
  border-bottom-color: rgb(255 250 230 / 0.25);
}

.focus\:border-b-ozc-alt-100\/30:focus {
  border-bottom-color: rgb(255 250 230 / 0.3);
}

.focus\:border-b-ozc-alt-100\/40:focus {
  border-bottom-color: rgb(255 250 230 / 0.4);
}

.focus\:border-b-ozc-alt-100\/5:focus {
  border-bottom-color: rgb(255 250 230 / 0.05);
}

.focus\:border-b-ozc-alt-100\/50:focus {
  border-bottom-color: rgb(255 250 230 / 0.5);
}

.focus\:border-b-ozc-alt-100\/60:focus {
  border-bottom-color: rgb(255 250 230 / 0.6);
}

.focus\:border-b-ozc-alt-100\/70:focus {
  border-bottom-color: rgb(255 250 230 / 0.7);
}

.focus\:border-b-ozc-alt-100\/75:focus {
  border-bottom-color: rgb(255 250 230 / 0.75);
}

.focus\:border-b-ozc-alt-100\/80:focus {
  border-bottom-color: rgb(255 250 230 / 0.8);
}

.focus\:border-b-ozc-alt-100\/90:focus {
  border-bottom-color: rgb(255 250 230 / 0.9);
}

.focus\:border-b-ozc-alt-100\/95:focus {
  border-bottom-color: rgb(255 250 230 / 0.95);
}

.focus\:border-b-ozc-alt-200:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 242 193 / var(--tw-border-opacity));
}

.focus\:border-b-ozc-alt-200\/0:focus {
  border-bottom-color: rgb(255 242 193 / 0);
}

.focus\:border-b-ozc-alt-200\/10:focus {
  border-bottom-color: rgb(255 242 193 / 0.1);
}

.focus\:border-b-ozc-alt-200\/100:focus {
  border-bottom-color: rgb(255 242 193 / 1);
}

.focus\:border-b-ozc-alt-200\/20:focus {
  border-bottom-color: rgb(255 242 193 / 0.2);
}

.focus\:border-b-ozc-alt-200\/25:focus {
  border-bottom-color: rgb(255 242 193 / 0.25);
}

.focus\:border-b-ozc-alt-200\/30:focus {
  border-bottom-color: rgb(255 242 193 / 0.3);
}

.focus\:border-b-ozc-alt-200\/40:focus {
  border-bottom-color: rgb(255 242 193 / 0.4);
}

.focus\:border-b-ozc-alt-200\/5:focus {
  border-bottom-color: rgb(255 242 193 / 0.05);
}

.focus\:border-b-ozc-alt-200\/50:focus {
  border-bottom-color: rgb(255 242 193 / 0.5);
}

.focus\:border-b-ozc-alt-200\/60:focus {
  border-bottom-color: rgb(255 242 193 / 0.6);
}

.focus\:border-b-ozc-alt-200\/70:focus {
  border-bottom-color: rgb(255 242 193 / 0.7);
}

.focus\:border-b-ozc-alt-200\/75:focus {
  border-bottom-color: rgb(255 242 193 / 0.75);
}

.focus\:border-b-ozc-alt-200\/80:focus {
  border-bottom-color: rgb(255 242 193 / 0.8);
}

.focus\:border-b-ozc-alt-200\/90:focus {
  border-bottom-color: rgb(255 242 193 / 0.9);
}

.focus\:border-b-ozc-alt-200\/95:focus {
  border-bottom-color: rgb(255 242 193 / 0.95);
}

.focus\:border-b-ozc-alt-300:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 235 155 / var(--tw-border-opacity));
}

.focus\:border-b-ozc-alt-300\/0:focus {
  border-bottom-color: rgb(255 235 155 / 0);
}

.focus\:border-b-ozc-alt-300\/10:focus {
  border-bottom-color: rgb(255 235 155 / 0.1);
}

.focus\:border-b-ozc-alt-300\/100:focus {
  border-bottom-color: rgb(255 235 155 / 1);
}

.focus\:border-b-ozc-alt-300\/20:focus {
  border-bottom-color: rgb(255 235 155 / 0.2);
}

.focus\:border-b-ozc-alt-300\/25:focus {
  border-bottom-color: rgb(255 235 155 / 0.25);
}

.focus\:border-b-ozc-alt-300\/30:focus {
  border-bottom-color: rgb(255 235 155 / 0.3);
}

.focus\:border-b-ozc-alt-300\/40:focus {
  border-bottom-color: rgb(255 235 155 / 0.4);
}

.focus\:border-b-ozc-alt-300\/5:focus {
  border-bottom-color: rgb(255 235 155 / 0.05);
}

.focus\:border-b-ozc-alt-300\/50:focus {
  border-bottom-color: rgb(255 235 155 / 0.5);
}

.focus\:border-b-ozc-alt-300\/60:focus {
  border-bottom-color: rgb(255 235 155 / 0.6);
}

.focus\:border-b-ozc-alt-300\/70:focus {
  border-bottom-color: rgb(255 235 155 / 0.7);
}

.focus\:border-b-ozc-alt-300\/75:focus {
  border-bottom-color: rgb(255 235 155 / 0.75);
}

.focus\:border-b-ozc-alt-300\/80:focus {
  border-bottom-color: rgb(255 235 155 / 0.8);
}

.focus\:border-b-ozc-alt-300\/90:focus {
  border-bottom-color: rgb(255 235 155 / 0.9);
}

.focus\:border-b-ozc-alt-300\/95:focus {
  border-bottom-color: rgb(255 235 155 / 0.95);
}

.focus\:border-b-ozc-alt-400:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 219 80 / var(--tw-border-opacity));
}

.focus\:border-b-ozc-alt-400\/0:focus {
  border-bottom-color: rgb(255 219 80 / 0);
}

.focus\:border-b-ozc-alt-400\/10:focus {
  border-bottom-color: rgb(255 219 80 / 0.1);
}

.focus\:border-b-ozc-alt-400\/100:focus {
  border-bottom-color: rgb(255 219 80 / 1);
}

.focus\:border-b-ozc-alt-400\/20:focus {
  border-bottom-color: rgb(255 219 80 / 0.2);
}

.focus\:border-b-ozc-alt-400\/25:focus {
  border-bottom-color: rgb(255 219 80 / 0.25);
}

.focus\:border-b-ozc-alt-400\/30:focus {
  border-bottom-color: rgb(255 219 80 / 0.3);
}

.focus\:border-b-ozc-alt-400\/40:focus {
  border-bottom-color: rgb(255 219 80 / 0.4);
}

.focus\:border-b-ozc-alt-400\/5:focus {
  border-bottom-color: rgb(255 219 80 / 0.05);
}

.focus\:border-b-ozc-alt-400\/50:focus {
  border-bottom-color: rgb(255 219 80 / 0.5);
}

.focus\:border-b-ozc-alt-400\/60:focus {
  border-bottom-color: rgb(255 219 80 / 0.6);
}

.focus\:border-b-ozc-alt-400\/70:focus {
  border-bottom-color: rgb(255 219 80 / 0.7);
}

.focus\:border-b-ozc-alt-400\/75:focus {
  border-bottom-color: rgb(255 219 80 / 0.75);
}

.focus\:border-b-ozc-alt-400\/80:focus {
  border-bottom-color: rgb(255 219 80 / 0.8);
}

.focus\:border-b-ozc-alt-400\/90:focus {
  border-bottom-color: rgb(255 219 80 / 0.9);
}

.focus\:border-b-ozc-alt-400\/95:focus {
  border-bottom-color: rgb(255 219 80 / 0.95);
}

.focus\:border-b-ozc-alt-50:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 252 243 / var(--tw-border-opacity));
}

.focus\:border-b-ozc-alt-50\/0:focus {
  border-bottom-color: rgb(255 252 243 / 0);
}

.focus\:border-b-ozc-alt-50\/10:focus {
  border-bottom-color: rgb(255 252 243 / 0.1);
}

.focus\:border-b-ozc-alt-50\/100:focus {
  border-bottom-color: rgb(255 252 243 / 1);
}

.focus\:border-b-ozc-alt-50\/20:focus {
  border-bottom-color: rgb(255 252 243 / 0.2);
}

.focus\:border-b-ozc-alt-50\/25:focus {
  border-bottom-color: rgb(255 252 243 / 0.25);
}

.focus\:border-b-ozc-alt-50\/30:focus {
  border-bottom-color: rgb(255 252 243 / 0.3);
}

.focus\:border-b-ozc-alt-50\/40:focus {
  border-bottom-color: rgb(255 252 243 / 0.4);
}

.focus\:border-b-ozc-alt-50\/5:focus {
  border-bottom-color: rgb(255 252 243 / 0.05);
}

.focus\:border-b-ozc-alt-50\/50:focus {
  border-bottom-color: rgb(255 252 243 / 0.5);
}

.focus\:border-b-ozc-alt-50\/60:focus {
  border-bottom-color: rgb(255 252 243 / 0.6);
}

.focus\:border-b-ozc-alt-50\/70:focus {
  border-bottom-color: rgb(255 252 243 / 0.7);
}

.focus\:border-b-ozc-alt-50\/75:focus {
  border-bottom-color: rgb(255 252 243 / 0.75);
}

.focus\:border-b-ozc-alt-50\/80:focus {
  border-bottom-color: rgb(255 252 243 / 0.8);
}

.focus\:border-b-ozc-alt-50\/90:focus {
  border-bottom-color: rgb(255 252 243 / 0.9);
}

.focus\:border-b-ozc-alt-50\/95:focus {
  border-bottom-color: rgb(255 252 243 / 0.95);
}

.focus\:border-b-ozc-alt-500:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 204 5 / var(--tw-border-opacity));
}

.focus\:border-b-ozc-alt-500\/0:focus {
  border-bottom-color: rgb(255 204 5 / 0);
}

.focus\:border-b-ozc-alt-500\/10:focus {
  border-bottom-color: rgb(255 204 5 / 0.1);
}

.focus\:border-b-ozc-alt-500\/100:focus {
  border-bottom-color: rgb(255 204 5 / 1);
}

.focus\:border-b-ozc-alt-500\/20:focus {
  border-bottom-color: rgb(255 204 5 / 0.2);
}

.focus\:border-b-ozc-alt-500\/25:focus {
  border-bottom-color: rgb(255 204 5 / 0.25);
}

.focus\:border-b-ozc-alt-500\/30:focus {
  border-bottom-color: rgb(255 204 5 / 0.3);
}

.focus\:border-b-ozc-alt-500\/40:focus {
  border-bottom-color: rgb(255 204 5 / 0.4);
}

.focus\:border-b-ozc-alt-500\/5:focus {
  border-bottom-color: rgb(255 204 5 / 0.05);
}

.focus\:border-b-ozc-alt-500\/50:focus {
  border-bottom-color: rgb(255 204 5 / 0.5);
}

.focus\:border-b-ozc-alt-500\/60:focus {
  border-bottom-color: rgb(255 204 5 / 0.6);
}

.focus\:border-b-ozc-alt-500\/70:focus {
  border-bottom-color: rgb(255 204 5 / 0.7);
}

.focus\:border-b-ozc-alt-500\/75:focus {
  border-bottom-color: rgb(255 204 5 / 0.75);
}

.focus\:border-b-ozc-alt-500\/80:focus {
  border-bottom-color: rgb(255 204 5 / 0.8);
}

.focus\:border-b-ozc-alt-500\/90:focus {
  border-bottom-color: rgb(255 204 5 / 0.9);
}

.focus\:border-b-ozc-alt-500\/95:focus {
  border-bottom-color: rgb(255 204 5 / 0.95);
}

.focus\:border-b-ozc-alt-600:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(230 184 5 / var(--tw-border-opacity));
}

.focus\:border-b-ozc-alt-600\/0:focus {
  border-bottom-color: rgb(230 184 5 / 0);
}

.focus\:border-b-ozc-alt-600\/10:focus {
  border-bottom-color: rgb(230 184 5 / 0.1);
}

.focus\:border-b-ozc-alt-600\/100:focus {
  border-bottom-color: rgb(230 184 5 / 1);
}

.focus\:border-b-ozc-alt-600\/20:focus {
  border-bottom-color: rgb(230 184 5 / 0.2);
}

.focus\:border-b-ozc-alt-600\/25:focus {
  border-bottom-color: rgb(230 184 5 / 0.25);
}

.focus\:border-b-ozc-alt-600\/30:focus {
  border-bottom-color: rgb(230 184 5 / 0.3);
}

.focus\:border-b-ozc-alt-600\/40:focus {
  border-bottom-color: rgb(230 184 5 / 0.4);
}

.focus\:border-b-ozc-alt-600\/5:focus {
  border-bottom-color: rgb(230 184 5 / 0.05);
}

.focus\:border-b-ozc-alt-600\/50:focus {
  border-bottom-color: rgb(230 184 5 / 0.5);
}

.focus\:border-b-ozc-alt-600\/60:focus {
  border-bottom-color: rgb(230 184 5 / 0.6);
}

.focus\:border-b-ozc-alt-600\/70:focus {
  border-bottom-color: rgb(230 184 5 / 0.7);
}

.focus\:border-b-ozc-alt-600\/75:focus {
  border-bottom-color: rgb(230 184 5 / 0.75);
}

.focus\:border-b-ozc-alt-600\/80:focus {
  border-bottom-color: rgb(230 184 5 / 0.8);
}

.focus\:border-b-ozc-alt-600\/90:focus {
  border-bottom-color: rgb(230 184 5 / 0.9);
}

.focus\:border-b-ozc-alt-600\/95:focus {
  border-bottom-color: rgb(230 184 5 / 0.95);
}

.focus\:border-b-ozc-alt-700:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(153 122 3 / var(--tw-border-opacity));
}

.focus\:border-b-ozc-alt-700\/0:focus {
  border-bottom-color: rgb(153 122 3 / 0);
}

.focus\:border-b-ozc-alt-700\/10:focus {
  border-bottom-color: rgb(153 122 3 / 0.1);
}

.focus\:border-b-ozc-alt-700\/100:focus {
  border-bottom-color: rgb(153 122 3 / 1);
}

.focus\:border-b-ozc-alt-700\/20:focus {
  border-bottom-color: rgb(153 122 3 / 0.2);
}

.focus\:border-b-ozc-alt-700\/25:focus {
  border-bottom-color: rgb(153 122 3 / 0.25);
}

.focus\:border-b-ozc-alt-700\/30:focus {
  border-bottom-color: rgb(153 122 3 / 0.3);
}

.focus\:border-b-ozc-alt-700\/40:focus {
  border-bottom-color: rgb(153 122 3 / 0.4);
}

.focus\:border-b-ozc-alt-700\/5:focus {
  border-bottom-color: rgb(153 122 3 / 0.05);
}

.focus\:border-b-ozc-alt-700\/50:focus {
  border-bottom-color: rgb(153 122 3 / 0.5);
}

.focus\:border-b-ozc-alt-700\/60:focus {
  border-bottom-color: rgb(153 122 3 / 0.6);
}

.focus\:border-b-ozc-alt-700\/70:focus {
  border-bottom-color: rgb(153 122 3 / 0.7);
}

.focus\:border-b-ozc-alt-700\/75:focus {
  border-bottom-color: rgb(153 122 3 / 0.75);
}

.focus\:border-b-ozc-alt-700\/80:focus {
  border-bottom-color: rgb(153 122 3 / 0.8);
}

.focus\:border-b-ozc-alt-700\/90:focus {
  border-bottom-color: rgb(153 122 3 / 0.9);
}

.focus\:border-b-ozc-alt-700\/95:focus {
  border-bottom-color: rgb(153 122 3 / 0.95);
}

.focus\:border-b-ozc-alt-800:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(115 92 2 / var(--tw-border-opacity));
}

.focus\:border-b-ozc-alt-800\/0:focus {
  border-bottom-color: rgb(115 92 2 / 0);
}

.focus\:border-b-ozc-alt-800\/10:focus {
  border-bottom-color: rgb(115 92 2 / 0.1);
}

.focus\:border-b-ozc-alt-800\/100:focus {
  border-bottom-color: rgb(115 92 2 / 1);
}

.focus\:border-b-ozc-alt-800\/20:focus {
  border-bottom-color: rgb(115 92 2 / 0.2);
}

.focus\:border-b-ozc-alt-800\/25:focus {
  border-bottom-color: rgb(115 92 2 / 0.25);
}

.focus\:border-b-ozc-alt-800\/30:focus {
  border-bottom-color: rgb(115 92 2 / 0.3);
}

.focus\:border-b-ozc-alt-800\/40:focus {
  border-bottom-color: rgb(115 92 2 / 0.4);
}

.focus\:border-b-ozc-alt-800\/5:focus {
  border-bottom-color: rgb(115 92 2 / 0.05);
}

.focus\:border-b-ozc-alt-800\/50:focus {
  border-bottom-color: rgb(115 92 2 / 0.5);
}

.focus\:border-b-ozc-alt-800\/60:focus {
  border-bottom-color: rgb(115 92 2 / 0.6);
}

.focus\:border-b-ozc-alt-800\/70:focus {
  border-bottom-color: rgb(115 92 2 / 0.7);
}

.focus\:border-b-ozc-alt-800\/75:focus {
  border-bottom-color: rgb(115 92 2 / 0.75);
}

.focus\:border-b-ozc-alt-800\/80:focus {
  border-bottom-color: rgb(115 92 2 / 0.8);
}

.focus\:border-b-ozc-alt-800\/90:focus {
  border-bottom-color: rgb(115 92 2 / 0.9);
}

.focus\:border-b-ozc-alt-800\/95:focus {
  border-bottom-color: rgb(115 92 2 / 0.95);
}

.focus\:border-b-ozc-alt-900:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.focus\:border-b-ozc-alt-900\/0:focus {
  border-bottom-color: rgb(42 45 51 / 0);
}

.focus\:border-b-ozc-alt-900\/10:focus {
  border-bottom-color: rgb(42 45 51 / 0.1);
}

.focus\:border-b-ozc-alt-900\/100:focus {
  border-bottom-color: rgb(42 45 51 / 1);
}

.focus\:border-b-ozc-alt-900\/20:focus {
  border-bottom-color: rgb(42 45 51 / 0.2);
}

.focus\:border-b-ozc-alt-900\/25:focus {
  border-bottom-color: rgb(42 45 51 / 0.25);
}

.focus\:border-b-ozc-alt-900\/30:focus {
  border-bottom-color: rgb(42 45 51 / 0.3);
}

.focus\:border-b-ozc-alt-900\/40:focus {
  border-bottom-color: rgb(42 45 51 / 0.4);
}

.focus\:border-b-ozc-alt-900\/5:focus {
  border-bottom-color: rgb(42 45 51 / 0.05);
}

.focus\:border-b-ozc-alt-900\/50:focus {
  border-bottom-color: rgb(42 45 51 / 0.5);
}

.focus\:border-b-ozc-alt-900\/60:focus {
  border-bottom-color: rgb(42 45 51 / 0.6);
}

.focus\:border-b-ozc-alt-900\/70:focus {
  border-bottom-color: rgb(42 45 51 / 0.7);
}

.focus\:border-b-ozc-alt-900\/75:focus {
  border-bottom-color: rgb(42 45 51 / 0.75);
}

.focus\:border-b-ozc-alt-900\/80:focus {
  border-bottom-color: rgb(42 45 51 / 0.8);
}

.focus\:border-b-ozc-alt-900\/90:focus {
  border-bottom-color: rgb(42 45 51 / 0.9);
}

.focus\:border-b-ozc-alt-900\/95:focus {
  border-bottom-color: rgb(42 45 51 / 0.95);
}

.focus\:border-b-pink-100:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(252 231 243 / var(--tw-border-opacity));
}

.focus\:border-b-pink-100\/0:focus {
  border-bottom-color: rgb(252 231 243 / 0);
}

.focus\:border-b-pink-100\/10:focus {
  border-bottom-color: rgb(252 231 243 / 0.1);
}

.focus\:border-b-pink-100\/100:focus {
  border-bottom-color: rgb(252 231 243 / 1);
}

.focus\:border-b-pink-100\/20:focus {
  border-bottom-color: rgb(252 231 243 / 0.2);
}

.focus\:border-b-pink-100\/25:focus {
  border-bottom-color: rgb(252 231 243 / 0.25);
}

.focus\:border-b-pink-100\/30:focus {
  border-bottom-color: rgb(252 231 243 / 0.3);
}

.focus\:border-b-pink-100\/40:focus {
  border-bottom-color: rgb(252 231 243 / 0.4);
}

.focus\:border-b-pink-100\/5:focus {
  border-bottom-color: rgb(252 231 243 / 0.05);
}

.focus\:border-b-pink-100\/50:focus {
  border-bottom-color: rgb(252 231 243 / 0.5);
}

.focus\:border-b-pink-100\/60:focus {
  border-bottom-color: rgb(252 231 243 / 0.6);
}

.focus\:border-b-pink-100\/70:focus {
  border-bottom-color: rgb(252 231 243 / 0.7);
}

.focus\:border-b-pink-100\/75:focus {
  border-bottom-color: rgb(252 231 243 / 0.75);
}

.focus\:border-b-pink-100\/80:focus {
  border-bottom-color: rgb(252 231 243 / 0.8);
}

.focus\:border-b-pink-100\/90:focus {
  border-bottom-color: rgb(252 231 243 / 0.9);
}

.focus\:border-b-pink-100\/95:focus {
  border-bottom-color: rgb(252 231 243 / 0.95);
}

.focus\:border-b-pink-200:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(251 207 232 / var(--tw-border-opacity));
}

.focus\:border-b-pink-200\/0:focus {
  border-bottom-color: rgb(251 207 232 / 0);
}

.focus\:border-b-pink-200\/10:focus {
  border-bottom-color: rgb(251 207 232 / 0.1);
}

.focus\:border-b-pink-200\/100:focus {
  border-bottom-color: rgb(251 207 232 / 1);
}

.focus\:border-b-pink-200\/20:focus {
  border-bottom-color: rgb(251 207 232 / 0.2);
}

.focus\:border-b-pink-200\/25:focus {
  border-bottom-color: rgb(251 207 232 / 0.25);
}

.focus\:border-b-pink-200\/30:focus {
  border-bottom-color: rgb(251 207 232 / 0.3);
}

.focus\:border-b-pink-200\/40:focus {
  border-bottom-color: rgb(251 207 232 / 0.4);
}

.focus\:border-b-pink-200\/5:focus {
  border-bottom-color: rgb(251 207 232 / 0.05);
}

.focus\:border-b-pink-200\/50:focus {
  border-bottom-color: rgb(251 207 232 / 0.5);
}

.focus\:border-b-pink-200\/60:focus {
  border-bottom-color: rgb(251 207 232 / 0.6);
}

.focus\:border-b-pink-200\/70:focus {
  border-bottom-color: rgb(251 207 232 / 0.7);
}

.focus\:border-b-pink-200\/75:focus {
  border-bottom-color: rgb(251 207 232 / 0.75);
}

.focus\:border-b-pink-200\/80:focus {
  border-bottom-color: rgb(251 207 232 / 0.8);
}

.focus\:border-b-pink-200\/90:focus {
  border-bottom-color: rgb(251 207 232 / 0.9);
}

.focus\:border-b-pink-200\/95:focus {
  border-bottom-color: rgb(251 207 232 / 0.95);
}

.focus\:border-b-pink-300:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 168 212 / var(--tw-border-opacity));
}

.focus\:border-b-pink-300\/0:focus {
  border-bottom-color: rgb(249 168 212 / 0);
}

.focus\:border-b-pink-300\/10:focus {
  border-bottom-color: rgb(249 168 212 / 0.1);
}

.focus\:border-b-pink-300\/100:focus {
  border-bottom-color: rgb(249 168 212 / 1);
}

.focus\:border-b-pink-300\/20:focus {
  border-bottom-color: rgb(249 168 212 / 0.2);
}

.focus\:border-b-pink-300\/25:focus {
  border-bottom-color: rgb(249 168 212 / 0.25);
}

.focus\:border-b-pink-300\/30:focus {
  border-bottom-color: rgb(249 168 212 / 0.3);
}

.focus\:border-b-pink-300\/40:focus {
  border-bottom-color: rgb(249 168 212 / 0.4);
}

.focus\:border-b-pink-300\/5:focus {
  border-bottom-color: rgb(249 168 212 / 0.05);
}

.focus\:border-b-pink-300\/50:focus {
  border-bottom-color: rgb(249 168 212 / 0.5);
}

.focus\:border-b-pink-300\/60:focus {
  border-bottom-color: rgb(249 168 212 / 0.6);
}

.focus\:border-b-pink-300\/70:focus {
  border-bottom-color: rgb(249 168 212 / 0.7);
}

.focus\:border-b-pink-300\/75:focus {
  border-bottom-color: rgb(249 168 212 / 0.75);
}

.focus\:border-b-pink-300\/80:focus {
  border-bottom-color: rgb(249 168 212 / 0.8);
}

.focus\:border-b-pink-300\/90:focus {
  border-bottom-color: rgb(249 168 212 / 0.9);
}

.focus\:border-b-pink-300\/95:focus {
  border-bottom-color: rgb(249 168 212 / 0.95);
}

.focus\:border-b-pink-400:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(244 114 182 / var(--tw-border-opacity));
}

.focus\:border-b-pink-400\/0:focus {
  border-bottom-color: rgb(244 114 182 / 0);
}

.focus\:border-b-pink-400\/10:focus {
  border-bottom-color: rgb(244 114 182 / 0.1);
}

.focus\:border-b-pink-400\/100:focus {
  border-bottom-color: rgb(244 114 182 / 1);
}

.focus\:border-b-pink-400\/20:focus {
  border-bottom-color: rgb(244 114 182 / 0.2);
}

.focus\:border-b-pink-400\/25:focus {
  border-bottom-color: rgb(244 114 182 / 0.25);
}

.focus\:border-b-pink-400\/30:focus {
  border-bottom-color: rgb(244 114 182 / 0.3);
}

.focus\:border-b-pink-400\/40:focus {
  border-bottom-color: rgb(244 114 182 / 0.4);
}

.focus\:border-b-pink-400\/5:focus {
  border-bottom-color: rgb(244 114 182 / 0.05);
}

.focus\:border-b-pink-400\/50:focus {
  border-bottom-color: rgb(244 114 182 / 0.5);
}

.focus\:border-b-pink-400\/60:focus {
  border-bottom-color: rgb(244 114 182 / 0.6);
}

.focus\:border-b-pink-400\/70:focus {
  border-bottom-color: rgb(244 114 182 / 0.7);
}

.focus\:border-b-pink-400\/75:focus {
  border-bottom-color: rgb(244 114 182 / 0.75);
}

.focus\:border-b-pink-400\/80:focus {
  border-bottom-color: rgb(244 114 182 / 0.8);
}

.focus\:border-b-pink-400\/90:focus {
  border-bottom-color: rgb(244 114 182 / 0.9);
}

.focus\:border-b-pink-400\/95:focus {
  border-bottom-color: rgb(244 114 182 / 0.95);
}

.focus\:border-b-pink-50:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 242 248 / var(--tw-border-opacity));
}

.focus\:border-b-pink-50\/0:focus {
  border-bottom-color: rgb(253 242 248 / 0);
}

.focus\:border-b-pink-50\/10:focus {
  border-bottom-color: rgb(253 242 248 / 0.1);
}

.focus\:border-b-pink-50\/100:focus {
  border-bottom-color: rgb(253 242 248 / 1);
}

.focus\:border-b-pink-50\/20:focus {
  border-bottom-color: rgb(253 242 248 / 0.2);
}

.focus\:border-b-pink-50\/25:focus {
  border-bottom-color: rgb(253 242 248 / 0.25);
}

.focus\:border-b-pink-50\/30:focus {
  border-bottom-color: rgb(253 242 248 / 0.3);
}

.focus\:border-b-pink-50\/40:focus {
  border-bottom-color: rgb(253 242 248 / 0.4);
}

.focus\:border-b-pink-50\/5:focus {
  border-bottom-color: rgb(253 242 248 / 0.05);
}

.focus\:border-b-pink-50\/50:focus {
  border-bottom-color: rgb(253 242 248 / 0.5);
}

.focus\:border-b-pink-50\/60:focus {
  border-bottom-color: rgb(253 242 248 / 0.6);
}

.focus\:border-b-pink-50\/70:focus {
  border-bottom-color: rgb(253 242 248 / 0.7);
}

.focus\:border-b-pink-50\/75:focus {
  border-bottom-color: rgb(253 242 248 / 0.75);
}

.focus\:border-b-pink-50\/80:focus {
  border-bottom-color: rgb(253 242 248 / 0.8);
}

.focus\:border-b-pink-50\/90:focus {
  border-bottom-color: rgb(253 242 248 / 0.9);
}

.focus\:border-b-pink-50\/95:focus {
  border-bottom-color: rgb(253 242 248 / 0.95);
}

.focus\:border-b-pink-500:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(236 72 153 / var(--tw-border-opacity));
}

.focus\:border-b-pink-500\/0:focus {
  border-bottom-color: rgb(236 72 153 / 0);
}

.focus\:border-b-pink-500\/10:focus {
  border-bottom-color: rgb(236 72 153 / 0.1);
}

.focus\:border-b-pink-500\/100:focus {
  border-bottom-color: rgb(236 72 153 / 1);
}

.focus\:border-b-pink-500\/20:focus {
  border-bottom-color: rgb(236 72 153 / 0.2);
}

.focus\:border-b-pink-500\/25:focus {
  border-bottom-color: rgb(236 72 153 / 0.25);
}

.focus\:border-b-pink-500\/30:focus {
  border-bottom-color: rgb(236 72 153 / 0.3);
}

.focus\:border-b-pink-500\/40:focus {
  border-bottom-color: rgb(236 72 153 / 0.4);
}

.focus\:border-b-pink-500\/5:focus {
  border-bottom-color: rgb(236 72 153 / 0.05);
}

.focus\:border-b-pink-500\/50:focus {
  border-bottom-color: rgb(236 72 153 / 0.5);
}

.focus\:border-b-pink-500\/60:focus {
  border-bottom-color: rgb(236 72 153 / 0.6);
}

.focus\:border-b-pink-500\/70:focus {
  border-bottom-color: rgb(236 72 153 / 0.7);
}

.focus\:border-b-pink-500\/75:focus {
  border-bottom-color: rgb(236 72 153 / 0.75);
}

.focus\:border-b-pink-500\/80:focus {
  border-bottom-color: rgb(236 72 153 / 0.8);
}

.focus\:border-b-pink-500\/90:focus {
  border-bottom-color: rgb(236 72 153 / 0.9);
}

.focus\:border-b-pink-500\/95:focus {
  border-bottom-color: rgb(236 72 153 / 0.95);
}

.focus\:border-b-pink-600:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(219 39 119 / var(--tw-border-opacity));
}

.focus\:border-b-pink-600\/0:focus {
  border-bottom-color: rgb(219 39 119 / 0);
}

.focus\:border-b-pink-600\/10:focus {
  border-bottom-color: rgb(219 39 119 / 0.1);
}

.focus\:border-b-pink-600\/100:focus {
  border-bottom-color: rgb(219 39 119 / 1);
}

.focus\:border-b-pink-600\/20:focus {
  border-bottom-color: rgb(219 39 119 / 0.2);
}

.focus\:border-b-pink-600\/25:focus {
  border-bottom-color: rgb(219 39 119 / 0.25);
}

.focus\:border-b-pink-600\/30:focus {
  border-bottom-color: rgb(219 39 119 / 0.3);
}

.focus\:border-b-pink-600\/40:focus {
  border-bottom-color: rgb(219 39 119 / 0.4);
}

.focus\:border-b-pink-600\/5:focus {
  border-bottom-color: rgb(219 39 119 / 0.05);
}

.focus\:border-b-pink-600\/50:focus {
  border-bottom-color: rgb(219 39 119 / 0.5);
}

.focus\:border-b-pink-600\/60:focus {
  border-bottom-color: rgb(219 39 119 / 0.6);
}

.focus\:border-b-pink-600\/70:focus {
  border-bottom-color: rgb(219 39 119 / 0.7);
}

.focus\:border-b-pink-600\/75:focus {
  border-bottom-color: rgb(219 39 119 / 0.75);
}

.focus\:border-b-pink-600\/80:focus {
  border-bottom-color: rgb(219 39 119 / 0.8);
}

.focus\:border-b-pink-600\/90:focus {
  border-bottom-color: rgb(219 39 119 / 0.9);
}

.focus\:border-b-pink-600\/95:focus {
  border-bottom-color: rgb(219 39 119 / 0.95);
}

.focus\:border-b-pink-700:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(190 24 93 / var(--tw-border-opacity));
}

.focus\:border-b-pink-700\/0:focus {
  border-bottom-color: rgb(190 24 93 / 0);
}

.focus\:border-b-pink-700\/10:focus {
  border-bottom-color: rgb(190 24 93 / 0.1);
}

.focus\:border-b-pink-700\/100:focus {
  border-bottom-color: rgb(190 24 93 / 1);
}

.focus\:border-b-pink-700\/20:focus {
  border-bottom-color: rgb(190 24 93 / 0.2);
}

.focus\:border-b-pink-700\/25:focus {
  border-bottom-color: rgb(190 24 93 / 0.25);
}

.focus\:border-b-pink-700\/30:focus {
  border-bottom-color: rgb(190 24 93 / 0.3);
}

.focus\:border-b-pink-700\/40:focus {
  border-bottom-color: rgb(190 24 93 / 0.4);
}

.focus\:border-b-pink-700\/5:focus {
  border-bottom-color: rgb(190 24 93 / 0.05);
}

.focus\:border-b-pink-700\/50:focus {
  border-bottom-color: rgb(190 24 93 / 0.5);
}

.focus\:border-b-pink-700\/60:focus {
  border-bottom-color: rgb(190 24 93 / 0.6);
}

.focus\:border-b-pink-700\/70:focus {
  border-bottom-color: rgb(190 24 93 / 0.7);
}

.focus\:border-b-pink-700\/75:focus {
  border-bottom-color: rgb(190 24 93 / 0.75);
}

.focus\:border-b-pink-700\/80:focus {
  border-bottom-color: rgb(190 24 93 / 0.8);
}

.focus\:border-b-pink-700\/90:focus {
  border-bottom-color: rgb(190 24 93 / 0.9);
}

.focus\:border-b-pink-700\/95:focus {
  border-bottom-color: rgb(190 24 93 / 0.95);
}

.focus\:border-b-pink-800:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(157 23 77 / var(--tw-border-opacity));
}

.focus\:border-b-pink-800\/0:focus {
  border-bottom-color: rgb(157 23 77 / 0);
}

.focus\:border-b-pink-800\/10:focus {
  border-bottom-color: rgb(157 23 77 / 0.1);
}

.focus\:border-b-pink-800\/100:focus {
  border-bottom-color: rgb(157 23 77 / 1);
}

.focus\:border-b-pink-800\/20:focus {
  border-bottom-color: rgb(157 23 77 / 0.2);
}

.focus\:border-b-pink-800\/25:focus {
  border-bottom-color: rgb(157 23 77 / 0.25);
}

.focus\:border-b-pink-800\/30:focus {
  border-bottom-color: rgb(157 23 77 / 0.3);
}

.focus\:border-b-pink-800\/40:focus {
  border-bottom-color: rgb(157 23 77 / 0.4);
}

.focus\:border-b-pink-800\/5:focus {
  border-bottom-color: rgb(157 23 77 / 0.05);
}

.focus\:border-b-pink-800\/50:focus {
  border-bottom-color: rgb(157 23 77 / 0.5);
}

.focus\:border-b-pink-800\/60:focus {
  border-bottom-color: rgb(157 23 77 / 0.6);
}

.focus\:border-b-pink-800\/70:focus {
  border-bottom-color: rgb(157 23 77 / 0.7);
}

.focus\:border-b-pink-800\/75:focus {
  border-bottom-color: rgb(157 23 77 / 0.75);
}

.focus\:border-b-pink-800\/80:focus {
  border-bottom-color: rgb(157 23 77 / 0.8);
}

.focus\:border-b-pink-800\/90:focus {
  border-bottom-color: rgb(157 23 77 / 0.9);
}

.focus\:border-b-pink-800\/95:focus {
  border-bottom-color: rgb(157 23 77 / 0.95);
}

.focus\:border-b-pink-900:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(131 24 67 / var(--tw-border-opacity));
}

.focus\:border-b-pink-900\/0:focus {
  border-bottom-color: rgb(131 24 67 / 0);
}

.focus\:border-b-pink-900\/10:focus {
  border-bottom-color: rgb(131 24 67 / 0.1);
}

.focus\:border-b-pink-900\/100:focus {
  border-bottom-color: rgb(131 24 67 / 1);
}

.focus\:border-b-pink-900\/20:focus {
  border-bottom-color: rgb(131 24 67 / 0.2);
}

.focus\:border-b-pink-900\/25:focus {
  border-bottom-color: rgb(131 24 67 / 0.25);
}

.focus\:border-b-pink-900\/30:focus {
  border-bottom-color: rgb(131 24 67 / 0.3);
}

.focus\:border-b-pink-900\/40:focus {
  border-bottom-color: rgb(131 24 67 / 0.4);
}

.focus\:border-b-pink-900\/5:focus {
  border-bottom-color: rgb(131 24 67 / 0.05);
}

.focus\:border-b-pink-900\/50:focus {
  border-bottom-color: rgb(131 24 67 / 0.5);
}

.focus\:border-b-pink-900\/60:focus {
  border-bottom-color: rgb(131 24 67 / 0.6);
}

.focus\:border-b-pink-900\/70:focus {
  border-bottom-color: rgb(131 24 67 / 0.7);
}

.focus\:border-b-pink-900\/75:focus {
  border-bottom-color: rgb(131 24 67 / 0.75);
}

.focus\:border-b-pink-900\/80:focus {
  border-bottom-color: rgb(131 24 67 / 0.8);
}

.focus\:border-b-pink-900\/90:focus {
  border-bottom-color: rgb(131 24 67 / 0.9);
}

.focus\:border-b-pink-900\/95:focus {
  border-bottom-color: rgb(131 24 67 / 0.95);
}

.focus\:border-b-pink-950:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(80 7 36 / var(--tw-border-opacity));
}

.focus\:border-b-pink-950\/0:focus {
  border-bottom-color: rgb(80 7 36 / 0);
}

.focus\:border-b-pink-950\/10:focus {
  border-bottom-color: rgb(80 7 36 / 0.1);
}

.focus\:border-b-pink-950\/100:focus {
  border-bottom-color: rgb(80 7 36 / 1);
}

.focus\:border-b-pink-950\/20:focus {
  border-bottom-color: rgb(80 7 36 / 0.2);
}

.focus\:border-b-pink-950\/25:focus {
  border-bottom-color: rgb(80 7 36 / 0.25);
}

.focus\:border-b-pink-950\/30:focus {
  border-bottom-color: rgb(80 7 36 / 0.3);
}

.focus\:border-b-pink-950\/40:focus {
  border-bottom-color: rgb(80 7 36 / 0.4);
}

.focus\:border-b-pink-950\/5:focus {
  border-bottom-color: rgb(80 7 36 / 0.05);
}

.focus\:border-b-pink-950\/50:focus {
  border-bottom-color: rgb(80 7 36 / 0.5);
}

.focus\:border-b-pink-950\/60:focus {
  border-bottom-color: rgb(80 7 36 / 0.6);
}

.focus\:border-b-pink-950\/70:focus {
  border-bottom-color: rgb(80 7 36 / 0.7);
}

.focus\:border-b-pink-950\/75:focus {
  border-bottom-color: rgb(80 7 36 / 0.75);
}

.focus\:border-b-pink-950\/80:focus {
  border-bottom-color: rgb(80 7 36 / 0.8);
}

.focus\:border-b-pink-950\/90:focus {
  border-bottom-color: rgb(80 7 36 / 0.9);
}

.focus\:border-b-pink-950\/95:focus {
  border-bottom-color: rgb(80 7 36 / 0.95);
}

.focus\:border-b-purple-100:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(243 232 255 / var(--tw-border-opacity));
}

.focus\:border-b-purple-100\/0:focus {
  border-bottom-color: rgb(243 232 255 / 0);
}

.focus\:border-b-purple-100\/10:focus {
  border-bottom-color: rgb(243 232 255 / 0.1);
}

.focus\:border-b-purple-100\/100:focus {
  border-bottom-color: rgb(243 232 255 / 1);
}

.focus\:border-b-purple-100\/20:focus {
  border-bottom-color: rgb(243 232 255 / 0.2);
}

.focus\:border-b-purple-100\/25:focus {
  border-bottom-color: rgb(243 232 255 / 0.25);
}

.focus\:border-b-purple-100\/30:focus {
  border-bottom-color: rgb(243 232 255 / 0.3);
}

.focus\:border-b-purple-100\/40:focus {
  border-bottom-color: rgb(243 232 255 / 0.4);
}

.focus\:border-b-purple-100\/5:focus {
  border-bottom-color: rgb(243 232 255 / 0.05);
}

.focus\:border-b-purple-100\/50:focus {
  border-bottom-color: rgb(243 232 255 / 0.5);
}

.focus\:border-b-purple-100\/60:focus {
  border-bottom-color: rgb(243 232 255 / 0.6);
}

.focus\:border-b-purple-100\/70:focus {
  border-bottom-color: rgb(243 232 255 / 0.7);
}

.focus\:border-b-purple-100\/75:focus {
  border-bottom-color: rgb(243 232 255 / 0.75);
}

.focus\:border-b-purple-100\/80:focus {
  border-bottom-color: rgb(243 232 255 / 0.8);
}

.focus\:border-b-purple-100\/90:focus {
  border-bottom-color: rgb(243 232 255 / 0.9);
}

.focus\:border-b-purple-100\/95:focus {
  border-bottom-color: rgb(243 232 255 / 0.95);
}

.focus\:border-b-purple-200:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(233 213 255 / var(--tw-border-opacity));
}

.focus\:border-b-purple-200\/0:focus {
  border-bottom-color: rgb(233 213 255 / 0);
}

.focus\:border-b-purple-200\/10:focus {
  border-bottom-color: rgb(233 213 255 / 0.1);
}

.focus\:border-b-purple-200\/100:focus {
  border-bottom-color: rgb(233 213 255 / 1);
}

.focus\:border-b-purple-200\/20:focus {
  border-bottom-color: rgb(233 213 255 / 0.2);
}

.focus\:border-b-purple-200\/25:focus {
  border-bottom-color: rgb(233 213 255 / 0.25);
}

.focus\:border-b-purple-200\/30:focus {
  border-bottom-color: rgb(233 213 255 / 0.3);
}

.focus\:border-b-purple-200\/40:focus {
  border-bottom-color: rgb(233 213 255 / 0.4);
}

.focus\:border-b-purple-200\/5:focus {
  border-bottom-color: rgb(233 213 255 / 0.05);
}

.focus\:border-b-purple-200\/50:focus {
  border-bottom-color: rgb(233 213 255 / 0.5);
}

.focus\:border-b-purple-200\/60:focus {
  border-bottom-color: rgb(233 213 255 / 0.6);
}

.focus\:border-b-purple-200\/70:focus {
  border-bottom-color: rgb(233 213 255 / 0.7);
}

.focus\:border-b-purple-200\/75:focus {
  border-bottom-color: rgb(233 213 255 / 0.75);
}

.focus\:border-b-purple-200\/80:focus {
  border-bottom-color: rgb(233 213 255 / 0.8);
}

.focus\:border-b-purple-200\/90:focus {
  border-bottom-color: rgb(233 213 255 / 0.9);
}

.focus\:border-b-purple-200\/95:focus {
  border-bottom-color: rgb(233 213 255 / 0.95);
}

.focus\:border-b-purple-300:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(216 180 254 / var(--tw-border-opacity));
}

.focus\:border-b-purple-300\/0:focus {
  border-bottom-color: rgb(216 180 254 / 0);
}

.focus\:border-b-purple-300\/10:focus {
  border-bottom-color: rgb(216 180 254 / 0.1);
}

.focus\:border-b-purple-300\/100:focus {
  border-bottom-color: rgb(216 180 254 / 1);
}

.focus\:border-b-purple-300\/20:focus {
  border-bottom-color: rgb(216 180 254 / 0.2);
}

.focus\:border-b-purple-300\/25:focus {
  border-bottom-color: rgb(216 180 254 / 0.25);
}

.focus\:border-b-purple-300\/30:focus {
  border-bottom-color: rgb(216 180 254 / 0.3);
}

.focus\:border-b-purple-300\/40:focus {
  border-bottom-color: rgb(216 180 254 / 0.4);
}

.focus\:border-b-purple-300\/5:focus {
  border-bottom-color: rgb(216 180 254 / 0.05);
}

.focus\:border-b-purple-300\/50:focus {
  border-bottom-color: rgb(216 180 254 / 0.5);
}

.focus\:border-b-purple-300\/60:focus {
  border-bottom-color: rgb(216 180 254 / 0.6);
}

.focus\:border-b-purple-300\/70:focus {
  border-bottom-color: rgb(216 180 254 / 0.7);
}

.focus\:border-b-purple-300\/75:focus {
  border-bottom-color: rgb(216 180 254 / 0.75);
}

.focus\:border-b-purple-300\/80:focus {
  border-bottom-color: rgb(216 180 254 / 0.8);
}

.focus\:border-b-purple-300\/90:focus {
  border-bottom-color: rgb(216 180 254 / 0.9);
}

.focus\:border-b-purple-300\/95:focus {
  border-bottom-color: rgb(216 180 254 / 0.95);
}

.focus\:border-b-purple-400:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(192 132 252 / var(--tw-border-opacity));
}

.focus\:border-b-purple-400\/0:focus {
  border-bottom-color: rgb(192 132 252 / 0);
}

.focus\:border-b-purple-400\/10:focus {
  border-bottom-color: rgb(192 132 252 / 0.1);
}

.focus\:border-b-purple-400\/100:focus {
  border-bottom-color: rgb(192 132 252 / 1);
}

.focus\:border-b-purple-400\/20:focus {
  border-bottom-color: rgb(192 132 252 / 0.2);
}

.focus\:border-b-purple-400\/25:focus {
  border-bottom-color: rgb(192 132 252 / 0.25);
}

.focus\:border-b-purple-400\/30:focus {
  border-bottom-color: rgb(192 132 252 / 0.3);
}

.focus\:border-b-purple-400\/40:focus {
  border-bottom-color: rgb(192 132 252 / 0.4);
}

.focus\:border-b-purple-400\/5:focus {
  border-bottom-color: rgb(192 132 252 / 0.05);
}

.focus\:border-b-purple-400\/50:focus {
  border-bottom-color: rgb(192 132 252 / 0.5);
}

.focus\:border-b-purple-400\/60:focus {
  border-bottom-color: rgb(192 132 252 / 0.6);
}

.focus\:border-b-purple-400\/70:focus {
  border-bottom-color: rgb(192 132 252 / 0.7);
}

.focus\:border-b-purple-400\/75:focus {
  border-bottom-color: rgb(192 132 252 / 0.75);
}

.focus\:border-b-purple-400\/80:focus {
  border-bottom-color: rgb(192 132 252 / 0.8);
}

.focus\:border-b-purple-400\/90:focus {
  border-bottom-color: rgb(192 132 252 / 0.9);
}

.focus\:border-b-purple-400\/95:focus {
  border-bottom-color: rgb(192 132 252 / 0.95);
}

.focus\:border-b-purple-50:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 245 255 / var(--tw-border-opacity));
}

.focus\:border-b-purple-50\/0:focus {
  border-bottom-color: rgb(250 245 255 / 0);
}

.focus\:border-b-purple-50\/10:focus {
  border-bottom-color: rgb(250 245 255 / 0.1);
}

.focus\:border-b-purple-50\/100:focus {
  border-bottom-color: rgb(250 245 255 / 1);
}

.focus\:border-b-purple-50\/20:focus {
  border-bottom-color: rgb(250 245 255 / 0.2);
}

.focus\:border-b-purple-50\/25:focus {
  border-bottom-color: rgb(250 245 255 / 0.25);
}

.focus\:border-b-purple-50\/30:focus {
  border-bottom-color: rgb(250 245 255 / 0.3);
}

.focus\:border-b-purple-50\/40:focus {
  border-bottom-color: rgb(250 245 255 / 0.4);
}

.focus\:border-b-purple-50\/5:focus {
  border-bottom-color: rgb(250 245 255 / 0.05);
}

.focus\:border-b-purple-50\/50:focus {
  border-bottom-color: rgb(250 245 255 / 0.5);
}

.focus\:border-b-purple-50\/60:focus {
  border-bottom-color: rgb(250 245 255 / 0.6);
}

.focus\:border-b-purple-50\/70:focus {
  border-bottom-color: rgb(250 245 255 / 0.7);
}

.focus\:border-b-purple-50\/75:focus {
  border-bottom-color: rgb(250 245 255 / 0.75);
}

.focus\:border-b-purple-50\/80:focus {
  border-bottom-color: rgb(250 245 255 / 0.8);
}

.focus\:border-b-purple-50\/90:focus {
  border-bottom-color: rgb(250 245 255 / 0.9);
}

.focus\:border-b-purple-50\/95:focus {
  border-bottom-color: rgb(250 245 255 / 0.95);
}

.focus\:border-b-purple-500:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(168 85 247 / var(--tw-border-opacity));
}

.focus\:border-b-purple-500\/0:focus {
  border-bottom-color: rgb(168 85 247 / 0);
}

.focus\:border-b-purple-500\/10:focus {
  border-bottom-color: rgb(168 85 247 / 0.1);
}

.focus\:border-b-purple-500\/100:focus {
  border-bottom-color: rgb(168 85 247 / 1);
}

.focus\:border-b-purple-500\/20:focus {
  border-bottom-color: rgb(168 85 247 / 0.2);
}

.focus\:border-b-purple-500\/25:focus {
  border-bottom-color: rgb(168 85 247 / 0.25);
}

.focus\:border-b-purple-500\/30:focus {
  border-bottom-color: rgb(168 85 247 / 0.3);
}

.focus\:border-b-purple-500\/40:focus {
  border-bottom-color: rgb(168 85 247 / 0.4);
}

.focus\:border-b-purple-500\/5:focus {
  border-bottom-color: rgb(168 85 247 / 0.05);
}

.focus\:border-b-purple-500\/50:focus {
  border-bottom-color: rgb(168 85 247 / 0.5);
}

.focus\:border-b-purple-500\/60:focus {
  border-bottom-color: rgb(168 85 247 / 0.6);
}

.focus\:border-b-purple-500\/70:focus {
  border-bottom-color: rgb(168 85 247 / 0.7);
}

.focus\:border-b-purple-500\/75:focus {
  border-bottom-color: rgb(168 85 247 / 0.75);
}

.focus\:border-b-purple-500\/80:focus {
  border-bottom-color: rgb(168 85 247 / 0.8);
}

.focus\:border-b-purple-500\/90:focus {
  border-bottom-color: rgb(168 85 247 / 0.9);
}

.focus\:border-b-purple-500\/95:focus {
  border-bottom-color: rgb(168 85 247 / 0.95);
}

.focus\:border-b-purple-600:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(147 51 234 / var(--tw-border-opacity));
}

.focus\:border-b-purple-600\/0:focus {
  border-bottom-color: rgb(147 51 234 / 0);
}

.focus\:border-b-purple-600\/10:focus {
  border-bottom-color: rgb(147 51 234 / 0.1);
}

.focus\:border-b-purple-600\/100:focus {
  border-bottom-color: rgb(147 51 234 / 1);
}

.focus\:border-b-purple-600\/20:focus {
  border-bottom-color: rgb(147 51 234 / 0.2);
}

.focus\:border-b-purple-600\/25:focus {
  border-bottom-color: rgb(147 51 234 / 0.25);
}

.focus\:border-b-purple-600\/30:focus {
  border-bottom-color: rgb(147 51 234 / 0.3);
}

.focus\:border-b-purple-600\/40:focus {
  border-bottom-color: rgb(147 51 234 / 0.4);
}

.focus\:border-b-purple-600\/5:focus {
  border-bottom-color: rgb(147 51 234 / 0.05);
}

.focus\:border-b-purple-600\/50:focus {
  border-bottom-color: rgb(147 51 234 / 0.5);
}

.focus\:border-b-purple-600\/60:focus {
  border-bottom-color: rgb(147 51 234 / 0.6);
}

.focus\:border-b-purple-600\/70:focus {
  border-bottom-color: rgb(147 51 234 / 0.7);
}

.focus\:border-b-purple-600\/75:focus {
  border-bottom-color: rgb(147 51 234 / 0.75);
}

.focus\:border-b-purple-600\/80:focus {
  border-bottom-color: rgb(147 51 234 / 0.8);
}

.focus\:border-b-purple-600\/90:focus {
  border-bottom-color: rgb(147 51 234 / 0.9);
}

.focus\:border-b-purple-600\/95:focus {
  border-bottom-color: rgb(147 51 234 / 0.95);
}

.focus\:border-b-purple-700:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(126 34 206 / var(--tw-border-opacity));
}

.focus\:border-b-purple-700\/0:focus {
  border-bottom-color: rgb(126 34 206 / 0);
}

.focus\:border-b-purple-700\/10:focus {
  border-bottom-color: rgb(126 34 206 / 0.1);
}

.focus\:border-b-purple-700\/100:focus {
  border-bottom-color: rgb(126 34 206 / 1);
}

.focus\:border-b-purple-700\/20:focus {
  border-bottom-color: rgb(126 34 206 / 0.2);
}

.focus\:border-b-purple-700\/25:focus {
  border-bottom-color: rgb(126 34 206 / 0.25);
}

.focus\:border-b-purple-700\/30:focus {
  border-bottom-color: rgb(126 34 206 / 0.3);
}

.focus\:border-b-purple-700\/40:focus {
  border-bottom-color: rgb(126 34 206 / 0.4);
}

.focus\:border-b-purple-700\/5:focus {
  border-bottom-color: rgb(126 34 206 / 0.05);
}

.focus\:border-b-purple-700\/50:focus {
  border-bottom-color: rgb(126 34 206 / 0.5);
}

.focus\:border-b-purple-700\/60:focus {
  border-bottom-color: rgb(126 34 206 / 0.6);
}

.focus\:border-b-purple-700\/70:focus {
  border-bottom-color: rgb(126 34 206 / 0.7);
}

.focus\:border-b-purple-700\/75:focus {
  border-bottom-color: rgb(126 34 206 / 0.75);
}

.focus\:border-b-purple-700\/80:focus {
  border-bottom-color: rgb(126 34 206 / 0.8);
}

.focus\:border-b-purple-700\/90:focus {
  border-bottom-color: rgb(126 34 206 / 0.9);
}

.focus\:border-b-purple-700\/95:focus {
  border-bottom-color: rgb(126 34 206 / 0.95);
}

.focus\:border-b-purple-800:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(107 33 168 / var(--tw-border-opacity));
}

.focus\:border-b-purple-800\/0:focus {
  border-bottom-color: rgb(107 33 168 / 0);
}

.focus\:border-b-purple-800\/10:focus {
  border-bottom-color: rgb(107 33 168 / 0.1);
}

.focus\:border-b-purple-800\/100:focus {
  border-bottom-color: rgb(107 33 168 / 1);
}

.focus\:border-b-purple-800\/20:focus {
  border-bottom-color: rgb(107 33 168 / 0.2);
}

.focus\:border-b-purple-800\/25:focus {
  border-bottom-color: rgb(107 33 168 / 0.25);
}

.focus\:border-b-purple-800\/30:focus {
  border-bottom-color: rgb(107 33 168 / 0.3);
}

.focus\:border-b-purple-800\/40:focus {
  border-bottom-color: rgb(107 33 168 / 0.4);
}

.focus\:border-b-purple-800\/5:focus {
  border-bottom-color: rgb(107 33 168 / 0.05);
}

.focus\:border-b-purple-800\/50:focus {
  border-bottom-color: rgb(107 33 168 / 0.5);
}

.focus\:border-b-purple-800\/60:focus {
  border-bottom-color: rgb(107 33 168 / 0.6);
}

.focus\:border-b-purple-800\/70:focus {
  border-bottom-color: rgb(107 33 168 / 0.7);
}

.focus\:border-b-purple-800\/75:focus {
  border-bottom-color: rgb(107 33 168 / 0.75);
}

.focus\:border-b-purple-800\/80:focus {
  border-bottom-color: rgb(107 33 168 / 0.8);
}

.focus\:border-b-purple-800\/90:focus {
  border-bottom-color: rgb(107 33 168 / 0.9);
}

.focus\:border-b-purple-800\/95:focus {
  border-bottom-color: rgb(107 33 168 / 0.95);
}

.focus\:border-b-purple-900:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(88 28 135 / var(--tw-border-opacity));
}

.focus\:border-b-purple-900\/0:focus {
  border-bottom-color: rgb(88 28 135 / 0);
}

.focus\:border-b-purple-900\/10:focus {
  border-bottom-color: rgb(88 28 135 / 0.1);
}

.focus\:border-b-purple-900\/100:focus {
  border-bottom-color: rgb(88 28 135 / 1);
}

.focus\:border-b-purple-900\/20:focus {
  border-bottom-color: rgb(88 28 135 / 0.2);
}

.focus\:border-b-purple-900\/25:focus {
  border-bottom-color: rgb(88 28 135 / 0.25);
}

.focus\:border-b-purple-900\/30:focus {
  border-bottom-color: rgb(88 28 135 / 0.3);
}

.focus\:border-b-purple-900\/40:focus {
  border-bottom-color: rgb(88 28 135 / 0.4);
}

.focus\:border-b-purple-900\/5:focus {
  border-bottom-color: rgb(88 28 135 / 0.05);
}

.focus\:border-b-purple-900\/50:focus {
  border-bottom-color: rgb(88 28 135 / 0.5);
}

.focus\:border-b-purple-900\/60:focus {
  border-bottom-color: rgb(88 28 135 / 0.6);
}

.focus\:border-b-purple-900\/70:focus {
  border-bottom-color: rgb(88 28 135 / 0.7);
}

.focus\:border-b-purple-900\/75:focus {
  border-bottom-color: rgb(88 28 135 / 0.75);
}

.focus\:border-b-purple-900\/80:focus {
  border-bottom-color: rgb(88 28 135 / 0.8);
}

.focus\:border-b-purple-900\/90:focus {
  border-bottom-color: rgb(88 28 135 / 0.9);
}

.focus\:border-b-purple-900\/95:focus {
  border-bottom-color: rgb(88 28 135 / 0.95);
}

.focus\:border-b-purple-950:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(59 7 100 / var(--tw-border-opacity));
}

.focus\:border-b-purple-950\/0:focus {
  border-bottom-color: rgb(59 7 100 / 0);
}

.focus\:border-b-purple-950\/10:focus {
  border-bottom-color: rgb(59 7 100 / 0.1);
}

.focus\:border-b-purple-950\/100:focus {
  border-bottom-color: rgb(59 7 100 / 1);
}

.focus\:border-b-purple-950\/20:focus {
  border-bottom-color: rgb(59 7 100 / 0.2);
}

.focus\:border-b-purple-950\/25:focus {
  border-bottom-color: rgb(59 7 100 / 0.25);
}

.focus\:border-b-purple-950\/30:focus {
  border-bottom-color: rgb(59 7 100 / 0.3);
}

.focus\:border-b-purple-950\/40:focus {
  border-bottom-color: rgb(59 7 100 / 0.4);
}

.focus\:border-b-purple-950\/5:focus {
  border-bottom-color: rgb(59 7 100 / 0.05);
}

.focus\:border-b-purple-950\/50:focus {
  border-bottom-color: rgb(59 7 100 / 0.5);
}

.focus\:border-b-purple-950\/60:focus {
  border-bottom-color: rgb(59 7 100 / 0.6);
}

.focus\:border-b-purple-950\/70:focus {
  border-bottom-color: rgb(59 7 100 / 0.7);
}

.focus\:border-b-purple-950\/75:focus {
  border-bottom-color: rgb(59 7 100 / 0.75);
}

.focus\:border-b-purple-950\/80:focus {
  border-bottom-color: rgb(59 7 100 / 0.8);
}

.focus\:border-b-purple-950\/90:focus {
  border-bottom-color: rgb(59 7 100 / 0.9);
}

.focus\:border-b-purple-950\/95:focus {
  border-bottom-color: rgb(59 7 100 / 0.95);
}

.focus\:border-b-red-100:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 226 226 / var(--tw-border-opacity));
}

.focus\:border-b-red-100\/0:focus {
  border-bottom-color: rgb(254 226 226 / 0);
}

.focus\:border-b-red-100\/10:focus {
  border-bottom-color: rgb(254 226 226 / 0.1);
}

.focus\:border-b-red-100\/100:focus {
  border-bottom-color: rgb(254 226 226 / 1);
}

.focus\:border-b-red-100\/20:focus {
  border-bottom-color: rgb(254 226 226 / 0.2);
}

.focus\:border-b-red-100\/25:focus {
  border-bottom-color: rgb(254 226 226 / 0.25);
}

.focus\:border-b-red-100\/30:focus {
  border-bottom-color: rgb(254 226 226 / 0.3);
}

.focus\:border-b-red-100\/40:focus {
  border-bottom-color: rgb(254 226 226 / 0.4);
}

.focus\:border-b-red-100\/5:focus {
  border-bottom-color: rgb(254 226 226 / 0.05);
}

.focus\:border-b-red-100\/50:focus {
  border-bottom-color: rgb(254 226 226 / 0.5);
}

.focus\:border-b-red-100\/60:focus {
  border-bottom-color: rgb(254 226 226 / 0.6);
}

.focus\:border-b-red-100\/70:focus {
  border-bottom-color: rgb(254 226 226 / 0.7);
}

.focus\:border-b-red-100\/75:focus {
  border-bottom-color: rgb(254 226 226 / 0.75);
}

.focus\:border-b-red-100\/80:focus {
  border-bottom-color: rgb(254 226 226 / 0.8);
}

.focus\:border-b-red-100\/90:focus {
  border-bottom-color: rgb(254 226 226 / 0.9);
}

.focus\:border-b-red-100\/95:focus {
  border-bottom-color: rgb(254 226 226 / 0.95);
}

.focus\:border-b-red-200:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.focus\:border-b-red-200\/0:focus {
  border-bottom-color: rgb(254 202 202 / 0);
}

.focus\:border-b-red-200\/10:focus {
  border-bottom-color: rgb(254 202 202 / 0.1);
}

.focus\:border-b-red-200\/100:focus {
  border-bottom-color: rgb(254 202 202 / 1);
}

.focus\:border-b-red-200\/20:focus {
  border-bottom-color: rgb(254 202 202 / 0.2);
}

.focus\:border-b-red-200\/25:focus {
  border-bottom-color: rgb(254 202 202 / 0.25);
}

.focus\:border-b-red-200\/30:focus {
  border-bottom-color: rgb(254 202 202 / 0.3);
}

.focus\:border-b-red-200\/40:focus {
  border-bottom-color: rgb(254 202 202 / 0.4);
}

.focus\:border-b-red-200\/5:focus {
  border-bottom-color: rgb(254 202 202 / 0.05);
}

.focus\:border-b-red-200\/50:focus {
  border-bottom-color: rgb(254 202 202 / 0.5);
}

.focus\:border-b-red-200\/60:focus {
  border-bottom-color: rgb(254 202 202 / 0.6);
}

.focus\:border-b-red-200\/70:focus {
  border-bottom-color: rgb(254 202 202 / 0.7);
}

.focus\:border-b-red-200\/75:focus {
  border-bottom-color: rgb(254 202 202 / 0.75);
}

.focus\:border-b-red-200\/80:focus {
  border-bottom-color: rgb(254 202 202 / 0.8);
}

.focus\:border-b-red-200\/90:focus {
  border-bottom-color: rgb(254 202 202 / 0.9);
}

.focus\:border-b-red-200\/95:focus {
  border-bottom-color: rgb(254 202 202 / 0.95);
}

.focus\:border-b-red-300:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.focus\:border-b-red-300\/0:focus {
  border-bottom-color: rgb(252 165 165 / 0);
}

.focus\:border-b-red-300\/10:focus {
  border-bottom-color: rgb(252 165 165 / 0.1);
}

.focus\:border-b-red-300\/100:focus {
  border-bottom-color: rgb(252 165 165 / 1);
}

.focus\:border-b-red-300\/20:focus {
  border-bottom-color: rgb(252 165 165 / 0.2);
}

.focus\:border-b-red-300\/25:focus {
  border-bottom-color: rgb(252 165 165 / 0.25);
}

.focus\:border-b-red-300\/30:focus {
  border-bottom-color: rgb(252 165 165 / 0.3);
}

.focus\:border-b-red-300\/40:focus {
  border-bottom-color: rgb(252 165 165 / 0.4);
}

.focus\:border-b-red-300\/5:focus {
  border-bottom-color: rgb(252 165 165 / 0.05);
}

.focus\:border-b-red-300\/50:focus {
  border-bottom-color: rgb(252 165 165 / 0.5);
}

.focus\:border-b-red-300\/60:focus {
  border-bottom-color: rgb(252 165 165 / 0.6);
}

.focus\:border-b-red-300\/70:focus {
  border-bottom-color: rgb(252 165 165 / 0.7);
}

.focus\:border-b-red-300\/75:focus {
  border-bottom-color: rgb(252 165 165 / 0.75);
}

.focus\:border-b-red-300\/80:focus {
  border-bottom-color: rgb(252 165 165 / 0.8);
}

.focus\:border-b-red-300\/90:focus {
  border-bottom-color: rgb(252 165 165 / 0.9);
}

.focus\:border-b-red-300\/95:focus {
  border-bottom-color: rgb(252 165 165 / 0.95);
}

.focus\:border-b-red-400:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.focus\:border-b-red-400\/0:focus {
  border-bottom-color: rgb(248 113 113 / 0);
}

.focus\:border-b-red-400\/10:focus {
  border-bottom-color: rgb(248 113 113 / 0.1);
}

.focus\:border-b-red-400\/100:focus {
  border-bottom-color: rgb(248 113 113 / 1);
}

.focus\:border-b-red-400\/20:focus {
  border-bottom-color: rgb(248 113 113 / 0.2);
}

.focus\:border-b-red-400\/25:focus {
  border-bottom-color: rgb(248 113 113 / 0.25);
}

.focus\:border-b-red-400\/30:focus {
  border-bottom-color: rgb(248 113 113 / 0.3);
}

.focus\:border-b-red-400\/40:focus {
  border-bottom-color: rgb(248 113 113 / 0.4);
}

.focus\:border-b-red-400\/5:focus {
  border-bottom-color: rgb(248 113 113 / 0.05);
}

.focus\:border-b-red-400\/50:focus {
  border-bottom-color: rgb(248 113 113 / 0.5);
}

.focus\:border-b-red-400\/60:focus {
  border-bottom-color: rgb(248 113 113 / 0.6);
}

.focus\:border-b-red-400\/70:focus {
  border-bottom-color: rgb(248 113 113 / 0.7);
}

.focus\:border-b-red-400\/75:focus {
  border-bottom-color: rgb(248 113 113 / 0.75);
}

.focus\:border-b-red-400\/80:focus {
  border-bottom-color: rgb(248 113 113 / 0.8);
}

.focus\:border-b-red-400\/90:focus {
  border-bottom-color: rgb(248 113 113 / 0.9);
}

.focus\:border-b-red-400\/95:focus {
  border-bottom-color: rgb(248 113 113 / 0.95);
}

.focus\:border-b-red-50:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.focus\:border-b-red-50\/0:focus {
  border-bottom-color: rgb(254 242 242 / 0);
}

.focus\:border-b-red-50\/10:focus {
  border-bottom-color: rgb(254 242 242 / 0.1);
}

.focus\:border-b-red-50\/100:focus {
  border-bottom-color: rgb(254 242 242 / 1);
}

.focus\:border-b-red-50\/20:focus {
  border-bottom-color: rgb(254 242 242 / 0.2);
}

.focus\:border-b-red-50\/25:focus {
  border-bottom-color: rgb(254 242 242 / 0.25);
}

.focus\:border-b-red-50\/30:focus {
  border-bottom-color: rgb(254 242 242 / 0.3);
}

.focus\:border-b-red-50\/40:focus {
  border-bottom-color: rgb(254 242 242 / 0.4);
}

.focus\:border-b-red-50\/5:focus {
  border-bottom-color: rgb(254 242 242 / 0.05);
}

.focus\:border-b-red-50\/50:focus {
  border-bottom-color: rgb(254 242 242 / 0.5);
}

.focus\:border-b-red-50\/60:focus {
  border-bottom-color: rgb(254 242 242 / 0.6);
}

.focus\:border-b-red-50\/70:focus {
  border-bottom-color: rgb(254 242 242 / 0.7);
}

.focus\:border-b-red-50\/75:focus {
  border-bottom-color: rgb(254 242 242 / 0.75);
}

.focus\:border-b-red-50\/80:focus {
  border-bottom-color: rgb(254 242 242 / 0.8);
}

.focus\:border-b-red-50\/90:focus {
  border-bottom-color: rgb(254 242 242 / 0.9);
}

.focus\:border-b-red-50\/95:focus {
  border-bottom-color: rgb(254 242 242 / 0.95);
}

.focus\:border-b-red-500:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.focus\:border-b-red-500\/0:focus {
  border-bottom-color: rgb(239 68 68 / 0);
}

.focus\:border-b-red-500\/10:focus {
  border-bottom-color: rgb(239 68 68 / 0.1);
}

.focus\:border-b-red-500\/100:focus {
  border-bottom-color: rgb(239 68 68 / 1);
}

.focus\:border-b-red-500\/20:focus {
  border-bottom-color: rgb(239 68 68 / 0.2);
}

.focus\:border-b-red-500\/25:focus {
  border-bottom-color: rgb(239 68 68 / 0.25);
}

.focus\:border-b-red-500\/30:focus {
  border-bottom-color: rgb(239 68 68 / 0.3);
}

.focus\:border-b-red-500\/40:focus {
  border-bottom-color: rgb(239 68 68 / 0.4);
}

.focus\:border-b-red-500\/5:focus {
  border-bottom-color: rgb(239 68 68 / 0.05);
}

.focus\:border-b-red-500\/50:focus {
  border-bottom-color: rgb(239 68 68 / 0.5);
}

.focus\:border-b-red-500\/60:focus {
  border-bottom-color: rgb(239 68 68 / 0.6);
}

.focus\:border-b-red-500\/70:focus {
  border-bottom-color: rgb(239 68 68 / 0.7);
}

.focus\:border-b-red-500\/75:focus {
  border-bottom-color: rgb(239 68 68 / 0.75);
}

.focus\:border-b-red-500\/80:focus {
  border-bottom-color: rgb(239 68 68 / 0.8);
}

.focus\:border-b-red-500\/90:focus {
  border-bottom-color: rgb(239 68 68 / 0.9);
}

.focus\:border-b-red-500\/95:focus {
  border-bottom-color: rgb(239 68 68 / 0.95);
}

.focus\:border-b-red-600:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.focus\:border-b-red-600\/0:focus {
  border-bottom-color: rgb(220 38 38 / 0);
}

.focus\:border-b-red-600\/10:focus {
  border-bottom-color: rgb(220 38 38 / 0.1);
}

.focus\:border-b-red-600\/100:focus {
  border-bottom-color: rgb(220 38 38 / 1);
}

.focus\:border-b-red-600\/20:focus {
  border-bottom-color: rgb(220 38 38 / 0.2);
}

.focus\:border-b-red-600\/25:focus {
  border-bottom-color: rgb(220 38 38 / 0.25);
}

.focus\:border-b-red-600\/30:focus {
  border-bottom-color: rgb(220 38 38 / 0.3);
}

.focus\:border-b-red-600\/40:focus {
  border-bottom-color: rgb(220 38 38 / 0.4);
}

.focus\:border-b-red-600\/5:focus {
  border-bottom-color: rgb(220 38 38 / 0.05);
}

.focus\:border-b-red-600\/50:focus {
  border-bottom-color: rgb(220 38 38 / 0.5);
}

.focus\:border-b-red-600\/60:focus {
  border-bottom-color: rgb(220 38 38 / 0.6);
}

.focus\:border-b-red-600\/70:focus {
  border-bottom-color: rgb(220 38 38 / 0.7);
}

.focus\:border-b-red-600\/75:focus {
  border-bottom-color: rgb(220 38 38 / 0.75);
}

.focus\:border-b-red-600\/80:focus {
  border-bottom-color: rgb(220 38 38 / 0.8);
}

.focus\:border-b-red-600\/90:focus {
  border-bottom-color: rgb(220 38 38 / 0.9);
}

.focus\:border-b-red-600\/95:focus {
  border-bottom-color: rgb(220 38 38 / 0.95);
}

.focus\:border-b-red-700:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.focus\:border-b-red-700\/0:focus {
  border-bottom-color: rgb(185 28 28 / 0);
}

.focus\:border-b-red-700\/10:focus {
  border-bottom-color: rgb(185 28 28 / 0.1);
}

.focus\:border-b-red-700\/100:focus {
  border-bottom-color: rgb(185 28 28 / 1);
}

.focus\:border-b-red-700\/20:focus {
  border-bottom-color: rgb(185 28 28 / 0.2);
}

.focus\:border-b-red-700\/25:focus {
  border-bottom-color: rgb(185 28 28 / 0.25);
}

.focus\:border-b-red-700\/30:focus {
  border-bottom-color: rgb(185 28 28 / 0.3);
}

.focus\:border-b-red-700\/40:focus {
  border-bottom-color: rgb(185 28 28 / 0.4);
}

.focus\:border-b-red-700\/5:focus {
  border-bottom-color: rgb(185 28 28 / 0.05);
}

.focus\:border-b-red-700\/50:focus {
  border-bottom-color: rgb(185 28 28 / 0.5);
}

.focus\:border-b-red-700\/60:focus {
  border-bottom-color: rgb(185 28 28 / 0.6);
}

.focus\:border-b-red-700\/70:focus {
  border-bottom-color: rgb(185 28 28 / 0.7);
}

.focus\:border-b-red-700\/75:focus {
  border-bottom-color: rgb(185 28 28 / 0.75);
}

.focus\:border-b-red-700\/80:focus {
  border-bottom-color: rgb(185 28 28 / 0.8);
}

.focus\:border-b-red-700\/90:focus {
  border-bottom-color: rgb(185 28 28 / 0.9);
}

.focus\:border-b-red-700\/95:focus {
  border-bottom-color: rgb(185 28 28 / 0.95);
}

.focus\:border-b-red-800:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.focus\:border-b-red-800\/0:focus {
  border-bottom-color: rgb(153 27 27 / 0);
}

.focus\:border-b-red-800\/10:focus {
  border-bottom-color: rgb(153 27 27 / 0.1);
}

.focus\:border-b-red-800\/100:focus {
  border-bottom-color: rgb(153 27 27 / 1);
}

.focus\:border-b-red-800\/20:focus {
  border-bottom-color: rgb(153 27 27 / 0.2);
}

.focus\:border-b-red-800\/25:focus {
  border-bottom-color: rgb(153 27 27 / 0.25);
}

.focus\:border-b-red-800\/30:focus {
  border-bottom-color: rgb(153 27 27 / 0.3);
}

.focus\:border-b-red-800\/40:focus {
  border-bottom-color: rgb(153 27 27 / 0.4);
}

.focus\:border-b-red-800\/5:focus {
  border-bottom-color: rgb(153 27 27 / 0.05);
}

.focus\:border-b-red-800\/50:focus {
  border-bottom-color: rgb(153 27 27 / 0.5);
}

.focus\:border-b-red-800\/60:focus {
  border-bottom-color: rgb(153 27 27 / 0.6);
}

.focus\:border-b-red-800\/70:focus {
  border-bottom-color: rgb(153 27 27 / 0.7);
}

.focus\:border-b-red-800\/75:focus {
  border-bottom-color: rgb(153 27 27 / 0.75);
}

.focus\:border-b-red-800\/80:focus {
  border-bottom-color: rgb(153 27 27 / 0.8);
}

.focus\:border-b-red-800\/90:focus {
  border-bottom-color: rgb(153 27 27 / 0.9);
}

.focus\:border-b-red-800\/95:focus {
  border-bottom-color: rgb(153 27 27 / 0.95);
}

.focus\:border-b-red-900:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.focus\:border-b-red-900\/0:focus {
  border-bottom-color: rgb(127 29 29 / 0);
}

.focus\:border-b-red-900\/10:focus {
  border-bottom-color: rgb(127 29 29 / 0.1);
}

.focus\:border-b-red-900\/100:focus {
  border-bottom-color: rgb(127 29 29 / 1);
}

.focus\:border-b-red-900\/20:focus {
  border-bottom-color: rgb(127 29 29 / 0.2);
}

.focus\:border-b-red-900\/25:focus {
  border-bottom-color: rgb(127 29 29 / 0.25);
}

.focus\:border-b-red-900\/30:focus {
  border-bottom-color: rgb(127 29 29 / 0.3);
}

.focus\:border-b-red-900\/40:focus {
  border-bottom-color: rgb(127 29 29 / 0.4);
}

.focus\:border-b-red-900\/5:focus {
  border-bottom-color: rgb(127 29 29 / 0.05);
}

.focus\:border-b-red-900\/50:focus {
  border-bottom-color: rgb(127 29 29 / 0.5);
}

.focus\:border-b-red-900\/60:focus {
  border-bottom-color: rgb(127 29 29 / 0.6);
}

.focus\:border-b-red-900\/70:focus {
  border-bottom-color: rgb(127 29 29 / 0.7);
}

.focus\:border-b-red-900\/75:focus {
  border-bottom-color: rgb(127 29 29 / 0.75);
}

.focus\:border-b-red-900\/80:focus {
  border-bottom-color: rgb(127 29 29 / 0.8);
}

.focus\:border-b-red-900\/90:focus {
  border-bottom-color: rgb(127 29 29 / 0.9);
}

.focus\:border-b-red-900\/95:focus {
  border-bottom-color: rgb(127 29 29 / 0.95);
}

.focus\:border-b-red-950:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(69 10 10 / var(--tw-border-opacity));
}

.focus\:border-b-red-950\/0:focus {
  border-bottom-color: rgb(69 10 10 / 0);
}

.focus\:border-b-red-950\/10:focus {
  border-bottom-color: rgb(69 10 10 / 0.1);
}

.focus\:border-b-red-950\/100:focus {
  border-bottom-color: rgb(69 10 10 / 1);
}

.focus\:border-b-red-950\/20:focus {
  border-bottom-color: rgb(69 10 10 / 0.2);
}

.focus\:border-b-red-950\/25:focus {
  border-bottom-color: rgb(69 10 10 / 0.25);
}

.focus\:border-b-red-950\/30:focus {
  border-bottom-color: rgb(69 10 10 / 0.3);
}

.focus\:border-b-red-950\/40:focus {
  border-bottom-color: rgb(69 10 10 / 0.4);
}

.focus\:border-b-red-950\/5:focus {
  border-bottom-color: rgb(69 10 10 / 0.05);
}

.focus\:border-b-red-950\/50:focus {
  border-bottom-color: rgb(69 10 10 / 0.5);
}

.focus\:border-b-red-950\/60:focus {
  border-bottom-color: rgb(69 10 10 / 0.6);
}

.focus\:border-b-red-950\/70:focus {
  border-bottom-color: rgb(69 10 10 / 0.7);
}

.focus\:border-b-red-950\/75:focus {
  border-bottom-color: rgb(69 10 10 / 0.75);
}

.focus\:border-b-red-950\/80:focus {
  border-bottom-color: rgb(69 10 10 / 0.8);
}

.focus\:border-b-red-950\/90:focus {
  border-bottom-color: rgb(69 10 10 / 0.9);
}

.focus\:border-b-red-950\/95:focus {
  border-bottom-color: rgb(69 10 10 / 0.95);
}

.focus\:border-b-rose-100:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 228 230 / var(--tw-border-opacity));
}

.focus\:border-b-rose-100\/0:focus {
  border-bottom-color: rgb(255 228 230 / 0);
}

.focus\:border-b-rose-100\/10:focus {
  border-bottom-color: rgb(255 228 230 / 0.1);
}

.focus\:border-b-rose-100\/100:focus {
  border-bottom-color: rgb(255 228 230 / 1);
}

.focus\:border-b-rose-100\/20:focus {
  border-bottom-color: rgb(255 228 230 / 0.2);
}

.focus\:border-b-rose-100\/25:focus {
  border-bottom-color: rgb(255 228 230 / 0.25);
}

.focus\:border-b-rose-100\/30:focus {
  border-bottom-color: rgb(255 228 230 / 0.3);
}

.focus\:border-b-rose-100\/40:focus {
  border-bottom-color: rgb(255 228 230 / 0.4);
}

.focus\:border-b-rose-100\/5:focus {
  border-bottom-color: rgb(255 228 230 / 0.05);
}

.focus\:border-b-rose-100\/50:focus {
  border-bottom-color: rgb(255 228 230 / 0.5);
}

.focus\:border-b-rose-100\/60:focus {
  border-bottom-color: rgb(255 228 230 / 0.6);
}

.focus\:border-b-rose-100\/70:focus {
  border-bottom-color: rgb(255 228 230 / 0.7);
}

.focus\:border-b-rose-100\/75:focus {
  border-bottom-color: rgb(255 228 230 / 0.75);
}

.focus\:border-b-rose-100\/80:focus {
  border-bottom-color: rgb(255 228 230 / 0.8);
}

.focus\:border-b-rose-100\/90:focus {
  border-bottom-color: rgb(255 228 230 / 0.9);
}

.focus\:border-b-rose-100\/95:focus {
  border-bottom-color: rgb(255 228 230 / 0.95);
}

.focus\:border-b-rose-200:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 205 211 / var(--tw-border-opacity));
}

.focus\:border-b-rose-200\/0:focus {
  border-bottom-color: rgb(254 205 211 / 0);
}

.focus\:border-b-rose-200\/10:focus {
  border-bottom-color: rgb(254 205 211 / 0.1);
}

.focus\:border-b-rose-200\/100:focus {
  border-bottom-color: rgb(254 205 211 / 1);
}

.focus\:border-b-rose-200\/20:focus {
  border-bottom-color: rgb(254 205 211 / 0.2);
}

.focus\:border-b-rose-200\/25:focus {
  border-bottom-color: rgb(254 205 211 / 0.25);
}

.focus\:border-b-rose-200\/30:focus {
  border-bottom-color: rgb(254 205 211 / 0.3);
}

.focus\:border-b-rose-200\/40:focus {
  border-bottom-color: rgb(254 205 211 / 0.4);
}

.focus\:border-b-rose-200\/5:focus {
  border-bottom-color: rgb(254 205 211 / 0.05);
}

.focus\:border-b-rose-200\/50:focus {
  border-bottom-color: rgb(254 205 211 / 0.5);
}

.focus\:border-b-rose-200\/60:focus {
  border-bottom-color: rgb(254 205 211 / 0.6);
}

.focus\:border-b-rose-200\/70:focus {
  border-bottom-color: rgb(254 205 211 / 0.7);
}

.focus\:border-b-rose-200\/75:focus {
  border-bottom-color: rgb(254 205 211 / 0.75);
}

.focus\:border-b-rose-200\/80:focus {
  border-bottom-color: rgb(254 205 211 / 0.8);
}

.focus\:border-b-rose-200\/90:focus {
  border-bottom-color: rgb(254 205 211 / 0.9);
}

.focus\:border-b-rose-200\/95:focus {
  border-bottom-color: rgb(254 205 211 / 0.95);
}

.focus\:border-b-rose-300:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 164 175 / var(--tw-border-opacity));
}

.focus\:border-b-rose-300\/0:focus {
  border-bottom-color: rgb(253 164 175 / 0);
}

.focus\:border-b-rose-300\/10:focus {
  border-bottom-color: rgb(253 164 175 / 0.1);
}

.focus\:border-b-rose-300\/100:focus {
  border-bottom-color: rgb(253 164 175 / 1);
}

.focus\:border-b-rose-300\/20:focus {
  border-bottom-color: rgb(253 164 175 / 0.2);
}

.focus\:border-b-rose-300\/25:focus {
  border-bottom-color: rgb(253 164 175 / 0.25);
}

.focus\:border-b-rose-300\/30:focus {
  border-bottom-color: rgb(253 164 175 / 0.3);
}

.focus\:border-b-rose-300\/40:focus {
  border-bottom-color: rgb(253 164 175 / 0.4);
}

.focus\:border-b-rose-300\/5:focus {
  border-bottom-color: rgb(253 164 175 / 0.05);
}

.focus\:border-b-rose-300\/50:focus {
  border-bottom-color: rgb(253 164 175 / 0.5);
}

.focus\:border-b-rose-300\/60:focus {
  border-bottom-color: rgb(253 164 175 / 0.6);
}

.focus\:border-b-rose-300\/70:focus {
  border-bottom-color: rgb(253 164 175 / 0.7);
}

.focus\:border-b-rose-300\/75:focus {
  border-bottom-color: rgb(253 164 175 / 0.75);
}

.focus\:border-b-rose-300\/80:focus {
  border-bottom-color: rgb(253 164 175 / 0.8);
}

.focus\:border-b-rose-300\/90:focus {
  border-bottom-color: rgb(253 164 175 / 0.9);
}

.focus\:border-b-rose-300\/95:focus {
  border-bottom-color: rgb(253 164 175 / 0.95);
}

.focus\:border-b-rose-400:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.focus\:border-b-rose-400\/0:focus {
  border-bottom-color: rgb(251 113 133 / 0);
}

.focus\:border-b-rose-400\/10:focus {
  border-bottom-color: rgb(251 113 133 / 0.1);
}

.focus\:border-b-rose-400\/100:focus {
  border-bottom-color: rgb(251 113 133 / 1);
}

.focus\:border-b-rose-400\/20:focus {
  border-bottom-color: rgb(251 113 133 / 0.2);
}

.focus\:border-b-rose-400\/25:focus {
  border-bottom-color: rgb(251 113 133 / 0.25);
}

.focus\:border-b-rose-400\/30:focus {
  border-bottom-color: rgb(251 113 133 / 0.3);
}

.focus\:border-b-rose-400\/40:focus {
  border-bottom-color: rgb(251 113 133 / 0.4);
}

.focus\:border-b-rose-400\/5:focus {
  border-bottom-color: rgb(251 113 133 / 0.05);
}

.focus\:border-b-rose-400\/50:focus {
  border-bottom-color: rgb(251 113 133 / 0.5);
}

.focus\:border-b-rose-400\/60:focus {
  border-bottom-color: rgb(251 113 133 / 0.6);
}

.focus\:border-b-rose-400\/70:focus {
  border-bottom-color: rgb(251 113 133 / 0.7);
}

.focus\:border-b-rose-400\/75:focus {
  border-bottom-color: rgb(251 113 133 / 0.75);
}

.focus\:border-b-rose-400\/80:focus {
  border-bottom-color: rgb(251 113 133 / 0.8);
}

.focus\:border-b-rose-400\/90:focus {
  border-bottom-color: rgb(251 113 133 / 0.9);
}

.focus\:border-b-rose-400\/95:focus {
  border-bottom-color: rgb(251 113 133 / 0.95);
}

.focus\:border-b-rose-50:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 241 242 / var(--tw-border-opacity));
}

.focus\:border-b-rose-50\/0:focus {
  border-bottom-color: rgb(255 241 242 / 0);
}

.focus\:border-b-rose-50\/10:focus {
  border-bottom-color: rgb(255 241 242 / 0.1);
}

.focus\:border-b-rose-50\/100:focus {
  border-bottom-color: rgb(255 241 242 / 1);
}

.focus\:border-b-rose-50\/20:focus {
  border-bottom-color: rgb(255 241 242 / 0.2);
}

.focus\:border-b-rose-50\/25:focus {
  border-bottom-color: rgb(255 241 242 / 0.25);
}

.focus\:border-b-rose-50\/30:focus {
  border-bottom-color: rgb(255 241 242 / 0.3);
}

.focus\:border-b-rose-50\/40:focus {
  border-bottom-color: rgb(255 241 242 / 0.4);
}

.focus\:border-b-rose-50\/5:focus {
  border-bottom-color: rgb(255 241 242 / 0.05);
}

.focus\:border-b-rose-50\/50:focus {
  border-bottom-color: rgb(255 241 242 / 0.5);
}

.focus\:border-b-rose-50\/60:focus {
  border-bottom-color: rgb(255 241 242 / 0.6);
}

.focus\:border-b-rose-50\/70:focus {
  border-bottom-color: rgb(255 241 242 / 0.7);
}

.focus\:border-b-rose-50\/75:focus {
  border-bottom-color: rgb(255 241 242 / 0.75);
}

.focus\:border-b-rose-50\/80:focus {
  border-bottom-color: rgb(255 241 242 / 0.8);
}

.focus\:border-b-rose-50\/90:focus {
  border-bottom-color: rgb(255 241 242 / 0.9);
}

.focus\:border-b-rose-50\/95:focus {
  border-bottom-color: rgb(255 241 242 / 0.95);
}

.focus\:border-b-rose-500:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(244 63 94 / var(--tw-border-opacity));
}

.focus\:border-b-rose-500\/0:focus {
  border-bottom-color: rgb(244 63 94 / 0);
}

.focus\:border-b-rose-500\/10:focus {
  border-bottom-color: rgb(244 63 94 / 0.1);
}

.focus\:border-b-rose-500\/100:focus {
  border-bottom-color: rgb(244 63 94 / 1);
}

.focus\:border-b-rose-500\/20:focus {
  border-bottom-color: rgb(244 63 94 / 0.2);
}

.focus\:border-b-rose-500\/25:focus {
  border-bottom-color: rgb(244 63 94 / 0.25);
}

.focus\:border-b-rose-500\/30:focus {
  border-bottom-color: rgb(244 63 94 / 0.3);
}

.focus\:border-b-rose-500\/40:focus {
  border-bottom-color: rgb(244 63 94 / 0.4);
}

.focus\:border-b-rose-500\/5:focus {
  border-bottom-color: rgb(244 63 94 / 0.05);
}

.focus\:border-b-rose-500\/50:focus {
  border-bottom-color: rgb(244 63 94 / 0.5);
}

.focus\:border-b-rose-500\/60:focus {
  border-bottom-color: rgb(244 63 94 / 0.6);
}

.focus\:border-b-rose-500\/70:focus {
  border-bottom-color: rgb(244 63 94 / 0.7);
}

.focus\:border-b-rose-500\/75:focus {
  border-bottom-color: rgb(244 63 94 / 0.75);
}

.focus\:border-b-rose-500\/80:focus {
  border-bottom-color: rgb(244 63 94 / 0.8);
}

.focus\:border-b-rose-500\/90:focus {
  border-bottom-color: rgb(244 63 94 / 0.9);
}

.focus\:border-b-rose-500\/95:focus {
  border-bottom-color: rgb(244 63 94 / 0.95);
}

.focus\:border-b-rose-600:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(225 29 72 / var(--tw-border-opacity));
}

.focus\:border-b-rose-600\/0:focus {
  border-bottom-color: rgb(225 29 72 / 0);
}

.focus\:border-b-rose-600\/10:focus {
  border-bottom-color: rgb(225 29 72 / 0.1);
}

.focus\:border-b-rose-600\/100:focus {
  border-bottom-color: rgb(225 29 72 / 1);
}

.focus\:border-b-rose-600\/20:focus {
  border-bottom-color: rgb(225 29 72 / 0.2);
}

.focus\:border-b-rose-600\/25:focus {
  border-bottom-color: rgb(225 29 72 / 0.25);
}

.focus\:border-b-rose-600\/30:focus {
  border-bottom-color: rgb(225 29 72 / 0.3);
}

.focus\:border-b-rose-600\/40:focus {
  border-bottom-color: rgb(225 29 72 / 0.4);
}

.focus\:border-b-rose-600\/5:focus {
  border-bottom-color: rgb(225 29 72 / 0.05);
}

.focus\:border-b-rose-600\/50:focus {
  border-bottom-color: rgb(225 29 72 / 0.5);
}

.focus\:border-b-rose-600\/60:focus {
  border-bottom-color: rgb(225 29 72 / 0.6);
}

.focus\:border-b-rose-600\/70:focus {
  border-bottom-color: rgb(225 29 72 / 0.7);
}

.focus\:border-b-rose-600\/75:focus {
  border-bottom-color: rgb(225 29 72 / 0.75);
}

.focus\:border-b-rose-600\/80:focus {
  border-bottom-color: rgb(225 29 72 / 0.8);
}

.focus\:border-b-rose-600\/90:focus {
  border-bottom-color: rgb(225 29 72 / 0.9);
}

.focus\:border-b-rose-600\/95:focus {
  border-bottom-color: rgb(225 29 72 / 0.95);
}

.focus\:border-b-rose-700:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(190 18 60 / var(--tw-border-opacity));
}

.focus\:border-b-rose-700\/0:focus {
  border-bottom-color: rgb(190 18 60 / 0);
}

.focus\:border-b-rose-700\/10:focus {
  border-bottom-color: rgb(190 18 60 / 0.1);
}

.focus\:border-b-rose-700\/100:focus {
  border-bottom-color: rgb(190 18 60 / 1);
}

.focus\:border-b-rose-700\/20:focus {
  border-bottom-color: rgb(190 18 60 / 0.2);
}

.focus\:border-b-rose-700\/25:focus {
  border-bottom-color: rgb(190 18 60 / 0.25);
}

.focus\:border-b-rose-700\/30:focus {
  border-bottom-color: rgb(190 18 60 / 0.3);
}

.focus\:border-b-rose-700\/40:focus {
  border-bottom-color: rgb(190 18 60 / 0.4);
}

.focus\:border-b-rose-700\/5:focus {
  border-bottom-color: rgb(190 18 60 / 0.05);
}

.focus\:border-b-rose-700\/50:focus {
  border-bottom-color: rgb(190 18 60 / 0.5);
}

.focus\:border-b-rose-700\/60:focus {
  border-bottom-color: rgb(190 18 60 / 0.6);
}

.focus\:border-b-rose-700\/70:focus {
  border-bottom-color: rgb(190 18 60 / 0.7);
}

.focus\:border-b-rose-700\/75:focus {
  border-bottom-color: rgb(190 18 60 / 0.75);
}

.focus\:border-b-rose-700\/80:focus {
  border-bottom-color: rgb(190 18 60 / 0.8);
}

.focus\:border-b-rose-700\/90:focus {
  border-bottom-color: rgb(190 18 60 / 0.9);
}

.focus\:border-b-rose-700\/95:focus {
  border-bottom-color: rgb(190 18 60 / 0.95);
}

.focus\:border-b-rose-800:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(159 18 57 / var(--tw-border-opacity));
}

.focus\:border-b-rose-800\/0:focus {
  border-bottom-color: rgb(159 18 57 / 0);
}

.focus\:border-b-rose-800\/10:focus {
  border-bottom-color: rgb(159 18 57 / 0.1);
}

.focus\:border-b-rose-800\/100:focus {
  border-bottom-color: rgb(159 18 57 / 1);
}

.focus\:border-b-rose-800\/20:focus {
  border-bottom-color: rgb(159 18 57 / 0.2);
}

.focus\:border-b-rose-800\/25:focus {
  border-bottom-color: rgb(159 18 57 / 0.25);
}

.focus\:border-b-rose-800\/30:focus {
  border-bottom-color: rgb(159 18 57 / 0.3);
}

.focus\:border-b-rose-800\/40:focus {
  border-bottom-color: rgb(159 18 57 / 0.4);
}

.focus\:border-b-rose-800\/5:focus {
  border-bottom-color: rgb(159 18 57 / 0.05);
}

.focus\:border-b-rose-800\/50:focus {
  border-bottom-color: rgb(159 18 57 / 0.5);
}

.focus\:border-b-rose-800\/60:focus {
  border-bottom-color: rgb(159 18 57 / 0.6);
}

.focus\:border-b-rose-800\/70:focus {
  border-bottom-color: rgb(159 18 57 / 0.7);
}

.focus\:border-b-rose-800\/75:focus {
  border-bottom-color: rgb(159 18 57 / 0.75);
}

.focus\:border-b-rose-800\/80:focus {
  border-bottom-color: rgb(159 18 57 / 0.8);
}

.focus\:border-b-rose-800\/90:focus {
  border-bottom-color: rgb(159 18 57 / 0.9);
}

.focus\:border-b-rose-800\/95:focus {
  border-bottom-color: rgb(159 18 57 / 0.95);
}

.focus\:border-b-rose-900:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(136 19 55 / var(--tw-border-opacity));
}

.focus\:border-b-rose-900\/0:focus {
  border-bottom-color: rgb(136 19 55 / 0);
}

.focus\:border-b-rose-900\/10:focus {
  border-bottom-color: rgb(136 19 55 / 0.1);
}

.focus\:border-b-rose-900\/100:focus {
  border-bottom-color: rgb(136 19 55 / 1);
}

.focus\:border-b-rose-900\/20:focus {
  border-bottom-color: rgb(136 19 55 / 0.2);
}

.focus\:border-b-rose-900\/25:focus {
  border-bottom-color: rgb(136 19 55 / 0.25);
}

.focus\:border-b-rose-900\/30:focus {
  border-bottom-color: rgb(136 19 55 / 0.3);
}

.focus\:border-b-rose-900\/40:focus {
  border-bottom-color: rgb(136 19 55 / 0.4);
}

.focus\:border-b-rose-900\/5:focus {
  border-bottom-color: rgb(136 19 55 / 0.05);
}

.focus\:border-b-rose-900\/50:focus {
  border-bottom-color: rgb(136 19 55 / 0.5);
}

.focus\:border-b-rose-900\/60:focus {
  border-bottom-color: rgb(136 19 55 / 0.6);
}

.focus\:border-b-rose-900\/70:focus {
  border-bottom-color: rgb(136 19 55 / 0.7);
}

.focus\:border-b-rose-900\/75:focus {
  border-bottom-color: rgb(136 19 55 / 0.75);
}

.focus\:border-b-rose-900\/80:focus {
  border-bottom-color: rgb(136 19 55 / 0.8);
}

.focus\:border-b-rose-900\/90:focus {
  border-bottom-color: rgb(136 19 55 / 0.9);
}

.focus\:border-b-rose-900\/95:focus {
  border-bottom-color: rgb(136 19 55 / 0.95);
}

.focus\:border-b-rose-950:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(76 5 25 / var(--tw-border-opacity));
}

.focus\:border-b-rose-950\/0:focus {
  border-bottom-color: rgb(76 5 25 / 0);
}

.focus\:border-b-rose-950\/10:focus {
  border-bottom-color: rgb(76 5 25 / 0.1);
}

.focus\:border-b-rose-950\/100:focus {
  border-bottom-color: rgb(76 5 25 / 1);
}

.focus\:border-b-rose-950\/20:focus {
  border-bottom-color: rgb(76 5 25 / 0.2);
}

.focus\:border-b-rose-950\/25:focus {
  border-bottom-color: rgb(76 5 25 / 0.25);
}

.focus\:border-b-rose-950\/30:focus {
  border-bottom-color: rgb(76 5 25 / 0.3);
}

.focus\:border-b-rose-950\/40:focus {
  border-bottom-color: rgb(76 5 25 / 0.4);
}

.focus\:border-b-rose-950\/5:focus {
  border-bottom-color: rgb(76 5 25 / 0.05);
}

.focus\:border-b-rose-950\/50:focus {
  border-bottom-color: rgb(76 5 25 / 0.5);
}

.focus\:border-b-rose-950\/60:focus {
  border-bottom-color: rgb(76 5 25 / 0.6);
}

.focus\:border-b-rose-950\/70:focus {
  border-bottom-color: rgb(76 5 25 / 0.7);
}

.focus\:border-b-rose-950\/75:focus {
  border-bottom-color: rgb(76 5 25 / 0.75);
}

.focus\:border-b-rose-950\/80:focus {
  border-bottom-color: rgb(76 5 25 / 0.8);
}

.focus\:border-b-rose-950\/90:focus {
  border-bottom-color: rgb(76 5 25 / 0.9);
}

.focus\:border-b-rose-950\/95:focus {
  border-bottom-color: rgb(76 5 25 / 0.95);
}

.focus\:border-b-sky-100:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(224 242 254 / var(--tw-border-opacity));
}

.focus\:border-b-sky-100\/0:focus {
  border-bottom-color: rgb(224 242 254 / 0);
}

.focus\:border-b-sky-100\/10:focus {
  border-bottom-color: rgb(224 242 254 / 0.1);
}

.focus\:border-b-sky-100\/100:focus {
  border-bottom-color: rgb(224 242 254 / 1);
}

.focus\:border-b-sky-100\/20:focus {
  border-bottom-color: rgb(224 242 254 / 0.2);
}

.focus\:border-b-sky-100\/25:focus {
  border-bottom-color: rgb(224 242 254 / 0.25);
}

.focus\:border-b-sky-100\/30:focus {
  border-bottom-color: rgb(224 242 254 / 0.3);
}

.focus\:border-b-sky-100\/40:focus {
  border-bottom-color: rgb(224 242 254 / 0.4);
}

.focus\:border-b-sky-100\/5:focus {
  border-bottom-color: rgb(224 242 254 / 0.05);
}

.focus\:border-b-sky-100\/50:focus {
  border-bottom-color: rgb(224 242 254 / 0.5);
}

.focus\:border-b-sky-100\/60:focus {
  border-bottom-color: rgb(224 242 254 / 0.6);
}

.focus\:border-b-sky-100\/70:focus {
  border-bottom-color: rgb(224 242 254 / 0.7);
}

.focus\:border-b-sky-100\/75:focus {
  border-bottom-color: rgb(224 242 254 / 0.75);
}

.focus\:border-b-sky-100\/80:focus {
  border-bottom-color: rgb(224 242 254 / 0.8);
}

.focus\:border-b-sky-100\/90:focus {
  border-bottom-color: rgb(224 242 254 / 0.9);
}

.focus\:border-b-sky-100\/95:focus {
  border-bottom-color: rgb(224 242 254 / 0.95);
}

.focus\:border-b-sky-200:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(186 230 253 / var(--tw-border-opacity));
}

.focus\:border-b-sky-200\/0:focus {
  border-bottom-color: rgb(186 230 253 / 0);
}

.focus\:border-b-sky-200\/10:focus {
  border-bottom-color: rgb(186 230 253 / 0.1);
}

.focus\:border-b-sky-200\/100:focus {
  border-bottom-color: rgb(186 230 253 / 1);
}

.focus\:border-b-sky-200\/20:focus {
  border-bottom-color: rgb(186 230 253 / 0.2);
}

.focus\:border-b-sky-200\/25:focus {
  border-bottom-color: rgb(186 230 253 / 0.25);
}

.focus\:border-b-sky-200\/30:focus {
  border-bottom-color: rgb(186 230 253 / 0.3);
}

.focus\:border-b-sky-200\/40:focus {
  border-bottom-color: rgb(186 230 253 / 0.4);
}

.focus\:border-b-sky-200\/5:focus {
  border-bottom-color: rgb(186 230 253 / 0.05);
}

.focus\:border-b-sky-200\/50:focus {
  border-bottom-color: rgb(186 230 253 / 0.5);
}

.focus\:border-b-sky-200\/60:focus {
  border-bottom-color: rgb(186 230 253 / 0.6);
}

.focus\:border-b-sky-200\/70:focus {
  border-bottom-color: rgb(186 230 253 / 0.7);
}

.focus\:border-b-sky-200\/75:focus {
  border-bottom-color: rgb(186 230 253 / 0.75);
}

.focus\:border-b-sky-200\/80:focus {
  border-bottom-color: rgb(186 230 253 / 0.8);
}

.focus\:border-b-sky-200\/90:focus {
  border-bottom-color: rgb(186 230 253 / 0.9);
}

.focus\:border-b-sky-200\/95:focus {
  border-bottom-color: rgb(186 230 253 / 0.95);
}

.focus\:border-b-sky-300:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(125 211 252 / var(--tw-border-opacity));
}

.focus\:border-b-sky-300\/0:focus {
  border-bottom-color: rgb(125 211 252 / 0);
}

.focus\:border-b-sky-300\/10:focus {
  border-bottom-color: rgb(125 211 252 / 0.1);
}

.focus\:border-b-sky-300\/100:focus {
  border-bottom-color: rgb(125 211 252 / 1);
}

.focus\:border-b-sky-300\/20:focus {
  border-bottom-color: rgb(125 211 252 / 0.2);
}

.focus\:border-b-sky-300\/25:focus {
  border-bottom-color: rgb(125 211 252 / 0.25);
}

.focus\:border-b-sky-300\/30:focus {
  border-bottom-color: rgb(125 211 252 / 0.3);
}

.focus\:border-b-sky-300\/40:focus {
  border-bottom-color: rgb(125 211 252 / 0.4);
}

.focus\:border-b-sky-300\/5:focus {
  border-bottom-color: rgb(125 211 252 / 0.05);
}

.focus\:border-b-sky-300\/50:focus {
  border-bottom-color: rgb(125 211 252 / 0.5);
}

.focus\:border-b-sky-300\/60:focus {
  border-bottom-color: rgb(125 211 252 / 0.6);
}

.focus\:border-b-sky-300\/70:focus {
  border-bottom-color: rgb(125 211 252 / 0.7);
}

.focus\:border-b-sky-300\/75:focus {
  border-bottom-color: rgb(125 211 252 / 0.75);
}

.focus\:border-b-sky-300\/80:focus {
  border-bottom-color: rgb(125 211 252 / 0.8);
}

.focus\:border-b-sky-300\/90:focus {
  border-bottom-color: rgb(125 211 252 / 0.9);
}

.focus\:border-b-sky-300\/95:focus {
  border-bottom-color: rgb(125 211 252 / 0.95);
}

.focus\:border-b-sky-400:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(56 189 248 / var(--tw-border-opacity));
}

.focus\:border-b-sky-400\/0:focus {
  border-bottom-color: rgb(56 189 248 / 0);
}

.focus\:border-b-sky-400\/10:focus {
  border-bottom-color: rgb(56 189 248 / 0.1);
}

.focus\:border-b-sky-400\/100:focus {
  border-bottom-color: rgb(56 189 248 / 1);
}

.focus\:border-b-sky-400\/20:focus {
  border-bottom-color: rgb(56 189 248 / 0.2);
}

.focus\:border-b-sky-400\/25:focus {
  border-bottom-color: rgb(56 189 248 / 0.25);
}

.focus\:border-b-sky-400\/30:focus {
  border-bottom-color: rgb(56 189 248 / 0.3);
}

.focus\:border-b-sky-400\/40:focus {
  border-bottom-color: rgb(56 189 248 / 0.4);
}

.focus\:border-b-sky-400\/5:focus {
  border-bottom-color: rgb(56 189 248 / 0.05);
}

.focus\:border-b-sky-400\/50:focus {
  border-bottom-color: rgb(56 189 248 / 0.5);
}

.focus\:border-b-sky-400\/60:focus {
  border-bottom-color: rgb(56 189 248 / 0.6);
}

.focus\:border-b-sky-400\/70:focus {
  border-bottom-color: rgb(56 189 248 / 0.7);
}

.focus\:border-b-sky-400\/75:focus {
  border-bottom-color: rgb(56 189 248 / 0.75);
}

.focus\:border-b-sky-400\/80:focus {
  border-bottom-color: rgb(56 189 248 / 0.8);
}

.focus\:border-b-sky-400\/90:focus {
  border-bottom-color: rgb(56 189 248 / 0.9);
}

.focus\:border-b-sky-400\/95:focus {
  border-bottom-color: rgb(56 189 248 / 0.95);
}

.focus\:border-b-sky-50:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.focus\:border-b-sky-50\/0:focus {
  border-bottom-color: rgb(240 249 255 / 0);
}

.focus\:border-b-sky-50\/10:focus {
  border-bottom-color: rgb(240 249 255 / 0.1);
}

.focus\:border-b-sky-50\/100:focus {
  border-bottom-color: rgb(240 249 255 / 1);
}

.focus\:border-b-sky-50\/20:focus {
  border-bottom-color: rgb(240 249 255 / 0.2);
}

.focus\:border-b-sky-50\/25:focus {
  border-bottom-color: rgb(240 249 255 / 0.25);
}

.focus\:border-b-sky-50\/30:focus {
  border-bottom-color: rgb(240 249 255 / 0.3);
}

.focus\:border-b-sky-50\/40:focus {
  border-bottom-color: rgb(240 249 255 / 0.4);
}

.focus\:border-b-sky-50\/5:focus {
  border-bottom-color: rgb(240 249 255 / 0.05);
}

.focus\:border-b-sky-50\/50:focus {
  border-bottom-color: rgb(240 249 255 / 0.5);
}

.focus\:border-b-sky-50\/60:focus {
  border-bottom-color: rgb(240 249 255 / 0.6);
}

.focus\:border-b-sky-50\/70:focus {
  border-bottom-color: rgb(240 249 255 / 0.7);
}

.focus\:border-b-sky-50\/75:focus {
  border-bottom-color: rgb(240 249 255 / 0.75);
}

.focus\:border-b-sky-50\/80:focus {
  border-bottom-color: rgb(240 249 255 / 0.8);
}

.focus\:border-b-sky-50\/90:focus {
  border-bottom-color: rgb(240 249 255 / 0.9);
}

.focus\:border-b-sky-50\/95:focus {
  border-bottom-color: rgb(240 249 255 / 0.95);
}

.focus\:border-b-sky-500:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.focus\:border-b-sky-500\/0:focus {
  border-bottom-color: rgb(14 165 233 / 0);
}

.focus\:border-b-sky-500\/10:focus {
  border-bottom-color: rgb(14 165 233 / 0.1);
}

.focus\:border-b-sky-500\/100:focus {
  border-bottom-color: rgb(14 165 233 / 1);
}

.focus\:border-b-sky-500\/20:focus {
  border-bottom-color: rgb(14 165 233 / 0.2);
}

.focus\:border-b-sky-500\/25:focus {
  border-bottom-color: rgb(14 165 233 / 0.25);
}

.focus\:border-b-sky-500\/30:focus {
  border-bottom-color: rgb(14 165 233 / 0.3);
}

.focus\:border-b-sky-500\/40:focus {
  border-bottom-color: rgb(14 165 233 / 0.4);
}

.focus\:border-b-sky-500\/5:focus {
  border-bottom-color: rgb(14 165 233 / 0.05);
}

.focus\:border-b-sky-500\/50:focus {
  border-bottom-color: rgb(14 165 233 / 0.5);
}

.focus\:border-b-sky-500\/60:focus {
  border-bottom-color: rgb(14 165 233 / 0.6);
}

.focus\:border-b-sky-500\/70:focus {
  border-bottom-color: rgb(14 165 233 / 0.7);
}

.focus\:border-b-sky-500\/75:focus {
  border-bottom-color: rgb(14 165 233 / 0.75);
}

.focus\:border-b-sky-500\/80:focus {
  border-bottom-color: rgb(14 165 233 / 0.8);
}

.focus\:border-b-sky-500\/90:focus {
  border-bottom-color: rgb(14 165 233 / 0.9);
}

.focus\:border-b-sky-500\/95:focus {
  border-bottom-color: rgb(14 165 233 / 0.95);
}

.focus\:border-b-sky-600:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(2 132 199 / var(--tw-border-opacity));
}

.focus\:border-b-sky-600\/0:focus {
  border-bottom-color: rgb(2 132 199 / 0);
}

.focus\:border-b-sky-600\/10:focus {
  border-bottom-color: rgb(2 132 199 / 0.1);
}

.focus\:border-b-sky-600\/100:focus {
  border-bottom-color: rgb(2 132 199 / 1);
}

.focus\:border-b-sky-600\/20:focus {
  border-bottom-color: rgb(2 132 199 / 0.2);
}

.focus\:border-b-sky-600\/25:focus {
  border-bottom-color: rgb(2 132 199 / 0.25);
}

.focus\:border-b-sky-600\/30:focus {
  border-bottom-color: rgb(2 132 199 / 0.3);
}

.focus\:border-b-sky-600\/40:focus {
  border-bottom-color: rgb(2 132 199 / 0.4);
}

.focus\:border-b-sky-600\/5:focus {
  border-bottom-color: rgb(2 132 199 / 0.05);
}

.focus\:border-b-sky-600\/50:focus {
  border-bottom-color: rgb(2 132 199 / 0.5);
}

.focus\:border-b-sky-600\/60:focus {
  border-bottom-color: rgb(2 132 199 / 0.6);
}

.focus\:border-b-sky-600\/70:focus {
  border-bottom-color: rgb(2 132 199 / 0.7);
}

.focus\:border-b-sky-600\/75:focus {
  border-bottom-color: rgb(2 132 199 / 0.75);
}

.focus\:border-b-sky-600\/80:focus {
  border-bottom-color: rgb(2 132 199 / 0.8);
}

.focus\:border-b-sky-600\/90:focus {
  border-bottom-color: rgb(2 132 199 / 0.9);
}

.focus\:border-b-sky-600\/95:focus {
  border-bottom-color: rgb(2 132 199 / 0.95);
}

.focus\:border-b-sky-700:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.focus\:border-b-sky-700\/0:focus {
  border-bottom-color: rgb(3 105 161 / 0);
}

.focus\:border-b-sky-700\/10:focus {
  border-bottom-color: rgb(3 105 161 / 0.1);
}

.focus\:border-b-sky-700\/100:focus {
  border-bottom-color: rgb(3 105 161 / 1);
}

.focus\:border-b-sky-700\/20:focus {
  border-bottom-color: rgb(3 105 161 / 0.2);
}

.focus\:border-b-sky-700\/25:focus {
  border-bottom-color: rgb(3 105 161 / 0.25);
}

.focus\:border-b-sky-700\/30:focus {
  border-bottom-color: rgb(3 105 161 / 0.3);
}

.focus\:border-b-sky-700\/40:focus {
  border-bottom-color: rgb(3 105 161 / 0.4);
}

.focus\:border-b-sky-700\/5:focus {
  border-bottom-color: rgb(3 105 161 / 0.05);
}

.focus\:border-b-sky-700\/50:focus {
  border-bottom-color: rgb(3 105 161 / 0.5);
}

.focus\:border-b-sky-700\/60:focus {
  border-bottom-color: rgb(3 105 161 / 0.6);
}

.focus\:border-b-sky-700\/70:focus {
  border-bottom-color: rgb(3 105 161 / 0.7);
}

.focus\:border-b-sky-700\/75:focus {
  border-bottom-color: rgb(3 105 161 / 0.75);
}

.focus\:border-b-sky-700\/80:focus {
  border-bottom-color: rgb(3 105 161 / 0.8);
}

.focus\:border-b-sky-700\/90:focus {
  border-bottom-color: rgb(3 105 161 / 0.9);
}

.focus\:border-b-sky-700\/95:focus {
  border-bottom-color: rgb(3 105 161 / 0.95);
}

.focus\:border-b-sky-800:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(7 89 133 / var(--tw-border-opacity));
}

.focus\:border-b-sky-800\/0:focus {
  border-bottom-color: rgb(7 89 133 / 0);
}

.focus\:border-b-sky-800\/10:focus {
  border-bottom-color: rgb(7 89 133 / 0.1);
}

.focus\:border-b-sky-800\/100:focus {
  border-bottom-color: rgb(7 89 133 / 1);
}

.focus\:border-b-sky-800\/20:focus {
  border-bottom-color: rgb(7 89 133 / 0.2);
}

.focus\:border-b-sky-800\/25:focus {
  border-bottom-color: rgb(7 89 133 / 0.25);
}

.focus\:border-b-sky-800\/30:focus {
  border-bottom-color: rgb(7 89 133 / 0.3);
}

.focus\:border-b-sky-800\/40:focus {
  border-bottom-color: rgb(7 89 133 / 0.4);
}

.focus\:border-b-sky-800\/5:focus {
  border-bottom-color: rgb(7 89 133 / 0.05);
}

.focus\:border-b-sky-800\/50:focus {
  border-bottom-color: rgb(7 89 133 / 0.5);
}

.focus\:border-b-sky-800\/60:focus {
  border-bottom-color: rgb(7 89 133 / 0.6);
}

.focus\:border-b-sky-800\/70:focus {
  border-bottom-color: rgb(7 89 133 / 0.7);
}

.focus\:border-b-sky-800\/75:focus {
  border-bottom-color: rgb(7 89 133 / 0.75);
}

.focus\:border-b-sky-800\/80:focus {
  border-bottom-color: rgb(7 89 133 / 0.8);
}

.focus\:border-b-sky-800\/90:focus {
  border-bottom-color: rgb(7 89 133 / 0.9);
}

.focus\:border-b-sky-800\/95:focus {
  border-bottom-color: rgb(7 89 133 / 0.95);
}

.focus\:border-b-sky-900:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(12 74 110 / var(--tw-border-opacity));
}

.focus\:border-b-sky-900\/0:focus {
  border-bottom-color: rgb(12 74 110 / 0);
}

.focus\:border-b-sky-900\/10:focus {
  border-bottom-color: rgb(12 74 110 / 0.1);
}

.focus\:border-b-sky-900\/100:focus {
  border-bottom-color: rgb(12 74 110 / 1);
}

.focus\:border-b-sky-900\/20:focus {
  border-bottom-color: rgb(12 74 110 / 0.2);
}

.focus\:border-b-sky-900\/25:focus {
  border-bottom-color: rgb(12 74 110 / 0.25);
}

.focus\:border-b-sky-900\/30:focus {
  border-bottom-color: rgb(12 74 110 / 0.3);
}

.focus\:border-b-sky-900\/40:focus {
  border-bottom-color: rgb(12 74 110 / 0.4);
}

.focus\:border-b-sky-900\/5:focus {
  border-bottom-color: rgb(12 74 110 / 0.05);
}

.focus\:border-b-sky-900\/50:focus {
  border-bottom-color: rgb(12 74 110 / 0.5);
}

.focus\:border-b-sky-900\/60:focus {
  border-bottom-color: rgb(12 74 110 / 0.6);
}

.focus\:border-b-sky-900\/70:focus {
  border-bottom-color: rgb(12 74 110 / 0.7);
}

.focus\:border-b-sky-900\/75:focus {
  border-bottom-color: rgb(12 74 110 / 0.75);
}

.focus\:border-b-sky-900\/80:focus {
  border-bottom-color: rgb(12 74 110 / 0.8);
}

.focus\:border-b-sky-900\/90:focus {
  border-bottom-color: rgb(12 74 110 / 0.9);
}

.focus\:border-b-sky-900\/95:focus {
  border-bottom-color: rgb(12 74 110 / 0.95);
}

.focus\:border-b-sky-950:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(8 47 73 / var(--tw-border-opacity));
}

.focus\:border-b-sky-950\/0:focus {
  border-bottom-color: rgb(8 47 73 / 0);
}

.focus\:border-b-sky-950\/10:focus {
  border-bottom-color: rgb(8 47 73 / 0.1);
}

.focus\:border-b-sky-950\/100:focus {
  border-bottom-color: rgb(8 47 73 / 1);
}

.focus\:border-b-sky-950\/20:focus {
  border-bottom-color: rgb(8 47 73 / 0.2);
}

.focus\:border-b-sky-950\/25:focus {
  border-bottom-color: rgb(8 47 73 / 0.25);
}

.focus\:border-b-sky-950\/30:focus {
  border-bottom-color: rgb(8 47 73 / 0.3);
}

.focus\:border-b-sky-950\/40:focus {
  border-bottom-color: rgb(8 47 73 / 0.4);
}

.focus\:border-b-sky-950\/5:focus {
  border-bottom-color: rgb(8 47 73 / 0.05);
}

.focus\:border-b-sky-950\/50:focus {
  border-bottom-color: rgb(8 47 73 / 0.5);
}

.focus\:border-b-sky-950\/60:focus {
  border-bottom-color: rgb(8 47 73 / 0.6);
}

.focus\:border-b-sky-950\/70:focus {
  border-bottom-color: rgb(8 47 73 / 0.7);
}

.focus\:border-b-sky-950\/75:focus {
  border-bottom-color: rgb(8 47 73 / 0.75);
}

.focus\:border-b-sky-950\/80:focus {
  border-bottom-color: rgb(8 47 73 / 0.8);
}

.focus\:border-b-sky-950\/90:focus {
  border-bottom-color: rgb(8 47 73 / 0.9);
}

.focus\:border-b-sky-950\/95:focus {
  border-bottom-color: rgb(8 47 73 / 0.95);
}

.focus\:border-b-slate-100:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.focus\:border-b-slate-100\/0:focus {
  border-bottom-color: rgb(241 245 249 / 0);
}

.focus\:border-b-slate-100\/10:focus {
  border-bottom-color: rgb(241 245 249 / 0.1);
}

.focus\:border-b-slate-100\/100:focus {
  border-bottom-color: rgb(241 245 249 / 1);
}

.focus\:border-b-slate-100\/20:focus {
  border-bottom-color: rgb(241 245 249 / 0.2);
}

.focus\:border-b-slate-100\/25:focus {
  border-bottom-color: rgb(241 245 249 / 0.25);
}

.focus\:border-b-slate-100\/30:focus {
  border-bottom-color: rgb(241 245 249 / 0.3);
}

.focus\:border-b-slate-100\/40:focus {
  border-bottom-color: rgb(241 245 249 / 0.4);
}

.focus\:border-b-slate-100\/5:focus {
  border-bottom-color: rgb(241 245 249 / 0.05);
}

.focus\:border-b-slate-100\/50:focus {
  border-bottom-color: rgb(241 245 249 / 0.5);
}

.focus\:border-b-slate-100\/60:focus {
  border-bottom-color: rgb(241 245 249 / 0.6);
}

.focus\:border-b-slate-100\/70:focus {
  border-bottom-color: rgb(241 245 249 / 0.7);
}

.focus\:border-b-slate-100\/75:focus {
  border-bottom-color: rgb(241 245 249 / 0.75);
}

.focus\:border-b-slate-100\/80:focus {
  border-bottom-color: rgb(241 245 249 / 0.8);
}

.focus\:border-b-slate-100\/90:focus {
  border-bottom-color: rgb(241 245 249 / 0.9);
}

.focus\:border-b-slate-100\/95:focus {
  border-bottom-color: rgb(241 245 249 / 0.95);
}

.focus\:border-b-slate-200:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.focus\:border-b-slate-200\/0:focus {
  border-bottom-color: rgb(226 232 240 / 0);
}

.focus\:border-b-slate-200\/10:focus {
  border-bottom-color: rgb(226 232 240 / 0.1);
}

.focus\:border-b-slate-200\/100:focus {
  border-bottom-color: rgb(226 232 240 / 1);
}

.focus\:border-b-slate-200\/20:focus {
  border-bottom-color: rgb(226 232 240 / 0.2);
}

.focus\:border-b-slate-200\/25:focus {
  border-bottom-color: rgb(226 232 240 / 0.25);
}

.focus\:border-b-slate-200\/30:focus {
  border-bottom-color: rgb(226 232 240 / 0.3);
}

.focus\:border-b-slate-200\/40:focus {
  border-bottom-color: rgb(226 232 240 / 0.4);
}

.focus\:border-b-slate-200\/5:focus {
  border-bottom-color: rgb(226 232 240 / 0.05);
}

.focus\:border-b-slate-200\/50:focus {
  border-bottom-color: rgb(226 232 240 / 0.5);
}

.focus\:border-b-slate-200\/60:focus {
  border-bottom-color: rgb(226 232 240 / 0.6);
}

.focus\:border-b-slate-200\/70:focus {
  border-bottom-color: rgb(226 232 240 / 0.7);
}

.focus\:border-b-slate-200\/75:focus {
  border-bottom-color: rgb(226 232 240 / 0.75);
}

.focus\:border-b-slate-200\/80:focus {
  border-bottom-color: rgb(226 232 240 / 0.8);
}

.focus\:border-b-slate-200\/90:focus {
  border-bottom-color: rgb(226 232 240 / 0.9);
}

.focus\:border-b-slate-200\/95:focus {
  border-bottom-color: rgb(226 232 240 / 0.95);
}

.focus\:border-b-slate-300:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.focus\:border-b-slate-300\/0:focus {
  border-bottom-color: rgb(203 213 225 / 0);
}

.focus\:border-b-slate-300\/10:focus {
  border-bottom-color: rgb(203 213 225 / 0.1);
}

.focus\:border-b-slate-300\/100:focus {
  border-bottom-color: rgb(203 213 225 / 1);
}

.focus\:border-b-slate-300\/20:focus {
  border-bottom-color: rgb(203 213 225 / 0.2);
}

.focus\:border-b-slate-300\/25:focus {
  border-bottom-color: rgb(203 213 225 / 0.25);
}

.focus\:border-b-slate-300\/30:focus {
  border-bottom-color: rgb(203 213 225 / 0.3);
}

.focus\:border-b-slate-300\/40:focus {
  border-bottom-color: rgb(203 213 225 / 0.4);
}

.focus\:border-b-slate-300\/5:focus {
  border-bottom-color: rgb(203 213 225 / 0.05);
}

.focus\:border-b-slate-300\/50:focus {
  border-bottom-color: rgb(203 213 225 / 0.5);
}

.focus\:border-b-slate-300\/60:focus {
  border-bottom-color: rgb(203 213 225 / 0.6);
}

.focus\:border-b-slate-300\/70:focus {
  border-bottom-color: rgb(203 213 225 / 0.7);
}

.focus\:border-b-slate-300\/75:focus {
  border-bottom-color: rgb(203 213 225 / 0.75);
}

.focus\:border-b-slate-300\/80:focus {
  border-bottom-color: rgb(203 213 225 / 0.8);
}

.focus\:border-b-slate-300\/90:focus {
  border-bottom-color: rgb(203 213 225 / 0.9);
}

.focus\:border-b-slate-300\/95:focus {
  border-bottom-color: rgb(203 213 225 / 0.95);
}

.focus\:border-b-slate-400:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.focus\:border-b-slate-400\/0:focus {
  border-bottom-color: rgb(148 163 184 / 0);
}

.focus\:border-b-slate-400\/10:focus {
  border-bottom-color: rgb(148 163 184 / 0.1);
}

.focus\:border-b-slate-400\/100:focus {
  border-bottom-color: rgb(148 163 184 / 1);
}

.focus\:border-b-slate-400\/20:focus {
  border-bottom-color: rgb(148 163 184 / 0.2);
}

.focus\:border-b-slate-400\/25:focus {
  border-bottom-color: rgb(148 163 184 / 0.25);
}

.focus\:border-b-slate-400\/30:focus {
  border-bottom-color: rgb(148 163 184 / 0.3);
}

.focus\:border-b-slate-400\/40:focus {
  border-bottom-color: rgb(148 163 184 / 0.4);
}

.focus\:border-b-slate-400\/5:focus {
  border-bottom-color: rgb(148 163 184 / 0.05);
}

.focus\:border-b-slate-400\/50:focus {
  border-bottom-color: rgb(148 163 184 / 0.5);
}

.focus\:border-b-slate-400\/60:focus {
  border-bottom-color: rgb(148 163 184 / 0.6);
}

.focus\:border-b-slate-400\/70:focus {
  border-bottom-color: rgb(148 163 184 / 0.7);
}

.focus\:border-b-slate-400\/75:focus {
  border-bottom-color: rgb(148 163 184 / 0.75);
}

.focus\:border-b-slate-400\/80:focus {
  border-bottom-color: rgb(148 163 184 / 0.8);
}

.focus\:border-b-slate-400\/90:focus {
  border-bottom-color: rgb(148 163 184 / 0.9);
}

.focus\:border-b-slate-400\/95:focus {
  border-bottom-color: rgb(148 163 184 / 0.95);
}

.focus\:border-b-slate-50:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(248 250 252 / var(--tw-border-opacity));
}

.focus\:border-b-slate-50\/0:focus {
  border-bottom-color: rgb(248 250 252 / 0);
}

.focus\:border-b-slate-50\/10:focus {
  border-bottom-color: rgb(248 250 252 / 0.1);
}

.focus\:border-b-slate-50\/100:focus {
  border-bottom-color: rgb(248 250 252 / 1);
}

.focus\:border-b-slate-50\/20:focus {
  border-bottom-color: rgb(248 250 252 / 0.2);
}

.focus\:border-b-slate-50\/25:focus {
  border-bottom-color: rgb(248 250 252 / 0.25);
}

.focus\:border-b-slate-50\/30:focus {
  border-bottom-color: rgb(248 250 252 / 0.3);
}

.focus\:border-b-slate-50\/40:focus {
  border-bottom-color: rgb(248 250 252 / 0.4);
}

.focus\:border-b-slate-50\/5:focus {
  border-bottom-color: rgb(248 250 252 / 0.05);
}

.focus\:border-b-slate-50\/50:focus {
  border-bottom-color: rgb(248 250 252 / 0.5);
}

.focus\:border-b-slate-50\/60:focus {
  border-bottom-color: rgb(248 250 252 / 0.6);
}

.focus\:border-b-slate-50\/70:focus {
  border-bottom-color: rgb(248 250 252 / 0.7);
}

.focus\:border-b-slate-50\/75:focus {
  border-bottom-color: rgb(248 250 252 / 0.75);
}

.focus\:border-b-slate-50\/80:focus {
  border-bottom-color: rgb(248 250 252 / 0.8);
}

.focus\:border-b-slate-50\/90:focus {
  border-bottom-color: rgb(248 250 252 / 0.9);
}

.focus\:border-b-slate-50\/95:focus {
  border-bottom-color: rgb(248 250 252 / 0.95);
}

.focus\:border-b-slate-500:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.focus\:border-b-slate-500\/0:focus {
  border-bottom-color: rgb(100 116 139 / 0);
}

.focus\:border-b-slate-500\/10:focus {
  border-bottom-color: rgb(100 116 139 / 0.1);
}

.focus\:border-b-slate-500\/100:focus {
  border-bottom-color: rgb(100 116 139 / 1);
}

.focus\:border-b-slate-500\/20:focus {
  border-bottom-color: rgb(100 116 139 / 0.2);
}

.focus\:border-b-slate-500\/25:focus {
  border-bottom-color: rgb(100 116 139 / 0.25);
}

.focus\:border-b-slate-500\/30:focus {
  border-bottom-color: rgb(100 116 139 / 0.3);
}

.focus\:border-b-slate-500\/40:focus {
  border-bottom-color: rgb(100 116 139 / 0.4);
}

.focus\:border-b-slate-500\/5:focus {
  border-bottom-color: rgb(100 116 139 / 0.05);
}

.focus\:border-b-slate-500\/50:focus {
  border-bottom-color: rgb(100 116 139 / 0.5);
}

.focus\:border-b-slate-500\/60:focus {
  border-bottom-color: rgb(100 116 139 / 0.6);
}

.focus\:border-b-slate-500\/70:focus {
  border-bottom-color: rgb(100 116 139 / 0.7);
}

.focus\:border-b-slate-500\/75:focus {
  border-bottom-color: rgb(100 116 139 / 0.75);
}

.focus\:border-b-slate-500\/80:focus {
  border-bottom-color: rgb(100 116 139 / 0.8);
}

.focus\:border-b-slate-500\/90:focus {
  border-bottom-color: rgb(100 116 139 / 0.9);
}

.focus\:border-b-slate-500\/95:focus {
  border-bottom-color: rgb(100 116 139 / 0.95);
}

.focus\:border-b-slate-600:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(71 85 105 / var(--tw-border-opacity));
}

.focus\:border-b-slate-600\/0:focus {
  border-bottom-color: rgb(71 85 105 / 0);
}

.focus\:border-b-slate-600\/10:focus {
  border-bottom-color: rgb(71 85 105 / 0.1);
}

.focus\:border-b-slate-600\/100:focus {
  border-bottom-color: rgb(71 85 105 / 1);
}

.focus\:border-b-slate-600\/20:focus {
  border-bottom-color: rgb(71 85 105 / 0.2);
}

.focus\:border-b-slate-600\/25:focus {
  border-bottom-color: rgb(71 85 105 / 0.25);
}

.focus\:border-b-slate-600\/30:focus {
  border-bottom-color: rgb(71 85 105 / 0.3);
}

.focus\:border-b-slate-600\/40:focus {
  border-bottom-color: rgb(71 85 105 / 0.4);
}

.focus\:border-b-slate-600\/5:focus {
  border-bottom-color: rgb(71 85 105 / 0.05);
}

.focus\:border-b-slate-600\/50:focus {
  border-bottom-color: rgb(71 85 105 / 0.5);
}

.focus\:border-b-slate-600\/60:focus {
  border-bottom-color: rgb(71 85 105 / 0.6);
}

.focus\:border-b-slate-600\/70:focus {
  border-bottom-color: rgb(71 85 105 / 0.7);
}

.focus\:border-b-slate-600\/75:focus {
  border-bottom-color: rgb(71 85 105 / 0.75);
}

.focus\:border-b-slate-600\/80:focus {
  border-bottom-color: rgb(71 85 105 / 0.8);
}

.focus\:border-b-slate-600\/90:focus {
  border-bottom-color: rgb(71 85 105 / 0.9);
}

.focus\:border-b-slate-600\/95:focus {
  border-bottom-color: rgb(71 85 105 / 0.95);
}

.focus\:border-b-slate-700:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.focus\:border-b-slate-700\/0:focus {
  border-bottom-color: rgb(51 65 85 / 0);
}

.focus\:border-b-slate-700\/10:focus {
  border-bottom-color: rgb(51 65 85 / 0.1);
}

.focus\:border-b-slate-700\/100:focus {
  border-bottom-color: rgb(51 65 85 / 1);
}

.focus\:border-b-slate-700\/20:focus {
  border-bottom-color: rgb(51 65 85 / 0.2);
}

.focus\:border-b-slate-700\/25:focus {
  border-bottom-color: rgb(51 65 85 / 0.25);
}

.focus\:border-b-slate-700\/30:focus {
  border-bottom-color: rgb(51 65 85 / 0.3);
}

.focus\:border-b-slate-700\/40:focus {
  border-bottom-color: rgb(51 65 85 / 0.4);
}

.focus\:border-b-slate-700\/5:focus {
  border-bottom-color: rgb(51 65 85 / 0.05);
}

.focus\:border-b-slate-700\/50:focus {
  border-bottom-color: rgb(51 65 85 / 0.5);
}

.focus\:border-b-slate-700\/60:focus {
  border-bottom-color: rgb(51 65 85 / 0.6);
}

.focus\:border-b-slate-700\/70:focus {
  border-bottom-color: rgb(51 65 85 / 0.7);
}

.focus\:border-b-slate-700\/75:focus {
  border-bottom-color: rgb(51 65 85 / 0.75);
}

.focus\:border-b-slate-700\/80:focus {
  border-bottom-color: rgb(51 65 85 / 0.8);
}

.focus\:border-b-slate-700\/90:focus {
  border-bottom-color: rgb(51 65 85 / 0.9);
}

.focus\:border-b-slate-700\/95:focus {
  border-bottom-color: rgb(51 65 85 / 0.95);
}

.focus\:border-b-slate-800:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.focus\:border-b-slate-800\/0:focus {
  border-bottom-color: rgb(30 41 59 / 0);
}

.focus\:border-b-slate-800\/10:focus {
  border-bottom-color: rgb(30 41 59 / 0.1);
}

.focus\:border-b-slate-800\/100:focus {
  border-bottom-color: rgb(30 41 59 / 1);
}

.focus\:border-b-slate-800\/20:focus {
  border-bottom-color: rgb(30 41 59 / 0.2);
}

.focus\:border-b-slate-800\/25:focus {
  border-bottom-color: rgb(30 41 59 / 0.25);
}

.focus\:border-b-slate-800\/30:focus {
  border-bottom-color: rgb(30 41 59 / 0.3);
}

.focus\:border-b-slate-800\/40:focus {
  border-bottom-color: rgb(30 41 59 / 0.4);
}

.focus\:border-b-slate-800\/5:focus {
  border-bottom-color: rgb(30 41 59 / 0.05);
}

.focus\:border-b-slate-800\/50:focus {
  border-bottom-color: rgb(30 41 59 / 0.5);
}

.focus\:border-b-slate-800\/60:focus {
  border-bottom-color: rgb(30 41 59 / 0.6);
}

.focus\:border-b-slate-800\/70:focus {
  border-bottom-color: rgb(30 41 59 / 0.7);
}

.focus\:border-b-slate-800\/75:focus {
  border-bottom-color: rgb(30 41 59 / 0.75);
}

.focus\:border-b-slate-800\/80:focus {
  border-bottom-color: rgb(30 41 59 / 0.8);
}

.focus\:border-b-slate-800\/90:focus {
  border-bottom-color: rgb(30 41 59 / 0.9);
}

.focus\:border-b-slate-800\/95:focus {
  border-bottom-color: rgb(30 41 59 / 0.95);
}

.focus\:border-b-slate-900:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(15 23 42 / var(--tw-border-opacity));
}

.focus\:border-b-slate-900\/0:focus {
  border-bottom-color: rgb(15 23 42 / 0);
}

.focus\:border-b-slate-900\/10:focus {
  border-bottom-color: rgb(15 23 42 / 0.1);
}

.focus\:border-b-slate-900\/100:focus {
  border-bottom-color: rgb(15 23 42 / 1);
}

.focus\:border-b-slate-900\/20:focus {
  border-bottom-color: rgb(15 23 42 / 0.2);
}

.focus\:border-b-slate-900\/25:focus {
  border-bottom-color: rgb(15 23 42 / 0.25);
}

.focus\:border-b-slate-900\/30:focus {
  border-bottom-color: rgb(15 23 42 / 0.3);
}

.focus\:border-b-slate-900\/40:focus {
  border-bottom-color: rgb(15 23 42 / 0.4);
}

.focus\:border-b-slate-900\/5:focus {
  border-bottom-color: rgb(15 23 42 / 0.05);
}

.focus\:border-b-slate-900\/50:focus {
  border-bottom-color: rgb(15 23 42 / 0.5);
}

.focus\:border-b-slate-900\/60:focus {
  border-bottom-color: rgb(15 23 42 / 0.6);
}

.focus\:border-b-slate-900\/70:focus {
  border-bottom-color: rgb(15 23 42 / 0.7);
}

.focus\:border-b-slate-900\/75:focus {
  border-bottom-color: rgb(15 23 42 / 0.75);
}

.focus\:border-b-slate-900\/80:focus {
  border-bottom-color: rgb(15 23 42 / 0.8);
}

.focus\:border-b-slate-900\/90:focus {
  border-bottom-color: rgb(15 23 42 / 0.9);
}

.focus\:border-b-slate-900\/95:focus {
  border-bottom-color: rgb(15 23 42 / 0.95);
}

.focus\:border-b-slate-950:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(2 6 23 / var(--tw-border-opacity));
}

.focus\:border-b-slate-950\/0:focus {
  border-bottom-color: rgb(2 6 23 / 0);
}

.focus\:border-b-slate-950\/10:focus {
  border-bottom-color: rgb(2 6 23 / 0.1);
}

.focus\:border-b-slate-950\/100:focus {
  border-bottom-color: rgb(2 6 23 / 1);
}

.focus\:border-b-slate-950\/20:focus {
  border-bottom-color: rgb(2 6 23 / 0.2);
}

.focus\:border-b-slate-950\/25:focus {
  border-bottom-color: rgb(2 6 23 / 0.25);
}

.focus\:border-b-slate-950\/30:focus {
  border-bottom-color: rgb(2 6 23 / 0.3);
}

.focus\:border-b-slate-950\/40:focus {
  border-bottom-color: rgb(2 6 23 / 0.4);
}

.focus\:border-b-slate-950\/5:focus {
  border-bottom-color: rgb(2 6 23 / 0.05);
}

.focus\:border-b-slate-950\/50:focus {
  border-bottom-color: rgb(2 6 23 / 0.5);
}

.focus\:border-b-slate-950\/60:focus {
  border-bottom-color: rgb(2 6 23 / 0.6);
}

.focus\:border-b-slate-950\/70:focus {
  border-bottom-color: rgb(2 6 23 / 0.7);
}

.focus\:border-b-slate-950\/75:focus {
  border-bottom-color: rgb(2 6 23 / 0.75);
}

.focus\:border-b-slate-950\/80:focus {
  border-bottom-color: rgb(2 6 23 / 0.8);
}

.focus\:border-b-slate-950\/90:focus {
  border-bottom-color: rgb(2 6 23 / 0.9);
}

.focus\:border-b-slate-950\/95:focus {
  border-bottom-color: rgb(2 6 23 / 0.95);
}

.focus\:border-b-stone-100:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 245 244 / var(--tw-border-opacity));
}

.focus\:border-b-stone-100\/0:focus {
  border-bottom-color: rgb(245 245 244 / 0);
}

.focus\:border-b-stone-100\/10:focus {
  border-bottom-color: rgb(245 245 244 / 0.1);
}

.focus\:border-b-stone-100\/100:focus {
  border-bottom-color: rgb(245 245 244 / 1);
}

.focus\:border-b-stone-100\/20:focus {
  border-bottom-color: rgb(245 245 244 / 0.2);
}

.focus\:border-b-stone-100\/25:focus {
  border-bottom-color: rgb(245 245 244 / 0.25);
}

.focus\:border-b-stone-100\/30:focus {
  border-bottom-color: rgb(245 245 244 / 0.3);
}

.focus\:border-b-stone-100\/40:focus {
  border-bottom-color: rgb(245 245 244 / 0.4);
}

.focus\:border-b-stone-100\/5:focus {
  border-bottom-color: rgb(245 245 244 / 0.05);
}

.focus\:border-b-stone-100\/50:focus {
  border-bottom-color: rgb(245 245 244 / 0.5);
}

.focus\:border-b-stone-100\/60:focus {
  border-bottom-color: rgb(245 245 244 / 0.6);
}

.focus\:border-b-stone-100\/70:focus {
  border-bottom-color: rgb(245 245 244 / 0.7);
}

.focus\:border-b-stone-100\/75:focus {
  border-bottom-color: rgb(245 245 244 / 0.75);
}

.focus\:border-b-stone-100\/80:focus {
  border-bottom-color: rgb(245 245 244 / 0.8);
}

.focus\:border-b-stone-100\/90:focus {
  border-bottom-color: rgb(245 245 244 / 0.9);
}

.focus\:border-b-stone-100\/95:focus {
  border-bottom-color: rgb(245 245 244 / 0.95);
}

.focus\:border-b-stone-200:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(231 229 228 / var(--tw-border-opacity));
}

.focus\:border-b-stone-200\/0:focus {
  border-bottom-color: rgb(231 229 228 / 0);
}

.focus\:border-b-stone-200\/10:focus {
  border-bottom-color: rgb(231 229 228 / 0.1);
}

.focus\:border-b-stone-200\/100:focus {
  border-bottom-color: rgb(231 229 228 / 1);
}

.focus\:border-b-stone-200\/20:focus {
  border-bottom-color: rgb(231 229 228 / 0.2);
}

.focus\:border-b-stone-200\/25:focus {
  border-bottom-color: rgb(231 229 228 / 0.25);
}

.focus\:border-b-stone-200\/30:focus {
  border-bottom-color: rgb(231 229 228 / 0.3);
}

.focus\:border-b-stone-200\/40:focus {
  border-bottom-color: rgb(231 229 228 / 0.4);
}

.focus\:border-b-stone-200\/5:focus {
  border-bottom-color: rgb(231 229 228 / 0.05);
}

.focus\:border-b-stone-200\/50:focus {
  border-bottom-color: rgb(231 229 228 / 0.5);
}

.focus\:border-b-stone-200\/60:focus {
  border-bottom-color: rgb(231 229 228 / 0.6);
}

.focus\:border-b-stone-200\/70:focus {
  border-bottom-color: rgb(231 229 228 / 0.7);
}

.focus\:border-b-stone-200\/75:focus {
  border-bottom-color: rgb(231 229 228 / 0.75);
}

.focus\:border-b-stone-200\/80:focus {
  border-bottom-color: rgb(231 229 228 / 0.8);
}

.focus\:border-b-stone-200\/90:focus {
  border-bottom-color: rgb(231 229 228 / 0.9);
}

.focus\:border-b-stone-200\/95:focus {
  border-bottom-color: rgb(231 229 228 / 0.95);
}

.focus\:border-b-stone-300:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.focus\:border-b-stone-300\/0:focus {
  border-bottom-color: rgb(214 211 209 / 0);
}

.focus\:border-b-stone-300\/10:focus {
  border-bottom-color: rgb(214 211 209 / 0.1);
}

.focus\:border-b-stone-300\/100:focus {
  border-bottom-color: rgb(214 211 209 / 1);
}

.focus\:border-b-stone-300\/20:focus {
  border-bottom-color: rgb(214 211 209 / 0.2);
}

.focus\:border-b-stone-300\/25:focus {
  border-bottom-color: rgb(214 211 209 / 0.25);
}

.focus\:border-b-stone-300\/30:focus {
  border-bottom-color: rgb(214 211 209 / 0.3);
}

.focus\:border-b-stone-300\/40:focus {
  border-bottom-color: rgb(214 211 209 / 0.4);
}

.focus\:border-b-stone-300\/5:focus {
  border-bottom-color: rgb(214 211 209 / 0.05);
}

.focus\:border-b-stone-300\/50:focus {
  border-bottom-color: rgb(214 211 209 / 0.5);
}

.focus\:border-b-stone-300\/60:focus {
  border-bottom-color: rgb(214 211 209 / 0.6);
}

.focus\:border-b-stone-300\/70:focus {
  border-bottom-color: rgb(214 211 209 / 0.7);
}

.focus\:border-b-stone-300\/75:focus {
  border-bottom-color: rgb(214 211 209 / 0.75);
}

.focus\:border-b-stone-300\/80:focus {
  border-bottom-color: rgb(214 211 209 / 0.8);
}

.focus\:border-b-stone-300\/90:focus {
  border-bottom-color: rgb(214 211 209 / 0.9);
}

.focus\:border-b-stone-300\/95:focus {
  border-bottom-color: rgb(214 211 209 / 0.95);
}

.focus\:border-b-stone-400:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(168 162 158 / var(--tw-border-opacity));
}

.focus\:border-b-stone-400\/0:focus {
  border-bottom-color: rgb(168 162 158 / 0);
}

.focus\:border-b-stone-400\/10:focus {
  border-bottom-color: rgb(168 162 158 / 0.1);
}

.focus\:border-b-stone-400\/100:focus {
  border-bottom-color: rgb(168 162 158 / 1);
}

.focus\:border-b-stone-400\/20:focus {
  border-bottom-color: rgb(168 162 158 / 0.2);
}

.focus\:border-b-stone-400\/25:focus {
  border-bottom-color: rgb(168 162 158 / 0.25);
}

.focus\:border-b-stone-400\/30:focus {
  border-bottom-color: rgb(168 162 158 / 0.3);
}

.focus\:border-b-stone-400\/40:focus {
  border-bottom-color: rgb(168 162 158 / 0.4);
}

.focus\:border-b-stone-400\/5:focus {
  border-bottom-color: rgb(168 162 158 / 0.05);
}

.focus\:border-b-stone-400\/50:focus {
  border-bottom-color: rgb(168 162 158 / 0.5);
}

.focus\:border-b-stone-400\/60:focus {
  border-bottom-color: rgb(168 162 158 / 0.6);
}

.focus\:border-b-stone-400\/70:focus {
  border-bottom-color: rgb(168 162 158 / 0.7);
}

.focus\:border-b-stone-400\/75:focus {
  border-bottom-color: rgb(168 162 158 / 0.75);
}

.focus\:border-b-stone-400\/80:focus {
  border-bottom-color: rgb(168 162 158 / 0.8);
}

.focus\:border-b-stone-400\/90:focus {
  border-bottom-color: rgb(168 162 158 / 0.9);
}

.focus\:border-b-stone-400\/95:focus {
  border-bottom-color: rgb(168 162 158 / 0.95);
}

.focus\:border-b-stone-50:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 250 249 / var(--tw-border-opacity));
}

.focus\:border-b-stone-50\/0:focus {
  border-bottom-color: rgb(250 250 249 / 0);
}

.focus\:border-b-stone-50\/10:focus {
  border-bottom-color: rgb(250 250 249 / 0.1);
}

.focus\:border-b-stone-50\/100:focus {
  border-bottom-color: rgb(250 250 249 / 1);
}

.focus\:border-b-stone-50\/20:focus {
  border-bottom-color: rgb(250 250 249 / 0.2);
}

.focus\:border-b-stone-50\/25:focus {
  border-bottom-color: rgb(250 250 249 / 0.25);
}

.focus\:border-b-stone-50\/30:focus {
  border-bottom-color: rgb(250 250 249 / 0.3);
}

.focus\:border-b-stone-50\/40:focus {
  border-bottom-color: rgb(250 250 249 / 0.4);
}

.focus\:border-b-stone-50\/5:focus {
  border-bottom-color: rgb(250 250 249 / 0.05);
}

.focus\:border-b-stone-50\/50:focus {
  border-bottom-color: rgb(250 250 249 / 0.5);
}

.focus\:border-b-stone-50\/60:focus {
  border-bottom-color: rgb(250 250 249 / 0.6);
}

.focus\:border-b-stone-50\/70:focus {
  border-bottom-color: rgb(250 250 249 / 0.7);
}

.focus\:border-b-stone-50\/75:focus {
  border-bottom-color: rgb(250 250 249 / 0.75);
}

.focus\:border-b-stone-50\/80:focus {
  border-bottom-color: rgb(250 250 249 / 0.8);
}

.focus\:border-b-stone-50\/90:focus {
  border-bottom-color: rgb(250 250 249 / 0.9);
}

.focus\:border-b-stone-50\/95:focus {
  border-bottom-color: rgb(250 250 249 / 0.95);
}

.focus\:border-b-stone-500:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(120 113 108 / var(--tw-border-opacity));
}

.focus\:border-b-stone-500\/0:focus {
  border-bottom-color: rgb(120 113 108 / 0);
}

.focus\:border-b-stone-500\/10:focus {
  border-bottom-color: rgb(120 113 108 / 0.1);
}

.focus\:border-b-stone-500\/100:focus {
  border-bottom-color: rgb(120 113 108 / 1);
}

.focus\:border-b-stone-500\/20:focus {
  border-bottom-color: rgb(120 113 108 / 0.2);
}

.focus\:border-b-stone-500\/25:focus {
  border-bottom-color: rgb(120 113 108 / 0.25);
}

.focus\:border-b-stone-500\/30:focus {
  border-bottom-color: rgb(120 113 108 / 0.3);
}

.focus\:border-b-stone-500\/40:focus {
  border-bottom-color: rgb(120 113 108 / 0.4);
}

.focus\:border-b-stone-500\/5:focus {
  border-bottom-color: rgb(120 113 108 / 0.05);
}

.focus\:border-b-stone-500\/50:focus {
  border-bottom-color: rgb(120 113 108 / 0.5);
}

.focus\:border-b-stone-500\/60:focus {
  border-bottom-color: rgb(120 113 108 / 0.6);
}

.focus\:border-b-stone-500\/70:focus {
  border-bottom-color: rgb(120 113 108 / 0.7);
}

.focus\:border-b-stone-500\/75:focus {
  border-bottom-color: rgb(120 113 108 / 0.75);
}

.focus\:border-b-stone-500\/80:focus {
  border-bottom-color: rgb(120 113 108 / 0.8);
}

.focus\:border-b-stone-500\/90:focus {
  border-bottom-color: rgb(120 113 108 / 0.9);
}

.focus\:border-b-stone-500\/95:focus {
  border-bottom-color: rgb(120 113 108 / 0.95);
}

.focus\:border-b-stone-600:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(87 83 78 / var(--tw-border-opacity));
}

.focus\:border-b-stone-600\/0:focus {
  border-bottom-color: rgb(87 83 78 / 0);
}

.focus\:border-b-stone-600\/10:focus {
  border-bottom-color: rgb(87 83 78 / 0.1);
}

.focus\:border-b-stone-600\/100:focus {
  border-bottom-color: rgb(87 83 78 / 1);
}

.focus\:border-b-stone-600\/20:focus {
  border-bottom-color: rgb(87 83 78 / 0.2);
}

.focus\:border-b-stone-600\/25:focus {
  border-bottom-color: rgb(87 83 78 / 0.25);
}

.focus\:border-b-stone-600\/30:focus {
  border-bottom-color: rgb(87 83 78 / 0.3);
}

.focus\:border-b-stone-600\/40:focus {
  border-bottom-color: rgb(87 83 78 / 0.4);
}

.focus\:border-b-stone-600\/5:focus {
  border-bottom-color: rgb(87 83 78 / 0.05);
}

.focus\:border-b-stone-600\/50:focus {
  border-bottom-color: rgb(87 83 78 / 0.5);
}

.focus\:border-b-stone-600\/60:focus {
  border-bottom-color: rgb(87 83 78 / 0.6);
}

.focus\:border-b-stone-600\/70:focus {
  border-bottom-color: rgb(87 83 78 / 0.7);
}

.focus\:border-b-stone-600\/75:focus {
  border-bottom-color: rgb(87 83 78 / 0.75);
}

.focus\:border-b-stone-600\/80:focus {
  border-bottom-color: rgb(87 83 78 / 0.8);
}

.focus\:border-b-stone-600\/90:focus {
  border-bottom-color: rgb(87 83 78 / 0.9);
}

.focus\:border-b-stone-600\/95:focus {
  border-bottom-color: rgb(87 83 78 / 0.95);
}

.focus\:border-b-stone-700:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(68 64 60 / var(--tw-border-opacity));
}

.focus\:border-b-stone-700\/0:focus {
  border-bottom-color: rgb(68 64 60 / 0);
}

.focus\:border-b-stone-700\/10:focus {
  border-bottom-color: rgb(68 64 60 / 0.1);
}

.focus\:border-b-stone-700\/100:focus {
  border-bottom-color: rgb(68 64 60 / 1);
}

.focus\:border-b-stone-700\/20:focus {
  border-bottom-color: rgb(68 64 60 / 0.2);
}

.focus\:border-b-stone-700\/25:focus {
  border-bottom-color: rgb(68 64 60 / 0.25);
}

.focus\:border-b-stone-700\/30:focus {
  border-bottom-color: rgb(68 64 60 / 0.3);
}

.focus\:border-b-stone-700\/40:focus {
  border-bottom-color: rgb(68 64 60 / 0.4);
}

.focus\:border-b-stone-700\/5:focus {
  border-bottom-color: rgb(68 64 60 / 0.05);
}

.focus\:border-b-stone-700\/50:focus {
  border-bottom-color: rgb(68 64 60 / 0.5);
}

.focus\:border-b-stone-700\/60:focus {
  border-bottom-color: rgb(68 64 60 / 0.6);
}

.focus\:border-b-stone-700\/70:focus {
  border-bottom-color: rgb(68 64 60 / 0.7);
}

.focus\:border-b-stone-700\/75:focus {
  border-bottom-color: rgb(68 64 60 / 0.75);
}

.focus\:border-b-stone-700\/80:focus {
  border-bottom-color: rgb(68 64 60 / 0.8);
}

.focus\:border-b-stone-700\/90:focus {
  border-bottom-color: rgb(68 64 60 / 0.9);
}

.focus\:border-b-stone-700\/95:focus {
  border-bottom-color: rgb(68 64 60 / 0.95);
}

.focus\:border-b-stone-800:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(41 37 36 / var(--tw-border-opacity));
}

.focus\:border-b-stone-800\/0:focus {
  border-bottom-color: rgb(41 37 36 / 0);
}

.focus\:border-b-stone-800\/10:focus {
  border-bottom-color: rgb(41 37 36 / 0.1);
}

.focus\:border-b-stone-800\/100:focus {
  border-bottom-color: rgb(41 37 36 / 1);
}

.focus\:border-b-stone-800\/20:focus {
  border-bottom-color: rgb(41 37 36 / 0.2);
}

.focus\:border-b-stone-800\/25:focus {
  border-bottom-color: rgb(41 37 36 / 0.25);
}

.focus\:border-b-stone-800\/30:focus {
  border-bottom-color: rgb(41 37 36 / 0.3);
}

.focus\:border-b-stone-800\/40:focus {
  border-bottom-color: rgb(41 37 36 / 0.4);
}

.focus\:border-b-stone-800\/5:focus {
  border-bottom-color: rgb(41 37 36 / 0.05);
}

.focus\:border-b-stone-800\/50:focus {
  border-bottom-color: rgb(41 37 36 / 0.5);
}

.focus\:border-b-stone-800\/60:focus {
  border-bottom-color: rgb(41 37 36 / 0.6);
}

.focus\:border-b-stone-800\/70:focus {
  border-bottom-color: rgb(41 37 36 / 0.7);
}

.focus\:border-b-stone-800\/75:focus {
  border-bottom-color: rgb(41 37 36 / 0.75);
}

.focus\:border-b-stone-800\/80:focus {
  border-bottom-color: rgb(41 37 36 / 0.8);
}

.focus\:border-b-stone-800\/90:focus {
  border-bottom-color: rgb(41 37 36 / 0.9);
}

.focus\:border-b-stone-800\/95:focus {
  border-bottom-color: rgb(41 37 36 / 0.95);
}

.focus\:border-b-stone-900:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(28 25 23 / var(--tw-border-opacity));
}

.focus\:border-b-stone-900\/0:focus {
  border-bottom-color: rgb(28 25 23 / 0);
}

.focus\:border-b-stone-900\/10:focus {
  border-bottom-color: rgb(28 25 23 / 0.1);
}

.focus\:border-b-stone-900\/100:focus {
  border-bottom-color: rgb(28 25 23 / 1);
}

.focus\:border-b-stone-900\/20:focus {
  border-bottom-color: rgb(28 25 23 / 0.2);
}

.focus\:border-b-stone-900\/25:focus {
  border-bottom-color: rgb(28 25 23 / 0.25);
}

.focus\:border-b-stone-900\/30:focus {
  border-bottom-color: rgb(28 25 23 / 0.3);
}

.focus\:border-b-stone-900\/40:focus {
  border-bottom-color: rgb(28 25 23 / 0.4);
}

.focus\:border-b-stone-900\/5:focus {
  border-bottom-color: rgb(28 25 23 / 0.05);
}

.focus\:border-b-stone-900\/50:focus {
  border-bottom-color: rgb(28 25 23 / 0.5);
}

.focus\:border-b-stone-900\/60:focus {
  border-bottom-color: rgb(28 25 23 / 0.6);
}

.focus\:border-b-stone-900\/70:focus {
  border-bottom-color: rgb(28 25 23 / 0.7);
}

.focus\:border-b-stone-900\/75:focus {
  border-bottom-color: rgb(28 25 23 / 0.75);
}

.focus\:border-b-stone-900\/80:focus {
  border-bottom-color: rgb(28 25 23 / 0.8);
}

.focus\:border-b-stone-900\/90:focus {
  border-bottom-color: rgb(28 25 23 / 0.9);
}

.focus\:border-b-stone-900\/95:focus {
  border-bottom-color: rgb(28 25 23 / 0.95);
}

.focus\:border-b-stone-950:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(12 10 9 / var(--tw-border-opacity));
}

.focus\:border-b-stone-950\/0:focus {
  border-bottom-color: rgb(12 10 9 / 0);
}

.focus\:border-b-stone-950\/10:focus {
  border-bottom-color: rgb(12 10 9 / 0.1);
}

.focus\:border-b-stone-950\/100:focus {
  border-bottom-color: rgb(12 10 9 / 1);
}

.focus\:border-b-stone-950\/20:focus {
  border-bottom-color: rgb(12 10 9 / 0.2);
}

.focus\:border-b-stone-950\/25:focus {
  border-bottom-color: rgb(12 10 9 / 0.25);
}

.focus\:border-b-stone-950\/30:focus {
  border-bottom-color: rgb(12 10 9 / 0.3);
}

.focus\:border-b-stone-950\/40:focus {
  border-bottom-color: rgb(12 10 9 / 0.4);
}

.focus\:border-b-stone-950\/5:focus {
  border-bottom-color: rgb(12 10 9 / 0.05);
}

.focus\:border-b-stone-950\/50:focus {
  border-bottom-color: rgb(12 10 9 / 0.5);
}

.focus\:border-b-stone-950\/60:focus {
  border-bottom-color: rgb(12 10 9 / 0.6);
}

.focus\:border-b-stone-950\/70:focus {
  border-bottom-color: rgb(12 10 9 / 0.7);
}

.focus\:border-b-stone-950\/75:focus {
  border-bottom-color: rgb(12 10 9 / 0.75);
}

.focus\:border-b-stone-950\/80:focus {
  border-bottom-color: rgb(12 10 9 / 0.8);
}

.focus\:border-b-stone-950\/90:focus {
  border-bottom-color: rgb(12 10 9 / 0.9);
}

.focus\:border-b-stone-950\/95:focus {
  border-bottom-color: rgb(12 10 9 / 0.95);
}

.focus\:border-b-teal-100:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(204 251 241 / var(--tw-border-opacity));
}

.focus\:border-b-teal-100\/0:focus {
  border-bottom-color: rgb(204 251 241 / 0);
}

.focus\:border-b-teal-100\/10:focus {
  border-bottom-color: rgb(204 251 241 / 0.1);
}

.focus\:border-b-teal-100\/100:focus {
  border-bottom-color: rgb(204 251 241 / 1);
}

.focus\:border-b-teal-100\/20:focus {
  border-bottom-color: rgb(204 251 241 / 0.2);
}

.focus\:border-b-teal-100\/25:focus {
  border-bottom-color: rgb(204 251 241 / 0.25);
}

.focus\:border-b-teal-100\/30:focus {
  border-bottom-color: rgb(204 251 241 / 0.3);
}

.focus\:border-b-teal-100\/40:focus {
  border-bottom-color: rgb(204 251 241 / 0.4);
}

.focus\:border-b-teal-100\/5:focus {
  border-bottom-color: rgb(204 251 241 / 0.05);
}

.focus\:border-b-teal-100\/50:focus {
  border-bottom-color: rgb(204 251 241 / 0.5);
}

.focus\:border-b-teal-100\/60:focus {
  border-bottom-color: rgb(204 251 241 / 0.6);
}

.focus\:border-b-teal-100\/70:focus {
  border-bottom-color: rgb(204 251 241 / 0.7);
}

.focus\:border-b-teal-100\/75:focus {
  border-bottom-color: rgb(204 251 241 / 0.75);
}

.focus\:border-b-teal-100\/80:focus {
  border-bottom-color: rgb(204 251 241 / 0.8);
}

.focus\:border-b-teal-100\/90:focus {
  border-bottom-color: rgb(204 251 241 / 0.9);
}

.focus\:border-b-teal-100\/95:focus {
  border-bottom-color: rgb(204 251 241 / 0.95);
}

.focus\:border-b-teal-200:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(153 246 228 / var(--tw-border-opacity));
}

.focus\:border-b-teal-200\/0:focus {
  border-bottom-color: rgb(153 246 228 / 0);
}

.focus\:border-b-teal-200\/10:focus {
  border-bottom-color: rgb(153 246 228 / 0.1);
}

.focus\:border-b-teal-200\/100:focus {
  border-bottom-color: rgb(153 246 228 / 1);
}

.focus\:border-b-teal-200\/20:focus {
  border-bottom-color: rgb(153 246 228 / 0.2);
}

.focus\:border-b-teal-200\/25:focus {
  border-bottom-color: rgb(153 246 228 / 0.25);
}

.focus\:border-b-teal-200\/30:focus {
  border-bottom-color: rgb(153 246 228 / 0.3);
}

.focus\:border-b-teal-200\/40:focus {
  border-bottom-color: rgb(153 246 228 / 0.4);
}

.focus\:border-b-teal-200\/5:focus {
  border-bottom-color: rgb(153 246 228 / 0.05);
}

.focus\:border-b-teal-200\/50:focus {
  border-bottom-color: rgb(153 246 228 / 0.5);
}

.focus\:border-b-teal-200\/60:focus {
  border-bottom-color: rgb(153 246 228 / 0.6);
}

.focus\:border-b-teal-200\/70:focus {
  border-bottom-color: rgb(153 246 228 / 0.7);
}

.focus\:border-b-teal-200\/75:focus {
  border-bottom-color: rgb(153 246 228 / 0.75);
}

.focus\:border-b-teal-200\/80:focus {
  border-bottom-color: rgb(153 246 228 / 0.8);
}

.focus\:border-b-teal-200\/90:focus {
  border-bottom-color: rgb(153 246 228 / 0.9);
}

.focus\:border-b-teal-200\/95:focus {
  border-bottom-color: rgb(153 246 228 / 0.95);
}

.focus\:border-b-teal-300:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(94 234 212 / var(--tw-border-opacity));
}

.focus\:border-b-teal-300\/0:focus {
  border-bottom-color: rgb(94 234 212 / 0);
}

.focus\:border-b-teal-300\/10:focus {
  border-bottom-color: rgb(94 234 212 / 0.1);
}

.focus\:border-b-teal-300\/100:focus {
  border-bottom-color: rgb(94 234 212 / 1);
}

.focus\:border-b-teal-300\/20:focus {
  border-bottom-color: rgb(94 234 212 / 0.2);
}

.focus\:border-b-teal-300\/25:focus {
  border-bottom-color: rgb(94 234 212 / 0.25);
}

.focus\:border-b-teal-300\/30:focus {
  border-bottom-color: rgb(94 234 212 / 0.3);
}

.focus\:border-b-teal-300\/40:focus {
  border-bottom-color: rgb(94 234 212 / 0.4);
}

.focus\:border-b-teal-300\/5:focus {
  border-bottom-color: rgb(94 234 212 / 0.05);
}

.focus\:border-b-teal-300\/50:focus {
  border-bottom-color: rgb(94 234 212 / 0.5);
}

.focus\:border-b-teal-300\/60:focus {
  border-bottom-color: rgb(94 234 212 / 0.6);
}

.focus\:border-b-teal-300\/70:focus {
  border-bottom-color: rgb(94 234 212 / 0.7);
}

.focus\:border-b-teal-300\/75:focus {
  border-bottom-color: rgb(94 234 212 / 0.75);
}

.focus\:border-b-teal-300\/80:focus {
  border-bottom-color: rgb(94 234 212 / 0.8);
}

.focus\:border-b-teal-300\/90:focus {
  border-bottom-color: rgb(94 234 212 / 0.9);
}

.focus\:border-b-teal-300\/95:focus {
  border-bottom-color: rgb(94 234 212 / 0.95);
}

.focus\:border-b-teal-400:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(45 212 191 / var(--tw-border-opacity));
}

.focus\:border-b-teal-400\/0:focus {
  border-bottom-color: rgb(45 212 191 / 0);
}

.focus\:border-b-teal-400\/10:focus {
  border-bottom-color: rgb(45 212 191 / 0.1);
}

.focus\:border-b-teal-400\/100:focus {
  border-bottom-color: rgb(45 212 191 / 1);
}

.focus\:border-b-teal-400\/20:focus {
  border-bottom-color: rgb(45 212 191 / 0.2);
}

.focus\:border-b-teal-400\/25:focus {
  border-bottom-color: rgb(45 212 191 / 0.25);
}

.focus\:border-b-teal-400\/30:focus {
  border-bottom-color: rgb(45 212 191 / 0.3);
}

.focus\:border-b-teal-400\/40:focus {
  border-bottom-color: rgb(45 212 191 / 0.4);
}

.focus\:border-b-teal-400\/5:focus {
  border-bottom-color: rgb(45 212 191 / 0.05);
}

.focus\:border-b-teal-400\/50:focus {
  border-bottom-color: rgb(45 212 191 / 0.5);
}

.focus\:border-b-teal-400\/60:focus {
  border-bottom-color: rgb(45 212 191 / 0.6);
}

.focus\:border-b-teal-400\/70:focus {
  border-bottom-color: rgb(45 212 191 / 0.7);
}

.focus\:border-b-teal-400\/75:focus {
  border-bottom-color: rgb(45 212 191 / 0.75);
}

.focus\:border-b-teal-400\/80:focus {
  border-bottom-color: rgb(45 212 191 / 0.8);
}

.focus\:border-b-teal-400\/90:focus {
  border-bottom-color: rgb(45 212 191 / 0.9);
}

.focus\:border-b-teal-400\/95:focus {
  border-bottom-color: rgb(45 212 191 / 0.95);
}

.focus\:border-b-teal-50:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(240 253 250 / var(--tw-border-opacity));
}

.focus\:border-b-teal-50\/0:focus {
  border-bottom-color: rgb(240 253 250 / 0);
}

.focus\:border-b-teal-50\/10:focus {
  border-bottom-color: rgb(240 253 250 / 0.1);
}

.focus\:border-b-teal-50\/100:focus {
  border-bottom-color: rgb(240 253 250 / 1);
}

.focus\:border-b-teal-50\/20:focus {
  border-bottom-color: rgb(240 253 250 / 0.2);
}

.focus\:border-b-teal-50\/25:focus {
  border-bottom-color: rgb(240 253 250 / 0.25);
}

.focus\:border-b-teal-50\/30:focus {
  border-bottom-color: rgb(240 253 250 / 0.3);
}

.focus\:border-b-teal-50\/40:focus {
  border-bottom-color: rgb(240 253 250 / 0.4);
}

.focus\:border-b-teal-50\/5:focus {
  border-bottom-color: rgb(240 253 250 / 0.05);
}

.focus\:border-b-teal-50\/50:focus {
  border-bottom-color: rgb(240 253 250 / 0.5);
}

.focus\:border-b-teal-50\/60:focus {
  border-bottom-color: rgb(240 253 250 / 0.6);
}

.focus\:border-b-teal-50\/70:focus {
  border-bottom-color: rgb(240 253 250 / 0.7);
}

.focus\:border-b-teal-50\/75:focus {
  border-bottom-color: rgb(240 253 250 / 0.75);
}

.focus\:border-b-teal-50\/80:focus {
  border-bottom-color: rgb(240 253 250 / 0.8);
}

.focus\:border-b-teal-50\/90:focus {
  border-bottom-color: rgb(240 253 250 / 0.9);
}

.focus\:border-b-teal-50\/95:focus {
  border-bottom-color: rgb(240 253 250 / 0.95);
}

.focus\:border-b-teal-500:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(20 184 166 / var(--tw-border-opacity));
}

.focus\:border-b-teal-500\/0:focus {
  border-bottom-color: rgb(20 184 166 / 0);
}

.focus\:border-b-teal-500\/10:focus {
  border-bottom-color: rgb(20 184 166 / 0.1);
}

.focus\:border-b-teal-500\/100:focus {
  border-bottom-color: rgb(20 184 166 / 1);
}

.focus\:border-b-teal-500\/20:focus {
  border-bottom-color: rgb(20 184 166 / 0.2);
}

.focus\:border-b-teal-500\/25:focus {
  border-bottom-color: rgb(20 184 166 / 0.25);
}

.focus\:border-b-teal-500\/30:focus {
  border-bottom-color: rgb(20 184 166 / 0.3);
}

.focus\:border-b-teal-500\/40:focus {
  border-bottom-color: rgb(20 184 166 / 0.4);
}

.focus\:border-b-teal-500\/5:focus {
  border-bottom-color: rgb(20 184 166 / 0.05);
}

.focus\:border-b-teal-500\/50:focus {
  border-bottom-color: rgb(20 184 166 / 0.5);
}

.focus\:border-b-teal-500\/60:focus {
  border-bottom-color: rgb(20 184 166 / 0.6);
}

.focus\:border-b-teal-500\/70:focus {
  border-bottom-color: rgb(20 184 166 / 0.7);
}

.focus\:border-b-teal-500\/75:focus {
  border-bottom-color: rgb(20 184 166 / 0.75);
}

.focus\:border-b-teal-500\/80:focus {
  border-bottom-color: rgb(20 184 166 / 0.8);
}

.focus\:border-b-teal-500\/90:focus {
  border-bottom-color: rgb(20 184 166 / 0.9);
}

.focus\:border-b-teal-500\/95:focus {
  border-bottom-color: rgb(20 184 166 / 0.95);
}

.focus\:border-b-teal-600:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(13 148 136 / var(--tw-border-opacity));
}

.focus\:border-b-teal-600\/0:focus {
  border-bottom-color: rgb(13 148 136 / 0);
}

.focus\:border-b-teal-600\/10:focus {
  border-bottom-color: rgb(13 148 136 / 0.1);
}

.focus\:border-b-teal-600\/100:focus {
  border-bottom-color: rgb(13 148 136 / 1);
}

.focus\:border-b-teal-600\/20:focus {
  border-bottom-color: rgb(13 148 136 / 0.2);
}

.focus\:border-b-teal-600\/25:focus {
  border-bottom-color: rgb(13 148 136 / 0.25);
}

.focus\:border-b-teal-600\/30:focus {
  border-bottom-color: rgb(13 148 136 / 0.3);
}

.focus\:border-b-teal-600\/40:focus {
  border-bottom-color: rgb(13 148 136 / 0.4);
}

.focus\:border-b-teal-600\/5:focus {
  border-bottom-color: rgb(13 148 136 / 0.05);
}

.focus\:border-b-teal-600\/50:focus {
  border-bottom-color: rgb(13 148 136 / 0.5);
}

.focus\:border-b-teal-600\/60:focus {
  border-bottom-color: rgb(13 148 136 / 0.6);
}

.focus\:border-b-teal-600\/70:focus {
  border-bottom-color: rgb(13 148 136 / 0.7);
}

.focus\:border-b-teal-600\/75:focus {
  border-bottom-color: rgb(13 148 136 / 0.75);
}

.focus\:border-b-teal-600\/80:focus {
  border-bottom-color: rgb(13 148 136 / 0.8);
}

.focus\:border-b-teal-600\/90:focus {
  border-bottom-color: rgb(13 148 136 / 0.9);
}

.focus\:border-b-teal-600\/95:focus {
  border-bottom-color: rgb(13 148 136 / 0.95);
}

.focus\:border-b-teal-700:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(15 118 110 / var(--tw-border-opacity));
}

.focus\:border-b-teal-700\/0:focus {
  border-bottom-color: rgb(15 118 110 / 0);
}

.focus\:border-b-teal-700\/10:focus {
  border-bottom-color: rgb(15 118 110 / 0.1);
}

.focus\:border-b-teal-700\/100:focus {
  border-bottom-color: rgb(15 118 110 / 1);
}

.focus\:border-b-teal-700\/20:focus {
  border-bottom-color: rgb(15 118 110 / 0.2);
}

.focus\:border-b-teal-700\/25:focus {
  border-bottom-color: rgb(15 118 110 / 0.25);
}

.focus\:border-b-teal-700\/30:focus {
  border-bottom-color: rgb(15 118 110 / 0.3);
}

.focus\:border-b-teal-700\/40:focus {
  border-bottom-color: rgb(15 118 110 / 0.4);
}

.focus\:border-b-teal-700\/5:focus {
  border-bottom-color: rgb(15 118 110 / 0.05);
}

.focus\:border-b-teal-700\/50:focus {
  border-bottom-color: rgb(15 118 110 / 0.5);
}

.focus\:border-b-teal-700\/60:focus {
  border-bottom-color: rgb(15 118 110 / 0.6);
}

.focus\:border-b-teal-700\/70:focus {
  border-bottom-color: rgb(15 118 110 / 0.7);
}

.focus\:border-b-teal-700\/75:focus {
  border-bottom-color: rgb(15 118 110 / 0.75);
}

.focus\:border-b-teal-700\/80:focus {
  border-bottom-color: rgb(15 118 110 / 0.8);
}

.focus\:border-b-teal-700\/90:focus {
  border-bottom-color: rgb(15 118 110 / 0.9);
}

.focus\:border-b-teal-700\/95:focus {
  border-bottom-color: rgb(15 118 110 / 0.95);
}

.focus\:border-b-teal-800:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(17 94 89 / var(--tw-border-opacity));
}

.focus\:border-b-teal-800\/0:focus {
  border-bottom-color: rgb(17 94 89 / 0);
}

.focus\:border-b-teal-800\/10:focus {
  border-bottom-color: rgb(17 94 89 / 0.1);
}

.focus\:border-b-teal-800\/100:focus {
  border-bottom-color: rgb(17 94 89 / 1);
}

.focus\:border-b-teal-800\/20:focus {
  border-bottom-color: rgb(17 94 89 / 0.2);
}

.focus\:border-b-teal-800\/25:focus {
  border-bottom-color: rgb(17 94 89 / 0.25);
}

.focus\:border-b-teal-800\/30:focus {
  border-bottom-color: rgb(17 94 89 / 0.3);
}

.focus\:border-b-teal-800\/40:focus {
  border-bottom-color: rgb(17 94 89 / 0.4);
}

.focus\:border-b-teal-800\/5:focus {
  border-bottom-color: rgb(17 94 89 / 0.05);
}

.focus\:border-b-teal-800\/50:focus {
  border-bottom-color: rgb(17 94 89 / 0.5);
}

.focus\:border-b-teal-800\/60:focus {
  border-bottom-color: rgb(17 94 89 / 0.6);
}

.focus\:border-b-teal-800\/70:focus {
  border-bottom-color: rgb(17 94 89 / 0.7);
}

.focus\:border-b-teal-800\/75:focus {
  border-bottom-color: rgb(17 94 89 / 0.75);
}

.focus\:border-b-teal-800\/80:focus {
  border-bottom-color: rgb(17 94 89 / 0.8);
}

.focus\:border-b-teal-800\/90:focus {
  border-bottom-color: rgb(17 94 89 / 0.9);
}

.focus\:border-b-teal-800\/95:focus {
  border-bottom-color: rgb(17 94 89 / 0.95);
}

.focus\:border-b-teal-900:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(19 78 74 / var(--tw-border-opacity));
}

.focus\:border-b-teal-900\/0:focus {
  border-bottom-color: rgb(19 78 74 / 0);
}

.focus\:border-b-teal-900\/10:focus {
  border-bottom-color: rgb(19 78 74 / 0.1);
}

.focus\:border-b-teal-900\/100:focus {
  border-bottom-color: rgb(19 78 74 / 1);
}

.focus\:border-b-teal-900\/20:focus {
  border-bottom-color: rgb(19 78 74 / 0.2);
}

.focus\:border-b-teal-900\/25:focus {
  border-bottom-color: rgb(19 78 74 / 0.25);
}

.focus\:border-b-teal-900\/30:focus {
  border-bottom-color: rgb(19 78 74 / 0.3);
}

.focus\:border-b-teal-900\/40:focus {
  border-bottom-color: rgb(19 78 74 / 0.4);
}

.focus\:border-b-teal-900\/5:focus {
  border-bottom-color: rgb(19 78 74 / 0.05);
}

.focus\:border-b-teal-900\/50:focus {
  border-bottom-color: rgb(19 78 74 / 0.5);
}

.focus\:border-b-teal-900\/60:focus {
  border-bottom-color: rgb(19 78 74 / 0.6);
}

.focus\:border-b-teal-900\/70:focus {
  border-bottom-color: rgb(19 78 74 / 0.7);
}

.focus\:border-b-teal-900\/75:focus {
  border-bottom-color: rgb(19 78 74 / 0.75);
}

.focus\:border-b-teal-900\/80:focus {
  border-bottom-color: rgb(19 78 74 / 0.8);
}

.focus\:border-b-teal-900\/90:focus {
  border-bottom-color: rgb(19 78 74 / 0.9);
}

.focus\:border-b-teal-900\/95:focus {
  border-bottom-color: rgb(19 78 74 / 0.95);
}

.focus\:border-b-teal-950:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(4 47 46 / var(--tw-border-opacity));
}

.focus\:border-b-teal-950\/0:focus {
  border-bottom-color: rgb(4 47 46 / 0);
}

.focus\:border-b-teal-950\/10:focus {
  border-bottom-color: rgb(4 47 46 / 0.1);
}

.focus\:border-b-teal-950\/100:focus {
  border-bottom-color: rgb(4 47 46 / 1);
}

.focus\:border-b-teal-950\/20:focus {
  border-bottom-color: rgb(4 47 46 / 0.2);
}

.focus\:border-b-teal-950\/25:focus {
  border-bottom-color: rgb(4 47 46 / 0.25);
}

.focus\:border-b-teal-950\/30:focus {
  border-bottom-color: rgb(4 47 46 / 0.3);
}

.focus\:border-b-teal-950\/40:focus {
  border-bottom-color: rgb(4 47 46 / 0.4);
}

.focus\:border-b-teal-950\/5:focus {
  border-bottom-color: rgb(4 47 46 / 0.05);
}

.focus\:border-b-teal-950\/50:focus {
  border-bottom-color: rgb(4 47 46 / 0.5);
}

.focus\:border-b-teal-950\/60:focus {
  border-bottom-color: rgb(4 47 46 / 0.6);
}

.focus\:border-b-teal-950\/70:focus {
  border-bottom-color: rgb(4 47 46 / 0.7);
}

.focus\:border-b-teal-950\/75:focus {
  border-bottom-color: rgb(4 47 46 / 0.75);
}

.focus\:border-b-teal-950\/80:focus {
  border-bottom-color: rgb(4 47 46 / 0.8);
}

.focus\:border-b-teal-950\/90:focus {
  border-bottom-color: rgb(4 47 46 / 0.9);
}

.focus\:border-b-teal-950\/95:focus {
  border-bottom-color: rgb(4 47 46 / 0.95);
}

.focus\:border-b-transparent:focus {
  border-bottom-color: transparent;
}

.focus\:border-b-transparent\/0:focus {
  border-bottom-color: rgb(0 0 0 / 0);
}

.focus\:border-b-transparent\/10:focus {
  border-bottom-color: rgb(0 0 0 / 0.1);
}

.focus\:border-b-transparent\/100:focus {
  border-bottom-color: rgb(0 0 0 / 1);
}

.focus\:border-b-transparent\/20:focus {
  border-bottom-color: rgb(0 0 0 / 0.2);
}

.focus\:border-b-transparent\/25:focus {
  border-bottom-color: rgb(0 0 0 / 0.25);
}

.focus\:border-b-transparent\/30:focus {
  border-bottom-color: rgb(0 0 0 / 0.3);
}

.focus\:border-b-transparent\/40:focus {
  border-bottom-color: rgb(0 0 0 / 0.4);
}

.focus\:border-b-transparent\/5:focus {
  border-bottom-color: rgb(0 0 0 / 0.05);
}

.focus\:border-b-transparent\/50:focus {
  border-bottom-color: rgb(0 0 0 / 0.5);
}

.focus\:border-b-transparent\/60:focus {
  border-bottom-color: rgb(0 0 0 / 0.6);
}

.focus\:border-b-transparent\/70:focus {
  border-bottom-color: rgb(0 0 0 / 0.7);
}

.focus\:border-b-transparent\/75:focus {
  border-bottom-color: rgb(0 0 0 / 0.75);
}

.focus\:border-b-transparent\/80:focus {
  border-bottom-color: rgb(0 0 0 / 0.8);
}

.focus\:border-b-transparent\/90:focus {
  border-bottom-color: rgb(0 0 0 / 0.9);
}

.focus\:border-b-transparent\/95:focus {
  border-bottom-color: rgb(0 0 0 / 0.95);
}

.focus\:border-b-tykhe-digital:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(239 156 131 / var(--tw-border-opacity));
}

.focus\:border-b-tykhe-digital-alt:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 239 224 / var(--tw-border-opacity));
}

.focus\:border-b-tykhe-digital-alt\/0:focus {
  border-bottom-color: rgb(245 239 224 / 0);
}

.focus\:border-b-tykhe-digital-alt\/10:focus {
  border-bottom-color: rgb(245 239 224 / 0.1);
}

.focus\:border-b-tykhe-digital-alt\/100:focus {
  border-bottom-color: rgb(245 239 224 / 1);
}

.focus\:border-b-tykhe-digital-alt\/20:focus {
  border-bottom-color: rgb(245 239 224 / 0.2);
}

.focus\:border-b-tykhe-digital-alt\/25:focus {
  border-bottom-color: rgb(245 239 224 / 0.25);
}

.focus\:border-b-tykhe-digital-alt\/30:focus {
  border-bottom-color: rgb(245 239 224 / 0.3);
}

.focus\:border-b-tykhe-digital-alt\/40:focus {
  border-bottom-color: rgb(245 239 224 / 0.4);
}

.focus\:border-b-tykhe-digital-alt\/5:focus {
  border-bottom-color: rgb(245 239 224 / 0.05);
}

.focus\:border-b-tykhe-digital-alt\/50:focus {
  border-bottom-color: rgb(245 239 224 / 0.5);
}

.focus\:border-b-tykhe-digital-alt\/60:focus {
  border-bottom-color: rgb(245 239 224 / 0.6);
}

.focus\:border-b-tykhe-digital-alt\/70:focus {
  border-bottom-color: rgb(245 239 224 / 0.7);
}

.focus\:border-b-tykhe-digital-alt\/75:focus {
  border-bottom-color: rgb(245 239 224 / 0.75);
}

.focus\:border-b-tykhe-digital-alt\/80:focus {
  border-bottom-color: rgb(245 239 224 / 0.8);
}

.focus\:border-b-tykhe-digital-alt\/90:focus {
  border-bottom-color: rgb(245 239 224 / 0.9);
}

.focus\:border-b-tykhe-digital-alt\/95:focus {
  border-bottom-color: rgb(245 239 224 / 0.95);
}

.focus\:border-b-tykhe-digital-alt2:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 58 111 / var(--tw-border-opacity));
}

.focus\:border-b-tykhe-digital-alt2\/0:focus {
  border-bottom-color: rgb(255 58 111 / 0);
}

.focus\:border-b-tykhe-digital-alt2\/10:focus {
  border-bottom-color: rgb(255 58 111 / 0.1);
}

.focus\:border-b-tykhe-digital-alt2\/100:focus {
  border-bottom-color: rgb(255 58 111 / 1);
}

.focus\:border-b-tykhe-digital-alt2\/20:focus {
  border-bottom-color: rgb(255 58 111 / 0.2);
}

.focus\:border-b-tykhe-digital-alt2\/25:focus {
  border-bottom-color: rgb(255 58 111 / 0.25);
}

.focus\:border-b-tykhe-digital-alt2\/30:focus {
  border-bottom-color: rgb(255 58 111 / 0.3);
}

.focus\:border-b-tykhe-digital-alt2\/40:focus {
  border-bottom-color: rgb(255 58 111 / 0.4);
}

.focus\:border-b-tykhe-digital-alt2\/5:focus {
  border-bottom-color: rgb(255 58 111 / 0.05);
}

.focus\:border-b-tykhe-digital-alt2\/50:focus {
  border-bottom-color: rgb(255 58 111 / 0.5);
}

.focus\:border-b-tykhe-digital-alt2\/60:focus {
  border-bottom-color: rgb(255 58 111 / 0.6);
}

.focus\:border-b-tykhe-digital-alt2\/70:focus {
  border-bottom-color: rgb(255 58 111 / 0.7);
}

.focus\:border-b-tykhe-digital-alt2\/75:focus {
  border-bottom-color: rgb(255 58 111 / 0.75);
}

.focus\:border-b-tykhe-digital-alt2\/80:focus {
  border-bottom-color: rgb(255 58 111 / 0.8);
}

.focus\:border-b-tykhe-digital-alt2\/90:focus {
  border-bottom-color: rgb(255 58 111 / 0.9);
}

.focus\:border-b-tykhe-digital-alt2\/95:focus {
  border-bottom-color: rgb(255 58 111 / 0.95);
}

.focus\:border-b-tykhe-digital-alt3:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(131 214 239 / var(--tw-border-opacity));
}

.focus\:border-b-tykhe-digital-alt3\/0:focus {
  border-bottom-color: rgb(131 214 239 / 0);
}

.focus\:border-b-tykhe-digital-alt3\/10:focus {
  border-bottom-color: rgb(131 214 239 / 0.1);
}

.focus\:border-b-tykhe-digital-alt3\/100:focus {
  border-bottom-color: rgb(131 214 239 / 1);
}

.focus\:border-b-tykhe-digital-alt3\/20:focus {
  border-bottom-color: rgb(131 214 239 / 0.2);
}

.focus\:border-b-tykhe-digital-alt3\/25:focus {
  border-bottom-color: rgb(131 214 239 / 0.25);
}

.focus\:border-b-tykhe-digital-alt3\/30:focus {
  border-bottom-color: rgb(131 214 239 / 0.3);
}

.focus\:border-b-tykhe-digital-alt3\/40:focus {
  border-bottom-color: rgb(131 214 239 / 0.4);
}

.focus\:border-b-tykhe-digital-alt3\/5:focus {
  border-bottom-color: rgb(131 214 239 / 0.05);
}

.focus\:border-b-tykhe-digital-alt3\/50:focus {
  border-bottom-color: rgb(131 214 239 / 0.5);
}

.focus\:border-b-tykhe-digital-alt3\/60:focus {
  border-bottom-color: rgb(131 214 239 / 0.6);
}

.focus\:border-b-tykhe-digital-alt3\/70:focus {
  border-bottom-color: rgb(131 214 239 / 0.7);
}

.focus\:border-b-tykhe-digital-alt3\/75:focus {
  border-bottom-color: rgb(131 214 239 / 0.75);
}

.focus\:border-b-tykhe-digital-alt3\/80:focus {
  border-bottom-color: rgb(131 214 239 / 0.8);
}

.focus\:border-b-tykhe-digital-alt3\/90:focus {
  border-bottom-color: rgb(131 214 239 / 0.9);
}

.focus\:border-b-tykhe-digital-alt3\/95:focus {
  border-bottom-color: rgb(131 214 239 / 0.95);
}

.focus\:border-b-tykhe-digital\/0:focus {
  border-bottom-color: rgb(239 156 131 / 0);
}

.focus\:border-b-tykhe-digital\/10:focus {
  border-bottom-color: rgb(239 156 131 / 0.1);
}

.focus\:border-b-tykhe-digital\/100:focus {
  border-bottom-color: rgb(239 156 131 / 1);
}

.focus\:border-b-tykhe-digital\/20:focus {
  border-bottom-color: rgb(239 156 131 / 0.2);
}

.focus\:border-b-tykhe-digital\/25:focus {
  border-bottom-color: rgb(239 156 131 / 0.25);
}

.focus\:border-b-tykhe-digital\/30:focus {
  border-bottom-color: rgb(239 156 131 / 0.3);
}

.focus\:border-b-tykhe-digital\/40:focus {
  border-bottom-color: rgb(239 156 131 / 0.4);
}

.focus\:border-b-tykhe-digital\/5:focus {
  border-bottom-color: rgb(239 156 131 / 0.05);
}

.focus\:border-b-tykhe-digital\/50:focus {
  border-bottom-color: rgb(239 156 131 / 0.5);
}

.focus\:border-b-tykhe-digital\/60:focus {
  border-bottom-color: rgb(239 156 131 / 0.6);
}

.focus\:border-b-tykhe-digital\/70:focus {
  border-bottom-color: rgb(239 156 131 / 0.7);
}

.focus\:border-b-tykhe-digital\/75:focus {
  border-bottom-color: rgb(239 156 131 / 0.75);
}

.focus\:border-b-tykhe-digital\/80:focus {
  border-bottom-color: rgb(239 156 131 / 0.8);
}

.focus\:border-b-tykhe-digital\/90:focus {
  border-bottom-color: rgb(239 156 131 / 0.9);
}

.focus\:border-b-tykhe-digital\/95:focus {
  border-bottom-color: rgb(239 156 131 / 0.95);
}

.focus\:border-b-violet-100:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(237 233 254 / var(--tw-border-opacity));
}

.focus\:border-b-violet-100\/0:focus {
  border-bottom-color: rgb(237 233 254 / 0);
}

.focus\:border-b-violet-100\/10:focus {
  border-bottom-color: rgb(237 233 254 / 0.1);
}

.focus\:border-b-violet-100\/100:focus {
  border-bottom-color: rgb(237 233 254 / 1);
}

.focus\:border-b-violet-100\/20:focus {
  border-bottom-color: rgb(237 233 254 / 0.2);
}

.focus\:border-b-violet-100\/25:focus {
  border-bottom-color: rgb(237 233 254 / 0.25);
}

.focus\:border-b-violet-100\/30:focus {
  border-bottom-color: rgb(237 233 254 / 0.3);
}

.focus\:border-b-violet-100\/40:focus {
  border-bottom-color: rgb(237 233 254 / 0.4);
}

.focus\:border-b-violet-100\/5:focus {
  border-bottom-color: rgb(237 233 254 / 0.05);
}

.focus\:border-b-violet-100\/50:focus {
  border-bottom-color: rgb(237 233 254 / 0.5);
}

.focus\:border-b-violet-100\/60:focus {
  border-bottom-color: rgb(237 233 254 / 0.6);
}

.focus\:border-b-violet-100\/70:focus {
  border-bottom-color: rgb(237 233 254 / 0.7);
}

.focus\:border-b-violet-100\/75:focus {
  border-bottom-color: rgb(237 233 254 / 0.75);
}

.focus\:border-b-violet-100\/80:focus {
  border-bottom-color: rgb(237 233 254 / 0.8);
}

.focus\:border-b-violet-100\/90:focus {
  border-bottom-color: rgb(237 233 254 / 0.9);
}

.focus\:border-b-violet-100\/95:focus {
  border-bottom-color: rgb(237 233 254 / 0.95);
}

.focus\:border-b-violet-200:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(221 214 254 / var(--tw-border-opacity));
}

.focus\:border-b-violet-200\/0:focus {
  border-bottom-color: rgb(221 214 254 / 0);
}

.focus\:border-b-violet-200\/10:focus {
  border-bottom-color: rgb(221 214 254 / 0.1);
}

.focus\:border-b-violet-200\/100:focus {
  border-bottom-color: rgb(221 214 254 / 1);
}

.focus\:border-b-violet-200\/20:focus {
  border-bottom-color: rgb(221 214 254 / 0.2);
}

.focus\:border-b-violet-200\/25:focus {
  border-bottom-color: rgb(221 214 254 / 0.25);
}

.focus\:border-b-violet-200\/30:focus {
  border-bottom-color: rgb(221 214 254 / 0.3);
}

.focus\:border-b-violet-200\/40:focus {
  border-bottom-color: rgb(221 214 254 / 0.4);
}

.focus\:border-b-violet-200\/5:focus {
  border-bottom-color: rgb(221 214 254 / 0.05);
}

.focus\:border-b-violet-200\/50:focus {
  border-bottom-color: rgb(221 214 254 / 0.5);
}

.focus\:border-b-violet-200\/60:focus {
  border-bottom-color: rgb(221 214 254 / 0.6);
}

.focus\:border-b-violet-200\/70:focus {
  border-bottom-color: rgb(221 214 254 / 0.7);
}

.focus\:border-b-violet-200\/75:focus {
  border-bottom-color: rgb(221 214 254 / 0.75);
}

.focus\:border-b-violet-200\/80:focus {
  border-bottom-color: rgb(221 214 254 / 0.8);
}

.focus\:border-b-violet-200\/90:focus {
  border-bottom-color: rgb(221 214 254 / 0.9);
}

.focus\:border-b-violet-200\/95:focus {
  border-bottom-color: rgb(221 214 254 / 0.95);
}

.focus\:border-b-violet-300:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(196 181 253 / var(--tw-border-opacity));
}

.focus\:border-b-violet-300\/0:focus {
  border-bottom-color: rgb(196 181 253 / 0);
}

.focus\:border-b-violet-300\/10:focus {
  border-bottom-color: rgb(196 181 253 / 0.1);
}

.focus\:border-b-violet-300\/100:focus {
  border-bottom-color: rgb(196 181 253 / 1);
}

.focus\:border-b-violet-300\/20:focus {
  border-bottom-color: rgb(196 181 253 / 0.2);
}

.focus\:border-b-violet-300\/25:focus {
  border-bottom-color: rgb(196 181 253 / 0.25);
}

.focus\:border-b-violet-300\/30:focus {
  border-bottom-color: rgb(196 181 253 / 0.3);
}

.focus\:border-b-violet-300\/40:focus {
  border-bottom-color: rgb(196 181 253 / 0.4);
}

.focus\:border-b-violet-300\/5:focus {
  border-bottom-color: rgb(196 181 253 / 0.05);
}

.focus\:border-b-violet-300\/50:focus {
  border-bottom-color: rgb(196 181 253 / 0.5);
}

.focus\:border-b-violet-300\/60:focus {
  border-bottom-color: rgb(196 181 253 / 0.6);
}

.focus\:border-b-violet-300\/70:focus {
  border-bottom-color: rgb(196 181 253 / 0.7);
}

.focus\:border-b-violet-300\/75:focus {
  border-bottom-color: rgb(196 181 253 / 0.75);
}

.focus\:border-b-violet-300\/80:focus {
  border-bottom-color: rgb(196 181 253 / 0.8);
}

.focus\:border-b-violet-300\/90:focus {
  border-bottom-color: rgb(196 181 253 / 0.9);
}

.focus\:border-b-violet-300\/95:focus {
  border-bottom-color: rgb(196 181 253 / 0.95);
}

.focus\:border-b-violet-400:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(167 139 250 / var(--tw-border-opacity));
}

.focus\:border-b-violet-400\/0:focus {
  border-bottom-color: rgb(167 139 250 / 0);
}

.focus\:border-b-violet-400\/10:focus {
  border-bottom-color: rgb(167 139 250 / 0.1);
}

.focus\:border-b-violet-400\/100:focus {
  border-bottom-color: rgb(167 139 250 / 1);
}

.focus\:border-b-violet-400\/20:focus {
  border-bottom-color: rgb(167 139 250 / 0.2);
}

.focus\:border-b-violet-400\/25:focus {
  border-bottom-color: rgb(167 139 250 / 0.25);
}

.focus\:border-b-violet-400\/30:focus {
  border-bottom-color: rgb(167 139 250 / 0.3);
}

.focus\:border-b-violet-400\/40:focus {
  border-bottom-color: rgb(167 139 250 / 0.4);
}

.focus\:border-b-violet-400\/5:focus {
  border-bottom-color: rgb(167 139 250 / 0.05);
}

.focus\:border-b-violet-400\/50:focus {
  border-bottom-color: rgb(167 139 250 / 0.5);
}

.focus\:border-b-violet-400\/60:focus {
  border-bottom-color: rgb(167 139 250 / 0.6);
}

.focus\:border-b-violet-400\/70:focus {
  border-bottom-color: rgb(167 139 250 / 0.7);
}

.focus\:border-b-violet-400\/75:focus {
  border-bottom-color: rgb(167 139 250 / 0.75);
}

.focus\:border-b-violet-400\/80:focus {
  border-bottom-color: rgb(167 139 250 / 0.8);
}

.focus\:border-b-violet-400\/90:focus {
  border-bottom-color: rgb(167 139 250 / 0.9);
}

.focus\:border-b-violet-400\/95:focus {
  border-bottom-color: rgb(167 139 250 / 0.95);
}

.focus\:border-b-violet-50:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 243 255 / var(--tw-border-opacity));
}

.focus\:border-b-violet-50\/0:focus {
  border-bottom-color: rgb(245 243 255 / 0);
}

.focus\:border-b-violet-50\/10:focus {
  border-bottom-color: rgb(245 243 255 / 0.1);
}

.focus\:border-b-violet-50\/100:focus {
  border-bottom-color: rgb(245 243 255 / 1);
}

.focus\:border-b-violet-50\/20:focus {
  border-bottom-color: rgb(245 243 255 / 0.2);
}

.focus\:border-b-violet-50\/25:focus {
  border-bottom-color: rgb(245 243 255 / 0.25);
}

.focus\:border-b-violet-50\/30:focus {
  border-bottom-color: rgb(245 243 255 / 0.3);
}

.focus\:border-b-violet-50\/40:focus {
  border-bottom-color: rgb(245 243 255 / 0.4);
}

.focus\:border-b-violet-50\/5:focus {
  border-bottom-color: rgb(245 243 255 / 0.05);
}

.focus\:border-b-violet-50\/50:focus {
  border-bottom-color: rgb(245 243 255 / 0.5);
}

.focus\:border-b-violet-50\/60:focus {
  border-bottom-color: rgb(245 243 255 / 0.6);
}

.focus\:border-b-violet-50\/70:focus {
  border-bottom-color: rgb(245 243 255 / 0.7);
}

.focus\:border-b-violet-50\/75:focus {
  border-bottom-color: rgb(245 243 255 / 0.75);
}

.focus\:border-b-violet-50\/80:focus {
  border-bottom-color: rgb(245 243 255 / 0.8);
}

.focus\:border-b-violet-50\/90:focus {
  border-bottom-color: rgb(245 243 255 / 0.9);
}

.focus\:border-b-violet-50\/95:focus {
  border-bottom-color: rgb(245 243 255 / 0.95);
}

.focus\:border-b-violet-500:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(139 92 246 / var(--tw-border-opacity));
}

.focus\:border-b-violet-500\/0:focus {
  border-bottom-color: rgb(139 92 246 / 0);
}

.focus\:border-b-violet-500\/10:focus {
  border-bottom-color: rgb(139 92 246 / 0.1);
}

.focus\:border-b-violet-500\/100:focus {
  border-bottom-color: rgb(139 92 246 / 1);
}

.focus\:border-b-violet-500\/20:focus {
  border-bottom-color: rgb(139 92 246 / 0.2);
}

.focus\:border-b-violet-500\/25:focus {
  border-bottom-color: rgb(139 92 246 / 0.25);
}

.focus\:border-b-violet-500\/30:focus {
  border-bottom-color: rgb(139 92 246 / 0.3);
}

.focus\:border-b-violet-500\/40:focus {
  border-bottom-color: rgb(139 92 246 / 0.4);
}

.focus\:border-b-violet-500\/5:focus {
  border-bottom-color: rgb(139 92 246 / 0.05);
}

.focus\:border-b-violet-500\/50:focus {
  border-bottom-color: rgb(139 92 246 / 0.5);
}

.focus\:border-b-violet-500\/60:focus {
  border-bottom-color: rgb(139 92 246 / 0.6);
}

.focus\:border-b-violet-500\/70:focus {
  border-bottom-color: rgb(139 92 246 / 0.7);
}

.focus\:border-b-violet-500\/75:focus {
  border-bottom-color: rgb(139 92 246 / 0.75);
}

.focus\:border-b-violet-500\/80:focus {
  border-bottom-color: rgb(139 92 246 / 0.8);
}

.focus\:border-b-violet-500\/90:focus {
  border-bottom-color: rgb(139 92 246 / 0.9);
}

.focus\:border-b-violet-500\/95:focus {
  border-bottom-color: rgb(139 92 246 / 0.95);
}

.focus\:border-b-violet-600:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(124 58 237 / var(--tw-border-opacity));
}

.focus\:border-b-violet-600\/0:focus {
  border-bottom-color: rgb(124 58 237 / 0);
}

.focus\:border-b-violet-600\/10:focus {
  border-bottom-color: rgb(124 58 237 / 0.1);
}

.focus\:border-b-violet-600\/100:focus {
  border-bottom-color: rgb(124 58 237 / 1);
}

.focus\:border-b-violet-600\/20:focus {
  border-bottom-color: rgb(124 58 237 / 0.2);
}

.focus\:border-b-violet-600\/25:focus {
  border-bottom-color: rgb(124 58 237 / 0.25);
}

.focus\:border-b-violet-600\/30:focus {
  border-bottom-color: rgb(124 58 237 / 0.3);
}

.focus\:border-b-violet-600\/40:focus {
  border-bottom-color: rgb(124 58 237 / 0.4);
}

.focus\:border-b-violet-600\/5:focus {
  border-bottom-color: rgb(124 58 237 / 0.05);
}

.focus\:border-b-violet-600\/50:focus {
  border-bottom-color: rgb(124 58 237 / 0.5);
}

.focus\:border-b-violet-600\/60:focus {
  border-bottom-color: rgb(124 58 237 / 0.6);
}

.focus\:border-b-violet-600\/70:focus {
  border-bottom-color: rgb(124 58 237 / 0.7);
}

.focus\:border-b-violet-600\/75:focus {
  border-bottom-color: rgb(124 58 237 / 0.75);
}

.focus\:border-b-violet-600\/80:focus {
  border-bottom-color: rgb(124 58 237 / 0.8);
}

.focus\:border-b-violet-600\/90:focus {
  border-bottom-color: rgb(124 58 237 / 0.9);
}

.focus\:border-b-violet-600\/95:focus {
  border-bottom-color: rgb(124 58 237 / 0.95);
}

.focus\:border-b-violet-700:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(109 40 217 / var(--tw-border-opacity));
}

.focus\:border-b-violet-700\/0:focus {
  border-bottom-color: rgb(109 40 217 / 0);
}

.focus\:border-b-violet-700\/10:focus {
  border-bottom-color: rgb(109 40 217 / 0.1);
}

.focus\:border-b-violet-700\/100:focus {
  border-bottom-color: rgb(109 40 217 / 1);
}

.focus\:border-b-violet-700\/20:focus {
  border-bottom-color: rgb(109 40 217 / 0.2);
}

.focus\:border-b-violet-700\/25:focus {
  border-bottom-color: rgb(109 40 217 / 0.25);
}

.focus\:border-b-violet-700\/30:focus {
  border-bottom-color: rgb(109 40 217 / 0.3);
}

.focus\:border-b-violet-700\/40:focus {
  border-bottom-color: rgb(109 40 217 / 0.4);
}

.focus\:border-b-violet-700\/5:focus {
  border-bottom-color: rgb(109 40 217 / 0.05);
}

.focus\:border-b-violet-700\/50:focus {
  border-bottom-color: rgb(109 40 217 / 0.5);
}

.focus\:border-b-violet-700\/60:focus {
  border-bottom-color: rgb(109 40 217 / 0.6);
}

.focus\:border-b-violet-700\/70:focus {
  border-bottom-color: rgb(109 40 217 / 0.7);
}

.focus\:border-b-violet-700\/75:focus {
  border-bottom-color: rgb(109 40 217 / 0.75);
}

.focus\:border-b-violet-700\/80:focus {
  border-bottom-color: rgb(109 40 217 / 0.8);
}

.focus\:border-b-violet-700\/90:focus {
  border-bottom-color: rgb(109 40 217 / 0.9);
}

.focus\:border-b-violet-700\/95:focus {
  border-bottom-color: rgb(109 40 217 / 0.95);
}

.focus\:border-b-violet-800:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(91 33 182 / var(--tw-border-opacity));
}

.focus\:border-b-violet-800\/0:focus {
  border-bottom-color: rgb(91 33 182 / 0);
}

.focus\:border-b-violet-800\/10:focus {
  border-bottom-color: rgb(91 33 182 / 0.1);
}

.focus\:border-b-violet-800\/100:focus {
  border-bottom-color: rgb(91 33 182 / 1);
}

.focus\:border-b-violet-800\/20:focus {
  border-bottom-color: rgb(91 33 182 / 0.2);
}

.focus\:border-b-violet-800\/25:focus {
  border-bottom-color: rgb(91 33 182 / 0.25);
}

.focus\:border-b-violet-800\/30:focus {
  border-bottom-color: rgb(91 33 182 / 0.3);
}

.focus\:border-b-violet-800\/40:focus {
  border-bottom-color: rgb(91 33 182 / 0.4);
}

.focus\:border-b-violet-800\/5:focus {
  border-bottom-color: rgb(91 33 182 / 0.05);
}

.focus\:border-b-violet-800\/50:focus {
  border-bottom-color: rgb(91 33 182 / 0.5);
}

.focus\:border-b-violet-800\/60:focus {
  border-bottom-color: rgb(91 33 182 / 0.6);
}

.focus\:border-b-violet-800\/70:focus {
  border-bottom-color: rgb(91 33 182 / 0.7);
}

.focus\:border-b-violet-800\/75:focus {
  border-bottom-color: rgb(91 33 182 / 0.75);
}

.focus\:border-b-violet-800\/80:focus {
  border-bottom-color: rgb(91 33 182 / 0.8);
}

.focus\:border-b-violet-800\/90:focus {
  border-bottom-color: rgb(91 33 182 / 0.9);
}

.focus\:border-b-violet-800\/95:focus {
  border-bottom-color: rgb(91 33 182 / 0.95);
}

.focus\:border-b-violet-900:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(76 29 149 / var(--tw-border-opacity));
}

.focus\:border-b-violet-900\/0:focus {
  border-bottom-color: rgb(76 29 149 / 0);
}

.focus\:border-b-violet-900\/10:focus {
  border-bottom-color: rgb(76 29 149 / 0.1);
}

.focus\:border-b-violet-900\/100:focus {
  border-bottom-color: rgb(76 29 149 / 1);
}

.focus\:border-b-violet-900\/20:focus {
  border-bottom-color: rgb(76 29 149 / 0.2);
}

.focus\:border-b-violet-900\/25:focus {
  border-bottom-color: rgb(76 29 149 / 0.25);
}

.focus\:border-b-violet-900\/30:focus {
  border-bottom-color: rgb(76 29 149 / 0.3);
}

.focus\:border-b-violet-900\/40:focus {
  border-bottom-color: rgb(76 29 149 / 0.4);
}

.focus\:border-b-violet-900\/5:focus {
  border-bottom-color: rgb(76 29 149 / 0.05);
}

.focus\:border-b-violet-900\/50:focus {
  border-bottom-color: rgb(76 29 149 / 0.5);
}

.focus\:border-b-violet-900\/60:focus {
  border-bottom-color: rgb(76 29 149 / 0.6);
}

.focus\:border-b-violet-900\/70:focus {
  border-bottom-color: rgb(76 29 149 / 0.7);
}

.focus\:border-b-violet-900\/75:focus {
  border-bottom-color: rgb(76 29 149 / 0.75);
}

.focus\:border-b-violet-900\/80:focus {
  border-bottom-color: rgb(76 29 149 / 0.8);
}

.focus\:border-b-violet-900\/90:focus {
  border-bottom-color: rgb(76 29 149 / 0.9);
}

.focus\:border-b-violet-900\/95:focus {
  border-bottom-color: rgb(76 29 149 / 0.95);
}

.focus\:border-b-violet-950:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(46 16 101 / var(--tw-border-opacity));
}

.focus\:border-b-violet-950\/0:focus {
  border-bottom-color: rgb(46 16 101 / 0);
}

.focus\:border-b-violet-950\/10:focus {
  border-bottom-color: rgb(46 16 101 / 0.1);
}

.focus\:border-b-violet-950\/100:focus {
  border-bottom-color: rgb(46 16 101 / 1);
}

.focus\:border-b-violet-950\/20:focus {
  border-bottom-color: rgb(46 16 101 / 0.2);
}

.focus\:border-b-violet-950\/25:focus {
  border-bottom-color: rgb(46 16 101 / 0.25);
}

.focus\:border-b-violet-950\/30:focus {
  border-bottom-color: rgb(46 16 101 / 0.3);
}

.focus\:border-b-violet-950\/40:focus {
  border-bottom-color: rgb(46 16 101 / 0.4);
}

.focus\:border-b-violet-950\/5:focus {
  border-bottom-color: rgb(46 16 101 / 0.05);
}

.focus\:border-b-violet-950\/50:focus {
  border-bottom-color: rgb(46 16 101 / 0.5);
}

.focus\:border-b-violet-950\/60:focus {
  border-bottom-color: rgb(46 16 101 / 0.6);
}

.focus\:border-b-violet-950\/70:focus {
  border-bottom-color: rgb(46 16 101 / 0.7);
}

.focus\:border-b-violet-950\/75:focus {
  border-bottom-color: rgb(46 16 101 / 0.75);
}

.focus\:border-b-violet-950\/80:focus {
  border-bottom-color: rgb(46 16 101 / 0.8);
}

.focus\:border-b-violet-950\/90:focus {
  border-bottom-color: rgb(46 16 101 / 0.9);
}

.focus\:border-b-violet-950\/95:focus {
  border-bottom-color: rgb(46 16 101 / 0.95);
}

.focus\:border-b-white:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.focus\:border-b-white\/0:focus {
  border-bottom-color: rgb(255 255 255 / 0);
}

.focus\:border-b-white\/10:focus {
  border-bottom-color: rgb(255 255 255 / 0.1);
}

.focus\:border-b-white\/100:focus {
  border-bottom-color: rgb(255 255 255 / 1);
}

.focus\:border-b-white\/20:focus {
  border-bottom-color: rgb(255 255 255 / 0.2);
}

.focus\:border-b-white\/25:focus {
  border-bottom-color: rgb(255 255 255 / 0.25);
}

.focus\:border-b-white\/30:focus {
  border-bottom-color: rgb(255 255 255 / 0.3);
}

.focus\:border-b-white\/40:focus {
  border-bottom-color: rgb(255 255 255 / 0.4);
}

.focus\:border-b-white\/5:focus {
  border-bottom-color: rgb(255 255 255 / 0.05);
}

.focus\:border-b-white\/50:focus {
  border-bottom-color: rgb(255 255 255 / 0.5);
}

.focus\:border-b-white\/60:focus {
  border-bottom-color: rgb(255 255 255 / 0.6);
}

.focus\:border-b-white\/70:focus {
  border-bottom-color: rgb(255 255 255 / 0.7);
}

.focus\:border-b-white\/75:focus {
  border-bottom-color: rgb(255 255 255 / 0.75);
}

.focus\:border-b-white\/80:focus {
  border-bottom-color: rgb(255 255 255 / 0.8);
}

.focus\:border-b-white\/90:focus {
  border-bottom-color: rgb(255 255 255 / 0.9);
}

.focus\:border-b-white\/95:focus {
  border-bottom-color: rgb(255 255 255 / 0.95);
}

.focus\:border-b-work-identity-300:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(166 235 194 / var(--tw-border-opacity));
}

.focus\:border-b-work-identity-300\/0:focus {
  border-bottom-color: rgb(166 235 194 / 0);
}

.focus\:border-b-work-identity-300\/10:focus {
  border-bottom-color: rgb(166 235 194 / 0.1);
}

.focus\:border-b-work-identity-300\/100:focus {
  border-bottom-color: rgb(166 235 194 / 1);
}

.focus\:border-b-work-identity-300\/20:focus {
  border-bottom-color: rgb(166 235 194 / 0.2);
}

.focus\:border-b-work-identity-300\/25:focus {
  border-bottom-color: rgb(166 235 194 / 0.25);
}

.focus\:border-b-work-identity-300\/30:focus {
  border-bottom-color: rgb(166 235 194 / 0.3);
}

.focus\:border-b-work-identity-300\/40:focus {
  border-bottom-color: rgb(166 235 194 / 0.4);
}

.focus\:border-b-work-identity-300\/5:focus {
  border-bottom-color: rgb(166 235 194 / 0.05);
}

.focus\:border-b-work-identity-300\/50:focus {
  border-bottom-color: rgb(166 235 194 / 0.5);
}

.focus\:border-b-work-identity-300\/60:focus {
  border-bottom-color: rgb(166 235 194 / 0.6);
}

.focus\:border-b-work-identity-300\/70:focus {
  border-bottom-color: rgb(166 235 194 / 0.7);
}

.focus\:border-b-work-identity-300\/75:focus {
  border-bottom-color: rgb(166 235 194 / 0.75);
}

.focus\:border-b-work-identity-300\/80:focus {
  border-bottom-color: rgb(166 235 194 / 0.8);
}

.focus\:border-b-work-identity-300\/90:focus {
  border-bottom-color: rgb(166 235 194 / 0.9);
}

.focus\:border-b-work-identity-300\/95:focus {
  border-bottom-color: rgb(166 235 194 / 0.95);
}

.focus\:border-b-work-identity-400:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(83 221 139 / var(--tw-border-opacity));
}

.focus\:border-b-work-identity-400\/0:focus {
  border-bottom-color: rgb(83 221 139 / 0);
}

.focus\:border-b-work-identity-400\/10:focus {
  border-bottom-color: rgb(83 221 139 / 0.1);
}

.focus\:border-b-work-identity-400\/100:focus {
  border-bottom-color: rgb(83 221 139 / 1);
}

.focus\:border-b-work-identity-400\/20:focus {
  border-bottom-color: rgb(83 221 139 / 0.2);
}

.focus\:border-b-work-identity-400\/25:focus {
  border-bottom-color: rgb(83 221 139 / 0.25);
}

.focus\:border-b-work-identity-400\/30:focus {
  border-bottom-color: rgb(83 221 139 / 0.3);
}

.focus\:border-b-work-identity-400\/40:focus {
  border-bottom-color: rgb(83 221 139 / 0.4);
}

.focus\:border-b-work-identity-400\/5:focus {
  border-bottom-color: rgb(83 221 139 / 0.05);
}

.focus\:border-b-work-identity-400\/50:focus {
  border-bottom-color: rgb(83 221 139 / 0.5);
}

.focus\:border-b-work-identity-400\/60:focus {
  border-bottom-color: rgb(83 221 139 / 0.6);
}

.focus\:border-b-work-identity-400\/70:focus {
  border-bottom-color: rgb(83 221 139 / 0.7);
}

.focus\:border-b-work-identity-400\/75:focus {
  border-bottom-color: rgb(83 221 139 / 0.75);
}

.focus\:border-b-work-identity-400\/80:focus {
  border-bottom-color: rgb(83 221 139 / 0.8);
}

.focus\:border-b-work-identity-400\/90:focus {
  border-bottom-color: rgb(83 221 139 / 0.9);
}

.focus\:border-b-work-identity-400\/95:focus {
  border-bottom-color: rgb(83 221 139 / 0.95);
}

.focus\:border-b-work-identity-500:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 208 84 / var(--tw-border-opacity));
}

.focus\:border-b-work-identity-500\/0:focus {
  border-bottom-color: rgb(0 208 84 / 0);
}

.focus\:border-b-work-identity-500\/10:focus {
  border-bottom-color: rgb(0 208 84 / 0.1);
}

.focus\:border-b-work-identity-500\/100:focus {
  border-bottom-color: rgb(0 208 84 / 1);
}

.focus\:border-b-work-identity-500\/20:focus {
  border-bottom-color: rgb(0 208 84 / 0.2);
}

.focus\:border-b-work-identity-500\/25:focus {
  border-bottom-color: rgb(0 208 84 / 0.25);
}

.focus\:border-b-work-identity-500\/30:focus {
  border-bottom-color: rgb(0 208 84 / 0.3);
}

.focus\:border-b-work-identity-500\/40:focus {
  border-bottom-color: rgb(0 208 84 / 0.4);
}

.focus\:border-b-work-identity-500\/5:focus {
  border-bottom-color: rgb(0 208 84 / 0.05);
}

.focus\:border-b-work-identity-500\/50:focus {
  border-bottom-color: rgb(0 208 84 / 0.5);
}

.focus\:border-b-work-identity-500\/60:focus {
  border-bottom-color: rgb(0 208 84 / 0.6);
}

.focus\:border-b-work-identity-500\/70:focus {
  border-bottom-color: rgb(0 208 84 / 0.7);
}

.focus\:border-b-work-identity-500\/75:focus {
  border-bottom-color: rgb(0 208 84 / 0.75);
}

.focus\:border-b-work-identity-500\/80:focus {
  border-bottom-color: rgb(0 208 84 / 0.8);
}

.focus\:border-b-work-identity-500\/90:focus {
  border-bottom-color: rgb(0 208 84 / 0.9);
}

.focus\:border-b-work-identity-500\/95:focus {
  border-bottom-color: rgb(0 208 84 / 0.95);
}

.focus\:border-b-work-identity-900:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 249 249 / var(--tw-border-opacity));
}

.focus\:border-b-work-identity-900\/0:focus {
  border-bottom-color: rgb(249 249 249 / 0);
}

.focus\:border-b-work-identity-900\/10:focus {
  border-bottom-color: rgb(249 249 249 / 0.1);
}

.focus\:border-b-work-identity-900\/100:focus {
  border-bottom-color: rgb(249 249 249 / 1);
}

.focus\:border-b-work-identity-900\/20:focus {
  border-bottom-color: rgb(249 249 249 / 0.2);
}

.focus\:border-b-work-identity-900\/25:focus {
  border-bottom-color: rgb(249 249 249 / 0.25);
}

.focus\:border-b-work-identity-900\/30:focus {
  border-bottom-color: rgb(249 249 249 / 0.3);
}

.focus\:border-b-work-identity-900\/40:focus {
  border-bottom-color: rgb(249 249 249 / 0.4);
}

.focus\:border-b-work-identity-900\/5:focus {
  border-bottom-color: rgb(249 249 249 / 0.05);
}

.focus\:border-b-work-identity-900\/50:focus {
  border-bottom-color: rgb(249 249 249 / 0.5);
}

.focus\:border-b-work-identity-900\/60:focus {
  border-bottom-color: rgb(249 249 249 / 0.6);
}

.focus\:border-b-work-identity-900\/70:focus {
  border-bottom-color: rgb(249 249 249 / 0.7);
}

.focus\:border-b-work-identity-900\/75:focus {
  border-bottom-color: rgb(249 249 249 / 0.75);
}

.focus\:border-b-work-identity-900\/80:focus {
  border-bottom-color: rgb(249 249 249 / 0.8);
}

.focus\:border-b-work-identity-900\/90:focus {
  border-bottom-color: rgb(249 249 249 / 0.9);
}

.focus\:border-b-work-identity-900\/95:focus {
  border-bottom-color: rgb(249 249 249 / 0.95);
}

.focus\:border-b-yellow-100:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.focus\:border-b-yellow-100\/0:focus {
  border-bottom-color: rgb(254 249 195 / 0);
}

.focus\:border-b-yellow-100\/10:focus {
  border-bottom-color: rgb(254 249 195 / 0.1);
}

.focus\:border-b-yellow-100\/100:focus {
  border-bottom-color: rgb(254 249 195 / 1);
}

.focus\:border-b-yellow-100\/20:focus {
  border-bottom-color: rgb(254 249 195 / 0.2);
}

.focus\:border-b-yellow-100\/25:focus {
  border-bottom-color: rgb(254 249 195 / 0.25);
}

.focus\:border-b-yellow-100\/30:focus {
  border-bottom-color: rgb(254 249 195 / 0.3);
}

.focus\:border-b-yellow-100\/40:focus {
  border-bottom-color: rgb(254 249 195 / 0.4);
}

.focus\:border-b-yellow-100\/5:focus {
  border-bottom-color: rgb(254 249 195 / 0.05);
}

.focus\:border-b-yellow-100\/50:focus {
  border-bottom-color: rgb(254 249 195 / 0.5);
}

.focus\:border-b-yellow-100\/60:focus {
  border-bottom-color: rgb(254 249 195 / 0.6);
}

.focus\:border-b-yellow-100\/70:focus {
  border-bottom-color: rgb(254 249 195 / 0.7);
}

.focus\:border-b-yellow-100\/75:focus {
  border-bottom-color: rgb(254 249 195 / 0.75);
}

.focus\:border-b-yellow-100\/80:focus {
  border-bottom-color: rgb(254 249 195 / 0.8);
}

.focus\:border-b-yellow-100\/90:focus {
  border-bottom-color: rgb(254 249 195 / 0.9);
}

.focus\:border-b-yellow-100\/95:focus {
  border-bottom-color: rgb(254 249 195 / 0.95);
}

.focus\:border-b-yellow-200:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.focus\:border-b-yellow-200\/0:focus {
  border-bottom-color: rgb(254 240 138 / 0);
}

.focus\:border-b-yellow-200\/10:focus {
  border-bottom-color: rgb(254 240 138 / 0.1);
}

.focus\:border-b-yellow-200\/100:focus {
  border-bottom-color: rgb(254 240 138 / 1);
}

.focus\:border-b-yellow-200\/20:focus {
  border-bottom-color: rgb(254 240 138 / 0.2);
}

.focus\:border-b-yellow-200\/25:focus {
  border-bottom-color: rgb(254 240 138 / 0.25);
}

.focus\:border-b-yellow-200\/30:focus {
  border-bottom-color: rgb(254 240 138 / 0.3);
}

.focus\:border-b-yellow-200\/40:focus {
  border-bottom-color: rgb(254 240 138 / 0.4);
}

.focus\:border-b-yellow-200\/5:focus {
  border-bottom-color: rgb(254 240 138 / 0.05);
}

.focus\:border-b-yellow-200\/50:focus {
  border-bottom-color: rgb(254 240 138 / 0.5);
}

.focus\:border-b-yellow-200\/60:focus {
  border-bottom-color: rgb(254 240 138 / 0.6);
}

.focus\:border-b-yellow-200\/70:focus {
  border-bottom-color: rgb(254 240 138 / 0.7);
}

.focus\:border-b-yellow-200\/75:focus {
  border-bottom-color: rgb(254 240 138 / 0.75);
}

.focus\:border-b-yellow-200\/80:focus {
  border-bottom-color: rgb(254 240 138 / 0.8);
}

.focus\:border-b-yellow-200\/90:focus {
  border-bottom-color: rgb(254 240 138 / 0.9);
}

.focus\:border-b-yellow-200\/95:focus {
  border-bottom-color: rgb(254 240 138 / 0.95);
}

.focus\:border-b-yellow-300:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.focus\:border-b-yellow-300\/0:focus {
  border-bottom-color: rgb(253 224 71 / 0);
}

.focus\:border-b-yellow-300\/10:focus {
  border-bottom-color: rgb(253 224 71 / 0.1);
}

.focus\:border-b-yellow-300\/100:focus {
  border-bottom-color: rgb(253 224 71 / 1);
}

.focus\:border-b-yellow-300\/20:focus {
  border-bottom-color: rgb(253 224 71 / 0.2);
}

.focus\:border-b-yellow-300\/25:focus {
  border-bottom-color: rgb(253 224 71 / 0.25);
}

.focus\:border-b-yellow-300\/30:focus {
  border-bottom-color: rgb(253 224 71 / 0.3);
}

.focus\:border-b-yellow-300\/40:focus {
  border-bottom-color: rgb(253 224 71 / 0.4);
}

.focus\:border-b-yellow-300\/5:focus {
  border-bottom-color: rgb(253 224 71 / 0.05);
}

.focus\:border-b-yellow-300\/50:focus {
  border-bottom-color: rgb(253 224 71 / 0.5);
}

.focus\:border-b-yellow-300\/60:focus {
  border-bottom-color: rgb(253 224 71 / 0.6);
}

.focus\:border-b-yellow-300\/70:focus {
  border-bottom-color: rgb(253 224 71 / 0.7);
}

.focus\:border-b-yellow-300\/75:focus {
  border-bottom-color: rgb(253 224 71 / 0.75);
}

.focus\:border-b-yellow-300\/80:focus {
  border-bottom-color: rgb(253 224 71 / 0.8);
}

.focus\:border-b-yellow-300\/90:focus {
  border-bottom-color: rgb(253 224 71 / 0.9);
}

.focus\:border-b-yellow-300\/95:focus {
  border-bottom-color: rgb(253 224 71 / 0.95);
}

.focus\:border-b-yellow-400:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.focus\:border-b-yellow-400\/0:focus {
  border-bottom-color: rgb(250 204 21 / 0);
}

.focus\:border-b-yellow-400\/10:focus {
  border-bottom-color: rgb(250 204 21 / 0.1);
}

.focus\:border-b-yellow-400\/100:focus {
  border-bottom-color: rgb(250 204 21 / 1);
}

.focus\:border-b-yellow-400\/20:focus {
  border-bottom-color: rgb(250 204 21 / 0.2);
}

.focus\:border-b-yellow-400\/25:focus {
  border-bottom-color: rgb(250 204 21 / 0.25);
}

.focus\:border-b-yellow-400\/30:focus {
  border-bottom-color: rgb(250 204 21 / 0.3);
}

.focus\:border-b-yellow-400\/40:focus {
  border-bottom-color: rgb(250 204 21 / 0.4);
}

.focus\:border-b-yellow-400\/5:focus {
  border-bottom-color: rgb(250 204 21 / 0.05);
}

.focus\:border-b-yellow-400\/50:focus {
  border-bottom-color: rgb(250 204 21 / 0.5);
}

.focus\:border-b-yellow-400\/60:focus {
  border-bottom-color: rgb(250 204 21 / 0.6);
}

.focus\:border-b-yellow-400\/70:focus {
  border-bottom-color: rgb(250 204 21 / 0.7);
}

.focus\:border-b-yellow-400\/75:focus {
  border-bottom-color: rgb(250 204 21 / 0.75);
}

.focus\:border-b-yellow-400\/80:focus {
  border-bottom-color: rgb(250 204 21 / 0.8);
}

.focus\:border-b-yellow-400\/90:focus {
  border-bottom-color: rgb(250 204 21 / 0.9);
}

.focus\:border-b-yellow-400\/95:focus {
  border-bottom-color: rgb(250 204 21 / 0.95);
}

.focus\:border-b-yellow-50:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.focus\:border-b-yellow-50\/0:focus {
  border-bottom-color: rgb(254 252 232 / 0);
}

.focus\:border-b-yellow-50\/10:focus {
  border-bottom-color: rgb(254 252 232 / 0.1);
}

.focus\:border-b-yellow-50\/100:focus {
  border-bottom-color: rgb(254 252 232 / 1);
}

.focus\:border-b-yellow-50\/20:focus {
  border-bottom-color: rgb(254 252 232 / 0.2);
}

.focus\:border-b-yellow-50\/25:focus {
  border-bottom-color: rgb(254 252 232 / 0.25);
}

.focus\:border-b-yellow-50\/30:focus {
  border-bottom-color: rgb(254 252 232 / 0.3);
}

.focus\:border-b-yellow-50\/40:focus {
  border-bottom-color: rgb(254 252 232 / 0.4);
}

.focus\:border-b-yellow-50\/5:focus {
  border-bottom-color: rgb(254 252 232 / 0.05);
}

.focus\:border-b-yellow-50\/50:focus {
  border-bottom-color: rgb(254 252 232 / 0.5);
}

.focus\:border-b-yellow-50\/60:focus {
  border-bottom-color: rgb(254 252 232 / 0.6);
}

.focus\:border-b-yellow-50\/70:focus {
  border-bottom-color: rgb(254 252 232 / 0.7);
}

.focus\:border-b-yellow-50\/75:focus {
  border-bottom-color: rgb(254 252 232 / 0.75);
}

.focus\:border-b-yellow-50\/80:focus {
  border-bottom-color: rgb(254 252 232 / 0.8);
}

.focus\:border-b-yellow-50\/90:focus {
  border-bottom-color: rgb(254 252 232 / 0.9);
}

.focus\:border-b-yellow-50\/95:focus {
  border-bottom-color: rgb(254 252 232 / 0.95);
}

.focus\:border-b-yellow-500:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.focus\:border-b-yellow-500\/0:focus {
  border-bottom-color: rgb(234 179 8 / 0);
}

.focus\:border-b-yellow-500\/10:focus {
  border-bottom-color: rgb(234 179 8 / 0.1);
}

.focus\:border-b-yellow-500\/100:focus {
  border-bottom-color: rgb(234 179 8 / 1);
}

.focus\:border-b-yellow-500\/20:focus {
  border-bottom-color: rgb(234 179 8 / 0.2);
}

.focus\:border-b-yellow-500\/25:focus {
  border-bottom-color: rgb(234 179 8 / 0.25);
}

.focus\:border-b-yellow-500\/30:focus {
  border-bottom-color: rgb(234 179 8 / 0.3);
}

.focus\:border-b-yellow-500\/40:focus {
  border-bottom-color: rgb(234 179 8 / 0.4);
}

.focus\:border-b-yellow-500\/5:focus {
  border-bottom-color: rgb(234 179 8 / 0.05);
}

.focus\:border-b-yellow-500\/50:focus {
  border-bottom-color: rgb(234 179 8 / 0.5);
}

.focus\:border-b-yellow-500\/60:focus {
  border-bottom-color: rgb(234 179 8 / 0.6);
}

.focus\:border-b-yellow-500\/70:focus {
  border-bottom-color: rgb(234 179 8 / 0.7);
}

.focus\:border-b-yellow-500\/75:focus {
  border-bottom-color: rgb(234 179 8 / 0.75);
}

.focus\:border-b-yellow-500\/80:focus {
  border-bottom-color: rgb(234 179 8 / 0.8);
}

.focus\:border-b-yellow-500\/90:focus {
  border-bottom-color: rgb(234 179 8 / 0.9);
}

.focus\:border-b-yellow-500\/95:focus {
  border-bottom-color: rgb(234 179 8 / 0.95);
}

.focus\:border-b-yellow-600:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.focus\:border-b-yellow-600\/0:focus {
  border-bottom-color: rgb(202 138 4 / 0);
}

.focus\:border-b-yellow-600\/10:focus {
  border-bottom-color: rgb(202 138 4 / 0.1);
}

.focus\:border-b-yellow-600\/100:focus {
  border-bottom-color: rgb(202 138 4 / 1);
}

.focus\:border-b-yellow-600\/20:focus {
  border-bottom-color: rgb(202 138 4 / 0.2);
}

.focus\:border-b-yellow-600\/25:focus {
  border-bottom-color: rgb(202 138 4 / 0.25);
}

.focus\:border-b-yellow-600\/30:focus {
  border-bottom-color: rgb(202 138 4 / 0.3);
}

.focus\:border-b-yellow-600\/40:focus {
  border-bottom-color: rgb(202 138 4 / 0.4);
}

.focus\:border-b-yellow-600\/5:focus {
  border-bottom-color: rgb(202 138 4 / 0.05);
}

.focus\:border-b-yellow-600\/50:focus {
  border-bottom-color: rgb(202 138 4 / 0.5);
}

.focus\:border-b-yellow-600\/60:focus {
  border-bottom-color: rgb(202 138 4 / 0.6);
}

.focus\:border-b-yellow-600\/70:focus {
  border-bottom-color: rgb(202 138 4 / 0.7);
}

.focus\:border-b-yellow-600\/75:focus {
  border-bottom-color: rgb(202 138 4 / 0.75);
}

.focus\:border-b-yellow-600\/80:focus {
  border-bottom-color: rgb(202 138 4 / 0.8);
}

.focus\:border-b-yellow-600\/90:focus {
  border-bottom-color: rgb(202 138 4 / 0.9);
}

.focus\:border-b-yellow-600\/95:focus {
  border-bottom-color: rgb(202 138 4 / 0.95);
}

.focus\:border-b-yellow-700:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.focus\:border-b-yellow-700\/0:focus {
  border-bottom-color: rgb(161 98 7 / 0);
}

.focus\:border-b-yellow-700\/10:focus {
  border-bottom-color: rgb(161 98 7 / 0.1);
}

.focus\:border-b-yellow-700\/100:focus {
  border-bottom-color: rgb(161 98 7 / 1);
}

.focus\:border-b-yellow-700\/20:focus {
  border-bottom-color: rgb(161 98 7 / 0.2);
}

.focus\:border-b-yellow-700\/25:focus {
  border-bottom-color: rgb(161 98 7 / 0.25);
}

.focus\:border-b-yellow-700\/30:focus {
  border-bottom-color: rgb(161 98 7 / 0.3);
}

.focus\:border-b-yellow-700\/40:focus {
  border-bottom-color: rgb(161 98 7 / 0.4);
}

.focus\:border-b-yellow-700\/5:focus {
  border-bottom-color: rgb(161 98 7 / 0.05);
}

.focus\:border-b-yellow-700\/50:focus {
  border-bottom-color: rgb(161 98 7 / 0.5);
}

.focus\:border-b-yellow-700\/60:focus {
  border-bottom-color: rgb(161 98 7 / 0.6);
}

.focus\:border-b-yellow-700\/70:focus {
  border-bottom-color: rgb(161 98 7 / 0.7);
}

.focus\:border-b-yellow-700\/75:focus {
  border-bottom-color: rgb(161 98 7 / 0.75);
}

.focus\:border-b-yellow-700\/80:focus {
  border-bottom-color: rgb(161 98 7 / 0.8);
}

.focus\:border-b-yellow-700\/90:focus {
  border-bottom-color: rgb(161 98 7 / 0.9);
}

.focus\:border-b-yellow-700\/95:focus {
  border-bottom-color: rgb(161 98 7 / 0.95);
}

.focus\:border-b-yellow-800:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.focus\:border-b-yellow-800\/0:focus {
  border-bottom-color: rgb(133 77 14 / 0);
}

.focus\:border-b-yellow-800\/10:focus {
  border-bottom-color: rgb(133 77 14 / 0.1);
}

.focus\:border-b-yellow-800\/100:focus {
  border-bottom-color: rgb(133 77 14 / 1);
}

.focus\:border-b-yellow-800\/20:focus {
  border-bottom-color: rgb(133 77 14 / 0.2);
}

.focus\:border-b-yellow-800\/25:focus {
  border-bottom-color: rgb(133 77 14 / 0.25);
}

.focus\:border-b-yellow-800\/30:focus {
  border-bottom-color: rgb(133 77 14 / 0.3);
}

.focus\:border-b-yellow-800\/40:focus {
  border-bottom-color: rgb(133 77 14 / 0.4);
}

.focus\:border-b-yellow-800\/5:focus {
  border-bottom-color: rgb(133 77 14 / 0.05);
}

.focus\:border-b-yellow-800\/50:focus {
  border-bottom-color: rgb(133 77 14 / 0.5);
}

.focus\:border-b-yellow-800\/60:focus {
  border-bottom-color: rgb(133 77 14 / 0.6);
}

.focus\:border-b-yellow-800\/70:focus {
  border-bottom-color: rgb(133 77 14 / 0.7);
}

.focus\:border-b-yellow-800\/75:focus {
  border-bottom-color: rgb(133 77 14 / 0.75);
}

.focus\:border-b-yellow-800\/80:focus {
  border-bottom-color: rgb(133 77 14 / 0.8);
}

.focus\:border-b-yellow-800\/90:focus {
  border-bottom-color: rgb(133 77 14 / 0.9);
}

.focus\:border-b-yellow-800\/95:focus {
  border-bottom-color: rgb(133 77 14 / 0.95);
}

.focus\:border-b-yellow-900:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.focus\:border-b-yellow-900\/0:focus {
  border-bottom-color: rgb(113 63 18 / 0);
}

.focus\:border-b-yellow-900\/10:focus {
  border-bottom-color: rgb(113 63 18 / 0.1);
}

.focus\:border-b-yellow-900\/100:focus {
  border-bottom-color: rgb(113 63 18 / 1);
}

.focus\:border-b-yellow-900\/20:focus {
  border-bottom-color: rgb(113 63 18 / 0.2);
}

.focus\:border-b-yellow-900\/25:focus {
  border-bottom-color: rgb(113 63 18 / 0.25);
}

.focus\:border-b-yellow-900\/30:focus {
  border-bottom-color: rgb(113 63 18 / 0.3);
}

.focus\:border-b-yellow-900\/40:focus {
  border-bottom-color: rgb(113 63 18 / 0.4);
}

.focus\:border-b-yellow-900\/5:focus {
  border-bottom-color: rgb(113 63 18 / 0.05);
}

.focus\:border-b-yellow-900\/50:focus {
  border-bottom-color: rgb(113 63 18 / 0.5);
}

.focus\:border-b-yellow-900\/60:focus {
  border-bottom-color: rgb(113 63 18 / 0.6);
}

.focus\:border-b-yellow-900\/70:focus {
  border-bottom-color: rgb(113 63 18 / 0.7);
}

.focus\:border-b-yellow-900\/75:focus {
  border-bottom-color: rgb(113 63 18 / 0.75);
}

.focus\:border-b-yellow-900\/80:focus {
  border-bottom-color: rgb(113 63 18 / 0.8);
}

.focus\:border-b-yellow-900\/90:focus {
  border-bottom-color: rgb(113 63 18 / 0.9);
}

.focus\:border-b-yellow-900\/95:focus {
  border-bottom-color: rgb(113 63 18 / 0.95);
}

.focus\:border-b-yellow-950:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.focus\:border-b-yellow-950\/0:focus {
  border-bottom-color: rgb(66 32 6 / 0);
}

.focus\:border-b-yellow-950\/10:focus {
  border-bottom-color: rgb(66 32 6 / 0.1);
}

.focus\:border-b-yellow-950\/100:focus {
  border-bottom-color: rgb(66 32 6 / 1);
}

.focus\:border-b-yellow-950\/20:focus {
  border-bottom-color: rgb(66 32 6 / 0.2);
}

.focus\:border-b-yellow-950\/25:focus {
  border-bottom-color: rgb(66 32 6 / 0.25);
}

.focus\:border-b-yellow-950\/30:focus {
  border-bottom-color: rgb(66 32 6 / 0.3);
}

.focus\:border-b-yellow-950\/40:focus {
  border-bottom-color: rgb(66 32 6 / 0.4);
}

.focus\:border-b-yellow-950\/5:focus {
  border-bottom-color: rgb(66 32 6 / 0.05);
}

.focus\:border-b-yellow-950\/50:focus {
  border-bottom-color: rgb(66 32 6 / 0.5);
}

.focus\:border-b-yellow-950\/60:focus {
  border-bottom-color: rgb(66 32 6 / 0.6);
}

.focus\:border-b-yellow-950\/70:focus {
  border-bottom-color: rgb(66 32 6 / 0.7);
}

.focus\:border-b-yellow-950\/75:focus {
  border-bottom-color: rgb(66 32 6 / 0.75);
}

.focus\:border-b-yellow-950\/80:focus {
  border-bottom-color: rgb(66 32 6 / 0.8);
}

.focus\:border-b-yellow-950\/90:focus {
  border-bottom-color: rgb(66 32 6 / 0.9);
}

.focus\:border-b-yellow-950\/95:focus {
  border-bottom-color: rgb(66 32 6 / 0.95);
}

.focus\:border-b-zinc-100:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(244 244 245 / var(--tw-border-opacity));
}

.focus\:border-b-zinc-100\/0:focus {
  border-bottom-color: rgb(244 244 245 / 0);
}

.focus\:border-b-zinc-100\/10:focus {
  border-bottom-color: rgb(244 244 245 / 0.1);
}

.focus\:border-b-zinc-100\/100:focus {
  border-bottom-color: rgb(244 244 245 / 1);
}

.focus\:border-b-zinc-100\/20:focus {
  border-bottom-color: rgb(244 244 245 / 0.2);
}

.focus\:border-b-zinc-100\/25:focus {
  border-bottom-color: rgb(244 244 245 / 0.25);
}

.focus\:border-b-zinc-100\/30:focus {
  border-bottom-color: rgb(244 244 245 / 0.3);
}

.focus\:border-b-zinc-100\/40:focus {
  border-bottom-color: rgb(244 244 245 / 0.4);
}

.focus\:border-b-zinc-100\/5:focus {
  border-bottom-color: rgb(244 244 245 / 0.05);
}

.focus\:border-b-zinc-100\/50:focus {
  border-bottom-color: rgb(244 244 245 / 0.5);
}

.focus\:border-b-zinc-100\/60:focus {
  border-bottom-color: rgb(244 244 245 / 0.6);
}

.focus\:border-b-zinc-100\/70:focus {
  border-bottom-color: rgb(244 244 245 / 0.7);
}

.focus\:border-b-zinc-100\/75:focus {
  border-bottom-color: rgb(244 244 245 / 0.75);
}

.focus\:border-b-zinc-100\/80:focus {
  border-bottom-color: rgb(244 244 245 / 0.8);
}

.focus\:border-b-zinc-100\/90:focus {
  border-bottom-color: rgb(244 244 245 / 0.9);
}

.focus\:border-b-zinc-100\/95:focus {
  border-bottom-color: rgb(244 244 245 / 0.95);
}

.focus\:border-b-zinc-200:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.focus\:border-b-zinc-200\/0:focus {
  border-bottom-color: rgb(228 228 231 / 0);
}

.focus\:border-b-zinc-200\/10:focus {
  border-bottom-color: rgb(228 228 231 / 0.1);
}

.focus\:border-b-zinc-200\/100:focus {
  border-bottom-color: rgb(228 228 231 / 1);
}

.focus\:border-b-zinc-200\/20:focus {
  border-bottom-color: rgb(228 228 231 / 0.2);
}

.focus\:border-b-zinc-200\/25:focus {
  border-bottom-color: rgb(228 228 231 / 0.25);
}

.focus\:border-b-zinc-200\/30:focus {
  border-bottom-color: rgb(228 228 231 / 0.3);
}

.focus\:border-b-zinc-200\/40:focus {
  border-bottom-color: rgb(228 228 231 / 0.4);
}

.focus\:border-b-zinc-200\/5:focus {
  border-bottom-color: rgb(228 228 231 / 0.05);
}

.focus\:border-b-zinc-200\/50:focus {
  border-bottom-color: rgb(228 228 231 / 0.5);
}

.focus\:border-b-zinc-200\/60:focus {
  border-bottom-color: rgb(228 228 231 / 0.6);
}

.focus\:border-b-zinc-200\/70:focus {
  border-bottom-color: rgb(228 228 231 / 0.7);
}

.focus\:border-b-zinc-200\/75:focus {
  border-bottom-color: rgb(228 228 231 / 0.75);
}

.focus\:border-b-zinc-200\/80:focus {
  border-bottom-color: rgb(228 228 231 / 0.8);
}

.focus\:border-b-zinc-200\/90:focus {
  border-bottom-color: rgb(228 228 231 / 0.9);
}

.focus\:border-b-zinc-200\/95:focus {
  border-bottom-color: rgb(228 228 231 / 0.95);
}

.focus\:border-b-zinc-300:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.focus\:border-b-zinc-300\/0:focus {
  border-bottom-color: rgb(212 212 216 / 0);
}

.focus\:border-b-zinc-300\/10:focus {
  border-bottom-color: rgb(212 212 216 / 0.1);
}

.focus\:border-b-zinc-300\/100:focus {
  border-bottom-color: rgb(212 212 216 / 1);
}

.focus\:border-b-zinc-300\/20:focus {
  border-bottom-color: rgb(212 212 216 / 0.2);
}

.focus\:border-b-zinc-300\/25:focus {
  border-bottom-color: rgb(212 212 216 / 0.25);
}

.focus\:border-b-zinc-300\/30:focus {
  border-bottom-color: rgb(212 212 216 / 0.3);
}

.focus\:border-b-zinc-300\/40:focus {
  border-bottom-color: rgb(212 212 216 / 0.4);
}

.focus\:border-b-zinc-300\/5:focus {
  border-bottom-color: rgb(212 212 216 / 0.05);
}

.focus\:border-b-zinc-300\/50:focus {
  border-bottom-color: rgb(212 212 216 / 0.5);
}

.focus\:border-b-zinc-300\/60:focus {
  border-bottom-color: rgb(212 212 216 / 0.6);
}

.focus\:border-b-zinc-300\/70:focus {
  border-bottom-color: rgb(212 212 216 / 0.7);
}

.focus\:border-b-zinc-300\/75:focus {
  border-bottom-color: rgb(212 212 216 / 0.75);
}

.focus\:border-b-zinc-300\/80:focus {
  border-bottom-color: rgb(212 212 216 / 0.8);
}

.focus\:border-b-zinc-300\/90:focus {
  border-bottom-color: rgb(212 212 216 / 0.9);
}

.focus\:border-b-zinc-300\/95:focus {
  border-bottom-color: rgb(212 212 216 / 0.95);
}

.focus\:border-b-zinc-400:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.focus\:border-b-zinc-400\/0:focus {
  border-bottom-color: rgb(161 161 170 / 0);
}

.focus\:border-b-zinc-400\/10:focus {
  border-bottom-color: rgb(161 161 170 / 0.1);
}

.focus\:border-b-zinc-400\/100:focus {
  border-bottom-color: rgb(161 161 170 / 1);
}

.focus\:border-b-zinc-400\/20:focus {
  border-bottom-color: rgb(161 161 170 / 0.2);
}

.focus\:border-b-zinc-400\/25:focus {
  border-bottom-color: rgb(161 161 170 / 0.25);
}

.focus\:border-b-zinc-400\/30:focus {
  border-bottom-color: rgb(161 161 170 / 0.3);
}

.focus\:border-b-zinc-400\/40:focus {
  border-bottom-color: rgb(161 161 170 / 0.4);
}

.focus\:border-b-zinc-400\/5:focus {
  border-bottom-color: rgb(161 161 170 / 0.05);
}

.focus\:border-b-zinc-400\/50:focus {
  border-bottom-color: rgb(161 161 170 / 0.5);
}

.focus\:border-b-zinc-400\/60:focus {
  border-bottom-color: rgb(161 161 170 / 0.6);
}

.focus\:border-b-zinc-400\/70:focus {
  border-bottom-color: rgb(161 161 170 / 0.7);
}

.focus\:border-b-zinc-400\/75:focus {
  border-bottom-color: rgb(161 161 170 / 0.75);
}

.focus\:border-b-zinc-400\/80:focus {
  border-bottom-color: rgb(161 161 170 / 0.8);
}

.focus\:border-b-zinc-400\/90:focus {
  border-bottom-color: rgb(161 161 170 / 0.9);
}

.focus\:border-b-zinc-400\/95:focus {
  border-bottom-color: rgb(161 161 170 / 0.95);
}

.focus\:border-b-zinc-50:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.focus\:border-b-zinc-50\/0:focus {
  border-bottom-color: rgb(250 250 250 / 0);
}

.focus\:border-b-zinc-50\/10:focus {
  border-bottom-color: rgb(250 250 250 / 0.1);
}

.focus\:border-b-zinc-50\/100:focus {
  border-bottom-color: rgb(250 250 250 / 1);
}

.focus\:border-b-zinc-50\/20:focus {
  border-bottom-color: rgb(250 250 250 / 0.2);
}

.focus\:border-b-zinc-50\/25:focus {
  border-bottom-color: rgb(250 250 250 / 0.25);
}

.focus\:border-b-zinc-50\/30:focus {
  border-bottom-color: rgb(250 250 250 / 0.3);
}

.focus\:border-b-zinc-50\/40:focus {
  border-bottom-color: rgb(250 250 250 / 0.4);
}

.focus\:border-b-zinc-50\/5:focus {
  border-bottom-color: rgb(250 250 250 / 0.05);
}

.focus\:border-b-zinc-50\/50:focus {
  border-bottom-color: rgb(250 250 250 / 0.5);
}

.focus\:border-b-zinc-50\/60:focus {
  border-bottom-color: rgb(250 250 250 / 0.6);
}

.focus\:border-b-zinc-50\/70:focus {
  border-bottom-color: rgb(250 250 250 / 0.7);
}

.focus\:border-b-zinc-50\/75:focus {
  border-bottom-color: rgb(250 250 250 / 0.75);
}

.focus\:border-b-zinc-50\/80:focus {
  border-bottom-color: rgb(250 250 250 / 0.8);
}

.focus\:border-b-zinc-50\/90:focus {
  border-bottom-color: rgb(250 250 250 / 0.9);
}

.focus\:border-b-zinc-50\/95:focus {
  border-bottom-color: rgb(250 250 250 / 0.95);
}

.focus\:border-b-zinc-500:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(113 113 122 / var(--tw-border-opacity));
}

.focus\:border-b-zinc-500\/0:focus {
  border-bottom-color: rgb(113 113 122 / 0);
}

.focus\:border-b-zinc-500\/10:focus {
  border-bottom-color: rgb(113 113 122 / 0.1);
}

.focus\:border-b-zinc-500\/100:focus {
  border-bottom-color: rgb(113 113 122 / 1);
}

.focus\:border-b-zinc-500\/20:focus {
  border-bottom-color: rgb(113 113 122 / 0.2);
}

.focus\:border-b-zinc-500\/25:focus {
  border-bottom-color: rgb(113 113 122 / 0.25);
}

.focus\:border-b-zinc-500\/30:focus {
  border-bottom-color: rgb(113 113 122 / 0.3);
}

.focus\:border-b-zinc-500\/40:focus {
  border-bottom-color: rgb(113 113 122 / 0.4);
}

.focus\:border-b-zinc-500\/5:focus {
  border-bottom-color: rgb(113 113 122 / 0.05);
}

.focus\:border-b-zinc-500\/50:focus {
  border-bottom-color: rgb(113 113 122 / 0.5);
}

.focus\:border-b-zinc-500\/60:focus {
  border-bottom-color: rgb(113 113 122 / 0.6);
}

.focus\:border-b-zinc-500\/70:focus {
  border-bottom-color: rgb(113 113 122 / 0.7);
}

.focus\:border-b-zinc-500\/75:focus {
  border-bottom-color: rgb(113 113 122 / 0.75);
}

.focus\:border-b-zinc-500\/80:focus {
  border-bottom-color: rgb(113 113 122 / 0.8);
}

.focus\:border-b-zinc-500\/90:focus {
  border-bottom-color: rgb(113 113 122 / 0.9);
}

.focus\:border-b-zinc-500\/95:focus {
  border-bottom-color: rgb(113 113 122 / 0.95);
}

.focus\:border-b-zinc-600:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(82 82 91 / var(--tw-border-opacity));
}

.focus\:border-b-zinc-600\/0:focus {
  border-bottom-color: rgb(82 82 91 / 0);
}

.focus\:border-b-zinc-600\/10:focus {
  border-bottom-color: rgb(82 82 91 / 0.1);
}

.focus\:border-b-zinc-600\/100:focus {
  border-bottom-color: rgb(82 82 91 / 1);
}

.focus\:border-b-zinc-600\/20:focus {
  border-bottom-color: rgb(82 82 91 / 0.2);
}

.focus\:border-b-zinc-600\/25:focus {
  border-bottom-color: rgb(82 82 91 / 0.25);
}

.focus\:border-b-zinc-600\/30:focus {
  border-bottom-color: rgb(82 82 91 / 0.3);
}

.focus\:border-b-zinc-600\/40:focus {
  border-bottom-color: rgb(82 82 91 / 0.4);
}

.focus\:border-b-zinc-600\/5:focus {
  border-bottom-color: rgb(82 82 91 / 0.05);
}

.focus\:border-b-zinc-600\/50:focus {
  border-bottom-color: rgb(82 82 91 / 0.5);
}

.focus\:border-b-zinc-600\/60:focus {
  border-bottom-color: rgb(82 82 91 / 0.6);
}

.focus\:border-b-zinc-600\/70:focus {
  border-bottom-color: rgb(82 82 91 / 0.7);
}

.focus\:border-b-zinc-600\/75:focus {
  border-bottom-color: rgb(82 82 91 / 0.75);
}

.focus\:border-b-zinc-600\/80:focus {
  border-bottom-color: rgb(82 82 91 / 0.8);
}

.focus\:border-b-zinc-600\/90:focus {
  border-bottom-color: rgb(82 82 91 / 0.9);
}

.focus\:border-b-zinc-600\/95:focus {
  border-bottom-color: rgb(82 82 91 / 0.95);
}

.focus\:border-b-zinc-700:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.focus\:border-b-zinc-700\/0:focus {
  border-bottom-color: rgb(63 63 70 / 0);
}

.focus\:border-b-zinc-700\/10:focus {
  border-bottom-color: rgb(63 63 70 / 0.1);
}

.focus\:border-b-zinc-700\/100:focus {
  border-bottom-color: rgb(63 63 70 / 1);
}

.focus\:border-b-zinc-700\/20:focus {
  border-bottom-color: rgb(63 63 70 / 0.2);
}

.focus\:border-b-zinc-700\/25:focus {
  border-bottom-color: rgb(63 63 70 / 0.25);
}

.focus\:border-b-zinc-700\/30:focus {
  border-bottom-color: rgb(63 63 70 / 0.3);
}

.focus\:border-b-zinc-700\/40:focus {
  border-bottom-color: rgb(63 63 70 / 0.4);
}

.focus\:border-b-zinc-700\/5:focus {
  border-bottom-color: rgb(63 63 70 / 0.05);
}

.focus\:border-b-zinc-700\/50:focus {
  border-bottom-color: rgb(63 63 70 / 0.5);
}

.focus\:border-b-zinc-700\/60:focus {
  border-bottom-color: rgb(63 63 70 / 0.6);
}

.focus\:border-b-zinc-700\/70:focus {
  border-bottom-color: rgb(63 63 70 / 0.7);
}

.focus\:border-b-zinc-700\/75:focus {
  border-bottom-color: rgb(63 63 70 / 0.75);
}

.focus\:border-b-zinc-700\/80:focus {
  border-bottom-color: rgb(63 63 70 / 0.8);
}

.focus\:border-b-zinc-700\/90:focus {
  border-bottom-color: rgb(63 63 70 / 0.9);
}

.focus\:border-b-zinc-700\/95:focus {
  border-bottom-color: rgb(63 63 70 / 0.95);
}

.focus\:border-b-zinc-800:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(39 39 42 / var(--tw-border-opacity));
}

.focus\:border-b-zinc-800\/0:focus {
  border-bottom-color: rgb(39 39 42 / 0);
}

.focus\:border-b-zinc-800\/10:focus {
  border-bottom-color: rgb(39 39 42 / 0.1);
}

.focus\:border-b-zinc-800\/100:focus {
  border-bottom-color: rgb(39 39 42 / 1);
}

.focus\:border-b-zinc-800\/20:focus {
  border-bottom-color: rgb(39 39 42 / 0.2);
}

.focus\:border-b-zinc-800\/25:focus {
  border-bottom-color: rgb(39 39 42 / 0.25);
}

.focus\:border-b-zinc-800\/30:focus {
  border-bottom-color: rgb(39 39 42 / 0.3);
}

.focus\:border-b-zinc-800\/40:focus {
  border-bottom-color: rgb(39 39 42 / 0.4);
}

.focus\:border-b-zinc-800\/5:focus {
  border-bottom-color: rgb(39 39 42 / 0.05);
}

.focus\:border-b-zinc-800\/50:focus {
  border-bottom-color: rgb(39 39 42 / 0.5);
}

.focus\:border-b-zinc-800\/60:focus {
  border-bottom-color: rgb(39 39 42 / 0.6);
}

.focus\:border-b-zinc-800\/70:focus {
  border-bottom-color: rgb(39 39 42 / 0.7);
}

.focus\:border-b-zinc-800\/75:focus {
  border-bottom-color: rgb(39 39 42 / 0.75);
}

.focus\:border-b-zinc-800\/80:focus {
  border-bottom-color: rgb(39 39 42 / 0.8);
}

.focus\:border-b-zinc-800\/90:focus {
  border-bottom-color: rgb(39 39 42 / 0.9);
}

.focus\:border-b-zinc-800\/95:focus {
  border-bottom-color: rgb(39 39 42 / 0.95);
}

.focus\:border-b-zinc-900:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.focus\:border-b-zinc-900\/0:focus {
  border-bottom-color: rgb(24 24 27 / 0);
}

.focus\:border-b-zinc-900\/10:focus {
  border-bottom-color: rgb(24 24 27 / 0.1);
}

.focus\:border-b-zinc-900\/100:focus {
  border-bottom-color: rgb(24 24 27 / 1);
}

.focus\:border-b-zinc-900\/20:focus {
  border-bottom-color: rgb(24 24 27 / 0.2);
}

.focus\:border-b-zinc-900\/25:focus {
  border-bottom-color: rgb(24 24 27 / 0.25);
}

.focus\:border-b-zinc-900\/30:focus {
  border-bottom-color: rgb(24 24 27 / 0.3);
}

.focus\:border-b-zinc-900\/40:focus {
  border-bottom-color: rgb(24 24 27 / 0.4);
}

.focus\:border-b-zinc-900\/5:focus {
  border-bottom-color: rgb(24 24 27 / 0.05);
}

.focus\:border-b-zinc-900\/50:focus {
  border-bottom-color: rgb(24 24 27 / 0.5);
}

.focus\:border-b-zinc-900\/60:focus {
  border-bottom-color: rgb(24 24 27 / 0.6);
}

.focus\:border-b-zinc-900\/70:focus {
  border-bottom-color: rgb(24 24 27 / 0.7);
}

.focus\:border-b-zinc-900\/75:focus {
  border-bottom-color: rgb(24 24 27 / 0.75);
}

.focus\:border-b-zinc-900\/80:focus {
  border-bottom-color: rgb(24 24 27 / 0.8);
}

.focus\:border-b-zinc-900\/90:focus {
  border-bottom-color: rgb(24 24 27 / 0.9);
}

.focus\:border-b-zinc-900\/95:focus {
  border-bottom-color: rgb(24 24 27 / 0.95);
}

.focus\:border-b-zinc-950:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(9 9 11 / var(--tw-border-opacity));
}

.focus\:border-b-zinc-950\/0:focus {
  border-bottom-color: rgb(9 9 11 / 0);
}

.focus\:border-b-zinc-950\/10:focus {
  border-bottom-color: rgb(9 9 11 / 0.1);
}

.focus\:border-b-zinc-950\/100:focus {
  border-bottom-color: rgb(9 9 11 / 1);
}

.focus\:border-b-zinc-950\/20:focus {
  border-bottom-color: rgb(9 9 11 / 0.2);
}

.focus\:border-b-zinc-950\/25:focus {
  border-bottom-color: rgb(9 9 11 / 0.25);
}

.focus\:border-b-zinc-950\/30:focus {
  border-bottom-color: rgb(9 9 11 / 0.3);
}

.focus\:border-b-zinc-950\/40:focus {
  border-bottom-color: rgb(9 9 11 / 0.4);
}

.focus\:border-b-zinc-950\/5:focus {
  border-bottom-color: rgb(9 9 11 / 0.05);
}

.focus\:border-b-zinc-950\/50:focus {
  border-bottom-color: rgb(9 9 11 / 0.5);
}

.focus\:border-b-zinc-950\/60:focus {
  border-bottom-color: rgb(9 9 11 / 0.6);
}

.focus\:border-b-zinc-950\/70:focus {
  border-bottom-color: rgb(9 9 11 / 0.7);
}

.focus\:border-b-zinc-950\/75:focus {
  border-bottom-color: rgb(9 9 11 / 0.75);
}

.focus\:border-b-zinc-950\/80:focus {
  border-bottom-color: rgb(9 9 11 / 0.8);
}

.focus\:border-b-zinc-950\/90:focus {
  border-bottom-color: rgb(9 9 11 / 0.9);
}

.focus\:border-b-zinc-950\/95:focus {
  border-bottom-color: rgb(9 9 11 / 0.95);
}

.focus\:border-e-amber-100:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 243 199 / var(--tw-border-opacity));
}

.focus\:border-e-amber-100\/0:focus {
  border-inline-end-color: rgb(254 243 199 / 0);
}

.focus\:border-e-amber-100\/10:focus {
  border-inline-end-color: rgb(254 243 199 / 0.1);
}

.focus\:border-e-amber-100\/100:focus {
  border-inline-end-color: rgb(254 243 199 / 1);
}

.focus\:border-e-amber-100\/20:focus {
  border-inline-end-color: rgb(254 243 199 / 0.2);
}

.focus\:border-e-amber-100\/25:focus {
  border-inline-end-color: rgb(254 243 199 / 0.25);
}

.focus\:border-e-amber-100\/30:focus {
  border-inline-end-color: rgb(254 243 199 / 0.3);
}

.focus\:border-e-amber-100\/40:focus {
  border-inline-end-color: rgb(254 243 199 / 0.4);
}

.focus\:border-e-amber-100\/5:focus {
  border-inline-end-color: rgb(254 243 199 / 0.05);
}

.focus\:border-e-amber-100\/50:focus {
  border-inline-end-color: rgb(254 243 199 / 0.5);
}

.focus\:border-e-amber-100\/60:focus {
  border-inline-end-color: rgb(254 243 199 / 0.6);
}

.focus\:border-e-amber-100\/70:focus {
  border-inline-end-color: rgb(254 243 199 / 0.7);
}

.focus\:border-e-amber-100\/75:focus {
  border-inline-end-color: rgb(254 243 199 / 0.75);
}

.focus\:border-e-amber-100\/80:focus {
  border-inline-end-color: rgb(254 243 199 / 0.8);
}

.focus\:border-e-amber-100\/90:focus {
  border-inline-end-color: rgb(254 243 199 / 0.9);
}

.focus\:border-e-amber-100\/95:focus {
  border-inline-end-color: rgb(254 243 199 / 0.95);
}

.focus\:border-e-amber-200:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 230 138 / var(--tw-border-opacity));
}

.focus\:border-e-amber-200\/0:focus {
  border-inline-end-color: rgb(253 230 138 / 0);
}

.focus\:border-e-amber-200\/10:focus {
  border-inline-end-color: rgb(253 230 138 / 0.1);
}

.focus\:border-e-amber-200\/100:focus {
  border-inline-end-color: rgb(253 230 138 / 1);
}

.focus\:border-e-amber-200\/20:focus {
  border-inline-end-color: rgb(253 230 138 / 0.2);
}

.focus\:border-e-amber-200\/25:focus {
  border-inline-end-color: rgb(253 230 138 / 0.25);
}

.focus\:border-e-amber-200\/30:focus {
  border-inline-end-color: rgb(253 230 138 / 0.3);
}

.focus\:border-e-amber-200\/40:focus {
  border-inline-end-color: rgb(253 230 138 / 0.4);
}

.focus\:border-e-amber-200\/5:focus {
  border-inline-end-color: rgb(253 230 138 / 0.05);
}

.focus\:border-e-amber-200\/50:focus {
  border-inline-end-color: rgb(253 230 138 / 0.5);
}

.focus\:border-e-amber-200\/60:focus {
  border-inline-end-color: rgb(253 230 138 / 0.6);
}

.focus\:border-e-amber-200\/70:focus {
  border-inline-end-color: rgb(253 230 138 / 0.7);
}

.focus\:border-e-amber-200\/75:focus {
  border-inline-end-color: rgb(253 230 138 / 0.75);
}

.focus\:border-e-amber-200\/80:focus {
  border-inline-end-color: rgb(253 230 138 / 0.8);
}

.focus\:border-e-amber-200\/90:focus {
  border-inline-end-color: rgb(253 230 138 / 0.9);
}

.focus\:border-e-amber-200\/95:focus {
  border-inline-end-color: rgb(253 230 138 / 0.95);
}

.focus\:border-e-amber-300:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(252 211 77 / var(--tw-border-opacity));
}

.focus\:border-e-amber-300\/0:focus {
  border-inline-end-color: rgb(252 211 77 / 0);
}

.focus\:border-e-amber-300\/10:focus {
  border-inline-end-color: rgb(252 211 77 / 0.1);
}

.focus\:border-e-amber-300\/100:focus {
  border-inline-end-color: rgb(252 211 77 / 1);
}

.focus\:border-e-amber-300\/20:focus {
  border-inline-end-color: rgb(252 211 77 / 0.2);
}

.focus\:border-e-amber-300\/25:focus {
  border-inline-end-color: rgb(252 211 77 / 0.25);
}

.focus\:border-e-amber-300\/30:focus {
  border-inline-end-color: rgb(252 211 77 / 0.3);
}

.focus\:border-e-amber-300\/40:focus {
  border-inline-end-color: rgb(252 211 77 / 0.4);
}

.focus\:border-e-amber-300\/5:focus {
  border-inline-end-color: rgb(252 211 77 / 0.05);
}

.focus\:border-e-amber-300\/50:focus {
  border-inline-end-color: rgb(252 211 77 / 0.5);
}

.focus\:border-e-amber-300\/60:focus {
  border-inline-end-color: rgb(252 211 77 / 0.6);
}

.focus\:border-e-amber-300\/70:focus {
  border-inline-end-color: rgb(252 211 77 / 0.7);
}

.focus\:border-e-amber-300\/75:focus {
  border-inline-end-color: rgb(252 211 77 / 0.75);
}

.focus\:border-e-amber-300\/80:focus {
  border-inline-end-color: rgb(252 211 77 / 0.8);
}

.focus\:border-e-amber-300\/90:focus {
  border-inline-end-color: rgb(252 211 77 / 0.9);
}

.focus\:border-e-amber-300\/95:focus {
  border-inline-end-color: rgb(252 211 77 / 0.95);
}

.focus\:border-e-amber-400:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(251 191 36 / var(--tw-border-opacity));
}

.focus\:border-e-amber-400\/0:focus {
  border-inline-end-color: rgb(251 191 36 / 0);
}

.focus\:border-e-amber-400\/10:focus {
  border-inline-end-color: rgb(251 191 36 / 0.1);
}

.focus\:border-e-amber-400\/100:focus {
  border-inline-end-color: rgb(251 191 36 / 1);
}

.focus\:border-e-amber-400\/20:focus {
  border-inline-end-color: rgb(251 191 36 / 0.2);
}

.focus\:border-e-amber-400\/25:focus {
  border-inline-end-color: rgb(251 191 36 / 0.25);
}

.focus\:border-e-amber-400\/30:focus {
  border-inline-end-color: rgb(251 191 36 / 0.3);
}

.focus\:border-e-amber-400\/40:focus {
  border-inline-end-color: rgb(251 191 36 / 0.4);
}

.focus\:border-e-amber-400\/5:focus {
  border-inline-end-color: rgb(251 191 36 / 0.05);
}

.focus\:border-e-amber-400\/50:focus {
  border-inline-end-color: rgb(251 191 36 / 0.5);
}

.focus\:border-e-amber-400\/60:focus {
  border-inline-end-color: rgb(251 191 36 / 0.6);
}

.focus\:border-e-amber-400\/70:focus {
  border-inline-end-color: rgb(251 191 36 / 0.7);
}

.focus\:border-e-amber-400\/75:focus {
  border-inline-end-color: rgb(251 191 36 / 0.75);
}

.focus\:border-e-amber-400\/80:focus {
  border-inline-end-color: rgb(251 191 36 / 0.8);
}

.focus\:border-e-amber-400\/90:focus {
  border-inline-end-color: rgb(251 191 36 / 0.9);
}

.focus\:border-e-amber-400\/95:focus {
  border-inline-end-color: rgb(251 191 36 / 0.95);
}

.focus\:border-e-amber-50:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.focus\:border-e-amber-50\/0:focus {
  border-inline-end-color: rgb(255 251 235 / 0);
}

.focus\:border-e-amber-50\/10:focus {
  border-inline-end-color: rgb(255 251 235 / 0.1);
}

.focus\:border-e-amber-50\/100:focus {
  border-inline-end-color: rgb(255 251 235 / 1);
}

.focus\:border-e-amber-50\/20:focus {
  border-inline-end-color: rgb(255 251 235 / 0.2);
}

.focus\:border-e-amber-50\/25:focus {
  border-inline-end-color: rgb(255 251 235 / 0.25);
}

.focus\:border-e-amber-50\/30:focus {
  border-inline-end-color: rgb(255 251 235 / 0.3);
}

.focus\:border-e-amber-50\/40:focus {
  border-inline-end-color: rgb(255 251 235 / 0.4);
}

.focus\:border-e-amber-50\/5:focus {
  border-inline-end-color: rgb(255 251 235 / 0.05);
}

.focus\:border-e-amber-50\/50:focus {
  border-inline-end-color: rgb(255 251 235 / 0.5);
}

.focus\:border-e-amber-50\/60:focus {
  border-inline-end-color: rgb(255 251 235 / 0.6);
}

.focus\:border-e-amber-50\/70:focus {
  border-inline-end-color: rgb(255 251 235 / 0.7);
}

.focus\:border-e-amber-50\/75:focus {
  border-inline-end-color: rgb(255 251 235 / 0.75);
}

.focus\:border-e-amber-50\/80:focus {
  border-inline-end-color: rgb(255 251 235 / 0.8);
}

.focus\:border-e-amber-50\/90:focus {
  border-inline-end-color: rgb(255 251 235 / 0.9);
}

.focus\:border-e-amber-50\/95:focus {
  border-inline-end-color: rgb(255 251 235 / 0.95);
}

.focus\:border-e-amber-500:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 158 11 / var(--tw-border-opacity));
}

.focus\:border-e-amber-500\/0:focus {
  border-inline-end-color: rgb(245 158 11 / 0);
}

.focus\:border-e-amber-500\/10:focus {
  border-inline-end-color: rgb(245 158 11 / 0.1);
}

.focus\:border-e-amber-500\/100:focus {
  border-inline-end-color: rgb(245 158 11 / 1);
}

.focus\:border-e-amber-500\/20:focus {
  border-inline-end-color: rgb(245 158 11 / 0.2);
}

.focus\:border-e-amber-500\/25:focus {
  border-inline-end-color: rgb(245 158 11 / 0.25);
}

.focus\:border-e-amber-500\/30:focus {
  border-inline-end-color: rgb(245 158 11 / 0.3);
}

.focus\:border-e-amber-500\/40:focus {
  border-inline-end-color: rgb(245 158 11 / 0.4);
}

.focus\:border-e-amber-500\/5:focus {
  border-inline-end-color: rgb(245 158 11 / 0.05);
}

.focus\:border-e-amber-500\/50:focus {
  border-inline-end-color: rgb(245 158 11 / 0.5);
}

.focus\:border-e-amber-500\/60:focus {
  border-inline-end-color: rgb(245 158 11 / 0.6);
}

.focus\:border-e-amber-500\/70:focus {
  border-inline-end-color: rgb(245 158 11 / 0.7);
}

.focus\:border-e-amber-500\/75:focus {
  border-inline-end-color: rgb(245 158 11 / 0.75);
}

.focus\:border-e-amber-500\/80:focus {
  border-inline-end-color: rgb(245 158 11 / 0.8);
}

.focus\:border-e-amber-500\/90:focus {
  border-inline-end-color: rgb(245 158 11 / 0.9);
}

.focus\:border-e-amber-500\/95:focus {
  border-inline-end-color: rgb(245 158 11 / 0.95);
}

.focus\:border-e-amber-600:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(217 119 6 / var(--tw-border-opacity));
}

.focus\:border-e-amber-600\/0:focus {
  border-inline-end-color: rgb(217 119 6 / 0);
}

.focus\:border-e-amber-600\/10:focus {
  border-inline-end-color: rgb(217 119 6 / 0.1);
}

.focus\:border-e-amber-600\/100:focus {
  border-inline-end-color: rgb(217 119 6 / 1);
}

.focus\:border-e-amber-600\/20:focus {
  border-inline-end-color: rgb(217 119 6 / 0.2);
}

.focus\:border-e-amber-600\/25:focus {
  border-inline-end-color: rgb(217 119 6 / 0.25);
}

.focus\:border-e-amber-600\/30:focus {
  border-inline-end-color: rgb(217 119 6 / 0.3);
}

.focus\:border-e-amber-600\/40:focus {
  border-inline-end-color: rgb(217 119 6 / 0.4);
}

.focus\:border-e-amber-600\/5:focus {
  border-inline-end-color: rgb(217 119 6 / 0.05);
}

.focus\:border-e-amber-600\/50:focus {
  border-inline-end-color: rgb(217 119 6 / 0.5);
}

.focus\:border-e-amber-600\/60:focus {
  border-inline-end-color: rgb(217 119 6 / 0.6);
}

.focus\:border-e-amber-600\/70:focus {
  border-inline-end-color: rgb(217 119 6 / 0.7);
}

.focus\:border-e-amber-600\/75:focus {
  border-inline-end-color: rgb(217 119 6 / 0.75);
}

.focus\:border-e-amber-600\/80:focus {
  border-inline-end-color: rgb(217 119 6 / 0.8);
}

.focus\:border-e-amber-600\/90:focus {
  border-inline-end-color: rgb(217 119 6 / 0.9);
}

.focus\:border-e-amber-600\/95:focus {
  border-inline-end-color: rgb(217 119 6 / 0.95);
}

.focus\:border-e-amber-700:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(180 83 9 / var(--tw-border-opacity));
}

.focus\:border-e-amber-700\/0:focus {
  border-inline-end-color: rgb(180 83 9 / 0);
}

.focus\:border-e-amber-700\/10:focus {
  border-inline-end-color: rgb(180 83 9 / 0.1);
}

.focus\:border-e-amber-700\/100:focus {
  border-inline-end-color: rgb(180 83 9 / 1);
}

.focus\:border-e-amber-700\/20:focus {
  border-inline-end-color: rgb(180 83 9 / 0.2);
}

.focus\:border-e-amber-700\/25:focus {
  border-inline-end-color: rgb(180 83 9 / 0.25);
}

.focus\:border-e-amber-700\/30:focus {
  border-inline-end-color: rgb(180 83 9 / 0.3);
}

.focus\:border-e-amber-700\/40:focus {
  border-inline-end-color: rgb(180 83 9 / 0.4);
}

.focus\:border-e-amber-700\/5:focus {
  border-inline-end-color: rgb(180 83 9 / 0.05);
}

.focus\:border-e-amber-700\/50:focus {
  border-inline-end-color: rgb(180 83 9 / 0.5);
}

.focus\:border-e-amber-700\/60:focus {
  border-inline-end-color: rgb(180 83 9 / 0.6);
}

.focus\:border-e-amber-700\/70:focus {
  border-inline-end-color: rgb(180 83 9 / 0.7);
}

.focus\:border-e-amber-700\/75:focus {
  border-inline-end-color: rgb(180 83 9 / 0.75);
}

.focus\:border-e-amber-700\/80:focus {
  border-inline-end-color: rgb(180 83 9 / 0.8);
}

.focus\:border-e-amber-700\/90:focus {
  border-inline-end-color: rgb(180 83 9 / 0.9);
}

.focus\:border-e-amber-700\/95:focus {
  border-inline-end-color: rgb(180 83 9 / 0.95);
}

.focus\:border-e-amber-800:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(146 64 14 / var(--tw-border-opacity));
}

.focus\:border-e-amber-800\/0:focus {
  border-inline-end-color: rgb(146 64 14 / 0);
}

.focus\:border-e-amber-800\/10:focus {
  border-inline-end-color: rgb(146 64 14 / 0.1);
}

.focus\:border-e-amber-800\/100:focus {
  border-inline-end-color: rgb(146 64 14 / 1);
}

.focus\:border-e-amber-800\/20:focus {
  border-inline-end-color: rgb(146 64 14 / 0.2);
}

.focus\:border-e-amber-800\/25:focus {
  border-inline-end-color: rgb(146 64 14 / 0.25);
}

.focus\:border-e-amber-800\/30:focus {
  border-inline-end-color: rgb(146 64 14 / 0.3);
}

.focus\:border-e-amber-800\/40:focus {
  border-inline-end-color: rgb(146 64 14 / 0.4);
}

.focus\:border-e-amber-800\/5:focus {
  border-inline-end-color: rgb(146 64 14 / 0.05);
}

.focus\:border-e-amber-800\/50:focus {
  border-inline-end-color: rgb(146 64 14 / 0.5);
}

.focus\:border-e-amber-800\/60:focus {
  border-inline-end-color: rgb(146 64 14 / 0.6);
}

.focus\:border-e-amber-800\/70:focus {
  border-inline-end-color: rgb(146 64 14 / 0.7);
}

.focus\:border-e-amber-800\/75:focus {
  border-inline-end-color: rgb(146 64 14 / 0.75);
}

.focus\:border-e-amber-800\/80:focus {
  border-inline-end-color: rgb(146 64 14 / 0.8);
}

.focus\:border-e-amber-800\/90:focus {
  border-inline-end-color: rgb(146 64 14 / 0.9);
}

.focus\:border-e-amber-800\/95:focus {
  border-inline-end-color: rgb(146 64 14 / 0.95);
}

.focus\:border-e-amber-900:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(120 53 15 / var(--tw-border-opacity));
}

.focus\:border-e-amber-900\/0:focus {
  border-inline-end-color: rgb(120 53 15 / 0);
}

.focus\:border-e-amber-900\/10:focus {
  border-inline-end-color: rgb(120 53 15 / 0.1);
}

.focus\:border-e-amber-900\/100:focus {
  border-inline-end-color: rgb(120 53 15 / 1);
}

.focus\:border-e-amber-900\/20:focus {
  border-inline-end-color: rgb(120 53 15 / 0.2);
}

.focus\:border-e-amber-900\/25:focus {
  border-inline-end-color: rgb(120 53 15 / 0.25);
}

.focus\:border-e-amber-900\/30:focus {
  border-inline-end-color: rgb(120 53 15 / 0.3);
}

.focus\:border-e-amber-900\/40:focus {
  border-inline-end-color: rgb(120 53 15 / 0.4);
}

.focus\:border-e-amber-900\/5:focus {
  border-inline-end-color: rgb(120 53 15 / 0.05);
}

.focus\:border-e-amber-900\/50:focus {
  border-inline-end-color: rgb(120 53 15 / 0.5);
}

.focus\:border-e-amber-900\/60:focus {
  border-inline-end-color: rgb(120 53 15 / 0.6);
}

.focus\:border-e-amber-900\/70:focus {
  border-inline-end-color: rgb(120 53 15 / 0.7);
}

.focus\:border-e-amber-900\/75:focus {
  border-inline-end-color: rgb(120 53 15 / 0.75);
}

.focus\:border-e-amber-900\/80:focus {
  border-inline-end-color: rgb(120 53 15 / 0.8);
}

.focus\:border-e-amber-900\/90:focus {
  border-inline-end-color: rgb(120 53 15 / 0.9);
}

.focus\:border-e-amber-900\/95:focus {
  border-inline-end-color: rgb(120 53 15 / 0.95);
}

.focus\:border-e-amber-950:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(69 26 3 / var(--tw-border-opacity));
}

.focus\:border-e-amber-950\/0:focus {
  border-inline-end-color: rgb(69 26 3 / 0);
}

.focus\:border-e-amber-950\/10:focus {
  border-inline-end-color: rgb(69 26 3 / 0.1);
}

.focus\:border-e-amber-950\/100:focus {
  border-inline-end-color: rgb(69 26 3 / 1);
}

.focus\:border-e-amber-950\/20:focus {
  border-inline-end-color: rgb(69 26 3 / 0.2);
}

.focus\:border-e-amber-950\/25:focus {
  border-inline-end-color: rgb(69 26 3 / 0.25);
}

.focus\:border-e-amber-950\/30:focus {
  border-inline-end-color: rgb(69 26 3 / 0.3);
}

.focus\:border-e-amber-950\/40:focus {
  border-inline-end-color: rgb(69 26 3 / 0.4);
}

.focus\:border-e-amber-950\/5:focus {
  border-inline-end-color: rgb(69 26 3 / 0.05);
}

.focus\:border-e-amber-950\/50:focus {
  border-inline-end-color: rgb(69 26 3 / 0.5);
}

.focus\:border-e-amber-950\/60:focus {
  border-inline-end-color: rgb(69 26 3 / 0.6);
}

.focus\:border-e-amber-950\/70:focus {
  border-inline-end-color: rgb(69 26 3 / 0.7);
}

.focus\:border-e-amber-950\/75:focus {
  border-inline-end-color: rgb(69 26 3 / 0.75);
}

.focus\:border-e-amber-950\/80:focus {
  border-inline-end-color: rgb(69 26 3 / 0.8);
}

.focus\:border-e-amber-950\/90:focus {
  border-inline-end-color: rgb(69 26 3 / 0.9);
}

.focus\:border-e-amber-950\/95:focus {
  border-inline-end-color: rgb(69 26 3 / 0.95);
}

.focus\:border-e-black:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.focus\:border-e-black\/0:focus {
  border-inline-end-color: rgb(0 0 0 / 0);
}

.focus\:border-e-black\/10:focus {
  border-inline-end-color: rgb(0 0 0 / 0.1);
}

.focus\:border-e-black\/100:focus {
  border-inline-end-color: rgb(0 0 0 / 1);
}

.focus\:border-e-black\/20:focus {
  border-inline-end-color: rgb(0 0 0 / 0.2);
}

.focus\:border-e-black\/25:focus {
  border-inline-end-color: rgb(0 0 0 / 0.25);
}

.focus\:border-e-black\/30:focus {
  border-inline-end-color: rgb(0 0 0 / 0.3);
}

.focus\:border-e-black\/40:focus {
  border-inline-end-color: rgb(0 0 0 / 0.4);
}

.focus\:border-e-black\/5:focus {
  border-inline-end-color: rgb(0 0 0 / 0.05);
}

.focus\:border-e-black\/50:focus {
  border-inline-end-color: rgb(0 0 0 / 0.5);
}

.focus\:border-e-black\/60:focus {
  border-inline-end-color: rgb(0 0 0 / 0.6);
}

.focus\:border-e-black\/70:focus {
  border-inline-end-color: rgb(0 0 0 / 0.7);
}

.focus\:border-e-black\/75:focus {
  border-inline-end-color: rgb(0 0 0 / 0.75);
}

.focus\:border-e-black\/80:focus {
  border-inline-end-color: rgb(0 0 0 / 0.8);
}

.focus\:border-e-black\/90:focus {
  border-inline-end-color: rgb(0 0 0 / 0.9);
}

.focus\:border-e-black\/95:focus {
  border-inline-end-color: rgb(0 0 0 / 0.95);
}

.focus\:border-e-blue-100:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(219 234 254 / var(--tw-border-opacity));
}

.focus\:border-e-blue-100\/0:focus {
  border-inline-end-color: rgb(219 234 254 / 0);
}

.focus\:border-e-blue-100\/10:focus {
  border-inline-end-color: rgb(219 234 254 / 0.1);
}

.focus\:border-e-blue-100\/100:focus {
  border-inline-end-color: rgb(219 234 254 / 1);
}

.focus\:border-e-blue-100\/20:focus {
  border-inline-end-color: rgb(219 234 254 / 0.2);
}

.focus\:border-e-blue-100\/25:focus {
  border-inline-end-color: rgb(219 234 254 / 0.25);
}

.focus\:border-e-blue-100\/30:focus {
  border-inline-end-color: rgb(219 234 254 / 0.3);
}

.focus\:border-e-blue-100\/40:focus {
  border-inline-end-color: rgb(219 234 254 / 0.4);
}

.focus\:border-e-blue-100\/5:focus {
  border-inline-end-color: rgb(219 234 254 / 0.05);
}

.focus\:border-e-blue-100\/50:focus {
  border-inline-end-color: rgb(219 234 254 / 0.5);
}

.focus\:border-e-blue-100\/60:focus {
  border-inline-end-color: rgb(219 234 254 / 0.6);
}

.focus\:border-e-blue-100\/70:focus {
  border-inline-end-color: rgb(219 234 254 / 0.7);
}

.focus\:border-e-blue-100\/75:focus {
  border-inline-end-color: rgb(219 234 254 / 0.75);
}

.focus\:border-e-blue-100\/80:focus {
  border-inline-end-color: rgb(219 234 254 / 0.8);
}

.focus\:border-e-blue-100\/90:focus {
  border-inline-end-color: rgb(219 234 254 / 0.9);
}

.focus\:border-e-blue-100\/95:focus {
  border-inline-end-color: rgb(219 234 254 / 0.95);
}

.focus\:border-e-blue-200:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.focus\:border-e-blue-200\/0:focus {
  border-inline-end-color: rgb(191 219 254 / 0);
}

.focus\:border-e-blue-200\/10:focus {
  border-inline-end-color: rgb(191 219 254 / 0.1);
}

.focus\:border-e-blue-200\/100:focus {
  border-inline-end-color: rgb(191 219 254 / 1);
}

.focus\:border-e-blue-200\/20:focus {
  border-inline-end-color: rgb(191 219 254 / 0.2);
}

.focus\:border-e-blue-200\/25:focus {
  border-inline-end-color: rgb(191 219 254 / 0.25);
}

.focus\:border-e-blue-200\/30:focus {
  border-inline-end-color: rgb(191 219 254 / 0.3);
}

.focus\:border-e-blue-200\/40:focus {
  border-inline-end-color: rgb(191 219 254 / 0.4);
}

.focus\:border-e-blue-200\/5:focus {
  border-inline-end-color: rgb(191 219 254 / 0.05);
}

.focus\:border-e-blue-200\/50:focus {
  border-inline-end-color: rgb(191 219 254 / 0.5);
}

.focus\:border-e-blue-200\/60:focus {
  border-inline-end-color: rgb(191 219 254 / 0.6);
}

.focus\:border-e-blue-200\/70:focus {
  border-inline-end-color: rgb(191 219 254 / 0.7);
}

.focus\:border-e-blue-200\/75:focus {
  border-inline-end-color: rgb(191 219 254 / 0.75);
}

.focus\:border-e-blue-200\/80:focus {
  border-inline-end-color: rgb(191 219 254 / 0.8);
}

.focus\:border-e-blue-200\/90:focus {
  border-inline-end-color: rgb(191 219 254 / 0.9);
}

.focus\:border-e-blue-200\/95:focus {
  border-inline-end-color: rgb(191 219 254 / 0.95);
}

.focus\:border-e-blue-300:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.focus\:border-e-blue-300\/0:focus {
  border-inline-end-color: rgb(147 197 253 / 0);
}

.focus\:border-e-blue-300\/10:focus {
  border-inline-end-color: rgb(147 197 253 / 0.1);
}

.focus\:border-e-blue-300\/100:focus {
  border-inline-end-color: rgb(147 197 253 / 1);
}

.focus\:border-e-blue-300\/20:focus {
  border-inline-end-color: rgb(147 197 253 / 0.2);
}

.focus\:border-e-blue-300\/25:focus {
  border-inline-end-color: rgb(147 197 253 / 0.25);
}

.focus\:border-e-blue-300\/30:focus {
  border-inline-end-color: rgb(147 197 253 / 0.3);
}

.focus\:border-e-blue-300\/40:focus {
  border-inline-end-color: rgb(147 197 253 / 0.4);
}

.focus\:border-e-blue-300\/5:focus {
  border-inline-end-color: rgb(147 197 253 / 0.05);
}

.focus\:border-e-blue-300\/50:focus {
  border-inline-end-color: rgb(147 197 253 / 0.5);
}

.focus\:border-e-blue-300\/60:focus {
  border-inline-end-color: rgb(147 197 253 / 0.6);
}

.focus\:border-e-blue-300\/70:focus {
  border-inline-end-color: rgb(147 197 253 / 0.7);
}

.focus\:border-e-blue-300\/75:focus {
  border-inline-end-color: rgb(147 197 253 / 0.75);
}

.focus\:border-e-blue-300\/80:focus {
  border-inline-end-color: rgb(147 197 253 / 0.8);
}

.focus\:border-e-blue-300\/90:focus {
  border-inline-end-color: rgb(147 197 253 / 0.9);
}

.focus\:border-e-blue-300\/95:focus {
  border-inline-end-color: rgb(147 197 253 / 0.95);
}

.focus\:border-e-blue-400:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.focus\:border-e-blue-400\/0:focus {
  border-inline-end-color: rgb(96 165 250 / 0);
}

.focus\:border-e-blue-400\/10:focus {
  border-inline-end-color: rgb(96 165 250 / 0.1);
}

.focus\:border-e-blue-400\/100:focus {
  border-inline-end-color: rgb(96 165 250 / 1);
}

.focus\:border-e-blue-400\/20:focus {
  border-inline-end-color: rgb(96 165 250 / 0.2);
}

.focus\:border-e-blue-400\/25:focus {
  border-inline-end-color: rgb(96 165 250 / 0.25);
}

.focus\:border-e-blue-400\/30:focus {
  border-inline-end-color: rgb(96 165 250 / 0.3);
}

.focus\:border-e-blue-400\/40:focus {
  border-inline-end-color: rgb(96 165 250 / 0.4);
}

.focus\:border-e-blue-400\/5:focus {
  border-inline-end-color: rgb(96 165 250 / 0.05);
}

.focus\:border-e-blue-400\/50:focus {
  border-inline-end-color: rgb(96 165 250 / 0.5);
}

.focus\:border-e-blue-400\/60:focus {
  border-inline-end-color: rgb(96 165 250 / 0.6);
}

.focus\:border-e-blue-400\/70:focus {
  border-inline-end-color: rgb(96 165 250 / 0.7);
}

.focus\:border-e-blue-400\/75:focus {
  border-inline-end-color: rgb(96 165 250 / 0.75);
}

.focus\:border-e-blue-400\/80:focus {
  border-inline-end-color: rgb(96 165 250 / 0.8);
}

.focus\:border-e-blue-400\/90:focus {
  border-inline-end-color: rgb(96 165 250 / 0.9);
}

.focus\:border-e-blue-400\/95:focus {
  border-inline-end-color: rgb(96 165 250 / 0.95);
}

.focus\:border-e-blue-50:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(239 246 255 / var(--tw-border-opacity));
}

.focus\:border-e-blue-50\/0:focus {
  border-inline-end-color: rgb(239 246 255 / 0);
}

.focus\:border-e-blue-50\/10:focus {
  border-inline-end-color: rgb(239 246 255 / 0.1);
}

.focus\:border-e-blue-50\/100:focus {
  border-inline-end-color: rgb(239 246 255 / 1);
}

.focus\:border-e-blue-50\/20:focus {
  border-inline-end-color: rgb(239 246 255 / 0.2);
}

.focus\:border-e-blue-50\/25:focus {
  border-inline-end-color: rgb(239 246 255 / 0.25);
}

.focus\:border-e-blue-50\/30:focus {
  border-inline-end-color: rgb(239 246 255 / 0.3);
}

.focus\:border-e-blue-50\/40:focus {
  border-inline-end-color: rgb(239 246 255 / 0.4);
}

.focus\:border-e-blue-50\/5:focus {
  border-inline-end-color: rgb(239 246 255 / 0.05);
}

.focus\:border-e-blue-50\/50:focus {
  border-inline-end-color: rgb(239 246 255 / 0.5);
}

.focus\:border-e-blue-50\/60:focus {
  border-inline-end-color: rgb(239 246 255 / 0.6);
}

.focus\:border-e-blue-50\/70:focus {
  border-inline-end-color: rgb(239 246 255 / 0.7);
}

.focus\:border-e-blue-50\/75:focus {
  border-inline-end-color: rgb(239 246 255 / 0.75);
}

.focus\:border-e-blue-50\/80:focus {
  border-inline-end-color: rgb(239 246 255 / 0.8);
}

.focus\:border-e-blue-50\/90:focus {
  border-inline-end-color: rgb(239 246 255 / 0.9);
}

.focus\:border-e-blue-50\/95:focus {
  border-inline-end-color: rgb(239 246 255 / 0.95);
}

.focus\:border-e-blue-500:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.focus\:border-e-blue-500\/0:focus {
  border-inline-end-color: rgb(59 130 246 / 0);
}

.focus\:border-e-blue-500\/10:focus {
  border-inline-end-color: rgb(59 130 246 / 0.1);
}

.focus\:border-e-blue-500\/100:focus {
  border-inline-end-color: rgb(59 130 246 / 1);
}

.focus\:border-e-blue-500\/20:focus {
  border-inline-end-color: rgb(59 130 246 / 0.2);
}

.focus\:border-e-blue-500\/25:focus {
  border-inline-end-color: rgb(59 130 246 / 0.25);
}

.focus\:border-e-blue-500\/30:focus {
  border-inline-end-color: rgb(59 130 246 / 0.3);
}

.focus\:border-e-blue-500\/40:focus {
  border-inline-end-color: rgb(59 130 246 / 0.4);
}

.focus\:border-e-blue-500\/5:focus {
  border-inline-end-color: rgb(59 130 246 / 0.05);
}

.focus\:border-e-blue-500\/50:focus {
  border-inline-end-color: rgb(59 130 246 / 0.5);
}

.focus\:border-e-blue-500\/60:focus {
  border-inline-end-color: rgb(59 130 246 / 0.6);
}

.focus\:border-e-blue-500\/70:focus {
  border-inline-end-color: rgb(59 130 246 / 0.7);
}

.focus\:border-e-blue-500\/75:focus {
  border-inline-end-color: rgb(59 130 246 / 0.75);
}

.focus\:border-e-blue-500\/80:focus {
  border-inline-end-color: rgb(59 130 246 / 0.8);
}

.focus\:border-e-blue-500\/90:focus {
  border-inline-end-color: rgb(59 130 246 / 0.9);
}

.focus\:border-e-blue-500\/95:focus {
  border-inline-end-color: rgb(59 130 246 / 0.95);
}

.focus\:border-e-blue-600:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.focus\:border-e-blue-600\/0:focus {
  border-inline-end-color: rgb(37 99 235 / 0);
}

.focus\:border-e-blue-600\/10:focus {
  border-inline-end-color: rgb(37 99 235 / 0.1);
}

.focus\:border-e-blue-600\/100:focus {
  border-inline-end-color: rgb(37 99 235 / 1);
}

.focus\:border-e-blue-600\/20:focus {
  border-inline-end-color: rgb(37 99 235 / 0.2);
}

.focus\:border-e-blue-600\/25:focus {
  border-inline-end-color: rgb(37 99 235 / 0.25);
}

.focus\:border-e-blue-600\/30:focus {
  border-inline-end-color: rgb(37 99 235 / 0.3);
}

.focus\:border-e-blue-600\/40:focus {
  border-inline-end-color: rgb(37 99 235 / 0.4);
}

.focus\:border-e-blue-600\/5:focus {
  border-inline-end-color: rgb(37 99 235 / 0.05);
}

.focus\:border-e-blue-600\/50:focus {
  border-inline-end-color: rgb(37 99 235 / 0.5);
}

.focus\:border-e-blue-600\/60:focus {
  border-inline-end-color: rgb(37 99 235 / 0.6);
}

.focus\:border-e-blue-600\/70:focus {
  border-inline-end-color: rgb(37 99 235 / 0.7);
}

.focus\:border-e-blue-600\/75:focus {
  border-inline-end-color: rgb(37 99 235 / 0.75);
}

.focus\:border-e-blue-600\/80:focus {
  border-inline-end-color: rgb(37 99 235 / 0.8);
}

.focus\:border-e-blue-600\/90:focus {
  border-inline-end-color: rgb(37 99 235 / 0.9);
}

.focus\:border-e-blue-600\/95:focus {
  border-inline-end-color: rgb(37 99 235 / 0.95);
}

.focus\:border-e-blue-700:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.focus\:border-e-blue-700\/0:focus {
  border-inline-end-color: rgb(29 78 216 / 0);
}

.focus\:border-e-blue-700\/10:focus {
  border-inline-end-color: rgb(29 78 216 / 0.1);
}

.focus\:border-e-blue-700\/100:focus {
  border-inline-end-color: rgb(29 78 216 / 1);
}

.focus\:border-e-blue-700\/20:focus {
  border-inline-end-color: rgb(29 78 216 / 0.2);
}

.focus\:border-e-blue-700\/25:focus {
  border-inline-end-color: rgb(29 78 216 / 0.25);
}

.focus\:border-e-blue-700\/30:focus {
  border-inline-end-color: rgb(29 78 216 / 0.3);
}

.focus\:border-e-blue-700\/40:focus {
  border-inline-end-color: rgb(29 78 216 / 0.4);
}

.focus\:border-e-blue-700\/5:focus {
  border-inline-end-color: rgb(29 78 216 / 0.05);
}

.focus\:border-e-blue-700\/50:focus {
  border-inline-end-color: rgb(29 78 216 / 0.5);
}

.focus\:border-e-blue-700\/60:focus {
  border-inline-end-color: rgb(29 78 216 / 0.6);
}

.focus\:border-e-blue-700\/70:focus {
  border-inline-end-color: rgb(29 78 216 / 0.7);
}

.focus\:border-e-blue-700\/75:focus {
  border-inline-end-color: rgb(29 78 216 / 0.75);
}

.focus\:border-e-blue-700\/80:focus {
  border-inline-end-color: rgb(29 78 216 / 0.8);
}

.focus\:border-e-blue-700\/90:focus {
  border-inline-end-color: rgb(29 78 216 / 0.9);
}

.focus\:border-e-blue-700\/95:focus {
  border-inline-end-color: rgb(29 78 216 / 0.95);
}

.focus\:border-e-blue-800:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.focus\:border-e-blue-800\/0:focus {
  border-inline-end-color: rgb(30 64 175 / 0);
}

.focus\:border-e-blue-800\/10:focus {
  border-inline-end-color: rgb(30 64 175 / 0.1);
}

.focus\:border-e-blue-800\/100:focus {
  border-inline-end-color: rgb(30 64 175 / 1);
}

.focus\:border-e-blue-800\/20:focus {
  border-inline-end-color: rgb(30 64 175 / 0.2);
}

.focus\:border-e-blue-800\/25:focus {
  border-inline-end-color: rgb(30 64 175 / 0.25);
}

.focus\:border-e-blue-800\/30:focus {
  border-inline-end-color: rgb(30 64 175 / 0.3);
}

.focus\:border-e-blue-800\/40:focus {
  border-inline-end-color: rgb(30 64 175 / 0.4);
}

.focus\:border-e-blue-800\/5:focus {
  border-inline-end-color: rgb(30 64 175 / 0.05);
}

.focus\:border-e-blue-800\/50:focus {
  border-inline-end-color: rgb(30 64 175 / 0.5);
}

.focus\:border-e-blue-800\/60:focus {
  border-inline-end-color: rgb(30 64 175 / 0.6);
}

.focus\:border-e-blue-800\/70:focus {
  border-inline-end-color: rgb(30 64 175 / 0.7);
}

.focus\:border-e-blue-800\/75:focus {
  border-inline-end-color: rgb(30 64 175 / 0.75);
}

.focus\:border-e-blue-800\/80:focus {
  border-inline-end-color: rgb(30 64 175 / 0.8);
}

.focus\:border-e-blue-800\/90:focus {
  border-inline-end-color: rgb(30 64 175 / 0.9);
}

.focus\:border-e-blue-800\/95:focus {
  border-inline-end-color: rgb(30 64 175 / 0.95);
}

.focus\:border-e-blue-900:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.focus\:border-e-blue-900\/0:focus {
  border-inline-end-color: rgb(30 58 138 / 0);
}

.focus\:border-e-blue-900\/10:focus {
  border-inline-end-color: rgb(30 58 138 / 0.1);
}

.focus\:border-e-blue-900\/100:focus {
  border-inline-end-color: rgb(30 58 138 / 1);
}

.focus\:border-e-blue-900\/20:focus {
  border-inline-end-color: rgb(30 58 138 / 0.2);
}

.focus\:border-e-blue-900\/25:focus {
  border-inline-end-color: rgb(30 58 138 / 0.25);
}

.focus\:border-e-blue-900\/30:focus {
  border-inline-end-color: rgb(30 58 138 / 0.3);
}

.focus\:border-e-blue-900\/40:focus {
  border-inline-end-color: rgb(30 58 138 / 0.4);
}

.focus\:border-e-blue-900\/5:focus {
  border-inline-end-color: rgb(30 58 138 / 0.05);
}

.focus\:border-e-blue-900\/50:focus {
  border-inline-end-color: rgb(30 58 138 / 0.5);
}

.focus\:border-e-blue-900\/60:focus {
  border-inline-end-color: rgb(30 58 138 / 0.6);
}

.focus\:border-e-blue-900\/70:focus {
  border-inline-end-color: rgb(30 58 138 / 0.7);
}

.focus\:border-e-blue-900\/75:focus {
  border-inline-end-color: rgb(30 58 138 / 0.75);
}

.focus\:border-e-blue-900\/80:focus {
  border-inline-end-color: rgb(30 58 138 / 0.8);
}

.focus\:border-e-blue-900\/90:focus {
  border-inline-end-color: rgb(30 58 138 / 0.9);
}

.focus\:border-e-blue-900\/95:focus {
  border-inline-end-color: rgb(30 58 138 / 0.95);
}

.focus\:border-e-blue-950:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(23 37 84 / var(--tw-border-opacity));
}

.focus\:border-e-blue-950\/0:focus {
  border-inline-end-color: rgb(23 37 84 / 0);
}

.focus\:border-e-blue-950\/10:focus {
  border-inline-end-color: rgb(23 37 84 / 0.1);
}

.focus\:border-e-blue-950\/100:focus {
  border-inline-end-color: rgb(23 37 84 / 1);
}

.focus\:border-e-blue-950\/20:focus {
  border-inline-end-color: rgb(23 37 84 / 0.2);
}

.focus\:border-e-blue-950\/25:focus {
  border-inline-end-color: rgb(23 37 84 / 0.25);
}

.focus\:border-e-blue-950\/30:focus {
  border-inline-end-color: rgb(23 37 84 / 0.3);
}

.focus\:border-e-blue-950\/40:focus {
  border-inline-end-color: rgb(23 37 84 / 0.4);
}

.focus\:border-e-blue-950\/5:focus {
  border-inline-end-color: rgb(23 37 84 / 0.05);
}

.focus\:border-e-blue-950\/50:focus {
  border-inline-end-color: rgb(23 37 84 / 0.5);
}

.focus\:border-e-blue-950\/60:focus {
  border-inline-end-color: rgb(23 37 84 / 0.6);
}

.focus\:border-e-blue-950\/70:focus {
  border-inline-end-color: rgb(23 37 84 / 0.7);
}

.focus\:border-e-blue-950\/75:focus {
  border-inline-end-color: rgb(23 37 84 / 0.75);
}

.focus\:border-e-blue-950\/80:focus {
  border-inline-end-color: rgb(23 37 84 / 0.8);
}

.focus\:border-e-blue-950\/90:focus {
  border-inline-end-color: rgb(23 37 84 / 0.9);
}

.focus\:border-e-blue-950\/95:focus {
  border-inline-end-color: rgb(23 37 84 / 0.95);
}

.focus\:border-e-brand-100:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(230 239 246 / var(--tw-border-opacity));
}

.focus\:border-e-brand-100\/0:focus {
  border-inline-end-color: rgb(230 239 246 / 0);
}

.focus\:border-e-brand-100\/10:focus {
  border-inline-end-color: rgb(230 239 246 / 0.1);
}

.focus\:border-e-brand-100\/100:focus {
  border-inline-end-color: rgb(230 239 246 / 1);
}

.focus\:border-e-brand-100\/20:focus {
  border-inline-end-color: rgb(230 239 246 / 0.2);
}

.focus\:border-e-brand-100\/25:focus {
  border-inline-end-color: rgb(230 239 246 / 0.25);
}

.focus\:border-e-brand-100\/30:focus {
  border-inline-end-color: rgb(230 239 246 / 0.3);
}

.focus\:border-e-brand-100\/40:focus {
  border-inline-end-color: rgb(230 239 246 / 0.4);
}

.focus\:border-e-brand-100\/5:focus {
  border-inline-end-color: rgb(230 239 246 / 0.05);
}

.focus\:border-e-brand-100\/50:focus {
  border-inline-end-color: rgb(230 239 246 / 0.5);
}

.focus\:border-e-brand-100\/60:focus {
  border-inline-end-color: rgb(230 239 246 / 0.6);
}

.focus\:border-e-brand-100\/70:focus {
  border-inline-end-color: rgb(230 239 246 / 0.7);
}

.focus\:border-e-brand-100\/75:focus {
  border-inline-end-color: rgb(230 239 246 / 0.75);
}

.focus\:border-e-brand-100\/80:focus {
  border-inline-end-color: rgb(230 239 246 / 0.8);
}

.focus\:border-e-brand-100\/90:focus {
  border-inline-end-color: rgb(230 239 246 / 0.9);
}

.focus\:border-e-brand-100\/95:focus {
  border-inline-end-color: rgb(230 239 246 / 0.95);
}

.focus\:border-e-brand-200:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(193 215 234 / var(--tw-border-opacity));
}

.focus\:border-e-brand-200\/0:focus {
  border-inline-end-color: rgb(193 215 234 / 0);
}

.focus\:border-e-brand-200\/10:focus {
  border-inline-end-color: rgb(193 215 234 / 0.1);
}

.focus\:border-e-brand-200\/100:focus {
  border-inline-end-color: rgb(193 215 234 / 1);
}

.focus\:border-e-brand-200\/20:focus {
  border-inline-end-color: rgb(193 215 234 / 0.2);
}

.focus\:border-e-brand-200\/25:focus {
  border-inline-end-color: rgb(193 215 234 / 0.25);
}

.focus\:border-e-brand-200\/30:focus {
  border-inline-end-color: rgb(193 215 234 / 0.3);
}

.focus\:border-e-brand-200\/40:focus {
  border-inline-end-color: rgb(193 215 234 / 0.4);
}

.focus\:border-e-brand-200\/5:focus {
  border-inline-end-color: rgb(193 215 234 / 0.05);
}

.focus\:border-e-brand-200\/50:focus {
  border-inline-end-color: rgb(193 215 234 / 0.5);
}

.focus\:border-e-brand-200\/60:focus {
  border-inline-end-color: rgb(193 215 234 / 0.6);
}

.focus\:border-e-brand-200\/70:focus {
  border-inline-end-color: rgb(193 215 234 / 0.7);
}

.focus\:border-e-brand-200\/75:focus {
  border-inline-end-color: rgb(193 215 234 / 0.75);
}

.focus\:border-e-brand-200\/80:focus {
  border-inline-end-color: rgb(193 215 234 / 0.8);
}

.focus\:border-e-brand-200\/90:focus {
  border-inline-end-color: rgb(193 215 234 / 0.9);
}

.focus\:border-e-brand-200\/95:focus {
  border-inline-end-color: rgb(193 215 234 / 0.95);
}

.focus\:border-e-brand-300:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(155 190 221 / var(--tw-border-opacity));
}

.focus\:border-e-brand-300\/0:focus {
  border-inline-end-color: rgb(155 190 221 / 0);
}

.focus\:border-e-brand-300\/10:focus {
  border-inline-end-color: rgb(155 190 221 / 0.1);
}

.focus\:border-e-brand-300\/100:focus {
  border-inline-end-color: rgb(155 190 221 / 1);
}

.focus\:border-e-brand-300\/20:focus {
  border-inline-end-color: rgb(155 190 221 / 0.2);
}

.focus\:border-e-brand-300\/25:focus {
  border-inline-end-color: rgb(155 190 221 / 0.25);
}

.focus\:border-e-brand-300\/30:focus {
  border-inline-end-color: rgb(155 190 221 / 0.3);
}

.focus\:border-e-brand-300\/40:focus {
  border-inline-end-color: rgb(155 190 221 / 0.4);
}

.focus\:border-e-brand-300\/5:focus {
  border-inline-end-color: rgb(155 190 221 / 0.05);
}

.focus\:border-e-brand-300\/50:focus {
  border-inline-end-color: rgb(155 190 221 / 0.5);
}

.focus\:border-e-brand-300\/60:focus {
  border-inline-end-color: rgb(155 190 221 / 0.6);
}

.focus\:border-e-brand-300\/70:focus {
  border-inline-end-color: rgb(155 190 221 / 0.7);
}

.focus\:border-e-brand-300\/75:focus {
  border-inline-end-color: rgb(155 190 221 / 0.75);
}

.focus\:border-e-brand-300\/80:focus {
  border-inline-end-color: rgb(155 190 221 / 0.8);
}

.focus\:border-e-brand-300\/90:focus {
  border-inline-end-color: rgb(155 190 221 / 0.9);
}

.focus\:border-e-brand-300\/95:focus {
  border-inline-end-color: rgb(155 190 221 / 0.95);
}

.focus\:border-e-brand-400:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(81 142 195 / var(--tw-border-opacity));
}

.focus\:border-e-brand-400\/0:focus {
  border-inline-end-color: rgb(81 142 195 / 0);
}

.focus\:border-e-brand-400\/10:focus {
  border-inline-end-color: rgb(81 142 195 / 0.1);
}

.focus\:border-e-brand-400\/100:focus {
  border-inline-end-color: rgb(81 142 195 / 1);
}

.focus\:border-e-brand-400\/20:focus {
  border-inline-end-color: rgb(81 142 195 / 0.2);
}

.focus\:border-e-brand-400\/25:focus {
  border-inline-end-color: rgb(81 142 195 / 0.25);
}

.focus\:border-e-brand-400\/30:focus {
  border-inline-end-color: rgb(81 142 195 / 0.3);
}

.focus\:border-e-brand-400\/40:focus {
  border-inline-end-color: rgb(81 142 195 / 0.4);
}

.focus\:border-e-brand-400\/5:focus {
  border-inline-end-color: rgb(81 142 195 / 0.05);
}

.focus\:border-e-brand-400\/50:focus {
  border-inline-end-color: rgb(81 142 195 / 0.5);
}

.focus\:border-e-brand-400\/60:focus {
  border-inline-end-color: rgb(81 142 195 / 0.6);
}

.focus\:border-e-brand-400\/70:focus {
  border-inline-end-color: rgb(81 142 195 / 0.7);
}

.focus\:border-e-brand-400\/75:focus {
  border-inline-end-color: rgb(81 142 195 / 0.75);
}

.focus\:border-e-brand-400\/80:focus {
  border-inline-end-color: rgb(81 142 195 / 0.8);
}

.focus\:border-e-brand-400\/90:focus {
  border-inline-end-color: rgb(81 142 195 / 0.9);
}

.focus\:border-e-brand-400\/95:focus {
  border-inline-end-color: rgb(81 142 195 / 0.95);
}

.focus\:border-e-brand-50:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(243 247 251 / var(--tw-border-opacity));
}

.focus\:border-e-brand-50\/0:focus {
  border-inline-end-color: rgb(243 247 251 / 0);
}

.focus\:border-e-brand-50\/10:focus {
  border-inline-end-color: rgb(243 247 251 / 0.1);
}

.focus\:border-e-brand-50\/100:focus {
  border-inline-end-color: rgb(243 247 251 / 1);
}

.focus\:border-e-brand-50\/20:focus {
  border-inline-end-color: rgb(243 247 251 / 0.2);
}

.focus\:border-e-brand-50\/25:focus {
  border-inline-end-color: rgb(243 247 251 / 0.25);
}

.focus\:border-e-brand-50\/30:focus {
  border-inline-end-color: rgb(243 247 251 / 0.3);
}

.focus\:border-e-brand-50\/40:focus {
  border-inline-end-color: rgb(243 247 251 / 0.4);
}

.focus\:border-e-brand-50\/5:focus {
  border-inline-end-color: rgb(243 247 251 / 0.05);
}

.focus\:border-e-brand-50\/50:focus {
  border-inline-end-color: rgb(243 247 251 / 0.5);
}

.focus\:border-e-brand-50\/60:focus {
  border-inline-end-color: rgb(243 247 251 / 0.6);
}

.focus\:border-e-brand-50\/70:focus {
  border-inline-end-color: rgb(243 247 251 / 0.7);
}

.focus\:border-e-brand-50\/75:focus {
  border-inline-end-color: rgb(243 247 251 / 0.75);
}

.focus\:border-e-brand-50\/80:focus {
  border-inline-end-color: rgb(243 247 251 / 0.8);
}

.focus\:border-e-brand-50\/90:focus {
  border-inline-end-color: rgb(243 247 251 / 0.9);
}

.focus\:border-e-brand-50\/95:focus {
  border-inline-end-color: rgb(243 247 251 / 0.95);
}

.focus\:border-e-brand-500:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(6 93 169 / var(--tw-border-opacity));
}

.focus\:border-e-brand-500\/0:focus {
  border-inline-end-color: rgb(6 93 169 / 0);
}

.focus\:border-e-brand-500\/10:focus {
  border-inline-end-color: rgb(6 93 169 / 0.1);
}

.focus\:border-e-brand-500\/100:focus {
  border-inline-end-color: rgb(6 93 169 / 1);
}

.focus\:border-e-brand-500\/20:focus {
  border-inline-end-color: rgb(6 93 169 / 0.2);
}

.focus\:border-e-brand-500\/25:focus {
  border-inline-end-color: rgb(6 93 169 / 0.25);
}

.focus\:border-e-brand-500\/30:focus {
  border-inline-end-color: rgb(6 93 169 / 0.3);
}

.focus\:border-e-brand-500\/40:focus {
  border-inline-end-color: rgb(6 93 169 / 0.4);
}

.focus\:border-e-brand-500\/5:focus {
  border-inline-end-color: rgb(6 93 169 / 0.05);
}

.focus\:border-e-brand-500\/50:focus {
  border-inline-end-color: rgb(6 93 169 / 0.5);
}

.focus\:border-e-brand-500\/60:focus {
  border-inline-end-color: rgb(6 93 169 / 0.6);
}

.focus\:border-e-brand-500\/70:focus {
  border-inline-end-color: rgb(6 93 169 / 0.7);
}

.focus\:border-e-brand-500\/75:focus {
  border-inline-end-color: rgb(6 93 169 / 0.75);
}

.focus\:border-e-brand-500\/80:focus {
  border-inline-end-color: rgb(6 93 169 / 0.8);
}

.focus\:border-e-brand-500\/90:focus {
  border-inline-end-color: rgb(6 93 169 / 0.9);
}

.focus\:border-e-brand-500\/95:focus {
  border-inline-end-color: rgb(6 93 169 / 0.95);
}

.focus\:border-e-brand-600:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(5 84 152 / var(--tw-border-opacity));
}

.focus\:border-e-brand-600\/0:focus {
  border-inline-end-color: rgb(5 84 152 / 0);
}

.focus\:border-e-brand-600\/10:focus {
  border-inline-end-color: rgb(5 84 152 / 0.1);
}

.focus\:border-e-brand-600\/100:focus {
  border-inline-end-color: rgb(5 84 152 / 1);
}

.focus\:border-e-brand-600\/20:focus {
  border-inline-end-color: rgb(5 84 152 / 0.2);
}

.focus\:border-e-brand-600\/25:focus {
  border-inline-end-color: rgb(5 84 152 / 0.25);
}

.focus\:border-e-brand-600\/30:focus {
  border-inline-end-color: rgb(5 84 152 / 0.3);
}

.focus\:border-e-brand-600\/40:focus {
  border-inline-end-color: rgb(5 84 152 / 0.4);
}

.focus\:border-e-brand-600\/5:focus {
  border-inline-end-color: rgb(5 84 152 / 0.05);
}

.focus\:border-e-brand-600\/50:focus {
  border-inline-end-color: rgb(5 84 152 / 0.5);
}

.focus\:border-e-brand-600\/60:focus {
  border-inline-end-color: rgb(5 84 152 / 0.6);
}

.focus\:border-e-brand-600\/70:focus {
  border-inline-end-color: rgb(5 84 152 / 0.7);
}

.focus\:border-e-brand-600\/75:focus {
  border-inline-end-color: rgb(5 84 152 / 0.75);
}

.focus\:border-e-brand-600\/80:focus {
  border-inline-end-color: rgb(5 84 152 / 0.8);
}

.focus\:border-e-brand-600\/90:focus {
  border-inline-end-color: rgb(5 84 152 / 0.9);
}

.focus\:border-e-brand-600\/95:focus {
  border-inline-end-color: rgb(5 84 152 / 0.95);
}

.focus\:border-e-brand-700:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(4 56 101 / var(--tw-border-opacity));
}

.focus\:border-e-brand-700\/0:focus {
  border-inline-end-color: rgb(4 56 101 / 0);
}

.focus\:border-e-brand-700\/10:focus {
  border-inline-end-color: rgb(4 56 101 / 0.1);
}

.focus\:border-e-brand-700\/100:focus {
  border-inline-end-color: rgb(4 56 101 / 1);
}

.focus\:border-e-brand-700\/20:focus {
  border-inline-end-color: rgb(4 56 101 / 0.2);
}

.focus\:border-e-brand-700\/25:focus {
  border-inline-end-color: rgb(4 56 101 / 0.25);
}

.focus\:border-e-brand-700\/30:focus {
  border-inline-end-color: rgb(4 56 101 / 0.3);
}

.focus\:border-e-brand-700\/40:focus {
  border-inline-end-color: rgb(4 56 101 / 0.4);
}

.focus\:border-e-brand-700\/5:focus {
  border-inline-end-color: rgb(4 56 101 / 0.05);
}

.focus\:border-e-brand-700\/50:focus {
  border-inline-end-color: rgb(4 56 101 / 0.5);
}

.focus\:border-e-brand-700\/60:focus {
  border-inline-end-color: rgb(4 56 101 / 0.6);
}

.focus\:border-e-brand-700\/70:focus {
  border-inline-end-color: rgb(4 56 101 / 0.7);
}

.focus\:border-e-brand-700\/75:focus {
  border-inline-end-color: rgb(4 56 101 / 0.75);
}

.focus\:border-e-brand-700\/80:focus {
  border-inline-end-color: rgb(4 56 101 / 0.8);
}

.focus\:border-e-brand-700\/90:focus {
  border-inline-end-color: rgb(4 56 101 / 0.9);
}

.focus\:border-e-brand-700\/95:focus {
  border-inline-end-color: rgb(4 56 101 / 0.95);
}

.focus\:border-e-brand-800:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(3 42 76 / var(--tw-border-opacity));
}

.focus\:border-e-brand-800\/0:focus {
  border-inline-end-color: rgb(3 42 76 / 0);
}

.focus\:border-e-brand-800\/10:focus {
  border-inline-end-color: rgb(3 42 76 / 0.1);
}

.focus\:border-e-brand-800\/100:focus {
  border-inline-end-color: rgb(3 42 76 / 1);
}

.focus\:border-e-brand-800\/20:focus {
  border-inline-end-color: rgb(3 42 76 / 0.2);
}

.focus\:border-e-brand-800\/25:focus {
  border-inline-end-color: rgb(3 42 76 / 0.25);
}

.focus\:border-e-brand-800\/30:focus {
  border-inline-end-color: rgb(3 42 76 / 0.3);
}

.focus\:border-e-brand-800\/40:focus {
  border-inline-end-color: rgb(3 42 76 / 0.4);
}

.focus\:border-e-brand-800\/5:focus {
  border-inline-end-color: rgb(3 42 76 / 0.05);
}

.focus\:border-e-brand-800\/50:focus {
  border-inline-end-color: rgb(3 42 76 / 0.5);
}

.focus\:border-e-brand-800\/60:focus {
  border-inline-end-color: rgb(3 42 76 / 0.6);
}

.focus\:border-e-brand-800\/70:focus {
  border-inline-end-color: rgb(3 42 76 / 0.7);
}

.focus\:border-e-brand-800\/75:focus {
  border-inline-end-color: rgb(3 42 76 / 0.75);
}

.focus\:border-e-brand-800\/80:focus {
  border-inline-end-color: rgb(3 42 76 / 0.8);
}

.focus\:border-e-brand-800\/90:focus {
  border-inline-end-color: rgb(3 42 76 / 0.9);
}

.focus\:border-e-brand-800\/95:focus {
  border-inline-end-color: rgb(3 42 76 / 0.95);
}

.focus\:border-e-brand-900:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(2 28 51 / var(--tw-border-opacity));
}

.focus\:border-e-brand-900\/0:focus {
  border-inline-end-color: rgb(2 28 51 / 0);
}

.focus\:border-e-brand-900\/10:focus {
  border-inline-end-color: rgb(2 28 51 / 0.1);
}

.focus\:border-e-brand-900\/100:focus {
  border-inline-end-color: rgb(2 28 51 / 1);
}

.focus\:border-e-brand-900\/20:focus {
  border-inline-end-color: rgb(2 28 51 / 0.2);
}

.focus\:border-e-brand-900\/25:focus {
  border-inline-end-color: rgb(2 28 51 / 0.25);
}

.focus\:border-e-brand-900\/30:focus {
  border-inline-end-color: rgb(2 28 51 / 0.3);
}

.focus\:border-e-brand-900\/40:focus {
  border-inline-end-color: rgb(2 28 51 / 0.4);
}

.focus\:border-e-brand-900\/5:focus {
  border-inline-end-color: rgb(2 28 51 / 0.05);
}

.focus\:border-e-brand-900\/50:focus {
  border-inline-end-color: rgb(2 28 51 / 0.5);
}

.focus\:border-e-brand-900\/60:focus {
  border-inline-end-color: rgb(2 28 51 / 0.6);
}

.focus\:border-e-brand-900\/70:focus {
  border-inline-end-color: rgb(2 28 51 / 0.7);
}

.focus\:border-e-brand-900\/75:focus {
  border-inline-end-color: rgb(2 28 51 / 0.75);
}

.focus\:border-e-brand-900\/80:focus {
  border-inline-end-color: rgb(2 28 51 / 0.8);
}

.focus\:border-e-brand-900\/90:focus {
  border-inline-end-color: rgb(2 28 51 / 0.9);
}

.focus\:border-e-brand-900\/95:focus {
  border-inline-end-color: rgb(2 28 51 / 0.95);
}

.focus\:border-e-current:focus {
  border-inline-end-color: currentColor;
}

.focus\:border-e-cyan-100:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(207 250 254 / var(--tw-border-opacity));
}

.focus\:border-e-cyan-100\/0:focus {
  border-inline-end-color: rgb(207 250 254 / 0);
}

.focus\:border-e-cyan-100\/10:focus {
  border-inline-end-color: rgb(207 250 254 / 0.1);
}

.focus\:border-e-cyan-100\/100:focus {
  border-inline-end-color: rgb(207 250 254 / 1);
}

.focus\:border-e-cyan-100\/20:focus {
  border-inline-end-color: rgb(207 250 254 / 0.2);
}

.focus\:border-e-cyan-100\/25:focus {
  border-inline-end-color: rgb(207 250 254 / 0.25);
}

.focus\:border-e-cyan-100\/30:focus {
  border-inline-end-color: rgb(207 250 254 / 0.3);
}

.focus\:border-e-cyan-100\/40:focus {
  border-inline-end-color: rgb(207 250 254 / 0.4);
}

.focus\:border-e-cyan-100\/5:focus {
  border-inline-end-color: rgb(207 250 254 / 0.05);
}

.focus\:border-e-cyan-100\/50:focus {
  border-inline-end-color: rgb(207 250 254 / 0.5);
}

.focus\:border-e-cyan-100\/60:focus {
  border-inline-end-color: rgb(207 250 254 / 0.6);
}

.focus\:border-e-cyan-100\/70:focus {
  border-inline-end-color: rgb(207 250 254 / 0.7);
}

.focus\:border-e-cyan-100\/75:focus {
  border-inline-end-color: rgb(207 250 254 / 0.75);
}

.focus\:border-e-cyan-100\/80:focus {
  border-inline-end-color: rgb(207 250 254 / 0.8);
}

.focus\:border-e-cyan-100\/90:focus {
  border-inline-end-color: rgb(207 250 254 / 0.9);
}

.focus\:border-e-cyan-100\/95:focus {
  border-inline-end-color: rgb(207 250 254 / 0.95);
}

.focus\:border-e-cyan-200:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(165 243 252 / var(--tw-border-opacity));
}

.focus\:border-e-cyan-200\/0:focus {
  border-inline-end-color: rgb(165 243 252 / 0);
}

.focus\:border-e-cyan-200\/10:focus {
  border-inline-end-color: rgb(165 243 252 / 0.1);
}

.focus\:border-e-cyan-200\/100:focus {
  border-inline-end-color: rgb(165 243 252 / 1);
}

.focus\:border-e-cyan-200\/20:focus {
  border-inline-end-color: rgb(165 243 252 / 0.2);
}

.focus\:border-e-cyan-200\/25:focus {
  border-inline-end-color: rgb(165 243 252 / 0.25);
}

.focus\:border-e-cyan-200\/30:focus {
  border-inline-end-color: rgb(165 243 252 / 0.3);
}

.focus\:border-e-cyan-200\/40:focus {
  border-inline-end-color: rgb(165 243 252 / 0.4);
}

.focus\:border-e-cyan-200\/5:focus {
  border-inline-end-color: rgb(165 243 252 / 0.05);
}

.focus\:border-e-cyan-200\/50:focus {
  border-inline-end-color: rgb(165 243 252 / 0.5);
}

.focus\:border-e-cyan-200\/60:focus {
  border-inline-end-color: rgb(165 243 252 / 0.6);
}

.focus\:border-e-cyan-200\/70:focus {
  border-inline-end-color: rgb(165 243 252 / 0.7);
}

.focus\:border-e-cyan-200\/75:focus {
  border-inline-end-color: rgb(165 243 252 / 0.75);
}

.focus\:border-e-cyan-200\/80:focus {
  border-inline-end-color: rgb(165 243 252 / 0.8);
}

.focus\:border-e-cyan-200\/90:focus {
  border-inline-end-color: rgb(165 243 252 / 0.9);
}

.focus\:border-e-cyan-200\/95:focus {
  border-inline-end-color: rgb(165 243 252 / 0.95);
}

.focus\:border-e-cyan-300:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(103 232 249 / var(--tw-border-opacity));
}

.focus\:border-e-cyan-300\/0:focus {
  border-inline-end-color: rgb(103 232 249 / 0);
}

.focus\:border-e-cyan-300\/10:focus {
  border-inline-end-color: rgb(103 232 249 / 0.1);
}

.focus\:border-e-cyan-300\/100:focus {
  border-inline-end-color: rgb(103 232 249 / 1);
}

.focus\:border-e-cyan-300\/20:focus {
  border-inline-end-color: rgb(103 232 249 / 0.2);
}

.focus\:border-e-cyan-300\/25:focus {
  border-inline-end-color: rgb(103 232 249 / 0.25);
}

.focus\:border-e-cyan-300\/30:focus {
  border-inline-end-color: rgb(103 232 249 / 0.3);
}

.focus\:border-e-cyan-300\/40:focus {
  border-inline-end-color: rgb(103 232 249 / 0.4);
}

.focus\:border-e-cyan-300\/5:focus {
  border-inline-end-color: rgb(103 232 249 / 0.05);
}

.focus\:border-e-cyan-300\/50:focus {
  border-inline-end-color: rgb(103 232 249 / 0.5);
}

.focus\:border-e-cyan-300\/60:focus {
  border-inline-end-color: rgb(103 232 249 / 0.6);
}

.focus\:border-e-cyan-300\/70:focus {
  border-inline-end-color: rgb(103 232 249 / 0.7);
}

.focus\:border-e-cyan-300\/75:focus {
  border-inline-end-color: rgb(103 232 249 / 0.75);
}

.focus\:border-e-cyan-300\/80:focus {
  border-inline-end-color: rgb(103 232 249 / 0.8);
}

.focus\:border-e-cyan-300\/90:focus {
  border-inline-end-color: rgb(103 232 249 / 0.9);
}

.focus\:border-e-cyan-300\/95:focus {
  border-inline-end-color: rgb(103 232 249 / 0.95);
}

.focus\:border-e-cyan-400:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(34 211 238 / var(--tw-border-opacity));
}

.focus\:border-e-cyan-400\/0:focus {
  border-inline-end-color: rgb(34 211 238 / 0);
}

.focus\:border-e-cyan-400\/10:focus {
  border-inline-end-color: rgb(34 211 238 / 0.1);
}

.focus\:border-e-cyan-400\/100:focus {
  border-inline-end-color: rgb(34 211 238 / 1);
}

.focus\:border-e-cyan-400\/20:focus {
  border-inline-end-color: rgb(34 211 238 / 0.2);
}

.focus\:border-e-cyan-400\/25:focus {
  border-inline-end-color: rgb(34 211 238 / 0.25);
}

.focus\:border-e-cyan-400\/30:focus {
  border-inline-end-color: rgb(34 211 238 / 0.3);
}

.focus\:border-e-cyan-400\/40:focus {
  border-inline-end-color: rgb(34 211 238 / 0.4);
}

.focus\:border-e-cyan-400\/5:focus {
  border-inline-end-color: rgb(34 211 238 / 0.05);
}

.focus\:border-e-cyan-400\/50:focus {
  border-inline-end-color: rgb(34 211 238 / 0.5);
}

.focus\:border-e-cyan-400\/60:focus {
  border-inline-end-color: rgb(34 211 238 / 0.6);
}

.focus\:border-e-cyan-400\/70:focus {
  border-inline-end-color: rgb(34 211 238 / 0.7);
}

.focus\:border-e-cyan-400\/75:focus {
  border-inline-end-color: rgb(34 211 238 / 0.75);
}

.focus\:border-e-cyan-400\/80:focus {
  border-inline-end-color: rgb(34 211 238 / 0.8);
}

.focus\:border-e-cyan-400\/90:focus {
  border-inline-end-color: rgb(34 211 238 / 0.9);
}

.focus\:border-e-cyan-400\/95:focus {
  border-inline-end-color: rgb(34 211 238 / 0.95);
}

.focus\:border-e-cyan-50:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(236 254 255 / var(--tw-border-opacity));
}

.focus\:border-e-cyan-50\/0:focus {
  border-inline-end-color: rgb(236 254 255 / 0);
}

.focus\:border-e-cyan-50\/10:focus {
  border-inline-end-color: rgb(236 254 255 / 0.1);
}

.focus\:border-e-cyan-50\/100:focus {
  border-inline-end-color: rgb(236 254 255 / 1);
}

.focus\:border-e-cyan-50\/20:focus {
  border-inline-end-color: rgb(236 254 255 / 0.2);
}

.focus\:border-e-cyan-50\/25:focus {
  border-inline-end-color: rgb(236 254 255 / 0.25);
}

.focus\:border-e-cyan-50\/30:focus {
  border-inline-end-color: rgb(236 254 255 / 0.3);
}

.focus\:border-e-cyan-50\/40:focus {
  border-inline-end-color: rgb(236 254 255 / 0.4);
}

.focus\:border-e-cyan-50\/5:focus {
  border-inline-end-color: rgb(236 254 255 / 0.05);
}

.focus\:border-e-cyan-50\/50:focus {
  border-inline-end-color: rgb(236 254 255 / 0.5);
}

.focus\:border-e-cyan-50\/60:focus {
  border-inline-end-color: rgb(236 254 255 / 0.6);
}

.focus\:border-e-cyan-50\/70:focus {
  border-inline-end-color: rgb(236 254 255 / 0.7);
}

.focus\:border-e-cyan-50\/75:focus {
  border-inline-end-color: rgb(236 254 255 / 0.75);
}

.focus\:border-e-cyan-50\/80:focus {
  border-inline-end-color: rgb(236 254 255 / 0.8);
}

.focus\:border-e-cyan-50\/90:focus {
  border-inline-end-color: rgb(236 254 255 / 0.9);
}

.focus\:border-e-cyan-50\/95:focus {
  border-inline-end-color: rgb(236 254 255 / 0.95);
}

.focus\:border-e-cyan-500:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(6 182 212 / var(--tw-border-opacity));
}

.focus\:border-e-cyan-500\/0:focus {
  border-inline-end-color: rgb(6 182 212 / 0);
}

.focus\:border-e-cyan-500\/10:focus {
  border-inline-end-color: rgb(6 182 212 / 0.1);
}

.focus\:border-e-cyan-500\/100:focus {
  border-inline-end-color: rgb(6 182 212 / 1);
}

.focus\:border-e-cyan-500\/20:focus {
  border-inline-end-color: rgb(6 182 212 / 0.2);
}

.focus\:border-e-cyan-500\/25:focus {
  border-inline-end-color: rgb(6 182 212 / 0.25);
}

.focus\:border-e-cyan-500\/30:focus {
  border-inline-end-color: rgb(6 182 212 / 0.3);
}

.focus\:border-e-cyan-500\/40:focus {
  border-inline-end-color: rgb(6 182 212 / 0.4);
}

.focus\:border-e-cyan-500\/5:focus {
  border-inline-end-color: rgb(6 182 212 / 0.05);
}

.focus\:border-e-cyan-500\/50:focus {
  border-inline-end-color: rgb(6 182 212 / 0.5);
}

.focus\:border-e-cyan-500\/60:focus {
  border-inline-end-color: rgb(6 182 212 / 0.6);
}

.focus\:border-e-cyan-500\/70:focus {
  border-inline-end-color: rgb(6 182 212 / 0.7);
}

.focus\:border-e-cyan-500\/75:focus {
  border-inline-end-color: rgb(6 182 212 / 0.75);
}

.focus\:border-e-cyan-500\/80:focus {
  border-inline-end-color: rgb(6 182 212 / 0.8);
}

.focus\:border-e-cyan-500\/90:focus {
  border-inline-end-color: rgb(6 182 212 / 0.9);
}

.focus\:border-e-cyan-500\/95:focus {
  border-inline-end-color: rgb(6 182 212 / 0.95);
}

.focus\:border-e-cyan-600:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(8 145 178 / var(--tw-border-opacity));
}

.focus\:border-e-cyan-600\/0:focus {
  border-inline-end-color: rgb(8 145 178 / 0);
}

.focus\:border-e-cyan-600\/10:focus {
  border-inline-end-color: rgb(8 145 178 / 0.1);
}

.focus\:border-e-cyan-600\/100:focus {
  border-inline-end-color: rgb(8 145 178 / 1);
}

.focus\:border-e-cyan-600\/20:focus {
  border-inline-end-color: rgb(8 145 178 / 0.2);
}

.focus\:border-e-cyan-600\/25:focus {
  border-inline-end-color: rgb(8 145 178 / 0.25);
}

.focus\:border-e-cyan-600\/30:focus {
  border-inline-end-color: rgb(8 145 178 / 0.3);
}

.focus\:border-e-cyan-600\/40:focus {
  border-inline-end-color: rgb(8 145 178 / 0.4);
}

.focus\:border-e-cyan-600\/5:focus {
  border-inline-end-color: rgb(8 145 178 / 0.05);
}

.focus\:border-e-cyan-600\/50:focus {
  border-inline-end-color: rgb(8 145 178 / 0.5);
}

.focus\:border-e-cyan-600\/60:focus {
  border-inline-end-color: rgb(8 145 178 / 0.6);
}

.focus\:border-e-cyan-600\/70:focus {
  border-inline-end-color: rgb(8 145 178 / 0.7);
}

.focus\:border-e-cyan-600\/75:focus {
  border-inline-end-color: rgb(8 145 178 / 0.75);
}

.focus\:border-e-cyan-600\/80:focus {
  border-inline-end-color: rgb(8 145 178 / 0.8);
}

.focus\:border-e-cyan-600\/90:focus {
  border-inline-end-color: rgb(8 145 178 / 0.9);
}

.focus\:border-e-cyan-600\/95:focus {
  border-inline-end-color: rgb(8 145 178 / 0.95);
}

.focus\:border-e-cyan-700:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(14 116 144 / var(--tw-border-opacity));
}

.focus\:border-e-cyan-700\/0:focus {
  border-inline-end-color: rgb(14 116 144 / 0);
}

.focus\:border-e-cyan-700\/10:focus {
  border-inline-end-color: rgb(14 116 144 / 0.1);
}

.focus\:border-e-cyan-700\/100:focus {
  border-inline-end-color: rgb(14 116 144 / 1);
}

.focus\:border-e-cyan-700\/20:focus {
  border-inline-end-color: rgb(14 116 144 / 0.2);
}

.focus\:border-e-cyan-700\/25:focus {
  border-inline-end-color: rgb(14 116 144 / 0.25);
}

.focus\:border-e-cyan-700\/30:focus {
  border-inline-end-color: rgb(14 116 144 / 0.3);
}

.focus\:border-e-cyan-700\/40:focus {
  border-inline-end-color: rgb(14 116 144 / 0.4);
}

.focus\:border-e-cyan-700\/5:focus {
  border-inline-end-color: rgb(14 116 144 / 0.05);
}

.focus\:border-e-cyan-700\/50:focus {
  border-inline-end-color: rgb(14 116 144 / 0.5);
}

.focus\:border-e-cyan-700\/60:focus {
  border-inline-end-color: rgb(14 116 144 / 0.6);
}

.focus\:border-e-cyan-700\/70:focus {
  border-inline-end-color: rgb(14 116 144 / 0.7);
}

.focus\:border-e-cyan-700\/75:focus {
  border-inline-end-color: rgb(14 116 144 / 0.75);
}

.focus\:border-e-cyan-700\/80:focus {
  border-inline-end-color: rgb(14 116 144 / 0.8);
}

.focus\:border-e-cyan-700\/90:focus {
  border-inline-end-color: rgb(14 116 144 / 0.9);
}

.focus\:border-e-cyan-700\/95:focus {
  border-inline-end-color: rgb(14 116 144 / 0.95);
}

.focus\:border-e-cyan-800:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(21 94 117 / var(--tw-border-opacity));
}

.focus\:border-e-cyan-800\/0:focus {
  border-inline-end-color: rgb(21 94 117 / 0);
}

.focus\:border-e-cyan-800\/10:focus {
  border-inline-end-color: rgb(21 94 117 / 0.1);
}

.focus\:border-e-cyan-800\/100:focus {
  border-inline-end-color: rgb(21 94 117 / 1);
}

.focus\:border-e-cyan-800\/20:focus {
  border-inline-end-color: rgb(21 94 117 / 0.2);
}

.focus\:border-e-cyan-800\/25:focus {
  border-inline-end-color: rgb(21 94 117 / 0.25);
}

.focus\:border-e-cyan-800\/30:focus {
  border-inline-end-color: rgb(21 94 117 / 0.3);
}

.focus\:border-e-cyan-800\/40:focus {
  border-inline-end-color: rgb(21 94 117 / 0.4);
}

.focus\:border-e-cyan-800\/5:focus {
  border-inline-end-color: rgb(21 94 117 / 0.05);
}

.focus\:border-e-cyan-800\/50:focus {
  border-inline-end-color: rgb(21 94 117 / 0.5);
}

.focus\:border-e-cyan-800\/60:focus {
  border-inline-end-color: rgb(21 94 117 / 0.6);
}

.focus\:border-e-cyan-800\/70:focus {
  border-inline-end-color: rgb(21 94 117 / 0.7);
}

.focus\:border-e-cyan-800\/75:focus {
  border-inline-end-color: rgb(21 94 117 / 0.75);
}

.focus\:border-e-cyan-800\/80:focus {
  border-inline-end-color: rgb(21 94 117 / 0.8);
}

.focus\:border-e-cyan-800\/90:focus {
  border-inline-end-color: rgb(21 94 117 / 0.9);
}

.focus\:border-e-cyan-800\/95:focus {
  border-inline-end-color: rgb(21 94 117 / 0.95);
}

.focus\:border-e-cyan-900:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(22 78 99 / var(--tw-border-opacity));
}

.focus\:border-e-cyan-900\/0:focus {
  border-inline-end-color: rgb(22 78 99 / 0);
}

.focus\:border-e-cyan-900\/10:focus {
  border-inline-end-color: rgb(22 78 99 / 0.1);
}

.focus\:border-e-cyan-900\/100:focus {
  border-inline-end-color: rgb(22 78 99 / 1);
}

.focus\:border-e-cyan-900\/20:focus {
  border-inline-end-color: rgb(22 78 99 / 0.2);
}

.focus\:border-e-cyan-900\/25:focus {
  border-inline-end-color: rgb(22 78 99 / 0.25);
}

.focus\:border-e-cyan-900\/30:focus {
  border-inline-end-color: rgb(22 78 99 / 0.3);
}

.focus\:border-e-cyan-900\/40:focus {
  border-inline-end-color: rgb(22 78 99 / 0.4);
}

.focus\:border-e-cyan-900\/5:focus {
  border-inline-end-color: rgb(22 78 99 / 0.05);
}

.focus\:border-e-cyan-900\/50:focus {
  border-inline-end-color: rgb(22 78 99 / 0.5);
}

.focus\:border-e-cyan-900\/60:focus {
  border-inline-end-color: rgb(22 78 99 / 0.6);
}

.focus\:border-e-cyan-900\/70:focus {
  border-inline-end-color: rgb(22 78 99 / 0.7);
}

.focus\:border-e-cyan-900\/75:focus {
  border-inline-end-color: rgb(22 78 99 / 0.75);
}

.focus\:border-e-cyan-900\/80:focus {
  border-inline-end-color: rgb(22 78 99 / 0.8);
}

.focus\:border-e-cyan-900\/90:focus {
  border-inline-end-color: rgb(22 78 99 / 0.9);
}

.focus\:border-e-cyan-900\/95:focus {
  border-inline-end-color: rgb(22 78 99 / 0.95);
}

.focus\:border-e-cyan-950:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(8 51 68 / var(--tw-border-opacity));
}

.focus\:border-e-cyan-950\/0:focus {
  border-inline-end-color: rgb(8 51 68 / 0);
}

.focus\:border-e-cyan-950\/10:focus {
  border-inline-end-color: rgb(8 51 68 / 0.1);
}

.focus\:border-e-cyan-950\/100:focus {
  border-inline-end-color: rgb(8 51 68 / 1);
}

.focus\:border-e-cyan-950\/20:focus {
  border-inline-end-color: rgb(8 51 68 / 0.2);
}

.focus\:border-e-cyan-950\/25:focus {
  border-inline-end-color: rgb(8 51 68 / 0.25);
}

.focus\:border-e-cyan-950\/30:focus {
  border-inline-end-color: rgb(8 51 68 / 0.3);
}

.focus\:border-e-cyan-950\/40:focus {
  border-inline-end-color: rgb(8 51 68 / 0.4);
}

.focus\:border-e-cyan-950\/5:focus {
  border-inline-end-color: rgb(8 51 68 / 0.05);
}

.focus\:border-e-cyan-950\/50:focus {
  border-inline-end-color: rgb(8 51 68 / 0.5);
}

.focus\:border-e-cyan-950\/60:focus {
  border-inline-end-color: rgb(8 51 68 / 0.6);
}

.focus\:border-e-cyan-950\/70:focus {
  border-inline-end-color: rgb(8 51 68 / 0.7);
}

.focus\:border-e-cyan-950\/75:focus {
  border-inline-end-color: rgb(8 51 68 / 0.75);
}

.focus\:border-e-cyan-950\/80:focus {
  border-inline-end-color: rgb(8 51 68 / 0.8);
}

.focus\:border-e-cyan-950\/90:focus {
  border-inline-end-color: rgb(8 51 68 / 0.9);
}

.focus\:border-e-cyan-950\/95:focus {
  border-inline-end-color: rgb(8 51 68 / 0.95);
}

.focus\:border-e-emerald-100:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(209 250 229 / var(--tw-border-opacity));
}

.focus\:border-e-emerald-100\/0:focus {
  border-inline-end-color: rgb(209 250 229 / 0);
}

.focus\:border-e-emerald-100\/10:focus {
  border-inline-end-color: rgb(209 250 229 / 0.1);
}

.focus\:border-e-emerald-100\/100:focus {
  border-inline-end-color: rgb(209 250 229 / 1);
}

.focus\:border-e-emerald-100\/20:focus {
  border-inline-end-color: rgb(209 250 229 / 0.2);
}

.focus\:border-e-emerald-100\/25:focus {
  border-inline-end-color: rgb(209 250 229 / 0.25);
}

.focus\:border-e-emerald-100\/30:focus {
  border-inline-end-color: rgb(209 250 229 / 0.3);
}

.focus\:border-e-emerald-100\/40:focus {
  border-inline-end-color: rgb(209 250 229 / 0.4);
}

.focus\:border-e-emerald-100\/5:focus {
  border-inline-end-color: rgb(209 250 229 / 0.05);
}

.focus\:border-e-emerald-100\/50:focus {
  border-inline-end-color: rgb(209 250 229 / 0.5);
}

.focus\:border-e-emerald-100\/60:focus {
  border-inline-end-color: rgb(209 250 229 / 0.6);
}

.focus\:border-e-emerald-100\/70:focus {
  border-inline-end-color: rgb(209 250 229 / 0.7);
}

.focus\:border-e-emerald-100\/75:focus {
  border-inline-end-color: rgb(209 250 229 / 0.75);
}

.focus\:border-e-emerald-100\/80:focus {
  border-inline-end-color: rgb(209 250 229 / 0.8);
}

.focus\:border-e-emerald-100\/90:focus {
  border-inline-end-color: rgb(209 250 229 / 0.9);
}

.focus\:border-e-emerald-100\/95:focus {
  border-inline-end-color: rgb(209 250 229 / 0.95);
}

.focus\:border-e-emerald-200:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(167 243 208 / var(--tw-border-opacity));
}

.focus\:border-e-emerald-200\/0:focus {
  border-inline-end-color: rgb(167 243 208 / 0);
}

.focus\:border-e-emerald-200\/10:focus {
  border-inline-end-color: rgb(167 243 208 / 0.1);
}

.focus\:border-e-emerald-200\/100:focus {
  border-inline-end-color: rgb(167 243 208 / 1);
}

.focus\:border-e-emerald-200\/20:focus {
  border-inline-end-color: rgb(167 243 208 / 0.2);
}

.focus\:border-e-emerald-200\/25:focus {
  border-inline-end-color: rgb(167 243 208 / 0.25);
}

.focus\:border-e-emerald-200\/30:focus {
  border-inline-end-color: rgb(167 243 208 / 0.3);
}

.focus\:border-e-emerald-200\/40:focus {
  border-inline-end-color: rgb(167 243 208 / 0.4);
}

.focus\:border-e-emerald-200\/5:focus {
  border-inline-end-color: rgb(167 243 208 / 0.05);
}

.focus\:border-e-emerald-200\/50:focus {
  border-inline-end-color: rgb(167 243 208 / 0.5);
}

.focus\:border-e-emerald-200\/60:focus {
  border-inline-end-color: rgb(167 243 208 / 0.6);
}

.focus\:border-e-emerald-200\/70:focus {
  border-inline-end-color: rgb(167 243 208 / 0.7);
}

.focus\:border-e-emerald-200\/75:focus {
  border-inline-end-color: rgb(167 243 208 / 0.75);
}

.focus\:border-e-emerald-200\/80:focus {
  border-inline-end-color: rgb(167 243 208 / 0.8);
}

.focus\:border-e-emerald-200\/90:focus {
  border-inline-end-color: rgb(167 243 208 / 0.9);
}

.focus\:border-e-emerald-200\/95:focus {
  border-inline-end-color: rgb(167 243 208 / 0.95);
}

.focus\:border-e-emerald-300:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(110 231 183 / var(--tw-border-opacity));
}

.focus\:border-e-emerald-300\/0:focus {
  border-inline-end-color: rgb(110 231 183 / 0);
}

.focus\:border-e-emerald-300\/10:focus {
  border-inline-end-color: rgb(110 231 183 / 0.1);
}

.focus\:border-e-emerald-300\/100:focus {
  border-inline-end-color: rgb(110 231 183 / 1);
}

.focus\:border-e-emerald-300\/20:focus {
  border-inline-end-color: rgb(110 231 183 / 0.2);
}

.focus\:border-e-emerald-300\/25:focus {
  border-inline-end-color: rgb(110 231 183 / 0.25);
}

.focus\:border-e-emerald-300\/30:focus {
  border-inline-end-color: rgb(110 231 183 / 0.3);
}

.focus\:border-e-emerald-300\/40:focus {
  border-inline-end-color: rgb(110 231 183 / 0.4);
}

.focus\:border-e-emerald-300\/5:focus {
  border-inline-end-color: rgb(110 231 183 / 0.05);
}

.focus\:border-e-emerald-300\/50:focus {
  border-inline-end-color: rgb(110 231 183 / 0.5);
}

.focus\:border-e-emerald-300\/60:focus {
  border-inline-end-color: rgb(110 231 183 / 0.6);
}

.focus\:border-e-emerald-300\/70:focus {
  border-inline-end-color: rgb(110 231 183 / 0.7);
}

.focus\:border-e-emerald-300\/75:focus {
  border-inline-end-color: rgb(110 231 183 / 0.75);
}

.focus\:border-e-emerald-300\/80:focus {
  border-inline-end-color: rgb(110 231 183 / 0.8);
}

.focus\:border-e-emerald-300\/90:focus {
  border-inline-end-color: rgb(110 231 183 / 0.9);
}

.focus\:border-e-emerald-300\/95:focus {
  border-inline-end-color: rgb(110 231 183 / 0.95);
}

.focus\:border-e-emerald-400:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.focus\:border-e-emerald-400\/0:focus {
  border-inline-end-color: rgb(52 211 153 / 0);
}

.focus\:border-e-emerald-400\/10:focus {
  border-inline-end-color: rgb(52 211 153 / 0.1);
}

.focus\:border-e-emerald-400\/100:focus {
  border-inline-end-color: rgb(52 211 153 / 1);
}

.focus\:border-e-emerald-400\/20:focus {
  border-inline-end-color: rgb(52 211 153 / 0.2);
}

.focus\:border-e-emerald-400\/25:focus {
  border-inline-end-color: rgb(52 211 153 / 0.25);
}

.focus\:border-e-emerald-400\/30:focus {
  border-inline-end-color: rgb(52 211 153 / 0.3);
}

.focus\:border-e-emerald-400\/40:focus {
  border-inline-end-color: rgb(52 211 153 / 0.4);
}

.focus\:border-e-emerald-400\/5:focus {
  border-inline-end-color: rgb(52 211 153 / 0.05);
}

.focus\:border-e-emerald-400\/50:focus {
  border-inline-end-color: rgb(52 211 153 / 0.5);
}

.focus\:border-e-emerald-400\/60:focus {
  border-inline-end-color: rgb(52 211 153 / 0.6);
}

.focus\:border-e-emerald-400\/70:focus {
  border-inline-end-color: rgb(52 211 153 / 0.7);
}

.focus\:border-e-emerald-400\/75:focus {
  border-inline-end-color: rgb(52 211 153 / 0.75);
}

.focus\:border-e-emerald-400\/80:focus {
  border-inline-end-color: rgb(52 211 153 / 0.8);
}

.focus\:border-e-emerald-400\/90:focus {
  border-inline-end-color: rgb(52 211 153 / 0.9);
}

.focus\:border-e-emerald-400\/95:focus {
  border-inline-end-color: rgb(52 211 153 / 0.95);
}

.focus\:border-e-emerald-50:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(236 253 245 / var(--tw-border-opacity));
}

.focus\:border-e-emerald-50\/0:focus {
  border-inline-end-color: rgb(236 253 245 / 0);
}

.focus\:border-e-emerald-50\/10:focus {
  border-inline-end-color: rgb(236 253 245 / 0.1);
}

.focus\:border-e-emerald-50\/100:focus {
  border-inline-end-color: rgb(236 253 245 / 1);
}

.focus\:border-e-emerald-50\/20:focus {
  border-inline-end-color: rgb(236 253 245 / 0.2);
}

.focus\:border-e-emerald-50\/25:focus {
  border-inline-end-color: rgb(236 253 245 / 0.25);
}

.focus\:border-e-emerald-50\/30:focus {
  border-inline-end-color: rgb(236 253 245 / 0.3);
}

.focus\:border-e-emerald-50\/40:focus {
  border-inline-end-color: rgb(236 253 245 / 0.4);
}

.focus\:border-e-emerald-50\/5:focus {
  border-inline-end-color: rgb(236 253 245 / 0.05);
}

.focus\:border-e-emerald-50\/50:focus {
  border-inline-end-color: rgb(236 253 245 / 0.5);
}

.focus\:border-e-emerald-50\/60:focus {
  border-inline-end-color: rgb(236 253 245 / 0.6);
}

.focus\:border-e-emerald-50\/70:focus {
  border-inline-end-color: rgb(236 253 245 / 0.7);
}

.focus\:border-e-emerald-50\/75:focus {
  border-inline-end-color: rgb(236 253 245 / 0.75);
}

.focus\:border-e-emerald-50\/80:focus {
  border-inline-end-color: rgb(236 253 245 / 0.8);
}

.focus\:border-e-emerald-50\/90:focus {
  border-inline-end-color: rgb(236 253 245 / 0.9);
}

.focus\:border-e-emerald-50\/95:focus {
  border-inline-end-color: rgb(236 253 245 / 0.95);
}

.focus\:border-e-emerald-500:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.focus\:border-e-emerald-500\/0:focus {
  border-inline-end-color: rgb(16 185 129 / 0);
}

.focus\:border-e-emerald-500\/10:focus {
  border-inline-end-color: rgb(16 185 129 / 0.1);
}

.focus\:border-e-emerald-500\/100:focus {
  border-inline-end-color: rgb(16 185 129 / 1);
}

.focus\:border-e-emerald-500\/20:focus {
  border-inline-end-color: rgb(16 185 129 / 0.2);
}

.focus\:border-e-emerald-500\/25:focus {
  border-inline-end-color: rgb(16 185 129 / 0.25);
}

.focus\:border-e-emerald-500\/30:focus {
  border-inline-end-color: rgb(16 185 129 / 0.3);
}

.focus\:border-e-emerald-500\/40:focus {
  border-inline-end-color: rgb(16 185 129 / 0.4);
}

.focus\:border-e-emerald-500\/5:focus {
  border-inline-end-color: rgb(16 185 129 / 0.05);
}

.focus\:border-e-emerald-500\/50:focus {
  border-inline-end-color: rgb(16 185 129 / 0.5);
}

.focus\:border-e-emerald-500\/60:focus {
  border-inline-end-color: rgb(16 185 129 / 0.6);
}

.focus\:border-e-emerald-500\/70:focus {
  border-inline-end-color: rgb(16 185 129 / 0.7);
}

.focus\:border-e-emerald-500\/75:focus {
  border-inline-end-color: rgb(16 185 129 / 0.75);
}

.focus\:border-e-emerald-500\/80:focus {
  border-inline-end-color: rgb(16 185 129 / 0.8);
}

.focus\:border-e-emerald-500\/90:focus {
  border-inline-end-color: rgb(16 185 129 / 0.9);
}

.focus\:border-e-emerald-500\/95:focus {
  border-inline-end-color: rgb(16 185 129 / 0.95);
}

.focus\:border-e-emerald-600:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(5 150 105 / var(--tw-border-opacity));
}

.focus\:border-e-emerald-600\/0:focus {
  border-inline-end-color: rgb(5 150 105 / 0);
}

.focus\:border-e-emerald-600\/10:focus {
  border-inline-end-color: rgb(5 150 105 / 0.1);
}

.focus\:border-e-emerald-600\/100:focus {
  border-inline-end-color: rgb(5 150 105 / 1);
}

.focus\:border-e-emerald-600\/20:focus {
  border-inline-end-color: rgb(5 150 105 / 0.2);
}

.focus\:border-e-emerald-600\/25:focus {
  border-inline-end-color: rgb(5 150 105 / 0.25);
}

.focus\:border-e-emerald-600\/30:focus {
  border-inline-end-color: rgb(5 150 105 / 0.3);
}

.focus\:border-e-emerald-600\/40:focus {
  border-inline-end-color: rgb(5 150 105 / 0.4);
}

.focus\:border-e-emerald-600\/5:focus {
  border-inline-end-color: rgb(5 150 105 / 0.05);
}

.focus\:border-e-emerald-600\/50:focus {
  border-inline-end-color: rgb(5 150 105 / 0.5);
}

.focus\:border-e-emerald-600\/60:focus {
  border-inline-end-color: rgb(5 150 105 / 0.6);
}

.focus\:border-e-emerald-600\/70:focus {
  border-inline-end-color: rgb(5 150 105 / 0.7);
}

.focus\:border-e-emerald-600\/75:focus {
  border-inline-end-color: rgb(5 150 105 / 0.75);
}

.focus\:border-e-emerald-600\/80:focus {
  border-inline-end-color: rgb(5 150 105 / 0.8);
}

.focus\:border-e-emerald-600\/90:focus {
  border-inline-end-color: rgb(5 150 105 / 0.9);
}

.focus\:border-e-emerald-600\/95:focus {
  border-inline-end-color: rgb(5 150 105 / 0.95);
}

.focus\:border-e-emerald-700:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(4 120 87 / var(--tw-border-opacity));
}

.focus\:border-e-emerald-700\/0:focus {
  border-inline-end-color: rgb(4 120 87 / 0);
}

.focus\:border-e-emerald-700\/10:focus {
  border-inline-end-color: rgb(4 120 87 / 0.1);
}

.focus\:border-e-emerald-700\/100:focus {
  border-inline-end-color: rgb(4 120 87 / 1);
}

.focus\:border-e-emerald-700\/20:focus {
  border-inline-end-color: rgb(4 120 87 / 0.2);
}

.focus\:border-e-emerald-700\/25:focus {
  border-inline-end-color: rgb(4 120 87 / 0.25);
}

.focus\:border-e-emerald-700\/30:focus {
  border-inline-end-color: rgb(4 120 87 / 0.3);
}

.focus\:border-e-emerald-700\/40:focus {
  border-inline-end-color: rgb(4 120 87 / 0.4);
}

.focus\:border-e-emerald-700\/5:focus {
  border-inline-end-color: rgb(4 120 87 / 0.05);
}

.focus\:border-e-emerald-700\/50:focus {
  border-inline-end-color: rgb(4 120 87 / 0.5);
}

.focus\:border-e-emerald-700\/60:focus {
  border-inline-end-color: rgb(4 120 87 / 0.6);
}

.focus\:border-e-emerald-700\/70:focus {
  border-inline-end-color: rgb(4 120 87 / 0.7);
}

.focus\:border-e-emerald-700\/75:focus {
  border-inline-end-color: rgb(4 120 87 / 0.75);
}

.focus\:border-e-emerald-700\/80:focus {
  border-inline-end-color: rgb(4 120 87 / 0.8);
}

.focus\:border-e-emerald-700\/90:focus {
  border-inline-end-color: rgb(4 120 87 / 0.9);
}

.focus\:border-e-emerald-700\/95:focus {
  border-inline-end-color: rgb(4 120 87 / 0.95);
}

.focus\:border-e-emerald-800:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(6 95 70 / var(--tw-border-opacity));
}

.focus\:border-e-emerald-800\/0:focus {
  border-inline-end-color: rgb(6 95 70 / 0);
}

.focus\:border-e-emerald-800\/10:focus {
  border-inline-end-color: rgb(6 95 70 / 0.1);
}

.focus\:border-e-emerald-800\/100:focus {
  border-inline-end-color: rgb(6 95 70 / 1);
}

.focus\:border-e-emerald-800\/20:focus {
  border-inline-end-color: rgb(6 95 70 / 0.2);
}

.focus\:border-e-emerald-800\/25:focus {
  border-inline-end-color: rgb(6 95 70 / 0.25);
}

.focus\:border-e-emerald-800\/30:focus {
  border-inline-end-color: rgb(6 95 70 / 0.3);
}

.focus\:border-e-emerald-800\/40:focus {
  border-inline-end-color: rgb(6 95 70 / 0.4);
}

.focus\:border-e-emerald-800\/5:focus {
  border-inline-end-color: rgb(6 95 70 / 0.05);
}

.focus\:border-e-emerald-800\/50:focus {
  border-inline-end-color: rgb(6 95 70 / 0.5);
}

.focus\:border-e-emerald-800\/60:focus {
  border-inline-end-color: rgb(6 95 70 / 0.6);
}

.focus\:border-e-emerald-800\/70:focus {
  border-inline-end-color: rgb(6 95 70 / 0.7);
}

.focus\:border-e-emerald-800\/75:focus {
  border-inline-end-color: rgb(6 95 70 / 0.75);
}

.focus\:border-e-emerald-800\/80:focus {
  border-inline-end-color: rgb(6 95 70 / 0.8);
}

.focus\:border-e-emerald-800\/90:focus {
  border-inline-end-color: rgb(6 95 70 / 0.9);
}

.focus\:border-e-emerald-800\/95:focus {
  border-inline-end-color: rgb(6 95 70 / 0.95);
}

.focus\:border-e-emerald-900:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(6 78 59 / var(--tw-border-opacity));
}

.focus\:border-e-emerald-900\/0:focus {
  border-inline-end-color: rgb(6 78 59 / 0);
}

.focus\:border-e-emerald-900\/10:focus {
  border-inline-end-color: rgb(6 78 59 / 0.1);
}

.focus\:border-e-emerald-900\/100:focus {
  border-inline-end-color: rgb(6 78 59 / 1);
}

.focus\:border-e-emerald-900\/20:focus {
  border-inline-end-color: rgb(6 78 59 / 0.2);
}

.focus\:border-e-emerald-900\/25:focus {
  border-inline-end-color: rgb(6 78 59 / 0.25);
}

.focus\:border-e-emerald-900\/30:focus {
  border-inline-end-color: rgb(6 78 59 / 0.3);
}

.focus\:border-e-emerald-900\/40:focus {
  border-inline-end-color: rgb(6 78 59 / 0.4);
}

.focus\:border-e-emerald-900\/5:focus {
  border-inline-end-color: rgb(6 78 59 / 0.05);
}

.focus\:border-e-emerald-900\/50:focus {
  border-inline-end-color: rgb(6 78 59 / 0.5);
}

.focus\:border-e-emerald-900\/60:focus {
  border-inline-end-color: rgb(6 78 59 / 0.6);
}

.focus\:border-e-emerald-900\/70:focus {
  border-inline-end-color: rgb(6 78 59 / 0.7);
}

.focus\:border-e-emerald-900\/75:focus {
  border-inline-end-color: rgb(6 78 59 / 0.75);
}

.focus\:border-e-emerald-900\/80:focus {
  border-inline-end-color: rgb(6 78 59 / 0.8);
}

.focus\:border-e-emerald-900\/90:focus {
  border-inline-end-color: rgb(6 78 59 / 0.9);
}

.focus\:border-e-emerald-900\/95:focus {
  border-inline-end-color: rgb(6 78 59 / 0.95);
}

.focus\:border-e-emerald-950:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(2 44 34 / var(--tw-border-opacity));
}

.focus\:border-e-emerald-950\/0:focus {
  border-inline-end-color: rgb(2 44 34 / 0);
}

.focus\:border-e-emerald-950\/10:focus {
  border-inline-end-color: rgb(2 44 34 / 0.1);
}

.focus\:border-e-emerald-950\/100:focus {
  border-inline-end-color: rgb(2 44 34 / 1);
}

.focus\:border-e-emerald-950\/20:focus {
  border-inline-end-color: rgb(2 44 34 / 0.2);
}

.focus\:border-e-emerald-950\/25:focus {
  border-inline-end-color: rgb(2 44 34 / 0.25);
}

.focus\:border-e-emerald-950\/30:focus {
  border-inline-end-color: rgb(2 44 34 / 0.3);
}

.focus\:border-e-emerald-950\/40:focus {
  border-inline-end-color: rgb(2 44 34 / 0.4);
}

.focus\:border-e-emerald-950\/5:focus {
  border-inline-end-color: rgb(2 44 34 / 0.05);
}

.focus\:border-e-emerald-950\/50:focus {
  border-inline-end-color: rgb(2 44 34 / 0.5);
}

.focus\:border-e-emerald-950\/60:focus {
  border-inline-end-color: rgb(2 44 34 / 0.6);
}

.focus\:border-e-emerald-950\/70:focus {
  border-inline-end-color: rgb(2 44 34 / 0.7);
}

.focus\:border-e-emerald-950\/75:focus {
  border-inline-end-color: rgb(2 44 34 / 0.75);
}

.focus\:border-e-emerald-950\/80:focus {
  border-inline-end-color: rgb(2 44 34 / 0.8);
}

.focus\:border-e-emerald-950\/90:focus {
  border-inline-end-color: rgb(2 44 34 / 0.9);
}

.focus\:border-e-emerald-950\/95:focus {
  border-inline-end-color: rgb(2 44 34 / 0.95);
}

.focus\:border-e-fuchsia-100:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 232 255 / var(--tw-border-opacity));
}

.focus\:border-e-fuchsia-100\/0:focus {
  border-inline-end-color: rgb(250 232 255 / 0);
}

.focus\:border-e-fuchsia-100\/10:focus {
  border-inline-end-color: rgb(250 232 255 / 0.1);
}

.focus\:border-e-fuchsia-100\/100:focus {
  border-inline-end-color: rgb(250 232 255 / 1);
}

.focus\:border-e-fuchsia-100\/20:focus {
  border-inline-end-color: rgb(250 232 255 / 0.2);
}

.focus\:border-e-fuchsia-100\/25:focus {
  border-inline-end-color: rgb(250 232 255 / 0.25);
}

.focus\:border-e-fuchsia-100\/30:focus {
  border-inline-end-color: rgb(250 232 255 / 0.3);
}

.focus\:border-e-fuchsia-100\/40:focus {
  border-inline-end-color: rgb(250 232 255 / 0.4);
}

.focus\:border-e-fuchsia-100\/5:focus {
  border-inline-end-color: rgb(250 232 255 / 0.05);
}

.focus\:border-e-fuchsia-100\/50:focus {
  border-inline-end-color: rgb(250 232 255 / 0.5);
}

.focus\:border-e-fuchsia-100\/60:focus {
  border-inline-end-color: rgb(250 232 255 / 0.6);
}

.focus\:border-e-fuchsia-100\/70:focus {
  border-inline-end-color: rgb(250 232 255 / 0.7);
}

.focus\:border-e-fuchsia-100\/75:focus {
  border-inline-end-color: rgb(250 232 255 / 0.75);
}

.focus\:border-e-fuchsia-100\/80:focus {
  border-inline-end-color: rgb(250 232 255 / 0.8);
}

.focus\:border-e-fuchsia-100\/90:focus {
  border-inline-end-color: rgb(250 232 255 / 0.9);
}

.focus\:border-e-fuchsia-100\/95:focus {
  border-inline-end-color: rgb(250 232 255 / 0.95);
}

.focus\:border-e-fuchsia-200:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 208 254 / var(--tw-border-opacity));
}

.focus\:border-e-fuchsia-200\/0:focus {
  border-inline-end-color: rgb(245 208 254 / 0);
}

.focus\:border-e-fuchsia-200\/10:focus {
  border-inline-end-color: rgb(245 208 254 / 0.1);
}

.focus\:border-e-fuchsia-200\/100:focus {
  border-inline-end-color: rgb(245 208 254 / 1);
}

.focus\:border-e-fuchsia-200\/20:focus {
  border-inline-end-color: rgb(245 208 254 / 0.2);
}

.focus\:border-e-fuchsia-200\/25:focus {
  border-inline-end-color: rgb(245 208 254 / 0.25);
}

.focus\:border-e-fuchsia-200\/30:focus {
  border-inline-end-color: rgb(245 208 254 / 0.3);
}

.focus\:border-e-fuchsia-200\/40:focus {
  border-inline-end-color: rgb(245 208 254 / 0.4);
}

.focus\:border-e-fuchsia-200\/5:focus {
  border-inline-end-color: rgb(245 208 254 / 0.05);
}

.focus\:border-e-fuchsia-200\/50:focus {
  border-inline-end-color: rgb(245 208 254 / 0.5);
}

.focus\:border-e-fuchsia-200\/60:focus {
  border-inline-end-color: rgb(245 208 254 / 0.6);
}

.focus\:border-e-fuchsia-200\/70:focus {
  border-inline-end-color: rgb(245 208 254 / 0.7);
}

.focus\:border-e-fuchsia-200\/75:focus {
  border-inline-end-color: rgb(245 208 254 / 0.75);
}

.focus\:border-e-fuchsia-200\/80:focus {
  border-inline-end-color: rgb(245 208 254 / 0.8);
}

.focus\:border-e-fuchsia-200\/90:focus {
  border-inline-end-color: rgb(245 208 254 / 0.9);
}

.focus\:border-e-fuchsia-200\/95:focus {
  border-inline-end-color: rgb(245 208 254 / 0.95);
}

.focus\:border-e-fuchsia-300:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(240 171 252 / var(--tw-border-opacity));
}

.focus\:border-e-fuchsia-300\/0:focus {
  border-inline-end-color: rgb(240 171 252 / 0);
}

.focus\:border-e-fuchsia-300\/10:focus {
  border-inline-end-color: rgb(240 171 252 / 0.1);
}

.focus\:border-e-fuchsia-300\/100:focus {
  border-inline-end-color: rgb(240 171 252 / 1);
}

.focus\:border-e-fuchsia-300\/20:focus {
  border-inline-end-color: rgb(240 171 252 / 0.2);
}

.focus\:border-e-fuchsia-300\/25:focus {
  border-inline-end-color: rgb(240 171 252 / 0.25);
}

.focus\:border-e-fuchsia-300\/30:focus {
  border-inline-end-color: rgb(240 171 252 / 0.3);
}

.focus\:border-e-fuchsia-300\/40:focus {
  border-inline-end-color: rgb(240 171 252 / 0.4);
}

.focus\:border-e-fuchsia-300\/5:focus {
  border-inline-end-color: rgb(240 171 252 / 0.05);
}

.focus\:border-e-fuchsia-300\/50:focus {
  border-inline-end-color: rgb(240 171 252 / 0.5);
}

.focus\:border-e-fuchsia-300\/60:focus {
  border-inline-end-color: rgb(240 171 252 / 0.6);
}

.focus\:border-e-fuchsia-300\/70:focus {
  border-inline-end-color: rgb(240 171 252 / 0.7);
}

.focus\:border-e-fuchsia-300\/75:focus {
  border-inline-end-color: rgb(240 171 252 / 0.75);
}

.focus\:border-e-fuchsia-300\/80:focus {
  border-inline-end-color: rgb(240 171 252 / 0.8);
}

.focus\:border-e-fuchsia-300\/90:focus {
  border-inline-end-color: rgb(240 171 252 / 0.9);
}

.focus\:border-e-fuchsia-300\/95:focus {
  border-inline-end-color: rgb(240 171 252 / 0.95);
}

.focus\:border-e-fuchsia-400:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(232 121 249 / var(--tw-border-opacity));
}

.focus\:border-e-fuchsia-400\/0:focus {
  border-inline-end-color: rgb(232 121 249 / 0);
}

.focus\:border-e-fuchsia-400\/10:focus {
  border-inline-end-color: rgb(232 121 249 / 0.1);
}

.focus\:border-e-fuchsia-400\/100:focus {
  border-inline-end-color: rgb(232 121 249 / 1);
}

.focus\:border-e-fuchsia-400\/20:focus {
  border-inline-end-color: rgb(232 121 249 / 0.2);
}

.focus\:border-e-fuchsia-400\/25:focus {
  border-inline-end-color: rgb(232 121 249 / 0.25);
}

.focus\:border-e-fuchsia-400\/30:focus {
  border-inline-end-color: rgb(232 121 249 / 0.3);
}

.focus\:border-e-fuchsia-400\/40:focus {
  border-inline-end-color: rgb(232 121 249 / 0.4);
}

.focus\:border-e-fuchsia-400\/5:focus {
  border-inline-end-color: rgb(232 121 249 / 0.05);
}

.focus\:border-e-fuchsia-400\/50:focus {
  border-inline-end-color: rgb(232 121 249 / 0.5);
}

.focus\:border-e-fuchsia-400\/60:focus {
  border-inline-end-color: rgb(232 121 249 / 0.6);
}

.focus\:border-e-fuchsia-400\/70:focus {
  border-inline-end-color: rgb(232 121 249 / 0.7);
}

.focus\:border-e-fuchsia-400\/75:focus {
  border-inline-end-color: rgb(232 121 249 / 0.75);
}

.focus\:border-e-fuchsia-400\/80:focus {
  border-inline-end-color: rgb(232 121 249 / 0.8);
}

.focus\:border-e-fuchsia-400\/90:focus {
  border-inline-end-color: rgb(232 121 249 / 0.9);
}

.focus\:border-e-fuchsia-400\/95:focus {
  border-inline-end-color: rgb(232 121 249 / 0.95);
}

.focus\:border-e-fuchsia-50:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 244 255 / var(--tw-border-opacity));
}

.focus\:border-e-fuchsia-50\/0:focus {
  border-inline-end-color: rgb(253 244 255 / 0);
}

.focus\:border-e-fuchsia-50\/10:focus {
  border-inline-end-color: rgb(253 244 255 / 0.1);
}

.focus\:border-e-fuchsia-50\/100:focus {
  border-inline-end-color: rgb(253 244 255 / 1);
}

.focus\:border-e-fuchsia-50\/20:focus {
  border-inline-end-color: rgb(253 244 255 / 0.2);
}

.focus\:border-e-fuchsia-50\/25:focus {
  border-inline-end-color: rgb(253 244 255 / 0.25);
}

.focus\:border-e-fuchsia-50\/30:focus {
  border-inline-end-color: rgb(253 244 255 / 0.3);
}

.focus\:border-e-fuchsia-50\/40:focus {
  border-inline-end-color: rgb(253 244 255 / 0.4);
}

.focus\:border-e-fuchsia-50\/5:focus {
  border-inline-end-color: rgb(253 244 255 / 0.05);
}

.focus\:border-e-fuchsia-50\/50:focus {
  border-inline-end-color: rgb(253 244 255 / 0.5);
}

.focus\:border-e-fuchsia-50\/60:focus {
  border-inline-end-color: rgb(253 244 255 / 0.6);
}

.focus\:border-e-fuchsia-50\/70:focus {
  border-inline-end-color: rgb(253 244 255 / 0.7);
}

.focus\:border-e-fuchsia-50\/75:focus {
  border-inline-end-color: rgb(253 244 255 / 0.75);
}

.focus\:border-e-fuchsia-50\/80:focus {
  border-inline-end-color: rgb(253 244 255 / 0.8);
}

.focus\:border-e-fuchsia-50\/90:focus {
  border-inline-end-color: rgb(253 244 255 / 0.9);
}

.focus\:border-e-fuchsia-50\/95:focus {
  border-inline-end-color: rgb(253 244 255 / 0.95);
}

.focus\:border-e-fuchsia-500:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(217 70 239 / var(--tw-border-opacity));
}

.focus\:border-e-fuchsia-500\/0:focus {
  border-inline-end-color: rgb(217 70 239 / 0);
}

.focus\:border-e-fuchsia-500\/10:focus {
  border-inline-end-color: rgb(217 70 239 / 0.1);
}

.focus\:border-e-fuchsia-500\/100:focus {
  border-inline-end-color: rgb(217 70 239 / 1);
}

.focus\:border-e-fuchsia-500\/20:focus {
  border-inline-end-color: rgb(217 70 239 / 0.2);
}

.focus\:border-e-fuchsia-500\/25:focus {
  border-inline-end-color: rgb(217 70 239 / 0.25);
}

.focus\:border-e-fuchsia-500\/30:focus {
  border-inline-end-color: rgb(217 70 239 / 0.3);
}

.focus\:border-e-fuchsia-500\/40:focus {
  border-inline-end-color: rgb(217 70 239 / 0.4);
}

.focus\:border-e-fuchsia-500\/5:focus {
  border-inline-end-color: rgb(217 70 239 / 0.05);
}

.focus\:border-e-fuchsia-500\/50:focus {
  border-inline-end-color: rgb(217 70 239 / 0.5);
}

.focus\:border-e-fuchsia-500\/60:focus {
  border-inline-end-color: rgb(217 70 239 / 0.6);
}

.focus\:border-e-fuchsia-500\/70:focus {
  border-inline-end-color: rgb(217 70 239 / 0.7);
}

.focus\:border-e-fuchsia-500\/75:focus {
  border-inline-end-color: rgb(217 70 239 / 0.75);
}

.focus\:border-e-fuchsia-500\/80:focus {
  border-inline-end-color: rgb(217 70 239 / 0.8);
}

.focus\:border-e-fuchsia-500\/90:focus {
  border-inline-end-color: rgb(217 70 239 / 0.9);
}

.focus\:border-e-fuchsia-500\/95:focus {
  border-inline-end-color: rgb(217 70 239 / 0.95);
}

.focus\:border-e-fuchsia-600:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(192 38 211 / var(--tw-border-opacity));
}

.focus\:border-e-fuchsia-600\/0:focus {
  border-inline-end-color: rgb(192 38 211 / 0);
}

.focus\:border-e-fuchsia-600\/10:focus {
  border-inline-end-color: rgb(192 38 211 / 0.1);
}

.focus\:border-e-fuchsia-600\/100:focus {
  border-inline-end-color: rgb(192 38 211 / 1);
}

.focus\:border-e-fuchsia-600\/20:focus {
  border-inline-end-color: rgb(192 38 211 / 0.2);
}

.focus\:border-e-fuchsia-600\/25:focus {
  border-inline-end-color: rgb(192 38 211 / 0.25);
}

.focus\:border-e-fuchsia-600\/30:focus {
  border-inline-end-color: rgb(192 38 211 / 0.3);
}

.focus\:border-e-fuchsia-600\/40:focus {
  border-inline-end-color: rgb(192 38 211 / 0.4);
}

.focus\:border-e-fuchsia-600\/5:focus {
  border-inline-end-color: rgb(192 38 211 / 0.05);
}

.focus\:border-e-fuchsia-600\/50:focus {
  border-inline-end-color: rgb(192 38 211 / 0.5);
}

.focus\:border-e-fuchsia-600\/60:focus {
  border-inline-end-color: rgb(192 38 211 / 0.6);
}

.focus\:border-e-fuchsia-600\/70:focus {
  border-inline-end-color: rgb(192 38 211 / 0.7);
}

.focus\:border-e-fuchsia-600\/75:focus {
  border-inline-end-color: rgb(192 38 211 / 0.75);
}

.focus\:border-e-fuchsia-600\/80:focus {
  border-inline-end-color: rgb(192 38 211 / 0.8);
}

.focus\:border-e-fuchsia-600\/90:focus {
  border-inline-end-color: rgb(192 38 211 / 0.9);
}

.focus\:border-e-fuchsia-600\/95:focus {
  border-inline-end-color: rgb(192 38 211 / 0.95);
}

.focus\:border-e-fuchsia-700:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(162 28 175 / var(--tw-border-opacity));
}

.focus\:border-e-fuchsia-700\/0:focus {
  border-inline-end-color: rgb(162 28 175 / 0);
}

.focus\:border-e-fuchsia-700\/10:focus {
  border-inline-end-color: rgb(162 28 175 / 0.1);
}

.focus\:border-e-fuchsia-700\/100:focus {
  border-inline-end-color: rgb(162 28 175 / 1);
}

.focus\:border-e-fuchsia-700\/20:focus {
  border-inline-end-color: rgb(162 28 175 / 0.2);
}

.focus\:border-e-fuchsia-700\/25:focus {
  border-inline-end-color: rgb(162 28 175 / 0.25);
}

.focus\:border-e-fuchsia-700\/30:focus {
  border-inline-end-color: rgb(162 28 175 / 0.3);
}

.focus\:border-e-fuchsia-700\/40:focus {
  border-inline-end-color: rgb(162 28 175 / 0.4);
}

.focus\:border-e-fuchsia-700\/5:focus {
  border-inline-end-color: rgb(162 28 175 / 0.05);
}

.focus\:border-e-fuchsia-700\/50:focus {
  border-inline-end-color: rgb(162 28 175 / 0.5);
}

.focus\:border-e-fuchsia-700\/60:focus {
  border-inline-end-color: rgb(162 28 175 / 0.6);
}

.focus\:border-e-fuchsia-700\/70:focus {
  border-inline-end-color: rgb(162 28 175 / 0.7);
}

.focus\:border-e-fuchsia-700\/75:focus {
  border-inline-end-color: rgb(162 28 175 / 0.75);
}

.focus\:border-e-fuchsia-700\/80:focus {
  border-inline-end-color: rgb(162 28 175 / 0.8);
}

.focus\:border-e-fuchsia-700\/90:focus {
  border-inline-end-color: rgb(162 28 175 / 0.9);
}

.focus\:border-e-fuchsia-700\/95:focus {
  border-inline-end-color: rgb(162 28 175 / 0.95);
}

.focus\:border-e-fuchsia-800:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(134 25 143 / var(--tw-border-opacity));
}

.focus\:border-e-fuchsia-800\/0:focus {
  border-inline-end-color: rgb(134 25 143 / 0);
}

.focus\:border-e-fuchsia-800\/10:focus {
  border-inline-end-color: rgb(134 25 143 / 0.1);
}

.focus\:border-e-fuchsia-800\/100:focus {
  border-inline-end-color: rgb(134 25 143 / 1);
}

.focus\:border-e-fuchsia-800\/20:focus {
  border-inline-end-color: rgb(134 25 143 / 0.2);
}

.focus\:border-e-fuchsia-800\/25:focus {
  border-inline-end-color: rgb(134 25 143 / 0.25);
}

.focus\:border-e-fuchsia-800\/30:focus {
  border-inline-end-color: rgb(134 25 143 / 0.3);
}

.focus\:border-e-fuchsia-800\/40:focus {
  border-inline-end-color: rgb(134 25 143 / 0.4);
}

.focus\:border-e-fuchsia-800\/5:focus {
  border-inline-end-color: rgb(134 25 143 / 0.05);
}

.focus\:border-e-fuchsia-800\/50:focus {
  border-inline-end-color: rgb(134 25 143 / 0.5);
}

.focus\:border-e-fuchsia-800\/60:focus {
  border-inline-end-color: rgb(134 25 143 / 0.6);
}

.focus\:border-e-fuchsia-800\/70:focus {
  border-inline-end-color: rgb(134 25 143 / 0.7);
}

.focus\:border-e-fuchsia-800\/75:focus {
  border-inline-end-color: rgb(134 25 143 / 0.75);
}

.focus\:border-e-fuchsia-800\/80:focus {
  border-inline-end-color: rgb(134 25 143 / 0.8);
}

.focus\:border-e-fuchsia-800\/90:focus {
  border-inline-end-color: rgb(134 25 143 / 0.9);
}

.focus\:border-e-fuchsia-800\/95:focus {
  border-inline-end-color: rgb(134 25 143 / 0.95);
}

.focus\:border-e-fuchsia-900:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(112 26 117 / var(--tw-border-opacity));
}

.focus\:border-e-fuchsia-900\/0:focus {
  border-inline-end-color: rgb(112 26 117 / 0);
}

.focus\:border-e-fuchsia-900\/10:focus {
  border-inline-end-color: rgb(112 26 117 / 0.1);
}

.focus\:border-e-fuchsia-900\/100:focus {
  border-inline-end-color: rgb(112 26 117 / 1);
}

.focus\:border-e-fuchsia-900\/20:focus {
  border-inline-end-color: rgb(112 26 117 / 0.2);
}

.focus\:border-e-fuchsia-900\/25:focus {
  border-inline-end-color: rgb(112 26 117 / 0.25);
}

.focus\:border-e-fuchsia-900\/30:focus {
  border-inline-end-color: rgb(112 26 117 / 0.3);
}

.focus\:border-e-fuchsia-900\/40:focus {
  border-inline-end-color: rgb(112 26 117 / 0.4);
}

.focus\:border-e-fuchsia-900\/5:focus {
  border-inline-end-color: rgb(112 26 117 / 0.05);
}

.focus\:border-e-fuchsia-900\/50:focus {
  border-inline-end-color: rgb(112 26 117 / 0.5);
}

.focus\:border-e-fuchsia-900\/60:focus {
  border-inline-end-color: rgb(112 26 117 / 0.6);
}

.focus\:border-e-fuchsia-900\/70:focus {
  border-inline-end-color: rgb(112 26 117 / 0.7);
}

.focus\:border-e-fuchsia-900\/75:focus {
  border-inline-end-color: rgb(112 26 117 / 0.75);
}

.focus\:border-e-fuchsia-900\/80:focus {
  border-inline-end-color: rgb(112 26 117 / 0.8);
}

.focus\:border-e-fuchsia-900\/90:focus {
  border-inline-end-color: rgb(112 26 117 / 0.9);
}

.focus\:border-e-fuchsia-900\/95:focus {
  border-inline-end-color: rgb(112 26 117 / 0.95);
}

.focus\:border-e-fuchsia-950:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(74 4 78 / var(--tw-border-opacity));
}

.focus\:border-e-fuchsia-950\/0:focus {
  border-inline-end-color: rgb(74 4 78 / 0);
}

.focus\:border-e-fuchsia-950\/10:focus {
  border-inline-end-color: rgb(74 4 78 / 0.1);
}

.focus\:border-e-fuchsia-950\/100:focus {
  border-inline-end-color: rgb(74 4 78 / 1);
}

.focus\:border-e-fuchsia-950\/20:focus {
  border-inline-end-color: rgb(74 4 78 / 0.2);
}

.focus\:border-e-fuchsia-950\/25:focus {
  border-inline-end-color: rgb(74 4 78 / 0.25);
}

.focus\:border-e-fuchsia-950\/30:focus {
  border-inline-end-color: rgb(74 4 78 / 0.3);
}

.focus\:border-e-fuchsia-950\/40:focus {
  border-inline-end-color: rgb(74 4 78 / 0.4);
}

.focus\:border-e-fuchsia-950\/5:focus {
  border-inline-end-color: rgb(74 4 78 / 0.05);
}

.focus\:border-e-fuchsia-950\/50:focus {
  border-inline-end-color: rgb(74 4 78 / 0.5);
}

.focus\:border-e-fuchsia-950\/60:focus {
  border-inline-end-color: rgb(74 4 78 / 0.6);
}

.focus\:border-e-fuchsia-950\/70:focus {
  border-inline-end-color: rgb(74 4 78 / 0.7);
}

.focus\:border-e-fuchsia-950\/75:focus {
  border-inline-end-color: rgb(74 4 78 / 0.75);
}

.focus\:border-e-fuchsia-950\/80:focus {
  border-inline-end-color: rgb(74 4 78 / 0.8);
}

.focus\:border-e-fuchsia-950\/90:focus {
  border-inline-end-color: rgb(74 4 78 / 0.9);
}

.focus\:border-e-fuchsia-950\/95:focus {
  border-inline-end-color: rgb(74 4 78 / 0.95);
}

.focus\:border-e-gray-100:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.focus\:border-e-gray-100\/0:focus {
  border-inline-end-color: rgb(243 244 246 / 0);
}

.focus\:border-e-gray-100\/10:focus {
  border-inline-end-color: rgb(243 244 246 / 0.1);
}

.focus\:border-e-gray-100\/100:focus {
  border-inline-end-color: rgb(243 244 246 / 1);
}

.focus\:border-e-gray-100\/20:focus {
  border-inline-end-color: rgb(243 244 246 / 0.2);
}

.focus\:border-e-gray-100\/25:focus {
  border-inline-end-color: rgb(243 244 246 / 0.25);
}

.focus\:border-e-gray-100\/30:focus {
  border-inline-end-color: rgb(243 244 246 / 0.3);
}

.focus\:border-e-gray-100\/40:focus {
  border-inline-end-color: rgb(243 244 246 / 0.4);
}

.focus\:border-e-gray-100\/5:focus {
  border-inline-end-color: rgb(243 244 246 / 0.05);
}

.focus\:border-e-gray-100\/50:focus {
  border-inline-end-color: rgb(243 244 246 / 0.5);
}

.focus\:border-e-gray-100\/60:focus {
  border-inline-end-color: rgb(243 244 246 / 0.6);
}

.focus\:border-e-gray-100\/70:focus {
  border-inline-end-color: rgb(243 244 246 / 0.7);
}

.focus\:border-e-gray-100\/75:focus {
  border-inline-end-color: rgb(243 244 246 / 0.75);
}

.focus\:border-e-gray-100\/80:focus {
  border-inline-end-color: rgb(243 244 246 / 0.8);
}

.focus\:border-e-gray-100\/90:focus {
  border-inline-end-color: rgb(243 244 246 / 0.9);
}

.focus\:border-e-gray-100\/95:focus {
  border-inline-end-color: rgb(243 244 246 / 0.95);
}

.focus\:border-e-gray-200:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.focus\:border-e-gray-200\/0:focus {
  border-inline-end-color: rgb(229 231 235 / 0);
}

.focus\:border-e-gray-200\/10:focus {
  border-inline-end-color: rgb(229 231 235 / 0.1);
}

.focus\:border-e-gray-200\/100:focus {
  border-inline-end-color: rgb(229 231 235 / 1);
}

.focus\:border-e-gray-200\/20:focus {
  border-inline-end-color: rgb(229 231 235 / 0.2);
}

.focus\:border-e-gray-200\/25:focus {
  border-inline-end-color: rgb(229 231 235 / 0.25);
}

.focus\:border-e-gray-200\/30:focus {
  border-inline-end-color: rgb(229 231 235 / 0.3);
}

.focus\:border-e-gray-200\/40:focus {
  border-inline-end-color: rgb(229 231 235 / 0.4);
}

.focus\:border-e-gray-200\/5:focus {
  border-inline-end-color: rgb(229 231 235 / 0.05);
}

.focus\:border-e-gray-200\/50:focus {
  border-inline-end-color: rgb(229 231 235 / 0.5);
}

.focus\:border-e-gray-200\/60:focus {
  border-inline-end-color: rgb(229 231 235 / 0.6);
}

.focus\:border-e-gray-200\/70:focus {
  border-inline-end-color: rgb(229 231 235 / 0.7);
}

.focus\:border-e-gray-200\/75:focus {
  border-inline-end-color: rgb(229 231 235 / 0.75);
}

.focus\:border-e-gray-200\/80:focus {
  border-inline-end-color: rgb(229 231 235 / 0.8);
}

.focus\:border-e-gray-200\/90:focus {
  border-inline-end-color: rgb(229 231 235 / 0.9);
}

.focus\:border-e-gray-200\/95:focus {
  border-inline-end-color: rgb(229 231 235 / 0.95);
}

.focus\:border-e-gray-300:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.focus\:border-e-gray-300\/0:focus {
  border-inline-end-color: rgb(209 213 219 / 0);
}

.focus\:border-e-gray-300\/10:focus {
  border-inline-end-color: rgb(209 213 219 / 0.1);
}

.focus\:border-e-gray-300\/100:focus {
  border-inline-end-color: rgb(209 213 219 / 1);
}

.focus\:border-e-gray-300\/20:focus {
  border-inline-end-color: rgb(209 213 219 / 0.2);
}

.focus\:border-e-gray-300\/25:focus {
  border-inline-end-color: rgb(209 213 219 / 0.25);
}

.focus\:border-e-gray-300\/30:focus {
  border-inline-end-color: rgb(209 213 219 / 0.3);
}

.focus\:border-e-gray-300\/40:focus {
  border-inline-end-color: rgb(209 213 219 / 0.4);
}

.focus\:border-e-gray-300\/5:focus {
  border-inline-end-color: rgb(209 213 219 / 0.05);
}

.focus\:border-e-gray-300\/50:focus {
  border-inline-end-color: rgb(209 213 219 / 0.5);
}

.focus\:border-e-gray-300\/60:focus {
  border-inline-end-color: rgb(209 213 219 / 0.6);
}

.focus\:border-e-gray-300\/70:focus {
  border-inline-end-color: rgb(209 213 219 / 0.7);
}

.focus\:border-e-gray-300\/75:focus {
  border-inline-end-color: rgb(209 213 219 / 0.75);
}

.focus\:border-e-gray-300\/80:focus {
  border-inline-end-color: rgb(209 213 219 / 0.8);
}

.focus\:border-e-gray-300\/90:focus {
  border-inline-end-color: rgb(209 213 219 / 0.9);
}

.focus\:border-e-gray-300\/95:focus {
  border-inline-end-color: rgb(209 213 219 / 0.95);
}

.focus\:border-e-gray-400:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.focus\:border-e-gray-400\/0:focus {
  border-inline-end-color: rgb(156 163 175 / 0);
}

.focus\:border-e-gray-400\/10:focus {
  border-inline-end-color: rgb(156 163 175 / 0.1);
}

.focus\:border-e-gray-400\/100:focus {
  border-inline-end-color: rgb(156 163 175 / 1);
}

.focus\:border-e-gray-400\/20:focus {
  border-inline-end-color: rgb(156 163 175 / 0.2);
}

.focus\:border-e-gray-400\/25:focus {
  border-inline-end-color: rgb(156 163 175 / 0.25);
}

.focus\:border-e-gray-400\/30:focus {
  border-inline-end-color: rgb(156 163 175 / 0.3);
}

.focus\:border-e-gray-400\/40:focus {
  border-inline-end-color: rgb(156 163 175 / 0.4);
}

.focus\:border-e-gray-400\/5:focus {
  border-inline-end-color: rgb(156 163 175 / 0.05);
}

.focus\:border-e-gray-400\/50:focus {
  border-inline-end-color: rgb(156 163 175 / 0.5);
}

.focus\:border-e-gray-400\/60:focus {
  border-inline-end-color: rgb(156 163 175 / 0.6);
}

.focus\:border-e-gray-400\/70:focus {
  border-inline-end-color: rgb(156 163 175 / 0.7);
}

.focus\:border-e-gray-400\/75:focus {
  border-inline-end-color: rgb(156 163 175 / 0.75);
}

.focus\:border-e-gray-400\/80:focus {
  border-inline-end-color: rgb(156 163 175 / 0.8);
}

.focus\:border-e-gray-400\/90:focus {
  border-inline-end-color: rgb(156 163 175 / 0.9);
}

.focus\:border-e-gray-400\/95:focus {
  border-inline-end-color: rgb(156 163 175 / 0.95);
}

.focus\:border-e-gray-50:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.focus\:border-e-gray-50\/0:focus {
  border-inline-end-color: rgb(249 250 251 / 0);
}

.focus\:border-e-gray-50\/10:focus {
  border-inline-end-color: rgb(249 250 251 / 0.1);
}

.focus\:border-e-gray-50\/100:focus {
  border-inline-end-color: rgb(249 250 251 / 1);
}

.focus\:border-e-gray-50\/20:focus {
  border-inline-end-color: rgb(249 250 251 / 0.2);
}

.focus\:border-e-gray-50\/25:focus {
  border-inline-end-color: rgb(249 250 251 / 0.25);
}

.focus\:border-e-gray-50\/30:focus {
  border-inline-end-color: rgb(249 250 251 / 0.3);
}

.focus\:border-e-gray-50\/40:focus {
  border-inline-end-color: rgb(249 250 251 / 0.4);
}

.focus\:border-e-gray-50\/5:focus {
  border-inline-end-color: rgb(249 250 251 / 0.05);
}

.focus\:border-e-gray-50\/50:focus {
  border-inline-end-color: rgb(249 250 251 / 0.5);
}

.focus\:border-e-gray-50\/60:focus {
  border-inline-end-color: rgb(249 250 251 / 0.6);
}

.focus\:border-e-gray-50\/70:focus {
  border-inline-end-color: rgb(249 250 251 / 0.7);
}

.focus\:border-e-gray-50\/75:focus {
  border-inline-end-color: rgb(249 250 251 / 0.75);
}

.focus\:border-e-gray-50\/80:focus {
  border-inline-end-color: rgb(249 250 251 / 0.8);
}

.focus\:border-e-gray-50\/90:focus {
  border-inline-end-color: rgb(249 250 251 / 0.9);
}

.focus\:border-e-gray-50\/95:focus {
  border-inline-end-color: rgb(249 250 251 / 0.95);
}

.focus\:border-e-gray-500:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.focus\:border-e-gray-500\/0:focus {
  border-inline-end-color: rgb(107 114 128 / 0);
}

.focus\:border-e-gray-500\/10:focus {
  border-inline-end-color: rgb(107 114 128 / 0.1);
}

.focus\:border-e-gray-500\/100:focus {
  border-inline-end-color: rgb(107 114 128 / 1);
}

.focus\:border-e-gray-500\/20:focus {
  border-inline-end-color: rgb(107 114 128 / 0.2);
}

.focus\:border-e-gray-500\/25:focus {
  border-inline-end-color: rgb(107 114 128 / 0.25);
}

.focus\:border-e-gray-500\/30:focus {
  border-inline-end-color: rgb(107 114 128 / 0.3);
}

.focus\:border-e-gray-500\/40:focus {
  border-inline-end-color: rgb(107 114 128 / 0.4);
}

.focus\:border-e-gray-500\/5:focus {
  border-inline-end-color: rgb(107 114 128 / 0.05);
}

.focus\:border-e-gray-500\/50:focus {
  border-inline-end-color: rgb(107 114 128 / 0.5);
}

.focus\:border-e-gray-500\/60:focus {
  border-inline-end-color: rgb(107 114 128 / 0.6);
}

.focus\:border-e-gray-500\/70:focus {
  border-inline-end-color: rgb(107 114 128 / 0.7);
}

.focus\:border-e-gray-500\/75:focus {
  border-inline-end-color: rgb(107 114 128 / 0.75);
}

.focus\:border-e-gray-500\/80:focus {
  border-inline-end-color: rgb(107 114 128 / 0.8);
}

.focus\:border-e-gray-500\/90:focus {
  border-inline-end-color: rgb(107 114 128 / 0.9);
}

.focus\:border-e-gray-500\/95:focus {
  border-inline-end-color: rgb(107 114 128 / 0.95);
}

.focus\:border-e-gray-600:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.focus\:border-e-gray-600\/0:focus {
  border-inline-end-color: rgb(75 85 99 / 0);
}

.focus\:border-e-gray-600\/10:focus {
  border-inline-end-color: rgb(75 85 99 / 0.1);
}

.focus\:border-e-gray-600\/100:focus {
  border-inline-end-color: rgb(75 85 99 / 1);
}

.focus\:border-e-gray-600\/20:focus {
  border-inline-end-color: rgb(75 85 99 / 0.2);
}

.focus\:border-e-gray-600\/25:focus {
  border-inline-end-color: rgb(75 85 99 / 0.25);
}

.focus\:border-e-gray-600\/30:focus {
  border-inline-end-color: rgb(75 85 99 / 0.3);
}

.focus\:border-e-gray-600\/40:focus {
  border-inline-end-color: rgb(75 85 99 / 0.4);
}

.focus\:border-e-gray-600\/5:focus {
  border-inline-end-color: rgb(75 85 99 / 0.05);
}

.focus\:border-e-gray-600\/50:focus {
  border-inline-end-color: rgb(75 85 99 / 0.5);
}

.focus\:border-e-gray-600\/60:focus {
  border-inline-end-color: rgb(75 85 99 / 0.6);
}

.focus\:border-e-gray-600\/70:focus {
  border-inline-end-color: rgb(75 85 99 / 0.7);
}

.focus\:border-e-gray-600\/75:focus {
  border-inline-end-color: rgb(75 85 99 / 0.75);
}

.focus\:border-e-gray-600\/80:focus {
  border-inline-end-color: rgb(75 85 99 / 0.8);
}

.focus\:border-e-gray-600\/90:focus {
  border-inline-end-color: rgb(75 85 99 / 0.9);
}

.focus\:border-e-gray-600\/95:focus {
  border-inline-end-color: rgb(75 85 99 / 0.95);
}

.focus\:border-e-gray-700:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.focus\:border-e-gray-700\/0:focus {
  border-inline-end-color: rgb(55 65 81 / 0);
}

.focus\:border-e-gray-700\/10:focus {
  border-inline-end-color: rgb(55 65 81 / 0.1);
}

.focus\:border-e-gray-700\/100:focus {
  border-inline-end-color: rgb(55 65 81 / 1);
}

.focus\:border-e-gray-700\/20:focus {
  border-inline-end-color: rgb(55 65 81 / 0.2);
}

.focus\:border-e-gray-700\/25:focus {
  border-inline-end-color: rgb(55 65 81 / 0.25);
}

.focus\:border-e-gray-700\/30:focus {
  border-inline-end-color: rgb(55 65 81 / 0.3);
}

.focus\:border-e-gray-700\/40:focus {
  border-inline-end-color: rgb(55 65 81 / 0.4);
}

.focus\:border-e-gray-700\/5:focus {
  border-inline-end-color: rgb(55 65 81 / 0.05);
}

.focus\:border-e-gray-700\/50:focus {
  border-inline-end-color: rgb(55 65 81 / 0.5);
}

.focus\:border-e-gray-700\/60:focus {
  border-inline-end-color: rgb(55 65 81 / 0.6);
}

.focus\:border-e-gray-700\/70:focus {
  border-inline-end-color: rgb(55 65 81 / 0.7);
}

.focus\:border-e-gray-700\/75:focus {
  border-inline-end-color: rgb(55 65 81 / 0.75);
}

.focus\:border-e-gray-700\/80:focus {
  border-inline-end-color: rgb(55 65 81 / 0.8);
}

.focus\:border-e-gray-700\/90:focus {
  border-inline-end-color: rgb(55 65 81 / 0.9);
}

.focus\:border-e-gray-700\/95:focus {
  border-inline-end-color: rgb(55 65 81 / 0.95);
}

.focus\:border-e-gray-800:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.focus\:border-e-gray-800\/0:focus {
  border-inline-end-color: rgb(31 41 55 / 0);
}

.focus\:border-e-gray-800\/10:focus {
  border-inline-end-color: rgb(31 41 55 / 0.1);
}

.focus\:border-e-gray-800\/100:focus {
  border-inline-end-color: rgb(31 41 55 / 1);
}

.focus\:border-e-gray-800\/20:focus {
  border-inline-end-color: rgb(31 41 55 / 0.2);
}

.focus\:border-e-gray-800\/25:focus {
  border-inline-end-color: rgb(31 41 55 / 0.25);
}

.focus\:border-e-gray-800\/30:focus {
  border-inline-end-color: rgb(31 41 55 / 0.3);
}

.focus\:border-e-gray-800\/40:focus {
  border-inline-end-color: rgb(31 41 55 / 0.4);
}

.focus\:border-e-gray-800\/5:focus {
  border-inline-end-color: rgb(31 41 55 / 0.05);
}

.focus\:border-e-gray-800\/50:focus {
  border-inline-end-color: rgb(31 41 55 / 0.5);
}

.focus\:border-e-gray-800\/60:focus {
  border-inline-end-color: rgb(31 41 55 / 0.6);
}

.focus\:border-e-gray-800\/70:focus {
  border-inline-end-color: rgb(31 41 55 / 0.7);
}

.focus\:border-e-gray-800\/75:focus {
  border-inline-end-color: rgb(31 41 55 / 0.75);
}

.focus\:border-e-gray-800\/80:focus {
  border-inline-end-color: rgb(31 41 55 / 0.8);
}

.focus\:border-e-gray-800\/90:focus {
  border-inline-end-color: rgb(31 41 55 / 0.9);
}

.focus\:border-e-gray-800\/95:focus {
  border-inline-end-color: rgb(31 41 55 / 0.95);
}

.focus\:border-e-gray-900:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.focus\:border-e-gray-900\/0:focus {
  border-inline-end-color: rgb(17 24 39 / 0);
}

.focus\:border-e-gray-900\/10:focus {
  border-inline-end-color: rgb(17 24 39 / 0.1);
}

.focus\:border-e-gray-900\/100:focus {
  border-inline-end-color: rgb(17 24 39 / 1);
}

.focus\:border-e-gray-900\/20:focus {
  border-inline-end-color: rgb(17 24 39 / 0.2);
}

.focus\:border-e-gray-900\/25:focus {
  border-inline-end-color: rgb(17 24 39 / 0.25);
}

.focus\:border-e-gray-900\/30:focus {
  border-inline-end-color: rgb(17 24 39 / 0.3);
}

.focus\:border-e-gray-900\/40:focus {
  border-inline-end-color: rgb(17 24 39 / 0.4);
}

.focus\:border-e-gray-900\/5:focus {
  border-inline-end-color: rgb(17 24 39 / 0.05);
}

.focus\:border-e-gray-900\/50:focus {
  border-inline-end-color: rgb(17 24 39 / 0.5);
}

.focus\:border-e-gray-900\/60:focus {
  border-inline-end-color: rgb(17 24 39 / 0.6);
}

.focus\:border-e-gray-900\/70:focus {
  border-inline-end-color: rgb(17 24 39 / 0.7);
}

.focus\:border-e-gray-900\/75:focus {
  border-inline-end-color: rgb(17 24 39 / 0.75);
}

.focus\:border-e-gray-900\/80:focus {
  border-inline-end-color: rgb(17 24 39 / 0.8);
}

.focus\:border-e-gray-900\/90:focus {
  border-inline-end-color: rgb(17 24 39 / 0.9);
}

.focus\:border-e-gray-900\/95:focus {
  border-inline-end-color: rgb(17 24 39 / 0.95);
}

.focus\:border-e-gray-950:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(3 7 18 / var(--tw-border-opacity));
}

.focus\:border-e-gray-950\/0:focus {
  border-inline-end-color: rgb(3 7 18 / 0);
}

.focus\:border-e-gray-950\/10:focus {
  border-inline-end-color: rgb(3 7 18 / 0.1);
}

.focus\:border-e-gray-950\/100:focus {
  border-inline-end-color: rgb(3 7 18 / 1);
}

.focus\:border-e-gray-950\/20:focus {
  border-inline-end-color: rgb(3 7 18 / 0.2);
}

.focus\:border-e-gray-950\/25:focus {
  border-inline-end-color: rgb(3 7 18 / 0.25);
}

.focus\:border-e-gray-950\/30:focus {
  border-inline-end-color: rgb(3 7 18 / 0.3);
}

.focus\:border-e-gray-950\/40:focus {
  border-inline-end-color: rgb(3 7 18 / 0.4);
}

.focus\:border-e-gray-950\/5:focus {
  border-inline-end-color: rgb(3 7 18 / 0.05);
}

.focus\:border-e-gray-950\/50:focus {
  border-inline-end-color: rgb(3 7 18 / 0.5);
}

.focus\:border-e-gray-950\/60:focus {
  border-inline-end-color: rgb(3 7 18 / 0.6);
}

.focus\:border-e-gray-950\/70:focus {
  border-inline-end-color: rgb(3 7 18 / 0.7);
}

.focus\:border-e-gray-950\/75:focus {
  border-inline-end-color: rgb(3 7 18 / 0.75);
}

.focus\:border-e-gray-950\/80:focus {
  border-inline-end-color: rgb(3 7 18 / 0.8);
}

.focus\:border-e-gray-950\/90:focus {
  border-inline-end-color: rgb(3 7 18 / 0.9);
}

.focus\:border-e-gray-950\/95:focus {
  border-inline-end-color: rgb(3 7 18 / 0.95);
}

.focus\:border-e-green-100:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(220 252 231 / var(--tw-border-opacity));
}

.focus\:border-e-green-100\/0:focus {
  border-inline-end-color: rgb(220 252 231 / 0);
}

.focus\:border-e-green-100\/10:focus {
  border-inline-end-color: rgb(220 252 231 / 0.1);
}

.focus\:border-e-green-100\/100:focus {
  border-inline-end-color: rgb(220 252 231 / 1);
}

.focus\:border-e-green-100\/20:focus {
  border-inline-end-color: rgb(220 252 231 / 0.2);
}

.focus\:border-e-green-100\/25:focus {
  border-inline-end-color: rgb(220 252 231 / 0.25);
}

.focus\:border-e-green-100\/30:focus {
  border-inline-end-color: rgb(220 252 231 / 0.3);
}

.focus\:border-e-green-100\/40:focus {
  border-inline-end-color: rgb(220 252 231 / 0.4);
}

.focus\:border-e-green-100\/5:focus {
  border-inline-end-color: rgb(220 252 231 / 0.05);
}

.focus\:border-e-green-100\/50:focus {
  border-inline-end-color: rgb(220 252 231 / 0.5);
}

.focus\:border-e-green-100\/60:focus {
  border-inline-end-color: rgb(220 252 231 / 0.6);
}

.focus\:border-e-green-100\/70:focus {
  border-inline-end-color: rgb(220 252 231 / 0.7);
}

.focus\:border-e-green-100\/75:focus {
  border-inline-end-color: rgb(220 252 231 / 0.75);
}

.focus\:border-e-green-100\/80:focus {
  border-inline-end-color: rgb(220 252 231 / 0.8);
}

.focus\:border-e-green-100\/90:focus {
  border-inline-end-color: rgb(220 252 231 / 0.9);
}

.focus\:border-e-green-100\/95:focus {
  border-inline-end-color: rgb(220 252 231 / 0.95);
}

.focus\:border-e-green-200:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.focus\:border-e-green-200\/0:focus {
  border-inline-end-color: rgb(187 247 208 / 0);
}

.focus\:border-e-green-200\/10:focus {
  border-inline-end-color: rgb(187 247 208 / 0.1);
}

.focus\:border-e-green-200\/100:focus {
  border-inline-end-color: rgb(187 247 208 / 1);
}

.focus\:border-e-green-200\/20:focus {
  border-inline-end-color: rgb(187 247 208 / 0.2);
}

.focus\:border-e-green-200\/25:focus {
  border-inline-end-color: rgb(187 247 208 / 0.25);
}

.focus\:border-e-green-200\/30:focus {
  border-inline-end-color: rgb(187 247 208 / 0.3);
}

.focus\:border-e-green-200\/40:focus {
  border-inline-end-color: rgb(187 247 208 / 0.4);
}

.focus\:border-e-green-200\/5:focus {
  border-inline-end-color: rgb(187 247 208 / 0.05);
}

.focus\:border-e-green-200\/50:focus {
  border-inline-end-color: rgb(187 247 208 / 0.5);
}

.focus\:border-e-green-200\/60:focus {
  border-inline-end-color: rgb(187 247 208 / 0.6);
}

.focus\:border-e-green-200\/70:focus {
  border-inline-end-color: rgb(187 247 208 / 0.7);
}

.focus\:border-e-green-200\/75:focus {
  border-inline-end-color: rgb(187 247 208 / 0.75);
}

.focus\:border-e-green-200\/80:focus {
  border-inline-end-color: rgb(187 247 208 / 0.8);
}

.focus\:border-e-green-200\/90:focus {
  border-inline-end-color: rgb(187 247 208 / 0.9);
}

.focus\:border-e-green-200\/95:focus {
  border-inline-end-color: rgb(187 247 208 / 0.95);
}

.focus\:border-e-green-300:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.focus\:border-e-green-300\/0:focus {
  border-inline-end-color: rgb(134 239 172 / 0);
}

.focus\:border-e-green-300\/10:focus {
  border-inline-end-color: rgb(134 239 172 / 0.1);
}

.focus\:border-e-green-300\/100:focus {
  border-inline-end-color: rgb(134 239 172 / 1);
}

.focus\:border-e-green-300\/20:focus {
  border-inline-end-color: rgb(134 239 172 / 0.2);
}

.focus\:border-e-green-300\/25:focus {
  border-inline-end-color: rgb(134 239 172 / 0.25);
}

.focus\:border-e-green-300\/30:focus {
  border-inline-end-color: rgb(134 239 172 / 0.3);
}

.focus\:border-e-green-300\/40:focus {
  border-inline-end-color: rgb(134 239 172 / 0.4);
}

.focus\:border-e-green-300\/5:focus {
  border-inline-end-color: rgb(134 239 172 / 0.05);
}

.focus\:border-e-green-300\/50:focus {
  border-inline-end-color: rgb(134 239 172 / 0.5);
}

.focus\:border-e-green-300\/60:focus {
  border-inline-end-color: rgb(134 239 172 / 0.6);
}

.focus\:border-e-green-300\/70:focus {
  border-inline-end-color: rgb(134 239 172 / 0.7);
}

.focus\:border-e-green-300\/75:focus {
  border-inline-end-color: rgb(134 239 172 / 0.75);
}

.focus\:border-e-green-300\/80:focus {
  border-inline-end-color: rgb(134 239 172 / 0.8);
}

.focus\:border-e-green-300\/90:focus {
  border-inline-end-color: rgb(134 239 172 / 0.9);
}

.focus\:border-e-green-300\/95:focus {
  border-inline-end-color: rgb(134 239 172 / 0.95);
}

.focus\:border-e-green-400:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.focus\:border-e-green-400\/0:focus {
  border-inline-end-color: rgb(74 222 128 / 0);
}

.focus\:border-e-green-400\/10:focus {
  border-inline-end-color: rgb(74 222 128 / 0.1);
}

.focus\:border-e-green-400\/100:focus {
  border-inline-end-color: rgb(74 222 128 / 1);
}

.focus\:border-e-green-400\/20:focus {
  border-inline-end-color: rgb(74 222 128 / 0.2);
}

.focus\:border-e-green-400\/25:focus {
  border-inline-end-color: rgb(74 222 128 / 0.25);
}

.focus\:border-e-green-400\/30:focus {
  border-inline-end-color: rgb(74 222 128 / 0.3);
}

.focus\:border-e-green-400\/40:focus {
  border-inline-end-color: rgb(74 222 128 / 0.4);
}

.focus\:border-e-green-400\/5:focus {
  border-inline-end-color: rgb(74 222 128 / 0.05);
}

.focus\:border-e-green-400\/50:focus {
  border-inline-end-color: rgb(74 222 128 / 0.5);
}

.focus\:border-e-green-400\/60:focus {
  border-inline-end-color: rgb(74 222 128 / 0.6);
}

.focus\:border-e-green-400\/70:focus {
  border-inline-end-color: rgb(74 222 128 / 0.7);
}

.focus\:border-e-green-400\/75:focus {
  border-inline-end-color: rgb(74 222 128 / 0.75);
}

.focus\:border-e-green-400\/80:focus {
  border-inline-end-color: rgb(74 222 128 / 0.8);
}

.focus\:border-e-green-400\/90:focus {
  border-inline-end-color: rgb(74 222 128 / 0.9);
}

.focus\:border-e-green-400\/95:focus {
  border-inline-end-color: rgb(74 222 128 / 0.95);
}

.focus\:border-e-green-50:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(240 253 244 / var(--tw-border-opacity));
}

.focus\:border-e-green-50\/0:focus {
  border-inline-end-color: rgb(240 253 244 / 0);
}

.focus\:border-e-green-50\/10:focus {
  border-inline-end-color: rgb(240 253 244 / 0.1);
}

.focus\:border-e-green-50\/100:focus {
  border-inline-end-color: rgb(240 253 244 / 1);
}

.focus\:border-e-green-50\/20:focus {
  border-inline-end-color: rgb(240 253 244 / 0.2);
}

.focus\:border-e-green-50\/25:focus {
  border-inline-end-color: rgb(240 253 244 / 0.25);
}

.focus\:border-e-green-50\/30:focus {
  border-inline-end-color: rgb(240 253 244 / 0.3);
}

.focus\:border-e-green-50\/40:focus {
  border-inline-end-color: rgb(240 253 244 / 0.4);
}

.focus\:border-e-green-50\/5:focus {
  border-inline-end-color: rgb(240 253 244 / 0.05);
}

.focus\:border-e-green-50\/50:focus {
  border-inline-end-color: rgb(240 253 244 / 0.5);
}

.focus\:border-e-green-50\/60:focus {
  border-inline-end-color: rgb(240 253 244 / 0.6);
}

.focus\:border-e-green-50\/70:focus {
  border-inline-end-color: rgb(240 253 244 / 0.7);
}

.focus\:border-e-green-50\/75:focus {
  border-inline-end-color: rgb(240 253 244 / 0.75);
}

.focus\:border-e-green-50\/80:focus {
  border-inline-end-color: rgb(240 253 244 / 0.8);
}

.focus\:border-e-green-50\/90:focus {
  border-inline-end-color: rgb(240 253 244 / 0.9);
}

.focus\:border-e-green-50\/95:focus {
  border-inline-end-color: rgb(240 253 244 / 0.95);
}

.focus\:border-e-green-500:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.focus\:border-e-green-500\/0:focus {
  border-inline-end-color: rgb(34 197 94 / 0);
}

.focus\:border-e-green-500\/10:focus {
  border-inline-end-color: rgb(34 197 94 / 0.1);
}

.focus\:border-e-green-500\/100:focus {
  border-inline-end-color: rgb(34 197 94 / 1);
}

.focus\:border-e-green-500\/20:focus {
  border-inline-end-color: rgb(34 197 94 / 0.2);
}

.focus\:border-e-green-500\/25:focus {
  border-inline-end-color: rgb(34 197 94 / 0.25);
}

.focus\:border-e-green-500\/30:focus {
  border-inline-end-color: rgb(34 197 94 / 0.3);
}

.focus\:border-e-green-500\/40:focus {
  border-inline-end-color: rgb(34 197 94 / 0.4);
}

.focus\:border-e-green-500\/5:focus {
  border-inline-end-color: rgb(34 197 94 / 0.05);
}

.focus\:border-e-green-500\/50:focus {
  border-inline-end-color: rgb(34 197 94 / 0.5);
}

.focus\:border-e-green-500\/60:focus {
  border-inline-end-color: rgb(34 197 94 / 0.6);
}

.focus\:border-e-green-500\/70:focus {
  border-inline-end-color: rgb(34 197 94 / 0.7);
}

.focus\:border-e-green-500\/75:focus {
  border-inline-end-color: rgb(34 197 94 / 0.75);
}

.focus\:border-e-green-500\/80:focus {
  border-inline-end-color: rgb(34 197 94 / 0.8);
}

.focus\:border-e-green-500\/90:focus {
  border-inline-end-color: rgb(34 197 94 / 0.9);
}

.focus\:border-e-green-500\/95:focus {
  border-inline-end-color: rgb(34 197 94 / 0.95);
}

.focus\:border-e-green-600:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.focus\:border-e-green-600\/0:focus {
  border-inline-end-color: rgb(22 163 74 / 0);
}

.focus\:border-e-green-600\/10:focus {
  border-inline-end-color: rgb(22 163 74 / 0.1);
}

.focus\:border-e-green-600\/100:focus {
  border-inline-end-color: rgb(22 163 74 / 1);
}

.focus\:border-e-green-600\/20:focus {
  border-inline-end-color: rgb(22 163 74 / 0.2);
}

.focus\:border-e-green-600\/25:focus {
  border-inline-end-color: rgb(22 163 74 / 0.25);
}

.focus\:border-e-green-600\/30:focus {
  border-inline-end-color: rgb(22 163 74 / 0.3);
}

.focus\:border-e-green-600\/40:focus {
  border-inline-end-color: rgb(22 163 74 / 0.4);
}

.focus\:border-e-green-600\/5:focus {
  border-inline-end-color: rgb(22 163 74 / 0.05);
}

.focus\:border-e-green-600\/50:focus {
  border-inline-end-color: rgb(22 163 74 / 0.5);
}

.focus\:border-e-green-600\/60:focus {
  border-inline-end-color: rgb(22 163 74 / 0.6);
}

.focus\:border-e-green-600\/70:focus {
  border-inline-end-color: rgb(22 163 74 / 0.7);
}

.focus\:border-e-green-600\/75:focus {
  border-inline-end-color: rgb(22 163 74 / 0.75);
}

.focus\:border-e-green-600\/80:focus {
  border-inline-end-color: rgb(22 163 74 / 0.8);
}

.focus\:border-e-green-600\/90:focus {
  border-inline-end-color: rgb(22 163 74 / 0.9);
}

.focus\:border-e-green-600\/95:focus {
  border-inline-end-color: rgb(22 163 74 / 0.95);
}

.focus\:border-e-green-700:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.focus\:border-e-green-700\/0:focus {
  border-inline-end-color: rgb(21 128 61 / 0);
}

.focus\:border-e-green-700\/10:focus {
  border-inline-end-color: rgb(21 128 61 / 0.1);
}

.focus\:border-e-green-700\/100:focus {
  border-inline-end-color: rgb(21 128 61 / 1);
}

.focus\:border-e-green-700\/20:focus {
  border-inline-end-color: rgb(21 128 61 / 0.2);
}

.focus\:border-e-green-700\/25:focus {
  border-inline-end-color: rgb(21 128 61 / 0.25);
}

.focus\:border-e-green-700\/30:focus {
  border-inline-end-color: rgb(21 128 61 / 0.3);
}

.focus\:border-e-green-700\/40:focus {
  border-inline-end-color: rgb(21 128 61 / 0.4);
}

.focus\:border-e-green-700\/5:focus {
  border-inline-end-color: rgb(21 128 61 / 0.05);
}

.focus\:border-e-green-700\/50:focus {
  border-inline-end-color: rgb(21 128 61 / 0.5);
}

.focus\:border-e-green-700\/60:focus {
  border-inline-end-color: rgb(21 128 61 / 0.6);
}

.focus\:border-e-green-700\/70:focus {
  border-inline-end-color: rgb(21 128 61 / 0.7);
}

.focus\:border-e-green-700\/75:focus {
  border-inline-end-color: rgb(21 128 61 / 0.75);
}

.focus\:border-e-green-700\/80:focus {
  border-inline-end-color: rgb(21 128 61 / 0.8);
}

.focus\:border-e-green-700\/90:focus {
  border-inline-end-color: rgb(21 128 61 / 0.9);
}

.focus\:border-e-green-700\/95:focus {
  border-inline-end-color: rgb(21 128 61 / 0.95);
}

.focus\:border-e-green-800:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.focus\:border-e-green-800\/0:focus {
  border-inline-end-color: rgb(22 101 52 / 0);
}

.focus\:border-e-green-800\/10:focus {
  border-inline-end-color: rgb(22 101 52 / 0.1);
}

.focus\:border-e-green-800\/100:focus {
  border-inline-end-color: rgb(22 101 52 / 1);
}

.focus\:border-e-green-800\/20:focus {
  border-inline-end-color: rgb(22 101 52 / 0.2);
}

.focus\:border-e-green-800\/25:focus {
  border-inline-end-color: rgb(22 101 52 / 0.25);
}

.focus\:border-e-green-800\/30:focus {
  border-inline-end-color: rgb(22 101 52 / 0.3);
}

.focus\:border-e-green-800\/40:focus {
  border-inline-end-color: rgb(22 101 52 / 0.4);
}

.focus\:border-e-green-800\/5:focus {
  border-inline-end-color: rgb(22 101 52 / 0.05);
}

.focus\:border-e-green-800\/50:focus {
  border-inline-end-color: rgb(22 101 52 / 0.5);
}

.focus\:border-e-green-800\/60:focus {
  border-inline-end-color: rgb(22 101 52 / 0.6);
}

.focus\:border-e-green-800\/70:focus {
  border-inline-end-color: rgb(22 101 52 / 0.7);
}

.focus\:border-e-green-800\/75:focus {
  border-inline-end-color: rgb(22 101 52 / 0.75);
}

.focus\:border-e-green-800\/80:focus {
  border-inline-end-color: rgb(22 101 52 / 0.8);
}

.focus\:border-e-green-800\/90:focus {
  border-inline-end-color: rgb(22 101 52 / 0.9);
}

.focus\:border-e-green-800\/95:focus {
  border-inline-end-color: rgb(22 101 52 / 0.95);
}

.focus\:border-e-green-900:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(20 83 45 / var(--tw-border-opacity));
}

.focus\:border-e-green-900\/0:focus {
  border-inline-end-color: rgb(20 83 45 / 0);
}

.focus\:border-e-green-900\/10:focus {
  border-inline-end-color: rgb(20 83 45 / 0.1);
}

.focus\:border-e-green-900\/100:focus {
  border-inline-end-color: rgb(20 83 45 / 1);
}

.focus\:border-e-green-900\/20:focus {
  border-inline-end-color: rgb(20 83 45 / 0.2);
}

.focus\:border-e-green-900\/25:focus {
  border-inline-end-color: rgb(20 83 45 / 0.25);
}

.focus\:border-e-green-900\/30:focus {
  border-inline-end-color: rgb(20 83 45 / 0.3);
}

.focus\:border-e-green-900\/40:focus {
  border-inline-end-color: rgb(20 83 45 / 0.4);
}

.focus\:border-e-green-900\/5:focus {
  border-inline-end-color: rgb(20 83 45 / 0.05);
}

.focus\:border-e-green-900\/50:focus {
  border-inline-end-color: rgb(20 83 45 / 0.5);
}

.focus\:border-e-green-900\/60:focus {
  border-inline-end-color: rgb(20 83 45 / 0.6);
}

.focus\:border-e-green-900\/70:focus {
  border-inline-end-color: rgb(20 83 45 / 0.7);
}

.focus\:border-e-green-900\/75:focus {
  border-inline-end-color: rgb(20 83 45 / 0.75);
}

.focus\:border-e-green-900\/80:focus {
  border-inline-end-color: rgb(20 83 45 / 0.8);
}

.focus\:border-e-green-900\/90:focus {
  border-inline-end-color: rgb(20 83 45 / 0.9);
}

.focus\:border-e-green-900\/95:focus {
  border-inline-end-color: rgb(20 83 45 / 0.95);
}

.focus\:border-e-green-950:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(5 46 22 / var(--tw-border-opacity));
}

.focus\:border-e-green-950\/0:focus {
  border-inline-end-color: rgb(5 46 22 / 0);
}

.focus\:border-e-green-950\/10:focus {
  border-inline-end-color: rgb(5 46 22 / 0.1);
}

.focus\:border-e-green-950\/100:focus {
  border-inline-end-color: rgb(5 46 22 / 1);
}

.focus\:border-e-green-950\/20:focus {
  border-inline-end-color: rgb(5 46 22 / 0.2);
}

.focus\:border-e-green-950\/25:focus {
  border-inline-end-color: rgb(5 46 22 / 0.25);
}

.focus\:border-e-green-950\/30:focus {
  border-inline-end-color: rgb(5 46 22 / 0.3);
}

.focus\:border-e-green-950\/40:focus {
  border-inline-end-color: rgb(5 46 22 / 0.4);
}

.focus\:border-e-green-950\/5:focus {
  border-inline-end-color: rgb(5 46 22 / 0.05);
}

.focus\:border-e-green-950\/50:focus {
  border-inline-end-color: rgb(5 46 22 / 0.5);
}

.focus\:border-e-green-950\/60:focus {
  border-inline-end-color: rgb(5 46 22 / 0.6);
}

.focus\:border-e-green-950\/70:focus {
  border-inline-end-color: rgb(5 46 22 / 0.7);
}

.focus\:border-e-green-950\/75:focus {
  border-inline-end-color: rgb(5 46 22 / 0.75);
}

.focus\:border-e-green-950\/80:focus {
  border-inline-end-color: rgb(5 46 22 / 0.8);
}

.focus\:border-e-green-950\/90:focus {
  border-inline-end-color: rgb(5 46 22 / 0.9);
}

.focus\:border-e-green-950\/95:focus {
  border-inline-end-color: rgb(5 46 22 / 0.95);
}

.focus\:border-e-indigo-100:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(224 231 255 / var(--tw-border-opacity));
}

.focus\:border-e-indigo-100\/0:focus {
  border-inline-end-color: rgb(224 231 255 / 0);
}

.focus\:border-e-indigo-100\/10:focus {
  border-inline-end-color: rgb(224 231 255 / 0.1);
}

.focus\:border-e-indigo-100\/100:focus {
  border-inline-end-color: rgb(224 231 255 / 1);
}

.focus\:border-e-indigo-100\/20:focus {
  border-inline-end-color: rgb(224 231 255 / 0.2);
}

.focus\:border-e-indigo-100\/25:focus {
  border-inline-end-color: rgb(224 231 255 / 0.25);
}

.focus\:border-e-indigo-100\/30:focus {
  border-inline-end-color: rgb(224 231 255 / 0.3);
}

.focus\:border-e-indigo-100\/40:focus {
  border-inline-end-color: rgb(224 231 255 / 0.4);
}

.focus\:border-e-indigo-100\/5:focus {
  border-inline-end-color: rgb(224 231 255 / 0.05);
}

.focus\:border-e-indigo-100\/50:focus {
  border-inline-end-color: rgb(224 231 255 / 0.5);
}

.focus\:border-e-indigo-100\/60:focus {
  border-inline-end-color: rgb(224 231 255 / 0.6);
}

.focus\:border-e-indigo-100\/70:focus {
  border-inline-end-color: rgb(224 231 255 / 0.7);
}

.focus\:border-e-indigo-100\/75:focus {
  border-inline-end-color: rgb(224 231 255 / 0.75);
}

.focus\:border-e-indigo-100\/80:focus {
  border-inline-end-color: rgb(224 231 255 / 0.8);
}

.focus\:border-e-indigo-100\/90:focus {
  border-inline-end-color: rgb(224 231 255 / 0.9);
}

.focus\:border-e-indigo-100\/95:focus {
  border-inline-end-color: rgb(224 231 255 / 0.95);
}

.focus\:border-e-indigo-200:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.focus\:border-e-indigo-200\/0:focus {
  border-inline-end-color: rgb(199 210 254 / 0);
}

.focus\:border-e-indigo-200\/10:focus {
  border-inline-end-color: rgb(199 210 254 / 0.1);
}

.focus\:border-e-indigo-200\/100:focus {
  border-inline-end-color: rgb(199 210 254 / 1);
}

.focus\:border-e-indigo-200\/20:focus {
  border-inline-end-color: rgb(199 210 254 / 0.2);
}

.focus\:border-e-indigo-200\/25:focus {
  border-inline-end-color: rgb(199 210 254 / 0.25);
}

.focus\:border-e-indigo-200\/30:focus {
  border-inline-end-color: rgb(199 210 254 / 0.3);
}

.focus\:border-e-indigo-200\/40:focus {
  border-inline-end-color: rgb(199 210 254 / 0.4);
}

.focus\:border-e-indigo-200\/5:focus {
  border-inline-end-color: rgb(199 210 254 / 0.05);
}

.focus\:border-e-indigo-200\/50:focus {
  border-inline-end-color: rgb(199 210 254 / 0.5);
}

.focus\:border-e-indigo-200\/60:focus {
  border-inline-end-color: rgb(199 210 254 / 0.6);
}

.focus\:border-e-indigo-200\/70:focus {
  border-inline-end-color: rgb(199 210 254 / 0.7);
}

.focus\:border-e-indigo-200\/75:focus {
  border-inline-end-color: rgb(199 210 254 / 0.75);
}

.focus\:border-e-indigo-200\/80:focus {
  border-inline-end-color: rgb(199 210 254 / 0.8);
}

.focus\:border-e-indigo-200\/90:focus {
  border-inline-end-color: rgb(199 210 254 / 0.9);
}

.focus\:border-e-indigo-200\/95:focus {
  border-inline-end-color: rgb(199 210 254 / 0.95);
}

.focus\:border-e-indigo-300:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.focus\:border-e-indigo-300\/0:focus {
  border-inline-end-color: rgb(165 180 252 / 0);
}

.focus\:border-e-indigo-300\/10:focus {
  border-inline-end-color: rgb(165 180 252 / 0.1);
}

.focus\:border-e-indigo-300\/100:focus {
  border-inline-end-color: rgb(165 180 252 / 1);
}

.focus\:border-e-indigo-300\/20:focus {
  border-inline-end-color: rgb(165 180 252 / 0.2);
}

.focus\:border-e-indigo-300\/25:focus {
  border-inline-end-color: rgb(165 180 252 / 0.25);
}

.focus\:border-e-indigo-300\/30:focus {
  border-inline-end-color: rgb(165 180 252 / 0.3);
}

.focus\:border-e-indigo-300\/40:focus {
  border-inline-end-color: rgb(165 180 252 / 0.4);
}

.focus\:border-e-indigo-300\/5:focus {
  border-inline-end-color: rgb(165 180 252 / 0.05);
}

.focus\:border-e-indigo-300\/50:focus {
  border-inline-end-color: rgb(165 180 252 / 0.5);
}

.focus\:border-e-indigo-300\/60:focus {
  border-inline-end-color: rgb(165 180 252 / 0.6);
}

.focus\:border-e-indigo-300\/70:focus {
  border-inline-end-color: rgb(165 180 252 / 0.7);
}

.focus\:border-e-indigo-300\/75:focus {
  border-inline-end-color: rgb(165 180 252 / 0.75);
}

.focus\:border-e-indigo-300\/80:focus {
  border-inline-end-color: rgb(165 180 252 / 0.8);
}

.focus\:border-e-indigo-300\/90:focus {
  border-inline-end-color: rgb(165 180 252 / 0.9);
}

.focus\:border-e-indigo-300\/95:focus {
  border-inline-end-color: rgb(165 180 252 / 0.95);
}

.focus\:border-e-indigo-400:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.focus\:border-e-indigo-400\/0:focus {
  border-inline-end-color: rgb(129 140 248 / 0);
}

.focus\:border-e-indigo-400\/10:focus {
  border-inline-end-color: rgb(129 140 248 / 0.1);
}

.focus\:border-e-indigo-400\/100:focus {
  border-inline-end-color: rgb(129 140 248 / 1);
}

.focus\:border-e-indigo-400\/20:focus {
  border-inline-end-color: rgb(129 140 248 / 0.2);
}

.focus\:border-e-indigo-400\/25:focus {
  border-inline-end-color: rgb(129 140 248 / 0.25);
}

.focus\:border-e-indigo-400\/30:focus {
  border-inline-end-color: rgb(129 140 248 / 0.3);
}

.focus\:border-e-indigo-400\/40:focus {
  border-inline-end-color: rgb(129 140 248 / 0.4);
}

.focus\:border-e-indigo-400\/5:focus {
  border-inline-end-color: rgb(129 140 248 / 0.05);
}

.focus\:border-e-indigo-400\/50:focus {
  border-inline-end-color: rgb(129 140 248 / 0.5);
}

.focus\:border-e-indigo-400\/60:focus {
  border-inline-end-color: rgb(129 140 248 / 0.6);
}

.focus\:border-e-indigo-400\/70:focus {
  border-inline-end-color: rgb(129 140 248 / 0.7);
}

.focus\:border-e-indigo-400\/75:focus {
  border-inline-end-color: rgb(129 140 248 / 0.75);
}

.focus\:border-e-indigo-400\/80:focus {
  border-inline-end-color: rgb(129 140 248 / 0.8);
}

.focus\:border-e-indigo-400\/90:focus {
  border-inline-end-color: rgb(129 140 248 / 0.9);
}

.focus\:border-e-indigo-400\/95:focus {
  border-inline-end-color: rgb(129 140 248 / 0.95);
}

.focus\:border-e-indigo-50:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(238 242 255 / var(--tw-border-opacity));
}

.focus\:border-e-indigo-50\/0:focus {
  border-inline-end-color: rgb(238 242 255 / 0);
}

.focus\:border-e-indigo-50\/10:focus {
  border-inline-end-color: rgb(238 242 255 / 0.1);
}

.focus\:border-e-indigo-50\/100:focus {
  border-inline-end-color: rgb(238 242 255 / 1);
}

.focus\:border-e-indigo-50\/20:focus {
  border-inline-end-color: rgb(238 242 255 / 0.2);
}

.focus\:border-e-indigo-50\/25:focus {
  border-inline-end-color: rgb(238 242 255 / 0.25);
}

.focus\:border-e-indigo-50\/30:focus {
  border-inline-end-color: rgb(238 242 255 / 0.3);
}

.focus\:border-e-indigo-50\/40:focus {
  border-inline-end-color: rgb(238 242 255 / 0.4);
}

.focus\:border-e-indigo-50\/5:focus {
  border-inline-end-color: rgb(238 242 255 / 0.05);
}

.focus\:border-e-indigo-50\/50:focus {
  border-inline-end-color: rgb(238 242 255 / 0.5);
}

.focus\:border-e-indigo-50\/60:focus {
  border-inline-end-color: rgb(238 242 255 / 0.6);
}

.focus\:border-e-indigo-50\/70:focus {
  border-inline-end-color: rgb(238 242 255 / 0.7);
}

.focus\:border-e-indigo-50\/75:focus {
  border-inline-end-color: rgb(238 242 255 / 0.75);
}

.focus\:border-e-indigo-50\/80:focus {
  border-inline-end-color: rgb(238 242 255 / 0.8);
}

.focus\:border-e-indigo-50\/90:focus {
  border-inline-end-color: rgb(238 242 255 / 0.9);
}

.focus\:border-e-indigo-50\/95:focus {
  border-inline-end-color: rgb(238 242 255 / 0.95);
}

.focus\:border-e-indigo-500:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.focus\:border-e-indigo-500\/0:focus {
  border-inline-end-color: rgb(99 102 241 / 0);
}

.focus\:border-e-indigo-500\/10:focus {
  border-inline-end-color: rgb(99 102 241 / 0.1);
}

.focus\:border-e-indigo-500\/100:focus {
  border-inline-end-color: rgb(99 102 241 / 1);
}

.focus\:border-e-indigo-500\/20:focus {
  border-inline-end-color: rgb(99 102 241 / 0.2);
}

.focus\:border-e-indigo-500\/25:focus {
  border-inline-end-color: rgb(99 102 241 / 0.25);
}

.focus\:border-e-indigo-500\/30:focus {
  border-inline-end-color: rgb(99 102 241 / 0.3);
}

.focus\:border-e-indigo-500\/40:focus {
  border-inline-end-color: rgb(99 102 241 / 0.4);
}

.focus\:border-e-indigo-500\/5:focus {
  border-inline-end-color: rgb(99 102 241 / 0.05);
}

.focus\:border-e-indigo-500\/50:focus {
  border-inline-end-color: rgb(99 102 241 / 0.5);
}

.focus\:border-e-indigo-500\/60:focus {
  border-inline-end-color: rgb(99 102 241 / 0.6);
}

.focus\:border-e-indigo-500\/70:focus {
  border-inline-end-color: rgb(99 102 241 / 0.7);
}

.focus\:border-e-indigo-500\/75:focus {
  border-inline-end-color: rgb(99 102 241 / 0.75);
}

.focus\:border-e-indigo-500\/80:focus {
  border-inline-end-color: rgb(99 102 241 / 0.8);
}

.focus\:border-e-indigo-500\/90:focus {
  border-inline-end-color: rgb(99 102 241 / 0.9);
}

.focus\:border-e-indigo-500\/95:focus {
  border-inline-end-color: rgb(99 102 241 / 0.95);
}

.focus\:border-e-indigo-600:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.focus\:border-e-indigo-600\/0:focus {
  border-inline-end-color: rgb(79 70 229 / 0);
}

.focus\:border-e-indigo-600\/10:focus {
  border-inline-end-color: rgb(79 70 229 / 0.1);
}

.focus\:border-e-indigo-600\/100:focus {
  border-inline-end-color: rgb(79 70 229 / 1);
}

.focus\:border-e-indigo-600\/20:focus {
  border-inline-end-color: rgb(79 70 229 / 0.2);
}

.focus\:border-e-indigo-600\/25:focus {
  border-inline-end-color: rgb(79 70 229 / 0.25);
}

.focus\:border-e-indigo-600\/30:focus {
  border-inline-end-color: rgb(79 70 229 / 0.3);
}

.focus\:border-e-indigo-600\/40:focus {
  border-inline-end-color: rgb(79 70 229 / 0.4);
}

.focus\:border-e-indigo-600\/5:focus {
  border-inline-end-color: rgb(79 70 229 / 0.05);
}

.focus\:border-e-indigo-600\/50:focus {
  border-inline-end-color: rgb(79 70 229 / 0.5);
}

.focus\:border-e-indigo-600\/60:focus {
  border-inline-end-color: rgb(79 70 229 / 0.6);
}

.focus\:border-e-indigo-600\/70:focus {
  border-inline-end-color: rgb(79 70 229 / 0.7);
}

.focus\:border-e-indigo-600\/75:focus {
  border-inline-end-color: rgb(79 70 229 / 0.75);
}

.focus\:border-e-indigo-600\/80:focus {
  border-inline-end-color: rgb(79 70 229 / 0.8);
}

.focus\:border-e-indigo-600\/90:focus {
  border-inline-end-color: rgb(79 70 229 / 0.9);
}

.focus\:border-e-indigo-600\/95:focus {
  border-inline-end-color: rgb(79 70 229 / 0.95);
}

.focus\:border-e-indigo-700:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.focus\:border-e-indigo-700\/0:focus {
  border-inline-end-color: rgb(67 56 202 / 0);
}

.focus\:border-e-indigo-700\/10:focus {
  border-inline-end-color: rgb(67 56 202 / 0.1);
}

.focus\:border-e-indigo-700\/100:focus {
  border-inline-end-color: rgb(67 56 202 / 1);
}

.focus\:border-e-indigo-700\/20:focus {
  border-inline-end-color: rgb(67 56 202 / 0.2);
}

.focus\:border-e-indigo-700\/25:focus {
  border-inline-end-color: rgb(67 56 202 / 0.25);
}

.focus\:border-e-indigo-700\/30:focus {
  border-inline-end-color: rgb(67 56 202 / 0.3);
}

.focus\:border-e-indigo-700\/40:focus {
  border-inline-end-color: rgb(67 56 202 / 0.4);
}

.focus\:border-e-indigo-700\/5:focus {
  border-inline-end-color: rgb(67 56 202 / 0.05);
}

.focus\:border-e-indigo-700\/50:focus {
  border-inline-end-color: rgb(67 56 202 / 0.5);
}

.focus\:border-e-indigo-700\/60:focus {
  border-inline-end-color: rgb(67 56 202 / 0.6);
}

.focus\:border-e-indigo-700\/70:focus {
  border-inline-end-color: rgb(67 56 202 / 0.7);
}

.focus\:border-e-indigo-700\/75:focus {
  border-inline-end-color: rgb(67 56 202 / 0.75);
}

.focus\:border-e-indigo-700\/80:focus {
  border-inline-end-color: rgb(67 56 202 / 0.8);
}

.focus\:border-e-indigo-700\/90:focus {
  border-inline-end-color: rgb(67 56 202 / 0.9);
}

.focus\:border-e-indigo-700\/95:focus {
  border-inline-end-color: rgb(67 56 202 / 0.95);
}

.focus\:border-e-indigo-800:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(55 48 163 / var(--tw-border-opacity));
}

.focus\:border-e-indigo-800\/0:focus {
  border-inline-end-color: rgb(55 48 163 / 0);
}

.focus\:border-e-indigo-800\/10:focus {
  border-inline-end-color: rgb(55 48 163 / 0.1);
}

.focus\:border-e-indigo-800\/100:focus {
  border-inline-end-color: rgb(55 48 163 / 1);
}

.focus\:border-e-indigo-800\/20:focus {
  border-inline-end-color: rgb(55 48 163 / 0.2);
}

.focus\:border-e-indigo-800\/25:focus {
  border-inline-end-color: rgb(55 48 163 / 0.25);
}

.focus\:border-e-indigo-800\/30:focus {
  border-inline-end-color: rgb(55 48 163 / 0.3);
}

.focus\:border-e-indigo-800\/40:focus {
  border-inline-end-color: rgb(55 48 163 / 0.4);
}

.focus\:border-e-indigo-800\/5:focus {
  border-inline-end-color: rgb(55 48 163 / 0.05);
}

.focus\:border-e-indigo-800\/50:focus {
  border-inline-end-color: rgb(55 48 163 / 0.5);
}

.focus\:border-e-indigo-800\/60:focus {
  border-inline-end-color: rgb(55 48 163 / 0.6);
}

.focus\:border-e-indigo-800\/70:focus {
  border-inline-end-color: rgb(55 48 163 / 0.7);
}

.focus\:border-e-indigo-800\/75:focus {
  border-inline-end-color: rgb(55 48 163 / 0.75);
}

.focus\:border-e-indigo-800\/80:focus {
  border-inline-end-color: rgb(55 48 163 / 0.8);
}

.focus\:border-e-indigo-800\/90:focus {
  border-inline-end-color: rgb(55 48 163 / 0.9);
}

.focus\:border-e-indigo-800\/95:focus {
  border-inline-end-color: rgb(55 48 163 / 0.95);
}

.focus\:border-e-indigo-900:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(49 46 129 / var(--tw-border-opacity));
}

.focus\:border-e-indigo-900\/0:focus {
  border-inline-end-color: rgb(49 46 129 / 0);
}

.focus\:border-e-indigo-900\/10:focus {
  border-inline-end-color: rgb(49 46 129 / 0.1);
}

.focus\:border-e-indigo-900\/100:focus {
  border-inline-end-color: rgb(49 46 129 / 1);
}

.focus\:border-e-indigo-900\/20:focus {
  border-inline-end-color: rgb(49 46 129 / 0.2);
}

.focus\:border-e-indigo-900\/25:focus {
  border-inline-end-color: rgb(49 46 129 / 0.25);
}

.focus\:border-e-indigo-900\/30:focus {
  border-inline-end-color: rgb(49 46 129 / 0.3);
}

.focus\:border-e-indigo-900\/40:focus {
  border-inline-end-color: rgb(49 46 129 / 0.4);
}

.focus\:border-e-indigo-900\/5:focus {
  border-inline-end-color: rgb(49 46 129 / 0.05);
}

.focus\:border-e-indigo-900\/50:focus {
  border-inline-end-color: rgb(49 46 129 / 0.5);
}

.focus\:border-e-indigo-900\/60:focus {
  border-inline-end-color: rgb(49 46 129 / 0.6);
}

.focus\:border-e-indigo-900\/70:focus {
  border-inline-end-color: rgb(49 46 129 / 0.7);
}

.focus\:border-e-indigo-900\/75:focus {
  border-inline-end-color: rgb(49 46 129 / 0.75);
}

.focus\:border-e-indigo-900\/80:focus {
  border-inline-end-color: rgb(49 46 129 / 0.8);
}

.focus\:border-e-indigo-900\/90:focus {
  border-inline-end-color: rgb(49 46 129 / 0.9);
}

.focus\:border-e-indigo-900\/95:focus {
  border-inline-end-color: rgb(49 46 129 / 0.95);
}

.focus\:border-e-indigo-950:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(30 27 75 / var(--tw-border-opacity));
}

.focus\:border-e-indigo-950\/0:focus {
  border-inline-end-color: rgb(30 27 75 / 0);
}

.focus\:border-e-indigo-950\/10:focus {
  border-inline-end-color: rgb(30 27 75 / 0.1);
}

.focus\:border-e-indigo-950\/100:focus {
  border-inline-end-color: rgb(30 27 75 / 1);
}

.focus\:border-e-indigo-950\/20:focus {
  border-inline-end-color: rgb(30 27 75 / 0.2);
}

.focus\:border-e-indigo-950\/25:focus {
  border-inline-end-color: rgb(30 27 75 / 0.25);
}

.focus\:border-e-indigo-950\/30:focus {
  border-inline-end-color: rgb(30 27 75 / 0.3);
}

.focus\:border-e-indigo-950\/40:focus {
  border-inline-end-color: rgb(30 27 75 / 0.4);
}

.focus\:border-e-indigo-950\/5:focus {
  border-inline-end-color: rgb(30 27 75 / 0.05);
}

.focus\:border-e-indigo-950\/50:focus {
  border-inline-end-color: rgb(30 27 75 / 0.5);
}

.focus\:border-e-indigo-950\/60:focus {
  border-inline-end-color: rgb(30 27 75 / 0.6);
}

.focus\:border-e-indigo-950\/70:focus {
  border-inline-end-color: rgb(30 27 75 / 0.7);
}

.focus\:border-e-indigo-950\/75:focus {
  border-inline-end-color: rgb(30 27 75 / 0.75);
}

.focus\:border-e-indigo-950\/80:focus {
  border-inline-end-color: rgb(30 27 75 / 0.8);
}

.focus\:border-e-indigo-950\/90:focus {
  border-inline-end-color: rgb(30 27 75 / 0.9);
}

.focus\:border-e-indigo-950\/95:focus {
  border-inline-end-color: rgb(30 27 75 / 0.95);
}

.focus\:border-e-inherit:focus {
  border-inline-end-color: inherit;
}

.focus\:border-e-interbeauty-100:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(249 197 175 / var(--tw-border-opacity));
}

.focus\:border-e-interbeauty-100\/0:focus {
  border-inline-end-color: rgb(249 197 175 / 0);
}

.focus\:border-e-interbeauty-100\/10:focus {
  border-inline-end-color: rgb(249 197 175 / 0.1);
}

.focus\:border-e-interbeauty-100\/100:focus {
  border-inline-end-color: rgb(249 197 175 / 1);
}

.focus\:border-e-interbeauty-100\/20:focus {
  border-inline-end-color: rgb(249 197 175 / 0.2);
}

.focus\:border-e-interbeauty-100\/25:focus {
  border-inline-end-color: rgb(249 197 175 / 0.25);
}

.focus\:border-e-interbeauty-100\/30:focus {
  border-inline-end-color: rgb(249 197 175 / 0.3);
}

.focus\:border-e-interbeauty-100\/40:focus {
  border-inline-end-color: rgb(249 197 175 / 0.4);
}

.focus\:border-e-interbeauty-100\/5:focus {
  border-inline-end-color: rgb(249 197 175 / 0.05);
}

.focus\:border-e-interbeauty-100\/50:focus {
  border-inline-end-color: rgb(249 197 175 / 0.5);
}

.focus\:border-e-interbeauty-100\/60:focus {
  border-inline-end-color: rgb(249 197 175 / 0.6);
}

.focus\:border-e-interbeauty-100\/70:focus {
  border-inline-end-color: rgb(249 197 175 / 0.7);
}

.focus\:border-e-interbeauty-100\/75:focus {
  border-inline-end-color: rgb(249 197 175 / 0.75);
}

.focus\:border-e-interbeauty-100\/80:focus {
  border-inline-end-color: rgb(249 197 175 / 0.8);
}

.focus\:border-e-interbeauty-100\/90:focus {
  border-inline-end-color: rgb(249 197 175 / 0.9);
}

.focus\:border-e-interbeauty-100\/95:focus {
  border-inline-end-color: rgb(249 197 175 / 0.95);
}

.focus\:border-e-interbeauty-200:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(241 182 191 / var(--tw-border-opacity));
}

.focus\:border-e-interbeauty-200\/0:focus {
  border-inline-end-color: rgb(241 182 191 / 0);
}

.focus\:border-e-interbeauty-200\/10:focus {
  border-inline-end-color: rgb(241 182 191 / 0.1);
}

.focus\:border-e-interbeauty-200\/100:focus {
  border-inline-end-color: rgb(241 182 191 / 1);
}

.focus\:border-e-interbeauty-200\/20:focus {
  border-inline-end-color: rgb(241 182 191 / 0.2);
}

.focus\:border-e-interbeauty-200\/25:focus {
  border-inline-end-color: rgb(241 182 191 / 0.25);
}

.focus\:border-e-interbeauty-200\/30:focus {
  border-inline-end-color: rgb(241 182 191 / 0.3);
}

.focus\:border-e-interbeauty-200\/40:focus {
  border-inline-end-color: rgb(241 182 191 / 0.4);
}

.focus\:border-e-interbeauty-200\/5:focus {
  border-inline-end-color: rgb(241 182 191 / 0.05);
}

.focus\:border-e-interbeauty-200\/50:focus {
  border-inline-end-color: rgb(241 182 191 / 0.5);
}

.focus\:border-e-interbeauty-200\/60:focus {
  border-inline-end-color: rgb(241 182 191 / 0.6);
}

.focus\:border-e-interbeauty-200\/70:focus {
  border-inline-end-color: rgb(241 182 191 / 0.7);
}

.focus\:border-e-interbeauty-200\/75:focus {
  border-inline-end-color: rgb(241 182 191 / 0.75);
}

.focus\:border-e-interbeauty-200\/80:focus {
  border-inline-end-color: rgb(241 182 191 / 0.8);
}

.focus\:border-e-interbeauty-200\/90:focus {
  border-inline-end-color: rgb(241 182 191 / 0.9);
}

.focus\:border-e-interbeauty-200\/95:focus {
  border-inline-end-color: rgb(241 182 191 / 0.95);
}

.focus\:border-e-interbeauty-300:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(182 219 231 / var(--tw-border-opacity));
}

.focus\:border-e-interbeauty-300\/0:focus {
  border-inline-end-color: rgb(182 219 231 / 0);
}

.focus\:border-e-interbeauty-300\/10:focus {
  border-inline-end-color: rgb(182 219 231 / 0.1);
}

.focus\:border-e-interbeauty-300\/100:focus {
  border-inline-end-color: rgb(182 219 231 / 1);
}

.focus\:border-e-interbeauty-300\/20:focus {
  border-inline-end-color: rgb(182 219 231 / 0.2);
}

.focus\:border-e-interbeauty-300\/25:focus {
  border-inline-end-color: rgb(182 219 231 / 0.25);
}

.focus\:border-e-interbeauty-300\/30:focus {
  border-inline-end-color: rgb(182 219 231 / 0.3);
}

.focus\:border-e-interbeauty-300\/40:focus {
  border-inline-end-color: rgb(182 219 231 / 0.4);
}

.focus\:border-e-interbeauty-300\/5:focus {
  border-inline-end-color: rgb(182 219 231 / 0.05);
}

.focus\:border-e-interbeauty-300\/50:focus {
  border-inline-end-color: rgb(182 219 231 / 0.5);
}

.focus\:border-e-interbeauty-300\/60:focus {
  border-inline-end-color: rgb(182 219 231 / 0.6);
}

.focus\:border-e-interbeauty-300\/70:focus {
  border-inline-end-color: rgb(182 219 231 / 0.7);
}

.focus\:border-e-interbeauty-300\/75:focus {
  border-inline-end-color: rgb(182 219 231 / 0.75);
}

.focus\:border-e-interbeauty-300\/80:focus {
  border-inline-end-color: rgb(182 219 231 / 0.8);
}

.focus\:border-e-interbeauty-300\/90:focus {
  border-inline-end-color: rgb(182 219 231 / 0.9);
}

.focus\:border-e-interbeauty-300\/95:focus {
  border-inline-end-color: rgb(182 219 231 / 0.95);
}

.focus\:border-e-interbeauty-400:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 250 247 / var(--tw-border-opacity));
}

.focus\:border-e-interbeauty-400\/0:focus {
  border-inline-end-color: rgb(254 250 247 / 0);
}

.focus\:border-e-interbeauty-400\/10:focus {
  border-inline-end-color: rgb(254 250 247 / 0.1);
}

.focus\:border-e-interbeauty-400\/100:focus {
  border-inline-end-color: rgb(254 250 247 / 1);
}

.focus\:border-e-interbeauty-400\/20:focus {
  border-inline-end-color: rgb(254 250 247 / 0.2);
}

.focus\:border-e-interbeauty-400\/25:focus {
  border-inline-end-color: rgb(254 250 247 / 0.25);
}

.focus\:border-e-interbeauty-400\/30:focus {
  border-inline-end-color: rgb(254 250 247 / 0.3);
}

.focus\:border-e-interbeauty-400\/40:focus {
  border-inline-end-color: rgb(254 250 247 / 0.4);
}

.focus\:border-e-interbeauty-400\/5:focus {
  border-inline-end-color: rgb(254 250 247 / 0.05);
}

.focus\:border-e-interbeauty-400\/50:focus {
  border-inline-end-color: rgb(254 250 247 / 0.5);
}

.focus\:border-e-interbeauty-400\/60:focus {
  border-inline-end-color: rgb(254 250 247 / 0.6);
}

.focus\:border-e-interbeauty-400\/70:focus {
  border-inline-end-color: rgb(254 250 247 / 0.7);
}

.focus\:border-e-interbeauty-400\/75:focus {
  border-inline-end-color: rgb(254 250 247 / 0.75);
}

.focus\:border-e-interbeauty-400\/80:focus {
  border-inline-end-color: rgb(254 250 247 / 0.8);
}

.focus\:border-e-interbeauty-400\/90:focus {
  border-inline-end-color: rgb(254 250 247 / 0.9);
}

.focus\:border-e-interbeauty-400\/95:focus {
  border-inline-end-color: rgb(254 250 247 / 0.95);
}

.focus\:border-e-interbeauty-500:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(193 225 224 / var(--tw-border-opacity));
}

.focus\:border-e-interbeauty-500\/0:focus {
  border-inline-end-color: rgb(193 225 224 / 0);
}

.focus\:border-e-interbeauty-500\/10:focus {
  border-inline-end-color: rgb(193 225 224 / 0.1);
}

.focus\:border-e-interbeauty-500\/100:focus {
  border-inline-end-color: rgb(193 225 224 / 1);
}

.focus\:border-e-interbeauty-500\/20:focus {
  border-inline-end-color: rgb(193 225 224 / 0.2);
}

.focus\:border-e-interbeauty-500\/25:focus {
  border-inline-end-color: rgb(193 225 224 / 0.25);
}

.focus\:border-e-interbeauty-500\/30:focus {
  border-inline-end-color: rgb(193 225 224 / 0.3);
}

.focus\:border-e-interbeauty-500\/40:focus {
  border-inline-end-color: rgb(193 225 224 / 0.4);
}

.focus\:border-e-interbeauty-500\/5:focus {
  border-inline-end-color: rgb(193 225 224 / 0.05);
}

.focus\:border-e-interbeauty-500\/50:focus {
  border-inline-end-color: rgb(193 225 224 / 0.5);
}

.focus\:border-e-interbeauty-500\/60:focus {
  border-inline-end-color: rgb(193 225 224 / 0.6);
}

.focus\:border-e-interbeauty-500\/70:focus {
  border-inline-end-color: rgb(193 225 224 / 0.7);
}

.focus\:border-e-interbeauty-500\/75:focus {
  border-inline-end-color: rgb(193 225 224 / 0.75);
}

.focus\:border-e-interbeauty-500\/80:focus {
  border-inline-end-color: rgb(193 225 224 / 0.8);
}

.focus\:border-e-interbeauty-500\/90:focus {
  border-inline-end-color: rgb(193 225 224 / 0.9);
}

.focus\:border-e-interbeauty-500\/95:focus {
  border-inline-end-color: rgb(193 225 224 / 0.95);
}

.focus\:border-e-interbeauty-600:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(88 88 94 / var(--tw-border-opacity));
}

.focus\:border-e-interbeauty-600\/0:focus {
  border-inline-end-color: rgb(88 88 94 / 0);
}

.focus\:border-e-interbeauty-600\/10:focus {
  border-inline-end-color: rgb(88 88 94 / 0.1);
}

.focus\:border-e-interbeauty-600\/100:focus {
  border-inline-end-color: rgb(88 88 94 / 1);
}

.focus\:border-e-interbeauty-600\/20:focus {
  border-inline-end-color: rgb(88 88 94 / 0.2);
}

.focus\:border-e-interbeauty-600\/25:focus {
  border-inline-end-color: rgb(88 88 94 / 0.25);
}

.focus\:border-e-interbeauty-600\/30:focus {
  border-inline-end-color: rgb(88 88 94 / 0.3);
}

.focus\:border-e-interbeauty-600\/40:focus {
  border-inline-end-color: rgb(88 88 94 / 0.4);
}

.focus\:border-e-interbeauty-600\/5:focus {
  border-inline-end-color: rgb(88 88 94 / 0.05);
}

.focus\:border-e-interbeauty-600\/50:focus {
  border-inline-end-color: rgb(88 88 94 / 0.5);
}

.focus\:border-e-interbeauty-600\/60:focus {
  border-inline-end-color: rgb(88 88 94 / 0.6);
}

.focus\:border-e-interbeauty-600\/70:focus {
  border-inline-end-color: rgb(88 88 94 / 0.7);
}

.focus\:border-e-interbeauty-600\/75:focus {
  border-inline-end-color: rgb(88 88 94 / 0.75);
}

.focus\:border-e-interbeauty-600\/80:focus {
  border-inline-end-color: rgb(88 88 94 / 0.8);
}

.focus\:border-e-interbeauty-600\/90:focus {
  border-inline-end-color: rgb(88 88 94 / 0.9);
}

.focus\:border-e-interbeauty-600\/95:focus {
  border-inline-end-color: rgb(88 88 94 / 0.95);
}

.focus\:border-e-ipnvaluers-200:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(0 40 87 / var(--tw-border-opacity));
}

.focus\:border-e-ipnvaluers-200\/0:focus {
  border-inline-end-color: rgb(0 40 87 / 0);
}

.focus\:border-e-ipnvaluers-200\/10:focus {
  border-inline-end-color: rgb(0 40 87 / 0.1);
}

.focus\:border-e-ipnvaluers-200\/100:focus {
  border-inline-end-color: rgb(0 40 87 / 1);
}

.focus\:border-e-ipnvaluers-200\/20:focus {
  border-inline-end-color: rgb(0 40 87 / 0.2);
}

.focus\:border-e-ipnvaluers-200\/25:focus {
  border-inline-end-color: rgb(0 40 87 / 0.25);
}

.focus\:border-e-ipnvaluers-200\/30:focus {
  border-inline-end-color: rgb(0 40 87 / 0.3);
}

.focus\:border-e-ipnvaluers-200\/40:focus {
  border-inline-end-color: rgb(0 40 87 / 0.4);
}

.focus\:border-e-ipnvaluers-200\/5:focus {
  border-inline-end-color: rgb(0 40 87 / 0.05);
}

.focus\:border-e-ipnvaluers-200\/50:focus {
  border-inline-end-color: rgb(0 40 87 / 0.5);
}

.focus\:border-e-ipnvaluers-200\/60:focus {
  border-inline-end-color: rgb(0 40 87 / 0.6);
}

.focus\:border-e-ipnvaluers-200\/70:focus {
  border-inline-end-color: rgb(0 40 87 / 0.7);
}

.focus\:border-e-ipnvaluers-200\/75:focus {
  border-inline-end-color: rgb(0 40 87 / 0.75);
}

.focus\:border-e-ipnvaluers-200\/80:focus {
  border-inline-end-color: rgb(0 40 87 / 0.8);
}

.focus\:border-e-ipnvaluers-200\/90:focus {
  border-inline-end-color: rgb(0 40 87 / 0.9);
}

.focus\:border-e-ipnvaluers-200\/95:focus {
  border-inline-end-color: rgb(0 40 87 / 0.95);
}

.focus\:border-e-ipnvaluers-400:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(196 107 22 / var(--tw-border-opacity));
}

.focus\:border-e-ipnvaluers-400\/0:focus {
  border-inline-end-color: rgb(196 107 22 / 0);
}

.focus\:border-e-ipnvaluers-400\/10:focus {
  border-inline-end-color: rgb(196 107 22 / 0.1);
}

.focus\:border-e-ipnvaluers-400\/100:focus {
  border-inline-end-color: rgb(196 107 22 / 1);
}

.focus\:border-e-ipnvaluers-400\/20:focus {
  border-inline-end-color: rgb(196 107 22 / 0.2);
}

.focus\:border-e-ipnvaluers-400\/25:focus {
  border-inline-end-color: rgb(196 107 22 / 0.25);
}

.focus\:border-e-ipnvaluers-400\/30:focus {
  border-inline-end-color: rgb(196 107 22 / 0.3);
}

.focus\:border-e-ipnvaluers-400\/40:focus {
  border-inline-end-color: rgb(196 107 22 / 0.4);
}

.focus\:border-e-ipnvaluers-400\/5:focus {
  border-inline-end-color: rgb(196 107 22 / 0.05);
}

.focus\:border-e-ipnvaluers-400\/50:focus {
  border-inline-end-color: rgb(196 107 22 / 0.5);
}

.focus\:border-e-ipnvaluers-400\/60:focus {
  border-inline-end-color: rgb(196 107 22 / 0.6);
}

.focus\:border-e-ipnvaluers-400\/70:focus {
  border-inline-end-color: rgb(196 107 22 / 0.7);
}

.focus\:border-e-ipnvaluers-400\/75:focus {
  border-inline-end-color: rgb(196 107 22 / 0.75);
}

.focus\:border-e-ipnvaluers-400\/80:focus {
  border-inline-end-color: rgb(196 107 22 / 0.8);
}

.focus\:border-e-ipnvaluers-400\/90:focus {
  border-inline-end-color: rgb(196 107 22 / 0.9);
}

.focus\:border-e-ipnvaluers-400\/95:focus {
  border-inline-end-color: rgb(196 107 22 / 0.95);
}

.focus\:border-e-ipnvaluers-500:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 174 21 / var(--tw-border-opacity));
}

.focus\:border-e-ipnvaluers-500\/0:focus {
  border-inline-end-color: rgb(245 174 21 / 0);
}

.focus\:border-e-ipnvaluers-500\/10:focus {
  border-inline-end-color: rgb(245 174 21 / 0.1);
}

.focus\:border-e-ipnvaluers-500\/100:focus {
  border-inline-end-color: rgb(245 174 21 / 1);
}

.focus\:border-e-ipnvaluers-500\/20:focus {
  border-inline-end-color: rgb(245 174 21 / 0.2);
}

.focus\:border-e-ipnvaluers-500\/25:focus {
  border-inline-end-color: rgb(245 174 21 / 0.25);
}

.focus\:border-e-ipnvaluers-500\/30:focus {
  border-inline-end-color: rgb(245 174 21 / 0.3);
}

.focus\:border-e-ipnvaluers-500\/40:focus {
  border-inline-end-color: rgb(245 174 21 / 0.4);
}

.focus\:border-e-ipnvaluers-500\/5:focus {
  border-inline-end-color: rgb(245 174 21 / 0.05);
}

.focus\:border-e-ipnvaluers-500\/50:focus {
  border-inline-end-color: rgb(245 174 21 / 0.5);
}

.focus\:border-e-ipnvaluers-500\/60:focus {
  border-inline-end-color: rgb(245 174 21 / 0.6);
}

.focus\:border-e-ipnvaluers-500\/70:focus {
  border-inline-end-color: rgb(245 174 21 / 0.7);
}

.focus\:border-e-ipnvaluers-500\/75:focus {
  border-inline-end-color: rgb(245 174 21 / 0.75);
}

.focus\:border-e-ipnvaluers-500\/80:focus {
  border-inline-end-color: rgb(245 174 21 / 0.8);
}

.focus\:border-e-ipnvaluers-500\/90:focus {
  border-inline-end-color: rgb(245 174 21 / 0.9);
}

.focus\:border-e-ipnvaluers-500\/95:focus {
  border-inline-end-color: rgb(245 174 21 / 0.95);
}

.focus\:border-e-jukejam-500:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 210 101 / var(--tw-border-opacity));
}

.focus\:border-e-jukejam-500\/0:focus {
  border-inline-end-color: rgb(250 210 101 / 0);
}

.focus\:border-e-jukejam-500\/10:focus {
  border-inline-end-color: rgb(250 210 101 / 0.1);
}

.focus\:border-e-jukejam-500\/100:focus {
  border-inline-end-color: rgb(250 210 101 / 1);
}

.focus\:border-e-jukejam-500\/20:focus {
  border-inline-end-color: rgb(250 210 101 / 0.2);
}

.focus\:border-e-jukejam-500\/25:focus {
  border-inline-end-color: rgb(250 210 101 / 0.25);
}

.focus\:border-e-jukejam-500\/30:focus {
  border-inline-end-color: rgb(250 210 101 / 0.3);
}

.focus\:border-e-jukejam-500\/40:focus {
  border-inline-end-color: rgb(250 210 101 / 0.4);
}

.focus\:border-e-jukejam-500\/5:focus {
  border-inline-end-color: rgb(250 210 101 / 0.05);
}

.focus\:border-e-jukejam-500\/50:focus {
  border-inline-end-color: rgb(250 210 101 / 0.5);
}

.focus\:border-e-jukejam-500\/60:focus {
  border-inline-end-color: rgb(250 210 101 / 0.6);
}

.focus\:border-e-jukejam-500\/70:focus {
  border-inline-end-color: rgb(250 210 101 / 0.7);
}

.focus\:border-e-jukejam-500\/75:focus {
  border-inline-end-color: rgb(250 210 101 / 0.75);
}

.focus\:border-e-jukejam-500\/80:focus {
  border-inline-end-color: rgb(250 210 101 / 0.8);
}

.focus\:border-e-jukejam-500\/90:focus {
  border-inline-end-color: rgb(250 210 101 / 0.9);
}

.focus\:border-e-jukejam-500\/95:focus {
  border-inline-end-color: rgb(250 210 101 / 0.95);
}

.focus\:border-e-lime-100:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(236 252 203 / var(--tw-border-opacity));
}

.focus\:border-e-lime-100\/0:focus {
  border-inline-end-color: rgb(236 252 203 / 0);
}

.focus\:border-e-lime-100\/10:focus {
  border-inline-end-color: rgb(236 252 203 / 0.1);
}

.focus\:border-e-lime-100\/100:focus {
  border-inline-end-color: rgb(236 252 203 / 1);
}

.focus\:border-e-lime-100\/20:focus {
  border-inline-end-color: rgb(236 252 203 / 0.2);
}

.focus\:border-e-lime-100\/25:focus {
  border-inline-end-color: rgb(236 252 203 / 0.25);
}

.focus\:border-e-lime-100\/30:focus {
  border-inline-end-color: rgb(236 252 203 / 0.3);
}

.focus\:border-e-lime-100\/40:focus {
  border-inline-end-color: rgb(236 252 203 / 0.4);
}

.focus\:border-e-lime-100\/5:focus {
  border-inline-end-color: rgb(236 252 203 / 0.05);
}

.focus\:border-e-lime-100\/50:focus {
  border-inline-end-color: rgb(236 252 203 / 0.5);
}

.focus\:border-e-lime-100\/60:focus {
  border-inline-end-color: rgb(236 252 203 / 0.6);
}

.focus\:border-e-lime-100\/70:focus {
  border-inline-end-color: rgb(236 252 203 / 0.7);
}

.focus\:border-e-lime-100\/75:focus {
  border-inline-end-color: rgb(236 252 203 / 0.75);
}

.focus\:border-e-lime-100\/80:focus {
  border-inline-end-color: rgb(236 252 203 / 0.8);
}

.focus\:border-e-lime-100\/90:focus {
  border-inline-end-color: rgb(236 252 203 / 0.9);
}

.focus\:border-e-lime-100\/95:focus {
  border-inline-end-color: rgb(236 252 203 / 0.95);
}

.focus\:border-e-lime-200:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(217 249 157 / var(--tw-border-opacity));
}

.focus\:border-e-lime-200\/0:focus {
  border-inline-end-color: rgb(217 249 157 / 0);
}

.focus\:border-e-lime-200\/10:focus {
  border-inline-end-color: rgb(217 249 157 / 0.1);
}

.focus\:border-e-lime-200\/100:focus {
  border-inline-end-color: rgb(217 249 157 / 1);
}

.focus\:border-e-lime-200\/20:focus {
  border-inline-end-color: rgb(217 249 157 / 0.2);
}

.focus\:border-e-lime-200\/25:focus {
  border-inline-end-color: rgb(217 249 157 / 0.25);
}

.focus\:border-e-lime-200\/30:focus {
  border-inline-end-color: rgb(217 249 157 / 0.3);
}

.focus\:border-e-lime-200\/40:focus {
  border-inline-end-color: rgb(217 249 157 / 0.4);
}

.focus\:border-e-lime-200\/5:focus {
  border-inline-end-color: rgb(217 249 157 / 0.05);
}

.focus\:border-e-lime-200\/50:focus {
  border-inline-end-color: rgb(217 249 157 / 0.5);
}

.focus\:border-e-lime-200\/60:focus {
  border-inline-end-color: rgb(217 249 157 / 0.6);
}

.focus\:border-e-lime-200\/70:focus {
  border-inline-end-color: rgb(217 249 157 / 0.7);
}

.focus\:border-e-lime-200\/75:focus {
  border-inline-end-color: rgb(217 249 157 / 0.75);
}

.focus\:border-e-lime-200\/80:focus {
  border-inline-end-color: rgb(217 249 157 / 0.8);
}

.focus\:border-e-lime-200\/90:focus {
  border-inline-end-color: rgb(217 249 157 / 0.9);
}

.focus\:border-e-lime-200\/95:focus {
  border-inline-end-color: rgb(217 249 157 / 0.95);
}

.focus\:border-e-lime-300:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(190 242 100 / var(--tw-border-opacity));
}

.focus\:border-e-lime-300\/0:focus {
  border-inline-end-color: rgb(190 242 100 / 0);
}

.focus\:border-e-lime-300\/10:focus {
  border-inline-end-color: rgb(190 242 100 / 0.1);
}

.focus\:border-e-lime-300\/100:focus {
  border-inline-end-color: rgb(190 242 100 / 1);
}

.focus\:border-e-lime-300\/20:focus {
  border-inline-end-color: rgb(190 242 100 / 0.2);
}

.focus\:border-e-lime-300\/25:focus {
  border-inline-end-color: rgb(190 242 100 / 0.25);
}

.focus\:border-e-lime-300\/30:focus {
  border-inline-end-color: rgb(190 242 100 / 0.3);
}

.focus\:border-e-lime-300\/40:focus {
  border-inline-end-color: rgb(190 242 100 / 0.4);
}

.focus\:border-e-lime-300\/5:focus {
  border-inline-end-color: rgb(190 242 100 / 0.05);
}

.focus\:border-e-lime-300\/50:focus {
  border-inline-end-color: rgb(190 242 100 / 0.5);
}

.focus\:border-e-lime-300\/60:focus {
  border-inline-end-color: rgb(190 242 100 / 0.6);
}

.focus\:border-e-lime-300\/70:focus {
  border-inline-end-color: rgb(190 242 100 / 0.7);
}

.focus\:border-e-lime-300\/75:focus {
  border-inline-end-color: rgb(190 242 100 / 0.75);
}

.focus\:border-e-lime-300\/80:focus {
  border-inline-end-color: rgb(190 242 100 / 0.8);
}

.focus\:border-e-lime-300\/90:focus {
  border-inline-end-color: rgb(190 242 100 / 0.9);
}

.focus\:border-e-lime-300\/95:focus {
  border-inline-end-color: rgb(190 242 100 / 0.95);
}

.focus\:border-e-lime-400:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(163 230 53 / var(--tw-border-opacity));
}

.focus\:border-e-lime-400\/0:focus {
  border-inline-end-color: rgb(163 230 53 / 0);
}

.focus\:border-e-lime-400\/10:focus {
  border-inline-end-color: rgb(163 230 53 / 0.1);
}

.focus\:border-e-lime-400\/100:focus {
  border-inline-end-color: rgb(163 230 53 / 1);
}

.focus\:border-e-lime-400\/20:focus {
  border-inline-end-color: rgb(163 230 53 / 0.2);
}

.focus\:border-e-lime-400\/25:focus {
  border-inline-end-color: rgb(163 230 53 / 0.25);
}

.focus\:border-e-lime-400\/30:focus {
  border-inline-end-color: rgb(163 230 53 / 0.3);
}

.focus\:border-e-lime-400\/40:focus {
  border-inline-end-color: rgb(163 230 53 / 0.4);
}

.focus\:border-e-lime-400\/5:focus {
  border-inline-end-color: rgb(163 230 53 / 0.05);
}

.focus\:border-e-lime-400\/50:focus {
  border-inline-end-color: rgb(163 230 53 / 0.5);
}

.focus\:border-e-lime-400\/60:focus {
  border-inline-end-color: rgb(163 230 53 / 0.6);
}

.focus\:border-e-lime-400\/70:focus {
  border-inline-end-color: rgb(163 230 53 / 0.7);
}

.focus\:border-e-lime-400\/75:focus {
  border-inline-end-color: rgb(163 230 53 / 0.75);
}

.focus\:border-e-lime-400\/80:focus {
  border-inline-end-color: rgb(163 230 53 / 0.8);
}

.focus\:border-e-lime-400\/90:focus {
  border-inline-end-color: rgb(163 230 53 / 0.9);
}

.focus\:border-e-lime-400\/95:focus {
  border-inline-end-color: rgb(163 230 53 / 0.95);
}

.focus\:border-e-lime-50:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(247 254 231 / var(--tw-border-opacity));
}

.focus\:border-e-lime-50\/0:focus {
  border-inline-end-color: rgb(247 254 231 / 0);
}

.focus\:border-e-lime-50\/10:focus {
  border-inline-end-color: rgb(247 254 231 / 0.1);
}

.focus\:border-e-lime-50\/100:focus {
  border-inline-end-color: rgb(247 254 231 / 1);
}

.focus\:border-e-lime-50\/20:focus {
  border-inline-end-color: rgb(247 254 231 / 0.2);
}

.focus\:border-e-lime-50\/25:focus {
  border-inline-end-color: rgb(247 254 231 / 0.25);
}

.focus\:border-e-lime-50\/30:focus {
  border-inline-end-color: rgb(247 254 231 / 0.3);
}

.focus\:border-e-lime-50\/40:focus {
  border-inline-end-color: rgb(247 254 231 / 0.4);
}

.focus\:border-e-lime-50\/5:focus {
  border-inline-end-color: rgb(247 254 231 / 0.05);
}

.focus\:border-e-lime-50\/50:focus {
  border-inline-end-color: rgb(247 254 231 / 0.5);
}

.focus\:border-e-lime-50\/60:focus {
  border-inline-end-color: rgb(247 254 231 / 0.6);
}

.focus\:border-e-lime-50\/70:focus {
  border-inline-end-color: rgb(247 254 231 / 0.7);
}

.focus\:border-e-lime-50\/75:focus {
  border-inline-end-color: rgb(247 254 231 / 0.75);
}

.focus\:border-e-lime-50\/80:focus {
  border-inline-end-color: rgb(247 254 231 / 0.8);
}

.focus\:border-e-lime-50\/90:focus {
  border-inline-end-color: rgb(247 254 231 / 0.9);
}

.focus\:border-e-lime-50\/95:focus {
  border-inline-end-color: rgb(247 254 231 / 0.95);
}

.focus\:border-e-lime-500:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(132 204 22 / var(--tw-border-opacity));
}

.focus\:border-e-lime-500\/0:focus {
  border-inline-end-color: rgb(132 204 22 / 0);
}

.focus\:border-e-lime-500\/10:focus {
  border-inline-end-color: rgb(132 204 22 / 0.1);
}

.focus\:border-e-lime-500\/100:focus {
  border-inline-end-color: rgb(132 204 22 / 1);
}

.focus\:border-e-lime-500\/20:focus {
  border-inline-end-color: rgb(132 204 22 / 0.2);
}

.focus\:border-e-lime-500\/25:focus {
  border-inline-end-color: rgb(132 204 22 / 0.25);
}

.focus\:border-e-lime-500\/30:focus {
  border-inline-end-color: rgb(132 204 22 / 0.3);
}

.focus\:border-e-lime-500\/40:focus {
  border-inline-end-color: rgb(132 204 22 / 0.4);
}

.focus\:border-e-lime-500\/5:focus {
  border-inline-end-color: rgb(132 204 22 / 0.05);
}

.focus\:border-e-lime-500\/50:focus {
  border-inline-end-color: rgb(132 204 22 / 0.5);
}

.focus\:border-e-lime-500\/60:focus {
  border-inline-end-color: rgb(132 204 22 / 0.6);
}

.focus\:border-e-lime-500\/70:focus {
  border-inline-end-color: rgb(132 204 22 / 0.7);
}

.focus\:border-e-lime-500\/75:focus {
  border-inline-end-color: rgb(132 204 22 / 0.75);
}

.focus\:border-e-lime-500\/80:focus {
  border-inline-end-color: rgb(132 204 22 / 0.8);
}

.focus\:border-e-lime-500\/90:focus {
  border-inline-end-color: rgb(132 204 22 / 0.9);
}

.focus\:border-e-lime-500\/95:focus {
  border-inline-end-color: rgb(132 204 22 / 0.95);
}

.focus\:border-e-lime-600:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(101 163 13 / var(--tw-border-opacity));
}

.focus\:border-e-lime-600\/0:focus {
  border-inline-end-color: rgb(101 163 13 / 0);
}

.focus\:border-e-lime-600\/10:focus {
  border-inline-end-color: rgb(101 163 13 / 0.1);
}

.focus\:border-e-lime-600\/100:focus {
  border-inline-end-color: rgb(101 163 13 / 1);
}

.focus\:border-e-lime-600\/20:focus {
  border-inline-end-color: rgb(101 163 13 / 0.2);
}

.focus\:border-e-lime-600\/25:focus {
  border-inline-end-color: rgb(101 163 13 / 0.25);
}

.focus\:border-e-lime-600\/30:focus {
  border-inline-end-color: rgb(101 163 13 / 0.3);
}

.focus\:border-e-lime-600\/40:focus {
  border-inline-end-color: rgb(101 163 13 / 0.4);
}

.focus\:border-e-lime-600\/5:focus {
  border-inline-end-color: rgb(101 163 13 / 0.05);
}

.focus\:border-e-lime-600\/50:focus {
  border-inline-end-color: rgb(101 163 13 / 0.5);
}

.focus\:border-e-lime-600\/60:focus {
  border-inline-end-color: rgb(101 163 13 / 0.6);
}

.focus\:border-e-lime-600\/70:focus {
  border-inline-end-color: rgb(101 163 13 / 0.7);
}

.focus\:border-e-lime-600\/75:focus {
  border-inline-end-color: rgb(101 163 13 / 0.75);
}

.focus\:border-e-lime-600\/80:focus {
  border-inline-end-color: rgb(101 163 13 / 0.8);
}

.focus\:border-e-lime-600\/90:focus {
  border-inline-end-color: rgb(101 163 13 / 0.9);
}

.focus\:border-e-lime-600\/95:focus {
  border-inline-end-color: rgb(101 163 13 / 0.95);
}

.focus\:border-e-lime-700:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(77 124 15 / var(--tw-border-opacity));
}

.focus\:border-e-lime-700\/0:focus {
  border-inline-end-color: rgb(77 124 15 / 0);
}

.focus\:border-e-lime-700\/10:focus {
  border-inline-end-color: rgb(77 124 15 / 0.1);
}

.focus\:border-e-lime-700\/100:focus {
  border-inline-end-color: rgb(77 124 15 / 1);
}

.focus\:border-e-lime-700\/20:focus {
  border-inline-end-color: rgb(77 124 15 / 0.2);
}

.focus\:border-e-lime-700\/25:focus {
  border-inline-end-color: rgb(77 124 15 / 0.25);
}

.focus\:border-e-lime-700\/30:focus {
  border-inline-end-color: rgb(77 124 15 / 0.3);
}

.focus\:border-e-lime-700\/40:focus {
  border-inline-end-color: rgb(77 124 15 / 0.4);
}

.focus\:border-e-lime-700\/5:focus {
  border-inline-end-color: rgb(77 124 15 / 0.05);
}

.focus\:border-e-lime-700\/50:focus {
  border-inline-end-color: rgb(77 124 15 / 0.5);
}

.focus\:border-e-lime-700\/60:focus {
  border-inline-end-color: rgb(77 124 15 / 0.6);
}

.focus\:border-e-lime-700\/70:focus {
  border-inline-end-color: rgb(77 124 15 / 0.7);
}

.focus\:border-e-lime-700\/75:focus {
  border-inline-end-color: rgb(77 124 15 / 0.75);
}

.focus\:border-e-lime-700\/80:focus {
  border-inline-end-color: rgb(77 124 15 / 0.8);
}

.focus\:border-e-lime-700\/90:focus {
  border-inline-end-color: rgb(77 124 15 / 0.9);
}

.focus\:border-e-lime-700\/95:focus {
  border-inline-end-color: rgb(77 124 15 / 0.95);
}

.focus\:border-e-lime-800:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(63 98 18 / var(--tw-border-opacity));
}

.focus\:border-e-lime-800\/0:focus {
  border-inline-end-color: rgb(63 98 18 / 0);
}

.focus\:border-e-lime-800\/10:focus {
  border-inline-end-color: rgb(63 98 18 / 0.1);
}

.focus\:border-e-lime-800\/100:focus {
  border-inline-end-color: rgb(63 98 18 / 1);
}

.focus\:border-e-lime-800\/20:focus {
  border-inline-end-color: rgb(63 98 18 / 0.2);
}

.focus\:border-e-lime-800\/25:focus {
  border-inline-end-color: rgb(63 98 18 / 0.25);
}

.focus\:border-e-lime-800\/30:focus {
  border-inline-end-color: rgb(63 98 18 / 0.3);
}

.focus\:border-e-lime-800\/40:focus {
  border-inline-end-color: rgb(63 98 18 / 0.4);
}

.focus\:border-e-lime-800\/5:focus {
  border-inline-end-color: rgb(63 98 18 / 0.05);
}

.focus\:border-e-lime-800\/50:focus {
  border-inline-end-color: rgb(63 98 18 / 0.5);
}

.focus\:border-e-lime-800\/60:focus {
  border-inline-end-color: rgb(63 98 18 / 0.6);
}

.focus\:border-e-lime-800\/70:focus {
  border-inline-end-color: rgb(63 98 18 / 0.7);
}

.focus\:border-e-lime-800\/75:focus {
  border-inline-end-color: rgb(63 98 18 / 0.75);
}

.focus\:border-e-lime-800\/80:focus {
  border-inline-end-color: rgb(63 98 18 / 0.8);
}

.focus\:border-e-lime-800\/90:focus {
  border-inline-end-color: rgb(63 98 18 / 0.9);
}

.focus\:border-e-lime-800\/95:focus {
  border-inline-end-color: rgb(63 98 18 / 0.95);
}

.focus\:border-e-lime-900:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(54 83 20 / var(--tw-border-opacity));
}

.focus\:border-e-lime-900\/0:focus {
  border-inline-end-color: rgb(54 83 20 / 0);
}

.focus\:border-e-lime-900\/10:focus {
  border-inline-end-color: rgb(54 83 20 / 0.1);
}

.focus\:border-e-lime-900\/100:focus {
  border-inline-end-color: rgb(54 83 20 / 1);
}

.focus\:border-e-lime-900\/20:focus {
  border-inline-end-color: rgb(54 83 20 / 0.2);
}

.focus\:border-e-lime-900\/25:focus {
  border-inline-end-color: rgb(54 83 20 / 0.25);
}

.focus\:border-e-lime-900\/30:focus {
  border-inline-end-color: rgb(54 83 20 / 0.3);
}

.focus\:border-e-lime-900\/40:focus {
  border-inline-end-color: rgb(54 83 20 / 0.4);
}

.focus\:border-e-lime-900\/5:focus {
  border-inline-end-color: rgb(54 83 20 / 0.05);
}

.focus\:border-e-lime-900\/50:focus {
  border-inline-end-color: rgb(54 83 20 / 0.5);
}

.focus\:border-e-lime-900\/60:focus {
  border-inline-end-color: rgb(54 83 20 / 0.6);
}

.focus\:border-e-lime-900\/70:focus {
  border-inline-end-color: rgb(54 83 20 / 0.7);
}

.focus\:border-e-lime-900\/75:focus {
  border-inline-end-color: rgb(54 83 20 / 0.75);
}

.focus\:border-e-lime-900\/80:focus {
  border-inline-end-color: rgb(54 83 20 / 0.8);
}

.focus\:border-e-lime-900\/90:focus {
  border-inline-end-color: rgb(54 83 20 / 0.9);
}

.focus\:border-e-lime-900\/95:focus {
  border-inline-end-color: rgb(54 83 20 / 0.95);
}

.focus\:border-e-lime-950:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(26 46 5 / var(--tw-border-opacity));
}

.focus\:border-e-lime-950\/0:focus {
  border-inline-end-color: rgb(26 46 5 / 0);
}

.focus\:border-e-lime-950\/10:focus {
  border-inline-end-color: rgb(26 46 5 / 0.1);
}

.focus\:border-e-lime-950\/100:focus {
  border-inline-end-color: rgb(26 46 5 / 1);
}

.focus\:border-e-lime-950\/20:focus {
  border-inline-end-color: rgb(26 46 5 / 0.2);
}

.focus\:border-e-lime-950\/25:focus {
  border-inline-end-color: rgb(26 46 5 / 0.25);
}

.focus\:border-e-lime-950\/30:focus {
  border-inline-end-color: rgb(26 46 5 / 0.3);
}

.focus\:border-e-lime-950\/40:focus {
  border-inline-end-color: rgb(26 46 5 / 0.4);
}

.focus\:border-e-lime-950\/5:focus {
  border-inline-end-color: rgb(26 46 5 / 0.05);
}

.focus\:border-e-lime-950\/50:focus {
  border-inline-end-color: rgb(26 46 5 / 0.5);
}

.focus\:border-e-lime-950\/60:focus {
  border-inline-end-color: rgb(26 46 5 / 0.6);
}

.focus\:border-e-lime-950\/70:focus {
  border-inline-end-color: rgb(26 46 5 / 0.7);
}

.focus\:border-e-lime-950\/75:focus {
  border-inline-end-color: rgb(26 46 5 / 0.75);
}

.focus\:border-e-lime-950\/80:focus {
  border-inline-end-color: rgb(26 46 5 / 0.8);
}

.focus\:border-e-lime-950\/90:focus {
  border-inline-end-color: rgb(26 46 5 / 0.9);
}

.focus\:border-e-lime-950\/95:focus {
  border-inline-end-color: rgb(26 46 5 / 0.95);
}

.focus\:border-e-nafisa-500:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(153 53 10 / var(--tw-border-opacity));
}

.focus\:border-e-nafisa-500\/0:focus {
  border-inline-end-color: rgb(153 53 10 / 0);
}

.focus\:border-e-nafisa-500\/10:focus {
  border-inline-end-color: rgb(153 53 10 / 0.1);
}

.focus\:border-e-nafisa-500\/100:focus {
  border-inline-end-color: rgb(153 53 10 / 1);
}

.focus\:border-e-nafisa-500\/20:focus {
  border-inline-end-color: rgb(153 53 10 / 0.2);
}

.focus\:border-e-nafisa-500\/25:focus {
  border-inline-end-color: rgb(153 53 10 / 0.25);
}

.focus\:border-e-nafisa-500\/30:focus {
  border-inline-end-color: rgb(153 53 10 / 0.3);
}

.focus\:border-e-nafisa-500\/40:focus {
  border-inline-end-color: rgb(153 53 10 / 0.4);
}

.focus\:border-e-nafisa-500\/5:focus {
  border-inline-end-color: rgb(153 53 10 / 0.05);
}

.focus\:border-e-nafisa-500\/50:focus {
  border-inline-end-color: rgb(153 53 10 / 0.5);
}

.focus\:border-e-nafisa-500\/60:focus {
  border-inline-end-color: rgb(153 53 10 / 0.6);
}

.focus\:border-e-nafisa-500\/70:focus {
  border-inline-end-color: rgb(153 53 10 / 0.7);
}

.focus\:border-e-nafisa-500\/75:focus {
  border-inline-end-color: rgb(153 53 10 / 0.75);
}

.focus\:border-e-nafisa-500\/80:focus {
  border-inline-end-color: rgb(153 53 10 / 0.8);
}

.focus\:border-e-nafisa-500\/90:focus {
  border-inline-end-color: rgb(153 53 10 / 0.9);
}

.focus\:border-e-nafisa-500\/95:focus {
  border-inline-end-color: rgb(153 53 10 / 0.95);
}

.focus\:border-e-neutral-100:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.focus\:border-e-neutral-100\/0:focus {
  border-inline-end-color: rgb(245 245 245 / 0);
}

.focus\:border-e-neutral-100\/10:focus {
  border-inline-end-color: rgb(245 245 245 / 0.1);
}

.focus\:border-e-neutral-100\/100:focus {
  border-inline-end-color: rgb(245 245 245 / 1);
}

.focus\:border-e-neutral-100\/20:focus {
  border-inline-end-color: rgb(245 245 245 / 0.2);
}

.focus\:border-e-neutral-100\/25:focus {
  border-inline-end-color: rgb(245 245 245 / 0.25);
}

.focus\:border-e-neutral-100\/30:focus {
  border-inline-end-color: rgb(245 245 245 / 0.3);
}

.focus\:border-e-neutral-100\/40:focus {
  border-inline-end-color: rgb(245 245 245 / 0.4);
}

.focus\:border-e-neutral-100\/5:focus {
  border-inline-end-color: rgb(245 245 245 / 0.05);
}

.focus\:border-e-neutral-100\/50:focus {
  border-inline-end-color: rgb(245 245 245 / 0.5);
}

.focus\:border-e-neutral-100\/60:focus {
  border-inline-end-color: rgb(245 245 245 / 0.6);
}

.focus\:border-e-neutral-100\/70:focus {
  border-inline-end-color: rgb(245 245 245 / 0.7);
}

.focus\:border-e-neutral-100\/75:focus {
  border-inline-end-color: rgb(245 245 245 / 0.75);
}

.focus\:border-e-neutral-100\/80:focus {
  border-inline-end-color: rgb(245 245 245 / 0.8);
}

.focus\:border-e-neutral-100\/90:focus {
  border-inline-end-color: rgb(245 245 245 / 0.9);
}

.focus\:border-e-neutral-100\/95:focus {
  border-inline-end-color: rgb(245 245 245 / 0.95);
}

.focus\:border-e-neutral-200:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.focus\:border-e-neutral-200\/0:focus {
  border-inline-end-color: rgb(229 229 229 / 0);
}

.focus\:border-e-neutral-200\/10:focus {
  border-inline-end-color: rgb(229 229 229 / 0.1);
}

.focus\:border-e-neutral-200\/100:focus {
  border-inline-end-color: rgb(229 229 229 / 1);
}

.focus\:border-e-neutral-200\/20:focus {
  border-inline-end-color: rgb(229 229 229 / 0.2);
}

.focus\:border-e-neutral-200\/25:focus {
  border-inline-end-color: rgb(229 229 229 / 0.25);
}

.focus\:border-e-neutral-200\/30:focus {
  border-inline-end-color: rgb(229 229 229 / 0.3);
}

.focus\:border-e-neutral-200\/40:focus {
  border-inline-end-color: rgb(229 229 229 / 0.4);
}

.focus\:border-e-neutral-200\/5:focus {
  border-inline-end-color: rgb(229 229 229 / 0.05);
}

.focus\:border-e-neutral-200\/50:focus {
  border-inline-end-color: rgb(229 229 229 / 0.5);
}

.focus\:border-e-neutral-200\/60:focus {
  border-inline-end-color: rgb(229 229 229 / 0.6);
}

.focus\:border-e-neutral-200\/70:focus {
  border-inline-end-color: rgb(229 229 229 / 0.7);
}

.focus\:border-e-neutral-200\/75:focus {
  border-inline-end-color: rgb(229 229 229 / 0.75);
}

.focus\:border-e-neutral-200\/80:focus {
  border-inline-end-color: rgb(229 229 229 / 0.8);
}

.focus\:border-e-neutral-200\/90:focus {
  border-inline-end-color: rgb(229 229 229 / 0.9);
}

.focus\:border-e-neutral-200\/95:focus {
  border-inline-end-color: rgb(229 229 229 / 0.95);
}

.focus\:border-e-neutral-300:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.focus\:border-e-neutral-300\/0:focus {
  border-inline-end-color: rgb(212 212 212 / 0);
}

.focus\:border-e-neutral-300\/10:focus {
  border-inline-end-color: rgb(212 212 212 / 0.1);
}

.focus\:border-e-neutral-300\/100:focus {
  border-inline-end-color: rgb(212 212 212 / 1);
}

.focus\:border-e-neutral-300\/20:focus {
  border-inline-end-color: rgb(212 212 212 / 0.2);
}

.focus\:border-e-neutral-300\/25:focus {
  border-inline-end-color: rgb(212 212 212 / 0.25);
}

.focus\:border-e-neutral-300\/30:focus {
  border-inline-end-color: rgb(212 212 212 / 0.3);
}

.focus\:border-e-neutral-300\/40:focus {
  border-inline-end-color: rgb(212 212 212 / 0.4);
}

.focus\:border-e-neutral-300\/5:focus {
  border-inline-end-color: rgb(212 212 212 / 0.05);
}

.focus\:border-e-neutral-300\/50:focus {
  border-inline-end-color: rgb(212 212 212 / 0.5);
}

.focus\:border-e-neutral-300\/60:focus {
  border-inline-end-color: rgb(212 212 212 / 0.6);
}

.focus\:border-e-neutral-300\/70:focus {
  border-inline-end-color: rgb(212 212 212 / 0.7);
}

.focus\:border-e-neutral-300\/75:focus {
  border-inline-end-color: rgb(212 212 212 / 0.75);
}

.focus\:border-e-neutral-300\/80:focus {
  border-inline-end-color: rgb(212 212 212 / 0.8);
}

.focus\:border-e-neutral-300\/90:focus {
  border-inline-end-color: rgb(212 212 212 / 0.9);
}

.focus\:border-e-neutral-300\/95:focus {
  border-inline-end-color: rgb(212 212 212 / 0.95);
}

.focus\:border-e-neutral-400:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.focus\:border-e-neutral-400\/0:focus {
  border-inline-end-color: rgb(163 163 163 / 0);
}

.focus\:border-e-neutral-400\/10:focus {
  border-inline-end-color: rgb(163 163 163 / 0.1);
}

.focus\:border-e-neutral-400\/100:focus {
  border-inline-end-color: rgb(163 163 163 / 1);
}

.focus\:border-e-neutral-400\/20:focus {
  border-inline-end-color: rgb(163 163 163 / 0.2);
}

.focus\:border-e-neutral-400\/25:focus {
  border-inline-end-color: rgb(163 163 163 / 0.25);
}

.focus\:border-e-neutral-400\/30:focus {
  border-inline-end-color: rgb(163 163 163 / 0.3);
}

.focus\:border-e-neutral-400\/40:focus {
  border-inline-end-color: rgb(163 163 163 / 0.4);
}

.focus\:border-e-neutral-400\/5:focus {
  border-inline-end-color: rgb(163 163 163 / 0.05);
}

.focus\:border-e-neutral-400\/50:focus {
  border-inline-end-color: rgb(163 163 163 / 0.5);
}

.focus\:border-e-neutral-400\/60:focus {
  border-inline-end-color: rgb(163 163 163 / 0.6);
}

.focus\:border-e-neutral-400\/70:focus {
  border-inline-end-color: rgb(163 163 163 / 0.7);
}

.focus\:border-e-neutral-400\/75:focus {
  border-inline-end-color: rgb(163 163 163 / 0.75);
}

.focus\:border-e-neutral-400\/80:focus {
  border-inline-end-color: rgb(163 163 163 / 0.8);
}

.focus\:border-e-neutral-400\/90:focus {
  border-inline-end-color: rgb(163 163 163 / 0.9);
}

.focus\:border-e-neutral-400\/95:focus {
  border-inline-end-color: rgb(163 163 163 / 0.95);
}

.focus\:border-e-neutral-50:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.focus\:border-e-neutral-50\/0:focus {
  border-inline-end-color: rgb(250 250 250 / 0);
}

.focus\:border-e-neutral-50\/10:focus {
  border-inline-end-color: rgb(250 250 250 / 0.1);
}

.focus\:border-e-neutral-50\/100:focus {
  border-inline-end-color: rgb(250 250 250 / 1);
}

.focus\:border-e-neutral-50\/20:focus {
  border-inline-end-color: rgb(250 250 250 / 0.2);
}

.focus\:border-e-neutral-50\/25:focus {
  border-inline-end-color: rgb(250 250 250 / 0.25);
}

.focus\:border-e-neutral-50\/30:focus {
  border-inline-end-color: rgb(250 250 250 / 0.3);
}

.focus\:border-e-neutral-50\/40:focus {
  border-inline-end-color: rgb(250 250 250 / 0.4);
}

.focus\:border-e-neutral-50\/5:focus {
  border-inline-end-color: rgb(250 250 250 / 0.05);
}

.focus\:border-e-neutral-50\/50:focus {
  border-inline-end-color: rgb(250 250 250 / 0.5);
}

.focus\:border-e-neutral-50\/60:focus {
  border-inline-end-color: rgb(250 250 250 / 0.6);
}

.focus\:border-e-neutral-50\/70:focus {
  border-inline-end-color: rgb(250 250 250 / 0.7);
}

.focus\:border-e-neutral-50\/75:focus {
  border-inline-end-color: rgb(250 250 250 / 0.75);
}

.focus\:border-e-neutral-50\/80:focus {
  border-inline-end-color: rgb(250 250 250 / 0.8);
}

.focus\:border-e-neutral-50\/90:focus {
  border-inline-end-color: rgb(250 250 250 / 0.9);
}

.focus\:border-e-neutral-50\/95:focus {
  border-inline-end-color: rgb(250 250 250 / 0.95);
}

.focus\:border-e-neutral-500:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.focus\:border-e-neutral-500\/0:focus {
  border-inline-end-color: rgb(115 115 115 / 0);
}

.focus\:border-e-neutral-500\/10:focus {
  border-inline-end-color: rgb(115 115 115 / 0.1);
}

.focus\:border-e-neutral-500\/100:focus {
  border-inline-end-color: rgb(115 115 115 / 1);
}

.focus\:border-e-neutral-500\/20:focus {
  border-inline-end-color: rgb(115 115 115 / 0.2);
}

.focus\:border-e-neutral-500\/25:focus {
  border-inline-end-color: rgb(115 115 115 / 0.25);
}

.focus\:border-e-neutral-500\/30:focus {
  border-inline-end-color: rgb(115 115 115 / 0.3);
}

.focus\:border-e-neutral-500\/40:focus {
  border-inline-end-color: rgb(115 115 115 / 0.4);
}

.focus\:border-e-neutral-500\/5:focus {
  border-inline-end-color: rgb(115 115 115 / 0.05);
}

.focus\:border-e-neutral-500\/50:focus {
  border-inline-end-color: rgb(115 115 115 / 0.5);
}

.focus\:border-e-neutral-500\/60:focus {
  border-inline-end-color: rgb(115 115 115 / 0.6);
}

.focus\:border-e-neutral-500\/70:focus {
  border-inline-end-color: rgb(115 115 115 / 0.7);
}

.focus\:border-e-neutral-500\/75:focus {
  border-inline-end-color: rgb(115 115 115 / 0.75);
}

.focus\:border-e-neutral-500\/80:focus {
  border-inline-end-color: rgb(115 115 115 / 0.8);
}

.focus\:border-e-neutral-500\/90:focus {
  border-inline-end-color: rgb(115 115 115 / 0.9);
}

.focus\:border-e-neutral-500\/95:focus {
  border-inline-end-color: rgb(115 115 115 / 0.95);
}

.focus\:border-e-neutral-600:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.focus\:border-e-neutral-600\/0:focus {
  border-inline-end-color: rgb(82 82 82 / 0);
}

.focus\:border-e-neutral-600\/10:focus {
  border-inline-end-color: rgb(82 82 82 / 0.1);
}

.focus\:border-e-neutral-600\/100:focus {
  border-inline-end-color: rgb(82 82 82 / 1);
}

.focus\:border-e-neutral-600\/20:focus {
  border-inline-end-color: rgb(82 82 82 / 0.2);
}

.focus\:border-e-neutral-600\/25:focus {
  border-inline-end-color: rgb(82 82 82 / 0.25);
}

.focus\:border-e-neutral-600\/30:focus {
  border-inline-end-color: rgb(82 82 82 / 0.3);
}

.focus\:border-e-neutral-600\/40:focus {
  border-inline-end-color: rgb(82 82 82 / 0.4);
}

.focus\:border-e-neutral-600\/5:focus {
  border-inline-end-color: rgb(82 82 82 / 0.05);
}

.focus\:border-e-neutral-600\/50:focus {
  border-inline-end-color: rgb(82 82 82 / 0.5);
}

.focus\:border-e-neutral-600\/60:focus {
  border-inline-end-color: rgb(82 82 82 / 0.6);
}

.focus\:border-e-neutral-600\/70:focus {
  border-inline-end-color: rgb(82 82 82 / 0.7);
}

.focus\:border-e-neutral-600\/75:focus {
  border-inline-end-color: rgb(82 82 82 / 0.75);
}

.focus\:border-e-neutral-600\/80:focus {
  border-inline-end-color: rgb(82 82 82 / 0.8);
}

.focus\:border-e-neutral-600\/90:focus {
  border-inline-end-color: rgb(82 82 82 / 0.9);
}

.focus\:border-e-neutral-600\/95:focus {
  border-inline-end-color: rgb(82 82 82 / 0.95);
}

.focus\:border-e-neutral-700:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.focus\:border-e-neutral-700\/0:focus {
  border-inline-end-color: rgb(64 64 64 / 0);
}

.focus\:border-e-neutral-700\/10:focus {
  border-inline-end-color: rgb(64 64 64 / 0.1);
}

.focus\:border-e-neutral-700\/100:focus {
  border-inline-end-color: rgb(64 64 64 / 1);
}

.focus\:border-e-neutral-700\/20:focus {
  border-inline-end-color: rgb(64 64 64 / 0.2);
}

.focus\:border-e-neutral-700\/25:focus {
  border-inline-end-color: rgb(64 64 64 / 0.25);
}

.focus\:border-e-neutral-700\/30:focus {
  border-inline-end-color: rgb(64 64 64 / 0.3);
}

.focus\:border-e-neutral-700\/40:focus {
  border-inline-end-color: rgb(64 64 64 / 0.4);
}

.focus\:border-e-neutral-700\/5:focus {
  border-inline-end-color: rgb(64 64 64 / 0.05);
}

.focus\:border-e-neutral-700\/50:focus {
  border-inline-end-color: rgb(64 64 64 / 0.5);
}

.focus\:border-e-neutral-700\/60:focus {
  border-inline-end-color: rgb(64 64 64 / 0.6);
}

.focus\:border-e-neutral-700\/70:focus {
  border-inline-end-color: rgb(64 64 64 / 0.7);
}

.focus\:border-e-neutral-700\/75:focus {
  border-inline-end-color: rgb(64 64 64 / 0.75);
}

.focus\:border-e-neutral-700\/80:focus {
  border-inline-end-color: rgb(64 64 64 / 0.8);
}

.focus\:border-e-neutral-700\/90:focus {
  border-inline-end-color: rgb(64 64 64 / 0.9);
}

.focus\:border-e-neutral-700\/95:focus {
  border-inline-end-color: rgb(64 64 64 / 0.95);
}

.focus\:border-e-neutral-800:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.focus\:border-e-neutral-800\/0:focus {
  border-inline-end-color: rgb(38 38 38 / 0);
}

.focus\:border-e-neutral-800\/10:focus {
  border-inline-end-color: rgb(38 38 38 / 0.1);
}

.focus\:border-e-neutral-800\/100:focus {
  border-inline-end-color: rgb(38 38 38 / 1);
}

.focus\:border-e-neutral-800\/20:focus {
  border-inline-end-color: rgb(38 38 38 / 0.2);
}

.focus\:border-e-neutral-800\/25:focus {
  border-inline-end-color: rgb(38 38 38 / 0.25);
}

.focus\:border-e-neutral-800\/30:focus {
  border-inline-end-color: rgb(38 38 38 / 0.3);
}

.focus\:border-e-neutral-800\/40:focus {
  border-inline-end-color: rgb(38 38 38 / 0.4);
}

.focus\:border-e-neutral-800\/5:focus {
  border-inline-end-color: rgb(38 38 38 / 0.05);
}

.focus\:border-e-neutral-800\/50:focus {
  border-inline-end-color: rgb(38 38 38 / 0.5);
}

.focus\:border-e-neutral-800\/60:focus {
  border-inline-end-color: rgb(38 38 38 / 0.6);
}

.focus\:border-e-neutral-800\/70:focus {
  border-inline-end-color: rgb(38 38 38 / 0.7);
}

.focus\:border-e-neutral-800\/75:focus {
  border-inline-end-color: rgb(38 38 38 / 0.75);
}

.focus\:border-e-neutral-800\/80:focus {
  border-inline-end-color: rgb(38 38 38 / 0.8);
}

.focus\:border-e-neutral-800\/90:focus {
  border-inline-end-color: rgb(38 38 38 / 0.9);
}

.focus\:border-e-neutral-800\/95:focus {
  border-inline-end-color: rgb(38 38 38 / 0.95);
}

.focus\:border-e-neutral-900:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.focus\:border-e-neutral-900\/0:focus {
  border-inline-end-color: rgb(23 23 23 / 0);
}

.focus\:border-e-neutral-900\/10:focus {
  border-inline-end-color: rgb(23 23 23 / 0.1);
}

.focus\:border-e-neutral-900\/100:focus {
  border-inline-end-color: rgb(23 23 23 / 1);
}

.focus\:border-e-neutral-900\/20:focus {
  border-inline-end-color: rgb(23 23 23 / 0.2);
}

.focus\:border-e-neutral-900\/25:focus {
  border-inline-end-color: rgb(23 23 23 / 0.25);
}

.focus\:border-e-neutral-900\/30:focus {
  border-inline-end-color: rgb(23 23 23 / 0.3);
}

.focus\:border-e-neutral-900\/40:focus {
  border-inline-end-color: rgb(23 23 23 / 0.4);
}

.focus\:border-e-neutral-900\/5:focus {
  border-inline-end-color: rgb(23 23 23 / 0.05);
}

.focus\:border-e-neutral-900\/50:focus {
  border-inline-end-color: rgb(23 23 23 / 0.5);
}

.focus\:border-e-neutral-900\/60:focus {
  border-inline-end-color: rgb(23 23 23 / 0.6);
}

.focus\:border-e-neutral-900\/70:focus {
  border-inline-end-color: rgb(23 23 23 / 0.7);
}

.focus\:border-e-neutral-900\/75:focus {
  border-inline-end-color: rgb(23 23 23 / 0.75);
}

.focus\:border-e-neutral-900\/80:focus {
  border-inline-end-color: rgb(23 23 23 / 0.8);
}

.focus\:border-e-neutral-900\/90:focus {
  border-inline-end-color: rgb(23 23 23 / 0.9);
}

.focus\:border-e-neutral-900\/95:focus {
  border-inline-end-color: rgb(23 23 23 / 0.95);
}

.focus\:border-e-neutral-950:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.focus\:border-e-neutral-950\/0:focus {
  border-inline-end-color: rgb(10 10 10 / 0);
}

.focus\:border-e-neutral-950\/10:focus {
  border-inline-end-color: rgb(10 10 10 / 0.1);
}

.focus\:border-e-neutral-950\/100:focus {
  border-inline-end-color: rgb(10 10 10 / 1);
}

.focus\:border-e-neutral-950\/20:focus {
  border-inline-end-color: rgb(10 10 10 / 0.2);
}

.focus\:border-e-neutral-950\/25:focus {
  border-inline-end-color: rgb(10 10 10 / 0.25);
}

.focus\:border-e-neutral-950\/30:focus {
  border-inline-end-color: rgb(10 10 10 / 0.3);
}

.focus\:border-e-neutral-950\/40:focus {
  border-inline-end-color: rgb(10 10 10 / 0.4);
}

.focus\:border-e-neutral-950\/5:focus {
  border-inline-end-color: rgb(10 10 10 / 0.05);
}

.focus\:border-e-neutral-950\/50:focus {
  border-inline-end-color: rgb(10 10 10 / 0.5);
}

.focus\:border-e-neutral-950\/60:focus {
  border-inline-end-color: rgb(10 10 10 / 0.6);
}

.focus\:border-e-neutral-950\/70:focus {
  border-inline-end-color: rgb(10 10 10 / 0.7);
}

.focus\:border-e-neutral-950\/75:focus {
  border-inline-end-color: rgb(10 10 10 / 0.75);
}

.focus\:border-e-neutral-950\/80:focus {
  border-inline-end-color: rgb(10 10 10 / 0.8);
}

.focus\:border-e-neutral-950\/90:focus {
  border-inline-end-color: rgb(10 10 10 / 0.9);
}

.focus\:border-e-neutral-950\/95:focus {
  border-inline-end-color: rgb(10 10 10 / 0.95);
}

.focus\:border-e-orange-100:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 237 213 / var(--tw-border-opacity));
}

.focus\:border-e-orange-100\/0:focus {
  border-inline-end-color: rgb(255 237 213 / 0);
}

.focus\:border-e-orange-100\/10:focus {
  border-inline-end-color: rgb(255 237 213 / 0.1);
}

.focus\:border-e-orange-100\/100:focus {
  border-inline-end-color: rgb(255 237 213 / 1);
}

.focus\:border-e-orange-100\/20:focus {
  border-inline-end-color: rgb(255 237 213 / 0.2);
}

.focus\:border-e-orange-100\/25:focus {
  border-inline-end-color: rgb(255 237 213 / 0.25);
}

.focus\:border-e-orange-100\/30:focus {
  border-inline-end-color: rgb(255 237 213 / 0.3);
}

.focus\:border-e-orange-100\/40:focus {
  border-inline-end-color: rgb(255 237 213 / 0.4);
}

.focus\:border-e-orange-100\/5:focus {
  border-inline-end-color: rgb(255 237 213 / 0.05);
}

.focus\:border-e-orange-100\/50:focus {
  border-inline-end-color: rgb(255 237 213 / 0.5);
}

.focus\:border-e-orange-100\/60:focus {
  border-inline-end-color: rgb(255 237 213 / 0.6);
}

.focus\:border-e-orange-100\/70:focus {
  border-inline-end-color: rgb(255 237 213 / 0.7);
}

.focus\:border-e-orange-100\/75:focus {
  border-inline-end-color: rgb(255 237 213 / 0.75);
}

.focus\:border-e-orange-100\/80:focus {
  border-inline-end-color: rgb(255 237 213 / 0.8);
}

.focus\:border-e-orange-100\/90:focus {
  border-inline-end-color: rgb(255 237 213 / 0.9);
}

.focus\:border-e-orange-100\/95:focus {
  border-inline-end-color: rgb(255 237 213 / 0.95);
}

.focus\:border-e-orange-200:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 215 170 / var(--tw-border-opacity));
}

.focus\:border-e-orange-200\/0:focus {
  border-inline-end-color: rgb(254 215 170 / 0);
}

.focus\:border-e-orange-200\/10:focus {
  border-inline-end-color: rgb(254 215 170 / 0.1);
}

.focus\:border-e-orange-200\/100:focus {
  border-inline-end-color: rgb(254 215 170 / 1);
}

.focus\:border-e-orange-200\/20:focus {
  border-inline-end-color: rgb(254 215 170 / 0.2);
}

.focus\:border-e-orange-200\/25:focus {
  border-inline-end-color: rgb(254 215 170 / 0.25);
}

.focus\:border-e-orange-200\/30:focus {
  border-inline-end-color: rgb(254 215 170 / 0.3);
}

.focus\:border-e-orange-200\/40:focus {
  border-inline-end-color: rgb(254 215 170 / 0.4);
}

.focus\:border-e-orange-200\/5:focus {
  border-inline-end-color: rgb(254 215 170 / 0.05);
}

.focus\:border-e-orange-200\/50:focus {
  border-inline-end-color: rgb(254 215 170 / 0.5);
}

.focus\:border-e-orange-200\/60:focus {
  border-inline-end-color: rgb(254 215 170 / 0.6);
}

.focus\:border-e-orange-200\/70:focus {
  border-inline-end-color: rgb(254 215 170 / 0.7);
}

.focus\:border-e-orange-200\/75:focus {
  border-inline-end-color: rgb(254 215 170 / 0.75);
}

.focus\:border-e-orange-200\/80:focus {
  border-inline-end-color: rgb(254 215 170 / 0.8);
}

.focus\:border-e-orange-200\/90:focus {
  border-inline-end-color: rgb(254 215 170 / 0.9);
}

.focus\:border-e-orange-200\/95:focus {
  border-inline-end-color: rgb(254 215 170 / 0.95);
}

.focus\:border-e-orange-300:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 186 116 / var(--tw-border-opacity));
}

.focus\:border-e-orange-300\/0:focus {
  border-inline-end-color: rgb(253 186 116 / 0);
}

.focus\:border-e-orange-300\/10:focus {
  border-inline-end-color: rgb(253 186 116 / 0.1);
}

.focus\:border-e-orange-300\/100:focus {
  border-inline-end-color: rgb(253 186 116 / 1);
}

.focus\:border-e-orange-300\/20:focus {
  border-inline-end-color: rgb(253 186 116 / 0.2);
}

.focus\:border-e-orange-300\/25:focus {
  border-inline-end-color: rgb(253 186 116 / 0.25);
}

.focus\:border-e-orange-300\/30:focus {
  border-inline-end-color: rgb(253 186 116 / 0.3);
}

.focus\:border-e-orange-300\/40:focus {
  border-inline-end-color: rgb(253 186 116 / 0.4);
}

.focus\:border-e-orange-300\/5:focus {
  border-inline-end-color: rgb(253 186 116 / 0.05);
}

.focus\:border-e-orange-300\/50:focus {
  border-inline-end-color: rgb(253 186 116 / 0.5);
}

.focus\:border-e-orange-300\/60:focus {
  border-inline-end-color: rgb(253 186 116 / 0.6);
}

.focus\:border-e-orange-300\/70:focus {
  border-inline-end-color: rgb(253 186 116 / 0.7);
}

.focus\:border-e-orange-300\/75:focus {
  border-inline-end-color: rgb(253 186 116 / 0.75);
}

.focus\:border-e-orange-300\/80:focus {
  border-inline-end-color: rgb(253 186 116 / 0.8);
}

.focus\:border-e-orange-300\/90:focus {
  border-inline-end-color: rgb(253 186 116 / 0.9);
}

.focus\:border-e-orange-300\/95:focus {
  border-inline-end-color: rgb(253 186 116 / 0.95);
}

.focus\:border-e-orange-400:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.focus\:border-e-orange-400\/0:focus {
  border-inline-end-color: rgb(251 146 60 / 0);
}

.focus\:border-e-orange-400\/10:focus {
  border-inline-end-color: rgb(251 146 60 / 0.1);
}

.focus\:border-e-orange-400\/100:focus {
  border-inline-end-color: rgb(251 146 60 / 1);
}

.focus\:border-e-orange-400\/20:focus {
  border-inline-end-color: rgb(251 146 60 / 0.2);
}

.focus\:border-e-orange-400\/25:focus {
  border-inline-end-color: rgb(251 146 60 / 0.25);
}

.focus\:border-e-orange-400\/30:focus {
  border-inline-end-color: rgb(251 146 60 / 0.3);
}

.focus\:border-e-orange-400\/40:focus {
  border-inline-end-color: rgb(251 146 60 / 0.4);
}

.focus\:border-e-orange-400\/5:focus {
  border-inline-end-color: rgb(251 146 60 / 0.05);
}

.focus\:border-e-orange-400\/50:focus {
  border-inline-end-color: rgb(251 146 60 / 0.5);
}

.focus\:border-e-orange-400\/60:focus {
  border-inline-end-color: rgb(251 146 60 / 0.6);
}

.focus\:border-e-orange-400\/70:focus {
  border-inline-end-color: rgb(251 146 60 / 0.7);
}

.focus\:border-e-orange-400\/75:focus {
  border-inline-end-color: rgb(251 146 60 / 0.75);
}

.focus\:border-e-orange-400\/80:focus {
  border-inline-end-color: rgb(251 146 60 / 0.8);
}

.focus\:border-e-orange-400\/90:focus {
  border-inline-end-color: rgb(251 146 60 / 0.9);
}

.focus\:border-e-orange-400\/95:focus {
  border-inline-end-color: rgb(251 146 60 / 0.95);
}

.focus\:border-e-orange-50:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 247 237 / var(--tw-border-opacity));
}

.focus\:border-e-orange-50\/0:focus {
  border-inline-end-color: rgb(255 247 237 / 0);
}

.focus\:border-e-orange-50\/10:focus {
  border-inline-end-color: rgb(255 247 237 / 0.1);
}

.focus\:border-e-orange-50\/100:focus {
  border-inline-end-color: rgb(255 247 237 / 1);
}

.focus\:border-e-orange-50\/20:focus {
  border-inline-end-color: rgb(255 247 237 / 0.2);
}

.focus\:border-e-orange-50\/25:focus {
  border-inline-end-color: rgb(255 247 237 / 0.25);
}

.focus\:border-e-orange-50\/30:focus {
  border-inline-end-color: rgb(255 247 237 / 0.3);
}

.focus\:border-e-orange-50\/40:focus {
  border-inline-end-color: rgb(255 247 237 / 0.4);
}

.focus\:border-e-orange-50\/5:focus {
  border-inline-end-color: rgb(255 247 237 / 0.05);
}

.focus\:border-e-orange-50\/50:focus {
  border-inline-end-color: rgb(255 247 237 / 0.5);
}

.focus\:border-e-orange-50\/60:focus {
  border-inline-end-color: rgb(255 247 237 / 0.6);
}

.focus\:border-e-orange-50\/70:focus {
  border-inline-end-color: rgb(255 247 237 / 0.7);
}

.focus\:border-e-orange-50\/75:focus {
  border-inline-end-color: rgb(255 247 237 / 0.75);
}

.focus\:border-e-orange-50\/80:focus {
  border-inline-end-color: rgb(255 247 237 / 0.8);
}

.focus\:border-e-orange-50\/90:focus {
  border-inline-end-color: rgb(255 247 237 / 0.9);
}

.focus\:border-e-orange-50\/95:focus {
  border-inline-end-color: rgb(255 247 237 / 0.95);
}

.focus\:border-e-orange-500:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(249 115 22 / var(--tw-border-opacity));
}

.focus\:border-e-orange-500\/0:focus {
  border-inline-end-color: rgb(249 115 22 / 0);
}

.focus\:border-e-orange-500\/10:focus {
  border-inline-end-color: rgb(249 115 22 / 0.1);
}

.focus\:border-e-orange-500\/100:focus {
  border-inline-end-color: rgb(249 115 22 / 1);
}

.focus\:border-e-orange-500\/20:focus {
  border-inline-end-color: rgb(249 115 22 / 0.2);
}

.focus\:border-e-orange-500\/25:focus {
  border-inline-end-color: rgb(249 115 22 / 0.25);
}

.focus\:border-e-orange-500\/30:focus {
  border-inline-end-color: rgb(249 115 22 / 0.3);
}

.focus\:border-e-orange-500\/40:focus {
  border-inline-end-color: rgb(249 115 22 / 0.4);
}

.focus\:border-e-orange-500\/5:focus {
  border-inline-end-color: rgb(249 115 22 / 0.05);
}

.focus\:border-e-orange-500\/50:focus {
  border-inline-end-color: rgb(249 115 22 / 0.5);
}

.focus\:border-e-orange-500\/60:focus {
  border-inline-end-color: rgb(249 115 22 / 0.6);
}

.focus\:border-e-orange-500\/70:focus {
  border-inline-end-color: rgb(249 115 22 / 0.7);
}

.focus\:border-e-orange-500\/75:focus {
  border-inline-end-color: rgb(249 115 22 / 0.75);
}

.focus\:border-e-orange-500\/80:focus {
  border-inline-end-color: rgb(249 115 22 / 0.8);
}

.focus\:border-e-orange-500\/90:focus {
  border-inline-end-color: rgb(249 115 22 / 0.9);
}

.focus\:border-e-orange-500\/95:focus {
  border-inline-end-color: rgb(249 115 22 / 0.95);
}

.focus\:border-e-orange-600:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.focus\:border-e-orange-600\/0:focus {
  border-inline-end-color: rgb(234 88 12 / 0);
}

.focus\:border-e-orange-600\/10:focus {
  border-inline-end-color: rgb(234 88 12 / 0.1);
}

.focus\:border-e-orange-600\/100:focus {
  border-inline-end-color: rgb(234 88 12 / 1);
}

.focus\:border-e-orange-600\/20:focus {
  border-inline-end-color: rgb(234 88 12 / 0.2);
}

.focus\:border-e-orange-600\/25:focus {
  border-inline-end-color: rgb(234 88 12 / 0.25);
}

.focus\:border-e-orange-600\/30:focus {
  border-inline-end-color: rgb(234 88 12 / 0.3);
}

.focus\:border-e-orange-600\/40:focus {
  border-inline-end-color: rgb(234 88 12 / 0.4);
}

.focus\:border-e-orange-600\/5:focus {
  border-inline-end-color: rgb(234 88 12 / 0.05);
}

.focus\:border-e-orange-600\/50:focus {
  border-inline-end-color: rgb(234 88 12 / 0.5);
}

.focus\:border-e-orange-600\/60:focus {
  border-inline-end-color: rgb(234 88 12 / 0.6);
}

.focus\:border-e-orange-600\/70:focus {
  border-inline-end-color: rgb(234 88 12 / 0.7);
}

.focus\:border-e-orange-600\/75:focus {
  border-inline-end-color: rgb(234 88 12 / 0.75);
}

.focus\:border-e-orange-600\/80:focus {
  border-inline-end-color: rgb(234 88 12 / 0.8);
}

.focus\:border-e-orange-600\/90:focus {
  border-inline-end-color: rgb(234 88 12 / 0.9);
}

.focus\:border-e-orange-600\/95:focus {
  border-inline-end-color: rgb(234 88 12 / 0.95);
}

.focus\:border-e-orange-700:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(194 65 12 / var(--tw-border-opacity));
}

.focus\:border-e-orange-700\/0:focus {
  border-inline-end-color: rgb(194 65 12 / 0);
}

.focus\:border-e-orange-700\/10:focus {
  border-inline-end-color: rgb(194 65 12 / 0.1);
}

.focus\:border-e-orange-700\/100:focus {
  border-inline-end-color: rgb(194 65 12 / 1);
}

.focus\:border-e-orange-700\/20:focus {
  border-inline-end-color: rgb(194 65 12 / 0.2);
}

.focus\:border-e-orange-700\/25:focus {
  border-inline-end-color: rgb(194 65 12 / 0.25);
}

.focus\:border-e-orange-700\/30:focus {
  border-inline-end-color: rgb(194 65 12 / 0.3);
}

.focus\:border-e-orange-700\/40:focus {
  border-inline-end-color: rgb(194 65 12 / 0.4);
}

.focus\:border-e-orange-700\/5:focus {
  border-inline-end-color: rgb(194 65 12 / 0.05);
}

.focus\:border-e-orange-700\/50:focus {
  border-inline-end-color: rgb(194 65 12 / 0.5);
}

.focus\:border-e-orange-700\/60:focus {
  border-inline-end-color: rgb(194 65 12 / 0.6);
}

.focus\:border-e-orange-700\/70:focus {
  border-inline-end-color: rgb(194 65 12 / 0.7);
}

.focus\:border-e-orange-700\/75:focus {
  border-inline-end-color: rgb(194 65 12 / 0.75);
}

.focus\:border-e-orange-700\/80:focus {
  border-inline-end-color: rgb(194 65 12 / 0.8);
}

.focus\:border-e-orange-700\/90:focus {
  border-inline-end-color: rgb(194 65 12 / 0.9);
}

.focus\:border-e-orange-700\/95:focus {
  border-inline-end-color: rgb(194 65 12 / 0.95);
}

.focus\:border-e-orange-800:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(154 52 18 / var(--tw-border-opacity));
}

.focus\:border-e-orange-800\/0:focus {
  border-inline-end-color: rgb(154 52 18 / 0);
}

.focus\:border-e-orange-800\/10:focus {
  border-inline-end-color: rgb(154 52 18 / 0.1);
}

.focus\:border-e-orange-800\/100:focus {
  border-inline-end-color: rgb(154 52 18 / 1);
}

.focus\:border-e-orange-800\/20:focus {
  border-inline-end-color: rgb(154 52 18 / 0.2);
}

.focus\:border-e-orange-800\/25:focus {
  border-inline-end-color: rgb(154 52 18 / 0.25);
}

.focus\:border-e-orange-800\/30:focus {
  border-inline-end-color: rgb(154 52 18 / 0.3);
}

.focus\:border-e-orange-800\/40:focus {
  border-inline-end-color: rgb(154 52 18 / 0.4);
}

.focus\:border-e-orange-800\/5:focus {
  border-inline-end-color: rgb(154 52 18 / 0.05);
}

.focus\:border-e-orange-800\/50:focus {
  border-inline-end-color: rgb(154 52 18 / 0.5);
}

.focus\:border-e-orange-800\/60:focus {
  border-inline-end-color: rgb(154 52 18 / 0.6);
}

.focus\:border-e-orange-800\/70:focus {
  border-inline-end-color: rgb(154 52 18 / 0.7);
}

.focus\:border-e-orange-800\/75:focus {
  border-inline-end-color: rgb(154 52 18 / 0.75);
}

.focus\:border-e-orange-800\/80:focus {
  border-inline-end-color: rgb(154 52 18 / 0.8);
}

.focus\:border-e-orange-800\/90:focus {
  border-inline-end-color: rgb(154 52 18 / 0.9);
}

.focus\:border-e-orange-800\/95:focus {
  border-inline-end-color: rgb(154 52 18 / 0.95);
}

.focus\:border-e-orange-900:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(124 45 18 / var(--tw-border-opacity));
}

.focus\:border-e-orange-900\/0:focus {
  border-inline-end-color: rgb(124 45 18 / 0);
}

.focus\:border-e-orange-900\/10:focus {
  border-inline-end-color: rgb(124 45 18 / 0.1);
}

.focus\:border-e-orange-900\/100:focus {
  border-inline-end-color: rgb(124 45 18 / 1);
}

.focus\:border-e-orange-900\/20:focus {
  border-inline-end-color: rgb(124 45 18 / 0.2);
}

.focus\:border-e-orange-900\/25:focus {
  border-inline-end-color: rgb(124 45 18 / 0.25);
}

.focus\:border-e-orange-900\/30:focus {
  border-inline-end-color: rgb(124 45 18 / 0.3);
}

.focus\:border-e-orange-900\/40:focus {
  border-inline-end-color: rgb(124 45 18 / 0.4);
}

.focus\:border-e-orange-900\/5:focus {
  border-inline-end-color: rgb(124 45 18 / 0.05);
}

.focus\:border-e-orange-900\/50:focus {
  border-inline-end-color: rgb(124 45 18 / 0.5);
}

.focus\:border-e-orange-900\/60:focus {
  border-inline-end-color: rgb(124 45 18 / 0.6);
}

.focus\:border-e-orange-900\/70:focus {
  border-inline-end-color: rgb(124 45 18 / 0.7);
}

.focus\:border-e-orange-900\/75:focus {
  border-inline-end-color: rgb(124 45 18 / 0.75);
}

.focus\:border-e-orange-900\/80:focus {
  border-inline-end-color: rgb(124 45 18 / 0.8);
}

.focus\:border-e-orange-900\/90:focus {
  border-inline-end-color: rgb(124 45 18 / 0.9);
}

.focus\:border-e-orange-900\/95:focus {
  border-inline-end-color: rgb(124 45 18 / 0.95);
}

.focus\:border-e-orange-950:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(67 20 7 / var(--tw-border-opacity));
}

.focus\:border-e-orange-950\/0:focus {
  border-inline-end-color: rgb(67 20 7 / 0);
}

.focus\:border-e-orange-950\/10:focus {
  border-inline-end-color: rgb(67 20 7 / 0.1);
}

.focus\:border-e-orange-950\/100:focus {
  border-inline-end-color: rgb(67 20 7 / 1);
}

.focus\:border-e-orange-950\/20:focus {
  border-inline-end-color: rgb(67 20 7 / 0.2);
}

.focus\:border-e-orange-950\/25:focus {
  border-inline-end-color: rgb(67 20 7 / 0.25);
}

.focus\:border-e-orange-950\/30:focus {
  border-inline-end-color: rgb(67 20 7 / 0.3);
}

.focus\:border-e-orange-950\/40:focus {
  border-inline-end-color: rgb(67 20 7 / 0.4);
}

.focus\:border-e-orange-950\/5:focus {
  border-inline-end-color: rgb(67 20 7 / 0.05);
}

.focus\:border-e-orange-950\/50:focus {
  border-inline-end-color: rgb(67 20 7 / 0.5);
}

.focus\:border-e-orange-950\/60:focus {
  border-inline-end-color: rgb(67 20 7 / 0.6);
}

.focus\:border-e-orange-950\/70:focus {
  border-inline-end-color: rgb(67 20 7 / 0.7);
}

.focus\:border-e-orange-950\/75:focus {
  border-inline-end-color: rgb(67 20 7 / 0.75);
}

.focus\:border-e-orange-950\/80:focus {
  border-inline-end-color: rgb(67 20 7 / 0.8);
}

.focus\:border-e-orange-950\/90:focus {
  border-inline-end-color: rgb(67 20 7 / 0.9);
}

.focus\:border-e-orange-950\/95:focus {
  border-inline-end-color: rgb(67 20 7 / 0.95);
}

.focus\:border-e-ozc-100:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 239 235 / var(--tw-border-opacity));
}

.focus\:border-e-ozc-100\/0:focus {
  border-inline-end-color: rgb(255 239 235 / 0);
}

.focus\:border-e-ozc-100\/10:focus {
  border-inline-end-color: rgb(255 239 235 / 0.1);
}

.focus\:border-e-ozc-100\/100:focus {
  border-inline-end-color: rgb(255 239 235 / 1);
}

.focus\:border-e-ozc-100\/20:focus {
  border-inline-end-color: rgb(255 239 235 / 0.2);
}

.focus\:border-e-ozc-100\/25:focus {
  border-inline-end-color: rgb(255 239 235 / 0.25);
}

.focus\:border-e-ozc-100\/30:focus {
  border-inline-end-color: rgb(255 239 235 / 0.3);
}

.focus\:border-e-ozc-100\/40:focus {
  border-inline-end-color: rgb(255 239 235 / 0.4);
}

.focus\:border-e-ozc-100\/5:focus {
  border-inline-end-color: rgb(255 239 235 / 0.05);
}

.focus\:border-e-ozc-100\/50:focus {
  border-inline-end-color: rgb(255 239 235 / 0.5);
}

.focus\:border-e-ozc-100\/60:focus {
  border-inline-end-color: rgb(255 239 235 / 0.6);
}

.focus\:border-e-ozc-100\/70:focus {
  border-inline-end-color: rgb(255 239 235 / 0.7);
}

.focus\:border-e-ozc-100\/75:focus {
  border-inline-end-color: rgb(255 239 235 / 0.75);
}

.focus\:border-e-ozc-100\/80:focus {
  border-inline-end-color: rgb(255 239 235 / 0.8);
}

.focus\:border-e-ozc-100\/90:focus {
  border-inline-end-color: rgb(255 239 235 / 0.9);
}

.focus\:border-e-ozc-100\/95:focus {
  border-inline-end-color: rgb(255 239 235 / 0.95);
}

.focus\:border-e-ozc-200:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 225 222 / var(--tw-border-opacity));
}

.focus\:border-e-ozc-200\/0:focus {
  border-inline-end-color: rgb(253 225 222 / 0);
}

.focus\:border-e-ozc-200\/10:focus {
  border-inline-end-color: rgb(253 225 222 / 0.1);
}

.focus\:border-e-ozc-200\/100:focus {
  border-inline-end-color: rgb(253 225 222 / 1);
}

.focus\:border-e-ozc-200\/20:focus {
  border-inline-end-color: rgb(253 225 222 / 0.2);
}

.focus\:border-e-ozc-200\/25:focus {
  border-inline-end-color: rgb(253 225 222 / 0.25);
}

.focus\:border-e-ozc-200\/30:focus {
  border-inline-end-color: rgb(253 225 222 / 0.3);
}

.focus\:border-e-ozc-200\/40:focus {
  border-inline-end-color: rgb(253 225 222 / 0.4);
}

.focus\:border-e-ozc-200\/5:focus {
  border-inline-end-color: rgb(253 225 222 / 0.05);
}

.focus\:border-e-ozc-200\/50:focus {
  border-inline-end-color: rgb(253 225 222 / 0.5);
}

.focus\:border-e-ozc-200\/60:focus {
  border-inline-end-color: rgb(253 225 222 / 0.6);
}

.focus\:border-e-ozc-200\/70:focus {
  border-inline-end-color: rgb(253 225 222 / 0.7);
}

.focus\:border-e-ozc-200\/75:focus {
  border-inline-end-color: rgb(253 225 222 / 0.75);
}

.focus\:border-e-ozc-200\/80:focus {
  border-inline-end-color: rgb(253 225 222 / 0.8);
}

.focus\:border-e-ozc-200\/90:focus {
  border-inline-end-color: rgb(253 225 222 / 0.9);
}

.focus\:border-e-ozc-200\/95:focus {
  border-inline-end-color: rgb(253 225 222 / 0.95);
}

.focus\:border-e-ozc-300:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(248 181 181 / var(--tw-border-opacity));
}

.focus\:border-e-ozc-300\/0:focus {
  border-inline-end-color: rgb(248 181 181 / 0);
}

.focus\:border-e-ozc-300\/10:focus {
  border-inline-end-color: rgb(248 181 181 / 0.1);
}

.focus\:border-e-ozc-300\/100:focus {
  border-inline-end-color: rgb(248 181 181 / 1);
}

.focus\:border-e-ozc-300\/20:focus {
  border-inline-end-color: rgb(248 181 181 / 0.2);
}

.focus\:border-e-ozc-300\/25:focus {
  border-inline-end-color: rgb(248 181 181 / 0.25);
}

.focus\:border-e-ozc-300\/30:focus {
  border-inline-end-color: rgb(248 181 181 / 0.3);
}

.focus\:border-e-ozc-300\/40:focus {
  border-inline-end-color: rgb(248 181 181 / 0.4);
}

.focus\:border-e-ozc-300\/5:focus {
  border-inline-end-color: rgb(248 181 181 / 0.05);
}

.focus\:border-e-ozc-300\/50:focus {
  border-inline-end-color: rgb(248 181 181 / 0.5);
}

.focus\:border-e-ozc-300\/60:focus {
  border-inline-end-color: rgb(248 181 181 / 0.6);
}

.focus\:border-e-ozc-300\/70:focus {
  border-inline-end-color: rgb(248 181 181 / 0.7);
}

.focus\:border-e-ozc-300\/75:focus {
  border-inline-end-color: rgb(248 181 181 / 0.75);
}

.focus\:border-e-ozc-300\/80:focus {
  border-inline-end-color: rgb(248 181 181 / 0.8);
}

.focus\:border-e-ozc-300\/90:focus {
  border-inline-end-color: rgb(248 181 181 / 0.9);
}

.focus\:border-e-ozc-300\/95:focus {
  border-inline-end-color: rgb(248 181 181 / 0.95);
}

.focus\:border-e-ozc-400:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 189 173 / var(--tw-border-opacity));
}

.focus\:border-e-ozc-400\/0:focus {
  border-inline-end-color: rgb(250 189 173 / 0);
}

.focus\:border-e-ozc-400\/10:focus {
  border-inline-end-color: rgb(250 189 173 / 0.1);
}

.focus\:border-e-ozc-400\/100:focus {
  border-inline-end-color: rgb(250 189 173 / 1);
}

.focus\:border-e-ozc-400\/20:focus {
  border-inline-end-color: rgb(250 189 173 / 0.2);
}

.focus\:border-e-ozc-400\/25:focus {
  border-inline-end-color: rgb(250 189 173 / 0.25);
}

.focus\:border-e-ozc-400\/30:focus {
  border-inline-end-color: rgb(250 189 173 / 0.3);
}

.focus\:border-e-ozc-400\/40:focus {
  border-inline-end-color: rgb(250 189 173 / 0.4);
}

.focus\:border-e-ozc-400\/5:focus {
  border-inline-end-color: rgb(250 189 173 / 0.05);
}

.focus\:border-e-ozc-400\/50:focus {
  border-inline-end-color: rgb(250 189 173 / 0.5);
}

.focus\:border-e-ozc-400\/60:focus {
  border-inline-end-color: rgb(250 189 173 / 0.6);
}

.focus\:border-e-ozc-400\/70:focus {
  border-inline-end-color: rgb(250 189 173 / 0.7);
}

.focus\:border-e-ozc-400\/75:focus {
  border-inline-end-color: rgb(250 189 173 / 0.75);
}

.focus\:border-e-ozc-400\/80:focus {
  border-inline-end-color: rgb(250 189 173 / 0.8);
}

.focus\:border-e-ozc-400\/90:focus {
  border-inline-end-color: rgb(250 189 173 / 0.9);
}

.focus\:border-e-ozc-400\/95:focus {
  border-inline-end-color: rgb(250 189 173 / 0.95);
}

.focus\:border-e-ozc-50:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 243 232 / var(--tw-border-opacity));
}

.focus\:border-e-ozc-50\/0:focus {
  border-inline-end-color: rgb(254 243 232 / 0);
}

.focus\:border-e-ozc-50\/10:focus {
  border-inline-end-color: rgb(254 243 232 / 0.1);
}

.focus\:border-e-ozc-50\/100:focus {
  border-inline-end-color: rgb(254 243 232 / 1);
}

.focus\:border-e-ozc-50\/20:focus {
  border-inline-end-color: rgb(254 243 232 / 0.2);
}

.focus\:border-e-ozc-50\/25:focus {
  border-inline-end-color: rgb(254 243 232 / 0.25);
}

.focus\:border-e-ozc-50\/30:focus {
  border-inline-end-color: rgb(254 243 232 / 0.3);
}

.focus\:border-e-ozc-50\/40:focus {
  border-inline-end-color: rgb(254 243 232 / 0.4);
}

.focus\:border-e-ozc-50\/5:focus {
  border-inline-end-color: rgb(254 243 232 / 0.05);
}

.focus\:border-e-ozc-50\/50:focus {
  border-inline-end-color: rgb(254 243 232 / 0.5);
}

.focus\:border-e-ozc-50\/60:focus {
  border-inline-end-color: rgb(254 243 232 / 0.6);
}

.focus\:border-e-ozc-50\/70:focus {
  border-inline-end-color: rgb(254 243 232 / 0.7);
}

.focus\:border-e-ozc-50\/75:focus {
  border-inline-end-color: rgb(254 243 232 / 0.75);
}

.focus\:border-e-ozc-50\/80:focus {
  border-inline-end-color: rgb(254 243 232 / 0.8);
}

.focus\:border-e-ozc-50\/90:focus {
  border-inline-end-color: rgb(254 243 232 / 0.9);
}

.focus\:border-e-ozc-50\/95:focus {
  border-inline-end-color: rgb(254 243 232 / 0.95);
}

.focus\:border-e-ozc-500:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 110 96 / var(--tw-border-opacity));
}

.focus\:border-e-ozc-500\/0:focus {
  border-inline-end-color: rgb(255 110 96 / 0);
}

.focus\:border-e-ozc-500\/10:focus {
  border-inline-end-color: rgb(255 110 96 / 0.1);
}

.focus\:border-e-ozc-500\/100:focus {
  border-inline-end-color: rgb(255 110 96 / 1);
}

.focus\:border-e-ozc-500\/20:focus {
  border-inline-end-color: rgb(255 110 96 / 0.2);
}

.focus\:border-e-ozc-500\/25:focus {
  border-inline-end-color: rgb(255 110 96 / 0.25);
}

.focus\:border-e-ozc-500\/30:focus {
  border-inline-end-color: rgb(255 110 96 / 0.3);
}

.focus\:border-e-ozc-500\/40:focus {
  border-inline-end-color: rgb(255 110 96 / 0.4);
}

.focus\:border-e-ozc-500\/5:focus {
  border-inline-end-color: rgb(255 110 96 / 0.05);
}

.focus\:border-e-ozc-500\/50:focus {
  border-inline-end-color: rgb(255 110 96 / 0.5);
}

.focus\:border-e-ozc-500\/60:focus {
  border-inline-end-color: rgb(255 110 96 / 0.6);
}

.focus\:border-e-ozc-500\/70:focus {
  border-inline-end-color: rgb(255 110 96 / 0.7);
}

.focus\:border-e-ozc-500\/75:focus {
  border-inline-end-color: rgb(255 110 96 / 0.75);
}

.focus\:border-e-ozc-500\/80:focus {
  border-inline-end-color: rgb(255 110 96 / 0.8);
}

.focus\:border-e-ozc-500\/90:focus {
  border-inline-end-color: rgb(255 110 96 / 0.9);
}

.focus\:border-e-ozc-500\/95:focus {
  border-inline-end-color: rgb(255 110 96 / 0.95);
}

.focus\:border-e-ozc-600:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(249 169 140 / var(--tw-border-opacity));
}

.focus\:border-e-ozc-600\/0:focus {
  border-inline-end-color: rgb(249 169 140 / 0);
}

.focus\:border-e-ozc-600\/10:focus {
  border-inline-end-color: rgb(249 169 140 / 0.1);
}

.focus\:border-e-ozc-600\/100:focus {
  border-inline-end-color: rgb(249 169 140 / 1);
}

.focus\:border-e-ozc-600\/20:focus {
  border-inline-end-color: rgb(249 169 140 / 0.2);
}

.focus\:border-e-ozc-600\/25:focus {
  border-inline-end-color: rgb(249 169 140 / 0.25);
}

.focus\:border-e-ozc-600\/30:focus {
  border-inline-end-color: rgb(249 169 140 / 0.3);
}

.focus\:border-e-ozc-600\/40:focus {
  border-inline-end-color: rgb(249 169 140 / 0.4);
}

.focus\:border-e-ozc-600\/5:focus {
  border-inline-end-color: rgb(249 169 140 / 0.05);
}

.focus\:border-e-ozc-600\/50:focus {
  border-inline-end-color: rgb(249 169 140 / 0.5);
}

.focus\:border-e-ozc-600\/60:focus {
  border-inline-end-color: rgb(249 169 140 / 0.6);
}

.focus\:border-e-ozc-600\/70:focus {
  border-inline-end-color: rgb(249 169 140 / 0.7);
}

.focus\:border-e-ozc-600\/75:focus {
  border-inline-end-color: rgb(249 169 140 / 0.75);
}

.focus\:border-e-ozc-600\/80:focus {
  border-inline-end-color: rgb(249 169 140 / 0.8);
}

.focus\:border-e-ozc-600\/90:focus {
  border-inline-end-color: rgb(249 169 140 / 0.9);
}

.focus\:border-e-ozc-600\/95:focus {
  border-inline-end-color: rgb(249 169 140 / 0.95);
}

.focus\:border-e-ozc-700:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(246 148 114 / var(--tw-border-opacity));
}

.focus\:border-e-ozc-700\/0:focus {
  border-inline-end-color: rgb(246 148 114 / 0);
}

.focus\:border-e-ozc-700\/10:focus {
  border-inline-end-color: rgb(246 148 114 / 0.1);
}

.focus\:border-e-ozc-700\/100:focus {
  border-inline-end-color: rgb(246 148 114 / 1);
}

.focus\:border-e-ozc-700\/20:focus {
  border-inline-end-color: rgb(246 148 114 / 0.2);
}

.focus\:border-e-ozc-700\/25:focus {
  border-inline-end-color: rgb(246 148 114 / 0.25);
}

.focus\:border-e-ozc-700\/30:focus {
  border-inline-end-color: rgb(246 148 114 / 0.3);
}

.focus\:border-e-ozc-700\/40:focus {
  border-inline-end-color: rgb(246 148 114 / 0.4);
}

.focus\:border-e-ozc-700\/5:focus {
  border-inline-end-color: rgb(246 148 114 / 0.05);
}

.focus\:border-e-ozc-700\/50:focus {
  border-inline-end-color: rgb(246 148 114 / 0.5);
}

.focus\:border-e-ozc-700\/60:focus {
  border-inline-end-color: rgb(246 148 114 / 0.6);
}

.focus\:border-e-ozc-700\/70:focus {
  border-inline-end-color: rgb(246 148 114 / 0.7);
}

.focus\:border-e-ozc-700\/75:focus {
  border-inline-end-color: rgb(246 148 114 / 0.75);
}

.focus\:border-e-ozc-700\/80:focus {
  border-inline-end-color: rgb(246 148 114 / 0.8);
}

.focus\:border-e-ozc-700\/90:focus {
  border-inline-end-color: rgb(246 148 114 / 0.9);
}

.focus\:border-e-ozc-700\/95:focus {
  border-inline-end-color: rgb(246 148 114 / 0.95);
}

.focus\:border-e-ozc-800:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 144 136 / var(--tw-border-opacity));
}

.focus\:border-e-ozc-800\/0:focus {
  border-inline-end-color: rgb(245 144 136 / 0);
}

.focus\:border-e-ozc-800\/10:focus {
  border-inline-end-color: rgb(245 144 136 / 0.1);
}

.focus\:border-e-ozc-800\/100:focus {
  border-inline-end-color: rgb(245 144 136 / 1);
}

.focus\:border-e-ozc-800\/20:focus {
  border-inline-end-color: rgb(245 144 136 / 0.2);
}

.focus\:border-e-ozc-800\/25:focus {
  border-inline-end-color: rgb(245 144 136 / 0.25);
}

.focus\:border-e-ozc-800\/30:focus {
  border-inline-end-color: rgb(245 144 136 / 0.3);
}

.focus\:border-e-ozc-800\/40:focus {
  border-inline-end-color: rgb(245 144 136 / 0.4);
}

.focus\:border-e-ozc-800\/5:focus {
  border-inline-end-color: rgb(245 144 136 / 0.05);
}

.focus\:border-e-ozc-800\/50:focus {
  border-inline-end-color: rgb(245 144 136 / 0.5);
}

.focus\:border-e-ozc-800\/60:focus {
  border-inline-end-color: rgb(245 144 136 / 0.6);
}

.focus\:border-e-ozc-800\/70:focus {
  border-inline-end-color: rgb(245 144 136 / 0.7);
}

.focus\:border-e-ozc-800\/75:focus {
  border-inline-end-color: rgb(245 144 136 / 0.75);
}

.focus\:border-e-ozc-800\/80:focus {
  border-inline-end-color: rgb(245 144 136 / 0.8);
}

.focus\:border-e-ozc-800\/90:focus {
  border-inline-end-color: rgb(245 144 136 / 0.9);
}

.focus\:border-e-ozc-800\/95:focus {
  border-inline-end-color: rgb(245 144 136 / 0.95);
}

.focus\:border-e-ozc-900:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(243 121 124 / var(--tw-border-opacity));
}

.focus\:border-e-ozc-900\/0:focus {
  border-inline-end-color: rgb(243 121 124 / 0);
}

.focus\:border-e-ozc-900\/10:focus {
  border-inline-end-color: rgb(243 121 124 / 0.1);
}

.focus\:border-e-ozc-900\/100:focus {
  border-inline-end-color: rgb(243 121 124 / 1);
}

.focus\:border-e-ozc-900\/20:focus {
  border-inline-end-color: rgb(243 121 124 / 0.2);
}

.focus\:border-e-ozc-900\/25:focus {
  border-inline-end-color: rgb(243 121 124 / 0.25);
}

.focus\:border-e-ozc-900\/30:focus {
  border-inline-end-color: rgb(243 121 124 / 0.3);
}

.focus\:border-e-ozc-900\/40:focus {
  border-inline-end-color: rgb(243 121 124 / 0.4);
}

.focus\:border-e-ozc-900\/5:focus {
  border-inline-end-color: rgb(243 121 124 / 0.05);
}

.focus\:border-e-ozc-900\/50:focus {
  border-inline-end-color: rgb(243 121 124 / 0.5);
}

.focus\:border-e-ozc-900\/60:focus {
  border-inline-end-color: rgb(243 121 124 / 0.6);
}

.focus\:border-e-ozc-900\/70:focus {
  border-inline-end-color: rgb(243 121 124 / 0.7);
}

.focus\:border-e-ozc-900\/75:focus {
  border-inline-end-color: rgb(243 121 124 / 0.75);
}

.focus\:border-e-ozc-900\/80:focus {
  border-inline-end-color: rgb(243 121 124 / 0.8);
}

.focus\:border-e-ozc-900\/90:focus {
  border-inline-end-color: rgb(243 121 124 / 0.9);
}

.focus\:border-e-ozc-900\/95:focus {
  border-inline-end-color: rgb(243 121 124 / 0.95);
}

.focus\:border-e-ozc-950:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.focus\:border-e-ozc-950\/0:focus {
  border-inline-end-color: rgb(42 45 51 / 0);
}

.focus\:border-e-ozc-950\/10:focus {
  border-inline-end-color: rgb(42 45 51 / 0.1);
}

.focus\:border-e-ozc-950\/100:focus {
  border-inline-end-color: rgb(42 45 51 / 1);
}

.focus\:border-e-ozc-950\/20:focus {
  border-inline-end-color: rgb(42 45 51 / 0.2);
}

.focus\:border-e-ozc-950\/25:focus {
  border-inline-end-color: rgb(42 45 51 / 0.25);
}

.focus\:border-e-ozc-950\/30:focus {
  border-inline-end-color: rgb(42 45 51 / 0.3);
}

.focus\:border-e-ozc-950\/40:focus {
  border-inline-end-color: rgb(42 45 51 / 0.4);
}

.focus\:border-e-ozc-950\/5:focus {
  border-inline-end-color: rgb(42 45 51 / 0.05);
}

.focus\:border-e-ozc-950\/50:focus {
  border-inline-end-color: rgb(42 45 51 / 0.5);
}

.focus\:border-e-ozc-950\/60:focus {
  border-inline-end-color: rgb(42 45 51 / 0.6);
}

.focus\:border-e-ozc-950\/70:focus {
  border-inline-end-color: rgb(42 45 51 / 0.7);
}

.focus\:border-e-ozc-950\/75:focus {
  border-inline-end-color: rgb(42 45 51 / 0.75);
}

.focus\:border-e-ozc-950\/80:focus {
  border-inline-end-color: rgb(42 45 51 / 0.8);
}

.focus\:border-e-ozc-950\/90:focus {
  border-inline-end-color: rgb(42 45 51 / 0.9);
}

.focus\:border-e-ozc-950\/95:focus {
  border-inline-end-color: rgb(42 45 51 / 0.95);
}

.focus\:border-e-ozc-alt-100:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 250 230 / var(--tw-border-opacity));
}

.focus\:border-e-ozc-alt-100\/0:focus {
  border-inline-end-color: rgb(255 250 230 / 0);
}

.focus\:border-e-ozc-alt-100\/10:focus {
  border-inline-end-color: rgb(255 250 230 / 0.1);
}

.focus\:border-e-ozc-alt-100\/100:focus {
  border-inline-end-color: rgb(255 250 230 / 1);
}

.focus\:border-e-ozc-alt-100\/20:focus {
  border-inline-end-color: rgb(255 250 230 / 0.2);
}

.focus\:border-e-ozc-alt-100\/25:focus {
  border-inline-end-color: rgb(255 250 230 / 0.25);
}

.focus\:border-e-ozc-alt-100\/30:focus {
  border-inline-end-color: rgb(255 250 230 / 0.3);
}

.focus\:border-e-ozc-alt-100\/40:focus {
  border-inline-end-color: rgb(255 250 230 / 0.4);
}

.focus\:border-e-ozc-alt-100\/5:focus {
  border-inline-end-color: rgb(255 250 230 / 0.05);
}

.focus\:border-e-ozc-alt-100\/50:focus {
  border-inline-end-color: rgb(255 250 230 / 0.5);
}

.focus\:border-e-ozc-alt-100\/60:focus {
  border-inline-end-color: rgb(255 250 230 / 0.6);
}

.focus\:border-e-ozc-alt-100\/70:focus {
  border-inline-end-color: rgb(255 250 230 / 0.7);
}

.focus\:border-e-ozc-alt-100\/75:focus {
  border-inline-end-color: rgb(255 250 230 / 0.75);
}

.focus\:border-e-ozc-alt-100\/80:focus {
  border-inline-end-color: rgb(255 250 230 / 0.8);
}

.focus\:border-e-ozc-alt-100\/90:focus {
  border-inline-end-color: rgb(255 250 230 / 0.9);
}

.focus\:border-e-ozc-alt-100\/95:focus {
  border-inline-end-color: rgb(255 250 230 / 0.95);
}

.focus\:border-e-ozc-alt-200:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 242 193 / var(--tw-border-opacity));
}

.focus\:border-e-ozc-alt-200\/0:focus {
  border-inline-end-color: rgb(255 242 193 / 0);
}

.focus\:border-e-ozc-alt-200\/10:focus {
  border-inline-end-color: rgb(255 242 193 / 0.1);
}

.focus\:border-e-ozc-alt-200\/100:focus {
  border-inline-end-color: rgb(255 242 193 / 1);
}

.focus\:border-e-ozc-alt-200\/20:focus {
  border-inline-end-color: rgb(255 242 193 / 0.2);
}

.focus\:border-e-ozc-alt-200\/25:focus {
  border-inline-end-color: rgb(255 242 193 / 0.25);
}

.focus\:border-e-ozc-alt-200\/30:focus {
  border-inline-end-color: rgb(255 242 193 / 0.3);
}

.focus\:border-e-ozc-alt-200\/40:focus {
  border-inline-end-color: rgb(255 242 193 / 0.4);
}

.focus\:border-e-ozc-alt-200\/5:focus {
  border-inline-end-color: rgb(255 242 193 / 0.05);
}

.focus\:border-e-ozc-alt-200\/50:focus {
  border-inline-end-color: rgb(255 242 193 / 0.5);
}

.focus\:border-e-ozc-alt-200\/60:focus {
  border-inline-end-color: rgb(255 242 193 / 0.6);
}

.focus\:border-e-ozc-alt-200\/70:focus {
  border-inline-end-color: rgb(255 242 193 / 0.7);
}

.focus\:border-e-ozc-alt-200\/75:focus {
  border-inline-end-color: rgb(255 242 193 / 0.75);
}

.focus\:border-e-ozc-alt-200\/80:focus {
  border-inline-end-color: rgb(255 242 193 / 0.8);
}

.focus\:border-e-ozc-alt-200\/90:focus {
  border-inline-end-color: rgb(255 242 193 / 0.9);
}

.focus\:border-e-ozc-alt-200\/95:focus {
  border-inline-end-color: rgb(255 242 193 / 0.95);
}

.focus\:border-e-ozc-alt-300:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 235 155 / var(--tw-border-opacity));
}

.focus\:border-e-ozc-alt-300\/0:focus {
  border-inline-end-color: rgb(255 235 155 / 0);
}

.focus\:border-e-ozc-alt-300\/10:focus {
  border-inline-end-color: rgb(255 235 155 / 0.1);
}

.focus\:border-e-ozc-alt-300\/100:focus {
  border-inline-end-color: rgb(255 235 155 / 1);
}

.focus\:border-e-ozc-alt-300\/20:focus {
  border-inline-end-color: rgb(255 235 155 / 0.2);
}

.focus\:border-e-ozc-alt-300\/25:focus {
  border-inline-end-color: rgb(255 235 155 / 0.25);
}

.focus\:border-e-ozc-alt-300\/30:focus {
  border-inline-end-color: rgb(255 235 155 / 0.3);
}

.focus\:border-e-ozc-alt-300\/40:focus {
  border-inline-end-color: rgb(255 235 155 / 0.4);
}

.focus\:border-e-ozc-alt-300\/5:focus {
  border-inline-end-color: rgb(255 235 155 / 0.05);
}

.focus\:border-e-ozc-alt-300\/50:focus {
  border-inline-end-color: rgb(255 235 155 / 0.5);
}

.focus\:border-e-ozc-alt-300\/60:focus {
  border-inline-end-color: rgb(255 235 155 / 0.6);
}

.focus\:border-e-ozc-alt-300\/70:focus {
  border-inline-end-color: rgb(255 235 155 / 0.7);
}

.focus\:border-e-ozc-alt-300\/75:focus {
  border-inline-end-color: rgb(255 235 155 / 0.75);
}

.focus\:border-e-ozc-alt-300\/80:focus {
  border-inline-end-color: rgb(255 235 155 / 0.8);
}

.focus\:border-e-ozc-alt-300\/90:focus {
  border-inline-end-color: rgb(255 235 155 / 0.9);
}

.focus\:border-e-ozc-alt-300\/95:focus {
  border-inline-end-color: rgb(255 235 155 / 0.95);
}

.focus\:border-e-ozc-alt-400:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 219 80 / var(--tw-border-opacity));
}

.focus\:border-e-ozc-alt-400\/0:focus {
  border-inline-end-color: rgb(255 219 80 / 0);
}

.focus\:border-e-ozc-alt-400\/10:focus {
  border-inline-end-color: rgb(255 219 80 / 0.1);
}

.focus\:border-e-ozc-alt-400\/100:focus {
  border-inline-end-color: rgb(255 219 80 / 1);
}

.focus\:border-e-ozc-alt-400\/20:focus {
  border-inline-end-color: rgb(255 219 80 / 0.2);
}

.focus\:border-e-ozc-alt-400\/25:focus {
  border-inline-end-color: rgb(255 219 80 / 0.25);
}

.focus\:border-e-ozc-alt-400\/30:focus {
  border-inline-end-color: rgb(255 219 80 / 0.3);
}

.focus\:border-e-ozc-alt-400\/40:focus {
  border-inline-end-color: rgb(255 219 80 / 0.4);
}

.focus\:border-e-ozc-alt-400\/5:focus {
  border-inline-end-color: rgb(255 219 80 / 0.05);
}

.focus\:border-e-ozc-alt-400\/50:focus {
  border-inline-end-color: rgb(255 219 80 / 0.5);
}

.focus\:border-e-ozc-alt-400\/60:focus {
  border-inline-end-color: rgb(255 219 80 / 0.6);
}

.focus\:border-e-ozc-alt-400\/70:focus {
  border-inline-end-color: rgb(255 219 80 / 0.7);
}

.focus\:border-e-ozc-alt-400\/75:focus {
  border-inline-end-color: rgb(255 219 80 / 0.75);
}

.focus\:border-e-ozc-alt-400\/80:focus {
  border-inline-end-color: rgb(255 219 80 / 0.8);
}

.focus\:border-e-ozc-alt-400\/90:focus {
  border-inline-end-color: rgb(255 219 80 / 0.9);
}

.focus\:border-e-ozc-alt-400\/95:focus {
  border-inline-end-color: rgb(255 219 80 / 0.95);
}

.focus\:border-e-ozc-alt-50:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 252 243 / var(--tw-border-opacity));
}

.focus\:border-e-ozc-alt-50\/0:focus {
  border-inline-end-color: rgb(255 252 243 / 0);
}

.focus\:border-e-ozc-alt-50\/10:focus {
  border-inline-end-color: rgb(255 252 243 / 0.1);
}

.focus\:border-e-ozc-alt-50\/100:focus {
  border-inline-end-color: rgb(255 252 243 / 1);
}

.focus\:border-e-ozc-alt-50\/20:focus {
  border-inline-end-color: rgb(255 252 243 / 0.2);
}

.focus\:border-e-ozc-alt-50\/25:focus {
  border-inline-end-color: rgb(255 252 243 / 0.25);
}

.focus\:border-e-ozc-alt-50\/30:focus {
  border-inline-end-color: rgb(255 252 243 / 0.3);
}

.focus\:border-e-ozc-alt-50\/40:focus {
  border-inline-end-color: rgb(255 252 243 / 0.4);
}

.focus\:border-e-ozc-alt-50\/5:focus {
  border-inline-end-color: rgb(255 252 243 / 0.05);
}

.focus\:border-e-ozc-alt-50\/50:focus {
  border-inline-end-color: rgb(255 252 243 / 0.5);
}

.focus\:border-e-ozc-alt-50\/60:focus {
  border-inline-end-color: rgb(255 252 243 / 0.6);
}

.focus\:border-e-ozc-alt-50\/70:focus {
  border-inline-end-color: rgb(255 252 243 / 0.7);
}

.focus\:border-e-ozc-alt-50\/75:focus {
  border-inline-end-color: rgb(255 252 243 / 0.75);
}

.focus\:border-e-ozc-alt-50\/80:focus {
  border-inline-end-color: rgb(255 252 243 / 0.8);
}

.focus\:border-e-ozc-alt-50\/90:focus {
  border-inline-end-color: rgb(255 252 243 / 0.9);
}

.focus\:border-e-ozc-alt-50\/95:focus {
  border-inline-end-color: rgb(255 252 243 / 0.95);
}

.focus\:border-e-ozc-alt-500:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 204 5 / var(--tw-border-opacity));
}

.focus\:border-e-ozc-alt-500\/0:focus {
  border-inline-end-color: rgb(255 204 5 / 0);
}

.focus\:border-e-ozc-alt-500\/10:focus {
  border-inline-end-color: rgb(255 204 5 / 0.1);
}

.focus\:border-e-ozc-alt-500\/100:focus {
  border-inline-end-color: rgb(255 204 5 / 1);
}

.focus\:border-e-ozc-alt-500\/20:focus {
  border-inline-end-color: rgb(255 204 5 / 0.2);
}

.focus\:border-e-ozc-alt-500\/25:focus {
  border-inline-end-color: rgb(255 204 5 / 0.25);
}

.focus\:border-e-ozc-alt-500\/30:focus {
  border-inline-end-color: rgb(255 204 5 / 0.3);
}

.focus\:border-e-ozc-alt-500\/40:focus {
  border-inline-end-color: rgb(255 204 5 / 0.4);
}

.focus\:border-e-ozc-alt-500\/5:focus {
  border-inline-end-color: rgb(255 204 5 / 0.05);
}

.focus\:border-e-ozc-alt-500\/50:focus {
  border-inline-end-color: rgb(255 204 5 / 0.5);
}

.focus\:border-e-ozc-alt-500\/60:focus {
  border-inline-end-color: rgb(255 204 5 / 0.6);
}

.focus\:border-e-ozc-alt-500\/70:focus {
  border-inline-end-color: rgb(255 204 5 / 0.7);
}

.focus\:border-e-ozc-alt-500\/75:focus {
  border-inline-end-color: rgb(255 204 5 / 0.75);
}

.focus\:border-e-ozc-alt-500\/80:focus {
  border-inline-end-color: rgb(255 204 5 / 0.8);
}

.focus\:border-e-ozc-alt-500\/90:focus {
  border-inline-end-color: rgb(255 204 5 / 0.9);
}

.focus\:border-e-ozc-alt-500\/95:focus {
  border-inline-end-color: rgb(255 204 5 / 0.95);
}

.focus\:border-e-ozc-alt-600:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(230 184 5 / var(--tw-border-opacity));
}

.focus\:border-e-ozc-alt-600\/0:focus {
  border-inline-end-color: rgb(230 184 5 / 0);
}

.focus\:border-e-ozc-alt-600\/10:focus {
  border-inline-end-color: rgb(230 184 5 / 0.1);
}

.focus\:border-e-ozc-alt-600\/100:focus {
  border-inline-end-color: rgb(230 184 5 / 1);
}

.focus\:border-e-ozc-alt-600\/20:focus {
  border-inline-end-color: rgb(230 184 5 / 0.2);
}

.focus\:border-e-ozc-alt-600\/25:focus {
  border-inline-end-color: rgb(230 184 5 / 0.25);
}

.focus\:border-e-ozc-alt-600\/30:focus {
  border-inline-end-color: rgb(230 184 5 / 0.3);
}

.focus\:border-e-ozc-alt-600\/40:focus {
  border-inline-end-color: rgb(230 184 5 / 0.4);
}

.focus\:border-e-ozc-alt-600\/5:focus {
  border-inline-end-color: rgb(230 184 5 / 0.05);
}

.focus\:border-e-ozc-alt-600\/50:focus {
  border-inline-end-color: rgb(230 184 5 / 0.5);
}

.focus\:border-e-ozc-alt-600\/60:focus {
  border-inline-end-color: rgb(230 184 5 / 0.6);
}

.focus\:border-e-ozc-alt-600\/70:focus {
  border-inline-end-color: rgb(230 184 5 / 0.7);
}

.focus\:border-e-ozc-alt-600\/75:focus {
  border-inline-end-color: rgb(230 184 5 / 0.75);
}

.focus\:border-e-ozc-alt-600\/80:focus {
  border-inline-end-color: rgb(230 184 5 / 0.8);
}

.focus\:border-e-ozc-alt-600\/90:focus {
  border-inline-end-color: rgb(230 184 5 / 0.9);
}

.focus\:border-e-ozc-alt-600\/95:focus {
  border-inline-end-color: rgb(230 184 5 / 0.95);
}

.focus\:border-e-ozc-alt-700:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(153 122 3 / var(--tw-border-opacity));
}

.focus\:border-e-ozc-alt-700\/0:focus {
  border-inline-end-color: rgb(153 122 3 / 0);
}

.focus\:border-e-ozc-alt-700\/10:focus {
  border-inline-end-color: rgb(153 122 3 / 0.1);
}

.focus\:border-e-ozc-alt-700\/100:focus {
  border-inline-end-color: rgb(153 122 3 / 1);
}

.focus\:border-e-ozc-alt-700\/20:focus {
  border-inline-end-color: rgb(153 122 3 / 0.2);
}

.focus\:border-e-ozc-alt-700\/25:focus {
  border-inline-end-color: rgb(153 122 3 / 0.25);
}

.focus\:border-e-ozc-alt-700\/30:focus {
  border-inline-end-color: rgb(153 122 3 / 0.3);
}

.focus\:border-e-ozc-alt-700\/40:focus {
  border-inline-end-color: rgb(153 122 3 / 0.4);
}

.focus\:border-e-ozc-alt-700\/5:focus {
  border-inline-end-color: rgb(153 122 3 / 0.05);
}

.focus\:border-e-ozc-alt-700\/50:focus {
  border-inline-end-color: rgb(153 122 3 / 0.5);
}

.focus\:border-e-ozc-alt-700\/60:focus {
  border-inline-end-color: rgb(153 122 3 / 0.6);
}

.focus\:border-e-ozc-alt-700\/70:focus {
  border-inline-end-color: rgb(153 122 3 / 0.7);
}

.focus\:border-e-ozc-alt-700\/75:focus {
  border-inline-end-color: rgb(153 122 3 / 0.75);
}

.focus\:border-e-ozc-alt-700\/80:focus {
  border-inline-end-color: rgb(153 122 3 / 0.8);
}

.focus\:border-e-ozc-alt-700\/90:focus {
  border-inline-end-color: rgb(153 122 3 / 0.9);
}

.focus\:border-e-ozc-alt-700\/95:focus {
  border-inline-end-color: rgb(153 122 3 / 0.95);
}

.focus\:border-e-ozc-alt-800:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(115 92 2 / var(--tw-border-opacity));
}

.focus\:border-e-ozc-alt-800\/0:focus {
  border-inline-end-color: rgb(115 92 2 / 0);
}

.focus\:border-e-ozc-alt-800\/10:focus {
  border-inline-end-color: rgb(115 92 2 / 0.1);
}

.focus\:border-e-ozc-alt-800\/100:focus {
  border-inline-end-color: rgb(115 92 2 / 1);
}

.focus\:border-e-ozc-alt-800\/20:focus {
  border-inline-end-color: rgb(115 92 2 / 0.2);
}

.focus\:border-e-ozc-alt-800\/25:focus {
  border-inline-end-color: rgb(115 92 2 / 0.25);
}

.focus\:border-e-ozc-alt-800\/30:focus {
  border-inline-end-color: rgb(115 92 2 / 0.3);
}

.focus\:border-e-ozc-alt-800\/40:focus {
  border-inline-end-color: rgb(115 92 2 / 0.4);
}

.focus\:border-e-ozc-alt-800\/5:focus {
  border-inline-end-color: rgb(115 92 2 / 0.05);
}

.focus\:border-e-ozc-alt-800\/50:focus {
  border-inline-end-color: rgb(115 92 2 / 0.5);
}

.focus\:border-e-ozc-alt-800\/60:focus {
  border-inline-end-color: rgb(115 92 2 / 0.6);
}

.focus\:border-e-ozc-alt-800\/70:focus {
  border-inline-end-color: rgb(115 92 2 / 0.7);
}

.focus\:border-e-ozc-alt-800\/75:focus {
  border-inline-end-color: rgb(115 92 2 / 0.75);
}

.focus\:border-e-ozc-alt-800\/80:focus {
  border-inline-end-color: rgb(115 92 2 / 0.8);
}

.focus\:border-e-ozc-alt-800\/90:focus {
  border-inline-end-color: rgb(115 92 2 / 0.9);
}

.focus\:border-e-ozc-alt-800\/95:focus {
  border-inline-end-color: rgb(115 92 2 / 0.95);
}

.focus\:border-e-ozc-alt-900:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.focus\:border-e-ozc-alt-900\/0:focus {
  border-inline-end-color: rgb(42 45 51 / 0);
}

.focus\:border-e-ozc-alt-900\/10:focus {
  border-inline-end-color: rgb(42 45 51 / 0.1);
}

.focus\:border-e-ozc-alt-900\/100:focus {
  border-inline-end-color: rgb(42 45 51 / 1);
}

.focus\:border-e-ozc-alt-900\/20:focus {
  border-inline-end-color: rgb(42 45 51 / 0.2);
}

.focus\:border-e-ozc-alt-900\/25:focus {
  border-inline-end-color: rgb(42 45 51 / 0.25);
}

.focus\:border-e-ozc-alt-900\/30:focus {
  border-inline-end-color: rgb(42 45 51 / 0.3);
}

.focus\:border-e-ozc-alt-900\/40:focus {
  border-inline-end-color: rgb(42 45 51 / 0.4);
}

.focus\:border-e-ozc-alt-900\/5:focus {
  border-inline-end-color: rgb(42 45 51 / 0.05);
}

.focus\:border-e-ozc-alt-900\/50:focus {
  border-inline-end-color: rgb(42 45 51 / 0.5);
}

.focus\:border-e-ozc-alt-900\/60:focus {
  border-inline-end-color: rgb(42 45 51 / 0.6);
}

.focus\:border-e-ozc-alt-900\/70:focus {
  border-inline-end-color: rgb(42 45 51 / 0.7);
}

.focus\:border-e-ozc-alt-900\/75:focus {
  border-inline-end-color: rgb(42 45 51 / 0.75);
}

.focus\:border-e-ozc-alt-900\/80:focus {
  border-inline-end-color: rgb(42 45 51 / 0.8);
}

.focus\:border-e-ozc-alt-900\/90:focus {
  border-inline-end-color: rgb(42 45 51 / 0.9);
}

.focus\:border-e-ozc-alt-900\/95:focus {
  border-inline-end-color: rgb(42 45 51 / 0.95);
}

.focus\:border-e-pink-100:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(252 231 243 / var(--tw-border-opacity));
}

.focus\:border-e-pink-100\/0:focus {
  border-inline-end-color: rgb(252 231 243 / 0);
}

.focus\:border-e-pink-100\/10:focus {
  border-inline-end-color: rgb(252 231 243 / 0.1);
}

.focus\:border-e-pink-100\/100:focus {
  border-inline-end-color: rgb(252 231 243 / 1);
}

.focus\:border-e-pink-100\/20:focus {
  border-inline-end-color: rgb(252 231 243 / 0.2);
}

.focus\:border-e-pink-100\/25:focus {
  border-inline-end-color: rgb(252 231 243 / 0.25);
}

.focus\:border-e-pink-100\/30:focus {
  border-inline-end-color: rgb(252 231 243 / 0.3);
}

.focus\:border-e-pink-100\/40:focus {
  border-inline-end-color: rgb(252 231 243 / 0.4);
}

.focus\:border-e-pink-100\/5:focus {
  border-inline-end-color: rgb(252 231 243 / 0.05);
}

.focus\:border-e-pink-100\/50:focus {
  border-inline-end-color: rgb(252 231 243 / 0.5);
}

.focus\:border-e-pink-100\/60:focus {
  border-inline-end-color: rgb(252 231 243 / 0.6);
}

.focus\:border-e-pink-100\/70:focus {
  border-inline-end-color: rgb(252 231 243 / 0.7);
}

.focus\:border-e-pink-100\/75:focus {
  border-inline-end-color: rgb(252 231 243 / 0.75);
}

.focus\:border-e-pink-100\/80:focus {
  border-inline-end-color: rgb(252 231 243 / 0.8);
}

.focus\:border-e-pink-100\/90:focus {
  border-inline-end-color: rgb(252 231 243 / 0.9);
}

.focus\:border-e-pink-100\/95:focus {
  border-inline-end-color: rgb(252 231 243 / 0.95);
}

.focus\:border-e-pink-200:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(251 207 232 / var(--tw-border-opacity));
}

.focus\:border-e-pink-200\/0:focus {
  border-inline-end-color: rgb(251 207 232 / 0);
}

.focus\:border-e-pink-200\/10:focus {
  border-inline-end-color: rgb(251 207 232 / 0.1);
}

.focus\:border-e-pink-200\/100:focus {
  border-inline-end-color: rgb(251 207 232 / 1);
}

.focus\:border-e-pink-200\/20:focus {
  border-inline-end-color: rgb(251 207 232 / 0.2);
}

.focus\:border-e-pink-200\/25:focus {
  border-inline-end-color: rgb(251 207 232 / 0.25);
}

.focus\:border-e-pink-200\/30:focus {
  border-inline-end-color: rgb(251 207 232 / 0.3);
}

.focus\:border-e-pink-200\/40:focus {
  border-inline-end-color: rgb(251 207 232 / 0.4);
}

.focus\:border-e-pink-200\/5:focus {
  border-inline-end-color: rgb(251 207 232 / 0.05);
}

.focus\:border-e-pink-200\/50:focus {
  border-inline-end-color: rgb(251 207 232 / 0.5);
}

.focus\:border-e-pink-200\/60:focus {
  border-inline-end-color: rgb(251 207 232 / 0.6);
}

.focus\:border-e-pink-200\/70:focus {
  border-inline-end-color: rgb(251 207 232 / 0.7);
}

.focus\:border-e-pink-200\/75:focus {
  border-inline-end-color: rgb(251 207 232 / 0.75);
}

.focus\:border-e-pink-200\/80:focus {
  border-inline-end-color: rgb(251 207 232 / 0.8);
}

.focus\:border-e-pink-200\/90:focus {
  border-inline-end-color: rgb(251 207 232 / 0.9);
}

.focus\:border-e-pink-200\/95:focus {
  border-inline-end-color: rgb(251 207 232 / 0.95);
}

.focus\:border-e-pink-300:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(249 168 212 / var(--tw-border-opacity));
}

.focus\:border-e-pink-300\/0:focus {
  border-inline-end-color: rgb(249 168 212 / 0);
}

.focus\:border-e-pink-300\/10:focus {
  border-inline-end-color: rgb(249 168 212 / 0.1);
}

.focus\:border-e-pink-300\/100:focus {
  border-inline-end-color: rgb(249 168 212 / 1);
}

.focus\:border-e-pink-300\/20:focus {
  border-inline-end-color: rgb(249 168 212 / 0.2);
}

.focus\:border-e-pink-300\/25:focus {
  border-inline-end-color: rgb(249 168 212 / 0.25);
}

.focus\:border-e-pink-300\/30:focus {
  border-inline-end-color: rgb(249 168 212 / 0.3);
}

.focus\:border-e-pink-300\/40:focus {
  border-inline-end-color: rgb(249 168 212 / 0.4);
}

.focus\:border-e-pink-300\/5:focus {
  border-inline-end-color: rgb(249 168 212 / 0.05);
}

.focus\:border-e-pink-300\/50:focus {
  border-inline-end-color: rgb(249 168 212 / 0.5);
}

.focus\:border-e-pink-300\/60:focus {
  border-inline-end-color: rgb(249 168 212 / 0.6);
}

.focus\:border-e-pink-300\/70:focus {
  border-inline-end-color: rgb(249 168 212 / 0.7);
}

.focus\:border-e-pink-300\/75:focus {
  border-inline-end-color: rgb(249 168 212 / 0.75);
}

.focus\:border-e-pink-300\/80:focus {
  border-inline-end-color: rgb(249 168 212 / 0.8);
}

.focus\:border-e-pink-300\/90:focus {
  border-inline-end-color: rgb(249 168 212 / 0.9);
}

.focus\:border-e-pink-300\/95:focus {
  border-inline-end-color: rgb(249 168 212 / 0.95);
}

.focus\:border-e-pink-400:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(244 114 182 / var(--tw-border-opacity));
}

.focus\:border-e-pink-400\/0:focus {
  border-inline-end-color: rgb(244 114 182 / 0);
}

.focus\:border-e-pink-400\/10:focus {
  border-inline-end-color: rgb(244 114 182 / 0.1);
}

.focus\:border-e-pink-400\/100:focus {
  border-inline-end-color: rgb(244 114 182 / 1);
}

.focus\:border-e-pink-400\/20:focus {
  border-inline-end-color: rgb(244 114 182 / 0.2);
}

.focus\:border-e-pink-400\/25:focus {
  border-inline-end-color: rgb(244 114 182 / 0.25);
}

.focus\:border-e-pink-400\/30:focus {
  border-inline-end-color: rgb(244 114 182 / 0.3);
}

.focus\:border-e-pink-400\/40:focus {
  border-inline-end-color: rgb(244 114 182 / 0.4);
}

.focus\:border-e-pink-400\/5:focus {
  border-inline-end-color: rgb(244 114 182 / 0.05);
}

.focus\:border-e-pink-400\/50:focus {
  border-inline-end-color: rgb(244 114 182 / 0.5);
}

.focus\:border-e-pink-400\/60:focus {
  border-inline-end-color: rgb(244 114 182 / 0.6);
}

.focus\:border-e-pink-400\/70:focus {
  border-inline-end-color: rgb(244 114 182 / 0.7);
}

.focus\:border-e-pink-400\/75:focus {
  border-inline-end-color: rgb(244 114 182 / 0.75);
}

.focus\:border-e-pink-400\/80:focus {
  border-inline-end-color: rgb(244 114 182 / 0.8);
}

.focus\:border-e-pink-400\/90:focus {
  border-inline-end-color: rgb(244 114 182 / 0.9);
}

.focus\:border-e-pink-400\/95:focus {
  border-inline-end-color: rgb(244 114 182 / 0.95);
}

.focus\:border-e-pink-50:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 242 248 / var(--tw-border-opacity));
}

.focus\:border-e-pink-50\/0:focus {
  border-inline-end-color: rgb(253 242 248 / 0);
}

.focus\:border-e-pink-50\/10:focus {
  border-inline-end-color: rgb(253 242 248 / 0.1);
}

.focus\:border-e-pink-50\/100:focus {
  border-inline-end-color: rgb(253 242 248 / 1);
}

.focus\:border-e-pink-50\/20:focus {
  border-inline-end-color: rgb(253 242 248 / 0.2);
}

.focus\:border-e-pink-50\/25:focus {
  border-inline-end-color: rgb(253 242 248 / 0.25);
}

.focus\:border-e-pink-50\/30:focus {
  border-inline-end-color: rgb(253 242 248 / 0.3);
}

.focus\:border-e-pink-50\/40:focus {
  border-inline-end-color: rgb(253 242 248 / 0.4);
}

.focus\:border-e-pink-50\/5:focus {
  border-inline-end-color: rgb(253 242 248 / 0.05);
}

.focus\:border-e-pink-50\/50:focus {
  border-inline-end-color: rgb(253 242 248 / 0.5);
}

.focus\:border-e-pink-50\/60:focus {
  border-inline-end-color: rgb(253 242 248 / 0.6);
}

.focus\:border-e-pink-50\/70:focus {
  border-inline-end-color: rgb(253 242 248 / 0.7);
}

.focus\:border-e-pink-50\/75:focus {
  border-inline-end-color: rgb(253 242 248 / 0.75);
}

.focus\:border-e-pink-50\/80:focus {
  border-inline-end-color: rgb(253 242 248 / 0.8);
}

.focus\:border-e-pink-50\/90:focus {
  border-inline-end-color: rgb(253 242 248 / 0.9);
}

.focus\:border-e-pink-50\/95:focus {
  border-inline-end-color: rgb(253 242 248 / 0.95);
}

.focus\:border-e-pink-500:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(236 72 153 / var(--tw-border-opacity));
}

.focus\:border-e-pink-500\/0:focus {
  border-inline-end-color: rgb(236 72 153 / 0);
}

.focus\:border-e-pink-500\/10:focus {
  border-inline-end-color: rgb(236 72 153 / 0.1);
}

.focus\:border-e-pink-500\/100:focus {
  border-inline-end-color: rgb(236 72 153 / 1);
}

.focus\:border-e-pink-500\/20:focus {
  border-inline-end-color: rgb(236 72 153 / 0.2);
}

.focus\:border-e-pink-500\/25:focus {
  border-inline-end-color: rgb(236 72 153 / 0.25);
}

.focus\:border-e-pink-500\/30:focus {
  border-inline-end-color: rgb(236 72 153 / 0.3);
}

.focus\:border-e-pink-500\/40:focus {
  border-inline-end-color: rgb(236 72 153 / 0.4);
}

.focus\:border-e-pink-500\/5:focus {
  border-inline-end-color: rgb(236 72 153 / 0.05);
}

.focus\:border-e-pink-500\/50:focus {
  border-inline-end-color: rgb(236 72 153 / 0.5);
}

.focus\:border-e-pink-500\/60:focus {
  border-inline-end-color: rgb(236 72 153 / 0.6);
}

.focus\:border-e-pink-500\/70:focus {
  border-inline-end-color: rgb(236 72 153 / 0.7);
}

.focus\:border-e-pink-500\/75:focus {
  border-inline-end-color: rgb(236 72 153 / 0.75);
}

.focus\:border-e-pink-500\/80:focus {
  border-inline-end-color: rgb(236 72 153 / 0.8);
}

.focus\:border-e-pink-500\/90:focus {
  border-inline-end-color: rgb(236 72 153 / 0.9);
}

.focus\:border-e-pink-500\/95:focus {
  border-inline-end-color: rgb(236 72 153 / 0.95);
}

.focus\:border-e-pink-600:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(219 39 119 / var(--tw-border-opacity));
}

.focus\:border-e-pink-600\/0:focus {
  border-inline-end-color: rgb(219 39 119 / 0);
}

.focus\:border-e-pink-600\/10:focus {
  border-inline-end-color: rgb(219 39 119 / 0.1);
}

.focus\:border-e-pink-600\/100:focus {
  border-inline-end-color: rgb(219 39 119 / 1);
}

.focus\:border-e-pink-600\/20:focus {
  border-inline-end-color: rgb(219 39 119 / 0.2);
}

.focus\:border-e-pink-600\/25:focus {
  border-inline-end-color: rgb(219 39 119 / 0.25);
}

.focus\:border-e-pink-600\/30:focus {
  border-inline-end-color: rgb(219 39 119 / 0.3);
}

.focus\:border-e-pink-600\/40:focus {
  border-inline-end-color: rgb(219 39 119 / 0.4);
}

.focus\:border-e-pink-600\/5:focus {
  border-inline-end-color: rgb(219 39 119 / 0.05);
}

.focus\:border-e-pink-600\/50:focus {
  border-inline-end-color: rgb(219 39 119 / 0.5);
}

.focus\:border-e-pink-600\/60:focus {
  border-inline-end-color: rgb(219 39 119 / 0.6);
}

.focus\:border-e-pink-600\/70:focus {
  border-inline-end-color: rgb(219 39 119 / 0.7);
}

.focus\:border-e-pink-600\/75:focus {
  border-inline-end-color: rgb(219 39 119 / 0.75);
}

.focus\:border-e-pink-600\/80:focus {
  border-inline-end-color: rgb(219 39 119 / 0.8);
}

.focus\:border-e-pink-600\/90:focus {
  border-inline-end-color: rgb(219 39 119 / 0.9);
}

.focus\:border-e-pink-600\/95:focus {
  border-inline-end-color: rgb(219 39 119 / 0.95);
}

.focus\:border-e-pink-700:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(190 24 93 / var(--tw-border-opacity));
}

.focus\:border-e-pink-700\/0:focus {
  border-inline-end-color: rgb(190 24 93 / 0);
}

.focus\:border-e-pink-700\/10:focus {
  border-inline-end-color: rgb(190 24 93 / 0.1);
}

.focus\:border-e-pink-700\/100:focus {
  border-inline-end-color: rgb(190 24 93 / 1);
}

.focus\:border-e-pink-700\/20:focus {
  border-inline-end-color: rgb(190 24 93 / 0.2);
}

.focus\:border-e-pink-700\/25:focus {
  border-inline-end-color: rgb(190 24 93 / 0.25);
}

.focus\:border-e-pink-700\/30:focus {
  border-inline-end-color: rgb(190 24 93 / 0.3);
}

.focus\:border-e-pink-700\/40:focus {
  border-inline-end-color: rgb(190 24 93 / 0.4);
}

.focus\:border-e-pink-700\/5:focus {
  border-inline-end-color: rgb(190 24 93 / 0.05);
}

.focus\:border-e-pink-700\/50:focus {
  border-inline-end-color: rgb(190 24 93 / 0.5);
}

.focus\:border-e-pink-700\/60:focus {
  border-inline-end-color: rgb(190 24 93 / 0.6);
}

.focus\:border-e-pink-700\/70:focus {
  border-inline-end-color: rgb(190 24 93 / 0.7);
}

.focus\:border-e-pink-700\/75:focus {
  border-inline-end-color: rgb(190 24 93 / 0.75);
}

.focus\:border-e-pink-700\/80:focus {
  border-inline-end-color: rgb(190 24 93 / 0.8);
}

.focus\:border-e-pink-700\/90:focus {
  border-inline-end-color: rgb(190 24 93 / 0.9);
}

.focus\:border-e-pink-700\/95:focus {
  border-inline-end-color: rgb(190 24 93 / 0.95);
}

.focus\:border-e-pink-800:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(157 23 77 / var(--tw-border-opacity));
}

.focus\:border-e-pink-800\/0:focus {
  border-inline-end-color: rgb(157 23 77 / 0);
}

.focus\:border-e-pink-800\/10:focus {
  border-inline-end-color: rgb(157 23 77 / 0.1);
}

.focus\:border-e-pink-800\/100:focus {
  border-inline-end-color: rgb(157 23 77 / 1);
}

.focus\:border-e-pink-800\/20:focus {
  border-inline-end-color: rgb(157 23 77 / 0.2);
}

.focus\:border-e-pink-800\/25:focus {
  border-inline-end-color: rgb(157 23 77 / 0.25);
}

.focus\:border-e-pink-800\/30:focus {
  border-inline-end-color: rgb(157 23 77 / 0.3);
}

.focus\:border-e-pink-800\/40:focus {
  border-inline-end-color: rgb(157 23 77 / 0.4);
}

.focus\:border-e-pink-800\/5:focus {
  border-inline-end-color: rgb(157 23 77 / 0.05);
}

.focus\:border-e-pink-800\/50:focus {
  border-inline-end-color: rgb(157 23 77 / 0.5);
}

.focus\:border-e-pink-800\/60:focus {
  border-inline-end-color: rgb(157 23 77 / 0.6);
}

.focus\:border-e-pink-800\/70:focus {
  border-inline-end-color: rgb(157 23 77 / 0.7);
}

.focus\:border-e-pink-800\/75:focus {
  border-inline-end-color: rgb(157 23 77 / 0.75);
}

.focus\:border-e-pink-800\/80:focus {
  border-inline-end-color: rgb(157 23 77 / 0.8);
}

.focus\:border-e-pink-800\/90:focus {
  border-inline-end-color: rgb(157 23 77 / 0.9);
}

.focus\:border-e-pink-800\/95:focus {
  border-inline-end-color: rgb(157 23 77 / 0.95);
}

.focus\:border-e-pink-900:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(131 24 67 / var(--tw-border-opacity));
}

.focus\:border-e-pink-900\/0:focus {
  border-inline-end-color: rgb(131 24 67 / 0);
}

.focus\:border-e-pink-900\/10:focus {
  border-inline-end-color: rgb(131 24 67 / 0.1);
}

.focus\:border-e-pink-900\/100:focus {
  border-inline-end-color: rgb(131 24 67 / 1);
}

.focus\:border-e-pink-900\/20:focus {
  border-inline-end-color: rgb(131 24 67 / 0.2);
}

.focus\:border-e-pink-900\/25:focus {
  border-inline-end-color: rgb(131 24 67 / 0.25);
}

.focus\:border-e-pink-900\/30:focus {
  border-inline-end-color: rgb(131 24 67 / 0.3);
}

.focus\:border-e-pink-900\/40:focus {
  border-inline-end-color: rgb(131 24 67 / 0.4);
}

.focus\:border-e-pink-900\/5:focus {
  border-inline-end-color: rgb(131 24 67 / 0.05);
}

.focus\:border-e-pink-900\/50:focus {
  border-inline-end-color: rgb(131 24 67 / 0.5);
}

.focus\:border-e-pink-900\/60:focus {
  border-inline-end-color: rgb(131 24 67 / 0.6);
}

.focus\:border-e-pink-900\/70:focus {
  border-inline-end-color: rgb(131 24 67 / 0.7);
}

.focus\:border-e-pink-900\/75:focus {
  border-inline-end-color: rgb(131 24 67 / 0.75);
}

.focus\:border-e-pink-900\/80:focus {
  border-inline-end-color: rgb(131 24 67 / 0.8);
}

.focus\:border-e-pink-900\/90:focus {
  border-inline-end-color: rgb(131 24 67 / 0.9);
}

.focus\:border-e-pink-900\/95:focus {
  border-inline-end-color: rgb(131 24 67 / 0.95);
}

.focus\:border-e-pink-950:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(80 7 36 / var(--tw-border-opacity));
}

.focus\:border-e-pink-950\/0:focus {
  border-inline-end-color: rgb(80 7 36 / 0);
}

.focus\:border-e-pink-950\/10:focus {
  border-inline-end-color: rgb(80 7 36 / 0.1);
}

.focus\:border-e-pink-950\/100:focus {
  border-inline-end-color: rgb(80 7 36 / 1);
}

.focus\:border-e-pink-950\/20:focus {
  border-inline-end-color: rgb(80 7 36 / 0.2);
}

.focus\:border-e-pink-950\/25:focus {
  border-inline-end-color: rgb(80 7 36 / 0.25);
}

.focus\:border-e-pink-950\/30:focus {
  border-inline-end-color: rgb(80 7 36 / 0.3);
}

.focus\:border-e-pink-950\/40:focus {
  border-inline-end-color: rgb(80 7 36 / 0.4);
}

.focus\:border-e-pink-950\/5:focus {
  border-inline-end-color: rgb(80 7 36 / 0.05);
}

.focus\:border-e-pink-950\/50:focus {
  border-inline-end-color: rgb(80 7 36 / 0.5);
}

.focus\:border-e-pink-950\/60:focus {
  border-inline-end-color: rgb(80 7 36 / 0.6);
}

.focus\:border-e-pink-950\/70:focus {
  border-inline-end-color: rgb(80 7 36 / 0.7);
}

.focus\:border-e-pink-950\/75:focus {
  border-inline-end-color: rgb(80 7 36 / 0.75);
}

.focus\:border-e-pink-950\/80:focus {
  border-inline-end-color: rgb(80 7 36 / 0.8);
}

.focus\:border-e-pink-950\/90:focus {
  border-inline-end-color: rgb(80 7 36 / 0.9);
}

.focus\:border-e-pink-950\/95:focus {
  border-inline-end-color: rgb(80 7 36 / 0.95);
}

.focus\:border-e-purple-100:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(243 232 255 / var(--tw-border-opacity));
}

.focus\:border-e-purple-100\/0:focus {
  border-inline-end-color: rgb(243 232 255 / 0);
}

.focus\:border-e-purple-100\/10:focus {
  border-inline-end-color: rgb(243 232 255 / 0.1);
}

.focus\:border-e-purple-100\/100:focus {
  border-inline-end-color: rgb(243 232 255 / 1);
}

.focus\:border-e-purple-100\/20:focus {
  border-inline-end-color: rgb(243 232 255 / 0.2);
}

.focus\:border-e-purple-100\/25:focus {
  border-inline-end-color: rgb(243 232 255 / 0.25);
}

.focus\:border-e-purple-100\/30:focus {
  border-inline-end-color: rgb(243 232 255 / 0.3);
}

.focus\:border-e-purple-100\/40:focus {
  border-inline-end-color: rgb(243 232 255 / 0.4);
}

.focus\:border-e-purple-100\/5:focus {
  border-inline-end-color: rgb(243 232 255 / 0.05);
}

.focus\:border-e-purple-100\/50:focus {
  border-inline-end-color: rgb(243 232 255 / 0.5);
}

.focus\:border-e-purple-100\/60:focus {
  border-inline-end-color: rgb(243 232 255 / 0.6);
}

.focus\:border-e-purple-100\/70:focus {
  border-inline-end-color: rgb(243 232 255 / 0.7);
}

.focus\:border-e-purple-100\/75:focus {
  border-inline-end-color: rgb(243 232 255 / 0.75);
}

.focus\:border-e-purple-100\/80:focus {
  border-inline-end-color: rgb(243 232 255 / 0.8);
}

.focus\:border-e-purple-100\/90:focus {
  border-inline-end-color: rgb(243 232 255 / 0.9);
}

.focus\:border-e-purple-100\/95:focus {
  border-inline-end-color: rgb(243 232 255 / 0.95);
}

.focus\:border-e-purple-200:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(233 213 255 / var(--tw-border-opacity));
}

.focus\:border-e-purple-200\/0:focus {
  border-inline-end-color: rgb(233 213 255 / 0);
}

.focus\:border-e-purple-200\/10:focus {
  border-inline-end-color: rgb(233 213 255 / 0.1);
}

.focus\:border-e-purple-200\/100:focus {
  border-inline-end-color: rgb(233 213 255 / 1);
}

.focus\:border-e-purple-200\/20:focus {
  border-inline-end-color: rgb(233 213 255 / 0.2);
}

.focus\:border-e-purple-200\/25:focus {
  border-inline-end-color: rgb(233 213 255 / 0.25);
}

.focus\:border-e-purple-200\/30:focus {
  border-inline-end-color: rgb(233 213 255 / 0.3);
}

.focus\:border-e-purple-200\/40:focus {
  border-inline-end-color: rgb(233 213 255 / 0.4);
}

.focus\:border-e-purple-200\/5:focus {
  border-inline-end-color: rgb(233 213 255 / 0.05);
}

.focus\:border-e-purple-200\/50:focus {
  border-inline-end-color: rgb(233 213 255 / 0.5);
}

.focus\:border-e-purple-200\/60:focus {
  border-inline-end-color: rgb(233 213 255 / 0.6);
}

.focus\:border-e-purple-200\/70:focus {
  border-inline-end-color: rgb(233 213 255 / 0.7);
}

.focus\:border-e-purple-200\/75:focus {
  border-inline-end-color: rgb(233 213 255 / 0.75);
}

.focus\:border-e-purple-200\/80:focus {
  border-inline-end-color: rgb(233 213 255 / 0.8);
}

.focus\:border-e-purple-200\/90:focus {
  border-inline-end-color: rgb(233 213 255 / 0.9);
}

.focus\:border-e-purple-200\/95:focus {
  border-inline-end-color: rgb(233 213 255 / 0.95);
}

.focus\:border-e-purple-300:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(216 180 254 / var(--tw-border-opacity));
}

.focus\:border-e-purple-300\/0:focus {
  border-inline-end-color: rgb(216 180 254 / 0);
}

.focus\:border-e-purple-300\/10:focus {
  border-inline-end-color: rgb(216 180 254 / 0.1);
}

.focus\:border-e-purple-300\/100:focus {
  border-inline-end-color: rgb(216 180 254 / 1);
}

.focus\:border-e-purple-300\/20:focus {
  border-inline-end-color: rgb(216 180 254 / 0.2);
}

.focus\:border-e-purple-300\/25:focus {
  border-inline-end-color: rgb(216 180 254 / 0.25);
}

.focus\:border-e-purple-300\/30:focus {
  border-inline-end-color: rgb(216 180 254 / 0.3);
}

.focus\:border-e-purple-300\/40:focus {
  border-inline-end-color: rgb(216 180 254 / 0.4);
}

.focus\:border-e-purple-300\/5:focus {
  border-inline-end-color: rgb(216 180 254 / 0.05);
}

.focus\:border-e-purple-300\/50:focus {
  border-inline-end-color: rgb(216 180 254 / 0.5);
}

.focus\:border-e-purple-300\/60:focus {
  border-inline-end-color: rgb(216 180 254 / 0.6);
}

.focus\:border-e-purple-300\/70:focus {
  border-inline-end-color: rgb(216 180 254 / 0.7);
}

.focus\:border-e-purple-300\/75:focus {
  border-inline-end-color: rgb(216 180 254 / 0.75);
}

.focus\:border-e-purple-300\/80:focus {
  border-inline-end-color: rgb(216 180 254 / 0.8);
}

.focus\:border-e-purple-300\/90:focus {
  border-inline-end-color: rgb(216 180 254 / 0.9);
}

.focus\:border-e-purple-300\/95:focus {
  border-inline-end-color: rgb(216 180 254 / 0.95);
}

.focus\:border-e-purple-400:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(192 132 252 / var(--tw-border-opacity));
}

.focus\:border-e-purple-400\/0:focus {
  border-inline-end-color: rgb(192 132 252 / 0);
}

.focus\:border-e-purple-400\/10:focus {
  border-inline-end-color: rgb(192 132 252 / 0.1);
}

.focus\:border-e-purple-400\/100:focus {
  border-inline-end-color: rgb(192 132 252 / 1);
}

.focus\:border-e-purple-400\/20:focus {
  border-inline-end-color: rgb(192 132 252 / 0.2);
}

.focus\:border-e-purple-400\/25:focus {
  border-inline-end-color: rgb(192 132 252 / 0.25);
}

.focus\:border-e-purple-400\/30:focus {
  border-inline-end-color: rgb(192 132 252 / 0.3);
}

.focus\:border-e-purple-400\/40:focus {
  border-inline-end-color: rgb(192 132 252 / 0.4);
}

.focus\:border-e-purple-400\/5:focus {
  border-inline-end-color: rgb(192 132 252 / 0.05);
}

.focus\:border-e-purple-400\/50:focus {
  border-inline-end-color: rgb(192 132 252 / 0.5);
}

.focus\:border-e-purple-400\/60:focus {
  border-inline-end-color: rgb(192 132 252 / 0.6);
}

.focus\:border-e-purple-400\/70:focus {
  border-inline-end-color: rgb(192 132 252 / 0.7);
}

.focus\:border-e-purple-400\/75:focus {
  border-inline-end-color: rgb(192 132 252 / 0.75);
}

.focus\:border-e-purple-400\/80:focus {
  border-inline-end-color: rgb(192 132 252 / 0.8);
}

.focus\:border-e-purple-400\/90:focus {
  border-inline-end-color: rgb(192 132 252 / 0.9);
}

.focus\:border-e-purple-400\/95:focus {
  border-inline-end-color: rgb(192 132 252 / 0.95);
}

.focus\:border-e-purple-50:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 245 255 / var(--tw-border-opacity));
}

.focus\:border-e-purple-50\/0:focus {
  border-inline-end-color: rgb(250 245 255 / 0);
}

.focus\:border-e-purple-50\/10:focus {
  border-inline-end-color: rgb(250 245 255 / 0.1);
}

.focus\:border-e-purple-50\/100:focus {
  border-inline-end-color: rgb(250 245 255 / 1);
}

.focus\:border-e-purple-50\/20:focus {
  border-inline-end-color: rgb(250 245 255 / 0.2);
}

.focus\:border-e-purple-50\/25:focus {
  border-inline-end-color: rgb(250 245 255 / 0.25);
}

.focus\:border-e-purple-50\/30:focus {
  border-inline-end-color: rgb(250 245 255 / 0.3);
}

.focus\:border-e-purple-50\/40:focus {
  border-inline-end-color: rgb(250 245 255 / 0.4);
}

.focus\:border-e-purple-50\/5:focus {
  border-inline-end-color: rgb(250 245 255 / 0.05);
}

.focus\:border-e-purple-50\/50:focus {
  border-inline-end-color: rgb(250 245 255 / 0.5);
}

.focus\:border-e-purple-50\/60:focus {
  border-inline-end-color: rgb(250 245 255 / 0.6);
}

.focus\:border-e-purple-50\/70:focus {
  border-inline-end-color: rgb(250 245 255 / 0.7);
}

.focus\:border-e-purple-50\/75:focus {
  border-inline-end-color: rgb(250 245 255 / 0.75);
}

.focus\:border-e-purple-50\/80:focus {
  border-inline-end-color: rgb(250 245 255 / 0.8);
}

.focus\:border-e-purple-50\/90:focus {
  border-inline-end-color: rgb(250 245 255 / 0.9);
}

.focus\:border-e-purple-50\/95:focus {
  border-inline-end-color: rgb(250 245 255 / 0.95);
}

.focus\:border-e-purple-500:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(168 85 247 / var(--tw-border-opacity));
}

.focus\:border-e-purple-500\/0:focus {
  border-inline-end-color: rgb(168 85 247 / 0);
}

.focus\:border-e-purple-500\/10:focus {
  border-inline-end-color: rgb(168 85 247 / 0.1);
}

.focus\:border-e-purple-500\/100:focus {
  border-inline-end-color: rgb(168 85 247 / 1);
}

.focus\:border-e-purple-500\/20:focus {
  border-inline-end-color: rgb(168 85 247 / 0.2);
}

.focus\:border-e-purple-500\/25:focus {
  border-inline-end-color: rgb(168 85 247 / 0.25);
}

.focus\:border-e-purple-500\/30:focus {
  border-inline-end-color: rgb(168 85 247 / 0.3);
}

.focus\:border-e-purple-500\/40:focus {
  border-inline-end-color: rgb(168 85 247 / 0.4);
}

.focus\:border-e-purple-500\/5:focus {
  border-inline-end-color: rgb(168 85 247 / 0.05);
}

.focus\:border-e-purple-500\/50:focus {
  border-inline-end-color: rgb(168 85 247 / 0.5);
}

.focus\:border-e-purple-500\/60:focus {
  border-inline-end-color: rgb(168 85 247 / 0.6);
}

.focus\:border-e-purple-500\/70:focus {
  border-inline-end-color: rgb(168 85 247 / 0.7);
}

.focus\:border-e-purple-500\/75:focus {
  border-inline-end-color: rgb(168 85 247 / 0.75);
}

.focus\:border-e-purple-500\/80:focus {
  border-inline-end-color: rgb(168 85 247 / 0.8);
}

.focus\:border-e-purple-500\/90:focus {
  border-inline-end-color: rgb(168 85 247 / 0.9);
}

.focus\:border-e-purple-500\/95:focus {
  border-inline-end-color: rgb(168 85 247 / 0.95);
}

.focus\:border-e-purple-600:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(147 51 234 / var(--tw-border-opacity));
}

.focus\:border-e-purple-600\/0:focus {
  border-inline-end-color: rgb(147 51 234 / 0);
}

.focus\:border-e-purple-600\/10:focus {
  border-inline-end-color: rgb(147 51 234 / 0.1);
}

.focus\:border-e-purple-600\/100:focus {
  border-inline-end-color: rgb(147 51 234 / 1);
}

.focus\:border-e-purple-600\/20:focus {
  border-inline-end-color: rgb(147 51 234 / 0.2);
}

.focus\:border-e-purple-600\/25:focus {
  border-inline-end-color: rgb(147 51 234 / 0.25);
}

.focus\:border-e-purple-600\/30:focus {
  border-inline-end-color: rgb(147 51 234 / 0.3);
}

.focus\:border-e-purple-600\/40:focus {
  border-inline-end-color: rgb(147 51 234 / 0.4);
}

.focus\:border-e-purple-600\/5:focus {
  border-inline-end-color: rgb(147 51 234 / 0.05);
}

.focus\:border-e-purple-600\/50:focus {
  border-inline-end-color: rgb(147 51 234 / 0.5);
}

.focus\:border-e-purple-600\/60:focus {
  border-inline-end-color: rgb(147 51 234 / 0.6);
}

.focus\:border-e-purple-600\/70:focus {
  border-inline-end-color: rgb(147 51 234 / 0.7);
}

.focus\:border-e-purple-600\/75:focus {
  border-inline-end-color: rgb(147 51 234 / 0.75);
}

.focus\:border-e-purple-600\/80:focus {
  border-inline-end-color: rgb(147 51 234 / 0.8);
}

.focus\:border-e-purple-600\/90:focus {
  border-inline-end-color: rgb(147 51 234 / 0.9);
}

.focus\:border-e-purple-600\/95:focus {
  border-inline-end-color: rgb(147 51 234 / 0.95);
}

.focus\:border-e-purple-700:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(126 34 206 / var(--tw-border-opacity));
}

.focus\:border-e-purple-700\/0:focus {
  border-inline-end-color: rgb(126 34 206 / 0);
}

.focus\:border-e-purple-700\/10:focus {
  border-inline-end-color: rgb(126 34 206 / 0.1);
}

.focus\:border-e-purple-700\/100:focus {
  border-inline-end-color: rgb(126 34 206 / 1);
}

.focus\:border-e-purple-700\/20:focus {
  border-inline-end-color: rgb(126 34 206 / 0.2);
}

.focus\:border-e-purple-700\/25:focus {
  border-inline-end-color: rgb(126 34 206 / 0.25);
}

.focus\:border-e-purple-700\/30:focus {
  border-inline-end-color: rgb(126 34 206 / 0.3);
}

.focus\:border-e-purple-700\/40:focus {
  border-inline-end-color: rgb(126 34 206 / 0.4);
}

.focus\:border-e-purple-700\/5:focus {
  border-inline-end-color: rgb(126 34 206 / 0.05);
}

.focus\:border-e-purple-700\/50:focus {
  border-inline-end-color: rgb(126 34 206 / 0.5);
}

.focus\:border-e-purple-700\/60:focus {
  border-inline-end-color: rgb(126 34 206 / 0.6);
}

.focus\:border-e-purple-700\/70:focus {
  border-inline-end-color: rgb(126 34 206 / 0.7);
}

.focus\:border-e-purple-700\/75:focus {
  border-inline-end-color: rgb(126 34 206 / 0.75);
}

.focus\:border-e-purple-700\/80:focus {
  border-inline-end-color: rgb(126 34 206 / 0.8);
}

.focus\:border-e-purple-700\/90:focus {
  border-inline-end-color: rgb(126 34 206 / 0.9);
}

.focus\:border-e-purple-700\/95:focus {
  border-inline-end-color: rgb(126 34 206 / 0.95);
}

.focus\:border-e-purple-800:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(107 33 168 / var(--tw-border-opacity));
}

.focus\:border-e-purple-800\/0:focus {
  border-inline-end-color: rgb(107 33 168 / 0);
}

.focus\:border-e-purple-800\/10:focus {
  border-inline-end-color: rgb(107 33 168 / 0.1);
}

.focus\:border-e-purple-800\/100:focus {
  border-inline-end-color: rgb(107 33 168 / 1);
}

.focus\:border-e-purple-800\/20:focus {
  border-inline-end-color: rgb(107 33 168 / 0.2);
}

.focus\:border-e-purple-800\/25:focus {
  border-inline-end-color: rgb(107 33 168 / 0.25);
}

.focus\:border-e-purple-800\/30:focus {
  border-inline-end-color: rgb(107 33 168 / 0.3);
}

.focus\:border-e-purple-800\/40:focus {
  border-inline-end-color: rgb(107 33 168 / 0.4);
}

.focus\:border-e-purple-800\/5:focus {
  border-inline-end-color: rgb(107 33 168 / 0.05);
}

.focus\:border-e-purple-800\/50:focus {
  border-inline-end-color: rgb(107 33 168 / 0.5);
}

.focus\:border-e-purple-800\/60:focus {
  border-inline-end-color: rgb(107 33 168 / 0.6);
}

.focus\:border-e-purple-800\/70:focus {
  border-inline-end-color: rgb(107 33 168 / 0.7);
}

.focus\:border-e-purple-800\/75:focus {
  border-inline-end-color: rgb(107 33 168 / 0.75);
}

.focus\:border-e-purple-800\/80:focus {
  border-inline-end-color: rgb(107 33 168 / 0.8);
}

.focus\:border-e-purple-800\/90:focus {
  border-inline-end-color: rgb(107 33 168 / 0.9);
}

.focus\:border-e-purple-800\/95:focus {
  border-inline-end-color: rgb(107 33 168 / 0.95);
}

.focus\:border-e-purple-900:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(88 28 135 / var(--tw-border-opacity));
}

.focus\:border-e-purple-900\/0:focus {
  border-inline-end-color: rgb(88 28 135 / 0);
}

.focus\:border-e-purple-900\/10:focus {
  border-inline-end-color: rgb(88 28 135 / 0.1);
}

.focus\:border-e-purple-900\/100:focus {
  border-inline-end-color: rgb(88 28 135 / 1);
}

.focus\:border-e-purple-900\/20:focus {
  border-inline-end-color: rgb(88 28 135 / 0.2);
}

.focus\:border-e-purple-900\/25:focus {
  border-inline-end-color: rgb(88 28 135 / 0.25);
}

.focus\:border-e-purple-900\/30:focus {
  border-inline-end-color: rgb(88 28 135 / 0.3);
}

.focus\:border-e-purple-900\/40:focus {
  border-inline-end-color: rgb(88 28 135 / 0.4);
}

.focus\:border-e-purple-900\/5:focus {
  border-inline-end-color: rgb(88 28 135 / 0.05);
}

.focus\:border-e-purple-900\/50:focus {
  border-inline-end-color: rgb(88 28 135 / 0.5);
}

.focus\:border-e-purple-900\/60:focus {
  border-inline-end-color: rgb(88 28 135 / 0.6);
}

.focus\:border-e-purple-900\/70:focus {
  border-inline-end-color: rgb(88 28 135 / 0.7);
}

.focus\:border-e-purple-900\/75:focus {
  border-inline-end-color: rgb(88 28 135 / 0.75);
}

.focus\:border-e-purple-900\/80:focus {
  border-inline-end-color: rgb(88 28 135 / 0.8);
}

.focus\:border-e-purple-900\/90:focus {
  border-inline-end-color: rgb(88 28 135 / 0.9);
}

.focus\:border-e-purple-900\/95:focus {
  border-inline-end-color: rgb(88 28 135 / 0.95);
}

.focus\:border-e-purple-950:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(59 7 100 / var(--tw-border-opacity));
}

.focus\:border-e-purple-950\/0:focus {
  border-inline-end-color: rgb(59 7 100 / 0);
}

.focus\:border-e-purple-950\/10:focus {
  border-inline-end-color: rgb(59 7 100 / 0.1);
}

.focus\:border-e-purple-950\/100:focus {
  border-inline-end-color: rgb(59 7 100 / 1);
}

.focus\:border-e-purple-950\/20:focus {
  border-inline-end-color: rgb(59 7 100 / 0.2);
}

.focus\:border-e-purple-950\/25:focus {
  border-inline-end-color: rgb(59 7 100 / 0.25);
}

.focus\:border-e-purple-950\/30:focus {
  border-inline-end-color: rgb(59 7 100 / 0.3);
}

.focus\:border-e-purple-950\/40:focus {
  border-inline-end-color: rgb(59 7 100 / 0.4);
}

.focus\:border-e-purple-950\/5:focus {
  border-inline-end-color: rgb(59 7 100 / 0.05);
}

.focus\:border-e-purple-950\/50:focus {
  border-inline-end-color: rgb(59 7 100 / 0.5);
}

.focus\:border-e-purple-950\/60:focus {
  border-inline-end-color: rgb(59 7 100 / 0.6);
}

.focus\:border-e-purple-950\/70:focus {
  border-inline-end-color: rgb(59 7 100 / 0.7);
}

.focus\:border-e-purple-950\/75:focus {
  border-inline-end-color: rgb(59 7 100 / 0.75);
}

.focus\:border-e-purple-950\/80:focus {
  border-inline-end-color: rgb(59 7 100 / 0.8);
}

.focus\:border-e-purple-950\/90:focus {
  border-inline-end-color: rgb(59 7 100 / 0.9);
}

.focus\:border-e-purple-950\/95:focus {
  border-inline-end-color: rgb(59 7 100 / 0.95);
}

.focus\:border-e-red-100:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 226 226 / var(--tw-border-opacity));
}

.focus\:border-e-red-100\/0:focus {
  border-inline-end-color: rgb(254 226 226 / 0);
}

.focus\:border-e-red-100\/10:focus {
  border-inline-end-color: rgb(254 226 226 / 0.1);
}

.focus\:border-e-red-100\/100:focus {
  border-inline-end-color: rgb(254 226 226 / 1);
}

.focus\:border-e-red-100\/20:focus {
  border-inline-end-color: rgb(254 226 226 / 0.2);
}

.focus\:border-e-red-100\/25:focus {
  border-inline-end-color: rgb(254 226 226 / 0.25);
}

.focus\:border-e-red-100\/30:focus {
  border-inline-end-color: rgb(254 226 226 / 0.3);
}

.focus\:border-e-red-100\/40:focus {
  border-inline-end-color: rgb(254 226 226 / 0.4);
}

.focus\:border-e-red-100\/5:focus {
  border-inline-end-color: rgb(254 226 226 / 0.05);
}

.focus\:border-e-red-100\/50:focus {
  border-inline-end-color: rgb(254 226 226 / 0.5);
}

.focus\:border-e-red-100\/60:focus {
  border-inline-end-color: rgb(254 226 226 / 0.6);
}

.focus\:border-e-red-100\/70:focus {
  border-inline-end-color: rgb(254 226 226 / 0.7);
}

.focus\:border-e-red-100\/75:focus {
  border-inline-end-color: rgb(254 226 226 / 0.75);
}

.focus\:border-e-red-100\/80:focus {
  border-inline-end-color: rgb(254 226 226 / 0.8);
}

.focus\:border-e-red-100\/90:focus {
  border-inline-end-color: rgb(254 226 226 / 0.9);
}

.focus\:border-e-red-100\/95:focus {
  border-inline-end-color: rgb(254 226 226 / 0.95);
}

.focus\:border-e-red-200:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.focus\:border-e-red-200\/0:focus {
  border-inline-end-color: rgb(254 202 202 / 0);
}

.focus\:border-e-red-200\/10:focus {
  border-inline-end-color: rgb(254 202 202 / 0.1);
}

.focus\:border-e-red-200\/100:focus {
  border-inline-end-color: rgb(254 202 202 / 1);
}

.focus\:border-e-red-200\/20:focus {
  border-inline-end-color: rgb(254 202 202 / 0.2);
}

.focus\:border-e-red-200\/25:focus {
  border-inline-end-color: rgb(254 202 202 / 0.25);
}

.focus\:border-e-red-200\/30:focus {
  border-inline-end-color: rgb(254 202 202 / 0.3);
}

.focus\:border-e-red-200\/40:focus {
  border-inline-end-color: rgb(254 202 202 / 0.4);
}

.focus\:border-e-red-200\/5:focus {
  border-inline-end-color: rgb(254 202 202 / 0.05);
}

.focus\:border-e-red-200\/50:focus {
  border-inline-end-color: rgb(254 202 202 / 0.5);
}

.focus\:border-e-red-200\/60:focus {
  border-inline-end-color: rgb(254 202 202 / 0.6);
}

.focus\:border-e-red-200\/70:focus {
  border-inline-end-color: rgb(254 202 202 / 0.7);
}

.focus\:border-e-red-200\/75:focus {
  border-inline-end-color: rgb(254 202 202 / 0.75);
}

.focus\:border-e-red-200\/80:focus {
  border-inline-end-color: rgb(254 202 202 / 0.8);
}

.focus\:border-e-red-200\/90:focus {
  border-inline-end-color: rgb(254 202 202 / 0.9);
}

.focus\:border-e-red-200\/95:focus {
  border-inline-end-color: rgb(254 202 202 / 0.95);
}

.focus\:border-e-red-300:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.focus\:border-e-red-300\/0:focus {
  border-inline-end-color: rgb(252 165 165 / 0);
}

.focus\:border-e-red-300\/10:focus {
  border-inline-end-color: rgb(252 165 165 / 0.1);
}

.focus\:border-e-red-300\/100:focus {
  border-inline-end-color: rgb(252 165 165 / 1);
}

.focus\:border-e-red-300\/20:focus {
  border-inline-end-color: rgb(252 165 165 / 0.2);
}

.focus\:border-e-red-300\/25:focus {
  border-inline-end-color: rgb(252 165 165 / 0.25);
}

.focus\:border-e-red-300\/30:focus {
  border-inline-end-color: rgb(252 165 165 / 0.3);
}

.focus\:border-e-red-300\/40:focus {
  border-inline-end-color: rgb(252 165 165 / 0.4);
}

.focus\:border-e-red-300\/5:focus {
  border-inline-end-color: rgb(252 165 165 / 0.05);
}

.focus\:border-e-red-300\/50:focus {
  border-inline-end-color: rgb(252 165 165 / 0.5);
}

.focus\:border-e-red-300\/60:focus {
  border-inline-end-color: rgb(252 165 165 / 0.6);
}

.focus\:border-e-red-300\/70:focus {
  border-inline-end-color: rgb(252 165 165 / 0.7);
}

.focus\:border-e-red-300\/75:focus {
  border-inline-end-color: rgb(252 165 165 / 0.75);
}

.focus\:border-e-red-300\/80:focus {
  border-inline-end-color: rgb(252 165 165 / 0.8);
}

.focus\:border-e-red-300\/90:focus {
  border-inline-end-color: rgb(252 165 165 / 0.9);
}

.focus\:border-e-red-300\/95:focus {
  border-inline-end-color: rgb(252 165 165 / 0.95);
}

.focus\:border-e-red-400:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.focus\:border-e-red-400\/0:focus {
  border-inline-end-color: rgb(248 113 113 / 0);
}

.focus\:border-e-red-400\/10:focus {
  border-inline-end-color: rgb(248 113 113 / 0.1);
}

.focus\:border-e-red-400\/100:focus {
  border-inline-end-color: rgb(248 113 113 / 1);
}

.focus\:border-e-red-400\/20:focus {
  border-inline-end-color: rgb(248 113 113 / 0.2);
}

.focus\:border-e-red-400\/25:focus {
  border-inline-end-color: rgb(248 113 113 / 0.25);
}

.focus\:border-e-red-400\/30:focus {
  border-inline-end-color: rgb(248 113 113 / 0.3);
}

.focus\:border-e-red-400\/40:focus {
  border-inline-end-color: rgb(248 113 113 / 0.4);
}

.focus\:border-e-red-400\/5:focus {
  border-inline-end-color: rgb(248 113 113 / 0.05);
}

.focus\:border-e-red-400\/50:focus {
  border-inline-end-color: rgb(248 113 113 / 0.5);
}

.focus\:border-e-red-400\/60:focus {
  border-inline-end-color: rgb(248 113 113 / 0.6);
}

.focus\:border-e-red-400\/70:focus {
  border-inline-end-color: rgb(248 113 113 / 0.7);
}

.focus\:border-e-red-400\/75:focus {
  border-inline-end-color: rgb(248 113 113 / 0.75);
}

.focus\:border-e-red-400\/80:focus {
  border-inline-end-color: rgb(248 113 113 / 0.8);
}

.focus\:border-e-red-400\/90:focus {
  border-inline-end-color: rgb(248 113 113 / 0.9);
}

.focus\:border-e-red-400\/95:focus {
  border-inline-end-color: rgb(248 113 113 / 0.95);
}

.focus\:border-e-red-50:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.focus\:border-e-red-50\/0:focus {
  border-inline-end-color: rgb(254 242 242 / 0);
}

.focus\:border-e-red-50\/10:focus {
  border-inline-end-color: rgb(254 242 242 / 0.1);
}

.focus\:border-e-red-50\/100:focus {
  border-inline-end-color: rgb(254 242 242 / 1);
}

.focus\:border-e-red-50\/20:focus {
  border-inline-end-color: rgb(254 242 242 / 0.2);
}

.focus\:border-e-red-50\/25:focus {
  border-inline-end-color: rgb(254 242 242 / 0.25);
}

.focus\:border-e-red-50\/30:focus {
  border-inline-end-color: rgb(254 242 242 / 0.3);
}

.focus\:border-e-red-50\/40:focus {
  border-inline-end-color: rgb(254 242 242 / 0.4);
}

.focus\:border-e-red-50\/5:focus {
  border-inline-end-color: rgb(254 242 242 / 0.05);
}

.focus\:border-e-red-50\/50:focus {
  border-inline-end-color: rgb(254 242 242 / 0.5);
}

.focus\:border-e-red-50\/60:focus {
  border-inline-end-color: rgb(254 242 242 / 0.6);
}

.focus\:border-e-red-50\/70:focus {
  border-inline-end-color: rgb(254 242 242 / 0.7);
}

.focus\:border-e-red-50\/75:focus {
  border-inline-end-color: rgb(254 242 242 / 0.75);
}

.focus\:border-e-red-50\/80:focus {
  border-inline-end-color: rgb(254 242 242 / 0.8);
}

.focus\:border-e-red-50\/90:focus {
  border-inline-end-color: rgb(254 242 242 / 0.9);
}

.focus\:border-e-red-50\/95:focus {
  border-inline-end-color: rgb(254 242 242 / 0.95);
}

.focus\:border-e-red-500:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.focus\:border-e-red-500\/0:focus {
  border-inline-end-color: rgb(239 68 68 / 0);
}

.focus\:border-e-red-500\/10:focus {
  border-inline-end-color: rgb(239 68 68 / 0.1);
}

.focus\:border-e-red-500\/100:focus {
  border-inline-end-color: rgb(239 68 68 / 1);
}

.focus\:border-e-red-500\/20:focus {
  border-inline-end-color: rgb(239 68 68 / 0.2);
}

.focus\:border-e-red-500\/25:focus {
  border-inline-end-color: rgb(239 68 68 / 0.25);
}

.focus\:border-e-red-500\/30:focus {
  border-inline-end-color: rgb(239 68 68 / 0.3);
}

.focus\:border-e-red-500\/40:focus {
  border-inline-end-color: rgb(239 68 68 / 0.4);
}

.focus\:border-e-red-500\/5:focus {
  border-inline-end-color: rgb(239 68 68 / 0.05);
}

.focus\:border-e-red-500\/50:focus {
  border-inline-end-color: rgb(239 68 68 / 0.5);
}

.focus\:border-e-red-500\/60:focus {
  border-inline-end-color: rgb(239 68 68 / 0.6);
}

.focus\:border-e-red-500\/70:focus {
  border-inline-end-color: rgb(239 68 68 / 0.7);
}

.focus\:border-e-red-500\/75:focus {
  border-inline-end-color: rgb(239 68 68 / 0.75);
}

.focus\:border-e-red-500\/80:focus {
  border-inline-end-color: rgb(239 68 68 / 0.8);
}

.focus\:border-e-red-500\/90:focus {
  border-inline-end-color: rgb(239 68 68 / 0.9);
}

.focus\:border-e-red-500\/95:focus {
  border-inline-end-color: rgb(239 68 68 / 0.95);
}

.focus\:border-e-red-600:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.focus\:border-e-red-600\/0:focus {
  border-inline-end-color: rgb(220 38 38 / 0);
}

.focus\:border-e-red-600\/10:focus {
  border-inline-end-color: rgb(220 38 38 / 0.1);
}

.focus\:border-e-red-600\/100:focus {
  border-inline-end-color: rgb(220 38 38 / 1);
}

.focus\:border-e-red-600\/20:focus {
  border-inline-end-color: rgb(220 38 38 / 0.2);
}

.focus\:border-e-red-600\/25:focus {
  border-inline-end-color: rgb(220 38 38 / 0.25);
}

.focus\:border-e-red-600\/30:focus {
  border-inline-end-color: rgb(220 38 38 / 0.3);
}

.focus\:border-e-red-600\/40:focus {
  border-inline-end-color: rgb(220 38 38 / 0.4);
}

.focus\:border-e-red-600\/5:focus {
  border-inline-end-color: rgb(220 38 38 / 0.05);
}

.focus\:border-e-red-600\/50:focus {
  border-inline-end-color: rgb(220 38 38 / 0.5);
}

.focus\:border-e-red-600\/60:focus {
  border-inline-end-color: rgb(220 38 38 / 0.6);
}

.focus\:border-e-red-600\/70:focus {
  border-inline-end-color: rgb(220 38 38 / 0.7);
}

.focus\:border-e-red-600\/75:focus {
  border-inline-end-color: rgb(220 38 38 / 0.75);
}

.focus\:border-e-red-600\/80:focus {
  border-inline-end-color: rgb(220 38 38 / 0.8);
}

.focus\:border-e-red-600\/90:focus {
  border-inline-end-color: rgb(220 38 38 / 0.9);
}

.focus\:border-e-red-600\/95:focus {
  border-inline-end-color: rgb(220 38 38 / 0.95);
}

.focus\:border-e-red-700:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.focus\:border-e-red-700\/0:focus {
  border-inline-end-color: rgb(185 28 28 / 0);
}

.focus\:border-e-red-700\/10:focus {
  border-inline-end-color: rgb(185 28 28 / 0.1);
}

.focus\:border-e-red-700\/100:focus {
  border-inline-end-color: rgb(185 28 28 / 1);
}

.focus\:border-e-red-700\/20:focus {
  border-inline-end-color: rgb(185 28 28 / 0.2);
}

.focus\:border-e-red-700\/25:focus {
  border-inline-end-color: rgb(185 28 28 / 0.25);
}

.focus\:border-e-red-700\/30:focus {
  border-inline-end-color: rgb(185 28 28 / 0.3);
}

.focus\:border-e-red-700\/40:focus {
  border-inline-end-color: rgb(185 28 28 / 0.4);
}

.focus\:border-e-red-700\/5:focus {
  border-inline-end-color: rgb(185 28 28 / 0.05);
}

.focus\:border-e-red-700\/50:focus {
  border-inline-end-color: rgb(185 28 28 / 0.5);
}

.focus\:border-e-red-700\/60:focus {
  border-inline-end-color: rgb(185 28 28 / 0.6);
}

.focus\:border-e-red-700\/70:focus {
  border-inline-end-color: rgb(185 28 28 / 0.7);
}

.focus\:border-e-red-700\/75:focus {
  border-inline-end-color: rgb(185 28 28 / 0.75);
}

.focus\:border-e-red-700\/80:focus {
  border-inline-end-color: rgb(185 28 28 / 0.8);
}

.focus\:border-e-red-700\/90:focus {
  border-inline-end-color: rgb(185 28 28 / 0.9);
}

.focus\:border-e-red-700\/95:focus {
  border-inline-end-color: rgb(185 28 28 / 0.95);
}

.focus\:border-e-red-800:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.focus\:border-e-red-800\/0:focus {
  border-inline-end-color: rgb(153 27 27 / 0);
}

.focus\:border-e-red-800\/10:focus {
  border-inline-end-color: rgb(153 27 27 / 0.1);
}

.focus\:border-e-red-800\/100:focus {
  border-inline-end-color: rgb(153 27 27 / 1);
}

.focus\:border-e-red-800\/20:focus {
  border-inline-end-color: rgb(153 27 27 / 0.2);
}

.focus\:border-e-red-800\/25:focus {
  border-inline-end-color: rgb(153 27 27 / 0.25);
}

.focus\:border-e-red-800\/30:focus {
  border-inline-end-color: rgb(153 27 27 / 0.3);
}

.focus\:border-e-red-800\/40:focus {
  border-inline-end-color: rgb(153 27 27 / 0.4);
}

.focus\:border-e-red-800\/5:focus {
  border-inline-end-color: rgb(153 27 27 / 0.05);
}

.focus\:border-e-red-800\/50:focus {
  border-inline-end-color: rgb(153 27 27 / 0.5);
}

.focus\:border-e-red-800\/60:focus {
  border-inline-end-color: rgb(153 27 27 / 0.6);
}

.focus\:border-e-red-800\/70:focus {
  border-inline-end-color: rgb(153 27 27 / 0.7);
}

.focus\:border-e-red-800\/75:focus {
  border-inline-end-color: rgb(153 27 27 / 0.75);
}

.focus\:border-e-red-800\/80:focus {
  border-inline-end-color: rgb(153 27 27 / 0.8);
}

.focus\:border-e-red-800\/90:focus {
  border-inline-end-color: rgb(153 27 27 / 0.9);
}

.focus\:border-e-red-800\/95:focus {
  border-inline-end-color: rgb(153 27 27 / 0.95);
}

.focus\:border-e-red-900:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.focus\:border-e-red-900\/0:focus {
  border-inline-end-color: rgb(127 29 29 / 0);
}

.focus\:border-e-red-900\/10:focus {
  border-inline-end-color: rgb(127 29 29 / 0.1);
}

.focus\:border-e-red-900\/100:focus {
  border-inline-end-color: rgb(127 29 29 / 1);
}

.focus\:border-e-red-900\/20:focus {
  border-inline-end-color: rgb(127 29 29 / 0.2);
}

.focus\:border-e-red-900\/25:focus {
  border-inline-end-color: rgb(127 29 29 / 0.25);
}

.focus\:border-e-red-900\/30:focus {
  border-inline-end-color: rgb(127 29 29 / 0.3);
}

.focus\:border-e-red-900\/40:focus {
  border-inline-end-color: rgb(127 29 29 / 0.4);
}

.focus\:border-e-red-900\/5:focus {
  border-inline-end-color: rgb(127 29 29 / 0.05);
}

.focus\:border-e-red-900\/50:focus {
  border-inline-end-color: rgb(127 29 29 / 0.5);
}

.focus\:border-e-red-900\/60:focus {
  border-inline-end-color: rgb(127 29 29 / 0.6);
}

.focus\:border-e-red-900\/70:focus {
  border-inline-end-color: rgb(127 29 29 / 0.7);
}

.focus\:border-e-red-900\/75:focus {
  border-inline-end-color: rgb(127 29 29 / 0.75);
}

.focus\:border-e-red-900\/80:focus {
  border-inline-end-color: rgb(127 29 29 / 0.8);
}

.focus\:border-e-red-900\/90:focus {
  border-inline-end-color: rgb(127 29 29 / 0.9);
}

.focus\:border-e-red-900\/95:focus {
  border-inline-end-color: rgb(127 29 29 / 0.95);
}

.focus\:border-e-red-950:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(69 10 10 / var(--tw-border-opacity));
}

.focus\:border-e-red-950\/0:focus {
  border-inline-end-color: rgb(69 10 10 / 0);
}

.focus\:border-e-red-950\/10:focus {
  border-inline-end-color: rgb(69 10 10 / 0.1);
}

.focus\:border-e-red-950\/100:focus {
  border-inline-end-color: rgb(69 10 10 / 1);
}

.focus\:border-e-red-950\/20:focus {
  border-inline-end-color: rgb(69 10 10 / 0.2);
}

.focus\:border-e-red-950\/25:focus {
  border-inline-end-color: rgb(69 10 10 / 0.25);
}

.focus\:border-e-red-950\/30:focus {
  border-inline-end-color: rgb(69 10 10 / 0.3);
}

.focus\:border-e-red-950\/40:focus {
  border-inline-end-color: rgb(69 10 10 / 0.4);
}

.focus\:border-e-red-950\/5:focus {
  border-inline-end-color: rgb(69 10 10 / 0.05);
}

.focus\:border-e-red-950\/50:focus {
  border-inline-end-color: rgb(69 10 10 / 0.5);
}

.focus\:border-e-red-950\/60:focus {
  border-inline-end-color: rgb(69 10 10 / 0.6);
}

.focus\:border-e-red-950\/70:focus {
  border-inline-end-color: rgb(69 10 10 / 0.7);
}

.focus\:border-e-red-950\/75:focus {
  border-inline-end-color: rgb(69 10 10 / 0.75);
}

.focus\:border-e-red-950\/80:focus {
  border-inline-end-color: rgb(69 10 10 / 0.8);
}

.focus\:border-e-red-950\/90:focus {
  border-inline-end-color: rgb(69 10 10 / 0.9);
}

.focus\:border-e-red-950\/95:focus {
  border-inline-end-color: rgb(69 10 10 / 0.95);
}

.focus\:border-e-rose-100:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 228 230 / var(--tw-border-opacity));
}

.focus\:border-e-rose-100\/0:focus {
  border-inline-end-color: rgb(255 228 230 / 0);
}

.focus\:border-e-rose-100\/10:focus {
  border-inline-end-color: rgb(255 228 230 / 0.1);
}

.focus\:border-e-rose-100\/100:focus {
  border-inline-end-color: rgb(255 228 230 / 1);
}

.focus\:border-e-rose-100\/20:focus {
  border-inline-end-color: rgb(255 228 230 / 0.2);
}

.focus\:border-e-rose-100\/25:focus {
  border-inline-end-color: rgb(255 228 230 / 0.25);
}

.focus\:border-e-rose-100\/30:focus {
  border-inline-end-color: rgb(255 228 230 / 0.3);
}

.focus\:border-e-rose-100\/40:focus {
  border-inline-end-color: rgb(255 228 230 / 0.4);
}

.focus\:border-e-rose-100\/5:focus {
  border-inline-end-color: rgb(255 228 230 / 0.05);
}

.focus\:border-e-rose-100\/50:focus {
  border-inline-end-color: rgb(255 228 230 / 0.5);
}

.focus\:border-e-rose-100\/60:focus {
  border-inline-end-color: rgb(255 228 230 / 0.6);
}

.focus\:border-e-rose-100\/70:focus {
  border-inline-end-color: rgb(255 228 230 / 0.7);
}

.focus\:border-e-rose-100\/75:focus {
  border-inline-end-color: rgb(255 228 230 / 0.75);
}

.focus\:border-e-rose-100\/80:focus {
  border-inline-end-color: rgb(255 228 230 / 0.8);
}

.focus\:border-e-rose-100\/90:focus {
  border-inline-end-color: rgb(255 228 230 / 0.9);
}

.focus\:border-e-rose-100\/95:focus {
  border-inline-end-color: rgb(255 228 230 / 0.95);
}

.focus\:border-e-rose-200:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 205 211 / var(--tw-border-opacity));
}

.focus\:border-e-rose-200\/0:focus {
  border-inline-end-color: rgb(254 205 211 / 0);
}

.focus\:border-e-rose-200\/10:focus {
  border-inline-end-color: rgb(254 205 211 / 0.1);
}

.focus\:border-e-rose-200\/100:focus {
  border-inline-end-color: rgb(254 205 211 / 1);
}

.focus\:border-e-rose-200\/20:focus {
  border-inline-end-color: rgb(254 205 211 / 0.2);
}

.focus\:border-e-rose-200\/25:focus {
  border-inline-end-color: rgb(254 205 211 / 0.25);
}

.focus\:border-e-rose-200\/30:focus {
  border-inline-end-color: rgb(254 205 211 / 0.3);
}

.focus\:border-e-rose-200\/40:focus {
  border-inline-end-color: rgb(254 205 211 / 0.4);
}

.focus\:border-e-rose-200\/5:focus {
  border-inline-end-color: rgb(254 205 211 / 0.05);
}

.focus\:border-e-rose-200\/50:focus {
  border-inline-end-color: rgb(254 205 211 / 0.5);
}

.focus\:border-e-rose-200\/60:focus {
  border-inline-end-color: rgb(254 205 211 / 0.6);
}

.focus\:border-e-rose-200\/70:focus {
  border-inline-end-color: rgb(254 205 211 / 0.7);
}

.focus\:border-e-rose-200\/75:focus {
  border-inline-end-color: rgb(254 205 211 / 0.75);
}

.focus\:border-e-rose-200\/80:focus {
  border-inline-end-color: rgb(254 205 211 / 0.8);
}

.focus\:border-e-rose-200\/90:focus {
  border-inline-end-color: rgb(254 205 211 / 0.9);
}

.focus\:border-e-rose-200\/95:focus {
  border-inline-end-color: rgb(254 205 211 / 0.95);
}

.focus\:border-e-rose-300:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 164 175 / var(--tw-border-opacity));
}

.focus\:border-e-rose-300\/0:focus {
  border-inline-end-color: rgb(253 164 175 / 0);
}

.focus\:border-e-rose-300\/10:focus {
  border-inline-end-color: rgb(253 164 175 / 0.1);
}

.focus\:border-e-rose-300\/100:focus {
  border-inline-end-color: rgb(253 164 175 / 1);
}

.focus\:border-e-rose-300\/20:focus {
  border-inline-end-color: rgb(253 164 175 / 0.2);
}

.focus\:border-e-rose-300\/25:focus {
  border-inline-end-color: rgb(253 164 175 / 0.25);
}

.focus\:border-e-rose-300\/30:focus {
  border-inline-end-color: rgb(253 164 175 / 0.3);
}

.focus\:border-e-rose-300\/40:focus {
  border-inline-end-color: rgb(253 164 175 / 0.4);
}

.focus\:border-e-rose-300\/5:focus {
  border-inline-end-color: rgb(253 164 175 / 0.05);
}

.focus\:border-e-rose-300\/50:focus {
  border-inline-end-color: rgb(253 164 175 / 0.5);
}

.focus\:border-e-rose-300\/60:focus {
  border-inline-end-color: rgb(253 164 175 / 0.6);
}

.focus\:border-e-rose-300\/70:focus {
  border-inline-end-color: rgb(253 164 175 / 0.7);
}

.focus\:border-e-rose-300\/75:focus {
  border-inline-end-color: rgb(253 164 175 / 0.75);
}

.focus\:border-e-rose-300\/80:focus {
  border-inline-end-color: rgb(253 164 175 / 0.8);
}

.focus\:border-e-rose-300\/90:focus {
  border-inline-end-color: rgb(253 164 175 / 0.9);
}

.focus\:border-e-rose-300\/95:focus {
  border-inline-end-color: rgb(253 164 175 / 0.95);
}

.focus\:border-e-rose-400:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.focus\:border-e-rose-400\/0:focus {
  border-inline-end-color: rgb(251 113 133 / 0);
}

.focus\:border-e-rose-400\/10:focus {
  border-inline-end-color: rgb(251 113 133 / 0.1);
}

.focus\:border-e-rose-400\/100:focus {
  border-inline-end-color: rgb(251 113 133 / 1);
}

.focus\:border-e-rose-400\/20:focus {
  border-inline-end-color: rgb(251 113 133 / 0.2);
}

.focus\:border-e-rose-400\/25:focus {
  border-inline-end-color: rgb(251 113 133 / 0.25);
}

.focus\:border-e-rose-400\/30:focus {
  border-inline-end-color: rgb(251 113 133 / 0.3);
}

.focus\:border-e-rose-400\/40:focus {
  border-inline-end-color: rgb(251 113 133 / 0.4);
}

.focus\:border-e-rose-400\/5:focus {
  border-inline-end-color: rgb(251 113 133 / 0.05);
}

.focus\:border-e-rose-400\/50:focus {
  border-inline-end-color: rgb(251 113 133 / 0.5);
}

.focus\:border-e-rose-400\/60:focus {
  border-inline-end-color: rgb(251 113 133 / 0.6);
}

.focus\:border-e-rose-400\/70:focus {
  border-inline-end-color: rgb(251 113 133 / 0.7);
}

.focus\:border-e-rose-400\/75:focus {
  border-inline-end-color: rgb(251 113 133 / 0.75);
}

.focus\:border-e-rose-400\/80:focus {
  border-inline-end-color: rgb(251 113 133 / 0.8);
}

.focus\:border-e-rose-400\/90:focus {
  border-inline-end-color: rgb(251 113 133 / 0.9);
}

.focus\:border-e-rose-400\/95:focus {
  border-inline-end-color: rgb(251 113 133 / 0.95);
}

.focus\:border-e-rose-50:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 241 242 / var(--tw-border-opacity));
}

.focus\:border-e-rose-50\/0:focus {
  border-inline-end-color: rgb(255 241 242 / 0);
}

.focus\:border-e-rose-50\/10:focus {
  border-inline-end-color: rgb(255 241 242 / 0.1);
}

.focus\:border-e-rose-50\/100:focus {
  border-inline-end-color: rgb(255 241 242 / 1);
}

.focus\:border-e-rose-50\/20:focus {
  border-inline-end-color: rgb(255 241 242 / 0.2);
}

.focus\:border-e-rose-50\/25:focus {
  border-inline-end-color: rgb(255 241 242 / 0.25);
}

.focus\:border-e-rose-50\/30:focus {
  border-inline-end-color: rgb(255 241 242 / 0.3);
}

.focus\:border-e-rose-50\/40:focus {
  border-inline-end-color: rgb(255 241 242 / 0.4);
}

.focus\:border-e-rose-50\/5:focus {
  border-inline-end-color: rgb(255 241 242 / 0.05);
}

.focus\:border-e-rose-50\/50:focus {
  border-inline-end-color: rgb(255 241 242 / 0.5);
}

.focus\:border-e-rose-50\/60:focus {
  border-inline-end-color: rgb(255 241 242 / 0.6);
}

.focus\:border-e-rose-50\/70:focus {
  border-inline-end-color: rgb(255 241 242 / 0.7);
}

.focus\:border-e-rose-50\/75:focus {
  border-inline-end-color: rgb(255 241 242 / 0.75);
}

.focus\:border-e-rose-50\/80:focus {
  border-inline-end-color: rgb(255 241 242 / 0.8);
}

.focus\:border-e-rose-50\/90:focus {
  border-inline-end-color: rgb(255 241 242 / 0.9);
}

.focus\:border-e-rose-50\/95:focus {
  border-inline-end-color: rgb(255 241 242 / 0.95);
}

.focus\:border-e-rose-500:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(244 63 94 / var(--tw-border-opacity));
}

.focus\:border-e-rose-500\/0:focus {
  border-inline-end-color: rgb(244 63 94 / 0);
}

.focus\:border-e-rose-500\/10:focus {
  border-inline-end-color: rgb(244 63 94 / 0.1);
}

.focus\:border-e-rose-500\/100:focus {
  border-inline-end-color: rgb(244 63 94 / 1);
}

.focus\:border-e-rose-500\/20:focus {
  border-inline-end-color: rgb(244 63 94 / 0.2);
}

.focus\:border-e-rose-500\/25:focus {
  border-inline-end-color: rgb(244 63 94 / 0.25);
}

.focus\:border-e-rose-500\/30:focus {
  border-inline-end-color: rgb(244 63 94 / 0.3);
}

.focus\:border-e-rose-500\/40:focus {
  border-inline-end-color: rgb(244 63 94 / 0.4);
}

.focus\:border-e-rose-500\/5:focus {
  border-inline-end-color: rgb(244 63 94 / 0.05);
}

.focus\:border-e-rose-500\/50:focus {
  border-inline-end-color: rgb(244 63 94 / 0.5);
}

.focus\:border-e-rose-500\/60:focus {
  border-inline-end-color: rgb(244 63 94 / 0.6);
}

.focus\:border-e-rose-500\/70:focus {
  border-inline-end-color: rgb(244 63 94 / 0.7);
}

.focus\:border-e-rose-500\/75:focus {
  border-inline-end-color: rgb(244 63 94 / 0.75);
}

.focus\:border-e-rose-500\/80:focus {
  border-inline-end-color: rgb(244 63 94 / 0.8);
}

.focus\:border-e-rose-500\/90:focus {
  border-inline-end-color: rgb(244 63 94 / 0.9);
}

.focus\:border-e-rose-500\/95:focus {
  border-inline-end-color: rgb(244 63 94 / 0.95);
}

.focus\:border-e-rose-600:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(225 29 72 / var(--tw-border-opacity));
}

.focus\:border-e-rose-600\/0:focus {
  border-inline-end-color: rgb(225 29 72 / 0);
}

.focus\:border-e-rose-600\/10:focus {
  border-inline-end-color: rgb(225 29 72 / 0.1);
}

.focus\:border-e-rose-600\/100:focus {
  border-inline-end-color: rgb(225 29 72 / 1);
}

.focus\:border-e-rose-600\/20:focus {
  border-inline-end-color: rgb(225 29 72 / 0.2);
}

.focus\:border-e-rose-600\/25:focus {
  border-inline-end-color: rgb(225 29 72 / 0.25);
}

.focus\:border-e-rose-600\/30:focus {
  border-inline-end-color: rgb(225 29 72 / 0.3);
}

.focus\:border-e-rose-600\/40:focus {
  border-inline-end-color: rgb(225 29 72 / 0.4);
}

.focus\:border-e-rose-600\/5:focus {
  border-inline-end-color: rgb(225 29 72 / 0.05);
}

.focus\:border-e-rose-600\/50:focus {
  border-inline-end-color: rgb(225 29 72 / 0.5);
}

.focus\:border-e-rose-600\/60:focus {
  border-inline-end-color: rgb(225 29 72 / 0.6);
}

.focus\:border-e-rose-600\/70:focus {
  border-inline-end-color: rgb(225 29 72 / 0.7);
}

.focus\:border-e-rose-600\/75:focus {
  border-inline-end-color: rgb(225 29 72 / 0.75);
}

.focus\:border-e-rose-600\/80:focus {
  border-inline-end-color: rgb(225 29 72 / 0.8);
}

.focus\:border-e-rose-600\/90:focus {
  border-inline-end-color: rgb(225 29 72 / 0.9);
}

.focus\:border-e-rose-600\/95:focus {
  border-inline-end-color: rgb(225 29 72 / 0.95);
}

.focus\:border-e-rose-700:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(190 18 60 / var(--tw-border-opacity));
}

.focus\:border-e-rose-700\/0:focus {
  border-inline-end-color: rgb(190 18 60 / 0);
}

.focus\:border-e-rose-700\/10:focus {
  border-inline-end-color: rgb(190 18 60 / 0.1);
}

.focus\:border-e-rose-700\/100:focus {
  border-inline-end-color: rgb(190 18 60 / 1);
}

.focus\:border-e-rose-700\/20:focus {
  border-inline-end-color: rgb(190 18 60 / 0.2);
}

.focus\:border-e-rose-700\/25:focus {
  border-inline-end-color: rgb(190 18 60 / 0.25);
}

.focus\:border-e-rose-700\/30:focus {
  border-inline-end-color: rgb(190 18 60 / 0.3);
}

.focus\:border-e-rose-700\/40:focus {
  border-inline-end-color: rgb(190 18 60 / 0.4);
}

.focus\:border-e-rose-700\/5:focus {
  border-inline-end-color: rgb(190 18 60 / 0.05);
}

.focus\:border-e-rose-700\/50:focus {
  border-inline-end-color: rgb(190 18 60 / 0.5);
}

.focus\:border-e-rose-700\/60:focus {
  border-inline-end-color: rgb(190 18 60 / 0.6);
}

.focus\:border-e-rose-700\/70:focus {
  border-inline-end-color: rgb(190 18 60 / 0.7);
}

.focus\:border-e-rose-700\/75:focus {
  border-inline-end-color: rgb(190 18 60 / 0.75);
}

.focus\:border-e-rose-700\/80:focus {
  border-inline-end-color: rgb(190 18 60 / 0.8);
}

.focus\:border-e-rose-700\/90:focus {
  border-inline-end-color: rgb(190 18 60 / 0.9);
}

.focus\:border-e-rose-700\/95:focus {
  border-inline-end-color: rgb(190 18 60 / 0.95);
}

.focus\:border-e-rose-800:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(159 18 57 / var(--tw-border-opacity));
}

.focus\:border-e-rose-800\/0:focus {
  border-inline-end-color: rgb(159 18 57 / 0);
}

.focus\:border-e-rose-800\/10:focus {
  border-inline-end-color: rgb(159 18 57 / 0.1);
}

.focus\:border-e-rose-800\/100:focus {
  border-inline-end-color: rgb(159 18 57 / 1);
}

.focus\:border-e-rose-800\/20:focus {
  border-inline-end-color: rgb(159 18 57 / 0.2);
}

.focus\:border-e-rose-800\/25:focus {
  border-inline-end-color: rgb(159 18 57 / 0.25);
}

.focus\:border-e-rose-800\/30:focus {
  border-inline-end-color: rgb(159 18 57 / 0.3);
}

.focus\:border-e-rose-800\/40:focus {
  border-inline-end-color: rgb(159 18 57 / 0.4);
}

.focus\:border-e-rose-800\/5:focus {
  border-inline-end-color: rgb(159 18 57 / 0.05);
}

.focus\:border-e-rose-800\/50:focus {
  border-inline-end-color: rgb(159 18 57 / 0.5);
}

.focus\:border-e-rose-800\/60:focus {
  border-inline-end-color: rgb(159 18 57 / 0.6);
}

.focus\:border-e-rose-800\/70:focus {
  border-inline-end-color: rgb(159 18 57 / 0.7);
}

.focus\:border-e-rose-800\/75:focus {
  border-inline-end-color: rgb(159 18 57 / 0.75);
}

.focus\:border-e-rose-800\/80:focus {
  border-inline-end-color: rgb(159 18 57 / 0.8);
}

.focus\:border-e-rose-800\/90:focus {
  border-inline-end-color: rgb(159 18 57 / 0.9);
}

.focus\:border-e-rose-800\/95:focus {
  border-inline-end-color: rgb(159 18 57 / 0.95);
}

.focus\:border-e-rose-900:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(136 19 55 / var(--tw-border-opacity));
}

.focus\:border-e-rose-900\/0:focus {
  border-inline-end-color: rgb(136 19 55 / 0);
}

.focus\:border-e-rose-900\/10:focus {
  border-inline-end-color: rgb(136 19 55 / 0.1);
}

.focus\:border-e-rose-900\/100:focus {
  border-inline-end-color: rgb(136 19 55 / 1);
}

.focus\:border-e-rose-900\/20:focus {
  border-inline-end-color: rgb(136 19 55 / 0.2);
}

.focus\:border-e-rose-900\/25:focus {
  border-inline-end-color: rgb(136 19 55 / 0.25);
}

.focus\:border-e-rose-900\/30:focus {
  border-inline-end-color: rgb(136 19 55 / 0.3);
}

.focus\:border-e-rose-900\/40:focus {
  border-inline-end-color: rgb(136 19 55 / 0.4);
}

.focus\:border-e-rose-900\/5:focus {
  border-inline-end-color: rgb(136 19 55 / 0.05);
}

.focus\:border-e-rose-900\/50:focus {
  border-inline-end-color: rgb(136 19 55 / 0.5);
}

.focus\:border-e-rose-900\/60:focus {
  border-inline-end-color: rgb(136 19 55 / 0.6);
}

.focus\:border-e-rose-900\/70:focus {
  border-inline-end-color: rgb(136 19 55 / 0.7);
}

.focus\:border-e-rose-900\/75:focus {
  border-inline-end-color: rgb(136 19 55 / 0.75);
}

.focus\:border-e-rose-900\/80:focus {
  border-inline-end-color: rgb(136 19 55 / 0.8);
}

.focus\:border-e-rose-900\/90:focus {
  border-inline-end-color: rgb(136 19 55 / 0.9);
}

.focus\:border-e-rose-900\/95:focus {
  border-inline-end-color: rgb(136 19 55 / 0.95);
}

.focus\:border-e-rose-950:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(76 5 25 / var(--tw-border-opacity));
}

.focus\:border-e-rose-950\/0:focus {
  border-inline-end-color: rgb(76 5 25 / 0);
}

.focus\:border-e-rose-950\/10:focus {
  border-inline-end-color: rgb(76 5 25 / 0.1);
}

.focus\:border-e-rose-950\/100:focus {
  border-inline-end-color: rgb(76 5 25 / 1);
}

.focus\:border-e-rose-950\/20:focus {
  border-inline-end-color: rgb(76 5 25 / 0.2);
}

.focus\:border-e-rose-950\/25:focus {
  border-inline-end-color: rgb(76 5 25 / 0.25);
}

.focus\:border-e-rose-950\/30:focus {
  border-inline-end-color: rgb(76 5 25 / 0.3);
}

.focus\:border-e-rose-950\/40:focus {
  border-inline-end-color: rgb(76 5 25 / 0.4);
}

.focus\:border-e-rose-950\/5:focus {
  border-inline-end-color: rgb(76 5 25 / 0.05);
}

.focus\:border-e-rose-950\/50:focus {
  border-inline-end-color: rgb(76 5 25 / 0.5);
}

.focus\:border-e-rose-950\/60:focus {
  border-inline-end-color: rgb(76 5 25 / 0.6);
}

.focus\:border-e-rose-950\/70:focus {
  border-inline-end-color: rgb(76 5 25 / 0.7);
}

.focus\:border-e-rose-950\/75:focus {
  border-inline-end-color: rgb(76 5 25 / 0.75);
}

.focus\:border-e-rose-950\/80:focus {
  border-inline-end-color: rgb(76 5 25 / 0.8);
}

.focus\:border-e-rose-950\/90:focus {
  border-inline-end-color: rgb(76 5 25 / 0.9);
}

.focus\:border-e-rose-950\/95:focus {
  border-inline-end-color: rgb(76 5 25 / 0.95);
}

.focus\:border-e-sky-100:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(224 242 254 / var(--tw-border-opacity));
}

.focus\:border-e-sky-100\/0:focus {
  border-inline-end-color: rgb(224 242 254 / 0);
}

.focus\:border-e-sky-100\/10:focus {
  border-inline-end-color: rgb(224 242 254 / 0.1);
}

.focus\:border-e-sky-100\/100:focus {
  border-inline-end-color: rgb(224 242 254 / 1);
}

.focus\:border-e-sky-100\/20:focus {
  border-inline-end-color: rgb(224 242 254 / 0.2);
}

.focus\:border-e-sky-100\/25:focus {
  border-inline-end-color: rgb(224 242 254 / 0.25);
}

.focus\:border-e-sky-100\/30:focus {
  border-inline-end-color: rgb(224 242 254 / 0.3);
}

.focus\:border-e-sky-100\/40:focus {
  border-inline-end-color: rgb(224 242 254 / 0.4);
}

.focus\:border-e-sky-100\/5:focus {
  border-inline-end-color: rgb(224 242 254 / 0.05);
}

.focus\:border-e-sky-100\/50:focus {
  border-inline-end-color: rgb(224 242 254 / 0.5);
}

.focus\:border-e-sky-100\/60:focus {
  border-inline-end-color: rgb(224 242 254 / 0.6);
}

.focus\:border-e-sky-100\/70:focus {
  border-inline-end-color: rgb(224 242 254 / 0.7);
}

.focus\:border-e-sky-100\/75:focus {
  border-inline-end-color: rgb(224 242 254 / 0.75);
}

.focus\:border-e-sky-100\/80:focus {
  border-inline-end-color: rgb(224 242 254 / 0.8);
}

.focus\:border-e-sky-100\/90:focus {
  border-inline-end-color: rgb(224 242 254 / 0.9);
}

.focus\:border-e-sky-100\/95:focus {
  border-inline-end-color: rgb(224 242 254 / 0.95);
}

.focus\:border-e-sky-200:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(186 230 253 / var(--tw-border-opacity));
}

.focus\:border-e-sky-200\/0:focus {
  border-inline-end-color: rgb(186 230 253 / 0);
}

.focus\:border-e-sky-200\/10:focus {
  border-inline-end-color: rgb(186 230 253 / 0.1);
}

.focus\:border-e-sky-200\/100:focus {
  border-inline-end-color: rgb(186 230 253 / 1);
}

.focus\:border-e-sky-200\/20:focus {
  border-inline-end-color: rgb(186 230 253 / 0.2);
}

.focus\:border-e-sky-200\/25:focus {
  border-inline-end-color: rgb(186 230 253 / 0.25);
}

.focus\:border-e-sky-200\/30:focus {
  border-inline-end-color: rgb(186 230 253 / 0.3);
}

.focus\:border-e-sky-200\/40:focus {
  border-inline-end-color: rgb(186 230 253 / 0.4);
}

.focus\:border-e-sky-200\/5:focus {
  border-inline-end-color: rgb(186 230 253 / 0.05);
}

.focus\:border-e-sky-200\/50:focus {
  border-inline-end-color: rgb(186 230 253 / 0.5);
}

.focus\:border-e-sky-200\/60:focus {
  border-inline-end-color: rgb(186 230 253 / 0.6);
}

.focus\:border-e-sky-200\/70:focus {
  border-inline-end-color: rgb(186 230 253 / 0.7);
}

.focus\:border-e-sky-200\/75:focus {
  border-inline-end-color: rgb(186 230 253 / 0.75);
}

.focus\:border-e-sky-200\/80:focus {
  border-inline-end-color: rgb(186 230 253 / 0.8);
}

.focus\:border-e-sky-200\/90:focus {
  border-inline-end-color: rgb(186 230 253 / 0.9);
}

.focus\:border-e-sky-200\/95:focus {
  border-inline-end-color: rgb(186 230 253 / 0.95);
}

.focus\:border-e-sky-300:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(125 211 252 / var(--tw-border-opacity));
}

.focus\:border-e-sky-300\/0:focus {
  border-inline-end-color: rgb(125 211 252 / 0);
}

.focus\:border-e-sky-300\/10:focus {
  border-inline-end-color: rgb(125 211 252 / 0.1);
}

.focus\:border-e-sky-300\/100:focus {
  border-inline-end-color: rgb(125 211 252 / 1);
}

.focus\:border-e-sky-300\/20:focus {
  border-inline-end-color: rgb(125 211 252 / 0.2);
}

.focus\:border-e-sky-300\/25:focus {
  border-inline-end-color: rgb(125 211 252 / 0.25);
}

.focus\:border-e-sky-300\/30:focus {
  border-inline-end-color: rgb(125 211 252 / 0.3);
}

.focus\:border-e-sky-300\/40:focus {
  border-inline-end-color: rgb(125 211 252 / 0.4);
}

.focus\:border-e-sky-300\/5:focus {
  border-inline-end-color: rgb(125 211 252 / 0.05);
}

.focus\:border-e-sky-300\/50:focus {
  border-inline-end-color: rgb(125 211 252 / 0.5);
}

.focus\:border-e-sky-300\/60:focus {
  border-inline-end-color: rgb(125 211 252 / 0.6);
}

.focus\:border-e-sky-300\/70:focus {
  border-inline-end-color: rgb(125 211 252 / 0.7);
}

.focus\:border-e-sky-300\/75:focus {
  border-inline-end-color: rgb(125 211 252 / 0.75);
}

.focus\:border-e-sky-300\/80:focus {
  border-inline-end-color: rgb(125 211 252 / 0.8);
}

.focus\:border-e-sky-300\/90:focus {
  border-inline-end-color: rgb(125 211 252 / 0.9);
}

.focus\:border-e-sky-300\/95:focus {
  border-inline-end-color: rgb(125 211 252 / 0.95);
}

.focus\:border-e-sky-400:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(56 189 248 / var(--tw-border-opacity));
}

.focus\:border-e-sky-400\/0:focus {
  border-inline-end-color: rgb(56 189 248 / 0);
}

.focus\:border-e-sky-400\/10:focus {
  border-inline-end-color: rgb(56 189 248 / 0.1);
}

.focus\:border-e-sky-400\/100:focus {
  border-inline-end-color: rgb(56 189 248 / 1);
}

.focus\:border-e-sky-400\/20:focus {
  border-inline-end-color: rgb(56 189 248 / 0.2);
}

.focus\:border-e-sky-400\/25:focus {
  border-inline-end-color: rgb(56 189 248 / 0.25);
}

.focus\:border-e-sky-400\/30:focus {
  border-inline-end-color: rgb(56 189 248 / 0.3);
}

.focus\:border-e-sky-400\/40:focus {
  border-inline-end-color: rgb(56 189 248 / 0.4);
}

.focus\:border-e-sky-400\/5:focus {
  border-inline-end-color: rgb(56 189 248 / 0.05);
}

.focus\:border-e-sky-400\/50:focus {
  border-inline-end-color: rgb(56 189 248 / 0.5);
}

.focus\:border-e-sky-400\/60:focus {
  border-inline-end-color: rgb(56 189 248 / 0.6);
}

.focus\:border-e-sky-400\/70:focus {
  border-inline-end-color: rgb(56 189 248 / 0.7);
}

.focus\:border-e-sky-400\/75:focus {
  border-inline-end-color: rgb(56 189 248 / 0.75);
}

.focus\:border-e-sky-400\/80:focus {
  border-inline-end-color: rgb(56 189 248 / 0.8);
}

.focus\:border-e-sky-400\/90:focus {
  border-inline-end-color: rgb(56 189 248 / 0.9);
}

.focus\:border-e-sky-400\/95:focus {
  border-inline-end-color: rgb(56 189 248 / 0.95);
}

.focus\:border-e-sky-50:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.focus\:border-e-sky-50\/0:focus {
  border-inline-end-color: rgb(240 249 255 / 0);
}

.focus\:border-e-sky-50\/10:focus {
  border-inline-end-color: rgb(240 249 255 / 0.1);
}

.focus\:border-e-sky-50\/100:focus {
  border-inline-end-color: rgb(240 249 255 / 1);
}

.focus\:border-e-sky-50\/20:focus {
  border-inline-end-color: rgb(240 249 255 / 0.2);
}

.focus\:border-e-sky-50\/25:focus {
  border-inline-end-color: rgb(240 249 255 / 0.25);
}

.focus\:border-e-sky-50\/30:focus {
  border-inline-end-color: rgb(240 249 255 / 0.3);
}

.focus\:border-e-sky-50\/40:focus {
  border-inline-end-color: rgb(240 249 255 / 0.4);
}

.focus\:border-e-sky-50\/5:focus {
  border-inline-end-color: rgb(240 249 255 / 0.05);
}

.focus\:border-e-sky-50\/50:focus {
  border-inline-end-color: rgb(240 249 255 / 0.5);
}

.focus\:border-e-sky-50\/60:focus {
  border-inline-end-color: rgb(240 249 255 / 0.6);
}

.focus\:border-e-sky-50\/70:focus {
  border-inline-end-color: rgb(240 249 255 / 0.7);
}

.focus\:border-e-sky-50\/75:focus {
  border-inline-end-color: rgb(240 249 255 / 0.75);
}

.focus\:border-e-sky-50\/80:focus {
  border-inline-end-color: rgb(240 249 255 / 0.8);
}

.focus\:border-e-sky-50\/90:focus {
  border-inline-end-color: rgb(240 249 255 / 0.9);
}

.focus\:border-e-sky-50\/95:focus {
  border-inline-end-color: rgb(240 249 255 / 0.95);
}

.focus\:border-e-sky-500:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.focus\:border-e-sky-500\/0:focus {
  border-inline-end-color: rgb(14 165 233 / 0);
}

.focus\:border-e-sky-500\/10:focus {
  border-inline-end-color: rgb(14 165 233 / 0.1);
}

.focus\:border-e-sky-500\/100:focus {
  border-inline-end-color: rgb(14 165 233 / 1);
}

.focus\:border-e-sky-500\/20:focus {
  border-inline-end-color: rgb(14 165 233 / 0.2);
}

.focus\:border-e-sky-500\/25:focus {
  border-inline-end-color: rgb(14 165 233 / 0.25);
}

.focus\:border-e-sky-500\/30:focus {
  border-inline-end-color: rgb(14 165 233 / 0.3);
}

.focus\:border-e-sky-500\/40:focus {
  border-inline-end-color: rgb(14 165 233 / 0.4);
}

.focus\:border-e-sky-500\/5:focus {
  border-inline-end-color: rgb(14 165 233 / 0.05);
}

.focus\:border-e-sky-500\/50:focus {
  border-inline-end-color: rgb(14 165 233 / 0.5);
}

.focus\:border-e-sky-500\/60:focus {
  border-inline-end-color: rgb(14 165 233 / 0.6);
}

.focus\:border-e-sky-500\/70:focus {
  border-inline-end-color: rgb(14 165 233 / 0.7);
}

.focus\:border-e-sky-500\/75:focus {
  border-inline-end-color: rgb(14 165 233 / 0.75);
}

.focus\:border-e-sky-500\/80:focus {
  border-inline-end-color: rgb(14 165 233 / 0.8);
}

.focus\:border-e-sky-500\/90:focus {
  border-inline-end-color: rgb(14 165 233 / 0.9);
}

.focus\:border-e-sky-500\/95:focus {
  border-inline-end-color: rgb(14 165 233 / 0.95);
}

.focus\:border-e-sky-600:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(2 132 199 / var(--tw-border-opacity));
}

.focus\:border-e-sky-600\/0:focus {
  border-inline-end-color: rgb(2 132 199 / 0);
}

.focus\:border-e-sky-600\/10:focus {
  border-inline-end-color: rgb(2 132 199 / 0.1);
}

.focus\:border-e-sky-600\/100:focus {
  border-inline-end-color: rgb(2 132 199 / 1);
}

.focus\:border-e-sky-600\/20:focus {
  border-inline-end-color: rgb(2 132 199 / 0.2);
}

.focus\:border-e-sky-600\/25:focus {
  border-inline-end-color: rgb(2 132 199 / 0.25);
}

.focus\:border-e-sky-600\/30:focus {
  border-inline-end-color: rgb(2 132 199 / 0.3);
}

.focus\:border-e-sky-600\/40:focus {
  border-inline-end-color: rgb(2 132 199 / 0.4);
}

.focus\:border-e-sky-600\/5:focus {
  border-inline-end-color: rgb(2 132 199 / 0.05);
}

.focus\:border-e-sky-600\/50:focus {
  border-inline-end-color: rgb(2 132 199 / 0.5);
}

.focus\:border-e-sky-600\/60:focus {
  border-inline-end-color: rgb(2 132 199 / 0.6);
}

.focus\:border-e-sky-600\/70:focus {
  border-inline-end-color: rgb(2 132 199 / 0.7);
}

.focus\:border-e-sky-600\/75:focus {
  border-inline-end-color: rgb(2 132 199 / 0.75);
}

.focus\:border-e-sky-600\/80:focus {
  border-inline-end-color: rgb(2 132 199 / 0.8);
}

.focus\:border-e-sky-600\/90:focus {
  border-inline-end-color: rgb(2 132 199 / 0.9);
}

.focus\:border-e-sky-600\/95:focus {
  border-inline-end-color: rgb(2 132 199 / 0.95);
}

.focus\:border-e-sky-700:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.focus\:border-e-sky-700\/0:focus {
  border-inline-end-color: rgb(3 105 161 / 0);
}

.focus\:border-e-sky-700\/10:focus {
  border-inline-end-color: rgb(3 105 161 / 0.1);
}

.focus\:border-e-sky-700\/100:focus {
  border-inline-end-color: rgb(3 105 161 / 1);
}

.focus\:border-e-sky-700\/20:focus {
  border-inline-end-color: rgb(3 105 161 / 0.2);
}

.focus\:border-e-sky-700\/25:focus {
  border-inline-end-color: rgb(3 105 161 / 0.25);
}

.focus\:border-e-sky-700\/30:focus {
  border-inline-end-color: rgb(3 105 161 / 0.3);
}

.focus\:border-e-sky-700\/40:focus {
  border-inline-end-color: rgb(3 105 161 / 0.4);
}

.focus\:border-e-sky-700\/5:focus {
  border-inline-end-color: rgb(3 105 161 / 0.05);
}

.focus\:border-e-sky-700\/50:focus {
  border-inline-end-color: rgb(3 105 161 / 0.5);
}

.focus\:border-e-sky-700\/60:focus {
  border-inline-end-color: rgb(3 105 161 / 0.6);
}

.focus\:border-e-sky-700\/70:focus {
  border-inline-end-color: rgb(3 105 161 / 0.7);
}

.focus\:border-e-sky-700\/75:focus {
  border-inline-end-color: rgb(3 105 161 / 0.75);
}

.focus\:border-e-sky-700\/80:focus {
  border-inline-end-color: rgb(3 105 161 / 0.8);
}

.focus\:border-e-sky-700\/90:focus {
  border-inline-end-color: rgb(3 105 161 / 0.9);
}

.focus\:border-e-sky-700\/95:focus {
  border-inline-end-color: rgb(3 105 161 / 0.95);
}

.focus\:border-e-sky-800:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(7 89 133 / var(--tw-border-opacity));
}

.focus\:border-e-sky-800\/0:focus {
  border-inline-end-color: rgb(7 89 133 / 0);
}

.focus\:border-e-sky-800\/10:focus {
  border-inline-end-color: rgb(7 89 133 / 0.1);
}

.focus\:border-e-sky-800\/100:focus {
  border-inline-end-color: rgb(7 89 133 / 1);
}

.focus\:border-e-sky-800\/20:focus {
  border-inline-end-color: rgb(7 89 133 / 0.2);
}

.focus\:border-e-sky-800\/25:focus {
  border-inline-end-color: rgb(7 89 133 / 0.25);
}

.focus\:border-e-sky-800\/30:focus {
  border-inline-end-color: rgb(7 89 133 / 0.3);
}

.focus\:border-e-sky-800\/40:focus {
  border-inline-end-color: rgb(7 89 133 / 0.4);
}

.focus\:border-e-sky-800\/5:focus {
  border-inline-end-color: rgb(7 89 133 / 0.05);
}

.focus\:border-e-sky-800\/50:focus {
  border-inline-end-color: rgb(7 89 133 / 0.5);
}

.focus\:border-e-sky-800\/60:focus {
  border-inline-end-color: rgb(7 89 133 / 0.6);
}

.focus\:border-e-sky-800\/70:focus {
  border-inline-end-color: rgb(7 89 133 / 0.7);
}

.focus\:border-e-sky-800\/75:focus {
  border-inline-end-color: rgb(7 89 133 / 0.75);
}

.focus\:border-e-sky-800\/80:focus {
  border-inline-end-color: rgb(7 89 133 / 0.8);
}

.focus\:border-e-sky-800\/90:focus {
  border-inline-end-color: rgb(7 89 133 / 0.9);
}

.focus\:border-e-sky-800\/95:focus {
  border-inline-end-color: rgb(7 89 133 / 0.95);
}

.focus\:border-e-sky-900:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(12 74 110 / var(--tw-border-opacity));
}

.focus\:border-e-sky-900\/0:focus {
  border-inline-end-color: rgb(12 74 110 / 0);
}

.focus\:border-e-sky-900\/10:focus {
  border-inline-end-color: rgb(12 74 110 / 0.1);
}

.focus\:border-e-sky-900\/100:focus {
  border-inline-end-color: rgb(12 74 110 / 1);
}

.focus\:border-e-sky-900\/20:focus {
  border-inline-end-color: rgb(12 74 110 / 0.2);
}

.focus\:border-e-sky-900\/25:focus {
  border-inline-end-color: rgb(12 74 110 / 0.25);
}

.focus\:border-e-sky-900\/30:focus {
  border-inline-end-color: rgb(12 74 110 / 0.3);
}

.focus\:border-e-sky-900\/40:focus {
  border-inline-end-color: rgb(12 74 110 / 0.4);
}

.focus\:border-e-sky-900\/5:focus {
  border-inline-end-color: rgb(12 74 110 / 0.05);
}

.focus\:border-e-sky-900\/50:focus {
  border-inline-end-color: rgb(12 74 110 / 0.5);
}

.focus\:border-e-sky-900\/60:focus {
  border-inline-end-color: rgb(12 74 110 / 0.6);
}

.focus\:border-e-sky-900\/70:focus {
  border-inline-end-color: rgb(12 74 110 / 0.7);
}

.focus\:border-e-sky-900\/75:focus {
  border-inline-end-color: rgb(12 74 110 / 0.75);
}

.focus\:border-e-sky-900\/80:focus {
  border-inline-end-color: rgb(12 74 110 / 0.8);
}

.focus\:border-e-sky-900\/90:focus {
  border-inline-end-color: rgb(12 74 110 / 0.9);
}

.focus\:border-e-sky-900\/95:focus {
  border-inline-end-color: rgb(12 74 110 / 0.95);
}

.focus\:border-e-sky-950:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(8 47 73 / var(--tw-border-opacity));
}

.focus\:border-e-sky-950\/0:focus {
  border-inline-end-color: rgb(8 47 73 / 0);
}

.focus\:border-e-sky-950\/10:focus {
  border-inline-end-color: rgb(8 47 73 / 0.1);
}

.focus\:border-e-sky-950\/100:focus {
  border-inline-end-color: rgb(8 47 73 / 1);
}

.focus\:border-e-sky-950\/20:focus {
  border-inline-end-color: rgb(8 47 73 / 0.2);
}

.focus\:border-e-sky-950\/25:focus {
  border-inline-end-color: rgb(8 47 73 / 0.25);
}

.focus\:border-e-sky-950\/30:focus {
  border-inline-end-color: rgb(8 47 73 / 0.3);
}

.focus\:border-e-sky-950\/40:focus {
  border-inline-end-color: rgb(8 47 73 / 0.4);
}

.focus\:border-e-sky-950\/5:focus {
  border-inline-end-color: rgb(8 47 73 / 0.05);
}

.focus\:border-e-sky-950\/50:focus {
  border-inline-end-color: rgb(8 47 73 / 0.5);
}

.focus\:border-e-sky-950\/60:focus {
  border-inline-end-color: rgb(8 47 73 / 0.6);
}

.focus\:border-e-sky-950\/70:focus {
  border-inline-end-color: rgb(8 47 73 / 0.7);
}

.focus\:border-e-sky-950\/75:focus {
  border-inline-end-color: rgb(8 47 73 / 0.75);
}

.focus\:border-e-sky-950\/80:focus {
  border-inline-end-color: rgb(8 47 73 / 0.8);
}

.focus\:border-e-sky-950\/90:focus {
  border-inline-end-color: rgb(8 47 73 / 0.9);
}

.focus\:border-e-sky-950\/95:focus {
  border-inline-end-color: rgb(8 47 73 / 0.95);
}

.focus\:border-e-slate-100:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.focus\:border-e-slate-100\/0:focus {
  border-inline-end-color: rgb(241 245 249 / 0);
}

.focus\:border-e-slate-100\/10:focus {
  border-inline-end-color: rgb(241 245 249 / 0.1);
}

.focus\:border-e-slate-100\/100:focus {
  border-inline-end-color: rgb(241 245 249 / 1);
}

.focus\:border-e-slate-100\/20:focus {
  border-inline-end-color: rgb(241 245 249 / 0.2);
}

.focus\:border-e-slate-100\/25:focus {
  border-inline-end-color: rgb(241 245 249 / 0.25);
}

.focus\:border-e-slate-100\/30:focus {
  border-inline-end-color: rgb(241 245 249 / 0.3);
}

.focus\:border-e-slate-100\/40:focus {
  border-inline-end-color: rgb(241 245 249 / 0.4);
}

.focus\:border-e-slate-100\/5:focus {
  border-inline-end-color: rgb(241 245 249 / 0.05);
}

.focus\:border-e-slate-100\/50:focus {
  border-inline-end-color: rgb(241 245 249 / 0.5);
}

.focus\:border-e-slate-100\/60:focus {
  border-inline-end-color: rgb(241 245 249 / 0.6);
}

.focus\:border-e-slate-100\/70:focus {
  border-inline-end-color: rgb(241 245 249 / 0.7);
}

.focus\:border-e-slate-100\/75:focus {
  border-inline-end-color: rgb(241 245 249 / 0.75);
}

.focus\:border-e-slate-100\/80:focus {
  border-inline-end-color: rgb(241 245 249 / 0.8);
}

.focus\:border-e-slate-100\/90:focus {
  border-inline-end-color: rgb(241 245 249 / 0.9);
}

.focus\:border-e-slate-100\/95:focus {
  border-inline-end-color: rgb(241 245 249 / 0.95);
}

.focus\:border-e-slate-200:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.focus\:border-e-slate-200\/0:focus {
  border-inline-end-color: rgb(226 232 240 / 0);
}

.focus\:border-e-slate-200\/10:focus {
  border-inline-end-color: rgb(226 232 240 / 0.1);
}

.focus\:border-e-slate-200\/100:focus {
  border-inline-end-color: rgb(226 232 240 / 1);
}

.focus\:border-e-slate-200\/20:focus {
  border-inline-end-color: rgb(226 232 240 / 0.2);
}

.focus\:border-e-slate-200\/25:focus {
  border-inline-end-color: rgb(226 232 240 / 0.25);
}

.focus\:border-e-slate-200\/30:focus {
  border-inline-end-color: rgb(226 232 240 / 0.3);
}

.focus\:border-e-slate-200\/40:focus {
  border-inline-end-color: rgb(226 232 240 / 0.4);
}

.focus\:border-e-slate-200\/5:focus {
  border-inline-end-color: rgb(226 232 240 / 0.05);
}

.focus\:border-e-slate-200\/50:focus {
  border-inline-end-color: rgb(226 232 240 / 0.5);
}

.focus\:border-e-slate-200\/60:focus {
  border-inline-end-color: rgb(226 232 240 / 0.6);
}

.focus\:border-e-slate-200\/70:focus {
  border-inline-end-color: rgb(226 232 240 / 0.7);
}

.focus\:border-e-slate-200\/75:focus {
  border-inline-end-color: rgb(226 232 240 / 0.75);
}

.focus\:border-e-slate-200\/80:focus {
  border-inline-end-color: rgb(226 232 240 / 0.8);
}

.focus\:border-e-slate-200\/90:focus {
  border-inline-end-color: rgb(226 232 240 / 0.9);
}

.focus\:border-e-slate-200\/95:focus {
  border-inline-end-color: rgb(226 232 240 / 0.95);
}

.focus\:border-e-slate-300:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.focus\:border-e-slate-300\/0:focus {
  border-inline-end-color: rgb(203 213 225 / 0);
}

.focus\:border-e-slate-300\/10:focus {
  border-inline-end-color: rgb(203 213 225 / 0.1);
}

.focus\:border-e-slate-300\/100:focus {
  border-inline-end-color: rgb(203 213 225 / 1);
}

.focus\:border-e-slate-300\/20:focus {
  border-inline-end-color: rgb(203 213 225 / 0.2);
}

.focus\:border-e-slate-300\/25:focus {
  border-inline-end-color: rgb(203 213 225 / 0.25);
}

.focus\:border-e-slate-300\/30:focus {
  border-inline-end-color: rgb(203 213 225 / 0.3);
}

.focus\:border-e-slate-300\/40:focus {
  border-inline-end-color: rgb(203 213 225 / 0.4);
}

.focus\:border-e-slate-300\/5:focus {
  border-inline-end-color: rgb(203 213 225 / 0.05);
}

.focus\:border-e-slate-300\/50:focus {
  border-inline-end-color: rgb(203 213 225 / 0.5);
}

.focus\:border-e-slate-300\/60:focus {
  border-inline-end-color: rgb(203 213 225 / 0.6);
}

.focus\:border-e-slate-300\/70:focus {
  border-inline-end-color: rgb(203 213 225 / 0.7);
}

.focus\:border-e-slate-300\/75:focus {
  border-inline-end-color: rgb(203 213 225 / 0.75);
}

.focus\:border-e-slate-300\/80:focus {
  border-inline-end-color: rgb(203 213 225 / 0.8);
}

.focus\:border-e-slate-300\/90:focus {
  border-inline-end-color: rgb(203 213 225 / 0.9);
}

.focus\:border-e-slate-300\/95:focus {
  border-inline-end-color: rgb(203 213 225 / 0.95);
}

.focus\:border-e-slate-400:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.focus\:border-e-slate-400\/0:focus {
  border-inline-end-color: rgb(148 163 184 / 0);
}

.focus\:border-e-slate-400\/10:focus {
  border-inline-end-color: rgb(148 163 184 / 0.1);
}

.focus\:border-e-slate-400\/100:focus {
  border-inline-end-color: rgb(148 163 184 / 1);
}

.focus\:border-e-slate-400\/20:focus {
  border-inline-end-color: rgb(148 163 184 / 0.2);
}

.focus\:border-e-slate-400\/25:focus {
  border-inline-end-color: rgb(148 163 184 / 0.25);
}

.focus\:border-e-slate-400\/30:focus {
  border-inline-end-color: rgb(148 163 184 / 0.3);
}

.focus\:border-e-slate-400\/40:focus {
  border-inline-end-color: rgb(148 163 184 / 0.4);
}

.focus\:border-e-slate-400\/5:focus {
  border-inline-end-color: rgb(148 163 184 / 0.05);
}

.focus\:border-e-slate-400\/50:focus {
  border-inline-end-color: rgb(148 163 184 / 0.5);
}

.focus\:border-e-slate-400\/60:focus {
  border-inline-end-color: rgb(148 163 184 / 0.6);
}

.focus\:border-e-slate-400\/70:focus {
  border-inline-end-color: rgb(148 163 184 / 0.7);
}

.focus\:border-e-slate-400\/75:focus {
  border-inline-end-color: rgb(148 163 184 / 0.75);
}

.focus\:border-e-slate-400\/80:focus {
  border-inline-end-color: rgb(148 163 184 / 0.8);
}

.focus\:border-e-slate-400\/90:focus {
  border-inline-end-color: rgb(148 163 184 / 0.9);
}

.focus\:border-e-slate-400\/95:focus {
  border-inline-end-color: rgb(148 163 184 / 0.95);
}

.focus\:border-e-slate-50:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(248 250 252 / var(--tw-border-opacity));
}

.focus\:border-e-slate-50\/0:focus {
  border-inline-end-color: rgb(248 250 252 / 0);
}

.focus\:border-e-slate-50\/10:focus {
  border-inline-end-color: rgb(248 250 252 / 0.1);
}

.focus\:border-e-slate-50\/100:focus {
  border-inline-end-color: rgb(248 250 252 / 1);
}

.focus\:border-e-slate-50\/20:focus {
  border-inline-end-color: rgb(248 250 252 / 0.2);
}

.focus\:border-e-slate-50\/25:focus {
  border-inline-end-color: rgb(248 250 252 / 0.25);
}

.focus\:border-e-slate-50\/30:focus {
  border-inline-end-color: rgb(248 250 252 / 0.3);
}

.focus\:border-e-slate-50\/40:focus {
  border-inline-end-color: rgb(248 250 252 / 0.4);
}

.focus\:border-e-slate-50\/5:focus {
  border-inline-end-color: rgb(248 250 252 / 0.05);
}

.focus\:border-e-slate-50\/50:focus {
  border-inline-end-color: rgb(248 250 252 / 0.5);
}

.focus\:border-e-slate-50\/60:focus {
  border-inline-end-color: rgb(248 250 252 / 0.6);
}

.focus\:border-e-slate-50\/70:focus {
  border-inline-end-color: rgb(248 250 252 / 0.7);
}

.focus\:border-e-slate-50\/75:focus {
  border-inline-end-color: rgb(248 250 252 / 0.75);
}

.focus\:border-e-slate-50\/80:focus {
  border-inline-end-color: rgb(248 250 252 / 0.8);
}

.focus\:border-e-slate-50\/90:focus {
  border-inline-end-color: rgb(248 250 252 / 0.9);
}

.focus\:border-e-slate-50\/95:focus {
  border-inline-end-color: rgb(248 250 252 / 0.95);
}

.focus\:border-e-slate-500:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.focus\:border-e-slate-500\/0:focus {
  border-inline-end-color: rgb(100 116 139 / 0);
}

.focus\:border-e-slate-500\/10:focus {
  border-inline-end-color: rgb(100 116 139 / 0.1);
}

.focus\:border-e-slate-500\/100:focus {
  border-inline-end-color: rgb(100 116 139 / 1);
}

.focus\:border-e-slate-500\/20:focus {
  border-inline-end-color: rgb(100 116 139 / 0.2);
}

.focus\:border-e-slate-500\/25:focus {
  border-inline-end-color: rgb(100 116 139 / 0.25);
}

.focus\:border-e-slate-500\/30:focus {
  border-inline-end-color: rgb(100 116 139 / 0.3);
}

.focus\:border-e-slate-500\/40:focus {
  border-inline-end-color: rgb(100 116 139 / 0.4);
}

.focus\:border-e-slate-500\/5:focus {
  border-inline-end-color: rgb(100 116 139 / 0.05);
}

.focus\:border-e-slate-500\/50:focus {
  border-inline-end-color: rgb(100 116 139 / 0.5);
}

.focus\:border-e-slate-500\/60:focus {
  border-inline-end-color: rgb(100 116 139 / 0.6);
}

.focus\:border-e-slate-500\/70:focus {
  border-inline-end-color: rgb(100 116 139 / 0.7);
}

.focus\:border-e-slate-500\/75:focus {
  border-inline-end-color: rgb(100 116 139 / 0.75);
}

.focus\:border-e-slate-500\/80:focus {
  border-inline-end-color: rgb(100 116 139 / 0.8);
}

.focus\:border-e-slate-500\/90:focus {
  border-inline-end-color: rgb(100 116 139 / 0.9);
}

.focus\:border-e-slate-500\/95:focus {
  border-inline-end-color: rgb(100 116 139 / 0.95);
}

.focus\:border-e-slate-600:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(71 85 105 / var(--tw-border-opacity));
}

.focus\:border-e-slate-600\/0:focus {
  border-inline-end-color: rgb(71 85 105 / 0);
}

.focus\:border-e-slate-600\/10:focus {
  border-inline-end-color: rgb(71 85 105 / 0.1);
}

.focus\:border-e-slate-600\/100:focus {
  border-inline-end-color: rgb(71 85 105 / 1);
}

.focus\:border-e-slate-600\/20:focus {
  border-inline-end-color: rgb(71 85 105 / 0.2);
}

.focus\:border-e-slate-600\/25:focus {
  border-inline-end-color: rgb(71 85 105 / 0.25);
}

.focus\:border-e-slate-600\/30:focus {
  border-inline-end-color: rgb(71 85 105 / 0.3);
}

.focus\:border-e-slate-600\/40:focus {
  border-inline-end-color: rgb(71 85 105 / 0.4);
}

.focus\:border-e-slate-600\/5:focus {
  border-inline-end-color: rgb(71 85 105 / 0.05);
}

.focus\:border-e-slate-600\/50:focus {
  border-inline-end-color: rgb(71 85 105 / 0.5);
}

.focus\:border-e-slate-600\/60:focus {
  border-inline-end-color: rgb(71 85 105 / 0.6);
}

.focus\:border-e-slate-600\/70:focus {
  border-inline-end-color: rgb(71 85 105 / 0.7);
}

.focus\:border-e-slate-600\/75:focus {
  border-inline-end-color: rgb(71 85 105 / 0.75);
}

.focus\:border-e-slate-600\/80:focus {
  border-inline-end-color: rgb(71 85 105 / 0.8);
}

.focus\:border-e-slate-600\/90:focus {
  border-inline-end-color: rgb(71 85 105 / 0.9);
}

.focus\:border-e-slate-600\/95:focus {
  border-inline-end-color: rgb(71 85 105 / 0.95);
}

.focus\:border-e-slate-700:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.focus\:border-e-slate-700\/0:focus {
  border-inline-end-color: rgb(51 65 85 / 0);
}

.focus\:border-e-slate-700\/10:focus {
  border-inline-end-color: rgb(51 65 85 / 0.1);
}

.focus\:border-e-slate-700\/100:focus {
  border-inline-end-color: rgb(51 65 85 / 1);
}

.focus\:border-e-slate-700\/20:focus {
  border-inline-end-color: rgb(51 65 85 / 0.2);
}

.focus\:border-e-slate-700\/25:focus {
  border-inline-end-color: rgb(51 65 85 / 0.25);
}

.focus\:border-e-slate-700\/30:focus {
  border-inline-end-color: rgb(51 65 85 / 0.3);
}

.focus\:border-e-slate-700\/40:focus {
  border-inline-end-color: rgb(51 65 85 / 0.4);
}

.focus\:border-e-slate-700\/5:focus {
  border-inline-end-color: rgb(51 65 85 / 0.05);
}

.focus\:border-e-slate-700\/50:focus {
  border-inline-end-color: rgb(51 65 85 / 0.5);
}

.focus\:border-e-slate-700\/60:focus {
  border-inline-end-color: rgb(51 65 85 / 0.6);
}

.focus\:border-e-slate-700\/70:focus {
  border-inline-end-color: rgb(51 65 85 / 0.7);
}

.focus\:border-e-slate-700\/75:focus {
  border-inline-end-color: rgb(51 65 85 / 0.75);
}

.focus\:border-e-slate-700\/80:focus {
  border-inline-end-color: rgb(51 65 85 / 0.8);
}

.focus\:border-e-slate-700\/90:focus {
  border-inline-end-color: rgb(51 65 85 / 0.9);
}

.focus\:border-e-slate-700\/95:focus {
  border-inline-end-color: rgb(51 65 85 / 0.95);
}

.focus\:border-e-slate-800:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.focus\:border-e-slate-800\/0:focus {
  border-inline-end-color: rgb(30 41 59 / 0);
}

.focus\:border-e-slate-800\/10:focus {
  border-inline-end-color: rgb(30 41 59 / 0.1);
}

.focus\:border-e-slate-800\/100:focus {
  border-inline-end-color: rgb(30 41 59 / 1);
}

.focus\:border-e-slate-800\/20:focus {
  border-inline-end-color: rgb(30 41 59 / 0.2);
}

.focus\:border-e-slate-800\/25:focus {
  border-inline-end-color: rgb(30 41 59 / 0.25);
}

.focus\:border-e-slate-800\/30:focus {
  border-inline-end-color: rgb(30 41 59 / 0.3);
}

.focus\:border-e-slate-800\/40:focus {
  border-inline-end-color: rgb(30 41 59 / 0.4);
}

.focus\:border-e-slate-800\/5:focus {
  border-inline-end-color: rgb(30 41 59 / 0.05);
}

.focus\:border-e-slate-800\/50:focus {
  border-inline-end-color: rgb(30 41 59 / 0.5);
}

.focus\:border-e-slate-800\/60:focus {
  border-inline-end-color: rgb(30 41 59 / 0.6);
}

.focus\:border-e-slate-800\/70:focus {
  border-inline-end-color: rgb(30 41 59 / 0.7);
}

.focus\:border-e-slate-800\/75:focus {
  border-inline-end-color: rgb(30 41 59 / 0.75);
}

.focus\:border-e-slate-800\/80:focus {
  border-inline-end-color: rgb(30 41 59 / 0.8);
}

.focus\:border-e-slate-800\/90:focus {
  border-inline-end-color: rgb(30 41 59 / 0.9);
}

.focus\:border-e-slate-800\/95:focus {
  border-inline-end-color: rgb(30 41 59 / 0.95);
}

.focus\:border-e-slate-900:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(15 23 42 / var(--tw-border-opacity));
}

.focus\:border-e-slate-900\/0:focus {
  border-inline-end-color: rgb(15 23 42 / 0);
}

.focus\:border-e-slate-900\/10:focus {
  border-inline-end-color: rgb(15 23 42 / 0.1);
}

.focus\:border-e-slate-900\/100:focus {
  border-inline-end-color: rgb(15 23 42 / 1);
}

.focus\:border-e-slate-900\/20:focus {
  border-inline-end-color: rgb(15 23 42 / 0.2);
}

.focus\:border-e-slate-900\/25:focus {
  border-inline-end-color: rgb(15 23 42 / 0.25);
}

.focus\:border-e-slate-900\/30:focus {
  border-inline-end-color: rgb(15 23 42 / 0.3);
}

.focus\:border-e-slate-900\/40:focus {
  border-inline-end-color: rgb(15 23 42 / 0.4);
}

.focus\:border-e-slate-900\/5:focus {
  border-inline-end-color: rgb(15 23 42 / 0.05);
}

.focus\:border-e-slate-900\/50:focus {
  border-inline-end-color: rgb(15 23 42 / 0.5);
}

.focus\:border-e-slate-900\/60:focus {
  border-inline-end-color: rgb(15 23 42 / 0.6);
}

.focus\:border-e-slate-900\/70:focus {
  border-inline-end-color: rgb(15 23 42 / 0.7);
}

.focus\:border-e-slate-900\/75:focus {
  border-inline-end-color: rgb(15 23 42 / 0.75);
}

.focus\:border-e-slate-900\/80:focus {
  border-inline-end-color: rgb(15 23 42 / 0.8);
}

.focus\:border-e-slate-900\/90:focus {
  border-inline-end-color: rgb(15 23 42 / 0.9);
}

.focus\:border-e-slate-900\/95:focus {
  border-inline-end-color: rgb(15 23 42 / 0.95);
}

.focus\:border-e-slate-950:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(2 6 23 / var(--tw-border-opacity));
}

.focus\:border-e-slate-950\/0:focus {
  border-inline-end-color: rgb(2 6 23 / 0);
}

.focus\:border-e-slate-950\/10:focus {
  border-inline-end-color: rgb(2 6 23 / 0.1);
}

.focus\:border-e-slate-950\/100:focus {
  border-inline-end-color: rgb(2 6 23 / 1);
}

.focus\:border-e-slate-950\/20:focus {
  border-inline-end-color: rgb(2 6 23 / 0.2);
}

.focus\:border-e-slate-950\/25:focus {
  border-inline-end-color: rgb(2 6 23 / 0.25);
}

.focus\:border-e-slate-950\/30:focus {
  border-inline-end-color: rgb(2 6 23 / 0.3);
}

.focus\:border-e-slate-950\/40:focus {
  border-inline-end-color: rgb(2 6 23 / 0.4);
}

.focus\:border-e-slate-950\/5:focus {
  border-inline-end-color: rgb(2 6 23 / 0.05);
}

.focus\:border-e-slate-950\/50:focus {
  border-inline-end-color: rgb(2 6 23 / 0.5);
}

.focus\:border-e-slate-950\/60:focus {
  border-inline-end-color: rgb(2 6 23 / 0.6);
}

.focus\:border-e-slate-950\/70:focus {
  border-inline-end-color: rgb(2 6 23 / 0.7);
}

.focus\:border-e-slate-950\/75:focus {
  border-inline-end-color: rgb(2 6 23 / 0.75);
}

.focus\:border-e-slate-950\/80:focus {
  border-inline-end-color: rgb(2 6 23 / 0.8);
}

.focus\:border-e-slate-950\/90:focus {
  border-inline-end-color: rgb(2 6 23 / 0.9);
}

.focus\:border-e-slate-950\/95:focus {
  border-inline-end-color: rgb(2 6 23 / 0.95);
}

.focus\:border-e-stone-100:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 245 244 / var(--tw-border-opacity));
}

.focus\:border-e-stone-100\/0:focus {
  border-inline-end-color: rgb(245 245 244 / 0);
}

.focus\:border-e-stone-100\/10:focus {
  border-inline-end-color: rgb(245 245 244 / 0.1);
}

.focus\:border-e-stone-100\/100:focus {
  border-inline-end-color: rgb(245 245 244 / 1);
}

.focus\:border-e-stone-100\/20:focus {
  border-inline-end-color: rgb(245 245 244 / 0.2);
}

.focus\:border-e-stone-100\/25:focus {
  border-inline-end-color: rgb(245 245 244 / 0.25);
}

.focus\:border-e-stone-100\/30:focus {
  border-inline-end-color: rgb(245 245 244 / 0.3);
}

.focus\:border-e-stone-100\/40:focus {
  border-inline-end-color: rgb(245 245 244 / 0.4);
}

.focus\:border-e-stone-100\/5:focus {
  border-inline-end-color: rgb(245 245 244 / 0.05);
}

.focus\:border-e-stone-100\/50:focus {
  border-inline-end-color: rgb(245 245 244 / 0.5);
}

.focus\:border-e-stone-100\/60:focus {
  border-inline-end-color: rgb(245 245 244 / 0.6);
}

.focus\:border-e-stone-100\/70:focus {
  border-inline-end-color: rgb(245 245 244 / 0.7);
}

.focus\:border-e-stone-100\/75:focus {
  border-inline-end-color: rgb(245 245 244 / 0.75);
}

.focus\:border-e-stone-100\/80:focus {
  border-inline-end-color: rgb(245 245 244 / 0.8);
}

.focus\:border-e-stone-100\/90:focus {
  border-inline-end-color: rgb(245 245 244 / 0.9);
}

.focus\:border-e-stone-100\/95:focus {
  border-inline-end-color: rgb(245 245 244 / 0.95);
}

.focus\:border-e-stone-200:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(231 229 228 / var(--tw-border-opacity));
}

.focus\:border-e-stone-200\/0:focus {
  border-inline-end-color: rgb(231 229 228 / 0);
}

.focus\:border-e-stone-200\/10:focus {
  border-inline-end-color: rgb(231 229 228 / 0.1);
}

.focus\:border-e-stone-200\/100:focus {
  border-inline-end-color: rgb(231 229 228 / 1);
}

.focus\:border-e-stone-200\/20:focus {
  border-inline-end-color: rgb(231 229 228 / 0.2);
}

.focus\:border-e-stone-200\/25:focus {
  border-inline-end-color: rgb(231 229 228 / 0.25);
}

.focus\:border-e-stone-200\/30:focus {
  border-inline-end-color: rgb(231 229 228 / 0.3);
}

.focus\:border-e-stone-200\/40:focus {
  border-inline-end-color: rgb(231 229 228 / 0.4);
}

.focus\:border-e-stone-200\/5:focus {
  border-inline-end-color: rgb(231 229 228 / 0.05);
}

.focus\:border-e-stone-200\/50:focus {
  border-inline-end-color: rgb(231 229 228 / 0.5);
}

.focus\:border-e-stone-200\/60:focus {
  border-inline-end-color: rgb(231 229 228 / 0.6);
}

.focus\:border-e-stone-200\/70:focus {
  border-inline-end-color: rgb(231 229 228 / 0.7);
}

.focus\:border-e-stone-200\/75:focus {
  border-inline-end-color: rgb(231 229 228 / 0.75);
}

.focus\:border-e-stone-200\/80:focus {
  border-inline-end-color: rgb(231 229 228 / 0.8);
}

.focus\:border-e-stone-200\/90:focus {
  border-inline-end-color: rgb(231 229 228 / 0.9);
}

.focus\:border-e-stone-200\/95:focus {
  border-inline-end-color: rgb(231 229 228 / 0.95);
}

.focus\:border-e-stone-300:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.focus\:border-e-stone-300\/0:focus {
  border-inline-end-color: rgb(214 211 209 / 0);
}

.focus\:border-e-stone-300\/10:focus {
  border-inline-end-color: rgb(214 211 209 / 0.1);
}

.focus\:border-e-stone-300\/100:focus {
  border-inline-end-color: rgb(214 211 209 / 1);
}

.focus\:border-e-stone-300\/20:focus {
  border-inline-end-color: rgb(214 211 209 / 0.2);
}

.focus\:border-e-stone-300\/25:focus {
  border-inline-end-color: rgb(214 211 209 / 0.25);
}

.focus\:border-e-stone-300\/30:focus {
  border-inline-end-color: rgb(214 211 209 / 0.3);
}

.focus\:border-e-stone-300\/40:focus {
  border-inline-end-color: rgb(214 211 209 / 0.4);
}

.focus\:border-e-stone-300\/5:focus {
  border-inline-end-color: rgb(214 211 209 / 0.05);
}

.focus\:border-e-stone-300\/50:focus {
  border-inline-end-color: rgb(214 211 209 / 0.5);
}

.focus\:border-e-stone-300\/60:focus {
  border-inline-end-color: rgb(214 211 209 / 0.6);
}

.focus\:border-e-stone-300\/70:focus {
  border-inline-end-color: rgb(214 211 209 / 0.7);
}

.focus\:border-e-stone-300\/75:focus {
  border-inline-end-color: rgb(214 211 209 / 0.75);
}

.focus\:border-e-stone-300\/80:focus {
  border-inline-end-color: rgb(214 211 209 / 0.8);
}

.focus\:border-e-stone-300\/90:focus {
  border-inline-end-color: rgb(214 211 209 / 0.9);
}

.focus\:border-e-stone-300\/95:focus {
  border-inline-end-color: rgb(214 211 209 / 0.95);
}

.focus\:border-e-stone-400:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(168 162 158 / var(--tw-border-opacity));
}

.focus\:border-e-stone-400\/0:focus {
  border-inline-end-color: rgb(168 162 158 / 0);
}

.focus\:border-e-stone-400\/10:focus {
  border-inline-end-color: rgb(168 162 158 / 0.1);
}

.focus\:border-e-stone-400\/100:focus {
  border-inline-end-color: rgb(168 162 158 / 1);
}

.focus\:border-e-stone-400\/20:focus {
  border-inline-end-color: rgb(168 162 158 / 0.2);
}

.focus\:border-e-stone-400\/25:focus {
  border-inline-end-color: rgb(168 162 158 / 0.25);
}

.focus\:border-e-stone-400\/30:focus {
  border-inline-end-color: rgb(168 162 158 / 0.3);
}

.focus\:border-e-stone-400\/40:focus {
  border-inline-end-color: rgb(168 162 158 / 0.4);
}

.focus\:border-e-stone-400\/5:focus {
  border-inline-end-color: rgb(168 162 158 / 0.05);
}

.focus\:border-e-stone-400\/50:focus {
  border-inline-end-color: rgb(168 162 158 / 0.5);
}

.focus\:border-e-stone-400\/60:focus {
  border-inline-end-color: rgb(168 162 158 / 0.6);
}

.focus\:border-e-stone-400\/70:focus {
  border-inline-end-color: rgb(168 162 158 / 0.7);
}

.focus\:border-e-stone-400\/75:focus {
  border-inline-end-color: rgb(168 162 158 / 0.75);
}

.focus\:border-e-stone-400\/80:focus {
  border-inline-end-color: rgb(168 162 158 / 0.8);
}

.focus\:border-e-stone-400\/90:focus {
  border-inline-end-color: rgb(168 162 158 / 0.9);
}

.focus\:border-e-stone-400\/95:focus {
  border-inline-end-color: rgb(168 162 158 / 0.95);
}

.focus\:border-e-stone-50:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 250 249 / var(--tw-border-opacity));
}

.focus\:border-e-stone-50\/0:focus {
  border-inline-end-color: rgb(250 250 249 / 0);
}

.focus\:border-e-stone-50\/10:focus {
  border-inline-end-color: rgb(250 250 249 / 0.1);
}

.focus\:border-e-stone-50\/100:focus {
  border-inline-end-color: rgb(250 250 249 / 1);
}

.focus\:border-e-stone-50\/20:focus {
  border-inline-end-color: rgb(250 250 249 / 0.2);
}

.focus\:border-e-stone-50\/25:focus {
  border-inline-end-color: rgb(250 250 249 / 0.25);
}

.focus\:border-e-stone-50\/30:focus {
  border-inline-end-color: rgb(250 250 249 / 0.3);
}

.focus\:border-e-stone-50\/40:focus {
  border-inline-end-color: rgb(250 250 249 / 0.4);
}

.focus\:border-e-stone-50\/5:focus {
  border-inline-end-color: rgb(250 250 249 / 0.05);
}

.focus\:border-e-stone-50\/50:focus {
  border-inline-end-color: rgb(250 250 249 / 0.5);
}

.focus\:border-e-stone-50\/60:focus {
  border-inline-end-color: rgb(250 250 249 / 0.6);
}

.focus\:border-e-stone-50\/70:focus {
  border-inline-end-color: rgb(250 250 249 / 0.7);
}

.focus\:border-e-stone-50\/75:focus {
  border-inline-end-color: rgb(250 250 249 / 0.75);
}

.focus\:border-e-stone-50\/80:focus {
  border-inline-end-color: rgb(250 250 249 / 0.8);
}

.focus\:border-e-stone-50\/90:focus {
  border-inline-end-color: rgb(250 250 249 / 0.9);
}

.focus\:border-e-stone-50\/95:focus {
  border-inline-end-color: rgb(250 250 249 / 0.95);
}

.focus\:border-e-stone-500:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(120 113 108 / var(--tw-border-opacity));
}

.focus\:border-e-stone-500\/0:focus {
  border-inline-end-color: rgb(120 113 108 / 0);
}

.focus\:border-e-stone-500\/10:focus {
  border-inline-end-color: rgb(120 113 108 / 0.1);
}

.focus\:border-e-stone-500\/100:focus {
  border-inline-end-color: rgb(120 113 108 / 1);
}

.focus\:border-e-stone-500\/20:focus {
  border-inline-end-color: rgb(120 113 108 / 0.2);
}

.focus\:border-e-stone-500\/25:focus {
  border-inline-end-color: rgb(120 113 108 / 0.25);
}

.focus\:border-e-stone-500\/30:focus {
  border-inline-end-color: rgb(120 113 108 / 0.3);
}

.focus\:border-e-stone-500\/40:focus {
  border-inline-end-color: rgb(120 113 108 / 0.4);
}

.focus\:border-e-stone-500\/5:focus {
  border-inline-end-color: rgb(120 113 108 / 0.05);
}

.focus\:border-e-stone-500\/50:focus {
  border-inline-end-color: rgb(120 113 108 / 0.5);
}

.focus\:border-e-stone-500\/60:focus {
  border-inline-end-color: rgb(120 113 108 / 0.6);
}

.focus\:border-e-stone-500\/70:focus {
  border-inline-end-color: rgb(120 113 108 / 0.7);
}

.focus\:border-e-stone-500\/75:focus {
  border-inline-end-color: rgb(120 113 108 / 0.75);
}

.focus\:border-e-stone-500\/80:focus {
  border-inline-end-color: rgb(120 113 108 / 0.8);
}

.focus\:border-e-stone-500\/90:focus {
  border-inline-end-color: rgb(120 113 108 / 0.9);
}

.focus\:border-e-stone-500\/95:focus {
  border-inline-end-color: rgb(120 113 108 / 0.95);
}

.focus\:border-e-stone-600:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(87 83 78 / var(--tw-border-opacity));
}

.focus\:border-e-stone-600\/0:focus {
  border-inline-end-color: rgb(87 83 78 / 0);
}

.focus\:border-e-stone-600\/10:focus {
  border-inline-end-color: rgb(87 83 78 / 0.1);
}

.focus\:border-e-stone-600\/100:focus {
  border-inline-end-color: rgb(87 83 78 / 1);
}

.focus\:border-e-stone-600\/20:focus {
  border-inline-end-color: rgb(87 83 78 / 0.2);
}

.focus\:border-e-stone-600\/25:focus {
  border-inline-end-color: rgb(87 83 78 / 0.25);
}

.focus\:border-e-stone-600\/30:focus {
  border-inline-end-color: rgb(87 83 78 / 0.3);
}

.focus\:border-e-stone-600\/40:focus {
  border-inline-end-color: rgb(87 83 78 / 0.4);
}

.focus\:border-e-stone-600\/5:focus {
  border-inline-end-color: rgb(87 83 78 / 0.05);
}

.focus\:border-e-stone-600\/50:focus {
  border-inline-end-color: rgb(87 83 78 / 0.5);
}

.focus\:border-e-stone-600\/60:focus {
  border-inline-end-color: rgb(87 83 78 / 0.6);
}

.focus\:border-e-stone-600\/70:focus {
  border-inline-end-color: rgb(87 83 78 / 0.7);
}

.focus\:border-e-stone-600\/75:focus {
  border-inline-end-color: rgb(87 83 78 / 0.75);
}

.focus\:border-e-stone-600\/80:focus {
  border-inline-end-color: rgb(87 83 78 / 0.8);
}

.focus\:border-e-stone-600\/90:focus {
  border-inline-end-color: rgb(87 83 78 / 0.9);
}

.focus\:border-e-stone-600\/95:focus {
  border-inline-end-color: rgb(87 83 78 / 0.95);
}

.focus\:border-e-stone-700:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(68 64 60 / var(--tw-border-opacity));
}

.focus\:border-e-stone-700\/0:focus {
  border-inline-end-color: rgb(68 64 60 / 0);
}

.focus\:border-e-stone-700\/10:focus {
  border-inline-end-color: rgb(68 64 60 / 0.1);
}

.focus\:border-e-stone-700\/100:focus {
  border-inline-end-color: rgb(68 64 60 / 1);
}

.focus\:border-e-stone-700\/20:focus {
  border-inline-end-color: rgb(68 64 60 / 0.2);
}

.focus\:border-e-stone-700\/25:focus {
  border-inline-end-color: rgb(68 64 60 / 0.25);
}

.focus\:border-e-stone-700\/30:focus {
  border-inline-end-color: rgb(68 64 60 / 0.3);
}

.focus\:border-e-stone-700\/40:focus {
  border-inline-end-color: rgb(68 64 60 / 0.4);
}

.focus\:border-e-stone-700\/5:focus {
  border-inline-end-color: rgb(68 64 60 / 0.05);
}

.focus\:border-e-stone-700\/50:focus {
  border-inline-end-color: rgb(68 64 60 / 0.5);
}

.focus\:border-e-stone-700\/60:focus {
  border-inline-end-color: rgb(68 64 60 / 0.6);
}

.focus\:border-e-stone-700\/70:focus {
  border-inline-end-color: rgb(68 64 60 / 0.7);
}

.focus\:border-e-stone-700\/75:focus {
  border-inline-end-color: rgb(68 64 60 / 0.75);
}

.focus\:border-e-stone-700\/80:focus {
  border-inline-end-color: rgb(68 64 60 / 0.8);
}

.focus\:border-e-stone-700\/90:focus {
  border-inline-end-color: rgb(68 64 60 / 0.9);
}

.focus\:border-e-stone-700\/95:focus {
  border-inline-end-color: rgb(68 64 60 / 0.95);
}

.focus\:border-e-stone-800:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(41 37 36 / var(--tw-border-opacity));
}

.focus\:border-e-stone-800\/0:focus {
  border-inline-end-color: rgb(41 37 36 / 0);
}

.focus\:border-e-stone-800\/10:focus {
  border-inline-end-color: rgb(41 37 36 / 0.1);
}

.focus\:border-e-stone-800\/100:focus {
  border-inline-end-color: rgb(41 37 36 / 1);
}

.focus\:border-e-stone-800\/20:focus {
  border-inline-end-color: rgb(41 37 36 / 0.2);
}

.focus\:border-e-stone-800\/25:focus {
  border-inline-end-color: rgb(41 37 36 / 0.25);
}

.focus\:border-e-stone-800\/30:focus {
  border-inline-end-color: rgb(41 37 36 / 0.3);
}

.focus\:border-e-stone-800\/40:focus {
  border-inline-end-color: rgb(41 37 36 / 0.4);
}

.focus\:border-e-stone-800\/5:focus {
  border-inline-end-color: rgb(41 37 36 / 0.05);
}

.focus\:border-e-stone-800\/50:focus {
  border-inline-end-color: rgb(41 37 36 / 0.5);
}

.focus\:border-e-stone-800\/60:focus {
  border-inline-end-color: rgb(41 37 36 / 0.6);
}

.focus\:border-e-stone-800\/70:focus {
  border-inline-end-color: rgb(41 37 36 / 0.7);
}

.focus\:border-e-stone-800\/75:focus {
  border-inline-end-color: rgb(41 37 36 / 0.75);
}

.focus\:border-e-stone-800\/80:focus {
  border-inline-end-color: rgb(41 37 36 / 0.8);
}

.focus\:border-e-stone-800\/90:focus {
  border-inline-end-color: rgb(41 37 36 / 0.9);
}

.focus\:border-e-stone-800\/95:focus {
  border-inline-end-color: rgb(41 37 36 / 0.95);
}

.focus\:border-e-stone-900:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(28 25 23 / var(--tw-border-opacity));
}

.focus\:border-e-stone-900\/0:focus {
  border-inline-end-color: rgb(28 25 23 / 0);
}

.focus\:border-e-stone-900\/10:focus {
  border-inline-end-color: rgb(28 25 23 / 0.1);
}

.focus\:border-e-stone-900\/100:focus {
  border-inline-end-color: rgb(28 25 23 / 1);
}

.focus\:border-e-stone-900\/20:focus {
  border-inline-end-color: rgb(28 25 23 / 0.2);
}

.focus\:border-e-stone-900\/25:focus {
  border-inline-end-color: rgb(28 25 23 / 0.25);
}

.focus\:border-e-stone-900\/30:focus {
  border-inline-end-color: rgb(28 25 23 / 0.3);
}

.focus\:border-e-stone-900\/40:focus {
  border-inline-end-color: rgb(28 25 23 / 0.4);
}

.focus\:border-e-stone-900\/5:focus {
  border-inline-end-color: rgb(28 25 23 / 0.05);
}

.focus\:border-e-stone-900\/50:focus {
  border-inline-end-color: rgb(28 25 23 / 0.5);
}

.focus\:border-e-stone-900\/60:focus {
  border-inline-end-color: rgb(28 25 23 / 0.6);
}

.focus\:border-e-stone-900\/70:focus {
  border-inline-end-color: rgb(28 25 23 / 0.7);
}

.focus\:border-e-stone-900\/75:focus {
  border-inline-end-color: rgb(28 25 23 / 0.75);
}

.focus\:border-e-stone-900\/80:focus {
  border-inline-end-color: rgb(28 25 23 / 0.8);
}

.focus\:border-e-stone-900\/90:focus {
  border-inline-end-color: rgb(28 25 23 / 0.9);
}

.focus\:border-e-stone-900\/95:focus {
  border-inline-end-color: rgb(28 25 23 / 0.95);
}

.focus\:border-e-stone-950:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(12 10 9 / var(--tw-border-opacity));
}

.focus\:border-e-stone-950\/0:focus {
  border-inline-end-color: rgb(12 10 9 / 0);
}

.focus\:border-e-stone-950\/10:focus {
  border-inline-end-color: rgb(12 10 9 / 0.1);
}

.focus\:border-e-stone-950\/100:focus {
  border-inline-end-color: rgb(12 10 9 / 1);
}

.focus\:border-e-stone-950\/20:focus {
  border-inline-end-color: rgb(12 10 9 / 0.2);
}

.focus\:border-e-stone-950\/25:focus {
  border-inline-end-color: rgb(12 10 9 / 0.25);
}

.focus\:border-e-stone-950\/30:focus {
  border-inline-end-color: rgb(12 10 9 / 0.3);
}

.focus\:border-e-stone-950\/40:focus {
  border-inline-end-color: rgb(12 10 9 / 0.4);
}

.focus\:border-e-stone-950\/5:focus {
  border-inline-end-color: rgb(12 10 9 / 0.05);
}

.focus\:border-e-stone-950\/50:focus {
  border-inline-end-color: rgb(12 10 9 / 0.5);
}

.focus\:border-e-stone-950\/60:focus {
  border-inline-end-color: rgb(12 10 9 / 0.6);
}

.focus\:border-e-stone-950\/70:focus {
  border-inline-end-color: rgb(12 10 9 / 0.7);
}

.focus\:border-e-stone-950\/75:focus {
  border-inline-end-color: rgb(12 10 9 / 0.75);
}

.focus\:border-e-stone-950\/80:focus {
  border-inline-end-color: rgb(12 10 9 / 0.8);
}

.focus\:border-e-stone-950\/90:focus {
  border-inline-end-color: rgb(12 10 9 / 0.9);
}

.focus\:border-e-stone-950\/95:focus {
  border-inline-end-color: rgb(12 10 9 / 0.95);
}

.focus\:border-e-teal-100:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(204 251 241 / var(--tw-border-opacity));
}

.focus\:border-e-teal-100\/0:focus {
  border-inline-end-color: rgb(204 251 241 / 0);
}

.focus\:border-e-teal-100\/10:focus {
  border-inline-end-color: rgb(204 251 241 / 0.1);
}

.focus\:border-e-teal-100\/100:focus {
  border-inline-end-color: rgb(204 251 241 / 1);
}

.focus\:border-e-teal-100\/20:focus {
  border-inline-end-color: rgb(204 251 241 / 0.2);
}

.focus\:border-e-teal-100\/25:focus {
  border-inline-end-color: rgb(204 251 241 / 0.25);
}

.focus\:border-e-teal-100\/30:focus {
  border-inline-end-color: rgb(204 251 241 / 0.3);
}

.focus\:border-e-teal-100\/40:focus {
  border-inline-end-color: rgb(204 251 241 / 0.4);
}

.focus\:border-e-teal-100\/5:focus {
  border-inline-end-color: rgb(204 251 241 / 0.05);
}

.focus\:border-e-teal-100\/50:focus {
  border-inline-end-color: rgb(204 251 241 / 0.5);
}

.focus\:border-e-teal-100\/60:focus {
  border-inline-end-color: rgb(204 251 241 / 0.6);
}

.focus\:border-e-teal-100\/70:focus {
  border-inline-end-color: rgb(204 251 241 / 0.7);
}

.focus\:border-e-teal-100\/75:focus {
  border-inline-end-color: rgb(204 251 241 / 0.75);
}

.focus\:border-e-teal-100\/80:focus {
  border-inline-end-color: rgb(204 251 241 / 0.8);
}

.focus\:border-e-teal-100\/90:focus {
  border-inline-end-color: rgb(204 251 241 / 0.9);
}

.focus\:border-e-teal-100\/95:focus {
  border-inline-end-color: rgb(204 251 241 / 0.95);
}

.focus\:border-e-teal-200:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(153 246 228 / var(--tw-border-opacity));
}

.focus\:border-e-teal-200\/0:focus {
  border-inline-end-color: rgb(153 246 228 / 0);
}

.focus\:border-e-teal-200\/10:focus {
  border-inline-end-color: rgb(153 246 228 / 0.1);
}

.focus\:border-e-teal-200\/100:focus {
  border-inline-end-color: rgb(153 246 228 / 1);
}

.focus\:border-e-teal-200\/20:focus {
  border-inline-end-color: rgb(153 246 228 / 0.2);
}

.focus\:border-e-teal-200\/25:focus {
  border-inline-end-color: rgb(153 246 228 / 0.25);
}

.focus\:border-e-teal-200\/30:focus {
  border-inline-end-color: rgb(153 246 228 / 0.3);
}

.focus\:border-e-teal-200\/40:focus {
  border-inline-end-color: rgb(153 246 228 / 0.4);
}

.focus\:border-e-teal-200\/5:focus {
  border-inline-end-color: rgb(153 246 228 / 0.05);
}

.focus\:border-e-teal-200\/50:focus {
  border-inline-end-color: rgb(153 246 228 / 0.5);
}

.focus\:border-e-teal-200\/60:focus {
  border-inline-end-color: rgb(153 246 228 / 0.6);
}

.focus\:border-e-teal-200\/70:focus {
  border-inline-end-color: rgb(153 246 228 / 0.7);
}

.focus\:border-e-teal-200\/75:focus {
  border-inline-end-color: rgb(153 246 228 / 0.75);
}

.focus\:border-e-teal-200\/80:focus {
  border-inline-end-color: rgb(153 246 228 / 0.8);
}

.focus\:border-e-teal-200\/90:focus {
  border-inline-end-color: rgb(153 246 228 / 0.9);
}

.focus\:border-e-teal-200\/95:focus {
  border-inline-end-color: rgb(153 246 228 / 0.95);
}

.focus\:border-e-teal-300:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(94 234 212 / var(--tw-border-opacity));
}

.focus\:border-e-teal-300\/0:focus {
  border-inline-end-color: rgb(94 234 212 / 0);
}

.focus\:border-e-teal-300\/10:focus {
  border-inline-end-color: rgb(94 234 212 / 0.1);
}

.focus\:border-e-teal-300\/100:focus {
  border-inline-end-color: rgb(94 234 212 / 1);
}

.focus\:border-e-teal-300\/20:focus {
  border-inline-end-color: rgb(94 234 212 / 0.2);
}

.focus\:border-e-teal-300\/25:focus {
  border-inline-end-color: rgb(94 234 212 / 0.25);
}

.focus\:border-e-teal-300\/30:focus {
  border-inline-end-color: rgb(94 234 212 / 0.3);
}

.focus\:border-e-teal-300\/40:focus {
  border-inline-end-color: rgb(94 234 212 / 0.4);
}

.focus\:border-e-teal-300\/5:focus {
  border-inline-end-color: rgb(94 234 212 / 0.05);
}

.focus\:border-e-teal-300\/50:focus {
  border-inline-end-color: rgb(94 234 212 / 0.5);
}

.focus\:border-e-teal-300\/60:focus {
  border-inline-end-color: rgb(94 234 212 / 0.6);
}

.focus\:border-e-teal-300\/70:focus {
  border-inline-end-color: rgb(94 234 212 / 0.7);
}

.focus\:border-e-teal-300\/75:focus {
  border-inline-end-color: rgb(94 234 212 / 0.75);
}

.focus\:border-e-teal-300\/80:focus {
  border-inline-end-color: rgb(94 234 212 / 0.8);
}

.focus\:border-e-teal-300\/90:focus {
  border-inline-end-color: rgb(94 234 212 / 0.9);
}

.focus\:border-e-teal-300\/95:focus {
  border-inline-end-color: rgb(94 234 212 / 0.95);
}

.focus\:border-e-teal-400:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(45 212 191 / var(--tw-border-opacity));
}

.focus\:border-e-teal-400\/0:focus {
  border-inline-end-color: rgb(45 212 191 / 0);
}

.focus\:border-e-teal-400\/10:focus {
  border-inline-end-color: rgb(45 212 191 / 0.1);
}

.focus\:border-e-teal-400\/100:focus {
  border-inline-end-color: rgb(45 212 191 / 1);
}

.focus\:border-e-teal-400\/20:focus {
  border-inline-end-color: rgb(45 212 191 / 0.2);
}

.focus\:border-e-teal-400\/25:focus {
  border-inline-end-color: rgb(45 212 191 / 0.25);
}

.focus\:border-e-teal-400\/30:focus {
  border-inline-end-color: rgb(45 212 191 / 0.3);
}

.focus\:border-e-teal-400\/40:focus {
  border-inline-end-color: rgb(45 212 191 / 0.4);
}

.focus\:border-e-teal-400\/5:focus {
  border-inline-end-color: rgb(45 212 191 / 0.05);
}

.focus\:border-e-teal-400\/50:focus {
  border-inline-end-color: rgb(45 212 191 / 0.5);
}

.focus\:border-e-teal-400\/60:focus {
  border-inline-end-color: rgb(45 212 191 / 0.6);
}

.focus\:border-e-teal-400\/70:focus {
  border-inline-end-color: rgb(45 212 191 / 0.7);
}

.focus\:border-e-teal-400\/75:focus {
  border-inline-end-color: rgb(45 212 191 / 0.75);
}

.focus\:border-e-teal-400\/80:focus {
  border-inline-end-color: rgb(45 212 191 / 0.8);
}

.focus\:border-e-teal-400\/90:focus {
  border-inline-end-color: rgb(45 212 191 / 0.9);
}

.focus\:border-e-teal-400\/95:focus {
  border-inline-end-color: rgb(45 212 191 / 0.95);
}

.focus\:border-e-teal-50:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(240 253 250 / var(--tw-border-opacity));
}

.focus\:border-e-teal-50\/0:focus {
  border-inline-end-color: rgb(240 253 250 / 0);
}

.focus\:border-e-teal-50\/10:focus {
  border-inline-end-color: rgb(240 253 250 / 0.1);
}

.focus\:border-e-teal-50\/100:focus {
  border-inline-end-color: rgb(240 253 250 / 1);
}

.focus\:border-e-teal-50\/20:focus {
  border-inline-end-color: rgb(240 253 250 / 0.2);
}

.focus\:border-e-teal-50\/25:focus {
  border-inline-end-color: rgb(240 253 250 / 0.25);
}

.focus\:border-e-teal-50\/30:focus {
  border-inline-end-color: rgb(240 253 250 / 0.3);
}

.focus\:border-e-teal-50\/40:focus {
  border-inline-end-color: rgb(240 253 250 / 0.4);
}

.focus\:border-e-teal-50\/5:focus {
  border-inline-end-color: rgb(240 253 250 / 0.05);
}

.focus\:border-e-teal-50\/50:focus {
  border-inline-end-color: rgb(240 253 250 / 0.5);
}

.focus\:border-e-teal-50\/60:focus {
  border-inline-end-color: rgb(240 253 250 / 0.6);
}

.focus\:border-e-teal-50\/70:focus {
  border-inline-end-color: rgb(240 253 250 / 0.7);
}

.focus\:border-e-teal-50\/75:focus {
  border-inline-end-color: rgb(240 253 250 / 0.75);
}

.focus\:border-e-teal-50\/80:focus {
  border-inline-end-color: rgb(240 253 250 / 0.8);
}

.focus\:border-e-teal-50\/90:focus {
  border-inline-end-color: rgb(240 253 250 / 0.9);
}

.focus\:border-e-teal-50\/95:focus {
  border-inline-end-color: rgb(240 253 250 / 0.95);
}

.focus\:border-e-teal-500:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(20 184 166 / var(--tw-border-opacity));
}

.focus\:border-e-teal-500\/0:focus {
  border-inline-end-color: rgb(20 184 166 / 0);
}

.focus\:border-e-teal-500\/10:focus {
  border-inline-end-color: rgb(20 184 166 / 0.1);
}

.focus\:border-e-teal-500\/100:focus {
  border-inline-end-color: rgb(20 184 166 / 1);
}

.focus\:border-e-teal-500\/20:focus {
  border-inline-end-color: rgb(20 184 166 / 0.2);
}

.focus\:border-e-teal-500\/25:focus {
  border-inline-end-color: rgb(20 184 166 / 0.25);
}

.focus\:border-e-teal-500\/30:focus {
  border-inline-end-color: rgb(20 184 166 / 0.3);
}

.focus\:border-e-teal-500\/40:focus {
  border-inline-end-color: rgb(20 184 166 / 0.4);
}

.focus\:border-e-teal-500\/5:focus {
  border-inline-end-color: rgb(20 184 166 / 0.05);
}

.focus\:border-e-teal-500\/50:focus {
  border-inline-end-color: rgb(20 184 166 / 0.5);
}

.focus\:border-e-teal-500\/60:focus {
  border-inline-end-color: rgb(20 184 166 / 0.6);
}

.focus\:border-e-teal-500\/70:focus {
  border-inline-end-color: rgb(20 184 166 / 0.7);
}

.focus\:border-e-teal-500\/75:focus {
  border-inline-end-color: rgb(20 184 166 / 0.75);
}

.focus\:border-e-teal-500\/80:focus {
  border-inline-end-color: rgb(20 184 166 / 0.8);
}

.focus\:border-e-teal-500\/90:focus {
  border-inline-end-color: rgb(20 184 166 / 0.9);
}

.focus\:border-e-teal-500\/95:focus {
  border-inline-end-color: rgb(20 184 166 / 0.95);
}

.focus\:border-e-teal-600:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(13 148 136 / var(--tw-border-opacity));
}

.focus\:border-e-teal-600\/0:focus {
  border-inline-end-color: rgb(13 148 136 / 0);
}

.focus\:border-e-teal-600\/10:focus {
  border-inline-end-color: rgb(13 148 136 / 0.1);
}

.focus\:border-e-teal-600\/100:focus {
  border-inline-end-color: rgb(13 148 136 / 1);
}

.focus\:border-e-teal-600\/20:focus {
  border-inline-end-color: rgb(13 148 136 / 0.2);
}

.focus\:border-e-teal-600\/25:focus {
  border-inline-end-color: rgb(13 148 136 / 0.25);
}

.focus\:border-e-teal-600\/30:focus {
  border-inline-end-color: rgb(13 148 136 / 0.3);
}

.focus\:border-e-teal-600\/40:focus {
  border-inline-end-color: rgb(13 148 136 / 0.4);
}

.focus\:border-e-teal-600\/5:focus {
  border-inline-end-color: rgb(13 148 136 / 0.05);
}

.focus\:border-e-teal-600\/50:focus {
  border-inline-end-color: rgb(13 148 136 / 0.5);
}

.focus\:border-e-teal-600\/60:focus {
  border-inline-end-color: rgb(13 148 136 / 0.6);
}

.focus\:border-e-teal-600\/70:focus {
  border-inline-end-color: rgb(13 148 136 / 0.7);
}

.focus\:border-e-teal-600\/75:focus {
  border-inline-end-color: rgb(13 148 136 / 0.75);
}

.focus\:border-e-teal-600\/80:focus {
  border-inline-end-color: rgb(13 148 136 / 0.8);
}

.focus\:border-e-teal-600\/90:focus {
  border-inline-end-color: rgb(13 148 136 / 0.9);
}

.focus\:border-e-teal-600\/95:focus {
  border-inline-end-color: rgb(13 148 136 / 0.95);
}

.focus\:border-e-teal-700:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(15 118 110 / var(--tw-border-opacity));
}

.focus\:border-e-teal-700\/0:focus {
  border-inline-end-color: rgb(15 118 110 / 0);
}

.focus\:border-e-teal-700\/10:focus {
  border-inline-end-color: rgb(15 118 110 / 0.1);
}

.focus\:border-e-teal-700\/100:focus {
  border-inline-end-color: rgb(15 118 110 / 1);
}

.focus\:border-e-teal-700\/20:focus {
  border-inline-end-color: rgb(15 118 110 / 0.2);
}

.focus\:border-e-teal-700\/25:focus {
  border-inline-end-color: rgb(15 118 110 / 0.25);
}

.focus\:border-e-teal-700\/30:focus {
  border-inline-end-color: rgb(15 118 110 / 0.3);
}

.focus\:border-e-teal-700\/40:focus {
  border-inline-end-color: rgb(15 118 110 / 0.4);
}

.focus\:border-e-teal-700\/5:focus {
  border-inline-end-color: rgb(15 118 110 / 0.05);
}

.focus\:border-e-teal-700\/50:focus {
  border-inline-end-color: rgb(15 118 110 / 0.5);
}

.focus\:border-e-teal-700\/60:focus {
  border-inline-end-color: rgb(15 118 110 / 0.6);
}

.focus\:border-e-teal-700\/70:focus {
  border-inline-end-color: rgb(15 118 110 / 0.7);
}

.focus\:border-e-teal-700\/75:focus {
  border-inline-end-color: rgb(15 118 110 / 0.75);
}

.focus\:border-e-teal-700\/80:focus {
  border-inline-end-color: rgb(15 118 110 / 0.8);
}

.focus\:border-e-teal-700\/90:focus {
  border-inline-end-color: rgb(15 118 110 / 0.9);
}

.focus\:border-e-teal-700\/95:focus {
  border-inline-end-color: rgb(15 118 110 / 0.95);
}

.focus\:border-e-teal-800:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(17 94 89 / var(--tw-border-opacity));
}

.focus\:border-e-teal-800\/0:focus {
  border-inline-end-color: rgb(17 94 89 / 0);
}

.focus\:border-e-teal-800\/10:focus {
  border-inline-end-color: rgb(17 94 89 / 0.1);
}

.focus\:border-e-teal-800\/100:focus {
  border-inline-end-color: rgb(17 94 89 / 1);
}

.focus\:border-e-teal-800\/20:focus {
  border-inline-end-color: rgb(17 94 89 / 0.2);
}

.focus\:border-e-teal-800\/25:focus {
  border-inline-end-color: rgb(17 94 89 / 0.25);
}

.focus\:border-e-teal-800\/30:focus {
  border-inline-end-color: rgb(17 94 89 / 0.3);
}

.focus\:border-e-teal-800\/40:focus {
  border-inline-end-color: rgb(17 94 89 / 0.4);
}

.focus\:border-e-teal-800\/5:focus {
  border-inline-end-color: rgb(17 94 89 / 0.05);
}

.focus\:border-e-teal-800\/50:focus {
  border-inline-end-color: rgb(17 94 89 / 0.5);
}

.focus\:border-e-teal-800\/60:focus {
  border-inline-end-color: rgb(17 94 89 / 0.6);
}

.focus\:border-e-teal-800\/70:focus {
  border-inline-end-color: rgb(17 94 89 / 0.7);
}

.focus\:border-e-teal-800\/75:focus {
  border-inline-end-color: rgb(17 94 89 / 0.75);
}

.focus\:border-e-teal-800\/80:focus {
  border-inline-end-color: rgb(17 94 89 / 0.8);
}

.focus\:border-e-teal-800\/90:focus {
  border-inline-end-color: rgb(17 94 89 / 0.9);
}

.focus\:border-e-teal-800\/95:focus {
  border-inline-end-color: rgb(17 94 89 / 0.95);
}

.focus\:border-e-teal-900:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(19 78 74 / var(--tw-border-opacity));
}

.focus\:border-e-teal-900\/0:focus {
  border-inline-end-color: rgb(19 78 74 / 0);
}

.focus\:border-e-teal-900\/10:focus {
  border-inline-end-color: rgb(19 78 74 / 0.1);
}

.focus\:border-e-teal-900\/100:focus {
  border-inline-end-color: rgb(19 78 74 / 1);
}

.focus\:border-e-teal-900\/20:focus {
  border-inline-end-color: rgb(19 78 74 / 0.2);
}

.focus\:border-e-teal-900\/25:focus {
  border-inline-end-color: rgb(19 78 74 / 0.25);
}

.focus\:border-e-teal-900\/30:focus {
  border-inline-end-color: rgb(19 78 74 / 0.3);
}

.focus\:border-e-teal-900\/40:focus {
  border-inline-end-color: rgb(19 78 74 / 0.4);
}

.focus\:border-e-teal-900\/5:focus {
  border-inline-end-color: rgb(19 78 74 / 0.05);
}

.focus\:border-e-teal-900\/50:focus {
  border-inline-end-color: rgb(19 78 74 / 0.5);
}

.focus\:border-e-teal-900\/60:focus {
  border-inline-end-color: rgb(19 78 74 / 0.6);
}

.focus\:border-e-teal-900\/70:focus {
  border-inline-end-color: rgb(19 78 74 / 0.7);
}

.focus\:border-e-teal-900\/75:focus {
  border-inline-end-color: rgb(19 78 74 / 0.75);
}

.focus\:border-e-teal-900\/80:focus {
  border-inline-end-color: rgb(19 78 74 / 0.8);
}

.focus\:border-e-teal-900\/90:focus {
  border-inline-end-color: rgb(19 78 74 / 0.9);
}

.focus\:border-e-teal-900\/95:focus {
  border-inline-end-color: rgb(19 78 74 / 0.95);
}

.focus\:border-e-teal-950:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(4 47 46 / var(--tw-border-opacity));
}

.focus\:border-e-teal-950\/0:focus {
  border-inline-end-color: rgb(4 47 46 / 0);
}

.focus\:border-e-teal-950\/10:focus {
  border-inline-end-color: rgb(4 47 46 / 0.1);
}

.focus\:border-e-teal-950\/100:focus {
  border-inline-end-color: rgb(4 47 46 / 1);
}

.focus\:border-e-teal-950\/20:focus {
  border-inline-end-color: rgb(4 47 46 / 0.2);
}

.focus\:border-e-teal-950\/25:focus {
  border-inline-end-color: rgb(4 47 46 / 0.25);
}

.focus\:border-e-teal-950\/30:focus {
  border-inline-end-color: rgb(4 47 46 / 0.3);
}

.focus\:border-e-teal-950\/40:focus {
  border-inline-end-color: rgb(4 47 46 / 0.4);
}

.focus\:border-e-teal-950\/5:focus {
  border-inline-end-color: rgb(4 47 46 / 0.05);
}

.focus\:border-e-teal-950\/50:focus {
  border-inline-end-color: rgb(4 47 46 / 0.5);
}

.focus\:border-e-teal-950\/60:focus {
  border-inline-end-color: rgb(4 47 46 / 0.6);
}

.focus\:border-e-teal-950\/70:focus {
  border-inline-end-color: rgb(4 47 46 / 0.7);
}

.focus\:border-e-teal-950\/75:focus {
  border-inline-end-color: rgb(4 47 46 / 0.75);
}

.focus\:border-e-teal-950\/80:focus {
  border-inline-end-color: rgb(4 47 46 / 0.8);
}

.focus\:border-e-teal-950\/90:focus {
  border-inline-end-color: rgb(4 47 46 / 0.9);
}

.focus\:border-e-teal-950\/95:focus {
  border-inline-end-color: rgb(4 47 46 / 0.95);
}

.focus\:border-e-transparent:focus {
  border-inline-end-color: transparent;
}

.focus\:border-e-transparent\/0:focus {
  border-inline-end-color: rgb(0 0 0 / 0);
}

.focus\:border-e-transparent\/10:focus {
  border-inline-end-color: rgb(0 0 0 / 0.1);
}

.focus\:border-e-transparent\/100:focus {
  border-inline-end-color: rgb(0 0 0 / 1);
}

.focus\:border-e-transparent\/20:focus {
  border-inline-end-color: rgb(0 0 0 / 0.2);
}

.focus\:border-e-transparent\/25:focus {
  border-inline-end-color: rgb(0 0 0 / 0.25);
}

.focus\:border-e-transparent\/30:focus {
  border-inline-end-color: rgb(0 0 0 / 0.3);
}

.focus\:border-e-transparent\/40:focus {
  border-inline-end-color: rgb(0 0 0 / 0.4);
}

.focus\:border-e-transparent\/5:focus {
  border-inline-end-color: rgb(0 0 0 / 0.05);
}

.focus\:border-e-transparent\/50:focus {
  border-inline-end-color: rgb(0 0 0 / 0.5);
}

.focus\:border-e-transparent\/60:focus {
  border-inline-end-color: rgb(0 0 0 / 0.6);
}

.focus\:border-e-transparent\/70:focus {
  border-inline-end-color: rgb(0 0 0 / 0.7);
}

.focus\:border-e-transparent\/75:focus {
  border-inline-end-color: rgb(0 0 0 / 0.75);
}

.focus\:border-e-transparent\/80:focus {
  border-inline-end-color: rgb(0 0 0 / 0.8);
}

.focus\:border-e-transparent\/90:focus {
  border-inline-end-color: rgb(0 0 0 / 0.9);
}

.focus\:border-e-transparent\/95:focus {
  border-inline-end-color: rgb(0 0 0 / 0.95);
}

.focus\:border-e-tykhe-digital:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(239 156 131 / var(--tw-border-opacity));
}

.focus\:border-e-tykhe-digital-alt:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 239 224 / var(--tw-border-opacity));
}

.focus\:border-e-tykhe-digital-alt\/0:focus {
  border-inline-end-color: rgb(245 239 224 / 0);
}

.focus\:border-e-tykhe-digital-alt\/10:focus {
  border-inline-end-color: rgb(245 239 224 / 0.1);
}

.focus\:border-e-tykhe-digital-alt\/100:focus {
  border-inline-end-color: rgb(245 239 224 / 1);
}

.focus\:border-e-tykhe-digital-alt\/20:focus {
  border-inline-end-color: rgb(245 239 224 / 0.2);
}

.focus\:border-e-tykhe-digital-alt\/25:focus {
  border-inline-end-color: rgb(245 239 224 / 0.25);
}

.focus\:border-e-tykhe-digital-alt\/30:focus {
  border-inline-end-color: rgb(245 239 224 / 0.3);
}

.focus\:border-e-tykhe-digital-alt\/40:focus {
  border-inline-end-color: rgb(245 239 224 / 0.4);
}

.focus\:border-e-tykhe-digital-alt\/5:focus {
  border-inline-end-color: rgb(245 239 224 / 0.05);
}

.focus\:border-e-tykhe-digital-alt\/50:focus {
  border-inline-end-color: rgb(245 239 224 / 0.5);
}

.focus\:border-e-tykhe-digital-alt\/60:focus {
  border-inline-end-color: rgb(245 239 224 / 0.6);
}

.focus\:border-e-tykhe-digital-alt\/70:focus {
  border-inline-end-color: rgb(245 239 224 / 0.7);
}

.focus\:border-e-tykhe-digital-alt\/75:focus {
  border-inline-end-color: rgb(245 239 224 / 0.75);
}

.focus\:border-e-tykhe-digital-alt\/80:focus {
  border-inline-end-color: rgb(245 239 224 / 0.8);
}

.focus\:border-e-tykhe-digital-alt\/90:focus {
  border-inline-end-color: rgb(245 239 224 / 0.9);
}

.focus\:border-e-tykhe-digital-alt\/95:focus {
  border-inline-end-color: rgb(245 239 224 / 0.95);
}

.focus\:border-e-tykhe-digital-alt2:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 58 111 / var(--tw-border-opacity));
}

.focus\:border-e-tykhe-digital-alt2\/0:focus {
  border-inline-end-color: rgb(255 58 111 / 0);
}

.focus\:border-e-tykhe-digital-alt2\/10:focus {
  border-inline-end-color: rgb(255 58 111 / 0.1);
}

.focus\:border-e-tykhe-digital-alt2\/100:focus {
  border-inline-end-color: rgb(255 58 111 / 1);
}

.focus\:border-e-tykhe-digital-alt2\/20:focus {
  border-inline-end-color: rgb(255 58 111 / 0.2);
}

.focus\:border-e-tykhe-digital-alt2\/25:focus {
  border-inline-end-color: rgb(255 58 111 / 0.25);
}

.focus\:border-e-tykhe-digital-alt2\/30:focus {
  border-inline-end-color: rgb(255 58 111 / 0.3);
}

.focus\:border-e-tykhe-digital-alt2\/40:focus {
  border-inline-end-color: rgb(255 58 111 / 0.4);
}

.focus\:border-e-tykhe-digital-alt2\/5:focus {
  border-inline-end-color: rgb(255 58 111 / 0.05);
}

.focus\:border-e-tykhe-digital-alt2\/50:focus {
  border-inline-end-color: rgb(255 58 111 / 0.5);
}

.focus\:border-e-tykhe-digital-alt2\/60:focus {
  border-inline-end-color: rgb(255 58 111 / 0.6);
}

.focus\:border-e-tykhe-digital-alt2\/70:focus {
  border-inline-end-color: rgb(255 58 111 / 0.7);
}

.focus\:border-e-tykhe-digital-alt2\/75:focus {
  border-inline-end-color: rgb(255 58 111 / 0.75);
}

.focus\:border-e-tykhe-digital-alt2\/80:focus {
  border-inline-end-color: rgb(255 58 111 / 0.8);
}

.focus\:border-e-tykhe-digital-alt2\/90:focus {
  border-inline-end-color: rgb(255 58 111 / 0.9);
}

.focus\:border-e-tykhe-digital-alt2\/95:focus {
  border-inline-end-color: rgb(255 58 111 / 0.95);
}

.focus\:border-e-tykhe-digital-alt3:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(131 214 239 / var(--tw-border-opacity));
}

.focus\:border-e-tykhe-digital-alt3\/0:focus {
  border-inline-end-color: rgb(131 214 239 / 0);
}

.focus\:border-e-tykhe-digital-alt3\/10:focus {
  border-inline-end-color: rgb(131 214 239 / 0.1);
}

.focus\:border-e-tykhe-digital-alt3\/100:focus {
  border-inline-end-color: rgb(131 214 239 / 1);
}

.focus\:border-e-tykhe-digital-alt3\/20:focus {
  border-inline-end-color: rgb(131 214 239 / 0.2);
}

.focus\:border-e-tykhe-digital-alt3\/25:focus {
  border-inline-end-color: rgb(131 214 239 / 0.25);
}

.focus\:border-e-tykhe-digital-alt3\/30:focus {
  border-inline-end-color: rgb(131 214 239 / 0.3);
}

.focus\:border-e-tykhe-digital-alt3\/40:focus {
  border-inline-end-color: rgb(131 214 239 / 0.4);
}

.focus\:border-e-tykhe-digital-alt3\/5:focus {
  border-inline-end-color: rgb(131 214 239 / 0.05);
}

.focus\:border-e-tykhe-digital-alt3\/50:focus {
  border-inline-end-color: rgb(131 214 239 / 0.5);
}

.focus\:border-e-tykhe-digital-alt3\/60:focus {
  border-inline-end-color: rgb(131 214 239 / 0.6);
}

.focus\:border-e-tykhe-digital-alt3\/70:focus {
  border-inline-end-color: rgb(131 214 239 / 0.7);
}

.focus\:border-e-tykhe-digital-alt3\/75:focus {
  border-inline-end-color: rgb(131 214 239 / 0.75);
}

.focus\:border-e-tykhe-digital-alt3\/80:focus {
  border-inline-end-color: rgb(131 214 239 / 0.8);
}

.focus\:border-e-tykhe-digital-alt3\/90:focus {
  border-inline-end-color: rgb(131 214 239 / 0.9);
}

.focus\:border-e-tykhe-digital-alt3\/95:focus {
  border-inline-end-color: rgb(131 214 239 / 0.95);
}

.focus\:border-e-tykhe-digital\/0:focus {
  border-inline-end-color: rgb(239 156 131 / 0);
}

.focus\:border-e-tykhe-digital\/10:focus {
  border-inline-end-color: rgb(239 156 131 / 0.1);
}

.focus\:border-e-tykhe-digital\/100:focus {
  border-inline-end-color: rgb(239 156 131 / 1);
}

.focus\:border-e-tykhe-digital\/20:focus {
  border-inline-end-color: rgb(239 156 131 / 0.2);
}

.focus\:border-e-tykhe-digital\/25:focus {
  border-inline-end-color: rgb(239 156 131 / 0.25);
}

.focus\:border-e-tykhe-digital\/30:focus {
  border-inline-end-color: rgb(239 156 131 / 0.3);
}

.focus\:border-e-tykhe-digital\/40:focus {
  border-inline-end-color: rgb(239 156 131 / 0.4);
}

.focus\:border-e-tykhe-digital\/5:focus {
  border-inline-end-color: rgb(239 156 131 / 0.05);
}

.focus\:border-e-tykhe-digital\/50:focus {
  border-inline-end-color: rgb(239 156 131 / 0.5);
}

.focus\:border-e-tykhe-digital\/60:focus {
  border-inline-end-color: rgb(239 156 131 / 0.6);
}

.focus\:border-e-tykhe-digital\/70:focus {
  border-inline-end-color: rgb(239 156 131 / 0.7);
}

.focus\:border-e-tykhe-digital\/75:focus {
  border-inline-end-color: rgb(239 156 131 / 0.75);
}

.focus\:border-e-tykhe-digital\/80:focus {
  border-inline-end-color: rgb(239 156 131 / 0.8);
}

.focus\:border-e-tykhe-digital\/90:focus {
  border-inline-end-color: rgb(239 156 131 / 0.9);
}

.focus\:border-e-tykhe-digital\/95:focus {
  border-inline-end-color: rgb(239 156 131 / 0.95);
}

.focus\:border-e-violet-100:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(237 233 254 / var(--tw-border-opacity));
}

.focus\:border-e-violet-100\/0:focus {
  border-inline-end-color: rgb(237 233 254 / 0);
}

.focus\:border-e-violet-100\/10:focus {
  border-inline-end-color: rgb(237 233 254 / 0.1);
}

.focus\:border-e-violet-100\/100:focus {
  border-inline-end-color: rgb(237 233 254 / 1);
}

.focus\:border-e-violet-100\/20:focus {
  border-inline-end-color: rgb(237 233 254 / 0.2);
}

.focus\:border-e-violet-100\/25:focus {
  border-inline-end-color: rgb(237 233 254 / 0.25);
}

.focus\:border-e-violet-100\/30:focus {
  border-inline-end-color: rgb(237 233 254 / 0.3);
}

.focus\:border-e-violet-100\/40:focus {
  border-inline-end-color: rgb(237 233 254 / 0.4);
}

.focus\:border-e-violet-100\/5:focus {
  border-inline-end-color: rgb(237 233 254 / 0.05);
}

.focus\:border-e-violet-100\/50:focus {
  border-inline-end-color: rgb(237 233 254 / 0.5);
}

.focus\:border-e-violet-100\/60:focus {
  border-inline-end-color: rgb(237 233 254 / 0.6);
}

.focus\:border-e-violet-100\/70:focus {
  border-inline-end-color: rgb(237 233 254 / 0.7);
}

.focus\:border-e-violet-100\/75:focus {
  border-inline-end-color: rgb(237 233 254 / 0.75);
}

.focus\:border-e-violet-100\/80:focus {
  border-inline-end-color: rgb(237 233 254 / 0.8);
}

.focus\:border-e-violet-100\/90:focus {
  border-inline-end-color: rgb(237 233 254 / 0.9);
}

.focus\:border-e-violet-100\/95:focus {
  border-inline-end-color: rgb(237 233 254 / 0.95);
}

.focus\:border-e-violet-200:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(221 214 254 / var(--tw-border-opacity));
}

.focus\:border-e-violet-200\/0:focus {
  border-inline-end-color: rgb(221 214 254 / 0);
}

.focus\:border-e-violet-200\/10:focus {
  border-inline-end-color: rgb(221 214 254 / 0.1);
}

.focus\:border-e-violet-200\/100:focus {
  border-inline-end-color: rgb(221 214 254 / 1);
}

.focus\:border-e-violet-200\/20:focus {
  border-inline-end-color: rgb(221 214 254 / 0.2);
}

.focus\:border-e-violet-200\/25:focus {
  border-inline-end-color: rgb(221 214 254 / 0.25);
}

.focus\:border-e-violet-200\/30:focus {
  border-inline-end-color: rgb(221 214 254 / 0.3);
}

.focus\:border-e-violet-200\/40:focus {
  border-inline-end-color: rgb(221 214 254 / 0.4);
}

.focus\:border-e-violet-200\/5:focus {
  border-inline-end-color: rgb(221 214 254 / 0.05);
}

.focus\:border-e-violet-200\/50:focus {
  border-inline-end-color: rgb(221 214 254 / 0.5);
}

.focus\:border-e-violet-200\/60:focus {
  border-inline-end-color: rgb(221 214 254 / 0.6);
}

.focus\:border-e-violet-200\/70:focus {
  border-inline-end-color: rgb(221 214 254 / 0.7);
}

.focus\:border-e-violet-200\/75:focus {
  border-inline-end-color: rgb(221 214 254 / 0.75);
}

.focus\:border-e-violet-200\/80:focus {
  border-inline-end-color: rgb(221 214 254 / 0.8);
}

.focus\:border-e-violet-200\/90:focus {
  border-inline-end-color: rgb(221 214 254 / 0.9);
}

.focus\:border-e-violet-200\/95:focus {
  border-inline-end-color: rgb(221 214 254 / 0.95);
}

.focus\:border-e-violet-300:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(196 181 253 / var(--tw-border-opacity));
}

.focus\:border-e-violet-300\/0:focus {
  border-inline-end-color: rgb(196 181 253 / 0);
}

.focus\:border-e-violet-300\/10:focus {
  border-inline-end-color: rgb(196 181 253 / 0.1);
}

.focus\:border-e-violet-300\/100:focus {
  border-inline-end-color: rgb(196 181 253 / 1);
}

.focus\:border-e-violet-300\/20:focus {
  border-inline-end-color: rgb(196 181 253 / 0.2);
}

.focus\:border-e-violet-300\/25:focus {
  border-inline-end-color: rgb(196 181 253 / 0.25);
}

.focus\:border-e-violet-300\/30:focus {
  border-inline-end-color: rgb(196 181 253 / 0.3);
}

.focus\:border-e-violet-300\/40:focus {
  border-inline-end-color: rgb(196 181 253 / 0.4);
}

.focus\:border-e-violet-300\/5:focus {
  border-inline-end-color: rgb(196 181 253 / 0.05);
}

.focus\:border-e-violet-300\/50:focus {
  border-inline-end-color: rgb(196 181 253 / 0.5);
}

.focus\:border-e-violet-300\/60:focus {
  border-inline-end-color: rgb(196 181 253 / 0.6);
}

.focus\:border-e-violet-300\/70:focus {
  border-inline-end-color: rgb(196 181 253 / 0.7);
}

.focus\:border-e-violet-300\/75:focus {
  border-inline-end-color: rgb(196 181 253 / 0.75);
}

.focus\:border-e-violet-300\/80:focus {
  border-inline-end-color: rgb(196 181 253 / 0.8);
}

.focus\:border-e-violet-300\/90:focus {
  border-inline-end-color: rgb(196 181 253 / 0.9);
}

.focus\:border-e-violet-300\/95:focus {
  border-inline-end-color: rgb(196 181 253 / 0.95);
}

.focus\:border-e-violet-400:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(167 139 250 / var(--tw-border-opacity));
}

.focus\:border-e-violet-400\/0:focus {
  border-inline-end-color: rgb(167 139 250 / 0);
}

.focus\:border-e-violet-400\/10:focus {
  border-inline-end-color: rgb(167 139 250 / 0.1);
}

.focus\:border-e-violet-400\/100:focus {
  border-inline-end-color: rgb(167 139 250 / 1);
}

.focus\:border-e-violet-400\/20:focus {
  border-inline-end-color: rgb(167 139 250 / 0.2);
}

.focus\:border-e-violet-400\/25:focus {
  border-inline-end-color: rgb(167 139 250 / 0.25);
}

.focus\:border-e-violet-400\/30:focus {
  border-inline-end-color: rgb(167 139 250 / 0.3);
}

.focus\:border-e-violet-400\/40:focus {
  border-inline-end-color: rgb(167 139 250 / 0.4);
}

.focus\:border-e-violet-400\/5:focus {
  border-inline-end-color: rgb(167 139 250 / 0.05);
}

.focus\:border-e-violet-400\/50:focus {
  border-inline-end-color: rgb(167 139 250 / 0.5);
}

.focus\:border-e-violet-400\/60:focus {
  border-inline-end-color: rgb(167 139 250 / 0.6);
}

.focus\:border-e-violet-400\/70:focus {
  border-inline-end-color: rgb(167 139 250 / 0.7);
}

.focus\:border-e-violet-400\/75:focus {
  border-inline-end-color: rgb(167 139 250 / 0.75);
}

.focus\:border-e-violet-400\/80:focus {
  border-inline-end-color: rgb(167 139 250 / 0.8);
}

.focus\:border-e-violet-400\/90:focus {
  border-inline-end-color: rgb(167 139 250 / 0.9);
}

.focus\:border-e-violet-400\/95:focus {
  border-inline-end-color: rgb(167 139 250 / 0.95);
}

.focus\:border-e-violet-50:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 243 255 / var(--tw-border-opacity));
}

.focus\:border-e-violet-50\/0:focus {
  border-inline-end-color: rgb(245 243 255 / 0);
}

.focus\:border-e-violet-50\/10:focus {
  border-inline-end-color: rgb(245 243 255 / 0.1);
}

.focus\:border-e-violet-50\/100:focus {
  border-inline-end-color: rgb(245 243 255 / 1);
}

.focus\:border-e-violet-50\/20:focus {
  border-inline-end-color: rgb(245 243 255 / 0.2);
}

.focus\:border-e-violet-50\/25:focus {
  border-inline-end-color: rgb(245 243 255 / 0.25);
}

.focus\:border-e-violet-50\/30:focus {
  border-inline-end-color: rgb(245 243 255 / 0.3);
}

.focus\:border-e-violet-50\/40:focus {
  border-inline-end-color: rgb(245 243 255 / 0.4);
}

.focus\:border-e-violet-50\/5:focus {
  border-inline-end-color: rgb(245 243 255 / 0.05);
}

.focus\:border-e-violet-50\/50:focus {
  border-inline-end-color: rgb(245 243 255 / 0.5);
}

.focus\:border-e-violet-50\/60:focus {
  border-inline-end-color: rgb(245 243 255 / 0.6);
}

.focus\:border-e-violet-50\/70:focus {
  border-inline-end-color: rgb(245 243 255 / 0.7);
}

.focus\:border-e-violet-50\/75:focus {
  border-inline-end-color: rgb(245 243 255 / 0.75);
}

.focus\:border-e-violet-50\/80:focus {
  border-inline-end-color: rgb(245 243 255 / 0.8);
}

.focus\:border-e-violet-50\/90:focus {
  border-inline-end-color: rgb(245 243 255 / 0.9);
}

.focus\:border-e-violet-50\/95:focus {
  border-inline-end-color: rgb(245 243 255 / 0.95);
}

.focus\:border-e-violet-500:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(139 92 246 / var(--tw-border-opacity));
}

.focus\:border-e-violet-500\/0:focus {
  border-inline-end-color: rgb(139 92 246 / 0);
}

.focus\:border-e-violet-500\/10:focus {
  border-inline-end-color: rgb(139 92 246 / 0.1);
}

.focus\:border-e-violet-500\/100:focus {
  border-inline-end-color: rgb(139 92 246 / 1);
}

.focus\:border-e-violet-500\/20:focus {
  border-inline-end-color: rgb(139 92 246 / 0.2);
}

.focus\:border-e-violet-500\/25:focus {
  border-inline-end-color: rgb(139 92 246 / 0.25);
}

.focus\:border-e-violet-500\/30:focus {
  border-inline-end-color: rgb(139 92 246 / 0.3);
}

.focus\:border-e-violet-500\/40:focus {
  border-inline-end-color: rgb(139 92 246 / 0.4);
}

.focus\:border-e-violet-500\/5:focus {
  border-inline-end-color: rgb(139 92 246 / 0.05);
}

.focus\:border-e-violet-500\/50:focus {
  border-inline-end-color: rgb(139 92 246 / 0.5);
}

.focus\:border-e-violet-500\/60:focus {
  border-inline-end-color: rgb(139 92 246 / 0.6);
}

.focus\:border-e-violet-500\/70:focus {
  border-inline-end-color: rgb(139 92 246 / 0.7);
}

.focus\:border-e-violet-500\/75:focus {
  border-inline-end-color: rgb(139 92 246 / 0.75);
}

.focus\:border-e-violet-500\/80:focus {
  border-inline-end-color: rgb(139 92 246 / 0.8);
}

.focus\:border-e-violet-500\/90:focus {
  border-inline-end-color: rgb(139 92 246 / 0.9);
}

.focus\:border-e-violet-500\/95:focus {
  border-inline-end-color: rgb(139 92 246 / 0.95);
}

.focus\:border-e-violet-600:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(124 58 237 / var(--tw-border-opacity));
}

.focus\:border-e-violet-600\/0:focus {
  border-inline-end-color: rgb(124 58 237 / 0);
}

.focus\:border-e-violet-600\/10:focus {
  border-inline-end-color: rgb(124 58 237 / 0.1);
}

.focus\:border-e-violet-600\/100:focus {
  border-inline-end-color: rgb(124 58 237 / 1);
}

.focus\:border-e-violet-600\/20:focus {
  border-inline-end-color: rgb(124 58 237 / 0.2);
}

.focus\:border-e-violet-600\/25:focus {
  border-inline-end-color: rgb(124 58 237 / 0.25);
}

.focus\:border-e-violet-600\/30:focus {
  border-inline-end-color: rgb(124 58 237 / 0.3);
}

.focus\:border-e-violet-600\/40:focus {
  border-inline-end-color: rgb(124 58 237 / 0.4);
}

.focus\:border-e-violet-600\/5:focus {
  border-inline-end-color: rgb(124 58 237 / 0.05);
}

.focus\:border-e-violet-600\/50:focus {
  border-inline-end-color: rgb(124 58 237 / 0.5);
}

.focus\:border-e-violet-600\/60:focus {
  border-inline-end-color: rgb(124 58 237 / 0.6);
}

.focus\:border-e-violet-600\/70:focus {
  border-inline-end-color: rgb(124 58 237 / 0.7);
}

.focus\:border-e-violet-600\/75:focus {
  border-inline-end-color: rgb(124 58 237 / 0.75);
}

.focus\:border-e-violet-600\/80:focus {
  border-inline-end-color: rgb(124 58 237 / 0.8);
}

.focus\:border-e-violet-600\/90:focus {
  border-inline-end-color: rgb(124 58 237 / 0.9);
}

.focus\:border-e-violet-600\/95:focus {
  border-inline-end-color: rgb(124 58 237 / 0.95);
}

.focus\:border-e-violet-700:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(109 40 217 / var(--tw-border-opacity));
}

.focus\:border-e-violet-700\/0:focus {
  border-inline-end-color: rgb(109 40 217 / 0);
}

.focus\:border-e-violet-700\/10:focus {
  border-inline-end-color: rgb(109 40 217 / 0.1);
}

.focus\:border-e-violet-700\/100:focus {
  border-inline-end-color: rgb(109 40 217 / 1);
}

.focus\:border-e-violet-700\/20:focus {
  border-inline-end-color: rgb(109 40 217 / 0.2);
}

.focus\:border-e-violet-700\/25:focus {
  border-inline-end-color: rgb(109 40 217 / 0.25);
}

.focus\:border-e-violet-700\/30:focus {
  border-inline-end-color: rgb(109 40 217 / 0.3);
}

.focus\:border-e-violet-700\/40:focus {
  border-inline-end-color: rgb(109 40 217 / 0.4);
}

.focus\:border-e-violet-700\/5:focus {
  border-inline-end-color: rgb(109 40 217 / 0.05);
}

.focus\:border-e-violet-700\/50:focus {
  border-inline-end-color: rgb(109 40 217 / 0.5);
}

.focus\:border-e-violet-700\/60:focus {
  border-inline-end-color: rgb(109 40 217 / 0.6);
}

.focus\:border-e-violet-700\/70:focus {
  border-inline-end-color: rgb(109 40 217 / 0.7);
}

.focus\:border-e-violet-700\/75:focus {
  border-inline-end-color: rgb(109 40 217 / 0.75);
}

.focus\:border-e-violet-700\/80:focus {
  border-inline-end-color: rgb(109 40 217 / 0.8);
}

.focus\:border-e-violet-700\/90:focus {
  border-inline-end-color: rgb(109 40 217 / 0.9);
}

.focus\:border-e-violet-700\/95:focus {
  border-inline-end-color: rgb(109 40 217 / 0.95);
}

.focus\:border-e-violet-800:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(91 33 182 / var(--tw-border-opacity));
}

.focus\:border-e-violet-800\/0:focus {
  border-inline-end-color: rgb(91 33 182 / 0);
}

.focus\:border-e-violet-800\/10:focus {
  border-inline-end-color: rgb(91 33 182 / 0.1);
}

.focus\:border-e-violet-800\/100:focus {
  border-inline-end-color: rgb(91 33 182 / 1);
}

.focus\:border-e-violet-800\/20:focus {
  border-inline-end-color: rgb(91 33 182 / 0.2);
}

.focus\:border-e-violet-800\/25:focus {
  border-inline-end-color: rgb(91 33 182 / 0.25);
}

.focus\:border-e-violet-800\/30:focus {
  border-inline-end-color: rgb(91 33 182 / 0.3);
}

.focus\:border-e-violet-800\/40:focus {
  border-inline-end-color: rgb(91 33 182 / 0.4);
}

.focus\:border-e-violet-800\/5:focus {
  border-inline-end-color: rgb(91 33 182 / 0.05);
}

.focus\:border-e-violet-800\/50:focus {
  border-inline-end-color: rgb(91 33 182 / 0.5);
}

.focus\:border-e-violet-800\/60:focus {
  border-inline-end-color: rgb(91 33 182 / 0.6);
}

.focus\:border-e-violet-800\/70:focus {
  border-inline-end-color: rgb(91 33 182 / 0.7);
}

.focus\:border-e-violet-800\/75:focus {
  border-inline-end-color: rgb(91 33 182 / 0.75);
}

.focus\:border-e-violet-800\/80:focus {
  border-inline-end-color: rgb(91 33 182 / 0.8);
}

.focus\:border-e-violet-800\/90:focus {
  border-inline-end-color: rgb(91 33 182 / 0.9);
}

.focus\:border-e-violet-800\/95:focus {
  border-inline-end-color: rgb(91 33 182 / 0.95);
}

.focus\:border-e-violet-900:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(76 29 149 / var(--tw-border-opacity));
}

.focus\:border-e-violet-900\/0:focus {
  border-inline-end-color: rgb(76 29 149 / 0);
}

.focus\:border-e-violet-900\/10:focus {
  border-inline-end-color: rgb(76 29 149 / 0.1);
}

.focus\:border-e-violet-900\/100:focus {
  border-inline-end-color: rgb(76 29 149 / 1);
}

.focus\:border-e-violet-900\/20:focus {
  border-inline-end-color: rgb(76 29 149 / 0.2);
}

.focus\:border-e-violet-900\/25:focus {
  border-inline-end-color: rgb(76 29 149 / 0.25);
}

.focus\:border-e-violet-900\/30:focus {
  border-inline-end-color: rgb(76 29 149 / 0.3);
}

.focus\:border-e-violet-900\/40:focus {
  border-inline-end-color: rgb(76 29 149 / 0.4);
}

.focus\:border-e-violet-900\/5:focus {
  border-inline-end-color: rgb(76 29 149 / 0.05);
}

.focus\:border-e-violet-900\/50:focus {
  border-inline-end-color: rgb(76 29 149 / 0.5);
}

.focus\:border-e-violet-900\/60:focus {
  border-inline-end-color: rgb(76 29 149 / 0.6);
}

.focus\:border-e-violet-900\/70:focus {
  border-inline-end-color: rgb(76 29 149 / 0.7);
}

.focus\:border-e-violet-900\/75:focus {
  border-inline-end-color: rgb(76 29 149 / 0.75);
}

.focus\:border-e-violet-900\/80:focus {
  border-inline-end-color: rgb(76 29 149 / 0.8);
}

.focus\:border-e-violet-900\/90:focus {
  border-inline-end-color: rgb(76 29 149 / 0.9);
}

.focus\:border-e-violet-900\/95:focus {
  border-inline-end-color: rgb(76 29 149 / 0.95);
}

.focus\:border-e-violet-950:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(46 16 101 / var(--tw-border-opacity));
}

.focus\:border-e-violet-950\/0:focus {
  border-inline-end-color: rgb(46 16 101 / 0);
}

.focus\:border-e-violet-950\/10:focus {
  border-inline-end-color: rgb(46 16 101 / 0.1);
}

.focus\:border-e-violet-950\/100:focus {
  border-inline-end-color: rgb(46 16 101 / 1);
}

.focus\:border-e-violet-950\/20:focus {
  border-inline-end-color: rgb(46 16 101 / 0.2);
}

.focus\:border-e-violet-950\/25:focus {
  border-inline-end-color: rgb(46 16 101 / 0.25);
}

.focus\:border-e-violet-950\/30:focus {
  border-inline-end-color: rgb(46 16 101 / 0.3);
}

.focus\:border-e-violet-950\/40:focus {
  border-inline-end-color: rgb(46 16 101 / 0.4);
}

.focus\:border-e-violet-950\/5:focus {
  border-inline-end-color: rgb(46 16 101 / 0.05);
}

.focus\:border-e-violet-950\/50:focus {
  border-inline-end-color: rgb(46 16 101 / 0.5);
}

.focus\:border-e-violet-950\/60:focus {
  border-inline-end-color: rgb(46 16 101 / 0.6);
}

.focus\:border-e-violet-950\/70:focus {
  border-inline-end-color: rgb(46 16 101 / 0.7);
}

.focus\:border-e-violet-950\/75:focus {
  border-inline-end-color: rgb(46 16 101 / 0.75);
}

.focus\:border-e-violet-950\/80:focus {
  border-inline-end-color: rgb(46 16 101 / 0.8);
}

.focus\:border-e-violet-950\/90:focus {
  border-inline-end-color: rgb(46 16 101 / 0.9);
}

.focus\:border-e-violet-950\/95:focus {
  border-inline-end-color: rgb(46 16 101 / 0.95);
}

.focus\:border-e-white:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.focus\:border-e-white\/0:focus {
  border-inline-end-color: rgb(255 255 255 / 0);
}

.focus\:border-e-white\/10:focus {
  border-inline-end-color: rgb(255 255 255 / 0.1);
}

.focus\:border-e-white\/100:focus {
  border-inline-end-color: rgb(255 255 255 / 1);
}

.focus\:border-e-white\/20:focus {
  border-inline-end-color: rgb(255 255 255 / 0.2);
}

.focus\:border-e-white\/25:focus {
  border-inline-end-color: rgb(255 255 255 / 0.25);
}

.focus\:border-e-white\/30:focus {
  border-inline-end-color: rgb(255 255 255 / 0.3);
}

.focus\:border-e-white\/40:focus {
  border-inline-end-color: rgb(255 255 255 / 0.4);
}

.focus\:border-e-white\/5:focus {
  border-inline-end-color: rgb(255 255 255 / 0.05);
}

.focus\:border-e-white\/50:focus {
  border-inline-end-color: rgb(255 255 255 / 0.5);
}

.focus\:border-e-white\/60:focus {
  border-inline-end-color: rgb(255 255 255 / 0.6);
}

.focus\:border-e-white\/70:focus {
  border-inline-end-color: rgb(255 255 255 / 0.7);
}

.focus\:border-e-white\/75:focus {
  border-inline-end-color: rgb(255 255 255 / 0.75);
}

.focus\:border-e-white\/80:focus {
  border-inline-end-color: rgb(255 255 255 / 0.8);
}

.focus\:border-e-white\/90:focus {
  border-inline-end-color: rgb(255 255 255 / 0.9);
}

.focus\:border-e-white\/95:focus {
  border-inline-end-color: rgb(255 255 255 / 0.95);
}

.focus\:border-e-work-identity-300:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(166 235 194 / var(--tw-border-opacity));
}

.focus\:border-e-work-identity-300\/0:focus {
  border-inline-end-color: rgb(166 235 194 / 0);
}

.focus\:border-e-work-identity-300\/10:focus {
  border-inline-end-color: rgb(166 235 194 / 0.1);
}

.focus\:border-e-work-identity-300\/100:focus {
  border-inline-end-color: rgb(166 235 194 / 1);
}

.focus\:border-e-work-identity-300\/20:focus {
  border-inline-end-color: rgb(166 235 194 / 0.2);
}

.focus\:border-e-work-identity-300\/25:focus {
  border-inline-end-color: rgb(166 235 194 / 0.25);
}

.focus\:border-e-work-identity-300\/30:focus {
  border-inline-end-color: rgb(166 235 194 / 0.3);
}

.focus\:border-e-work-identity-300\/40:focus {
  border-inline-end-color: rgb(166 235 194 / 0.4);
}

.focus\:border-e-work-identity-300\/5:focus {
  border-inline-end-color: rgb(166 235 194 / 0.05);
}

.focus\:border-e-work-identity-300\/50:focus {
  border-inline-end-color: rgb(166 235 194 / 0.5);
}

.focus\:border-e-work-identity-300\/60:focus {
  border-inline-end-color: rgb(166 235 194 / 0.6);
}

.focus\:border-e-work-identity-300\/70:focus {
  border-inline-end-color: rgb(166 235 194 / 0.7);
}

.focus\:border-e-work-identity-300\/75:focus {
  border-inline-end-color: rgb(166 235 194 / 0.75);
}

.focus\:border-e-work-identity-300\/80:focus {
  border-inline-end-color: rgb(166 235 194 / 0.8);
}

.focus\:border-e-work-identity-300\/90:focus {
  border-inline-end-color: rgb(166 235 194 / 0.9);
}

.focus\:border-e-work-identity-300\/95:focus {
  border-inline-end-color: rgb(166 235 194 / 0.95);
}

.focus\:border-e-work-identity-400:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(83 221 139 / var(--tw-border-opacity));
}

.focus\:border-e-work-identity-400\/0:focus {
  border-inline-end-color: rgb(83 221 139 / 0);
}

.focus\:border-e-work-identity-400\/10:focus {
  border-inline-end-color: rgb(83 221 139 / 0.1);
}

.focus\:border-e-work-identity-400\/100:focus {
  border-inline-end-color: rgb(83 221 139 / 1);
}

.focus\:border-e-work-identity-400\/20:focus {
  border-inline-end-color: rgb(83 221 139 / 0.2);
}

.focus\:border-e-work-identity-400\/25:focus {
  border-inline-end-color: rgb(83 221 139 / 0.25);
}

.focus\:border-e-work-identity-400\/30:focus {
  border-inline-end-color: rgb(83 221 139 / 0.3);
}

.focus\:border-e-work-identity-400\/40:focus {
  border-inline-end-color: rgb(83 221 139 / 0.4);
}

.focus\:border-e-work-identity-400\/5:focus {
  border-inline-end-color: rgb(83 221 139 / 0.05);
}

.focus\:border-e-work-identity-400\/50:focus {
  border-inline-end-color: rgb(83 221 139 / 0.5);
}

.focus\:border-e-work-identity-400\/60:focus {
  border-inline-end-color: rgb(83 221 139 / 0.6);
}

.focus\:border-e-work-identity-400\/70:focus {
  border-inline-end-color: rgb(83 221 139 / 0.7);
}

.focus\:border-e-work-identity-400\/75:focus {
  border-inline-end-color: rgb(83 221 139 / 0.75);
}

.focus\:border-e-work-identity-400\/80:focus {
  border-inline-end-color: rgb(83 221 139 / 0.8);
}

.focus\:border-e-work-identity-400\/90:focus {
  border-inline-end-color: rgb(83 221 139 / 0.9);
}

.focus\:border-e-work-identity-400\/95:focus {
  border-inline-end-color: rgb(83 221 139 / 0.95);
}

.focus\:border-e-work-identity-500:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(0 208 84 / var(--tw-border-opacity));
}

.focus\:border-e-work-identity-500\/0:focus {
  border-inline-end-color: rgb(0 208 84 / 0);
}

.focus\:border-e-work-identity-500\/10:focus {
  border-inline-end-color: rgb(0 208 84 / 0.1);
}

.focus\:border-e-work-identity-500\/100:focus {
  border-inline-end-color: rgb(0 208 84 / 1);
}

.focus\:border-e-work-identity-500\/20:focus {
  border-inline-end-color: rgb(0 208 84 / 0.2);
}

.focus\:border-e-work-identity-500\/25:focus {
  border-inline-end-color: rgb(0 208 84 / 0.25);
}

.focus\:border-e-work-identity-500\/30:focus {
  border-inline-end-color: rgb(0 208 84 / 0.3);
}

.focus\:border-e-work-identity-500\/40:focus {
  border-inline-end-color: rgb(0 208 84 / 0.4);
}

.focus\:border-e-work-identity-500\/5:focus {
  border-inline-end-color: rgb(0 208 84 / 0.05);
}

.focus\:border-e-work-identity-500\/50:focus {
  border-inline-end-color: rgb(0 208 84 / 0.5);
}

.focus\:border-e-work-identity-500\/60:focus {
  border-inline-end-color: rgb(0 208 84 / 0.6);
}

.focus\:border-e-work-identity-500\/70:focus {
  border-inline-end-color: rgb(0 208 84 / 0.7);
}

.focus\:border-e-work-identity-500\/75:focus {
  border-inline-end-color: rgb(0 208 84 / 0.75);
}

.focus\:border-e-work-identity-500\/80:focus {
  border-inline-end-color: rgb(0 208 84 / 0.8);
}

.focus\:border-e-work-identity-500\/90:focus {
  border-inline-end-color: rgb(0 208 84 / 0.9);
}

.focus\:border-e-work-identity-500\/95:focus {
  border-inline-end-color: rgb(0 208 84 / 0.95);
}

.focus\:border-e-work-identity-900:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(249 249 249 / var(--tw-border-opacity));
}

.focus\:border-e-work-identity-900\/0:focus {
  border-inline-end-color: rgb(249 249 249 / 0);
}

.focus\:border-e-work-identity-900\/10:focus {
  border-inline-end-color: rgb(249 249 249 / 0.1);
}

.focus\:border-e-work-identity-900\/100:focus {
  border-inline-end-color: rgb(249 249 249 / 1);
}

.focus\:border-e-work-identity-900\/20:focus {
  border-inline-end-color: rgb(249 249 249 / 0.2);
}

.focus\:border-e-work-identity-900\/25:focus {
  border-inline-end-color: rgb(249 249 249 / 0.25);
}

.focus\:border-e-work-identity-900\/30:focus {
  border-inline-end-color: rgb(249 249 249 / 0.3);
}

.focus\:border-e-work-identity-900\/40:focus {
  border-inline-end-color: rgb(249 249 249 / 0.4);
}

.focus\:border-e-work-identity-900\/5:focus {
  border-inline-end-color: rgb(249 249 249 / 0.05);
}

.focus\:border-e-work-identity-900\/50:focus {
  border-inline-end-color: rgb(249 249 249 / 0.5);
}

.focus\:border-e-work-identity-900\/60:focus {
  border-inline-end-color: rgb(249 249 249 / 0.6);
}

.focus\:border-e-work-identity-900\/70:focus {
  border-inline-end-color: rgb(249 249 249 / 0.7);
}

.focus\:border-e-work-identity-900\/75:focus {
  border-inline-end-color: rgb(249 249 249 / 0.75);
}

.focus\:border-e-work-identity-900\/80:focus {
  border-inline-end-color: rgb(249 249 249 / 0.8);
}

.focus\:border-e-work-identity-900\/90:focus {
  border-inline-end-color: rgb(249 249 249 / 0.9);
}

.focus\:border-e-work-identity-900\/95:focus {
  border-inline-end-color: rgb(249 249 249 / 0.95);
}

.focus\:border-e-yellow-100:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.focus\:border-e-yellow-100\/0:focus {
  border-inline-end-color: rgb(254 249 195 / 0);
}

.focus\:border-e-yellow-100\/10:focus {
  border-inline-end-color: rgb(254 249 195 / 0.1);
}

.focus\:border-e-yellow-100\/100:focus {
  border-inline-end-color: rgb(254 249 195 / 1);
}

.focus\:border-e-yellow-100\/20:focus {
  border-inline-end-color: rgb(254 249 195 / 0.2);
}

.focus\:border-e-yellow-100\/25:focus {
  border-inline-end-color: rgb(254 249 195 / 0.25);
}

.focus\:border-e-yellow-100\/30:focus {
  border-inline-end-color: rgb(254 249 195 / 0.3);
}

.focus\:border-e-yellow-100\/40:focus {
  border-inline-end-color: rgb(254 249 195 / 0.4);
}

.focus\:border-e-yellow-100\/5:focus {
  border-inline-end-color: rgb(254 249 195 / 0.05);
}

.focus\:border-e-yellow-100\/50:focus {
  border-inline-end-color: rgb(254 249 195 / 0.5);
}

.focus\:border-e-yellow-100\/60:focus {
  border-inline-end-color: rgb(254 249 195 / 0.6);
}

.focus\:border-e-yellow-100\/70:focus {
  border-inline-end-color: rgb(254 249 195 / 0.7);
}

.focus\:border-e-yellow-100\/75:focus {
  border-inline-end-color: rgb(254 249 195 / 0.75);
}

.focus\:border-e-yellow-100\/80:focus {
  border-inline-end-color: rgb(254 249 195 / 0.8);
}

.focus\:border-e-yellow-100\/90:focus {
  border-inline-end-color: rgb(254 249 195 / 0.9);
}

.focus\:border-e-yellow-100\/95:focus {
  border-inline-end-color: rgb(254 249 195 / 0.95);
}

.focus\:border-e-yellow-200:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.focus\:border-e-yellow-200\/0:focus {
  border-inline-end-color: rgb(254 240 138 / 0);
}

.focus\:border-e-yellow-200\/10:focus {
  border-inline-end-color: rgb(254 240 138 / 0.1);
}

.focus\:border-e-yellow-200\/100:focus {
  border-inline-end-color: rgb(254 240 138 / 1);
}

.focus\:border-e-yellow-200\/20:focus {
  border-inline-end-color: rgb(254 240 138 / 0.2);
}

.focus\:border-e-yellow-200\/25:focus {
  border-inline-end-color: rgb(254 240 138 / 0.25);
}

.focus\:border-e-yellow-200\/30:focus {
  border-inline-end-color: rgb(254 240 138 / 0.3);
}

.focus\:border-e-yellow-200\/40:focus {
  border-inline-end-color: rgb(254 240 138 / 0.4);
}

.focus\:border-e-yellow-200\/5:focus {
  border-inline-end-color: rgb(254 240 138 / 0.05);
}

.focus\:border-e-yellow-200\/50:focus {
  border-inline-end-color: rgb(254 240 138 / 0.5);
}

.focus\:border-e-yellow-200\/60:focus {
  border-inline-end-color: rgb(254 240 138 / 0.6);
}

.focus\:border-e-yellow-200\/70:focus {
  border-inline-end-color: rgb(254 240 138 / 0.7);
}

.focus\:border-e-yellow-200\/75:focus {
  border-inline-end-color: rgb(254 240 138 / 0.75);
}

.focus\:border-e-yellow-200\/80:focus {
  border-inline-end-color: rgb(254 240 138 / 0.8);
}

.focus\:border-e-yellow-200\/90:focus {
  border-inline-end-color: rgb(254 240 138 / 0.9);
}

.focus\:border-e-yellow-200\/95:focus {
  border-inline-end-color: rgb(254 240 138 / 0.95);
}

.focus\:border-e-yellow-300:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.focus\:border-e-yellow-300\/0:focus {
  border-inline-end-color: rgb(253 224 71 / 0);
}

.focus\:border-e-yellow-300\/10:focus {
  border-inline-end-color: rgb(253 224 71 / 0.1);
}

.focus\:border-e-yellow-300\/100:focus {
  border-inline-end-color: rgb(253 224 71 / 1);
}

.focus\:border-e-yellow-300\/20:focus {
  border-inline-end-color: rgb(253 224 71 / 0.2);
}

.focus\:border-e-yellow-300\/25:focus {
  border-inline-end-color: rgb(253 224 71 / 0.25);
}

.focus\:border-e-yellow-300\/30:focus {
  border-inline-end-color: rgb(253 224 71 / 0.3);
}

.focus\:border-e-yellow-300\/40:focus {
  border-inline-end-color: rgb(253 224 71 / 0.4);
}

.focus\:border-e-yellow-300\/5:focus {
  border-inline-end-color: rgb(253 224 71 / 0.05);
}

.focus\:border-e-yellow-300\/50:focus {
  border-inline-end-color: rgb(253 224 71 / 0.5);
}

.focus\:border-e-yellow-300\/60:focus {
  border-inline-end-color: rgb(253 224 71 / 0.6);
}

.focus\:border-e-yellow-300\/70:focus {
  border-inline-end-color: rgb(253 224 71 / 0.7);
}

.focus\:border-e-yellow-300\/75:focus {
  border-inline-end-color: rgb(253 224 71 / 0.75);
}

.focus\:border-e-yellow-300\/80:focus {
  border-inline-end-color: rgb(253 224 71 / 0.8);
}

.focus\:border-e-yellow-300\/90:focus {
  border-inline-end-color: rgb(253 224 71 / 0.9);
}

.focus\:border-e-yellow-300\/95:focus {
  border-inline-end-color: rgb(253 224 71 / 0.95);
}

.focus\:border-e-yellow-400:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.focus\:border-e-yellow-400\/0:focus {
  border-inline-end-color: rgb(250 204 21 / 0);
}

.focus\:border-e-yellow-400\/10:focus {
  border-inline-end-color: rgb(250 204 21 / 0.1);
}

.focus\:border-e-yellow-400\/100:focus {
  border-inline-end-color: rgb(250 204 21 / 1);
}

.focus\:border-e-yellow-400\/20:focus {
  border-inline-end-color: rgb(250 204 21 / 0.2);
}

.focus\:border-e-yellow-400\/25:focus {
  border-inline-end-color: rgb(250 204 21 / 0.25);
}

.focus\:border-e-yellow-400\/30:focus {
  border-inline-end-color: rgb(250 204 21 / 0.3);
}

.focus\:border-e-yellow-400\/40:focus {
  border-inline-end-color: rgb(250 204 21 / 0.4);
}

.focus\:border-e-yellow-400\/5:focus {
  border-inline-end-color: rgb(250 204 21 / 0.05);
}

.focus\:border-e-yellow-400\/50:focus {
  border-inline-end-color: rgb(250 204 21 / 0.5);
}

.focus\:border-e-yellow-400\/60:focus {
  border-inline-end-color: rgb(250 204 21 / 0.6);
}

.focus\:border-e-yellow-400\/70:focus {
  border-inline-end-color: rgb(250 204 21 / 0.7);
}

.focus\:border-e-yellow-400\/75:focus {
  border-inline-end-color: rgb(250 204 21 / 0.75);
}

.focus\:border-e-yellow-400\/80:focus {
  border-inline-end-color: rgb(250 204 21 / 0.8);
}

.focus\:border-e-yellow-400\/90:focus {
  border-inline-end-color: rgb(250 204 21 / 0.9);
}

.focus\:border-e-yellow-400\/95:focus {
  border-inline-end-color: rgb(250 204 21 / 0.95);
}

.focus\:border-e-yellow-50:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.focus\:border-e-yellow-50\/0:focus {
  border-inline-end-color: rgb(254 252 232 / 0);
}

.focus\:border-e-yellow-50\/10:focus {
  border-inline-end-color: rgb(254 252 232 / 0.1);
}

.focus\:border-e-yellow-50\/100:focus {
  border-inline-end-color: rgb(254 252 232 / 1);
}

.focus\:border-e-yellow-50\/20:focus {
  border-inline-end-color: rgb(254 252 232 / 0.2);
}

.focus\:border-e-yellow-50\/25:focus {
  border-inline-end-color: rgb(254 252 232 / 0.25);
}

.focus\:border-e-yellow-50\/30:focus {
  border-inline-end-color: rgb(254 252 232 / 0.3);
}

.focus\:border-e-yellow-50\/40:focus {
  border-inline-end-color: rgb(254 252 232 / 0.4);
}

.focus\:border-e-yellow-50\/5:focus {
  border-inline-end-color: rgb(254 252 232 / 0.05);
}

.focus\:border-e-yellow-50\/50:focus {
  border-inline-end-color: rgb(254 252 232 / 0.5);
}

.focus\:border-e-yellow-50\/60:focus {
  border-inline-end-color: rgb(254 252 232 / 0.6);
}

.focus\:border-e-yellow-50\/70:focus {
  border-inline-end-color: rgb(254 252 232 / 0.7);
}

.focus\:border-e-yellow-50\/75:focus {
  border-inline-end-color: rgb(254 252 232 / 0.75);
}

.focus\:border-e-yellow-50\/80:focus {
  border-inline-end-color: rgb(254 252 232 / 0.8);
}

.focus\:border-e-yellow-50\/90:focus {
  border-inline-end-color: rgb(254 252 232 / 0.9);
}

.focus\:border-e-yellow-50\/95:focus {
  border-inline-end-color: rgb(254 252 232 / 0.95);
}

.focus\:border-e-yellow-500:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.focus\:border-e-yellow-500\/0:focus {
  border-inline-end-color: rgb(234 179 8 / 0);
}

.focus\:border-e-yellow-500\/10:focus {
  border-inline-end-color: rgb(234 179 8 / 0.1);
}

.focus\:border-e-yellow-500\/100:focus {
  border-inline-end-color: rgb(234 179 8 / 1);
}

.focus\:border-e-yellow-500\/20:focus {
  border-inline-end-color: rgb(234 179 8 / 0.2);
}

.focus\:border-e-yellow-500\/25:focus {
  border-inline-end-color: rgb(234 179 8 / 0.25);
}

.focus\:border-e-yellow-500\/30:focus {
  border-inline-end-color: rgb(234 179 8 / 0.3);
}

.focus\:border-e-yellow-500\/40:focus {
  border-inline-end-color: rgb(234 179 8 / 0.4);
}

.focus\:border-e-yellow-500\/5:focus {
  border-inline-end-color: rgb(234 179 8 / 0.05);
}

.focus\:border-e-yellow-500\/50:focus {
  border-inline-end-color: rgb(234 179 8 / 0.5);
}

.focus\:border-e-yellow-500\/60:focus {
  border-inline-end-color: rgb(234 179 8 / 0.6);
}

.focus\:border-e-yellow-500\/70:focus {
  border-inline-end-color: rgb(234 179 8 / 0.7);
}

.focus\:border-e-yellow-500\/75:focus {
  border-inline-end-color: rgb(234 179 8 / 0.75);
}

.focus\:border-e-yellow-500\/80:focus {
  border-inline-end-color: rgb(234 179 8 / 0.8);
}

.focus\:border-e-yellow-500\/90:focus {
  border-inline-end-color: rgb(234 179 8 / 0.9);
}

.focus\:border-e-yellow-500\/95:focus {
  border-inline-end-color: rgb(234 179 8 / 0.95);
}

.focus\:border-e-yellow-600:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.focus\:border-e-yellow-600\/0:focus {
  border-inline-end-color: rgb(202 138 4 / 0);
}

.focus\:border-e-yellow-600\/10:focus {
  border-inline-end-color: rgb(202 138 4 / 0.1);
}

.focus\:border-e-yellow-600\/100:focus {
  border-inline-end-color: rgb(202 138 4 / 1);
}

.focus\:border-e-yellow-600\/20:focus {
  border-inline-end-color: rgb(202 138 4 / 0.2);
}

.focus\:border-e-yellow-600\/25:focus {
  border-inline-end-color: rgb(202 138 4 / 0.25);
}

.focus\:border-e-yellow-600\/30:focus {
  border-inline-end-color: rgb(202 138 4 / 0.3);
}

.focus\:border-e-yellow-600\/40:focus {
  border-inline-end-color: rgb(202 138 4 / 0.4);
}

.focus\:border-e-yellow-600\/5:focus {
  border-inline-end-color: rgb(202 138 4 / 0.05);
}

.focus\:border-e-yellow-600\/50:focus {
  border-inline-end-color: rgb(202 138 4 / 0.5);
}

.focus\:border-e-yellow-600\/60:focus {
  border-inline-end-color: rgb(202 138 4 / 0.6);
}

.focus\:border-e-yellow-600\/70:focus {
  border-inline-end-color: rgb(202 138 4 / 0.7);
}

.focus\:border-e-yellow-600\/75:focus {
  border-inline-end-color: rgb(202 138 4 / 0.75);
}

.focus\:border-e-yellow-600\/80:focus {
  border-inline-end-color: rgb(202 138 4 / 0.8);
}

.focus\:border-e-yellow-600\/90:focus {
  border-inline-end-color: rgb(202 138 4 / 0.9);
}

.focus\:border-e-yellow-600\/95:focus {
  border-inline-end-color: rgb(202 138 4 / 0.95);
}

.focus\:border-e-yellow-700:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.focus\:border-e-yellow-700\/0:focus {
  border-inline-end-color: rgb(161 98 7 / 0);
}

.focus\:border-e-yellow-700\/10:focus {
  border-inline-end-color: rgb(161 98 7 / 0.1);
}

.focus\:border-e-yellow-700\/100:focus {
  border-inline-end-color: rgb(161 98 7 / 1);
}

.focus\:border-e-yellow-700\/20:focus {
  border-inline-end-color: rgb(161 98 7 / 0.2);
}

.focus\:border-e-yellow-700\/25:focus {
  border-inline-end-color: rgb(161 98 7 / 0.25);
}

.focus\:border-e-yellow-700\/30:focus {
  border-inline-end-color: rgb(161 98 7 / 0.3);
}

.focus\:border-e-yellow-700\/40:focus {
  border-inline-end-color: rgb(161 98 7 / 0.4);
}

.focus\:border-e-yellow-700\/5:focus {
  border-inline-end-color: rgb(161 98 7 / 0.05);
}

.focus\:border-e-yellow-700\/50:focus {
  border-inline-end-color: rgb(161 98 7 / 0.5);
}

.focus\:border-e-yellow-700\/60:focus {
  border-inline-end-color: rgb(161 98 7 / 0.6);
}

.focus\:border-e-yellow-700\/70:focus {
  border-inline-end-color: rgb(161 98 7 / 0.7);
}

.focus\:border-e-yellow-700\/75:focus {
  border-inline-end-color: rgb(161 98 7 / 0.75);
}

.focus\:border-e-yellow-700\/80:focus {
  border-inline-end-color: rgb(161 98 7 / 0.8);
}

.focus\:border-e-yellow-700\/90:focus {
  border-inline-end-color: rgb(161 98 7 / 0.9);
}

.focus\:border-e-yellow-700\/95:focus {
  border-inline-end-color: rgb(161 98 7 / 0.95);
}

.focus\:border-e-yellow-800:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.focus\:border-e-yellow-800\/0:focus {
  border-inline-end-color: rgb(133 77 14 / 0);
}

.focus\:border-e-yellow-800\/10:focus {
  border-inline-end-color: rgb(133 77 14 / 0.1);
}

.focus\:border-e-yellow-800\/100:focus {
  border-inline-end-color: rgb(133 77 14 / 1);
}

.focus\:border-e-yellow-800\/20:focus {
  border-inline-end-color: rgb(133 77 14 / 0.2);
}

.focus\:border-e-yellow-800\/25:focus {
  border-inline-end-color: rgb(133 77 14 / 0.25);
}

.focus\:border-e-yellow-800\/30:focus {
  border-inline-end-color: rgb(133 77 14 / 0.3);
}

.focus\:border-e-yellow-800\/40:focus {
  border-inline-end-color: rgb(133 77 14 / 0.4);
}

.focus\:border-e-yellow-800\/5:focus {
  border-inline-end-color: rgb(133 77 14 / 0.05);
}

.focus\:border-e-yellow-800\/50:focus {
  border-inline-end-color: rgb(133 77 14 / 0.5);
}

.focus\:border-e-yellow-800\/60:focus {
  border-inline-end-color: rgb(133 77 14 / 0.6);
}

.focus\:border-e-yellow-800\/70:focus {
  border-inline-end-color: rgb(133 77 14 / 0.7);
}

.focus\:border-e-yellow-800\/75:focus {
  border-inline-end-color: rgb(133 77 14 / 0.75);
}

.focus\:border-e-yellow-800\/80:focus {
  border-inline-end-color: rgb(133 77 14 / 0.8);
}

.focus\:border-e-yellow-800\/90:focus {
  border-inline-end-color: rgb(133 77 14 / 0.9);
}

.focus\:border-e-yellow-800\/95:focus {
  border-inline-end-color: rgb(133 77 14 / 0.95);
}

.focus\:border-e-yellow-900:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.focus\:border-e-yellow-900\/0:focus {
  border-inline-end-color: rgb(113 63 18 / 0);
}

.focus\:border-e-yellow-900\/10:focus {
  border-inline-end-color: rgb(113 63 18 / 0.1);
}

.focus\:border-e-yellow-900\/100:focus {
  border-inline-end-color: rgb(113 63 18 / 1);
}

.focus\:border-e-yellow-900\/20:focus {
  border-inline-end-color: rgb(113 63 18 / 0.2);
}

.focus\:border-e-yellow-900\/25:focus {
  border-inline-end-color: rgb(113 63 18 / 0.25);
}

.focus\:border-e-yellow-900\/30:focus {
  border-inline-end-color: rgb(113 63 18 / 0.3);
}

.focus\:border-e-yellow-900\/40:focus {
  border-inline-end-color: rgb(113 63 18 / 0.4);
}

.focus\:border-e-yellow-900\/5:focus {
  border-inline-end-color: rgb(113 63 18 / 0.05);
}

.focus\:border-e-yellow-900\/50:focus {
  border-inline-end-color: rgb(113 63 18 / 0.5);
}

.focus\:border-e-yellow-900\/60:focus {
  border-inline-end-color: rgb(113 63 18 / 0.6);
}

.focus\:border-e-yellow-900\/70:focus {
  border-inline-end-color: rgb(113 63 18 / 0.7);
}

.focus\:border-e-yellow-900\/75:focus {
  border-inline-end-color: rgb(113 63 18 / 0.75);
}

.focus\:border-e-yellow-900\/80:focus {
  border-inline-end-color: rgb(113 63 18 / 0.8);
}

.focus\:border-e-yellow-900\/90:focus {
  border-inline-end-color: rgb(113 63 18 / 0.9);
}

.focus\:border-e-yellow-900\/95:focus {
  border-inline-end-color: rgb(113 63 18 / 0.95);
}

.focus\:border-e-yellow-950:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.focus\:border-e-yellow-950\/0:focus {
  border-inline-end-color: rgb(66 32 6 / 0);
}

.focus\:border-e-yellow-950\/10:focus {
  border-inline-end-color: rgb(66 32 6 / 0.1);
}

.focus\:border-e-yellow-950\/100:focus {
  border-inline-end-color: rgb(66 32 6 / 1);
}

.focus\:border-e-yellow-950\/20:focus {
  border-inline-end-color: rgb(66 32 6 / 0.2);
}

.focus\:border-e-yellow-950\/25:focus {
  border-inline-end-color: rgb(66 32 6 / 0.25);
}

.focus\:border-e-yellow-950\/30:focus {
  border-inline-end-color: rgb(66 32 6 / 0.3);
}

.focus\:border-e-yellow-950\/40:focus {
  border-inline-end-color: rgb(66 32 6 / 0.4);
}

.focus\:border-e-yellow-950\/5:focus {
  border-inline-end-color: rgb(66 32 6 / 0.05);
}

.focus\:border-e-yellow-950\/50:focus {
  border-inline-end-color: rgb(66 32 6 / 0.5);
}

.focus\:border-e-yellow-950\/60:focus {
  border-inline-end-color: rgb(66 32 6 / 0.6);
}

.focus\:border-e-yellow-950\/70:focus {
  border-inline-end-color: rgb(66 32 6 / 0.7);
}

.focus\:border-e-yellow-950\/75:focus {
  border-inline-end-color: rgb(66 32 6 / 0.75);
}

.focus\:border-e-yellow-950\/80:focus {
  border-inline-end-color: rgb(66 32 6 / 0.8);
}

.focus\:border-e-yellow-950\/90:focus {
  border-inline-end-color: rgb(66 32 6 / 0.9);
}

.focus\:border-e-yellow-950\/95:focus {
  border-inline-end-color: rgb(66 32 6 / 0.95);
}

.focus\:border-e-zinc-100:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(244 244 245 / var(--tw-border-opacity));
}

.focus\:border-e-zinc-100\/0:focus {
  border-inline-end-color: rgb(244 244 245 / 0);
}

.focus\:border-e-zinc-100\/10:focus {
  border-inline-end-color: rgb(244 244 245 / 0.1);
}

.focus\:border-e-zinc-100\/100:focus {
  border-inline-end-color: rgb(244 244 245 / 1);
}

.focus\:border-e-zinc-100\/20:focus {
  border-inline-end-color: rgb(244 244 245 / 0.2);
}

.focus\:border-e-zinc-100\/25:focus {
  border-inline-end-color: rgb(244 244 245 / 0.25);
}

.focus\:border-e-zinc-100\/30:focus {
  border-inline-end-color: rgb(244 244 245 / 0.3);
}

.focus\:border-e-zinc-100\/40:focus {
  border-inline-end-color: rgb(244 244 245 / 0.4);
}

.focus\:border-e-zinc-100\/5:focus {
  border-inline-end-color: rgb(244 244 245 / 0.05);
}

.focus\:border-e-zinc-100\/50:focus {
  border-inline-end-color: rgb(244 244 245 / 0.5);
}

.focus\:border-e-zinc-100\/60:focus {
  border-inline-end-color: rgb(244 244 245 / 0.6);
}

.focus\:border-e-zinc-100\/70:focus {
  border-inline-end-color: rgb(244 244 245 / 0.7);
}

.focus\:border-e-zinc-100\/75:focus {
  border-inline-end-color: rgb(244 244 245 / 0.75);
}

.focus\:border-e-zinc-100\/80:focus {
  border-inline-end-color: rgb(244 244 245 / 0.8);
}

.focus\:border-e-zinc-100\/90:focus {
  border-inline-end-color: rgb(244 244 245 / 0.9);
}

.focus\:border-e-zinc-100\/95:focus {
  border-inline-end-color: rgb(244 244 245 / 0.95);
}

.focus\:border-e-zinc-200:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.focus\:border-e-zinc-200\/0:focus {
  border-inline-end-color: rgb(228 228 231 / 0);
}

.focus\:border-e-zinc-200\/10:focus {
  border-inline-end-color: rgb(228 228 231 / 0.1);
}

.focus\:border-e-zinc-200\/100:focus {
  border-inline-end-color: rgb(228 228 231 / 1);
}

.focus\:border-e-zinc-200\/20:focus {
  border-inline-end-color: rgb(228 228 231 / 0.2);
}

.focus\:border-e-zinc-200\/25:focus {
  border-inline-end-color: rgb(228 228 231 / 0.25);
}

.focus\:border-e-zinc-200\/30:focus {
  border-inline-end-color: rgb(228 228 231 / 0.3);
}

.focus\:border-e-zinc-200\/40:focus {
  border-inline-end-color: rgb(228 228 231 / 0.4);
}

.focus\:border-e-zinc-200\/5:focus {
  border-inline-end-color: rgb(228 228 231 / 0.05);
}

.focus\:border-e-zinc-200\/50:focus {
  border-inline-end-color: rgb(228 228 231 / 0.5);
}

.focus\:border-e-zinc-200\/60:focus {
  border-inline-end-color: rgb(228 228 231 / 0.6);
}

.focus\:border-e-zinc-200\/70:focus {
  border-inline-end-color: rgb(228 228 231 / 0.7);
}

.focus\:border-e-zinc-200\/75:focus {
  border-inline-end-color: rgb(228 228 231 / 0.75);
}

.focus\:border-e-zinc-200\/80:focus {
  border-inline-end-color: rgb(228 228 231 / 0.8);
}

.focus\:border-e-zinc-200\/90:focus {
  border-inline-end-color: rgb(228 228 231 / 0.9);
}

.focus\:border-e-zinc-200\/95:focus {
  border-inline-end-color: rgb(228 228 231 / 0.95);
}

.focus\:border-e-zinc-300:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.focus\:border-e-zinc-300\/0:focus {
  border-inline-end-color: rgb(212 212 216 / 0);
}

.focus\:border-e-zinc-300\/10:focus {
  border-inline-end-color: rgb(212 212 216 / 0.1);
}

.focus\:border-e-zinc-300\/100:focus {
  border-inline-end-color: rgb(212 212 216 / 1);
}

.focus\:border-e-zinc-300\/20:focus {
  border-inline-end-color: rgb(212 212 216 / 0.2);
}

.focus\:border-e-zinc-300\/25:focus {
  border-inline-end-color: rgb(212 212 216 / 0.25);
}

.focus\:border-e-zinc-300\/30:focus {
  border-inline-end-color: rgb(212 212 216 / 0.3);
}

.focus\:border-e-zinc-300\/40:focus {
  border-inline-end-color: rgb(212 212 216 / 0.4);
}

.focus\:border-e-zinc-300\/5:focus {
  border-inline-end-color: rgb(212 212 216 / 0.05);
}

.focus\:border-e-zinc-300\/50:focus {
  border-inline-end-color: rgb(212 212 216 / 0.5);
}

.focus\:border-e-zinc-300\/60:focus {
  border-inline-end-color: rgb(212 212 216 / 0.6);
}

.focus\:border-e-zinc-300\/70:focus {
  border-inline-end-color: rgb(212 212 216 / 0.7);
}

.focus\:border-e-zinc-300\/75:focus {
  border-inline-end-color: rgb(212 212 216 / 0.75);
}

.focus\:border-e-zinc-300\/80:focus {
  border-inline-end-color: rgb(212 212 216 / 0.8);
}

.focus\:border-e-zinc-300\/90:focus {
  border-inline-end-color: rgb(212 212 216 / 0.9);
}

.focus\:border-e-zinc-300\/95:focus {
  border-inline-end-color: rgb(212 212 216 / 0.95);
}

.focus\:border-e-zinc-400:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.focus\:border-e-zinc-400\/0:focus {
  border-inline-end-color: rgb(161 161 170 / 0);
}

.focus\:border-e-zinc-400\/10:focus {
  border-inline-end-color: rgb(161 161 170 / 0.1);
}

.focus\:border-e-zinc-400\/100:focus {
  border-inline-end-color: rgb(161 161 170 / 1);
}

.focus\:border-e-zinc-400\/20:focus {
  border-inline-end-color: rgb(161 161 170 / 0.2);
}

.focus\:border-e-zinc-400\/25:focus {
  border-inline-end-color: rgb(161 161 170 / 0.25);
}

.focus\:border-e-zinc-400\/30:focus {
  border-inline-end-color: rgb(161 161 170 / 0.3);
}

.focus\:border-e-zinc-400\/40:focus {
  border-inline-end-color: rgb(161 161 170 / 0.4);
}

.focus\:border-e-zinc-400\/5:focus {
  border-inline-end-color: rgb(161 161 170 / 0.05);
}

.focus\:border-e-zinc-400\/50:focus {
  border-inline-end-color: rgb(161 161 170 / 0.5);
}

.focus\:border-e-zinc-400\/60:focus {
  border-inline-end-color: rgb(161 161 170 / 0.6);
}

.focus\:border-e-zinc-400\/70:focus {
  border-inline-end-color: rgb(161 161 170 / 0.7);
}

.focus\:border-e-zinc-400\/75:focus {
  border-inline-end-color: rgb(161 161 170 / 0.75);
}

.focus\:border-e-zinc-400\/80:focus {
  border-inline-end-color: rgb(161 161 170 / 0.8);
}

.focus\:border-e-zinc-400\/90:focus {
  border-inline-end-color: rgb(161 161 170 / 0.9);
}

.focus\:border-e-zinc-400\/95:focus {
  border-inline-end-color: rgb(161 161 170 / 0.95);
}

.focus\:border-e-zinc-50:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.focus\:border-e-zinc-50\/0:focus {
  border-inline-end-color: rgb(250 250 250 / 0);
}

.focus\:border-e-zinc-50\/10:focus {
  border-inline-end-color: rgb(250 250 250 / 0.1);
}

.focus\:border-e-zinc-50\/100:focus {
  border-inline-end-color: rgb(250 250 250 / 1);
}

.focus\:border-e-zinc-50\/20:focus {
  border-inline-end-color: rgb(250 250 250 / 0.2);
}

.focus\:border-e-zinc-50\/25:focus {
  border-inline-end-color: rgb(250 250 250 / 0.25);
}

.focus\:border-e-zinc-50\/30:focus {
  border-inline-end-color: rgb(250 250 250 / 0.3);
}

.focus\:border-e-zinc-50\/40:focus {
  border-inline-end-color: rgb(250 250 250 / 0.4);
}

.focus\:border-e-zinc-50\/5:focus {
  border-inline-end-color: rgb(250 250 250 / 0.05);
}

.focus\:border-e-zinc-50\/50:focus {
  border-inline-end-color: rgb(250 250 250 / 0.5);
}

.focus\:border-e-zinc-50\/60:focus {
  border-inline-end-color: rgb(250 250 250 / 0.6);
}

.focus\:border-e-zinc-50\/70:focus {
  border-inline-end-color: rgb(250 250 250 / 0.7);
}

.focus\:border-e-zinc-50\/75:focus {
  border-inline-end-color: rgb(250 250 250 / 0.75);
}

.focus\:border-e-zinc-50\/80:focus {
  border-inline-end-color: rgb(250 250 250 / 0.8);
}

.focus\:border-e-zinc-50\/90:focus {
  border-inline-end-color: rgb(250 250 250 / 0.9);
}

.focus\:border-e-zinc-50\/95:focus {
  border-inline-end-color: rgb(250 250 250 / 0.95);
}

.focus\:border-e-zinc-500:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(113 113 122 / var(--tw-border-opacity));
}

.focus\:border-e-zinc-500\/0:focus {
  border-inline-end-color: rgb(113 113 122 / 0);
}

.focus\:border-e-zinc-500\/10:focus {
  border-inline-end-color: rgb(113 113 122 / 0.1);
}

.focus\:border-e-zinc-500\/100:focus {
  border-inline-end-color: rgb(113 113 122 / 1);
}

.focus\:border-e-zinc-500\/20:focus {
  border-inline-end-color: rgb(113 113 122 / 0.2);
}

.focus\:border-e-zinc-500\/25:focus {
  border-inline-end-color: rgb(113 113 122 / 0.25);
}

.focus\:border-e-zinc-500\/30:focus {
  border-inline-end-color: rgb(113 113 122 / 0.3);
}

.focus\:border-e-zinc-500\/40:focus {
  border-inline-end-color: rgb(113 113 122 / 0.4);
}

.focus\:border-e-zinc-500\/5:focus {
  border-inline-end-color: rgb(113 113 122 / 0.05);
}

.focus\:border-e-zinc-500\/50:focus {
  border-inline-end-color: rgb(113 113 122 / 0.5);
}

.focus\:border-e-zinc-500\/60:focus {
  border-inline-end-color: rgb(113 113 122 / 0.6);
}

.focus\:border-e-zinc-500\/70:focus {
  border-inline-end-color: rgb(113 113 122 / 0.7);
}

.focus\:border-e-zinc-500\/75:focus {
  border-inline-end-color: rgb(113 113 122 / 0.75);
}

.focus\:border-e-zinc-500\/80:focus {
  border-inline-end-color: rgb(113 113 122 / 0.8);
}

.focus\:border-e-zinc-500\/90:focus {
  border-inline-end-color: rgb(113 113 122 / 0.9);
}

.focus\:border-e-zinc-500\/95:focus {
  border-inline-end-color: rgb(113 113 122 / 0.95);
}

.focus\:border-e-zinc-600:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(82 82 91 / var(--tw-border-opacity));
}

.focus\:border-e-zinc-600\/0:focus {
  border-inline-end-color: rgb(82 82 91 / 0);
}

.focus\:border-e-zinc-600\/10:focus {
  border-inline-end-color: rgb(82 82 91 / 0.1);
}

.focus\:border-e-zinc-600\/100:focus {
  border-inline-end-color: rgb(82 82 91 / 1);
}

.focus\:border-e-zinc-600\/20:focus {
  border-inline-end-color: rgb(82 82 91 / 0.2);
}

.focus\:border-e-zinc-600\/25:focus {
  border-inline-end-color: rgb(82 82 91 / 0.25);
}

.focus\:border-e-zinc-600\/30:focus {
  border-inline-end-color: rgb(82 82 91 / 0.3);
}

.focus\:border-e-zinc-600\/40:focus {
  border-inline-end-color: rgb(82 82 91 / 0.4);
}

.focus\:border-e-zinc-600\/5:focus {
  border-inline-end-color: rgb(82 82 91 / 0.05);
}

.focus\:border-e-zinc-600\/50:focus {
  border-inline-end-color: rgb(82 82 91 / 0.5);
}

.focus\:border-e-zinc-600\/60:focus {
  border-inline-end-color: rgb(82 82 91 / 0.6);
}

.focus\:border-e-zinc-600\/70:focus {
  border-inline-end-color: rgb(82 82 91 / 0.7);
}

.focus\:border-e-zinc-600\/75:focus {
  border-inline-end-color: rgb(82 82 91 / 0.75);
}

.focus\:border-e-zinc-600\/80:focus {
  border-inline-end-color: rgb(82 82 91 / 0.8);
}

.focus\:border-e-zinc-600\/90:focus {
  border-inline-end-color: rgb(82 82 91 / 0.9);
}

.focus\:border-e-zinc-600\/95:focus {
  border-inline-end-color: rgb(82 82 91 / 0.95);
}

.focus\:border-e-zinc-700:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.focus\:border-e-zinc-700\/0:focus {
  border-inline-end-color: rgb(63 63 70 / 0);
}

.focus\:border-e-zinc-700\/10:focus {
  border-inline-end-color: rgb(63 63 70 / 0.1);
}

.focus\:border-e-zinc-700\/100:focus {
  border-inline-end-color: rgb(63 63 70 / 1);
}

.focus\:border-e-zinc-700\/20:focus {
  border-inline-end-color: rgb(63 63 70 / 0.2);
}

.focus\:border-e-zinc-700\/25:focus {
  border-inline-end-color: rgb(63 63 70 / 0.25);
}

.focus\:border-e-zinc-700\/30:focus {
  border-inline-end-color: rgb(63 63 70 / 0.3);
}

.focus\:border-e-zinc-700\/40:focus {
  border-inline-end-color: rgb(63 63 70 / 0.4);
}

.focus\:border-e-zinc-700\/5:focus {
  border-inline-end-color: rgb(63 63 70 / 0.05);
}

.focus\:border-e-zinc-700\/50:focus {
  border-inline-end-color: rgb(63 63 70 / 0.5);
}

.focus\:border-e-zinc-700\/60:focus {
  border-inline-end-color: rgb(63 63 70 / 0.6);
}

.focus\:border-e-zinc-700\/70:focus {
  border-inline-end-color: rgb(63 63 70 / 0.7);
}

.focus\:border-e-zinc-700\/75:focus {
  border-inline-end-color: rgb(63 63 70 / 0.75);
}

.focus\:border-e-zinc-700\/80:focus {
  border-inline-end-color: rgb(63 63 70 / 0.8);
}

.focus\:border-e-zinc-700\/90:focus {
  border-inline-end-color: rgb(63 63 70 / 0.9);
}

.focus\:border-e-zinc-700\/95:focus {
  border-inline-end-color: rgb(63 63 70 / 0.95);
}

.focus\:border-e-zinc-800:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(39 39 42 / var(--tw-border-opacity));
}

.focus\:border-e-zinc-800\/0:focus {
  border-inline-end-color: rgb(39 39 42 / 0);
}

.focus\:border-e-zinc-800\/10:focus {
  border-inline-end-color: rgb(39 39 42 / 0.1);
}

.focus\:border-e-zinc-800\/100:focus {
  border-inline-end-color: rgb(39 39 42 / 1);
}

.focus\:border-e-zinc-800\/20:focus {
  border-inline-end-color: rgb(39 39 42 / 0.2);
}

.focus\:border-e-zinc-800\/25:focus {
  border-inline-end-color: rgb(39 39 42 / 0.25);
}

.focus\:border-e-zinc-800\/30:focus {
  border-inline-end-color: rgb(39 39 42 / 0.3);
}

.focus\:border-e-zinc-800\/40:focus {
  border-inline-end-color: rgb(39 39 42 / 0.4);
}

.focus\:border-e-zinc-800\/5:focus {
  border-inline-end-color: rgb(39 39 42 / 0.05);
}

.focus\:border-e-zinc-800\/50:focus {
  border-inline-end-color: rgb(39 39 42 / 0.5);
}

.focus\:border-e-zinc-800\/60:focus {
  border-inline-end-color: rgb(39 39 42 / 0.6);
}

.focus\:border-e-zinc-800\/70:focus {
  border-inline-end-color: rgb(39 39 42 / 0.7);
}

.focus\:border-e-zinc-800\/75:focus {
  border-inline-end-color: rgb(39 39 42 / 0.75);
}

.focus\:border-e-zinc-800\/80:focus {
  border-inline-end-color: rgb(39 39 42 / 0.8);
}

.focus\:border-e-zinc-800\/90:focus {
  border-inline-end-color: rgb(39 39 42 / 0.9);
}

.focus\:border-e-zinc-800\/95:focus {
  border-inline-end-color: rgb(39 39 42 / 0.95);
}

.focus\:border-e-zinc-900:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.focus\:border-e-zinc-900\/0:focus {
  border-inline-end-color: rgb(24 24 27 / 0);
}

.focus\:border-e-zinc-900\/10:focus {
  border-inline-end-color: rgb(24 24 27 / 0.1);
}

.focus\:border-e-zinc-900\/100:focus {
  border-inline-end-color: rgb(24 24 27 / 1);
}

.focus\:border-e-zinc-900\/20:focus {
  border-inline-end-color: rgb(24 24 27 / 0.2);
}

.focus\:border-e-zinc-900\/25:focus {
  border-inline-end-color: rgb(24 24 27 / 0.25);
}

.focus\:border-e-zinc-900\/30:focus {
  border-inline-end-color: rgb(24 24 27 / 0.3);
}

.focus\:border-e-zinc-900\/40:focus {
  border-inline-end-color: rgb(24 24 27 / 0.4);
}

.focus\:border-e-zinc-900\/5:focus {
  border-inline-end-color: rgb(24 24 27 / 0.05);
}

.focus\:border-e-zinc-900\/50:focus {
  border-inline-end-color: rgb(24 24 27 / 0.5);
}

.focus\:border-e-zinc-900\/60:focus {
  border-inline-end-color: rgb(24 24 27 / 0.6);
}

.focus\:border-e-zinc-900\/70:focus {
  border-inline-end-color: rgb(24 24 27 / 0.7);
}

.focus\:border-e-zinc-900\/75:focus {
  border-inline-end-color: rgb(24 24 27 / 0.75);
}

.focus\:border-e-zinc-900\/80:focus {
  border-inline-end-color: rgb(24 24 27 / 0.8);
}

.focus\:border-e-zinc-900\/90:focus {
  border-inline-end-color: rgb(24 24 27 / 0.9);
}

.focus\:border-e-zinc-900\/95:focus {
  border-inline-end-color: rgb(24 24 27 / 0.95);
}

.focus\:border-e-zinc-950:focus {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(9 9 11 / var(--tw-border-opacity));
}

.focus\:border-e-zinc-950\/0:focus {
  border-inline-end-color: rgb(9 9 11 / 0);
}

.focus\:border-e-zinc-950\/10:focus {
  border-inline-end-color: rgb(9 9 11 / 0.1);
}

.focus\:border-e-zinc-950\/100:focus {
  border-inline-end-color: rgb(9 9 11 / 1);
}

.focus\:border-e-zinc-950\/20:focus {
  border-inline-end-color: rgb(9 9 11 / 0.2);
}

.focus\:border-e-zinc-950\/25:focus {
  border-inline-end-color: rgb(9 9 11 / 0.25);
}

.focus\:border-e-zinc-950\/30:focus {
  border-inline-end-color: rgb(9 9 11 / 0.3);
}

.focus\:border-e-zinc-950\/40:focus {
  border-inline-end-color: rgb(9 9 11 / 0.4);
}

.focus\:border-e-zinc-950\/5:focus {
  border-inline-end-color: rgb(9 9 11 / 0.05);
}

.focus\:border-e-zinc-950\/50:focus {
  border-inline-end-color: rgb(9 9 11 / 0.5);
}

.focus\:border-e-zinc-950\/60:focus {
  border-inline-end-color: rgb(9 9 11 / 0.6);
}

.focus\:border-e-zinc-950\/70:focus {
  border-inline-end-color: rgb(9 9 11 / 0.7);
}

.focus\:border-e-zinc-950\/75:focus {
  border-inline-end-color: rgb(9 9 11 / 0.75);
}

.focus\:border-e-zinc-950\/80:focus {
  border-inline-end-color: rgb(9 9 11 / 0.8);
}

.focus\:border-e-zinc-950\/90:focus {
  border-inline-end-color: rgb(9 9 11 / 0.9);
}

.focus\:border-e-zinc-950\/95:focus {
  border-inline-end-color: rgb(9 9 11 / 0.95);
}

.focus\:border-l-amber-100:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 243 199 / var(--tw-border-opacity));
}

.focus\:border-l-amber-100\/0:focus {
  border-left-color: rgb(254 243 199 / 0);
}

.focus\:border-l-amber-100\/10:focus {
  border-left-color: rgb(254 243 199 / 0.1);
}

.focus\:border-l-amber-100\/100:focus {
  border-left-color: rgb(254 243 199 / 1);
}

.focus\:border-l-amber-100\/20:focus {
  border-left-color: rgb(254 243 199 / 0.2);
}

.focus\:border-l-amber-100\/25:focus {
  border-left-color: rgb(254 243 199 / 0.25);
}

.focus\:border-l-amber-100\/30:focus {
  border-left-color: rgb(254 243 199 / 0.3);
}

.focus\:border-l-amber-100\/40:focus {
  border-left-color: rgb(254 243 199 / 0.4);
}

.focus\:border-l-amber-100\/5:focus {
  border-left-color: rgb(254 243 199 / 0.05);
}

.focus\:border-l-amber-100\/50:focus {
  border-left-color: rgb(254 243 199 / 0.5);
}

.focus\:border-l-amber-100\/60:focus {
  border-left-color: rgb(254 243 199 / 0.6);
}

.focus\:border-l-amber-100\/70:focus {
  border-left-color: rgb(254 243 199 / 0.7);
}

.focus\:border-l-amber-100\/75:focus {
  border-left-color: rgb(254 243 199 / 0.75);
}

.focus\:border-l-amber-100\/80:focus {
  border-left-color: rgb(254 243 199 / 0.8);
}

.focus\:border-l-amber-100\/90:focus {
  border-left-color: rgb(254 243 199 / 0.9);
}

.focus\:border-l-amber-100\/95:focus {
  border-left-color: rgb(254 243 199 / 0.95);
}

.focus\:border-l-amber-200:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 230 138 / var(--tw-border-opacity));
}

.focus\:border-l-amber-200\/0:focus {
  border-left-color: rgb(253 230 138 / 0);
}

.focus\:border-l-amber-200\/10:focus {
  border-left-color: rgb(253 230 138 / 0.1);
}

.focus\:border-l-amber-200\/100:focus {
  border-left-color: rgb(253 230 138 / 1);
}

.focus\:border-l-amber-200\/20:focus {
  border-left-color: rgb(253 230 138 / 0.2);
}

.focus\:border-l-amber-200\/25:focus {
  border-left-color: rgb(253 230 138 / 0.25);
}

.focus\:border-l-amber-200\/30:focus {
  border-left-color: rgb(253 230 138 / 0.3);
}

.focus\:border-l-amber-200\/40:focus {
  border-left-color: rgb(253 230 138 / 0.4);
}

.focus\:border-l-amber-200\/5:focus {
  border-left-color: rgb(253 230 138 / 0.05);
}

.focus\:border-l-amber-200\/50:focus {
  border-left-color: rgb(253 230 138 / 0.5);
}

.focus\:border-l-amber-200\/60:focus {
  border-left-color: rgb(253 230 138 / 0.6);
}

.focus\:border-l-amber-200\/70:focus {
  border-left-color: rgb(253 230 138 / 0.7);
}

.focus\:border-l-amber-200\/75:focus {
  border-left-color: rgb(253 230 138 / 0.75);
}

.focus\:border-l-amber-200\/80:focus {
  border-left-color: rgb(253 230 138 / 0.8);
}

.focus\:border-l-amber-200\/90:focus {
  border-left-color: rgb(253 230 138 / 0.9);
}

.focus\:border-l-amber-200\/95:focus {
  border-left-color: rgb(253 230 138 / 0.95);
}

.focus\:border-l-amber-300:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(252 211 77 / var(--tw-border-opacity));
}

.focus\:border-l-amber-300\/0:focus {
  border-left-color: rgb(252 211 77 / 0);
}

.focus\:border-l-amber-300\/10:focus {
  border-left-color: rgb(252 211 77 / 0.1);
}

.focus\:border-l-amber-300\/100:focus {
  border-left-color: rgb(252 211 77 / 1);
}

.focus\:border-l-amber-300\/20:focus {
  border-left-color: rgb(252 211 77 / 0.2);
}

.focus\:border-l-amber-300\/25:focus {
  border-left-color: rgb(252 211 77 / 0.25);
}

.focus\:border-l-amber-300\/30:focus {
  border-left-color: rgb(252 211 77 / 0.3);
}

.focus\:border-l-amber-300\/40:focus {
  border-left-color: rgb(252 211 77 / 0.4);
}

.focus\:border-l-amber-300\/5:focus {
  border-left-color: rgb(252 211 77 / 0.05);
}

.focus\:border-l-amber-300\/50:focus {
  border-left-color: rgb(252 211 77 / 0.5);
}

.focus\:border-l-amber-300\/60:focus {
  border-left-color: rgb(252 211 77 / 0.6);
}

.focus\:border-l-amber-300\/70:focus {
  border-left-color: rgb(252 211 77 / 0.7);
}

.focus\:border-l-amber-300\/75:focus {
  border-left-color: rgb(252 211 77 / 0.75);
}

.focus\:border-l-amber-300\/80:focus {
  border-left-color: rgb(252 211 77 / 0.8);
}

.focus\:border-l-amber-300\/90:focus {
  border-left-color: rgb(252 211 77 / 0.9);
}

.focus\:border-l-amber-300\/95:focus {
  border-left-color: rgb(252 211 77 / 0.95);
}

.focus\:border-l-amber-400:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(251 191 36 / var(--tw-border-opacity));
}

.focus\:border-l-amber-400\/0:focus {
  border-left-color: rgb(251 191 36 / 0);
}

.focus\:border-l-amber-400\/10:focus {
  border-left-color: rgb(251 191 36 / 0.1);
}

.focus\:border-l-amber-400\/100:focus {
  border-left-color: rgb(251 191 36 / 1);
}

.focus\:border-l-amber-400\/20:focus {
  border-left-color: rgb(251 191 36 / 0.2);
}

.focus\:border-l-amber-400\/25:focus {
  border-left-color: rgb(251 191 36 / 0.25);
}

.focus\:border-l-amber-400\/30:focus {
  border-left-color: rgb(251 191 36 / 0.3);
}

.focus\:border-l-amber-400\/40:focus {
  border-left-color: rgb(251 191 36 / 0.4);
}

.focus\:border-l-amber-400\/5:focus {
  border-left-color: rgb(251 191 36 / 0.05);
}

.focus\:border-l-amber-400\/50:focus {
  border-left-color: rgb(251 191 36 / 0.5);
}

.focus\:border-l-amber-400\/60:focus {
  border-left-color: rgb(251 191 36 / 0.6);
}

.focus\:border-l-amber-400\/70:focus {
  border-left-color: rgb(251 191 36 / 0.7);
}

.focus\:border-l-amber-400\/75:focus {
  border-left-color: rgb(251 191 36 / 0.75);
}

.focus\:border-l-amber-400\/80:focus {
  border-left-color: rgb(251 191 36 / 0.8);
}

.focus\:border-l-amber-400\/90:focus {
  border-left-color: rgb(251 191 36 / 0.9);
}

.focus\:border-l-amber-400\/95:focus {
  border-left-color: rgb(251 191 36 / 0.95);
}

.focus\:border-l-amber-50:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.focus\:border-l-amber-50\/0:focus {
  border-left-color: rgb(255 251 235 / 0);
}

.focus\:border-l-amber-50\/10:focus {
  border-left-color: rgb(255 251 235 / 0.1);
}

.focus\:border-l-amber-50\/100:focus {
  border-left-color: rgb(255 251 235 / 1);
}

.focus\:border-l-amber-50\/20:focus {
  border-left-color: rgb(255 251 235 / 0.2);
}

.focus\:border-l-amber-50\/25:focus {
  border-left-color: rgb(255 251 235 / 0.25);
}

.focus\:border-l-amber-50\/30:focus {
  border-left-color: rgb(255 251 235 / 0.3);
}

.focus\:border-l-amber-50\/40:focus {
  border-left-color: rgb(255 251 235 / 0.4);
}

.focus\:border-l-amber-50\/5:focus {
  border-left-color: rgb(255 251 235 / 0.05);
}

.focus\:border-l-amber-50\/50:focus {
  border-left-color: rgb(255 251 235 / 0.5);
}

.focus\:border-l-amber-50\/60:focus {
  border-left-color: rgb(255 251 235 / 0.6);
}

.focus\:border-l-amber-50\/70:focus {
  border-left-color: rgb(255 251 235 / 0.7);
}

.focus\:border-l-amber-50\/75:focus {
  border-left-color: rgb(255 251 235 / 0.75);
}

.focus\:border-l-amber-50\/80:focus {
  border-left-color: rgb(255 251 235 / 0.8);
}

.focus\:border-l-amber-50\/90:focus {
  border-left-color: rgb(255 251 235 / 0.9);
}

.focus\:border-l-amber-50\/95:focus {
  border-left-color: rgb(255 251 235 / 0.95);
}

.focus\:border-l-amber-500:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 158 11 / var(--tw-border-opacity));
}

.focus\:border-l-amber-500\/0:focus {
  border-left-color: rgb(245 158 11 / 0);
}

.focus\:border-l-amber-500\/10:focus {
  border-left-color: rgb(245 158 11 / 0.1);
}

.focus\:border-l-amber-500\/100:focus {
  border-left-color: rgb(245 158 11 / 1);
}

.focus\:border-l-amber-500\/20:focus {
  border-left-color: rgb(245 158 11 / 0.2);
}

.focus\:border-l-amber-500\/25:focus {
  border-left-color: rgb(245 158 11 / 0.25);
}

.focus\:border-l-amber-500\/30:focus {
  border-left-color: rgb(245 158 11 / 0.3);
}

.focus\:border-l-amber-500\/40:focus {
  border-left-color: rgb(245 158 11 / 0.4);
}

.focus\:border-l-amber-500\/5:focus {
  border-left-color: rgb(245 158 11 / 0.05);
}

.focus\:border-l-amber-500\/50:focus {
  border-left-color: rgb(245 158 11 / 0.5);
}

.focus\:border-l-amber-500\/60:focus {
  border-left-color: rgb(245 158 11 / 0.6);
}

.focus\:border-l-amber-500\/70:focus {
  border-left-color: rgb(245 158 11 / 0.7);
}

.focus\:border-l-amber-500\/75:focus {
  border-left-color: rgb(245 158 11 / 0.75);
}

.focus\:border-l-amber-500\/80:focus {
  border-left-color: rgb(245 158 11 / 0.8);
}

.focus\:border-l-amber-500\/90:focus {
  border-left-color: rgb(245 158 11 / 0.9);
}

.focus\:border-l-amber-500\/95:focus {
  border-left-color: rgb(245 158 11 / 0.95);
}

.focus\:border-l-amber-600:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(217 119 6 / var(--tw-border-opacity));
}

.focus\:border-l-amber-600\/0:focus {
  border-left-color: rgb(217 119 6 / 0);
}

.focus\:border-l-amber-600\/10:focus {
  border-left-color: rgb(217 119 6 / 0.1);
}

.focus\:border-l-amber-600\/100:focus {
  border-left-color: rgb(217 119 6 / 1);
}

.focus\:border-l-amber-600\/20:focus {
  border-left-color: rgb(217 119 6 / 0.2);
}

.focus\:border-l-amber-600\/25:focus {
  border-left-color: rgb(217 119 6 / 0.25);
}

.focus\:border-l-amber-600\/30:focus {
  border-left-color: rgb(217 119 6 / 0.3);
}

.focus\:border-l-amber-600\/40:focus {
  border-left-color: rgb(217 119 6 / 0.4);
}

.focus\:border-l-amber-600\/5:focus {
  border-left-color: rgb(217 119 6 / 0.05);
}

.focus\:border-l-amber-600\/50:focus {
  border-left-color: rgb(217 119 6 / 0.5);
}

.focus\:border-l-amber-600\/60:focus {
  border-left-color: rgb(217 119 6 / 0.6);
}

.focus\:border-l-amber-600\/70:focus {
  border-left-color: rgb(217 119 6 / 0.7);
}

.focus\:border-l-amber-600\/75:focus {
  border-left-color: rgb(217 119 6 / 0.75);
}

.focus\:border-l-amber-600\/80:focus {
  border-left-color: rgb(217 119 6 / 0.8);
}

.focus\:border-l-amber-600\/90:focus {
  border-left-color: rgb(217 119 6 / 0.9);
}

.focus\:border-l-amber-600\/95:focus {
  border-left-color: rgb(217 119 6 / 0.95);
}

.focus\:border-l-amber-700:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(180 83 9 / var(--tw-border-opacity));
}

.focus\:border-l-amber-700\/0:focus {
  border-left-color: rgb(180 83 9 / 0);
}

.focus\:border-l-amber-700\/10:focus {
  border-left-color: rgb(180 83 9 / 0.1);
}

.focus\:border-l-amber-700\/100:focus {
  border-left-color: rgb(180 83 9 / 1);
}

.focus\:border-l-amber-700\/20:focus {
  border-left-color: rgb(180 83 9 / 0.2);
}

.focus\:border-l-amber-700\/25:focus {
  border-left-color: rgb(180 83 9 / 0.25);
}

.focus\:border-l-amber-700\/30:focus {
  border-left-color: rgb(180 83 9 / 0.3);
}

.focus\:border-l-amber-700\/40:focus {
  border-left-color: rgb(180 83 9 / 0.4);
}

.focus\:border-l-amber-700\/5:focus {
  border-left-color: rgb(180 83 9 / 0.05);
}

.focus\:border-l-amber-700\/50:focus {
  border-left-color: rgb(180 83 9 / 0.5);
}

.focus\:border-l-amber-700\/60:focus {
  border-left-color: rgb(180 83 9 / 0.6);
}

.focus\:border-l-amber-700\/70:focus {
  border-left-color: rgb(180 83 9 / 0.7);
}

.focus\:border-l-amber-700\/75:focus {
  border-left-color: rgb(180 83 9 / 0.75);
}

.focus\:border-l-amber-700\/80:focus {
  border-left-color: rgb(180 83 9 / 0.8);
}

.focus\:border-l-amber-700\/90:focus {
  border-left-color: rgb(180 83 9 / 0.9);
}

.focus\:border-l-amber-700\/95:focus {
  border-left-color: rgb(180 83 9 / 0.95);
}

.focus\:border-l-amber-800:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(146 64 14 / var(--tw-border-opacity));
}

.focus\:border-l-amber-800\/0:focus {
  border-left-color: rgb(146 64 14 / 0);
}

.focus\:border-l-amber-800\/10:focus {
  border-left-color: rgb(146 64 14 / 0.1);
}

.focus\:border-l-amber-800\/100:focus {
  border-left-color: rgb(146 64 14 / 1);
}

.focus\:border-l-amber-800\/20:focus {
  border-left-color: rgb(146 64 14 / 0.2);
}

.focus\:border-l-amber-800\/25:focus {
  border-left-color: rgb(146 64 14 / 0.25);
}

.focus\:border-l-amber-800\/30:focus {
  border-left-color: rgb(146 64 14 / 0.3);
}

.focus\:border-l-amber-800\/40:focus {
  border-left-color: rgb(146 64 14 / 0.4);
}

.focus\:border-l-amber-800\/5:focus {
  border-left-color: rgb(146 64 14 / 0.05);
}

.focus\:border-l-amber-800\/50:focus {
  border-left-color: rgb(146 64 14 / 0.5);
}

.focus\:border-l-amber-800\/60:focus {
  border-left-color: rgb(146 64 14 / 0.6);
}

.focus\:border-l-amber-800\/70:focus {
  border-left-color: rgb(146 64 14 / 0.7);
}

.focus\:border-l-amber-800\/75:focus {
  border-left-color: rgb(146 64 14 / 0.75);
}

.focus\:border-l-amber-800\/80:focus {
  border-left-color: rgb(146 64 14 / 0.8);
}

.focus\:border-l-amber-800\/90:focus {
  border-left-color: rgb(146 64 14 / 0.9);
}

.focus\:border-l-amber-800\/95:focus {
  border-left-color: rgb(146 64 14 / 0.95);
}

.focus\:border-l-amber-900:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(120 53 15 / var(--tw-border-opacity));
}

.focus\:border-l-amber-900\/0:focus {
  border-left-color: rgb(120 53 15 / 0);
}

.focus\:border-l-amber-900\/10:focus {
  border-left-color: rgb(120 53 15 / 0.1);
}

.focus\:border-l-amber-900\/100:focus {
  border-left-color: rgb(120 53 15 / 1);
}

.focus\:border-l-amber-900\/20:focus {
  border-left-color: rgb(120 53 15 / 0.2);
}

.focus\:border-l-amber-900\/25:focus {
  border-left-color: rgb(120 53 15 / 0.25);
}

.focus\:border-l-amber-900\/30:focus {
  border-left-color: rgb(120 53 15 / 0.3);
}

.focus\:border-l-amber-900\/40:focus {
  border-left-color: rgb(120 53 15 / 0.4);
}

.focus\:border-l-amber-900\/5:focus {
  border-left-color: rgb(120 53 15 / 0.05);
}

.focus\:border-l-amber-900\/50:focus {
  border-left-color: rgb(120 53 15 / 0.5);
}

.focus\:border-l-amber-900\/60:focus {
  border-left-color: rgb(120 53 15 / 0.6);
}

.focus\:border-l-amber-900\/70:focus {
  border-left-color: rgb(120 53 15 / 0.7);
}

.focus\:border-l-amber-900\/75:focus {
  border-left-color: rgb(120 53 15 / 0.75);
}

.focus\:border-l-amber-900\/80:focus {
  border-left-color: rgb(120 53 15 / 0.8);
}

.focus\:border-l-amber-900\/90:focus {
  border-left-color: rgb(120 53 15 / 0.9);
}

.focus\:border-l-amber-900\/95:focus {
  border-left-color: rgb(120 53 15 / 0.95);
}

.focus\:border-l-amber-950:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(69 26 3 / var(--tw-border-opacity));
}

.focus\:border-l-amber-950\/0:focus {
  border-left-color: rgb(69 26 3 / 0);
}

.focus\:border-l-amber-950\/10:focus {
  border-left-color: rgb(69 26 3 / 0.1);
}

.focus\:border-l-amber-950\/100:focus {
  border-left-color: rgb(69 26 3 / 1);
}

.focus\:border-l-amber-950\/20:focus {
  border-left-color: rgb(69 26 3 / 0.2);
}

.focus\:border-l-amber-950\/25:focus {
  border-left-color: rgb(69 26 3 / 0.25);
}

.focus\:border-l-amber-950\/30:focus {
  border-left-color: rgb(69 26 3 / 0.3);
}

.focus\:border-l-amber-950\/40:focus {
  border-left-color: rgb(69 26 3 / 0.4);
}

.focus\:border-l-amber-950\/5:focus {
  border-left-color: rgb(69 26 3 / 0.05);
}

.focus\:border-l-amber-950\/50:focus {
  border-left-color: rgb(69 26 3 / 0.5);
}

.focus\:border-l-amber-950\/60:focus {
  border-left-color: rgb(69 26 3 / 0.6);
}

.focus\:border-l-amber-950\/70:focus {
  border-left-color: rgb(69 26 3 / 0.7);
}

.focus\:border-l-amber-950\/75:focus {
  border-left-color: rgb(69 26 3 / 0.75);
}

.focus\:border-l-amber-950\/80:focus {
  border-left-color: rgb(69 26 3 / 0.8);
}

.focus\:border-l-amber-950\/90:focus {
  border-left-color: rgb(69 26 3 / 0.9);
}

.focus\:border-l-amber-950\/95:focus {
  border-left-color: rgb(69 26 3 / 0.95);
}

.focus\:border-l-black:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.focus\:border-l-black\/0:focus {
  border-left-color: rgb(0 0 0 / 0);
}

.focus\:border-l-black\/10:focus {
  border-left-color: rgb(0 0 0 / 0.1);
}

.focus\:border-l-black\/100:focus {
  border-left-color: rgb(0 0 0 / 1);
}

.focus\:border-l-black\/20:focus {
  border-left-color: rgb(0 0 0 / 0.2);
}

.focus\:border-l-black\/25:focus {
  border-left-color: rgb(0 0 0 / 0.25);
}

.focus\:border-l-black\/30:focus {
  border-left-color: rgb(0 0 0 / 0.3);
}

.focus\:border-l-black\/40:focus {
  border-left-color: rgb(0 0 0 / 0.4);
}

.focus\:border-l-black\/5:focus {
  border-left-color: rgb(0 0 0 / 0.05);
}

.focus\:border-l-black\/50:focus {
  border-left-color: rgb(0 0 0 / 0.5);
}

.focus\:border-l-black\/60:focus {
  border-left-color: rgb(0 0 0 / 0.6);
}

.focus\:border-l-black\/70:focus {
  border-left-color: rgb(0 0 0 / 0.7);
}

.focus\:border-l-black\/75:focus {
  border-left-color: rgb(0 0 0 / 0.75);
}

.focus\:border-l-black\/80:focus {
  border-left-color: rgb(0 0 0 / 0.8);
}

.focus\:border-l-black\/90:focus {
  border-left-color: rgb(0 0 0 / 0.9);
}

.focus\:border-l-black\/95:focus {
  border-left-color: rgb(0 0 0 / 0.95);
}

.focus\:border-l-blue-100:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(219 234 254 / var(--tw-border-opacity));
}

.focus\:border-l-blue-100\/0:focus {
  border-left-color: rgb(219 234 254 / 0);
}

.focus\:border-l-blue-100\/10:focus {
  border-left-color: rgb(219 234 254 / 0.1);
}

.focus\:border-l-blue-100\/100:focus {
  border-left-color: rgb(219 234 254 / 1);
}

.focus\:border-l-blue-100\/20:focus {
  border-left-color: rgb(219 234 254 / 0.2);
}

.focus\:border-l-blue-100\/25:focus {
  border-left-color: rgb(219 234 254 / 0.25);
}

.focus\:border-l-blue-100\/30:focus {
  border-left-color: rgb(219 234 254 / 0.3);
}

.focus\:border-l-blue-100\/40:focus {
  border-left-color: rgb(219 234 254 / 0.4);
}

.focus\:border-l-blue-100\/5:focus {
  border-left-color: rgb(219 234 254 / 0.05);
}

.focus\:border-l-blue-100\/50:focus {
  border-left-color: rgb(219 234 254 / 0.5);
}

.focus\:border-l-blue-100\/60:focus {
  border-left-color: rgb(219 234 254 / 0.6);
}

.focus\:border-l-blue-100\/70:focus {
  border-left-color: rgb(219 234 254 / 0.7);
}

.focus\:border-l-blue-100\/75:focus {
  border-left-color: rgb(219 234 254 / 0.75);
}

.focus\:border-l-blue-100\/80:focus {
  border-left-color: rgb(219 234 254 / 0.8);
}

.focus\:border-l-blue-100\/90:focus {
  border-left-color: rgb(219 234 254 / 0.9);
}

.focus\:border-l-blue-100\/95:focus {
  border-left-color: rgb(219 234 254 / 0.95);
}

.focus\:border-l-blue-200:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.focus\:border-l-blue-200\/0:focus {
  border-left-color: rgb(191 219 254 / 0);
}

.focus\:border-l-blue-200\/10:focus {
  border-left-color: rgb(191 219 254 / 0.1);
}

.focus\:border-l-blue-200\/100:focus {
  border-left-color: rgb(191 219 254 / 1);
}

.focus\:border-l-blue-200\/20:focus {
  border-left-color: rgb(191 219 254 / 0.2);
}

.focus\:border-l-blue-200\/25:focus {
  border-left-color: rgb(191 219 254 / 0.25);
}

.focus\:border-l-blue-200\/30:focus {
  border-left-color: rgb(191 219 254 / 0.3);
}

.focus\:border-l-blue-200\/40:focus {
  border-left-color: rgb(191 219 254 / 0.4);
}

.focus\:border-l-blue-200\/5:focus {
  border-left-color: rgb(191 219 254 / 0.05);
}

.focus\:border-l-blue-200\/50:focus {
  border-left-color: rgb(191 219 254 / 0.5);
}

.focus\:border-l-blue-200\/60:focus {
  border-left-color: rgb(191 219 254 / 0.6);
}

.focus\:border-l-blue-200\/70:focus {
  border-left-color: rgb(191 219 254 / 0.7);
}

.focus\:border-l-blue-200\/75:focus {
  border-left-color: rgb(191 219 254 / 0.75);
}

.focus\:border-l-blue-200\/80:focus {
  border-left-color: rgb(191 219 254 / 0.8);
}

.focus\:border-l-blue-200\/90:focus {
  border-left-color: rgb(191 219 254 / 0.9);
}

.focus\:border-l-blue-200\/95:focus {
  border-left-color: rgb(191 219 254 / 0.95);
}

.focus\:border-l-blue-300:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.focus\:border-l-blue-300\/0:focus {
  border-left-color: rgb(147 197 253 / 0);
}

.focus\:border-l-blue-300\/10:focus {
  border-left-color: rgb(147 197 253 / 0.1);
}

.focus\:border-l-blue-300\/100:focus {
  border-left-color: rgb(147 197 253 / 1);
}

.focus\:border-l-blue-300\/20:focus {
  border-left-color: rgb(147 197 253 / 0.2);
}

.focus\:border-l-blue-300\/25:focus {
  border-left-color: rgb(147 197 253 / 0.25);
}

.focus\:border-l-blue-300\/30:focus {
  border-left-color: rgb(147 197 253 / 0.3);
}

.focus\:border-l-blue-300\/40:focus {
  border-left-color: rgb(147 197 253 / 0.4);
}

.focus\:border-l-blue-300\/5:focus {
  border-left-color: rgb(147 197 253 / 0.05);
}

.focus\:border-l-blue-300\/50:focus {
  border-left-color: rgb(147 197 253 / 0.5);
}

.focus\:border-l-blue-300\/60:focus {
  border-left-color: rgb(147 197 253 / 0.6);
}

.focus\:border-l-blue-300\/70:focus {
  border-left-color: rgb(147 197 253 / 0.7);
}

.focus\:border-l-blue-300\/75:focus {
  border-left-color: rgb(147 197 253 / 0.75);
}

.focus\:border-l-blue-300\/80:focus {
  border-left-color: rgb(147 197 253 / 0.8);
}

.focus\:border-l-blue-300\/90:focus {
  border-left-color: rgb(147 197 253 / 0.9);
}

.focus\:border-l-blue-300\/95:focus {
  border-left-color: rgb(147 197 253 / 0.95);
}

.focus\:border-l-blue-400:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.focus\:border-l-blue-400\/0:focus {
  border-left-color: rgb(96 165 250 / 0);
}

.focus\:border-l-blue-400\/10:focus {
  border-left-color: rgb(96 165 250 / 0.1);
}

.focus\:border-l-blue-400\/100:focus {
  border-left-color: rgb(96 165 250 / 1);
}

.focus\:border-l-blue-400\/20:focus {
  border-left-color: rgb(96 165 250 / 0.2);
}

.focus\:border-l-blue-400\/25:focus {
  border-left-color: rgb(96 165 250 / 0.25);
}

.focus\:border-l-blue-400\/30:focus {
  border-left-color: rgb(96 165 250 / 0.3);
}

.focus\:border-l-blue-400\/40:focus {
  border-left-color: rgb(96 165 250 / 0.4);
}

.focus\:border-l-blue-400\/5:focus {
  border-left-color: rgb(96 165 250 / 0.05);
}

.focus\:border-l-blue-400\/50:focus {
  border-left-color: rgb(96 165 250 / 0.5);
}

.focus\:border-l-blue-400\/60:focus {
  border-left-color: rgb(96 165 250 / 0.6);
}

.focus\:border-l-blue-400\/70:focus {
  border-left-color: rgb(96 165 250 / 0.7);
}

.focus\:border-l-blue-400\/75:focus {
  border-left-color: rgb(96 165 250 / 0.75);
}

.focus\:border-l-blue-400\/80:focus {
  border-left-color: rgb(96 165 250 / 0.8);
}

.focus\:border-l-blue-400\/90:focus {
  border-left-color: rgb(96 165 250 / 0.9);
}

.focus\:border-l-blue-400\/95:focus {
  border-left-color: rgb(96 165 250 / 0.95);
}

.focus\:border-l-blue-50:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(239 246 255 / var(--tw-border-opacity));
}

.focus\:border-l-blue-50\/0:focus {
  border-left-color: rgb(239 246 255 / 0);
}

.focus\:border-l-blue-50\/10:focus {
  border-left-color: rgb(239 246 255 / 0.1);
}

.focus\:border-l-blue-50\/100:focus {
  border-left-color: rgb(239 246 255 / 1);
}

.focus\:border-l-blue-50\/20:focus {
  border-left-color: rgb(239 246 255 / 0.2);
}

.focus\:border-l-blue-50\/25:focus {
  border-left-color: rgb(239 246 255 / 0.25);
}

.focus\:border-l-blue-50\/30:focus {
  border-left-color: rgb(239 246 255 / 0.3);
}

.focus\:border-l-blue-50\/40:focus {
  border-left-color: rgb(239 246 255 / 0.4);
}

.focus\:border-l-blue-50\/5:focus {
  border-left-color: rgb(239 246 255 / 0.05);
}

.focus\:border-l-blue-50\/50:focus {
  border-left-color: rgb(239 246 255 / 0.5);
}

.focus\:border-l-blue-50\/60:focus {
  border-left-color: rgb(239 246 255 / 0.6);
}

.focus\:border-l-blue-50\/70:focus {
  border-left-color: rgb(239 246 255 / 0.7);
}

.focus\:border-l-blue-50\/75:focus {
  border-left-color: rgb(239 246 255 / 0.75);
}

.focus\:border-l-blue-50\/80:focus {
  border-left-color: rgb(239 246 255 / 0.8);
}

.focus\:border-l-blue-50\/90:focus {
  border-left-color: rgb(239 246 255 / 0.9);
}

.focus\:border-l-blue-50\/95:focus {
  border-left-color: rgb(239 246 255 / 0.95);
}

.focus\:border-l-blue-500:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.focus\:border-l-blue-500\/0:focus {
  border-left-color: rgb(59 130 246 / 0);
}

.focus\:border-l-blue-500\/10:focus {
  border-left-color: rgb(59 130 246 / 0.1);
}

.focus\:border-l-blue-500\/100:focus {
  border-left-color: rgb(59 130 246 / 1);
}

.focus\:border-l-blue-500\/20:focus {
  border-left-color: rgb(59 130 246 / 0.2);
}

.focus\:border-l-blue-500\/25:focus {
  border-left-color: rgb(59 130 246 / 0.25);
}

.focus\:border-l-blue-500\/30:focus {
  border-left-color: rgb(59 130 246 / 0.3);
}

.focus\:border-l-blue-500\/40:focus {
  border-left-color: rgb(59 130 246 / 0.4);
}

.focus\:border-l-blue-500\/5:focus {
  border-left-color: rgb(59 130 246 / 0.05);
}

.focus\:border-l-blue-500\/50:focus {
  border-left-color: rgb(59 130 246 / 0.5);
}

.focus\:border-l-blue-500\/60:focus {
  border-left-color: rgb(59 130 246 / 0.6);
}

.focus\:border-l-blue-500\/70:focus {
  border-left-color: rgb(59 130 246 / 0.7);
}

.focus\:border-l-blue-500\/75:focus {
  border-left-color: rgb(59 130 246 / 0.75);
}

.focus\:border-l-blue-500\/80:focus {
  border-left-color: rgb(59 130 246 / 0.8);
}

.focus\:border-l-blue-500\/90:focus {
  border-left-color: rgb(59 130 246 / 0.9);
}

.focus\:border-l-blue-500\/95:focus {
  border-left-color: rgb(59 130 246 / 0.95);
}

.focus\:border-l-blue-600:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.focus\:border-l-blue-600\/0:focus {
  border-left-color: rgb(37 99 235 / 0);
}

.focus\:border-l-blue-600\/10:focus {
  border-left-color: rgb(37 99 235 / 0.1);
}

.focus\:border-l-blue-600\/100:focus {
  border-left-color: rgb(37 99 235 / 1);
}

.focus\:border-l-blue-600\/20:focus {
  border-left-color: rgb(37 99 235 / 0.2);
}

.focus\:border-l-blue-600\/25:focus {
  border-left-color: rgb(37 99 235 / 0.25);
}

.focus\:border-l-blue-600\/30:focus {
  border-left-color: rgb(37 99 235 / 0.3);
}

.focus\:border-l-blue-600\/40:focus {
  border-left-color: rgb(37 99 235 / 0.4);
}

.focus\:border-l-blue-600\/5:focus {
  border-left-color: rgb(37 99 235 / 0.05);
}

.focus\:border-l-blue-600\/50:focus {
  border-left-color: rgb(37 99 235 / 0.5);
}

.focus\:border-l-blue-600\/60:focus {
  border-left-color: rgb(37 99 235 / 0.6);
}

.focus\:border-l-blue-600\/70:focus {
  border-left-color: rgb(37 99 235 / 0.7);
}

.focus\:border-l-blue-600\/75:focus {
  border-left-color: rgb(37 99 235 / 0.75);
}

.focus\:border-l-blue-600\/80:focus {
  border-left-color: rgb(37 99 235 / 0.8);
}

.focus\:border-l-blue-600\/90:focus {
  border-left-color: rgb(37 99 235 / 0.9);
}

.focus\:border-l-blue-600\/95:focus {
  border-left-color: rgb(37 99 235 / 0.95);
}

.focus\:border-l-blue-700:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.focus\:border-l-blue-700\/0:focus {
  border-left-color: rgb(29 78 216 / 0);
}

.focus\:border-l-blue-700\/10:focus {
  border-left-color: rgb(29 78 216 / 0.1);
}

.focus\:border-l-blue-700\/100:focus {
  border-left-color: rgb(29 78 216 / 1);
}

.focus\:border-l-blue-700\/20:focus {
  border-left-color: rgb(29 78 216 / 0.2);
}

.focus\:border-l-blue-700\/25:focus {
  border-left-color: rgb(29 78 216 / 0.25);
}

.focus\:border-l-blue-700\/30:focus {
  border-left-color: rgb(29 78 216 / 0.3);
}

.focus\:border-l-blue-700\/40:focus {
  border-left-color: rgb(29 78 216 / 0.4);
}

.focus\:border-l-blue-700\/5:focus {
  border-left-color: rgb(29 78 216 / 0.05);
}

.focus\:border-l-blue-700\/50:focus {
  border-left-color: rgb(29 78 216 / 0.5);
}

.focus\:border-l-blue-700\/60:focus {
  border-left-color: rgb(29 78 216 / 0.6);
}

.focus\:border-l-blue-700\/70:focus {
  border-left-color: rgb(29 78 216 / 0.7);
}

.focus\:border-l-blue-700\/75:focus {
  border-left-color: rgb(29 78 216 / 0.75);
}

.focus\:border-l-blue-700\/80:focus {
  border-left-color: rgb(29 78 216 / 0.8);
}

.focus\:border-l-blue-700\/90:focus {
  border-left-color: rgb(29 78 216 / 0.9);
}

.focus\:border-l-blue-700\/95:focus {
  border-left-color: rgb(29 78 216 / 0.95);
}

.focus\:border-l-blue-800:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.focus\:border-l-blue-800\/0:focus {
  border-left-color: rgb(30 64 175 / 0);
}

.focus\:border-l-blue-800\/10:focus {
  border-left-color: rgb(30 64 175 / 0.1);
}

.focus\:border-l-blue-800\/100:focus {
  border-left-color: rgb(30 64 175 / 1);
}

.focus\:border-l-blue-800\/20:focus {
  border-left-color: rgb(30 64 175 / 0.2);
}

.focus\:border-l-blue-800\/25:focus {
  border-left-color: rgb(30 64 175 / 0.25);
}

.focus\:border-l-blue-800\/30:focus {
  border-left-color: rgb(30 64 175 / 0.3);
}

.focus\:border-l-blue-800\/40:focus {
  border-left-color: rgb(30 64 175 / 0.4);
}

.focus\:border-l-blue-800\/5:focus {
  border-left-color: rgb(30 64 175 / 0.05);
}

.focus\:border-l-blue-800\/50:focus {
  border-left-color: rgb(30 64 175 / 0.5);
}

.focus\:border-l-blue-800\/60:focus {
  border-left-color: rgb(30 64 175 / 0.6);
}

.focus\:border-l-blue-800\/70:focus {
  border-left-color: rgb(30 64 175 / 0.7);
}

.focus\:border-l-blue-800\/75:focus {
  border-left-color: rgb(30 64 175 / 0.75);
}

.focus\:border-l-blue-800\/80:focus {
  border-left-color: rgb(30 64 175 / 0.8);
}

.focus\:border-l-blue-800\/90:focus {
  border-left-color: rgb(30 64 175 / 0.9);
}

.focus\:border-l-blue-800\/95:focus {
  border-left-color: rgb(30 64 175 / 0.95);
}

.focus\:border-l-blue-900:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.focus\:border-l-blue-900\/0:focus {
  border-left-color: rgb(30 58 138 / 0);
}

.focus\:border-l-blue-900\/10:focus {
  border-left-color: rgb(30 58 138 / 0.1);
}

.focus\:border-l-blue-900\/100:focus {
  border-left-color: rgb(30 58 138 / 1);
}

.focus\:border-l-blue-900\/20:focus {
  border-left-color: rgb(30 58 138 / 0.2);
}

.focus\:border-l-blue-900\/25:focus {
  border-left-color: rgb(30 58 138 / 0.25);
}

.focus\:border-l-blue-900\/30:focus {
  border-left-color: rgb(30 58 138 / 0.3);
}

.focus\:border-l-blue-900\/40:focus {
  border-left-color: rgb(30 58 138 / 0.4);
}

.focus\:border-l-blue-900\/5:focus {
  border-left-color: rgb(30 58 138 / 0.05);
}

.focus\:border-l-blue-900\/50:focus {
  border-left-color: rgb(30 58 138 / 0.5);
}

.focus\:border-l-blue-900\/60:focus {
  border-left-color: rgb(30 58 138 / 0.6);
}

.focus\:border-l-blue-900\/70:focus {
  border-left-color: rgb(30 58 138 / 0.7);
}

.focus\:border-l-blue-900\/75:focus {
  border-left-color: rgb(30 58 138 / 0.75);
}

.focus\:border-l-blue-900\/80:focus {
  border-left-color: rgb(30 58 138 / 0.8);
}

.focus\:border-l-blue-900\/90:focus {
  border-left-color: rgb(30 58 138 / 0.9);
}

.focus\:border-l-blue-900\/95:focus {
  border-left-color: rgb(30 58 138 / 0.95);
}

.focus\:border-l-blue-950:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(23 37 84 / var(--tw-border-opacity));
}

.focus\:border-l-blue-950\/0:focus {
  border-left-color: rgb(23 37 84 / 0);
}

.focus\:border-l-blue-950\/10:focus {
  border-left-color: rgb(23 37 84 / 0.1);
}

.focus\:border-l-blue-950\/100:focus {
  border-left-color: rgb(23 37 84 / 1);
}

.focus\:border-l-blue-950\/20:focus {
  border-left-color: rgb(23 37 84 / 0.2);
}

.focus\:border-l-blue-950\/25:focus {
  border-left-color: rgb(23 37 84 / 0.25);
}

.focus\:border-l-blue-950\/30:focus {
  border-left-color: rgb(23 37 84 / 0.3);
}

.focus\:border-l-blue-950\/40:focus {
  border-left-color: rgb(23 37 84 / 0.4);
}

.focus\:border-l-blue-950\/5:focus {
  border-left-color: rgb(23 37 84 / 0.05);
}

.focus\:border-l-blue-950\/50:focus {
  border-left-color: rgb(23 37 84 / 0.5);
}

.focus\:border-l-blue-950\/60:focus {
  border-left-color: rgb(23 37 84 / 0.6);
}

.focus\:border-l-blue-950\/70:focus {
  border-left-color: rgb(23 37 84 / 0.7);
}

.focus\:border-l-blue-950\/75:focus {
  border-left-color: rgb(23 37 84 / 0.75);
}

.focus\:border-l-blue-950\/80:focus {
  border-left-color: rgb(23 37 84 / 0.8);
}

.focus\:border-l-blue-950\/90:focus {
  border-left-color: rgb(23 37 84 / 0.9);
}

.focus\:border-l-blue-950\/95:focus {
  border-left-color: rgb(23 37 84 / 0.95);
}

.focus\:border-l-brand-100:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(230 239 246 / var(--tw-border-opacity));
}

.focus\:border-l-brand-100\/0:focus {
  border-left-color: rgb(230 239 246 / 0);
}

.focus\:border-l-brand-100\/10:focus {
  border-left-color: rgb(230 239 246 / 0.1);
}

.focus\:border-l-brand-100\/100:focus {
  border-left-color: rgb(230 239 246 / 1);
}

.focus\:border-l-brand-100\/20:focus {
  border-left-color: rgb(230 239 246 / 0.2);
}

.focus\:border-l-brand-100\/25:focus {
  border-left-color: rgb(230 239 246 / 0.25);
}

.focus\:border-l-brand-100\/30:focus {
  border-left-color: rgb(230 239 246 / 0.3);
}

.focus\:border-l-brand-100\/40:focus {
  border-left-color: rgb(230 239 246 / 0.4);
}

.focus\:border-l-brand-100\/5:focus {
  border-left-color: rgb(230 239 246 / 0.05);
}

.focus\:border-l-brand-100\/50:focus {
  border-left-color: rgb(230 239 246 / 0.5);
}

.focus\:border-l-brand-100\/60:focus {
  border-left-color: rgb(230 239 246 / 0.6);
}

.focus\:border-l-brand-100\/70:focus {
  border-left-color: rgb(230 239 246 / 0.7);
}

.focus\:border-l-brand-100\/75:focus {
  border-left-color: rgb(230 239 246 / 0.75);
}

.focus\:border-l-brand-100\/80:focus {
  border-left-color: rgb(230 239 246 / 0.8);
}

.focus\:border-l-brand-100\/90:focus {
  border-left-color: rgb(230 239 246 / 0.9);
}

.focus\:border-l-brand-100\/95:focus {
  border-left-color: rgb(230 239 246 / 0.95);
}

.focus\:border-l-brand-200:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(193 215 234 / var(--tw-border-opacity));
}

.focus\:border-l-brand-200\/0:focus {
  border-left-color: rgb(193 215 234 / 0);
}

.focus\:border-l-brand-200\/10:focus {
  border-left-color: rgb(193 215 234 / 0.1);
}

.focus\:border-l-brand-200\/100:focus {
  border-left-color: rgb(193 215 234 / 1);
}

.focus\:border-l-brand-200\/20:focus {
  border-left-color: rgb(193 215 234 / 0.2);
}

.focus\:border-l-brand-200\/25:focus {
  border-left-color: rgb(193 215 234 / 0.25);
}

.focus\:border-l-brand-200\/30:focus {
  border-left-color: rgb(193 215 234 / 0.3);
}

.focus\:border-l-brand-200\/40:focus {
  border-left-color: rgb(193 215 234 / 0.4);
}

.focus\:border-l-brand-200\/5:focus {
  border-left-color: rgb(193 215 234 / 0.05);
}

.focus\:border-l-brand-200\/50:focus {
  border-left-color: rgb(193 215 234 / 0.5);
}

.focus\:border-l-brand-200\/60:focus {
  border-left-color: rgb(193 215 234 / 0.6);
}

.focus\:border-l-brand-200\/70:focus {
  border-left-color: rgb(193 215 234 / 0.7);
}

.focus\:border-l-brand-200\/75:focus {
  border-left-color: rgb(193 215 234 / 0.75);
}

.focus\:border-l-brand-200\/80:focus {
  border-left-color: rgb(193 215 234 / 0.8);
}

.focus\:border-l-brand-200\/90:focus {
  border-left-color: rgb(193 215 234 / 0.9);
}

.focus\:border-l-brand-200\/95:focus {
  border-left-color: rgb(193 215 234 / 0.95);
}

.focus\:border-l-brand-300:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(155 190 221 / var(--tw-border-opacity));
}

.focus\:border-l-brand-300\/0:focus {
  border-left-color: rgb(155 190 221 / 0);
}

.focus\:border-l-brand-300\/10:focus {
  border-left-color: rgb(155 190 221 / 0.1);
}

.focus\:border-l-brand-300\/100:focus {
  border-left-color: rgb(155 190 221 / 1);
}

.focus\:border-l-brand-300\/20:focus {
  border-left-color: rgb(155 190 221 / 0.2);
}

.focus\:border-l-brand-300\/25:focus {
  border-left-color: rgb(155 190 221 / 0.25);
}

.focus\:border-l-brand-300\/30:focus {
  border-left-color: rgb(155 190 221 / 0.3);
}

.focus\:border-l-brand-300\/40:focus {
  border-left-color: rgb(155 190 221 / 0.4);
}

.focus\:border-l-brand-300\/5:focus {
  border-left-color: rgb(155 190 221 / 0.05);
}

.focus\:border-l-brand-300\/50:focus {
  border-left-color: rgb(155 190 221 / 0.5);
}

.focus\:border-l-brand-300\/60:focus {
  border-left-color: rgb(155 190 221 / 0.6);
}

.focus\:border-l-brand-300\/70:focus {
  border-left-color: rgb(155 190 221 / 0.7);
}

.focus\:border-l-brand-300\/75:focus {
  border-left-color: rgb(155 190 221 / 0.75);
}

.focus\:border-l-brand-300\/80:focus {
  border-left-color: rgb(155 190 221 / 0.8);
}

.focus\:border-l-brand-300\/90:focus {
  border-left-color: rgb(155 190 221 / 0.9);
}

.focus\:border-l-brand-300\/95:focus {
  border-left-color: rgb(155 190 221 / 0.95);
}

.focus\:border-l-brand-400:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(81 142 195 / var(--tw-border-opacity));
}

.focus\:border-l-brand-400\/0:focus {
  border-left-color: rgb(81 142 195 / 0);
}

.focus\:border-l-brand-400\/10:focus {
  border-left-color: rgb(81 142 195 / 0.1);
}

.focus\:border-l-brand-400\/100:focus {
  border-left-color: rgb(81 142 195 / 1);
}

.focus\:border-l-brand-400\/20:focus {
  border-left-color: rgb(81 142 195 / 0.2);
}

.focus\:border-l-brand-400\/25:focus {
  border-left-color: rgb(81 142 195 / 0.25);
}

.focus\:border-l-brand-400\/30:focus {
  border-left-color: rgb(81 142 195 / 0.3);
}

.focus\:border-l-brand-400\/40:focus {
  border-left-color: rgb(81 142 195 / 0.4);
}

.focus\:border-l-brand-400\/5:focus {
  border-left-color: rgb(81 142 195 / 0.05);
}

.focus\:border-l-brand-400\/50:focus {
  border-left-color: rgb(81 142 195 / 0.5);
}

.focus\:border-l-brand-400\/60:focus {
  border-left-color: rgb(81 142 195 / 0.6);
}

.focus\:border-l-brand-400\/70:focus {
  border-left-color: rgb(81 142 195 / 0.7);
}

.focus\:border-l-brand-400\/75:focus {
  border-left-color: rgb(81 142 195 / 0.75);
}

.focus\:border-l-brand-400\/80:focus {
  border-left-color: rgb(81 142 195 / 0.8);
}

.focus\:border-l-brand-400\/90:focus {
  border-left-color: rgb(81 142 195 / 0.9);
}

.focus\:border-l-brand-400\/95:focus {
  border-left-color: rgb(81 142 195 / 0.95);
}

.focus\:border-l-brand-50:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(243 247 251 / var(--tw-border-opacity));
}

.focus\:border-l-brand-50\/0:focus {
  border-left-color: rgb(243 247 251 / 0);
}

.focus\:border-l-brand-50\/10:focus {
  border-left-color: rgb(243 247 251 / 0.1);
}

.focus\:border-l-brand-50\/100:focus {
  border-left-color: rgb(243 247 251 / 1);
}

.focus\:border-l-brand-50\/20:focus {
  border-left-color: rgb(243 247 251 / 0.2);
}

.focus\:border-l-brand-50\/25:focus {
  border-left-color: rgb(243 247 251 / 0.25);
}

.focus\:border-l-brand-50\/30:focus {
  border-left-color: rgb(243 247 251 / 0.3);
}

.focus\:border-l-brand-50\/40:focus {
  border-left-color: rgb(243 247 251 / 0.4);
}

.focus\:border-l-brand-50\/5:focus {
  border-left-color: rgb(243 247 251 / 0.05);
}

.focus\:border-l-brand-50\/50:focus {
  border-left-color: rgb(243 247 251 / 0.5);
}

.focus\:border-l-brand-50\/60:focus {
  border-left-color: rgb(243 247 251 / 0.6);
}

.focus\:border-l-brand-50\/70:focus {
  border-left-color: rgb(243 247 251 / 0.7);
}

.focus\:border-l-brand-50\/75:focus {
  border-left-color: rgb(243 247 251 / 0.75);
}

.focus\:border-l-brand-50\/80:focus {
  border-left-color: rgb(243 247 251 / 0.8);
}

.focus\:border-l-brand-50\/90:focus {
  border-left-color: rgb(243 247 251 / 0.9);
}

.focus\:border-l-brand-50\/95:focus {
  border-left-color: rgb(243 247 251 / 0.95);
}

.focus\:border-l-brand-500:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(6 93 169 / var(--tw-border-opacity));
}

.focus\:border-l-brand-500\/0:focus {
  border-left-color: rgb(6 93 169 / 0);
}

.focus\:border-l-brand-500\/10:focus {
  border-left-color: rgb(6 93 169 / 0.1);
}

.focus\:border-l-brand-500\/100:focus {
  border-left-color: rgb(6 93 169 / 1);
}

.focus\:border-l-brand-500\/20:focus {
  border-left-color: rgb(6 93 169 / 0.2);
}

.focus\:border-l-brand-500\/25:focus {
  border-left-color: rgb(6 93 169 / 0.25);
}

.focus\:border-l-brand-500\/30:focus {
  border-left-color: rgb(6 93 169 / 0.3);
}

.focus\:border-l-brand-500\/40:focus {
  border-left-color: rgb(6 93 169 / 0.4);
}

.focus\:border-l-brand-500\/5:focus {
  border-left-color: rgb(6 93 169 / 0.05);
}

.focus\:border-l-brand-500\/50:focus {
  border-left-color: rgb(6 93 169 / 0.5);
}

.focus\:border-l-brand-500\/60:focus {
  border-left-color: rgb(6 93 169 / 0.6);
}

.focus\:border-l-brand-500\/70:focus {
  border-left-color: rgb(6 93 169 / 0.7);
}

.focus\:border-l-brand-500\/75:focus {
  border-left-color: rgb(6 93 169 / 0.75);
}

.focus\:border-l-brand-500\/80:focus {
  border-left-color: rgb(6 93 169 / 0.8);
}

.focus\:border-l-brand-500\/90:focus {
  border-left-color: rgb(6 93 169 / 0.9);
}

.focus\:border-l-brand-500\/95:focus {
  border-left-color: rgb(6 93 169 / 0.95);
}

.focus\:border-l-brand-600:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(5 84 152 / var(--tw-border-opacity));
}

.focus\:border-l-brand-600\/0:focus {
  border-left-color: rgb(5 84 152 / 0);
}

.focus\:border-l-brand-600\/10:focus {
  border-left-color: rgb(5 84 152 / 0.1);
}

.focus\:border-l-brand-600\/100:focus {
  border-left-color: rgb(5 84 152 / 1);
}

.focus\:border-l-brand-600\/20:focus {
  border-left-color: rgb(5 84 152 / 0.2);
}

.focus\:border-l-brand-600\/25:focus {
  border-left-color: rgb(5 84 152 / 0.25);
}

.focus\:border-l-brand-600\/30:focus {
  border-left-color: rgb(5 84 152 / 0.3);
}

.focus\:border-l-brand-600\/40:focus {
  border-left-color: rgb(5 84 152 / 0.4);
}

.focus\:border-l-brand-600\/5:focus {
  border-left-color: rgb(5 84 152 / 0.05);
}

.focus\:border-l-brand-600\/50:focus {
  border-left-color: rgb(5 84 152 / 0.5);
}

.focus\:border-l-brand-600\/60:focus {
  border-left-color: rgb(5 84 152 / 0.6);
}

.focus\:border-l-brand-600\/70:focus {
  border-left-color: rgb(5 84 152 / 0.7);
}

.focus\:border-l-brand-600\/75:focus {
  border-left-color: rgb(5 84 152 / 0.75);
}

.focus\:border-l-brand-600\/80:focus {
  border-left-color: rgb(5 84 152 / 0.8);
}

.focus\:border-l-brand-600\/90:focus {
  border-left-color: rgb(5 84 152 / 0.9);
}

.focus\:border-l-brand-600\/95:focus {
  border-left-color: rgb(5 84 152 / 0.95);
}

.focus\:border-l-brand-700:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(4 56 101 / var(--tw-border-opacity));
}

.focus\:border-l-brand-700\/0:focus {
  border-left-color: rgb(4 56 101 / 0);
}

.focus\:border-l-brand-700\/10:focus {
  border-left-color: rgb(4 56 101 / 0.1);
}

.focus\:border-l-brand-700\/100:focus {
  border-left-color: rgb(4 56 101 / 1);
}

.focus\:border-l-brand-700\/20:focus {
  border-left-color: rgb(4 56 101 / 0.2);
}

.focus\:border-l-brand-700\/25:focus {
  border-left-color: rgb(4 56 101 / 0.25);
}

.focus\:border-l-brand-700\/30:focus {
  border-left-color: rgb(4 56 101 / 0.3);
}

.focus\:border-l-brand-700\/40:focus {
  border-left-color: rgb(4 56 101 / 0.4);
}

.focus\:border-l-brand-700\/5:focus {
  border-left-color: rgb(4 56 101 / 0.05);
}

.focus\:border-l-brand-700\/50:focus {
  border-left-color: rgb(4 56 101 / 0.5);
}

.focus\:border-l-brand-700\/60:focus {
  border-left-color: rgb(4 56 101 / 0.6);
}

.focus\:border-l-brand-700\/70:focus {
  border-left-color: rgb(4 56 101 / 0.7);
}

.focus\:border-l-brand-700\/75:focus {
  border-left-color: rgb(4 56 101 / 0.75);
}

.focus\:border-l-brand-700\/80:focus {
  border-left-color: rgb(4 56 101 / 0.8);
}

.focus\:border-l-brand-700\/90:focus {
  border-left-color: rgb(4 56 101 / 0.9);
}

.focus\:border-l-brand-700\/95:focus {
  border-left-color: rgb(4 56 101 / 0.95);
}

.focus\:border-l-brand-800:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(3 42 76 / var(--tw-border-opacity));
}

.focus\:border-l-brand-800\/0:focus {
  border-left-color: rgb(3 42 76 / 0);
}

.focus\:border-l-brand-800\/10:focus {
  border-left-color: rgb(3 42 76 / 0.1);
}

.focus\:border-l-brand-800\/100:focus {
  border-left-color: rgb(3 42 76 / 1);
}

.focus\:border-l-brand-800\/20:focus {
  border-left-color: rgb(3 42 76 / 0.2);
}

.focus\:border-l-brand-800\/25:focus {
  border-left-color: rgb(3 42 76 / 0.25);
}

.focus\:border-l-brand-800\/30:focus {
  border-left-color: rgb(3 42 76 / 0.3);
}

.focus\:border-l-brand-800\/40:focus {
  border-left-color: rgb(3 42 76 / 0.4);
}

.focus\:border-l-brand-800\/5:focus {
  border-left-color: rgb(3 42 76 / 0.05);
}

.focus\:border-l-brand-800\/50:focus {
  border-left-color: rgb(3 42 76 / 0.5);
}

.focus\:border-l-brand-800\/60:focus {
  border-left-color: rgb(3 42 76 / 0.6);
}

.focus\:border-l-brand-800\/70:focus {
  border-left-color: rgb(3 42 76 / 0.7);
}

.focus\:border-l-brand-800\/75:focus {
  border-left-color: rgb(3 42 76 / 0.75);
}

.focus\:border-l-brand-800\/80:focus {
  border-left-color: rgb(3 42 76 / 0.8);
}

.focus\:border-l-brand-800\/90:focus {
  border-left-color: rgb(3 42 76 / 0.9);
}

.focus\:border-l-brand-800\/95:focus {
  border-left-color: rgb(3 42 76 / 0.95);
}

.focus\:border-l-brand-900:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(2 28 51 / var(--tw-border-opacity));
}

.focus\:border-l-brand-900\/0:focus {
  border-left-color: rgb(2 28 51 / 0);
}

.focus\:border-l-brand-900\/10:focus {
  border-left-color: rgb(2 28 51 / 0.1);
}

.focus\:border-l-brand-900\/100:focus {
  border-left-color: rgb(2 28 51 / 1);
}

.focus\:border-l-brand-900\/20:focus {
  border-left-color: rgb(2 28 51 / 0.2);
}

.focus\:border-l-brand-900\/25:focus {
  border-left-color: rgb(2 28 51 / 0.25);
}

.focus\:border-l-brand-900\/30:focus {
  border-left-color: rgb(2 28 51 / 0.3);
}

.focus\:border-l-brand-900\/40:focus {
  border-left-color: rgb(2 28 51 / 0.4);
}

.focus\:border-l-brand-900\/5:focus {
  border-left-color: rgb(2 28 51 / 0.05);
}

.focus\:border-l-brand-900\/50:focus {
  border-left-color: rgb(2 28 51 / 0.5);
}

.focus\:border-l-brand-900\/60:focus {
  border-left-color: rgb(2 28 51 / 0.6);
}

.focus\:border-l-brand-900\/70:focus {
  border-left-color: rgb(2 28 51 / 0.7);
}

.focus\:border-l-brand-900\/75:focus {
  border-left-color: rgb(2 28 51 / 0.75);
}

.focus\:border-l-brand-900\/80:focus {
  border-left-color: rgb(2 28 51 / 0.8);
}

.focus\:border-l-brand-900\/90:focus {
  border-left-color: rgb(2 28 51 / 0.9);
}

.focus\:border-l-brand-900\/95:focus {
  border-left-color: rgb(2 28 51 / 0.95);
}

.focus\:border-l-current:focus {
  border-left-color: currentColor;
}

.focus\:border-l-cyan-100:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(207 250 254 / var(--tw-border-opacity));
}

.focus\:border-l-cyan-100\/0:focus {
  border-left-color: rgb(207 250 254 / 0);
}

.focus\:border-l-cyan-100\/10:focus {
  border-left-color: rgb(207 250 254 / 0.1);
}

.focus\:border-l-cyan-100\/100:focus {
  border-left-color: rgb(207 250 254 / 1);
}

.focus\:border-l-cyan-100\/20:focus {
  border-left-color: rgb(207 250 254 / 0.2);
}

.focus\:border-l-cyan-100\/25:focus {
  border-left-color: rgb(207 250 254 / 0.25);
}

.focus\:border-l-cyan-100\/30:focus {
  border-left-color: rgb(207 250 254 / 0.3);
}

.focus\:border-l-cyan-100\/40:focus {
  border-left-color: rgb(207 250 254 / 0.4);
}

.focus\:border-l-cyan-100\/5:focus {
  border-left-color: rgb(207 250 254 / 0.05);
}

.focus\:border-l-cyan-100\/50:focus {
  border-left-color: rgb(207 250 254 / 0.5);
}

.focus\:border-l-cyan-100\/60:focus {
  border-left-color: rgb(207 250 254 / 0.6);
}

.focus\:border-l-cyan-100\/70:focus {
  border-left-color: rgb(207 250 254 / 0.7);
}

.focus\:border-l-cyan-100\/75:focus {
  border-left-color: rgb(207 250 254 / 0.75);
}

.focus\:border-l-cyan-100\/80:focus {
  border-left-color: rgb(207 250 254 / 0.8);
}

.focus\:border-l-cyan-100\/90:focus {
  border-left-color: rgb(207 250 254 / 0.9);
}

.focus\:border-l-cyan-100\/95:focus {
  border-left-color: rgb(207 250 254 / 0.95);
}

.focus\:border-l-cyan-200:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(165 243 252 / var(--tw-border-opacity));
}

.focus\:border-l-cyan-200\/0:focus {
  border-left-color: rgb(165 243 252 / 0);
}

.focus\:border-l-cyan-200\/10:focus {
  border-left-color: rgb(165 243 252 / 0.1);
}

.focus\:border-l-cyan-200\/100:focus {
  border-left-color: rgb(165 243 252 / 1);
}

.focus\:border-l-cyan-200\/20:focus {
  border-left-color: rgb(165 243 252 / 0.2);
}

.focus\:border-l-cyan-200\/25:focus {
  border-left-color: rgb(165 243 252 / 0.25);
}

.focus\:border-l-cyan-200\/30:focus {
  border-left-color: rgb(165 243 252 / 0.3);
}

.focus\:border-l-cyan-200\/40:focus {
  border-left-color: rgb(165 243 252 / 0.4);
}

.focus\:border-l-cyan-200\/5:focus {
  border-left-color: rgb(165 243 252 / 0.05);
}

.focus\:border-l-cyan-200\/50:focus {
  border-left-color: rgb(165 243 252 / 0.5);
}

.focus\:border-l-cyan-200\/60:focus {
  border-left-color: rgb(165 243 252 / 0.6);
}

.focus\:border-l-cyan-200\/70:focus {
  border-left-color: rgb(165 243 252 / 0.7);
}

.focus\:border-l-cyan-200\/75:focus {
  border-left-color: rgb(165 243 252 / 0.75);
}

.focus\:border-l-cyan-200\/80:focus {
  border-left-color: rgb(165 243 252 / 0.8);
}

.focus\:border-l-cyan-200\/90:focus {
  border-left-color: rgb(165 243 252 / 0.9);
}

.focus\:border-l-cyan-200\/95:focus {
  border-left-color: rgb(165 243 252 / 0.95);
}

.focus\:border-l-cyan-300:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(103 232 249 / var(--tw-border-opacity));
}

.focus\:border-l-cyan-300\/0:focus {
  border-left-color: rgb(103 232 249 / 0);
}

.focus\:border-l-cyan-300\/10:focus {
  border-left-color: rgb(103 232 249 / 0.1);
}

.focus\:border-l-cyan-300\/100:focus {
  border-left-color: rgb(103 232 249 / 1);
}

.focus\:border-l-cyan-300\/20:focus {
  border-left-color: rgb(103 232 249 / 0.2);
}

.focus\:border-l-cyan-300\/25:focus {
  border-left-color: rgb(103 232 249 / 0.25);
}

.focus\:border-l-cyan-300\/30:focus {
  border-left-color: rgb(103 232 249 / 0.3);
}

.focus\:border-l-cyan-300\/40:focus {
  border-left-color: rgb(103 232 249 / 0.4);
}

.focus\:border-l-cyan-300\/5:focus {
  border-left-color: rgb(103 232 249 / 0.05);
}

.focus\:border-l-cyan-300\/50:focus {
  border-left-color: rgb(103 232 249 / 0.5);
}

.focus\:border-l-cyan-300\/60:focus {
  border-left-color: rgb(103 232 249 / 0.6);
}

.focus\:border-l-cyan-300\/70:focus {
  border-left-color: rgb(103 232 249 / 0.7);
}

.focus\:border-l-cyan-300\/75:focus {
  border-left-color: rgb(103 232 249 / 0.75);
}

.focus\:border-l-cyan-300\/80:focus {
  border-left-color: rgb(103 232 249 / 0.8);
}

.focus\:border-l-cyan-300\/90:focus {
  border-left-color: rgb(103 232 249 / 0.9);
}

.focus\:border-l-cyan-300\/95:focus {
  border-left-color: rgb(103 232 249 / 0.95);
}

.focus\:border-l-cyan-400:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(34 211 238 / var(--tw-border-opacity));
}

.focus\:border-l-cyan-400\/0:focus {
  border-left-color: rgb(34 211 238 / 0);
}

.focus\:border-l-cyan-400\/10:focus {
  border-left-color: rgb(34 211 238 / 0.1);
}

.focus\:border-l-cyan-400\/100:focus {
  border-left-color: rgb(34 211 238 / 1);
}

.focus\:border-l-cyan-400\/20:focus {
  border-left-color: rgb(34 211 238 / 0.2);
}

.focus\:border-l-cyan-400\/25:focus {
  border-left-color: rgb(34 211 238 / 0.25);
}

.focus\:border-l-cyan-400\/30:focus {
  border-left-color: rgb(34 211 238 / 0.3);
}

.focus\:border-l-cyan-400\/40:focus {
  border-left-color: rgb(34 211 238 / 0.4);
}

.focus\:border-l-cyan-400\/5:focus {
  border-left-color: rgb(34 211 238 / 0.05);
}

.focus\:border-l-cyan-400\/50:focus {
  border-left-color: rgb(34 211 238 / 0.5);
}

.focus\:border-l-cyan-400\/60:focus {
  border-left-color: rgb(34 211 238 / 0.6);
}

.focus\:border-l-cyan-400\/70:focus {
  border-left-color: rgb(34 211 238 / 0.7);
}

.focus\:border-l-cyan-400\/75:focus {
  border-left-color: rgb(34 211 238 / 0.75);
}

.focus\:border-l-cyan-400\/80:focus {
  border-left-color: rgb(34 211 238 / 0.8);
}

.focus\:border-l-cyan-400\/90:focus {
  border-left-color: rgb(34 211 238 / 0.9);
}

.focus\:border-l-cyan-400\/95:focus {
  border-left-color: rgb(34 211 238 / 0.95);
}

.focus\:border-l-cyan-50:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(236 254 255 / var(--tw-border-opacity));
}

.focus\:border-l-cyan-50\/0:focus {
  border-left-color: rgb(236 254 255 / 0);
}

.focus\:border-l-cyan-50\/10:focus {
  border-left-color: rgb(236 254 255 / 0.1);
}

.focus\:border-l-cyan-50\/100:focus {
  border-left-color: rgb(236 254 255 / 1);
}

.focus\:border-l-cyan-50\/20:focus {
  border-left-color: rgb(236 254 255 / 0.2);
}

.focus\:border-l-cyan-50\/25:focus {
  border-left-color: rgb(236 254 255 / 0.25);
}

.focus\:border-l-cyan-50\/30:focus {
  border-left-color: rgb(236 254 255 / 0.3);
}

.focus\:border-l-cyan-50\/40:focus {
  border-left-color: rgb(236 254 255 / 0.4);
}

.focus\:border-l-cyan-50\/5:focus {
  border-left-color: rgb(236 254 255 / 0.05);
}

.focus\:border-l-cyan-50\/50:focus {
  border-left-color: rgb(236 254 255 / 0.5);
}

.focus\:border-l-cyan-50\/60:focus {
  border-left-color: rgb(236 254 255 / 0.6);
}

.focus\:border-l-cyan-50\/70:focus {
  border-left-color: rgb(236 254 255 / 0.7);
}

.focus\:border-l-cyan-50\/75:focus {
  border-left-color: rgb(236 254 255 / 0.75);
}

.focus\:border-l-cyan-50\/80:focus {
  border-left-color: rgb(236 254 255 / 0.8);
}

.focus\:border-l-cyan-50\/90:focus {
  border-left-color: rgb(236 254 255 / 0.9);
}

.focus\:border-l-cyan-50\/95:focus {
  border-left-color: rgb(236 254 255 / 0.95);
}

.focus\:border-l-cyan-500:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(6 182 212 / var(--tw-border-opacity));
}

.focus\:border-l-cyan-500\/0:focus {
  border-left-color: rgb(6 182 212 / 0);
}

.focus\:border-l-cyan-500\/10:focus {
  border-left-color: rgb(6 182 212 / 0.1);
}

.focus\:border-l-cyan-500\/100:focus {
  border-left-color: rgb(6 182 212 / 1);
}

.focus\:border-l-cyan-500\/20:focus {
  border-left-color: rgb(6 182 212 / 0.2);
}

.focus\:border-l-cyan-500\/25:focus {
  border-left-color: rgb(6 182 212 / 0.25);
}

.focus\:border-l-cyan-500\/30:focus {
  border-left-color: rgb(6 182 212 / 0.3);
}

.focus\:border-l-cyan-500\/40:focus {
  border-left-color: rgb(6 182 212 / 0.4);
}

.focus\:border-l-cyan-500\/5:focus {
  border-left-color: rgb(6 182 212 / 0.05);
}

.focus\:border-l-cyan-500\/50:focus {
  border-left-color: rgb(6 182 212 / 0.5);
}

.focus\:border-l-cyan-500\/60:focus {
  border-left-color: rgb(6 182 212 / 0.6);
}

.focus\:border-l-cyan-500\/70:focus {
  border-left-color: rgb(6 182 212 / 0.7);
}

.focus\:border-l-cyan-500\/75:focus {
  border-left-color: rgb(6 182 212 / 0.75);
}

.focus\:border-l-cyan-500\/80:focus {
  border-left-color: rgb(6 182 212 / 0.8);
}

.focus\:border-l-cyan-500\/90:focus {
  border-left-color: rgb(6 182 212 / 0.9);
}

.focus\:border-l-cyan-500\/95:focus {
  border-left-color: rgb(6 182 212 / 0.95);
}

.focus\:border-l-cyan-600:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(8 145 178 / var(--tw-border-opacity));
}

.focus\:border-l-cyan-600\/0:focus {
  border-left-color: rgb(8 145 178 / 0);
}

.focus\:border-l-cyan-600\/10:focus {
  border-left-color: rgb(8 145 178 / 0.1);
}

.focus\:border-l-cyan-600\/100:focus {
  border-left-color: rgb(8 145 178 / 1);
}

.focus\:border-l-cyan-600\/20:focus {
  border-left-color: rgb(8 145 178 / 0.2);
}

.focus\:border-l-cyan-600\/25:focus {
  border-left-color: rgb(8 145 178 / 0.25);
}

.focus\:border-l-cyan-600\/30:focus {
  border-left-color: rgb(8 145 178 / 0.3);
}

.focus\:border-l-cyan-600\/40:focus {
  border-left-color: rgb(8 145 178 / 0.4);
}

.focus\:border-l-cyan-600\/5:focus {
  border-left-color: rgb(8 145 178 / 0.05);
}

.focus\:border-l-cyan-600\/50:focus {
  border-left-color: rgb(8 145 178 / 0.5);
}

.focus\:border-l-cyan-600\/60:focus {
  border-left-color: rgb(8 145 178 / 0.6);
}

.focus\:border-l-cyan-600\/70:focus {
  border-left-color: rgb(8 145 178 / 0.7);
}

.focus\:border-l-cyan-600\/75:focus {
  border-left-color: rgb(8 145 178 / 0.75);
}

.focus\:border-l-cyan-600\/80:focus {
  border-left-color: rgb(8 145 178 / 0.8);
}

.focus\:border-l-cyan-600\/90:focus {
  border-left-color: rgb(8 145 178 / 0.9);
}

.focus\:border-l-cyan-600\/95:focus {
  border-left-color: rgb(8 145 178 / 0.95);
}

.focus\:border-l-cyan-700:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(14 116 144 / var(--tw-border-opacity));
}

.focus\:border-l-cyan-700\/0:focus {
  border-left-color: rgb(14 116 144 / 0);
}

.focus\:border-l-cyan-700\/10:focus {
  border-left-color: rgb(14 116 144 / 0.1);
}

.focus\:border-l-cyan-700\/100:focus {
  border-left-color: rgb(14 116 144 / 1);
}

.focus\:border-l-cyan-700\/20:focus {
  border-left-color: rgb(14 116 144 / 0.2);
}

.focus\:border-l-cyan-700\/25:focus {
  border-left-color: rgb(14 116 144 / 0.25);
}

.focus\:border-l-cyan-700\/30:focus {
  border-left-color: rgb(14 116 144 / 0.3);
}

.focus\:border-l-cyan-700\/40:focus {
  border-left-color: rgb(14 116 144 / 0.4);
}

.focus\:border-l-cyan-700\/5:focus {
  border-left-color: rgb(14 116 144 / 0.05);
}

.focus\:border-l-cyan-700\/50:focus {
  border-left-color: rgb(14 116 144 / 0.5);
}

.focus\:border-l-cyan-700\/60:focus {
  border-left-color: rgb(14 116 144 / 0.6);
}

.focus\:border-l-cyan-700\/70:focus {
  border-left-color: rgb(14 116 144 / 0.7);
}

.focus\:border-l-cyan-700\/75:focus {
  border-left-color: rgb(14 116 144 / 0.75);
}

.focus\:border-l-cyan-700\/80:focus {
  border-left-color: rgb(14 116 144 / 0.8);
}

.focus\:border-l-cyan-700\/90:focus {
  border-left-color: rgb(14 116 144 / 0.9);
}

.focus\:border-l-cyan-700\/95:focus {
  border-left-color: rgb(14 116 144 / 0.95);
}

.focus\:border-l-cyan-800:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(21 94 117 / var(--tw-border-opacity));
}

.focus\:border-l-cyan-800\/0:focus {
  border-left-color: rgb(21 94 117 / 0);
}

.focus\:border-l-cyan-800\/10:focus {
  border-left-color: rgb(21 94 117 / 0.1);
}

.focus\:border-l-cyan-800\/100:focus {
  border-left-color: rgb(21 94 117 / 1);
}

.focus\:border-l-cyan-800\/20:focus {
  border-left-color: rgb(21 94 117 / 0.2);
}

.focus\:border-l-cyan-800\/25:focus {
  border-left-color: rgb(21 94 117 / 0.25);
}

.focus\:border-l-cyan-800\/30:focus {
  border-left-color: rgb(21 94 117 / 0.3);
}

.focus\:border-l-cyan-800\/40:focus {
  border-left-color: rgb(21 94 117 / 0.4);
}

.focus\:border-l-cyan-800\/5:focus {
  border-left-color: rgb(21 94 117 / 0.05);
}

.focus\:border-l-cyan-800\/50:focus {
  border-left-color: rgb(21 94 117 / 0.5);
}

.focus\:border-l-cyan-800\/60:focus {
  border-left-color: rgb(21 94 117 / 0.6);
}

.focus\:border-l-cyan-800\/70:focus {
  border-left-color: rgb(21 94 117 / 0.7);
}

.focus\:border-l-cyan-800\/75:focus {
  border-left-color: rgb(21 94 117 / 0.75);
}

.focus\:border-l-cyan-800\/80:focus {
  border-left-color: rgb(21 94 117 / 0.8);
}

.focus\:border-l-cyan-800\/90:focus {
  border-left-color: rgb(21 94 117 / 0.9);
}

.focus\:border-l-cyan-800\/95:focus {
  border-left-color: rgb(21 94 117 / 0.95);
}

.focus\:border-l-cyan-900:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(22 78 99 / var(--tw-border-opacity));
}

.focus\:border-l-cyan-900\/0:focus {
  border-left-color: rgb(22 78 99 / 0);
}

.focus\:border-l-cyan-900\/10:focus {
  border-left-color: rgb(22 78 99 / 0.1);
}

.focus\:border-l-cyan-900\/100:focus {
  border-left-color: rgb(22 78 99 / 1);
}

.focus\:border-l-cyan-900\/20:focus {
  border-left-color: rgb(22 78 99 / 0.2);
}

.focus\:border-l-cyan-900\/25:focus {
  border-left-color: rgb(22 78 99 / 0.25);
}

.focus\:border-l-cyan-900\/30:focus {
  border-left-color: rgb(22 78 99 / 0.3);
}

.focus\:border-l-cyan-900\/40:focus {
  border-left-color: rgb(22 78 99 / 0.4);
}

.focus\:border-l-cyan-900\/5:focus {
  border-left-color: rgb(22 78 99 / 0.05);
}

.focus\:border-l-cyan-900\/50:focus {
  border-left-color: rgb(22 78 99 / 0.5);
}

.focus\:border-l-cyan-900\/60:focus {
  border-left-color: rgb(22 78 99 / 0.6);
}

.focus\:border-l-cyan-900\/70:focus {
  border-left-color: rgb(22 78 99 / 0.7);
}

.focus\:border-l-cyan-900\/75:focus {
  border-left-color: rgb(22 78 99 / 0.75);
}

.focus\:border-l-cyan-900\/80:focus {
  border-left-color: rgb(22 78 99 / 0.8);
}

.focus\:border-l-cyan-900\/90:focus {
  border-left-color: rgb(22 78 99 / 0.9);
}

.focus\:border-l-cyan-900\/95:focus {
  border-left-color: rgb(22 78 99 / 0.95);
}

.focus\:border-l-cyan-950:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(8 51 68 / var(--tw-border-opacity));
}

.focus\:border-l-cyan-950\/0:focus {
  border-left-color: rgb(8 51 68 / 0);
}

.focus\:border-l-cyan-950\/10:focus {
  border-left-color: rgb(8 51 68 / 0.1);
}

.focus\:border-l-cyan-950\/100:focus {
  border-left-color: rgb(8 51 68 / 1);
}

.focus\:border-l-cyan-950\/20:focus {
  border-left-color: rgb(8 51 68 / 0.2);
}

.focus\:border-l-cyan-950\/25:focus {
  border-left-color: rgb(8 51 68 / 0.25);
}

.focus\:border-l-cyan-950\/30:focus {
  border-left-color: rgb(8 51 68 / 0.3);
}

.focus\:border-l-cyan-950\/40:focus {
  border-left-color: rgb(8 51 68 / 0.4);
}

.focus\:border-l-cyan-950\/5:focus {
  border-left-color: rgb(8 51 68 / 0.05);
}

.focus\:border-l-cyan-950\/50:focus {
  border-left-color: rgb(8 51 68 / 0.5);
}

.focus\:border-l-cyan-950\/60:focus {
  border-left-color: rgb(8 51 68 / 0.6);
}

.focus\:border-l-cyan-950\/70:focus {
  border-left-color: rgb(8 51 68 / 0.7);
}

.focus\:border-l-cyan-950\/75:focus {
  border-left-color: rgb(8 51 68 / 0.75);
}

.focus\:border-l-cyan-950\/80:focus {
  border-left-color: rgb(8 51 68 / 0.8);
}

.focus\:border-l-cyan-950\/90:focus {
  border-left-color: rgb(8 51 68 / 0.9);
}

.focus\:border-l-cyan-950\/95:focus {
  border-left-color: rgb(8 51 68 / 0.95);
}

.focus\:border-l-emerald-100:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(209 250 229 / var(--tw-border-opacity));
}

.focus\:border-l-emerald-100\/0:focus {
  border-left-color: rgb(209 250 229 / 0);
}

.focus\:border-l-emerald-100\/10:focus {
  border-left-color: rgb(209 250 229 / 0.1);
}

.focus\:border-l-emerald-100\/100:focus {
  border-left-color: rgb(209 250 229 / 1);
}

.focus\:border-l-emerald-100\/20:focus {
  border-left-color: rgb(209 250 229 / 0.2);
}

.focus\:border-l-emerald-100\/25:focus {
  border-left-color: rgb(209 250 229 / 0.25);
}

.focus\:border-l-emerald-100\/30:focus {
  border-left-color: rgb(209 250 229 / 0.3);
}

.focus\:border-l-emerald-100\/40:focus {
  border-left-color: rgb(209 250 229 / 0.4);
}

.focus\:border-l-emerald-100\/5:focus {
  border-left-color: rgb(209 250 229 / 0.05);
}

.focus\:border-l-emerald-100\/50:focus {
  border-left-color: rgb(209 250 229 / 0.5);
}

.focus\:border-l-emerald-100\/60:focus {
  border-left-color: rgb(209 250 229 / 0.6);
}

.focus\:border-l-emerald-100\/70:focus {
  border-left-color: rgb(209 250 229 / 0.7);
}

.focus\:border-l-emerald-100\/75:focus {
  border-left-color: rgb(209 250 229 / 0.75);
}

.focus\:border-l-emerald-100\/80:focus {
  border-left-color: rgb(209 250 229 / 0.8);
}

.focus\:border-l-emerald-100\/90:focus {
  border-left-color: rgb(209 250 229 / 0.9);
}

.focus\:border-l-emerald-100\/95:focus {
  border-left-color: rgb(209 250 229 / 0.95);
}

.focus\:border-l-emerald-200:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(167 243 208 / var(--tw-border-opacity));
}

.focus\:border-l-emerald-200\/0:focus {
  border-left-color: rgb(167 243 208 / 0);
}

.focus\:border-l-emerald-200\/10:focus {
  border-left-color: rgb(167 243 208 / 0.1);
}

.focus\:border-l-emerald-200\/100:focus {
  border-left-color: rgb(167 243 208 / 1);
}

.focus\:border-l-emerald-200\/20:focus {
  border-left-color: rgb(167 243 208 / 0.2);
}

.focus\:border-l-emerald-200\/25:focus {
  border-left-color: rgb(167 243 208 / 0.25);
}

.focus\:border-l-emerald-200\/30:focus {
  border-left-color: rgb(167 243 208 / 0.3);
}

.focus\:border-l-emerald-200\/40:focus {
  border-left-color: rgb(167 243 208 / 0.4);
}

.focus\:border-l-emerald-200\/5:focus {
  border-left-color: rgb(167 243 208 / 0.05);
}

.focus\:border-l-emerald-200\/50:focus {
  border-left-color: rgb(167 243 208 / 0.5);
}

.focus\:border-l-emerald-200\/60:focus {
  border-left-color: rgb(167 243 208 / 0.6);
}

.focus\:border-l-emerald-200\/70:focus {
  border-left-color: rgb(167 243 208 / 0.7);
}

.focus\:border-l-emerald-200\/75:focus {
  border-left-color: rgb(167 243 208 / 0.75);
}

.focus\:border-l-emerald-200\/80:focus {
  border-left-color: rgb(167 243 208 / 0.8);
}

.focus\:border-l-emerald-200\/90:focus {
  border-left-color: rgb(167 243 208 / 0.9);
}

.focus\:border-l-emerald-200\/95:focus {
  border-left-color: rgb(167 243 208 / 0.95);
}

.focus\:border-l-emerald-300:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(110 231 183 / var(--tw-border-opacity));
}

.focus\:border-l-emerald-300\/0:focus {
  border-left-color: rgb(110 231 183 / 0);
}

.focus\:border-l-emerald-300\/10:focus {
  border-left-color: rgb(110 231 183 / 0.1);
}

.focus\:border-l-emerald-300\/100:focus {
  border-left-color: rgb(110 231 183 / 1);
}

.focus\:border-l-emerald-300\/20:focus {
  border-left-color: rgb(110 231 183 / 0.2);
}

.focus\:border-l-emerald-300\/25:focus {
  border-left-color: rgb(110 231 183 / 0.25);
}

.focus\:border-l-emerald-300\/30:focus {
  border-left-color: rgb(110 231 183 / 0.3);
}

.focus\:border-l-emerald-300\/40:focus {
  border-left-color: rgb(110 231 183 / 0.4);
}

.focus\:border-l-emerald-300\/5:focus {
  border-left-color: rgb(110 231 183 / 0.05);
}

.focus\:border-l-emerald-300\/50:focus {
  border-left-color: rgb(110 231 183 / 0.5);
}

.focus\:border-l-emerald-300\/60:focus {
  border-left-color: rgb(110 231 183 / 0.6);
}

.focus\:border-l-emerald-300\/70:focus {
  border-left-color: rgb(110 231 183 / 0.7);
}

.focus\:border-l-emerald-300\/75:focus {
  border-left-color: rgb(110 231 183 / 0.75);
}

.focus\:border-l-emerald-300\/80:focus {
  border-left-color: rgb(110 231 183 / 0.8);
}

.focus\:border-l-emerald-300\/90:focus {
  border-left-color: rgb(110 231 183 / 0.9);
}

.focus\:border-l-emerald-300\/95:focus {
  border-left-color: rgb(110 231 183 / 0.95);
}

.focus\:border-l-emerald-400:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.focus\:border-l-emerald-400\/0:focus {
  border-left-color: rgb(52 211 153 / 0);
}

.focus\:border-l-emerald-400\/10:focus {
  border-left-color: rgb(52 211 153 / 0.1);
}

.focus\:border-l-emerald-400\/100:focus {
  border-left-color: rgb(52 211 153 / 1);
}

.focus\:border-l-emerald-400\/20:focus {
  border-left-color: rgb(52 211 153 / 0.2);
}

.focus\:border-l-emerald-400\/25:focus {
  border-left-color: rgb(52 211 153 / 0.25);
}

.focus\:border-l-emerald-400\/30:focus {
  border-left-color: rgb(52 211 153 / 0.3);
}

.focus\:border-l-emerald-400\/40:focus {
  border-left-color: rgb(52 211 153 / 0.4);
}

.focus\:border-l-emerald-400\/5:focus {
  border-left-color: rgb(52 211 153 / 0.05);
}

.focus\:border-l-emerald-400\/50:focus {
  border-left-color: rgb(52 211 153 / 0.5);
}

.focus\:border-l-emerald-400\/60:focus {
  border-left-color: rgb(52 211 153 / 0.6);
}

.focus\:border-l-emerald-400\/70:focus {
  border-left-color: rgb(52 211 153 / 0.7);
}

.focus\:border-l-emerald-400\/75:focus {
  border-left-color: rgb(52 211 153 / 0.75);
}

.focus\:border-l-emerald-400\/80:focus {
  border-left-color: rgb(52 211 153 / 0.8);
}

.focus\:border-l-emerald-400\/90:focus {
  border-left-color: rgb(52 211 153 / 0.9);
}

.focus\:border-l-emerald-400\/95:focus {
  border-left-color: rgb(52 211 153 / 0.95);
}

.focus\:border-l-emerald-50:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(236 253 245 / var(--tw-border-opacity));
}

.focus\:border-l-emerald-50\/0:focus {
  border-left-color: rgb(236 253 245 / 0);
}

.focus\:border-l-emerald-50\/10:focus {
  border-left-color: rgb(236 253 245 / 0.1);
}

.focus\:border-l-emerald-50\/100:focus {
  border-left-color: rgb(236 253 245 / 1);
}

.focus\:border-l-emerald-50\/20:focus {
  border-left-color: rgb(236 253 245 / 0.2);
}

.focus\:border-l-emerald-50\/25:focus {
  border-left-color: rgb(236 253 245 / 0.25);
}

.focus\:border-l-emerald-50\/30:focus {
  border-left-color: rgb(236 253 245 / 0.3);
}

.focus\:border-l-emerald-50\/40:focus {
  border-left-color: rgb(236 253 245 / 0.4);
}

.focus\:border-l-emerald-50\/5:focus {
  border-left-color: rgb(236 253 245 / 0.05);
}

.focus\:border-l-emerald-50\/50:focus {
  border-left-color: rgb(236 253 245 / 0.5);
}

.focus\:border-l-emerald-50\/60:focus {
  border-left-color: rgb(236 253 245 / 0.6);
}

.focus\:border-l-emerald-50\/70:focus {
  border-left-color: rgb(236 253 245 / 0.7);
}

.focus\:border-l-emerald-50\/75:focus {
  border-left-color: rgb(236 253 245 / 0.75);
}

.focus\:border-l-emerald-50\/80:focus {
  border-left-color: rgb(236 253 245 / 0.8);
}

.focus\:border-l-emerald-50\/90:focus {
  border-left-color: rgb(236 253 245 / 0.9);
}

.focus\:border-l-emerald-50\/95:focus {
  border-left-color: rgb(236 253 245 / 0.95);
}

.focus\:border-l-emerald-500:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.focus\:border-l-emerald-500\/0:focus {
  border-left-color: rgb(16 185 129 / 0);
}

.focus\:border-l-emerald-500\/10:focus {
  border-left-color: rgb(16 185 129 / 0.1);
}

.focus\:border-l-emerald-500\/100:focus {
  border-left-color: rgb(16 185 129 / 1);
}

.focus\:border-l-emerald-500\/20:focus {
  border-left-color: rgb(16 185 129 / 0.2);
}

.focus\:border-l-emerald-500\/25:focus {
  border-left-color: rgb(16 185 129 / 0.25);
}

.focus\:border-l-emerald-500\/30:focus {
  border-left-color: rgb(16 185 129 / 0.3);
}

.focus\:border-l-emerald-500\/40:focus {
  border-left-color: rgb(16 185 129 / 0.4);
}

.focus\:border-l-emerald-500\/5:focus {
  border-left-color: rgb(16 185 129 / 0.05);
}

.focus\:border-l-emerald-500\/50:focus {
  border-left-color: rgb(16 185 129 / 0.5);
}

.focus\:border-l-emerald-500\/60:focus {
  border-left-color: rgb(16 185 129 / 0.6);
}

.focus\:border-l-emerald-500\/70:focus {
  border-left-color: rgb(16 185 129 / 0.7);
}

.focus\:border-l-emerald-500\/75:focus {
  border-left-color: rgb(16 185 129 / 0.75);
}

.focus\:border-l-emerald-500\/80:focus {
  border-left-color: rgb(16 185 129 / 0.8);
}

.focus\:border-l-emerald-500\/90:focus {
  border-left-color: rgb(16 185 129 / 0.9);
}

.focus\:border-l-emerald-500\/95:focus {
  border-left-color: rgb(16 185 129 / 0.95);
}

.focus\:border-l-emerald-600:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(5 150 105 / var(--tw-border-opacity));
}

.focus\:border-l-emerald-600\/0:focus {
  border-left-color: rgb(5 150 105 / 0);
}

.focus\:border-l-emerald-600\/10:focus {
  border-left-color: rgb(5 150 105 / 0.1);
}

.focus\:border-l-emerald-600\/100:focus {
  border-left-color: rgb(5 150 105 / 1);
}

.focus\:border-l-emerald-600\/20:focus {
  border-left-color: rgb(5 150 105 / 0.2);
}

.focus\:border-l-emerald-600\/25:focus {
  border-left-color: rgb(5 150 105 / 0.25);
}

.focus\:border-l-emerald-600\/30:focus {
  border-left-color: rgb(5 150 105 / 0.3);
}

.focus\:border-l-emerald-600\/40:focus {
  border-left-color: rgb(5 150 105 / 0.4);
}

.focus\:border-l-emerald-600\/5:focus {
  border-left-color: rgb(5 150 105 / 0.05);
}

.focus\:border-l-emerald-600\/50:focus {
  border-left-color: rgb(5 150 105 / 0.5);
}

.focus\:border-l-emerald-600\/60:focus {
  border-left-color: rgb(5 150 105 / 0.6);
}

.focus\:border-l-emerald-600\/70:focus {
  border-left-color: rgb(5 150 105 / 0.7);
}

.focus\:border-l-emerald-600\/75:focus {
  border-left-color: rgb(5 150 105 / 0.75);
}

.focus\:border-l-emerald-600\/80:focus {
  border-left-color: rgb(5 150 105 / 0.8);
}

.focus\:border-l-emerald-600\/90:focus {
  border-left-color: rgb(5 150 105 / 0.9);
}

.focus\:border-l-emerald-600\/95:focus {
  border-left-color: rgb(5 150 105 / 0.95);
}

.focus\:border-l-emerald-700:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(4 120 87 / var(--tw-border-opacity));
}

.focus\:border-l-emerald-700\/0:focus {
  border-left-color: rgb(4 120 87 / 0);
}

.focus\:border-l-emerald-700\/10:focus {
  border-left-color: rgb(4 120 87 / 0.1);
}

.focus\:border-l-emerald-700\/100:focus {
  border-left-color: rgb(4 120 87 / 1);
}

.focus\:border-l-emerald-700\/20:focus {
  border-left-color: rgb(4 120 87 / 0.2);
}

.focus\:border-l-emerald-700\/25:focus {
  border-left-color: rgb(4 120 87 / 0.25);
}

.focus\:border-l-emerald-700\/30:focus {
  border-left-color: rgb(4 120 87 / 0.3);
}

.focus\:border-l-emerald-700\/40:focus {
  border-left-color: rgb(4 120 87 / 0.4);
}

.focus\:border-l-emerald-700\/5:focus {
  border-left-color: rgb(4 120 87 / 0.05);
}

.focus\:border-l-emerald-700\/50:focus {
  border-left-color: rgb(4 120 87 / 0.5);
}

.focus\:border-l-emerald-700\/60:focus {
  border-left-color: rgb(4 120 87 / 0.6);
}

.focus\:border-l-emerald-700\/70:focus {
  border-left-color: rgb(4 120 87 / 0.7);
}

.focus\:border-l-emerald-700\/75:focus {
  border-left-color: rgb(4 120 87 / 0.75);
}

.focus\:border-l-emerald-700\/80:focus {
  border-left-color: rgb(4 120 87 / 0.8);
}

.focus\:border-l-emerald-700\/90:focus {
  border-left-color: rgb(4 120 87 / 0.9);
}

.focus\:border-l-emerald-700\/95:focus {
  border-left-color: rgb(4 120 87 / 0.95);
}

.focus\:border-l-emerald-800:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(6 95 70 / var(--tw-border-opacity));
}

.focus\:border-l-emerald-800\/0:focus {
  border-left-color: rgb(6 95 70 / 0);
}

.focus\:border-l-emerald-800\/10:focus {
  border-left-color: rgb(6 95 70 / 0.1);
}

.focus\:border-l-emerald-800\/100:focus {
  border-left-color: rgb(6 95 70 / 1);
}

.focus\:border-l-emerald-800\/20:focus {
  border-left-color: rgb(6 95 70 / 0.2);
}

.focus\:border-l-emerald-800\/25:focus {
  border-left-color: rgb(6 95 70 / 0.25);
}

.focus\:border-l-emerald-800\/30:focus {
  border-left-color: rgb(6 95 70 / 0.3);
}

.focus\:border-l-emerald-800\/40:focus {
  border-left-color: rgb(6 95 70 / 0.4);
}

.focus\:border-l-emerald-800\/5:focus {
  border-left-color: rgb(6 95 70 / 0.05);
}

.focus\:border-l-emerald-800\/50:focus {
  border-left-color: rgb(6 95 70 / 0.5);
}

.focus\:border-l-emerald-800\/60:focus {
  border-left-color: rgb(6 95 70 / 0.6);
}

.focus\:border-l-emerald-800\/70:focus {
  border-left-color: rgb(6 95 70 / 0.7);
}

.focus\:border-l-emerald-800\/75:focus {
  border-left-color: rgb(6 95 70 / 0.75);
}

.focus\:border-l-emerald-800\/80:focus {
  border-left-color: rgb(6 95 70 / 0.8);
}

.focus\:border-l-emerald-800\/90:focus {
  border-left-color: rgb(6 95 70 / 0.9);
}

.focus\:border-l-emerald-800\/95:focus {
  border-left-color: rgb(6 95 70 / 0.95);
}

.focus\:border-l-emerald-900:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(6 78 59 / var(--tw-border-opacity));
}

.focus\:border-l-emerald-900\/0:focus {
  border-left-color: rgb(6 78 59 / 0);
}

.focus\:border-l-emerald-900\/10:focus {
  border-left-color: rgb(6 78 59 / 0.1);
}

.focus\:border-l-emerald-900\/100:focus {
  border-left-color: rgb(6 78 59 / 1);
}

.focus\:border-l-emerald-900\/20:focus {
  border-left-color: rgb(6 78 59 / 0.2);
}

.focus\:border-l-emerald-900\/25:focus {
  border-left-color: rgb(6 78 59 / 0.25);
}

.focus\:border-l-emerald-900\/30:focus {
  border-left-color: rgb(6 78 59 / 0.3);
}

.focus\:border-l-emerald-900\/40:focus {
  border-left-color: rgb(6 78 59 / 0.4);
}

.focus\:border-l-emerald-900\/5:focus {
  border-left-color: rgb(6 78 59 / 0.05);
}

.focus\:border-l-emerald-900\/50:focus {
  border-left-color: rgb(6 78 59 / 0.5);
}

.focus\:border-l-emerald-900\/60:focus {
  border-left-color: rgb(6 78 59 / 0.6);
}

.focus\:border-l-emerald-900\/70:focus {
  border-left-color: rgb(6 78 59 / 0.7);
}

.focus\:border-l-emerald-900\/75:focus {
  border-left-color: rgb(6 78 59 / 0.75);
}

.focus\:border-l-emerald-900\/80:focus {
  border-left-color: rgb(6 78 59 / 0.8);
}

.focus\:border-l-emerald-900\/90:focus {
  border-left-color: rgb(6 78 59 / 0.9);
}

.focus\:border-l-emerald-900\/95:focus {
  border-left-color: rgb(6 78 59 / 0.95);
}

.focus\:border-l-emerald-950:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(2 44 34 / var(--tw-border-opacity));
}

.focus\:border-l-emerald-950\/0:focus {
  border-left-color: rgb(2 44 34 / 0);
}

.focus\:border-l-emerald-950\/10:focus {
  border-left-color: rgb(2 44 34 / 0.1);
}

.focus\:border-l-emerald-950\/100:focus {
  border-left-color: rgb(2 44 34 / 1);
}

.focus\:border-l-emerald-950\/20:focus {
  border-left-color: rgb(2 44 34 / 0.2);
}

.focus\:border-l-emerald-950\/25:focus {
  border-left-color: rgb(2 44 34 / 0.25);
}

.focus\:border-l-emerald-950\/30:focus {
  border-left-color: rgb(2 44 34 / 0.3);
}

.focus\:border-l-emerald-950\/40:focus {
  border-left-color: rgb(2 44 34 / 0.4);
}

.focus\:border-l-emerald-950\/5:focus {
  border-left-color: rgb(2 44 34 / 0.05);
}

.focus\:border-l-emerald-950\/50:focus {
  border-left-color: rgb(2 44 34 / 0.5);
}

.focus\:border-l-emerald-950\/60:focus {
  border-left-color: rgb(2 44 34 / 0.6);
}

.focus\:border-l-emerald-950\/70:focus {
  border-left-color: rgb(2 44 34 / 0.7);
}

.focus\:border-l-emerald-950\/75:focus {
  border-left-color: rgb(2 44 34 / 0.75);
}

.focus\:border-l-emerald-950\/80:focus {
  border-left-color: rgb(2 44 34 / 0.8);
}

.focus\:border-l-emerald-950\/90:focus {
  border-left-color: rgb(2 44 34 / 0.9);
}

.focus\:border-l-emerald-950\/95:focus {
  border-left-color: rgb(2 44 34 / 0.95);
}

.focus\:border-l-fuchsia-100:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 232 255 / var(--tw-border-opacity));
}

.focus\:border-l-fuchsia-100\/0:focus {
  border-left-color: rgb(250 232 255 / 0);
}

.focus\:border-l-fuchsia-100\/10:focus {
  border-left-color: rgb(250 232 255 / 0.1);
}

.focus\:border-l-fuchsia-100\/100:focus {
  border-left-color: rgb(250 232 255 / 1);
}

.focus\:border-l-fuchsia-100\/20:focus {
  border-left-color: rgb(250 232 255 / 0.2);
}

.focus\:border-l-fuchsia-100\/25:focus {
  border-left-color: rgb(250 232 255 / 0.25);
}

.focus\:border-l-fuchsia-100\/30:focus {
  border-left-color: rgb(250 232 255 / 0.3);
}

.focus\:border-l-fuchsia-100\/40:focus {
  border-left-color: rgb(250 232 255 / 0.4);
}

.focus\:border-l-fuchsia-100\/5:focus {
  border-left-color: rgb(250 232 255 / 0.05);
}

.focus\:border-l-fuchsia-100\/50:focus {
  border-left-color: rgb(250 232 255 / 0.5);
}

.focus\:border-l-fuchsia-100\/60:focus {
  border-left-color: rgb(250 232 255 / 0.6);
}

.focus\:border-l-fuchsia-100\/70:focus {
  border-left-color: rgb(250 232 255 / 0.7);
}

.focus\:border-l-fuchsia-100\/75:focus {
  border-left-color: rgb(250 232 255 / 0.75);
}

.focus\:border-l-fuchsia-100\/80:focus {
  border-left-color: rgb(250 232 255 / 0.8);
}

.focus\:border-l-fuchsia-100\/90:focus {
  border-left-color: rgb(250 232 255 / 0.9);
}

.focus\:border-l-fuchsia-100\/95:focus {
  border-left-color: rgb(250 232 255 / 0.95);
}

.focus\:border-l-fuchsia-200:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 208 254 / var(--tw-border-opacity));
}

.focus\:border-l-fuchsia-200\/0:focus {
  border-left-color: rgb(245 208 254 / 0);
}

.focus\:border-l-fuchsia-200\/10:focus {
  border-left-color: rgb(245 208 254 / 0.1);
}

.focus\:border-l-fuchsia-200\/100:focus {
  border-left-color: rgb(245 208 254 / 1);
}

.focus\:border-l-fuchsia-200\/20:focus {
  border-left-color: rgb(245 208 254 / 0.2);
}

.focus\:border-l-fuchsia-200\/25:focus {
  border-left-color: rgb(245 208 254 / 0.25);
}

.focus\:border-l-fuchsia-200\/30:focus {
  border-left-color: rgb(245 208 254 / 0.3);
}

.focus\:border-l-fuchsia-200\/40:focus {
  border-left-color: rgb(245 208 254 / 0.4);
}

.focus\:border-l-fuchsia-200\/5:focus {
  border-left-color: rgb(245 208 254 / 0.05);
}

.focus\:border-l-fuchsia-200\/50:focus {
  border-left-color: rgb(245 208 254 / 0.5);
}

.focus\:border-l-fuchsia-200\/60:focus {
  border-left-color: rgb(245 208 254 / 0.6);
}

.focus\:border-l-fuchsia-200\/70:focus {
  border-left-color: rgb(245 208 254 / 0.7);
}

.focus\:border-l-fuchsia-200\/75:focus {
  border-left-color: rgb(245 208 254 / 0.75);
}

.focus\:border-l-fuchsia-200\/80:focus {
  border-left-color: rgb(245 208 254 / 0.8);
}

.focus\:border-l-fuchsia-200\/90:focus {
  border-left-color: rgb(245 208 254 / 0.9);
}

.focus\:border-l-fuchsia-200\/95:focus {
  border-left-color: rgb(245 208 254 / 0.95);
}

.focus\:border-l-fuchsia-300:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(240 171 252 / var(--tw-border-opacity));
}

.focus\:border-l-fuchsia-300\/0:focus {
  border-left-color: rgb(240 171 252 / 0);
}

.focus\:border-l-fuchsia-300\/10:focus {
  border-left-color: rgb(240 171 252 / 0.1);
}

.focus\:border-l-fuchsia-300\/100:focus {
  border-left-color: rgb(240 171 252 / 1);
}

.focus\:border-l-fuchsia-300\/20:focus {
  border-left-color: rgb(240 171 252 / 0.2);
}

.focus\:border-l-fuchsia-300\/25:focus {
  border-left-color: rgb(240 171 252 / 0.25);
}

.focus\:border-l-fuchsia-300\/30:focus {
  border-left-color: rgb(240 171 252 / 0.3);
}

.focus\:border-l-fuchsia-300\/40:focus {
  border-left-color: rgb(240 171 252 / 0.4);
}

.focus\:border-l-fuchsia-300\/5:focus {
  border-left-color: rgb(240 171 252 / 0.05);
}

.focus\:border-l-fuchsia-300\/50:focus {
  border-left-color: rgb(240 171 252 / 0.5);
}

.focus\:border-l-fuchsia-300\/60:focus {
  border-left-color: rgb(240 171 252 / 0.6);
}

.focus\:border-l-fuchsia-300\/70:focus {
  border-left-color: rgb(240 171 252 / 0.7);
}

.focus\:border-l-fuchsia-300\/75:focus {
  border-left-color: rgb(240 171 252 / 0.75);
}

.focus\:border-l-fuchsia-300\/80:focus {
  border-left-color: rgb(240 171 252 / 0.8);
}

.focus\:border-l-fuchsia-300\/90:focus {
  border-left-color: rgb(240 171 252 / 0.9);
}

.focus\:border-l-fuchsia-300\/95:focus {
  border-left-color: rgb(240 171 252 / 0.95);
}

.focus\:border-l-fuchsia-400:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(232 121 249 / var(--tw-border-opacity));
}

.focus\:border-l-fuchsia-400\/0:focus {
  border-left-color: rgb(232 121 249 / 0);
}

.focus\:border-l-fuchsia-400\/10:focus {
  border-left-color: rgb(232 121 249 / 0.1);
}

.focus\:border-l-fuchsia-400\/100:focus {
  border-left-color: rgb(232 121 249 / 1);
}

.focus\:border-l-fuchsia-400\/20:focus {
  border-left-color: rgb(232 121 249 / 0.2);
}

.focus\:border-l-fuchsia-400\/25:focus {
  border-left-color: rgb(232 121 249 / 0.25);
}

.focus\:border-l-fuchsia-400\/30:focus {
  border-left-color: rgb(232 121 249 / 0.3);
}

.focus\:border-l-fuchsia-400\/40:focus {
  border-left-color: rgb(232 121 249 / 0.4);
}

.focus\:border-l-fuchsia-400\/5:focus {
  border-left-color: rgb(232 121 249 / 0.05);
}

.focus\:border-l-fuchsia-400\/50:focus {
  border-left-color: rgb(232 121 249 / 0.5);
}

.focus\:border-l-fuchsia-400\/60:focus {
  border-left-color: rgb(232 121 249 / 0.6);
}

.focus\:border-l-fuchsia-400\/70:focus {
  border-left-color: rgb(232 121 249 / 0.7);
}

.focus\:border-l-fuchsia-400\/75:focus {
  border-left-color: rgb(232 121 249 / 0.75);
}

.focus\:border-l-fuchsia-400\/80:focus {
  border-left-color: rgb(232 121 249 / 0.8);
}

.focus\:border-l-fuchsia-400\/90:focus {
  border-left-color: rgb(232 121 249 / 0.9);
}

.focus\:border-l-fuchsia-400\/95:focus {
  border-left-color: rgb(232 121 249 / 0.95);
}

.focus\:border-l-fuchsia-50:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 244 255 / var(--tw-border-opacity));
}

.focus\:border-l-fuchsia-50\/0:focus {
  border-left-color: rgb(253 244 255 / 0);
}

.focus\:border-l-fuchsia-50\/10:focus {
  border-left-color: rgb(253 244 255 / 0.1);
}

.focus\:border-l-fuchsia-50\/100:focus {
  border-left-color: rgb(253 244 255 / 1);
}

.focus\:border-l-fuchsia-50\/20:focus {
  border-left-color: rgb(253 244 255 / 0.2);
}

.focus\:border-l-fuchsia-50\/25:focus {
  border-left-color: rgb(253 244 255 / 0.25);
}

.focus\:border-l-fuchsia-50\/30:focus {
  border-left-color: rgb(253 244 255 / 0.3);
}

.focus\:border-l-fuchsia-50\/40:focus {
  border-left-color: rgb(253 244 255 / 0.4);
}

.focus\:border-l-fuchsia-50\/5:focus {
  border-left-color: rgb(253 244 255 / 0.05);
}

.focus\:border-l-fuchsia-50\/50:focus {
  border-left-color: rgb(253 244 255 / 0.5);
}

.focus\:border-l-fuchsia-50\/60:focus {
  border-left-color: rgb(253 244 255 / 0.6);
}

.focus\:border-l-fuchsia-50\/70:focus {
  border-left-color: rgb(253 244 255 / 0.7);
}

.focus\:border-l-fuchsia-50\/75:focus {
  border-left-color: rgb(253 244 255 / 0.75);
}

.focus\:border-l-fuchsia-50\/80:focus {
  border-left-color: rgb(253 244 255 / 0.8);
}

.focus\:border-l-fuchsia-50\/90:focus {
  border-left-color: rgb(253 244 255 / 0.9);
}

.focus\:border-l-fuchsia-50\/95:focus {
  border-left-color: rgb(253 244 255 / 0.95);
}

.focus\:border-l-fuchsia-500:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(217 70 239 / var(--tw-border-opacity));
}

.focus\:border-l-fuchsia-500\/0:focus {
  border-left-color: rgb(217 70 239 / 0);
}

.focus\:border-l-fuchsia-500\/10:focus {
  border-left-color: rgb(217 70 239 / 0.1);
}

.focus\:border-l-fuchsia-500\/100:focus {
  border-left-color: rgb(217 70 239 / 1);
}

.focus\:border-l-fuchsia-500\/20:focus {
  border-left-color: rgb(217 70 239 / 0.2);
}

.focus\:border-l-fuchsia-500\/25:focus {
  border-left-color: rgb(217 70 239 / 0.25);
}

.focus\:border-l-fuchsia-500\/30:focus {
  border-left-color: rgb(217 70 239 / 0.3);
}

.focus\:border-l-fuchsia-500\/40:focus {
  border-left-color: rgb(217 70 239 / 0.4);
}

.focus\:border-l-fuchsia-500\/5:focus {
  border-left-color: rgb(217 70 239 / 0.05);
}

.focus\:border-l-fuchsia-500\/50:focus {
  border-left-color: rgb(217 70 239 / 0.5);
}

.focus\:border-l-fuchsia-500\/60:focus {
  border-left-color: rgb(217 70 239 / 0.6);
}

.focus\:border-l-fuchsia-500\/70:focus {
  border-left-color: rgb(217 70 239 / 0.7);
}

.focus\:border-l-fuchsia-500\/75:focus {
  border-left-color: rgb(217 70 239 / 0.75);
}

.focus\:border-l-fuchsia-500\/80:focus {
  border-left-color: rgb(217 70 239 / 0.8);
}

.focus\:border-l-fuchsia-500\/90:focus {
  border-left-color: rgb(217 70 239 / 0.9);
}

.focus\:border-l-fuchsia-500\/95:focus {
  border-left-color: rgb(217 70 239 / 0.95);
}

.focus\:border-l-fuchsia-600:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(192 38 211 / var(--tw-border-opacity));
}

.focus\:border-l-fuchsia-600\/0:focus {
  border-left-color: rgb(192 38 211 / 0);
}

.focus\:border-l-fuchsia-600\/10:focus {
  border-left-color: rgb(192 38 211 / 0.1);
}

.focus\:border-l-fuchsia-600\/100:focus {
  border-left-color: rgb(192 38 211 / 1);
}

.focus\:border-l-fuchsia-600\/20:focus {
  border-left-color: rgb(192 38 211 / 0.2);
}

.focus\:border-l-fuchsia-600\/25:focus {
  border-left-color: rgb(192 38 211 / 0.25);
}

.focus\:border-l-fuchsia-600\/30:focus {
  border-left-color: rgb(192 38 211 / 0.3);
}

.focus\:border-l-fuchsia-600\/40:focus {
  border-left-color: rgb(192 38 211 / 0.4);
}

.focus\:border-l-fuchsia-600\/5:focus {
  border-left-color: rgb(192 38 211 / 0.05);
}

.focus\:border-l-fuchsia-600\/50:focus {
  border-left-color: rgb(192 38 211 / 0.5);
}

.focus\:border-l-fuchsia-600\/60:focus {
  border-left-color: rgb(192 38 211 / 0.6);
}

.focus\:border-l-fuchsia-600\/70:focus {
  border-left-color: rgb(192 38 211 / 0.7);
}

.focus\:border-l-fuchsia-600\/75:focus {
  border-left-color: rgb(192 38 211 / 0.75);
}

.focus\:border-l-fuchsia-600\/80:focus {
  border-left-color: rgb(192 38 211 / 0.8);
}

.focus\:border-l-fuchsia-600\/90:focus {
  border-left-color: rgb(192 38 211 / 0.9);
}

.focus\:border-l-fuchsia-600\/95:focus {
  border-left-color: rgb(192 38 211 / 0.95);
}

.focus\:border-l-fuchsia-700:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(162 28 175 / var(--tw-border-opacity));
}

.focus\:border-l-fuchsia-700\/0:focus {
  border-left-color: rgb(162 28 175 / 0);
}

.focus\:border-l-fuchsia-700\/10:focus {
  border-left-color: rgb(162 28 175 / 0.1);
}

.focus\:border-l-fuchsia-700\/100:focus {
  border-left-color: rgb(162 28 175 / 1);
}

.focus\:border-l-fuchsia-700\/20:focus {
  border-left-color: rgb(162 28 175 / 0.2);
}

.focus\:border-l-fuchsia-700\/25:focus {
  border-left-color: rgb(162 28 175 / 0.25);
}

.focus\:border-l-fuchsia-700\/30:focus {
  border-left-color: rgb(162 28 175 / 0.3);
}

.focus\:border-l-fuchsia-700\/40:focus {
  border-left-color: rgb(162 28 175 / 0.4);
}

.focus\:border-l-fuchsia-700\/5:focus {
  border-left-color: rgb(162 28 175 / 0.05);
}

.focus\:border-l-fuchsia-700\/50:focus {
  border-left-color: rgb(162 28 175 / 0.5);
}

.focus\:border-l-fuchsia-700\/60:focus {
  border-left-color: rgb(162 28 175 / 0.6);
}

.focus\:border-l-fuchsia-700\/70:focus {
  border-left-color: rgb(162 28 175 / 0.7);
}

.focus\:border-l-fuchsia-700\/75:focus {
  border-left-color: rgb(162 28 175 / 0.75);
}

.focus\:border-l-fuchsia-700\/80:focus {
  border-left-color: rgb(162 28 175 / 0.8);
}

.focus\:border-l-fuchsia-700\/90:focus {
  border-left-color: rgb(162 28 175 / 0.9);
}

.focus\:border-l-fuchsia-700\/95:focus {
  border-left-color: rgb(162 28 175 / 0.95);
}

.focus\:border-l-fuchsia-800:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(134 25 143 / var(--tw-border-opacity));
}

.focus\:border-l-fuchsia-800\/0:focus {
  border-left-color: rgb(134 25 143 / 0);
}

.focus\:border-l-fuchsia-800\/10:focus {
  border-left-color: rgb(134 25 143 / 0.1);
}

.focus\:border-l-fuchsia-800\/100:focus {
  border-left-color: rgb(134 25 143 / 1);
}

.focus\:border-l-fuchsia-800\/20:focus {
  border-left-color: rgb(134 25 143 / 0.2);
}

.focus\:border-l-fuchsia-800\/25:focus {
  border-left-color: rgb(134 25 143 / 0.25);
}

.focus\:border-l-fuchsia-800\/30:focus {
  border-left-color: rgb(134 25 143 / 0.3);
}

.focus\:border-l-fuchsia-800\/40:focus {
  border-left-color: rgb(134 25 143 / 0.4);
}

.focus\:border-l-fuchsia-800\/5:focus {
  border-left-color: rgb(134 25 143 / 0.05);
}

.focus\:border-l-fuchsia-800\/50:focus {
  border-left-color: rgb(134 25 143 / 0.5);
}

.focus\:border-l-fuchsia-800\/60:focus {
  border-left-color: rgb(134 25 143 / 0.6);
}

.focus\:border-l-fuchsia-800\/70:focus {
  border-left-color: rgb(134 25 143 / 0.7);
}

.focus\:border-l-fuchsia-800\/75:focus {
  border-left-color: rgb(134 25 143 / 0.75);
}

.focus\:border-l-fuchsia-800\/80:focus {
  border-left-color: rgb(134 25 143 / 0.8);
}

.focus\:border-l-fuchsia-800\/90:focus {
  border-left-color: rgb(134 25 143 / 0.9);
}

.focus\:border-l-fuchsia-800\/95:focus {
  border-left-color: rgb(134 25 143 / 0.95);
}

.focus\:border-l-fuchsia-900:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(112 26 117 / var(--tw-border-opacity));
}

.focus\:border-l-fuchsia-900\/0:focus {
  border-left-color: rgb(112 26 117 / 0);
}

.focus\:border-l-fuchsia-900\/10:focus {
  border-left-color: rgb(112 26 117 / 0.1);
}

.focus\:border-l-fuchsia-900\/100:focus {
  border-left-color: rgb(112 26 117 / 1);
}

.focus\:border-l-fuchsia-900\/20:focus {
  border-left-color: rgb(112 26 117 / 0.2);
}

.focus\:border-l-fuchsia-900\/25:focus {
  border-left-color: rgb(112 26 117 / 0.25);
}

.focus\:border-l-fuchsia-900\/30:focus {
  border-left-color: rgb(112 26 117 / 0.3);
}

.focus\:border-l-fuchsia-900\/40:focus {
  border-left-color: rgb(112 26 117 / 0.4);
}

.focus\:border-l-fuchsia-900\/5:focus {
  border-left-color: rgb(112 26 117 / 0.05);
}

.focus\:border-l-fuchsia-900\/50:focus {
  border-left-color: rgb(112 26 117 / 0.5);
}

.focus\:border-l-fuchsia-900\/60:focus {
  border-left-color: rgb(112 26 117 / 0.6);
}

.focus\:border-l-fuchsia-900\/70:focus {
  border-left-color: rgb(112 26 117 / 0.7);
}

.focus\:border-l-fuchsia-900\/75:focus {
  border-left-color: rgb(112 26 117 / 0.75);
}

.focus\:border-l-fuchsia-900\/80:focus {
  border-left-color: rgb(112 26 117 / 0.8);
}

.focus\:border-l-fuchsia-900\/90:focus {
  border-left-color: rgb(112 26 117 / 0.9);
}

.focus\:border-l-fuchsia-900\/95:focus {
  border-left-color: rgb(112 26 117 / 0.95);
}

.focus\:border-l-fuchsia-950:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(74 4 78 / var(--tw-border-opacity));
}

.focus\:border-l-fuchsia-950\/0:focus {
  border-left-color: rgb(74 4 78 / 0);
}

.focus\:border-l-fuchsia-950\/10:focus {
  border-left-color: rgb(74 4 78 / 0.1);
}

.focus\:border-l-fuchsia-950\/100:focus {
  border-left-color: rgb(74 4 78 / 1);
}

.focus\:border-l-fuchsia-950\/20:focus {
  border-left-color: rgb(74 4 78 / 0.2);
}

.focus\:border-l-fuchsia-950\/25:focus {
  border-left-color: rgb(74 4 78 / 0.25);
}

.focus\:border-l-fuchsia-950\/30:focus {
  border-left-color: rgb(74 4 78 / 0.3);
}

.focus\:border-l-fuchsia-950\/40:focus {
  border-left-color: rgb(74 4 78 / 0.4);
}

.focus\:border-l-fuchsia-950\/5:focus {
  border-left-color: rgb(74 4 78 / 0.05);
}

.focus\:border-l-fuchsia-950\/50:focus {
  border-left-color: rgb(74 4 78 / 0.5);
}

.focus\:border-l-fuchsia-950\/60:focus {
  border-left-color: rgb(74 4 78 / 0.6);
}

.focus\:border-l-fuchsia-950\/70:focus {
  border-left-color: rgb(74 4 78 / 0.7);
}

.focus\:border-l-fuchsia-950\/75:focus {
  border-left-color: rgb(74 4 78 / 0.75);
}

.focus\:border-l-fuchsia-950\/80:focus {
  border-left-color: rgb(74 4 78 / 0.8);
}

.focus\:border-l-fuchsia-950\/90:focus {
  border-left-color: rgb(74 4 78 / 0.9);
}

.focus\:border-l-fuchsia-950\/95:focus {
  border-left-color: rgb(74 4 78 / 0.95);
}

.focus\:border-l-gray-100:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.focus\:border-l-gray-100\/0:focus {
  border-left-color: rgb(243 244 246 / 0);
}

.focus\:border-l-gray-100\/10:focus {
  border-left-color: rgb(243 244 246 / 0.1);
}

.focus\:border-l-gray-100\/100:focus {
  border-left-color: rgb(243 244 246 / 1);
}

.focus\:border-l-gray-100\/20:focus {
  border-left-color: rgb(243 244 246 / 0.2);
}

.focus\:border-l-gray-100\/25:focus {
  border-left-color: rgb(243 244 246 / 0.25);
}

.focus\:border-l-gray-100\/30:focus {
  border-left-color: rgb(243 244 246 / 0.3);
}

.focus\:border-l-gray-100\/40:focus {
  border-left-color: rgb(243 244 246 / 0.4);
}

.focus\:border-l-gray-100\/5:focus {
  border-left-color: rgb(243 244 246 / 0.05);
}

.focus\:border-l-gray-100\/50:focus {
  border-left-color: rgb(243 244 246 / 0.5);
}

.focus\:border-l-gray-100\/60:focus {
  border-left-color: rgb(243 244 246 / 0.6);
}

.focus\:border-l-gray-100\/70:focus {
  border-left-color: rgb(243 244 246 / 0.7);
}

.focus\:border-l-gray-100\/75:focus {
  border-left-color: rgb(243 244 246 / 0.75);
}

.focus\:border-l-gray-100\/80:focus {
  border-left-color: rgb(243 244 246 / 0.8);
}

.focus\:border-l-gray-100\/90:focus {
  border-left-color: rgb(243 244 246 / 0.9);
}

.focus\:border-l-gray-100\/95:focus {
  border-left-color: rgb(243 244 246 / 0.95);
}

.focus\:border-l-gray-200:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.focus\:border-l-gray-200\/0:focus {
  border-left-color: rgb(229 231 235 / 0);
}

.focus\:border-l-gray-200\/10:focus {
  border-left-color: rgb(229 231 235 / 0.1);
}

.focus\:border-l-gray-200\/100:focus {
  border-left-color: rgb(229 231 235 / 1);
}

.focus\:border-l-gray-200\/20:focus {
  border-left-color: rgb(229 231 235 / 0.2);
}

.focus\:border-l-gray-200\/25:focus {
  border-left-color: rgb(229 231 235 / 0.25);
}

.focus\:border-l-gray-200\/30:focus {
  border-left-color: rgb(229 231 235 / 0.3);
}

.focus\:border-l-gray-200\/40:focus {
  border-left-color: rgb(229 231 235 / 0.4);
}

.focus\:border-l-gray-200\/5:focus {
  border-left-color: rgb(229 231 235 / 0.05);
}

.focus\:border-l-gray-200\/50:focus {
  border-left-color: rgb(229 231 235 / 0.5);
}

.focus\:border-l-gray-200\/60:focus {
  border-left-color: rgb(229 231 235 / 0.6);
}

.focus\:border-l-gray-200\/70:focus {
  border-left-color: rgb(229 231 235 / 0.7);
}

.focus\:border-l-gray-200\/75:focus {
  border-left-color: rgb(229 231 235 / 0.75);
}

.focus\:border-l-gray-200\/80:focus {
  border-left-color: rgb(229 231 235 / 0.8);
}

.focus\:border-l-gray-200\/90:focus {
  border-left-color: rgb(229 231 235 / 0.9);
}

.focus\:border-l-gray-200\/95:focus {
  border-left-color: rgb(229 231 235 / 0.95);
}

.focus\:border-l-gray-300:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.focus\:border-l-gray-300\/0:focus {
  border-left-color: rgb(209 213 219 / 0);
}

.focus\:border-l-gray-300\/10:focus {
  border-left-color: rgb(209 213 219 / 0.1);
}

.focus\:border-l-gray-300\/100:focus {
  border-left-color: rgb(209 213 219 / 1);
}

.focus\:border-l-gray-300\/20:focus {
  border-left-color: rgb(209 213 219 / 0.2);
}

.focus\:border-l-gray-300\/25:focus {
  border-left-color: rgb(209 213 219 / 0.25);
}

.focus\:border-l-gray-300\/30:focus {
  border-left-color: rgb(209 213 219 / 0.3);
}

.focus\:border-l-gray-300\/40:focus {
  border-left-color: rgb(209 213 219 / 0.4);
}

.focus\:border-l-gray-300\/5:focus {
  border-left-color: rgb(209 213 219 / 0.05);
}

.focus\:border-l-gray-300\/50:focus {
  border-left-color: rgb(209 213 219 / 0.5);
}

.focus\:border-l-gray-300\/60:focus {
  border-left-color: rgb(209 213 219 / 0.6);
}

.focus\:border-l-gray-300\/70:focus {
  border-left-color: rgb(209 213 219 / 0.7);
}

.focus\:border-l-gray-300\/75:focus {
  border-left-color: rgb(209 213 219 / 0.75);
}

.focus\:border-l-gray-300\/80:focus {
  border-left-color: rgb(209 213 219 / 0.8);
}

.focus\:border-l-gray-300\/90:focus {
  border-left-color: rgb(209 213 219 / 0.9);
}

.focus\:border-l-gray-300\/95:focus {
  border-left-color: rgb(209 213 219 / 0.95);
}

.focus\:border-l-gray-400:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.focus\:border-l-gray-400\/0:focus {
  border-left-color: rgb(156 163 175 / 0);
}

.focus\:border-l-gray-400\/10:focus {
  border-left-color: rgb(156 163 175 / 0.1);
}

.focus\:border-l-gray-400\/100:focus {
  border-left-color: rgb(156 163 175 / 1);
}

.focus\:border-l-gray-400\/20:focus {
  border-left-color: rgb(156 163 175 / 0.2);
}

.focus\:border-l-gray-400\/25:focus {
  border-left-color: rgb(156 163 175 / 0.25);
}

.focus\:border-l-gray-400\/30:focus {
  border-left-color: rgb(156 163 175 / 0.3);
}

.focus\:border-l-gray-400\/40:focus {
  border-left-color: rgb(156 163 175 / 0.4);
}

.focus\:border-l-gray-400\/5:focus {
  border-left-color: rgb(156 163 175 / 0.05);
}

.focus\:border-l-gray-400\/50:focus {
  border-left-color: rgb(156 163 175 / 0.5);
}

.focus\:border-l-gray-400\/60:focus {
  border-left-color: rgb(156 163 175 / 0.6);
}

.focus\:border-l-gray-400\/70:focus {
  border-left-color: rgb(156 163 175 / 0.7);
}

.focus\:border-l-gray-400\/75:focus {
  border-left-color: rgb(156 163 175 / 0.75);
}

.focus\:border-l-gray-400\/80:focus {
  border-left-color: rgb(156 163 175 / 0.8);
}

.focus\:border-l-gray-400\/90:focus {
  border-left-color: rgb(156 163 175 / 0.9);
}

.focus\:border-l-gray-400\/95:focus {
  border-left-color: rgb(156 163 175 / 0.95);
}

.focus\:border-l-gray-50:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.focus\:border-l-gray-50\/0:focus {
  border-left-color: rgb(249 250 251 / 0);
}

.focus\:border-l-gray-50\/10:focus {
  border-left-color: rgb(249 250 251 / 0.1);
}

.focus\:border-l-gray-50\/100:focus {
  border-left-color: rgb(249 250 251 / 1);
}

.focus\:border-l-gray-50\/20:focus {
  border-left-color: rgb(249 250 251 / 0.2);
}

.focus\:border-l-gray-50\/25:focus {
  border-left-color: rgb(249 250 251 / 0.25);
}

.focus\:border-l-gray-50\/30:focus {
  border-left-color: rgb(249 250 251 / 0.3);
}

.focus\:border-l-gray-50\/40:focus {
  border-left-color: rgb(249 250 251 / 0.4);
}

.focus\:border-l-gray-50\/5:focus {
  border-left-color: rgb(249 250 251 / 0.05);
}

.focus\:border-l-gray-50\/50:focus {
  border-left-color: rgb(249 250 251 / 0.5);
}

.focus\:border-l-gray-50\/60:focus {
  border-left-color: rgb(249 250 251 / 0.6);
}

.focus\:border-l-gray-50\/70:focus {
  border-left-color: rgb(249 250 251 / 0.7);
}

.focus\:border-l-gray-50\/75:focus {
  border-left-color: rgb(249 250 251 / 0.75);
}

.focus\:border-l-gray-50\/80:focus {
  border-left-color: rgb(249 250 251 / 0.8);
}

.focus\:border-l-gray-50\/90:focus {
  border-left-color: rgb(249 250 251 / 0.9);
}

.focus\:border-l-gray-50\/95:focus {
  border-left-color: rgb(249 250 251 / 0.95);
}

.focus\:border-l-gray-500:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.focus\:border-l-gray-500\/0:focus {
  border-left-color: rgb(107 114 128 / 0);
}

.focus\:border-l-gray-500\/10:focus {
  border-left-color: rgb(107 114 128 / 0.1);
}

.focus\:border-l-gray-500\/100:focus {
  border-left-color: rgb(107 114 128 / 1);
}

.focus\:border-l-gray-500\/20:focus {
  border-left-color: rgb(107 114 128 / 0.2);
}

.focus\:border-l-gray-500\/25:focus {
  border-left-color: rgb(107 114 128 / 0.25);
}

.focus\:border-l-gray-500\/30:focus {
  border-left-color: rgb(107 114 128 / 0.3);
}

.focus\:border-l-gray-500\/40:focus {
  border-left-color: rgb(107 114 128 / 0.4);
}

.focus\:border-l-gray-500\/5:focus {
  border-left-color: rgb(107 114 128 / 0.05);
}

.focus\:border-l-gray-500\/50:focus {
  border-left-color: rgb(107 114 128 / 0.5);
}

.focus\:border-l-gray-500\/60:focus {
  border-left-color: rgb(107 114 128 / 0.6);
}

.focus\:border-l-gray-500\/70:focus {
  border-left-color: rgb(107 114 128 / 0.7);
}

.focus\:border-l-gray-500\/75:focus {
  border-left-color: rgb(107 114 128 / 0.75);
}

.focus\:border-l-gray-500\/80:focus {
  border-left-color: rgb(107 114 128 / 0.8);
}

.focus\:border-l-gray-500\/90:focus {
  border-left-color: rgb(107 114 128 / 0.9);
}

.focus\:border-l-gray-500\/95:focus {
  border-left-color: rgb(107 114 128 / 0.95);
}

.focus\:border-l-gray-600:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.focus\:border-l-gray-600\/0:focus {
  border-left-color: rgb(75 85 99 / 0);
}

.focus\:border-l-gray-600\/10:focus {
  border-left-color: rgb(75 85 99 / 0.1);
}

.focus\:border-l-gray-600\/100:focus {
  border-left-color: rgb(75 85 99 / 1);
}

.focus\:border-l-gray-600\/20:focus {
  border-left-color: rgb(75 85 99 / 0.2);
}

.focus\:border-l-gray-600\/25:focus {
  border-left-color: rgb(75 85 99 / 0.25);
}

.focus\:border-l-gray-600\/30:focus {
  border-left-color: rgb(75 85 99 / 0.3);
}

.focus\:border-l-gray-600\/40:focus {
  border-left-color: rgb(75 85 99 / 0.4);
}

.focus\:border-l-gray-600\/5:focus {
  border-left-color: rgb(75 85 99 / 0.05);
}

.focus\:border-l-gray-600\/50:focus {
  border-left-color: rgb(75 85 99 / 0.5);
}

.focus\:border-l-gray-600\/60:focus {
  border-left-color: rgb(75 85 99 / 0.6);
}

.focus\:border-l-gray-600\/70:focus {
  border-left-color: rgb(75 85 99 / 0.7);
}

.focus\:border-l-gray-600\/75:focus {
  border-left-color: rgb(75 85 99 / 0.75);
}

.focus\:border-l-gray-600\/80:focus {
  border-left-color: rgb(75 85 99 / 0.8);
}

.focus\:border-l-gray-600\/90:focus {
  border-left-color: rgb(75 85 99 / 0.9);
}

.focus\:border-l-gray-600\/95:focus {
  border-left-color: rgb(75 85 99 / 0.95);
}

.focus\:border-l-gray-700:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.focus\:border-l-gray-700\/0:focus {
  border-left-color: rgb(55 65 81 / 0);
}

.focus\:border-l-gray-700\/10:focus {
  border-left-color: rgb(55 65 81 / 0.1);
}

.focus\:border-l-gray-700\/100:focus {
  border-left-color: rgb(55 65 81 / 1);
}

.focus\:border-l-gray-700\/20:focus {
  border-left-color: rgb(55 65 81 / 0.2);
}

.focus\:border-l-gray-700\/25:focus {
  border-left-color: rgb(55 65 81 / 0.25);
}

.focus\:border-l-gray-700\/30:focus {
  border-left-color: rgb(55 65 81 / 0.3);
}

.focus\:border-l-gray-700\/40:focus {
  border-left-color: rgb(55 65 81 / 0.4);
}

.focus\:border-l-gray-700\/5:focus {
  border-left-color: rgb(55 65 81 / 0.05);
}

.focus\:border-l-gray-700\/50:focus {
  border-left-color: rgb(55 65 81 / 0.5);
}

.focus\:border-l-gray-700\/60:focus {
  border-left-color: rgb(55 65 81 / 0.6);
}

.focus\:border-l-gray-700\/70:focus {
  border-left-color: rgb(55 65 81 / 0.7);
}

.focus\:border-l-gray-700\/75:focus {
  border-left-color: rgb(55 65 81 / 0.75);
}

.focus\:border-l-gray-700\/80:focus {
  border-left-color: rgb(55 65 81 / 0.8);
}

.focus\:border-l-gray-700\/90:focus {
  border-left-color: rgb(55 65 81 / 0.9);
}

.focus\:border-l-gray-700\/95:focus {
  border-left-color: rgb(55 65 81 / 0.95);
}

.focus\:border-l-gray-800:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.focus\:border-l-gray-800\/0:focus {
  border-left-color: rgb(31 41 55 / 0);
}

.focus\:border-l-gray-800\/10:focus {
  border-left-color: rgb(31 41 55 / 0.1);
}

.focus\:border-l-gray-800\/100:focus {
  border-left-color: rgb(31 41 55 / 1);
}

.focus\:border-l-gray-800\/20:focus {
  border-left-color: rgb(31 41 55 / 0.2);
}

.focus\:border-l-gray-800\/25:focus {
  border-left-color: rgb(31 41 55 / 0.25);
}

.focus\:border-l-gray-800\/30:focus {
  border-left-color: rgb(31 41 55 / 0.3);
}

.focus\:border-l-gray-800\/40:focus {
  border-left-color: rgb(31 41 55 / 0.4);
}

.focus\:border-l-gray-800\/5:focus {
  border-left-color: rgb(31 41 55 / 0.05);
}

.focus\:border-l-gray-800\/50:focus {
  border-left-color: rgb(31 41 55 / 0.5);
}

.focus\:border-l-gray-800\/60:focus {
  border-left-color: rgb(31 41 55 / 0.6);
}

.focus\:border-l-gray-800\/70:focus {
  border-left-color: rgb(31 41 55 / 0.7);
}

.focus\:border-l-gray-800\/75:focus {
  border-left-color: rgb(31 41 55 / 0.75);
}

.focus\:border-l-gray-800\/80:focus {
  border-left-color: rgb(31 41 55 / 0.8);
}

.focus\:border-l-gray-800\/90:focus {
  border-left-color: rgb(31 41 55 / 0.9);
}

.focus\:border-l-gray-800\/95:focus {
  border-left-color: rgb(31 41 55 / 0.95);
}

.focus\:border-l-gray-900:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.focus\:border-l-gray-900\/0:focus {
  border-left-color: rgb(17 24 39 / 0);
}

.focus\:border-l-gray-900\/10:focus {
  border-left-color: rgb(17 24 39 / 0.1);
}

.focus\:border-l-gray-900\/100:focus {
  border-left-color: rgb(17 24 39 / 1);
}

.focus\:border-l-gray-900\/20:focus {
  border-left-color: rgb(17 24 39 / 0.2);
}

.focus\:border-l-gray-900\/25:focus {
  border-left-color: rgb(17 24 39 / 0.25);
}

.focus\:border-l-gray-900\/30:focus {
  border-left-color: rgb(17 24 39 / 0.3);
}

.focus\:border-l-gray-900\/40:focus {
  border-left-color: rgb(17 24 39 / 0.4);
}

.focus\:border-l-gray-900\/5:focus {
  border-left-color: rgb(17 24 39 / 0.05);
}

.focus\:border-l-gray-900\/50:focus {
  border-left-color: rgb(17 24 39 / 0.5);
}

.focus\:border-l-gray-900\/60:focus {
  border-left-color: rgb(17 24 39 / 0.6);
}

.focus\:border-l-gray-900\/70:focus {
  border-left-color: rgb(17 24 39 / 0.7);
}

.focus\:border-l-gray-900\/75:focus {
  border-left-color: rgb(17 24 39 / 0.75);
}

.focus\:border-l-gray-900\/80:focus {
  border-left-color: rgb(17 24 39 / 0.8);
}

.focus\:border-l-gray-900\/90:focus {
  border-left-color: rgb(17 24 39 / 0.9);
}

.focus\:border-l-gray-900\/95:focus {
  border-left-color: rgb(17 24 39 / 0.95);
}

.focus\:border-l-gray-950:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(3 7 18 / var(--tw-border-opacity));
}

.focus\:border-l-gray-950\/0:focus {
  border-left-color: rgb(3 7 18 / 0);
}

.focus\:border-l-gray-950\/10:focus {
  border-left-color: rgb(3 7 18 / 0.1);
}

.focus\:border-l-gray-950\/100:focus {
  border-left-color: rgb(3 7 18 / 1);
}

.focus\:border-l-gray-950\/20:focus {
  border-left-color: rgb(3 7 18 / 0.2);
}

.focus\:border-l-gray-950\/25:focus {
  border-left-color: rgb(3 7 18 / 0.25);
}

.focus\:border-l-gray-950\/30:focus {
  border-left-color: rgb(3 7 18 / 0.3);
}

.focus\:border-l-gray-950\/40:focus {
  border-left-color: rgb(3 7 18 / 0.4);
}

.focus\:border-l-gray-950\/5:focus {
  border-left-color: rgb(3 7 18 / 0.05);
}

.focus\:border-l-gray-950\/50:focus {
  border-left-color: rgb(3 7 18 / 0.5);
}

.focus\:border-l-gray-950\/60:focus {
  border-left-color: rgb(3 7 18 / 0.6);
}

.focus\:border-l-gray-950\/70:focus {
  border-left-color: rgb(3 7 18 / 0.7);
}

.focus\:border-l-gray-950\/75:focus {
  border-left-color: rgb(3 7 18 / 0.75);
}

.focus\:border-l-gray-950\/80:focus {
  border-left-color: rgb(3 7 18 / 0.8);
}

.focus\:border-l-gray-950\/90:focus {
  border-left-color: rgb(3 7 18 / 0.9);
}

.focus\:border-l-gray-950\/95:focus {
  border-left-color: rgb(3 7 18 / 0.95);
}

.focus\:border-l-green-100:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(220 252 231 / var(--tw-border-opacity));
}

.focus\:border-l-green-100\/0:focus {
  border-left-color: rgb(220 252 231 / 0);
}

.focus\:border-l-green-100\/10:focus {
  border-left-color: rgb(220 252 231 / 0.1);
}

.focus\:border-l-green-100\/100:focus {
  border-left-color: rgb(220 252 231 / 1);
}

.focus\:border-l-green-100\/20:focus {
  border-left-color: rgb(220 252 231 / 0.2);
}

.focus\:border-l-green-100\/25:focus {
  border-left-color: rgb(220 252 231 / 0.25);
}

.focus\:border-l-green-100\/30:focus {
  border-left-color: rgb(220 252 231 / 0.3);
}

.focus\:border-l-green-100\/40:focus {
  border-left-color: rgb(220 252 231 / 0.4);
}

.focus\:border-l-green-100\/5:focus {
  border-left-color: rgb(220 252 231 / 0.05);
}

.focus\:border-l-green-100\/50:focus {
  border-left-color: rgb(220 252 231 / 0.5);
}

.focus\:border-l-green-100\/60:focus {
  border-left-color: rgb(220 252 231 / 0.6);
}

.focus\:border-l-green-100\/70:focus {
  border-left-color: rgb(220 252 231 / 0.7);
}

.focus\:border-l-green-100\/75:focus {
  border-left-color: rgb(220 252 231 / 0.75);
}

.focus\:border-l-green-100\/80:focus {
  border-left-color: rgb(220 252 231 / 0.8);
}

.focus\:border-l-green-100\/90:focus {
  border-left-color: rgb(220 252 231 / 0.9);
}

.focus\:border-l-green-100\/95:focus {
  border-left-color: rgb(220 252 231 / 0.95);
}

.focus\:border-l-green-200:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.focus\:border-l-green-200\/0:focus {
  border-left-color: rgb(187 247 208 / 0);
}

.focus\:border-l-green-200\/10:focus {
  border-left-color: rgb(187 247 208 / 0.1);
}

.focus\:border-l-green-200\/100:focus {
  border-left-color: rgb(187 247 208 / 1);
}

.focus\:border-l-green-200\/20:focus {
  border-left-color: rgb(187 247 208 / 0.2);
}

.focus\:border-l-green-200\/25:focus {
  border-left-color: rgb(187 247 208 / 0.25);
}

.focus\:border-l-green-200\/30:focus {
  border-left-color: rgb(187 247 208 / 0.3);
}

.focus\:border-l-green-200\/40:focus {
  border-left-color: rgb(187 247 208 / 0.4);
}

.focus\:border-l-green-200\/5:focus {
  border-left-color: rgb(187 247 208 / 0.05);
}

.focus\:border-l-green-200\/50:focus {
  border-left-color: rgb(187 247 208 / 0.5);
}

.focus\:border-l-green-200\/60:focus {
  border-left-color: rgb(187 247 208 / 0.6);
}

.focus\:border-l-green-200\/70:focus {
  border-left-color: rgb(187 247 208 / 0.7);
}

.focus\:border-l-green-200\/75:focus {
  border-left-color: rgb(187 247 208 / 0.75);
}

.focus\:border-l-green-200\/80:focus {
  border-left-color: rgb(187 247 208 / 0.8);
}

.focus\:border-l-green-200\/90:focus {
  border-left-color: rgb(187 247 208 / 0.9);
}

.focus\:border-l-green-200\/95:focus {
  border-left-color: rgb(187 247 208 / 0.95);
}

.focus\:border-l-green-300:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.focus\:border-l-green-300\/0:focus {
  border-left-color: rgb(134 239 172 / 0);
}

.focus\:border-l-green-300\/10:focus {
  border-left-color: rgb(134 239 172 / 0.1);
}

.focus\:border-l-green-300\/100:focus {
  border-left-color: rgb(134 239 172 / 1);
}

.focus\:border-l-green-300\/20:focus {
  border-left-color: rgb(134 239 172 / 0.2);
}

.focus\:border-l-green-300\/25:focus {
  border-left-color: rgb(134 239 172 / 0.25);
}

.focus\:border-l-green-300\/30:focus {
  border-left-color: rgb(134 239 172 / 0.3);
}

.focus\:border-l-green-300\/40:focus {
  border-left-color: rgb(134 239 172 / 0.4);
}

.focus\:border-l-green-300\/5:focus {
  border-left-color: rgb(134 239 172 / 0.05);
}

.focus\:border-l-green-300\/50:focus {
  border-left-color: rgb(134 239 172 / 0.5);
}

.focus\:border-l-green-300\/60:focus {
  border-left-color: rgb(134 239 172 / 0.6);
}

.focus\:border-l-green-300\/70:focus {
  border-left-color: rgb(134 239 172 / 0.7);
}

.focus\:border-l-green-300\/75:focus {
  border-left-color: rgb(134 239 172 / 0.75);
}

.focus\:border-l-green-300\/80:focus {
  border-left-color: rgb(134 239 172 / 0.8);
}

.focus\:border-l-green-300\/90:focus {
  border-left-color: rgb(134 239 172 / 0.9);
}

.focus\:border-l-green-300\/95:focus {
  border-left-color: rgb(134 239 172 / 0.95);
}

.focus\:border-l-green-400:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.focus\:border-l-green-400\/0:focus {
  border-left-color: rgb(74 222 128 / 0);
}

.focus\:border-l-green-400\/10:focus {
  border-left-color: rgb(74 222 128 / 0.1);
}

.focus\:border-l-green-400\/100:focus {
  border-left-color: rgb(74 222 128 / 1);
}

.focus\:border-l-green-400\/20:focus {
  border-left-color: rgb(74 222 128 / 0.2);
}

.focus\:border-l-green-400\/25:focus {
  border-left-color: rgb(74 222 128 / 0.25);
}

.focus\:border-l-green-400\/30:focus {
  border-left-color: rgb(74 222 128 / 0.3);
}

.focus\:border-l-green-400\/40:focus {
  border-left-color: rgb(74 222 128 / 0.4);
}

.focus\:border-l-green-400\/5:focus {
  border-left-color: rgb(74 222 128 / 0.05);
}

.focus\:border-l-green-400\/50:focus {
  border-left-color: rgb(74 222 128 / 0.5);
}

.focus\:border-l-green-400\/60:focus {
  border-left-color: rgb(74 222 128 / 0.6);
}

.focus\:border-l-green-400\/70:focus {
  border-left-color: rgb(74 222 128 / 0.7);
}

.focus\:border-l-green-400\/75:focus {
  border-left-color: rgb(74 222 128 / 0.75);
}

.focus\:border-l-green-400\/80:focus {
  border-left-color: rgb(74 222 128 / 0.8);
}

.focus\:border-l-green-400\/90:focus {
  border-left-color: rgb(74 222 128 / 0.9);
}

.focus\:border-l-green-400\/95:focus {
  border-left-color: rgb(74 222 128 / 0.95);
}

.focus\:border-l-green-50:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(240 253 244 / var(--tw-border-opacity));
}

.focus\:border-l-green-50\/0:focus {
  border-left-color: rgb(240 253 244 / 0);
}

.focus\:border-l-green-50\/10:focus {
  border-left-color: rgb(240 253 244 / 0.1);
}

.focus\:border-l-green-50\/100:focus {
  border-left-color: rgb(240 253 244 / 1);
}

.focus\:border-l-green-50\/20:focus {
  border-left-color: rgb(240 253 244 / 0.2);
}

.focus\:border-l-green-50\/25:focus {
  border-left-color: rgb(240 253 244 / 0.25);
}

.focus\:border-l-green-50\/30:focus {
  border-left-color: rgb(240 253 244 / 0.3);
}

.focus\:border-l-green-50\/40:focus {
  border-left-color: rgb(240 253 244 / 0.4);
}

.focus\:border-l-green-50\/5:focus {
  border-left-color: rgb(240 253 244 / 0.05);
}

.focus\:border-l-green-50\/50:focus {
  border-left-color: rgb(240 253 244 / 0.5);
}

.focus\:border-l-green-50\/60:focus {
  border-left-color: rgb(240 253 244 / 0.6);
}

.focus\:border-l-green-50\/70:focus {
  border-left-color: rgb(240 253 244 / 0.7);
}

.focus\:border-l-green-50\/75:focus {
  border-left-color: rgb(240 253 244 / 0.75);
}

.focus\:border-l-green-50\/80:focus {
  border-left-color: rgb(240 253 244 / 0.8);
}

.focus\:border-l-green-50\/90:focus {
  border-left-color: rgb(240 253 244 / 0.9);
}

.focus\:border-l-green-50\/95:focus {
  border-left-color: rgb(240 253 244 / 0.95);
}

.focus\:border-l-green-500:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.focus\:border-l-green-500\/0:focus {
  border-left-color: rgb(34 197 94 / 0);
}

.focus\:border-l-green-500\/10:focus {
  border-left-color: rgb(34 197 94 / 0.1);
}

.focus\:border-l-green-500\/100:focus {
  border-left-color: rgb(34 197 94 / 1);
}

.focus\:border-l-green-500\/20:focus {
  border-left-color: rgb(34 197 94 / 0.2);
}

.focus\:border-l-green-500\/25:focus {
  border-left-color: rgb(34 197 94 / 0.25);
}

.focus\:border-l-green-500\/30:focus {
  border-left-color: rgb(34 197 94 / 0.3);
}

.focus\:border-l-green-500\/40:focus {
  border-left-color: rgb(34 197 94 / 0.4);
}

.focus\:border-l-green-500\/5:focus {
  border-left-color: rgb(34 197 94 / 0.05);
}

.focus\:border-l-green-500\/50:focus {
  border-left-color: rgb(34 197 94 / 0.5);
}

.focus\:border-l-green-500\/60:focus {
  border-left-color: rgb(34 197 94 / 0.6);
}

.focus\:border-l-green-500\/70:focus {
  border-left-color: rgb(34 197 94 / 0.7);
}

.focus\:border-l-green-500\/75:focus {
  border-left-color: rgb(34 197 94 / 0.75);
}

.focus\:border-l-green-500\/80:focus {
  border-left-color: rgb(34 197 94 / 0.8);
}

.focus\:border-l-green-500\/90:focus {
  border-left-color: rgb(34 197 94 / 0.9);
}

.focus\:border-l-green-500\/95:focus {
  border-left-color: rgb(34 197 94 / 0.95);
}

.focus\:border-l-green-600:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.focus\:border-l-green-600\/0:focus {
  border-left-color: rgb(22 163 74 / 0);
}

.focus\:border-l-green-600\/10:focus {
  border-left-color: rgb(22 163 74 / 0.1);
}

.focus\:border-l-green-600\/100:focus {
  border-left-color: rgb(22 163 74 / 1);
}

.focus\:border-l-green-600\/20:focus {
  border-left-color: rgb(22 163 74 / 0.2);
}

.focus\:border-l-green-600\/25:focus {
  border-left-color: rgb(22 163 74 / 0.25);
}

.focus\:border-l-green-600\/30:focus {
  border-left-color: rgb(22 163 74 / 0.3);
}

.focus\:border-l-green-600\/40:focus {
  border-left-color: rgb(22 163 74 / 0.4);
}

.focus\:border-l-green-600\/5:focus {
  border-left-color: rgb(22 163 74 / 0.05);
}

.focus\:border-l-green-600\/50:focus {
  border-left-color: rgb(22 163 74 / 0.5);
}

.focus\:border-l-green-600\/60:focus {
  border-left-color: rgb(22 163 74 / 0.6);
}

.focus\:border-l-green-600\/70:focus {
  border-left-color: rgb(22 163 74 / 0.7);
}

.focus\:border-l-green-600\/75:focus {
  border-left-color: rgb(22 163 74 / 0.75);
}

.focus\:border-l-green-600\/80:focus {
  border-left-color: rgb(22 163 74 / 0.8);
}

.focus\:border-l-green-600\/90:focus {
  border-left-color: rgb(22 163 74 / 0.9);
}

.focus\:border-l-green-600\/95:focus {
  border-left-color: rgb(22 163 74 / 0.95);
}

.focus\:border-l-green-700:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.focus\:border-l-green-700\/0:focus {
  border-left-color: rgb(21 128 61 / 0);
}

.focus\:border-l-green-700\/10:focus {
  border-left-color: rgb(21 128 61 / 0.1);
}

.focus\:border-l-green-700\/100:focus {
  border-left-color: rgb(21 128 61 / 1);
}

.focus\:border-l-green-700\/20:focus {
  border-left-color: rgb(21 128 61 / 0.2);
}

.focus\:border-l-green-700\/25:focus {
  border-left-color: rgb(21 128 61 / 0.25);
}

.focus\:border-l-green-700\/30:focus {
  border-left-color: rgb(21 128 61 / 0.3);
}

.focus\:border-l-green-700\/40:focus {
  border-left-color: rgb(21 128 61 / 0.4);
}

.focus\:border-l-green-700\/5:focus {
  border-left-color: rgb(21 128 61 / 0.05);
}

.focus\:border-l-green-700\/50:focus {
  border-left-color: rgb(21 128 61 / 0.5);
}

.focus\:border-l-green-700\/60:focus {
  border-left-color: rgb(21 128 61 / 0.6);
}

.focus\:border-l-green-700\/70:focus {
  border-left-color: rgb(21 128 61 / 0.7);
}

.focus\:border-l-green-700\/75:focus {
  border-left-color: rgb(21 128 61 / 0.75);
}

.focus\:border-l-green-700\/80:focus {
  border-left-color: rgb(21 128 61 / 0.8);
}

.focus\:border-l-green-700\/90:focus {
  border-left-color: rgb(21 128 61 / 0.9);
}

.focus\:border-l-green-700\/95:focus {
  border-left-color: rgb(21 128 61 / 0.95);
}

.focus\:border-l-green-800:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.focus\:border-l-green-800\/0:focus {
  border-left-color: rgb(22 101 52 / 0);
}

.focus\:border-l-green-800\/10:focus {
  border-left-color: rgb(22 101 52 / 0.1);
}

.focus\:border-l-green-800\/100:focus {
  border-left-color: rgb(22 101 52 / 1);
}

.focus\:border-l-green-800\/20:focus {
  border-left-color: rgb(22 101 52 / 0.2);
}

.focus\:border-l-green-800\/25:focus {
  border-left-color: rgb(22 101 52 / 0.25);
}

.focus\:border-l-green-800\/30:focus {
  border-left-color: rgb(22 101 52 / 0.3);
}

.focus\:border-l-green-800\/40:focus {
  border-left-color: rgb(22 101 52 / 0.4);
}

.focus\:border-l-green-800\/5:focus {
  border-left-color: rgb(22 101 52 / 0.05);
}

.focus\:border-l-green-800\/50:focus {
  border-left-color: rgb(22 101 52 / 0.5);
}

.focus\:border-l-green-800\/60:focus {
  border-left-color: rgb(22 101 52 / 0.6);
}

.focus\:border-l-green-800\/70:focus {
  border-left-color: rgb(22 101 52 / 0.7);
}

.focus\:border-l-green-800\/75:focus {
  border-left-color: rgb(22 101 52 / 0.75);
}

.focus\:border-l-green-800\/80:focus {
  border-left-color: rgb(22 101 52 / 0.8);
}

.focus\:border-l-green-800\/90:focus {
  border-left-color: rgb(22 101 52 / 0.9);
}

.focus\:border-l-green-800\/95:focus {
  border-left-color: rgb(22 101 52 / 0.95);
}

.focus\:border-l-green-900:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(20 83 45 / var(--tw-border-opacity));
}

.focus\:border-l-green-900\/0:focus {
  border-left-color: rgb(20 83 45 / 0);
}

.focus\:border-l-green-900\/10:focus {
  border-left-color: rgb(20 83 45 / 0.1);
}

.focus\:border-l-green-900\/100:focus {
  border-left-color: rgb(20 83 45 / 1);
}

.focus\:border-l-green-900\/20:focus {
  border-left-color: rgb(20 83 45 / 0.2);
}

.focus\:border-l-green-900\/25:focus {
  border-left-color: rgb(20 83 45 / 0.25);
}

.focus\:border-l-green-900\/30:focus {
  border-left-color: rgb(20 83 45 / 0.3);
}

.focus\:border-l-green-900\/40:focus {
  border-left-color: rgb(20 83 45 / 0.4);
}

.focus\:border-l-green-900\/5:focus {
  border-left-color: rgb(20 83 45 / 0.05);
}

.focus\:border-l-green-900\/50:focus {
  border-left-color: rgb(20 83 45 / 0.5);
}

.focus\:border-l-green-900\/60:focus {
  border-left-color: rgb(20 83 45 / 0.6);
}

.focus\:border-l-green-900\/70:focus {
  border-left-color: rgb(20 83 45 / 0.7);
}

.focus\:border-l-green-900\/75:focus {
  border-left-color: rgb(20 83 45 / 0.75);
}

.focus\:border-l-green-900\/80:focus {
  border-left-color: rgb(20 83 45 / 0.8);
}

.focus\:border-l-green-900\/90:focus {
  border-left-color: rgb(20 83 45 / 0.9);
}

.focus\:border-l-green-900\/95:focus {
  border-left-color: rgb(20 83 45 / 0.95);
}

.focus\:border-l-green-950:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(5 46 22 / var(--tw-border-opacity));
}

.focus\:border-l-green-950\/0:focus {
  border-left-color: rgb(5 46 22 / 0);
}

.focus\:border-l-green-950\/10:focus {
  border-left-color: rgb(5 46 22 / 0.1);
}

.focus\:border-l-green-950\/100:focus {
  border-left-color: rgb(5 46 22 / 1);
}

.focus\:border-l-green-950\/20:focus {
  border-left-color: rgb(5 46 22 / 0.2);
}

.focus\:border-l-green-950\/25:focus {
  border-left-color: rgb(5 46 22 / 0.25);
}

.focus\:border-l-green-950\/30:focus {
  border-left-color: rgb(5 46 22 / 0.3);
}

.focus\:border-l-green-950\/40:focus {
  border-left-color: rgb(5 46 22 / 0.4);
}

.focus\:border-l-green-950\/5:focus {
  border-left-color: rgb(5 46 22 / 0.05);
}

.focus\:border-l-green-950\/50:focus {
  border-left-color: rgb(5 46 22 / 0.5);
}

.focus\:border-l-green-950\/60:focus {
  border-left-color: rgb(5 46 22 / 0.6);
}

.focus\:border-l-green-950\/70:focus {
  border-left-color: rgb(5 46 22 / 0.7);
}

.focus\:border-l-green-950\/75:focus {
  border-left-color: rgb(5 46 22 / 0.75);
}

.focus\:border-l-green-950\/80:focus {
  border-left-color: rgb(5 46 22 / 0.8);
}

.focus\:border-l-green-950\/90:focus {
  border-left-color: rgb(5 46 22 / 0.9);
}

.focus\:border-l-green-950\/95:focus {
  border-left-color: rgb(5 46 22 / 0.95);
}

.focus\:border-l-indigo-100:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(224 231 255 / var(--tw-border-opacity));
}

.focus\:border-l-indigo-100\/0:focus {
  border-left-color: rgb(224 231 255 / 0);
}

.focus\:border-l-indigo-100\/10:focus {
  border-left-color: rgb(224 231 255 / 0.1);
}

.focus\:border-l-indigo-100\/100:focus {
  border-left-color: rgb(224 231 255 / 1);
}

.focus\:border-l-indigo-100\/20:focus {
  border-left-color: rgb(224 231 255 / 0.2);
}

.focus\:border-l-indigo-100\/25:focus {
  border-left-color: rgb(224 231 255 / 0.25);
}

.focus\:border-l-indigo-100\/30:focus {
  border-left-color: rgb(224 231 255 / 0.3);
}

.focus\:border-l-indigo-100\/40:focus {
  border-left-color: rgb(224 231 255 / 0.4);
}

.focus\:border-l-indigo-100\/5:focus {
  border-left-color: rgb(224 231 255 / 0.05);
}

.focus\:border-l-indigo-100\/50:focus {
  border-left-color: rgb(224 231 255 / 0.5);
}

.focus\:border-l-indigo-100\/60:focus {
  border-left-color: rgb(224 231 255 / 0.6);
}

.focus\:border-l-indigo-100\/70:focus {
  border-left-color: rgb(224 231 255 / 0.7);
}

.focus\:border-l-indigo-100\/75:focus {
  border-left-color: rgb(224 231 255 / 0.75);
}

.focus\:border-l-indigo-100\/80:focus {
  border-left-color: rgb(224 231 255 / 0.8);
}

.focus\:border-l-indigo-100\/90:focus {
  border-left-color: rgb(224 231 255 / 0.9);
}

.focus\:border-l-indigo-100\/95:focus {
  border-left-color: rgb(224 231 255 / 0.95);
}

.focus\:border-l-indigo-200:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.focus\:border-l-indigo-200\/0:focus {
  border-left-color: rgb(199 210 254 / 0);
}

.focus\:border-l-indigo-200\/10:focus {
  border-left-color: rgb(199 210 254 / 0.1);
}

.focus\:border-l-indigo-200\/100:focus {
  border-left-color: rgb(199 210 254 / 1);
}

.focus\:border-l-indigo-200\/20:focus {
  border-left-color: rgb(199 210 254 / 0.2);
}

.focus\:border-l-indigo-200\/25:focus {
  border-left-color: rgb(199 210 254 / 0.25);
}

.focus\:border-l-indigo-200\/30:focus {
  border-left-color: rgb(199 210 254 / 0.3);
}

.focus\:border-l-indigo-200\/40:focus {
  border-left-color: rgb(199 210 254 / 0.4);
}

.focus\:border-l-indigo-200\/5:focus {
  border-left-color: rgb(199 210 254 / 0.05);
}

.focus\:border-l-indigo-200\/50:focus {
  border-left-color: rgb(199 210 254 / 0.5);
}

.focus\:border-l-indigo-200\/60:focus {
  border-left-color: rgb(199 210 254 / 0.6);
}

.focus\:border-l-indigo-200\/70:focus {
  border-left-color: rgb(199 210 254 / 0.7);
}

.focus\:border-l-indigo-200\/75:focus {
  border-left-color: rgb(199 210 254 / 0.75);
}

.focus\:border-l-indigo-200\/80:focus {
  border-left-color: rgb(199 210 254 / 0.8);
}

.focus\:border-l-indigo-200\/90:focus {
  border-left-color: rgb(199 210 254 / 0.9);
}

.focus\:border-l-indigo-200\/95:focus {
  border-left-color: rgb(199 210 254 / 0.95);
}

.focus\:border-l-indigo-300:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.focus\:border-l-indigo-300\/0:focus {
  border-left-color: rgb(165 180 252 / 0);
}

.focus\:border-l-indigo-300\/10:focus {
  border-left-color: rgb(165 180 252 / 0.1);
}

.focus\:border-l-indigo-300\/100:focus {
  border-left-color: rgb(165 180 252 / 1);
}

.focus\:border-l-indigo-300\/20:focus {
  border-left-color: rgb(165 180 252 / 0.2);
}

.focus\:border-l-indigo-300\/25:focus {
  border-left-color: rgb(165 180 252 / 0.25);
}

.focus\:border-l-indigo-300\/30:focus {
  border-left-color: rgb(165 180 252 / 0.3);
}

.focus\:border-l-indigo-300\/40:focus {
  border-left-color: rgb(165 180 252 / 0.4);
}

.focus\:border-l-indigo-300\/5:focus {
  border-left-color: rgb(165 180 252 / 0.05);
}

.focus\:border-l-indigo-300\/50:focus {
  border-left-color: rgb(165 180 252 / 0.5);
}

.focus\:border-l-indigo-300\/60:focus {
  border-left-color: rgb(165 180 252 / 0.6);
}

.focus\:border-l-indigo-300\/70:focus {
  border-left-color: rgb(165 180 252 / 0.7);
}

.focus\:border-l-indigo-300\/75:focus {
  border-left-color: rgb(165 180 252 / 0.75);
}

.focus\:border-l-indigo-300\/80:focus {
  border-left-color: rgb(165 180 252 / 0.8);
}

.focus\:border-l-indigo-300\/90:focus {
  border-left-color: rgb(165 180 252 / 0.9);
}

.focus\:border-l-indigo-300\/95:focus {
  border-left-color: rgb(165 180 252 / 0.95);
}

.focus\:border-l-indigo-400:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.focus\:border-l-indigo-400\/0:focus {
  border-left-color: rgb(129 140 248 / 0);
}

.focus\:border-l-indigo-400\/10:focus {
  border-left-color: rgb(129 140 248 / 0.1);
}

.focus\:border-l-indigo-400\/100:focus {
  border-left-color: rgb(129 140 248 / 1);
}

.focus\:border-l-indigo-400\/20:focus {
  border-left-color: rgb(129 140 248 / 0.2);
}

.focus\:border-l-indigo-400\/25:focus {
  border-left-color: rgb(129 140 248 / 0.25);
}

.focus\:border-l-indigo-400\/30:focus {
  border-left-color: rgb(129 140 248 / 0.3);
}

.focus\:border-l-indigo-400\/40:focus {
  border-left-color: rgb(129 140 248 / 0.4);
}

.focus\:border-l-indigo-400\/5:focus {
  border-left-color: rgb(129 140 248 / 0.05);
}

.focus\:border-l-indigo-400\/50:focus {
  border-left-color: rgb(129 140 248 / 0.5);
}

.focus\:border-l-indigo-400\/60:focus {
  border-left-color: rgb(129 140 248 / 0.6);
}

.focus\:border-l-indigo-400\/70:focus {
  border-left-color: rgb(129 140 248 / 0.7);
}

.focus\:border-l-indigo-400\/75:focus {
  border-left-color: rgb(129 140 248 / 0.75);
}

.focus\:border-l-indigo-400\/80:focus {
  border-left-color: rgb(129 140 248 / 0.8);
}

.focus\:border-l-indigo-400\/90:focus {
  border-left-color: rgb(129 140 248 / 0.9);
}

.focus\:border-l-indigo-400\/95:focus {
  border-left-color: rgb(129 140 248 / 0.95);
}

.focus\:border-l-indigo-50:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(238 242 255 / var(--tw-border-opacity));
}

.focus\:border-l-indigo-50\/0:focus {
  border-left-color: rgb(238 242 255 / 0);
}

.focus\:border-l-indigo-50\/10:focus {
  border-left-color: rgb(238 242 255 / 0.1);
}

.focus\:border-l-indigo-50\/100:focus {
  border-left-color: rgb(238 242 255 / 1);
}

.focus\:border-l-indigo-50\/20:focus {
  border-left-color: rgb(238 242 255 / 0.2);
}

.focus\:border-l-indigo-50\/25:focus {
  border-left-color: rgb(238 242 255 / 0.25);
}

.focus\:border-l-indigo-50\/30:focus {
  border-left-color: rgb(238 242 255 / 0.3);
}

.focus\:border-l-indigo-50\/40:focus {
  border-left-color: rgb(238 242 255 / 0.4);
}

.focus\:border-l-indigo-50\/5:focus {
  border-left-color: rgb(238 242 255 / 0.05);
}

.focus\:border-l-indigo-50\/50:focus {
  border-left-color: rgb(238 242 255 / 0.5);
}

.focus\:border-l-indigo-50\/60:focus {
  border-left-color: rgb(238 242 255 / 0.6);
}

.focus\:border-l-indigo-50\/70:focus {
  border-left-color: rgb(238 242 255 / 0.7);
}

.focus\:border-l-indigo-50\/75:focus {
  border-left-color: rgb(238 242 255 / 0.75);
}

.focus\:border-l-indigo-50\/80:focus {
  border-left-color: rgb(238 242 255 / 0.8);
}

.focus\:border-l-indigo-50\/90:focus {
  border-left-color: rgb(238 242 255 / 0.9);
}

.focus\:border-l-indigo-50\/95:focus {
  border-left-color: rgb(238 242 255 / 0.95);
}

.focus\:border-l-indigo-500:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.focus\:border-l-indigo-500\/0:focus {
  border-left-color: rgb(99 102 241 / 0);
}

.focus\:border-l-indigo-500\/10:focus {
  border-left-color: rgb(99 102 241 / 0.1);
}

.focus\:border-l-indigo-500\/100:focus {
  border-left-color: rgb(99 102 241 / 1);
}

.focus\:border-l-indigo-500\/20:focus {
  border-left-color: rgb(99 102 241 / 0.2);
}

.focus\:border-l-indigo-500\/25:focus {
  border-left-color: rgb(99 102 241 / 0.25);
}

.focus\:border-l-indigo-500\/30:focus {
  border-left-color: rgb(99 102 241 / 0.3);
}

.focus\:border-l-indigo-500\/40:focus {
  border-left-color: rgb(99 102 241 / 0.4);
}

.focus\:border-l-indigo-500\/5:focus {
  border-left-color: rgb(99 102 241 / 0.05);
}

.focus\:border-l-indigo-500\/50:focus {
  border-left-color: rgb(99 102 241 / 0.5);
}

.focus\:border-l-indigo-500\/60:focus {
  border-left-color: rgb(99 102 241 / 0.6);
}

.focus\:border-l-indigo-500\/70:focus {
  border-left-color: rgb(99 102 241 / 0.7);
}

.focus\:border-l-indigo-500\/75:focus {
  border-left-color: rgb(99 102 241 / 0.75);
}

.focus\:border-l-indigo-500\/80:focus {
  border-left-color: rgb(99 102 241 / 0.8);
}

.focus\:border-l-indigo-500\/90:focus {
  border-left-color: rgb(99 102 241 / 0.9);
}

.focus\:border-l-indigo-500\/95:focus {
  border-left-color: rgb(99 102 241 / 0.95);
}

.focus\:border-l-indigo-600:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.focus\:border-l-indigo-600\/0:focus {
  border-left-color: rgb(79 70 229 / 0);
}

.focus\:border-l-indigo-600\/10:focus {
  border-left-color: rgb(79 70 229 / 0.1);
}

.focus\:border-l-indigo-600\/100:focus {
  border-left-color: rgb(79 70 229 / 1);
}

.focus\:border-l-indigo-600\/20:focus {
  border-left-color: rgb(79 70 229 / 0.2);
}

.focus\:border-l-indigo-600\/25:focus {
  border-left-color: rgb(79 70 229 / 0.25);
}

.focus\:border-l-indigo-600\/30:focus {
  border-left-color: rgb(79 70 229 / 0.3);
}

.focus\:border-l-indigo-600\/40:focus {
  border-left-color: rgb(79 70 229 / 0.4);
}

.focus\:border-l-indigo-600\/5:focus {
  border-left-color: rgb(79 70 229 / 0.05);
}

.focus\:border-l-indigo-600\/50:focus {
  border-left-color: rgb(79 70 229 / 0.5);
}

.focus\:border-l-indigo-600\/60:focus {
  border-left-color: rgb(79 70 229 / 0.6);
}

.focus\:border-l-indigo-600\/70:focus {
  border-left-color: rgb(79 70 229 / 0.7);
}

.focus\:border-l-indigo-600\/75:focus {
  border-left-color: rgb(79 70 229 / 0.75);
}

.focus\:border-l-indigo-600\/80:focus {
  border-left-color: rgb(79 70 229 / 0.8);
}

.focus\:border-l-indigo-600\/90:focus {
  border-left-color: rgb(79 70 229 / 0.9);
}

.focus\:border-l-indigo-600\/95:focus {
  border-left-color: rgb(79 70 229 / 0.95);
}

.focus\:border-l-indigo-700:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.focus\:border-l-indigo-700\/0:focus {
  border-left-color: rgb(67 56 202 / 0);
}

.focus\:border-l-indigo-700\/10:focus {
  border-left-color: rgb(67 56 202 / 0.1);
}

.focus\:border-l-indigo-700\/100:focus {
  border-left-color: rgb(67 56 202 / 1);
}

.focus\:border-l-indigo-700\/20:focus {
  border-left-color: rgb(67 56 202 / 0.2);
}

.focus\:border-l-indigo-700\/25:focus {
  border-left-color: rgb(67 56 202 / 0.25);
}

.focus\:border-l-indigo-700\/30:focus {
  border-left-color: rgb(67 56 202 / 0.3);
}

.focus\:border-l-indigo-700\/40:focus {
  border-left-color: rgb(67 56 202 / 0.4);
}

.focus\:border-l-indigo-700\/5:focus {
  border-left-color: rgb(67 56 202 / 0.05);
}

.focus\:border-l-indigo-700\/50:focus {
  border-left-color: rgb(67 56 202 / 0.5);
}

.focus\:border-l-indigo-700\/60:focus {
  border-left-color: rgb(67 56 202 / 0.6);
}

.focus\:border-l-indigo-700\/70:focus {
  border-left-color: rgb(67 56 202 / 0.7);
}

.focus\:border-l-indigo-700\/75:focus {
  border-left-color: rgb(67 56 202 / 0.75);
}

.focus\:border-l-indigo-700\/80:focus {
  border-left-color: rgb(67 56 202 / 0.8);
}

.focus\:border-l-indigo-700\/90:focus {
  border-left-color: rgb(67 56 202 / 0.9);
}

.focus\:border-l-indigo-700\/95:focus {
  border-left-color: rgb(67 56 202 / 0.95);
}

.focus\:border-l-indigo-800:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(55 48 163 / var(--tw-border-opacity));
}

.focus\:border-l-indigo-800\/0:focus {
  border-left-color: rgb(55 48 163 / 0);
}

.focus\:border-l-indigo-800\/10:focus {
  border-left-color: rgb(55 48 163 / 0.1);
}

.focus\:border-l-indigo-800\/100:focus {
  border-left-color: rgb(55 48 163 / 1);
}

.focus\:border-l-indigo-800\/20:focus {
  border-left-color: rgb(55 48 163 / 0.2);
}

.focus\:border-l-indigo-800\/25:focus {
  border-left-color: rgb(55 48 163 / 0.25);
}

.focus\:border-l-indigo-800\/30:focus {
  border-left-color: rgb(55 48 163 / 0.3);
}

.focus\:border-l-indigo-800\/40:focus {
  border-left-color: rgb(55 48 163 / 0.4);
}

.focus\:border-l-indigo-800\/5:focus {
  border-left-color: rgb(55 48 163 / 0.05);
}

.focus\:border-l-indigo-800\/50:focus {
  border-left-color: rgb(55 48 163 / 0.5);
}

.focus\:border-l-indigo-800\/60:focus {
  border-left-color: rgb(55 48 163 / 0.6);
}

.focus\:border-l-indigo-800\/70:focus {
  border-left-color: rgb(55 48 163 / 0.7);
}

.focus\:border-l-indigo-800\/75:focus {
  border-left-color: rgb(55 48 163 / 0.75);
}

.focus\:border-l-indigo-800\/80:focus {
  border-left-color: rgb(55 48 163 / 0.8);
}

.focus\:border-l-indigo-800\/90:focus {
  border-left-color: rgb(55 48 163 / 0.9);
}

.focus\:border-l-indigo-800\/95:focus {
  border-left-color: rgb(55 48 163 / 0.95);
}

.focus\:border-l-indigo-900:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(49 46 129 / var(--tw-border-opacity));
}

.focus\:border-l-indigo-900\/0:focus {
  border-left-color: rgb(49 46 129 / 0);
}

.focus\:border-l-indigo-900\/10:focus {
  border-left-color: rgb(49 46 129 / 0.1);
}

.focus\:border-l-indigo-900\/100:focus {
  border-left-color: rgb(49 46 129 / 1);
}

.focus\:border-l-indigo-900\/20:focus {
  border-left-color: rgb(49 46 129 / 0.2);
}

.focus\:border-l-indigo-900\/25:focus {
  border-left-color: rgb(49 46 129 / 0.25);
}

.focus\:border-l-indigo-900\/30:focus {
  border-left-color: rgb(49 46 129 / 0.3);
}

.focus\:border-l-indigo-900\/40:focus {
  border-left-color: rgb(49 46 129 / 0.4);
}

.focus\:border-l-indigo-900\/5:focus {
  border-left-color: rgb(49 46 129 / 0.05);
}

.focus\:border-l-indigo-900\/50:focus {
  border-left-color: rgb(49 46 129 / 0.5);
}

.focus\:border-l-indigo-900\/60:focus {
  border-left-color: rgb(49 46 129 / 0.6);
}

.focus\:border-l-indigo-900\/70:focus {
  border-left-color: rgb(49 46 129 / 0.7);
}

.focus\:border-l-indigo-900\/75:focus {
  border-left-color: rgb(49 46 129 / 0.75);
}

.focus\:border-l-indigo-900\/80:focus {
  border-left-color: rgb(49 46 129 / 0.8);
}

.focus\:border-l-indigo-900\/90:focus {
  border-left-color: rgb(49 46 129 / 0.9);
}

.focus\:border-l-indigo-900\/95:focus {
  border-left-color: rgb(49 46 129 / 0.95);
}

.focus\:border-l-indigo-950:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(30 27 75 / var(--tw-border-opacity));
}

.focus\:border-l-indigo-950\/0:focus {
  border-left-color: rgb(30 27 75 / 0);
}

.focus\:border-l-indigo-950\/10:focus {
  border-left-color: rgb(30 27 75 / 0.1);
}

.focus\:border-l-indigo-950\/100:focus {
  border-left-color: rgb(30 27 75 / 1);
}

.focus\:border-l-indigo-950\/20:focus {
  border-left-color: rgb(30 27 75 / 0.2);
}

.focus\:border-l-indigo-950\/25:focus {
  border-left-color: rgb(30 27 75 / 0.25);
}

.focus\:border-l-indigo-950\/30:focus {
  border-left-color: rgb(30 27 75 / 0.3);
}

.focus\:border-l-indigo-950\/40:focus {
  border-left-color: rgb(30 27 75 / 0.4);
}

.focus\:border-l-indigo-950\/5:focus {
  border-left-color: rgb(30 27 75 / 0.05);
}

.focus\:border-l-indigo-950\/50:focus {
  border-left-color: rgb(30 27 75 / 0.5);
}

.focus\:border-l-indigo-950\/60:focus {
  border-left-color: rgb(30 27 75 / 0.6);
}

.focus\:border-l-indigo-950\/70:focus {
  border-left-color: rgb(30 27 75 / 0.7);
}

.focus\:border-l-indigo-950\/75:focus {
  border-left-color: rgb(30 27 75 / 0.75);
}

.focus\:border-l-indigo-950\/80:focus {
  border-left-color: rgb(30 27 75 / 0.8);
}

.focus\:border-l-indigo-950\/90:focus {
  border-left-color: rgb(30 27 75 / 0.9);
}

.focus\:border-l-indigo-950\/95:focus {
  border-left-color: rgb(30 27 75 / 0.95);
}

.focus\:border-l-inherit:focus {
  border-left-color: inherit;
}

.focus\:border-l-interbeauty-100:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 197 175 / var(--tw-border-opacity));
}

.focus\:border-l-interbeauty-100\/0:focus {
  border-left-color: rgb(249 197 175 / 0);
}

.focus\:border-l-interbeauty-100\/10:focus {
  border-left-color: rgb(249 197 175 / 0.1);
}

.focus\:border-l-interbeauty-100\/100:focus {
  border-left-color: rgb(249 197 175 / 1);
}

.focus\:border-l-interbeauty-100\/20:focus {
  border-left-color: rgb(249 197 175 / 0.2);
}

.focus\:border-l-interbeauty-100\/25:focus {
  border-left-color: rgb(249 197 175 / 0.25);
}

.focus\:border-l-interbeauty-100\/30:focus {
  border-left-color: rgb(249 197 175 / 0.3);
}

.focus\:border-l-interbeauty-100\/40:focus {
  border-left-color: rgb(249 197 175 / 0.4);
}

.focus\:border-l-interbeauty-100\/5:focus {
  border-left-color: rgb(249 197 175 / 0.05);
}

.focus\:border-l-interbeauty-100\/50:focus {
  border-left-color: rgb(249 197 175 / 0.5);
}

.focus\:border-l-interbeauty-100\/60:focus {
  border-left-color: rgb(249 197 175 / 0.6);
}

.focus\:border-l-interbeauty-100\/70:focus {
  border-left-color: rgb(249 197 175 / 0.7);
}

.focus\:border-l-interbeauty-100\/75:focus {
  border-left-color: rgb(249 197 175 / 0.75);
}

.focus\:border-l-interbeauty-100\/80:focus {
  border-left-color: rgb(249 197 175 / 0.8);
}

.focus\:border-l-interbeauty-100\/90:focus {
  border-left-color: rgb(249 197 175 / 0.9);
}

.focus\:border-l-interbeauty-100\/95:focus {
  border-left-color: rgb(249 197 175 / 0.95);
}

.focus\:border-l-interbeauty-200:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(241 182 191 / var(--tw-border-opacity));
}

.focus\:border-l-interbeauty-200\/0:focus {
  border-left-color: rgb(241 182 191 / 0);
}

.focus\:border-l-interbeauty-200\/10:focus {
  border-left-color: rgb(241 182 191 / 0.1);
}

.focus\:border-l-interbeauty-200\/100:focus {
  border-left-color: rgb(241 182 191 / 1);
}

.focus\:border-l-interbeauty-200\/20:focus {
  border-left-color: rgb(241 182 191 / 0.2);
}

.focus\:border-l-interbeauty-200\/25:focus {
  border-left-color: rgb(241 182 191 / 0.25);
}

.focus\:border-l-interbeauty-200\/30:focus {
  border-left-color: rgb(241 182 191 / 0.3);
}

.focus\:border-l-interbeauty-200\/40:focus {
  border-left-color: rgb(241 182 191 / 0.4);
}

.focus\:border-l-interbeauty-200\/5:focus {
  border-left-color: rgb(241 182 191 / 0.05);
}

.focus\:border-l-interbeauty-200\/50:focus {
  border-left-color: rgb(241 182 191 / 0.5);
}

.focus\:border-l-interbeauty-200\/60:focus {
  border-left-color: rgb(241 182 191 / 0.6);
}

.focus\:border-l-interbeauty-200\/70:focus {
  border-left-color: rgb(241 182 191 / 0.7);
}

.focus\:border-l-interbeauty-200\/75:focus {
  border-left-color: rgb(241 182 191 / 0.75);
}

.focus\:border-l-interbeauty-200\/80:focus {
  border-left-color: rgb(241 182 191 / 0.8);
}

.focus\:border-l-interbeauty-200\/90:focus {
  border-left-color: rgb(241 182 191 / 0.9);
}

.focus\:border-l-interbeauty-200\/95:focus {
  border-left-color: rgb(241 182 191 / 0.95);
}

.focus\:border-l-interbeauty-300:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(182 219 231 / var(--tw-border-opacity));
}

.focus\:border-l-interbeauty-300\/0:focus {
  border-left-color: rgb(182 219 231 / 0);
}

.focus\:border-l-interbeauty-300\/10:focus {
  border-left-color: rgb(182 219 231 / 0.1);
}

.focus\:border-l-interbeauty-300\/100:focus {
  border-left-color: rgb(182 219 231 / 1);
}

.focus\:border-l-interbeauty-300\/20:focus {
  border-left-color: rgb(182 219 231 / 0.2);
}

.focus\:border-l-interbeauty-300\/25:focus {
  border-left-color: rgb(182 219 231 / 0.25);
}

.focus\:border-l-interbeauty-300\/30:focus {
  border-left-color: rgb(182 219 231 / 0.3);
}

.focus\:border-l-interbeauty-300\/40:focus {
  border-left-color: rgb(182 219 231 / 0.4);
}

.focus\:border-l-interbeauty-300\/5:focus {
  border-left-color: rgb(182 219 231 / 0.05);
}

.focus\:border-l-interbeauty-300\/50:focus {
  border-left-color: rgb(182 219 231 / 0.5);
}

.focus\:border-l-interbeauty-300\/60:focus {
  border-left-color: rgb(182 219 231 / 0.6);
}

.focus\:border-l-interbeauty-300\/70:focus {
  border-left-color: rgb(182 219 231 / 0.7);
}

.focus\:border-l-interbeauty-300\/75:focus {
  border-left-color: rgb(182 219 231 / 0.75);
}

.focus\:border-l-interbeauty-300\/80:focus {
  border-left-color: rgb(182 219 231 / 0.8);
}

.focus\:border-l-interbeauty-300\/90:focus {
  border-left-color: rgb(182 219 231 / 0.9);
}

.focus\:border-l-interbeauty-300\/95:focus {
  border-left-color: rgb(182 219 231 / 0.95);
}

.focus\:border-l-interbeauty-400:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 250 247 / var(--tw-border-opacity));
}

.focus\:border-l-interbeauty-400\/0:focus {
  border-left-color: rgb(254 250 247 / 0);
}

.focus\:border-l-interbeauty-400\/10:focus {
  border-left-color: rgb(254 250 247 / 0.1);
}

.focus\:border-l-interbeauty-400\/100:focus {
  border-left-color: rgb(254 250 247 / 1);
}

.focus\:border-l-interbeauty-400\/20:focus {
  border-left-color: rgb(254 250 247 / 0.2);
}

.focus\:border-l-interbeauty-400\/25:focus {
  border-left-color: rgb(254 250 247 / 0.25);
}

.focus\:border-l-interbeauty-400\/30:focus {
  border-left-color: rgb(254 250 247 / 0.3);
}

.focus\:border-l-interbeauty-400\/40:focus {
  border-left-color: rgb(254 250 247 / 0.4);
}

.focus\:border-l-interbeauty-400\/5:focus {
  border-left-color: rgb(254 250 247 / 0.05);
}

.focus\:border-l-interbeauty-400\/50:focus {
  border-left-color: rgb(254 250 247 / 0.5);
}

.focus\:border-l-interbeauty-400\/60:focus {
  border-left-color: rgb(254 250 247 / 0.6);
}

.focus\:border-l-interbeauty-400\/70:focus {
  border-left-color: rgb(254 250 247 / 0.7);
}

.focus\:border-l-interbeauty-400\/75:focus {
  border-left-color: rgb(254 250 247 / 0.75);
}

.focus\:border-l-interbeauty-400\/80:focus {
  border-left-color: rgb(254 250 247 / 0.8);
}

.focus\:border-l-interbeauty-400\/90:focus {
  border-left-color: rgb(254 250 247 / 0.9);
}

.focus\:border-l-interbeauty-400\/95:focus {
  border-left-color: rgb(254 250 247 / 0.95);
}

.focus\:border-l-interbeauty-500:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(193 225 224 / var(--tw-border-opacity));
}

.focus\:border-l-interbeauty-500\/0:focus {
  border-left-color: rgb(193 225 224 / 0);
}

.focus\:border-l-interbeauty-500\/10:focus {
  border-left-color: rgb(193 225 224 / 0.1);
}

.focus\:border-l-interbeauty-500\/100:focus {
  border-left-color: rgb(193 225 224 / 1);
}

.focus\:border-l-interbeauty-500\/20:focus {
  border-left-color: rgb(193 225 224 / 0.2);
}

.focus\:border-l-interbeauty-500\/25:focus {
  border-left-color: rgb(193 225 224 / 0.25);
}

.focus\:border-l-interbeauty-500\/30:focus {
  border-left-color: rgb(193 225 224 / 0.3);
}

.focus\:border-l-interbeauty-500\/40:focus {
  border-left-color: rgb(193 225 224 / 0.4);
}

.focus\:border-l-interbeauty-500\/5:focus {
  border-left-color: rgb(193 225 224 / 0.05);
}

.focus\:border-l-interbeauty-500\/50:focus {
  border-left-color: rgb(193 225 224 / 0.5);
}

.focus\:border-l-interbeauty-500\/60:focus {
  border-left-color: rgb(193 225 224 / 0.6);
}

.focus\:border-l-interbeauty-500\/70:focus {
  border-left-color: rgb(193 225 224 / 0.7);
}

.focus\:border-l-interbeauty-500\/75:focus {
  border-left-color: rgb(193 225 224 / 0.75);
}

.focus\:border-l-interbeauty-500\/80:focus {
  border-left-color: rgb(193 225 224 / 0.8);
}

.focus\:border-l-interbeauty-500\/90:focus {
  border-left-color: rgb(193 225 224 / 0.9);
}

.focus\:border-l-interbeauty-500\/95:focus {
  border-left-color: rgb(193 225 224 / 0.95);
}

.focus\:border-l-interbeauty-600:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(88 88 94 / var(--tw-border-opacity));
}

.focus\:border-l-interbeauty-600\/0:focus {
  border-left-color: rgb(88 88 94 / 0);
}

.focus\:border-l-interbeauty-600\/10:focus {
  border-left-color: rgb(88 88 94 / 0.1);
}

.focus\:border-l-interbeauty-600\/100:focus {
  border-left-color: rgb(88 88 94 / 1);
}

.focus\:border-l-interbeauty-600\/20:focus {
  border-left-color: rgb(88 88 94 / 0.2);
}

.focus\:border-l-interbeauty-600\/25:focus {
  border-left-color: rgb(88 88 94 / 0.25);
}

.focus\:border-l-interbeauty-600\/30:focus {
  border-left-color: rgb(88 88 94 / 0.3);
}

.focus\:border-l-interbeauty-600\/40:focus {
  border-left-color: rgb(88 88 94 / 0.4);
}

.focus\:border-l-interbeauty-600\/5:focus {
  border-left-color: rgb(88 88 94 / 0.05);
}

.focus\:border-l-interbeauty-600\/50:focus {
  border-left-color: rgb(88 88 94 / 0.5);
}

.focus\:border-l-interbeauty-600\/60:focus {
  border-left-color: rgb(88 88 94 / 0.6);
}

.focus\:border-l-interbeauty-600\/70:focus {
  border-left-color: rgb(88 88 94 / 0.7);
}

.focus\:border-l-interbeauty-600\/75:focus {
  border-left-color: rgb(88 88 94 / 0.75);
}

.focus\:border-l-interbeauty-600\/80:focus {
  border-left-color: rgb(88 88 94 / 0.8);
}

.focus\:border-l-interbeauty-600\/90:focus {
  border-left-color: rgb(88 88 94 / 0.9);
}

.focus\:border-l-interbeauty-600\/95:focus {
  border-left-color: rgb(88 88 94 / 0.95);
}

.focus\:border-l-ipnvaluers-200:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 40 87 / var(--tw-border-opacity));
}

.focus\:border-l-ipnvaluers-200\/0:focus {
  border-left-color: rgb(0 40 87 / 0);
}

.focus\:border-l-ipnvaluers-200\/10:focus {
  border-left-color: rgb(0 40 87 / 0.1);
}

.focus\:border-l-ipnvaluers-200\/100:focus {
  border-left-color: rgb(0 40 87 / 1);
}

.focus\:border-l-ipnvaluers-200\/20:focus {
  border-left-color: rgb(0 40 87 / 0.2);
}

.focus\:border-l-ipnvaluers-200\/25:focus {
  border-left-color: rgb(0 40 87 / 0.25);
}

.focus\:border-l-ipnvaluers-200\/30:focus {
  border-left-color: rgb(0 40 87 / 0.3);
}

.focus\:border-l-ipnvaluers-200\/40:focus {
  border-left-color: rgb(0 40 87 / 0.4);
}

.focus\:border-l-ipnvaluers-200\/5:focus {
  border-left-color: rgb(0 40 87 / 0.05);
}

.focus\:border-l-ipnvaluers-200\/50:focus {
  border-left-color: rgb(0 40 87 / 0.5);
}

.focus\:border-l-ipnvaluers-200\/60:focus {
  border-left-color: rgb(0 40 87 / 0.6);
}

.focus\:border-l-ipnvaluers-200\/70:focus {
  border-left-color: rgb(0 40 87 / 0.7);
}

.focus\:border-l-ipnvaluers-200\/75:focus {
  border-left-color: rgb(0 40 87 / 0.75);
}

.focus\:border-l-ipnvaluers-200\/80:focus {
  border-left-color: rgb(0 40 87 / 0.8);
}

.focus\:border-l-ipnvaluers-200\/90:focus {
  border-left-color: rgb(0 40 87 / 0.9);
}

.focus\:border-l-ipnvaluers-200\/95:focus {
  border-left-color: rgb(0 40 87 / 0.95);
}

.focus\:border-l-ipnvaluers-400:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(196 107 22 / var(--tw-border-opacity));
}

.focus\:border-l-ipnvaluers-400\/0:focus {
  border-left-color: rgb(196 107 22 / 0);
}

.focus\:border-l-ipnvaluers-400\/10:focus {
  border-left-color: rgb(196 107 22 / 0.1);
}

.focus\:border-l-ipnvaluers-400\/100:focus {
  border-left-color: rgb(196 107 22 / 1);
}

.focus\:border-l-ipnvaluers-400\/20:focus {
  border-left-color: rgb(196 107 22 / 0.2);
}

.focus\:border-l-ipnvaluers-400\/25:focus {
  border-left-color: rgb(196 107 22 / 0.25);
}

.focus\:border-l-ipnvaluers-400\/30:focus {
  border-left-color: rgb(196 107 22 / 0.3);
}

.focus\:border-l-ipnvaluers-400\/40:focus {
  border-left-color: rgb(196 107 22 / 0.4);
}

.focus\:border-l-ipnvaluers-400\/5:focus {
  border-left-color: rgb(196 107 22 / 0.05);
}

.focus\:border-l-ipnvaluers-400\/50:focus {
  border-left-color: rgb(196 107 22 / 0.5);
}

.focus\:border-l-ipnvaluers-400\/60:focus {
  border-left-color: rgb(196 107 22 / 0.6);
}

.focus\:border-l-ipnvaluers-400\/70:focus {
  border-left-color: rgb(196 107 22 / 0.7);
}

.focus\:border-l-ipnvaluers-400\/75:focus {
  border-left-color: rgb(196 107 22 / 0.75);
}

.focus\:border-l-ipnvaluers-400\/80:focus {
  border-left-color: rgb(196 107 22 / 0.8);
}

.focus\:border-l-ipnvaluers-400\/90:focus {
  border-left-color: rgb(196 107 22 / 0.9);
}

.focus\:border-l-ipnvaluers-400\/95:focus {
  border-left-color: rgb(196 107 22 / 0.95);
}

.focus\:border-l-ipnvaluers-500:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 174 21 / var(--tw-border-opacity));
}

.focus\:border-l-ipnvaluers-500\/0:focus {
  border-left-color: rgb(245 174 21 / 0);
}

.focus\:border-l-ipnvaluers-500\/10:focus {
  border-left-color: rgb(245 174 21 / 0.1);
}

.focus\:border-l-ipnvaluers-500\/100:focus {
  border-left-color: rgb(245 174 21 / 1);
}

.focus\:border-l-ipnvaluers-500\/20:focus {
  border-left-color: rgb(245 174 21 / 0.2);
}

.focus\:border-l-ipnvaluers-500\/25:focus {
  border-left-color: rgb(245 174 21 / 0.25);
}

.focus\:border-l-ipnvaluers-500\/30:focus {
  border-left-color: rgb(245 174 21 / 0.3);
}

.focus\:border-l-ipnvaluers-500\/40:focus {
  border-left-color: rgb(245 174 21 / 0.4);
}

.focus\:border-l-ipnvaluers-500\/5:focus {
  border-left-color: rgb(245 174 21 / 0.05);
}

.focus\:border-l-ipnvaluers-500\/50:focus {
  border-left-color: rgb(245 174 21 / 0.5);
}

.focus\:border-l-ipnvaluers-500\/60:focus {
  border-left-color: rgb(245 174 21 / 0.6);
}

.focus\:border-l-ipnvaluers-500\/70:focus {
  border-left-color: rgb(245 174 21 / 0.7);
}

.focus\:border-l-ipnvaluers-500\/75:focus {
  border-left-color: rgb(245 174 21 / 0.75);
}

.focus\:border-l-ipnvaluers-500\/80:focus {
  border-left-color: rgb(245 174 21 / 0.8);
}

.focus\:border-l-ipnvaluers-500\/90:focus {
  border-left-color: rgb(245 174 21 / 0.9);
}

.focus\:border-l-ipnvaluers-500\/95:focus {
  border-left-color: rgb(245 174 21 / 0.95);
}

.focus\:border-l-jukejam-500:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 210 101 / var(--tw-border-opacity));
}

.focus\:border-l-jukejam-500\/0:focus {
  border-left-color: rgb(250 210 101 / 0);
}

.focus\:border-l-jukejam-500\/10:focus {
  border-left-color: rgb(250 210 101 / 0.1);
}

.focus\:border-l-jukejam-500\/100:focus {
  border-left-color: rgb(250 210 101 / 1);
}

.focus\:border-l-jukejam-500\/20:focus {
  border-left-color: rgb(250 210 101 / 0.2);
}

.focus\:border-l-jukejam-500\/25:focus {
  border-left-color: rgb(250 210 101 / 0.25);
}

.focus\:border-l-jukejam-500\/30:focus {
  border-left-color: rgb(250 210 101 / 0.3);
}

.focus\:border-l-jukejam-500\/40:focus {
  border-left-color: rgb(250 210 101 / 0.4);
}

.focus\:border-l-jukejam-500\/5:focus {
  border-left-color: rgb(250 210 101 / 0.05);
}

.focus\:border-l-jukejam-500\/50:focus {
  border-left-color: rgb(250 210 101 / 0.5);
}

.focus\:border-l-jukejam-500\/60:focus {
  border-left-color: rgb(250 210 101 / 0.6);
}

.focus\:border-l-jukejam-500\/70:focus {
  border-left-color: rgb(250 210 101 / 0.7);
}

.focus\:border-l-jukejam-500\/75:focus {
  border-left-color: rgb(250 210 101 / 0.75);
}

.focus\:border-l-jukejam-500\/80:focus {
  border-left-color: rgb(250 210 101 / 0.8);
}

.focus\:border-l-jukejam-500\/90:focus {
  border-left-color: rgb(250 210 101 / 0.9);
}

.focus\:border-l-jukejam-500\/95:focus {
  border-left-color: rgb(250 210 101 / 0.95);
}

.focus\:border-l-lime-100:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(236 252 203 / var(--tw-border-opacity));
}

.focus\:border-l-lime-100\/0:focus {
  border-left-color: rgb(236 252 203 / 0);
}

.focus\:border-l-lime-100\/10:focus {
  border-left-color: rgb(236 252 203 / 0.1);
}

.focus\:border-l-lime-100\/100:focus {
  border-left-color: rgb(236 252 203 / 1);
}

.focus\:border-l-lime-100\/20:focus {
  border-left-color: rgb(236 252 203 / 0.2);
}

.focus\:border-l-lime-100\/25:focus {
  border-left-color: rgb(236 252 203 / 0.25);
}

.focus\:border-l-lime-100\/30:focus {
  border-left-color: rgb(236 252 203 / 0.3);
}

.focus\:border-l-lime-100\/40:focus {
  border-left-color: rgb(236 252 203 / 0.4);
}

.focus\:border-l-lime-100\/5:focus {
  border-left-color: rgb(236 252 203 / 0.05);
}

.focus\:border-l-lime-100\/50:focus {
  border-left-color: rgb(236 252 203 / 0.5);
}

.focus\:border-l-lime-100\/60:focus {
  border-left-color: rgb(236 252 203 / 0.6);
}

.focus\:border-l-lime-100\/70:focus {
  border-left-color: rgb(236 252 203 / 0.7);
}

.focus\:border-l-lime-100\/75:focus {
  border-left-color: rgb(236 252 203 / 0.75);
}

.focus\:border-l-lime-100\/80:focus {
  border-left-color: rgb(236 252 203 / 0.8);
}

.focus\:border-l-lime-100\/90:focus {
  border-left-color: rgb(236 252 203 / 0.9);
}

.focus\:border-l-lime-100\/95:focus {
  border-left-color: rgb(236 252 203 / 0.95);
}

.focus\:border-l-lime-200:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(217 249 157 / var(--tw-border-opacity));
}

.focus\:border-l-lime-200\/0:focus {
  border-left-color: rgb(217 249 157 / 0);
}

.focus\:border-l-lime-200\/10:focus {
  border-left-color: rgb(217 249 157 / 0.1);
}

.focus\:border-l-lime-200\/100:focus {
  border-left-color: rgb(217 249 157 / 1);
}

.focus\:border-l-lime-200\/20:focus {
  border-left-color: rgb(217 249 157 / 0.2);
}

.focus\:border-l-lime-200\/25:focus {
  border-left-color: rgb(217 249 157 / 0.25);
}

.focus\:border-l-lime-200\/30:focus {
  border-left-color: rgb(217 249 157 / 0.3);
}

.focus\:border-l-lime-200\/40:focus {
  border-left-color: rgb(217 249 157 / 0.4);
}

.focus\:border-l-lime-200\/5:focus {
  border-left-color: rgb(217 249 157 / 0.05);
}

.focus\:border-l-lime-200\/50:focus {
  border-left-color: rgb(217 249 157 / 0.5);
}

.focus\:border-l-lime-200\/60:focus {
  border-left-color: rgb(217 249 157 / 0.6);
}

.focus\:border-l-lime-200\/70:focus {
  border-left-color: rgb(217 249 157 / 0.7);
}

.focus\:border-l-lime-200\/75:focus {
  border-left-color: rgb(217 249 157 / 0.75);
}

.focus\:border-l-lime-200\/80:focus {
  border-left-color: rgb(217 249 157 / 0.8);
}

.focus\:border-l-lime-200\/90:focus {
  border-left-color: rgb(217 249 157 / 0.9);
}

.focus\:border-l-lime-200\/95:focus {
  border-left-color: rgb(217 249 157 / 0.95);
}

.focus\:border-l-lime-300:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(190 242 100 / var(--tw-border-opacity));
}

.focus\:border-l-lime-300\/0:focus {
  border-left-color: rgb(190 242 100 / 0);
}

.focus\:border-l-lime-300\/10:focus {
  border-left-color: rgb(190 242 100 / 0.1);
}

.focus\:border-l-lime-300\/100:focus {
  border-left-color: rgb(190 242 100 / 1);
}

.focus\:border-l-lime-300\/20:focus {
  border-left-color: rgb(190 242 100 / 0.2);
}

.focus\:border-l-lime-300\/25:focus {
  border-left-color: rgb(190 242 100 / 0.25);
}

.focus\:border-l-lime-300\/30:focus {
  border-left-color: rgb(190 242 100 / 0.3);
}

.focus\:border-l-lime-300\/40:focus {
  border-left-color: rgb(190 242 100 / 0.4);
}

.focus\:border-l-lime-300\/5:focus {
  border-left-color: rgb(190 242 100 / 0.05);
}

.focus\:border-l-lime-300\/50:focus {
  border-left-color: rgb(190 242 100 / 0.5);
}

.focus\:border-l-lime-300\/60:focus {
  border-left-color: rgb(190 242 100 / 0.6);
}

.focus\:border-l-lime-300\/70:focus {
  border-left-color: rgb(190 242 100 / 0.7);
}

.focus\:border-l-lime-300\/75:focus {
  border-left-color: rgb(190 242 100 / 0.75);
}

.focus\:border-l-lime-300\/80:focus {
  border-left-color: rgb(190 242 100 / 0.8);
}

.focus\:border-l-lime-300\/90:focus {
  border-left-color: rgb(190 242 100 / 0.9);
}

.focus\:border-l-lime-300\/95:focus {
  border-left-color: rgb(190 242 100 / 0.95);
}

.focus\:border-l-lime-400:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(163 230 53 / var(--tw-border-opacity));
}

.focus\:border-l-lime-400\/0:focus {
  border-left-color: rgb(163 230 53 / 0);
}

.focus\:border-l-lime-400\/10:focus {
  border-left-color: rgb(163 230 53 / 0.1);
}

.focus\:border-l-lime-400\/100:focus {
  border-left-color: rgb(163 230 53 / 1);
}

.focus\:border-l-lime-400\/20:focus {
  border-left-color: rgb(163 230 53 / 0.2);
}

.focus\:border-l-lime-400\/25:focus {
  border-left-color: rgb(163 230 53 / 0.25);
}

.focus\:border-l-lime-400\/30:focus {
  border-left-color: rgb(163 230 53 / 0.3);
}

.focus\:border-l-lime-400\/40:focus {
  border-left-color: rgb(163 230 53 / 0.4);
}

.focus\:border-l-lime-400\/5:focus {
  border-left-color: rgb(163 230 53 / 0.05);
}

.focus\:border-l-lime-400\/50:focus {
  border-left-color: rgb(163 230 53 / 0.5);
}

.focus\:border-l-lime-400\/60:focus {
  border-left-color: rgb(163 230 53 / 0.6);
}

.focus\:border-l-lime-400\/70:focus {
  border-left-color: rgb(163 230 53 / 0.7);
}

.focus\:border-l-lime-400\/75:focus {
  border-left-color: rgb(163 230 53 / 0.75);
}

.focus\:border-l-lime-400\/80:focus {
  border-left-color: rgb(163 230 53 / 0.8);
}

.focus\:border-l-lime-400\/90:focus {
  border-left-color: rgb(163 230 53 / 0.9);
}

.focus\:border-l-lime-400\/95:focus {
  border-left-color: rgb(163 230 53 / 0.95);
}

.focus\:border-l-lime-50:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(247 254 231 / var(--tw-border-opacity));
}

.focus\:border-l-lime-50\/0:focus {
  border-left-color: rgb(247 254 231 / 0);
}

.focus\:border-l-lime-50\/10:focus {
  border-left-color: rgb(247 254 231 / 0.1);
}

.focus\:border-l-lime-50\/100:focus {
  border-left-color: rgb(247 254 231 / 1);
}

.focus\:border-l-lime-50\/20:focus {
  border-left-color: rgb(247 254 231 / 0.2);
}

.focus\:border-l-lime-50\/25:focus {
  border-left-color: rgb(247 254 231 / 0.25);
}

.focus\:border-l-lime-50\/30:focus {
  border-left-color: rgb(247 254 231 / 0.3);
}

.focus\:border-l-lime-50\/40:focus {
  border-left-color: rgb(247 254 231 / 0.4);
}

.focus\:border-l-lime-50\/5:focus {
  border-left-color: rgb(247 254 231 / 0.05);
}

.focus\:border-l-lime-50\/50:focus {
  border-left-color: rgb(247 254 231 / 0.5);
}

.focus\:border-l-lime-50\/60:focus {
  border-left-color: rgb(247 254 231 / 0.6);
}

.focus\:border-l-lime-50\/70:focus {
  border-left-color: rgb(247 254 231 / 0.7);
}

.focus\:border-l-lime-50\/75:focus {
  border-left-color: rgb(247 254 231 / 0.75);
}

.focus\:border-l-lime-50\/80:focus {
  border-left-color: rgb(247 254 231 / 0.8);
}

.focus\:border-l-lime-50\/90:focus {
  border-left-color: rgb(247 254 231 / 0.9);
}

.focus\:border-l-lime-50\/95:focus {
  border-left-color: rgb(247 254 231 / 0.95);
}

.focus\:border-l-lime-500:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(132 204 22 / var(--tw-border-opacity));
}

.focus\:border-l-lime-500\/0:focus {
  border-left-color: rgb(132 204 22 / 0);
}

.focus\:border-l-lime-500\/10:focus {
  border-left-color: rgb(132 204 22 / 0.1);
}

.focus\:border-l-lime-500\/100:focus {
  border-left-color: rgb(132 204 22 / 1);
}

.focus\:border-l-lime-500\/20:focus {
  border-left-color: rgb(132 204 22 / 0.2);
}

.focus\:border-l-lime-500\/25:focus {
  border-left-color: rgb(132 204 22 / 0.25);
}

.focus\:border-l-lime-500\/30:focus {
  border-left-color: rgb(132 204 22 / 0.3);
}

.focus\:border-l-lime-500\/40:focus {
  border-left-color: rgb(132 204 22 / 0.4);
}

.focus\:border-l-lime-500\/5:focus {
  border-left-color: rgb(132 204 22 / 0.05);
}

.focus\:border-l-lime-500\/50:focus {
  border-left-color: rgb(132 204 22 / 0.5);
}

.focus\:border-l-lime-500\/60:focus {
  border-left-color: rgb(132 204 22 / 0.6);
}

.focus\:border-l-lime-500\/70:focus {
  border-left-color: rgb(132 204 22 / 0.7);
}

.focus\:border-l-lime-500\/75:focus {
  border-left-color: rgb(132 204 22 / 0.75);
}

.focus\:border-l-lime-500\/80:focus {
  border-left-color: rgb(132 204 22 / 0.8);
}

.focus\:border-l-lime-500\/90:focus {
  border-left-color: rgb(132 204 22 / 0.9);
}

.focus\:border-l-lime-500\/95:focus {
  border-left-color: rgb(132 204 22 / 0.95);
}

.focus\:border-l-lime-600:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(101 163 13 / var(--tw-border-opacity));
}

.focus\:border-l-lime-600\/0:focus {
  border-left-color: rgb(101 163 13 / 0);
}

.focus\:border-l-lime-600\/10:focus {
  border-left-color: rgb(101 163 13 / 0.1);
}

.focus\:border-l-lime-600\/100:focus {
  border-left-color: rgb(101 163 13 / 1);
}

.focus\:border-l-lime-600\/20:focus {
  border-left-color: rgb(101 163 13 / 0.2);
}

.focus\:border-l-lime-600\/25:focus {
  border-left-color: rgb(101 163 13 / 0.25);
}

.focus\:border-l-lime-600\/30:focus {
  border-left-color: rgb(101 163 13 / 0.3);
}

.focus\:border-l-lime-600\/40:focus {
  border-left-color: rgb(101 163 13 / 0.4);
}

.focus\:border-l-lime-600\/5:focus {
  border-left-color: rgb(101 163 13 / 0.05);
}

.focus\:border-l-lime-600\/50:focus {
  border-left-color: rgb(101 163 13 / 0.5);
}

.focus\:border-l-lime-600\/60:focus {
  border-left-color: rgb(101 163 13 / 0.6);
}

.focus\:border-l-lime-600\/70:focus {
  border-left-color: rgb(101 163 13 / 0.7);
}

.focus\:border-l-lime-600\/75:focus {
  border-left-color: rgb(101 163 13 / 0.75);
}

.focus\:border-l-lime-600\/80:focus {
  border-left-color: rgb(101 163 13 / 0.8);
}

.focus\:border-l-lime-600\/90:focus {
  border-left-color: rgb(101 163 13 / 0.9);
}

.focus\:border-l-lime-600\/95:focus {
  border-left-color: rgb(101 163 13 / 0.95);
}

.focus\:border-l-lime-700:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(77 124 15 / var(--tw-border-opacity));
}

.focus\:border-l-lime-700\/0:focus {
  border-left-color: rgb(77 124 15 / 0);
}

.focus\:border-l-lime-700\/10:focus {
  border-left-color: rgb(77 124 15 / 0.1);
}

.focus\:border-l-lime-700\/100:focus {
  border-left-color: rgb(77 124 15 / 1);
}

.focus\:border-l-lime-700\/20:focus {
  border-left-color: rgb(77 124 15 / 0.2);
}

.focus\:border-l-lime-700\/25:focus {
  border-left-color: rgb(77 124 15 / 0.25);
}

.focus\:border-l-lime-700\/30:focus {
  border-left-color: rgb(77 124 15 / 0.3);
}

.focus\:border-l-lime-700\/40:focus {
  border-left-color: rgb(77 124 15 / 0.4);
}

.focus\:border-l-lime-700\/5:focus {
  border-left-color: rgb(77 124 15 / 0.05);
}

.focus\:border-l-lime-700\/50:focus {
  border-left-color: rgb(77 124 15 / 0.5);
}

.focus\:border-l-lime-700\/60:focus {
  border-left-color: rgb(77 124 15 / 0.6);
}

.focus\:border-l-lime-700\/70:focus {
  border-left-color: rgb(77 124 15 / 0.7);
}

.focus\:border-l-lime-700\/75:focus {
  border-left-color: rgb(77 124 15 / 0.75);
}

.focus\:border-l-lime-700\/80:focus {
  border-left-color: rgb(77 124 15 / 0.8);
}

.focus\:border-l-lime-700\/90:focus {
  border-left-color: rgb(77 124 15 / 0.9);
}

.focus\:border-l-lime-700\/95:focus {
  border-left-color: rgb(77 124 15 / 0.95);
}

.focus\:border-l-lime-800:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(63 98 18 / var(--tw-border-opacity));
}

.focus\:border-l-lime-800\/0:focus {
  border-left-color: rgb(63 98 18 / 0);
}

.focus\:border-l-lime-800\/10:focus {
  border-left-color: rgb(63 98 18 / 0.1);
}

.focus\:border-l-lime-800\/100:focus {
  border-left-color: rgb(63 98 18 / 1);
}

.focus\:border-l-lime-800\/20:focus {
  border-left-color: rgb(63 98 18 / 0.2);
}

.focus\:border-l-lime-800\/25:focus {
  border-left-color: rgb(63 98 18 / 0.25);
}

.focus\:border-l-lime-800\/30:focus {
  border-left-color: rgb(63 98 18 / 0.3);
}

.focus\:border-l-lime-800\/40:focus {
  border-left-color: rgb(63 98 18 / 0.4);
}

.focus\:border-l-lime-800\/5:focus {
  border-left-color: rgb(63 98 18 / 0.05);
}

.focus\:border-l-lime-800\/50:focus {
  border-left-color: rgb(63 98 18 / 0.5);
}

.focus\:border-l-lime-800\/60:focus {
  border-left-color: rgb(63 98 18 / 0.6);
}

.focus\:border-l-lime-800\/70:focus {
  border-left-color: rgb(63 98 18 / 0.7);
}

.focus\:border-l-lime-800\/75:focus {
  border-left-color: rgb(63 98 18 / 0.75);
}

.focus\:border-l-lime-800\/80:focus {
  border-left-color: rgb(63 98 18 / 0.8);
}

.focus\:border-l-lime-800\/90:focus {
  border-left-color: rgb(63 98 18 / 0.9);
}

.focus\:border-l-lime-800\/95:focus {
  border-left-color: rgb(63 98 18 / 0.95);
}

.focus\:border-l-lime-900:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(54 83 20 / var(--tw-border-opacity));
}

.focus\:border-l-lime-900\/0:focus {
  border-left-color: rgb(54 83 20 / 0);
}

.focus\:border-l-lime-900\/10:focus {
  border-left-color: rgb(54 83 20 / 0.1);
}

.focus\:border-l-lime-900\/100:focus {
  border-left-color: rgb(54 83 20 / 1);
}

.focus\:border-l-lime-900\/20:focus {
  border-left-color: rgb(54 83 20 / 0.2);
}

.focus\:border-l-lime-900\/25:focus {
  border-left-color: rgb(54 83 20 / 0.25);
}

.focus\:border-l-lime-900\/30:focus {
  border-left-color: rgb(54 83 20 / 0.3);
}

.focus\:border-l-lime-900\/40:focus {
  border-left-color: rgb(54 83 20 / 0.4);
}

.focus\:border-l-lime-900\/5:focus {
  border-left-color: rgb(54 83 20 / 0.05);
}

.focus\:border-l-lime-900\/50:focus {
  border-left-color: rgb(54 83 20 / 0.5);
}

.focus\:border-l-lime-900\/60:focus {
  border-left-color: rgb(54 83 20 / 0.6);
}

.focus\:border-l-lime-900\/70:focus {
  border-left-color: rgb(54 83 20 / 0.7);
}

.focus\:border-l-lime-900\/75:focus {
  border-left-color: rgb(54 83 20 / 0.75);
}

.focus\:border-l-lime-900\/80:focus {
  border-left-color: rgb(54 83 20 / 0.8);
}

.focus\:border-l-lime-900\/90:focus {
  border-left-color: rgb(54 83 20 / 0.9);
}

.focus\:border-l-lime-900\/95:focus {
  border-left-color: rgb(54 83 20 / 0.95);
}

.focus\:border-l-lime-950:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(26 46 5 / var(--tw-border-opacity));
}

.focus\:border-l-lime-950\/0:focus {
  border-left-color: rgb(26 46 5 / 0);
}

.focus\:border-l-lime-950\/10:focus {
  border-left-color: rgb(26 46 5 / 0.1);
}

.focus\:border-l-lime-950\/100:focus {
  border-left-color: rgb(26 46 5 / 1);
}

.focus\:border-l-lime-950\/20:focus {
  border-left-color: rgb(26 46 5 / 0.2);
}

.focus\:border-l-lime-950\/25:focus {
  border-left-color: rgb(26 46 5 / 0.25);
}

.focus\:border-l-lime-950\/30:focus {
  border-left-color: rgb(26 46 5 / 0.3);
}

.focus\:border-l-lime-950\/40:focus {
  border-left-color: rgb(26 46 5 / 0.4);
}

.focus\:border-l-lime-950\/5:focus {
  border-left-color: rgb(26 46 5 / 0.05);
}

.focus\:border-l-lime-950\/50:focus {
  border-left-color: rgb(26 46 5 / 0.5);
}

.focus\:border-l-lime-950\/60:focus {
  border-left-color: rgb(26 46 5 / 0.6);
}

.focus\:border-l-lime-950\/70:focus {
  border-left-color: rgb(26 46 5 / 0.7);
}

.focus\:border-l-lime-950\/75:focus {
  border-left-color: rgb(26 46 5 / 0.75);
}

.focus\:border-l-lime-950\/80:focus {
  border-left-color: rgb(26 46 5 / 0.8);
}

.focus\:border-l-lime-950\/90:focus {
  border-left-color: rgb(26 46 5 / 0.9);
}

.focus\:border-l-lime-950\/95:focus {
  border-left-color: rgb(26 46 5 / 0.95);
}

.focus\:border-l-nafisa-500:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(153 53 10 / var(--tw-border-opacity));
}

.focus\:border-l-nafisa-500\/0:focus {
  border-left-color: rgb(153 53 10 / 0);
}

.focus\:border-l-nafisa-500\/10:focus {
  border-left-color: rgb(153 53 10 / 0.1);
}

.focus\:border-l-nafisa-500\/100:focus {
  border-left-color: rgb(153 53 10 / 1);
}

.focus\:border-l-nafisa-500\/20:focus {
  border-left-color: rgb(153 53 10 / 0.2);
}

.focus\:border-l-nafisa-500\/25:focus {
  border-left-color: rgb(153 53 10 / 0.25);
}

.focus\:border-l-nafisa-500\/30:focus {
  border-left-color: rgb(153 53 10 / 0.3);
}

.focus\:border-l-nafisa-500\/40:focus {
  border-left-color: rgb(153 53 10 / 0.4);
}

.focus\:border-l-nafisa-500\/5:focus {
  border-left-color: rgb(153 53 10 / 0.05);
}

.focus\:border-l-nafisa-500\/50:focus {
  border-left-color: rgb(153 53 10 / 0.5);
}

.focus\:border-l-nafisa-500\/60:focus {
  border-left-color: rgb(153 53 10 / 0.6);
}

.focus\:border-l-nafisa-500\/70:focus {
  border-left-color: rgb(153 53 10 / 0.7);
}

.focus\:border-l-nafisa-500\/75:focus {
  border-left-color: rgb(153 53 10 / 0.75);
}

.focus\:border-l-nafisa-500\/80:focus {
  border-left-color: rgb(153 53 10 / 0.8);
}

.focus\:border-l-nafisa-500\/90:focus {
  border-left-color: rgb(153 53 10 / 0.9);
}

.focus\:border-l-nafisa-500\/95:focus {
  border-left-color: rgb(153 53 10 / 0.95);
}

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

.focus\:border-l-neutral-100\/0:focus {
  border-left-color: rgb(245 245 245 / 0);
}

.focus\:border-l-neutral-100\/10:focus {
  border-left-color: rgb(245 245 245 / 0.1);
}

.focus\:border-l-neutral-100\/100:focus {
  border-left-color: rgb(245 245 245 / 1);
}

.focus\:border-l-neutral-100\/20:focus {
  border-left-color: rgb(245 245 245 / 0.2);
}

.focus\:border-l-neutral-100\/25:focus {
  border-left-color: rgb(245 245 245 / 0.25);
}

.focus\:border-l-neutral-100\/30:focus {
  border-left-color: rgb(245 245 245 / 0.3);
}

.focus\:border-l-neutral-100\/40:focus {
  border-left-color: rgb(245 245 245 / 0.4);
}

.focus\:border-l-neutral-100\/5:focus {
  border-left-color: rgb(245 245 245 / 0.05);
}

.focus\:border-l-neutral-100\/50:focus {
  border-left-color: rgb(245 245 245 / 0.5);
}

.focus\:border-l-neutral-100\/60:focus {
  border-left-color: rgb(245 245 245 / 0.6);
}

.focus\:border-l-neutral-100\/70:focus {
  border-left-color: rgb(245 245 245 / 0.7);
}

.focus\:border-l-neutral-100\/75:focus {
  border-left-color: rgb(245 245 245 / 0.75);
}

.focus\:border-l-neutral-100\/80:focus {
  border-left-color: rgb(245 245 245 / 0.8);
}

.focus\:border-l-neutral-100\/90:focus {
  border-left-color: rgb(245 245 245 / 0.9);
}

.focus\:border-l-neutral-100\/95:focus {
  border-left-color: rgb(245 245 245 / 0.95);
}

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

.focus\:border-l-neutral-200\/0:focus {
  border-left-color: rgb(229 229 229 / 0);
}

.focus\:border-l-neutral-200\/10:focus {
  border-left-color: rgb(229 229 229 / 0.1);
}

.focus\:border-l-neutral-200\/100:focus {
  border-left-color: rgb(229 229 229 / 1);
}

.focus\:border-l-neutral-200\/20:focus {
  border-left-color: rgb(229 229 229 / 0.2);
}

.focus\:border-l-neutral-200\/25:focus {
  border-left-color: rgb(229 229 229 / 0.25);
}

.focus\:border-l-neutral-200\/30:focus {
  border-left-color: rgb(229 229 229 / 0.3);
}

.focus\:border-l-neutral-200\/40:focus {
  border-left-color: rgb(229 229 229 / 0.4);
}

.focus\:border-l-neutral-200\/5:focus {
  border-left-color: rgb(229 229 229 / 0.05);
}

.focus\:border-l-neutral-200\/50:focus {
  border-left-color: rgb(229 229 229 / 0.5);
}

.focus\:border-l-neutral-200\/60:focus {
  border-left-color: rgb(229 229 229 / 0.6);
}

.focus\:border-l-neutral-200\/70:focus {
  border-left-color: rgb(229 229 229 / 0.7);
}

.focus\:border-l-neutral-200\/75:focus {
  border-left-color: rgb(229 229 229 / 0.75);
}

.focus\:border-l-neutral-200\/80:focus {
  border-left-color: rgb(229 229 229 / 0.8);
}

.focus\:border-l-neutral-200\/90:focus {
  border-left-color: rgb(229 229 229 / 0.9);
}

.focus\:border-l-neutral-200\/95:focus {
  border-left-color: rgb(229 229 229 / 0.95);
}

.focus\:border-l-neutral-300:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.focus\:border-l-neutral-300\/0:focus {
  border-left-color: rgb(212 212 212 / 0);
}

.focus\:border-l-neutral-300\/10:focus {
  border-left-color: rgb(212 212 212 / 0.1);
}

.focus\:border-l-neutral-300\/100:focus {
  border-left-color: rgb(212 212 212 / 1);
}

.focus\:border-l-neutral-300\/20:focus {
  border-left-color: rgb(212 212 212 / 0.2);
}

.focus\:border-l-neutral-300\/25:focus {
  border-left-color: rgb(212 212 212 / 0.25);
}

.focus\:border-l-neutral-300\/30:focus {
  border-left-color: rgb(212 212 212 / 0.3);
}

.focus\:border-l-neutral-300\/40:focus {
  border-left-color: rgb(212 212 212 / 0.4);
}

.focus\:border-l-neutral-300\/5:focus {
  border-left-color: rgb(212 212 212 / 0.05);
}

.focus\:border-l-neutral-300\/50:focus {
  border-left-color: rgb(212 212 212 / 0.5);
}

.focus\:border-l-neutral-300\/60:focus {
  border-left-color: rgb(212 212 212 / 0.6);
}

.focus\:border-l-neutral-300\/70:focus {
  border-left-color: rgb(212 212 212 / 0.7);
}

.focus\:border-l-neutral-300\/75:focus {
  border-left-color: rgb(212 212 212 / 0.75);
}

.focus\:border-l-neutral-300\/80:focus {
  border-left-color: rgb(212 212 212 / 0.8);
}

.focus\:border-l-neutral-300\/90:focus {
  border-left-color: rgb(212 212 212 / 0.9);
}

.focus\:border-l-neutral-300\/95:focus {
  border-left-color: rgb(212 212 212 / 0.95);
}

.focus\:border-l-neutral-400:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.focus\:border-l-neutral-400\/0:focus {
  border-left-color: rgb(163 163 163 / 0);
}

.focus\:border-l-neutral-400\/10:focus {
  border-left-color: rgb(163 163 163 / 0.1);
}

.focus\:border-l-neutral-400\/100:focus {
  border-left-color: rgb(163 163 163 / 1);
}

.focus\:border-l-neutral-400\/20:focus {
  border-left-color: rgb(163 163 163 / 0.2);
}

.focus\:border-l-neutral-400\/25:focus {
  border-left-color: rgb(163 163 163 / 0.25);
}

.focus\:border-l-neutral-400\/30:focus {
  border-left-color: rgb(163 163 163 / 0.3);
}

.focus\:border-l-neutral-400\/40:focus {
  border-left-color: rgb(163 163 163 / 0.4);
}

.focus\:border-l-neutral-400\/5:focus {
  border-left-color: rgb(163 163 163 / 0.05);
}

.focus\:border-l-neutral-400\/50:focus {
  border-left-color: rgb(163 163 163 / 0.5);
}

.focus\:border-l-neutral-400\/60:focus {
  border-left-color: rgb(163 163 163 / 0.6);
}

.focus\:border-l-neutral-400\/70:focus {
  border-left-color: rgb(163 163 163 / 0.7);
}

.focus\:border-l-neutral-400\/75:focus {
  border-left-color: rgb(163 163 163 / 0.75);
}

.focus\:border-l-neutral-400\/80:focus {
  border-left-color: rgb(163 163 163 / 0.8);
}

.focus\:border-l-neutral-400\/90:focus {
  border-left-color: rgb(163 163 163 / 0.9);
}

.focus\:border-l-neutral-400\/95:focus {
  border-left-color: rgb(163 163 163 / 0.95);
}

.focus\:border-l-neutral-50:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.focus\:border-l-neutral-50\/0:focus {
  border-left-color: rgb(250 250 250 / 0);
}

.focus\:border-l-neutral-50\/10:focus {
  border-left-color: rgb(250 250 250 / 0.1);
}

.focus\:border-l-neutral-50\/100:focus {
  border-left-color: rgb(250 250 250 / 1);
}

.focus\:border-l-neutral-50\/20:focus {
  border-left-color: rgb(250 250 250 / 0.2);
}

.focus\:border-l-neutral-50\/25:focus {
  border-left-color: rgb(250 250 250 / 0.25);
}

.focus\:border-l-neutral-50\/30:focus {
  border-left-color: rgb(250 250 250 / 0.3);
}

.focus\:border-l-neutral-50\/40:focus {
  border-left-color: rgb(250 250 250 / 0.4);
}

.focus\:border-l-neutral-50\/5:focus {
  border-left-color: rgb(250 250 250 / 0.05);
}

.focus\:border-l-neutral-50\/50:focus {
  border-left-color: rgb(250 250 250 / 0.5);
}

.focus\:border-l-neutral-50\/60:focus {
  border-left-color: rgb(250 250 250 / 0.6);
}

.focus\:border-l-neutral-50\/70:focus {
  border-left-color: rgb(250 250 250 / 0.7);
}

.focus\:border-l-neutral-50\/75:focus {
  border-left-color: rgb(250 250 250 / 0.75);
}

.focus\:border-l-neutral-50\/80:focus {
  border-left-color: rgb(250 250 250 / 0.8);
}

.focus\:border-l-neutral-50\/90:focus {
  border-left-color: rgb(250 250 250 / 0.9);
}

.focus\:border-l-neutral-50\/95:focus {
  border-left-color: rgb(250 250 250 / 0.95);
}

.focus\:border-l-neutral-500:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.focus\:border-l-neutral-500\/0:focus {
  border-left-color: rgb(115 115 115 / 0);
}

.focus\:border-l-neutral-500\/10:focus {
  border-left-color: rgb(115 115 115 / 0.1);
}

.focus\:border-l-neutral-500\/100:focus {
  border-left-color: rgb(115 115 115 / 1);
}

.focus\:border-l-neutral-500\/20:focus {
  border-left-color: rgb(115 115 115 / 0.2);
}

.focus\:border-l-neutral-500\/25:focus {
  border-left-color: rgb(115 115 115 / 0.25);
}

.focus\:border-l-neutral-500\/30:focus {
  border-left-color: rgb(115 115 115 / 0.3);
}

.focus\:border-l-neutral-500\/40:focus {
  border-left-color: rgb(115 115 115 / 0.4);
}

.focus\:border-l-neutral-500\/5:focus {
  border-left-color: rgb(115 115 115 / 0.05);
}

.focus\:border-l-neutral-500\/50:focus {
  border-left-color: rgb(115 115 115 / 0.5);
}

.focus\:border-l-neutral-500\/60:focus {
  border-left-color: rgb(115 115 115 / 0.6);
}

.focus\:border-l-neutral-500\/70:focus {
  border-left-color: rgb(115 115 115 / 0.7);
}

.focus\:border-l-neutral-500\/75:focus {
  border-left-color: rgb(115 115 115 / 0.75);
}

.focus\:border-l-neutral-500\/80:focus {
  border-left-color: rgb(115 115 115 / 0.8);
}

.focus\:border-l-neutral-500\/90:focus {
  border-left-color: rgb(115 115 115 / 0.9);
}

.focus\:border-l-neutral-500\/95:focus {
  border-left-color: rgb(115 115 115 / 0.95);
}

.focus\:border-l-neutral-600:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.focus\:border-l-neutral-600\/0:focus {
  border-left-color: rgb(82 82 82 / 0);
}

.focus\:border-l-neutral-600\/10:focus {
  border-left-color: rgb(82 82 82 / 0.1);
}

.focus\:border-l-neutral-600\/100:focus {
  border-left-color: rgb(82 82 82 / 1);
}

.focus\:border-l-neutral-600\/20:focus {
  border-left-color: rgb(82 82 82 / 0.2);
}

.focus\:border-l-neutral-600\/25:focus {
  border-left-color: rgb(82 82 82 / 0.25);
}

.focus\:border-l-neutral-600\/30:focus {
  border-left-color: rgb(82 82 82 / 0.3);
}

.focus\:border-l-neutral-600\/40:focus {
  border-left-color: rgb(82 82 82 / 0.4);
}

.focus\:border-l-neutral-600\/5:focus {
  border-left-color: rgb(82 82 82 / 0.05);
}

.focus\:border-l-neutral-600\/50:focus {
  border-left-color: rgb(82 82 82 / 0.5);
}

.focus\:border-l-neutral-600\/60:focus {
  border-left-color: rgb(82 82 82 / 0.6);
}

.focus\:border-l-neutral-600\/70:focus {
  border-left-color: rgb(82 82 82 / 0.7);
}

.focus\:border-l-neutral-600\/75:focus {
  border-left-color: rgb(82 82 82 / 0.75);
}

.focus\:border-l-neutral-600\/80:focus {
  border-left-color: rgb(82 82 82 / 0.8);
}

.focus\:border-l-neutral-600\/90:focus {
  border-left-color: rgb(82 82 82 / 0.9);
}

.focus\:border-l-neutral-600\/95:focus {
  border-left-color: rgb(82 82 82 / 0.95);
}

.focus\:border-l-neutral-700:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.focus\:border-l-neutral-700\/0:focus {
  border-left-color: rgb(64 64 64 / 0);
}

.focus\:border-l-neutral-700\/10:focus {
  border-left-color: rgb(64 64 64 / 0.1);
}

.focus\:border-l-neutral-700\/100:focus {
  border-left-color: rgb(64 64 64 / 1);
}

.focus\:border-l-neutral-700\/20:focus {
  border-left-color: rgb(64 64 64 / 0.2);
}

.focus\:border-l-neutral-700\/25:focus {
  border-left-color: rgb(64 64 64 / 0.25);
}

.focus\:border-l-neutral-700\/30:focus {
  border-left-color: rgb(64 64 64 / 0.3);
}

.focus\:border-l-neutral-700\/40:focus {
  border-left-color: rgb(64 64 64 / 0.4);
}

.focus\:border-l-neutral-700\/5:focus {
  border-left-color: rgb(64 64 64 / 0.05);
}

.focus\:border-l-neutral-700\/50:focus {
  border-left-color: rgb(64 64 64 / 0.5);
}

.focus\:border-l-neutral-700\/60:focus {
  border-left-color: rgb(64 64 64 / 0.6);
}

.focus\:border-l-neutral-700\/70:focus {
  border-left-color: rgb(64 64 64 / 0.7);
}

.focus\:border-l-neutral-700\/75:focus {
  border-left-color: rgb(64 64 64 / 0.75);
}

.focus\:border-l-neutral-700\/80:focus {
  border-left-color: rgb(64 64 64 / 0.8);
}

.focus\:border-l-neutral-700\/90:focus {
  border-left-color: rgb(64 64 64 / 0.9);
}

.focus\:border-l-neutral-700\/95:focus {
  border-left-color: rgb(64 64 64 / 0.95);
}

.focus\:border-l-neutral-800:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.focus\:border-l-neutral-800\/0:focus {
  border-left-color: rgb(38 38 38 / 0);
}

.focus\:border-l-neutral-800\/10:focus {
  border-left-color: rgb(38 38 38 / 0.1);
}

.focus\:border-l-neutral-800\/100:focus {
  border-left-color: rgb(38 38 38 / 1);
}

.focus\:border-l-neutral-800\/20:focus {
  border-left-color: rgb(38 38 38 / 0.2);
}

.focus\:border-l-neutral-800\/25:focus {
  border-left-color: rgb(38 38 38 / 0.25);
}

.focus\:border-l-neutral-800\/30:focus {
  border-left-color: rgb(38 38 38 / 0.3);
}

.focus\:border-l-neutral-800\/40:focus {
  border-left-color: rgb(38 38 38 / 0.4);
}

.focus\:border-l-neutral-800\/5:focus {
  border-left-color: rgb(38 38 38 / 0.05);
}

.focus\:border-l-neutral-800\/50:focus {
  border-left-color: rgb(38 38 38 / 0.5);
}

.focus\:border-l-neutral-800\/60:focus {
  border-left-color: rgb(38 38 38 / 0.6);
}

.focus\:border-l-neutral-800\/70:focus {
  border-left-color: rgb(38 38 38 / 0.7);
}

.focus\:border-l-neutral-800\/75:focus {
  border-left-color: rgb(38 38 38 / 0.75);
}

.focus\:border-l-neutral-800\/80:focus {
  border-left-color: rgb(38 38 38 / 0.8);
}

.focus\:border-l-neutral-800\/90:focus {
  border-left-color: rgb(38 38 38 / 0.9);
}

.focus\:border-l-neutral-800\/95:focus {
  border-left-color: rgb(38 38 38 / 0.95);
}

.focus\:border-l-neutral-900:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.focus\:border-l-neutral-900\/0:focus {
  border-left-color: rgb(23 23 23 / 0);
}

.focus\:border-l-neutral-900\/10:focus {
  border-left-color: rgb(23 23 23 / 0.1);
}

.focus\:border-l-neutral-900\/100:focus {
  border-left-color: rgb(23 23 23 / 1);
}

.focus\:border-l-neutral-900\/20:focus {
  border-left-color: rgb(23 23 23 / 0.2);
}

.focus\:border-l-neutral-900\/25:focus {
  border-left-color: rgb(23 23 23 / 0.25);
}

.focus\:border-l-neutral-900\/30:focus {
  border-left-color: rgb(23 23 23 / 0.3);
}

.focus\:border-l-neutral-900\/40:focus {
  border-left-color: rgb(23 23 23 / 0.4);
}

.focus\:border-l-neutral-900\/5:focus {
  border-left-color: rgb(23 23 23 / 0.05);
}

.focus\:border-l-neutral-900\/50:focus {
  border-left-color: rgb(23 23 23 / 0.5);
}

.focus\:border-l-neutral-900\/60:focus {
  border-left-color: rgb(23 23 23 / 0.6);
}

.focus\:border-l-neutral-900\/70:focus {
  border-left-color: rgb(23 23 23 / 0.7);
}

.focus\:border-l-neutral-900\/75:focus {
  border-left-color: rgb(23 23 23 / 0.75);
}

.focus\:border-l-neutral-900\/80:focus {
  border-left-color: rgb(23 23 23 / 0.8);
}

.focus\:border-l-neutral-900\/90:focus {
  border-left-color: rgb(23 23 23 / 0.9);
}

.focus\:border-l-neutral-900\/95:focus {
  border-left-color: rgb(23 23 23 / 0.95);
}

.focus\:border-l-neutral-950:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.focus\:border-l-neutral-950\/0:focus {
  border-left-color: rgb(10 10 10 / 0);
}

.focus\:border-l-neutral-950\/10:focus {
  border-left-color: rgb(10 10 10 / 0.1);
}

.focus\:border-l-neutral-950\/100:focus {
  border-left-color: rgb(10 10 10 / 1);
}

.focus\:border-l-neutral-950\/20:focus {
  border-left-color: rgb(10 10 10 / 0.2);
}

.focus\:border-l-neutral-950\/25:focus {
  border-left-color: rgb(10 10 10 / 0.25);
}

.focus\:border-l-neutral-950\/30:focus {
  border-left-color: rgb(10 10 10 / 0.3);
}

.focus\:border-l-neutral-950\/40:focus {
  border-left-color: rgb(10 10 10 / 0.4);
}

.focus\:border-l-neutral-950\/5:focus {
  border-left-color: rgb(10 10 10 / 0.05);
}

.focus\:border-l-neutral-950\/50:focus {
  border-left-color: rgb(10 10 10 / 0.5);
}

.focus\:border-l-neutral-950\/60:focus {
  border-left-color: rgb(10 10 10 / 0.6);
}

.focus\:border-l-neutral-950\/70:focus {
  border-left-color: rgb(10 10 10 / 0.7);
}

.focus\:border-l-neutral-950\/75:focus {
  border-left-color: rgb(10 10 10 / 0.75);
}

.focus\:border-l-neutral-950\/80:focus {
  border-left-color: rgb(10 10 10 / 0.8);
}

.focus\:border-l-neutral-950\/90:focus {
  border-left-color: rgb(10 10 10 / 0.9);
}

.focus\:border-l-neutral-950\/95:focus {
  border-left-color: rgb(10 10 10 / 0.95);
}

.focus\:border-l-orange-100:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 237 213 / var(--tw-border-opacity));
}

.focus\:border-l-orange-100\/0:focus {
  border-left-color: rgb(255 237 213 / 0);
}

.focus\:border-l-orange-100\/10:focus {
  border-left-color: rgb(255 237 213 / 0.1);
}

.focus\:border-l-orange-100\/100:focus {
  border-left-color: rgb(255 237 213 / 1);
}

.focus\:border-l-orange-100\/20:focus {
  border-left-color: rgb(255 237 213 / 0.2);
}

.focus\:border-l-orange-100\/25:focus {
  border-left-color: rgb(255 237 213 / 0.25);
}

.focus\:border-l-orange-100\/30:focus {
  border-left-color: rgb(255 237 213 / 0.3);
}

.focus\:border-l-orange-100\/40:focus {
  border-left-color: rgb(255 237 213 / 0.4);
}

.focus\:border-l-orange-100\/5:focus {
  border-left-color: rgb(255 237 213 / 0.05);
}

.focus\:border-l-orange-100\/50:focus {
  border-left-color: rgb(255 237 213 / 0.5);
}

.focus\:border-l-orange-100\/60:focus {
  border-left-color: rgb(255 237 213 / 0.6);
}

.focus\:border-l-orange-100\/70:focus {
  border-left-color: rgb(255 237 213 / 0.7);
}

.focus\:border-l-orange-100\/75:focus {
  border-left-color: rgb(255 237 213 / 0.75);
}

.focus\:border-l-orange-100\/80:focus {
  border-left-color: rgb(255 237 213 / 0.8);
}

.focus\:border-l-orange-100\/90:focus {
  border-left-color: rgb(255 237 213 / 0.9);
}

.focus\:border-l-orange-100\/95:focus {
  border-left-color: rgb(255 237 213 / 0.95);
}

.focus\:border-l-orange-200:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 215 170 / var(--tw-border-opacity));
}

.focus\:border-l-orange-200\/0:focus {
  border-left-color: rgb(254 215 170 / 0);
}

.focus\:border-l-orange-200\/10:focus {
  border-left-color: rgb(254 215 170 / 0.1);
}

.focus\:border-l-orange-200\/100:focus {
  border-left-color: rgb(254 215 170 / 1);
}

.focus\:border-l-orange-200\/20:focus {
  border-left-color: rgb(254 215 170 / 0.2);
}

.focus\:border-l-orange-200\/25:focus {
  border-left-color: rgb(254 215 170 / 0.25);
}

.focus\:border-l-orange-200\/30:focus {
  border-left-color: rgb(254 215 170 / 0.3);
}

.focus\:border-l-orange-200\/40:focus {
  border-left-color: rgb(254 215 170 / 0.4);
}

.focus\:border-l-orange-200\/5:focus {
  border-left-color: rgb(254 215 170 / 0.05);
}

.focus\:border-l-orange-200\/50:focus {
  border-left-color: rgb(254 215 170 / 0.5);
}

.focus\:border-l-orange-200\/60:focus {
  border-left-color: rgb(254 215 170 / 0.6);
}

.focus\:border-l-orange-200\/70:focus {
  border-left-color: rgb(254 215 170 / 0.7);
}

.focus\:border-l-orange-200\/75:focus {
  border-left-color: rgb(254 215 170 / 0.75);
}

.focus\:border-l-orange-200\/80:focus {
  border-left-color: rgb(254 215 170 / 0.8);
}

.focus\:border-l-orange-200\/90:focus {
  border-left-color: rgb(254 215 170 / 0.9);
}

.focus\:border-l-orange-200\/95:focus {
  border-left-color: rgb(254 215 170 / 0.95);
}

.focus\:border-l-orange-300:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 186 116 / var(--tw-border-opacity));
}

.focus\:border-l-orange-300\/0:focus {
  border-left-color: rgb(253 186 116 / 0);
}

.focus\:border-l-orange-300\/10:focus {
  border-left-color: rgb(253 186 116 / 0.1);
}

.focus\:border-l-orange-300\/100:focus {
  border-left-color: rgb(253 186 116 / 1);
}

.focus\:border-l-orange-300\/20:focus {
  border-left-color: rgb(253 186 116 / 0.2);
}

.focus\:border-l-orange-300\/25:focus {
  border-left-color: rgb(253 186 116 / 0.25);
}

.focus\:border-l-orange-300\/30:focus {
  border-left-color: rgb(253 186 116 / 0.3);
}

.focus\:border-l-orange-300\/40:focus {
  border-left-color: rgb(253 186 116 / 0.4);
}

.focus\:border-l-orange-300\/5:focus {
  border-left-color: rgb(253 186 116 / 0.05);
}

.focus\:border-l-orange-300\/50:focus {
  border-left-color: rgb(253 186 116 / 0.5);
}

.focus\:border-l-orange-300\/60:focus {
  border-left-color: rgb(253 186 116 / 0.6);
}

.focus\:border-l-orange-300\/70:focus {
  border-left-color: rgb(253 186 116 / 0.7);
}

.focus\:border-l-orange-300\/75:focus {
  border-left-color: rgb(253 186 116 / 0.75);
}

.focus\:border-l-orange-300\/80:focus {
  border-left-color: rgb(253 186 116 / 0.8);
}

.focus\:border-l-orange-300\/90:focus {
  border-left-color: rgb(253 186 116 / 0.9);
}

.focus\:border-l-orange-300\/95:focus {
  border-left-color: rgb(253 186 116 / 0.95);
}

.focus\:border-l-orange-400:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.focus\:border-l-orange-400\/0:focus {
  border-left-color: rgb(251 146 60 / 0);
}

.focus\:border-l-orange-400\/10:focus {
  border-left-color: rgb(251 146 60 / 0.1);
}

.focus\:border-l-orange-400\/100:focus {
  border-left-color: rgb(251 146 60 / 1);
}

.focus\:border-l-orange-400\/20:focus {
  border-left-color: rgb(251 146 60 / 0.2);
}

.focus\:border-l-orange-400\/25:focus {
  border-left-color: rgb(251 146 60 / 0.25);
}

.focus\:border-l-orange-400\/30:focus {
  border-left-color: rgb(251 146 60 / 0.3);
}

.focus\:border-l-orange-400\/40:focus {
  border-left-color: rgb(251 146 60 / 0.4);
}

.focus\:border-l-orange-400\/5:focus {
  border-left-color: rgb(251 146 60 / 0.05);
}

.focus\:border-l-orange-400\/50:focus {
  border-left-color: rgb(251 146 60 / 0.5);
}

.focus\:border-l-orange-400\/60:focus {
  border-left-color: rgb(251 146 60 / 0.6);
}

.focus\:border-l-orange-400\/70:focus {
  border-left-color: rgb(251 146 60 / 0.7);
}

.focus\:border-l-orange-400\/75:focus {
  border-left-color: rgb(251 146 60 / 0.75);
}

.focus\:border-l-orange-400\/80:focus {
  border-left-color: rgb(251 146 60 / 0.8);
}

.focus\:border-l-orange-400\/90:focus {
  border-left-color: rgb(251 146 60 / 0.9);
}

.focus\:border-l-orange-400\/95:focus {
  border-left-color: rgb(251 146 60 / 0.95);
}

.focus\:border-l-orange-50:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 247 237 / var(--tw-border-opacity));
}

.focus\:border-l-orange-50\/0:focus {
  border-left-color: rgb(255 247 237 / 0);
}

.focus\:border-l-orange-50\/10:focus {
  border-left-color: rgb(255 247 237 / 0.1);
}

.focus\:border-l-orange-50\/100:focus {
  border-left-color: rgb(255 247 237 / 1);
}

.focus\:border-l-orange-50\/20:focus {
  border-left-color: rgb(255 247 237 / 0.2);
}

.focus\:border-l-orange-50\/25:focus {
  border-left-color: rgb(255 247 237 / 0.25);
}

.focus\:border-l-orange-50\/30:focus {
  border-left-color: rgb(255 247 237 / 0.3);
}

.focus\:border-l-orange-50\/40:focus {
  border-left-color: rgb(255 247 237 / 0.4);
}

.focus\:border-l-orange-50\/5:focus {
  border-left-color: rgb(255 247 237 / 0.05);
}

.focus\:border-l-orange-50\/50:focus {
  border-left-color: rgb(255 247 237 / 0.5);
}

.focus\:border-l-orange-50\/60:focus {
  border-left-color: rgb(255 247 237 / 0.6);
}

.focus\:border-l-orange-50\/70:focus {
  border-left-color: rgb(255 247 237 / 0.7);
}

.focus\:border-l-orange-50\/75:focus {
  border-left-color: rgb(255 247 237 / 0.75);
}

.focus\:border-l-orange-50\/80:focus {
  border-left-color: rgb(255 247 237 / 0.8);
}

.focus\:border-l-orange-50\/90:focus {
  border-left-color: rgb(255 247 237 / 0.9);
}

.focus\:border-l-orange-50\/95:focus {
  border-left-color: rgb(255 247 237 / 0.95);
}

.focus\:border-l-orange-500:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 115 22 / var(--tw-border-opacity));
}

.focus\:border-l-orange-500\/0:focus {
  border-left-color: rgb(249 115 22 / 0);
}

.focus\:border-l-orange-500\/10:focus {
  border-left-color: rgb(249 115 22 / 0.1);
}

.focus\:border-l-orange-500\/100:focus {
  border-left-color: rgb(249 115 22 / 1);
}

.focus\:border-l-orange-500\/20:focus {
  border-left-color: rgb(249 115 22 / 0.2);
}

.focus\:border-l-orange-500\/25:focus {
  border-left-color: rgb(249 115 22 / 0.25);
}

.focus\:border-l-orange-500\/30:focus {
  border-left-color: rgb(249 115 22 / 0.3);
}

.focus\:border-l-orange-500\/40:focus {
  border-left-color: rgb(249 115 22 / 0.4);
}

.focus\:border-l-orange-500\/5:focus {
  border-left-color: rgb(249 115 22 / 0.05);
}

.focus\:border-l-orange-500\/50:focus {
  border-left-color: rgb(249 115 22 / 0.5);
}

.focus\:border-l-orange-500\/60:focus {
  border-left-color: rgb(249 115 22 / 0.6);
}

.focus\:border-l-orange-500\/70:focus {
  border-left-color: rgb(249 115 22 / 0.7);
}

.focus\:border-l-orange-500\/75:focus {
  border-left-color: rgb(249 115 22 / 0.75);
}

.focus\:border-l-orange-500\/80:focus {
  border-left-color: rgb(249 115 22 / 0.8);
}

.focus\:border-l-orange-500\/90:focus {
  border-left-color: rgb(249 115 22 / 0.9);
}

.focus\:border-l-orange-500\/95:focus {
  border-left-color: rgb(249 115 22 / 0.95);
}

.focus\:border-l-orange-600:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.focus\:border-l-orange-600\/0:focus {
  border-left-color: rgb(234 88 12 / 0);
}

.focus\:border-l-orange-600\/10:focus {
  border-left-color: rgb(234 88 12 / 0.1);
}

.focus\:border-l-orange-600\/100:focus {
  border-left-color: rgb(234 88 12 / 1);
}

.focus\:border-l-orange-600\/20:focus {
  border-left-color: rgb(234 88 12 / 0.2);
}

.focus\:border-l-orange-600\/25:focus {
  border-left-color: rgb(234 88 12 / 0.25);
}

.focus\:border-l-orange-600\/30:focus {
  border-left-color: rgb(234 88 12 / 0.3);
}

.focus\:border-l-orange-600\/40:focus {
  border-left-color: rgb(234 88 12 / 0.4);
}

.focus\:border-l-orange-600\/5:focus {
  border-left-color: rgb(234 88 12 / 0.05);
}

.focus\:border-l-orange-600\/50:focus {
  border-left-color: rgb(234 88 12 / 0.5);
}

.focus\:border-l-orange-600\/60:focus {
  border-left-color: rgb(234 88 12 / 0.6);
}

.focus\:border-l-orange-600\/70:focus {
  border-left-color: rgb(234 88 12 / 0.7);
}

.focus\:border-l-orange-600\/75:focus {
  border-left-color: rgb(234 88 12 / 0.75);
}

.focus\:border-l-orange-600\/80:focus {
  border-left-color: rgb(234 88 12 / 0.8);
}

.focus\:border-l-orange-600\/90:focus {
  border-left-color: rgb(234 88 12 / 0.9);
}

.focus\:border-l-orange-600\/95:focus {
  border-left-color: rgb(234 88 12 / 0.95);
}

.focus\:border-l-orange-700:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(194 65 12 / var(--tw-border-opacity));
}

.focus\:border-l-orange-700\/0:focus {
  border-left-color: rgb(194 65 12 / 0);
}

.focus\:border-l-orange-700\/10:focus {
  border-left-color: rgb(194 65 12 / 0.1);
}

.focus\:border-l-orange-700\/100:focus {
  border-left-color: rgb(194 65 12 / 1);
}

.focus\:border-l-orange-700\/20:focus {
  border-left-color: rgb(194 65 12 / 0.2);
}

.focus\:border-l-orange-700\/25:focus {
  border-left-color: rgb(194 65 12 / 0.25);
}

.focus\:border-l-orange-700\/30:focus {
  border-left-color: rgb(194 65 12 / 0.3);
}

.focus\:border-l-orange-700\/40:focus {
  border-left-color: rgb(194 65 12 / 0.4);
}

.focus\:border-l-orange-700\/5:focus {
  border-left-color: rgb(194 65 12 / 0.05);
}

.focus\:border-l-orange-700\/50:focus {
  border-left-color: rgb(194 65 12 / 0.5);
}

.focus\:border-l-orange-700\/60:focus {
  border-left-color: rgb(194 65 12 / 0.6);
}

.focus\:border-l-orange-700\/70:focus {
  border-left-color: rgb(194 65 12 / 0.7);
}

.focus\:border-l-orange-700\/75:focus {
  border-left-color: rgb(194 65 12 / 0.75);
}

.focus\:border-l-orange-700\/80:focus {
  border-left-color: rgb(194 65 12 / 0.8);
}

.focus\:border-l-orange-700\/90:focus {
  border-left-color: rgb(194 65 12 / 0.9);
}

.focus\:border-l-orange-700\/95:focus {
  border-left-color: rgb(194 65 12 / 0.95);
}

.focus\:border-l-orange-800:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(154 52 18 / var(--tw-border-opacity));
}

.focus\:border-l-orange-800\/0:focus {
  border-left-color: rgb(154 52 18 / 0);
}

.focus\:border-l-orange-800\/10:focus {
  border-left-color: rgb(154 52 18 / 0.1);
}

.focus\:border-l-orange-800\/100:focus {
  border-left-color: rgb(154 52 18 / 1);
}

.focus\:border-l-orange-800\/20:focus {
  border-left-color: rgb(154 52 18 / 0.2);
}

.focus\:border-l-orange-800\/25:focus {
  border-left-color: rgb(154 52 18 / 0.25);
}

.focus\:border-l-orange-800\/30:focus {
  border-left-color: rgb(154 52 18 / 0.3);
}

.focus\:border-l-orange-800\/40:focus {
  border-left-color: rgb(154 52 18 / 0.4);
}

.focus\:border-l-orange-800\/5:focus {
  border-left-color: rgb(154 52 18 / 0.05);
}

.focus\:border-l-orange-800\/50:focus {
  border-left-color: rgb(154 52 18 / 0.5);
}

.focus\:border-l-orange-800\/60:focus {
  border-left-color: rgb(154 52 18 / 0.6);
}

.focus\:border-l-orange-800\/70:focus {
  border-left-color: rgb(154 52 18 / 0.7);
}

.focus\:border-l-orange-800\/75:focus {
  border-left-color: rgb(154 52 18 / 0.75);
}

.focus\:border-l-orange-800\/80:focus {
  border-left-color: rgb(154 52 18 / 0.8);
}

.focus\:border-l-orange-800\/90:focus {
  border-left-color: rgb(154 52 18 / 0.9);
}

.focus\:border-l-orange-800\/95:focus {
  border-left-color: rgb(154 52 18 / 0.95);
}

.focus\:border-l-orange-900:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(124 45 18 / var(--tw-border-opacity));
}

.focus\:border-l-orange-900\/0:focus {
  border-left-color: rgb(124 45 18 / 0);
}

.focus\:border-l-orange-900\/10:focus {
  border-left-color: rgb(124 45 18 / 0.1);
}

.focus\:border-l-orange-900\/100:focus {
  border-left-color: rgb(124 45 18 / 1);
}

.focus\:border-l-orange-900\/20:focus {
  border-left-color: rgb(124 45 18 / 0.2);
}

.focus\:border-l-orange-900\/25:focus {
  border-left-color: rgb(124 45 18 / 0.25);
}

.focus\:border-l-orange-900\/30:focus {
  border-left-color: rgb(124 45 18 / 0.3);
}

.focus\:border-l-orange-900\/40:focus {
  border-left-color: rgb(124 45 18 / 0.4);
}

.focus\:border-l-orange-900\/5:focus {
  border-left-color: rgb(124 45 18 / 0.05);
}

.focus\:border-l-orange-900\/50:focus {
  border-left-color: rgb(124 45 18 / 0.5);
}

.focus\:border-l-orange-900\/60:focus {
  border-left-color: rgb(124 45 18 / 0.6);
}

.focus\:border-l-orange-900\/70:focus {
  border-left-color: rgb(124 45 18 / 0.7);
}

.focus\:border-l-orange-900\/75:focus {
  border-left-color: rgb(124 45 18 / 0.75);
}

.focus\:border-l-orange-900\/80:focus {
  border-left-color: rgb(124 45 18 / 0.8);
}

.focus\:border-l-orange-900\/90:focus {
  border-left-color: rgb(124 45 18 / 0.9);
}

.focus\:border-l-orange-900\/95:focus {
  border-left-color: rgb(124 45 18 / 0.95);
}

.focus\:border-l-orange-950:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(67 20 7 / var(--tw-border-opacity));
}

.focus\:border-l-orange-950\/0:focus {
  border-left-color: rgb(67 20 7 / 0);
}

.focus\:border-l-orange-950\/10:focus {
  border-left-color: rgb(67 20 7 / 0.1);
}

.focus\:border-l-orange-950\/100:focus {
  border-left-color: rgb(67 20 7 / 1);
}

.focus\:border-l-orange-950\/20:focus {
  border-left-color: rgb(67 20 7 / 0.2);
}

.focus\:border-l-orange-950\/25:focus {
  border-left-color: rgb(67 20 7 / 0.25);
}

.focus\:border-l-orange-950\/30:focus {
  border-left-color: rgb(67 20 7 / 0.3);
}

.focus\:border-l-orange-950\/40:focus {
  border-left-color: rgb(67 20 7 / 0.4);
}

.focus\:border-l-orange-950\/5:focus {
  border-left-color: rgb(67 20 7 / 0.05);
}

.focus\:border-l-orange-950\/50:focus {
  border-left-color: rgb(67 20 7 / 0.5);
}

.focus\:border-l-orange-950\/60:focus {
  border-left-color: rgb(67 20 7 / 0.6);
}

.focus\:border-l-orange-950\/70:focus {
  border-left-color: rgb(67 20 7 / 0.7);
}

.focus\:border-l-orange-950\/75:focus {
  border-left-color: rgb(67 20 7 / 0.75);
}

.focus\:border-l-orange-950\/80:focus {
  border-left-color: rgb(67 20 7 / 0.8);
}

.focus\:border-l-orange-950\/90:focus {
  border-left-color: rgb(67 20 7 / 0.9);
}

.focus\:border-l-orange-950\/95:focus {
  border-left-color: rgb(67 20 7 / 0.95);
}

.focus\:border-l-ozc-100:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 239 235 / var(--tw-border-opacity));
}

.focus\:border-l-ozc-100\/0:focus {
  border-left-color: rgb(255 239 235 / 0);
}

.focus\:border-l-ozc-100\/10:focus {
  border-left-color: rgb(255 239 235 / 0.1);
}

.focus\:border-l-ozc-100\/100:focus {
  border-left-color: rgb(255 239 235 / 1);
}

.focus\:border-l-ozc-100\/20:focus {
  border-left-color: rgb(255 239 235 / 0.2);
}

.focus\:border-l-ozc-100\/25:focus {
  border-left-color: rgb(255 239 235 / 0.25);
}

.focus\:border-l-ozc-100\/30:focus {
  border-left-color: rgb(255 239 235 / 0.3);
}

.focus\:border-l-ozc-100\/40:focus {
  border-left-color: rgb(255 239 235 / 0.4);
}

.focus\:border-l-ozc-100\/5:focus {
  border-left-color: rgb(255 239 235 / 0.05);
}

.focus\:border-l-ozc-100\/50:focus {
  border-left-color: rgb(255 239 235 / 0.5);
}

.focus\:border-l-ozc-100\/60:focus {
  border-left-color: rgb(255 239 235 / 0.6);
}

.focus\:border-l-ozc-100\/70:focus {
  border-left-color: rgb(255 239 235 / 0.7);
}

.focus\:border-l-ozc-100\/75:focus {
  border-left-color: rgb(255 239 235 / 0.75);
}

.focus\:border-l-ozc-100\/80:focus {
  border-left-color: rgb(255 239 235 / 0.8);
}

.focus\:border-l-ozc-100\/90:focus {
  border-left-color: rgb(255 239 235 / 0.9);
}

.focus\:border-l-ozc-100\/95:focus {
  border-left-color: rgb(255 239 235 / 0.95);
}

.focus\:border-l-ozc-200:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 225 222 / var(--tw-border-opacity));
}

.focus\:border-l-ozc-200\/0:focus {
  border-left-color: rgb(253 225 222 / 0);
}

.focus\:border-l-ozc-200\/10:focus {
  border-left-color: rgb(253 225 222 / 0.1);
}

.focus\:border-l-ozc-200\/100:focus {
  border-left-color: rgb(253 225 222 / 1);
}

.focus\:border-l-ozc-200\/20:focus {
  border-left-color: rgb(253 225 222 / 0.2);
}

.focus\:border-l-ozc-200\/25:focus {
  border-left-color: rgb(253 225 222 / 0.25);
}

.focus\:border-l-ozc-200\/30:focus {
  border-left-color: rgb(253 225 222 / 0.3);
}

.focus\:border-l-ozc-200\/40:focus {
  border-left-color: rgb(253 225 222 / 0.4);
}

.focus\:border-l-ozc-200\/5:focus {
  border-left-color: rgb(253 225 222 / 0.05);
}

.focus\:border-l-ozc-200\/50:focus {
  border-left-color: rgb(253 225 222 / 0.5);
}

.focus\:border-l-ozc-200\/60:focus {
  border-left-color: rgb(253 225 222 / 0.6);
}

.focus\:border-l-ozc-200\/70:focus {
  border-left-color: rgb(253 225 222 / 0.7);
}

.focus\:border-l-ozc-200\/75:focus {
  border-left-color: rgb(253 225 222 / 0.75);
}

.focus\:border-l-ozc-200\/80:focus {
  border-left-color: rgb(253 225 222 / 0.8);
}

.focus\:border-l-ozc-200\/90:focus {
  border-left-color: rgb(253 225 222 / 0.9);
}

.focus\:border-l-ozc-200\/95:focus {
  border-left-color: rgb(253 225 222 / 0.95);
}

.focus\:border-l-ozc-300:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(248 181 181 / var(--tw-border-opacity));
}

.focus\:border-l-ozc-300\/0:focus {
  border-left-color: rgb(248 181 181 / 0);
}

.focus\:border-l-ozc-300\/10:focus {
  border-left-color: rgb(248 181 181 / 0.1);
}

.focus\:border-l-ozc-300\/100:focus {
  border-left-color: rgb(248 181 181 / 1);
}

.focus\:border-l-ozc-300\/20:focus {
  border-left-color: rgb(248 181 181 / 0.2);
}

.focus\:border-l-ozc-300\/25:focus {
  border-left-color: rgb(248 181 181 / 0.25);
}

.focus\:border-l-ozc-300\/30:focus {
  border-left-color: rgb(248 181 181 / 0.3);
}

.focus\:border-l-ozc-300\/40:focus {
  border-left-color: rgb(248 181 181 / 0.4);
}

.focus\:border-l-ozc-300\/5:focus {
  border-left-color: rgb(248 181 181 / 0.05);
}

.focus\:border-l-ozc-300\/50:focus {
  border-left-color: rgb(248 181 181 / 0.5);
}

.focus\:border-l-ozc-300\/60:focus {
  border-left-color: rgb(248 181 181 / 0.6);
}

.focus\:border-l-ozc-300\/70:focus {
  border-left-color: rgb(248 181 181 / 0.7);
}

.focus\:border-l-ozc-300\/75:focus {
  border-left-color: rgb(248 181 181 / 0.75);
}

.focus\:border-l-ozc-300\/80:focus {
  border-left-color: rgb(248 181 181 / 0.8);
}

.focus\:border-l-ozc-300\/90:focus {
  border-left-color: rgb(248 181 181 / 0.9);
}

.focus\:border-l-ozc-300\/95:focus {
  border-left-color: rgb(248 181 181 / 0.95);
}

.focus\:border-l-ozc-400:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 189 173 / var(--tw-border-opacity));
}

.focus\:border-l-ozc-400\/0:focus {
  border-left-color: rgb(250 189 173 / 0);
}

.focus\:border-l-ozc-400\/10:focus {
  border-left-color: rgb(250 189 173 / 0.1);
}

.focus\:border-l-ozc-400\/100:focus {
  border-left-color: rgb(250 189 173 / 1);
}

.focus\:border-l-ozc-400\/20:focus {
  border-left-color: rgb(250 189 173 / 0.2);
}

.focus\:border-l-ozc-400\/25:focus {
  border-left-color: rgb(250 189 173 / 0.25);
}

.focus\:border-l-ozc-400\/30:focus {
  border-left-color: rgb(250 189 173 / 0.3);
}

.focus\:border-l-ozc-400\/40:focus {
  border-left-color: rgb(250 189 173 / 0.4);
}

.focus\:border-l-ozc-400\/5:focus {
  border-left-color: rgb(250 189 173 / 0.05);
}

.focus\:border-l-ozc-400\/50:focus {
  border-left-color: rgb(250 189 173 / 0.5);
}

.focus\:border-l-ozc-400\/60:focus {
  border-left-color: rgb(250 189 173 / 0.6);
}

.focus\:border-l-ozc-400\/70:focus {
  border-left-color: rgb(250 189 173 / 0.7);
}

.focus\:border-l-ozc-400\/75:focus {
  border-left-color: rgb(250 189 173 / 0.75);
}

.focus\:border-l-ozc-400\/80:focus {
  border-left-color: rgb(250 189 173 / 0.8);
}

.focus\:border-l-ozc-400\/90:focus {
  border-left-color: rgb(250 189 173 / 0.9);
}

.focus\:border-l-ozc-400\/95:focus {
  border-left-color: rgb(250 189 173 / 0.95);
}

.focus\:border-l-ozc-50:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 243 232 / var(--tw-border-opacity));
}

.focus\:border-l-ozc-50\/0:focus {
  border-left-color: rgb(254 243 232 / 0);
}

.focus\:border-l-ozc-50\/10:focus {
  border-left-color: rgb(254 243 232 / 0.1);
}

.focus\:border-l-ozc-50\/100:focus {
  border-left-color: rgb(254 243 232 / 1);
}

.focus\:border-l-ozc-50\/20:focus {
  border-left-color: rgb(254 243 232 / 0.2);
}

.focus\:border-l-ozc-50\/25:focus {
  border-left-color: rgb(254 243 232 / 0.25);
}

.focus\:border-l-ozc-50\/30:focus {
  border-left-color: rgb(254 243 232 / 0.3);
}

.focus\:border-l-ozc-50\/40:focus {
  border-left-color: rgb(254 243 232 / 0.4);
}

.focus\:border-l-ozc-50\/5:focus {
  border-left-color: rgb(254 243 232 / 0.05);
}

.focus\:border-l-ozc-50\/50:focus {
  border-left-color: rgb(254 243 232 / 0.5);
}

.focus\:border-l-ozc-50\/60:focus {
  border-left-color: rgb(254 243 232 / 0.6);
}

.focus\:border-l-ozc-50\/70:focus {
  border-left-color: rgb(254 243 232 / 0.7);
}

.focus\:border-l-ozc-50\/75:focus {
  border-left-color: rgb(254 243 232 / 0.75);
}

.focus\:border-l-ozc-50\/80:focus {
  border-left-color: rgb(254 243 232 / 0.8);
}

.focus\:border-l-ozc-50\/90:focus {
  border-left-color: rgb(254 243 232 / 0.9);
}

.focus\:border-l-ozc-50\/95:focus {
  border-left-color: rgb(254 243 232 / 0.95);
}

.focus\:border-l-ozc-500:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 110 96 / var(--tw-border-opacity));
}

.focus\:border-l-ozc-500\/0:focus {
  border-left-color: rgb(255 110 96 / 0);
}

.focus\:border-l-ozc-500\/10:focus {
  border-left-color: rgb(255 110 96 / 0.1);
}

.focus\:border-l-ozc-500\/100:focus {
  border-left-color: rgb(255 110 96 / 1);
}

.focus\:border-l-ozc-500\/20:focus {
  border-left-color: rgb(255 110 96 / 0.2);
}

.focus\:border-l-ozc-500\/25:focus {
  border-left-color: rgb(255 110 96 / 0.25);
}

.focus\:border-l-ozc-500\/30:focus {
  border-left-color: rgb(255 110 96 / 0.3);
}

.focus\:border-l-ozc-500\/40:focus {
  border-left-color: rgb(255 110 96 / 0.4);
}

.focus\:border-l-ozc-500\/5:focus {
  border-left-color: rgb(255 110 96 / 0.05);
}

.focus\:border-l-ozc-500\/50:focus {
  border-left-color: rgb(255 110 96 / 0.5);
}

.focus\:border-l-ozc-500\/60:focus {
  border-left-color: rgb(255 110 96 / 0.6);
}

.focus\:border-l-ozc-500\/70:focus {
  border-left-color: rgb(255 110 96 / 0.7);
}

.focus\:border-l-ozc-500\/75:focus {
  border-left-color: rgb(255 110 96 / 0.75);
}

.focus\:border-l-ozc-500\/80:focus {
  border-left-color: rgb(255 110 96 / 0.8);
}

.focus\:border-l-ozc-500\/90:focus {
  border-left-color: rgb(255 110 96 / 0.9);
}

.focus\:border-l-ozc-500\/95:focus {
  border-left-color: rgb(255 110 96 / 0.95);
}

.focus\:border-l-ozc-600:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 169 140 / var(--tw-border-opacity));
}

.focus\:border-l-ozc-600\/0:focus {
  border-left-color: rgb(249 169 140 / 0);
}

.focus\:border-l-ozc-600\/10:focus {
  border-left-color: rgb(249 169 140 / 0.1);
}

.focus\:border-l-ozc-600\/100:focus {
  border-left-color: rgb(249 169 140 / 1);
}

.focus\:border-l-ozc-600\/20:focus {
  border-left-color: rgb(249 169 140 / 0.2);
}

.focus\:border-l-ozc-600\/25:focus {
  border-left-color: rgb(249 169 140 / 0.25);
}

.focus\:border-l-ozc-600\/30:focus {
  border-left-color: rgb(249 169 140 / 0.3);
}

.focus\:border-l-ozc-600\/40:focus {
  border-left-color: rgb(249 169 140 / 0.4);
}

.focus\:border-l-ozc-600\/5:focus {
  border-left-color: rgb(249 169 140 / 0.05);
}

.focus\:border-l-ozc-600\/50:focus {
  border-left-color: rgb(249 169 140 / 0.5);
}

.focus\:border-l-ozc-600\/60:focus {
  border-left-color: rgb(249 169 140 / 0.6);
}

.focus\:border-l-ozc-600\/70:focus {
  border-left-color: rgb(249 169 140 / 0.7);
}

.focus\:border-l-ozc-600\/75:focus {
  border-left-color: rgb(249 169 140 / 0.75);
}

.focus\:border-l-ozc-600\/80:focus {
  border-left-color: rgb(249 169 140 / 0.8);
}

.focus\:border-l-ozc-600\/90:focus {
  border-left-color: rgb(249 169 140 / 0.9);
}

.focus\:border-l-ozc-600\/95:focus {
  border-left-color: rgb(249 169 140 / 0.95);
}

.focus\:border-l-ozc-700:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(246 148 114 / var(--tw-border-opacity));
}

.focus\:border-l-ozc-700\/0:focus {
  border-left-color: rgb(246 148 114 / 0);
}

.focus\:border-l-ozc-700\/10:focus {
  border-left-color: rgb(246 148 114 / 0.1);
}

.focus\:border-l-ozc-700\/100:focus {
  border-left-color: rgb(246 148 114 / 1);
}

.focus\:border-l-ozc-700\/20:focus {
  border-left-color: rgb(246 148 114 / 0.2);
}

.focus\:border-l-ozc-700\/25:focus {
  border-left-color: rgb(246 148 114 / 0.25);
}

.focus\:border-l-ozc-700\/30:focus {
  border-left-color: rgb(246 148 114 / 0.3);
}

.focus\:border-l-ozc-700\/40:focus {
  border-left-color: rgb(246 148 114 / 0.4);
}

.focus\:border-l-ozc-700\/5:focus {
  border-left-color: rgb(246 148 114 / 0.05);
}

.focus\:border-l-ozc-700\/50:focus {
  border-left-color: rgb(246 148 114 / 0.5);
}

.focus\:border-l-ozc-700\/60:focus {
  border-left-color: rgb(246 148 114 / 0.6);
}

.focus\:border-l-ozc-700\/70:focus {
  border-left-color: rgb(246 148 114 / 0.7);
}

.focus\:border-l-ozc-700\/75:focus {
  border-left-color: rgb(246 148 114 / 0.75);
}

.focus\:border-l-ozc-700\/80:focus {
  border-left-color: rgb(246 148 114 / 0.8);
}

.focus\:border-l-ozc-700\/90:focus {
  border-left-color: rgb(246 148 114 / 0.9);
}

.focus\:border-l-ozc-700\/95:focus {
  border-left-color: rgb(246 148 114 / 0.95);
}

.focus\:border-l-ozc-800:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 144 136 / var(--tw-border-opacity));
}

.focus\:border-l-ozc-800\/0:focus {
  border-left-color: rgb(245 144 136 / 0);
}

.focus\:border-l-ozc-800\/10:focus {
  border-left-color: rgb(245 144 136 / 0.1);
}

.focus\:border-l-ozc-800\/100:focus {
  border-left-color: rgb(245 144 136 / 1);
}

.focus\:border-l-ozc-800\/20:focus {
  border-left-color: rgb(245 144 136 / 0.2);
}

.focus\:border-l-ozc-800\/25:focus {
  border-left-color: rgb(245 144 136 / 0.25);
}

.focus\:border-l-ozc-800\/30:focus {
  border-left-color: rgb(245 144 136 / 0.3);
}

.focus\:border-l-ozc-800\/40:focus {
  border-left-color: rgb(245 144 136 / 0.4);
}

.focus\:border-l-ozc-800\/5:focus {
  border-left-color: rgb(245 144 136 / 0.05);
}

.focus\:border-l-ozc-800\/50:focus {
  border-left-color: rgb(245 144 136 / 0.5);
}

.focus\:border-l-ozc-800\/60:focus {
  border-left-color: rgb(245 144 136 / 0.6);
}

.focus\:border-l-ozc-800\/70:focus {
  border-left-color: rgb(245 144 136 / 0.7);
}

.focus\:border-l-ozc-800\/75:focus {
  border-left-color: rgb(245 144 136 / 0.75);
}

.focus\:border-l-ozc-800\/80:focus {
  border-left-color: rgb(245 144 136 / 0.8);
}

.focus\:border-l-ozc-800\/90:focus {
  border-left-color: rgb(245 144 136 / 0.9);
}

.focus\:border-l-ozc-800\/95:focus {
  border-left-color: rgb(245 144 136 / 0.95);
}

.focus\:border-l-ozc-900:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(243 121 124 / var(--tw-border-opacity));
}

.focus\:border-l-ozc-900\/0:focus {
  border-left-color: rgb(243 121 124 / 0);
}

.focus\:border-l-ozc-900\/10:focus {
  border-left-color: rgb(243 121 124 / 0.1);
}

.focus\:border-l-ozc-900\/100:focus {
  border-left-color: rgb(243 121 124 / 1);
}

.focus\:border-l-ozc-900\/20:focus {
  border-left-color: rgb(243 121 124 / 0.2);
}

.focus\:border-l-ozc-900\/25:focus {
  border-left-color: rgb(243 121 124 / 0.25);
}

.focus\:border-l-ozc-900\/30:focus {
  border-left-color: rgb(243 121 124 / 0.3);
}

.focus\:border-l-ozc-900\/40:focus {
  border-left-color: rgb(243 121 124 / 0.4);
}

.focus\:border-l-ozc-900\/5:focus {
  border-left-color: rgb(243 121 124 / 0.05);
}

.focus\:border-l-ozc-900\/50:focus {
  border-left-color: rgb(243 121 124 / 0.5);
}

.focus\:border-l-ozc-900\/60:focus {
  border-left-color: rgb(243 121 124 / 0.6);
}

.focus\:border-l-ozc-900\/70:focus {
  border-left-color: rgb(243 121 124 / 0.7);
}

.focus\:border-l-ozc-900\/75:focus {
  border-left-color: rgb(243 121 124 / 0.75);
}

.focus\:border-l-ozc-900\/80:focus {
  border-left-color: rgb(243 121 124 / 0.8);
}

.focus\:border-l-ozc-900\/90:focus {
  border-left-color: rgb(243 121 124 / 0.9);
}

.focus\:border-l-ozc-900\/95:focus {
  border-left-color: rgb(243 121 124 / 0.95);
}

.focus\:border-l-ozc-950:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.focus\:border-l-ozc-950\/0:focus {
  border-left-color: rgb(42 45 51 / 0);
}

.focus\:border-l-ozc-950\/10:focus {
  border-left-color: rgb(42 45 51 / 0.1);
}

.focus\:border-l-ozc-950\/100:focus {
  border-left-color: rgb(42 45 51 / 1);
}

.focus\:border-l-ozc-950\/20:focus {
  border-left-color: rgb(42 45 51 / 0.2);
}

.focus\:border-l-ozc-950\/25:focus {
  border-left-color: rgb(42 45 51 / 0.25);
}

.focus\:border-l-ozc-950\/30:focus {
  border-left-color: rgb(42 45 51 / 0.3);
}

.focus\:border-l-ozc-950\/40:focus {
  border-left-color: rgb(42 45 51 / 0.4);
}

.focus\:border-l-ozc-950\/5:focus {
  border-left-color: rgb(42 45 51 / 0.05);
}

.focus\:border-l-ozc-950\/50:focus {
  border-left-color: rgb(42 45 51 / 0.5);
}

.focus\:border-l-ozc-950\/60:focus {
  border-left-color: rgb(42 45 51 / 0.6);
}

.focus\:border-l-ozc-950\/70:focus {
  border-left-color: rgb(42 45 51 / 0.7);
}

.focus\:border-l-ozc-950\/75:focus {
  border-left-color: rgb(42 45 51 / 0.75);
}

.focus\:border-l-ozc-950\/80:focus {
  border-left-color: rgb(42 45 51 / 0.8);
}

.focus\:border-l-ozc-950\/90:focus {
  border-left-color: rgb(42 45 51 / 0.9);
}

.focus\:border-l-ozc-950\/95:focus {
  border-left-color: rgb(42 45 51 / 0.95);
}

.focus\:border-l-ozc-alt-100:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 250 230 / var(--tw-border-opacity));
}

.focus\:border-l-ozc-alt-100\/0:focus {
  border-left-color: rgb(255 250 230 / 0);
}

.focus\:border-l-ozc-alt-100\/10:focus {
  border-left-color: rgb(255 250 230 / 0.1);
}

.focus\:border-l-ozc-alt-100\/100:focus {
  border-left-color: rgb(255 250 230 / 1);
}

.focus\:border-l-ozc-alt-100\/20:focus {
  border-left-color: rgb(255 250 230 / 0.2);
}

.focus\:border-l-ozc-alt-100\/25:focus {
  border-left-color: rgb(255 250 230 / 0.25);
}

.focus\:border-l-ozc-alt-100\/30:focus {
  border-left-color: rgb(255 250 230 / 0.3);
}

.focus\:border-l-ozc-alt-100\/40:focus {
  border-left-color: rgb(255 250 230 / 0.4);
}

.focus\:border-l-ozc-alt-100\/5:focus {
  border-left-color: rgb(255 250 230 / 0.05);
}

.focus\:border-l-ozc-alt-100\/50:focus {
  border-left-color: rgb(255 250 230 / 0.5);
}

.focus\:border-l-ozc-alt-100\/60:focus {
  border-left-color: rgb(255 250 230 / 0.6);
}

.focus\:border-l-ozc-alt-100\/70:focus {
  border-left-color: rgb(255 250 230 / 0.7);
}

.focus\:border-l-ozc-alt-100\/75:focus {
  border-left-color: rgb(255 250 230 / 0.75);
}

.focus\:border-l-ozc-alt-100\/80:focus {
  border-left-color: rgb(255 250 230 / 0.8);
}

.focus\:border-l-ozc-alt-100\/90:focus {
  border-left-color: rgb(255 250 230 / 0.9);
}

.focus\:border-l-ozc-alt-100\/95:focus {
  border-left-color: rgb(255 250 230 / 0.95);
}

.focus\:border-l-ozc-alt-200:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 242 193 / var(--tw-border-opacity));
}

.focus\:border-l-ozc-alt-200\/0:focus {
  border-left-color: rgb(255 242 193 / 0);
}

.focus\:border-l-ozc-alt-200\/10:focus {
  border-left-color: rgb(255 242 193 / 0.1);
}

.focus\:border-l-ozc-alt-200\/100:focus {
  border-left-color: rgb(255 242 193 / 1);
}

.focus\:border-l-ozc-alt-200\/20:focus {
  border-left-color: rgb(255 242 193 / 0.2);
}

.focus\:border-l-ozc-alt-200\/25:focus {
  border-left-color: rgb(255 242 193 / 0.25);
}

.focus\:border-l-ozc-alt-200\/30:focus {
  border-left-color: rgb(255 242 193 / 0.3);
}

.focus\:border-l-ozc-alt-200\/40:focus {
  border-left-color: rgb(255 242 193 / 0.4);
}

.focus\:border-l-ozc-alt-200\/5:focus {
  border-left-color: rgb(255 242 193 / 0.05);
}

.focus\:border-l-ozc-alt-200\/50:focus {
  border-left-color: rgb(255 242 193 / 0.5);
}

.focus\:border-l-ozc-alt-200\/60:focus {
  border-left-color: rgb(255 242 193 / 0.6);
}

.focus\:border-l-ozc-alt-200\/70:focus {
  border-left-color: rgb(255 242 193 / 0.7);
}

.focus\:border-l-ozc-alt-200\/75:focus {
  border-left-color: rgb(255 242 193 / 0.75);
}

.focus\:border-l-ozc-alt-200\/80:focus {
  border-left-color: rgb(255 242 193 / 0.8);
}

.focus\:border-l-ozc-alt-200\/90:focus {
  border-left-color: rgb(255 242 193 / 0.9);
}

.focus\:border-l-ozc-alt-200\/95:focus {
  border-left-color: rgb(255 242 193 / 0.95);
}

.focus\:border-l-ozc-alt-300:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 235 155 / var(--tw-border-opacity));
}

.focus\:border-l-ozc-alt-300\/0:focus {
  border-left-color: rgb(255 235 155 / 0);
}

.focus\:border-l-ozc-alt-300\/10:focus {
  border-left-color: rgb(255 235 155 / 0.1);
}

.focus\:border-l-ozc-alt-300\/100:focus {
  border-left-color: rgb(255 235 155 / 1);
}

.focus\:border-l-ozc-alt-300\/20:focus {
  border-left-color: rgb(255 235 155 / 0.2);
}

.focus\:border-l-ozc-alt-300\/25:focus {
  border-left-color: rgb(255 235 155 / 0.25);
}

.focus\:border-l-ozc-alt-300\/30:focus {
  border-left-color: rgb(255 235 155 / 0.3);
}

.focus\:border-l-ozc-alt-300\/40:focus {
  border-left-color: rgb(255 235 155 / 0.4);
}

.focus\:border-l-ozc-alt-300\/5:focus {
  border-left-color: rgb(255 235 155 / 0.05);
}

.focus\:border-l-ozc-alt-300\/50:focus {
  border-left-color: rgb(255 235 155 / 0.5);
}

.focus\:border-l-ozc-alt-300\/60:focus {
  border-left-color: rgb(255 235 155 / 0.6);
}

.focus\:border-l-ozc-alt-300\/70:focus {
  border-left-color: rgb(255 235 155 / 0.7);
}

.focus\:border-l-ozc-alt-300\/75:focus {
  border-left-color: rgb(255 235 155 / 0.75);
}

.focus\:border-l-ozc-alt-300\/80:focus {
  border-left-color: rgb(255 235 155 / 0.8);
}

.focus\:border-l-ozc-alt-300\/90:focus {
  border-left-color: rgb(255 235 155 / 0.9);
}

.focus\:border-l-ozc-alt-300\/95:focus {
  border-left-color: rgb(255 235 155 / 0.95);
}

.focus\:border-l-ozc-alt-400:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 219 80 / var(--tw-border-opacity));
}

.focus\:border-l-ozc-alt-400\/0:focus {
  border-left-color: rgb(255 219 80 / 0);
}

.focus\:border-l-ozc-alt-400\/10:focus {
  border-left-color: rgb(255 219 80 / 0.1);
}

.focus\:border-l-ozc-alt-400\/100:focus {
  border-left-color: rgb(255 219 80 / 1);
}

.focus\:border-l-ozc-alt-400\/20:focus {
  border-left-color: rgb(255 219 80 / 0.2);
}

.focus\:border-l-ozc-alt-400\/25:focus {
  border-left-color: rgb(255 219 80 / 0.25);
}

.focus\:border-l-ozc-alt-400\/30:focus {
  border-left-color: rgb(255 219 80 / 0.3);
}

.focus\:border-l-ozc-alt-400\/40:focus {
  border-left-color: rgb(255 219 80 / 0.4);
}

.focus\:border-l-ozc-alt-400\/5:focus {
  border-left-color: rgb(255 219 80 / 0.05);
}

.focus\:border-l-ozc-alt-400\/50:focus {
  border-left-color: rgb(255 219 80 / 0.5);
}

.focus\:border-l-ozc-alt-400\/60:focus {
  border-left-color: rgb(255 219 80 / 0.6);
}

.focus\:border-l-ozc-alt-400\/70:focus {
  border-left-color: rgb(255 219 80 / 0.7);
}

.focus\:border-l-ozc-alt-400\/75:focus {
  border-left-color: rgb(255 219 80 / 0.75);
}

.focus\:border-l-ozc-alt-400\/80:focus {
  border-left-color: rgb(255 219 80 / 0.8);
}

.focus\:border-l-ozc-alt-400\/90:focus {
  border-left-color: rgb(255 219 80 / 0.9);
}

.focus\:border-l-ozc-alt-400\/95:focus {
  border-left-color: rgb(255 219 80 / 0.95);
}

.focus\:border-l-ozc-alt-50:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 252 243 / var(--tw-border-opacity));
}

.focus\:border-l-ozc-alt-50\/0:focus {
  border-left-color: rgb(255 252 243 / 0);
}

.focus\:border-l-ozc-alt-50\/10:focus {
  border-left-color: rgb(255 252 243 / 0.1);
}

.focus\:border-l-ozc-alt-50\/100:focus {
  border-left-color: rgb(255 252 243 / 1);
}

.focus\:border-l-ozc-alt-50\/20:focus {
  border-left-color: rgb(255 252 243 / 0.2);
}

.focus\:border-l-ozc-alt-50\/25:focus {
  border-left-color: rgb(255 252 243 / 0.25);
}

.focus\:border-l-ozc-alt-50\/30:focus {
  border-left-color: rgb(255 252 243 / 0.3);
}

.focus\:border-l-ozc-alt-50\/40:focus {
  border-left-color: rgb(255 252 243 / 0.4);
}

.focus\:border-l-ozc-alt-50\/5:focus {
  border-left-color: rgb(255 252 243 / 0.05);
}

.focus\:border-l-ozc-alt-50\/50:focus {
  border-left-color: rgb(255 252 243 / 0.5);
}

.focus\:border-l-ozc-alt-50\/60:focus {
  border-left-color: rgb(255 252 243 / 0.6);
}

.focus\:border-l-ozc-alt-50\/70:focus {
  border-left-color: rgb(255 252 243 / 0.7);
}

.focus\:border-l-ozc-alt-50\/75:focus {
  border-left-color: rgb(255 252 243 / 0.75);
}

.focus\:border-l-ozc-alt-50\/80:focus {
  border-left-color: rgb(255 252 243 / 0.8);
}

.focus\:border-l-ozc-alt-50\/90:focus {
  border-left-color: rgb(255 252 243 / 0.9);
}

.focus\:border-l-ozc-alt-50\/95:focus {
  border-left-color: rgb(255 252 243 / 0.95);
}

.focus\:border-l-ozc-alt-500:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 204 5 / var(--tw-border-opacity));
}

.focus\:border-l-ozc-alt-500\/0:focus {
  border-left-color: rgb(255 204 5 / 0);
}

.focus\:border-l-ozc-alt-500\/10:focus {
  border-left-color: rgb(255 204 5 / 0.1);
}

.focus\:border-l-ozc-alt-500\/100:focus {
  border-left-color: rgb(255 204 5 / 1);
}

.focus\:border-l-ozc-alt-500\/20:focus {
  border-left-color: rgb(255 204 5 / 0.2);
}

.focus\:border-l-ozc-alt-500\/25:focus {
  border-left-color: rgb(255 204 5 / 0.25);
}

.focus\:border-l-ozc-alt-500\/30:focus {
  border-left-color: rgb(255 204 5 / 0.3);
}

.focus\:border-l-ozc-alt-500\/40:focus {
  border-left-color: rgb(255 204 5 / 0.4);
}

.focus\:border-l-ozc-alt-500\/5:focus {
  border-left-color: rgb(255 204 5 / 0.05);
}

.focus\:border-l-ozc-alt-500\/50:focus {
  border-left-color: rgb(255 204 5 / 0.5);
}

.focus\:border-l-ozc-alt-500\/60:focus {
  border-left-color: rgb(255 204 5 / 0.6);
}

.focus\:border-l-ozc-alt-500\/70:focus {
  border-left-color: rgb(255 204 5 / 0.7);
}

.focus\:border-l-ozc-alt-500\/75:focus {
  border-left-color: rgb(255 204 5 / 0.75);
}

.focus\:border-l-ozc-alt-500\/80:focus {
  border-left-color: rgb(255 204 5 / 0.8);
}

.focus\:border-l-ozc-alt-500\/90:focus {
  border-left-color: rgb(255 204 5 / 0.9);
}

.focus\:border-l-ozc-alt-500\/95:focus {
  border-left-color: rgb(255 204 5 / 0.95);
}

.focus\:border-l-ozc-alt-600:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(230 184 5 / var(--tw-border-opacity));
}

.focus\:border-l-ozc-alt-600\/0:focus {
  border-left-color: rgb(230 184 5 / 0);
}

.focus\:border-l-ozc-alt-600\/10:focus {
  border-left-color: rgb(230 184 5 / 0.1);
}

.focus\:border-l-ozc-alt-600\/100:focus {
  border-left-color: rgb(230 184 5 / 1);
}

.focus\:border-l-ozc-alt-600\/20:focus {
  border-left-color: rgb(230 184 5 / 0.2);
}

.focus\:border-l-ozc-alt-600\/25:focus {
  border-left-color: rgb(230 184 5 / 0.25);
}

.focus\:border-l-ozc-alt-600\/30:focus {
  border-left-color: rgb(230 184 5 / 0.3);
}

.focus\:border-l-ozc-alt-600\/40:focus {
  border-left-color: rgb(230 184 5 / 0.4);
}

.focus\:border-l-ozc-alt-600\/5:focus {
  border-left-color: rgb(230 184 5 / 0.05);
}

.focus\:border-l-ozc-alt-600\/50:focus {
  border-left-color: rgb(230 184 5 / 0.5);
}

.focus\:border-l-ozc-alt-600\/60:focus {
  border-left-color: rgb(230 184 5 / 0.6);
}

.focus\:border-l-ozc-alt-600\/70:focus {
  border-left-color: rgb(230 184 5 / 0.7);
}

.focus\:border-l-ozc-alt-600\/75:focus {
  border-left-color: rgb(230 184 5 / 0.75);
}

.focus\:border-l-ozc-alt-600\/80:focus {
  border-left-color: rgb(230 184 5 / 0.8);
}

.focus\:border-l-ozc-alt-600\/90:focus {
  border-left-color: rgb(230 184 5 / 0.9);
}

.focus\:border-l-ozc-alt-600\/95:focus {
  border-left-color: rgb(230 184 5 / 0.95);
}

.focus\:border-l-ozc-alt-700:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(153 122 3 / var(--tw-border-opacity));
}

.focus\:border-l-ozc-alt-700\/0:focus {
  border-left-color: rgb(153 122 3 / 0);
}

.focus\:border-l-ozc-alt-700\/10:focus {
  border-left-color: rgb(153 122 3 / 0.1);
}

.focus\:border-l-ozc-alt-700\/100:focus {
  border-left-color: rgb(153 122 3 / 1);
}

.focus\:border-l-ozc-alt-700\/20:focus {
  border-left-color: rgb(153 122 3 / 0.2);
}

.focus\:border-l-ozc-alt-700\/25:focus {
  border-left-color: rgb(153 122 3 / 0.25);
}

.focus\:border-l-ozc-alt-700\/30:focus {
  border-left-color: rgb(153 122 3 / 0.3);
}

.focus\:border-l-ozc-alt-700\/40:focus {
  border-left-color: rgb(153 122 3 / 0.4);
}

.focus\:border-l-ozc-alt-700\/5:focus {
  border-left-color: rgb(153 122 3 / 0.05);
}

.focus\:border-l-ozc-alt-700\/50:focus {
  border-left-color: rgb(153 122 3 / 0.5);
}

.focus\:border-l-ozc-alt-700\/60:focus {
  border-left-color: rgb(153 122 3 / 0.6);
}

.focus\:border-l-ozc-alt-700\/70:focus {
  border-left-color: rgb(153 122 3 / 0.7);
}

.focus\:border-l-ozc-alt-700\/75:focus {
  border-left-color: rgb(153 122 3 / 0.75);
}

.focus\:border-l-ozc-alt-700\/80:focus {
  border-left-color: rgb(153 122 3 / 0.8);
}

.focus\:border-l-ozc-alt-700\/90:focus {
  border-left-color: rgb(153 122 3 / 0.9);
}

.focus\:border-l-ozc-alt-700\/95:focus {
  border-left-color: rgb(153 122 3 / 0.95);
}

.focus\:border-l-ozc-alt-800:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(115 92 2 / var(--tw-border-opacity));
}

.focus\:border-l-ozc-alt-800\/0:focus {
  border-left-color: rgb(115 92 2 / 0);
}

.focus\:border-l-ozc-alt-800\/10:focus {
  border-left-color: rgb(115 92 2 / 0.1);
}

.focus\:border-l-ozc-alt-800\/100:focus {
  border-left-color: rgb(115 92 2 / 1);
}

.focus\:border-l-ozc-alt-800\/20:focus {
  border-left-color: rgb(115 92 2 / 0.2);
}

.focus\:border-l-ozc-alt-800\/25:focus {
  border-left-color: rgb(115 92 2 / 0.25);
}

.focus\:border-l-ozc-alt-800\/30:focus {
  border-left-color: rgb(115 92 2 / 0.3);
}

.focus\:border-l-ozc-alt-800\/40:focus {
  border-left-color: rgb(115 92 2 / 0.4);
}

.focus\:border-l-ozc-alt-800\/5:focus {
  border-left-color: rgb(115 92 2 / 0.05);
}

.focus\:border-l-ozc-alt-800\/50:focus {
  border-left-color: rgb(115 92 2 / 0.5);
}

.focus\:border-l-ozc-alt-800\/60:focus {
  border-left-color: rgb(115 92 2 / 0.6);
}

.focus\:border-l-ozc-alt-800\/70:focus {
  border-left-color: rgb(115 92 2 / 0.7);
}

.focus\:border-l-ozc-alt-800\/75:focus {
  border-left-color: rgb(115 92 2 / 0.75);
}

.focus\:border-l-ozc-alt-800\/80:focus {
  border-left-color: rgb(115 92 2 / 0.8);
}

.focus\:border-l-ozc-alt-800\/90:focus {
  border-left-color: rgb(115 92 2 / 0.9);
}

.focus\:border-l-ozc-alt-800\/95:focus {
  border-left-color: rgb(115 92 2 / 0.95);
}

.focus\:border-l-ozc-alt-900:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.focus\:border-l-ozc-alt-900\/0:focus {
  border-left-color: rgb(42 45 51 / 0);
}

.focus\:border-l-ozc-alt-900\/10:focus {
  border-left-color: rgb(42 45 51 / 0.1);
}

.focus\:border-l-ozc-alt-900\/100:focus {
  border-left-color: rgb(42 45 51 / 1);
}

.focus\:border-l-ozc-alt-900\/20:focus {
  border-left-color: rgb(42 45 51 / 0.2);
}

.focus\:border-l-ozc-alt-900\/25:focus {
  border-left-color: rgb(42 45 51 / 0.25);
}

.focus\:border-l-ozc-alt-900\/30:focus {
  border-left-color: rgb(42 45 51 / 0.3);
}

.focus\:border-l-ozc-alt-900\/40:focus {
  border-left-color: rgb(42 45 51 / 0.4);
}

.focus\:border-l-ozc-alt-900\/5:focus {
  border-left-color: rgb(42 45 51 / 0.05);
}

.focus\:border-l-ozc-alt-900\/50:focus {
  border-left-color: rgb(42 45 51 / 0.5);
}

.focus\:border-l-ozc-alt-900\/60:focus {
  border-left-color: rgb(42 45 51 / 0.6);
}

.focus\:border-l-ozc-alt-900\/70:focus {
  border-left-color: rgb(42 45 51 / 0.7);
}

.focus\:border-l-ozc-alt-900\/75:focus {
  border-left-color: rgb(42 45 51 / 0.75);
}

.focus\:border-l-ozc-alt-900\/80:focus {
  border-left-color: rgb(42 45 51 / 0.8);
}

.focus\:border-l-ozc-alt-900\/90:focus {
  border-left-color: rgb(42 45 51 / 0.9);
}

.focus\:border-l-ozc-alt-900\/95:focus {
  border-left-color: rgb(42 45 51 / 0.95);
}

.focus\:border-l-pink-100:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(252 231 243 / var(--tw-border-opacity));
}

.focus\:border-l-pink-100\/0:focus {
  border-left-color: rgb(252 231 243 / 0);
}

.focus\:border-l-pink-100\/10:focus {
  border-left-color: rgb(252 231 243 / 0.1);
}

.focus\:border-l-pink-100\/100:focus {
  border-left-color: rgb(252 231 243 / 1);
}

.focus\:border-l-pink-100\/20:focus {
  border-left-color: rgb(252 231 243 / 0.2);
}

.focus\:border-l-pink-100\/25:focus {
  border-left-color: rgb(252 231 243 / 0.25);
}

.focus\:border-l-pink-100\/30:focus {
  border-left-color: rgb(252 231 243 / 0.3);
}

.focus\:border-l-pink-100\/40:focus {
  border-left-color: rgb(252 231 243 / 0.4);
}

.focus\:border-l-pink-100\/5:focus {
  border-left-color: rgb(252 231 243 / 0.05);
}

.focus\:border-l-pink-100\/50:focus {
  border-left-color: rgb(252 231 243 / 0.5);
}

.focus\:border-l-pink-100\/60:focus {
  border-left-color: rgb(252 231 243 / 0.6);
}

.focus\:border-l-pink-100\/70:focus {
  border-left-color: rgb(252 231 243 / 0.7);
}

.focus\:border-l-pink-100\/75:focus {
  border-left-color: rgb(252 231 243 / 0.75);
}

.focus\:border-l-pink-100\/80:focus {
  border-left-color: rgb(252 231 243 / 0.8);
}

.focus\:border-l-pink-100\/90:focus {
  border-left-color: rgb(252 231 243 / 0.9);
}

.focus\:border-l-pink-100\/95:focus {
  border-left-color: rgb(252 231 243 / 0.95);
}

.focus\:border-l-pink-200:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(251 207 232 / var(--tw-border-opacity));
}

.focus\:border-l-pink-200\/0:focus {
  border-left-color: rgb(251 207 232 / 0);
}

.focus\:border-l-pink-200\/10:focus {
  border-left-color: rgb(251 207 232 / 0.1);
}

.focus\:border-l-pink-200\/100:focus {
  border-left-color: rgb(251 207 232 / 1);
}

.focus\:border-l-pink-200\/20:focus {
  border-left-color: rgb(251 207 232 / 0.2);
}

.focus\:border-l-pink-200\/25:focus {
  border-left-color: rgb(251 207 232 / 0.25);
}

.focus\:border-l-pink-200\/30:focus {
  border-left-color: rgb(251 207 232 / 0.3);
}

.focus\:border-l-pink-200\/40:focus {
  border-left-color: rgb(251 207 232 / 0.4);
}

.focus\:border-l-pink-200\/5:focus {
  border-left-color: rgb(251 207 232 / 0.05);
}

.focus\:border-l-pink-200\/50:focus {
  border-left-color: rgb(251 207 232 / 0.5);
}

.focus\:border-l-pink-200\/60:focus {
  border-left-color: rgb(251 207 232 / 0.6);
}

.focus\:border-l-pink-200\/70:focus {
  border-left-color: rgb(251 207 232 / 0.7);
}

.focus\:border-l-pink-200\/75:focus {
  border-left-color: rgb(251 207 232 / 0.75);
}

.focus\:border-l-pink-200\/80:focus {
  border-left-color: rgb(251 207 232 / 0.8);
}

.focus\:border-l-pink-200\/90:focus {
  border-left-color: rgb(251 207 232 / 0.9);
}

.focus\:border-l-pink-200\/95:focus {
  border-left-color: rgb(251 207 232 / 0.95);
}

.focus\:border-l-pink-300:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 168 212 / var(--tw-border-opacity));
}

.focus\:border-l-pink-300\/0:focus {
  border-left-color: rgb(249 168 212 / 0);
}

.focus\:border-l-pink-300\/10:focus {
  border-left-color: rgb(249 168 212 / 0.1);
}

.focus\:border-l-pink-300\/100:focus {
  border-left-color: rgb(249 168 212 / 1);
}

.focus\:border-l-pink-300\/20:focus {
  border-left-color: rgb(249 168 212 / 0.2);
}

.focus\:border-l-pink-300\/25:focus {
  border-left-color: rgb(249 168 212 / 0.25);
}

.focus\:border-l-pink-300\/30:focus {
  border-left-color: rgb(249 168 212 / 0.3);
}

.focus\:border-l-pink-300\/40:focus {
  border-left-color: rgb(249 168 212 / 0.4);
}

.focus\:border-l-pink-300\/5:focus {
  border-left-color: rgb(249 168 212 / 0.05);
}

.focus\:border-l-pink-300\/50:focus {
  border-left-color: rgb(249 168 212 / 0.5);
}

.focus\:border-l-pink-300\/60:focus {
  border-left-color: rgb(249 168 212 / 0.6);
}

.focus\:border-l-pink-300\/70:focus {
  border-left-color: rgb(249 168 212 / 0.7);
}

.focus\:border-l-pink-300\/75:focus {
  border-left-color: rgb(249 168 212 / 0.75);
}

.focus\:border-l-pink-300\/80:focus {
  border-left-color: rgb(249 168 212 / 0.8);
}

.focus\:border-l-pink-300\/90:focus {
  border-left-color: rgb(249 168 212 / 0.9);
}

.focus\:border-l-pink-300\/95:focus {
  border-left-color: rgb(249 168 212 / 0.95);
}

.focus\:border-l-pink-400:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(244 114 182 / var(--tw-border-opacity));
}

.focus\:border-l-pink-400\/0:focus {
  border-left-color: rgb(244 114 182 / 0);
}

.focus\:border-l-pink-400\/10:focus {
  border-left-color: rgb(244 114 182 / 0.1);
}

.focus\:border-l-pink-400\/100:focus {
  border-left-color: rgb(244 114 182 / 1);
}

.focus\:border-l-pink-400\/20:focus {
  border-left-color: rgb(244 114 182 / 0.2);
}

.focus\:border-l-pink-400\/25:focus {
  border-left-color: rgb(244 114 182 / 0.25);
}

.focus\:border-l-pink-400\/30:focus {
  border-left-color: rgb(244 114 182 / 0.3);
}

.focus\:border-l-pink-400\/40:focus {
  border-left-color: rgb(244 114 182 / 0.4);
}

.focus\:border-l-pink-400\/5:focus {
  border-left-color: rgb(244 114 182 / 0.05);
}

.focus\:border-l-pink-400\/50:focus {
  border-left-color: rgb(244 114 182 / 0.5);
}

.focus\:border-l-pink-400\/60:focus {
  border-left-color: rgb(244 114 182 / 0.6);
}

.focus\:border-l-pink-400\/70:focus {
  border-left-color: rgb(244 114 182 / 0.7);
}

.focus\:border-l-pink-400\/75:focus {
  border-left-color: rgb(244 114 182 / 0.75);
}

.focus\:border-l-pink-400\/80:focus {
  border-left-color: rgb(244 114 182 / 0.8);
}

.focus\:border-l-pink-400\/90:focus {
  border-left-color: rgb(244 114 182 / 0.9);
}

.focus\:border-l-pink-400\/95:focus {
  border-left-color: rgb(244 114 182 / 0.95);
}

.focus\:border-l-pink-50:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 242 248 / var(--tw-border-opacity));
}

.focus\:border-l-pink-50\/0:focus {
  border-left-color: rgb(253 242 248 / 0);
}

.focus\:border-l-pink-50\/10:focus {
  border-left-color: rgb(253 242 248 / 0.1);
}

.focus\:border-l-pink-50\/100:focus {
  border-left-color: rgb(253 242 248 / 1);
}

.focus\:border-l-pink-50\/20:focus {
  border-left-color: rgb(253 242 248 / 0.2);
}

.focus\:border-l-pink-50\/25:focus {
  border-left-color: rgb(253 242 248 / 0.25);
}

.focus\:border-l-pink-50\/30:focus {
  border-left-color: rgb(253 242 248 / 0.3);
}

.focus\:border-l-pink-50\/40:focus {
  border-left-color: rgb(253 242 248 / 0.4);
}

.focus\:border-l-pink-50\/5:focus {
  border-left-color: rgb(253 242 248 / 0.05);
}

.focus\:border-l-pink-50\/50:focus {
  border-left-color: rgb(253 242 248 / 0.5);
}

.focus\:border-l-pink-50\/60:focus {
  border-left-color: rgb(253 242 248 / 0.6);
}

.focus\:border-l-pink-50\/70:focus {
  border-left-color: rgb(253 242 248 / 0.7);
}

.focus\:border-l-pink-50\/75:focus {
  border-left-color: rgb(253 242 248 / 0.75);
}

.focus\:border-l-pink-50\/80:focus {
  border-left-color: rgb(253 242 248 / 0.8);
}

.focus\:border-l-pink-50\/90:focus {
  border-left-color: rgb(253 242 248 / 0.9);
}

.focus\:border-l-pink-50\/95:focus {
  border-left-color: rgb(253 242 248 / 0.95);
}

.focus\:border-l-pink-500:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(236 72 153 / var(--tw-border-opacity));
}

.focus\:border-l-pink-500\/0:focus {
  border-left-color: rgb(236 72 153 / 0);
}

.focus\:border-l-pink-500\/10:focus {
  border-left-color: rgb(236 72 153 / 0.1);
}

.focus\:border-l-pink-500\/100:focus {
  border-left-color: rgb(236 72 153 / 1);
}

.focus\:border-l-pink-500\/20:focus {
  border-left-color: rgb(236 72 153 / 0.2);
}

.focus\:border-l-pink-500\/25:focus {
  border-left-color: rgb(236 72 153 / 0.25);
}

.focus\:border-l-pink-500\/30:focus {
  border-left-color: rgb(236 72 153 / 0.3);
}

.focus\:border-l-pink-500\/40:focus {
  border-left-color: rgb(236 72 153 / 0.4);
}

.focus\:border-l-pink-500\/5:focus {
  border-left-color: rgb(236 72 153 / 0.05);
}

.focus\:border-l-pink-500\/50:focus {
  border-left-color: rgb(236 72 153 / 0.5);
}

.focus\:border-l-pink-500\/60:focus {
  border-left-color: rgb(236 72 153 / 0.6);
}

.focus\:border-l-pink-500\/70:focus {
  border-left-color: rgb(236 72 153 / 0.7);
}

.focus\:border-l-pink-500\/75:focus {
  border-left-color: rgb(236 72 153 / 0.75);
}

.focus\:border-l-pink-500\/80:focus {
  border-left-color: rgb(236 72 153 / 0.8);
}

.focus\:border-l-pink-500\/90:focus {
  border-left-color: rgb(236 72 153 / 0.9);
}

.focus\:border-l-pink-500\/95:focus {
  border-left-color: rgb(236 72 153 / 0.95);
}

.focus\:border-l-pink-600:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(219 39 119 / var(--tw-border-opacity));
}

.focus\:border-l-pink-600\/0:focus {
  border-left-color: rgb(219 39 119 / 0);
}

.focus\:border-l-pink-600\/10:focus {
  border-left-color: rgb(219 39 119 / 0.1);
}

.focus\:border-l-pink-600\/100:focus {
  border-left-color: rgb(219 39 119 / 1);
}

.focus\:border-l-pink-600\/20:focus {
  border-left-color: rgb(219 39 119 / 0.2);
}

.focus\:border-l-pink-600\/25:focus {
  border-left-color: rgb(219 39 119 / 0.25);
}

.focus\:border-l-pink-600\/30:focus {
  border-left-color: rgb(219 39 119 / 0.3);
}

.focus\:border-l-pink-600\/40:focus {
  border-left-color: rgb(219 39 119 / 0.4);
}

.focus\:border-l-pink-600\/5:focus {
  border-left-color: rgb(219 39 119 / 0.05);
}

.focus\:border-l-pink-600\/50:focus {
  border-left-color: rgb(219 39 119 / 0.5);
}

.focus\:border-l-pink-600\/60:focus {
  border-left-color: rgb(219 39 119 / 0.6);
}

.focus\:border-l-pink-600\/70:focus {
  border-left-color: rgb(219 39 119 / 0.7);
}

.focus\:border-l-pink-600\/75:focus {
  border-left-color: rgb(219 39 119 / 0.75);
}

.focus\:border-l-pink-600\/80:focus {
  border-left-color: rgb(219 39 119 / 0.8);
}

.focus\:border-l-pink-600\/90:focus {
  border-left-color: rgb(219 39 119 / 0.9);
}

.focus\:border-l-pink-600\/95:focus {
  border-left-color: rgb(219 39 119 / 0.95);
}

.focus\:border-l-pink-700:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(190 24 93 / var(--tw-border-opacity));
}

.focus\:border-l-pink-700\/0:focus {
  border-left-color: rgb(190 24 93 / 0);
}

.focus\:border-l-pink-700\/10:focus {
  border-left-color: rgb(190 24 93 / 0.1);
}

.focus\:border-l-pink-700\/100:focus {
  border-left-color: rgb(190 24 93 / 1);
}

.focus\:border-l-pink-700\/20:focus {
  border-left-color: rgb(190 24 93 / 0.2);
}

.focus\:border-l-pink-700\/25:focus {
  border-left-color: rgb(190 24 93 / 0.25);
}

.focus\:border-l-pink-700\/30:focus {
  border-left-color: rgb(190 24 93 / 0.3);
}

.focus\:border-l-pink-700\/40:focus {
  border-left-color: rgb(190 24 93 / 0.4);
}

.focus\:border-l-pink-700\/5:focus {
  border-left-color: rgb(190 24 93 / 0.05);
}

.focus\:border-l-pink-700\/50:focus {
  border-left-color: rgb(190 24 93 / 0.5);
}

.focus\:border-l-pink-700\/60:focus {
  border-left-color: rgb(190 24 93 / 0.6);
}

.focus\:border-l-pink-700\/70:focus {
  border-left-color: rgb(190 24 93 / 0.7);
}

.focus\:border-l-pink-700\/75:focus {
  border-left-color: rgb(190 24 93 / 0.75);
}

.focus\:border-l-pink-700\/80:focus {
  border-left-color: rgb(190 24 93 / 0.8);
}

.focus\:border-l-pink-700\/90:focus {
  border-left-color: rgb(190 24 93 / 0.9);
}

.focus\:border-l-pink-700\/95:focus {
  border-left-color: rgb(190 24 93 / 0.95);
}

.focus\:border-l-pink-800:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(157 23 77 / var(--tw-border-opacity));
}

.focus\:border-l-pink-800\/0:focus {
  border-left-color: rgb(157 23 77 / 0);
}

.focus\:border-l-pink-800\/10:focus {
  border-left-color: rgb(157 23 77 / 0.1);
}

.focus\:border-l-pink-800\/100:focus {
  border-left-color: rgb(157 23 77 / 1);
}

.focus\:border-l-pink-800\/20:focus {
  border-left-color: rgb(157 23 77 / 0.2);
}

.focus\:border-l-pink-800\/25:focus {
  border-left-color: rgb(157 23 77 / 0.25);
}

.focus\:border-l-pink-800\/30:focus {
  border-left-color: rgb(157 23 77 / 0.3);
}

.focus\:border-l-pink-800\/40:focus {
  border-left-color: rgb(157 23 77 / 0.4);
}

.focus\:border-l-pink-800\/5:focus {
  border-left-color: rgb(157 23 77 / 0.05);
}

.focus\:border-l-pink-800\/50:focus {
  border-left-color: rgb(157 23 77 / 0.5);
}

.focus\:border-l-pink-800\/60:focus {
  border-left-color: rgb(157 23 77 / 0.6);
}

.focus\:border-l-pink-800\/70:focus {
  border-left-color: rgb(157 23 77 / 0.7);
}

.focus\:border-l-pink-800\/75:focus {
  border-left-color: rgb(157 23 77 / 0.75);
}

.focus\:border-l-pink-800\/80:focus {
  border-left-color: rgb(157 23 77 / 0.8);
}

.focus\:border-l-pink-800\/90:focus {
  border-left-color: rgb(157 23 77 / 0.9);
}

.focus\:border-l-pink-800\/95:focus {
  border-left-color: rgb(157 23 77 / 0.95);
}

.focus\:border-l-pink-900:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(131 24 67 / var(--tw-border-opacity));
}

.focus\:border-l-pink-900\/0:focus {
  border-left-color: rgb(131 24 67 / 0);
}

.focus\:border-l-pink-900\/10:focus {
  border-left-color: rgb(131 24 67 / 0.1);
}

.focus\:border-l-pink-900\/100:focus {
  border-left-color: rgb(131 24 67 / 1);
}

.focus\:border-l-pink-900\/20:focus {
  border-left-color: rgb(131 24 67 / 0.2);
}

.focus\:border-l-pink-900\/25:focus {
  border-left-color: rgb(131 24 67 / 0.25);
}

.focus\:border-l-pink-900\/30:focus {
  border-left-color: rgb(131 24 67 / 0.3);
}

.focus\:border-l-pink-900\/40:focus {
  border-left-color: rgb(131 24 67 / 0.4);
}

.focus\:border-l-pink-900\/5:focus {
  border-left-color: rgb(131 24 67 / 0.05);
}

.focus\:border-l-pink-900\/50:focus {
  border-left-color: rgb(131 24 67 / 0.5);
}

.focus\:border-l-pink-900\/60:focus {
  border-left-color: rgb(131 24 67 / 0.6);
}

.focus\:border-l-pink-900\/70:focus {
  border-left-color: rgb(131 24 67 / 0.7);
}

.focus\:border-l-pink-900\/75:focus {
  border-left-color: rgb(131 24 67 / 0.75);
}

.focus\:border-l-pink-900\/80:focus {
  border-left-color: rgb(131 24 67 / 0.8);
}

.focus\:border-l-pink-900\/90:focus {
  border-left-color: rgb(131 24 67 / 0.9);
}

.focus\:border-l-pink-900\/95:focus {
  border-left-color: rgb(131 24 67 / 0.95);
}

.focus\:border-l-pink-950:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(80 7 36 / var(--tw-border-opacity));
}

.focus\:border-l-pink-950\/0:focus {
  border-left-color: rgb(80 7 36 / 0);
}

.focus\:border-l-pink-950\/10:focus {
  border-left-color: rgb(80 7 36 / 0.1);
}

.focus\:border-l-pink-950\/100:focus {
  border-left-color: rgb(80 7 36 / 1);
}

.focus\:border-l-pink-950\/20:focus {
  border-left-color: rgb(80 7 36 / 0.2);
}

.focus\:border-l-pink-950\/25:focus {
  border-left-color: rgb(80 7 36 / 0.25);
}

.focus\:border-l-pink-950\/30:focus {
  border-left-color: rgb(80 7 36 / 0.3);
}

.focus\:border-l-pink-950\/40:focus {
  border-left-color: rgb(80 7 36 / 0.4);
}

.focus\:border-l-pink-950\/5:focus {
  border-left-color: rgb(80 7 36 / 0.05);
}

.focus\:border-l-pink-950\/50:focus {
  border-left-color: rgb(80 7 36 / 0.5);
}

.focus\:border-l-pink-950\/60:focus {
  border-left-color: rgb(80 7 36 / 0.6);
}

.focus\:border-l-pink-950\/70:focus {
  border-left-color: rgb(80 7 36 / 0.7);
}

.focus\:border-l-pink-950\/75:focus {
  border-left-color: rgb(80 7 36 / 0.75);
}

.focus\:border-l-pink-950\/80:focus {
  border-left-color: rgb(80 7 36 / 0.8);
}

.focus\:border-l-pink-950\/90:focus {
  border-left-color: rgb(80 7 36 / 0.9);
}

.focus\:border-l-pink-950\/95:focus {
  border-left-color: rgb(80 7 36 / 0.95);
}

.focus\:border-l-purple-100:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(243 232 255 / var(--tw-border-opacity));
}

.focus\:border-l-purple-100\/0:focus {
  border-left-color: rgb(243 232 255 / 0);
}

.focus\:border-l-purple-100\/10:focus {
  border-left-color: rgb(243 232 255 / 0.1);
}

.focus\:border-l-purple-100\/100:focus {
  border-left-color: rgb(243 232 255 / 1);
}

.focus\:border-l-purple-100\/20:focus {
  border-left-color: rgb(243 232 255 / 0.2);
}

.focus\:border-l-purple-100\/25:focus {
  border-left-color: rgb(243 232 255 / 0.25);
}

.focus\:border-l-purple-100\/30:focus {
  border-left-color: rgb(243 232 255 / 0.3);
}

.focus\:border-l-purple-100\/40:focus {
  border-left-color: rgb(243 232 255 / 0.4);
}

.focus\:border-l-purple-100\/5:focus {
  border-left-color: rgb(243 232 255 / 0.05);
}

.focus\:border-l-purple-100\/50:focus {
  border-left-color: rgb(243 232 255 / 0.5);
}

.focus\:border-l-purple-100\/60:focus {
  border-left-color: rgb(243 232 255 / 0.6);
}

.focus\:border-l-purple-100\/70:focus {
  border-left-color: rgb(243 232 255 / 0.7);
}

.focus\:border-l-purple-100\/75:focus {
  border-left-color: rgb(243 232 255 / 0.75);
}

.focus\:border-l-purple-100\/80:focus {
  border-left-color: rgb(243 232 255 / 0.8);
}

.focus\:border-l-purple-100\/90:focus {
  border-left-color: rgb(243 232 255 / 0.9);
}

.focus\:border-l-purple-100\/95:focus {
  border-left-color: rgb(243 232 255 / 0.95);
}

.focus\:border-l-purple-200:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(233 213 255 / var(--tw-border-opacity));
}

.focus\:border-l-purple-200\/0:focus {
  border-left-color: rgb(233 213 255 / 0);
}

.focus\:border-l-purple-200\/10:focus {
  border-left-color: rgb(233 213 255 / 0.1);
}

.focus\:border-l-purple-200\/100:focus {
  border-left-color: rgb(233 213 255 / 1);
}

.focus\:border-l-purple-200\/20:focus {
  border-left-color: rgb(233 213 255 / 0.2);
}

.focus\:border-l-purple-200\/25:focus {
  border-left-color: rgb(233 213 255 / 0.25);
}

.focus\:border-l-purple-200\/30:focus {
  border-left-color: rgb(233 213 255 / 0.3);
}

.focus\:border-l-purple-200\/40:focus {
  border-left-color: rgb(233 213 255 / 0.4);
}

.focus\:border-l-purple-200\/5:focus {
  border-left-color: rgb(233 213 255 / 0.05);
}

.focus\:border-l-purple-200\/50:focus {
  border-left-color: rgb(233 213 255 / 0.5);
}

.focus\:border-l-purple-200\/60:focus {
  border-left-color: rgb(233 213 255 / 0.6);
}

.focus\:border-l-purple-200\/70:focus {
  border-left-color: rgb(233 213 255 / 0.7);
}

.focus\:border-l-purple-200\/75:focus {
  border-left-color: rgb(233 213 255 / 0.75);
}

.focus\:border-l-purple-200\/80:focus {
  border-left-color: rgb(233 213 255 / 0.8);
}

.focus\:border-l-purple-200\/90:focus {
  border-left-color: rgb(233 213 255 / 0.9);
}

.focus\:border-l-purple-200\/95:focus {
  border-left-color: rgb(233 213 255 / 0.95);
}

.focus\:border-l-purple-300:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(216 180 254 / var(--tw-border-opacity));
}

.focus\:border-l-purple-300\/0:focus {
  border-left-color: rgb(216 180 254 / 0);
}

.focus\:border-l-purple-300\/10:focus {
  border-left-color: rgb(216 180 254 / 0.1);
}

.focus\:border-l-purple-300\/100:focus {
  border-left-color: rgb(216 180 254 / 1);
}

.focus\:border-l-purple-300\/20:focus {
  border-left-color: rgb(216 180 254 / 0.2);
}

.focus\:border-l-purple-300\/25:focus {
  border-left-color: rgb(216 180 254 / 0.25);
}

.focus\:border-l-purple-300\/30:focus {
  border-left-color: rgb(216 180 254 / 0.3);
}

.focus\:border-l-purple-300\/40:focus {
  border-left-color: rgb(216 180 254 / 0.4);
}

.focus\:border-l-purple-300\/5:focus {
  border-left-color: rgb(216 180 254 / 0.05);
}

.focus\:border-l-purple-300\/50:focus {
  border-left-color: rgb(216 180 254 / 0.5);
}

.focus\:border-l-purple-300\/60:focus {
  border-left-color: rgb(216 180 254 / 0.6);
}

.focus\:border-l-purple-300\/70:focus {
  border-left-color: rgb(216 180 254 / 0.7);
}

.focus\:border-l-purple-300\/75:focus {
  border-left-color: rgb(216 180 254 / 0.75);
}

.focus\:border-l-purple-300\/80:focus {
  border-left-color: rgb(216 180 254 / 0.8);
}

.focus\:border-l-purple-300\/90:focus {
  border-left-color: rgb(216 180 254 / 0.9);
}

.focus\:border-l-purple-300\/95:focus {
  border-left-color: rgb(216 180 254 / 0.95);
}

.focus\:border-l-purple-400:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(192 132 252 / var(--tw-border-opacity));
}

.focus\:border-l-purple-400\/0:focus {
  border-left-color: rgb(192 132 252 / 0);
}

.focus\:border-l-purple-400\/10:focus {
  border-left-color: rgb(192 132 252 / 0.1);
}

.focus\:border-l-purple-400\/100:focus {
  border-left-color: rgb(192 132 252 / 1);
}

.focus\:border-l-purple-400\/20:focus {
  border-left-color: rgb(192 132 252 / 0.2);
}

.focus\:border-l-purple-400\/25:focus {
  border-left-color: rgb(192 132 252 / 0.25);
}

.focus\:border-l-purple-400\/30:focus {
  border-left-color: rgb(192 132 252 / 0.3);
}

.focus\:border-l-purple-400\/40:focus {
  border-left-color: rgb(192 132 252 / 0.4);
}

.focus\:border-l-purple-400\/5:focus {
  border-left-color: rgb(192 132 252 / 0.05);
}

.focus\:border-l-purple-400\/50:focus {
  border-left-color: rgb(192 132 252 / 0.5);
}

.focus\:border-l-purple-400\/60:focus {
  border-left-color: rgb(192 132 252 / 0.6);
}

.focus\:border-l-purple-400\/70:focus {
  border-left-color: rgb(192 132 252 / 0.7);
}

.focus\:border-l-purple-400\/75:focus {
  border-left-color: rgb(192 132 252 / 0.75);
}

.focus\:border-l-purple-400\/80:focus {
  border-left-color: rgb(192 132 252 / 0.8);
}

.focus\:border-l-purple-400\/90:focus {
  border-left-color: rgb(192 132 252 / 0.9);
}

.focus\:border-l-purple-400\/95:focus {
  border-left-color: rgb(192 132 252 / 0.95);
}

.focus\:border-l-purple-50:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 245 255 / var(--tw-border-opacity));
}

.focus\:border-l-purple-50\/0:focus {
  border-left-color: rgb(250 245 255 / 0);
}

.focus\:border-l-purple-50\/10:focus {
  border-left-color: rgb(250 245 255 / 0.1);
}

.focus\:border-l-purple-50\/100:focus {
  border-left-color: rgb(250 245 255 / 1);
}

.focus\:border-l-purple-50\/20:focus {
  border-left-color: rgb(250 245 255 / 0.2);
}

.focus\:border-l-purple-50\/25:focus {
  border-left-color: rgb(250 245 255 / 0.25);
}

.focus\:border-l-purple-50\/30:focus {
  border-left-color: rgb(250 245 255 / 0.3);
}

.focus\:border-l-purple-50\/40:focus {
  border-left-color: rgb(250 245 255 / 0.4);
}

.focus\:border-l-purple-50\/5:focus {
  border-left-color: rgb(250 245 255 / 0.05);
}

.focus\:border-l-purple-50\/50:focus {
  border-left-color: rgb(250 245 255 / 0.5);
}

.focus\:border-l-purple-50\/60:focus {
  border-left-color: rgb(250 245 255 / 0.6);
}

.focus\:border-l-purple-50\/70:focus {
  border-left-color: rgb(250 245 255 / 0.7);
}

.focus\:border-l-purple-50\/75:focus {
  border-left-color: rgb(250 245 255 / 0.75);
}

.focus\:border-l-purple-50\/80:focus {
  border-left-color: rgb(250 245 255 / 0.8);
}

.focus\:border-l-purple-50\/90:focus {
  border-left-color: rgb(250 245 255 / 0.9);
}

.focus\:border-l-purple-50\/95:focus {
  border-left-color: rgb(250 245 255 / 0.95);
}

.focus\:border-l-purple-500:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(168 85 247 / var(--tw-border-opacity));
}

.focus\:border-l-purple-500\/0:focus {
  border-left-color: rgb(168 85 247 / 0);
}

.focus\:border-l-purple-500\/10:focus {
  border-left-color: rgb(168 85 247 / 0.1);
}

.focus\:border-l-purple-500\/100:focus {
  border-left-color: rgb(168 85 247 / 1);
}

.focus\:border-l-purple-500\/20:focus {
  border-left-color: rgb(168 85 247 / 0.2);
}

.focus\:border-l-purple-500\/25:focus {
  border-left-color: rgb(168 85 247 / 0.25);
}

.focus\:border-l-purple-500\/30:focus {
  border-left-color: rgb(168 85 247 / 0.3);
}

.focus\:border-l-purple-500\/40:focus {
  border-left-color: rgb(168 85 247 / 0.4);
}

.focus\:border-l-purple-500\/5:focus {
  border-left-color: rgb(168 85 247 / 0.05);
}

.focus\:border-l-purple-500\/50:focus {
  border-left-color: rgb(168 85 247 / 0.5);
}

.focus\:border-l-purple-500\/60:focus {
  border-left-color: rgb(168 85 247 / 0.6);
}

.focus\:border-l-purple-500\/70:focus {
  border-left-color: rgb(168 85 247 / 0.7);
}

.focus\:border-l-purple-500\/75:focus {
  border-left-color: rgb(168 85 247 / 0.75);
}

.focus\:border-l-purple-500\/80:focus {
  border-left-color: rgb(168 85 247 / 0.8);
}

.focus\:border-l-purple-500\/90:focus {
  border-left-color: rgb(168 85 247 / 0.9);
}

.focus\:border-l-purple-500\/95:focus {
  border-left-color: rgb(168 85 247 / 0.95);
}

.focus\:border-l-purple-600:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(147 51 234 / var(--tw-border-opacity));
}

.focus\:border-l-purple-600\/0:focus {
  border-left-color: rgb(147 51 234 / 0);
}

.focus\:border-l-purple-600\/10:focus {
  border-left-color: rgb(147 51 234 / 0.1);
}

.focus\:border-l-purple-600\/100:focus {
  border-left-color: rgb(147 51 234 / 1);
}

.focus\:border-l-purple-600\/20:focus {
  border-left-color: rgb(147 51 234 / 0.2);
}

.focus\:border-l-purple-600\/25:focus {
  border-left-color: rgb(147 51 234 / 0.25);
}

.focus\:border-l-purple-600\/30:focus {
  border-left-color: rgb(147 51 234 / 0.3);
}

.focus\:border-l-purple-600\/40:focus {
  border-left-color: rgb(147 51 234 / 0.4);
}

.focus\:border-l-purple-600\/5:focus {
  border-left-color: rgb(147 51 234 / 0.05);
}

.focus\:border-l-purple-600\/50:focus {
  border-left-color: rgb(147 51 234 / 0.5);
}

.focus\:border-l-purple-600\/60:focus {
  border-left-color: rgb(147 51 234 / 0.6);
}

.focus\:border-l-purple-600\/70:focus {
  border-left-color: rgb(147 51 234 / 0.7);
}

.focus\:border-l-purple-600\/75:focus {
  border-left-color: rgb(147 51 234 / 0.75);
}

.focus\:border-l-purple-600\/80:focus {
  border-left-color: rgb(147 51 234 / 0.8);
}

.focus\:border-l-purple-600\/90:focus {
  border-left-color: rgb(147 51 234 / 0.9);
}

.focus\:border-l-purple-600\/95:focus {
  border-left-color: rgb(147 51 234 / 0.95);
}

.focus\:border-l-purple-700:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(126 34 206 / var(--tw-border-opacity));
}

.focus\:border-l-purple-700\/0:focus {
  border-left-color: rgb(126 34 206 / 0);
}

.focus\:border-l-purple-700\/10:focus {
  border-left-color: rgb(126 34 206 / 0.1);
}

.focus\:border-l-purple-700\/100:focus {
  border-left-color: rgb(126 34 206 / 1);
}

.focus\:border-l-purple-700\/20:focus {
  border-left-color: rgb(126 34 206 / 0.2);
}

.focus\:border-l-purple-700\/25:focus {
  border-left-color: rgb(126 34 206 / 0.25);
}

.focus\:border-l-purple-700\/30:focus {
  border-left-color: rgb(126 34 206 / 0.3);
}

.focus\:border-l-purple-700\/40:focus {
  border-left-color: rgb(126 34 206 / 0.4);
}

.focus\:border-l-purple-700\/5:focus {
  border-left-color: rgb(126 34 206 / 0.05);
}

.focus\:border-l-purple-700\/50:focus {
  border-left-color: rgb(126 34 206 / 0.5);
}

.focus\:border-l-purple-700\/60:focus {
  border-left-color: rgb(126 34 206 / 0.6);
}

.focus\:border-l-purple-700\/70:focus {
  border-left-color: rgb(126 34 206 / 0.7);
}

.focus\:border-l-purple-700\/75:focus {
  border-left-color: rgb(126 34 206 / 0.75);
}

.focus\:border-l-purple-700\/80:focus {
  border-left-color: rgb(126 34 206 / 0.8);
}

.focus\:border-l-purple-700\/90:focus {
  border-left-color: rgb(126 34 206 / 0.9);
}

.focus\:border-l-purple-700\/95:focus {
  border-left-color: rgb(126 34 206 / 0.95);
}

.focus\:border-l-purple-800:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(107 33 168 / var(--tw-border-opacity));
}

.focus\:border-l-purple-800\/0:focus {
  border-left-color: rgb(107 33 168 / 0);
}

.focus\:border-l-purple-800\/10:focus {
  border-left-color: rgb(107 33 168 / 0.1);
}

.focus\:border-l-purple-800\/100:focus {
  border-left-color: rgb(107 33 168 / 1);
}

.focus\:border-l-purple-800\/20:focus {
  border-left-color: rgb(107 33 168 / 0.2);
}

.focus\:border-l-purple-800\/25:focus {
  border-left-color: rgb(107 33 168 / 0.25);
}

.focus\:border-l-purple-800\/30:focus {
  border-left-color: rgb(107 33 168 / 0.3);
}

.focus\:border-l-purple-800\/40:focus {
  border-left-color: rgb(107 33 168 / 0.4);
}

.focus\:border-l-purple-800\/5:focus {
  border-left-color: rgb(107 33 168 / 0.05);
}

.focus\:border-l-purple-800\/50:focus {
  border-left-color: rgb(107 33 168 / 0.5);
}

.focus\:border-l-purple-800\/60:focus {
  border-left-color: rgb(107 33 168 / 0.6);
}

.focus\:border-l-purple-800\/70:focus {
  border-left-color: rgb(107 33 168 / 0.7);
}

.focus\:border-l-purple-800\/75:focus {
  border-left-color: rgb(107 33 168 / 0.75);
}

.focus\:border-l-purple-800\/80:focus {
  border-left-color: rgb(107 33 168 / 0.8);
}

.focus\:border-l-purple-800\/90:focus {
  border-left-color: rgb(107 33 168 / 0.9);
}

.focus\:border-l-purple-800\/95:focus {
  border-left-color: rgb(107 33 168 / 0.95);
}

.focus\:border-l-purple-900:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(88 28 135 / var(--tw-border-opacity));
}

.focus\:border-l-purple-900\/0:focus {
  border-left-color: rgb(88 28 135 / 0);
}

.focus\:border-l-purple-900\/10:focus {
  border-left-color: rgb(88 28 135 / 0.1);
}

.focus\:border-l-purple-900\/100:focus {
  border-left-color: rgb(88 28 135 / 1);
}

.focus\:border-l-purple-900\/20:focus {
  border-left-color: rgb(88 28 135 / 0.2);
}

.focus\:border-l-purple-900\/25:focus {
  border-left-color: rgb(88 28 135 / 0.25);
}

.focus\:border-l-purple-900\/30:focus {
  border-left-color: rgb(88 28 135 / 0.3);
}

.focus\:border-l-purple-900\/40:focus {
  border-left-color: rgb(88 28 135 / 0.4);
}

.focus\:border-l-purple-900\/5:focus {
  border-left-color: rgb(88 28 135 / 0.05);
}

.focus\:border-l-purple-900\/50:focus {
  border-left-color: rgb(88 28 135 / 0.5);
}

.focus\:border-l-purple-900\/60:focus {
  border-left-color: rgb(88 28 135 / 0.6);
}

.focus\:border-l-purple-900\/70:focus {
  border-left-color: rgb(88 28 135 / 0.7);
}

.focus\:border-l-purple-900\/75:focus {
  border-left-color: rgb(88 28 135 / 0.75);
}

.focus\:border-l-purple-900\/80:focus {
  border-left-color: rgb(88 28 135 / 0.8);
}

.focus\:border-l-purple-900\/90:focus {
  border-left-color: rgb(88 28 135 / 0.9);
}

.focus\:border-l-purple-900\/95:focus {
  border-left-color: rgb(88 28 135 / 0.95);
}

.focus\:border-l-purple-950:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(59 7 100 / var(--tw-border-opacity));
}

.focus\:border-l-purple-950\/0:focus {
  border-left-color: rgb(59 7 100 / 0);
}

.focus\:border-l-purple-950\/10:focus {
  border-left-color: rgb(59 7 100 / 0.1);
}

.focus\:border-l-purple-950\/100:focus {
  border-left-color: rgb(59 7 100 / 1);
}

.focus\:border-l-purple-950\/20:focus {
  border-left-color: rgb(59 7 100 / 0.2);
}

.focus\:border-l-purple-950\/25:focus {
  border-left-color: rgb(59 7 100 / 0.25);
}

.focus\:border-l-purple-950\/30:focus {
  border-left-color: rgb(59 7 100 / 0.3);
}

.focus\:border-l-purple-950\/40:focus {
  border-left-color: rgb(59 7 100 / 0.4);
}

.focus\:border-l-purple-950\/5:focus {
  border-left-color: rgb(59 7 100 / 0.05);
}

.focus\:border-l-purple-950\/50:focus {
  border-left-color: rgb(59 7 100 / 0.5);
}

.focus\:border-l-purple-950\/60:focus {
  border-left-color: rgb(59 7 100 / 0.6);
}

.focus\:border-l-purple-950\/70:focus {
  border-left-color: rgb(59 7 100 / 0.7);
}

.focus\:border-l-purple-950\/75:focus {
  border-left-color: rgb(59 7 100 / 0.75);
}

.focus\:border-l-purple-950\/80:focus {
  border-left-color: rgb(59 7 100 / 0.8);
}

.focus\:border-l-purple-950\/90:focus {
  border-left-color: rgb(59 7 100 / 0.9);
}

.focus\:border-l-purple-950\/95:focus {
  border-left-color: rgb(59 7 100 / 0.95);
}

.focus\:border-l-red-100:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 226 226 / var(--tw-border-opacity));
}

.focus\:border-l-red-100\/0:focus {
  border-left-color: rgb(254 226 226 / 0);
}

.focus\:border-l-red-100\/10:focus {
  border-left-color: rgb(254 226 226 / 0.1);
}

.focus\:border-l-red-100\/100:focus {
  border-left-color: rgb(254 226 226 / 1);
}

.focus\:border-l-red-100\/20:focus {
  border-left-color: rgb(254 226 226 / 0.2);
}

.focus\:border-l-red-100\/25:focus {
  border-left-color: rgb(254 226 226 / 0.25);
}

.focus\:border-l-red-100\/30:focus {
  border-left-color: rgb(254 226 226 / 0.3);
}

.focus\:border-l-red-100\/40:focus {
  border-left-color: rgb(254 226 226 / 0.4);
}

.focus\:border-l-red-100\/5:focus {
  border-left-color: rgb(254 226 226 / 0.05);
}

.focus\:border-l-red-100\/50:focus {
  border-left-color: rgb(254 226 226 / 0.5);
}

.focus\:border-l-red-100\/60:focus {
  border-left-color: rgb(254 226 226 / 0.6);
}

.focus\:border-l-red-100\/70:focus {
  border-left-color: rgb(254 226 226 / 0.7);
}

.focus\:border-l-red-100\/75:focus {
  border-left-color: rgb(254 226 226 / 0.75);
}

.focus\:border-l-red-100\/80:focus {
  border-left-color: rgb(254 226 226 / 0.8);
}

.focus\:border-l-red-100\/90:focus {
  border-left-color: rgb(254 226 226 / 0.9);
}

.focus\:border-l-red-100\/95:focus {
  border-left-color: rgb(254 226 226 / 0.95);
}

.focus\:border-l-red-200:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.focus\:border-l-red-200\/0:focus {
  border-left-color: rgb(254 202 202 / 0);
}

.focus\:border-l-red-200\/10:focus {
  border-left-color: rgb(254 202 202 / 0.1);
}

.focus\:border-l-red-200\/100:focus {
  border-left-color: rgb(254 202 202 / 1);
}

.focus\:border-l-red-200\/20:focus {
  border-left-color: rgb(254 202 202 / 0.2);
}

.focus\:border-l-red-200\/25:focus {
  border-left-color: rgb(254 202 202 / 0.25);
}

.focus\:border-l-red-200\/30:focus {
  border-left-color: rgb(254 202 202 / 0.3);
}

.focus\:border-l-red-200\/40:focus {
  border-left-color: rgb(254 202 202 / 0.4);
}

.focus\:border-l-red-200\/5:focus {
  border-left-color: rgb(254 202 202 / 0.05);
}

.focus\:border-l-red-200\/50:focus {
  border-left-color: rgb(254 202 202 / 0.5);
}

.focus\:border-l-red-200\/60:focus {
  border-left-color: rgb(254 202 202 / 0.6);
}

.focus\:border-l-red-200\/70:focus {
  border-left-color: rgb(254 202 202 / 0.7);
}

.focus\:border-l-red-200\/75:focus {
  border-left-color: rgb(254 202 202 / 0.75);
}

.focus\:border-l-red-200\/80:focus {
  border-left-color: rgb(254 202 202 / 0.8);
}

.focus\:border-l-red-200\/90:focus {
  border-left-color: rgb(254 202 202 / 0.9);
}

.focus\:border-l-red-200\/95:focus {
  border-left-color: rgb(254 202 202 / 0.95);
}

.focus\:border-l-red-300:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.focus\:border-l-red-300\/0:focus {
  border-left-color: rgb(252 165 165 / 0);
}

.focus\:border-l-red-300\/10:focus {
  border-left-color: rgb(252 165 165 / 0.1);
}

.focus\:border-l-red-300\/100:focus {
  border-left-color: rgb(252 165 165 / 1);
}

.focus\:border-l-red-300\/20:focus {
  border-left-color: rgb(252 165 165 / 0.2);
}

.focus\:border-l-red-300\/25:focus {
  border-left-color: rgb(252 165 165 / 0.25);
}

.focus\:border-l-red-300\/30:focus {
  border-left-color: rgb(252 165 165 / 0.3);
}

.focus\:border-l-red-300\/40:focus {
  border-left-color: rgb(252 165 165 / 0.4);
}

.focus\:border-l-red-300\/5:focus {
  border-left-color: rgb(252 165 165 / 0.05);
}

.focus\:border-l-red-300\/50:focus {
  border-left-color: rgb(252 165 165 / 0.5);
}

.focus\:border-l-red-300\/60:focus {
  border-left-color: rgb(252 165 165 / 0.6);
}

.focus\:border-l-red-300\/70:focus {
  border-left-color: rgb(252 165 165 / 0.7);
}

.focus\:border-l-red-300\/75:focus {
  border-left-color: rgb(252 165 165 / 0.75);
}

.focus\:border-l-red-300\/80:focus {
  border-left-color: rgb(252 165 165 / 0.8);
}

.focus\:border-l-red-300\/90:focus {
  border-left-color: rgb(252 165 165 / 0.9);
}

.focus\:border-l-red-300\/95:focus {
  border-left-color: rgb(252 165 165 / 0.95);
}

.focus\:border-l-red-400:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.focus\:border-l-red-400\/0:focus {
  border-left-color: rgb(248 113 113 / 0);
}

.focus\:border-l-red-400\/10:focus {
  border-left-color: rgb(248 113 113 / 0.1);
}

.focus\:border-l-red-400\/100:focus {
  border-left-color: rgb(248 113 113 / 1);
}

.focus\:border-l-red-400\/20:focus {
  border-left-color: rgb(248 113 113 / 0.2);
}

.focus\:border-l-red-400\/25:focus {
  border-left-color: rgb(248 113 113 / 0.25);
}

.focus\:border-l-red-400\/30:focus {
  border-left-color: rgb(248 113 113 / 0.3);
}

.focus\:border-l-red-400\/40:focus {
  border-left-color: rgb(248 113 113 / 0.4);
}

.focus\:border-l-red-400\/5:focus {
  border-left-color: rgb(248 113 113 / 0.05);
}

.focus\:border-l-red-400\/50:focus {
  border-left-color: rgb(248 113 113 / 0.5);
}

.focus\:border-l-red-400\/60:focus {
  border-left-color: rgb(248 113 113 / 0.6);
}

.focus\:border-l-red-400\/70:focus {
  border-left-color: rgb(248 113 113 / 0.7);
}

.focus\:border-l-red-400\/75:focus {
  border-left-color: rgb(248 113 113 / 0.75);
}

.focus\:border-l-red-400\/80:focus {
  border-left-color: rgb(248 113 113 / 0.8);
}

.focus\:border-l-red-400\/90:focus {
  border-left-color: rgb(248 113 113 / 0.9);
}

.focus\:border-l-red-400\/95:focus {
  border-left-color: rgb(248 113 113 / 0.95);
}

.focus\:border-l-red-50:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.focus\:border-l-red-50\/0:focus {
  border-left-color: rgb(254 242 242 / 0);
}

.focus\:border-l-red-50\/10:focus {
  border-left-color: rgb(254 242 242 / 0.1);
}

.focus\:border-l-red-50\/100:focus {
  border-left-color: rgb(254 242 242 / 1);
}

.focus\:border-l-red-50\/20:focus {
  border-left-color: rgb(254 242 242 / 0.2);
}

.focus\:border-l-red-50\/25:focus {
  border-left-color: rgb(254 242 242 / 0.25);
}

.focus\:border-l-red-50\/30:focus {
  border-left-color: rgb(254 242 242 / 0.3);
}

.focus\:border-l-red-50\/40:focus {
  border-left-color: rgb(254 242 242 / 0.4);
}

.focus\:border-l-red-50\/5:focus {
  border-left-color: rgb(254 242 242 / 0.05);
}

.focus\:border-l-red-50\/50:focus {
  border-left-color: rgb(254 242 242 / 0.5);
}

.focus\:border-l-red-50\/60:focus {
  border-left-color: rgb(254 242 242 / 0.6);
}

.focus\:border-l-red-50\/70:focus {
  border-left-color: rgb(254 242 242 / 0.7);
}

.focus\:border-l-red-50\/75:focus {
  border-left-color: rgb(254 242 242 / 0.75);
}

.focus\:border-l-red-50\/80:focus {
  border-left-color: rgb(254 242 242 / 0.8);
}

.focus\:border-l-red-50\/90:focus {
  border-left-color: rgb(254 242 242 / 0.9);
}

.focus\:border-l-red-50\/95:focus {
  border-left-color: rgb(254 242 242 / 0.95);
}

.focus\:border-l-red-500:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.focus\:border-l-red-500\/0:focus {
  border-left-color: rgb(239 68 68 / 0);
}

.focus\:border-l-red-500\/10:focus {
  border-left-color: rgb(239 68 68 / 0.1);
}

.focus\:border-l-red-500\/100:focus {
  border-left-color: rgb(239 68 68 / 1);
}

.focus\:border-l-red-500\/20:focus {
  border-left-color: rgb(239 68 68 / 0.2);
}

.focus\:border-l-red-500\/25:focus {
  border-left-color: rgb(239 68 68 / 0.25);
}

.focus\:border-l-red-500\/30:focus {
  border-left-color: rgb(239 68 68 / 0.3);
}

.focus\:border-l-red-500\/40:focus {
  border-left-color: rgb(239 68 68 / 0.4);
}

.focus\:border-l-red-500\/5:focus {
  border-left-color: rgb(239 68 68 / 0.05);
}

.focus\:border-l-red-500\/50:focus {
  border-left-color: rgb(239 68 68 / 0.5);
}

.focus\:border-l-red-500\/60:focus {
  border-left-color: rgb(239 68 68 / 0.6);
}

.focus\:border-l-red-500\/70:focus {
  border-left-color: rgb(239 68 68 / 0.7);
}

.focus\:border-l-red-500\/75:focus {
  border-left-color: rgb(239 68 68 / 0.75);
}

.focus\:border-l-red-500\/80:focus {
  border-left-color: rgb(239 68 68 / 0.8);
}

.focus\:border-l-red-500\/90:focus {
  border-left-color: rgb(239 68 68 / 0.9);
}

.focus\:border-l-red-500\/95:focus {
  border-left-color: rgb(239 68 68 / 0.95);
}

.focus\:border-l-red-600:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.focus\:border-l-red-600\/0:focus {
  border-left-color: rgb(220 38 38 / 0);
}

.focus\:border-l-red-600\/10:focus {
  border-left-color: rgb(220 38 38 / 0.1);
}

.focus\:border-l-red-600\/100:focus {
  border-left-color: rgb(220 38 38 / 1);
}

.focus\:border-l-red-600\/20:focus {
  border-left-color: rgb(220 38 38 / 0.2);
}

.focus\:border-l-red-600\/25:focus {
  border-left-color: rgb(220 38 38 / 0.25);
}

.focus\:border-l-red-600\/30:focus {
  border-left-color: rgb(220 38 38 / 0.3);
}

.focus\:border-l-red-600\/40:focus {
  border-left-color: rgb(220 38 38 / 0.4);
}

.focus\:border-l-red-600\/5:focus {
  border-left-color: rgb(220 38 38 / 0.05);
}

.focus\:border-l-red-600\/50:focus {
  border-left-color: rgb(220 38 38 / 0.5);
}

.focus\:border-l-red-600\/60:focus {
  border-left-color: rgb(220 38 38 / 0.6);
}

.focus\:border-l-red-600\/70:focus {
  border-left-color: rgb(220 38 38 / 0.7);
}

.focus\:border-l-red-600\/75:focus {
  border-left-color: rgb(220 38 38 / 0.75);
}

.focus\:border-l-red-600\/80:focus {
  border-left-color: rgb(220 38 38 / 0.8);
}

.focus\:border-l-red-600\/90:focus {
  border-left-color: rgb(220 38 38 / 0.9);
}

.focus\:border-l-red-600\/95:focus {
  border-left-color: rgb(220 38 38 / 0.95);
}

.focus\:border-l-red-700:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.focus\:border-l-red-700\/0:focus {
  border-left-color: rgb(185 28 28 / 0);
}

.focus\:border-l-red-700\/10:focus {
  border-left-color: rgb(185 28 28 / 0.1);
}

.focus\:border-l-red-700\/100:focus {
  border-left-color: rgb(185 28 28 / 1);
}

.focus\:border-l-red-700\/20:focus {
  border-left-color: rgb(185 28 28 / 0.2);
}

.focus\:border-l-red-700\/25:focus {
  border-left-color: rgb(185 28 28 / 0.25);
}

.focus\:border-l-red-700\/30:focus {
  border-left-color: rgb(185 28 28 / 0.3);
}

.focus\:border-l-red-700\/40:focus {
  border-left-color: rgb(185 28 28 / 0.4);
}

.focus\:border-l-red-700\/5:focus {
  border-left-color: rgb(185 28 28 / 0.05);
}

.focus\:border-l-red-700\/50:focus {
  border-left-color: rgb(185 28 28 / 0.5);
}

.focus\:border-l-red-700\/60:focus {
  border-left-color: rgb(185 28 28 / 0.6);
}

.focus\:border-l-red-700\/70:focus {
  border-left-color: rgb(185 28 28 / 0.7);
}

.focus\:border-l-red-700\/75:focus {
  border-left-color: rgb(185 28 28 / 0.75);
}

.focus\:border-l-red-700\/80:focus {
  border-left-color: rgb(185 28 28 / 0.8);
}

.focus\:border-l-red-700\/90:focus {
  border-left-color: rgb(185 28 28 / 0.9);
}

.focus\:border-l-red-700\/95:focus {
  border-left-color: rgb(185 28 28 / 0.95);
}

.focus\:border-l-red-800:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.focus\:border-l-red-800\/0:focus {
  border-left-color: rgb(153 27 27 / 0);
}

.focus\:border-l-red-800\/10:focus {
  border-left-color: rgb(153 27 27 / 0.1);
}

.focus\:border-l-red-800\/100:focus {
  border-left-color: rgb(153 27 27 / 1);
}

.focus\:border-l-red-800\/20:focus {
  border-left-color: rgb(153 27 27 / 0.2);
}

.focus\:border-l-red-800\/25:focus {
  border-left-color: rgb(153 27 27 / 0.25);
}

.focus\:border-l-red-800\/30:focus {
  border-left-color: rgb(153 27 27 / 0.3);
}

.focus\:border-l-red-800\/40:focus {
  border-left-color: rgb(153 27 27 / 0.4);
}

.focus\:border-l-red-800\/5:focus {
  border-left-color: rgb(153 27 27 / 0.05);
}

.focus\:border-l-red-800\/50:focus {
  border-left-color: rgb(153 27 27 / 0.5);
}

.focus\:border-l-red-800\/60:focus {
  border-left-color: rgb(153 27 27 / 0.6);
}

.focus\:border-l-red-800\/70:focus {
  border-left-color: rgb(153 27 27 / 0.7);
}

.focus\:border-l-red-800\/75:focus {
  border-left-color: rgb(153 27 27 / 0.75);
}

.focus\:border-l-red-800\/80:focus {
  border-left-color: rgb(153 27 27 / 0.8);
}

.focus\:border-l-red-800\/90:focus {
  border-left-color: rgb(153 27 27 / 0.9);
}

.focus\:border-l-red-800\/95:focus {
  border-left-color: rgb(153 27 27 / 0.95);
}

.focus\:border-l-red-900:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.focus\:border-l-red-900\/0:focus {
  border-left-color: rgb(127 29 29 / 0);
}

.focus\:border-l-red-900\/10:focus {
  border-left-color: rgb(127 29 29 / 0.1);
}

.focus\:border-l-red-900\/100:focus {
  border-left-color: rgb(127 29 29 / 1);
}

.focus\:border-l-red-900\/20:focus {
  border-left-color: rgb(127 29 29 / 0.2);
}

.focus\:border-l-red-900\/25:focus {
  border-left-color: rgb(127 29 29 / 0.25);
}

.focus\:border-l-red-900\/30:focus {
  border-left-color: rgb(127 29 29 / 0.3);
}

.focus\:border-l-red-900\/40:focus {
  border-left-color: rgb(127 29 29 / 0.4);
}

.focus\:border-l-red-900\/5:focus {
  border-left-color: rgb(127 29 29 / 0.05);
}

.focus\:border-l-red-900\/50:focus {
  border-left-color: rgb(127 29 29 / 0.5);
}

.focus\:border-l-red-900\/60:focus {
  border-left-color: rgb(127 29 29 / 0.6);
}

.focus\:border-l-red-900\/70:focus {
  border-left-color: rgb(127 29 29 / 0.7);
}

.focus\:border-l-red-900\/75:focus {
  border-left-color: rgb(127 29 29 / 0.75);
}

.focus\:border-l-red-900\/80:focus {
  border-left-color: rgb(127 29 29 / 0.8);
}

.focus\:border-l-red-900\/90:focus {
  border-left-color: rgb(127 29 29 / 0.9);
}

.focus\:border-l-red-900\/95:focus {
  border-left-color: rgb(127 29 29 / 0.95);
}

.focus\:border-l-red-950:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(69 10 10 / var(--tw-border-opacity));
}

.focus\:border-l-red-950\/0:focus {
  border-left-color: rgb(69 10 10 / 0);
}

.focus\:border-l-red-950\/10:focus {
  border-left-color: rgb(69 10 10 / 0.1);
}

.focus\:border-l-red-950\/100:focus {
  border-left-color: rgb(69 10 10 / 1);
}

.focus\:border-l-red-950\/20:focus {
  border-left-color: rgb(69 10 10 / 0.2);
}

.focus\:border-l-red-950\/25:focus {
  border-left-color: rgb(69 10 10 / 0.25);
}

.focus\:border-l-red-950\/30:focus {
  border-left-color: rgb(69 10 10 / 0.3);
}

.focus\:border-l-red-950\/40:focus {
  border-left-color: rgb(69 10 10 / 0.4);
}

.focus\:border-l-red-950\/5:focus {
  border-left-color: rgb(69 10 10 / 0.05);
}

.focus\:border-l-red-950\/50:focus {
  border-left-color: rgb(69 10 10 / 0.5);
}

.focus\:border-l-red-950\/60:focus {
  border-left-color: rgb(69 10 10 / 0.6);
}

.focus\:border-l-red-950\/70:focus {
  border-left-color: rgb(69 10 10 / 0.7);
}

.focus\:border-l-red-950\/75:focus {
  border-left-color: rgb(69 10 10 / 0.75);
}

.focus\:border-l-red-950\/80:focus {
  border-left-color: rgb(69 10 10 / 0.8);
}

.focus\:border-l-red-950\/90:focus {
  border-left-color: rgb(69 10 10 / 0.9);
}

.focus\:border-l-red-950\/95:focus {
  border-left-color: rgb(69 10 10 / 0.95);
}

.focus\:border-l-rose-100:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 228 230 / var(--tw-border-opacity));
}

.focus\:border-l-rose-100\/0:focus {
  border-left-color: rgb(255 228 230 / 0);
}

.focus\:border-l-rose-100\/10:focus {
  border-left-color: rgb(255 228 230 / 0.1);
}

.focus\:border-l-rose-100\/100:focus {
  border-left-color: rgb(255 228 230 / 1);
}

.focus\:border-l-rose-100\/20:focus {
  border-left-color: rgb(255 228 230 / 0.2);
}

.focus\:border-l-rose-100\/25:focus {
  border-left-color: rgb(255 228 230 / 0.25);
}

.focus\:border-l-rose-100\/30:focus {
  border-left-color: rgb(255 228 230 / 0.3);
}

.focus\:border-l-rose-100\/40:focus {
  border-left-color: rgb(255 228 230 / 0.4);
}

.focus\:border-l-rose-100\/5:focus {
  border-left-color: rgb(255 228 230 / 0.05);
}

.focus\:border-l-rose-100\/50:focus {
  border-left-color: rgb(255 228 230 / 0.5);
}

.focus\:border-l-rose-100\/60:focus {
  border-left-color: rgb(255 228 230 / 0.6);
}

.focus\:border-l-rose-100\/70:focus {
  border-left-color: rgb(255 228 230 / 0.7);
}

.focus\:border-l-rose-100\/75:focus {
  border-left-color: rgb(255 228 230 / 0.75);
}

.focus\:border-l-rose-100\/80:focus {
  border-left-color: rgb(255 228 230 / 0.8);
}

.focus\:border-l-rose-100\/90:focus {
  border-left-color: rgb(255 228 230 / 0.9);
}

.focus\:border-l-rose-100\/95:focus {
  border-left-color: rgb(255 228 230 / 0.95);
}

.focus\:border-l-rose-200:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 205 211 / var(--tw-border-opacity));
}

.focus\:border-l-rose-200\/0:focus {
  border-left-color: rgb(254 205 211 / 0);
}

.focus\:border-l-rose-200\/10:focus {
  border-left-color: rgb(254 205 211 / 0.1);
}

.focus\:border-l-rose-200\/100:focus {
  border-left-color: rgb(254 205 211 / 1);
}

.focus\:border-l-rose-200\/20:focus {
  border-left-color: rgb(254 205 211 / 0.2);
}

.focus\:border-l-rose-200\/25:focus {
  border-left-color: rgb(254 205 211 / 0.25);
}

.focus\:border-l-rose-200\/30:focus {
  border-left-color: rgb(254 205 211 / 0.3);
}

.focus\:border-l-rose-200\/40:focus {
  border-left-color: rgb(254 205 211 / 0.4);
}

.focus\:border-l-rose-200\/5:focus {
  border-left-color: rgb(254 205 211 / 0.05);
}

.focus\:border-l-rose-200\/50:focus {
  border-left-color: rgb(254 205 211 / 0.5);
}

.focus\:border-l-rose-200\/60:focus {
  border-left-color: rgb(254 205 211 / 0.6);
}

.focus\:border-l-rose-200\/70:focus {
  border-left-color: rgb(254 205 211 / 0.7);
}

.focus\:border-l-rose-200\/75:focus {
  border-left-color: rgb(254 205 211 / 0.75);
}

.focus\:border-l-rose-200\/80:focus {
  border-left-color: rgb(254 205 211 / 0.8);
}

.focus\:border-l-rose-200\/90:focus {
  border-left-color: rgb(254 205 211 / 0.9);
}

.focus\:border-l-rose-200\/95:focus {
  border-left-color: rgb(254 205 211 / 0.95);
}

.focus\:border-l-rose-300:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 164 175 / var(--tw-border-opacity));
}

.focus\:border-l-rose-300\/0:focus {
  border-left-color: rgb(253 164 175 / 0);
}

.focus\:border-l-rose-300\/10:focus {
  border-left-color: rgb(253 164 175 / 0.1);
}

.focus\:border-l-rose-300\/100:focus {
  border-left-color: rgb(253 164 175 / 1);
}

.focus\:border-l-rose-300\/20:focus {
  border-left-color: rgb(253 164 175 / 0.2);
}

.focus\:border-l-rose-300\/25:focus {
  border-left-color: rgb(253 164 175 / 0.25);
}

.focus\:border-l-rose-300\/30:focus {
  border-left-color: rgb(253 164 175 / 0.3);
}

.focus\:border-l-rose-300\/40:focus {
  border-left-color: rgb(253 164 175 / 0.4);
}

.focus\:border-l-rose-300\/5:focus {
  border-left-color: rgb(253 164 175 / 0.05);
}

.focus\:border-l-rose-300\/50:focus {
  border-left-color: rgb(253 164 175 / 0.5);
}

.focus\:border-l-rose-300\/60:focus {
  border-left-color: rgb(253 164 175 / 0.6);
}

.focus\:border-l-rose-300\/70:focus {
  border-left-color: rgb(253 164 175 / 0.7);
}

.focus\:border-l-rose-300\/75:focus {
  border-left-color: rgb(253 164 175 / 0.75);
}

.focus\:border-l-rose-300\/80:focus {
  border-left-color: rgb(253 164 175 / 0.8);
}

.focus\:border-l-rose-300\/90:focus {
  border-left-color: rgb(253 164 175 / 0.9);
}

.focus\:border-l-rose-300\/95:focus {
  border-left-color: rgb(253 164 175 / 0.95);
}

.focus\:border-l-rose-400:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.focus\:border-l-rose-400\/0:focus {
  border-left-color: rgb(251 113 133 / 0);
}

.focus\:border-l-rose-400\/10:focus {
  border-left-color: rgb(251 113 133 / 0.1);
}

.focus\:border-l-rose-400\/100:focus {
  border-left-color: rgb(251 113 133 / 1);
}

.focus\:border-l-rose-400\/20:focus {
  border-left-color: rgb(251 113 133 / 0.2);
}

.focus\:border-l-rose-400\/25:focus {
  border-left-color: rgb(251 113 133 / 0.25);
}

.focus\:border-l-rose-400\/30:focus {
  border-left-color: rgb(251 113 133 / 0.3);
}

.focus\:border-l-rose-400\/40:focus {
  border-left-color: rgb(251 113 133 / 0.4);
}

.focus\:border-l-rose-400\/5:focus {
  border-left-color: rgb(251 113 133 / 0.05);
}

.focus\:border-l-rose-400\/50:focus {
  border-left-color: rgb(251 113 133 / 0.5);
}

.focus\:border-l-rose-400\/60:focus {
  border-left-color: rgb(251 113 133 / 0.6);
}

.focus\:border-l-rose-400\/70:focus {
  border-left-color: rgb(251 113 133 / 0.7);
}

.focus\:border-l-rose-400\/75:focus {
  border-left-color: rgb(251 113 133 / 0.75);
}

.focus\:border-l-rose-400\/80:focus {
  border-left-color: rgb(251 113 133 / 0.8);
}

.focus\:border-l-rose-400\/90:focus {
  border-left-color: rgb(251 113 133 / 0.9);
}

.focus\:border-l-rose-400\/95:focus {
  border-left-color: rgb(251 113 133 / 0.95);
}

.focus\:border-l-rose-50:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 241 242 / var(--tw-border-opacity));
}

.focus\:border-l-rose-50\/0:focus {
  border-left-color: rgb(255 241 242 / 0);
}

.focus\:border-l-rose-50\/10:focus {
  border-left-color: rgb(255 241 242 / 0.1);
}

.focus\:border-l-rose-50\/100:focus {
  border-left-color: rgb(255 241 242 / 1);
}

.focus\:border-l-rose-50\/20:focus {
  border-left-color: rgb(255 241 242 / 0.2);
}

.focus\:border-l-rose-50\/25:focus {
  border-left-color: rgb(255 241 242 / 0.25);
}

.focus\:border-l-rose-50\/30:focus {
  border-left-color: rgb(255 241 242 / 0.3);
}

.focus\:border-l-rose-50\/40:focus {
  border-left-color: rgb(255 241 242 / 0.4);
}

.focus\:border-l-rose-50\/5:focus {
  border-left-color: rgb(255 241 242 / 0.05);
}

.focus\:border-l-rose-50\/50:focus {
  border-left-color: rgb(255 241 242 / 0.5);
}

.focus\:border-l-rose-50\/60:focus {
  border-left-color: rgb(255 241 242 / 0.6);
}

.focus\:border-l-rose-50\/70:focus {
  border-left-color: rgb(255 241 242 / 0.7);
}

.focus\:border-l-rose-50\/75:focus {
  border-left-color: rgb(255 241 242 / 0.75);
}

.focus\:border-l-rose-50\/80:focus {
  border-left-color: rgb(255 241 242 / 0.8);
}

.focus\:border-l-rose-50\/90:focus {
  border-left-color: rgb(255 241 242 / 0.9);
}

.focus\:border-l-rose-50\/95:focus {
  border-left-color: rgb(255 241 242 / 0.95);
}

.focus\:border-l-rose-500:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(244 63 94 / var(--tw-border-opacity));
}

.focus\:border-l-rose-500\/0:focus {
  border-left-color: rgb(244 63 94 / 0);
}

.focus\:border-l-rose-500\/10:focus {
  border-left-color: rgb(244 63 94 / 0.1);
}

.focus\:border-l-rose-500\/100:focus {
  border-left-color: rgb(244 63 94 / 1);
}

.focus\:border-l-rose-500\/20:focus {
  border-left-color: rgb(244 63 94 / 0.2);
}

.focus\:border-l-rose-500\/25:focus {
  border-left-color: rgb(244 63 94 / 0.25);
}

.focus\:border-l-rose-500\/30:focus {
  border-left-color: rgb(244 63 94 / 0.3);
}

.focus\:border-l-rose-500\/40:focus {
  border-left-color: rgb(244 63 94 / 0.4);
}

.focus\:border-l-rose-500\/5:focus {
  border-left-color: rgb(244 63 94 / 0.05);
}

.focus\:border-l-rose-500\/50:focus {
  border-left-color: rgb(244 63 94 / 0.5);
}

.focus\:border-l-rose-500\/60:focus {
  border-left-color: rgb(244 63 94 / 0.6);
}

.focus\:border-l-rose-500\/70:focus {
  border-left-color: rgb(244 63 94 / 0.7);
}

.focus\:border-l-rose-500\/75:focus {
  border-left-color: rgb(244 63 94 / 0.75);
}

.focus\:border-l-rose-500\/80:focus {
  border-left-color: rgb(244 63 94 / 0.8);
}

.focus\:border-l-rose-500\/90:focus {
  border-left-color: rgb(244 63 94 / 0.9);
}

.focus\:border-l-rose-500\/95:focus {
  border-left-color: rgb(244 63 94 / 0.95);
}

.focus\:border-l-rose-600:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(225 29 72 / var(--tw-border-opacity));
}

.focus\:border-l-rose-600\/0:focus {
  border-left-color: rgb(225 29 72 / 0);
}

.focus\:border-l-rose-600\/10:focus {
  border-left-color: rgb(225 29 72 / 0.1);
}

.focus\:border-l-rose-600\/100:focus {
  border-left-color: rgb(225 29 72 / 1);
}

.focus\:border-l-rose-600\/20:focus {
  border-left-color: rgb(225 29 72 / 0.2);
}

.focus\:border-l-rose-600\/25:focus {
  border-left-color: rgb(225 29 72 / 0.25);
}

.focus\:border-l-rose-600\/30:focus {
  border-left-color: rgb(225 29 72 / 0.3);
}

.focus\:border-l-rose-600\/40:focus {
  border-left-color: rgb(225 29 72 / 0.4);
}

.focus\:border-l-rose-600\/5:focus {
  border-left-color: rgb(225 29 72 / 0.05);
}

.focus\:border-l-rose-600\/50:focus {
  border-left-color: rgb(225 29 72 / 0.5);
}

.focus\:border-l-rose-600\/60:focus {
  border-left-color: rgb(225 29 72 / 0.6);
}

.focus\:border-l-rose-600\/70:focus {
  border-left-color: rgb(225 29 72 / 0.7);
}

.focus\:border-l-rose-600\/75:focus {
  border-left-color: rgb(225 29 72 / 0.75);
}

.focus\:border-l-rose-600\/80:focus {
  border-left-color: rgb(225 29 72 / 0.8);
}

.focus\:border-l-rose-600\/90:focus {
  border-left-color: rgb(225 29 72 / 0.9);
}

.focus\:border-l-rose-600\/95:focus {
  border-left-color: rgb(225 29 72 / 0.95);
}

.focus\:border-l-rose-700:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(190 18 60 / var(--tw-border-opacity));
}

.focus\:border-l-rose-700\/0:focus {
  border-left-color: rgb(190 18 60 / 0);
}

.focus\:border-l-rose-700\/10:focus {
  border-left-color: rgb(190 18 60 / 0.1);
}

.focus\:border-l-rose-700\/100:focus {
  border-left-color: rgb(190 18 60 / 1);
}

.focus\:border-l-rose-700\/20:focus {
  border-left-color: rgb(190 18 60 / 0.2);
}

.focus\:border-l-rose-700\/25:focus {
  border-left-color: rgb(190 18 60 / 0.25);
}

.focus\:border-l-rose-700\/30:focus {
  border-left-color: rgb(190 18 60 / 0.3);
}

.focus\:border-l-rose-700\/40:focus {
  border-left-color: rgb(190 18 60 / 0.4);
}

.focus\:border-l-rose-700\/5:focus {
  border-left-color: rgb(190 18 60 / 0.05);
}

.focus\:border-l-rose-700\/50:focus {
  border-left-color: rgb(190 18 60 / 0.5);
}

.focus\:border-l-rose-700\/60:focus {
  border-left-color: rgb(190 18 60 / 0.6);
}

.focus\:border-l-rose-700\/70:focus {
  border-left-color: rgb(190 18 60 / 0.7);
}

.focus\:border-l-rose-700\/75:focus {
  border-left-color: rgb(190 18 60 / 0.75);
}

.focus\:border-l-rose-700\/80:focus {
  border-left-color: rgb(190 18 60 / 0.8);
}

.focus\:border-l-rose-700\/90:focus {
  border-left-color: rgb(190 18 60 / 0.9);
}

.focus\:border-l-rose-700\/95:focus {
  border-left-color: rgb(190 18 60 / 0.95);
}

.focus\:border-l-rose-800:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(159 18 57 / var(--tw-border-opacity));
}

.focus\:border-l-rose-800\/0:focus {
  border-left-color: rgb(159 18 57 / 0);
}

.focus\:border-l-rose-800\/10:focus {
  border-left-color: rgb(159 18 57 / 0.1);
}

.focus\:border-l-rose-800\/100:focus {
  border-left-color: rgb(159 18 57 / 1);
}

.focus\:border-l-rose-800\/20:focus {
  border-left-color: rgb(159 18 57 / 0.2);
}

.focus\:border-l-rose-800\/25:focus {
  border-left-color: rgb(159 18 57 / 0.25);
}

.focus\:border-l-rose-800\/30:focus {
  border-left-color: rgb(159 18 57 / 0.3);
}

.focus\:border-l-rose-800\/40:focus {
  border-left-color: rgb(159 18 57 / 0.4);
}

.focus\:border-l-rose-800\/5:focus {
  border-left-color: rgb(159 18 57 / 0.05);
}

.focus\:border-l-rose-800\/50:focus {
  border-left-color: rgb(159 18 57 / 0.5);
}

.focus\:border-l-rose-800\/60:focus {
  border-left-color: rgb(159 18 57 / 0.6);
}

.focus\:border-l-rose-800\/70:focus {
  border-left-color: rgb(159 18 57 / 0.7);
}

.focus\:border-l-rose-800\/75:focus {
  border-left-color: rgb(159 18 57 / 0.75);
}

.focus\:border-l-rose-800\/80:focus {
  border-left-color: rgb(159 18 57 / 0.8);
}

.focus\:border-l-rose-800\/90:focus {
  border-left-color: rgb(159 18 57 / 0.9);
}

.focus\:border-l-rose-800\/95:focus {
  border-left-color: rgb(159 18 57 / 0.95);
}

.focus\:border-l-rose-900:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(136 19 55 / var(--tw-border-opacity));
}

.focus\:border-l-rose-900\/0:focus {
  border-left-color: rgb(136 19 55 / 0);
}

.focus\:border-l-rose-900\/10:focus {
  border-left-color: rgb(136 19 55 / 0.1);
}

.focus\:border-l-rose-900\/100:focus {
  border-left-color: rgb(136 19 55 / 1);
}

.focus\:border-l-rose-900\/20:focus {
  border-left-color: rgb(136 19 55 / 0.2);
}

.focus\:border-l-rose-900\/25:focus {
  border-left-color: rgb(136 19 55 / 0.25);
}

.focus\:border-l-rose-900\/30:focus {
  border-left-color: rgb(136 19 55 / 0.3);
}

.focus\:border-l-rose-900\/40:focus {
  border-left-color: rgb(136 19 55 / 0.4);
}

.focus\:border-l-rose-900\/5:focus {
  border-left-color: rgb(136 19 55 / 0.05);
}

.focus\:border-l-rose-900\/50:focus {
  border-left-color: rgb(136 19 55 / 0.5);
}

.focus\:border-l-rose-900\/60:focus {
  border-left-color: rgb(136 19 55 / 0.6);
}

.focus\:border-l-rose-900\/70:focus {
  border-left-color: rgb(136 19 55 / 0.7);
}

.focus\:border-l-rose-900\/75:focus {
  border-left-color: rgb(136 19 55 / 0.75);
}

.focus\:border-l-rose-900\/80:focus {
  border-left-color: rgb(136 19 55 / 0.8);
}

.focus\:border-l-rose-900\/90:focus {
  border-left-color: rgb(136 19 55 / 0.9);
}

.focus\:border-l-rose-900\/95:focus {
  border-left-color: rgb(136 19 55 / 0.95);
}

.focus\:border-l-rose-950:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(76 5 25 / var(--tw-border-opacity));
}

.focus\:border-l-rose-950\/0:focus {
  border-left-color: rgb(76 5 25 / 0);
}

.focus\:border-l-rose-950\/10:focus {
  border-left-color: rgb(76 5 25 / 0.1);
}

.focus\:border-l-rose-950\/100:focus {
  border-left-color: rgb(76 5 25 / 1);
}

.focus\:border-l-rose-950\/20:focus {
  border-left-color: rgb(76 5 25 / 0.2);
}

.focus\:border-l-rose-950\/25:focus {
  border-left-color: rgb(76 5 25 / 0.25);
}

.focus\:border-l-rose-950\/30:focus {
  border-left-color: rgb(76 5 25 / 0.3);
}

.focus\:border-l-rose-950\/40:focus {
  border-left-color: rgb(76 5 25 / 0.4);
}

.focus\:border-l-rose-950\/5:focus {
  border-left-color: rgb(76 5 25 / 0.05);
}

.focus\:border-l-rose-950\/50:focus {
  border-left-color: rgb(76 5 25 / 0.5);
}

.focus\:border-l-rose-950\/60:focus {
  border-left-color: rgb(76 5 25 / 0.6);
}

.focus\:border-l-rose-950\/70:focus {
  border-left-color: rgb(76 5 25 / 0.7);
}

.focus\:border-l-rose-950\/75:focus {
  border-left-color: rgb(76 5 25 / 0.75);
}

.focus\:border-l-rose-950\/80:focus {
  border-left-color: rgb(76 5 25 / 0.8);
}

.focus\:border-l-rose-950\/90:focus {
  border-left-color: rgb(76 5 25 / 0.9);
}

.focus\:border-l-rose-950\/95:focus {
  border-left-color: rgb(76 5 25 / 0.95);
}

.focus\:border-l-sky-100:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(224 242 254 / var(--tw-border-opacity));
}

.focus\:border-l-sky-100\/0:focus {
  border-left-color: rgb(224 242 254 / 0);
}

.focus\:border-l-sky-100\/10:focus {
  border-left-color: rgb(224 242 254 / 0.1);
}

.focus\:border-l-sky-100\/100:focus {
  border-left-color: rgb(224 242 254 / 1);
}

.focus\:border-l-sky-100\/20:focus {
  border-left-color: rgb(224 242 254 / 0.2);
}

.focus\:border-l-sky-100\/25:focus {
  border-left-color: rgb(224 242 254 / 0.25);
}

.focus\:border-l-sky-100\/30:focus {
  border-left-color: rgb(224 242 254 / 0.3);
}

.focus\:border-l-sky-100\/40:focus {
  border-left-color: rgb(224 242 254 / 0.4);
}

.focus\:border-l-sky-100\/5:focus {
  border-left-color: rgb(224 242 254 / 0.05);
}

.focus\:border-l-sky-100\/50:focus {
  border-left-color: rgb(224 242 254 / 0.5);
}

.focus\:border-l-sky-100\/60:focus {
  border-left-color: rgb(224 242 254 / 0.6);
}

.focus\:border-l-sky-100\/70:focus {
  border-left-color: rgb(224 242 254 / 0.7);
}

.focus\:border-l-sky-100\/75:focus {
  border-left-color: rgb(224 242 254 / 0.75);
}

.focus\:border-l-sky-100\/80:focus {
  border-left-color: rgb(224 242 254 / 0.8);
}

.focus\:border-l-sky-100\/90:focus {
  border-left-color: rgb(224 242 254 / 0.9);
}

.focus\:border-l-sky-100\/95:focus {
  border-left-color: rgb(224 242 254 / 0.95);
}

.focus\:border-l-sky-200:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(186 230 253 / var(--tw-border-opacity));
}

.focus\:border-l-sky-200\/0:focus {
  border-left-color: rgb(186 230 253 / 0);
}

.focus\:border-l-sky-200\/10:focus {
  border-left-color: rgb(186 230 253 / 0.1);
}

.focus\:border-l-sky-200\/100:focus {
  border-left-color: rgb(186 230 253 / 1);
}

.focus\:border-l-sky-200\/20:focus {
  border-left-color: rgb(186 230 253 / 0.2);
}

.focus\:border-l-sky-200\/25:focus {
  border-left-color: rgb(186 230 253 / 0.25);
}

.focus\:border-l-sky-200\/30:focus {
  border-left-color: rgb(186 230 253 / 0.3);
}

.focus\:border-l-sky-200\/40:focus {
  border-left-color: rgb(186 230 253 / 0.4);
}

.focus\:border-l-sky-200\/5:focus {
  border-left-color: rgb(186 230 253 / 0.05);
}

.focus\:border-l-sky-200\/50:focus {
  border-left-color: rgb(186 230 253 / 0.5);
}

.focus\:border-l-sky-200\/60:focus {
  border-left-color: rgb(186 230 253 / 0.6);
}

.focus\:border-l-sky-200\/70:focus {
  border-left-color: rgb(186 230 253 / 0.7);
}

.focus\:border-l-sky-200\/75:focus {
  border-left-color: rgb(186 230 253 / 0.75);
}

.focus\:border-l-sky-200\/80:focus {
  border-left-color: rgb(186 230 253 / 0.8);
}

.focus\:border-l-sky-200\/90:focus {
  border-left-color: rgb(186 230 253 / 0.9);
}

.focus\:border-l-sky-200\/95:focus {
  border-left-color: rgb(186 230 253 / 0.95);
}

.focus\:border-l-sky-300:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(125 211 252 / var(--tw-border-opacity));
}

.focus\:border-l-sky-300\/0:focus {
  border-left-color: rgb(125 211 252 / 0);
}

.focus\:border-l-sky-300\/10:focus {
  border-left-color: rgb(125 211 252 / 0.1);
}

.focus\:border-l-sky-300\/100:focus {
  border-left-color: rgb(125 211 252 / 1);
}

.focus\:border-l-sky-300\/20:focus {
  border-left-color: rgb(125 211 252 / 0.2);
}

.focus\:border-l-sky-300\/25:focus {
  border-left-color: rgb(125 211 252 / 0.25);
}

.focus\:border-l-sky-300\/30:focus {
  border-left-color: rgb(125 211 252 / 0.3);
}

.focus\:border-l-sky-300\/40:focus {
  border-left-color: rgb(125 211 252 / 0.4);
}

.focus\:border-l-sky-300\/5:focus {
  border-left-color: rgb(125 211 252 / 0.05);
}

.focus\:border-l-sky-300\/50:focus {
  border-left-color: rgb(125 211 252 / 0.5);
}

.focus\:border-l-sky-300\/60:focus {
  border-left-color: rgb(125 211 252 / 0.6);
}

.focus\:border-l-sky-300\/70:focus {
  border-left-color: rgb(125 211 252 / 0.7);
}

.focus\:border-l-sky-300\/75:focus {
  border-left-color: rgb(125 211 252 / 0.75);
}

.focus\:border-l-sky-300\/80:focus {
  border-left-color: rgb(125 211 252 / 0.8);
}

.focus\:border-l-sky-300\/90:focus {
  border-left-color: rgb(125 211 252 / 0.9);
}

.focus\:border-l-sky-300\/95:focus {
  border-left-color: rgb(125 211 252 / 0.95);
}

.focus\:border-l-sky-400:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(56 189 248 / var(--tw-border-opacity));
}

.focus\:border-l-sky-400\/0:focus {
  border-left-color: rgb(56 189 248 / 0);
}

.focus\:border-l-sky-400\/10:focus {
  border-left-color: rgb(56 189 248 / 0.1);
}

.focus\:border-l-sky-400\/100:focus {
  border-left-color: rgb(56 189 248 / 1);
}

.focus\:border-l-sky-400\/20:focus {
  border-left-color: rgb(56 189 248 / 0.2);
}

.focus\:border-l-sky-400\/25:focus {
  border-left-color: rgb(56 189 248 / 0.25);
}

.focus\:border-l-sky-400\/30:focus {
  border-left-color: rgb(56 189 248 / 0.3);
}

.focus\:border-l-sky-400\/40:focus {
  border-left-color: rgb(56 189 248 / 0.4);
}

.focus\:border-l-sky-400\/5:focus {
  border-left-color: rgb(56 189 248 / 0.05);
}

.focus\:border-l-sky-400\/50:focus {
  border-left-color: rgb(56 189 248 / 0.5);
}

.focus\:border-l-sky-400\/60:focus {
  border-left-color: rgb(56 189 248 / 0.6);
}

.focus\:border-l-sky-400\/70:focus {
  border-left-color: rgb(56 189 248 / 0.7);
}

.focus\:border-l-sky-400\/75:focus {
  border-left-color: rgb(56 189 248 / 0.75);
}

.focus\:border-l-sky-400\/80:focus {
  border-left-color: rgb(56 189 248 / 0.8);
}

.focus\:border-l-sky-400\/90:focus {
  border-left-color: rgb(56 189 248 / 0.9);
}

.focus\:border-l-sky-400\/95:focus {
  border-left-color: rgb(56 189 248 / 0.95);
}

.focus\:border-l-sky-50:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.focus\:border-l-sky-50\/0:focus {
  border-left-color: rgb(240 249 255 / 0);
}

.focus\:border-l-sky-50\/10:focus {
  border-left-color: rgb(240 249 255 / 0.1);
}

.focus\:border-l-sky-50\/100:focus {
  border-left-color: rgb(240 249 255 / 1);
}

.focus\:border-l-sky-50\/20:focus {
  border-left-color: rgb(240 249 255 / 0.2);
}

.focus\:border-l-sky-50\/25:focus {
  border-left-color: rgb(240 249 255 / 0.25);
}

.focus\:border-l-sky-50\/30:focus {
  border-left-color: rgb(240 249 255 / 0.3);
}

.focus\:border-l-sky-50\/40:focus {
  border-left-color: rgb(240 249 255 / 0.4);
}

.focus\:border-l-sky-50\/5:focus {
  border-left-color: rgb(240 249 255 / 0.05);
}

.focus\:border-l-sky-50\/50:focus {
  border-left-color: rgb(240 249 255 / 0.5);
}

.focus\:border-l-sky-50\/60:focus {
  border-left-color: rgb(240 249 255 / 0.6);
}

.focus\:border-l-sky-50\/70:focus {
  border-left-color: rgb(240 249 255 / 0.7);
}

.focus\:border-l-sky-50\/75:focus {
  border-left-color: rgb(240 249 255 / 0.75);
}

.focus\:border-l-sky-50\/80:focus {
  border-left-color: rgb(240 249 255 / 0.8);
}

.focus\:border-l-sky-50\/90:focus {
  border-left-color: rgb(240 249 255 / 0.9);
}

.focus\:border-l-sky-50\/95:focus {
  border-left-color: rgb(240 249 255 / 0.95);
}

.focus\:border-l-sky-500:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.focus\:border-l-sky-500\/0:focus {
  border-left-color: rgb(14 165 233 / 0);
}

.focus\:border-l-sky-500\/10:focus {
  border-left-color: rgb(14 165 233 / 0.1);
}

.focus\:border-l-sky-500\/100:focus {
  border-left-color: rgb(14 165 233 / 1);
}

.focus\:border-l-sky-500\/20:focus {
  border-left-color: rgb(14 165 233 / 0.2);
}

.focus\:border-l-sky-500\/25:focus {
  border-left-color: rgb(14 165 233 / 0.25);
}

.focus\:border-l-sky-500\/30:focus {
  border-left-color: rgb(14 165 233 / 0.3);
}

.focus\:border-l-sky-500\/40:focus {
  border-left-color: rgb(14 165 233 / 0.4);
}

.focus\:border-l-sky-500\/5:focus {
  border-left-color: rgb(14 165 233 / 0.05);
}

.focus\:border-l-sky-500\/50:focus {
  border-left-color: rgb(14 165 233 / 0.5);
}

.focus\:border-l-sky-500\/60:focus {
  border-left-color: rgb(14 165 233 / 0.6);
}

.focus\:border-l-sky-500\/70:focus {
  border-left-color: rgb(14 165 233 / 0.7);
}

.focus\:border-l-sky-500\/75:focus {
  border-left-color: rgb(14 165 233 / 0.75);
}

.focus\:border-l-sky-500\/80:focus {
  border-left-color: rgb(14 165 233 / 0.8);
}

.focus\:border-l-sky-500\/90:focus {
  border-left-color: rgb(14 165 233 / 0.9);
}

.focus\:border-l-sky-500\/95:focus {
  border-left-color: rgb(14 165 233 / 0.95);
}

.focus\:border-l-sky-600:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(2 132 199 / var(--tw-border-opacity));
}

.focus\:border-l-sky-600\/0:focus {
  border-left-color: rgb(2 132 199 / 0);
}

.focus\:border-l-sky-600\/10:focus {
  border-left-color: rgb(2 132 199 / 0.1);
}

.focus\:border-l-sky-600\/100:focus {
  border-left-color: rgb(2 132 199 / 1);
}

.focus\:border-l-sky-600\/20:focus {
  border-left-color: rgb(2 132 199 / 0.2);
}

.focus\:border-l-sky-600\/25:focus {
  border-left-color: rgb(2 132 199 / 0.25);
}

.focus\:border-l-sky-600\/30:focus {
  border-left-color: rgb(2 132 199 / 0.3);
}

.focus\:border-l-sky-600\/40:focus {
  border-left-color: rgb(2 132 199 / 0.4);
}

.focus\:border-l-sky-600\/5:focus {
  border-left-color: rgb(2 132 199 / 0.05);
}

.focus\:border-l-sky-600\/50:focus {
  border-left-color: rgb(2 132 199 / 0.5);
}

.focus\:border-l-sky-600\/60:focus {
  border-left-color: rgb(2 132 199 / 0.6);
}

.focus\:border-l-sky-600\/70:focus {
  border-left-color: rgb(2 132 199 / 0.7);
}

.focus\:border-l-sky-600\/75:focus {
  border-left-color: rgb(2 132 199 / 0.75);
}

.focus\:border-l-sky-600\/80:focus {
  border-left-color: rgb(2 132 199 / 0.8);
}

.focus\:border-l-sky-600\/90:focus {
  border-left-color: rgb(2 132 199 / 0.9);
}

.focus\:border-l-sky-600\/95:focus {
  border-left-color: rgb(2 132 199 / 0.95);
}

.focus\:border-l-sky-700:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.focus\:border-l-sky-700\/0:focus {
  border-left-color: rgb(3 105 161 / 0);
}

.focus\:border-l-sky-700\/10:focus {
  border-left-color: rgb(3 105 161 / 0.1);
}

.focus\:border-l-sky-700\/100:focus {
  border-left-color: rgb(3 105 161 / 1);
}

.focus\:border-l-sky-700\/20:focus {
  border-left-color: rgb(3 105 161 / 0.2);
}

.focus\:border-l-sky-700\/25:focus {
  border-left-color: rgb(3 105 161 / 0.25);
}

.focus\:border-l-sky-700\/30:focus {
  border-left-color: rgb(3 105 161 / 0.3);
}

.focus\:border-l-sky-700\/40:focus {
  border-left-color: rgb(3 105 161 / 0.4);
}

.focus\:border-l-sky-700\/5:focus {
  border-left-color: rgb(3 105 161 / 0.05);
}

.focus\:border-l-sky-700\/50:focus {
  border-left-color: rgb(3 105 161 / 0.5);
}

.focus\:border-l-sky-700\/60:focus {
  border-left-color: rgb(3 105 161 / 0.6);
}

.focus\:border-l-sky-700\/70:focus {
  border-left-color: rgb(3 105 161 / 0.7);
}

.focus\:border-l-sky-700\/75:focus {
  border-left-color: rgb(3 105 161 / 0.75);
}

.focus\:border-l-sky-700\/80:focus {
  border-left-color: rgb(3 105 161 / 0.8);
}

.focus\:border-l-sky-700\/90:focus {
  border-left-color: rgb(3 105 161 / 0.9);
}

.focus\:border-l-sky-700\/95:focus {
  border-left-color: rgb(3 105 161 / 0.95);
}

.focus\:border-l-sky-800:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(7 89 133 / var(--tw-border-opacity));
}

.focus\:border-l-sky-800\/0:focus {
  border-left-color: rgb(7 89 133 / 0);
}

.focus\:border-l-sky-800\/10:focus {
  border-left-color: rgb(7 89 133 / 0.1);
}

.focus\:border-l-sky-800\/100:focus {
  border-left-color: rgb(7 89 133 / 1);
}

.focus\:border-l-sky-800\/20:focus {
  border-left-color: rgb(7 89 133 / 0.2);
}

.focus\:border-l-sky-800\/25:focus {
  border-left-color: rgb(7 89 133 / 0.25);
}

.focus\:border-l-sky-800\/30:focus {
  border-left-color: rgb(7 89 133 / 0.3);
}

.focus\:border-l-sky-800\/40:focus {
  border-left-color: rgb(7 89 133 / 0.4);
}

.focus\:border-l-sky-800\/5:focus {
  border-left-color: rgb(7 89 133 / 0.05);
}

.focus\:border-l-sky-800\/50:focus {
  border-left-color: rgb(7 89 133 / 0.5);
}

.focus\:border-l-sky-800\/60:focus {
  border-left-color: rgb(7 89 133 / 0.6);
}

.focus\:border-l-sky-800\/70:focus {
  border-left-color: rgb(7 89 133 / 0.7);
}

.focus\:border-l-sky-800\/75:focus {
  border-left-color: rgb(7 89 133 / 0.75);
}

.focus\:border-l-sky-800\/80:focus {
  border-left-color: rgb(7 89 133 / 0.8);
}

.focus\:border-l-sky-800\/90:focus {
  border-left-color: rgb(7 89 133 / 0.9);
}

.focus\:border-l-sky-800\/95:focus {
  border-left-color: rgb(7 89 133 / 0.95);
}

.focus\:border-l-sky-900:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(12 74 110 / var(--tw-border-opacity));
}

.focus\:border-l-sky-900\/0:focus {
  border-left-color: rgb(12 74 110 / 0);
}

.focus\:border-l-sky-900\/10:focus {
  border-left-color: rgb(12 74 110 / 0.1);
}

.focus\:border-l-sky-900\/100:focus {
  border-left-color: rgb(12 74 110 / 1);
}

.focus\:border-l-sky-900\/20:focus {
  border-left-color: rgb(12 74 110 / 0.2);
}

.focus\:border-l-sky-900\/25:focus {
  border-left-color: rgb(12 74 110 / 0.25);
}

.focus\:border-l-sky-900\/30:focus {
  border-left-color: rgb(12 74 110 / 0.3);
}

.focus\:border-l-sky-900\/40:focus {
  border-left-color: rgb(12 74 110 / 0.4);
}

.focus\:border-l-sky-900\/5:focus {
  border-left-color: rgb(12 74 110 / 0.05);
}

.focus\:border-l-sky-900\/50:focus {
  border-left-color: rgb(12 74 110 / 0.5);
}

.focus\:border-l-sky-900\/60:focus {
  border-left-color: rgb(12 74 110 / 0.6);
}

.focus\:border-l-sky-900\/70:focus {
  border-left-color: rgb(12 74 110 / 0.7);
}

.focus\:border-l-sky-900\/75:focus {
  border-left-color: rgb(12 74 110 / 0.75);
}

.focus\:border-l-sky-900\/80:focus {
  border-left-color: rgb(12 74 110 / 0.8);
}

.focus\:border-l-sky-900\/90:focus {
  border-left-color: rgb(12 74 110 / 0.9);
}

.focus\:border-l-sky-900\/95:focus {
  border-left-color: rgb(12 74 110 / 0.95);
}

.focus\:border-l-sky-950:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(8 47 73 / var(--tw-border-opacity));
}

.focus\:border-l-sky-950\/0:focus {
  border-left-color: rgb(8 47 73 / 0);
}

.focus\:border-l-sky-950\/10:focus {
  border-left-color: rgb(8 47 73 / 0.1);
}

.focus\:border-l-sky-950\/100:focus {
  border-left-color: rgb(8 47 73 / 1);
}

.focus\:border-l-sky-950\/20:focus {
  border-left-color: rgb(8 47 73 / 0.2);
}

.focus\:border-l-sky-950\/25:focus {
  border-left-color: rgb(8 47 73 / 0.25);
}

.focus\:border-l-sky-950\/30:focus {
  border-left-color: rgb(8 47 73 / 0.3);
}

.focus\:border-l-sky-950\/40:focus {
  border-left-color: rgb(8 47 73 / 0.4);
}

.focus\:border-l-sky-950\/5:focus {
  border-left-color: rgb(8 47 73 / 0.05);
}

.focus\:border-l-sky-950\/50:focus {
  border-left-color: rgb(8 47 73 / 0.5);
}

.focus\:border-l-sky-950\/60:focus {
  border-left-color: rgb(8 47 73 / 0.6);
}

.focus\:border-l-sky-950\/70:focus {
  border-left-color: rgb(8 47 73 / 0.7);
}

.focus\:border-l-sky-950\/75:focus {
  border-left-color: rgb(8 47 73 / 0.75);
}

.focus\:border-l-sky-950\/80:focus {
  border-left-color: rgb(8 47 73 / 0.8);
}

.focus\:border-l-sky-950\/90:focus {
  border-left-color: rgb(8 47 73 / 0.9);
}

.focus\:border-l-sky-950\/95:focus {
  border-left-color: rgb(8 47 73 / 0.95);
}

.focus\:border-l-slate-100:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.focus\:border-l-slate-100\/0:focus {
  border-left-color: rgb(241 245 249 / 0);
}

.focus\:border-l-slate-100\/10:focus {
  border-left-color: rgb(241 245 249 / 0.1);
}

.focus\:border-l-slate-100\/100:focus {
  border-left-color: rgb(241 245 249 / 1);
}

.focus\:border-l-slate-100\/20:focus {
  border-left-color: rgb(241 245 249 / 0.2);
}

.focus\:border-l-slate-100\/25:focus {
  border-left-color: rgb(241 245 249 / 0.25);
}

.focus\:border-l-slate-100\/30:focus {
  border-left-color: rgb(241 245 249 / 0.3);
}

.focus\:border-l-slate-100\/40:focus {
  border-left-color: rgb(241 245 249 / 0.4);
}

.focus\:border-l-slate-100\/5:focus {
  border-left-color: rgb(241 245 249 / 0.05);
}

.focus\:border-l-slate-100\/50:focus {
  border-left-color: rgb(241 245 249 / 0.5);
}

.focus\:border-l-slate-100\/60:focus {
  border-left-color: rgb(241 245 249 / 0.6);
}

.focus\:border-l-slate-100\/70:focus {
  border-left-color: rgb(241 245 249 / 0.7);
}

.focus\:border-l-slate-100\/75:focus {
  border-left-color: rgb(241 245 249 / 0.75);
}

.focus\:border-l-slate-100\/80:focus {
  border-left-color: rgb(241 245 249 / 0.8);
}

.focus\:border-l-slate-100\/90:focus {
  border-left-color: rgb(241 245 249 / 0.9);
}

.focus\:border-l-slate-100\/95:focus {
  border-left-color: rgb(241 245 249 / 0.95);
}

.focus\:border-l-slate-200:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.focus\:border-l-slate-200\/0:focus {
  border-left-color: rgb(226 232 240 / 0);
}

.focus\:border-l-slate-200\/10:focus {
  border-left-color: rgb(226 232 240 / 0.1);
}

.focus\:border-l-slate-200\/100:focus {
  border-left-color: rgb(226 232 240 / 1);
}

.focus\:border-l-slate-200\/20:focus {
  border-left-color: rgb(226 232 240 / 0.2);
}

.focus\:border-l-slate-200\/25:focus {
  border-left-color: rgb(226 232 240 / 0.25);
}

.focus\:border-l-slate-200\/30:focus {
  border-left-color: rgb(226 232 240 / 0.3);
}

.focus\:border-l-slate-200\/40:focus {
  border-left-color: rgb(226 232 240 / 0.4);
}

.focus\:border-l-slate-200\/5:focus {
  border-left-color: rgb(226 232 240 / 0.05);
}

.focus\:border-l-slate-200\/50:focus {
  border-left-color: rgb(226 232 240 / 0.5);
}

.focus\:border-l-slate-200\/60:focus {
  border-left-color: rgb(226 232 240 / 0.6);
}

.focus\:border-l-slate-200\/70:focus {
  border-left-color: rgb(226 232 240 / 0.7);
}

.focus\:border-l-slate-200\/75:focus {
  border-left-color: rgb(226 232 240 / 0.75);
}

.focus\:border-l-slate-200\/80:focus {
  border-left-color: rgb(226 232 240 / 0.8);
}

.focus\:border-l-slate-200\/90:focus {
  border-left-color: rgb(226 232 240 / 0.9);
}

.focus\:border-l-slate-200\/95:focus {
  border-left-color: rgb(226 232 240 / 0.95);
}

.focus\:border-l-slate-300:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.focus\:border-l-slate-300\/0:focus {
  border-left-color: rgb(203 213 225 / 0);
}

.focus\:border-l-slate-300\/10:focus {
  border-left-color: rgb(203 213 225 / 0.1);
}

.focus\:border-l-slate-300\/100:focus {
  border-left-color: rgb(203 213 225 / 1);
}

.focus\:border-l-slate-300\/20:focus {
  border-left-color: rgb(203 213 225 / 0.2);
}

.focus\:border-l-slate-300\/25:focus {
  border-left-color: rgb(203 213 225 / 0.25);
}

.focus\:border-l-slate-300\/30:focus {
  border-left-color: rgb(203 213 225 / 0.3);
}

.focus\:border-l-slate-300\/40:focus {
  border-left-color: rgb(203 213 225 / 0.4);
}

.focus\:border-l-slate-300\/5:focus {
  border-left-color: rgb(203 213 225 / 0.05);
}

.focus\:border-l-slate-300\/50:focus {
  border-left-color: rgb(203 213 225 / 0.5);
}

.focus\:border-l-slate-300\/60:focus {
  border-left-color: rgb(203 213 225 / 0.6);
}

.focus\:border-l-slate-300\/70:focus {
  border-left-color: rgb(203 213 225 / 0.7);
}

.focus\:border-l-slate-300\/75:focus {
  border-left-color: rgb(203 213 225 / 0.75);
}

.focus\:border-l-slate-300\/80:focus {
  border-left-color: rgb(203 213 225 / 0.8);
}

.focus\:border-l-slate-300\/90:focus {
  border-left-color: rgb(203 213 225 / 0.9);
}

.focus\:border-l-slate-300\/95:focus {
  border-left-color: rgb(203 213 225 / 0.95);
}

.focus\:border-l-slate-400:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.focus\:border-l-slate-400\/0:focus {
  border-left-color: rgb(148 163 184 / 0);
}

.focus\:border-l-slate-400\/10:focus {
  border-left-color: rgb(148 163 184 / 0.1);
}

.focus\:border-l-slate-400\/100:focus {
  border-left-color: rgb(148 163 184 / 1);
}

.focus\:border-l-slate-400\/20:focus {
  border-left-color: rgb(148 163 184 / 0.2);
}

.focus\:border-l-slate-400\/25:focus {
  border-left-color: rgb(148 163 184 / 0.25);
}

.focus\:border-l-slate-400\/30:focus {
  border-left-color: rgb(148 163 184 / 0.3);
}

.focus\:border-l-slate-400\/40:focus {
  border-left-color: rgb(148 163 184 / 0.4);
}

.focus\:border-l-slate-400\/5:focus {
  border-left-color: rgb(148 163 184 / 0.05);
}

.focus\:border-l-slate-400\/50:focus {
  border-left-color: rgb(148 163 184 / 0.5);
}

.focus\:border-l-slate-400\/60:focus {
  border-left-color: rgb(148 163 184 / 0.6);
}

.focus\:border-l-slate-400\/70:focus {
  border-left-color: rgb(148 163 184 / 0.7);
}

.focus\:border-l-slate-400\/75:focus {
  border-left-color: rgb(148 163 184 / 0.75);
}

.focus\:border-l-slate-400\/80:focus {
  border-left-color: rgb(148 163 184 / 0.8);
}

.focus\:border-l-slate-400\/90:focus {
  border-left-color: rgb(148 163 184 / 0.9);
}

.focus\:border-l-slate-400\/95:focus {
  border-left-color: rgb(148 163 184 / 0.95);
}

.focus\:border-l-slate-50:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(248 250 252 / var(--tw-border-opacity));
}

.focus\:border-l-slate-50\/0:focus {
  border-left-color: rgb(248 250 252 / 0);
}

.focus\:border-l-slate-50\/10:focus {
  border-left-color: rgb(248 250 252 / 0.1);
}

.focus\:border-l-slate-50\/100:focus {
  border-left-color: rgb(248 250 252 / 1);
}

.focus\:border-l-slate-50\/20:focus {
  border-left-color: rgb(248 250 252 / 0.2);
}

.focus\:border-l-slate-50\/25:focus {
  border-left-color: rgb(248 250 252 / 0.25);
}

.focus\:border-l-slate-50\/30:focus {
  border-left-color: rgb(248 250 252 / 0.3);
}

.focus\:border-l-slate-50\/40:focus {
  border-left-color: rgb(248 250 252 / 0.4);
}

.focus\:border-l-slate-50\/5:focus {
  border-left-color: rgb(248 250 252 / 0.05);
}

.focus\:border-l-slate-50\/50:focus {
  border-left-color: rgb(248 250 252 / 0.5);
}

.focus\:border-l-slate-50\/60:focus {
  border-left-color: rgb(248 250 252 / 0.6);
}

.focus\:border-l-slate-50\/70:focus {
  border-left-color: rgb(248 250 252 / 0.7);
}

.focus\:border-l-slate-50\/75:focus {
  border-left-color: rgb(248 250 252 / 0.75);
}

.focus\:border-l-slate-50\/80:focus {
  border-left-color: rgb(248 250 252 / 0.8);
}

.focus\:border-l-slate-50\/90:focus {
  border-left-color: rgb(248 250 252 / 0.9);
}

.focus\:border-l-slate-50\/95:focus {
  border-left-color: rgb(248 250 252 / 0.95);
}

.focus\:border-l-slate-500:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.focus\:border-l-slate-500\/0:focus {
  border-left-color: rgb(100 116 139 / 0);
}

.focus\:border-l-slate-500\/10:focus {
  border-left-color: rgb(100 116 139 / 0.1);
}

.focus\:border-l-slate-500\/100:focus {
  border-left-color: rgb(100 116 139 / 1);
}

.focus\:border-l-slate-500\/20:focus {
  border-left-color: rgb(100 116 139 / 0.2);
}

.focus\:border-l-slate-500\/25:focus {
  border-left-color: rgb(100 116 139 / 0.25);
}

.focus\:border-l-slate-500\/30:focus {
  border-left-color: rgb(100 116 139 / 0.3);
}

.focus\:border-l-slate-500\/40:focus {
  border-left-color: rgb(100 116 139 / 0.4);
}

.focus\:border-l-slate-500\/5:focus {
  border-left-color: rgb(100 116 139 / 0.05);
}

.focus\:border-l-slate-500\/50:focus {
  border-left-color: rgb(100 116 139 / 0.5);
}

.focus\:border-l-slate-500\/60:focus {
  border-left-color: rgb(100 116 139 / 0.6);
}

.focus\:border-l-slate-500\/70:focus {
  border-left-color: rgb(100 116 139 / 0.7);
}

.focus\:border-l-slate-500\/75:focus {
  border-left-color: rgb(100 116 139 / 0.75);
}

.focus\:border-l-slate-500\/80:focus {
  border-left-color: rgb(100 116 139 / 0.8);
}

.focus\:border-l-slate-500\/90:focus {
  border-left-color: rgb(100 116 139 / 0.9);
}

.focus\:border-l-slate-500\/95:focus {
  border-left-color: rgb(100 116 139 / 0.95);
}

.focus\:border-l-slate-600:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(71 85 105 / var(--tw-border-opacity));
}

.focus\:border-l-slate-600\/0:focus {
  border-left-color: rgb(71 85 105 / 0);
}

.focus\:border-l-slate-600\/10:focus {
  border-left-color: rgb(71 85 105 / 0.1);
}

.focus\:border-l-slate-600\/100:focus {
  border-left-color: rgb(71 85 105 / 1);
}

.focus\:border-l-slate-600\/20:focus {
  border-left-color: rgb(71 85 105 / 0.2);
}

.focus\:border-l-slate-600\/25:focus {
  border-left-color: rgb(71 85 105 / 0.25);
}

.focus\:border-l-slate-600\/30:focus {
  border-left-color: rgb(71 85 105 / 0.3);
}

.focus\:border-l-slate-600\/40:focus {
  border-left-color: rgb(71 85 105 / 0.4);
}

.focus\:border-l-slate-600\/5:focus {
  border-left-color: rgb(71 85 105 / 0.05);
}

.focus\:border-l-slate-600\/50:focus {
  border-left-color: rgb(71 85 105 / 0.5);
}

.focus\:border-l-slate-600\/60:focus {
  border-left-color: rgb(71 85 105 / 0.6);
}

.focus\:border-l-slate-600\/70:focus {
  border-left-color: rgb(71 85 105 / 0.7);
}

.focus\:border-l-slate-600\/75:focus {
  border-left-color: rgb(71 85 105 / 0.75);
}

.focus\:border-l-slate-600\/80:focus {
  border-left-color: rgb(71 85 105 / 0.8);
}

.focus\:border-l-slate-600\/90:focus {
  border-left-color: rgb(71 85 105 / 0.9);
}

.focus\:border-l-slate-600\/95:focus {
  border-left-color: rgb(71 85 105 / 0.95);
}

.focus\:border-l-slate-700:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.focus\:border-l-slate-700\/0:focus {
  border-left-color: rgb(51 65 85 / 0);
}

.focus\:border-l-slate-700\/10:focus {
  border-left-color: rgb(51 65 85 / 0.1);
}

.focus\:border-l-slate-700\/100:focus {
  border-left-color: rgb(51 65 85 / 1);
}

.focus\:border-l-slate-700\/20:focus {
  border-left-color: rgb(51 65 85 / 0.2);
}

.focus\:border-l-slate-700\/25:focus {
  border-left-color: rgb(51 65 85 / 0.25);
}

.focus\:border-l-slate-700\/30:focus {
  border-left-color: rgb(51 65 85 / 0.3);
}

.focus\:border-l-slate-700\/40:focus {
  border-left-color: rgb(51 65 85 / 0.4);
}

.focus\:border-l-slate-700\/5:focus {
  border-left-color: rgb(51 65 85 / 0.05);
}

.focus\:border-l-slate-700\/50:focus {
  border-left-color: rgb(51 65 85 / 0.5);
}

.focus\:border-l-slate-700\/60:focus {
  border-left-color: rgb(51 65 85 / 0.6);
}

.focus\:border-l-slate-700\/70:focus {
  border-left-color: rgb(51 65 85 / 0.7);
}

.focus\:border-l-slate-700\/75:focus {
  border-left-color: rgb(51 65 85 / 0.75);
}

.focus\:border-l-slate-700\/80:focus {
  border-left-color: rgb(51 65 85 / 0.8);
}

.focus\:border-l-slate-700\/90:focus {
  border-left-color: rgb(51 65 85 / 0.9);
}

.focus\:border-l-slate-700\/95:focus {
  border-left-color: rgb(51 65 85 / 0.95);
}

.focus\:border-l-slate-800:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.focus\:border-l-slate-800\/0:focus {
  border-left-color: rgb(30 41 59 / 0);
}

.focus\:border-l-slate-800\/10:focus {
  border-left-color: rgb(30 41 59 / 0.1);
}

.focus\:border-l-slate-800\/100:focus {
  border-left-color: rgb(30 41 59 / 1);
}

.focus\:border-l-slate-800\/20:focus {
  border-left-color: rgb(30 41 59 / 0.2);
}

.focus\:border-l-slate-800\/25:focus {
  border-left-color: rgb(30 41 59 / 0.25);
}

.focus\:border-l-slate-800\/30:focus {
  border-left-color: rgb(30 41 59 / 0.3);
}

.focus\:border-l-slate-800\/40:focus {
  border-left-color: rgb(30 41 59 / 0.4);
}

.focus\:border-l-slate-800\/5:focus {
  border-left-color: rgb(30 41 59 / 0.05);
}

.focus\:border-l-slate-800\/50:focus {
  border-left-color: rgb(30 41 59 / 0.5);
}

.focus\:border-l-slate-800\/60:focus {
  border-left-color: rgb(30 41 59 / 0.6);
}

.focus\:border-l-slate-800\/70:focus {
  border-left-color: rgb(30 41 59 / 0.7);
}

.focus\:border-l-slate-800\/75:focus {
  border-left-color: rgb(30 41 59 / 0.75);
}

.focus\:border-l-slate-800\/80:focus {
  border-left-color: rgb(30 41 59 / 0.8);
}

.focus\:border-l-slate-800\/90:focus {
  border-left-color: rgb(30 41 59 / 0.9);
}

.focus\:border-l-slate-800\/95:focus {
  border-left-color: rgb(30 41 59 / 0.95);
}

.focus\:border-l-slate-900:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(15 23 42 / var(--tw-border-opacity));
}

.focus\:border-l-slate-900\/0:focus {
  border-left-color: rgb(15 23 42 / 0);
}

.focus\:border-l-slate-900\/10:focus {
  border-left-color: rgb(15 23 42 / 0.1);
}

.focus\:border-l-slate-900\/100:focus {
  border-left-color: rgb(15 23 42 / 1);
}

.focus\:border-l-slate-900\/20:focus {
  border-left-color: rgb(15 23 42 / 0.2);
}

.focus\:border-l-slate-900\/25:focus {
  border-left-color: rgb(15 23 42 / 0.25);
}

.focus\:border-l-slate-900\/30:focus {
  border-left-color: rgb(15 23 42 / 0.3);
}

.focus\:border-l-slate-900\/40:focus {
  border-left-color: rgb(15 23 42 / 0.4);
}

.focus\:border-l-slate-900\/5:focus {
  border-left-color: rgb(15 23 42 / 0.05);
}

.focus\:border-l-slate-900\/50:focus {
  border-left-color: rgb(15 23 42 / 0.5);
}

.focus\:border-l-slate-900\/60:focus {
  border-left-color: rgb(15 23 42 / 0.6);
}

.focus\:border-l-slate-900\/70:focus {
  border-left-color: rgb(15 23 42 / 0.7);
}

.focus\:border-l-slate-900\/75:focus {
  border-left-color: rgb(15 23 42 / 0.75);
}

.focus\:border-l-slate-900\/80:focus {
  border-left-color: rgb(15 23 42 / 0.8);
}

.focus\:border-l-slate-900\/90:focus {
  border-left-color: rgb(15 23 42 / 0.9);
}

.focus\:border-l-slate-900\/95:focus {
  border-left-color: rgb(15 23 42 / 0.95);
}

.focus\:border-l-slate-950:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(2 6 23 / var(--tw-border-opacity));
}

.focus\:border-l-slate-950\/0:focus {
  border-left-color: rgb(2 6 23 / 0);
}

.focus\:border-l-slate-950\/10:focus {
  border-left-color: rgb(2 6 23 / 0.1);
}

.focus\:border-l-slate-950\/100:focus {
  border-left-color: rgb(2 6 23 / 1);
}

.focus\:border-l-slate-950\/20:focus {
  border-left-color: rgb(2 6 23 / 0.2);
}

.focus\:border-l-slate-950\/25:focus {
  border-left-color: rgb(2 6 23 / 0.25);
}

.focus\:border-l-slate-950\/30:focus {
  border-left-color: rgb(2 6 23 / 0.3);
}

.focus\:border-l-slate-950\/40:focus {
  border-left-color: rgb(2 6 23 / 0.4);
}

.focus\:border-l-slate-950\/5:focus {
  border-left-color: rgb(2 6 23 / 0.05);
}

.focus\:border-l-slate-950\/50:focus {
  border-left-color: rgb(2 6 23 / 0.5);
}

.focus\:border-l-slate-950\/60:focus {
  border-left-color: rgb(2 6 23 / 0.6);
}

.focus\:border-l-slate-950\/70:focus {
  border-left-color: rgb(2 6 23 / 0.7);
}

.focus\:border-l-slate-950\/75:focus {
  border-left-color: rgb(2 6 23 / 0.75);
}

.focus\:border-l-slate-950\/80:focus {
  border-left-color: rgb(2 6 23 / 0.8);
}

.focus\:border-l-slate-950\/90:focus {
  border-left-color: rgb(2 6 23 / 0.9);
}

.focus\:border-l-slate-950\/95:focus {
  border-left-color: rgb(2 6 23 / 0.95);
}

.focus\:border-l-stone-100:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 245 244 / var(--tw-border-opacity));
}

.focus\:border-l-stone-100\/0:focus {
  border-left-color: rgb(245 245 244 / 0);
}

.focus\:border-l-stone-100\/10:focus {
  border-left-color: rgb(245 245 244 / 0.1);
}

.focus\:border-l-stone-100\/100:focus {
  border-left-color: rgb(245 245 244 / 1);
}

.focus\:border-l-stone-100\/20:focus {
  border-left-color: rgb(245 245 244 / 0.2);
}

.focus\:border-l-stone-100\/25:focus {
  border-left-color: rgb(245 245 244 / 0.25);
}

.focus\:border-l-stone-100\/30:focus {
  border-left-color: rgb(245 245 244 / 0.3);
}

.focus\:border-l-stone-100\/40:focus {
  border-left-color: rgb(245 245 244 / 0.4);
}

.focus\:border-l-stone-100\/5:focus {
  border-left-color: rgb(245 245 244 / 0.05);
}

.focus\:border-l-stone-100\/50:focus {
  border-left-color: rgb(245 245 244 / 0.5);
}

.focus\:border-l-stone-100\/60:focus {
  border-left-color: rgb(245 245 244 / 0.6);
}

.focus\:border-l-stone-100\/70:focus {
  border-left-color: rgb(245 245 244 / 0.7);
}

.focus\:border-l-stone-100\/75:focus {
  border-left-color: rgb(245 245 244 / 0.75);
}

.focus\:border-l-stone-100\/80:focus {
  border-left-color: rgb(245 245 244 / 0.8);
}

.focus\:border-l-stone-100\/90:focus {
  border-left-color: rgb(245 245 244 / 0.9);
}

.focus\:border-l-stone-100\/95:focus {
  border-left-color: rgb(245 245 244 / 0.95);
}

.focus\:border-l-stone-200:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(231 229 228 / var(--tw-border-opacity));
}

.focus\:border-l-stone-200\/0:focus {
  border-left-color: rgb(231 229 228 / 0);
}

.focus\:border-l-stone-200\/10:focus {
  border-left-color: rgb(231 229 228 / 0.1);
}

.focus\:border-l-stone-200\/100:focus {
  border-left-color: rgb(231 229 228 / 1);
}

.focus\:border-l-stone-200\/20:focus {
  border-left-color: rgb(231 229 228 / 0.2);
}

.focus\:border-l-stone-200\/25:focus {
  border-left-color: rgb(231 229 228 / 0.25);
}

.focus\:border-l-stone-200\/30:focus {
  border-left-color: rgb(231 229 228 / 0.3);
}

.focus\:border-l-stone-200\/40:focus {
  border-left-color: rgb(231 229 228 / 0.4);
}

.focus\:border-l-stone-200\/5:focus {
  border-left-color: rgb(231 229 228 / 0.05);
}

.focus\:border-l-stone-200\/50:focus {
  border-left-color: rgb(231 229 228 / 0.5);
}

.focus\:border-l-stone-200\/60:focus {
  border-left-color: rgb(231 229 228 / 0.6);
}

.focus\:border-l-stone-200\/70:focus {
  border-left-color: rgb(231 229 228 / 0.7);
}

.focus\:border-l-stone-200\/75:focus {
  border-left-color: rgb(231 229 228 / 0.75);
}

.focus\:border-l-stone-200\/80:focus {
  border-left-color: rgb(231 229 228 / 0.8);
}

.focus\:border-l-stone-200\/90:focus {
  border-left-color: rgb(231 229 228 / 0.9);
}

.focus\:border-l-stone-200\/95:focus {
  border-left-color: rgb(231 229 228 / 0.95);
}

.focus\:border-l-stone-300:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.focus\:border-l-stone-300\/0:focus {
  border-left-color: rgb(214 211 209 / 0);
}

.focus\:border-l-stone-300\/10:focus {
  border-left-color: rgb(214 211 209 / 0.1);
}

.focus\:border-l-stone-300\/100:focus {
  border-left-color: rgb(214 211 209 / 1);
}

.focus\:border-l-stone-300\/20:focus {
  border-left-color: rgb(214 211 209 / 0.2);
}

.focus\:border-l-stone-300\/25:focus {
  border-left-color: rgb(214 211 209 / 0.25);
}

.focus\:border-l-stone-300\/30:focus {
  border-left-color: rgb(214 211 209 / 0.3);
}

.focus\:border-l-stone-300\/40:focus {
  border-left-color: rgb(214 211 209 / 0.4);
}

.focus\:border-l-stone-300\/5:focus {
  border-left-color: rgb(214 211 209 / 0.05);
}

.focus\:border-l-stone-300\/50:focus {
  border-left-color: rgb(214 211 209 / 0.5);
}

.focus\:border-l-stone-300\/60:focus {
  border-left-color: rgb(214 211 209 / 0.6);
}

.focus\:border-l-stone-300\/70:focus {
  border-left-color: rgb(214 211 209 / 0.7);
}

.focus\:border-l-stone-300\/75:focus {
  border-left-color: rgb(214 211 209 / 0.75);
}

.focus\:border-l-stone-300\/80:focus {
  border-left-color: rgb(214 211 209 / 0.8);
}

.focus\:border-l-stone-300\/90:focus {
  border-left-color: rgb(214 211 209 / 0.9);
}

.focus\:border-l-stone-300\/95:focus {
  border-left-color: rgb(214 211 209 / 0.95);
}

.focus\:border-l-stone-400:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(168 162 158 / var(--tw-border-opacity));
}

.focus\:border-l-stone-400\/0:focus {
  border-left-color: rgb(168 162 158 / 0);
}

.focus\:border-l-stone-400\/10:focus {
  border-left-color: rgb(168 162 158 / 0.1);
}

.focus\:border-l-stone-400\/100:focus {
  border-left-color: rgb(168 162 158 / 1);
}

.focus\:border-l-stone-400\/20:focus {
  border-left-color: rgb(168 162 158 / 0.2);
}

.focus\:border-l-stone-400\/25:focus {
  border-left-color: rgb(168 162 158 / 0.25);
}

.focus\:border-l-stone-400\/30:focus {
  border-left-color: rgb(168 162 158 / 0.3);
}

.focus\:border-l-stone-400\/40:focus {
  border-left-color: rgb(168 162 158 / 0.4);
}

.focus\:border-l-stone-400\/5:focus {
  border-left-color: rgb(168 162 158 / 0.05);
}

.focus\:border-l-stone-400\/50:focus {
  border-left-color: rgb(168 162 158 / 0.5);
}

.focus\:border-l-stone-400\/60:focus {
  border-left-color: rgb(168 162 158 / 0.6);
}

.focus\:border-l-stone-400\/70:focus {
  border-left-color: rgb(168 162 158 / 0.7);
}

.focus\:border-l-stone-400\/75:focus {
  border-left-color: rgb(168 162 158 / 0.75);
}

.focus\:border-l-stone-400\/80:focus {
  border-left-color: rgb(168 162 158 / 0.8);
}

.focus\:border-l-stone-400\/90:focus {
  border-left-color: rgb(168 162 158 / 0.9);
}

.focus\:border-l-stone-400\/95:focus {
  border-left-color: rgb(168 162 158 / 0.95);
}

.focus\:border-l-stone-50:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 250 249 / var(--tw-border-opacity));
}

.focus\:border-l-stone-50\/0:focus {
  border-left-color: rgb(250 250 249 / 0);
}

.focus\:border-l-stone-50\/10:focus {
  border-left-color: rgb(250 250 249 / 0.1);
}

.focus\:border-l-stone-50\/100:focus {
  border-left-color: rgb(250 250 249 / 1);
}

.focus\:border-l-stone-50\/20:focus {
  border-left-color: rgb(250 250 249 / 0.2);
}

.focus\:border-l-stone-50\/25:focus {
  border-left-color: rgb(250 250 249 / 0.25);
}

.focus\:border-l-stone-50\/30:focus {
  border-left-color: rgb(250 250 249 / 0.3);
}

.focus\:border-l-stone-50\/40:focus {
  border-left-color: rgb(250 250 249 / 0.4);
}

.focus\:border-l-stone-50\/5:focus {
  border-left-color: rgb(250 250 249 / 0.05);
}

.focus\:border-l-stone-50\/50:focus {
  border-left-color: rgb(250 250 249 / 0.5);
}

.focus\:border-l-stone-50\/60:focus {
  border-left-color: rgb(250 250 249 / 0.6);
}

.focus\:border-l-stone-50\/70:focus {
  border-left-color: rgb(250 250 249 / 0.7);
}

.focus\:border-l-stone-50\/75:focus {
  border-left-color: rgb(250 250 249 / 0.75);
}

.focus\:border-l-stone-50\/80:focus {
  border-left-color: rgb(250 250 249 / 0.8);
}

.focus\:border-l-stone-50\/90:focus {
  border-left-color: rgb(250 250 249 / 0.9);
}

.focus\:border-l-stone-50\/95:focus {
  border-left-color: rgb(250 250 249 / 0.95);
}

.focus\:border-l-stone-500:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(120 113 108 / var(--tw-border-opacity));
}

.focus\:border-l-stone-500\/0:focus {
  border-left-color: rgb(120 113 108 / 0);
}

.focus\:border-l-stone-500\/10:focus {
  border-left-color: rgb(120 113 108 / 0.1);
}

.focus\:border-l-stone-500\/100:focus {
  border-left-color: rgb(120 113 108 / 1);
}

.focus\:border-l-stone-500\/20:focus {
  border-left-color: rgb(120 113 108 / 0.2);
}

.focus\:border-l-stone-500\/25:focus {
  border-left-color: rgb(120 113 108 / 0.25);
}

.focus\:border-l-stone-500\/30:focus {
  border-left-color: rgb(120 113 108 / 0.3);
}

.focus\:border-l-stone-500\/40:focus {
  border-left-color: rgb(120 113 108 / 0.4);
}

.focus\:border-l-stone-500\/5:focus {
  border-left-color: rgb(120 113 108 / 0.05);
}

.focus\:border-l-stone-500\/50:focus {
  border-left-color: rgb(120 113 108 / 0.5);
}

.focus\:border-l-stone-500\/60:focus {
  border-left-color: rgb(120 113 108 / 0.6);
}

.focus\:border-l-stone-500\/70:focus {
  border-left-color: rgb(120 113 108 / 0.7);
}

.focus\:border-l-stone-500\/75:focus {
  border-left-color: rgb(120 113 108 / 0.75);
}

.focus\:border-l-stone-500\/80:focus {
  border-left-color: rgb(120 113 108 / 0.8);
}

.focus\:border-l-stone-500\/90:focus {
  border-left-color: rgb(120 113 108 / 0.9);
}

.focus\:border-l-stone-500\/95:focus {
  border-left-color: rgb(120 113 108 / 0.95);
}

.focus\:border-l-stone-600:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(87 83 78 / var(--tw-border-opacity));
}

.focus\:border-l-stone-600\/0:focus {
  border-left-color: rgb(87 83 78 / 0);
}

.focus\:border-l-stone-600\/10:focus {
  border-left-color: rgb(87 83 78 / 0.1);
}

.focus\:border-l-stone-600\/100:focus {
  border-left-color: rgb(87 83 78 / 1);
}

.focus\:border-l-stone-600\/20:focus {
  border-left-color: rgb(87 83 78 / 0.2);
}

.focus\:border-l-stone-600\/25:focus {
  border-left-color: rgb(87 83 78 / 0.25);
}

.focus\:border-l-stone-600\/30:focus {
  border-left-color: rgb(87 83 78 / 0.3);
}

.focus\:border-l-stone-600\/40:focus {
  border-left-color: rgb(87 83 78 / 0.4);
}

.focus\:border-l-stone-600\/5:focus {
  border-left-color: rgb(87 83 78 / 0.05);
}

.focus\:border-l-stone-600\/50:focus {
  border-left-color: rgb(87 83 78 / 0.5);
}

.focus\:border-l-stone-600\/60:focus {
  border-left-color: rgb(87 83 78 / 0.6);
}

.focus\:border-l-stone-600\/70:focus {
  border-left-color: rgb(87 83 78 / 0.7);
}

.focus\:border-l-stone-600\/75:focus {
  border-left-color: rgb(87 83 78 / 0.75);
}

.focus\:border-l-stone-600\/80:focus {
  border-left-color: rgb(87 83 78 / 0.8);
}

.focus\:border-l-stone-600\/90:focus {
  border-left-color: rgb(87 83 78 / 0.9);
}

.focus\:border-l-stone-600\/95:focus {
  border-left-color: rgb(87 83 78 / 0.95);
}

.focus\:border-l-stone-700:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(68 64 60 / var(--tw-border-opacity));
}

.focus\:border-l-stone-700\/0:focus {
  border-left-color: rgb(68 64 60 / 0);
}

.focus\:border-l-stone-700\/10:focus {
  border-left-color: rgb(68 64 60 / 0.1);
}

.focus\:border-l-stone-700\/100:focus {
  border-left-color: rgb(68 64 60 / 1);
}

.focus\:border-l-stone-700\/20:focus {
  border-left-color: rgb(68 64 60 / 0.2);
}

.focus\:border-l-stone-700\/25:focus {
  border-left-color: rgb(68 64 60 / 0.25);
}

.focus\:border-l-stone-700\/30:focus {
  border-left-color: rgb(68 64 60 / 0.3);
}

.focus\:border-l-stone-700\/40:focus {
  border-left-color: rgb(68 64 60 / 0.4);
}

.focus\:border-l-stone-700\/5:focus {
  border-left-color: rgb(68 64 60 / 0.05);
}

.focus\:border-l-stone-700\/50:focus {
  border-left-color: rgb(68 64 60 / 0.5);
}

.focus\:border-l-stone-700\/60:focus {
  border-left-color: rgb(68 64 60 / 0.6);
}

.focus\:border-l-stone-700\/70:focus {
  border-left-color: rgb(68 64 60 / 0.7);
}

.focus\:border-l-stone-700\/75:focus {
  border-left-color: rgb(68 64 60 / 0.75);
}

.focus\:border-l-stone-700\/80:focus {
  border-left-color: rgb(68 64 60 / 0.8);
}

.focus\:border-l-stone-700\/90:focus {
  border-left-color: rgb(68 64 60 / 0.9);
}

.focus\:border-l-stone-700\/95:focus {
  border-left-color: rgb(68 64 60 / 0.95);
}

.focus\:border-l-stone-800:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(41 37 36 / var(--tw-border-opacity));
}

.focus\:border-l-stone-800\/0:focus {
  border-left-color: rgb(41 37 36 / 0);
}

.focus\:border-l-stone-800\/10:focus {
  border-left-color: rgb(41 37 36 / 0.1);
}

.focus\:border-l-stone-800\/100:focus {
  border-left-color: rgb(41 37 36 / 1);
}

.focus\:border-l-stone-800\/20:focus {
  border-left-color: rgb(41 37 36 / 0.2);
}

.focus\:border-l-stone-800\/25:focus {
  border-left-color: rgb(41 37 36 / 0.25);
}

.focus\:border-l-stone-800\/30:focus {
  border-left-color: rgb(41 37 36 / 0.3);
}

.focus\:border-l-stone-800\/40:focus {
  border-left-color: rgb(41 37 36 / 0.4);
}

.focus\:border-l-stone-800\/5:focus {
  border-left-color: rgb(41 37 36 / 0.05);
}

.focus\:border-l-stone-800\/50:focus {
  border-left-color: rgb(41 37 36 / 0.5);
}

.focus\:border-l-stone-800\/60:focus {
  border-left-color: rgb(41 37 36 / 0.6);
}

.focus\:border-l-stone-800\/70:focus {
  border-left-color: rgb(41 37 36 / 0.7);
}

.focus\:border-l-stone-800\/75:focus {
  border-left-color: rgb(41 37 36 / 0.75);
}

.focus\:border-l-stone-800\/80:focus {
  border-left-color: rgb(41 37 36 / 0.8);
}

.focus\:border-l-stone-800\/90:focus {
  border-left-color: rgb(41 37 36 / 0.9);
}

.focus\:border-l-stone-800\/95:focus {
  border-left-color: rgb(41 37 36 / 0.95);
}

.focus\:border-l-stone-900:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(28 25 23 / var(--tw-border-opacity));
}

.focus\:border-l-stone-900\/0:focus {
  border-left-color: rgb(28 25 23 / 0);
}

.focus\:border-l-stone-900\/10:focus {
  border-left-color: rgb(28 25 23 / 0.1);
}

.focus\:border-l-stone-900\/100:focus {
  border-left-color: rgb(28 25 23 / 1);
}

.focus\:border-l-stone-900\/20:focus {
  border-left-color: rgb(28 25 23 / 0.2);
}

.focus\:border-l-stone-900\/25:focus {
  border-left-color: rgb(28 25 23 / 0.25);
}

.focus\:border-l-stone-900\/30:focus {
  border-left-color: rgb(28 25 23 / 0.3);
}

.focus\:border-l-stone-900\/40:focus {
  border-left-color: rgb(28 25 23 / 0.4);
}

.focus\:border-l-stone-900\/5:focus {
  border-left-color: rgb(28 25 23 / 0.05);
}

.focus\:border-l-stone-900\/50:focus {
  border-left-color: rgb(28 25 23 / 0.5);
}

.focus\:border-l-stone-900\/60:focus {
  border-left-color: rgb(28 25 23 / 0.6);
}

.focus\:border-l-stone-900\/70:focus {
  border-left-color: rgb(28 25 23 / 0.7);
}

.focus\:border-l-stone-900\/75:focus {
  border-left-color: rgb(28 25 23 / 0.75);
}

.focus\:border-l-stone-900\/80:focus {
  border-left-color: rgb(28 25 23 / 0.8);
}

.focus\:border-l-stone-900\/90:focus {
  border-left-color: rgb(28 25 23 / 0.9);
}

.focus\:border-l-stone-900\/95:focus {
  border-left-color: rgb(28 25 23 / 0.95);
}

.focus\:border-l-stone-950:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(12 10 9 / var(--tw-border-opacity));
}

.focus\:border-l-stone-950\/0:focus {
  border-left-color: rgb(12 10 9 / 0);
}

.focus\:border-l-stone-950\/10:focus {
  border-left-color: rgb(12 10 9 / 0.1);
}

.focus\:border-l-stone-950\/100:focus {
  border-left-color: rgb(12 10 9 / 1);
}

.focus\:border-l-stone-950\/20:focus {
  border-left-color: rgb(12 10 9 / 0.2);
}

.focus\:border-l-stone-950\/25:focus {
  border-left-color: rgb(12 10 9 / 0.25);
}

.focus\:border-l-stone-950\/30:focus {
  border-left-color: rgb(12 10 9 / 0.3);
}

.focus\:border-l-stone-950\/40:focus {
  border-left-color: rgb(12 10 9 / 0.4);
}

.focus\:border-l-stone-950\/5:focus {
  border-left-color: rgb(12 10 9 / 0.05);
}

.focus\:border-l-stone-950\/50:focus {
  border-left-color: rgb(12 10 9 / 0.5);
}

.focus\:border-l-stone-950\/60:focus {
  border-left-color: rgb(12 10 9 / 0.6);
}

.focus\:border-l-stone-950\/70:focus {
  border-left-color: rgb(12 10 9 / 0.7);
}

.focus\:border-l-stone-950\/75:focus {
  border-left-color: rgb(12 10 9 / 0.75);
}

.focus\:border-l-stone-950\/80:focus {
  border-left-color: rgb(12 10 9 / 0.8);
}

.focus\:border-l-stone-950\/90:focus {
  border-left-color: rgb(12 10 9 / 0.9);
}

.focus\:border-l-stone-950\/95:focus {
  border-left-color: rgb(12 10 9 / 0.95);
}

.focus\:border-l-teal-100:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(204 251 241 / var(--tw-border-opacity));
}

.focus\:border-l-teal-100\/0:focus {
  border-left-color: rgb(204 251 241 / 0);
}

.focus\:border-l-teal-100\/10:focus {
  border-left-color: rgb(204 251 241 / 0.1);
}

.focus\:border-l-teal-100\/100:focus {
  border-left-color: rgb(204 251 241 / 1);
}

.focus\:border-l-teal-100\/20:focus {
  border-left-color: rgb(204 251 241 / 0.2);
}

.focus\:border-l-teal-100\/25:focus {
  border-left-color: rgb(204 251 241 / 0.25);
}

.focus\:border-l-teal-100\/30:focus {
  border-left-color: rgb(204 251 241 / 0.3);
}

.focus\:border-l-teal-100\/40:focus {
  border-left-color: rgb(204 251 241 / 0.4);
}

.focus\:border-l-teal-100\/5:focus {
  border-left-color: rgb(204 251 241 / 0.05);
}

.focus\:border-l-teal-100\/50:focus {
  border-left-color: rgb(204 251 241 / 0.5);
}

.focus\:border-l-teal-100\/60:focus {
  border-left-color: rgb(204 251 241 / 0.6);
}

.focus\:border-l-teal-100\/70:focus {
  border-left-color: rgb(204 251 241 / 0.7);
}

.focus\:border-l-teal-100\/75:focus {
  border-left-color: rgb(204 251 241 / 0.75);
}

.focus\:border-l-teal-100\/80:focus {
  border-left-color: rgb(204 251 241 / 0.8);
}

.focus\:border-l-teal-100\/90:focus {
  border-left-color: rgb(204 251 241 / 0.9);
}

.focus\:border-l-teal-100\/95:focus {
  border-left-color: rgb(204 251 241 / 0.95);
}

.focus\:border-l-teal-200:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(153 246 228 / var(--tw-border-opacity));
}

.focus\:border-l-teal-200\/0:focus {
  border-left-color: rgb(153 246 228 / 0);
}

.focus\:border-l-teal-200\/10:focus {
  border-left-color: rgb(153 246 228 / 0.1);
}

.focus\:border-l-teal-200\/100:focus {
  border-left-color: rgb(153 246 228 / 1);
}

.focus\:border-l-teal-200\/20:focus {
  border-left-color: rgb(153 246 228 / 0.2);
}

.focus\:border-l-teal-200\/25:focus {
  border-left-color: rgb(153 246 228 / 0.25);
}

.focus\:border-l-teal-200\/30:focus {
  border-left-color: rgb(153 246 228 / 0.3);
}

.focus\:border-l-teal-200\/40:focus {
  border-left-color: rgb(153 246 228 / 0.4);
}

.focus\:border-l-teal-200\/5:focus {
  border-left-color: rgb(153 246 228 / 0.05);
}

.focus\:border-l-teal-200\/50:focus {
  border-left-color: rgb(153 246 228 / 0.5);
}

.focus\:border-l-teal-200\/60:focus {
  border-left-color: rgb(153 246 228 / 0.6);
}

.focus\:border-l-teal-200\/70:focus {
  border-left-color: rgb(153 246 228 / 0.7);
}

.focus\:border-l-teal-200\/75:focus {
  border-left-color: rgb(153 246 228 / 0.75);
}

.focus\:border-l-teal-200\/80:focus {
  border-left-color: rgb(153 246 228 / 0.8);
}

.focus\:border-l-teal-200\/90:focus {
  border-left-color: rgb(153 246 228 / 0.9);
}

.focus\:border-l-teal-200\/95:focus {
  border-left-color: rgb(153 246 228 / 0.95);
}

.focus\:border-l-teal-300:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(94 234 212 / var(--tw-border-opacity));
}

.focus\:border-l-teal-300\/0:focus {
  border-left-color: rgb(94 234 212 / 0);
}

.focus\:border-l-teal-300\/10:focus {
  border-left-color: rgb(94 234 212 / 0.1);
}

.focus\:border-l-teal-300\/100:focus {
  border-left-color: rgb(94 234 212 / 1);
}

.focus\:border-l-teal-300\/20:focus {
  border-left-color: rgb(94 234 212 / 0.2);
}

.focus\:border-l-teal-300\/25:focus {
  border-left-color: rgb(94 234 212 / 0.25);
}

.focus\:border-l-teal-300\/30:focus {
  border-left-color: rgb(94 234 212 / 0.3);
}

.focus\:border-l-teal-300\/40:focus {
  border-left-color: rgb(94 234 212 / 0.4);
}

.focus\:border-l-teal-300\/5:focus {
  border-left-color: rgb(94 234 212 / 0.05);
}

.focus\:border-l-teal-300\/50:focus {
  border-left-color: rgb(94 234 212 / 0.5);
}

.focus\:border-l-teal-300\/60:focus {
  border-left-color: rgb(94 234 212 / 0.6);
}

.focus\:border-l-teal-300\/70:focus {
  border-left-color: rgb(94 234 212 / 0.7);
}

.focus\:border-l-teal-300\/75:focus {
  border-left-color: rgb(94 234 212 / 0.75);
}

.focus\:border-l-teal-300\/80:focus {
  border-left-color: rgb(94 234 212 / 0.8);
}

.focus\:border-l-teal-300\/90:focus {
  border-left-color: rgb(94 234 212 / 0.9);
}

.focus\:border-l-teal-300\/95:focus {
  border-left-color: rgb(94 234 212 / 0.95);
}

.focus\:border-l-teal-400:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(45 212 191 / var(--tw-border-opacity));
}

.focus\:border-l-teal-400\/0:focus {
  border-left-color: rgb(45 212 191 / 0);
}

.focus\:border-l-teal-400\/10:focus {
  border-left-color: rgb(45 212 191 / 0.1);
}

.focus\:border-l-teal-400\/100:focus {
  border-left-color: rgb(45 212 191 / 1);
}

.focus\:border-l-teal-400\/20:focus {
  border-left-color: rgb(45 212 191 / 0.2);
}

.focus\:border-l-teal-400\/25:focus {
  border-left-color: rgb(45 212 191 / 0.25);
}

.focus\:border-l-teal-400\/30:focus {
  border-left-color: rgb(45 212 191 / 0.3);
}

.focus\:border-l-teal-400\/40:focus {
  border-left-color: rgb(45 212 191 / 0.4);
}

.focus\:border-l-teal-400\/5:focus {
  border-left-color: rgb(45 212 191 / 0.05);
}

.focus\:border-l-teal-400\/50:focus {
  border-left-color: rgb(45 212 191 / 0.5);
}

.focus\:border-l-teal-400\/60:focus {
  border-left-color: rgb(45 212 191 / 0.6);
}

.focus\:border-l-teal-400\/70:focus {
  border-left-color: rgb(45 212 191 / 0.7);
}

.focus\:border-l-teal-400\/75:focus {
  border-left-color: rgb(45 212 191 / 0.75);
}

.focus\:border-l-teal-400\/80:focus {
  border-left-color: rgb(45 212 191 / 0.8);
}

.focus\:border-l-teal-400\/90:focus {
  border-left-color: rgb(45 212 191 / 0.9);
}

.focus\:border-l-teal-400\/95:focus {
  border-left-color: rgb(45 212 191 / 0.95);
}

.focus\:border-l-teal-50:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(240 253 250 / var(--tw-border-opacity));
}

.focus\:border-l-teal-50\/0:focus {
  border-left-color: rgb(240 253 250 / 0);
}

.focus\:border-l-teal-50\/10:focus {
  border-left-color: rgb(240 253 250 / 0.1);
}

.focus\:border-l-teal-50\/100:focus {
  border-left-color: rgb(240 253 250 / 1);
}

.focus\:border-l-teal-50\/20:focus {
  border-left-color: rgb(240 253 250 / 0.2);
}

.focus\:border-l-teal-50\/25:focus {
  border-left-color: rgb(240 253 250 / 0.25);
}

.focus\:border-l-teal-50\/30:focus {
  border-left-color: rgb(240 253 250 / 0.3);
}

.focus\:border-l-teal-50\/40:focus {
  border-left-color: rgb(240 253 250 / 0.4);
}

.focus\:border-l-teal-50\/5:focus {
  border-left-color: rgb(240 253 250 / 0.05);
}

.focus\:border-l-teal-50\/50:focus {
  border-left-color: rgb(240 253 250 / 0.5);
}

.focus\:border-l-teal-50\/60:focus {
  border-left-color: rgb(240 253 250 / 0.6);
}

.focus\:border-l-teal-50\/70:focus {
  border-left-color: rgb(240 253 250 / 0.7);
}

.focus\:border-l-teal-50\/75:focus {
  border-left-color: rgb(240 253 250 / 0.75);
}

.focus\:border-l-teal-50\/80:focus {
  border-left-color: rgb(240 253 250 / 0.8);
}

.focus\:border-l-teal-50\/90:focus {
  border-left-color: rgb(240 253 250 / 0.9);
}

.focus\:border-l-teal-50\/95:focus {
  border-left-color: rgb(240 253 250 / 0.95);
}

.focus\:border-l-teal-500:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(20 184 166 / var(--tw-border-opacity));
}

.focus\:border-l-teal-500\/0:focus {
  border-left-color: rgb(20 184 166 / 0);
}

.focus\:border-l-teal-500\/10:focus {
  border-left-color: rgb(20 184 166 / 0.1);
}

.focus\:border-l-teal-500\/100:focus {
  border-left-color: rgb(20 184 166 / 1);
}

.focus\:border-l-teal-500\/20:focus {
  border-left-color: rgb(20 184 166 / 0.2);
}

.focus\:border-l-teal-500\/25:focus {
  border-left-color: rgb(20 184 166 / 0.25);
}

.focus\:border-l-teal-500\/30:focus {
  border-left-color: rgb(20 184 166 / 0.3);
}

.focus\:border-l-teal-500\/40:focus {
  border-left-color: rgb(20 184 166 / 0.4);
}

.focus\:border-l-teal-500\/5:focus {
  border-left-color: rgb(20 184 166 / 0.05);
}

.focus\:border-l-teal-500\/50:focus {
  border-left-color: rgb(20 184 166 / 0.5);
}

.focus\:border-l-teal-500\/60:focus {
  border-left-color: rgb(20 184 166 / 0.6);
}

.focus\:border-l-teal-500\/70:focus {
  border-left-color: rgb(20 184 166 / 0.7);
}

.focus\:border-l-teal-500\/75:focus {
  border-left-color: rgb(20 184 166 / 0.75);
}

.focus\:border-l-teal-500\/80:focus {
  border-left-color: rgb(20 184 166 / 0.8);
}

.focus\:border-l-teal-500\/90:focus {
  border-left-color: rgb(20 184 166 / 0.9);
}

.focus\:border-l-teal-500\/95:focus {
  border-left-color: rgb(20 184 166 / 0.95);
}

.focus\:border-l-teal-600:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(13 148 136 / var(--tw-border-opacity));
}

.focus\:border-l-teal-600\/0:focus {
  border-left-color: rgb(13 148 136 / 0);
}

.focus\:border-l-teal-600\/10:focus {
  border-left-color: rgb(13 148 136 / 0.1);
}

.focus\:border-l-teal-600\/100:focus {
  border-left-color: rgb(13 148 136 / 1);
}

.focus\:border-l-teal-600\/20:focus {
  border-left-color: rgb(13 148 136 / 0.2);
}

.focus\:border-l-teal-600\/25:focus {
  border-left-color: rgb(13 148 136 / 0.25);
}

.focus\:border-l-teal-600\/30:focus {
  border-left-color: rgb(13 148 136 / 0.3);
}

.focus\:border-l-teal-600\/40:focus {
  border-left-color: rgb(13 148 136 / 0.4);
}

.focus\:border-l-teal-600\/5:focus {
  border-left-color: rgb(13 148 136 / 0.05);
}

.focus\:border-l-teal-600\/50:focus {
  border-left-color: rgb(13 148 136 / 0.5);
}

.focus\:border-l-teal-600\/60:focus {
  border-left-color: rgb(13 148 136 / 0.6);
}

.focus\:border-l-teal-600\/70:focus {
  border-left-color: rgb(13 148 136 / 0.7);
}

.focus\:border-l-teal-600\/75:focus {
  border-left-color: rgb(13 148 136 / 0.75);
}

.focus\:border-l-teal-600\/80:focus {
  border-left-color: rgb(13 148 136 / 0.8);
}

.focus\:border-l-teal-600\/90:focus {
  border-left-color: rgb(13 148 136 / 0.9);
}

.focus\:border-l-teal-600\/95:focus {
  border-left-color: rgb(13 148 136 / 0.95);
}

.focus\:border-l-teal-700:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(15 118 110 / var(--tw-border-opacity));
}

.focus\:border-l-teal-700\/0:focus {
  border-left-color: rgb(15 118 110 / 0);
}

.focus\:border-l-teal-700\/10:focus {
  border-left-color: rgb(15 118 110 / 0.1);
}

.focus\:border-l-teal-700\/100:focus {
  border-left-color: rgb(15 118 110 / 1);
}

.focus\:border-l-teal-700\/20:focus {
  border-left-color: rgb(15 118 110 / 0.2);
}

.focus\:border-l-teal-700\/25:focus {
  border-left-color: rgb(15 118 110 / 0.25);
}

.focus\:border-l-teal-700\/30:focus {
  border-left-color: rgb(15 118 110 / 0.3);
}

.focus\:border-l-teal-700\/40:focus {
  border-left-color: rgb(15 118 110 / 0.4);
}

.focus\:border-l-teal-700\/5:focus {
  border-left-color: rgb(15 118 110 / 0.05);
}

.focus\:border-l-teal-700\/50:focus {
  border-left-color: rgb(15 118 110 / 0.5);
}

.focus\:border-l-teal-700\/60:focus {
  border-left-color: rgb(15 118 110 / 0.6);
}

.focus\:border-l-teal-700\/70:focus {
  border-left-color: rgb(15 118 110 / 0.7);
}

.focus\:border-l-teal-700\/75:focus {
  border-left-color: rgb(15 118 110 / 0.75);
}

.focus\:border-l-teal-700\/80:focus {
  border-left-color: rgb(15 118 110 / 0.8);
}

.focus\:border-l-teal-700\/90:focus {
  border-left-color: rgb(15 118 110 / 0.9);
}

.focus\:border-l-teal-700\/95:focus {
  border-left-color: rgb(15 118 110 / 0.95);
}

.focus\:border-l-teal-800:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(17 94 89 / var(--tw-border-opacity));
}

.focus\:border-l-teal-800\/0:focus {
  border-left-color: rgb(17 94 89 / 0);
}

.focus\:border-l-teal-800\/10:focus {
  border-left-color: rgb(17 94 89 / 0.1);
}

.focus\:border-l-teal-800\/100:focus {
  border-left-color: rgb(17 94 89 / 1);
}

.focus\:border-l-teal-800\/20:focus {
  border-left-color: rgb(17 94 89 / 0.2);
}

.focus\:border-l-teal-800\/25:focus {
  border-left-color: rgb(17 94 89 / 0.25);
}

.focus\:border-l-teal-800\/30:focus {
  border-left-color: rgb(17 94 89 / 0.3);
}

.focus\:border-l-teal-800\/40:focus {
  border-left-color: rgb(17 94 89 / 0.4);
}

.focus\:border-l-teal-800\/5:focus {
  border-left-color: rgb(17 94 89 / 0.05);
}

.focus\:border-l-teal-800\/50:focus {
  border-left-color: rgb(17 94 89 / 0.5);
}

.focus\:border-l-teal-800\/60:focus {
  border-left-color: rgb(17 94 89 / 0.6);
}

.focus\:border-l-teal-800\/70:focus {
  border-left-color: rgb(17 94 89 / 0.7);
}

.focus\:border-l-teal-800\/75:focus {
  border-left-color: rgb(17 94 89 / 0.75);
}

.focus\:border-l-teal-800\/80:focus {
  border-left-color: rgb(17 94 89 / 0.8);
}

.focus\:border-l-teal-800\/90:focus {
  border-left-color: rgb(17 94 89 / 0.9);
}

.focus\:border-l-teal-800\/95:focus {
  border-left-color: rgb(17 94 89 / 0.95);
}

.focus\:border-l-teal-900:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(19 78 74 / var(--tw-border-opacity));
}

.focus\:border-l-teal-900\/0:focus {
  border-left-color: rgb(19 78 74 / 0);
}

.focus\:border-l-teal-900\/10:focus {
  border-left-color: rgb(19 78 74 / 0.1);
}

.focus\:border-l-teal-900\/100:focus {
  border-left-color: rgb(19 78 74 / 1);
}

.focus\:border-l-teal-900\/20:focus {
  border-left-color: rgb(19 78 74 / 0.2);
}

.focus\:border-l-teal-900\/25:focus {
  border-left-color: rgb(19 78 74 / 0.25);
}

.focus\:border-l-teal-900\/30:focus {
  border-left-color: rgb(19 78 74 / 0.3);
}

.focus\:border-l-teal-900\/40:focus {
  border-left-color: rgb(19 78 74 / 0.4);
}

.focus\:border-l-teal-900\/5:focus {
  border-left-color: rgb(19 78 74 / 0.05);
}

.focus\:border-l-teal-900\/50:focus {
  border-left-color: rgb(19 78 74 / 0.5);
}

.focus\:border-l-teal-900\/60:focus {
  border-left-color: rgb(19 78 74 / 0.6);
}

.focus\:border-l-teal-900\/70:focus {
  border-left-color: rgb(19 78 74 / 0.7);
}

.focus\:border-l-teal-900\/75:focus {
  border-left-color: rgb(19 78 74 / 0.75);
}

.focus\:border-l-teal-900\/80:focus {
  border-left-color: rgb(19 78 74 / 0.8);
}

.focus\:border-l-teal-900\/90:focus {
  border-left-color: rgb(19 78 74 / 0.9);
}

.focus\:border-l-teal-900\/95:focus {
  border-left-color: rgb(19 78 74 / 0.95);
}

.focus\:border-l-teal-950:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(4 47 46 / var(--tw-border-opacity));
}

.focus\:border-l-teal-950\/0:focus {
  border-left-color: rgb(4 47 46 / 0);
}

.focus\:border-l-teal-950\/10:focus {
  border-left-color: rgb(4 47 46 / 0.1);
}

.focus\:border-l-teal-950\/100:focus {
  border-left-color: rgb(4 47 46 / 1);
}

.focus\:border-l-teal-950\/20:focus {
  border-left-color: rgb(4 47 46 / 0.2);
}

.focus\:border-l-teal-950\/25:focus {
  border-left-color: rgb(4 47 46 / 0.25);
}

.focus\:border-l-teal-950\/30:focus {
  border-left-color: rgb(4 47 46 / 0.3);
}

.focus\:border-l-teal-950\/40:focus {
  border-left-color: rgb(4 47 46 / 0.4);
}

.focus\:border-l-teal-950\/5:focus {
  border-left-color: rgb(4 47 46 / 0.05);
}

.focus\:border-l-teal-950\/50:focus {
  border-left-color: rgb(4 47 46 / 0.5);
}

.focus\:border-l-teal-950\/60:focus {
  border-left-color: rgb(4 47 46 / 0.6);
}

.focus\:border-l-teal-950\/70:focus {
  border-left-color: rgb(4 47 46 / 0.7);
}

.focus\:border-l-teal-950\/75:focus {
  border-left-color: rgb(4 47 46 / 0.75);
}

.focus\:border-l-teal-950\/80:focus {
  border-left-color: rgb(4 47 46 / 0.8);
}

.focus\:border-l-teal-950\/90:focus {
  border-left-color: rgb(4 47 46 / 0.9);
}

.focus\:border-l-teal-950\/95:focus {
  border-left-color: rgb(4 47 46 / 0.95);
}

.focus\:border-l-transparent:focus {
  border-left-color: transparent;
}

.focus\:border-l-transparent\/0:focus {
  border-left-color: rgb(0 0 0 / 0);
}

.focus\:border-l-transparent\/10:focus {
  border-left-color: rgb(0 0 0 / 0.1);
}

.focus\:border-l-transparent\/100:focus {
  border-left-color: rgb(0 0 0 / 1);
}

.focus\:border-l-transparent\/20:focus {
  border-left-color: rgb(0 0 0 / 0.2);
}

.focus\:border-l-transparent\/25:focus {
  border-left-color: rgb(0 0 0 / 0.25);
}

.focus\:border-l-transparent\/30:focus {
  border-left-color: rgb(0 0 0 / 0.3);
}

.focus\:border-l-transparent\/40:focus {
  border-left-color: rgb(0 0 0 / 0.4);
}

.focus\:border-l-transparent\/5:focus {
  border-left-color: rgb(0 0 0 / 0.05);
}

.focus\:border-l-transparent\/50:focus {
  border-left-color: rgb(0 0 0 / 0.5);
}

.focus\:border-l-transparent\/60:focus {
  border-left-color: rgb(0 0 0 / 0.6);
}

.focus\:border-l-transparent\/70:focus {
  border-left-color: rgb(0 0 0 / 0.7);
}

.focus\:border-l-transparent\/75:focus {
  border-left-color: rgb(0 0 0 / 0.75);
}

.focus\:border-l-transparent\/80:focus {
  border-left-color: rgb(0 0 0 / 0.8);
}

.focus\:border-l-transparent\/90:focus {
  border-left-color: rgb(0 0 0 / 0.9);
}

.focus\:border-l-transparent\/95:focus {
  border-left-color: rgb(0 0 0 / 0.95);
}

.focus\:border-l-tykhe-digital:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(239 156 131 / var(--tw-border-opacity));
}

.focus\:border-l-tykhe-digital-alt:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 239 224 / var(--tw-border-opacity));
}

.focus\:border-l-tykhe-digital-alt\/0:focus {
  border-left-color: rgb(245 239 224 / 0);
}

.focus\:border-l-tykhe-digital-alt\/10:focus {
  border-left-color: rgb(245 239 224 / 0.1);
}

.focus\:border-l-tykhe-digital-alt\/100:focus {
  border-left-color: rgb(245 239 224 / 1);
}

.focus\:border-l-tykhe-digital-alt\/20:focus {
  border-left-color: rgb(245 239 224 / 0.2);
}

.focus\:border-l-tykhe-digital-alt\/25:focus {
  border-left-color: rgb(245 239 224 / 0.25);
}

.focus\:border-l-tykhe-digital-alt\/30:focus {
  border-left-color: rgb(245 239 224 / 0.3);
}

.focus\:border-l-tykhe-digital-alt\/40:focus {
  border-left-color: rgb(245 239 224 / 0.4);
}

.focus\:border-l-tykhe-digital-alt\/5:focus {
  border-left-color: rgb(245 239 224 / 0.05);
}

.focus\:border-l-tykhe-digital-alt\/50:focus {
  border-left-color: rgb(245 239 224 / 0.5);
}

.focus\:border-l-tykhe-digital-alt\/60:focus {
  border-left-color: rgb(245 239 224 / 0.6);
}

.focus\:border-l-tykhe-digital-alt\/70:focus {
  border-left-color: rgb(245 239 224 / 0.7);
}

.focus\:border-l-tykhe-digital-alt\/75:focus {
  border-left-color: rgb(245 239 224 / 0.75);
}

.focus\:border-l-tykhe-digital-alt\/80:focus {
  border-left-color: rgb(245 239 224 / 0.8);
}

.focus\:border-l-tykhe-digital-alt\/90:focus {
  border-left-color: rgb(245 239 224 / 0.9);
}

.focus\:border-l-tykhe-digital-alt\/95:focus {
  border-left-color: rgb(245 239 224 / 0.95);
}

.focus\:border-l-tykhe-digital-alt2:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 58 111 / var(--tw-border-opacity));
}

.focus\:border-l-tykhe-digital-alt2\/0:focus {
  border-left-color: rgb(255 58 111 / 0);
}

.focus\:border-l-tykhe-digital-alt2\/10:focus {
  border-left-color: rgb(255 58 111 / 0.1);
}

.focus\:border-l-tykhe-digital-alt2\/100:focus {
  border-left-color: rgb(255 58 111 / 1);
}

.focus\:border-l-tykhe-digital-alt2\/20:focus {
  border-left-color: rgb(255 58 111 / 0.2);
}

.focus\:border-l-tykhe-digital-alt2\/25:focus {
  border-left-color: rgb(255 58 111 / 0.25);
}

.focus\:border-l-tykhe-digital-alt2\/30:focus {
  border-left-color: rgb(255 58 111 / 0.3);
}

.focus\:border-l-tykhe-digital-alt2\/40:focus {
  border-left-color: rgb(255 58 111 / 0.4);
}

.focus\:border-l-tykhe-digital-alt2\/5:focus {
  border-left-color: rgb(255 58 111 / 0.05);
}

.focus\:border-l-tykhe-digital-alt2\/50:focus {
  border-left-color: rgb(255 58 111 / 0.5);
}

.focus\:border-l-tykhe-digital-alt2\/60:focus {
  border-left-color: rgb(255 58 111 / 0.6);
}

.focus\:border-l-tykhe-digital-alt2\/70:focus {
  border-left-color: rgb(255 58 111 / 0.7);
}

.focus\:border-l-tykhe-digital-alt2\/75:focus {
  border-left-color: rgb(255 58 111 / 0.75);
}

.focus\:border-l-tykhe-digital-alt2\/80:focus {
  border-left-color: rgb(255 58 111 / 0.8);
}

.focus\:border-l-tykhe-digital-alt2\/90:focus {
  border-left-color: rgb(255 58 111 / 0.9);
}

.focus\:border-l-tykhe-digital-alt2\/95:focus {
  border-left-color: rgb(255 58 111 / 0.95);
}

.focus\:border-l-tykhe-digital-alt3:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(131 214 239 / var(--tw-border-opacity));
}

.focus\:border-l-tykhe-digital-alt3\/0:focus {
  border-left-color: rgb(131 214 239 / 0);
}

.focus\:border-l-tykhe-digital-alt3\/10:focus {
  border-left-color: rgb(131 214 239 / 0.1);
}

.focus\:border-l-tykhe-digital-alt3\/100:focus {
  border-left-color: rgb(131 214 239 / 1);
}

.focus\:border-l-tykhe-digital-alt3\/20:focus {
  border-left-color: rgb(131 214 239 / 0.2);
}

.focus\:border-l-tykhe-digital-alt3\/25:focus {
  border-left-color: rgb(131 214 239 / 0.25);
}

.focus\:border-l-tykhe-digital-alt3\/30:focus {
  border-left-color: rgb(131 214 239 / 0.3);
}

.focus\:border-l-tykhe-digital-alt3\/40:focus {
  border-left-color: rgb(131 214 239 / 0.4);
}

.focus\:border-l-tykhe-digital-alt3\/5:focus {
  border-left-color: rgb(131 214 239 / 0.05);
}

.focus\:border-l-tykhe-digital-alt3\/50:focus {
  border-left-color: rgb(131 214 239 / 0.5);
}

.focus\:border-l-tykhe-digital-alt3\/60:focus {
  border-left-color: rgb(131 214 239 / 0.6);
}

.focus\:border-l-tykhe-digital-alt3\/70:focus {
  border-left-color: rgb(131 214 239 / 0.7);
}

.focus\:border-l-tykhe-digital-alt3\/75:focus {
  border-left-color: rgb(131 214 239 / 0.75);
}

.focus\:border-l-tykhe-digital-alt3\/80:focus {
  border-left-color: rgb(131 214 239 / 0.8);
}

.focus\:border-l-tykhe-digital-alt3\/90:focus {
  border-left-color: rgb(131 214 239 / 0.9);
}

.focus\:border-l-tykhe-digital-alt3\/95:focus {
  border-left-color: rgb(131 214 239 / 0.95);
}

.focus\:border-l-tykhe-digital\/0:focus {
  border-left-color: rgb(239 156 131 / 0);
}

.focus\:border-l-tykhe-digital\/10:focus {
  border-left-color: rgb(239 156 131 / 0.1);
}

.focus\:border-l-tykhe-digital\/100:focus {
  border-left-color: rgb(239 156 131 / 1);
}

.focus\:border-l-tykhe-digital\/20:focus {
  border-left-color: rgb(239 156 131 / 0.2);
}

.focus\:border-l-tykhe-digital\/25:focus {
  border-left-color: rgb(239 156 131 / 0.25);
}

.focus\:border-l-tykhe-digital\/30:focus {
  border-left-color: rgb(239 156 131 / 0.3);
}

.focus\:border-l-tykhe-digital\/40:focus {
  border-left-color: rgb(239 156 131 / 0.4);
}

.focus\:border-l-tykhe-digital\/5:focus {
  border-left-color: rgb(239 156 131 / 0.05);
}

.focus\:border-l-tykhe-digital\/50:focus {
  border-left-color: rgb(239 156 131 / 0.5);
}

.focus\:border-l-tykhe-digital\/60:focus {
  border-left-color: rgb(239 156 131 / 0.6);
}

.focus\:border-l-tykhe-digital\/70:focus {
  border-left-color: rgb(239 156 131 / 0.7);
}

.focus\:border-l-tykhe-digital\/75:focus {
  border-left-color: rgb(239 156 131 / 0.75);
}

.focus\:border-l-tykhe-digital\/80:focus {
  border-left-color: rgb(239 156 131 / 0.8);
}

.focus\:border-l-tykhe-digital\/90:focus {
  border-left-color: rgb(239 156 131 / 0.9);
}

.focus\:border-l-tykhe-digital\/95:focus {
  border-left-color: rgb(239 156 131 / 0.95);
}

.focus\:border-l-violet-100:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(237 233 254 / var(--tw-border-opacity));
}

.focus\:border-l-violet-100\/0:focus {
  border-left-color: rgb(237 233 254 / 0);
}

.focus\:border-l-violet-100\/10:focus {
  border-left-color: rgb(237 233 254 / 0.1);
}

.focus\:border-l-violet-100\/100:focus {
  border-left-color: rgb(237 233 254 / 1);
}

.focus\:border-l-violet-100\/20:focus {
  border-left-color: rgb(237 233 254 / 0.2);
}

.focus\:border-l-violet-100\/25:focus {
  border-left-color: rgb(237 233 254 / 0.25);
}

.focus\:border-l-violet-100\/30:focus {
  border-left-color: rgb(237 233 254 / 0.3);
}

.focus\:border-l-violet-100\/40:focus {
  border-left-color: rgb(237 233 254 / 0.4);
}

.focus\:border-l-violet-100\/5:focus {
  border-left-color: rgb(237 233 254 / 0.05);
}

.focus\:border-l-violet-100\/50:focus {
  border-left-color: rgb(237 233 254 / 0.5);
}

.focus\:border-l-violet-100\/60:focus {
  border-left-color: rgb(237 233 254 / 0.6);
}

.focus\:border-l-violet-100\/70:focus {
  border-left-color: rgb(237 233 254 / 0.7);
}

.focus\:border-l-violet-100\/75:focus {
  border-left-color: rgb(237 233 254 / 0.75);
}

.focus\:border-l-violet-100\/80:focus {
  border-left-color: rgb(237 233 254 / 0.8);
}

.focus\:border-l-violet-100\/90:focus {
  border-left-color: rgb(237 233 254 / 0.9);
}

.focus\:border-l-violet-100\/95:focus {
  border-left-color: rgb(237 233 254 / 0.95);
}

.focus\:border-l-violet-200:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(221 214 254 / var(--tw-border-opacity));
}

.focus\:border-l-violet-200\/0:focus {
  border-left-color: rgb(221 214 254 / 0);
}

.focus\:border-l-violet-200\/10:focus {
  border-left-color: rgb(221 214 254 / 0.1);
}

.focus\:border-l-violet-200\/100:focus {
  border-left-color: rgb(221 214 254 / 1);
}

.focus\:border-l-violet-200\/20:focus {
  border-left-color: rgb(221 214 254 / 0.2);
}

.focus\:border-l-violet-200\/25:focus {
  border-left-color: rgb(221 214 254 / 0.25);
}

.focus\:border-l-violet-200\/30:focus {
  border-left-color: rgb(221 214 254 / 0.3);
}

.focus\:border-l-violet-200\/40:focus {
  border-left-color: rgb(221 214 254 / 0.4);
}

.focus\:border-l-violet-200\/5:focus {
  border-left-color: rgb(221 214 254 / 0.05);
}

.focus\:border-l-violet-200\/50:focus {
  border-left-color: rgb(221 214 254 / 0.5);
}

.focus\:border-l-violet-200\/60:focus {
  border-left-color: rgb(221 214 254 / 0.6);
}

.focus\:border-l-violet-200\/70:focus {
  border-left-color: rgb(221 214 254 / 0.7);
}

.focus\:border-l-violet-200\/75:focus {
  border-left-color: rgb(221 214 254 / 0.75);
}

.focus\:border-l-violet-200\/80:focus {
  border-left-color: rgb(221 214 254 / 0.8);
}

.focus\:border-l-violet-200\/90:focus {
  border-left-color: rgb(221 214 254 / 0.9);
}

.focus\:border-l-violet-200\/95:focus {
  border-left-color: rgb(221 214 254 / 0.95);
}

.focus\:border-l-violet-300:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(196 181 253 / var(--tw-border-opacity));
}

.focus\:border-l-violet-300\/0:focus {
  border-left-color: rgb(196 181 253 / 0);
}

.focus\:border-l-violet-300\/10:focus {
  border-left-color: rgb(196 181 253 / 0.1);
}

.focus\:border-l-violet-300\/100:focus {
  border-left-color: rgb(196 181 253 / 1);
}

.focus\:border-l-violet-300\/20:focus {
  border-left-color: rgb(196 181 253 / 0.2);
}

.focus\:border-l-violet-300\/25:focus {
  border-left-color: rgb(196 181 253 / 0.25);
}

.focus\:border-l-violet-300\/30:focus {
  border-left-color: rgb(196 181 253 / 0.3);
}

.focus\:border-l-violet-300\/40:focus {
  border-left-color: rgb(196 181 253 / 0.4);
}

.focus\:border-l-violet-300\/5:focus {
  border-left-color: rgb(196 181 253 / 0.05);
}

.focus\:border-l-violet-300\/50:focus {
  border-left-color: rgb(196 181 253 / 0.5);
}

.focus\:border-l-violet-300\/60:focus {
  border-left-color: rgb(196 181 253 / 0.6);
}

.focus\:border-l-violet-300\/70:focus {
  border-left-color: rgb(196 181 253 / 0.7);
}

.focus\:border-l-violet-300\/75:focus {
  border-left-color: rgb(196 181 253 / 0.75);
}

.focus\:border-l-violet-300\/80:focus {
  border-left-color: rgb(196 181 253 / 0.8);
}

.focus\:border-l-violet-300\/90:focus {
  border-left-color: rgb(196 181 253 / 0.9);
}

.focus\:border-l-violet-300\/95:focus {
  border-left-color: rgb(196 181 253 / 0.95);
}

.focus\:border-l-violet-400:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(167 139 250 / var(--tw-border-opacity));
}

.focus\:border-l-violet-400\/0:focus {
  border-left-color: rgb(167 139 250 / 0);
}

.focus\:border-l-violet-400\/10:focus {
  border-left-color: rgb(167 139 250 / 0.1);
}

.focus\:border-l-violet-400\/100:focus {
  border-left-color: rgb(167 139 250 / 1);
}

.focus\:border-l-violet-400\/20:focus {
  border-left-color: rgb(167 139 250 / 0.2);
}

.focus\:border-l-violet-400\/25:focus {
  border-left-color: rgb(167 139 250 / 0.25);
}

.focus\:border-l-violet-400\/30:focus {
  border-left-color: rgb(167 139 250 / 0.3);
}

.focus\:border-l-violet-400\/40:focus {
  border-left-color: rgb(167 139 250 / 0.4);
}

.focus\:border-l-violet-400\/5:focus {
  border-left-color: rgb(167 139 250 / 0.05);
}

.focus\:border-l-violet-400\/50:focus {
  border-left-color: rgb(167 139 250 / 0.5);
}

.focus\:border-l-violet-400\/60:focus {
  border-left-color: rgb(167 139 250 / 0.6);
}

.focus\:border-l-violet-400\/70:focus {
  border-left-color: rgb(167 139 250 / 0.7);
}

.focus\:border-l-violet-400\/75:focus {
  border-left-color: rgb(167 139 250 / 0.75);
}

.focus\:border-l-violet-400\/80:focus {
  border-left-color: rgb(167 139 250 / 0.8);
}

.focus\:border-l-violet-400\/90:focus {
  border-left-color: rgb(167 139 250 / 0.9);
}

.focus\:border-l-violet-400\/95:focus {
  border-left-color: rgb(167 139 250 / 0.95);
}

.focus\:border-l-violet-50:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 243 255 / var(--tw-border-opacity));
}

.focus\:border-l-violet-50\/0:focus {
  border-left-color: rgb(245 243 255 / 0);
}

.focus\:border-l-violet-50\/10:focus {
  border-left-color: rgb(245 243 255 / 0.1);
}

.focus\:border-l-violet-50\/100:focus {
  border-left-color: rgb(245 243 255 / 1);
}

.focus\:border-l-violet-50\/20:focus {
  border-left-color: rgb(245 243 255 / 0.2);
}

.focus\:border-l-violet-50\/25:focus {
  border-left-color: rgb(245 243 255 / 0.25);
}

.focus\:border-l-violet-50\/30:focus {
  border-left-color: rgb(245 243 255 / 0.3);
}

.focus\:border-l-violet-50\/40:focus {
  border-left-color: rgb(245 243 255 / 0.4);
}

.focus\:border-l-violet-50\/5:focus {
  border-left-color: rgb(245 243 255 / 0.05);
}

.focus\:border-l-violet-50\/50:focus {
  border-left-color: rgb(245 243 255 / 0.5);
}

.focus\:border-l-violet-50\/60:focus {
  border-left-color: rgb(245 243 255 / 0.6);
}

.focus\:border-l-violet-50\/70:focus {
  border-left-color: rgb(245 243 255 / 0.7);
}

.focus\:border-l-violet-50\/75:focus {
  border-left-color: rgb(245 243 255 / 0.75);
}

.focus\:border-l-violet-50\/80:focus {
  border-left-color: rgb(245 243 255 / 0.8);
}

.focus\:border-l-violet-50\/90:focus {
  border-left-color: rgb(245 243 255 / 0.9);
}

.focus\:border-l-violet-50\/95:focus {
  border-left-color: rgb(245 243 255 / 0.95);
}

.focus\:border-l-violet-500:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(139 92 246 / var(--tw-border-opacity));
}

.focus\:border-l-violet-500\/0:focus {
  border-left-color: rgb(139 92 246 / 0);
}

.focus\:border-l-violet-500\/10:focus {
  border-left-color: rgb(139 92 246 / 0.1);
}

.focus\:border-l-violet-500\/100:focus {
  border-left-color: rgb(139 92 246 / 1);
}

.focus\:border-l-violet-500\/20:focus {
  border-left-color: rgb(139 92 246 / 0.2);
}

.focus\:border-l-violet-500\/25:focus {
  border-left-color: rgb(139 92 246 / 0.25);
}

.focus\:border-l-violet-500\/30:focus {
  border-left-color: rgb(139 92 246 / 0.3);
}

.focus\:border-l-violet-500\/40:focus {
  border-left-color: rgb(139 92 246 / 0.4);
}

.focus\:border-l-violet-500\/5:focus {
  border-left-color: rgb(139 92 246 / 0.05);
}

.focus\:border-l-violet-500\/50:focus {
  border-left-color: rgb(139 92 246 / 0.5);
}

.focus\:border-l-violet-500\/60:focus {
  border-left-color: rgb(139 92 246 / 0.6);
}

.focus\:border-l-violet-500\/70:focus {
  border-left-color: rgb(139 92 246 / 0.7);
}

.focus\:border-l-violet-500\/75:focus {
  border-left-color: rgb(139 92 246 / 0.75);
}

.focus\:border-l-violet-500\/80:focus {
  border-left-color: rgb(139 92 246 / 0.8);
}

.focus\:border-l-violet-500\/90:focus {
  border-left-color: rgb(139 92 246 / 0.9);
}

.focus\:border-l-violet-500\/95:focus {
  border-left-color: rgb(139 92 246 / 0.95);
}

.focus\:border-l-violet-600:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(124 58 237 / var(--tw-border-opacity));
}

.focus\:border-l-violet-600\/0:focus {
  border-left-color: rgb(124 58 237 / 0);
}

.focus\:border-l-violet-600\/10:focus {
  border-left-color: rgb(124 58 237 / 0.1);
}

.focus\:border-l-violet-600\/100:focus {
  border-left-color: rgb(124 58 237 / 1);
}

.focus\:border-l-violet-600\/20:focus {
  border-left-color: rgb(124 58 237 / 0.2);
}

.focus\:border-l-violet-600\/25:focus {
  border-left-color: rgb(124 58 237 / 0.25);
}

.focus\:border-l-violet-600\/30:focus {
  border-left-color: rgb(124 58 237 / 0.3);
}

.focus\:border-l-violet-600\/40:focus {
  border-left-color: rgb(124 58 237 / 0.4);
}

.focus\:border-l-violet-600\/5:focus {
  border-left-color: rgb(124 58 237 / 0.05);
}

.focus\:border-l-violet-600\/50:focus {
  border-left-color: rgb(124 58 237 / 0.5);
}

.focus\:border-l-violet-600\/60:focus {
  border-left-color: rgb(124 58 237 / 0.6);
}

.focus\:border-l-violet-600\/70:focus {
  border-left-color: rgb(124 58 237 / 0.7);
}

.focus\:border-l-violet-600\/75:focus {
  border-left-color: rgb(124 58 237 / 0.75);
}

.focus\:border-l-violet-600\/80:focus {
  border-left-color: rgb(124 58 237 / 0.8);
}

.focus\:border-l-violet-600\/90:focus {
  border-left-color: rgb(124 58 237 / 0.9);
}

.focus\:border-l-violet-600\/95:focus {
  border-left-color: rgb(124 58 237 / 0.95);
}

.focus\:border-l-violet-700:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(109 40 217 / var(--tw-border-opacity));
}

.focus\:border-l-violet-700\/0:focus {
  border-left-color: rgb(109 40 217 / 0);
}

.focus\:border-l-violet-700\/10:focus {
  border-left-color: rgb(109 40 217 / 0.1);
}

.focus\:border-l-violet-700\/100:focus {
  border-left-color: rgb(109 40 217 / 1);
}

.focus\:border-l-violet-700\/20:focus {
  border-left-color: rgb(109 40 217 / 0.2);
}

.focus\:border-l-violet-700\/25:focus {
  border-left-color: rgb(109 40 217 / 0.25);
}

.focus\:border-l-violet-700\/30:focus {
  border-left-color: rgb(109 40 217 / 0.3);
}

.focus\:border-l-violet-700\/40:focus {
  border-left-color: rgb(109 40 217 / 0.4);
}

.focus\:border-l-violet-700\/5:focus {
  border-left-color: rgb(109 40 217 / 0.05);
}

.focus\:border-l-violet-700\/50:focus {
  border-left-color: rgb(109 40 217 / 0.5);
}

.focus\:border-l-violet-700\/60:focus {
  border-left-color: rgb(109 40 217 / 0.6);
}

.focus\:border-l-violet-700\/70:focus {
  border-left-color: rgb(109 40 217 / 0.7);
}

.focus\:border-l-violet-700\/75:focus {
  border-left-color: rgb(109 40 217 / 0.75);
}

.focus\:border-l-violet-700\/80:focus {
  border-left-color: rgb(109 40 217 / 0.8);
}

.focus\:border-l-violet-700\/90:focus {
  border-left-color: rgb(109 40 217 / 0.9);
}

.focus\:border-l-violet-700\/95:focus {
  border-left-color: rgb(109 40 217 / 0.95);
}

.focus\:border-l-violet-800:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(91 33 182 / var(--tw-border-opacity));
}

.focus\:border-l-violet-800\/0:focus {
  border-left-color: rgb(91 33 182 / 0);
}

.focus\:border-l-violet-800\/10:focus {
  border-left-color: rgb(91 33 182 / 0.1);
}

.focus\:border-l-violet-800\/100:focus {
  border-left-color: rgb(91 33 182 / 1);
}

.focus\:border-l-violet-800\/20:focus {
  border-left-color: rgb(91 33 182 / 0.2);
}

.focus\:border-l-violet-800\/25:focus {
  border-left-color: rgb(91 33 182 / 0.25);
}

.focus\:border-l-violet-800\/30:focus {
  border-left-color: rgb(91 33 182 / 0.3);
}

.focus\:border-l-violet-800\/40:focus {
  border-left-color: rgb(91 33 182 / 0.4);
}

.focus\:border-l-violet-800\/5:focus {
  border-left-color: rgb(91 33 182 / 0.05);
}

.focus\:border-l-violet-800\/50:focus {
  border-left-color: rgb(91 33 182 / 0.5);
}

.focus\:border-l-violet-800\/60:focus {
  border-left-color: rgb(91 33 182 / 0.6);
}

.focus\:border-l-violet-800\/70:focus {
  border-left-color: rgb(91 33 182 / 0.7);
}

.focus\:border-l-violet-800\/75:focus {
  border-left-color: rgb(91 33 182 / 0.75);
}

.focus\:border-l-violet-800\/80:focus {
  border-left-color: rgb(91 33 182 / 0.8);
}

.focus\:border-l-violet-800\/90:focus {
  border-left-color: rgb(91 33 182 / 0.9);
}

.focus\:border-l-violet-800\/95:focus {
  border-left-color: rgb(91 33 182 / 0.95);
}

.focus\:border-l-violet-900:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(76 29 149 / var(--tw-border-opacity));
}

.focus\:border-l-violet-900\/0:focus {
  border-left-color: rgb(76 29 149 / 0);
}

.focus\:border-l-violet-900\/10:focus {
  border-left-color: rgb(76 29 149 / 0.1);
}

.focus\:border-l-violet-900\/100:focus {
  border-left-color: rgb(76 29 149 / 1);
}

.focus\:border-l-violet-900\/20:focus {
  border-left-color: rgb(76 29 149 / 0.2);
}

.focus\:border-l-violet-900\/25:focus {
  border-left-color: rgb(76 29 149 / 0.25);
}

.focus\:border-l-violet-900\/30:focus {
  border-left-color: rgb(76 29 149 / 0.3);
}

.focus\:border-l-violet-900\/40:focus {
  border-left-color: rgb(76 29 149 / 0.4);
}

.focus\:border-l-violet-900\/5:focus {
  border-left-color: rgb(76 29 149 / 0.05);
}

.focus\:border-l-violet-900\/50:focus {
  border-left-color: rgb(76 29 149 / 0.5);
}

.focus\:border-l-violet-900\/60:focus {
  border-left-color: rgb(76 29 149 / 0.6);
}

.focus\:border-l-violet-900\/70:focus {
  border-left-color: rgb(76 29 149 / 0.7);
}

.focus\:border-l-violet-900\/75:focus {
  border-left-color: rgb(76 29 149 / 0.75);
}

.focus\:border-l-violet-900\/80:focus {
  border-left-color: rgb(76 29 149 / 0.8);
}

.focus\:border-l-violet-900\/90:focus {
  border-left-color: rgb(76 29 149 / 0.9);
}

.focus\:border-l-violet-900\/95:focus {
  border-left-color: rgb(76 29 149 / 0.95);
}

.focus\:border-l-violet-950:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(46 16 101 / var(--tw-border-opacity));
}

.focus\:border-l-violet-950\/0:focus {
  border-left-color: rgb(46 16 101 / 0);
}

.focus\:border-l-violet-950\/10:focus {
  border-left-color: rgb(46 16 101 / 0.1);
}

.focus\:border-l-violet-950\/100:focus {
  border-left-color: rgb(46 16 101 / 1);
}

.focus\:border-l-violet-950\/20:focus {
  border-left-color: rgb(46 16 101 / 0.2);
}

.focus\:border-l-violet-950\/25:focus {
  border-left-color: rgb(46 16 101 / 0.25);
}

.focus\:border-l-violet-950\/30:focus {
  border-left-color: rgb(46 16 101 / 0.3);
}

.focus\:border-l-violet-950\/40:focus {
  border-left-color: rgb(46 16 101 / 0.4);
}

.focus\:border-l-violet-950\/5:focus {
  border-left-color: rgb(46 16 101 / 0.05);
}

.focus\:border-l-violet-950\/50:focus {
  border-left-color: rgb(46 16 101 / 0.5);
}

.focus\:border-l-violet-950\/60:focus {
  border-left-color: rgb(46 16 101 / 0.6);
}

.focus\:border-l-violet-950\/70:focus {
  border-left-color: rgb(46 16 101 / 0.7);
}

.focus\:border-l-violet-950\/75:focus {
  border-left-color: rgb(46 16 101 / 0.75);
}

.focus\:border-l-violet-950\/80:focus {
  border-left-color: rgb(46 16 101 / 0.8);
}

.focus\:border-l-violet-950\/90:focus {
  border-left-color: rgb(46 16 101 / 0.9);
}

.focus\:border-l-violet-950\/95:focus {
  border-left-color: rgb(46 16 101 / 0.95);
}

.focus\:border-l-white:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.focus\:border-l-white\/0:focus {
  border-left-color: rgb(255 255 255 / 0);
}

.focus\:border-l-white\/10:focus {
  border-left-color: rgb(255 255 255 / 0.1);
}

.focus\:border-l-white\/100:focus {
  border-left-color: rgb(255 255 255 / 1);
}

.focus\:border-l-white\/20:focus {
  border-left-color: rgb(255 255 255 / 0.2);
}

.focus\:border-l-white\/25:focus {
  border-left-color: rgb(255 255 255 / 0.25);
}

.focus\:border-l-white\/30:focus {
  border-left-color: rgb(255 255 255 / 0.3);
}

.focus\:border-l-white\/40:focus {
  border-left-color: rgb(255 255 255 / 0.4);
}

.focus\:border-l-white\/5:focus {
  border-left-color: rgb(255 255 255 / 0.05);
}

.focus\:border-l-white\/50:focus {
  border-left-color: rgb(255 255 255 / 0.5);
}

.focus\:border-l-white\/60:focus {
  border-left-color: rgb(255 255 255 / 0.6);
}

.focus\:border-l-white\/70:focus {
  border-left-color: rgb(255 255 255 / 0.7);
}

.focus\:border-l-white\/75:focus {
  border-left-color: rgb(255 255 255 / 0.75);
}

.focus\:border-l-white\/80:focus {
  border-left-color: rgb(255 255 255 / 0.8);
}

.focus\:border-l-white\/90:focus {
  border-left-color: rgb(255 255 255 / 0.9);
}

.focus\:border-l-white\/95:focus {
  border-left-color: rgb(255 255 255 / 0.95);
}

.focus\:border-l-work-identity-300:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(166 235 194 / var(--tw-border-opacity));
}

.focus\:border-l-work-identity-300\/0:focus {
  border-left-color: rgb(166 235 194 / 0);
}

.focus\:border-l-work-identity-300\/10:focus {
  border-left-color: rgb(166 235 194 / 0.1);
}

.focus\:border-l-work-identity-300\/100:focus {
  border-left-color: rgb(166 235 194 / 1);
}

.focus\:border-l-work-identity-300\/20:focus {
  border-left-color: rgb(166 235 194 / 0.2);
}

.focus\:border-l-work-identity-300\/25:focus {
  border-left-color: rgb(166 235 194 / 0.25);
}

.focus\:border-l-work-identity-300\/30:focus {
  border-left-color: rgb(166 235 194 / 0.3);
}

.focus\:border-l-work-identity-300\/40:focus {
  border-left-color: rgb(166 235 194 / 0.4);
}

.focus\:border-l-work-identity-300\/5:focus {
  border-left-color: rgb(166 235 194 / 0.05);
}

.focus\:border-l-work-identity-300\/50:focus {
  border-left-color: rgb(166 235 194 / 0.5);
}

.focus\:border-l-work-identity-300\/60:focus {
  border-left-color: rgb(166 235 194 / 0.6);
}

.focus\:border-l-work-identity-300\/70:focus {
  border-left-color: rgb(166 235 194 / 0.7);
}

.focus\:border-l-work-identity-300\/75:focus {
  border-left-color: rgb(166 235 194 / 0.75);
}

.focus\:border-l-work-identity-300\/80:focus {
  border-left-color: rgb(166 235 194 / 0.8);
}

.focus\:border-l-work-identity-300\/90:focus {
  border-left-color: rgb(166 235 194 / 0.9);
}

.focus\:border-l-work-identity-300\/95:focus {
  border-left-color: rgb(166 235 194 / 0.95);
}

.focus\:border-l-work-identity-400:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(83 221 139 / var(--tw-border-opacity));
}

.focus\:border-l-work-identity-400\/0:focus {
  border-left-color: rgb(83 221 139 / 0);
}

.focus\:border-l-work-identity-400\/10:focus {
  border-left-color: rgb(83 221 139 / 0.1);
}

.focus\:border-l-work-identity-400\/100:focus {
  border-left-color: rgb(83 221 139 / 1);
}

.focus\:border-l-work-identity-400\/20:focus {
  border-left-color: rgb(83 221 139 / 0.2);
}

.focus\:border-l-work-identity-400\/25:focus {
  border-left-color: rgb(83 221 139 / 0.25);
}

.focus\:border-l-work-identity-400\/30:focus {
  border-left-color: rgb(83 221 139 / 0.3);
}

.focus\:border-l-work-identity-400\/40:focus {
  border-left-color: rgb(83 221 139 / 0.4);
}

.focus\:border-l-work-identity-400\/5:focus {
  border-left-color: rgb(83 221 139 / 0.05);
}

.focus\:border-l-work-identity-400\/50:focus {
  border-left-color: rgb(83 221 139 / 0.5);
}

.focus\:border-l-work-identity-400\/60:focus {
  border-left-color: rgb(83 221 139 / 0.6);
}

.focus\:border-l-work-identity-400\/70:focus {
  border-left-color: rgb(83 221 139 / 0.7);
}

.focus\:border-l-work-identity-400\/75:focus {
  border-left-color: rgb(83 221 139 / 0.75);
}

.focus\:border-l-work-identity-400\/80:focus {
  border-left-color: rgb(83 221 139 / 0.8);
}

.focus\:border-l-work-identity-400\/90:focus {
  border-left-color: rgb(83 221 139 / 0.9);
}

.focus\:border-l-work-identity-400\/95:focus {
  border-left-color: rgb(83 221 139 / 0.95);
}

.focus\:border-l-work-identity-500:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 208 84 / var(--tw-border-opacity));
}

.focus\:border-l-work-identity-500\/0:focus {
  border-left-color: rgb(0 208 84 / 0);
}

.focus\:border-l-work-identity-500\/10:focus {
  border-left-color: rgb(0 208 84 / 0.1);
}

.focus\:border-l-work-identity-500\/100:focus {
  border-left-color: rgb(0 208 84 / 1);
}

.focus\:border-l-work-identity-500\/20:focus {
  border-left-color: rgb(0 208 84 / 0.2);
}

.focus\:border-l-work-identity-500\/25:focus {
  border-left-color: rgb(0 208 84 / 0.25);
}

.focus\:border-l-work-identity-500\/30:focus {
  border-left-color: rgb(0 208 84 / 0.3);
}

.focus\:border-l-work-identity-500\/40:focus {
  border-left-color: rgb(0 208 84 / 0.4);
}

.focus\:border-l-work-identity-500\/5:focus {
  border-left-color: rgb(0 208 84 / 0.05);
}

.focus\:border-l-work-identity-500\/50:focus {
  border-left-color: rgb(0 208 84 / 0.5);
}

.focus\:border-l-work-identity-500\/60:focus {
  border-left-color: rgb(0 208 84 / 0.6);
}

.focus\:border-l-work-identity-500\/70:focus {
  border-left-color: rgb(0 208 84 / 0.7);
}

.focus\:border-l-work-identity-500\/75:focus {
  border-left-color: rgb(0 208 84 / 0.75);
}

.focus\:border-l-work-identity-500\/80:focus {
  border-left-color: rgb(0 208 84 / 0.8);
}

.focus\:border-l-work-identity-500\/90:focus {
  border-left-color: rgb(0 208 84 / 0.9);
}

.focus\:border-l-work-identity-500\/95:focus {
  border-left-color: rgb(0 208 84 / 0.95);
}

.focus\:border-l-work-identity-900:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 249 249 / var(--tw-border-opacity));
}

.focus\:border-l-work-identity-900\/0:focus {
  border-left-color: rgb(249 249 249 / 0);
}

.focus\:border-l-work-identity-900\/10:focus {
  border-left-color: rgb(249 249 249 / 0.1);
}

.focus\:border-l-work-identity-900\/100:focus {
  border-left-color: rgb(249 249 249 / 1);
}

.focus\:border-l-work-identity-900\/20:focus {
  border-left-color: rgb(249 249 249 / 0.2);
}

.focus\:border-l-work-identity-900\/25:focus {
  border-left-color: rgb(249 249 249 / 0.25);
}

.focus\:border-l-work-identity-900\/30:focus {
  border-left-color: rgb(249 249 249 / 0.3);
}

.focus\:border-l-work-identity-900\/40:focus {
  border-left-color: rgb(249 249 249 / 0.4);
}

.focus\:border-l-work-identity-900\/5:focus {
  border-left-color: rgb(249 249 249 / 0.05);
}

.focus\:border-l-work-identity-900\/50:focus {
  border-left-color: rgb(249 249 249 / 0.5);
}

.focus\:border-l-work-identity-900\/60:focus {
  border-left-color: rgb(249 249 249 / 0.6);
}

.focus\:border-l-work-identity-900\/70:focus {
  border-left-color: rgb(249 249 249 / 0.7);
}

.focus\:border-l-work-identity-900\/75:focus {
  border-left-color: rgb(249 249 249 / 0.75);
}

.focus\:border-l-work-identity-900\/80:focus {
  border-left-color: rgb(249 249 249 / 0.8);
}

.focus\:border-l-work-identity-900\/90:focus {
  border-left-color: rgb(249 249 249 / 0.9);
}

.focus\:border-l-work-identity-900\/95:focus {
  border-left-color: rgb(249 249 249 / 0.95);
}

.focus\:border-l-yellow-100:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.focus\:border-l-yellow-100\/0:focus {
  border-left-color: rgb(254 249 195 / 0);
}

.focus\:border-l-yellow-100\/10:focus {
  border-left-color: rgb(254 249 195 / 0.1);
}

.focus\:border-l-yellow-100\/100:focus {
  border-left-color: rgb(254 249 195 / 1);
}

.focus\:border-l-yellow-100\/20:focus {
  border-left-color: rgb(254 249 195 / 0.2);
}

.focus\:border-l-yellow-100\/25:focus {
  border-left-color: rgb(254 249 195 / 0.25);
}

.focus\:border-l-yellow-100\/30:focus {
  border-left-color: rgb(254 249 195 / 0.3);
}

.focus\:border-l-yellow-100\/40:focus {
  border-left-color: rgb(254 249 195 / 0.4);
}

.focus\:border-l-yellow-100\/5:focus {
  border-left-color: rgb(254 249 195 / 0.05);
}

.focus\:border-l-yellow-100\/50:focus {
  border-left-color: rgb(254 249 195 / 0.5);
}

.focus\:border-l-yellow-100\/60:focus {
  border-left-color: rgb(254 249 195 / 0.6);
}

.focus\:border-l-yellow-100\/70:focus {
  border-left-color: rgb(254 249 195 / 0.7);
}

.focus\:border-l-yellow-100\/75:focus {
  border-left-color: rgb(254 249 195 / 0.75);
}

.focus\:border-l-yellow-100\/80:focus {
  border-left-color: rgb(254 249 195 / 0.8);
}

.focus\:border-l-yellow-100\/90:focus {
  border-left-color: rgb(254 249 195 / 0.9);
}

.focus\:border-l-yellow-100\/95:focus {
  border-left-color: rgb(254 249 195 / 0.95);
}

.focus\:border-l-yellow-200:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.focus\:border-l-yellow-200\/0:focus {
  border-left-color: rgb(254 240 138 / 0);
}

.focus\:border-l-yellow-200\/10:focus {
  border-left-color: rgb(254 240 138 / 0.1);
}

.focus\:border-l-yellow-200\/100:focus {
  border-left-color: rgb(254 240 138 / 1);
}

.focus\:border-l-yellow-200\/20:focus {
  border-left-color: rgb(254 240 138 / 0.2);
}

.focus\:border-l-yellow-200\/25:focus {
  border-left-color: rgb(254 240 138 / 0.25);
}

.focus\:border-l-yellow-200\/30:focus {
  border-left-color: rgb(254 240 138 / 0.3);
}

.focus\:border-l-yellow-200\/40:focus {
  border-left-color: rgb(254 240 138 / 0.4);
}

.focus\:border-l-yellow-200\/5:focus {
  border-left-color: rgb(254 240 138 / 0.05);
}

.focus\:border-l-yellow-200\/50:focus {
  border-left-color: rgb(254 240 138 / 0.5);
}

.focus\:border-l-yellow-200\/60:focus {
  border-left-color: rgb(254 240 138 / 0.6);
}

.focus\:border-l-yellow-200\/70:focus {
  border-left-color: rgb(254 240 138 / 0.7);
}

.focus\:border-l-yellow-200\/75:focus {
  border-left-color: rgb(254 240 138 / 0.75);
}

.focus\:border-l-yellow-200\/80:focus {
  border-left-color: rgb(254 240 138 / 0.8);
}

.focus\:border-l-yellow-200\/90:focus {
  border-left-color: rgb(254 240 138 / 0.9);
}

.focus\:border-l-yellow-200\/95:focus {
  border-left-color: rgb(254 240 138 / 0.95);
}

.focus\:border-l-yellow-300:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.focus\:border-l-yellow-300\/0:focus {
  border-left-color: rgb(253 224 71 / 0);
}

.focus\:border-l-yellow-300\/10:focus {
  border-left-color: rgb(253 224 71 / 0.1);
}

.focus\:border-l-yellow-300\/100:focus {
  border-left-color: rgb(253 224 71 / 1);
}

.focus\:border-l-yellow-300\/20:focus {
  border-left-color: rgb(253 224 71 / 0.2);
}

.focus\:border-l-yellow-300\/25:focus {
  border-left-color: rgb(253 224 71 / 0.25);
}

.focus\:border-l-yellow-300\/30:focus {
  border-left-color: rgb(253 224 71 / 0.3);
}

.focus\:border-l-yellow-300\/40:focus {
  border-left-color: rgb(253 224 71 / 0.4);
}

.focus\:border-l-yellow-300\/5:focus {
  border-left-color: rgb(253 224 71 / 0.05);
}

.focus\:border-l-yellow-300\/50:focus {
  border-left-color: rgb(253 224 71 / 0.5);
}

.focus\:border-l-yellow-300\/60:focus {
  border-left-color: rgb(253 224 71 / 0.6);
}

.focus\:border-l-yellow-300\/70:focus {
  border-left-color: rgb(253 224 71 / 0.7);
}

.focus\:border-l-yellow-300\/75:focus {
  border-left-color: rgb(253 224 71 / 0.75);
}

.focus\:border-l-yellow-300\/80:focus {
  border-left-color: rgb(253 224 71 / 0.8);
}

.focus\:border-l-yellow-300\/90:focus {
  border-left-color: rgb(253 224 71 / 0.9);
}

.focus\:border-l-yellow-300\/95:focus {
  border-left-color: rgb(253 224 71 / 0.95);
}

.focus\:border-l-yellow-400:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.focus\:border-l-yellow-400\/0:focus {
  border-left-color: rgb(250 204 21 / 0);
}

.focus\:border-l-yellow-400\/10:focus {
  border-left-color: rgb(250 204 21 / 0.1);
}

.focus\:border-l-yellow-400\/100:focus {
  border-left-color: rgb(250 204 21 / 1);
}

.focus\:border-l-yellow-400\/20:focus {
  border-left-color: rgb(250 204 21 / 0.2);
}

.focus\:border-l-yellow-400\/25:focus {
  border-left-color: rgb(250 204 21 / 0.25);
}

.focus\:border-l-yellow-400\/30:focus {
  border-left-color: rgb(250 204 21 / 0.3);
}

.focus\:border-l-yellow-400\/40:focus {
  border-left-color: rgb(250 204 21 / 0.4);
}

.focus\:border-l-yellow-400\/5:focus {
  border-left-color: rgb(250 204 21 / 0.05);
}

.focus\:border-l-yellow-400\/50:focus {
  border-left-color: rgb(250 204 21 / 0.5);
}

.focus\:border-l-yellow-400\/60:focus {
  border-left-color: rgb(250 204 21 / 0.6);
}

.focus\:border-l-yellow-400\/70:focus {
  border-left-color: rgb(250 204 21 / 0.7);
}

.focus\:border-l-yellow-400\/75:focus {
  border-left-color: rgb(250 204 21 / 0.75);
}

.focus\:border-l-yellow-400\/80:focus {
  border-left-color: rgb(250 204 21 / 0.8);
}

.focus\:border-l-yellow-400\/90:focus {
  border-left-color: rgb(250 204 21 / 0.9);
}

.focus\:border-l-yellow-400\/95:focus {
  border-left-color: rgb(250 204 21 / 0.95);
}

.focus\:border-l-yellow-50:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.focus\:border-l-yellow-50\/0:focus {
  border-left-color: rgb(254 252 232 / 0);
}

.focus\:border-l-yellow-50\/10:focus {
  border-left-color: rgb(254 252 232 / 0.1);
}

.focus\:border-l-yellow-50\/100:focus {
  border-left-color: rgb(254 252 232 / 1);
}

.focus\:border-l-yellow-50\/20:focus {
  border-left-color: rgb(254 252 232 / 0.2);
}

.focus\:border-l-yellow-50\/25:focus {
  border-left-color: rgb(254 252 232 / 0.25);
}

.focus\:border-l-yellow-50\/30:focus {
  border-left-color: rgb(254 252 232 / 0.3);
}

.focus\:border-l-yellow-50\/40:focus {
  border-left-color: rgb(254 252 232 / 0.4);
}

.focus\:border-l-yellow-50\/5:focus {
  border-left-color: rgb(254 252 232 / 0.05);
}

.focus\:border-l-yellow-50\/50:focus {
  border-left-color: rgb(254 252 232 / 0.5);
}

.focus\:border-l-yellow-50\/60:focus {
  border-left-color: rgb(254 252 232 / 0.6);
}

.focus\:border-l-yellow-50\/70:focus {
  border-left-color: rgb(254 252 232 / 0.7);
}

.focus\:border-l-yellow-50\/75:focus {
  border-left-color: rgb(254 252 232 / 0.75);
}

.focus\:border-l-yellow-50\/80:focus {
  border-left-color: rgb(254 252 232 / 0.8);
}

.focus\:border-l-yellow-50\/90:focus {
  border-left-color: rgb(254 252 232 / 0.9);
}

.focus\:border-l-yellow-50\/95:focus {
  border-left-color: rgb(254 252 232 / 0.95);
}

.focus\:border-l-yellow-500:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.focus\:border-l-yellow-500\/0:focus {
  border-left-color: rgb(234 179 8 / 0);
}

.focus\:border-l-yellow-500\/10:focus {
  border-left-color: rgb(234 179 8 / 0.1);
}

.focus\:border-l-yellow-500\/100:focus {
  border-left-color: rgb(234 179 8 / 1);
}

.focus\:border-l-yellow-500\/20:focus {
  border-left-color: rgb(234 179 8 / 0.2);
}

.focus\:border-l-yellow-500\/25:focus {
  border-left-color: rgb(234 179 8 / 0.25);
}

.focus\:border-l-yellow-500\/30:focus {
  border-left-color: rgb(234 179 8 / 0.3);
}

.focus\:border-l-yellow-500\/40:focus {
  border-left-color: rgb(234 179 8 / 0.4);
}

.focus\:border-l-yellow-500\/5:focus {
  border-left-color: rgb(234 179 8 / 0.05);
}

.focus\:border-l-yellow-500\/50:focus {
  border-left-color: rgb(234 179 8 / 0.5);
}

.focus\:border-l-yellow-500\/60:focus {
  border-left-color: rgb(234 179 8 / 0.6);
}

.focus\:border-l-yellow-500\/70:focus {
  border-left-color: rgb(234 179 8 / 0.7);
}

.focus\:border-l-yellow-500\/75:focus {
  border-left-color: rgb(234 179 8 / 0.75);
}

.focus\:border-l-yellow-500\/80:focus {
  border-left-color: rgb(234 179 8 / 0.8);
}

.focus\:border-l-yellow-500\/90:focus {
  border-left-color: rgb(234 179 8 / 0.9);
}

.focus\:border-l-yellow-500\/95:focus {
  border-left-color: rgb(234 179 8 / 0.95);
}

.focus\:border-l-yellow-600:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.focus\:border-l-yellow-600\/0:focus {
  border-left-color: rgb(202 138 4 / 0);
}

.focus\:border-l-yellow-600\/10:focus {
  border-left-color: rgb(202 138 4 / 0.1);
}

.focus\:border-l-yellow-600\/100:focus {
  border-left-color: rgb(202 138 4 / 1);
}

.focus\:border-l-yellow-600\/20:focus {
  border-left-color: rgb(202 138 4 / 0.2);
}

.focus\:border-l-yellow-600\/25:focus {
  border-left-color: rgb(202 138 4 / 0.25);
}

.focus\:border-l-yellow-600\/30:focus {
  border-left-color: rgb(202 138 4 / 0.3);
}

.focus\:border-l-yellow-600\/40:focus {
  border-left-color: rgb(202 138 4 / 0.4);
}

.focus\:border-l-yellow-600\/5:focus {
  border-left-color: rgb(202 138 4 / 0.05);
}

.focus\:border-l-yellow-600\/50:focus {
  border-left-color: rgb(202 138 4 / 0.5);
}

.focus\:border-l-yellow-600\/60:focus {
  border-left-color: rgb(202 138 4 / 0.6);
}

.focus\:border-l-yellow-600\/70:focus {
  border-left-color: rgb(202 138 4 / 0.7);
}

.focus\:border-l-yellow-600\/75:focus {
  border-left-color: rgb(202 138 4 / 0.75);
}

.focus\:border-l-yellow-600\/80:focus {
  border-left-color: rgb(202 138 4 / 0.8);
}

.focus\:border-l-yellow-600\/90:focus {
  border-left-color: rgb(202 138 4 / 0.9);
}

.focus\:border-l-yellow-600\/95:focus {
  border-left-color: rgb(202 138 4 / 0.95);
}

.focus\:border-l-yellow-700:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.focus\:border-l-yellow-700\/0:focus {
  border-left-color: rgb(161 98 7 / 0);
}

.focus\:border-l-yellow-700\/10:focus {
  border-left-color: rgb(161 98 7 / 0.1);
}

.focus\:border-l-yellow-700\/100:focus {
  border-left-color: rgb(161 98 7 / 1);
}

.focus\:border-l-yellow-700\/20:focus {
  border-left-color: rgb(161 98 7 / 0.2);
}

.focus\:border-l-yellow-700\/25:focus {
  border-left-color: rgb(161 98 7 / 0.25);
}

.focus\:border-l-yellow-700\/30:focus {
  border-left-color: rgb(161 98 7 / 0.3);
}

.focus\:border-l-yellow-700\/40:focus {
  border-left-color: rgb(161 98 7 / 0.4);
}

.focus\:border-l-yellow-700\/5:focus {
  border-left-color: rgb(161 98 7 / 0.05);
}

.focus\:border-l-yellow-700\/50:focus {
  border-left-color: rgb(161 98 7 / 0.5);
}

.focus\:border-l-yellow-700\/60:focus {
  border-left-color: rgb(161 98 7 / 0.6);
}

.focus\:border-l-yellow-700\/70:focus {
  border-left-color: rgb(161 98 7 / 0.7);
}

.focus\:border-l-yellow-700\/75:focus {
  border-left-color: rgb(161 98 7 / 0.75);
}

.focus\:border-l-yellow-700\/80:focus {
  border-left-color: rgb(161 98 7 / 0.8);
}

.focus\:border-l-yellow-700\/90:focus {
  border-left-color: rgb(161 98 7 / 0.9);
}

.focus\:border-l-yellow-700\/95:focus {
  border-left-color: rgb(161 98 7 / 0.95);
}

.focus\:border-l-yellow-800:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.focus\:border-l-yellow-800\/0:focus {
  border-left-color: rgb(133 77 14 / 0);
}

.focus\:border-l-yellow-800\/10:focus {
  border-left-color: rgb(133 77 14 / 0.1);
}

.focus\:border-l-yellow-800\/100:focus {
  border-left-color: rgb(133 77 14 / 1);
}

.focus\:border-l-yellow-800\/20:focus {
  border-left-color: rgb(133 77 14 / 0.2);
}

.focus\:border-l-yellow-800\/25:focus {
  border-left-color: rgb(133 77 14 / 0.25);
}

.focus\:border-l-yellow-800\/30:focus {
  border-left-color: rgb(133 77 14 / 0.3);
}

.focus\:border-l-yellow-800\/40:focus {
  border-left-color: rgb(133 77 14 / 0.4);
}

.focus\:border-l-yellow-800\/5:focus {
  border-left-color: rgb(133 77 14 / 0.05);
}

.focus\:border-l-yellow-800\/50:focus {
  border-left-color: rgb(133 77 14 / 0.5);
}

.focus\:border-l-yellow-800\/60:focus {
  border-left-color: rgb(133 77 14 / 0.6);
}

.focus\:border-l-yellow-800\/70:focus {
  border-left-color: rgb(133 77 14 / 0.7);
}

.focus\:border-l-yellow-800\/75:focus {
  border-left-color: rgb(133 77 14 / 0.75);
}

.focus\:border-l-yellow-800\/80:focus {
  border-left-color: rgb(133 77 14 / 0.8);
}

.focus\:border-l-yellow-800\/90:focus {
  border-left-color: rgb(133 77 14 / 0.9);
}

.focus\:border-l-yellow-800\/95:focus {
  border-left-color: rgb(133 77 14 / 0.95);
}

.focus\:border-l-yellow-900:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.focus\:border-l-yellow-900\/0:focus {
  border-left-color: rgb(113 63 18 / 0);
}

.focus\:border-l-yellow-900\/10:focus {
  border-left-color: rgb(113 63 18 / 0.1);
}

.focus\:border-l-yellow-900\/100:focus {
  border-left-color: rgb(113 63 18 / 1);
}

.focus\:border-l-yellow-900\/20:focus {
  border-left-color: rgb(113 63 18 / 0.2);
}

.focus\:border-l-yellow-900\/25:focus {
  border-left-color: rgb(113 63 18 / 0.25);
}

.focus\:border-l-yellow-900\/30:focus {
  border-left-color: rgb(113 63 18 / 0.3);
}

.focus\:border-l-yellow-900\/40:focus {
  border-left-color: rgb(113 63 18 / 0.4);
}

.focus\:border-l-yellow-900\/5:focus {
  border-left-color: rgb(113 63 18 / 0.05);
}

.focus\:border-l-yellow-900\/50:focus {
  border-left-color: rgb(113 63 18 / 0.5);
}

.focus\:border-l-yellow-900\/60:focus {
  border-left-color: rgb(113 63 18 / 0.6);
}

.focus\:border-l-yellow-900\/70:focus {
  border-left-color: rgb(113 63 18 / 0.7);
}

.focus\:border-l-yellow-900\/75:focus {
  border-left-color: rgb(113 63 18 / 0.75);
}

.focus\:border-l-yellow-900\/80:focus {
  border-left-color: rgb(113 63 18 / 0.8);
}

.focus\:border-l-yellow-900\/90:focus {
  border-left-color: rgb(113 63 18 / 0.9);
}

.focus\:border-l-yellow-900\/95:focus {
  border-left-color: rgb(113 63 18 / 0.95);
}

.focus\:border-l-yellow-950:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.focus\:border-l-yellow-950\/0:focus {
  border-left-color: rgb(66 32 6 / 0);
}

.focus\:border-l-yellow-950\/10:focus {
  border-left-color: rgb(66 32 6 / 0.1);
}

.focus\:border-l-yellow-950\/100:focus {
  border-left-color: rgb(66 32 6 / 1);
}

.focus\:border-l-yellow-950\/20:focus {
  border-left-color: rgb(66 32 6 / 0.2);
}

.focus\:border-l-yellow-950\/25:focus {
  border-left-color: rgb(66 32 6 / 0.25);
}

.focus\:border-l-yellow-950\/30:focus {
  border-left-color: rgb(66 32 6 / 0.3);
}

.focus\:border-l-yellow-950\/40:focus {
  border-left-color: rgb(66 32 6 / 0.4);
}

.focus\:border-l-yellow-950\/5:focus {
  border-left-color: rgb(66 32 6 / 0.05);
}

.focus\:border-l-yellow-950\/50:focus {
  border-left-color: rgb(66 32 6 / 0.5);
}

.focus\:border-l-yellow-950\/60:focus {
  border-left-color: rgb(66 32 6 / 0.6);
}

.focus\:border-l-yellow-950\/70:focus {
  border-left-color: rgb(66 32 6 / 0.7);
}

.focus\:border-l-yellow-950\/75:focus {
  border-left-color: rgb(66 32 6 / 0.75);
}

.focus\:border-l-yellow-950\/80:focus {
  border-left-color: rgb(66 32 6 / 0.8);
}

.focus\:border-l-yellow-950\/90:focus {
  border-left-color: rgb(66 32 6 / 0.9);
}

.focus\:border-l-yellow-950\/95:focus {
  border-left-color: rgb(66 32 6 / 0.95);
}

.focus\:border-l-zinc-100:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(244 244 245 / var(--tw-border-opacity));
}

.focus\:border-l-zinc-100\/0:focus {
  border-left-color: rgb(244 244 245 / 0);
}

.focus\:border-l-zinc-100\/10:focus {
  border-left-color: rgb(244 244 245 / 0.1);
}

.focus\:border-l-zinc-100\/100:focus {
  border-left-color: rgb(244 244 245 / 1);
}

.focus\:border-l-zinc-100\/20:focus {
  border-left-color: rgb(244 244 245 / 0.2);
}

.focus\:border-l-zinc-100\/25:focus {
  border-left-color: rgb(244 244 245 / 0.25);
}

.focus\:border-l-zinc-100\/30:focus {
  border-left-color: rgb(244 244 245 / 0.3);
}

.focus\:border-l-zinc-100\/40:focus {
  border-left-color: rgb(244 244 245 / 0.4);
}

.focus\:border-l-zinc-100\/5:focus {
  border-left-color: rgb(244 244 245 / 0.05);
}

.focus\:border-l-zinc-100\/50:focus {
  border-left-color: rgb(244 244 245 / 0.5);
}

.focus\:border-l-zinc-100\/60:focus {
  border-left-color: rgb(244 244 245 / 0.6);
}

.focus\:border-l-zinc-100\/70:focus {
  border-left-color: rgb(244 244 245 / 0.7);
}

.focus\:border-l-zinc-100\/75:focus {
  border-left-color: rgb(244 244 245 / 0.75);
}

.focus\:border-l-zinc-100\/80:focus {
  border-left-color: rgb(244 244 245 / 0.8);
}

.focus\:border-l-zinc-100\/90:focus {
  border-left-color: rgb(244 244 245 / 0.9);
}

.focus\:border-l-zinc-100\/95:focus {
  border-left-color: rgb(244 244 245 / 0.95);
}

.focus\:border-l-zinc-200:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.focus\:border-l-zinc-200\/0:focus {
  border-left-color: rgb(228 228 231 / 0);
}

.focus\:border-l-zinc-200\/10:focus {
  border-left-color: rgb(228 228 231 / 0.1);
}

.focus\:border-l-zinc-200\/100:focus {
  border-left-color: rgb(228 228 231 / 1);
}

.focus\:border-l-zinc-200\/20:focus {
  border-left-color: rgb(228 228 231 / 0.2);
}

.focus\:border-l-zinc-200\/25:focus {
  border-left-color: rgb(228 228 231 / 0.25);
}

.focus\:border-l-zinc-200\/30:focus {
  border-left-color: rgb(228 228 231 / 0.3);
}

.focus\:border-l-zinc-200\/40:focus {
  border-left-color: rgb(228 228 231 / 0.4);
}

.focus\:border-l-zinc-200\/5:focus {
  border-left-color: rgb(228 228 231 / 0.05);
}

.focus\:border-l-zinc-200\/50:focus {
  border-left-color: rgb(228 228 231 / 0.5);
}

.focus\:border-l-zinc-200\/60:focus {
  border-left-color: rgb(228 228 231 / 0.6);
}

.focus\:border-l-zinc-200\/70:focus {
  border-left-color: rgb(228 228 231 / 0.7);
}

.focus\:border-l-zinc-200\/75:focus {
  border-left-color: rgb(228 228 231 / 0.75);
}

.focus\:border-l-zinc-200\/80:focus {
  border-left-color: rgb(228 228 231 / 0.8);
}

.focus\:border-l-zinc-200\/90:focus {
  border-left-color: rgb(228 228 231 / 0.9);
}

.focus\:border-l-zinc-200\/95:focus {
  border-left-color: rgb(228 228 231 / 0.95);
}

.focus\:border-l-zinc-300:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.focus\:border-l-zinc-300\/0:focus {
  border-left-color: rgb(212 212 216 / 0);
}

.focus\:border-l-zinc-300\/10:focus {
  border-left-color: rgb(212 212 216 / 0.1);
}

.focus\:border-l-zinc-300\/100:focus {
  border-left-color: rgb(212 212 216 / 1);
}

.focus\:border-l-zinc-300\/20:focus {
  border-left-color: rgb(212 212 216 / 0.2);
}

.focus\:border-l-zinc-300\/25:focus {
  border-left-color: rgb(212 212 216 / 0.25);
}

.focus\:border-l-zinc-300\/30:focus {
  border-left-color: rgb(212 212 216 / 0.3);
}

.focus\:border-l-zinc-300\/40:focus {
  border-left-color: rgb(212 212 216 / 0.4);
}

.focus\:border-l-zinc-300\/5:focus {
  border-left-color: rgb(212 212 216 / 0.05);
}

.focus\:border-l-zinc-300\/50:focus {
  border-left-color: rgb(212 212 216 / 0.5);
}

.focus\:border-l-zinc-300\/60:focus {
  border-left-color: rgb(212 212 216 / 0.6);
}

.focus\:border-l-zinc-300\/70:focus {
  border-left-color: rgb(212 212 216 / 0.7);
}

.focus\:border-l-zinc-300\/75:focus {
  border-left-color: rgb(212 212 216 / 0.75);
}

.focus\:border-l-zinc-300\/80:focus {
  border-left-color: rgb(212 212 216 / 0.8);
}

.focus\:border-l-zinc-300\/90:focus {
  border-left-color: rgb(212 212 216 / 0.9);
}

.focus\:border-l-zinc-300\/95:focus {
  border-left-color: rgb(212 212 216 / 0.95);
}

.focus\:border-l-zinc-400:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.focus\:border-l-zinc-400\/0:focus {
  border-left-color: rgb(161 161 170 / 0);
}

.focus\:border-l-zinc-400\/10:focus {
  border-left-color: rgb(161 161 170 / 0.1);
}

.focus\:border-l-zinc-400\/100:focus {
  border-left-color: rgb(161 161 170 / 1);
}

.focus\:border-l-zinc-400\/20:focus {
  border-left-color: rgb(161 161 170 / 0.2);
}

.focus\:border-l-zinc-400\/25:focus {
  border-left-color: rgb(161 161 170 / 0.25);
}

.focus\:border-l-zinc-400\/30:focus {
  border-left-color: rgb(161 161 170 / 0.3);
}

.focus\:border-l-zinc-400\/40:focus {
  border-left-color: rgb(161 161 170 / 0.4);
}

.focus\:border-l-zinc-400\/5:focus {
  border-left-color: rgb(161 161 170 / 0.05);
}

.focus\:border-l-zinc-400\/50:focus {
  border-left-color: rgb(161 161 170 / 0.5);
}

.focus\:border-l-zinc-400\/60:focus {
  border-left-color: rgb(161 161 170 / 0.6);
}

.focus\:border-l-zinc-400\/70:focus {
  border-left-color: rgb(161 161 170 / 0.7);
}

.focus\:border-l-zinc-400\/75:focus {
  border-left-color: rgb(161 161 170 / 0.75);
}

.focus\:border-l-zinc-400\/80:focus {
  border-left-color: rgb(161 161 170 / 0.8);
}

.focus\:border-l-zinc-400\/90:focus {
  border-left-color: rgb(161 161 170 / 0.9);
}

.focus\:border-l-zinc-400\/95:focus {
  border-left-color: rgb(161 161 170 / 0.95);
}

.focus\:border-l-zinc-50:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.focus\:border-l-zinc-50\/0:focus {
  border-left-color: rgb(250 250 250 / 0);
}

.focus\:border-l-zinc-50\/10:focus {
  border-left-color: rgb(250 250 250 / 0.1);
}

.focus\:border-l-zinc-50\/100:focus {
  border-left-color: rgb(250 250 250 / 1);
}

.focus\:border-l-zinc-50\/20:focus {
  border-left-color: rgb(250 250 250 / 0.2);
}

.focus\:border-l-zinc-50\/25:focus {
  border-left-color: rgb(250 250 250 / 0.25);
}

.focus\:border-l-zinc-50\/30:focus {
  border-left-color: rgb(250 250 250 / 0.3);
}

.focus\:border-l-zinc-50\/40:focus {
  border-left-color: rgb(250 250 250 / 0.4);
}

.focus\:border-l-zinc-50\/5:focus {
  border-left-color: rgb(250 250 250 / 0.05);
}

.focus\:border-l-zinc-50\/50:focus {
  border-left-color: rgb(250 250 250 / 0.5);
}

.focus\:border-l-zinc-50\/60:focus {
  border-left-color: rgb(250 250 250 / 0.6);
}

.focus\:border-l-zinc-50\/70:focus {
  border-left-color: rgb(250 250 250 / 0.7);
}

.focus\:border-l-zinc-50\/75:focus {
  border-left-color: rgb(250 250 250 / 0.75);
}

.focus\:border-l-zinc-50\/80:focus {
  border-left-color: rgb(250 250 250 / 0.8);
}

.focus\:border-l-zinc-50\/90:focus {
  border-left-color: rgb(250 250 250 / 0.9);
}

.focus\:border-l-zinc-50\/95:focus {
  border-left-color: rgb(250 250 250 / 0.95);
}

.focus\:border-l-zinc-500:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(113 113 122 / var(--tw-border-opacity));
}

.focus\:border-l-zinc-500\/0:focus {
  border-left-color: rgb(113 113 122 / 0);
}

.focus\:border-l-zinc-500\/10:focus {
  border-left-color: rgb(113 113 122 / 0.1);
}

.focus\:border-l-zinc-500\/100:focus {
  border-left-color: rgb(113 113 122 / 1);
}

.focus\:border-l-zinc-500\/20:focus {
  border-left-color: rgb(113 113 122 / 0.2);
}

.focus\:border-l-zinc-500\/25:focus {
  border-left-color: rgb(113 113 122 / 0.25);
}

.focus\:border-l-zinc-500\/30:focus {
  border-left-color: rgb(113 113 122 / 0.3);
}

.focus\:border-l-zinc-500\/40:focus {
  border-left-color: rgb(113 113 122 / 0.4);
}

.focus\:border-l-zinc-500\/5:focus {
  border-left-color: rgb(113 113 122 / 0.05);
}

.focus\:border-l-zinc-500\/50:focus {
  border-left-color: rgb(113 113 122 / 0.5);
}

.focus\:border-l-zinc-500\/60:focus {
  border-left-color: rgb(113 113 122 / 0.6);
}

.focus\:border-l-zinc-500\/70:focus {
  border-left-color: rgb(113 113 122 / 0.7);
}

.focus\:border-l-zinc-500\/75:focus {
  border-left-color: rgb(113 113 122 / 0.75);
}

.focus\:border-l-zinc-500\/80:focus {
  border-left-color: rgb(113 113 122 / 0.8);
}

.focus\:border-l-zinc-500\/90:focus {
  border-left-color: rgb(113 113 122 / 0.9);
}

.focus\:border-l-zinc-500\/95:focus {
  border-left-color: rgb(113 113 122 / 0.95);
}

.focus\:border-l-zinc-600:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(82 82 91 / var(--tw-border-opacity));
}

.focus\:border-l-zinc-600\/0:focus {
  border-left-color: rgb(82 82 91 / 0);
}

.focus\:border-l-zinc-600\/10:focus {
  border-left-color: rgb(82 82 91 / 0.1);
}

.focus\:border-l-zinc-600\/100:focus {
  border-left-color: rgb(82 82 91 / 1);
}

.focus\:border-l-zinc-600\/20:focus {
  border-left-color: rgb(82 82 91 / 0.2);
}

.focus\:border-l-zinc-600\/25:focus {
  border-left-color: rgb(82 82 91 / 0.25);
}

.focus\:border-l-zinc-600\/30:focus {
  border-left-color: rgb(82 82 91 / 0.3);
}

.focus\:border-l-zinc-600\/40:focus {
  border-left-color: rgb(82 82 91 / 0.4);
}

.focus\:border-l-zinc-600\/5:focus {
  border-left-color: rgb(82 82 91 / 0.05);
}

.focus\:border-l-zinc-600\/50:focus {
  border-left-color: rgb(82 82 91 / 0.5);
}

.focus\:border-l-zinc-600\/60:focus {
  border-left-color: rgb(82 82 91 / 0.6);
}

.focus\:border-l-zinc-600\/70:focus {
  border-left-color: rgb(82 82 91 / 0.7);
}

.focus\:border-l-zinc-600\/75:focus {
  border-left-color: rgb(82 82 91 / 0.75);
}

.focus\:border-l-zinc-600\/80:focus {
  border-left-color: rgb(82 82 91 / 0.8);
}

.focus\:border-l-zinc-600\/90:focus {
  border-left-color: rgb(82 82 91 / 0.9);
}

.focus\:border-l-zinc-600\/95:focus {
  border-left-color: rgb(82 82 91 / 0.95);
}

.focus\:border-l-zinc-700:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.focus\:border-l-zinc-700\/0:focus {
  border-left-color: rgb(63 63 70 / 0);
}

.focus\:border-l-zinc-700\/10:focus {
  border-left-color: rgb(63 63 70 / 0.1);
}

.focus\:border-l-zinc-700\/100:focus {
  border-left-color: rgb(63 63 70 / 1);
}

.focus\:border-l-zinc-700\/20:focus {
  border-left-color: rgb(63 63 70 / 0.2);
}

.focus\:border-l-zinc-700\/25:focus {
  border-left-color: rgb(63 63 70 / 0.25);
}

.focus\:border-l-zinc-700\/30:focus {
  border-left-color: rgb(63 63 70 / 0.3);
}

.focus\:border-l-zinc-700\/40:focus {
  border-left-color: rgb(63 63 70 / 0.4);
}

.focus\:border-l-zinc-700\/5:focus {
  border-left-color: rgb(63 63 70 / 0.05);
}

.focus\:border-l-zinc-700\/50:focus {
  border-left-color: rgb(63 63 70 / 0.5);
}

.focus\:border-l-zinc-700\/60:focus {
  border-left-color: rgb(63 63 70 / 0.6);
}

.focus\:border-l-zinc-700\/70:focus {
  border-left-color: rgb(63 63 70 / 0.7);
}

.focus\:border-l-zinc-700\/75:focus {
  border-left-color: rgb(63 63 70 / 0.75);
}

.focus\:border-l-zinc-700\/80:focus {
  border-left-color: rgb(63 63 70 / 0.8);
}

.focus\:border-l-zinc-700\/90:focus {
  border-left-color: rgb(63 63 70 / 0.9);
}

.focus\:border-l-zinc-700\/95:focus {
  border-left-color: rgb(63 63 70 / 0.95);
}

.focus\:border-l-zinc-800:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(39 39 42 / var(--tw-border-opacity));
}

.focus\:border-l-zinc-800\/0:focus {
  border-left-color: rgb(39 39 42 / 0);
}

.focus\:border-l-zinc-800\/10:focus {
  border-left-color: rgb(39 39 42 / 0.1);
}

.focus\:border-l-zinc-800\/100:focus {
  border-left-color: rgb(39 39 42 / 1);
}

.focus\:border-l-zinc-800\/20:focus {
  border-left-color: rgb(39 39 42 / 0.2);
}

.focus\:border-l-zinc-800\/25:focus {
  border-left-color: rgb(39 39 42 / 0.25);
}

.focus\:border-l-zinc-800\/30:focus {
  border-left-color: rgb(39 39 42 / 0.3);
}

.focus\:border-l-zinc-800\/40:focus {
  border-left-color: rgb(39 39 42 / 0.4);
}

.focus\:border-l-zinc-800\/5:focus {
  border-left-color: rgb(39 39 42 / 0.05);
}

.focus\:border-l-zinc-800\/50:focus {
  border-left-color: rgb(39 39 42 / 0.5);
}

.focus\:border-l-zinc-800\/60:focus {
  border-left-color: rgb(39 39 42 / 0.6);
}

.focus\:border-l-zinc-800\/70:focus {
  border-left-color: rgb(39 39 42 / 0.7);
}

.focus\:border-l-zinc-800\/75:focus {
  border-left-color: rgb(39 39 42 / 0.75);
}

.focus\:border-l-zinc-800\/80:focus {
  border-left-color: rgb(39 39 42 / 0.8);
}

.focus\:border-l-zinc-800\/90:focus {
  border-left-color: rgb(39 39 42 / 0.9);
}

.focus\:border-l-zinc-800\/95:focus {
  border-left-color: rgb(39 39 42 / 0.95);
}

.focus\:border-l-zinc-900:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.focus\:border-l-zinc-900\/0:focus {
  border-left-color: rgb(24 24 27 / 0);
}

.focus\:border-l-zinc-900\/10:focus {
  border-left-color: rgb(24 24 27 / 0.1);
}

.focus\:border-l-zinc-900\/100:focus {
  border-left-color: rgb(24 24 27 / 1);
}

.focus\:border-l-zinc-900\/20:focus {
  border-left-color: rgb(24 24 27 / 0.2);
}

.focus\:border-l-zinc-900\/25:focus {
  border-left-color: rgb(24 24 27 / 0.25);
}

.focus\:border-l-zinc-900\/30:focus {
  border-left-color: rgb(24 24 27 / 0.3);
}

.focus\:border-l-zinc-900\/40:focus {
  border-left-color: rgb(24 24 27 / 0.4);
}

.focus\:border-l-zinc-900\/5:focus {
  border-left-color: rgb(24 24 27 / 0.05);
}

.focus\:border-l-zinc-900\/50:focus {
  border-left-color: rgb(24 24 27 / 0.5);
}

.focus\:border-l-zinc-900\/60:focus {
  border-left-color: rgb(24 24 27 / 0.6);
}

.focus\:border-l-zinc-900\/70:focus {
  border-left-color: rgb(24 24 27 / 0.7);
}

.focus\:border-l-zinc-900\/75:focus {
  border-left-color: rgb(24 24 27 / 0.75);
}

.focus\:border-l-zinc-900\/80:focus {
  border-left-color: rgb(24 24 27 / 0.8);
}

.focus\:border-l-zinc-900\/90:focus {
  border-left-color: rgb(24 24 27 / 0.9);
}

.focus\:border-l-zinc-900\/95:focus {
  border-left-color: rgb(24 24 27 / 0.95);
}

.focus\:border-l-zinc-950:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(9 9 11 / var(--tw-border-opacity));
}

.focus\:border-l-zinc-950\/0:focus {
  border-left-color: rgb(9 9 11 / 0);
}

.focus\:border-l-zinc-950\/10:focus {
  border-left-color: rgb(9 9 11 / 0.1);
}

.focus\:border-l-zinc-950\/100:focus {
  border-left-color: rgb(9 9 11 / 1);
}

.focus\:border-l-zinc-950\/20:focus {
  border-left-color: rgb(9 9 11 / 0.2);
}

.focus\:border-l-zinc-950\/25:focus {
  border-left-color: rgb(9 9 11 / 0.25);
}

.focus\:border-l-zinc-950\/30:focus {
  border-left-color: rgb(9 9 11 / 0.3);
}

.focus\:border-l-zinc-950\/40:focus {
  border-left-color: rgb(9 9 11 / 0.4);
}

.focus\:border-l-zinc-950\/5:focus {
  border-left-color: rgb(9 9 11 / 0.05);
}

.focus\:border-l-zinc-950\/50:focus {
  border-left-color: rgb(9 9 11 / 0.5);
}

.focus\:border-l-zinc-950\/60:focus {
  border-left-color: rgb(9 9 11 / 0.6);
}

.focus\:border-l-zinc-950\/70:focus {
  border-left-color: rgb(9 9 11 / 0.7);
}

.focus\:border-l-zinc-950\/75:focus {
  border-left-color: rgb(9 9 11 / 0.75);
}

.focus\:border-l-zinc-950\/80:focus {
  border-left-color: rgb(9 9 11 / 0.8);
}

.focus\:border-l-zinc-950\/90:focus {
  border-left-color: rgb(9 9 11 / 0.9);
}

.focus\:border-l-zinc-950\/95:focus {
  border-left-color: rgb(9 9 11 / 0.95);
}

.focus\:border-r-amber-100:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 243 199 / var(--tw-border-opacity));
}

.focus\:border-r-amber-100\/0:focus {
  border-right-color: rgb(254 243 199 / 0);
}

.focus\:border-r-amber-100\/10:focus {
  border-right-color: rgb(254 243 199 / 0.1);
}

.focus\:border-r-amber-100\/100:focus {
  border-right-color: rgb(254 243 199 / 1);
}

.focus\:border-r-amber-100\/20:focus {
  border-right-color: rgb(254 243 199 / 0.2);
}

.focus\:border-r-amber-100\/25:focus {
  border-right-color: rgb(254 243 199 / 0.25);
}

.focus\:border-r-amber-100\/30:focus {
  border-right-color: rgb(254 243 199 / 0.3);
}

.focus\:border-r-amber-100\/40:focus {
  border-right-color: rgb(254 243 199 / 0.4);
}

.focus\:border-r-amber-100\/5:focus {
  border-right-color: rgb(254 243 199 / 0.05);
}

.focus\:border-r-amber-100\/50:focus {
  border-right-color: rgb(254 243 199 / 0.5);
}

.focus\:border-r-amber-100\/60:focus {
  border-right-color: rgb(254 243 199 / 0.6);
}

.focus\:border-r-amber-100\/70:focus {
  border-right-color: rgb(254 243 199 / 0.7);
}

.focus\:border-r-amber-100\/75:focus {
  border-right-color: rgb(254 243 199 / 0.75);
}

.focus\:border-r-amber-100\/80:focus {
  border-right-color: rgb(254 243 199 / 0.8);
}

.focus\:border-r-amber-100\/90:focus {
  border-right-color: rgb(254 243 199 / 0.9);
}

.focus\:border-r-amber-100\/95:focus {
  border-right-color: rgb(254 243 199 / 0.95);
}

.focus\:border-r-amber-200:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 230 138 / var(--tw-border-opacity));
}

.focus\:border-r-amber-200\/0:focus {
  border-right-color: rgb(253 230 138 / 0);
}

.focus\:border-r-amber-200\/10:focus {
  border-right-color: rgb(253 230 138 / 0.1);
}

.focus\:border-r-amber-200\/100:focus {
  border-right-color: rgb(253 230 138 / 1);
}

.focus\:border-r-amber-200\/20:focus {
  border-right-color: rgb(253 230 138 / 0.2);
}

.focus\:border-r-amber-200\/25:focus {
  border-right-color: rgb(253 230 138 / 0.25);
}

.focus\:border-r-amber-200\/30:focus {
  border-right-color: rgb(253 230 138 / 0.3);
}

.focus\:border-r-amber-200\/40:focus {
  border-right-color: rgb(253 230 138 / 0.4);
}

.focus\:border-r-amber-200\/5:focus {
  border-right-color: rgb(253 230 138 / 0.05);
}

.focus\:border-r-amber-200\/50:focus {
  border-right-color: rgb(253 230 138 / 0.5);
}

.focus\:border-r-amber-200\/60:focus {
  border-right-color: rgb(253 230 138 / 0.6);
}

.focus\:border-r-amber-200\/70:focus {
  border-right-color: rgb(253 230 138 / 0.7);
}

.focus\:border-r-amber-200\/75:focus {
  border-right-color: rgb(253 230 138 / 0.75);
}

.focus\:border-r-amber-200\/80:focus {
  border-right-color: rgb(253 230 138 / 0.8);
}

.focus\:border-r-amber-200\/90:focus {
  border-right-color: rgb(253 230 138 / 0.9);
}

.focus\:border-r-amber-200\/95:focus {
  border-right-color: rgb(253 230 138 / 0.95);
}

.focus\:border-r-amber-300:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(252 211 77 / var(--tw-border-opacity));
}

.focus\:border-r-amber-300\/0:focus {
  border-right-color: rgb(252 211 77 / 0);
}

.focus\:border-r-amber-300\/10:focus {
  border-right-color: rgb(252 211 77 / 0.1);
}

.focus\:border-r-amber-300\/100:focus {
  border-right-color: rgb(252 211 77 / 1);
}

.focus\:border-r-amber-300\/20:focus {
  border-right-color: rgb(252 211 77 / 0.2);
}

.focus\:border-r-amber-300\/25:focus {
  border-right-color: rgb(252 211 77 / 0.25);
}

.focus\:border-r-amber-300\/30:focus {
  border-right-color: rgb(252 211 77 / 0.3);
}

.focus\:border-r-amber-300\/40:focus {
  border-right-color: rgb(252 211 77 / 0.4);
}

.focus\:border-r-amber-300\/5:focus {
  border-right-color: rgb(252 211 77 / 0.05);
}

.focus\:border-r-amber-300\/50:focus {
  border-right-color: rgb(252 211 77 / 0.5);
}

.focus\:border-r-amber-300\/60:focus {
  border-right-color: rgb(252 211 77 / 0.6);
}

.focus\:border-r-amber-300\/70:focus {
  border-right-color: rgb(252 211 77 / 0.7);
}

.focus\:border-r-amber-300\/75:focus {
  border-right-color: rgb(252 211 77 / 0.75);
}

.focus\:border-r-amber-300\/80:focus {
  border-right-color: rgb(252 211 77 / 0.8);
}

.focus\:border-r-amber-300\/90:focus {
  border-right-color: rgb(252 211 77 / 0.9);
}

.focus\:border-r-amber-300\/95:focus {
  border-right-color: rgb(252 211 77 / 0.95);
}

.focus\:border-r-amber-400:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(251 191 36 / var(--tw-border-opacity));
}

.focus\:border-r-amber-400\/0:focus {
  border-right-color: rgb(251 191 36 / 0);
}

.focus\:border-r-amber-400\/10:focus {
  border-right-color: rgb(251 191 36 / 0.1);
}

.focus\:border-r-amber-400\/100:focus {
  border-right-color: rgb(251 191 36 / 1);
}

.focus\:border-r-amber-400\/20:focus {
  border-right-color: rgb(251 191 36 / 0.2);
}

.focus\:border-r-amber-400\/25:focus {
  border-right-color: rgb(251 191 36 / 0.25);
}

.focus\:border-r-amber-400\/30:focus {
  border-right-color: rgb(251 191 36 / 0.3);
}

.focus\:border-r-amber-400\/40:focus {
  border-right-color: rgb(251 191 36 / 0.4);
}

.focus\:border-r-amber-400\/5:focus {
  border-right-color: rgb(251 191 36 / 0.05);
}

.focus\:border-r-amber-400\/50:focus {
  border-right-color: rgb(251 191 36 / 0.5);
}

.focus\:border-r-amber-400\/60:focus {
  border-right-color: rgb(251 191 36 / 0.6);
}

.focus\:border-r-amber-400\/70:focus {
  border-right-color: rgb(251 191 36 / 0.7);
}

.focus\:border-r-amber-400\/75:focus {
  border-right-color: rgb(251 191 36 / 0.75);
}

.focus\:border-r-amber-400\/80:focus {
  border-right-color: rgb(251 191 36 / 0.8);
}

.focus\:border-r-amber-400\/90:focus {
  border-right-color: rgb(251 191 36 / 0.9);
}

.focus\:border-r-amber-400\/95:focus {
  border-right-color: rgb(251 191 36 / 0.95);
}

.focus\:border-r-amber-50:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.focus\:border-r-amber-50\/0:focus {
  border-right-color: rgb(255 251 235 / 0);
}

.focus\:border-r-amber-50\/10:focus {
  border-right-color: rgb(255 251 235 / 0.1);
}

.focus\:border-r-amber-50\/100:focus {
  border-right-color: rgb(255 251 235 / 1);
}

.focus\:border-r-amber-50\/20:focus {
  border-right-color: rgb(255 251 235 / 0.2);
}

.focus\:border-r-amber-50\/25:focus {
  border-right-color: rgb(255 251 235 / 0.25);
}

.focus\:border-r-amber-50\/30:focus {
  border-right-color: rgb(255 251 235 / 0.3);
}

.focus\:border-r-amber-50\/40:focus {
  border-right-color: rgb(255 251 235 / 0.4);
}

.focus\:border-r-amber-50\/5:focus {
  border-right-color: rgb(255 251 235 / 0.05);
}

.focus\:border-r-amber-50\/50:focus {
  border-right-color: rgb(255 251 235 / 0.5);
}

.focus\:border-r-amber-50\/60:focus {
  border-right-color: rgb(255 251 235 / 0.6);
}

.focus\:border-r-amber-50\/70:focus {
  border-right-color: rgb(255 251 235 / 0.7);
}

.focus\:border-r-amber-50\/75:focus {
  border-right-color: rgb(255 251 235 / 0.75);
}

.focus\:border-r-amber-50\/80:focus {
  border-right-color: rgb(255 251 235 / 0.8);
}

.focus\:border-r-amber-50\/90:focus {
  border-right-color: rgb(255 251 235 / 0.9);
}

.focus\:border-r-amber-50\/95:focus {
  border-right-color: rgb(255 251 235 / 0.95);
}

.focus\:border-r-amber-500:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 158 11 / var(--tw-border-opacity));
}

.focus\:border-r-amber-500\/0:focus {
  border-right-color: rgb(245 158 11 / 0);
}

.focus\:border-r-amber-500\/10:focus {
  border-right-color: rgb(245 158 11 / 0.1);
}

.focus\:border-r-amber-500\/100:focus {
  border-right-color: rgb(245 158 11 / 1);
}

.focus\:border-r-amber-500\/20:focus {
  border-right-color: rgb(245 158 11 / 0.2);
}

.focus\:border-r-amber-500\/25:focus {
  border-right-color: rgb(245 158 11 / 0.25);
}

.focus\:border-r-amber-500\/30:focus {
  border-right-color: rgb(245 158 11 / 0.3);
}

.focus\:border-r-amber-500\/40:focus {
  border-right-color: rgb(245 158 11 / 0.4);
}

.focus\:border-r-amber-500\/5:focus {
  border-right-color: rgb(245 158 11 / 0.05);
}

.focus\:border-r-amber-500\/50:focus {
  border-right-color: rgb(245 158 11 / 0.5);
}

.focus\:border-r-amber-500\/60:focus {
  border-right-color: rgb(245 158 11 / 0.6);
}

.focus\:border-r-amber-500\/70:focus {
  border-right-color: rgb(245 158 11 / 0.7);
}

.focus\:border-r-amber-500\/75:focus {
  border-right-color: rgb(245 158 11 / 0.75);
}

.focus\:border-r-amber-500\/80:focus {
  border-right-color: rgb(245 158 11 / 0.8);
}

.focus\:border-r-amber-500\/90:focus {
  border-right-color: rgb(245 158 11 / 0.9);
}

.focus\:border-r-amber-500\/95:focus {
  border-right-color: rgb(245 158 11 / 0.95);
}

.focus\:border-r-amber-600:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(217 119 6 / var(--tw-border-opacity));
}

.focus\:border-r-amber-600\/0:focus {
  border-right-color: rgb(217 119 6 / 0);
}

.focus\:border-r-amber-600\/10:focus {
  border-right-color: rgb(217 119 6 / 0.1);
}

.focus\:border-r-amber-600\/100:focus {
  border-right-color: rgb(217 119 6 / 1);
}

.focus\:border-r-amber-600\/20:focus {
  border-right-color: rgb(217 119 6 / 0.2);
}

.focus\:border-r-amber-600\/25:focus {
  border-right-color: rgb(217 119 6 / 0.25);
}

.focus\:border-r-amber-600\/30:focus {
  border-right-color: rgb(217 119 6 / 0.3);
}

.focus\:border-r-amber-600\/40:focus {
  border-right-color: rgb(217 119 6 / 0.4);
}

.focus\:border-r-amber-600\/5:focus {
  border-right-color: rgb(217 119 6 / 0.05);
}

.focus\:border-r-amber-600\/50:focus {
  border-right-color: rgb(217 119 6 / 0.5);
}

.focus\:border-r-amber-600\/60:focus {
  border-right-color: rgb(217 119 6 / 0.6);
}

.focus\:border-r-amber-600\/70:focus {
  border-right-color: rgb(217 119 6 / 0.7);
}

.focus\:border-r-amber-600\/75:focus {
  border-right-color: rgb(217 119 6 / 0.75);
}

.focus\:border-r-amber-600\/80:focus {
  border-right-color: rgb(217 119 6 / 0.8);
}

.focus\:border-r-amber-600\/90:focus {
  border-right-color: rgb(217 119 6 / 0.9);
}

.focus\:border-r-amber-600\/95:focus {
  border-right-color: rgb(217 119 6 / 0.95);
}

.focus\:border-r-amber-700:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(180 83 9 / var(--tw-border-opacity));
}

.focus\:border-r-amber-700\/0:focus {
  border-right-color: rgb(180 83 9 / 0);
}

.focus\:border-r-amber-700\/10:focus {
  border-right-color: rgb(180 83 9 / 0.1);
}

.focus\:border-r-amber-700\/100:focus {
  border-right-color: rgb(180 83 9 / 1);
}

.focus\:border-r-amber-700\/20:focus {
  border-right-color: rgb(180 83 9 / 0.2);
}

.focus\:border-r-amber-700\/25:focus {
  border-right-color: rgb(180 83 9 / 0.25);
}

.focus\:border-r-amber-700\/30:focus {
  border-right-color: rgb(180 83 9 / 0.3);
}

.focus\:border-r-amber-700\/40:focus {
  border-right-color: rgb(180 83 9 / 0.4);
}

.focus\:border-r-amber-700\/5:focus {
  border-right-color: rgb(180 83 9 / 0.05);
}

.focus\:border-r-amber-700\/50:focus {
  border-right-color: rgb(180 83 9 / 0.5);
}

.focus\:border-r-amber-700\/60:focus {
  border-right-color: rgb(180 83 9 / 0.6);
}

.focus\:border-r-amber-700\/70:focus {
  border-right-color: rgb(180 83 9 / 0.7);
}

.focus\:border-r-amber-700\/75:focus {
  border-right-color: rgb(180 83 9 / 0.75);
}

.focus\:border-r-amber-700\/80:focus {
  border-right-color: rgb(180 83 9 / 0.8);
}

.focus\:border-r-amber-700\/90:focus {
  border-right-color: rgb(180 83 9 / 0.9);
}

.focus\:border-r-amber-700\/95:focus {
  border-right-color: rgb(180 83 9 / 0.95);
}

.focus\:border-r-amber-800:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(146 64 14 / var(--tw-border-opacity));
}

.focus\:border-r-amber-800\/0:focus {
  border-right-color: rgb(146 64 14 / 0);
}

.focus\:border-r-amber-800\/10:focus {
  border-right-color: rgb(146 64 14 / 0.1);
}

.focus\:border-r-amber-800\/100:focus {
  border-right-color: rgb(146 64 14 / 1);
}

.focus\:border-r-amber-800\/20:focus {
  border-right-color: rgb(146 64 14 / 0.2);
}

.focus\:border-r-amber-800\/25:focus {
  border-right-color: rgb(146 64 14 / 0.25);
}

.focus\:border-r-amber-800\/30:focus {
  border-right-color: rgb(146 64 14 / 0.3);
}

.focus\:border-r-amber-800\/40:focus {
  border-right-color: rgb(146 64 14 / 0.4);
}

.focus\:border-r-amber-800\/5:focus {
  border-right-color: rgb(146 64 14 / 0.05);
}

.focus\:border-r-amber-800\/50:focus {
  border-right-color: rgb(146 64 14 / 0.5);
}

.focus\:border-r-amber-800\/60:focus {
  border-right-color: rgb(146 64 14 / 0.6);
}

.focus\:border-r-amber-800\/70:focus {
  border-right-color: rgb(146 64 14 / 0.7);
}

.focus\:border-r-amber-800\/75:focus {
  border-right-color: rgb(146 64 14 / 0.75);
}

.focus\:border-r-amber-800\/80:focus {
  border-right-color: rgb(146 64 14 / 0.8);
}

.focus\:border-r-amber-800\/90:focus {
  border-right-color: rgb(146 64 14 / 0.9);
}

.focus\:border-r-amber-800\/95:focus {
  border-right-color: rgb(146 64 14 / 0.95);
}

.focus\:border-r-amber-900:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(120 53 15 / var(--tw-border-opacity));
}

.focus\:border-r-amber-900\/0:focus {
  border-right-color: rgb(120 53 15 / 0);
}

.focus\:border-r-amber-900\/10:focus {
  border-right-color: rgb(120 53 15 / 0.1);
}

.focus\:border-r-amber-900\/100:focus {
  border-right-color: rgb(120 53 15 / 1);
}

.focus\:border-r-amber-900\/20:focus {
  border-right-color: rgb(120 53 15 / 0.2);
}

.focus\:border-r-amber-900\/25:focus {
  border-right-color: rgb(120 53 15 / 0.25);
}

.focus\:border-r-amber-900\/30:focus {
  border-right-color: rgb(120 53 15 / 0.3);
}

.focus\:border-r-amber-900\/40:focus {
  border-right-color: rgb(120 53 15 / 0.4);
}

.focus\:border-r-amber-900\/5:focus {
  border-right-color: rgb(120 53 15 / 0.05);
}

.focus\:border-r-amber-900\/50:focus {
  border-right-color: rgb(120 53 15 / 0.5);
}

.focus\:border-r-amber-900\/60:focus {
  border-right-color: rgb(120 53 15 / 0.6);
}

.focus\:border-r-amber-900\/70:focus {
  border-right-color: rgb(120 53 15 / 0.7);
}

.focus\:border-r-amber-900\/75:focus {
  border-right-color: rgb(120 53 15 / 0.75);
}

.focus\:border-r-amber-900\/80:focus {
  border-right-color: rgb(120 53 15 / 0.8);
}

.focus\:border-r-amber-900\/90:focus {
  border-right-color: rgb(120 53 15 / 0.9);
}

.focus\:border-r-amber-900\/95:focus {
  border-right-color: rgb(120 53 15 / 0.95);
}

.focus\:border-r-amber-950:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(69 26 3 / var(--tw-border-opacity));
}

.focus\:border-r-amber-950\/0:focus {
  border-right-color: rgb(69 26 3 / 0);
}

.focus\:border-r-amber-950\/10:focus {
  border-right-color: rgb(69 26 3 / 0.1);
}

.focus\:border-r-amber-950\/100:focus {
  border-right-color: rgb(69 26 3 / 1);
}

.focus\:border-r-amber-950\/20:focus {
  border-right-color: rgb(69 26 3 / 0.2);
}

.focus\:border-r-amber-950\/25:focus {
  border-right-color: rgb(69 26 3 / 0.25);
}

.focus\:border-r-amber-950\/30:focus {
  border-right-color: rgb(69 26 3 / 0.3);
}

.focus\:border-r-amber-950\/40:focus {
  border-right-color: rgb(69 26 3 / 0.4);
}

.focus\:border-r-amber-950\/5:focus {
  border-right-color: rgb(69 26 3 / 0.05);
}

.focus\:border-r-amber-950\/50:focus {
  border-right-color: rgb(69 26 3 / 0.5);
}

.focus\:border-r-amber-950\/60:focus {
  border-right-color: rgb(69 26 3 / 0.6);
}

.focus\:border-r-amber-950\/70:focus {
  border-right-color: rgb(69 26 3 / 0.7);
}

.focus\:border-r-amber-950\/75:focus {
  border-right-color: rgb(69 26 3 / 0.75);
}

.focus\:border-r-amber-950\/80:focus {
  border-right-color: rgb(69 26 3 / 0.8);
}

.focus\:border-r-amber-950\/90:focus {
  border-right-color: rgb(69 26 3 / 0.9);
}

.focus\:border-r-amber-950\/95:focus {
  border-right-color: rgb(69 26 3 / 0.95);
}

.focus\:border-r-black:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.focus\:border-r-black\/0:focus {
  border-right-color: rgb(0 0 0 / 0);
}

.focus\:border-r-black\/10:focus {
  border-right-color: rgb(0 0 0 / 0.1);
}

.focus\:border-r-black\/100:focus {
  border-right-color: rgb(0 0 0 / 1);
}

.focus\:border-r-black\/20:focus {
  border-right-color: rgb(0 0 0 / 0.2);
}

.focus\:border-r-black\/25:focus {
  border-right-color: rgb(0 0 0 / 0.25);
}

.focus\:border-r-black\/30:focus {
  border-right-color: rgb(0 0 0 / 0.3);
}

.focus\:border-r-black\/40:focus {
  border-right-color: rgb(0 0 0 / 0.4);
}

.focus\:border-r-black\/5:focus {
  border-right-color: rgb(0 0 0 / 0.05);
}

.focus\:border-r-black\/50:focus {
  border-right-color: rgb(0 0 0 / 0.5);
}

.focus\:border-r-black\/60:focus {
  border-right-color: rgb(0 0 0 / 0.6);
}

.focus\:border-r-black\/70:focus {
  border-right-color: rgb(0 0 0 / 0.7);
}

.focus\:border-r-black\/75:focus {
  border-right-color: rgb(0 0 0 / 0.75);
}

.focus\:border-r-black\/80:focus {
  border-right-color: rgb(0 0 0 / 0.8);
}

.focus\:border-r-black\/90:focus {
  border-right-color: rgb(0 0 0 / 0.9);
}

.focus\:border-r-black\/95:focus {
  border-right-color: rgb(0 0 0 / 0.95);
}

.focus\:border-r-blue-100:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(219 234 254 / var(--tw-border-opacity));
}

.focus\:border-r-blue-100\/0:focus {
  border-right-color: rgb(219 234 254 / 0);
}

.focus\:border-r-blue-100\/10:focus {
  border-right-color: rgb(219 234 254 / 0.1);
}

.focus\:border-r-blue-100\/100:focus {
  border-right-color: rgb(219 234 254 / 1);
}

.focus\:border-r-blue-100\/20:focus {
  border-right-color: rgb(219 234 254 / 0.2);
}

.focus\:border-r-blue-100\/25:focus {
  border-right-color: rgb(219 234 254 / 0.25);
}

.focus\:border-r-blue-100\/30:focus {
  border-right-color: rgb(219 234 254 / 0.3);
}

.focus\:border-r-blue-100\/40:focus {
  border-right-color: rgb(219 234 254 / 0.4);
}

.focus\:border-r-blue-100\/5:focus {
  border-right-color: rgb(219 234 254 / 0.05);
}

.focus\:border-r-blue-100\/50:focus {
  border-right-color: rgb(219 234 254 / 0.5);
}

.focus\:border-r-blue-100\/60:focus {
  border-right-color: rgb(219 234 254 / 0.6);
}

.focus\:border-r-blue-100\/70:focus {
  border-right-color: rgb(219 234 254 / 0.7);
}

.focus\:border-r-blue-100\/75:focus {
  border-right-color: rgb(219 234 254 / 0.75);
}

.focus\:border-r-blue-100\/80:focus {
  border-right-color: rgb(219 234 254 / 0.8);
}

.focus\:border-r-blue-100\/90:focus {
  border-right-color: rgb(219 234 254 / 0.9);
}

.focus\:border-r-blue-100\/95:focus {
  border-right-color: rgb(219 234 254 / 0.95);
}

.focus\:border-r-blue-200:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.focus\:border-r-blue-200\/0:focus {
  border-right-color: rgb(191 219 254 / 0);
}

.focus\:border-r-blue-200\/10:focus {
  border-right-color: rgb(191 219 254 / 0.1);
}

.focus\:border-r-blue-200\/100:focus {
  border-right-color: rgb(191 219 254 / 1);
}

.focus\:border-r-blue-200\/20:focus {
  border-right-color: rgb(191 219 254 / 0.2);
}

.focus\:border-r-blue-200\/25:focus {
  border-right-color: rgb(191 219 254 / 0.25);
}

.focus\:border-r-blue-200\/30:focus {
  border-right-color: rgb(191 219 254 / 0.3);
}

.focus\:border-r-blue-200\/40:focus {
  border-right-color: rgb(191 219 254 / 0.4);
}

.focus\:border-r-blue-200\/5:focus {
  border-right-color: rgb(191 219 254 / 0.05);
}

.focus\:border-r-blue-200\/50:focus {
  border-right-color: rgb(191 219 254 / 0.5);
}

.focus\:border-r-blue-200\/60:focus {
  border-right-color: rgb(191 219 254 / 0.6);
}

.focus\:border-r-blue-200\/70:focus {
  border-right-color: rgb(191 219 254 / 0.7);
}

.focus\:border-r-blue-200\/75:focus {
  border-right-color: rgb(191 219 254 / 0.75);
}

.focus\:border-r-blue-200\/80:focus {
  border-right-color: rgb(191 219 254 / 0.8);
}

.focus\:border-r-blue-200\/90:focus {
  border-right-color: rgb(191 219 254 / 0.9);
}

.focus\:border-r-blue-200\/95:focus {
  border-right-color: rgb(191 219 254 / 0.95);
}

.focus\:border-r-blue-300:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.focus\:border-r-blue-300\/0:focus {
  border-right-color: rgb(147 197 253 / 0);
}

.focus\:border-r-blue-300\/10:focus {
  border-right-color: rgb(147 197 253 / 0.1);
}

.focus\:border-r-blue-300\/100:focus {
  border-right-color: rgb(147 197 253 / 1);
}

.focus\:border-r-blue-300\/20:focus {
  border-right-color: rgb(147 197 253 / 0.2);
}

.focus\:border-r-blue-300\/25:focus {
  border-right-color: rgb(147 197 253 / 0.25);
}

.focus\:border-r-blue-300\/30:focus {
  border-right-color: rgb(147 197 253 / 0.3);
}

.focus\:border-r-blue-300\/40:focus {
  border-right-color: rgb(147 197 253 / 0.4);
}

.focus\:border-r-blue-300\/5:focus {
  border-right-color: rgb(147 197 253 / 0.05);
}

.focus\:border-r-blue-300\/50:focus {
  border-right-color: rgb(147 197 253 / 0.5);
}

.focus\:border-r-blue-300\/60:focus {
  border-right-color: rgb(147 197 253 / 0.6);
}

.focus\:border-r-blue-300\/70:focus {
  border-right-color: rgb(147 197 253 / 0.7);
}

.focus\:border-r-blue-300\/75:focus {
  border-right-color: rgb(147 197 253 / 0.75);
}

.focus\:border-r-blue-300\/80:focus {
  border-right-color: rgb(147 197 253 / 0.8);
}

.focus\:border-r-blue-300\/90:focus {
  border-right-color: rgb(147 197 253 / 0.9);
}

.focus\:border-r-blue-300\/95:focus {
  border-right-color: rgb(147 197 253 / 0.95);
}

.focus\:border-r-blue-400:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.focus\:border-r-blue-400\/0:focus {
  border-right-color: rgb(96 165 250 / 0);
}

.focus\:border-r-blue-400\/10:focus {
  border-right-color: rgb(96 165 250 / 0.1);
}

.focus\:border-r-blue-400\/100:focus {
  border-right-color: rgb(96 165 250 / 1);
}

.focus\:border-r-blue-400\/20:focus {
  border-right-color: rgb(96 165 250 / 0.2);
}

.focus\:border-r-blue-400\/25:focus {
  border-right-color: rgb(96 165 250 / 0.25);
}

.focus\:border-r-blue-400\/30:focus {
  border-right-color: rgb(96 165 250 / 0.3);
}

.focus\:border-r-blue-400\/40:focus {
  border-right-color: rgb(96 165 250 / 0.4);
}

.focus\:border-r-blue-400\/5:focus {
  border-right-color: rgb(96 165 250 / 0.05);
}

.focus\:border-r-blue-400\/50:focus {
  border-right-color: rgb(96 165 250 / 0.5);
}

.focus\:border-r-blue-400\/60:focus {
  border-right-color: rgb(96 165 250 / 0.6);
}

.focus\:border-r-blue-400\/70:focus {
  border-right-color: rgb(96 165 250 / 0.7);
}

.focus\:border-r-blue-400\/75:focus {
  border-right-color: rgb(96 165 250 / 0.75);
}

.focus\:border-r-blue-400\/80:focus {
  border-right-color: rgb(96 165 250 / 0.8);
}

.focus\:border-r-blue-400\/90:focus {
  border-right-color: rgb(96 165 250 / 0.9);
}

.focus\:border-r-blue-400\/95:focus {
  border-right-color: rgb(96 165 250 / 0.95);
}

.focus\:border-r-blue-50:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(239 246 255 / var(--tw-border-opacity));
}

.focus\:border-r-blue-50\/0:focus {
  border-right-color: rgb(239 246 255 / 0);
}

.focus\:border-r-blue-50\/10:focus {
  border-right-color: rgb(239 246 255 / 0.1);
}

.focus\:border-r-blue-50\/100:focus {
  border-right-color: rgb(239 246 255 / 1);
}

.focus\:border-r-blue-50\/20:focus {
  border-right-color: rgb(239 246 255 / 0.2);
}

.focus\:border-r-blue-50\/25:focus {
  border-right-color: rgb(239 246 255 / 0.25);
}

.focus\:border-r-blue-50\/30:focus {
  border-right-color: rgb(239 246 255 / 0.3);
}

.focus\:border-r-blue-50\/40:focus {
  border-right-color: rgb(239 246 255 / 0.4);
}

.focus\:border-r-blue-50\/5:focus {
  border-right-color: rgb(239 246 255 / 0.05);
}

.focus\:border-r-blue-50\/50:focus {
  border-right-color: rgb(239 246 255 / 0.5);
}

.focus\:border-r-blue-50\/60:focus {
  border-right-color: rgb(239 246 255 / 0.6);
}

.focus\:border-r-blue-50\/70:focus {
  border-right-color: rgb(239 246 255 / 0.7);
}

.focus\:border-r-blue-50\/75:focus {
  border-right-color: rgb(239 246 255 / 0.75);
}

.focus\:border-r-blue-50\/80:focus {
  border-right-color: rgb(239 246 255 / 0.8);
}

.focus\:border-r-blue-50\/90:focus {
  border-right-color: rgb(239 246 255 / 0.9);
}

.focus\:border-r-blue-50\/95:focus {
  border-right-color: rgb(239 246 255 / 0.95);
}

.focus\:border-r-blue-500:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.focus\:border-r-blue-500\/0:focus {
  border-right-color: rgb(59 130 246 / 0);
}

.focus\:border-r-blue-500\/10:focus {
  border-right-color: rgb(59 130 246 / 0.1);
}

.focus\:border-r-blue-500\/100:focus {
  border-right-color: rgb(59 130 246 / 1);
}

.focus\:border-r-blue-500\/20:focus {
  border-right-color: rgb(59 130 246 / 0.2);
}

.focus\:border-r-blue-500\/25:focus {
  border-right-color: rgb(59 130 246 / 0.25);
}

.focus\:border-r-blue-500\/30:focus {
  border-right-color: rgb(59 130 246 / 0.3);
}

.focus\:border-r-blue-500\/40:focus {
  border-right-color: rgb(59 130 246 / 0.4);
}

.focus\:border-r-blue-500\/5:focus {
  border-right-color: rgb(59 130 246 / 0.05);
}

.focus\:border-r-blue-500\/50:focus {
  border-right-color: rgb(59 130 246 / 0.5);
}

.focus\:border-r-blue-500\/60:focus {
  border-right-color: rgb(59 130 246 / 0.6);
}

.focus\:border-r-blue-500\/70:focus {
  border-right-color: rgb(59 130 246 / 0.7);
}

.focus\:border-r-blue-500\/75:focus {
  border-right-color: rgb(59 130 246 / 0.75);
}

.focus\:border-r-blue-500\/80:focus {
  border-right-color: rgb(59 130 246 / 0.8);
}

.focus\:border-r-blue-500\/90:focus {
  border-right-color: rgb(59 130 246 / 0.9);
}

.focus\:border-r-blue-500\/95:focus {
  border-right-color: rgb(59 130 246 / 0.95);
}

.focus\:border-r-blue-600:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.focus\:border-r-blue-600\/0:focus {
  border-right-color: rgb(37 99 235 / 0);
}

.focus\:border-r-blue-600\/10:focus {
  border-right-color: rgb(37 99 235 / 0.1);
}

.focus\:border-r-blue-600\/100:focus {
  border-right-color: rgb(37 99 235 / 1);
}

.focus\:border-r-blue-600\/20:focus {
  border-right-color: rgb(37 99 235 / 0.2);
}

.focus\:border-r-blue-600\/25:focus {
  border-right-color: rgb(37 99 235 / 0.25);
}

.focus\:border-r-blue-600\/30:focus {
  border-right-color: rgb(37 99 235 / 0.3);
}

.focus\:border-r-blue-600\/40:focus {
  border-right-color: rgb(37 99 235 / 0.4);
}

.focus\:border-r-blue-600\/5:focus {
  border-right-color: rgb(37 99 235 / 0.05);
}

.focus\:border-r-blue-600\/50:focus {
  border-right-color: rgb(37 99 235 / 0.5);
}

.focus\:border-r-blue-600\/60:focus {
  border-right-color: rgb(37 99 235 / 0.6);
}

.focus\:border-r-blue-600\/70:focus {
  border-right-color: rgb(37 99 235 / 0.7);
}

.focus\:border-r-blue-600\/75:focus {
  border-right-color: rgb(37 99 235 / 0.75);
}

.focus\:border-r-blue-600\/80:focus {
  border-right-color: rgb(37 99 235 / 0.8);
}

.focus\:border-r-blue-600\/90:focus {
  border-right-color: rgb(37 99 235 / 0.9);
}

.focus\:border-r-blue-600\/95:focus {
  border-right-color: rgb(37 99 235 / 0.95);
}

.focus\:border-r-blue-700:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.focus\:border-r-blue-700\/0:focus {
  border-right-color: rgb(29 78 216 / 0);
}

.focus\:border-r-blue-700\/10:focus {
  border-right-color: rgb(29 78 216 / 0.1);
}

.focus\:border-r-blue-700\/100:focus {
  border-right-color: rgb(29 78 216 / 1);
}

.focus\:border-r-blue-700\/20:focus {
  border-right-color: rgb(29 78 216 / 0.2);
}

.focus\:border-r-blue-700\/25:focus {
  border-right-color: rgb(29 78 216 / 0.25);
}

.focus\:border-r-blue-700\/30:focus {
  border-right-color: rgb(29 78 216 / 0.3);
}

.focus\:border-r-blue-700\/40:focus {
  border-right-color: rgb(29 78 216 / 0.4);
}

.focus\:border-r-blue-700\/5:focus {
  border-right-color: rgb(29 78 216 / 0.05);
}

.focus\:border-r-blue-700\/50:focus {
  border-right-color: rgb(29 78 216 / 0.5);
}

.focus\:border-r-blue-700\/60:focus {
  border-right-color: rgb(29 78 216 / 0.6);
}

.focus\:border-r-blue-700\/70:focus {
  border-right-color: rgb(29 78 216 / 0.7);
}

.focus\:border-r-blue-700\/75:focus {
  border-right-color: rgb(29 78 216 / 0.75);
}

.focus\:border-r-blue-700\/80:focus {
  border-right-color: rgb(29 78 216 / 0.8);
}

.focus\:border-r-blue-700\/90:focus {
  border-right-color: rgb(29 78 216 / 0.9);
}

.focus\:border-r-blue-700\/95:focus {
  border-right-color: rgb(29 78 216 / 0.95);
}

.focus\:border-r-blue-800:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.focus\:border-r-blue-800\/0:focus {
  border-right-color: rgb(30 64 175 / 0);
}

.focus\:border-r-blue-800\/10:focus {
  border-right-color: rgb(30 64 175 / 0.1);
}

.focus\:border-r-blue-800\/100:focus {
  border-right-color: rgb(30 64 175 / 1);
}

.focus\:border-r-blue-800\/20:focus {
  border-right-color: rgb(30 64 175 / 0.2);
}

.focus\:border-r-blue-800\/25:focus {
  border-right-color: rgb(30 64 175 / 0.25);
}

.focus\:border-r-blue-800\/30:focus {
  border-right-color: rgb(30 64 175 / 0.3);
}

.focus\:border-r-blue-800\/40:focus {
  border-right-color: rgb(30 64 175 / 0.4);
}

.focus\:border-r-blue-800\/5:focus {
  border-right-color: rgb(30 64 175 / 0.05);
}

.focus\:border-r-blue-800\/50:focus {
  border-right-color: rgb(30 64 175 / 0.5);
}

.focus\:border-r-blue-800\/60:focus {
  border-right-color: rgb(30 64 175 / 0.6);
}

.focus\:border-r-blue-800\/70:focus {
  border-right-color: rgb(30 64 175 / 0.7);
}

.focus\:border-r-blue-800\/75:focus {
  border-right-color: rgb(30 64 175 / 0.75);
}

.focus\:border-r-blue-800\/80:focus {
  border-right-color: rgb(30 64 175 / 0.8);
}

.focus\:border-r-blue-800\/90:focus {
  border-right-color: rgb(30 64 175 / 0.9);
}

.focus\:border-r-blue-800\/95:focus {
  border-right-color: rgb(30 64 175 / 0.95);
}

.focus\:border-r-blue-900:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.focus\:border-r-blue-900\/0:focus {
  border-right-color: rgb(30 58 138 / 0);
}

.focus\:border-r-blue-900\/10:focus {
  border-right-color: rgb(30 58 138 / 0.1);
}

.focus\:border-r-blue-900\/100:focus {
  border-right-color: rgb(30 58 138 / 1);
}

.focus\:border-r-blue-900\/20:focus {
  border-right-color: rgb(30 58 138 / 0.2);
}

.focus\:border-r-blue-900\/25:focus {
  border-right-color: rgb(30 58 138 / 0.25);
}

.focus\:border-r-blue-900\/30:focus {
  border-right-color: rgb(30 58 138 / 0.3);
}

.focus\:border-r-blue-900\/40:focus {
  border-right-color: rgb(30 58 138 / 0.4);
}

.focus\:border-r-blue-900\/5:focus {
  border-right-color: rgb(30 58 138 / 0.05);
}

.focus\:border-r-blue-900\/50:focus {
  border-right-color: rgb(30 58 138 / 0.5);
}

.focus\:border-r-blue-900\/60:focus {
  border-right-color: rgb(30 58 138 / 0.6);
}

.focus\:border-r-blue-900\/70:focus {
  border-right-color: rgb(30 58 138 / 0.7);
}

.focus\:border-r-blue-900\/75:focus {
  border-right-color: rgb(30 58 138 / 0.75);
}

.focus\:border-r-blue-900\/80:focus {
  border-right-color: rgb(30 58 138 / 0.8);
}

.focus\:border-r-blue-900\/90:focus {
  border-right-color: rgb(30 58 138 / 0.9);
}

.focus\:border-r-blue-900\/95:focus {
  border-right-color: rgb(30 58 138 / 0.95);
}

.focus\:border-r-blue-950:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(23 37 84 / var(--tw-border-opacity));
}

.focus\:border-r-blue-950\/0:focus {
  border-right-color: rgb(23 37 84 / 0);
}

.focus\:border-r-blue-950\/10:focus {
  border-right-color: rgb(23 37 84 / 0.1);
}

.focus\:border-r-blue-950\/100:focus {
  border-right-color: rgb(23 37 84 / 1);
}

.focus\:border-r-blue-950\/20:focus {
  border-right-color: rgb(23 37 84 / 0.2);
}

.focus\:border-r-blue-950\/25:focus {
  border-right-color: rgb(23 37 84 / 0.25);
}

.focus\:border-r-blue-950\/30:focus {
  border-right-color: rgb(23 37 84 / 0.3);
}

.focus\:border-r-blue-950\/40:focus {
  border-right-color: rgb(23 37 84 / 0.4);
}

.focus\:border-r-blue-950\/5:focus {
  border-right-color: rgb(23 37 84 / 0.05);
}

.focus\:border-r-blue-950\/50:focus {
  border-right-color: rgb(23 37 84 / 0.5);
}

.focus\:border-r-blue-950\/60:focus {
  border-right-color: rgb(23 37 84 / 0.6);
}

.focus\:border-r-blue-950\/70:focus {
  border-right-color: rgb(23 37 84 / 0.7);
}

.focus\:border-r-blue-950\/75:focus {
  border-right-color: rgb(23 37 84 / 0.75);
}

.focus\:border-r-blue-950\/80:focus {
  border-right-color: rgb(23 37 84 / 0.8);
}

.focus\:border-r-blue-950\/90:focus {
  border-right-color: rgb(23 37 84 / 0.9);
}

.focus\:border-r-blue-950\/95:focus {
  border-right-color: rgb(23 37 84 / 0.95);
}

.focus\:border-r-brand-100:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(230 239 246 / var(--tw-border-opacity));
}

.focus\:border-r-brand-100\/0:focus {
  border-right-color: rgb(230 239 246 / 0);
}

.focus\:border-r-brand-100\/10:focus {
  border-right-color: rgb(230 239 246 / 0.1);
}

.focus\:border-r-brand-100\/100:focus {
  border-right-color: rgb(230 239 246 / 1);
}

.focus\:border-r-brand-100\/20:focus {
  border-right-color: rgb(230 239 246 / 0.2);
}

.focus\:border-r-brand-100\/25:focus {
  border-right-color: rgb(230 239 246 / 0.25);
}

.focus\:border-r-brand-100\/30:focus {
  border-right-color: rgb(230 239 246 / 0.3);
}

.focus\:border-r-brand-100\/40:focus {
  border-right-color: rgb(230 239 246 / 0.4);
}

.focus\:border-r-brand-100\/5:focus {
  border-right-color: rgb(230 239 246 / 0.05);
}

.focus\:border-r-brand-100\/50:focus {
  border-right-color: rgb(230 239 246 / 0.5);
}

.focus\:border-r-brand-100\/60:focus {
  border-right-color: rgb(230 239 246 / 0.6);
}

.focus\:border-r-brand-100\/70:focus {
  border-right-color: rgb(230 239 246 / 0.7);
}

.focus\:border-r-brand-100\/75:focus {
  border-right-color: rgb(230 239 246 / 0.75);
}

.focus\:border-r-brand-100\/80:focus {
  border-right-color: rgb(230 239 246 / 0.8);
}

.focus\:border-r-brand-100\/90:focus {
  border-right-color: rgb(230 239 246 / 0.9);
}

.focus\:border-r-brand-100\/95:focus {
  border-right-color: rgb(230 239 246 / 0.95);
}

.focus\:border-r-brand-200:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(193 215 234 / var(--tw-border-opacity));
}

.focus\:border-r-brand-200\/0:focus {
  border-right-color: rgb(193 215 234 / 0);
}

.focus\:border-r-brand-200\/10:focus {
  border-right-color: rgb(193 215 234 / 0.1);
}

.focus\:border-r-brand-200\/100:focus {
  border-right-color: rgb(193 215 234 / 1);
}

.focus\:border-r-brand-200\/20:focus {
  border-right-color: rgb(193 215 234 / 0.2);
}

.focus\:border-r-brand-200\/25:focus {
  border-right-color: rgb(193 215 234 / 0.25);
}

.focus\:border-r-brand-200\/30:focus {
  border-right-color: rgb(193 215 234 / 0.3);
}

.focus\:border-r-brand-200\/40:focus {
  border-right-color: rgb(193 215 234 / 0.4);
}

.focus\:border-r-brand-200\/5:focus {
  border-right-color: rgb(193 215 234 / 0.05);
}

.focus\:border-r-brand-200\/50:focus {
  border-right-color: rgb(193 215 234 / 0.5);
}

.focus\:border-r-brand-200\/60:focus {
  border-right-color: rgb(193 215 234 / 0.6);
}

.focus\:border-r-brand-200\/70:focus {
  border-right-color: rgb(193 215 234 / 0.7);
}

.focus\:border-r-brand-200\/75:focus {
  border-right-color: rgb(193 215 234 / 0.75);
}

.focus\:border-r-brand-200\/80:focus {
  border-right-color: rgb(193 215 234 / 0.8);
}

.focus\:border-r-brand-200\/90:focus {
  border-right-color: rgb(193 215 234 / 0.9);
}

.focus\:border-r-brand-200\/95:focus {
  border-right-color: rgb(193 215 234 / 0.95);
}

.focus\:border-r-brand-300:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(155 190 221 / var(--tw-border-opacity));
}

.focus\:border-r-brand-300\/0:focus {
  border-right-color: rgb(155 190 221 / 0);
}

.focus\:border-r-brand-300\/10:focus {
  border-right-color: rgb(155 190 221 / 0.1);
}

.focus\:border-r-brand-300\/100:focus {
  border-right-color: rgb(155 190 221 / 1);
}

.focus\:border-r-brand-300\/20:focus {
  border-right-color: rgb(155 190 221 / 0.2);
}

.focus\:border-r-brand-300\/25:focus {
  border-right-color: rgb(155 190 221 / 0.25);
}

.focus\:border-r-brand-300\/30:focus {
  border-right-color: rgb(155 190 221 / 0.3);
}

.focus\:border-r-brand-300\/40:focus {
  border-right-color: rgb(155 190 221 / 0.4);
}

.focus\:border-r-brand-300\/5:focus {
  border-right-color: rgb(155 190 221 / 0.05);
}

.focus\:border-r-brand-300\/50:focus {
  border-right-color: rgb(155 190 221 / 0.5);
}

.focus\:border-r-brand-300\/60:focus {
  border-right-color: rgb(155 190 221 / 0.6);
}

.focus\:border-r-brand-300\/70:focus {
  border-right-color: rgb(155 190 221 / 0.7);
}

.focus\:border-r-brand-300\/75:focus {
  border-right-color: rgb(155 190 221 / 0.75);
}

.focus\:border-r-brand-300\/80:focus {
  border-right-color: rgb(155 190 221 / 0.8);
}

.focus\:border-r-brand-300\/90:focus {
  border-right-color: rgb(155 190 221 / 0.9);
}

.focus\:border-r-brand-300\/95:focus {
  border-right-color: rgb(155 190 221 / 0.95);
}

.focus\:border-r-brand-400:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(81 142 195 / var(--tw-border-opacity));
}

.focus\:border-r-brand-400\/0:focus {
  border-right-color: rgb(81 142 195 / 0);
}

.focus\:border-r-brand-400\/10:focus {
  border-right-color: rgb(81 142 195 / 0.1);
}

.focus\:border-r-brand-400\/100:focus {
  border-right-color: rgb(81 142 195 / 1);
}

.focus\:border-r-brand-400\/20:focus {
  border-right-color: rgb(81 142 195 / 0.2);
}

.focus\:border-r-brand-400\/25:focus {
  border-right-color: rgb(81 142 195 / 0.25);
}

.focus\:border-r-brand-400\/30:focus {
  border-right-color: rgb(81 142 195 / 0.3);
}

.focus\:border-r-brand-400\/40:focus {
  border-right-color: rgb(81 142 195 / 0.4);
}

.focus\:border-r-brand-400\/5:focus {
  border-right-color: rgb(81 142 195 / 0.05);
}

.focus\:border-r-brand-400\/50:focus {
  border-right-color: rgb(81 142 195 / 0.5);
}

.focus\:border-r-brand-400\/60:focus {
  border-right-color: rgb(81 142 195 / 0.6);
}

.focus\:border-r-brand-400\/70:focus {
  border-right-color: rgb(81 142 195 / 0.7);
}

.focus\:border-r-brand-400\/75:focus {
  border-right-color: rgb(81 142 195 / 0.75);
}

.focus\:border-r-brand-400\/80:focus {
  border-right-color: rgb(81 142 195 / 0.8);
}

.focus\:border-r-brand-400\/90:focus {
  border-right-color: rgb(81 142 195 / 0.9);
}

.focus\:border-r-brand-400\/95:focus {
  border-right-color: rgb(81 142 195 / 0.95);
}

.focus\:border-r-brand-50:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(243 247 251 / var(--tw-border-opacity));
}

.focus\:border-r-brand-50\/0:focus {
  border-right-color: rgb(243 247 251 / 0);
}

.focus\:border-r-brand-50\/10:focus {
  border-right-color: rgb(243 247 251 / 0.1);
}

.focus\:border-r-brand-50\/100:focus {
  border-right-color: rgb(243 247 251 / 1);
}

.focus\:border-r-brand-50\/20:focus {
  border-right-color: rgb(243 247 251 / 0.2);
}

.focus\:border-r-brand-50\/25:focus {
  border-right-color: rgb(243 247 251 / 0.25);
}

.focus\:border-r-brand-50\/30:focus {
  border-right-color: rgb(243 247 251 / 0.3);
}

.focus\:border-r-brand-50\/40:focus {
  border-right-color: rgb(243 247 251 / 0.4);
}

.focus\:border-r-brand-50\/5:focus {
  border-right-color: rgb(243 247 251 / 0.05);
}

.focus\:border-r-brand-50\/50:focus {
  border-right-color: rgb(243 247 251 / 0.5);
}

.focus\:border-r-brand-50\/60:focus {
  border-right-color: rgb(243 247 251 / 0.6);
}

.focus\:border-r-brand-50\/70:focus {
  border-right-color: rgb(243 247 251 / 0.7);
}

.focus\:border-r-brand-50\/75:focus {
  border-right-color: rgb(243 247 251 / 0.75);
}

.focus\:border-r-brand-50\/80:focus {
  border-right-color: rgb(243 247 251 / 0.8);
}

.focus\:border-r-brand-50\/90:focus {
  border-right-color: rgb(243 247 251 / 0.9);
}

.focus\:border-r-brand-50\/95:focus {
  border-right-color: rgb(243 247 251 / 0.95);
}

.focus\:border-r-brand-500:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(6 93 169 / var(--tw-border-opacity));
}

.focus\:border-r-brand-500\/0:focus {
  border-right-color: rgb(6 93 169 / 0);
}

.focus\:border-r-brand-500\/10:focus {
  border-right-color: rgb(6 93 169 / 0.1);
}

.focus\:border-r-brand-500\/100:focus {
  border-right-color: rgb(6 93 169 / 1);
}

.focus\:border-r-brand-500\/20:focus {
  border-right-color: rgb(6 93 169 / 0.2);
}

.focus\:border-r-brand-500\/25:focus {
  border-right-color: rgb(6 93 169 / 0.25);
}

.focus\:border-r-brand-500\/30:focus {
  border-right-color: rgb(6 93 169 / 0.3);
}

.focus\:border-r-brand-500\/40:focus {
  border-right-color: rgb(6 93 169 / 0.4);
}

.focus\:border-r-brand-500\/5:focus {
  border-right-color: rgb(6 93 169 / 0.05);
}

.focus\:border-r-brand-500\/50:focus {
  border-right-color: rgb(6 93 169 / 0.5);
}

.focus\:border-r-brand-500\/60:focus {
  border-right-color: rgb(6 93 169 / 0.6);
}

.focus\:border-r-brand-500\/70:focus {
  border-right-color: rgb(6 93 169 / 0.7);
}

.focus\:border-r-brand-500\/75:focus {
  border-right-color: rgb(6 93 169 / 0.75);
}

.focus\:border-r-brand-500\/80:focus {
  border-right-color: rgb(6 93 169 / 0.8);
}

.focus\:border-r-brand-500\/90:focus {
  border-right-color: rgb(6 93 169 / 0.9);
}

.focus\:border-r-brand-500\/95:focus {
  border-right-color: rgb(6 93 169 / 0.95);
}

.focus\:border-r-brand-600:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(5 84 152 / var(--tw-border-opacity));
}

.focus\:border-r-brand-600\/0:focus {
  border-right-color: rgb(5 84 152 / 0);
}

.focus\:border-r-brand-600\/10:focus {
  border-right-color: rgb(5 84 152 / 0.1);
}

.focus\:border-r-brand-600\/100:focus {
  border-right-color: rgb(5 84 152 / 1);
}

.focus\:border-r-brand-600\/20:focus {
  border-right-color: rgb(5 84 152 / 0.2);
}

.focus\:border-r-brand-600\/25:focus {
  border-right-color: rgb(5 84 152 / 0.25);
}

.focus\:border-r-brand-600\/30:focus {
  border-right-color: rgb(5 84 152 / 0.3);
}

.focus\:border-r-brand-600\/40:focus {
  border-right-color: rgb(5 84 152 / 0.4);
}

.focus\:border-r-brand-600\/5:focus {
  border-right-color: rgb(5 84 152 / 0.05);
}

.focus\:border-r-brand-600\/50:focus {
  border-right-color: rgb(5 84 152 / 0.5);
}

.focus\:border-r-brand-600\/60:focus {
  border-right-color: rgb(5 84 152 / 0.6);
}

.focus\:border-r-brand-600\/70:focus {
  border-right-color: rgb(5 84 152 / 0.7);
}

.focus\:border-r-brand-600\/75:focus {
  border-right-color: rgb(5 84 152 / 0.75);
}

.focus\:border-r-brand-600\/80:focus {
  border-right-color: rgb(5 84 152 / 0.8);
}

.focus\:border-r-brand-600\/90:focus {
  border-right-color: rgb(5 84 152 / 0.9);
}

.focus\:border-r-brand-600\/95:focus {
  border-right-color: rgb(5 84 152 / 0.95);
}

.focus\:border-r-brand-700:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(4 56 101 / var(--tw-border-opacity));
}

.focus\:border-r-brand-700\/0:focus {
  border-right-color: rgb(4 56 101 / 0);
}

.focus\:border-r-brand-700\/10:focus {
  border-right-color: rgb(4 56 101 / 0.1);
}

.focus\:border-r-brand-700\/100:focus {
  border-right-color: rgb(4 56 101 / 1);
}

.focus\:border-r-brand-700\/20:focus {
  border-right-color: rgb(4 56 101 / 0.2);
}

.focus\:border-r-brand-700\/25:focus {
  border-right-color: rgb(4 56 101 / 0.25);
}

.focus\:border-r-brand-700\/30:focus {
  border-right-color: rgb(4 56 101 / 0.3);
}

.focus\:border-r-brand-700\/40:focus {
  border-right-color: rgb(4 56 101 / 0.4);
}

.focus\:border-r-brand-700\/5:focus {
  border-right-color: rgb(4 56 101 / 0.05);
}

.focus\:border-r-brand-700\/50:focus {
  border-right-color: rgb(4 56 101 / 0.5);
}

.focus\:border-r-brand-700\/60:focus {
  border-right-color: rgb(4 56 101 / 0.6);
}

.focus\:border-r-brand-700\/70:focus {
  border-right-color: rgb(4 56 101 / 0.7);
}

.focus\:border-r-brand-700\/75:focus {
  border-right-color: rgb(4 56 101 / 0.75);
}

.focus\:border-r-brand-700\/80:focus {
  border-right-color: rgb(4 56 101 / 0.8);
}

.focus\:border-r-brand-700\/90:focus {
  border-right-color: rgb(4 56 101 / 0.9);
}

.focus\:border-r-brand-700\/95:focus {
  border-right-color: rgb(4 56 101 / 0.95);
}

.focus\:border-r-brand-800:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(3 42 76 / var(--tw-border-opacity));
}

.focus\:border-r-brand-800\/0:focus {
  border-right-color: rgb(3 42 76 / 0);
}

.focus\:border-r-brand-800\/10:focus {
  border-right-color: rgb(3 42 76 / 0.1);
}

.focus\:border-r-brand-800\/100:focus {
  border-right-color: rgb(3 42 76 / 1);
}

.focus\:border-r-brand-800\/20:focus {
  border-right-color: rgb(3 42 76 / 0.2);
}

.focus\:border-r-brand-800\/25:focus {
  border-right-color: rgb(3 42 76 / 0.25);
}

.focus\:border-r-brand-800\/30:focus {
  border-right-color: rgb(3 42 76 / 0.3);
}

.focus\:border-r-brand-800\/40:focus {
  border-right-color: rgb(3 42 76 / 0.4);
}

.focus\:border-r-brand-800\/5:focus {
  border-right-color: rgb(3 42 76 / 0.05);
}

.focus\:border-r-brand-800\/50:focus {
  border-right-color: rgb(3 42 76 / 0.5);
}

.focus\:border-r-brand-800\/60:focus {
  border-right-color: rgb(3 42 76 / 0.6);
}

.focus\:border-r-brand-800\/70:focus {
  border-right-color: rgb(3 42 76 / 0.7);
}

.focus\:border-r-brand-800\/75:focus {
  border-right-color: rgb(3 42 76 / 0.75);
}

.focus\:border-r-brand-800\/80:focus {
  border-right-color: rgb(3 42 76 / 0.8);
}

.focus\:border-r-brand-800\/90:focus {
  border-right-color: rgb(3 42 76 / 0.9);
}

.focus\:border-r-brand-800\/95:focus {
  border-right-color: rgb(3 42 76 / 0.95);
}

.focus\:border-r-brand-900:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(2 28 51 / var(--tw-border-opacity));
}

.focus\:border-r-brand-900\/0:focus {
  border-right-color: rgb(2 28 51 / 0);
}

.focus\:border-r-brand-900\/10:focus {
  border-right-color: rgb(2 28 51 / 0.1);
}

.focus\:border-r-brand-900\/100:focus {
  border-right-color: rgb(2 28 51 / 1);
}

.focus\:border-r-brand-900\/20:focus {
  border-right-color: rgb(2 28 51 / 0.2);
}

.focus\:border-r-brand-900\/25:focus {
  border-right-color: rgb(2 28 51 / 0.25);
}

.focus\:border-r-brand-900\/30:focus {
  border-right-color: rgb(2 28 51 / 0.3);
}

.focus\:border-r-brand-900\/40:focus {
  border-right-color: rgb(2 28 51 / 0.4);
}

.focus\:border-r-brand-900\/5:focus {
  border-right-color: rgb(2 28 51 / 0.05);
}

.focus\:border-r-brand-900\/50:focus {
  border-right-color: rgb(2 28 51 / 0.5);
}

.focus\:border-r-brand-900\/60:focus {
  border-right-color: rgb(2 28 51 / 0.6);
}

.focus\:border-r-brand-900\/70:focus {
  border-right-color: rgb(2 28 51 / 0.7);
}

.focus\:border-r-brand-900\/75:focus {
  border-right-color: rgb(2 28 51 / 0.75);
}

.focus\:border-r-brand-900\/80:focus {
  border-right-color: rgb(2 28 51 / 0.8);
}

.focus\:border-r-brand-900\/90:focus {
  border-right-color: rgb(2 28 51 / 0.9);
}

.focus\:border-r-brand-900\/95:focus {
  border-right-color: rgb(2 28 51 / 0.95);
}

.focus\:border-r-current:focus {
  border-right-color: currentColor;
}

.focus\:border-r-cyan-100:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(207 250 254 / var(--tw-border-opacity));
}

.focus\:border-r-cyan-100\/0:focus {
  border-right-color: rgb(207 250 254 / 0);
}

.focus\:border-r-cyan-100\/10:focus {
  border-right-color: rgb(207 250 254 / 0.1);
}

.focus\:border-r-cyan-100\/100:focus {
  border-right-color: rgb(207 250 254 / 1);
}

.focus\:border-r-cyan-100\/20:focus {
  border-right-color: rgb(207 250 254 / 0.2);
}

.focus\:border-r-cyan-100\/25:focus {
  border-right-color: rgb(207 250 254 / 0.25);
}

.focus\:border-r-cyan-100\/30:focus {
  border-right-color: rgb(207 250 254 / 0.3);
}

.focus\:border-r-cyan-100\/40:focus {
  border-right-color: rgb(207 250 254 / 0.4);
}

.focus\:border-r-cyan-100\/5:focus {
  border-right-color: rgb(207 250 254 / 0.05);
}

.focus\:border-r-cyan-100\/50:focus {
  border-right-color: rgb(207 250 254 / 0.5);
}

.focus\:border-r-cyan-100\/60:focus {
  border-right-color: rgb(207 250 254 / 0.6);
}

.focus\:border-r-cyan-100\/70:focus {
  border-right-color: rgb(207 250 254 / 0.7);
}

.focus\:border-r-cyan-100\/75:focus {
  border-right-color: rgb(207 250 254 / 0.75);
}

.focus\:border-r-cyan-100\/80:focus {
  border-right-color: rgb(207 250 254 / 0.8);
}

.focus\:border-r-cyan-100\/90:focus {
  border-right-color: rgb(207 250 254 / 0.9);
}

.focus\:border-r-cyan-100\/95:focus {
  border-right-color: rgb(207 250 254 / 0.95);
}

.focus\:border-r-cyan-200:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(165 243 252 / var(--tw-border-opacity));
}

.focus\:border-r-cyan-200\/0:focus {
  border-right-color: rgb(165 243 252 / 0);
}

.focus\:border-r-cyan-200\/10:focus {
  border-right-color: rgb(165 243 252 / 0.1);
}

.focus\:border-r-cyan-200\/100:focus {
  border-right-color: rgb(165 243 252 / 1);
}

.focus\:border-r-cyan-200\/20:focus {
  border-right-color: rgb(165 243 252 / 0.2);
}

.focus\:border-r-cyan-200\/25:focus {
  border-right-color: rgb(165 243 252 / 0.25);
}

.focus\:border-r-cyan-200\/30:focus {
  border-right-color: rgb(165 243 252 / 0.3);
}

.focus\:border-r-cyan-200\/40:focus {
  border-right-color: rgb(165 243 252 / 0.4);
}

.focus\:border-r-cyan-200\/5:focus {
  border-right-color: rgb(165 243 252 / 0.05);
}

.focus\:border-r-cyan-200\/50:focus {
  border-right-color: rgb(165 243 252 / 0.5);
}

.focus\:border-r-cyan-200\/60:focus {
  border-right-color: rgb(165 243 252 / 0.6);
}

.focus\:border-r-cyan-200\/70:focus {
  border-right-color: rgb(165 243 252 / 0.7);
}

.focus\:border-r-cyan-200\/75:focus {
  border-right-color: rgb(165 243 252 / 0.75);
}

.focus\:border-r-cyan-200\/80:focus {
  border-right-color: rgb(165 243 252 / 0.8);
}

.focus\:border-r-cyan-200\/90:focus {
  border-right-color: rgb(165 243 252 / 0.9);
}

.focus\:border-r-cyan-200\/95:focus {
  border-right-color: rgb(165 243 252 / 0.95);
}

.focus\:border-r-cyan-300:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(103 232 249 / var(--tw-border-opacity));
}

.focus\:border-r-cyan-300\/0:focus {
  border-right-color: rgb(103 232 249 / 0);
}

.focus\:border-r-cyan-300\/10:focus {
  border-right-color: rgb(103 232 249 / 0.1);
}

.focus\:border-r-cyan-300\/100:focus {
  border-right-color: rgb(103 232 249 / 1);
}

.focus\:border-r-cyan-300\/20:focus {
  border-right-color: rgb(103 232 249 / 0.2);
}

.focus\:border-r-cyan-300\/25:focus {
  border-right-color: rgb(103 232 249 / 0.25);
}

.focus\:border-r-cyan-300\/30:focus {
  border-right-color: rgb(103 232 249 / 0.3);
}

.focus\:border-r-cyan-300\/40:focus {
  border-right-color: rgb(103 232 249 / 0.4);
}

.focus\:border-r-cyan-300\/5:focus {
  border-right-color: rgb(103 232 249 / 0.05);
}

.focus\:border-r-cyan-300\/50:focus {
  border-right-color: rgb(103 232 249 / 0.5);
}

.focus\:border-r-cyan-300\/60:focus {
  border-right-color: rgb(103 232 249 / 0.6);
}

.focus\:border-r-cyan-300\/70:focus {
  border-right-color: rgb(103 232 249 / 0.7);
}

.focus\:border-r-cyan-300\/75:focus {
  border-right-color: rgb(103 232 249 / 0.75);
}

.focus\:border-r-cyan-300\/80:focus {
  border-right-color: rgb(103 232 249 / 0.8);
}

.focus\:border-r-cyan-300\/90:focus {
  border-right-color: rgb(103 232 249 / 0.9);
}

.focus\:border-r-cyan-300\/95:focus {
  border-right-color: rgb(103 232 249 / 0.95);
}

.focus\:border-r-cyan-400:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(34 211 238 / var(--tw-border-opacity));
}

.focus\:border-r-cyan-400\/0:focus {
  border-right-color: rgb(34 211 238 / 0);
}

.focus\:border-r-cyan-400\/10:focus {
  border-right-color: rgb(34 211 238 / 0.1);
}

.focus\:border-r-cyan-400\/100:focus {
  border-right-color: rgb(34 211 238 / 1);
}

.focus\:border-r-cyan-400\/20:focus {
  border-right-color: rgb(34 211 238 / 0.2);
}

.focus\:border-r-cyan-400\/25:focus {
  border-right-color: rgb(34 211 238 / 0.25);
}

.focus\:border-r-cyan-400\/30:focus {
  border-right-color: rgb(34 211 238 / 0.3);
}

.focus\:border-r-cyan-400\/40:focus {
  border-right-color: rgb(34 211 238 / 0.4);
}

.focus\:border-r-cyan-400\/5:focus {
  border-right-color: rgb(34 211 238 / 0.05);
}

.focus\:border-r-cyan-400\/50:focus {
  border-right-color: rgb(34 211 238 / 0.5);
}

.focus\:border-r-cyan-400\/60:focus {
  border-right-color: rgb(34 211 238 / 0.6);
}

.focus\:border-r-cyan-400\/70:focus {
  border-right-color: rgb(34 211 238 / 0.7);
}

.focus\:border-r-cyan-400\/75:focus {
  border-right-color: rgb(34 211 238 / 0.75);
}

.focus\:border-r-cyan-400\/80:focus {
  border-right-color: rgb(34 211 238 / 0.8);
}

.focus\:border-r-cyan-400\/90:focus {
  border-right-color: rgb(34 211 238 / 0.9);
}

.focus\:border-r-cyan-400\/95:focus {
  border-right-color: rgb(34 211 238 / 0.95);
}

.focus\:border-r-cyan-50:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(236 254 255 / var(--tw-border-opacity));
}

.focus\:border-r-cyan-50\/0:focus {
  border-right-color: rgb(236 254 255 / 0);
}

.focus\:border-r-cyan-50\/10:focus {
  border-right-color: rgb(236 254 255 / 0.1);
}

.focus\:border-r-cyan-50\/100:focus {
  border-right-color: rgb(236 254 255 / 1);
}

.focus\:border-r-cyan-50\/20:focus {
  border-right-color: rgb(236 254 255 / 0.2);
}

.focus\:border-r-cyan-50\/25:focus {
  border-right-color: rgb(236 254 255 / 0.25);
}

.focus\:border-r-cyan-50\/30:focus {
  border-right-color: rgb(236 254 255 / 0.3);
}

.focus\:border-r-cyan-50\/40:focus {
  border-right-color: rgb(236 254 255 / 0.4);
}

.focus\:border-r-cyan-50\/5:focus {
  border-right-color: rgb(236 254 255 / 0.05);
}

.focus\:border-r-cyan-50\/50:focus {
  border-right-color: rgb(236 254 255 / 0.5);
}

.focus\:border-r-cyan-50\/60:focus {
  border-right-color: rgb(236 254 255 / 0.6);
}

.focus\:border-r-cyan-50\/70:focus {
  border-right-color: rgb(236 254 255 / 0.7);
}

.focus\:border-r-cyan-50\/75:focus {
  border-right-color: rgb(236 254 255 / 0.75);
}

.focus\:border-r-cyan-50\/80:focus {
  border-right-color: rgb(236 254 255 / 0.8);
}

.focus\:border-r-cyan-50\/90:focus {
  border-right-color: rgb(236 254 255 / 0.9);
}

.focus\:border-r-cyan-50\/95:focus {
  border-right-color: rgb(236 254 255 / 0.95);
}

.focus\:border-r-cyan-500:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(6 182 212 / var(--tw-border-opacity));
}

.focus\:border-r-cyan-500\/0:focus {
  border-right-color: rgb(6 182 212 / 0);
}

.focus\:border-r-cyan-500\/10:focus {
  border-right-color: rgb(6 182 212 / 0.1);
}

.focus\:border-r-cyan-500\/100:focus {
  border-right-color: rgb(6 182 212 / 1);
}

.focus\:border-r-cyan-500\/20:focus {
  border-right-color: rgb(6 182 212 / 0.2);
}

.focus\:border-r-cyan-500\/25:focus {
  border-right-color: rgb(6 182 212 / 0.25);
}

.focus\:border-r-cyan-500\/30:focus {
  border-right-color: rgb(6 182 212 / 0.3);
}

.focus\:border-r-cyan-500\/40:focus {
  border-right-color: rgb(6 182 212 / 0.4);
}

.focus\:border-r-cyan-500\/5:focus {
  border-right-color: rgb(6 182 212 / 0.05);
}

.focus\:border-r-cyan-500\/50:focus {
  border-right-color: rgb(6 182 212 / 0.5);
}

.focus\:border-r-cyan-500\/60:focus {
  border-right-color: rgb(6 182 212 / 0.6);
}

.focus\:border-r-cyan-500\/70:focus {
  border-right-color: rgb(6 182 212 / 0.7);
}

.focus\:border-r-cyan-500\/75:focus {
  border-right-color: rgb(6 182 212 / 0.75);
}

.focus\:border-r-cyan-500\/80:focus {
  border-right-color: rgb(6 182 212 / 0.8);
}

.focus\:border-r-cyan-500\/90:focus {
  border-right-color: rgb(6 182 212 / 0.9);
}

.focus\:border-r-cyan-500\/95:focus {
  border-right-color: rgb(6 182 212 / 0.95);
}

.focus\:border-r-cyan-600:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(8 145 178 / var(--tw-border-opacity));
}

.focus\:border-r-cyan-600\/0:focus {
  border-right-color: rgb(8 145 178 / 0);
}

.focus\:border-r-cyan-600\/10:focus {
  border-right-color: rgb(8 145 178 / 0.1);
}

.focus\:border-r-cyan-600\/100:focus {
  border-right-color: rgb(8 145 178 / 1);
}

.focus\:border-r-cyan-600\/20:focus {
  border-right-color: rgb(8 145 178 / 0.2);
}

.focus\:border-r-cyan-600\/25:focus {
  border-right-color: rgb(8 145 178 / 0.25);
}

.focus\:border-r-cyan-600\/30:focus {
  border-right-color: rgb(8 145 178 / 0.3);
}

.focus\:border-r-cyan-600\/40:focus {
  border-right-color: rgb(8 145 178 / 0.4);
}

.focus\:border-r-cyan-600\/5:focus {
  border-right-color: rgb(8 145 178 / 0.05);
}

.focus\:border-r-cyan-600\/50:focus {
  border-right-color: rgb(8 145 178 / 0.5);
}

.focus\:border-r-cyan-600\/60:focus {
  border-right-color: rgb(8 145 178 / 0.6);
}

.focus\:border-r-cyan-600\/70:focus {
  border-right-color: rgb(8 145 178 / 0.7);
}

.focus\:border-r-cyan-600\/75:focus {
  border-right-color: rgb(8 145 178 / 0.75);
}

.focus\:border-r-cyan-600\/80:focus {
  border-right-color: rgb(8 145 178 / 0.8);
}

.focus\:border-r-cyan-600\/90:focus {
  border-right-color: rgb(8 145 178 / 0.9);
}

.focus\:border-r-cyan-600\/95:focus {
  border-right-color: rgb(8 145 178 / 0.95);
}

.focus\:border-r-cyan-700:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(14 116 144 / var(--tw-border-opacity));
}

.focus\:border-r-cyan-700\/0:focus {
  border-right-color: rgb(14 116 144 / 0);
}

.focus\:border-r-cyan-700\/10:focus {
  border-right-color: rgb(14 116 144 / 0.1);
}

.focus\:border-r-cyan-700\/100:focus {
  border-right-color: rgb(14 116 144 / 1);
}

.focus\:border-r-cyan-700\/20:focus {
  border-right-color: rgb(14 116 144 / 0.2);
}

.focus\:border-r-cyan-700\/25:focus {
  border-right-color: rgb(14 116 144 / 0.25);
}

.focus\:border-r-cyan-700\/30:focus {
  border-right-color: rgb(14 116 144 / 0.3);
}

.focus\:border-r-cyan-700\/40:focus {
  border-right-color: rgb(14 116 144 / 0.4);
}

.focus\:border-r-cyan-700\/5:focus {
  border-right-color: rgb(14 116 144 / 0.05);
}

.focus\:border-r-cyan-700\/50:focus {
  border-right-color: rgb(14 116 144 / 0.5);
}

.focus\:border-r-cyan-700\/60:focus {
  border-right-color: rgb(14 116 144 / 0.6);
}

.focus\:border-r-cyan-700\/70:focus {
  border-right-color: rgb(14 116 144 / 0.7);
}

.focus\:border-r-cyan-700\/75:focus {
  border-right-color: rgb(14 116 144 / 0.75);
}

.focus\:border-r-cyan-700\/80:focus {
  border-right-color: rgb(14 116 144 / 0.8);
}

.focus\:border-r-cyan-700\/90:focus {
  border-right-color: rgb(14 116 144 / 0.9);
}

.focus\:border-r-cyan-700\/95:focus {
  border-right-color: rgb(14 116 144 / 0.95);
}

.focus\:border-r-cyan-800:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(21 94 117 / var(--tw-border-opacity));
}

.focus\:border-r-cyan-800\/0:focus {
  border-right-color: rgb(21 94 117 / 0);
}

.focus\:border-r-cyan-800\/10:focus {
  border-right-color: rgb(21 94 117 / 0.1);
}

.focus\:border-r-cyan-800\/100:focus {
  border-right-color: rgb(21 94 117 / 1);
}

.focus\:border-r-cyan-800\/20:focus {
  border-right-color: rgb(21 94 117 / 0.2);
}

.focus\:border-r-cyan-800\/25:focus {
  border-right-color: rgb(21 94 117 / 0.25);
}

.focus\:border-r-cyan-800\/30:focus {
  border-right-color: rgb(21 94 117 / 0.3);
}

.focus\:border-r-cyan-800\/40:focus {
  border-right-color: rgb(21 94 117 / 0.4);
}

.focus\:border-r-cyan-800\/5:focus {
  border-right-color: rgb(21 94 117 / 0.05);
}

.focus\:border-r-cyan-800\/50:focus {
  border-right-color: rgb(21 94 117 / 0.5);
}

.focus\:border-r-cyan-800\/60:focus {
  border-right-color: rgb(21 94 117 / 0.6);
}

.focus\:border-r-cyan-800\/70:focus {
  border-right-color: rgb(21 94 117 / 0.7);
}

.focus\:border-r-cyan-800\/75:focus {
  border-right-color: rgb(21 94 117 / 0.75);
}

.focus\:border-r-cyan-800\/80:focus {
  border-right-color: rgb(21 94 117 / 0.8);
}

.focus\:border-r-cyan-800\/90:focus {
  border-right-color: rgb(21 94 117 / 0.9);
}

.focus\:border-r-cyan-800\/95:focus {
  border-right-color: rgb(21 94 117 / 0.95);
}

.focus\:border-r-cyan-900:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(22 78 99 / var(--tw-border-opacity));
}

.focus\:border-r-cyan-900\/0:focus {
  border-right-color: rgb(22 78 99 / 0);
}

.focus\:border-r-cyan-900\/10:focus {
  border-right-color: rgb(22 78 99 / 0.1);
}

.focus\:border-r-cyan-900\/100:focus {
  border-right-color: rgb(22 78 99 / 1);
}

.focus\:border-r-cyan-900\/20:focus {
  border-right-color: rgb(22 78 99 / 0.2);
}

.focus\:border-r-cyan-900\/25:focus {
  border-right-color: rgb(22 78 99 / 0.25);
}

.focus\:border-r-cyan-900\/30:focus {
  border-right-color: rgb(22 78 99 / 0.3);
}

.focus\:border-r-cyan-900\/40:focus {
  border-right-color: rgb(22 78 99 / 0.4);
}

.focus\:border-r-cyan-900\/5:focus {
  border-right-color: rgb(22 78 99 / 0.05);
}

.focus\:border-r-cyan-900\/50:focus {
  border-right-color: rgb(22 78 99 / 0.5);
}

.focus\:border-r-cyan-900\/60:focus {
  border-right-color: rgb(22 78 99 / 0.6);
}

.focus\:border-r-cyan-900\/70:focus {
  border-right-color: rgb(22 78 99 / 0.7);
}

.focus\:border-r-cyan-900\/75:focus {
  border-right-color: rgb(22 78 99 / 0.75);
}

.focus\:border-r-cyan-900\/80:focus {
  border-right-color: rgb(22 78 99 / 0.8);
}

.focus\:border-r-cyan-900\/90:focus {
  border-right-color: rgb(22 78 99 / 0.9);
}

.focus\:border-r-cyan-900\/95:focus {
  border-right-color: rgb(22 78 99 / 0.95);
}

.focus\:border-r-cyan-950:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(8 51 68 / var(--tw-border-opacity));
}

.focus\:border-r-cyan-950\/0:focus {
  border-right-color: rgb(8 51 68 / 0);
}

.focus\:border-r-cyan-950\/10:focus {
  border-right-color: rgb(8 51 68 / 0.1);
}

.focus\:border-r-cyan-950\/100:focus {
  border-right-color: rgb(8 51 68 / 1);
}

.focus\:border-r-cyan-950\/20:focus {
  border-right-color: rgb(8 51 68 / 0.2);
}

.focus\:border-r-cyan-950\/25:focus {
  border-right-color: rgb(8 51 68 / 0.25);
}

.focus\:border-r-cyan-950\/30:focus {
  border-right-color: rgb(8 51 68 / 0.3);
}

.focus\:border-r-cyan-950\/40:focus {
  border-right-color: rgb(8 51 68 / 0.4);
}

.focus\:border-r-cyan-950\/5:focus {
  border-right-color: rgb(8 51 68 / 0.05);
}

.focus\:border-r-cyan-950\/50:focus {
  border-right-color: rgb(8 51 68 / 0.5);
}

.focus\:border-r-cyan-950\/60:focus {
  border-right-color: rgb(8 51 68 / 0.6);
}

.focus\:border-r-cyan-950\/70:focus {
  border-right-color: rgb(8 51 68 / 0.7);
}

.focus\:border-r-cyan-950\/75:focus {
  border-right-color: rgb(8 51 68 / 0.75);
}

.focus\:border-r-cyan-950\/80:focus {
  border-right-color: rgb(8 51 68 / 0.8);
}

.focus\:border-r-cyan-950\/90:focus {
  border-right-color: rgb(8 51 68 / 0.9);
}

.focus\:border-r-cyan-950\/95:focus {
  border-right-color: rgb(8 51 68 / 0.95);
}

.focus\:border-r-emerald-100:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(209 250 229 / var(--tw-border-opacity));
}

.focus\:border-r-emerald-100\/0:focus {
  border-right-color: rgb(209 250 229 / 0);
}

.focus\:border-r-emerald-100\/10:focus {
  border-right-color: rgb(209 250 229 / 0.1);
}

.focus\:border-r-emerald-100\/100:focus {
  border-right-color: rgb(209 250 229 / 1);
}

.focus\:border-r-emerald-100\/20:focus {
  border-right-color: rgb(209 250 229 / 0.2);
}

.focus\:border-r-emerald-100\/25:focus {
  border-right-color: rgb(209 250 229 / 0.25);
}

.focus\:border-r-emerald-100\/30:focus {
  border-right-color: rgb(209 250 229 / 0.3);
}

.focus\:border-r-emerald-100\/40:focus {
  border-right-color: rgb(209 250 229 / 0.4);
}

.focus\:border-r-emerald-100\/5:focus {
  border-right-color: rgb(209 250 229 / 0.05);
}

.focus\:border-r-emerald-100\/50:focus {
  border-right-color: rgb(209 250 229 / 0.5);
}

.focus\:border-r-emerald-100\/60:focus {
  border-right-color: rgb(209 250 229 / 0.6);
}

.focus\:border-r-emerald-100\/70:focus {
  border-right-color: rgb(209 250 229 / 0.7);
}

.focus\:border-r-emerald-100\/75:focus {
  border-right-color: rgb(209 250 229 / 0.75);
}

.focus\:border-r-emerald-100\/80:focus {
  border-right-color: rgb(209 250 229 / 0.8);
}

.focus\:border-r-emerald-100\/90:focus {
  border-right-color: rgb(209 250 229 / 0.9);
}

.focus\:border-r-emerald-100\/95:focus {
  border-right-color: rgb(209 250 229 / 0.95);
}

.focus\:border-r-emerald-200:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(167 243 208 / var(--tw-border-opacity));
}

.focus\:border-r-emerald-200\/0:focus {
  border-right-color: rgb(167 243 208 / 0);
}

.focus\:border-r-emerald-200\/10:focus {
  border-right-color: rgb(167 243 208 / 0.1);
}

.focus\:border-r-emerald-200\/100:focus {
  border-right-color: rgb(167 243 208 / 1);
}

.focus\:border-r-emerald-200\/20:focus {
  border-right-color: rgb(167 243 208 / 0.2);
}

.focus\:border-r-emerald-200\/25:focus {
  border-right-color: rgb(167 243 208 / 0.25);
}

.focus\:border-r-emerald-200\/30:focus {
  border-right-color: rgb(167 243 208 / 0.3);
}

.focus\:border-r-emerald-200\/40:focus {
  border-right-color: rgb(167 243 208 / 0.4);
}

.focus\:border-r-emerald-200\/5:focus {
  border-right-color: rgb(167 243 208 / 0.05);
}

.focus\:border-r-emerald-200\/50:focus {
  border-right-color: rgb(167 243 208 / 0.5);
}

.focus\:border-r-emerald-200\/60:focus {
  border-right-color: rgb(167 243 208 / 0.6);
}

.focus\:border-r-emerald-200\/70:focus {
  border-right-color: rgb(167 243 208 / 0.7);
}

.focus\:border-r-emerald-200\/75:focus {
  border-right-color: rgb(167 243 208 / 0.75);
}

.focus\:border-r-emerald-200\/80:focus {
  border-right-color: rgb(167 243 208 / 0.8);
}

.focus\:border-r-emerald-200\/90:focus {
  border-right-color: rgb(167 243 208 / 0.9);
}

.focus\:border-r-emerald-200\/95:focus {
  border-right-color: rgb(167 243 208 / 0.95);
}

.focus\:border-r-emerald-300:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(110 231 183 / var(--tw-border-opacity));
}

.focus\:border-r-emerald-300\/0:focus {
  border-right-color: rgb(110 231 183 / 0);
}

.focus\:border-r-emerald-300\/10:focus {
  border-right-color: rgb(110 231 183 / 0.1);
}

.focus\:border-r-emerald-300\/100:focus {
  border-right-color: rgb(110 231 183 / 1);
}

.focus\:border-r-emerald-300\/20:focus {
  border-right-color: rgb(110 231 183 / 0.2);
}

.focus\:border-r-emerald-300\/25:focus {
  border-right-color: rgb(110 231 183 / 0.25);
}

.focus\:border-r-emerald-300\/30:focus {
  border-right-color: rgb(110 231 183 / 0.3);
}

.focus\:border-r-emerald-300\/40:focus {
  border-right-color: rgb(110 231 183 / 0.4);
}

.focus\:border-r-emerald-300\/5:focus {
  border-right-color: rgb(110 231 183 / 0.05);
}

.focus\:border-r-emerald-300\/50:focus {
  border-right-color: rgb(110 231 183 / 0.5);
}

.focus\:border-r-emerald-300\/60:focus {
  border-right-color: rgb(110 231 183 / 0.6);
}

.focus\:border-r-emerald-300\/70:focus {
  border-right-color: rgb(110 231 183 / 0.7);
}

.focus\:border-r-emerald-300\/75:focus {
  border-right-color: rgb(110 231 183 / 0.75);
}

.focus\:border-r-emerald-300\/80:focus {
  border-right-color: rgb(110 231 183 / 0.8);
}

.focus\:border-r-emerald-300\/90:focus {
  border-right-color: rgb(110 231 183 / 0.9);
}

.focus\:border-r-emerald-300\/95:focus {
  border-right-color: rgb(110 231 183 / 0.95);
}

.focus\:border-r-emerald-400:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.focus\:border-r-emerald-400\/0:focus {
  border-right-color: rgb(52 211 153 / 0);
}

.focus\:border-r-emerald-400\/10:focus {
  border-right-color: rgb(52 211 153 / 0.1);
}

.focus\:border-r-emerald-400\/100:focus {
  border-right-color: rgb(52 211 153 / 1);
}

.focus\:border-r-emerald-400\/20:focus {
  border-right-color: rgb(52 211 153 / 0.2);
}

.focus\:border-r-emerald-400\/25:focus {
  border-right-color: rgb(52 211 153 / 0.25);
}

.focus\:border-r-emerald-400\/30:focus {
  border-right-color: rgb(52 211 153 / 0.3);
}

.focus\:border-r-emerald-400\/40:focus {
  border-right-color: rgb(52 211 153 / 0.4);
}

.focus\:border-r-emerald-400\/5:focus {
  border-right-color: rgb(52 211 153 / 0.05);
}

.focus\:border-r-emerald-400\/50:focus {
  border-right-color: rgb(52 211 153 / 0.5);
}

.focus\:border-r-emerald-400\/60:focus {
  border-right-color: rgb(52 211 153 / 0.6);
}

.focus\:border-r-emerald-400\/70:focus {
  border-right-color: rgb(52 211 153 / 0.7);
}

.focus\:border-r-emerald-400\/75:focus {
  border-right-color: rgb(52 211 153 / 0.75);
}

.focus\:border-r-emerald-400\/80:focus {
  border-right-color: rgb(52 211 153 / 0.8);
}

.focus\:border-r-emerald-400\/90:focus {
  border-right-color: rgb(52 211 153 / 0.9);
}

.focus\:border-r-emerald-400\/95:focus {
  border-right-color: rgb(52 211 153 / 0.95);
}

.focus\:border-r-emerald-50:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(236 253 245 / var(--tw-border-opacity));
}

.focus\:border-r-emerald-50\/0:focus {
  border-right-color: rgb(236 253 245 / 0);
}

.focus\:border-r-emerald-50\/10:focus {
  border-right-color: rgb(236 253 245 / 0.1);
}

.focus\:border-r-emerald-50\/100:focus {
  border-right-color: rgb(236 253 245 / 1);
}

.focus\:border-r-emerald-50\/20:focus {
  border-right-color: rgb(236 253 245 / 0.2);
}

.focus\:border-r-emerald-50\/25:focus {
  border-right-color: rgb(236 253 245 / 0.25);
}

.focus\:border-r-emerald-50\/30:focus {
  border-right-color: rgb(236 253 245 / 0.3);
}

.focus\:border-r-emerald-50\/40:focus {
  border-right-color: rgb(236 253 245 / 0.4);
}

.focus\:border-r-emerald-50\/5:focus {
  border-right-color: rgb(236 253 245 / 0.05);
}

.focus\:border-r-emerald-50\/50:focus {
  border-right-color: rgb(236 253 245 / 0.5);
}

.focus\:border-r-emerald-50\/60:focus {
  border-right-color: rgb(236 253 245 / 0.6);
}

.focus\:border-r-emerald-50\/70:focus {
  border-right-color: rgb(236 253 245 / 0.7);
}

.focus\:border-r-emerald-50\/75:focus {
  border-right-color: rgb(236 253 245 / 0.75);
}

.focus\:border-r-emerald-50\/80:focus {
  border-right-color: rgb(236 253 245 / 0.8);
}

.focus\:border-r-emerald-50\/90:focus {
  border-right-color: rgb(236 253 245 / 0.9);
}

.focus\:border-r-emerald-50\/95:focus {
  border-right-color: rgb(236 253 245 / 0.95);
}

.focus\:border-r-emerald-500:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.focus\:border-r-emerald-500\/0:focus {
  border-right-color: rgb(16 185 129 / 0);
}

.focus\:border-r-emerald-500\/10:focus {
  border-right-color: rgb(16 185 129 / 0.1);
}

.focus\:border-r-emerald-500\/100:focus {
  border-right-color: rgb(16 185 129 / 1);
}

.focus\:border-r-emerald-500\/20:focus {
  border-right-color: rgb(16 185 129 / 0.2);
}

.focus\:border-r-emerald-500\/25:focus {
  border-right-color: rgb(16 185 129 / 0.25);
}

.focus\:border-r-emerald-500\/30:focus {
  border-right-color: rgb(16 185 129 / 0.3);
}

.focus\:border-r-emerald-500\/40:focus {
  border-right-color: rgb(16 185 129 / 0.4);
}

.focus\:border-r-emerald-500\/5:focus {
  border-right-color: rgb(16 185 129 / 0.05);
}

.focus\:border-r-emerald-500\/50:focus {
  border-right-color: rgb(16 185 129 / 0.5);
}

.focus\:border-r-emerald-500\/60:focus {
  border-right-color: rgb(16 185 129 / 0.6);
}

.focus\:border-r-emerald-500\/70:focus {
  border-right-color: rgb(16 185 129 / 0.7);
}

.focus\:border-r-emerald-500\/75:focus {
  border-right-color: rgb(16 185 129 / 0.75);
}

.focus\:border-r-emerald-500\/80:focus {
  border-right-color: rgb(16 185 129 / 0.8);
}

.focus\:border-r-emerald-500\/90:focus {
  border-right-color: rgb(16 185 129 / 0.9);
}

.focus\:border-r-emerald-500\/95:focus {
  border-right-color: rgb(16 185 129 / 0.95);
}

.focus\:border-r-emerald-600:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(5 150 105 / var(--tw-border-opacity));
}

.focus\:border-r-emerald-600\/0:focus {
  border-right-color: rgb(5 150 105 / 0);
}

.focus\:border-r-emerald-600\/10:focus {
  border-right-color: rgb(5 150 105 / 0.1);
}

.focus\:border-r-emerald-600\/100:focus {
  border-right-color: rgb(5 150 105 / 1);
}

.focus\:border-r-emerald-600\/20:focus {
  border-right-color: rgb(5 150 105 / 0.2);
}

.focus\:border-r-emerald-600\/25:focus {
  border-right-color: rgb(5 150 105 / 0.25);
}

.focus\:border-r-emerald-600\/30:focus {
  border-right-color: rgb(5 150 105 / 0.3);
}

.focus\:border-r-emerald-600\/40:focus {
  border-right-color: rgb(5 150 105 / 0.4);
}

.focus\:border-r-emerald-600\/5:focus {
  border-right-color: rgb(5 150 105 / 0.05);
}

.focus\:border-r-emerald-600\/50:focus {
  border-right-color: rgb(5 150 105 / 0.5);
}

.focus\:border-r-emerald-600\/60:focus {
  border-right-color: rgb(5 150 105 / 0.6);
}

.focus\:border-r-emerald-600\/70:focus {
  border-right-color: rgb(5 150 105 / 0.7);
}

.focus\:border-r-emerald-600\/75:focus {
  border-right-color: rgb(5 150 105 / 0.75);
}

.focus\:border-r-emerald-600\/80:focus {
  border-right-color: rgb(5 150 105 / 0.8);
}

.focus\:border-r-emerald-600\/90:focus {
  border-right-color: rgb(5 150 105 / 0.9);
}

.focus\:border-r-emerald-600\/95:focus {
  border-right-color: rgb(5 150 105 / 0.95);
}

.focus\:border-r-emerald-700:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(4 120 87 / var(--tw-border-opacity));
}

.focus\:border-r-emerald-700\/0:focus {
  border-right-color: rgb(4 120 87 / 0);
}

.focus\:border-r-emerald-700\/10:focus {
  border-right-color: rgb(4 120 87 / 0.1);
}

.focus\:border-r-emerald-700\/100:focus {
  border-right-color: rgb(4 120 87 / 1);
}

.focus\:border-r-emerald-700\/20:focus {
  border-right-color: rgb(4 120 87 / 0.2);
}

.focus\:border-r-emerald-700\/25:focus {
  border-right-color: rgb(4 120 87 / 0.25);
}

.focus\:border-r-emerald-700\/30:focus {
  border-right-color: rgb(4 120 87 / 0.3);
}

.focus\:border-r-emerald-700\/40:focus {
  border-right-color: rgb(4 120 87 / 0.4);
}

.focus\:border-r-emerald-700\/5:focus {
  border-right-color: rgb(4 120 87 / 0.05);
}

.focus\:border-r-emerald-700\/50:focus {
  border-right-color: rgb(4 120 87 / 0.5);
}

.focus\:border-r-emerald-700\/60:focus {
  border-right-color: rgb(4 120 87 / 0.6);
}

.focus\:border-r-emerald-700\/70:focus {
  border-right-color: rgb(4 120 87 / 0.7);
}

.focus\:border-r-emerald-700\/75:focus {
  border-right-color: rgb(4 120 87 / 0.75);
}

.focus\:border-r-emerald-700\/80:focus {
  border-right-color: rgb(4 120 87 / 0.8);
}

.focus\:border-r-emerald-700\/90:focus {
  border-right-color: rgb(4 120 87 / 0.9);
}

.focus\:border-r-emerald-700\/95:focus {
  border-right-color: rgb(4 120 87 / 0.95);
}

.focus\:border-r-emerald-800:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(6 95 70 / var(--tw-border-opacity));
}

.focus\:border-r-emerald-800\/0:focus {
  border-right-color: rgb(6 95 70 / 0);
}

.focus\:border-r-emerald-800\/10:focus {
  border-right-color: rgb(6 95 70 / 0.1);
}

.focus\:border-r-emerald-800\/100:focus {
  border-right-color: rgb(6 95 70 / 1);
}

.focus\:border-r-emerald-800\/20:focus {
  border-right-color: rgb(6 95 70 / 0.2);
}

.focus\:border-r-emerald-800\/25:focus {
  border-right-color: rgb(6 95 70 / 0.25);
}

.focus\:border-r-emerald-800\/30:focus {
  border-right-color: rgb(6 95 70 / 0.3);
}

.focus\:border-r-emerald-800\/40:focus {
  border-right-color: rgb(6 95 70 / 0.4);
}

.focus\:border-r-emerald-800\/5:focus {
  border-right-color: rgb(6 95 70 / 0.05);
}

.focus\:border-r-emerald-800\/50:focus {
  border-right-color: rgb(6 95 70 / 0.5);
}

.focus\:border-r-emerald-800\/60:focus {
  border-right-color: rgb(6 95 70 / 0.6);
}

.focus\:border-r-emerald-800\/70:focus {
  border-right-color: rgb(6 95 70 / 0.7);
}

.focus\:border-r-emerald-800\/75:focus {
  border-right-color: rgb(6 95 70 / 0.75);
}

.focus\:border-r-emerald-800\/80:focus {
  border-right-color: rgb(6 95 70 / 0.8);
}

.focus\:border-r-emerald-800\/90:focus {
  border-right-color: rgb(6 95 70 / 0.9);
}

.focus\:border-r-emerald-800\/95:focus {
  border-right-color: rgb(6 95 70 / 0.95);
}

.focus\:border-r-emerald-900:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(6 78 59 / var(--tw-border-opacity));
}

.focus\:border-r-emerald-900\/0:focus {
  border-right-color: rgb(6 78 59 / 0);
}

.focus\:border-r-emerald-900\/10:focus {
  border-right-color: rgb(6 78 59 / 0.1);
}

.focus\:border-r-emerald-900\/100:focus {
  border-right-color: rgb(6 78 59 / 1);
}

.focus\:border-r-emerald-900\/20:focus {
  border-right-color: rgb(6 78 59 / 0.2);
}

.focus\:border-r-emerald-900\/25:focus {
  border-right-color: rgb(6 78 59 / 0.25);
}

.focus\:border-r-emerald-900\/30:focus {
  border-right-color: rgb(6 78 59 / 0.3);
}

.focus\:border-r-emerald-900\/40:focus {
  border-right-color: rgb(6 78 59 / 0.4);
}

.focus\:border-r-emerald-900\/5:focus {
  border-right-color: rgb(6 78 59 / 0.05);
}

.focus\:border-r-emerald-900\/50:focus {
  border-right-color: rgb(6 78 59 / 0.5);
}

.focus\:border-r-emerald-900\/60:focus {
  border-right-color: rgb(6 78 59 / 0.6);
}

.focus\:border-r-emerald-900\/70:focus {
  border-right-color: rgb(6 78 59 / 0.7);
}

.focus\:border-r-emerald-900\/75:focus {
  border-right-color: rgb(6 78 59 / 0.75);
}

.focus\:border-r-emerald-900\/80:focus {
  border-right-color: rgb(6 78 59 / 0.8);
}

.focus\:border-r-emerald-900\/90:focus {
  border-right-color: rgb(6 78 59 / 0.9);
}

.focus\:border-r-emerald-900\/95:focus {
  border-right-color: rgb(6 78 59 / 0.95);
}

.focus\:border-r-emerald-950:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(2 44 34 / var(--tw-border-opacity));
}

.focus\:border-r-emerald-950\/0:focus {
  border-right-color: rgb(2 44 34 / 0);
}

.focus\:border-r-emerald-950\/10:focus {
  border-right-color: rgb(2 44 34 / 0.1);
}

.focus\:border-r-emerald-950\/100:focus {
  border-right-color: rgb(2 44 34 / 1);
}

.focus\:border-r-emerald-950\/20:focus {
  border-right-color: rgb(2 44 34 / 0.2);
}

.focus\:border-r-emerald-950\/25:focus {
  border-right-color: rgb(2 44 34 / 0.25);
}

.focus\:border-r-emerald-950\/30:focus {
  border-right-color: rgb(2 44 34 / 0.3);
}

.focus\:border-r-emerald-950\/40:focus {
  border-right-color: rgb(2 44 34 / 0.4);
}

.focus\:border-r-emerald-950\/5:focus {
  border-right-color: rgb(2 44 34 / 0.05);
}

.focus\:border-r-emerald-950\/50:focus {
  border-right-color: rgb(2 44 34 / 0.5);
}

.focus\:border-r-emerald-950\/60:focus {
  border-right-color: rgb(2 44 34 / 0.6);
}

.focus\:border-r-emerald-950\/70:focus {
  border-right-color: rgb(2 44 34 / 0.7);
}

.focus\:border-r-emerald-950\/75:focus {
  border-right-color: rgb(2 44 34 / 0.75);
}

.focus\:border-r-emerald-950\/80:focus {
  border-right-color: rgb(2 44 34 / 0.8);
}

.focus\:border-r-emerald-950\/90:focus {
  border-right-color: rgb(2 44 34 / 0.9);
}

.focus\:border-r-emerald-950\/95:focus {
  border-right-color: rgb(2 44 34 / 0.95);
}

.focus\:border-r-fuchsia-100:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 232 255 / var(--tw-border-opacity));
}

.focus\:border-r-fuchsia-100\/0:focus {
  border-right-color: rgb(250 232 255 / 0);
}

.focus\:border-r-fuchsia-100\/10:focus {
  border-right-color: rgb(250 232 255 / 0.1);
}

.focus\:border-r-fuchsia-100\/100:focus {
  border-right-color: rgb(250 232 255 / 1);
}

.focus\:border-r-fuchsia-100\/20:focus {
  border-right-color: rgb(250 232 255 / 0.2);
}

.focus\:border-r-fuchsia-100\/25:focus {
  border-right-color: rgb(250 232 255 / 0.25);
}

.focus\:border-r-fuchsia-100\/30:focus {
  border-right-color: rgb(250 232 255 / 0.3);
}

.focus\:border-r-fuchsia-100\/40:focus {
  border-right-color: rgb(250 232 255 / 0.4);
}

.focus\:border-r-fuchsia-100\/5:focus {
  border-right-color: rgb(250 232 255 / 0.05);
}

.focus\:border-r-fuchsia-100\/50:focus {
  border-right-color: rgb(250 232 255 / 0.5);
}

.focus\:border-r-fuchsia-100\/60:focus {
  border-right-color: rgb(250 232 255 / 0.6);
}

.focus\:border-r-fuchsia-100\/70:focus {
  border-right-color: rgb(250 232 255 / 0.7);
}

.focus\:border-r-fuchsia-100\/75:focus {
  border-right-color: rgb(250 232 255 / 0.75);
}

.focus\:border-r-fuchsia-100\/80:focus {
  border-right-color: rgb(250 232 255 / 0.8);
}

.focus\:border-r-fuchsia-100\/90:focus {
  border-right-color: rgb(250 232 255 / 0.9);
}

.focus\:border-r-fuchsia-100\/95:focus {
  border-right-color: rgb(250 232 255 / 0.95);
}

.focus\:border-r-fuchsia-200:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 208 254 / var(--tw-border-opacity));
}

.focus\:border-r-fuchsia-200\/0:focus {
  border-right-color: rgb(245 208 254 / 0);
}

.focus\:border-r-fuchsia-200\/10:focus {
  border-right-color: rgb(245 208 254 / 0.1);
}

.focus\:border-r-fuchsia-200\/100:focus {
  border-right-color: rgb(245 208 254 / 1);
}

.focus\:border-r-fuchsia-200\/20:focus {
  border-right-color: rgb(245 208 254 / 0.2);
}

.focus\:border-r-fuchsia-200\/25:focus {
  border-right-color: rgb(245 208 254 / 0.25);
}

.focus\:border-r-fuchsia-200\/30:focus {
  border-right-color: rgb(245 208 254 / 0.3);
}

.focus\:border-r-fuchsia-200\/40:focus {
  border-right-color: rgb(245 208 254 / 0.4);
}

.focus\:border-r-fuchsia-200\/5:focus {
  border-right-color: rgb(245 208 254 / 0.05);
}

.focus\:border-r-fuchsia-200\/50:focus {
  border-right-color: rgb(245 208 254 / 0.5);
}

.focus\:border-r-fuchsia-200\/60:focus {
  border-right-color: rgb(245 208 254 / 0.6);
}

.focus\:border-r-fuchsia-200\/70:focus {
  border-right-color: rgb(245 208 254 / 0.7);
}

.focus\:border-r-fuchsia-200\/75:focus {
  border-right-color: rgb(245 208 254 / 0.75);
}

.focus\:border-r-fuchsia-200\/80:focus {
  border-right-color: rgb(245 208 254 / 0.8);
}

.focus\:border-r-fuchsia-200\/90:focus {
  border-right-color: rgb(245 208 254 / 0.9);
}

.focus\:border-r-fuchsia-200\/95:focus {
  border-right-color: rgb(245 208 254 / 0.95);
}

.focus\:border-r-fuchsia-300:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(240 171 252 / var(--tw-border-opacity));
}

.focus\:border-r-fuchsia-300\/0:focus {
  border-right-color: rgb(240 171 252 / 0);
}

.focus\:border-r-fuchsia-300\/10:focus {
  border-right-color: rgb(240 171 252 / 0.1);
}

.focus\:border-r-fuchsia-300\/100:focus {
  border-right-color: rgb(240 171 252 / 1);
}

.focus\:border-r-fuchsia-300\/20:focus {
  border-right-color: rgb(240 171 252 / 0.2);
}

.focus\:border-r-fuchsia-300\/25:focus {
  border-right-color: rgb(240 171 252 / 0.25);
}

.focus\:border-r-fuchsia-300\/30:focus {
  border-right-color: rgb(240 171 252 / 0.3);
}

.focus\:border-r-fuchsia-300\/40:focus {
  border-right-color: rgb(240 171 252 / 0.4);
}

.focus\:border-r-fuchsia-300\/5:focus {
  border-right-color: rgb(240 171 252 / 0.05);
}

.focus\:border-r-fuchsia-300\/50:focus {
  border-right-color: rgb(240 171 252 / 0.5);
}

.focus\:border-r-fuchsia-300\/60:focus {
  border-right-color: rgb(240 171 252 / 0.6);
}

.focus\:border-r-fuchsia-300\/70:focus {
  border-right-color: rgb(240 171 252 / 0.7);
}

.focus\:border-r-fuchsia-300\/75:focus {
  border-right-color: rgb(240 171 252 / 0.75);
}

.focus\:border-r-fuchsia-300\/80:focus {
  border-right-color: rgb(240 171 252 / 0.8);
}

.focus\:border-r-fuchsia-300\/90:focus {
  border-right-color: rgb(240 171 252 / 0.9);
}

.focus\:border-r-fuchsia-300\/95:focus {
  border-right-color: rgb(240 171 252 / 0.95);
}

.focus\:border-r-fuchsia-400:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(232 121 249 / var(--tw-border-opacity));
}

.focus\:border-r-fuchsia-400\/0:focus {
  border-right-color: rgb(232 121 249 / 0);
}

.focus\:border-r-fuchsia-400\/10:focus {
  border-right-color: rgb(232 121 249 / 0.1);
}

.focus\:border-r-fuchsia-400\/100:focus {
  border-right-color: rgb(232 121 249 / 1);
}

.focus\:border-r-fuchsia-400\/20:focus {
  border-right-color: rgb(232 121 249 / 0.2);
}

.focus\:border-r-fuchsia-400\/25:focus {
  border-right-color: rgb(232 121 249 / 0.25);
}

.focus\:border-r-fuchsia-400\/30:focus {
  border-right-color: rgb(232 121 249 / 0.3);
}

.focus\:border-r-fuchsia-400\/40:focus {
  border-right-color: rgb(232 121 249 / 0.4);
}

.focus\:border-r-fuchsia-400\/5:focus {
  border-right-color: rgb(232 121 249 / 0.05);
}

.focus\:border-r-fuchsia-400\/50:focus {
  border-right-color: rgb(232 121 249 / 0.5);
}

.focus\:border-r-fuchsia-400\/60:focus {
  border-right-color: rgb(232 121 249 / 0.6);
}

.focus\:border-r-fuchsia-400\/70:focus {
  border-right-color: rgb(232 121 249 / 0.7);
}

.focus\:border-r-fuchsia-400\/75:focus {
  border-right-color: rgb(232 121 249 / 0.75);
}

.focus\:border-r-fuchsia-400\/80:focus {
  border-right-color: rgb(232 121 249 / 0.8);
}

.focus\:border-r-fuchsia-400\/90:focus {
  border-right-color: rgb(232 121 249 / 0.9);
}

.focus\:border-r-fuchsia-400\/95:focus {
  border-right-color: rgb(232 121 249 / 0.95);
}

.focus\:border-r-fuchsia-50:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 244 255 / var(--tw-border-opacity));
}

.focus\:border-r-fuchsia-50\/0:focus {
  border-right-color: rgb(253 244 255 / 0);
}

.focus\:border-r-fuchsia-50\/10:focus {
  border-right-color: rgb(253 244 255 / 0.1);
}

.focus\:border-r-fuchsia-50\/100:focus {
  border-right-color: rgb(253 244 255 / 1);
}

.focus\:border-r-fuchsia-50\/20:focus {
  border-right-color: rgb(253 244 255 / 0.2);
}

.focus\:border-r-fuchsia-50\/25:focus {
  border-right-color: rgb(253 244 255 / 0.25);
}

.focus\:border-r-fuchsia-50\/30:focus {
  border-right-color: rgb(253 244 255 / 0.3);
}

.focus\:border-r-fuchsia-50\/40:focus {
  border-right-color: rgb(253 244 255 / 0.4);
}

.focus\:border-r-fuchsia-50\/5:focus {
  border-right-color: rgb(253 244 255 / 0.05);
}

.focus\:border-r-fuchsia-50\/50:focus {
  border-right-color: rgb(253 244 255 / 0.5);
}

.focus\:border-r-fuchsia-50\/60:focus {
  border-right-color: rgb(253 244 255 / 0.6);
}

.focus\:border-r-fuchsia-50\/70:focus {
  border-right-color: rgb(253 244 255 / 0.7);
}

.focus\:border-r-fuchsia-50\/75:focus {
  border-right-color: rgb(253 244 255 / 0.75);
}

.focus\:border-r-fuchsia-50\/80:focus {
  border-right-color: rgb(253 244 255 / 0.8);
}

.focus\:border-r-fuchsia-50\/90:focus {
  border-right-color: rgb(253 244 255 / 0.9);
}

.focus\:border-r-fuchsia-50\/95:focus {
  border-right-color: rgb(253 244 255 / 0.95);
}

.focus\:border-r-fuchsia-500:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(217 70 239 / var(--tw-border-opacity));
}

.focus\:border-r-fuchsia-500\/0:focus {
  border-right-color: rgb(217 70 239 / 0);
}

.focus\:border-r-fuchsia-500\/10:focus {
  border-right-color: rgb(217 70 239 / 0.1);
}

.focus\:border-r-fuchsia-500\/100:focus {
  border-right-color: rgb(217 70 239 / 1);
}

.focus\:border-r-fuchsia-500\/20:focus {
  border-right-color: rgb(217 70 239 / 0.2);
}

.focus\:border-r-fuchsia-500\/25:focus {
  border-right-color: rgb(217 70 239 / 0.25);
}

.focus\:border-r-fuchsia-500\/30:focus {
  border-right-color: rgb(217 70 239 / 0.3);
}

.focus\:border-r-fuchsia-500\/40:focus {
  border-right-color: rgb(217 70 239 / 0.4);
}

.focus\:border-r-fuchsia-500\/5:focus {
  border-right-color: rgb(217 70 239 / 0.05);
}

.focus\:border-r-fuchsia-500\/50:focus {
  border-right-color: rgb(217 70 239 / 0.5);
}

.focus\:border-r-fuchsia-500\/60:focus {
  border-right-color: rgb(217 70 239 / 0.6);
}

.focus\:border-r-fuchsia-500\/70:focus {
  border-right-color: rgb(217 70 239 / 0.7);
}

.focus\:border-r-fuchsia-500\/75:focus {
  border-right-color: rgb(217 70 239 / 0.75);
}

.focus\:border-r-fuchsia-500\/80:focus {
  border-right-color: rgb(217 70 239 / 0.8);
}

.focus\:border-r-fuchsia-500\/90:focus {
  border-right-color: rgb(217 70 239 / 0.9);
}

.focus\:border-r-fuchsia-500\/95:focus {
  border-right-color: rgb(217 70 239 / 0.95);
}

.focus\:border-r-fuchsia-600:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(192 38 211 / var(--tw-border-opacity));
}

.focus\:border-r-fuchsia-600\/0:focus {
  border-right-color: rgb(192 38 211 / 0);
}

.focus\:border-r-fuchsia-600\/10:focus {
  border-right-color: rgb(192 38 211 / 0.1);
}

.focus\:border-r-fuchsia-600\/100:focus {
  border-right-color: rgb(192 38 211 / 1);
}

.focus\:border-r-fuchsia-600\/20:focus {
  border-right-color: rgb(192 38 211 / 0.2);
}

.focus\:border-r-fuchsia-600\/25:focus {
  border-right-color: rgb(192 38 211 / 0.25);
}

.focus\:border-r-fuchsia-600\/30:focus {
  border-right-color: rgb(192 38 211 / 0.3);
}

.focus\:border-r-fuchsia-600\/40:focus {
  border-right-color: rgb(192 38 211 / 0.4);
}

.focus\:border-r-fuchsia-600\/5:focus {
  border-right-color: rgb(192 38 211 / 0.05);
}

.focus\:border-r-fuchsia-600\/50:focus {
  border-right-color: rgb(192 38 211 / 0.5);
}

.focus\:border-r-fuchsia-600\/60:focus {
  border-right-color: rgb(192 38 211 / 0.6);
}

.focus\:border-r-fuchsia-600\/70:focus {
  border-right-color: rgb(192 38 211 / 0.7);
}

.focus\:border-r-fuchsia-600\/75:focus {
  border-right-color: rgb(192 38 211 / 0.75);
}

.focus\:border-r-fuchsia-600\/80:focus {
  border-right-color: rgb(192 38 211 / 0.8);
}

.focus\:border-r-fuchsia-600\/90:focus {
  border-right-color: rgb(192 38 211 / 0.9);
}

.focus\:border-r-fuchsia-600\/95:focus {
  border-right-color: rgb(192 38 211 / 0.95);
}

.focus\:border-r-fuchsia-700:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(162 28 175 / var(--tw-border-opacity));
}

.focus\:border-r-fuchsia-700\/0:focus {
  border-right-color: rgb(162 28 175 / 0);
}

.focus\:border-r-fuchsia-700\/10:focus {
  border-right-color: rgb(162 28 175 / 0.1);
}

.focus\:border-r-fuchsia-700\/100:focus {
  border-right-color: rgb(162 28 175 / 1);
}

.focus\:border-r-fuchsia-700\/20:focus {
  border-right-color: rgb(162 28 175 / 0.2);
}

.focus\:border-r-fuchsia-700\/25:focus {
  border-right-color: rgb(162 28 175 / 0.25);
}

.focus\:border-r-fuchsia-700\/30:focus {
  border-right-color: rgb(162 28 175 / 0.3);
}

.focus\:border-r-fuchsia-700\/40:focus {
  border-right-color: rgb(162 28 175 / 0.4);
}

.focus\:border-r-fuchsia-700\/5:focus {
  border-right-color: rgb(162 28 175 / 0.05);
}

.focus\:border-r-fuchsia-700\/50:focus {
  border-right-color: rgb(162 28 175 / 0.5);
}

.focus\:border-r-fuchsia-700\/60:focus {
  border-right-color: rgb(162 28 175 / 0.6);
}

.focus\:border-r-fuchsia-700\/70:focus {
  border-right-color: rgb(162 28 175 / 0.7);
}

.focus\:border-r-fuchsia-700\/75:focus {
  border-right-color: rgb(162 28 175 / 0.75);
}

.focus\:border-r-fuchsia-700\/80:focus {
  border-right-color: rgb(162 28 175 / 0.8);
}

.focus\:border-r-fuchsia-700\/90:focus {
  border-right-color: rgb(162 28 175 / 0.9);
}

.focus\:border-r-fuchsia-700\/95:focus {
  border-right-color: rgb(162 28 175 / 0.95);
}

.focus\:border-r-fuchsia-800:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(134 25 143 / var(--tw-border-opacity));
}

.focus\:border-r-fuchsia-800\/0:focus {
  border-right-color: rgb(134 25 143 / 0);
}

.focus\:border-r-fuchsia-800\/10:focus {
  border-right-color: rgb(134 25 143 / 0.1);
}

.focus\:border-r-fuchsia-800\/100:focus {
  border-right-color: rgb(134 25 143 / 1);
}

.focus\:border-r-fuchsia-800\/20:focus {
  border-right-color: rgb(134 25 143 / 0.2);
}

.focus\:border-r-fuchsia-800\/25:focus {
  border-right-color: rgb(134 25 143 / 0.25);
}

.focus\:border-r-fuchsia-800\/30:focus {
  border-right-color: rgb(134 25 143 / 0.3);
}

.focus\:border-r-fuchsia-800\/40:focus {
  border-right-color: rgb(134 25 143 / 0.4);
}

.focus\:border-r-fuchsia-800\/5:focus {
  border-right-color: rgb(134 25 143 / 0.05);
}

.focus\:border-r-fuchsia-800\/50:focus {
  border-right-color: rgb(134 25 143 / 0.5);
}

.focus\:border-r-fuchsia-800\/60:focus {
  border-right-color: rgb(134 25 143 / 0.6);
}

.focus\:border-r-fuchsia-800\/70:focus {
  border-right-color: rgb(134 25 143 / 0.7);
}

.focus\:border-r-fuchsia-800\/75:focus {
  border-right-color: rgb(134 25 143 / 0.75);
}

.focus\:border-r-fuchsia-800\/80:focus {
  border-right-color: rgb(134 25 143 / 0.8);
}

.focus\:border-r-fuchsia-800\/90:focus {
  border-right-color: rgb(134 25 143 / 0.9);
}

.focus\:border-r-fuchsia-800\/95:focus {
  border-right-color: rgb(134 25 143 / 0.95);
}

.focus\:border-r-fuchsia-900:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(112 26 117 / var(--tw-border-opacity));
}

.focus\:border-r-fuchsia-900\/0:focus {
  border-right-color: rgb(112 26 117 / 0);
}

.focus\:border-r-fuchsia-900\/10:focus {
  border-right-color: rgb(112 26 117 / 0.1);
}

.focus\:border-r-fuchsia-900\/100:focus {
  border-right-color: rgb(112 26 117 / 1);
}

.focus\:border-r-fuchsia-900\/20:focus {
  border-right-color: rgb(112 26 117 / 0.2);
}

.focus\:border-r-fuchsia-900\/25:focus {
  border-right-color: rgb(112 26 117 / 0.25);
}

.focus\:border-r-fuchsia-900\/30:focus {
  border-right-color: rgb(112 26 117 / 0.3);
}

.focus\:border-r-fuchsia-900\/40:focus {
  border-right-color: rgb(112 26 117 / 0.4);
}

.focus\:border-r-fuchsia-900\/5:focus {
  border-right-color: rgb(112 26 117 / 0.05);
}

.focus\:border-r-fuchsia-900\/50:focus {
  border-right-color: rgb(112 26 117 / 0.5);
}

.focus\:border-r-fuchsia-900\/60:focus {
  border-right-color: rgb(112 26 117 / 0.6);
}

.focus\:border-r-fuchsia-900\/70:focus {
  border-right-color: rgb(112 26 117 / 0.7);
}

.focus\:border-r-fuchsia-900\/75:focus {
  border-right-color: rgb(112 26 117 / 0.75);
}

.focus\:border-r-fuchsia-900\/80:focus {
  border-right-color: rgb(112 26 117 / 0.8);
}

.focus\:border-r-fuchsia-900\/90:focus {
  border-right-color: rgb(112 26 117 / 0.9);
}

.focus\:border-r-fuchsia-900\/95:focus {
  border-right-color: rgb(112 26 117 / 0.95);
}

.focus\:border-r-fuchsia-950:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(74 4 78 / var(--tw-border-opacity));
}

.focus\:border-r-fuchsia-950\/0:focus {
  border-right-color: rgb(74 4 78 / 0);
}

.focus\:border-r-fuchsia-950\/10:focus {
  border-right-color: rgb(74 4 78 / 0.1);
}

.focus\:border-r-fuchsia-950\/100:focus {
  border-right-color: rgb(74 4 78 / 1);
}

.focus\:border-r-fuchsia-950\/20:focus {
  border-right-color: rgb(74 4 78 / 0.2);
}

.focus\:border-r-fuchsia-950\/25:focus {
  border-right-color: rgb(74 4 78 / 0.25);
}

.focus\:border-r-fuchsia-950\/30:focus {
  border-right-color: rgb(74 4 78 / 0.3);
}

.focus\:border-r-fuchsia-950\/40:focus {
  border-right-color: rgb(74 4 78 / 0.4);
}

.focus\:border-r-fuchsia-950\/5:focus {
  border-right-color: rgb(74 4 78 / 0.05);
}

.focus\:border-r-fuchsia-950\/50:focus {
  border-right-color: rgb(74 4 78 / 0.5);
}

.focus\:border-r-fuchsia-950\/60:focus {
  border-right-color: rgb(74 4 78 / 0.6);
}

.focus\:border-r-fuchsia-950\/70:focus {
  border-right-color: rgb(74 4 78 / 0.7);
}

.focus\:border-r-fuchsia-950\/75:focus {
  border-right-color: rgb(74 4 78 / 0.75);
}

.focus\:border-r-fuchsia-950\/80:focus {
  border-right-color: rgb(74 4 78 / 0.8);
}

.focus\:border-r-fuchsia-950\/90:focus {
  border-right-color: rgb(74 4 78 / 0.9);
}

.focus\:border-r-fuchsia-950\/95:focus {
  border-right-color: rgb(74 4 78 / 0.95);
}

.focus\:border-r-gray-100:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.focus\:border-r-gray-100\/0:focus {
  border-right-color: rgb(243 244 246 / 0);
}

.focus\:border-r-gray-100\/10:focus {
  border-right-color: rgb(243 244 246 / 0.1);
}

.focus\:border-r-gray-100\/100:focus {
  border-right-color: rgb(243 244 246 / 1);
}

.focus\:border-r-gray-100\/20:focus {
  border-right-color: rgb(243 244 246 / 0.2);
}

.focus\:border-r-gray-100\/25:focus {
  border-right-color: rgb(243 244 246 / 0.25);
}

.focus\:border-r-gray-100\/30:focus {
  border-right-color: rgb(243 244 246 / 0.3);
}

.focus\:border-r-gray-100\/40:focus {
  border-right-color: rgb(243 244 246 / 0.4);
}

.focus\:border-r-gray-100\/5:focus {
  border-right-color: rgb(243 244 246 / 0.05);
}

.focus\:border-r-gray-100\/50:focus {
  border-right-color: rgb(243 244 246 / 0.5);
}

.focus\:border-r-gray-100\/60:focus {
  border-right-color: rgb(243 244 246 / 0.6);
}

.focus\:border-r-gray-100\/70:focus {
  border-right-color: rgb(243 244 246 / 0.7);
}

.focus\:border-r-gray-100\/75:focus {
  border-right-color: rgb(243 244 246 / 0.75);
}

.focus\:border-r-gray-100\/80:focus {
  border-right-color: rgb(243 244 246 / 0.8);
}

.focus\:border-r-gray-100\/90:focus {
  border-right-color: rgb(243 244 246 / 0.9);
}

.focus\:border-r-gray-100\/95:focus {
  border-right-color: rgb(243 244 246 / 0.95);
}

.focus\:border-r-gray-200:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.focus\:border-r-gray-200\/0:focus {
  border-right-color: rgb(229 231 235 / 0);
}

.focus\:border-r-gray-200\/10:focus {
  border-right-color: rgb(229 231 235 / 0.1);
}

.focus\:border-r-gray-200\/100:focus {
  border-right-color: rgb(229 231 235 / 1);
}

.focus\:border-r-gray-200\/20:focus {
  border-right-color: rgb(229 231 235 / 0.2);
}

.focus\:border-r-gray-200\/25:focus {
  border-right-color: rgb(229 231 235 / 0.25);
}

.focus\:border-r-gray-200\/30:focus {
  border-right-color: rgb(229 231 235 / 0.3);
}

.focus\:border-r-gray-200\/40:focus {
  border-right-color: rgb(229 231 235 / 0.4);
}

.focus\:border-r-gray-200\/5:focus {
  border-right-color: rgb(229 231 235 / 0.05);
}

.focus\:border-r-gray-200\/50:focus {
  border-right-color: rgb(229 231 235 / 0.5);
}

.focus\:border-r-gray-200\/60:focus {
  border-right-color: rgb(229 231 235 / 0.6);
}

.focus\:border-r-gray-200\/70:focus {
  border-right-color: rgb(229 231 235 / 0.7);
}

.focus\:border-r-gray-200\/75:focus {
  border-right-color: rgb(229 231 235 / 0.75);
}

.focus\:border-r-gray-200\/80:focus {
  border-right-color: rgb(229 231 235 / 0.8);
}

.focus\:border-r-gray-200\/90:focus {
  border-right-color: rgb(229 231 235 / 0.9);
}

.focus\:border-r-gray-200\/95:focus {
  border-right-color: rgb(229 231 235 / 0.95);
}

.focus\:border-r-gray-300:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.focus\:border-r-gray-300\/0:focus {
  border-right-color: rgb(209 213 219 / 0);
}

.focus\:border-r-gray-300\/10:focus {
  border-right-color: rgb(209 213 219 / 0.1);
}

.focus\:border-r-gray-300\/100:focus {
  border-right-color: rgb(209 213 219 / 1);
}

.focus\:border-r-gray-300\/20:focus {
  border-right-color: rgb(209 213 219 / 0.2);
}

.focus\:border-r-gray-300\/25:focus {
  border-right-color: rgb(209 213 219 / 0.25);
}

.focus\:border-r-gray-300\/30:focus {
  border-right-color: rgb(209 213 219 / 0.3);
}

.focus\:border-r-gray-300\/40:focus {
  border-right-color: rgb(209 213 219 / 0.4);
}

.focus\:border-r-gray-300\/5:focus {
  border-right-color: rgb(209 213 219 / 0.05);
}

.focus\:border-r-gray-300\/50:focus {
  border-right-color: rgb(209 213 219 / 0.5);
}

.focus\:border-r-gray-300\/60:focus {
  border-right-color: rgb(209 213 219 / 0.6);
}

.focus\:border-r-gray-300\/70:focus {
  border-right-color: rgb(209 213 219 / 0.7);
}

.focus\:border-r-gray-300\/75:focus {
  border-right-color: rgb(209 213 219 / 0.75);
}

.focus\:border-r-gray-300\/80:focus {
  border-right-color: rgb(209 213 219 / 0.8);
}

.focus\:border-r-gray-300\/90:focus {
  border-right-color: rgb(209 213 219 / 0.9);
}

.focus\:border-r-gray-300\/95:focus {
  border-right-color: rgb(209 213 219 / 0.95);
}

.focus\:border-r-gray-400:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.focus\:border-r-gray-400\/0:focus {
  border-right-color: rgb(156 163 175 / 0);
}

.focus\:border-r-gray-400\/10:focus {
  border-right-color: rgb(156 163 175 / 0.1);
}

.focus\:border-r-gray-400\/100:focus {
  border-right-color: rgb(156 163 175 / 1);
}

.focus\:border-r-gray-400\/20:focus {
  border-right-color: rgb(156 163 175 / 0.2);
}

.focus\:border-r-gray-400\/25:focus {
  border-right-color: rgb(156 163 175 / 0.25);
}

.focus\:border-r-gray-400\/30:focus {
  border-right-color: rgb(156 163 175 / 0.3);
}

.focus\:border-r-gray-400\/40:focus {
  border-right-color: rgb(156 163 175 / 0.4);
}

.focus\:border-r-gray-400\/5:focus {
  border-right-color: rgb(156 163 175 / 0.05);
}

.focus\:border-r-gray-400\/50:focus {
  border-right-color: rgb(156 163 175 / 0.5);
}

.focus\:border-r-gray-400\/60:focus {
  border-right-color: rgb(156 163 175 / 0.6);
}

.focus\:border-r-gray-400\/70:focus {
  border-right-color: rgb(156 163 175 / 0.7);
}

.focus\:border-r-gray-400\/75:focus {
  border-right-color: rgb(156 163 175 / 0.75);
}

.focus\:border-r-gray-400\/80:focus {
  border-right-color: rgb(156 163 175 / 0.8);
}

.focus\:border-r-gray-400\/90:focus {
  border-right-color: rgb(156 163 175 / 0.9);
}

.focus\:border-r-gray-400\/95:focus {
  border-right-color: rgb(156 163 175 / 0.95);
}

.focus\:border-r-gray-50:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.focus\:border-r-gray-50\/0:focus {
  border-right-color: rgb(249 250 251 / 0);
}

.focus\:border-r-gray-50\/10:focus {
  border-right-color: rgb(249 250 251 / 0.1);
}

.focus\:border-r-gray-50\/100:focus {
  border-right-color: rgb(249 250 251 / 1);
}

.focus\:border-r-gray-50\/20:focus {
  border-right-color: rgb(249 250 251 / 0.2);
}

.focus\:border-r-gray-50\/25:focus {
  border-right-color: rgb(249 250 251 / 0.25);
}

.focus\:border-r-gray-50\/30:focus {
  border-right-color: rgb(249 250 251 / 0.3);
}

.focus\:border-r-gray-50\/40:focus {
  border-right-color: rgb(249 250 251 / 0.4);
}

.focus\:border-r-gray-50\/5:focus {
  border-right-color: rgb(249 250 251 / 0.05);
}

.focus\:border-r-gray-50\/50:focus {
  border-right-color: rgb(249 250 251 / 0.5);
}

.focus\:border-r-gray-50\/60:focus {
  border-right-color: rgb(249 250 251 / 0.6);
}

.focus\:border-r-gray-50\/70:focus {
  border-right-color: rgb(249 250 251 / 0.7);
}

.focus\:border-r-gray-50\/75:focus {
  border-right-color: rgb(249 250 251 / 0.75);
}

.focus\:border-r-gray-50\/80:focus {
  border-right-color: rgb(249 250 251 / 0.8);
}

.focus\:border-r-gray-50\/90:focus {
  border-right-color: rgb(249 250 251 / 0.9);
}

.focus\:border-r-gray-50\/95:focus {
  border-right-color: rgb(249 250 251 / 0.95);
}

.focus\:border-r-gray-500:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.focus\:border-r-gray-500\/0:focus {
  border-right-color: rgb(107 114 128 / 0);
}

.focus\:border-r-gray-500\/10:focus {
  border-right-color: rgb(107 114 128 / 0.1);
}

.focus\:border-r-gray-500\/100:focus {
  border-right-color: rgb(107 114 128 / 1);
}

.focus\:border-r-gray-500\/20:focus {
  border-right-color: rgb(107 114 128 / 0.2);
}

.focus\:border-r-gray-500\/25:focus {
  border-right-color: rgb(107 114 128 / 0.25);
}

.focus\:border-r-gray-500\/30:focus {
  border-right-color: rgb(107 114 128 / 0.3);
}

.focus\:border-r-gray-500\/40:focus {
  border-right-color: rgb(107 114 128 / 0.4);
}

.focus\:border-r-gray-500\/5:focus {
  border-right-color: rgb(107 114 128 / 0.05);
}

.focus\:border-r-gray-500\/50:focus {
  border-right-color: rgb(107 114 128 / 0.5);
}

.focus\:border-r-gray-500\/60:focus {
  border-right-color: rgb(107 114 128 / 0.6);
}

.focus\:border-r-gray-500\/70:focus {
  border-right-color: rgb(107 114 128 / 0.7);
}

.focus\:border-r-gray-500\/75:focus {
  border-right-color: rgb(107 114 128 / 0.75);
}

.focus\:border-r-gray-500\/80:focus {
  border-right-color: rgb(107 114 128 / 0.8);
}

.focus\:border-r-gray-500\/90:focus {
  border-right-color: rgb(107 114 128 / 0.9);
}

.focus\:border-r-gray-500\/95:focus {
  border-right-color: rgb(107 114 128 / 0.95);
}

.focus\:border-r-gray-600:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.focus\:border-r-gray-600\/0:focus {
  border-right-color: rgb(75 85 99 / 0);
}

.focus\:border-r-gray-600\/10:focus {
  border-right-color: rgb(75 85 99 / 0.1);
}

.focus\:border-r-gray-600\/100:focus {
  border-right-color: rgb(75 85 99 / 1);
}

.focus\:border-r-gray-600\/20:focus {
  border-right-color: rgb(75 85 99 / 0.2);
}

.focus\:border-r-gray-600\/25:focus {
  border-right-color: rgb(75 85 99 / 0.25);
}

.focus\:border-r-gray-600\/30:focus {
  border-right-color: rgb(75 85 99 / 0.3);
}

.focus\:border-r-gray-600\/40:focus {
  border-right-color: rgb(75 85 99 / 0.4);
}

.focus\:border-r-gray-600\/5:focus {
  border-right-color: rgb(75 85 99 / 0.05);
}

.focus\:border-r-gray-600\/50:focus {
  border-right-color: rgb(75 85 99 / 0.5);
}

.focus\:border-r-gray-600\/60:focus {
  border-right-color: rgb(75 85 99 / 0.6);
}

.focus\:border-r-gray-600\/70:focus {
  border-right-color: rgb(75 85 99 / 0.7);
}

.focus\:border-r-gray-600\/75:focus {
  border-right-color: rgb(75 85 99 / 0.75);
}

.focus\:border-r-gray-600\/80:focus {
  border-right-color: rgb(75 85 99 / 0.8);
}

.focus\:border-r-gray-600\/90:focus {
  border-right-color: rgb(75 85 99 / 0.9);
}

.focus\:border-r-gray-600\/95:focus {
  border-right-color: rgb(75 85 99 / 0.95);
}

.focus\:border-r-gray-700:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.focus\:border-r-gray-700\/0:focus {
  border-right-color: rgb(55 65 81 / 0);
}

.focus\:border-r-gray-700\/10:focus {
  border-right-color: rgb(55 65 81 / 0.1);
}

.focus\:border-r-gray-700\/100:focus {
  border-right-color: rgb(55 65 81 / 1);
}

.focus\:border-r-gray-700\/20:focus {
  border-right-color: rgb(55 65 81 / 0.2);
}

.focus\:border-r-gray-700\/25:focus {
  border-right-color: rgb(55 65 81 / 0.25);
}

.focus\:border-r-gray-700\/30:focus {
  border-right-color: rgb(55 65 81 / 0.3);
}

.focus\:border-r-gray-700\/40:focus {
  border-right-color: rgb(55 65 81 / 0.4);
}

.focus\:border-r-gray-700\/5:focus {
  border-right-color: rgb(55 65 81 / 0.05);
}

.focus\:border-r-gray-700\/50:focus {
  border-right-color: rgb(55 65 81 / 0.5);
}

.focus\:border-r-gray-700\/60:focus {
  border-right-color: rgb(55 65 81 / 0.6);
}

.focus\:border-r-gray-700\/70:focus {
  border-right-color: rgb(55 65 81 / 0.7);
}

.focus\:border-r-gray-700\/75:focus {
  border-right-color: rgb(55 65 81 / 0.75);
}

.focus\:border-r-gray-700\/80:focus {
  border-right-color: rgb(55 65 81 / 0.8);
}

.focus\:border-r-gray-700\/90:focus {
  border-right-color: rgb(55 65 81 / 0.9);
}

.focus\:border-r-gray-700\/95:focus {
  border-right-color: rgb(55 65 81 / 0.95);
}

.focus\:border-r-gray-800:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.focus\:border-r-gray-800\/0:focus {
  border-right-color: rgb(31 41 55 / 0);
}

.focus\:border-r-gray-800\/10:focus {
  border-right-color: rgb(31 41 55 / 0.1);
}

.focus\:border-r-gray-800\/100:focus {
  border-right-color: rgb(31 41 55 / 1);
}

.focus\:border-r-gray-800\/20:focus {
  border-right-color: rgb(31 41 55 / 0.2);
}

.focus\:border-r-gray-800\/25:focus {
  border-right-color: rgb(31 41 55 / 0.25);
}

.focus\:border-r-gray-800\/30:focus {
  border-right-color: rgb(31 41 55 / 0.3);
}

.focus\:border-r-gray-800\/40:focus {
  border-right-color: rgb(31 41 55 / 0.4);
}

.focus\:border-r-gray-800\/5:focus {
  border-right-color: rgb(31 41 55 / 0.05);
}

.focus\:border-r-gray-800\/50:focus {
  border-right-color: rgb(31 41 55 / 0.5);
}

.focus\:border-r-gray-800\/60:focus {
  border-right-color: rgb(31 41 55 / 0.6);
}

.focus\:border-r-gray-800\/70:focus {
  border-right-color: rgb(31 41 55 / 0.7);
}

.focus\:border-r-gray-800\/75:focus {
  border-right-color: rgb(31 41 55 / 0.75);
}

.focus\:border-r-gray-800\/80:focus {
  border-right-color: rgb(31 41 55 / 0.8);
}

.focus\:border-r-gray-800\/90:focus {
  border-right-color: rgb(31 41 55 / 0.9);
}

.focus\:border-r-gray-800\/95:focus {
  border-right-color: rgb(31 41 55 / 0.95);
}

.focus\:border-r-gray-900:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.focus\:border-r-gray-900\/0:focus {
  border-right-color: rgb(17 24 39 / 0);
}

.focus\:border-r-gray-900\/10:focus {
  border-right-color: rgb(17 24 39 / 0.1);
}

.focus\:border-r-gray-900\/100:focus {
  border-right-color: rgb(17 24 39 / 1);
}

.focus\:border-r-gray-900\/20:focus {
  border-right-color: rgb(17 24 39 / 0.2);
}

.focus\:border-r-gray-900\/25:focus {
  border-right-color: rgb(17 24 39 / 0.25);
}

.focus\:border-r-gray-900\/30:focus {
  border-right-color: rgb(17 24 39 / 0.3);
}

.focus\:border-r-gray-900\/40:focus {
  border-right-color: rgb(17 24 39 / 0.4);
}

.focus\:border-r-gray-900\/5:focus {
  border-right-color: rgb(17 24 39 / 0.05);
}

.focus\:border-r-gray-900\/50:focus {
  border-right-color: rgb(17 24 39 / 0.5);
}

.focus\:border-r-gray-900\/60:focus {
  border-right-color: rgb(17 24 39 / 0.6);
}

.focus\:border-r-gray-900\/70:focus {
  border-right-color: rgb(17 24 39 / 0.7);
}

.focus\:border-r-gray-900\/75:focus {
  border-right-color: rgb(17 24 39 / 0.75);
}

.focus\:border-r-gray-900\/80:focus {
  border-right-color: rgb(17 24 39 / 0.8);
}

.focus\:border-r-gray-900\/90:focus {
  border-right-color: rgb(17 24 39 / 0.9);
}

.focus\:border-r-gray-900\/95:focus {
  border-right-color: rgb(17 24 39 / 0.95);
}

.focus\:border-r-gray-950:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(3 7 18 / var(--tw-border-opacity));
}

.focus\:border-r-gray-950\/0:focus {
  border-right-color: rgb(3 7 18 / 0);
}

.focus\:border-r-gray-950\/10:focus {
  border-right-color: rgb(3 7 18 / 0.1);
}

.focus\:border-r-gray-950\/100:focus {
  border-right-color: rgb(3 7 18 / 1);
}

.focus\:border-r-gray-950\/20:focus {
  border-right-color: rgb(3 7 18 / 0.2);
}

.focus\:border-r-gray-950\/25:focus {
  border-right-color: rgb(3 7 18 / 0.25);
}

.focus\:border-r-gray-950\/30:focus {
  border-right-color: rgb(3 7 18 / 0.3);
}

.focus\:border-r-gray-950\/40:focus {
  border-right-color: rgb(3 7 18 / 0.4);
}

.focus\:border-r-gray-950\/5:focus {
  border-right-color: rgb(3 7 18 / 0.05);
}

.focus\:border-r-gray-950\/50:focus {
  border-right-color: rgb(3 7 18 / 0.5);
}

.focus\:border-r-gray-950\/60:focus {
  border-right-color: rgb(3 7 18 / 0.6);
}

.focus\:border-r-gray-950\/70:focus {
  border-right-color: rgb(3 7 18 / 0.7);
}

.focus\:border-r-gray-950\/75:focus {
  border-right-color: rgb(3 7 18 / 0.75);
}

.focus\:border-r-gray-950\/80:focus {
  border-right-color: rgb(3 7 18 / 0.8);
}

.focus\:border-r-gray-950\/90:focus {
  border-right-color: rgb(3 7 18 / 0.9);
}

.focus\:border-r-gray-950\/95:focus {
  border-right-color: rgb(3 7 18 / 0.95);
}

.focus\:border-r-green-100:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(220 252 231 / var(--tw-border-opacity));
}

.focus\:border-r-green-100\/0:focus {
  border-right-color: rgb(220 252 231 / 0);
}

.focus\:border-r-green-100\/10:focus {
  border-right-color: rgb(220 252 231 / 0.1);
}

.focus\:border-r-green-100\/100:focus {
  border-right-color: rgb(220 252 231 / 1);
}

.focus\:border-r-green-100\/20:focus {
  border-right-color: rgb(220 252 231 / 0.2);
}

.focus\:border-r-green-100\/25:focus {
  border-right-color: rgb(220 252 231 / 0.25);
}

.focus\:border-r-green-100\/30:focus {
  border-right-color: rgb(220 252 231 / 0.3);
}

.focus\:border-r-green-100\/40:focus {
  border-right-color: rgb(220 252 231 / 0.4);
}

.focus\:border-r-green-100\/5:focus {
  border-right-color: rgb(220 252 231 / 0.05);
}

.focus\:border-r-green-100\/50:focus {
  border-right-color: rgb(220 252 231 / 0.5);
}

.focus\:border-r-green-100\/60:focus {
  border-right-color: rgb(220 252 231 / 0.6);
}

.focus\:border-r-green-100\/70:focus {
  border-right-color: rgb(220 252 231 / 0.7);
}

.focus\:border-r-green-100\/75:focus {
  border-right-color: rgb(220 252 231 / 0.75);
}

.focus\:border-r-green-100\/80:focus {
  border-right-color: rgb(220 252 231 / 0.8);
}

.focus\:border-r-green-100\/90:focus {
  border-right-color: rgb(220 252 231 / 0.9);
}

.focus\:border-r-green-100\/95:focus {
  border-right-color: rgb(220 252 231 / 0.95);
}

.focus\:border-r-green-200:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.focus\:border-r-green-200\/0:focus {
  border-right-color: rgb(187 247 208 / 0);
}

.focus\:border-r-green-200\/10:focus {
  border-right-color: rgb(187 247 208 / 0.1);
}

.focus\:border-r-green-200\/100:focus {
  border-right-color: rgb(187 247 208 / 1);
}

.focus\:border-r-green-200\/20:focus {
  border-right-color: rgb(187 247 208 / 0.2);
}

.focus\:border-r-green-200\/25:focus {
  border-right-color: rgb(187 247 208 / 0.25);
}

.focus\:border-r-green-200\/30:focus {
  border-right-color: rgb(187 247 208 / 0.3);
}

.focus\:border-r-green-200\/40:focus {
  border-right-color: rgb(187 247 208 / 0.4);
}

.focus\:border-r-green-200\/5:focus {
  border-right-color: rgb(187 247 208 / 0.05);
}

.focus\:border-r-green-200\/50:focus {
  border-right-color: rgb(187 247 208 / 0.5);
}

.focus\:border-r-green-200\/60:focus {
  border-right-color: rgb(187 247 208 / 0.6);
}

.focus\:border-r-green-200\/70:focus {
  border-right-color: rgb(187 247 208 / 0.7);
}

.focus\:border-r-green-200\/75:focus {
  border-right-color: rgb(187 247 208 / 0.75);
}

.focus\:border-r-green-200\/80:focus {
  border-right-color: rgb(187 247 208 / 0.8);
}

.focus\:border-r-green-200\/90:focus {
  border-right-color: rgb(187 247 208 / 0.9);
}

.focus\:border-r-green-200\/95:focus {
  border-right-color: rgb(187 247 208 / 0.95);
}

.focus\:border-r-green-300:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.focus\:border-r-green-300\/0:focus {
  border-right-color: rgb(134 239 172 / 0);
}

.focus\:border-r-green-300\/10:focus {
  border-right-color: rgb(134 239 172 / 0.1);
}

.focus\:border-r-green-300\/100:focus {
  border-right-color: rgb(134 239 172 / 1);
}

.focus\:border-r-green-300\/20:focus {
  border-right-color: rgb(134 239 172 / 0.2);
}

.focus\:border-r-green-300\/25:focus {
  border-right-color: rgb(134 239 172 / 0.25);
}

.focus\:border-r-green-300\/30:focus {
  border-right-color: rgb(134 239 172 / 0.3);
}

.focus\:border-r-green-300\/40:focus {
  border-right-color: rgb(134 239 172 / 0.4);
}

.focus\:border-r-green-300\/5:focus {
  border-right-color: rgb(134 239 172 / 0.05);
}

.focus\:border-r-green-300\/50:focus {
  border-right-color: rgb(134 239 172 / 0.5);
}

.focus\:border-r-green-300\/60:focus {
  border-right-color: rgb(134 239 172 / 0.6);
}

.focus\:border-r-green-300\/70:focus {
  border-right-color: rgb(134 239 172 / 0.7);
}

.focus\:border-r-green-300\/75:focus {
  border-right-color: rgb(134 239 172 / 0.75);
}

.focus\:border-r-green-300\/80:focus {
  border-right-color: rgb(134 239 172 / 0.8);
}

.focus\:border-r-green-300\/90:focus {
  border-right-color: rgb(134 239 172 / 0.9);
}

.focus\:border-r-green-300\/95:focus {
  border-right-color: rgb(134 239 172 / 0.95);
}

.focus\:border-r-green-400:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.focus\:border-r-green-400\/0:focus {
  border-right-color: rgb(74 222 128 / 0);
}

.focus\:border-r-green-400\/10:focus {
  border-right-color: rgb(74 222 128 / 0.1);
}

.focus\:border-r-green-400\/100:focus {
  border-right-color: rgb(74 222 128 / 1);
}

.focus\:border-r-green-400\/20:focus {
  border-right-color: rgb(74 222 128 / 0.2);
}

.focus\:border-r-green-400\/25:focus {
  border-right-color: rgb(74 222 128 / 0.25);
}

.focus\:border-r-green-400\/30:focus {
  border-right-color: rgb(74 222 128 / 0.3);
}

.focus\:border-r-green-400\/40:focus {
  border-right-color: rgb(74 222 128 / 0.4);
}

.focus\:border-r-green-400\/5:focus {
  border-right-color: rgb(74 222 128 / 0.05);
}

.focus\:border-r-green-400\/50:focus {
  border-right-color: rgb(74 222 128 / 0.5);
}

.focus\:border-r-green-400\/60:focus {
  border-right-color: rgb(74 222 128 / 0.6);
}

.focus\:border-r-green-400\/70:focus {
  border-right-color: rgb(74 222 128 / 0.7);
}

.focus\:border-r-green-400\/75:focus {
  border-right-color: rgb(74 222 128 / 0.75);
}

.focus\:border-r-green-400\/80:focus {
  border-right-color: rgb(74 222 128 / 0.8);
}

.focus\:border-r-green-400\/90:focus {
  border-right-color: rgb(74 222 128 / 0.9);
}

.focus\:border-r-green-400\/95:focus {
  border-right-color: rgb(74 222 128 / 0.95);
}

.focus\:border-r-green-50:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(240 253 244 / var(--tw-border-opacity));
}

.focus\:border-r-green-50\/0:focus {
  border-right-color: rgb(240 253 244 / 0);
}

.focus\:border-r-green-50\/10:focus {
  border-right-color: rgb(240 253 244 / 0.1);
}

.focus\:border-r-green-50\/100:focus {
  border-right-color: rgb(240 253 244 / 1);
}

.focus\:border-r-green-50\/20:focus {
  border-right-color: rgb(240 253 244 / 0.2);
}

.focus\:border-r-green-50\/25:focus {
  border-right-color: rgb(240 253 244 / 0.25);
}

.focus\:border-r-green-50\/30:focus {
  border-right-color: rgb(240 253 244 / 0.3);
}

.focus\:border-r-green-50\/40:focus {
  border-right-color: rgb(240 253 244 / 0.4);
}

.focus\:border-r-green-50\/5:focus {
  border-right-color: rgb(240 253 244 / 0.05);
}

.focus\:border-r-green-50\/50:focus {
  border-right-color: rgb(240 253 244 / 0.5);
}

.focus\:border-r-green-50\/60:focus {
  border-right-color: rgb(240 253 244 / 0.6);
}

.focus\:border-r-green-50\/70:focus {
  border-right-color: rgb(240 253 244 / 0.7);
}

.focus\:border-r-green-50\/75:focus {
  border-right-color: rgb(240 253 244 / 0.75);
}

.focus\:border-r-green-50\/80:focus {
  border-right-color: rgb(240 253 244 / 0.8);
}

.focus\:border-r-green-50\/90:focus {
  border-right-color: rgb(240 253 244 / 0.9);
}

.focus\:border-r-green-50\/95:focus {
  border-right-color: rgb(240 253 244 / 0.95);
}

.focus\:border-r-green-500:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.focus\:border-r-green-500\/0:focus {
  border-right-color: rgb(34 197 94 / 0);
}

.focus\:border-r-green-500\/10:focus {
  border-right-color: rgb(34 197 94 / 0.1);
}

.focus\:border-r-green-500\/100:focus {
  border-right-color: rgb(34 197 94 / 1);
}

.focus\:border-r-green-500\/20:focus {
  border-right-color: rgb(34 197 94 / 0.2);
}

.focus\:border-r-green-500\/25:focus {
  border-right-color: rgb(34 197 94 / 0.25);
}

.focus\:border-r-green-500\/30:focus {
  border-right-color: rgb(34 197 94 / 0.3);
}

.focus\:border-r-green-500\/40:focus {
  border-right-color: rgb(34 197 94 / 0.4);
}

.focus\:border-r-green-500\/5:focus {
  border-right-color: rgb(34 197 94 / 0.05);
}

.focus\:border-r-green-500\/50:focus {
  border-right-color: rgb(34 197 94 / 0.5);
}

.focus\:border-r-green-500\/60:focus {
  border-right-color: rgb(34 197 94 / 0.6);
}

.focus\:border-r-green-500\/70:focus {
  border-right-color: rgb(34 197 94 / 0.7);
}

.focus\:border-r-green-500\/75:focus {
  border-right-color: rgb(34 197 94 / 0.75);
}

.focus\:border-r-green-500\/80:focus {
  border-right-color: rgb(34 197 94 / 0.8);
}

.focus\:border-r-green-500\/90:focus {
  border-right-color: rgb(34 197 94 / 0.9);
}

.focus\:border-r-green-500\/95:focus {
  border-right-color: rgb(34 197 94 / 0.95);
}

.focus\:border-r-green-600:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.focus\:border-r-green-600\/0:focus {
  border-right-color: rgb(22 163 74 / 0);
}

.focus\:border-r-green-600\/10:focus {
  border-right-color: rgb(22 163 74 / 0.1);
}

.focus\:border-r-green-600\/100:focus {
  border-right-color: rgb(22 163 74 / 1);
}

.focus\:border-r-green-600\/20:focus {
  border-right-color: rgb(22 163 74 / 0.2);
}

.focus\:border-r-green-600\/25:focus {
  border-right-color: rgb(22 163 74 / 0.25);
}

.focus\:border-r-green-600\/30:focus {
  border-right-color: rgb(22 163 74 / 0.3);
}

.focus\:border-r-green-600\/40:focus {
  border-right-color: rgb(22 163 74 / 0.4);
}

.focus\:border-r-green-600\/5:focus {
  border-right-color: rgb(22 163 74 / 0.05);
}

.focus\:border-r-green-600\/50:focus {
  border-right-color: rgb(22 163 74 / 0.5);
}

.focus\:border-r-green-600\/60:focus {
  border-right-color: rgb(22 163 74 / 0.6);
}

.focus\:border-r-green-600\/70:focus {
  border-right-color: rgb(22 163 74 / 0.7);
}

.focus\:border-r-green-600\/75:focus {
  border-right-color: rgb(22 163 74 / 0.75);
}

.focus\:border-r-green-600\/80:focus {
  border-right-color: rgb(22 163 74 / 0.8);
}

.focus\:border-r-green-600\/90:focus {
  border-right-color: rgb(22 163 74 / 0.9);
}

.focus\:border-r-green-600\/95:focus {
  border-right-color: rgb(22 163 74 / 0.95);
}

.focus\:border-r-green-700:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.focus\:border-r-green-700\/0:focus {
  border-right-color: rgb(21 128 61 / 0);
}

.focus\:border-r-green-700\/10:focus {
  border-right-color: rgb(21 128 61 / 0.1);
}

.focus\:border-r-green-700\/100:focus {
  border-right-color: rgb(21 128 61 / 1);
}

.focus\:border-r-green-700\/20:focus {
  border-right-color: rgb(21 128 61 / 0.2);
}

.focus\:border-r-green-700\/25:focus {
  border-right-color: rgb(21 128 61 / 0.25);
}

.focus\:border-r-green-700\/30:focus {
  border-right-color: rgb(21 128 61 / 0.3);
}

.focus\:border-r-green-700\/40:focus {
  border-right-color: rgb(21 128 61 / 0.4);
}

.focus\:border-r-green-700\/5:focus {
  border-right-color: rgb(21 128 61 / 0.05);
}

.focus\:border-r-green-700\/50:focus {
  border-right-color: rgb(21 128 61 / 0.5);
}

.focus\:border-r-green-700\/60:focus {
  border-right-color: rgb(21 128 61 / 0.6);
}

.focus\:border-r-green-700\/70:focus {
  border-right-color: rgb(21 128 61 / 0.7);
}

.focus\:border-r-green-700\/75:focus {
  border-right-color: rgb(21 128 61 / 0.75);
}

.focus\:border-r-green-700\/80:focus {
  border-right-color: rgb(21 128 61 / 0.8);
}

.focus\:border-r-green-700\/90:focus {
  border-right-color: rgb(21 128 61 / 0.9);
}

.focus\:border-r-green-700\/95:focus {
  border-right-color: rgb(21 128 61 / 0.95);
}

.focus\:border-r-green-800:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.focus\:border-r-green-800\/0:focus {
  border-right-color: rgb(22 101 52 / 0);
}

.focus\:border-r-green-800\/10:focus {
  border-right-color: rgb(22 101 52 / 0.1);
}

.focus\:border-r-green-800\/100:focus {
  border-right-color: rgb(22 101 52 / 1);
}

.focus\:border-r-green-800\/20:focus {
  border-right-color: rgb(22 101 52 / 0.2);
}

.focus\:border-r-green-800\/25:focus {
  border-right-color: rgb(22 101 52 / 0.25);
}

.focus\:border-r-green-800\/30:focus {
  border-right-color: rgb(22 101 52 / 0.3);
}

.focus\:border-r-green-800\/40:focus {
  border-right-color: rgb(22 101 52 / 0.4);
}

.focus\:border-r-green-800\/5:focus {
  border-right-color: rgb(22 101 52 / 0.05);
}

.focus\:border-r-green-800\/50:focus {
  border-right-color: rgb(22 101 52 / 0.5);
}

.focus\:border-r-green-800\/60:focus {
  border-right-color: rgb(22 101 52 / 0.6);
}

.focus\:border-r-green-800\/70:focus {
  border-right-color: rgb(22 101 52 / 0.7);
}

.focus\:border-r-green-800\/75:focus {
  border-right-color: rgb(22 101 52 / 0.75);
}

.focus\:border-r-green-800\/80:focus {
  border-right-color: rgb(22 101 52 / 0.8);
}

.focus\:border-r-green-800\/90:focus {
  border-right-color: rgb(22 101 52 / 0.9);
}

.focus\:border-r-green-800\/95:focus {
  border-right-color: rgb(22 101 52 / 0.95);
}

.focus\:border-r-green-900:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(20 83 45 / var(--tw-border-opacity));
}

.focus\:border-r-green-900\/0:focus {
  border-right-color: rgb(20 83 45 / 0);
}

.focus\:border-r-green-900\/10:focus {
  border-right-color: rgb(20 83 45 / 0.1);
}

.focus\:border-r-green-900\/100:focus {
  border-right-color: rgb(20 83 45 / 1);
}

.focus\:border-r-green-900\/20:focus {
  border-right-color: rgb(20 83 45 / 0.2);
}

.focus\:border-r-green-900\/25:focus {
  border-right-color: rgb(20 83 45 / 0.25);
}

.focus\:border-r-green-900\/30:focus {
  border-right-color: rgb(20 83 45 / 0.3);
}

.focus\:border-r-green-900\/40:focus {
  border-right-color: rgb(20 83 45 / 0.4);
}

.focus\:border-r-green-900\/5:focus {
  border-right-color: rgb(20 83 45 / 0.05);
}

.focus\:border-r-green-900\/50:focus {
  border-right-color: rgb(20 83 45 / 0.5);
}

.focus\:border-r-green-900\/60:focus {
  border-right-color: rgb(20 83 45 / 0.6);
}

.focus\:border-r-green-900\/70:focus {
  border-right-color: rgb(20 83 45 / 0.7);
}

.focus\:border-r-green-900\/75:focus {
  border-right-color: rgb(20 83 45 / 0.75);
}

.focus\:border-r-green-900\/80:focus {
  border-right-color: rgb(20 83 45 / 0.8);
}

.focus\:border-r-green-900\/90:focus {
  border-right-color: rgb(20 83 45 / 0.9);
}

.focus\:border-r-green-900\/95:focus {
  border-right-color: rgb(20 83 45 / 0.95);
}

.focus\:border-r-green-950:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(5 46 22 / var(--tw-border-opacity));
}

.focus\:border-r-green-950\/0:focus {
  border-right-color: rgb(5 46 22 / 0);
}

.focus\:border-r-green-950\/10:focus {
  border-right-color: rgb(5 46 22 / 0.1);
}

.focus\:border-r-green-950\/100:focus {
  border-right-color: rgb(5 46 22 / 1);
}

.focus\:border-r-green-950\/20:focus {
  border-right-color: rgb(5 46 22 / 0.2);
}

.focus\:border-r-green-950\/25:focus {
  border-right-color: rgb(5 46 22 / 0.25);
}

.focus\:border-r-green-950\/30:focus {
  border-right-color: rgb(5 46 22 / 0.3);
}

.focus\:border-r-green-950\/40:focus {
  border-right-color: rgb(5 46 22 / 0.4);
}

.focus\:border-r-green-950\/5:focus {
  border-right-color: rgb(5 46 22 / 0.05);
}

.focus\:border-r-green-950\/50:focus {
  border-right-color: rgb(5 46 22 / 0.5);
}

.focus\:border-r-green-950\/60:focus {
  border-right-color: rgb(5 46 22 / 0.6);
}

.focus\:border-r-green-950\/70:focus {
  border-right-color: rgb(5 46 22 / 0.7);
}

.focus\:border-r-green-950\/75:focus {
  border-right-color: rgb(5 46 22 / 0.75);
}

.focus\:border-r-green-950\/80:focus {
  border-right-color: rgb(5 46 22 / 0.8);
}

.focus\:border-r-green-950\/90:focus {
  border-right-color: rgb(5 46 22 / 0.9);
}

.focus\:border-r-green-950\/95:focus {
  border-right-color: rgb(5 46 22 / 0.95);
}

.focus\:border-r-indigo-100:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(224 231 255 / var(--tw-border-opacity));
}

.focus\:border-r-indigo-100\/0:focus {
  border-right-color: rgb(224 231 255 / 0);
}

.focus\:border-r-indigo-100\/10:focus {
  border-right-color: rgb(224 231 255 / 0.1);
}

.focus\:border-r-indigo-100\/100:focus {
  border-right-color: rgb(224 231 255 / 1);
}

.focus\:border-r-indigo-100\/20:focus {
  border-right-color: rgb(224 231 255 / 0.2);
}

.focus\:border-r-indigo-100\/25:focus {
  border-right-color: rgb(224 231 255 / 0.25);
}

.focus\:border-r-indigo-100\/30:focus {
  border-right-color: rgb(224 231 255 / 0.3);
}

.focus\:border-r-indigo-100\/40:focus {
  border-right-color: rgb(224 231 255 / 0.4);
}

.focus\:border-r-indigo-100\/5:focus {
  border-right-color: rgb(224 231 255 / 0.05);
}

.focus\:border-r-indigo-100\/50:focus {
  border-right-color: rgb(224 231 255 / 0.5);
}

.focus\:border-r-indigo-100\/60:focus {
  border-right-color: rgb(224 231 255 / 0.6);
}

.focus\:border-r-indigo-100\/70:focus {
  border-right-color: rgb(224 231 255 / 0.7);
}

.focus\:border-r-indigo-100\/75:focus {
  border-right-color: rgb(224 231 255 / 0.75);
}

.focus\:border-r-indigo-100\/80:focus {
  border-right-color: rgb(224 231 255 / 0.8);
}

.focus\:border-r-indigo-100\/90:focus {
  border-right-color: rgb(224 231 255 / 0.9);
}

.focus\:border-r-indigo-100\/95:focus {
  border-right-color: rgb(224 231 255 / 0.95);
}

.focus\:border-r-indigo-200:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.focus\:border-r-indigo-200\/0:focus {
  border-right-color: rgb(199 210 254 / 0);
}

.focus\:border-r-indigo-200\/10:focus {
  border-right-color: rgb(199 210 254 / 0.1);
}

.focus\:border-r-indigo-200\/100:focus {
  border-right-color: rgb(199 210 254 / 1);
}

.focus\:border-r-indigo-200\/20:focus {
  border-right-color: rgb(199 210 254 / 0.2);
}

.focus\:border-r-indigo-200\/25:focus {
  border-right-color: rgb(199 210 254 / 0.25);
}

.focus\:border-r-indigo-200\/30:focus {
  border-right-color: rgb(199 210 254 / 0.3);
}

.focus\:border-r-indigo-200\/40:focus {
  border-right-color: rgb(199 210 254 / 0.4);
}

.focus\:border-r-indigo-200\/5:focus {
  border-right-color: rgb(199 210 254 / 0.05);
}

.focus\:border-r-indigo-200\/50:focus {
  border-right-color: rgb(199 210 254 / 0.5);
}

.focus\:border-r-indigo-200\/60:focus {
  border-right-color: rgb(199 210 254 / 0.6);
}

.focus\:border-r-indigo-200\/70:focus {
  border-right-color: rgb(199 210 254 / 0.7);
}

.focus\:border-r-indigo-200\/75:focus {
  border-right-color: rgb(199 210 254 / 0.75);
}

.focus\:border-r-indigo-200\/80:focus {
  border-right-color: rgb(199 210 254 / 0.8);
}

.focus\:border-r-indigo-200\/90:focus {
  border-right-color: rgb(199 210 254 / 0.9);
}

.focus\:border-r-indigo-200\/95:focus {
  border-right-color: rgb(199 210 254 / 0.95);
}

.focus\:border-r-indigo-300:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.focus\:border-r-indigo-300\/0:focus {
  border-right-color: rgb(165 180 252 / 0);
}

.focus\:border-r-indigo-300\/10:focus {
  border-right-color: rgb(165 180 252 / 0.1);
}

.focus\:border-r-indigo-300\/100:focus {
  border-right-color: rgb(165 180 252 / 1);
}

.focus\:border-r-indigo-300\/20:focus {
  border-right-color: rgb(165 180 252 / 0.2);
}

.focus\:border-r-indigo-300\/25:focus {
  border-right-color: rgb(165 180 252 / 0.25);
}

.focus\:border-r-indigo-300\/30:focus {
  border-right-color: rgb(165 180 252 / 0.3);
}

.focus\:border-r-indigo-300\/40:focus {
  border-right-color: rgb(165 180 252 / 0.4);
}

.focus\:border-r-indigo-300\/5:focus {
  border-right-color: rgb(165 180 252 / 0.05);
}

.focus\:border-r-indigo-300\/50:focus {
  border-right-color: rgb(165 180 252 / 0.5);
}

.focus\:border-r-indigo-300\/60:focus {
  border-right-color: rgb(165 180 252 / 0.6);
}

.focus\:border-r-indigo-300\/70:focus {
  border-right-color: rgb(165 180 252 / 0.7);
}

.focus\:border-r-indigo-300\/75:focus {
  border-right-color: rgb(165 180 252 / 0.75);
}

.focus\:border-r-indigo-300\/80:focus {
  border-right-color: rgb(165 180 252 / 0.8);
}

.focus\:border-r-indigo-300\/90:focus {
  border-right-color: rgb(165 180 252 / 0.9);
}

.focus\:border-r-indigo-300\/95:focus {
  border-right-color: rgb(165 180 252 / 0.95);
}

.focus\:border-r-indigo-400:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.focus\:border-r-indigo-400\/0:focus {
  border-right-color: rgb(129 140 248 / 0);
}

.focus\:border-r-indigo-400\/10:focus {
  border-right-color: rgb(129 140 248 / 0.1);
}

.focus\:border-r-indigo-400\/100:focus {
  border-right-color: rgb(129 140 248 / 1);
}

.focus\:border-r-indigo-400\/20:focus {
  border-right-color: rgb(129 140 248 / 0.2);
}

.focus\:border-r-indigo-400\/25:focus {
  border-right-color: rgb(129 140 248 / 0.25);
}

.focus\:border-r-indigo-400\/30:focus {
  border-right-color: rgb(129 140 248 / 0.3);
}

.focus\:border-r-indigo-400\/40:focus {
  border-right-color: rgb(129 140 248 / 0.4);
}

.focus\:border-r-indigo-400\/5:focus {
  border-right-color: rgb(129 140 248 / 0.05);
}

.focus\:border-r-indigo-400\/50:focus {
  border-right-color: rgb(129 140 248 / 0.5);
}

.focus\:border-r-indigo-400\/60:focus {
  border-right-color: rgb(129 140 248 / 0.6);
}

.focus\:border-r-indigo-400\/70:focus {
  border-right-color: rgb(129 140 248 / 0.7);
}

.focus\:border-r-indigo-400\/75:focus {
  border-right-color: rgb(129 140 248 / 0.75);
}

.focus\:border-r-indigo-400\/80:focus {
  border-right-color: rgb(129 140 248 / 0.8);
}

.focus\:border-r-indigo-400\/90:focus {
  border-right-color: rgb(129 140 248 / 0.9);
}

.focus\:border-r-indigo-400\/95:focus {
  border-right-color: rgb(129 140 248 / 0.95);
}

.focus\:border-r-indigo-50:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(238 242 255 / var(--tw-border-opacity));
}

.focus\:border-r-indigo-50\/0:focus {
  border-right-color: rgb(238 242 255 / 0);
}

.focus\:border-r-indigo-50\/10:focus {
  border-right-color: rgb(238 242 255 / 0.1);
}

.focus\:border-r-indigo-50\/100:focus {
  border-right-color: rgb(238 242 255 / 1);
}

.focus\:border-r-indigo-50\/20:focus {
  border-right-color: rgb(238 242 255 / 0.2);
}

.focus\:border-r-indigo-50\/25:focus {
  border-right-color: rgb(238 242 255 / 0.25);
}

.focus\:border-r-indigo-50\/30:focus {
  border-right-color: rgb(238 242 255 / 0.3);
}

.focus\:border-r-indigo-50\/40:focus {
  border-right-color: rgb(238 242 255 / 0.4);
}

.focus\:border-r-indigo-50\/5:focus {
  border-right-color: rgb(238 242 255 / 0.05);
}

.focus\:border-r-indigo-50\/50:focus {
  border-right-color: rgb(238 242 255 / 0.5);
}

.focus\:border-r-indigo-50\/60:focus {
  border-right-color: rgb(238 242 255 / 0.6);
}

.focus\:border-r-indigo-50\/70:focus {
  border-right-color: rgb(238 242 255 / 0.7);
}

.focus\:border-r-indigo-50\/75:focus {
  border-right-color: rgb(238 242 255 / 0.75);
}

.focus\:border-r-indigo-50\/80:focus {
  border-right-color: rgb(238 242 255 / 0.8);
}

.focus\:border-r-indigo-50\/90:focus {
  border-right-color: rgb(238 242 255 / 0.9);
}

.focus\:border-r-indigo-50\/95:focus {
  border-right-color: rgb(238 242 255 / 0.95);
}

.focus\:border-r-indigo-500:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.focus\:border-r-indigo-500\/0:focus {
  border-right-color: rgb(99 102 241 / 0);
}

.focus\:border-r-indigo-500\/10:focus {
  border-right-color: rgb(99 102 241 / 0.1);
}

.focus\:border-r-indigo-500\/100:focus {
  border-right-color: rgb(99 102 241 / 1);
}

.focus\:border-r-indigo-500\/20:focus {
  border-right-color: rgb(99 102 241 / 0.2);
}

.focus\:border-r-indigo-500\/25:focus {
  border-right-color: rgb(99 102 241 / 0.25);
}

.focus\:border-r-indigo-500\/30:focus {
  border-right-color: rgb(99 102 241 / 0.3);
}

.focus\:border-r-indigo-500\/40:focus {
  border-right-color: rgb(99 102 241 / 0.4);
}

.focus\:border-r-indigo-500\/5:focus {
  border-right-color: rgb(99 102 241 / 0.05);
}

.focus\:border-r-indigo-500\/50:focus {
  border-right-color: rgb(99 102 241 / 0.5);
}

.focus\:border-r-indigo-500\/60:focus {
  border-right-color: rgb(99 102 241 / 0.6);
}

.focus\:border-r-indigo-500\/70:focus {
  border-right-color: rgb(99 102 241 / 0.7);
}

.focus\:border-r-indigo-500\/75:focus {
  border-right-color: rgb(99 102 241 / 0.75);
}

.focus\:border-r-indigo-500\/80:focus {
  border-right-color: rgb(99 102 241 / 0.8);
}

.focus\:border-r-indigo-500\/90:focus {
  border-right-color: rgb(99 102 241 / 0.9);
}

.focus\:border-r-indigo-500\/95:focus {
  border-right-color: rgb(99 102 241 / 0.95);
}

.focus\:border-r-indigo-600:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.focus\:border-r-indigo-600\/0:focus {
  border-right-color: rgb(79 70 229 / 0);
}

.focus\:border-r-indigo-600\/10:focus {
  border-right-color: rgb(79 70 229 / 0.1);
}

.focus\:border-r-indigo-600\/100:focus {
  border-right-color: rgb(79 70 229 / 1);
}

.focus\:border-r-indigo-600\/20:focus {
  border-right-color: rgb(79 70 229 / 0.2);
}

.focus\:border-r-indigo-600\/25:focus {
  border-right-color: rgb(79 70 229 / 0.25);
}

.focus\:border-r-indigo-600\/30:focus {
  border-right-color: rgb(79 70 229 / 0.3);
}

.focus\:border-r-indigo-600\/40:focus {
  border-right-color: rgb(79 70 229 / 0.4);
}

.focus\:border-r-indigo-600\/5:focus {
  border-right-color: rgb(79 70 229 / 0.05);
}

.focus\:border-r-indigo-600\/50:focus {
  border-right-color: rgb(79 70 229 / 0.5);
}

.focus\:border-r-indigo-600\/60:focus {
  border-right-color: rgb(79 70 229 / 0.6);
}

.focus\:border-r-indigo-600\/70:focus {
  border-right-color: rgb(79 70 229 / 0.7);
}

.focus\:border-r-indigo-600\/75:focus {
  border-right-color: rgb(79 70 229 / 0.75);
}

.focus\:border-r-indigo-600\/80:focus {
  border-right-color: rgb(79 70 229 / 0.8);
}

.focus\:border-r-indigo-600\/90:focus {
  border-right-color: rgb(79 70 229 / 0.9);
}

.focus\:border-r-indigo-600\/95:focus {
  border-right-color: rgb(79 70 229 / 0.95);
}

.focus\:border-r-indigo-700:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.focus\:border-r-indigo-700\/0:focus {
  border-right-color: rgb(67 56 202 / 0);
}

.focus\:border-r-indigo-700\/10:focus {
  border-right-color: rgb(67 56 202 / 0.1);
}

.focus\:border-r-indigo-700\/100:focus {
  border-right-color: rgb(67 56 202 / 1);
}

.focus\:border-r-indigo-700\/20:focus {
  border-right-color: rgb(67 56 202 / 0.2);
}

.focus\:border-r-indigo-700\/25:focus {
  border-right-color: rgb(67 56 202 / 0.25);
}

.focus\:border-r-indigo-700\/30:focus {
  border-right-color: rgb(67 56 202 / 0.3);
}

.focus\:border-r-indigo-700\/40:focus {
  border-right-color: rgb(67 56 202 / 0.4);
}

.focus\:border-r-indigo-700\/5:focus {
  border-right-color: rgb(67 56 202 / 0.05);
}

.focus\:border-r-indigo-700\/50:focus {
  border-right-color: rgb(67 56 202 / 0.5);
}

.focus\:border-r-indigo-700\/60:focus {
  border-right-color: rgb(67 56 202 / 0.6);
}

.focus\:border-r-indigo-700\/70:focus {
  border-right-color: rgb(67 56 202 / 0.7);
}

.focus\:border-r-indigo-700\/75:focus {
  border-right-color: rgb(67 56 202 / 0.75);
}

.focus\:border-r-indigo-700\/80:focus {
  border-right-color: rgb(67 56 202 / 0.8);
}

.focus\:border-r-indigo-700\/90:focus {
  border-right-color: rgb(67 56 202 / 0.9);
}

.focus\:border-r-indigo-700\/95:focus {
  border-right-color: rgb(67 56 202 / 0.95);
}

.focus\:border-r-indigo-800:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(55 48 163 / var(--tw-border-opacity));
}

.focus\:border-r-indigo-800\/0:focus {
  border-right-color: rgb(55 48 163 / 0);
}

.focus\:border-r-indigo-800\/10:focus {
  border-right-color: rgb(55 48 163 / 0.1);
}

.focus\:border-r-indigo-800\/100:focus {
  border-right-color: rgb(55 48 163 / 1);
}

.focus\:border-r-indigo-800\/20:focus {
  border-right-color: rgb(55 48 163 / 0.2);
}

.focus\:border-r-indigo-800\/25:focus {
  border-right-color: rgb(55 48 163 / 0.25);
}

.focus\:border-r-indigo-800\/30:focus {
  border-right-color: rgb(55 48 163 / 0.3);
}

.focus\:border-r-indigo-800\/40:focus {
  border-right-color: rgb(55 48 163 / 0.4);
}

.focus\:border-r-indigo-800\/5:focus {
  border-right-color: rgb(55 48 163 / 0.05);
}

.focus\:border-r-indigo-800\/50:focus {
  border-right-color: rgb(55 48 163 / 0.5);
}

.focus\:border-r-indigo-800\/60:focus {
  border-right-color: rgb(55 48 163 / 0.6);
}

.focus\:border-r-indigo-800\/70:focus {
  border-right-color: rgb(55 48 163 / 0.7);
}

.focus\:border-r-indigo-800\/75:focus {
  border-right-color: rgb(55 48 163 / 0.75);
}

.focus\:border-r-indigo-800\/80:focus {
  border-right-color: rgb(55 48 163 / 0.8);
}

.focus\:border-r-indigo-800\/90:focus {
  border-right-color: rgb(55 48 163 / 0.9);
}

.focus\:border-r-indigo-800\/95:focus {
  border-right-color: rgb(55 48 163 / 0.95);
}

.focus\:border-r-indigo-900:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(49 46 129 / var(--tw-border-opacity));
}

.focus\:border-r-indigo-900\/0:focus {
  border-right-color: rgb(49 46 129 / 0);
}

.focus\:border-r-indigo-900\/10:focus {
  border-right-color: rgb(49 46 129 / 0.1);
}

.focus\:border-r-indigo-900\/100:focus {
  border-right-color: rgb(49 46 129 / 1);
}

.focus\:border-r-indigo-900\/20:focus {
  border-right-color: rgb(49 46 129 / 0.2);
}

.focus\:border-r-indigo-900\/25:focus {
  border-right-color: rgb(49 46 129 / 0.25);
}

.focus\:border-r-indigo-900\/30:focus {
  border-right-color: rgb(49 46 129 / 0.3);
}

.focus\:border-r-indigo-900\/40:focus {
  border-right-color: rgb(49 46 129 / 0.4);
}

.focus\:border-r-indigo-900\/5:focus {
  border-right-color: rgb(49 46 129 / 0.05);
}

.focus\:border-r-indigo-900\/50:focus {
  border-right-color: rgb(49 46 129 / 0.5);
}

.focus\:border-r-indigo-900\/60:focus {
  border-right-color: rgb(49 46 129 / 0.6);
}

.focus\:border-r-indigo-900\/70:focus {
  border-right-color: rgb(49 46 129 / 0.7);
}

.focus\:border-r-indigo-900\/75:focus {
  border-right-color: rgb(49 46 129 / 0.75);
}

.focus\:border-r-indigo-900\/80:focus {
  border-right-color: rgb(49 46 129 / 0.8);
}

.focus\:border-r-indigo-900\/90:focus {
  border-right-color: rgb(49 46 129 / 0.9);
}

.focus\:border-r-indigo-900\/95:focus {
  border-right-color: rgb(49 46 129 / 0.95);
}

.focus\:border-r-indigo-950:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(30 27 75 / var(--tw-border-opacity));
}

.focus\:border-r-indigo-950\/0:focus {
  border-right-color: rgb(30 27 75 / 0);
}

.focus\:border-r-indigo-950\/10:focus {
  border-right-color: rgb(30 27 75 / 0.1);
}

.focus\:border-r-indigo-950\/100:focus {
  border-right-color: rgb(30 27 75 / 1);
}

.focus\:border-r-indigo-950\/20:focus {
  border-right-color: rgb(30 27 75 / 0.2);
}

.focus\:border-r-indigo-950\/25:focus {
  border-right-color: rgb(30 27 75 / 0.25);
}

.focus\:border-r-indigo-950\/30:focus {
  border-right-color: rgb(30 27 75 / 0.3);
}

.focus\:border-r-indigo-950\/40:focus {
  border-right-color: rgb(30 27 75 / 0.4);
}

.focus\:border-r-indigo-950\/5:focus {
  border-right-color: rgb(30 27 75 / 0.05);
}

.focus\:border-r-indigo-950\/50:focus {
  border-right-color: rgb(30 27 75 / 0.5);
}

.focus\:border-r-indigo-950\/60:focus {
  border-right-color: rgb(30 27 75 / 0.6);
}

.focus\:border-r-indigo-950\/70:focus {
  border-right-color: rgb(30 27 75 / 0.7);
}

.focus\:border-r-indigo-950\/75:focus {
  border-right-color: rgb(30 27 75 / 0.75);
}

.focus\:border-r-indigo-950\/80:focus {
  border-right-color: rgb(30 27 75 / 0.8);
}

.focus\:border-r-indigo-950\/90:focus {
  border-right-color: rgb(30 27 75 / 0.9);
}

.focus\:border-r-indigo-950\/95:focus {
  border-right-color: rgb(30 27 75 / 0.95);
}

.focus\:border-r-inherit:focus {
  border-right-color: inherit;
}

.focus\:border-r-interbeauty-100:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(249 197 175 / var(--tw-border-opacity));
}

.focus\:border-r-interbeauty-100\/0:focus {
  border-right-color: rgb(249 197 175 / 0);
}

.focus\:border-r-interbeauty-100\/10:focus {
  border-right-color: rgb(249 197 175 / 0.1);
}

.focus\:border-r-interbeauty-100\/100:focus {
  border-right-color: rgb(249 197 175 / 1);
}

.focus\:border-r-interbeauty-100\/20:focus {
  border-right-color: rgb(249 197 175 / 0.2);
}

.focus\:border-r-interbeauty-100\/25:focus {
  border-right-color: rgb(249 197 175 / 0.25);
}

.focus\:border-r-interbeauty-100\/30:focus {
  border-right-color: rgb(249 197 175 / 0.3);
}

.focus\:border-r-interbeauty-100\/40:focus {
  border-right-color: rgb(249 197 175 / 0.4);
}

.focus\:border-r-interbeauty-100\/5:focus {
  border-right-color: rgb(249 197 175 / 0.05);
}

.focus\:border-r-interbeauty-100\/50:focus {
  border-right-color: rgb(249 197 175 / 0.5);
}

.focus\:border-r-interbeauty-100\/60:focus {
  border-right-color: rgb(249 197 175 / 0.6);
}

.focus\:border-r-interbeauty-100\/70:focus {
  border-right-color: rgb(249 197 175 / 0.7);
}

.focus\:border-r-interbeauty-100\/75:focus {
  border-right-color: rgb(249 197 175 / 0.75);
}

.focus\:border-r-interbeauty-100\/80:focus {
  border-right-color: rgb(249 197 175 / 0.8);
}

.focus\:border-r-interbeauty-100\/90:focus {
  border-right-color: rgb(249 197 175 / 0.9);
}

.focus\:border-r-interbeauty-100\/95:focus {
  border-right-color: rgb(249 197 175 / 0.95);
}

.focus\:border-r-interbeauty-200:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(241 182 191 / var(--tw-border-opacity));
}

.focus\:border-r-interbeauty-200\/0:focus {
  border-right-color: rgb(241 182 191 / 0);
}

.focus\:border-r-interbeauty-200\/10:focus {
  border-right-color: rgb(241 182 191 / 0.1);
}

.focus\:border-r-interbeauty-200\/100:focus {
  border-right-color: rgb(241 182 191 / 1);
}

.focus\:border-r-interbeauty-200\/20:focus {
  border-right-color: rgb(241 182 191 / 0.2);
}

.focus\:border-r-interbeauty-200\/25:focus {
  border-right-color: rgb(241 182 191 / 0.25);
}

.focus\:border-r-interbeauty-200\/30:focus {
  border-right-color: rgb(241 182 191 / 0.3);
}

.focus\:border-r-interbeauty-200\/40:focus {
  border-right-color: rgb(241 182 191 / 0.4);
}

.focus\:border-r-interbeauty-200\/5:focus {
  border-right-color: rgb(241 182 191 / 0.05);
}

.focus\:border-r-interbeauty-200\/50:focus {
  border-right-color: rgb(241 182 191 / 0.5);
}

.focus\:border-r-interbeauty-200\/60:focus {
  border-right-color: rgb(241 182 191 / 0.6);
}

.focus\:border-r-interbeauty-200\/70:focus {
  border-right-color: rgb(241 182 191 / 0.7);
}

.focus\:border-r-interbeauty-200\/75:focus {
  border-right-color: rgb(241 182 191 / 0.75);
}

.focus\:border-r-interbeauty-200\/80:focus {
  border-right-color: rgb(241 182 191 / 0.8);
}

.focus\:border-r-interbeauty-200\/90:focus {
  border-right-color: rgb(241 182 191 / 0.9);
}

.focus\:border-r-interbeauty-200\/95:focus {
  border-right-color: rgb(241 182 191 / 0.95);
}

.focus\:border-r-interbeauty-300:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(182 219 231 / var(--tw-border-opacity));
}

.focus\:border-r-interbeauty-300\/0:focus {
  border-right-color: rgb(182 219 231 / 0);
}

.focus\:border-r-interbeauty-300\/10:focus {
  border-right-color: rgb(182 219 231 / 0.1);
}

.focus\:border-r-interbeauty-300\/100:focus {
  border-right-color: rgb(182 219 231 / 1);
}

.focus\:border-r-interbeauty-300\/20:focus {
  border-right-color: rgb(182 219 231 / 0.2);
}

.focus\:border-r-interbeauty-300\/25:focus {
  border-right-color: rgb(182 219 231 / 0.25);
}

.focus\:border-r-interbeauty-300\/30:focus {
  border-right-color: rgb(182 219 231 / 0.3);
}

.focus\:border-r-interbeauty-300\/40:focus {
  border-right-color: rgb(182 219 231 / 0.4);
}

.focus\:border-r-interbeauty-300\/5:focus {
  border-right-color: rgb(182 219 231 / 0.05);
}

.focus\:border-r-interbeauty-300\/50:focus {
  border-right-color: rgb(182 219 231 / 0.5);
}

.focus\:border-r-interbeauty-300\/60:focus {
  border-right-color: rgb(182 219 231 / 0.6);
}

.focus\:border-r-interbeauty-300\/70:focus {
  border-right-color: rgb(182 219 231 / 0.7);
}

.focus\:border-r-interbeauty-300\/75:focus {
  border-right-color: rgb(182 219 231 / 0.75);
}

.focus\:border-r-interbeauty-300\/80:focus {
  border-right-color: rgb(182 219 231 / 0.8);
}

.focus\:border-r-interbeauty-300\/90:focus {
  border-right-color: rgb(182 219 231 / 0.9);
}

.focus\:border-r-interbeauty-300\/95:focus {
  border-right-color: rgb(182 219 231 / 0.95);
}

.focus\:border-r-interbeauty-400:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 250 247 / var(--tw-border-opacity));
}

.focus\:border-r-interbeauty-400\/0:focus {
  border-right-color: rgb(254 250 247 / 0);
}

.focus\:border-r-interbeauty-400\/10:focus {
  border-right-color: rgb(254 250 247 / 0.1);
}

.focus\:border-r-interbeauty-400\/100:focus {
  border-right-color: rgb(254 250 247 / 1);
}

.focus\:border-r-interbeauty-400\/20:focus {
  border-right-color: rgb(254 250 247 / 0.2);
}

.focus\:border-r-interbeauty-400\/25:focus {
  border-right-color: rgb(254 250 247 / 0.25);
}

.focus\:border-r-interbeauty-400\/30:focus {
  border-right-color: rgb(254 250 247 / 0.3);
}

.focus\:border-r-interbeauty-400\/40:focus {
  border-right-color: rgb(254 250 247 / 0.4);
}

.focus\:border-r-interbeauty-400\/5:focus {
  border-right-color: rgb(254 250 247 / 0.05);
}

.focus\:border-r-interbeauty-400\/50:focus {
  border-right-color: rgb(254 250 247 / 0.5);
}

.focus\:border-r-interbeauty-400\/60:focus {
  border-right-color: rgb(254 250 247 / 0.6);
}

.focus\:border-r-interbeauty-400\/70:focus {
  border-right-color: rgb(254 250 247 / 0.7);
}

.focus\:border-r-interbeauty-400\/75:focus {
  border-right-color: rgb(254 250 247 / 0.75);
}

.focus\:border-r-interbeauty-400\/80:focus {
  border-right-color: rgb(254 250 247 / 0.8);
}

.focus\:border-r-interbeauty-400\/90:focus {
  border-right-color: rgb(254 250 247 / 0.9);
}

.focus\:border-r-interbeauty-400\/95:focus {
  border-right-color: rgb(254 250 247 / 0.95);
}

.focus\:border-r-interbeauty-500:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(193 225 224 / var(--tw-border-opacity));
}

.focus\:border-r-interbeauty-500\/0:focus {
  border-right-color: rgb(193 225 224 / 0);
}

.focus\:border-r-interbeauty-500\/10:focus {
  border-right-color: rgb(193 225 224 / 0.1);
}

.focus\:border-r-interbeauty-500\/100:focus {
  border-right-color: rgb(193 225 224 / 1);
}

.focus\:border-r-interbeauty-500\/20:focus {
  border-right-color: rgb(193 225 224 / 0.2);
}

.focus\:border-r-interbeauty-500\/25:focus {
  border-right-color: rgb(193 225 224 / 0.25);
}

.focus\:border-r-interbeauty-500\/30:focus {
  border-right-color: rgb(193 225 224 / 0.3);
}

.focus\:border-r-interbeauty-500\/40:focus {
  border-right-color: rgb(193 225 224 / 0.4);
}

.focus\:border-r-interbeauty-500\/5:focus {
  border-right-color: rgb(193 225 224 / 0.05);
}

.focus\:border-r-interbeauty-500\/50:focus {
  border-right-color: rgb(193 225 224 / 0.5);
}

.focus\:border-r-interbeauty-500\/60:focus {
  border-right-color: rgb(193 225 224 / 0.6);
}

.focus\:border-r-interbeauty-500\/70:focus {
  border-right-color: rgb(193 225 224 / 0.7);
}

.focus\:border-r-interbeauty-500\/75:focus {
  border-right-color: rgb(193 225 224 / 0.75);
}

.focus\:border-r-interbeauty-500\/80:focus {
  border-right-color: rgb(193 225 224 / 0.8);
}

.focus\:border-r-interbeauty-500\/90:focus {
  border-right-color: rgb(193 225 224 / 0.9);
}

.focus\:border-r-interbeauty-500\/95:focus {
  border-right-color: rgb(193 225 224 / 0.95);
}

.focus\:border-r-interbeauty-600:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(88 88 94 / var(--tw-border-opacity));
}

.focus\:border-r-interbeauty-600\/0:focus {
  border-right-color: rgb(88 88 94 / 0);
}

.focus\:border-r-interbeauty-600\/10:focus {
  border-right-color: rgb(88 88 94 / 0.1);
}

.focus\:border-r-interbeauty-600\/100:focus {
  border-right-color: rgb(88 88 94 / 1);
}

.focus\:border-r-interbeauty-600\/20:focus {
  border-right-color: rgb(88 88 94 / 0.2);
}

.focus\:border-r-interbeauty-600\/25:focus {
  border-right-color: rgb(88 88 94 / 0.25);
}

.focus\:border-r-interbeauty-600\/30:focus {
  border-right-color: rgb(88 88 94 / 0.3);
}

.focus\:border-r-interbeauty-600\/40:focus {
  border-right-color: rgb(88 88 94 / 0.4);
}

.focus\:border-r-interbeauty-600\/5:focus {
  border-right-color: rgb(88 88 94 / 0.05);
}

.focus\:border-r-interbeauty-600\/50:focus {
  border-right-color: rgb(88 88 94 / 0.5);
}

.focus\:border-r-interbeauty-600\/60:focus {
  border-right-color: rgb(88 88 94 / 0.6);
}

.focus\:border-r-interbeauty-600\/70:focus {
  border-right-color: rgb(88 88 94 / 0.7);
}

.focus\:border-r-interbeauty-600\/75:focus {
  border-right-color: rgb(88 88 94 / 0.75);
}

.focus\:border-r-interbeauty-600\/80:focus {
  border-right-color: rgb(88 88 94 / 0.8);
}

.focus\:border-r-interbeauty-600\/90:focus {
  border-right-color: rgb(88 88 94 / 0.9);
}

.focus\:border-r-interbeauty-600\/95:focus {
  border-right-color: rgb(88 88 94 / 0.95);
}

.focus\:border-r-ipnvaluers-200:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(0 40 87 / var(--tw-border-opacity));
}

.focus\:border-r-ipnvaluers-200\/0:focus {
  border-right-color: rgb(0 40 87 / 0);
}

.focus\:border-r-ipnvaluers-200\/10:focus {
  border-right-color: rgb(0 40 87 / 0.1);
}

.focus\:border-r-ipnvaluers-200\/100:focus {
  border-right-color: rgb(0 40 87 / 1);
}

.focus\:border-r-ipnvaluers-200\/20:focus {
  border-right-color: rgb(0 40 87 / 0.2);
}

.focus\:border-r-ipnvaluers-200\/25:focus {
  border-right-color: rgb(0 40 87 / 0.25);
}

.focus\:border-r-ipnvaluers-200\/30:focus {
  border-right-color: rgb(0 40 87 / 0.3);
}

.focus\:border-r-ipnvaluers-200\/40:focus {
  border-right-color: rgb(0 40 87 / 0.4);
}

.focus\:border-r-ipnvaluers-200\/5:focus {
  border-right-color: rgb(0 40 87 / 0.05);
}

.focus\:border-r-ipnvaluers-200\/50:focus {
  border-right-color: rgb(0 40 87 / 0.5);
}

.focus\:border-r-ipnvaluers-200\/60:focus {
  border-right-color: rgb(0 40 87 / 0.6);
}

.focus\:border-r-ipnvaluers-200\/70:focus {
  border-right-color: rgb(0 40 87 / 0.7);
}

.focus\:border-r-ipnvaluers-200\/75:focus {
  border-right-color: rgb(0 40 87 / 0.75);
}

.focus\:border-r-ipnvaluers-200\/80:focus {
  border-right-color: rgb(0 40 87 / 0.8);
}

.focus\:border-r-ipnvaluers-200\/90:focus {
  border-right-color: rgb(0 40 87 / 0.9);
}

.focus\:border-r-ipnvaluers-200\/95:focus {
  border-right-color: rgb(0 40 87 / 0.95);
}

.focus\:border-r-ipnvaluers-400:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(196 107 22 / var(--tw-border-opacity));
}

.focus\:border-r-ipnvaluers-400\/0:focus {
  border-right-color: rgb(196 107 22 / 0);
}

.focus\:border-r-ipnvaluers-400\/10:focus {
  border-right-color: rgb(196 107 22 / 0.1);
}

.focus\:border-r-ipnvaluers-400\/100:focus {
  border-right-color: rgb(196 107 22 / 1);
}

.focus\:border-r-ipnvaluers-400\/20:focus {
  border-right-color: rgb(196 107 22 / 0.2);
}

.focus\:border-r-ipnvaluers-400\/25:focus {
  border-right-color: rgb(196 107 22 / 0.25);
}

.focus\:border-r-ipnvaluers-400\/30:focus {
  border-right-color: rgb(196 107 22 / 0.3);
}

.focus\:border-r-ipnvaluers-400\/40:focus {
  border-right-color: rgb(196 107 22 / 0.4);
}

.focus\:border-r-ipnvaluers-400\/5:focus {
  border-right-color: rgb(196 107 22 / 0.05);
}

.focus\:border-r-ipnvaluers-400\/50:focus {
  border-right-color: rgb(196 107 22 / 0.5);
}

.focus\:border-r-ipnvaluers-400\/60:focus {
  border-right-color: rgb(196 107 22 / 0.6);
}

.focus\:border-r-ipnvaluers-400\/70:focus {
  border-right-color: rgb(196 107 22 / 0.7);
}

.focus\:border-r-ipnvaluers-400\/75:focus {
  border-right-color: rgb(196 107 22 / 0.75);
}

.focus\:border-r-ipnvaluers-400\/80:focus {
  border-right-color: rgb(196 107 22 / 0.8);
}

.focus\:border-r-ipnvaluers-400\/90:focus {
  border-right-color: rgb(196 107 22 / 0.9);
}

.focus\:border-r-ipnvaluers-400\/95:focus {
  border-right-color: rgb(196 107 22 / 0.95);
}

.focus\:border-r-ipnvaluers-500:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 174 21 / var(--tw-border-opacity));
}

.focus\:border-r-ipnvaluers-500\/0:focus {
  border-right-color: rgb(245 174 21 / 0);
}

.focus\:border-r-ipnvaluers-500\/10:focus {
  border-right-color: rgb(245 174 21 / 0.1);
}

.focus\:border-r-ipnvaluers-500\/100:focus {
  border-right-color: rgb(245 174 21 / 1);
}

.focus\:border-r-ipnvaluers-500\/20:focus {
  border-right-color: rgb(245 174 21 / 0.2);
}

.focus\:border-r-ipnvaluers-500\/25:focus {
  border-right-color: rgb(245 174 21 / 0.25);
}

.focus\:border-r-ipnvaluers-500\/30:focus {
  border-right-color: rgb(245 174 21 / 0.3);
}

.focus\:border-r-ipnvaluers-500\/40:focus {
  border-right-color: rgb(245 174 21 / 0.4);
}

.focus\:border-r-ipnvaluers-500\/5:focus {
  border-right-color: rgb(245 174 21 / 0.05);
}

.focus\:border-r-ipnvaluers-500\/50:focus {
  border-right-color: rgb(245 174 21 / 0.5);
}

.focus\:border-r-ipnvaluers-500\/60:focus {
  border-right-color: rgb(245 174 21 / 0.6);
}

.focus\:border-r-ipnvaluers-500\/70:focus {
  border-right-color: rgb(245 174 21 / 0.7);
}

.focus\:border-r-ipnvaluers-500\/75:focus {
  border-right-color: rgb(245 174 21 / 0.75);
}

.focus\:border-r-ipnvaluers-500\/80:focus {
  border-right-color: rgb(245 174 21 / 0.8);
}

.focus\:border-r-ipnvaluers-500\/90:focus {
  border-right-color: rgb(245 174 21 / 0.9);
}

.focus\:border-r-ipnvaluers-500\/95:focus {
  border-right-color: rgb(245 174 21 / 0.95);
}

.focus\:border-r-jukejam-500:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 210 101 / var(--tw-border-opacity));
}

.focus\:border-r-jukejam-500\/0:focus {
  border-right-color: rgb(250 210 101 / 0);
}

.focus\:border-r-jukejam-500\/10:focus {
  border-right-color: rgb(250 210 101 / 0.1);
}

.focus\:border-r-jukejam-500\/100:focus {
  border-right-color: rgb(250 210 101 / 1);
}

.focus\:border-r-jukejam-500\/20:focus {
  border-right-color: rgb(250 210 101 / 0.2);
}

.focus\:border-r-jukejam-500\/25:focus {
  border-right-color: rgb(250 210 101 / 0.25);
}

.focus\:border-r-jukejam-500\/30:focus {
  border-right-color: rgb(250 210 101 / 0.3);
}

.focus\:border-r-jukejam-500\/40:focus {
  border-right-color: rgb(250 210 101 / 0.4);
}

.focus\:border-r-jukejam-500\/5:focus {
  border-right-color: rgb(250 210 101 / 0.05);
}

.focus\:border-r-jukejam-500\/50:focus {
  border-right-color: rgb(250 210 101 / 0.5);
}

.focus\:border-r-jukejam-500\/60:focus {
  border-right-color: rgb(250 210 101 / 0.6);
}

.focus\:border-r-jukejam-500\/70:focus {
  border-right-color: rgb(250 210 101 / 0.7);
}

.focus\:border-r-jukejam-500\/75:focus {
  border-right-color: rgb(250 210 101 / 0.75);
}

.focus\:border-r-jukejam-500\/80:focus {
  border-right-color: rgb(250 210 101 / 0.8);
}

.focus\:border-r-jukejam-500\/90:focus {
  border-right-color: rgb(250 210 101 / 0.9);
}

.focus\:border-r-jukejam-500\/95:focus {
  border-right-color: rgb(250 210 101 / 0.95);
}

.focus\:border-r-lime-100:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(236 252 203 / var(--tw-border-opacity));
}

.focus\:border-r-lime-100\/0:focus {
  border-right-color: rgb(236 252 203 / 0);
}

.focus\:border-r-lime-100\/10:focus {
  border-right-color: rgb(236 252 203 / 0.1);
}

.focus\:border-r-lime-100\/100:focus {
  border-right-color: rgb(236 252 203 / 1);
}

.focus\:border-r-lime-100\/20:focus {
  border-right-color: rgb(236 252 203 / 0.2);
}

.focus\:border-r-lime-100\/25:focus {
  border-right-color: rgb(236 252 203 / 0.25);
}

.focus\:border-r-lime-100\/30:focus {
  border-right-color: rgb(236 252 203 / 0.3);
}

.focus\:border-r-lime-100\/40:focus {
  border-right-color: rgb(236 252 203 / 0.4);
}

.focus\:border-r-lime-100\/5:focus {
  border-right-color: rgb(236 252 203 / 0.05);
}

.focus\:border-r-lime-100\/50:focus {
  border-right-color: rgb(236 252 203 / 0.5);
}

.focus\:border-r-lime-100\/60:focus {
  border-right-color: rgb(236 252 203 / 0.6);
}

.focus\:border-r-lime-100\/70:focus {
  border-right-color: rgb(236 252 203 / 0.7);
}

.focus\:border-r-lime-100\/75:focus {
  border-right-color: rgb(236 252 203 / 0.75);
}

.focus\:border-r-lime-100\/80:focus {
  border-right-color: rgb(236 252 203 / 0.8);
}

.focus\:border-r-lime-100\/90:focus {
  border-right-color: rgb(236 252 203 / 0.9);
}

.focus\:border-r-lime-100\/95:focus {
  border-right-color: rgb(236 252 203 / 0.95);
}

.focus\:border-r-lime-200:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(217 249 157 / var(--tw-border-opacity));
}

.focus\:border-r-lime-200\/0:focus {
  border-right-color: rgb(217 249 157 / 0);
}

.focus\:border-r-lime-200\/10:focus {
  border-right-color: rgb(217 249 157 / 0.1);
}

.focus\:border-r-lime-200\/100:focus {
  border-right-color: rgb(217 249 157 / 1);
}

.focus\:border-r-lime-200\/20:focus {
  border-right-color: rgb(217 249 157 / 0.2);
}

.focus\:border-r-lime-200\/25:focus {
  border-right-color: rgb(217 249 157 / 0.25);
}

.focus\:border-r-lime-200\/30:focus {
  border-right-color: rgb(217 249 157 / 0.3);
}

.focus\:border-r-lime-200\/40:focus {
  border-right-color: rgb(217 249 157 / 0.4);
}

.focus\:border-r-lime-200\/5:focus {
  border-right-color: rgb(217 249 157 / 0.05);
}

.focus\:border-r-lime-200\/50:focus {
  border-right-color: rgb(217 249 157 / 0.5);
}

.focus\:border-r-lime-200\/60:focus {
  border-right-color: rgb(217 249 157 / 0.6);
}

.focus\:border-r-lime-200\/70:focus {
  border-right-color: rgb(217 249 157 / 0.7);
}

.focus\:border-r-lime-200\/75:focus {
  border-right-color: rgb(217 249 157 / 0.75);
}

.focus\:border-r-lime-200\/80:focus {
  border-right-color: rgb(217 249 157 / 0.8);
}

.focus\:border-r-lime-200\/90:focus {
  border-right-color: rgb(217 249 157 / 0.9);
}

.focus\:border-r-lime-200\/95:focus {
  border-right-color: rgb(217 249 157 / 0.95);
}

.focus\:border-r-lime-300:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(190 242 100 / var(--tw-border-opacity));
}

.focus\:border-r-lime-300\/0:focus {
  border-right-color: rgb(190 242 100 / 0);
}

.focus\:border-r-lime-300\/10:focus {
  border-right-color: rgb(190 242 100 / 0.1);
}

.focus\:border-r-lime-300\/100:focus {
  border-right-color: rgb(190 242 100 / 1);
}

.focus\:border-r-lime-300\/20:focus {
  border-right-color: rgb(190 242 100 / 0.2);
}

.focus\:border-r-lime-300\/25:focus {
  border-right-color: rgb(190 242 100 / 0.25);
}

.focus\:border-r-lime-300\/30:focus {
  border-right-color: rgb(190 242 100 / 0.3);
}

.focus\:border-r-lime-300\/40:focus {
  border-right-color: rgb(190 242 100 / 0.4);
}

.focus\:border-r-lime-300\/5:focus {
  border-right-color: rgb(190 242 100 / 0.05);
}

.focus\:border-r-lime-300\/50:focus {
  border-right-color: rgb(190 242 100 / 0.5);
}

.focus\:border-r-lime-300\/60:focus {
  border-right-color: rgb(190 242 100 / 0.6);
}

.focus\:border-r-lime-300\/70:focus {
  border-right-color: rgb(190 242 100 / 0.7);
}

.focus\:border-r-lime-300\/75:focus {
  border-right-color: rgb(190 242 100 / 0.75);
}

.focus\:border-r-lime-300\/80:focus {
  border-right-color: rgb(190 242 100 / 0.8);
}

.focus\:border-r-lime-300\/90:focus {
  border-right-color: rgb(190 242 100 / 0.9);
}

.focus\:border-r-lime-300\/95:focus {
  border-right-color: rgb(190 242 100 / 0.95);
}

.focus\:border-r-lime-400:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(163 230 53 / var(--tw-border-opacity));
}

.focus\:border-r-lime-400\/0:focus {
  border-right-color: rgb(163 230 53 / 0);
}

.focus\:border-r-lime-400\/10:focus {
  border-right-color: rgb(163 230 53 / 0.1);
}

.focus\:border-r-lime-400\/100:focus {
  border-right-color: rgb(163 230 53 / 1);
}

.focus\:border-r-lime-400\/20:focus {
  border-right-color: rgb(163 230 53 / 0.2);
}

.focus\:border-r-lime-400\/25:focus {
  border-right-color: rgb(163 230 53 / 0.25);
}

.focus\:border-r-lime-400\/30:focus {
  border-right-color: rgb(163 230 53 / 0.3);
}

.focus\:border-r-lime-400\/40:focus {
  border-right-color: rgb(163 230 53 / 0.4);
}

.focus\:border-r-lime-400\/5:focus {
  border-right-color: rgb(163 230 53 / 0.05);
}

.focus\:border-r-lime-400\/50:focus {
  border-right-color: rgb(163 230 53 / 0.5);
}

.focus\:border-r-lime-400\/60:focus {
  border-right-color: rgb(163 230 53 / 0.6);
}

.focus\:border-r-lime-400\/70:focus {
  border-right-color: rgb(163 230 53 / 0.7);
}

.focus\:border-r-lime-400\/75:focus {
  border-right-color: rgb(163 230 53 / 0.75);
}

.focus\:border-r-lime-400\/80:focus {
  border-right-color: rgb(163 230 53 / 0.8);
}

.focus\:border-r-lime-400\/90:focus {
  border-right-color: rgb(163 230 53 / 0.9);
}

.focus\:border-r-lime-400\/95:focus {
  border-right-color: rgb(163 230 53 / 0.95);
}

.focus\:border-r-lime-50:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(247 254 231 / var(--tw-border-opacity));
}

.focus\:border-r-lime-50\/0:focus {
  border-right-color: rgb(247 254 231 / 0);
}

.focus\:border-r-lime-50\/10:focus {
  border-right-color: rgb(247 254 231 / 0.1);
}

.focus\:border-r-lime-50\/100:focus {
  border-right-color: rgb(247 254 231 / 1);
}

.focus\:border-r-lime-50\/20:focus {
  border-right-color: rgb(247 254 231 / 0.2);
}

.focus\:border-r-lime-50\/25:focus {
  border-right-color: rgb(247 254 231 / 0.25);
}

.focus\:border-r-lime-50\/30:focus {
  border-right-color: rgb(247 254 231 / 0.3);
}

.focus\:border-r-lime-50\/40:focus {
  border-right-color: rgb(247 254 231 / 0.4);
}

.focus\:border-r-lime-50\/5:focus {
  border-right-color: rgb(247 254 231 / 0.05);
}

.focus\:border-r-lime-50\/50:focus {
  border-right-color: rgb(247 254 231 / 0.5);
}

.focus\:border-r-lime-50\/60:focus {
  border-right-color: rgb(247 254 231 / 0.6);
}

.focus\:border-r-lime-50\/70:focus {
  border-right-color: rgb(247 254 231 / 0.7);
}

.focus\:border-r-lime-50\/75:focus {
  border-right-color: rgb(247 254 231 / 0.75);
}

.focus\:border-r-lime-50\/80:focus {
  border-right-color: rgb(247 254 231 / 0.8);
}

.focus\:border-r-lime-50\/90:focus {
  border-right-color: rgb(247 254 231 / 0.9);
}

.focus\:border-r-lime-50\/95:focus {
  border-right-color: rgb(247 254 231 / 0.95);
}

.focus\:border-r-lime-500:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(132 204 22 / var(--tw-border-opacity));
}

.focus\:border-r-lime-500\/0:focus {
  border-right-color: rgb(132 204 22 / 0);
}

.focus\:border-r-lime-500\/10:focus {
  border-right-color: rgb(132 204 22 / 0.1);
}

.focus\:border-r-lime-500\/100:focus {
  border-right-color: rgb(132 204 22 / 1);
}

.focus\:border-r-lime-500\/20:focus {
  border-right-color: rgb(132 204 22 / 0.2);
}

.focus\:border-r-lime-500\/25:focus {
  border-right-color: rgb(132 204 22 / 0.25);
}

.focus\:border-r-lime-500\/30:focus {
  border-right-color: rgb(132 204 22 / 0.3);
}

.focus\:border-r-lime-500\/40:focus {
  border-right-color: rgb(132 204 22 / 0.4);
}

.focus\:border-r-lime-500\/5:focus {
  border-right-color: rgb(132 204 22 / 0.05);
}

.focus\:border-r-lime-500\/50:focus {
  border-right-color: rgb(132 204 22 / 0.5);
}

.focus\:border-r-lime-500\/60:focus {
  border-right-color: rgb(132 204 22 / 0.6);
}

.focus\:border-r-lime-500\/70:focus {
  border-right-color: rgb(132 204 22 / 0.7);
}

.focus\:border-r-lime-500\/75:focus {
  border-right-color: rgb(132 204 22 / 0.75);
}

.focus\:border-r-lime-500\/80:focus {
  border-right-color: rgb(132 204 22 / 0.8);
}

.focus\:border-r-lime-500\/90:focus {
  border-right-color: rgb(132 204 22 / 0.9);
}

.focus\:border-r-lime-500\/95:focus {
  border-right-color: rgb(132 204 22 / 0.95);
}

.focus\:border-r-lime-600:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(101 163 13 / var(--tw-border-opacity));
}

.focus\:border-r-lime-600\/0:focus {
  border-right-color: rgb(101 163 13 / 0);
}

.focus\:border-r-lime-600\/10:focus {
  border-right-color: rgb(101 163 13 / 0.1);
}

.focus\:border-r-lime-600\/100:focus {
  border-right-color: rgb(101 163 13 / 1);
}

.focus\:border-r-lime-600\/20:focus {
  border-right-color: rgb(101 163 13 / 0.2);
}

.focus\:border-r-lime-600\/25:focus {
  border-right-color: rgb(101 163 13 / 0.25);
}

.focus\:border-r-lime-600\/30:focus {
  border-right-color: rgb(101 163 13 / 0.3);
}

.focus\:border-r-lime-600\/40:focus {
  border-right-color: rgb(101 163 13 / 0.4);
}

.focus\:border-r-lime-600\/5:focus {
  border-right-color: rgb(101 163 13 / 0.05);
}

.focus\:border-r-lime-600\/50:focus {
  border-right-color: rgb(101 163 13 / 0.5);
}

.focus\:border-r-lime-600\/60:focus {
  border-right-color: rgb(101 163 13 / 0.6);
}

.focus\:border-r-lime-600\/70:focus {
  border-right-color: rgb(101 163 13 / 0.7);
}

.focus\:border-r-lime-600\/75:focus {
  border-right-color: rgb(101 163 13 / 0.75);
}

.focus\:border-r-lime-600\/80:focus {
  border-right-color: rgb(101 163 13 / 0.8);
}

.focus\:border-r-lime-600\/90:focus {
  border-right-color: rgb(101 163 13 / 0.9);
}

.focus\:border-r-lime-600\/95:focus {
  border-right-color: rgb(101 163 13 / 0.95);
}

.focus\:border-r-lime-700:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(77 124 15 / var(--tw-border-opacity));
}

.focus\:border-r-lime-700\/0:focus {
  border-right-color: rgb(77 124 15 / 0);
}

.focus\:border-r-lime-700\/10:focus {
  border-right-color: rgb(77 124 15 / 0.1);
}

.focus\:border-r-lime-700\/100:focus {
  border-right-color: rgb(77 124 15 / 1);
}

.focus\:border-r-lime-700\/20:focus {
  border-right-color: rgb(77 124 15 / 0.2);
}

.focus\:border-r-lime-700\/25:focus {
  border-right-color: rgb(77 124 15 / 0.25);
}

.focus\:border-r-lime-700\/30:focus {
  border-right-color: rgb(77 124 15 / 0.3);
}

.focus\:border-r-lime-700\/40:focus {
  border-right-color: rgb(77 124 15 / 0.4);
}

.focus\:border-r-lime-700\/5:focus {
  border-right-color: rgb(77 124 15 / 0.05);
}

.focus\:border-r-lime-700\/50:focus {
  border-right-color: rgb(77 124 15 / 0.5);
}

.focus\:border-r-lime-700\/60:focus {
  border-right-color: rgb(77 124 15 / 0.6);
}

.focus\:border-r-lime-700\/70:focus {
  border-right-color: rgb(77 124 15 / 0.7);
}

.focus\:border-r-lime-700\/75:focus {
  border-right-color: rgb(77 124 15 / 0.75);
}

.focus\:border-r-lime-700\/80:focus {
  border-right-color: rgb(77 124 15 / 0.8);
}

.focus\:border-r-lime-700\/90:focus {
  border-right-color: rgb(77 124 15 / 0.9);
}

.focus\:border-r-lime-700\/95:focus {
  border-right-color: rgb(77 124 15 / 0.95);
}

.focus\:border-r-lime-800:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(63 98 18 / var(--tw-border-opacity));
}

.focus\:border-r-lime-800\/0:focus {
  border-right-color: rgb(63 98 18 / 0);
}

.focus\:border-r-lime-800\/10:focus {
  border-right-color: rgb(63 98 18 / 0.1);
}

.focus\:border-r-lime-800\/100:focus {
  border-right-color: rgb(63 98 18 / 1);
}

.focus\:border-r-lime-800\/20:focus {
  border-right-color: rgb(63 98 18 / 0.2);
}

.focus\:border-r-lime-800\/25:focus {
  border-right-color: rgb(63 98 18 / 0.25);
}

.focus\:border-r-lime-800\/30:focus {
  border-right-color: rgb(63 98 18 / 0.3);
}

.focus\:border-r-lime-800\/40:focus {
  border-right-color: rgb(63 98 18 / 0.4);
}

.focus\:border-r-lime-800\/5:focus {
  border-right-color: rgb(63 98 18 / 0.05);
}

.focus\:border-r-lime-800\/50:focus {
  border-right-color: rgb(63 98 18 / 0.5);
}

.focus\:border-r-lime-800\/60:focus {
  border-right-color: rgb(63 98 18 / 0.6);
}

.focus\:border-r-lime-800\/70:focus {
  border-right-color: rgb(63 98 18 / 0.7);
}

.focus\:border-r-lime-800\/75:focus {
  border-right-color: rgb(63 98 18 / 0.75);
}

.focus\:border-r-lime-800\/80:focus {
  border-right-color: rgb(63 98 18 / 0.8);
}

.focus\:border-r-lime-800\/90:focus {
  border-right-color: rgb(63 98 18 / 0.9);
}

.focus\:border-r-lime-800\/95:focus {
  border-right-color: rgb(63 98 18 / 0.95);
}

.focus\:border-r-lime-900:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(54 83 20 / var(--tw-border-opacity));
}

.focus\:border-r-lime-900\/0:focus {
  border-right-color: rgb(54 83 20 / 0);
}

.focus\:border-r-lime-900\/10:focus {
  border-right-color: rgb(54 83 20 / 0.1);
}

.focus\:border-r-lime-900\/100:focus {
  border-right-color: rgb(54 83 20 / 1);
}

.focus\:border-r-lime-900\/20:focus {
  border-right-color: rgb(54 83 20 / 0.2);
}

.focus\:border-r-lime-900\/25:focus {
  border-right-color: rgb(54 83 20 / 0.25);
}

.focus\:border-r-lime-900\/30:focus {
  border-right-color: rgb(54 83 20 / 0.3);
}

.focus\:border-r-lime-900\/40:focus {
  border-right-color: rgb(54 83 20 / 0.4);
}

.focus\:border-r-lime-900\/5:focus {
  border-right-color: rgb(54 83 20 / 0.05);
}

.focus\:border-r-lime-900\/50:focus {
  border-right-color: rgb(54 83 20 / 0.5);
}

.focus\:border-r-lime-900\/60:focus {
  border-right-color: rgb(54 83 20 / 0.6);
}

.focus\:border-r-lime-900\/70:focus {
  border-right-color: rgb(54 83 20 / 0.7);
}

.focus\:border-r-lime-900\/75:focus {
  border-right-color: rgb(54 83 20 / 0.75);
}

.focus\:border-r-lime-900\/80:focus {
  border-right-color: rgb(54 83 20 / 0.8);
}

.focus\:border-r-lime-900\/90:focus {
  border-right-color: rgb(54 83 20 / 0.9);
}

.focus\:border-r-lime-900\/95:focus {
  border-right-color: rgb(54 83 20 / 0.95);
}

.focus\:border-r-lime-950:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(26 46 5 / var(--tw-border-opacity));
}

.focus\:border-r-lime-950\/0:focus {
  border-right-color: rgb(26 46 5 / 0);
}

.focus\:border-r-lime-950\/10:focus {
  border-right-color: rgb(26 46 5 / 0.1);
}

.focus\:border-r-lime-950\/100:focus {
  border-right-color: rgb(26 46 5 / 1);
}

.focus\:border-r-lime-950\/20:focus {
  border-right-color: rgb(26 46 5 / 0.2);
}

.focus\:border-r-lime-950\/25:focus {
  border-right-color: rgb(26 46 5 / 0.25);
}

.focus\:border-r-lime-950\/30:focus {
  border-right-color: rgb(26 46 5 / 0.3);
}

.focus\:border-r-lime-950\/40:focus {
  border-right-color: rgb(26 46 5 / 0.4);
}

.focus\:border-r-lime-950\/5:focus {
  border-right-color: rgb(26 46 5 / 0.05);
}

.focus\:border-r-lime-950\/50:focus {
  border-right-color: rgb(26 46 5 / 0.5);
}

.focus\:border-r-lime-950\/60:focus {
  border-right-color: rgb(26 46 5 / 0.6);
}

.focus\:border-r-lime-950\/70:focus {
  border-right-color: rgb(26 46 5 / 0.7);
}

.focus\:border-r-lime-950\/75:focus {
  border-right-color: rgb(26 46 5 / 0.75);
}

.focus\:border-r-lime-950\/80:focus {
  border-right-color: rgb(26 46 5 / 0.8);
}

.focus\:border-r-lime-950\/90:focus {
  border-right-color: rgb(26 46 5 / 0.9);
}

.focus\:border-r-lime-950\/95:focus {
  border-right-color: rgb(26 46 5 / 0.95);
}

.focus\:border-r-nafisa-500:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(153 53 10 / var(--tw-border-opacity));
}

.focus\:border-r-nafisa-500\/0:focus {
  border-right-color: rgb(153 53 10 / 0);
}

.focus\:border-r-nafisa-500\/10:focus {
  border-right-color: rgb(153 53 10 / 0.1);
}

.focus\:border-r-nafisa-500\/100:focus {
  border-right-color: rgb(153 53 10 / 1);
}

.focus\:border-r-nafisa-500\/20:focus {
  border-right-color: rgb(153 53 10 / 0.2);
}

.focus\:border-r-nafisa-500\/25:focus {
  border-right-color: rgb(153 53 10 / 0.25);
}

.focus\:border-r-nafisa-500\/30:focus {
  border-right-color: rgb(153 53 10 / 0.3);
}

.focus\:border-r-nafisa-500\/40:focus {
  border-right-color: rgb(153 53 10 / 0.4);
}

.focus\:border-r-nafisa-500\/5:focus {
  border-right-color: rgb(153 53 10 / 0.05);
}

.focus\:border-r-nafisa-500\/50:focus {
  border-right-color: rgb(153 53 10 / 0.5);
}

.focus\:border-r-nafisa-500\/60:focus {
  border-right-color: rgb(153 53 10 / 0.6);
}

.focus\:border-r-nafisa-500\/70:focus {
  border-right-color: rgb(153 53 10 / 0.7);
}

.focus\:border-r-nafisa-500\/75:focus {
  border-right-color: rgb(153 53 10 / 0.75);
}

.focus\:border-r-nafisa-500\/80:focus {
  border-right-color: rgb(153 53 10 / 0.8);
}

.focus\:border-r-nafisa-500\/90:focus {
  border-right-color: rgb(153 53 10 / 0.9);
}

.focus\:border-r-nafisa-500\/95:focus {
  border-right-color: rgb(153 53 10 / 0.95);
}

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

.focus\:border-r-neutral-100\/0:focus {
  border-right-color: rgb(245 245 245 / 0);
}

.focus\:border-r-neutral-100\/10:focus {
  border-right-color: rgb(245 245 245 / 0.1);
}

.focus\:border-r-neutral-100\/100:focus {
  border-right-color: rgb(245 245 245 / 1);
}

.focus\:border-r-neutral-100\/20:focus {
  border-right-color: rgb(245 245 245 / 0.2);
}

.focus\:border-r-neutral-100\/25:focus {
  border-right-color: rgb(245 245 245 / 0.25);
}

.focus\:border-r-neutral-100\/30:focus {
  border-right-color: rgb(245 245 245 / 0.3);
}

.focus\:border-r-neutral-100\/40:focus {
  border-right-color: rgb(245 245 245 / 0.4);
}

.focus\:border-r-neutral-100\/5:focus {
  border-right-color: rgb(245 245 245 / 0.05);
}

.focus\:border-r-neutral-100\/50:focus {
  border-right-color: rgb(245 245 245 / 0.5);
}

.focus\:border-r-neutral-100\/60:focus {
  border-right-color: rgb(245 245 245 / 0.6);
}

.focus\:border-r-neutral-100\/70:focus {
  border-right-color: rgb(245 245 245 / 0.7);
}

.focus\:border-r-neutral-100\/75:focus {
  border-right-color: rgb(245 245 245 / 0.75);
}

.focus\:border-r-neutral-100\/80:focus {
  border-right-color: rgb(245 245 245 / 0.8);
}

.focus\:border-r-neutral-100\/90:focus {
  border-right-color: rgb(245 245 245 / 0.9);
}

.focus\:border-r-neutral-100\/95:focus {
  border-right-color: rgb(245 245 245 / 0.95);
}

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

.focus\:border-r-neutral-200\/0:focus {
  border-right-color: rgb(229 229 229 / 0);
}

.focus\:border-r-neutral-200\/10:focus {
  border-right-color: rgb(229 229 229 / 0.1);
}

.focus\:border-r-neutral-200\/100:focus {
  border-right-color: rgb(229 229 229 / 1);
}

.focus\:border-r-neutral-200\/20:focus {
  border-right-color: rgb(229 229 229 / 0.2);
}

.focus\:border-r-neutral-200\/25:focus {
  border-right-color: rgb(229 229 229 / 0.25);
}

.focus\:border-r-neutral-200\/30:focus {
  border-right-color: rgb(229 229 229 / 0.3);
}

.focus\:border-r-neutral-200\/40:focus {
  border-right-color: rgb(229 229 229 / 0.4);
}

.focus\:border-r-neutral-200\/5:focus {
  border-right-color: rgb(229 229 229 / 0.05);
}

.focus\:border-r-neutral-200\/50:focus {
  border-right-color: rgb(229 229 229 / 0.5);
}

.focus\:border-r-neutral-200\/60:focus {
  border-right-color: rgb(229 229 229 / 0.6);
}

.focus\:border-r-neutral-200\/70:focus {
  border-right-color: rgb(229 229 229 / 0.7);
}

.focus\:border-r-neutral-200\/75:focus {
  border-right-color: rgb(229 229 229 / 0.75);
}

.focus\:border-r-neutral-200\/80:focus {
  border-right-color: rgb(229 229 229 / 0.8);
}

.focus\:border-r-neutral-200\/90:focus {
  border-right-color: rgb(229 229 229 / 0.9);
}

.focus\:border-r-neutral-200\/95:focus {
  border-right-color: rgb(229 229 229 / 0.95);
}

.focus\:border-r-neutral-300:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.focus\:border-r-neutral-300\/0:focus {
  border-right-color: rgb(212 212 212 / 0);
}

.focus\:border-r-neutral-300\/10:focus {
  border-right-color: rgb(212 212 212 / 0.1);
}

.focus\:border-r-neutral-300\/100:focus {
  border-right-color: rgb(212 212 212 / 1);
}

.focus\:border-r-neutral-300\/20:focus {
  border-right-color: rgb(212 212 212 / 0.2);
}

.focus\:border-r-neutral-300\/25:focus {
  border-right-color: rgb(212 212 212 / 0.25);
}

.focus\:border-r-neutral-300\/30:focus {
  border-right-color: rgb(212 212 212 / 0.3);
}

.focus\:border-r-neutral-300\/40:focus {
  border-right-color: rgb(212 212 212 / 0.4);
}

.focus\:border-r-neutral-300\/5:focus {
  border-right-color: rgb(212 212 212 / 0.05);
}

.focus\:border-r-neutral-300\/50:focus {
  border-right-color: rgb(212 212 212 / 0.5);
}

.focus\:border-r-neutral-300\/60:focus {
  border-right-color: rgb(212 212 212 / 0.6);
}

.focus\:border-r-neutral-300\/70:focus {
  border-right-color: rgb(212 212 212 / 0.7);
}

.focus\:border-r-neutral-300\/75:focus {
  border-right-color: rgb(212 212 212 / 0.75);
}

.focus\:border-r-neutral-300\/80:focus {
  border-right-color: rgb(212 212 212 / 0.8);
}

.focus\:border-r-neutral-300\/90:focus {
  border-right-color: rgb(212 212 212 / 0.9);
}

.focus\:border-r-neutral-300\/95:focus {
  border-right-color: rgb(212 212 212 / 0.95);
}

.focus\:border-r-neutral-400:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.focus\:border-r-neutral-400\/0:focus {
  border-right-color: rgb(163 163 163 / 0);
}

.focus\:border-r-neutral-400\/10:focus {
  border-right-color: rgb(163 163 163 / 0.1);
}

.focus\:border-r-neutral-400\/100:focus {
  border-right-color: rgb(163 163 163 / 1);
}

.focus\:border-r-neutral-400\/20:focus {
  border-right-color: rgb(163 163 163 / 0.2);
}

.focus\:border-r-neutral-400\/25:focus {
  border-right-color: rgb(163 163 163 / 0.25);
}

.focus\:border-r-neutral-400\/30:focus {
  border-right-color: rgb(163 163 163 / 0.3);
}

.focus\:border-r-neutral-400\/40:focus {
  border-right-color: rgb(163 163 163 / 0.4);
}

.focus\:border-r-neutral-400\/5:focus {
  border-right-color: rgb(163 163 163 / 0.05);
}

.focus\:border-r-neutral-400\/50:focus {
  border-right-color: rgb(163 163 163 / 0.5);
}

.focus\:border-r-neutral-400\/60:focus {
  border-right-color: rgb(163 163 163 / 0.6);
}

.focus\:border-r-neutral-400\/70:focus {
  border-right-color: rgb(163 163 163 / 0.7);
}

.focus\:border-r-neutral-400\/75:focus {
  border-right-color: rgb(163 163 163 / 0.75);
}

.focus\:border-r-neutral-400\/80:focus {
  border-right-color: rgb(163 163 163 / 0.8);
}

.focus\:border-r-neutral-400\/90:focus {
  border-right-color: rgb(163 163 163 / 0.9);
}

.focus\:border-r-neutral-400\/95:focus {
  border-right-color: rgb(163 163 163 / 0.95);
}

.focus\:border-r-neutral-50:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.focus\:border-r-neutral-50\/0:focus {
  border-right-color: rgb(250 250 250 / 0);
}

.focus\:border-r-neutral-50\/10:focus {
  border-right-color: rgb(250 250 250 / 0.1);
}

.focus\:border-r-neutral-50\/100:focus {
  border-right-color: rgb(250 250 250 / 1);
}

.focus\:border-r-neutral-50\/20:focus {
  border-right-color: rgb(250 250 250 / 0.2);
}

.focus\:border-r-neutral-50\/25:focus {
  border-right-color: rgb(250 250 250 / 0.25);
}

.focus\:border-r-neutral-50\/30:focus {
  border-right-color: rgb(250 250 250 / 0.3);
}

.focus\:border-r-neutral-50\/40:focus {
  border-right-color: rgb(250 250 250 / 0.4);
}

.focus\:border-r-neutral-50\/5:focus {
  border-right-color: rgb(250 250 250 / 0.05);
}

.focus\:border-r-neutral-50\/50:focus {
  border-right-color: rgb(250 250 250 / 0.5);
}

.focus\:border-r-neutral-50\/60:focus {
  border-right-color: rgb(250 250 250 / 0.6);
}

.focus\:border-r-neutral-50\/70:focus {
  border-right-color: rgb(250 250 250 / 0.7);
}

.focus\:border-r-neutral-50\/75:focus {
  border-right-color: rgb(250 250 250 / 0.75);
}

.focus\:border-r-neutral-50\/80:focus {
  border-right-color: rgb(250 250 250 / 0.8);
}

.focus\:border-r-neutral-50\/90:focus {
  border-right-color: rgb(250 250 250 / 0.9);
}

.focus\:border-r-neutral-50\/95:focus {
  border-right-color: rgb(250 250 250 / 0.95);
}

.focus\:border-r-neutral-500:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.focus\:border-r-neutral-500\/0:focus {
  border-right-color: rgb(115 115 115 / 0);
}

.focus\:border-r-neutral-500\/10:focus {
  border-right-color: rgb(115 115 115 / 0.1);
}

.focus\:border-r-neutral-500\/100:focus {
  border-right-color: rgb(115 115 115 / 1);
}

.focus\:border-r-neutral-500\/20:focus {
  border-right-color: rgb(115 115 115 / 0.2);
}

.focus\:border-r-neutral-500\/25:focus {
  border-right-color: rgb(115 115 115 / 0.25);
}

.focus\:border-r-neutral-500\/30:focus {
  border-right-color: rgb(115 115 115 / 0.3);
}

.focus\:border-r-neutral-500\/40:focus {
  border-right-color: rgb(115 115 115 / 0.4);
}

.focus\:border-r-neutral-500\/5:focus {
  border-right-color: rgb(115 115 115 / 0.05);
}

.focus\:border-r-neutral-500\/50:focus {
  border-right-color: rgb(115 115 115 / 0.5);
}

.focus\:border-r-neutral-500\/60:focus {
  border-right-color: rgb(115 115 115 / 0.6);
}

.focus\:border-r-neutral-500\/70:focus {
  border-right-color: rgb(115 115 115 / 0.7);
}

.focus\:border-r-neutral-500\/75:focus {
  border-right-color: rgb(115 115 115 / 0.75);
}

.focus\:border-r-neutral-500\/80:focus {
  border-right-color: rgb(115 115 115 / 0.8);
}

.focus\:border-r-neutral-500\/90:focus {
  border-right-color: rgb(115 115 115 / 0.9);
}

.focus\:border-r-neutral-500\/95:focus {
  border-right-color: rgb(115 115 115 / 0.95);
}

.focus\:border-r-neutral-600:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.focus\:border-r-neutral-600\/0:focus {
  border-right-color: rgb(82 82 82 / 0);
}

.focus\:border-r-neutral-600\/10:focus {
  border-right-color: rgb(82 82 82 / 0.1);
}

.focus\:border-r-neutral-600\/100:focus {
  border-right-color: rgb(82 82 82 / 1);
}

.focus\:border-r-neutral-600\/20:focus {
  border-right-color: rgb(82 82 82 / 0.2);
}

.focus\:border-r-neutral-600\/25:focus {
  border-right-color: rgb(82 82 82 / 0.25);
}

.focus\:border-r-neutral-600\/30:focus {
  border-right-color: rgb(82 82 82 / 0.3);
}

.focus\:border-r-neutral-600\/40:focus {
  border-right-color: rgb(82 82 82 / 0.4);
}

.focus\:border-r-neutral-600\/5:focus {
  border-right-color: rgb(82 82 82 / 0.05);
}

.focus\:border-r-neutral-600\/50:focus {
  border-right-color: rgb(82 82 82 / 0.5);
}

.focus\:border-r-neutral-600\/60:focus {
  border-right-color: rgb(82 82 82 / 0.6);
}

.focus\:border-r-neutral-600\/70:focus {
  border-right-color: rgb(82 82 82 / 0.7);
}

.focus\:border-r-neutral-600\/75:focus {
  border-right-color: rgb(82 82 82 / 0.75);
}

.focus\:border-r-neutral-600\/80:focus {
  border-right-color: rgb(82 82 82 / 0.8);
}

.focus\:border-r-neutral-600\/90:focus {
  border-right-color: rgb(82 82 82 / 0.9);
}

.focus\:border-r-neutral-600\/95:focus {
  border-right-color: rgb(82 82 82 / 0.95);
}

.focus\:border-r-neutral-700:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.focus\:border-r-neutral-700\/0:focus {
  border-right-color: rgb(64 64 64 / 0);
}

.focus\:border-r-neutral-700\/10:focus {
  border-right-color: rgb(64 64 64 / 0.1);
}

.focus\:border-r-neutral-700\/100:focus {
  border-right-color: rgb(64 64 64 / 1);
}

.focus\:border-r-neutral-700\/20:focus {
  border-right-color: rgb(64 64 64 / 0.2);
}

.focus\:border-r-neutral-700\/25:focus {
  border-right-color: rgb(64 64 64 / 0.25);
}

.focus\:border-r-neutral-700\/30:focus {
  border-right-color: rgb(64 64 64 / 0.3);
}

.focus\:border-r-neutral-700\/40:focus {
  border-right-color: rgb(64 64 64 / 0.4);
}

.focus\:border-r-neutral-700\/5:focus {
  border-right-color: rgb(64 64 64 / 0.05);
}

.focus\:border-r-neutral-700\/50:focus {
  border-right-color: rgb(64 64 64 / 0.5);
}

.focus\:border-r-neutral-700\/60:focus {
  border-right-color: rgb(64 64 64 / 0.6);
}

.focus\:border-r-neutral-700\/70:focus {
  border-right-color: rgb(64 64 64 / 0.7);
}

.focus\:border-r-neutral-700\/75:focus {
  border-right-color: rgb(64 64 64 / 0.75);
}

.focus\:border-r-neutral-700\/80:focus {
  border-right-color: rgb(64 64 64 / 0.8);
}

.focus\:border-r-neutral-700\/90:focus {
  border-right-color: rgb(64 64 64 / 0.9);
}

.focus\:border-r-neutral-700\/95:focus {
  border-right-color: rgb(64 64 64 / 0.95);
}

.focus\:border-r-neutral-800:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.focus\:border-r-neutral-800\/0:focus {
  border-right-color: rgb(38 38 38 / 0);
}

.focus\:border-r-neutral-800\/10:focus {
  border-right-color: rgb(38 38 38 / 0.1);
}

.focus\:border-r-neutral-800\/100:focus {
  border-right-color: rgb(38 38 38 / 1);
}

.focus\:border-r-neutral-800\/20:focus {
  border-right-color: rgb(38 38 38 / 0.2);
}

.focus\:border-r-neutral-800\/25:focus {
  border-right-color: rgb(38 38 38 / 0.25);
}

.focus\:border-r-neutral-800\/30:focus {
  border-right-color: rgb(38 38 38 / 0.3);
}

.focus\:border-r-neutral-800\/40:focus {
  border-right-color: rgb(38 38 38 / 0.4);
}

.focus\:border-r-neutral-800\/5:focus {
  border-right-color: rgb(38 38 38 / 0.05);
}

.focus\:border-r-neutral-800\/50:focus {
  border-right-color: rgb(38 38 38 / 0.5);
}

.focus\:border-r-neutral-800\/60:focus {
  border-right-color: rgb(38 38 38 / 0.6);
}

.focus\:border-r-neutral-800\/70:focus {
  border-right-color: rgb(38 38 38 / 0.7);
}

.focus\:border-r-neutral-800\/75:focus {
  border-right-color: rgb(38 38 38 / 0.75);
}

.focus\:border-r-neutral-800\/80:focus {
  border-right-color: rgb(38 38 38 / 0.8);
}

.focus\:border-r-neutral-800\/90:focus {
  border-right-color: rgb(38 38 38 / 0.9);
}

.focus\:border-r-neutral-800\/95:focus {
  border-right-color: rgb(38 38 38 / 0.95);
}

.focus\:border-r-neutral-900:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.focus\:border-r-neutral-900\/0:focus {
  border-right-color: rgb(23 23 23 / 0);
}

.focus\:border-r-neutral-900\/10:focus {
  border-right-color: rgb(23 23 23 / 0.1);
}

.focus\:border-r-neutral-900\/100:focus {
  border-right-color: rgb(23 23 23 / 1);
}

.focus\:border-r-neutral-900\/20:focus {
  border-right-color: rgb(23 23 23 / 0.2);
}

.focus\:border-r-neutral-900\/25:focus {
  border-right-color: rgb(23 23 23 / 0.25);
}

.focus\:border-r-neutral-900\/30:focus {
  border-right-color: rgb(23 23 23 / 0.3);
}

.focus\:border-r-neutral-900\/40:focus {
  border-right-color: rgb(23 23 23 / 0.4);
}

.focus\:border-r-neutral-900\/5:focus {
  border-right-color: rgb(23 23 23 / 0.05);
}

.focus\:border-r-neutral-900\/50:focus {
  border-right-color: rgb(23 23 23 / 0.5);
}

.focus\:border-r-neutral-900\/60:focus {
  border-right-color: rgb(23 23 23 / 0.6);
}

.focus\:border-r-neutral-900\/70:focus {
  border-right-color: rgb(23 23 23 / 0.7);
}

.focus\:border-r-neutral-900\/75:focus {
  border-right-color: rgb(23 23 23 / 0.75);
}

.focus\:border-r-neutral-900\/80:focus {
  border-right-color: rgb(23 23 23 / 0.8);
}

.focus\:border-r-neutral-900\/90:focus {
  border-right-color: rgb(23 23 23 / 0.9);
}

.focus\:border-r-neutral-900\/95:focus {
  border-right-color: rgb(23 23 23 / 0.95);
}

.focus\:border-r-neutral-950:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.focus\:border-r-neutral-950\/0:focus {
  border-right-color: rgb(10 10 10 / 0);
}

.focus\:border-r-neutral-950\/10:focus {
  border-right-color: rgb(10 10 10 / 0.1);
}

.focus\:border-r-neutral-950\/100:focus {
  border-right-color: rgb(10 10 10 / 1);
}

.focus\:border-r-neutral-950\/20:focus {
  border-right-color: rgb(10 10 10 / 0.2);
}

.focus\:border-r-neutral-950\/25:focus {
  border-right-color: rgb(10 10 10 / 0.25);
}

.focus\:border-r-neutral-950\/30:focus {
  border-right-color: rgb(10 10 10 / 0.3);
}

.focus\:border-r-neutral-950\/40:focus {
  border-right-color: rgb(10 10 10 / 0.4);
}

.focus\:border-r-neutral-950\/5:focus {
  border-right-color: rgb(10 10 10 / 0.05);
}

.focus\:border-r-neutral-950\/50:focus {
  border-right-color: rgb(10 10 10 / 0.5);
}

.focus\:border-r-neutral-950\/60:focus {
  border-right-color: rgb(10 10 10 / 0.6);
}

.focus\:border-r-neutral-950\/70:focus {
  border-right-color: rgb(10 10 10 / 0.7);
}

.focus\:border-r-neutral-950\/75:focus {
  border-right-color: rgb(10 10 10 / 0.75);
}

.focus\:border-r-neutral-950\/80:focus {
  border-right-color: rgb(10 10 10 / 0.8);
}

.focus\:border-r-neutral-950\/90:focus {
  border-right-color: rgb(10 10 10 / 0.9);
}

.focus\:border-r-neutral-950\/95:focus {
  border-right-color: rgb(10 10 10 / 0.95);
}

.focus\:border-r-orange-100:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 237 213 / var(--tw-border-opacity));
}

.focus\:border-r-orange-100\/0:focus {
  border-right-color: rgb(255 237 213 / 0);
}

.focus\:border-r-orange-100\/10:focus {
  border-right-color: rgb(255 237 213 / 0.1);
}

.focus\:border-r-orange-100\/100:focus {
  border-right-color: rgb(255 237 213 / 1);
}

.focus\:border-r-orange-100\/20:focus {
  border-right-color: rgb(255 237 213 / 0.2);
}

.focus\:border-r-orange-100\/25:focus {
  border-right-color: rgb(255 237 213 / 0.25);
}

.focus\:border-r-orange-100\/30:focus {
  border-right-color: rgb(255 237 213 / 0.3);
}

.focus\:border-r-orange-100\/40:focus {
  border-right-color: rgb(255 237 213 / 0.4);
}

.focus\:border-r-orange-100\/5:focus {
  border-right-color: rgb(255 237 213 / 0.05);
}

.focus\:border-r-orange-100\/50:focus {
  border-right-color: rgb(255 237 213 / 0.5);
}

.focus\:border-r-orange-100\/60:focus {
  border-right-color: rgb(255 237 213 / 0.6);
}

.focus\:border-r-orange-100\/70:focus {
  border-right-color: rgb(255 237 213 / 0.7);
}

.focus\:border-r-orange-100\/75:focus {
  border-right-color: rgb(255 237 213 / 0.75);
}

.focus\:border-r-orange-100\/80:focus {
  border-right-color: rgb(255 237 213 / 0.8);
}

.focus\:border-r-orange-100\/90:focus {
  border-right-color: rgb(255 237 213 / 0.9);
}

.focus\:border-r-orange-100\/95:focus {
  border-right-color: rgb(255 237 213 / 0.95);
}

.focus\:border-r-orange-200:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 215 170 / var(--tw-border-opacity));
}

.focus\:border-r-orange-200\/0:focus {
  border-right-color: rgb(254 215 170 / 0);
}

.focus\:border-r-orange-200\/10:focus {
  border-right-color: rgb(254 215 170 / 0.1);
}

.focus\:border-r-orange-200\/100:focus {
  border-right-color: rgb(254 215 170 / 1);
}

.focus\:border-r-orange-200\/20:focus {
  border-right-color: rgb(254 215 170 / 0.2);
}

.focus\:border-r-orange-200\/25:focus {
  border-right-color: rgb(254 215 170 / 0.25);
}

.focus\:border-r-orange-200\/30:focus {
  border-right-color: rgb(254 215 170 / 0.3);
}

.focus\:border-r-orange-200\/40:focus {
  border-right-color: rgb(254 215 170 / 0.4);
}

.focus\:border-r-orange-200\/5:focus {
  border-right-color: rgb(254 215 170 / 0.05);
}

.focus\:border-r-orange-200\/50:focus {
  border-right-color: rgb(254 215 170 / 0.5);
}

.focus\:border-r-orange-200\/60:focus {
  border-right-color: rgb(254 215 170 / 0.6);
}

.focus\:border-r-orange-200\/70:focus {
  border-right-color: rgb(254 215 170 / 0.7);
}

.focus\:border-r-orange-200\/75:focus {
  border-right-color: rgb(254 215 170 / 0.75);
}

.focus\:border-r-orange-200\/80:focus {
  border-right-color: rgb(254 215 170 / 0.8);
}

.focus\:border-r-orange-200\/90:focus {
  border-right-color: rgb(254 215 170 / 0.9);
}

.focus\:border-r-orange-200\/95:focus {
  border-right-color: rgb(254 215 170 / 0.95);
}

.focus\:border-r-orange-300:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 186 116 / var(--tw-border-opacity));
}

.focus\:border-r-orange-300\/0:focus {
  border-right-color: rgb(253 186 116 / 0);
}

.focus\:border-r-orange-300\/10:focus {
  border-right-color: rgb(253 186 116 / 0.1);
}

.focus\:border-r-orange-300\/100:focus {
  border-right-color: rgb(253 186 116 / 1);
}

.focus\:border-r-orange-300\/20:focus {
  border-right-color: rgb(253 186 116 / 0.2);
}

.focus\:border-r-orange-300\/25:focus {
  border-right-color: rgb(253 186 116 / 0.25);
}

.focus\:border-r-orange-300\/30:focus {
  border-right-color: rgb(253 186 116 / 0.3);
}

.focus\:border-r-orange-300\/40:focus {
  border-right-color: rgb(253 186 116 / 0.4);
}

.focus\:border-r-orange-300\/5:focus {
  border-right-color: rgb(253 186 116 / 0.05);
}

.focus\:border-r-orange-300\/50:focus {
  border-right-color: rgb(253 186 116 / 0.5);
}

.focus\:border-r-orange-300\/60:focus {
  border-right-color: rgb(253 186 116 / 0.6);
}

.focus\:border-r-orange-300\/70:focus {
  border-right-color: rgb(253 186 116 / 0.7);
}

.focus\:border-r-orange-300\/75:focus {
  border-right-color: rgb(253 186 116 / 0.75);
}

.focus\:border-r-orange-300\/80:focus {
  border-right-color: rgb(253 186 116 / 0.8);
}

.focus\:border-r-orange-300\/90:focus {
  border-right-color: rgb(253 186 116 / 0.9);
}

.focus\:border-r-orange-300\/95:focus {
  border-right-color: rgb(253 186 116 / 0.95);
}

.focus\:border-r-orange-400:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.focus\:border-r-orange-400\/0:focus {
  border-right-color: rgb(251 146 60 / 0);
}

.focus\:border-r-orange-400\/10:focus {
  border-right-color: rgb(251 146 60 / 0.1);
}

.focus\:border-r-orange-400\/100:focus {
  border-right-color: rgb(251 146 60 / 1);
}

.focus\:border-r-orange-400\/20:focus {
  border-right-color: rgb(251 146 60 / 0.2);
}

.focus\:border-r-orange-400\/25:focus {
  border-right-color: rgb(251 146 60 / 0.25);
}

.focus\:border-r-orange-400\/30:focus {
  border-right-color: rgb(251 146 60 / 0.3);
}

.focus\:border-r-orange-400\/40:focus {
  border-right-color: rgb(251 146 60 / 0.4);
}

.focus\:border-r-orange-400\/5:focus {
  border-right-color: rgb(251 146 60 / 0.05);
}

.focus\:border-r-orange-400\/50:focus {
  border-right-color: rgb(251 146 60 / 0.5);
}

.focus\:border-r-orange-400\/60:focus {
  border-right-color: rgb(251 146 60 / 0.6);
}

.focus\:border-r-orange-400\/70:focus {
  border-right-color: rgb(251 146 60 / 0.7);
}

.focus\:border-r-orange-400\/75:focus {
  border-right-color: rgb(251 146 60 / 0.75);
}

.focus\:border-r-orange-400\/80:focus {
  border-right-color: rgb(251 146 60 / 0.8);
}

.focus\:border-r-orange-400\/90:focus {
  border-right-color: rgb(251 146 60 / 0.9);
}

.focus\:border-r-orange-400\/95:focus {
  border-right-color: rgb(251 146 60 / 0.95);
}

.focus\:border-r-orange-50:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 247 237 / var(--tw-border-opacity));
}

.focus\:border-r-orange-50\/0:focus {
  border-right-color: rgb(255 247 237 / 0);
}

.focus\:border-r-orange-50\/10:focus {
  border-right-color: rgb(255 247 237 / 0.1);
}

.focus\:border-r-orange-50\/100:focus {
  border-right-color: rgb(255 247 237 / 1);
}

.focus\:border-r-orange-50\/20:focus {
  border-right-color: rgb(255 247 237 / 0.2);
}

.focus\:border-r-orange-50\/25:focus {
  border-right-color: rgb(255 247 237 / 0.25);
}

.focus\:border-r-orange-50\/30:focus {
  border-right-color: rgb(255 247 237 / 0.3);
}

.focus\:border-r-orange-50\/40:focus {
  border-right-color: rgb(255 247 237 / 0.4);
}

.focus\:border-r-orange-50\/5:focus {
  border-right-color: rgb(255 247 237 / 0.05);
}

.focus\:border-r-orange-50\/50:focus {
  border-right-color: rgb(255 247 237 / 0.5);
}

.focus\:border-r-orange-50\/60:focus {
  border-right-color: rgb(255 247 237 / 0.6);
}

.focus\:border-r-orange-50\/70:focus {
  border-right-color: rgb(255 247 237 / 0.7);
}

.focus\:border-r-orange-50\/75:focus {
  border-right-color: rgb(255 247 237 / 0.75);
}

.focus\:border-r-orange-50\/80:focus {
  border-right-color: rgb(255 247 237 / 0.8);
}

.focus\:border-r-orange-50\/90:focus {
  border-right-color: rgb(255 247 237 / 0.9);
}

.focus\:border-r-orange-50\/95:focus {
  border-right-color: rgb(255 247 237 / 0.95);
}

.focus\:border-r-orange-500:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(249 115 22 / var(--tw-border-opacity));
}

.focus\:border-r-orange-500\/0:focus {
  border-right-color: rgb(249 115 22 / 0);
}

.focus\:border-r-orange-500\/10:focus {
  border-right-color: rgb(249 115 22 / 0.1);
}

.focus\:border-r-orange-500\/100:focus {
  border-right-color: rgb(249 115 22 / 1);
}

.focus\:border-r-orange-500\/20:focus {
  border-right-color: rgb(249 115 22 / 0.2);
}

.focus\:border-r-orange-500\/25:focus {
  border-right-color: rgb(249 115 22 / 0.25);
}

.focus\:border-r-orange-500\/30:focus {
  border-right-color: rgb(249 115 22 / 0.3);
}

.focus\:border-r-orange-500\/40:focus {
  border-right-color: rgb(249 115 22 / 0.4);
}

.focus\:border-r-orange-500\/5:focus {
  border-right-color: rgb(249 115 22 / 0.05);
}

.focus\:border-r-orange-500\/50:focus {
  border-right-color: rgb(249 115 22 / 0.5);
}

.focus\:border-r-orange-500\/60:focus {
  border-right-color: rgb(249 115 22 / 0.6);
}

.focus\:border-r-orange-500\/70:focus {
  border-right-color: rgb(249 115 22 / 0.7);
}

.focus\:border-r-orange-500\/75:focus {
  border-right-color: rgb(249 115 22 / 0.75);
}

.focus\:border-r-orange-500\/80:focus {
  border-right-color: rgb(249 115 22 / 0.8);
}

.focus\:border-r-orange-500\/90:focus {
  border-right-color: rgb(249 115 22 / 0.9);
}

.focus\:border-r-orange-500\/95:focus {
  border-right-color: rgb(249 115 22 / 0.95);
}

.focus\:border-r-orange-600:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.focus\:border-r-orange-600\/0:focus {
  border-right-color: rgb(234 88 12 / 0);
}

.focus\:border-r-orange-600\/10:focus {
  border-right-color: rgb(234 88 12 / 0.1);
}

.focus\:border-r-orange-600\/100:focus {
  border-right-color: rgb(234 88 12 / 1);
}

.focus\:border-r-orange-600\/20:focus {
  border-right-color: rgb(234 88 12 / 0.2);
}

.focus\:border-r-orange-600\/25:focus {
  border-right-color: rgb(234 88 12 / 0.25);
}

.focus\:border-r-orange-600\/30:focus {
  border-right-color: rgb(234 88 12 / 0.3);
}

.focus\:border-r-orange-600\/40:focus {
  border-right-color: rgb(234 88 12 / 0.4);
}

.focus\:border-r-orange-600\/5:focus {
  border-right-color: rgb(234 88 12 / 0.05);
}

.focus\:border-r-orange-600\/50:focus {
  border-right-color: rgb(234 88 12 / 0.5);
}

.focus\:border-r-orange-600\/60:focus {
  border-right-color: rgb(234 88 12 / 0.6);
}

.focus\:border-r-orange-600\/70:focus {
  border-right-color: rgb(234 88 12 / 0.7);
}

.focus\:border-r-orange-600\/75:focus {
  border-right-color: rgb(234 88 12 / 0.75);
}

.focus\:border-r-orange-600\/80:focus {
  border-right-color: rgb(234 88 12 / 0.8);
}

.focus\:border-r-orange-600\/90:focus {
  border-right-color: rgb(234 88 12 / 0.9);
}

.focus\:border-r-orange-600\/95:focus {
  border-right-color: rgb(234 88 12 / 0.95);
}

.focus\:border-r-orange-700:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(194 65 12 / var(--tw-border-opacity));
}

.focus\:border-r-orange-700\/0:focus {
  border-right-color: rgb(194 65 12 / 0);
}

.focus\:border-r-orange-700\/10:focus {
  border-right-color: rgb(194 65 12 / 0.1);
}

.focus\:border-r-orange-700\/100:focus {
  border-right-color: rgb(194 65 12 / 1);
}

.focus\:border-r-orange-700\/20:focus {
  border-right-color: rgb(194 65 12 / 0.2);
}

.focus\:border-r-orange-700\/25:focus {
  border-right-color: rgb(194 65 12 / 0.25);
}

.focus\:border-r-orange-700\/30:focus {
  border-right-color: rgb(194 65 12 / 0.3);
}

.focus\:border-r-orange-700\/40:focus {
  border-right-color: rgb(194 65 12 / 0.4);
}

.focus\:border-r-orange-700\/5:focus {
  border-right-color: rgb(194 65 12 / 0.05);
}

.focus\:border-r-orange-700\/50:focus {
  border-right-color: rgb(194 65 12 / 0.5);
}

.focus\:border-r-orange-700\/60:focus {
  border-right-color: rgb(194 65 12 / 0.6);
}

.focus\:border-r-orange-700\/70:focus {
  border-right-color: rgb(194 65 12 / 0.7);
}

.focus\:border-r-orange-700\/75:focus {
  border-right-color: rgb(194 65 12 / 0.75);
}

.focus\:border-r-orange-700\/80:focus {
  border-right-color: rgb(194 65 12 / 0.8);
}

.focus\:border-r-orange-700\/90:focus {
  border-right-color: rgb(194 65 12 / 0.9);
}

.focus\:border-r-orange-700\/95:focus {
  border-right-color: rgb(194 65 12 / 0.95);
}

.focus\:border-r-orange-800:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(154 52 18 / var(--tw-border-opacity));
}

.focus\:border-r-orange-800\/0:focus {
  border-right-color: rgb(154 52 18 / 0);
}

.focus\:border-r-orange-800\/10:focus {
  border-right-color: rgb(154 52 18 / 0.1);
}

.focus\:border-r-orange-800\/100:focus {
  border-right-color: rgb(154 52 18 / 1);
}

.focus\:border-r-orange-800\/20:focus {
  border-right-color: rgb(154 52 18 / 0.2);
}

.focus\:border-r-orange-800\/25:focus {
  border-right-color: rgb(154 52 18 / 0.25);
}

.focus\:border-r-orange-800\/30:focus {
  border-right-color: rgb(154 52 18 / 0.3);
}

.focus\:border-r-orange-800\/40:focus {
  border-right-color: rgb(154 52 18 / 0.4);
}

.focus\:border-r-orange-800\/5:focus {
  border-right-color: rgb(154 52 18 / 0.05);
}

.focus\:border-r-orange-800\/50:focus {
  border-right-color: rgb(154 52 18 / 0.5);
}

.focus\:border-r-orange-800\/60:focus {
  border-right-color: rgb(154 52 18 / 0.6);
}

.focus\:border-r-orange-800\/70:focus {
  border-right-color: rgb(154 52 18 / 0.7);
}

.focus\:border-r-orange-800\/75:focus {
  border-right-color: rgb(154 52 18 / 0.75);
}

.focus\:border-r-orange-800\/80:focus {
  border-right-color: rgb(154 52 18 / 0.8);
}

.focus\:border-r-orange-800\/90:focus {
  border-right-color: rgb(154 52 18 / 0.9);
}

.focus\:border-r-orange-800\/95:focus {
  border-right-color: rgb(154 52 18 / 0.95);
}

.focus\:border-r-orange-900:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(124 45 18 / var(--tw-border-opacity));
}

.focus\:border-r-orange-900\/0:focus {
  border-right-color: rgb(124 45 18 / 0);
}

.focus\:border-r-orange-900\/10:focus {
  border-right-color: rgb(124 45 18 / 0.1);
}

.focus\:border-r-orange-900\/100:focus {
  border-right-color: rgb(124 45 18 / 1);
}

.focus\:border-r-orange-900\/20:focus {
  border-right-color: rgb(124 45 18 / 0.2);
}

.focus\:border-r-orange-900\/25:focus {
  border-right-color: rgb(124 45 18 / 0.25);
}

.focus\:border-r-orange-900\/30:focus {
  border-right-color: rgb(124 45 18 / 0.3);
}

.focus\:border-r-orange-900\/40:focus {
  border-right-color: rgb(124 45 18 / 0.4);
}

.focus\:border-r-orange-900\/5:focus {
  border-right-color: rgb(124 45 18 / 0.05);
}

.focus\:border-r-orange-900\/50:focus {
  border-right-color: rgb(124 45 18 / 0.5);
}

.focus\:border-r-orange-900\/60:focus {
  border-right-color: rgb(124 45 18 / 0.6);
}

.focus\:border-r-orange-900\/70:focus {
  border-right-color: rgb(124 45 18 / 0.7);
}

.focus\:border-r-orange-900\/75:focus {
  border-right-color: rgb(124 45 18 / 0.75);
}

.focus\:border-r-orange-900\/80:focus {
  border-right-color: rgb(124 45 18 / 0.8);
}

.focus\:border-r-orange-900\/90:focus {
  border-right-color: rgb(124 45 18 / 0.9);
}

.focus\:border-r-orange-900\/95:focus {
  border-right-color: rgb(124 45 18 / 0.95);
}

.focus\:border-r-orange-950:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(67 20 7 / var(--tw-border-opacity));
}

.focus\:border-r-orange-950\/0:focus {
  border-right-color: rgb(67 20 7 / 0);
}

.focus\:border-r-orange-950\/10:focus {
  border-right-color: rgb(67 20 7 / 0.1);
}

.focus\:border-r-orange-950\/100:focus {
  border-right-color: rgb(67 20 7 / 1);
}

.focus\:border-r-orange-950\/20:focus {
  border-right-color: rgb(67 20 7 / 0.2);
}

.focus\:border-r-orange-950\/25:focus {
  border-right-color: rgb(67 20 7 / 0.25);
}

.focus\:border-r-orange-950\/30:focus {
  border-right-color: rgb(67 20 7 / 0.3);
}

.focus\:border-r-orange-950\/40:focus {
  border-right-color: rgb(67 20 7 / 0.4);
}

.focus\:border-r-orange-950\/5:focus {
  border-right-color: rgb(67 20 7 / 0.05);
}

.focus\:border-r-orange-950\/50:focus {
  border-right-color: rgb(67 20 7 / 0.5);
}

.focus\:border-r-orange-950\/60:focus {
  border-right-color: rgb(67 20 7 / 0.6);
}

.focus\:border-r-orange-950\/70:focus {
  border-right-color: rgb(67 20 7 / 0.7);
}

.focus\:border-r-orange-950\/75:focus {
  border-right-color: rgb(67 20 7 / 0.75);
}

.focus\:border-r-orange-950\/80:focus {
  border-right-color: rgb(67 20 7 / 0.8);
}

.focus\:border-r-orange-950\/90:focus {
  border-right-color: rgb(67 20 7 / 0.9);
}

.focus\:border-r-orange-950\/95:focus {
  border-right-color: rgb(67 20 7 / 0.95);
}

.focus\:border-r-ozc-100:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 239 235 / var(--tw-border-opacity));
}

.focus\:border-r-ozc-100\/0:focus {
  border-right-color: rgb(255 239 235 / 0);
}

.focus\:border-r-ozc-100\/10:focus {
  border-right-color: rgb(255 239 235 / 0.1);
}

.focus\:border-r-ozc-100\/100:focus {
  border-right-color: rgb(255 239 235 / 1);
}

.focus\:border-r-ozc-100\/20:focus {
  border-right-color: rgb(255 239 235 / 0.2);
}

.focus\:border-r-ozc-100\/25:focus {
  border-right-color: rgb(255 239 235 / 0.25);
}

.focus\:border-r-ozc-100\/30:focus {
  border-right-color: rgb(255 239 235 / 0.3);
}

.focus\:border-r-ozc-100\/40:focus {
  border-right-color: rgb(255 239 235 / 0.4);
}

.focus\:border-r-ozc-100\/5:focus {
  border-right-color: rgb(255 239 235 / 0.05);
}

.focus\:border-r-ozc-100\/50:focus {
  border-right-color: rgb(255 239 235 / 0.5);
}

.focus\:border-r-ozc-100\/60:focus {
  border-right-color: rgb(255 239 235 / 0.6);
}

.focus\:border-r-ozc-100\/70:focus {
  border-right-color: rgb(255 239 235 / 0.7);
}

.focus\:border-r-ozc-100\/75:focus {
  border-right-color: rgb(255 239 235 / 0.75);
}

.focus\:border-r-ozc-100\/80:focus {
  border-right-color: rgb(255 239 235 / 0.8);
}

.focus\:border-r-ozc-100\/90:focus {
  border-right-color: rgb(255 239 235 / 0.9);
}

.focus\:border-r-ozc-100\/95:focus {
  border-right-color: rgb(255 239 235 / 0.95);
}

.focus\:border-r-ozc-200:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 225 222 / var(--tw-border-opacity));
}

.focus\:border-r-ozc-200\/0:focus {
  border-right-color: rgb(253 225 222 / 0);
}

.focus\:border-r-ozc-200\/10:focus {
  border-right-color: rgb(253 225 222 / 0.1);
}

.focus\:border-r-ozc-200\/100:focus {
  border-right-color: rgb(253 225 222 / 1);
}

.focus\:border-r-ozc-200\/20:focus {
  border-right-color: rgb(253 225 222 / 0.2);
}

.focus\:border-r-ozc-200\/25:focus {
  border-right-color: rgb(253 225 222 / 0.25);
}

.focus\:border-r-ozc-200\/30:focus {
  border-right-color: rgb(253 225 222 / 0.3);
}

.focus\:border-r-ozc-200\/40:focus {
  border-right-color: rgb(253 225 222 / 0.4);
}

.focus\:border-r-ozc-200\/5:focus {
  border-right-color: rgb(253 225 222 / 0.05);
}

.focus\:border-r-ozc-200\/50:focus {
  border-right-color: rgb(253 225 222 / 0.5);
}

.focus\:border-r-ozc-200\/60:focus {
  border-right-color: rgb(253 225 222 / 0.6);
}

.focus\:border-r-ozc-200\/70:focus {
  border-right-color: rgb(253 225 222 / 0.7);
}

.focus\:border-r-ozc-200\/75:focus {
  border-right-color: rgb(253 225 222 / 0.75);
}

.focus\:border-r-ozc-200\/80:focus {
  border-right-color: rgb(253 225 222 / 0.8);
}

.focus\:border-r-ozc-200\/90:focus {
  border-right-color: rgb(253 225 222 / 0.9);
}

.focus\:border-r-ozc-200\/95:focus {
  border-right-color: rgb(253 225 222 / 0.95);
}

.focus\:border-r-ozc-300:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(248 181 181 / var(--tw-border-opacity));
}

.focus\:border-r-ozc-300\/0:focus {
  border-right-color: rgb(248 181 181 / 0);
}

.focus\:border-r-ozc-300\/10:focus {
  border-right-color: rgb(248 181 181 / 0.1);
}

.focus\:border-r-ozc-300\/100:focus {
  border-right-color: rgb(248 181 181 / 1);
}

.focus\:border-r-ozc-300\/20:focus {
  border-right-color: rgb(248 181 181 / 0.2);
}

.focus\:border-r-ozc-300\/25:focus {
  border-right-color: rgb(248 181 181 / 0.25);
}

.focus\:border-r-ozc-300\/30:focus {
  border-right-color: rgb(248 181 181 / 0.3);
}

.focus\:border-r-ozc-300\/40:focus {
  border-right-color: rgb(248 181 181 / 0.4);
}

.focus\:border-r-ozc-300\/5:focus {
  border-right-color: rgb(248 181 181 / 0.05);
}

.focus\:border-r-ozc-300\/50:focus {
  border-right-color: rgb(248 181 181 / 0.5);
}

.focus\:border-r-ozc-300\/60:focus {
  border-right-color: rgb(248 181 181 / 0.6);
}

.focus\:border-r-ozc-300\/70:focus {
  border-right-color: rgb(248 181 181 / 0.7);
}

.focus\:border-r-ozc-300\/75:focus {
  border-right-color: rgb(248 181 181 / 0.75);
}

.focus\:border-r-ozc-300\/80:focus {
  border-right-color: rgb(248 181 181 / 0.8);
}

.focus\:border-r-ozc-300\/90:focus {
  border-right-color: rgb(248 181 181 / 0.9);
}

.focus\:border-r-ozc-300\/95:focus {
  border-right-color: rgb(248 181 181 / 0.95);
}

.focus\:border-r-ozc-400:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 189 173 / var(--tw-border-opacity));
}

.focus\:border-r-ozc-400\/0:focus {
  border-right-color: rgb(250 189 173 / 0);
}

.focus\:border-r-ozc-400\/10:focus {
  border-right-color: rgb(250 189 173 / 0.1);
}

.focus\:border-r-ozc-400\/100:focus {
  border-right-color: rgb(250 189 173 / 1);
}

.focus\:border-r-ozc-400\/20:focus {
  border-right-color: rgb(250 189 173 / 0.2);
}

.focus\:border-r-ozc-400\/25:focus {
  border-right-color: rgb(250 189 173 / 0.25);
}

.focus\:border-r-ozc-400\/30:focus {
  border-right-color: rgb(250 189 173 / 0.3);
}

.focus\:border-r-ozc-400\/40:focus {
  border-right-color: rgb(250 189 173 / 0.4);
}

.focus\:border-r-ozc-400\/5:focus {
  border-right-color: rgb(250 189 173 / 0.05);
}

.focus\:border-r-ozc-400\/50:focus {
  border-right-color: rgb(250 189 173 / 0.5);
}

.focus\:border-r-ozc-400\/60:focus {
  border-right-color: rgb(250 189 173 / 0.6);
}

.focus\:border-r-ozc-400\/70:focus {
  border-right-color: rgb(250 189 173 / 0.7);
}

.focus\:border-r-ozc-400\/75:focus {
  border-right-color: rgb(250 189 173 / 0.75);
}

.focus\:border-r-ozc-400\/80:focus {
  border-right-color: rgb(250 189 173 / 0.8);
}

.focus\:border-r-ozc-400\/90:focus {
  border-right-color: rgb(250 189 173 / 0.9);
}

.focus\:border-r-ozc-400\/95:focus {
  border-right-color: rgb(250 189 173 / 0.95);
}

.focus\:border-r-ozc-50:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 243 232 / var(--tw-border-opacity));
}

.focus\:border-r-ozc-50\/0:focus {
  border-right-color: rgb(254 243 232 / 0);
}

.focus\:border-r-ozc-50\/10:focus {
  border-right-color: rgb(254 243 232 / 0.1);
}

.focus\:border-r-ozc-50\/100:focus {
  border-right-color: rgb(254 243 232 / 1);
}

.focus\:border-r-ozc-50\/20:focus {
  border-right-color: rgb(254 243 232 / 0.2);
}

.focus\:border-r-ozc-50\/25:focus {
  border-right-color: rgb(254 243 232 / 0.25);
}

.focus\:border-r-ozc-50\/30:focus {
  border-right-color: rgb(254 243 232 / 0.3);
}

.focus\:border-r-ozc-50\/40:focus {
  border-right-color: rgb(254 243 232 / 0.4);
}

.focus\:border-r-ozc-50\/5:focus {
  border-right-color: rgb(254 243 232 / 0.05);
}

.focus\:border-r-ozc-50\/50:focus {
  border-right-color: rgb(254 243 232 / 0.5);
}

.focus\:border-r-ozc-50\/60:focus {
  border-right-color: rgb(254 243 232 / 0.6);
}

.focus\:border-r-ozc-50\/70:focus {
  border-right-color: rgb(254 243 232 / 0.7);
}

.focus\:border-r-ozc-50\/75:focus {
  border-right-color: rgb(254 243 232 / 0.75);
}

.focus\:border-r-ozc-50\/80:focus {
  border-right-color: rgb(254 243 232 / 0.8);
}

.focus\:border-r-ozc-50\/90:focus {
  border-right-color: rgb(254 243 232 / 0.9);
}

.focus\:border-r-ozc-50\/95:focus {
  border-right-color: rgb(254 243 232 / 0.95);
}

.focus\:border-r-ozc-500:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 110 96 / var(--tw-border-opacity));
}

.focus\:border-r-ozc-500\/0:focus {
  border-right-color: rgb(255 110 96 / 0);
}

.focus\:border-r-ozc-500\/10:focus {
  border-right-color: rgb(255 110 96 / 0.1);
}

.focus\:border-r-ozc-500\/100:focus {
  border-right-color: rgb(255 110 96 / 1);
}

.focus\:border-r-ozc-500\/20:focus {
  border-right-color: rgb(255 110 96 / 0.2);
}

.focus\:border-r-ozc-500\/25:focus {
  border-right-color: rgb(255 110 96 / 0.25);
}

.focus\:border-r-ozc-500\/30:focus {
  border-right-color: rgb(255 110 96 / 0.3);
}

.focus\:border-r-ozc-500\/40:focus {
  border-right-color: rgb(255 110 96 / 0.4);
}

.focus\:border-r-ozc-500\/5:focus {
  border-right-color: rgb(255 110 96 / 0.05);
}

.focus\:border-r-ozc-500\/50:focus {
  border-right-color: rgb(255 110 96 / 0.5);
}

.focus\:border-r-ozc-500\/60:focus {
  border-right-color: rgb(255 110 96 / 0.6);
}

.focus\:border-r-ozc-500\/70:focus {
  border-right-color: rgb(255 110 96 / 0.7);
}

.focus\:border-r-ozc-500\/75:focus {
  border-right-color: rgb(255 110 96 / 0.75);
}

.focus\:border-r-ozc-500\/80:focus {
  border-right-color: rgb(255 110 96 / 0.8);
}

.focus\:border-r-ozc-500\/90:focus {
  border-right-color: rgb(255 110 96 / 0.9);
}

.focus\:border-r-ozc-500\/95:focus {
  border-right-color: rgb(255 110 96 / 0.95);
}

.focus\:border-r-ozc-600:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(249 169 140 / var(--tw-border-opacity));
}

.focus\:border-r-ozc-600\/0:focus {
  border-right-color: rgb(249 169 140 / 0);
}

.focus\:border-r-ozc-600\/10:focus {
  border-right-color: rgb(249 169 140 / 0.1);
}

.focus\:border-r-ozc-600\/100:focus {
  border-right-color: rgb(249 169 140 / 1);
}

.focus\:border-r-ozc-600\/20:focus {
  border-right-color: rgb(249 169 140 / 0.2);
}

.focus\:border-r-ozc-600\/25:focus {
  border-right-color: rgb(249 169 140 / 0.25);
}

.focus\:border-r-ozc-600\/30:focus {
  border-right-color: rgb(249 169 140 / 0.3);
}

.focus\:border-r-ozc-600\/40:focus {
  border-right-color: rgb(249 169 140 / 0.4);
}

.focus\:border-r-ozc-600\/5:focus {
  border-right-color: rgb(249 169 140 / 0.05);
}

.focus\:border-r-ozc-600\/50:focus {
  border-right-color: rgb(249 169 140 / 0.5);
}

.focus\:border-r-ozc-600\/60:focus {
  border-right-color: rgb(249 169 140 / 0.6);
}

.focus\:border-r-ozc-600\/70:focus {
  border-right-color: rgb(249 169 140 / 0.7);
}

.focus\:border-r-ozc-600\/75:focus {
  border-right-color: rgb(249 169 140 / 0.75);
}

.focus\:border-r-ozc-600\/80:focus {
  border-right-color: rgb(249 169 140 / 0.8);
}

.focus\:border-r-ozc-600\/90:focus {
  border-right-color: rgb(249 169 140 / 0.9);
}

.focus\:border-r-ozc-600\/95:focus {
  border-right-color: rgb(249 169 140 / 0.95);
}

.focus\:border-r-ozc-700:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(246 148 114 / var(--tw-border-opacity));
}

.focus\:border-r-ozc-700\/0:focus {
  border-right-color: rgb(246 148 114 / 0);
}

.focus\:border-r-ozc-700\/10:focus {
  border-right-color: rgb(246 148 114 / 0.1);
}

.focus\:border-r-ozc-700\/100:focus {
  border-right-color: rgb(246 148 114 / 1);
}

.focus\:border-r-ozc-700\/20:focus {
  border-right-color: rgb(246 148 114 / 0.2);
}

.focus\:border-r-ozc-700\/25:focus {
  border-right-color: rgb(246 148 114 / 0.25);
}

.focus\:border-r-ozc-700\/30:focus {
  border-right-color: rgb(246 148 114 / 0.3);
}

.focus\:border-r-ozc-700\/40:focus {
  border-right-color: rgb(246 148 114 / 0.4);
}

.focus\:border-r-ozc-700\/5:focus {
  border-right-color: rgb(246 148 114 / 0.05);
}

.focus\:border-r-ozc-700\/50:focus {
  border-right-color: rgb(246 148 114 / 0.5);
}

.focus\:border-r-ozc-700\/60:focus {
  border-right-color: rgb(246 148 114 / 0.6);
}

.focus\:border-r-ozc-700\/70:focus {
  border-right-color: rgb(246 148 114 / 0.7);
}

.focus\:border-r-ozc-700\/75:focus {
  border-right-color: rgb(246 148 114 / 0.75);
}

.focus\:border-r-ozc-700\/80:focus {
  border-right-color: rgb(246 148 114 / 0.8);
}

.focus\:border-r-ozc-700\/90:focus {
  border-right-color: rgb(246 148 114 / 0.9);
}

.focus\:border-r-ozc-700\/95:focus {
  border-right-color: rgb(246 148 114 / 0.95);
}

.focus\:border-r-ozc-800:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 144 136 / var(--tw-border-opacity));
}

.focus\:border-r-ozc-800\/0:focus {
  border-right-color: rgb(245 144 136 / 0);
}

.focus\:border-r-ozc-800\/10:focus {
  border-right-color: rgb(245 144 136 / 0.1);
}

.focus\:border-r-ozc-800\/100:focus {
  border-right-color: rgb(245 144 136 / 1);
}

.focus\:border-r-ozc-800\/20:focus {
  border-right-color: rgb(245 144 136 / 0.2);
}

.focus\:border-r-ozc-800\/25:focus {
  border-right-color: rgb(245 144 136 / 0.25);
}

.focus\:border-r-ozc-800\/30:focus {
  border-right-color: rgb(245 144 136 / 0.3);
}

.focus\:border-r-ozc-800\/40:focus {
  border-right-color: rgb(245 144 136 / 0.4);
}

.focus\:border-r-ozc-800\/5:focus {
  border-right-color: rgb(245 144 136 / 0.05);
}

.focus\:border-r-ozc-800\/50:focus {
  border-right-color: rgb(245 144 136 / 0.5);
}

.focus\:border-r-ozc-800\/60:focus {
  border-right-color: rgb(245 144 136 / 0.6);
}

.focus\:border-r-ozc-800\/70:focus {
  border-right-color: rgb(245 144 136 / 0.7);
}

.focus\:border-r-ozc-800\/75:focus {
  border-right-color: rgb(245 144 136 / 0.75);
}

.focus\:border-r-ozc-800\/80:focus {
  border-right-color: rgb(245 144 136 / 0.8);
}

.focus\:border-r-ozc-800\/90:focus {
  border-right-color: rgb(245 144 136 / 0.9);
}

.focus\:border-r-ozc-800\/95:focus {
  border-right-color: rgb(245 144 136 / 0.95);
}

.focus\:border-r-ozc-900:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(243 121 124 / var(--tw-border-opacity));
}

.focus\:border-r-ozc-900\/0:focus {
  border-right-color: rgb(243 121 124 / 0);
}

.focus\:border-r-ozc-900\/10:focus {
  border-right-color: rgb(243 121 124 / 0.1);
}

.focus\:border-r-ozc-900\/100:focus {
  border-right-color: rgb(243 121 124 / 1);
}

.focus\:border-r-ozc-900\/20:focus {
  border-right-color: rgb(243 121 124 / 0.2);
}

.focus\:border-r-ozc-900\/25:focus {
  border-right-color: rgb(243 121 124 / 0.25);
}

.focus\:border-r-ozc-900\/30:focus {
  border-right-color: rgb(243 121 124 / 0.3);
}

.focus\:border-r-ozc-900\/40:focus {
  border-right-color: rgb(243 121 124 / 0.4);
}

.focus\:border-r-ozc-900\/5:focus {
  border-right-color: rgb(243 121 124 / 0.05);
}

.focus\:border-r-ozc-900\/50:focus {
  border-right-color: rgb(243 121 124 / 0.5);
}

.focus\:border-r-ozc-900\/60:focus {
  border-right-color: rgb(243 121 124 / 0.6);
}

.focus\:border-r-ozc-900\/70:focus {
  border-right-color: rgb(243 121 124 / 0.7);
}

.focus\:border-r-ozc-900\/75:focus {
  border-right-color: rgb(243 121 124 / 0.75);
}

.focus\:border-r-ozc-900\/80:focus {
  border-right-color: rgb(243 121 124 / 0.8);
}

.focus\:border-r-ozc-900\/90:focus {
  border-right-color: rgb(243 121 124 / 0.9);
}

.focus\:border-r-ozc-900\/95:focus {
  border-right-color: rgb(243 121 124 / 0.95);
}

.focus\:border-r-ozc-950:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.focus\:border-r-ozc-950\/0:focus {
  border-right-color: rgb(42 45 51 / 0);
}

.focus\:border-r-ozc-950\/10:focus {
  border-right-color: rgb(42 45 51 / 0.1);
}

.focus\:border-r-ozc-950\/100:focus {
  border-right-color: rgb(42 45 51 / 1);
}

.focus\:border-r-ozc-950\/20:focus {
  border-right-color: rgb(42 45 51 / 0.2);
}

.focus\:border-r-ozc-950\/25:focus {
  border-right-color: rgb(42 45 51 / 0.25);
}

.focus\:border-r-ozc-950\/30:focus {
  border-right-color: rgb(42 45 51 / 0.3);
}

.focus\:border-r-ozc-950\/40:focus {
  border-right-color: rgb(42 45 51 / 0.4);
}

.focus\:border-r-ozc-950\/5:focus {
  border-right-color: rgb(42 45 51 / 0.05);
}

.focus\:border-r-ozc-950\/50:focus {
  border-right-color: rgb(42 45 51 / 0.5);
}

.focus\:border-r-ozc-950\/60:focus {
  border-right-color: rgb(42 45 51 / 0.6);
}

.focus\:border-r-ozc-950\/70:focus {
  border-right-color: rgb(42 45 51 / 0.7);
}

.focus\:border-r-ozc-950\/75:focus {
  border-right-color: rgb(42 45 51 / 0.75);
}

.focus\:border-r-ozc-950\/80:focus {
  border-right-color: rgb(42 45 51 / 0.8);
}

.focus\:border-r-ozc-950\/90:focus {
  border-right-color: rgb(42 45 51 / 0.9);
}

.focus\:border-r-ozc-950\/95:focus {
  border-right-color: rgb(42 45 51 / 0.95);
}

.focus\:border-r-ozc-alt-100:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 250 230 / var(--tw-border-opacity));
}

.focus\:border-r-ozc-alt-100\/0:focus {
  border-right-color: rgb(255 250 230 / 0);
}

.focus\:border-r-ozc-alt-100\/10:focus {
  border-right-color: rgb(255 250 230 / 0.1);
}

.focus\:border-r-ozc-alt-100\/100:focus {
  border-right-color: rgb(255 250 230 / 1);
}

.focus\:border-r-ozc-alt-100\/20:focus {
  border-right-color: rgb(255 250 230 / 0.2);
}

.focus\:border-r-ozc-alt-100\/25:focus {
  border-right-color: rgb(255 250 230 / 0.25);
}

.focus\:border-r-ozc-alt-100\/30:focus {
  border-right-color: rgb(255 250 230 / 0.3);
}

.focus\:border-r-ozc-alt-100\/40:focus {
  border-right-color: rgb(255 250 230 / 0.4);
}

.focus\:border-r-ozc-alt-100\/5:focus {
  border-right-color: rgb(255 250 230 / 0.05);
}

.focus\:border-r-ozc-alt-100\/50:focus {
  border-right-color: rgb(255 250 230 / 0.5);
}

.focus\:border-r-ozc-alt-100\/60:focus {
  border-right-color: rgb(255 250 230 / 0.6);
}

.focus\:border-r-ozc-alt-100\/70:focus {
  border-right-color: rgb(255 250 230 / 0.7);
}

.focus\:border-r-ozc-alt-100\/75:focus {
  border-right-color: rgb(255 250 230 / 0.75);
}

.focus\:border-r-ozc-alt-100\/80:focus {
  border-right-color: rgb(255 250 230 / 0.8);
}

.focus\:border-r-ozc-alt-100\/90:focus {
  border-right-color: rgb(255 250 230 / 0.9);
}

.focus\:border-r-ozc-alt-100\/95:focus {
  border-right-color: rgb(255 250 230 / 0.95);
}

.focus\:border-r-ozc-alt-200:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 242 193 / var(--tw-border-opacity));
}

.focus\:border-r-ozc-alt-200\/0:focus {
  border-right-color: rgb(255 242 193 / 0);
}

.focus\:border-r-ozc-alt-200\/10:focus {
  border-right-color: rgb(255 242 193 / 0.1);
}

.focus\:border-r-ozc-alt-200\/100:focus {
  border-right-color: rgb(255 242 193 / 1);
}

.focus\:border-r-ozc-alt-200\/20:focus {
  border-right-color: rgb(255 242 193 / 0.2);
}

.focus\:border-r-ozc-alt-200\/25:focus {
  border-right-color: rgb(255 242 193 / 0.25);
}

.focus\:border-r-ozc-alt-200\/30:focus {
  border-right-color: rgb(255 242 193 / 0.3);
}

.focus\:border-r-ozc-alt-200\/40:focus {
  border-right-color: rgb(255 242 193 / 0.4);
}

.focus\:border-r-ozc-alt-200\/5:focus {
  border-right-color: rgb(255 242 193 / 0.05);
}

.focus\:border-r-ozc-alt-200\/50:focus {
  border-right-color: rgb(255 242 193 / 0.5);
}

.focus\:border-r-ozc-alt-200\/60:focus {
  border-right-color: rgb(255 242 193 / 0.6);
}

.focus\:border-r-ozc-alt-200\/70:focus {
  border-right-color: rgb(255 242 193 / 0.7);
}

.focus\:border-r-ozc-alt-200\/75:focus {
  border-right-color: rgb(255 242 193 / 0.75);
}

.focus\:border-r-ozc-alt-200\/80:focus {
  border-right-color: rgb(255 242 193 / 0.8);
}

.focus\:border-r-ozc-alt-200\/90:focus {
  border-right-color: rgb(255 242 193 / 0.9);
}

.focus\:border-r-ozc-alt-200\/95:focus {
  border-right-color: rgb(255 242 193 / 0.95);
}

.focus\:border-r-ozc-alt-300:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 235 155 / var(--tw-border-opacity));
}

.focus\:border-r-ozc-alt-300\/0:focus {
  border-right-color: rgb(255 235 155 / 0);
}

.focus\:border-r-ozc-alt-300\/10:focus {
  border-right-color: rgb(255 235 155 / 0.1);
}

.focus\:border-r-ozc-alt-300\/100:focus {
  border-right-color: rgb(255 235 155 / 1);
}

.focus\:border-r-ozc-alt-300\/20:focus {
  border-right-color: rgb(255 235 155 / 0.2);
}

.focus\:border-r-ozc-alt-300\/25:focus {
  border-right-color: rgb(255 235 155 / 0.25);
}

.focus\:border-r-ozc-alt-300\/30:focus {
  border-right-color: rgb(255 235 155 / 0.3);
}

.focus\:border-r-ozc-alt-300\/40:focus {
  border-right-color: rgb(255 235 155 / 0.4);
}

.focus\:border-r-ozc-alt-300\/5:focus {
  border-right-color: rgb(255 235 155 / 0.05);
}

.focus\:border-r-ozc-alt-300\/50:focus {
  border-right-color: rgb(255 235 155 / 0.5);
}

.focus\:border-r-ozc-alt-300\/60:focus {
  border-right-color: rgb(255 235 155 / 0.6);
}

.focus\:border-r-ozc-alt-300\/70:focus {
  border-right-color: rgb(255 235 155 / 0.7);
}

.focus\:border-r-ozc-alt-300\/75:focus {
  border-right-color: rgb(255 235 155 / 0.75);
}

.focus\:border-r-ozc-alt-300\/80:focus {
  border-right-color: rgb(255 235 155 / 0.8);
}

.focus\:border-r-ozc-alt-300\/90:focus {
  border-right-color: rgb(255 235 155 / 0.9);
}

.focus\:border-r-ozc-alt-300\/95:focus {
  border-right-color: rgb(255 235 155 / 0.95);
}

.focus\:border-r-ozc-alt-400:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 219 80 / var(--tw-border-opacity));
}

.focus\:border-r-ozc-alt-400\/0:focus {
  border-right-color: rgb(255 219 80 / 0);
}

.focus\:border-r-ozc-alt-400\/10:focus {
  border-right-color: rgb(255 219 80 / 0.1);
}

.focus\:border-r-ozc-alt-400\/100:focus {
  border-right-color: rgb(255 219 80 / 1);
}

.focus\:border-r-ozc-alt-400\/20:focus {
  border-right-color: rgb(255 219 80 / 0.2);
}

.focus\:border-r-ozc-alt-400\/25:focus {
  border-right-color: rgb(255 219 80 / 0.25);
}

.focus\:border-r-ozc-alt-400\/30:focus {
  border-right-color: rgb(255 219 80 / 0.3);
}

.focus\:border-r-ozc-alt-400\/40:focus {
  border-right-color: rgb(255 219 80 / 0.4);
}

.focus\:border-r-ozc-alt-400\/5:focus {
  border-right-color: rgb(255 219 80 / 0.05);
}

.focus\:border-r-ozc-alt-400\/50:focus {
  border-right-color: rgb(255 219 80 / 0.5);
}

.focus\:border-r-ozc-alt-400\/60:focus {
  border-right-color: rgb(255 219 80 / 0.6);
}

.focus\:border-r-ozc-alt-400\/70:focus {
  border-right-color: rgb(255 219 80 / 0.7);
}

.focus\:border-r-ozc-alt-400\/75:focus {
  border-right-color: rgb(255 219 80 / 0.75);
}

.focus\:border-r-ozc-alt-400\/80:focus {
  border-right-color: rgb(255 219 80 / 0.8);
}

.focus\:border-r-ozc-alt-400\/90:focus {
  border-right-color: rgb(255 219 80 / 0.9);
}

.focus\:border-r-ozc-alt-400\/95:focus {
  border-right-color: rgb(255 219 80 / 0.95);
}

.focus\:border-r-ozc-alt-50:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 252 243 / var(--tw-border-opacity));
}

.focus\:border-r-ozc-alt-50\/0:focus {
  border-right-color: rgb(255 252 243 / 0);
}

.focus\:border-r-ozc-alt-50\/10:focus {
  border-right-color: rgb(255 252 243 / 0.1);
}

.focus\:border-r-ozc-alt-50\/100:focus {
  border-right-color: rgb(255 252 243 / 1);
}

.focus\:border-r-ozc-alt-50\/20:focus {
  border-right-color: rgb(255 252 243 / 0.2);
}

.focus\:border-r-ozc-alt-50\/25:focus {
  border-right-color: rgb(255 252 243 / 0.25);
}

.focus\:border-r-ozc-alt-50\/30:focus {
  border-right-color: rgb(255 252 243 / 0.3);
}

.focus\:border-r-ozc-alt-50\/40:focus {
  border-right-color: rgb(255 252 243 / 0.4);
}

.focus\:border-r-ozc-alt-50\/5:focus {
  border-right-color: rgb(255 252 243 / 0.05);
}

.focus\:border-r-ozc-alt-50\/50:focus {
  border-right-color: rgb(255 252 243 / 0.5);
}

.focus\:border-r-ozc-alt-50\/60:focus {
  border-right-color: rgb(255 252 243 / 0.6);
}

.focus\:border-r-ozc-alt-50\/70:focus {
  border-right-color: rgb(255 252 243 / 0.7);
}

.focus\:border-r-ozc-alt-50\/75:focus {
  border-right-color: rgb(255 252 243 / 0.75);
}

.focus\:border-r-ozc-alt-50\/80:focus {
  border-right-color: rgb(255 252 243 / 0.8);
}

.focus\:border-r-ozc-alt-50\/90:focus {
  border-right-color: rgb(255 252 243 / 0.9);
}

.focus\:border-r-ozc-alt-50\/95:focus {
  border-right-color: rgb(255 252 243 / 0.95);
}

.focus\:border-r-ozc-alt-500:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 204 5 / var(--tw-border-opacity));
}

.focus\:border-r-ozc-alt-500\/0:focus {
  border-right-color: rgb(255 204 5 / 0);
}

.focus\:border-r-ozc-alt-500\/10:focus {
  border-right-color: rgb(255 204 5 / 0.1);
}

.focus\:border-r-ozc-alt-500\/100:focus {
  border-right-color: rgb(255 204 5 / 1);
}

.focus\:border-r-ozc-alt-500\/20:focus {
  border-right-color: rgb(255 204 5 / 0.2);
}

.focus\:border-r-ozc-alt-500\/25:focus {
  border-right-color: rgb(255 204 5 / 0.25);
}

.focus\:border-r-ozc-alt-500\/30:focus {
  border-right-color: rgb(255 204 5 / 0.3);
}

.focus\:border-r-ozc-alt-500\/40:focus {
  border-right-color: rgb(255 204 5 / 0.4);
}

.focus\:border-r-ozc-alt-500\/5:focus {
  border-right-color: rgb(255 204 5 / 0.05);
}

.focus\:border-r-ozc-alt-500\/50:focus {
  border-right-color: rgb(255 204 5 / 0.5);
}

.focus\:border-r-ozc-alt-500\/60:focus {
  border-right-color: rgb(255 204 5 / 0.6);
}

.focus\:border-r-ozc-alt-500\/70:focus {
  border-right-color: rgb(255 204 5 / 0.7);
}

.focus\:border-r-ozc-alt-500\/75:focus {
  border-right-color: rgb(255 204 5 / 0.75);
}

.focus\:border-r-ozc-alt-500\/80:focus {
  border-right-color: rgb(255 204 5 / 0.8);
}

.focus\:border-r-ozc-alt-500\/90:focus {
  border-right-color: rgb(255 204 5 / 0.9);
}

.focus\:border-r-ozc-alt-500\/95:focus {
  border-right-color: rgb(255 204 5 / 0.95);
}

.focus\:border-r-ozc-alt-600:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(230 184 5 / var(--tw-border-opacity));
}

.focus\:border-r-ozc-alt-600\/0:focus {
  border-right-color: rgb(230 184 5 / 0);
}

.focus\:border-r-ozc-alt-600\/10:focus {
  border-right-color: rgb(230 184 5 / 0.1);
}

.focus\:border-r-ozc-alt-600\/100:focus {
  border-right-color: rgb(230 184 5 / 1);
}

.focus\:border-r-ozc-alt-600\/20:focus {
  border-right-color: rgb(230 184 5 / 0.2);
}

.focus\:border-r-ozc-alt-600\/25:focus {
  border-right-color: rgb(230 184 5 / 0.25);
}

.focus\:border-r-ozc-alt-600\/30:focus {
  border-right-color: rgb(230 184 5 / 0.3);
}

.focus\:border-r-ozc-alt-600\/40:focus {
  border-right-color: rgb(230 184 5 / 0.4);
}

.focus\:border-r-ozc-alt-600\/5:focus {
  border-right-color: rgb(230 184 5 / 0.05);
}

.focus\:border-r-ozc-alt-600\/50:focus {
  border-right-color: rgb(230 184 5 / 0.5);
}

.focus\:border-r-ozc-alt-600\/60:focus {
  border-right-color: rgb(230 184 5 / 0.6);
}

.focus\:border-r-ozc-alt-600\/70:focus {
  border-right-color: rgb(230 184 5 / 0.7);
}

.focus\:border-r-ozc-alt-600\/75:focus {
  border-right-color: rgb(230 184 5 / 0.75);
}

.focus\:border-r-ozc-alt-600\/80:focus {
  border-right-color: rgb(230 184 5 / 0.8);
}

.focus\:border-r-ozc-alt-600\/90:focus {
  border-right-color: rgb(230 184 5 / 0.9);
}

.focus\:border-r-ozc-alt-600\/95:focus {
  border-right-color: rgb(230 184 5 / 0.95);
}

.focus\:border-r-ozc-alt-700:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(153 122 3 / var(--tw-border-opacity));
}

.focus\:border-r-ozc-alt-700\/0:focus {
  border-right-color: rgb(153 122 3 / 0);
}

.focus\:border-r-ozc-alt-700\/10:focus {
  border-right-color: rgb(153 122 3 / 0.1);
}

.focus\:border-r-ozc-alt-700\/100:focus {
  border-right-color: rgb(153 122 3 / 1);
}

.focus\:border-r-ozc-alt-700\/20:focus {
  border-right-color: rgb(153 122 3 / 0.2);
}

.focus\:border-r-ozc-alt-700\/25:focus {
  border-right-color: rgb(153 122 3 / 0.25);
}

.focus\:border-r-ozc-alt-700\/30:focus {
  border-right-color: rgb(153 122 3 / 0.3);
}

.focus\:border-r-ozc-alt-700\/40:focus {
  border-right-color: rgb(153 122 3 / 0.4);
}

.focus\:border-r-ozc-alt-700\/5:focus {
  border-right-color: rgb(153 122 3 / 0.05);
}

.focus\:border-r-ozc-alt-700\/50:focus {
  border-right-color: rgb(153 122 3 / 0.5);
}

.focus\:border-r-ozc-alt-700\/60:focus {
  border-right-color: rgb(153 122 3 / 0.6);
}

.focus\:border-r-ozc-alt-700\/70:focus {
  border-right-color: rgb(153 122 3 / 0.7);
}

.focus\:border-r-ozc-alt-700\/75:focus {
  border-right-color: rgb(153 122 3 / 0.75);
}

.focus\:border-r-ozc-alt-700\/80:focus {
  border-right-color: rgb(153 122 3 / 0.8);
}

.focus\:border-r-ozc-alt-700\/90:focus {
  border-right-color: rgb(153 122 3 / 0.9);
}

.focus\:border-r-ozc-alt-700\/95:focus {
  border-right-color: rgb(153 122 3 / 0.95);
}

.focus\:border-r-ozc-alt-800:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(115 92 2 / var(--tw-border-opacity));
}

.focus\:border-r-ozc-alt-800\/0:focus {
  border-right-color: rgb(115 92 2 / 0);
}

.focus\:border-r-ozc-alt-800\/10:focus {
  border-right-color: rgb(115 92 2 / 0.1);
}

.focus\:border-r-ozc-alt-800\/100:focus {
  border-right-color: rgb(115 92 2 / 1);
}

.focus\:border-r-ozc-alt-800\/20:focus {
  border-right-color: rgb(115 92 2 / 0.2);
}

.focus\:border-r-ozc-alt-800\/25:focus {
  border-right-color: rgb(115 92 2 / 0.25);
}

.focus\:border-r-ozc-alt-800\/30:focus {
  border-right-color: rgb(115 92 2 / 0.3);
}

.focus\:border-r-ozc-alt-800\/40:focus {
  border-right-color: rgb(115 92 2 / 0.4);
}

.focus\:border-r-ozc-alt-800\/5:focus {
  border-right-color: rgb(115 92 2 / 0.05);
}

.focus\:border-r-ozc-alt-800\/50:focus {
  border-right-color: rgb(115 92 2 / 0.5);
}

.focus\:border-r-ozc-alt-800\/60:focus {
  border-right-color: rgb(115 92 2 / 0.6);
}

.focus\:border-r-ozc-alt-800\/70:focus {
  border-right-color: rgb(115 92 2 / 0.7);
}

.focus\:border-r-ozc-alt-800\/75:focus {
  border-right-color: rgb(115 92 2 / 0.75);
}

.focus\:border-r-ozc-alt-800\/80:focus {
  border-right-color: rgb(115 92 2 / 0.8);
}

.focus\:border-r-ozc-alt-800\/90:focus {
  border-right-color: rgb(115 92 2 / 0.9);
}

.focus\:border-r-ozc-alt-800\/95:focus {
  border-right-color: rgb(115 92 2 / 0.95);
}

.focus\:border-r-ozc-alt-900:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.focus\:border-r-ozc-alt-900\/0:focus {
  border-right-color: rgb(42 45 51 / 0);
}

.focus\:border-r-ozc-alt-900\/10:focus {
  border-right-color: rgb(42 45 51 / 0.1);
}

.focus\:border-r-ozc-alt-900\/100:focus {
  border-right-color: rgb(42 45 51 / 1);
}

.focus\:border-r-ozc-alt-900\/20:focus {
  border-right-color: rgb(42 45 51 / 0.2);
}

.focus\:border-r-ozc-alt-900\/25:focus {
  border-right-color: rgb(42 45 51 / 0.25);
}

.focus\:border-r-ozc-alt-900\/30:focus {
  border-right-color: rgb(42 45 51 / 0.3);
}

.focus\:border-r-ozc-alt-900\/40:focus {
  border-right-color: rgb(42 45 51 / 0.4);
}

.focus\:border-r-ozc-alt-900\/5:focus {
  border-right-color: rgb(42 45 51 / 0.05);
}

.focus\:border-r-ozc-alt-900\/50:focus {
  border-right-color: rgb(42 45 51 / 0.5);
}

.focus\:border-r-ozc-alt-900\/60:focus {
  border-right-color: rgb(42 45 51 / 0.6);
}

.focus\:border-r-ozc-alt-900\/70:focus {
  border-right-color: rgb(42 45 51 / 0.7);
}

.focus\:border-r-ozc-alt-900\/75:focus {
  border-right-color: rgb(42 45 51 / 0.75);
}

.focus\:border-r-ozc-alt-900\/80:focus {
  border-right-color: rgb(42 45 51 / 0.8);
}

.focus\:border-r-ozc-alt-900\/90:focus {
  border-right-color: rgb(42 45 51 / 0.9);
}

.focus\:border-r-ozc-alt-900\/95:focus {
  border-right-color: rgb(42 45 51 / 0.95);
}

.focus\:border-r-pink-100:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(252 231 243 / var(--tw-border-opacity));
}

.focus\:border-r-pink-100\/0:focus {
  border-right-color: rgb(252 231 243 / 0);
}

.focus\:border-r-pink-100\/10:focus {
  border-right-color: rgb(252 231 243 / 0.1);
}

.focus\:border-r-pink-100\/100:focus {
  border-right-color: rgb(252 231 243 / 1);
}

.focus\:border-r-pink-100\/20:focus {
  border-right-color: rgb(252 231 243 / 0.2);
}

.focus\:border-r-pink-100\/25:focus {
  border-right-color: rgb(252 231 243 / 0.25);
}

.focus\:border-r-pink-100\/30:focus {
  border-right-color: rgb(252 231 243 / 0.3);
}

.focus\:border-r-pink-100\/40:focus {
  border-right-color: rgb(252 231 243 / 0.4);
}

.focus\:border-r-pink-100\/5:focus {
  border-right-color: rgb(252 231 243 / 0.05);
}

.focus\:border-r-pink-100\/50:focus {
  border-right-color: rgb(252 231 243 / 0.5);
}

.focus\:border-r-pink-100\/60:focus {
  border-right-color: rgb(252 231 243 / 0.6);
}

.focus\:border-r-pink-100\/70:focus {
  border-right-color: rgb(252 231 243 / 0.7);
}

.focus\:border-r-pink-100\/75:focus {
  border-right-color: rgb(252 231 243 / 0.75);
}

.focus\:border-r-pink-100\/80:focus {
  border-right-color: rgb(252 231 243 / 0.8);
}

.focus\:border-r-pink-100\/90:focus {
  border-right-color: rgb(252 231 243 / 0.9);
}

.focus\:border-r-pink-100\/95:focus {
  border-right-color: rgb(252 231 243 / 0.95);
}

.focus\:border-r-pink-200:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(251 207 232 / var(--tw-border-opacity));
}

.focus\:border-r-pink-200\/0:focus {
  border-right-color: rgb(251 207 232 / 0);
}

.focus\:border-r-pink-200\/10:focus {
  border-right-color: rgb(251 207 232 / 0.1);
}

.focus\:border-r-pink-200\/100:focus {
  border-right-color: rgb(251 207 232 / 1);
}

.focus\:border-r-pink-200\/20:focus {
  border-right-color: rgb(251 207 232 / 0.2);
}

.focus\:border-r-pink-200\/25:focus {
  border-right-color: rgb(251 207 232 / 0.25);
}

.focus\:border-r-pink-200\/30:focus {
  border-right-color: rgb(251 207 232 / 0.3);
}

.focus\:border-r-pink-200\/40:focus {
  border-right-color: rgb(251 207 232 / 0.4);
}

.focus\:border-r-pink-200\/5:focus {
  border-right-color: rgb(251 207 232 / 0.05);
}

.focus\:border-r-pink-200\/50:focus {
  border-right-color: rgb(251 207 232 / 0.5);
}

.focus\:border-r-pink-200\/60:focus {
  border-right-color: rgb(251 207 232 / 0.6);
}

.focus\:border-r-pink-200\/70:focus {
  border-right-color: rgb(251 207 232 / 0.7);
}

.focus\:border-r-pink-200\/75:focus {
  border-right-color: rgb(251 207 232 / 0.75);
}

.focus\:border-r-pink-200\/80:focus {
  border-right-color: rgb(251 207 232 / 0.8);
}

.focus\:border-r-pink-200\/90:focus {
  border-right-color: rgb(251 207 232 / 0.9);
}

.focus\:border-r-pink-200\/95:focus {
  border-right-color: rgb(251 207 232 / 0.95);
}

.focus\:border-r-pink-300:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(249 168 212 / var(--tw-border-opacity));
}

.focus\:border-r-pink-300\/0:focus {
  border-right-color: rgb(249 168 212 / 0);
}

.focus\:border-r-pink-300\/10:focus {
  border-right-color: rgb(249 168 212 / 0.1);
}

.focus\:border-r-pink-300\/100:focus {
  border-right-color: rgb(249 168 212 / 1);
}

.focus\:border-r-pink-300\/20:focus {
  border-right-color: rgb(249 168 212 / 0.2);
}

.focus\:border-r-pink-300\/25:focus {
  border-right-color: rgb(249 168 212 / 0.25);
}

.focus\:border-r-pink-300\/30:focus {
  border-right-color: rgb(249 168 212 / 0.3);
}

.focus\:border-r-pink-300\/40:focus {
  border-right-color: rgb(249 168 212 / 0.4);
}

.focus\:border-r-pink-300\/5:focus {
  border-right-color: rgb(249 168 212 / 0.05);
}

.focus\:border-r-pink-300\/50:focus {
  border-right-color: rgb(249 168 212 / 0.5);
}

.focus\:border-r-pink-300\/60:focus {
  border-right-color: rgb(249 168 212 / 0.6);
}

.focus\:border-r-pink-300\/70:focus {
  border-right-color: rgb(249 168 212 / 0.7);
}

.focus\:border-r-pink-300\/75:focus {
  border-right-color: rgb(249 168 212 / 0.75);
}

.focus\:border-r-pink-300\/80:focus {
  border-right-color: rgb(249 168 212 / 0.8);
}

.focus\:border-r-pink-300\/90:focus {
  border-right-color: rgb(249 168 212 / 0.9);
}

.focus\:border-r-pink-300\/95:focus {
  border-right-color: rgb(249 168 212 / 0.95);
}

.focus\:border-r-pink-400:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(244 114 182 / var(--tw-border-opacity));
}

.focus\:border-r-pink-400\/0:focus {
  border-right-color: rgb(244 114 182 / 0);
}

.focus\:border-r-pink-400\/10:focus {
  border-right-color: rgb(244 114 182 / 0.1);
}

.focus\:border-r-pink-400\/100:focus {
  border-right-color: rgb(244 114 182 / 1);
}

.focus\:border-r-pink-400\/20:focus {
  border-right-color: rgb(244 114 182 / 0.2);
}

.focus\:border-r-pink-400\/25:focus {
  border-right-color: rgb(244 114 182 / 0.25);
}

.focus\:border-r-pink-400\/30:focus {
  border-right-color: rgb(244 114 182 / 0.3);
}

.focus\:border-r-pink-400\/40:focus {
  border-right-color: rgb(244 114 182 / 0.4);
}

.focus\:border-r-pink-400\/5:focus {
  border-right-color: rgb(244 114 182 / 0.05);
}

.focus\:border-r-pink-400\/50:focus {
  border-right-color: rgb(244 114 182 / 0.5);
}

.focus\:border-r-pink-400\/60:focus {
  border-right-color: rgb(244 114 182 / 0.6);
}

.focus\:border-r-pink-400\/70:focus {
  border-right-color: rgb(244 114 182 / 0.7);
}

.focus\:border-r-pink-400\/75:focus {
  border-right-color: rgb(244 114 182 / 0.75);
}

.focus\:border-r-pink-400\/80:focus {
  border-right-color: rgb(244 114 182 / 0.8);
}

.focus\:border-r-pink-400\/90:focus {
  border-right-color: rgb(244 114 182 / 0.9);
}

.focus\:border-r-pink-400\/95:focus {
  border-right-color: rgb(244 114 182 / 0.95);
}

.focus\:border-r-pink-50:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 242 248 / var(--tw-border-opacity));
}

.focus\:border-r-pink-50\/0:focus {
  border-right-color: rgb(253 242 248 / 0);
}

.focus\:border-r-pink-50\/10:focus {
  border-right-color: rgb(253 242 248 / 0.1);
}

.focus\:border-r-pink-50\/100:focus {
  border-right-color: rgb(253 242 248 / 1);
}

.focus\:border-r-pink-50\/20:focus {
  border-right-color: rgb(253 242 248 / 0.2);
}

.focus\:border-r-pink-50\/25:focus {
  border-right-color: rgb(253 242 248 / 0.25);
}

.focus\:border-r-pink-50\/30:focus {
  border-right-color: rgb(253 242 248 / 0.3);
}

.focus\:border-r-pink-50\/40:focus {
  border-right-color: rgb(253 242 248 / 0.4);
}

.focus\:border-r-pink-50\/5:focus {
  border-right-color: rgb(253 242 248 / 0.05);
}

.focus\:border-r-pink-50\/50:focus {
  border-right-color: rgb(253 242 248 / 0.5);
}

.focus\:border-r-pink-50\/60:focus {
  border-right-color: rgb(253 242 248 / 0.6);
}

.focus\:border-r-pink-50\/70:focus {
  border-right-color: rgb(253 242 248 / 0.7);
}

.focus\:border-r-pink-50\/75:focus {
  border-right-color: rgb(253 242 248 / 0.75);
}

.focus\:border-r-pink-50\/80:focus {
  border-right-color: rgb(253 242 248 / 0.8);
}

.focus\:border-r-pink-50\/90:focus {
  border-right-color: rgb(253 242 248 / 0.9);
}

.focus\:border-r-pink-50\/95:focus {
  border-right-color: rgb(253 242 248 / 0.95);
}

.focus\:border-r-pink-500:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(236 72 153 / var(--tw-border-opacity));
}

.focus\:border-r-pink-500\/0:focus {
  border-right-color: rgb(236 72 153 / 0);
}

.focus\:border-r-pink-500\/10:focus {
  border-right-color: rgb(236 72 153 / 0.1);
}

.focus\:border-r-pink-500\/100:focus {
  border-right-color: rgb(236 72 153 / 1);
}

.focus\:border-r-pink-500\/20:focus {
  border-right-color: rgb(236 72 153 / 0.2);
}

.focus\:border-r-pink-500\/25:focus {
  border-right-color: rgb(236 72 153 / 0.25);
}

.focus\:border-r-pink-500\/30:focus {
  border-right-color: rgb(236 72 153 / 0.3);
}

.focus\:border-r-pink-500\/40:focus {
  border-right-color: rgb(236 72 153 / 0.4);
}

.focus\:border-r-pink-500\/5:focus {
  border-right-color: rgb(236 72 153 / 0.05);
}

.focus\:border-r-pink-500\/50:focus {
  border-right-color: rgb(236 72 153 / 0.5);
}

.focus\:border-r-pink-500\/60:focus {
  border-right-color: rgb(236 72 153 / 0.6);
}

.focus\:border-r-pink-500\/70:focus {
  border-right-color: rgb(236 72 153 / 0.7);
}

.focus\:border-r-pink-500\/75:focus {
  border-right-color: rgb(236 72 153 / 0.75);
}

.focus\:border-r-pink-500\/80:focus {
  border-right-color: rgb(236 72 153 / 0.8);
}

.focus\:border-r-pink-500\/90:focus {
  border-right-color: rgb(236 72 153 / 0.9);
}

.focus\:border-r-pink-500\/95:focus {
  border-right-color: rgb(236 72 153 / 0.95);
}

.focus\:border-r-pink-600:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(219 39 119 / var(--tw-border-opacity));
}

.focus\:border-r-pink-600\/0:focus {
  border-right-color: rgb(219 39 119 / 0);
}

.focus\:border-r-pink-600\/10:focus {
  border-right-color: rgb(219 39 119 / 0.1);
}

.focus\:border-r-pink-600\/100:focus {
  border-right-color: rgb(219 39 119 / 1);
}

.focus\:border-r-pink-600\/20:focus {
  border-right-color: rgb(219 39 119 / 0.2);
}

.focus\:border-r-pink-600\/25:focus {
  border-right-color: rgb(219 39 119 / 0.25);
}

.focus\:border-r-pink-600\/30:focus {
  border-right-color: rgb(219 39 119 / 0.3);
}

.focus\:border-r-pink-600\/40:focus {
  border-right-color: rgb(219 39 119 / 0.4);
}

.focus\:border-r-pink-600\/5:focus {
  border-right-color: rgb(219 39 119 / 0.05);
}

.focus\:border-r-pink-600\/50:focus {
  border-right-color: rgb(219 39 119 / 0.5);
}

.focus\:border-r-pink-600\/60:focus {
  border-right-color: rgb(219 39 119 / 0.6);
}

.focus\:border-r-pink-600\/70:focus {
  border-right-color: rgb(219 39 119 / 0.7);
}

.focus\:border-r-pink-600\/75:focus {
  border-right-color: rgb(219 39 119 / 0.75);
}

.focus\:border-r-pink-600\/80:focus {
  border-right-color: rgb(219 39 119 / 0.8);
}

.focus\:border-r-pink-600\/90:focus {
  border-right-color: rgb(219 39 119 / 0.9);
}

.focus\:border-r-pink-600\/95:focus {
  border-right-color: rgb(219 39 119 / 0.95);
}

.focus\:border-r-pink-700:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(190 24 93 / var(--tw-border-opacity));
}

.focus\:border-r-pink-700\/0:focus {
  border-right-color: rgb(190 24 93 / 0);
}

.focus\:border-r-pink-700\/10:focus {
  border-right-color: rgb(190 24 93 / 0.1);
}

.focus\:border-r-pink-700\/100:focus {
  border-right-color: rgb(190 24 93 / 1);
}

.focus\:border-r-pink-700\/20:focus {
  border-right-color: rgb(190 24 93 / 0.2);
}

.focus\:border-r-pink-700\/25:focus {
  border-right-color: rgb(190 24 93 / 0.25);
}

.focus\:border-r-pink-700\/30:focus {
  border-right-color: rgb(190 24 93 / 0.3);
}

.focus\:border-r-pink-700\/40:focus {
  border-right-color: rgb(190 24 93 / 0.4);
}

.focus\:border-r-pink-700\/5:focus {
  border-right-color: rgb(190 24 93 / 0.05);
}

.focus\:border-r-pink-700\/50:focus {
  border-right-color: rgb(190 24 93 / 0.5);
}

.focus\:border-r-pink-700\/60:focus {
  border-right-color: rgb(190 24 93 / 0.6);
}

.focus\:border-r-pink-700\/70:focus {
  border-right-color: rgb(190 24 93 / 0.7);
}

.focus\:border-r-pink-700\/75:focus {
  border-right-color: rgb(190 24 93 / 0.75);
}

.focus\:border-r-pink-700\/80:focus {
  border-right-color: rgb(190 24 93 / 0.8);
}

.focus\:border-r-pink-700\/90:focus {
  border-right-color: rgb(190 24 93 / 0.9);
}

.focus\:border-r-pink-700\/95:focus {
  border-right-color: rgb(190 24 93 / 0.95);
}

.focus\:border-r-pink-800:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(157 23 77 / var(--tw-border-opacity));
}

.focus\:border-r-pink-800\/0:focus {
  border-right-color: rgb(157 23 77 / 0);
}

.focus\:border-r-pink-800\/10:focus {
  border-right-color: rgb(157 23 77 / 0.1);
}

.focus\:border-r-pink-800\/100:focus {
  border-right-color: rgb(157 23 77 / 1);
}

.focus\:border-r-pink-800\/20:focus {
  border-right-color: rgb(157 23 77 / 0.2);
}

.focus\:border-r-pink-800\/25:focus {
  border-right-color: rgb(157 23 77 / 0.25);
}

.focus\:border-r-pink-800\/30:focus {
  border-right-color: rgb(157 23 77 / 0.3);
}

.focus\:border-r-pink-800\/40:focus {
  border-right-color: rgb(157 23 77 / 0.4);
}

.focus\:border-r-pink-800\/5:focus {
  border-right-color: rgb(157 23 77 / 0.05);
}

.focus\:border-r-pink-800\/50:focus {
  border-right-color: rgb(157 23 77 / 0.5);
}

.focus\:border-r-pink-800\/60:focus {
  border-right-color: rgb(157 23 77 / 0.6);
}

.focus\:border-r-pink-800\/70:focus {
  border-right-color: rgb(157 23 77 / 0.7);
}

.focus\:border-r-pink-800\/75:focus {
  border-right-color: rgb(157 23 77 / 0.75);
}

.focus\:border-r-pink-800\/80:focus {
  border-right-color: rgb(157 23 77 / 0.8);
}

.focus\:border-r-pink-800\/90:focus {
  border-right-color: rgb(157 23 77 / 0.9);
}

.focus\:border-r-pink-800\/95:focus {
  border-right-color: rgb(157 23 77 / 0.95);
}

.focus\:border-r-pink-900:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(131 24 67 / var(--tw-border-opacity));
}

.focus\:border-r-pink-900\/0:focus {
  border-right-color: rgb(131 24 67 / 0);
}

.focus\:border-r-pink-900\/10:focus {
  border-right-color: rgb(131 24 67 / 0.1);
}

.focus\:border-r-pink-900\/100:focus {
  border-right-color: rgb(131 24 67 / 1);
}

.focus\:border-r-pink-900\/20:focus {
  border-right-color: rgb(131 24 67 / 0.2);
}

.focus\:border-r-pink-900\/25:focus {
  border-right-color: rgb(131 24 67 / 0.25);
}

.focus\:border-r-pink-900\/30:focus {
  border-right-color: rgb(131 24 67 / 0.3);
}

.focus\:border-r-pink-900\/40:focus {
  border-right-color: rgb(131 24 67 / 0.4);
}

.focus\:border-r-pink-900\/5:focus {
  border-right-color: rgb(131 24 67 / 0.05);
}

.focus\:border-r-pink-900\/50:focus {
  border-right-color: rgb(131 24 67 / 0.5);
}

.focus\:border-r-pink-900\/60:focus {
  border-right-color: rgb(131 24 67 / 0.6);
}

.focus\:border-r-pink-900\/70:focus {
  border-right-color: rgb(131 24 67 / 0.7);
}

.focus\:border-r-pink-900\/75:focus {
  border-right-color: rgb(131 24 67 / 0.75);
}

.focus\:border-r-pink-900\/80:focus {
  border-right-color: rgb(131 24 67 / 0.8);
}

.focus\:border-r-pink-900\/90:focus {
  border-right-color: rgb(131 24 67 / 0.9);
}

.focus\:border-r-pink-900\/95:focus {
  border-right-color: rgb(131 24 67 / 0.95);
}

.focus\:border-r-pink-950:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(80 7 36 / var(--tw-border-opacity));
}

.focus\:border-r-pink-950\/0:focus {
  border-right-color: rgb(80 7 36 / 0);
}

.focus\:border-r-pink-950\/10:focus {
  border-right-color: rgb(80 7 36 / 0.1);
}

.focus\:border-r-pink-950\/100:focus {
  border-right-color: rgb(80 7 36 / 1);
}

.focus\:border-r-pink-950\/20:focus {
  border-right-color: rgb(80 7 36 / 0.2);
}

.focus\:border-r-pink-950\/25:focus {
  border-right-color: rgb(80 7 36 / 0.25);
}

.focus\:border-r-pink-950\/30:focus {
  border-right-color: rgb(80 7 36 / 0.3);
}

.focus\:border-r-pink-950\/40:focus {
  border-right-color: rgb(80 7 36 / 0.4);
}

.focus\:border-r-pink-950\/5:focus {
  border-right-color: rgb(80 7 36 / 0.05);
}

.focus\:border-r-pink-950\/50:focus {
  border-right-color: rgb(80 7 36 / 0.5);
}

.focus\:border-r-pink-950\/60:focus {
  border-right-color: rgb(80 7 36 / 0.6);
}

.focus\:border-r-pink-950\/70:focus {
  border-right-color: rgb(80 7 36 / 0.7);
}

.focus\:border-r-pink-950\/75:focus {
  border-right-color: rgb(80 7 36 / 0.75);
}

.focus\:border-r-pink-950\/80:focus {
  border-right-color: rgb(80 7 36 / 0.8);
}

.focus\:border-r-pink-950\/90:focus {
  border-right-color: rgb(80 7 36 / 0.9);
}

.focus\:border-r-pink-950\/95:focus {
  border-right-color: rgb(80 7 36 / 0.95);
}

.focus\:border-r-purple-100:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(243 232 255 / var(--tw-border-opacity));
}

.focus\:border-r-purple-100\/0:focus {
  border-right-color: rgb(243 232 255 / 0);
}

.focus\:border-r-purple-100\/10:focus {
  border-right-color: rgb(243 232 255 / 0.1);
}

.focus\:border-r-purple-100\/100:focus {
  border-right-color: rgb(243 232 255 / 1);
}

.focus\:border-r-purple-100\/20:focus {
  border-right-color: rgb(243 232 255 / 0.2);
}

.focus\:border-r-purple-100\/25:focus {
  border-right-color: rgb(243 232 255 / 0.25);
}

.focus\:border-r-purple-100\/30:focus {
  border-right-color: rgb(243 232 255 / 0.3);
}

.focus\:border-r-purple-100\/40:focus {
  border-right-color: rgb(243 232 255 / 0.4);
}

.focus\:border-r-purple-100\/5:focus {
  border-right-color: rgb(243 232 255 / 0.05);
}

.focus\:border-r-purple-100\/50:focus {
  border-right-color: rgb(243 232 255 / 0.5);
}

.focus\:border-r-purple-100\/60:focus {
  border-right-color: rgb(243 232 255 / 0.6);
}

.focus\:border-r-purple-100\/70:focus {
  border-right-color: rgb(243 232 255 / 0.7);
}

.focus\:border-r-purple-100\/75:focus {
  border-right-color: rgb(243 232 255 / 0.75);
}

.focus\:border-r-purple-100\/80:focus {
  border-right-color: rgb(243 232 255 / 0.8);
}

.focus\:border-r-purple-100\/90:focus {
  border-right-color: rgb(243 232 255 / 0.9);
}

.focus\:border-r-purple-100\/95:focus {
  border-right-color: rgb(243 232 255 / 0.95);
}

.focus\:border-r-purple-200:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(233 213 255 / var(--tw-border-opacity));
}

.focus\:border-r-purple-200\/0:focus {
  border-right-color: rgb(233 213 255 / 0);
}

.focus\:border-r-purple-200\/10:focus {
  border-right-color: rgb(233 213 255 / 0.1);
}

.focus\:border-r-purple-200\/100:focus {
  border-right-color: rgb(233 213 255 / 1);
}

.focus\:border-r-purple-200\/20:focus {
  border-right-color: rgb(233 213 255 / 0.2);
}

.focus\:border-r-purple-200\/25:focus {
  border-right-color: rgb(233 213 255 / 0.25);
}

.focus\:border-r-purple-200\/30:focus {
  border-right-color: rgb(233 213 255 / 0.3);
}

.focus\:border-r-purple-200\/40:focus {
  border-right-color: rgb(233 213 255 / 0.4);
}

.focus\:border-r-purple-200\/5:focus {
  border-right-color: rgb(233 213 255 / 0.05);
}

.focus\:border-r-purple-200\/50:focus {
  border-right-color: rgb(233 213 255 / 0.5);
}

.focus\:border-r-purple-200\/60:focus {
  border-right-color: rgb(233 213 255 / 0.6);
}

.focus\:border-r-purple-200\/70:focus {
  border-right-color: rgb(233 213 255 / 0.7);
}

.focus\:border-r-purple-200\/75:focus {
  border-right-color: rgb(233 213 255 / 0.75);
}

.focus\:border-r-purple-200\/80:focus {
  border-right-color: rgb(233 213 255 / 0.8);
}

.focus\:border-r-purple-200\/90:focus {
  border-right-color: rgb(233 213 255 / 0.9);
}

.focus\:border-r-purple-200\/95:focus {
  border-right-color: rgb(233 213 255 / 0.95);
}

.focus\:border-r-purple-300:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(216 180 254 / var(--tw-border-opacity));
}

.focus\:border-r-purple-300\/0:focus {
  border-right-color: rgb(216 180 254 / 0);
}

.focus\:border-r-purple-300\/10:focus {
  border-right-color: rgb(216 180 254 / 0.1);
}

.focus\:border-r-purple-300\/100:focus {
  border-right-color: rgb(216 180 254 / 1);
}

.focus\:border-r-purple-300\/20:focus {
  border-right-color: rgb(216 180 254 / 0.2);
}

.focus\:border-r-purple-300\/25:focus {
  border-right-color: rgb(216 180 254 / 0.25);
}

.focus\:border-r-purple-300\/30:focus {
  border-right-color: rgb(216 180 254 / 0.3);
}

.focus\:border-r-purple-300\/40:focus {
  border-right-color: rgb(216 180 254 / 0.4);
}

.focus\:border-r-purple-300\/5:focus {
  border-right-color: rgb(216 180 254 / 0.05);
}

.focus\:border-r-purple-300\/50:focus {
  border-right-color: rgb(216 180 254 / 0.5);
}

.focus\:border-r-purple-300\/60:focus {
  border-right-color: rgb(216 180 254 / 0.6);
}

.focus\:border-r-purple-300\/70:focus {
  border-right-color: rgb(216 180 254 / 0.7);
}

.focus\:border-r-purple-300\/75:focus {
  border-right-color: rgb(216 180 254 / 0.75);
}

.focus\:border-r-purple-300\/80:focus {
  border-right-color: rgb(216 180 254 / 0.8);
}

.focus\:border-r-purple-300\/90:focus {
  border-right-color: rgb(216 180 254 / 0.9);
}

.focus\:border-r-purple-300\/95:focus {
  border-right-color: rgb(216 180 254 / 0.95);
}

.focus\:border-r-purple-400:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(192 132 252 / var(--tw-border-opacity));
}

.focus\:border-r-purple-400\/0:focus {
  border-right-color: rgb(192 132 252 / 0);
}

.focus\:border-r-purple-400\/10:focus {
  border-right-color: rgb(192 132 252 / 0.1);
}

.focus\:border-r-purple-400\/100:focus {
  border-right-color: rgb(192 132 252 / 1);
}

.focus\:border-r-purple-400\/20:focus {
  border-right-color: rgb(192 132 252 / 0.2);
}

.focus\:border-r-purple-400\/25:focus {
  border-right-color: rgb(192 132 252 / 0.25);
}

.focus\:border-r-purple-400\/30:focus {
  border-right-color: rgb(192 132 252 / 0.3);
}

.focus\:border-r-purple-400\/40:focus {
  border-right-color: rgb(192 132 252 / 0.4);
}

.focus\:border-r-purple-400\/5:focus {
  border-right-color: rgb(192 132 252 / 0.05);
}

.focus\:border-r-purple-400\/50:focus {
  border-right-color: rgb(192 132 252 / 0.5);
}

.focus\:border-r-purple-400\/60:focus {
  border-right-color: rgb(192 132 252 / 0.6);
}

.focus\:border-r-purple-400\/70:focus {
  border-right-color: rgb(192 132 252 / 0.7);
}

.focus\:border-r-purple-400\/75:focus {
  border-right-color: rgb(192 132 252 / 0.75);
}

.focus\:border-r-purple-400\/80:focus {
  border-right-color: rgb(192 132 252 / 0.8);
}

.focus\:border-r-purple-400\/90:focus {
  border-right-color: rgb(192 132 252 / 0.9);
}

.focus\:border-r-purple-400\/95:focus {
  border-right-color: rgb(192 132 252 / 0.95);
}

.focus\:border-r-purple-50:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 245 255 / var(--tw-border-opacity));
}

.focus\:border-r-purple-50\/0:focus {
  border-right-color: rgb(250 245 255 / 0);
}

.focus\:border-r-purple-50\/10:focus {
  border-right-color: rgb(250 245 255 / 0.1);
}

.focus\:border-r-purple-50\/100:focus {
  border-right-color: rgb(250 245 255 / 1);
}

.focus\:border-r-purple-50\/20:focus {
  border-right-color: rgb(250 245 255 / 0.2);
}

.focus\:border-r-purple-50\/25:focus {
  border-right-color: rgb(250 245 255 / 0.25);
}

.focus\:border-r-purple-50\/30:focus {
  border-right-color: rgb(250 245 255 / 0.3);
}

.focus\:border-r-purple-50\/40:focus {
  border-right-color: rgb(250 245 255 / 0.4);
}

.focus\:border-r-purple-50\/5:focus {
  border-right-color: rgb(250 245 255 / 0.05);
}

.focus\:border-r-purple-50\/50:focus {
  border-right-color: rgb(250 245 255 / 0.5);
}

.focus\:border-r-purple-50\/60:focus {
  border-right-color: rgb(250 245 255 / 0.6);
}

.focus\:border-r-purple-50\/70:focus {
  border-right-color: rgb(250 245 255 / 0.7);
}

.focus\:border-r-purple-50\/75:focus {
  border-right-color: rgb(250 245 255 / 0.75);
}

.focus\:border-r-purple-50\/80:focus {
  border-right-color: rgb(250 245 255 / 0.8);
}

.focus\:border-r-purple-50\/90:focus {
  border-right-color: rgb(250 245 255 / 0.9);
}

.focus\:border-r-purple-50\/95:focus {
  border-right-color: rgb(250 245 255 / 0.95);
}

.focus\:border-r-purple-500:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(168 85 247 / var(--tw-border-opacity));
}

.focus\:border-r-purple-500\/0:focus {
  border-right-color: rgb(168 85 247 / 0);
}

.focus\:border-r-purple-500\/10:focus {
  border-right-color: rgb(168 85 247 / 0.1);
}

.focus\:border-r-purple-500\/100:focus {
  border-right-color: rgb(168 85 247 / 1);
}

.focus\:border-r-purple-500\/20:focus {
  border-right-color: rgb(168 85 247 / 0.2);
}

.focus\:border-r-purple-500\/25:focus {
  border-right-color: rgb(168 85 247 / 0.25);
}

.focus\:border-r-purple-500\/30:focus {
  border-right-color: rgb(168 85 247 / 0.3);
}

.focus\:border-r-purple-500\/40:focus {
  border-right-color: rgb(168 85 247 / 0.4);
}

.focus\:border-r-purple-500\/5:focus {
  border-right-color: rgb(168 85 247 / 0.05);
}

.focus\:border-r-purple-500\/50:focus {
  border-right-color: rgb(168 85 247 / 0.5);
}

.focus\:border-r-purple-500\/60:focus {
  border-right-color: rgb(168 85 247 / 0.6);
}

.focus\:border-r-purple-500\/70:focus {
  border-right-color: rgb(168 85 247 / 0.7);
}

.focus\:border-r-purple-500\/75:focus {
  border-right-color: rgb(168 85 247 / 0.75);
}

.focus\:border-r-purple-500\/80:focus {
  border-right-color: rgb(168 85 247 / 0.8);
}

.focus\:border-r-purple-500\/90:focus {
  border-right-color: rgb(168 85 247 / 0.9);
}

.focus\:border-r-purple-500\/95:focus {
  border-right-color: rgb(168 85 247 / 0.95);
}

.focus\:border-r-purple-600:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(147 51 234 / var(--tw-border-opacity));
}

.focus\:border-r-purple-600\/0:focus {
  border-right-color: rgb(147 51 234 / 0);
}

.focus\:border-r-purple-600\/10:focus {
  border-right-color: rgb(147 51 234 / 0.1);
}

.focus\:border-r-purple-600\/100:focus {
  border-right-color: rgb(147 51 234 / 1);
}

.focus\:border-r-purple-600\/20:focus {
  border-right-color: rgb(147 51 234 / 0.2);
}

.focus\:border-r-purple-600\/25:focus {
  border-right-color: rgb(147 51 234 / 0.25);
}

.focus\:border-r-purple-600\/30:focus {
  border-right-color: rgb(147 51 234 / 0.3);
}

.focus\:border-r-purple-600\/40:focus {
  border-right-color: rgb(147 51 234 / 0.4);
}

.focus\:border-r-purple-600\/5:focus {
  border-right-color: rgb(147 51 234 / 0.05);
}

.focus\:border-r-purple-600\/50:focus {
  border-right-color: rgb(147 51 234 / 0.5);
}

.focus\:border-r-purple-600\/60:focus {
  border-right-color: rgb(147 51 234 / 0.6);
}

.focus\:border-r-purple-600\/70:focus {
  border-right-color: rgb(147 51 234 / 0.7);
}

.focus\:border-r-purple-600\/75:focus {
  border-right-color: rgb(147 51 234 / 0.75);
}

.focus\:border-r-purple-600\/80:focus {
  border-right-color: rgb(147 51 234 / 0.8);
}

.focus\:border-r-purple-600\/90:focus {
  border-right-color: rgb(147 51 234 / 0.9);
}

.focus\:border-r-purple-600\/95:focus {
  border-right-color: rgb(147 51 234 / 0.95);
}

.focus\:border-r-purple-700:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(126 34 206 / var(--tw-border-opacity));
}

.focus\:border-r-purple-700\/0:focus {
  border-right-color: rgb(126 34 206 / 0);
}

.focus\:border-r-purple-700\/10:focus {
  border-right-color: rgb(126 34 206 / 0.1);
}

.focus\:border-r-purple-700\/100:focus {
  border-right-color: rgb(126 34 206 / 1);
}

.focus\:border-r-purple-700\/20:focus {
  border-right-color: rgb(126 34 206 / 0.2);
}

.focus\:border-r-purple-700\/25:focus {
  border-right-color: rgb(126 34 206 / 0.25);
}

.focus\:border-r-purple-700\/30:focus {
  border-right-color: rgb(126 34 206 / 0.3);
}

.focus\:border-r-purple-700\/40:focus {
  border-right-color: rgb(126 34 206 / 0.4);
}

.focus\:border-r-purple-700\/5:focus {
  border-right-color: rgb(126 34 206 / 0.05);
}

.focus\:border-r-purple-700\/50:focus {
  border-right-color: rgb(126 34 206 / 0.5);
}

.focus\:border-r-purple-700\/60:focus {
  border-right-color: rgb(126 34 206 / 0.6);
}

.focus\:border-r-purple-700\/70:focus {
  border-right-color: rgb(126 34 206 / 0.7);
}

.focus\:border-r-purple-700\/75:focus {
  border-right-color: rgb(126 34 206 / 0.75);
}

.focus\:border-r-purple-700\/80:focus {
  border-right-color: rgb(126 34 206 / 0.8);
}

.focus\:border-r-purple-700\/90:focus {
  border-right-color: rgb(126 34 206 / 0.9);
}

.focus\:border-r-purple-700\/95:focus {
  border-right-color: rgb(126 34 206 / 0.95);
}

.focus\:border-r-purple-800:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(107 33 168 / var(--tw-border-opacity));
}

.focus\:border-r-purple-800\/0:focus {
  border-right-color: rgb(107 33 168 / 0);
}

.focus\:border-r-purple-800\/10:focus {
  border-right-color: rgb(107 33 168 / 0.1);
}

.focus\:border-r-purple-800\/100:focus {
  border-right-color: rgb(107 33 168 / 1);
}

.focus\:border-r-purple-800\/20:focus {
  border-right-color: rgb(107 33 168 / 0.2);
}

.focus\:border-r-purple-800\/25:focus {
  border-right-color: rgb(107 33 168 / 0.25);
}

.focus\:border-r-purple-800\/30:focus {
  border-right-color: rgb(107 33 168 / 0.3);
}

.focus\:border-r-purple-800\/40:focus {
  border-right-color: rgb(107 33 168 / 0.4);
}

.focus\:border-r-purple-800\/5:focus {
  border-right-color: rgb(107 33 168 / 0.05);
}

.focus\:border-r-purple-800\/50:focus {
  border-right-color: rgb(107 33 168 / 0.5);
}

.focus\:border-r-purple-800\/60:focus {
  border-right-color: rgb(107 33 168 / 0.6);
}

.focus\:border-r-purple-800\/70:focus {
  border-right-color: rgb(107 33 168 / 0.7);
}

.focus\:border-r-purple-800\/75:focus {
  border-right-color: rgb(107 33 168 / 0.75);
}

.focus\:border-r-purple-800\/80:focus {
  border-right-color: rgb(107 33 168 / 0.8);
}

.focus\:border-r-purple-800\/90:focus {
  border-right-color: rgb(107 33 168 / 0.9);
}

.focus\:border-r-purple-800\/95:focus {
  border-right-color: rgb(107 33 168 / 0.95);
}

.focus\:border-r-purple-900:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(88 28 135 / var(--tw-border-opacity));
}

.focus\:border-r-purple-900\/0:focus {
  border-right-color: rgb(88 28 135 / 0);
}

.focus\:border-r-purple-900\/10:focus {
  border-right-color: rgb(88 28 135 / 0.1);
}

.focus\:border-r-purple-900\/100:focus {
  border-right-color: rgb(88 28 135 / 1);
}

.focus\:border-r-purple-900\/20:focus {
  border-right-color: rgb(88 28 135 / 0.2);
}

.focus\:border-r-purple-900\/25:focus {
  border-right-color: rgb(88 28 135 / 0.25);
}

.focus\:border-r-purple-900\/30:focus {
  border-right-color: rgb(88 28 135 / 0.3);
}

.focus\:border-r-purple-900\/40:focus {
  border-right-color: rgb(88 28 135 / 0.4);
}

.focus\:border-r-purple-900\/5:focus {
  border-right-color: rgb(88 28 135 / 0.05);
}

.focus\:border-r-purple-900\/50:focus {
  border-right-color: rgb(88 28 135 / 0.5);
}

.focus\:border-r-purple-900\/60:focus {
  border-right-color: rgb(88 28 135 / 0.6);
}

.focus\:border-r-purple-900\/70:focus {
  border-right-color: rgb(88 28 135 / 0.7);
}

.focus\:border-r-purple-900\/75:focus {
  border-right-color: rgb(88 28 135 / 0.75);
}

.focus\:border-r-purple-900\/80:focus {
  border-right-color: rgb(88 28 135 / 0.8);
}

.focus\:border-r-purple-900\/90:focus {
  border-right-color: rgb(88 28 135 / 0.9);
}

.focus\:border-r-purple-900\/95:focus {
  border-right-color: rgb(88 28 135 / 0.95);
}

.focus\:border-r-purple-950:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(59 7 100 / var(--tw-border-opacity));
}

.focus\:border-r-purple-950\/0:focus {
  border-right-color: rgb(59 7 100 / 0);
}

.focus\:border-r-purple-950\/10:focus {
  border-right-color: rgb(59 7 100 / 0.1);
}

.focus\:border-r-purple-950\/100:focus {
  border-right-color: rgb(59 7 100 / 1);
}

.focus\:border-r-purple-950\/20:focus {
  border-right-color: rgb(59 7 100 / 0.2);
}

.focus\:border-r-purple-950\/25:focus {
  border-right-color: rgb(59 7 100 / 0.25);
}

.focus\:border-r-purple-950\/30:focus {
  border-right-color: rgb(59 7 100 / 0.3);
}

.focus\:border-r-purple-950\/40:focus {
  border-right-color: rgb(59 7 100 / 0.4);
}

.focus\:border-r-purple-950\/5:focus {
  border-right-color: rgb(59 7 100 / 0.05);
}

.focus\:border-r-purple-950\/50:focus {
  border-right-color: rgb(59 7 100 / 0.5);
}

.focus\:border-r-purple-950\/60:focus {
  border-right-color: rgb(59 7 100 / 0.6);
}

.focus\:border-r-purple-950\/70:focus {
  border-right-color: rgb(59 7 100 / 0.7);
}

.focus\:border-r-purple-950\/75:focus {
  border-right-color: rgb(59 7 100 / 0.75);
}

.focus\:border-r-purple-950\/80:focus {
  border-right-color: rgb(59 7 100 / 0.8);
}

.focus\:border-r-purple-950\/90:focus {
  border-right-color: rgb(59 7 100 / 0.9);
}

.focus\:border-r-purple-950\/95:focus {
  border-right-color: rgb(59 7 100 / 0.95);
}

.focus\:border-r-red-100:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 226 226 / var(--tw-border-opacity));
}

.focus\:border-r-red-100\/0:focus {
  border-right-color: rgb(254 226 226 / 0);
}

.focus\:border-r-red-100\/10:focus {
  border-right-color: rgb(254 226 226 / 0.1);
}

.focus\:border-r-red-100\/100:focus {
  border-right-color: rgb(254 226 226 / 1);
}

.focus\:border-r-red-100\/20:focus {
  border-right-color: rgb(254 226 226 / 0.2);
}

.focus\:border-r-red-100\/25:focus {
  border-right-color: rgb(254 226 226 / 0.25);
}

.focus\:border-r-red-100\/30:focus {
  border-right-color: rgb(254 226 226 / 0.3);
}

.focus\:border-r-red-100\/40:focus {
  border-right-color: rgb(254 226 226 / 0.4);
}

.focus\:border-r-red-100\/5:focus {
  border-right-color: rgb(254 226 226 / 0.05);
}

.focus\:border-r-red-100\/50:focus {
  border-right-color: rgb(254 226 226 / 0.5);
}

.focus\:border-r-red-100\/60:focus {
  border-right-color: rgb(254 226 226 / 0.6);
}

.focus\:border-r-red-100\/70:focus {
  border-right-color: rgb(254 226 226 / 0.7);
}

.focus\:border-r-red-100\/75:focus {
  border-right-color: rgb(254 226 226 / 0.75);
}

.focus\:border-r-red-100\/80:focus {
  border-right-color: rgb(254 226 226 / 0.8);
}

.focus\:border-r-red-100\/90:focus {
  border-right-color: rgb(254 226 226 / 0.9);
}

.focus\:border-r-red-100\/95:focus {
  border-right-color: rgb(254 226 226 / 0.95);
}

.focus\:border-r-red-200:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.focus\:border-r-red-200\/0:focus {
  border-right-color: rgb(254 202 202 / 0);
}

.focus\:border-r-red-200\/10:focus {
  border-right-color: rgb(254 202 202 / 0.1);
}

.focus\:border-r-red-200\/100:focus {
  border-right-color: rgb(254 202 202 / 1);
}

.focus\:border-r-red-200\/20:focus {
  border-right-color: rgb(254 202 202 / 0.2);
}

.focus\:border-r-red-200\/25:focus {
  border-right-color: rgb(254 202 202 / 0.25);
}

.focus\:border-r-red-200\/30:focus {
  border-right-color: rgb(254 202 202 / 0.3);
}

.focus\:border-r-red-200\/40:focus {
  border-right-color: rgb(254 202 202 / 0.4);
}

.focus\:border-r-red-200\/5:focus {
  border-right-color: rgb(254 202 202 / 0.05);
}

.focus\:border-r-red-200\/50:focus {
  border-right-color: rgb(254 202 202 / 0.5);
}

.focus\:border-r-red-200\/60:focus {
  border-right-color: rgb(254 202 202 / 0.6);
}

.focus\:border-r-red-200\/70:focus {
  border-right-color: rgb(254 202 202 / 0.7);
}

.focus\:border-r-red-200\/75:focus {
  border-right-color: rgb(254 202 202 / 0.75);
}

.focus\:border-r-red-200\/80:focus {
  border-right-color: rgb(254 202 202 / 0.8);
}

.focus\:border-r-red-200\/90:focus {
  border-right-color: rgb(254 202 202 / 0.9);
}

.focus\:border-r-red-200\/95:focus {
  border-right-color: rgb(254 202 202 / 0.95);
}

.focus\:border-r-red-300:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.focus\:border-r-red-300\/0:focus {
  border-right-color: rgb(252 165 165 / 0);
}

.focus\:border-r-red-300\/10:focus {
  border-right-color: rgb(252 165 165 / 0.1);
}

.focus\:border-r-red-300\/100:focus {
  border-right-color: rgb(252 165 165 / 1);
}

.focus\:border-r-red-300\/20:focus {
  border-right-color: rgb(252 165 165 / 0.2);
}

.focus\:border-r-red-300\/25:focus {
  border-right-color: rgb(252 165 165 / 0.25);
}

.focus\:border-r-red-300\/30:focus {
  border-right-color: rgb(252 165 165 / 0.3);
}

.focus\:border-r-red-300\/40:focus {
  border-right-color: rgb(252 165 165 / 0.4);
}

.focus\:border-r-red-300\/5:focus {
  border-right-color: rgb(252 165 165 / 0.05);
}

.focus\:border-r-red-300\/50:focus {
  border-right-color: rgb(252 165 165 / 0.5);
}

.focus\:border-r-red-300\/60:focus {
  border-right-color: rgb(252 165 165 / 0.6);
}

.focus\:border-r-red-300\/70:focus {
  border-right-color: rgb(252 165 165 / 0.7);
}

.focus\:border-r-red-300\/75:focus {
  border-right-color: rgb(252 165 165 / 0.75);
}

.focus\:border-r-red-300\/80:focus {
  border-right-color: rgb(252 165 165 / 0.8);
}

.focus\:border-r-red-300\/90:focus {
  border-right-color: rgb(252 165 165 / 0.9);
}

.focus\:border-r-red-300\/95:focus {
  border-right-color: rgb(252 165 165 / 0.95);
}

.focus\:border-r-red-400:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.focus\:border-r-red-400\/0:focus {
  border-right-color: rgb(248 113 113 / 0);
}

.focus\:border-r-red-400\/10:focus {
  border-right-color: rgb(248 113 113 / 0.1);
}

.focus\:border-r-red-400\/100:focus {
  border-right-color: rgb(248 113 113 / 1);
}

.focus\:border-r-red-400\/20:focus {
  border-right-color: rgb(248 113 113 / 0.2);
}

.focus\:border-r-red-400\/25:focus {
  border-right-color: rgb(248 113 113 / 0.25);
}

.focus\:border-r-red-400\/30:focus {
  border-right-color: rgb(248 113 113 / 0.3);
}

.focus\:border-r-red-400\/40:focus {
  border-right-color: rgb(248 113 113 / 0.4);
}

.focus\:border-r-red-400\/5:focus {
  border-right-color: rgb(248 113 113 / 0.05);
}

.focus\:border-r-red-400\/50:focus {
  border-right-color: rgb(248 113 113 / 0.5);
}

.focus\:border-r-red-400\/60:focus {
  border-right-color: rgb(248 113 113 / 0.6);
}

.focus\:border-r-red-400\/70:focus {
  border-right-color: rgb(248 113 113 / 0.7);
}

.focus\:border-r-red-400\/75:focus {
  border-right-color: rgb(248 113 113 / 0.75);
}

.focus\:border-r-red-400\/80:focus {
  border-right-color: rgb(248 113 113 / 0.8);
}

.focus\:border-r-red-400\/90:focus {
  border-right-color: rgb(248 113 113 / 0.9);
}

.focus\:border-r-red-400\/95:focus {
  border-right-color: rgb(248 113 113 / 0.95);
}

.focus\:border-r-red-50:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.focus\:border-r-red-50\/0:focus {
  border-right-color: rgb(254 242 242 / 0);
}

.focus\:border-r-red-50\/10:focus {
  border-right-color: rgb(254 242 242 / 0.1);
}

.focus\:border-r-red-50\/100:focus {
  border-right-color: rgb(254 242 242 / 1);
}

.focus\:border-r-red-50\/20:focus {
  border-right-color: rgb(254 242 242 / 0.2);
}

.focus\:border-r-red-50\/25:focus {
  border-right-color: rgb(254 242 242 / 0.25);
}

.focus\:border-r-red-50\/30:focus {
  border-right-color: rgb(254 242 242 / 0.3);
}

.focus\:border-r-red-50\/40:focus {
  border-right-color: rgb(254 242 242 / 0.4);
}

.focus\:border-r-red-50\/5:focus {
  border-right-color: rgb(254 242 242 / 0.05);
}

.focus\:border-r-red-50\/50:focus {
  border-right-color: rgb(254 242 242 / 0.5);
}

.focus\:border-r-red-50\/60:focus {
  border-right-color: rgb(254 242 242 / 0.6);
}

.focus\:border-r-red-50\/70:focus {
  border-right-color: rgb(254 242 242 / 0.7);
}

.focus\:border-r-red-50\/75:focus {
  border-right-color: rgb(254 242 242 / 0.75);
}

.focus\:border-r-red-50\/80:focus {
  border-right-color: rgb(254 242 242 / 0.8);
}

.focus\:border-r-red-50\/90:focus {
  border-right-color: rgb(254 242 242 / 0.9);
}

.focus\:border-r-red-50\/95:focus {
  border-right-color: rgb(254 242 242 / 0.95);
}

.focus\:border-r-red-500:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.focus\:border-r-red-500\/0:focus {
  border-right-color: rgb(239 68 68 / 0);
}

.focus\:border-r-red-500\/10:focus {
  border-right-color: rgb(239 68 68 / 0.1);
}

.focus\:border-r-red-500\/100:focus {
  border-right-color: rgb(239 68 68 / 1);
}

.focus\:border-r-red-500\/20:focus {
  border-right-color: rgb(239 68 68 / 0.2);
}

.focus\:border-r-red-500\/25:focus {
  border-right-color: rgb(239 68 68 / 0.25);
}

.focus\:border-r-red-500\/30:focus {
  border-right-color: rgb(239 68 68 / 0.3);
}

.focus\:border-r-red-500\/40:focus {
  border-right-color: rgb(239 68 68 / 0.4);
}

.focus\:border-r-red-500\/5:focus {
  border-right-color: rgb(239 68 68 / 0.05);
}

.focus\:border-r-red-500\/50:focus {
  border-right-color: rgb(239 68 68 / 0.5);
}

.focus\:border-r-red-500\/60:focus {
  border-right-color: rgb(239 68 68 / 0.6);
}

.focus\:border-r-red-500\/70:focus {
  border-right-color: rgb(239 68 68 / 0.7);
}

.focus\:border-r-red-500\/75:focus {
  border-right-color: rgb(239 68 68 / 0.75);
}

.focus\:border-r-red-500\/80:focus {
  border-right-color: rgb(239 68 68 / 0.8);
}

.focus\:border-r-red-500\/90:focus {
  border-right-color: rgb(239 68 68 / 0.9);
}

.focus\:border-r-red-500\/95:focus {
  border-right-color: rgb(239 68 68 / 0.95);
}

.focus\:border-r-red-600:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.focus\:border-r-red-600\/0:focus {
  border-right-color: rgb(220 38 38 / 0);
}

.focus\:border-r-red-600\/10:focus {
  border-right-color: rgb(220 38 38 / 0.1);
}

.focus\:border-r-red-600\/100:focus {
  border-right-color: rgb(220 38 38 / 1);
}

.focus\:border-r-red-600\/20:focus {
  border-right-color: rgb(220 38 38 / 0.2);
}

.focus\:border-r-red-600\/25:focus {
  border-right-color: rgb(220 38 38 / 0.25);
}

.focus\:border-r-red-600\/30:focus {
  border-right-color: rgb(220 38 38 / 0.3);
}

.focus\:border-r-red-600\/40:focus {
  border-right-color: rgb(220 38 38 / 0.4);
}

.focus\:border-r-red-600\/5:focus {
  border-right-color: rgb(220 38 38 / 0.05);
}

.focus\:border-r-red-600\/50:focus {
  border-right-color: rgb(220 38 38 / 0.5);
}

.focus\:border-r-red-600\/60:focus {
  border-right-color: rgb(220 38 38 / 0.6);
}

.focus\:border-r-red-600\/70:focus {
  border-right-color: rgb(220 38 38 / 0.7);
}

.focus\:border-r-red-600\/75:focus {
  border-right-color: rgb(220 38 38 / 0.75);
}

.focus\:border-r-red-600\/80:focus {
  border-right-color: rgb(220 38 38 / 0.8);
}

.focus\:border-r-red-600\/90:focus {
  border-right-color: rgb(220 38 38 / 0.9);
}

.focus\:border-r-red-600\/95:focus {
  border-right-color: rgb(220 38 38 / 0.95);
}

.focus\:border-r-red-700:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.focus\:border-r-red-700\/0:focus {
  border-right-color: rgb(185 28 28 / 0);
}

.focus\:border-r-red-700\/10:focus {
  border-right-color: rgb(185 28 28 / 0.1);
}

.focus\:border-r-red-700\/100:focus {
  border-right-color: rgb(185 28 28 / 1);
}

.focus\:border-r-red-700\/20:focus {
  border-right-color: rgb(185 28 28 / 0.2);
}

.focus\:border-r-red-700\/25:focus {
  border-right-color: rgb(185 28 28 / 0.25);
}

.focus\:border-r-red-700\/30:focus {
  border-right-color: rgb(185 28 28 / 0.3);
}

.focus\:border-r-red-700\/40:focus {
  border-right-color: rgb(185 28 28 / 0.4);
}

.focus\:border-r-red-700\/5:focus {
  border-right-color: rgb(185 28 28 / 0.05);
}

.focus\:border-r-red-700\/50:focus {
  border-right-color: rgb(185 28 28 / 0.5);
}

.focus\:border-r-red-700\/60:focus {
  border-right-color: rgb(185 28 28 / 0.6);
}

.focus\:border-r-red-700\/70:focus {
  border-right-color: rgb(185 28 28 / 0.7);
}

.focus\:border-r-red-700\/75:focus {
  border-right-color: rgb(185 28 28 / 0.75);
}

.focus\:border-r-red-700\/80:focus {
  border-right-color: rgb(185 28 28 / 0.8);
}

.focus\:border-r-red-700\/90:focus {
  border-right-color: rgb(185 28 28 / 0.9);
}

.focus\:border-r-red-700\/95:focus {
  border-right-color: rgb(185 28 28 / 0.95);
}

.focus\:border-r-red-800:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.focus\:border-r-red-800\/0:focus {
  border-right-color: rgb(153 27 27 / 0);
}

.focus\:border-r-red-800\/10:focus {
  border-right-color: rgb(153 27 27 / 0.1);
}

.focus\:border-r-red-800\/100:focus {
  border-right-color: rgb(153 27 27 / 1);
}

.focus\:border-r-red-800\/20:focus {
  border-right-color: rgb(153 27 27 / 0.2);
}

.focus\:border-r-red-800\/25:focus {
  border-right-color: rgb(153 27 27 / 0.25);
}

.focus\:border-r-red-800\/30:focus {
  border-right-color: rgb(153 27 27 / 0.3);
}

.focus\:border-r-red-800\/40:focus {
  border-right-color: rgb(153 27 27 / 0.4);
}

.focus\:border-r-red-800\/5:focus {
  border-right-color: rgb(153 27 27 / 0.05);
}

.focus\:border-r-red-800\/50:focus {
  border-right-color: rgb(153 27 27 / 0.5);
}

.focus\:border-r-red-800\/60:focus {
  border-right-color: rgb(153 27 27 / 0.6);
}

.focus\:border-r-red-800\/70:focus {
  border-right-color: rgb(153 27 27 / 0.7);
}

.focus\:border-r-red-800\/75:focus {
  border-right-color: rgb(153 27 27 / 0.75);
}

.focus\:border-r-red-800\/80:focus {
  border-right-color: rgb(153 27 27 / 0.8);
}

.focus\:border-r-red-800\/90:focus {
  border-right-color: rgb(153 27 27 / 0.9);
}

.focus\:border-r-red-800\/95:focus {
  border-right-color: rgb(153 27 27 / 0.95);
}

.focus\:border-r-red-900:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.focus\:border-r-red-900\/0:focus {
  border-right-color: rgb(127 29 29 / 0);
}

.focus\:border-r-red-900\/10:focus {
  border-right-color: rgb(127 29 29 / 0.1);
}

.focus\:border-r-red-900\/100:focus {
  border-right-color: rgb(127 29 29 / 1);
}

.focus\:border-r-red-900\/20:focus {
  border-right-color: rgb(127 29 29 / 0.2);
}

.focus\:border-r-red-900\/25:focus {
  border-right-color: rgb(127 29 29 / 0.25);
}

.focus\:border-r-red-900\/30:focus {
  border-right-color: rgb(127 29 29 / 0.3);
}

.focus\:border-r-red-900\/40:focus {
  border-right-color: rgb(127 29 29 / 0.4);
}

.focus\:border-r-red-900\/5:focus {
  border-right-color: rgb(127 29 29 / 0.05);
}

.focus\:border-r-red-900\/50:focus {
  border-right-color: rgb(127 29 29 / 0.5);
}

.focus\:border-r-red-900\/60:focus {
  border-right-color: rgb(127 29 29 / 0.6);
}

.focus\:border-r-red-900\/70:focus {
  border-right-color: rgb(127 29 29 / 0.7);
}

.focus\:border-r-red-900\/75:focus {
  border-right-color: rgb(127 29 29 / 0.75);
}

.focus\:border-r-red-900\/80:focus {
  border-right-color: rgb(127 29 29 / 0.8);
}

.focus\:border-r-red-900\/90:focus {
  border-right-color: rgb(127 29 29 / 0.9);
}

.focus\:border-r-red-900\/95:focus {
  border-right-color: rgb(127 29 29 / 0.95);
}

.focus\:border-r-red-950:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(69 10 10 / var(--tw-border-opacity));
}

.focus\:border-r-red-950\/0:focus {
  border-right-color: rgb(69 10 10 / 0);
}

.focus\:border-r-red-950\/10:focus {
  border-right-color: rgb(69 10 10 / 0.1);
}

.focus\:border-r-red-950\/100:focus {
  border-right-color: rgb(69 10 10 / 1);
}

.focus\:border-r-red-950\/20:focus {
  border-right-color: rgb(69 10 10 / 0.2);
}

.focus\:border-r-red-950\/25:focus {
  border-right-color: rgb(69 10 10 / 0.25);
}

.focus\:border-r-red-950\/30:focus {
  border-right-color: rgb(69 10 10 / 0.3);
}

.focus\:border-r-red-950\/40:focus {
  border-right-color: rgb(69 10 10 / 0.4);
}

.focus\:border-r-red-950\/5:focus {
  border-right-color: rgb(69 10 10 / 0.05);
}

.focus\:border-r-red-950\/50:focus {
  border-right-color: rgb(69 10 10 / 0.5);
}

.focus\:border-r-red-950\/60:focus {
  border-right-color: rgb(69 10 10 / 0.6);
}

.focus\:border-r-red-950\/70:focus {
  border-right-color: rgb(69 10 10 / 0.7);
}

.focus\:border-r-red-950\/75:focus {
  border-right-color: rgb(69 10 10 / 0.75);
}

.focus\:border-r-red-950\/80:focus {
  border-right-color: rgb(69 10 10 / 0.8);
}

.focus\:border-r-red-950\/90:focus {
  border-right-color: rgb(69 10 10 / 0.9);
}

.focus\:border-r-red-950\/95:focus {
  border-right-color: rgb(69 10 10 / 0.95);
}

.focus\:border-r-rose-100:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 228 230 / var(--tw-border-opacity));
}

.focus\:border-r-rose-100\/0:focus {
  border-right-color: rgb(255 228 230 / 0);
}

.focus\:border-r-rose-100\/10:focus {
  border-right-color: rgb(255 228 230 / 0.1);
}

.focus\:border-r-rose-100\/100:focus {
  border-right-color: rgb(255 228 230 / 1);
}

.focus\:border-r-rose-100\/20:focus {
  border-right-color: rgb(255 228 230 / 0.2);
}

.focus\:border-r-rose-100\/25:focus {
  border-right-color: rgb(255 228 230 / 0.25);
}

.focus\:border-r-rose-100\/30:focus {
  border-right-color: rgb(255 228 230 / 0.3);
}

.focus\:border-r-rose-100\/40:focus {
  border-right-color: rgb(255 228 230 / 0.4);
}

.focus\:border-r-rose-100\/5:focus {
  border-right-color: rgb(255 228 230 / 0.05);
}

.focus\:border-r-rose-100\/50:focus {
  border-right-color: rgb(255 228 230 / 0.5);
}

.focus\:border-r-rose-100\/60:focus {
  border-right-color: rgb(255 228 230 / 0.6);
}

.focus\:border-r-rose-100\/70:focus {
  border-right-color: rgb(255 228 230 / 0.7);
}

.focus\:border-r-rose-100\/75:focus {
  border-right-color: rgb(255 228 230 / 0.75);
}

.focus\:border-r-rose-100\/80:focus {
  border-right-color: rgb(255 228 230 / 0.8);
}

.focus\:border-r-rose-100\/90:focus {
  border-right-color: rgb(255 228 230 / 0.9);
}

.focus\:border-r-rose-100\/95:focus {
  border-right-color: rgb(255 228 230 / 0.95);
}

.focus\:border-r-rose-200:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 205 211 / var(--tw-border-opacity));
}

.focus\:border-r-rose-200\/0:focus {
  border-right-color: rgb(254 205 211 / 0);
}

.focus\:border-r-rose-200\/10:focus {
  border-right-color: rgb(254 205 211 / 0.1);
}

.focus\:border-r-rose-200\/100:focus {
  border-right-color: rgb(254 205 211 / 1);
}

.focus\:border-r-rose-200\/20:focus {
  border-right-color: rgb(254 205 211 / 0.2);
}

.focus\:border-r-rose-200\/25:focus {
  border-right-color: rgb(254 205 211 / 0.25);
}

.focus\:border-r-rose-200\/30:focus {
  border-right-color: rgb(254 205 211 / 0.3);
}

.focus\:border-r-rose-200\/40:focus {
  border-right-color: rgb(254 205 211 / 0.4);
}

.focus\:border-r-rose-200\/5:focus {
  border-right-color: rgb(254 205 211 / 0.05);
}

.focus\:border-r-rose-200\/50:focus {
  border-right-color: rgb(254 205 211 / 0.5);
}

.focus\:border-r-rose-200\/60:focus {
  border-right-color: rgb(254 205 211 / 0.6);
}

.focus\:border-r-rose-200\/70:focus {
  border-right-color: rgb(254 205 211 / 0.7);
}

.focus\:border-r-rose-200\/75:focus {
  border-right-color: rgb(254 205 211 / 0.75);
}

.focus\:border-r-rose-200\/80:focus {
  border-right-color: rgb(254 205 211 / 0.8);
}

.focus\:border-r-rose-200\/90:focus {
  border-right-color: rgb(254 205 211 / 0.9);
}

.focus\:border-r-rose-200\/95:focus {
  border-right-color: rgb(254 205 211 / 0.95);
}

.focus\:border-r-rose-300:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 164 175 / var(--tw-border-opacity));
}

.focus\:border-r-rose-300\/0:focus {
  border-right-color: rgb(253 164 175 / 0);
}

.focus\:border-r-rose-300\/10:focus {
  border-right-color: rgb(253 164 175 / 0.1);
}

.focus\:border-r-rose-300\/100:focus {
  border-right-color: rgb(253 164 175 / 1);
}

.focus\:border-r-rose-300\/20:focus {
  border-right-color: rgb(253 164 175 / 0.2);
}

.focus\:border-r-rose-300\/25:focus {
  border-right-color: rgb(253 164 175 / 0.25);
}

.focus\:border-r-rose-300\/30:focus {
  border-right-color: rgb(253 164 175 / 0.3);
}

.focus\:border-r-rose-300\/40:focus {
  border-right-color: rgb(253 164 175 / 0.4);
}

.focus\:border-r-rose-300\/5:focus {
  border-right-color: rgb(253 164 175 / 0.05);
}

.focus\:border-r-rose-300\/50:focus {
  border-right-color: rgb(253 164 175 / 0.5);
}

.focus\:border-r-rose-300\/60:focus {
  border-right-color: rgb(253 164 175 / 0.6);
}

.focus\:border-r-rose-300\/70:focus {
  border-right-color: rgb(253 164 175 / 0.7);
}

.focus\:border-r-rose-300\/75:focus {
  border-right-color: rgb(253 164 175 / 0.75);
}

.focus\:border-r-rose-300\/80:focus {
  border-right-color: rgb(253 164 175 / 0.8);
}

.focus\:border-r-rose-300\/90:focus {
  border-right-color: rgb(253 164 175 / 0.9);
}

.focus\:border-r-rose-300\/95:focus {
  border-right-color: rgb(253 164 175 / 0.95);
}

.focus\:border-r-rose-400:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.focus\:border-r-rose-400\/0:focus {
  border-right-color: rgb(251 113 133 / 0);
}

.focus\:border-r-rose-400\/10:focus {
  border-right-color: rgb(251 113 133 / 0.1);
}

.focus\:border-r-rose-400\/100:focus {
  border-right-color: rgb(251 113 133 / 1);
}

.focus\:border-r-rose-400\/20:focus {
  border-right-color: rgb(251 113 133 / 0.2);
}

.focus\:border-r-rose-400\/25:focus {
  border-right-color: rgb(251 113 133 / 0.25);
}

.focus\:border-r-rose-400\/30:focus {
  border-right-color: rgb(251 113 133 / 0.3);
}

.focus\:border-r-rose-400\/40:focus {
  border-right-color: rgb(251 113 133 / 0.4);
}

.focus\:border-r-rose-400\/5:focus {
  border-right-color: rgb(251 113 133 / 0.05);
}

.focus\:border-r-rose-400\/50:focus {
  border-right-color: rgb(251 113 133 / 0.5);
}

.focus\:border-r-rose-400\/60:focus {
  border-right-color: rgb(251 113 133 / 0.6);
}

.focus\:border-r-rose-400\/70:focus {
  border-right-color: rgb(251 113 133 / 0.7);
}

.focus\:border-r-rose-400\/75:focus {
  border-right-color: rgb(251 113 133 / 0.75);
}

.focus\:border-r-rose-400\/80:focus {
  border-right-color: rgb(251 113 133 / 0.8);
}

.focus\:border-r-rose-400\/90:focus {
  border-right-color: rgb(251 113 133 / 0.9);
}

.focus\:border-r-rose-400\/95:focus {
  border-right-color: rgb(251 113 133 / 0.95);
}

.focus\:border-r-rose-50:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 241 242 / var(--tw-border-opacity));
}

.focus\:border-r-rose-50\/0:focus {
  border-right-color: rgb(255 241 242 / 0);
}

.focus\:border-r-rose-50\/10:focus {
  border-right-color: rgb(255 241 242 / 0.1);
}

.focus\:border-r-rose-50\/100:focus {
  border-right-color: rgb(255 241 242 / 1);
}

.focus\:border-r-rose-50\/20:focus {
  border-right-color: rgb(255 241 242 / 0.2);
}

.focus\:border-r-rose-50\/25:focus {
  border-right-color: rgb(255 241 242 / 0.25);
}

.focus\:border-r-rose-50\/30:focus {
  border-right-color: rgb(255 241 242 / 0.3);
}

.focus\:border-r-rose-50\/40:focus {
  border-right-color: rgb(255 241 242 / 0.4);
}

.focus\:border-r-rose-50\/5:focus {
  border-right-color: rgb(255 241 242 / 0.05);
}

.focus\:border-r-rose-50\/50:focus {
  border-right-color: rgb(255 241 242 / 0.5);
}

.focus\:border-r-rose-50\/60:focus {
  border-right-color: rgb(255 241 242 / 0.6);
}

.focus\:border-r-rose-50\/70:focus {
  border-right-color: rgb(255 241 242 / 0.7);
}

.focus\:border-r-rose-50\/75:focus {
  border-right-color: rgb(255 241 242 / 0.75);
}

.focus\:border-r-rose-50\/80:focus {
  border-right-color: rgb(255 241 242 / 0.8);
}

.focus\:border-r-rose-50\/90:focus {
  border-right-color: rgb(255 241 242 / 0.9);
}

.focus\:border-r-rose-50\/95:focus {
  border-right-color: rgb(255 241 242 / 0.95);
}

.focus\:border-r-rose-500:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(244 63 94 / var(--tw-border-opacity));
}

.focus\:border-r-rose-500\/0:focus {
  border-right-color: rgb(244 63 94 / 0);
}

.focus\:border-r-rose-500\/10:focus {
  border-right-color: rgb(244 63 94 / 0.1);
}

.focus\:border-r-rose-500\/100:focus {
  border-right-color: rgb(244 63 94 / 1);
}

.focus\:border-r-rose-500\/20:focus {
  border-right-color: rgb(244 63 94 / 0.2);
}

.focus\:border-r-rose-500\/25:focus {
  border-right-color: rgb(244 63 94 / 0.25);
}

.focus\:border-r-rose-500\/30:focus {
  border-right-color: rgb(244 63 94 / 0.3);
}

.focus\:border-r-rose-500\/40:focus {
  border-right-color: rgb(244 63 94 / 0.4);
}

.focus\:border-r-rose-500\/5:focus {
  border-right-color: rgb(244 63 94 / 0.05);
}

.focus\:border-r-rose-500\/50:focus {
  border-right-color: rgb(244 63 94 / 0.5);
}

.focus\:border-r-rose-500\/60:focus {
  border-right-color: rgb(244 63 94 / 0.6);
}

.focus\:border-r-rose-500\/70:focus {
  border-right-color: rgb(244 63 94 / 0.7);
}

.focus\:border-r-rose-500\/75:focus {
  border-right-color: rgb(244 63 94 / 0.75);
}

.focus\:border-r-rose-500\/80:focus {
  border-right-color: rgb(244 63 94 / 0.8);
}

.focus\:border-r-rose-500\/90:focus {
  border-right-color: rgb(244 63 94 / 0.9);
}

.focus\:border-r-rose-500\/95:focus {
  border-right-color: rgb(244 63 94 / 0.95);
}

.focus\:border-r-rose-600:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(225 29 72 / var(--tw-border-opacity));
}

.focus\:border-r-rose-600\/0:focus {
  border-right-color: rgb(225 29 72 / 0);
}

.focus\:border-r-rose-600\/10:focus {
  border-right-color: rgb(225 29 72 / 0.1);
}

.focus\:border-r-rose-600\/100:focus {
  border-right-color: rgb(225 29 72 / 1);
}

.focus\:border-r-rose-600\/20:focus {
  border-right-color: rgb(225 29 72 / 0.2);
}

.focus\:border-r-rose-600\/25:focus {
  border-right-color: rgb(225 29 72 / 0.25);
}

.focus\:border-r-rose-600\/30:focus {
  border-right-color: rgb(225 29 72 / 0.3);
}

.focus\:border-r-rose-600\/40:focus {
  border-right-color: rgb(225 29 72 / 0.4);
}

.focus\:border-r-rose-600\/5:focus {
  border-right-color: rgb(225 29 72 / 0.05);
}

.focus\:border-r-rose-600\/50:focus {
  border-right-color: rgb(225 29 72 / 0.5);
}

.focus\:border-r-rose-600\/60:focus {
  border-right-color: rgb(225 29 72 / 0.6);
}

.focus\:border-r-rose-600\/70:focus {
  border-right-color: rgb(225 29 72 / 0.7);
}

.focus\:border-r-rose-600\/75:focus {
  border-right-color: rgb(225 29 72 / 0.75);
}

.focus\:border-r-rose-600\/80:focus {
  border-right-color: rgb(225 29 72 / 0.8);
}

.focus\:border-r-rose-600\/90:focus {
  border-right-color: rgb(225 29 72 / 0.9);
}

.focus\:border-r-rose-600\/95:focus {
  border-right-color: rgb(225 29 72 / 0.95);
}

.focus\:border-r-rose-700:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(190 18 60 / var(--tw-border-opacity));
}

.focus\:border-r-rose-700\/0:focus {
  border-right-color: rgb(190 18 60 / 0);
}

.focus\:border-r-rose-700\/10:focus {
  border-right-color: rgb(190 18 60 / 0.1);
}

.focus\:border-r-rose-700\/100:focus {
  border-right-color: rgb(190 18 60 / 1);
}

.focus\:border-r-rose-700\/20:focus {
  border-right-color: rgb(190 18 60 / 0.2);
}

.focus\:border-r-rose-700\/25:focus {
  border-right-color: rgb(190 18 60 / 0.25);
}

.focus\:border-r-rose-700\/30:focus {
  border-right-color: rgb(190 18 60 / 0.3);
}

.focus\:border-r-rose-700\/40:focus {
  border-right-color: rgb(190 18 60 / 0.4);
}

.focus\:border-r-rose-700\/5:focus {
  border-right-color: rgb(190 18 60 / 0.05);
}

.focus\:border-r-rose-700\/50:focus {
  border-right-color: rgb(190 18 60 / 0.5);
}

.focus\:border-r-rose-700\/60:focus {
  border-right-color: rgb(190 18 60 / 0.6);
}

.focus\:border-r-rose-700\/70:focus {
  border-right-color: rgb(190 18 60 / 0.7);
}

.focus\:border-r-rose-700\/75:focus {
  border-right-color: rgb(190 18 60 / 0.75);
}

.focus\:border-r-rose-700\/80:focus {
  border-right-color: rgb(190 18 60 / 0.8);
}

.focus\:border-r-rose-700\/90:focus {
  border-right-color: rgb(190 18 60 / 0.9);
}

.focus\:border-r-rose-700\/95:focus {
  border-right-color: rgb(190 18 60 / 0.95);
}

.focus\:border-r-rose-800:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(159 18 57 / var(--tw-border-opacity));
}

.focus\:border-r-rose-800\/0:focus {
  border-right-color: rgb(159 18 57 / 0);
}

.focus\:border-r-rose-800\/10:focus {
  border-right-color: rgb(159 18 57 / 0.1);
}

.focus\:border-r-rose-800\/100:focus {
  border-right-color: rgb(159 18 57 / 1);
}

.focus\:border-r-rose-800\/20:focus {
  border-right-color: rgb(159 18 57 / 0.2);
}

.focus\:border-r-rose-800\/25:focus {
  border-right-color: rgb(159 18 57 / 0.25);
}

.focus\:border-r-rose-800\/30:focus {
  border-right-color: rgb(159 18 57 / 0.3);
}

.focus\:border-r-rose-800\/40:focus {
  border-right-color: rgb(159 18 57 / 0.4);
}

.focus\:border-r-rose-800\/5:focus {
  border-right-color: rgb(159 18 57 / 0.05);
}

.focus\:border-r-rose-800\/50:focus {
  border-right-color: rgb(159 18 57 / 0.5);
}

.focus\:border-r-rose-800\/60:focus {
  border-right-color: rgb(159 18 57 / 0.6);
}

.focus\:border-r-rose-800\/70:focus {
  border-right-color: rgb(159 18 57 / 0.7);
}

.focus\:border-r-rose-800\/75:focus {
  border-right-color: rgb(159 18 57 / 0.75);
}

.focus\:border-r-rose-800\/80:focus {
  border-right-color: rgb(159 18 57 / 0.8);
}

.focus\:border-r-rose-800\/90:focus {
  border-right-color: rgb(159 18 57 / 0.9);
}

.focus\:border-r-rose-800\/95:focus {
  border-right-color: rgb(159 18 57 / 0.95);
}

.focus\:border-r-rose-900:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(136 19 55 / var(--tw-border-opacity));
}

.focus\:border-r-rose-900\/0:focus {
  border-right-color: rgb(136 19 55 / 0);
}

.focus\:border-r-rose-900\/10:focus {
  border-right-color: rgb(136 19 55 / 0.1);
}

.focus\:border-r-rose-900\/100:focus {
  border-right-color: rgb(136 19 55 / 1);
}

.focus\:border-r-rose-900\/20:focus {
  border-right-color: rgb(136 19 55 / 0.2);
}

.focus\:border-r-rose-900\/25:focus {
  border-right-color: rgb(136 19 55 / 0.25);
}

.focus\:border-r-rose-900\/30:focus {
  border-right-color: rgb(136 19 55 / 0.3);
}

.focus\:border-r-rose-900\/40:focus {
  border-right-color: rgb(136 19 55 / 0.4);
}

.focus\:border-r-rose-900\/5:focus {
  border-right-color: rgb(136 19 55 / 0.05);
}

.focus\:border-r-rose-900\/50:focus {
  border-right-color: rgb(136 19 55 / 0.5);
}

.focus\:border-r-rose-900\/60:focus {
  border-right-color: rgb(136 19 55 / 0.6);
}

.focus\:border-r-rose-900\/70:focus {
  border-right-color: rgb(136 19 55 / 0.7);
}

.focus\:border-r-rose-900\/75:focus {
  border-right-color: rgb(136 19 55 / 0.75);
}

.focus\:border-r-rose-900\/80:focus {
  border-right-color: rgb(136 19 55 / 0.8);
}

.focus\:border-r-rose-900\/90:focus {
  border-right-color: rgb(136 19 55 / 0.9);
}

.focus\:border-r-rose-900\/95:focus {
  border-right-color: rgb(136 19 55 / 0.95);
}

.focus\:border-r-rose-950:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(76 5 25 / var(--tw-border-opacity));
}

.focus\:border-r-rose-950\/0:focus {
  border-right-color: rgb(76 5 25 / 0);
}

.focus\:border-r-rose-950\/10:focus {
  border-right-color: rgb(76 5 25 / 0.1);
}

.focus\:border-r-rose-950\/100:focus {
  border-right-color: rgb(76 5 25 / 1);
}

.focus\:border-r-rose-950\/20:focus {
  border-right-color: rgb(76 5 25 / 0.2);
}

.focus\:border-r-rose-950\/25:focus {
  border-right-color: rgb(76 5 25 / 0.25);
}

.focus\:border-r-rose-950\/30:focus {
  border-right-color: rgb(76 5 25 / 0.3);
}

.focus\:border-r-rose-950\/40:focus {
  border-right-color: rgb(76 5 25 / 0.4);
}

.focus\:border-r-rose-950\/5:focus {
  border-right-color: rgb(76 5 25 / 0.05);
}

.focus\:border-r-rose-950\/50:focus {
  border-right-color: rgb(76 5 25 / 0.5);
}

.focus\:border-r-rose-950\/60:focus {
  border-right-color: rgb(76 5 25 / 0.6);
}

.focus\:border-r-rose-950\/70:focus {
  border-right-color: rgb(76 5 25 / 0.7);
}

.focus\:border-r-rose-950\/75:focus {
  border-right-color: rgb(76 5 25 / 0.75);
}

.focus\:border-r-rose-950\/80:focus {
  border-right-color: rgb(76 5 25 / 0.8);
}

.focus\:border-r-rose-950\/90:focus {
  border-right-color: rgb(76 5 25 / 0.9);
}

.focus\:border-r-rose-950\/95:focus {
  border-right-color: rgb(76 5 25 / 0.95);
}

.focus\:border-r-sky-100:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(224 242 254 / var(--tw-border-opacity));
}

.focus\:border-r-sky-100\/0:focus {
  border-right-color: rgb(224 242 254 / 0);
}

.focus\:border-r-sky-100\/10:focus {
  border-right-color: rgb(224 242 254 / 0.1);
}

.focus\:border-r-sky-100\/100:focus {
  border-right-color: rgb(224 242 254 / 1);
}

.focus\:border-r-sky-100\/20:focus {
  border-right-color: rgb(224 242 254 / 0.2);
}

.focus\:border-r-sky-100\/25:focus {
  border-right-color: rgb(224 242 254 / 0.25);
}

.focus\:border-r-sky-100\/30:focus {
  border-right-color: rgb(224 242 254 / 0.3);
}

.focus\:border-r-sky-100\/40:focus {
  border-right-color: rgb(224 242 254 / 0.4);
}

.focus\:border-r-sky-100\/5:focus {
  border-right-color: rgb(224 242 254 / 0.05);
}

.focus\:border-r-sky-100\/50:focus {
  border-right-color: rgb(224 242 254 / 0.5);
}

.focus\:border-r-sky-100\/60:focus {
  border-right-color: rgb(224 242 254 / 0.6);
}

.focus\:border-r-sky-100\/70:focus {
  border-right-color: rgb(224 242 254 / 0.7);
}

.focus\:border-r-sky-100\/75:focus {
  border-right-color: rgb(224 242 254 / 0.75);
}

.focus\:border-r-sky-100\/80:focus {
  border-right-color: rgb(224 242 254 / 0.8);
}

.focus\:border-r-sky-100\/90:focus {
  border-right-color: rgb(224 242 254 / 0.9);
}

.focus\:border-r-sky-100\/95:focus {
  border-right-color: rgb(224 242 254 / 0.95);
}

.focus\:border-r-sky-200:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(186 230 253 / var(--tw-border-opacity));
}

.focus\:border-r-sky-200\/0:focus {
  border-right-color: rgb(186 230 253 / 0);
}

.focus\:border-r-sky-200\/10:focus {
  border-right-color: rgb(186 230 253 / 0.1);
}

.focus\:border-r-sky-200\/100:focus {
  border-right-color: rgb(186 230 253 / 1);
}

.focus\:border-r-sky-200\/20:focus {
  border-right-color: rgb(186 230 253 / 0.2);
}

.focus\:border-r-sky-200\/25:focus {
  border-right-color: rgb(186 230 253 / 0.25);
}

.focus\:border-r-sky-200\/30:focus {
  border-right-color: rgb(186 230 253 / 0.3);
}

.focus\:border-r-sky-200\/40:focus {
  border-right-color: rgb(186 230 253 / 0.4);
}

.focus\:border-r-sky-200\/5:focus {
  border-right-color: rgb(186 230 253 / 0.05);
}

.focus\:border-r-sky-200\/50:focus {
  border-right-color: rgb(186 230 253 / 0.5);
}

.focus\:border-r-sky-200\/60:focus {
  border-right-color: rgb(186 230 253 / 0.6);
}

.focus\:border-r-sky-200\/70:focus {
  border-right-color: rgb(186 230 253 / 0.7);
}

.focus\:border-r-sky-200\/75:focus {
  border-right-color: rgb(186 230 253 / 0.75);
}

.focus\:border-r-sky-200\/80:focus {
  border-right-color: rgb(186 230 253 / 0.8);
}

.focus\:border-r-sky-200\/90:focus {
  border-right-color: rgb(186 230 253 / 0.9);
}

.focus\:border-r-sky-200\/95:focus {
  border-right-color: rgb(186 230 253 / 0.95);
}

.focus\:border-r-sky-300:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(125 211 252 / var(--tw-border-opacity));
}

.focus\:border-r-sky-300\/0:focus {
  border-right-color: rgb(125 211 252 / 0);
}

.focus\:border-r-sky-300\/10:focus {
  border-right-color: rgb(125 211 252 / 0.1);
}

.focus\:border-r-sky-300\/100:focus {
  border-right-color: rgb(125 211 252 / 1);
}

.focus\:border-r-sky-300\/20:focus {
  border-right-color: rgb(125 211 252 / 0.2);
}

.focus\:border-r-sky-300\/25:focus {
  border-right-color: rgb(125 211 252 / 0.25);
}

.focus\:border-r-sky-300\/30:focus {
  border-right-color: rgb(125 211 252 / 0.3);
}

.focus\:border-r-sky-300\/40:focus {
  border-right-color: rgb(125 211 252 / 0.4);
}

.focus\:border-r-sky-300\/5:focus {
  border-right-color: rgb(125 211 252 / 0.05);
}

.focus\:border-r-sky-300\/50:focus {
  border-right-color: rgb(125 211 252 / 0.5);
}

.focus\:border-r-sky-300\/60:focus {
  border-right-color: rgb(125 211 252 / 0.6);
}

.focus\:border-r-sky-300\/70:focus {
  border-right-color: rgb(125 211 252 / 0.7);
}

.focus\:border-r-sky-300\/75:focus {
  border-right-color: rgb(125 211 252 / 0.75);
}

.focus\:border-r-sky-300\/80:focus {
  border-right-color: rgb(125 211 252 / 0.8);
}

.focus\:border-r-sky-300\/90:focus {
  border-right-color: rgb(125 211 252 / 0.9);
}

.focus\:border-r-sky-300\/95:focus {
  border-right-color: rgb(125 211 252 / 0.95);
}

.focus\:border-r-sky-400:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(56 189 248 / var(--tw-border-opacity));
}

.focus\:border-r-sky-400\/0:focus {
  border-right-color: rgb(56 189 248 / 0);
}

.focus\:border-r-sky-400\/10:focus {
  border-right-color: rgb(56 189 248 / 0.1);
}

.focus\:border-r-sky-400\/100:focus {
  border-right-color: rgb(56 189 248 / 1);
}

.focus\:border-r-sky-400\/20:focus {
  border-right-color: rgb(56 189 248 / 0.2);
}

.focus\:border-r-sky-400\/25:focus {
  border-right-color: rgb(56 189 248 / 0.25);
}

.focus\:border-r-sky-400\/30:focus {
  border-right-color: rgb(56 189 248 / 0.3);
}

.focus\:border-r-sky-400\/40:focus {
  border-right-color: rgb(56 189 248 / 0.4);
}

.focus\:border-r-sky-400\/5:focus {
  border-right-color: rgb(56 189 248 / 0.05);
}

.focus\:border-r-sky-400\/50:focus {
  border-right-color: rgb(56 189 248 / 0.5);
}

.focus\:border-r-sky-400\/60:focus {
  border-right-color: rgb(56 189 248 / 0.6);
}

.focus\:border-r-sky-400\/70:focus {
  border-right-color: rgb(56 189 248 / 0.7);
}

.focus\:border-r-sky-400\/75:focus {
  border-right-color: rgb(56 189 248 / 0.75);
}

.focus\:border-r-sky-400\/80:focus {
  border-right-color: rgb(56 189 248 / 0.8);
}

.focus\:border-r-sky-400\/90:focus {
  border-right-color: rgb(56 189 248 / 0.9);
}

.focus\:border-r-sky-400\/95:focus {
  border-right-color: rgb(56 189 248 / 0.95);
}

.focus\:border-r-sky-50:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.focus\:border-r-sky-50\/0:focus {
  border-right-color: rgb(240 249 255 / 0);
}

.focus\:border-r-sky-50\/10:focus {
  border-right-color: rgb(240 249 255 / 0.1);
}

.focus\:border-r-sky-50\/100:focus {
  border-right-color: rgb(240 249 255 / 1);
}

.focus\:border-r-sky-50\/20:focus {
  border-right-color: rgb(240 249 255 / 0.2);
}

.focus\:border-r-sky-50\/25:focus {
  border-right-color: rgb(240 249 255 / 0.25);
}

.focus\:border-r-sky-50\/30:focus {
  border-right-color: rgb(240 249 255 / 0.3);
}

.focus\:border-r-sky-50\/40:focus {
  border-right-color: rgb(240 249 255 / 0.4);
}

.focus\:border-r-sky-50\/5:focus {
  border-right-color: rgb(240 249 255 / 0.05);
}

.focus\:border-r-sky-50\/50:focus {
  border-right-color: rgb(240 249 255 / 0.5);
}

.focus\:border-r-sky-50\/60:focus {
  border-right-color: rgb(240 249 255 / 0.6);
}

.focus\:border-r-sky-50\/70:focus {
  border-right-color: rgb(240 249 255 / 0.7);
}

.focus\:border-r-sky-50\/75:focus {
  border-right-color: rgb(240 249 255 / 0.75);
}

.focus\:border-r-sky-50\/80:focus {
  border-right-color: rgb(240 249 255 / 0.8);
}

.focus\:border-r-sky-50\/90:focus {
  border-right-color: rgb(240 249 255 / 0.9);
}

.focus\:border-r-sky-50\/95:focus {
  border-right-color: rgb(240 249 255 / 0.95);
}

.focus\:border-r-sky-500:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.focus\:border-r-sky-500\/0:focus {
  border-right-color: rgb(14 165 233 / 0);
}

.focus\:border-r-sky-500\/10:focus {
  border-right-color: rgb(14 165 233 / 0.1);
}

.focus\:border-r-sky-500\/100:focus {
  border-right-color: rgb(14 165 233 / 1);
}

.focus\:border-r-sky-500\/20:focus {
  border-right-color: rgb(14 165 233 / 0.2);
}

.focus\:border-r-sky-500\/25:focus {
  border-right-color: rgb(14 165 233 / 0.25);
}

.focus\:border-r-sky-500\/30:focus {
  border-right-color: rgb(14 165 233 / 0.3);
}

.focus\:border-r-sky-500\/40:focus {
  border-right-color: rgb(14 165 233 / 0.4);
}

.focus\:border-r-sky-500\/5:focus {
  border-right-color: rgb(14 165 233 / 0.05);
}

.focus\:border-r-sky-500\/50:focus {
  border-right-color: rgb(14 165 233 / 0.5);
}

.focus\:border-r-sky-500\/60:focus {
  border-right-color: rgb(14 165 233 / 0.6);
}

.focus\:border-r-sky-500\/70:focus {
  border-right-color: rgb(14 165 233 / 0.7);
}

.focus\:border-r-sky-500\/75:focus {
  border-right-color: rgb(14 165 233 / 0.75);
}

.focus\:border-r-sky-500\/80:focus {
  border-right-color: rgb(14 165 233 / 0.8);
}

.focus\:border-r-sky-500\/90:focus {
  border-right-color: rgb(14 165 233 / 0.9);
}

.focus\:border-r-sky-500\/95:focus {
  border-right-color: rgb(14 165 233 / 0.95);
}

.focus\:border-r-sky-600:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(2 132 199 / var(--tw-border-opacity));
}

.focus\:border-r-sky-600\/0:focus {
  border-right-color: rgb(2 132 199 / 0);
}

.focus\:border-r-sky-600\/10:focus {
  border-right-color: rgb(2 132 199 / 0.1);
}

.focus\:border-r-sky-600\/100:focus {
  border-right-color: rgb(2 132 199 / 1);
}

.focus\:border-r-sky-600\/20:focus {
  border-right-color: rgb(2 132 199 / 0.2);
}

.focus\:border-r-sky-600\/25:focus {
  border-right-color: rgb(2 132 199 / 0.25);
}

.focus\:border-r-sky-600\/30:focus {
  border-right-color: rgb(2 132 199 / 0.3);
}

.focus\:border-r-sky-600\/40:focus {
  border-right-color: rgb(2 132 199 / 0.4);
}

.focus\:border-r-sky-600\/5:focus {
  border-right-color: rgb(2 132 199 / 0.05);
}

.focus\:border-r-sky-600\/50:focus {
  border-right-color: rgb(2 132 199 / 0.5);
}

.focus\:border-r-sky-600\/60:focus {
  border-right-color: rgb(2 132 199 / 0.6);
}

.focus\:border-r-sky-600\/70:focus {
  border-right-color: rgb(2 132 199 / 0.7);
}

.focus\:border-r-sky-600\/75:focus {
  border-right-color: rgb(2 132 199 / 0.75);
}

.focus\:border-r-sky-600\/80:focus {
  border-right-color: rgb(2 132 199 / 0.8);
}

.focus\:border-r-sky-600\/90:focus {
  border-right-color: rgb(2 132 199 / 0.9);
}

.focus\:border-r-sky-600\/95:focus {
  border-right-color: rgb(2 132 199 / 0.95);
}

.focus\:border-r-sky-700:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.focus\:border-r-sky-700\/0:focus {
  border-right-color: rgb(3 105 161 / 0);
}

.focus\:border-r-sky-700\/10:focus {
  border-right-color: rgb(3 105 161 / 0.1);
}

.focus\:border-r-sky-700\/100:focus {
  border-right-color: rgb(3 105 161 / 1);
}

.focus\:border-r-sky-700\/20:focus {
  border-right-color: rgb(3 105 161 / 0.2);
}

.focus\:border-r-sky-700\/25:focus {
  border-right-color: rgb(3 105 161 / 0.25);
}

.focus\:border-r-sky-700\/30:focus {
  border-right-color: rgb(3 105 161 / 0.3);
}

.focus\:border-r-sky-700\/40:focus {
  border-right-color: rgb(3 105 161 / 0.4);
}

.focus\:border-r-sky-700\/5:focus {
  border-right-color: rgb(3 105 161 / 0.05);
}

.focus\:border-r-sky-700\/50:focus {
  border-right-color: rgb(3 105 161 / 0.5);
}

.focus\:border-r-sky-700\/60:focus {
  border-right-color: rgb(3 105 161 / 0.6);
}

.focus\:border-r-sky-700\/70:focus {
  border-right-color: rgb(3 105 161 / 0.7);
}

.focus\:border-r-sky-700\/75:focus {
  border-right-color: rgb(3 105 161 / 0.75);
}

.focus\:border-r-sky-700\/80:focus {
  border-right-color: rgb(3 105 161 / 0.8);
}

.focus\:border-r-sky-700\/90:focus {
  border-right-color: rgb(3 105 161 / 0.9);
}

.focus\:border-r-sky-700\/95:focus {
  border-right-color: rgb(3 105 161 / 0.95);
}

.focus\:border-r-sky-800:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(7 89 133 / var(--tw-border-opacity));
}

.focus\:border-r-sky-800\/0:focus {
  border-right-color: rgb(7 89 133 / 0);
}

.focus\:border-r-sky-800\/10:focus {
  border-right-color: rgb(7 89 133 / 0.1);
}

.focus\:border-r-sky-800\/100:focus {
  border-right-color: rgb(7 89 133 / 1);
}

.focus\:border-r-sky-800\/20:focus {
  border-right-color: rgb(7 89 133 / 0.2);
}

.focus\:border-r-sky-800\/25:focus {
  border-right-color: rgb(7 89 133 / 0.25);
}

.focus\:border-r-sky-800\/30:focus {
  border-right-color: rgb(7 89 133 / 0.3);
}

.focus\:border-r-sky-800\/40:focus {
  border-right-color: rgb(7 89 133 / 0.4);
}

.focus\:border-r-sky-800\/5:focus {
  border-right-color: rgb(7 89 133 / 0.05);
}

.focus\:border-r-sky-800\/50:focus {
  border-right-color: rgb(7 89 133 / 0.5);
}

.focus\:border-r-sky-800\/60:focus {
  border-right-color: rgb(7 89 133 / 0.6);
}

.focus\:border-r-sky-800\/70:focus {
  border-right-color: rgb(7 89 133 / 0.7);
}

.focus\:border-r-sky-800\/75:focus {
  border-right-color: rgb(7 89 133 / 0.75);
}

.focus\:border-r-sky-800\/80:focus {
  border-right-color: rgb(7 89 133 / 0.8);
}

.focus\:border-r-sky-800\/90:focus {
  border-right-color: rgb(7 89 133 / 0.9);
}

.focus\:border-r-sky-800\/95:focus {
  border-right-color: rgb(7 89 133 / 0.95);
}

.focus\:border-r-sky-900:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(12 74 110 / var(--tw-border-opacity));
}

.focus\:border-r-sky-900\/0:focus {
  border-right-color: rgb(12 74 110 / 0);
}

.focus\:border-r-sky-900\/10:focus {
  border-right-color: rgb(12 74 110 / 0.1);
}

.focus\:border-r-sky-900\/100:focus {
  border-right-color: rgb(12 74 110 / 1);
}

.focus\:border-r-sky-900\/20:focus {
  border-right-color: rgb(12 74 110 / 0.2);
}

.focus\:border-r-sky-900\/25:focus {
  border-right-color: rgb(12 74 110 / 0.25);
}

.focus\:border-r-sky-900\/30:focus {
  border-right-color: rgb(12 74 110 / 0.3);
}

.focus\:border-r-sky-900\/40:focus {
  border-right-color: rgb(12 74 110 / 0.4);
}

.focus\:border-r-sky-900\/5:focus {
  border-right-color: rgb(12 74 110 / 0.05);
}

.focus\:border-r-sky-900\/50:focus {
  border-right-color: rgb(12 74 110 / 0.5);
}

.focus\:border-r-sky-900\/60:focus {
  border-right-color: rgb(12 74 110 / 0.6);
}

.focus\:border-r-sky-900\/70:focus {
  border-right-color: rgb(12 74 110 / 0.7);
}

.focus\:border-r-sky-900\/75:focus {
  border-right-color: rgb(12 74 110 / 0.75);
}

.focus\:border-r-sky-900\/80:focus {
  border-right-color: rgb(12 74 110 / 0.8);
}

.focus\:border-r-sky-900\/90:focus {
  border-right-color: rgb(12 74 110 / 0.9);
}

.focus\:border-r-sky-900\/95:focus {
  border-right-color: rgb(12 74 110 / 0.95);
}

.focus\:border-r-sky-950:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(8 47 73 / var(--tw-border-opacity));
}

.focus\:border-r-sky-950\/0:focus {
  border-right-color: rgb(8 47 73 / 0);
}

.focus\:border-r-sky-950\/10:focus {
  border-right-color: rgb(8 47 73 / 0.1);
}

.focus\:border-r-sky-950\/100:focus {
  border-right-color: rgb(8 47 73 / 1);
}

.focus\:border-r-sky-950\/20:focus {
  border-right-color: rgb(8 47 73 / 0.2);
}

.focus\:border-r-sky-950\/25:focus {
  border-right-color: rgb(8 47 73 / 0.25);
}

.focus\:border-r-sky-950\/30:focus {
  border-right-color: rgb(8 47 73 / 0.3);
}

.focus\:border-r-sky-950\/40:focus {
  border-right-color: rgb(8 47 73 / 0.4);
}

.focus\:border-r-sky-950\/5:focus {
  border-right-color: rgb(8 47 73 / 0.05);
}

.focus\:border-r-sky-950\/50:focus {
  border-right-color: rgb(8 47 73 / 0.5);
}

.focus\:border-r-sky-950\/60:focus {
  border-right-color: rgb(8 47 73 / 0.6);
}

.focus\:border-r-sky-950\/70:focus {
  border-right-color: rgb(8 47 73 / 0.7);
}

.focus\:border-r-sky-950\/75:focus {
  border-right-color: rgb(8 47 73 / 0.75);
}

.focus\:border-r-sky-950\/80:focus {
  border-right-color: rgb(8 47 73 / 0.8);
}

.focus\:border-r-sky-950\/90:focus {
  border-right-color: rgb(8 47 73 / 0.9);
}

.focus\:border-r-sky-950\/95:focus {
  border-right-color: rgb(8 47 73 / 0.95);
}

.focus\:border-r-slate-100:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.focus\:border-r-slate-100\/0:focus {
  border-right-color: rgb(241 245 249 / 0);
}

.focus\:border-r-slate-100\/10:focus {
  border-right-color: rgb(241 245 249 / 0.1);
}

.focus\:border-r-slate-100\/100:focus {
  border-right-color: rgb(241 245 249 / 1);
}

.focus\:border-r-slate-100\/20:focus {
  border-right-color: rgb(241 245 249 / 0.2);
}

.focus\:border-r-slate-100\/25:focus {
  border-right-color: rgb(241 245 249 / 0.25);
}

.focus\:border-r-slate-100\/30:focus {
  border-right-color: rgb(241 245 249 / 0.3);
}

.focus\:border-r-slate-100\/40:focus {
  border-right-color: rgb(241 245 249 / 0.4);
}

.focus\:border-r-slate-100\/5:focus {
  border-right-color: rgb(241 245 249 / 0.05);
}

.focus\:border-r-slate-100\/50:focus {
  border-right-color: rgb(241 245 249 / 0.5);
}

.focus\:border-r-slate-100\/60:focus {
  border-right-color: rgb(241 245 249 / 0.6);
}

.focus\:border-r-slate-100\/70:focus {
  border-right-color: rgb(241 245 249 / 0.7);
}

.focus\:border-r-slate-100\/75:focus {
  border-right-color: rgb(241 245 249 / 0.75);
}

.focus\:border-r-slate-100\/80:focus {
  border-right-color: rgb(241 245 249 / 0.8);
}

.focus\:border-r-slate-100\/90:focus {
  border-right-color: rgb(241 245 249 / 0.9);
}

.focus\:border-r-slate-100\/95:focus {
  border-right-color: rgb(241 245 249 / 0.95);
}

.focus\:border-r-slate-200:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.focus\:border-r-slate-200\/0:focus {
  border-right-color: rgb(226 232 240 / 0);
}

.focus\:border-r-slate-200\/10:focus {
  border-right-color: rgb(226 232 240 / 0.1);
}

.focus\:border-r-slate-200\/100:focus {
  border-right-color: rgb(226 232 240 / 1);
}

.focus\:border-r-slate-200\/20:focus {
  border-right-color: rgb(226 232 240 / 0.2);
}

.focus\:border-r-slate-200\/25:focus {
  border-right-color: rgb(226 232 240 / 0.25);
}

.focus\:border-r-slate-200\/30:focus {
  border-right-color: rgb(226 232 240 / 0.3);
}

.focus\:border-r-slate-200\/40:focus {
  border-right-color: rgb(226 232 240 / 0.4);
}

.focus\:border-r-slate-200\/5:focus {
  border-right-color: rgb(226 232 240 / 0.05);
}

.focus\:border-r-slate-200\/50:focus {
  border-right-color: rgb(226 232 240 / 0.5);
}

.focus\:border-r-slate-200\/60:focus {
  border-right-color: rgb(226 232 240 / 0.6);
}

.focus\:border-r-slate-200\/70:focus {
  border-right-color: rgb(226 232 240 / 0.7);
}

.focus\:border-r-slate-200\/75:focus {
  border-right-color: rgb(226 232 240 / 0.75);
}

.focus\:border-r-slate-200\/80:focus {
  border-right-color: rgb(226 232 240 / 0.8);
}

.focus\:border-r-slate-200\/90:focus {
  border-right-color: rgb(226 232 240 / 0.9);
}

.focus\:border-r-slate-200\/95:focus {
  border-right-color: rgb(226 232 240 / 0.95);
}

.focus\:border-r-slate-300:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.focus\:border-r-slate-300\/0:focus {
  border-right-color: rgb(203 213 225 / 0);
}

.focus\:border-r-slate-300\/10:focus {
  border-right-color: rgb(203 213 225 / 0.1);
}

.focus\:border-r-slate-300\/100:focus {
  border-right-color: rgb(203 213 225 / 1);
}

.focus\:border-r-slate-300\/20:focus {
  border-right-color: rgb(203 213 225 / 0.2);
}

.focus\:border-r-slate-300\/25:focus {
  border-right-color: rgb(203 213 225 / 0.25);
}

.focus\:border-r-slate-300\/30:focus {
  border-right-color: rgb(203 213 225 / 0.3);
}

.focus\:border-r-slate-300\/40:focus {
  border-right-color: rgb(203 213 225 / 0.4);
}

.focus\:border-r-slate-300\/5:focus {
  border-right-color: rgb(203 213 225 / 0.05);
}

.focus\:border-r-slate-300\/50:focus {
  border-right-color: rgb(203 213 225 / 0.5);
}

.focus\:border-r-slate-300\/60:focus {
  border-right-color: rgb(203 213 225 / 0.6);
}

.focus\:border-r-slate-300\/70:focus {
  border-right-color: rgb(203 213 225 / 0.7);
}

.focus\:border-r-slate-300\/75:focus {
  border-right-color: rgb(203 213 225 / 0.75);
}

.focus\:border-r-slate-300\/80:focus {
  border-right-color: rgb(203 213 225 / 0.8);
}

.focus\:border-r-slate-300\/90:focus {
  border-right-color: rgb(203 213 225 / 0.9);
}

.focus\:border-r-slate-300\/95:focus {
  border-right-color: rgb(203 213 225 / 0.95);
}

.focus\:border-r-slate-400:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.focus\:border-r-slate-400\/0:focus {
  border-right-color: rgb(148 163 184 / 0);
}

.focus\:border-r-slate-400\/10:focus {
  border-right-color: rgb(148 163 184 / 0.1);
}

.focus\:border-r-slate-400\/100:focus {
  border-right-color: rgb(148 163 184 / 1);
}

.focus\:border-r-slate-400\/20:focus {
  border-right-color: rgb(148 163 184 / 0.2);
}

.focus\:border-r-slate-400\/25:focus {
  border-right-color: rgb(148 163 184 / 0.25);
}

.focus\:border-r-slate-400\/30:focus {
  border-right-color: rgb(148 163 184 / 0.3);
}

.focus\:border-r-slate-400\/40:focus {
  border-right-color: rgb(148 163 184 / 0.4);
}

.focus\:border-r-slate-400\/5:focus {
  border-right-color: rgb(148 163 184 / 0.05);
}

.focus\:border-r-slate-400\/50:focus {
  border-right-color: rgb(148 163 184 / 0.5);
}

.focus\:border-r-slate-400\/60:focus {
  border-right-color: rgb(148 163 184 / 0.6);
}

.focus\:border-r-slate-400\/70:focus {
  border-right-color: rgb(148 163 184 / 0.7);
}

.focus\:border-r-slate-400\/75:focus {
  border-right-color: rgb(148 163 184 / 0.75);
}

.focus\:border-r-slate-400\/80:focus {
  border-right-color: rgb(148 163 184 / 0.8);
}

.focus\:border-r-slate-400\/90:focus {
  border-right-color: rgb(148 163 184 / 0.9);
}

.focus\:border-r-slate-400\/95:focus {
  border-right-color: rgb(148 163 184 / 0.95);
}

.focus\:border-r-slate-50:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(248 250 252 / var(--tw-border-opacity));
}

.focus\:border-r-slate-50\/0:focus {
  border-right-color: rgb(248 250 252 / 0);
}

.focus\:border-r-slate-50\/10:focus {
  border-right-color: rgb(248 250 252 / 0.1);
}

.focus\:border-r-slate-50\/100:focus {
  border-right-color: rgb(248 250 252 / 1);
}

.focus\:border-r-slate-50\/20:focus {
  border-right-color: rgb(248 250 252 / 0.2);
}

.focus\:border-r-slate-50\/25:focus {
  border-right-color: rgb(248 250 252 / 0.25);
}

.focus\:border-r-slate-50\/30:focus {
  border-right-color: rgb(248 250 252 / 0.3);
}

.focus\:border-r-slate-50\/40:focus {
  border-right-color: rgb(248 250 252 / 0.4);
}

.focus\:border-r-slate-50\/5:focus {
  border-right-color: rgb(248 250 252 / 0.05);
}

.focus\:border-r-slate-50\/50:focus {
  border-right-color: rgb(248 250 252 / 0.5);
}

.focus\:border-r-slate-50\/60:focus {
  border-right-color: rgb(248 250 252 / 0.6);
}

.focus\:border-r-slate-50\/70:focus {
  border-right-color: rgb(248 250 252 / 0.7);
}

.focus\:border-r-slate-50\/75:focus {
  border-right-color: rgb(248 250 252 / 0.75);
}

.focus\:border-r-slate-50\/80:focus {
  border-right-color: rgb(248 250 252 / 0.8);
}

.focus\:border-r-slate-50\/90:focus {
  border-right-color: rgb(248 250 252 / 0.9);
}

.focus\:border-r-slate-50\/95:focus {
  border-right-color: rgb(248 250 252 / 0.95);
}

.focus\:border-r-slate-500:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.focus\:border-r-slate-500\/0:focus {
  border-right-color: rgb(100 116 139 / 0);
}

.focus\:border-r-slate-500\/10:focus {
  border-right-color: rgb(100 116 139 / 0.1);
}

.focus\:border-r-slate-500\/100:focus {
  border-right-color: rgb(100 116 139 / 1);
}

.focus\:border-r-slate-500\/20:focus {
  border-right-color: rgb(100 116 139 / 0.2);
}

.focus\:border-r-slate-500\/25:focus {
  border-right-color: rgb(100 116 139 / 0.25);
}

.focus\:border-r-slate-500\/30:focus {
  border-right-color: rgb(100 116 139 / 0.3);
}

.focus\:border-r-slate-500\/40:focus {
  border-right-color: rgb(100 116 139 / 0.4);
}

.focus\:border-r-slate-500\/5:focus {
  border-right-color: rgb(100 116 139 / 0.05);
}

.focus\:border-r-slate-500\/50:focus {
  border-right-color: rgb(100 116 139 / 0.5);
}

.focus\:border-r-slate-500\/60:focus {
  border-right-color: rgb(100 116 139 / 0.6);
}

.focus\:border-r-slate-500\/70:focus {
  border-right-color: rgb(100 116 139 / 0.7);
}

.focus\:border-r-slate-500\/75:focus {
  border-right-color: rgb(100 116 139 / 0.75);
}

.focus\:border-r-slate-500\/80:focus {
  border-right-color: rgb(100 116 139 / 0.8);
}

.focus\:border-r-slate-500\/90:focus {
  border-right-color: rgb(100 116 139 / 0.9);
}

.focus\:border-r-slate-500\/95:focus {
  border-right-color: rgb(100 116 139 / 0.95);
}

.focus\:border-r-slate-600:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(71 85 105 / var(--tw-border-opacity));
}

.focus\:border-r-slate-600\/0:focus {
  border-right-color: rgb(71 85 105 / 0);
}

.focus\:border-r-slate-600\/10:focus {
  border-right-color: rgb(71 85 105 / 0.1);
}

.focus\:border-r-slate-600\/100:focus {
  border-right-color: rgb(71 85 105 / 1);
}

.focus\:border-r-slate-600\/20:focus {
  border-right-color: rgb(71 85 105 / 0.2);
}

.focus\:border-r-slate-600\/25:focus {
  border-right-color: rgb(71 85 105 / 0.25);
}

.focus\:border-r-slate-600\/30:focus {
  border-right-color: rgb(71 85 105 / 0.3);
}

.focus\:border-r-slate-600\/40:focus {
  border-right-color: rgb(71 85 105 / 0.4);
}

.focus\:border-r-slate-600\/5:focus {
  border-right-color: rgb(71 85 105 / 0.05);
}

.focus\:border-r-slate-600\/50:focus {
  border-right-color: rgb(71 85 105 / 0.5);
}

.focus\:border-r-slate-600\/60:focus {
  border-right-color: rgb(71 85 105 / 0.6);
}

.focus\:border-r-slate-600\/70:focus {
  border-right-color: rgb(71 85 105 / 0.7);
}

.focus\:border-r-slate-600\/75:focus {
  border-right-color: rgb(71 85 105 / 0.75);
}

.focus\:border-r-slate-600\/80:focus {
  border-right-color: rgb(71 85 105 / 0.8);
}

.focus\:border-r-slate-600\/90:focus {
  border-right-color: rgb(71 85 105 / 0.9);
}

.focus\:border-r-slate-600\/95:focus {
  border-right-color: rgb(71 85 105 / 0.95);
}

.focus\:border-r-slate-700:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.focus\:border-r-slate-700\/0:focus {
  border-right-color: rgb(51 65 85 / 0);
}

.focus\:border-r-slate-700\/10:focus {
  border-right-color: rgb(51 65 85 / 0.1);
}

.focus\:border-r-slate-700\/100:focus {
  border-right-color: rgb(51 65 85 / 1);
}

.focus\:border-r-slate-700\/20:focus {
  border-right-color: rgb(51 65 85 / 0.2);
}

.focus\:border-r-slate-700\/25:focus {
  border-right-color: rgb(51 65 85 / 0.25);
}

.focus\:border-r-slate-700\/30:focus {
  border-right-color: rgb(51 65 85 / 0.3);
}

.focus\:border-r-slate-700\/40:focus {
  border-right-color: rgb(51 65 85 / 0.4);
}

.focus\:border-r-slate-700\/5:focus {
  border-right-color: rgb(51 65 85 / 0.05);
}

.focus\:border-r-slate-700\/50:focus {
  border-right-color: rgb(51 65 85 / 0.5);
}

.focus\:border-r-slate-700\/60:focus {
  border-right-color: rgb(51 65 85 / 0.6);
}

.focus\:border-r-slate-700\/70:focus {
  border-right-color: rgb(51 65 85 / 0.7);
}

.focus\:border-r-slate-700\/75:focus {
  border-right-color: rgb(51 65 85 / 0.75);
}

.focus\:border-r-slate-700\/80:focus {
  border-right-color: rgb(51 65 85 / 0.8);
}

.focus\:border-r-slate-700\/90:focus {
  border-right-color: rgb(51 65 85 / 0.9);
}

.focus\:border-r-slate-700\/95:focus {
  border-right-color: rgb(51 65 85 / 0.95);
}

.focus\:border-r-slate-800:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.focus\:border-r-slate-800\/0:focus {
  border-right-color: rgb(30 41 59 / 0);
}

.focus\:border-r-slate-800\/10:focus {
  border-right-color: rgb(30 41 59 / 0.1);
}

.focus\:border-r-slate-800\/100:focus {
  border-right-color: rgb(30 41 59 / 1);
}

.focus\:border-r-slate-800\/20:focus {
  border-right-color: rgb(30 41 59 / 0.2);
}

.focus\:border-r-slate-800\/25:focus {
  border-right-color: rgb(30 41 59 / 0.25);
}

.focus\:border-r-slate-800\/30:focus {
  border-right-color: rgb(30 41 59 / 0.3);
}

.focus\:border-r-slate-800\/40:focus {
  border-right-color: rgb(30 41 59 / 0.4);
}

.focus\:border-r-slate-800\/5:focus {
  border-right-color: rgb(30 41 59 / 0.05);
}

.focus\:border-r-slate-800\/50:focus {
  border-right-color: rgb(30 41 59 / 0.5);
}

.focus\:border-r-slate-800\/60:focus {
  border-right-color: rgb(30 41 59 / 0.6);
}

.focus\:border-r-slate-800\/70:focus {
  border-right-color: rgb(30 41 59 / 0.7);
}

.focus\:border-r-slate-800\/75:focus {
  border-right-color: rgb(30 41 59 / 0.75);
}

.focus\:border-r-slate-800\/80:focus {
  border-right-color: rgb(30 41 59 / 0.8);
}

.focus\:border-r-slate-800\/90:focus {
  border-right-color: rgb(30 41 59 / 0.9);
}

.focus\:border-r-slate-800\/95:focus {
  border-right-color: rgb(30 41 59 / 0.95);
}

.focus\:border-r-slate-900:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(15 23 42 / var(--tw-border-opacity));
}

.focus\:border-r-slate-900\/0:focus {
  border-right-color: rgb(15 23 42 / 0);
}

.focus\:border-r-slate-900\/10:focus {
  border-right-color: rgb(15 23 42 / 0.1);
}

.focus\:border-r-slate-900\/100:focus {
  border-right-color: rgb(15 23 42 / 1);
}

.focus\:border-r-slate-900\/20:focus {
  border-right-color: rgb(15 23 42 / 0.2);
}

.focus\:border-r-slate-900\/25:focus {
  border-right-color: rgb(15 23 42 / 0.25);
}

.focus\:border-r-slate-900\/30:focus {
  border-right-color: rgb(15 23 42 / 0.3);
}

.focus\:border-r-slate-900\/40:focus {
  border-right-color: rgb(15 23 42 / 0.4);
}

.focus\:border-r-slate-900\/5:focus {
  border-right-color: rgb(15 23 42 / 0.05);
}

.focus\:border-r-slate-900\/50:focus {
  border-right-color: rgb(15 23 42 / 0.5);
}

.focus\:border-r-slate-900\/60:focus {
  border-right-color: rgb(15 23 42 / 0.6);
}

.focus\:border-r-slate-900\/70:focus {
  border-right-color: rgb(15 23 42 / 0.7);
}

.focus\:border-r-slate-900\/75:focus {
  border-right-color: rgb(15 23 42 / 0.75);
}

.focus\:border-r-slate-900\/80:focus {
  border-right-color: rgb(15 23 42 / 0.8);
}

.focus\:border-r-slate-900\/90:focus {
  border-right-color: rgb(15 23 42 / 0.9);
}

.focus\:border-r-slate-900\/95:focus {
  border-right-color: rgb(15 23 42 / 0.95);
}

.focus\:border-r-slate-950:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(2 6 23 / var(--tw-border-opacity));
}

.focus\:border-r-slate-950\/0:focus {
  border-right-color: rgb(2 6 23 / 0);
}

.focus\:border-r-slate-950\/10:focus {
  border-right-color: rgb(2 6 23 / 0.1);
}

.focus\:border-r-slate-950\/100:focus {
  border-right-color: rgb(2 6 23 / 1);
}

.focus\:border-r-slate-950\/20:focus {
  border-right-color: rgb(2 6 23 / 0.2);
}

.focus\:border-r-slate-950\/25:focus {
  border-right-color: rgb(2 6 23 / 0.25);
}

.focus\:border-r-slate-950\/30:focus {
  border-right-color: rgb(2 6 23 / 0.3);
}

.focus\:border-r-slate-950\/40:focus {
  border-right-color: rgb(2 6 23 / 0.4);
}

.focus\:border-r-slate-950\/5:focus {
  border-right-color: rgb(2 6 23 / 0.05);
}

.focus\:border-r-slate-950\/50:focus {
  border-right-color: rgb(2 6 23 / 0.5);
}

.focus\:border-r-slate-950\/60:focus {
  border-right-color: rgb(2 6 23 / 0.6);
}

.focus\:border-r-slate-950\/70:focus {
  border-right-color: rgb(2 6 23 / 0.7);
}

.focus\:border-r-slate-950\/75:focus {
  border-right-color: rgb(2 6 23 / 0.75);
}

.focus\:border-r-slate-950\/80:focus {
  border-right-color: rgb(2 6 23 / 0.8);
}

.focus\:border-r-slate-950\/90:focus {
  border-right-color: rgb(2 6 23 / 0.9);
}

.focus\:border-r-slate-950\/95:focus {
  border-right-color: rgb(2 6 23 / 0.95);
}

.focus\:border-r-stone-100:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 245 244 / var(--tw-border-opacity));
}

.focus\:border-r-stone-100\/0:focus {
  border-right-color: rgb(245 245 244 / 0);
}

.focus\:border-r-stone-100\/10:focus {
  border-right-color: rgb(245 245 244 / 0.1);
}

.focus\:border-r-stone-100\/100:focus {
  border-right-color: rgb(245 245 244 / 1);
}

.focus\:border-r-stone-100\/20:focus {
  border-right-color: rgb(245 245 244 / 0.2);
}

.focus\:border-r-stone-100\/25:focus {
  border-right-color: rgb(245 245 244 / 0.25);
}

.focus\:border-r-stone-100\/30:focus {
  border-right-color: rgb(245 245 244 / 0.3);
}

.focus\:border-r-stone-100\/40:focus {
  border-right-color: rgb(245 245 244 / 0.4);
}

.focus\:border-r-stone-100\/5:focus {
  border-right-color: rgb(245 245 244 / 0.05);
}

.focus\:border-r-stone-100\/50:focus {
  border-right-color: rgb(245 245 244 / 0.5);
}

.focus\:border-r-stone-100\/60:focus {
  border-right-color: rgb(245 245 244 / 0.6);
}

.focus\:border-r-stone-100\/70:focus {
  border-right-color: rgb(245 245 244 / 0.7);
}

.focus\:border-r-stone-100\/75:focus {
  border-right-color: rgb(245 245 244 / 0.75);
}

.focus\:border-r-stone-100\/80:focus {
  border-right-color: rgb(245 245 244 / 0.8);
}

.focus\:border-r-stone-100\/90:focus {
  border-right-color: rgb(245 245 244 / 0.9);
}

.focus\:border-r-stone-100\/95:focus {
  border-right-color: rgb(245 245 244 / 0.95);
}

.focus\:border-r-stone-200:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(231 229 228 / var(--tw-border-opacity));
}

.focus\:border-r-stone-200\/0:focus {
  border-right-color: rgb(231 229 228 / 0);
}

.focus\:border-r-stone-200\/10:focus {
  border-right-color: rgb(231 229 228 / 0.1);
}

.focus\:border-r-stone-200\/100:focus {
  border-right-color: rgb(231 229 228 / 1);
}

.focus\:border-r-stone-200\/20:focus {
  border-right-color: rgb(231 229 228 / 0.2);
}

.focus\:border-r-stone-200\/25:focus {
  border-right-color: rgb(231 229 228 / 0.25);
}

.focus\:border-r-stone-200\/30:focus {
  border-right-color: rgb(231 229 228 / 0.3);
}

.focus\:border-r-stone-200\/40:focus {
  border-right-color: rgb(231 229 228 / 0.4);
}

.focus\:border-r-stone-200\/5:focus {
  border-right-color: rgb(231 229 228 / 0.05);
}

.focus\:border-r-stone-200\/50:focus {
  border-right-color: rgb(231 229 228 / 0.5);
}

.focus\:border-r-stone-200\/60:focus {
  border-right-color: rgb(231 229 228 / 0.6);
}

.focus\:border-r-stone-200\/70:focus {
  border-right-color: rgb(231 229 228 / 0.7);
}

.focus\:border-r-stone-200\/75:focus {
  border-right-color: rgb(231 229 228 / 0.75);
}

.focus\:border-r-stone-200\/80:focus {
  border-right-color: rgb(231 229 228 / 0.8);
}

.focus\:border-r-stone-200\/90:focus {
  border-right-color: rgb(231 229 228 / 0.9);
}

.focus\:border-r-stone-200\/95:focus {
  border-right-color: rgb(231 229 228 / 0.95);
}

.focus\:border-r-stone-300:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.focus\:border-r-stone-300\/0:focus {
  border-right-color: rgb(214 211 209 / 0);
}

.focus\:border-r-stone-300\/10:focus {
  border-right-color: rgb(214 211 209 / 0.1);
}

.focus\:border-r-stone-300\/100:focus {
  border-right-color: rgb(214 211 209 / 1);
}

.focus\:border-r-stone-300\/20:focus {
  border-right-color: rgb(214 211 209 / 0.2);
}

.focus\:border-r-stone-300\/25:focus {
  border-right-color: rgb(214 211 209 / 0.25);
}

.focus\:border-r-stone-300\/30:focus {
  border-right-color: rgb(214 211 209 / 0.3);
}

.focus\:border-r-stone-300\/40:focus {
  border-right-color: rgb(214 211 209 / 0.4);
}

.focus\:border-r-stone-300\/5:focus {
  border-right-color: rgb(214 211 209 / 0.05);
}

.focus\:border-r-stone-300\/50:focus {
  border-right-color: rgb(214 211 209 / 0.5);
}

.focus\:border-r-stone-300\/60:focus {
  border-right-color: rgb(214 211 209 / 0.6);
}

.focus\:border-r-stone-300\/70:focus {
  border-right-color: rgb(214 211 209 / 0.7);
}

.focus\:border-r-stone-300\/75:focus {
  border-right-color: rgb(214 211 209 / 0.75);
}

.focus\:border-r-stone-300\/80:focus {
  border-right-color: rgb(214 211 209 / 0.8);
}

.focus\:border-r-stone-300\/90:focus {
  border-right-color: rgb(214 211 209 / 0.9);
}

.focus\:border-r-stone-300\/95:focus {
  border-right-color: rgb(214 211 209 / 0.95);
}

.focus\:border-r-stone-400:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(168 162 158 / var(--tw-border-opacity));
}

.focus\:border-r-stone-400\/0:focus {
  border-right-color: rgb(168 162 158 / 0);
}

.focus\:border-r-stone-400\/10:focus {
  border-right-color: rgb(168 162 158 / 0.1);
}

.focus\:border-r-stone-400\/100:focus {
  border-right-color: rgb(168 162 158 / 1);
}

.focus\:border-r-stone-400\/20:focus {
  border-right-color: rgb(168 162 158 / 0.2);
}

.focus\:border-r-stone-400\/25:focus {
  border-right-color: rgb(168 162 158 / 0.25);
}

.focus\:border-r-stone-400\/30:focus {
  border-right-color: rgb(168 162 158 / 0.3);
}

.focus\:border-r-stone-400\/40:focus {
  border-right-color: rgb(168 162 158 / 0.4);
}

.focus\:border-r-stone-400\/5:focus {
  border-right-color: rgb(168 162 158 / 0.05);
}

.focus\:border-r-stone-400\/50:focus {
  border-right-color: rgb(168 162 158 / 0.5);
}

.focus\:border-r-stone-400\/60:focus {
  border-right-color: rgb(168 162 158 / 0.6);
}

.focus\:border-r-stone-400\/70:focus {
  border-right-color: rgb(168 162 158 / 0.7);
}

.focus\:border-r-stone-400\/75:focus {
  border-right-color: rgb(168 162 158 / 0.75);
}

.focus\:border-r-stone-400\/80:focus {
  border-right-color: rgb(168 162 158 / 0.8);
}

.focus\:border-r-stone-400\/90:focus {
  border-right-color: rgb(168 162 158 / 0.9);
}

.focus\:border-r-stone-400\/95:focus {
  border-right-color: rgb(168 162 158 / 0.95);
}

.focus\:border-r-stone-50:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 250 249 / var(--tw-border-opacity));
}

.focus\:border-r-stone-50\/0:focus {
  border-right-color: rgb(250 250 249 / 0);
}

.focus\:border-r-stone-50\/10:focus {
  border-right-color: rgb(250 250 249 / 0.1);
}

.focus\:border-r-stone-50\/100:focus {
  border-right-color: rgb(250 250 249 / 1);
}

.focus\:border-r-stone-50\/20:focus {
  border-right-color: rgb(250 250 249 / 0.2);
}

.focus\:border-r-stone-50\/25:focus {
  border-right-color: rgb(250 250 249 / 0.25);
}

.focus\:border-r-stone-50\/30:focus {
  border-right-color: rgb(250 250 249 / 0.3);
}

.focus\:border-r-stone-50\/40:focus {
  border-right-color: rgb(250 250 249 / 0.4);
}

.focus\:border-r-stone-50\/5:focus {
  border-right-color: rgb(250 250 249 / 0.05);
}

.focus\:border-r-stone-50\/50:focus {
  border-right-color: rgb(250 250 249 / 0.5);
}

.focus\:border-r-stone-50\/60:focus {
  border-right-color: rgb(250 250 249 / 0.6);
}

.focus\:border-r-stone-50\/70:focus {
  border-right-color: rgb(250 250 249 / 0.7);
}

.focus\:border-r-stone-50\/75:focus {
  border-right-color: rgb(250 250 249 / 0.75);
}

.focus\:border-r-stone-50\/80:focus {
  border-right-color: rgb(250 250 249 / 0.8);
}

.focus\:border-r-stone-50\/90:focus {
  border-right-color: rgb(250 250 249 / 0.9);
}

.focus\:border-r-stone-50\/95:focus {
  border-right-color: rgb(250 250 249 / 0.95);
}

.focus\:border-r-stone-500:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(120 113 108 / var(--tw-border-opacity));
}

.focus\:border-r-stone-500\/0:focus {
  border-right-color: rgb(120 113 108 / 0);
}

.focus\:border-r-stone-500\/10:focus {
  border-right-color: rgb(120 113 108 / 0.1);
}

.focus\:border-r-stone-500\/100:focus {
  border-right-color: rgb(120 113 108 / 1);
}

.focus\:border-r-stone-500\/20:focus {
  border-right-color: rgb(120 113 108 / 0.2);
}

.focus\:border-r-stone-500\/25:focus {
  border-right-color: rgb(120 113 108 / 0.25);
}

.focus\:border-r-stone-500\/30:focus {
  border-right-color: rgb(120 113 108 / 0.3);
}

.focus\:border-r-stone-500\/40:focus {
  border-right-color: rgb(120 113 108 / 0.4);
}

.focus\:border-r-stone-500\/5:focus {
  border-right-color: rgb(120 113 108 / 0.05);
}

.focus\:border-r-stone-500\/50:focus {
  border-right-color: rgb(120 113 108 / 0.5);
}

.focus\:border-r-stone-500\/60:focus {
  border-right-color: rgb(120 113 108 / 0.6);
}

.focus\:border-r-stone-500\/70:focus {
  border-right-color: rgb(120 113 108 / 0.7);
}

.focus\:border-r-stone-500\/75:focus {
  border-right-color: rgb(120 113 108 / 0.75);
}

.focus\:border-r-stone-500\/80:focus {
  border-right-color: rgb(120 113 108 / 0.8);
}

.focus\:border-r-stone-500\/90:focus {
  border-right-color: rgb(120 113 108 / 0.9);
}

.focus\:border-r-stone-500\/95:focus {
  border-right-color: rgb(120 113 108 / 0.95);
}

.focus\:border-r-stone-600:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(87 83 78 / var(--tw-border-opacity));
}

.focus\:border-r-stone-600\/0:focus {
  border-right-color: rgb(87 83 78 / 0);
}

.focus\:border-r-stone-600\/10:focus {
  border-right-color: rgb(87 83 78 / 0.1);
}

.focus\:border-r-stone-600\/100:focus {
  border-right-color: rgb(87 83 78 / 1);
}

.focus\:border-r-stone-600\/20:focus {
  border-right-color: rgb(87 83 78 / 0.2);
}

.focus\:border-r-stone-600\/25:focus {
  border-right-color: rgb(87 83 78 / 0.25);
}

.focus\:border-r-stone-600\/30:focus {
  border-right-color: rgb(87 83 78 / 0.3);
}

.focus\:border-r-stone-600\/40:focus {
  border-right-color: rgb(87 83 78 / 0.4);
}

.focus\:border-r-stone-600\/5:focus {
  border-right-color: rgb(87 83 78 / 0.05);
}

.focus\:border-r-stone-600\/50:focus {
  border-right-color: rgb(87 83 78 / 0.5);
}

.focus\:border-r-stone-600\/60:focus {
  border-right-color: rgb(87 83 78 / 0.6);
}

.focus\:border-r-stone-600\/70:focus {
  border-right-color: rgb(87 83 78 / 0.7);
}

.focus\:border-r-stone-600\/75:focus {
  border-right-color: rgb(87 83 78 / 0.75);
}

.focus\:border-r-stone-600\/80:focus {
  border-right-color: rgb(87 83 78 / 0.8);
}

.focus\:border-r-stone-600\/90:focus {
  border-right-color: rgb(87 83 78 / 0.9);
}

.focus\:border-r-stone-600\/95:focus {
  border-right-color: rgb(87 83 78 / 0.95);
}

.focus\:border-r-stone-700:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(68 64 60 / var(--tw-border-opacity));
}

.focus\:border-r-stone-700\/0:focus {
  border-right-color: rgb(68 64 60 / 0);
}

.focus\:border-r-stone-700\/10:focus {
  border-right-color: rgb(68 64 60 / 0.1);
}

.focus\:border-r-stone-700\/100:focus {
  border-right-color: rgb(68 64 60 / 1);
}

.focus\:border-r-stone-700\/20:focus {
  border-right-color: rgb(68 64 60 / 0.2);
}

.focus\:border-r-stone-700\/25:focus {
  border-right-color: rgb(68 64 60 / 0.25);
}

.focus\:border-r-stone-700\/30:focus {
  border-right-color: rgb(68 64 60 / 0.3);
}

.focus\:border-r-stone-700\/40:focus {
  border-right-color: rgb(68 64 60 / 0.4);
}

.focus\:border-r-stone-700\/5:focus {
  border-right-color: rgb(68 64 60 / 0.05);
}

.focus\:border-r-stone-700\/50:focus {
  border-right-color: rgb(68 64 60 / 0.5);
}

.focus\:border-r-stone-700\/60:focus {
  border-right-color: rgb(68 64 60 / 0.6);
}

.focus\:border-r-stone-700\/70:focus {
  border-right-color: rgb(68 64 60 / 0.7);
}

.focus\:border-r-stone-700\/75:focus {
  border-right-color: rgb(68 64 60 / 0.75);
}

.focus\:border-r-stone-700\/80:focus {
  border-right-color: rgb(68 64 60 / 0.8);
}

.focus\:border-r-stone-700\/90:focus {
  border-right-color: rgb(68 64 60 / 0.9);
}

.focus\:border-r-stone-700\/95:focus {
  border-right-color: rgb(68 64 60 / 0.95);
}

.focus\:border-r-stone-800:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(41 37 36 / var(--tw-border-opacity));
}

.focus\:border-r-stone-800\/0:focus {
  border-right-color: rgb(41 37 36 / 0);
}

.focus\:border-r-stone-800\/10:focus {
  border-right-color: rgb(41 37 36 / 0.1);
}

.focus\:border-r-stone-800\/100:focus {
  border-right-color: rgb(41 37 36 / 1);
}

.focus\:border-r-stone-800\/20:focus {
  border-right-color: rgb(41 37 36 / 0.2);
}

.focus\:border-r-stone-800\/25:focus {
  border-right-color: rgb(41 37 36 / 0.25);
}

.focus\:border-r-stone-800\/30:focus {
  border-right-color: rgb(41 37 36 / 0.3);
}

.focus\:border-r-stone-800\/40:focus {
  border-right-color: rgb(41 37 36 / 0.4);
}

.focus\:border-r-stone-800\/5:focus {
  border-right-color: rgb(41 37 36 / 0.05);
}

.focus\:border-r-stone-800\/50:focus {
  border-right-color: rgb(41 37 36 / 0.5);
}

.focus\:border-r-stone-800\/60:focus {
  border-right-color: rgb(41 37 36 / 0.6);
}

.focus\:border-r-stone-800\/70:focus {
  border-right-color: rgb(41 37 36 / 0.7);
}

.focus\:border-r-stone-800\/75:focus {
  border-right-color: rgb(41 37 36 / 0.75);
}

.focus\:border-r-stone-800\/80:focus {
  border-right-color: rgb(41 37 36 / 0.8);
}

.focus\:border-r-stone-800\/90:focus {
  border-right-color: rgb(41 37 36 / 0.9);
}

.focus\:border-r-stone-800\/95:focus {
  border-right-color: rgb(41 37 36 / 0.95);
}

.focus\:border-r-stone-900:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(28 25 23 / var(--tw-border-opacity));
}

.focus\:border-r-stone-900\/0:focus {
  border-right-color: rgb(28 25 23 / 0);
}

.focus\:border-r-stone-900\/10:focus {
  border-right-color: rgb(28 25 23 / 0.1);
}

.focus\:border-r-stone-900\/100:focus {
  border-right-color: rgb(28 25 23 / 1);
}

.focus\:border-r-stone-900\/20:focus {
  border-right-color: rgb(28 25 23 / 0.2);
}

.focus\:border-r-stone-900\/25:focus {
  border-right-color: rgb(28 25 23 / 0.25);
}

.focus\:border-r-stone-900\/30:focus {
  border-right-color: rgb(28 25 23 / 0.3);
}

.focus\:border-r-stone-900\/40:focus {
  border-right-color: rgb(28 25 23 / 0.4);
}

.focus\:border-r-stone-900\/5:focus {
  border-right-color: rgb(28 25 23 / 0.05);
}

.focus\:border-r-stone-900\/50:focus {
  border-right-color: rgb(28 25 23 / 0.5);
}

.focus\:border-r-stone-900\/60:focus {
  border-right-color: rgb(28 25 23 / 0.6);
}

.focus\:border-r-stone-900\/70:focus {
  border-right-color: rgb(28 25 23 / 0.7);
}

.focus\:border-r-stone-900\/75:focus {
  border-right-color: rgb(28 25 23 / 0.75);
}

.focus\:border-r-stone-900\/80:focus {
  border-right-color: rgb(28 25 23 / 0.8);
}

.focus\:border-r-stone-900\/90:focus {
  border-right-color: rgb(28 25 23 / 0.9);
}

.focus\:border-r-stone-900\/95:focus {
  border-right-color: rgb(28 25 23 / 0.95);
}

.focus\:border-r-stone-950:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(12 10 9 / var(--tw-border-opacity));
}

.focus\:border-r-stone-950\/0:focus {
  border-right-color: rgb(12 10 9 / 0);
}

.focus\:border-r-stone-950\/10:focus {
  border-right-color: rgb(12 10 9 / 0.1);
}

.focus\:border-r-stone-950\/100:focus {
  border-right-color: rgb(12 10 9 / 1);
}

.focus\:border-r-stone-950\/20:focus {
  border-right-color: rgb(12 10 9 / 0.2);
}

.focus\:border-r-stone-950\/25:focus {
  border-right-color: rgb(12 10 9 / 0.25);
}

.focus\:border-r-stone-950\/30:focus {
  border-right-color: rgb(12 10 9 / 0.3);
}

.focus\:border-r-stone-950\/40:focus {
  border-right-color: rgb(12 10 9 / 0.4);
}

.focus\:border-r-stone-950\/5:focus {
  border-right-color: rgb(12 10 9 / 0.05);
}

.focus\:border-r-stone-950\/50:focus {
  border-right-color: rgb(12 10 9 / 0.5);
}

.focus\:border-r-stone-950\/60:focus {
  border-right-color: rgb(12 10 9 / 0.6);
}

.focus\:border-r-stone-950\/70:focus {
  border-right-color: rgb(12 10 9 / 0.7);
}

.focus\:border-r-stone-950\/75:focus {
  border-right-color: rgb(12 10 9 / 0.75);
}

.focus\:border-r-stone-950\/80:focus {
  border-right-color: rgb(12 10 9 / 0.8);
}

.focus\:border-r-stone-950\/90:focus {
  border-right-color: rgb(12 10 9 / 0.9);
}

.focus\:border-r-stone-950\/95:focus {
  border-right-color: rgb(12 10 9 / 0.95);
}

.focus\:border-r-teal-100:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(204 251 241 / var(--tw-border-opacity));
}

.focus\:border-r-teal-100\/0:focus {
  border-right-color: rgb(204 251 241 / 0);
}

.focus\:border-r-teal-100\/10:focus {
  border-right-color: rgb(204 251 241 / 0.1);
}

.focus\:border-r-teal-100\/100:focus {
  border-right-color: rgb(204 251 241 / 1);
}

.focus\:border-r-teal-100\/20:focus {
  border-right-color: rgb(204 251 241 / 0.2);
}

.focus\:border-r-teal-100\/25:focus {
  border-right-color: rgb(204 251 241 / 0.25);
}

.focus\:border-r-teal-100\/30:focus {
  border-right-color: rgb(204 251 241 / 0.3);
}

.focus\:border-r-teal-100\/40:focus {
  border-right-color: rgb(204 251 241 / 0.4);
}

.focus\:border-r-teal-100\/5:focus {
  border-right-color: rgb(204 251 241 / 0.05);
}

.focus\:border-r-teal-100\/50:focus {
  border-right-color: rgb(204 251 241 / 0.5);
}

.focus\:border-r-teal-100\/60:focus {
  border-right-color: rgb(204 251 241 / 0.6);
}

.focus\:border-r-teal-100\/70:focus {
  border-right-color: rgb(204 251 241 / 0.7);
}

.focus\:border-r-teal-100\/75:focus {
  border-right-color: rgb(204 251 241 / 0.75);
}

.focus\:border-r-teal-100\/80:focus {
  border-right-color: rgb(204 251 241 / 0.8);
}

.focus\:border-r-teal-100\/90:focus {
  border-right-color: rgb(204 251 241 / 0.9);
}

.focus\:border-r-teal-100\/95:focus {
  border-right-color: rgb(204 251 241 / 0.95);
}

.focus\:border-r-teal-200:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(153 246 228 / var(--tw-border-opacity));
}

.focus\:border-r-teal-200\/0:focus {
  border-right-color: rgb(153 246 228 / 0);
}

.focus\:border-r-teal-200\/10:focus {
  border-right-color: rgb(153 246 228 / 0.1);
}

.focus\:border-r-teal-200\/100:focus {
  border-right-color: rgb(153 246 228 / 1);
}

.focus\:border-r-teal-200\/20:focus {
  border-right-color: rgb(153 246 228 / 0.2);
}

.focus\:border-r-teal-200\/25:focus {
  border-right-color: rgb(153 246 228 / 0.25);
}

.focus\:border-r-teal-200\/30:focus {
  border-right-color: rgb(153 246 228 / 0.3);
}

.focus\:border-r-teal-200\/40:focus {
  border-right-color: rgb(153 246 228 / 0.4);
}

.focus\:border-r-teal-200\/5:focus {
  border-right-color: rgb(153 246 228 / 0.05);
}

.focus\:border-r-teal-200\/50:focus {
  border-right-color: rgb(153 246 228 / 0.5);
}

.focus\:border-r-teal-200\/60:focus {
  border-right-color: rgb(153 246 228 / 0.6);
}

.focus\:border-r-teal-200\/70:focus {
  border-right-color: rgb(153 246 228 / 0.7);
}

.focus\:border-r-teal-200\/75:focus {
  border-right-color: rgb(153 246 228 / 0.75);
}

.focus\:border-r-teal-200\/80:focus {
  border-right-color: rgb(153 246 228 / 0.8);
}

.focus\:border-r-teal-200\/90:focus {
  border-right-color: rgb(153 246 228 / 0.9);
}

.focus\:border-r-teal-200\/95:focus {
  border-right-color: rgb(153 246 228 / 0.95);
}

.focus\:border-r-teal-300:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(94 234 212 / var(--tw-border-opacity));
}

.focus\:border-r-teal-300\/0:focus {
  border-right-color: rgb(94 234 212 / 0);
}

.focus\:border-r-teal-300\/10:focus {
  border-right-color: rgb(94 234 212 / 0.1);
}

.focus\:border-r-teal-300\/100:focus {
  border-right-color: rgb(94 234 212 / 1);
}

.focus\:border-r-teal-300\/20:focus {
  border-right-color: rgb(94 234 212 / 0.2);
}

.focus\:border-r-teal-300\/25:focus {
  border-right-color: rgb(94 234 212 / 0.25);
}

.focus\:border-r-teal-300\/30:focus {
  border-right-color: rgb(94 234 212 / 0.3);
}

.focus\:border-r-teal-300\/40:focus {
  border-right-color: rgb(94 234 212 / 0.4);
}

.focus\:border-r-teal-300\/5:focus {
  border-right-color: rgb(94 234 212 / 0.05);
}

.focus\:border-r-teal-300\/50:focus {
  border-right-color: rgb(94 234 212 / 0.5);
}

.focus\:border-r-teal-300\/60:focus {
  border-right-color: rgb(94 234 212 / 0.6);
}

.focus\:border-r-teal-300\/70:focus {
  border-right-color: rgb(94 234 212 / 0.7);
}

.focus\:border-r-teal-300\/75:focus {
  border-right-color: rgb(94 234 212 / 0.75);
}

.focus\:border-r-teal-300\/80:focus {
  border-right-color: rgb(94 234 212 / 0.8);
}

.focus\:border-r-teal-300\/90:focus {
  border-right-color: rgb(94 234 212 / 0.9);
}

.focus\:border-r-teal-300\/95:focus {
  border-right-color: rgb(94 234 212 / 0.95);
}

.focus\:border-r-teal-400:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(45 212 191 / var(--tw-border-opacity));
}

.focus\:border-r-teal-400\/0:focus {
  border-right-color: rgb(45 212 191 / 0);
}

.focus\:border-r-teal-400\/10:focus {
  border-right-color: rgb(45 212 191 / 0.1);
}

.focus\:border-r-teal-400\/100:focus {
  border-right-color: rgb(45 212 191 / 1);
}

.focus\:border-r-teal-400\/20:focus {
  border-right-color: rgb(45 212 191 / 0.2);
}

.focus\:border-r-teal-400\/25:focus {
  border-right-color: rgb(45 212 191 / 0.25);
}

.focus\:border-r-teal-400\/30:focus {
  border-right-color: rgb(45 212 191 / 0.3);
}

.focus\:border-r-teal-400\/40:focus {
  border-right-color: rgb(45 212 191 / 0.4);
}

.focus\:border-r-teal-400\/5:focus {
  border-right-color: rgb(45 212 191 / 0.05);
}

.focus\:border-r-teal-400\/50:focus {
  border-right-color: rgb(45 212 191 / 0.5);
}

.focus\:border-r-teal-400\/60:focus {
  border-right-color: rgb(45 212 191 / 0.6);
}

.focus\:border-r-teal-400\/70:focus {
  border-right-color: rgb(45 212 191 / 0.7);
}

.focus\:border-r-teal-400\/75:focus {
  border-right-color: rgb(45 212 191 / 0.75);
}

.focus\:border-r-teal-400\/80:focus {
  border-right-color: rgb(45 212 191 / 0.8);
}

.focus\:border-r-teal-400\/90:focus {
  border-right-color: rgb(45 212 191 / 0.9);
}

.focus\:border-r-teal-400\/95:focus {
  border-right-color: rgb(45 212 191 / 0.95);
}

.focus\:border-r-teal-50:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(240 253 250 / var(--tw-border-opacity));
}

.focus\:border-r-teal-50\/0:focus {
  border-right-color: rgb(240 253 250 / 0);
}

.focus\:border-r-teal-50\/10:focus {
  border-right-color: rgb(240 253 250 / 0.1);
}

.focus\:border-r-teal-50\/100:focus {
  border-right-color: rgb(240 253 250 / 1);
}

.focus\:border-r-teal-50\/20:focus {
  border-right-color: rgb(240 253 250 / 0.2);
}

.focus\:border-r-teal-50\/25:focus {
  border-right-color: rgb(240 253 250 / 0.25);
}

.focus\:border-r-teal-50\/30:focus {
  border-right-color: rgb(240 253 250 / 0.3);
}

.focus\:border-r-teal-50\/40:focus {
  border-right-color: rgb(240 253 250 / 0.4);
}

.focus\:border-r-teal-50\/5:focus {
  border-right-color: rgb(240 253 250 / 0.05);
}

.focus\:border-r-teal-50\/50:focus {
  border-right-color: rgb(240 253 250 / 0.5);
}

.focus\:border-r-teal-50\/60:focus {
  border-right-color: rgb(240 253 250 / 0.6);
}

.focus\:border-r-teal-50\/70:focus {
  border-right-color: rgb(240 253 250 / 0.7);
}

.focus\:border-r-teal-50\/75:focus {
  border-right-color: rgb(240 253 250 / 0.75);
}

.focus\:border-r-teal-50\/80:focus {
  border-right-color: rgb(240 253 250 / 0.8);
}

.focus\:border-r-teal-50\/90:focus {
  border-right-color: rgb(240 253 250 / 0.9);
}

.focus\:border-r-teal-50\/95:focus {
  border-right-color: rgb(240 253 250 / 0.95);
}

.focus\:border-r-teal-500:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(20 184 166 / var(--tw-border-opacity));
}

.focus\:border-r-teal-500\/0:focus {
  border-right-color: rgb(20 184 166 / 0);
}

.focus\:border-r-teal-500\/10:focus {
  border-right-color: rgb(20 184 166 / 0.1);
}

.focus\:border-r-teal-500\/100:focus {
  border-right-color: rgb(20 184 166 / 1);
}

.focus\:border-r-teal-500\/20:focus {
  border-right-color: rgb(20 184 166 / 0.2);
}

.focus\:border-r-teal-500\/25:focus {
  border-right-color: rgb(20 184 166 / 0.25);
}

.focus\:border-r-teal-500\/30:focus {
  border-right-color: rgb(20 184 166 / 0.3);
}

.focus\:border-r-teal-500\/40:focus {
  border-right-color: rgb(20 184 166 / 0.4);
}

.focus\:border-r-teal-500\/5:focus {
  border-right-color: rgb(20 184 166 / 0.05);
}

.focus\:border-r-teal-500\/50:focus {
  border-right-color: rgb(20 184 166 / 0.5);
}

.focus\:border-r-teal-500\/60:focus {
  border-right-color: rgb(20 184 166 / 0.6);
}

.focus\:border-r-teal-500\/70:focus {
  border-right-color: rgb(20 184 166 / 0.7);
}

.focus\:border-r-teal-500\/75:focus {
  border-right-color: rgb(20 184 166 / 0.75);
}

.focus\:border-r-teal-500\/80:focus {
  border-right-color: rgb(20 184 166 / 0.8);
}

.focus\:border-r-teal-500\/90:focus {
  border-right-color: rgb(20 184 166 / 0.9);
}

.focus\:border-r-teal-500\/95:focus {
  border-right-color: rgb(20 184 166 / 0.95);
}

.focus\:border-r-teal-600:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(13 148 136 / var(--tw-border-opacity));
}

.focus\:border-r-teal-600\/0:focus {
  border-right-color: rgb(13 148 136 / 0);
}

.focus\:border-r-teal-600\/10:focus {
  border-right-color: rgb(13 148 136 / 0.1);
}

.focus\:border-r-teal-600\/100:focus {
  border-right-color: rgb(13 148 136 / 1);
}

.focus\:border-r-teal-600\/20:focus {
  border-right-color: rgb(13 148 136 / 0.2);
}

.focus\:border-r-teal-600\/25:focus {
  border-right-color: rgb(13 148 136 / 0.25);
}

.focus\:border-r-teal-600\/30:focus {
  border-right-color: rgb(13 148 136 / 0.3);
}

.focus\:border-r-teal-600\/40:focus {
  border-right-color: rgb(13 148 136 / 0.4);
}

.focus\:border-r-teal-600\/5:focus {
  border-right-color: rgb(13 148 136 / 0.05);
}

.focus\:border-r-teal-600\/50:focus {
  border-right-color: rgb(13 148 136 / 0.5);
}

.focus\:border-r-teal-600\/60:focus {
  border-right-color: rgb(13 148 136 / 0.6);
}

.focus\:border-r-teal-600\/70:focus {
  border-right-color: rgb(13 148 136 / 0.7);
}

.focus\:border-r-teal-600\/75:focus {
  border-right-color: rgb(13 148 136 / 0.75);
}

.focus\:border-r-teal-600\/80:focus {
  border-right-color: rgb(13 148 136 / 0.8);
}

.focus\:border-r-teal-600\/90:focus {
  border-right-color: rgb(13 148 136 / 0.9);
}

.focus\:border-r-teal-600\/95:focus {
  border-right-color: rgb(13 148 136 / 0.95);
}

.focus\:border-r-teal-700:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(15 118 110 / var(--tw-border-opacity));
}

.focus\:border-r-teal-700\/0:focus {
  border-right-color: rgb(15 118 110 / 0);
}

.focus\:border-r-teal-700\/10:focus {
  border-right-color: rgb(15 118 110 / 0.1);
}

.focus\:border-r-teal-700\/100:focus {
  border-right-color: rgb(15 118 110 / 1);
}

.focus\:border-r-teal-700\/20:focus {
  border-right-color: rgb(15 118 110 / 0.2);
}

.focus\:border-r-teal-700\/25:focus {
  border-right-color: rgb(15 118 110 / 0.25);
}

.focus\:border-r-teal-700\/30:focus {
  border-right-color: rgb(15 118 110 / 0.3);
}

.focus\:border-r-teal-700\/40:focus {
  border-right-color: rgb(15 118 110 / 0.4);
}

.focus\:border-r-teal-700\/5:focus {
  border-right-color: rgb(15 118 110 / 0.05);
}

.focus\:border-r-teal-700\/50:focus {
  border-right-color: rgb(15 118 110 / 0.5);
}

.focus\:border-r-teal-700\/60:focus {
  border-right-color: rgb(15 118 110 / 0.6);
}

.focus\:border-r-teal-700\/70:focus {
  border-right-color: rgb(15 118 110 / 0.7);
}

.focus\:border-r-teal-700\/75:focus {
  border-right-color: rgb(15 118 110 / 0.75);
}

.focus\:border-r-teal-700\/80:focus {
  border-right-color: rgb(15 118 110 / 0.8);
}

.focus\:border-r-teal-700\/90:focus {
  border-right-color: rgb(15 118 110 / 0.9);
}

.focus\:border-r-teal-700\/95:focus {
  border-right-color: rgb(15 118 110 / 0.95);
}

.focus\:border-r-teal-800:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(17 94 89 / var(--tw-border-opacity));
}

.focus\:border-r-teal-800\/0:focus {
  border-right-color: rgb(17 94 89 / 0);
}

.focus\:border-r-teal-800\/10:focus {
  border-right-color: rgb(17 94 89 / 0.1);
}

.focus\:border-r-teal-800\/100:focus {
  border-right-color: rgb(17 94 89 / 1);
}

.focus\:border-r-teal-800\/20:focus {
  border-right-color: rgb(17 94 89 / 0.2);
}

.focus\:border-r-teal-800\/25:focus {
  border-right-color: rgb(17 94 89 / 0.25);
}

.focus\:border-r-teal-800\/30:focus {
  border-right-color: rgb(17 94 89 / 0.3);
}

.focus\:border-r-teal-800\/40:focus {
  border-right-color: rgb(17 94 89 / 0.4);
}

.focus\:border-r-teal-800\/5:focus {
  border-right-color: rgb(17 94 89 / 0.05);
}

.focus\:border-r-teal-800\/50:focus {
  border-right-color: rgb(17 94 89 / 0.5);
}

.focus\:border-r-teal-800\/60:focus {
  border-right-color: rgb(17 94 89 / 0.6);
}

.focus\:border-r-teal-800\/70:focus {
  border-right-color: rgb(17 94 89 / 0.7);
}

.focus\:border-r-teal-800\/75:focus {
  border-right-color: rgb(17 94 89 / 0.75);
}

.focus\:border-r-teal-800\/80:focus {
  border-right-color: rgb(17 94 89 / 0.8);
}

.focus\:border-r-teal-800\/90:focus {
  border-right-color: rgb(17 94 89 / 0.9);
}

.focus\:border-r-teal-800\/95:focus {
  border-right-color: rgb(17 94 89 / 0.95);
}

.focus\:border-r-teal-900:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(19 78 74 / var(--tw-border-opacity));
}

.focus\:border-r-teal-900\/0:focus {
  border-right-color: rgb(19 78 74 / 0);
}

.focus\:border-r-teal-900\/10:focus {
  border-right-color: rgb(19 78 74 / 0.1);
}

.focus\:border-r-teal-900\/100:focus {
  border-right-color: rgb(19 78 74 / 1);
}

.focus\:border-r-teal-900\/20:focus {
  border-right-color: rgb(19 78 74 / 0.2);
}

.focus\:border-r-teal-900\/25:focus {
  border-right-color: rgb(19 78 74 / 0.25);
}

.focus\:border-r-teal-900\/30:focus {
  border-right-color: rgb(19 78 74 / 0.3);
}

.focus\:border-r-teal-900\/40:focus {
  border-right-color: rgb(19 78 74 / 0.4);
}

.focus\:border-r-teal-900\/5:focus {
  border-right-color: rgb(19 78 74 / 0.05);
}

.focus\:border-r-teal-900\/50:focus {
  border-right-color: rgb(19 78 74 / 0.5);
}

.focus\:border-r-teal-900\/60:focus {
  border-right-color: rgb(19 78 74 / 0.6);
}

.focus\:border-r-teal-900\/70:focus {
  border-right-color: rgb(19 78 74 / 0.7);
}

.focus\:border-r-teal-900\/75:focus {
  border-right-color: rgb(19 78 74 / 0.75);
}

.focus\:border-r-teal-900\/80:focus {
  border-right-color: rgb(19 78 74 / 0.8);
}

.focus\:border-r-teal-900\/90:focus {
  border-right-color: rgb(19 78 74 / 0.9);
}

.focus\:border-r-teal-900\/95:focus {
  border-right-color: rgb(19 78 74 / 0.95);
}

.focus\:border-r-teal-950:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(4 47 46 / var(--tw-border-opacity));
}

.focus\:border-r-teal-950\/0:focus {
  border-right-color: rgb(4 47 46 / 0);
}

.focus\:border-r-teal-950\/10:focus {
  border-right-color: rgb(4 47 46 / 0.1);
}

.focus\:border-r-teal-950\/100:focus {
  border-right-color: rgb(4 47 46 / 1);
}

.focus\:border-r-teal-950\/20:focus {
  border-right-color: rgb(4 47 46 / 0.2);
}

.focus\:border-r-teal-950\/25:focus {
  border-right-color: rgb(4 47 46 / 0.25);
}

.focus\:border-r-teal-950\/30:focus {
  border-right-color: rgb(4 47 46 / 0.3);
}

.focus\:border-r-teal-950\/40:focus {
  border-right-color: rgb(4 47 46 / 0.4);
}

.focus\:border-r-teal-950\/5:focus {
  border-right-color: rgb(4 47 46 / 0.05);
}

.focus\:border-r-teal-950\/50:focus {
  border-right-color: rgb(4 47 46 / 0.5);
}

.focus\:border-r-teal-950\/60:focus {
  border-right-color: rgb(4 47 46 / 0.6);
}

.focus\:border-r-teal-950\/70:focus {
  border-right-color: rgb(4 47 46 / 0.7);
}

.focus\:border-r-teal-950\/75:focus {
  border-right-color: rgb(4 47 46 / 0.75);
}

.focus\:border-r-teal-950\/80:focus {
  border-right-color: rgb(4 47 46 / 0.8);
}

.focus\:border-r-teal-950\/90:focus {
  border-right-color: rgb(4 47 46 / 0.9);
}

.focus\:border-r-teal-950\/95:focus {
  border-right-color: rgb(4 47 46 / 0.95);
}

.focus\:border-r-transparent:focus {
  border-right-color: transparent;
}

.focus\:border-r-transparent\/0:focus {
  border-right-color: rgb(0 0 0 / 0);
}

.focus\:border-r-transparent\/10:focus {
  border-right-color: rgb(0 0 0 / 0.1);
}

.focus\:border-r-transparent\/100:focus {
  border-right-color: rgb(0 0 0 / 1);
}

.focus\:border-r-transparent\/20:focus {
  border-right-color: rgb(0 0 0 / 0.2);
}

.focus\:border-r-transparent\/25:focus {
  border-right-color: rgb(0 0 0 / 0.25);
}

.focus\:border-r-transparent\/30:focus {
  border-right-color: rgb(0 0 0 / 0.3);
}

.focus\:border-r-transparent\/40:focus {
  border-right-color: rgb(0 0 0 / 0.4);
}

.focus\:border-r-transparent\/5:focus {
  border-right-color: rgb(0 0 0 / 0.05);
}

.focus\:border-r-transparent\/50:focus {
  border-right-color: rgb(0 0 0 / 0.5);
}

.focus\:border-r-transparent\/60:focus {
  border-right-color: rgb(0 0 0 / 0.6);
}

.focus\:border-r-transparent\/70:focus {
  border-right-color: rgb(0 0 0 / 0.7);
}

.focus\:border-r-transparent\/75:focus {
  border-right-color: rgb(0 0 0 / 0.75);
}

.focus\:border-r-transparent\/80:focus {
  border-right-color: rgb(0 0 0 / 0.8);
}

.focus\:border-r-transparent\/90:focus {
  border-right-color: rgb(0 0 0 / 0.9);
}

.focus\:border-r-transparent\/95:focus {
  border-right-color: rgb(0 0 0 / 0.95);
}

.focus\:border-r-tykhe-digital:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(239 156 131 / var(--tw-border-opacity));
}

.focus\:border-r-tykhe-digital-alt:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 239 224 / var(--tw-border-opacity));
}

.focus\:border-r-tykhe-digital-alt\/0:focus {
  border-right-color: rgb(245 239 224 / 0);
}

.focus\:border-r-tykhe-digital-alt\/10:focus {
  border-right-color: rgb(245 239 224 / 0.1);
}

.focus\:border-r-tykhe-digital-alt\/100:focus {
  border-right-color: rgb(245 239 224 / 1);
}

.focus\:border-r-tykhe-digital-alt\/20:focus {
  border-right-color: rgb(245 239 224 / 0.2);
}

.focus\:border-r-tykhe-digital-alt\/25:focus {
  border-right-color: rgb(245 239 224 / 0.25);
}

.focus\:border-r-tykhe-digital-alt\/30:focus {
  border-right-color: rgb(245 239 224 / 0.3);
}

.focus\:border-r-tykhe-digital-alt\/40:focus {
  border-right-color: rgb(245 239 224 / 0.4);
}

.focus\:border-r-tykhe-digital-alt\/5:focus {
  border-right-color: rgb(245 239 224 / 0.05);
}

.focus\:border-r-tykhe-digital-alt\/50:focus {
  border-right-color: rgb(245 239 224 / 0.5);
}

.focus\:border-r-tykhe-digital-alt\/60:focus {
  border-right-color: rgb(245 239 224 / 0.6);
}

.focus\:border-r-tykhe-digital-alt\/70:focus {
  border-right-color: rgb(245 239 224 / 0.7);
}

.focus\:border-r-tykhe-digital-alt\/75:focus {
  border-right-color: rgb(245 239 224 / 0.75);
}

.focus\:border-r-tykhe-digital-alt\/80:focus {
  border-right-color: rgb(245 239 224 / 0.8);
}

.focus\:border-r-tykhe-digital-alt\/90:focus {
  border-right-color: rgb(245 239 224 / 0.9);
}

.focus\:border-r-tykhe-digital-alt\/95:focus {
  border-right-color: rgb(245 239 224 / 0.95);
}

.focus\:border-r-tykhe-digital-alt2:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 58 111 / var(--tw-border-opacity));
}

.focus\:border-r-tykhe-digital-alt2\/0:focus {
  border-right-color: rgb(255 58 111 / 0);
}

.focus\:border-r-tykhe-digital-alt2\/10:focus {
  border-right-color: rgb(255 58 111 / 0.1);
}

.focus\:border-r-tykhe-digital-alt2\/100:focus {
  border-right-color: rgb(255 58 111 / 1);
}

.focus\:border-r-tykhe-digital-alt2\/20:focus {
  border-right-color: rgb(255 58 111 / 0.2);
}

.focus\:border-r-tykhe-digital-alt2\/25:focus {
  border-right-color: rgb(255 58 111 / 0.25);
}

.focus\:border-r-tykhe-digital-alt2\/30:focus {
  border-right-color: rgb(255 58 111 / 0.3);
}

.focus\:border-r-tykhe-digital-alt2\/40:focus {
  border-right-color: rgb(255 58 111 / 0.4);
}

.focus\:border-r-tykhe-digital-alt2\/5:focus {
  border-right-color: rgb(255 58 111 / 0.05);
}

.focus\:border-r-tykhe-digital-alt2\/50:focus {
  border-right-color: rgb(255 58 111 / 0.5);
}

.focus\:border-r-tykhe-digital-alt2\/60:focus {
  border-right-color: rgb(255 58 111 / 0.6);
}

.focus\:border-r-tykhe-digital-alt2\/70:focus {
  border-right-color: rgb(255 58 111 / 0.7);
}

.focus\:border-r-tykhe-digital-alt2\/75:focus {
  border-right-color: rgb(255 58 111 / 0.75);
}

.focus\:border-r-tykhe-digital-alt2\/80:focus {
  border-right-color: rgb(255 58 111 / 0.8);
}

.focus\:border-r-tykhe-digital-alt2\/90:focus {
  border-right-color: rgb(255 58 111 / 0.9);
}

.focus\:border-r-tykhe-digital-alt2\/95:focus {
  border-right-color: rgb(255 58 111 / 0.95);
}

.focus\:border-r-tykhe-digital-alt3:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(131 214 239 / var(--tw-border-opacity));
}

.focus\:border-r-tykhe-digital-alt3\/0:focus {
  border-right-color: rgb(131 214 239 / 0);
}

.focus\:border-r-tykhe-digital-alt3\/10:focus {
  border-right-color: rgb(131 214 239 / 0.1);
}

.focus\:border-r-tykhe-digital-alt3\/100:focus {
  border-right-color: rgb(131 214 239 / 1);
}

.focus\:border-r-tykhe-digital-alt3\/20:focus {
  border-right-color: rgb(131 214 239 / 0.2);
}

.focus\:border-r-tykhe-digital-alt3\/25:focus {
  border-right-color: rgb(131 214 239 / 0.25);
}

.focus\:border-r-tykhe-digital-alt3\/30:focus {
  border-right-color: rgb(131 214 239 / 0.3);
}

.focus\:border-r-tykhe-digital-alt3\/40:focus {
  border-right-color: rgb(131 214 239 / 0.4);
}

.focus\:border-r-tykhe-digital-alt3\/5:focus {
  border-right-color: rgb(131 214 239 / 0.05);
}

.focus\:border-r-tykhe-digital-alt3\/50:focus {
  border-right-color: rgb(131 214 239 / 0.5);
}

.focus\:border-r-tykhe-digital-alt3\/60:focus {
  border-right-color: rgb(131 214 239 / 0.6);
}

.focus\:border-r-tykhe-digital-alt3\/70:focus {
  border-right-color: rgb(131 214 239 / 0.7);
}

.focus\:border-r-tykhe-digital-alt3\/75:focus {
  border-right-color: rgb(131 214 239 / 0.75);
}

.focus\:border-r-tykhe-digital-alt3\/80:focus {
  border-right-color: rgb(131 214 239 / 0.8);
}

.focus\:border-r-tykhe-digital-alt3\/90:focus {
  border-right-color: rgb(131 214 239 / 0.9);
}

.focus\:border-r-tykhe-digital-alt3\/95:focus {
  border-right-color: rgb(131 214 239 / 0.95);
}

.focus\:border-r-tykhe-digital\/0:focus {
  border-right-color: rgb(239 156 131 / 0);
}

.focus\:border-r-tykhe-digital\/10:focus {
  border-right-color: rgb(239 156 131 / 0.1);
}

.focus\:border-r-tykhe-digital\/100:focus {
  border-right-color: rgb(239 156 131 / 1);
}

.focus\:border-r-tykhe-digital\/20:focus {
  border-right-color: rgb(239 156 131 / 0.2);
}

.focus\:border-r-tykhe-digital\/25:focus {
  border-right-color: rgb(239 156 131 / 0.25);
}

.focus\:border-r-tykhe-digital\/30:focus {
  border-right-color: rgb(239 156 131 / 0.3);
}

.focus\:border-r-tykhe-digital\/40:focus {
  border-right-color: rgb(239 156 131 / 0.4);
}

.focus\:border-r-tykhe-digital\/5:focus {
  border-right-color: rgb(239 156 131 / 0.05);
}

.focus\:border-r-tykhe-digital\/50:focus {
  border-right-color: rgb(239 156 131 / 0.5);
}

.focus\:border-r-tykhe-digital\/60:focus {
  border-right-color: rgb(239 156 131 / 0.6);
}

.focus\:border-r-tykhe-digital\/70:focus {
  border-right-color: rgb(239 156 131 / 0.7);
}

.focus\:border-r-tykhe-digital\/75:focus {
  border-right-color: rgb(239 156 131 / 0.75);
}

.focus\:border-r-tykhe-digital\/80:focus {
  border-right-color: rgb(239 156 131 / 0.8);
}

.focus\:border-r-tykhe-digital\/90:focus {
  border-right-color: rgb(239 156 131 / 0.9);
}

.focus\:border-r-tykhe-digital\/95:focus {
  border-right-color: rgb(239 156 131 / 0.95);
}

.focus\:border-r-violet-100:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(237 233 254 / var(--tw-border-opacity));
}

.focus\:border-r-violet-100\/0:focus {
  border-right-color: rgb(237 233 254 / 0);
}

.focus\:border-r-violet-100\/10:focus {
  border-right-color: rgb(237 233 254 / 0.1);
}

.focus\:border-r-violet-100\/100:focus {
  border-right-color: rgb(237 233 254 / 1);
}

.focus\:border-r-violet-100\/20:focus {
  border-right-color: rgb(237 233 254 / 0.2);
}

.focus\:border-r-violet-100\/25:focus {
  border-right-color: rgb(237 233 254 / 0.25);
}

.focus\:border-r-violet-100\/30:focus {
  border-right-color: rgb(237 233 254 / 0.3);
}

.focus\:border-r-violet-100\/40:focus {
  border-right-color: rgb(237 233 254 / 0.4);
}

.focus\:border-r-violet-100\/5:focus {
  border-right-color: rgb(237 233 254 / 0.05);
}

.focus\:border-r-violet-100\/50:focus {
  border-right-color: rgb(237 233 254 / 0.5);
}

.focus\:border-r-violet-100\/60:focus {
  border-right-color: rgb(237 233 254 / 0.6);
}

.focus\:border-r-violet-100\/70:focus {
  border-right-color: rgb(237 233 254 / 0.7);
}

.focus\:border-r-violet-100\/75:focus {
  border-right-color: rgb(237 233 254 / 0.75);
}

.focus\:border-r-violet-100\/80:focus {
  border-right-color: rgb(237 233 254 / 0.8);
}

.focus\:border-r-violet-100\/90:focus {
  border-right-color: rgb(237 233 254 / 0.9);
}

.focus\:border-r-violet-100\/95:focus {
  border-right-color: rgb(237 233 254 / 0.95);
}

.focus\:border-r-violet-200:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(221 214 254 / var(--tw-border-opacity));
}

.focus\:border-r-violet-200\/0:focus {
  border-right-color: rgb(221 214 254 / 0);
}

.focus\:border-r-violet-200\/10:focus {
  border-right-color: rgb(221 214 254 / 0.1);
}

.focus\:border-r-violet-200\/100:focus {
  border-right-color: rgb(221 214 254 / 1);
}

.focus\:border-r-violet-200\/20:focus {
  border-right-color: rgb(221 214 254 / 0.2);
}

.focus\:border-r-violet-200\/25:focus {
  border-right-color: rgb(221 214 254 / 0.25);
}

.focus\:border-r-violet-200\/30:focus {
  border-right-color: rgb(221 214 254 / 0.3);
}

.focus\:border-r-violet-200\/40:focus {
  border-right-color: rgb(221 214 254 / 0.4);
}

.focus\:border-r-violet-200\/5:focus {
  border-right-color: rgb(221 214 254 / 0.05);
}

.focus\:border-r-violet-200\/50:focus {
  border-right-color: rgb(221 214 254 / 0.5);
}

.focus\:border-r-violet-200\/60:focus {
  border-right-color: rgb(221 214 254 / 0.6);
}

.focus\:border-r-violet-200\/70:focus {
  border-right-color: rgb(221 214 254 / 0.7);
}

.focus\:border-r-violet-200\/75:focus {
  border-right-color: rgb(221 214 254 / 0.75);
}

.focus\:border-r-violet-200\/80:focus {
  border-right-color: rgb(221 214 254 / 0.8);
}

.focus\:border-r-violet-200\/90:focus {
  border-right-color: rgb(221 214 254 / 0.9);
}

.focus\:border-r-violet-200\/95:focus {
  border-right-color: rgb(221 214 254 / 0.95);
}

.focus\:border-r-violet-300:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(196 181 253 / var(--tw-border-opacity));
}

.focus\:border-r-violet-300\/0:focus {
  border-right-color: rgb(196 181 253 / 0);
}

.focus\:border-r-violet-300\/10:focus {
  border-right-color: rgb(196 181 253 / 0.1);
}

.focus\:border-r-violet-300\/100:focus {
  border-right-color: rgb(196 181 253 / 1);
}

.focus\:border-r-violet-300\/20:focus {
  border-right-color: rgb(196 181 253 / 0.2);
}

.focus\:border-r-violet-300\/25:focus {
  border-right-color: rgb(196 181 253 / 0.25);
}

.focus\:border-r-violet-300\/30:focus {
  border-right-color: rgb(196 181 253 / 0.3);
}

.focus\:border-r-violet-300\/40:focus {
  border-right-color: rgb(196 181 253 / 0.4);
}

.focus\:border-r-violet-300\/5:focus {
  border-right-color: rgb(196 181 253 / 0.05);
}

.focus\:border-r-violet-300\/50:focus {
  border-right-color: rgb(196 181 253 / 0.5);
}

.focus\:border-r-violet-300\/60:focus {
  border-right-color: rgb(196 181 253 / 0.6);
}

.focus\:border-r-violet-300\/70:focus {
  border-right-color: rgb(196 181 253 / 0.7);
}

.focus\:border-r-violet-300\/75:focus {
  border-right-color: rgb(196 181 253 / 0.75);
}

.focus\:border-r-violet-300\/80:focus {
  border-right-color: rgb(196 181 253 / 0.8);
}

.focus\:border-r-violet-300\/90:focus {
  border-right-color: rgb(196 181 253 / 0.9);
}

.focus\:border-r-violet-300\/95:focus {
  border-right-color: rgb(196 181 253 / 0.95);
}

.focus\:border-r-violet-400:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(167 139 250 / var(--tw-border-opacity));
}

.focus\:border-r-violet-400\/0:focus {
  border-right-color: rgb(167 139 250 / 0);
}

.focus\:border-r-violet-400\/10:focus {
  border-right-color: rgb(167 139 250 / 0.1);
}

.focus\:border-r-violet-400\/100:focus {
  border-right-color: rgb(167 139 250 / 1);
}

.focus\:border-r-violet-400\/20:focus {
  border-right-color: rgb(167 139 250 / 0.2);
}

.focus\:border-r-violet-400\/25:focus {
  border-right-color: rgb(167 139 250 / 0.25);
}

.focus\:border-r-violet-400\/30:focus {
  border-right-color: rgb(167 139 250 / 0.3);
}

.focus\:border-r-violet-400\/40:focus {
  border-right-color: rgb(167 139 250 / 0.4);
}

.focus\:border-r-violet-400\/5:focus {
  border-right-color: rgb(167 139 250 / 0.05);
}

.focus\:border-r-violet-400\/50:focus {
  border-right-color: rgb(167 139 250 / 0.5);
}

.focus\:border-r-violet-400\/60:focus {
  border-right-color: rgb(167 139 250 / 0.6);
}

.focus\:border-r-violet-400\/70:focus {
  border-right-color: rgb(167 139 250 / 0.7);
}

.focus\:border-r-violet-400\/75:focus {
  border-right-color: rgb(167 139 250 / 0.75);
}

.focus\:border-r-violet-400\/80:focus {
  border-right-color: rgb(167 139 250 / 0.8);
}

.focus\:border-r-violet-400\/90:focus {
  border-right-color: rgb(167 139 250 / 0.9);
}

.focus\:border-r-violet-400\/95:focus {
  border-right-color: rgb(167 139 250 / 0.95);
}

.focus\:border-r-violet-50:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 243 255 / var(--tw-border-opacity));
}

.focus\:border-r-violet-50\/0:focus {
  border-right-color: rgb(245 243 255 / 0);
}

.focus\:border-r-violet-50\/10:focus {
  border-right-color: rgb(245 243 255 / 0.1);
}

.focus\:border-r-violet-50\/100:focus {
  border-right-color: rgb(245 243 255 / 1);
}

.focus\:border-r-violet-50\/20:focus {
  border-right-color: rgb(245 243 255 / 0.2);
}

.focus\:border-r-violet-50\/25:focus {
  border-right-color: rgb(245 243 255 / 0.25);
}

.focus\:border-r-violet-50\/30:focus {
  border-right-color: rgb(245 243 255 / 0.3);
}

.focus\:border-r-violet-50\/40:focus {
  border-right-color: rgb(245 243 255 / 0.4);
}

.focus\:border-r-violet-50\/5:focus {
  border-right-color: rgb(245 243 255 / 0.05);
}

.focus\:border-r-violet-50\/50:focus {
  border-right-color: rgb(245 243 255 / 0.5);
}

.focus\:border-r-violet-50\/60:focus {
  border-right-color: rgb(245 243 255 / 0.6);
}

.focus\:border-r-violet-50\/70:focus {
  border-right-color: rgb(245 243 255 / 0.7);
}

.focus\:border-r-violet-50\/75:focus {
  border-right-color: rgb(245 243 255 / 0.75);
}

.focus\:border-r-violet-50\/80:focus {
  border-right-color: rgb(245 243 255 / 0.8);
}

.focus\:border-r-violet-50\/90:focus {
  border-right-color: rgb(245 243 255 / 0.9);
}

.focus\:border-r-violet-50\/95:focus {
  border-right-color: rgb(245 243 255 / 0.95);
}

.focus\:border-r-violet-500:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(139 92 246 / var(--tw-border-opacity));
}

.focus\:border-r-violet-500\/0:focus {
  border-right-color: rgb(139 92 246 / 0);
}

.focus\:border-r-violet-500\/10:focus {
  border-right-color: rgb(139 92 246 / 0.1);
}

.focus\:border-r-violet-500\/100:focus {
  border-right-color: rgb(139 92 246 / 1);
}

.focus\:border-r-violet-500\/20:focus {
  border-right-color: rgb(139 92 246 / 0.2);
}

.focus\:border-r-violet-500\/25:focus {
  border-right-color: rgb(139 92 246 / 0.25);
}

.focus\:border-r-violet-500\/30:focus {
  border-right-color: rgb(139 92 246 / 0.3);
}

.focus\:border-r-violet-500\/40:focus {
  border-right-color: rgb(139 92 246 / 0.4);
}

.focus\:border-r-violet-500\/5:focus {
  border-right-color: rgb(139 92 246 / 0.05);
}

.focus\:border-r-violet-500\/50:focus {
  border-right-color: rgb(139 92 246 / 0.5);
}

.focus\:border-r-violet-500\/60:focus {
  border-right-color: rgb(139 92 246 / 0.6);
}

.focus\:border-r-violet-500\/70:focus {
  border-right-color: rgb(139 92 246 / 0.7);
}

.focus\:border-r-violet-500\/75:focus {
  border-right-color: rgb(139 92 246 / 0.75);
}

.focus\:border-r-violet-500\/80:focus {
  border-right-color: rgb(139 92 246 / 0.8);
}

.focus\:border-r-violet-500\/90:focus {
  border-right-color: rgb(139 92 246 / 0.9);
}

.focus\:border-r-violet-500\/95:focus {
  border-right-color: rgb(139 92 246 / 0.95);
}

.focus\:border-r-violet-600:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(124 58 237 / var(--tw-border-opacity));
}

.focus\:border-r-violet-600\/0:focus {
  border-right-color: rgb(124 58 237 / 0);
}

.focus\:border-r-violet-600\/10:focus {
  border-right-color: rgb(124 58 237 / 0.1);
}

.focus\:border-r-violet-600\/100:focus {
  border-right-color: rgb(124 58 237 / 1);
}

.focus\:border-r-violet-600\/20:focus {
  border-right-color: rgb(124 58 237 / 0.2);
}

.focus\:border-r-violet-600\/25:focus {
  border-right-color: rgb(124 58 237 / 0.25);
}

.focus\:border-r-violet-600\/30:focus {
  border-right-color: rgb(124 58 237 / 0.3);
}

.focus\:border-r-violet-600\/40:focus {
  border-right-color: rgb(124 58 237 / 0.4);
}

.focus\:border-r-violet-600\/5:focus {
  border-right-color: rgb(124 58 237 / 0.05);
}

.focus\:border-r-violet-600\/50:focus {
  border-right-color: rgb(124 58 237 / 0.5);
}

.focus\:border-r-violet-600\/60:focus {
  border-right-color: rgb(124 58 237 / 0.6);
}

.focus\:border-r-violet-600\/70:focus {
  border-right-color: rgb(124 58 237 / 0.7);
}

.focus\:border-r-violet-600\/75:focus {
  border-right-color: rgb(124 58 237 / 0.75);
}

.focus\:border-r-violet-600\/80:focus {
  border-right-color: rgb(124 58 237 / 0.8);
}

.focus\:border-r-violet-600\/90:focus {
  border-right-color: rgb(124 58 237 / 0.9);
}

.focus\:border-r-violet-600\/95:focus {
  border-right-color: rgb(124 58 237 / 0.95);
}

.focus\:border-r-violet-700:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(109 40 217 / var(--tw-border-opacity));
}

.focus\:border-r-violet-700\/0:focus {
  border-right-color: rgb(109 40 217 / 0);
}

.focus\:border-r-violet-700\/10:focus {
  border-right-color: rgb(109 40 217 / 0.1);
}

.focus\:border-r-violet-700\/100:focus {
  border-right-color: rgb(109 40 217 / 1);
}

.focus\:border-r-violet-700\/20:focus {
  border-right-color: rgb(109 40 217 / 0.2);
}

.focus\:border-r-violet-700\/25:focus {
  border-right-color: rgb(109 40 217 / 0.25);
}

.focus\:border-r-violet-700\/30:focus {
  border-right-color: rgb(109 40 217 / 0.3);
}

.focus\:border-r-violet-700\/40:focus {
  border-right-color: rgb(109 40 217 / 0.4);
}

.focus\:border-r-violet-700\/5:focus {
  border-right-color: rgb(109 40 217 / 0.05);
}

.focus\:border-r-violet-700\/50:focus {
  border-right-color: rgb(109 40 217 / 0.5);
}

.focus\:border-r-violet-700\/60:focus {
  border-right-color: rgb(109 40 217 / 0.6);
}

.focus\:border-r-violet-700\/70:focus {
  border-right-color: rgb(109 40 217 / 0.7);
}

.focus\:border-r-violet-700\/75:focus {
  border-right-color: rgb(109 40 217 / 0.75);
}

.focus\:border-r-violet-700\/80:focus {
  border-right-color: rgb(109 40 217 / 0.8);
}

.focus\:border-r-violet-700\/90:focus {
  border-right-color: rgb(109 40 217 / 0.9);
}

.focus\:border-r-violet-700\/95:focus {
  border-right-color: rgb(109 40 217 / 0.95);
}

.focus\:border-r-violet-800:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(91 33 182 / var(--tw-border-opacity));
}

.focus\:border-r-violet-800\/0:focus {
  border-right-color: rgb(91 33 182 / 0);
}

.focus\:border-r-violet-800\/10:focus {
  border-right-color: rgb(91 33 182 / 0.1);
}

.focus\:border-r-violet-800\/100:focus {
  border-right-color: rgb(91 33 182 / 1);
}

.focus\:border-r-violet-800\/20:focus {
  border-right-color: rgb(91 33 182 / 0.2);
}

.focus\:border-r-violet-800\/25:focus {
  border-right-color: rgb(91 33 182 / 0.25);
}

.focus\:border-r-violet-800\/30:focus {
  border-right-color: rgb(91 33 182 / 0.3);
}

.focus\:border-r-violet-800\/40:focus {
  border-right-color: rgb(91 33 182 / 0.4);
}

.focus\:border-r-violet-800\/5:focus {
  border-right-color: rgb(91 33 182 / 0.05);
}

.focus\:border-r-violet-800\/50:focus {
  border-right-color: rgb(91 33 182 / 0.5);
}

.focus\:border-r-violet-800\/60:focus {
  border-right-color: rgb(91 33 182 / 0.6);
}

.focus\:border-r-violet-800\/70:focus {
  border-right-color: rgb(91 33 182 / 0.7);
}

.focus\:border-r-violet-800\/75:focus {
  border-right-color: rgb(91 33 182 / 0.75);
}

.focus\:border-r-violet-800\/80:focus {
  border-right-color: rgb(91 33 182 / 0.8);
}

.focus\:border-r-violet-800\/90:focus {
  border-right-color: rgb(91 33 182 / 0.9);
}

.focus\:border-r-violet-800\/95:focus {
  border-right-color: rgb(91 33 182 / 0.95);
}

.focus\:border-r-violet-900:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(76 29 149 / var(--tw-border-opacity));
}

.focus\:border-r-violet-900\/0:focus {
  border-right-color: rgb(76 29 149 / 0);
}

.focus\:border-r-violet-900\/10:focus {
  border-right-color: rgb(76 29 149 / 0.1);
}

.focus\:border-r-violet-900\/100:focus {
  border-right-color: rgb(76 29 149 / 1);
}

.focus\:border-r-violet-900\/20:focus {
  border-right-color: rgb(76 29 149 / 0.2);
}

.focus\:border-r-violet-900\/25:focus {
  border-right-color: rgb(76 29 149 / 0.25);
}

.focus\:border-r-violet-900\/30:focus {
  border-right-color: rgb(76 29 149 / 0.3);
}

.focus\:border-r-violet-900\/40:focus {
  border-right-color: rgb(76 29 149 / 0.4);
}

.focus\:border-r-violet-900\/5:focus {
  border-right-color: rgb(76 29 149 / 0.05);
}

.focus\:border-r-violet-900\/50:focus {
  border-right-color: rgb(76 29 149 / 0.5);
}

.focus\:border-r-violet-900\/60:focus {
  border-right-color: rgb(76 29 149 / 0.6);
}

.focus\:border-r-violet-900\/70:focus {
  border-right-color: rgb(76 29 149 / 0.7);
}

.focus\:border-r-violet-900\/75:focus {
  border-right-color: rgb(76 29 149 / 0.75);
}

.focus\:border-r-violet-900\/80:focus {
  border-right-color: rgb(76 29 149 / 0.8);
}

.focus\:border-r-violet-900\/90:focus {
  border-right-color: rgb(76 29 149 / 0.9);
}

.focus\:border-r-violet-900\/95:focus {
  border-right-color: rgb(76 29 149 / 0.95);
}

.focus\:border-r-violet-950:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(46 16 101 / var(--tw-border-opacity));
}

.focus\:border-r-violet-950\/0:focus {
  border-right-color: rgb(46 16 101 / 0);
}

.focus\:border-r-violet-950\/10:focus {
  border-right-color: rgb(46 16 101 / 0.1);
}

.focus\:border-r-violet-950\/100:focus {
  border-right-color: rgb(46 16 101 / 1);
}

.focus\:border-r-violet-950\/20:focus {
  border-right-color: rgb(46 16 101 / 0.2);
}

.focus\:border-r-violet-950\/25:focus {
  border-right-color: rgb(46 16 101 / 0.25);
}

.focus\:border-r-violet-950\/30:focus {
  border-right-color: rgb(46 16 101 / 0.3);
}

.focus\:border-r-violet-950\/40:focus {
  border-right-color: rgb(46 16 101 / 0.4);
}

.focus\:border-r-violet-950\/5:focus {
  border-right-color: rgb(46 16 101 / 0.05);
}

.focus\:border-r-violet-950\/50:focus {
  border-right-color: rgb(46 16 101 / 0.5);
}

.focus\:border-r-violet-950\/60:focus {
  border-right-color: rgb(46 16 101 / 0.6);
}

.focus\:border-r-violet-950\/70:focus {
  border-right-color: rgb(46 16 101 / 0.7);
}

.focus\:border-r-violet-950\/75:focus {
  border-right-color: rgb(46 16 101 / 0.75);
}

.focus\:border-r-violet-950\/80:focus {
  border-right-color: rgb(46 16 101 / 0.8);
}

.focus\:border-r-violet-950\/90:focus {
  border-right-color: rgb(46 16 101 / 0.9);
}

.focus\:border-r-violet-950\/95:focus {
  border-right-color: rgb(46 16 101 / 0.95);
}

.focus\:border-r-white:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.focus\:border-r-white\/0:focus {
  border-right-color: rgb(255 255 255 / 0);
}

.focus\:border-r-white\/10:focus {
  border-right-color: rgb(255 255 255 / 0.1);
}

.focus\:border-r-white\/100:focus {
  border-right-color: rgb(255 255 255 / 1);
}

.focus\:border-r-white\/20:focus {
  border-right-color: rgb(255 255 255 / 0.2);
}

.focus\:border-r-white\/25:focus {
  border-right-color: rgb(255 255 255 / 0.25);
}

.focus\:border-r-white\/30:focus {
  border-right-color: rgb(255 255 255 / 0.3);
}

.focus\:border-r-white\/40:focus {
  border-right-color: rgb(255 255 255 / 0.4);
}

.focus\:border-r-white\/5:focus {
  border-right-color: rgb(255 255 255 / 0.05);
}

.focus\:border-r-white\/50:focus {
  border-right-color: rgb(255 255 255 / 0.5);
}

.focus\:border-r-white\/60:focus {
  border-right-color: rgb(255 255 255 / 0.6);
}

.focus\:border-r-white\/70:focus {
  border-right-color: rgb(255 255 255 / 0.7);
}

.focus\:border-r-white\/75:focus {
  border-right-color: rgb(255 255 255 / 0.75);
}

.focus\:border-r-white\/80:focus {
  border-right-color: rgb(255 255 255 / 0.8);
}

.focus\:border-r-white\/90:focus {
  border-right-color: rgb(255 255 255 / 0.9);
}

.focus\:border-r-white\/95:focus {
  border-right-color: rgb(255 255 255 / 0.95);
}

.focus\:border-r-work-identity-300:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(166 235 194 / var(--tw-border-opacity));
}

.focus\:border-r-work-identity-300\/0:focus {
  border-right-color: rgb(166 235 194 / 0);
}

.focus\:border-r-work-identity-300\/10:focus {
  border-right-color: rgb(166 235 194 / 0.1);
}

.focus\:border-r-work-identity-300\/100:focus {
  border-right-color: rgb(166 235 194 / 1);
}

.focus\:border-r-work-identity-300\/20:focus {
  border-right-color: rgb(166 235 194 / 0.2);
}

.focus\:border-r-work-identity-300\/25:focus {
  border-right-color: rgb(166 235 194 / 0.25);
}

.focus\:border-r-work-identity-300\/30:focus {
  border-right-color: rgb(166 235 194 / 0.3);
}

.focus\:border-r-work-identity-300\/40:focus {
  border-right-color: rgb(166 235 194 / 0.4);
}

.focus\:border-r-work-identity-300\/5:focus {
  border-right-color: rgb(166 235 194 / 0.05);
}

.focus\:border-r-work-identity-300\/50:focus {
  border-right-color: rgb(166 235 194 / 0.5);
}

.focus\:border-r-work-identity-300\/60:focus {
  border-right-color: rgb(166 235 194 / 0.6);
}

.focus\:border-r-work-identity-300\/70:focus {
  border-right-color: rgb(166 235 194 / 0.7);
}

.focus\:border-r-work-identity-300\/75:focus {
  border-right-color: rgb(166 235 194 / 0.75);
}

.focus\:border-r-work-identity-300\/80:focus {
  border-right-color: rgb(166 235 194 / 0.8);
}

.focus\:border-r-work-identity-300\/90:focus {
  border-right-color: rgb(166 235 194 / 0.9);
}

.focus\:border-r-work-identity-300\/95:focus {
  border-right-color: rgb(166 235 194 / 0.95);
}

.focus\:border-r-work-identity-400:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(83 221 139 / var(--tw-border-opacity));
}

.focus\:border-r-work-identity-400\/0:focus {
  border-right-color: rgb(83 221 139 / 0);
}

.focus\:border-r-work-identity-400\/10:focus {
  border-right-color: rgb(83 221 139 / 0.1);
}

.focus\:border-r-work-identity-400\/100:focus {
  border-right-color: rgb(83 221 139 / 1);
}

.focus\:border-r-work-identity-400\/20:focus {
  border-right-color: rgb(83 221 139 / 0.2);
}

.focus\:border-r-work-identity-400\/25:focus {
  border-right-color: rgb(83 221 139 / 0.25);
}

.focus\:border-r-work-identity-400\/30:focus {
  border-right-color: rgb(83 221 139 / 0.3);
}

.focus\:border-r-work-identity-400\/40:focus {
  border-right-color: rgb(83 221 139 / 0.4);
}

.focus\:border-r-work-identity-400\/5:focus {
  border-right-color: rgb(83 221 139 / 0.05);
}

.focus\:border-r-work-identity-400\/50:focus {
  border-right-color: rgb(83 221 139 / 0.5);
}

.focus\:border-r-work-identity-400\/60:focus {
  border-right-color: rgb(83 221 139 / 0.6);
}

.focus\:border-r-work-identity-400\/70:focus {
  border-right-color: rgb(83 221 139 / 0.7);
}

.focus\:border-r-work-identity-400\/75:focus {
  border-right-color: rgb(83 221 139 / 0.75);
}

.focus\:border-r-work-identity-400\/80:focus {
  border-right-color: rgb(83 221 139 / 0.8);
}

.focus\:border-r-work-identity-400\/90:focus {
  border-right-color: rgb(83 221 139 / 0.9);
}

.focus\:border-r-work-identity-400\/95:focus {
  border-right-color: rgb(83 221 139 / 0.95);
}

.focus\:border-r-work-identity-500:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(0 208 84 / var(--tw-border-opacity));
}

.focus\:border-r-work-identity-500\/0:focus {
  border-right-color: rgb(0 208 84 / 0);
}

.focus\:border-r-work-identity-500\/10:focus {
  border-right-color: rgb(0 208 84 / 0.1);
}

.focus\:border-r-work-identity-500\/100:focus {
  border-right-color: rgb(0 208 84 / 1);
}

.focus\:border-r-work-identity-500\/20:focus {
  border-right-color: rgb(0 208 84 / 0.2);
}

.focus\:border-r-work-identity-500\/25:focus {
  border-right-color: rgb(0 208 84 / 0.25);
}

.focus\:border-r-work-identity-500\/30:focus {
  border-right-color: rgb(0 208 84 / 0.3);
}

.focus\:border-r-work-identity-500\/40:focus {
  border-right-color: rgb(0 208 84 / 0.4);
}

.focus\:border-r-work-identity-500\/5:focus {
  border-right-color: rgb(0 208 84 / 0.05);
}

.focus\:border-r-work-identity-500\/50:focus {
  border-right-color: rgb(0 208 84 / 0.5);
}

.focus\:border-r-work-identity-500\/60:focus {
  border-right-color: rgb(0 208 84 / 0.6);
}

.focus\:border-r-work-identity-500\/70:focus {
  border-right-color: rgb(0 208 84 / 0.7);
}

.focus\:border-r-work-identity-500\/75:focus {
  border-right-color: rgb(0 208 84 / 0.75);
}

.focus\:border-r-work-identity-500\/80:focus {
  border-right-color: rgb(0 208 84 / 0.8);
}

.focus\:border-r-work-identity-500\/90:focus {
  border-right-color: rgb(0 208 84 / 0.9);
}

.focus\:border-r-work-identity-500\/95:focus {
  border-right-color: rgb(0 208 84 / 0.95);
}

.focus\:border-r-work-identity-900:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(249 249 249 / var(--tw-border-opacity));
}

.focus\:border-r-work-identity-900\/0:focus {
  border-right-color: rgb(249 249 249 / 0);
}

.focus\:border-r-work-identity-900\/10:focus {
  border-right-color: rgb(249 249 249 / 0.1);
}

.focus\:border-r-work-identity-900\/100:focus {
  border-right-color: rgb(249 249 249 / 1);
}

.focus\:border-r-work-identity-900\/20:focus {
  border-right-color: rgb(249 249 249 / 0.2);
}

.focus\:border-r-work-identity-900\/25:focus {
  border-right-color: rgb(249 249 249 / 0.25);
}

.focus\:border-r-work-identity-900\/30:focus {
  border-right-color: rgb(249 249 249 / 0.3);
}

.focus\:border-r-work-identity-900\/40:focus {
  border-right-color: rgb(249 249 249 / 0.4);
}

.focus\:border-r-work-identity-900\/5:focus {
  border-right-color: rgb(249 249 249 / 0.05);
}

.focus\:border-r-work-identity-900\/50:focus {
  border-right-color: rgb(249 249 249 / 0.5);
}

.focus\:border-r-work-identity-900\/60:focus {
  border-right-color: rgb(249 249 249 / 0.6);
}

.focus\:border-r-work-identity-900\/70:focus {
  border-right-color: rgb(249 249 249 / 0.7);
}

.focus\:border-r-work-identity-900\/75:focus {
  border-right-color: rgb(249 249 249 / 0.75);
}

.focus\:border-r-work-identity-900\/80:focus {
  border-right-color: rgb(249 249 249 / 0.8);
}

.focus\:border-r-work-identity-900\/90:focus {
  border-right-color: rgb(249 249 249 / 0.9);
}

.focus\:border-r-work-identity-900\/95:focus {
  border-right-color: rgb(249 249 249 / 0.95);
}

.focus\:border-r-yellow-100:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.focus\:border-r-yellow-100\/0:focus {
  border-right-color: rgb(254 249 195 / 0);
}

.focus\:border-r-yellow-100\/10:focus {
  border-right-color: rgb(254 249 195 / 0.1);
}

.focus\:border-r-yellow-100\/100:focus {
  border-right-color: rgb(254 249 195 / 1);
}

.focus\:border-r-yellow-100\/20:focus {
  border-right-color: rgb(254 249 195 / 0.2);
}

.focus\:border-r-yellow-100\/25:focus {
  border-right-color: rgb(254 249 195 / 0.25);
}

.focus\:border-r-yellow-100\/30:focus {
  border-right-color: rgb(254 249 195 / 0.3);
}

.focus\:border-r-yellow-100\/40:focus {
  border-right-color: rgb(254 249 195 / 0.4);
}

.focus\:border-r-yellow-100\/5:focus {
  border-right-color: rgb(254 249 195 / 0.05);
}

.focus\:border-r-yellow-100\/50:focus {
  border-right-color: rgb(254 249 195 / 0.5);
}

.focus\:border-r-yellow-100\/60:focus {
  border-right-color: rgb(254 249 195 / 0.6);
}

.focus\:border-r-yellow-100\/70:focus {
  border-right-color: rgb(254 249 195 / 0.7);
}

.focus\:border-r-yellow-100\/75:focus {
  border-right-color: rgb(254 249 195 / 0.75);
}

.focus\:border-r-yellow-100\/80:focus {
  border-right-color: rgb(254 249 195 / 0.8);
}

.focus\:border-r-yellow-100\/90:focus {
  border-right-color: rgb(254 249 195 / 0.9);
}

.focus\:border-r-yellow-100\/95:focus {
  border-right-color: rgb(254 249 195 / 0.95);
}

.focus\:border-r-yellow-200:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.focus\:border-r-yellow-200\/0:focus {
  border-right-color: rgb(254 240 138 / 0);
}

.focus\:border-r-yellow-200\/10:focus {
  border-right-color: rgb(254 240 138 / 0.1);
}

.focus\:border-r-yellow-200\/100:focus {
  border-right-color: rgb(254 240 138 / 1);
}

.focus\:border-r-yellow-200\/20:focus {
  border-right-color: rgb(254 240 138 / 0.2);
}

.focus\:border-r-yellow-200\/25:focus {
  border-right-color: rgb(254 240 138 / 0.25);
}

.focus\:border-r-yellow-200\/30:focus {
  border-right-color: rgb(254 240 138 / 0.3);
}

.focus\:border-r-yellow-200\/40:focus {
  border-right-color: rgb(254 240 138 / 0.4);
}

.focus\:border-r-yellow-200\/5:focus {
  border-right-color: rgb(254 240 138 / 0.05);
}

.focus\:border-r-yellow-200\/50:focus {
  border-right-color: rgb(254 240 138 / 0.5);
}

.focus\:border-r-yellow-200\/60:focus {
  border-right-color: rgb(254 240 138 / 0.6);
}

.focus\:border-r-yellow-200\/70:focus {
  border-right-color: rgb(254 240 138 / 0.7);
}

.focus\:border-r-yellow-200\/75:focus {
  border-right-color: rgb(254 240 138 / 0.75);
}

.focus\:border-r-yellow-200\/80:focus {
  border-right-color: rgb(254 240 138 / 0.8);
}

.focus\:border-r-yellow-200\/90:focus {
  border-right-color: rgb(254 240 138 / 0.9);
}

.focus\:border-r-yellow-200\/95:focus {
  border-right-color: rgb(254 240 138 / 0.95);
}

.focus\:border-r-yellow-300:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.focus\:border-r-yellow-300\/0:focus {
  border-right-color: rgb(253 224 71 / 0);
}

.focus\:border-r-yellow-300\/10:focus {
  border-right-color: rgb(253 224 71 / 0.1);
}

.focus\:border-r-yellow-300\/100:focus {
  border-right-color: rgb(253 224 71 / 1);
}

.focus\:border-r-yellow-300\/20:focus {
  border-right-color: rgb(253 224 71 / 0.2);
}

.focus\:border-r-yellow-300\/25:focus {
  border-right-color: rgb(253 224 71 / 0.25);
}

.focus\:border-r-yellow-300\/30:focus {
  border-right-color: rgb(253 224 71 / 0.3);
}

.focus\:border-r-yellow-300\/40:focus {
  border-right-color: rgb(253 224 71 / 0.4);
}

.focus\:border-r-yellow-300\/5:focus {
  border-right-color: rgb(253 224 71 / 0.05);
}

.focus\:border-r-yellow-300\/50:focus {
  border-right-color: rgb(253 224 71 / 0.5);
}

.focus\:border-r-yellow-300\/60:focus {
  border-right-color: rgb(253 224 71 / 0.6);
}

.focus\:border-r-yellow-300\/70:focus {
  border-right-color: rgb(253 224 71 / 0.7);
}

.focus\:border-r-yellow-300\/75:focus {
  border-right-color: rgb(253 224 71 / 0.75);
}

.focus\:border-r-yellow-300\/80:focus {
  border-right-color: rgb(253 224 71 / 0.8);
}

.focus\:border-r-yellow-300\/90:focus {
  border-right-color: rgb(253 224 71 / 0.9);
}

.focus\:border-r-yellow-300\/95:focus {
  border-right-color: rgb(253 224 71 / 0.95);
}

.focus\:border-r-yellow-400:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.focus\:border-r-yellow-400\/0:focus {
  border-right-color: rgb(250 204 21 / 0);
}

.focus\:border-r-yellow-400\/10:focus {
  border-right-color: rgb(250 204 21 / 0.1);
}

.focus\:border-r-yellow-400\/100:focus {
  border-right-color: rgb(250 204 21 / 1);
}

.focus\:border-r-yellow-400\/20:focus {
  border-right-color: rgb(250 204 21 / 0.2);
}

.focus\:border-r-yellow-400\/25:focus {
  border-right-color: rgb(250 204 21 / 0.25);
}

.focus\:border-r-yellow-400\/30:focus {
  border-right-color: rgb(250 204 21 / 0.3);
}

.focus\:border-r-yellow-400\/40:focus {
  border-right-color: rgb(250 204 21 / 0.4);
}

.focus\:border-r-yellow-400\/5:focus {
  border-right-color: rgb(250 204 21 / 0.05);
}

.focus\:border-r-yellow-400\/50:focus {
  border-right-color: rgb(250 204 21 / 0.5);
}

.focus\:border-r-yellow-400\/60:focus {
  border-right-color: rgb(250 204 21 / 0.6);
}

.focus\:border-r-yellow-400\/70:focus {
  border-right-color: rgb(250 204 21 / 0.7);
}

.focus\:border-r-yellow-400\/75:focus {
  border-right-color: rgb(250 204 21 / 0.75);
}

.focus\:border-r-yellow-400\/80:focus {
  border-right-color: rgb(250 204 21 / 0.8);
}

.focus\:border-r-yellow-400\/90:focus {
  border-right-color: rgb(250 204 21 / 0.9);
}

.focus\:border-r-yellow-400\/95:focus {
  border-right-color: rgb(250 204 21 / 0.95);
}

.focus\:border-r-yellow-50:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.focus\:border-r-yellow-50\/0:focus {
  border-right-color: rgb(254 252 232 / 0);
}

.focus\:border-r-yellow-50\/10:focus {
  border-right-color: rgb(254 252 232 / 0.1);
}

.focus\:border-r-yellow-50\/100:focus {
  border-right-color: rgb(254 252 232 / 1);
}

.focus\:border-r-yellow-50\/20:focus {
  border-right-color: rgb(254 252 232 / 0.2);
}

.focus\:border-r-yellow-50\/25:focus {
  border-right-color: rgb(254 252 232 / 0.25);
}

.focus\:border-r-yellow-50\/30:focus {
  border-right-color: rgb(254 252 232 / 0.3);
}

.focus\:border-r-yellow-50\/40:focus {
  border-right-color: rgb(254 252 232 / 0.4);
}

.focus\:border-r-yellow-50\/5:focus {
  border-right-color: rgb(254 252 232 / 0.05);
}

.focus\:border-r-yellow-50\/50:focus {
  border-right-color: rgb(254 252 232 / 0.5);
}

.focus\:border-r-yellow-50\/60:focus {
  border-right-color: rgb(254 252 232 / 0.6);
}

.focus\:border-r-yellow-50\/70:focus {
  border-right-color: rgb(254 252 232 / 0.7);
}

.focus\:border-r-yellow-50\/75:focus {
  border-right-color: rgb(254 252 232 / 0.75);
}

.focus\:border-r-yellow-50\/80:focus {
  border-right-color: rgb(254 252 232 / 0.8);
}

.focus\:border-r-yellow-50\/90:focus {
  border-right-color: rgb(254 252 232 / 0.9);
}

.focus\:border-r-yellow-50\/95:focus {
  border-right-color: rgb(254 252 232 / 0.95);
}

.focus\:border-r-yellow-500:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.focus\:border-r-yellow-500\/0:focus {
  border-right-color: rgb(234 179 8 / 0);
}

.focus\:border-r-yellow-500\/10:focus {
  border-right-color: rgb(234 179 8 / 0.1);
}

.focus\:border-r-yellow-500\/100:focus {
  border-right-color: rgb(234 179 8 / 1);
}

.focus\:border-r-yellow-500\/20:focus {
  border-right-color: rgb(234 179 8 / 0.2);
}

.focus\:border-r-yellow-500\/25:focus {
  border-right-color: rgb(234 179 8 / 0.25);
}

.focus\:border-r-yellow-500\/30:focus {
  border-right-color: rgb(234 179 8 / 0.3);
}

.focus\:border-r-yellow-500\/40:focus {
  border-right-color: rgb(234 179 8 / 0.4);
}

.focus\:border-r-yellow-500\/5:focus {
  border-right-color: rgb(234 179 8 / 0.05);
}

.focus\:border-r-yellow-500\/50:focus {
  border-right-color: rgb(234 179 8 / 0.5);
}

.focus\:border-r-yellow-500\/60:focus {
  border-right-color: rgb(234 179 8 / 0.6);
}

.focus\:border-r-yellow-500\/70:focus {
  border-right-color: rgb(234 179 8 / 0.7);
}

.focus\:border-r-yellow-500\/75:focus {
  border-right-color: rgb(234 179 8 / 0.75);
}

.focus\:border-r-yellow-500\/80:focus {
  border-right-color: rgb(234 179 8 / 0.8);
}

.focus\:border-r-yellow-500\/90:focus {
  border-right-color: rgb(234 179 8 / 0.9);
}

.focus\:border-r-yellow-500\/95:focus {
  border-right-color: rgb(234 179 8 / 0.95);
}

.focus\:border-r-yellow-600:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.focus\:border-r-yellow-600\/0:focus {
  border-right-color: rgb(202 138 4 / 0);
}

.focus\:border-r-yellow-600\/10:focus {
  border-right-color: rgb(202 138 4 / 0.1);
}

.focus\:border-r-yellow-600\/100:focus {
  border-right-color: rgb(202 138 4 / 1);
}

.focus\:border-r-yellow-600\/20:focus {
  border-right-color: rgb(202 138 4 / 0.2);
}

.focus\:border-r-yellow-600\/25:focus {
  border-right-color: rgb(202 138 4 / 0.25);
}

.focus\:border-r-yellow-600\/30:focus {
  border-right-color: rgb(202 138 4 / 0.3);
}

.focus\:border-r-yellow-600\/40:focus {
  border-right-color: rgb(202 138 4 / 0.4);
}

.focus\:border-r-yellow-600\/5:focus {
  border-right-color: rgb(202 138 4 / 0.05);
}

.focus\:border-r-yellow-600\/50:focus {
  border-right-color: rgb(202 138 4 / 0.5);
}

.focus\:border-r-yellow-600\/60:focus {
  border-right-color: rgb(202 138 4 / 0.6);
}

.focus\:border-r-yellow-600\/70:focus {
  border-right-color: rgb(202 138 4 / 0.7);
}

.focus\:border-r-yellow-600\/75:focus {
  border-right-color: rgb(202 138 4 / 0.75);
}

.focus\:border-r-yellow-600\/80:focus {
  border-right-color: rgb(202 138 4 / 0.8);
}

.focus\:border-r-yellow-600\/90:focus {
  border-right-color: rgb(202 138 4 / 0.9);
}

.focus\:border-r-yellow-600\/95:focus {
  border-right-color: rgb(202 138 4 / 0.95);
}

.focus\:border-r-yellow-700:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.focus\:border-r-yellow-700\/0:focus {
  border-right-color: rgb(161 98 7 / 0);
}

.focus\:border-r-yellow-700\/10:focus {
  border-right-color: rgb(161 98 7 / 0.1);
}

.focus\:border-r-yellow-700\/100:focus {
  border-right-color: rgb(161 98 7 / 1);
}

.focus\:border-r-yellow-700\/20:focus {
  border-right-color: rgb(161 98 7 / 0.2);
}

.focus\:border-r-yellow-700\/25:focus {
  border-right-color: rgb(161 98 7 / 0.25);
}

.focus\:border-r-yellow-700\/30:focus {
  border-right-color: rgb(161 98 7 / 0.3);
}

.focus\:border-r-yellow-700\/40:focus {
  border-right-color: rgb(161 98 7 / 0.4);
}

.focus\:border-r-yellow-700\/5:focus {
  border-right-color: rgb(161 98 7 / 0.05);
}

.focus\:border-r-yellow-700\/50:focus {
  border-right-color: rgb(161 98 7 / 0.5);
}

.focus\:border-r-yellow-700\/60:focus {
  border-right-color: rgb(161 98 7 / 0.6);
}

.focus\:border-r-yellow-700\/70:focus {
  border-right-color: rgb(161 98 7 / 0.7);
}

.focus\:border-r-yellow-700\/75:focus {
  border-right-color: rgb(161 98 7 / 0.75);
}

.focus\:border-r-yellow-700\/80:focus {
  border-right-color: rgb(161 98 7 / 0.8);
}

.focus\:border-r-yellow-700\/90:focus {
  border-right-color: rgb(161 98 7 / 0.9);
}

.focus\:border-r-yellow-700\/95:focus {
  border-right-color: rgb(161 98 7 / 0.95);
}

.focus\:border-r-yellow-800:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.focus\:border-r-yellow-800\/0:focus {
  border-right-color: rgb(133 77 14 / 0);
}

.focus\:border-r-yellow-800\/10:focus {
  border-right-color: rgb(133 77 14 / 0.1);
}

.focus\:border-r-yellow-800\/100:focus {
  border-right-color: rgb(133 77 14 / 1);
}

.focus\:border-r-yellow-800\/20:focus {
  border-right-color: rgb(133 77 14 / 0.2);
}

.focus\:border-r-yellow-800\/25:focus {
  border-right-color: rgb(133 77 14 / 0.25);
}

.focus\:border-r-yellow-800\/30:focus {
  border-right-color: rgb(133 77 14 / 0.3);
}

.focus\:border-r-yellow-800\/40:focus {
  border-right-color: rgb(133 77 14 / 0.4);
}

.focus\:border-r-yellow-800\/5:focus {
  border-right-color: rgb(133 77 14 / 0.05);
}

.focus\:border-r-yellow-800\/50:focus {
  border-right-color: rgb(133 77 14 / 0.5);
}

.focus\:border-r-yellow-800\/60:focus {
  border-right-color: rgb(133 77 14 / 0.6);
}

.focus\:border-r-yellow-800\/70:focus {
  border-right-color: rgb(133 77 14 / 0.7);
}

.focus\:border-r-yellow-800\/75:focus {
  border-right-color: rgb(133 77 14 / 0.75);
}

.focus\:border-r-yellow-800\/80:focus {
  border-right-color: rgb(133 77 14 / 0.8);
}

.focus\:border-r-yellow-800\/90:focus {
  border-right-color: rgb(133 77 14 / 0.9);
}

.focus\:border-r-yellow-800\/95:focus {
  border-right-color: rgb(133 77 14 / 0.95);
}

.focus\:border-r-yellow-900:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.focus\:border-r-yellow-900\/0:focus {
  border-right-color: rgb(113 63 18 / 0);
}

.focus\:border-r-yellow-900\/10:focus {
  border-right-color: rgb(113 63 18 / 0.1);
}

.focus\:border-r-yellow-900\/100:focus {
  border-right-color: rgb(113 63 18 / 1);
}

.focus\:border-r-yellow-900\/20:focus {
  border-right-color: rgb(113 63 18 / 0.2);
}

.focus\:border-r-yellow-900\/25:focus {
  border-right-color: rgb(113 63 18 / 0.25);
}

.focus\:border-r-yellow-900\/30:focus {
  border-right-color: rgb(113 63 18 / 0.3);
}

.focus\:border-r-yellow-900\/40:focus {
  border-right-color: rgb(113 63 18 / 0.4);
}

.focus\:border-r-yellow-900\/5:focus {
  border-right-color: rgb(113 63 18 / 0.05);
}

.focus\:border-r-yellow-900\/50:focus {
  border-right-color: rgb(113 63 18 / 0.5);
}

.focus\:border-r-yellow-900\/60:focus {
  border-right-color: rgb(113 63 18 / 0.6);
}

.focus\:border-r-yellow-900\/70:focus {
  border-right-color: rgb(113 63 18 / 0.7);
}

.focus\:border-r-yellow-900\/75:focus {
  border-right-color: rgb(113 63 18 / 0.75);
}

.focus\:border-r-yellow-900\/80:focus {
  border-right-color: rgb(113 63 18 / 0.8);
}

.focus\:border-r-yellow-900\/90:focus {
  border-right-color: rgb(113 63 18 / 0.9);
}

.focus\:border-r-yellow-900\/95:focus {
  border-right-color: rgb(113 63 18 / 0.95);
}

.focus\:border-r-yellow-950:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.focus\:border-r-yellow-950\/0:focus {
  border-right-color: rgb(66 32 6 / 0);
}

.focus\:border-r-yellow-950\/10:focus {
  border-right-color: rgb(66 32 6 / 0.1);
}

.focus\:border-r-yellow-950\/100:focus {
  border-right-color: rgb(66 32 6 / 1);
}

.focus\:border-r-yellow-950\/20:focus {
  border-right-color: rgb(66 32 6 / 0.2);
}

.focus\:border-r-yellow-950\/25:focus {
  border-right-color: rgb(66 32 6 / 0.25);
}

.focus\:border-r-yellow-950\/30:focus {
  border-right-color: rgb(66 32 6 / 0.3);
}

.focus\:border-r-yellow-950\/40:focus {
  border-right-color: rgb(66 32 6 / 0.4);
}

.focus\:border-r-yellow-950\/5:focus {
  border-right-color: rgb(66 32 6 / 0.05);
}

.focus\:border-r-yellow-950\/50:focus {
  border-right-color: rgb(66 32 6 / 0.5);
}

.focus\:border-r-yellow-950\/60:focus {
  border-right-color: rgb(66 32 6 / 0.6);
}

.focus\:border-r-yellow-950\/70:focus {
  border-right-color: rgb(66 32 6 / 0.7);
}

.focus\:border-r-yellow-950\/75:focus {
  border-right-color: rgb(66 32 6 / 0.75);
}

.focus\:border-r-yellow-950\/80:focus {
  border-right-color: rgb(66 32 6 / 0.8);
}

.focus\:border-r-yellow-950\/90:focus {
  border-right-color: rgb(66 32 6 / 0.9);
}

.focus\:border-r-yellow-950\/95:focus {
  border-right-color: rgb(66 32 6 / 0.95);
}

.focus\:border-r-zinc-100:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(244 244 245 / var(--tw-border-opacity));
}

.focus\:border-r-zinc-100\/0:focus {
  border-right-color: rgb(244 244 245 / 0);
}

.focus\:border-r-zinc-100\/10:focus {
  border-right-color: rgb(244 244 245 / 0.1);
}

.focus\:border-r-zinc-100\/100:focus {
  border-right-color: rgb(244 244 245 / 1);
}

.focus\:border-r-zinc-100\/20:focus {
  border-right-color: rgb(244 244 245 / 0.2);
}

.focus\:border-r-zinc-100\/25:focus {
  border-right-color: rgb(244 244 245 / 0.25);
}

.focus\:border-r-zinc-100\/30:focus {
  border-right-color: rgb(244 244 245 / 0.3);
}

.focus\:border-r-zinc-100\/40:focus {
  border-right-color: rgb(244 244 245 / 0.4);
}

.focus\:border-r-zinc-100\/5:focus {
  border-right-color: rgb(244 244 245 / 0.05);
}

.focus\:border-r-zinc-100\/50:focus {
  border-right-color: rgb(244 244 245 / 0.5);
}

.focus\:border-r-zinc-100\/60:focus {
  border-right-color: rgb(244 244 245 / 0.6);
}

.focus\:border-r-zinc-100\/70:focus {
  border-right-color: rgb(244 244 245 / 0.7);
}

.focus\:border-r-zinc-100\/75:focus {
  border-right-color: rgb(244 244 245 / 0.75);
}

.focus\:border-r-zinc-100\/80:focus {
  border-right-color: rgb(244 244 245 / 0.8);
}

.focus\:border-r-zinc-100\/90:focus {
  border-right-color: rgb(244 244 245 / 0.9);
}

.focus\:border-r-zinc-100\/95:focus {
  border-right-color: rgb(244 244 245 / 0.95);
}

.focus\:border-r-zinc-200:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.focus\:border-r-zinc-200\/0:focus {
  border-right-color: rgb(228 228 231 / 0);
}

.focus\:border-r-zinc-200\/10:focus {
  border-right-color: rgb(228 228 231 / 0.1);
}

.focus\:border-r-zinc-200\/100:focus {
  border-right-color: rgb(228 228 231 / 1);
}

.focus\:border-r-zinc-200\/20:focus {
  border-right-color: rgb(228 228 231 / 0.2);
}

.focus\:border-r-zinc-200\/25:focus {
  border-right-color: rgb(228 228 231 / 0.25);
}

.focus\:border-r-zinc-200\/30:focus {
  border-right-color: rgb(228 228 231 / 0.3);
}

.focus\:border-r-zinc-200\/40:focus {
  border-right-color: rgb(228 228 231 / 0.4);
}

.focus\:border-r-zinc-200\/5:focus {
  border-right-color: rgb(228 228 231 / 0.05);
}

.focus\:border-r-zinc-200\/50:focus {
  border-right-color: rgb(228 228 231 / 0.5);
}

.focus\:border-r-zinc-200\/60:focus {
  border-right-color: rgb(228 228 231 / 0.6);
}

.focus\:border-r-zinc-200\/70:focus {
  border-right-color: rgb(228 228 231 / 0.7);
}

.focus\:border-r-zinc-200\/75:focus {
  border-right-color: rgb(228 228 231 / 0.75);
}

.focus\:border-r-zinc-200\/80:focus {
  border-right-color: rgb(228 228 231 / 0.8);
}

.focus\:border-r-zinc-200\/90:focus {
  border-right-color: rgb(228 228 231 / 0.9);
}

.focus\:border-r-zinc-200\/95:focus {
  border-right-color: rgb(228 228 231 / 0.95);
}

.focus\:border-r-zinc-300:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.focus\:border-r-zinc-300\/0:focus {
  border-right-color: rgb(212 212 216 / 0);
}

.focus\:border-r-zinc-300\/10:focus {
  border-right-color: rgb(212 212 216 / 0.1);
}

.focus\:border-r-zinc-300\/100:focus {
  border-right-color: rgb(212 212 216 / 1);
}

.focus\:border-r-zinc-300\/20:focus {
  border-right-color: rgb(212 212 216 / 0.2);
}

.focus\:border-r-zinc-300\/25:focus {
  border-right-color: rgb(212 212 216 / 0.25);
}

.focus\:border-r-zinc-300\/30:focus {
  border-right-color: rgb(212 212 216 / 0.3);
}

.focus\:border-r-zinc-300\/40:focus {
  border-right-color: rgb(212 212 216 / 0.4);
}

.focus\:border-r-zinc-300\/5:focus {
  border-right-color: rgb(212 212 216 / 0.05);
}

.focus\:border-r-zinc-300\/50:focus {
  border-right-color: rgb(212 212 216 / 0.5);
}

.focus\:border-r-zinc-300\/60:focus {
  border-right-color: rgb(212 212 216 / 0.6);
}

.focus\:border-r-zinc-300\/70:focus {
  border-right-color: rgb(212 212 216 / 0.7);
}

.focus\:border-r-zinc-300\/75:focus {
  border-right-color: rgb(212 212 216 / 0.75);
}

.focus\:border-r-zinc-300\/80:focus {
  border-right-color: rgb(212 212 216 / 0.8);
}

.focus\:border-r-zinc-300\/90:focus {
  border-right-color: rgb(212 212 216 / 0.9);
}

.focus\:border-r-zinc-300\/95:focus {
  border-right-color: rgb(212 212 216 / 0.95);
}

.focus\:border-r-zinc-400:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.focus\:border-r-zinc-400\/0:focus {
  border-right-color: rgb(161 161 170 / 0);
}

.focus\:border-r-zinc-400\/10:focus {
  border-right-color: rgb(161 161 170 / 0.1);
}

.focus\:border-r-zinc-400\/100:focus {
  border-right-color: rgb(161 161 170 / 1);
}

.focus\:border-r-zinc-400\/20:focus {
  border-right-color: rgb(161 161 170 / 0.2);
}

.focus\:border-r-zinc-400\/25:focus {
  border-right-color: rgb(161 161 170 / 0.25);
}

.focus\:border-r-zinc-400\/30:focus {
  border-right-color: rgb(161 161 170 / 0.3);
}

.focus\:border-r-zinc-400\/40:focus {
  border-right-color: rgb(161 161 170 / 0.4);
}

.focus\:border-r-zinc-400\/5:focus {
  border-right-color: rgb(161 161 170 / 0.05);
}

.focus\:border-r-zinc-400\/50:focus {
  border-right-color: rgb(161 161 170 / 0.5);
}

.focus\:border-r-zinc-400\/60:focus {
  border-right-color: rgb(161 161 170 / 0.6);
}

.focus\:border-r-zinc-400\/70:focus {
  border-right-color: rgb(161 161 170 / 0.7);
}

.focus\:border-r-zinc-400\/75:focus {
  border-right-color: rgb(161 161 170 / 0.75);
}

.focus\:border-r-zinc-400\/80:focus {
  border-right-color: rgb(161 161 170 / 0.8);
}

.focus\:border-r-zinc-400\/90:focus {
  border-right-color: rgb(161 161 170 / 0.9);
}

.focus\:border-r-zinc-400\/95:focus {
  border-right-color: rgb(161 161 170 / 0.95);
}

.focus\:border-r-zinc-50:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.focus\:border-r-zinc-50\/0:focus {
  border-right-color: rgb(250 250 250 / 0);
}

.focus\:border-r-zinc-50\/10:focus {
  border-right-color: rgb(250 250 250 / 0.1);
}

.focus\:border-r-zinc-50\/100:focus {
  border-right-color: rgb(250 250 250 / 1);
}

.focus\:border-r-zinc-50\/20:focus {
  border-right-color: rgb(250 250 250 / 0.2);
}

.focus\:border-r-zinc-50\/25:focus {
  border-right-color: rgb(250 250 250 / 0.25);
}

.focus\:border-r-zinc-50\/30:focus {
  border-right-color: rgb(250 250 250 / 0.3);
}

.focus\:border-r-zinc-50\/40:focus {
  border-right-color: rgb(250 250 250 / 0.4);
}

.focus\:border-r-zinc-50\/5:focus {
  border-right-color: rgb(250 250 250 / 0.05);
}

.focus\:border-r-zinc-50\/50:focus {
  border-right-color: rgb(250 250 250 / 0.5);
}

.focus\:border-r-zinc-50\/60:focus {
  border-right-color: rgb(250 250 250 / 0.6);
}

.focus\:border-r-zinc-50\/70:focus {
  border-right-color: rgb(250 250 250 / 0.7);
}

.focus\:border-r-zinc-50\/75:focus {
  border-right-color: rgb(250 250 250 / 0.75);
}

.focus\:border-r-zinc-50\/80:focus {
  border-right-color: rgb(250 250 250 / 0.8);
}

.focus\:border-r-zinc-50\/90:focus {
  border-right-color: rgb(250 250 250 / 0.9);
}

.focus\:border-r-zinc-50\/95:focus {
  border-right-color: rgb(250 250 250 / 0.95);
}

.focus\:border-r-zinc-500:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(113 113 122 / var(--tw-border-opacity));
}

.focus\:border-r-zinc-500\/0:focus {
  border-right-color: rgb(113 113 122 / 0);
}

.focus\:border-r-zinc-500\/10:focus {
  border-right-color: rgb(113 113 122 / 0.1);
}

.focus\:border-r-zinc-500\/100:focus {
  border-right-color: rgb(113 113 122 / 1);
}

.focus\:border-r-zinc-500\/20:focus {
  border-right-color: rgb(113 113 122 / 0.2);
}

.focus\:border-r-zinc-500\/25:focus {
  border-right-color: rgb(113 113 122 / 0.25);
}

.focus\:border-r-zinc-500\/30:focus {
  border-right-color: rgb(113 113 122 / 0.3);
}

.focus\:border-r-zinc-500\/40:focus {
  border-right-color: rgb(113 113 122 / 0.4);
}

.focus\:border-r-zinc-500\/5:focus {
  border-right-color: rgb(113 113 122 / 0.05);
}

.focus\:border-r-zinc-500\/50:focus {
  border-right-color: rgb(113 113 122 / 0.5);
}

.focus\:border-r-zinc-500\/60:focus {
  border-right-color: rgb(113 113 122 / 0.6);
}

.focus\:border-r-zinc-500\/70:focus {
  border-right-color: rgb(113 113 122 / 0.7);
}

.focus\:border-r-zinc-500\/75:focus {
  border-right-color: rgb(113 113 122 / 0.75);
}

.focus\:border-r-zinc-500\/80:focus {
  border-right-color: rgb(113 113 122 / 0.8);
}

.focus\:border-r-zinc-500\/90:focus {
  border-right-color: rgb(113 113 122 / 0.9);
}

.focus\:border-r-zinc-500\/95:focus {
  border-right-color: rgb(113 113 122 / 0.95);
}

.focus\:border-r-zinc-600:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(82 82 91 / var(--tw-border-opacity));
}

.focus\:border-r-zinc-600\/0:focus {
  border-right-color: rgb(82 82 91 / 0);
}

.focus\:border-r-zinc-600\/10:focus {
  border-right-color: rgb(82 82 91 / 0.1);
}

.focus\:border-r-zinc-600\/100:focus {
  border-right-color: rgb(82 82 91 / 1);
}

.focus\:border-r-zinc-600\/20:focus {
  border-right-color: rgb(82 82 91 / 0.2);
}

.focus\:border-r-zinc-600\/25:focus {
  border-right-color: rgb(82 82 91 / 0.25);
}

.focus\:border-r-zinc-600\/30:focus {
  border-right-color: rgb(82 82 91 / 0.3);
}

.focus\:border-r-zinc-600\/40:focus {
  border-right-color: rgb(82 82 91 / 0.4);
}

.focus\:border-r-zinc-600\/5:focus {
  border-right-color: rgb(82 82 91 / 0.05);
}

.focus\:border-r-zinc-600\/50:focus {
  border-right-color: rgb(82 82 91 / 0.5);
}

.focus\:border-r-zinc-600\/60:focus {
  border-right-color: rgb(82 82 91 / 0.6);
}

.focus\:border-r-zinc-600\/70:focus {
  border-right-color: rgb(82 82 91 / 0.7);
}

.focus\:border-r-zinc-600\/75:focus {
  border-right-color: rgb(82 82 91 / 0.75);
}

.focus\:border-r-zinc-600\/80:focus {
  border-right-color: rgb(82 82 91 / 0.8);
}

.focus\:border-r-zinc-600\/90:focus {
  border-right-color: rgb(82 82 91 / 0.9);
}

.focus\:border-r-zinc-600\/95:focus {
  border-right-color: rgb(82 82 91 / 0.95);
}

.focus\:border-r-zinc-700:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.focus\:border-r-zinc-700\/0:focus {
  border-right-color: rgb(63 63 70 / 0);
}

.focus\:border-r-zinc-700\/10:focus {
  border-right-color: rgb(63 63 70 / 0.1);
}

.focus\:border-r-zinc-700\/100:focus {
  border-right-color: rgb(63 63 70 / 1);
}

.focus\:border-r-zinc-700\/20:focus {
  border-right-color: rgb(63 63 70 / 0.2);
}

.focus\:border-r-zinc-700\/25:focus {
  border-right-color: rgb(63 63 70 / 0.25);
}

.focus\:border-r-zinc-700\/30:focus {
  border-right-color: rgb(63 63 70 / 0.3);
}

.focus\:border-r-zinc-700\/40:focus {
  border-right-color: rgb(63 63 70 / 0.4);
}

.focus\:border-r-zinc-700\/5:focus {
  border-right-color: rgb(63 63 70 / 0.05);
}

.focus\:border-r-zinc-700\/50:focus {
  border-right-color: rgb(63 63 70 / 0.5);
}

.focus\:border-r-zinc-700\/60:focus {
  border-right-color: rgb(63 63 70 / 0.6);
}

.focus\:border-r-zinc-700\/70:focus {
  border-right-color: rgb(63 63 70 / 0.7);
}

.focus\:border-r-zinc-700\/75:focus {
  border-right-color: rgb(63 63 70 / 0.75);
}

.focus\:border-r-zinc-700\/80:focus {
  border-right-color: rgb(63 63 70 / 0.8);
}

.focus\:border-r-zinc-700\/90:focus {
  border-right-color: rgb(63 63 70 / 0.9);
}

.focus\:border-r-zinc-700\/95:focus {
  border-right-color: rgb(63 63 70 / 0.95);
}

.focus\:border-r-zinc-800:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(39 39 42 / var(--tw-border-opacity));
}

.focus\:border-r-zinc-800\/0:focus {
  border-right-color: rgb(39 39 42 / 0);
}

.focus\:border-r-zinc-800\/10:focus {
  border-right-color: rgb(39 39 42 / 0.1);
}

.focus\:border-r-zinc-800\/100:focus {
  border-right-color: rgb(39 39 42 / 1);
}

.focus\:border-r-zinc-800\/20:focus {
  border-right-color: rgb(39 39 42 / 0.2);
}

.focus\:border-r-zinc-800\/25:focus {
  border-right-color: rgb(39 39 42 / 0.25);
}

.focus\:border-r-zinc-800\/30:focus {
  border-right-color: rgb(39 39 42 / 0.3);
}

.focus\:border-r-zinc-800\/40:focus {
  border-right-color: rgb(39 39 42 / 0.4);
}

.focus\:border-r-zinc-800\/5:focus {
  border-right-color: rgb(39 39 42 / 0.05);
}

.focus\:border-r-zinc-800\/50:focus {
  border-right-color: rgb(39 39 42 / 0.5);
}

.focus\:border-r-zinc-800\/60:focus {
  border-right-color: rgb(39 39 42 / 0.6);
}

.focus\:border-r-zinc-800\/70:focus {
  border-right-color: rgb(39 39 42 / 0.7);
}

.focus\:border-r-zinc-800\/75:focus {
  border-right-color: rgb(39 39 42 / 0.75);
}

.focus\:border-r-zinc-800\/80:focus {
  border-right-color: rgb(39 39 42 / 0.8);
}

.focus\:border-r-zinc-800\/90:focus {
  border-right-color: rgb(39 39 42 / 0.9);
}

.focus\:border-r-zinc-800\/95:focus {
  border-right-color: rgb(39 39 42 / 0.95);
}

.focus\:border-r-zinc-900:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.focus\:border-r-zinc-900\/0:focus {
  border-right-color: rgb(24 24 27 / 0);
}

.focus\:border-r-zinc-900\/10:focus {
  border-right-color: rgb(24 24 27 / 0.1);
}

.focus\:border-r-zinc-900\/100:focus {
  border-right-color: rgb(24 24 27 / 1);
}

.focus\:border-r-zinc-900\/20:focus {
  border-right-color: rgb(24 24 27 / 0.2);
}

.focus\:border-r-zinc-900\/25:focus {
  border-right-color: rgb(24 24 27 / 0.25);
}

.focus\:border-r-zinc-900\/30:focus {
  border-right-color: rgb(24 24 27 / 0.3);
}

.focus\:border-r-zinc-900\/40:focus {
  border-right-color: rgb(24 24 27 / 0.4);
}

.focus\:border-r-zinc-900\/5:focus {
  border-right-color: rgb(24 24 27 / 0.05);
}

.focus\:border-r-zinc-900\/50:focus {
  border-right-color: rgb(24 24 27 / 0.5);
}

.focus\:border-r-zinc-900\/60:focus {
  border-right-color: rgb(24 24 27 / 0.6);
}

.focus\:border-r-zinc-900\/70:focus {
  border-right-color: rgb(24 24 27 / 0.7);
}

.focus\:border-r-zinc-900\/75:focus {
  border-right-color: rgb(24 24 27 / 0.75);
}

.focus\:border-r-zinc-900\/80:focus {
  border-right-color: rgb(24 24 27 / 0.8);
}

.focus\:border-r-zinc-900\/90:focus {
  border-right-color: rgb(24 24 27 / 0.9);
}

.focus\:border-r-zinc-900\/95:focus {
  border-right-color: rgb(24 24 27 / 0.95);
}

.focus\:border-r-zinc-950:focus {
  --tw-border-opacity: 1;
  border-right-color: rgb(9 9 11 / var(--tw-border-opacity));
}

.focus\:border-r-zinc-950\/0:focus {
  border-right-color: rgb(9 9 11 / 0);
}

.focus\:border-r-zinc-950\/10:focus {
  border-right-color: rgb(9 9 11 / 0.1);
}

.focus\:border-r-zinc-950\/100:focus {
  border-right-color: rgb(9 9 11 / 1);
}

.focus\:border-r-zinc-950\/20:focus {
  border-right-color: rgb(9 9 11 / 0.2);
}

.focus\:border-r-zinc-950\/25:focus {
  border-right-color: rgb(9 9 11 / 0.25);
}

.focus\:border-r-zinc-950\/30:focus {
  border-right-color: rgb(9 9 11 / 0.3);
}

.focus\:border-r-zinc-950\/40:focus {
  border-right-color: rgb(9 9 11 / 0.4);
}

.focus\:border-r-zinc-950\/5:focus {
  border-right-color: rgb(9 9 11 / 0.05);
}

.focus\:border-r-zinc-950\/50:focus {
  border-right-color: rgb(9 9 11 / 0.5);
}

.focus\:border-r-zinc-950\/60:focus {
  border-right-color: rgb(9 9 11 / 0.6);
}

.focus\:border-r-zinc-950\/70:focus {
  border-right-color: rgb(9 9 11 / 0.7);
}

.focus\:border-r-zinc-950\/75:focus {
  border-right-color: rgb(9 9 11 / 0.75);
}

.focus\:border-r-zinc-950\/80:focus {
  border-right-color: rgb(9 9 11 / 0.8);
}

.focus\:border-r-zinc-950\/90:focus {
  border-right-color: rgb(9 9 11 / 0.9);
}

.focus\:border-r-zinc-950\/95:focus {
  border-right-color: rgb(9 9 11 / 0.95);
}

.focus\:border-s-amber-100:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 243 199 / var(--tw-border-opacity));
}

.focus\:border-s-amber-100\/0:focus {
  border-inline-start-color: rgb(254 243 199 / 0);
}

.focus\:border-s-amber-100\/10:focus {
  border-inline-start-color: rgb(254 243 199 / 0.1);
}

.focus\:border-s-amber-100\/100:focus {
  border-inline-start-color: rgb(254 243 199 / 1);
}

.focus\:border-s-amber-100\/20:focus {
  border-inline-start-color: rgb(254 243 199 / 0.2);
}

.focus\:border-s-amber-100\/25:focus {
  border-inline-start-color: rgb(254 243 199 / 0.25);
}

.focus\:border-s-amber-100\/30:focus {
  border-inline-start-color: rgb(254 243 199 / 0.3);
}

.focus\:border-s-amber-100\/40:focus {
  border-inline-start-color: rgb(254 243 199 / 0.4);
}

.focus\:border-s-amber-100\/5:focus {
  border-inline-start-color: rgb(254 243 199 / 0.05);
}

.focus\:border-s-amber-100\/50:focus {
  border-inline-start-color: rgb(254 243 199 / 0.5);
}

.focus\:border-s-amber-100\/60:focus {
  border-inline-start-color: rgb(254 243 199 / 0.6);
}

.focus\:border-s-amber-100\/70:focus {
  border-inline-start-color: rgb(254 243 199 / 0.7);
}

.focus\:border-s-amber-100\/75:focus {
  border-inline-start-color: rgb(254 243 199 / 0.75);
}

.focus\:border-s-amber-100\/80:focus {
  border-inline-start-color: rgb(254 243 199 / 0.8);
}

.focus\:border-s-amber-100\/90:focus {
  border-inline-start-color: rgb(254 243 199 / 0.9);
}

.focus\:border-s-amber-100\/95:focus {
  border-inline-start-color: rgb(254 243 199 / 0.95);
}

.focus\:border-s-amber-200:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 230 138 / var(--tw-border-opacity));
}

.focus\:border-s-amber-200\/0:focus {
  border-inline-start-color: rgb(253 230 138 / 0);
}

.focus\:border-s-amber-200\/10:focus {
  border-inline-start-color: rgb(253 230 138 / 0.1);
}

.focus\:border-s-amber-200\/100:focus {
  border-inline-start-color: rgb(253 230 138 / 1);
}

.focus\:border-s-amber-200\/20:focus {
  border-inline-start-color: rgb(253 230 138 / 0.2);
}

.focus\:border-s-amber-200\/25:focus {
  border-inline-start-color: rgb(253 230 138 / 0.25);
}

.focus\:border-s-amber-200\/30:focus {
  border-inline-start-color: rgb(253 230 138 / 0.3);
}

.focus\:border-s-amber-200\/40:focus {
  border-inline-start-color: rgb(253 230 138 / 0.4);
}

.focus\:border-s-amber-200\/5:focus {
  border-inline-start-color: rgb(253 230 138 / 0.05);
}

.focus\:border-s-amber-200\/50:focus {
  border-inline-start-color: rgb(253 230 138 / 0.5);
}

.focus\:border-s-amber-200\/60:focus {
  border-inline-start-color: rgb(253 230 138 / 0.6);
}

.focus\:border-s-amber-200\/70:focus {
  border-inline-start-color: rgb(253 230 138 / 0.7);
}

.focus\:border-s-amber-200\/75:focus {
  border-inline-start-color: rgb(253 230 138 / 0.75);
}

.focus\:border-s-amber-200\/80:focus {
  border-inline-start-color: rgb(253 230 138 / 0.8);
}

.focus\:border-s-amber-200\/90:focus {
  border-inline-start-color: rgb(253 230 138 / 0.9);
}

.focus\:border-s-amber-200\/95:focus {
  border-inline-start-color: rgb(253 230 138 / 0.95);
}

.focus\:border-s-amber-300:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(252 211 77 / var(--tw-border-opacity));
}

.focus\:border-s-amber-300\/0:focus {
  border-inline-start-color: rgb(252 211 77 / 0);
}

.focus\:border-s-amber-300\/10:focus {
  border-inline-start-color: rgb(252 211 77 / 0.1);
}

.focus\:border-s-amber-300\/100:focus {
  border-inline-start-color: rgb(252 211 77 / 1);
}

.focus\:border-s-amber-300\/20:focus {
  border-inline-start-color: rgb(252 211 77 / 0.2);
}

.focus\:border-s-amber-300\/25:focus {
  border-inline-start-color: rgb(252 211 77 / 0.25);
}

.focus\:border-s-amber-300\/30:focus {
  border-inline-start-color: rgb(252 211 77 / 0.3);
}

.focus\:border-s-amber-300\/40:focus {
  border-inline-start-color: rgb(252 211 77 / 0.4);
}

.focus\:border-s-amber-300\/5:focus {
  border-inline-start-color: rgb(252 211 77 / 0.05);
}

.focus\:border-s-amber-300\/50:focus {
  border-inline-start-color: rgb(252 211 77 / 0.5);
}

.focus\:border-s-amber-300\/60:focus {
  border-inline-start-color: rgb(252 211 77 / 0.6);
}

.focus\:border-s-amber-300\/70:focus {
  border-inline-start-color: rgb(252 211 77 / 0.7);
}

.focus\:border-s-amber-300\/75:focus {
  border-inline-start-color: rgb(252 211 77 / 0.75);
}

.focus\:border-s-amber-300\/80:focus {
  border-inline-start-color: rgb(252 211 77 / 0.8);
}

.focus\:border-s-amber-300\/90:focus {
  border-inline-start-color: rgb(252 211 77 / 0.9);
}

.focus\:border-s-amber-300\/95:focus {
  border-inline-start-color: rgb(252 211 77 / 0.95);
}

.focus\:border-s-amber-400:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(251 191 36 / var(--tw-border-opacity));
}

.focus\:border-s-amber-400\/0:focus {
  border-inline-start-color: rgb(251 191 36 / 0);
}

.focus\:border-s-amber-400\/10:focus {
  border-inline-start-color: rgb(251 191 36 / 0.1);
}

.focus\:border-s-amber-400\/100:focus {
  border-inline-start-color: rgb(251 191 36 / 1);
}

.focus\:border-s-amber-400\/20:focus {
  border-inline-start-color: rgb(251 191 36 / 0.2);
}

.focus\:border-s-amber-400\/25:focus {
  border-inline-start-color: rgb(251 191 36 / 0.25);
}

.focus\:border-s-amber-400\/30:focus {
  border-inline-start-color: rgb(251 191 36 / 0.3);
}

.focus\:border-s-amber-400\/40:focus {
  border-inline-start-color: rgb(251 191 36 / 0.4);
}

.focus\:border-s-amber-400\/5:focus {
  border-inline-start-color: rgb(251 191 36 / 0.05);
}

.focus\:border-s-amber-400\/50:focus {
  border-inline-start-color: rgb(251 191 36 / 0.5);
}

.focus\:border-s-amber-400\/60:focus {
  border-inline-start-color: rgb(251 191 36 / 0.6);
}

.focus\:border-s-amber-400\/70:focus {
  border-inline-start-color: rgb(251 191 36 / 0.7);
}

.focus\:border-s-amber-400\/75:focus {
  border-inline-start-color: rgb(251 191 36 / 0.75);
}

.focus\:border-s-amber-400\/80:focus {
  border-inline-start-color: rgb(251 191 36 / 0.8);
}

.focus\:border-s-amber-400\/90:focus {
  border-inline-start-color: rgb(251 191 36 / 0.9);
}

.focus\:border-s-amber-400\/95:focus {
  border-inline-start-color: rgb(251 191 36 / 0.95);
}

.focus\:border-s-amber-50:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.focus\:border-s-amber-50\/0:focus {
  border-inline-start-color: rgb(255 251 235 / 0);
}

.focus\:border-s-amber-50\/10:focus {
  border-inline-start-color: rgb(255 251 235 / 0.1);
}

.focus\:border-s-amber-50\/100:focus {
  border-inline-start-color: rgb(255 251 235 / 1);
}

.focus\:border-s-amber-50\/20:focus {
  border-inline-start-color: rgb(255 251 235 / 0.2);
}

.focus\:border-s-amber-50\/25:focus {
  border-inline-start-color: rgb(255 251 235 / 0.25);
}

.focus\:border-s-amber-50\/30:focus {
  border-inline-start-color: rgb(255 251 235 / 0.3);
}

.focus\:border-s-amber-50\/40:focus {
  border-inline-start-color: rgb(255 251 235 / 0.4);
}

.focus\:border-s-amber-50\/5:focus {
  border-inline-start-color: rgb(255 251 235 / 0.05);
}

.focus\:border-s-amber-50\/50:focus {
  border-inline-start-color: rgb(255 251 235 / 0.5);
}

.focus\:border-s-amber-50\/60:focus {
  border-inline-start-color: rgb(255 251 235 / 0.6);
}

.focus\:border-s-amber-50\/70:focus {
  border-inline-start-color: rgb(255 251 235 / 0.7);
}

.focus\:border-s-amber-50\/75:focus {
  border-inline-start-color: rgb(255 251 235 / 0.75);
}

.focus\:border-s-amber-50\/80:focus {
  border-inline-start-color: rgb(255 251 235 / 0.8);
}

.focus\:border-s-amber-50\/90:focus {
  border-inline-start-color: rgb(255 251 235 / 0.9);
}

.focus\:border-s-amber-50\/95:focus {
  border-inline-start-color: rgb(255 251 235 / 0.95);
}

.focus\:border-s-amber-500:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 158 11 / var(--tw-border-opacity));
}

.focus\:border-s-amber-500\/0:focus {
  border-inline-start-color: rgb(245 158 11 / 0);
}

.focus\:border-s-amber-500\/10:focus {
  border-inline-start-color: rgb(245 158 11 / 0.1);
}

.focus\:border-s-amber-500\/100:focus {
  border-inline-start-color: rgb(245 158 11 / 1);
}

.focus\:border-s-amber-500\/20:focus {
  border-inline-start-color: rgb(245 158 11 / 0.2);
}

.focus\:border-s-amber-500\/25:focus {
  border-inline-start-color: rgb(245 158 11 / 0.25);
}

.focus\:border-s-amber-500\/30:focus {
  border-inline-start-color: rgb(245 158 11 / 0.3);
}

.focus\:border-s-amber-500\/40:focus {
  border-inline-start-color: rgb(245 158 11 / 0.4);
}

.focus\:border-s-amber-500\/5:focus {
  border-inline-start-color: rgb(245 158 11 / 0.05);
}

.focus\:border-s-amber-500\/50:focus {
  border-inline-start-color: rgb(245 158 11 / 0.5);
}

.focus\:border-s-amber-500\/60:focus {
  border-inline-start-color: rgb(245 158 11 / 0.6);
}

.focus\:border-s-amber-500\/70:focus {
  border-inline-start-color: rgb(245 158 11 / 0.7);
}

.focus\:border-s-amber-500\/75:focus {
  border-inline-start-color: rgb(245 158 11 / 0.75);
}

.focus\:border-s-amber-500\/80:focus {
  border-inline-start-color: rgb(245 158 11 / 0.8);
}

.focus\:border-s-amber-500\/90:focus {
  border-inline-start-color: rgb(245 158 11 / 0.9);
}

.focus\:border-s-amber-500\/95:focus {
  border-inline-start-color: rgb(245 158 11 / 0.95);
}

.focus\:border-s-amber-600:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(217 119 6 / var(--tw-border-opacity));
}

.focus\:border-s-amber-600\/0:focus {
  border-inline-start-color: rgb(217 119 6 / 0);
}

.focus\:border-s-amber-600\/10:focus {
  border-inline-start-color: rgb(217 119 6 / 0.1);
}

.focus\:border-s-amber-600\/100:focus {
  border-inline-start-color: rgb(217 119 6 / 1);
}

.focus\:border-s-amber-600\/20:focus {
  border-inline-start-color: rgb(217 119 6 / 0.2);
}

.focus\:border-s-amber-600\/25:focus {
  border-inline-start-color: rgb(217 119 6 / 0.25);
}

.focus\:border-s-amber-600\/30:focus {
  border-inline-start-color: rgb(217 119 6 / 0.3);
}

.focus\:border-s-amber-600\/40:focus {
  border-inline-start-color: rgb(217 119 6 / 0.4);
}

.focus\:border-s-amber-600\/5:focus {
  border-inline-start-color: rgb(217 119 6 / 0.05);
}

.focus\:border-s-amber-600\/50:focus {
  border-inline-start-color: rgb(217 119 6 / 0.5);
}

.focus\:border-s-amber-600\/60:focus {
  border-inline-start-color: rgb(217 119 6 / 0.6);
}

.focus\:border-s-amber-600\/70:focus {
  border-inline-start-color: rgb(217 119 6 / 0.7);
}

.focus\:border-s-amber-600\/75:focus {
  border-inline-start-color: rgb(217 119 6 / 0.75);
}

.focus\:border-s-amber-600\/80:focus {
  border-inline-start-color: rgb(217 119 6 / 0.8);
}

.focus\:border-s-amber-600\/90:focus {
  border-inline-start-color: rgb(217 119 6 / 0.9);
}

.focus\:border-s-amber-600\/95:focus {
  border-inline-start-color: rgb(217 119 6 / 0.95);
}

.focus\:border-s-amber-700:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(180 83 9 / var(--tw-border-opacity));
}

.focus\:border-s-amber-700\/0:focus {
  border-inline-start-color: rgb(180 83 9 / 0);
}

.focus\:border-s-amber-700\/10:focus {
  border-inline-start-color: rgb(180 83 9 / 0.1);
}

.focus\:border-s-amber-700\/100:focus {
  border-inline-start-color: rgb(180 83 9 / 1);
}

.focus\:border-s-amber-700\/20:focus {
  border-inline-start-color: rgb(180 83 9 / 0.2);
}

.focus\:border-s-amber-700\/25:focus {
  border-inline-start-color: rgb(180 83 9 / 0.25);
}

.focus\:border-s-amber-700\/30:focus {
  border-inline-start-color: rgb(180 83 9 / 0.3);
}

.focus\:border-s-amber-700\/40:focus {
  border-inline-start-color: rgb(180 83 9 / 0.4);
}

.focus\:border-s-amber-700\/5:focus {
  border-inline-start-color: rgb(180 83 9 / 0.05);
}

.focus\:border-s-amber-700\/50:focus {
  border-inline-start-color: rgb(180 83 9 / 0.5);
}

.focus\:border-s-amber-700\/60:focus {
  border-inline-start-color: rgb(180 83 9 / 0.6);
}

.focus\:border-s-amber-700\/70:focus {
  border-inline-start-color: rgb(180 83 9 / 0.7);
}

.focus\:border-s-amber-700\/75:focus {
  border-inline-start-color: rgb(180 83 9 / 0.75);
}

.focus\:border-s-amber-700\/80:focus {
  border-inline-start-color: rgb(180 83 9 / 0.8);
}

.focus\:border-s-amber-700\/90:focus {
  border-inline-start-color: rgb(180 83 9 / 0.9);
}

.focus\:border-s-amber-700\/95:focus {
  border-inline-start-color: rgb(180 83 9 / 0.95);
}

.focus\:border-s-amber-800:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(146 64 14 / var(--tw-border-opacity));
}

.focus\:border-s-amber-800\/0:focus {
  border-inline-start-color: rgb(146 64 14 / 0);
}

.focus\:border-s-amber-800\/10:focus {
  border-inline-start-color: rgb(146 64 14 / 0.1);
}

.focus\:border-s-amber-800\/100:focus {
  border-inline-start-color: rgb(146 64 14 / 1);
}

.focus\:border-s-amber-800\/20:focus {
  border-inline-start-color: rgb(146 64 14 / 0.2);
}

.focus\:border-s-amber-800\/25:focus {
  border-inline-start-color: rgb(146 64 14 / 0.25);
}

.focus\:border-s-amber-800\/30:focus {
  border-inline-start-color: rgb(146 64 14 / 0.3);
}

.focus\:border-s-amber-800\/40:focus {
  border-inline-start-color: rgb(146 64 14 / 0.4);
}

.focus\:border-s-amber-800\/5:focus {
  border-inline-start-color: rgb(146 64 14 / 0.05);
}

.focus\:border-s-amber-800\/50:focus {
  border-inline-start-color: rgb(146 64 14 / 0.5);
}

.focus\:border-s-amber-800\/60:focus {
  border-inline-start-color: rgb(146 64 14 / 0.6);
}

.focus\:border-s-amber-800\/70:focus {
  border-inline-start-color: rgb(146 64 14 / 0.7);
}

.focus\:border-s-amber-800\/75:focus {
  border-inline-start-color: rgb(146 64 14 / 0.75);
}

.focus\:border-s-amber-800\/80:focus {
  border-inline-start-color: rgb(146 64 14 / 0.8);
}

.focus\:border-s-amber-800\/90:focus {
  border-inline-start-color: rgb(146 64 14 / 0.9);
}

.focus\:border-s-amber-800\/95:focus {
  border-inline-start-color: rgb(146 64 14 / 0.95);
}

.focus\:border-s-amber-900:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(120 53 15 / var(--tw-border-opacity));
}

.focus\:border-s-amber-900\/0:focus {
  border-inline-start-color: rgb(120 53 15 / 0);
}

.focus\:border-s-amber-900\/10:focus {
  border-inline-start-color: rgb(120 53 15 / 0.1);
}

.focus\:border-s-amber-900\/100:focus {
  border-inline-start-color: rgb(120 53 15 / 1);
}

.focus\:border-s-amber-900\/20:focus {
  border-inline-start-color: rgb(120 53 15 / 0.2);
}

.focus\:border-s-amber-900\/25:focus {
  border-inline-start-color: rgb(120 53 15 / 0.25);
}

.focus\:border-s-amber-900\/30:focus {
  border-inline-start-color: rgb(120 53 15 / 0.3);
}

.focus\:border-s-amber-900\/40:focus {
  border-inline-start-color: rgb(120 53 15 / 0.4);
}

.focus\:border-s-amber-900\/5:focus {
  border-inline-start-color: rgb(120 53 15 / 0.05);
}

.focus\:border-s-amber-900\/50:focus {
  border-inline-start-color: rgb(120 53 15 / 0.5);
}

.focus\:border-s-amber-900\/60:focus {
  border-inline-start-color: rgb(120 53 15 / 0.6);
}

.focus\:border-s-amber-900\/70:focus {
  border-inline-start-color: rgb(120 53 15 / 0.7);
}

.focus\:border-s-amber-900\/75:focus {
  border-inline-start-color: rgb(120 53 15 / 0.75);
}

.focus\:border-s-amber-900\/80:focus {
  border-inline-start-color: rgb(120 53 15 / 0.8);
}

.focus\:border-s-amber-900\/90:focus {
  border-inline-start-color: rgb(120 53 15 / 0.9);
}

.focus\:border-s-amber-900\/95:focus {
  border-inline-start-color: rgb(120 53 15 / 0.95);
}

.focus\:border-s-amber-950:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(69 26 3 / var(--tw-border-opacity));
}

.focus\:border-s-amber-950\/0:focus {
  border-inline-start-color: rgb(69 26 3 / 0);
}

.focus\:border-s-amber-950\/10:focus {
  border-inline-start-color: rgb(69 26 3 / 0.1);
}

.focus\:border-s-amber-950\/100:focus {
  border-inline-start-color: rgb(69 26 3 / 1);
}

.focus\:border-s-amber-950\/20:focus {
  border-inline-start-color: rgb(69 26 3 / 0.2);
}

.focus\:border-s-amber-950\/25:focus {
  border-inline-start-color: rgb(69 26 3 / 0.25);
}

.focus\:border-s-amber-950\/30:focus {
  border-inline-start-color: rgb(69 26 3 / 0.3);
}

.focus\:border-s-amber-950\/40:focus {
  border-inline-start-color: rgb(69 26 3 / 0.4);
}

.focus\:border-s-amber-950\/5:focus {
  border-inline-start-color: rgb(69 26 3 / 0.05);
}

.focus\:border-s-amber-950\/50:focus {
  border-inline-start-color: rgb(69 26 3 / 0.5);
}

.focus\:border-s-amber-950\/60:focus {
  border-inline-start-color: rgb(69 26 3 / 0.6);
}

.focus\:border-s-amber-950\/70:focus {
  border-inline-start-color: rgb(69 26 3 / 0.7);
}

.focus\:border-s-amber-950\/75:focus {
  border-inline-start-color: rgb(69 26 3 / 0.75);
}

.focus\:border-s-amber-950\/80:focus {
  border-inline-start-color: rgb(69 26 3 / 0.8);
}

.focus\:border-s-amber-950\/90:focus {
  border-inline-start-color: rgb(69 26 3 / 0.9);
}

.focus\:border-s-amber-950\/95:focus {
  border-inline-start-color: rgb(69 26 3 / 0.95);
}

.focus\:border-s-black:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.focus\:border-s-black\/0:focus {
  border-inline-start-color: rgb(0 0 0 / 0);
}

.focus\:border-s-black\/10:focus {
  border-inline-start-color: rgb(0 0 0 / 0.1);
}

.focus\:border-s-black\/100:focus {
  border-inline-start-color: rgb(0 0 0 / 1);
}

.focus\:border-s-black\/20:focus {
  border-inline-start-color: rgb(0 0 0 / 0.2);
}

.focus\:border-s-black\/25:focus {
  border-inline-start-color: rgb(0 0 0 / 0.25);
}

.focus\:border-s-black\/30:focus {
  border-inline-start-color: rgb(0 0 0 / 0.3);
}

.focus\:border-s-black\/40:focus {
  border-inline-start-color: rgb(0 0 0 / 0.4);
}

.focus\:border-s-black\/5:focus {
  border-inline-start-color: rgb(0 0 0 / 0.05);
}

.focus\:border-s-black\/50:focus {
  border-inline-start-color: rgb(0 0 0 / 0.5);
}

.focus\:border-s-black\/60:focus {
  border-inline-start-color: rgb(0 0 0 / 0.6);
}

.focus\:border-s-black\/70:focus {
  border-inline-start-color: rgb(0 0 0 / 0.7);
}

.focus\:border-s-black\/75:focus {
  border-inline-start-color: rgb(0 0 0 / 0.75);
}

.focus\:border-s-black\/80:focus {
  border-inline-start-color: rgb(0 0 0 / 0.8);
}

.focus\:border-s-black\/90:focus {
  border-inline-start-color: rgb(0 0 0 / 0.9);
}

.focus\:border-s-black\/95:focus {
  border-inline-start-color: rgb(0 0 0 / 0.95);
}

.focus\:border-s-blue-100:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(219 234 254 / var(--tw-border-opacity));
}

.focus\:border-s-blue-100\/0:focus {
  border-inline-start-color: rgb(219 234 254 / 0);
}

.focus\:border-s-blue-100\/10:focus {
  border-inline-start-color: rgb(219 234 254 / 0.1);
}

.focus\:border-s-blue-100\/100:focus {
  border-inline-start-color: rgb(219 234 254 / 1);
}

.focus\:border-s-blue-100\/20:focus {
  border-inline-start-color: rgb(219 234 254 / 0.2);
}

.focus\:border-s-blue-100\/25:focus {
  border-inline-start-color: rgb(219 234 254 / 0.25);
}

.focus\:border-s-blue-100\/30:focus {
  border-inline-start-color: rgb(219 234 254 / 0.3);
}

.focus\:border-s-blue-100\/40:focus {
  border-inline-start-color: rgb(219 234 254 / 0.4);
}

.focus\:border-s-blue-100\/5:focus {
  border-inline-start-color: rgb(219 234 254 / 0.05);
}

.focus\:border-s-blue-100\/50:focus {
  border-inline-start-color: rgb(219 234 254 / 0.5);
}

.focus\:border-s-blue-100\/60:focus {
  border-inline-start-color: rgb(219 234 254 / 0.6);
}

.focus\:border-s-blue-100\/70:focus {
  border-inline-start-color: rgb(219 234 254 / 0.7);
}

.focus\:border-s-blue-100\/75:focus {
  border-inline-start-color: rgb(219 234 254 / 0.75);
}

.focus\:border-s-blue-100\/80:focus {
  border-inline-start-color: rgb(219 234 254 / 0.8);
}

.focus\:border-s-blue-100\/90:focus {
  border-inline-start-color: rgb(219 234 254 / 0.9);
}

.focus\:border-s-blue-100\/95:focus {
  border-inline-start-color: rgb(219 234 254 / 0.95);
}

.focus\:border-s-blue-200:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.focus\:border-s-blue-200\/0:focus {
  border-inline-start-color: rgb(191 219 254 / 0);
}

.focus\:border-s-blue-200\/10:focus {
  border-inline-start-color: rgb(191 219 254 / 0.1);
}

.focus\:border-s-blue-200\/100:focus {
  border-inline-start-color: rgb(191 219 254 / 1);
}

.focus\:border-s-blue-200\/20:focus {
  border-inline-start-color: rgb(191 219 254 / 0.2);
}

.focus\:border-s-blue-200\/25:focus {
  border-inline-start-color: rgb(191 219 254 / 0.25);
}

.focus\:border-s-blue-200\/30:focus {
  border-inline-start-color: rgb(191 219 254 / 0.3);
}

.focus\:border-s-blue-200\/40:focus {
  border-inline-start-color: rgb(191 219 254 / 0.4);
}

.focus\:border-s-blue-200\/5:focus {
  border-inline-start-color: rgb(191 219 254 / 0.05);
}

.focus\:border-s-blue-200\/50:focus {
  border-inline-start-color: rgb(191 219 254 / 0.5);
}

.focus\:border-s-blue-200\/60:focus {
  border-inline-start-color: rgb(191 219 254 / 0.6);
}

.focus\:border-s-blue-200\/70:focus {
  border-inline-start-color: rgb(191 219 254 / 0.7);
}

.focus\:border-s-blue-200\/75:focus {
  border-inline-start-color: rgb(191 219 254 / 0.75);
}

.focus\:border-s-blue-200\/80:focus {
  border-inline-start-color: rgb(191 219 254 / 0.8);
}

.focus\:border-s-blue-200\/90:focus {
  border-inline-start-color: rgb(191 219 254 / 0.9);
}

.focus\:border-s-blue-200\/95:focus {
  border-inline-start-color: rgb(191 219 254 / 0.95);
}

.focus\:border-s-blue-300:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.focus\:border-s-blue-300\/0:focus {
  border-inline-start-color: rgb(147 197 253 / 0);
}

.focus\:border-s-blue-300\/10:focus {
  border-inline-start-color: rgb(147 197 253 / 0.1);
}

.focus\:border-s-blue-300\/100:focus {
  border-inline-start-color: rgb(147 197 253 / 1);
}

.focus\:border-s-blue-300\/20:focus {
  border-inline-start-color: rgb(147 197 253 / 0.2);
}

.focus\:border-s-blue-300\/25:focus {
  border-inline-start-color: rgb(147 197 253 / 0.25);
}

.focus\:border-s-blue-300\/30:focus {
  border-inline-start-color: rgb(147 197 253 / 0.3);
}

.focus\:border-s-blue-300\/40:focus {
  border-inline-start-color: rgb(147 197 253 / 0.4);
}

.focus\:border-s-blue-300\/5:focus {
  border-inline-start-color: rgb(147 197 253 / 0.05);
}

.focus\:border-s-blue-300\/50:focus {
  border-inline-start-color: rgb(147 197 253 / 0.5);
}

.focus\:border-s-blue-300\/60:focus {
  border-inline-start-color: rgb(147 197 253 / 0.6);
}

.focus\:border-s-blue-300\/70:focus {
  border-inline-start-color: rgb(147 197 253 / 0.7);
}

.focus\:border-s-blue-300\/75:focus {
  border-inline-start-color: rgb(147 197 253 / 0.75);
}

.focus\:border-s-blue-300\/80:focus {
  border-inline-start-color: rgb(147 197 253 / 0.8);
}

.focus\:border-s-blue-300\/90:focus {
  border-inline-start-color: rgb(147 197 253 / 0.9);
}

.focus\:border-s-blue-300\/95:focus {
  border-inline-start-color: rgb(147 197 253 / 0.95);
}

.focus\:border-s-blue-400:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.focus\:border-s-blue-400\/0:focus {
  border-inline-start-color: rgb(96 165 250 / 0);
}

.focus\:border-s-blue-400\/10:focus {
  border-inline-start-color: rgb(96 165 250 / 0.1);
}

.focus\:border-s-blue-400\/100:focus {
  border-inline-start-color: rgb(96 165 250 / 1);
}

.focus\:border-s-blue-400\/20:focus {
  border-inline-start-color: rgb(96 165 250 / 0.2);
}

.focus\:border-s-blue-400\/25:focus {
  border-inline-start-color: rgb(96 165 250 / 0.25);
}

.focus\:border-s-blue-400\/30:focus {
  border-inline-start-color: rgb(96 165 250 / 0.3);
}

.focus\:border-s-blue-400\/40:focus {
  border-inline-start-color: rgb(96 165 250 / 0.4);
}

.focus\:border-s-blue-400\/5:focus {
  border-inline-start-color: rgb(96 165 250 / 0.05);
}

.focus\:border-s-blue-400\/50:focus {
  border-inline-start-color: rgb(96 165 250 / 0.5);
}

.focus\:border-s-blue-400\/60:focus {
  border-inline-start-color: rgb(96 165 250 / 0.6);
}

.focus\:border-s-blue-400\/70:focus {
  border-inline-start-color: rgb(96 165 250 / 0.7);
}

.focus\:border-s-blue-400\/75:focus {
  border-inline-start-color: rgb(96 165 250 / 0.75);
}

.focus\:border-s-blue-400\/80:focus {
  border-inline-start-color: rgb(96 165 250 / 0.8);
}

.focus\:border-s-blue-400\/90:focus {
  border-inline-start-color: rgb(96 165 250 / 0.9);
}

.focus\:border-s-blue-400\/95:focus {
  border-inline-start-color: rgb(96 165 250 / 0.95);
}

.focus\:border-s-blue-50:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(239 246 255 / var(--tw-border-opacity));
}

.focus\:border-s-blue-50\/0:focus {
  border-inline-start-color: rgb(239 246 255 / 0);
}

.focus\:border-s-blue-50\/10:focus {
  border-inline-start-color: rgb(239 246 255 / 0.1);
}

.focus\:border-s-blue-50\/100:focus {
  border-inline-start-color: rgb(239 246 255 / 1);
}

.focus\:border-s-blue-50\/20:focus {
  border-inline-start-color: rgb(239 246 255 / 0.2);
}

.focus\:border-s-blue-50\/25:focus {
  border-inline-start-color: rgb(239 246 255 / 0.25);
}

.focus\:border-s-blue-50\/30:focus {
  border-inline-start-color: rgb(239 246 255 / 0.3);
}

.focus\:border-s-blue-50\/40:focus {
  border-inline-start-color: rgb(239 246 255 / 0.4);
}

.focus\:border-s-blue-50\/5:focus {
  border-inline-start-color: rgb(239 246 255 / 0.05);
}

.focus\:border-s-blue-50\/50:focus {
  border-inline-start-color: rgb(239 246 255 / 0.5);
}

.focus\:border-s-blue-50\/60:focus {
  border-inline-start-color: rgb(239 246 255 / 0.6);
}

.focus\:border-s-blue-50\/70:focus {
  border-inline-start-color: rgb(239 246 255 / 0.7);
}

.focus\:border-s-blue-50\/75:focus {
  border-inline-start-color: rgb(239 246 255 / 0.75);
}

.focus\:border-s-blue-50\/80:focus {
  border-inline-start-color: rgb(239 246 255 / 0.8);
}

.focus\:border-s-blue-50\/90:focus {
  border-inline-start-color: rgb(239 246 255 / 0.9);
}

.focus\:border-s-blue-50\/95:focus {
  border-inline-start-color: rgb(239 246 255 / 0.95);
}

.focus\:border-s-blue-500:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.focus\:border-s-blue-500\/0:focus {
  border-inline-start-color: rgb(59 130 246 / 0);
}

.focus\:border-s-blue-500\/10:focus {
  border-inline-start-color: rgb(59 130 246 / 0.1);
}

.focus\:border-s-blue-500\/100:focus {
  border-inline-start-color: rgb(59 130 246 / 1);
}

.focus\:border-s-blue-500\/20:focus {
  border-inline-start-color: rgb(59 130 246 / 0.2);
}

.focus\:border-s-blue-500\/25:focus {
  border-inline-start-color: rgb(59 130 246 / 0.25);
}

.focus\:border-s-blue-500\/30:focus {
  border-inline-start-color: rgb(59 130 246 / 0.3);
}

.focus\:border-s-blue-500\/40:focus {
  border-inline-start-color: rgb(59 130 246 / 0.4);
}

.focus\:border-s-blue-500\/5:focus {
  border-inline-start-color: rgb(59 130 246 / 0.05);
}

.focus\:border-s-blue-500\/50:focus {
  border-inline-start-color: rgb(59 130 246 / 0.5);
}

.focus\:border-s-blue-500\/60:focus {
  border-inline-start-color: rgb(59 130 246 / 0.6);
}

.focus\:border-s-blue-500\/70:focus {
  border-inline-start-color: rgb(59 130 246 / 0.7);
}

.focus\:border-s-blue-500\/75:focus {
  border-inline-start-color: rgb(59 130 246 / 0.75);
}

.focus\:border-s-blue-500\/80:focus {
  border-inline-start-color: rgb(59 130 246 / 0.8);
}

.focus\:border-s-blue-500\/90:focus {
  border-inline-start-color: rgb(59 130 246 / 0.9);
}

.focus\:border-s-blue-500\/95:focus {
  border-inline-start-color: rgb(59 130 246 / 0.95);
}

.focus\:border-s-blue-600:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.focus\:border-s-blue-600\/0:focus {
  border-inline-start-color: rgb(37 99 235 / 0);
}

.focus\:border-s-blue-600\/10:focus {
  border-inline-start-color: rgb(37 99 235 / 0.1);
}

.focus\:border-s-blue-600\/100:focus {
  border-inline-start-color: rgb(37 99 235 / 1);
}

.focus\:border-s-blue-600\/20:focus {
  border-inline-start-color: rgb(37 99 235 / 0.2);
}

.focus\:border-s-blue-600\/25:focus {
  border-inline-start-color: rgb(37 99 235 / 0.25);
}

.focus\:border-s-blue-600\/30:focus {
  border-inline-start-color: rgb(37 99 235 / 0.3);
}

.focus\:border-s-blue-600\/40:focus {
  border-inline-start-color: rgb(37 99 235 / 0.4);
}

.focus\:border-s-blue-600\/5:focus {
  border-inline-start-color: rgb(37 99 235 / 0.05);
}

.focus\:border-s-blue-600\/50:focus {
  border-inline-start-color: rgb(37 99 235 / 0.5);
}

.focus\:border-s-blue-600\/60:focus {
  border-inline-start-color: rgb(37 99 235 / 0.6);
}

.focus\:border-s-blue-600\/70:focus {
  border-inline-start-color: rgb(37 99 235 / 0.7);
}

.focus\:border-s-blue-600\/75:focus {
  border-inline-start-color: rgb(37 99 235 / 0.75);
}

.focus\:border-s-blue-600\/80:focus {
  border-inline-start-color: rgb(37 99 235 / 0.8);
}

.focus\:border-s-blue-600\/90:focus {
  border-inline-start-color: rgb(37 99 235 / 0.9);
}

.focus\:border-s-blue-600\/95:focus {
  border-inline-start-color: rgb(37 99 235 / 0.95);
}

.focus\:border-s-blue-700:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.focus\:border-s-blue-700\/0:focus {
  border-inline-start-color: rgb(29 78 216 / 0);
}

.focus\:border-s-blue-700\/10:focus {
  border-inline-start-color: rgb(29 78 216 / 0.1);
}

.focus\:border-s-blue-700\/100:focus {
  border-inline-start-color: rgb(29 78 216 / 1);
}

.focus\:border-s-blue-700\/20:focus {
  border-inline-start-color: rgb(29 78 216 / 0.2);
}

.focus\:border-s-blue-700\/25:focus {
  border-inline-start-color: rgb(29 78 216 / 0.25);
}

.focus\:border-s-blue-700\/30:focus {
  border-inline-start-color: rgb(29 78 216 / 0.3);
}

.focus\:border-s-blue-700\/40:focus {
  border-inline-start-color: rgb(29 78 216 / 0.4);
}

.focus\:border-s-blue-700\/5:focus {
  border-inline-start-color: rgb(29 78 216 / 0.05);
}

.focus\:border-s-blue-700\/50:focus {
  border-inline-start-color: rgb(29 78 216 / 0.5);
}

.focus\:border-s-blue-700\/60:focus {
  border-inline-start-color: rgb(29 78 216 / 0.6);
}

.focus\:border-s-blue-700\/70:focus {
  border-inline-start-color: rgb(29 78 216 / 0.7);
}

.focus\:border-s-blue-700\/75:focus {
  border-inline-start-color: rgb(29 78 216 / 0.75);
}

.focus\:border-s-blue-700\/80:focus {
  border-inline-start-color: rgb(29 78 216 / 0.8);
}

.focus\:border-s-blue-700\/90:focus {
  border-inline-start-color: rgb(29 78 216 / 0.9);
}

.focus\:border-s-blue-700\/95:focus {
  border-inline-start-color: rgb(29 78 216 / 0.95);
}

.focus\:border-s-blue-800:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.focus\:border-s-blue-800\/0:focus {
  border-inline-start-color: rgb(30 64 175 / 0);
}

.focus\:border-s-blue-800\/10:focus {
  border-inline-start-color: rgb(30 64 175 / 0.1);
}

.focus\:border-s-blue-800\/100:focus {
  border-inline-start-color: rgb(30 64 175 / 1);
}

.focus\:border-s-blue-800\/20:focus {
  border-inline-start-color: rgb(30 64 175 / 0.2);
}

.focus\:border-s-blue-800\/25:focus {
  border-inline-start-color: rgb(30 64 175 / 0.25);
}

.focus\:border-s-blue-800\/30:focus {
  border-inline-start-color: rgb(30 64 175 / 0.3);
}

.focus\:border-s-blue-800\/40:focus {
  border-inline-start-color: rgb(30 64 175 / 0.4);
}

.focus\:border-s-blue-800\/5:focus {
  border-inline-start-color: rgb(30 64 175 / 0.05);
}

.focus\:border-s-blue-800\/50:focus {
  border-inline-start-color: rgb(30 64 175 / 0.5);
}

.focus\:border-s-blue-800\/60:focus {
  border-inline-start-color: rgb(30 64 175 / 0.6);
}

.focus\:border-s-blue-800\/70:focus {
  border-inline-start-color: rgb(30 64 175 / 0.7);
}

.focus\:border-s-blue-800\/75:focus {
  border-inline-start-color: rgb(30 64 175 / 0.75);
}

.focus\:border-s-blue-800\/80:focus {
  border-inline-start-color: rgb(30 64 175 / 0.8);
}

.focus\:border-s-blue-800\/90:focus {
  border-inline-start-color: rgb(30 64 175 / 0.9);
}

.focus\:border-s-blue-800\/95:focus {
  border-inline-start-color: rgb(30 64 175 / 0.95);
}

.focus\:border-s-blue-900:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.focus\:border-s-blue-900\/0:focus {
  border-inline-start-color: rgb(30 58 138 / 0);
}

.focus\:border-s-blue-900\/10:focus {
  border-inline-start-color: rgb(30 58 138 / 0.1);
}

.focus\:border-s-blue-900\/100:focus {
  border-inline-start-color: rgb(30 58 138 / 1);
}

.focus\:border-s-blue-900\/20:focus {
  border-inline-start-color: rgb(30 58 138 / 0.2);
}

.focus\:border-s-blue-900\/25:focus {
  border-inline-start-color: rgb(30 58 138 / 0.25);
}

.focus\:border-s-blue-900\/30:focus {
  border-inline-start-color: rgb(30 58 138 / 0.3);
}

.focus\:border-s-blue-900\/40:focus {
  border-inline-start-color: rgb(30 58 138 / 0.4);
}

.focus\:border-s-blue-900\/5:focus {
  border-inline-start-color: rgb(30 58 138 / 0.05);
}

.focus\:border-s-blue-900\/50:focus {
  border-inline-start-color: rgb(30 58 138 / 0.5);
}

.focus\:border-s-blue-900\/60:focus {
  border-inline-start-color: rgb(30 58 138 / 0.6);
}

.focus\:border-s-blue-900\/70:focus {
  border-inline-start-color: rgb(30 58 138 / 0.7);
}

.focus\:border-s-blue-900\/75:focus {
  border-inline-start-color: rgb(30 58 138 / 0.75);
}

.focus\:border-s-blue-900\/80:focus {
  border-inline-start-color: rgb(30 58 138 / 0.8);
}

.focus\:border-s-blue-900\/90:focus {
  border-inline-start-color: rgb(30 58 138 / 0.9);
}

.focus\:border-s-blue-900\/95:focus {
  border-inline-start-color: rgb(30 58 138 / 0.95);
}

.focus\:border-s-blue-950:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(23 37 84 / var(--tw-border-opacity));
}

.focus\:border-s-blue-950\/0:focus {
  border-inline-start-color: rgb(23 37 84 / 0);
}

.focus\:border-s-blue-950\/10:focus {
  border-inline-start-color: rgb(23 37 84 / 0.1);
}

.focus\:border-s-blue-950\/100:focus {
  border-inline-start-color: rgb(23 37 84 / 1);
}

.focus\:border-s-blue-950\/20:focus {
  border-inline-start-color: rgb(23 37 84 / 0.2);
}

.focus\:border-s-blue-950\/25:focus {
  border-inline-start-color: rgb(23 37 84 / 0.25);
}

.focus\:border-s-blue-950\/30:focus {
  border-inline-start-color: rgb(23 37 84 / 0.3);
}

.focus\:border-s-blue-950\/40:focus {
  border-inline-start-color: rgb(23 37 84 / 0.4);
}

.focus\:border-s-blue-950\/5:focus {
  border-inline-start-color: rgb(23 37 84 / 0.05);
}

.focus\:border-s-blue-950\/50:focus {
  border-inline-start-color: rgb(23 37 84 / 0.5);
}

.focus\:border-s-blue-950\/60:focus {
  border-inline-start-color: rgb(23 37 84 / 0.6);
}

.focus\:border-s-blue-950\/70:focus {
  border-inline-start-color: rgb(23 37 84 / 0.7);
}

.focus\:border-s-blue-950\/75:focus {
  border-inline-start-color: rgb(23 37 84 / 0.75);
}

.focus\:border-s-blue-950\/80:focus {
  border-inline-start-color: rgb(23 37 84 / 0.8);
}

.focus\:border-s-blue-950\/90:focus {
  border-inline-start-color: rgb(23 37 84 / 0.9);
}

.focus\:border-s-blue-950\/95:focus {
  border-inline-start-color: rgb(23 37 84 / 0.95);
}

.focus\:border-s-brand-100:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(230 239 246 / var(--tw-border-opacity));
}

.focus\:border-s-brand-100\/0:focus {
  border-inline-start-color: rgb(230 239 246 / 0);
}

.focus\:border-s-brand-100\/10:focus {
  border-inline-start-color: rgb(230 239 246 / 0.1);
}

.focus\:border-s-brand-100\/100:focus {
  border-inline-start-color: rgb(230 239 246 / 1);
}

.focus\:border-s-brand-100\/20:focus {
  border-inline-start-color: rgb(230 239 246 / 0.2);
}

.focus\:border-s-brand-100\/25:focus {
  border-inline-start-color: rgb(230 239 246 / 0.25);
}

.focus\:border-s-brand-100\/30:focus {
  border-inline-start-color: rgb(230 239 246 / 0.3);
}

.focus\:border-s-brand-100\/40:focus {
  border-inline-start-color: rgb(230 239 246 / 0.4);
}

.focus\:border-s-brand-100\/5:focus {
  border-inline-start-color: rgb(230 239 246 / 0.05);
}

.focus\:border-s-brand-100\/50:focus {
  border-inline-start-color: rgb(230 239 246 / 0.5);
}

.focus\:border-s-brand-100\/60:focus {
  border-inline-start-color: rgb(230 239 246 / 0.6);
}

.focus\:border-s-brand-100\/70:focus {
  border-inline-start-color: rgb(230 239 246 / 0.7);
}

.focus\:border-s-brand-100\/75:focus {
  border-inline-start-color: rgb(230 239 246 / 0.75);
}

.focus\:border-s-brand-100\/80:focus {
  border-inline-start-color: rgb(230 239 246 / 0.8);
}

.focus\:border-s-brand-100\/90:focus {
  border-inline-start-color: rgb(230 239 246 / 0.9);
}

.focus\:border-s-brand-100\/95:focus {
  border-inline-start-color: rgb(230 239 246 / 0.95);
}

.focus\:border-s-brand-200:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(193 215 234 / var(--tw-border-opacity));
}

.focus\:border-s-brand-200\/0:focus {
  border-inline-start-color: rgb(193 215 234 / 0);
}

.focus\:border-s-brand-200\/10:focus {
  border-inline-start-color: rgb(193 215 234 / 0.1);
}

.focus\:border-s-brand-200\/100:focus {
  border-inline-start-color: rgb(193 215 234 / 1);
}

.focus\:border-s-brand-200\/20:focus {
  border-inline-start-color: rgb(193 215 234 / 0.2);
}

.focus\:border-s-brand-200\/25:focus {
  border-inline-start-color: rgb(193 215 234 / 0.25);
}

.focus\:border-s-brand-200\/30:focus {
  border-inline-start-color: rgb(193 215 234 / 0.3);
}

.focus\:border-s-brand-200\/40:focus {
  border-inline-start-color: rgb(193 215 234 / 0.4);
}

.focus\:border-s-brand-200\/5:focus {
  border-inline-start-color: rgb(193 215 234 / 0.05);
}

.focus\:border-s-brand-200\/50:focus {
  border-inline-start-color: rgb(193 215 234 / 0.5);
}

.focus\:border-s-brand-200\/60:focus {
  border-inline-start-color: rgb(193 215 234 / 0.6);
}

.focus\:border-s-brand-200\/70:focus {
  border-inline-start-color: rgb(193 215 234 / 0.7);
}

.focus\:border-s-brand-200\/75:focus {
  border-inline-start-color: rgb(193 215 234 / 0.75);
}

.focus\:border-s-brand-200\/80:focus {
  border-inline-start-color: rgb(193 215 234 / 0.8);
}

.focus\:border-s-brand-200\/90:focus {
  border-inline-start-color: rgb(193 215 234 / 0.9);
}

.focus\:border-s-brand-200\/95:focus {
  border-inline-start-color: rgb(193 215 234 / 0.95);
}

.focus\:border-s-brand-300:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(155 190 221 / var(--tw-border-opacity));
}

.focus\:border-s-brand-300\/0:focus {
  border-inline-start-color: rgb(155 190 221 / 0);
}

.focus\:border-s-brand-300\/10:focus {
  border-inline-start-color: rgb(155 190 221 / 0.1);
}

.focus\:border-s-brand-300\/100:focus {
  border-inline-start-color: rgb(155 190 221 / 1);
}

.focus\:border-s-brand-300\/20:focus {
  border-inline-start-color: rgb(155 190 221 / 0.2);
}

.focus\:border-s-brand-300\/25:focus {
  border-inline-start-color: rgb(155 190 221 / 0.25);
}

.focus\:border-s-brand-300\/30:focus {
  border-inline-start-color: rgb(155 190 221 / 0.3);
}

.focus\:border-s-brand-300\/40:focus {
  border-inline-start-color: rgb(155 190 221 / 0.4);
}

.focus\:border-s-brand-300\/5:focus {
  border-inline-start-color: rgb(155 190 221 / 0.05);
}

.focus\:border-s-brand-300\/50:focus {
  border-inline-start-color: rgb(155 190 221 / 0.5);
}

.focus\:border-s-brand-300\/60:focus {
  border-inline-start-color: rgb(155 190 221 / 0.6);
}

.focus\:border-s-brand-300\/70:focus {
  border-inline-start-color: rgb(155 190 221 / 0.7);
}

.focus\:border-s-brand-300\/75:focus {
  border-inline-start-color: rgb(155 190 221 / 0.75);
}

.focus\:border-s-brand-300\/80:focus {
  border-inline-start-color: rgb(155 190 221 / 0.8);
}

.focus\:border-s-brand-300\/90:focus {
  border-inline-start-color: rgb(155 190 221 / 0.9);
}

.focus\:border-s-brand-300\/95:focus {
  border-inline-start-color: rgb(155 190 221 / 0.95);
}

.focus\:border-s-brand-400:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(81 142 195 / var(--tw-border-opacity));
}

.focus\:border-s-brand-400\/0:focus {
  border-inline-start-color: rgb(81 142 195 / 0);
}

.focus\:border-s-brand-400\/10:focus {
  border-inline-start-color: rgb(81 142 195 / 0.1);
}

.focus\:border-s-brand-400\/100:focus {
  border-inline-start-color: rgb(81 142 195 / 1);
}

.focus\:border-s-brand-400\/20:focus {
  border-inline-start-color: rgb(81 142 195 / 0.2);
}

.focus\:border-s-brand-400\/25:focus {
  border-inline-start-color: rgb(81 142 195 / 0.25);
}

.focus\:border-s-brand-400\/30:focus {
  border-inline-start-color: rgb(81 142 195 / 0.3);
}

.focus\:border-s-brand-400\/40:focus {
  border-inline-start-color: rgb(81 142 195 / 0.4);
}

.focus\:border-s-brand-400\/5:focus {
  border-inline-start-color: rgb(81 142 195 / 0.05);
}

.focus\:border-s-brand-400\/50:focus {
  border-inline-start-color: rgb(81 142 195 / 0.5);
}

.focus\:border-s-brand-400\/60:focus {
  border-inline-start-color: rgb(81 142 195 / 0.6);
}

.focus\:border-s-brand-400\/70:focus {
  border-inline-start-color: rgb(81 142 195 / 0.7);
}

.focus\:border-s-brand-400\/75:focus {
  border-inline-start-color: rgb(81 142 195 / 0.75);
}

.focus\:border-s-brand-400\/80:focus {
  border-inline-start-color: rgb(81 142 195 / 0.8);
}

.focus\:border-s-brand-400\/90:focus {
  border-inline-start-color: rgb(81 142 195 / 0.9);
}

.focus\:border-s-brand-400\/95:focus {
  border-inline-start-color: rgb(81 142 195 / 0.95);
}

.focus\:border-s-brand-50:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(243 247 251 / var(--tw-border-opacity));
}

.focus\:border-s-brand-50\/0:focus {
  border-inline-start-color: rgb(243 247 251 / 0);
}

.focus\:border-s-brand-50\/10:focus {
  border-inline-start-color: rgb(243 247 251 / 0.1);
}

.focus\:border-s-brand-50\/100:focus {
  border-inline-start-color: rgb(243 247 251 / 1);
}

.focus\:border-s-brand-50\/20:focus {
  border-inline-start-color: rgb(243 247 251 / 0.2);
}

.focus\:border-s-brand-50\/25:focus {
  border-inline-start-color: rgb(243 247 251 / 0.25);
}

.focus\:border-s-brand-50\/30:focus {
  border-inline-start-color: rgb(243 247 251 / 0.3);
}

.focus\:border-s-brand-50\/40:focus {
  border-inline-start-color: rgb(243 247 251 / 0.4);
}

.focus\:border-s-brand-50\/5:focus {
  border-inline-start-color: rgb(243 247 251 / 0.05);
}

.focus\:border-s-brand-50\/50:focus {
  border-inline-start-color: rgb(243 247 251 / 0.5);
}

.focus\:border-s-brand-50\/60:focus {
  border-inline-start-color: rgb(243 247 251 / 0.6);
}

.focus\:border-s-brand-50\/70:focus {
  border-inline-start-color: rgb(243 247 251 / 0.7);
}

.focus\:border-s-brand-50\/75:focus {
  border-inline-start-color: rgb(243 247 251 / 0.75);
}

.focus\:border-s-brand-50\/80:focus {
  border-inline-start-color: rgb(243 247 251 / 0.8);
}

.focus\:border-s-brand-50\/90:focus {
  border-inline-start-color: rgb(243 247 251 / 0.9);
}

.focus\:border-s-brand-50\/95:focus {
  border-inline-start-color: rgb(243 247 251 / 0.95);
}

.focus\:border-s-brand-500:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(6 93 169 / var(--tw-border-opacity));
}

.focus\:border-s-brand-500\/0:focus {
  border-inline-start-color: rgb(6 93 169 / 0);
}

.focus\:border-s-brand-500\/10:focus {
  border-inline-start-color: rgb(6 93 169 / 0.1);
}

.focus\:border-s-brand-500\/100:focus {
  border-inline-start-color: rgb(6 93 169 / 1);
}

.focus\:border-s-brand-500\/20:focus {
  border-inline-start-color: rgb(6 93 169 / 0.2);
}

.focus\:border-s-brand-500\/25:focus {
  border-inline-start-color: rgb(6 93 169 / 0.25);
}

.focus\:border-s-brand-500\/30:focus {
  border-inline-start-color: rgb(6 93 169 / 0.3);
}

.focus\:border-s-brand-500\/40:focus {
  border-inline-start-color: rgb(6 93 169 / 0.4);
}

.focus\:border-s-brand-500\/5:focus {
  border-inline-start-color: rgb(6 93 169 / 0.05);
}

.focus\:border-s-brand-500\/50:focus {
  border-inline-start-color: rgb(6 93 169 / 0.5);
}

.focus\:border-s-brand-500\/60:focus {
  border-inline-start-color: rgb(6 93 169 / 0.6);
}

.focus\:border-s-brand-500\/70:focus {
  border-inline-start-color: rgb(6 93 169 / 0.7);
}

.focus\:border-s-brand-500\/75:focus {
  border-inline-start-color: rgb(6 93 169 / 0.75);
}

.focus\:border-s-brand-500\/80:focus {
  border-inline-start-color: rgb(6 93 169 / 0.8);
}

.focus\:border-s-brand-500\/90:focus {
  border-inline-start-color: rgb(6 93 169 / 0.9);
}

.focus\:border-s-brand-500\/95:focus {
  border-inline-start-color: rgb(6 93 169 / 0.95);
}

.focus\:border-s-brand-600:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(5 84 152 / var(--tw-border-opacity));
}

.focus\:border-s-brand-600\/0:focus {
  border-inline-start-color: rgb(5 84 152 / 0);
}

.focus\:border-s-brand-600\/10:focus {
  border-inline-start-color: rgb(5 84 152 / 0.1);
}

.focus\:border-s-brand-600\/100:focus {
  border-inline-start-color: rgb(5 84 152 / 1);
}

.focus\:border-s-brand-600\/20:focus {
  border-inline-start-color: rgb(5 84 152 / 0.2);
}

.focus\:border-s-brand-600\/25:focus {
  border-inline-start-color: rgb(5 84 152 / 0.25);
}

.focus\:border-s-brand-600\/30:focus {
  border-inline-start-color: rgb(5 84 152 / 0.3);
}

.focus\:border-s-brand-600\/40:focus {
  border-inline-start-color: rgb(5 84 152 / 0.4);
}

.focus\:border-s-brand-600\/5:focus {
  border-inline-start-color: rgb(5 84 152 / 0.05);
}

.focus\:border-s-brand-600\/50:focus {
  border-inline-start-color: rgb(5 84 152 / 0.5);
}

.focus\:border-s-brand-600\/60:focus {
  border-inline-start-color: rgb(5 84 152 / 0.6);
}

.focus\:border-s-brand-600\/70:focus {
  border-inline-start-color: rgb(5 84 152 / 0.7);
}

.focus\:border-s-brand-600\/75:focus {
  border-inline-start-color: rgb(5 84 152 / 0.75);
}

.focus\:border-s-brand-600\/80:focus {
  border-inline-start-color: rgb(5 84 152 / 0.8);
}

.focus\:border-s-brand-600\/90:focus {
  border-inline-start-color: rgb(5 84 152 / 0.9);
}

.focus\:border-s-brand-600\/95:focus {
  border-inline-start-color: rgb(5 84 152 / 0.95);
}

.focus\:border-s-brand-700:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(4 56 101 / var(--tw-border-opacity));
}

.focus\:border-s-brand-700\/0:focus {
  border-inline-start-color: rgb(4 56 101 / 0);
}

.focus\:border-s-brand-700\/10:focus {
  border-inline-start-color: rgb(4 56 101 / 0.1);
}

.focus\:border-s-brand-700\/100:focus {
  border-inline-start-color: rgb(4 56 101 / 1);
}

.focus\:border-s-brand-700\/20:focus {
  border-inline-start-color: rgb(4 56 101 / 0.2);
}

.focus\:border-s-brand-700\/25:focus {
  border-inline-start-color: rgb(4 56 101 / 0.25);
}

.focus\:border-s-brand-700\/30:focus {
  border-inline-start-color: rgb(4 56 101 / 0.3);
}

.focus\:border-s-brand-700\/40:focus {
  border-inline-start-color: rgb(4 56 101 / 0.4);
}

.focus\:border-s-brand-700\/5:focus {
  border-inline-start-color: rgb(4 56 101 / 0.05);
}

.focus\:border-s-brand-700\/50:focus {
  border-inline-start-color: rgb(4 56 101 / 0.5);
}

.focus\:border-s-brand-700\/60:focus {
  border-inline-start-color: rgb(4 56 101 / 0.6);
}

.focus\:border-s-brand-700\/70:focus {
  border-inline-start-color: rgb(4 56 101 / 0.7);
}

.focus\:border-s-brand-700\/75:focus {
  border-inline-start-color: rgb(4 56 101 / 0.75);
}

.focus\:border-s-brand-700\/80:focus {
  border-inline-start-color: rgb(4 56 101 / 0.8);
}

.focus\:border-s-brand-700\/90:focus {
  border-inline-start-color: rgb(4 56 101 / 0.9);
}

.focus\:border-s-brand-700\/95:focus {
  border-inline-start-color: rgb(4 56 101 / 0.95);
}

.focus\:border-s-brand-800:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(3 42 76 / var(--tw-border-opacity));
}

.focus\:border-s-brand-800\/0:focus {
  border-inline-start-color: rgb(3 42 76 / 0);
}

.focus\:border-s-brand-800\/10:focus {
  border-inline-start-color: rgb(3 42 76 / 0.1);
}

.focus\:border-s-brand-800\/100:focus {
  border-inline-start-color: rgb(3 42 76 / 1);
}

.focus\:border-s-brand-800\/20:focus {
  border-inline-start-color: rgb(3 42 76 / 0.2);
}

.focus\:border-s-brand-800\/25:focus {
  border-inline-start-color: rgb(3 42 76 / 0.25);
}

.focus\:border-s-brand-800\/30:focus {
  border-inline-start-color: rgb(3 42 76 / 0.3);
}

.focus\:border-s-brand-800\/40:focus {
  border-inline-start-color: rgb(3 42 76 / 0.4);
}

.focus\:border-s-brand-800\/5:focus {
  border-inline-start-color: rgb(3 42 76 / 0.05);
}

.focus\:border-s-brand-800\/50:focus {
  border-inline-start-color: rgb(3 42 76 / 0.5);
}

.focus\:border-s-brand-800\/60:focus {
  border-inline-start-color: rgb(3 42 76 / 0.6);
}

.focus\:border-s-brand-800\/70:focus {
  border-inline-start-color: rgb(3 42 76 / 0.7);
}

.focus\:border-s-brand-800\/75:focus {
  border-inline-start-color: rgb(3 42 76 / 0.75);
}

.focus\:border-s-brand-800\/80:focus {
  border-inline-start-color: rgb(3 42 76 / 0.8);
}

.focus\:border-s-brand-800\/90:focus {
  border-inline-start-color: rgb(3 42 76 / 0.9);
}

.focus\:border-s-brand-800\/95:focus {
  border-inline-start-color: rgb(3 42 76 / 0.95);
}

.focus\:border-s-brand-900:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(2 28 51 / var(--tw-border-opacity));
}

.focus\:border-s-brand-900\/0:focus {
  border-inline-start-color: rgb(2 28 51 / 0);
}

.focus\:border-s-brand-900\/10:focus {
  border-inline-start-color: rgb(2 28 51 / 0.1);
}

.focus\:border-s-brand-900\/100:focus {
  border-inline-start-color: rgb(2 28 51 / 1);
}

.focus\:border-s-brand-900\/20:focus {
  border-inline-start-color: rgb(2 28 51 / 0.2);
}

.focus\:border-s-brand-900\/25:focus {
  border-inline-start-color: rgb(2 28 51 / 0.25);
}

.focus\:border-s-brand-900\/30:focus {
  border-inline-start-color: rgb(2 28 51 / 0.3);
}

.focus\:border-s-brand-900\/40:focus {
  border-inline-start-color: rgb(2 28 51 / 0.4);
}

.focus\:border-s-brand-900\/5:focus {
  border-inline-start-color: rgb(2 28 51 / 0.05);
}

.focus\:border-s-brand-900\/50:focus {
  border-inline-start-color: rgb(2 28 51 / 0.5);
}

.focus\:border-s-brand-900\/60:focus {
  border-inline-start-color: rgb(2 28 51 / 0.6);
}

.focus\:border-s-brand-900\/70:focus {
  border-inline-start-color: rgb(2 28 51 / 0.7);
}

.focus\:border-s-brand-900\/75:focus {
  border-inline-start-color: rgb(2 28 51 / 0.75);
}

.focus\:border-s-brand-900\/80:focus {
  border-inline-start-color: rgb(2 28 51 / 0.8);
}

.focus\:border-s-brand-900\/90:focus {
  border-inline-start-color: rgb(2 28 51 / 0.9);
}

.focus\:border-s-brand-900\/95:focus {
  border-inline-start-color: rgb(2 28 51 / 0.95);
}

.focus\:border-s-current:focus {
  border-inline-start-color: currentColor;
}

.focus\:border-s-cyan-100:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(207 250 254 / var(--tw-border-opacity));
}

.focus\:border-s-cyan-100\/0:focus {
  border-inline-start-color: rgb(207 250 254 / 0);
}

.focus\:border-s-cyan-100\/10:focus {
  border-inline-start-color: rgb(207 250 254 / 0.1);
}

.focus\:border-s-cyan-100\/100:focus {
  border-inline-start-color: rgb(207 250 254 / 1);
}

.focus\:border-s-cyan-100\/20:focus {
  border-inline-start-color: rgb(207 250 254 / 0.2);
}

.focus\:border-s-cyan-100\/25:focus {
  border-inline-start-color: rgb(207 250 254 / 0.25);
}

.focus\:border-s-cyan-100\/30:focus {
  border-inline-start-color: rgb(207 250 254 / 0.3);
}

.focus\:border-s-cyan-100\/40:focus {
  border-inline-start-color: rgb(207 250 254 / 0.4);
}

.focus\:border-s-cyan-100\/5:focus {
  border-inline-start-color: rgb(207 250 254 / 0.05);
}

.focus\:border-s-cyan-100\/50:focus {
  border-inline-start-color: rgb(207 250 254 / 0.5);
}

.focus\:border-s-cyan-100\/60:focus {
  border-inline-start-color: rgb(207 250 254 / 0.6);
}

.focus\:border-s-cyan-100\/70:focus {
  border-inline-start-color: rgb(207 250 254 / 0.7);
}

.focus\:border-s-cyan-100\/75:focus {
  border-inline-start-color: rgb(207 250 254 / 0.75);
}

.focus\:border-s-cyan-100\/80:focus {
  border-inline-start-color: rgb(207 250 254 / 0.8);
}

.focus\:border-s-cyan-100\/90:focus {
  border-inline-start-color: rgb(207 250 254 / 0.9);
}

.focus\:border-s-cyan-100\/95:focus {
  border-inline-start-color: rgb(207 250 254 / 0.95);
}

.focus\:border-s-cyan-200:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(165 243 252 / var(--tw-border-opacity));
}

.focus\:border-s-cyan-200\/0:focus {
  border-inline-start-color: rgb(165 243 252 / 0);
}

.focus\:border-s-cyan-200\/10:focus {
  border-inline-start-color: rgb(165 243 252 / 0.1);
}

.focus\:border-s-cyan-200\/100:focus {
  border-inline-start-color: rgb(165 243 252 / 1);
}

.focus\:border-s-cyan-200\/20:focus {
  border-inline-start-color: rgb(165 243 252 / 0.2);
}

.focus\:border-s-cyan-200\/25:focus {
  border-inline-start-color: rgb(165 243 252 / 0.25);
}

.focus\:border-s-cyan-200\/30:focus {
  border-inline-start-color: rgb(165 243 252 / 0.3);
}

.focus\:border-s-cyan-200\/40:focus {
  border-inline-start-color: rgb(165 243 252 / 0.4);
}

.focus\:border-s-cyan-200\/5:focus {
  border-inline-start-color: rgb(165 243 252 / 0.05);
}

.focus\:border-s-cyan-200\/50:focus {
  border-inline-start-color: rgb(165 243 252 / 0.5);
}

.focus\:border-s-cyan-200\/60:focus {
  border-inline-start-color: rgb(165 243 252 / 0.6);
}

.focus\:border-s-cyan-200\/70:focus {
  border-inline-start-color: rgb(165 243 252 / 0.7);
}

.focus\:border-s-cyan-200\/75:focus {
  border-inline-start-color: rgb(165 243 252 / 0.75);
}

.focus\:border-s-cyan-200\/80:focus {
  border-inline-start-color: rgb(165 243 252 / 0.8);
}

.focus\:border-s-cyan-200\/90:focus {
  border-inline-start-color: rgb(165 243 252 / 0.9);
}

.focus\:border-s-cyan-200\/95:focus {
  border-inline-start-color: rgb(165 243 252 / 0.95);
}

.focus\:border-s-cyan-300:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(103 232 249 / var(--tw-border-opacity));
}

.focus\:border-s-cyan-300\/0:focus {
  border-inline-start-color: rgb(103 232 249 / 0);
}

.focus\:border-s-cyan-300\/10:focus {
  border-inline-start-color: rgb(103 232 249 / 0.1);
}

.focus\:border-s-cyan-300\/100:focus {
  border-inline-start-color: rgb(103 232 249 / 1);
}

.focus\:border-s-cyan-300\/20:focus {
  border-inline-start-color: rgb(103 232 249 / 0.2);
}

.focus\:border-s-cyan-300\/25:focus {
  border-inline-start-color: rgb(103 232 249 / 0.25);
}

.focus\:border-s-cyan-300\/30:focus {
  border-inline-start-color: rgb(103 232 249 / 0.3);
}

.focus\:border-s-cyan-300\/40:focus {
  border-inline-start-color: rgb(103 232 249 / 0.4);
}

.focus\:border-s-cyan-300\/5:focus {
  border-inline-start-color: rgb(103 232 249 / 0.05);
}

.focus\:border-s-cyan-300\/50:focus {
  border-inline-start-color: rgb(103 232 249 / 0.5);
}

.focus\:border-s-cyan-300\/60:focus {
  border-inline-start-color: rgb(103 232 249 / 0.6);
}

.focus\:border-s-cyan-300\/70:focus {
  border-inline-start-color: rgb(103 232 249 / 0.7);
}

.focus\:border-s-cyan-300\/75:focus {
  border-inline-start-color: rgb(103 232 249 / 0.75);
}

.focus\:border-s-cyan-300\/80:focus {
  border-inline-start-color: rgb(103 232 249 / 0.8);
}

.focus\:border-s-cyan-300\/90:focus {
  border-inline-start-color: rgb(103 232 249 / 0.9);
}

.focus\:border-s-cyan-300\/95:focus {
  border-inline-start-color: rgb(103 232 249 / 0.95);
}

.focus\:border-s-cyan-400:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(34 211 238 / var(--tw-border-opacity));
}

.focus\:border-s-cyan-400\/0:focus {
  border-inline-start-color: rgb(34 211 238 / 0);
}

.focus\:border-s-cyan-400\/10:focus {
  border-inline-start-color: rgb(34 211 238 / 0.1);
}

.focus\:border-s-cyan-400\/100:focus {
  border-inline-start-color: rgb(34 211 238 / 1);
}

.focus\:border-s-cyan-400\/20:focus {
  border-inline-start-color: rgb(34 211 238 / 0.2);
}

.focus\:border-s-cyan-400\/25:focus {
  border-inline-start-color: rgb(34 211 238 / 0.25);
}

.focus\:border-s-cyan-400\/30:focus {
  border-inline-start-color: rgb(34 211 238 / 0.3);
}

.focus\:border-s-cyan-400\/40:focus {
  border-inline-start-color: rgb(34 211 238 / 0.4);
}

.focus\:border-s-cyan-400\/5:focus {
  border-inline-start-color: rgb(34 211 238 / 0.05);
}

.focus\:border-s-cyan-400\/50:focus {
  border-inline-start-color: rgb(34 211 238 / 0.5);
}

.focus\:border-s-cyan-400\/60:focus {
  border-inline-start-color: rgb(34 211 238 / 0.6);
}

.focus\:border-s-cyan-400\/70:focus {
  border-inline-start-color: rgb(34 211 238 / 0.7);
}

.focus\:border-s-cyan-400\/75:focus {
  border-inline-start-color: rgb(34 211 238 / 0.75);
}

.focus\:border-s-cyan-400\/80:focus {
  border-inline-start-color: rgb(34 211 238 / 0.8);
}

.focus\:border-s-cyan-400\/90:focus {
  border-inline-start-color: rgb(34 211 238 / 0.9);
}

.focus\:border-s-cyan-400\/95:focus {
  border-inline-start-color: rgb(34 211 238 / 0.95);
}

.focus\:border-s-cyan-50:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(236 254 255 / var(--tw-border-opacity));
}

.focus\:border-s-cyan-50\/0:focus {
  border-inline-start-color: rgb(236 254 255 / 0);
}

.focus\:border-s-cyan-50\/10:focus {
  border-inline-start-color: rgb(236 254 255 / 0.1);
}

.focus\:border-s-cyan-50\/100:focus {
  border-inline-start-color: rgb(236 254 255 / 1);
}

.focus\:border-s-cyan-50\/20:focus {
  border-inline-start-color: rgb(236 254 255 / 0.2);
}

.focus\:border-s-cyan-50\/25:focus {
  border-inline-start-color: rgb(236 254 255 / 0.25);
}

.focus\:border-s-cyan-50\/30:focus {
  border-inline-start-color: rgb(236 254 255 / 0.3);
}

.focus\:border-s-cyan-50\/40:focus {
  border-inline-start-color: rgb(236 254 255 / 0.4);
}

.focus\:border-s-cyan-50\/5:focus {
  border-inline-start-color: rgb(236 254 255 / 0.05);
}

.focus\:border-s-cyan-50\/50:focus {
  border-inline-start-color: rgb(236 254 255 / 0.5);
}

.focus\:border-s-cyan-50\/60:focus {
  border-inline-start-color: rgb(236 254 255 / 0.6);
}

.focus\:border-s-cyan-50\/70:focus {
  border-inline-start-color: rgb(236 254 255 / 0.7);
}

.focus\:border-s-cyan-50\/75:focus {
  border-inline-start-color: rgb(236 254 255 / 0.75);
}

.focus\:border-s-cyan-50\/80:focus {
  border-inline-start-color: rgb(236 254 255 / 0.8);
}

.focus\:border-s-cyan-50\/90:focus {
  border-inline-start-color: rgb(236 254 255 / 0.9);
}

.focus\:border-s-cyan-50\/95:focus {
  border-inline-start-color: rgb(236 254 255 / 0.95);
}

.focus\:border-s-cyan-500:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(6 182 212 / var(--tw-border-opacity));
}

.focus\:border-s-cyan-500\/0:focus {
  border-inline-start-color: rgb(6 182 212 / 0);
}

.focus\:border-s-cyan-500\/10:focus {
  border-inline-start-color: rgb(6 182 212 / 0.1);
}

.focus\:border-s-cyan-500\/100:focus {
  border-inline-start-color: rgb(6 182 212 / 1);
}

.focus\:border-s-cyan-500\/20:focus {
  border-inline-start-color: rgb(6 182 212 / 0.2);
}

.focus\:border-s-cyan-500\/25:focus {
  border-inline-start-color: rgb(6 182 212 / 0.25);
}

.focus\:border-s-cyan-500\/30:focus {
  border-inline-start-color: rgb(6 182 212 / 0.3);
}

.focus\:border-s-cyan-500\/40:focus {
  border-inline-start-color: rgb(6 182 212 / 0.4);
}

.focus\:border-s-cyan-500\/5:focus {
  border-inline-start-color: rgb(6 182 212 / 0.05);
}

.focus\:border-s-cyan-500\/50:focus {
  border-inline-start-color: rgb(6 182 212 / 0.5);
}

.focus\:border-s-cyan-500\/60:focus {
  border-inline-start-color: rgb(6 182 212 / 0.6);
}

.focus\:border-s-cyan-500\/70:focus {
  border-inline-start-color: rgb(6 182 212 / 0.7);
}

.focus\:border-s-cyan-500\/75:focus {
  border-inline-start-color: rgb(6 182 212 / 0.75);
}

.focus\:border-s-cyan-500\/80:focus {
  border-inline-start-color: rgb(6 182 212 / 0.8);
}

.focus\:border-s-cyan-500\/90:focus {
  border-inline-start-color: rgb(6 182 212 / 0.9);
}

.focus\:border-s-cyan-500\/95:focus {
  border-inline-start-color: rgb(6 182 212 / 0.95);
}

.focus\:border-s-cyan-600:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(8 145 178 / var(--tw-border-opacity));
}

.focus\:border-s-cyan-600\/0:focus {
  border-inline-start-color: rgb(8 145 178 / 0);
}

.focus\:border-s-cyan-600\/10:focus {
  border-inline-start-color: rgb(8 145 178 / 0.1);
}

.focus\:border-s-cyan-600\/100:focus {
  border-inline-start-color: rgb(8 145 178 / 1);
}

.focus\:border-s-cyan-600\/20:focus {
  border-inline-start-color: rgb(8 145 178 / 0.2);
}

.focus\:border-s-cyan-600\/25:focus {
  border-inline-start-color: rgb(8 145 178 / 0.25);
}

.focus\:border-s-cyan-600\/30:focus {
  border-inline-start-color: rgb(8 145 178 / 0.3);
}

.focus\:border-s-cyan-600\/40:focus {
  border-inline-start-color: rgb(8 145 178 / 0.4);
}

.focus\:border-s-cyan-600\/5:focus {
  border-inline-start-color: rgb(8 145 178 / 0.05);
}

.focus\:border-s-cyan-600\/50:focus {
  border-inline-start-color: rgb(8 145 178 / 0.5);
}

.focus\:border-s-cyan-600\/60:focus {
  border-inline-start-color: rgb(8 145 178 / 0.6);
}

.focus\:border-s-cyan-600\/70:focus {
  border-inline-start-color: rgb(8 145 178 / 0.7);
}

.focus\:border-s-cyan-600\/75:focus {
  border-inline-start-color: rgb(8 145 178 / 0.75);
}

.focus\:border-s-cyan-600\/80:focus {
  border-inline-start-color: rgb(8 145 178 / 0.8);
}

.focus\:border-s-cyan-600\/90:focus {
  border-inline-start-color: rgb(8 145 178 / 0.9);
}

.focus\:border-s-cyan-600\/95:focus {
  border-inline-start-color: rgb(8 145 178 / 0.95);
}

.focus\:border-s-cyan-700:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(14 116 144 / var(--tw-border-opacity));
}

.focus\:border-s-cyan-700\/0:focus {
  border-inline-start-color: rgb(14 116 144 / 0);
}

.focus\:border-s-cyan-700\/10:focus {
  border-inline-start-color: rgb(14 116 144 / 0.1);
}

.focus\:border-s-cyan-700\/100:focus {
  border-inline-start-color: rgb(14 116 144 / 1);
}

.focus\:border-s-cyan-700\/20:focus {
  border-inline-start-color: rgb(14 116 144 / 0.2);
}

.focus\:border-s-cyan-700\/25:focus {
  border-inline-start-color: rgb(14 116 144 / 0.25);
}

.focus\:border-s-cyan-700\/30:focus {
  border-inline-start-color: rgb(14 116 144 / 0.3);
}

.focus\:border-s-cyan-700\/40:focus {
  border-inline-start-color: rgb(14 116 144 / 0.4);
}

.focus\:border-s-cyan-700\/5:focus {
  border-inline-start-color: rgb(14 116 144 / 0.05);
}

.focus\:border-s-cyan-700\/50:focus {
  border-inline-start-color: rgb(14 116 144 / 0.5);
}

.focus\:border-s-cyan-700\/60:focus {
  border-inline-start-color: rgb(14 116 144 / 0.6);
}

.focus\:border-s-cyan-700\/70:focus {
  border-inline-start-color: rgb(14 116 144 / 0.7);
}

.focus\:border-s-cyan-700\/75:focus {
  border-inline-start-color: rgb(14 116 144 / 0.75);
}

.focus\:border-s-cyan-700\/80:focus {
  border-inline-start-color: rgb(14 116 144 / 0.8);
}

.focus\:border-s-cyan-700\/90:focus {
  border-inline-start-color: rgb(14 116 144 / 0.9);
}

.focus\:border-s-cyan-700\/95:focus {
  border-inline-start-color: rgb(14 116 144 / 0.95);
}

.focus\:border-s-cyan-800:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(21 94 117 / var(--tw-border-opacity));
}

.focus\:border-s-cyan-800\/0:focus {
  border-inline-start-color: rgb(21 94 117 / 0);
}

.focus\:border-s-cyan-800\/10:focus {
  border-inline-start-color: rgb(21 94 117 / 0.1);
}

.focus\:border-s-cyan-800\/100:focus {
  border-inline-start-color: rgb(21 94 117 / 1);
}

.focus\:border-s-cyan-800\/20:focus {
  border-inline-start-color: rgb(21 94 117 / 0.2);
}

.focus\:border-s-cyan-800\/25:focus {
  border-inline-start-color: rgb(21 94 117 / 0.25);
}

.focus\:border-s-cyan-800\/30:focus {
  border-inline-start-color: rgb(21 94 117 / 0.3);
}

.focus\:border-s-cyan-800\/40:focus {
  border-inline-start-color: rgb(21 94 117 / 0.4);
}

.focus\:border-s-cyan-800\/5:focus {
  border-inline-start-color: rgb(21 94 117 / 0.05);
}

.focus\:border-s-cyan-800\/50:focus {
  border-inline-start-color: rgb(21 94 117 / 0.5);
}

.focus\:border-s-cyan-800\/60:focus {
  border-inline-start-color: rgb(21 94 117 / 0.6);
}

.focus\:border-s-cyan-800\/70:focus {
  border-inline-start-color: rgb(21 94 117 / 0.7);
}

.focus\:border-s-cyan-800\/75:focus {
  border-inline-start-color: rgb(21 94 117 / 0.75);
}

.focus\:border-s-cyan-800\/80:focus {
  border-inline-start-color: rgb(21 94 117 / 0.8);
}

.focus\:border-s-cyan-800\/90:focus {
  border-inline-start-color: rgb(21 94 117 / 0.9);
}

.focus\:border-s-cyan-800\/95:focus {
  border-inline-start-color: rgb(21 94 117 / 0.95);
}

.focus\:border-s-cyan-900:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(22 78 99 / var(--tw-border-opacity));
}

.focus\:border-s-cyan-900\/0:focus {
  border-inline-start-color: rgb(22 78 99 / 0);
}

.focus\:border-s-cyan-900\/10:focus {
  border-inline-start-color: rgb(22 78 99 / 0.1);
}

.focus\:border-s-cyan-900\/100:focus {
  border-inline-start-color: rgb(22 78 99 / 1);
}

.focus\:border-s-cyan-900\/20:focus {
  border-inline-start-color: rgb(22 78 99 / 0.2);
}

.focus\:border-s-cyan-900\/25:focus {
  border-inline-start-color: rgb(22 78 99 / 0.25);
}

.focus\:border-s-cyan-900\/30:focus {
  border-inline-start-color: rgb(22 78 99 / 0.3);
}

.focus\:border-s-cyan-900\/40:focus {
  border-inline-start-color: rgb(22 78 99 / 0.4);
}

.focus\:border-s-cyan-900\/5:focus {
  border-inline-start-color: rgb(22 78 99 / 0.05);
}

.focus\:border-s-cyan-900\/50:focus {
  border-inline-start-color: rgb(22 78 99 / 0.5);
}

.focus\:border-s-cyan-900\/60:focus {
  border-inline-start-color: rgb(22 78 99 / 0.6);
}

.focus\:border-s-cyan-900\/70:focus {
  border-inline-start-color: rgb(22 78 99 / 0.7);
}

.focus\:border-s-cyan-900\/75:focus {
  border-inline-start-color: rgb(22 78 99 / 0.75);
}

.focus\:border-s-cyan-900\/80:focus {
  border-inline-start-color: rgb(22 78 99 / 0.8);
}

.focus\:border-s-cyan-900\/90:focus {
  border-inline-start-color: rgb(22 78 99 / 0.9);
}

.focus\:border-s-cyan-900\/95:focus {
  border-inline-start-color: rgb(22 78 99 / 0.95);
}

.focus\:border-s-cyan-950:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(8 51 68 / var(--tw-border-opacity));
}

.focus\:border-s-cyan-950\/0:focus {
  border-inline-start-color: rgb(8 51 68 / 0);
}

.focus\:border-s-cyan-950\/10:focus {
  border-inline-start-color: rgb(8 51 68 / 0.1);
}

.focus\:border-s-cyan-950\/100:focus {
  border-inline-start-color: rgb(8 51 68 / 1);
}

.focus\:border-s-cyan-950\/20:focus {
  border-inline-start-color: rgb(8 51 68 / 0.2);
}

.focus\:border-s-cyan-950\/25:focus {
  border-inline-start-color: rgb(8 51 68 / 0.25);
}

.focus\:border-s-cyan-950\/30:focus {
  border-inline-start-color: rgb(8 51 68 / 0.3);
}

.focus\:border-s-cyan-950\/40:focus {
  border-inline-start-color: rgb(8 51 68 / 0.4);
}

.focus\:border-s-cyan-950\/5:focus {
  border-inline-start-color: rgb(8 51 68 / 0.05);
}

.focus\:border-s-cyan-950\/50:focus {
  border-inline-start-color: rgb(8 51 68 / 0.5);
}

.focus\:border-s-cyan-950\/60:focus {
  border-inline-start-color: rgb(8 51 68 / 0.6);
}

.focus\:border-s-cyan-950\/70:focus {
  border-inline-start-color: rgb(8 51 68 / 0.7);
}

.focus\:border-s-cyan-950\/75:focus {
  border-inline-start-color: rgb(8 51 68 / 0.75);
}

.focus\:border-s-cyan-950\/80:focus {
  border-inline-start-color: rgb(8 51 68 / 0.8);
}

.focus\:border-s-cyan-950\/90:focus {
  border-inline-start-color: rgb(8 51 68 / 0.9);
}

.focus\:border-s-cyan-950\/95:focus {
  border-inline-start-color: rgb(8 51 68 / 0.95);
}

.focus\:border-s-emerald-100:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(209 250 229 / var(--tw-border-opacity));
}

.focus\:border-s-emerald-100\/0:focus {
  border-inline-start-color: rgb(209 250 229 / 0);
}

.focus\:border-s-emerald-100\/10:focus {
  border-inline-start-color: rgb(209 250 229 / 0.1);
}

.focus\:border-s-emerald-100\/100:focus {
  border-inline-start-color: rgb(209 250 229 / 1);
}

.focus\:border-s-emerald-100\/20:focus {
  border-inline-start-color: rgb(209 250 229 / 0.2);
}

.focus\:border-s-emerald-100\/25:focus {
  border-inline-start-color: rgb(209 250 229 / 0.25);
}

.focus\:border-s-emerald-100\/30:focus {
  border-inline-start-color: rgb(209 250 229 / 0.3);
}

.focus\:border-s-emerald-100\/40:focus {
  border-inline-start-color: rgb(209 250 229 / 0.4);
}

.focus\:border-s-emerald-100\/5:focus {
  border-inline-start-color: rgb(209 250 229 / 0.05);
}

.focus\:border-s-emerald-100\/50:focus {
  border-inline-start-color: rgb(209 250 229 / 0.5);
}

.focus\:border-s-emerald-100\/60:focus {
  border-inline-start-color: rgb(209 250 229 / 0.6);
}

.focus\:border-s-emerald-100\/70:focus {
  border-inline-start-color: rgb(209 250 229 / 0.7);
}

.focus\:border-s-emerald-100\/75:focus {
  border-inline-start-color: rgb(209 250 229 / 0.75);
}

.focus\:border-s-emerald-100\/80:focus {
  border-inline-start-color: rgb(209 250 229 / 0.8);
}

.focus\:border-s-emerald-100\/90:focus {
  border-inline-start-color: rgb(209 250 229 / 0.9);
}

.focus\:border-s-emerald-100\/95:focus {
  border-inline-start-color: rgb(209 250 229 / 0.95);
}

.focus\:border-s-emerald-200:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(167 243 208 / var(--tw-border-opacity));
}

.focus\:border-s-emerald-200\/0:focus {
  border-inline-start-color: rgb(167 243 208 / 0);
}

.focus\:border-s-emerald-200\/10:focus {
  border-inline-start-color: rgb(167 243 208 / 0.1);
}

.focus\:border-s-emerald-200\/100:focus {
  border-inline-start-color: rgb(167 243 208 / 1);
}

.focus\:border-s-emerald-200\/20:focus {
  border-inline-start-color: rgb(167 243 208 / 0.2);
}

.focus\:border-s-emerald-200\/25:focus {
  border-inline-start-color: rgb(167 243 208 / 0.25);
}

.focus\:border-s-emerald-200\/30:focus {
  border-inline-start-color: rgb(167 243 208 / 0.3);
}

.focus\:border-s-emerald-200\/40:focus {
  border-inline-start-color: rgb(167 243 208 / 0.4);
}

.focus\:border-s-emerald-200\/5:focus {
  border-inline-start-color: rgb(167 243 208 / 0.05);
}

.focus\:border-s-emerald-200\/50:focus {
  border-inline-start-color: rgb(167 243 208 / 0.5);
}

.focus\:border-s-emerald-200\/60:focus {
  border-inline-start-color: rgb(167 243 208 / 0.6);
}

.focus\:border-s-emerald-200\/70:focus {
  border-inline-start-color: rgb(167 243 208 / 0.7);
}

.focus\:border-s-emerald-200\/75:focus {
  border-inline-start-color: rgb(167 243 208 / 0.75);
}

.focus\:border-s-emerald-200\/80:focus {
  border-inline-start-color: rgb(167 243 208 / 0.8);
}

.focus\:border-s-emerald-200\/90:focus {
  border-inline-start-color: rgb(167 243 208 / 0.9);
}

.focus\:border-s-emerald-200\/95:focus {
  border-inline-start-color: rgb(167 243 208 / 0.95);
}

.focus\:border-s-emerald-300:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(110 231 183 / var(--tw-border-opacity));
}

.focus\:border-s-emerald-300\/0:focus {
  border-inline-start-color: rgb(110 231 183 / 0);
}

.focus\:border-s-emerald-300\/10:focus {
  border-inline-start-color: rgb(110 231 183 / 0.1);
}

.focus\:border-s-emerald-300\/100:focus {
  border-inline-start-color: rgb(110 231 183 / 1);
}

.focus\:border-s-emerald-300\/20:focus {
  border-inline-start-color: rgb(110 231 183 / 0.2);
}

.focus\:border-s-emerald-300\/25:focus {
  border-inline-start-color: rgb(110 231 183 / 0.25);
}

.focus\:border-s-emerald-300\/30:focus {
  border-inline-start-color: rgb(110 231 183 / 0.3);
}

.focus\:border-s-emerald-300\/40:focus {
  border-inline-start-color: rgb(110 231 183 / 0.4);
}

.focus\:border-s-emerald-300\/5:focus {
  border-inline-start-color: rgb(110 231 183 / 0.05);
}

.focus\:border-s-emerald-300\/50:focus {
  border-inline-start-color: rgb(110 231 183 / 0.5);
}

.focus\:border-s-emerald-300\/60:focus {
  border-inline-start-color: rgb(110 231 183 / 0.6);
}

.focus\:border-s-emerald-300\/70:focus {
  border-inline-start-color: rgb(110 231 183 / 0.7);
}

.focus\:border-s-emerald-300\/75:focus {
  border-inline-start-color: rgb(110 231 183 / 0.75);
}

.focus\:border-s-emerald-300\/80:focus {
  border-inline-start-color: rgb(110 231 183 / 0.8);
}

.focus\:border-s-emerald-300\/90:focus {
  border-inline-start-color: rgb(110 231 183 / 0.9);
}

.focus\:border-s-emerald-300\/95:focus {
  border-inline-start-color: rgb(110 231 183 / 0.95);
}

.focus\:border-s-emerald-400:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.focus\:border-s-emerald-400\/0:focus {
  border-inline-start-color: rgb(52 211 153 / 0);
}

.focus\:border-s-emerald-400\/10:focus {
  border-inline-start-color: rgb(52 211 153 / 0.1);
}

.focus\:border-s-emerald-400\/100:focus {
  border-inline-start-color: rgb(52 211 153 / 1);
}

.focus\:border-s-emerald-400\/20:focus {
  border-inline-start-color: rgb(52 211 153 / 0.2);
}

.focus\:border-s-emerald-400\/25:focus {
  border-inline-start-color: rgb(52 211 153 / 0.25);
}

.focus\:border-s-emerald-400\/30:focus {
  border-inline-start-color: rgb(52 211 153 / 0.3);
}

.focus\:border-s-emerald-400\/40:focus {
  border-inline-start-color: rgb(52 211 153 / 0.4);
}

.focus\:border-s-emerald-400\/5:focus {
  border-inline-start-color: rgb(52 211 153 / 0.05);
}

.focus\:border-s-emerald-400\/50:focus {
  border-inline-start-color: rgb(52 211 153 / 0.5);
}

.focus\:border-s-emerald-400\/60:focus {
  border-inline-start-color: rgb(52 211 153 / 0.6);
}

.focus\:border-s-emerald-400\/70:focus {
  border-inline-start-color: rgb(52 211 153 / 0.7);
}

.focus\:border-s-emerald-400\/75:focus {
  border-inline-start-color: rgb(52 211 153 / 0.75);
}

.focus\:border-s-emerald-400\/80:focus {
  border-inline-start-color: rgb(52 211 153 / 0.8);
}

.focus\:border-s-emerald-400\/90:focus {
  border-inline-start-color: rgb(52 211 153 / 0.9);
}

.focus\:border-s-emerald-400\/95:focus {
  border-inline-start-color: rgb(52 211 153 / 0.95);
}

.focus\:border-s-emerald-50:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(236 253 245 / var(--tw-border-opacity));
}

.focus\:border-s-emerald-50\/0:focus {
  border-inline-start-color: rgb(236 253 245 / 0);
}

.focus\:border-s-emerald-50\/10:focus {
  border-inline-start-color: rgb(236 253 245 / 0.1);
}

.focus\:border-s-emerald-50\/100:focus {
  border-inline-start-color: rgb(236 253 245 / 1);
}

.focus\:border-s-emerald-50\/20:focus {
  border-inline-start-color: rgb(236 253 245 / 0.2);
}

.focus\:border-s-emerald-50\/25:focus {
  border-inline-start-color: rgb(236 253 245 / 0.25);
}

.focus\:border-s-emerald-50\/30:focus {
  border-inline-start-color: rgb(236 253 245 / 0.3);
}

.focus\:border-s-emerald-50\/40:focus {
  border-inline-start-color: rgb(236 253 245 / 0.4);
}

.focus\:border-s-emerald-50\/5:focus {
  border-inline-start-color: rgb(236 253 245 / 0.05);
}

.focus\:border-s-emerald-50\/50:focus {
  border-inline-start-color: rgb(236 253 245 / 0.5);
}

.focus\:border-s-emerald-50\/60:focus {
  border-inline-start-color: rgb(236 253 245 / 0.6);
}

.focus\:border-s-emerald-50\/70:focus {
  border-inline-start-color: rgb(236 253 245 / 0.7);
}

.focus\:border-s-emerald-50\/75:focus {
  border-inline-start-color: rgb(236 253 245 / 0.75);
}

.focus\:border-s-emerald-50\/80:focus {
  border-inline-start-color: rgb(236 253 245 / 0.8);
}

.focus\:border-s-emerald-50\/90:focus {
  border-inline-start-color: rgb(236 253 245 / 0.9);
}

.focus\:border-s-emerald-50\/95:focus {
  border-inline-start-color: rgb(236 253 245 / 0.95);
}

.focus\:border-s-emerald-500:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.focus\:border-s-emerald-500\/0:focus {
  border-inline-start-color: rgb(16 185 129 / 0);
}

.focus\:border-s-emerald-500\/10:focus {
  border-inline-start-color: rgb(16 185 129 / 0.1);
}

.focus\:border-s-emerald-500\/100:focus {
  border-inline-start-color: rgb(16 185 129 / 1);
}

.focus\:border-s-emerald-500\/20:focus {
  border-inline-start-color: rgb(16 185 129 / 0.2);
}

.focus\:border-s-emerald-500\/25:focus {
  border-inline-start-color: rgb(16 185 129 / 0.25);
}

.focus\:border-s-emerald-500\/30:focus {
  border-inline-start-color: rgb(16 185 129 / 0.3);
}

.focus\:border-s-emerald-500\/40:focus {
  border-inline-start-color: rgb(16 185 129 / 0.4);
}

.focus\:border-s-emerald-500\/5:focus {
  border-inline-start-color: rgb(16 185 129 / 0.05);
}

.focus\:border-s-emerald-500\/50:focus {
  border-inline-start-color: rgb(16 185 129 / 0.5);
}

.focus\:border-s-emerald-500\/60:focus {
  border-inline-start-color: rgb(16 185 129 / 0.6);
}

.focus\:border-s-emerald-500\/70:focus {
  border-inline-start-color: rgb(16 185 129 / 0.7);
}

.focus\:border-s-emerald-500\/75:focus {
  border-inline-start-color: rgb(16 185 129 / 0.75);
}

.focus\:border-s-emerald-500\/80:focus {
  border-inline-start-color: rgb(16 185 129 / 0.8);
}

.focus\:border-s-emerald-500\/90:focus {
  border-inline-start-color: rgb(16 185 129 / 0.9);
}

.focus\:border-s-emerald-500\/95:focus {
  border-inline-start-color: rgb(16 185 129 / 0.95);
}

.focus\:border-s-emerald-600:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(5 150 105 / var(--tw-border-opacity));
}

.focus\:border-s-emerald-600\/0:focus {
  border-inline-start-color: rgb(5 150 105 / 0);
}

.focus\:border-s-emerald-600\/10:focus {
  border-inline-start-color: rgb(5 150 105 / 0.1);
}

.focus\:border-s-emerald-600\/100:focus {
  border-inline-start-color: rgb(5 150 105 / 1);
}

.focus\:border-s-emerald-600\/20:focus {
  border-inline-start-color: rgb(5 150 105 / 0.2);
}

.focus\:border-s-emerald-600\/25:focus {
  border-inline-start-color: rgb(5 150 105 / 0.25);
}

.focus\:border-s-emerald-600\/30:focus {
  border-inline-start-color: rgb(5 150 105 / 0.3);
}

.focus\:border-s-emerald-600\/40:focus {
  border-inline-start-color: rgb(5 150 105 / 0.4);
}

.focus\:border-s-emerald-600\/5:focus {
  border-inline-start-color: rgb(5 150 105 / 0.05);
}

.focus\:border-s-emerald-600\/50:focus {
  border-inline-start-color: rgb(5 150 105 / 0.5);
}

.focus\:border-s-emerald-600\/60:focus {
  border-inline-start-color: rgb(5 150 105 / 0.6);
}

.focus\:border-s-emerald-600\/70:focus {
  border-inline-start-color: rgb(5 150 105 / 0.7);
}

.focus\:border-s-emerald-600\/75:focus {
  border-inline-start-color: rgb(5 150 105 / 0.75);
}

.focus\:border-s-emerald-600\/80:focus {
  border-inline-start-color: rgb(5 150 105 / 0.8);
}

.focus\:border-s-emerald-600\/90:focus {
  border-inline-start-color: rgb(5 150 105 / 0.9);
}

.focus\:border-s-emerald-600\/95:focus {
  border-inline-start-color: rgb(5 150 105 / 0.95);
}

.focus\:border-s-emerald-700:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(4 120 87 / var(--tw-border-opacity));
}

.focus\:border-s-emerald-700\/0:focus {
  border-inline-start-color: rgb(4 120 87 / 0);
}

.focus\:border-s-emerald-700\/10:focus {
  border-inline-start-color: rgb(4 120 87 / 0.1);
}

.focus\:border-s-emerald-700\/100:focus {
  border-inline-start-color: rgb(4 120 87 / 1);
}

.focus\:border-s-emerald-700\/20:focus {
  border-inline-start-color: rgb(4 120 87 / 0.2);
}

.focus\:border-s-emerald-700\/25:focus {
  border-inline-start-color: rgb(4 120 87 / 0.25);
}

.focus\:border-s-emerald-700\/30:focus {
  border-inline-start-color: rgb(4 120 87 / 0.3);
}

.focus\:border-s-emerald-700\/40:focus {
  border-inline-start-color: rgb(4 120 87 / 0.4);
}

.focus\:border-s-emerald-700\/5:focus {
  border-inline-start-color: rgb(4 120 87 / 0.05);
}

.focus\:border-s-emerald-700\/50:focus {
  border-inline-start-color: rgb(4 120 87 / 0.5);
}

.focus\:border-s-emerald-700\/60:focus {
  border-inline-start-color: rgb(4 120 87 / 0.6);
}

.focus\:border-s-emerald-700\/70:focus {
  border-inline-start-color: rgb(4 120 87 / 0.7);
}

.focus\:border-s-emerald-700\/75:focus {
  border-inline-start-color: rgb(4 120 87 / 0.75);
}

.focus\:border-s-emerald-700\/80:focus {
  border-inline-start-color: rgb(4 120 87 / 0.8);
}

.focus\:border-s-emerald-700\/90:focus {
  border-inline-start-color: rgb(4 120 87 / 0.9);
}

.focus\:border-s-emerald-700\/95:focus {
  border-inline-start-color: rgb(4 120 87 / 0.95);
}

.focus\:border-s-emerald-800:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(6 95 70 / var(--tw-border-opacity));
}

.focus\:border-s-emerald-800\/0:focus {
  border-inline-start-color: rgb(6 95 70 / 0);
}

.focus\:border-s-emerald-800\/10:focus {
  border-inline-start-color: rgb(6 95 70 / 0.1);
}

.focus\:border-s-emerald-800\/100:focus {
  border-inline-start-color: rgb(6 95 70 / 1);
}

.focus\:border-s-emerald-800\/20:focus {
  border-inline-start-color: rgb(6 95 70 / 0.2);
}

.focus\:border-s-emerald-800\/25:focus {
  border-inline-start-color: rgb(6 95 70 / 0.25);
}

.focus\:border-s-emerald-800\/30:focus {
  border-inline-start-color: rgb(6 95 70 / 0.3);
}

.focus\:border-s-emerald-800\/40:focus {
  border-inline-start-color: rgb(6 95 70 / 0.4);
}

.focus\:border-s-emerald-800\/5:focus {
  border-inline-start-color: rgb(6 95 70 / 0.05);
}

.focus\:border-s-emerald-800\/50:focus {
  border-inline-start-color: rgb(6 95 70 / 0.5);
}

.focus\:border-s-emerald-800\/60:focus {
  border-inline-start-color: rgb(6 95 70 / 0.6);
}

.focus\:border-s-emerald-800\/70:focus {
  border-inline-start-color: rgb(6 95 70 / 0.7);
}

.focus\:border-s-emerald-800\/75:focus {
  border-inline-start-color: rgb(6 95 70 / 0.75);
}

.focus\:border-s-emerald-800\/80:focus {
  border-inline-start-color: rgb(6 95 70 / 0.8);
}

.focus\:border-s-emerald-800\/90:focus {
  border-inline-start-color: rgb(6 95 70 / 0.9);
}

.focus\:border-s-emerald-800\/95:focus {
  border-inline-start-color: rgb(6 95 70 / 0.95);
}

.focus\:border-s-emerald-900:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(6 78 59 / var(--tw-border-opacity));
}

.focus\:border-s-emerald-900\/0:focus {
  border-inline-start-color: rgb(6 78 59 / 0);
}

.focus\:border-s-emerald-900\/10:focus {
  border-inline-start-color: rgb(6 78 59 / 0.1);
}

.focus\:border-s-emerald-900\/100:focus {
  border-inline-start-color: rgb(6 78 59 / 1);
}

.focus\:border-s-emerald-900\/20:focus {
  border-inline-start-color: rgb(6 78 59 / 0.2);
}

.focus\:border-s-emerald-900\/25:focus {
  border-inline-start-color: rgb(6 78 59 / 0.25);
}

.focus\:border-s-emerald-900\/30:focus {
  border-inline-start-color: rgb(6 78 59 / 0.3);
}

.focus\:border-s-emerald-900\/40:focus {
  border-inline-start-color: rgb(6 78 59 / 0.4);
}

.focus\:border-s-emerald-900\/5:focus {
  border-inline-start-color: rgb(6 78 59 / 0.05);
}

.focus\:border-s-emerald-900\/50:focus {
  border-inline-start-color: rgb(6 78 59 / 0.5);
}

.focus\:border-s-emerald-900\/60:focus {
  border-inline-start-color: rgb(6 78 59 / 0.6);
}

.focus\:border-s-emerald-900\/70:focus {
  border-inline-start-color: rgb(6 78 59 / 0.7);
}

.focus\:border-s-emerald-900\/75:focus {
  border-inline-start-color: rgb(6 78 59 / 0.75);
}

.focus\:border-s-emerald-900\/80:focus {
  border-inline-start-color: rgb(6 78 59 / 0.8);
}

.focus\:border-s-emerald-900\/90:focus {
  border-inline-start-color: rgb(6 78 59 / 0.9);
}

.focus\:border-s-emerald-900\/95:focus {
  border-inline-start-color: rgb(6 78 59 / 0.95);
}

.focus\:border-s-emerald-950:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(2 44 34 / var(--tw-border-opacity));
}

.focus\:border-s-emerald-950\/0:focus {
  border-inline-start-color: rgb(2 44 34 / 0);
}

.focus\:border-s-emerald-950\/10:focus {
  border-inline-start-color: rgb(2 44 34 / 0.1);
}

.focus\:border-s-emerald-950\/100:focus {
  border-inline-start-color: rgb(2 44 34 / 1);
}

.focus\:border-s-emerald-950\/20:focus {
  border-inline-start-color: rgb(2 44 34 / 0.2);
}

.focus\:border-s-emerald-950\/25:focus {
  border-inline-start-color: rgb(2 44 34 / 0.25);
}

.focus\:border-s-emerald-950\/30:focus {
  border-inline-start-color: rgb(2 44 34 / 0.3);
}

.focus\:border-s-emerald-950\/40:focus {
  border-inline-start-color: rgb(2 44 34 / 0.4);
}

.focus\:border-s-emerald-950\/5:focus {
  border-inline-start-color: rgb(2 44 34 / 0.05);
}

.focus\:border-s-emerald-950\/50:focus {
  border-inline-start-color: rgb(2 44 34 / 0.5);
}

.focus\:border-s-emerald-950\/60:focus {
  border-inline-start-color: rgb(2 44 34 / 0.6);
}

.focus\:border-s-emerald-950\/70:focus {
  border-inline-start-color: rgb(2 44 34 / 0.7);
}

.focus\:border-s-emerald-950\/75:focus {
  border-inline-start-color: rgb(2 44 34 / 0.75);
}

.focus\:border-s-emerald-950\/80:focus {
  border-inline-start-color: rgb(2 44 34 / 0.8);
}

.focus\:border-s-emerald-950\/90:focus {
  border-inline-start-color: rgb(2 44 34 / 0.9);
}

.focus\:border-s-emerald-950\/95:focus {
  border-inline-start-color: rgb(2 44 34 / 0.95);
}

.focus\:border-s-fuchsia-100:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 232 255 / var(--tw-border-opacity));
}

.focus\:border-s-fuchsia-100\/0:focus {
  border-inline-start-color: rgb(250 232 255 / 0);
}

.focus\:border-s-fuchsia-100\/10:focus {
  border-inline-start-color: rgb(250 232 255 / 0.1);
}

.focus\:border-s-fuchsia-100\/100:focus {
  border-inline-start-color: rgb(250 232 255 / 1);
}

.focus\:border-s-fuchsia-100\/20:focus {
  border-inline-start-color: rgb(250 232 255 / 0.2);
}

.focus\:border-s-fuchsia-100\/25:focus {
  border-inline-start-color: rgb(250 232 255 / 0.25);
}

.focus\:border-s-fuchsia-100\/30:focus {
  border-inline-start-color: rgb(250 232 255 / 0.3);
}

.focus\:border-s-fuchsia-100\/40:focus {
  border-inline-start-color: rgb(250 232 255 / 0.4);
}

.focus\:border-s-fuchsia-100\/5:focus {
  border-inline-start-color: rgb(250 232 255 / 0.05);
}

.focus\:border-s-fuchsia-100\/50:focus {
  border-inline-start-color: rgb(250 232 255 / 0.5);
}

.focus\:border-s-fuchsia-100\/60:focus {
  border-inline-start-color: rgb(250 232 255 / 0.6);
}

.focus\:border-s-fuchsia-100\/70:focus {
  border-inline-start-color: rgb(250 232 255 / 0.7);
}

.focus\:border-s-fuchsia-100\/75:focus {
  border-inline-start-color: rgb(250 232 255 / 0.75);
}

.focus\:border-s-fuchsia-100\/80:focus {
  border-inline-start-color: rgb(250 232 255 / 0.8);
}

.focus\:border-s-fuchsia-100\/90:focus {
  border-inline-start-color: rgb(250 232 255 / 0.9);
}

.focus\:border-s-fuchsia-100\/95:focus {
  border-inline-start-color: rgb(250 232 255 / 0.95);
}

.focus\:border-s-fuchsia-200:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 208 254 / var(--tw-border-opacity));
}

.focus\:border-s-fuchsia-200\/0:focus {
  border-inline-start-color: rgb(245 208 254 / 0);
}

.focus\:border-s-fuchsia-200\/10:focus {
  border-inline-start-color: rgb(245 208 254 / 0.1);
}

.focus\:border-s-fuchsia-200\/100:focus {
  border-inline-start-color: rgb(245 208 254 / 1);
}

.focus\:border-s-fuchsia-200\/20:focus {
  border-inline-start-color: rgb(245 208 254 / 0.2);
}

.focus\:border-s-fuchsia-200\/25:focus {
  border-inline-start-color: rgb(245 208 254 / 0.25);
}

.focus\:border-s-fuchsia-200\/30:focus {
  border-inline-start-color: rgb(245 208 254 / 0.3);
}

.focus\:border-s-fuchsia-200\/40:focus {
  border-inline-start-color: rgb(245 208 254 / 0.4);
}

.focus\:border-s-fuchsia-200\/5:focus {
  border-inline-start-color: rgb(245 208 254 / 0.05);
}

.focus\:border-s-fuchsia-200\/50:focus {
  border-inline-start-color: rgb(245 208 254 / 0.5);
}

.focus\:border-s-fuchsia-200\/60:focus {
  border-inline-start-color: rgb(245 208 254 / 0.6);
}

.focus\:border-s-fuchsia-200\/70:focus {
  border-inline-start-color: rgb(245 208 254 / 0.7);
}

.focus\:border-s-fuchsia-200\/75:focus {
  border-inline-start-color: rgb(245 208 254 / 0.75);
}

.focus\:border-s-fuchsia-200\/80:focus {
  border-inline-start-color: rgb(245 208 254 / 0.8);
}

.focus\:border-s-fuchsia-200\/90:focus {
  border-inline-start-color: rgb(245 208 254 / 0.9);
}

.focus\:border-s-fuchsia-200\/95:focus {
  border-inline-start-color: rgb(245 208 254 / 0.95);
}

.focus\:border-s-fuchsia-300:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(240 171 252 / var(--tw-border-opacity));
}

.focus\:border-s-fuchsia-300\/0:focus {
  border-inline-start-color: rgb(240 171 252 / 0);
}

.focus\:border-s-fuchsia-300\/10:focus {
  border-inline-start-color: rgb(240 171 252 / 0.1);
}

.focus\:border-s-fuchsia-300\/100:focus {
  border-inline-start-color: rgb(240 171 252 / 1);
}

.focus\:border-s-fuchsia-300\/20:focus {
  border-inline-start-color: rgb(240 171 252 / 0.2);
}

.focus\:border-s-fuchsia-300\/25:focus {
  border-inline-start-color: rgb(240 171 252 / 0.25);
}

.focus\:border-s-fuchsia-300\/30:focus {
  border-inline-start-color: rgb(240 171 252 / 0.3);
}

.focus\:border-s-fuchsia-300\/40:focus {
  border-inline-start-color: rgb(240 171 252 / 0.4);
}

.focus\:border-s-fuchsia-300\/5:focus {
  border-inline-start-color: rgb(240 171 252 / 0.05);
}

.focus\:border-s-fuchsia-300\/50:focus {
  border-inline-start-color: rgb(240 171 252 / 0.5);
}

.focus\:border-s-fuchsia-300\/60:focus {
  border-inline-start-color: rgb(240 171 252 / 0.6);
}

.focus\:border-s-fuchsia-300\/70:focus {
  border-inline-start-color: rgb(240 171 252 / 0.7);
}

.focus\:border-s-fuchsia-300\/75:focus {
  border-inline-start-color: rgb(240 171 252 / 0.75);
}

.focus\:border-s-fuchsia-300\/80:focus {
  border-inline-start-color: rgb(240 171 252 / 0.8);
}

.focus\:border-s-fuchsia-300\/90:focus {
  border-inline-start-color: rgb(240 171 252 / 0.9);
}

.focus\:border-s-fuchsia-300\/95:focus {
  border-inline-start-color: rgb(240 171 252 / 0.95);
}

.focus\:border-s-fuchsia-400:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(232 121 249 / var(--tw-border-opacity));
}

.focus\:border-s-fuchsia-400\/0:focus {
  border-inline-start-color: rgb(232 121 249 / 0);
}

.focus\:border-s-fuchsia-400\/10:focus {
  border-inline-start-color: rgb(232 121 249 / 0.1);
}

.focus\:border-s-fuchsia-400\/100:focus {
  border-inline-start-color: rgb(232 121 249 / 1);
}

.focus\:border-s-fuchsia-400\/20:focus {
  border-inline-start-color: rgb(232 121 249 / 0.2);
}

.focus\:border-s-fuchsia-400\/25:focus {
  border-inline-start-color: rgb(232 121 249 / 0.25);
}

.focus\:border-s-fuchsia-400\/30:focus {
  border-inline-start-color: rgb(232 121 249 / 0.3);
}

.focus\:border-s-fuchsia-400\/40:focus {
  border-inline-start-color: rgb(232 121 249 / 0.4);
}

.focus\:border-s-fuchsia-400\/5:focus {
  border-inline-start-color: rgb(232 121 249 / 0.05);
}

.focus\:border-s-fuchsia-400\/50:focus {
  border-inline-start-color: rgb(232 121 249 / 0.5);
}

.focus\:border-s-fuchsia-400\/60:focus {
  border-inline-start-color: rgb(232 121 249 / 0.6);
}

.focus\:border-s-fuchsia-400\/70:focus {
  border-inline-start-color: rgb(232 121 249 / 0.7);
}

.focus\:border-s-fuchsia-400\/75:focus {
  border-inline-start-color: rgb(232 121 249 / 0.75);
}

.focus\:border-s-fuchsia-400\/80:focus {
  border-inline-start-color: rgb(232 121 249 / 0.8);
}

.focus\:border-s-fuchsia-400\/90:focus {
  border-inline-start-color: rgb(232 121 249 / 0.9);
}

.focus\:border-s-fuchsia-400\/95:focus {
  border-inline-start-color: rgb(232 121 249 / 0.95);
}

.focus\:border-s-fuchsia-50:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 244 255 / var(--tw-border-opacity));
}

.focus\:border-s-fuchsia-50\/0:focus {
  border-inline-start-color: rgb(253 244 255 / 0);
}

.focus\:border-s-fuchsia-50\/10:focus {
  border-inline-start-color: rgb(253 244 255 / 0.1);
}

.focus\:border-s-fuchsia-50\/100:focus {
  border-inline-start-color: rgb(253 244 255 / 1);
}

.focus\:border-s-fuchsia-50\/20:focus {
  border-inline-start-color: rgb(253 244 255 / 0.2);
}

.focus\:border-s-fuchsia-50\/25:focus {
  border-inline-start-color: rgb(253 244 255 / 0.25);
}

.focus\:border-s-fuchsia-50\/30:focus {
  border-inline-start-color: rgb(253 244 255 / 0.3);
}

.focus\:border-s-fuchsia-50\/40:focus {
  border-inline-start-color: rgb(253 244 255 / 0.4);
}

.focus\:border-s-fuchsia-50\/5:focus {
  border-inline-start-color: rgb(253 244 255 / 0.05);
}

.focus\:border-s-fuchsia-50\/50:focus {
  border-inline-start-color: rgb(253 244 255 / 0.5);
}

.focus\:border-s-fuchsia-50\/60:focus {
  border-inline-start-color: rgb(253 244 255 / 0.6);
}

.focus\:border-s-fuchsia-50\/70:focus {
  border-inline-start-color: rgb(253 244 255 / 0.7);
}

.focus\:border-s-fuchsia-50\/75:focus {
  border-inline-start-color: rgb(253 244 255 / 0.75);
}

.focus\:border-s-fuchsia-50\/80:focus {
  border-inline-start-color: rgb(253 244 255 / 0.8);
}

.focus\:border-s-fuchsia-50\/90:focus {
  border-inline-start-color: rgb(253 244 255 / 0.9);
}

.focus\:border-s-fuchsia-50\/95:focus {
  border-inline-start-color: rgb(253 244 255 / 0.95);
}

.focus\:border-s-fuchsia-500:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(217 70 239 / var(--tw-border-opacity));
}

.focus\:border-s-fuchsia-500\/0:focus {
  border-inline-start-color: rgb(217 70 239 / 0);
}

.focus\:border-s-fuchsia-500\/10:focus {
  border-inline-start-color: rgb(217 70 239 / 0.1);
}

.focus\:border-s-fuchsia-500\/100:focus {
  border-inline-start-color: rgb(217 70 239 / 1);
}

.focus\:border-s-fuchsia-500\/20:focus {
  border-inline-start-color: rgb(217 70 239 / 0.2);
}

.focus\:border-s-fuchsia-500\/25:focus {
  border-inline-start-color: rgb(217 70 239 / 0.25);
}

.focus\:border-s-fuchsia-500\/30:focus {
  border-inline-start-color: rgb(217 70 239 / 0.3);
}

.focus\:border-s-fuchsia-500\/40:focus {
  border-inline-start-color: rgb(217 70 239 / 0.4);
}

.focus\:border-s-fuchsia-500\/5:focus {
  border-inline-start-color: rgb(217 70 239 / 0.05);
}

.focus\:border-s-fuchsia-500\/50:focus {
  border-inline-start-color: rgb(217 70 239 / 0.5);
}

.focus\:border-s-fuchsia-500\/60:focus {
  border-inline-start-color: rgb(217 70 239 / 0.6);
}

.focus\:border-s-fuchsia-500\/70:focus {
  border-inline-start-color: rgb(217 70 239 / 0.7);
}

.focus\:border-s-fuchsia-500\/75:focus {
  border-inline-start-color: rgb(217 70 239 / 0.75);
}

.focus\:border-s-fuchsia-500\/80:focus {
  border-inline-start-color: rgb(217 70 239 / 0.8);
}

.focus\:border-s-fuchsia-500\/90:focus {
  border-inline-start-color: rgb(217 70 239 / 0.9);
}

.focus\:border-s-fuchsia-500\/95:focus {
  border-inline-start-color: rgb(217 70 239 / 0.95);
}

.focus\:border-s-fuchsia-600:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(192 38 211 / var(--tw-border-opacity));
}

.focus\:border-s-fuchsia-600\/0:focus {
  border-inline-start-color: rgb(192 38 211 / 0);
}

.focus\:border-s-fuchsia-600\/10:focus {
  border-inline-start-color: rgb(192 38 211 / 0.1);
}

.focus\:border-s-fuchsia-600\/100:focus {
  border-inline-start-color: rgb(192 38 211 / 1);
}

.focus\:border-s-fuchsia-600\/20:focus {
  border-inline-start-color: rgb(192 38 211 / 0.2);
}

.focus\:border-s-fuchsia-600\/25:focus {
  border-inline-start-color: rgb(192 38 211 / 0.25);
}

.focus\:border-s-fuchsia-600\/30:focus {
  border-inline-start-color: rgb(192 38 211 / 0.3);
}

.focus\:border-s-fuchsia-600\/40:focus {
  border-inline-start-color: rgb(192 38 211 / 0.4);
}

.focus\:border-s-fuchsia-600\/5:focus {
  border-inline-start-color: rgb(192 38 211 / 0.05);
}

.focus\:border-s-fuchsia-600\/50:focus {
  border-inline-start-color: rgb(192 38 211 / 0.5);
}

.focus\:border-s-fuchsia-600\/60:focus {
  border-inline-start-color: rgb(192 38 211 / 0.6);
}

.focus\:border-s-fuchsia-600\/70:focus {
  border-inline-start-color: rgb(192 38 211 / 0.7);
}

.focus\:border-s-fuchsia-600\/75:focus {
  border-inline-start-color: rgb(192 38 211 / 0.75);
}

.focus\:border-s-fuchsia-600\/80:focus {
  border-inline-start-color: rgb(192 38 211 / 0.8);
}

.focus\:border-s-fuchsia-600\/90:focus {
  border-inline-start-color: rgb(192 38 211 / 0.9);
}

.focus\:border-s-fuchsia-600\/95:focus {
  border-inline-start-color: rgb(192 38 211 / 0.95);
}

.focus\:border-s-fuchsia-700:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(162 28 175 / var(--tw-border-opacity));
}

.focus\:border-s-fuchsia-700\/0:focus {
  border-inline-start-color: rgb(162 28 175 / 0);
}

.focus\:border-s-fuchsia-700\/10:focus {
  border-inline-start-color: rgb(162 28 175 / 0.1);
}

.focus\:border-s-fuchsia-700\/100:focus {
  border-inline-start-color: rgb(162 28 175 / 1);
}

.focus\:border-s-fuchsia-700\/20:focus {
  border-inline-start-color: rgb(162 28 175 / 0.2);
}

.focus\:border-s-fuchsia-700\/25:focus {
  border-inline-start-color: rgb(162 28 175 / 0.25);
}

.focus\:border-s-fuchsia-700\/30:focus {
  border-inline-start-color: rgb(162 28 175 / 0.3);
}

.focus\:border-s-fuchsia-700\/40:focus {
  border-inline-start-color: rgb(162 28 175 / 0.4);
}

.focus\:border-s-fuchsia-700\/5:focus {
  border-inline-start-color: rgb(162 28 175 / 0.05);
}

.focus\:border-s-fuchsia-700\/50:focus {
  border-inline-start-color: rgb(162 28 175 / 0.5);
}

.focus\:border-s-fuchsia-700\/60:focus {
  border-inline-start-color: rgb(162 28 175 / 0.6);
}

.focus\:border-s-fuchsia-700\/70:focus {
  border-inline-start-color: rgb(162 28 175 / 0.7);
}

.focus\:border-s-fuchsia-700\/75:focus {
  border-inline-start-color: rgb(162 28 175 / 0.75);
}

.focus\:border-s-fuchsia-700\/80:focus {
  border-inline-start-color: rgb(162 28 175 / 0.8);
}

.focus\:border-s-fuchsia-700\/90:focus {
  border-inline-start-color: rgb(162 28 175 / 0.9);
}

.focus\:border-s-fuchsia-700\/95:focus {
  border-inline-start-color: rgb(162 28 175 / 0.95);
}

.focus\:border-s-fuchsia-800:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(134 25 143 / var(--tw-border-opacity));
}

.focus\:border-s-fuchsia-800\/0:focus {
  border-inline-start-color: rgb(134 25 143 / 0);
}

.focus\:border-s-fuchsia-800\/10:focus {
  border-inline-start-color: rgb(134 25 143 / 0.1);
}

.focus\:border-s-fuchsia-800\/100:focus {
  border-inline-start-color: rgb(134 25 143 / 1);
}

.focus\:border-s-fuchsia-800\/20:focus {
  border-inline-start-color: rgb(134 25 143 / 0.2);
}

.focus\:border-s-fuchsia-800\/25:focus {
  border-inline-start-color: rgb(134 25 143 / 0.25);
}

.focus\:border-s-fuchsia-800\/30:focus {
  border-inline-start-color: rgb(134 25 143 / 0.3);
}

.focus\:border-s-fuchsia-800\/40:focus {
  border-inline-start-color: rgb(134 25 143 / 0.4);
}

.focus\:border-s-fuchsia-800\/5:focus {
  border-inline-start-color: rgb(134 25 143 / 0.05);
}

.focus\:border-s-fuchsia-800\/50:focus {
  border-inline-start-color: rgb(134 25 143 / 0.5);
}

.focus\:border-s-fuchsia-800\/60:focus {
  border-inline-start-color: rgb(134 25 143 / 0.6);
}

.focus\:border-s-fuchsia-800\/70:focus {
  border-inline-start-color: rgb(134 25 143 / 0.7);
}

.focus\:border-s-fuchsia-800\/75:focus {
  border-inline-start-color: rgb(134 25 143 / 0.75);
}

.focus\:border-s-fuchsia-800\/80:focus {
  border-inline-start-color: rgb(134 25 143 / 0.8);
}

.focus\:border-s-fuchsia-800\/90:focus {
  border-inline-start-color: rgb(134 25 143 / 0.9);
}

.focus\:border-s-fuchsia-800\/95:focus {
  border-inline-start-color: rgb(134 25 143 / 0.95);
}

.focus\:border-s-fuchsia-900:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(112 26 117 / var(--tw-border-opacity));
}

.focus\:border-s-fuchsia-900\/0:focus {
  border-inline-start-color: rgb(112 26 117 / 0);
}

.focus\:border-s-fuchsia-900\/10:focus {
  border-inline-start-color: rgb(112 26 117 / 0.1);
}

.focus\:border-s-fuchsia-900\/100:focus {
  border-inline-start-color: rgb(112 26 117 / 1);
}

.focus\:border-s-fuchsia-900\/20:focus {
  border-inline-start-color: rgb(112 26 117 / 0.2);
}

.focus\:border-s-fuchsia-900\/25:focus {
  border-inline-start-color: rgb(112 26 117 / 0.25);
}

.focus\:border-s-fuchsia-900\/30:focus {
  border-inline-start-color: rgb(112 26 117 / 0.3);
}

.focus\:border-s-fuchsia-900\/40:focus {
  border-inline-start-color: rgb(112 26 117 / 0.4);
}

.focus\:border-s-fuchsia-900\/5:focus {
  border-inline-start-color: rgb(112 26 117 / 0.05);
}

.focus\:border-s-fuchsia-900\/50:focus {
  border-inline-start-color: rgb(112 26 117 / 0.5);
}

.focus\:border-s-fuchsia-900\/60:focus {
  border-inline-start-color: rgb(112 26 117 / 0.6);
}

.focus\:border-s-fuchsia-900\/70:focus {
  border-inline-start-color: rgb(112 26 117 / 0.7);
}

.focus\:border-s-fuchsia-900\/75:focus {
  border-inline-start-color: rgb(112 26 117 / 0.75);
}

.focus\:border-s-fuchsia-900\/80:focus {
  border-inline-start-color: rgb(112 26 117 / 0.8);
}

.focus\:border-s-fuchsia-900\/90:focus {
  border-inline-start-color: rgb(112 26 117 / 0.9);
}

.focus\:border-s-fuchsia-900\/95:focus {
  border-inline-start-color: rgb(112 26 117 / 0.95);
}

.focus\:border-s-fuchsia-950:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(74 4 78 / var(--tw-border-opacity));
}

.focus\:border-s-fuchsia-950\/0:focus {
  border-inline-start-color: rgb(74 4 78 / 0);
}

.focus\:border-s-fuchsia-950\/10:focus {
  border-inline-start-color: rgb(74 4 78 / 0.1);
}

.focus\:border-s-fuchsia-950\/100:focus {
  border-inline-start-color: rgb(74 4 78 / 1);
}

.focus\:border-s-fuchsia-950\/20:focus {
  border-inline-start-color: rgb(74 4 78 / 0.2);
}

.focus\:border-s-fuchsia-950\/25:focus {
  border-inline-start-color: rgb(74 4 78 / 0.25);
}

.focus\:border-s-fuchsia-950\/30:focus {
  border-inline-start-color: rgb(74 4 78 / 0.3);
}

.focus\:border-s-fuchsia-950\/40:focus {
  border-inline-start-color: rgb(74 4 78 / 0.4);
}

.focus\:border-s-fuchsia-950\/5:focus {
  border-inline-start-color: rgb(74 4 78 / 0.05);
}

.focus\:border-s-fuchsia-950\/50:focus {
  border-inline-start-color: rgb(74 4 78 / 0.5);
}

.focus\:border-s-fuchsia-950\/60:focus {
  border-inline-start-color: rgb(74 4 78 / 0.6);
}

.focus\:border-s-fuchsia-950\/70:focus {
  border-inline-start-color: rgb(74 4 78 / 0.7);
}

.focus\:border-s-fuchsia-950\/75:focus {
  border-inline-start-color: rgb(74 4 78 / 0.75);
}

.focus\:border-s-fuchsia-950\/80:focus {
  border-inline-start-color: rgb(74 4 78 / 0.8);
}

.focus\:border-s-fuchsia-950\/90:focus {
  border-inline-start-color: rgb(74 4 78 / 0.9);
}

.focus\:border-s-fuchsia-950\/95:focus {
  border-inline-start-color: rgb(74 4 78 / 0.95);
}

.focus\:border-s-gray-100:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.focus\:border-s-gray-100\/0:focus {
  border-inline-start-color: rgb(243 244 246 / 0);
}

.focus\:border-s-gray-100\/10:focus {
  border-inline-start-color: rgb(243 244 246 / 0.1);
}

.focus\:border-s-gray-100\/100:focus {
  border-inline-start-color: rgb(243 244 246 / 1);
}

.focus\:border-s-gray-100\/20:focus {
  border-inline-start-color: rgb(243 244 246 / 0.2);
}

.focus\:border-s-gray-100\/25:focus {
  border-inline-start-color: rgb(243 244 246 / 0.25);
}

.focus\:border-s-gray-100\/30:focus {
  border-inline-start-color: rgb(243 244 246 / 0.3);
}

.focus\:border-s-gray-100\/40:focus {
  border-inline-start-color: rgb(243 244 246 / 0.4);
}

.focus\:border-s-gray-100\/5:focus {
  border-inline-start-color: rgb(243 244 246 / 0.05);
}

.focus\:border-s-gray-100\/50:focus {
  border-inline-start-color: rgb(243 244 246 / 0.5);
}

.focus\:border-s-gray-100\/60:focus {
  border-inline-start-color: rgb(243 244 246 / 0.6);
}

.focus\:border-s-gray-100\/70:focus {
  border-inline-start-color: rgb(243 244 246 / 0.7);
}

.focus\:border-s-gray-100\/75:focus {
  border-inline-start-color: rgb(243 244 246 / 0.75);
}

.focus\:border-s-gray-100\/80:focus {
  border-inline-start-color: rgb(243 244 246 / 0.8);
}

.focus\:border-s-gray-100\/90:focus {
  border-inline-start-color: rgb(243 244 246 / 0.9);
}

.focus\:border-s-gray-100\/95:focus {
  border-inline-start-color: rgb(243 244 246 / 0.95);
}

.focus\:border-s-gray-200:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.focus\:border-s-gray-200\/0:focus {
  border-inline-start-color: rgb(229 231 235 / 0);
}

.focus\:border-s-gray-200\/10:focus {
  border-inline-start-color: rgb(229 231 235 / 0.1);
}

.focus\:border-s-gray-200\/100:focus {
  border-inline-start-color: rgb(229 231 235 / 1);
}

.focus\:border-s-gray-200\/20:focus {
  border-inline-start-color: rgb(229 231 235 / 0.2);
}

.focus\:border-s-gray-200\/25:focus {
  border-inline-start-color: rgb(229 231 235 / 0.25);
}

.focus\:border-s-gray-200\/30:focus {
  border-inline-start-color: rgb(229 231 235 / 0.3);
}

.focus\:border-s-gray-200\/40:focus {
  border-inline-start-color: rgb(229 231 235 / 0.4);
}

.focus\:border-s-gray-200\/5:focus {
  border-inline-start-color: rgb(229 231 235 / 0.05);
}

.focus\:border-s-gray-200\/50:focus {
  border-inline-start-color: rgb(229 231 235 / 0.5);
}

.focus\:border-s-gray-200\/60:focus {
  border-inline-start-color: rgb(229 231 235 / 0.6);
}

.focus\:border-s-gray-200\/70:focus {
  border-inline-start-color: rgb(229 231 235 / 0.7);
}

.focus\:border-s-gray-200\/75:focus {
  border-inline-start-color: rgb(229 231 235 / 0.75);
}

.focus\:border-s-gray-200\/80:focus {
  border-inline-start-color: rgb(229 231 235 / 0.8);
}

.focus\:border-s-gray-200\/90:focus {
  border-inline-start-color: rgb(229 231 235 / 0.9);
}

.focus\:border-s-gray-200\/95:focus {
  border-inline-start-color: rgb(229 231 235 / 0.95);
}

.focus\:border-s-gray-300:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.focus\:border-s-gray-300\/0:focus {
  border-inline-start-color: rgb(209 213 219 / 0);
}

.focus\:border-s-gray-300\/10:focus {
  border-inline-start-color: rgb(209 213 219 / 0.1);
}

.focus\:border-s-gray-300\/100:focus {
  border-inline-start-color: rgb(209 213 219 / 1);
}

.focus\:border-s-gray-300\/20:focus {
  border-inline-start-color: rgb(209 213 219 / 0.2);
}

.focus\:border-s-gray-300\/25:focus {
  border-inline-start-color: rgb(209 213 219 / 0.25);
}

.focus\:border-s-gray-300\/30:focus {
  border-inline-start-color: rgb(209 213 219 / 0.3);
}

.focus\:border-s-gray-300\/40:focus {
  border-inline-start-color: rgb(209 213 219 / 0.4);
}

.focus\:border-s-gray-300\/5:focus {
  border-inline-start-color: rgb(209 213 219 / 0.05);
}

.focus\:border-s-gray-300\/50:focus {
  border-inline-start-color: rgb(209 213 219 / 0.5);
}

.focus\:border-s-gray-300\/60:focus {
  border-inline-start-color: rgb(209 213 219 / 0.6);
}

.focus\:border-s-gray-300\/70:focus {
  border-inline-start-color: rgb(209 213 219 / 0.7);
}

.focus\:border-s-gray-300\/75:focus {
  border-inline-start-color: rgb(209 213 219 / 0.75);
}

.focus\:border-s-gray-300\/80:focus {
  border-inline-start-color: rgb(209 213 219 / 0.8);
}

.focus\:border-s-gray-300\/90:focus {
  border-inline-start-color: rgb(209 213 219 / 0.9);
}

.focus\:border-s-gray-300\/95:focus {
  border-inline-start-color: rgb(209 213 219 / 0.95);
}

.focus\:border-s-gray-400:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.focus\:border-s-gray-400\/0:focus {
  border-inline-start-color: rgb(156 163 175 / 0);
}

.focus\:border-s-gray-400\/10:focus {
  border-inline-start-color: rgb(156 163 175 / 0.1);
}

.focus\:border-s-gray-400\/100:focus {
  border-inline-start-color: rgb(156 163 175 / 1);
}

.focus\:border-s-gray-400\/20:focus {
  border-inline-start-color: rgb(156 163 175 / 0.2);
}

.focus\:border-s-gray-400\/25:focus {
  border-inline-start-color: rgb(156 163 175 / 0.25);
}

.focus\:border-s-gray-400\/30:focus {
  border-inline-start-color: rgb(156 163 175 / 0.3);
}

.focus\:border-s-gray-400\/40:focus {
  border-inline-start-color: rgb(156 163 175 / 0.4);
}

.focus\:border-s-gray-400\/5:focus {
  border-inline-start-color: rgb(156 163 175 / 0.05);
}

.focus\:border-s-gray-400\/50:focus {
  border-inline-start-color: rgb(156 163 175 / 0.5);
}

.focus\:border-s-gray-400\/60:focus {
  border-inline-start-color: rgb(156 163 175 / 0.6);
}

.focus\:border-s-gray-400\/70:focus {
  border-inline-start-color: rgb(156 163 175 / 0.7);
}

.focus\:border-s-gray-400\/75:focus {
  border-inline-start-color: rgb(156 163 175 / 0.75);
}

.focus\:border-s-gray-400\/80:focus {
  border-inline-start-color: rgb(156 163 175 / 0.8);
}

.focus\:border-s-gray-400\/90:focus {
  border-inline-start-color: rgb(156 163 175 / 0.9);
}

.focus\:border-s-gray-400\/95:focus {
  border-inline-start-color: rgb(156 163 175 / 0.95);
}

.focus\:border-s-gray-50:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.focus\:border-s-gray-50\/0:focus {
  border-inline-start-color: rgb(249 250 251 / 0);
}

.focus\:border-s-gray-50\/10:focus {
  border-inline-start-color: rgb(249 250 251 / 0.1);
}

.focus\:border-s-gray-50\/100:focus {
  border-inline-start-color: rgb(249 250 251 / 1);
}

.focus\:border-s-gray-50\/20:focus {
  border-inline-start-color: rgb(249 250 251 / 0.2);
}

.focus\:border-s-gray-50\/25:focus {
  border-inline-start-color: rgb(249 250 251 / 0.25);
}

.focus\:border-s-gray-50\/30:focus {
  border-inline-start-color: rgb(249 250 251 / 0.3);
}

.focus\:border-s-gray-50\/40:focus {
  border-inline-start-color: rgb(249 250 251 / 0.4);
}

.focus\:border-s-gray-50\/5:focus {
  border-inline-start-color: rgb(249 250 251 / 0.05);
}

.focus\:border-s-gray-50\/50:focus {
  border-inline-start-color: rgb(249 250 251 / 0.5);
}

.focus\:border-s-gray-50\/60:focus {
  border-inline-start-color: rgb(249 250 251 / 0.6);
}

.focus\:border-s-gray-50\/70:focus {
  border-inline-start-color: rgb(249 250 251 / 0.7);
}

.focus\:border-s-gray-50\/75:focus {
  border-inline-start-color: rgb(249 250 251 / 0.75);
}

.focus\:border-s-gray-50\/80:focus {
  border-inline-start-color: rgb(249 250 251 / 0.8);
}

.focus\:border-s-gray-50\/90:focus {
  border-inline-start-color: rgb(249 250 251 / 0.9);
}

.focus\:border-s-gray-50\/95:focus {
  border-inline-start-color: rgb(249 250 251 / 0.95);
}

.focus\:border-s-gray-500:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.focus\:border-s-gray-500\/0:focus {
  border-inline-start-color: rgb(107 114 128 / 0);
}

.focus\:border-s-gray-500\/10:focus {
  border-inline-start-color: rgb(107 114 128 / 0.1);
}

.focus\:border-s-gray-500\/100:focus {
  border-inline-start-color: rgb(107 114 128 / 1);
}

.focus\:border-s-gray-500\/20:focus {
  border-inline-start-color: rgb(107 114 128 / 0.2);
}

.focus\:border-s-gray-500\/25:focus {
  border-inline-start-color: rgb(107 114 128 / 0.25);
}

.focus\:border-s-gray-500\/30:focus {
  border-inline-start-color: rgb(107 114 128 / 0.3);
}

.focus\:border-s-gray-500\/40:focus {
  border-inline-start-color: rgb(107 114 128 / 0.4);
}

.focus\:border-s-gray-500\/5:focus {
  border-inline-start-color: rgb(107 114 128 / 0.05);
}

.focus\:border-s-gray-500\/50:focus {
  border-inline-start-color: rgb(107 114 128 / 0.5);
}

.focus\:border-s-gray-500\/60:focus {
  border-inline-start-color: rgb(107 114 128 / 0.6);
}

.focus\:border-s-gray-500\/70:focus {
  border-inline-start-color: rgb(107 114 128 / 0.7);
}

.focus\:border-s-gray-500\/75:focus {
  border-inline-start-color: rgb(107 114 128 / 0.75);
}

.focus\:border-s-gray-500\/80:focus {
  border-inline-start-color: rgb(107 114 128 / 0.8);
}

.focus\:border-s-gray-500\/90:focus {
  border-inline-start-color: rgb(107 114 128 / 0.9);
}

.focus\:border-s-gray-500\/95:focus {
  border-inline-start-color: rgb(107 114 128 / 0.95);
}

.focus\:border-s-gray-600:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.focus\:border-s-gray-600\/0:focus {
  border-inline-start-color: rgb(75 85 99 / 0);
}

.focus\:border-s-gray-600\/10:focus {
  border-inline-start-color: rgb(75 85 99 / 0.1);
}

.focus\:border-s-gray-600\/100:focus {
  border-inline-start-color: rgb(75 85 99 / 1);
}

.focus\:border-s-gray-600\/20:focus {
  border-inline-start-color: rgb(75 85 99 / 0.2);
}

.focus\:border-s-gray-600\/25:focus {
  border-inline-start-color: rgb(75 85 99 / 0.25);
}

.focus\:border-s-gray-600\/30:focus {
  border-inline-start-color: rgb(75 85 99 / 0.3);
}

.focus\:border-s-gray-600\/40:focus {
  border-inline-start-color: rgb(75 85 99 / 0.4);
}

.focus\:border-s-gray-600\/5:focus {
  border-inline-start-color: rgb(75 85 99 / 0.05);
}

.focus\:border-s-gray-600\/50:focus {
  border-inline-start-color: rgb(75 85 99 / 0.5);
}

.focus\:border-s-gray-600\/60:focus {
  border-inline-start-color: rgb(75 85 99 / 0.6);
}

.focus\:border-s-gray-600\/70:focus {
  border-inline-start-color: rgb(75 85 99 / 0.7);
}

.focus\:border-s-gray-600\/75:focus {
  border-inline-start-color: rgb(75 85 99 / 0.75);
}

.focus\:border-s-gray-600\/80:focus {
  border-inline-start-color: rgb(75 85 99 / 0.8);
}

.focus\:border-s-gray-600\/90:focus {
  border-inline-start-color: rgb(75 85 99 / 0.9);
}

.focus\:border-s-gray-600\/95:focus {
  border-inline-start-color: rgb(75 85 99 / 0.95);
}

.focus\:border-s-gray-700:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.focus\:border-s-gray-700\/0:focus {
  border-inline-start-color: rgb(55 65 81 / 0);
}

.focus\:border-s-gray-700\/10:focus {
  border-inline-start-color: rgb(55 65 81 / 0.1);
}

.focus\:border-s-gray-700\/100:focus {
  border-inline-start-color: rgb(55 65 81 / 1);
}

.focus\:border-s-gray-700\/20:focus {
  border-inline-start-color: rgb(55 65 81 / 0.2);
}

.focus\:border-s-gray-700\/25:focus {
  border-inline-start-color: rgb(55 65 81 / 0.25);
}

.focus\:border-s-gray-700\/30:focus {
  border-inline-start-color: rgb(55 65 81 / 0.3);
}

.focus\:border-s-gray-700\/40:focus {
  border-inline-start-color: rgb(55 65 81 / 0.4);
}

.focus\:border-s-gray-700\/5:focus {
  border-inline-start-color: rgb(55 65 81 / 0.05);
}

.focus\:border-s-gray-700\/50:focus {
  border-inline-start-color: rgb(55 65 81 / 0.5);
}

.focus\:border-s-gray-700\/60:focus {
  border-inline-start-color: rgb(55 65 81 / 0.6);
}

.focus\:border-s-gray-700\/70:focus {
  border-inline-start-color: rgb(55 65 81 / 0.7);
}

.focus\:border-s-gray-700\/75:focus {
  border-inline-start-color: rgb(55 65 81 / 0.75);
}

.focus\:border-s-gray-700\/80:focus {
  border-inline-start-color: rgb(55 65 81 / 0.8);
}

.focus\:border-s-gray-700\/90:focus {
  border-inline-start-color: rgb(55 65 81 / 0.9);
}

.focus\:border-s-gray-700\/95:focus {
  border-inline-start-color: rgb(55 65 81 / 0.95);
}

.focus\:border-s-gray-800:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.focus\:border-s-gray-800\/0:focus {
  border-inline-start-color: rgb(31 41 55 / 0);
}

.focus\:border-s-gray-800\/10:focus {
  border-inline-start-color: rgb(31 41 55 / 0.1);
}

.focus\:border-s-gray-800\/100:focus {
  border-inline-start-color: rgb(31 41 55 / 1);
}

.focus\:border-s-gray-800\/20:focus {
  border-inline-start-color: rgb(31 41 55 / 0.2);
}

.focus\:border-s-gray-800\/25:focus {
  border-inline-start-color: rgb(31 41 55 / 0.25);
}

.focus\:border-s-gray-800\/30:focus {
  border-inline-start-color: rgb(31 41 55 / 0.3);
}

.focus\:border-s-gray-800\/40:focus {
  border-inline-start-color: rgb(31 41 55 / 0.4);
}

.focus\:border-s-gray-800\/5:focus {
  border-inline-start-color: rgb(31 41 55 / 0.05);
}

.focus\:border-s-gray-800\/50:focus {
  border-inline-start-color: rgb(31 41 55 / 0.5);
}

.focus\:border-s-gray-800\/60:focus {
  border-inline-start-color: rgb(31 41 55 / 0.6);
}

.focus\:border-s-gray-800\/70:focus {
  border-inline-start-color: rgb(31 41 55 / 0.7);
}

.focus\:border-s-gray-800\/75:focus {
  border-inline-start-color: rgb(31 41 55 / 0.75);
}

.focus\:border-s-gray-800\/80:focus {
  border-inline-start-color: rgb(31 41 55 / 0.8);
}

.focus\:border-s-gray-800\/90:focus {
  border-inline-start-color: rgb(31 41 55 / 0.9);
}

.focus\:border-s-gray-800\/95:focus {
  border-inline-start-color: rgb(31 41 55 / 0.95);
}

.focus\:border-s-gray-900:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.focus\:border-s-gray-900\/0:focus {
  border-inline-start-color: rgb(17 24 39 / 0);
}

.focus\:border-s-gray-900\/10:focus {
  border-inline-start-color: rgb(17 24 39 / 0.1);
}

.focus\:border-s-gray-900\/100:focus {
  border-inline-start-color: rgb(17 24 39 / 1);
}

.focus\:border-s-gray-900\/20:focus {
  border-inline-start-color: rgb(17 24 39 / 0.2);
}

.focus\:border-s-gray-900\/25:focus {
  border-inline-start-color: rgb(17 24 39 / 0.25);
}

.focus\:border-s-gray-900\/30:focus {
  border-inline-start-color: rgb(17 24 39 / 0.3);
}

.focus\:border-s-gray-900\/40:focus {
  border-inline-start-color: rgb(17 24 39 / 0.4);
}

.focus\:border-s-gray-900\/5:focus {
  border-inline-start-color: rgb(17 24 39 / 0.05);
}

.focus\:border-s-gray-900\/50:focus {
  border-inline-start-color: rgb(17 24 39 / 0.5);
}

.focus\:border-s-gray-900\/60:focus {
  border-inline-start-color: rgb(17 24 39 / 0.6);
}

.focus\:border-s-gray-900\/70:focus {
  border-inline-start-color: rgb(17 24 39 / 0.7);
}

.focus\:border-s-gray-900\/75:focus {
  border-inline-start-color: rgb(17 24 39 / 0.75);
}

.focus\:border-s-gray-900\/80:focus {
  border-inline-start-color: rgb(17 24 39 / 0.8);
}

.focus\:border-s-gray-900\/90:focus {
  border-inline-start-color: rgb(17 24 39 / 0.9);
}

.focus\:border-s-gray-900\/95:focus {
  border-inline-start-color: rgb(17 24 39 / 0.95);
}

.focus\:border-s-gray-950:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(3 7 18 / var(--tw-border-opacity));
}

.focus\:border-s-gray-950\/0:focus {
  border-inline-start-color: rgb(3 7 18 / 0);
}

.focus\:border-s-gray-950\/10:focus {
  border-inline-start-color: rgb(3 7 18 / 0.1);
}

.focus\:border-s-gray-950\/100:focus {
  border-inline-start-color: rgb(3 7 18 / 1);
}

.focus\:border-s-gray-950\/20:focus {
  border-inline-start-color: rgb(3 7 18 / 0.2);
}

.focus\:border-s-gray-950\/25:focus {
  border-inline-start-color: rgb(3 7 18 / 0.25);
}

.focus\:border-s-gray-950\/30:focus {
  border-inline-start-color: rgb(3 7 18 / 0.3);
}

.focus\:border-s-gray-950\/40:focus {
  border-inline-start-color: rgb(3 7 18 / 0.4);
}

.focus\:border-s-gray-950\/5:focus {
  border-inline-start-color: rgb(3 7 18 / 0.05);
}

.focus\:border-s-gray-950\/50:focus {
  border-inline-start-color: rgb(3 7 18 / 0.5);
}

.focus\:border-s-gray-950\/60:focus {
  border-inline-start-color: rgb(3 7 18 / 0.6);
}

.focus\:border-s-gray-950\/70:focus {
  border-inline-start-color: rgb(3 7 18 / 0.7);
}

.focus\:border-s-gray-950\/75:focus {
  border-inline-start-color: rgb(3 7 18 / 0.75);
}

.focus\:border-s-gray-950\/80:focus {
  border-inline-start-color: rgb(3 7 18 / 0.8);
}

.focus\:border-s-gray-950\/90:focus {
  border-inline-start-color: rgb(3 7 18 / 0.9);
}

.focus\:border-s-gray-950\/95:focus {
  border-inline-start-color: rgb(3 7 18 / 0.95);
}

.focus\:border-s-green-100:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(220 252 231 / var(--tw-border-opacity));
}

.focus\:border-s-green-100\/0:focus {
  border-inline-start-color: rgb(220 252 231 / 0);
}

.focus\:border-s-green-100\/10:focus {
  border-inline-start-color: rgb(220 252 231 / 0.1);
}

.focus\:border-s-green-100\/100:focus {
  border-inline-start-color: rgb(220 252 231 / 1);
}

.focus\:border-s-green-100\/20:focus {
  border-inline-start-color: rgb(220 252 231 / 0.2);
}

.focus\:border-s-green-100\/25:focus {
  border-inline-start-color: rgb(220 252 231 / 0.25);
}

.focus\:border-s-green-100\/30:focus {
  border-inline-start-color: rgb(220 252 231 / 0.3);
}

.focus\:border-s-green-100\/40:focus {
  border-inline-start-color: rgb(220 252 231 / 0.4);
}

.focus\:border-s-green-100\/5:focus {
  border-inline-start-color: rgb(220 252 231 / 0.05);
}

.focus\:border-s-green-100\/50:focus {
  border-inline-start-color: rgb(220 252 231 / 0.5);
}

.focus\:border-s-green-100\/60:focus {
  border-inline-start-color: rgb(220 252 231 / 0.6);
}

.focus\:border-s-green-100\/70:focus {
  border-inline-start-color: rgb(220 252 231 / 0.7);
}

.focus\:border-s-green-100\/75:focus {
  border-inline-start-color: rgb(220 252 231 / 0.75);
}

.focus\:border-s-green-100\/80:focus {
  border-inline-start-color: rgb(220 252 231 / 0.8);
}

.focus\:border-s-green-100\/90:focus {
  border-inline-start-color: rgb(220 252 231 / 0.9);
}

.focus\:border-s-green-100\/95:focus {
  border-inline-start-color: rgb(220 252 231 / 0.95);
}

.focus\:border-s-green-200:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.focus\:border-s-green-200\/0:focus {
  border-inline-start-color: rgb(187 247 208 / 0);
}

.focus\:border-s-green-200\/10:focus {
  border-inline-start-color: rgb(187 247 208 / 0.1);
}

.focus\:border-s-green-200\/100:focus {
  border-inline-start-color: rgb(187 247 208 / 1);
}

.focus\:border-s-green-200\/20:focus {
  border-inline-start-color: rgb(187 247 208 / 0.2);
}

.focus\:border-s-green-200\/25:focus {
  border-inline-start-color: rgb(187 247 208 / 0.25);
}

.focus\:border-s-green-200\/30:focus {
  border-inline-start-color: rgb(187 247 208 / 0.3);
}

.focus\:border-s-green-200\/40:focus {
  border-inline-start-color: rgb(187 247 208 / 0.4);
}

.focus\:border-s-green-200\/5:focus {
  border-inline-start-color: rgb(187 247 208 / 0.05);
}

.focus\:border-s-green-200\/50:focus {
  border-inline-start-color: rgb(187 247 208 / 0.5);
}

.focus\:border-s-green-200\/60:focus {
  border-inline-start-color: rgb(187 247 208 / 0.6);
}

.focus\:border-s-green-200\/70:focus {
  border-inline-start-color: rgb(187 247 208 / 0.7);
}

.focus\:border-s-green-200\/75:focus {
  border-inline-start-color: rgb(187 247 208 / 0.75);
}

.focus\:border-s-green-200\/80:focus {
  border-inline-start-color: rgb(187 247 208 / 0.8);
}

.focus\:border-s-green-200\/90:focus {
  border-inline-start-color: rgb(187 247 208 / 0.9);
}

.focus\:border-s-green-200\/95:focus {
  border-inline-start-color: rgb(187 247 208 / 0.95);
}

.focus\:border-s-green-300:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.focus\:border-s-green-300\/0:focus {
  border-inline-start-color: rgb(134 239 172 / 0);
}

.focus\:border-s-green-300\/10:focus {
  border-inline-start-color: rgb(134 239 172 / 0.1);
}

.focus\:border-s-green-300\/100:focus {
  border-inline-start-color: rgb(134 239 172 / 1);
}

.focus\:border-s-green-300\/20:focus {
  border-inline-start-color: rgb(134 239 172 / 0.2);
}

.focus\:border-s-green-300\/25:focus {
  border-inline-start-color: rgb(134 239 172 / 0.25);
}

.focus\:border-s-green-300\/30:focus {
  border-inline-start-color: rgb(134 239 172 / 0.3);
}

.focus\:border-s-green-300\/40:focus {
  border-inline-start-color: rgb(134 239 172 / 0.4);
}

.focus\:border-s-green-300\/5:focus {
  border-inline-start-color: rgb(134 239 172 / 0.05);
}

.focus\:border-s-green-300\/50:focus {
  border-inline-start-color: rgb(134 239 172 / 0.5);
}

.focus\:border-s-green-300\/60:focus {
  border-inline-start-color: rgb(134 239 172 / 0.6);
}

.focus\:border-s-green-300\/70:focus {
  border-inline-start-color: rgb(134 239 172 / 0.7);
}

.focus\:border-s-green-300\/75:focus {
  border-inline-start-color: rgb(134 239 172 / 0.75);
}

.focus\:border-s-green-300\/80:focus {
  border-inline-start-color: rgb(134 239 172 / 0.8);
}

.focus\:border-s-green-300\/90:focus {
  border-inline-start-color: rgb(134 239 172 / 0.9);
}

.focus\:border-s-green-300\/95:focus {
  border-inline-start-color: rgb(134 239 172 / 0.95);
}

.focus\:border-s-green-400:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.focus\:border-s-green-400\/0:focus {
  border-inline-start-color: rgb(74 222 128 / 0);
}

.focus\:border-s-green-400\/10:focus {
  border-inline-start-color: rgb(74 222 128 / 0.1);
}

.focus\:border-s-green-400\/100:focus {
  border-inline-start-color: rgb(74 222 128 / 1);
}

.focus\:border-s-green-400\/20:focus {
  border-inline-start-color: rgb(74 222 128 / 0.2);
}

.focus\:border-s-green-400\/25:focus {
  border-inline-start-color: rgb(74 222 128 / 0.25);
}

.focus\:border-s-green-400\/30:focus {
  border-inline-start-color: rgb(74 222 128 / 0.3);
}

.focus\:border-s-green-400\/40:focus {
  border-inline-start-color: rgb(74 222 128 / 0.4);
}

.focus\:border-s-green-400\/5:focus {
  border-inline-start-color: rgb(74 222 128 / 0.05);
}

.focus\:border-s-green-400\/50:focus {
  border-inline-start-color: rgb(74 222 128 / 0.5);
}

.focus\:border-s-green-400\/60:focus {
  border-inline-start-color: rgb(74 222 128 / 0.6);
}

.focus\:border-s-green-400\/70:focus {
  border-inline-start-color: rgb(74 222 128 / 0.7);
}

.focus\:border-s-green-400\/75:focus {
  border-inline-start-color: rgb(74 222 128 / 0.75);
}

.focus\:border-s-green-400\/80:focus {
  border-inline-start-color: rgb(74 222 128 / 0.8);
}

.focus\:border-s-green-400\/90:focus {
  border-inline-start-color: rgb(74 222 128 / 0.9);
}

.focus\:border-s-green-400\/95:focus {
  border-inline-start-color: rgb(74 222 128 / 0.95);
}

.focus\:border-s-green-50:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(240 253 244 / var(--tw-border-opacity));
}

.focus\:border-s-green-50\/0:focus {
  border-inline-start-color: rgb(240 253 244 / 0);
}

.focus\:border-s-green-50\/10:focus {
  border-inline-start-color: rgb(240 253 244 / 0.1);
}

.focus\:border-s-green-50\/100:focus {
  border-inline-start-color: rgb(240 253 244 / 1);
}

.focus\:border-s-green-50\/20:focus {
  border-inline-start-color: rgb(240 253 244 / 0.2);
}

.focus\:border-s-green-50\/25:focus {
  border-inline-start-color: rgb(240 253 244 / 0.25);
}

.focus\:border-s-green-50\/30:focus {
  border-inline-start-color: rgb(240 253 244 / 0.3);
}

.focus\:border-s-green-50\/40:focus {
  border-inline-start-color: rgb(240 253 244 / 0.4);
}

.focus\:border-s-green-50\/5:focus {
  border-inline-start-color: rgb(240 253 244 / 0.05);
}

.focus\:border-s-green-50\/50:focus {
  border-inline-start-color: rgb(240 253 244 / 0.5);
}

.focus\:border-s-green-50\/60:focus {
  border-inline-start-color: rgb(240 253 244 / 0.6);
}

.focus\:border-s-green-50\/70:focus {
  border-inline-start-color: rgb(240 253 244 / 0.7);
}

.focus\:border-s-green-50\/75:focus {
  border-inline-start-color: rgb(240 253 244 / 0.75);
}

.focus\:border-s-green-50\/80:focus {
  border-inline-start-color: rgb(240 253 244 / 0.8);
}

.focus\:border-s-green-50\/90:focus {
  border-inline-start-color: rgb(240 253 244 / 0.9);
}

.focus\:border-s-green-50\/95:focus {
  border-inline-start-color: rgb(240 253 244 / 0.95);
}

.focus\:border-s-green-500:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.focus\:border-s-green-500\/0:focus {
  border-inline-start-color: rgb(34 197 94 / 0);
}

.focus\:border-s-green-500\/10:focus {
  border-inline-start-color: rgb(34 197 94 / 0.1);
}

.focus\:border-s-green-500\/100:focus {
  border-inline-start-color: rgb(34 197 94 / 1);
}

.focus\:border-s-green-500\/20:focus {
  border-inline-start-color: rgb(34 197 94 / 0.2);
}

.focus\:border-s-green-500\/25:focus {
  border-inline-start-color: rgb(34 197 94 / 0.25);
}

.focus\:border-s-green-500\/30:focus {
  border-inline-start-color: rgb(34 197 94 / 0.3);
}

.focus\:border-s-green-500\/40:focus {
  border-inline-start-color: rgb(34 197 94 / 0.4);
}

.focus\:border-s-green-500\/5:focus {
  border-inline-start-color: rgb(34 197 94 / 0.05);
}

.focus\:border-s-green-500\/50:focus {
  border-inline-start-color: rgb(34 197 94 / 0.5);
}

.focus\:border-s-green-500\/60:focus {
  border-inline-start-color: rgb(34 197 94 / 0.6);
}

.focus\:border-s-green-500\/70:focus {
  border-inline-start-color: rgb(34 197 94 / 0.7);
}

.focus\:border-s-green-500\/75:focus {
  border-inline-start-color: rgb(34 197 94 / 0.75);
}

.focus\:border-s-green-500\/80:focus {
  border-inline-start-color: rgb(34 197 94 / 0.8);
}

.focus\:border-s-green-500\/90:focus {
  border-inline-start-color: rgb(34 197 94 / 0.9);
}

.focus\:border-s-green-500\/95:focus {
  border-inline-start-color: rgb(34 197 94 / 0.95);
}

.focus\:border-s-green-600:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.focus\:border-s-green-600\/0:focus {
  border-inline-start-color: rgb(22 163 74 / 0);
}

.focus\:border-s-green-600\/10:focus {
  border-inline-start-color: rgb(22 163 74 / 0.1);
}

.focus\:border-s-green-600\/100:focus {
  border-inline-start-color: rgb(22 163 74 / 1);
}

.focus\:border-s-green-600\/20:focus {
  border-inline-start-color: rgb(22 163 74 / 0.2);
}

.focus\:border-s-green-600\/25:focus {
  border-inline-start-color: rgb(22 163 74 / 0.25);
}

.focus\:border-s-green-600\/30:focus {
  border-inline-start-color: rgb(22 163 74 / 0.3);
}

.focus\:border-s-green-600\/40:focus {
  border-inline-start-color: rgb(22 163 74 / 0.4);
}

.focus\:border-s-green-600\/5:focus {
  border-inline-start-color: rgb(22 163 74 / 0.05);
}

.focus\:border-s-green-600\/50:focus {
  border-inline-start-color: rgb(22 163 74 / 0.5);
}

.focus\:border-s-green-600\/60:focus {
  border-inline-start-color: rgb(22 163 74 / 0.6);
}

.focus\:border-s-green-600\/70:focus {
  border-inline-start-color: rgb(22 163 74 / 0.7);
}

.focus\:border-s-green-600\/75:focus {
  border-inline-start-color: rgb(22 163 74 / 0.75);
}

.focus\:border-s-green-600\/80:focus {
  border-inline-start-color: rgb(22 163 74 / 0.8);
}

.focus\:border-s-green-600\/90:focus {
  border-inline-start-color: rgb(22 163 74 / 0.9);
}

.focus\:border-s-green-600\/95:focus {
  border-inline-start-color: rgb(22 163 74 / 0.95);
}

.focus\:border-s-green-700:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.focus\:border-s-green-700\/0:focus {
  border-inline-start-color: rgb(21 128 61 / 0);
}

.focus\:border-s-green-700\/10:focus {
  border-inline-start-color: rgb(21 128 61 / 0.1);
}

.focus\:border-s-green-700\/100:focus {
  border-inline-start-color: rgb(21 128 61 / 1);
}

.focus\:border-s-green-700\/20:focus {
  border-inline-start-color: rgb(21 128 61 / 0.2);
}

.focus\:border-s-green-700\/25:focus {
  border-inline-start-color: rgb(21 128 61 / 0.25);
}

.focus\:border-s-green-700\/30:focus {
  border-inline-start-color: rgb(21 128 61 / 0.3);
}

.focus\:border-s-green-700\/40:focus {
  border-inline-start-color: rgb(21 128 61 / 0.4);
}

.focus\:border-s-green-700\/5:focus {
  border-inline-start-color: rgb(21 128 61 / 0.05);
}

.focus\:border-s-green-700\/50:focus {
  border-inline-start-color: rgb(21 128 61 / 0.5);
}

.focus\:border-s-green-700\/60:focus {
  border-inline-start-color: rgb(21 128 61 / 0.6);
}

.focus\:border-s-green-700\/70:focus {
  border-inline-start-color: rgb(21 128 61 / 0.7);
}

.focus\:border-s-green-700\/75:focus {
  border-inline-start-color: rgb(21 128 61 / 0.75);
}

.focus\:border-s-green-700\/80:focus {
  border-inline-start-color: rgb(21 128 61 / 0.8);
}

.focus\:border-s-green-700\/90:focus {
  border-inline-start-color: rgb(21 128 61 / 0.9);
}

.focus\:border-s-green-700\/95:focus {
  border-inline-start-color: rgb(21 128 61 / 0.95);
}

.focus\:border-s-green-800:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.focus\:border-s-green-800\/0:focus {
  border-inline-start-color: rgb(22 101 52 / 0);
}

.focus\:border-s-green-800\/10:focus {
  border-inline-start-color: rgb(22 101 52 / 0.1);
}

.focus\:border-s-green-800\/100:focus {
  border-inline-start-color: rgb(22 101 52 / 1);
}

.focus\:border-s-green-800\/20:focus {
  border-inline-start-color: rgb(22 101 52 / 0.2);
}

.focus\:border-s-green-800\/25:focus {
  border-inline-start-color: rgb(22 101 52 / 0.25);
}

.focus\:border-s-green-800\/30:focus {
  border-inline-start-color: rgb(22 101 52 / 0.3);
}

.focus\:border-s-green-800\/40:focus {
  border-inline-start-color: rgb(22 101 52 / 0.4);
}

.focus\:border-s-green-800\/5:focus {
  border-inline-start-color: rgb(22 101 52 / 0.05);
}

.focus\:border-s-green-800\/50:focus {
  border-inline-start-color: rgb(22 101 52 / 0.5);
}

.focus\:border-s-green-800\/60:focus {
  border-inline-start-color: rgb(22 101 52 / 0.6);
}

.focus\:border-s-green-800\/70:focus {
  border-inline-start-color: rgb(22 101 52 / 0.7);
}

.focus\:border-s-green-800\/75:focus {
  border-inline-start-color: rgb(22 101 52 / 0.75);
}

.focus\:border-s-green-800\/80:focus {
  border-inline-start-color: rgb(22 101 52 / 0.8);
}

.focus\:border-s-green-800\/90:focus {
  border-inline-start-color: rgb(22 101 52 / 0.9);
}

.focus\:border-s-green-800\/95:focus {
  border-inline-start-color: rgb(22 101 52 / 0.95);
}

.focus\:border-s-green-900:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(20 83 45 / var(--tw-border-opacity));
}

.focus\:border-s-green-900\/0:focus {
  border-inline-start-color: rgb(20 83 45 / 0);
}

.focus\:border-s-green-900\/10:focus {
  border-inline-start-color: rgb(20 83 45 / 0.1);
}

.focus\:border-s-green-900\/100:focus {
  border-inline-start-color: rgb(20 83 45 / 1);
}

.focus\:border-s-green-900\/20:focus {
  border-inline-start-color: rgb(20 83 45 / 0.2);
}

.focus\:border-s-green-900\/25:focus {
  border-inline-start-color: rgb(20 83 45 / 0.25);
}

.focus\:border-s-green-900\/30:focus {
  border-inline-start-color: rgb(20 83 45 / 0.3);
}

.focus\:border-s-green-900\/40:focus {
  border-inline-start-color: rgb(20 83 45 / 0.4);
}

.focus\:border-s-green-900\/5:focus {
  border-inline-start-color: rgb(20 83 45 / 0.05);
}

.focus\:border-s-green-900\/50:focus {
  border-inline-start-color: rgb(20 83 45 / 0.5);
}

.focus\:border-s-green-900\/60:focus {
  border-inline-start-color: rgb(20 83 45 / 0.6);
}

.focus\:border-s-green-900\/70:focus {
  border-inline-start-color: rgb(20 83 45 / 0.7);
}

.focus\:border-s-green-900\/75:focus {
  border-inline-start-color: rgb(20 83 45 / 0.75);
}

.focus\:border-s-green-900\/80:focus {
  border-inline-start-color: rgb(20 83 45 / 0.8);
}

.focus\:border-s-green-900\/90:focus {
  border-inline-start-color: rgb(20 83 45 / 0.9);
}

.focus\:border-s-green-900\/95:focus {
  border-inline-start-color: rgb(20 83 45 / 0.95);
}

.focus\:border-s-green-950:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(5 46 22 / var(--tw-border-opacity));
}

.focus\:border-s-green-950\/0:focus {
  border-inline-start-color: rgb(5 46 22 / 0);
}

.focus\:border-s-green-950\/10:focus {
  border-inline-start-color: rgb(5 46 22 / 0.1);
}

.focus\:border-s-green-950\/100:focus {
  border-inline-start-color: rgb(5 46 22 / 1);
}

.focus\:border-s-green-950\/20:focus {
  border-inline-start-color: rgb(5 46 22 / 0.2);
}

.focus\:border-s-green-950\/25:focus {
  border-inline-start-color: rgb(5 46 22 / 0.25);
}

.focus\:border-s-green-950\/30:focus {
  border-inline-start-color: rgb(5 46 22 / 0.3);
}

.focus\:border-s-green-950\/40:focus {
  border-inline-start-color: rgb(5 46 22 / 0.4);
}

.focus\:border-s-green-950\/5:focus {
  border-inline-start-color: rgb(5 46 22 / 0.05);
}

.focus\:border-s-green-950\/50:focus {
  border-inline-start-color: rgb(5 46 22 / 0.5);
}

.focus\:border-s-green-950\/60:focus {
  border-inline-start-color: rgb(5 46 22 / 0.6);
}

.focus\:border-s-green-950\/70:focus {
  border-inline-start-color: rgb(5 46 22 / 0.7);
}

.focus\:border-s-green-950\/75:focus {
  border-inline-start-color: rgb(5 46 22 / 0.75);
}

.focus\:border-s-green-950\/80:focus {
  border-inline-start-color: rgb(5 46 22 / 0.8);
}

.focus\:border-s-green-950\/90:focus {
  border-inline-start-color: rgb(5 46 22 / 0.9);
}

.focus\:border-s-green-950\/95:focus {
  border-inline-start-color: rgb(5 46 22 / 0.95);
}

.focus\:border-s-indigo-100:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(224 231 255 / var(--tw-border-opacity));
}

.focus\:border-s-indigo-100\/0:focus {
  border-inline-start-color: rgb(224 231 255 / 0);
}

.focus\:border-s-indigo-100\/10:focus {
  border-inline-start-color: rgb(224 231 255 / 0.1);
}

.focus\:border-s-indigo-100\/100:focus {
  border-inline-start-color: rgb(224 231 255 / 1);
}

.focus\:border-s-indigo-100\/20:focus {
  border-inline-start-color: rgb(224 231 255 / 0.2);
}

.focus\:border-s-indigo-100\/25:focus {
  border-inline-start-color: rgb(224 231 255 / 0.25);
}

.focus\:border-s-indigo-100\/30:focus {
  border-inline-start-color: rgb(224 231 255 / 0.3);
}

.focus\:border-s-indigo-100\/40:focus {
  border-inline-start-color: rgb(224 231 255 / 0.4);
}

.focus\:border-s-indigo-100\/5:focus {
  border-inline-start-color: rgb(224 231 255 / 0.05);
}

.focus\:border-s-indigo-100\/50:focus {
  border-inline-start-color: rgb(224 231 255 / 0.5);
}

.focus\:border-s-indigo-100\/60:focus {
  border-inline-start-color: rgb(224 231 255 / 0.6);
}

.focus\:border-s-indigo-100\/70:focus {
  border-inline-start-color: rgb(224 231 255 / 0.7);
}

.focus\:border-s-indigo-100\/75:focus {
  border-inline-start-color: rgb(224 231 255 / 0.75);
}

.focus\:border-s-indigo-100\/80:focus {
  border-inline-start-color: rgb(224 231 255 / 0.8);
}

.focus\:border-s-indigo-100\/90:focus {
  border-inline-start-color: rgb(224 231 255 / 0.9);
}

.focus\:border-s-indigo-100\/95:focus {
  border-inline-start-color: rgb(224 231 255 / 0.95);
}

.focus\:border-s-indigo-200:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.focus\:border-s-indigo-200\/0:focus {
  border-inline-start-color: rgb(199 210 254 / 0);
}

.focus\:border-s-indigo-200\/10:focus {
  border-inline-start-color: rgb(199 210 254 / 0.1);
}

.focus\:border-s-indigo-200\/100:focus {
  border-inline-start-color: rgb(199 210 254 / 1);
}

.focus\:border-s-indigo-200\/20:focus {
  border-inline-start-color: rgb(199 210 254 / 0.2);
}

.focus\:border-s-indigo-200\/25:focus {
  border-inline-start-color: rgb(199 210 254 / 0.25);
}

.focus\:border-s-indigo-200\/30:focus {
  border-inline-start-color: rgb(199 210 254 / 0.3);
}

.focus\:border-s-indigo-200\/40:focus {
  border-inline-start-color: rgb(199 210 254 / 0.4);
}

.focus\:border-s-indigo-200\/5:focus {
  border-inline-start-color: rgb(199 210 254 / 0.05);
}

.focus\:border-s-indigo-200\/50:focus {
  border-inline-start-color: rgb(199 210 254 / 0.5);
}

.focus\:border-s-indigo-200\/60:focus {
  border-inline-start-color: rgb(199 210 254 / 0.6);
}

.focus\:border-s-indigo-200\/70:focus {
  border-inline-start-color: rgb(199 210 254 / 0.7);
}

.focus\:border-s-indigo-200\/75:focus {
  border-inline-start-color: rgb(199 210 254 / 0.75);
}

.focus\:border-s-indigo-200\/80:focus {
  border-inline-start-color: rgb(199 210 254 / 0.8);
}

.focus\:border-s-indigo-200\/90:focus {
  border-inline-start-color: rgb(199 210 254 / 0.9);
}

.focus\:border-s-indigo-200\/95:focus {
  border-inline-start-color: rgb(199 210 254 / 0.95);
}

.focus\:border-s-indigo-300:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.focus\:border-s-indigo-300\/0:focus {
  border-inline-start-color: rgb(165 180 252 / 0);
}

.focus\:border-s-indigo-300\/10:focus {
  border-inline-start-color: rgb(165 180 252 / 0.1);
}

.focus\:border-s-indigo-300\/100:focus {
  border-inline-start-color: rgb(165 180 252 / 1);
}

.focus\:border-s-indigo-300\/20:focus {
  border-inline-start-color: rgb(165 180 252 / 0.2);
}

.focus\:border-s-indigo-300\/25:focus {
  border-inline-start-color: rgb(165 180 252 / 0.25);
}

.focus\:border-s-indigo-300\/30:focus {
  border-inline-start-color: rgb(165 180 252 / 0.3);
}

.focus\:border-s-indigo-300\/40:focus {
  border-inline-start-color: rgb(165 180 252 / 0.4);
}

.focus\:border-s-indigo-300\/5:focus {
  border-inline-start-color: rgb(165 180 252 / 0.05);
}

.focus\:border-s-indigo-300\/50:focus {
  border-inline-start-color: rgb(165 180 252 / 0.5);
}

.focus\:border-s-indigo-300\/60:focus {
  border-inline-start-color: rgb(165 180 252 / 0.6);
}

.focus\:border-s-indigo-300\/70:focus {
  border-inline-start-color: rgb(165 180 252 / 0.7);
}

.focus\:border-s-indigo-300\/75:focus {
  border-inline-start-color: rgb(165 180 252 / 0.75);
}

.focus\:border-s-indigo-300\/80:focus {
  border-inline-start-color: rgb(165 180 252 / 0.8);
}

.focus\:border-s-indigo-300\/90:focus {
  border-inline-start-color: rgb(165 180 252 / 0.9);
}

.focus\:border-s-indigo-300\/95:focus {
  border-inline-start-color: rgb(165 180 252 / 0.95);
}

.focus\:border-s-indigo-400:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.focus\:border-s-indigo-400\/0:focus {
  border-inline-start-color: rgb(129 140 248 / 0);
}

.focus\:border-s-indigo-400\/10:focus {
  border-inline-start-color: rgb(129 140 248 / 0.1);
}

.focus\:border-s-indigo-400\/100:focus {
  border-inline-start-color: rgb(129 140 248 / 1);
}

.focus\:border-s-indigo-400\/20:focus {
  border-inline-start-color: rgb(129 140 248 / 0.2);
}

.focus\:border-s-indigo-400\/25:focus {
  border-inline-start-color: rgb(129 140 248 / 0.25);
}

.focus\:border-s-indigo-400\/30:focus {
  border-inline-start-color: rgb(129 140 248 / 0.3);
}

.focus\:border-s-indigo-400\/40:focus {
  border-inline-start-color: rgb(129 140 248 / 0.4);
}

.focus\:border-s-indigo-400\/5:focus {
  border-inline-start-color: rgb(129 140 248 / 0.05);
}

.focus\:border-s-indigo-400\/50:focus {
  border-inline-start-color: rgb(129 140 248 / 0.5);
}

.focus\:border-s-indigo-400\/60:focus {
  border-inline-start-color: rgb(129 140 248 / 0.6);
}

.focus\:border-s-indigo-400\/70:focus {
  border-inline-start-color: rgb(129 140 248 / 0.7);
}

.focus\:border-s-indigo-400\/75:focus {
  border-inline-start-color: rgb(129 140 248 / 0.75);
}

.focus\:border-s-indigo-400\/80:focus {
  border-inline-start-color: rgb(129 140 248 / 0.8);
}

.focus\:border-s-indigo-400\/90:focus {
  border-inline-start-color: rgb(129 140 248 / 0.9);
}

.focus\:border-s-indigo-400\/95:focus {
  border-inline-start-color: rgb(129 140 248 / 0.95);
}

.focus\:border-s-indigo-50:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(238 242 255 / var(--tw-border-opacity));
}

.focus\:border-s-indigo-50\/0:focus {
  border-inline-start-color: rgb(238 242 255 / 0);
}

.focus\:border-s-indigo-50\/10:focus {
  border-inline-start-color: rgb(238 242 255 / 0.1);
}

.focus\:border-s-indigo-50\/100:focus {
  border-inline-start-color: rgb(238 242 255 / 1);
}

.focus\:border-s-indigo-50\/20:focus {
  border-inline-start-color: rgb(238 242 255 / 0.2);
}

.focus\:border-s-indigo-50\/25:focus {
  border-inline-start-color: rgb(238 242 255 / 0.25);
}

.focus\:border-s-indigo-50\/30:focus {
  border-inline-start-color: rgb(238 242 255 / 0.3);
}

.focus\:border-s-indigo-50\/40:focus {
  border-inline-start-color: rgb(238 242 255 / 0.4);
}

.focus\:border-s-indigo-50\/5:focus {
  border-inline-start-color: rgb(238 242 255 / 0.05);
}

.focus\:border-s-indigo-50\/50:focus {
  border-inline-start-color: rgb(238 242 255 / 0.5);
}

.focus\:border-s-indigo-50\/60:focus {
  border-inline-start-color: rgb(238 242 255 / 0.6);
}

.focus\:border-s-indigo-50\/70:focus {
  border-inline-start-color: rgb(238 242 255 / 0.7);
}

.focus\:border-s-indigo-50\/75:focus {
  border-inline-start-color: rgb(238 242 255 / 0.75);
}

.focus\:border-s-indigo-50\/80:focus {
  border-inline-start-color: rgb(238 242 255 / 0.8);
}

.focus\:border-s-indigo-50\/90:focus {
  border-inline-start-color: rgb(238 242 255 / 0.9);
}

.focus\:border-s-indigo-50\/95:focus {
  border-inline-start-color: rgb(238 242 255 / 0.95);
}

.focus\:border-s-indigo-500:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.focus\:border-s-indigo-500\/0:focus {
  border-inline-start-color: rgb(99 102 241 / 0);
}

.focus\:border-s-indigo-500\/10:focus {
  border-inline-start-color: rgb(99 102 241 / 0.1);
}

.focus\:border-s-indigo-500\/100:focus {
  border-inline-start-color: rgb(99 102 241 / 1);
}

.focus\:border-s-indigo-500\/20:focus {
  border-inline-start-color: rgb(99 102 241 / 0.2);
}

.focus\:border-s-indigo-500\/25:focus {
  border-inline-start-color: rgb(99 102 241 / 0.25);
}

.focus\:border-s-indigo-500\/30:focus {
  border-inline-start-color: rgb(99 102 241 / 0.3);
}

.focus\:border-s-indigo-500\/40:focus {
  border-inline-start-color: rgb(99 102 241 / 0.4);
}

.focus\:border-s-indigo-500\/5:focus {
  border-inline-start-color: rgb(99 102 241 / 0.05);
}

.focus\:border-s-indigo-500\/50:focus {
  border-inline-start-color: rgb(99 102 241 / 0.5);
}

.focus\:border-s-indigo-500\/60:focus {
  border-inline-start-color: rgb(99 102 241 / 0.6);
}

.focus\:border-s-indigo-500\/70:focus {
  border-inline-start-color: rgb(99 102 241 / 0.7);
}

.focus\:border-s-indigo-500\/75:focus {
  border-inline-start-color: rgb(99 102 241 / 0.75);
}

.focus\:border-s-indigo-500\/80:focus {
  border-inline-start-color: rgb(99 102 241 / 0.8);
}

.focus\:border-s-indigo-500\/90:focus {
  border-inline-start-color: rgb(99 102 241 / 0.9);
}

.focus\:border-s-indigo-500\/95:focus {
  border-inline-start-color: rgb(99 102 241 / 0.95);
}

.focus\:border-s-indigo-600:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.focus\:border-s-indigo-600\/0:focus {
  border-inline-start-color: rgb(79 70 229 / 0);
}

.focus\:border-s-indigo-600\/10:focus {
  border-inline-start-color: rgb(79 70 229 / 0.1);
}

.focus\:border-s-indigo-600\/100:focus {
  border-inline-start-color: rgb(79 70 229 / 1);
}

.focus\:border-s-indigo-600\/20:focus {
  border-inline-start-color: rgb(79 70 229 / 0.2);
}

.focus\:border-s-indigo-600\/25:focus {
  border-inline-start-color: rgb(79 70 229 / 0.25);
}

.focus\:border-s-indigo-600\/30:focus {
  border-inline-start-color: rgb(79 70 229 / 0.3);
}

.focus\:border-s-indigo-600\/40:focus {
  border-inline-start-color: rgb(79 70 229 / 0.4);
}

.focus\:border-s-indigo-600\/5:focus {
  border-inline-start-color: rgb(79 70 229 / 0.05);
}

.focus\:border-s-indigo-600\/50:focus {
  border-inline-start-color: rgb(79 70 229 / 0.5);
}

.focus\:border-s-indigo-600\/60:focus {
  border-inline-start-color: rgb(79 70 229 / 0.6);
}

.focus\:border-s-indigo-600\/70:focus {
  border-inline-start-color: rgb(79 70 229 / 0.7);
}

.focus\:border-s-indigo-600\/75:focus {
  border-inline-start-color: rgb(79 70 229 / 0.75);
}

.focus\:border-s-indigo-600\/80:focus {
  border-inline-start-color: rgb(79 70 229 / 0.8);
}

.focus\:border-s-indigo-600\/90:focus {
  border-inline-start-color: rgb(79 70 229 / 0.9);
}

.focus\:border-s-indigo-600\/95:focus {
  border-inline-start-color: rgb(79 70 229 / 0.95);
}

.focus\:border-s-indigo-700:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.focus\:border-s-indigo-700\/0:focus {
  border-inline-start-color: rgb(67 56 202 / 0);
}

.focus\:border-s-indigo-700\/10:focus {
  border-inline-start-color: rgb(67 56 202 / 0.1);
}

.focus\:border-s-indigo-700\/100:focus {
  border-inline-start-color: rgb(67 56 202 / 1);
}

.focus\:border-s-indigo-700\/20:focus {
  border-inline-start-color: rgb(67 56 202 / 0.2);
}

.focus\:border-s-indigo-700\/25:focus {
  border-inline-start-color: rgb(67 56 202 / 0.25);
}

.focus\:border-s-indigo-700\/30:focus {
  border-inline-start-color: rgb(67 56 202 / 0.3);
}

.focus\:border-s-indigo-700\/40:focus {
  border-inline-start-color: rgb(67 56 202 / 0.4);
}

.focus\:border-s-indigo-700\/5:focus {
  border-inline-start-color: rgb(67 56 202 / 0.05);
}

.focus\:border-s-indigo-700\/50:focus {
  border-inline-start-color: rgb(67 56 202 / 0.5);
}

.focus\:border-s-indigo-700\/60:focus {
  border-inline-start-color: rgb(67 56 202 / 0.6);
}

.focus\:border-s-indigo-700\/70:focus {
  border-inline-start-color: rgb(67 56 202 / 0.7);
}

.focus\:border-s-indigo-700\/75:focus {
  border-inline-start-color: rgb(67 56 202 / 0.75);
}

.focus\:border-s-indigo-700\/80:focus {
  border-inline-start-color: rgb(67 56 202 / 0.8);
}

.focus\:border-s-indigo-700\/90:focus {
  border-inline-start-color: rgb(67 56 202 / 0.9);
}

.focus\:border-s-indigo-700\/95:focus {
  border-inline-start-color: rgb(67 56 202 / 0.95);
}

.focus\:border-s-indigo-800:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(55 48 163 / var(--tw-border-opacity));
}

.focus\:border-s-indigo-800\/0:focus {
  border-inline-start-color: rgb(55 48 163 / 0);
}

.focus\:border-s-indigo-800\/10:focus {
  border-inline-start-color: rgb(55 48 163 / 0.1);
}

.focus\:border-s-indigo-800\/100:focus {
  border-inline-start-color: rgb(55 48 163 / 1);
}

.focus\:border-s-indigo-800\/20:focus {
  border-inline-start-color: rgb(55 48 163 / 0.2);
}

.focus\:border-s-indigo-800\/25:focus {
  border-inline-start-color: rgb(55 48 163 / 0.25);
}

.focus\:border-s-indigo-800\/30:focus {
  border-inline-start-color: rgb(55 48 163 / 0.3);
}

.focus\:border-s-indigo-800\/40:focus {
  border-inline-start-color: rgb(55 48 163 / 0.4);
}

.focus\:border-s-indigo-800\/5:focus {
  border-inline-start-color: rgb(55 48 163 / 0.05);
}

.focus\:border-s-indigo-800\/50:focus {
  border-inline-start-color: rgb(55 48 163 / 0.5);
}

.focus\:border-s-indigo-800\/60:focus {
  border-inline-start-color: rgb(55 48 163 / 0.6);
}

.focus\:border-s-indigo-800\/70:focus {
  border-inline-start-color: rgb(55 48 163 / 0.7);
}

.focus\:border-s-indigo-800\/75:focus {
  border-inline-start-color: rgb(55 48 163 / 0.75);
}

.focus\:border-s-indigo-800\/80:focus {
  border-inline-start-color: rgb(55 48 163 / 0.8);
}

.focus\:border-s-indigo-800\/90:focus {
  border-inline-start-color: rgb(55 48 163 / 0.9);
}

.focus\:border-s-indigo-800\/95:focus {
  border-inline-start-color: rgb(55 48 163 / 0.95);
}

.focus\:border-s-indigo-900:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(49 46 129 / var(--tw-border-opacity));
}

.focus\:border-s-indigo-900\/0:focus {
  border-inline-start-color: rgb(49 46 129 / 0);
}

.focus\:border-s-indigo-900\/10:focus {
  border-inline-start-color: rgb(49 46 129 / 0.1);
}

.focus\:border-s-indigo-900\/100:focus {
  border-inline-start-color: rgb(49 46 129 / 1);
}

.focus\:border-s-indigo-900\/20:focus {
  border-inline-start-color: rgb(49 46 129 / 0.2);
}

.focus\:border-s-indigo-900\/25:focus {
  border-inline-start-color: rgb(49 46 129 / 0.25);
}

.focus\:border-s-indigo-900\/30:focus {
  border-inline-start-color: rgb(49 46 129 / 0.3);
}

.focus\:border-s-indigo-900\/40:focus {
  border-inline-start-color: rgb(49 46 129 / 0.4);
}

.focus\:border-s-indigo-900\/5:focus {
  border-inline-start-color: rgb(49 46 129 / 0.05);
}

.focus\:border-s-indigo-900\/50:focus {
  border-inline-start-color: rgb(49 46 129 / 0.5);
}

.focus\:border-s-indigo-900\/60:focus {
  border-inline-start-color: rgb(49 46 129 / 0.6);
}

.focus\:border-s-indigo-900\/70:focus {
  border-inline-start-color: rgb(49 46 129 / 0.7);
}

.focus\:border-s-indigo-900\/75:focus {
  border-inline-start-color: rgb(49 46 129 / 0.75);
}

.focus\:border-s-indigo-900\/80:focus {
  border-inline-start-color: rgb(49 46 129 / 0.8);
}

.focus\:border-s-indigo-900\/90:focus {
  border-inline-start-color: rgb(49 46 129 / 0.9);
}

.focus\:border-s-indigo-900\/95:focus {
  border-inline-start-color: rgb(49 46 129 / 0.95);
}

.focus\:border-s-indigo-950:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(30 27 75 / var(--tw-border-opacity));
}

.focus\:border-s-indigo-950\/0:focus {
  border-inline-start-color: rgb(30 27 75 / 0);
}

.focus\:border-s-indigo-950\/10:focus {
  border-inline-start-color: rgb(30 27 75 / 0.1);
}

.focus\:border-s-indigo-950\/100:focus {
  border-inline-start-color: rgb(30 27 75 / 1);
}

.focus\:border-s-indigo-950\/20:focus {
  border-inline-start-color: rgb(30 27 75 / 0.2);
}

.focus\:border-s-indigo-950\/25:focus {
  border-inline-start-color: rgb(30 27 75 / 0.25);
}

.focus\:border-s-indigo-950\/30:focus {
  border-inline-start-color: rgb(30 27 75 / 0.3);
}

.focus\:border-s-indigo-950\/40:focus {
  border-inline-start-color: rgb(30 27 75 / 0.4);
}

.focus\:border-s-indigo-950\/5:focus {
  border-inline-start-color: rgb(30 27 75 / 0.05);
}

.focus\:border-s-indigo-950\/50:focus {
  border-inline-start-color: rgb(30 27 75 / 0.5);
}

.focus\:border-s-indigo-950\/60:focus {
  border-inline-start-color: rgb(30 27 75 / 0.6);
}

.focus\:border-s-indigo-950\/70:focus {
  border-inline-start-color: rgb(30 27 75 / 0.7);
}

.focus\:border-s-indigo-950\/75:focus {
  border-inline-start-color: rgb(30 27 75 / 0.75);
}

.focus\:border-s-indigo-950\/80:focus {
  border-inline-start-color: rgb(30 27 75 / 0.8);
}

.focus\:border-s-indigo-950\/90:focus {
  border-inline-start-color: rgb(30 27 75 / 0.9);
}

.focus\:border-s-indigo-950\/95:focus {
  border-inline-start-color: rgb(30 27 75 / 0.95);
}

.focus\:border-s-inherit:focus {
  border-inline-start-color: inherit;
}

.focus\:border-s-interbeauty-100:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(249 197 175 / var(--tw-border-opacity));
}

.focus\:border-s-interbeauty-100\/0:focus {
  border-inline-start-color: rgb(249 197 175 / 0);
}

.focus\:border-s-interbeauty-100\/10:focus {
  border-inline-start-color: rgb(249 197 175 / 0.1);
}

.focus\:border-s-interbeauty-100\/100:focus {
  border-inline-start-color: rgb(249 197 175 / 1);
}

.focus\:border-s-interbeauty-100\/20:focus {
  border-inline-start-color: rgb(249 197 175 / 0.2);
}

.focus\:border-s-interbeauty-100\/25:focus {
  border-inline-start-color: rgb(249 197 175 / 0.25);
}

.focus\:border-s-interbeauty-100\/30:focus {
  border-inline-start-color: rgb(249 197 175 / 0.3);
}

.focus\:border-s-interbeauty-100\/40:focus {
  border-inline-start-color: rgb(249 197 175 / 0.4);
}

.focus\:border-s-interbeauty-100\/5:focus {
  border-inline-start-color: rgb(249 197 175 / 0.05);
}

.focus\:border-s-interbeauty-100\/50:focus {
  border-inline-start-color: rgb(249 197 175 / 0.5);
}

.focus\:border-s-interbeauty-100\/60:focus {
  border-inline-start-color: rgb(249 197 175 / 0.6);
}

.focus\:border-s-interbeauty-100\/70:focus {
  border-inline-start-color: rgb(249 197 175 / 0.7);
}

.focus\:border-s-interbeauty-100\/75:focus {
  border-inline-start-color: rgb(249 197 175 / 0.75);
}

.focus\:border-s-interbeauty-100\/80:focus {
  border-inline-start-color: rgb(249 197 175 / 0.8);
}

.focus\:border-s-interbeauty-100\/90:focus {
  border-inline-start-color: rgb(249 197 175 / 0.9);
}

.focus\:border-s-interbeauty-100\/95:focus {
  border-inline-start-color: rgb(249 197 175 / 0.95);
}

.focus\:border-s-interbeauty-200:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(241 182 191 / var(--tw-border-opacity));
}

.focus\:border-s-interbeauty-200\/0:focus {
  border-inline-start-color: rgb(241 182 191 / 0);
}

.focus\:border-s-interbeauty-200\/10:focus {
  border-inline-start-color: rgb(241 182 191 / 0.1);
}

.focus\:border-s-interbeauty-200\/100:focus {
  border-inline-start-color: rgb(241 182 191 / 1);
}

.focus\:border-s-interbeauty-200\/20:focus {
  border-inline-start-color: rgb(241 182 191 / 0.2);
}

.focus\:border-s-interbeauty-200\/25:focus {
  border-inline-start-color: rgb(241 182 191 / 0.25);
}

.focus\:border-s-interbeauty-200\/30:focus {
  border-inline-start-color: rgb(241 182 191 / 0.3);
}

.focus\:border-s-interbeauty-200\/40:focus {
  border-inline-start-color: rgb(241 182 191 / 0.4);
}

.focus\:border-s-interbeauty-200\/5:focus {
  border-inline-start-color: rgb(241 182 191 / 0.05);
}

.focus\:border-s-interbeauty-200\/50:focus {
  border-inline-start-color: rgb(241 182 191 / 0.5);
}

.focus\:border-s-interbeauty-200\/60:focus {
  border-inline-start-color: rgb(241 182 191 / 0.6);
}

.focus\:border-s-interbeauty-200\/70:focus {
  border-inline-start-color: rgb(241 182 191 / 0.7);
}

.focus\:border-s-interbeauty-200\/75:focus {
  border-inline-start-color: rgb(241 182 191 / 0.75);
}

.focus\:border-s-interbeauty-200\/80:focus {
  border-inline-start-color: rgb(241 182 191 / 0.8);
}

.focus\:border-s-interbeauty-200\/90:focus {
  border-inline-start-color: rgb(241 182 191 / 0.9);
}

.focus\:border-s-interbeauty-200\/95:focus {
  border-inline-start-color: rgb(241 182 191 / 0.95);
}

.focus\:border-s-interbeauty-300:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(182 219 231 / var(--tw-border-opacity));
}

.focus\:border-s-interbeauty-300\/0:focus {
  border-inline-start-color: rgb(182 219 231 / 0);
}

.focus\:border-s-interbeauty-300\/10:focus {
  border-inline-start-color: rgb(182 219 231 / 0.1);
}

.focus\:border-s-interbeauty-300\/100:focus {
  border-inline-start-color: rgb(182 219 231 / 1);
}

.focus\:border-s-interbeauty-300\/20:focus {
  border-inline-start-color: rgb(182 219 231 / 0.2);
}

.focus\:border-s-interbeauty-300\/25:focus {
  border-inline-start-color: rgb(182 219 231 / 0.25);
}

.focus\:border-s-interbeauty-300\/30:focus {
  border-inline-start-color: rgb(182 219 231 / 0.3);
}

.focus\:border-s-interbeauty-300\/40:focus {
  border-inline-start-color: rgb(182 219 231 / 0.4);
}

.focus\:border-s-interbeauty-300\/5:focus {
  border-inline-start-color: rgb(182 219 231 / 0.05);
}

.focus\:border-s-interbeauty-300\/50:focus {
  border-inline-start-color: rgb(182 219 231 / 0.5);
}

.focus\:border-s-interbeauty-300\/60:focus {
  border-inline-start-color: rgb(182 219 231 / 0.6);
}

.focus\:border-s-interbeauty-300\/70:focus {
  border-inline-start-color: rgb(182 219 231 / 0.7);
}

.focus\:border-s-interbeauty-300\/75:focus {
  border-inline-start-color: rgb(182 219 231 / 0.75);
}

.focus\:border-s-interbeauty-300\/80:focus {
  border-inline-start-color: rgb(182 219 231 / 0.8);
}

.focus\:border-s-interbeauty-300\/90:focus {
  border-inline-start-color: rgb(182 219 231 / 0.9);
}

.focus\:border-s-interbeauty-300\/95:focus {
  border-inline-start-color: rgb(182 219 231 / 0.95);
}

.focus\:border-s-interbeauty-400:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 250 247 / var(--tw-border-opacity));
}

.focus\:border-s-interbeauty-400\/0:focus {
  border-inline-start-color: rgb(254 250 247 / 0);
}

.focus\:border-s-interbeauty-400\/10:focus {
  border-inline-start-color: rgb(254 250 247 / 0.1);
}

.focus\:border-s-interbeauty-400\/100:focus {
  border-inline-start-color: rgb(254 250 247 / 1);
}

.focus\:border-s-interbeauty-400\/20:focus {
  border-inline-start-color: rgb(254 250 247 / 0.2);
}

.focus\:border-s-interbeauty-400\/25:focus {
  border-inline-start-color: rgb(254 250 247 / 0.25);
}

.focus\:border-s-interbeauty-400\/30:focus {
  border-inline-start-color: rgb(254 250 247 / 0.3);
}

.focus\:border-s-interbeauty-400\/40:focus {
  border-inline-start-color: rgb(254 250 247 / 0.4);
}

.focus\:border-s-interbeauty-400\/5:focus {
  border-inline-start-color: rgb(254 250 247 / 0.05);
}

.focus\:border-s-interbeauty-400\/50:focus {
  border-inline-start-color: rgb(254 250 247 / 0.5);
}

.focus\:border-s-interbeauty-400\/60:focus {
  border-inline-start-color: rgb(254 250 247 / 0.6);
}

.focus\:border-s-interbeauty-400\/70:focus {
  border-inline-start-color: rgb(254 250 247 / 0.7);
}

.focus\:border-s-interbeauty-400\/75:focus {
  border-inline-start-color: rgb(254 250 247 / 0.75);
}

.focus\:border-s-interbeauty-400\/80:focus {
  border-inline-start-color: rgb(254 250 247 / 0.8);
}

.focus\:border-s-interbeauty-400\/90:focus {
  border-inline-start-color: rgb(254 250 247 / 0.9);
}

.focus\:border-s-interbeauty-400\/95:focus {
  border-inline-start-color: rgb(254 250 247 / 0.95);
}

.focus\:border-s-interbeauty-500:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(193 225 224 / var(--tw-border-opacity));
}

.focus\:border-s-interbeauty-500\/0:focus {
  border-inline-start-color: rgb(193 225 224 / 0);
}

.focus\:border-s-interbeauty-500\/10:focus {
  border-inline-start-color: rgb(193 225 224 / 0.1);
}

.focus\:border-s-interbeauty-500\/100:focus {
  border-inline-start-color: rgb(193 225 224 / 1);
}

.focus\:border-s-interbeauty-500\/20:focus {
  border-inline-start-color: rgb(193 225 224 / 0.2);
}

.focus\:border-s-interbeauty-500\/25:focus {
  border-inline-start-color: rgb(193 225 224 / 0.25);
}

.focus\:border-s-interbeauty-500\/30:focus {
  border-inline-start-color: rgb(193 225 224 / 0.3);
}

.focus\:border-s-interbeauty-500\/40:focus {
  border-inline-start-color: rgb(193 225 224 / 0.4);
}

.focus\:border-s-interbeauty-500\/5:focus {
  border-inline-start-color: rgb(193 225 224 / 0.05);
}

.focus\:border-s-interbeauty-500\/50:focus {
  border-inline-start-color: rgb(193 225 224 / 0.5);
}

.focus\:border-s-interbeauty-500\/60:focus {
  border-inline-start-color: rgb(193 225 224 / 0.6);
}

.focus\:border-s-interbeauty-500\/70:focus {
  border-inline-start-color: rgb(193 225 224 / 0.7);
}

.focus\:border-s-interbeauty-500\/75:focus {
  border-inline-start-color: rgb(193 225 224 / 0.75);
}

.focus\:border-s-interbeauty-500\/80:focus {
  border-inline-start-color: rgb(193 225 224 / 0.8);
}

.focus\:border-s-interbeauty-500\/90:focus {
  border-inline-start-color: rgb(193 225 224 / 0.9);
}

.focus\:border-s-interbeauty-500\/95:focus {
  border-inline-start-color: rgb(193 225 224 / 0.95);
}

.focus\:border-s-interbeauty-600:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(88 88 94 / var(--tw-border-opacity));
}

.focus\:border-s-interbeauty-600\/0:focus {
  border-inline-start-color: rgb(88 88 94 / 0);
}

.focus\:border-s-interbeauty-600\/10:focus {
  border-inline-start-color: rgb(88 88 94 / 0.1);
}

.focus\:border-s-interbeauty-600\/100:focus {
  border-inline-start-color: rgb(88 88 94 / 1);
}

.focus\:border-s-interbeauty-600\/20:focus {
  border-inline-start-color: rgb(88 88 94 / 0.2);
}

.focus\:border-s-interbeauty-600\/25:focus {
  border-inline-start-color: rgb(88 88 94 / 0.25);
}

.focus\:border-s-interbeauty-600\/30:focus {
  border-inline-start-color: rgb(88 88 94 / 0.3);
}

.focus\:border-s-interbeauty-600\/40:focus {
  border-inline-start-color: rgb(88 88 94 / 0.4);
}

.focus\:border-s-interbeauty-600\/5:focus {
  border-inline-start-color: rgb(88 88 94 / 0.05);
}

.focus\:border-s-interbeauty-600\/50:focus {
  border-inline-start-color: rgb(88 88 94 / 0.5);
}

.focus\:border-s-interbeauty-600\/60:focus {
  border-inline-start-color: rgb(88 88 94 / 0.6);
}

.focus\:border-s-interbeauty-600\/70:focus {
  border-inline-start-color: rgb(88 88 94 / 0.7);
}

.focus\:border-s-interbeauty-600\/75:focus {
  border-inline-start-color: rgb(88 88 94 / 0.75);
}

.focus\:border-s-interbeauty-600\/80:focus {
  border-inline-start-color: rgb(88 88 94 / 0.8);
}

.focus\:border-s-interbeauty-600\/90:focus {
  border-inline-start-color: rgb(88 88 94 / 0.9);
}

.focus\:border-s-interbeauty-600\/95:focus {
  border-inline-start-color: rgb(88 88 94 / 0.95);
}

.focus\:border-s-ipnvaluers-200:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(0 40 87 / var(--tw-border-opacity));
}

.focus\:border-s-ipnvaluers-200\/0:focus {
  border-inline-start-color: rgb(0 40 87 / 0);
}

.focus\:border-s-ipnvaluers-200\/10:focus {
  border-inline-start-color: rgb(0 40 87 / 0.1);
}

.focus\:border-s-ipnvaluers-200\/100:focus {
  border-inline-start-color: rgb(0 40 87 / 1);
}

.focus\:border-s-ipnvaluers-200\/20:focus {
  border-inline-start-color: rgb(0 40 87 / 0.2);
}

.focus\:border-s-ipnvaluers-200\/25:focus {
  border-inline-start-color: rgb(0 40 87 / 0.25);
}

.focus\:border-s-ipnvaluers-200\/30:focus {
  border-inline-start-color: rgb(0 40 87 / 0.3);
}

.focus\:border-s-ipnvaluers-200\/40:focus {
  border-inline-start-color: rgb(0 40 87 / 0.4);
}

.focus\:border-s-ipnvaluers-200\/5:focus {
  border-inline-start-color: rgb(0 40 87 / 0.05);
}

.focus\:border-s-ipnvaluers-200\/50:focus {
  border-inline-start-color: rgb(0 40 87 / 0.5);
}

.focus\:border-s-ipnvaluers-200\/60:focus {
  border-inline-start-color: rgb(0 40 87 / 0.6);
}

.focus\:border-s-ipnvaluers-200\/70:focus {
  border-inline-start-color: rgb(0 40 87 / 0.7);
}

.focus\:border-s-ipnvaluers-200\/75:focus {
  border-inline-start-color: rgb(0 40 87 / 0.75);
}

.focus\:border-s-ipnvaluers-200\/80:focus {
  border-inline-start-color: rgb(0 40 87 / 0.8);
}

.focus\:border-s-ipnvaluers-200\/90:focus {
  border-inline-start-color: rgb(0 40 87 / 0.9);
}

.focus\:border-s-ipnvaluers-200\/95:focus {
  border-inline-start-color: rgb(0 40 87 / 0.95);
}

.focus\:border-s-ipnvaluers-400:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(196 107 22 / var(--tw-border-opacity));
}

.focus\:border-s-ipnvaluers-400\/0:focus {
  border-inline-start-color: rgb(196 107 22 / 0);
}

.focus\:border-s-ipnvaluers-400\/10:focus {
  border-inline-start-color: rgb(196 107 22 / 0.1);
}

.focus\:border-s-ipnvaluers-400\/100:focus {
  border-inline-start-color: rgb(196 107 22 / 1);
}

.focus\:border-s-ipnvaluers-400\/20:focus {
  border-inline-start-color: rgb(196 107 22 / 0.2);
}

.focus\:border-s-ipnvaluers-400\/25:focus {
  border-inline-start-color: rgb(196 107 22 / 0.25);
}

.focus\:border-s-ipnvaluers-400\/30:focus {
  border-inline-start-color: rgb(196 107 22 / 0.3);
}

.focus\:border-s-ipnvaluers-400\/40:focus {
  border-inline-start-color: rgb(196 107 22 / 0.4);
}

.focus\:border-s-ipnvaluers-400\/5:focus {
  border-inline-start-color: rgb(196 107 22 / 0.05);
}

.focus\:border-s-ipnvaluers-400\/50:focus {
  border-inline-start-color: rgb(196 107 22 / 0.5);
}

.focus\:border-s-ipnvaluers-400\/60:focus {
  border-inline-start-color: rgb(196 107 22 / 0.6);
}

.focus\:border-s-ipnvaluers-400\/70:focus {
  border-inline-start-color: rgb(196 107 22 / 0.7);
}

.focus\:border-s-ipnvaluers-400\/75:focus {
  border-inline-start-color: rgb(196 107 22 / 0.75);
}

.focus\:border-s-ipnvaluers-400\/80:focus {
  border-inline-start-color: rgb(196 107 22 / 0.8);
}

.focus\:border-s-ipnvaluers-400\/90:focus {
  border-inline-start-color: rgb(196 107 22 / 0.9);
}

.focus\:border-s-ipnvaluers-400\/95:focus {
  border-inline-start-color: rgb(196 107 22 / 0.95);
}

.focus\:border-s-ipnvaluers-500:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 174 21 / var(--tw-border-opacity));
}

.focus\:border-s-ipnvaluers-500\/0:focus {
  border-inline-start-color: rgb(245 174 21 / 0);
}

.focus\:border-s-ipnvaluers-500\/10:focus {
  border-inline-start-color: rgb(245 174 21 / 0.1);
}

.focus\:border-s-ipnvaluers-500\/100:focus {
  border-inline-start-color: rgb(245 174 21 / 1);
}

.focus\:border-s-ipnvaluers-500\/20:focus {
  border-inline-start-color: rgb(245 174 21 / 0.2);
}

.focus\:border-s-ipnvaluers-500\/25:focus {
  border-inline-start-color: rgb(245 174 21 / 0.25);
}

.focus\:border-s-ipnvaluers-500\/30:focus {
  border-inline-start-color: rgb(245 174 21 / 0.3);
}

.focus\:border-s-ipnvaluers-500\/40:focus {
  border-inline-start-color: rgb(245 174 21 / 0.4);
}

.focus\:border-s-ipnvaluers-500\/5:focus {
  border-inline-start-color: rgb(245 174 21 / 0.05);
}

.focus\:border-s-ipnvaluers-500\/50:focus {
  border-inline-start-color: rgb(245 174 21 / 0.5);
}

.focus\:border-s-ipnvaluers-500\/60:focus {
  border-inline-start-color: rgb(245 174 21 / 0.6);
}

.focus\:border-s-ipnvaluers-500\/70:focus {
  border-inline-start-color: rgb(245 174 21 / 0.7);
}

.focus\:border-s-ipnvaluers-500\/75:focus {
  border-inline-start-color: rgb(245 174 21 / 0.75);
}

.focus\:border-s-ipnvaluers-500\/80:focus {
  border-inline-start-color: rgb(245 174 21 / 0.8);
}

.focus\:border-s-ipnvaluers-500\/90:focus {
  border-inline-start-color: rgb(245 174 21 / 0.9);
}

.focus\:border-s-ipnvaluers-500\/95:focus {
  border-inline-start-color: rgb(245 174 21 / 0.95);
}

.focus\:border-s-jukejam-500:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 210 101 / var(--tw-border-opacity));
}

.focus\:border-s-jukejam-500\/0:focus {
  border-inline-start-color: rgb(250 210 101 / 0);
}

.focus\:border-s-jukejam-500\/10:focus {
  border-inline-start-color: rgb(250 210 101 / 0.1);
}

.focus\:border-s-jukejam-500\/100:focus {
  border-inline-start-color: rgb(250 210 101 / 1);
}

.focus\:border-s-jukejam-500\/20:focus {
  border-inline-start-color: rgb(250 210 101 / 0.2);
}

.focus\:border-s-jukejam-500\/25:focus {
  border-inline-start-color: rgb(250 210 101 / 0.25);
}

.focus\:border-s-jukejam-500\/30:focus {
  border-inline-start-color: rgb(250 210 101 / 0.3);
}

.focus\:border-s-jukejam-500\/40:focus {
  border-inline-start-color: rgb(250 210 101 / 0.4);
}

.focus\:border-s-jukejam-500\/5:focus {
  border-inline-start-color: rgb(250 210 101 / 0.05);
}

.focus\:border-s-jukejam-500\/50:focus {
  border-inline-start-color: rgb(250 210 101 / 0.5);
}

.focus\:border-s-jukejam-500\/60:focus {
  border-inline-start-color: rgb(250 210 101 / 0.6);
}

.focus\:border-s-jukejam-500\/70:focus {
  border-inline-start-color: rgb(250 210 101 / 0.7);
}

.focus\:border-s-jukejam-500\/75:focus {
  border-inline-start-color: rgb(250 210 101 / 0.75);
}

.focus\:border-s-jukejam-500\/80:focus {
  border-inline-start-color: rgb(250 210 101 / 0.8);
}

.focus\:border-s-jukejam-500\/90:focus {
  border-inline-start-color: rgb(250 210 101 / 0.9);
}

.focus\:border-s-jukejam-500\/95:focus {
  border-inline-start-color: rgb(250 210 101 / 0.95);
}

.focus\:border-s-lime-100:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(236 252 203 / var(--tw-border-opacity));
}

.focus\:border-s-lime-100\/0:focus {
  border-inline-start-color: rgb(236 252 203 / 0);
}

.focus\:border-s-lime-100\/10:focus {
  border-inline-start-color: rgb(236 252 203 / 0.1);
}

.focus\:border-s-lime-100\/100:focus {
  border-inline-start-color: rgb(236 252 203 / 1);
}

.focus\:border-s-lime-100\/20:focus {
  border-inline-start-color: rgb(236 252 203 / 0.2);
}

.focus\:border-s-lime-100\/25:focus {
  border-inline-start-color: rgb(236 252 203 / 0.25);
}

.focus\:border-s-lime-100\/30:focus {
  border-inline-start-color: rgb(236 252 203 / 0.3);
}

.focus\:border-s-lime-100\/40:focus {
  border-inline-start-color: rgb(236 252 203 / 0.4);
}

.focus\:border-s-lime-100\/5:focus {
  border-inline-start-color: rgb(236 252 203 / 0.05);
}

.focus\:border-s-lime-100\/50:focus {
  border-inline-start-color: rgb(236 252 203 / 0.5);
}

.focus\:border-s-lime-100\/60:focus {
  border-inline-start-color: rgb(236 252 203 / 0.6);
}

.focus\:border-s-lime-100\/70:focus {
  border-inline-start-color: rgb(236 252 203 / 0.7);
}

.focus\:border-s-lime-100\/75:focus {
  border-inline-start-color: rgb(236 252 203 / 0.75);
}

.focus\:border-s-lime-100\/80:focus {
  border-inline-start-color: rgb(236 252 203 / 0.8);
}

.focus\:border-s-lime-100\/90:focus {
  border-inline-start-color: rgb(236 252 203 / 0.9);
}

.focus\:border-s-lime-100\/95:focus {
  border-inline-start-color: rgb(236 252 203 / 0.95);
}

.focus\:border-s-lime-200:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(217 249 157 / var(--tw-border-opacity));
}

.focus\:border-s-lime-200\/0:focus {
  border-inline-start-color: rgb(217 249 157 / 0);
}

.focus\:border-s-lime-200\/10:focus {
  border-inline-start-color: rgb(217 249 157 / 0.1);
}

.focus\:border-s-lime-200\/100:focus {
  border-inline-start-color: rgb(217 249 157 / 1);
}

.focus\:border-s-lime-200\/20:focus {
  border-inline-start-color: rgb(217 249 157 / 0.2);
}

.focus\:border-s-lime-200\/25:focus {
  border-inline-start-color: rgb(217 249 157 / 0.25);
}

.focus\:border-s-lime-200\/30:focus {
  border-inline-start-color: rgb(217 249 157 / 0.3);
}

.focus\:border-s-lime-200\/40:focus {
  border-inline-start-color: rgb(217 249 157 / 0.4);
}

.focus\:border-s-lime-200\/5:focus {
  border-inline-start-color: rgb(217 249 157 / 0.05);
}

.focus\:border-s-lime-200\/50:focus {
  border-inline-start-color: rgb(217 249 157 / 0.5);
}

.focus\:border-s-lime-200\/60:focus {
  border-inline-start-color: rgb(217 249 157 / 0.6);
}

.focus\:border-s-lime-200\/70:focus {
  border-inline-start-color: rgb(217 249 157 / 0.7);
}

.focus\:border-s-lime-200\/75:focus {
  border-inline-start-color: rgb(217 249 157 / 0.75);
}

.focus\:border-s-lime-200\/80:focus {
  border-inline-start-color: rgb(217 249 157 / 0.8);
}

.focus\:border-s-lime-200\/90:focus {
  border-inline-start-color: rgb(217 249 157 / 0.9);
}

.focus\:border-s-lime-200\/95:focus {
  border-inline-start-color: rgb(217 249 157 / 0.95);
}

.focus\:border-s-lime-300:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(190 242 100 / var(--tw-border-opacity));
}

.focus\:border-s-lime-300\/0:focus {
  border-inline-start-color: rgb(190 242 100 / 0);
}

.focus\:border-s-lime-300\/10:focus {
  border-inline-start-color: rgb(190 242 100 / 0.1);
}

.focus\:border-s-lime-300\/100:focus {
  border-inline-start-color: rgb(190 242 100 / 1);
}

.focus\:border-s-lime-300\/20:focus {
  border-inline-start-color: rgb(190 242 100 / 0.2);
}

.focus\:border-s-lime-300\/25:focus {
  border-inline-start-color: rgb(190 242 100 / 0.25);
}

.focus\:border-s-lime-300\/30:focus {
  border-inline-start-color: rgb(190 242 100 / 0.3);
}

.focus\:border-s-lime-300\/40:focus {
  border-inline-start-color: rgb(190 242 100 / 0.4);
}

.focus\:border-s-lime-300\/5:focus {
  border-inline-start-color: rgb(190 242 100 / 0.05);
}

.focus\:border-s-lime-300\/50:focus {
  border-inline-start-color: rgb(190 242 100 / 0.5);
}

.focus\:border-s-lime-300\/60:focus {
  border-inline-start-color: rgb(190 242 100 / 0.6);
}

.focus\:border-s-lime-300\/70:focus {
  border-inline-start-color: rgb(190 242 100 / 0.7);
}

.focus\:border-s-lime-300\/75:focus {
  border-inline-start-color: rgb(190 242 100 / 0.75);
}

.focus\:border-s-lime-300\/80:focus {
  border-inline-start-color: rgb(190 242 100 / 0.8);
}

.focus\:border-s-lime-300\/90:focus {
  border-inline-start-color: rgb(190 242 100 / 0.9);
}

.focus\:border-s-lime-300\/95:focus {
  border-inline-start-color: rgb(190 242 100 / 0.95);
}

.focus\:border-s-lime-400:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(163 230 53 / var(--tw-border-opacity));
}

.focus\:border-s-lime-400\/0:focus {
  border-inline-start-color: rgb(163 230 53 / 0);
}

.focus\:border-s-lime-400\/10:focus {
  border-inline-start-color: rgb(163 230 53 / 0.1);
}

.focus\:border-s-lime-400\/100:focus {
  border-inline-start-color: rgb(163 230 53 / 1);
}

.focus\:border-s-lime-400\/20:focus {
  border-inline-start-color: rgb(163 230 53 / 0.2);
}

.focus\:border-s-lime-400\/25:focus {
  border-inline-start-color: rgb(163 230 53 / 0.25);
}

.focus\:border-s-lime-400\/30:focus {
  border-inline-start-color: rgb(163 230 53 / 0.3);
}

.focus\:border-s-lime-400\/40:focus {
  border-inline-start-color: rgb(163 230 53 / 0.4);
}

.focus\:border-s-lime-400\/5:focus {
  border-inline-start-color: rgb(163 230 53 / 0.05);
}

.focus\:border-s-lime-400\/50:focus {
  border-inline-start-color: rgb(163 230 53 / 0.5);
}

.focus\:border-s-lime-400\/60:focus {
  border-inline-start-color: rgb(163 230 53 / 0.6);
}

.focus\:border-s-lime-400\/70:focus {
  border-inline-start-color: rgb(163 230 53 / 0.7);
}

.focus\:border-s-lime-400\/75:focus {
  border-inline-start-color: rgb(163 230 53 / 0.75);
}

.focus\:border-s-lime-400\/80:focus {
  border-inline-start-color: rgb(163 230 53 / 0.8);
}

.focus\:border-s-lime-400\/90:focus {
  border-inline-start-color: rgb(163 230 53 / 0.9);
}

.focus\:border-s-lime-400\/95:focus {
  border-inline-start-color: rgb(163 230 53 / 0.95);
}

.focus\:border-s-lime-50:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(247 254 231 / var(--tw-border-opacity));
}

.focus\:border-s-lime-50\/0:focus {
  border-inline-start-color: rgb(247 254 231 / 0);
}

.focus\:border-s-lime-50\/10:focus {
  border-inline-start-color: rgb(247 254 231 / 0.1);
}

.focus\:border-s-lime-50\/100:focus {
  border-inline-start-color: rgb(247 254 231 / 1);
}

.focus\:border-s-lime-50\/20:focus {
  border-inline-start-color: rgb(247 254 231 / 0.2);
}

.focus\:border-s-lime-50\/25:focus {
  border-inline-start-color: rgb(247 254 231 / 0.25);
}

.focus\:border-s-lime-50\/30:focus {
  border-inline-start-color: rgb(247 254 231 / 0.3);
}

.focus\:border-s-lime-50\/40:focus {
  border-inline-start-color: rgb(247 254 231 / 0.4);
}

.focus\:border-s-lime-50\/5:focus {
  border-inline-start-color: rgb(247 254 231 / 0.05);
}

.focus\:border-s-lime-50\/50:focus {
  border-inline-start-color: rgb(247 254 231 / 0.5);
}

.focus\:border-s-lime-50\/60:focus {
  border-inline-start-color: rgb(247 254 231 / 0.6);
}

.focus\:border-s-lime-50\/70:focus {
  border-inline-start-color: rgb(247 254 231 / 0.7);
}

.focus\:border-s-lime-50\/75:focus {
  border-inline-start-color: rgb(247 254 231 / 0.75);
}

.focus\:border-s-lime-50\/80:focus {
  border-inline-start-color: rgb(247 254 231 / 0.8);
}

.focus\:border-s-lime-50\/90:focus {
  border-inline-start-color: rgb(247 254 231 / 0.9);
}

.focus\:border-s-lime-50\/95:focus {
  border-inline-start-color: rgb(247 254 231 / 0.95);
}

.focus\:border-s-lime-500:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(132 204 22 / var(--tw-border-opacity));
}

.focus\:border-s-lime-500\/0:focus {
  border-inline-start-color: rgb(132 204 22 / 0);
}

.focus\:border-s-lime-500\/10:focus {
  border-inline-start-color: rgb(132 204 22 / 0.1);
}

.focus\:border-s-lime-500\/100:focus {
  border-inline-start-color: rgb(132 204 22 / 1);
}

.focus\:border-s-lime-500\/20:focus {
  border-inline-start-color: rgb(132 204 22 / 0.2);
}

.focus\:border-s-lime-500\/25:focus {
  border-inline-start-color: rgb(132 204 22 / 0.25);
}

.focus\:border-s-lime-500\/30:focus {
  border-inline-start-color: rgb(132 204 22 / 0.3);
}

.focus\:border-s-lime-500\/40:focus {
  border-inline-start-color: rgb(132 204 22 / 0.4);
}

.focus\:border-s-lime-500\/5:focus {
  border-inline-start-color: rgb(132 204 22 / 0.05);
}

.focus\:border-s-lime-500\/50:focus {
  border-inline-start-color: rgb(132 204 22 / 0.5);
}

.focus\:border-s-lime-500\/60:focus {
  border-inline-start-color: rgb(132 204 22 / 0.6);
}

.focus\:border-s-lime-500\/70:focus {
  border-inline-start-color: rgb(132 204 22 / 0.7);
}

.focus\:border-s-lime-500\/75:focus {
  border-inline-start-color: rgb(132 204 22 / 0.75);
}

.focus\:border-s-lime-500\/80:focus {
  border-inline-start-color: rgb(132 204 22 / 0.8);
}

.focus\:border-s-lime-500\/90:focus {
  border-inline-start-color: rgb(132 204 22 / 0.9);
}

.focus\:border-s-lime-500\/95:focus {
  border-inline-start-color: rgb(132 204 22 / 0.95);
}

.focus\:border-s-lime-600:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(101 163 13 / var(--tw-border-opacity));
}

.focus\:border-s-lime-600\/0:focus {
  border-inline-start-color: rgb(101 163 13 / 0);
}

.focus\:border-s-lime-600\/10:focus {
  border-inline-start-color: rgb(101 163 13 / 0.1);
}

.focus\:border-s-lime-600\/100:focus {
  border-inline-start-color: rgb(101 163 13 / 1);
}

.focus\:border-s-lime-600\/20:focus {
  border-inline-start-color: rgb(101 163 13 / 0.2);
}

.focus\:border-s-lime-600\/25:focus {
  border-inline-start-color: rgb(101 163 13 / 0.25);
}

.focus\:border-s-lime-600\/30:focus {
  border-inline-start-color: rgb(101 163 13 / 0.3);
}

.focus\:border-s-lime-600\/40:focus {
  border-inline-start-color: rgb(101 163 13 / 0.4);
}

.focus\:border-s-lime-600\/5:focus {
  border-inline-start-color: rgb(101 163 13 / 0.05);
}

.focus\:border-s-lime-600\/50:focus {
  border-inline-start-color: rgb(101 163 13 / 0.5);
}

.focus\:border-s-lime-600\/60:focus {
  border-inline-start-color: rgb(101 163 13 / 0.6);
}

.focus\:border-s-lime-600\/70:focus {
  border-inline-start-color: rgb(101 163 13 / 0.7);
}

.focus\:border-s-lime-600\/75:focus {
  border-inline-start-color: rgb(101 163 13 / 0.75);
}

.focus\:border-s-lime-600\/80:focus {
  border-inline-start-color: rgb(101 163 13 / 0.8);
}

.focus\:border-s-lime-600\/90:focus {
  border-inline-start-color: rgb(101 163 13 / 0.9);
}

.focus\:border-s-lime-600\/95:focus {
  border-inline-start-color: rgb(101 163 13 / 0.95);
}

.focus\:border-s-lime-700:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(77 124 15 / var(--tw-border-opacity));
}

.focus\:border-s-lime-700\/0:focus {
  border-inline-start-color: rgb(77 124 15 / 0);
}

.focus\:border-s-lime-700\/10:focus {
  border-inline-start-color: rgb(77 124 15 / 0.1);
}

.focus\:border-s-lime-700\/100:focus {
  border-inline-start-color: rgb(77 124 15 / 1);
}

.focus\:border-s-lime-700\/20:focus {
  border-inline-start-color: rgb(77 124 15 / 0.2);
}

.focus\:border-s-lime-700\/25:focus {
  border-inline-start-color: rgb(77 124 15 / 0.25);
}

.focus\:border-s-lime-700\/30:focus {
  border-inline-start-color: rgb(77 124 15 / 0.3);
}

.focus\:border-s-lime-700\/40:focus {
  border-inline-start-color: rgb(77 124 15 / 0.4);
}

.focus\:border-s-lime-700\/5:focus {
  border-inline-start-color: rgb(77 124 15 / 0.05);
}

.focus\:border-s-lime-700\/50:focus {
  border-inline-start-color: rgb(77 124 15 / 0.5);
}

.focus\:border-s-lime-700\/60:focus {
  border-inline-start-color: rgb(77 124 15 / 0.6);
}

.focus\:border-s-lime-700\/70:focus {
  border-inline-start-color: rgb(77 124 15 / 0.7);
}

.focus\:border-s-lime-700\/75:focus {
  border-inline-start-color: rgb(77 124 15 / 0.75);
}

.focus\:border-s-lime-700\/80:focus {
  border-inline-start-color: rgb(77 124 15 / 0.8);
}

.focus\:border-s-lime-700\/90:focus {
  border-inline-start-color: rgb(77 124 15 / 0.9);
}

.focus\:border-s-lime-700\/95:focus {
  border-inline-start-color: rgb(77 124 15 / 0.95);
}

.focus\:border-s-lime-800:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(63 98 18 / var(--tw-border-opacity));
}

.focus\:border-s-lime-800\/0:focus {
  border-inline-start-color: rgb(63 98 18 / 0);
}

.focus\:border-s-lime-800\/10:focus {
  border-inline-start-color: rgb(63 98 18 / 0.1);
}

.focus\:border-s-lime-800\/100:focus {
  border-inline-start-color: rgb(63 98 18 / 1);
}

.focus\:border-s-lime-800\/20:focus {
  border-inline-start-color: rgb(63 98 18 / 0.2);
}

.focus\:border-s-lime-800\/25:focus {
  border-inline-start-color: rgb(63 98 18 / 0.25);
}

.focus\:border-s-lime-800\/30:focus {
  border-inline-start-color: rgb(63 98 18 / 0.3);
}

.focus\:border-s-lime-800\/40:focus {
  border-inline-start-color: rgb(63 98 18 / 0.4);
}

.focus\:border-s-lime-800\/5:focus {
  border-inline-start-color: rgb(63 98 18 / 0.05);
}

.focus\:border-s-lime-800\/50:focus {
  border-inline-start-color: rgb(63 98 18 / 0.5);
}

.focus\:border-s-lime-800\/60:focus {
  border-inline-start-color: rgb(63 98 18 / 0.6);
}

.focus\:border-s-lime-800\/70:focus {
  border-inline-start-color: rgb(63 98 18 / 0.7);
}

.focus\:border-s-lime-800\/75:focus {
  border-inline-start-color: rgb(63 98 18 / 0.75);
}

.focus\:border-s-lime-800\/80:focus {
  border-inline-start-color: rgb(63 98 18 / 0.8);
}

.focus\:border-s-lime-800\/90:focus {
  border-inline-start-color: rgb(63 98 18 / 0.9);
}

.focus\:border-s-lime-800\/95:focus {
  border-inline-start-color: rgb(63 98 18 / 0.95);
}

.focus\:border-s-lime-900:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(54 83 20 / var(--tw-border-opacity));
}

.focus\:border-s-lime-900\/0:focus {
  border-inline-start-color: rgb(54 83 20 / 0);
}

.focus\:border-s-lime-900\/10:focus {
  border-inline-start-color: rgb(54 83 20 / 0.1);
}

.focus\:border-s-lime-900\/100:focus {
  border-inline-start-color: rgb(54 83 20 / 1);
}

.focus\:border-s-lime-900\/20:focus {
  border-inline-start-color: rgb(54 83 20 / 0.2);
}

.focus\:border-s-lime-900\/25:focus {
  border-inline-start-color: rgb(54 83 20 / 0.25);
}

.focus\:border-s-lime-900\/30:focus {
  border-inline-start-color: rgb(54 83 20 / 0.3);
}

.focus\:border-s-lime-900\/40:focus {
  border-inline-start-color: rgb(54 83 20 / 0.4);
}

.focus\:border-s-lime-900\/5:focus {
  border-inline-start-color: rgb(54 83 20 / 0.05);
}

.focus\:border-s-lime-900\/50:focus {
  border-inline-start-color: rgb(54 83 20 / 0.5);
}

.focus\:border-s-lime-900\/60:focus {
  border-inline-start-color: rgb(54 83 20 / 0.6);
}

.focus\:border-s-lime-900\/70:focus {
  border-inline-start-color: rgb(54 83 20 / 0.7);
}

.focus\:border-s-lime-900\/75:focus {
  border-inline-start-color: rgb(54 83 20 / 0.75);
}

.focus\:border-s-lime-900\/80:focus {
  border-inline-start-color: rgb(54 83 20 / 0.8);
}

.focus\:border-s-lime-900\/90:focus {
  border-inline-start-color: rgb(54 83 20 / 0.9);
}

.focus\:border-s-lime-900\/95:focus {
  border-inline-start-color: rgb(54 83 20 / 0.95);
}

.focus\:border-s-lime-950:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(26 46 5 / var(--tw-border-opacity));
}

.focus\:border-s-lime-950\/0:focus {
  border-inline-start-color: rgb(26 46 5 / 0);
}

.focus\:border-s-lime-950\/10:focus {
  border-inline-start-color: rgb(26 46 5 / 0.1);
}

.focus\:border-s-lime-950\/100:focus {
  border-inline-start-color: rgb(26 46 5 / 1);
}

.focus\:border-s-lime-950\/20:focus {
  border-inline-start-color: rgb(26 46 5 / 0.2);
}

.focus\:border-s-lime-950\/25:focus {
  border-inline-start-color: rgb(26 46 5 / 0.25);
}

.focus\:border-s-lime-950\/30:focus {
  border-inline-start-color: rgb(26 46 5 / 0.3);
}

.focus\:border-s-lime-950\/40:focus {
  border-inline-start-color: rgb(26 46 5 / 0.4);
}

.focus\:border-s-lime-950\/5:focus {
  border-inline-start-color: rgb(26 46 5 / 0.05);
}

.focus\:border-s-lime-950\/50:focus {
  border-inline-start-color: rgb(26 46 5 / 0.5);
}

.focus\:border-s-lime-950\/60:focus {
  border-inline-start-color: rgb(26 46 5 / 0.6);
}

.focus\:border-s-lime-950\/70:focus {
  border-inline-start-color: rgb(26 46 5 / 0.7);
}

.focus\:border-s-lime-950\/75:focus {
  border-inline-start-color: rgb(26 46 5 / 0.75);
}

.focus\:border-s-lime-950\/80:focus {
  border-inline-start-color: rgb(26 46 5 / 0.8);
}

.focus\:border-s-lime-950\/90:focus {
  border-inline-start-color: rgb(26 46 5 / 0.9);
}

.focus\:border-s-lime-950\/95:focus {
  border-inline-start-color: rgb(26 46 5 / 0.95);
}

.focus\:border-s-nafisa-500:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(153 53 10 / var(--tw-border-opacity));
}

.focus\:border-s-nafisa-500\/0:focus {
  border-inline-start-color: rgb(153 53 10 / 0);
}

.focus\:border-s-nafisa-500\/10:focus {
  border-inline-start-color: rgb(153 53 10 / 0.1);
}

.focus\:border-s-nafisa-500\/100:focus {
  border-inline-start-color: rgb(153 53 10 / 1);
}

.focus\:border-s-nafisa-500\/20:focus {
  border-inline-start-color: rgb(153 53 10 / 0.2);
}

.focus\:border-s-nafisa-500\/25:focus {
  border-inline-start-color: rgb(153 53 10 / 0.25);
}

.focus\:border-s-nafisa-500\/30:focus {
  border-inline-start-color: rgb(153 53 10 / 0.3);
}

.focus\:border-s-nafisa-500\/40:focus {
  border-inline-start-color: rgb(153 53 10 / 0.4);
}

.focus\:border-s-nafisa-500\/5:focus {
  border-inline-start-color: rgb(153 53 10 / 0.05);
}

.focus\:border-s-nafisa-500\/50:focus {
  border-inline-start-color: rgb(153 53 10 / 0.5);
}

.focus\:border-s-nafisa-500\/60:focus {
  border-inline-start-color: rgb(153 53 10 / 0.6);
}

.focus\:border-s-nafisa-500\/70:focus {
  border-inline-start-color: rgb(153 53 10 / 0.7);
}

.focus\:border-s-nafisa-500\/75:focus {
  border-inline-start-color: rgb(153 53 10 / 0.75);
}

.focus\:border-s-nafisa-500\/80:focus {
  border-inline-start-color: rgb(153 53 10 / 0.8);
}

.focus\:border-s-nafisa-500\/90:focus {
  border-inline-start-color: rgb(153 53 10 / 0.9);
}

.focus\:border-s-nafisa-500\/95:focus {
  border-inline-start-color: rgb(153 53 10 / 0.95);
}

.focus\:border-s-neutral-100:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.focus\:border-s-neutral-100\/0:focus {
  border-inline-start-color: rgb(245 245 245 / 0);
}

.focus\:border-s-neutral-100\/10:focus {
  border-inline-start-color: rgb(245 245 245 / 0.1);
}

.focus\:border-s-neutral-100\/100:focus {
  border-inline-start-color: rgb(245 245 245 / 1);
}

.focus\:border-s-neutral-100\/20:focus {
  border-inline-start-color: rgb(245 245 245 / 0.2);
}

.focus\:border-s-neutral-100\/25:focus {
  border-inline-start-color: rgb(245 245 245 / 0.25);
}

.focus\:border-s-neutral-100\/30:focus {
  border-inline-start-color: rgb(245 245 245 / 0.3);
}

.focus\:border-s-neutral-100\/40:focus {
  border-inline-start-color: rgb(245 245 245 / 0.4);
}

.focus\:border-s-neutral-100\/5:focus {
  border-inline-start-color: rgb(245 245 245 / 0.05);
}

.focus\:border-s-neutral-100\/50:focus {
  border-inline-start-color: rgb(245 245 245 / 0.5);
}

.focus\:border-s-neutral-100\/60:focus {
  border-inline-start-color: rgb(245 245 245 / 0.6);
}

.focus\:border-s-neutral-100\/70:focus {
  border-inline-start-color: rgb(245 245 245 / 0.7);
}

.focus\:border-s-neutral-100\/75:focus {
  border-inline-start-color: rgb(245 245 245 / 0.75);
}

.focus\:border-s-neutral-100\/80:focus {
  border-inline-start-color: rgb(245 245 245 / 0.8);
}

.focus\:border-s-neutral-100\/90:focus {
  border-inline-start-color: rgb(245 245 245 / 0.9);
}

.focus\:border-s-neutral-100\/95:focus {
  border-inline-start-color: rgb(245 245 245 / 0.95);
}

.focus\:border-s-neutral-200:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.focus\:border-s-neutral-200\/0:focus {
  border-inline-start-color: rgb(229 229 229 / 0);
}

.focus\:border-s-neutral-200\/10:focus {
  border-inline-start-color: rgb(229 229 229 / 0.1);
}

.focus\:border-s-neutral-200\/100:focus {
  border-inline-start-color: rgb(229 229 229 / 1);
}

.focus\:border-s-neutral-200\/20:focus {
  border-inline-start-color: rgb(229 229 229 / 0.2);
}

.focus\:border-s-neutral-200\/25:focus {
  border-inline-start-color: rgb(229 229 229 / 0.25);
}

.focus\:border-s-neutral-200\/30:focus {
  border-inline-start-color: rgb(229 229 229 / 0.3);
}

.focus\:border-s-neutral-200\/40:focus {
  border-inline-start-color: rgb(229 229 229 / 0.4);
}

.focus\:border-s-neutral-200\/5:focus {
  border-inline-start-color: rgb(229 229 229 / 0.05);
}

.focus\:border-s-neutral-200\/50:focus {
  border-inline-start-color: rgb(229 229 229 / 0.5);
}

.focus\:border-s-neutral-200\/60:focus {
  border-inline-start-color: rgb(229 229 229 / 0.6);
}

.focus\:border-s-neutral-200\/70:focus {
  border-inline-start-color: rgb(229 229 229 / 0.7);
}

.focus\:border-s-neutral-200\/75:focus {
  border-inline-start-color: rgb(229 229 229 / 0.75);
}

.focus\:border-s-neutral-200\/80:focus {
  border-inline-start-color: rgb(229 229 229 / 0.8);
}

.focus\:border-s-neutral-200\/90:focus {
  border-inline-start-color: rgb(229 229 229 / 0.9);
}

.focus\:border-s-neutral-200\/95:focus {
  border-inline-start-color: rgb(229 229 229 / 0.95);
}

.focus\:border-s-neutral-300:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.focus\:border-s-neutral-300\/0:focus {
  border-inline-start-color: rgb(212 212 212 / 0);
}

.focus\:border-s-neutral-300\/10:focus {
  border-inline-start-color: rgb(212 212 212 / 0.1);
}

.focus\:border-s-neutral-300\/100:focus {
  border-inline-start-color: rgb(212 212 212 / 1);
}

.focus\:border-s-neutral-300\/20:focus {
  border-inline-start-color: rgb(212 212 212 / 0.2);
}

.focus\:border-s-neutral-300\/25:focus {
  border-inline-start-color: rgb(212 212 212 / 0.25);
}

.focus\:border-s-neutral-300\/30:focus {
  border-inline-start-color: rgb(212 212 212 / 0.3);
}

.focus\:border-s-neutral-300\/40:focus {
  border-inline-start-color: rgb(212 212 212 / 0.4);
}

.focus\:border-s-neutral-300\/5:focus {
  border-inline-start-color: rgb(212 212 212 / 0.05);
}

.focus\:border-s-neutral-300\/50:focus {
  border-inline-start-color: rgb(212 212 212 / 0.5);
}

.focus\:border-s-neutral-300\/60:focus {
  border-inline-start-color: rgb(212 212 212 / 0.6);
}

.focus\:border-s-neutral-300\/70:focus {
  border-inline-start-color: rgb(212 212 212 / 0.7);
}

.focus\:border-s-neutral-300\/75:focus {
  border-inline-start-color: rgb(212 212 212 / 0.75);
}

.focus\:border-s-neutral-300\/80:focus {
  border-inline-start-color: rgb(212 212 212 / 0.8);
}

.focus\:border-s-neutral-300\/90:focus {
  border-inline-start-color: rgb(212 212 212 / 0.9);
}

.focus\:border-s-neutral-300\/95:focus {
  border-inline-start-color: rgb(212 212 212 / 0.95);
}

.focus\:border-s-neutral-400:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.focus\:border-s-neutral-400\/0:focus {
  border-inline-start-color: rgb(163 163 163 / 0);
}

.focus\:border-s-neutral-400\/10:focus {
  border-inline-start-color: rgb(163 163 163 / 0.1);
}

.focus\:border-s-neutral-400\/100:focus {
  border-inline-start-color: rgb(163 163 163 / 1);
}

.focus\:border-s-neutral-400\/20:focus {
  border-inline-start-color: rgb(163 163 163 / 0.2);
}

.focus\:border-s-neutral-400\/25:focus {
  border-inline-start-color: rgb(163 163 163 / 0.25);
}

.focus\:border-s-neutral-400\/30:focus {
  border-inline-start-color: rgb(163 163 163 / 0.3);
}

.focus\:border-s-neutral-400\/40:focus {
  border-inline-start-color: rgb(163 163 163 / 0.4);
}

.focus\:border-s-neutral-400\/5:focus {
  border-inline-start-color: rgb(163 163 163 / 0.05);
}

.focus\:border-s-neutral-400\/50:focus {
  border-inline-start-color: rgb(163 163 163 / 0.5);
}

.focus\:border-s-neutral-400\/60:focus {
  border-inline-start-color: rgb(163 163 163 / 0.6);
}

.focus\:border-s-neutral-400\/70:focus {
  border-inline-start-color: rgb(163 163 163 / 0.7);
}

.focus\:border-s-neutral-400\/75:focus {
  border-inline-start-color: rgb(163 163 163 / 0.75);
}

.focus\:border-s-neutral-400\/80:focus {
  border-inline-start-color: rgb(163 163 163 / 0.8);
}

.focus\:border-s-neutral-400\/90:focus {
  border-inline-start-color: rgb(163 163 163 / 0.9);
}

.focus\:border-s-neutral-400\/95:focus {
  border-inline-start-color: rgb(163 163 163 / 0.95);
}

.focus\:border-s-neutral-50:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.focus\:border-s-neutral-50\/0:focus {
  border-inline-start-color: rgb(250 250 250 / 0);
}

.focus\:border-s-neutral-50\/10:focus {
  border-inline-start-color: rgb(250 250 250 / 0.1);
}

.focus\:border-s-neutral-50\/100:focus {
  border-inline-start-color: rgb(250 250 250 / 1);
}

.focus\:border-s-neutral-50\/20:focus {
  border-inline-start-color: rgb(250 250 250 / 0.2);
}

.focus\:border-s-neutral-50\/25:focus {
  border-inline-start-color: rgb(250 250 250 / 0.25);
}

.focus\:border-s-neutral-50\/30:focus {
  border-inline-start-color: rgb(250 250 250 / 0.3);
}

.focus\:border-s-neutral-50\/40:focus {
  border-inline-start-color: rgb(250 250 250 / 0.4);
}

.focus\:border-s-neutral-50\/5:focus {
  border-inline-start-color: rgb(250 250 250 / 0.05);
}

.focus\:border-s-neutral-50\/50:focus {
  border-inline-start-color: rgb(250 250 250 / 0.5);
}

.focus\:border-s-neutral-50\/60:focus {
  border-inline-start-color: rgb(250 250 250 / 0.6);
}

.focus\:border-s-neutral-50\/70:focus {
  border-inline-start-color: rgb(250 250 250 / 0.7);
}

.focus\:border-s-neutral-50\/75:focus {
  border-inline-start-color: rgb(250 250 250 / 0.75);
}

.focus\:border-s-neutral-50\/80:focus {
  border-inline-start-color: rgb(250 250 250 / 0.8);
}

.focus\:border-s-neutral-50\/90:focus {
  border-inline-start-color: rgb(250 250 250 / 0.9);
}

.focus\:border-s-neutral-50\/95:focus {
  border-inline-start-color: rgb(250 250 250 / 0.95);
}

.focus\:border-s-neutral-500:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.focus\:border-s-neutral-500\/0:focus {
  border-inline-start-color: rgb(115 115 115 / 0);
}

.focus\:border-s-neutral-500\/10:focus {
  border-inline-start-color: rgb(115 115 115 / 0.1);
}

.focus\:border-s-neutral-500\/100:focus {
  border-inline-start-color: rgb(115 115 115 / 1);
}

.focus\:border-s-neutral-500\/20:focus {
  border-inline-start-color: rgb(115 115 115 / 0.2);
}

.focus\:border-s-neutral-500\/25:focus {
  border-inline-start-color: rgb(115 115 115 / 0.25);
}

.focus\:border-s-neutral-500\/30:focus {
  border-inline-start-color: rgb(115 115 115 / 0.3);
}

.focus\:border-s-neutral-500\/40:focus {
  border-inline-start-color: rgb(115 115 115 / 0.4);
}

.focus\:border-s-neutral-500\/5:focus {
  border-inline-start-color: rgb(115 115 115 / 0.05);
}

.focus\:border-s-neutral-500\/50:focus {
  border-inline-start-color: rgb(115 115 115 / 0.5);
}

.focus\:border-s-neutral-500\/60:focus {
  border-inline-start-color: rgb(115 115 115 / 0.6);
}

.focus\:border-s-neutral-500\/70:focus {
  border-inline-start-color: rgb(115 115 115 / 0.7);
}

.focus\:border-s-neutral-500\/75:focus {
  border-inline-start-color: rgb(115 115 115 / 0.75);
}

.focus\:border-s-neutral-500\/80:focus {
  border-inline-start-color: rgb(115 115 115 / 0.8);
}

.focus\:border-s-neutral-500\/90:focus {
  border-inline-start-color: rgb(115 115 115 / 0.9);
}

.focus\:border-s-neutral-500\/95:focus {
  border-inline-start-color: rgb(115 115 115 / 0.95);
}

.focus\:border-s-neutral-600:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.focus\:border-s-neutral-600\/0:focus {
  border-inline-start-color: rgb(82 82 82 / 0);
}

.focus\:border-s-neutral-600\/10:focus {
  border-inline-start-color: rgb(82 82 82 / 0.1);
}

.focus\:border-s-neutral-600\/100:focus {
  border-inline-start-color: rgb(82 82 82 / 1);
}

.focus\:border-s-neutral-600\/20:focus {
  border-inline-start-color: rgb(82 82 82 / 0.2);
}

.focus\:border-s-neutral-600\/25:focus {
  border-inline-start-color: rgb(82 82 82 / 0.25);
}

.focus\:border-s-neutral-600\/30:focus {
  border-inline-start-color: rgb(82 82 82 / 0.3);
}

.focus\:border-s-neutral-600\/40:focus {
  border-inline-start-color: rgb(82 82 82 / 0.4);
}

.focus\:border-s-neutral-600\/5:focus {
  border-inline-start-color: rgb(82 82 82 / 0.05);
}

.focus\:border-s-neutral-600\/50:focus {
  border-inline-start-color: rgb(82 82 82 / 0.5);
}

.focus\:border-s-neutral-600\/60:focus {
  border-inline-start-color: rgb(82 82 82 / 0.6);
}

.focus\:border-s-neutral-600\/70:focus {
  border-inline-start-color: rgb(82 82 82 / 0.7);
}

.focus\:border-s-neutral-600\/75:focus {
  border-inline-start-color: rgb(82 82 82 / 0.75);
}

.focus\:border-s-neutral-600\/80:focus {
  border-inline-start-color: rgb(82 82 82 / 0.8);
}

.focus\:border-s-neutral-600\/90:focus {
  border-inline-start-color: rgb(82 82 82 / 0.9);
}

.focus\:border-s-neutral-600\/95:focus {
  border-inline-start-color: rgb(82 82 82 / 0.95);
}

.focus\:border-s-neutral-700:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.focus\:border-s-neutral-700\/0:focus {
  border-inline-start-color: rgb(64 64 64 / 0);
}

.focus\:border-s-neutral-700\/10:focus {
  border-inline-start-color: rgb(64 64 64 / 0.1);
}

.focus\:border-s-neutral-700\/100:focus {
  border-inline-start-color: rgb(64 64 64 / 1);
}

.focus\:border-s-neutral-700\/20:focus {
  border-inline-start-color: rgb(64 64 64 / 0.2);
}

.focus\:border-s-neutral-700\/25:focus {
  border-inline-start-color: rgb(64 64 64 / 0.25);
}

.focus\:border-s-neutral-700\/30:focus {
  border-inline-start-color: rgb(64 64 64 / 0.3);
}

.focus\:border-s-neutral-700\/40:focus {
  border-inline-start-color: rgb(64 64 64 / 0.4);
}

.focus\:border-s-neutral-700\/5:focus {
  border-inline-start-color: rgb(64 64 64 / 0.05);
}

.focus\:border-s-neutral-700\/50:focus {
  border-inline-start-color: rgb(64 64 64 / 0.5);
}

.focus\:border-s-neutral-700\/60:focus {
  border-inline-start-color: rgb(64 64 64 / 0.6);
}

.focus\:border-s-neutral-700\/70:focus {
  border-inline-start-color: rgb(64 64 64 / 0.7);
}

.focus\:border-s-neutral-700\/75:focus {
  border-inline-start-color: rgb(64 64 64 / 0.75);
}

.focus\:border-s-neutral-700\/80:focus {
  border-inline-start-color: rgb(64 64 64 / 0.8);
}

.focus\:border-s-neutral-700\/90:focus {
  border-inline-start-color: rgb(64 64 64 / 0.9);
}

.focus\:border-s-neutral-700\/95:focus {
  border-inline-start-color: rgb(64 64 64 / 0.95);
}

.focus\:border-s-neutral-800:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.focus\:border-s-neutral-800\/0:focus {
  border-inline-start-color: rgb(38 38 38 / 0);
}

.focus\:border-s-neutral-800\/10:focus {
  border-inline-start-color: rgb(38 38 38 / 0.1);
}

.focus\:border-s-neutral-800\/100:focus {
  border-inline-start-color: rgb(38 38 38 / 1);
}

.focus\:border-s-neutral-800\/20:focus {
  border-inline-start-color: rgb(38 38 38 / 0.2);
}

.focus\:border-s-neutral-800\/25:focus {
  border-inline-start-color: rgb(38 38 38 / 0.25);
}

.focus\:border-s-neutral-800\/30:focus {
  border-inline-start-color: rgb(38 38 38 / 0.3);
}

.focus\:border-s-neutral-800\/40:focus {
  border-inline-start-color: rgb(38 38 38 / 0.4);
}

.focus\:border-s-neutral-800\/5:focus {
  border-inline-start-color: rgb(38 38 38 / 0.05);
}

.focus\:border-s-neutral-800\/50:focus {
  border-inline-start-color: rgb(38 38 38 / 0.5);
}

.focus\:border-s-neutral-800\/60:focus {
  border-inline-start-color: rgb(38 38 38 / 0.6);
}

.focus\:border-s-neutral-800\/70:focus {
  border-inline-start-color: rgb(38 38 38 / 0.7);
}

.focus\:border-s-neutral-800\/75:focus {
  border-inline-start-color: rgb(38 38 38 / 0.75);
}

.focus\:border-s-neutral-800\/80:focus {
  border-inline-start-color: rgb(38 38 38 / 0.8);
}

.focus\:border-s-neutral-800\/90:focus {
  border-inline-start-color: rgb(38 38 38 / 0.9);
}

.focus\:border-s-neutral-800\/95:focus {
  border-inline-start-color: rgb(38 38 38 / 0.95);
}

.focus\:border-s-neutral-900:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.focus\:border-s-neutral-900\/0:focus {
  border-inline-start-color: rgb(23 23 23 / 0);
}

.focus\:border-s-neutral-900\/10:focus {
  border-inline-start-color: rgb(23 23 23 / 0.1);
}

.focus\:border-s-neutral-900\/100:focus {
  border-inline-start-color: rgb(23 23 23 / 1);
}

.focus\:border-s-neutral-900\/20:focus {
  border-inline-start-color: rgb(23 23 23 / 0.2);
}

.focus\:border-s-neutral-900\/25:focus {
  border-inline-start-color: rgb(23 23 23 / 0.25);
}

.focus\:border-s-neutral-900\/30:focus {
  border-inline-start-color: rgb(23 23 23 / 0.3);
}

.focus\:border-s-neutral-900\/40:focus {
  border-inline-start-color: rgb(23 23 23 / 0.4);
}

.focus\:border-s-neutral-900\/5:focus {
  border-inline-start-color: rgb(23 23 23 / 0.05);
}

.focus\:border-s-neutral-900\/50:focus {
  border-inline-start-color: rgb(23 23 23 / 0.5);
}

.focus\:border-s-neutral-900\/60:focus {
  border-inline-start-color: rgb(23 23 23 / 0.6);
}

.focus\:border-s-neutral-900\/70:focus {
  border-inline-start-color: rgb(23 23 23 / 0.7);
}

.focus\:border-s-neutral-900\/75:focus {
  border-inline-start-color: rgb(23 23 23 / 0.75);
}

.focus\:border-s-neutral-900\/80:focus {
  border-inline-start-color: rgb(23 23 23 / 0.8);
}

.focus\:border-s-neutral-900\/90:focus {
  border-inline-start-color: rgb(23 23 23 / 0.9);
}

.focus\:border-s-neutral-900\/95:focus {
  border-inline-start-color: rgb(23 23 23 / 0.95);
}

.focus\:border-s-neutral-950:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.focus\:border-s-neutral-950\/0:focus {
  border-inline-start-color: rgb(10 10 10 / 0);
}

.focus\:border-s-neutral-950\/10:focus {
  border-inline-start-color: rgb(10 10 10 / 0.1);
}

.focus\:border-s-neutral-950\/100:focus {
  border-inline-start-color: rgb(10 10 10 / 1);
}

.focus\:border-s-neutral-950\/20:focus {
  border-inline-start-color: rgb(10 10 10 / 0.2);
}

.focus\:border-s-neutral-950\/25:focus {
  border-inline-start-color: rgb(10 10 10 / 0.25);
}

.focus\:border-s-neutral-950\/30:focus {
  border-inline-start-color: rgb(10 10 10 / 0.3);
}

.focus\:border-s-neutral-950\/40:focus {
  border-inline-start-color: rgb(10 10 10 / 0.4);
}

.focus\:border-s-neutral-950\/5:focus {
  border-inline-start-color: rgb(10 10 10 / 0.05);
}

.focus\:border-s-neutral-950\/50:focus {
  border-inline-start-color: rgb(10 10 10 / 0.5);
}

.focus\:border-s-neutral-950\/60:focus {
  border-inline-start-color: rgb(10 10 10 / 0.6);
}

.focus\:border-s-neutral-950\/70:focus {
  border-inline-start-color: rgb(10 10 10 / 0.7);
}

.focus\:border-s-neutral-950\/75:focus {
  border-inline-start-color: rgb(10 10 10 / 0.75);
}

.focus\:border-s-neutral-950\/80:focus {
  border-inline-start-color: rgb(10 10 10 / 0.8);
}

.focus\:border-s-neutral-950\/90:focus {
  border-inline-start-color: rgb(10 10 10 / 0.9);
}

.focus\:border-s-neutral-950\/95:focus {
  border-inline-start-color: rgb(10 10 10 / 0.95);
}

.focus\:border-s-orange-100:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 237 213 / var(--tw-border-opacity));
}

.focus\:border-s-orange-100\/0:focus {
  border-inline-start-color: rgb(255 237 213 / 0);
}

.focus\:border-s-orange-100\/10:focus {
  border-inline-start-color: rgb(255 237 213 / 0.1);
}

.focus\:border-s-orange-100\/100:focus {
  border-inline-start-color: rgb(255 237 213 / 1);
}

.focus\:border-s-orange-100\/20:focus {
  border-inline-start-color: rgb(255 237 213 / 0.2);
}

.focus\:border-s-orange-100\/25:focus {
  border-inline-start-color: rgb(255 237 213 / 0.25);
}

.focus\:border-s-orange-100\/30:focus {
  border-inline-start-color: rgb(255 237 213 / 0.3);
}

.focus\:border-s-orange-100\/40:focus {
  border-inline-start-color: rgb(255 237 213 / 0.4);
}

.focus\:border-s-orange-100\/5:focus {
  border-inline-start-color: rgb(255 237 213 / 0.05);
}

.focus\:border-s-orange-100\/50:focus {
  border-inline-start-color: rgb(255 237 213 / 0.5);
}

.focus\:border-s-orange-100\/60:focus {
  border-inline-start-color: rgb(255 237 213 / 0.6);
}

.focus\:border-s-orange-100\/70:focus {
  border-inline-start-color: rgb(255 237 213 / 0.7);
}

.focus\:border-s-orange-100\/75:focus {
  border-inline-start-color: rgb(255 237 213 / 0.75);
}

.focus\:border-s-orange-100\/80:focus {
  border-inline-start-color: rgb(255 237 213 / 0.8);
}

.focus\:border-s-orange-100\/90:focus {
  border-inline-start-color: rgb(255 237 213 / 0.9);
}

.focus\:border-s-orange-100\/95:focus {
  border-inline-start-color: rgb(255 237 213 / 0.95);
}

.focus\:border-s-orange-200:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 215 170 / var(--tw-border-opacity));
}

.focus\:border-s-orange-200\/0:focus {
  border-inline-start-color: rgb(254 215 170 / 0);
}

.focus\:border-s-orange-200\/10:focus {
  border-inline-start-color: rgb(254 215 170 / 0.1);
}

.focus\:border-s-orange-200\/100:focus {
  border-inline-start-color: rgb(254 215 170 / 1);
}

.focus\:border-s-orange-200\/20:focus {
  border-inline-start-color: rgb(254 215 170 / 0.2);
}

.focus\:border-s-orange-200\/25:focus {
  border-inline-start-color: rgb(254 215 170 / 0.25);
}

.focus\:border-s-orange-200\/30:focus {
  border-inline-start-color: rgb(254 215 170 / 0.3);
}

.focus\:border-s-orange-200\/40:focus {
  border-inline-start-color: rgb(254 215 170 / 0.4);
}

.focus\:border-s-orange-200\/5:focus {
  border-inline-start-color: rgb(254 215 170 / 0.05);
}

.focus\:border-s-orange-200\/50:focus {
  border-inline-start-color: rgb(254 215 170 / 0.5);
}

.focus\:border-s-orange-200\/60:focus {
  border-inline-start-color: rgb(254 215 170 / 0.6);
}

.focus\:border-s-orange-200\/70:focus {
  border-inline-start-color: rgb(254 215 170 / 0.7);
}

.focus\:border-s-orange-200\/75:focus {
  border-inline-start-color: rgb(254 215 170 / 0.75);
}

.focus\:border-s-orange-200\/80:focus {
  border-inline-start-color: rgb(254 215 170 / 0.8);
}

.focus\:border-s-orange-200\/90:focus {
  border-inline-start-color: rgb(254 215 170 / 0.9);
}

.focus\:border-s-orange-200\/95:focus {
  border-inline-start-color: rgb(254 215 170 / 0.95);
}

.focus\:border-s-orange-300:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 186 116 / var(--tw-border-opacity));
}

.focus\:border-s-orange-300\/0:focus {
  border-inline-start-color: rgb(253 186 116 / 0);
}

.focus\:border-s-orange-300\/10:focus {
  border-inline-start-color: rgb(253 186 116 / 0.1);
}

.focus\:border-s-orange-300\/100:focus {
  border-inline-start-color: rgb(253 186 116 / 1);
}

.focus\:border-s-orange-300\/20:focus {
  border-inline-start-color: rgb(253 186 116 / 0.2);
}

.focus\:border-s-orange-300\/25:focus {
  border-inline-start-color: rgb(253 186 116 / 0.25);
}

.focus\:border-s-orange-300\/30:focus {
  border-inline-start-color: rgb(253 186 116 / 0.3);
}

.focus\:border-s-orange-300\/40:focus {
  border-inline-start-color: rgb(253 186 116 / 0.4);
}

.focus\:border-s-orange-300\/5:focus {
  border-inline-start-color: rgb(253 186 116 / 0.05);
}

.focus\:border-s-orange-300\/50:focus {
  border-inline-start-color: rgb(253 186 116 / 0.5);
}

.focus\:border-s-orange-300\/60:focus {
  border-inline-start-color: rgb(253 186 116 / 0.6);
}

.focus\:border-s-orange-300\/70:focus {
  border-inline-start-color: rgb(253 186 116 / 0.7);
}

.focus\:border-s-orange-300\/75:focus {
  border-inline-start-color: rgb(253 186 116 / 0.75);
}

.focus\:border-s-orange-300\/80:focus {
  border-inline-start-color: rgb(253 186 116 / 0.8);
}

.focus\:border-s-orange-300\/90:focus {
  border-inline-start-color: rgb(253 186 116 / 0.9);
}

.focus\:border-s-orange-300\/95:focus {
  border-inline-start-color: rgb(253 186 116 / 0.95);
}

.focus\:border-s-orange-400:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.focus\:border-s-orange-400\/0:focus {
  border-inline-start-color: rgb(251 146 60 / 0);
}

.focus\:border-s-orange-400\/10:focus {
  border-inline-start-color: rgb(251 146 60 / 0.1);
}

.focus\:border-s-orange-400\/100:focus {
  border-inline-start-color: rgb(251 146 60 / 1);
}

.focus\:border-s-orange-400\/20:focus {
  border-inline-start-color: rgb(251 146 60 / 0.2);
}

.focus\:border-s-orange-400\/25:focus {
  border-inline-start-color: rgb(251 146 60 / 0.25);
}

.focus\:border-s-orange-400\/30:focus {
  border-inline-start-color: rgb(251 146 60 / 0.3);
}

.focus\:border-s-orange-400\/40:focus {
  border-inline-start-color: rgb(251 146 60 / 0.4);
}

.focus\:border-s-orange-400\/5:focus {
  border-inline-start-color: rgb(251 146 60 / 0.05);
}

.focus\:border-s-orange-400\/50:focus {
  border-inline-start-color: rgb(251 146 60 / 0.5);
}

.focus\:border-s-orange-400\/60:focus {
  border-inline-start-color: rgb(251 146 60 / 0.6);
}

.focus\:border-s-orange-400\/70:focus {
  border-inline-start-color: rgb(251 146 60 / 0.7);
}

.focus\:border-s-orange-400\/75:focus {
  border-inline-start-color: rgb(251 146 60 / 0.75);
}

.focus\:border-s-orange-400\/80:focus {
  border-inline-start-color: rgb(251 146 60 / 0.8);
}

.focus\:border-s-orange-400\/90:focus {
  border-inline-start-color: rgb(251 146 60 / 0.9);
}

.focus\:border-s-orange-400\/95:focus {
  border-inline-start-color: rgb(251 146 60 / 0.95);
}

.focus\:border-s-orange-50:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 247 237 / var(--tw-border-opacity));
}

.focus\:border-s-orange-50\/0:focus {
  border-inline-start-color: rgb(255 247 237 / 0);
}

.focus\:border-s-orange-50\/10:focus {
  border-inline-start-color: rgb(255 247 237 / 0.1);
}

.focus\:border-s-orange-50\/100:focus {
  border-inline-start-color: rgb(255 247 237 / 1);
}

.focus\:border-s-orange-50\/20:focus {
  border-inline-start-color: rgb(255 247 237 / 0.2);
}

.focus\:border-s-orange-50\/25:focus {
  border-inline-start-color: rgb(255 247 237 / 0.25);
}

.focus\:border-s-orange-50\/30:focus {
  border-inline-start-color: rgb(255 247 237 / 0.3);
}

.focus\:border-s-orange-50\/40:focus {
  border-inline-start-color: rgb(255 247 237 / 0.4);
}

.focus\:border-s-orange-50\/5:focus {
  border-inline-start-color: rgb(255 247 237 / 0.05);
}

.focus\:border-s-orange-50\/50:focus {
  border-inline-start-color: rgb(255 247 237 / 0.5);
}

.focus\:border-s-orange-50\/60:focus {
  border-inline-start-color: rgb(255 247 237 / 0.6);
}

.focus\:border-s-orange-50\/70:focus {
  border-inline-start-color: rgb(255 247 237 / 0.7);
}

.focus\:border-s-orange-50\/75:focus {
  border-inline-start-color: rgb(255 247 237 / 0.75);
}

.focus\:border-s-orange-50\/80:focus {
  border-inline-start-color: rgb(255 247 237 / 0.8);
}

.focus\:border-s-orange-50\/90:focus {
  border-inline-start-color: rgb(255 247 237 / 0.9);
}

.focus\:border-s-orange-50\/95:focus {
  border-inline-start-color: rgb(255 247 237 / 0.95);
}

.focus\:border-s-orange-500:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(249 115 22 / var(--tw-border-opacity));
}

.focus\:border-s-orange-500\/0:focus {
  border-inline-start-color: rgb(249 115 22 / 0);
}

.focus\:border-s-orange-500\/10:focus {
  border-inline-start-color: rgb(249 115 22 / 0.1);
}

.focus\:border-s-orange-500\/100:focus {
  border-inline-start-color: rgb(249 115 22 / 1);
}

.focus\:border-s-orange-500\/20:focus {
  border-inline-start-color: rgb(249 115 22 / 0.2);
}

.focus\:border-s-orange-500\/25:focus {
  border-inline-start-color: rgb(249 115 22 / 0.25);
}

.focus\:border-s-orange-500\/30:focus {
  border-inline-start-color: rgb(249 115 22 / 0.3);
}

.focus\:border-s-orange-500\/40:focus {
  border-inline-start-color: rgb(249 115 22 / 0.4);
}

.focus\:border-s-orange-500\/5:focus {
  border-inline-start-color: rgb(249 115 22 / 0.05);
}

.focus\:border-s-orange-500\/50:focus {
  border-inline-start-color: rgb(249 115 22 / 0.5);
}

.focus\:border-s-orange-500\/60:focus {
  border-inline-start-color: rgb(249 115 22 / 0.6);
}

.focus\:border-s-orange-500\/70:focus {
  border-inline-start-color: rgb(249 115 22 / 0.7);
}

.focus\:border-s-orange-500\/75:focus {
  border-inline-start-color: rgb(249 115 22 / 0.75);
}

.focus\:border-s-orange-500\/80:focus {
  border-inline-start-color: rgb(249 115 22 / 0.8);
}

.focus\:border-s-orange-500\/90:focus {
  border-inline-start-color: rgb(249 115 22 / 0.9);
}

.focus\:border-s-orange-500\/95:focus {
  border-inline-start-color: rgb(249 115 22 / 0.95);
}

.focus\:border-s-orange-600:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.focus\:border-s-orange-600\/0:focus {
  border-inline-start-color: rgb(234 88 12 / 0);
}

.focus\:border-s-orange-600\/10:focus {
  border-inline-start-color: rgb(234 88 12 / 0.1);
}

.focus\:border-s-orange-600\/100:focus {
  border-inline-start-color: rgb(234 88 12 / 1);
}

.focus\:border-s-orange-600\/20:focus {
  border-inline-start-color: rgb(234 88 12 / 0.2);
}

.focus\:border-s-orange-600\/25:focus {
  border-inline-start-color: rgb(234 88 12 / 0.25);
}

.focus\:border-s-orange-600\/30:focus {
  border-inline-start-color: rgb(234 88 12 / 0.3);
}

.focus\:border-s-orange-600\/40:focus {
  border-inline-start-color: rgb(234 88 12 / 0.4);
}

.focus\:border-s-orange-600\/5:focus {
  border-inline-start-color: rgb(234 88 12 / 0.05);
}

.focus\:border-s-orange-600\/50:focus {
  border-inline-start-color: rgb(234 88 12 / 0.5);
}

.focus\:border-s-orange-600\/60:focus {
  border-inline-start-color: rgb(234 88 12 / 0.6);
}

.focus\:border-s-orange-600\/70:focus {
  border-inline-start-color: rgb(234 88 12 / 0.7);
}

.focus\:border-s-orange-600\/75:focus {
  border-inline-start-color: rgb(234 88 12 / 0.75);
}

.focus\:border-s-orange-600\/80:focus {
  border-inline-start-color: rgb(234 88 12 / 0.8);
}

.focus\:border-s-orange-600\/90:focus {
  border-inline-start-color: rgb(234 88 12 / 0.9);
}

.focus\:border-s-orange-600\/95:focus {
  border-inline-start-color: rgb(234 88 12 / 0.95);
}

.focus\:border-s-orange-700:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(194 65 12 / var(--tw-border-opacity));
}

.focus\:border-s-orange-700\/0:focus {
  border-inline-start-color: rgb(194 65 12 / 0);
}

.focus\:border-s-orange-700\/10:focus {
  border-inline-start-color: rgb(194 65 12 / 0.1);
}

.focus\:border-s-orange-700\/100:focus {
  border-inline-start-color: rgb(194 65 12 / 1);
}

.focus\:border-s-orange-700\/20:focus {
  border-inline-start-color: rgb(194 65 12 / 0.2);
}

.focus\:border-s-orange-700\/25:focus {
  border-inline-start-color: rgb(194 65 12 / 0.25);
}

.focus\:border-s-orange-700\/30:focus {
  border-inline-start-color: rgb(194 65 12 / 0.3);
}

.focus\:border-s-orange-700\/40:focus {
  border-inline-start-color: rgb(194 65 12 / 0.4);
}

.focus\:border-s-orange-700\/5:focus {
  border-inline-start-color: rgb(194 65 12 / 0.05);
}

.focus\:border-s-orange-700\/50:focus {
  border-inline-start-color: rgb(194 65 12 / 0.5);
}

.focus\:border-s-orange-700\/60:focus {
  border-inline-start-color: rgb(194 65 12 / 0.6);
}

.focus\:border-s-orange-700\/70:focus {
  border-inline-start-color: rgb(194 65 12 / 0.7);
}

.focus\:border-s-orange-700\/75:focus {
  border-inline-start-color: rgb(194 65 12 / 0.75);
}

.focus\:border-s-orange-700\/80:focus {
  border-inline-start-color: rgb(194 65 12 / 0.8);
}

.focus\:border-s-orange-700\/90:focus {
  border-inline-start-color: rgb(194 65 12 / 0.9);
}

.focus\:border-s-orange-700\/95:focus {
  border-inline-start-color: rgb(194 65 12 / 0.95);
}

.focus\:border-s-orange-800:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(154 52 18 / var(--tw-border-opacity));
}

.focus\:border-s-orange-800\/0:focus {
  border-inline-start-color: rgb(154 52 18 / 0);
}

.focus\:border-s-orange-800\/10:focus {
  border-inline-start-color: rgb(154 52 18 / 0.1);
}

.focus\:border-s-orange-800\/100:focus {
  border-inline-start-color: rgb(154 52 18 / 1);
}

.focus\:border-s-orange-800\/20:focus {
  border-inline-start-color: rgb(154 52 18 / 0.2);
}

.focus\:border-s-orange-800\/25:focus {
  border-inline-start-color: rgb(154 52 18 / 0.25);
}

.focus\:border-s-orange-800\/30:focus {
  border-inline-start-color: rgb(154 52 18 / 0.3);
}

.focus\:border-s-orange-800\/40:focus {
  border-inline-start-color: rgb(154 52 18 / 0.4);
}

.focus\:border-s-orange-800\/5:focus {
  border-inline-start-color: rgb(154 52 18 / 0.05);
}

.focus\:border-s-orange-800\/50:focus {
  border-inline-start-color: rgb(154 52 18 / 0.5);
}

.focus\:border-s-orange-800\/60:focus {
  border-inline-start-color: rgb(154 52 18 / 0.6);
}

.focus\:border-s-orange-800\/70:focus {
  border-inline-start-color: rgb(154 52 18 / 0.7);
}

.focus\:border-s-orange-800\/75:focus {
  border-inline-start-color: rgb(154 52 18 / 0.75);
}

.focus\:border-s-orange-800\/80:focus {
  border-inline-start-color: rgb(154 52 18 / 0.8);
}

.focus\:border-s-orange-800\/90:focus {
  border-inline-start-color: rgb(154 52 18 / 0.9);
}

.focus\:border-s-orange-800\/95:focus {
  border-inline-start-color: rgb(154 52 18 / 0.95);
}

.focus\:border-s-orange-900:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(124 45 18 / var(--tw-border-opacity));
}

.focus\:border-s-orange-900\/0:focus {
  border-inline-start-color: rgb(124 45 18 / 0);
}

.focus\:border-s-orange-900\/10:focus {
  border-inline-start-color: rgb(124 45 18 / 0.1);
}

.focus\:border-s-orange-900\/100:focus {
  border-inline-start-color: rgb(124 45 18 / 1);
}

.focus\:border-s-orange-900\/20:focus {
  border-inline-start-color: rgb(124 45 18 / 0.2);
}

.focus\:border-s-orange-900\/25:focus {
  border-inline-start-color: rgb(124 45 18 / 0.25);
}

.focus\:border-s-orange-900\/30:focus {
  border-inline-start-color: rgb(124 45 18 / 0.3);
}

.focus\:border-s-orange-900\/40:focus {
  border-inline-start-color: rgb(124 45 18 / 0.4);
}

.focus\:border-s-orange-900\/5:focus {
  border-inline-start-color: rgb(124 45 18 / 0.05);
}

.focus\:border-s-orange-900\/50:focus {
  border-inline-start-color: rgb(124 45 18 / 0.5);
}

.focus\:border-s-orange-900\/60:focus {
  border-inline-start-color: rgb(124 45 18 / 0.6);
}

.focus\:border-s-orange-900\/70:focus {
  border-inline-start-color: rgb(124 45 18 / 0.7);
}

.focus\:border-s-orange-900\/75:focus {
  border-inline-start-color: rgb(124 45 18 / 0.75);
}

.focus\:border-s-orange-900\/80:focus {
  border-inline-start-color: rgb(124 45 18 / 0.8);
}

.focus\:border-s-orange-900\/90:focus {
  border-inline-start-color: rgb(124 45 18 / 0.9);
}

.focus\:border-s-orange-900\/95:focus {
  border-inline-start-color: rgb(124 45 18 / 0.95);
}

.focus\:border-s-orange-950:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(67 20 7 / var(--tw-border-opacity));
}

.focus\:border-s-orange-950\/0:focus {
  border-inline-start-color: rgb(67 20 7 / 0);
}

.focus\:border-s-orange-950\/10:focus {
  border-inline-start-color: rgb(67 20 7 / 0.1);
}

.focus\:border-s-orange-950\/100:focus {
  border-inline-start-color: rgb(67 20 7 / 1);
}

.focus\:border-s-orange-950\/20:focus {
  border-inline-start-color: rgb(67 20 7 / 0.2);
}

.focus\:border-s-orange-950\/25:focus {
  border-inline-start-color: rgb(67 20 7 / 0.25);
}

.focus\:border-s-orange-950\/30:focus {
  border-inline-start-color: rgb(67 20 7 / 0.3);
}

.focus\:border-s-orange-950\/40:focus {
  border-inline-start-color: rgb(67 20 7 / 0.4);
}

.focus\:border-s-orange-950\/5:focus {
  border-inline-start-color: rgb(67 20 7 / 0.05);
}

.focus\:border-s-orange-950\/50:focus {
  border-inline-start-color: rgb(67 20 7 / 0.5);
}

.focus\:border-s-orange-950\/60:focus {
  border-inline-start-color: rgb(67 20 7 / 0.6);
}

.focus\:border-s-orange-950\/70:focus {
  border-inline-start-color: rgb(67 20 7 / 0.7);
}

.focus\:border-s-orange-950\/75:focus {
  border-inline-start-color: rgb(67 20 7 / 0.75);
}

.focus\:border-s-orange-950\/80:focus {
  border-inline-start-color: rgb(67 20 7 / 0.8);
}

.focus\:border-s-orange-950\/90:focus {
  border-inline-start-color: rgb(67 20 7 / 0.9);
}

.focus\:border-s-orange-950\/95:focus {
  border-inline-start-color: rgb(67 20 7 / 0.95);
}

.focus\:border-s-ozc-100:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 239 235 / var(--tw-border-opacity));
}

.focus\:border-s-ozc-100\/0:focus {
  border-inline-start-color: rgb(255 239 235 / 0);
}

.focus\:border-s-ozc-100\/10:focus {
  border-inline-start-color: rgb(255 239 235 / 0.1);
}

.focus\:border-s-ozc-100\/100:focus {
  border-inline-start-color: rgb(255 239 235 / 1);
}

.focus\:border-s-ozc-100\/20:focus {
  border-inline-start-color: rgb(255 239 235 / 0.2);
}

.focus\:border-s-ozc-100\/25:focus {
  border-inline-start-color: rgb(255 239 235 / 0.25);
}

.focus\:border-s-ozc-100\/30:focus {
  border-inline-start-color: rgb(255 239 235 / 0.3);
}

.focus\:border-s-ozc-100\/40:focus {
  border-inline-start-color: rgb(255 239 235 / 0.4);
}

.focus\:border-s-ozc-100\/5:focus {
  border-inline-start-color: rgb(255 239 235 / 0.05);
}

.focus\:border-s-ozc-100\/50:focus {
  border-inline-start-color: rgb(255 239 235 / 0.5);
}

.focus\:border-s-ozc-100\/60:focus {
  border-inline-start-color: rgb(255 239 235 / 0.6);
}

.focus\:border-s-ozc-100\/70:focus {
  border-inline-start-color: rgb(255 239 235 / 0.7);
}

.focus\:border-s-ozc-100\/75:focus {
  border-inline-start-color: rgb(255 239 235 / 0.75);
}

.focus\:border-s-ozc-100\/80:focus {
  border-inline-start-color: rgb(255 239 235 / 0.8);
}

.focus\:border-s-ozc-100\/90:focus {
  border-inline-start-color: rgb(255 239 235 / 0.9);
}

.focus\:border-s-ozc-100\/95:focus {
  border-inline-start-color: rgb(255 239 235 / 0.95);
}

.focus\:border-s-ozc-200:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 225 222 / var(--tw-border-opacity));
}

.focus\:border-s-ozc-200\/0:focus {
  border-inline-start-color: rgb(253 225 222 / 0);
}

.focus\:border-s-ozc-200\/10:focus {
  border-inline-start-color: rgb(253 225 222 / 0.1);
}

.focus\:border-s-ozc-200\/100:focus {
  border-inline-start-color: rgb(253 225 222 / 1);
}

.focus\:border-s-ozc-200\/20:focus {
  border-inline-start-color: rgb(253 225 222 / 0.2);
}

.focus\:border-s-ozc-200\/25:focus {
  border-inline-start-color: rgb(253 225 222 / 0.25);
}

.focus\:border-s-ozc-200\/30:focus {
  border-inline-start-color: rgb(253 225 222 / 0.3);
}

.focus\:border-s-ozc-200\/40:focus {
  border-inline-start-color: rgb(253 225 222 / 0.4);
}

.focus\:border-s-ozc-200\/5:focus {
  border-inline-start-color: rgb(253 225 222 / 0.05);
}

.focus\:border-s-ozc-200\/50:focus {
  border-inline-start-color: rgb(253 225 222 / 0.5);
}

.focus\:border-s-ozc-200\/60:focus {
  border-inline-start-color: rgb(253 225 222 / 0.6);
}

.focus\:border-s-ozc-200\/70:focus {
  border-inline-start-color: rgb(253 225 222 / 0.7);
}

.focus\:border-s-ozc-200\/75:focus {
  border-inline-start-color: rgb(253 225 222 / 0.75);
}

.focus\:border-s-ozc-200\/80:focus {
  border-inline-start-color: rgb(253 225 222 / 0.8);
}

.focus\:border-s-ozc-200\/90:focus {
  border-inline-start-color: rgb(253 225 222 / 0.9);
}

.focus\:border-s-ozc-200\/95:focus {
  border-inline-start-color: rgb(253 225 222 / 0.95);
}

.focus\:border-s-ozc-300:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(248 181 181 / var(--tw-border-opacity));
}

.focus\:border-s-ozc-300\/0:focus {
  border-inline-start-color: rgb(248 181 181 / 0);
}

.focus\:border-s-ozc-300\/10:focus {
  border-inline-start-color: rgb(248 181 181 / 0.1);
}

.focus\:border-s-ozc-300\/100:focus {
  border-inline-start-color: rgb(248 181 181 / 1);
}

.focus\:border-s-ozc-300\/20:focus {
  border-inline-start-color: rgb(248 181 181 / 0.2);
}

.focus\:border-s-ozc-300\/25:focus {
  border-inline-start-color: rgb(248 181 181 / 0.25);
}

.focus\:border-s-ozc-300\/30:focus {
  border-inline-start-color: rgb(248 181 181 / 0.3);
}

.focus\:border-s-ozc-300\/40:focus {
  border-inline-start-color: rgb(248 181 181 / 0.4);
}

.focus\:border-s-ozc-300\/5:focus {
  border-inline-start-color: rgb(248 181 181 / 0.05);
}

.focus\:border-s-ozc-300\/50:focus {
  border-inline-start-color: rgb(248 181 181 / 0.5);
}

.focus\:border-s-ozc-300\/60:focus {
  border-inline-start-color: rgb(248 181 181 / 0.6);
}

.focus\:border-s-ozc-300\/70:focus {
  border-inline-start-color: rgb(248 181 181 / 0.7);
}

.focus\:border-s-ozc-300\/75:focus {
  border-inline-start-color: rgb(248 181 181 / 0.75);
}

.focus\:border-s-ozc-300\/80:focus {
  border-inline-start-color: rgb(248 181 181 / 0.8);
}

.focus\:border-s-ozc-300\/90:focus {
  border-inline-start-color: rgb(248 181 181 / 0.9);
}

.focus\:border-s-ozc-300\/95:focus {
  border-inline-start-color: rgb(248 181 181 / 0.95);
}

.focus\:border-s-ozc-400:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 189 173 / var(--tw-border-opacity));
}

.focus\:border-s-ozc-400\/0:focus {
  border-inline-start-color: rgb(250 189 173 / 0);
}

.focus\:border-s-ozc-400\/10:focus {
  border-inline-start-color: rgb(250 189 173 / 0.1);
}

.focus\:border-s-ozc-400\/100:focus {
  border-inline-start-color: rgb(250 189 173 / 1);
}

.focus\:border-s-ozc-400\/20:focus {
  border-inline-start-color: rgb(250 189 173 / 0.2);
}

.focus\:border-s-ozc-400\/25:focus {
  border-inline-start-color: rgb(250 189 173 / 0.25);
}

.focus\:border-s-ozc-400\/30:focus {
  border-inline-start-color: rgb(250 189 173 / 0.3);
}

.focus\:border-s-ozc-400\/40:focus {
  border-inline-start-color: rgb(250 189 173 / 0.4);
}

.focus\:border-s-ozc-400\/5:focus {
  border-inline-start-color: rgb(250 189 173 / 0.05);
}

.focus\:border-s-ozc-400\/50:focus {
  border-inline-start-color: rgb(250 189 173 / 0.5);
}

.focus\:border-s-ozc-400\/60:focus {
  border-inline-start-color: rgb(250 189 173 / 0.6);
}

.focus\:border-s-ozc-400\/70:focus {
  border-inline-start-color: rgb(250 189 173 / 0.7);
}

.focus\:border-s-ozc-400\/75:focus {
  border-inline-start-color: rgb(250 189 173 / 0.75);
}

.focus\:border-s-ozc-400\/80:focus {
  border-inline-start-color: rgb(250 189 173 / 0.8);
}

.focus\:border-s-ozc-400\/90:focus {
  border-inline-start-color: rgb(250 189 173 / 0.9);
}

.focus\:border-s-ozc-400\/95:focus {
  border-inline-start-color: rgb(250 189 173 / 0.95);
}

.focus\:border-s-ozc-50:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 243 232 / var(--tw-border-opacity));
}

.focus\:border-s-ozc-50\/0:focus {
  border-inline-start-color: rgb(254 243 232 / 0);
}

.focus\:border-s-ozc-50\/10:focus {
  border-inline-start-color: rgb(254 243 232 / 0.1);
}

.focus\:border-s-ozc-50\/100:focus {
  border-inline-start-color: rgb(254 243 232 / 1);
}

.focus\:border-s-ozc-50\/20:focus {
  border-inline-start-color: rgb(254 243 232 / 0.2);
}

.focus\:border-s-ozc-50\/25:focus {
  border-inline-start-color: rgb(254 243 232 / 0.25);
}

.focus\:border-s-ozc-50\/30:focus {
  border-inline-start-color: rgb(254 243 232 / 0.3);
}

.focus\:border-s-ozc-50\/40:focus {
  border-inline-start-color: rgb(254 243 232 / 0.4);
}

.focus\:border-s-ozc-50\/5:focus {
  border-inline-start-color: rgb(254 243 232 / 0.05);
}

.focus\:border-s-ozc-50\/50:focus {
  border-inline-start-color: rgb(254 243 232 / 0.5);
}

.focus\:border-s-ozc-50\/60:focus {
  border-inline-start-color: rgb(254 243 232 / 0.6);
}

.focus\:border-s-ozc-50\/70:focus {
  border-inline-start-color: rgb(254 243 232 / 0.7);
}

.focus\:border-s-ozc-50\/75:focus {
  border-inline-start-color: rgb(254 243 232 / 0.75);
}

.focus\:border-s-ozc-50\/80:focus {
  border-inline-start-color: rgb(254 243 232 / 0.8);
}

.focus\:border-s-ozc-50\/90:focus {
  border-inline-start-color: rgb(254 243 232 / 0.9);
}

.focus\:border-s-ozc-50\/95:focus {
  border-inline-start-color: rgb(254 243 232 / 0.95);
}

.focus\:border-s-ozc-500:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 110 96 / var(--tw-border-opacity));
}

.focus\:border-s-ozc-500\/0:focus {
  border-inline-start-color: rgb(255 110 96 / 0);
}

.focus\:border-s-ozc-500\/10:focus {
  border-inline-start-color: rgb(255 110 96 / 0.1);
}

.focus\:border-s-ozc-500\/100:focus {
  border-inline-start-color: rgb(255 110 96 / 1);
}

.focus\:border-s-ozc-500\/20:focus {
  border-inline-start-color: rgb(255 110 96 / 0.2);
}

.focus\:border-s-ozc-500\/25:focus {
  border-inline-start-color: rgb(255 110 96 / 0.25);
}

.focus\:border-s-ozc-500\/30:focus {
  border-inline-start-color: rgb(255 110 96 / 0.3);
}

.focus\:border-s-ozc-500\/40:focus {
  border-inline-start-color: rgb(255 110 96 / 0.4);
}

.focus\:border-s-ozc-500\/5:focus {
  border-inline-start-color: rgb(255 110 96 / 0.05);
}

.focus\:border-s-ozc-500\/50:focus {
  border-inline-start-color: rgb(255 110 96 / 0.5);
}

.focus\:border-s-ozc-500\/60:focus {
  border-inline-start-color: rgb(255 110 96 / 0.6);
}

.focus\:border-s-ozc-500\/70:focus {
  border-inline-start-color: rgb(255 110 96 / 0.7);
}

.focus\:border-s-ozc-500\/75:focus {
  border-inline-start-color: rgb(255 110 96 / 0.75);
}

.focus\:border-s-ozc-500\/80:focus {
  border-inline-start-color: rgb(255 110 96 / 0.8);
}

.focus\:border-s-ozc-500\/90:focus {
  border-inline-start-color: rgb(255 110 96 / 0.9);
}

.focus\:border-s-ozc-500\/95:focus {
  border-inline-start-color: rgb(255 110 96 / 0.95);
}

.focus\:border-s-ozc-600:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(249 169 140 / var(--tw-border-opacity));
}

.focus\:border-s-ozc-600\/0:focus {
  border-inline-start-color: rgb(249 169 140 / 0);
}

.focus\:border-s-ozc-600\/10:focus {
  border-inline-start-color: rgb(249 169 140 / 0.1);
}

.focus\:border-s-ozc-600\/100:focus {
  border-inline-start-color: rgb(249 169 140 / 1);
}

.focus\:border-s-ozc-600\/20:focus {
  border-inline-start-color: rgb(249 169 140 / 0.2);
}

.focus\:border-s-ozc-600\/25:focus {
  border-inline-start-color: rgb(249 169 140 / 0.25);
}

.focus\:border-s-ozc-600\/30:focus {
  border-inline-start-color: rgb(249 169 140 / 0.3);
}

.focus\:border-s-ozc-600\/40:focus {
  border-inline-start-color: rgb(249 169 140 / 0.4);
}

.focus\:border-s-ozc-600\/5:focus {
  border-inline-start-color: rgb(249 169 140 / 0.05);
}

.focus\:border-s-ozc-600\/50:focus {
  border-inline-start-color: rgb(249 169 140 / 0.5);
}

.focus\:border-s-ozc-600\/60:focus {
  border-inline-start-color: rgb(249 169 140 / 0.6);
}

.focus\:border-s-ozc-600\/70:focus {
  border-inline-start-color: rgb(249 169 140 / 0.7);
}

.focus\:border-s-ozc-600\/75:focus {
  border-inline-start-color: rgb(249 169 140 / 0.75);
}

.focus\:border-s-ozc-600\/80:focus {
  border-inline-start-color: rgb(249 169 140 / 0.8);
}

.focus\:border-s-ozc-600\/90:focus {
  border-inline-start-color: rgb(249 169 140 / 0.9);
}

.focus\:border-s-ozc-600\/95:focus {
  border-inline-start-color: rgb(249 169 140 / 0.95);
}

.focus\:border-s-ozc-700:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(246 148 114 / var(--tw-border-opacity));
}

.focus\:border-s-ozc-700\/0:focus {
  border-inline-start-color: rgb(246 148 114 / 0);
}

.focus\:border-s-ozc-700\/10:focus {
  border-inline-start-color: rgb(246 148 114 / 0.1);
}

.focus\:border-s-ozc-700\/100:focus {
  border-inline-start-color: rgb(246 148 114 / 1);
}

.focus\:border-s-ozc-700\/20:focus {
  border-inline-start-color: rgb(246 148 114 / 0.2);
}

.focus\:border-s-ozc-700\/25:focus {
  border-inline-start-color: rgb(246 148 114 / 0.25);
}

.focus\:border-s-ozc-700\/30:focus {
  border-inline-start-color: rgb(246 148 114 / 0.3);
}

.focus\:border-s-ozc-700\/40:focus {
  border-inline-start-color: rgb(246 148 114 / 0.4);
}

.focus\:border-s-ozc-700\/5:focus {
  border-inline-start-color: rgb(246 148 114 / 0.05);
}

.focus\:border-s-ozc-700\/50:focus {
  border-inline-start-color: rgb(246 148 114 / 0.5);
}

.focus\:border-s-ozc-700\/60:focus {
  border-inline-start-color: rgb(246 148 114 / 0.6);
}

.focus\:border-s-ozc-700\/70:focus {
  border-inline-start-color: rgb(246 148 114 / 0.7);
}

.focus\:border-s-ozc-700\/75:focus {
  border-inline-start-color: rgb(246 148 114 / 0.75);
}

.focus\:border-s-ozc-700\/80:focus {
  border-inline-start-color: rgb(246 148 114 / 0.8);
}

.focus\:border-s-ozc-700\/90:focus {
  border-inline-start-color: rgb(246 148 114 / 0.9);
}

.focus\:border-s-ozc-700\/95:focus {
  border-inline-start-color: rgb(246 148 114 / 0.95);
}

.focus\:border-s-ozc-800:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 144 136 / var(--tw-border-opacity));
}

.focus\:border-s-ozc-800\/0:focus {
  border-inline-start-color: rgb(245 144 136 / 0);
}

.focus\:border-s-ozc-800\/10:focus {
  border-inline-start-color: rgb(245 144 136 / 0.1);
}

.focus\:border-s-ozc-800\/100:focus {
  border-inline-start-color: rgb(245 144 136 / 1);
}

.focus\:border-s-ozc-800\/20:focus {
  border-inline-start-color: rgb(245 144 136 / 0.2);
}

.focus\:border-s-ozc-800\/25:focus {
  border-inline-start-color: rgb(245 144 136 / 0.25);
}

.focus\:border-s-ozc-800\/30:focus {
  border-inline-start-color: rgb(245 144 136 / 0.3);
}

.focus\:border-s-ozc-800\/40:focus {
  border-inline-start-color: rgb(245 144 136 / 0.4);
}

.focus\:border-s-ozc-800\/5:focus {
  border-inline-start-color: rgb(245 144 136 / 0.05);
}

.focus\:border-s-ozc-800\/50:focus {
  border-inline-start-color: rgb(245 144 136 / 0.5);
}

.focus\:border-s-ozc-800\/60:focus {
  border-inline-start-color: rgb(245 144 136 / 0.6);
}

.focus\:border-s-ozc-800\/70:focus {
  border-inline-start-color: rgb(245 144 136 / 0.7);
}

.focus\:border-s-ozc-800\/75:focus {
  border-inline-start-color: rgb(245 144 136 / 0.75);
}

.focus\:border-s-ozc-800\/80:focus {
  border-inline-start-color: rgb(245 144 136 / 0.8);
}

.focus\:border-s-ozc-800\/90:focus {
  border-inline-start-color: rgb(245 144 136 / 0.9);
}

.focus\:border-s-ozc-800\/95:focus {
  border-inline-start-color: rgb(245 144 136 / 0.95);
}

.focus\:border-s-ozc-900:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(243 121 124 / var(--tw-border-opacity));
}

.focus\:border-s-ozc-900\/0:focus {
  border-inline-start-color: rgb(243 121 124 / 0);
}

.focus\:border-s-ozc-900\/10:focus {
  border-inline-start-color: rgb(243 121 124 / 0.1);
}

.focus\:border-s-ozc-900\/100:focus {
  border-inline-start-color: rgb(243 121 124 / 1);
}

.focus\:border-s-ozc-900\/20:focus {
  border-inline-start-color: rgb(243 121 124 / 0.2);
}

.focus\:border-s-ozc-900\/25:focus {
  border-inline-start-color: rgb(243 121 124 / 0.25);
}

.focus\:border-s-ozc-900\/30:focus {
  border-inline-start-color: rgb(243 121 124 / 0.3);
}

.focus\:border-s-ozc-900\/40:focus {
  border-inline-start-color: rgb(243 121 124 / 0.4);
}

.focus\:border-s-ozc-900\/5:focus {
  border-inline-start-color: rgb(243 121 124 / 0.05);
}

.focus\:border-s-ozc-900\/50:focus {
  border-inline-start-color: rgb(243 121 124 / 0.5);
}

.focus\:border-s-ozc-900\/60:focus {
  border-inline-start-color: rgb(243 121 124 / 0.6);
}

.focus\:border-s-ozc-900\/70:focus {
  border-inline-start-color: rgb(243 121 124 / 0.7);
}

.focus\:border-s-ozc-900\/75:focus {
  border-inline-start-color: rgb(243 121 124 / 0.75);
}

.focus\:border-s-ozc-900\/80:focus {
  border-inline-start-color: rgb(243 121 124 / 0.8);
}

.focus\:border-s-ozc-900\/90:focus {
  border-inline-start-color: rgb(243 121 124 / 0.9);
}

.focus\:border-s-ozc-900\/95:focus {
  border-inline-start-color: rgb(243 121 124 / 0.95);
}

.focus\:border-s-ozc-950:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.focus\:border-s-ozc-950\/0:focus {
  border-inline-start-color: rgb(42 45 51 / 0);
}

.focus\:border-s-ozc-950\/10:focus {
  border-inline-start-color: rgb(42 45 51 / 0.1);
}

.focus\:border-s-ozc-950\/100:focus {
  border-inline-start-color: rgb(42 45 51 / 1);
}

.focus\:border-s-ozc-950\/20:focus {
  border-inline-start-color: rgb(42 45 51 / 0.2);
}

.focus\:border-s-ozc-950\/25:focus {
  border-inline-start-color: rgb(42 45 51 / 0.25);
}

.focus\:border-s-ozc-950\/30:focus {
  border-inline-start-color: rgb(42 45 51 / 0.3);
}

.focus\:border-s-ozc-950\/40:focus {
  border-inline-start-color: rgb(42 45 51 / 0.4);
}

.focus\:border-s-ozc-950\/5:focus {
  border-inline-start-color: rgb(42 45 51 / 0.05);
}

.focus\:border-s-ozc-950\/50:focus {
  border-inline-start-color: rgb(42 45 51 / 0.5);
}

.focus\:border-s-ozc-950\/60:focus {
  border-inline-start-color: rgb(42 45 51 / 0.6);
}

.focus\:border-s-ozc-950\/70:focus {
  border-inline-start-color: rgb(42 45 51 / 0.7);
}

.focus\:border-s-ozc-950\/75:focus {
  border-inline-start-color: rgb(42 45 51 / 0.75);
}

.focus\:border-s-ozc-950\/80:focus {
  border-inline-start-color: rgb(42 45 51 / 0.8);
}

.focus\:border-s-ozc-950\/90:focus {
  border-inline-start-color: rgb(42 45 51 / 0.9);
}

.focus\:border-s-ozc-950\/95:focus {
  border-inline-start-color: rgb(42 45 51 / 0.95);
}

.focus\:border-s-ozc-alt-100:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 250 230 / var(--tw-border-opacity));
}

.focus\:border-s-ozc-alt-100\/0:focus {
  border-inline-start-color: rgb(255 250 230 / 0);
}

.focus\:border-s-ozc-alt-100\/10:focus {
  border-inline-start-color: rgb(255 250 230 / 0.1);
}

.focus\:border-s-ozc-alt-100\/100:focus {
  border-inline-start-color: rgb(255 250 230 / 1);
}

.focus\:border-s-ozc-alt-100\/20:focus {
  border-inline-start-color: rgb(255 250 230 / 0.2);
}

.focus\:border-s-ozc-alt-100\/25:focus {
  border-inline-start-color: rgb(255 250 230 / 0.25);
}

.focus\:border-s-ozc-alt-100\/30:focus {
  border-inline-start-color: rgb(255 250 230 / 0.3);
}

.focus\:border-s-ozc-alt-100\/40:focus {
  border-inline-start-color: rgb(255 250 230 / 0.4);
}

.focus\:border-s-ozc-alt-100\/5:focus {
  border-inline-start-color: rgb(255 250 230 / 0.05);
}

.focus\:border-s-ozc-alt-100\/50:focus {
  border-inline-start-color: rgb(255 250 230 / 0.5);
}

.focus\:border-s-ozc-alt-100\/60:focus {
  border-inline-start-color: rgb(255 250 230 / 0.6);
}

.focus\:border-s-ozc-alt-100\/70:focus {
  border-inline-start-color: rgb(255 250 230 / 0.7);
}

.focus\:border-s-ozc-alt-100\/75:focus {
  border-inline-start-color: rgb(255 250 230 / 0.75);
}

.focus\:border-s-ozc-alt-100\/80:focus {
  border-inline-start-color: rgb(255 250 230 / 0.8);
}

.focus\:border-s-ozc-alt-100\/90:focus {
  border-inline-start-color: rgb(255 250 230 / 0.9);
}

.focus\:border-s-ozc-alt-100\/95:focus {
  border-inline-start-color: rgb(255 250 230 / 0.95);
}

.focus\:border-s-ozc-alt-200:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 242 193 / var(--tw-border-opacity));
}

.focus\:border-s-ozc-alt-200\/0:focus {
  border-inline-start-color: rgb(255 242 193 / 0);
}

.focus\:border-s-ozc-alt-200\/10:focus {
  border-inline-start-color: rgb(255 242 193 / 0.1);
}

.focus\:border-s-ozc-alt-200\/100:focus {
  border-inline-start-color: rgb(255 242 193 / 1);
}

.focus\:border-s-ozc-alt-200\/20:focus {
  border-inline-start-color: rgb(255 242 193 / 0.2);
}

.focus\:border-s-ozc-alt-200\/25:focus {
  border-inline-start-color: rgb(255 242 193 / 0.25);
}

.focus\:border-s-ozc-alt-200\/30:focus {
  border-inline-start-color: rgb(255 242 193 / 0.3);
}

.focus\:border-s-ozc-alt-200\/40:focus {
  border-inline-start-color: rgb(255 242 193 / 0.4);
}

.focus\:border-s-ozc-alt-200\/5:focus {
  border-inline-start-color: rgb(255 242 193 / 0.05);
}

.focus\:border-s-ozc-alt-200\/50:focus {
  border-inline-start-color: rgb(255 242 193 / 0.5);
}

.focus\:border-s-ozc-alt-200\/60:focus {
  border-inline-start-color: rgb(255 242 193 / 0.6);
}

.focus\:border-s-ozc-alt-200\/70:focus {
  border-inline-start-color: rgb(255 242 193 / 0.7);
}

.focus\:border-s-ozc-alt-200\/75:focus {
  border-inline-start-color: rgb(255 242 193 / 0.75);
}

.focus\:border-s-ozc-alt-200\/80:focus {
  border-inline-start-color: rgb(255 242 193 / 0.8);
}

.focus\:border-s-ozc-alt-200\/90:focus {
  border-inline-start-color: rgb(255 242 193 / 0.9);
}

.focus\:border-s-ozc-alt-200\/95:focus {
  border-inline-start-color: rgb(255 242 193 / 0.95);
}

.focus\:border-s-ozc-alt-300:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 235 155 / var(--tw-border-opacity));
}

.focus\:border-s-ozc-alt-300\/0:focus {
  border-inline-start-color: rgb(255 235 155 / 0);
}

.focus\:border-s-ozc-alt-300\/10:focus {
  border-inline-start-color: rgb(255 235 155 / 0.1);
}

.focus\:border-s-ozc-alt-300\/100:focus {
  border-inline-start-color: rgb(255 235 155 / 1);
}

.focus\:border-s-ozc-alt-300\/20:focus {
  border-inline-start-color: rgb(255 235 155 / 0.2);
}

.focus\:border-s-ozc-alt-300\/25:focus {
  border-inline-start-color: rgb(255 235 155 / 0.25);
}

.focus\:border-s-ozc-alt-300\/30:focus {
  border-inline-start-color: rgb(255 235 155 / 0.3);
}

.focus\:border-s-ozc-alt-300\/40:focus {
  border-inline-start-color: rgb(255 235 155 / 0.4);
}

.focus\:border-s-ozc-alt-300\/5:focus {
  border-inline-start-color: rgb(255 235 155 / 0.05);
}

.focus\:border-s-ozc-alt-300\/50:focus {
  border-inline-start-color: rgb(255 235 155 / 0.5);
}

.focus\:border-s-ozc-alt-300\/60:focus {
  border-inline-start-color: rgb(255 235 155 / 0.6);
}

.focus\:border-s-ozc-alt-300\/70:focus {
  border-inline-start-color: rgb(255 235 155 / 0.7);
}

.focus\:border-s-ozc-alt-300\/75:focus {
  border-inline-start-color: rgb(255 235 155 / 0.75);
}

.focus\:border-s-ozc-alt-300\/80:focus {
  border-inline-start-color: rgb(255 235 155 / 0.8);
}

.focus\:border-s-ozc-alt-300\/90:focus {
  border-inline-start-color: rgb(255 235 155 / 0.9);
}

.focus\:border-s-ozc-alt-300\/95:focus {
  border-inline-start-color: rgb(255 235 155 / 0.95);
}

.focus\:border-s-ozc-alt-400:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 219 80 / var(--tw-border-opacity));
}

.focus\:border-s-ozc-alt-400\/0:focus {
  border-inline-start-color: rgb(255 219 80 / 0);
}

.focus\:border-s-ozc-alt-400\/10:focus {
  border-inline-start-color: rgb(255 219 80 / 0.1);
}

.focus\:border-s-ozc-alt-400\/100:focus {
  border-inline-start-color: rgb(255 219 80 / 1);
}

.focus\:border-s-ozc-alt-400\/20:focus {
  border-inline-start-color: rgb(255 219 80 / 0.2);
}

.focus\:border-s-ozc-alt-400\/25:focus {
  border-inline-start-color: rgb(255 219 80 / 0.25);
}

.focus\:border-s-ozc-alt-400\/30:focus {
  border-inline-start-color: rgb(255 219 80 / 0.3);
}

.focus\:border-s-ozc-alt-400\/40:focus {
  border-inline-start-color: rgb(255 219 80 / 0.4);
}

.focus\:border-s-ozc-alt-400\/5:focus {
  border-inline-start-color: rgb(255 219 80 / 0.05);
}

.focus\:border-s-ozc-alt-400\/50:focus {
  border-inline-start-color: rgb(255 219 80 / 0.5);
}

.focus\:border-s-ozc-alt-400\/60:focus {
  border-inline-start-color: rgb(255 219 80 / 0.6);
}

.focus\:border-s-ozc-alt-400\/70:focus {
  border-inline-start-color: rgb(255 219 80 / 0.7);
}

.focus\:border-s-ozc-alt-400\/75:focus {
  border-inline-start-color: rgb(255 219 80 / 0.75);
}

.focus\:border-s-ozc-alt-400\/80:focus {
  border-inline-start-color: rgb(255 219 80 / 0.8);
}

.focus\:border-s-ozc-alt-400\/90:focus {
  border-inline-start-color: rgb(255 219 80 / 0.9);
}

.focus\:border-s-ozc-alt-400\/95:focus {
  border-inline-start-color: rgb(255 219 80 / 0.95);
}

.focus\:border-s-ozc-alt-50:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 252 243 / var(--tw-border-opacity));
}

.focus\:border-s-ozc-alt-50\/0:focus {
  border-inline-start-color: rgb(255 252 243 / 0);
}

.focus\:border-s-ozc-alt-50\/10:focus {
  border-inline-start-color: rgb(255 252 243 / 0.1);
}

.focus\:border-s-ozc-alt-50\/100:focus {
  border-inline-start-color: rgb(255 252 243 / 1);
}

.focus\:border-s-ozc-alt-50\/20:focus {
  border-inline-start-color: rgb(255 252 243 / 0.2);
}

.focus\:border-s-ozc-alt-50\/25:focus {
  border-inline-start-color: rgb(255 252 243 / 0.25);
}

.focus\:border-s-ozc-alt-50\/30:focus {
  border-inline-start-color: rgb(255 252 243 / 0.3);
}

.focus\:border-s-ozc-alt-50\/40:focus {
  border-inline-start-color: rgb(255 252 243 / 0.4);
}

.focus\:border-s-ozc-alt-50\/5:focus {
  border-inline-start-color: rgb(255 252 243 / 0.05);
}

.focus\:border-s-ozc-alt-50\/50:focus {
  border-inline-start-color: rgb(255 252 243 / 0.5);
}

.focus\:border-s-ozc-alt-50\/60:focus {
  border-inline-start-color: rgb(255 252 243 / 0.6);
}

.focus\:border-s-ozc-alt-50\/70:focus {
  border-inline-start-color: rgb(255 252 243 / 0.7);
}

.focus\:border-s-ozc-alt-50\/75:focus {
  border-inline-start-color: rgb(255 252 243 / 0.75);
}

.focus\:border-s-ozc-alt-50\/80:focus {
  border-inline-start-color: rgb(255 252 243 / 0.8);
}

.focus\:border-s-ozc-alt-50\/90:focus {
  border-inline-start-color: rgb(255 252 243 / 0.9);
}

.focus\:border-s-ozc-alt-50\/95:focus {
  border-inline-start-color: rgb(255 252 243 / 0.95);
}

.focus\:border-s-ozc-alt-500:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 204 5 / var(--tw-border-opacity));
}

.focus\:border-s-ozc-alt-500\/0:focus {
  border-inline-start-color: rgb(255 204 5 / 0);
}

.focus\:border-s-ozc-alt-500\/10:focus {
  border-inline-start-color: rgb(255 204 5 / 0.1);
}

.focus\:border-s-ozc-alt-500\/100:focus {
  border-inline-start-color: rgb(255 204 5 / 1);
}

.focus\:border-s-ozc-alt-500\/20:focus {
  border-inline-start-color: rgb(255 204 5 / 0.2);
}

.focus\:border-s-ozc-alt-500\/25:focus {
  border-inline-start-color: rgb(255 204 5 / 0.25);
}

.focus\:border-s-ozc-alt-500\/30:focus {
  border-inline-start-color: rgb(255 204 5 / 0.3);
}

.focus\:border-s-ozc-alt-500\/40:focus {
  border-inline-start-color: rgb(255 204 5 / 0.4);
}

.focus\:border-s-ozc-alt-500\/5:focus {
  border-inline-start-color: rgb(255 204 5 / 0.05);
}

.focus\:border-s-ozc-alt-500\/50:focus {
  border-inline-start-color: rgb(255 204 5 / 0.5);
}

.focus\:border-s-ozc-alt-500\/60:focus {
  border-inline-start-color: rgb(255 204 5 / 0.6);
}

.focus\:border-s-ozc-alt-500\/70:focus {
  border-inline-start-color: rgb(255 204 5 / 0.7);
}

.focus\:border-s-ozc-alt-500\/75:focus {
  border-inline-start-color: rgb(255 204 5 / 0.75);
}

.focus\:border-s-ozc-alt-500\/80:focus {
  border-inline-start-color: rgb(255 204 5 / 0.8);
}

.focus\:border-s-ozc-alt-500\/90:focus {
  border-inline-start-color: rgb(255 204 5 / 0.9);
}

.focus\:border-s-ozc-alt-500\/95:focus {
  border-inline-start-color: rgb(255 204 5 / 0.95);
}

.focus\:border-s-ozc-alt-600:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(230 184 5 / var(--tw-border-opacity));
}

.focus\:border-s-ozc-alt-600\/0:focus {
  border-inline-start-color: rgb(230 184 5 / 0);
}

.focus\:border-s-ozc-alt-600\/10:focus {
  border-inline-start-color: rgb(230 184 5 / 0.1);
}

.focus\:border-s-ozc-alt-600\/100:focus {
  border-inline-start-color: rgb(230 184 5 / 1);
}

.focus\:border-s-ozc-alt-600\/20:focus {
  border-inline-start-color: rgb(230 184 5 / 0.2);
}

.focus\:border-s-ozc-alt-600\/25:focus {
  border-inline-start-color: rgb(230 184 5 / 0.25);
}

.focus\:border-s-ozc-alt-600\/30:focus {
  border-inline-start-color: rgb(230 184 5 / 0.3);
}

.focus\:border-s-ozc-alt-600\/40:focus {
  border-inline-start-color: rgb(230 184 5 / 0.4);
}

.focus\:border-s-ozc-alt-600\/5:focus {
  border-inline-start-color: rgb(230 184 5 / 0.05);
}

.focus\:border-s-ozc-alt-600\/50:focus {
  border-inline-start-color: rgb(230 184 5 / 0.5);
}

.focus\:border-s-ozc-alt-600\/60:focus {
  border-inline-start-color: rgb(230 184 5 / 0.6);
}

.focus\:border-s-ozc-alt-600\/70:focus {
  border-inline-start-color: rgb(230 184 5 / 0.7);
}

.focus\:border-s-ozc-alt-600\/75:focus {
  border-inline-start-color: rgb(230 184 5 / 0.75);
}

.focus\:border-s-ozc-alt-600\/80:focus {
  border-inline-start-color: rgb(230 184 5 / 0.8);
}

.focus\:border-s-ozc-alt-600\/90:focus {
  border-inline-start-color: rgb(230 184 5 / 0.9);
}

.focus\:border-s-ozc-alt-600\/95:focus {
  border-inline-start-color: rgb(230 184 5 / 0.95);
}

.focus\:border-s-ozc-alt-700:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(153 122 3 / var(--tw-border-opacity));
}

.focus\:border-s-ozc-alt-700\/0:focus {
  border-inline-start-color: rgb(153 122 3 / 0);
}

.focus\:border-s-ozc-alt-700\/10:focus {
  border-inline-start-color: rgb(153 122 3 / 0.1);
}

.focus\:border-s-ozc-alt-700\/100:focus {
  border-inline-start-color: rgb(153 122 3 / 1);
}

.focus\:border-s-ozc-alt-700\/20:focus {
  border-inline-start-color: rgb(153 122 3 / 0.2);
}

.focus\:border-s-ozc-alt-700\/25:focus {
  border-inline-start-color: rgb(153 122 3 / 0.25);
}

.focus\:border-s-ozc-alt-700\/30:focus {
  border-inline-start-color: rgb(153 122 3 / 0.3);
}

.focus\:border-s-ozc-alt-700\/40:focus {
  border-inline-start-color: rgb(153 122 3 / 0.4);
}

.focus\:border-s-ozc-alt-700\/5:focus {
  border-inline-start-color: rgb(153 122 3 / 0.05);
}

.focus\:border-s-ozc-alt-700\/50:focus {
  border-inline-start-color: rgb(153 122 3 / 0.5);
}

.focus\:border-s-ozc-alt-700\/60:focus {
  border-inline-start-color: rgb(153 122 3 / 0.6);
}

.focus\:border-s-ozc-alt-700\/70:focus {
  border-inline-start-color: rgb(153 122 3 / 0.7);
}

.focus\:border-s-ozc-alt-700\/75:focus {
  border-inline-start-color: rgb(153 122 3 / 0.75);
}

.focus\:border-s-ozc-alt-700\/80:focus {
  border-inline-start-color: rgb(153 122 3 / 0.8);
}

.focus\:border-s-ozc-alt-700\/90:focus {
  border-inline-start-color: rgb(153 122 3 / 0.9);
}

.focus\:border-s-ozc-alt-700\/95:focus {
  border-inline-start-color: rgb(153 122 3 / 0.95);
}

.focus\:border-s-ozc-alt-800:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(115 92 2 / var(--tw-border-opacity));
}

.focus\:border-s-ozc-alt-800\/0:focus {
  border-inline-start-color: rgb(115 92 2 / 0);
}

.focus\:border-s-ozc-alt-800\/10:focus {
  border-inline-start-color: rgb(115 92 2 / 0.1);
}

.focus\:border-s-ozc-alt-800\/100:focus {
  border-inline-start-color: rgb(115 92 2 / 1);
}

.focus\:border-s-ozc-alt-800\/20:focus {
  border-inline-start-color: rgb(115 92 2 / 0.2);
}

.focus\:border-s-ozc-alt-800\/25:focus {
  border-inline-start-color: rgb(115 92 2 / 0.25);
}

.focus\:border-s-ozc-alt-800\/30:focus {
  border-inline-start-color: rgb(115 92 2 / 0.3);
}

.focus\:border-s-ozc-alt-800\/40:focus {
  border-inline-start-color: rgb(115 92 2 / 0.4);
}

.focus\:border-s-ozc-alt-800\/5:focus {
  border-inline-start-color: rgb(115 92 2 / 0.05);
}

.focus\:border-s-ozc-alt-800\/50:focus {
  border-inline-start-color: rgb(115 92 2 / 0.5);
}

.focus\:border-s-ozc-alt-800\/60:focus {
  border-inline-start-color: rgb(115 92 2 / 0.6);
}

.focus\:border-s-ozc-alt-800\/70:focus {
  border-inline-start-color: rgb(115 92 2 / 0.7);
}

.focus\:border-s-ozc-alt-800\/75:focus {
  border-inline-start-color: rgb(115 92 2 / 0.75);
}

.focus\:border-s-ozc-alt-800\/80:focus {
  border-inline-start-color: rgb(115 92 2 / 0.8);
}

.focus\:border-s-ozc-alt-800\/90:focus {
  border-inline-start-color: rgb(115 92 2 / 0.9);
}

.focus\:border-s-ozc-alt-800\/95:focus {
  border-inline-start-color: rgb(115 92 2 / 0.95);
}

.focus\:border-s-ozc-alt-900:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.focus\:border-s-ozc-alt-900\/0:focus {
  border-inline-start-color: rgb(42 45 51 / 0);
}

.focus\:border-s-ozc-alt-900\/10:focus {
  border-inline-start-color: rgb(42 45 51 / 0.1);
}

.focus\:border-s-ozc-alt-900\/100:focus {
  border-inline-start-color: rgb(42 45 51 / 1);
}

.focus\:border-s-ozc-alt-900\/20:focus {
  border-inline-start-color: rgb(42 45 51 / 0.2);
}

.focus\:border-s-ozc-alt-900\/25:focus {
  border-inline-start-color: rgb(42 45 51 / 0.25);
}

.focus\:border-s-ozc-alt-900\/30:focus {
  border-inline-start-color: rgb(42 45 51 / 0.3);
}

.focus\:border-s-ozc-alt-900\/40:focus {
  border-inline-start-color: rgb(42 45 51 / 0.4);
}

.focus\:border-s-ozc-alt-900\/5:focus {
  border-inline-start-color: rgb(42 45 51 / 0.05);
}

.focus\:border-s-ozc-alt-900\/50:focus {
  border-inline-start-color: rgb(42 45 51 / 0.5);
}

.focus\:border-s-ozc-alt-900\/60:focus {
  border-inline-start-color: rgb(42 45 51 / 0.6);
}

.focus\:border-s-ozc-alt-900\/70:focus {
  border-inline-start-color: rgb(42 45 51 / 0.7);
}

.focus\:border-s-ozc-alt-900\/75:focus {
  border-inline-start-color: rgb(42 45 51 / 0.75);
}

.focus\:border-s-ozc-alt-900\/80:focus {
  border-inline-start-color: rgb(42 45 51 / 0.8);
}

.focus\:border-s-ozc-alt-900\/90:focus {
  border-inline-start-color: rgb(42 45 51 / 0.9);
}

.focus\:border-s-ozc-alt-900\/95:focus {
  border-inline-start-color: rgb(42 45 51 / 0.95);
}

.focus\:border-s-pink-100:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(252 231 243 / var(--tw-border-opacity));
}

.focus\:border-s-pink-100\/0:focus {
  border-inline-start-color: rgb(252 231 243 / 0);
}

.focus\:border-s-pink-100\/10:focus {
  border-inline-start-color: rgb(252 231 243 / 0.1);
}

.focus\:border-s-pink-100\/100:focus {
  border-inline-start-color: rgb(252 231 243 / 1);
}

.focus\:border-s-pink-100\/20:focus {
  border-inline-start-color: rgb(252 231 243 / 0.2);
}

.focus\:border-s-pink-100\/25:focus {
  border-inline-start-color: rgb(252 231 243 / 0.25);
}

.focus\:border-s-pink-100\/30:focus {
  border-inline-start-color: rgb(252 231 243 / 0.3);
}

.focus\:border-s-pink-100\/40:focus {
  border-inline-start-color: rgb(252 231 243 / 0.4);
}

.focus\:border-s-pink-100\/5:focus {
  border-inline-start-color: rgb(252 231 243 / 0.05);
}

.focus\:border-s-pink-100\/50:focus {
  border-inline-start-color: rgb(252 231 243 / 0.5);
}

.focus\:border-s-pink-100\/60:focus {
  border-inline-start-color: rgb(252 231 243 / 0.6);
}

.focus\:border-s-pink-100\/70:focus {
  border-inline-start-color: rgb(252 231 243 / 0.7);
}

.focus\:border-s-pink-100\/75:focus {
  border-inline-start-color: rgb(252 231 243 / 0.75);
}

.focus\:border-s-pink-100\/80:focus {
  border-inline-start-color: rgb(252 231 243 / 0.8);
}

.focus\:border-s-pink-100\/90:focus {
  border-inline-start-color: rgb(252 231 243 / 0.9);
}

.focus\:border-s-pink-100\/95:focus {
  border-inline-start-color: rgb(252 231 243 / 0.95);
}

.focus\:border-s-pink-200:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(251 207 232 / var(--tw-border-opacity));
}

.focus\:border-s-pink-200\/0:focus {
  border-inline-start-color: rgb(251 207 232 / 0);
}

.focus\:border-s-pink-200\/10:focus {
  border-inline-start-color: rgb(251 207 232 / 0.1);
}

.focus\:border-s-pink-200\/100:focus {
  border-inline-start-color: rgb(251 207 232 / 1);
}

.focus\:border-s-pink-200\/20:focus {
  border-inline-start-color: rgb(251 207 232 / 0.2);
}

.focus\:border-s-pink-200\/25:focus {
  border-inline-start-color: rgb(251 207 232 / 0.25);
}

.focus\:border-s-pink-200\/30:focus {
  border-inline-start-color: rgb(251 207 232 / 0.3);
}

.focus\:border-s-pink-200\/40:focus {
  border-inline-start-color: rgb(251 207 232 / 0.4);
}

.focus\:border-s-pink-200\/5:focus {
  border-inline-start-color: rgb(251 207 232 / 0.05);
}

.focus\:border-s-pink-200\/50:focus {
  border-inline-start-color: rgb(251 207 232 / 0.5);
}

.focus\:border-s-pink-200\/60:focus {
  border-inline-start-color: rgb(251 207 232 / 0.6);
}

.focus\:border-s-pink-200\/70:focus {
  border-inline-start-color: rgb(251 207 232 / 0.7);
}

.focus\:border-s-pink-200\/75:focus {
  border-inline-start-color: rgb(251 207 232 / 0.75);
}

.focus\:border-s-pink-200\/80:focus {
  border-inline-start-color: rgb(251 207 232 / 0.8);
}

.focus\:border-s-pink-200\/90:focus {
  border-inline-start-color: rgb(251 207 232 / 0.9);
}

.focus\:border-s-pink-200\/95:focus {
  border-inline-start-color: rgb(251 207 232 / 0.95);
}

.focus\:border-s-pink-300:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(249 168 212 / var(--tw-border-opacity));
}

.focus\:border-s-pink-300\/0:focus {
  border-inline-start-color: rgb(249 168 212 / 0);
}

.focus\:border-s-pink-300\/10:focus {
  border-inline-start-color: rgb(249 168 212 / 0.1);
}

.focus\:border-s-pink-300\/100:focus {
  border-inline-start-color: rgb(249 168 212 / 1);
}

.focus\:border-s-pink-300\/20:focus {
  border-inline-start-color: rgb(249 168 212 / 0.2);
}

.focus\:border-s-pink-300\/25:focus {
  border-inline-start-color: rgb(249 168 212 / 0.25);
}

.focus\:border-s-pink-300\/30:focus {
  border-inline-start-color: rgb(249 168 212 / 0.3);
}

.focus\:border-s-pink-300\/40:focus {
  border-inline-start-color: rgb(249 168 212 / 0.4);
}

.focus\:border-s-pink-300\/5:focus {
  border-inline-start-color: rgb(249 168 212 / 0.05);
}

.focus\:border-s-pink-300\/50:focus {
  border-inline-start-color: rgb(249 168 212 / 0.5);
}

.focus\:border-s-pink-300\/60:focus {
  border-inline-start-color: rgb(249 168 212 / 0.6);
}

.focus\:border-s-pink-300\/70:focus {
  border-inline-start-color: rgb(249 168 212 / 0.7);
}

.focus\:border-s-pink-300\/75:focus {
  border-inline-start-color: rgb(249 168 212 / 0.75);
}

.focus\:border-s-pink-300\/80:focus {
  border-inline-start-color: rgb(249 168 212 / 0.8);
}

.focus\:border-s-pink-300\/90:focus {
  border-inline-start-color: rgb(249 168 212 / 0.9);
}

.focus\:border-s-pink-300\/95:focus {
  border-inline-start-color: rgb(249 168 212 / 0.95);
}

.focus\:border-s-pink-400:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(244 114 182 / var(--tw-border-opacity));
}

.focus\:border-s-pink-400\/0:focus {
  border-inline-start-color: rgb(244 114 182 / 0);
}

.focus\:border-s-pink-400\/10:focus {
  border-inline-start-color: rgb(244 114 182 / 0.1);
}

.focus\:border-s-pink-400\/100:focus {
  border-inline-start-color: rgb(244 114 182 / 1);
}

.focus\:border-s-pink-400\/20:focus {
  border-inline-start-color: rgb(244 114 182 / 0.2);
}

.focus\:border-s-pink-400\/25:focus {
  border-inline-start-color: rgb(244 114 182 / 0.25);
}

.focus\:border-s-pink-400\/30:focus {
  border-inline-start-color: rgb(244 114 182 / 0.3);
}

.focus\:border-s-pink-400\/40:focus {
  border-inline-start-color: rgb(244 114 182 / 0.4);
}

.focus\:border-s-pink-400\/5:focus {
  border-inline-start-color: rgb(244 114 182 / 0.05);
}

.focus\:border-s-pink-400\/50:focus {
  border-inline-start-color: rgb(244 114 182 / 0.5);
}

.focus\:border-s-pink-400\/60:focus {
  border-inline-start-color: rgb(244 114 182 / 0.6);
}

.focus\:border-s-pink-400\/70:focus {
  border-inline-start-color: rgb(244 114 182 / 0.7);
}

.focus\:border-s-pink-400\/75:focus {
  border-inline-start-color: rgb(244 114 182 / 0.75);
}

.focus\:border-s-pink-400\/80:focus {
  border-inline-start-color: rgb(244 114 182 / 0.8);
}

.focus\:border-s-pink-400\/90:focus {
  border-inline-start-color: rgb(244 114 182 / 0.9);
}

.focus\:border-s-pink-400\/95:focus {
  border-inline-start-color: rgb(244 114 182 / 0.95);
}

.focus\:border-s-pink-50:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 242 248 / var(--tw-border-opacity));
}

.focus\:border-s-pink-50\/0:focus {
  border-inline-start-color: rgb(253 242 248 / 0);
}

.focus\:border-s-pink-50\/10:focus {
  border-inline-start-color: rgb(253 242 248 / 0.1);
}

.focus\:border-s-pink-50\/100:focus {
  border-inline-start-color: rgb(253 242 248 / 1);
}

.focus\:border-s-pink-50\/20:focus {
  border-inline-start-color: rgb(253 242 248 / 0.2);
}

.focus\:border-s-pink-50\/25:focus {
  border-inline-start-color: rgb(253 242 248 / 0.25);
}

.focus\:border-s-pink-50\/30:focus {
  border-inline-start-color: rgb(253 242 248 / 0.3);
}

.focus\:border-s-pink-50\/40:focus {
  border-inline-start-color: rgb(253 242 248 / 0.4);
}

.focus\:border-s-pink-50\/5:focus {
  border-inline-start-color: rgb(253 242 248 / 0.05);
}

.focus\:border-s-pink-50\/50:focus {
  border-inline-start-color: rgb(253 242 248 / 0.5);
}

.focus\:border-s-pink-50\/60:focus {
  border-inline-start-color: rgb(253 242 248 / 0.6);
}

.focus\:border-s-pink-50\/70:focus {
  border-inline-start-color: rgb(253 242 248 / 0.7);
}

.focus\:border-s-pink-50\/75:focus {
  border-inline-start-color: rgb(253 242 248 / 0.75);
}

.focus\:border-s-pink-50\/80:focus {
  border-inline-start-color: rgb(253 242 248 / 0.8);
}

.focus\:border-s-pink-50\/90:focus {
  border-inline-start-color: rgb(253 242 248 / 0.9);
}

.focus\:border-s-pink-50\/95:focus {
  border-inline-start-color: rgb(253 242 248 / 0.95);
}

.focus\:border-s-pink-500:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(236 72 153 / var(--tw-border-opacity));
}

.focus\:border-s-pink-500\/0:focus {
  border-inline-start-color: rgb(236 72 153 / 0);
}

.focus\:border-s-pink-500\/10:focus {
  border-inline-start-color: rgb(236 72 153 / 0.1);
}

.focus\:border-s-pink-500\/100:focus {
  border-inline-start-color: rgb(236 72 153 / 1);
}

.focus\:border-s-pink-500\/20:focus {
  border-inline-start-color: rgb(236 72 153 / 0.2);
}

.focus\:border-s-pink-500\/25:focus {
  border-inline-start-color: rgb(236 72 153 / 0.25);
}

.focus\:border-s-pink-500\/30:focus {
  border-inline-start-color: rgb(236 72 153 / 0.3);
}

.focus\:border-s-pink-500\/40:focus {
  border-inline-start-color: rgb(236 72 153 / 0.4);
}

.focus\:border-s-pink-500\/5:focus {
  border-inline-start-color: rgb(236 72 153 / 0.05);
}

.focus\:border-s-pink-500\/50:focus {
  border-inline-start-color: rgb(236 72 153 / 0.5);
}

.focus\:border-s-pink-500\/60:focus {
  border-inline-start-color: rgb(236 72 153 / 0.6);
}

.focus\:border-s-pink-500\/70:focus {
  border-inline-start-color: rgb(236 72 153 / 0.7);
}

.focus\:border-s-pink-500\/75:focus {
  border-inline-start-color: rgb(236 72 153 / 0.75);
}

.focus\:border-s-pink-500\/80:focus {
  border-inline-start-color: rgb(236 72 153 / 0.8);
}

.focus\:border-s-pink-500\/90:focus {
  border-inline-start-color: rgb(236 72 153 / 0.9);
}

.focus\:border-s-pink-500\/95:focus {
  border-inline-start-color: rgb(236 72 153 / 0.95);
}

.focus\:border-s-pink-600:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(219 39 119 / var(--tw-border-opacity));
}

.focus\:border-s-pink-600\/0:focus {
  border-inline-start-color: rgb(219 39 119 / 0);
}

.focus\:border-s-pink-600\/10:focus {
  border-inline-start-color: rgb(219 39 119 / 0.1);
}

.focus\:border-s-pink-600\/100:focus {
  border-inline-start-color: rgb(219 39 119 / 1);
}

.focus\:border-s-pink-600\/20:focus {
  border-inline-start-color: rgb(219 39 119 / 0.2);
}

.focus\:border-s-pink-600\/25:focus {
  border-inline-start-color: rgb(219 39 119 / 0.25);
}

.focus\:border-s-pink-600\/30:focus {
  border-inline-start-color: rgb(219 39 119 / 0.3);
}

.focus\:border-s-pink-600\/40:focus {
  border-inline-start-color: rgb(219 39 119 / 0.4);
}

.focus\:border-s-pink-600\/5:focus {
  border-inline-start-color: rgb(219 39 119 / 0.05);
}

.focus\:border-s-pink-600\/50:focus {
  border-inline-start-color: rgb(219 39 119 / 0.5);
}

.focus\:border-s-pink-600\/60:focus {
  border-inline-start-color: rgb(219 39 119 / 0.6);
}

.focus\:border-s-pink-600\/70:focus {
  border-inline-start-color: rgb(219 39 119 / 0.7);
}

.focus\:border-s-pink-600\/75:focus {
  border-inline-start-color: rgb(219 39 119 / 0.75);
}

.focus\:border-s-pink-600\/80:focus {
  border-inline-start-color: rgb(219 39 119 / 0.8);
}

.focus\:border-s-pink-600\/90:focus {
  border-inline-start-color: rgb(219 39 119 / 0.9);
}

.focus\:border-s-pink-600\/95:focus {
  border-inline-start-color: rgb(219 39 119 / 0.95);
}

.focus\:border-s-pink-700:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(190 24 93 / var(--tw-border-opacity));
}

.focus\:border-s-pink-700\/0:focus {
  border-inline-start-color: rgb(190 24 93 / 0);
}

.focus\:border-s-pink-700\/10:focus {
  border-inline-start-color: rgb(190 24 93 / 0.1);
}

.focus\:border-s-pink-700\/100:focus {
  border-inline-start-color: rgb(190 24 93 / 1);
}

.focus\:border-s-pink-700\/20:focus {
  border-inline-start-color: rgb(190 24 93 / 0.2);
}

.focus\:border-s-pink-700\/25:focus {
  border-inline-start-color: rgb(190 24 93 / 0.25);
}

.focus\:border-s-pink-700\/30:focus {
  border-inline-start-color: rgb(190 24 93 / 0.3);
}

.focus\:border-s-pink-700\/40:focus {
  border-inline-start-color: rgb(190 24 93 / 0.4);
}

.focus\:border-s-pink-700\/5:focus {
  border-inline-start-color: rgb(190 24 93 / 0.05);
}

.focus\:border-s-pink-700\/50:focus {
  border-inline-start-color: rgb(190 24 93 / 0.5);
}

.focus\:border-s-pink-700\/60:focus {
  border-inline-start-color: rgb(190 24 93 / 0.6);
}

.focus\:border-s-pink-700\/70:focus {
  border-inline-start-color: rgb(190 24 93 / 0.7);
}

.focus\:border-s-pink-700\/75:focus {
  border-inline-start-color: rgb(190 24 93 / 0.75);
}

.focus\:border-s-pink-700\/80:focus {
  border-inline-start-color: rgb(190 24 93 / 0.8);
}

.focus\:border-s-pink-700\/90:focus {
  border-inline-start-color: rgb(190 24 93 / 0.9);
}

.focus\:border-s-pink-700\/95:focus {
  border-inline-start-color: rgb(190 24 93 / 0.95);
}

.focus\:border-s-pink-800:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(157 23 77 / var(--tw-border-opacity));
}

.focus\:border-s-pink-800\/0:focus {
  border-inline-start-color: rgb(157 23 77 / 0);
}

.focus\:border-s-pink-800\/10:focus {
  border-inline-start-color: rgb(157 23 77 / 0.1);
}

.focus\:border-s-pink-800\/100:focus {
  border-inline-start-color: rgb(157 23 77 / 1);
}

.focus\:border-s-pink-800\/20:focus {
  border-inline-start-color: rgb(157 23 77 / 0.2);
}

.focus\:border-s-pink-800\/25:focus {
  border-inline-start-color: rgb(157 23 77 / 0.25);
}

.focus\:border-s-pink-800\/30:focus {
  border-inline-start-color: rgb(157 23 77 / 0.3);
}

.focus\:border-s-pink-800\/40:focus {
  border-inline-start-color: rgb(157 23 77 / 0.4);
}

.focus\:border-s-pink-800\/5:focus {
  border-inline-start-color: rgb(157 23 77 / 0.05);
}

.focus\:border-s-pink-800\/50:focus {
  border-inline-start-color: rgb(157 23 77 / 0.5);
}

.focus\:border-s-pink-800\/60:focus {
  border-inline-start-color: rgb(157 23 77 / 0.6);
}

.focus\:border-s-pink-800\/70:focus {
  border-inline-start-color: rgb(157 23 77 / 0.7);
}

.focus\:border-s-pink-800\/75:focus {
  border-inline-start-color: rgb(157 23 77 / 0.75);
}

.focus\:border-s-pink-800\/80:focus {
  border-inline-start-color: rgb(157 23 77 / 0.8);
}

.focus\:border-s-pink-800\/90:focus {
  border-inline-start-color: rgb(157 23 77 / 0.9);
}

.focus\:border-s-pink-800\/95:focus {
  border-inline-start-color: rgb(157 23 77 / 0.95);
}

.focus\:border-s-pink-900:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(131 24 67 / var(--tw-border-opacity));
}

.focus\:border-s-pink-900\/0:focus {
  border-inline-start-color: rgb(131 24 67 / 0);
}

.focus\:border-s-pink-900\/10:focus {
  border-inline-start-color: rgb(131 24 67 / 0.1);
}

.focus\:border-s-pink-900\/100:focus {
  border-inline-start-color: rgb(131 24 67 / 1);
}

.focus\:border-s-pink-900\/20:focus {
  border-inline-start-color: rgb(131 24 67 / 0.2);
}

.focus\:border-s-pink-900\/25:focus {
  border-inline-start-color: rgb(131 24 67 / 0.25);
}

.focus\:border-s-pink-900\/30:focus {
  border-inline-start-color: rgb(131 24 67 / 0.3);
}

.focus\:border-s-pink-900\/40:focus {
  border-inline-start-color: rgb(131 24 67 / 0.4);
}

.focus\:border-s-pink-900\/5:focus {
  border-inline-start-color: rgb(131 24 67 / 0.05);
}

.focus\:border-s-pink-900\/50:focus {
  border-inline-start-color: rgb(131 24 67 / 0.5);
}

.focus\:border-s-pink-900\/60:focus {
  border-inline-start-color: rgb(131 24 67 / 0.6);
}

.focus\:border-s-pink-900\/70:focus {
  border-inline-start-color: rgb(131 24 67 / 0.7);
}

.focus\:border-s-pink-900\/75:focus {
  border-inline-start-color: rgb(131 24 67 / 0.75);
}

.focus\:border-s-pink-900\/80:focus {
  border-inline-start-color: rgb(131 24 67 / 0.8);
}

.focus\:border-s-pink-900\/90:focus {
  border-inline-start-color: rgb(131 24 67 / 0.9);
}

.focus\:border-s-pink-900\/95:focus {
  border-inline-start-color: rgb(131 24 67 / 0.95);
}

.focus\:border-s-pink-950:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(80 7 36 / var(--tw-border-opacity));
}

.focus\:border-s-pink-950\/0:focus {
  border-inline-start-color: rgb(80 7 36 / 0);
}

.focus\:border-s-pink-950\/10:focus {
  border-inline-start-color: rgb(80 7 36 / 0.1);
}

.focus\:border-s-pink-950\/100:focus {
  border-inline-start-color: rgb(80 7 36 / 1);
}

.focus\:border-s-pink-950\/20:focus {
  border-inline-start-color: rgb(80 7 36 / 0.2);
}

.focus\:border-s-pink-950\/25:focus {
  border-inline-start-color: rgb(80 7 36 / 0.25);
}

.focus\:border-s-pink-950\/30:focus {
  border-inline-start-color: rgb(80 7 36 / 0.3);
}

.focus\:border-s-pink-950\/40:focus {
  border-inline-start-color: rgb(80 7 36 / 0.4);
}

.focus\:border-s-pink-950\/5:focus {
  border-inline-start-color: rgb(80 7 36 / 0.05);
}

.focus\:border-s-pink-950\/50:focus {
  border-inline-start-color: rgb(80 7 36 / 0.5);
}

.focus\:border-s-pink-950\/60:focus {
  border-inline-start-color: rgb(80 7 36 / 0.6);
}

.focus\:border-s-pink-950\/70:focus {
  border-inline-start-color: rgb(80 7 36 / 0.7);
}

.focus\:border-s-pink-950\/75:focus {
  border-inline-start-color: rgb(80 7 36 / 0.75);
}

.focus\:border-s-pink-950\/80:focus {
  border-inline-start-color: rgb(80 7 36 / 0.8);
}

.focus\:border-s-pink-950\/90:focus {
  border-inline-start-color: rgb(80 7 36 / 0.9);
}

.focus\:border-s-pink-950\/95:focus {
  border-inline-start-color: rgb(80 7 36 / 0.95);
}

.focus\:border-s-purple-100:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(243 232 255 / var(--tw-border-opacity));
}

.focus\:border-s-purple-100\/0:focus {
  border-inline-start-color: rgb(243 232 255 / 0);
}

.focus\:border-s-purple-100\/10:focus {
  border-inline-start-color: rgb(243 232 255 / 0.1);
}

.focus\:border-s-purple-100\/100:focus {
  border-inline-start-color: rgb(243 232 255 / 1);
}

.focus\:border-s-purple-100\/20:focus {
  border-inline-start-color: rgb(243 232 255 / 0.2);
}

.focus\:border-s-purple-100\/25:focus {
  border-inline-start-color: rgb(243 232 255 / 0.25);
}

.focus\:border-s-purple-100\/30:focus {
  border-inline-start-color: rgb(243 232 255 / 0.3);
}

.focus\:border-s-purple-100\/40:focus {
  border-inline-start-color: rgb(243 232 255 / 0.4);
}

.focus\:border-s-purple-100\/5:focus {
  border-inline-start-color: rgb(243 232 255 / 0.05);
}

.focus\:border-s-purple-100\/50:focus {
  border-inline-start-color: rgb(243 232 255 / 0.5);
}

.focus\:border-s-purple-100\/60:focus {
  border-inline-start-color: rgb(243 232 255 / 0.6);
}

.focus\:border-s-purple-100\/70:focus {
  border-inline-start-color: rgb(243 232 255 / 0.7);
}

.focus\:border-s-purple-100\/75:focus {
  border-inline-start-color: rgb(243 232 255 / 0.75);
}

.focus\:border-s-purple-100\/80:focus {
  border-inline-start-color: rgb(243 232 255 / 0.8);
}

.focus\:border-s-purple-100\/90:focus {
  border-inline-start-color: rgb(243 232 255 / 0.9);
}

.focus\:border-s-purple-100\/95:focus {
  border-inline-start-color: rgb(243 232 255 / 0.95);
}

.focus\:border-s-purple-200:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(233 213 255 / var(--tw-border-opacity));
}

.focus\:border-s-purple-200\/0:focus {
  border-inline-start-color: rgb(233 213 255 / 0);
}

.focus\:border-s-purple-200\/10:focus {
  border-inline-start-color: rgb(233 213 255 / 0.1);
}

.focus\:border-s-purple-200\/100:focus {
  border-inline-start-color: rgb(233 213 255 / 1);
}

.focus\:border-s-purple-200\/20:focus {
  border-inline-start-color: rgb(233 213 255 / 0.2);
}

.focus\:border-s-purple-200\/25:focus {
  border-inline-start-color: rgb(233 213 255 / 0.25);
}

.focus\:border-s-purple-200\/30:focus {
  border-inline-start-color: rgb(233 213 255 / 0.3);
}

.focus\:border-s-purple-200\/40:focus {
  border-inline-start-color: rgb(233 213 255 / 0.4);
}

.focus\:border-s-purple-200\/5:focus {
  border-inline-start-color: rgb(233 213 255 / 0.05);
}

.focus\:border-s-purple-200\/50:focus {
  border-inline-start-color: rgb(233 213 255 / 0.5);
}

.focus\:border-s-purple-200\/60:focus {
  border-inline-start-color: rgb(233 213 255 / 0.6);
}

.focus\:border-s-purple-200\/70:focus {
  border-inline-start-color: rgb(233 213 255 / 0.7);
}

.focus\:border-s-purple-200\/75:focus {
  border-inline-start-color: rgb(233 213 255 / 0.75);
}

.focus\:border-s-purple-200\/80:focus {
  border-inline-start-color: rgb(233 213 255 / 0.8);
}

.focus\:border-s-purple-200\/90:focus {
  border-inline-start-color: rgb(233 213 255 / 0.9);
}

.focus\:border-s-purple-200\/95:focus {
  border-inline-start-color: rgb(233 213 255 / 0.95);
}

.focus\:border-s-purple-300:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(216 180 254 / var(--tw-border-opacity));
}

.focus\:border-s-purple-300\/0:focus {
  border-inline-start-color: rgb(216 180 254 / 0);
}

.focus\:border-s-purple-300\/10:focus {
  border-inline-start-color: rgb(216 180 254 / 0.1);
}

.focus\:border-s-purple-300\/100:focus {
  border-inline-start-color: rgb(216 180 254 / 1);
}

.focus\:border-s-purple-300\/20:focus {
  border-inline-start-color: rgb(216 180 254 / 0.2);
}

.focus\:border-s-purple-300\/25:focus {
  border-inline-start-color: rgb(216 180 254 / 0.25);
}

.focus\:border-s-purple-300\/30:focus {
  border-inline-start-color: rgb(216 180 254 / 0.3);
}

.focus\:border-s-purple-300\/40:focus {
  border-inline-start-color: rgb(216 180 254 / 0.4);
}

.focus\:border-s-purple-300\/5:focus {
  border-inline-start-color: rgb(216 180 254 / 0.05);
}

.focus\:border-s-purple-300\/50:focus {
  border-inline-start-color: rgb(216 180 254 / 0.5);
}

.focus\:border-s-purple-300\/60:focus {
  border-inline-start-color: rgb(216 180 254 / 0.6);
}

.focus\:border-s-purple-300\/70:focus {
  border-inline-start-color: rgb(216 180 254 / 0.7);
}

.focus\:border-s-purple-300\/75:focus {
  border-inline-start-color: rgb(216 180 254 / 0.75);
}

.focus\:border-s-purple-300\/80:focus {
  border-inline-start-color: rgb(216 180 254 / 0.8);
}

.focus\:border-s-purple-300\/90:focus {
  border-inline-start-color: rgb(216 180 254 / 0.9);
}

.focus\:border-s-purple-300\/95:focus {
  border-inline-start-color: rgb(216 180 254 / 0.95);
}

.focus\:border-s-purple-400:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(192 132 252 / var(--tw-border-opacity));
}

.focus\:border-s-purple-400\/0:focus {
  border-inline-start-color: rgb(192 132 252 / 0);
}

.focus\:border-s-purple-400\/10:focus {
  border-inline-start-color: rgb(192 132 252 / 0.1);
}

.focus\:border-s-purple-400\/100:focus {
  border-inline-start-color: rgb(192 132 252 / 1);
}

.focus\:border-s-purple-400\/20:focus {
  border-inline-start-color: rgb(192 132 252 / 0.2);
}

.focus\:border-s-purple-400\/25:focus {
  border-inline-start-color: rgb(192 132 252 / 0.25);
}

.focus\:border-s-purple-400\/30:focus {
  border-inline-start-color: rgb(192 132 252 / 0.3);
}

.focus\:border-s-purple-400\/40:focus {
  border-inline-start-color: rgb(192 132 252 / 0.4);
}

.focus\:border-s-purple-400\/5:focus {
  border-inline-start-color: rgb(192 132 252 / 0.05);
}

.focus\:border-s-purple-400\/50:focus {
  border-inline-start-color: rgb(192 132 252 / 0.5);
}

.focus\:border-s-purple-400\/60:focus {
  border-inline-start-color: rgb(192 132 252 / 0.6);
}

.focus\:border-s-purple-400\/70:focus {
  border-inline-start-color: rgb(192 132 252 / 0.7);
}

.focus\:border-s-purple-400\/75:focus {
  border-inline-start-color: rgb(192 132 252 / 0.75);
}

.focus\:border-s-purple-400\/80:focus {
  border-inline-start-color: rgb(192 132 252 / 0.8);
}

.focus\:border-s-purple-400\/90:focus {
  border-inline-start-color: rgb(192 132 252 / 0.9);
}

.focus\:border-s-purple-400\/95:focus {
  border-inline-start-color: rgb(192 132 252 / 0.95);
}

.focus\:border-s-purple-50:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 245 255 / var(--tw-border-opacity));
}

.focus\:border-s-purple-50\/0:focus {
  border-inline-start-color: rgb(250 245 255 / 0);
}

.focus\:border-s-purple-50\/10:focus {
  border-inline-start-color: rgb(250 245 255 / 0.1);
}

.focus\:border-s-purple-50\/100:focus {
  border-inline-start-color: rgb(250 245 255 / 1);
}

.focus\:border-s-purple-50\/20:focus {
  border-inline-start-color: rgb(250 245 255 / 0.2);
}

.focus\:border-s-purple-50\/25:focus {
  border-inline-start-color: rgb(250 245 255 / 0.25);
}

.focus\:border-s-purple-50\/30:focus {
  border-inline-start-color: rgb(250 245 255 / 0.3);
}

.focus\:border-s-purple-50\/40:focus {
  border-inline-start-color: rgb(250 245 255 / 0.4);
}

.focus\:border-s-purple-50\/5:focus {
  border-inline-start-color: rgb(250 245 255 / 0.05);
}

.focus\:border-s-purple-50\/50:focus {
  border-inline-start-color: rgb(250 245 255 / 0.5);
}

.focus\:border-s-purple-50\/60:focus {
  border-inline-start-color: rgb(250 245 255 / 0.6);
}

.focus\:border-s-purple-50\/70:focus {
  border-inline-start-color: rgb(250 245 255 / 0.7);
}

.focus\:border-s-purple-50\/75:focus {
  border-inline-start-color: rgb(250 245 255 / 0.75);
}

.focus\:border-s-purple-50\/80:focus {
  border-inline-start-color: rgb(250 245 255 / 0.8);
}

.focus\:border-s-purple-50\/90:focus {
  border-inline-start-color: rgb(250 245 255 / 0.9);
}

.focus\:border-s-purple-50\/95:focus {
  border-inline-start-color: rgb(250 245 255 / 0.95);
}

.focus\:border-s-purple-500:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(168 85 247 / var(--tw-border-opacity));
}

.focus\:border-s-purple-500\/0:focus {
  border-inline-start-color: rgb(168 85 247 / 0);
}

.focus\:border-s-purple-500\/10:focus {
  border-inline-start-color: rgb(168 85 247 / 0.1);
}

.focus\:border-s-purple-500\/100:focus {
  border-inline-start-color: rgb(168 85 247 / 1);
}

.focus\:border-s-purple-500\/20:focus {
  border-inline-start-color: rgb(168 85 247 / 0.2);
}

.focus\:border-s-purple-500\/25:focus {
  border-inline-start-color: rgb(168 85 247 / 0.25);
}

.focus\:border-s-purple-500\/30:focus {
  border-inline-start-color: rgb(168 85 247 / 0.3);
}

.focus\:border-s-purple-500\/40:focus {
  border-inline-start-color: rgb(168 85 247 / 0.4);
}

.focus\:border-s-purple-500\/5:focus {
  border-inline-start-color: rgb(168 85 247 / 0.05);
}

.focus\:border-s-purple-500\/50:focus {
  border-inline-start-color: rgb(168 85 247 / 0.5);
}

.focus\:border-s-purple-500\/60:focus {
  border-inline-start-color: rgb(168 85 247 / 0.6);
}

.focus\:border-s-purple-500\/70:focus {
  border-inline-start-color: rgb(168 85 247 / 0.7);
}

.focus\:border-s-purple-500\/75:focus {
  border-inline-start-color: rgb(168 85 247 / 0.75);
}

.focus\:border-s-purple-500\/80:focus {
  border-inline-start-color: rgb(168 85 247 / 0.8);
}

.focus\:border-s-purple-500\/90:focus {
  border-inline-start-color: rgb(168 85 247 / 0.9);
}

.focus\:border-s-purple-500\/95:focus {
  border-inline-start-color: rgb(168 85 247 / 0.95);
}

.focus\:border-s-purple-600:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(147 51 234 / var(--tw-border-opacity));
}

.focus\:border-s-purple-600\/0:focus {
  border-inline-start-color: rgb(147 51 234 / 0);
}

.focus\:border-s-purple-600\/10:focus {
  border-inline-start-color: rgb(147 51 234 / 0.1);
}

.focus\:border-s-purple-600\/100:focus {
  border-inline-start-color: rgb(147 51 234 / 1);
}

.focus\:border-s-purple-600\/20:focus {
  border-inline-start-color: rgb(147 51 234 / 0.2);
}

.focus\:border-s-purple-600\/25:focus {
  border-inline-start-color: rgb(147 51 234 / 0.25);
}

.focus\:border-s-purple-600\/30:focus {
  border-inline-start-color: rgb(147 51 234 / 0.3);
}

.focus\:border-s-purple-600\/40:focus {
  border-inline-start-color: rgb(147 51 234 / 0.4);
}

.focus\:border-s-purple-600\/5:focus {
  border-inline-start-color: rgb(147 51 234 / 0.05);
}

.focus\:border-s-purple-600\/50:focus {
  border-inline-start-color: rgb(147 51 234 / 0.5);
}

.focus\:border-s-purple-600\/60:focus {
  border-inline-start-color: rgb(147 51 234 / 0.6);
}

.focus\:border-s-purple-600\/70:focus {
  border-inline-start-color: rgb(147 51 234 / 0.7);
}

.focus\:border-s-purple-600\/75:focus {
  border-inline-start-color: rgb(147 51 234 / 0.75);
}

.focus\:border-s-purple-600\/80:focus {
  border-inline-start-color: rgb(147 51 234 / 0.8);
}

.focus\:border-s-purple-600\/90:focus {
  border-inline-start-color: rgb(147 51 234 / 0.9);
}

.focus\:border-s-purple-600\/95:focus {
  border-inline-start-color: rgb(147 51 234 / 0.95);
}

.focus\:border-s-purple-700:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(126 34 206 / var(--tw-border-opacity));
}

.focus\:border-s-purple-700\/0:focus {
  border-inline-start-color: rgb(126 34 206 / 0);
}

.focus\:border-s-purple-700\/10:focus {
  border-inline-start-color: rgb(126 34 206 / 0.1);
}

.focus\:border-s-purple-700\/100:focus {
  border-inline-start-color: rgb(126 34 206 / 1);
}

.focus\:border-s-purple-700\/20:focus {
  border-inline-start-color: rgb(126 34 206 / 0.2);
}

.focus\:border-s-purple-700\/25:focus {
  border-inline-start-color: rgb(126 34 206 / 0.25);
}

.focus\:border-s-purple-700\/30:focus {
  border-inline-start-color: rgb(126 34 206 / 0.3);
}

.focus\:border-s-purple-700\/40:focus {
  border-inline-start-color: rgb(126 34 206 / 0.4);
}

.focus\:border-s-purple-700\/5:focus {
  border-inline-start-color: rgb(126 34 206 / 0.05);
}

.focus\:border-s-purple-700\/50:focus {
  border-inline-start-color: rgb(126 34 206 / 0.5);
}

.focus\:border-s-purple-700\/60:focus {
  border-inline-start-color: rgb(126 34 206 / 0.6);
}

.focus\:border-s-purple-700\/70:focus {
  border-inline-start-color: rgb(126 34 206 / 0.7);
}

.focus\:border-s-purple-700\/75:focus {
  border-inline-start-color: rgb(126 34 206 / 0.75);
}

.focus\:border-s-purple-700\/80:focus {
  border-inline-start-color: rgb(126 34 206 / 0.8);
}

.focus\:border-s-purple-700\/90:focus {
  border-inline-start-color: rgb(126 34 206 / 0.9);
}

.focus\:border-s-purple-700\/95:focus {
  border-inline-start-color: rgb(126 34 206 / 0.95);
}

.focus\:border-s-purple-800:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(107 33 168 / var(--tw-border-opacity));
}

.focus\:border-s-purple-800\/0:focus {
  border-inline-start-color: rgb(107 33 168 / 0);
}

.focus\:border-s-purple-800\/10:focus {
  border-inline-start-color: rgb(107 33 168 / 0.1);
}

.focus\:border-s-purple-800\/100:focus {
  border-inline-start-color: rgb(107 33 168 / 1);
}

.focus\:border-s-purple-800\/20:focus {
  border-inline-start-color: rgb(107 33 168 / 0.2);
}

.focus\:border-s-purple-800\/25:focus {
  border-inline-start-color: rgb(107 33 168 / 0.25);
}

.focus\:border-s-purple-800\/30:focus {
  border-inline-start-color: rgb(107 33 168 / 0.3);
}

.focus\:border-s-purple-800\/40:focus {
  border-inline-start-color: rgb(107 33 168 / 0.4);
}

.focus\:border-s-purple-800\/5:focus {
  border-inline-start-color: rgb(107 33 168 / 0.05);
}

.focus\:border-s-purple-800\/50:focus {
  border-inline-start-color: rgb(107 33 168 / 0.5);
}

.focus\:border-s-purple-800\/60:focus {
  border-inline-start-color: rgb(107 33 168 / 0.6);
}

.focus\:border-s-purple-800\/70:focus {
  border-inline-start-color: rgb(107 33 168 / 0.7);
}

.focus\:border-s-purple-800\/75:focus {
  border-inline-start-color: rgb(107 33 168 / 0.75);
}

.focus\:border-s-purple-800\/80:focus {
  border-inline-start-color: rgb(107 33 168 / 0.8);
}

.focus\:border-s-purple-800\/90:focus {
  border-inline-start-color: rgb(107 33 168 / 0.9);
}

.focus\:border-s-purple-800\/95:focus {
  border-inline-start-color: rgb(107 33 168 / 0.95);
}

.focus\:border-s-purple-900:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(88 28 135 / var(--tw-border-opacity));
}

.focus\:border-s-purple-900\/0:focus {
  border-inline-start-color: rgb(88 28 135 / 0);
}

.focus\:border-s-purple-900\/10:focus {
  border-inline-start-color: rgb(88 28 135 / 0.1);
}

.focus\:border-s-purple-900\/100:focus {
  border-inline-start-color: rgb(88 28 135 / 1);
}

.focus\:border-s-purple-900\/20:focus {
  border-inline-start-color: rgb(88 28 135 / 0.2);
}

.focus\:border-s-purple-900\/25:focus {
  border-inline-start-color: rgb(88 28 135 / 0.25);
}

.focus\:border-s-purple-900\/30:focus {
  border-inline-start-color: rgb(88 28 135 / 0.3);
}

.focus\:border-s-purple-900\/40:focus {
  border-inline-start-color: rgb(88 28 135 / 0.4);
}

.focus\:border-s-purple-900\/5:focus {
  border-inline-start-color: rgb(88 28 135 / 0.05);
}

.focus\:border-s-purple-900\/50:focus {
  border-inline-start-color: rgb(88 28 135 / 0.5);
}

.focus\:border-s-purple-900\/60:focus {
  border-inline-start-color: rgb(88 28 135 / 0.6);
}

.focus\:border-s-purple-900\/70:focus {
  border-inline-start-color: rgb(88 28 135 / 0.7);
}

.focus\:border-s-purple-900\/75:focus {
  border-inline-start-color: rgb(88 28 135 / 0.75);
}

.focus\:border-s-purple-900\/80:focus {
  border-inline-start-color: rgb(88 28 135 / 0.8);
}

.focus\:border-s-purple-900\/90:focus {
  border-inline-start-color: rgb(88 28 135 / 0.9);
}

.focus\:border-s-purple-900\/95:focus {
  border-inline-start-color: rgb(88 28 135 / 0.95);
}

.focus\:border-s-purple-950:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(59 7 100 / var(--tw-border-opacity));
}

.focus\:border-s-purple-950\/0:focus {
  border-inline-start-color: rgb(59 7 100 / 0);
}

.focus\:border-s-purple-950\/10:focus {
  border-inline-start-color: rgb(59 7 100 / 0.1);
}

.focus\:border-s-purple-950\/100:focus {
  border-inline-start-color: rgb(59 7 100 / 1);
}

.focus\:border-s-purple-950\/20:focus {
  border-inline-start-color: rgb(59 7 100 / 0.2);
}

.focus\:border-s-purple-950\/25:focus {
  border-inline-start-color: rgb(59 7 100 / 0.25);
}

.focus\:border-s-purple-950\/30:focus {
  border-inline-start-color: rgb(59 7 100 / 0.3);
}

.focus\:border-s-purple-950\/40:focus {
  border-inline-start-color: rgb(59 7 100 / 0.4);
}

.focus\:border-s-purple-950\/5:focus {
  border-inline-start-color: rgb(59 7 100 / 0.05);
}

.focus\:border-s-purple-950\/50:focus {
  border-inline-start-color: rgb(59 7 100 / 0.5);
}

.focus\:border-s-purple-950\/60:focus {
  border-inline-start-color: rgb(59 7 100 / 0.6);
}

.focus\:border-s-purple-950\/70:focus {
  border-inline-start-color: rgb(59 7 100 / 0.7);
}

.focus\:border-s-purple-950\/75:focus {
  border-inline-start-color: rgb(59 7 100 / 0.75);
}

.focus\:border-s-purple-950\/80:focus {
  border-inline-start-color: rgb(59 7 100 / 0.8);
}

.focus\:border-s-purple-950\/90:focus {
  border-inline-start-color: rgb(59 7 100 / 0.9);
}

.focus\:border-s-purple-950\/95:focus {
  border-inline-start-color: rgb(59 7 100 / 0.95);
}

.focus\:border-s-red-100:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 226 226 / var(--tw-border-opacity));
}

.focus\:border-s-red-100\/0:focus {
  border-inline-start-color: rgb(254 226 226 / 0);
}

.focus\:border-s-red-100\/10:focus {
  border-inline-start-color: rgb(254 226 226 / 0.1);
}

.focus\:border-s-red-100\/100:focus {
  border-inline-start-color: rgb(254 226 226 / 1);
}

.focus\:border-s-red-100\/20:focus {
  border-inline-start-color: rgb(254 226 226 / 0.2);
}

.focus\:border-s-red-100\/25:focus {
  border-inline-start-color: rgb(254 226 226 / 0.25);
}

.focus\:border-s-red-100\/30:focus {
  border-inline-start-color: rgb(254 226 226 / 0.3);
}

.focus\:border-s-red-100\/40:focus {
  border-inline-start-color: rgb(254 226 226 / 0.4);
}

.focus\:border-s-red-100\/5:focus {
  border-inline-start-color: rgb(254 226 226 / 0.05);
}

.focus\:border-s-red-100\/50:focus {
  border-inline-start-color: rgb(254 226 226 / 0.5);
}

.focus\:border-s-red-100\/60:focus {
  border-inline-start-color: rgb(254 226 226 / 0.6);
}

.focus\:border-s-red-100\/70:focus {
  border-inline-start-color: rgb(254 226 226 / 0.7);
}

.focus\:border-s-red-100\/75:focus {
  border-inline-start-color: rgb(254 226 226 / 0.75);
}

.focus\:border-s-red-100\/80:focus {
  border-inline-start-color: rgb(254 226 226 / 0.8);
}

.focus\:border-s-red-100\/90:focus {
  border-inline-start-color: rgb(254 226 226 / 0.9);
}

.focus\:border-s-red-100\/95:focus {
  border-inline-start-color: rgb(254 226 226 / 0.95);
}

.focus\:border-s-red-200:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.focus\:border-s-red-200\/0:focus {
  border-inline-start-color: rgb(254 202 202 / 0);
}

.focus\:border-s-red-200\/10:focus {
  border-inline-start-color: rgb(254 202 202 / 0.1);
}

.focus\:border-s-red-200\/100:focus {
  border-inline-start-color: rgb(254 202 202 / 1);
}

.focus\:border-s-red-200\/20:focus {
  border-inline-start-color: rgb(254 202 202 / 0.2);
}

.focus\:border-s-red-200\/25:focus {
  border-inline-start-color: rgb(254 202 202 / 0.25);
}

.focus\:border-s-red-200\/30:focus {
  border-inline-start-color: rgb(254 202 202 / 0.3);
}

.focus\:border-s-red-200\/40:focus {
  border-inline-start-color: rgb(254 202 202 / 0.4);
}

.focus\:border-s-red-200\/5:focus {
  border-inline-start-color: rgb(254 202 202 / 0.05);
}

.focus\:border-s-red-200\/50:focus {
  border-inline-start-color: rgb(254 202 202 / 0.5);
}

.focus\:border-s-red-200\/60:focus {
  border-inline-start-color: rgb(254 202 202 / 0.6);
}

.focus\:border-s-red-200\/70:focus {
  border-inline-start-color: rgb(254 202 202 / 0.7);
}

.focus\:border-s-red-200\/75:focus {
  border-inline-start-color: rgb(254 202 202 / 0.75);
}

.focus\:border-s-red-200\/80:focus {
  border-inline-start-color: rgb(254 202 202 / 0.8);
}

.focus\:border-s-red-200\/90:focus {
  border-inline-start-color: rgb(254 202 202 / 0.9);
}

.focus\:border-s-red-200\/95:focus {
  border-inline-start-color: rgb(254 202 202 / 0.95);
}

.focus\:border-s-red-300:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.focus\:border-s-red-300\/0:focus {
  border-inline-start-color: rgb(252 165 165 / 0);
}

.focus\:border-s-red-300\/10:focus {
  border-inline-start-color: rgb(252 165 165 / 0.1);
}

.focus\:border-s-red-300\/100:focus {
  border-inline-start-color: rgb(252 165 165 / 1);
}

.focus\:border-s-red-300\/20:focus {
  border-inline-start-color: rgb(252 165 165 / 0.2);
}

.focus\:border-s-red-300\/25:focus {
  border-inline-start-color: rgb(252 165 165 / 0.25);
}

.focus\:border-s-red-300\/30:focus {
  border-inline-start-color: rgb(252 165 165 / 0.3);
}

.focus\:border-s-red-300\/40:focus {
  border-inline-start-color: rgb(252 165 165 / 0.4);
}

.focus\:border-s-red-300\/5:focus {
  border-inline-start-color: rgb(252 165 165 / 0.05);
}

.focus\:border-s-red-300\/50:focus {
  border-inline-start-color: rgb(252 165 165 / 0.5);
}

.focus\:border-s-red-300\/60:focus {
  border-inline-start-color: rgb(252 165 165 / 0.6);
}

.focus\:border-s-red-300\/70:focus {
  border-inline-start-color: rgb(252 165 165 / 0.7);
}

.focus\:border-s-red-300\/75:focus {
  border-inline-start-color: rgb(252 165 165 / 0.75);
}

.focus\:border-s-red-300\/80:focus {
  border-inline-start-color: rgb(252 165 165 / 0.8);
}

.focus\:border-s-red-300\/90:focus {
  border-inline-start-color: rgb(252 165 165 / 0.9);
}

.focus\:border-s-red-300\/95:focus {
  border-inline-start-color: rgb(252 165 165 / 0.95);
}

.focus\:border-s-red-400:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.focus\:border-s-red-400\/0:focus {
  border-inline-start-color: rgb(248 113 113 / 0);
}

.focus\:border-s-red-400\/10:focus {
  border-inline-start-color: rgb(248 113 113 / 0.1);
}

.focus\:border-s-red-400\/100:focus {
  border-inline-start-color: rgb(248 113 113 / 1);
}

.focus\:border-s-red-400\/20:focus {
  border-inline-start-color: rgb(248 113 113 / 0.2);
}

.focus\:border-s-red-400\/25:focus {
  border-inline-start-color: rgb(248 113 113 / 0.25);
}

.focus\:border-s-red-400\/30:focus {
  border-inline-start-color: rgb(248 113 113 / 0.3);
}

.focus\:border-s-red-400\/40:focus {
  border-inline-start-color: rgb(248 113 113 / 0.4);
}

.focus\:border-s-red-400\/5:focus {
  border-inline-start-color: rgb(248 113 113 / 0.05);
}

.focus\:border-s-red-400\/50:focus {
  border-inline-start-color: rgb(248 113 113 / 0.5);
}

.focus\:border-s-red-400\/60:focus {
  border-inline-start-color: rgb(248 113 113 / 0.6);
}

.focus\:border-s-red-400\/70:focus {
  border-inline-start-color: rgb(248 113 113 / 0.7);
}

.focus\:border-s-red-400\/75:focus {
  border-inline-start-color: rgb(248 113 113 / 0.75);
}

.focus\:border-s-red-400\/80:focus {
  border-inline-start-color: rgb(248 113 113 / 0.8);
}

.focus\:border-s-red-400\/90:focus {
  border-inline-start-color: rgb(248 113 113 / 0.9);
}

.focus\:border-s-red-400\/95:focus {
  border-inline-start-color: rgb(248 113 113 / 0.95);
}

.focus\:border-s-red-50:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.focus\:border-s-red-50\/0:focus {
  border-inline-start-color: rgb(254 242 242 / 0);
}

.focus\:border-s-red-50\/10:focus {
  border-inline-start-color: rgb(254 242 242 / 0.1);
}

.focus\:border-s-red-50\/100:focus {
  border-inline-start-color: rgb(254 242 242 / 1);
}

.focus\:border-s-red-50\/20:focus {
  border-inline-start-color: rgb(254 242 242 / 0.2);
}

.focus\:border-s-red-50\/25:focus {
  border-inline-start-color: rgb(254 242 242 / 0.25);
}

.focus\:border-s-red-50\/30:focus {
  border-inline-start-color: rgb(254 242 242 / 0.3);
}

.focus\:border-s-red-50\/40:focus {
  border-inline-start-color: rgb(254 242 242 / 0.4);
}

.focus\:border-s-red-50\/5:focus {
  border-inline-start-color: rgb(254 242 242 / 0.05);
}

.focus\:border-s-red-50\/50:focus {
  border-inline-start-color: rgb(254 242 242 / 0.5);
}

.focus\:border-s-red-50\/60:focus {
  border-inline-start-color: rgb(254 242 242 / 0.6);
}

.focus\:border-s-red-50\/70:focus {
  border-inline-start-color: rgb(254 242 242 / 0.7);
}

.focus\:border-s-red-50\/75:focus {
  border-inline-start-color: rgb(254 242 242 / 0.75);
}

.focus\:border-s-red-50\/80:focus {
  border-inline-start-color: rgb(254 242 242 / 0.8);
}

.focus\:border-s-red-50\/90:focus {
  border-inline-start-color: rgb(254 242 242 / 0.9);
}

.focus\:border-s-red-50\/95:focus {
  border-inline-start-color: rgb(254 242 242 / 0.95);
}

.focus\:border-s-red-500:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.focus\:border-s-red-500\/0:focus {
  border-inline-start-color: rgb(239 68 68 / 0);
}

.focus\:border-s-red-500\/10:focus {
  border-inline-start-color: rgb(239 68 68 / 0.1);
}

.focus\:border-s-red-500\/100:focus {
  border-inline-start-color: rgb(239 68 68 / 1);
}

.focus\:border-s-red-500\/20:focus {
  border-inline-start-color: rgb(239 68 68 / 0.2);
}

.focus\:border-s-red-500\/25:focus {
  border-inline-start-color: rgb(239 68 68 / 0.25);
}

.focus\:border-s-red-500\/30:focus {
  border-inline-start-color: rgb(239 68 68 / 0.3);
}

.focus\:border-s-red-500\/40:focus {
  border-inline-start-color: rgb(239 68 68 / 0.4);
}

.focus\:border-s-red-500\/5:focus {
  border-inline-start-color: rgb(239 68 68 / 0.05);
}

.focus\:border-s-red-500\/50:focus {
  border-inline-start-color: rgb(239 68 68 / 0.5);
}

.focus\:border-s-red-500\/60:focus {
  border-inline-start-color: rgb(239 68 68 / 0.6);
}

.focus\:border-s-red-500\/70:focus {
  border-inline-start-color: rgb(239 68 68 / 0.7);
}

.focus\:border-s-red-500\/75:focus {
  border-inline-start-color: rgb(239 68 68 / 0.75);
}

.focus\:border-s-red-500\/80:focus {
  border-inline-start-color: rgb(239 68 68 / 0.8);
}

.focus\:border-s-red-500\/90:focus {
  border-inline-start-color: rgb(239 68 68 / 0.9);
}

.focus\:border-s-red-500\/95:focus {
  border-inline-start-color: rgb(239 68 68 / 0.95);
}

.focus\:border-s-red-600:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.focus\:border-s-red-600\/0:focus {
  border-inline-start-color: rgb(220 38 38 / 0);
}

.focus\:border-s-red-600\/10:focus {
  border-inline-start-color: rgb(220 38 38 / 0.1);
}

.focus\:border-s-red-600\/100:focus {
  border-inline-start-color: rgb(220 38 38 / 1);
}

.focus\:border-s-red-600\/20:focus {
  border-inline-start-color: rgb(220 38 38 / 0.2);
}

.focus\:border-s-red-600\/25:focus {
  border-inline-start-color: rgb(220 38 38 / 0.25);
}

.focus\:border-s-red-600\/30:focus {
  border-inline-start-color: rgb(220 38 38 / 0.3);
}

.focus\:border-s-red-600\/40:focus {
  border-inline-start-color: rgb(220 38 38 / 0.4);
}

.focus\:border-s-red-600\/5:focus {
  border-inline-start-color: rgb(220 38 38 / 0.05);
}

.focus\:border-s-red-600\/50:focus {
  border-inline-start-color: rgb(220 38 38 / 0.5);
}

.focus\:border-s-red-600\/60:focus {
  border-inline-start-color: rgb(220 38 38 / 0.6);
}

.focus\:border-s-red-600\/70:focus {
  border-inline-start-color: rgb(220 38 38 / 0.7);
}

.focus\:border-s-red-600\/75:focus {
  border-inline-start-color: rgb(220 38 38 / 0.75);
}

.focus\:border-s-red-600\/80:focus {
  border-inline-start-color: rgb(220 38 38 / 0.8);
}

.focus\:border-s-red-600\/90:focus {
  border-inline-start-color: rgb(220 38 38 / 0.9);
}

.focus\:border-s-red-600\/95:focus {
  border-inline-start-color: rgb(220 38 38 / 0.95);
}

.focus\:border-s-red-700:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.focus\:border-s-red-700\/0:focus {
  border-inline-start-color: rgb(185 28 28 / 0);
}

.focus\:border-s-red-700\/10:focus {
  border-inline-start-color: rgb(185 28 28 / 0.1);
}

.focus\:border-s-red-700\/100:focus {
  border-inline-start-color: rgb(185 28 28 / 1);
}

.focus\:border-s-red-700\/20:focus {
  border-inline-start-color: rgb(185 28 28 / 0.2);
}

.focus\:border-s-red-700\/25:focus {
  border-inline-start-color: rgb(185 28 28 / 0.25);
}

.focus\:border-s-red-700\/30:focus {
  border-inline-start-color: rgb(185 28 28 / 0.3);
}

.focus\:border-s-red-700\/40:focus {
  border-inline-start-color: rgb(185 28 28 / 0.4);
}

.focus\:border-s-red-700\/5:focus {
  border-inline-start-color: rgb(185 28 28 / 0.05);
}

.focus\:border-s-red-700\/50:focus {
  border-inline-start-color: rgb(185 28 28 / 0.5);
}

.focus\:border-s-red-700\/60:focus {
  border-inline-start-color: rgb(185 28 28 / 0.6);
}

.focus\:border-s-red-700\/70:focus {
  border-inline-start-color: rgb(185 28 28 / 0.7);
}

.focus\:border-s-red-700\/75:focus {
  border-inline-start-color: rgb(185 28 28 / 0.75);
}

.focus\:border-s-red-700\/80:focus {
  border-inline-start-color: rgb(185 28 28 / 0.8);
}

.focus\:border-s-red-700\/90:focus {
  border-inline-start-color: rgb(185 28 28 / 0.9);
}

.focus\:border-s-red-700\/95:focus {
  border-inline-start-color: rgb(185 28 28 / 0.95);
}

.focus\:border-s-red-800:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.focus\:border-s-red-800\/0:focus {
  border-inline-start-color: rgb(153 27 27 / 0);
}

.focus\:border-s-red-800\/10:focus {
  border-inline-start-color: rgb(153 27 27 / 0.1);
}

.focus\:border-s-red-800\/100:focus {
  border-inline-start-color: rgb(153 27 27 / 1);
}

.focus\:border-s-red-800\/20:focus {
  border-inline-start-color: rgb(153 27 27 / 0.2);
}

.focus\:border-s-red-800\/25:focus {
  border-inline-start-color: rgb(153 27 27 / 0.25);
}

.focus\:border-s-red-800\/30:focus {
  border-inline-start-color: rgb(153 27 27 / 0.3);
}

.focus\:border-s-red-800\/40:focus {
  border-inline-start-color: rgb(153 27 27 / 0.4);
}

.focus\:border-s-red-800\/5:focus {
  border-inline-start-color: rgb(153 27 27 / 0.05);
}

.focus\:border-s-red-800\/50:focus {
  border-inline-start-color: rgb(153 27 27 / 0.5);
}

.focus\:border-s-red-800\/60:focus {
  border-inline-start-color: rgb(153 27 27 / 0.6);
}

.focus\:border-s-red-800\/70:focus {
  border-inline-start-color: rgb(153 27 27 / 0.7);
}

.focus\:border-s-red-800\/75:focus {
  border-inline-start-color: rgb(153 27 27 / 0.75);
}

.focus\:border-s-red-800\/80:focus {
  border-inline-start-color: rgb(153 27 27 / 0.8);
}

.focus\:border-s-red-800\/90:focus {
  border-inline-start-color: rgb(153 27 27 / 0.9);
}

.focus\:border-s-red-800\/95:focus {
  border-inline-start-color: rgb(153 27 27 / 0.95);
}

.focus\:border-s-red-900:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.focus\:border-s-red-900\/0:focus {
  border-inline-start-color: rgb(127 29 29 / 0);
}

.focus\:border-s-red-900\/10:focus {
  border-inline-start-color: rgb(127 29 29 / 0.1);
}

.focus\:border-s-red-900\/100:focus {
  border-inline-start-color: rgb(127 29 29 / 1);
}

.focus\:border-s-red-900\/20:focus {
  border-inline-start-color: rgb(127 29 29 / 0.2);
}

.focus\:border-s-red-900\/25:focus {
  border-inline-start-color: rgb(127 29 29 / 0.25);
}

.focus\:border-s-red-900\/30:focus {
  border-inline-start-color: rgb(127 29 29 / 0.3);
}

.focus\:border-s-red-900\/40:focus {
  border-inline-start-color: rgb(127 29 29 / 0.4);
}

.focus\:border-s-red-900\/5:focus {
  border-inline-start-color: rgb(127 29 29 / 0.05);
}

.focus\:border-s-red-900\/50:focus {
  border-inline-start-color: rgb(127 29 29 / 0.5);
}

.focus\:border-s-red-900\/60:focus {
  border-inline-start-color: rgb(127 29 29 / 0.6);
}

.focus\:border-s-red-900\/70:focus {
  border-inline-start-color: rgb(127 29 29 / 0.7);
}

.focus\:border-s-red-900\/75:focus {
  border-inline-start-color: rgb(127 29 29 / 0.75);
}

.focus\:border-s-red-900\/80:focus {
  border-inline-start-color: rgb(127 29 29 / 0.8);
}

.focus\:border-s-red-900\/90:focus {
  border-inline-start-color: rgb(127 29 29 / 0.9);
}

.focus\:border-s-red-900\/95:focus {
  border-inline-start-color: rgb(127 29 29 / 0.95);
}

.focus\:border-s-red-950:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(69 10 10 / var(--tw-border-opacity));
}

.focus\:border-s-red-950\/0:focus {
  border-inline-start-color: rgb(69 10 10 / 0);
}

.focus\:border-s-red-950\/10:focus {
  border-inline-start-color: rgb(69 10 10 / 0.1);
}

.focus\:border-s-red-950\/100:focus {
  border-inline-start-color: rgb(69 10 10 / 1);
}

.focus\:border-s-red-950\/20:focus {
  border-inline-start-color: rgb(69 10 10 / 0.2);
}

.focus\:border-s-red-950\/25:focus {
  border-inline-start-color: rgb(69 10 10 / 0.25);
}

.focus\:border-s-red-950\/30:focus {
  border-inline-start-color: rgb(69 10 10 / 0.3);
}

.focus\:border-s-red-950\/40:focus {
  border-inline-start-color: rgb(69 10 10 / 0.4);
}

.focus\:border-s-red-950\/5:focus {
  border-inline-start-color: rgb(69 10 10 / 0.05);
}

.focus\:border-s-red-950\/50:focus {
  border-inline-start-color: rgb(69 10 10 / 0.5);
}

.focus\:border-s-red-950\/60:focus {
  border-inline-start-color: rgb(69 10 10 / 0.6);
}

.focus\:border-s-red-950\/70:focus {
  border-inline-start-color: rgb(69 10 10 / 0.7);
}

.focus\:border-s-red-950\/75:focus {
  border-inline-start-color: rgb(69 10 10 / 0.75);
}

.focus\:border-s-red-950\/80:focus {
  border-inline-start-color: rgb(69 10 10 / 0.8);
}

.focus\:border-s-red-950\/90:focus {
  border-inline-start-color: rgb(69 10 10 / 0.9);
}

.focus\:border-s-red-950\/95:focus {
  border-inline-start-color: rgb(69 10 10 / 0.95);
}

.focus\:border-s-rose-100:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 228 230 / var(--tw-border-opacity));
}

.focus\:border-s-rose-100\/0:focus {
  border-inline-start-color: rgb(255 228 230 / 0);
}

.focus\:border-s-rose-100\/10:focus {
  border-inline-start-color: rgb(255 228 230 / 0.1);
}

.focus\:border-s-rose-100\/100:focus {
  border-inline-start-color: rgb(255 228 230 / 1);
}

.focus\:border-s-rose-100\/20:focus {
  border-inline-start-color: rgb(255 228 230 / 0.2);
}

.focus\:border-s-rose-100\/25:focus {
  border-inline-start-color: rgb(255 228 230 / 0.25);
}

.focus\:border-s-rose-100\/30:focus {
  border-inline-start-color: rgb(255 228 230 / 0.3);
}

.focus\:border-s-rose-100\/40:focus {
  border-inline-start-color: rgb(255 228 230 / 0.4);
}

.focus\:border-s-rose-100\/5:focus {
  border-inline-start-color: rgb(255 228 230 / 0.05);
}

.focus\:border-s-rose-100\/50:focus {
  border-inline-start-color: rgb(255 228 230 / 0.5);
}

.focus\:border-s-rose-100\/60:focus {
  border-inline-start-color: rgb(255 228 230 / 0.6);
}

.focus\:border-s-rose-100\/70:focus {
  border-inline-start-color: rgb(255 228 230 / 0.7);
}

.focus\:border-s-rose-100\/75:focus {
  border-inline-start-color: rgb(255 228 230 / 0.75);
}

.focus\:border-s-rose-100\/80:focus {
  border-inline-start-color: rgb(255 228 230 / 0.8);
}

.focus\:border-s-rose-100\/90:focus {
  border-inline-start-color: rgb(255 228 230 / 0.9);
}

.focus\:border-s-rose-100\/95:focus {
  border-inline-start-color: rgb(255 228 230 / 0.95);
}

.focus\:border-s-rose-200:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 205 211 / var(--tw-border-opacity));
}

.focus\:border-s-rose-200\/0:focus {
  border-inline-start-color: rgb(254 205 211 / 0);
}

.focus\:border-s-rose-200\/10:focus {
  border-inline-start-color: rgb(254 205 211 / 0.1);
}

.focus\:border-s-rose-200\/100:focus {
  border-inline-start-color: rgb(254 205 211 / 1);
}

.focus\:border-s-rose-200\/20:focus {
  border-inline-start-color: rgb(254 205 211 / 0.2);
}

.focus\:border-s-rose-200\/25:focus {
  border-inline-start-color: rgb(254 205 211 / 0.25);
}

.focus\:border-s-rose-200\/30:focus {
  border-inline-start-color: rgb(254 205 211 / 0.3);
}

.focus\:border-s-rose-200\/40:focus {
  border-inline-start-color: rgb(254 205 211 / 0.4);
}

.focus\:border-s-rose-200\/5:focus {
  border-inline-start-color: rgb(254 205 211 / 0.05);
}

.focus\:border-s-rose-200\/50:focus {
  border-inline-start-color: rgb(254 205 211 / 0.5);
}

.focus\:border-s-rose-200\/60:focus {
  border-inline-start-color: rgb(254 205 211 / 0.6);
}

.focus\:border-s-rose-200\/70:focus {
  border-inline-start-color: rgb(254 205 211 / 0.7);
}

.focus\:border-s-rose-200\/75:focus {
  border-inline-start-color: rgb(254 205 211 / 0.75);
}

.focus\:border-s-rose-200\/80:focus {
  border-inline-start-color: rgb(254 205 211 / 0.8);
}

.focus\:border-s-rose-200\/90:focus {
  border-inline-start-color: rgb(254 205 211 / 0.9);
}

.focus\:border-s-rose-200\/95:focus {
  border-inline-start-color: rgb(254 205 211 / 0.95);
}

.focus\:border-s-rose-300:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 164 175 / var(--tw-border-opacity));
}

.focus\:border-s-rose-300\/0:focus {
  border-inline-start-color: rgb(253 164 175 / 0);
}

.focus\:border-s-rose-300\/10:focus {
  border-inline-start-color: rgb(253 164 175 / 0.1);
}

.focus\:border-s-rose-300\/100:focus {
  border-inline-start-color: rgb(253 164 175 / 1);
}

.focus\:border-s-rose-300\/20:focus {
  border-inline-start-color: rgb(253 164 175 / 0.2);
}

.focus\:border-s-rose-300\/25:focus {
  border-inline-start-color: rgb(253 164 175 / 0.25);
}

.focus\:border-s-rose-300\/30:focus {
  border-inline-start-color: rgb(253 164 175 / 0.3);
}

.focus\:border-s-rose-300\/40:focus {
  border-inline-start-color: rgb(253 164 175 / 0.4);
}

.focus\:border-s-rose-300\/5:focus {
  border-inline-start-color: rgb(253 164 175 / 0.05);
}

.focus\:border-s-rose-300\/50:focus {
  border-inline-start-color: rgb(253 164 175 / 0.5);
}

.focus\:border-s-rose-300\/60:focus {
  border-inline-start-color: rgb(253 164 175 / 0.6);
}

.focus\:border-s-rose-300\/70:focus {
  border-inline-start-color: rgb(253 164 175 / 0.7);
}

.focus\:border-s-rose-300\/75:focus {
  border-inline-start-color: rgb(253 164 175 / 0.75);
}

.focus\:border-s-rose-300\/80:focus {
  border-inline-start-color: rgb(253 164 175 / 0.8);
}

.focus\:border-s-rose-300\/90:focus {
  border-inline-start-color: rgb(253 164 175 / 0.9);
}

.focus\:border-s-rose-300\/95:focus {
  border-inline-start-color: rgb(253 164 175 / 0.95);
}

.focus\:border-s-rose-400:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.focus\:border-s-rose-400\/0:focus {
  border-inline-start-color: rgb(251 113 133 / 0);
}

.focus\:border-s-rose-400\/10:focus {
  border-inline-start-color: rgb(251 113 133 / 0.1);
}

.focus\:border-s-rose-400\/100:focus {
  border-inline-start-color: rgb(251 113 133 / 1);
}

.focus\:border-s-rose-400\/20:focus {
  border-inline-start-color: rgb(251 113 133 / 0.2);
}

.focus\:border-s-rose-400\/25:focus {
  border-inline-start-color: rgb(251 113 133 / 0.25);
}

.focus\:border-s-rose-400\/30:focus {
  border-inline-start-color: rgb(251 113 133 / 0.3);
}

.focus\:border-s-rose-400\/40:focus {
  border-inline-start-color: rgb(251 113 133 / 0.4);
}

.focus\:border-s-rose-400\/5:focus {
  border-inline-start-color: rgb(251 113 133 / 0.05);
}

.focus\:border-s-rose-400\/50:focus {
  border-inline-start-color: rgb(251 113 133 / 0.5);
}

.focus\:border-s-rose-400\/60:focus {
  border-inline-start-color: rgb(251 113 133 / 0.6);
}

.focus\:border-s-rose-400\/70:focus {
  border-inline-start-color: rgb(251 113 133 / 0.7);
}

.focus\:border-s-rose-400\/75:focus {
  border-inline-start-color: rgb(251 113 133 / 0.75);
}

.focus\:border-s-rose-400\/80:focus {
  border-inline-start-color: rgb(251 113 133 / 0.8);
}

.focus\:border-s-rose-400\/90:focus {
  border-inline-start-color: rgb(251 113 133 / 0.9);
}

.focus\:border-s-rose-400\/95:focus {
  border-inline-start-color: rgb(251 113 133 / 0.95);
}

.focus\:border-s-rose-50:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 241 242 / var(--tw-border-opacity));
}

.focus\:border-s-rose-50\/0:focus {
  border-inline-start-color: rgb(255 241 242 / 0);
}

.focus\:border-s-rose-50\/10:focus {
  border-inline-start-color: rgb(255 241 242 / 0.1);
}

.focus\:border-s-rose-50\/100:focus {
  border-inline-start-color: rgb(255 241 242 / 1);
}

.focus\:border-s-rose-50\/20:focus {
  border-inline-start-color: rgb(255 241 242 / 0.2);
}

.focus\:border-s-rose-50\/25:focus {
  border-inline-start-color: rgb(255 241 242 / 0.25);
}

.focus\:border-s-rose-50\/30:focus {
  border-inline-start-color: rgb(255 241 242 / 0.3);
}

.focus\:border-s-rose-50\/40:focus {
  border-inline-start-color: rgb(255 241 242 / 0.4);
}

.focus\:border-s-rose-50\/5:focus {
  border-inline-start-color: rgb(255 241 242 / 0.05);
}

.focus\:border-s-rose-50\/50:focus {
  border-inline-start-color: rgb(255 241 242 / 0.5);
}

.focus\:border-s-rose-50\/60:focus {
  border-inline-start-color: rgb(255 241 242 / 0.6);
}

.focus\:border-s-rose-50\/70:focus {
  border-inline-start-color: rgb(255 241 242 / 0.7);
}

.focus\:border-s-rose-50\/75:focus {
  border-inline-start-color: rgb(255 241 242 / 0.75);
}

.focus\:border-s-rose-50\/80:focus {
  border-inline-start-color: rgb(255 241 242 / 0.8);
}

.focus\:border-s-rose-50\/90:focus {
  border-inline-start-color: rgb(255 241 242 / 0.9);
}

.focus\:border-s-rose-50\/95:focus {
  border-inline-start-color: rgb(255 241 242 / 0.95);
}

.focus\:border-s-rose-500:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(244 63 94 / var(--tw-border-opacity));
}

.focus\:border-s-rose-500\/0:focus {
  border-inline-start-color: rgb(244 63 94 / 0);
}

.focus\:border-s-rose-500\/10:focus {
  border-inline-start-color: rgb(244 63 94 / 0.1);
}

.focus\:border-s-rose-500\/100:focus {
  border-inline-start-color: rgb(244 63 94 / 1);
}

.focus\:border-s-rose-500\/20:focus {
  border-inline-start-color: rgb(244 63 94 / 0.2);
}

.focus\:border-s-rose-500\/25:focus {
  border-inline-start-color: rgb(244 63 94 / 0.25);
}

.focus\:border-s-rose-500\/30:focus {
  border-inline-start-color: rgb(244 63 94 / 0.3);
}

.focus\:border-s-rose-500\/40:focus {
  border-inline-start-color: rgb(244 63 94 / 0.4);
}

.focus\:border-s-rose-500\/5:focus {
  border-inline-start-color: rgb(244 63 94 / 0.05);
}

.focus\:border-s-rose-500\/50:focus {
  border-inline-start-color: rgb(244 63 94 / 0.5);
}

.focus\:border-s-rose-500\/60:focus {
  border-inline-start-color: rgb(244 63 94 / 0.6);
}

.focus\:border-s-rose-500\/70:focus {
  border-inline-start-color: rgb(244 63 94 / 0.7);
}

.focus\:border-s-rose-500\/75:focus {
  border-inline-start-color: rgb(244 63 94 / 0.75);
}

.focus\:border-s-rose-500\/80:focus {
  border-inline-start-color: rgb(244 63 94 / 0.8);
}

.focus\:border-s-rose-500\/90:focus {
  border-inline-start-color: rgb(244 63 94 / 0.9);
}

.focus\:border-s-rose-500\/95:focus {
  border-inline-start-color: rgb(244 63 94 / 0.95);
}

.focus\:border-s-rose-600:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(225 29 72 / var(--tw-border-opacity));
}

.focus\:border-s-rose-600\/0:focus {
  border-inline-start-color: rgb(225 29 72 / 0);
}

.focus\:border-s-rose-600\/10:focus {
  border-inline-start-color: rgb(225 29 72 / 0.1);
}

.focus\:border-s-rose-600\/100:focus {
  border-inline-start-color: rgb(225 29 72 / 1);
}

.focus\:border-s-rose-600\/20:focus {
  border-inline-start-color: rgb(225 29 72 / 0.2);
}

.focus\:border-s-rose-600\/25:focus {
  border-inline-start-color: rgb(225 29 72 / 0.25);
}

.focus\:border-s-rose-600\/30:focus {
  border-inline-start-color: rgb(225 29 72 / 0.3);
}

.focus\:border-s-rose-600\/40:focus {
  border-inline-start-color: rgb(225 29 72 / 0.4);
}

.focus\:border-s-rose-600\/5:focus {
  border-inline-start-color: rgb(225 29 72 / 0.05);
}

.focus\:border-s-rose-600\/50:focus {
  border-inline-start-color: rgb(225 29 72 / 0.5);
}

.focus\:border-s-rose-600\/60:focus {
  border-inline-start-color: rgb(225 29 72 / 0.6);
}

.focus\:border-s-rose-600\/70:focus {
  border-inline-start-color: rgb(225 29 72 / 0.7);
}

.focus\:border-s-rose-600\/75:focus {
  border-inline-start-color: rgb(225 29 72 / 0.75);
}

.focus\:border-s-rose-600\/80:focus {
  border-inline-start-color: rgb(225 29 72 / 0.8);
}

.focus\:border-s-rose-600\/90:focus {
  border-inline-start-color: rgb(225 29 72 / 0.9);
}

.focus\:border-s-rose-600\/95:focus {
  border-inline-start-color: rgb(225 29 72 / 0.95);
}

.focus\:border-s-rose-700:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(190 18 60 / var(--tw-border-opacity));
}

.focus\:border-s-rose-700\/0:focus {
  border-inline-start-color: rgb(190 18 60 / 0);
}

.focus\:border-s-rose-700\/10:focus {
  border-inline-start-color: rgb(190 18 60 / 0.1);
}

.focus\:border-s-rose-700\/100:focus {
  border-inline-start-color: rgb(190 18 60 / 1);
}

.focus\:border-s-rose-700\/20:focus {
  border-inline-start-color: rgb(190 18 60 / 0.2);
}

.focus\:border-s-rose-700\/25:focus {
  border-inline-start-color: rgb(190 18 60 / 0.25);
}

.focus\:border-s-rose-700\/30:focus {
  border-inline-start-color: rgb(190 18 60 / 0.3);
}

.focus\:border-s-rose-700\/40:focus {
  border-inline-start-color: rgb(190 18 60 / 0.4);
}

.focus\:border-s-rose-700\/5:focus {
  border-inline-start-color: rgb(190 18 60 / 0.05);
}

.focus\:border-s-rose-700\/50:focus {
  border-inline-start-color: rgb(190 18 60 / 0.5);
}

.focus\:border-s-rose-700\/60:focus {
  border-inline-start-color: rgb(190 18 60 / 0.6);
}

.focus\:border-s-rose-700\/70:focus {
  border-inline-start-color: rgb(190 18 60 / 0.7);
}

.focus\:border-s-rose-700\/75:focus {
  border-inline-start-color: rgb(190 18 60 / 0.75);
}

.focus\:border-s-rose-700\/80:focus {
  border-inline-start-color: rgb(190 18 60 / 0.8);
}

.focus\:border-s-rose-700\/90:focus {
  border-inline-start-color: rgb(190 18 60 / 0.9);
}

.focus\:border-s-rose-700\/95:focus {
  border-inline-start-color: rgb(190 18 60 / 0.95);
}

.focus\:border-s-rose-800:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(159 18 57 / var(--tw-border-opacity));
}

.focus\:border-s-rose-800\/0:focus {
  border-inline-start-color: rgb(159 18 57 / 0);
}

.focus\:border-s-rose-800\/10:focus {
  border-inline-start-color: rgb(159 18 57 / 0.1);
}

.focus\:border-s-rose-800\/100:focus {
  border-inline-start-color: rgb(159 18 57 / 1);
}

.focus\:border-s-rose-800\/20:focus {
  border-inline-start-color: rgb(159 18 57 / 0.2);
}

.focus\:border-s-rose-800\/25:focus {
  border-inline-start-color: rgb(159 18 57 / 0.25);
}

.focus\:border-s-rose-800\/30:focus {
  border-inline-start-color: rgb(159 18 57 / 0.3);
}

.focus\:border-s-rose-800\/40:focus {
  border-inline-start-color: rgb(159 18 57 / 0.4);
}

.focus\:border-s-rose-800\/5:focus {
  border-inline-start-color: rgb(159 18 57 / 0.05);
}

.focus\:border-s-rose-800\/50:focus {
  border-inline-start-color: rgb(159 18 57 / 0.5);
}

.focus\:border-s-rose-800\/60:focus {
  border-inline-start-color: rgb(159 18 57 / 0.6);
}

.focus\:border-s-rose-800\/70:focus {
  border-inline-start-color: rgb(159 18 57 / 0.7);
}

.focus\:border-s-rose-800\/75:focus {
  border-inline-start-color: rgb(159 18 57 / 0.75);
}

.focus\:border-s-rose-800\/80:focus {
  border-inline-start-color: rgb(159 18 57 / 0.8);
}

.focus\:border-s-rose-800\/90:focus {
  border-inline-start-color: rgb(159 18 57 / 0.9);
}

.focus\:border-s-rose-800\/95:focus {
  border-inline-start-color: rgb(159 18 57 / 0.95);
}

.focus\:border-s-rose-900:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(136 19 55 / var(--tw-border-opacity));
}

.focus\:border-s-rose-900\/0:focus {
  border-inline-start-color: rgb(136 19 55 / 0);
}

.focus\:border-s-rose-900\/10:focus {
  border-inline-start-color: rgb(136 19 55 / 0.1);
}

.focus\:border-s-rose-900\/100:focus {
  border-inline-start-color: rgb(136 19 55 / 1);
}

.focus\:border-s-rose-900\/20:focus {
  border-inline-start-color: rgb(136 19 55 / 0.2);
}

.focus\:border-s-rose-900\/25:focus {
  border-inline-start-color: rgb(136 19 55 / 0.25);
}

.focus\:border-s-rose-900\/30:focus {
  border-inline-start-color: rgb(136 19 55 / 0.3);
}

.focus\:border-s-rose-900\/40:focus {
  border-inline-start-color: rgb(136 19 55 / 0.4);
}

.focus\:border-s-rose-900\/5:focus {
  border-inline-start-color: rgb(136 19 55 / 0.05);
}

.focus\:border-s-rose-900\/50:focus {
  border-inline-start-color: rgb(136 19 55 / 0.5);
}

.focus\:border-s-rose-900\/60:focus {
  border-inline-start-color: rgb(136 19 55 / 0.6);
}

.focus\:border-s-rose-900\/70:focus {
  border-inline-start-color: rgb(136 19 55 / 0.7);
}

.focus\:border-s-rose-900\/75:focus {
  border-inline-start-color: rgb(136 19 55 / 0.75);
}

.focus\:border-s-rose-900\/80:focus {
  border-inline-start-color: rgb(136 19 55 / 0.8);
}

.focus\:border-s-rose-900\/90:focus {
  border-inline-start-color: rgb(136 19 55 / 0.9);
}

.focus\:border-s-rose-900\/95:focus {
  border-inline-start-color: rgb(136 19 55 / 0.95);
}

.focus\:border-s-rose-950:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(76 5 25 / var(--tw-border-opacity));
}

.focus\:border-s-rose-950\/0:focus {
  border-inline-start-color: rgb(76 5 25 / 0);
}

.focus\:border-s-rose-950\/10:focus {
  border-inline-start-color: rgb(76 5 25 / 0.1);
}

.focus\:border-s-rose-950\/100:focus {
  border-inline-start-color: rgb(76 5 25 / 1);
}

.focus\:border-s-rose-950\/20:focus {
  border-inline-start-color: rgb(76 5 25 / 0.2);
}

.focus\:border-s-rose-950\/25:focus {
  border-inline-start-color: rgb(76 5 25 / 0.25);
}

.focus\:border-s-rose-950\/30:focus {
  border-inline-start-color: rgb(76 5 25 / 0.3);
}

.focus\:border-s-rose-950\/40:focus {
  border-inline-start-color: rgb(76 5 25 / 0.4);
}

.focus\:border-s-rose-950\/5:focus {
  border-inline-start-color: rgb(76 5 25 / 0.05);
}

.focus\:border-s-rose-950\/50:focus {
  border-inline-start-color: rgb(76 5 25 / 0.5);
}

.focus\:border-s-rose-950\/60:focus {
  border-inline-start-color: rgb(76 5 25 / 0.6);
}

.focus\:border-s-rose-950\/70:focus {
  border-inline-start-color: rgb(76 5 25 / 0.7);
}

.focus\:border-s-rose-950\/75:focus {
  border-inline-start-color: rgb(76 5 25 / 0.75);
}

.focus\:border-s-rose-950\/80:focus {
  border-inline-start-color: rgb(76 5 25 / 0.8);
}

.focus\:border-s-rose-950\/90:focus {
  border-inline-start-color: rgb(76 5 25 / 0.9);
}

.focus\:border-s-rose-950\/95:focus {
  border-inline-start-color: rgb(76 5 25 / 0.95);
}

.focus\:border-s-sky-100:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(224 242 254 / var(--tw-border-opacity));
}

.focus\:border-s-sky-100\/0:focus {
  border-inline-start-color: rgb(224 242 254 / 0);
}

.focus\:border-s-sky-100\/10:focus {
  border-inline-start-color: rgb(224 242 254 / 0.1);
}

.focus\:border-s-sky-100\/100:focus {
  border-inline-start-color: rgb(224 242 254 / 1);
}

.focus\:border-s-sky-100\/20:focus {
  border-inline-start-color: rgb(224 242 254 / 0.2);
}

.focus\:border-s-sky-100\/25:focus {
  border-inline-start-color: rgb(224 242 254 / 0.25);
}

.focus\:border-s-sky-100\/30:focus {
  border-inline-start-color: rgb(224 242 254 / 0.3);
}

.focus\:border-s-sky-100\/40:focus {
  border-inline-start-color: rgb(224 242 254 / 0.4);
}

.focus\:border-s-sky-100\/5:focus {
  border-inline-start-color: rgb(224 242 254 / 0.05);
}

.focus\:border-s-sky-100\/50:focus {
  border-inline-start-color: rgb(224 242 254 / 0.5);
}

.focus\:border-s-sky-100\/60:focus {
  border-inline-start-color: rgb(224 242 254 / 0.6);
}

.focus\:border-s-sky-100\/70:focus {
  border-inline-start-color: rgb(224 242 254 / 0.7);
}

.focus\:border-s-sky-100\/75:focus {
  border-inline-start-color: rgb(224 242 254 / 0.75);
}

.focus\:border-s-sky-100\/80:focus {
  border-inline-start-color: rgb(224 242 254 / 0.8);
}

.focus\:border-s-sky-100\/90:focus {
  border-inline-start-color: rgb(224 242 254 / 0.9);
}

.focus\:border-s-sky-100\/95:focus {
  border-inline-start-color: rgb(224 242 254 / 0.95);
}

.focus\:border-s-sky-200:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(186 230 253 / var(--tw-border-opacity));
}

.focus\:border-s-sky-200\/0:focus {
  border-inline-start-color: rgb(186 230 253 / 0);
}

.focus\:border-s-sky-200\/10:focus {
  border-inline-start-color: rgb(186 230 253 / 0.1);
}

.focus\:border-s-sky-200\/100:focus {
  border-inline-start-color: rgb(186 230 253 / 1);
}

.focus\:border-s-sky-200\/20:focus {
  border-inline-start-color: rgb(186 230 253 / 0.2);
}

.focus\:border-s-sky-200\/25:focus {
  border-inline-start-color: rgb(186 230 253 / 0.25);
}

.focus\:border-s-sky-200\/30:focus {
  border-inline-start-color: rgb(186 230 253 / 0.3);
}

.focus\:border-s-sky-200\/40:focus {
  border-inline-start-color: rgb(186 230 253 / 0.4);
}

.focus\:border-s-sky-200\/5:focus {
  border-inline-start-color: rgb(186 230 253 / 0.05);
}

.focus\:border-s-sky-200\/50:focus {
  border-inline-start-color: rgb(186 230 253 / 0.5);
}

.focus\:border-s-sky-200\/60:focus {
  border-inline-start-color: rgb(186 230 253 / 0.6);
}

.focus\:border-s-sky-200\/70:focus {
  border-inline-start-color: rgb(186 230 253 / 0.7);
}

.focus\:border-s-sky-200\/75:focus {
  border-inline-start-color: rgb(186 230 253 / 0.75);
}

.focus\:border-s-sky-200\/80:focus {
  border-inline-start-color: rgb(186 230 253 / 0.8);
}

.focus\:border-s-sky-200\/90:focus {
  border-inline-start-color: rgb(186 230 253 / 0.9);
}

.focus\:border-s-sky-200\/95:focus {
  border-inline-start-color: rgb(186 230 253 / 0.95);
}

.focus\:border-s-sky-300:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(125 211 252 / var(--tw-border-opacity));
}

.focus\:border-s-sky-300\/0:focus {
  border-inline-start-color: rgb(125 211 252 / 0);
}

.focus\:border-s-sky-300\/10:focus {
  border-inline-start-color: rgb(125 211 252 / 0.1);
}

.focus\:border-s-sky-300\/100:focus {
  border-inline-start-color: rgb(125 211 252 / 1);
}

.focus\:border-s-sky-300\/20:focus {
  border-inline-start-color: rgb(125 211 252 / 0.2);
}

.focus\:border-s-sky-300\/25:focus {
  border-inline-start-color: rgb(125 211 252 / 0.25);
}

.focus\:border-s-sky-300\/30:focus {
  border-inline-start-color: rgb(125 211 252 / 0.3);
}

.focus\:border-s-sky-300\/40:focus {
  border-inline-start-color: rgb(125 211 252 / 0.4);
}

.focus\:border-s-sky-300\/5:focus {
  border-inline-start-color: rgb(125 211 252 / 0.05);
}

.focus\:border-s-sky-300\/50:focus {
  border-inline-start-color: rgb(125 211 252 / 0.5);
}

.focus\:border-s-sky-300\/60:focus {
  border-inline-start-color: rgb(125 211 252 / 0.6);
}

.focus\:border-s-sky-300\/70:focus {
  border-inline-start-color: rgb(125 211 252 / 0.7);
}

.focus\:border-s-sky-300\/75:focus {
  border-inline-start-color: rgb(125 211 252 / 0.75);
}

.focus\:border-s-sky-300\/80:focus {
  border-inline-start-color: rgb(125 211 252 / 0.8);
}

.focus\:border-s-sky-300\/90:focus {
  border-inline-start-color: rgb(125 211 252 / 0.9);
}

.focus\:border-s-sky-300\/95:focus {
  border-inline-start-color: rgb(125 211 252 / 0.95);
}

.focus\:border-s-sky-400:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(56 189 248 / var(--tw-border-opacity));
}

.focus\:border-s-sky-400\/0:focus {
  border-inline-start-color: rgb(56 189 248 / 0);
}

.focus\:border-s-sky-400\/10:focus {
  border-inline-start-color: rgb(56 189 248 / 0.1);
}

.focus\:border-s-sky-400\/100:focus {
  border-inline-start-color: rgb(56 189 248 / 1);
}

.focus\:border-s-sky-400\/20:focus {
  border-inline-start-color: rgb(56 189 248 / 0.2);
}

.focus\:border-s-sky-400\/25:focus {
  border-inline-start-color: rgb(56 189 248 / 0.25);
}

.focus\:border-s-sky-400\/30:focus {
  border-inline-start-color: rgb(56 189 248 / 0.3);
}

.focus\:border-s-sky-400\/40:focus {
  border-inline-start-color: rgb(56 189 248 / 0.4);
}

.focus\:border-s-sky-400\/5:focus {
  border-inline-start-color: rgb(56 189 248 / 0.05);
}

.focus\:border-s-sky-400\/50:focus {
  border-inline-start-color: rgb(56 189 248 / 0.5);
}

.focus\:border-s-sky-400\/60:focus {
  border-inline-start-color: rgb(56 189 248 / 0.6);
}

.focus\:border-s-sky-400\/70:focus {
  border-inline-start-color: rgb(56 189 248 / 0.7);
}

.focus\:border-s-sky-400\/75:focus {
  border-inline-start-color: rgb(56 189 248 / 0.75);
}

.focus\:border-s-sky-400\/80:focus {
  border-inline-start-color: rgb(56 189 248 / 0.8);
}

.focus\:border-s-sky-400\/90:focus {
  border-inline-start-color: rgb(56 189 248 / 0.9);
}

.focus\:border-s-sky-400\/95:focus {
  border-inline-start-color: rgb(56 189 248 / 0.95);
}

.focus\:border-s-sky-50:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.focus\:border-s-sky-50\/0:focus {
  border-inline-start-color: rgb(240 249 255 / 0);
}

.focus\:border-s-sky-50\/10:focus {
  border-inline-start-color: rgb(240 249 255 / 0.1);
}

.focus\:border-s-sky-50\/100:focus {
  border-inline-start-color: rgb(240 249 255 / 1);
}

.focus\:border-s-sky-50\/20:focus {
  border-inline-start-color: rgb(240 249 255 / 0.2);
}

.focus\:border-s-sky-50\/25:focus {
  border-inline-start-color: rgb(240 249 255 / 0.25);
}

.focus\:border-s-sky-50\/30:focus {
  border-inline-start-color: rgb(240 249 255 / 0.3);
}

.focus\:border-s-sky-50\/40:focus {
  border-inline-start-color: rgb(240 249 255 / 0.4);
}

.focus\:border-s-sky-50\/5:focus {
  border-inline-start-color: rgb(240 249 255 / 0.05);
}

.focus\:border-s-sky-50\/50:focus {
  border-inline-start-color: rgb(240 249 255 / 0.5);
}

.focus\:border-s-sky-50\/60:focus {
  border-inline-start-color: rgb(240 249 255 / 0.6);
}

.focus\:border-s-sky-50\/70:focus {
  border-inline-start-color: rgb(240 249 255 / 0.7);
}

.focus\:border-s-sky-50\/75:focus {
  border-inline-start-color: rgb(240 249 255 / 0.75);
}

.focus\:border-s-sky-50\/80:focus {
  border-inline-start-color: rgb(240 249 255 / 0.8);
}

.focus\:border-s-sky-50\/90:focus {
  border-inline-start-color: rgb(240 249 255 / 0.9);
}

.focus\:border-s-sky-50\/95:focus {
  border-inline-start-color: rgb(240 249 255 / 0.95);
}

.focus\:border-s-sky-500:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.focus\:border-s-sky-500\/0:focus {
  border-inline-start-color: rgb(14 165 233 / 0);
}

.focus\:border-s-sky-500\/10:focus {
  border-inline-start-color: rgb(14 165 233 / 0.1);
}

.focus\:border-s-sky-500\/100:focus {
  border-inline-start-color: rgb(14 165 233 / 1);
}

.focus\:border-s-sky-500\/20:focus {
  border-inline-start-color: rgb(14 165 233 / 0.2);
}

.focus\:border-s-sky-500\/25:focus {
  border-inline-start-color: rgb(14 165 233 / 0.25);
}

.focus\:border-s-sky-500\/30:focus {
  border-inline-start-color: rgb(14 165 233 / 0.3);
}

.focus\:border-s-sky-500\/40:focus {
  border-inline-start-color: rgb(14 165 233 / 0.4);
}

.focus\:border-s-sky-500\/5:focus {
  border-inline-start-color: rgb(14 165 233 / 0.05);
}

.focus\:border-s-sky-500\/50:focus {
  border-inline-start-color: rgb(14 165 233 / 0.5);
}

.focus\:border-s-sky-500\/60:focus {
  border-inline-start-color: rgb(14 165 233 / 0.6);
}

.focus\:border-s-sky-500\/70:focus {
  border-inline-start-color: rgb(14 165 233 / 0.7);
}

.focus\:border-s-sky-500\/75:focus {
  border-inline-start-color: rgb(14 165 233 / 0.75);
}

.focus\:border-s-sky-500\/80:focus {
  border-inline-start-color: rgb(14 165 233 / 0.8);
}

.focus\:border-s-sky-500\/90:focus {
  border-inline-start-color: rgb(14 165 233 / 0.9);
}

.focus\:border-s-sky-500\/95:focus {
  border-inline-start-color: rgb(14 165 233 / 0.95);
}

.focus\:border-s-sky-600:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(2 132 199 / var(--tw-border-opacity));
}

.focus\:border-s-sky-600\/0:focus {
  border-inline-start-color: rgb(2 132 199 / 0);
}

.focus\:border-s-sky-600\/10:focus {
  border-inline-start-color: rgb(2 132 199 / 0.1);
}

.focus\:border-s-sky-600\/100:focus {
  border-inline-start-color: rgb(2 132 199 / 1);
}

.focus\:border-s-sky-600\/20:focus {
  border-inline-start-color: rgb(2 132 199 / 0.2);
}

.focus\:border-s-sky-600\/25:focus {
  border-inline-start-color: rgb(2 132 199 / 0.25);
}

.focus\:border-s-sky-600\/30:focus {
  border-inline-start-color: rgb(2 132 199 / 0.3);
}

.focus\:border-s-sky-600\/40:focus {
  border-inline-start-color: rgb(2 132 199 / 0.4);
}

.focus\:border-s-sky-600\/5:focus {
  border-inline-start-color: rgb(2 132 199 / 0.05);
}

.focus\:border-s-sky-600\/50:focus {
  border-inline-start-color: rgb(2 132 199 / 0.5);
}

.focus\:border-s-sky-600\/60:focus {
  border-inline-start-color: rgb(2 132 199 / 0.6);
}

.focus\:border-s-sky-600\/70:focus {
  border-inline-start-color: rgb(2 132 199 / 0.7);
}

.focus\:border-s-sky-600\/75:focus {
  border-inline-start-color: rgb(2 132 199 / 0.75);
}

.focus\:border-s-sky-600\/80:focus {
  border-inline-start-color: rgb(2 132 199 / 0.8);
}

.focus\:border-s-sky-600\/90:focus {
  border-inline-start-color: rgb(2 132 199 / 0.9);
}

.focus\:border-s-sky-600\/95:focus {
  border-inline-start-color: rgb(2 132 199 / 0.95);
}

.focus\:border-s-sky-700:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.focus\:border-s-sky-700\/0:focus {
  border-inline-start-color: rgb(3 105 161 / 0);
}

.focus\:border-s-sky-700\/10:focus {
  border-inline-start-color: rgb(3 105 161 / 0.1);
}

.focus\:border-s-sky-700\/100:focus {
  border-inline-start-color: rgb(3 105 161 / 1);
}

.focus\:border-s-sky-700\/20:focus {
  border-inline-start-color: rgb(3 105 161 / 0.2);
}

.focus\:border-s-sky-700\/25:focus {
  border-inline-start-color: rgb(3 105 161 / 0.25);
}

.focus\:border-s-sky-700\/30:focus {
  border-inline-start-color: rgb(3 105 161 / 0.3);
}

.focus\:border-s-sky-700\/40:focus {
  border-inline-start-color: rgb(3 105 161 / 0.4);
}

.focus\:border-s-sky-700\/5:focus {
  border-inline-start-color: rgb(3 105 161 / 0.05);
}

.focus\:border-s-sky-700\/50:focus {
  border-inline-start-color: rgb(3 105 161 / 0.5);
}

.focus\:border-s-sky-700\/60:focus {
  border-inline-start-color: rgb(3 105 161 / 0.6);
}

.focus\:border-s-sky-700\/70:focus {
  border-inline-start-color: rgb(3 105 161 / 0.7);
}

.focus\:border-s-sky-700\/75:focus {
  border-inline-start-color: rgb(3 105 161 / 0.75);
}

.focus\:border-s-sky-700\/80:focus {
  border-inline-start-color: rgb(3 105 161 / 0.8);
}

.focus\:border-s-sky-700\/90:focus {
  border-inline-start-color: rgb(3 105 161 / 0.9);
}

.focus\:border-s-sky-700\/95:focus {
  border-inline-start-color: rgb(3 105 161 / 0.95);
}

.focus\:border-s-sky-800:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(7 89 133 / var(--tw-border-opacity));
}

.focus\:border-s-sky-800\/0:focus {
  border-inline-start-color: rgb(7 89 133 / 0);
}

.focus\:border-s-sky-800\/10:focus {
  border-inline-start-color: rgb(7 89 133 / 0.1);
}

.focus\:border-s-sky-800\/100:focus {
  border-inline-start-color: rgb(7 89 133 / 1);
}

.focus\:border-s-sky-800\/20:focus {
  border-inline-start-color: rgb(7 89 133 / 0.2);
}

.focus\:border-s-sky-800\/25:focus {
  border-inline-start-color: rgb(7 89 133 / 0.25);
}

.focus\:border-s-sky-800\/30:focus {
  border-inline-start-color: rgb(7 89 133 / 0.3);
}

.focus\:border-s-sky-800\/40:focus {
  border-inline-start-color: rgb(7 89 133 / 0.4);
}

.focus\:border-s-sky-800\/5:focus {
  border-inline-start-color: rgb(7 89 133 / 0.05);
}

.focus\:border-s-sky-800\/50:focus {
  border-inline-start-color: rgb(7 89 133 / 0.5);
}

.focus\:border-s-sky-800\/60:focus {
  border-inline-start-color: rgb(7 89 133 / 0.6);
}

.focus\:border-s-sky-800\/70:focus {
  border-inline-start-color: rgb(7 89 133 / 0.7);
}

.focus\:border-s-sky-800\/75:focus {
  border-inline-start-color: rgb(7 89 133 / 0.75);
}

.focus\:border-s-sky-800\/80:focus {
  border-inline-start-color: rgb(7 89 133 / 0.8);
}

.focus\:border-s-sky-800\/90:focus {
  border-inline-start-color: rgb(7 89 133 / 0.9);
}

.focus\:border-s-sky-800\/95:focus {
  border-inline-start-color: rgb(7 89 133 / 0.95);
}

.focus\:border-s-sky-900:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(12 74 110 / var(--tw-border-opacity));
}

.focus\:border-s-sky-900\/0:focus {
  border-inline-start-color: rgb(12 74 110 / 0);
}

.focus\:border-s-sky-900\/10:focus {
  border-inline-start-color: rgb(12 74 110 / 0.1);
}

.focus\:border-s-sky-900\/100:focus {
  border-inline-start-color: rgb(12 74 110 / 1);
}

.focus\:border-s-sky-900\/20:focus {
  border-inline-start-color: rgb(12 74 110 / 0.2);
}

.focus\:border-s-sky-900\/25:focus {
  border-inline-start-color: rgb(12 74 110 / 0.25);
}

.focus\:border-s-sky-900\/30:focus {
  border-inline-start-color: rgb(12 74 110 / 0.3);
}

.focus\:border-s-sky-900\/40:focus {
  border-inline-start-color: rgb(12 74 110 / 0.4);
}

.focus\:border-s-sky-900\/5:focus {
  border-inline-start-color: rgb(12 74 110 / 0.05);
}

.focus\:border-s-sky-900\/50:focus {
  border-inline-start-color: rgb(12 74 110 / 0.5);
}

.focus\:border-s-sky-900\/60:focus {
  border-inline-start-color: rgb(12 74 110 / 0.6);
}

.focus\:border-s-sky-900\/70:focus {
  border-inline-start-color: rgb(12 74 110 / 0.7);
}

.focus\:border-s-sky-900\/75:focus {
  border-inline-start-color: rgb(12 74 110 / 0.75);
}

.focus\:border-s-sky-900\/80:focus {
  border-inline-start-color: rgb(12 74 110 / 0.8);
}

.focus\:border-s-sky-900\/90:focus {
  border-inline-start-color: rgb(12 74 110 / 0.9);
}

.focus\:border-s-sky-900\/95:focus {
  border-inline-start-color: rgb(12 74 110 / 0.95);
}

.focus\:border-s-sky-950:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(8 47 73 / var(--tw-border-opacity));
}

.focus\:border-s-sky-950\/0:focus {
  border-inline-start-color: rgb(8 47 73 / 0);
}

.focus\:border-s-sky-950\/10:focus {
  border-inline-start-color: rgb(8 47 73 / 0.1);
}

.focus\:border-s-sky-950\/100:focus {
  border-inline-start-color: rgb(8 47 73 / 1);
}

.focus\:border-s-sky-950\/20:focus {
  border-inline-start-color: rgb(8 47 73 / 0.2);
}

.focus\:border-s-sky-950\/25:focus {
  border-inline-start-color: rgb(8 47 73 / 0.25);
}

.focus\:border-s-sky-950\/30:focus {
  border-inline-start-color: rgb(8 47 73 / 0.3);
}

.focus\:border-s-sky-950\/40:focus {
  border-inline-start-color: rgb(8 47 73 / 0.4);
}

.focus\:border-s-sky-950\/5:focus {
  border-inline-start-color: rgb(8 47 73 / 0.05);
}

.focus\:border-s-sky-950\/50:focus {
  border-inline-start-color: rgb(8 47 73 / 0.5);
}

.focus\:border-s-sky-950\/60:focus {
  border-inline-start-color: rgb(8 47 73 / 0.6);
}

.focus\:border-s-sky-950\/70:focus {
  border-inline-start-color: rgb(8 47 73 / 0.7);
}

.focus\:border-s-sky-950\/75:focus {
  border-inline-start-color: rgb(8 47 73 / 0.75);
}

.focus\:border-s-sky-950\/80:focus {
  border-inline-start-color: rgb(8 47 73 / 0.8);
}

.focus\:border-s-sky-950\/90:focus {
  border-inline-start-color: rgb(8 47 73 / 0.9);
}

.focus\:border-s-sky-950\/95:focus {
  border-inline-start-color: rgb(8 47 73 / 0.95);
}

.focus\:border-s-slate-100:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.focus\:border-s-slate-100\/0:focus {
  border-inline-start-color: rgb(241 245 249 / 0);
}

.focus\:border-s-slate-100\/10:focus {
  border-inline-start-color: rgb(241 245 249 / 0.1);
}

.focus\:border-s-slate-100\/100:focus {
  border-inline-start-color: rgb(241 245 249 / 1);
}

.focus\:border-s-slate-100\/20:focus {
  border-inline-start-color: rgb(241 245 249 / 0.2);
}

.focus\:border-s-slate-100\/25:focus {
  border-inline-start-color: rgb(241 245 249 / 0.25);
}

.focus\:border-s-slate-100\/30:focus {
  border-inline-start-color: rgb(241 245 249 / 0.3);
}

.focus\:border-s-slate-100\/40:focus {
  border-inline-start-color: rgb(241 245 249 / 0.4);
}

.focus\:border-s-slate-100\/5:focus {
  border-inline-start-color: rgb(241 245 249 / 0.05);
}

.focus\:border-s-slate-100\/50:focus {
  border-inline-start-color: rgb(241 245 249 / 0.5);
}

.focus\:border-s-slate-100\/60:focus {
  border-inline-start-color: rgb(241 245 249 / 0.6);
}

.focus\:border-s-slate-100\/70:focus {
  border-inline-start-color: rgb(241 245 249 / 0.7);
}

.focus\:border-s-slate-100\/75:focus {
  border-inline-start-color: rgb(241 245 249 / 0.75);
}

.focus\:border-s-slate-100\/80:focus {
  border-inline-start-color: rgb(241 245 249 / 0.8);
}

.focus\:border-s-slate-100\/90:focus {
  border-inline-start-color: rgb(241 245 249 / 0.9);
}

.focus\:border-s-slate-100\/95:focus {
  border-inline-start-color: rgb(241 245 249 / 0.95);
}

.focus\:border-s-slate-200:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.focus\:border-s-slate-200\/0:focus {
  border-inline-start-color: rgb(226 232 240 / 0);
}

.focus\:border-s-slate-200\/10:focus {
  border-inline-start-color: rgb(226 232 240 / 0.1);
}

.focus\:border-s-slate-200\/100:focus {
  border-inline-start-color: rgb(226 232 240 / 1);
}

.focus\:border-s-slate-200\/20:focus {
  border-inline-start-color: rgb(226 232 240 / 0.2);
}

.focus\:border-s-slate-200\/25:focus {
  border-inline-start-color: rgb(226 232 240 / 0.25);
}

.focus\:border-s-slate-200\/30:focus {
  border-inline-start-color: rgb(226 232 240 / 0.3);
}

.focus\:border-s-slate-200\/40:focus {
  border-inline-start-color: rgb(226 232 240 / 0.4);
}

.focus\:border-s-slate-200\/5:focus {
  border-inline-start-color: rgb(226 232 240 / 0.05);
}

.focus\:border-s-slate-200\/50:focus {
  border-inline-start-color: rgb(226 232 240 / 0.5);
}

.focus\:border-s-slate-200\/60:focus {
  border-inline-start-color: rgb(226 232 240 / 0.6);
}

.focus\:border-s-slate-200\/70:focus {
  border-inline-start-color: rgb(226 232 240 / 0.7);
}

.focus\:border-s-slate-200\/75:focus {
  border-inline-start-color: rgb(226 232 240 / 0.75);
}

.focus\:border-s-slate-200\/80:focus {
  border-inline-start-color: rgb(226 232 240 / 0.8);
}

.focus\:border-s-slate-200\/90:focus {
  border-inline-start-color: rgb(226 232 240 / 0.9);
}

.focus\:border-s-slate-200\/95:focus {
  border-inline-start-color: rgb(226 232 240 / 0.95);
}

.focus\:border-s-slate-300:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.focus\:border-s-slate-300\/0:focus {
  border-inline-start-color: rgb(203 213 225 / 0);
}

.focus\:border-s-slate-300\/10:focus {
  border-inline-start-color: rgb(203 213 225 / 0.1);
}

.focus\:border-s-slate-300\/100:focus {
  border-inline-start-color: rgb(203 213 225 / 1);
}

.focus\:border-s-slate-300\/20:focus {
  border-inline-start-color: rgb(203 213 225 / 0.2);
}

.focus\:border-s-slate-300\/25:focus {
  border-inline-start-color: rgb(203 213 225 / 0.25);
}

.focus\:border-s-slate-300\/30:focus {
  border-inline-start-color: rgb(203 213 225 / 0.3);
}

.focus\:border-s-slate-300\/40:focus {
  border-inline-start-color: rgb(203 213 225 / 0.4);
}

.focus\:border-s-slate-300\/5:focus {
  border-inline-start-color: rgb(203 213 225 / 0.05);
}

.focus\:border-s-slate-300\/50:focus {
  border-inline-start-color: rgb(203 213 225 / 0.5);
}

.focus\:border-s-slate-300\/60:focus {
  border-inline-start-color: rgb(203 213 225 / 0.6);
}

.focus\:border-s-slate-300\/70:focus {
  border-inline-start-color: rgb(203 213 225 / 0.7);
}

.focus\:border-s-slate-300\/75:focus {
  border-inline-start-color: rgb(203 213 225 / 0.75);
}

.focus\:border-s-slate-300\/80:focus {
  border-inline-start-color: rgb(203 213 225 / 0.8);
}

.focus\:border-s-slate-300\/90:focus {
  border-inline-start-color: rgb(203 213 225 / 0.9);
}

.focus\:border-s-slate-300\/95:focus {
  border-inline-start-color: rgb(203 213 225 / 0.95);
}

.focus\:border-s-slate-400:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.focus\:border-s-slate-400\/0:focus {
  border-inline-start-color: rgb(148 163 184 / 0);
}

.focus\:border-s-slate-400\/10:focus {
  border-inline-start-color: rgb(148 163 184 / 0.1);
}

.focus\:border-s-slate-400\/100:focus {
  border-inline-start-color: rgb(148 163 184 / 1);
}

.focus\:border-s-slate-400\/20:focus {
  border-inline-start-color: rgb(148 163 184 / 0.2);
}

.focus\:border-s-slate-400\/25:focus {
  border-inline-start-color: rgb(148 163 184 / 0.25);
}

.focus\:border-s-slate-400\/30:focus {
  border-inline-start-color: rgb(148 163 184 / 0.3);
}

.focus\:border-s-slate-400\/40:focus {
  border-inline-start-color: rgb(148 163 184 / 0.4);
}

.focus\:border-s-slate-400\/5:focus {
  border-inline-start-color: rgb(148 163 184 / 0.05);
}

.focus\:border-s-slate-400\/50:focus {
  border-inline-start-color: rgb(148 163 184 / 0.5);
}

.focus\:border-s-slate-400\/60:focus {
  border-inline-start-color: rgb(148 163 184 / 0.6);
}

.focus\:border-s-slate-400\/70:focus {
  border-inline-start-color: rgb(148 163 184 / 0.7);
}

.focus\:border-s-slate-400\/75:focus {
  border-inline-start-color: rgb(148 163 184 / 0.75);
}

.focus\:border-s-slate-400\/80:focus {
  border-inline-start-color: rgb(148 163 184 / 0.8);
}

.focus\:border-s-slate-400\/90:focus {
  border-inline-start-color: rgb(148 163 184 / 0.9);
}

.focus\:border-s-slate-400\/95:focus {
  border-inline-start-color: rgb(148 163 184 / 0.95);
}

.focus\:border-s-slate-50:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(248 250 252 / var(--tw-border-opacity));
}

.focus\:border-s-slate-50\/0:focus {
  border-inline-start-color: rgb(248 250 252 / 0);
}

.focus\:border-s-slate-50\/10:focus {
  border-inline-start-color: rgb(248 250 252 / 0.1);
}

.focus\:border-s-slate-50\/100:focus {
  border-inline-start-color: rgb(248 250 252 / 1);
}

.focus\:border-s-slate-50\/20:focus {
  border-inline-start-color: rgb(248 250 252 / 0.2);
}

.focus\:border-s-slate-50\/25:focus {
  border-inline-start-color: rgb(248 250 252 / 0.25);
}

.focus\:border-s-slate-50\/30:focus {
  border-inline-start-color: rgb(248 250 252 / 0.3);
}

.focus\:border-s-slate-50\/40:focus {
  border-inline-start-color: rgb(248 250 252 / 0.4);
}

.focus\:border-s-slate-50\/5:focus {
  border-inline-start-color: rgb(248 250 252 / 0.05);
}

.focus\:border-s-slate-50\/50:focus {
  border-inline-start-color: rgb(248 250 252 / 0.5);
}

.focus\:border-s-slate-50\/60:focus {
  border-inline-start-color: rgb(248 250 252 / 0.6);
}

.focus\:border-s-slate-50\/70:focus {
  border-inline-start-color: rgb(248 250 252 / 0.7);
}

.focus\:border-s-slate-50\/75:focus {
  border-inline-start-color: rgb(248 250 252 / 0.75);
}

.focus\:border-s-slate-50\/80:focus {
  border-inline-start-color: rgb(248 250 252 / 0.8);
}

.focus\:border-s-slate-50\/90:focus {
  border-inline-start-color: rgb(248 250 252 / 0.9);
}

.focus\:border-s-slate-50\/95:focus {
  border-inline-start-color: rgb(248 250 252 / 0.95);
}

.focus\:border-s-slate-500:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.focus\:border-s-slate-500\/0:focus {
  border-inline-start-color: rgb(100 116 139 / 0);
}

.focus\:border-s-slate-500\/10:focus {
  border-inline-start-color: rgb(100 116 139 / 0.1);
}

.focus\:border-s-slate-500\/100:focus {
  border-inline-start-color: rgb(100 116 139 / 1);
}

.focus\:border-s-slate-500\/20:focus {
  border-inline-start-color: rgb(100 116 139 / 0.2);
}

.focus\:border-s-slate-500\/25:focus {
  border-inline-start-color: rgb(100 116 139 / 0.25);
}

.focus\:border-s-slate-500\/30:focus {
  border-inline-start-color: rgb(100 116 139 / 0.3);
}

.focus\:border-s-slate-500\/40:focus {
  border-inline-start-color: rgb(100 116 139 / 0.4);
}

.focus\:border-s-slate-500\/5:focus {
  border-inline-start-color: rgb(100 116 139 / 0.05);
}

.focus\:border-s-slate-500\/50:focus {
  border-inline-start-color: rgb(100 116 139 / 0.5);
}

.focus\:border-s-slate-500\/60:focus {
  border-inline-start-color: rgb(100 116 139 / 0.6);
}

.focus\:border-s-slate-500\/70:focus {
  border-inline-start-color: rgb(100 116 139 / 0.7);
}

.focus\:border-s-slate-500\/75:focus {
  border-inline-start-color: rgb(100 116 139 / 0.75);
}

.focus\:border-s-slate-500\/80:focus {
  border-inline-start-color: rgb(100 116 139 / 0.8);
}

.focus\:border-s-slate-500\/90:focus {
  border-inline-start-color: rgb(100 116 139 / 0.9);
}

.focus\:border-s-slate-500\/95:focus {
  border-inline-start-color: rgb(100 116 139 / 0.95);
}

.focus\:border-s-slate-600:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(71 85 105 / var(--tw-border-opacity));
}

.focus\:border-s-slate-600\/0:focus {
  border-inline-start-color: rgb(71 85 105 / 0);
}

.focus\:border-s-slate-600\/10:focus {
  border-inline-start-color: rgb(71 85 105 / 0.1);
}

.focus\:border-s-slate-600\/100:focus {
  border-inline-start-color: rgb(71 85 105 / 1);
}

.focus\:border-s-slate-600\/20:focus {
  border-inline-start-color: rgb(71 85 105 / 0.2);
}

.focus\:border-s-slate-600\/25:focus {
  border-inline-start-color: rgb(71 85 105 / 0.25);
}

.focus\:border-s-slate-600\/30:focus {
  border-inline-start-color: rgb(71 85 105 / 0.3);
}

.focus\:border-s-slate-600\/40:focus {
  border-inline-start-color: rgb(71 85 105 / 0.4);
}

.focus\:border-s-slate-600\/5:focus {
  border-inline-start-color: rgb(71 85 105 / 0.05);
}

.focus\:border-s-slate-600\/50:focus {
  border-inline-start-color: rgb(71 85 105 / 0.5);
}

.focus\:border-s-slate-600\/60:focus {
  border-inline-start-color: rgb(71 85 105 / 0.6);
}

.focus\:border-s-slate-600\/70:focus {
  border-inline-start-color: rgb(71 85 105 / 0.7);
}

.focus\:border-s-slate-600\/75:focus {
  border-inline-start-color: rgb(71 85 105 / 0.75);
}

.focus\:border-s-slate-600\/80:focus {
  border-inline-start-color: rgb(71 85 105 / 0.8);
}

.focus\:border-s-slate-600\/90:focus {
  border-inline-start-color: rgb(71 85 105 / 0.9);
}

.focus\:border-s-slate-600\/95:focus {
  border-inline-start-color: rgb(71 85 105 / 0.95);
}

.focus\:border-s-slate-700:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.focus\:border-s-slate-700\/0:focus {
  border-inline-start-color: rgb(51 65 85 / 0);
}

.focus\:border-s-slate-700\/10:focus {
  border-inline-start-color: rgb(51 65 85 / 0.1);
}

.focus\:border-s-slate-700\/100:focus {
  border-inline-start-color: rgb(51 65 85 / 1);
}

.focus\:border-s-slate-700\/20:focus {
  border-inline-start-color: rgb(51 65 85 / 0.2);
}

.focus\:border-s-slate-700\/25:focus {
  border-inline-start-color: rgb(51 65 85 / 0.25);
}

.focus\:border-s-slate-700\/30:focus {
  border-inline-start-color: rgb(51 65 85 / 0.3);
}

.focus\:border-s-slate-700\/40:focus {
  border-inline-start-color: rgb(51 65 85 / 0.4);
}

.focus\:border-s-slate-700\/5:focus {
  border-inline-start-color: rgb(51 65 85 / 0.05);
}

.focus\:border-s-slate-700\/50:focus {
  border-inline-start-color: rgb(51 65 85 / 0.5);
}

.focus\:border-s-slate-700\/60:focus {
  border-inline-start-color: rgb(51 65 85 / 0.6);
}

.focus\:border-s-slate-700\/70:focus {
  border-inline-start-color: rgb(51 65 85 / 0.7);
}

.focus\:border-s-slate-700\/75:focus {
  border-inline-start-color: rgb(51 65 85 / 0.75);
}

.focus\:border-s-slate-700\/80:focus {
  border-inline-start-color: rgb(51 65 85 / 0.8);
}

.focus\:border-s-slate-700\/90:focus {
  border-inline-start-color: rgb(51 65 85 / 0.9);
}

.focus\:border-s-slate-700\/95:focus {
  border-inline-start-color: rgb(51 65 85 / 0.95);
}

.focus\:border-s-slate-800:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.focus\:border-s-slate-800\/0:focus {
  border-inline-start-color: rgb(30 41 59 / 0);
}

.focus\:border-s-slate-800\/10:focus {
  border-inline-start-color: rgb(30 41 59 / 0.1);
}

.focus\:border-s-slate-800\/100:focus {
  border-inline-start-color: rgb(30 41 59 / 1);
}

.focus\:border-s-slate-800\/20:focus {
  border-inline-start-color: rgb(30 41 59 / 0.2);
}

.focus\:border-s-slate-800\/25:focus {
  border-inline-start-color: rgb(30 41 59 / 0.25);
}

.focus\:border-s-slate-800\/30:focus {
  border-inline-start-color: rgb(30 41 59 / 0.3);
}

.focus\:border-s-slate-800\/40:focus {
  border-inline-start-color: rgb(30 41 59 / 0.4);
}

.focus\:border-s-slate-800\/5:focus {
  border-inline-start-color: rgb(30 41 59 / 0.05);
}

.focus\:border-s-slate-800\/50:focus {
  border-inline-start-color: rgb(30 41 59 / 0.5);
}

.focus\:border-s-slate-800\/60:focus {
  border-inline-start-color: rgb(30 41 59 / 0.6);
}

.focus\:border-s-slate-800\/70:focus {
  border-inline-start-color: rgb(30 41 59 / 0.7);
}

.focus\:border-s-slate-800\/75:focus {
  border-inline-start-color: rgb(30 41 59 / 0.75);
}

.focus\:border-s-slate-800\/80:focus {
  border-inline-start-color: rgb(30 41 59 / 0.8);
}

.focus\:border-s-slate-800\/90:focus {
  border-inline-start-color: rgb(30 41 59 / 0.9);
}

.focus\:border-s-slate-800\/95:focus {
  border-inline-start-color: rgb(30 41 59 / 0.95);
}

.focus\:border-s-slate-900:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(15 23 42 / var(--tw-border-opacity));
}

.focus\:border-s-slate-900\/0:focus {
  border-inline-start-color: rgb(15 23 42 / 0);
}

.focus\:border-s-slate-900\/10:focus {
  border-inline-start-color: rgb(15 23 42 / 0.1);
}

.focus\:border-s-slate-900\/100:focus {
  border-inline-start-color: rgb(15 23 42 / 1);
}

.focus\:border-s-slate-900\/20:focus {
  border-inline-start-color: rgb(15 23 42 / 0.2);
}

.focus\:border-s-slate-900\/25:focus {
  border-inline-start-color: rgb(15 23 42 / 0.25);
}

.focus\:border-s-slate-900\/30:focus {
  border-inline-start-color: rgb(15 23 42 / 0.3);
}

.focus\:border-s-slate-900\/40:focus {
  border-inline-start-color: rgb(15 23 42 / 0.4);
}

.focus\:border-s-slate-900\/5:focus {
  border-inline-start-color: rgb(15 23 42 / 0.05);
}

.focus\:border-s-slate-900\/50:focus {
  border-inline-start-color: rgb(15 23 42 / 0.5);
}

.focus\:border-s-slate-900\/60:focus {
  border-inline-start-color: rgb(15 23 42 / 0.6);
}

.focus\:border-s-slate-900\/70:focus {
  border-inline-start-color: rgb(15 23 42 / 0.7);
}

.focus\:border-s-slate-900\/75:focus {
  border-inline-start-color: rgb(15 23 42 / 0.75);
}

.focus\:border-s-slate-900\/80:focus {
  border-inline-start-color: rgb(15 23 42 / 0.8);
}

.focus\:border-s-slate-900\/90:focus {
  border-inline-start-color: rgb(15 23 42 / 0.9);
}

.focus\:border-s-slate-900\/95:focus {
  border-inline-start-color: rgb(15 23 42 / 0.95);
}

.focus\:border-s-slate-950:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(2 6 23 / var(--tw-border-opacity));
}

.focus\:border-s-slate-950\/0:focus {
  border-inline-start-color: rgb(2 6 23 / 0);
}

.focus\:border-s-slate-950\/10:focus {
  border-inline-start-color: rgb(2 6 23 / 0.1);
}

.focus\:border-s-slate-950\/100:focus {
  border-inline-start-color: rgb(2 6 23 / 1);
}

.focus\:border-s-slate-950\/20:focus {
  border-inline-start-color: rgb(2 6 23 / 0.2);
}

.focus\:border-s-slate-950\/25:focus {
  border-inline-start-color: rgb(2 6 23 / 0.25);
}

.focus\:border-s-slate-950\/30:focus {
  border-inline-start-color: rgb(2 6 23 / 0.3);
}

.focus\:border-s-slate-950\/40:focus {
  border-inline-start-color: rgb(2 6 23 / 0.4);
}

.focus\:border-s-slate-950\/5:focus {
  border-inline-start-color: rgb(2 6 23 / 0.05);
}

.focus\:border-s-slate-950\/50:focus {
  border-inline-start-color: rgb(2 6 23 / 0.5);
}

.focus\:border-s-slate-950\/60:focus {
  border-inline-start-color: rgb(2 6 23 / 0.6);
}

.focus\:border-s-slate-950\/70:focus {
  border-inline-start-color: rgb(2 6 23 / 0.7);
}

.focus\:border-s-slate-950\/75:focus {
  border-inline-start-color: rgb(2 6 23 / 0.75);
}

.focus\:border-s-slate-950\/80:focus {
  border-inline-start-color: rgb(2 6 23 / 0.8);
}

.focus\:border-s-slate-950\/90:focus {
  border-inline-start-color: rgb(2 6 23 / 0.9);
}

.focus\:border-s-slate-950\/95:focus {
  border-inline-start-color: rgb(2 6 23 / 0.95);
}

.focus\:border-s-stone-100:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 245 244 / var(--tw-border-opacity));
}

.focus\:border-s-stone-100\/0:focus {
  border-inline-start-color: rgb(245 245 244 / 0);
}

.focus\:border-s-stone-100\/10:focus {
  border-inline-start-color: rgb(245 245 244 / 0.1);
}

.focus\:border-s-stone-100\/100:focus {
  border-inline-start-color: rgb(245 245 244 / 1);
}

.focus\:border-s-stone-100\/20:focus {
  border-inline-start-color: rgb(245 245 244 / 0.2);
}

.focus\:border-s-stone-100\/25:focus {
  border-inline-start-color: rgb(245 245 244 / 0.25);
}

.focus\:border-s-stone-100\/30:focus {
  border-inline-start-color: rgb(245 245 244 / 0.3);
}

.focus\:border-s-stone-100\/40:focus {
  border-inline-start-color: rgb(245 245 244 / 0.4);
}

.focus\:border-s-stone-100\/5:focus {
  border-inline-start-color: rgb(245 245 244 / 0.05);
}

.focus\:border-s-stone-100\/50:focus {
  border-inline-start-color: rgb(245 245 244 / 0.5);
}

.focus\:border-s-stone-100\/60:focus {
  border-inline-start-color: rgb(245 245 244 / 0.6);
}

.focus\:border-s-stone-100\/70:focus {
  border-inline-start-color: rgb(245 245 244 / 0.7);
}

.focus\:border-s-stone-100\/75:focus {
  border-inline-start-color: rgb(245 245 244 / 0.75);
}

.focus\:border-s-stone-100\/80:focus {
  border-inline-start-color: rgb(245 245 244 / 0.8);
}

.focus\:border-s-stone-100\/90:focus {
  border-inline-start-color: rgb(245 245 244 / 0.9);
}

.focus\:border-s-stone-100\/95:focus {
  border-inline-start-color: rgb(245 245 244 / 0.95);
}

.focus\:border-s-stone-200:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(231 229 228 / var(--tw-border-opacity));
}

.focus\:border-s-stone-200\/0:focus {
  border-inline-start-color: rgb(231 229 228 / 0);
}

.focus\:border-s-stone-200\/10:focus {
  border-inline-start-color: rgb(231 229 228 / 0.1);
}

.focus\:border-s-stone-200\/100:focus {
  border-inline-start-color: rgb(231 229 228 / 1);
}

.focus\:border-s-stone-200\/20:focus {
  border-inline-start-color: rgb(231 229 228 / 0.2);
}

.focus\:border-s-stone-200\/25:focus {
  border-inline-start-color: rgb(231 229 228 / 0.25);
}

.focus\:border-s-stone-200\/30:focus {
  border-inline-start-color: rgb(231 229 228 / 0.3);
}

.focus\:border-s-stone-200\/40:focus {
  border-inline-start-color: rgb(231 229 228 / 0.4);
}

.focus\:border-s-stone-200\/5:focus {
  border-inline-start-color: rgb(231 229 228 / 0.05);
}

.focus\:border-s-stone-200\/50:focus {
  border-inline-start-color: rgb(231 229 228 / 0.5);
}

.focus\:border-s-stone-200\/60:focus {
  border-inline-start-color: rgb(231 229 228 / 0.6);
}

.focus\:border-s-stone-200\/70:focus {
  border-inline-start-color: rgb(231 229 228 / 0.7);
}

.focus\:border-s-stone-200\/75:focus {
  border-inline-start-color: rgb(231 229 228 / 0.75);
}

.focus\:border-s-stone-200\/80:focus {
  border-inline-start-color: rgb(231 229 228 / 0.8);
}

.focus\:border-s-stone-200\/90:focus {
  border-inline-start-color: rgb(231 229 228 / 0.9);
}

.focus\:border-s-stone-200\/95:focus {
  border-inline-start-color: rgb(231 229 228 / 0.95);
}

.focus\:border-s-stone-300:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.focus\:border-s-stone-300\/0:focus {
  border-inline-start-color: rgb(214 211 209 / 0);
}

.focus\:border-s-stone-300\/10:focus {
  border-inline-start-color: rgb(214 211 209 / 0.1);
}

.focus\:border-s-stone-300\/100:focus {
  border-inline-start-color: rgb(214 211 209 / 1);
}

.focus\:border-s-stone-300\/20:focus {
  border-inline-start-color: rgb(214 211 209 / 0.2);
}

.focus\:border-s-stone-300\/25:focus {
  border-inline-start-color: rgb(214 211 209 / 0.25);
}

.focus\:border-s-stone-300\/30:focus {
  border-inline-start-color: rgb(214 211 209 / 0.3);
}

.focus\:border-s-stone-300\/40:focus {
  border-inline-start-color: rgb(214 211 209 / 0.4);
}

.focus\:border-s-stone-300\/5:focus {
  border-inline-start-color: rgb(214 211 209 / 0.05);
}

.focus\:border-s-stone-300\/50:focus {
  border-inline-start-color: rgb(214 211 209 / 0.5);
}

.focus\:border-s-stone-300\/60:focus {
  border-inline-start-color: rgb(214 211 209 / 0.6);
}

.focus\:border-s-stone-300\/70:focus {
  border-inline-start-color: rgb(214 211 209 / 0.7);
}

.focus\:border-s-stone-300\/75:focus {
  border-inline-start-color: rgb(214 211 209 / 0.75);
}

.focus\:border-s-stone-300\/80:focus {
  border-inline-start-color: rgb(214 211 209 / 0.8);
}

.focus\:border-s-stone-300\/90:focus {
  border-inline-start-color: rgb(214 211 209 / 0.9);
}

.focus\:border-s-stone-300\/95:focus {
  border-inline-start-color: rgb(214 211 209 / 0.95);
}

.focus\:border-s-stone-400:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(168 162 158 / var(--tw-border-opacity));
}

.focus\:border-s-stone-400\/0:focus {
  border-inline-start-color: rgb(168 162 158 / 0);
}

.focus\:border-s-stone-400\/10:focus {
  border-inline-start-color: rgb(168 162 158 / 0.1);
}

.focus\:border-s-stone-400\/100:focus {
  border-inline-start-color: rgb(168 162 158 / 1);
}

.focus\:border-s-stone-400\/20:focus {
  border-inline-start-color: rgb(168 162 158 / 0.2);
}

.focus\:border-s-stone-400\/25:focus {
  border-inline-start-color: rgb(168 162 158 / 0.25);
}

.focus\:border-s-stone-400\/30:focus {
  border-inline-start-color: rgb(168 162 158 / 0.3);
}

.focus\:border-s-stone-400\/40:focus {
  border-inline-start-color: rgb(168 162 158 / 0.4);
}

.focus\:border-s-stone-400\/5:focus {
  border-inline-start-color: rgb(168 162 158 / 0.05);
}

.focus\:border-s-stone-400\/50:focus {
  border-inline-start-color: rgb(168 162 158 / 0.5);
}

.focus\:border-s-stone-400\/60:focus {
  border-inline-start-color: rgb(168 162 158 / 0.6);
}

.focus\:border-s-stone-400\/70:focus {
  border-inline-start-color: rgb(168 162 158 / 0.7);
}

.focus\:border-s-stone-400\/75:focus {
  border-inline-start-color: rgb(168 162 158 / 0.75);
}

.focus\:border-s-stone-400\/80:focus {
  border-inline-start-color: rgb(168 162 158 / 0.8);
}

.focus\:border-s-stone-400\/90:focus {
  border-inline-start-color: rgb(168 162 158 / 0.9);
}

.focus\:border-s-stone-400\/95:focus {
  border-inline-start-color: rgb(168 162 158 / 0.95);
}

.focus\:border-s-stone-50:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 250 249 / var(--tw-border-opacity));
}

.focus\:border-s-stone-50\/0:focus {
  border-inline-start-color: rgb(250 250 249 / 0);
}

.focus\:border-s-stone-50\/10:focus {
  border-inline-start-color: rgb(250 250 249 / 0.1);
}

.focus\:border-s-stone-50\/100:focus {
  border-inline-start-color: rgb(250 250 249 / 1);
}

.focus\:border-s-stone-50\/20:focus {
  border-inline-start-color: rgb(250 250 249 / 0.2);
}

.focus\:border-s-stone-50\/25:focus {
  border-inline-start-color: rgb(250 250 249 / 0.25);
}

.focus\:border-s-stone-50\/30:focus {
  border-inline-start-color: rgb(250 250 249 / 0.3);
}

.focus\:border-s-stone-50\/40:focus {
  border-inline-start-color: rgb(250 250 249 / 0.4);
}

.focus\:border-s-stone-50\/5:focus {
  border-inline-start-color: rgb(250 250 249 / 0.05);
}

.focus\:border-s-stone-50\/50:focus {
  border-inline-start-color: rgb(250 250 249 / 0.5);
}

.focus\:border-s-stone-50\/60:focus {
  border-inline-start-color: rgb(250 250 249 / 0.6);
}

.focus\:border-s-stone-50\/70:focus {
  border-inline-start-color: rgb(250 250 249 / 0.7);
}

.focus\:border-s-stone-50\/75:focus {
  border-inline-start-color: rgb(250 250 249 / 0.75);
}

.focus\:border-s-stone-50\/80:focus {
  border-inline-start-color: rgb(250 250 249 / 0.8);
}

.focus\:border-s-stone-50\/90:focus {
  border-inline-start-color: rgb(250 250 249 / 0.9);
}

.focus\:border-s-stone-50\/95:focus {
  border-inline-start-color: rgb(250 250 249 / 0.95);
}

.focus\:border-s-stone-500:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(120 113 108 / var(--tw-border-opacity));
}

.focus\:border-s-stone-500\/0:focus {
  border-inline-start-color: rgb(120 113 108 / 0);
}

.focus\:border-s-stone-500\/10:focus {
  border-inline-start-color: rgb(120 113 108 / 0.1);
}

.focus\:border-s-stone-500\/100:focus {
  border-inline-start-color: rgb(120 113 108 / 1);
}

.focus\:border-s-stone-500\/20:focus {
  border-inline-start-color: rgb(120 113 108 / 0.2);
}

.focus\:border-s-stone-500\/25:focus {
  border-inline-start-color: rgb(120 113 108 / 0.25);
}

.focus\:border-s-stone-500\/30:focus {
  border-inline-start-color: rgb(120 113 108 / 0.3);
}

.focus\:border-s-stone-500\/40:focus {
  border-inline-start-color: rgb(120 113 108 / 0.4);
}

.focus\:border-s-stone-500\/5:focus {
  border-inline-start-color: rgb(120 113 108 / 0.05);
}

.focus\:border-s-stone-500\/50:focus {
  border-inline-start-color: rgb(120 113 108 / 0.5);
}

.focus\:border-s-stone-500\/60:focus {
  border-inline-start-color: rgb(120 113 108 / 0.6);
}

.focus\:border-s-stone-500\/70:focus {
  border-inline-start-color: rgb(120 113 108 / 0.7);
}

.focus\:border-s-stone-500\/75:focus {
  border-inline-start-color: rgb(120 113 108 / 0.75);
}

.focus\:border-s-stone-500\/80:focus {
  border-inline-start-color: rgb(120 113 108 / 0.8);
}

.focus\:border-s-stone-500\/90:focus {
  border-inline-start-color: rgb(120 113 108 / 0.9);
}

.focus\:border-s-stone-500\/95:focus {
  border-inline-start-color: rgb(120 113 108 / 0.95);
}

.focus\:border-s-stone-600:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(87 83 78 / var(--tw-border-opacity));
}

.focus\:border-s-stone-600\/0:focus {
  border-inline-start-color: rgb(87 83 78 / 0);
}

.focus\:border-s-stone-600\/10:focus {
  border-inline-start-color: rgb(87 83 78 / 0.1);
}

.focus\:border-s-stone-600\/100:focus {
  border-inline-start-color: rgb(87 83 78 / 1);
}

.focus\:border-s-stone-600\/20:focus {
  border-inline-start-color: rgb(87 83 78 / 0.2);
}

.focus\:border-s-stone-600\/25:focus {
  border-inline-start-color: rgb(87 83 78 / 0.25);
}

.focus\:border-s-stone-600\/30:focus {
  border-inline-start-color: rgb(87 83 78 / 0.3);
}

.focus\:border-s-stone-600\/40:focus {
  border-inline-start-color: rgb(87 83 78 / 0.4);
}

.focus\:border-s-stone-600\/5:focus {
  border-inline-start-color: rgb(87 83 78 / 0.05);
}

.focus\:border-s-stone-600\/50:focus {
  border-inline-start-color: rgb(87 83 78 / 0.5);
}

.focus\:border-s-stone-600\/60:focus {
  border-inline-start-color: rgb(87 83 78 / 0.6);
}

.focus\:border-s-stone-600\/70:focus {
  border-inline-start-color: rgb(87 83 78 / 0.7);
}

.focus\:border-s-stone-600\/75:focus {
  border-inline-start-color: rgb(87 83 78 / 0.75);
}

.focus\:border-s-stone-600\/80:focus {
  border-inline-start-color: rgb(87 83 78 / 0.8);
}

.focus\:border-s-stone-600\/90:focus {
  border-inline-start-color: rgb(87 83 78 / 0.9);
}

.focus\:border-s-stone-600\/95:focus {
  border-inline-start-color: rgb(87 83 78 / 0.95);
}

.focus\:border-s-stone-700:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(68 64 60 / var(--tw-border-opacity));
}

.focus\:border-s-stone-700\/0:focus {
  border-inline-start-color: rgb(68 64 60 / 0);
}

.focus\:border-s-stone-700\/10:focus {
  border-inline-start-color: rgb(68 64 60 / 0.1);
}

.focus\:border-s-stone-700\/100:focus {
  border-inline-start-color: rgb(68 64 60 / 1);
}

.focus\:border-s-stone-700\/20:focus {
  border-inline-start-color: rgb(68 64 60 / 0.2);
}

.focus\:border-s-stone-700\/25:focus {
  border-inline-start-color: rgb(68 64 60 / 0.25);
}

.focus\:border-s-stone-700\/30:focus {
  border-inline-start-color: rgb(68 64 60 / 0.3);
}

.focus\:border-s-stone-700\/40:focus {
  border-inline-start-color: rgb(68 64 60 / 0.4);
}

.focus\:border-s-stone-700\/5:focus {
  border-inline-start-color: rgb(68 64 60 / 0.05);
}

.focus\:border-s-stone-700\/50:focus {
  border-inline-start-color: rgb(68 64 60 / 0.5);
}

.focus\:border-s-stone-700\/60:focus {
  border-inline-start-color: rgb(68 64 60 / 0.6);
}

.focus\:border-s-stone-700\/70:focus {
  border-inline-start-color: rgb(68 64 60 / 0.7);
}

.focus\:border-s-stone-700\/75:focus {
  border-inline-start-color: rgb(68 64 60 / 0.75);
}

.focus\:border-s-stone-700\/80:focus {
  border-inline-start-color: rgb(68 64 60 / 0.8);
}

.focus\:border-s-stone-700\/90:focus {
  border-inline-start-color: rgb(68 64 60 / 0.9);
}

.focus\:border-s-stone-700\/95:focus {
  border-inline-start-color: rgb(68 64 60 / 0.95);
}

.focus\:border-s-stone-800:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(41 37 36 / var(--tw-border-opacity));
}

.focus\:border-s-stone-800\/0:focus {
  border-inline-start-color: rgb(41 37 36 / 0);
}

.focus\:border-s-stone-800\/10:focus {
  border-inline-start-color: rgb(41 37 36 / 0.1);
}

.focus\:border-s-stone-800\/100:focus {
  border-inline-start-color: rgb(41 37 36 / 1);
}

.focus\:border-s-stone-800\/20:focus {
  border-inline-start-color: rgb(41 37 36 / 0.2);
}

.focus\:border-s-stone-800\/25:focus {
  border-inline-start-color: rgb(41 37 36 / 0.25);
}

.focus\:border-s-stone-800\/30:focus {
  border-inline-start-color: rgb(41 37 36 / 0.3);
}

.focus\:border-s-stone-800\/40:focus {
  border-inline-start-color: rgb(41 37 36 / 0.4);
}

.focus\:border-s-stone-800\/5:focus {
  border-inline-start-color: rgb(41 37 36 / 0.05);
}

.focus\:border-s-stone-800\/50:focus {
  border-inline-start-color: rgb(41 37 36 / 0.5);
}

.focus\:border-s-stone-800\/60:focus {
  border-inline-start-color: rgb(41 37 36 / 0.6);
}

.focus\:border-s-stone-800\/70:focus {
  border-inline-start-color: rgb(41 37 36 / 0.7);
}

.focus\:border-s-stone-800\/75:focus {
  border-inline-start-color: rgb(41 37 36 / 0.75);
}

.focus\:border-s-stone-800\/80:focus {
  border-inline-start-color: rgb(41 37 36 / 0.8);
}

.focus\:border-s-stone-800\/90:focus {
  border-inline-start-color: rgb(41 37 36 / 0.9);
}

.focus\:border-s-stone-800\/95:focus {
  border-inline-start-color: rgb(41 37 36 / 0.95);
}

.focus\:border-s-stone-900:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(28 25 23 / var(--tw-border-opacity));
}

.focus\:border-s-stone-900\/0:focus {
  border-inline-start-color: rgb(28 25 23 / 0);
}

.focus\:border-s-stone-900\/10:focus {
  border-inline-start-color: rgb(28 25 23 / 0.1);
}

.focus\:border-s-stone-900\/100:focus {
  border-inline-start-color: rgb(28 25 23 / 1);
}

.focus\:border-s-stone-900\/20:focus {
  border-inline-start-color: rgb(28 25 23 / 0.2);
}

.focus\:border-s-stone-900\/25:focus {
  border-inline-start-color: rgb(28 25 23 / 0.25);
}

.focus\:border-s-stone-900\/30:focus {
  border-inline-start-color: rgb(28 25 23 / 0.3);
}

.focus\:border-s-stone-900\/40:focus {
  border-inline-start-color: rgb(28 25 23 / 0.4);
}

.focus\:border-s-stone-900\/5:focus {
  border-inline-start-color: rgb(28 25 23 / 0.05);
}

.focus\:border-s-stone-900\/50:focus {
  border-inline-start-color: rgb(28 25 23 / 0.5);
}

.focus\:border-s-stone-900\/60:focus {
  border-inline-start-color: rgb(28 25 23 / 0.6);
}

.focus\:border-s-stone-900\/70:focus {
  border-inline-start-color: rgb(28 25 23 / 0.7);
}

.focus\:border-s-stone-900\/75:focus {
  border-inline-start-color: rgb(28 25 23 / 0.75);
}

.focus\:border-s-stone-900\/80:focus {
  border-inline-start-color: rgb(28 25 23 / 0.8);
}

.focus\:border-s-stone-900\/90:focus {
  border-inline-start-color: rgb(28 25 23 / 0.9);
}

.focus\:border-s-stone-900\/95:focus {
  border-inline-start-color: rgb(28 25 23 / 0.95);
}

.focus\:border-s-stone-950:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(12 10 9 / var(--tw-border-opacity));
}

.focus\:border-s-stone-950\/0:focus {
  border-inline-start-color: rgb(12 10 9 / 0);
}

.focus\:border-s-stone-950\/10:focus {
  border-inline-start-color: rgb(12 10 9 / 0.1);
}

.focus\:border-s-stone-950\/100:focus {
  border-inline-start-color: rgb(12 10 9 / 1);
}

.focus\:border-s-stone-950\/20:focus {
  border-inline-start-color: rgb(12 10 9 / 0.2);
}

.focus\:border-s-stone-950\/25:focus {
  border-inline-start-color: rgb(12 10 9 / 0.25);
}

.focus\:border-s-stone-950\/30:focus {
  border-inline-start-color: rgb(12 10 9 / 0.3);
}

.focus\:border-s-stone-950\/40:focus {
  border-inline-start-color: rgb(12 10 9 / 0.4);
}

.focus\:border-s-stone-950\/5:focus {
  border-inline-start-color: rgb(12 10 9 / 0.05);
}

.focus\:border-s-stone-950\/50:focus {
  border-inline-start-color: rgb(12 10 9 / 0.5);
}

.focus\:border-s-stone-950\/60:focus {
  border-inline-start-color: rgb(12 10 9 / 0.6);
}

.focus\:border-s-stone-950\/70:focus {
  border-inline-start-color: rgb(12 10 9 / 0.7);
}

.focus\:border-s-stone-950\/75:focus {
  border-inline-start-color: rgb(12 10 9 / 0.75);
}

.focus\:border-s-stone-950\/80:focus {
  border-inline-start-color: rgb(12 10 9 / 0.8);
}

.focus\:border-s-stone-950\/90:focus {
  border-inline-start-color: rgb(12 10 9 / 0.9);
}

.focus\:border-s-stone-950\/95:focus {
  border-inline-start-color: rgb(12 10 9 / 0.95);
}

.focus\:border-s-teal-100:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(204 251 241 / var(--tw-border-opacity));
}

.focus\:border-s-teal-100\/0:focus {
  border-inline-start-color: rgb(204 251 241 / 0);
}

.focus\:border-s-teal-100\/10:focus {
  border-inline-start-color: rgb(204 251 241 / 0.1);
}

.focus\:border-s-teal-100\/100:focus {
  border-inline-start-color: rgb(204 251 241 / 1);
}

.focus\:border-s-teal-100\/20:focus {
  border-inline-start-color: rgb(204 251 241 / 0.2);
}

.focus\:border-s-teal-100\/25:focus {
  border-inline-start-color: rgb(204 251 241 / 0.25);
}

.focus\:border-s-teal-100\/30:focus {
  border-inline-start-color: rgb(204 251 241 / 0.3);
}

.focus\:border-s-teal-100\/40:focus {
  border-inline-start-color: rgb(204 251 241 / 0.4);
}

.focus\:border-s-teal-100\/5:focus {
  border-inline-start-color: rgb(204 251 241 / 0.05);
}

.focus\:border-s-teal-100\/50:focus {
  border-inline-start-color: rgb(204 251 241 / 0.5);
}

.focus\:border-s-teal-100\/60:focus {
  border-inline-start-color: rgb(204 251 241 / 0.6);
}

.focus\:border-s-teal-100\/70:focus {
  border-inline-start-color: rgb(204 251 241 / 0.7);
}

.focus\:border-s-teal-100\/75:focus {
  border-inline-start-color: rgb(204 251 241 / 0.75);
}

.focus\:border-s-teal-100\/80:focus {
  border-inline-start-color: rgb(204 251 241 / 0.8);
}

.focus\:border-s-teal-100\/90:focus {
  border-inline-start-color: rgb(204 251 241 / 0.9);
}

.focus\:border-s-teal-100\/95:focus {
  border-inline-start-color: rgb(204 251 241 / 0.95);
}

.focus\:border-s-teal-200:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(153 246 228 / var(--tw-border-opacity));
}

.focus\:border-s-teal-200\/0:focus {
  border-inline-start-color: rgb(153 246 228 / 0);
}

.focus\:border-s-teal-200\/10:focus {
  border-inline-start-color: rgb(153 246 228 / 0.1);
}

.focus\:border-s-teal-200\/100:focus {
  border-inline-start-color: rgb(153 246 228 / 1);
}

.focus\:border-s-teal-200\/20:focus {
  border-inline-start-color: rgb(153 246 228 / 0.2);
}

.focus\:border-s-teal-200\/25:focus {
  border-inline-start-color: rgb(153 246 228 / 0.25);
}

.focus\:border-s-teal-200\/30:focus {
  border-inline-start-color: rgb(153 246 228 / 0.3);
}

.focus\:border-s-teal-200\/40:focus {
  border-inline-start-color: rgb(153 246 228 / 0.4);
}

.focus\:border-s-teal-200\/5:focus {
  border-inline-start-color: rgb(153 246 228 / 0.05);
}

.focus\:border-s-teal-200\/50:focus {
  border-inline-start-color: rgb(153 246 228 / 0.5);
}

.focus\:border-s-teal-200\/60:focus {
  border-inline-start-color: rgb(153 246 228 / 0.6);
}

.focus\:border-s-teal-200\/70:focus {
  border-inline-start-color: rgb(153 246 228 / 0.7);
}

.focus\:border-s-teal-200\/75:focus {
  border-inline-start-color: rgb(153 246 228 / 0.75);
}

.focus\:border-s-teal-200\/80:focus {
  border-inline-start-color: rgb(153 246 228 / 0.8);
}

.focus\:border-s-teal-200\/90:focus {
  border-inline-start-color: rgb(153 246 228 / 0.9);
}

.focus\:border-s-teal-200\/95:focus {
  border-inline-start-color: rgb(153 246 228 / 0.95);
}

.focus\:border-s-teal-300:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(94 234 212 / var(--tw-border-opacity));
}

.focus\:border-s-teal-300\/0:focus {
  border-inline-start-color: rgb(94 234 212 / 0);
}

.focus\:border-s-teal-300\/10:focus {
  border-inline-start-color: rgb(94 234 212 / 0.1);
}

.focus\:border-s-teal-300\/100:focus {
  border-inline-start-color: rgb(94 234 212 / 1);
}

.focus\:border-s-teal-300\/20:focus {
  border-inline-start-color: rgb(94 234 212 / 0.2);
}

.focus\:border-s-teal-300\/25:focus {
  border-inline-start-color: rgb(94 234 212 / 0.25);
}

.focus\:border-s-teal-300\/30:focus {
  border-inline-start-color: rgb(94 234 212 / 0.3);
}

.focus\:border-s-teal-300\/40:focus {
  border-inline-start-color: rgb(94 234 212 / 0.4);
}

.focus\:border-s-teal-300\/5:focus {
  border-inline-start-color: rgb(94 234 212 / 0.05);
}

.focus\:border-s-teal-300\/50:focus {
  border-inline-start-color: rgb(94 234 212 / 0.5);
}

.focus\:border-s-teal-300\/60:focus {
  border-inline-start-color: rgb(94 234 212 / 0.6);
}

.focus\:border-s-teal-300\/70:focus {
  border-inline-start-color: rgb(94 234 212 / 0.7);
}

.focus\:border-s-teal-300\/75:focus {
  border-inline-start-color: rgb(94 234 212 / 0.75);
}

.focus\:border-s-teal-300\/80:focus {
  border-inline-start-color: rgb(94 234 212 / 0.8);
}

.focus\:border-s-teal-300\/90:focus {
  border-inline-start-color: rgb(94 234 212 / 0.9);
}

.focus\:border-s-teal-300\/95:focus {
  border-inline-start-color: rgb(94 234 212 / 0.95);
}

.focus\:border-s-teal-400:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(45 212 191 / var(--tw-border-opacity));
}

.focus\:border-s-teal-400\/0:focus {
  border-inline-start-color: rgb(45 212 191 / 0);
}

.focus\:border-s-teal-400\/10:focus {
  border-inline-start-color: rgb(45 212 191 / 0.1);
}

.focus\:border-s-teal-400\/100:focus {
  border-inline-start-color: rgb(45 212 191 / 1);
}

.focus\:border-s-teal-400\/20:focus {
  border-inline-start-color: rgb(45 212 191 / 0.2);
}

.focus\:border-s-teal-400\/25:focus {
  border-inline-start-color: rgb(45 212 191 / 0.25);
}

.focus\:border-s-teal-400\/30:focus {
  border-inline-start-color: rgb(45 212 191 / 0.3);
}

.focus\:border-s-teal-400\/40:focus {
  border-inline-start-color: rgb(45 212 191 / 0.4);
}

.focus\:border-s-teal-400\/5:focus {
  border-inline-start-color: rgb(45 212 191 / 0.05);
}

.focus\:border-s-teal-400\/50:focus {
  border-inline-start-color: rgb(45 212 191 / 0.5);
}

.focus\:border-s-teal-400\/60:focus {
  border-inline-start-color: rgb(45 212 191 / 0.6);
}

.focus\:border-s-teal-400\/70:focus {
  border-inline-start-color: rgb(45 212 191 / 0.7);
}

.focus\:border-s-teal-400\/75:focus {
  border-inline-start-color: rgb(45 212 191 / 0.75);
}

.focus\:border-s-teal-400\/80:focus {
  border-inline-start-color: rgb(45 212 191 / 0.8);
}

.focus\:border-s-teal-400\/90:focus {
  border-inline-start-color: rgb(45 212 191 / 0.9);
}

.focus\:border-s-teal-400\/95:focus {
  border-inline-start-color: rgb(45 212 191 / 0.95);
}

.focus\:border-s-teal-50:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(240 253 250 / var(--tw-border-opacity));
}

.focus\:border-s-teal-50\/0:focus {
  border-inline-start-color: rgb(240 253 250 / 0);
}

.focus\:border-s-teal-50\/10:focus {
  border-inline-start-color: rgb(240 253 250 / 0.1);
}

.focus\:border-s-teal-50\/100:focus {
  border-inline-start-color: rgb(240 253 250 / 1);
}

.focus\:border-s-teal-50\/20:focus {
  border-inline-start-color: rgb(240 253 250 / 0.2);
}

.focus\:border-s-teal-50\/25:focus {
  border-inline-start-color: rgb(240 253 250 / 0.25);
}

.focus\:border-s-teal-50\/30:focus {
  border-inline-start-color: rgb(240 253 250 / 0.3);
}

.focus\:border-s-teal-50\/40:focus {
  border-inline-start-color: rgb(240 253 250 / 0.4);
}

.focus\:border-s-teal-50\/5:focus {
  border-inline-start-color: rgb(240 253 250 / 0.05);
}

.focus\:border-s-teal-50\/50:focus {
  border-inline-start-color: rgb(240 253 250 / 0.5);
}

.focus\:border-s-teal-50\/60:focus {
  border-inline-start-color: rgb(240 253 250 / 0.6);
}

.focus\:border-s-teal-50\/70:focus {
  border-inline-start-color: rgb(240 253 250 / 0.7);
}

.focus\:border-s-teal-50\/75:focus {
  border-inline-start-color: rgb(240 253 250 / 0.75);
}

.focus\:border-s-teal-50\/80:focus {
  border-inline-start-color: rgb(240 253 250 / 0.8);
}

.focus\:border-s-teal-50\/90:focus {
  border-inline-start-color: rgb(240 253 250 / 0.9);
}

.focus\:border-s-teal-50\/95:focus {
  border-inline-start-color: rgb(240 253 250 / 0.95);
}

.focus\:border-s-teal-500:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(20 184 166 / var(--tw-border-opacity));
}

.focus\:border-s-teal-500\/0:focus {
  border-inline-start-color: rgb(20 184 166 / 0);
}

.focus\:border-s-teal-500\/10:focus {
  border-inline-start-color: rgb(20 184 166 / 0.1);
}

.focus\:border-s-teal-500\/100:focus {
  border-inline-start-color: rgb(20 184 166 / 1);
}

.focus\:border-s-teal-500\/20:focus {
  border-inline-start-color: rgb(20 184 166 / 0.2);
}

.focus\:border-s-teal-500\/25:focus {
  border-inline-start-color: rgb(20 184 166 / 0.25);
}

.focus\:border-s-teal-500\/30:focus {
  border-inline-start-color: rgb(20 184 166 / 0.3);
}

.focus\:border-s-teal-500\/40:focus {
  border-inline-start-color: rgb(20 184 166 / 0.4);
}

.focus\:border-s-teal-500\/5:focus {
  border-inline-start-color: rgb(20 184 166 / 0.05);
}

.focus\:border-s-teal-500\/50:focus {
  border-inline-start-color: rgb(20 184 166 / 0.5);
}

.focus\:border-s-teal-500\/60:focus {
  border-inline-start-color: rgb(20 184 166 / 0.6);
}

.focus\:border-s-teal-500\/70:focus {
  border-inline-start-color: rgb(20 184 166 / 0.7);
}

.focus\:border-s-teal-500\/75:focus {
  border-inline-start-color: rgb(20 184 166 / 0.75);
}

.focus\:border-s-teal-500\/80:focus {
  border-inline-start-color: rgb(20 184 166 / 0.8);
}

.focus\:border-s-teal-500\/90:focus {
  border-inline-start-color: rgb(20 184 166 / 0.9);
}

.focus\:border-s-teal-500\/95:focus {
  border-inline-start-color: rgb(20 184 166 / 0.95);
}

.focus\:border-s-teal-600:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(13 148 136 / var(--tw-border-opacity));
}

.focus\:border-s-teal-600\/0:focus {
  border-inline-start-color: rgb(13 148 136 / 0);
}

.focus\:border-s-teal-600\/10:focus {
  border-inline-start-color: rgb(13 148 136 / 0.1);
}

.focus\:border-s-teal-600\/100:focus {
  border-inline-start-color: rgb(13 148 136 / 1);
}

.focus\:border-s-teal-600\/20:focus {
  border-inline-start-color: rgb(13 148 136 / 0.2);
}

.focus\:border-s-teal-600\/25:focus {
  border-inline-start-color: rgb(13 148 136 / 0.25);
}

.focus\:border-s-teal-600\/30:focus {
  border-inline-start-color: rgb(13 148 136 / 0.3);
}

.focus\:border-s-teal-600\/40:focus {
  border-inline-start-color: rgb(13 148 136 / 0.4);
}

.focus\:border-s-teal-600\/5:focus {
  border-inline-start-color: rgb(13 148 136 / 0.05);
}

.focus\:border-s-teal-600\/50:focus {
  border-inline-start-color: rgb(13 148 136 / 0.5);
}

.focus\:border-s-teal-600\/60:focus {
  border-inline-start-color: rgb(13 148 136 / 0.6);
}

.focus\:border-s-teal-600\/70:focus {
  border-inline-start-color: rgb(13 148 136 / 0.7);
}

.focus\:border-s-teal-600\/75:focus {
  border-inline-start-color: rgb(13 148 136 / 0.75);
}

.focus\:border-s-teal-600\/80:focus {
  border-inline-start-color: rgb(13 148 136 / 0.8);
}

.focus\:border-s-teal-600\/90:focus {
  border-inline-start-color: rgb(13 148 136 / 0.9);
}

.focus\:border-s-teal-600\/95:focus {
  border-inline-start-color: rgb(13 148 136 / 0.95);
}

.focus\:border-s-teal-700:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(15 118 110 / var(--tw-border-opacity));
}

.focus\:border-s-teal-700\/0:focus {
  border-inline-start-color: rgb(15 118 110 / 0);
}

.focus\:border-s-teal-700\/10:focus {
  border-inline-start-color: rgb(15 118 110 / 0.1);
}

.focus\:border-s-teal-700\/100:focus {
  border-inline-start-color: rgb(15 118 110 / 1);
}

.focus\:border-s-teal-700\/20:focus {
  border-inline-start-color: rgb(15 118 110 / 0.2);
}

.focus\:border-s-teal-700\/25:focus {
  border-inline-start-color: rgb(15 118 110 / 0.25);
}

.focus\:border-s-teal-700\/30:focus {
  border-inline-start-color: rgb(15 118 110 / 0.3);
}

.focus\:border-s-teal-700\/40:focus {
  border-inline-start-color: rgb(15 118 110 / 0.4);
}

.focus\:border-s-teal-700\/5:focus {
  border-inline-start-color: rgb(15 118 110 / 0.05);
}

.focus\:border-s-teal-700\/50:focus {
  border-inline-start-color: rgb(15 118 110 / 0.5);
}

.focus\:border-s-teal-700\/60:focus {
  border-inline-start-color: rgb(15 118 110 / 0.6);
}

.focus\:border-s-teal-700\/70:focus {
  border-inline-start-color: rgb(15 118 110 / 0.7);
}

.focus\:border-s-teal-700\/75:focus {
  border-inline-start-color: rgb(15 118 110 / 0.75);
}

.focus\:border-s-teal-700\/80:focus {
  border-inline-start-color: rgb(15 118 110 / 0.8);
}

.focus\:border-s-teal-700\/90:focus {
  border-inline-start-color: rgb(15 118 110 / 0.9);
}

.focus\:border-s-teal-700\/95:focus {
  border-inline-start-color: rgb(15 118 110 / 0.95);
}

.focus\:border-s-teal-800:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(17 94 89 / var(--tw-border-opacity));
}

.focus\:border-s-teal-800\/0:focus {
  border-inline-start-color: rgb(17 94 89 / 0);
}

.focus\:border-s-teal-800\/10:focus {
  border-inline-start-color: rgb(17 94 89 / 0.1);
}

.focus\:border-s-teal-800\/100:focus {
  border-inline-start-color: rgb(17 94 89 / 1);
}

.focus\:border-s-teal-800\/20:focus {
  border-inline-start-color: rgb(17 94 89 / 0.2);
}

.focus\:border-s-teal-800\/25:focus {
  border-inline-start-color: rgb(17 94 89 / 0.25);
}

.focus\:border-s-teal-800\/30:focus {
  border-inline-start-color: rgb(17 94 89 / 0.3);
}

.focus\:border-s-teal-800\/40:focus {
  border-inline-start-color: rgb(17 94 89 / 0.4);
}

.focus\:border-s-teal-800\/5:focus {
  border-inline-start-color: rgb(17 94 89 / 0.05);
}

.focus\:border-s-teal-800\/50:focus {
  border-inline-start-color: rgb(17 94 89 / 0.5);
}

.focus\:border-s-teal-800\/60:focus {
  border-inline-start-color: rgb(17 94 89 / 0.6);
}

.focus\:border-s-teal-800\/70:focus {
  border-inline-start-color: rgb(17 94 89 / 0.7);
}

.focus\:border-s-teal-800\/75:focus {
  border-inline-start-color: rgb(17 94 89 / 0.75);
}

.focus\:border-s-teal-800\/80:focus {
  border-inline-start-color: rgb(17 94 89 / 0.8);
}

.focus\:border-s-teal-800\/90:focus {
  border-inline-start-color: rgb(17 94 89 / 0.9);
}

.focus\:border-s-teal-800\/95:focus {
  border-inline-start-color: rgb(17 94 89 / 0.95);
}

.focus\:border-s-teal-900:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(19 78 74 / var(--tw-border-opacity));
}

.focus\:border-s-teal-900\/0:focus {
  border-inline-start-color: rgb(19 78 74 / 0);
}

.focus\:border-s-teal-900\/10:focus {
  border-inline-start-color: rgb(19 78 74 / 0.1);
}

.focus\:border-s-teal-900\/100:focus {
  border-inline-start-color: rgb(19 78 74 / 1);
}

.focus\:border-s-teal-900\/20:focus {
  border-inline-start-color: rgb(19 78 74 / 0.2);
}

.focus\:border-s-teal-900\/25:focus {
  border-inline-start-color: rgb(19 78 74 / 0.25);
}

.focus\:border-s-teal-900\/30:focus {
  border-inline-start-color: rgb(19 78 74 / 0.3);
}

.focus\:border-s-teal-900\/40:focus {
  border-inline-start-color: rgb(19 78 74 / 0.4);
}

.focus\:border-s-teal-900\/5:focus {
  border-inline-start-color: rgb(19 78 74 / 0.05);
}

.focus\:border-s-teal-900\/50:focus {
  border-inline-start-color: rgb(19 78 74 / 0.5);
}

.focus\:border-s-teal-900\/60:focus {
  border-inline-start-color: rgb(19 78 74 / 0.6);
}

.focus\:border-s-teal-900\/70:focus {
  border-inline-start-color: rgb(19 78 74 / 0.7);
}

.focus\:border-s-teal-900\/75:focus {
  border-inline-start-color: rgb(19 78 74 / 0.75);
}

.focus\:border-s-teal-900\/80:focus {
  border-inline-start-color: rgb(19 78 74 / 0.8);
}

.focus\:border-s-teal-900\/90:focus {
  border-inline-start-color: rgb(19 78 74 / 0.9);
}

.focus\:border-s-teal-900\/95:focus {
  border-inline-start-color: rgb(19 78 74 / 0.95);
}

.focus\:border-s-teal-950:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(4 47 46 / var(--tw-border-opacity));
}

.focus\:border-s-teal-950\/0:focus {
  border-inline-start-color: rgb(4 47 46 / 0);
}

.focus\:border-s-teal-950\/10:focus {
  border-inline-start-color: rgb(4 47 46 / 0.1);
}

.focus\:border-s-teal-950\/100:focus {
  border-inline-start-color: rgb(4 47 46 / 1);
}

.focus\:border-s-teal-950\/20:focus {
  border-inline-start-color: rgb(4 47 46 / 0.2);
}

.focus\:border-s-teal-950\/25:focus {
  border-inline-start-color: rgb(4 47 46 / 0.25);
}

.focus\:border-s-teal-950\/30:focus {
  border-inline-start-color: rgb(4 47 46 / 0.3);
}

.focus\:border-s-teal-950\/40:focus {
  border-inline-start-color: rgb(4 47 46 / 0.4);
}

.focus\:border-s-teal-950\/5:focus {
  border-inline-start-color: rgb(4 47 46 / 0.05);
}

.focus\:border-s-teal-950\/50:focus {
  border-inline-start-color: rgb(4 47 46 / 0.5);
}

.focus\:border-s-teal-950\/60:focus {
  border-inline-start-color: rgb(4 47 46 / 0.6);
}

.focus\:border-s-teal-950\/70:focus {
  border-inline-start-color: rgb(4 47 46 / 0.7);
}

.focus\:border-s-teal-950\/75:focus {
  border-inline-start-color: rgb(4 47 46 / 0.75);
}

.focus\:border-s-teal-950\/80:focus {
  border-inline-start-color: rgb(4 47 46 / 0.8);
}

.focus\:border-s-teal-950\/90:focus {
  border-inline-start-color: rgb(4 47 46 / 0.9);
}

.focus\:border-s-teal-950\/95:focus {
  border-inline-start-color: rgb(4 47 46 / 0.95);
}

.focus\:border-s-transparent:focus {
  border-inline-start-color: transparent;
}

.focus\:border-s-transparent\/0:focus {
  border-inline-start-color: rgb(0 0 0 / 0);
}

.focus\:border-s-transparent\/10:focus {
  border-inline-start-color: rgb(0 0 0 / 0.1);
}

.focus\:border-s-transparent\/100:focus {
  border-inline-start-color: rgb(0 0 0 / 1);
}

.focus\:border-s-transparent\/20:focus {
  border-inline-start-color: rgb(0 0 0 / 0.2);
}

.focus\:border-s-transparent\/25:focus {
  border-inline-start-color: rgb(0 0 0 / 0.25);
}

.focus\:border-s-transparent\/30:focus {
  border-inline-start-color: rgb(0 0 0 / 0.3);
}

.focus\:border-s-transparent\/40:focus {
  border-inline-start-color: rgb(0 0 0 / 0.4);
}

.focus\:border-s-transparent\/5:focus {
  border-inline-start-color: rgb(0 0 0 / 0.05);
}

.focus\:border-s-transparent\/50:focus {
  border-inline-start-color: rgb(0 0 0 / 0.5);
}

.focus\:border-s-transparent\/60:focus {
  border-inline-start-color: rgb(0 0 0 / 0.6);
}

.focus\:border-s-transparent\/70:focus {
  border-inline-start-color: rgb(0 0 0 / 0.7);
}

.focus\:border-s-transparent\/75:focus {
  border-inline-start-color: rgb(0 0 0 / 0.75);
}

.focus\:border-s-transparent\/80:focus {
  border-inline-start-color: rgb(0 0 0 / 0.8);
}

.focus\:border-s-transparent\/90:focus {
  border-inline-start-color: rgb(0 0 0 / 0.9);
}

.focus\:border-s-transparent\/95:focus {
  border-inline-start-color: rgb(0 0 0 / 0.95);
}

.focus\:border-s-tykhe-digital:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(239 156 131 / var(--tw-border-opacity));
}

.focus\:border-s-tykhe-digital-alt:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 239 224 / var(--tw-border-opacity));
}

.focus\:border-s-tykhe-digital-alt\/0:focus {
  border-inline-start-color: rgb(245 239 224 / 0);
}

.focus\:border-s-tykhe-digital-alt\/10:focus {
  border-inline-start-color: rgb(245 239 224 / 0.1);
}

.focus\:border-s-tykhe-digital-alt\/100:focus {
  border-inline-start-color: rgb(245 239 224 / 1);
}

.focus\:border-s-tykhe-digital-alt\/20:focus {
  border-inline-start-color: rgb(245 239 224 / 0.2);
}

.focus\:border-s-tykhe-digital-alt\/25:focus {
  border-inline-start-color: rgb(245 239 224 / 0.25);
}

.focus\:border-s-tykhe-digital-alt\/30:focus {
  border-inline-start-color: rgb(245 239 224 / 0.3);
}

.focus\:border-s-tykhe-digital-alt\/40:focus {
  border-inline-start-color: rgb(245 239 224 / 0.4);
}

.focus\:border-s-tykhe-digital-alt\/5:focus {
  border-inline-start-color: rgb(245 239 224 / 0.05);
}

.focus\:border-s-tykhe-digital-alt\/50:focus {
  border-inline-start-color: rgb(245 239 224 / 0.5);
}

.focus\:border-s-tykhe-digital-alt\/60:focus {
  border-inline-start-color: rgb(245 239 224 / 0.6);
}

.focus\:border-s-tykhe-digital-alt\/70:focus {
  border-inline-start-color: rgb(245 239 224 / 0.7);
}

.focus\:border-s-tykhe-digital-alt\/75:focus {
  border-inline-start-color: rgb(245 239 224 / 0.75);
}

.focus\:border-s-tykhe-digital-alt\/80:focus {
  border-inline-start-color: rgb(245 239 224 / 0.8);
}

.focus\:border-s-tykhe-digital-alt\/90:focus {
  border-inline-start-color: rgb(245 239 224 / 0.9);
}

.focus\:border-s-tykhe-digital-alt\/95:focus {
  border-inline-start-color: rgb(245 239 224 / 0.95);
}

.focus\:border-s-tykhe-digital-alt2:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 58 111 / var(--tw-border-opacity));
}

.focus\:border-s-tykhe-digital-alt2\/0:focus {
  border-inline-start-color: rgb(255 58 111 / 0);
}

.focus\:border-s-tykhe-digital-alt2\/10:focus {
  border-inline-start-color: rgb(255 58 111 / 0.1);
}

.focus\:border-s-tykhe-digital-alt2\/100:focus {
  border-inline-start-color: rgb(255 58 111 / 1);
}

.focus\:border-s-tykhe-digital-alt2\/20:focus {
  border-inline-start-color: rgb(255 58 111 / 0.2);
}

.focus\:border-s-tykhe-digital-alt2\/25:focus {
  border-inline-start-color: rgb(255 58 111 / 0.25);
}

.focus\:border-s-tykhe-digital-alt2\/30:focus {
  border-inline-start-color: rgb(255 58 111 / 0.3);
}

.focus\:border-s-tykhe-digital-alt2\/40:focus {
  border-inline-start-color: rgb(255 58 111 / 0.4);
}

.focus\:border-s-tykhe-digital-alt2\/5:focus {
  border-inline-start-color: rgb(255 58 111 / 0.05);
}

.focus\:border-s-tykhe-digital-alt2\/50:focus {
  border-inline-start-color: rgb(255 58 111 / 0.5);
}

.focus\:border-s-tykhe-digital-alt2\/60:focus {
  border-inline-start-color: rgb(255 58 111 / 0.6);
}

.focus\:border-s-tykhe-digital-alt2\/70:focus {
  border-inline-start-color: rgb(255 58 111 / 0.7);
}

.focus\:border-s-tykhe-digital-alt2\/75:focus {
  border-inline-start-color: rgb(255 58 111 / 0.75);
}

.focus\:border-s-tykhe-digital-alt2\/80:focus {
  border-inline-start-color: rgb(255 58 111 / 0.8);
}

.focus\:border-s-tykhe-digital-alt2\/90:focus {
  border-inline-start-color: rgb(255 58 111 / 0.9);
}

.focus\:border-s-tykhe-digital-alt2\/95:focus {
  border-inline-start-color: rgb(255 58 111 / 0.95);
}

.focus\:border-s-tykhe-digital-alt3:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(131 214 239 / var(--tw-border-opacity));
}

.focus\:border-s-tykhe-digital-alt3\/0:focus {
  border-inline-start-color: rgb(131 214 239 / 0);
}

.focus\:border-s-tykhe-digital-alt3\/10:focus {
  border-inline-start-color: rgb(131 214 239 / 0.1);
}

.focus\:border-s-tykhe-digital-alt3\/100:focus {
  border-inline-start-color: rgb(131 214 239 / 1);
}

.focus\:border-s-tykhe-digital-alt3\/20:focus {
  border-inline-start-color: rgb(131 214 239 / 0.2);
}

.focus\:border-s-tykhe-digital-alt3\/25:focus {
  border-inline-start-color: rgb(131 214 239 / 0.25);
}

.focus\:border-s-tykhe-digital-alt3\/30:focus {
  border-inline-start-color: rgb(131 214 239 / 0.3);
}

.focus\:border-s-tykhe-digital-alt3\/40:focus {
  border-inline-start-color: rgb(131 214 239 / 0.4);
}

.focus\:border-s-tykhe-digital-alt3\/5:focus {
  border-inline-start-color: rgb(131 214 239 / 0.05);
}

.focus\:border-s-tykhe-digital-alt3\/50:focus {
  border-inline-start-color: rgb(131 214 239 / 0.5);
}

.focus\:border-s-tykhe-digital-alt3\/60:focus {
  border-inline-start-color: rgb(131 214 239 / 0.6);
}

.focus\:border-s-tykhe-digital-alt3\/70:focus {
  border-inline-start-color: rgb(131 214 239 / 0.7);
}

.focus\:border-s-tykhe-digital-alt3\/75:focus {
  border-inline-start-color: rgb(131 214 239 / 0.75);
}

.focus\:border-s-tykhe-digital-alt3\/80:focus {
  border-inline-start-color: rgb(131 214 239 / 0.8);
}

.focus\:border-s-tykhe-digital-alt3\/90:focus {
  border-inline-start-color: rgb(131 214 239 / 0.9);
}

.focus\:border-s-tykhe-digital-alt3\/95:focus {
  border-inline-start-color: rgb(131 214 239 / 0.95);
}

.focus\:border-s-tykhe-digital\/0:focus {
  border-inline-start-color: rgb(239 156 131 / 0);
}

.focus\:border-s-tykhe-digital\/10:focus {
  border-inline-start-color: rgb(239 156 131 / 0.1);
}

.focus\:border-s-tykhe-digital\/100:focus {
  border-inline-start-color: rgb(239 156 131 / 1);
}

.focus\:border-s-tykhe-digital\/20:focus {
  border-inline-start-color: rgb(239 156 131 / 0.2);
}

.focus\:border-s-tykhe-digital\/25:focus {
  border-inline-start-color: rgb(239 156 131 / 0.25);
}

.focus\:border-s-tykhe-digital\/30:focus {
  border-inline-start-color: rgb(239 156 131 / 0.3);
}

.focus\:border-s-tykhe-digital\/40:focus {
  border-inline-start-color: rgb(239 156 131 / 0.4);
}

.focus\:border-s-tykhe-digital\/5:focus {
  border-inline-start-color: rgb(239 156 131 / 0.05);
}

.focus\:border-s-tykhe-digital\/50:focus {
  border-inline-start-color: rgb(239 156 131 / 0.5);
}

.focus\:border-s-tykhe-digital\/60:focus {
  border-inline-start-color: rgb(239 156 131 / 0.6);
}

.focus\:border-s-tykhe-digital\/70:focus {
  border-inline-start-color: rgb(239 156 131 / 0.7);
}

.focus\:border-s-tykhe-digital\/75:focus {
  border-inline-start-color: rgb(239 156 131 / 0.75);
}

.focus\:border-s-tykhe-digital\/80:focus {
  border-inline-start-color: rgb(239 156 131 / 0.8);
}

.focus\:border-s-tykhe-digital\/90:focus {
  border-inline-start-color: rgb(239 156 131 / 0.9);
}

.focus\:border-s-tykhe-digital\/95:focus {
  border-inline-start-color: rgb(239 156 131 / 0.95);
}

.focus\:border-s-violet-100:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(237 233 254 / var(--tw-border-opacity));
}

.focus\:border-s-violet-100\/0:focus {
  border-inline-start-color: rgb(237 233 254 / 0);
}

.focus\:border-s-violet-100\/10:focus {
  border-inline-start-color: rgb(237 233 254 / 0.1);
}

.focus\:border-s-violet-100\/100:focus {
  border-inline-start-color: rgb(237 233 254 / 1);
}

.focus\:border-s-violet-100\/20:focus {
  border-inline-start-color: rgb(237 233 254 / 0.2);
}

.focus\:border-s-violet-100\/25:focus {
  border-inline-start-color: rgb(237 233 254 / 0.25);
}

.focus\:border-s-violet-100\/30:focus {
  border-inline-start-color: rgb(237 233 254 / 0.3);
}

.focus\:border-s-violet-100\/40:focus {
  border-inline-start-color: rgb(237 233 254 / 0.4);
}

.focus\:border-s-violet-100\/5:focus {
  border-inline-start-color: rgb(237 233 254 / 0.05);
}

.focus\:border-s-violet-100\/50:focus {
  border-inline-start-color: rgb(237 233 254 / 0.5);
}

.focus\:border-s-violet-100\/60:focus {
  border-inline-start-color: rgb(237 233 254 / 0.6);
}

.focus\:border-s-violet-100\/70:focus {
  border-inline-start-color: rgb(237 233 254 / 0.7);
}

.focus\:border-s-violet-100\/75:focus {
  border-inline-start-color: rgb(237 233 254 / 0.75);
}

.focus\:border-s-violet-100\/80:focus {
  border-inline-start-color: rgb(237 233 254 / 0.8);
}

.focus\:border-s-violet-100\/90:focus {
  border-inline-start-color: rgb(237 233 254 / 0.9);
}

.focus\:border-s-violet-100\/95:focus {
  border-inline-start-color: rgb(237 233 254 / 0.95);
}

.focus\:border-s-violet-200:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(221 214 254 / var(--tw-border-opacity));
}

.focus\:border-s-violet-200\/0:focus {
  border-inline-start-color: rgb(221 214 254 / 0);
}

.focus\:border-s-violet-200\/10:focus {
  border-inline-start-color: rgb(221 214 254 / 0.1);
}

.focus\:border-s-violet-200\/100:focus {
  border-inline-start-color: rgb(221 214 254 / 1);
}

.focus\:border-s-violet-200\/20:focus {
  border-inline-start-color: rgb(221 214 254 / 0.2);
}

.focus\:border-s-violet-200\/25:focus {
  border-inline-start-color: rgb(221 214 254 / 0.25);
}

.focus\:border-s-violet-200\/30:focus {
  border-inline-start-color: rgb(221 214 254 / 0.3);
}

.focus\:border-s-violet-200\/40:focus {
  border-inline-start-color: rgb(221 214 254 / 0.4);
}

.focus\:border-s-violet-200\/5:focus {
  border-inline-start-color: rgb(221 214 254 / 0.05);
}

.focus\:border-s-violet-200\/50:focus {
  border-inline-start-color: rgb(221 214 254 / 0.5);
}

.focus\:border-s-violet-200\/60:focus {
  border-inline-start-color: rgb(221 214 254 / 0.6);
}

.focus\:border-s-violet-200\/70:focus {
  border-inline-start-color: rgb(221 214 254 / 0.7);
}

.focus\:border-s-violet-200\/75:focus {
  border-inline-start-color: rgb(221 214 254 / 0.75);
}

.focus\:border-s-violet-200\/80:focus {
  border-inline-start-color: rgb(221 214 254 / 0.8);
}

.focus\:border-s-violet-200\/90:focus {
  border-inline-start-color: rgb(221 214 254 / 0.9);
}

.focus\:border-s-violet-200\/95:focus {
  border-inline-start-color: rgb(221 214 254 / 0.95);
}

.focus\:border-s-violet-300:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(196 181 253 / var(--tw-border-opacity));
}

.focus\:border-s-violet-300\/0:focus {
  border-inline-start-color: rgb(196 181 253 / 0);
}

.focus\:border-s-violet-300\/10:focus {
  border-inline-start-color: rgb(196 181 253 / 0.1);
}

.focus\:border-s-violet-300\/100:focus {
  border-inline-start-color: rgb(196 181 253 / 1);
}

.focus\:border-s-violet-300\/20:focus {
  border-inline-start-color: rgb(196 181 253 / 0.2);
}

.focus\:border-s-violet-300\/25:focus {
  border-inline-start-color: rgb(196 181 253 / 0.25);
}

.focus\:border-s-violet-300\/30:focus {
  border-inline-start-color: rgb(196 181 253 / 0.3);
}

.focus\:border-s-violet-300\/40:focus {
  border-inline-start-color: rgb(196 181 253 / 0.4);
}

.focus\:border-s-violet-300\/5:focus {
  border-inline-start-color: rgb(196 181 253 / 0.05);
}

.focus\:border-s-violet-300\/50:focus {
  border-inline-start-color: rgb(196 181 253 / 0.5);
}

.focus\:border-s-violet-300\/60:focus {
  border-inline-start-color: rgb(196 181 253 / 0.6);
}

.focus\:border-s-violet-300\/70:focus {
  border-inline-start-color: rgb(196 181 253 / 0.7);
}

.focus\:border-s-violet-300\/75:focus {
  border-inline-start-color: rgb(196 181 253 / 0.75);
}

.focus\:border-s-violet-300\/80:focus {
  border-inline-start-color: rgb(196 181 253 / 0.8);
}

.focus\:border-s-violet-300\/90:focus {
  border-inline-start-color: rgb(196 181 253 / 0.9);
}

.focus\:border-s-violet-300\/95:focus {
  border-inline-start-color: rgb(196 181 253 / 0.95);
}

.focus\:border-s-violet-400:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(167 139 250 / var(--tw-border-opacity));
}

.focus\:border-s-violet-400\/0:focus {
  border-inline-start-color: rgb(167 139 250 / 0);
}

.focus\:border-s-violet-400\/10:focus {
  border-inline-start-color: rgb(167 139 250 / 0.1);
}

.focus\:border-s-violet-400\/100:focus {
  border-inline-start-color: rgb(167 139 250 / 1);
}

.focus\:border-s-violet-400\/20:focus {
  border-inline-start-color: rgb(167 139 250 / 0.2);
}

.focus\:border-s-violet-400\/25:focus {
  border-inline-start-color: rgb(167 139 250 / 0.25);
}

.focus\:border-s-violet-400\/30:focus {
  border-inline-start-color: rgb(167 139 250 / 0.3);
}

.focus\:border-s-violet-400\/40:focus {
  border-inline-start-color: rgb(167 139 250 / 0.4);
}

.focus\:border-s-violet-400\/5:focus {
  border-inline-start-color: rgb(167 139 250 / 0.05);
}

.focus\:border-s-violet-400\/50:focus {
  border-inline-start-color: rgb(167 139 250 / 0.5);
}

.focus\:border-s-violet-400\/60:focus {
  border-inline-start-color: rgb(167 139 250 / 0.6);
}

.focus\:border-s-violet-400\/70:focus {
  border-inline-start-color: rgb(167 139 250 / 0.7);
}

.focus\:border-s-violet-400\/75:focus {
  border-inline-start-color: rgb(167 139 250 / 0.75);
}

.focus\:border-s-violet-400\/80:focus {
  border-inline-start-color: rgb(167 139 250 / 0.8);
}

.focus\:border-s-violet-400\/90:focus {
  border-inline-start-color: rgb(167 139 250 / 0.9);
}

.focus\:border-s-violet-400\/95:focus {
  border-inline-start-color: rgb(167 139 250 / 0.95);
}

.focus\:border-s-violet-50:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 243 255 / var(--tw-border-opacity));
}

.focus\:border-s-violet-50\/0:focus {
  border-inline-start-color: rgb(245 243 255 / 0);
}

.focus\:border-s-violet-50\/10:focus {
  border-inline-start-color: rgb(245 243 255 / 0.1);
}

.focus\:border-s-violet-50\/100:focus {
  border-inline-start-color: rgb(245 243 255 / 1);
}

.focus\:border-s-violet-50\/20:focus {
  border-inline-start-color: rgb(245 243 255 / 0.2);
}

.focus\:border-s-violet-50\/25:focus {
  border-inline-start-color: rgb(245 243 255 / 0.25);
}

.focus\:border-s-violet-50\/30:focus {
  border-inline-start-color: rgb(245 243 255 / 0.3);
}

.focus\:border-s-violet-50\/40:focus {
  border-inline-start-color: rgb(245 243 255 / 0.4);
}

.focus\:border-s-violet-50\/5:focus {
  border-inline-start-color: rgb(245 243 255 / 0.05);
}

.focus\:border-s-violet-50\/50:focus {
  border-inline-start-color: rgb(245 243 255 / 0.5);
}

.focus\:border-s-violet-50\/60:focus {
  border-inline-start-color: rgb(245 243 255 / 0.6);
}

.focus\:border-s-violet-50\/70:focus {
  border-inline-start-color: rgb(245 243 255 / 0.7);
}

.focus\:border-s-violet-50\/75:focus {
  border-inline-start-color: rgb(245 243 255 / 0.75);
}

.focus\:border-s-violet-50\/80:focus {
  border-inline-start-color: rgb(245 243 255 / 0.8);
}

.focus\:border-s-violet-50\/90:focus {
  border-inline-start-color: rgb(245 243 255 / 0.9);
}

.focus\:border-s-violet-50\/95:focus {
  border-inline-start-color: rgb(245 243 255 / 0.95);
}

.focus\:border-s-violet-500:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(139 92 246 / var(--tw-border-opacity));
}

.focus\:border-s-violet-500\/0:focus {
  border-inline-start-color: rgb(139 92 246 / 0);
}

.focus\:border-s-violet-500\/10:focus {
  border-inline-start-color: rgb(139 92 246 / 0.1);
}

.focus\:border-s-violet-500\/100:focus {
  border-inline-start-color: rgb(139 92 246 / 1);
}

.focus\:border-s-violet-500\/20:focus {
  border-inline-start-color: rgb(139 92 246 / 0.2);
}

.focus\:border-s-violet-500\/25:focus {
  border-inline-start-color: rgb(139 92 246 / 0.25);
}

.focus\:border-s-violet-500\/30:focus {
  border-inline-start-color: rgb(139 92 246 / 0.3);
}

.focus\:border-s-violet-500\/40:focus {
  border-inline-start-color: rgb(139 92 246 / 0.4);
}

.focus\:border-s-violet-500\/5:focus {
  border-inline-start-color: rgb(139 92 246 / 0.05);
}

.focus\:border-s-violet-500\/50:focus {
  border-inline-start-color: rgb(139 92 246 / 0.5);
}

.focus\:border-s-violet-500\/60:focus {
  border-inline-start-color: rgb(139 92 246 / 0.6);
}

.focus\:border-s-violet-500\/70:focus {
  border-inline-start-color: rgb(139 92 246 / 0.7);
}

.focus\:border-s-violet-500\/75:focus {
  border-inline-start-color: rgb(139 92 246 / 0.75);
}

.focus\:border-s-violet-500\/80:focus {
  border-inline-start-color: rgb(139 92 246 / 0.8);
}

.focus\:border-s-violet-500\/90:focus {
  border-inline-start-color: rgb(139 92 246 / 0.9);
}

.focus\:border-s-violet-500\/95:focus {
  border-inline-start-color: rgb(139 92 246 / 0.95);
}

.focus\:border-s-violet-600:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(124 58 237 / var(--tw-border-opacity));
}

.focus\:border-s-violet-600\/0:focus {
  border-inline-start-color: rgb(124 58 237 / 0);
}

.focus\:border-s-violet-600\/10:focus {
  border-inline-start-color: rgb(124 58 237 / 0.1);
}

.focus\:border-s-violet-600\/100:focus {
  border-inline-start-color: rgb(124 58 237 / 1);
}

.focus\:border-s-violet-600\/20:focus {
  border-inline-start-color: rgb(124 58 237 / 0.2);
}

.focus\:border-s-violet-600\/25:focus {
  border-inline-start-color: rgb(124 58 237 / 0.25);
}

.focus\:border-s-violet-600\/30:focus {
  border-inline-start-color: rgb(124 58 237 / 0.3);
}

.focus\:border-s-violet-600\/40:focus {
  border-inline-start-color: rgb(124 58 237 / 0.4);
}

.focus\:border-s-violet-600\/5:focus {
  border-inline-start-color: rgb(124 58 237 / 0.05);
}

.focus\:border-s-violet-600\/50:focus {
  border-inline-start-color: rgb(124 58 237 / 0.5);
}

.focus\:border-s-violet-600\/60:focus {
  border-inline-start-color: rgb(124 58 237 / 0.6);
}

.focus\:border-s-violet-600\/70:focus {
  border-inline-start-color: rgb(124 58 237 / 0.7);
}

.focus\:border-s-violet-600\/75:focus {
  border-inline-start-color: rgb(124 58 237 / 0.75);
}

.focus\:border-s-violet-600\/80:focus {
  border-inline-start-color: rgb(124 58 237 / 0.8);
}

.focus\:border-s-violet-600\/90:focus {
  border-inline-start-color: rgb(124 58 237 / 0.9);
}

.focus\:border-s-violet-600\/95:focus {
  border-inline-start-color: rgb(124 58 237 / 0.95);
}

.focus\:border-s-violet-700:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(109 40 217 / var(--tw-border-opacity));
}

.focus\:border-s-violet-700\/0:focus {
  border-inline-start-color: rgb(109 40 217 / 0);
}

.focus\:border-s-violet-700\/10:focus {
  border-inline-start-color: rgb(109 40 217 / 0.1);
}

.focus\:border-s-violet-700\/100:focus {
  border-inline-start-color: rgb(109 40 217 / 1);
}

.focus\:border-s-violet-700\/20:focus {
  border-inline-start-color: rgb(109 40 217 / 0.2);
}

.focus\:border-s-violet-700\/25:focus {
  border-inline-start-color: rgb(109 40 217 / 0.25);
}

.focus\:border-s-violet-700\/30:focus {
  border-inline-start-color: rgb(109 40 217 / 0.3);
}

.focus\:border-s-violet-700\/40:focus {
  border-inline-start-color: rgb(109 40 217 / 0.4);
}

.focus\:border-s-violet-700\/5:focus {
  border-inline-start-color: rgb(109 40 217 / 0.05);
}

.focus\:border-s-violet-700\/50:focus {
  border-inline-start-color: rgb(109 40 217 / 0.5);
}

.focus\:border-s-violet-700\/60:focus {
  border-inline-start-color: rgb(109 40 217 / 0.6);
}

.focus\:border-s-violet-700\/70:focus {
  border-inline-start-color: rgb(109 40 217 / 0.7);
}

.focus\:border-s-violet-700\/75:focus {
  border-inline-start-color: rgb(109 40 217 / 0.75);
}

.focus\:border-s-violet-700\/80:focus {
  border-inline-start-color: rgb(109 40 217 / 0.8);
}

.focus\:border-s-violet-700\/90:focus {
  border-inline-start-color: rgb(109 40 217 / 0.9);
}

.focus\:border-s-violet-700\/95:focus {
  border-inline-start-color: rgb(109 40 217 / 0.95);
}

.focus\:border-s-violet-800:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(91 33 182 / var(--tw-border-opacity));
}

.focus\:border-s-violet-800\/0:focus {
  border-inline-start-color: rgb(91 33 182 / 0);
}

.focus\:border-s-violet-800\/10:focus {
  border-inline-start-color: rgb(91 33 182 / 0.1);
}

.focus\:border-s-violet-800\/100:focus {
  border-inline-start-color: rgb(91 33 182 / 1);
}

.focus\:border-s-violet-800\/20:focus {
  border-inline-start-color: rgb(91 33 182 / 0.2);
}

.focus\:border-s-violet-800\/25:focus {
  border-inline-start-color: rgb(91 33 182 / 0.25);
}

.focus\:border-s-violet-800\/30:focus {
  border-inline-start-color: rgb(91 33 182 / 0.3);
}

.focus\:border-s-violet-800\/40:focus {
  border-inline-start-color: rgb(91 33 182 / 0.4);
}

.focus\:border-s-violet-800\/5:focus {
  border-inline-start-color: rgb(91 33 182 / 0.05);
}

.focus\:border-s-violet-800\/50:focus {
  border-inline-start-color: rgb(91 33 182 / 0.5);
}

.focus\:border-s-violet-800\/60:focus {
  border-inline-start-color: rgb(91 33 182 / 0.6);
}

.focus\:border-s-violet-800\/70:focus {
  border-inline-start-color: rgb(91 33 182 / 0.7);
}

.focus\:border-s-violet-800\/75:focus {
  border-inline-start-color: rgb(91 33 182 / 0.75);
}

.focus\:border-s-violet-800\/80:focus {
  border-inline-start-color: rgb(91 33 182 / 0.8);
}

.focus\:border-s-violet-800\/90:focus {
  border-inline-start-color: rgb(91 33 182 / 0.9);
}

.focus\:border-s-violet-800\/95:focus {
  border-inline-start-color: rgb(91 33 182 / 0.95);
}

.focus\:border-s-violet-900:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(76 29 149 / var(--tw-border-opacity));
}

.focus\:border-s-violet-900\/0:focus {
  border-inline-start-color: rgb(76 29 149 / 0);
}

.focus\:border-s-violet-900\/10:focus {
  border-inline-start-color: rgb(76 29 149 / 0.1);
}

.focus\:border-s-violet-900\/100:focus {
  border-inline-start-color: rgb(76 29 149 / 1);
}

.focus\:border-s-violet-900\/20:focus {
  border-inline-start-color: rgb(76 29 149 / 0.2);
}

.focus\:border-s-violet-900\/25:focus {
  border-inline-start-color: rgb(76 29 149 / 0.25);
}

.focus\:border-s-violet-900\/30:focus {
  border-inline-start-color: rgb(76 29 149 / 0.3);
}

.focus\:border-s-violet-900\/40:focus {
  border-inline-start-color: rgb(76 29 149 / 0.4);
}

.focus\:border-s-violet-900\/5:focus {
  border-inline-start-color: rgb(76 29 149 / 0.05);
}

.focus\:border-s-violet-900\/50:focus {
  border-inline-start-color: rgb(76 29 149 / 0.5);
}

.focus\:border-s-violet-900\/60:focus {
  border-inline-start-color: rgb(76 29 149 / 0.6);
}

.focus\:border-s-violet-900\/70:focus {
  border-inline-start-color: rgb(76 29 149 / 0.7);
}

.focus\:border-s-violet-900\/75:focus {
  border-inline-start-color: rgb(76 29 149 / 0.75);
}

.focus\:border-s-violet-900\/80:focus {
  border-inline-start-color: rgb(76 29 149 / 0.8);
}

.focus\:border-s-violet-900\/90:focus {
  border-inline-start-color: rgb(76 29 149 / 0.9);
}

.focus\:border-s-violet-900\/95:focus {
  border-inline-start-color: rgb(76 29 149 / 0.95);
}

.focus\:border-s-violet-950:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(46 16 101 / var(--tw-border-opacity));
}

.focus\:border-s-violet-950\/0:focus {
  border-inline-start-color: rgb(46 16 101 / 0);
}

.focus\:border-s-violet-950\/10:focus {
  border-inline-start-color: rgb(46 16 101 / 0.1);
}

.focus\:border-s-violet-950\/100:focus {
  border-inline-start-color: rgb(46 16 101 / 1);
}

.focus\:border-s-violet-950\/20:focus {
  border-inline-start-color: rgb(46 16 101 / 0.2);
}

.focus\:border-s-violet-950\/25:focus {
  border-inline-start-color: rgb(46 16 101 / 0.25);
}

.focus\:border-s-violet-950\/30:focus {
  border-inline-start-color: rgb(46 16 101 / 0.3);
}

.focus\:border-s-violet-950\/40:focus {
  border-inline-start-color: rgb(46 16 101 / 0.4);
}

.focus\:border-s-violet-950\/5:focus {
  border-inline-start-color: rgb(46 16 101 / 0.05);
}

.focus\:border-s-violet-950\/50:focus {
  border-inline-start-color: rgb(46 16 101 / 0.5);
}

.focus\:border-s-violet-950\/60:focus {
  border-inline-start-color: rgb(46 16 101 / 0.6);
}

.focus\:border-s-violet-950\/70:focus {
  border-inline-start-color: rgb(46 16 101 / 0.7);
}

.focus\:border-s-violet-950\/75:focus {
  border-inline-start-color: rgb(46 16 101 / 0.75);
}

.focus\:border-s-violet-950\/80:focus {
  border-inline-start-color: rgb(46 16 101 / 0.8);
}

.focus\:border-s-violet-950\/90:focus {
  border-inline-start-color: rgb(46 16 101 / 0.9);
}

.focus\:border-s-violet-950\/95:focus {
  border-inline-start-color: rgb(46 16 101 / 0.95);
}

.focus\:border-s-white:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.focus\:border-s-white\/0:focus {
  border-inline-start-color: rgb(255 255 255 / 0);
}

.focus\:border-s-white\/10:focus {
  border-inline-start-color: rgb(255 255 255 / 0.1);
}

.focus\:border-s-white\/100:focus {
  border-inline-start-color: rgb(255 255 255 / 1);
}

.focus\:border-s-white\/20:focus {
  border-inline-start-color: rgb(255 255 255 / 0.2);
}

.focus\:border-s-white\/25:focus {
  border-inline-start-color: rgb(255 255 255 / 0.25);
}

.focus\:border-s-white\/30:focus {
  border-inline-start-color: rgb(255 255 255 / 0.3);
}

.focus\:border-s-white\/40:focus {
  border-inline-start-color: rgb(255 255 255 / 0.4);
}

.focus\:border-s-white\/5:focus {
  border-inline-start-color: rgb(255 255 255 / 0.05);
}

.focus\:border-s-white\/50:focus {
  border-inline-start-color: rgb(255 255 255 / 0.5);
}

.focus\:border-s-white\/60:focus {
  border-inline-start-color: rgb(255 255 255 / 0.6);
}

.focus\:border-s-white\/70:focus {
  border-inline-start-color: rgb(255 255 255 / 0.7);
}

.focus\:border-s-white\/75:focus {
  border-inline-start-color: rgb(255 255 255 / 0.75);
}

.focus\:border-s-white\/80:focus {
  border-inline-start-color: rgb(255 255 255 / 0.8);
}

.focus\:border-s-white\/90:focus {
  border-inline-start-color: rgb(255 255 255 / 0.9);
}

.focus\:border-s-white\/95:focus {
  border-inline-start-color: rgb(255 255 255 / 0.95);
}

.focus\:border-s-work-identity-300:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(166 235 194 / var(--tw-border-opacity));
}

.focus\:border-s-work-identity-300\/0:focus {
  border-inline-start-color: rgb(166 235 194 / 0);
}

.focus\:border-s-work-identity-300\/10:focus {
  border-inline-start-color: rgb(166 235 194 / 0.1);
}

.focus\:border-s-work-identity-300\/100:focus {
  border-inline-start-color: rgb(166 235 194 / 1);
}

.focus\:border-s-work-identity-300\/20:focus {
  border-inline-start-color: rgb(166 235 194 / 0.2);
}

.focus\:border-s-work-identity-300\/25:focus {
  border-inline-start-color: rgb(166 235 194 / 0.25);
}

.focus\:border-s-work-identity-300\/30:focus {
  border-inline-start-color: rgb(166 235 194 / 0.3);
}

.focus\:border-s-work-identity-300\/40:focus {
  border-inline-start-color: rgb(166 235 194 / 0.4);
}

.focus\:border-s-work-identity-300\/5:focus {
  border-inline-start-color: rgb(166 235 194 / 0.05);
}

.focus\:border-s-work-identity-300\/50:focus {
  border-inline-start-color: rgb(166 235 194 / 0.5);
}

.focus\:border-s-work-identity-300\/60:focus {
  border-inline-start-color: rgb(166 235 194 / 0.6);
}

.focus\:border-s-work-identity-300\/70:focus {
  border-inline-start-color: rgb(166 235 194 / 0.7);
}

.focus\:border-s-work-identity-300\/75:focus {
  border-inline-start-color: rgb(166 235 194 / 0.75);
}

.focus\:border-s-work-identity-300\/80:focus {
  border-inline-start-color: rgb(166 235 194 / 0.8);
}

.focus\:border-s-work-identity-300\/90:focus {
  border-inline-start-color: rgb(166 235 194 / 0.9);
}

.focus\:border-s-work-identity-300\/95:focus {
  border-inline-start-color: rgb(166 235 194 / 0.95);
}

.focus\:border-s-work-identity-400:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(83 221 139 / var(--tw-border-opacity));
}

.focus\:border-s-work-identity-400\/0:focus {
  border-inline-start-color: rgb(83 221 139 / 0);
}

.focus\:border-s-work-identity-400\/10:focus {
  border-inline-start-color: rgb(83 221 139 / 0.1);
}

.focus\:border-s-work-identity-400\/100:focus {
  border-inline-start-color: rgb(83 221 139 / 1);
}

.focus\:border-s-work-identity-400\/20:focus {
  border-inline-start-color: rgb(83 221 139 / 0.2);
}

.focus\:border-s-work-identity-400\/25:focus {
  border-inline-start-color: rgb(83 221 139 / 0.25);
}

.focus\:border-s-work-identity-400\/30:focus {
  border-inline-start-color: rgb(83 221 139 / 0.3);
}

.focus\:border-s-work-identity-400\/40:focus {
  border-inline-start-color: rgb(83 221 139 / 0.4);
}

.focus\:border-s-work-identity-400\/5:focus {
  border-inline-start-color: rgb(83 221 139 / 0.05);
}

.focus\:border-s-work-identity-400\/50:focus {
  border-inline-start-color: rgb(83 221 139 / 0.5);
}

.focus\:border-s-work-identity-400\/60:focus {
  border-inline-start-color: rgb(83 221 139 / 0.6);
}

.focus\:border-s-work-identity-400\/70:focus {
  border-inline-start-color: rgb(83 221 139 / 0.7);
}

.focus\:border-s-work-identity-400\/75:focus {
  border-inline-start-color: rgb(83 221 139 / 0.75);
}

.focus\:border-s-work-identity-400\/80:focus {
  border-inline-start-color: rgb(83 221 139 / 0.8);
}

.focus\:border-s-work-identity-400\/90:focus {
  border-inline-start-color: rgb(83 221 139 / 0.9);
}

.focus\:border-s-work-identity-400\/95:focus {
  border-inline-start-color: rgb(83 221 139 / 0.95);
}

.focus\:border-s-work-identity-500:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(0 208 84 / var(--tw-border-opacity));
}

.focus\:border-s-work-identity-500\/0:focus {
  border-inline-start-color: rgb(0 208 84 / 0);
}

.focus\:border-s-work-identity-500\/10:focus {
  border-inline-start-color: rgb(0 208 84 / 0.1);
}

.focus\:border-s-work-identity-500\/100:focus {
  border-inline-start-color: rgb(0 208 84 / 1);
}

.focus\:border-s-work-identity-500\/20:focus {
  border-inline-start-color: rgb(0 208 84 / 0.2);
}

.focus\:border-s-work-identity-500\/25:focus {
  border-inline-start-color: rgb(0 208 84 / 0.25);
}

.focus\:border-s-work-identity-500\/30:focus {
  border-inline-start-color: rgb(0 208 84 / 0.3);
}

.focus\:border-s-work-identity-500\/40:focus {
  border-inline-start-color: rgb(0 208 84 / 0.4);
}

.focus\:border-s-work-identity-500\/5:focus {
  border-inline-start-color: rgb(0 208 84 / 0.05);
}

.focus\:border-s-work-identity-500\/50:focus {
  border-inline-start-color: rgb(0 208 84 / 0.5);
}

.focus\:border-s-work-identity-500\/60:focus {
  border-inline-start-color: rgb(0 208 84 / 0.6);
}

.focus\:border-s-work-identity-500\/70:focus {
  border-inline-start-color: rgb(0 208 84 / 0.7);
}

.focus\:border-s-work-identity-500\/75:focus {
  border-inline-start-color: rgb(0 208 84 / 0.75);
}

.focus\:border-s-work-identity-500\/80:focus {
  border-inline-start-color: rgb(0 208 84 / 0.8);
}

.focus\:border-s-work-identity-500\/90:focus {
  border-inline-start-color: rgb(0 208 84 / 0.9);
}

.focus\:border-s-work-identity-500\/95:focus {
  border-inline-start-color: rgb(0 208 84 / 0.95);
}

.focus\:border-s-work-identity-900:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(249 249 249 / var(--tw-border-opacity));
}

.focus\:border-s-work-identity-900\/0:focus {
  border-inline-start-color: rgb(249 249 249 / 0);
}

.focus\:border-s-work-identity-900\/10:focus {
  border-inline-start-color: rgb(249 249 249 / 0.1);
}

.focus\:border-s-work-identity-900\/100:focus {
  border-inline-start-color: rgb(249 249 249 / 1);
}

.focus\:border-s-work-identity-900\/20:focus {
  border-inline-start-color: rgb(249 249 249 / 0.2);
}

.focus\:border-s-work-identity-900\/25:focus {
  border-inline-start-color: rgb(249 249 249 / 0.25);
}

.focus\:border-s-work-identity-900\/30:focus {
  border-inline-start-color: rgb(249 249 249 / 0.3);
}

.focus\:border-s-work-identity-900\/40:focus {
  border-inline-start-color: rgb(249 249 249 / 0.4);
}

.focus\:border-s-work-identity-900\/5:focus {
  border-inline-start-color: rgb(249 249 249 / 0.05);
}

.focus\:border-s-work-identity-900\/50:focus {
  border-inline-start-color: rgb(249 249 249 / 0.5);
}

.focus\:border-s-work-identity-900\/60:focus {
  border-inline-start-color: rgb(249 249 249 / 0.6);
}

.focus\:border-s-work-identity-900\/70:focus {
  border-inline-start-color: rgb(249 249 249 / 0.7);
}

.focus\:border-s-work-identity-900\/75:focus {
  border-inline-start-color: rgb(249 249 249 / 0.75);
}

.focus\:border-s-work-identity-900\/80:focus {
  border-inline-start-color: rgb(249 249 249 / 0.8);
}

.focus\:border-s-work-identity-900\/90:focus {
  border-inline-start-color: rgb(249 249 249 / 0.9);
}

.focus\:border-s-work-identity-900\/95:focus {
  border-inline-start-color: rgb(249 249 249 / 0.95);
}

.focus\:border-s-yellow-100:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.focus\:border-s-yellow-100\/0:focus {
  border-inline-start-color: rgb(254 249 195 / 0);
}

.focus\:border-s-yellow-100\/10:focus {
  border-inline-start-color: rgb(254 249 195 / 0.1);
}

.focus\:border-s-yellow-100\/100:focus {
  border-inline-start-color: rgb(254 249 195 / 1);
}

.focus\:border-s-yellow-100\/20:focus {
  border-inline-start-color: rgb(254 249 195 / 0.2);
}

.focus\:border-s-yellow-100\/25:focus {
  border-inline-start-color: rgb(254 249 195 / 0.25);
}

.focus\:border-s-yellow-100\/30:focus {
  border-inline-start-color: rgb(254 249 195 / 0.3);
}

.focus\:border-s-yellow-100\/40:focus {
  border-inline-start-color: rgb(254 249 195 / 0.4);
}

.focus\:border-s-yellow-100\/5:focus {
  border-inline-start-color: rgb(254 249 195 / 0.05);
}

.focus\:border-s-yellow-100\/50:focus {
  border-inline-start-color: rgb(254 249 195 / 0.5);
}

.focus\:border-s-yellow-100\/60:focus {
  border-inline-start-color: rgb(254 249 195 / 0.6);
}

.focus\:border-s-yellow-100\/70:focus {
  border-inline-start-color: rgb(254 249 195 / 0.7);
}

.focus\:border-s-yellow-100\/75:focus {
  border-inline-start-color: rgb(254 249 195 / 0.75);
}

.focus\:border-s-yellow-100\/80:focus {
  border-inline-start-color: rgb(254 249 195 / 0.8);
}

.focus\:border-s-yellow-100\/90:focus {
  border-inline-start-color: rgb(254 249 195 / 0.9);
}

.focus\:border-s-yellow-100\/95:focus {
  border-inline-start-color: rgb(254 249 195 / 0.95);
}

.focus\:border-s-yellow-200:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.focus\:border-s-yellow-200\/0:focus {
  border-inline-start-color: rgb(254 240 138 / 0);
}

.focus\:border-s-yellow-200\/10:focus {
  border-inline-start-color: rgb(254 240 138 / 0.1);
}

.focus\:border-s-yellow-200\/100:focus {
  border-inline-start-color: rgb(254 240 138 / 1);
}

.focus\:border-s-yellow-200\/20:focus {
  border-inline-start-color: rgb(254 240 138 / 0.2);
}

.focus\:border-s-yellow-200\/25:focus {
  border-inline-start-color: rgb(254 240 138 / 0.25);
}

.focus\:border-s-yellow-200\/30:focus {
  border-inline-start-color: rgb(254 240 138 / 0.3);
}

.focus\:border-s-yellow-200\/40:focus {
  border-inline-start-color: rgb(254 240 138 / 0.4);
}

.focus\:border-s-yellow-200\/5:focus {
  border-inline-start-color: rgb(254 240 138 / 0.05);
}

.focus\:border-s-yellow-200\/50:focus {
  border-inline-start-color: rgb(254 240 138 / 0.5);
}

.focus\:border-s-yellow-200\/60:focus {
  border-inline-start-color: rgb(254 240 138 / 0.6);
}

.focus\:border-s-yellow-200\/70:focus {
  border-inline-start-color: rgb(254 240 138 / 0.7);
}

.focus\:border-s-yellow-200\/75:focus {
  border-inline-start-color: rgb(254 240 138 / 0.75);
}

.focus\:border-s-yellow-200\/80:focus {
  border-inline-start-color: rgb(254 240 138 / 0.8);
}

.focus\:border-s-yellow-200\/90:focus {
  border-inline-start-color: rgb(254 240 138 / 0.9);
}

.focus\:border-s-yellow-200\/95:focus {
  border-inline-start-color: rgb(254 240 138 / 0.95);
}

.focus\:border-s-yellow-300:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.focus\:border-s-yellow-300\/0:focus {
  border-inline-start-color: rgb(253 224 71 / 0);
}

.focus\:border-s-yellow-300\/10:focus {
  border-inline-start-color: rgb(253 224 71 / 0.1);
}

.focus\:border-s-yellow-300\/100:focus {
  border-inline-start-color: rgb(253 224 71 / 1);
}

.focus\:border-s-yellow-300\/20:focus {
  border-inline-start-color: rgb(253 224 71 / 0.2);
}

.focus\:border-s-yellow-300\/25:focus {
  border-inline-start-color: rgb(253 224 71 / 0.25);
}

.focus\:border-s-yellow-300\/30:focus {
  border-inline-start-color: rgb(253 224 71 / 0.3);
}

.focus\:border-s-yellow-300\/40:focus {
  border-inline-start-color: rgb(253 224 71 / 0.4);
}

.focus\:border-s-yellow-300\/5:focus {
  border-inline-start-color: rgb(253 224 71 / 0.05);
}

.focus\:border-s-yellow-300\/50:focus {
  border-inline-start-color: rgb(253 224 71 / 0.5);
}

.focus\:border-s-yellow-300\/60:focus {
  border-inline-start-color: rgb(253 224 71 / 0.6);
}

.focus\:border-s-yellow-300\/70:focus {
  border-inline-start-color: rgb(253 224 71 / 0.7);
}

.focus\:border-s-yellow-300\/75:focus {
  border-inline-start-color: rgb(253 224 71 / 0.75);
}

.focus\:border-s-yellow-300\/80:focus {
  border-inline-start-color: rgb(253 224 71 / 0.8);
}

.focus\:border-s-yellow-300\/90:focus {
  border-inline-start-color: rgb(253 224 71 / 0.9);
}

.focus\:border-s-yellow-300\/95:focus {
  border-inline-start-color: rgb(253 224 71 / 0.95);
}

.focus\:border-s-yellow-400:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.focus\:border-s-yellow-400\/0:focus {
  border-inline-start-color: rgb(250 204 21 / 0);
}

.focus\:border-s-yellow-400\/10:focus {
  border-inline-start-color: rgb(250 204 21 / 0.1);
}

.focus\:border-s-yellow-400\/100:focus {
  border-inline-start-color: rgb(250 204 21 / 1);
}

.focus\:border-s-yellow-400\/20:focus {
  border-inline-start-color: rgb(250 204 21 / 0.2);
}

.focus\:border-s-yellow-400\/25:focus {
  border-inline-start-color: rgb(250 204 21 / 0.25);
}

.focus\:border-s-yellow-400\/30:focus {
  border-inline-start-color: rgb(250 204 21 / 0.3);
}

.focus\:border-s-yellow-400\/40:focus {
  border-inline-start-color: rgb(250 204 21 / 0.4);
}

.focus\:border-s-yellow-400\/5:focus {
  border-inline-start-color: rgb(250 204 21 / 0.05);
}

.focus\:border-s-yellow-400\/50:focus {
  border-inline-start-color: rgb(250 204 21 / 0.5);
}

.focus\:border-s-yellow-400\/60:focus {
  border-inline-start-color: rgb(250 204 21 / 0.6);
}

.focus\:border-s-yellow-400\/70:focus {
  border-inline-start-color: rgb(250 204 21 / 0.7);
}

.focus\:border-s-yellow-400\/75:focus {
  border-inline-start-color: rgb(250 204 21 / 0.75);
}

.focus\:border-s-yellow-400\/80:focus {
  border-inline-start-color: rgb(250 204 21 / 0.8);
}

.focus\:border-s-yellow-400\/90:focus {
  border-inline-start-color: rgb(250 204 21 / 0.9);
}

.focus\:border-s-yellow-400\/95:focus {
  border-inline-start-color: rgb(250 204 21 / 0.95);
}

.focus\:border-s-yellow-50:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.focus\:border-s-yellow-50\/0:focus {
  border-inline-start-color: rgb(254 252 232 / 0);
}

.focus\:border-s-yellow-50\/10:focus {
  border-inline-start-color: rgb(254 252 232 / 0.1);
}

.focus\:border-s-yellow-50\/100:focus {
  border-inline-start-color: rgb(254 252 232 / 1);
}

.focus\:border-s-yellow-50\/20:focus {
  border-inline-start-color: rgb(254 252 232 / 0.2);
}

.focus\:border-s-yellow-50\/25:focus {
  border-inline-start-color: rgb(254 252 232 / 0.25);
}

.focus\:border-s-yellow-50\/30:focus {
  border-inline-start-color: rgb(254 252 232 / 0.3);
}

.focus\:border-s-yellow-50\/40:focus {
  border-inline-start-color: rgb(254 252 232 / 0.4);
}

.focus\:border-s-yellow-50\/5:focus {
  border-inline-start-color: rgb(254 252 232 / 0.05);
}

.focus\:border-s-yellow-50\/50:focus {
  border-inline-start-color: rgb(254 252 232 / 0.5);
}

.focus\:border-s-yellow-50\/60:focus {
  border-inline-start-color: rgb(254 252 232 / 0.6);
}

.focus\:border-s-yellow-50\/70:focus {
  border-inline-start-color: rgb(254 252 232 / 0.7);
}

.focus\:border-s-yellow-50\/75:focus {
  border-inline-start-color: rgb(254 252 232 / 0.75);
}

.focus\:border-s-yellow-50\/80:focus {
  border-inline-start-color: rgb(254 252 232 / 0.8);
}

.focus\:border-s-yellow-50\/90:focus {
  border-inline-start-color: rgb(254 252 232 / 0.9);
}

.focus\:border-s-yellow-50\/95:focus {
  border-inline-start-color: rgb(254 252 232 / 0.95);
}

.focus\:border-s-yellow-500:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.focus\:border-s-yellow-500\/0:focus {
  border-inline-start-color: rgb(234 179 8 / 0);
}

.focus\:border-s-yellow-500\/10:focus {
  border-inline-start-color: rgb(234 179 8 / 0.1);
}

.focus\:border-s-yellow-500\/100:focus {
  border-inline-start-color: rgb(234 179 8 / 1);
}

.focus\:border-s-yellow-500\/20:focus {
  border-inline-start-color: rgb(234 179 8 / 0.2);
}

.focus\:border-s-yellow-500\/25:focus {
  border-inline-start-color: rgb(234 179 8 / 0.25);
}

.focus\:border-s-yellow-500\/30:focus {
  border-inline-start-color: rgb(234 179 8 / 0.3);
}

.focus\:border-s-yellow-500\/40:focus {
  border-inline-start-color: rgb(234 179 8 / 0.4);
}

.focus\:border-s-yellow-500\/5:focus {
  border-inline-start-color: rgb(234 179 8 / 0.05);
}

.focus\:border-s-yellow-500\/50:focus {
  border-inline-start-color: rgb(234 179 8 / 0.5);
}

.focus\:border-s-yellow-500\/60:focus {
  border-inline-start-color: rgb(234 179 8 / 0.6);
}

.focus\:border-s-yellow-500\/70:focus {
  border-inline-start-color: rgb(234 179 8 / 0.7);
}

.focus\:border-s-yellow-500\/75:focus {
  border-inline-start-color: rgb(234 179 8 / 0.75);
}

.focus\:border-s-yellow-500\/80:focus {
  border-inline-start-color: rgb(234 179 8 / 0.8);
}

.focus\:border-s-yellow-500\/90:focus {
  border-inline-start-color: rgb(234 179 8 / 0.9);
}

.focus\:border-s-yellow-500\/95:focus {
  border-inline-start-color: rgb(234 179 8 / 0.95);
}

.focus\:border-s-yellow-600:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.focus\:border-s-yellow-600\/0:focus {
  border-inline-start-color: rgb(202 138 4 / 0);
}

.focus\:border-s-yellow-600\/10:focus {
  border-inline-start-color: rgb(202 138 4 / 0.1);
}

.focus\:border-s-yellow-600\/100:focus {
  border-inline-start-color: rgb(202 138 4 / 1);
}

.focus\:border-s-yellow-600\/20:focus {
  border-inline-start-color: rgb(202 138 4 / 0.2);
}

.focus\:border-s-yellow-600\/25:focus {
  border-inline-start-color: rgb(202 138 4 / 0.25);
}

.focus\:border-s-yellow-600\/30:focus {
  border-inline-start-color: rgb(202 138 4 / 0.3);
}

.focus\:border-s-yellow-600\/40:focus {
  border-inline-start-color: rgb(202 138 4 / 0.4);
}

.focus\:border-s-yellow-600\/5:focus {
  border-inline-start-color: rgb(202 138 4 / 0.05);
}

.focus\:border-s-yellow-600\/50:focus {
  border-inline-start-color: rgb(202 138 4 / 0.5);
}

.focus\:border-s-yellow-600\/60:focus {
  border-inline-start-color: rgb(202 138 4 / 0.6);
}

.focus\:border-s-yellow-600\/70:focus {
  border-inline-start-color: rgb(202 138 4 / 0.7);
}

.focus\:border-s-yellow-600\/75:focus {
  border-inline-start-color: rgb(202 138 4 / 0.75);
}

.focus\:border-s-yellow-600\/80:focus {
  border-inline-start-color: rgb(202 138 4 / 0.8);
}

.focus\:border-s-yellow-600\/90:focus {
  border-inline-start-color: rgb(202 138 4 / 0.9);
}

.focus\:border-s-yellow-600\/95:focus {
  border-inline-start-color: rgb(202 138 4 / 0.95);
}

.focus\:border-s-yellow-700:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.focus\:border-s-yellow-700\/0:focus {
  border-inline-start-color: rgb(161 98 7 / 0);
}

.focus\:border-s-yellow-700\/10:focus {
  border-inline-start-color: rgb(161 98 7 / 0.1);
}

.focus\:border-s-yellow-700\/100:focus {
  border-inline-start-color: rgb(161 98 7 / 1);
}

.focus\:border-s-yellow-700\/20:focus {
  border-inline-start-color: rgb(161 98 7 / 0.2);
}

.focus\:border-s-yellow-700\/25:focus {
  border-inline-start-color: rgb(161 98 7 / 0.25);
}

.focus\:border-s-yellow-700\/30:focus {
  border-inline-start-color: rgb(161 98 7 / 0.3);
}

.focus\:border-s-yellow-700\/40:focus {
  border-inline-start-color: rgb(161 98 7 / 0.4);
}

.focus\:border-s-yellow-700\/5:focus {
  border-inline-start-color: rgb(161 98 7 / 0.05);
}

.focus\:border-s-yellow-700\/50:focus {
  border-inline-start-color: rgb(161 98 7 / 0.5);
}

.focus\:border-s-yellow-700\/60:focus {
  border-inline-start-color: rgb(161 98 7 / 0.6);
}

.focus\:border-s-yellow-700\/70:focus {
  border-inline-start-color: rgb(161 98 7 / 0.7);
}

.focus\:border-s-yellow-700\/75:focus {
  border-inline-start-color: rgb(161 98 7 / 0.75);
}

.focus\:border-s-yellow-700\/80:focus {
  border-inline-start-color: rgb(161 98 7 / 0.8);
}

.focus\:border-s-yellow-700\/90:focus {
  border-inline-start-color: rgb(161 98 7 / 0.9);
}

.focus\:border-s-yellow-700\/95:focus {
  border-inline-start-color: rgb(161 98 7 / 0.95);
}

.focus\:border-s-yellow-800:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.focus\:border-s-yellow-800\/0:focus {
  border-inline-start-color: rgb(133 77 14 / 0);
}

.focus\:border-s-yellow-800\/10:focus {
  border-inline-start-color: rgb(133 77 14 / 0.1);
}

.focus\:border-s-yellow-800\/100:focus {
  border-inline-start-color: rgb(133 77 14 / 1);
}

.focus\:border-s-yellow-800\/20:focus {
  border-inline-start-color: rgb(133 77 14 / 0.2);
}

.focus\:border-s-yellow-800\/25:focus {
  border-inline-start-color: rgb(133 77 14 / 0.25);
}

.focus\:border-s-yellow-800\/30:focus {
  border-inline-start-color: rgb(133 77 14 / 0.3);
}

.focus\:border-s-yellow-800\/40:focus {
  border-inline-start-color: rgb(133 77 14 / 0.4);
}

.focus\:border-s-yellow-800\/5:focus {
  border-inline-start-color: rgb(133 77 14 / 0.05);
}

.focus\:border-s-yellow-800\/50:focus {
  border-inline-start-color: rgb(133 77 14 / 0.5);
}

.focus\:border-s-yellow-800\/60:focus {
  border-inline-start-color: rgb(133 77 14 / 0.6);
}

.focus\:border-s-yellow-800\/70:focus {
  border-inline-start-color: rgb(133 77 14 / 0.7);
}

.focus\:border-s-yellow-800\/75:focus {
  border-inline-start-color: rgb(133 77 14 / 0.75);
}

.focus\:border-s-yellow-800\/80:focus {
  border-inline-start-color: rgb(133 77 14 / 0.8);
}

.focus\:border-s-yellow-800\/90:focus {
  border-inline-start-color: rgb(133 77 14 / 0.9);
}

.focus\:border-s-yellow-800\/95:focus {
  border-inline-start-color: rgb(133 77 14 / 0.95);
}

.focus\:border-s-yellow-900:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.focus\:border-s-yellow-900\/0:focus {
  border-inline-start-color: rgb(113 63 18 / 0);
}

.focus\:border-s-yellow-900\/10:focus {
  border-inline-start-color: rgb(113 63 18 / 0.1);
}

.focus\:border-s-yellow-900\/100:focus {
  border-inline-start-color: rgb(113 63 18 / 1);
}

.focus\:border-s-yellow-900\/20:focus {
  border-inline-start-color: rgb(113 63 18 / 0.2);
}

.focus\:border-s-yellow-900\/25:focus {
  border-inline-start-color: rgb(113 63 18 / 0.25);
}

.focus\:border-s-yellow-900\/30:focus {
  border-inline-start-color: rgb(113 63 18 / 0.3);
}

.focus\:border-s-yellow-900\/40:focus {
  border-inline-start-color: rgb(113 63 18 / 0.4);
}

.focus\:border-s-yellow-900\/5:focus {
  border-inline-start-color: rgb(113 63 18 / 0.05);
}

.focus\:border-s-yellow-900\/50:focus {
  border-inline-start-color: rgb(113 63 18 / 0.5);
}

.focus\:border-s-yellow-900\/60:focus {
  border-inline-start-color: rgb(113 63 18 / 0.6);
}

.focus\:border-s-yellow-900\/70:focus {
  border-inline-start-color: rgb(113 63 18 / 0.7);
}

.focus\:border-s-yellow-900\/75:focus {
  border-inline-start-color: rgb(113 63 18 / 0.75);
}

.focus\:border-s-yellow-900\/80:focus {
  border-inline-start-color: rgb(113 63 18 / 0.8);
}

.focus\:border-s-yellow-900\/90:focus {
  border-inline-start-color: rgb(113 63 18 / 0.9);
}

.focus\:border-s-yellow-900\/95:focus {
  border-inline-start-color: rgb(113 63 18 / 0.95);
}

.focus\:border-s-yellow-950:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.focus\:border-s-yellow-950\/0:focus {
  border-inline-start-color: rgb(66 32 6 / 0);
}

.focus\:border-s-yellow-950\/10:focus {
  border-inline-start-color: rgb(66 32 6 / 0.1);
}

.focus\:border-s-yellow-950\/100:focus {
  border-inline-start-color: rgb(66 32 6 / 1);
}

.focus\:border-s-yellow-950\/20:focus {
  border-inline-start-color: rgb(66 32 6 / 0.2);
}

.focus\:border-s-yellow-950\/25:focus {
  border-inline-start-color: rgb(66 32 6 / 0.25);
}

.focus\:border-s-yellow-950\/30:focus {
  border-inline-start-color: rgb(66 32 6 / 0.3);
}

.focus\:border-s-yellow-950\/40:focus {
  border-inline-start-color: rgb(66 32 6 / 0.4);
}

.focus\:border-s-yellow-950\/5:focus {
  border-inline-start-color: rgb(66 32 6 / 0.05);
}

.focus\:border-s-yellow-950\/50:focus {
  border-inline-start-color: rgb(66 32 6 / 0.5);
}

.focus\:border-s-yellow-950\/60:focus {
  border-inline-start-color: rgb(66 32 6 / 0.6);
}

.focus\:border-s-yellow-950\/70:focus {
  border-inline-start-color: rgb(66 32 6 / 0.7);
}

.focus\:border-s-yellow-950\/75:focus {
  border-inline-start-color: rgb(66 32 6 / 0.75);
}

.focus\:border-s-yellow-950\/80:focus {
  border-inline-start-color: rgb(66 32 6 / 0.8);
}

.focus\:border-s-yellow-950\/90:focus {
  border-inline-start-color: rgb(66 32 6 / 0.9);
}

.focus\:border-s-yellow-950\/95:focus {
  border-inline-start-color: rgb(66 32 6 / 0.95);
}

.focus\:border-s-zinc-100:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(244 244 245 / var(--tw-border-opacity));
}

.focus\:border-s-zinc-100\/0:focus {
  border-inline-start-color: rgb(244 244 245 / 0);
}

.focus\:border-s-zinc-100\/10:focus {
  border-inline-start-color: rgb(244 244 245 / 0.1);
}

.focus\:border-s-zinc-100\/100:focus {
  border-inline-start-color: rgb(244 244 245 / 1);
}

.focus\:border-s-zinc-100\/20:focus {
  border-inline-start-color: rgb(244 244 245 / 0.2);
}

.focus\:border-s-zinc-100\/25:focus {
  border-inline-start-color: rgb(244 244 245 / 0.25);
}

.focus\:border-s-zinc-100\/30:focus {
  border-inline-start-color: rgb(244 244 245 / 0.3);
}

.focus\:border-s-zinc-100\/40:focus {
  border-inline-start-color: rgb(244 244 245 / 0.4);
}

.focus\:border-s-zinc-100\/5:focus {
  border-inline-start-color: rgb(244 244 245 / 0.05);
}

.focus\:border-s-zinc-100\/50:focus {
  border-inline-start-color: rgb(244 244 245 / 0.5);
}

.focus\:border-s-zinc-100\/60:focus {
  border-inline-start-color: rgb(244 244 245 / 0.6);
}

.focus\:border-s-zinc-100\/70:focus {
  border-inline-start-color: rgb(244 244 245 / 0.7);
}

.focus\:border-s-zinc-100\/75:focus {
  border-inline-start-color: rgb(244 244 245 / 0.75);
}

.focus\:border-s-zinc-100\/80:focus {
  border-inline-start-color: rgb(244 244 245 / 0.8);
}

.focus\:border-s-zinc-100\/90:focus {
  border-inline-start-color: rgb(244 244 245 / 0.9);
}

.focus\:border-s-zinc-100\/95:focus {
  border-inline-start-color: rgb(244 244 245 / 0.95);
}

.focus\:border-s-zinc-200:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.focus\:border-s-zinc-200\/0:focus {
  border-inline-start-color: rgb(228 228 231 / 0);
}

.focus\:border-s-zinc-200\/10:focus {
  border-inline-start-color: rgb(228 228 231 / 0.1);
}

.focus\:border-s-zinc-200\/100:focus {
  border-inline-start-color: rgb(228 228 231 / 1);
}

.focus\:border-s-zinc-200\/20:focus {
  border-inline-start-color: rgb(228 228 231 / 0.2);
}

.focus\:border-s-zinc-200\/25:focus {
  border-inline-start-color: rgb(228 228 231 / 0.25);
}

.focus\:border-s-zinc-200\/30:focus {
  border-inline-start-color: rgb(228 228 231 / 0.3);
}

.focus\:border-s-zinc-200\/40:focus {
  border-inline-start-color: rgb(228 228 231 / 0.4);
}

.focus\:border-s-zinc-200\/5:focus {
  border-inline-start-color: rgb(228 228 231 / 0.05);
}

.focus\:border-s-zinc-200\/50:focus {
  border-inline-start-color: rgb(228 228 231 / 0.5);
}

.focus\:border-s-zinc-200\/60:focus {
  border-inline-start-color: rgb(228 228 231 / 0.6);
}

.focus\:border-s-zinc-200\/70:focus {
  border-inline-start-color: rgb(228 228 231 / 0.7);
}

.focus\:border-s-zinc-200\/75:focus {
  border-inline-start-color: rgb(228 228 231 / 0.75);
}

.focus\:border-s-zinc-200\/80:focus {
  border-inline-start-color: rgb(228 228 231 / 0.8);
}

.focus\:border-s-zinc-200\/90:focus {
  border-inline-start-color: rgb(228 228 231 / 0.9);
}

.focus\:border-s-zinc-200\/95:focus {
  border-inline-start-color: rgb(228 228 231 / 0.95);
}

.focus\:border-s-zinc-300:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.focus\:border-s-zinc-300\/0:focus {
  border-inline-start-color: rgb(212 212 216 / 0);
}

.focus\:border-s-zinc-300\/10:focus {
  border-inline-start-color: rgb(212 212 216 / 0.1);
}

.focus\:border-s-zinc-300\/100:focus {
  border-inline-start-color: rgb(212 212 216 / 1);
}

.focus\:border-s-zinc-300\/20:focus {
  border-inline-start-color: rgb(212 212 216 / 0.2);
}

.focus\:border-s-zinc-300\/25:focus {
  border-inline-start-color: rgb(212 212 216 / 0.25);
}

.focus\:border-s-zinc-300\/30:focus {
  border-inline-start-color: rgb(212 212 216 / 0.3);
}

.focus\:border-s-zinc-300\/40:focus {
  border-inline-start-color: rgb(212 212 216 / 0.4);
}

.focus\:border-s-zinc-300\/5:focus {
  border-inline-start-color: rgb(212 212 216 / 0.05);
}

.focus\:border-s-zinc-300\/50:focus {
  border-inline-start-color: rgb(212 212 216 / 0.5);
}

.focus\:border-s-zinc-300\/60:focus {
  border-inline-start-color: rgb(212 212 216 / 0.6);
}

.focus\:border-s-zinc-300\/70:focus {
  border-inline-start-color: rgb(212 212 216 / 0.7);
}

.focus\:border-s-zinc-300\/75:focus {
  border-inline-start-color: rgb(212 212 216 / 0.75);
}

.focus\:border-s-zinc-300\/80:focus {
  border-inline-start-color: rgb(212 212 216 / 0.8);
}

.focus\:border-s-zinc-300\/90:focus {
  border-inline-start-color: rgb(212 212 216 / 0.9);
}

.focus\:border-s-zinc-300\/95:focus {
  border-inline-start-color: rgb(212 212 216 / 0.95);
}

.focus\:border-s-zinc-400:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.focus\:border-s-zinc-400\/0:focus {
  border-inline-start-color: rgb(161 161 170 / 0);
}

.focus\:border-s-zinc-400\/10:focus {
  border-inline-start-color: rgb(161 161 170 / 0.1);
}

.focus\:border-s-zinc-400\/100:focus {
  border-inline-start-color: rgb(161 161 170 / 1);
}

.focus\:border-s-zinc-400\/20:focus {
  border-inline-start-color: rgb(161 161 170 / 0.2);
}

.focus\:border-s-zinc-400\/25:focus {
  border-inline-start-color: rgb(161 161 170 / 0.25);
}

.focus\:border-s-zinc-400\/30:focus {
  border-inline-start-color: rgb(161 161 170 / 0.3);
}

.focus\:border-s-zinc-400\/40:focus {
  border-inline-start-color: rgb(161 161 170 / 0.4);
}

.focus\:border-s-zinc-400\/5:focus {
  border-inline-start-color: rgb(161 161 170 / 0.05);
}

.focus\:border-s-zinc-400\/50:focus {
  border-inline-start-color: rgb(161 161 170 / 0.5);
}

.focus\:border-s-zinc-400\/60:focus {
  border-inline-start-color: rgb(161 161 170 / 0.6);
}

.focus\:border-s-zinc-400\/70:focus {
  border-inline-start-color: rgb(161 161 170 / 0.7);
}

.focus\:border-s-zinc-400\/75:focus {
  border-inline-start-color: rgb(161 161 170 / 0.75);
}

.focus\:border-s-zinc-400\/80:focus {
  border-inline-start-color: rgb(161 161 170 / 0.8);
}

.focus\:border-s-zinc-400\/90:focus {
  border-inline-start-color: rgb(161 161 170 / 0.9);
}

.focus\:border-s-zinc-400\/95:focus {
  border-inline-start-color: rgb(161 161 170 / 0.95);
}

.focus\:border-s-zinc-50:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.focus\:border-s-zinc-50\/0:focus {
  border-inline-start-color: rgb(250 250 250 / 0);
}

.focus\:border-s-zinc-50\/10:focus {
  border-inline-start-color: rgb(250 250 250 / 0.1);
}

.focus\:border-s-zinc-50\/100:focus {
  border-inline-start-color: rgb(250 250 250 / 1);
}

.focus\:border-s-zinc-50\/20:focus {
  border-inline-start-color: rgb(250 250 250 / 0.2);
}

.focus\:border-s-zinc-50\/25:focus {
  border-inline-start-color: rgb(250 250 250 / 0.25);
}

.focus\:border-s-zinc-50\/30:focus {
  border-inline-start-color: rgb(250 250 250 / 0.3);
}

.focus\:border-s-zinc-50\/40:focus {
  border-inline-start-color: rgb(250 250 250 / 0.4);
}

.focus\:border-s-zinc-50\/5:focus {
  border-inline-start-color: rgb(250 250 250 / 0.05);
}

.focus\:border-s-zinc-50\/50:focus {
  border-inline-start-color: rgb(250 250 250 / 0.5);
}

.focus\:border-s-zinc-50\/60:focus {
  border-inline-start-color: rgb(250 250 250 / 0.6);
}

.focus\:border-s-zinc-50\/70:focus {
  border-inline-start-color: rgb(250 250 250 / 0.7);
}

.focus\:border-s-zinc-50\/75:focus {
  border-inline-start-color: rgb(250 250 250 / 0.75);
}

.focus\:border-s-zinc-50\/80:focus {
  border-inline-start-color: rgb(250 250 250 / 0.8);
}

.focus\:border-s-zinc-50\/90:focus {
  border-inline-start-color: rgb(250 250 250 / 0.9);
}

.focus\:border-s-zinc-50\/95:focus {
  border-inline-start-color: rgb(250 250 250 / 0.95);
}

.focus\:border-s-zinc-500:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(113 113 122 / var(--tw-border-opacity));
}

.focus\:border-s-zinc-500\/0:focus {
  border-inline-start-color: rgb(113 113 122 / 0);
}

.focus\:border-s-zinc-500\/10:focus {
  border-inline-start-color: rgb(113 113 122 / 0.1);
}

.focus\:border-s-zinc-500\/100:focus {
  border-inline-start-color: rgb(113 113 122 / 1);
}

.focus\:border-s-zinc-500\/20:focus {
  border-inline-start-color: rgb(113 113 122 / 0.2);
}

.focus\:border-s-zinc-500\/25:focus {
  border-inline-start-color: rgb(113 113 122 / 0.25);
}

.focus\:border-s-zinc-500\/30:focus {
  border-inline-start-color: rgb(113 113 122 / 0.3);
}

.focus\:border-s-zinc-500\/40:focus {
  border-inline-start-color: rgb(113 113 122 / 0.4);
}

.focus\:border-s-zinc-500\/5:focus {
  border-inline-start-color: rgb(113 113 122 / 0.05);
}

.focus\:border-s-zinc-500\/50:focus {
  border-inline-start-color: rgb(113 113 122 / 0.5);
}

.focus\:border-s-zinc-500\/60:focus {
  border-inline-start-color: rgb(113 113 122 / 0.6);
}

.focus\:border-s-zinc-500\/70:focus {
  border-inline-start-color: rgb(113 113 122 / 0.7);
}

.focus\:border-s-zinc-500\/75:focus {
  border-inline-start-color: rgb(113 113 122 / 0.75);
}

.focus\:border-s-zinc-500\/80:focus {
  border-inline-start-color: rgb(113 113 122 / 0.8);
}

.focus\:border-s-zinc-500\/90:focus {
  border-inline-start-color: rgb(113 113 122 / 0.9);
}

.focus\:border-s-zinc-500\/95:focus {
  border-inline-start-color: rgb(113 113 122 / 0.95);
}

.focus\:border-s-zinc-600:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(82 82 91 / var(--tw-border-opacity));
}

.focus\:border-s-zinc-600\/0:focus {
  border-inline-start-color: rgb(82 82 91 / 0);
}

.focus\:border-s-zinc-600\/10:focus {
  border-inline-start-color: rgb(82 82 91 / 0.1);
}

.focus\:border-s-zinc-600\/100:focus {
  border-inline-start-color: rgb(82 82 91 / 1);
}

.focus\:border-s-zinc-600\/20:focus {
  border-inline-start-color: rgb(82 82 91 / 0.2);
}

.focus\:border-s-zinc-600\/25:focus {
  border-inline-start-color: rgb(82 82 91 / 0.25);
}

.focus\:border-s-zinc-600\/30:focus {
  border-inline-start-color: rgb(82 82 91 / 0.3);
}

.focus\:border-s-zinc-600\/40:focus {
  border-inline-start-color: rgb(82 82 91 / 0.4);
}

.focus\:border-s-zinc-600\/5:focus {
  border-inline-start-color: rgb(82 82 91 / 0.05);
}

.focus\:border-s-zinc-600\/50:focus {
  border-inline-start-color: rgb(82 82 91 / 0.5);
}

.focus\:border-s-zinc-600\/60:focus {
  border-inline-start-color: rgb(82 82 91 / 0.6);
}

.focus\:border-s-zinc-600\/70:focus {
  border-inline-start-color: rgb(82 82 91 / 0.7);
}

.focus\:border-s-zinc-600\/75:focus {
  border-inline-start-color: rgb(82 82 91 / 0.75);
}

.focus\:border-s-zinc-600\/80:focus {
  border-inline-start-color: rgb(82 82 91 / 0.8);
}

.focus\:border-s-zinc-600\/90:focus {
  border-inline-start-color: rgb(82 82 91 / 0.9);
}

.focus\:border-s-zinc-600\/95:focus {
  border-inline-start-color: rgb(82 82 91 / 0.95);
}

.focus\:border-s-zinc-700:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.focus\:border-s-zinc-700\/0:focus {
  border-inline-start-color: rgb(63 63 70 / 0);
}

.focus\:border-s-zinc-700\/10:focus {
  border-inline-start-color: rgb(63 63 70 / 0.1);
}

.focus\:border-s-zinc-700\/100:focus {
  border-inline-start-color: rgb(63 63 70 / 1);
}

.focus\:border-s-zinc-700\/20:focus {
  border-inline-start-color: rgb(63 63 70 / 0.2);
}

.focus\:border-s-zinc-700\/25:focus {
  border-inline-start-color: rgb(63 63 70 / 0.25);
}

.focus\:border-s-zinc-700\/30:focus {
  border-inline-start-color: rgb(63 63 70 / 0.3);
}

.focus\:border-s-zinc-700\/40:focus {
  border-inline-start-color: rgb(63 63 70 / 0.4);
}

.focus\:border-s-zinc-700\/5:focus {
  border-inline-start-color: rgb(63 63 70 / 0.05);
}

.focus\:border-s-zinc-700\/50:focus {
  border-inline-start-color: rgb(63 63 70 / 0.5);
}

.focus\:border-s-zinc-700\/60:focus {
  border-inline-start-color: rgb(63 63 70 / 0.6);
}

.focus\:border-s-zinc-700\/70:focus {
  border-inline-start-color: rgb(63 63 70 / 0.7);
}

.focus\:border-s-zinc-700\/75:focus {
  border-inline-start-color: rgb(63 63 70 / 0.75);
}

.focus\:border-s-zinc-700\/80:focus {
  border-inline-start-color: rgb(63 63 70 / 0.8);
}

.focus\:border-s-zinc-700\/90:focus {
  border-inline-start-color: rgb(63 63 70 / 0.9);
}

.focus\:border-s-zinc-700\/95:focus {
  border-inline-start-color: rgb(63 63 70 / 0.95);
}

.focus\:border-s-zinc-800:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(39 39 42 / var(--tw-border-opacity));
}

.focus\:border-s-zinc-800\/0:focus {
  border-inline-start-color: rgb(39 39 42 / 0);
}

.focus\:border-s-zinc-800\/10:focus {
  border-inline-start-color: rgb(39 39 42 / 0.1);
}

.focus\:border-s-zinc-800\/100:focus {
  border-inline-start-color: rgb(39 39 42 / 1);
}

.focus\:border-s-zinc-800\/20:focus {
  border-inline-start-color: rgb(39 39 42 / 0.2);
}

.focus\:border-s-zinc-800\/25:focus {
  border-inline-start-color: rgb(39 39 42 / 0.25);
}

.focus\:border-s-zinc-800\/30:focus {
  border-inline-start-color: rgb(39 39 42 / 0.3);
}

.focus\:border-s-zinc-800\/40:focus {
  border-inline-start-color: rgb(39 39 42 / 0.4);
}

.focus\:border-s-zinc-800\/5:focus {
  border-inline-start-color: rgb(39 39 42 / 0.05);
}

.focus\:border-s-zinc-800\/50:focus {
  border-inline-start-color: rgb(39 39 42 / 0.5);
}

.focus\:border-s-zinc-800\/60:focus {
  border-inline-start-color: rgb(39 39 42 / 0.6);
}

.focus\:border-s-zinc-800\/70:focus {
  border-inline-start-color: rgb(39 39 42 / 0.7);
}

.focus\:border-s-zinc-800\/75:focus {
  border-inline-start-color: rgb(39 39 42 / 0.75);
}

.focus\:border-s-zinc-800\/80:focus {
  border-inline-start-color: rgb(39 39 42 / 0.8);
}

.focus\:border-s-zinc-800\/90:focus {
  border-inline-start-color: rgb(39 39 42 / 0.9);
}

.focus\:border-s-zinc-800\/95:focus {
  border-inline-start-color: rgb(39 39 42 / 0.95);
}

.focus\:border-s-zinc-900:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.focus\:border-s-zinc-900\/0:focus {
  border-inline-start-color: rgb(24 24 27 / 0);
}

.focus\:border-s-zinc-900\/10:focus {
  border-inline-start-color: rgb(24 24 27 / 0.1);
}

.focus\:border-s-zinc-900\/100:focus {
  border-inline-start-color: rgb(24 24 27 / 1);
}

.focus\:border-s-zinc-900\/20:focus {
  border-inline-start-color: rgb(24 24 27 / 0.2);
}

.focus\:border-s-zinc-900\/25:focus {
  border-inline-start-color: rgb(24 24 27 / 0.25);
}

.focus\:border-s-zinc-900\/30:focus {
  border-inline-start-color: rgb(24 24 27 / 0.3);
}

.focus\:border-s-zinc-900\/40:focus {
  border-inline-start-color: rgb(24 24 27 / 0.4);
}

.focus\:border-s-zinc-900\/5:focus {
  border-inline-start-color: rgb(24 24 27 / 0.05);
}

.focus\:border-s-zinc-900\/50:focus {
  border-inline-start-color: rgb(24 24 27 / 0.5);
}

.focus\:border-s-zinc-900\/60:focus {
  border-inline-start-color: rgb(24 24 27 / 0.6);
}

.focus\:border-s-zinc-900\/70:focus {
  border-inline-start-color: rgb(24 24 27 / 0.7);
}

.focus\:border-s-zinc-900\/75:focus {
  border-inline-start-color: rgb(24 24 27 / 0.75);
}

.focus\:border-s-zinc-900\/80:focus {
  border-inline-start-color: rgb(24 24 27 / 0.8);
}

.focus\:border-s-zinc-900\/90:focus {
  border-inline-start-color: rgb(24 24 27 / 0.9);
}

.focus\:border-s-zinc-900\/95:focus {
  border-inline-start-color: rgb(24 24 27 / 0.95);
}

.focus\:border-s-zinc-950:focus {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(9 9 11 / var(--tw-border-opacity));
}

.focus\:border-s-zinc-950\/0:focus {
  border-inline-start-color: rgb(9 9 11 / 0);
}

.focus\:border-s-zinc-950\/10:focus {
  border-inline-start-color: rgb(9 9 11 / 0.1);
}

.focus\:border-s-zinc-950\/100:focus {
  border-inline-start-color: rgb(9 9 11 / 1);
}

.focus\:border-s-zinc-950\/20:focus {
  border-inline-start-color: rgb(9 9 11 / 0.2);
}

.focus\:border-s-zinc-950\/25:focus {
  border-inline-start-color: rgb(9 9 11 / 0.25);
}

.focus\:border-s-zinc-950\/30:focus {
  border-inline-start-color: rgb(9 9 11 / 0.3);
}

.focus\:border-s-zinc-950\/40:focus {
  border-inline-start-color: rgb(9 9 11 / 0.4);
}

.focus\:border-s-zinc-950\/5:focus {
  border-inline-start-color: rgb(9 9 11 / 0.05);
}

.focus\:border-s-zinc-950\/50:focus {
  border-inline-start-color: rgb(9 9 11 / 0.5);
}

.focus\:border-s-zinc-950\/60:focus {
  border-inline-start-color: rgb(9 9 11 / 0.6);
}

.focus\:border-s-zinc-950\/70:focus {
  border-inline-start-color: rgb(9 9 11 / 0.7);
}

.focus\:border-s-zinc-950\/75:focus {
  border-inline-start-color: rgb(9 9 11 / 0.75);
}

.focus\:border-s-zinc-950\/80:focus {
  border-inline-start-color: rgb(9 9 11 / 0.8);
}

.focus\:border-s-zinc-950\/90:focus {
  border-inline-start-color: rgb(9 9 11 / 0.9);
}

.focus\:border-s-zinc-950\/95:focus {
  border-inline-start-color: rgb(9 9 11 / 0.95);
}

.focus\:border-t-amber-100:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 243 199 / var(--tw-border-opacity));
}

.focus\:border-t-amber-100\/0:focus {
  border-top-color: rgb(254 243 199 / 0);
}

.focus\:border-t-amber-100\/10:focus {
  border-top-color: rgb(254 243 199 / 0.1);
}

.focus\:border-t-amber-100\/100:focus {
  border-top-color: rgb(254 243 199 / 1);
}

.focus\:border-t-amber-100\/20:focus {
  border-top-color: rgb(254 243 199 / 0.2);
}

.focus\:border-t-amber-100\/25:focus {
  border-top-color: rgb(254 243 199 / 0.25);
}

.focus\:border-t-amber-100\/30:focus {
  border-top-color: rgb(254 243 199 / 0.3);
}

.focus\:border-t-amber-100\/40:focus {
  border-top-color: rgb(254 243 199 / 0.4);
}

.focus\:border-t-amber-100\/5:focus {
  border-top-color: rgb(254 243 199 / 0.05);
}

.focus\:border-t-amber-100\/50:focus {
  border-top-color: rgb(254 243 199 / 0.5);
}

.focus\:border-t-amber-100\/60:focus {
  border-top-color: rgb(254 243 199 / 0.6);
}

.focus\:border-t-amber-100\/70:focus {
  border-top-color: rgb(254 243 199 / 0.7);
}

.focus\:border-t-amber-100\/75:focus {
  border-top-color: rgb(254 243 199 / 0.75);
}

.focus\:border-t-amber-100\/80:focus {
  border-top-color: rgb(254 243 199 / 0.8);
}

.focus\:border-t-amber-100\/90:focus {
  border-top-color: rgb(254 243 199 / 0.9);
}

.focus\:border-t-amber-100\/95:focus {
  border-top-color: rgb(254 243 199 / 0.95);
}

.focus\:border-t-amber-200:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 230 138 / var(--tw-border-opacity));
}

.focus\:border-t-amber-200\/0:focus {
  border-top-color: rgb(253 230 138 / 0);
}

.focus\:border-t-amber-200\/10:focus {
  border-top-color: rgb(253 230 138 / 0.1);
}

.focus\:border-t-amber-200\/100:focus {
  border-top-color: rgb(253 230 138 / 1);
}

.focus\:border-t-amber-200\/20:focus {
  border-top-color: rgb(253 230 138 / 0.2);
}

.focus\:border-t-amber-200\/25:focus {
  border-top-color: rgb(253 230 138 / 0.25);
}

.focus\:border-t-amber-200\/30:focus {
  border-top-color: rgb(253 230 138 / 0.3);
}

.focus\:border-t-amber-200\/40:focus {
  border-top-color: rgb(253 230 138 / 0.4);
}

.focus\:border-t-amber-200\/5:focus {
  border-top-color: rgb(253 230 138 / 0.05);
}

.focus\:border-t-amber-200\/50:focus {
  border-top-color: rgb(253 230 138 / 0.5);
}

.focus\:border-t-amber-200\/60:focus {
  border-top-color: rgb(253 230 138 / 0.6);
}

.focus\:border-t-amber-200\/70:focus {
  border-top-color: rgb(253 230 138 / 0.7);
}

.focus\:border-t-amber-200\/75:focus {
  border-top-color: rgb(253 230 138 / 0.75);
}

.focus\:border-t-amber-200\/80:focus {
  border-top-color: rgb(253 230 138 / 0.8);
}

.focus\:border-t-amber-200\/90:focus {
  border-top-color: rgb(253 230 138 / 0.9);
}

.focus\:border-t-amber-200\/95:focus {
  border-top-color: rgb(253 230 138 / 0.95);
}

.focus\:border-t-amber-300:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(252 211 77 / var(--tw-border-opacity));
}

.focus\:border-t-amber-300\/0:focus {
  border-top-color: rgb(252 211 77 / 0);
}

.focus\:border-t-amber-300\/10:focus {
  border-top-color: rgb(252 211 77 / 0.1);
}

.focus\:border-t-amber-300\/100:focus {
  border-top-color: rgb(252 211 77 / 1);
}

.focus\:border-t-amber-300\/20:focus {
  border-top-color: rgb(252 211 77 / 0.2);
}

.focus\:border-t-amber-300\/25:focus {
  border-top-color: rgb(252 211 77 / 0.25);
}

.focus\:border-t-amber-300\/30:focus {
  border-top-color: rgb(252 211 77 / 0.3);
}

.focus\:border-t-amber-300\/40:focus {
  border-top-color: rgb(252 211 77 / 0.4);
}

.focus\:border-t-amber-300\/5:focus {
  border-top-color: rgb(252 211 77 / 0.05);
}

.focus\:border-t-amber-300\/50:focus {
  border-top-color: rgb(252 211 77 / 0.5);
}

.focus\:border-t-amber-300\/60:focus {
  border-top-color: rgb(252 211 77 / 0.6);
}

.focus\:border-t-amber-300\/70:focus {
  border-top-color: rgb(252 211 77 / 0.7);
}

.focus\:border-t-amber-300\/75:focus {
  border-top-color: rgb(252 211 77 / 0.75);
}

.focus\:border-t-amber-300\/80:focus {
  border-top-color: rgb(252 211 77 / 0.8);
}

.focus\:border-t-amber-300\/90:focus {
  border-top-color: rgb(252 211 77 / 0.9);
}

.focus\:border-t-amber-300\/95:focus {
  border-top-color: rgb(252 211 77 / 0.95);
}

.focus\:border-t-amber-400:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(251 191 36 / var(--tw-border-opacity));
}

.focus\:border-t-amber-400\/0:focus {
  border-top-color: rgb(251 191 36 / 0);
}

.focus\:border-t-amber-400\/10:focus {
  border-top-color: rgb(251 191 36 / 0.1);
}

.focus\:border-t-amber-400\/100:focus {
  border-top-color: rgb(251 191 36 / 1);
}

.focus\:border-t-amber-400\/20:focus {
  border-top-color: rgb(251 191 36 / 0.2);
}

.focus\:border-t-amber-400\/25:focus {
  border-top-color: rgb(251 191 36 / 0.25);
}

.focus\:border-t-amber-400\/30:focus {
  border-top-color: rgb(251 191 36 / 0.3);
}

.focus\:border-t-amber-400\/40:focus {
  border-top-color: rgb(251 191 36 / 0.4);
}

.focus\:border-t-amber-400\/5:focus {
  border-top-color: rgb(251 191 36 / 0.05);
}

.focus\:border-t-amber-400\/50:focus {
  border-top-color: rgb(251 191 36 / 0.5);
}

.focus\:border-t-amber-400\/60:focus {
  border-top-color: rgb(251 191 36 / 0.6);
}

.focus\:border-t-amber-400\/70:focus {
  border-top-color: rgb(251 191 36 / 0.7);
}

.focus\:border-t-amber-400\/75:focus {
  border-top-color: rgb(251 191 36 / 0.75);
}

.focus\:border-t-amber-400\/80:focus {
  border-top-color: rgb(251 191 36 / 0.8);
}

.focus\:border-t-amber-400\/90:focus {
  border-top-color: rgb(251 191 36 / 0.9);
}

.focus\:border-t-amber-400\/95:focus {
  border-top-color: rgb(251 191 36 / 0.95);
}

.focus\:border-t-amber-50:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.focus\:border-t-amber-50\/0:focus {
  border-top-color: rgb(255 251 235 / 0);
}

.focus\:border-t-amber-50\/10:focus {
  border-top-color: rgb(255 251 235 / 0.1);
}

.focus\:border-t-amber-50\/100:focus {
  border-top-color: rgb(255 251 235 / 1);
}

.focus\:border-t-amber-50\/20:focus {
  border-top-color: rgb(255 251 235 / 0.2);
}

.focus\:border-t-amber-50\/25:focus {
  border-top-color: rgb(255 251 235 / 0.25);
}

.focus\:border-t-amber-50\/30:focus {
  border-top-color: rgb(255 251 235 / 0.3);
}

.focus\:border-t-amber-50\/40:focus {
  border-top-color: rgb(255 251 235 / 0.4);
}

.focus\:border-t-amber-50\/5:focus {
  border-top-color: rgb(255 251 235 / 0.05);
}

.focus\:border-t-amber-50\/50:focus {
  border-top-color: rgb(255 251 235 / 0.5);
}

.focus\:border-t-amber-50\/60:focus {
  border-top-color: rgb(255 251 235 / 0.6);
}

.focus\:border-t-amber-50\/70:focus {
  border-top-color: rgb(255 251 235 / 0.7);
}

.focus\:border-t-amber-50\/75:focus {
  border-top-color: rgb(255 251 235 / 0.75);
}

.focus\:border-t-amber-50\/80:focus {
  border-top-color: rgb(255 251 235 / 0.8);
}

.focus\:border-t-amber-50\/90:focus {
  border-top-color: rgb(255 251 235 / 0.9);
}

.focus\:border-t-amber-50\/95:focus {
  border-top-color: rgb(255 251 235 / 0.95);
}

.focus\:border-t-amber-500:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 158 11 / var(--tw-border-opacity));
}

.focus\:border-t-amber-500\/0:focus {
  border-top-color: rgb(245 158 11 / 0);
}

.focus\:border-t-amber-500\/10:focus {
  border-top-color: rgb(245 158 11 / 0.1);
}

.focus\:border-t-amber-500\/100:focus {
  border-top-color: rgb(245 158 11 / 1);
}

.focus\:border-t-amber-500\/20:focus {
  border-top-color: rgb(245 158 11 / 0.2);
}

.focus\:border-t-amber-500\/25:focus {
  border-top-color: rgb(245 158 11 / 0.25);
}

.focus\:border-t-amber-500\/30:focus {
  border-top-color: rgb(245 158 11 / 0.3);
}

.focus\:border-t-amber-500\/40:focus {
  border-top-color: rgb(245 158 11 / 0.4);
}

.focus\:border-t-amber-500\/5:focus {
  border-top-color: rgb(245 158 11 / 0.05);
}

.focus\:border-t-amber-500\/50:focus {
  border-top-color: rgb(245 158 11 / 0.5);
}

.focus\:border-t-amber-500\/60:focus {
  border-top-color: rgb(245 158 11 / 0.6);
}

.focus\:border-t-amber-500\/70:focus {
  border-top-color: rgb(245 158 11 / 0.7);
}

.focus\:border-t-amber-500\/75:focus {
  border-top-color: rgb(245 158 11 / 0.75);
}

.focus\:border-t-amber-500\/80:focus {
  border-top-color: rgb(245 158 11 / 0.8);
}

.focus\:border-t-amber-500\/90:focus {
  border-top-color: rgb(245 158 11 / 0.9);
}

.focus\:border-t-amber-500\/95:focus {
  border-top-color: rgb(245 158 11 / 0.95);
}

.focus\:border-t-amber-600:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(217 119 6 / var(--tw-border-opacity));
}

.focus\:border-t-amber-600\/0:focus {
  border-top-color: rgb(217 119 6 / 0);
}

.focus\:border-t-amber-600\/10:focus {
  border-top-color: rgb(217 119 6 / 0.1);
}

.focus\:border-t-amber-600\/100:focus {
  border-top-color: rgb(217 119 6 / 1);
}

.focus\:border-t-amber-600\/20:focus {
  border-top-color: rgb(217 119 6 / 0.2);
}

.focus\:border-t-amber-600\/25:focus {
  border-top-color: rgb(217 119 6 / 0.25);
}

.focus\:border-t-amber-600\/30:focus {
  border-top-color: rgb(217 119 6 / 0.3);
}

.focus\:border-t-amber-600\/40:focus {
  border-top-color: rgb(217 119 6 / 0.4);
}

.focus\:border-t-amber-600\/5:focus {
  border-top-color: rgb(217 119 6 / 0.05);
}

.focus\:border-t-amber-600\/50:focus {
  border-top-color: rgb(217 119 6 / 0.5);
}

.focus\:border-t-amber-600\/60:focus {
  border-top-color: rgb(217 119 6 / 0.6);
}

.focus\:border-t-amber-600\/70:focus {
  border-top-color: rgb(217 119 6 / 0.7);
}

.focus\:border-t-amber-600\/75:focus {
  border-top-color: rgb(217 119 6 / 0.75);
}

.focus\:border-t-amber-600\/80:focus {
  border-top-color: rgb(217 119 6 / 0.8);
}

.focus\:border-t-amber-600\/90:focus {
  border-top-color: rgb(217 119 6 / 0.9);
}

.focus\:border-t-amber-600\/95:focus {
  border-top-color: rgb(217 119 6 / 0.95);
}

.focus\:border-t-amber-700:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(180 83 9 / var(--tw-border-opacity));
}

.focus\:border-t-amber-700\/0:focus {
  border-top-color: rgb(180 83 9 / 0);
}

.focus\:border-t-amber-700\/10:focus {
  border-top-color: rgb(180 83 9 / 0.1);
}

.focus\:border-t-amber-700\/100:focus {
  border-top-color: rgb(180 83 9 / 1);
}

.focus\:border-t-amber-700\/20:focus {
  border-top-color: rgb(180 83 9 / 0.2);
}

.focus\:border-t-amber-700\/25:focus {
  border-top-color: rgb(180 83 9 / 0.25);
}

.focus\:border-t-amber-700\/30:focus {
  border-top-color: rgb(180 83 9 / 0.3);
}

.focus\:border-t-amber-700\/40:focus {
  border-top-color: rgb(180 83 9 / 0.4);
}

.focus\:border-t-amber-700\/5:focus {
  border-top-color: rgb(180 83 9 / 0.05);
}

.focus\:border-t-amber-700\/50:focus {
  border-top-color: rgb(180 83 9 / 0.5);
}

.focus\:border-t-amber-700\/60:focus {
  border-top-color: rgb(180 83 9 / 0.6);
}

.focus\:border-t-amber-700\/70:focus {
  border-top-color: rgb(180 83 9 / 0.7);
}

.focus\:border-t-amber-700\/75:focus {
  border-top-color: rgb(180 83 9 / 0.75);
}

.focus\:border-t-amber-700\/80:focus {
  border-top-color: rgb(180 83 9 / 0.8);
}

.focus\:border-t-amber-700\/90:focus {
  border-top-color: rgb(180 83 9 / 0.9);
}

.focus\:border-t-amber-700\/95:focus {
  border-top-color: rgb(180 83 9 / 0.95);
}

.focus\:border-t-amber-800:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(146 64 14 / var(--tw-border-opacity));
}

.focus\:border-t-amber-800\/0:focus {
  border-top-color: rgb(146 64 14 / 0);
}

.focus\:border-t-amber-800\/10:focus {
  border-top-color: rgb(146 64 14 / 0.1);
}

.focus\:border-t-amber-800\/100:focus {
  border-top-color: rgb(146 64 14 / 1);
}

.focus\:border-t-amber-800\/20:focus {
  border-top-color: rgb(146 64 14 / 0.2);
}

.focus\:border-t-amber-800\/25:focus {
  border-top-color: rgb(146 64 14 / 0.25);
}

.focus\:border-t-amber-800\/30:focus {
  border-top-color: rgb(146 64 14 / 0.3);
}

.focus\:border-t-amber-800\/40:focus {
  border-top-color: rgb(146 64 14 / 0.4);
}

.focus\:border-t-amber-800\/5:focus {
  border-top-color: rgb(146 64 14 / 0.05);
}

.focus\:border-t-amber-800\/50:focus {
  border-top-color: rgb(146 64 14 / 0.5);
}

.focus\:border-t-amber-800\/60:focus {
  border-top-color: rgb(146 64 14 / 0.6);
}

.focus\:border-t-amber-800\/70:focus {
  border-top-color: rgb(146 64 14 / 0.7);
}

.focus\:border-t-amber-800\/75:focus {
  border-top-color: rgb(146 64 14 / 0.75);
}

.focus\:border-t-amber-800\/80:focus {
  border-top-color: rgb(146 64 14 / 0.8);
}

.focus\:border-t-amber-800\/90:focus {
  border-top-color: rgb(146 64 14 / 0.9);
}

.focus\:border-t-amber-800\/95:focus {
  border-top-color: rgb(146 64 14 / 0.95);
}

.focus\:border-t-amber-900:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(120 53 15 / var(--tw-border-opacity));
}

.focus\:border-t-amber-900\/0:focus {
  border-top-color: rgb(120 53 15 / 0);
}

.focus\:border-t-amber-900\/10:focus {
  border-top-color: rgb(120 53 15 / 0.1);
}

.focus\:border-t-amber-900\/100:focus {
  border-top-color: rgb(120 53 15 / 1);
}

.focus\:border-t-amber-900\/20:focus {
  border-top-color: rgb(120 53 15 / 0.2);
}

.focus\:border-t-amber-900\/25:focus {
  border-top-color: rgb(120 53 15 / 0.25);
}

.focus\:border-t-amber-900\/30:focus {
  border-top-color: rgb(120 53 15 / 0.3);
}

.focus\:border-t-amber-900\/40:focus {
  border-top-color: rgb(120 53 15 / 0.4);
}

.focus\:border-t-amber-900\/5:focus {
  border-top-color: rgb(120 53 15 / 0.05);
}

.focus\:border-t-amber-900\/50:focus {
  border-top-color: rgb(120 53 15 / 0.5);
}

.focus\:border-t-amber-900\/60:focus {
  border-top-color: rgb(120 53 15 / 0.6);
}

.focus\:border-t-amber-900\/70:focus {
  border-top-color: rgb(120 53 15 / 0.7);
}

.focus\:border-t-amber-900\/75:focus {
  border-top-color: rgb(120 53 15 / 0.75);
}

.focus\:border-t-amber-900\/80:focus {
  border-top-color: rgb(120 53 15 / 0.8);
}

.focus\:border-t-amber-900\/90:focus {
  border-top-color: rgb(120 53 15 / 0.9);
}

.focus\:border-t-amber-900\/95:focus {
  border-top-color: rgb(120 53 15 / 0.95);
}

.focus\:border-t-amber-950:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(69 26 3 / var(--tw-border-opacity));
}

.focus\:border-t-amber-950\/0:focus {
  border-top-color: rgb(69 26 3 / 0);
}

.focus\:border-t-amber-950\/10:focus {
  border-top-color: rgb(69 26 3 / 0.1);
}

.focus\:border-t-amber-950\/100:focus {
  border-top-color: rgb(69 26 3 / 1);
}

.focus\:border-t-amber-950\/20:focus {
  border-top-color: rgb(69 26 3 / 0.2);
}

.focus\:border-t-amber-950\/25:focus {
  border-top-color: rgb(69 26 3 / 0.25);
}

.focus\:border-t-amber-950\/30:focus {
  border-top-color: rgb(69 26 3 / 0.3);
}

.focus\:border-t-amber-950\/40:focus {
  border-top-color: rgb(69 26 3 / 0.4);
}

.focus\:border-t-amber-950\/5:focus {
  border-top-color: rgb(69 26 3 / 0.05);
}

.focus\:border-t-amber-950\/50:focus {
  border-top-color: rgb(69 26 3 / 0.5);
}

.focus\:border-t-amber-950\/60:focus {
  border-top-color: rgb(69 26 3 / 0.6);
}

.focus\:border-t-amber-950\/70:focus {
  border-top-color: rgb(69 26 3 / 0.7);
}

.focus\:border-t-amber-950\/75:focus {
  border-top-color: rgb(69 26 3 / 0.75);
}

.focus\:border-t-amber-950\/80:focus {
  border-top-color: rgb(69 26 3 / 0.8);
}

.focus\:border-t-amber-950\/90:focus {
  border-top-color: rgb(69 26 3 / 0.9);
}

.focus\:border-t-amber-950\/95:focus {
  border-top-color: rgb(69 26 3 / 0.95);
}

.focus\:border-t-black:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.focus\:border-t-black\/0:focus {
  border-top-color: rgb(0 0 0 / 0);
}

.focus\:border-t-black\/10:focus {
  border-top-color: rgb(0 0 0 / 0.1);
}

.focus\:border-t-black\/100:focus {
  border-top-color: rgb(0 0 0 / 1);
}

.focus\:border-t-black\/20:focus {
  border-top-color: rgb(0 0 0 / 0.2);
}

.focus\:border-t-black\/25:focus {
  border-top-color: rgb(0 0 0 / 0.25);
}

.focus\:border-t-black\/30:focus {
  border-top-color: rgb(0 0 0 / 0.3);
}

.focus\:border-t-black\/40:focus {
  border-top-color: rgb(0 0 0 / 0.4);
}

.focus\:border-t-black\/5:focus {
  border-top-color: rgb(0 0 0 / 0.05);
}

.focus\:border-t-black\/50:focus {
  border-top-color: rgb(0 0 0 / 0.5);
}

.focus\:border-t-black\/60:focus {
  border-top-color: rgb(0 0 0 / 0.6);
}

.focus\:border-t-black\/70:focus {
  border-top-color: rgb(0 0 0 / 0.7);
}

.focus\:border-t-black\/75:focus {
  border-top-color: rgb(0 0 0 / 0.75);
}

.focus\:border-t-black\/80:focus {
  border-top-color: rgb(0 0 0 / 0.8);
}

.focus\:border-t-black\/90:focus {
  border-top-color: rgb(0 0 0 / 0.9);
}

.focus\:border-t-black\/95:focus {
  border-top-color: rgb(0 0 0 / 0.95);
}

.focus\:border-t-blue-100:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(219 234 254 / var(--tw-border-opacity));
}

.focus\:border-t-blue-100\/0:focus {
  border-top-color: rgb(219 234 254 / 0);
}

.focus\:border-t-blue-100\/10:focus {
  border-top-color: rgb(219 234 254 / 0.1);
}

.focus\:border-t-blue-100\/100:focus {
  border-top-color: rgb(219 234 254 / 1);
}

.focus\:border-t-blue-100\/20:focus {
  border-top-color: rgb(219 234 254 / 0.2);
}

.focus\:border-t-blue-100\/25:focus {
  border-top-color: rgb(219 234 254 / 0.25);
}

.focus\:border-t-blue-100\/30:focus {
  border-top-color: rgb(219 234 254 / 0.3);
}

.focus\:border-t-blue-100\/40:focus {
  border-top-color: rgb(219 234 254 / 0.4);
}

.focus\:border-t-blue-100\/5:focus {
  border-top-color: rgb(219 234 254 / 0.05);
}

.focus\:border-t-blue-100\/50:focus {
  border-top-color: rgb(219 234 254 / 0.5);
}

.focus\:border-t-blue-100\/60:focus {
  border-top-color: rgb(219 234 254 / 0.6);
}

.focus\:border-t-blue-100\/70:focus {
  border-top-color: rgb(219 234 254 / 0.7);
}

.focus\:border-t-blue-100\/75:focus {
  border-top-color: rgb(219 234 254 / 0.75);
}

.focus\:border-t-blue-100\/80:focus {
  border-top-color: rgb(219 234 254 / 0.8);
}

.focus\:border-t-blue-100\/90:focus {
  border-top-color: rgb(219 234 254 / 0.9);
}

.focus\:border-t-blue-100\/95:focus {
  border-top-color: rgb(219 234 254 / 0.95);
}

.focus\:border-t-blue-200:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.focus\:border-t-blue-200\/0:focus {
  border-top-color: rgb(191 219 254 / 0);
}

.focus\:border-t-blue-200\/10:focus {
  border-top-color: rgb(191 219 254 / 0.1);
}

.focus\:border-t-blue-200\/100:focus {
  border-top-color: rgb(191 219 254 / 1);
}

.focus\:border-t-blue-200\/20:focus {
  border-top-color: rgb(191 219 254 / 0.2);
}

.focus\:border-t-blue-200\/25:focus {
  border-top-color: rgb(191 219 254 / 0.25);
}

.focus\:border-t-blue-200\/30:focus {
  border-top-color: rgb(191 219 254 / 0.3);
}

.focus\:border-t-blue-200\/40:focus {
  border-top-color: rgb(191 219 254 / 0.4);
}

.focus\:border-t-blue-200\/5:focus {
  border-top-color: rgb(191 219 254 / 0.05);
}

.focus\:border-t-blue-200\/50:focus {
  border-top-color: rgb(191 219 254 / 0.5);
}

.focus\:border-t-blue-200\/60:focus {
  border-top-color: rgb(191 219 254 / 0.6);
}

.focus\:border-t-blue-200\/70:focus {
  border-top-color: rgb(191 219 254 / 0.7);
}

.focus\:border-t-blue-200\/75:focus {
  border-top-color: rgb(191 219 254 / 0.75);
}

.focus\:border-t-blue-200\/80:focus {
  border-top-color: rgb(191 219 254 / 0.8);
}

.focus\:border-t-blue-200\/90:focus {
  border-top-color: rgb(191 219 254 / 0.9);
}

.focus\:border-t-blue-200\/95:focus {
  border-top-color: rgb(191 219 254 / 0.95);
}

.focus\:border-t-blue-300:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.focus\:border-t-blue-300\/0:focus {
  border-top-color: rgb(147 197 253 / 0);
}

.focus\:border-t-blue-300\/10:focus {
  border-top-color: rgb(147 197 253 / 0.1);
}

.focus\:border-t-blue-300\/100:focus {
  border-top-color: rgb(147 197 253 / 1);
}

.focus\:border-t-blue-300\/20:focus {
  border-top-color: rgb(147 197 253 / 0.2);
}

.focus\:border-t-blue-300\/25:focus {
  border-top-color: rgb(147 197 253 / 0.25);
}

.focus\:border-t-blue-300\/30:focus {
  border-top-color: rgb(147 197 253 / 0.3);
}

.focus\:border-t-blue-300\/40:focus {
  border-top-color: rgb(147 197 253 / 0.4);
}

.focus\:border-t-blue-300\/5:focus {
  border-top-color: rgb(147 197 253 / 0.05);
}

.focus\:border-t-blue-300\/50:focus {
  border-top-color: rgb(147 197 253 / 0.5);
}

.focus\:border-t-blue-300\/60:focus {
  border-top-color: rgb(147 197 253 / 0.6);
}

.focus\:border-t-blue-300\/70:focus {
  border-top-color: rgb(147 197 253 / 0.7);
}

.focus\:border-t-blue-300\/75:focus {
  border-top-color: rgb(147 197 253 / 0.75);
}

.focus\:border-t-blue-300\/80:focus {
  border-top-color: rgb(147 197 253 / 0.8);
}

.focus\:border-t-blue-300\/90:focus {
  border-top-color: rgb(147 197 253 / 0.9);
}

.focus\:border-t-blue-300\/95:focus {
  border-top-color: rgb(147 197 253 / 0.95);
}

.focus\:border-t-blue-400:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.focus\:border-t-blue-400\/0:focus {
  border-top-color: rgb(96 165 250 / 0);
}

.focus\:border-t-blue-400\/10:focus {
  border-top-color: rgb(96 165 250 / 0.1);
}

.focus\:border-t-blue-400\/100:focus {
  border-top-color: rgb(96 165 250 / 1);
}

.focus\:border-t-blue-400\/20:focus {
  border-top-color: rgb(96 165 250 / 0.2);
}

.focus\:border-t-blue-400\/25:focus {
  border-top-color: rgb(96 165 250 / 0.25);
}

.focus\:border-t-blue-400\/30:focus {
  border-top-color: rgb(96 165 250 / 0.3);
}

.focus\:border-t-blue-400\/40:focus {
  border-top-color: rgb(96 165 250 / 0.4);
}

.focus\:border-t-blue-400\/5:focus {
  border-top-color: rgb(96 165 250 / 0.05);
}

.focus\:border-t-blue-400\/50:focus {
  border-top-color: rgb(96 165 250 / 0.5);
}

.focus\:border-t-blue-400\/60:focus {
  border-top-color: rgb(96 165 250 / 0.6);
}

.focus\:border-t-blue-400\/70:focus {
  border-top-color: rgb(96 165 250 / 0.7);
}

.focus\:border-t-blue-400\/75:focus {
  border-top-color: rgb(96 165 250 / 0.75);
}

.focus\:border-t-blue-400\/80:focus {
  border-top-color: rgb(96 165 250 / 0.8);
}

.focus\:border-t-blue-400\/90:focus {
  border-top-color: rgb(96 165 250 / 0.9);
}

.focus\:border-t-blue-400\/95:focus {
  border-top-color: rgb(96 165 250 / 0.95);
}

.focus\:border-t-blue-50:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(239 246 255 / var(--tw-border-opacity));
}

.focus\:border-t-blue-50\/0:focus {
  border-top-color: rgb(239 246 255 / 0);
}

.focus\:border-t-blue-50\/10:focus {
  border-top-color: rgb(239 246 255 / 0.1);
}

.focus\:border-t-blue-50\/100:focus {
  border-top-color: rgb(239 246 255 / 1);
}

.focus\:border-t-blue-50\/20:focus {
  border-top-color: rgb(239 246 255 / 0.2);
}

.focus\:border-t-blue-50\/25:focus {
  border-top-color: rgb(239 246 255 / 0.25);
}

.focus\:border-t-blue-50\/30:focus {
  border-top-color: rgb(239 246 255 / 0.3);
}

.focus\:border-t-blue-50\/40:focus {
  border-top-color: rgb(239 246 255 / 0.4);
}

.focus\:border-t-blue-50\/5:focus {
  border-top-color: rgb(239 246 255 / 0.05);
}

.focus\:border-t-blue-50\/50:focus {
  border-top-color: rgb(239 246 255 / 0.5);
}

.focus\:border-t-blue-50\/60:focus {
  border-top-color: rgb(239 246 255 / 0.6);
}

.focus\:border-t-blue-50\/70:focus {
  border-top-color: rgb(239 246 255 / 0.7);
}

.focus\:border-t-blue-50\/75:focus {
  border-top-color: rgb(239 246 255 / 0.75);
}

.focus\:border-t-blue-50\/80:focus {
  border-top-color: rgb(239 246 255 / 0.8);
}

.focus\:border-t-blue-50\/90:focus {
  border-top-color: rgb(239 246 255 / 0.9);
}

.focus\:border-t-blue-50\/95:focus {
  border-top-color: rgb(239 246 255 / 0.95);
}

.focus\:border-t-blue-500:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.focus\:border-t-blue-500\/0:focus {
  border-top-color: rgb(59 130 246 / 0);
}

.focus\:border-t-blue-500\/10:focus {
  border-top-color: rgb(59 130 246 / 0.1);
}

.focus\:border-t-blue-500\/100:focus {
  border-top-color: rgb(59 130 246 / 1);
}

.focus\:border-t-blue-500\/20:focus {
  border-top-color: rgb(59 130 246 / 0.2);
}

.focus\:border-t-blue-500\/25:focus {
  border-top-color: rgb(59 130 246 / 0.25);
}

.focus\:border-t-blue-500\/30:focus {
  border-top-color: rgb(59 130 246 / 0.3);
}

.focus\:border-t-blue-500\/40:focus {
  border-top-color: rgb(59 130 246 / 0.4);
}

.focus\:border-t-blue-500\/5:focus {
  border-top-color: rgb(59 130 246 / 0.05);
}

.focus\:border-t-blue-500\/50:focus {
  border-top-color: rgb(59 130 246 / 0.5);
}

.focus\:border-t-blue-500\/60:focus {
  border-top-color: rgb(59 130 246 / 0.6);
}

.focus\:border-t-blue-500\/70:focus {
  border-top-color: rgb(59 130 246 / 0.7);
}

.focus\:border-t-blue-500\/75:focus {
  border-top-color: rgb(59 130 246 / 0.75);
}

.focus\:border-t-blue-500\/80:focus {
  border-top-color: rgb(59 130 246 / 0.8);
}

.focus\:border-t-blue-500\/90:focus {
  border-top-color: rgb(59 130 246 / 0.9);
}

.focus\:border-t-blue-500\/95:focus {
  border-top-color: rgb(59 130 246 / 0.95);
}

.focus\:border-t-blue-600:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.focus\:border-t-blue-600\/0:focus {
  border-top-color: rgb(37 99 235 / 0);
}

.focus\:border-t-blue-600\/10:focus {
  border-top-color: rgb(37 99 235 / 0.1);
}

.focus\:border-t-blue-600\/100:focus {
  border-top-color: rgb(37 99 235 / 1);
}

.focus\:border-t-blue-600\/20:focus {
  border-top-color: rgb(37 99 235 / 0.2);
}

.focus\:border-t-blue-600\/25:focus {
  border-top-color: rgb(37 99 235 / 0.25);
}

.focus\:border-t-blue-600\/30:focus {
  border-top-color: rgb(37 99 235 / 0.3);
}

.focus\:border-t-blue-600\/40:focus {
  border-top-color: rgb(37 99 235 / 0.4);
}

.focus\:border-t-blue-600\/5:focus {
  border-top-color: rgb(37 99 235 / 0.05);
}

.focus\:border-t-blue-600\/50:focus {
  border-top-color: rgb(37 99 235 / 0.5);
}

.focus\:border-t-blue-600\/60:focus {
  border-top-color: rgb(37 99 235 / 0.6);
}

.focus\:border-t-blue-600\/70:focus {
  border-top-color: rgb(37 99 235 / 0.7);
}

.focus\:border-t-blue-600\/75:focus {
  border-top-color: rgb(37 99 235 / 0.75);
}

.focus\:border-t-blue-600\/80:focus {
  border-top-color: rgb(37 99 235 / 0.8);
}

.focus\:border-t-blue-600\/90:focus {
  border-top-color: rgb(37 99 235 / 0.9);
}

.focus\:border-t-blue-600\/95:focus {
  border-top-color: rgb(37 99 235 / 0.95);
}

.focus\:border-t-blue-700:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.focus\:border-t-blue-700\/0:focus {
  border-top-color: rgb(29 78 216 / 0);
}

.focus\:border-t-blue-700\/10:focus {
  border-top-color: rgb(29 78 216 / 0.1);
}

.focus\:border-t-blue-700\/100:focus {
  border-top-color: rgb(29 78 216 / 1);
}

.focus\:border-t-blue-700\/20:focus {
  border-top-color: rgb(29 78 216 / 0.2);
}

.focus\:border-t-blue-700\/25:focus {
  border-top-color: rgb(29 78 216 / 0.25);
}

.focus\:border-t-blue-700\/30:focus {
  border-top-color: rgb(29 78 216 / 0.3);
}

.focus\:border-t-blue-700\/40:focus {
  border-top-color: rgb(29 78 216 / 0.4);
}

.focus\:border-t-blue-700\/5:focus {
  border-top-color: rgb(29 78 216 / 0.05);
}

.focus\:border-t-blue-700\/50:focus {
  border-top-color: rgb(29 78 216 / 0.5);
}

.focus\:border-t-blue-700\/60:focus {
  border-top-color: rgb(29 78 216 / 0.6);
}

.focus\:border-t-blue-700\/70:focus {
  border-top-color: rgb(29 78 216 / 0.7);
}

.focus\:border-t-blue-700\/75:focus {
  border-top-color: rgb(29 78 216 / 0.75);
}

.focus\:border-t-blue-700\/80:focus {
  border-top-color: rgb(29 78 216 / 0.8);
}

.focus\:border-t-blue-700\/90:focus {
  border-top-color: rgb(29 78 216 / 0.9);
}

.focus\:border-t-blue-700\/95:focus {
  border-top-color: rgb(29 78 216 / 0.95);
}

.focus\:border-t-blue-800:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.focus\:border-t-blue-800\/0:focus {
  border-top-color: rgb(30 64 175 / 0);
}

.focus\:border-t-blue-800\/10:focus {
  border-top-color: rgb(30 64 175 / 0.1);
}

.focus\:border-t-blue-800\/100:focus {
  border-top-color: rgb(30 64 175 / 1);
}

.focus\:border-t-blue-800\/20:focus {
  border-top-color: rgb(30 64 175 / 0.2);
}

.focus\:border-t-blue-800\/25:focus {
  border-top-color: rgb(30 64 175 / 0.25);
}

.focus\:border-t-blue-800\/30:focus {
  border-top-color: rgb(30 64 175 / 0.3);
}

.focus\:border-t-blue-800\/40:focus {
  border-top-color: rgb(30 64 175 / 0.4);
}

.focus\:border-t-blue-800\/5:focus {
  border-top-color: rgb(30 64 175 / 0.05);
}

.focus\:border-t-blue-800\/50:focus {
  border-top-color: rgb(30 64 175 / 0.5);
}

.focus\:border-t-blue-800\/60:focus {
  border-top-color: rgb(30 64 175 / 0.6);
}

.focus\:border-t-blue-800\/70:focus {
  border-top-color: rgb(30 64 175 / 0.7);
}

.focus\:border-t-blue-800\/75:focus {
  border-top-color: rgb(30 64 175 / 0.75);
}

.focus\:border-t-blue-800\/80:focus {
  border-top-color: rgb(30 64 175 / 0.8);
}

.focus\:border-t-blue-800\/90:focus {
  border-top-color: rgb(30 64 175 / 0.9);
}

.focus\:border-t-blue-800\/95:focus {
  border-top-color: rgb(30 64 175 / 0.95);
}

.focus\:border-t-blue-900:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.focus\:border-t-blue-900\/0:focus {
  border-top-color: rgb(30 58 138 / 0);
}

.focus\:border-t-blue-900\/10:focus {
  border-top-color: rgb(30 58 138 / 0.1);
}

.focus\:border-t-blue-900\/100:focus {
  border-top-color: rgb(30 58 138 / 1);
}

.focus\:border-t-blue-900\/20:focus {
  border-top-color: rgb(30 58 138 / 0.2);
}

.focus\:border-t-blue-900\/25:focus {
  border-top-color: rgb(30 58 138 / 0.25);
}

.focus\:border-t-blue-900\/30:focus {
  border-top-color: rgb(30 58 138 / 0.3);
}

.focus\:border-t-blue-900\/40:focus {
  border-top-color: rgb(30 58 138 / 0.4);
}

.focus\:border-t-blue-900\/5:focus {
  border-top-color: rgb(30 58 138 / 0.05);
}

.focus\:border-t-blue-900\/50:focus {
  border-top-color: rgb(30 58 138 / 0.5);
}

.focus\:border-t-blue-900\/60:focus {
  border-top-color: rgb(30 58 138 / 0.6);
}

.focus\:border-t-blue-900\/70:focus {
  border-top-color: rgb(30 58 138 / 0.7);
}

.focus\:border-t-blue-900\/75:focus {
  border-top-color: rgb(30 58 138 / 0.75);
}

.focus\:border-t-blue-900\/80:focus {
  border-top-color: rgb(30 58 138 / 0.8);
}

.focus\:border-t-blue-900\/90:focus {
  border-top-color: rgb(30 58 138 / 0.9);
}

.focus\:border-t-blue-900\/95:focus {
  border-top-color: rgb(30 58 138 / 0.95);
}

.focus\:border-t-blue-950:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(23 37 84 / var(--tw-border-opacity));
}

.focus\:border-t-blue-950\/0:focus {
  border-top-color: rgb(23 37 84 / 0);
}

.focus\:border-t-blue-950\/10:focus {
  border-top-color: rgb(23 37 84 / 0.1);
}

.focus\:border-t-blue-950\/100:focus {
  border-top-color: rgb(23 37 84 / 1);
}

.focus\:border-t-blue-950\/20:focus {
  border-top-color: rgb(23 37 84 / 0.2);
}

.focus\:border-t-blue-950\/25:focus {
  border-top-color: rgb(23 37 84 / 0.25);
}

.focus\:border-t-blue-950\/30:focus {
  border-top-color: rgb(23 37 84 / 0.3);
}

.focus\:border-t-blue-950\/40:focus {
  border-top-color: rgb(23 37 84 / 0.4);
}

.focus\:border-t-blue-950\/5:focus {
  border-top-color: rgb(23 37 84 / 0.05);
}

.focus\:border-t-blue-950\/50:focus {
  border-top-color: rgb(23 37 84 / 0.5);
}

.focus\:border-t-blue-950\/60:focus {
  border-top-color: rgb(23 37 84 / 0.6);
}

.focus\:border-t-blue-950\/70:focus {
  border-top-color: rgb(23 37 84 / 0.7);
}

.focus\:border-t-blue-950\/75:focus {
  border-top-color: rgb(23 37 84 / 0.75);
}

.focus\:border-t-blue-950\/80:focus {
  border-top-color: rgb(23 37 84 / 0.8);
}

.focus\:border-t-blue-950\/90:focus {
  border-top-color: rgb(23 37 84 / 0.9);
}

.focus\:border-t-blue-950\/95:focus {
  border-top-color: rgb(23 37 84 / 0.95);
}

.focus\:border-t-brand-100:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(230 239 246 / var(--tw-border-opacity));
}

.focus\:border-t-brand-100\/0:focus {
  border-top-color: rgb(230 239 246 / 0);
}

.focus\:border-t-brand-100\/10:focus {
  border-top-color: rgb(230 239 246 / 0.1);
}

.focus\:border-t-brand-100\/100:focus {
  border-top-color: rgb(230 239 246 / 1);
}

.focus\:border-t-brand-100\/20:focus {
  border-top-color: rgb(230 239 246 / 0.2);
}

.focus\:border-t-brand-100\/25:focus {
  border-top-color: rgb(230 239 246 / 0.25);
}

.focus\:border-t-brand-100\/30:focus {
  border-top-color: rgb(230 239 246 / 0.3);
}

.focus\:border-t-brand-100\/40:focus {
  border-top-color: rgb(230 239 246 / 0.4);
}

.focus\:border-t-brand-100\/5:focus {
  border-top-color: rgb(230 239 246 / 0.05);
}

.focus\:border-t-brand-100\/50:focus {
  border-top-color: rgb(230 239 246 / 0.5);
}

.focus\:border-t-brand-100\/60:focus {
  border-top-color: rgb(230 239 246 / 0.6);
}

.focus\:border-t-brand-100\/70:focus {
  border-top-color: rgb(230 239 246 / 0.7);
}

.focus\:border-t-brand-100\/75:focus {
  border-top-color: rgb(230 239 246 / 0.75);
}

.focus\:border-t-brand-100\/80:focus {
  border-top-color: rgb(230 239 246 / 0.8);
}

.focus\:border-t-brand-100\/90:focus {
  border-top-color: rgb(230 239 246 / 0.9);
}

.focus\:border-t-brand-100\/95:focus {
  border-top-color: rgb(230 239 246 / 0.95);
}

.focus\:border-t-brand-200:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(193 215 234 / var(--tw-border-opacity));
}

.focus\:border-t-brand-200\/0:focus {
  border-top-color: rgb(193 215 234 / 0);
}

.focus\:border-t-brand-200\/10:focus {
  border-top-color: rgb(193 215 234 / 0.1);
}

.focus\:border-t-brand-200\/100:focus {
  border-top-color: rgb(193 215 234 / 1);
}

.focus\:border-t-brand-200\/20:focus {
  border-top-color: rgb(193 215 234 / 0.2);
}

.focus\:border-t-brand-200\/25:focus {
  border-top-color: rgb(193 215 234 / 0.25);
}

.focus\:border-t-brand-200\/30:focus {
  border-top-color: rgb(193 215 234 / 0.3);
}

.focus\:border-t-brand-200\/40:focus {
  border-top-color: rgb(193 215 234 / 0.4);
}

.focus\:border-t-brand-200\/5:focus {
  border-top-color: rgb(193 215 234 / 0.05);
}

.focus\:border-t-brand-200\/50:focus {
  border-top-color: rgb(193 215 234 / 0.5);
}

.focus\:border-t-brand-200\/60:focus {
  border-top-color: rgb(193 215 234 / 0.6);
}

.focus\:border-t-brand-200\/70:focus {
  border-top-color: rgb(193 215 234 / 0.7);
}

.focus\:border-t-brand-200\/75:focus {
  border-top-color: rgb(193 215 234 / 0.75);
}

.focus\:border-t-brand-200\/80:focus {
  border-top-color: rgb(193 215 234 / 0.8);
}

.focus\:border-t-brand-200\/90:focus {
  border-top-color: rgb(193 215 234 / 0.9);
}

.focus\:border-t-brand-200\/95:focus {
  border-top-color: rgb(193 215 234 / 0.95);
}

.focus\:border-t-brand-300:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(155 190 221 / var(--tw-border-opacity));
}

.focus\:border-t-brand-300\/0:focus {
  border-top-color: rgb(155 190 221 / 0);
}

.focus\:border-t-brand-300\/10:focus {
  border-top-color: rgb(155 190 221 / 0.1);
}

.focus\:border-t-brand-300\/100:focus {
  border-top-color: rgb(155 190 221 / 1);
}

.focus\:border-t-brand-300\/20:focus {
  border-top-color: rgb(155 190 221 / 0.2);
}

.focus\:border-t-brand-300\/25:focus {
  border-top-color: rgb(155 190 221 / 0.25);
}

.focus\:border-t-brand-300\/30:focus {
  border-top-color: rgb(155 190 221 / 0.3);
}

.focus\:border-t-brand-300\/40:focus {
  border-top-color: rgb(155 190 221 / 0.4);
}

.focus\:border-t-brand-300\/5:focus {
  border-top-color: rgb(155 190 221 / 0.05);
}

.focus\:border-t-brand-300\/50:focus {
  border-top-color: rgb(155 190 221 / 0.5);
}

.focus\:border-t-brand-300\/60:focus {
  border-top-color: rgb(155 190 221 / 0.6);
}

.focus\:border-t-brand-300\/70:focus {
  border-top-color: rgb(155 190 221 / 0.7);
}

.focus\:border-t-brand-300\/75:focus {
  border-top-color: rgb(155 190 221 / 0.75);
}

.focus\:border-t-brand-300\/80:focus {
  border-top-color: rgb(155 190 221 / 0.8);
}

.focus\:border-t-brand-300\/90:focus {
  border-top-color: rgb(155 190 221 / 0.9);
}

.focus\:border-t-brand-300\/95:focus {
  border-top-color: rgb(155 190 221 / 0.95);
}

.focus\:border-t-brand-400:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(81 142 195 / var(--tw-border-opacity));
}

.focus\:border-t-brand-400\/0:focus {
  border-top-color: rgb(81 142 195 / 0);
}

.focus\:border-t-brand-400\/10:focus {
  border-top-color: rgb(81 142 195 / 0.1);
}

.focus\:border-t-brand-400\/100:focus {
  border-top-color: rgb(81 142 195 / 1);
}

.focus\:border-t-brand-400\/20:focus {
  border-top-color: rgb(81 142 195 / 0.2);
}

.focus\:border-t-brand-400\/25:focus {
  border-top-color: rgb(81 142 195 / 0.25);
}

.focus\:border-t-brand-400\/30:focus {
  border-top-color: rgb(81 142 195 / 0.3);
}

.focus\:border-t-brand-400\/40:focus {
  border-top-color: rgb(81 142 195 / 0.4);
}

.focus\:border-t-brand-400\/5:focus {
  border-top-color: rgb(81 142 195 / 0.05);
}

.focus\:border-t-brand-400\/50:focus {
  border-top-color: rgb(81 142 195 / 0.5);
}

.focus\:border-t-brand-400\/60:focus {
  border-top-color: rgb(81 142 195 / 0.6);
}

.focus\:border-t-brand-400\/70:focus {
  border-top-color: rgb(81 142 195 / 0.7);
}

.focus\:border-t-brand-400\/75:focus {
  border-top-color: rgb(81 142 195 / 0.75);
}

.focus\:border-t-brand-400\/80:focus {
  border-top-color: rgb(81 142 195 / 0.8);
}

.focus\:border-t-brand-400\/90:focus {
  border-top-color: rgb(81 142 195 / 0.9);
}

.focus\:border-t-brand-400\/95:focus {
  border-top-color: rgb(81 142 195 / 0.95);
}

.focus\:border-t-brand-50:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(243 247 251 / var(--tw-border-opacity));
}

.focus\:border-t-brand-50\/0:focus {
  border-top-color: rgb(243 247 251 / 0);
}

.focus\:border-t-brand-50\/10:focus {
  border-top-color: rgb(243 247 251 / 0.1);
}

.focus\:border-t-brand-50\/100:focus {
  border-top-color: rgb(243 247 251 / 1);
}

.focus\:border-t-brand-50\/20:focus {
  border-top-color: rgb(243 247 251 / 0.2);
}

.focus\:border-t-brand-50\/25:focus {
  border-top-color: rgb(243 247 251 / 0.25);
}

.focus\:border-t-brand-50\/30:focus {
  border-top-color: rgb(243 247 251 / 0.3);
}

.focus\:border-t-brand-50\/40:focus {
  border-top-color: rgb(243 247 251 / 0.4);
}

.focus\:border-t-brand-50\/5:focus {
  border-top-color: rgb(243 247 251 / 0.05);
}

.focus\:border-t-brand-50\/50:focus {
  border-top-color: rgb(243 247 251 / 0.5);
}

.focus\:border-t-brand-50\/60:focus {
  border-top-color: rgb(243 247 251 / 0.6);
}

.focus\:border-t-brand-50\/70:focus {
  border-top-color: rgb(243 247 251 / 0.7);
}

.focus\:border-t-brand-50\/75:focus {
  border-top-color: rgb(243 247 251 / 0.75);
}

.focus\:border-t-brand-50\/80:focus {
  border-top-color: rgb(243 247 251 / 0.8);
}

.focus\:border-t-brand-50\/90:focus {
  border-top-color: rgb(243 247 251 / 0.9);
}

.focus\:border-t-brand-50\/95:focus {
  border-top-color: rgb(243 247 251 / 0.95);
}

.focus\:border-t-brand-500:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(6 93 169 / var(--tw-border-opacity));
}

.focus\:border-t-brand-500\/0:focus {
  border-top-color: rgb(6 93 169 / 0);
}

.focus\:border-t-brand-500\/10:focus {
  border-top-color: rgb(6 93 169 / 0.1);
}

.focus\:border-t-brand-500\/100:focus {
  border-top-color: rgb(6 93 169 / 1);
}

.focus\:border-t-brand-500\/20:focus {
  border-top-color: rgb(6 93 169 / 0.2);
}

.focus\:border-t-brand-500\/25:focus {
  border-top-color: rgb(6 93 169 / 0.25);
}

.focus\:border-t-brand-500\/30:focus {
  border-top-color: rgb(6 93 169 / 0.3);
}

.focus\:border-t-brand-500\/40:focus {
  border-top-color: rgb(6 93 169 / 0.4);
}

.focus\:border-t-brand-500\/5:focus {
  border-top-color: rgb(6 93 169 / 0.05);
}

.focus\:border-t-brand-500\/50:focus {
  border-top-color: rgb(6 93 169 / 0.5);
}

.focus\:border-t-brand-500\/60:focus {
  border-top-color: rgb(6 93 169 / 0.6);
}

.focus\:border-t-brand-500\/70:focus {
  border-top-color: rgb(6 93 169 / 0.7);
}

.focus\:border-t-brand-500\/75:focus {
  border-top-color: rgb(6 93 169 / 0.75);
}

.focus\:border-t-brand-500\/80:focus {
  border-top-color: rgb(6 93 169 / 0.8);
}

.focus\:border-t-brand-500\/90:focus {
  border-top-color: rgb(6 93 169 / 0.9);
}

.focus\:border-t-brand-500\/95:focus {
  border-top-color: rgb(6 93 169 / 0.95);
}

.focus\:border-t-brand-600:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(5 84 152 / var(--tw-border-opacity));
}

.focus\:border-t-brand-600\/0:focus {
  border-top-color: rgb(5 84 152 / 0);
}

.focus\:border-t-brand-600\/10:focus {
  border-top-color: rgb(5 84 152 / 0.1);
}

.focus\:border-t-brand-600\/100:focus {
  border-top-color: rgb(5 84 152 / 1);
}

.focus\:border-t-brand-600\/20:focus {
  border-top-color: rgb(5 84 152 / 0.2);
}

.focus\:border-t-brand-600\/25:focus {
  border-top-color: rgb(5 84 152 / 0.25);
}

.focus\:border-t-brand-600\/30:focus {
  border-top-color: rgb(5 84 152 / 0.3);
}

.focus\:border-t-brand-600\/40:focus {
  border-top-color: rgb(5 84 152 / 0.4);
}

.focus\:border-t-brand-600\/5:focus {
  border-top-color: rgb(5 84 152 / 0.05);
}

.focus\:border-t-brand-600\/50:focus {
  border-top-color: rgb(5 84 152 / 0.5);
}

.focus\:border-t-brand-600\/60:focus {
  border-top-color: rgb(5 84 152 / 0.6);
}

.focus\:border-t-brand-600\/70:focus {
  border-top-color: rgb(5 84 152 / 0.7);
}

.focus\:border-t-brand-600\/75:focus {
  border-top-color: rgb(5 84 152 / 0.75);
}

.focus\:border-t-brand-600\/80:focus {
  border-top-color: rgb(5 84 152 / 0.8);
}

.focus\:border-t-brand-600\/90:focus {
  border-top-color: rgb(5 84 152 / 0.9);
}

.focus\:border-t-brand-600\/95:focus {
  border-top-color: rgb(5 84 152 / 0.95);
}

.focus\:border-t-brand-700:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(4 56 101 / var(--tw-border-opacity));
}

.focus\:border-t-brand-700\/0:focus {
  border-top-color: rgb(4 56 101 / 0);
}

.focus\:border-t-brand-700\/10:focus {
  border-top-color: rgb(4 56 101 / 0.1);
}

.focus\:border-t-brand-700\/100:focus {
  border-top-color: rgb(4 56 101 / 1);
}

.focus\:border-t-brand-700\/20:focus {
  border-top-color: rgb(4 56 101 / 0.2);
}

.focus\:border-t-brand-700\/25:focus {
  border-top-color: rgb(4 56 101 / 0.25);
}

.focus\:border-t-brand-700\/30:focus {
  border-top-color: rgb(4 56 101 / 0.3);
}

.focus\:border-t-brand-700\/40:focus {
  border-top-color: rgb(4 56 101 / 0.4);
}

.focus\:border-t-brand-700\/5:focus {
  border-top-color: rgb(4 56 101 / 0.05);
}

.focus\:border-t-brand-700\/50:focus {
  border-top-color: rgb(4 56 101 / 0.5);
}

.focus\:border-t-brand-700\/60:focus {
  border-top-color: rgb(4 56 101 / 0.6);
}

.focus\:border-t-brand-700\/70:focus {
  border-top-color: rgb(4 56 101 / 0.7);
}

.focus\:border-t-brand-700\/75:focus {
  border-top-color: rgb(4 56 101 / 0.75);
}

.focus\:border-t-brand-700\/80:focus {
  border-top-color: rgb(4 56 101 / 0.8);
}

.focus\:border-t-brand-700\/90:focus {
  border-top-color: rgb(4 56 101 / 0.9);
}

.focus\:border-t-brand-700\/95:focus {
  border-top-color: rgb(4 56 101 / 0.95);
}

.focus\:border-t-brand-800:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(3 42 76 / var(--tw-border-opacity));
}

.focus\:border-t-brand-800\/0:focus {
  border-top-color: rgb(3 42 76 / 0);
}

.focus\:border-t-brand-800\/10:focus {
  border-top-color: rgb(3 42 76 / 0.1);
}

.focus\:border-t-brand-800\/100:focus {
  border-top-color: rgb(3 42 76 / 1);
}

.focus\:border-t-brand-800\/20:focus {
  border-top-color: rgb(3 42 76 / 0.2);
}

.focus\:border-t-brand-800\/25:focus {
  border-top-color: rgb(3 42 76 / 0.25);
}

.focus\:border-t-brand-800\/30:focus {
  border-top-color: rgb(3 42 76 / 0.3);
}

.focus\:border-t-brand-800\/40:focus {
  border-top-color: rgb(3 42 76 / 0.4);
}

.focus\:border-t-brand-800\/5:focus {
  border-top-color: rgb(3 42 76 / 0.05);
}

.focus\:border-t-brand-800\/50:focus {
  border-top-color: rgb(3 42 76 / 0.5);
}

.focus\:border-t-brand-800\/60:focus {
  border-top-color: rgb(3 42 76 / 0.6);
}

.focus\:border-t-brand-800\/70:focus {
  border-top-color: rgb(3 42 76 / 0.7);
}

.focus\:border-t-brand-800\/75:focus {
  border-top-color: rgb(3 42 76 / 0.75);
}

.focus\:border-t-brand-800\/80:focus {
  border-top-color: rgb(3 42 76 / 0.8);
}

.focus\:border-t-brand-800\/90:focus {
  border-top-color: rgb(3 42 76 / 0.9);
}

.focus\:border-t-brand-800\/95:focus {
  border-top-color: rgb(3 42 76 / 0.95);
}

.focus\:border-t-brand-900:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(2 28 51 / var(--tw-border-opacity));
}

.focus\:border-t-brand-900\/0:focus {
  border-top-color: rgb(2 28 51 / 0);
}

.focus\:border-t-brand-900\/10:focus {
  border-top-color: rgb(2 28 51 / 0.1);
}

.focus\:border-t-brand-900\/100:focus {
  border-top-color: rgb(2 28 51 / 1);
}

.focus\:border-t-brand-900\/20:focus {
  border-top-color: rgb(2 28 51 / 0.2);
}

.focus\:border-t-brand-900\/25:focus {
  border-top-color: rgb(2 28 51 / 0.25);
}

.focus\:border-t-brand-900\/30:focus {
  border-top-color: rgb(2 28 51 / 0.3);
}

.focus\:border-t-brand-900\/40:focus {
  border-top-color: rgb(2 28 51 / 0.4);
}

.focus\:border-t-brand-900\/5:focus {
  border-top-color: rgb(2 28 51 / 0.05);
}

.focus\:border-t-brand-900\/50:focus {
  border-top-color: rgb(2 28 51 / 0.5);
}

.focus\:border-t-brand-900\/60:focus {
  border-top-color: rgb(2 28 51 / 0.6);
}

.focus\:border-t-brand-900\/70:focus {
  border-top-color: rgb(2 28 51 / 0.7);
}

.focus\:border-t-brand-900\/75:focus {
  border-top-color: rgb(2 28 51 / 0.75);
}

.focus\:border-t-brand-900\/80:focus {
  border-top-color: rgb(2 28 51 / 0.8);
}

.focus\:border-t-brand-900\/90:focus {
  border-top-color: rgb(2 28 51 / 0.9);
}

.focus\:border-t-brand-900\/95:focus {
  border-top-color: rgb(2 28 51 / 0.95);
}

.focus\:border-t-current:focus {
  border-top-color: currentColor;
}

.focus\:border-t-cyan-100:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(207 250 254 / var(--tw-border-opacity));
}

.focus\:border-t-cyan-100\/0:focus {
  border-top-color: rgb(207 250 254 / 0);
}

.focus\:border-t-cyan-100\/10:focus {
  border-top-color: rgb(207 250 254 / 0.1);
}

.focus\:border-t-cyan-100\/100:focus {
  border-top-color: rgb(207 250 254 / 1);
}

.focus\:border-t-cyan-100\/20:focus {
  border-top-color: rgb(207 250 254 / 0.2);
}

.focus\:border-t-cyan-100\/25:focus {
  border-top-color: rgb(207 250 254 / 0.25);
}

.focus\:border-t-cyan-100\/30:focus {
  border-top-color: rgb(207 250 254 / 0.3);
}

.focus\:border-t-cyan-100\/40:focus {
  border-top-color: rgb(207 250 254 / 0.4);
}

.focus\:border-t-cyan-100\/5:focus {
  border-top-color: rgb(207 250 254 / 0.05);
}

.focus\:border-t-cyan-100\/50:focus {
  border-top-color: rgb(207 250 254 / 0.5);
}

.focus\:border-t-cyan-100\/60:focus {
  border-top-color: rgb(207 250 254 / 0.6);
}

.focus\:border-t-cyan-100\/70:focus {
  border-top-color: rgb(207 250 254 / 0.7);
}

.focus\:border-t-cyan-100\/75:focus {
  border-top-color: rgb(207 250 254 / 0.75);
}

.focus\:border-t-cyan-100\/80:focus {
  border-top-color: rgb(207 250 254 / 0.8);
}

.focus\:border-t-cyan-100\/90:focus {
  border-top-color: rgb(207 250 254 / 0.9);
}

.focus\:border-t-cyan-100\/95:focus {
  border-top-color: rgb(207 250 254 / 0.95);
}

.focus\:border-t-cyan-200:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(165 243 252 / var(--tw-border-opacity));
}

.focus\:border-t-cyan-200\/0:focus {
  border-top-color: rgb(165 243 252 / 0);
}

.focus\:border-t-cyan-200\/10:focus {
  border-top-color: rgb(165 243 252 / 0.1);
}

.focus\:border-t-cyan-200\/100:focus {
  border-top-color: rgb(165 243 252 / 1);
}

.focus\:border-t-cyan-200\/20:focus {
  border-top-color: rgb(165 243 252 / 0.2);
}

.focus\:border-t-cyan-200\/25:focus {
  border-top-color: rgb(165 243 252 / 0.25);
}

.focus\:border-t-cyan-200\/30:focus {
  border-top-color: rgb(165 243 252 / 0.3);
}

.focus\:border-t-cyan-200\/40:focus {
  border-top-color: rgb(165 243 252 / 0.4);
}

.focus\:border-t-cyan-200\/5:focus {
  border-top-color: rgb(165 243 252 / 0.05);
}

.focus\:border-t-cyan-200\/50:focus {
  border-top-color: rgb(165 243 252 / 0.5);
}

.focus\:border-t-cyan-200\/60:focus {
  border-top-color: rgb(165 243 252 / 0.6);
}

.focus\:border-t-cyan-200\/70:focus {
  border-top-color: rgb(165 243 252 / 0.7);
}

.focus\:border-t-cyan-200\/75:focus {
  border-top-color: rgb(165 243 252 / 0.75);
}

.focus\:border-t-cyan-200\/80:focus {
  border-top-color: rgb(165 243 252 / 0.8);
}

.focus\:border-t-cyan-200\/90:focus {
  border-top-color: rgb(165 243 252 / 0.9);
}

.focus\:border-t-cyan-200\/95:focus {
  border-top-color: rgb(165 243 252 / 0.95);
}

.focus\:border-t-cyan-300:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(103 232 249 / var(--tw-border-opacity));
}

.focus\:border-t-cyan-300\/0:focus {
  border-top-color: rgb(103 232 249 / 0);
}

.focus\:border-t-cyan-300\/10:focus {
  border-top-color: rgb(103 232 249 / 0.1);
}

.focus\:border-t-cyan-300\/100:focus {
  border-top-color: rgb(103 232 249 / 1);
}

.focus\:border-t-cyan-300\/20:focus {
  border-top-color: rgb(103 232 249 / 0.2);
}

.focus\:border-t-cyan-300\/25:focus {
  border-top-color: rgb(103 232 249 / 0.25);
}

.focus\:border-t-cyan-300\/30:focus {
  border-top-color: rgb(103 232 249 / 0.3);
}

.focus\:border-t-cyan-300\/40:focus {
  border-top-color: rgb(103 232 249 / 0.4);
}

.focus\:border-t-cyan-300\/5:focus {
  border-top-color: rgb(103 232 249 / 0.05);
}

.focus\:border-t-cyan-300\/50:focus {
  border-top-color: rgb(103 232 249 / 0.5);
}

.focus\:border-t-cyan-300\/60:focus {
  border-top-color: rgb(103 232 249 / 0.6);
}

.focus\:border-t-cyan-300\/70:focus {
  border-top-color: rgb(103 232 249 / 0.7);
}

.focus\:border-t-cyan-300\/75:focus {
  border-top-color: rgb(103 232 249 / 0.75);
}

.focus\:border-t-cyan-300\/80:focus {
  border-top-color: rgb(103 232 249 / 0.8);
}

.focus\:border-t-cyan-300\/90:focus {
  border-top-color: rgb(103 232 249 / 0.9);
}

.focus\:border-t-cyan-300\/95:focus {
  border-top-color: rgb(103 232 249 / 0.95);
}

.focus\:border-t-cyan-400:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(34 211 238 / var(--tw-border-opacity));
}

.focus\:border-t-cyan-400\/0:focus {
  border-top-color: rgb(34 211 238 / 0);
}

.focus\:border-t-cyan-400\/10:focus {
  border-top-color: rgb(34 211 238 / 0.1);
}

.focus\:border-t-cyan-400\/100:focus {
  border-top-color: rgb(34 211 238 / 1);
}

.focus\:border-t-cyan-400\/20:focus {
  border-top-color: rgb(34 211 238 / 0.2);
}

.focus\:border-t-cyan-400\/25:focus {
  border-top-color: rgb(34 211 238 / 0.25);
}

.focus\:border-t-cyan-400\/30:focus {
  border-top-color: rgb(34 211 238 / 0.3);
}

.focus\:border-t-cyan-400\/40:focus {
  border-top-color: rgb(34 211 238 / 0.4);
}

.focus\:border-t-cyan-400\/5:focus {
  border-top-color: rgb(34 211 238 / 0.05);
}

.focus\:border-t-cyan-400\/50:focus {
  border-top-color: rgb(34 211 238 / 0.5);
}

.focus\:border-t-cyan-400\/60:focus {
  border-top-color: rgb(34 211 238 / 0.6);
}

.focus\:border-t-cyan-400\/70:focus {
  border-top-color: rgb(34 211 238 / 0.7);
}

.focus\:border-t-cyan-400\/75:focus {
  border-top-color: rgb(34 211 238 / 0.75);
}

.focus\:border-t-cyan-400\/80:focus {
  border-top-color: rgb(34 211 238 / 0.8);
}

.focus\:border-t-cyan-400\/90:focus {
  border-top-color: rgb(34 211 238 / 0.9);
}

.focus\:border-t-cyan-400\/95:focus {
  border-top-color: rgb(34 211 238 / 0.95);
}

.focus\:border-t-cyan-50:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(236 254 255 / var(--tw-border-opacity));
}

.focus\:border-t-cyan-50\/0:focus {
  border-top-color: rgb(236 254 255 / 0);
}

.focus\:border-t-cyan-50\/10:focus {
  border-top-color: rgb(236 254 255 / 0.1);
}

.focus\:border-t-cyan-50\/100:focus {
  border-top-color: rgb(236 254 255 / 1);
}

.focus\:border-t-cyan-50\/20:focus {
  border-top-color: rgb(236 254 255 / 0.2);
}

.focus\:border-t-cyan-50\/25:focus {
  border-top-color: rgb(236 254 255 / 0.25);
}

.focus\:border-t-cyan-50\/30:focus {
  border-top-color: rgb(236 254 255 / 0.3);
}

.focus\:border-t-cyan-50\/40:focus {
  border-top-color: rgb(236 254 255 / 0.4);
}

.focus\:border-t-cyan-50\/5:focus {
  border-top-color: rgb(236 254 255 / 0.05);
}

.focus\:border-t-cyan-50\/50:focus {
  border-top-color: rgb(236 254 255 / 0.5);
}

.focus\:border-t-cyan-50\/60:focus {
  border-top-color: rgb(236 254 255 / 0.6);
}

.focus\:border-t-cyan-50\/70:focus {
  border-top-color: rgb(236 254 255 / 0.7);
}

.focus\:border-t-cyan-50\/75:focus {
  border-top-color: rgb(236 254 255 / 0.75);
}

.focus\:border-t-cyan-50\/80:focus {
  border-top-color: rgb(236 254 255 / 0.8);
}

.focus\:border-t-cyan-50\/90:focus {
  border-top-color: rgb(236 254 255 / 0.9);
}

.focus\:border-t-cyan-50\/95:focus {
  border-top-color: rgb(236 254 255 / 0.95);
}

.focus\:border-t-cyan-500:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(6 182 212 / var(--tw-border-opacity));
}

.focus\:border-t-cyan-500\/0:focus {
  border-top-color: rgb(6 182 212 / 0);
}

.focus\:border-t-cyan-500\/10:focus {
  border-top-color: rgb(6 182 212 / 0.1);
}

.focus\:border-t-cyan-500\/100:focus {
  border-top-color: rgb(6 182 212 / 1);
}

.focus\:border-t-cyan-500\/20:focus {
  border-top-color: rgb(6 182 212 / 0.2);
}

.focus\:border-t-cyan-500\/25:focus {
  border-top-color: rgb(6 182 212 / 0.25);
}

.focus\:border-t-cyan-500\/30:focus {
  border-top-color: rgb(6 182 212 / 0.3);
}

.focus\:border-t-cyan-500\/40:focus {
  border-top-color: rgb(6 182 212 / 0.4);
}

.focus\:border-t-cyan-500\/5:focus {
  border-top-color: rgb(6 182 212 / 0.05);
}

.focus\:border-t-cyan-500\/50:focus {
  border-top-color: rgb(6 182 212 / 0.5);
}

.focus\:border-t-cyan-500\/60:focus {
  border-top-color: rgb(6 182 212 / 0.6);
}

.focus\:border-t-cyan-500\/70:focus {
  border-top-color: rgb(6 182 212 / 0.7);
}

.focus\:border-t-cyan-500\/75:focus {
  border-top-color: rgb(6 182 212 / 0.75);
}

.focus\:border-t-cyan-500\/80:focus {
  border-top-color: rgb(6 182 212 / 0.8);
}

.focus\:border-t-cyan-500\/90:focus {
  border-top-color: rgb(6 182 212 / 0.9);
}

.focus\:border-t-cyan-500\/95:focus {
  border-top-color: rgb(6 182 212 / 0.95);
}

.focus\:border-t-cyan-600:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(8 145 178 / var(--tw-border-opacity));
}

.focus\:border-t-cyan-600\/0:focus {
  border-top-color: rgb(8 145 178 / 0);
}

.focus\:border-t-cyan-600\/10:focus {
  border-top-color: rgb(8 145 178 / 0.1);
}

.focus\:border-t-cyan-600\/100:focus {
  border-top-color: rgb(8 145 178 / 1);
}

.focus\:border-t-cyan-600\/20:focus {
  border-top-color: rgb(8 145 178 / 0.2);
}

.focus\:border-t-cyan-600\/25:focus {
  border-top-color: rgb(8 145 178 / 0.25);
}

.focus\:border-t-cyan-600\/30:focus {
  border-top-color: rgb(8 145 178 / 0.3);
}

.focus\:border-t-cyan-600\/40:focus {
  border-top-color: rgb(8 145 178 / 0.4);
}

.focus\:border-t-cyan-600\/5:focus {
  border-top-color: rgb(8 145 178 / 0.05);
}

.focus\:border-t-cyan-600\/50:focus {
  border-top-color: rgb(8 145 178 / 0.5);
}

.focus\:border-t-cyan-600\/60:focus {
  border-top-color: rgb(8 145 178 / 0.6);
}

.focus\:border-t-cyan-600\/70:focus {
  border-top-color: rgb(8 145 178 / 0.7);
}

.focus\:border-t-cyan-600\/75:focus {
  border-top-color: rgb(8 145 178 / 0.75);
}

.focus\:border-t-cyan-600\/80:focus {
  border-top-color: rgb(8 145 178 / 0.8);
}

.focus\:border-t-cyan-600\/90:focus {
  border-top-color: rgb(8 145 178 / 0.9);
}

.focus\:border-t-cyan-600\/95:focus {
  border-top-color: rgb(8 145 178 / 0.95);
}

.focus\:border-t-cyan-700:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(14 116 144 / var(--tw-border-opacity));
}

.focus\:border-t-cyan-700\/0:focus {
  border-top-color: rgb(14 116 144 / 0);
}

.focus\:border-t-cyan-700\/10:focus {
  border-top-color: rgb(14 116 144 / 0.1);
}

.focus\:border-t-cyan-700\/100:focus {
  border-top-color: rgb(14 116 144 / 1);
}

.focus\:border-t-cyan-700\/20:focus {
  border-top-color: rgb(14 116 144 / 0.2);
}

.focus\:border-t-cyan-700\/25:focus {
  border-top-color: rgb(14 116 144 / 0.25);
}

.focus\:border-t-cyan-700\/30:focus {
  border-top-color: rgb(14 116 144 / 0.3);
}

.focus\:border-t-cyan-700\/40:focus {
  border-top-color: rgb(14 116 144 / 0.4);
}

.focus\:border-t-cyan-700\/5:focus {
  border-top-color: rgb(14 116 144 / 0.05);
}

.focus\:border-t-cyan-700\/50:focus {
  border-top-color: rgb(14 116 144 / 0.5);
}

.focus\:border-t-cyan-700\/60:focus {
  border-top-color: rgb(14 116 144 / 0.6);
}

.focus\:border-t-cyan-700\/70:focus {
  border-top-color: rgb(14 116 144 / 0.7);
}

.focus\:border-t-cyan-700\/75:focus {
  border-top-color: rgb(14 116 144 / 0.75);
}

.focus\:border-t-cyan-700\/80:focus {
  border-top-color: rgb(14 116 144 / 0.8);
}

.focus\:border-t-cyan-700\/90:focus {
  border-top-color: rgb(14 116 144 / 0.9);
}

.focus\:border-t-cyan-700\/95:focus {
  border-top-color: rgb(14 116 144 / 0.95);
}

.focus\:border-t-cyan-800:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(21 94 117 / var(--tw-border-opacity));
}

.focus\:border-t-cyan-800\/0:focus {
  border-top-color: rgb(21 94 117 / 0);
}

.focus\:border-t-cyan-800\/10:focus {
  border-top-color: rgb(21 94 117 / 0.1);
}

.focus\:border-t-cyan-800\/100:focus {
  border-top-color: rgb(21 94 117 / 1);
}

.focus\:border-t-cyan-800\/20:focus {
  border-top-color: rgb(21 94 117 / 0.2);
}

.focus\:border-t-cyan-800\/25:focus {
  border-top-color: rgb(21 94 117 / 0.25);
}

.focus\:border-t-cyan-800\/30:focus {
  border-top-color: rgb(21 94 117 / 0.3);
}

.focus\:border-t-cyan-800\/40:focus {
  border-top-color: rgb(21 94 117 / 0.4);
}

.focus\:border-t-cyan-800\/5:focus {
  border-top-color: rgb(21 94 117 / 0.05);
}

.focus\:border-t-cyan-800\/50:focus {
  border-top-color: rgb(21 94 117 / 0.5);
}

.focus\:border-t-cyan-800\/60:focus {
  border-top-color: rgb(21 94 117 / 0.6);
}

.focus\:border-t-cyan-800\/70:focus {
  border-top-color: rgb(21 94 117 / 0.7);
}

.focus\:border-t-cyan-800\/75:focus {
  border-top-color: rgb(21 94 117 / 0.75);
}

.focus\:border-t-cyan-800\/80:focus {
  border-top-color: rgb(21 94 117 / 0.8);
}

.focus\:border-t-cyan-800\/90:focus {
  border-top-color: rgb(21 94 117 / 0.9);
}

.focus\:border-t-cyan-800\/95:focus {
  border-top-color: rgb(21 94 117 / 0.95);
}

.focus\:border-t-cyan-900:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(22 78 99 / var(--tw-border-opacity));
}

.focus\:border-t-cyan-900\/0:focus {
  border-top-color: rgb(22 78 99 / 0);
}

.focus\:border-t-cyan-900\/10:focus {
  border-top-color: rgb(22 78 99 / 0.1);
}

.focus\:border-t-cyan-900\/100:focus {
  border-top-color: rgb(22 78 99 / 1);
}

.focus\:border-t-cyan-900\/20:focus {
  border-top-color: rgb(22 78 99 / 0.2);
}

.focus\:border-t-cyan-900\/25:focus {
  border-top-color: rgb(22 78 99 / 0.25);
}

.focus\:border-t-cyan-900\/30:focus {
  border-top-color: rgb(22 78 99 / 0.3);
}

.focus\:border-t-cyan-900\/40:focus {
  border-top-color: rgb(22 78 99 / 0.4);
}

.focus\:border-t-cyan-900\/5:focus {
  border-top-color: rgb(22 78 99 / 0.05);
}

.focus\:border-t-cyan-900\/50:focus {
  border-top-color: rgb(22 78 99 / 0.5);
}

.focus\:border-t-cyan-900\/60:focus {
  border-top-color: rgb(22 78 99 / 0.6);
}

.focus\:border-t-cyan-900\/70:focus {
  border-top-color: rgb(22 78 99 / 0.7);
}

.focus\:border-t-cyan-900\/75:focus {
  border-top-color: rgb(22 78 99 / 0.75);
}

.focus\:border-t-cyan-900\/80:focus {
  border-top-color: rgb(22 78 99 / 0.8);
}

.focus\:border-t-cyan-900\/90:focus {
  border-top-color: rgb(22 78 99 / 0.9);
}

.focus\:border-t-cyan-900\/95:focus {
  border-top-color: rgb(22 78 99 / 0.95);
}

.focus\:border-t-cyan-950:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(8 51 68 / var(--tw-border-opacity));
}

.focus\:border-t-cyan-950\/0:focus {
  border-top-color: rgb(8 51 68 / 0);
}

.focus\:border-t-cyan-950\/10:focus {
  border-top-color: rgb(8 51 68 / 0.1);
}

.focus\:border-t-cyan-950\/100:focus {
  border-top-color: rgb(8 51 68 / 1);
}

.focus\:border-t-cyan-950\/20:focus {
  border-top-color: rgb(8 51 68 / 0.2);
}

.focus\:border-t-cyan-950\/25:focus {
  border-top-color: rgb(8 51 68 / 0.25);
}

.focus\:border-t-cyan-950\/30:focus {
  border-top-color: rgb(8 51 68 / 0.3);
}

.focus\:border-t-cyan-950\/40:focus {
  border-top-color: rgb(8 51 68 / 0.4);
}

.focus\:border-t-cyan-950\/5:focus {
  border-top-color: rgb(8 51 68 / 0.05);
}

.focus\:border-t-cyan-950\/50:focus {
  border-top-color: rgb(8 51 68 / 0.5);
}

.focus\:border-t-cyan-950\/60:focus {
  border-top-color: rgb(8 51 68 / 0.6);
}

.focus\:border-t-cyan-950\/70:focus {
  border-top-color: rgb(8 51 68 / 0.7);
}

.focus\:border-t-cyan-950\/75:focus {
  border-top-color: rgb(8 51 68 / 0.75);
}

.focus\:border-t-cyan-950\/80:focus {
  border-top-color: rgb(8 51 68 / 0.8);
}

.focus\:border-t-cyan-950\/90:focus {
  border-top-color: rgb(8 51 68 / 0.9);
}

.focus\:border-t-cyan-950\/95:focus {
  border-top-color: rgb(8 51 68 / 0.95);
}

.focus\:border-t-emerald-100:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(209 250 229 / var(--tw-border-opacity));
}

.focus\:border-t-emerald-100\/0:focus {
  border-top-color: rgb(209 250 229 / 0);
}

.focus\:border-t-emerald-100\/10:focus {
  border-top-color: rgb(209 250 229 / 0.1);
}

.focus\:border-t-emerald-100\/100:focus {
  border-top-color: rgb(209 250 229 / 1);
}

.focus\:border-t-emerald-100\/20:focus {
  border-top-color: rgb(209 250 229 / 0.2);
}

.focus\:border-t-emerald-100\/25:focus {
  border-top-color: rgb(209 250 229 / 0.25);
}

.focus\:border-t-emerald-100\/30:focus {
  border-top-color: rgb(209 250 229 / 0.3);
}

.focus\:border-t-emerald-100\/40:focus {
  border-top-color: rgb(209 250 229 / 0.4);
}

.focus\:border-t-emerald-100\/5:focus {
  border-top-color: rgb(209 250 229 / 0.05);
}

.focus\:border-t-emerald-100\/50:focus {
  border-top-color: rgb(209 250 229 / 0.5);
}

.focus\:border-t-emerald-100\/60:focus {
  border-top-color: rgb(209 250 229 / 0.6);
}

.focus\:border-t-emerald-100\/70:focus {
  border-top-color: rgb(209 250 229 / 0.7);
}

.focus\:border-t-emerald-100\/75:focus {
  border-top-color: rgb(209 250 229 / 0.75);
}

.focus\:border-t-emerald-100\/80:focus {
  border-top-color: rgb(209 250 229 / 0.8);
}

.focus\:border-t-emerald-100\/90:focus {
  border-top-color: rgb(209 250 229 / 0.9);
}

.focus\:border-t-emerald-100\/95:focus {
  border-top-color: rgb(209 250 229 / 0.95);
}

.focus\:border-t-emerald-200:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(167 243 208 / var(--tw-border-opacity));
}

.focus\:border-t-emerald-200\/0:focus {
  border-top-color: rgb(167 243 208 / 0);
}

.focus\:border-t-emerald-200\/10:focus {
  border-top-color: rgb(167 243 208 / 0.1);
}

.focus\:border-t-emerald-200\/100:focus {
  border-top-color: rgb(167 243 208 / 1);
}

.focus\:border-t-emerald-200\/20:focus {
  border-top-color: rgb(167 243 208 / 0.2);
}

.focus\:border-t-emerald-200\/25:focus {
  border-top-color: rgb(167 243 208 / 0.25);
}

.focus\:border-t-emerald-200\/30:focus {
  border-top-color: rgb(167 243 208 / 0.3);
}

.focus\:border-t-emerald-200\/40:focus {
  border-top-color: rgb(167 243 208 / 0.4);
}

.focus\:border-t-emerald-200\/5:focus {
  border-top-color: rgb(167 243 208 / 0.05);
}

.focus\:border-t-emerald-200\/50:focus {
  border-top-color: rgb(167 243 208 / 0.5);
}

.focus\:border-t-emerald-200\/60:focus {
  border-top-color: rgb(167 243 208 / 0.6);
}

.focus\:border-t-emerald-200\/70:focus {
  border-top-color: rgb(167 243 208 / 0.7);
}

.focus\:border-t-emerald-200\/75:focus {
  border-top-color: rgb(167 243 208 / 0.75);
}

.focus\:border-t-emerald-200\/80:focus {
  border-top-color: rgb(167 243 208 / 0.8);
}

.focus\:border-t-emerald-200\/90:focus {
  border-top-color: rgb(167 243 208 / 0.9);
}

.focus\:border-t-emerald-200\/95:focus {
  border-top-color: rgb(167 243 208 / 0.95);
}

.focus\:border-t-emerald-300:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(110 231 183 / var(--tw-border-opacity));
}

.focus\:border-t-emerald-300\/0:focus {
  border-top-color: rgb(110 231 183 / 0);
}

.focus\:border-t-emerald-300\/10:focus {
  border-top-color: rgb(110 231 183 / 0.1);
}

.focus\:border-t-emerald-300\/100:focus {
  border-top-color: rgb(110 231 183 / 1);
}

.focus\:border-t-emerald-300\/20:focus {
  border-top-color: rgb(110 231 183 / 0.2);
}

.focus\:border-t-emerald-300\/25:focus {
  border-top-color: rgb(110 231 183 / 0.25);
}

.focus\:border-t-emerald-300\/30:focus {
  border-top-color: rgb(110 231 183 / 0.3);
}

.focus\:border-t-emerald-300\/40:focus {
  border-top-color: rgb(110 231 183 / 0.4);
}

.focus\:border-t-emerald-300\/5:focus {
  border-top-color: rgb(110 231 183 / 0.05);
}

.focus\:border-t-emerald-300\/50:focus {
  border-top-color: rgb(110 231 183 / 0.5);
}

.focus\:border-t-emerald-300\/60:focus {
  border-top-color: rgb(110 231 183 / 0.6);
}

.focus\:border-t-emerald-300\/70:focus {
  border-top-color: rgb(110 231 183 / 0.7);
}

.focus\:border-t-emerald-300\/75:focus {
  border-top-color: rgb(110 231 183 / 0.75);
}

.focus\:border-t-emerald-300\/80:focus {
  border-top-color: rgb(110 231 183 / 0.8);
}

.focus\:border-t-emerald-300\/90:focus {
  border-top-color: rgb(110 231 183 / 0.9);
}

.focus\:border-t-emerald-300\/95:focus {
  border-top-color: rgb(110 231 183 / 0.95);
}

.focus\:border-t-emerald-400:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.focus\:border-t-emerald-400\/0:focus {
  border-top-color: rgb(52 211 153 / 0);
}

.focus\:border-t-emerald-400\/10:focus {
  border-top-color: rgb(52 211 153 / 0.1);
}

.focus\:border-t-emerald-400\/100:focus {
  border-top-color: rgb(52 211 153 / 1);
}

.focus\:border-t-emerald-400\/20:focus {
  border-top-color: rgb(52 211 153 / 0.2);
}

.focus\:border-t-emerald-400\/25:focus {
  border-top-color: rgb(52 211 153 / 0.25);
}

.focus\:border-t-emerald-400\/30:focus {
  border-top-color: rgb(52 211 153 / 0.3);
}

.focus\:border-t-emerald-400\/40:focus {
  border-top-color: rgb(52 211 153 / 0.4);
}

.focus\:border-t-emerald-400\/5:focus {
  border-top-color: rgb(52 211 153 / 0.05);
}

.focus\:border-t-emerald-400\/50:focus {
  border-top-color: rgb(52 211 153 / 0.5);
}

.focus\:border-t-emerald-400\/60:focus {
  border-top-color: rgb(52 211 153 / 0.6);
}

.focus\:border-t-emerald-400\/70:focus {
  border-top-color: rgb(52 211 153 / 0.7);
}

.focus\:border-t-emerald-400\/75:focus {
  border-top-color: rgb(52 211 153 / 0.75);
}

.focus\:border-t-emerald-400\/80:focus {
  border-top-color: rgb(52 211 153 / 0.8);
}

.focus\:border-t-emerald-400\/90:focus {
  border-top-color: rgb(52 211 153 / 0.9);
}

.focus\:border-t-emerald-400\/95:focus {
  border-top-color: rgb(52 211 153 / 0.95);
}

.focus\:border-t-emerald-50:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(236 253 245 / var(--tw-border-opacity));
}

.focus\:border-t-emerald-50\/0:focus {
  border-top-color: rgb(236 253 245 / 0);
}

.focus\:border-t-emerald-50\/10:focus {
  border-top-color: rgb(236 253 245 / 0.1);
}

.focus\:border-t-emerald-50\/100:focus {
  border-top-color: rgb(236 253 245 / 1);
}

.focus\:border-t-emerald-50\/20:focus {
  border-top-color: rgb(236 253 245 / 0.2);
}

.focus\:border-t-emerald-50\/25:focus {
  border-top-color: rgb(236 253 245 / 0.25);
}

.focus\:border-t-emerald-50\/30:focus {
  border-top-color: rgb(236 253 245 / 0.3);
}

.focus\:border-t-emerald-50\/40:focus {
  border-top-color: rgb(236 253 245 / 0.4);
}

.focus\:border-t-emerald-50\/5:focus {
  border-top-color: rgb(236 253 245 / 0.05);
}

.focus\:border-t-emerald-50\/50:focus {
  border-top-color: rgb(236 253 245 / 0.5);
}

.focus\:border-t-emerald-50\/60:focus {
  border-top-color: rgb(236 253 245 / 0.6);
}

.focus\:border-t-emerald-50\/70:focus {
  border-top-color: rgb(236 253 245 / 0.7);
}

.focus\:border-t-emerald-50\/75:focus {
  border-top-color: rgb(236 253 245 / 0.75);
}

.focus\:border-t-emerald-50\/80:focus {
  border-top-color: rgb(236 253 245 / 0.8);
}

.focus\:border-t-emerald-50\/90:focus {
  border-top-color: rgb(236 253 245 / 0.9);
}

.focus\:border-t-emerald-50\/95:focus {
  border-top-color: rgb(236 253 245 / 0.95);
}

.focus\:border-t-emerald-500:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.focus\:border-t-emerald-500\/0:focus {
  border-top-color: rgb(16 185 129 / 0);
}

.focus\:border-t-emerald-500\/10:focus {
  border-top-color: rgb(16 185 129 / 0.1);
}

.focus\:border-t-emerald-500\/100:focus {
  border-top-color: rgb(16 185 129 / 1);
}

.focus\:border-t-emerald-500\/20:focus {
  border-top-color: rgb(16 185 129 / 0.2);
}

.focus\:border-t-emerald-500\/25:focus {
  border-top-color: rgb(16 185 129 / 0.25);
}

.focus\:border-t-emerald-500\/30:focus {
  border-top-color: rgb(16 185 129 / 0.3);
}

.focus\:border-t-emerald-500\/40:focus {
  border-top-color: rgb(16 185 129 / 0.4);
}

.focus\:border-t-emerald-500\/5:focus {
  border-top-color: rgb(16 185 129 / 0.05);
}

.focus\:border-t-emerald-500\/50:focus {
  border-top-color: rgb(16 185 129 / 0.5);
}

.focus\:border-t-emerald-500\/60:focus {
  border-top-color: rgb(16 185 129 / 0.6);
}

.focus\:border-t-emerald-500\/70:focus {
  border-top-color: rgb(16 185 129 / 0.7);
}

.focus\:border-t-emerald-500\/75:focus {
  border-top-color: rgb(16 185 129 / 0.75);
}

.focus\:border-t-emerald-500\/80:focus {
  border-top-color: rgb(16 185 129 / 0.8);
}

.focus\:border-t-emerald-500\/90:focus {
  border-top-color: rgb(16 185 129 / 0.9);
}

.focus\:border-t-emerald-500\/95:focus {
  border-top-color: rgb(16 185 129 / 0.95);
}

.focus\:border-t-emerald-600:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(5 150 105 / var(--tw-border-opacity));
}

.focus\:border-t-emerald-600\/0:focus {
  border-top-color: rgb(5 150 105 / 0);
}

.focus\:border-t-emerald-600\/10:focus {
  border-top-color: rgb(5 150 105 / 0.1);
}

.focus\:border-t-emerald-600\/100:focus {
  border-top-color: rgb(5 150 105 / 1);
}

.focus\:border-t-emerald-600\/20:focus {
  border-top-color: rgb(5 150 105 / 0.2);
}

.focus\:border-t-emerald-600\/25:focus {
  border-top-color: rgb(5 150 105 / 0.25);
}

.focus\:border-t-emerald-600\/30:focus {
  border-top-color: rgb(5 150 105 / 0.3);
}

.focus\:border-t-emerald-600\/40:focus {
  border-top-color: rgb(5 150 105 / 0.4);
}

.focus\:border-t-emerald-600\/5:focus {
  border-top-color: rgb(5 150 105 / 0.05);
}

.focus\:border-t-emerald-600\/50:focus {
  border-top-color: rgb(5 150 105 / 0.5);
}

.focus\:border-t-emerald-600\/60:focus {
  border-top-color: rgb(5 150 105 / 0.6);
}

.focus\:border-t-emerald-600\/70:focus {
  border-top-color: rgb(5 150 105 / 0.7);
}

.focus\:border-t-emerald-600\/75:focus {
  border-top-color: rgb(5 150 105 / 0.75);
}

.focus\:border-t-emerald-600\/80:focus {
  border-top-color: rgb(5 150 105 / 0.8);
}

.focus\:border-t-emerald-600\/90:focus {
  border-top-color: rgb(5 150 105 / 0.9);
}

.focus\:border-t-emerald-600\/95:focus {
  border-top-color: rgb(5 150 105 / 0.95);
}

.focus\:border-t-emerald-700:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(4 120 87 / var(--tw-border-opacity));
}

.focus\:border-t-emerald-700\/0:focus {
  border-top-color: rgb(4 120 87 / 0);
}

.focus\:border-t-emerald-700\/10:focus {
  border-top-color: rgb(4 120 87 / 0.1);
}

.focus\:border-t-emerald-700\/100:focus {
  border-top-color: rgb(4 120 87 / 1);
}

.focus\:border-t-emerald-700\/20:focus {
  border-top-color: rgb(4 120 87 / 0.2);
}

.focus\:border-t-emerald-700\/25:focus {
  border-top-color: rgb(4 120 87 / 0.25);
}

.focus\:border-t-emerald-700\/30:focus {
  border-top-color: rgb(4 120 87 / 0.3);
}

.focus\:border-t-emerald-700\/40:focus {
  border-top-color: rgb(4 120 87 / 0.4);
}

.focus\:border-t-emerald-700\/5:focus {
  border-top-color: rgb(4 120 87 / 0.05);
}

.focus\:border-t-emerald-700\/50:focus {
  border-top-color: rgb(4 120 87 / 0.5);
}

.focus\:border-t-emerald-700\/60:focus {
  border-top-color: rgb(4 120 87 / 0.6);
}

.focus\:border-t-emerald-700\/70:focus {
  border-top-color: rgb(4 120 87 / 0.7);
}

.focus\:border-t-emerald-700\/75:focus {
  border-top-color: rgb(4 120 87 / 0.75);
}

.focus\:border-t-emerald-700\/80:focus {
  border-top-color: rgb(4 120 87 / 0.8);
}

.focus\:border-t-emerald-700\/90:focus {
  border-top-color: rgb(4 120 87 / 0.9);
}

.focus\:border-t-emerald-700\/95:focus {
  border-top-color: rgb(4 120 87 / 0.95);
}

.focus\:border-t-emerald-800:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(6 95 70 / var(--tw-border-opacity));
}

.focus\:border-t-emerald-800\/0:focus {
  border-top-color: rgb(6 95 70 / 0);
}

.focus\:border-t-emerald-800\/10:focus {
  border-top-color: rgb(6 95 70 / 0.1);
}

.focus\:border-t-emerald-800\/100:focus {
  border-top-color: rgb(6 95 70 / 1);
}

.focus\:border-t-emerald-800\/20:focus {
  border-top-color: rgb(6 95 70 / 0.2);
}

.focus\:border-t-emerald-800\/25:focus {
  border-top-color: rgb(6 95 70 / 0.25);
}

.focus\:border-t-emerald-800\/30:focus {
  border-top-color: rgb(6 95 70 / 0.3);
}

.focus\:border-t-emerald-800\/40:focus {
  border-top-color: rgb(6 95 70 / 0.4);
}

.focus\:border-t-emerald-800\/5:focus {
  border-top-color: rgb(6 95 70 / 0.05);
}

.focus\:border-t-emerald-800\/50:focus {
  border-top-color: rgb(6 95 70 / 0.5);
}

.focus\:border-t-emerald-800\/60:focus {
  border-top-color: rgb(6 95 70 / 0.6);
}

.focus\:border-t-emerald-800\/70:focus {
  border-top-color: rgb(6 95 70 / 0.7);
}

.focus\:border-t-emerald-800\/75:focus {
  border-top-color: rgb(6 95 70 / 0.75);
}

.focus\:border-t-emerald-800\/80:focus {
  border-top-color: rgb(6 95 70 / 0.8);
}

.focus\:border-t-emerald-800\/90:focus {
  border-top-color: rgb(6 95 70 / 0.9);
}

.focus\:border-t-emerald-800\/95:focus {
  border-top-color: rgb(6 95 70 / 0.95);
}

.focus\:border-t-emerald-900:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(6 78 59 / var(--tw-border-opacity));
}

.focus\:border-t-emerald-900\/0:focus {
  border-top-color: rgb(6 78 59 / 0);
}

.focus\:border-t-emerald-900\/10:focus {
  border-top-color: rgb(6 78 59 / 0.1);
}

.focus\:border-t-emerald-900\/100:focus {
  border-top-color: rgb(6 78 59 / 1);
}

.focus\:border-t-emerald-900\/20:focus {
  border-top-color: rgb(6 78 59 / 0.2);
}

.focus\:border-t-emerald-900\/25:focus {
  border-top-color: rgb(6 78 59 / 0.25);
}

.focus\:border-t-emerald-900\/30:focus {
  border-top-color: rgb(6 78 59 / 0.3);
}

.focus\:border-t-emerald-900\/40:focus {
  border-top-color: rgb(6 78 59 / 0.4);
}

.focus\:border-t-emerald-900\/5:focus {
  border-top-color: rgb(6 78 59 / 0.05);
}

.focus\:border-t-emerald-900\/50:focus {
  border-top-color: rgb(6 78 59 / 0.5);
}

.focus\:border-t-emerald-900\/60:focus {
  border-top-color: rgb(6 78 59 / 0.6);
}

.focus\:border-t-emerald-900\/70:focus {
  border-top-color: rgb(6 78 59 / 0.7);
}

.focus\:border-t-emerald-900\/75:focus {
  border-top-color: rgb(6 78 59 / 0.75);
}

.focus\:border-t-emerald-900\/80:focus {
  border-top-color: rgb(6 78 59 / 0.8);
}

.focus\:border-t-emerald-900\/90:focus {
  border-top-color: rgb(6 78 59 / 0.9);
}

.focus\:border-t-emerald-900\/95:focus {
  border-top-color: rgb(6 78 59 / 0.95);
}

.focus\:border-t-emerald-950:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(2 44 34 / var(--tw-border-opacity));
}

.focus\:border-t-emerald-950\/0:focus {
  border-top-color: rgb(2 44 34 / 0);
}

.focus\:border-t-emerald-950\/10:focus {
  border-top-color: rgb(2 44 34 / 0.1);
}

.focus\:border-t-emerald-950\/100:focus {
  border-top-color: rgb(2 44 34 / 1);
}

.focus\:border-t-emerald-950\/20:focus {
  border-top-color: rgb(2 44 34 / 0.2);
}

.focus\:border-t-emerald-950\/25:focus {
  border-top-color: rgb(2 44 34 / 0.25);
}

.focus\:border-t-emerald-950\/30:focus {
  border-top-color: rgb(2 44 34 / 0.3);
}

.focus\:border-t-emerald-950\/40:focus {
  border-top-color: rgb(2 44 34 / 0.4);
}

.focus\:border-t-emerald-950\/5:focus {
  border-top-color: rgb(2 44 34 / 0.05);
}

.focus\:border-t-emerald-950\/50:focus {
  border-top-color: rgb(2 44 34 / 0.5);
}

.focus\:border-t-emerald-950\/60:focus {
  border-top-color: rgb(2 44 34 / 0.6);
}

.focus\:border-t-emerald-950\/70:focus {
  border-top-color: rgb(2 44 34 / 0.7);
}

.focus\:border-t-emerald-950\/75:focus {
  border-top-color: rgb(2 44 34 / 0.75);
}

.focus\:border-t-emerald-950\/80:focus {
  border-top-color: rgb(2 44 34 / 0.8);
}

.focus\:border-t-emerald-950\/90:focus {
  border-top-color: rgb(2 44 34 / 0.9);
}

.focus\:border-t-emerald-950\/95:focus {
  border-top-color: rgb(2 44 34 / 0.95);
}

.focus\:border-t-fuchsia-100:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 232 255 / var(--tw-border-opacity));
}

.focus\:border-t-fuchsia-100\/0:focus {
  border-top-color: rgb(250 232 255 / 0);
}

.focus\:border-t-fuchsia-100\/10:focus {
  border-top-color: rgb(250 232 255 / 0.1);
}

.focus\:border-t-fuchsia-100\/100:focus {
  border-top-color: rgb(250 232 255 / 1);
}

.focus\:border-t-fuchsia-100\/20:focus {
  border-top-color: rgb(250 232 255 / 0.2);
}

.focus\:border-t-fuchsia-100\/25:focus {
  border-top-color: rgb(250 232 255 / 0.25);
}

.focus\:border-t-fuchsia-100\/30:focus {
  border-top-color: rgb(250 232 255 / 0.3);
}

.focus\:border-t-fuchsia-100\/40:focus {
  border-top-color: rgb(250 232 255 / 0.4);
}

.focus\:border-t-fuchsia-100\/5:focus {
  border-top-color: rgb(250 232 255 / 0.05);
}

.focus\:border-t-fuchsia-100\/50:focus {
  border-top-color: rgb(250 232 255 / 0.5);
}

.focus\:border-t-fuchsia-100\/60:focus {
  border-top-color: rgb(250 232 255 / 0.6);
}

.focus\:border-t-fuchsia-100\/70:focus {
  border-top-color: rgb(250 232 255 / 0.7);
}

.focus\:border-t-fuchsia-100\/75:focus {
  border-top-color: rgb(250 232 255 / 0.75);
}

.focus\:border-t-fuchsia-100\/80:focus {
  border-top-color: rgb(250 232 255 / 0.8);
}

.focus\:border-t-fuchsia-100\/90:focus {
  border-top-color: rgb(250 232 255 / 0.9);
}

.focus\:border-t-fuchsia-100\/95:focus {
  border-top-color: rgb(250 232 255 / 0.95);
}

.focus\:border-t-fuchsia-200:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 208 254 / var(--tw-border-opacity));
}

.focus\:border-t-fuchsia-200\/0:focus {
  border-top-color: rgb(245 208 254 / 0);
}

.focus\:border-t-fuchsia-200\/10:focus {
  border-top-color: rgb(245 208 254 / 0.1);
}

.focus\:border-t-fuchsia-200\/100:focus {
  border-top-color: rgb(245 208 254 / 1);
}

.focus\:border-t-fuchsia-200\/20:focus {
  border-top-color: rgb(245 208 254 / 0.2);
}

.focus\:border-t-fuchsia-200\/25:focus {
  border-top-color: rgb(245 208 254 / 0.25);
}

.focus\:border-t-fuchsia-200\/30:focus {
  border-top-color: rgb(245 208 254 / 0.3);
}

.focus\:border-t-fuchsia-200\/40:focus {
  border-top-color: rgb(245 208 254 / 0.4);
}

.focus\:border-t-fuchsia-200\/5:focus {
  border-top-color: rgb(245 208 254 / 0.05);
}

.focus\:border-t-fuchsia-200\/50:focus {
  border-top-color: rgb(245 208 254 / 0.5);
}

.focus\:border-t-fuchsia-200\/60:focus {
  border-top-color: rgb(245 208 254 / 0.6);
}

.focus\:border-t-fuchsia-200\/70:focus {
  border-top-color: rgb(245 208 254 / 0.7);
}

.focus\:border-t-fuchsia-200\/75:focus {
  border-top-color: rgb(245 208 254 / 0.75);
}

.focus\:border-t-fuchsia-200\/80:focus {
  border-top-color: rgb(245 208 254 / 0.8);
}

.focus\:border-t-fuchsia-200\/90:focus {
  border-top-color: rgb(245 208 254 / 0.9);
}

.focus\:border-t-fuchsia-200\/95:focus {
  border-top-color: rgb(245 208 254 / 0.95);
}

.focus\:border-t-fuchsia-300:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(240 171 252 / var(--tw-border-opacity));
}

.focus\:border-t-fuchsia-300\/0:focus {
  border-top-color: rgb(240 171 252 / 0);
}

.focus\:border-t-fuchsia-300\/10:focus {
  border-top-color: rgb(240 171 252 / 0.1);
}

.focus\:border-t-fuchsia-300\/100:focus {
  border-top-color: rgb(240 171 252 / 1);
}

.focus\:border-t-fuchsia-300\/20:focus {
  border-top-color: rgb(240 171 252 / 0.2);
}

.focus\:border-t-fuchsia-300\/25:focus {
  border-top-color: rgb(240 171 252 / 0.25);
}

.focus\:border-t-fuchsia-300\/30:focus {
  border-top-color: rgb(240 171 252 / 0.3);
}

.focus\:border-t-fuchsia-300\/40:focus {
  border-top-color: rgb(240 171 252 / 0.4);
}

.focus\:border-t-fuchsia-300\/5:focus {
  border-top-color: rgb(240 171 252 / 0.05);
}

.focus\:border-t-fuchsia-300\/50:focus {
  border-top-color: rgb(240 171 252 / 0.5);
}

.focus\:border-t-fuchsia-300\/60:focus {
  border-top-color: rgb(240 171 252 / 0.6);
}

.focus\:border-t-fuchsia-300\/70:focus {
  border-top-color: rgb(240 171 252 / 0.7);
}

.focus\:border-t-fuchsia-300\/75:focus {
  border-top-color: rgb(240 171 252 / 0.75);
}

.focus\:border-t-fuchsia-300\/80:focus {
  border-top-color: rgb(240 171 252 / 0.8);
}

.focus\:border-t-fuchsia-300\/90:focus {
  border-top-color: rgb(240 171 252 / 0.9);
}

.focus\:border-t-fuchsia-300\/95:focus {
  border-top-color: rgb(240 171 252 / 0.95);
}

.focus\:border-t-fuchsia-400:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(232 121 249 / var(--tw-border-opacity));
}

.focus\:border-t-fuchsia-400\/0:focus {
  border-top-color: rgb(232 121 249 / 0);
}

.focus\:border-t-fuchsia-400\/10:focus {
  border-top-color: rgb(232 121 249 / 0.1);
}

.focus\:border-t-fuchsia-400\/100:focus {
  border-top-color: rgb(232 121 249 / 1);
}

.focus\:border-t-fuchsia-400\/20:focus {
  border-top-color: rgb(232 121 249 / 0.2);
}

.focus\:border-t-fuchsia-400\/25:focus {
  border-top-color: rgb(232 121 249 / 0.25);
}

.focus\:border-t-fuchsia-400\/30:focus {
  border-top-color: rgb(232 121 249 / 0.3);
}

.focus\:border-t-fuchsia-400\/40:focus {
  border-top-color: rgb(232 121 249 / 0.4);
}

.focus\:border-t-fuchsia-400\/5:focus {
  border-top-color: rgb(232 121 249 / 0.05);
}

.focus\:border-t-fuchsia-400\/50:focus {
  border-top-color: rgb(232 121 249 / 0.5);
}

.focus\:border-t-fuchsia-400\/60:focus {
  border-top-color: rgb(232 121 249 / 0.6);
}

.focus\:border-t-fuchsia-400\/70:focus {
  border-top-color: rgb(232 121 249 / 0.7);
}

.focus\:border-t-fuchsia-400\/75:focus {
  border-top-color: rgb(232 121 249 / 0.75);
}

.focus\:border-t-fuchsia-400\/80:focus {
  border-top-color: rgb(232 121 249 / 0.8);
}

.focus\:border-t-fuchsia-400\/90:focus {
  border-top-color: rgb(232 121 249 / 0.9);
}

.focus\:border-t-fuchsia-400\/95:focus {
  border-top-color: rgb(232 121 249 / 0.95);
}

.focus\:border-t-fuchsia-50:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 244 255 / var(--tw-border-opacity));
}

.focus\:border-t-fuchsia-50\/0:focus {
  border-top-color: rgb(253 244 255 / 0);
}

.focus\:border-t-fuchsia-50\/10:focus {
  border-top-color: rgb(253 244 255 / 0.1);
}

.focus\:border-t-fuchsia-50\/100:focus {
  border-top-color: rgb(253 244 255 / 1);
}

.focus\:border-t-fuchsia-50\/20:focus {
  border-top-color: rgb(253 244 255 / 0.2);
}

.focus\:border-t-fuchsia-50\/25:focus {
  border-top-color: rgb(253 244 255 / 0.25);
}

.focus\:border-t-fuchsia-50\/30:focus {
  border-top-color: rgb(253 244 255 / 0.3);
}

.focus\:border-t-fuchsia-50\/40:focus {
  border-top-color: rgb(253 244 255 / 0.4);
}

.focus\:border-t-fuchsia-50\/5:focus {
  border-top-color: rgb(253 244 255 / 0.05);
}

.focus\:border-t-fuchsia-50\/50:focus {
  border-top-color: rgb(253 244 255 / 0.5);
}

.focus\:border-t-fuchsia-50\/60:focus {
  border-top-color: rgb(253 244 255 / 0.6);
}

.focus\:border-t-fuchsia-50\/70:focus {
  border-top-color: rgb(253 244 255 / 0.7);
}

.focus\:border-t-fuchsia-50\/75:focus {
  border-top-color: rgb(253 244 255 / 0.75);
}

.focus\:border-t-fuchsia-50\/80:focus {
  border-top-color: rgb(253 244 255 / 0.8);
}

.focus\:border-t-fuchsia-50\/90:focus {
  border-top-color: rgb(253 244 255 / 0.9);
}

.focus\:border-t-fuchsia-50\/95:focus {
  border-top-color: rgb(253 244 255 / 0.95);
}

.focus\:border-t-fuchsia-500:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(217 70 239 / var(--tw-border-opacity));
}

.focus\:border-t-fuchsia-500\/0:focus {
  border-top-color: rgb(217 70 239 / 0);
}

.focus\:border-t-fuchsia-500\/10:focus {
  border-top-color: rgb(217 70 239 / 0.1);
}

.focus\:border-t-fuchsia-500\/100:focus {
  border-top-color: rgb(217 70 239 / 1);
}

.focus\:border-t-fuchsia-500\/20:focus {
  border-top-color: rgb(217 70 239 / 0.2);
}

.focus\:border-t-fuchsia-500\/25:focus {
  border-top-color: rgb(217 70 239 / 0.25);
}

.focus\:border-t-fuchsia-500\/30:focus {
  border-top-color: rgb(217 70 239 / 0.3);
}

.focus\:border-t-fuchsia-500\/40:focus {
  border-top-color: rgb(217 70 239 / 0.4);
}

.focus\:border-t-fuchsia-500\/5:focus {
  border-top-color: rgb(217 70 239 / 0.05);
}

.focus\:border-t-fuchsia-500\/50:focus {
  border-top-color: rgb(217 70 239 / 0.5);
}

.focus\:border-t-fuchsia-500\/60:focus {
  border-top-color: rgb(217 70 239 / 0.6);
}

.focus\:border-t-fuchsia-500\/70:focus {
  border-top-color: rgb(217 70 239 / 0.7);
}

.focus\:border-t-fuchsia-500\/75:focus {
  border-top-color: rgb(217 70 239 / 0.75);
}

.focus\:border-t-fuchsia-500\/80:focus {
  border-top-color: rgb(217 70 239 / 0.8);
}

.focus\:border-t-fuchsia-500\/90:focus {
  border-top-color: rgb(217 70 239 / 0.9);
}

.focus\:border-t-fuchsia-500\/95:focus {
  border-top-color: rgb(217 70 239 / 0.95);
}

.focus\:border-t-fuchsia-600:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(192 38 211 / var(--tw-border-opacity));
}

.focus\:border-t-fuchsia-600\/0:focus {
  border-top-color: rgb(192 38 211 / 0);
}

.focus\:border-t-fuchsia-600\/10:focus {
  border-top-color: rgb(192 38 211 / 0.1);
}

.focus\:border-t-fuchsia-600\/100:focus {
  border-top-color: rgb(192 38 211 / 1);
}

.focus\:border-t-fuchsia-600\/20:focus {
  border-top-color: rgb(192 38 211 / 0.2);
}

.focus\:border-t-fuchsia-600\/25:focus {
  border-top-color: rgb(192 38 211 / 0.25);
}

.focus\:border-t-fuchsia-600\/30:focus {
  border-top-color: rgb(192 38 211 / 0.3);
}

.focus\:border-t-fuchsia-600\/40:focus {
  border-top-color: rgb(192 38 211 / 0.4);
}

.focus\:border-t-fuchsia-600\/5:focus {
  border-top-color: rgb(192 38 211 / 0.05);
}

.focus\:border-t-fuchsia-600\/50:focus {
  border-top-color: rgb(192 38 211 / 0.5);
}

.focus\:border-t-fuchsia-600\/60:focus {
  border-top-color: rgb(192 38 211 / 0.6);
}

.focus\:border-t-fuchsia-600\/70:focus {
  border-top-color: rgb(192 38 211 / 0.7);
}

.focus\:border-t-fuchsia-600\/75:focus {
  border-top-color: rgb(192 38 211 / 0.75);
}

.focus\:border-t-fuchsia-600\/80:focus {
  border-top-color: rgb(192 38 211 / 0.8);
}

.focus\:border-t-fuchsia-600\/90:focus {
  border-top-color: rgb(192 38 211 / 0.9);
}

.focus\:border-t-fuchsia-600\/95:focus {
  border-top-color: rgb(192 38 211 / 0.95);
}

.focus\:border-t-fuchsia-700:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(162 28 175 / var(--tw-border-opacity));
}

.focus\:border-t-fuchsia-700\/0:focus {
  border-top-color: rgb(162 28 175 / 0);
}

.focus\:border-t-fuchsia-700\/10:focus {
  border-top-color: rgb(162 28 175 / 0.1);
}

.focus\:border-t-fuchsia-700\/100:focus {
  border-top-color: rgb(162 28 175 / 1);
}

.focus\:border-t-fuchsia-700\/20:focus {
  border-top-color: rgb(162 28 175 / 0.2);
}

.focus\:border-t-fuchsia-700\/25:focus {
  border-top-color: rgb(162 28 175 / 0.25);
}

.focus\:border-t-fuchsia-700\/30:focus {
  border-top-color: rgb(162 28 175 / 0.3);
}

.focus\:border-t-fuchsia-700\/40:focus {
  border-top-color: rgb(162 28 175 / 0.4);
}

.focus\:border-t-fuchsia-700\/5:focus {
  border-top-color: rgb(162 28 175 / 0.05);
}

.focus\:border-t-fuchsia-700\/50:focus {
  border-top-color: rgb(162 28 175 / 0.5);
}

.focus\:border-t-fuchsia-700\/60:focus {
  border-top-color: rgb(162 28 175 / 0.6);
}

.focus\:border-t-fuchsia-700\/70:focus {
  border-top-color: rgb(162 28 175 / 0.7);
}

.focus\:border-t-fuchsia-700\/75:focus {
  border-top-color: rgb(162 28 175 / 0.75);
}

.focus\:border-t-fuchsia-700\/80:focus {
  border-top-color: rgb(162 28 175 / 0.8);
}

.focus\:border-t-fuchsia-700\/90:focus {
  border-top-color: rgb(162 28 175 / 0.9);
}

.focus\:border-t-fuchsia-700\/95:focus {
  border-top-color: rgb(162 28 175 / 0.95);
}

.focus\:border-t-fuchsia-800:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(134 25 143 / var(--tw-border-opacity));
}

.focus\:border-t-fuchsia-800\/0:focus {
  border-top-color: rgb(134 25 143 / 0);
}

.focus\:border-t-fuchsia-800\/10:focus {
  border-top-color: rgb(134 25 143 / 0.1);
}

.focus\:border-t-fuchsia-800\/100:focus {
  border-top-color: rgb(134 25 143 / 1);
}

.focus\:border-t-fuchsia-800\/20:focus {
  border-top-color: rgb(134 25 143 / 0.2);
}

.focus\:border-t-fuchsia-800\/25:focus {
  border-top-color: rgb(134 25 143 / 0.25);
}

.focus\:border-t-fuchsia-800\/30:focus {
  border-top-color: rgb(134 25 143 / 0.3);
}

.focus\:border-t-fuchsia-800\/40:focus {
  border-top-color: rgb(134 25 143 / 0.4);
}

.focus\:border-t-fuchsia-800\/5:focus {
  border-top-color: rgb(134 25 143 / 0.05);
}

.focus\:border-t-fuchsia-800\/50:focus {
  border-top-color: rgb(134 25 143 / 0.5);
}

.focus\:border-t-fuchsia-800\/60:focus {
  border-top-color: rgb(134 25 143 / 0.6);
}

.focus\:border-t-fuchsia-800\/70:focus {
  border-top-color: rgb(134 25 143 / 0.7);
}

.focus\:border-t-fuchsia-800\/75:focus {
  border-top-color: rgb(134 25 143 / 0.75);
}

.focus\:border-t-fuchsia-800\/80:focus {
  border-top-color: rgb(134 25 143 / 0.8);
}

.focus\:border-t-fuchsia-800\/90:focus {
  border-top-color: rgb(134 25 143 / 0.9);
}

.focus\:border-t-fuchsia-800\/95:focus {
  border-top-color: rgb(134 25 143 / 0.95);
}

.focus\:border-t-fuchsia-900:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(112 26 117 / var(--tw-border-opacity));
}

.focus\:border-t-fuchsia-900\/0:focus {
  border-top-color: rgb(112 26 117 / 0);
}

.focus\:border-t-fuchsia-900\/10:focus {
  border-top-color: rgb(112 26 117 / 0.1);
}

.focus\:border-t-fuchsia-900\/100:focus {
  border-top-color: rgb(112 26 117 / 1);
}

.focus\:border-t-fuchsia-900\/20:focus {
  border-top-color: rgb(112 26 117 / 0.2);
}

.focus\:border-t-fuchsia-900\/25:focus {
  border-top-color: rgb(112 26 117 / 0.25);
}

.focus\:border-t-fuchsia-900\/30:focus {
  border-top-color: rgb(112 26 117 / 0.3);
}

.focus\:border-t-fuchsia-900\/40:focus {
  border-top-color: rgb(112 26 117 / 0.4);
}

.focus\:border-t-fuchsia-900\/5:focus {
  border-top-color: rgb(112 26 117 / 0.05);
}

.focus\:border-t-fuchsia-900\/50:focus {
  border-top-color: rgb(112 26 117 / 0.5);
}

.focus\:border-t-fuchsia-900\/60:focus {
  border-top-color: rgb(112 26 117 / 0.6);
}

.focus\:border-t-fuchsia-900\/70:focus {
  border-top-color: rgb(112 26 117 / 0.7);
}

.focus\:border-t-fuchsia-900\/75:focus {
  border-top-color: rgb(112 26 117 / 0.75);
}

.focus\:border-t-fuchsia-900\/80:focus {
  border-top-color: rgb(112 26 117 / 0.8);
}

.focus\:border-t-fuchsia-900\/90:focus {
  border-top-color: rgb(112 26 117 / 0.9);
}

.focus\:border-t-fuchsia-900\/95:focus {
  border-top-color: rgb(112 26 117 / 0.95);
}

.focus\:border-t-fuchsia-950:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(74 4 78 / var(--tw-border-opacity));
}

.focus\:border-t-fuchsia-950\/0:focus {
  border-top-color: rgb(74 4 78 / 0);
}

.focus\:border-t-fuchsia-950\/10:focus {
  border-top-color: rgb(74 4 78 / 0.1);
}

.focus\:border-t-fuchsia-950\/100:focus {
  border-top-color: rgb(74 4 78 / 1);
}

.focus\:border-t-fuchsia-950\/20:focus {
  border-top-color: rgb(74 4 78 / 0.2);
}

.focus\:border-t-fuchsia-950\/25:focus {
  border-top-color: rgb(74 4 78 / 0.25);
}

.focus\:border-t-fuchsia-950\/30:focus {
  border-top-color: rgb(74 4 78 / 0.3);
}

.focus\:border-t-fuchsia-950\/40:focus {
  border-top-color: rgb(74 4 78 / 0.4);
}

.focus\:border-t-fuchsia-950\/5:focus {
  border-top-color: rgb(74 4 78 / 0.05);
}

.focus\:border-t-fuchsia-950\/50:focus {
  border-top-color: rgb(74 4 78 / 0.5);
}

.focus\:border-t-fuchsia-950\/60:focus {
  border-top-color: rgb(74 4 78 / 0.6);
}

.focus\:border-t-fuchsia-950\/70:focus {
  border-top-color: rgb(74 4 78 / 0.7);
}

.focus\:border-t-fuchsia-950\/75:focus {
  border-top-color: rgb(74 4 78 / 0.75);
}

.focus\:border-t-fuchsia-950\/80:focus {
  border-top-color: rgb(74 4 78 / 0.8);
}

.focus\:border-t-fuchsia-950\/90:focus {
  border-top-color: rgb(74 4 78 / 0.9);
}

.focus\:border-t-fuchsia-950\/95:focus {
  border-top-color: rgb(74 4 78 / 0.95);
}

.focus\:border-t-gray-100:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.focus\:border-t-gray-100\/0:focus {
  border-top-color: rgb(243 244 246 / 0);
}

.focus\:border-t-gray-100\/10:focus {
  border-top-color: rgb(243 244 246 / 0.1);
}

.focus\:border-t-gray-100\/100:focus {
  border-top-color: rgb(243 244 246 / 1);
}

.focus\:border-t-gray-100\/20:focus {
  border-top-color: rgb(243 244 246 / 0.2);
}

.focus\:border-t-gray-100\/25:focus {
  border-top-color: rgb(243 244 246 / 0.25);
}

.focus\:border-t-gray-100\/30:focus {
  border-top-color: rgb(243 244 246 / 0.3);
}

.focus\:border-t-gray-100\/40:focus {
  border-top-color: rgb(243 244 246 / 0.4);
}

.focus\:border-t-gray-100\/5:focus {
  border-top-color: rgb(243 244 246 / 0.05);
}

.focus\:border-t-gray-100\/50:focus {
  border-top-color: rgb(243 244 246 / 0.5);
}

.focus\:border-t-gray-100\/60:focus {
  border-top-color: rgb(243 244 246 / 0.6);
}

.focus\:border-t-gray-100\/70:focus {
  border-top-color: rgb(243 244 246 / 0.7);
}

.focus\:border-t-gray-100\/75:focus {
  border-top-color: rgb(243 244 246 / 0.75);
}

.focus\:border-t-gray-100\/80:focus {
  border-top-color: rgb(243 244 246 / 0.8);
}

.focus\:border-t-gray-100\/90:focus {
  border-top-color: rgb(243 244 246 / 0.9);
}

.focus\:border-t-gray-100\/95:focus {
  border-top-color: rgb(243 244 246 / 0.95);
}

.focus\:border-t-gray-200:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.focus\:border-t-gray-200\/0:focus {
  border-top-color: rgb(229 231 235 / 0);
}

.focus\:border-t-gray-200\/10:focus {
  border-top-color: rgb(229 231 235 / 0.1);
}

.focus\:border-t-gray-200\/100:focus {
  border-top-color: rgb(229 231 235 / 1);
}

.focus\:border-t-gray-200\/20:focus {
  border-top-color: rgb(229 231 235 / 0.2);
}

.focus\:border-t-gray-200\/25:focus {
  border-top-color: rgb(229 231 235 / 0.25);
}

.focus\:border-t-gray-200\/30:focus {
  border-top-color: rgb(229 231 235 / 0.3);
}

.focus\:border-t-gray-200\/40:focus {
  border-top-color: rgb(229 231 235 / 0.4);
}

.focus\:border-t-gray-200\/5:focus {
  border-top-color: rgb(229 231 235 / 0.05);
}

.focus\:border-t-gray-200\/50:focus {
  border-top-color: rgb(229 231 235 / 0.5);
}

.focus\:border-t-gray-200\/60:focus {
  border-top-color: rgb(229 231 235 / 0.6);
}

.focus\:border-t-gray-200\/70:focus {
  border-top-color: rgb(229 231 235 / 0.7);
}

.focus\:border-t-gray-200\/75:focus {
  border-top-color: rgb(229 231 235 / 0.75);
}

.focus\:border-t-gray-200\/80:focus {
  border-top-color: rgb(229 231 235 / 0.8);
}

.focus\:border-t-gray-200\/90:focus {
  border-top-color: rgb(229 231 235 / 0.9);
}

.focus\:border-t-gray-200\/95:focus {
  border-top-color: rgb(229 231 235 / 0.95);
}

.focus\:border-t-gray-300:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.focus\:border-t-gray-300\/0:focus {
  border-top-color: rgb(209 213 219 / 0);
}

.focus\:border-t-gray-300\/10:focus {
  border-top-color: rgb(209 213 219 / 0.1);
}

.focus\:border-t-gray-300\/100:focus {
  border-top-color: rgb(209 213 219 / 1);
}

.focus\:border-t-gray-300\/20:focus {
  border-top-color: rgb(209 213 219 / 0.2);
}

.focus\:border-t-gray-300\/25:focus {
  border-top-color: rgb(209 213 219 / 0.25);
}

.focus\:border-t-gray-300\/30:focus {
  border-top-color: rgb(209 213 219 / 0.3);
}

.focus\:border-t-gray-300\/40:focus {
  border-top-color: rgb(209 213 219 / 0.4);
}

.focus\:border-t-gray-300\/5:focus {
  border-top-color: rgb(209 213 219 / 0.05);
}

.focus\:border-t-gray-300\/50:focus {
  border-top-color: rgb(209 213 219 / 0.5);
}

.focus\:border-t-gray-300\/60:focus {
  border-top-color: rgb(209 213 219 / 0.6);
}

.focus\:border-t-gray-300\/70:focus {
  border-top-color: rgb(209 213 219 / 0.7);
}

.focus\:border-t-gray-300\/75:focus {
  border-top-color: rgb(209 213 219 / 0.75);
}

.focus\:border-t-gray-300\/80:focus {
  border-top-color: rgb(209 213 219 / 0.8);
}

.focus\:border-t-gray-300\/90:focus {
  border-top-color: rgb(209 213 219 / 0.9);
}

.focus\:border-t-gray-300\/95:focus {
  border-top-color: rgb(209 213 219 / 0.95);
}

.focus\:border-t-gray-400:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.focus\:border-t-gray-400\/0:focus {
  border-top-color: rgb(156 163 175 / 0);
}

.focus\:border-t-gray-400\/10:focus {
  border-top-color: rgb(156 163 175 / 0.1);
}

.focus\:border-t-gray-400\/100:focus {
  border-top-color: rgb(156 163 175 / 1);
}

.focus\:border-t-gray-400\/20:focus {
  border-top-color: rgb(156 163 175 / 0.2);
}

.focus\:border-t-gray-400\/25:focus {
  border-top-color: rgb(156 163 175 / 0.25);
}

.focus\:border-t-gray-400\/30:focus {
  border-top-color: rgb(156 163 175 / 0.3);
}

.focus\:border-t-gray-400\/40:focus {
  border-top-color: rgb(156 163 175 / 0.4);
}

.focus\:border-t-gray-400\/5:focus {
  border-top-color: rgb(156 163 175 / 0.05);
}

.focus\:border-t-gray-400\/50:focus {
  border-top-color: rgb(156 163 175 / 0.5);
}

.focus\:border-t-gray-400\/60:focus {
  border-top-color: rgb(156 163 175 / 0.6);
}

.focus\:border-t-gray-400\/70:focus {
  border-top-color: rgb(156 163 175 / 0.7);
}

.focus\:border-t-gray-400\/75:focus {
  border-top-color: rgb(156 163 175 / 0.75);
}

.focus\:border-t-gray-400\/80:focus {
  border-top-color: rgb(156 163 175 / 0.8);
}

.focus\:border-t-gray-400\/90:focus {
  border-top-color: rgb(156 163 175 / 0.9);
}

.focus\:border-t-gray-400\/95:focus {
  border-top-color: rgb(156 163 175 / 0.95);
}

.focus\:border-t-gray-50:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.focus\:border-t-gray-50\/0:focus {
  border-top-color: rgb(249 250 251 / 0);
}

.focus\:border-t-gray-50\/10:focus {
  border-top-color: rgb(249 250 251 / 0.1);
}

.focus\:border-t-gray-50\/100:focus {
  border-top-color: rgb(249 250 251 / 1);
}

.focus\:border-t-gray-50\/20:focus {
  border-top-color: rgb(249 250 251 / 0.2);
}

.focus\:border-t-gray-50\/25:focus {
  border-top-color: rgb(249 250 251 / 0.25);
}

.focus\:border-t-gray-50\/30:focus {
  border-top-color: rgb(249 250 251 / 0.3);
}

.focus\:border-t-gray-50\/40:focus {
  border-top-color: rgb(249 250 251 / 0.4);
}

.focus\:border-t-gray-50\/5:focus {
  border-top-color: rgb(249 250 251 / 0.05);
}

.focus\:border-t-gray-50\/50:focus {
  border-top-color: rgb(249 250 251 / 0.5);
}

.focus\:border-t-gray-50\/60:focus {
  border-top-color: rgb(249 250 251 / 0.6);
}

.focus\:border-t-gray-50\/70:focus {
  border-top-color: rgb(249 250 251 / 0.7);
}

.focus\:border-t-gray-50\/75:focus {
  border-top-color: rgb(249 250 251 / 0.75);
}

.focus\:border-t-gray-50\/80:focus {
  border-top-color: rgb(249 250 251 / 0.8);
}

.focus\:border-t-gray-50\/90:focus {
  border-top-color: rgb(249 250 251 / 0.9);
}

.focus\:border-t-gray-50\/95:focus {
  border-top-color: rgb(249 250 251 / 0.95);
}

.focus\:border-t-gray-500:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.focus\:border-t-gray-500\/0:focus {
  border-top-color: rgb(107 114 128 / 0);
}

.focus\:border-t-gray-500\/10:focus {
  border-top-color: rgb(107 114 128 / 0.1);
}

.focus\:border-t-gray-500\/100:focus {
  border-top-color: rgb(107 114 128 / 1);
}

.focus\:border-t-gray-500\/20:focus {
  border-top-color: rgb(107 114 128 / 0.2);
}

.focus\:border-t-gray-500\/25:focus {
  border-top-color: rgb(107 114 128 / 0.25);
}

.focus\:border-t-gray-500\/30:focus {
  border-top-color: rgb(107 114 128 / 0.3);
}

.focus\:border-t-gray-500\/40:focus {
  border-top-color: rgb(107 114 128 / 0.4);
}

.focus\:border-t-gray-500\/5:focus {
  border-top-color: rgb(107 114 128 / 0.05);
}

.focus\:border-t-gray-500\/50:focus {
  border-top-color: rgb(107 114 128 / 0.5);
}

.focus\:border-t-gray-500\/60:focus {
  border-top-color: rgb(107 114 128 / 0.6);
}

.focus\:border-t-gray-500\/70:focus {
  border-top-color: rgb(107 114 128 / 0.7);
}

.focus\:border-t-gray-500\/75:focus {
  border-top-color: rgb(107 114 128 / 0.75);
}

.focus\:border-t-gray-500\/80:focus {
  border-top-color: rgb(107 114 128 / 0.8);
}

.focus\:border-t-gray-500\/90:focus {
  border-top-color: rgb(107 114 128 / 0.9);
}

.focus\:border-t-gray-500\/95:focus {
  border-top-color: rgb(107 114 128 / 0.95);
}

.focus\:border-t-gray-600:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.focus\:border-t-gray-600\/0:focus {
  border-top-color: rgb(75 85 99 / 0);
}

.focus\:border-t-gray-600\/10:focus {
  border-top-color: rgb(75 85 99 / 0.1);
}

.focus\:border-t-gray-600\/100:focus {
  border-top-color: rgb(75 85 99 / 1);
}

.focus\:border-t-gray-600\/20:focus {
  border-top-color: rgb(75 85 99 / 0.2);
}

.focus\:border-t-gray-600\/25:focus {
  border-top-color: rgb(75 85 99 / 0.25);
}

.focus\:border-t-gray-600\/30:focus {
  border-top-color: rgb(75 85 99 / 0.3);
}

.focus\:border-t-gray-600\/40:focus {
  border-top-color: rgb(75 85 99 / 0.4);
}

.focus\:border-t-gray-600\/5:focus {
  border-top-color: rgb(75 85 99 / 0.05);
}

.focus\:border-t-gray-600\/50:focus {
  border-top-color: rgb(75 85 99 / 0.5);
}

.focus\:border-t-gray-600\/60:focus {
  border-top-color: rgb(75 85 99 / 0.6);
}

.focus\:border-t-gray-600\/70:focus {
  border-top-color: rgb(75 85 99 / 0.7);
}

.focus\:border-t-gray-600\/75:focus {
  border-top-color: rgb(75 85 99 / 0.75);
}

.focus\:border-t-gray-600\/80:focus {
  border-top-color: rgb(75 85 99 / 0.8);
}

.focus\:border-t-gray-600\/90:focus {
  border-top-color: rgb(75 85 99 / 0.9);
}

.focus\:border-t-gray-600\/95:focus {
  border-top-color: rgb(75 85 99 / 0.95);
}

.focus\:border-t-gray-700:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.focus\:border-t-gray-700\/0:focus {
  border-top-color: rgb(55 65 81 / 0);
}

.focus\:border-t-gray-700\/10:focus {
  border-top-color: rgb(55 65 81 / 0.1);
}

.focus\:border-t-gray-700\/100:focus {
  border-top-color: rgb(55 65 81 / 1);
}

.focus\:border-t-gray-700\/20:focus {
  border-top-color: rgb(55 65 81 / 0.2);
}

.focus\:border-t-gray-700\/25:focus {
  border-top-color: rgb(55 65 81 / 0.25);
}

.focus\:border-t-gray-700\/30:focus {
  border-top-color: rgb(55 65 81 / 0.3);
}

.focus\:border-t-gray-700\/40:focus {
  border-top-color: rgb(55 65 81 / 0.4);
}

.focus\:border-t-gray-700\/5:focus {
  border-top-color: rgb(55 65 81 / 0.05);
}

.focus\:border-t-gray-700\/50:focus {
  border-top-color: rgb(55 65 81 / 0.5);
}

.focus\:border-t-gray-700\/60:focus {
  border-top-color: rgb(55 65 81 / 0.6);
}

.focus\:border-t-gray-700\/70:focus {
  border-top-color: rgb(55 65 81 / 0.7);
}

.focus\:border-t-gray-700\/75:focus {
  border-top-color: rgb(55 65 81 / 0.75);
}

.focus\:border-t-gray-700\/80:focus {
  border-top-color: rgb(55 65 81 / 0.8);
}

.focus\:border-t-gray-700\/90:focus {
  border-top-color: rgb(55 65 81 / 0.9);
}

.focus\:border-t-gray-700\/95:focus {
  border-top-color: rgb(55 65 81 / 0.95);
}

.focus\:border-t-gray-800:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.focus\:border-t-gray-800\/0:focus {
  border-top-color: rgb(31 41 55 / 0);
}

.focus\:border-t-gray-800\/10:focus {
  border-top-color: rgb(31 41 55 / 0.1);
}

.focus\:border-t-gray-800\/100:focus {
  border-top-color: rgb(31 41 55 / 1);
}

.focus\:border-t-gray-800\/20:focus {
  border-top-color: rgb(31 41 55 / 0.2);
}

.focus\:border-t-gray-800\/25:focus {
  border-top-color: rgb(31 41 55 / 0.25);
}

.focus\:border-t-gray-800\/30:focus {
  border-top-color: rgb(31 41 55 / 0.3);
}

.focus\:border-t-gray-800\/40:focus {
  border-top-color: rgb(31 41 55 / 0.4);
}

.focus\:border-t-gray-800\/5:focus {
  border-top-color: rgb(31 41 55 / 0.05);
}

.focus\:border-t-gray-800\/50:focus {
  border-top-color: rgb(31 41 55 / 0.5);
}

.focus\:border-t-gray-800\/60:focus {
  border-top-color: rgb(31 41 55 / 0.6);
}

.focus\:border-t-gray-800\/70:focus {
  border-top-color: rgb(31 41 55 / 0.7);
}

.focus\:border-t-gray-800\/75:focus {
  border-top-color: rgb(31 41 55 / 0.75);
}

.focus\:border-t-gray-800\/80:focus {
  border-top-color: rgb(31 41 55 / 0.8);
}

.focus\:border-t-gray-800\/90:focus {
  border-top-color: rgb(31 41 55 / 0.9);
}

.focus\:border-t-gray-800\/95:focus {
  border-top-color: rgb(31 41 55 / 0.95);
}

.focus\:border-t-gray-900:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.focus\:border-t-gray-900\/0:focus {
  border-top-color: rgb(17 24 39 / 0);
}

.focus\:border-t-gray-900\/10:focus {
  border-top-color: rgb(17 24 39 / 0.1);
}

.focus\:border-t-gray-900\/100:focus {
  border-top-color: rgb(17 24 39 / 1);
}

.focus\:border-t-gray-900\/20:focus {
  border-top-color: rgb(17 24 39 / 0.2);
}

.focus\:border-t-gray-900\/25:focus {
  border-top-color: rgb(17 24 39 / 0.25);
}

.focus\:border-t-gray-900\/30:focus {
  border-top-color: rgb(17 24 39 / 0.3);
}

.focus\:border-t-gray-900\/40:focus {
  border-top-color: rgb(17 24 39 / 0.4);
}

.focus\:border-t-gray-900\/5:focus {
  border-top-color: rgb(17 24 39 / 0.05);
}

.focus\:border-t-gray-900\/50:focus {
  border-top-color: rgb(17 24 39 / 0.5);
}

.focus\:border-t-gray-900\/60:focus {
  border-top-color: rgb(17 24 39 / 0.6);
}

.focus\:border-t-gray-900\/70:focus {
  border-top-color: rgb(17 24 39 / 0.7);
}

.focus\:border-t-gray-900\/75:focus {
  border-top-color: rgb(17 24 39 / 0.75);
}

.focus\:border-t-gray-900\/80:focus {
  border-top-color: rgb(17 24 39 / 0.8);
}

.focus\:border-t-gray-900\/90:focus {
  border-top-color: rgb(17 24 39 / 0.9);
}

.focus\:border-t-gray-900\/95:focus {
  border-top-color: rgb(17 24 39 / 0.95);
}

.focus\:border-t-gray-950:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(3 7 18 / var(--tw-border-opacity));
}

.focus\:border-t-gray-950\/0:focus {
  border-top-color: rgb(3 7 18 / 0);
}

.focus\:border-t-gray-950\/10:focus {
  border-top-color: rgb(3 7 18 / 0.1);
}

.focus\:border-t-gray-950\/100:focus {
  border-top-color: rgb(3 7 18 / 1);
}

.focus\:border-t-gray-950\/20:focus {
  border-top-color: rgb(3 7 18 / 0.2);
}

.focus\:border-t-gray-950\/25:focus {
  border-top-color: rgb(3 7 18 / 0.25);
}

.focus\:border-t-gray-950\/30:focus {
  border-top-color: rgb(3 7 18 / 0.3);
}

.focus\:border-t-gray-950\/40:focus {
  border-top-color: rgb(3 7 18 / 0.4);
}

.focus\:border-t-gray-950\/5:focus {
  border-top-color: rgb(3 7 18 / 0.05);
}

.focus\:border-t-gray-950\/50:focus {
  border-top-color: rgb(3 7 18 / 0.5);
}

.focus\:border-t-gray-950\/60:focus {
  border-top-color: rgb(3 7 18 / 0.6);
}

.focus\:border-t-gray-950\/70:focus {
  border-top-color: rgb(3 7 18 / 0.7);
}

.focus\:border-t-gray-950\/75:focus {
  border-top-color: rgb(3 7 18 / 0.75);
}

.focus\:border-t-gray-950\/80:focus {
  border-top-color: rgb(3 7 18 / 0.8);
}

.focus\:border-t-gray-950\/90:focus {
  border-top-color: rgb(3 7 18 / 0.9);
}

.focus\:border-t-gray-950\/95:focus {
  border-top-color: rgb(3 7 18 / 0.95);
}

.focus\:border-t-green-100:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(220 252 231 / var(--tw-border-opacity));
}

.focus\:border-t-green-100\/0:focus {
  border-top-color: rgb(220 252 231 / 0);
}

.focus\:border-t-green-100\/10:focus {
  border-top-color: rgb(220 252 231 / 0.1);
}

.focus\:border-t-green-100\/100:focus {
  border-top-color: rgb(220 252 231 / 1);
}

.focus\:border-t-green-100\/20:focus {
  border-top-color: rgb(220 252 231 / 0.2);
}

.focus\:border-t-green-100\/25:focus {
  border-top-color: rgb(220 252 231 / 0.25);
}

.focus\:border-t-green-100\/30:focus {
  border-top-color: rgb(220 252 231 / 0.3);
}

.focus\:border-t-green-100\/40:focus {
  border-top-color: rgb(220 252 231 / 0.4);
}

.focus\:border-t-green-100\/5:focus {
  border-top-color: rgb(220 252 231 / 0.05);
}

.focus\:border-t-green-100\/50:focus {
  border-top-color: rgb(220 252 231 / 0.5);
}

.focus\:border-t-green-100\/60:focus {
  border-top-color: rgb(220 252 231 / 0.6);
}

.focus\:border-t-green-100\/70:focus {
  border-top-color: rgb(220 252 231 / 0.7);
}

.focus\:border-t-green-100\/75:focus {
  border-top-color: rgb(220 252 231 / 0.75);
}

.focus\:border-t-green-100\/80:focus {
  border-top-color: rgb(220 252 231 / 0.8);
}

.focus\:border-t-green-100\/90:focus {
  border-top-color: rgb(220 252 231 / 0.9);
}

.focus\:border-t-green-100\/95:focus {
  border-top-color: rgb(220 252 231 / 0.95);
}

.focus\:border-t-green-200:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.focus\:border-t-green-200\/0:focus {
  border-top-color: rgb(187 247 208 / 0);
}

.focus\:border-t-green-200\/10:focus {
  border-top-color: rgb(187 247 208 / 0.1);
}

.focus\:border-t-green-200\/100:focus {
  border-top-color: rgb(187 247 208 / 1);
}

.focus\:border-t-green-200\/20:focus {
  border-top-color: rgb(187 247 208 / 0.2);
}

.focus\:border-t-green-200\/25:focus {
  border-top-color: rgb(187 247 208 / 0.25);
}

.focus\:border-t-green-200\/30:focus {
  border-top-color: rgb(187 247 208 / 0.3);
}

.focus\:border-t-green-200\/40:focus {
  border-top-color: rgb(187 247 208 / 0.4);
}

.focus\:border-t-green-200\/5:focus {
  border-top-color: rgb(187 247 208 / 0.05);
}

.focus\:border-t-green-200\/50:focus {
  border-top-color: rgb(187 247 208 / 0.5);
}

.focus\:border-t-green-200\/60:focus {
  border-top-color: rgb(187 247 208 / 0.6);
}

.focus\:border-t-green-200\/70:focus {
  border-top-color: rgb(187 247 208 / 0.7);
}

.focus\:border-t-green-200\/75:focus {
  border-top-color: rgb(187 247 208 / 0.75);
}

.focus\:border-t-green-200\/80:focus {
  border-top-color: rgb(187 247 208 / 0.8);
}

.focus\:border-t-green-200\/90:focus {
  border-top-color: rgb(187 247 208 / 0.9);
}

.focus\:border-t-green-200\/95:focus {
  border-top-color: rgb(187 247 208 / 0.95);
}

.focus\:border-t-green-300:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.focus\:border-t-green-300\/0:focus {
  border-top-color: rgb(134 239 172 / 0);
}

.focus\:border-t-green-300\/10:focus {
  border-top-color: rgb(134 239 172 / 0.1);
}

.focus\:border-t-green-300\/100:focus {
  border-top-color: rgb(134 239 172 / 1);
}

.focus\:border-t-green-300\/20:focus {
  border-top-color: rgb(134 239 172 / 0.2);
}

.focus\:border-t-green-300\/25:focus {
  border-top-color: rgb(134 239 172 / 0.25);
}

.focus\:border-t-green-300\/30:focus {
  border-top-color: rgb(134 239 172 / 0.3);
}

.focus\:border-t-green-300\/40:focus {
  border-top-color: rgb(134 239 172 / 0.4);
}

.focus\:border-t-green-300\/5:focus {
  border-top-color: rgb(134 239 172 / 0.05);
}

.focus\:border-t-green-300\/50:focus {
  border-top-color: rgb(134 239 172 / 0.5);
}

.focus\:border-t-green-300\/60:focus {
  border-top-color: rgb(134 239 172 / 0.6);
}

.focus\:border-t-green-300\/70:focus {
  border-top-color: rgb(134 239 172 / 0.7);
}

.focus\:border-t-green-300\/75:focus {
  border-top-color: rgb(134 239 172 / 0.75);
}

.focus\:border-t-green-300\/80:focus {
  border-top-color: rgb(134 239 172 / 0.8);
}

.focus\:border-t-green-300\/90:focus {
  border-top-color: rgb(134 239 172 / 0.9);
}

.focus\:border-t-green-300\/95:focus {
  border-top-color: rgb(134 239 172 / 0.95);
}

.focus\:border-t-green-400:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.focus\:border-t-green-400\/0:focus {
  border-top-color: rgb(74 222 128 / 0);
}

.focus\:border-t-green-400\/10:focus {
  border-top-color: rgb(74 222 128 / 0.1);
}

.focus\:border-t-green-400\/100:focus {
  border-top-color: rgb(74 222 128 / 1);
}

.focus\:border-t-green-400\/20:focus {
  border-top-color: rgb(74 222 128 / 0.2);
}

.focus\:border-t-green-400\/25:focus {
  border-top-color: rgb(74 222 128 / 0.25);
}

.focus\:border-t-green-400\/30:focus {
  border-top-color: rgb(74 222 128 / 0.3);
}

.focus\:border-t-green-400\/40:focus {
  border-top-color: rgb(74 222 128 / 0.4);
}

.focus\:border-t-green-400\/5:focus {
  border-top-color: rgb(74 222 128 / 0.05);
}

.focus\:border-t-green-400\/50:focus {
  border-top-color: rgb(74 222 128 / 0.5);
}

.focus\:border-t-green-400\/60:focus {
  border-top-color: rgb(74 222 128 / 0.6);
}

.focus\:border-t-green-400\/70:focus {
  border-top-color: rgb(74 222 128 / 0.7);
}

.focus\:border-t-green-400\/75:focus {
  border-top-color: rgb(74 222 128 / 0.75);
}

.focus\:border-t-green-400\/80:focus {
  border-top-color: rgb(74 222 128 / 0.8);
}

.focus\:border-t-green-400\/90:focus {
  border-top-color: rgb(74 222 128 / 0.9);
}

.focus\:border-t-green-400\/95:focus {
  border-top-color: rgb(74 222 128 / 0.95);
}

.focus\:border-t-green-50:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(240 253 244 / var(--tw-border-opacity));
}

.focus\:border-t-green-50\/0:focus {
  border-top-color: rgb(240 253 244 / 0);
}

.focus\:border-t-green-50\/10:focus {
  border-top-color: rgb(240 253 244 / 0.1);
}

.focus\:border-t-green-50\/100:focus {
  border-top-color: rgb(240 253 244 / 1);
}

.focus\:border-t-green-50\/20:focus {
  border-top-color: rgb(240 253 244 / 0.2);
}

.focus\:border-t-green-50\/25:focus {
  border-top-color: rgb(240 253 244 / 0.25);
}

.focus\:border-t-green-50\/30:focus {
  border-top-color: rgb(240 253 244 / 0.3);
}

.focus\:border-t-green-50\/40:focus {
  border-top-color: rgb(240 253 244 / 0.4);
}

.focus\:border-t-green-50\/5:focus {
  border-top-color: rgb(240 253 244 / 0.05);
}

.focus\:border-t-green-50\/50:focus {
  border-top-color: rgb(240 253 244 / 0.5);
}

.focus\:border-t-green-50\/60:focus {
  border-top-color: rgb(240 253 244 / 0.6);
}

.focus\:border-t-green-50\/70:focus {
  border-top-color: rgb(240 253 244 / 0.7);
}

.focus\:border-t-green-50\/75:focus {
  border-top-color: rgb(240 253 244 / 0.75);
}

.focus\:border-t-green-50\/80:focus {
  border-top-color: rgb(240 253 244 / 0.8);
}

.focus\:border-t-green-50\/90:focus {
  border-top-color: rgb(240 253 244 / 0.9);
}

.focus\:border-t-green-50\/95:focus {
  border-top-color: rgb(240 253 244 / 0.95);
}

.focus\:border-t-green-500:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.focus\:border-t-green-500\/0:focus {
  border-top-color: rgb(34 197 94 / 0);
}

.focus\:border-t-green-500\/10:focus {
  border-top-color: rgb(34 197 94 / 0.1);
}

.focus\:border-t-green-500\/100:focus {
  border-top-color: rgb(34 197 94 / 1);
}

.focus\:border-t-green-500\/20:focus {
  border-top-color: rgb(34 197 94 / 0.2);
}

.focus\:border-t-green-500\/25:focus {
  border-top-color: rgb(34 197 94 / 0.25);
}

.focus\:border-t-green-500\/30:focus {
  border-top-color: rgb(34 197 94 / 0.3);
}

.focus\:border-t-green-500\/40:focus {
  border-top-color: rgb(34 197 94 / 0.4);
}

.focus\:border-t-green-500\/5:focus {
  border-top-color: rgb(34 197 94 / 0.05);
}

.focus\:border-t-green-500\/50:focus {
  border-top-color: rgb(34 197 94 / 0.5);
}

.focus\:border-t-green-500\/60:focus {
  border-top-color: rgb(34 197 94 / 0.6);
}

.focus\:border-t-green-500\/70:focus {
  border-top-color: rgb(34 197 94 / 0.7);
}

.focus\:border-t-green-500\/75:focus {
  border-top-color: rgb(34 197 94 / 0.75);
}

.focus\:border-t-green-500\/80:focus {
  border-top-color: rgb(34 197 94 / 0.8);
}

.focus\:border-t-green-500\/90:focus {
  border-top-color: rgb(34 197 94 / 0.9);
}

.focus\:border-t-green-500\/95:focus {
  border-top-color: rgb(34 197 94 / 0.95);
}

.focus\:border-t-green-600:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.focus\:border-t-green-600\/0:focus {
  border-top-color: rgb(22 163 74 / 0);
}

.focus\:border-t-green-600\/10:focus {
  border-top-color: rgb(22 163 74 / 0.1);
}

.focus\:border-t-green-600\/100:focus {
  border-top-color: rgb(22 163 74 / 1);
}

.focus\:border-t-green-600\/20:focus {
  border-top-color: rgb(22 163 74 / 0.2);
}

.focus\:border-t-green-600\/25:focus {
  border-top-color: rgb(22 163 74 / 0.25);
}

.focus\:border-t-green-600\/30:focus {
  border-top-color: rgb(22 163 74 / 0.3);
}

.focus\:border-t-green-600\/40:focus {
  border-top-color: rgb(22 163 74 / 0.4);
}

.focus\:border-t-green-600\/5:focus {
  border-top-color: rgb(22 163 74 / 0.05);
}

.focus\:border-t-green-600\/50:focus {
  border-top-color: rgb(22 163 74 / 0.5);
}

.focus\:border-t-green-600\/60:focus {
  border-top-color: rgb(22 163 74 / 0.6);
}

.focus\:border-t-green-600\/70:focus {
  border-top-color: rgb(22 163 74 / 0.7);
}

.focus\:border-t-green-600\/75:focus {
  border-top-color: rgb(22 163 74 / 0.75);
}

.focus\:border-t-green-600\/80:focus {
  border-top-color: rgb(22 163 74 / 0.8);
}

.focus\:border-t-green-600\/90:focus {
  border-top-color: rgb(22 163 74 / 0.9);
}

.focus\:border-t-green-600\/95:focus {
  border-top-color: rgb(22 163 74 / 0.95);
}

.focus\:border-t-green-700:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.focus\:border-t-green-700\/0:focus {
  border-top-color: rgb(21 128 61 / 0);
}

.focus\:border-t-green-700\/10:focus {
  border-top-color: rgb(21 128 61 / 0.1);
}

.focus\:border-t-green-700\/100:focus {
  border-top-color: rgb(21 128 61 / 1);
}

.focus\:border-t-green-700\/20:focus {
  border-top-color: rgb(21 128 61 / 0.2);
}

.focus\:border-t-green-700\/25:focus {
  border-top-color: rgb(21 128 61 / 0.25);
}

.focus\:border-t-green-700\/30:focus {
  border-top-color: rgb(21 128 61 / 0.3);
}

.focus\:border-t-green-700\/40:focus {
  border-top-color: rgb(21 128 61 / 0.4);
}

.focus\:border-t-green-700\/5:focus {
  border-top-color: rgb(21 128 61 / 0.05);
}

.focus\:border-t-green-700\/50:focus {
  border-top-color: rgb(21 128 61 / 0.5);
}

.focus\:border-t-green-700\/60:focus {
  border-top-color: rgb(21 128 61 / 0.6);
}

.focus\:border-t-green-700\/70:focus {
  border-top-color: rgb(21 128 61 / 0.7);
}

.focus\:border-t-green-700\/75:focus {
  border-top-color: rgb(21 128 61 / 0.75);
}

.focus\:border-t-green-700\/80:focus {
  border-top-color: rgb(21 128 61 / 0.8);
}

.focus\:border-t-green-700\/90:focus {
  border-top-color: rgb(21 128 61 / 0.9);
}

.focus\:border-t-green-700\/95:focus {
  border-top-color: rgb(21 128 61 / 0.95);
}

.focus\:border-t-green-800:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.focus\:border-t-green-800\/0:focus {
  border-top-color: rgb(22 101 52 / 0);
}

.focus\:border-t-green-800\/10:focus {
  border-top-color: rgb(22 101 52 / 0.1);
}

.focus\:border-t-green-800\/100:focus {
  border-top-color: rgb(22 101 52 / 1);
}

.focus\:border-t-green-800\/20:focus {
  border-top-color: rgb(22 101 52 / 0.2);
}

.focus\:border-t-green-800\/25:focus {
  border-top-color: rgb(22 101 52 / 0.25);
}

.focus\:border-t-green-800\/30:focus {
  border-top-color: rgb(22 101 52 / 0.3);
}

.focus\:border-t-green-800\/40:focus {
  border-top-color: rgb(22 101 52 / 0.4);
}

.focus\:border-t-green-800\/5:focus {
  border-top-color: rgb(22 101 52 / 0.05);
}

.focus\:border-t-green-800\/50:focus {
  border-top-color: rgb(22 101 52 / 0.5);
}

.focus\:border-t-green-800\/60:focus {
  border-top-color: rgb(22 101 52 / 0.6);
}

.focus\:border-t-green-800\/70:focus {
  border-top-color: rgb(22 101 52 / 0.7);
}

.focus\:border-t-green-800\/75:focus {
  border-top-color: rgb(22 101 52 / 0.75);
}

.focus\:border-t-green-800\/80:focus {
  border-top-color: rgb(22 101 52 / 0.8);
}

.focus\:border-t-green-800\/90:focus {
  border-top-color: rgb(22 101 52 / 0.9);
}

.focus\:border-t-green-800\/95:focus {
  border-top-color: rgb(22 101 52 / 0.95);
}

.focus\:border-t-green-900:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(20 83 45 / var(--tw-border-opacity));
}

.focus\:border-t-green-900\/0:focus {
  border-top-color: rgb(20 83 45 / 0);
}

.focus\:border-t-green-900\/10:focus {
  border-top-color: rgb(20 83 45 / 0.1);
}

.focus\:border-t-green-900\/100:focus {
  border-top-color: rgb(20 83 45 / 1);
}

.focus\:border-t-green-900\/20:focus {
  border-top-color: rgb(20 83 45 / 0.2);
}

.focus\:border-t-green-900\/25:focus {
  border-top-color: rgb(20 83 45 / 0.25);
}

.focus\:border-t-green-900\/30:focus {
  border-top-color: rgb(20 83 45 / 0.3);
}

.focus\:border-t-green-900\/40:focus {
  border-top-color: rgb(20 83 45 / 0.4);
}

.focus\:border-t-green-900\/5:focus {
  border-top-color: rgb(20 83 45 / 0.05);
}

.focus\:border-t-green-900\/50:focus {
  border-top-color: rgb(20 83 45 / 0.5);
}

.focus\:border-t-green-900\/60:focus {
  border-top-color: rgb(20 83 45 / 0.6);
}

.focus\:border-t-green-900\/70:focus {
  border-top-color: rgb(20 83 45 / 0.7);
}

.focus\:border-t-green-900\/75:focus {
  border-top-color: rgb(20 83 45 / 0.75);
}

.focus\:border-t-green-900\/80:focus {
  border-top-color: rgb(20 83 45 / 0.8);
}

.focus\:border-t-green-900\/90:focus {
  border-top-color: rgb(20 83 45 / 0.9);
}

.focus\:border-t-green-900\/95:focus {
  border-top-color: rgb(20 83 45 / 0.95);
}

.focus\:border-t-green-950:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(5 46 22 / var(--tw-border-opacity));
}

.focus\:border-t-green-950\/0:focus {
  border-top-color: rgb(5 46 22 / 0);
}

.focus\:border-t-green-950\/10:focus {
  border-top-color: rgb(5 46 22 / 0.1);
}

.focus\:border-t-green-950\/100:focus {
  border-top-color: rgb(5 46 22 / 1);
}

.focus\:border-t-green-950\/20:focus {
  border-top-color: rgb(5 46 22 / 0.2);
}

.focus\:border-t-green-950\/25:focus {
  border-top-color: rgb(5 46 22 / 0.25);
}

.focus\:border-t-green-950\/30:focus {
  border-top-color: rgb(5 46 22 / 0.3);
}

.focus\:border-t-green-950\/40:focus {
  border-top-color: rgb(5 46 22 / 0.4);
}

.focus\:border-t-green-950\/5:focus {
  border-top-color: rgb(5 46 22 / 0.05);
}

.focus\:border-t-green-950\/50:focus {
  border-top-color: rgb(5 46 22 / 0.5);
}

.focus\:border-t-green-950\/60:focus {
  border-top-color: rgb(5 46 22 / 0.6);
}

.focus\:border-t-green-950\/70:focus {
  border-top-color: rgb(5 46 22 / 0.7);
}

.focus\:border-t-green-950\/75:focus {
  border-top-color: rgb(5 46 22 / 0.75);
}

.focus\:border-t-green-950\/80:focus {
  border-top-color: rgb(5 46 22 / 0.8);
}

.focus\:border-t-green-950\/90:focus {
  border-top-color: rgb(5 46 22 / 0.9);
}

.focus\:border-t-green-950\/95:focus {
  border-top-color: rgb(5 46 22 / 0.95);
}

.focus\:border-t-indigo-100:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(224 231 255 / var(--tw-border-opacity));
}

.focus\:border-t-indigo-100\/0:focus {
  border-top-color: rgb(224 231 255 / 0);
}

.focus\:border-t-indigo-100\/10:focus {
  border-top-color: rgb(224 231 255 / 0.1);
}

.focus\:border-t-indigo-100\/100:focus {
  border-top-color: rgb(224 231 255 / 1);
}

.focus\:border-t-indigo-100\/20:focus {
  border-top-color: rgb(224 231 255 / 0.2);
}

.focus\:border-t-indigo-100\/25:focus {
  border-top-color: rgb(224 231 255 / 0.25);
}

.focus\:border-t-indigo-100\/30:focus {
  border-top-color: rgb(224 231 255 / 0.3);
}

.focus\:border-t-indigo-100\/40:focus {
  border-top-color: rgb(224 231 255 / 0.4);
}

.focus\:border-t-indigo-100\/5:focus {
  border-top-color: rgb(224 231 255 / 0.05);
}

.focus\:border-t-indigo-100\/50:focus {
  border-top-color: rgb(224 231 255 / 0.5);
}

.focus\:border-t-indigo-100\/60:focus {
  border-top-color: rgb(224 231 255 / 0.6);
}

.focus\:border-t-indigo-100\/70:focus {
  border-top-color: rgb(224 231 255 / 0.7);
}

.focus\:border-t-indigo-100\/75:focus {
  border-top-color: rgb(224 231 255 / 0.75);
}

.focus\:border-t-indigo-100\/80:focus {
  border-top-color: rgb(224 231 255 / 0.8);
}

.focus\:border-t-indigo-100\/90:focus {
  border-top-color: rgb(224 231 255 / 0.9);
}

.focus\:border-t-indigo-100\/95:focus {
  border-top-color: rgb(224 231 255 / 0.95);
}

.focus\:border-t-indigo-200:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.focus\:border-t-indigo-200\/0:focus {
  border-top-color: rgb(199 210 254 / 0);
}

.focus\:border-t-indigo-200\/10:focus {
  border-top-color: rgb(199 210 254 / 0.1);
}

.focus\:border-t-indigo-200\/100:focus {
  border-top-color: rgb(199 210 254 / 1);
}

.focus\:border-t-indigo-200\/20:focus {
  border-top-color: rgb(199 210 254 / 0.2);
}

.focus\:border-t-indigo-200\/25:focus {
  border-top-color: rgb(199 210 254 / 0.25);
}

.focus\:border-t-indigo-200\/30:focus {
  border-top-color: rgb(199 210 254 / 0.3);
}

.focus\:border-t-indigo-200\/40:focus {
  border-top-color: rgb(199 210 254 / 0.4);
}

.focus\:border-t-indigo-200\/5:focus {
  border-top-color: rgb(199 210 254 / 0.05);
}

.focus\:border-t-indigo-200\/50:focus {
  border-top-color: rgb(199 210 254 / 0.5);
}

.focus\:border-t-indigo-200\/60:focus {
  border-top-color: rgb(199 210 254 / 0.6);
}

.focus\:border-t-indigo-200\/70:focus {
  border-top-color: rgb(199 210 254 / 0.7);
}

.focus\:border-t-indigo-200\/75:focus {
  border-top-color: rgb(199 210 254 / 0.75);
}

.focus\:border-t-indigo-200\/80:focus {
  border-top-color: rgb(199 210 254 / 0.8);
}

.focus\:border-t-indigo-200\/90:focus {
  border-top-color: rgb(199 210 254 / 0.9);
}

.focus\:border-t-indigo-200\/95:focus {
  border-top-color: rgb(199 210 254 / 0.95);
}

.focus\:border-t-indigo-300:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.focus\:border-t-indigo-300\/0:focus {
  border-top-color: rgb(165 180 252 / 0);
}

.focus\:border-t-indigo-300\/10:focus {
  border-top-color: rgb(165 180 252 / 0.1);
}

.focus\:border-t-indigo-300\/100:focus {
  border-top-color: rgb(165 180 252 / 1);
}

.focus\:border-t-indigo-300\/20:focus {
  border-top-color: rgb(165 180 252 / 0.2);
}

.focus\:border-t-indigo-300\/25:focus {
  border-top-color: rgb(165 180 252 / 0.25);
}

.focus\:border-t-indigo-300\/30:focus {
  border-top-color: rgb(165 180 252 / 0.3);
}

.focus\:border-t-indigo-300\/40:focus {
  border-top-color: rgb(165 180 252 / 0.4);
}

.focus\:border-t-indigo-300\/5:focus {
  border-top-color: rgb(165 180 252 / 0.05);
}

.focus\:border-t-indigo-300\/50:focus {
  border-top-color: rgb(165 180 252 / 0.5);
}

.focus\:border-t-indigo-300\/60:focus {
  border-top-color: rgb(165 180 252 / 0.6);
}

.focus\:border-t-indigo-300\/70:focus {
  border-top-color: rgb(165 180 252 / 0.7);
}

.focus\:border-t-indigo-300\/75:focus {
  border-top-color: rgb(165 180 252 / 0.75);
}

.focus\:border-t-indigo-300\/80:focus {
  border-top-color: rgb(165 180 252 / 0.8);
}

.focus\:border-t-indigo-300\/90:focus {
  border-top-color: rgb(165 180 252 / 0.9);
}

.focus\:border-t-indigo-300\/95:focus {
  border-top-color: rgb(165 180 252 / 0.95);
}

.focus\:border-t-indigo-400:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.focus\:border-t-indigo-400\/0:focus {
  border-top-color: rgb(129 140 248 / 0);
}

.focus\:border-t-indigo-400\/10:focus {
  border-top-color: rgb(129 140 248 / 0.1);
}

.focus\:border-t-indigo-400\/100:focus {
  border-top-color: rgb(129 140 248 / 1);
}

.focus\:border-t-indigo-400\/20:focus {
  border-top-color: rgb(129 140 248 / 0.2);
}

.focus\:border-t-indigo-400\/25:focus {
  border-top-color: rgb(129 140 248 / 0.25);
}

.focus\:border-t-indigo-400\/30:focus {
  border-top-color: rgb(129 140 248 / 0.3);
}

.focus\:border-t-indigo-400\/40:focus {
  border-top-color: rgb(129 140 248 / 0.4);
}

.focus\:border-t-indigo-400\/5:focus {
  border-top-color: rgb(129 140 248 / 0.05);
}

.focus\:border-t-indigo-400\/50:focus {
  border-top-color: rgb(129 140 248 / 0.5);
}

.focus\:border-t-indigo-400\/60:focus {
  border-top-color: rgb(129 140 248 / 0.6);
}

.focus\:border-t-indigo-400\/70:focus {
  border-top-color: rgb(129 140 248 / 0.7);
}

.focus\:border-t-indigo-400\/75:focus {
  border-top-color: rgb(129 140 248 / 0.75);
}

.focus\:border-t-indigo-400\/80:focus {
  border-top-color: rgb(129 140 248 / 0.8);
}

.focus\:border-t-indigo-400\/90:focus {
  border-top-color: rgb(129 140 248 / 0.9);
}

.focus\:border-t-indigo-400\/95:focus {
  border-top-color: rgb(129 140 248 / 0.95);
}

.focus\:border-t-indigo-50:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(238 242 255 / var(--tw-border-opacity));
}

.focus\:border-t-indigo-50\/0:focus {
  border-top-color: rgb(238 242 255 / 0);
}

.focus\:border-t-indigo-50\/10:focus {
  border-top-color: rgb(238 242 255 / 0.1);
}

.focus\:border-t-indigo-50\/100:focus {
  border-top-color: rgb(238 242 255 / 1);
}

.focus\:border-t-indigo-50\/20:focus {
  border-top-color: rgb(238 242 255 / 0.2);
}

.focus\:border-t-indigo-50\/25:focus {
  border-top-color: rgb(238 242 255 / 0.25);
}

.focus\:border-t-indigo-50\/30:focus {
  border-top-color: rgb(238 242 255 / 0.3);
}

.focus\:border-t-indigo-50\/40:focus {
  border-top-color: rgb(238 242 255 / 0.4);
}

.focus\:border-t-indigo-50\/5:focus {
  border-top-color: rgb(238 242 255 / 0.05);
}

.focus\:border-t-indigo-50\/50:focus {
  border-top-color: rgb(238 242 255 / 0.5);
}

.focus\:border-t-indigo-50\/60:focus {
  border-top-color: rgb(238 242 255 / 0.6);
}

.focus\:border-t-indigo-50\/70:focus {
  border-top-color: rgb(238 242 255 / 0.7);
}

.focus\:border-t-indigo-50\/75:focus {
  border-top-color: rgb(238 242 255 / 0.75);
}

.focus\:border-t-indigo-50\/80:focus {
  border-top-color: rgb(238 242 255 / 0.8);
}

.focus\:border-t-indigo-50\/90:focus {
  border-top-color: rgb(238 242 255 / 0.9);
}

.focus\:border-t-indigo-50\/95:focus {
  border-top-color: rgb(238 242 255 / 0.95);
}

.focus\:border-t-indigo-500:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.focus\:border-t-indigo-500\/0:focus {
  border-top-color: rgb(99 102 241 / 0);
}

.focus\:border-t-indigo-500\/10:focus {
  border-top-color: rgb(99 102 241 / 0.1);
}

.focus\:border-t-indigo-500\/100:focus {
  border-top-color: rgb(99 102 241 / 1);
}

.focus\:border-t-indigo-500\/20:focus {
  border-top-color: rgb(99 102 241 / 0.2);
}

.focus\:border-t-indigo-500\/25:focus {
  border-top-color: rgb(99 102 241 / 0.25);
}

.focus\:border-t-indigo-500\/30:focus {
  border-top-color: rgb(99 102 241 / 0.3);
}

.focus\:border-t-indigo-500\/40:focus {
  border-top-color: rgb(99 102 241 / 0.4);
}

.focus\:border-t-indigo-500\/5:focus {
  border-top-color: rgb(99 102 241 / 0.05);
}

.focus\:border-t-indigo-500\/50:focus {
  border-top-color: rgb(99 102 241 / 0.5);
}

.focus\:border-t-indigo-500\/60:focus {
  border-top-color: rgb(99 102 241 / 0.6);
}

.focus\:border-t-indigo-500\/70:focus {
  border-top-color: rgb(99 102 241 / 0.7);
}

.focus\:border-t-indigo-500\/75:focus {
  border-top-color: rgb(99 102 241 / 0.75);
}

.focus\:border-t-indigo-500\/80:focus {
  border-top-color: rgb(99 102 241 / 0.8);
}

.focus\:border-t-indigo-500\/90:focus {
  border-top-color: rgb(99 102 241 / 0.9);
}

.focus\:border-t-indigo-500\/95:focus {
  border-top-color: rgb(99 102 241 / 0.95);
}

.focus\:border-t-indigo-600:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.focus\:border-t-indigo-600\/0:focus {
  border-top-color: rgb(79 70 229 / 0);
}

.focus\:border-t-indigo-600\/10:focus {
  border-top-color: rgb(79 70 229 / 0.1);
}

.focus\:border-t-indigo-600\/100:focus {
  border-top-color: rgb(79 70 229 / 1);
}

.focus\:border-t-indigo-600\/20:focus {
  border-top-color: rgb(79 70 229 / 0.2);
}

.focus\:border-t-indigo-600\/25:focus {
  border-top-color: rgb(79 70 229 / 0.25);
}

.focus\:border-t-indigo-600\/30:focus {
  border-top-color: rgb(79 70 229 / 0.3);
}

.focus\:border-t-indigo-600\/40:focus {
  border-top-color: rgb(79 70 229 / 0.4);
}

.focus\:border-t-indigo-600\/5:focus {
  border-top-color: rgb(79 70 229 / 0.05);
}

.focus\:border-t-indigo-600\/50:focus {
  border-top-color: rgb(79 70 229 / 0.5);
}

.focus\:border-t-indigo-600\/60:focus {
  border-top-color: rgb(79 70 229 / 0.6);
}

.focus\:border-t-indigo-600\/70:focus {
  border-top-color: rgb(79 70 229 / 0.7);
}

.focus\:border-t-indigo-600\/75:focus {
  border-top-color: rgb(79 70 229 / 0.75);
}

.focus\:border-t-indigo-600\/80:focus {
  border-top-color: rgb(79 70 229 / 0.8);
}

.focus\:border-t-indigo-600\/90:focus {
  border-top-color: rgb(79 70 229 / 0.9);
}

.focus\:border-t-indigo-600\/95:focus {
  border-top-color: rgb(79 70 229 / 0.95);
}

.focus\:border-t-indigo-700:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.focus\:border-t-indigo-700\/0:focus {
  border-top-color: rgb(67 56 202 / 0);
}

.focus\:border-t-indigo-700\/10:focus {
  border-top-color: rgb(67 56 202 / 0.1);
}

.focus\:border-t-indigo-700\/100:focus {
  border-top-color: rgb(67 56 202 / 1);
}

.focus\:border-t-indigo-700\/20:focus {
  border-top-color: rgb(67 56 202 / 0.2);
}

.focus\:border-t-indigo-700\/25:focus {
  border-top-color: rgb(67 56 202 / 0.25);
}

.focus\:border-t-indigo-700\/30:focus {
  border-top-color: rgb(67 56 202 / 0.3);
}

.focus\:border-t-indigo-700\/40:focus {
  border-top-color: rgb(67 56 202 / 0.4);
}

.focus\:border-t-indigo-700\/5:focus {
  border-top-color: rgb(67 56 202 / 0.05);
}

.focus\:border-t-indigo-700\/50:focus {
  border-top-color: rgb(67 56 202 / 0.5);
}

.focus\:border-t-indigo-700\/60:focus {
  border-top-color: rgb(67 56 202 / 0.6);
}

.focus\:border-t-indigo-700\/70:focus {
  border-top-color: rgb(67 56 202 / 0.7);
}

.focus\:border-t-indigo-700\/75:focus {
  border-top-color: rgb(67 56 202 / 0.75);
}

.focus\:border-t-indigo-700\/80:focus {
  border-top-color: rgb(67 56 202 / 0.8);
}

.focus\:border-t-indigo-700\/90:focus {
  border-top-color: rgb(67 56 202 / 0.9);
}

.focus\:border-t-indigo-700\/95:focus {
  border-top-color: rgb(67 56 202 / 0.95);
}

.focus\:border-t-indigo-800:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(55 48 163 / var(--tw-border-opacity));
}

.focus\:border-t-indigo-800\/0:focus {
  border-top-color: rgb(55 48 163 / 0);
}

.focus\:border-t-indigo-800\/10:focus {
  border-top-color: rgb(55 48 163 / 0.1);
}

.focus\:border-t-indigo-800\/100:focus {
  border-top-color: rgb(55 48 163 / 1);
}

.focus\:border-t-indigo-800\/20:focus {
  border-top-color: rgb(55 48 163 / 0.2);
}

.focus\:border-t-indigo-800\/25:focus {
  border-top-color: rgb(55 48 163 / 0.25);
}

.focus\:border-t-indigo-800\/30:focus {
  border-top-color: rgb(55 48 163 / 0.3);
}

.focus\:border-t-indigo-800\/40:focus {
  border-top-color: rgb(55 48 163 / 0.4);
}

.focus\:border-t-indigo-800\/5:focus {
  border-top-color: rgb(55 48 163 / 0.05);
}

.focus\:border-t-indigo-800\/50:focus {
  border-top-color: rgb(55 48 163 / 0.5);
}

.focus\:border-t-indigo-800\/60:focus {
  border-top-color: rgb(55 48 163 / 0.6);
}

.focus\:border-t-indigo-800\/70:focus {
  border-top-color: rgb(55 48 163 / 0.7);
}

.focus\:border-t-indigo-800\/75:focus {
  border-top-color: rgb(55 48 163 / 0.75);
}

.focus\:border-t-indigo-800\/80:focus {
  border-top-color: rgb(55 48 163 / 0.8);
}

.focus\:border-t-indigo-800\/90:focus {
  border-top-color: rgb(55 48 163 / 0.9);
}

.focus\:border-t-indigo-800\/95:focus {
  border-top-color: rgb(55 48 163 / 0.95);
}

.focus\:border-t-indigo-900:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(49 46 129 / var(--tw-border-opacity));
}

.focus\:border-t-indigo-900\/0:focus {
  border-top-color: rgb(49 46 129 / 0);
}

.focus\:border-t-indigo-900\/10:focus {
  border-top-color: rgb(49 46 129 / 0.1);
}

.focus\:border-t-indigo-900\/100:focus {
  border-top-color: rgb(49 46 129 / 1);
}

.focus\:border-t-indigo-900\/20:focus {
  border-top-color: rgb(49 46 129 / 0.2);
}

.focus\:border-t-indigo-900\/25:focus {
  border-top-color: rgb(49 46 129 / 0.25);
}

.focus\:border-t-indigo-900\/30:focus {
  border-top-color: rgb(49 46 129 / 0.3);
}

.focus\:border-t-indigo-900\/40:focus {
  border-top-color: rgb(49 46 129 / 0.4);
}

.focus\:border-t-indigo-900\/5:focus {
  border-top-color: rgb(49 46 129 / 0.05);
}

.focus\:border-t-indigo-900\/50:focus {
  border-top-color: rgb(49 46 129 / 0.5);
}

.focus\:border-t-indigo-900\/60:focus {
  border-top-color: rgb(49 46 129 / 0.6);
}

.focus\:border-t-indigo-900\/70:focus {
  border-top-color: rgb(49 46 129 / 0.7);
}

.focus\:border-t-indigo-900\/75:focus {
  border-top-color: rgb(49 46 129 / 0.75);
}

.focus\:border-t-indigo-900\/80:focus {
  border-top-color: rgb(49 46 129 / 0.8);
}

.focus\:border-t-indigo-900\/90:focus {
  border-top-color: rgb(49 46 129 / 0.9);
}

.focus\:border-t-indigo-900\/95:focus {
  border-top-color: rgb(49 46 129 / 0.95);
}

.focus\:border-t-indigo-950:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(30 27 75 / var(--tw-border-opacity));
}

.focus\:border-t-indigo-950\/0:focus {
  border-top-color: rgb(30 27 75 / 0);
}

.focus\:border-t-indigo-950\/10:focus {
  border-top-color: rgb(30 27 75 / 0.1);
}

.focus\:border-t-indigo-950\/100:focus {
  border-top-color: rgb(30 27 75 / 1);
}

.focus\:border-t-indigo-950\/20:focus {
  border-top-color: rgb(30 27 75 / 0.2);
}

.focus\:border-t-indigo-950\/25:focus {
  border-top-color: rgb(30 27 75 / 0.25);
}

.focus\:border-t-indigo-950\/30:focus {
  border-top-color: rgb(30 27 75 / 0.3);
}

.focus\:border-t-indigo-950\/40:focus {
  border-top-color: rgb(30 27 75 / 0.4);
}

.focus\:border-t-indigo-950\/5:focus {
  border-top-color: rgb(30 27 75 / 0.05);
}

.focus\:border-t-indigo-950\/50:focus {
  border-top-color: rgb(30 27 75 / 0.5);
}

.focus\:border-t-indigo-950\/60:focus {
  border-top-color: rgb(30 27 75 / 0.6);
}

.focus\:border-t-indigo-950\/70:focus {
  border-top-color: rgb(30 27 75 / 0.7);
}

.focus\:border-t-indigo-950\/75:focus {
  border-top-color: rgb(30 27 75 / 0.75);
}

.focus\:border-t-indigo-950\/80:focus {
  border-top-color: rgb(30 27 75 / 0.8);
}

.focus\:border-t-indigo-950\/90:focus {
  border-top-color: rgb(30 27 75 / 0.9);
}

.focus\:border-t-indigo-950\/95:focus {
  border-top-color: rgb(30 27 75 / 0.95);
}

.focus\:border-t-inherit:focus {
  border-top-color: inherit;
}

.focus\:border-t-interbeauty-100:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 197 175 / var(--tw-border-opacity));
}

.focus\:border-t-interbeauty-100\/0:focus {
  border-top-color: rgb(249 197 175 / 0);
}

.focus\:border-t-interbeauty-100\/10:focus {
  border-top-color: rgb(249 197 175 / 0.1);
}

.focus\:border-t-interbeauty-100\/100:focus {
  border-top-color: rgb(249 197 175 / 1);
}

.focus\:border-t-interbeauty-100\/20:focus {
  border-top-color: rgb(249 197 175 / 0.2);
}

.focus\:border-t-interbeauty-100\/25:focus {
  border-top-color: rgb(249 197 175 / 0.25);
}

.focus\:border-t-interbeauty-100\/30:focus {
  border-top-color: rgb(249 197 175 / 0.3);
}

.focus\:border-t-interbeauty-100\/40:focus {
  border-top-color: rgb(249 197 175 / 0.4);
}

.focus\:border-t-interbeauty-100\/5:focus {
  border-top-color: rgb(249 197 175 / 0.05);
}

.focus\:border-t-interbeauty-100\/50:focus {
  border-top-color: rgb(249 197 175 / 0.5);
}

.focus\:border-t-interbeauty-100\/60:focus {
  border-top-color: rgb(249 197 175 / 0.6);
}

.focus\:border-t-interbeauty-100\/70:focus {
  border-top-color: rgb(249 197 175 / 0.7);
}

.focus\:border-t-interbeauty-100\/75:focus {
  border-top-color: rgb(249 197 175 / 0.75);
}

.focus\:border-t-interbeauty-100\/80:focus {
  border-top-color: rgb(249 197 175 / 0.8);
}

.focus\:border-t-interbeauty-100\/90:focus {
  border-top-color: rgb(249 197 175 / 0.9);
}

.focus\:border-t-interbeauty-100\/95:focus {
  border-top-color: rgb(249 197 175 / 0.95);
}

.focus\:border-t-interbeauty-200:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(241 182 191 / var(--tw-border-opacity));
}

.focus\:border-t-interbeauty-200\/0:focus {
  border-top-color: rgb(241 182 191 / 0);
}

.focus\:border-t-interbeauty-200\/10:focus {
  border-top-color: rgb(241 182 191 / 0.1);
}

.focus\:border-t-interbeauty-200\/100:focus {
  border-top-color: rgb(241 182 191 / 1);
}

.focus\:border-t-interbeauty-200\/20:focus {
  border-top-color: rgb(241 182 191 / 0.2);
}

.focus\:border-t-interbeauty-200\/25:focus {
  border-top-color: rgb(241 182 191 / 0.25);
}

.focus\:border-t-interbeauty-200\/30:focus {
  border-top-color: rgb(241 182 191 / 0.3);
}

.focus\:border-t-interbeauty-200\/40:focus {
  border-top-color: rgb(241 182 191 / 0.4);
}

.focus\:border-t-interbeauty-200\/5:focus {
  border-top-color: rgb(241 182 191 / 0.05);
}

.focus\:border-t-interbeauty-200\/50:focus {
  border-top-color: rgb(241 182 191 / 0.5);
}

.focus\:border-t-interbeauty-200\/60:focus {
  border-top-color: rgb(241 182 191 / 0.6);
}

.focus\:border-t-interbeauty-200\/70:focus {
  border-top-color: rgb(241 182 191 / 0.7);
}

.focus\:border-t-interbeauty-200\/75:focus {
  border-top-color: rgb(241 182 191 / 0.75);
}

.focus\:border-t-interbeauty-200\/80:focus {
  border-top-color: rgb(241 182 191 / 0.8);
}

.focus\:border-t-interbeauty-200\/90:focus {
  border-top-color: rgb(241 182 191 / 0.9);
}

.focus\:border-t-interbeauty-200\/95:focus {
  border-top-color: rgb(241 182 191 / 0.95);
}

.focus\:border-t-interbeauty-300:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(182 219 231 / var(--tw-border-opacity));
}

.focus\:border-t-interbeauty-300\/0:focus {
  border-top-color: rgb(182 219 231 / 0);
}

.focus\:border-t-interbeauty-300\/10:focus {
  border-top-color: rgb(182 219 231 / 0.1);
}

.focus\:border-t-interbeauty-300\/100:focus {
  border-top-color: rgb(182 219 231 / 1);
}

.focus\:border-t-interbeauty-300\/20:focus {
  border-top-color: rgb(182 219 231 / 0.2);
}

.focus\:border-t-interbeauty-300\/25:focus {
  border-top-color: rgb(182 219 231 / 0.25);
}

.focus\:border-t-interbeauty-300\/30:focus {
  border-top-color: rgb(182 219 231 / 0.3);
}

.focus\:border-t-interbeauty-300\/40:focus {
  border-top-color: rgb(182 219 231 / 0.4);
}

.focus\:border-t-interbeauty-300\/5:focus {
  border-top-color: rgb(182 219 231 / 0.05);
}

.focus\:border-t-interbeauty-300\/50:focus {
  border-top-color: rgb(182 219 231 / 0.5);
}

.focus\:border-t-interbeauty-300\/60:focus {
  border-top-color: rgb(182 219 231 / 0.6);
}

.focus\:border-t-interbeauty-300\/70:focus {
  border-top-color: rgb(182 219 231 / 0.7);
}

.focus\:border-t-interbeauty-300\/75:focus {
  border-top-color: rgb(182 219 231 / 0.75);
}

.focus\:border-t-interbeauty-300\/80:focus {
  border-top-color: rgb(182 219 231 / 0.8);
}

.focus\:border-t-interbeauty-300\/90:focus {
  border-top-color: rgb(182 219 231 / 0.9);
}

.focus\:border-t-interbeauty-300\/95:focus {
  border-top-color: rgb(182 219 231 / 0.95);
}

.focus\:border-t-interbeauty-400:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 250 247 / var(--tw-border-opacity));
}

.focus\:border-t-interbeauty-400\/0:focus {
  border-top-color: rgb(254 250 247 / 0);
}

.focus\:border-t-interbeauty-400\/10:focus {
  border-top-color: rgb(254 250 247 / 0.1);
}

.focus\:border-t-interbeauty-400\/100:focus {
  border-top-color: rgb(254 250 247 / 1);
}

.focus\:border-t-interbeauty-400\/20:focus {
  border-top-color: rgb(254 250 247 / 0.2);
}

.focus\:border-t-interbeauty-400\/25:focus {
  border-top-color: rgb(254 250 247 / 0.25);
}

.focus\:border-t-interbeauty-400\/30:focus {
  border-top-color: rgb(254 250 247 / 0.3);
}

.focus\:border-t-interbeauty-400\/40:focus {
  border-top-color: rgb(254 250 247 / 0.4);
}

.focus\:border-t-interbeauty-400\/5:focus {
  border-top-color: rgb(254 250 247 / 0.05);
}

.focus\:border-t-interbeauty-400\/50:focus {
  border-top-color: rgb(254 250 247 / 0.5);
}

.focus\:border-t-interbeauty-400\/60:focus {
  border-top-color: rgb(254 250 247 / 0.6);
}

.focus\:border-t-interbeauty-400\/70:focus {
  border-top-color: rgb(254 250 247 / 0.7);
}

.focus\:border-t-interbeauty-400\/75:focus {
  border-top-color: rgb(254 250 247 / 0.75);
}

.focus\:border-t-interbeauty-400\/80:focus {
  border-top-color: rgb(254 250 247 / 0.8);
}

.focus\:border-t-interbeauty-400\/90:focus {
  border-top-color: rgb(254 250 247 / 0.9);
}

.focus\:border-t-interbeauty-400\/95:focus {
  border-top-color: rgb(254 250 247 / 0.95);
}

.focus\:border-t-interbeauty-500:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(193 225 224 / var(--tw-border-opacity));
}

.focus\:border-t-interbeauty-500\/0:focus {
  border-top-color: rgb(193 225 224 / 0);
}

.focus\:border-t-interbeauty-500\/10:focus {
  border-top-color: rgb(193 225 224 / 0.1);
}

.focus\:border-t-interbeauty-500\/100:focus {
  border-top-color: rgb(193 225 224 / 1);
}

.focus\:border-t-interbeauty-500\/20:focus {
  border-top-color: rgb(193 225 224 / 0.2);
}

.focus\:border-t-interbeauty-500\/25:focus {
  border-top-color: rgb(193 225 224 / 0.25);
}

.focus\:border-t-interbeauty-500\/30:focus {
  border-top-color: rgb(193 225 224 / 0.3);
}

.focus\:border-t-interbeauty-500\/40:focus {
  border-top-color: rgb(193 225 224 / 0.4);
}

.focus\:border-t-interbeauty-500\/5:focus {
  border-top-color: rgb(193 225 224 / 0.05);
}

.focus\:border-t-interbeauty-500\/50:focus {
  border-top-color: rgb(193 225 224 / 0.5);
}

.focus\:border-t-interbeauty-500\/60:focus {
  border-top-color: rgb(193 225 224 / 0.6);
}

.focus\:border-t-interbeauty-500\/70:focus {
  border-top-color: rgb(193 225 224 / 0.7);
}

.focus\:border-t-interbeauty-500\/75:focus {
  border-top-color: rgb(193 225 224 / 0.75);
}

.focus\:border-t-interbeauty-500\/80:focus {
  border-top-color: rgb(193 225 224 / 0.8);
}

.focus\:border-t-interbeauty-500\/90:focus {
  border-top-color: rgb(193 225 224 / 0.9);
}

.focus\:border-t-interbeauty-500\/95:focus {
  border-top-color: rgb(193 225 224 / 0.95);
}

.focus\:border-t-interbeauty-600:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(88 88 94 / var(--tw-border-opacity));
}

.focus\:border-t-interbeauty-600\/0:focus {
  border-top-color: rgb(88 88 94 / 0);
}

.focus\:border-t-interbeauty-600\/10:focus {
  border-top-color: rgb(88 88 94 / 0.1);
}

.focus\:border-t-interbeauty-600\/100:focus {
  border-top-color: rgb(88 88 94 / 1);
}

.focus\:border-t-interbeauty-600\/20:focus {
  border-top-color: rgb(88 88 94 / 0.2);
}

.focus\:border-t-interbeauty-600\/25:focus {
  border-top-color: rgb(88 88 94 / 0.25);
}

.focus\:border-t-interbeauty-600\/30:focus {
  border-top-color: rgb(88 88 94 / 0.3);
}

.focus\:border-t-interbeauty-600\/40:focus {
  border-top-color: rgb(88 88 94 / 0.4);
}

.focus\:border-t-interbeauty-600\/5:focus {
  border-top-color: rgb(88 88 94 / 0.05);
}

.focus\:border-t-interbeauty-600\/50:focus {
  border-top-color: rgb(88 88 94 / 0.5);
}

.focus\:border-t-interbeauty-600\/60:focus {
  border-top-color: rgb(88 88 94 / 0.6);
}

.focus\:border-t-interbeauty-600\/70:focus {
  border-top-color: rgb(88 88 94 / 0.7);
}

.focus\:border-t-interbeauty-600\/75:focus {
  border-top-color: rgb(88 88 94 / 0.75);
}

.focus\:border-t-interbeauty-600\/80:focus {
  border-top-color: rgb(88 88 94 / 0.8);
}

.focus\:border-t-interbeauty-600\/90:focus {
  border-top-color: rgb(88 88 94 / 0.9);
}

.focus\:border-t-interbeauty-600\/95:focus {
  border-top-color: rgb(88 88 94 / 0.95);
}

.focus\:border-t-ipnvaluers-200:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 40 87 / var(--tw-border-opacity));
}

.focus\:border-t-ipnvaluers-200\/0:focus {
  border-top-color: rgb(0 40 87 / 0);
}

.focus\:border-t-ipnvaluers-200\/10:focus {
  border-top-color: rgb(0 40 87 / 0.1);
}

.focus\:border-t-ipnvaluers-200\/100:focus {
  border-top-color: rgb(0 40 87 / 1);
}

.focus\:border-t-ipnvaluers-200\/20:focus {
  border-top-color: rgb(0 40 87 / 0.2);
}

.focus\:border-t-ipnvaluers-200\/25:focus {
  border-top-color: rgb(0 40 87 / 0.25);
}

.focus\:border-t-ipnvaluers-200\/30:focus {
  border-top-color: rgb(0 40 87 / 0.3);
}

.focus\:border-t-ipnvaluers-200\/40:focus {
  border-top-color: rgb(0 40 87 / 0.4);
}

.focus\:border-t-ipnvaluers-200\/5:focus {
  border-top-color: rgb(0 40 87 / 0.05);
}

.focus\:border-t-ipnvaluers-200\/50:focus {
  border-top-color: rgb(0 40 87 / 0.5);
}

.focus\:border-t-ipnvaluers-200\/60:focus {
  border-top-color: rgb(0 40 87 / 0.6);
}

.focus\:border-t-ipnvaluers-200\/70:focus {
  border-top-color: rgb(0 40 87 / 0.7);
}

.focus\:border-t-ipnvaluers-200\/75:focus {
  border-top-color: rgb(0 40 87 / 0.75);
}

.focus\:border-t-ipnvaluers-200\/80:focus {
  border-top-color: rgb(0 40 87 / 0.8);
}

.focus\:border-t-ipnvaluers-200\/90:focus {
  border-top-color: rgb(0 40 87 / 0.9);
}

.focus\:border-t-ipnvaluers-200\/95:focus {
  border-top-color: rgb(0 40 87 / 0.95);
}

.focus\:border-t-ipnvaluers-400:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(196 107 22 / var(--tw-border-opacity));
}

.focus\:border-t-ipnvaluers-400\/0:focus {
  border-top-color: rgb(196 107 22 / 0);
}

.focus\:border-t-ipnvaluers-400\/10:focus {
  border-top-color: rgb(196 107 22 / 0.1);
}

.focus\:border-t-ipnvaluers-400\/100:focus {
  border-top-color: rgb(196 107 22 / 1);
}

.focus\:border-t-ipnvaluers-400\/20:focus {
  border-top-color: rgb(196 107 22 / 0.2);
}

.focus\:border-t-ipnvaluers-400\/25:focus {
  border-top-color: rgb(196 107 22 / 0.25);
}

.focus\:border-t-ipnvaluers-400\/30:focus {
  border-top-color: rgb(196 107 22 / 0.3);
}

.focus\:border-t-ipnvaluers-400\/40:focus {
  border-top-color: rgb(196 107 22 / 0.4);
}

.focus\:border-t-ipnvaluers-400\/5:focus {
  border-top-color: rgb(196 107 22 / 0.05);
}

.focus\:border-t-ipnvaluers-400\/50:focus {
  border-top-color: rgb(196 107 22 / 0.5);
}

.focus\:border-t-ipnvaluers-400\/60:focus {
  border-top-color: rgb(196 107 22 / 0.6);
}

.focus\:border-t-ipnvaluers-400\/70:focus {
  border-top-color: rgb(196 107 22 / 0.7);
}

.focus\:border-t-ipnvaluers-400\/75:focus {
  border-top-color: rgb(196 107 22 / 0.75);
}

.focus\:border-t-ipnvaluers-400\/80:focus {
  border-top-color: rgb(196 107 22 / 0.8);
}

.focus\:border-t-ipnvaluers-400\/90:focus {
  border-top-color: rgb(196 107 22 / 0.9);
}

.focus\:border-t-ipnvaluers-400\/95:focus {
  border-top-color: rgb(196 107 22 / 0.95);
}

.focus\:border-t-ipnvaluers-500:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 174 21 / var(--tw-border-opacity));
}

.focus\:border-t-ipnvaluers-500\/0:focus {
  border-top-color: rgb(245 174 21 / 0);
}

.focus\:border-t-ipnvaluers-500\/10:focus {
  border-top-color: rgb(245 174 21 / 0.1);
}

.focus\:border-t-ipnvaluers-500\/100:focus {
  border-top-color: rgb(245 174 21 / 1);
}

.focus\:border-t-ipnvaluers-500\/20:focus {
  border-top-color: rgb(245 174 21 / 0.2);
}

.focus\:border-t-ipnvaluers-500\/25:focus {
  border-top-color: rgb(245 174 21 / 0.25);
}

.focus\:border-t-ipnvaluers-500\/30:focus {
  border-top-color: rgb(245 174 21 / 0.3);
}

.focus\:border-t-ipnvaluers-500\/40:focus {
  border-top-color: rgb(245 174 21 / 0.4);
}

.focus\:border-t-ipnvaluers-500\/5:focus {
  border-top-color: rgb(245 174 21 / 0.05);
}

.focus\:border-t-ipnvaluers-500\/50:focus {
  border-top-color: rgb(245 174 21 / 0.5);
}

.focus\:border-t-ipnvaluers-500\/60:focus {
  border-top-color: rgb(245 174 21 / 0.6);
}

.focus\:border-t-ipnvaluers-500\/70:focus {
  border-top-color: rgb(245 174 21 / 0.7);
}

.focus\:border-t-ipnvaluers-500\/75:focus {
  border-top-color: rgb(245 174 21 / 0.75);
}

.focus\:border-t-ipnvaluers-500\/80:focus {
  border-top-color: rgb(245 174 21 / 0.8);
}

.focus\:border-t-ipnvaluers-500\/90:focus {
  border-top-color: rgb(245 174 21 / 0.9);
}

.focus\:border-t-ipnvaluers-500\/95:focus {
  border-top-color: rgb(245 174 21 / 0.95);
}

.focus\:border-t-jukejam-500:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 210 101 / var(--tw-border-opacity));
}

.focus\:border-t-jukejam-500\/0:focus {
  border-top-color: rgb(250 210 101 / 0);
}

.focus\:border-t-jukejam-500\/10:focus {
  border-top-color: rgb(250 210 101 / 0.1);
}

.focus\:border-t-jukejam-500\/100:focus {
  border-top-color: rgb(250 210 101 / 1);
}

.focus\:border-t-jukejam-500\/20:focus {
  border-top-color: rgb(250 210 101 / 0.2);
}

.focus\:border-t-jukejam-500\/25:focus {
  border-top-color: rgb(250 210 101 / 0.25);
}

.focus\:border-t-jukejam-500\/30:focus {
  border-top-color: rgb(250 210 101 / 0.3);
}

.focus\:border-t-jukejam-500\/40:focus {
  border-top-color: rgb(250 210 101 / 0.4);
}

.focus\:border-t-jukejam-500\/5:focus {
  border-top-color: rgb(250 210 101 / 0.05);
}

.focus\:border-t-jukejam-500\/50:focus {
  border-top-color: rgb(250 210 101 / 0.5);
}

.focus\:border-t-jukejam-500\/60:focus {
  border-top-color: rgb(250 210 101 / 0.6);
}

.focus\:border-t-jukejam-500\/70:focus {
  border-top-color: rgb(250 210 101 / 0.7);
}

.focus\:border-t-jukejam-500\/75:focus {
  border-top-color: rgb(250 210 101 / 0.75);
}

.focus\:border-t-jukejam-500\/80:focus {
  border-top-color: rgb(250 210 101 / 0.8);
}

.focus\:border-t-jukejam-500\/90:focus {
  border-top-color: rgb(250 210 101 / 0.9);
}

.focus\:border-t-jukejam-500\/95:focus {
  border-top-color: rgb(250 210 101 / 0.95);
}

.focus\:border-t-lime-100:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(236 252 203 / var(--tw-border-opacity));
}

.focus\:border-t-lime-100\/0:focus {
  border-top-color: rgb(236 252 203 / 0);
}

.focus\:border-t-lime-100\/10:focus {
  border-top-color: rgb(236 252 203 / 0.1);
}

.focus\:border-t-lime-100\/100:focus {
  border-top-color: rgb(236 252 203 / 1);
}

.focus\:border-t-lime-100\/20:focus {
  border-top-color: rgb(236 252 203 / 0.2);
}

.focus\:border-t-lime-100\/25:focus {
  border-top-color: rgb(236 252 203 / 0.25);
}

.focus\:border-t-lime-100\/30:focus {
  border-top-color: rgb(236 252 203 / 0.3);
}

.focus\:border-t-lime-100\/40:focus {
  border-top-color: rgb(236 252 203 / 0.4);
}

.focus\:border-t-lime-100\/5:focus {
  border-top-color: rgb(236 252 203 / 0.05);
}

.focus\:border-t-lime-100\/50:focus {
  border-top-color: rgb(236 252 203 / 0.5);
}

.focus\:border-t-lime-100\/60:focus {
  border-top-color: rgb(236 252 203 / 0.6);
}

.focus\:border-t-lime-100\/70:focus {
  border-top-color: rgb(236 252 203 / 0.7);
}

.focus\:border-t-lime-100\/75:focus {
  border-top-color: rgb(236 252 203 / 0.75);
}

.focus\:border-t-lime-100\/80:focus {
  border-top-color: rgb(236 252 203 / 0.8);
}

.focus\:border-t-lime-100\/90:focus {
  border-top-color: rgb(236 252 203 / 0.9);
}

.focus\:border-t-lime-100\/95:focus {
  border-top-color: rgb(236 252 203 / 0.95);
}

.focus\:border-t-lime-200:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(217 249 157 / var(--tw-border-opacity));
}

.focus\:border-t-lime-200\/0:focus {
  border-top-color: rgb(217 249 157 / 0);
}

.focus\:border-t-lime-200\/10:focus {
  border-top-color: rgb(217 249 157 / 0.1);
}

.focus\:border-t-lime-200\/100:focus {
  border-top-color: rgb(217 249 157 / 1);
}

.focus\:border-t-lime-200\/20:focus {
  border-top-color: rgb(217 249 157 / 0.2);
}

.focus\:border-t-lime-200\/25:focus {
  border-top-color: rgb(217 249 157 / 0.25);
}

.focus\:border-t-lime-200\/30:focus {
  border-top-color: rgb(217 249 157 / 0.3);
}

.focus\:border-t-lime-200\/40:focus {
  border-top-color: rgb(217 249 157 / 0.4);
}

.focus\:border-t-lime-200\/5:focus {
  border-top-color: rgb(217 249 157 / 0.05);
}

.focus\:border-t-lime-200\/50:focus {
  border-top-color: rgb(217 249 157 / 0.5);
}

.focus\:border-t-lime-200\/60:focus {
  border-top-color: rgb(217 249 157 / 0.6);
}

.focus\:border-t-lime-200\/70:focus {
  border-top-color: rgb(217 249 157 / 0.7);
}

.focus\:border-t-lime-200\/75:focus {
  border-top-color: rgb(217 249 157 / 0.75);
}

.focus\:border-t-lime-200\/80:focus {
  border-top-color: rgb(217 249 157 / 0.8);
}

.focus\:border-t-lime-200\/90:focus {
  border-top-color: rgb(217 249 157 / 0.9);
}

.focus\:border-t-lime-200\/95:focus {
  border-top-color: rgb(217 249 157 / 0.95);
}

.focus\:border-t-lime-300:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(190 242 100 / var(--tw-border-opacity));
}

.focus\:border-t-lime-300\/0:focus {
  border-top-color: rgb(190 242 100 / 0);
}

.focus\:border-t-lime-300\/10:focus {
  border-top-color: rgb(190 242 100 / 0.1);
}

.focus\:border-t-lime-300\/100:focus {
  border-top-color: rgb(190 242 100 / 1);
}

.focus\:border-t-lime-300\/20:focus {
  border-top-color: rgb(190 242 100 / 0.2);
}

.focus\:border-t-lime-300\/25:focus {
  border-top-color: rgb(190 242 100 / 0.25);
}

.focus\:border-t-lime-300\/30:focus {
  border-top-color: rgb(190 242 100 / 0.3);
}

.focus\:border-t-lime-300\/40:focus {
  border-top-color: rgb(190 242 100 / 0.4);
}

.focus\:border-t-lime-300\/5:focus {
  border-top-color: rgb(190 242 100 / 0.05);
}

.focus\:border-t-lime-300\/50:focus {
  border-top-color: rgb(190 242 100 / 0.5);
}

.focus\:border-t-lime-300\/60:focus {
  border-top-color: rgb(190 242 100 / 0.6);
}

.focus\:border-t-lime-300\/70:focus {
  border-top-color: rgb(190 242 100 / 0.7);
}

.focus\:border-t-lime-300\/75:focus {
  border-top-color: rgb(190 242 100 / 0.75);
}

.focus\:border-t-lime-300\/80:focus {
  border-top-color: rgb(190 242 100 / 0.8);
}

.focus\:border-t-lime-300\/90:focus {
  border-top-color: rgb(190 242 100 / 0.9);
}

.focus\:border-t-lime-300\/95:focus {
  border-top-color: rgb(190 242 100 / 0.95);
}

.focus\:border-t-lime-400:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(163 230 53 / var(--tw-border-opacity));
}

.focus\:border-t-lime-400\/0:focus {
  border-top-color: rgb(163 230 53 / 0);
}

.focus\:border-t-lime-400\/10:focus {
  border-top-color: rgb(163 230 53 / 0.1);
}

.focus\:border-t-lime-400\/100:focus {
  border-top-color: rgb(163 230 53 / 1);
}

.focus\:border-t-lime-400\/20:focus {
  border-top-color: rgb(163 230 53 / 0.2);
}

.focus\:border-t-lime-400\/25:focus {
  border-top-color: rgb(163 230 53 / 0.25);
}

.focus\:border-t-lime-400\/30:focus {
  border-top-color: rgb(163 230 53 / 0.3);
}

.focus\:border-t-lime-400\/40:focus {
  border-top-color: rgb(163 230 53 / 0.4);
}

.focus\:border-t-lime-400\/5:focus {
  border-top-color: rgb(163 230 53 / 0.05);
}

.focus\:border-t-lime-400\/50:focus {
  border-top-color: rgb(163 230 53 / 0.5);
}

.focus\:border-t-lime-400\/60:focus {
  border-top-color: rgb(163 230 53 / 0.6);
}

.focus\:border-t-lime-400\/70:focus {
  border-top-color: rgb(163 230 53 / 0.7);
}

.focus\:border-t-lime-400\/75:focus {
  border-top-color: rgb(163 230 53 / 0.75);
}

.focus\:border-t-lime-400\/80:focus {
  border-top-color: rgb(163 230 53 / 0.8);
}

.focus\:border-t-lime-400\/90:focus {
  border-top-color: rgb(163 230 53 / 0.9);
}

.focus\:border-t-lime-400\/95:focus {
  border-top-color: rgb(163 230 53 / 0.95);
}

.focus\:border-t-lime-50:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(247 254 231 / var(--tw-border-opacity));
}

.focus\:border-t-lime-50\/0:focus {
  border-top-color: rgb(247 254 231 / 0);
}

.focus\:border-t-lime-50\/10:focus {
  border-top-color: rgb(247 254 231 / 0.1);
}

.focus\:border-t-lime-50\/100:focus {
  border-top-color: rgb(247 254 231 / 1);
}

.focus\:border-t-lime-50\/20:focus {
  border-top-color: rgb(247 254 231 / 0.2);
}

.focus\:border-t-lime-50\/25:focus {
  border-top-color: rgb(247 254 231 / 0.25);
}

.focus\:border-t-lime-50\/30:focus {
  border-top-color: rgb(247 254 231 / 0.3);
}

.focus\:border-t-lime-50\/40:focus {
  border-top-color: rgb(247 254 231 / 0.4);
}

.focus\:border-t-lime-50\/5:focus {
  border-top-color: rgb(247 254 231 / 0.05);
}

.focus\:border-t-lime-50\/50:focus {
  border-top-color: rgb(247 254 231 / 0.5);
}

.focus\:border-t-lime-50\/60:focus {
  border-top-color: rgb(247 254 231 / 0.6);
}

.focus\:border-t-lime-50\/70:focus {
  border-top-color: rgb(247 254 231 / 0.7);
}

.focus\:border-t-lime-50\/75:focus {
  border-top-color: rgb(247 254 231 / 0.75);
}

.focus\:border-t-lime-50\/80:focus {
  border-top-color: rgb(247 254 231 / 0.8);
}

.focus\:border-t-lime-50\/90:focus {
  border-top-color: rgb(247 254 231 / 0.9);
}

.focus\:border-t-lime-50\/95:focus {
  border-top-color: rgb(247 254 231 / 0.95);
}

.focus\:border-t-lime-500:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(132 204 22 / var(--tw-border-opacity));
}

.focus\:border-t-lime-500\/0:focus {
  border-top-color: rgb(132 204 22 / 0);
}

.focus\:border-t-lime-500\/10:focus {
  border-top-color: rgb(132 204 22 / 0.1);
}

.focus\:border-t-lime-500\/100:focus {
  border-top-color: rgb(132 204 22 / 1);
}

.focus\:border-t-lime-500\/20:focus {
  border-top-color: rgb(132 204 22 / 0.2);
}

.focus\:border-t-lime-500\/25:focus {
  border-top-color: rgb(132 204 22 / 0.25);
}

.focus\:border-t-lime-500\/30:focus {
  border-top-color: rgb(132 204 22 / 0.3);
}

.focus\:border-t-lime-500\/40:focus {
  border-top-color: rgb(132 204 22 / 0.4);
}

.focus\:border-t-lime-500\/5:focus {
  border-top-color: rgb(132 204 22 / 0.05);
}

.focus\:border-t-lime-500\/50:focus {
  border-top-color: rgb(132 204 22 / 0.5);
}

.focus\:border-t-lime-500\/60:focus {
  border-top-color: rgb(132 204 22 / 0.6);
}

.focus\:border-t-lime-500\/70:focus {
  border-top-color: rgb(132 204 22 / 0.7);
}

.focus\:border-t-lime-500\/75:focus {
  border-top-color: rgb(132 204 22 / 0.75);
}

.focus\:border-t-lime-500\/80:focus {
  border-top-color: rgb(132 204 22 / 0.8);
}

.focus\:border-t-lime-500\/90:focus {
  border-top-color: rgb(132 204 22 / 0.9);
}

.focus\:border-t-lime-500\/95:focus {
  border-top-color: rgb(132 204 22 / 0.95);
}

.focus\:border-t-lime-600:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(101 163 13 / var(--tw-border-opacity));
}

.focus\:border-t-lime-600\/0:focus {
  border-top-color: rgb(101 163 13 / 0);
}

.focus\:border-t-lime-600\/10:focus {
  border-top-color: rgb(101 163 13 / 0.1);
}

.focus\:border-t-lime-600\/100:focus {
  border-top-color: rgb(101 163 13 / 1);
}

.focus\:border-t-lime-600\/20:focus {
  border-top-color: rgb(101 163 13 / 0.2);
}

.focus\:border-t-lime-600\/25:focus {
  border-top-color: rgb(101 163 13 / 0.25);
}

.focus\:border-t-lime-600\/30:focus {
  border-top-color: rgb(101 163 13 / 0.3);
}

.focus\:border-t-lime-600\/40:focus {
  border-top-color: rgb(101 163 13 / 0.4);
}

.focus\:border-t-lime-600\/5:focus {
  border-top-color: rgb(101 163 13 / 0.05);
}

.focus\:border-t-lime-600\/50:focus {
  border-top-color: rgb(101 163 13 / 0.5);
}

.focus\:border-t-lime-600\/60:focus {
  border-top-color: rgb(101 163 13 / 0.6);
}

.focus\:border-t-lime-600\/70:focus {
  border-top-color: rgb(101 163 13 / 0.7);
}

.focus\:border-t-lime-600\/75:focus {
  border-top-color: rgb(101 163 13 / 0.75);
}

.focus\:border-t-lime-600\/80:focus {
  border-top-color: rgb(101 163 13 / 0.8);
}

.focus\:border-t-lime-600\/90:focus {
  border-top-color: rgb(101 163 13 / 0.9);
}

.focus\:border-t-lime-600\/95:focus {
  border-top-color: rgb(101 163 13 / 0.95);
}

.focus\:border-t-lime-700:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(77 124 15 / var(--tw-border-opacity));
}

.focus\:border-t-lime-700\/0:focus {
  border-top-color: rgb(77 124 15 / 0);
}

.focus\:border-t-lime-700\/10:focus {
  border-top-color: rgb(77 124 15 / 0.1);
}

.focus\:border-t-lime-700\/100:focus {
  border-top-color: rgb(77 124 15 / 1);
}

.focus\:border-t-lime-700\/20:focus {
  border-top-color: rgb(77 124 15 / 0.2);
}

.focus\:border-t-lime-700\/25:focus {
  border-top-color: rgb(77 124 15 / 0.25);
}

.focus\:border-t-lime-700\/30:focus {
  border-top-color: rgb(77 124 15 / 0.3);
}

.focus\:border-t-lime-700\/40:focus {
  border-top-color: rgb(77 124 15 / 0.4);
}

.focus\:border-t-lime-700\/5:focus {
  border-top-color: rgb(77 124 15 / 0.05);
}

.focus\:border-t-lime-700\/50:focus {
  border-top-color: rgb(77 124 15 / 0.5);
}

.focus\:border-t-lime-700\/60:focus {
  border-top-color: rgb(77 124 15 / 0.6);
}

.focus\:border-t-lime-700\/70:focus {
  border-top-color: rgb(77 124 15 / 0.7);
}

.focus\:border-t-lime-700\/75:focus {
  border-top-color: rgb(77 124 15 / 0.75);
}

.focus\:border-t-lime-700\/80:focus {
  border-top-color: rgb(77 124 15 / 0.8);
}

.focus\:border-t-lime-700\/90:focus {
  border-top-color: rgb(77 124 15 / 0.9);
}

.focus\:border-t-lime-700\/95:focus {
  border-top-color: rgb(77 124 15 / 0.95);
}

.focus\:border-t-lime-800:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(63 98 18 / var(--tw-border-opacity));
}

.focus\:border-t-lime-800\/0:focus {
  border-top-color: rgb(63 98 18 / 0);
}

.focus\:border-t-lime-800\/10:focus {
  border-top-color: rgb(63 98 18 / 0.1);
}

.focus\:border-t-lime-800\/100:focus {
  border-top-color: rgb(63 98 18 / 1);
}

.focus\:border-t-lime-800\/20:focus {
  border-top-color: rgb(63 98 18 / 0.2);
}

.focus\:border-t-lime-800\/25:focus {
  border-top-color: rgb(63 98 18 / 0.25);
}

.focus\:border-t-lime-800\/30:focus {
  border-top-color: rgb(63 98 18 / 0.3);
}

.focus\:border-t-lime-800\/40:focus {
  border-top-color: rgb(63 98 18 / 0.4);
}

.focus\:border-t-lime-800\/5:focus {
  border-top-color: rgb(63 98 18 / 0.05);
}

.focus\:border-t-lime-800\/50:focus {
  border-top-color: rgb(63 98 18 / 0.5);
}

.focus\:border-t-lime-800\/60:focus {
  border-top-color: rgb(63 98 18 / 0.6);
}

.focus\:border-t-lime-800\/70:focus {
  border-top-color: rgb(63 98 18 / 0.7);
}

.focus\:border-t-lime-800\/75:focus {
  border-top-color: rgb(63 98 18 / 0.75);
}

.focus\:border-t-lime-800\/80:focus {
  border-top-color: rgb(63 98 18 / 0.8);
}

.focus\:border-t-lime-800\/90:focus {
  border-top-color: rgb(63 98 18 / 0.9);
}

.focus\:border-t-lime-800\/95:focus {
  border-top-color: rgb(63 98 18 / 0.95);
}

.focus\:border-t-lime-900:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(54 83 20 / var(--tw-border-opacity));
}

.focus\:border-t-lime-900\/0:focus {
  border-top-color: rgb(54 83 20 / 0);
}

.focus\:border-t-lime-900\/10:focus {
  border-top-color: rgb(54 83 20 / 0.1);
}

.focus\:border-t-lime-900\/100:focus {
  border-top-color: rgb(54 83 20 / 1);
}

.focus\:border-t-lime-900\/20:focus {
  border-top-color: rgb(54 83 20 / 0.2);
}

.focus\:border-t-lime-900\/25:focus {
  border-top-color: rgb(54 83 20 / 0.25);
}

.focus\:border-t-lime-900\/30:focus {
  border-top-color: rgb(54 83 20 / 0.3);
}

.focus\:border-t-lime-900\/40:focus {
  border-top-color: rgb(54 83 20 / 0.4);
}

.focus\:border-t-lime-900\/5:focus {
  border-top-color: rgb(54 83 20 / 0.05);
}

.focus\:border-t-lime-900\/50:focus {
  border-top-color: rgb(54 83 20 / 0.5);
}

.focus\:border-t-lime-900\/60:focus {
  border-top-color: rgb(54 83 20 / 0.6);
}

.focus\:border-t-lime-900\/70:focus {
  border-top-color: rgb(54 83 20 / 0.7);
}

.focus\:border-t-lime-900\/75:focus {
  border-top-color: rgb(54 83 20 / 0.75);
}

.focus\:border-t-lime-900\/80:focus {
  border-top-color: rgb(54 83 20 / 0.8);
}

.focus\:border-t-lime-900\/90:focus {
  border-top-color: rgb(54 83 20 / 0.9);
}

.focus\:border-t-lime-900\/95:focus {
  border-top-color: rgb(54 83 20 / 0.95);
}

.focus\:border-t-lime-950:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(26 46 5 / var(--tw-border-opacity));
}

.focus\:border-t-lime-950\/0:focus {
  border-top-color: rgb(26 46 5 / 0);
}

.focus\:border-t-lime-950\/10:focus {
  border-top-color: rgb(26 46 5 / 0.1);
}

.focus\:border-t-lime-950\/100:focus {
  border-top-color: rgb(26 46 5 / 1);
}

.focus\:border-t-lime-950\/20:focus {
  border-top-color: rgb(26 46 5 / 0.2);
}

.focus\:border-t-lime-950\/25:focus {
  border-top-color: rgb(26 46 5 / 0.25);
}

.focus\:border-t-lime-950\/30:focus {
  border-top-color: rgb(26 46 5 / 0.3);
}

.focus\:border-t-lime-950\/40:focus {
  border-top-color: rgb(26 46 5 / 0.4);
}

.focus\:border-t-lime-950\/5:focus {
  border-top-color: rgb(26 46 5 / 0.05);
}

.focus\:border-t-lime-950\/50:focus {
  border-top-color: rgb(26 46 5 / 0.5);
}

.focus\:border-t-lime-950\/60:focus {
  border-top-color: rgb(26 46 5 / 0.6);
}

.focus\:border-t-lime-950\/70:focus {
  border-top-color: rgb(26 46 5 / 0.7);
}

.focus\:border-t-lime-950\/75:focus {
  border-top-color: rgb(26 46 5 / 0.75);
}

.focus\:border-t-lime-950\/80:focus {
  border-top-color: rgb(26 46 5 / 0.8);
}

.focus\:border-t-lime-950\/90:focus {
  border-top-color: rgb(26 46 5 / 0.9);
}

.focus\:border-t-lime-950\/95:focus {
  border-top-color: rgb(26 46 5 / 0.95);
}

.focus\:border-t-nafisa-500:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(153 53 10 / var(--tw-border-opacity));
}

.focus\:border-t-nafisa-500\/0:focus {
  border-top-color: rgb(153 53 10 / 0);
}

.focus\:border-t-nafisa-500\/10:focus {
  border-top-color: rgb(153 53 10 / 0.1);
}

.focus\:border-t-nafisa-500\/100:focus {
  border-top-color: rgb(153 53 10 / 1);
}

.focus\:border-t-nafisa-500\/20:focus {
  border-top-color: rgb(153 53 10 / 0.2);
}

.focus\:border-t-nafisa-500\/25:focus {
  border-top-color: rgb(153 53 10 / 0.25);
}

.focus\:border-t-nafisa-500\/30:focus {
  border-top-color: rgb(153 53 10 / 0.3);
}

.focus\:border-t-nafisa-500\/40:focus {
  border-top-color: rgb(153 53 10 / 0.4);
}

.focus\:border-t-nafisa-500\/5:focus {
  border-top-color: rgb(153 53 10 / 0.05);
}

.focus\:border-t-nafisa-500\/50:focus {
  border-top-color: rgb(153 53 10 / 0.5);
}

.focus\:border-t-nafisa-500\/60:focus {
  border-top-color: rgb(153 53 10 / 0.6);
}

.focus\:border-t-nafisa-500\/70:focus {
  border-top-color: rgb(153 53 10 / 0.7);
}

.focus\:border-t-nafisa-500\/75:focus {
  border-top-color: rgb(153 53 10 / 0.75);
}

.focus\:border-t-nafisa-500\/80:focus {
  border-top-color: rgb(153 53 10 / 0.8);
}

.focus\:border-t-nafisa-500\/90:focus {
  border-top-color: rgb(153 53 10 / 0.9);
}

.focus\:border-t-nafisa-500\/95:focus {
  border-top-color: rgb(153 53 10 / 0.95);
}

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

.focus\:border-t-neutral-100\/0:focus {
  border-top-color: rgb(245 245 245 / 0);
}

.focus\:border-t-neutral-100\/10:focus {
  border-top-color: rgb(245 245 245 / 0.1);
}

.focus\:border-t-neutral-100\/100:focus {
  border-top-color: rgb(245 245 245 / 1);
}

.focus\:border-t-neutral-100\/20:focus {
  border-top-color: rgb(245 245 245 / 0.2);
}

.focus\:border-t-neutral-100\/25:focus {
  border-top-color: rgb(245 245 245 / 0.25);
}

.focus\:border-t-neutral-100\/30:focus {
  border-top-color: rgb(245 245 245 / 0.3);
}

.focus\:border-t-neutral-100\/40:focus {
  border-top-color: rgb(245 245 245 / 0.4);
}

.focus\:border-t-neutral-100\/5:focus {
  border-top-color: rgb(245 245 245 / 0.05);
}

.focus\:border-t-neutral-100\/50:focus {
  border-top-color: rgb(245 245 245 / 0.5);
}

.focus\:border-t-neutral-100\/60:focus {
  border-top-color: rgb(245 245 245 / 0.6);
}

.focus\:border-t-neutral-100\/70:focus {
  border-top-color: rgb(245 245 245 / 0.7);
}

.focus\:border-t-neutral-100\/75:focus {
  border-top-color: rgb(245 245 245 / 0.75);
}

.focus\:border-t-neutral-100\/80:focus {
  border-top-color: rgb(245 245 245 / 0.8);
}

.focus\:border-t-neutral-100\/90:focus {
  border-top-color: rgb(245 245 245 / 0.9);
}

.focus\:border-t-neutral-100\/95:focus {
  border-top-color: rgb(245 245 245 / 0.95);
}

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

.focus\:border-t-neutral-200\/0:focus {
  border-top-color: rgb(229 229 229 / 0);
}

.focus\:border-t-neutral-200\/10:focus {
  border-top-color: rgb(229 229 229 / 0.1);
}

.focus\:border-t-neutral-200\/100:focus {
  border-top-color: rgb(229 229 229 / 1);
}

.focus\:border-t-neutral-200\/20:focus {
  border-top-color: rgb(229 229 229 / 0.2);
}

.focus\:border-t-neutral-200\/25:focus {
  border-top-color: rgb(229 229 229 / 0.25);
}

.focus\:border-t-neutral-200\/30:focus {
  border-top-color: rgb(229 229 229 / 0.3);
}

.focus\:border-t-neutral-200\/40:focus {
  border-top-color: rgb(229 229 229 / 0.4);
}

.focus\:border-t-neutral-200\/5:focus {
  border-top-color: rgb(229 229 229 / 0.05);
}

.focus\:border-t-neutral-200\/50:focus {
  border-top-color: rgb(229 229 229 / 0.5);
}

.focus\:border-t-neutral-200\/60:focus {
  border-top-color: rgb(229 229 229 / 0.6);
}

.focus\:border-t-neutral-200\/70:focus {
  border-top-color: rgb(229 229 229 / 0.7);
}

.focus\:border-t-neutral-200\/75:focus {
  border-top-color: rgb(229 229 229 / 0.75);
}

.focus\:border-t-neutral-200\/80:focus {
  border-top-color: rgb(229 229 229 / 0.8);
}

.focus\:border-t-neutral-200\/90:focus {
  border-top-color: rgb(229 229 229 / 0.9);
}

.focus\:border-t-neutral-200\/95:focus {
  border-top-color: rgb(229 229 229 / 0.95);
}

.focus\:border-t-neutral-300:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.focus\:border-t-neutral-300\/0:focus {
  border-top-color: rgb(212 212 212 / 0);
}

.focus\:border-t-neutral-300\/10:focus {
  border-top-color: rgb(212 212 212 / 0.1);
}

.focus\:border-t-neutral-300\/100:focus {
  border-top-color: rgb(212 212 212 / 1);
}

.focus\:border-t-neutral-300\/20:focus {
  border-top-color: rgb(212 212 212 / 0.2);
}

.focus\:border-t-neutral-300\/25:focus {
  border-top-color: rgb(212 212 212 / 0.25);
}

.focus\:border-t-neutral-300\/30:focus {
  border-top-color: rgb(212 212 212 / 0.3);
}

.focus\:border-t-neutral-300\/40:focus {
  border-top-color: rgb(212 212 212 / 0.4);
}

.focus\:border-t-neutral-300\/5:focus {
  border-top-color: rgb(212 212 212 / 0.05);
}

.focus\:border-t-neutral-300\/50:focus {
  border-top-color: rgb(212 212 212 / 0.5);
}

.focus\:border-t-neutral-300\/60:focus {
  border-top-color: rgb(212 212 212 / 0.6);
}

.focus\:border-t-neutral-300\/70:focus {
  border-top-color: rgb(212 212 212 / 0.7);
}

.focus\:border-t-neutral-300\/75:focus {
  border-top-color: rgb(212 212 212 / 0.75);
}

.focus\:border-t-neutral-300\/80:focus {
  border-top-color: rgb(212 212 212 / 0.8);
}

.focus\:border-t-neutral-300\/90:focus {
  border-top-color: rgb(212 212 212 / 0.9);
}

.focus\:border-t-neutral-300\/95:focus {
  border-top-color: rgb(212 212 212 / 0.95);
}

.focus\:border-t-neutral-400:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.focus\:border-t-neutral-400\/0:focus {
  border-top-color: rgb(163 163 163 / 0);
}

.focus\:border-t-neutral-400\/10:focus {
  border-top-color: rgb(163 163 163 / 0.1);
}

.focus\:border-t-neutral-400\/100:focus {
  border-top-color: rgb(163 163 163 / 1);
}

.focus\:border-t-neutral-400\/20:focus {
  border-top-color: rgb(163 163 163 / 0.2);
}

.focus\:border-t-neutral-400\/25:focus {
  border-top-color: rgb(163 163 163 / 0.25);
}

.focus\:border-t-neutral-400\/30:focus {
  border-top-color: rgb(163 163 163 / 0.3);
}

.focus\:border-t-neutral-400\/40:focus {
  border-top-color: rgb(163 163 163 / 0.4);
}

.focus\:border-t-neutral-400\/5:focus {
  border-top-color: rgb(163 163 163 / 0.05);
}

.focus\:border-t-neutral-400\/50:focus {
  border-top-color: rgb(163 163 163 / 0.5);
}

.focus\:border-t-neutral-400\/60:focus {
  border-top-color: rgb(163 163 163 / 0.6);
}

.focus\:border-t-neutral-400\/70:focus {
  border-top-color: rgb(163 163 163 / 0.7);
}

.focus\:border-t-neutral-400\/75:focus {
  border-top-color: rgb(163 163 163 / 0.75);
}

.focus\:border-t-neutral-400\/80:focus {
  border-top-color: rgb(163 163 163 / 0.8);
}

.focus\:border-t-neutral-400\/90:focus {
  border-top-color: rgb(163 163 163 / 0.9);
}

.focus\:border-t-neutral-400\/95:focus {
  border-top-color: rgb(163 163 163 / 0.95);
}

.focus\:border-t-neutral-50:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.focus\:border-t-neutral-50\/0:focus {
  border-top-color: rgb(250 250 250 / 0);
}

.focus\:border-t-neutral-50\/10:focus {
  border-top-color: rgb(250 250 250 / 0.1);
}

.focus\:border-t-neutral-50\/100:focus {
  border-top-color: rgb(250 250 250 / 1);
}

.focus\:border-t-neutral-50\/20:focus {
  border-top-color: rgb(250 250 250 / 0.2);
}

.focus\:border-t-neutral-50\/25:focus {
  border-top-color: rgb(250 250 250 / 0.25);
}

.focus\:border-t-neutral-50\/30:focus {
  border-top-color: rgb(250 250 250 / 0.3);
}

.focus\:border-t-neutral-50\/40:focus {
  border-top-color: rgb(250 250 250 / 0.4);
}

.focus\:border-t-neutral-50\/5:focus {
  border-top-color: rgb(250 250 250 / 0.05);
}

.focus\:border-t-neutral-50\/50:focus {
  border-top-color: rgb(250 250 250 / 0.5);
}

.focus\:border-t-neutral-50\/60:focus {
  border-top-color: rgb(250 250 250 / 0.6);
}

.focus\:border-t-neutral-50\/70:focus {
  border-top-color: rgb(250 250 250 / 0.7);
}

.focus\:border-t-neutral-50\/75:focus {
  border-top-color: rgb(250 250 250 / 0.75);
}

.focus\:border-t-neutral-50\/80:focus {
  border-top-color: rgb(250 250 250 / 0.8);
}

.focus\:border-t-neutral-50\/90:focus {
  border-top-color: rgb(250 250 250 / 0.9);
}

.focus\:border-t-neutral-50\/95:focus {
  border-top-color: rgb(250 250 250 / 0.95);
}

.focus\:border-t-neutral-500:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.focus\:border-t-neutral-500\/0:focus {
  border-top-color: rgb(115 115 115 / 0);
}

.focus\:border-t-neutral-500\/10:focus {
  border-top-color: rgb(115 115 115 / 0.1);
}

.focus\:border-t-neutral-500\/100:focus {
  border-top-color: rgb(115 115 115 / 1);
}

.focus\:border-t-neutral-500\/20:focus {
  border-top-color: rgb(115 115 115 / 0.2);
}

.focus\:border-t-neutral-500\/25:focus {
  border-top-color: rgb(115 115 115 / 0.25);
}

.focus\:border-t-neutral-500\/30:focus {
  border-top-color: rgb(115 115 115 / 0.3);
}

.focus\:border-t-neutral-500\/40:focus {
  border-top-color: rgb(115 115 115 / 0.4);
}

.focus\:border-t-neutral-500\/5:focus {
  border-top-color: rgb(115 115 115 / 0.05);
}

.focus\:border-t-neutral-500\/50:focus {
  border-top-color: rgb(115 115 115 / 0.5);
}

.focus\:border-t-neutral-500\/60:focus {
  border-top-color: rgb(115 115 115 / 0.6);
}

.focus\:border-t-neutral-500\/70:focus {
  border-top-color: rgb(115 115 115 / 0.7);
}

.focus\:border-t-neutral-500\/75:focus {
  border-top-color: rgb(115 115 115 / 0.75);
}

.focus\:border-t-neutral-500\/80:focus {
  border-top-color: rgb(115 115 115 / 0.8);
}

.focus\:border-t-neutral-500\/90:focus {
  border-top-color: rgb(115 115 115 / 0.9);
}

.focus\:border-t-neutral-500\/95:focus {
  border-top-color: rgb(115 115 115 / 0.95);
}

.focus\:border-t-neutral-600:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.focus\:border-t-neutral-600\/0:focus {
  border-top-color: rgb(82 82 82 / 0);
}

.focus\:border-t-neutral-600\/10:focus {
  border-top-color: rgb(82 82 82 / 0.1);
}

.focus\:border-t-neutral-600\/100:focus {
  border-top-color: rgb(82 82 82 / 1);
}

.focus\:border-t-neutral-600\/20:focus {
  border-top-color: rgb(82 82 82 / 0.2);
}

.focus\:border-t-neutral-600\/25:focus {
  border-top-color: rgb(82 82 82 / 0.25);
}

.focus\:border-t-neutral-600\/30:focus {
  border-top-color: rgb(82 82 82 / 0.3);
}

.focus\:border-t-neutral-600\/40:focus {
  border-top-color: rgb(82 82 82 / 0.4);
}

.focus\:border-t-neutral-600\/5:focus {
  border-top-color: rgb(82 82 82 / 0.05);
}

.focus\:border-t-neutral-600\/50:focus {
  border-top-color: rgb(82 82 82 / 0.5);
}

.focus\:border-t-neutral-600\/60:focus {
  border-top-color: rgb(82 82 82 / 0.6);
}

.focus\:border-t-neutral-600\/70:focus {
  border-top-color: rgb(82 82 82 / 0.7);
}

.focus\:border-t-neutral-600\/75:focus {
  border-top-color: rgb(82 82 82 / 0.75);
}

.focus\:border-t-neutral-600\/80:focus {
  border-top-color: rgb(82 82 82 / 0.8);
}

.focus\:border-t-neutral-600\/90:focus {
  border-top-color: rgb(82 82 82 / 0.9);
}

.focus\:border-t-neutral-600\/95:focus {
  border-top-color: rgb(82 82 82 / 0.95);
}

.focus\:border-t-neutral-700:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.focus\:border-t-neutral-700\/0:focus {
  border-top-color: rgb(64 64 64 / 0);
}

.focus\:border-t-neutral-700\/10:focus {
  border-top-color: rgb(64 64 64 / 0.1);
}

.focus\:border-t-neutral-700\/100:focus {
  border-top-color: rgb(64 64 64 / 1);
}

.focus\:border-t-neutral-700\/20:focus {
  border-top-color: rgb(64 64 64 / 0.2);
}

.focus\:border-t-neutral-700\/25:focus {
  border-top-color: rgb(64 64 64 / 0.25);
}

.focus\:border-t-neutral-700\/30:focus {
  border-top-color: rgb(64 64 64 / 0.3);
}

.focus\:border-t-neutral-700\/40:focus {
  border-top-color: rgb(64 64 64 / 0.4);
}

.focus\:border-t-neutral-700\/5:focus {
  border-top-color: rgb(64 64 64 / 0.05);
}

.focus\:border-t-neutral-700\/50:focus {
  border-top-color: rgb(64 64 64 / 0.5);
}

.focus\:border-t-neutral-700\/60:focus {
  border-top-color: rgb(64 64 64 / 0.6);
}

.focus\:border-t-neutral-700\/70:focus {
  border-top-color: rgb(64 64 64 / 0.7);
}

.focus\:border-t-neutral-700\/75:focus {
  border-top-color: rgb(64 64 64 / 0.75);
}

.focus\:border-t-neutral-700\/80:focus {
  border-top-color: rgb(64 64 64 / 0.8);
}

.focus\:border-t-neutral-700\/90:focus {
  border-top-color: rgb(64 64 64 / 0.9);
}

.focus\:border-t-neutral-700\/95:focus {
  border-top-color: rgb(64 64 64 / 0.95);
}

.focus\:border-t-neutral-800:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.focus\:border-t-neutral-800\/0:focus {
  border-top-color: rgb(38 38 38 / 0);
}

.focus\:border-t-neutral-800\/10:focus {
  border-top-color: rgb(38 38 38 / 0.1);
}

.focus\:border-t-neutral-800\/100:focus {
  border-top-color: rgb(38 38 38 / 1);
}

.focus\:border-t-neutral-800\/20:focus {
  border-top-color: rgb(38 38 38 / 0.2);
}

.focus\:border-t-neutral-800\/25:focus {
  border-top-color: rgb(38 38 38 / 0.25);
}

.focus\:border-t-neutral-800\/30:focus {
  border-top-color: rgb(38 38 38 / 0.3);
}

.focus\:border-t-neutral-800\/40:focus {
  border-top-color: rgb(38 38 38 / 0.4);
}

.focus\:border-t-neutral-800\/5:focus {
  border-top-color: rgb(38 38 38 / 0.05);
}

.focus\:border-t-neutral-800\/50:focus {
  border-top-color: rgb(38 38 38 / 0.5);
}

.focus\:border-t-neutral-800\/60:focus {
  border-top-color: rgb(38 38 38 / 0.6);
}

.focus\:border-t-neutral-800\/70:focus {
  border-top-color: rgb(38 38 38 / 0.7);
}

.focus\:border-t-neutral-800\/75:focus {
  border-top-color: rgb(38 38 38 / 0.75);
}

.focus\:border-t-neutral-800\/80:focus {
  border-top-color: rgb(38 38 38 / 0.8);
}

.focus\:border-t-neutral-800\/90:focus {
  border-top-color: rgb(38 38 38 / 0.9);
}

.focus\:border-t-neutral-800\/95:focus {
  border-top-color: rgb(38 38 38 / 0.95);
}

.focus\:border-t-neutral-900:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.focus\:border-t-neutral-900\/0:focus {
  border-top-color: rgb(23 23 23 / 0);
}

.focus\:border-t-neutral-900\/10:focus {
  border-top-color: rgb(23 23 23 / 0.1);
}

.focus\:border-t-neutral-900\/100:focus {
  border-top-color: rgb(23 23 23 / 1);
}

.focus\:border-t-neutral-900\/20:focus {
  border-top-color: rgb(23 23 23 / 0.2);
}

.focus\:border-t-neutral-900\/25:focus {
  border-top-color: rgb(23 23 23 / 0.25);
}

.focus\:border-t-neutral-900\/30:focus {
  border-top-color: rgb(23 23 23 / 0.3);
}

.focus\:border-t-neutral-900\/40:focus {
  border-top-color: rgb(23 23 23 / 0.4);
}

.focus\:border-t-neutral-900\/5:focus {
  border-top-color: rgb(23 23 23 / 0.05);
}

.focus\:border-t-neutral-900\/50:focus {
  border-top-color: rgb(23 23 23 / 0.5);
}

.focus\:border-t-neutral-900\/60:focus {
  border-top-color: rgb(23 23 23 / 0.6);
}

.focus\:border-t-neutral-900\/70:focus {
  border-top-color: rgb(23 23 23 / 0.7);
}

.focus\:border-t-neutral-900\/75:focus {
  border-top-color: rgb(23 23 23 / 0.75);
}

.focus\:border-t-neutral-900\/80:focus {
  border-top-color: rgb(23 23 23 / 0.8);
}

.focus\:border-t-neutral-900\/90:focus {
  border-top-color: rgb(23 23 23 / 0.9);
}

.focus\:border-t-neutral-900\/95:focus {
  border-top-color: rgb(23 23 23 / 0.95);
}

.focus\:border-t-neutral-950:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.focus\:border-t-neutral-950\/0:focus {
  border-top-color: rgb(10 10 10 / 0);
}

.focus\:border-t-neutral-950\/10:focus {
  border-top-color: rgb(10 10 10 / 0.1);
}

.focus\:border-t-neutral-950\/100:focus {
  border-top-color: rgb(10 10 10 / 1);
}

.focus\:border-t-neutral-950\/20:focus {
  border-top-color: rgb(10 10 10 / 0.2);
}

.focus\:border-t-neutral-950\/25:focus {
  border-top-color: rgb(10 10 10 / 0.25);
}

.focus\:border-t-neutral-950\/30:focus {
  border-top-color: rgb(10 10 10 / 0.3);
}

.focus\:border-t-neutral-950\/40:focus {
  border-top-color: rgb(10 10 10 / 0.4);
}

.focus\:border-t-neutral-950\/5:focus {
  border-top-color: rgb(10 10 10 / 0.05);
}

.focus\:border-t-neutral-950\/50:focus {
  border-top-color: rgb(10 10 10 / 0.5);
}

.focus\:border-t-neutral-950\/60:focus {
  border-top-color: rgb(10 10 10 / 0.6);
}

.focus\:border-t-neutral-950\/70:focus {
  border-top-color: rgb(10 10 10 / 0.7);
}

.focus\:border-t-neutral-950\/75:focus {
  border-top-color: rgb(10 10 10 / 0.75);
}

.focus\:border-t-neutral-950\/80:focus {
  border-top-color: rgb(10 10 10 / 0.8);
}

.focus\:border-t-neutral-950\/90:focus {
  border-top-color: rgb(10 10 10 / 0.9);
}

.focus\:border-t-neutral-950\/95:focus {
  border-top-color: rgb(10 10 10 / 0.95);
}

.focus\:border-t-orange-100:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 237 213 / var(--tw-border-opacity));
}

.focus\:border-t-orange-100\/0:focus {
  border-top-color: rgb(255 237 213 / 0);
}

.focus\:border-t-orange-100\/10:focus {
  border-top-color: rgb(255 237 213 / 0.1);
}

.focus\:border-t-orange-100\/100:focus {
  border-top-color: rgb(255 237 213 / 1);
}

.focus\:border-t-orange-100\/20:focus {
  border-top-color: rgb(255 237 213 / 0.2);
}

.focus\:border-t-orange-100\/25:focus {
  border-top-color: rgb(255 237 213 / 0.25);
}

.focus\:border-t-orange-100\/30:focus {
  border-top-color: rgb(255 237 213 / 0.3);
}

.focus\:border-t-orange-100\/40:focus {
  border-top-color: rgb(255 237 213 / 0.4);
}

.focus\:border-t-orange-100\/5:focus {
  border-top-color: rgb(255 237 213 / 0.05);
}

.focus\:border-t-orange-100\/50:focus {
  border-top-color: rgb(255 237 213 / 0.5);
}

.focus\:border-t-orange-100\/60:focus {
  border-top-color: rgb(255 237 213 / 0.6);
}

.focus\:border-t-orange-100\/70:focus {
  border-top-color: rgb(255 237 213 / 0.7);
}

.focus\:border-t-orange-100\/75:focus {
  border-top-color: rgb(255 237 213 / 0.75);
}

.focus\:border-t-orange-100\/80:focus {
  border-top-color: rgb(255 237 213 / 0.8);
}

.focus\:border-t-orange-100\/90:focus {
  border-top-color: rgb(255 237 213 / 0.9);
}

.focus\:border-t-orange-100\/95:focus {
  border-top-color: rgb(255 237 213 / 0.95);
}

.focus\:border-t-orange-200:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 215 170 / var(--tw-border-opacity));
}

.focus\:border-t-orange-200\/0:focus {
  border-top-color: rgb(254 215 170 / 0);
}

.focus\:border-t-orange-200\/10:focus {
  border-top-color: rgb(254 215 170 / 0.1);
}

.focus\:border-t-orange-200\/100:focus {
  border-top-color: rgb(254 215 170 / 1);
}

.focus\:border-t-orange-200\/20:focus {
  border-top-color: rgb(254 215 170 / 0.2);
}

.focus\:border-t-orange-200\/25:focus {
  border-top-color: rgb(254 215 170 / 0.25);
}

.focus\:border-t-orange-200\/30:focus {
  border-top-color: rgb(254 215 170 / 0.3);
}

.focus\:border-t-orange-200\/40:focus {
  border-top-color: rgb(254 215 170 / 0.4);
}

.focus\:border-t-orange-200\/5:focus {
  border-top-color: rgb(254 215 170 / 0.05);
}

.focus\:border-t-orange-200\/50:focus {
  border-top-color: rgb(254 215 170 / 0.5);
}

.focus\:border-t-orange-200\/60:focus {
  border-top-color: rgb(254 215 170 / 0.6);
}

.focus\:border-t-orange-200\/70:focus {
  border-top-color: rgb(254 215 170 / 0.7);
}

.focus\:border-t-orange-200\/75:focus {
  border-top-color: rgb(254 215 170 / 0.75);
}

.focus\:border-t-orange-200\/80:focus {
  border-top-color: rgb(254 215 170 / 0.8);
}

.focus\:border-t-orange-200\/90:focus {
  border-top-color: rgb(254 215 170 / 0.9);
}

.focus\:border-t-orange-200\/95:focus {
  border-top-color: rgb(254 215 170 / 0.95);
}

.focus\:border-t-orange-300:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 186 116 / var(--tw-border-opacity));
}

.focus\:border-t-orange-300\/0:focus {
  border-top-color: rgb(253 186 116 / 0);
}

.focus\:border-t-orange-300\/10:focus {
  border-top-color: rgb(253 186 116 / 0.1);
}

.focus\:border-t-orange-300\/100:focus {
  border-top-color: rgb(253 186 116 / 1);
}

.focus\:border-t-orange-300\/20:focus {
  border-top-color: rgb(253 186 116 / 0.2);
}

.focus\:border-t-orange-300\/25:focus {
  border-top-color: rgb(253 186 116 / 0.25);
}

.focus\:border-t-orange-300\/30:focus {
  border-top-color: rgb(253 186 116 / 0.3);
}

.focus\:border-t-orange-300\/40:focus {
  border-top-color: rgb(253 186 116 / 0.4);
}

.focus\:border-t-orange-300\/5:focus {
  border-top-color: rgb(253 186 116 / 0.05);
}

.focus\:border-t-orange-300\/50:focus {
  border-top-color: rgb(253 186 116 / 0.5);
}

.focus\:border-t-orange-300\/60:focus {
  border-top-color: rgb(253 186 116 / 0.6);
}

.focus\:border-t-orange-300\/70:focus {
  border-top-color: rgb(253 186 116 / 0.7);
}

.focus\:border-t-orange-300\/75:focus {
  border-top-color: rgb(253 186 116 / 0.75);
}

.focus\:border-t-orange-300\/80:focus {
  border-top-color: rgb(253 186 116 / 0.8);
}

.focus\:border-t-orange-300\/90:focus {
  border-top-color: rgb(253 186 116 / 0.9);
}

.focus\:border-t-orange-300\/95:focus {
  border-top-color: rgb(253 186 116 / 0.95);
}

.focus\:border-t-orange-400:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.focus\:border-t-orange-400\/0:focus {
  border-top-color: rgb(251 146 60 / 0);
}

.focus\:border-t-orange-400\/10:focus {
  border-top-color: rgb(251 146 60 / 0.1);
}

.focus\:border-t-orange-400\/100:focus {
  border-top-color: rgb(251 146 60 / 1);
}

.focus\:border-t-orange-400\/20:focus {
  border-top-color: rgb(251 146 60 / 0.2);
}

.focus\:border-t-orange-400\/25:focus {
  border-top-color: rgb(251 146 60 / 0.25);
}

.focus\:border-t-orange-400\/30:focus {
  border-top-color: rgb(251 146 60 / 0.3);
}

.focus\:border-t-orange-400\/40:focus {
  border-top-color: rgb(251 146 60 / 0.4);
}

.focus\:border-t-orange-400\/5:focus {
  border-top-color: rgb(251 146 60 / 0.05);
}

.focus\:border-t-orange-400\/50:focus {
  border-top-color: rgb(251 146 60 / 0.5);
}

.focus\:border-t-orange-400\/60:focus {
  border-top-color: rgb(251 146 60 / 0.6);
}

.focus\:border-t-orange-400\/70:focus {
  border-top-color: rgb(251 146 60 / 0.7);
}

.focus\:border-t-orange-400\/75:focus {
  border-top-color: rgb(251 146 60 / 0.75);
}

.focus\:border-t-orange-400\/80:focus {
  border-top-color: rgb(251 146 60 / 0.8);
}

.focus\:border-t-orange-400\/90:focus {
  border-top-color: rgb(251 146 60 / 0.9);
}

.focus\:border-t-orange-400\/95:focus {
  border-top-color: rgb(251 146 60 / 0.95);
}

.focus\:border-t-orange-50:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 247 237 / var(--tw-border-opacity));
}

.focus\:border-t-orange-50\/0:focus {
  border-top-color: rgb(255 247 237 / 0);
}

.focus\:border-t-orange-50\/10:focus {
  border-top-color: rgb(255 247 237 / 0.1);
}

.focus\:border-t-orange-50\/100:focus {
  border-top-color: rgb(255 247 237 / 1);
}

.focus\:border-t-orange-50\/20:focus {
  border-top-color: rgb(255 247 237 / 0.2);
}

.focus\:border-t-orange-50\/25:focus {
  border-top-color: rgb(255 247 237 / 0.25);
}

.focus\:border-t-orange-50\/30:focus {
  border-top-color: rgb(255 247 237 / 0.3);
}

.focus\:border-t-orange-50\/40:focus {
  border-top-color: rgb(255 247 237 / 0.4);
}

.focus\:border-t-orange-50\/5:focus {
  border-top-color: rgb(255 247 237 / 0.05);
}

.focus\:border-t-orange-50\/50:focus {
  border-top-color: rgb(255 247 237 / 0.5);
}

.focus\:border-t-orange-50\/60:focus {
  border-top-color: rgb(255 247 237 / 0.6);
}

.focus\:border-t-orange-50\/70:focus {
  border-top-color: rgb(255 247 237 / 0.7);
}

.focus\:border-t-orange-50\/75:focus {
  border-top-color: rgb(255 247 237 / 0.75);
}

.focus\:border-t-orange-50\/80:focus {
  border-top-color: rgb(255 247 237 / 0.8);
}

.focus\:border-t-orange-50\/90:focus {
  border-top-color: rgb(255 247 237 / 0.9);
}

.focus\:border-t-orange-50\/95:focus {
  border-top-color: rgb(255 247 237 / 0.95);
}

.focus\:border-t-orange-500:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 115 22 / var(--tw-border-opacity));
}

.focus\:border-t-orange-500\/0:focus {
  border-top-color: rgb(249 115 22 / 0);
}

.focus\:border-t-orange-500\/10:focus {
  border-top-color: rgb(249 115 22 / 0.1);
}

.focus\:border-t-orange-500\/100:focus {
  border-top-color: rgb(249 115 22 / 1);
}

.focus\:border-t-orange-500\/20:focus {
  border-top-color: rgb(249 115 22 / 0.2);
}

.focus\:border-t-orange-500\/25:focus {
  border-top-color: rgb(249 115 22 / 0.25);
}

.focus\:border-t-orange-500\/30:focus {
  border-top-color: rgb(249 115 22 / 0.3);
}

.focus\:border-t-orange-500\/40:focus {
  border-top-color: rgb(249 115 22 / 0.4);
}

.focus\:border-t-orange-500\/5:focus {
  border-top-color: rgb(249 115 22 / 0.05);
}

.focus\:border-t-orange-500\/50:focus {
  border-top-color: rgb(249 115 22 / 0.5);
}

.focus\:border-t-orange-500\/60:focus {
  border-top-color: rgb(249 115 22 / 0.6);
}

.focus\:border-t-orange-500\/70:focus {
  border-top-color: rgb(249 115 22 / 0.7);
}

.focus\:border-t-orange-500\/75:focus {
  border-top-color: rgb(249 115 22 / 0.75);
}

.focus\:border-t-orange-500\/80:focus {
  border-top-color: rgb(249 115 22 / 0.8);
}

.focus\:border-t-orange-500\/90:focus {
  border-top-color: rgb(249 115 22 / 0.9);
}

.focus\:border-t-orange-500\/95:focus {
  border-top-color: rgb(249 115 22 / 0.95);
}

.focus\:border-t-orange-600:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.focus\:border-t-orange-600\/0:focus {
  border-top-color: rgb(234 88 12 / 0);
}

.focus\:border-t-orange-600\/10:focus {
  border-top-color: rgb(234 88 12 / 0.1);
}

.focus\:border-t-orange-600\/100:focus {
  border-top-color: rgb(234 88 12 / 1);
}

.focus\:border-t-orange-600\/20:focus {
  border-top-color: rgb(234 88 12 / 0.2);
}

.focus\:border-t-orange-600\/25:focus {
  border-top-color: rgb(234 88 12 / 0.25);
}

.focus\:border-t-orange-600\/30:focus {
  border-top-color: rgb(234 88 12 / 0.3);
}

.focus\:border-t-orange-600\/40:focus {
  border-top-color: rgb(234 88 12 / 0.4);
}

.focus\:border-t-orange-600\/5:focus {
  border-top-color: rgb(234 88 12 / 0.05);
}

.focus\:border-t-orange-600\/50:focus {
  border-top-color: rgb(234 88 12 / 0.5);
}

.focus\:border-t-orange-600\/60:focus {
  border-top-color: rgb(234 88 12 / 0.6);
}

.focus\:border-t-orange-600\/70:focus {
  border-top-color: rgb(234 88 12 / 0.7);
}

.focus\:border-t-orange-600\/75:focus {
  border-top-color: rgb(234 88 12 / 0.75);
}

.focus\:border-t-orange-600\/80:focus {
  border-top-color: rgb(234 88 12 / 0.8);
}

.focus\:border-t-orange-600\/90:focus {
  border-top-color: rgb(234 88 12 / 0.9);
}

.focus\:border-t-orange-600\/95:focus {
  border-top-color: rgb(234 88 12 / 0.95);
}

.focus\:border-t-orange-700:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(194 65 12 / var(--tw-border-opacity));
}

.focus\:border-t-orange-700\/0:focus {
  border-top-color: rgb(194 65 12 / 0);
}

.focus\:border-t-orange-700\/10:focus {
  border-top-color: rgb(194 65 12 / 0.1);
}

.focus\:border-t-orange-700\/100:focus {
  border-top-color: rgb(194 65 12 / 1);
}

.focus\:border-t-orange-700\/20:focus {
  border-top-color: rgb(194 65 12 / 0.2);
}

.focus\:border-t-orange-700\/25:focus {
  border-top-color: rgb(194 65 12 / 0.25);
}

.focus\:border-t-orange-700\/30:focus {
  border-top-color: rgb(194 65 12 / 0.3);
}

.focus\:border-t-orange-700\/40:focus {
  border-top-color: rgb(194 65 12 / 0.4);
}

.focus\:border-t-orange-700\/5:focus {
  border-top-color: rgb(194 65 12 / 0.05);
}

.focus\:border-t-orange-700\/50:focus {
  border-top-color: rgb(194 65 12 / 0.5);
}

.focus\:border-t-orange-700\/60:focus {
  border-top-color: rgb(194 65 12 / 0.6);
}

.focus\:border-t-orange-700\/70:focus {
  border-top-color: rgb(194 65 12 / 0.7);
}

.focus\:border-t-orange-700\/75:focus {
  border-top-color: rgb(194 65 12 / 0.75);
}

.focus\:border-t-orange-700\/80:focus {
  border-top-color: rgb(194 65 12 / 0.8);
}

.focus\:border-t-orange-700\/90:focus {
  border-top-color: rgb(194 65 12 / 0.9);
}

.focus\:border-t-orange-700\/95:focus {
  border-top-color: rgb(194 65 12 / 0.95);
}

.focus\:border-t-orange-800:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(154 52 18 / var(--tw-border-opacity));
}

.focus\:border-t-orange-800\/0:focus {
  border-top-color: rgb(154 52 18 / 0);
}

.focus\:border-t-orange-800\/10:focus {
  border-top-color: rgb(154 52 18 / 0.1);
}

.focus\:border-t-orange-800\/100:focus {
  border-top-color: rgb(154 52 18 / 1);
}

.focus\:border-t-orange-800\/20:focus {
  border-top-color: rgb(154 52 18 / 0.2);
}

.focus\:border-t-orange-800\/25:focus {
  border-top-color: rgb(154 52 18 / 0.25);
}

.focus\:border-t-orange-800\/30:focus {
  border-top-color: rgb(154 52 18 / 0.3);
}

.focus\:border-t-orange-800\/40:focus {
  border-top-color: rgb(154 52 18 / 0.4);
}

.focus\:border-t-orange-800\/5:focus {
  border-top-color: rgb(154 52 18 / 0.05);
}

.focus\:border-t-orange-800\/50:focus {
  border-top-color: rgb(154 52 18 / 0.5);
}

.focus\:border-t-orange-800\/60:focus {
  border-top-color: rgb(154 52 18 / 0.6);
}

.focus\:border-t-orange-800\/70:focus {
  border-top-color: rgb(154 52 18 / 0.7);
}

.focus\:border-t-orange-800\/75:focus {
  border-top-color: rgb(154 52 18 / 0.75);
}

.focus\:border-t-orange-800\/80:focus {
  border-top-color: rgb(154 52 18 / 0.8);
}

.focus\:border-t-orange-800\/90:focus {
  border-top-color: rgb(154 52 18 / 0.9);
}

.focus\:border-t-orange-800\/95:focus {
  border-top-color: rgb(154 52 18 / 0.95);
}

.focus\:border-t-orange-900:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(124 45 18 / var(--tw-border-opacity));
}

.focus\:border-t-orange-900\/0:focus {
  border-top-color: rgb(124 45 18 / 0);
}

.focus\:border-t-orange-900\/10:focus {
  border-top-color: rgb(124 45 18 / 0.1);
}

.focus\:border-t-orange-900\/100:focus {
  border-top-color: rgb(124 45 18 / 1);
}

.focus\:border-t-orange-900\/20:focus {
  border-top-color: rgb(124 45 18 / 0.2);
}

.focus\:border-t-orange-900\/25:focus {
  border-top-color: rgb(124 45 18 / 0.25);
}

.focus\:border-t-orange-900\/30:focus {
  border-top-color: rgb(124 45 18 / 0.3);
}

.focus\:border-t-orange-900\/40:focus {
  border-top-color: rgb(124 45 18 / 0.4);
}

.focus\:border-t-orange-900\/5:focus {
  border-top-color: rgb(124 45 18 / 0.05);
}

.focus\:border-t-orange-900\/50:focus {
  border-top-color: rgb(124 45 18 / 0.5);
}

.focus\:border-t-orange-900\/60:focus {
  border-top-color: rgb(124 45 18 / 0.6);
}

.focus\:border-t-orange-900\/70:focus {
  border-top-color: rgb(124 45 18 / 0.7);
}

.focus\:border-t-orange-900\/75:focus {
  border-top-color: rgb(124 45 18 / 0.75);
}

.focus\:border-t-orange-900\/80:focus {
  border-top-color: rgb(124 45 18 / 0.8);
}

.focus\:border-t-orange-900\/90:focus {
  border-top-color: rgb(124 45 18 / 0.9);
}

.focus\:border-t-orange-900\/95:focus {
  border-top-color: rgb(124 45 18 / 0.95);
}

.focus\:border-t-orange-950:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(67 20 7 / var(--tw-border-opacity));
}

.focus\:border-t-orange-950\/0:focus {
  border-top-color: rgb(67 20 7 / 0);
}

.focus\:border-t-orange-950\/10:focus {
  border-top-color: rgb(67 20 7 / 0.1);
}

.focus\:border-t-orange-950\/100:focus {
  border-top-color: rgb(67 20 7 / 1);
}

.focus\:border-t-orange-950\/20:focus {
  border-top-color: rgb(67 20 7 / 0.2);
}

.focus\:border-t-orange-950\/25:focus {
  border-top-color: rgb(67 20 7 / 0.25);
}

.focus\:border-t-orange-950\/30:focus {
  border-top-color: rgb(67 20 7 / 0.3);
}

.focus\:border-t-orange-950\/40:focus {
  border-top-color: rgb(67 20 7 / 0.4);
}

.focus\:border-t-orange-950\/5:focus {
  border-top-color: rgb(67 20 7 / 0.05);
}

.focus\:border-t-orange-950\/50:focus {
  border-top-color: rgb(67 20 7 / 0.5);
}

.focus\:border-t-orange-950\/60:focus {
  border-top-color: rgb(67 20 7 / 0.6);
}

.focus\:border-t-orange-950\/70:focus {
  border-top-color: rgb(67 20 7 / 0.7);
}

.focus\:border-t-orange-950\/75:focus {
  border-top-color: rgb(67 20 7 / 0.75);
}

.focus\:border-t-orange-950\/80:focus {
  border-top-color: rgb(67 20 7 / 0.8);
}

.focus\:border-t-orange-950\/90:focus {
  border-top-color: rgb(67 20 7 / 0.9);
}

.focus\:border-t-orange-950\/95:focus {
  border-top-color: rgb(67 20 7 / 0.95);
}

.focus\:border-t-ozc-100:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 239 235 / var(--tw-border-opacity));
}

.focus\:border-t-ozc-100\/0:focus {
  border-top-color: rgb(255 239 235 / 0);
}

.focus\:border-t-ozc-100\/10:focus {
  border-top-color: rgb(255 239 235 / 0.1);
}

.focus\:border-t-ozc-100\/100:focus {
  border-top-color: rgb(255 239 235 / 1);
}

.focus\:border-t-ozc-100\/20:focus {
  border-top-color: rgb(255 239 235 / 0.2);
}

.focus\:border-t-ozc-100\/25:focus {
  border-top-color: rgb(255 239 235 / 0.25);
}

.focus\:border-t-ozc-100\/30:focus {
  border-top-color: rgb(255 239 235 / 0.3);
}

.focus\:border-t-ozc-100\/40:focus {
  border-top-color: rgb(255 239 235 / 0.4);
}

.focus\:border-t-ozc-100\/5:focus {
  border-top-color: rgb(255 239 235 / 0.05);
}

.focus\:border-t-ozc-100\/50:focus {
  border-top-color: rgb(255 239 235 / 0.5);
}

.focus\:border-t-ozc-100\/60:focus {
  border-top-color: rgb(255 239 235 / 0.6);
}

.focus\:border-t-ozc-100\/70:focus {
  border-top-color: rgb(255 239 235 / 0.7);
}

.focus\:border-t-ozc-100\/75:focus {
  border-top-color: rgb(255 239 235 / 0.75);
}

.focus\:border-t-ozc-100\/80:focus {
  border-top-color: rgb(255 239 235 / 0.8);
}

.focus\:border-t-ozc-100\/90:focus {
  border-top-color: rgb(255 239 235 / 0.9);
}

.focus\:border-t-ozc-100\/95:focus {
  border-top-color: rgb(255 239 235 / 0.95);
}

.focus\:border-t-ozc-200:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 225 222 / var(--tw-border-opacity));
}

.focus\:border-t-ozc-200\/0:focus {
  border-top-color: rgb(253 225 222 / 0);
}

.focus\:border-t-ozc-200\/10:focus {
  border-top-color: rgb(253 225 222 / 0.1);
}

.focus\:border-t-ozc-200\/100:focus {
  border-top-color: rgb(253 225 222 / 1);
}

.focus\:border-t-ozc-200\/20:focus {
  border-top-color: rgb(253 225 222 / 0.2);
}

.focus\:border-t-ozc-200\/25:focus {
  border-top-color: rgb(253 225 222 / 0.25);
}

.focus\:border-t-ozc-200\/30:focus {
  border-top-color: rgb(253 225 222 / 0.3);
}

.focus\:border-t-ozc-200\/40:focus {
  border-top-color: rgb(253 225 222 / 0.4);
}

.focus\:border-t-ozc-200\/5:focus {
  border-top-color: rgb(253 225 222 / 0.05);
}

.focus\:border-t-ozc-200\/50:focus {
  border-top-color: rgb(253 225 222 / 0.5);
}

.focus\:border-t-ozc-200\/60:focus {
  border-top-color: rgb(253 225 222 / 0.6);
}

.focus\:border-t-ozc-200\/70:focus {
  border-top-color: rgb(253 225 222 / 0.7);
}

.focus\:border-t-ozc-200\/75:focus {
  border-top-color: rgb(253 225 222 / 0.75);
}

.focus\:border-t-ozc-200\/80:focus {
  border-top-color: rgb(253 225 222 / 0.8);
}

.focus\:border-t-ozc-200\/90:focus {
  border-top-color: rgb(253 225 222 / 0.9);
}

.focus\:border-t-ozc-200\/95:focus {
  border-top-color: rgb(253 225 222 / 0.95);
}

.focus\:border-t-ozc-300:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(248 181 181 / var(--tw-border-opacity));
}

.focus\:border-t-ozc-300\/0:focus {
  border-top-color: rgb(248 181 181 / 0);
}

.focus\:border-t-ozc-300\/10:focus {
  border-top-color: rgb(248 181 181 / 0.1);
}

.focus\:border-t-ozc-300\/100:focus {
  border-top-color: rgb(248 181 181 / 1);
}

.focus\:border-t-ozc-300\/20:focus {
  border-top-color: rgb(248 181 181 / 0.2);
}

.focus\:border-t-ozc-300\/25:focus {
  border-top-color: rgb(248 181 181 / 0.25);
}

.focus\:border-t-ozc-300\/30:focus {
  border-top-color: rgb(248 181 181 / 0.3);
}

.focus\:border-t-ozc-300\/40:focus {
  border-top-color: rgb(248 181 181 / 0.4);
}

.focus\:border-t-ozc-300\/5:focus {
  border-top-color: rgb(248 181 181 / 0.05);
}

.focus\:border-t-ozc-300\/50:focus {
  border-top-color: rgb(248 181 181 / 0.5);
}

.focus\:border-t-ozc-300\/60:focus {
  border-top-color: rgb(248 181 181 / 0.6);
}

.focus\:border-t-ozc-300\/70:focus {
  border-top-color: rgb(248 181 181 / 0.7);
}

.focus\:border-t-ozc-300\/75:focus {
  border-top-color: rgb(248 181 181 / 0.75);
}

.focus\:border-t-ozc-300\/80:focus {
  border-top-color: rgb(248 181 181 / 0.8);
}

.focus\:border-t-ozc-300\/90:focus {
  border-top-color: rgb(248 181 181 / 0.9);
}

.focus\:border-t-ozc-300\/95:focus {
  border-top-color: rgb(248 181 181 / 0.95);
}

.focus\:border-t-ozc-400:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 189 173 / var(--tw-border-opacity));
}

.focus\:border-t-ozc-400\/0:focus {
  border-top-color: rgb(250 189 173 / 0);
}

.focus\:border-t-ozc-400\/10:focus {
  border-top-color: rgb(250 189 173 / 0.1);
}

.focus\:border-t-ozc-400\/100:focus {
  border-top-color: rgb(250 189 173 / 1);
}

.focus\:border-t-ozc-400\/20:focus {
  border-top-color: rgb(250 189 173 / 0.2);
}

.focus\:border-t-ozc-400\/25:focus {
  border-top-color: rgb(250 189 173 / 0.25);
}

.focus\:border-t-ozc-400\/30:focus {
  border-top-color: rgb(250 189 173 / 0.3);
}

.focus\:border-t-ozc-400\/40:focus {
  border-top-color: rgb(250 189 173 / 0.4);
}

.focus\:border-t-ozc-400\/5:focus {
  border-top-color: rgb(250 189 173 / 0.05);
}

.focus\:border-t-ozc-400\/50:focus {
  border-top-color: rgb(250 189 173 / 0.5);
}

.focus\:border-t-ozc-400\/60:focus {
  border-top-color: rgb(250 189 173 / 0.6);
}

.focus\:border-t-ozc-400\/70:focus {
  border-top-color: rgb(250 189 173 / 0.7);
}

.focus\:border-t-ozc-400\/75:focus {
  border-top-color: rgb(250 189 173 / 0.75);
}

.focus\:border-t-ozc-400\/80:focus {
  border-top-color: rgb(250 189 173 / 0.8);
}

.focus\:border-t-ozc-400\/90:focus {
  border-top-color: rgb(250 189 173 / 0.9);
}

.focus\:border-t-ozc-400\/95:focus {
  border-top-color: rgb(250 189 173 / 0.95);
}

.focus\:border-t-ozc-50:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 243 232 / var(--tw-border-opacity));
}

.focus\:border-t-ozc-50\/0:focus {
  border-top-color: rgb(254 243 232 / 0);
}

.focus\:border-t-ozc-50\/10:focus {
  border-top-color: rgb(254 243 232 / 0.1);
}

.focus\:border-t-ozc-50\/100:focus {
  border-top-color: rgb(254 243 232 / 1);
}

.focus\:border-t-ozc-50\/20:focus {
  border-top-color: rgb(254 243 232 / 0.2);
}

.focus\:border-t-ozc-50\/25:focus {
  border-top-color: rgb(254 243 232 / 0.25);
}

.focus\:border-t-ozc-50\/30:focus {
  border-top-color: rgb(254 243 232 / 0.3);
}

.focus\:border-t-ozc-50\/40:focus {
  border-top-color: rgb(254 243 232 / 0.4);
}

.focus\:border-t-ozc-50\/5:focus {
  border-top-color: rgb(254 243 232 / 0.05);
}

.focus\:border-t-ozc-50\/50:focus {
  border-top-color: rgb(254 243 232 / 0.5);
}

.focus\:border-t-ozc-50\/60:focus {
  border-top-color: rgb(254 243 232 / 0.6);
}

.focus\:border-t-ozc-50\/70:focus {
  border-top-color: rgb(254 243 232 / 0.7);
}

.focus\:border-t-ozc-50\/75:focus {
  border-top-color: rgb(254 243 232 / 0.75);
}

.focus\:border-t-ozc-50\/80:focus {
  border-top-color: rgb(254 243 232 / 0.8);
}

.focus\:border-t-ozc-50\/90:focus {
  border-top-color: rgb(254 243 232 / 0.9);
}

.focus\:border-t-ozc-50\/95:focus {
  border-top-color: rgb(254 243 232 / 0.95);
}

.focus\:border-t-ozc-500:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 110 96 / var(--tw-border-opacity));
}

.focus\:border-t-ozc-500\/0:focus {
  border-top-color: rgb(255 110 96 / 0);
}

.focus\:border-t-ozc-500\/10:focus {
  border-top-color: rgb(255 110 96 / 0.1);
}

.focus\:border-t-ozc-500\/100:focus {
  border-top-color: rgb(255 110 96 / 1);
}

.focus\:border-t-ozc-500\/20:focus {
  border-top-color: rgb(255 110 96 / 0.2);
}

.focus\:border-t-ozc-500\/25:focus {
  border-top-color: rgb(255 110 96 / 0.25);
}

.focus\:border-t-ozc-500\/30:focus {
  border-top-color: rgb(255 110 96 / 0.3);
}

.focus\:border-t-ozc-500\/40:focus {
  border-top-color: rgb(255 110 96 / 0.4);
}

.focus\:border-t-ozc-500\/5:focus {
  border-top-color: rgb(255 110 96 / 0.05);
}

.focus\:border-t-ozc-500\/50:focus {
  border-top-color: rgb(255 110 96 / 0.5);
}

.focus\:border-t-ozc-500\/60:focus {
  border-top-color: rgb(255 110 96 / 0.6);
}

.focus\:border-t-ozc-500\/70:focus {
  border-top-color: rgb(255 110 96 / 0.7);
}

.focus\:border-t-ozc-500\/75:focus {
  border-top-color: rgb(255 110 96 / 0.75);
}

.focus\:border-t-ozc-500\/80:focus {
  border-top-color: rgb(255 110 96 / 0.8);
}

.focus\:border-t-ozc-500\/90:focus {
  border-top-color: rgb(255 110 96 / 0.9);
}

.focus\:border-t-ozc-500\/95:focus {
  border-top-color: rgb(255 110 96 / 0.95);
}

.focus\:border-t-ozc-600:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 169 140 / var(--tw-border-opacity));
}

.focus\:border-t-ozc-600\/0:focus {
  border-top-color: rgb(249 169 140 / 0);
}

.focus\:border-t-ozc-600\/10:focus {
  border-top-color: rgb(249 169 140 / 0.1);
}

.focus\:border-t-ozc-600\/100:focus {
  border-top-color: rgb(249 169 140 / 1);
}

.focus\:border-t-ozc-600\/20:focus {
  border-top-color: rgb(249 169 140 / 0.2);
}

.focus\:border-t-ozc-600\/25:focus {
  border-top-color: rgb(249 169 140 / 0.25);
}

.focus\:border-t-ozc-600\/30:focus {
  border-top-color: rgb(249 169 140 / 0.3);
}

.focus\:border-t-ozc-600\/40:focus {
  border-top-color: rgb(249 169 140 / 0.4);
}

.focus\:border-t-ozc-600\/5:focus {
  border-top-color: rgb(249 169 140 / 0.05);
}

.focus\:border-t-ozc-600\/50:focus {
  border-top-color: rgb(249 169 140 / 0.5);
}

.focus\:border-t-ozc-600\/60:focus {
  border-top-color: rgb(249 169 140 / 0.6);
}

.focus\:border-t-ozc-600\/70:focus {
  border-top-color: rgb(249 169 140 / 0.7);
}

.focus\:border-t-ozc-600\/75:focus {
  border-top-color: rgb(249 169 140 / 0.75);
}

.focus\:border-t-ozc-600\/80:focus {
  border-top-color: rgb(249 169 140 / 0.8);
}

.focus\:border-t-ozc-600\/90:focus {
  border-top-color: rgb(249 169 140 / 0.9);
}

.focus\:border-t-ozc-600\/95:focus {
  border-top-color: rgb(249 169 140 / 0.95);
}

.focus\:border-t-ozc-700:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(246 148 114 / var(--tw-border-opacity));
}

.focus\:border-t-ozc-700\/0:focus {
  border-top-color: rgb(246 148 114 / 0);
}

.focus\:border-t-ozc-700\/10:focus {
  border-top-color: rgb(246 148 114 / 0.1);
}

.focus\:border-t-ozc-700\/100:focus {
  border-top-color: rgb(246 148 114 / 1);
}

.focus\:border-t-ozc-700\/20:focus {
  border-top-color: rgb(246 148 114 / 0.2);
}

.focus\:border-t-ozc-700\/25:focus {
  border-top-color: rgb(246 148 114 / 0.25);
}

.focus\:border-t-ozc-700\/30:focus {
  border-top-color: rgb(246 148 114 / 0.3);
}

.focus\:border-t-ozc-700\/40:focus {
  border-top-color: rgb(246 148 114 / 0.4);
}

.focus\:border-t-ozc-700\/5:focus {
  border-top-color: rgb(246 148 114 / 0.05);
}

.focus\:border-t-ozc-700\/50:focus {
  border-top-color: rgb(246 148 114 / 0.5);
}

.focus\:border-t-ozc-700\/60:focus {
  border-top-color: rgb(246 148 114 / 0.6);
}

.focus\:border-t-ozc-700\/70:focus {
  border-top-color: rgb(246 148 114 / 0.7);
}

.focus\:border-t-ozc-700\/75:focus {
  border-top-color: rgb(246 148 114 / 0.75);
}

.focus\:border-t-ozc-700\/80:focus {
  border-top-color: rgb(246 148 114 / 0.8);
}

.focus\:border-t-ozc-700\/90:focus {
  border-top-color: rgb(246 148 114 / 0.9);
}

.focus\:border-t-ozc-700\/95:focus {
  border-top-color: rgb(246 148 114 / 0.95);
}

.focus\:border-t-ozc-800:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 144 136 / var(--tw-border-opacity));
}

.focus\:border-t-ozc-800\/0:focus {
  border-top-color: rgb(245 144 136 / 0);
}

.focus\:border-t-ozc-800\/10:focus {
  border-top-color: rgb(245 144 136 / 0.1);
}

.focus\:border-t-ozc-800\/100:focus {
  border-top-color: rgb(245 144 136 / 1);
}

.focus\:border-t-ozc-800\/20:focus {
  border-top-color: rgb(245 144 136 / 0.2);
}

.focus\:border-t-ozc-800\/25:focus {
  border-top-color: rgb(245 144 136 / 0.25);
}

.focus\:border-t-ozc-800\/30:focus {
  border-top-color: rgb(245 144 136 / 0.3);
}

.focus\:border-t-ozc-800\/40:focus {
  border-top-color: rgb(245 144 136 / 0.4);
}

.focus\:border-t-ozc-800\/5:focus {
  border-top-color: rgb(245 144 136 / 0.05);
}

.focus\:border-t-ozc-800\/50:focus {
  border-top-color: rgb(245 144 136 / 0.5);
}

.focus\:border-t-ozc-800\/60:focus {
  border-top-color: rgb(245 144 136 / 0.6);
}

.focus\:border-t-ozc-800\/70:focus {
  border-top-color: rgb(245 144 136 / 0.7);
}

.focus\:border-t-ozc-800\/75:focus {
  border-top-color: rgb(245 144 136 / 0.75);
}

.focus\:border-t-ozc-800\/80:focus {
  border-top-color: rgb(245 144 136 / 0.8);
}

.focus\:border-t-ozc-800\/90:focus {
  border-top-color: rgb(245 144 136 / 0.9);
}

.focus\:border-t-ozc-800\/95:focus {
  border-top-color: rgb(245 144 136 / 0.95);
}

.focus\:border-t-ozc-900:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(243 121 124 / var(--tw-border-opacity));
}

.focus\:border-t-ozc-900\/0:focus {
  border-top-color: rgb(243 121 124 / 0);
}

.focus\:border-t-ozc-900\/10:focus {
  border-top-color: rgb(243 121 124 / 0.1);
}

.focus\:border-t-ozc-900\/100:focus {
  border-top-color: rgb(243 121 124 / 1);
}

.focus\:border-t-ozc-900\/20:focus {
  border-top-color: rgb(243 121 124 / 0.2);
}

.focus\:border-t-ozc-900\/25:focus {
  border-top-color: rgb(243 121 124 / 0.25);
}

.focus\:border-t-ozc-900\/30:focus {
  border-top-color: rgb(243 121 124 / 0.3);
}

.focus\:border-t-ozc-900\/40:focus {
  border-top-color: rgb(243 121 124 / 0.4);
}

.focus\:border-t-ozc-900\/5:focus {
  border-top-color: rgb(243 121 124 / 0.05);
}

.focus\:border-t-ozc-900\/50:focus {
  border-top-color: rgb(243 121 124 / 0.5);
}

.focus\:border-t-ozc-900\/60:focus {
  border-top-color: rgb(243 121 124 / 0.6);
}

.focus\:border-t-ozc-900\/70:focus {
  border-top-color: rgb(243 121 124 / 0.7);
}

.focus\:border-t-ozc-900\/75:focus {
  border-top-color: rgb(243 121 124 / 0.75);
}

.focus\:border-t-ozc-900\/80:focus {
  border-top-color: rgb(243 121 124 / 0.8);
}

.focus\:border-t-ozc-900\/90:focus {
  border-top-color: rgb(243 121 124 / 0.9);
}

.focus\:border-t-ozc-900\/95:focus {
  border-top-color: rgb(243 121 124 / 0.95);
}

.focus\:border-t-ozc-950:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.focus\:border-t-ozc-950\/0:focus {
  border-top-color: rgb(42 45 51 / 0);
}

.focus\:border-t-ozc-950\/10:focus {
  border-top-color: rgb(42 45 51 / 0.1);
}

.focus\:border-t-ozc-950\/100:focus {
  border-top-color: rgb(42 45 51 / 1);
}

.focus\:border-t-ozc-950\/20:focus {
  border-top-color: rgb(42 45 51 / 0.2);
}

.focus\:border-t-ozc-950\/25:focus {
  border-top-color: rgb(42 45 51 / 0.25);
}

.focus\:border-t-ozc-950\/30:focus {
  border-top-color: rgb(42 45 51 / 0.3);
}

.focus\:border-t-ozc-950\/40:focus {
  border-top-color: rgb(42 45 51 / 0.4);
}

.focus\:border-t-ozc-950\/5:focus {
  border-top-color: rgb(42 45 51 / 0.05);
}

.focus\:border-t-ozc-950\/50:focus {
  border-top-color: rgb(42 45 51 / 0.5);
}

.focus\:border-t-ozc-950\/60:focus {
  border-top-color: rgb(42 45 51 / 0.6);
}

.focus\:border-t-ozc-950\/70:focus {
  border-top-color: rgb(42 45 51 / 0.7);
}

.focus\:border-t-ozc-950\/75:focus {
  border-top-color: rgb(42 45 51 / 0.75);
}

.focus\:border-t-ozc-950\/80:focus {
  border-top-color: rgb(42 45 51 / 0.8);
}

.focus\:border-t-ozc-950\/90:focus {
  border-top-color: rgb(42 45 51 / 0.9);
}

.focus\:border-t-ozc-950\/95:focus {
  border-top-color: rgb(42 45 51 / 0.95);
}

.focus\:border-t-ozc-alt-100:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 250 230 / var(--tw-border-opacity));
}

.focus\:border-t-ozc-alt-100\/0:focus {
  border-top-color: rgb(255 250 230 / 0);
}

.focus\:border-t-ozc-alt-100\/10:focus {
  border-top-color: rgb(255 250 230 / 0.1);
}

.focus\:border-t-ozc-alt-100\/100:focus {
  border-top-color: rgb(255 250 230 / 1);
}

.focus\:border-t-ozc-alt-100\/20:focus {
  border-top-color: rgb(255 250 230 / 0.2);
}

.focus\:border-t-ozc-alt-100\/25:focus {
  border-top-color: rgb(255 250 230 / 0.25);
}

.focus\:border-t-ozc-alt-100\/30:focus {
  border-top-color: rgb(255 250 230 / 0.3);
}

.focus\:border-t-ozc-alt-100\/40:focus {
  border-top-color: rgb(255 250 230 / 0.4);
}

.focus\:border-t-ozc-alt-100\/5:focus {
  border-top-color: rgb(255 250 230 / 0.05);
}

.focus\:border-t-ozc-alt-100\/50:focus {
  border-top-color: rgb(255 250 230 / 0.5);
}

.focus\:border-t-ozc-alt-100\/60:focus {
  border-top-color: rgb(255 250 230 / 0.6);
}

.focus\:border-t-ozc-alt-100\/70:focus {
  border-top-color: rgb(255 250 230 / 0.7);
}

.focus\:border-t-ozc-alt-100\/75:focus {
  border-top-color: rgb(255 250 230 / 0.75);
}

.focus\:border-t-ozc-alt-100\/80:focus {
  border-top-color: rgb(255 250 230 / 0.8);
}

.focus\:border-t-ozc-alt-100\/90:focus {
  border-top-color: rgb(255 250 230 / 0.9);
}

.focus\:border-t-ozc-alt-100\/95:focus {
  border-top-color: rgb(255 250 230 / 0.95);
}

.focus\:border-t-ozc-alt-200:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 242 193 / var(--tw-border-opacity));
}

.focus\:border-t-ozc-alt-200\/0:focus {
  border-top-color: rgb(255 242 193 / 0);
}

.focus\:border-t-ozc-alt-200\/10:focus {
  border-top-color: rgb(255 242 193 / 0.1);
}

.focus\:border-t-ozc-alt-200\/100:focus {
  border-top-color: rgb(255 242 193 / 1);
}

.focus\:border-t-ozc-alt-200\/20:focus {
  border-top-color: rgb(255 242 193 / 0.2);
}

.focus\:border-t-ozc-alt-200\/25:focus {
  border-top-color: rgb(255 242 193 / 0.25);
}

.focus\:border-t-ozc-alt-200\/30:focus {
  border-top-color: rgb(255 242 193 / 0.3);
}

.focus\:border-t-ozc-alt-200\/40:focus {
  border-top-color: rgb(255 242 193 / 0.4);
}

.focus\:border-t-ozc-alt-200\/5:focus {
  border-top-color: rgb(255 242 193 / 0.05);
}

.focus\:border-t-ozc-alt-200\/50:focus {
  border-top-color: rgb(255 242 193 / 0.5);
}

.focus\:border-t-ozc-alt-200\/60:focus {
  border-top-color: rgb(255 242 193 / 0.6);
}

.focus\:border-t-ozc-alt-200\/70:focus {
  border-top-color: rgb(255 242 193 / 0.7);
}

.focus\:border-t-ozc-alt-200\/75:focus {
  border-top-color: rgb(255 242 193 / 0.75);
}

.focus\:border-t-ozc-alt-200\/80:focus {
  border-top-color: rgb(255 242 193 / 0.8);
}

.focus\:border-t-ozc-alt-200\/90:focus {
  border-top-color: rgb(255 242 193 / 0.9);
}

.focus\:border-t-ozc-alt-200\/95:focus {
  border-top-color: rgb(255 242 193 / 0.95);
}

.focus\:border-t-ozc-alt-300:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 235 155 / var(--tw-border-opacity));
}

.focus\:border-t-ozc-alt-300\/0:focus {
  border-top-color: rgb(255 235 155 / 0);
}

.focus\:border-t-ozc-alt-300\/10:focus {
  border-top-color: rgb(255 235 155 / 0.1);
}

.focus\:border-t-ozc-alt-300\/100:focus {
  border-top-color: rgb(255 235 155 / 1);
}

.focus\:border-t-ozc-alt-300\/20:focus {
  border-top-color: rgb(255 235 155 / 0.2);
}

.focus\:border-t-ozc-alt-300\/25:focus {
  border-top-color: rgb(255 235 155 / 0.25);
}

.focus\:border-t-ozc-alt-300\/30:focus {
  border-top-color: rgb(255 235 155 / 0.3);
}

.focus\:border-t-ozc-alt-300\/40:focus {
  border-top-color: rgb(255 235 155 / 0.4);
}

.focus\:border-t-ozc-alt-300\/5:focus {
  border-top-color: rgb(255 235 155 / 0.05);
}

.focus\:border-t-ozc-alt-300\/50:focus {
  border-top-color: rgb(255 235 155 / 0.5);
}

.focus\:border-t-ozc-alt-300\/60:focus {
  border-top-color: rgb(255 235 155 / 0.6);
}

.focus\:border-t-ozc-alt-300\/70:focus {
  border-top-color: rgb(255 235 155 / 0.7);
}

.focus\:border-t-ozc-alt-300\/75:focus {
  border-top-color: rgb(255 235 155 / 0.75);
}

.focus\:border-t-ozc-alt-300\/80:focus {
  border-top-color: rgb(255 235 155 / 0.8);
}

.focus\:border-t-ozc-alt-300\/90:focus {
  border-top-color: rgb(255 235 155 / 0.9);
}

.focus\:border-t-ozc-alt-300\/95:focus {
  border-top-color: rgb(255 235 155 / 0.95);
}

.focus\:border-t-ozc-alt-400:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 219 80 / var(--tw-border-opacity));
}

.focus\:border-t-ozc-alt-400\/0:focus {
  border-top-color: rgb(255 219 80 / 0);
}

.focus\:border-t-ozc-alt-400\/10:focus {
  border-top-color: rgb(255 219 80 / 0.1);
}

.focus\:border-t-ozc-alt-400\/100:focus {
  border-top-color: rgb(255 219 80 / 1);
}

.focus\:border-t-ozc-alt-400\/20:focus {
  border-top-color: rgb(255 219 80 / 0.2);
}

.focus\:border-t-ozc-alt-400\/25:focus {
  border-top-color: rgb(255 219 80 / 0.25);
}

.focus\:border-t-ozc-alt-400\/30:focus {
  border-top-color: rgb(255 219 80 / 0.3);
}

.focus\:border-t-ozc-alt-400\/40:focus {
  border-top-color: rgb(255 219 80 / 0.4);
}

.focus\:border-t-ozc-alt-400\/5:focus {
  border-top-color: rgb(255 219 80 / 0.05);
}

.focus\:border-t-ozc-alt-400\/50:focus {
  border-top-color: rgb(255 219 80 / 0.5);
}

.focus\:border-t-ozc-alt-400\/60:focus {
  border-top-color: rgb(255 219 80 / 0.6);
}

.focus\:border-t-ozc-alt-400\/70:focus {
  border-top-color: rgb(255 219 80 / 0.7);
}

.focus\:border-t-ozc-alt-400\/75:focus {
  border-top-color: rgb(255 219 80 / 0.75);
}

.focus\:border-t-ozc-alt-400\/80:focus {
  border-top-color: rgb(255 219 80 / 0.8);
}

.focus\:border-t-ozc-alt-400\/90:focus {
  border-top-color: rgb(255 219 80 / 0.9);
}

.focus\:border-t-ozc-alt-400\/95:focus {
  border-top-color: rgb(255 219 80 / 0.95);
}

.focus\:border-t-ozc-alt-50:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 252 243 / var(--tw-border-opacity));
}

.focus\:border-t-ozc-alt-50\/0:focus {
  border-top-color: rgb(255 252 243 / 0);
}

.focus\:border-t-ozc-alt-50\/10:focus {
  border-top-color: rgb(255 252 243 / 0.1);
}

.focus\:border-t-ozc-alt-50\/100:focus {
  border-top-color: rgb(255 252 243 / 1);
}

.focus\:border-t-ozc-alt-50\/20:focus {
  border-top-color: rgb(255 252 243 / 0.2);
}

.focus\:border-t-ozc-alt-50\/25:focus {
  border-top-color: rgb(255 252 243 / 0.25);
}

.focus\:border-t-ozc-alt-50\/30:focus {
  border-top-color: rgb(255 252 243 / 0.3);
}

.focus\:border-t-ozc-alt-50\/40:focus {
  border-top-color: rgb(255 252 243 / 0.4);
}

.focus\:border-t-ozc-alt-50\/5:focus {
  border-top-color: rgb(255 252 243 / 0.05);
}

.focus\:border-t-ozc-alt-50\/50:focus {
  border-top-color: rgb(255 252 243 / 0.5);
}

.focus\:border-t-ozc-alt-50\/60:focus {
  border-top-color: rgb(255 252 243 / 0.6);
}

.focus\:border-t-ozc-alt-50\/70:focus {
  border-top-color: rgb(255 252 243 / 0.7);
}

.focus\:border-t-ozc-alt-50\/75:focus {
  border-top-color: rgb(255 252 243 / 0.75);
}

.focus\:border-t-ozc-alt-50\/80:focus {
  border-top-color: rgb(255 252 243 / 0.8);
}

.focus\:border-t-ozc-alt-50\/90:focus {
  border-top-color: rgb(255 252 243 / 0.9);
}

.focus\:border-t-ozc-alt-50\/95:focus {
  border-top-color: rgb(255 252 243 / 0.95);
}

.focus\:border-t-ozc-alt-500:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 204 5 / var(--tw-border-opacity));
}

.focus\:border-t-ozc-alt-500\/0:focus {
  border-top-color: rgb(255 204 5 / 0);
}

.focus\:border-t-ozc-alt-500\/10:focus {
  border-top-color: rgb(255 204 5 / 0.1);
}

.focus\:border-t-ozc-alt-500\/100:focus {
  border-top-color: rgb(255 204 5 / 1);
}

.focus\:border-t-ozc-alt-500\/20:focus {
  border-top-color: rgb(255 204 5 / 0.2);
}

.focus\:border-t-ozc-alt-500\/25:focus {
  border-top-color: rgb(255 204 5 / 0.25);
}

.focus\:border-t-ozc-alt-500\/30:focus {
  border-top-color: rgb(255 204 5 / 0.3);
}

.focus\:border-t-ozc-alt-500\/40:focus {
  border-top-color: rgb(255 204 5 / 0.4);
}

.focus\:border-t-ozc-alt-500\/5:focus {
  border-top-color: rgb(255 204 5 / 0.05);
}

.focus\:border-t-ozc-alt-500\/50:focus {
  border-top-color: rgb(255 204 5 / 0.5);
}

.focus\:border-t-ozc-alt-500\/60:focus {
  border-top-color: rgb(255 204 5 / 0.6);
}

.focus\:border-t-ozc-alt-500\/70:focus {
  border-top-color: rgb(255 204 5 / 0.7);
}

.focus\:border-t-ozc-alt-500\/75:focus {
  border-top-color: rgb(255 204 5 / 0.75);
}

.focus\:border-t-ozc-alt-500\/80:focus {
  border-top-color: rgb(255 204 5 / 0.8);
}

.focus\:border-t-ozc-alt-500\/90:focus {
  border-top-color: rgb(255 204 5 / 0.9);
}

.focus\:border-t-ozc-alt-500\/95:focus {
  border-top-color: rgb(255 204 5 / 0.95);
}

.focus\:border-t-ozc-alt-600:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(230 184 5 / var(--tw-border-opacity));
}

.focus\:border-t-ozc-alt-600\/0:focus {
  border-top-color: rgb(230 184 5 / 0);
}

.focus\:border-t-ozc-alt-600\/10:focus {
  border-top-color: rgb(230 184 5 / 0.1);
}

.focus\:border-t-ozc-alt-600\/100:focus {
  border-top-color: rgb(230 184 5 / 1);
}

.focus\:border-t-ozc-alt-600\/20:focus {
  border-top-color: rgb(230 184 5 / 0.2);
}

.focus\:border-t-ozc-alt-600\/25:focus {
  border-top-color: rgb(230 184 5 / 0.25);
}

.focus\:border-t-ozc-alt-600\/30:focus {
  border-top-color: rgb(230 184 5 / 0.3);
}

.focus\:border-t-ozc-alt-600\/40:focus {
  border-top-color: rgb(230 184 5 / 0.4);
}

.focus\:border-t-ozc-alt-600\/5:focus {
  border-top-color: rgb(230 184 5 / 0.05);
}

.focus\:border-t-ozc-alt-600\/50:focus {
  border-top-color: rgb(230 184 5 / 0.5);
}

.focus\:border-t-ozc-alt-600\/60:focus {
  border-top-color: rgb(230 184 5 / 0.6);
}

.focus\:border-t-ozc-alt-600\/70:focus {
  border-top-color: rgb(230 184 5 / 0.7);
}

.focus\:border-t-ozc-alt-600\/75:focus {
  border-top-color: rgb(230 184 5 / 0.75);
}

.focus\:border-t-ozc-alt-600\/80:focus {
  border-top-color: rgb(230 184 5 / 0.8);
}

.focus\:border-t-ozc-alt-600\/90:focus {
  border-top-color: rgb(230 184 5 / 0.9);
}

.focus\:border-t-ozc-alt-600\/95:focus {
  border-top-color: rgb(230 184 5 / 0.95);
}

.focus\:border-t-ozc-alt-700:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(153 122 3 / var(--tw-border-opacity));
}

.focus\:border-t-ozc-alt-700\/0:focus {
  border-top-color: rgb(153 122 3 / 0);
}

.focus\:border-t-ozc-alt-700\/10:focus {
  border-top-color: rgb(153 122 3 / 0.1);
}

.focus\:border-t-ozc-alt-700\/100:focus {
  border-top-color: rgb(153 122 3 / 1);
}

.focus\:border-t-ozc-alt-700\/20:focus {
  border-top-color: rgb(153 122 3 / 0.2);
}

.focus\:border-t-ozc-alt-700\/25:focus {
  border-top-color: rgb(153 122 3 / 0.25);
}

.focus\:border-t-ozc-alt-700\/30:focus {
  border-top-color: rgb(153 122 3 / 0.3);
}

.focus\:border-t-ozc-alt-700\/40:focus {
  border-top-color: rgb(153 122 3 / 0.4);
}

.focus\:border-t-ozc-alt-700\/5:focus {
  border-top-color: rgb(153 122 3 / 0.05);
}

.focus\:border-t-ozc-alt-700\/50:focus {
  border-top-color: rgb(153 122 3 / 0.5);
}

.focus\:border-t-ozc-alt-700\/60:focus {
  border-top-color: rgb(153 122 3 / 0.6);
}

.focus\:border-t-ozc-alt-700\/70:focus {
  border-top-color: rgb(153 122 3 / 0.7);
}

.focus\:border-t-ozc-alt-700\/75:focus {
  border-top-color: rgb(153 122 3 / 0.75);
}

.focus\:border-t-ozc-alt-700\/80:focus {
  border-top-color: rgb(153 122 3 / 0.8);
}

.focus\:border-t-ozc-alt-700\/90:focus {
  border-top-color: rgb(153 122 3 / 0.9);
}

.focus\:border-t-ozc-alt-700\/95:focus {
  border-top-color: rgb(153 122 3 / 0.95);
}

.focus\:border-t-ozc-alt-800:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(115 92 2 / var(--tw-border-opacity));
}

.focus\:border-t-ozc-alt-800\/0:focus {
  border-top-color: rgb(115 92 2 / 0);
}

.focus\:border-t-ozc-alt-800\/10:focus {
  border-top-color: rgb(115 92 2 / 0.1);
}

.focus\:border-t-ozc-alt-800\/100:focus {
  border-top-color: rgb(115 92 2 / 1);
}

.focus\:border-t-ozc-alt-800\/20:focus {
  border-top-color: rgb(115 92 2 / 0.2);
}

.focus\:border-t-ozc-alt-800\/25:focus {
  border-top-color: rgb(115 92 2 / 0.25);
}

.focus\:border-t-ozc-alt-800\/30:focus {
  border-top-color: rgb(115 92 2 / 0.3);
}

.focus\:border-t-ozc-alt-800\/40:focus {
  border-top-color: rgb(115 92 2 / 0.4);
}

.focus\:border-t-ozc-alt-800\/5:focus {
  border-top-color: rgb(115 92 2 / 0.05);
}

.focus\:border-t-ozc-alt-800\/50:focus {
  border-top-color: rgb(115 92 2 / 0.5);
}

.focus\:border-t-ozc-alt-800\/60:focus {
  border-top-color: rgb(115 92 2 / 0.6);
}

.focus\:border-t-ozc-alt-800\/70:focus {
  border-top-color: rgb(115 92 2 / 0.7);
}

.focus\:border-t-ozc-alt-800\/75:focus {
  border-top-color: rgb(115 92 2 / 0.75);
}

.focus\:border-t-ozc-alt-800\/80:focus {
  border-top-color: rgb(115 92 2 / 0.8);
}

.focus\:border-t-ozc-alt-800\/90:focus {
  border-top-color: rgb(115 92 2 / 0.9);
}

.focus\:border-t-ozc-alt-800\/95:focus {
  border-top-color: rgb(115 92 2 / 0.95);
}

.focus\:border-t-ozc-alt-900:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.focus\:border-t-ozc-alt-900\/0:focus {
  border-top-color: rgb(42 45 51 / 0);
}

.focus\:border-t-ozc-alt-900\/10:focus {
  border-top-color: rgb(42 45 51 / 0.1);
}

.focus\:border-t-ozc-alt-900\/100:focus {
  border-top-color: rgb(42 45 51 / 1);
}

.focus\:border-t-ozc-alt-900\/20:focus {
  border-top-color: rgb(42 45 51 / 0.2);
}

.focus\:border-t-ozc-alt-900\/25:focus {
  border-top-color: rgb(42 45 51 / 0.25);
}

.focus\:border-t-ozc-alt-900\/30:focus {
  border-top-color: rgb(42 45 51 / 0.3);
}

.focus\:border-t-ozc-alt-900\/40:focus {
  border-top-color: rgb(42 45 51 / 0.4);
}

.focus\:border-t-ozc-alt-900\/5:focus {
  border-top-color: rgb(42 45 51 / 0.05);
}

.focus\:border-t-ozc-alt-900\/50:focus {
  border-top-color: rgb(42 45 51 / 0.5);
}

.focus\:border-t-ozc-alt-900\/60:focus {
  border-top-color: rgb(42 45 51 / 0.6);
}

.focus\:border-t-ozc-alt-900\/70:focus {
  border-top-color: rgb(42 45 51 / 0.7);
}

.focus\:border-t-ozc-alt-900\/75:focus {
  border-top-color: rgb(42 45 51 / 0.75);
}

.focus\:border-t-ozc-alt-900\/80:focus {
  border-top-color: rgb(42 45 51 / 0.8);
}

.focus\:border-t-ozc-alt-900\/90:focus {
  border-top-color: rgb(42 45 51 / 0.9);
}

.focus\:border-t-ozc-alt-900\/95:focus {
  border-top-color: rgb(42 45 51 / 0.95);
}

.focus\:border-t-pink-100:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(252 231 243 / var(--tw-border-opacity));
}

.focus\:border-t-pink-100\/0:focus {
  border-top-color: rgb(252 231 243 / 0);
}

.focus\:border-t-pink-100\/10:focus {
  border-top-color: rgb(252 231 243 / 0.1);
}

.focus\:border-t-pink-100\/100:focus {
  border-top-color: rgb(252 231 243 / 1);
}

.focus\:border-t-pink-100\/20:focus {
  border-top-color: rgb(252 231 243 / 0.2);
}

.focus\:border-t-pink-100\/25:focus {
  border-top-color: rgb(252 231 243 / 0.25);
}

.focus\:border-t-pink-100\/30:focus {
  border-top-color: rgb(252 231 243 / 0.3);
}

.focus\:border-t-pink-100\/40:focus {
  border-top-color: rgb(252 231 243 / 0.4);
}

.focus\:border-t-pink-100\/5:focus {
  border-top-color: rgb(252 231 243 / 0.05);
}

.focus\:border-t-pink-100\/50:focus {
  border-top-color: rgb(252 231 243 / 0.5);
}

.focus\:border-t-pink-100\/60:focus {
  border-top-color: rgb(252 231 243 / 0.6);
}

.focus\:border-t-pink-100\/70:focus {
  border-top-color: rgb(252 231 243 / 0.7);
}

.focus\:border-t-pink-100\/75:focus {
  border-top-color: rgb(252 231 243 / 0.75);
}

.focus\:border-t-pink-100\/80:focus {
  border-top-color: rgb(252 231 243 / 0.8);
}

.focus\:border-t-pink-100\/90:focus {
  border-top-color: rgb(252 231 243 / 0.9);
}

.focus\:border-t-pink-100\/95:focus {
  border-top-color: rgb(252 231 243 / 0.95);
}

.focus\:border-t-pink-200:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(251 207 232 / var(--tw-border-opacity));
}

.focus\:border-t-pink-200\/0:focus {
  border-top-color: rgb(251 207 232 / 0);
}

.focus\:border-t-pink-200\/10:focus {
  border-top-color: rgb(251 207 232 / 0.1);
}

.focus\:border-t-pink-200\/100:focus {
  border-top-color: rgb(251 207 232 / 1);
}

.focus\:border-t-pink-200\/20:focus {
  border-top-color: rgb(251 207 232 / 0.2);
}

.focus\:border-t-pink-200\/25:focus {
  border-top-color: rgb(251 207 232 / 0.25);
}

.focus\:border-t-pink-200\/30:focus {
  border-top-color: rgb(251 207 232 / 0.3);
}

.focus\:border-t-pink-200\/40:focus {
  border-top-color: rgb(251 207 232 / 0.4);
}

.focus\:border-t-pink-200\/5:focus {
  border-top-color: rgb(251 207 232 / 0.05);
}

.focus\:border-t-pink-200\/50:focus {
  border-top-color: rgb(251 207 232 / 0.5);
}

.focus\:border-t-pink-200\/60:focus {
  border-top-color: rgb(251 207 232 / 0.6);
}

.focus\:border-t-pink-200\/70:focus {
  border-top-color: rgb(251 207 232 / 0.7);
}

.focus\:border-t-pink-200\/75:focus {
  border-top-color: rgb(251 207 232 / 0.75);
}

.focus\:border-t-pink-200\/80:focus {
  border-top-color: rgb(251 207 232 / 0.8);
}

.focus\:border-t-pink-200\/90:focus {
  border-top-color: rgb(251 207 232 / 0.9);
}

.focus\:border-t-pink-200\/95:focus {
  border-top-color: rgb(251 207 232 / 0.95);
}

.focus\:border-t-pink-300:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 168 212 / var(--tw-border-opacity));
}

.focus\:border-t-pink-300\/0:focus {
  border-top-color: rgb(249 168 212 / 0);
}

.focus\:border-t-pink-300\/10:focus {
  border-top-color: rgb(249 168 212 / 0.1);
}

.focus\:border-t-pink-300\/100:focus {
  border-top-color: rgb(249 168 212 / 1);
}

.focus\:border-t-pink-300\/20:focus {
  border-top-color: rgb(249 168 212 / 0.2);
}

.focus\:border-t-pink-300\/25:focus {
  border-top-color: rgb(249 168 212 / 0.25);
}

.focus\:border-t-pink-300\/30:focus {
  border-top-color: rgb(249 168 212 / 0.3);
}

.focus\:border-t-pink-300\/40:focus {
  border-top-color: rgb(249 168 212 / 0.4);
}

.focus\:border-t-pink-300\/5:focus {
  border-top-color: rgb(249 168 212 / 0.05);
}

.focus\:border-t-pink-300\/50:focus {
  border-top-color: rgb(249 168 212 / 0.5);
}

.focus\:border-t-pink-300\/60:focus {
  border-top-color: rgb(249 168 212 / 0.6);
}

.focus\:border-t-pink-300\/70:focus {
  border-top-color: rgb(249 168 212 / 0.7);
}

.focus\:border-t-pink-300\/75:focus {
  border-top-color: rgb(249 168 212 / 0.75);
}

.focus\:border-t-pink-300\/80:focus {
  border-top-color: rgb(249 168 212 / 0.8);
}

.focus\:border-t-pink-300\/90:focus {
  border-top-color: rgb(249 168 212 / 0.9);
}

.focus\:border-t-pink-300\/95:focus {
  border-top-color: rgb(249 168 212 / 0.95);
}

.focus\:border-t-pink-400:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(244 114 182 / var(--tw-border-opacity));
}

.focus\:border-t-pink-400\/0:focus {
  border-top-color: rgb(244 114 182 / 0);
}

.focus\:border-t-pink-400\/10:focus {
  border-top-color: rgb(244 114 182 / 0.1);
}

.focus\:border-t-pink-400\/100:focus {
  border-top-color: rgb(244 114 182 / 1);
}

.focus\:border-t-pink-400\/20:focus {
  border-top-color: rgb(244 114 182 / 0.2);
}

.focus\:border-t-pink-400\/25:focus {
  border-top-color: rgb(244 114 182 / 0.25);
}

.focus\:border-t-pink-400\/30:focus {
  border-top-color: rgb(244 114 182 / 0.3);
}

.focus\:border-t-pink-400\/40:focus {
  border-top-color: rgb(244 114 182 / 0.4);
}

.focus\:border-t-pink-400\/5:focus {
  border-top-color: rgb(244 114 182 / 0.05);
}

.focus\:border-t-pink-400\/50:focus {
  border-top-color: rgb(244 114 182 / 0.5);
}

.focus\:border-t-pink-400\/60:focus {
  border-top-color: rgb(244 114 182 / 0.6);
}

.focus\:border-t-pink-400\/70:focus {
  border-top-color: rgb(244 114 182 / 0.7);
}

.focus\:border-t-pink-400\/75:focus {
  border-top-color: rgb(244 114 182 / 0.75);
}

.focus\:border-t-pink-400\/80:focus {
  border-top-color: rgb(244 114 182 / 0.8);
}

.focus\:border-t-pink-400\/90:focus {
  border-top-color: rgb(244 114 182 / 0.9);
}

.focus\:border-t-pink-400\/95:focus {
  border-top-color: rgb(244 114 182 / 0.95);
}

.focus\:border-t-pink-50:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 242 248 / var(--tw-border-opacity));
}

.focus\:border-t-pink-50\/0:focus {
  border-top-color: rgb(253 242 248 / 0);
}

.focus\:border-t-pink-50\/10:focus {
  border-top-color: rgb(253 242 248 / 0.1);
}

.focus\:border-t-pink-50\/100:focus {
  border-top-color: rgb(253 242 248 / 1);
}

.focus\:border-t-pink-50\/20:focus {
  border-top-color: rgb(253 242 248 / 0.2);
}

.focus\:border-t-pink-50\/25:focus {
  border-top-color: rgb(253 242 248 / 0.25);
}

.focus\:border-t-pink-50\/30:focus {
  border-top-color: rgb(253 242 248 / 0.3);
}

.focus\:border-t-pink-50\/40:focus {
  border-top-color: rgb(253 242 248 / 0.4);
}

.focus\:border-t-pink-50\/5:focus {
  border-top-color: rgb(253 242 248 / 0.05);
}

.focus\:border-t-pink-50\/50:focus {
  border-top-color: rgb(253 242 248 / 0.5);
}

.focus\:border-t-pink-50\/60:focus {
  border-top-color: rgb(253 242 248 / 0.6);
}

.focus\:border-t-pink-50\/70:focus {
  border-top-color: rgb(253 242 248 / 0.7);
}

.focus\:border-t-pink-50\/75:focus {
  border-top-color: rgb(253 242 248 / 0.75);
}

.focus\:border-t-pink-50\/80:focus {
  border-top-color: rgb(253 242 248 / 0.8);
}

.focus\:border-t-pink-50\/90:focus {
  border-top-color: rgb(253 242 248 / 0.9);
}

.focus\:border-t-pink-50\/95:focus {
  border-top-color: rgb(253 242 248 / 0.95);
}

.focus\:border-t-pink-500:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(236 72 153 / var(--tw-border-opacity));
}

.focus\:border-t-pink-500\/0:focus {
  border-top-color: rgb(236 72 153 / 0);
}

.focus\:border-t-pink-500\/10:focus {
  border-top-color: rgb(236 72 153 / 0.1);
}

.focus\:border-t-pink-500\/100:focus {
  border-top-color: rgb(236 72 153 / 1);
}

.focus\:border-t-pink-500\/20:focus {
  border-top-color: rgb(236 72 153 / 0.2);
}

.focus\:border-t-pink-500\/25:focus {
  border-top-color: rgb(236 72 153 / 0.25);
}

.focus\:border-t-pink-500\/30:focus {
  border-top-color: rgb(236 72 153 / 0.3);
}

.focus\:border-t-pink-500\/40:focus {
  border-top-color: rgb(236 72 153 / 0.4);
}

.focus\:border-t-pink-500\/5:focus {
  border-top-color: rgb(236 72 153 / 0.05);
}

.focus\:border-t-pink-500\/50:focus {
  border-top-color: rgb(236 72 153 / 0.5);
}

.focus\:border-t-pink-500\/60:focus {
  border-top-color: rgb(236 72 153 / 0.6);
}

.focus\:border-t-pink-500\/70:focus {
  border-top-color: rgb(236 72 153 / 0.7);
}

.focus\:border-t-pink-500\/75:focus {
  border-top-color: rgb(236 72 153 / 0.75);
}

.focus\:border-t-pink-500\/80:focus {
  border-top-color: rgb(236 72 153 / 0.8);
}

.focus\:border-t-pink-500\/90:focus {
  border-top-color: rgb(236 72 153 / 0.9);
}

.focus\:border-t-pink-500\/95:focus {
  border-top-color: rgb(236 72 153 / 0.95);
}

.focus\:border-t-pink-600:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(219 39 119 / var(--tw-border-opacity));
}

.focus\:border-t-pink-600\/0:focus {
  border-top-color: rgb(219 39 119 / 0);
}

.focus\:border-t-pink-600\/10:focus {
  border-top-color: rgb(219 39 119 / 0.1);
}

.focus\:border-t-pink-600\/100:focus {
  border-top-color: rgb(219 39 119 / 1);
}

.focus\:border-t-pink-600\/20:focus {
  border-top-color: rgb(219 39 119 / 0.2);
}

.focus\:border-t-pink-600\/25:focus {
  border-top-color: rgb(219 39 119 / 0.25);
}

.focus\:border-t-pink-600\/30:focus {
  border-top-color: rgb(219 39 119 / 0.3);
}

.focus\:border-t-pink-600\/40:focus {
  border-top-color: rgb(219 39 119 / 0.4);
}

.focus\:border-t-pink-600\/5:focus {
  border-top-color: rgb(219 39 119 / 0.05);
}

.focus\:border-t-pink-600\/50:focus {
  border-top-color: rgb(219 39 119 / 0.5);
}

.focus\:border-t-pink-600\/60:focus {
  border-top-color: rgb(219 39 119 / 0.6);
}

.focus\:border-t-pink-600\/70:focus {
  border-top-color: rgb(219 39 119 / 0.7);
}

.focus\:border-t-pink-600\/75:focus {
  border-top-color: rgb(219 39 119 / 0.75);
}

.focus\:border-t-pink-600\/80:focus {
  border-top-color: rgb(219 39 119 / 0.8);
}

.focus\:border-t-pink-600\/90:focus {
  border-top-color: rgb(219 39 119 / 0.9);
}

.focus\:border-t-pink-600\/95:focus {
  border-top-color: rgb(219 39 119 / 0.95);
}

.focus\:border-t-pink-700:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(190 24 93 / var(--tw-border-opacity));
}

.focus\:border-t-pink-700\/0:focus {
  border-top-color: rgb(190 24 93 / 0);
}

.focus\:border-t-pink-700\/10:focus {
  border-top-color: rgb(190 24 93 / 0.1);
}

.focus\:border-t-pink-700\/100:focus {
  border-top-color: rgb(190 24 93 / 1);
}

.focus\:border-t-pink-700\/20:focus {
  border-top-color: rgb(190 24 93 / 0.2);
}

.focus\:border-t-pink-700\/25:focus {
  border-top-color: rgb(190 24 93 / 0.25);
}

.focus\:border-t-pink-700\/30:focus {
  border-top-color: rgb(190 24 93 / 0.3);
}

.focus\:border-t-pink-700\/40:focus {
  border-top-color: rgb(190 24 93 / 0.4);
}

.focus\:border-t-pink-700\/5:focus {
  border-top-color: rgb(190 24 93 / 0.05);
}

.focus\:border-t-pink-700\/50:focus {
  border-top-color: rgb(190 24 93 / 0.5);
}

.focus\:border-t-pink-700\/60:focus {
  border-top-color: rgb(190 24 93 / 0.6);
}

.focus\:border-t-pink-700\/70:focus {
  border-top-color: rgb(190 24 93 / 0.7);
}

.focus\:border-t-pink-700\/75:focus {
  border-top-color: rgb(190 24 93 / 0.75);
}

.focus\:border-t-pink-700\/80:focus {
  border-top-color: rgb(190 24 93 / 0.8);
}

.focus\:border-t-pink-700\/90:focus {
  border-top-color: rgb(190 24 93 / 0.9);
}

.focus\:border-t-pink-700\/95:focus {
  border-top-color: rgb(190 24 93 / 0.95);
}

.focus\:border-t-pink-800:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(157 23 77 / var(--tw-border-opacity));
}

.focus\:border-t-pink-800\/0:focus {
  border-top-color: rgb(157 23 77 / 0);
}

.focus\:border-t-pink-800\/10:focus {
  border-top-color: rgb(157 23 77 / 0.1);
}

.focus\:border-t-pink-800\/100:focus {
  border-top-color: rgb(157 23 77 / 1);
}

.focus\:border-t-pink-800\/20:focus {
  border-top-color: rgb(157 23 77 / 0.2);
}

.focus\:border-t-pink-800\/25:focus {
  border-top-color: rgb(157 23 77 / 0.25);
}

.focus\:border-t-pink-800\/30:focus {
  border-top-color: rgb(157 23 77 / 0.3);
}

.focus\:border-t-pink-800\/40:focus {
  border-top-color: rgb(157 23 77 / 0.4);
}

.focus\:border-t-pink-800\/5:focus {
  border-top-color: rgb(157 23 77 / 0.05);
}

.focus\:border-t-pink-800\/50:focus {
  border-top-color: rgb(157 23 77 / 0.5);
}

.focus\:border-t-pink-800\/60:focus {
  border-top-color: rgb(157 23 77 / 0.6);
}

.focus\:border-t-pink-800\/70:focus {
  border-top-color: rgb(157 23 77 / 0.7);
}

.focus\:border-t-pink-800\/75:focus {
  border-top-color: rgb(157 23 77 / 0.75);
}

.focus\:border-t-pink-800\/80:focus {
  border-top-color: rgb(157 23 77 / 0.8);
}

.focus\:border-t-pink-800\/90:focus {
  border-top-color: rgb(157 23 77 / 0.9);
}

.focus\:border-t-pink-800\/95:focus {
  border-top-color: rgb(157 23 77 / 0.95);
}

.focus\:border-t-pink-900:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(131 24 67 / var(--tw-border-opacity));
}

.focus\:border-t-pink-900\/0:focus {
  border-top-color: rgb(131 24 67 / 0);
}

.focus\:border-t-pink-900\/10:focus {
  border-top-color: rgb(131 24 67 / 0.1);
}

.focus\:border-t-pink-900\/100:focus {
  border-top-color: rgb(131 24 67 / 1);
}

.focus\:border-t-pink-900\/20:focus {
  border-top-color: rgb(131 24 67 / 0.2);
}

.focus\:border-t-pink-900\/25:focus {
  border-top-color: rgb(131 24 67 / 0.25);
}

.focus\:border-t-pink-900\/30:focus {
  border-top-color: rgb(131 24 67 / 0.3);
}

.focus\:border-t-pink-900\/40:focus {
  border-top-color: rgb(131 24 67 / 0.4);
}

.focus\:border-t-pink-900\/5:focus {
  border-top-color: rgb(131 24 67 / 0.05);
}

.focus\:border-t-pink-900\/50:focus {
  border-top-color: rgb(131 24 67 / 0.5);
}

.focus\:border-t-pink-900\/60:focus {
  border-top-color: rgb(131 24 67 / 0.6);
}

.focus\:border-t-pink-900\/70:focus {
  border-top-color: rgb(131 24 67 / 0.7);
}

.focus\:border-t-pink-900\/75:focus {
  border-top-color: rgb(131 24 67 / 0.75);
}

.focus\:border-t-pink-900\/80:focus {
  border-top-color: rgb(131 24 67 / 0.8);
}

.focus\:border-t-pink-900\/90:focus {
  border-top-color: rgb(131 24 67 / 0.9);
}

.focus\:border-t-pink-900\/95:focus {
  border-top-color: rgb(131 24 67 / 0.95);
}

.focus\:border-t-pink-950:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(80 7 36 / var(--tw-border-opacity));
}

.focus\:border-t-pink-950\/0:focus {
  border-top-color: rgb(80 7 36 / 0);
}

.focus\:border-t-pink-950\/10:focus {
  border-top-color: rgb(80 7 36 / 0.1);
}

.focus\:border-t-pink-950\/100:focus {
  border-top-color: rgb(80 7 36 / 1);
}

.focus\:border-t-pink-950\/20:focus {
  border-top-color: rgb(80 7 36 / 0.2);
}

.focus\:border-t-pink-950\/25:focus {
  border-top-color: rgb(80 7 36 / 0.25);
}

.focus\:border-t-pink-950\/30:focus {
  border-top-color: rgb(80 7 36 / 0.3);
}

.focus\:border-t-pink-950\/40:focus {
  border-top-color: rgb(80 7 36 / 0.4);
}

.focus\:border-t-pink-950\/5:focus {
  border-top-color: rgb(80 7 36 / 0.05);
}

.focus\:border-t-pink-950\/50:focus {
  border-top-color: rgb(80 7 36 / 0.5);
}

.focus\:border-t-pink-950\/60:focus {
  border-top-color: rgb(80 7 36 / 0.6);
}

.focus\:border-t-pink-950\/70:focus {
  border-top-color: rgb(80 7 36 / 0.7);
}

.focus\:border-t-pink-950\/75:focus {
  border-top-color: rgb(80 7 36 / 0.75);
}

.focus\:border-t-pink-950\/80:focus {
  border-top-color: rgb(80 7 36 / 0.8);
}

.focus\:border-t-pink-950\/90:focus {
  border-top-color: rgb(80 7 36 / 0.9);
}

.focus\:border-t-pink-950\/95:focus {
  border-top-color: rgb(80 7 36 / 0.95);
}

.focus\:border-t-purple-100:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(243 232 255 / var(--tw-border-opacity));
}

.focus\:border-t-purple-100\/0:focus {
  border-top-color: rgb(243 232 255 / 0);
}

.focus\:border-t-purple-100\/10:focus {
  border-top-color: rgb(243 232 255 / 0.1);
}

.focus\:border-t-purple-100\/100:focus {
  border-top-color: rgb(243 232 255 / 1);
}

.focus\:border-t-purple-100\/20:focus {
  border-top-color: rgb(243 232 255 / 0.2);
}

.focus\:border-t-purple-100\/25:focus {
  border-top-color: rgb(243 232 255 / 0.25);
}

.focus\:border-t-purple-100\/30:focus {
  border-top-color: rgb(243 232 255 / 0.3);
}

.focus\:border-t-purple-100\/40:focus {
  border-top-color: rgb(243 232 255 / 0.4);
}

.focus\:border-t-purple-100\/5:focus {
  border-top-color: rgb(243 232 255 / 0.05);
}

.focus\:border-t-purple-100\/50:focus {
  border-top-color: rgb(243 232 255 / 0.5);
}

.focus\:border-t-purple-100\/60:focus {
  border-top-color: rgb(243 232 255 / 0.6);
}

.focus\:border-t-purple-100\/70:focus {
  border-top-color: rgb(243 232 255 / 0.7);
}

.focus\:border-t-purple-100\/75:focus {
  border-top-color: rgb(243 232 255 / 0.75);
}

.focus\:border-t-purple-100\/80:focus {
  border-top-color: rgb(243 232 255 / 0.8);
}

.focus\:border-t-purple-100\/90:focus {
  border-top-color: rgb(243 232 255 / 0.9);
}

.focus\:border-t-purple-100\/95:focus {
  border-top-color: rgb(243 232 255 / 0.95);
}

.focus\:border-t-purple-200:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(233 213 255 / var(--tw-border-opacity));
}

.focus\:border-t-purple-200\/0:focus {
  border-top-color: rgb(233 213 255 / 0);
}

.focus\:border-t-purple-200\/10:focus {
  border-top-color: rgb(233 213 255 / 0.1);
}

.focus\:border-t-purple-200\/100:focus {
  border-top-color: rgb(233 213 255 / 1);
}

.focus\:border-t-purple-200\/20:focus {
  border-top-color: rgb(233 213 255 / 0.2);
}

.focus\:border-t-purple-200\/25:focus {
  border-top-color: rgb(233 213 255 / 0.25);
}

.focus\:border-t-purple-200\/30:focus {
  border-top-color: rgb(233 213 255 / 0.3);
}

.focus\:border-t-purple-200\/40:focus {
  border-top-color: rgb(233 213 255 / 0.4);
}

.focus\:border-t-purple-200\/5:focus {
  border-top-color: rgb(233 213 255 / 0.05);
}

.focus\:border-t-purple-200\/50:focus {
  border-top-color: rgb(233 213 255 / 0.5);
}

.focus\:border-t-purple-200\/60:focus {
  border-top-color: rgb(233 213 255 / 0.6);
}

.focus\:border-t-purple-200\/70:focus {
  border-top-color: rgb(233 213 255 / 0.7);
}

.focus\:border-t-purple-200\/75:focus {
  border-top-color: rgb(233 213 255 / 0.75);
}

.focus\:border-t-purple-200\/80:focus {
  border-top-color: rgb(233 213 255 / 0.8);
}

.focus\:border-t-purple-200\/90:focus {
  border-top-color: rgb(233 213 255 / 0.9);
}

.focus\:border-t-purple-200\/95:focus {
  border-top-color: rgb(233 213 255 / 0.95);
}

.focus\:border-t-purple-300:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(216 180 254 / var(--tw-border-opacity));
}

.focus\:border-t-purple-300\/0:focus {
  border-top-color: rgb(216 180 254 / 0);
}

.focus\:border-t-purple-300\/10:focus {
  border-top-color: rgb(216 180 254 / 0.1);
}

.focus\:border-t-purple-300\/100:focus {
  border-top-color: rgb(216 180 254 / 1);
}

.focus\:border-t-purple-300\/20:focus {
  border-top-color: rgb(216 180 254 / 0.2);
}

.focus\:border-t-purple-300\/25:focus {
  border-top-color: rgb(216 180 254 / 0.25);
}

.focus\:border-t-purple-300\/30:focus {
  border-top-color: rgb(216 180 254 / 0.3);
}

.focus\:border-t-purple-300\/40:focus {
  border-top-color: rgb(216 180 254 / 0.4);
}

.focus\:border-t-purple-300\/5:focus {
  border-top-color: rgb(216 180 254 / 0.05);
}

.focus\:border-t-purple-300\/50:focus {
  border-top-color: rgb(216 180 254 / 0.5);
}

.focus\:border-t-purple-300\/60:focus {
  border-top-color: rgb(216 180 254 / 0.6);
}

.focus\:border-t-purple-300\/70:focus {
  border-top-color: rgb(216 180 254 / 0.7);
}

.focus\:border-t-purple-300\/75:focus {
  border-top-color: rgb(216 180 254 / 0.75);
}

.focus\:border-t-purple-300\/80:focus {
  border-top-color: rgb(216 180 254 / 0.8);
}

.focus\:border-t-purple-300\/90:focus {
  border-top-color: rgb(216 180 254 / 0.9);
}

.focus\:border-t-purple-300\/95:focus {
  border-top-color: rgb(216 180 254 / 0.95);
}

.focus\:border-t-purple-400:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(192 132 252 / var(--tw-border-opacity));
}

.focus\:border-t-purple-400\/0:focus {
  border-top-color: rgb(192 132 252 / 0);
}

.focus\:border-t-purple-400\/10:focus {
  border-top-color: rgb(192 132 252 / 0.1);
}

.focus\:border-t-purple-400\/100:focus {
  border-top-color: rgb(192 132 252 / 1);
}

.focus\:border-t-purple-400\/20:focus {
  border-top-color: rgb(192 132 252 / 0.2);
}

.focus\:border-t-purple-400\/25:focus {
  border-top-color: rgb(192 132 252 / 0.25);
}

.focus\:border-t-purple-400\/30:focus {
  border-top-color: rgb(192 132 252 / 0.3);
}

.focus\:border-t-purple-400\/40:focus {
  border-top-color: rgb(192 132 252 / 0.4);
}

.focus\:border-t-purple-400\/5:focus {
  border-top-color: rgb(192 132 252 / 0.05);
}

.focus\:border-t-purple-400\/50:focus {
  border-top-color: rgb(192 132 252 / 0.5);
}

.focus\:border-t-purple-400\/60:focus {
  border-top-color: rgb(192 132 252 / 0.6);
}

.focus\:border-t-purple-400\/70:focus {
  border-top-color: rgb(192 132 252 / 0.7);
}

.focus\:border-t-purple-400\/75:focus {
  border-top-color: rgb(192 132 252 / 0.75);
}

.focus\:border-t-purple-400\/80:focus {
  border-top-color: rgb(192 132 252 / 0.8);
}

.focus\:border-t-purple-400\/90:focus {
  border-top-color: rgb(192 132 252 / 0.9);
}

.focus\:border-t-purple-400\/95:focus {
  border-top-color: rgb(192 132 252 / 0.95);
}

.focus\:border-t-purple-50:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 245 255 / var(--tw-border-opacity));
}

.focus\:border-t-purple-50\/0:focus {
  border-top-color: rgb(250 245 255 / 0);
}

.focus\:border-t-purple-50\/10:focus {
  border-top-color: rgb(250 245 255 / 0.1);
}

.focus\:border-t-purple-50\/100:focus {
  border-top-color: rgb(250 245 255 / 1);
}

.focus\:border-t-purple-50\/20:focus {
  border-top-color: rgb(250 245 255 / 0.2);
}

.focus\:border-t-purple-50\/25:focus {
  border-top-color: rgb(250 245 255 / 0.25);
}

.focus\:border-t-purple-50\/30:focus {
  border-top-color: rgb(250 245 255 / 0.3);
}

.focus\:border-t-purple-50\/40:focus {
  border-top-color: rgb(250 245 255 / 0.4);
}

.focus\:border-t-purple-50\/5:focus {
  border-top-color: rgb(250 245 255 / 0.05);
}

.focus\:border-t-purple-50\/50:focus {
  border-top-color: rgb(250 245 255 / 0.5);
}

.focus\:border-t-purple-50\/60:focus {
  border-top-color: rgb(250 245 255 / 0.6);
}

.focus\:border-t-purple-50\/70:focus {
  border-top-color: rgb(250 245 255 / 0.7);
}

.focus\:border-t-purple-50\/75:focus {
  border-top-color: rgb(250 245 255 / 0.75);
}

.focus\:border-t-purple-50\/80:focus {
  border-top-color: rgb(250 245 255 / 0.8);
}

.focus\:border-t-purple-50\/90:focus {
  border-top-color: rgb(250 245 255 / 0.9);
}

.focus\:border-t-purple-50\/95:focus {
  border-top-color: rgb(250 245 255 / 0.95);
}

.focus\:border-t-purple-500:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(168 85 247 / var(--tw-border-opacity));
}

.focus\:border-t-purple-500\/0:focus {
  border-top-color: rgb(168 85 247 / 0);
}

.focus\:border-t-purple-500\/10:focus {
  border-top-color: rgb(168 85 247 / 0.1);
}

.focus\:border-t-purple-500\/100:focus {
  border-top-color: rgb(168 85 247 / 1);
}

.focus\:border-t-purple-500\/20:focus {
  border-top-color: rgb(168 85 247 / 0.2);
}

.focus\:border-t-purple-500\/25:focus {
  border-top-color: rgb(168 85 247 / 0.25);
}

.focus\:border-t-purple-500\/30:focus {
  border-top-color: rgb(168 85 247 / 0.3);
}

.focus\:border-t-purple-500\/40:focus {
  border-top-color: rgb(168 85 247 / 0.4);
}

.focus\:border-t-purple-500\/5:focus {
  border-top-color: rgb(168 85 247 / 0.05);
}

.focus\:border-t-purple-500\/50:focus {
  border-top-color: rgb(168 85 247 / 0.5);
}

.focus\:border-t-purple-500\/60:focus {
  border-top-color: rgb(168 85 247 / 0.6);
}

.focus\:border-t-purple-500\/70:focus {
  border-top-color: rgb(168 85 247 / 0.7);
}

.focus\:border-t-purple-500\/75:focus {
  border-top-color: rgb(168 85 247 / 0.75);
}

.focus\:border-t-purple-500\/80:focus {
  border-top-color: rgb(168 85 247 / 0.8);
}

.focus\:border-t-purple-500\/90:focus {
  border-top-color: rgb(168 85 247 / 0.9);
}

.focus\:border-t-purple-500\/95:focus {
  border-top-color: rgb(168 85 247 / 0.95);
}

.focus\:border-t-purple-600:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(147 51 234 / var(--tw-border-opacity));
}

.focus\:border-t-purple-600\/0:focus {
  border-top-color: rgb(147 51 234 / 0);
}

.focus\:border-t-purple-600\/10:focus {
  border-top-color: rgb(147 51 234 / 0.1);
}

.focus\:border-t-purple-600\/100:focus {
  border-top-color: rgb(147 51 234 / 1);
}

.focus\:border-t-purple-600\/20:focus {
  border-top-color: rgb(147 51 234 / 0.2);
}

.focus\:border-t-purple-600\/25:focus {
  border-top-color: rgb(147 51 234 / 0.25);
}

.focus\:border-t-purple-600\/30:focus {
  border-top-color: rgb(147 51 234 / 0.3);
}

.focus\:border-t-purple-600\/40:focus {
  border-top-color: rgb(147 51 234 / 0.4);
}

.focus\:border-t-purple-600\/5:focus {
  border-top-color: rgb(147 51 234 / 0.05);
}

.focus\:border-t-purple-600\/50:focus {
  border-top-color: rgb(147 51 234 / 0.5);
}

.focus\:border-t-purple-600\/60:focus {
  border-top-color: rgb(147 51 234 / 0.6);
}

.focus\:border-t-purple-600\/70:focus {
  border-top-color: rgb(147 51 234 / 0.7);
}

.focus\:border-t-purple-600\/75:focus {
  border-top-color: rgb(147 51 234 / 0.75);
}

.focus\:border-t-purple-600\/80:focus {
  border-top-color: rgb(147 51 234 / 0.8);
}

.focus\:border-t-purple-600\/90:focus {
  border-top-color: rgb(147 51 234 / 0.9);
}

.focus\:border-t-purple-600\/95:focus {
  border-top-color: rgb(147 51 234 / 0.95);
}

.focus\:border-t-purple-700:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(126 34 206 / var(--tw-border-opacity));
}

.focus\:border-t-purple-700\/0:focus {
  border-top-color: rgb(126 34 206 / 0);
}

.focus\:border-t-purple-700\/10:focus {
  border-top-color: rgb(126 34 206 / 0.1);
}

.focus\:border-t-purple-700\/100:focus {
  border-top-color: rgb(126 34 206 / 1);
}

.focus\:border-t-purple-700\/20:focus {
  border-top-color: rgb(126 34 206 / 0.2);
}

.focus\:border-t-purple-700\/25:focus {
  border-top-color: rgb(126 34 206 / 0.25);
}

.focus\:border-t-purple-700\/30:focus {
  border-top-color: rgb(126 34 206 / 0.3);
}

.focus\:border-t-purple-700\/40:focus {
  border-top-color: rgb(126 34 206 / 0.4);
}

.focus\:border-t-purple-700\/5:focus {
  border-top-color: rgb(126 34 206 / 0.05);
}

.focus\:border-t-purple-700\/50:focus {
  border-top-color: rgb(126 34 206 / 0.5);
}

.focus\:border-t-purple-700\/60:focus {
  border-top-color: rgb(126 34 206 / 0.6);
}

.focus\:border-t-purple-700\/70:focus {
  border-top-color: rgb(126 34 206 / 0.7);
}

.focus\:border-t-purple-700\/75:focus {
  border-top-color: rgb(126 34 206 / 0.75);
}

.focus\:border-t-purple-700\/80:focus {
  border-top-color: rgb(126 34 206 / 0.8);
}

.focus\:border-t-purple-700\/90:focus {
  border-top-color: rgb(126 34 206 / 0.9);
}

.focus\:border-t-purple-700\/95:focus {
  border-top-color: rgb(126 34 206 / 0.95);
}

.focus\:border-t-purple-800:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(107 33 168 / var(--tw-border-opacity));
}

.focus\:border-t-purple-800\/0:focus {
  border-top-color: rgb(107 33 168 / 0);
}

.focus\:border-t-purple-800\/10:focus {
  border-top-color: rgb(107 33 168 / 0.1);
}

.focus\:border-t-purple-800\/100:focus {
  border-top-color: rgb(107 33 168 / 1);
}

.focus\:border-t-purple-800\/20:focus {
  border-top-color: rgb(107 33 168 / 0.2);
}

.focus\:border-t-purple-800\/25:focus {
  border-top-color: rgb(107 33 168 / 0.25);
}

.focus\:border-t-purple-800\/30:focus {
  border-top-color: rgb(107 33 168 / 0.3);
}

.focus\:border-t-purple-800\/40:focus {
  border-top-color: rgb(107 33 168 / 0.4);
}

.focus\:border-t-purple-800\/5:focus {
  border-top-color: rgb(107 33 168 / 0.05);
}

.focus\:border-t-purple-800\/50:focus {
  border-top-color: rgb(107 33 168 / 0.5);
}

.focus\:border-t-purple-800\/60:focus {
  border-top-color: rgb(107 33 168 / 0.6);
}

.focus\:border-t-purple-800\/70:focus {
  border-top-color: rgb(107 33 168 / 0.7);
}

.focus\:border-t-purple-800\/75:focus {
  border-top-color: rgb(107 33 168 / 0.75);
}

.focus\:border-t-purple-800\/80:focus {
  border-top-color: rgb(107 33 168 / 0.8);
}

.focus\:border-t-purple-800\/90:focus {
  border-top-color: rgb(107 33 168 / 0.9);
}

.focus\:border-t-purple-800\/95:focus {
  border-top-color: rgb(107 33 168 / 0.95);
}

.focus\:border-t-purple-900:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(88 28 135 / var(--tw-border-opacity));
}

.focus\:border-t-purple-900\/0:focus {
  border-top-color: rgb(88 28 135 / 0);
}

.focus\:border-t-purple-900\/10:focus {
  border-top-color: rgb(88 28 135 / 0.1);
}

.focus\:border-t-purple-900\/100:focus {
  border-top-color: rgb(88 28 135 / 1);
}

.focus\:border-t-purple-900\/20:focus {
  border-top-color: rgb(88 28 135 / 0.2);
}

.focus\:border-t-purple-900\/25:focus {
  border-top-color: rgb(88 28 135 / 0.25);
}

.focus\:border-t-purple-900\/30:focus {
  border-top-color: rgb(88 28 135 / 0.3);
}

.focus\:border-t-purple-900\/40:focus {
  border-top-color: rgb(88 28 135 / 0.4);
}

.focus\:border-t-purple-900\/5:focus {
  border-top-color: rgb(88 28 135 / 0.05);
}

.focus\:border-t-purple-900\/50:focus {
  border-top-color: rgb(88 28 135 / 0.5);
}

.focus\:border-t-purple-900\/60:focus {
  border-top-color: rgb(88 28 135 / 0.6);
}

.focus\:border-t-purple-900\/70:focus {
  border-top-color: rgb(88 28 135 / 0.7);
}

.focus\:border-t-purple-900\/75:focus {
  border-top-color: rgb(88 28 135 / 0.75);
}

.focus\:border-t-purple-900\/80:focus {
  border-top-color: rgb(88 28 135 / 0.8);
}

.focus\:border-t-purple-900\/90:focus {
  border-top-color: rgb(88 28 135 / 0.9);
}

.focus\:border-t-purple-900\/95:focus {
  border-top-color: rgb(88 28 135 / 0.95);
}

.focus\:border-t-purple-950:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(59 7 100 / var(--tw-border-opacity));
}

.focus\:border-t-purple-950\/0:focus {
  border-top-color: rgb(59 7 100 / 0);
}

.focus\:border-t-purple-950\/10:focus {
  border-top-color: rgb(59 7 100 / 0.1);
}

.focus\:border-t-purple-950\/100:focus {
  border-top-color: rgb(59 7 100 / 1);
}

.focus\:border-t-purple-950\/20:focus {
  border-top-color: rgb(59 7 100 / 0.2);
}

.focus\:border-t-purple-950\/25:focus {
  border-top-color: rgb(59 7 100 / 0.25);
}

.focus\:border-t-purple-950\/30:focus {
  border-top-color: rgb(59 7 100 / 0.3);
}

.focus\:border-t-purple-950\/40:focus {
  border-top-color: rgb(59 7 100 / 0.4);
}

.focus\:border-t-purple-950\/5:focus {
  border-top-color: rgb(59 7 100 / 0.05);
}

.focus\:border-t-purple-950\/50:focus {
  border-top-color: rgb(59 7 100 / 0.5);
}

.focus\:border-t-purple-950\/60:focus {
  border-top-color: rgb(59 7 100 / 0.6);
}

.focus\:border-t-purple-950\/70:focus {
  border-top-color: rgb(59 7 100 / 0.7);
}

.focus\:border-t-purple-950\/75:focus {
  border-top-color: rgb(59 7 100 / 0.75);
}

.focus\:border-t-purple-950\/80:focus {
  border-top-color: rgb(59 7 100 / 0.8);
}

.focus\:border-t-purple-950\/90:focus {
  border-top-color: rgb(59 7 100 / 0.9);
}

.focus\:border-t-purple-950\/95:focus {
  border-top-color: rgb(59 7 100 / 0.95);
}

.focus\:border-t-red-100:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 226 226 / var(--tw-border-opacity));
}

.focus\:border-t-red-100\/0:focus {
  border-top-color: rgb(254 226 226 / 0);
}

.focus\:border-t-red-100\/10:focus {
  border-top-color: rgb(254 226 226 / 0.1);
}

.focus\:border-t-red-100\/100:focus {
  border-top-color: rgb(254 226 226 / 1);
}

.focus\:border-t-red-100\/20:focus {
  border-top-color: rgb(254 226 226 / 0.2);
}

.focus\:border-t-red-100\/25:focus {
  border-top-color: rgb(254 226 226 / 0.25);
}

.focus\:border-t-red-100\/30:focus {
  border-top-color: rgb(254 226 226 / 0.3);
}

.focus\:border-t-red-100\/40:focus {
  border-top-color: rgb(254 226 226 / 0.4);
}

.focus\:border-t-red-100\/5:focus {
  border-top-color: rgb(254 226 226 / 0.05);
}

.focus\:border-t-red-100\/50:focus {
  border-top-color: rgb(254 226 226 / 0.5);
}

.focus\:border-t-red-100\/60:focus {
  border-top-color: rgb(254 226 226 / 0.6);
}

.focus\:border-t-red-100\/70:focus {
  border-top-color: rgb(254 226 226 / 0.7);
}

.focus\:border-t-red-100\/75:focus {
  border-top-color: rgb(254 226 226 / 0.75);
}

.focus\:border-t-red-100\/80:focus {
  border-top-color: rgb(254 226 226 / 0.8);
}

.focus\:border-t-red-100\/90:focus {
  border-top-color: rgb(254 226 226 / 0.9);
}

.focus\:border-t-red-100\/95:focus {
  border-top-color: rgb(254 226 226 / 0.95);
}

.focus\:border-t-red-200:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.focus\:border-t-red-200\/0:focus {
  border-top-color: rgb(254 202 202 / 0);
}

.focus\:border-t-red-200\/10:focus {
  border-top-color: rgb(254 202 202 / 0.1);
}

.focus\:border-t-red-200\/100:focus {
  border-top-color: rgb(254 202 202 / 1);
}

.focus\:border-t-red-200\/20:focus {
  border-top-color: rgb(254 202 202 / 0.2);
}

.focus\:border-t-red-200\/25:focus {
  border-top-color: rgb(254 202 202 / 0.25);
}

.focus\:border-t-red-200\/30:focus {
  border-top-color: rgb(254 202 202 / 0.3);
}

.focus\:border-t-red-200\/40:focus {
  border-top-color: rgb(254 202 202 / 0.4);
}

.focus\:border-t-red-200\/5:focus {
  border-top-color: rgb(254 202 202 / 0.05);
}

.focus\:border-t-red-200\/50:focus {
  border-top-color: rgb(254 202 202 / 0.5);
}

.focus\:border-t-red-200\/60:focus {
  border-top-color: rgb(254 202 202 / 0.6);
}

.focus\:border-t-red-200\/70:focus {
  border-top-color: rgb(254 202 202 / 0.7);
}

.focus\:border-t-red-200\/75:focus {
  border-top-color: rgb(254 202 202 / 0.75);
}

.focus\:border-t-red-200\/80:focus {
  border-top-color: rgb(254 202 202 / 0.8);
}

.focus\:border-t-red-200\/90:focus {
  border-top-color: rgb(254 202 202 / 0.9);
}

.focus\:border-t-red-200\/95:focus {
  border-top-color: rgb(254 202 202 / 0.95);
}

.focus\:border-t-red-300:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.focus\:border-t-red-300\/0:focus {
  border-top-color: rgb(252 165 165 / 0);
}

.focus\:border-t-red-300\/10:focus {
  border-top-color: rgb(252 165 165 / 0.1);
}

.focus\:border-t-red-300\/100:focus {
  border-top-color: rgb(252 165 165 / 1);
}

.focus\:border-t-red-300\/20:focus {
  border-top-color: rgb(252 165 165 / 0.2);
}

.focus\:border-t-red-300\/25:focus {
  border-top-color: rgb(252 165 165 / 0.25);
}

.focus\:border-t-red-300\/30:focus {
  border-top-color: rgb(252 165 165 / 0.3);
}

.focus\:border-t-red-300\/40:focus {
  border-top-color: rgb(252 165 165 / 0.4);
}

.focus\:border-t-red-300\/5:focus {
  border-top-color: rgb(252 165 165 / 0.05);
}

.focus\:border-t-red-300\/50:focus {
  border-top-color: rgb(252 165 165 / 0.5);
}

.focus\:border-t-red-300\/60:focus {
  border-top-color: rgb(252 165 165 / 0.6);
}

.focus\:border-t-red-300\/70:focus {
  border-top-color: rgb(252 165 165 / 0.7);
}

.focus\:border-t-red-300\/75:focus {
  border-top-color: rgb(252 165 165 / 0.75);
}

.focus\:border-t-red-300\/80:focus {
  border-top-color: rgb(252 165 165 / 0.8);
}

.focus\:border-t-red-300\/90:focus {
  border-top-color: rgb(252 165 165 / 0.9);
}

.focus\:border-t-red-300\/95:focus {
  border-top-color: rgb(252 165 165 / 0.95);
}

.focus\:border-t-red-400:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.focus\:border-t-red-400\/0:focus {
  border-top-color: rgb(248 113 113 / 0);
}

.focus\:border-t-red-400\/10:focus {
  border-top-color: rgb(248 113 113 / 0.1);
}

.focus\:border-t-red-400\/100:focus {
  border-top-color: rgb(248 113 113 / 1);
}

.focus\:border-t-red-400\/20:focus {
  border-top-color: rgb(248 113 113 / 0.2);
}

.focus\:border-t-red-400\/25:focus {
  border-top-color: rgb(248 113 113 / 0.25);
}

.focus\:border-t-red-400\/30:focus {
  border-top-color: rgb(248 113 113 / 0.3);
}

.focus\:border-t-red-400\/40:focus {
  border-top-color: rgb(248 113 113 / 0.4);
}

.focus\:border-t-red-400\/5:focus {
  border-top-color: rgb(248 113 113 / 0.05);
}

.focus\:border-t-red-400\/50:focus {
  border-top-color: rgb(248 113 113 / 0.5);
}

.focus\:border-t-red-400\/60:focus {
  border-top-color: rgb(248 113 113 / 0.6);
}

.focus\:border-t-red-400\/70:focus {
  border-top-color: rgb(248 113 113 / 0.7);
}

.focus\:border-t-red-400\/75:focus {
  border-top-color: rgb(248 113 113 / 0.75);
}

.focus\:border-t-red-400\/80:focus {
  border-top-color: rgb(248 113 113 / 0.8);
}

.focus\:border-t-red-400\/90:focus {
  border-top-color: rgb(248 113 113 / 0.9);
}

.focus\:border-t-red-400\/95:focus {
  border-top-color: rgb(248 113 113 / 0.95);
}

.focus\:border-t-red-50:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.focus\:border-t-red-50\/0:focus {
  border-top-color: rgb(254 242 242 / 0);
}

.focus\:border-t-red-50\/10:focus {
  border-top-color: rgb(254 242 242 / 0.1);
}

.focus\:border-t-red-50\/100:focus {
  border-top-color: rgb(254 242 242 / 1);
}

.focus\:border-t-red-50\/20:focus {
  border-top-color: rgb(254 242 242 / 0.2);
}

.focus\:border-t-red-50\/25:focus {
  border-top-color: rgb(254 242 242 / 0.25);
}

.focus\:border-t-red-50\/30:focus {
  border-top-color: rgb(254 242 242 / 0.3);
}

.focus\:border-t-red-50\/40:focus {
  border-top-color: rgb(254 242 242 / 0.4);
}

.focus\:border-t-red-50\/5:focus {
  border-top-color: rgb(254 242 242 / 0.05);
}

.focus\:border-t-red-50\/50:focus {
  border-top-color: rgb(254 242 242 / 0.5);
}

.focus\:border-t-red-50\/60:focus {
  border-top-color: rgb(254 242 242 / 0.6);
}

.focus\:border-t-red-50\/70:focus {
  border-top-color: rgb(254 242 242 / 0.7);
}

.focus\:border-t-red-50\/75:focus {
  border-top-color: rgb(254 242 242 / 0.75);
}

.focus\:border-t-red-50\/80:focus {
  border-top-color: rgb(254 242 242 / 0.8);
}

.focus\:border-t-red-50\/90:focus {
  border-top-color: rgb(254 242 242 / 0.9);
}

.focus\:border-t-red-50\/95:focus {
  border-top-color: rgb(254 242 242 / 0.95);
}

.focus\:border-t-red-500:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.focus\:border-t-red-500\/0:focus {
  border-top-color: rgb(239 68 68 / 0);
}

.focus\:border-t-red-500\/10:focus {
  border-top-color: rgb(239 68 68 / 0.1);
}

.focus\:border-t-red-500\/100:focus {
  border-top-color: rgb(239 68 68 / 1);
}

.focus\:border-t-red-500\/20:focus {
  border-top-color: rgb(239 68 68 / 0.2);
}

.focus\:border-t-red-500\/25:focus {
  border-top-color: rgb(239 68 68 / 0.25);
}

.focus\:border-t-red-500\/30:focus {
  border-top-color: rgb(239 68 68 / 0.3);
}

.focus\:border-t-red-500\/40:focus {
  border-top-color: rgb(239 68 68 / 0.4);
}

.focus\:border-t-red-500\/5:focus {
  border-top-color: rgb(239 68 68 / 0.05);
}

.focus\:border-t-red-500\/50:focus {
  border-top-color: rgb(239 68 68 / 0.5);
}

.focus\:border-t-red-500\/60:focus {
  border-top-color: rgb(239 68 68 / 0.6);
}

.focus\:border-t-red-500\/70:focus {
  border-top-color: rgb(239 68 68 / 0.7);
}

.focus\:border-t-red-500\/75:focus {
  border-top-color: rgb(239 68 68 / 0.75);
}

.focus\:border-t-red-500\/80:focus {
  border-top-color: rgb(239 68 68 / 0.8);
}

.focus\:border-t-red-500\/90:focus {
  border-top-color: rgb(239 68 68 / 0.9);
}

.focus\:border-t-red-500\/95:focus {
  border-top-color: rgb(239 68 68 / 0.95);
}

.focus\:border-t-red-600:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.focus\:border-t-red-600\/0:focus {
  border-top-color: rgb(220 38 38 / 0);
}

.focus\:border-t-red-600\/10:focus {
  border-top-color: rgb(220 38 38 / 0.1);
}

.focus\:border-t-red-600\/100:focus {
  border-top-color: rgb(220 38 38 / 1);
}

.focus\:border-t-red-600\/20:focus {
  border-top-color: rgb(220 38 38 / 0.2);
}

.focus\:border-t-red-600\/25:focus {
  border-top-color: rgb(220 38 38 / 0.25);
}

.focus\:border-t-red-600\/30:focus {
  border-top-color: rgb(220 38 38 / 0.3);
}

.focus\:border-t-red-600\/40:focus {
  border-top-color: rgb(220 38 38 / 0.4);
}

.focus\:border-t-red-600\/5:focus {
  border-top-color: rgb(220 38 38 / 0.05);
}

.focus\:border-t-red-600\/50:focus {
  border-top-color: rgb(220 38 38 / 0.5);
}

.focus\:border-t-red-600\/60:focus {
  border-top-color: rgb(220 38 38 / 0.6);
}

.focus\:border-t-red-600\/70:focus {
  border-top-color: rgb(220 38 38 / 0.7);
}

.focus\:border-t-red-600\/75:focus {
  border-top-color: rgb(220 38 38 / 0.75);
}

.focus\:border-t-red-600\/80:focus {
  border-top-color: rgb(220 38 38 / 0.8);
}

.focus\:border-t-red-600\/90:focus {
  border-top-color: rgb(220 38 38 / 0.9);
}

.focus\:border-t-red-600\/95:focus {
  border-top-color: rgb(220 38 38 / 0.95);
}

.focus\:border-t-red-700:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.focus\:border-t-red-700\/0:focus {
  border-top-color: rgb(185 28 28 / 0);
}

.focus\:border-t-red-700\/10:focus {
  border-top-color: rgb(185 28 28 / 0.1);
}

.focus\:border-t-red-700\/100:focus {
  border-top-color: rgb(185 28 28 / 1);
}

.focus\:border-t-red-700\/20:focus {
  border-top-color: rgb(185 28 28 / 0.2);
}

.focus\:border-t-red-700\/25:focus {
  border-top-color: rgb(185 28 28 / 0.25);
}

.focus\:border-t-red-700\/30:focus {
  border-top-color: rgb(185 28 28 / 0.3);
}

.focus\:border-t-red-700\/40:focus {
  border-top-color: rgb(185 28 28 / 0.4);
}

.focus\:border-t-red-700\/5:focus {
  border-top-color: rgb(185 28 28 / 0.05);
}

.focus\:border-t-red-700\/50:focus {
  border-top-color: rgb(185 28 28 / 0.5);
}

.focus\:border-t-red-700\/60:focus {
  border-top-color: rgb(185 28 28 / 0.6);
}

.focus\:border-t-red-700\/70:focus {
  border-top-color: rgb(185 28 28 / 0.7);
}

.focus\:border-t-red-700\/75:focus {
  border-top-color: rgb(185 28 28 / 0.75);
}

.focus\:border-t-red-700\/80:focus {
  border-top-color: rgb(185 28 28 / 0.8);
}

.focus\:border-t-red-700\/90:focus {
  border-top-color: rgb(185 28 28 / 0.9);
}

.focus\:border-t-red-700\/95:focus {
  border-top-color: rgb(185 28 28 / 0.95);
}

.focus\:border-t-red-800:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.focus\:border-t-red-800\/0:focus {
  border-top-color: rgb(153 27 27 / 0);
}

.focus\:border-t-red-800\/10:focus {
  border-top-color: rgb(153 27 27 / 0.1);
}

.focus\:border-t-red-800\/100:focus {
  border-top-color: rgb(153 27 27 / 1);
}

.focus\:border-t-red-800\/20:focus {
  border-top-color: rgb(153 27 27 / 0.2);
}

.focus\:border-t-red-800\/25:focus {
  border-top-color: rgb(153 27 27 / 0.25);
}

.focus\:border-t-red-800\/30:focus {
  border-top-color: rgb(153 27 27 / 0.3);
}

.focus\:border-t-red-800\/40:focus {
  border-top-color: rgb(153 27 27 / 0.4);
}

.focus\:border-t-red-800\/5:focus {
  border-top-color: rgb(153 27 27 / 0.05);
}

.focus\:border-t-red-800\/50:focus {
  border-top-color: rgb(153 27 27 / 0.5);
}

.focus\:border-t-red-800\/60:focus {
  border-top-color: rgb(153 27 27 / 0.6);
}

.focus\:border-t-red-800\/70:focus {
  border-top-color: rgb(153 27 27 / 0.7);
}

.focus\:border-t-red-800\/75:focus {
  border-top-color: rgb(153 27 27 / 0.75);
}

.focus\:border-t-red-800\/80:focus {
  border-top-color: rgb(153 27 27 / 0.8);
}

.focus\:border-t-red-800\/90:focus {
  border-top-color: rgb(153 27 27 / 0.9);
}

.focus\:border-t-red-800\/95:focus {
  border-top-color: rgb(153 27 27 / 0.95);
}

.focus\:border-t-red-900:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.focus\:border-t-red-900\/0:focus {
  border-top-color: rgb(127 29 29 / 0);
}

.focus\:border-t-red-900\/10:focus {
  border-top-color: rgb(127 29 29 / 0.1);
}

.focus\:border-t-red-900\/100:focus {
  border-top-color: rgb(127 29 29 / 1);
}

.focus\:border-t-red-900\/20:focus {
  border-top-color: rgb(127 29 29 / 0.2);
}

.focus\:border-t-red-900\/25:focus {
  border-top-color: rgb(127 29 29 / 0.25);
}

.focus\:border-t-red-900\/30:focus {
  border-top-color: rgb(127 29 29 / 0.3);
}

.focus\:border-t-red-900\/40:focus {
  border-top-color: rgb(127 29 29 / 0.4);
}

.focus\:border-t-red-900\/5:focus {
  border-top-color: rgb(127 29 29 / 0.05);
}

.focus\:border-t-red-900\/50:focus {
  border-top-color: rgb(127 29 29 / 0.5);
}

.focus\:border-t-red-900\/60:focus {
  border-top-color: rgb(127 29 29 / 0.6);
}

.focus\:border-t-red-900\/70:focus {
  border-top-color: rgb(127 29 29 / 0.7);
}

.focus\:border-t-red-900\/75:focus {
  border-top-color: rgb(127 29 29 / 0.75);
}

.focus\:border-t-red-900\/80:focus {
  border-top-color: rgb(127 29 29 / 0.8);
}

.focus\:border-t-red-900\/90:focus {
  border-top-color: rgb(127 29 29 / 0.9);
}

.focus\:border-t-red-900\/95:focus {
  border-top-color: rgb(127 29 29 / 0.95);
}

.focus\:border-t-red-950:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(69 10 10 / var(--tw-border-opacity));
}

.focus\:border-t-red-950\/0:focus {
  border-top-color: rgb(69 10 10 / 0);
}

.focus\:border-t-red-950\/10:focus {
  border-top-color: rgb(69 10 10 / 0.1);
}

.focus\:border-t-red-950\/100:focus {
  border-top-color: rgb(69 10 10 / 1);
}

.focus\:border-t-red-950\/20:focus {
  border-top-color: rgb(69 10 10 / 0.2);
}

.focus\:border-t-red-950\/25:focus {
  border-top-color: rgb(69 10 10 / 0.25);
}

.focus\:border-t-red-950\/30:focus {
  border-top-color: rgb(69 10 10 / 0.3);
}

.focus\:border-t-red-950\/40:focus {
  border-top-color: rgb(69 10 10 / 0.4);
}

.focus\:border-t-red-950\/5:focus {
  border-top-color: rgb(69 10 10 / 0.05);
}

.focus\:border-t-red-950\/50:focus {
  border-top-color: rgb(69 10 10 / 0.5);
}

.focus\:border-t-red-950\/60:focus {
  border-top-color: rgb(69 10 10 / 0.6);
}

.focus\:border-t-red-950\/70:focus {
  border-top-color: rgb(69 10 10 / 0.7);
}

.focus\:border-t-red-950\/75:focus {
  border-top-color: rgb(69 10 10 / 0.75);
}

.focus\:border-t-red-950\/80:focus {
  border-top-color: rgb(69 10 10 / 0.8);
}

.focus\:border-t-red-950\/90:focus {
  border-top-color: rgb(69 10 10 / 0.9);
}

.focus\:border-t-red-950\/95:focus {
  border-top-color: rgb(69 10 10 / 0.95);
}

.focus\:border-t-rose-100:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 228 230 / var(--tw-border-opacity));
}

.focus\:border-t-rose-100\/0:focus {
  border-top-color: rgb(255 228 230 / 0);
}

.focus\:border-t-rose-100\/10:focus {
  border-top-color: rgb(255 228 230 / 0.1);
}

.focus\:border-t-rose-100\/100:focus {
  border-top-color: rgb(255 228 230 / 1);
}

.focus\:border-t-rose-100\/20:focus {
  border-top-color: rgb(255 228 230 / 0.2);
}

.focus\:border-t-rose-100\/25:focus {
  border-top-color: rgb(255 228 230 / 0.25);
}

.focus\:border-t-rose-100\/30:focus {
  border-top-color: rgb(255 228 230 / 0.3);
}

.focus\:border-t-rose-100\/40:focus {
  border-top-color: rgb(255 228 230 / 0.4);
}

.focus\:border-t-rose-100\/5:focus {
  border-top-color: rgb(255 228 230 / 0.05);
}

.focus\:border-t-rose-100\/50:focus {
  border-top-color: rgb(255 228 230 / 0.5);
}

.focus\:border-t-rose-100\/60:focus {
  border-top-color: rgb(255 228 230 / 0.6);
}

.focus\:border-t-rose-100\/70:focus {
  border-top-color: rgb(255 228 230 / 0.7);
}

.focus\:border-t-rose-100\/75:focus {
  border-top-color: rgb(255 228 230 / 0.75);
}

.focus\:border-t-rose-100\/80:focus {
  border-top-color: rgb(255 228 230 / 0.8);
}

.focus\:border-t-rose-100\/90:focus {
  border-top-color: rgb(255 228 230 / 0.9);
}

.focus\:border-t-rose-100\/95:focus {
  border-top-color: rgb(255 228 230 / 0.95);
}

.focus\:border-t-rose-200:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 205 211 / var(--tw-border-opacity));
}

.focus\:border-t-rose-200\/0:focus {
  border-top-color: rgb(254 205 211 / 0);
}

.focus\:border-t-rose-200\/10:focus {
  border-top-color: rgb(254 205 211 / 0.1);
}

.focus\:border-t-rose-200\/100:focus {
  border-top-color: rgb(254 205 211 / 1);
}

.focus\:border-t-rose-200\/20:focus {
  border-top-color: rgb(254 205 211 / 0.2);
}

.focus\:border-t-rose-200\/25:focus {
  border-top-color: rgb(254 205 211 / 0.25);
}

.focus\:border-t-rose-200\/30:focus {
  border-top-color: rgb(254 205 211 / 0.3);
}

.focus\:border-t-rose-200\/40:focus {
  border-top-color: rgb(254 205 211 / 0.4);
}

.focus\:border-t-rose-200\/5:focus {
  border-top-color: rgb(254 205 211 / 0.05);
}

.focus\:border-t-rose-200\/50:focus {
  border-top-color: rgb(254 205 211 / 0.5);
}

.focus\:border-t-rose-200\/60:focus {
  border-top-color: rgb(254 205 211 / 0.6);
}

.focus\:border-t-rose-200\/70:focus {
  border-top-color: rgb(254 205 211 / 0.7);
}

.focus\:border-t-rose-200\/75:focus {
  border-top-color: rgb(254 205 211 / 0.75);
}

.focus\:border-t-rose-200\/80:focus {
  border-top-color: rgb(254 205 211 / 0.8);
}

.focus\:border-t-rose-200\/90:focus {
  border-top-color: rgb(254 205 211 / 0.9);
}

.focus\:border-t-rose-200\/95:focus {
  border-top-color: rgb(254 205 211 / 0.95);
}

.focus\:border-t-rose-300:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 164 175 / var(--tw-border-opacity));
}

.focus\:border-t-rose-300\/0:focus {
  border-top-color: rgb(253 164 175 / 0);
}

.focus\:border-t-rose-300\/10:focus {
  border-top-color: rgb(253 164 175 / 0.1);
}

.focus\:border-t-rose-300\/100:focus {
  border-top-color: rgb(253 164 175 / 1);
}

.focus\:border-t-rose-300\/20:focus {
  border-top-color: rgb(253 164 175 / 0.2);
}

.focus\:border-t-rose-300\/25:focus {
  border-top-color: rgb(253 164 175 / 0.25);
}

.focus\:border-t-rose-300\/30:focus {
  border-top-color: rgb(253 164 175 / 0.3);
}

.focus\:border-t-rose-300\/40:focus {
  border-top-color: rgb(253 164 175 / 0.4);
}

.focus\:border-t-rose-300\/5:focus {
  border-top-color: rgb(253 164 175 / 0.05);
}

.focus\:border-t-rose-300\/50:focus {
  border-top-color: rgb(253 164 175 / 0.5);
}

.focus\:border-t-rose-300\/60:focus {
  border-top-color: rgb(253 164 175 / 0.6);
}

.focus\:border-t-rose-300\/70:focus {
  border-top-color: rgb(253 164 175 / 0.7);
}

.focus\:border-t-rose-300\/75:focus {
  border-top-color: rgb(253 164 175 / 0.75);
}

.focus\:border-t-rose-300\/80:focus {
  border-top-color: rgb(253 164 175 / 0.8);
}

.focus\:border-t-rose-300\/90:focus {
  border-top-color: rgb(253 164 175 / 0.9);
}

.focus\:border-t-rose-300\/95:focus {
  border-top-color: rgb(253 164 175 / 0.95);
}

.focus\:border-t-rose-400:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.focus\:border-t-rose-400\/0:focus {
  border-top-color: rgb(251 113 133 / 0);
}

.focus\:border-t-rose-400\/10:focus {
  border-top-color: rgb(251 113 133 / 0.1);
}

.focus\:border-t-rose-400\/100:focus {
  border-top-color: rgb(251 113 133 / 1);
}

.focus\:border-t-rose-400\/20:focus {
  border-top-color: rgb(251 113 133 / 0.2);
}

.focus\:border-t-rose-400\/25:focus {
  border-top-color: rgb(251 113 133 / 0.25);
}

.focus\:border-t-rose-400\/30:focus {
  border-top-color: rgb(251 113 133 / 0.3);
}

.focus\:border-t-rose-400\/40:focus {
  border-top-color: rgb(251 113 133 / 0.4);
}

.focus\:border-t-rose-400\/5:focus {
  border-top-color: rgb(251 113 133 / 0.05);
}

.focus\:border-t-rose-400\/50:focus {
  border-top-color: rgb(251 113 133 / 0.5);
}

.focus\:border-t-rose-400\/60:focus {
  border-top-color: rgb(251 113 133 / 0.6);
}

.focus\:border-t-rose-400\/70:focus {
  border-top-color: rgb(251 113 133 / 0.7);
}

.focus\:border-t-rose-400\/75:focus {
  border-top-color: rgb(251 113 133 / 0.75);
}

.focus\:border-t-rose-400\/80:focus {
  border-top-color: rgb(251 113 133 / 0.8);
}

.focus\:border-t-rose-400\/90:focus {
  border-top-color: rgb(251 113 133 / 0.9);
}

.focus\:border-t-rose-400\/95:focus {
  border-top-color: rgb(251 113 133 / 0.95);
}

.focus\:border-t-rose-50:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 241 242 / var(--tw-border-opacity));
}

.focus\:border-t-rose-50\/0:focus {
  border-top-color: rgb(255 241 242 / 0);
}

.focus\:border-t-rose-50\/10:focus {
  border-top-color: rgb(255 241 242 / 0.1);
}

.focus\:border-t-rose-50\/100:focus {
  border-top-color: rgb(255 241 242 / 1);
}

.focus\:border-t-rose-50\/20:focus {
  border-top-color: rgb(255 241 242 / 0.2);
}

.focus\:border-t-rose-50\/25:focus {
  border-top-color: rgb(255 241 242 / 0.25);
}

.focus\:border-t-rose-50\/30:focus {
  border-top-color: rgb(255 241 242 / 0.3);
}

.focus\:border-t-rose-50\/40:focus {
  border-top-color: rgb(255 241 242 / 0.4);
}

.focus\:border-t-rose-50\/5:focus {
  border-top-color: rgb(255 241 242 / 0.05);
}

.focus\:border-t-rose-50\/50:focus {
  border-top-color: rgb(255 241 242 / 0.5);
}

.focus\:border-t-rose-50\/60:focus {
  border-top-color: rgb(255 241 242 / 0.6);
}

.focus\:border-t-rose-50\/70:focus {
  border-top-color: rgb(255 241 242 / 0.7);
}

.focus\:border-t-rose-50\/75:focus {
  border-top-color: rgb(255 241 242 / 0.75);
}

.focus\:border-t-rose-50\/80:focus {
  border-top-color: rgb(255 241 242 / 0.8);
}

.focus\:border-t-rose-50\/90:focus {
  border-top-color: rgb(255 241 242 / 0.9);
}

.focus\:border-t-rose-50\/95:focus {
  border-top-color: rgb(255 241 242 / 0.95);
}

.focus\:border-t-rose-500:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(244 63 94 / var(--tw-border-opacity));
}

.focus\:border-t-rose-500\/0:focus {
  border-top-color: rgb(244 63 94 / 0);
}

.focus\:border-t-rose-500\/10:focus {
  border-top-color: rgb(244 63 94 / 0.1);
}

.focus\:border-t-rose-500\/100:focus {
  border-top-color: rgb(244 63 94 / 1);
}

.focus\:border-t-rose-500\/20:focus {
  border-top-color: rgb(244 63 94 / 0.2);
}

.focus\:border-t-rose-500\/25:focus {
  border-top-color: rgb(244 63 94 / 0.25);
}

.focus\:border-t-rose-500\/30:focus {
  border-top-color: rgb(244 63 94 / 0.3);
}

.focus\:border-t-rose-500\/40:focus {
  border-top-color: rgb(244 63 94 / 0.4);
}

.focus\:border-t-rose-500\/5:focus {
  border-top-color: rgb(244 63 94 / 0.05);
}

.focus\:border-t-rose-500\/50:focus {
  border-top-color: rgb(244 63 94 / 0.5);
}

.focus\:border-t-rose-500\/60:focus {
  border-top-color: rgb(244 63 94 / 0.6);
}

.focus\:border-t-rose-500\/70:focus {
  border-top-color: rgb(244 63 94 / 0.7);
}

.focus\:border-t-rose-500\/75:focus {
  border-top-color: rgb(244 63 94 / 0.75);
}

.focus\:border-t-rose-500\/80:focus {
  border-top-color: rgb(244 63 94 / 0.8);
}

.focus\:border-t-rose-500\/90:focus {
  border-top-color: rgb(244 63 94 / 0.9);
}

.focus\:border-t-rose-500\/95:focus {
  border-top-color: rgb(244 63 94 / 0.95);
}

.focus\:border-t-rose-600:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(225 29 72 / var(--tw-border-opacity));
}

.focus\:border-t-rose-600\/0:focus {
  border-top-color: rgb(225 29 72 / 0);
}

.focus\:border-t-rose-600\/10:focus {
  border-top-color: rgb(225 29 72 / 0.1);
}

.focus\:border-t-rose-600\/100:focus {
  border-top-color: rgb(225 29 72 / 1);
}

.focus\:border-t-rose-600\/20:focus {
  border-top-color: rgb(225 29 72 / 0.2);
}

.focus\:border-t-rose-600\/25:focus {
  border-top-color: rgb(225 29 72 / 0.25);
}

.focus\:border-t-rose-600\/30:focus {
  border-top-color: rgb(225 29 72 / 0.3);
}

.focus\:border-t-rose-600\/40:focus {
  border-top-color: rgb(225 29 72 / 0.4);
}

.focus\:border-t-rose-600\/5:focus {
  border-top-color: rgb(225 29 72 / 0.05);
}

.focus\:border-t-rose-600\/50:focus {
  border-top-color: rgb(225 29 72 / 0.5);
}

.focus\:border-t-rose-600\/60:focus {
  border-top-color: rgb(225 29 72 / 0.6);
}

.focus\:border-t-rose-600\/70:focus {
  border-top-color: rgb(225 29 72 / 0.7);
}

.focus\:border-t-rose-600\/75:focus {
  border-top-color: rgb(225 29 72 / 0.75);
}

.focus\:border-t-rose-600\/80:focus {
  border-top-color: rgb(225 29 72 / 0.8);
}

.focus\:border-t-rose-600\/90:focus {
  border-top-color: rgb(225 29 72 / 0.9);
}

.focus\:border-t-rose-600\/95:focus {
  border-top-color: rgb(225 29 72 / 0.95);
}

.focus\:border-t-rose-700:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(190 18 60 / var(--tw-border-opacity));
}

.focus\:border-t-rose-700\/0:focus {
  border-top-color: rgb(190 18 60 / 0);
}

.focus\:border-t-rose-700\/10:focus {
  border-top-color: rgb(190 18 60 / 0.1);
}

.focus\:border-t-rose-700\/100:focus {
  border-top-color: rgb(190 18 60 / 1);
}

.focus\:border-t-rose-700\/20:focus {
  border-top-color: rgb(190 18 60 / 0.2);
}

.focus\:border-t-rose-700\/25:focus {
  border-top-color: rgb(190 18 60 / 0.25);
}

.focus\:border-t-rose-700\/30:focus {
  border-top-color: rgb(190 18 60 / 0.3);
}

.focus\:border-t-rose-700\/40:focus {
  border-top-color: rgb(190 18 60 / 0.4);
}

.focus\:border-t-rose-700\/5:focus {
  border-top-color: rgb(190 18 60 / 0.05);
}

.focus\:border-t-rose-700\/50:focus {
  border-top-color: rgb(190 18 60 / 0.5);
}

.focus\:border-t-rose-700\/60:focus {
  border-top-color: rgb(190 18 60 / 0.6);
}

.focus\:border-t-rose-700\/70:focus {
  border-top-color: rgb(190 18 60 / 0.7);
}

.focus\:border-t-rose-700\/75:focus {
  border-top-color: rgb(190 18 60 / 0.75);
}

.focus\:border-t-rose-700\/80:focus {
  border-top-color: rgb(190 18 60 / 0.8);
}

.focus\:border-t-rose-700\/90:focus {
  border-top-color: rgb(190 18 60 / 0.9);
}

.focus\:border-t-rose-700\/95:focus {
  border-top-color: rgb(190 18 60 / 0.95);
}

.focus\:border-t-rose-800:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(159 18 57 / var(--tw-border-opacity));
}

.focus\:border-t-rose-800\/0:focus {
  border-top-color: rgb(159 18 57 / 0);
}

.focus\:border-t-rose-800\/10:focus {
  border-top-color: rgb(159 18 57 / 0.1);
}

.focus\:border-t-rose-800\/100:focus {
  border-top-color: rgb(159 18 57 / 1);
}

.focus\:border-t-rose-800\/20:focus {
  border-top-color: rgb(159 18 57 / 0.2);
}

.focus\:border-t-rose-800\/25:focus {
  border-top-color: rgb(159 18 57 / 0.25);
}

.focus\:border-t-rose-800\/30:focus {
  border-top-color: rgb(159 18 57 / 0.3);
}

.focus\:border-t-rose-800\/40:focus {
  border-top-color: rgb(159 18 57 / 0.4);
}

.focus\:border-t-rose-800\/5:focus {
  border-top-color: rgb(159 18 57 / 0.05);
}

.focus\:border-t-rose-800\/50:focus {
  border-top-color: rgb(159 18 57 / 0.5);
}

.focus\:border-t-rose-800\/60:focus {
  border-top-color: rgb(159 18 57 / 0.6);
}

.focus\:border-t-rose-800\/70:focus {
  border-top-color: rgb(159 18 57 / 0.7);
}

.focus\:border-t-rose-800\/75:focus {
  border-top-color: rgb(159 18 57 / 0.75);
}

.focus\:border-t-rose-800\/80:focus {
  border-top-color: rgb(159 18 57 / 0.8);
}

.focus\:border-t-rose-800\/90:focus {
  border-top-color: rgb(159 18 57 / 0.9);
}

.focus\:border-t-rose-800\/95:focus {
  border-top-color: rgb(159 18 57 / 0.95);
}

.focus\:border-t-rose-900:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(136 19 55 / var(--tw-border-opacity));
}

.focus\:border-t-rose-900\/0:focus {
  border-top-color: rgb(136 19 55 / 0);
}

.focus\:border-t-rose-900\/10:focus {
  border-top-color: rgb(136 19 55 / 0.1);
}

.focus\:border-t-rose-900\/100:focus {
  border-top-color: rgb(136 19 55 / 1);
}

.focus\:border-t-rose-900\/20:focus {
  border-top-color: rgb(136 19 55 / 0.2);
}

.focus\:border-t-rose-900\/25:focus {
  border-top-color: rgb(136 19 55 / 0.25);
}

.focus\:border-t-rose-900\/30:focus {
  border-top-color: rgb(136 19 55 / 0.3);
}

.focus\:border-t-rose-900\/40:focus {
  border-top-color: rgb(136 19 55 / 0.4);
}

.focus\:border-t-rose-900\/5:focus {
  border-top-color: rgb(136 19 55 / 0.05);
}

.focus\:border-t-rose-900\/50:focus {
  border-top-color: rgb(136 19 55 / 0.5);
}

.focus\:border-t-rose-900\/60:focus {
  border-top-color: rgb(136 19 55 / 0.6);
}

.focus\:border-t-rose-900\/70:focus {
  border-top-color: rgb(136 19 55 / 0.7);
}

.focus\:border-t-rose-900\/75:focus {
  border-top-color: rgb(136 19 55 / 0.75);
}

.focus\:border-t-rose-900\/80:focus {
  border-top-color: rgb(136 19 55 / 0.8);
}

.focus\:border-t-rose-900\/90:focus {
  border-top-color: rgb(136 19 55 / 0.9);
}

.focus\:border-t-rose-900\/95:focus {
  border-top-color: rgb(136 19 55 / 0.95);
}

.focus\:border-t-rose-950:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(76 5 25 / var(--tw-border-opacity));
}

.focus\:border-t-rose-950\/0:focus {
  border-top-color: rgb(76 5 25 / 0);
}

.focus\:border-t-rose-950\/10:focus {
  border-top-color: rgb(76 5 25 / 0.1);
}

.focus\:border-t-rose-950\/100:focus {
  border-top-color: rgb(76 5 25 / 1);
}

.focus\:border-t-rose-950\/20:focus {
  border-top-color: rgb(76 5 25 / 0.2);
}

.focus\:border-t-rose-950\/25:focus {
  border-top-color: rgb(76 5 25 / 0.25);
}

.focus\:border-t-rose-950\/30:focus {
  border-top-color: rgb(76 5 25 / 0.3);
}

.focus\:border-t-rose-950\/40:focus {
  border-top-color: rgb(76 5 25 / 0.4);
}

.focus\:border-t-rose-950\/5:focus {
  border-top-color: rgb(76 5 25 / 0.05);
}

.focus\:border-t-rose-950\/50:focus {
  border-top-color: rgb(76 5 25 / 0.5);
}

.focus\:border-t-rose-950\/60:focus {
  border-top-color: rgb(76 5 25 / 0.6);
}

.focus\:border-t-rose-950\/70:focus {
  border-top-color: rgb(76 5 25 / 0.7);
}

.focus\:border-t-rose-950\/75:focus {
  border-top-color: rgb(76 5 25 / 0.75);
}

.focus\:border-t-rose-950\/80:focus {
  border-top-color: rgb(76 5 25 / 0.8);
}

.focus\:border-t-rose-950\/90:focus {
  border-top-color: rgb(76 5 25 / 0.9);
}

.focus\:border-t-rose-950\/95:focus {
  border-top-color: rgb(76 5 25 / 0.95);
}

.focus\:border-t-sky-100:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(224 242 254 / var(--tw-border-opacity));
}

.focus\:border-t-sky-100\/0:focus {
  border-top-color: rgb(224 242 254 / 0);
}

.focus\:border-t-sky-100\/10:focus {
  border-top-color: rgb(224 242 254 / 0.1);
}

.focus\:border-t-sky-100\/100:focus {
  border-top-color: rgb(224 242 254 / 1);
}

.focus\:border-t-sky-100\/20:focus {
  border-top-color: rgb(224 242 254 / 0.2);
}

.focus\:border-t-sky-100\/25:focus {
  border-top-color: rgb(224 242 254 / 0.25);
}

.focus\:border-t-sky-100\/30:focus {
  border-top-color: rgb(224 242 254 / 0.3);
}

.focus\:border-t-sky-100\/40:focus {
  border-top-color: rgb(224 242 254 / 0.4);
}

.focus\:border-t-sky-100\/5:focus {
  border-top-color: rgb(224 242 254 / 0.05);
}

.focus\:border-t-sky-100\/50:focus {
  border-top-color: rgb(224 242 254 / 0.5);
}

.focus\:border-t-sky-100\/60:focus {
  border-top-color: rgb(224 242 254 / 0.6);
}

.focus\:border-t-sky-100\/70:focus {
  border-top-color: rgb(224 242 254 / 0.7);
}

.focus\:border-t-sky-100\/75:focus {
  border-top-color: rgb(224 242 254 / 0.75);
}

.focus\:border-t-sky-100\/80:focus {
  border-top-color: rgb(224 242 254 / 0.8);
}

.focus\:border-t-sky-100\/90:focus {
  border-top-color: rgb(224 242 254 / 0.9);
}

.focus\:border-t-sky-100\/95:focus {
  border-top-color: rgb(224 242 254 / 0.95);
}

.focus\:border-t-sky-200:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(186 230 253 / var(--tw-border-opacity));
}

.focus\:border-t-sky-200\/0:focus {
  border-top-color: rgb(186 230 253 / 0);
}

.focus\:border-t-sky-200\/10:focus {
  border-top-color: rgb(186 230 253 / 0.1);
}

.focus\:border-t-sky-200\/100:focus {
  border-top-color: rgb(186 230 253 / 1);
}

.focus\:border-t-sky-200\/20:focus {
  border-top-color: rgb(186 230 253 / 0.2);
}

.focus\:border-t-sky-200\/25:focus {
  border-top-color: rgb(186 230 253 / 0.25);
}

.focus\:border-t-sky-200\/30:focus {
  border-top-color: rgb(186 230 253 / 0.3);
}

.focus\:border-t-sky-200\/40:focus {
  border-top-color: rgb(186 230 253 / 0.4);
}

.focus\:border-t-sky-200\/5:focus {
  border-top-color: rgb(186 230 253 / 0.05);
}

.focus\:border-t-sky-200\/50:focus {
  border-top-color: rgb(186 230 253 / 0.5);
}

.focus\:border-t-sky-200\/60:focus {
  border-top-color: rgb(186 230 253 / 0.6);
}

.focus\:border-t-sky-200\/70:focus {
  border-top-color: rgb(186 230 253 / 0.7);
}

.focus\:border-t-sky-200\/75:focus {
  border-top-color: rgb(186 230 253 / 0.75);
}

.focus\:border-t-sky-200\/80:focus {
  border-top-color: rgb(186 230 253 / 0.8);
}

.focus\:border-t-sky-200\/90:focus {
  border-top-color: rgb(186 230 253 / 0.9);
}

.focus\:border-t-sky-200\/95:focus {
  border-top-color: rgb(186 230 253 / 0.95);
}

.focus\:border-t-sky-300:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(125 211 252 / var(--tw-border-opacity));
}

.focus\:border-t-sky-300\/0:focus {
  border-top-color: rgb(125 211 252 / 0);
}

.focus\:border-t-sky-300\/10:focus {
  border-top-color: rgb(125 211 252 / 0.1);
}

.focus\:border-t-sky-300\/100:focus {
  border-top-color: rgb(125 211 252 / 1);
}

.focus\:border-t-sky-300\/20:focus {
  border-top-color: rgb(125 211 252 / 0.2);
}

.focus\:border-t-sky-300\/25:focus {
  border-top-color: rgb(125 211 252 / 0.25);
}

.focus\:border-t-sky-300\/30:focus {
  border-top-color: rgb(125 211 252 / 0.3);
}

.focus\:border-t-sky-300\/40:focus {
  border-top-color: rgb(125 211 252 / 0.4);
}

.focus\:border-t-sky-300\/5:focus {
  border-top-color: rgb(125 211 252 / 0.05);
}

.focus\:border-t-sky-300\/50:focus {
  border-top-color: rgb(125 211 252 / 0.5);
}

.focus\:border-t-sky-300\/60:focus {
  border-top-color: rgb(125 211 252 / 0.6);
}

.focus\:border-t-sky-300\/70:focus {
  border-top-color: rgb(125 211 252 / 0.7);
}

.focus\:border-t-sky-300\/75:focus {
  border-top-color: rgb(125 211 252 / 0.75);
}

.focus\:border-t-sky-300\/80:focus {
  border-top-color: rgb(125 211 252 / 0.8);
}

.focus\:border-t-sky-300\/90:focus {
  border-top-color: rgb(125 211 252 / 0.9);
}

.focus\:border-t-sky-300\/95:focus {
  border-top-color: rgb(125 211 252 / 0.95);
}

.focus\:border-t-sky-400:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(56 189 248 / var(--tw-border-opacity));
}

.focus\:border-t-sky-400\/0:focus {
  border-top-color: rgb(56 189 248 / 0);
}

.focus\:border-t-sky-400\/10:focus {
  border-top-color: rgb(56 189 248 / 0.1);
}

.focus\:border-t-sky-400\/100:focus {
  border-top-color: rgb(56 189 248 / 1);
}

.focus\:border-t-sky-400\/20:focus {
  border-top-color: rgb(56 189 248 / 0.2);
}

.focus\:border-t-sky-400\/25:focus {
  border-top-color: rgb(56 189 248 / 0.25);
}

.focus\:border-t-sky-400\/30:focus {
  border-top-color: rgb(56 189 248 / 0.3);
}

.focus\:border-t-sky-400\/40:focus {
  border-top-color: rgb(56 189 248 / 0.4);
}

.focus\:border-t-sky-400\/5:focus {
  border-top-color: rgb(56 189 248 / 0.05);
}

.focus\:border-t-sky-400\/50:focus {
  border-top-color: rgb(56 189 248 / 0.5);
}

.focus\:border-t-sky-400\/60:focus {
  border-top-color: rgb(56 189 248 / 0.6);
}

.focus\:border-t-sky-400\/70:focus {
  border-top-color: rgb(56 189 248 / 0.7);
}

.focus\:border-t-sky-400\/75:focus {
  border-top-color: rgb(56 189 248 / 0.75);
}

.focus\:border-t-sky-400\/80:focus {
  border-top-color: rgb(56 189 248 / 0.8);
}

.focus\:border-t-sky-400\/90:focus {
  border-top-color: rgb(56 189 248 / 0.9);
}

.focus\:border-t-sky-400\/95:focus {
  border-top-color: rgb(56 189 248 / 0.95);
}

.focus\:border-t-sky-50:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.focus\:border-t-sky-50\/0:focus {
  border-top-color: rgb(240 249 255 / 0);
}

.focus\:border-t-sky-50\/10:focus {
  border-top-color: rgb(240 249 255 / 0.1);
}

.focus\:border-t-sky-50\/100:focus {
  border-top-color: rgb(240 249 255 / 1);
}

.focus\:border-t-sky-50\/20:focus {
  border-top-color: rgb(240 249 255 / 0.2);
}

.focus\:border-t-sky-50\/25:focus {
  border-top-color: rgb(240 249 255 / 0.25);
}

.focus\:border-t-sky-50\/30:focus {
  border-top-color: rgb(240 249 255 / 0.3);
}

.focus\:border-t-sky-50\/40:focus {
  border-top-color: rgb(240 249 255 / 0.4);
}

.focus\:border-t-sky-50\/5:focus {
  border-top-color: rgb(240 249 255 / 0.05);
}

.focus\:border-t-sky-50\/50:focus {
  border-top-color: rgb(240 249 255 / 0.5);
}

.focus\:border-t-sky-50\/60:focus {
  border-top-color: rgb(240 249 255 / 0.6);
}

.focus\:border-t-sky-50\/70:focus {
  border-top-color: rgb(240 249 255 / 0.7);
}

.focus\:border-t-sky-50\/75:focus {
  border-top-color: rgb(240 249 255 / 0.75);
}

.focus\:border-t-sky-50\/80:focus {
  border-top-color: rgb(240 249 255 / 0.8);
}

.focus\:border-t-sky-50\/90:focus {
  border-top-color: rgb(240 249 255 / 0.9);
}

.focus\:border-t-sky-50\/95:focus {
  border-top-color: rgb(240 249 255 / 0.95);
}

.focus\:border-t-sky-500:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.focus\:border-t-sky-500\/0:focus {
  border-top-color: rgb(14 165 233 / 0);
}

.focus\:border-t-sky-500\/10:focus {
  border-top-color: rgb(14 165 233 / 0.1);
}

.focus\:border-t-sky-500\/100:focus {
  border-top-color: rgb(14 165 233 / 1);
}

.focus\:border-t-sky-500\/20:focus {
  border-top-color: rgb(14 165 233 / 0.2);
}

.focus\:border-t-sky-500\/25:focus {
  border-top-color: rgb(14 165 233 / 0.25);
}

.focus\:border-t-sky-500\/30:focus {
  border-top-color: rgb(14 165 233 / 0.3);
}

.focus\:border-t-sky-500\/40:focus {
  border-top-color: rgb(14 165 233 / 0.4);
}

.focus\:border-t-sky-500\/5:focus {
  border-top-color: rgb(14 165 233 / 0.05);
}

.focus\:border-t-sky-500\/50:focus {
  border-top-color: rgb(14 165 233 / 0.5);
}

.focus\:border-t-sky-500\/60:focus {
  border-top-color: rgb(14 165 233 / 0.6);
}

.focus\:border-t-sky-500\/70:focus {
  border-top-color: rgb(14 165 233 / 0.7);
}

.focus\:border-t-sky-500\/75:focus {
  border-top-color: rgb(14 165 233 / 0.75);
}

.focus\:border-t-sky-500\/80:focus {
  border-top-color: rgb(14 165 233 / 0.8);
}

.focus\:border-t-sky-500\/90:focus {
  border-top-color: rgb(14 165 233 / 0.9);
}

.focus\:border-t-sky-500\/95:focus {
  border-top-color: rgb(14 165 233 / 0.95);
}

.focus\:border-t-sky-600:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(2 132 199 / var(--tw-border-opacity));
}

.focus\:border-t-sky-600\/0:focus {
  border-top-color: rgb(2 132 199 / 0);
}

.focus\:border-t-sky-600\/10:focus {
  border-top-color: rgb(2 132 199 / 0.1);
}

.focus\:border-t-sky-600\/100:focus {
  border-top-color: rgb(2 132 199 / 1);
}

.focus\:border-t-sky-600\/20:focus {
  border-top-color: rgb(2 132 199 / 0.2);
}

.focus\:border-t-sky-600\/25:focus {
  border-top-color: rgb(2 132 199 / 0.25);
}

.focus\:border-t-sky-600\/30:focus {
  border-top-color: rgb(2 132 199 / 0.3);
}

.focus\:border-t-sky-600\/40:focus {
  border-top-color: rgb(2 132 199 / 0.4);
}

.focus\:border-t-sky-600\/5:focus {
  border-top-color: rgb(2 132 199 / 0.05);
}

.focus\:border-t-sky-600\/50:focus {
  border-top-color: rgb(2 132 199 / 0.5);
}

.focus\:border-t-sky-600\/60:focus {
  border-top-color: rgb(2 132 199 / 0.6);
}

.focus\:border-t-sky-600\/70:focus {
  border-top-color: rgb(2 132 199 / 0.7);
}

.focus\:border-t-sky-600\/75:focus {
  border-top-color: rgb(2 132 199 / 0.75);
}

.focus\:border-t-sky-600\/80:focus {
  border-top-color: rgb(2 132 199 / 0.8);
}

.focus\:border-t-sky-600\/90:focus {
  border-top-color: rgb(2 132 199 / 0.9);
}

.focus\:border-t-sky-600\/95:focus {
  border-top-color: rgb(2 132 199 / 0.95);
}

.focus\:border-t-sky-700:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.focus\:border-t-sky-700\/0:focus {
  border-top-color: rgb(3 105 161 / 0);
}

.focus\:border-t-sky-700\/10:focus {
  border-top-color: rgb(3 105 161 / 0.1);
}

.focus\:border-t-sky-700\/100:focus {
  border-top-color: rgb(3 105 161 / 1);
}

.focus\:border-t-sky-700\/20:focus {
  border-top-color: rgb(3 105 161 / 0.2);
}

.focus\:border-t-sky-700\/25:focus {
  border-top-color: rgb(3 105 161 / 0.25);
}

.focus\:border-t-sky-700\/30:focus {
  border-top-color: rgb(3 105 161 / 0.3);
}

.focus\:border-t-sky-700\/40:focus {
  border-top-color: rgb(3 105 161 / 0.4);
}

.focus\:border-t-sky-700\/5:focus {
  border-top-color: rgb(3 105 161 / 0.05);
}

.focus\:border-t-sky-700\/50:focus {
  border-top-color: rgb(3 105 161 / 0.5);
}

.focus\:border-t-sky-700\/60:focus {
  border-top-color: rgb(3 105 161 / 0.6);
}

.focus\:border-t-sky-700\/70:focus {
  border-top-color: rgb(3 105 161 / 0.7);
}

.focus\:border-t-sky-700\/75:focus {
  border-top-color: rgb(3 105 161 / 0.75);
}

.focus\:border-t-sky-700\/80:focus {
  border-top-color: rgb(3 105 161 / 0.8);
}

.focus\:border-t-sky-700\/90:focus {
  border-top-color: rgb(3 105 161 / 0.9);
}

.focus\:border-t-sky-700\/95:focus {
  border-top-color: rgb(3 105 161 / 0.95);
}

.focus\:border-t-sky-800:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(7 89 133 / var(--tw-border-opacity));
}

.focus\:border-t-sky-800\/0:focus {
  border-top-color: rgb(7 89 133 / 0);
}

.focus\:border-t-sky-800\/10:focus {
  border-top-color: rgb(7 89 133 / 0.1);
}

.focus\:border-t-sky-800\/100:focus {
  border-top-color: rgb(7 89 133 / 1);
}

.focus\:border-t-sky-800\/20:focus {
  border-top-color: rgb(7 89 133 / 0.2);
}

.focus\:border-t-sky-800\/25:focus {
  border-top-color: rgb(7 89 133 / 0.25);
}

.focus\:border-t-sky-800\/30:focus {
  border-top-color: rgb(7 89 133 / 0.3);
}

.focus\:border-t-sky-800\/40:focus {
  border-top-color: rgb(7 89 133 / 0.4);
}

.focus\:border-t-sky-800\/5:focus {
  border-top-color: rgb(7 89 133 / 0.05);
}

.focus\:border-t-sky-800\/50:focus {
  border-top-color: rgb(7 89 133 / 0.5);
}

.focus\:border-t-sky-800\/60:focus {
  border-top-color: rgb(7 89 133 / 0.6);
}

.focus\:border-t-sky-800\/70:focus {
  border-top-color: rgb(7 89 133 / 0.7);
}

.focus\:border-t-sky-800\/75:focus {
  border-top-color: rgb(7 89 133 / 0.75);
}

.focus\:border-t-sky-800\/80:focus {
  border-top-color: rgb(7 89 133 / 0.8);
}

.focus\:border-t-sky-800\/90:focus {
  border-top-color: rgb(7 89 133 / 0.9);
}

.focus\:border-t-sky-800\/95:focus {
  border-top-color: rgb(7 89 133 / 0.95);
}

.focus\:border-t-sky-900:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(12 74 110 / var(--tw-border-opacity));
}

.focus\:border-t-sky-900\/0:focus {
  border-top-color: rgb(12 74 110 / 0);
}

.focus\:border-t-sky-900\/10:focus {
  border-top-color: rgb(12 74 110 / 0.1);
}

.focus\:border-t-sky-900\/100:focus {
  border-top-color: rgb(12 74 110 / 1);
}

.focus\:border-t-sky-900\/20:focus {
  border-top-color: rgb(12 74 110 / 0.2);
}

.focus\:border-t-sky-900\/25:focus {
  border-top-color: rgb(12 74 110 / 0.25);
}

.focus\:border-t-sky-900\/30:focus {
  border-top-color: rgb(12 74 110 / 0.3);
}

.focus\:border-t-sky-900\/40:focus {
  border-top-color: rgb(12 74 110 / 0.4);
}

.focus\:border-t-sky-900\/5:focus {
  border-top-color: rgb(12 74 110 / 0.05);
}

.focus\:border-t-sky-900\/50:focus {
  border-top-color: rgb(12 74 110 / 0.5);
}

.focus\:border-t-sky-900\/60:focus {
  border-top-color: rgb(12 74 110 / 0.6);
}

.focus\:border-t-sky-900\/70:focus {
  border-top-color: rgb(12 74 110 / 0.7);
}

.focus\:border-t-sky-900\/75:focus {
  border-top-color: rgb(12 74 110 / 0.75);
}

.focus\:border-t-sky-900\/80:focus {
  border-top-color: rgb(12 74 110 / 0.8);
}

.focus\:border-t-sky-900\/90:focus {
  border-top-color: rgb(12 74 110 / 0.9);
}

.focus\:border-t-sky-900\/95:focus {
  border-top-color: rgb(12 74 110 / 0.95);
}

.focus\:border-t-sky-950:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(8 47 73 / var(--tw-border-opacity));
}

.focus\:border-t-sky-950\/0:focus {
  border-top-color: rgb(8 47 73 / 0);
}

.focus\:border-t-sky-950\/10:focus {
  border-top-color: rgb(8 47 73 / 0.1);
}

.focus\:border-t-sky-950\/100:focus {
  border-top-color: rgb(8 47 73 / 1);
}

.focus\:border-t-sky-950\/20:focus {
  border-top-color: rgb(8 47 73 / 0.2);
}

.focus\:border-t-sky-950\/25:focus {
  border-top-color: rgb(8 47 73 / 0.25);
}

.focus\:border-t-sky-950\/30:focus {
  border-top-color: rgb(8 47 73 / 0.3);
}

.focus\:border-t-sky-950\/40:focus {
  border-top-color: rgb(8 47 73 / 0.4);
}

.focus\:border-t-sky-950\/5:focus {
  border-top-color: rgb(8 47 73 / 0.05);
}

.focus\:border-t-sky-950\/50:focus {
  border-top-color: rgb(8 47 73 / 0.5);
}

.focus\:border-t-sky-950\/60:focus {
  border-top-color: rgb(8 47 73 / 0.6);
}

.focus\:border-t-sky-950\/70:focus {
  border-top-color: rgb(8 47 73 / 0.7);
}

.focus\:border-t-sky-950\/75:focus {
  border-top-color: rgb(8 47 73 / 0.75);
}

.focus\:border-t-sky-950\/80:focus {
  border-top-color: rgb(8 47 73 / 0.8);
}

.focus\:border-t-sky-950\/90:focus {
  border-top-color: rgb(8 47 73 / 0.9);
}

.focus\:border-t-sky-950\/95:focus {
  border-top-color: rgb(8 47 73 / 0.95);
}

.focus\:border-t-slate-100:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.focus\:border-t-slate-100\/0:focus {
  border-top-color: rgb(241 245 249 / 0);
}

.focus\:border-t-slate-100\/10:focus {
  border-top-color: rgb(241 245 249 / 0.1);
}

.focus\:border-t-slate-100\/100:focus {
  border-top-color: rgb(241 245 249 / 1);
}

.focus\:border-t-slate-100\/20:focus {
  border-top-color: rgb(241 245 249 / 0.2);
}

.focus\:border-t-slate-100\/25:focus {
  border-top-color: rgb(241 245 249 / 0.25);
}

.focus\:border-t-slate-100\/30:focus {
  border-top-color: rgb(241 245 249 / 0.3);
}

.focus\:border-t-slate-100\/40:focus {
  border-top-color: rgb(241 245 249 / 0.4);
}

.focus\:border-t-slate-100\/5:focus {
  border-top-color: rgb(241 245 249 / 0.05);
}

.focus\:border-t-slate-100\/50:focus {
  border-top-color: rgb(241 245 249 / 0.5);
}

.focus\:border-t-slate-100\/60:focus {
  border-top-color: rgb(241 245 249 / 0.6);
}

.focus\:border-t-slate-100\/70:focus {
  border-top-color: rgb(241 245 249 / 0.7);
}

.focus\:border-t-slate-100\/75:focus {
  border-top-color: rgb(241 245 249 / 0.75);
}

.focus\:border-t-slate-100\/80:focus {
  border-top-color: rgb(241 245 249 / 0.8);
}

.focus\:border-t-slate-100\/90:focus {
  border-top-color: rgb(241 245 249 / 0.9);
}

.focus\:border-t-slate-100\/95:focus {
  border-top-color: rgb(241 245 249 / 0.95);
}

.focus\:border-t-slate-200:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.focus\:border-t-slate-200\/0:focus {
  border-top-color: rgb(226 232 240 / 0);
}

.focus\:border-t-slate-200\/10:focus {
  border-top-color: rgb(226 232 240 / 0.1);
}

.focus\:border-t-slate-200\/100:focus {
  border-top-color: rgb(226 232 240 / 1);
}

.focus\:border-t-slate-200\/20:focus {
  border-top-color: rgb(226 232 240 / 0.2);
}

.focus\:border-t-slate-200\/25:focus {
  border-top-color: rgb(226 232 240 / 0.25);
}

.focus\:border-t-slate-200\/30:focus {
  border-top-color: rgb(226 232 240 / 0.3);
}

.focus\:border-t-slate-200\/40:focus {
  border-top-color: rgb(226 232 240 / 0.4);
}

.focus\:border-t-slate-200\/5:focus {
  border-top-color: rgb(226 232 240 / 0.05);
}

.focus\:border-t-slate-200\/50:focus {
  border-top-color: rgb(226 232 240 / 0.5);
}

.focus\:border-t-slate-200\/60:focus {
  border-top-color: rgb(226 232 240 / 0.6);
}

.focus\:border-t-slate-200\/70:focus {
  border-top-color: rgb(226 232 240 / 0.7);
}

.focus\:border-t-slate-200\/75:focus {
  border-top-color: rgb(226 232 240 / 0.75);
}

.focus\:border-t-slate-200\/80:focus {
  border-top-color: rgb(226 232 240 / 0.8);
}

.focus\:border-t-slate-200\/90:focus {
  border-top-color: rgb(226 232 240 / 0.9);
}

.focus\:border-t-slate-200\/95:focus {
  border-top-color: rgb(226 232 240 / 0.95);
}

.focus\:border-t-slate-300:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.focus\:border-t-slate-300\/0:focus {
  border-top-color: rgb(203 213 225 / 0);
}

.focus\:border-t-slate-300\/10:focus {
  border-top-color: rgb(203 213 225 / 0.1);
}

.focus\:border-t-slate-300\/100:focus {
  border-top-color: rgb(203 213 225 / 1);
}

.focus\:border-t-slate-300\/20:focus {
  border-top-color: rgb(203 213 225 / 0.2);
}

.focus\:border-t-slate-300\/25:focus {
  border-top-color: rgb(203 213 225 / 0.25);
}

.focus\:border-t-slate-300\/30:focus {
  border-top-color: rgb(203 213 225 / 0.3);
}

.focus\:border-t-slate-300\/40:focus {
  border-top-color: rgb(203 213 225 / 0.4);
}

.focus\:border-t-slate-300\/5:focus {
  border-top-color: rgb(203 213 225 / 0.05);
}

.focus\:border-t-slate-300\/50:focus {
  border-top-color: rgb(203 213 225 / 0.5);
}

.focus\:border-t-slate-300\/60:focus {
  border-top-color: rgb(203 213 225 / 0.6);
}

.focus\:border-t-slate-300\/70:focus {
  border-top-color: rgb(203 213 225 / 0.7);
}

.focus\:border-t-slate-300\/75:focus {
  border-top-color: rgb(203 213 225 / 0.75);
}

.focus\:border-t-slate-300\/80:focus {
  border-top-color: rgb(203 213 225 / 0.8);
}

.focus\:border-t-slate-300\/90:focus {
  border-top-color: rgb(203 213 225 / 0.9);
}

.focus\:border-t-slate-300\/95:focus {
  border-top-color: rgb(203 213 225 / 0.95);
}

.focus\:border-t-slate-400:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.focus\:border-t-slate-400\/0:focus {
  border-top-color: rgb(148 163 184 / 0);
}

.focus\:border-t-slate-400\/10:focus {
  border-top-color: rgb(148 163 184 / 0.1);
}

.focus\:border-t-slate-400\/100:focus {
  border-top-color: rgb(148 163 184 / 1);
}

.focus\:border-t-slate-400\/20:focus {
  border-top-color: rgb(148 163 184 / 0.2);
}

.focus\:border-t-slate-400\/25:focus {
  border-top-color: rgb(148 163 184 / 0.25);
}

.focus\:border-t-slate-400\/30:focus {
  border-top-color: rgb(148 163 184 / 0.3);
}

.focus\:border-t-slate-400\/40:focus {
  border-top-color: rgb(148 163 184 / 0.4);
}

.focus\:border-t-slate-400\/5:focus {
  border-top-color: rgb(148 163 184 / 0.05);
}

.focus\:border-t-slate-400\/50:focus {
  border-top-color: rgb(148 163 184 / 0.5);
}

.focus\:border-t-slate-400\/60:focus {
  border-top-color: rgb(148 163 184 / 0.6);
}

.focus\:border-t-slate-400\/70:focus {
  border-top-color: rgb(148 163 184 / 0.7);
}

.focus\:border-t-slate-400\/75:focus {
  border-top-color: rgb(148 163 184 / 0.75);
}

.focus\:border-t-slate-400\/80:focus {
  border-top-color: rgb(148 163 184 / 0.8);
}

.focus\:border-t-slate-400\/90:focus {
  border-top-color: rgb(148 163 184 / 0.9);
}

.focus\:border-t-slate-400\/95:focus {
  border-top-color: rgb(148 163 184 / 0.95);
}

.focus\:border-t-slate-50:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(248 250 252 / var(--tw-border-opacity));
}

.focus\:border-t-slate-50\/0:focus {
  border-top-color: rgb(248 250 252 / 0);
}

.focus\:border-t-slate-50\/10:focus {
  border-top-color: rgb(248 250 252 / 0.1);
}

.focus\:border-t-slate-50\/100:focus {
  border-top-color: rgb(248 250 252 / 1);
}

.focus\:border-t-slate-50\/20:focus {
  border-top-color: rgb(248 250 252 / 0.2);
}

.focus\:border-t-slate-50\/25:focus {
  border-top-color: rgb(248 250 252 / 0.25);
}

.focus\:border-t-slate-50\/30:focus {
  border-top-color: rgb(248 250 252 / 0.3);
}

.focus\:border-t-slate-50\/40:focus {
  border-top-color: rgb(248 250 252 / 0.4);
}

.focus\:border-t-slate-50\/5:focus {
  border-top-color: rgb(248 250 252 / 0.05);
}

.focus\:border-t-slate-50\/50:focus {
  border-top-color: rgb(248 250 252 / 0.5);
}

.focus\:border-t-slate-50\/60:focus {
  border-top-color: rgb(248 250 252 / 0.6);
}

.focus\:border-t-slate-50\/70:focus {
  border-top-color: rgb(248 250 252 / 0.7);
}

.focus\:border-t-slate-50\/75:focus {
  border-top-color: rgb(248 250 252 / 0.75);
}

.focus\:border-t-slate-50\/80:focus {
  border-top-color: rgb(248 250 252 / 0.8);
}

.focus\:border-t-slate-50\/90:focus {
  border-top-color: rgb(248 250 252 / 0.9);
}

.focus\:border-t-slate-50\/95:focus {
  border-top-color: rgb(248 250 252 / 0.95);
}

.focus\:border-t-slate-500:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.focus\:border-t-slate-500\/0:focus {
  border-top-color: rgb(100 116 139 / 0);
}

.focus\:border-t-slate-500\/10:focus {
  border-top-color: rgb(100 116 139 / 0.1);
}

.focus\:border-t-slate-500\/100:focus {
  border-top-color: rgb(100 116 139 / 1);
}

.focus\:border-t-slate-500\/20:focus {
  border-top-color: rgb(100 116 139 / 0.2);
}

.focus\:border-t-slate-500\/25:focus {
  border-top-color: rgb(100 116 139 / 0.25);
}

.focus\:border-t-slate-500\/30:focus {
  border-top-color: rgb(100 116 139 / 0.3);
}

.focus\:border-t-slate-500\/40:focus {
  border-top-color: rgb(100 116 139 / 0.4);
}

.focus\:border-t-slate-500\/5:focus {
  border-top-color: rgb(100 116 139 / 0.05);
}

.focus\:border-t-slate-500\/50:focus {
  border-top-color: rgb(100 116 139 / 0.5);
}

.focus\:border-t-slate-500\/60:focus {
  border-top-color: rgb(100 116 139 / 0.6);
}

.focus\:border-t-slate-500\/70:focus {
  border-top-color: rgb(100 116 139 / 0.7);
}

.focus\:border-t-slate-500\/75:focus {
  border-top-color: rgb(100 116 139 / 0.75);
}

.focus\:border-t-slate-500\/80:focus {
  border-top-color: rgb(100 116 139 / 0.8);
}

.focus\:border-t-slate-500\/90:focus {
  border-top-color: rgb(100 116 139 / 0.9);
}

.focus\:border-t-slate-500\/95:focus {
  border-top-color: rgb(100 116 139 / 0.95);
}

.focus\:border-t-slate-600:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(71 85 105 / var(--tw-border-opacity));
}

.focus\:border-t-slate-600\/0:focus {
  border-top-color: rgb(71 85 105 / 0);
}

.focus\:border-t-slate-600\/10:focus {
  border-top-color: rgb(71 85 105 / 0.1);
}

.focus\:border-t-slate-600\/100:focus {
  border-top-color: rgb(71 85 105 / 1);
}

.focus\:border-t-slate-600\/20:focus {
  border-top-color: rgb(71 85 105 / 0.2);
}

.focus\:border-t-slate-600\/25:focus {
  border-top-color: rgb(71 85 105 / 0.25);
}

.focus\:border-t-slate-600\/30:focus {
  border-top-color: rgb(71 85 105 / 0.3);
}

.focus\:border-t-slate-600\/40:focus {
  border-top-color: rgb(71 85 105 / 0.4);
}

.focus\:border-t-slate-600\/5:focus {
  border-top-color: rgb(71 85 105 / 0.05);
}

.focus\:border-t-slate-600\/50:focus {
  border-top-color: rgb(71 85 105 / 0.5);
}

.focus\:border-t-slate-600\/60:focus {
  border-top-color: rgb(71 85 105 / 0.6);
}

.focus\:border-t-slate-600\/70:focus {
  border-top-color: rgb(71 85 105 / 0.7);
}

.focus\:border-t-slate-600\/75:focus {
  border-top-color: rgb(71 85 105 / 0.75);
}

.focus\:border-t-slate-600\/80:focus {
  border-top-color: rgb(71 85 105 / 0.8);
}

.focus\:border-t-slate-600\/90:focus {
  border-top-color: rgb(71 85 105 / 0.9);
}

.focus\:border-t-slate-600\/95:focus {
  border-top-color: rgb(71 85 105 / 0.95);
}

.focus\:border-t-slate-700:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.focus\:border-t-slate-700\/0:focus {
  border-top-color: rgb(51 65 85 / 0);
}

.focus\:border-t-slate-700\/10:focus {
  border-top-color: rgb(51 65 85 / 0.1);
}

.focus\:border-t-slate-700\/100:focus {
  border-top-color: rgb(51 65 85 / 1);
}

.focus\:border-t-slate-700\/20:focus {
  border-top-color: rgb(51 65 85 / 0.2);
}

.focus\:border-t-slate-700\/25:focus {
  border-top-color: rgb(51 65 85 / 0.25);
}

.focus\:border-t-slate-700\/30:focus {
  border-top-color: rgb(51 65 85 / 0.3);
}

.focus\:border-t-slate-700\/40:focus {
  border-top-color: rgb(51 65 85 / 0.4);
}

.focus\:border-t-slate-700\/5:focus {
  border-top-color: rgb(51 65 85 / 0.05);
}

.focus\:border-t-slate-700\/50:focus {
  border-top-color: rgb(51 65 85 / 0.5);
}

.focus\:border-t-slate-700\/60:focus {
  border-top-color: rgb(51 65 85 / 0.6);
}

.focus\:border-t-slate-700\/70:focus {
  border-top-color: rgb(51 65 85 / 0.7);
}

.focus\:border-t-slate-700\/75:focus {
  border-top-color: rgb(51 65 85 / 0.75);
}

.focus\:border-t-slate-700\/80:focus {
  border-top-color: rgb(51 65 85 / 0.8);
}

.focus\:border-t-slate-700\/90:focus {
  border-top-color: rgb(51 65 85 / 0.9);
}

.focus\:border-t-slate-700\/95:focus {
  border-top-color: rgb(51 65 85 / 0.95);
}

.focus\:border-t-slate-800:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.focus\:border-t-slate-800\/0:focus {
  border-top-color: rgb(30 41 59 / 0);
}

.focus\:border-t-slate-800\/10:focus {
  border-top-color: rgb(30 41 59 / 0.1);
}

.focus\:border-t-slate-800\/100:focus {
  border-top-color: rgb(30 41 59 / 1);
}

.focus\:border-t-slate-800\/20:focus {
  border-top-color: rgb(30 41 59 / 0.2);
}

.focus\:border-t-slate-800\/25:focus {
  border-top-color: rgb(30 41 59 / 0.25);
}

.focus\:border-t-slate-800\/30:focus {
  border-top-color: rgb(30 41 59 / 0.3);
}

.focus\:border-t-slate-800\/40:focus {
  border-top-color: rgb(30 41 59 / 0.4);
}

.focus\:border-t-slate-800\/5:focus {
  border-top-color: rgb(30 41 59 / 0.05);
}

.focus\:border-t-slate-800\/50:focus {
  border-top-color: rgb(30 41 59 / 0.5);
}

.focus\:border-t-slate-800\/60:focus {
  border-top-color: rgb(30 41 59 / 0.6);
}

.focus\:border-t-slate-800\/70:focus {
  border-top-color: rgb(30 41 59 / 0.7);
}

.focus\:border-t-slate-800\/75:focus {
  border-top-color: rgb(30 41 59 / 0.75);
}

.focus\:border-t-slate-800\/80:focus {
  border-top-color: rgb(30 41 59 / 0.8);
}

.focus\:border-t-slate-800\/90:focus {
  border-top-color: rgb(30 41 59 / 0.9);
}

.focus\:border-t-slate-800\/95:focus {
  border-top-color: rgb(30 41 59 / 0.95);
}

.focus\:border-t-slate-900:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(15 23 42 / var(--tw-border-opacity));
}

.focus\:border-t-slate-900\/0:focus {
  border-top-color: rgb(15 23 42 / 0);
}

.focus\:border-t-slate-900\/10:focus {
  border-top-color: rgb(15 23 42 / 0.1);
}

.focus\:border-t-slate-900\/100:focus {
  border-top-color: rgb(15 23 42 / 1);
}

.focus\:border-t-slate-900\/20:focus {
  border-top-color: rgb(15 23 42 / 0.2);
}

.focus\:border-t-slate-900\/25:focus {
  border-top-color: rgb(15 23 42 / 0.25);
}

.focus\:border-t-slate-900\/30:focus {
  border-top-color: rgb(15 23 42 / 0.3);
}

.focus\:border-t-slate-900\/40:focus {
  border-top-color: rgb(15 23 42 / 0.4);
}

.focus\:border-t-slate-900\/5:focus {
  border-top-color: rgb(15 23 42 / 0.05);
}

.focus\:border-t-slate-900\/50:focus {
  border-top-color: rgb(15 23 42 / 0.5);
}

.focus\:border-t-slate-900\/60:focus {
  border-top-color: rgb(15 23 42 / 0.6);
}

.focus\:border-t-slate-900\/70:focus {
  border-top-color: rgb(15 23 42 / 0.7);
}

.focus\:border-t-slate-900\/75:focus {
  border-top-color: rgb(15 23 42 / 0.75);
}

.focus\:border-t-slate-900\/80:focus {
  border-top-color: rgb(15 23 42 / 0.8);
}

.focus\:border-t-slate-900\/90:focus {
  border-top-color: rgb(15 23 42 / 0.9);
}

.focus\:border-t-slate-900\/95:focus {
  border-top-color: rgb(15 23 42 / 0.95);
}

.focus\:border-t-slate-950:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(2 6 23 / var(--tw-border-opacity));
}

.focus\:border-t-slate-950\/0:focus {
  border-top-color: rgb(2 6 23 / 0);
}

.focus\:border-t-slate-950\/10:focus {
  border-top-color: rgb(2 6 23 / 0.1);
}

.focus\:border-t-slate-950\/100:focus {
  border-top-color: rgb(2 6 23 / 1);
}

.focus\:border-t-slate-950\/20:focus {
  border-top-color: rgb(2 6 23 / 0.2);
}

.focus\:border-t-slate-950\/25:focus {
  border-top-color: rgb(2 6 23 / 0.25);
}

.focus\:border-t-slate-950\/30:focus {
  border-top-color: rgb(2 6 23 / 0.3);
}

.focus\:border-t-slate-950\/40:focus {
  border-top-color: rgb(2 6 23 / 0.4);
}

.focus\:border-t-slate-950\/5:focus {
  border-top-color: rgb(2 6 23 / 0.05);
}

.focus\:border-t-slate-950\/50:focus {
  border-top-color: rgb(2 6 23 / 0.5);
}

.focus\:border-t-slate-950\/60:focus {
  border-top-color: rgb(2 6 23 / 0.6);
}

.focus\:border-t-slate-950\/70:focus {
  border-top-color: rgb(2 6 23 / 0.7);
}

.focus\:border-t-slate-950\/75:focus {
  border-top-color: rgb(2 6 23 / 0.75);
}

.focus\:border-t-slate-950\/80:focus {
  border-top-color: rgb(2 6 23 / 0.8);
}

.focus\:border-t-slate-950\/90:focus {
  border-top-color: rgb(2 6 23 / 0.9);
}

.focus\:border-t-slate-950\/95:focus {
  border-top-color: rgb(2 6 23 / 0.95);
}

.focus\:border-t-stone-100:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 245 244 / var(--tw-border-opacity));
}

.focus\:border-t-stone-100\/0:focus {
  border-top-color: rgb(245 245 244 / 0);
}

.focus\:border-t-stone-100\/10:focus {
  border-top-color: rgb(245 245 244 / 0.1);
}

.focus\:border-t-stone-100\/100:focus {
  border-top-color: rgb(245 245 244 / 1);
}

.focus\:border-t-stone-100\/20:focus {
  border-top-color: rgb(245 245 244 / 0.2);
}

.focus\:border-t-stone-100\/25:focus {
  border-top-color: rgb(245 245 244 / 0.25);
}

.focus\:border-t-stone-100\/30:focus {
  border-top-color: rgb(245 245 244 / 0.3);
}

.focus\:border-t-stone-100\/40:focus {
  border-top-color: rgb(245 245 244 / 0.4);
}

.focus\:border-t-stone-100\/5:focus {
  border-top-color: rgb(245 245 244 / 0.05);
}

.focus\:border-t-stone-100\/50:focus {
  border-top-color: rgb(245 245 244 / 0.5);
}

.focus\:border-t-stone-100\/60:focus {
  border-top-color: rgb(245 245 244 / 0.6);
}

.focus\:border-t-stone-100\/70:focus {
  border-top-color: rgb(245 245 244 / 0.7);
}

.focus\:border-t-stone-100\/75:focus {
  border-top-color: rgb(245 245 244 / 0.75);
}

.focus\:border-t-stone-100\/80:focus {
  border-top-color: rgb(245 245 244 / 0.8);
}

.focus\:border-t-stone-100\/90:focus {
  border-top-color: rgb(245 245 244 / 0.9);
}

.focus\:border-t-stone-100\/95:focus {
  border-top-color: rgb(245 245 244 / 0.95);
}

.focus\:border-t-stone-200:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(231 229 228 / var(--tw-border-opacity));
}

.focus\:border-t-stone-200\/0:focus {
  border-top-color: rgb(231 229 228 / 0);
}

.focus\:border-t-stone-200\/10:focus {
  border-top-color: rgb(231 229 228 / 0.1);
}

.focus\:border-t-stone-200\/100:focus {
  border-top-color: rgb(231 229 228 / 1);
}

.focus\:border-t-stone-200\/20:focus {
  border-top-color: rgb(231 229 228 / 0.2);
}

.focus\:border-t-stone-200\/25:focus {
  border-top-color: rgb(231 229 228 / 0.25);
}

.focus\:border-t-stone-200\/30:focus {
  border-top-color: rgb(231 229 228 / 0.3);
}

.focus\:border-t-stone-200\/40:focus {
  border-top-color: rgb(231 229 228 / 0.4);
}

.focus\:border-t-stone-200\/5:focus {
  border-top-color: rgb(231 229 228 / 0.05);
}

.focus\:border-t-stone-200\/50:focus {
  border-top-color: rgb(231 229 228 / 0.5);
}

.focus\:border-t-stone-200\/60:focus {
  border-top-color: rgb(231 229 228 / 0.6);
}

.focus\:border-t-stone-200\/70:focus {
  border-top-color: rgb(231 229 228 / 0.7);
}

.focus\:border-t-stone-200\/75:focus {
  border-top-color: rgb(231 229 228 / 0.75);
}

.focus\:border-t-stone-200\/80:focus {
  border-top-color: rgb(231 229 228 / 0.8);
}

.focus\:border-t-stone-200\/90:focus {
  border-top-color: rgb(231 229 228 / 0.9);
}

.focus\:border-t-stone-200\/95:focus {
  border-top-color: rgb(231 229 228 / 0.95);
}

.focus\:border-t-stone-300:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.focus\:border-t-stone-300\/0:focus {
  border-top-color: rgb(214 211 209 / 0);
}

.focus\:border-t-stone-300\/10:focus {
  border-top-color: rgb(214 211 209 / 0.1);
}

.focus\:border-t-stone-300\/100:focus {
  border-top-color: rgb(214 211 209 / 1);
}

.focus\:border-t-stone-300\/20:focus {
  border-top-color: rgb(214 211 209 / 0.2);
}

.focus\:border-t-stone-300\/25:focus {
  border-top-color: rgb(214 211 209 / 0.25);
}

.focus\:border-t-stone-300\/30:focus {
  border-top-color: rgb(214 211 209 / 0.3);
}

.focus\:border-t-stone-300\/40:focus {
  border-top-color: rgb(214 211 209 / 0.4);
}

.focus\:border-t-stone-300\/5:focus {
  border-top-color: rgb(214 211 209 / 0.05);
}

.focus\:border-t-stone-300\/50:focus {
  border-top-color: rgb(214 211 209 / 0.5);
}

.focus\:border-t-stone-300\/60:focus {
  border-top-color: rgb(214 211 209 / 0.6);
}

.focus\:border-t-stone-300\/70:focus {
  border-top-color: rgb(214 211 209 / 0.7);
}

.focus\:border-t-stone-300\/75:focus {
  border-top-color: rgb(214 211 209 / 0.75);
}

.focus\:border-t-stone-300\/80:focus {
  border-top-color: rgb(214 211 209 / 0.8);
}

.focus\:border-t-stone-300\/90:focus {
  border-top-color: rgb(214 211 209 / 0.9);
}

.focus\:border-t-stone-300\/95:focus {
  border-top-color: rgb(214 211 209 / 0.95);
}

.focus\:border-t-stone-400:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(168 162 158 / var(--tw-border-opacity));
}

.focus\:border-t-stone-400\/0:focus {
  border-top-color: rgb(168 162 158 / 0);
}

.focus\:border-t-stone-400\/10:focus {
  border-top-color: rgb(168 162 158 / 0.1);
}

.focus\:border-t-stone-400\/100:focus {
  border-top-color: rgb(168 162 158 / 1);
}

.focus\:border-t-stone-400\/20:focus {
  border-top-color: rgb(168 162 158 / 0.2);
}

.focus\:border-t-stone-400\/25:focus {
  border-top-color: rgb(168 162 158 / 0.25);
}

.focus\:border-t-stone-400\/30:focus {
  border-top-color: rgb(168 162 158 / 0.3);
}

.focus\:border-t-stone-400\/40:focus {
  border-top-color: rgb(168 162 158 / 0.4);
}

.focus\:border-t-stone-400\/5:focus {
  border-top-color: rgb(168 162 158 / 0.05);
}

.focus\:border-t-stone-400\/50:focus {
  border-top-color: rgb(168 162 158 / 0.5);
}

.focus\:border-t-stone-400\/60:focus {
  border-top-color: rgb(168 162 158 / 0.6);
}

.focus\:border-t-stone-400\/70:focus {
  border-top-color: rgb(168 162 158 / 0.7);
}

.focus\:border-t-stone-400\/75:focus {
  border-top-color: rgb(168 162 158 / 0.75);
}

.focus\:border-t-stone-400\/80:focus {
  border-top-color: rgb(168 162 158 / 0.8);
}

.focus\:border-t-stone-400\/90:focus {
  border-top-color: rgb(168 162 158 / 0.9);
}

.focus\:border-t-stone-400\/95:focus {
  border-top-color: rgb(168 162 158 / 0.95);
}

.focus\:border-t-stone-50:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 250 249 / var(--tw-border-opacity));
}

.focus\:border-t-stone-50\/0:focus {
  border-top-color: rgb(250 250 249 / 0);
}

.focus\:border-t-stone-50\/10:focus {
  border-top-color: rgb(250 250 249 / 0.1);
}

.focus\:border-t-stone-50\/100:focus {
  border-top-color: rgb(250 250 249 / 1);
}

.focus\:border-t-stone-50\/20:focus {
  border-top-color: rgb(250 250 249 / 0.2);
}

.focus\:border-t-stone-50\/25:focus {
  border-top-color: rgb(250 250 249 / 0.25);
}

.focus\:border-t-stone-50\/30:focus {
  border-top-color: rgb(250 250 249 / 0.3);
}

.focus\:border-t-stone-50\/40:focus {
  border-top-color: rgb(250 250 249 / 0.4);
}

.focus\:border-t-stone-50\/5:focus {
  border-top-color: rgb(250 250 249 / 0.05);
}

.focus\:border-t-stone-50\/50:focus {
  border-top-color: rgb(250 250 249 / 0.5);
}

.focus\:border-t-stone-50\/60:focus {
  border-top-color: rgb(250 250 249 / 0.6);
}

.focus\:border-t-stone-50\/70:focus {
  border-top-color: rgb(250 250 249 / 0.7);
}

.focus\:border-t-stone-50\/75:focus {
  border-top-color: rgb(250 250 249 / 0.75);
}

.focus\:border-t-stone-50\/80:focus {
  border-top-color: rgb(250 250 249 / 0.8);
}

.focus\:border-t-stone-50\/90:focus {
  border-top-color: rgb(250 250 249 / 0.9);
}

.focus\:border-t-stone-50\/95:focus {
  border-top-color: rgb(250 250 249 / 0.95);
}

.focus\:border-t-stone-500:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(120 113 108 / var(--tw-border-opacity));
}

.focus\:border-t-stone-500\/0:focus {
  border-top-color: rgb(120 113 108 / 0);
}

.focus\:border-t-stone-500\/10:focus {
  border-top-color: rgb(120 113 108 / 0.1);
}

.focus\:border-t-stone-500\/100:focus {
  border-top-color: rgb(120 113 108 / 1);
}

.focus\:border-t-stone-500\/20:focus {
  border-top-color: rgb(120 113 108 / 0.2);
}

.focus\:border-t-stone-500\/25:focus {
  border-top-color: rgb(120 113 108 / 0.25);
}

.focus\:border-t-stone-500\/30:focus {
  border-top-color: rgb(120 113 108 / 0.3);
}

.focus\:border-t-stone-500\/40:focus {
  border-top-color: rgb(120 113 108 / 0.4);
}

.focus\:border-t-stone-500\/5:focus {
  border-top-color: rgb(120 113 108 / 0.05);
}

.focus\:border-t-stone-500\/50:focus {
  border-top-color: rgb(120 113 108 / 0.5);
}

.focus\:border-t-stone-500\/60:focus {
  border-top-color: rgb(120 113 108 / 0.6);
}

.focus\:border-t-stone-500\/70:focus {
  border-top-color: rgb(120 113 108 / 0.7);
}

.focus\:border-t-stone-500\/75:focus {
  border-top-color: rgb(120 113 108 / 0.75);
}

.focus\:border-t-stone-500\/80:focus {
  border-top-color: rgb(120 113 108 / 0.8);
}

.focus\:border-t-stone-500\/90:focus {
  border-top-color: rgb(120 113 108 / 0.9);
}

.focus\:border-t-stone-500\/95:focus {
  border-top-color: rgb(120 113 108 / 0.95);
}

.focus\:border-t-stone-600:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(87 83 78 / var(--tw-border-opacity));
}

.focus\:border-t-stone-600\/0:focus {
  border-top-color: rgb(87 83 78 / 0);
}

.focus\:border-t-stone-600\/10:focus {
  border-top-color: rgb(87 83 78 / 0.1);
}

.focus\:border-t-stone-600\/100:focus {
  border-top-color: rgb(87 83 78 / 1);
}

.focus\:border-t-stone-600\/20:focus {
  border-top-color: rgb(87 83 78 / 0.2);
}

.focus\:border-t-stone-600\/25:focus {
  border-top-color: rgb(87 83 78 / 0.25);
}

.focus\:border-t-stone-600\/30:focus {
  border-top-color: rgb(87 83 78 / 0.3);
}

.focus\:border-t-stone-600\/40:focus {
  border-top-color: rgb(87 83 78 / 0.4);
}

.focus\:border-t-stone-600\/5:focus {
  border-top-color: rgb(87 83 78 / 0.05);
}

.focus\:border-t-stone-600\/50:focus {
  border-top-color: rgb(87 83 78 / 0.5);
}

.focus\:border-t-stone-600\/60:focus {
  border-top-color: rgb(87 83 78 / 0.6);
}

.focus\:border-t-stone-600\/70:focus {
  border-top-color: rgb(87 83 78 / 0.7);
}

.focus\:border-t-stone-600\/75:focus {
  border-top-color: rgb(87 83 78 / 0.75);
}

.focus\:border-t-stone-600\/80:focus {
  border-top-color: rgb(87 83 78 / 0.8);
}

.focus\:border-t-stone-600\/90:focus {
  border-top-color: rgb(87 83 78 / 0.9);
}

.focus\:border-t-stone-600\/95:focus {
  border-top-color: rgb(87 83 78 / 0.95);
}

.focus\:border-t-stone-700:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(68 64 60 / var(--tw-border-opacity));
}

.focus\:border-t-stone-700\/0:focus {
  border-top-color: rgb(68 64 60 / 0);
}

.focus\:border-t-stone-700\/10:focus {
  border-top-color: rgb(68 64 60 / 0.1);
}

.focus\:border-t-stone-700\/100:focus {
  border-top-color: rgb(68 64 60 / 1);
}

.focus\:border-t-stone-700\/20:focus {
  border-top-color: rgb(68 64 60 / 0.2);
}

.focus\:border-t-stone-700\/25:focus {
  border-top-color: rgb(68 64 60 / 0.25);
}

.focus\:border-t-stone-700\/30:focus {
  border-top-color: rgb(68 64 60 / 0.3);
}

.focus\:border-t-stone-700\/40:focus {
  border-top-color: rgb(68 64 60 / 0.4);
}

.focus\:border-t-stone-700\/5:focus {
  border-top-color: rgb(68 64 60 / 0.05);
}

.focus\:border-t-stone-700\/50:focus {
  border-top-color: rgb(68 64 60 / 0.5);
}

.focus\:border-t-stone-700\/60:focus {
  border-top-color: rgb(68 64 60 / 0.6);
}

.focus\:border-t-stone-700\/70:focus {
  border-top-color: rgb(68 64 60 / 0.7);
}

.focus\:border-t-stone-700\/75:focus {
  border-top-color: rgb(68 64 60 / 0.75);
}

.focus\:border-t-stone-700\/80:focus {
  border-top-color: rgb(68 64 60 / 0.8);
}

.focus\:border-t-stone-700\/90:focus {
  border-top-color: rgb(68 64 60 / 0.9);
}

.focus\:border-t-stone-700\/95:focus {
  border-top-color: rgb(68 64 60 / 0.95);
}

.focus\:border-t-stone-800:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(41 37 36 / var(--tw-border-opacity));
}

.focus\:border-t-stone-800\/0:focus {
  border-top-color: rgb(41 37 36 / 0);
}

.focus\:border-t-stone-800\/10:focus {
  border-top-color: rgb(41 37 36 / 0.1);
}

.focus\:border-t-stone-800\/100:focus {
  border-top-color: rgb(41 37 36 / 1);
}

.focus\:border-t-stone-800\/20:focus {
  border-top-color: rgb(41 37 36 / 0.2);
}

.focus\:border-t-stone-800\/25:focus {
  border-top-color: rgb(41 37 36 / 0.25);
}

.focus\:border-t-stone-800\/30:focus {
  border-top-color: rgb(41 37 36 / 0.3);
}

.focus\:border-t-stone-800\/40:focus {
  border-top-color: rgb(41 37 36 / 0.4);
}

.focus\:border-t-stone-800\/5:focus {
  border-top-color: rgb(41 37 36 / 0.05);
}

.focus\:border-t-stone-800\/50:focus {
  border-top-color: rgb(41 37 36 / 0.5);
}

.focus\:border-t-stone-800\/60:focus {
  border-top-color: rgb(41 37 36 / 0.6);
}

.focus\:border-t-stone-800\/70:focus {
  border-top-color: rgb(41 37 36 / 0.7);
}

.focus\:border-t-stone-800\/75:focus {
  border-top-color: rgb(41 37 36 / 0.75);
}

.focus\:border-t-stone-800\/80:focus {
  border-top-color: rgb(41 37 36 / 0.8);
}

.focus\:border-t-stone-800\/90:focus {
  border-top-color: rgb(41 37 36 / 0.9);
}

.focus\:border-t-stone-800\/95:focus {
  border-top-color: rgb(41 37 36 / 0.95);
}

.focus\:border-t-stone-900:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(28 25 23 / var(--tw-border-opacity));
}

.focus\:border-t-stone-900\/0:focus {
  border-top-color: rgb(28 25 23 / 0);
}

.focus\:border-t-stone-900\/10:focus {
  border-top-color: rgb(28 25 23 / 0.1);
}

.focus\:border-t-stone-900\/100:focus {
  border-top-color: rgb(28 25 23 / 1);
}

.focus\:border-t-stone-900\/20:focus {
  border-top-color: rgb(28 25 23 / 0.2);
}

.focus\:border-t-stone-900\/25:focus {
  border-top-color: rgb(28 25 23 / 0.25);
}

.focus\:border-t-stone-900\/30:focus {
  border-top-color: rgb(28 25 23 / 0.3);
}

.focus\:border-t-stone-900\/40:focus {
  border-top-color: rgb(28 25 23 / 0.4);
}

.focus\:border-t-stone-900\/5:focus {
  border-top-color: rgb(28 25 23 / 0.05);
}

.focus\:border-t-stone-900\/50:focus {
  border-top-color: rgb(28 25 23 / 0.5);
}

.focus\:border-t-stone-900\/60:focus {
  border-top-color: rgb(28 25 23 / 0.6);
}

.focus\:border-t-stone-900\/70:focus {
  border-top-color: rgb(28 25 23 / 0.7);
}

.focus\:border-t-stone-900\/75:focus {
  border-top-color: rgb(28 25 23 / 0.75);
}

.focus\:border-t-stone-900\/80:focus {
  border-top-color: rgb(28 25 23 / 0.8);
}

.focus\:border-t-stone-900\/90:focus {
  border-top-color: rgb(28 25 23 / 0.9);
}

.focus\:border-t-stone-900\/95:focus {
  border-top-color: rgb(28 25 23 / 0.95);
}

.focus\:border-t-stone-950:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(12 10 9 / var(--tw-border-opacity));
}

.focus\:border-t-stone-950\/0:focus {
  border-top-color: rgb(12 10 9 / 0);
}

.focus\:border-t-stone-950\/10:focus {
  border-top-color: rgb(12 10 9 / 0.1);
}

.focus\:border-t-stone-950\/100:focus {
  border-top-color: rgb(12 10 9 / 1);
}

.focus\:border-t-stone-950\/20:focus {
  border-top-color: rgb(12 10 9 / 0.2);
}

.focus\:border-t-stone-950\/25:focus {
  border-top-color: rgb(12 10 9 / 0.25);
}

.focus\:border-t-stone-950\/30:focus {
  border-top-color: rgb(12 10 9 / 0.3);
}

.focus\:border-t-stone-950\/40:focus {
  border-top-color: rgb(12 10 9 / 0.4);
}

.focus\:border-t-stone-950\/5:focus {
  border-top-color: rgb(12 10 9 / 0.05);
}

.focus\:border-t-stone-950\/50:focus {
  border-top-color: rgb(12 10 9 / 0.5);
}

.focus\:border-t-stone-950\/60:focus {
  border-top-color: rgb(12 10 9 / 0.6);
}

.focus\:border-t-stone-950\/70:focus {
  border-top-color: rgb(12 10 9 / 0.7);
}

.focus\:border-t-stone-950\/75:focus {
  border-top-color: rgb(12 10 9 / 0.75);
}

.focus\:border-t-stone-950\/80:focus {
  border-top-color: rgb(12 10 9 / 0.8);
}

.focus\:border-t-stone-950\/90:focus {
  border-top-color: rgb(12 10 9 / 0.9);
}

.focus\:border-t-stone-950\/95:focus {
  border-top-color: rgb(12 10 9 / 0.95);
}

.focus\:border-t-teal-100:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(204 251 241 / var(--tw-border-opacity));
}

.focus\:border-t-teal-100\/0:focus {
  border-top-color: rgb(204 251 241 / 0);
}

.focus\:border-t-teal-100\/10:focus {
  border-top-color: rgb(204 251 241 / 0.1);
}

.focus\:border-t-teal-100\/100:focus {
  border-top-color: rgb(204 251 241 / 1);
}

.focus\:border-t-teal-100\/20:focus {
  border-top-color: rgb(204 251 241 / 0.2);
}

.focus\:border-t-teal-100\/25:focus {
  border-top-color: rgb(204 251 241 / 0.25);
}

.focus\:border-t-teal-100\/30:focus {
  border-top-color: rgb(204 251 241 / 0.3);
}

.focus\:border-t-teal-100\/40:focus {
  border-top-color: rgb(204 251 241 / 0.4);
}

.focus\:border-t-teal-100\/5:focus {
  border-top-color: rgb(204 251 241 / 0.05);
}

.focus\:border-t-teal-100\/50:focus {
  border-top-color: rgb(204 251 241 / 0.5);
}

.focus\:border-t-teal-100\/60:focus {
  border-top-color: rgb(204 251 241 / 0.6);
}

.focus\:border-t-teal-100\/70:focus {
  border-top-color: rgb(204 251 241 / 0.7);
}

.focus\:border-t-teal-100\/75:focus {
  border-top-color: rgb(204 251 241 / 0.75);
}

.focus\:border-t-teal-100\/80:focus {
  border-top-color: rgb(204 251 241 / 0.8);
}

.focus\:border-t-teal-100\/90:focus {
  border-top-color: rgb(204 251 241 / 0.9);
}

.focus\:border-t-teal-100\/95:focus {
  border-top-color: rgb(204 251 241 / 0.95);
}

.focus\:border-t-teal-200:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(153 246 228 / var(--tw-border-opacity));
}

.focus\:border-t-teal-200\/0:focus {
  border-top-color: rgb(153 246 228 / 0);
}

.focus\:border-t-teal-200\/10:focus {
  border-top-color: rgb(153 246 228 / 0.1);
}

.focus\:border-t-teal-200\/100:focus {
  border-top-color: rgb(153 246 228 / 1);
}

.focus\:border-t-teal-200\/20:focus {
  border-top-color: rgb(153 246 228 / 0.2);
}

.focus\:border-t-teal-200\/25:focus {
  border-top-color: rgb(153 246 228 / 0.25);
}

.focus\:border-t-teal-200\/30:focus {
  border-top-color: rgb(153 246 228 / 0.3);
}

.focus\:border-t-teal-200\/40:focus {
  border-top-color: rgb(153 246 228 / 0.4);
}

.focus\:border-t-teal-200\/5:focus {
  border-top-color: rgb(153 246 228 / 0.05);
}

.focus\:border-t-teal-200\/50:focus {
  border-top-color: rgb(153 246 228 / 0.5);
}

.focus\:border-t-teal-200\/60:focus {
  border-top-color: rgb(153 246 228 / 0.6);
}

.focus\:border-t-teal-200\/70:focus {
  border-top-color: rgb(153 246 228 / 0.7);
}

.focus\:border-t-teal-200\/75:focus {
  border-top-color: rgb(153 246 228 / 0.75);
}

.focus\:border-t-teal-200\/80:focus {
  border-top-color: rgb(153 246 228 / 0.8);
}

.focus\:border-t-teal-200\/90:focus {
  border-top-color: rgb(153 246 228 / 0.9);
}

.focus\:border-t-teal-200\/95:focus {
  border-top-color: rgb(153 246 228 / 0.95);
}

.focus\:border-t-teal-300:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(94 234 212 / var(--tw-border-opacity));
}

.focus\:border-t-teal-300\/0:focus {
  border-top-color: rgb(94 234 212 / 0);
}

.focus\:border-t-teal-300\/10:focus {
  border-top-color: rgb(94 234 212 / 0.1);
}

.focus\:border-t-teal-300\/100:focus {
  border-top-color: rgb(94 234 212 / 1);
}

.focus\:border-t-teal-300\/20:focus {
  border-top-color: rgb(94 234 212 / 0.2);
}

.focus\:border-t-teal-300\/25:focus {
  border-top-color: rgb(94 234 212 / 0.25);
}

.focus\:border-t-teal-300\/30:focus {
  border-top-color: rgb(94 234 212 / 0.3);
}

.focus\:border-t-teal-300\/40:focus {
  border-top-color: rgb(94 234 212 / 0.4);
}

.focus\:border-t-teal-300\/5:focus {
  border-top-color: rgb(94 234 212 / 0.05);
}

.focus\:border-t-teal-300\/50:focus {
  border-top-color: rgb(94 234 212 / 0.5);
}

.focus\:border-t-teal-300\/60:focus {
  border-top-color: rgb(94 234 212 / 0.6);
}

.focus\:border-t-teal-300\/70:focus {
  border-top-color: rgb(94 234 212 / 0.7);
}

.focus\:border-t-teal-300\/75:focus {
  border-top-color: rgb(94 234 212 / 0.75);
}

.focus\:border-t-teal-300\/80:focus {
  border-top-color: rgb(94 234 212 / 0.8);
}

.focus\:border-t-teal-300\/90:focus {
  border-top-color: rgb(94 234 212 / 0.9);
}

.focus\:border-t-teal-300\/95:focus {
  border-top-color: rgb(94 234 212 / 0.95);
}

.focus\:border-t-teal-400:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(45 212 191 / var(--tw-border-opacity));
}

.focus\:border-t-teal-400\/0:focus {
  border-top-color: rgb(45 212 191 / 0);
}

.focus\:border-t-teal-400\/10:focus {
  border-top-color: rgb(45 212 191 / 0.1);
}

.focus\:border-t-teal-400\/100:focus {
  border-top-color: rgb(45 212 191 / 1);
}

.focus\:border-t-teal-400\/20:focus {
  border-top-color: rgb(45 212 191 / 0.2);
}

.focus\:border-t-teal-400\/25:focus {
  border-top-color: rgb(45 212 191 / 0.25);
}

.focus\:border-t-teal-400\/30:focus {
  border-top-color: rgb(45 212 191 / 0.3);
}

.focus\:border-t-teal-400\/40:focus {
  border-top-color: rgb(45 212 191 / 0.4);
}

.focus\:border-t-teal-400\/5:focus {
  border-top-color: rgb(45 212 191 / 0.05);
}

.focus\:border-t-teal-400\/50:focus {
  border-top-color: rgb(45 212 191 / 0.5);
}

.focus\:border-t-teal-400\/60:focus {
  border-top-color: rgb(45 212 191 / 0.6);
}

.focus\:border-t-teal-400\/70:focus {
  border-top-color: rgb(45 212 191 / 0.7);
}

.focus\:border-t-teal-400\/75:focus {
  border-top-color: rgb(45 212 191 / 0.75);
}

.focus\:border-t-teal-400\/80:focus {
  border-top-color: rgb(45 212 191 / 0.8);
}

.focus\:border-t-teal-400\/90:focus {
  border-top-color: rgb(45 212 191 / 0.9);
}

.focus\:border-t-teal-400\/95:focus {
  border-top-color: rgb(45 212 191 / 0.95);
}

.focus\:border-t-teal-50:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(240 253 250 / var(--tw-border-opacity));
}

.focus\:border-t-teal-50\/0:focus {
  border-top-color: rgb(240 253 250 / 0);
}

.focus\:border-t-teal-50\/10:focus {
  border-top-color: rgb(240 253 250 / 0.1);
}

.focus\:border-t-teal-50\/100:focus {
  border-top-color: rgb(240 253 250 / 1);
}

.focus\:border-t-teal-50\/20:focus {
  border-top-color: rgb(240 253 250 / 0.2);
}

.focus\:border-t-teal-50\/25:focus {
  border-top-color: rgb(240 253 250 / 0.25);
}

.focus\:border-t-teal-50\/30:focus {
  border-top-color: rgb(240 253 250 / 0.3);
}

.focus\:border-t-teal-50\/40:focus {
  border-top-color: rgb(240 253 250 / 0.4);
}

.focus\:border-t-teal-50\/5:focus {
  border-top-color: rgb(240 253 250 / 0.05);
}

.focus\:border-t-teal-50\/50:focus {
  border-top-color: rgb(240 253 250 / 0.5);
}

.focus\:border-t-teal-50\/60:focus {
  border-top-color: rgb(240 253 250 / 0.6);
}

.focus\:border-t-teal-50\/70:focus {
  border-top-color: rgb(240 253 250 / 0.7);
}

.focus\:border-t-teal-50\/75:focus {
  border-top-color: rgb(240 253 250 / 0.75);
}

.focus\:border-t-teal-50\/80:focus {
  border-top-color: rgb(240 253 250 / 0.8);
}

.focus\:border-t-teal-50\/90:focus {
  border-top-color: rgb(240 253 250 / 0.9);
}

.focus\:border-t-teal-50\/95:focus {
  border-top-color: rgb(240 253 250 / 0.95);
}

.focus\:border-t-teal-500:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(20 184 166 / var(--tw-border-opacity));
}

.focus\:border-t-teal-500\/0:focus {
  border-top-color: rgb(20 184 166 / 0);
}

.focus\:border-t-teal-500\/10:focus {
  border-top-color: rgb(20 184 166 / 0.1);
}

.focus\:border-t-teal-500\/100:focus {
  border-top-color: rgb(20 184 166 / 1);
}

.focus\:border-t-teal-500\/20:focus {
  border-top-color: rgb(20 184 166 / 0.2);
}

.focus\:border-t-teal-500\/25:focus {
  border-top-color: rgb(20 184 166 / 0.25);
}

.focus\:border-t-teal-500\/30:focus {
  border-top-color: rgb(20 184 166 / 0.3);
}

.focus\:border-t-teal-500\/40:focus {
  border-top-color: rgb(20 184 166 / 0.4);
}

.focus\:border-t-teal-500\/5:focus {
  border-top-color: rgb(20 184 166 / 0.05);
}

.focus\:border-t-teal-500\/50:focus {
  border-top-color: rgb(20 184 166 / 0.5);
}

.focus\:border-t-teal-500\/60:focus {
  border-top-color: rgb(20 184 166 / 0.6);
}

.focus\:border-t-teal-500\/70:focus {
  border-top-color: rgb(20 184 166 / 0.7);
}

.focus\:border-t-teal-500\/75:focus {
  border-top-color: rgb(20 184 166 / 0.75);
}

.focus\:border-t-teal-500\/80:focus {
  border-top-color: rgb(20 184 166 / 0.8);
}

.focus\:border-t-teal-500\/90:focus {
  border-top-color: rgb(20 184 166 / 0.9);
}

.focus\:border-t-teal-500\/95:focus {
  border-top-color: rgb(20 184 166 / 0.95);
}

.focus\:border-t-teal-600:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(13 148 136 / var(--tw-border-opacity));
}

.focus\:border-t-teal-600\/0:focus {
  border-top-color: rgb(13 148 136 / 0);
}

.focus\:border-t-teal-600\/10:focus {
  border-top-color: rgb(13 148 136 / 0.1);
}

.focus\:border-t-teal-600\/100:focus {
  border-top-color: rgb(13 148 136 / 1);
}

.focus\:border-t-teal-600\/20:focus {
  border-top-color: rgb(13 148 136 / 0.2);
}

.focus\:border-t-teal-600\/25:focus {
  border-top-color: rgb(13 148 136 / 0.25);
}

.focus\:border-t-teal-600\/30:focus {
  border-top-color: rgb(13 148 136 / 0.3);
}

.focus\:border-t-teal-600\/40:focus {
  border-top-color: rgb(13 148 136 / 0.4);
}

.focus\:border-t-teal-600\/5:focus {
  border-top-color: rgb(13 148 136 / 0.05);
}

.focus\:border-t-teal-600\/50:focus {
  border-top-color: rgb(13 148 136 / 0.5);
}

.focus\:border-t-teal-600\/60:focus {
  border-top-color: rgb(13 148 136 / 0.6);
}

.focus\:border-t-teal-600\/70:focus {
  border-top-color: rgb(13 148 136 / 0.7);
}

.focus\:border-t-teal-600\/75:focus {
  border-top-color: rgb(13 148 136 / 0.75);
}

.focus\:border-t-teal-600\/80:focus {
  border-top-color: rgb(13 148 136 / 0.8);
}

.focus\:border-t-teal-600\/90:focus {
  border-top-color: rgb(13 148 136 / 0.9);
}

.focus\:border-t-teal-600\/95:focus {
  border-top-color: rgb(13 148 136 / 0.95);
}

.focus\:border-t-teal-700:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(15 118 110 / var(--tw-border-opacity));
}

.focus\:border-t-teal-700\/0:focus {
  border-top-color: rgb(15 118 110 / 0);
}

.focus\:border-t-teal-700\/10:focus {
  border-top-color: rgb(15 118 110 / 0.1);
}

.focus\:border-t-teal-700\/100:focus {
  border-top-color: rgb(15 118 110 / 1);
}

.focus\:border-t-teal-700\/20:focus {
  border-top-color: rgb(15 118 110 / 0.2);
}

.focus\:border-t-teal-700\/25:focus {
  border-top-color: rgb(15 118 110 / 0.25);
}

.focus\:border-t-teal-700\/30:focus {
  border-top-color: rgb(15 118 110 / 0.3);
}

.focus\:border-t-teal-700\/40:focus {
  border-top-color: rgb(15 118 110 / 0.4);
}

.focus\:border-t-teal-700\/5:focus {
  border-top-color: rgb(15 118 110 / 0.05);
}

.focus\:border-t-teal-700\/50:focus {
  border-top-color: rgb(15 118 110 / 0.5);
}

.focus\:border-t-teal-700\/60:focus {
  border-top-color: rgb(15 118 110 / 0.6);
}

.focus\:border-t-teal-700\/70:focus {
  border-top-color: rgb(15 118 110 / 0.7);
}

.focus\:border-t-teal-700\/75:focus {
  border-top-color: rgb(15 118 110 / 0.75);
}

.focus\:border-t-teal-700\/80:focus {
  border-top-color: rgb(15 118 110 / 0.8);
}

.focus\:border-t-teal-700\/90:focus {
  border-top-color: rgb(15 118 110 / 0.9);
}

.focus\:border-t-teal-700\/95:focus {
  border-top-color: rgb(15 118 110 / 0.95);
}

.focus\:border-t-teal-800:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(17 94 89 / var(--tw-border-opacity));
}

.focus\:border-t-teal-800\/0:focus {
  border-top-color: rgb(17 94 89 / 0);
}

.focus\:border-t-teal-800\/10:focus {
  border-top-color: rgb(17 94 89 / 0.1);
}

.focus\:border-t-teal-800\/100:focus {
  border-top-color: rgb(17 94 89 / 1);
}

.focus\:border-t-teal-800\/20:focus {
  border-top-color: rgb(17 94 89 / 0.2);
}

.focus\:border-t-teal-800\/25:focus {
  border-top-color: rgb(17 94 89 / 0.25);
}

.focus\:border-t-teal-800\/30:focus {
  border-top-color: rgb(17 94 89 / 0.3);
}

.focus\:border-t-teal-800\/40:focus {
  border-top-color: rgb(17 94 89 / 0.4);
}

.focus\:border-t-teal-800\/5:focus {
  border-top-color: rgb(17 94 89 / 0.05);
}

.focus\:border-t-teal-800\/50:focus {
  border-top-color: rgb(17 94 89 / 0.5);
}

.focus\:border-t-teal-800\/60:focus {
  border-top-color: rgb(17 94 89 / 0.6);
}

.focus\:border-t-teal-800\/70:focus {
  border-top-color: rgb(17 94 89 / 0.7);
}

.focus\:border-t-teal-800\/75:focus {
  border-top-color: rgb(17 94 89 / 0.75);
}

.focus\:border-t-teal-800\/80:focus {
  border-top-color: rgb(17 94 89 / 0.8);
}

.focus\:border-t-teal-800\/90:focus {
  border-top-color: rgb(17 94 89 / 0.9);
}

.focus\:border-t-teal-800\/95:focus {
  border-top-color: rgb(17 94 89 / 0.95);
}

.focus\:border-t-teal-900:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(19 78 74 / var(--tw-border-opacity));
}

.focus\:border-t-teal-900\/0:focus {
  border-top-color: rgb(19 78 74 / 0);
}

.focus\:border-t-teal-900\/10:focus {
  border-top-color: rgb(19 78 74 / 0.1);
}

.focus\:border-t-teal-900\/100:focus {
  border-top-color: rgb(19 78 74 / 1);
}

.focus\:border-t-teal-900\/20:focus {
  border-top-color: rgb(19 78 74 / 0.2);
}

.focus\:border-t-teal-900\/25:focus {
  border-top-color: rgb(19 78 74 / 0.25);
}

.focus\:border-t-teal-900\/30:focus {
  border-top-color: rgb(19 78 74 / 0.3);
}

.focus\:border-t-teal-900\/40:focus {
  border-top-color: rgb(19 78 74 / 0.4);
}

.focus\:border-t-teal-900\/5:focus {
  border-top-color: rgb(19 78 74 / 0.05);
}

.focus\:border-t-teal-900\/50:focus {
  border-top-color: rgb(19 78 74 / 0.5);
}

.focus\:border-t-teal-900\/60:focus {
  border-top-color: rgb(19 78 74 / 0.6);
}

.focus\:border-t-teal-900\/70:focus {
  border-top-color: rgb(19 78 74 / 0.7);
}

.focus\:border-t-teal-900\/75:focus {
  border-top-color: rgb(19 78 74 / 0.75);
}

.focus\:border-t-teal-900\/80:focus {
  border-top-color: rgb(19 78 74 / 0.8);
}

.focus\:border-t-teal-900\/90:focus {
  border-top-color: rgb(19 78 74 / 0.9);
}

.focus\:border-t-teal-900\/95:focus {
  border-top-color: rgb(19 78 74 / 0.95);
}

.focus\:border-t-teal-950:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(4 47 46 / var(--tw-border-opacity));
}

.focus\:border-t-teal-950\/0:focus {
  border-top-color: rgb(4 47 46 / 0);
}

.focus\:border-t-teal-950\/10:focus {
  border-top-color: rgb(4 47 46 / 0.1);
}

.focus\:border-t-teal-950\/100:focus {
  border-top-color: rgb(4 47 46 / 1);
}

.focus\:border-t-teal-950\/20:focus {
  border-top-color: rgb(4 47 46 / 0.2);
}

.focus\:border-t-teal-950\/25:focus {
  border-top-color: rgb(4 47 46 / 0.25);
}

.focus\:border-t-teal-950\/30:focus {
  border-top-color: rgb(4 47 46 / 0.3);
}

.focus\:border-t-teal-950\/40:focus {
  border-top-color: rgb(4 47 46 / 0.4);
}

.focus\:border-t-teal-950\/5:focus {
  border-top-color: rgb(4 47 46 / 0.05);
}

.focus\:border-t-teal-950\/50:focus {
  border-top-color: rgb(4 47 46 / 0.5);
}

.focus\:border-t-teal-950\/60:focus {
  border-top-color: rgb(4 47 46 / 0.6);
}

.focus\:border-t-teal-950\/70:focus {
  border-top-color: rgb(4 47 46 / 0.7);
}

.focus\:border-t-teal-950\/75:focus {
  border-top-color: rgb(4 47 46 / 0.75);
}

.focus\:border-t-teal-950\/80:focus {
  border-top-color: rgb(4 47 46 / 0.8);
}

.focus\:border-t-teal-950\/90:focus {
  border-top-color: rgb(4 47 46 / 0.9);
}

.focus\:border-t-teal-950\/95:focus {
  border-top-color: rgb(4 47 46 / 0.95);
}

.focus\:border-t-transparent:focus {
  border-top-color: transparent;
}

.focus\:border-t-transparent\/0:focus {
  border-top-color: rgb(0 0 0 / 0);
}

.focus\:border-t-transparent\/10:focus {
  border-top-color: rgb(0 0 0 / 0.1);
}

.focus\:border-t-transparent\/100:focus {
  border-top-color: rgb(0 0 0 / 1);
}

.focus\:border-t-transparent\/20:focus {
  border-top-color: rgb(0 0 0 / 0.2);
}

.focus\:border-t-transparent\/25:focus {
  border-top-color: rgb(0 0 0 / 0.25);
}

.focus\:border-t-transparent\/30:focus {
  border-top-color: rgb(0 0 0 / 0.3);
}

.focus\:border-t-transparent\/40:focus {
  border-top-color: rgb(0 0 0 / 0.4);
}

.focus\:border-t-transparent\/5:focus {
  border-top-color: rgb(0 0 0 / 0.05);
}

.focus\:border-t-transparent\/50:focus {
  border-top-color: rgb(0 0 0 / 0.5);
}

.focus\:border-t-transparent\/60:focus {
  border-top-color: rgb(0 0 0 / 0.6);
}

.focus\:border-t-transparent\/70:focus {
  border-top-color: rgb(0 0 0 / 0.7);
}

.focus\:border-t-transparent\/75:focus {
  border-top-color: rgb(0 0 0 / 0.75);
}

.focus\:border-t-transparent\/80:focus {
  border-top-color: rgb(0 0 0 / 0.8);
}

.focus\:border-t-transparent\/90:focus {
  border-top-color: rgb(0 0 0 / 0.9);
}

.focus\:border-t-transparent\/95:focus {
  border-top-color: rgb(0 0 0 / 0.95);
}

.focus\:border-t-tykhe-digital:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(239 156 131 / var(--tw-border-opacity));
}

.focus\:border-t-tykhe-digital-alt:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 239 224 / var(--tw-border-opacity));
}

.focus\:border-t-tykhe-digital-alt\/0:focus {
  border-top-color: rgb(245 239 224 / 0);
}

.focus\:border-t-tykhe-digital-alt\/10:focus {
  border-top-color: rgb(245 239 224 / 0.1);
}

.focus\:border-t-tykhe-digital-alt\/100:focus {
  border-top-color: rgb(245 239 224 / 1);
}

.focus\:border-t-tykhe-digital-alt\/20:focus {
  border-top-color: rgb(245 239 224 / 0.2);
}

.focus\:border-t-tykhe-digital-alt\/25:focus {
  border-top-color: rgb(245 239 224 / 0.25);
}

.focus\:border-t-tykhe-digital-alt\/30:focus {
  border-top-color: rgb(245 239 224 / 0.3);
}

.focus\:border-t-tykhe-digital-alt\/40:focus {
  border-top-color: rgb(245 239 224 / 0.4);
}

.focus\:border-t-tykhe-digital-alt\/5:focus {
  border-top-color: rgb(245 239 224 / 0.05);
}

.focus\:border-t-tykhe-digital-alt\/50:focus {
  border-top-color: rgb(245 239 224 / 0.5);
}

.focus\:border-t-tykhe-digital-alt\/60:focus {
  border-top-color: rgb(245 239 224 / 0.6);
}

.focus\:border-t-tykhe-digital-alt\/70:focus {
  border-top-color: rgb(245 239 224 / 0.7);
}

.focus\:border-t-tykhe-digital-alt\/75:focus {
  border-top-color: rgb(245 239 224 / 0.75);
}

.focus\:border-t-tykhe-digital-alt\/80:focus {
  border-top-color: rgb(245 239 224 / 0.8);
}

.focus\:border-t-tykhe-digital-alt\/90:focus {
  border-top-color: rgb(245 239 224 / 0.9);
}

.focus\:border-t-tykhe-digital-alt\/95:focus {
  border-top-color: rgb(245 239 224 / 0.95);
}

.focus\:border-t-tykhe-digital-alt2:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 58 111 / var(--tw-border-opacity));
}

.focus\:border-t-tykhe-digital-alt2\/0:focus {
  border-top-color: rgb(255 58 111 / 0);
}

.focus\:border-t-tykhe-digital-alt2\/10:focus {
  border-top-color: rgb(255 58 111 / 0.1);
}

.focus\:border-t-tykhe-digital-alt2\/100:focus {
  border-top-color: rgb(255 58 111 / 1);
}

.focus\:border-t-tykhe-digital-alt2\/20:focus {
  border-top-color: rgb(255 58 111 / 0.2);
}

.focus\:border-t-tykhe-digital-alt2\/25:focus {
  border-top-color: rgb(255 58 111 / 0.25);
}

.focus\:border-t-tykhe-digital-alt2\/30:focus {
  border-top-color: rgb(255 58 111 / 0.3);
}

.focus\:border-t-tykhe-digital-alt2\/40:focus {
  border-top-color: rgb(255 58 111 / 0.4);
}

.focus\:border-t-tykhe-digital-alt2\/5:focus {
  border-top-color: rgb(255 58 111 / 0.05);
}

.focus\:border-t-tykhe-digital-alt2\/50:focus {
  border-top-color: rgb(255 58 111 / 0.5);
}

.focus\:border-t-tykhe-digital-alt2\/60:focus {
  border-top-color: rgb(255 58 111 / 0.6);
}

.focus\:border-t-tykhe-digital-alt2\/70:focus {
  border-top-color: rgb(255 58 111 / 0.7);
}

.focus\:border-t-tykhe-digital-alt2\/75:focus {
  border-top-color: rgb(255 58 111 / 0.75);
}

.focus\:border-t-tykhe-digital-alt2\/80:focus {
  border-top-color: rgb(255 58 111 / 0.8);
}

.focus\:border-t-tykhe-digital-alt2\/90:focus {
  border-top-color: rgb(255 58 111 / 0.9);
}

.focus\:border-t-tykhe-digital-alt2\/95:focus {
  border-top-color: rgb(255 58 111 / 0.95);
}

.focus\:border-t-tykhe-digital-alt3:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(131 214 239 / var(--tw-border-opacity));
}

.focus\:border-t-tykhe-digital-alt3\/0:focus {
  border-top-color: rgb(131 214 239 / 0);
}

.focus\:border-t-tykhe-digital-alt3\/10:focus {
  border-top-color: rgb(131 214 239 / 0.1);
}

.focus\:border-t-tykhe-digital-alt3\/100:focus {
  border-top-color: rgb(131 214 239 / 1);
}

.focus\:border-t-tykhe-digital-alt3\/20:focus {
  border-top-color: rgb(131 214 239 / 0.2);
}

.focus\:border-t-tykhe-digital-alt3\/25:focus {
  border-top-color: rgb(131 214 239 / 0.25);
}

.focus\:border-t-tykhe-digital-alt3\/30:focus {
  border-top-color: rgb(131 214 239 / 0.3);
}

.focus\:border-t-tykhe-digital-alt3\/40:focus {
  border-top-color: rgb(131 214 239 / 0.4);
}

.focus\:border-t-tykhe-digital-alt3\/5:focus {
  border-top-color: rgb(131 214 239 / 0.05);
}

.focus\:border-t-tykhe-digital-alt3\/50:focus {
  border-top-color: rgb(131 214 239 / 0.5);
}

.focus\:border-t-tykhe-digital-alt3\/60:focus {
  border-top-color: rgb(131 214 239 / 0.6);
}

.focus\:border-t-tykhe-digital-alt3\/70:focus {
  border-top-color: rgb(131 214 239 / 0.7);
}

.focus\:border-t-tykhe-digital-alt3\/75:focus {
  border-top-color: rgb(131 214 239 / 0.75);
}

.focus\:border-t-tykhe-digital-alt3\/80:focus {
  border-top-color: rgb(131 214 239 / 0.8);
}

.focus\:border-t-tykhe-digital-alt3\/90:focus {
  border-top-color: rgb(131 214 239 / 0.9);
}

.focus\:border-t-tykhe-digital-alt3\/95:focus {
  border-top-color: rgb(131 214 239 / 0.95);
}

.focus\:border-t-tykhe-digital\/0:focus {
  border-top-color: rgb(239 156 131 / 0);
}

.focus\:border-t-tykhe-digital\/10:focus {
  border-top-color: rgb(239 156 131 / 0.1);
}

.focus\:border-t-tykhe-digital\/100:focus {
  border-top-color: rgb(239 156 131 / 1);
}

.focus\:border-t-tykhe-digital\/20:focus {
  border-top-color: rgb(239 156 131 / 0.2);
}

.focus\:border-t-tykhe-digital\/25:focus {
  border-top-color: rgb(239 156 131 / 0.25);
}

.focus\:border-t-tykhe-digital\/30:focus {
  border-top-color: rgb(239 156 131 / 0.3);
}

.focus\:border-t-tykhe-digital\/40:focus {
  border-top-color: rgb(239 156 131 / 0.4);
}

.focus\:border-t-tykhe-digital\/5:focus {
  border-top-color: rgb(239 156 131 / 0.05);
}

.focus\:border-t-tykhe-digital\/50:focus {
  border-top-color: rgb(239 156 131 / 0.5);
}

.focus\:border-t-tykhe-digital\/60:focus {
  border-top-color: rgb(239 156 131 / 0.6);
}

.focus\:border-t-tykhe-digital\/70:focus {
  border-top-color: rgb(239 156 131 / 0.7);
}

.focus\:border-t-tykhe-digital\/75:focus {
  border-top-color: rgb(239 156 131 / 0.75);
}

.focus\:border-t-tykhe-digital\/80:focus {
  border-top-color: rgb(239 156 131 / 0.8);
}

.focus\:border-t-tykhe-digital\/90:focus {
  border-top-color: rgb(239 156 131 / 0.9);
}

.focus\:border-t-tykhe-digital\/95:focus {
  border-top-color: rgb(239 156 131 / 0.95);
}

.focus\:border-t-violet-100:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(237 233 254 / var(--tw-border-opacity));
}

.focus\:border-t-violet-100\/0:focus {
  border-top-color: rgb(237 233 254 / 0);
}

.focus\:border-t-violet-100\/10:focus {
  border-top-color: rgb(237 233 254 / 0.1);
}

.focus\:border-t-violet-100\/100:focus {
  border-top-color: rgb(237 233 254 / 1);
}

.focus\:border-t-violet-100\/20:focus {
  border-top-color: rgb(237 233 254 / 0.2);
}

.focus\:border-t-violet-100\/25:focus {
  border-top-color: rgb(237 233 254 / 0.25);
}

.focus\:border-t-violet-100\/30:focus {
  border-top-color: rgb(237 233 254 / 0.3);
}

.focus\:border-t-violet-100\/40:focus {
  border-top-color: rgb(237 233 254 / 0.4);
}

.focus\:border-t-violet-100\/5:focus {
  border-top-color: rgb(237 233 254 / 0.05);
}

.focus\:border-t-violet-100\/50:focus {
  border-top-color: rgb(237 233 254 / 0.5);
}

.focus\:border-t-violet-100\/60:focus {
  border-top-color: rgb(237 233 254 / 0.6);
}

.focus\:border-t-violet-100\/70:focus {
  border-top-color: rgb(237 233 254 / 0.7);
}

.focus\:border-t-violet-100\/75:focus {
  border-top-color: rgb(237 233 254 / 0.75);
}

.focus\:border-t-violet-100\/80:focus {
  border-top-color: rgb(237 233 254 / 0.8);
}

.focus\:border-t-violet-100\/90:focus {
  border-top-color: rgb(237 233 254 / 0.9);
}

.focus\:border-t-violet-100\/95:focus {
  border-top-color: rgb(237 233 254 / 0.95);
}

.focus\:border-t-violet-200:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(221 214 254 / var(--tw-border-opacity));
}

.focus\:border-t-violet-200\/0:focus {
  border-top-color: rgb(221 214 254 / 0);
}

.focus\:border-t-violet-200\/10:focus {
  border-top-color: rgb(221 214 254 / 0.1);
}

.focus\:border-t-violet-200\/100:focus {
  border-top-color: rgb(221 214 254 / 1);
}

.focus\:border-t-violet-200\/20:focus {
  border-top-color: rgb(221 214 254 / 0.2);
}

.focus\:border-t-violet-200\/25:focus {
  border-top-color: rgb(221 214 254 / 0.25);
}

.focus\:border-t-violet-200\/30:focus {
  border-top-color: rgb(221 214 254 / 0.3);
}

.focus\:border-t-violet-200\/40:focus {
  border-top-color: rgb(221 214 254 / 0.4);
}

.focus\:border-t-violet-200\/5:focus {
  border-top-color: rgb(221 214 254 / 0.05);
}

.focus\:border-t-violet-200\/50:focus {
  border-top-color: rgb(221 214 254 / 0.5);
}

.focus\:border-t-violet-200\/60:focus {
  border-top-color: rgb(221 214 254 / 0.6);
}

.focus\:border-t-violet-200\/70:focus {
  border-top-color: rgb(221 214 254 / 0.7);
}

.focus\:border-t-violet-200\/75:focus {
  border-top-color: rgb(221 214 254 / 0.75);
}

.focus\:border-t-violet-200\/80:focus {
  border-top-color: rgb(221 214 254 / 0.8);
}

.focus\:border-t-violet-200\/90:focus {
  border-top-color: rgb(221 214 254 / 0.9);
}

.focus\:border-t-violet-200\/95:focus {
  border-top-color: rgb(221 214 254 / 0.95);
}

.focus\:border-t-violet-300:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(196 181 253 / var(--tw-border-opacity));
}

.focus\:border-t-violet-300\/0:focus {
  border-top-color: rgb(196 181 253 / 0);
}

.focus\:border-t-violet-300\/10:focus {
  border-top-color: rgb(196 181 253 / 0.1);
}

.focus\:border-t-violet-300\/100:focus {
  border-top-color: rgb(196 181 253 / 1);
}

.focus\:border-t-violet-300\/20:focus {
  border-top-color: rgb(196 181 253 / 0.2);
}

.focus\:border-t-violet-300\/25:focus {
  border-top-color: rgb(196 181 253 / 0.25);
}

.focus\:border-t-violet-300\/30:focus {
  border-top-color: rgb(196 181 253 / 0.3);
}

.focus\:border-t-violet-300\/40:focus {
  border-top-color: rgb(196 181 253 / 0.4);
}

.focus\:border-t-violet-300\/5:focus {
  border-top-color: rgb(196 181 253 / 0.05);
}

.focus\:border-t-violet-300\/50:focus {
  border-top-color: rgb(196 181 253 / 0.5);
}

.focus\:border-t-violet-300\/60:focus {
  border-top-color: rgb(196 181 253 / 0.6);
}

.focus\:border-t-violet-300\/70:focus {
  border-top-color: rgb(196 181 253 / 0.7);
}

.focus\:border-t-violet-300\/75:focus {
  border-top-color: rgb(196 181 253 / 0.75);
}

.focus\:border-t-violet-300\/80:focus {
  border-top-color: rgb(196 181 253 / 0.8);
}

.focus\:border-t-violet-300\/90:focus {
  border-top-color: rgb(196 181 253 / 0.9);
}

.focus\:border-t-violet-300\/95:focus {
  border-top-color: rgb(196 181 253 / 0.95);
}

.focus\:border-t-violet-400:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(167 139 250 / var(--tw-border-opacity));
}

.focus\:border-t-violet-400\/0:focus {
  border-top-color: rgb(167 139 250 / 0);
}

.focus\:border-t-violet-400\/10:focus {
  border-top-color: rgb(167 139 250 / 0.1);
}

.focus\:border-t-violet-400\/100:focus {
  border-top-color: rgb(167 139 250 / 1);
}

.focus\:border-t-violet-400\/20:focus {
  border-top-color: rgb(167 139 250 / 0.2);
}

.focus\:border-t-violet-400\/25:focus {
  border-top-color: rgb(167 139 250 / 0.25);
}

.focus\:border-t-violet-400\/30:focus {
  border-top-color: rgb(167 139 250 / 0.3);
}

.focus\:border-t-violet-400\/40:focus {
  border-top-color: rgb(167 139 250 / 0.4);
}

.focus\:border-t-violet-400\/5:focus {
  border-top-color: rgb(167 139 250 / 0.05);
}

.focus\:border-t-violet-400\/50:focus {
  border-top-color: rgb(167 139 250 / 0.5);
}

.focus\:border-t-violet-400\/60:focus {
  border-top-color: rgb(167 139 250 / 0.6);
}

.focus\:border-t-violet-400\/70:focus {
  border-top-color: rgb(167 139 250 / 0.7);
}

.focus\:border-t-violet-400\/75:focus {
  border-top-color: rgb(167 139 250 / 0.75);
}

.focus\:border-t-violet-400\/80:focus {
  border-top-color: rgb(167 139 250 / 0.8);
}

.focus\:border-t-violet-400\/90:focus {
  border-top-color: rgb(167 139 250 / 0.9);
}

.focus\:border-t-violet-400\/95:focus {
  border-top-color: rgb(167 139 250 / 0.95);
}

.focus\:border-t-violet-50:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 243 255 / var(--tw-border-opacity));
}

.focus\:border-t-violet-50\/0:focus {
  border-top-color: rgb(245 243 255 / 0);
}

.focus\:border-t-violet-50\/10:focus {
  border-top-color: rgb(245 243 255 / 0.1);
}

.focus\:border-t-violet-50\/100:focus {
  border-top-color: rgb(245 243 255 / 1);
}

.focus\:border-t-violet-50\/20:focus {
  border-top-color: rgb(245 243 255 / 0.2);
}

.focus\:border-t-violet-50\/25:focus {
  border-top-color: rgb(245 243 255 / 0.25);
}

.focus\:border-t-violet-50\/30:focus {
  border-top-color: rgb(245 243 255 / 0.3);
}

.focus\:border-t-violet-50\/40:focus {
  border-top-color: rgb(245 243 255 / 0.4);
}

.focus\:border-t-violet-50\/5:focus {
  border-top-color: rgb(245 243 255 / 0.05);
}

.focus\:border-t-violet-50\/50:focus {
  border-top-color: rgb(245 243 255 / 0.5);
}

.focus\:border-t-violet-50\/60:focus {
  border-top-color: rgb(245 243 255 / 0.6);
}

.focus\:border-t-violet-50\/70:focus {
  border-top-color: rgb(245 243 255 / 0.7);
}

.focus\:border-t-violet-50\/75:focus {
  border-top-color: rgb(245 243 255 / 0.75);
}

.focus\:border-t-violet-50\/80:focus {
  border-top-color: rgb(245 243 255 / 0.8);
}

.focus\:border-t-violet-50\/90:focus {
  border-top-color: rgb(245 243 255 / 0.9);
}

.focus\:border-t-violet-50\/95:focus {
  border-top-color: rgb(245 243 255 / 0.95);
}

.focus\:border-t-violet-500:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(139 92 246 / var(--tw-border-opacity));
}

.focus\:border-t-violet-500\/0:focus {
  border-top-color: rgb(139 92 246 / 0);
}

.focus\:border-t-violet-500\/10:focus {
  border-top-color: rgb(139 92 246 / 0.1);
}

.focus\:border-t-violet-500\/100:focus {
  border-top-color: rgb(139 92 246 / 1);
}

.focus\:border-t-violet-500\/20:focus {
  border-top-color: rgb(139 92 246 / 0.2);
}

.focus\:border-t-violet-500\/25:focus {
  border-top-color: rgb(139 92 246 / 0.25);
}

.focus\:border-t-violet-500\/30:focus {
  border-top-color: rgb(139 92 246 / 0.3);
}

.focus\:border-t-violet-500\/40:focus {
  border-top-color: rgb(139 92 246 / 0.4);
}

.focus\:border-t-violet-500\/5:focus {
  border-top-color: rgb(139 92 246 / 0.05);
}

.focus\:border-t-violet-500\/50:focus {
  border-top-color: rgb(139 92 246 / 0.5);
}

.focus\:border-t-violet-500\/60:focus {
  border-top-color: rgb(139 92 246 / 0.6);
}

.focus\:border-t-violet-500\/70:focus {
  border-top-color: rgb(139 92 246 / 0.7);
}

.focus\:border-t-violet-500\/75:focus {
  border-top-color: rgb(139 92 246 / 0.75);
}

.focus\:border-t-violet-500\/80:focus {
  border-top-color: rgb(139 92 246 / 0.8);
}

.focus\:border-t-violet-500\/90:focus {
  border-top-color: rgb(139 92 246 / 0.9);
}

.focus\:border-t-violet-500\/95:focus {
  border-top-color: rgb(139 92 246 / 0.95);
}

.focus\:border-t-violet-600:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(124 58 237 / var(--tw-border-opacity));
}

.focus\:border-t-violet-600\/0:focus {
  border-top-color: rgb(124 58 237 / 0);
}

.focus\:border-t-violet-600\/10:focus {
  border-top-color: rgb(124 58 237 / 0.1);
}

.focus\:border-t-violet-600\/100:focus {
  border-top-color: rgb(124 58 237 / 1);
}

.focus\:border-t-violet-600\/20:focus {
  border-top-color: rgb(124 58 237 / 0.2);
}

.focus\:border-t-violet-600\/25:focus {
  border-top-color: rgb(124 58 237 / 0.25);
}

.focus\:border-t-violet-600\/30:focus {
  border-top-color: rgb(124 58 237 / 0.3);
}

.focus\:border-t-violet-600\/40:focus {
  border-top-color: rgb(124 58 237 / 0.4);
}

.focus\:border-t-violet-600\/5:focus {
  border-top-color: rgb(124 58 237 / 0.05);
}

.focus\:border-t-violet-600\/50:focus {
  border-top-color: rgb(124 58 237 / 0.5);
}

.focus\:border-t-violet-600\/60:focus {
  border-top-color: rgb(124 58 237 / 0.6);
}

.focus\:border-t-violet-600\/70:focus {
  border-top-color: rgb(124 58 237 / 0.7);
}

.focus\:border-t-violet-600\/75:focus {
  border-top-color: rgb(124 58 237 / 0.75);
}

.focus\:border-t-violet-600\/80:focus {
  border-top-color: rgb(124 58 237 / 0.8);
}

.focus\:border-t-violet-600\/90:focus {
  border-top-color: rgb(124 58 237 / 0.9);
}

.focus\:border-t-violet-600\/95:focus {
  border-top-color: rgb(124 58 237 / 0.95);
}

.focus\:border-t-violet-700:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(109 40 217 / var(--tw-border-opacity));
}

.focus\:border-t-violet-700\/0:focus {
  border-top-color: rgb(109 40 217 / 0);
}

.focus\:border-t-violet-700\/10:focus {
  border-top-color: rgb(109 40 217 / 0.1);
}

.focus\:border-t-violet-700\/100:focus {
  border-top-color: rgb(109 40 217 / 1);
}

.focus\:border-t-violet-700\/20:focus {
  border-top-color: rgb(109 40 217 / 0.2);
}

.focus\:border-t-violet-700\/25:focus {
  border-top-color: rgb(109 40 217 / 0.25);
}

.focus\:border-t-violet-700\/30:focus {
  border-top-color: rgb(109 40 217 / 0.3);
}

.focus\:border-t-violet-700\/40:focus {
  border-top-color: rgb(109 40 217 / 0.4);
}

.focus\:border-t-violet-700\/5:focus {
  border-top-color: rgb(109 40 217 / 0.05);
}

.focus\:border-t-violet-700\/50:focus {
  border-top-color: rgb(109 40 217 / 0.5);
}

.focus\:border-t-violet-700\/60:focus {
  border-top-color: rgb(109 40 217 / 0.6);
}

.focus\:border-t-violet-700\/70:focus {
  border-top-color: rgb(109 40 217 / 0.7);
}

.focus\:border-t-violet-700\/75:focus {
  border-top-color: rgb(109 40 217 / 0.75);
}

.focus\:border-t-violet-700\/80:focus {
  border-top-color: rgb(109 40 217 / 0.8);
}

.focus\:border-t-violet-700\/90:focus {
  border-top-color: rgb(109 40 217 / 0.9);
}

.focus\:border-t-violet-700\/95:focus {
  border-top-color: rgb(109 40 217 / 0.95);
}

.focus\:border-t-violet-800:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(91 33 182 / var(--tw-border-opacity));
}

.focus\:border-t-violet-800\/0:focus {
  border-top-color: rgb(91 33 182 / 0);
}

.focus\:border-t-violet-800\/10:focus {
  border-top-color: rgb(91 33 182 / 0.1);
}

.focus\:border-t-violet-800\/100:focus {
  border-top-color: rgb(91 33 182 / 1);
}

.focus\:border-t-violet-800\/20:focus {
  border-top-color: rgb(91 33 182 / 0.2);
}

.focus\:border-t-violet-800\/25:focus {
  border-top-color: rgb(91 33 182 / 0.25);
}

.focus\:border-t-violet-800\/30:focus {
  border-top-color: rgb(91 33 182 / 0.3);
}

.focus\:border-t-violet-800\/40:focus {
  border-top-color: rgb(91 33 182 / 0.4);
}

.focus\:border-t-violet-800\/5:focus {
  border-top-color: rgb(91 33 182 / 0.05);
}

.focus\:border-t-violet-800\/50:focus {
  border-top-color: rgb(91 33 182 / 0.5);
}

.focus\:border-t-violet-800\/60:focus {
  border-top-color: rgb(91 33 182 / 0.6);
}

.focus\:border-t-violet-800\/70:focus {
  border-top-color: rgb(91 33 182 / 0.7);
}

.focus\:border-t-violet-800\/75:focus {
  border-top-color: rgb(91 33 182 / 0.75);
}

.focus\:border-t-violet-800\/80:focus {
  border-top-color: rgb(91 33 182 / 0.8);
}

.focus\:border-t-violet-800\/90:focus {
  border-top-color: rgb(91 33 182 / 0.9);
}

.focus\:border-t-violet-800\/95:focus {
  border-top-color: rgb(91 33 182 / 0.95);
}

.focus\:border-t-violet-900:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(76 29 149 / var(--tw-border-opacity));
}

.focus\:border-t-violet-900\/0:focus {
  border-top-color: rgb(76 29 149 / 0);
}

.focus\:border-t-violet-900\/10:focus {
  border-top-color: rgb(76 29 149 / 0.1);
}

.focus\:border-t-violet-900\/100:focus {
  border-top-color: rgb(76 29 149 / 1);
}

.focus\:border-t-violet-900\/20:focus {
  border-top-color: rgb(76 29 149 / 0.2);
}

.focus\:border-t-violet-900\/25:focus {
  border-top-color: rgb(76 29 149 / 0.25);
}

.focus\:border-t-violet-900\/30:focus {
  border-top-color: rgb(76 29 149 / 0.3);
}

.focus\:border-t-violet-900\/40:focus {
  border-top-color: rgb(76 29 149 / 0.4);
}

.focus\:border-t-violet-900\/5:focus {
  border-top-color: rgb(76 29 149 / 0.05);
}

.focus\:border-t-violet-900\/50:focus {
  border-top-color: rgb(76 29 149 / 0.5);
}

.focus\:border-t-violet-900\/60:focus {
  border-top-color: rgb(76 29 149 / 0.6);
}

.focus\:border-t-violet-900\/70:focus {
  border-top-color: rgb(76 29 149 / 0.7);
}

.focus\:border-t-violet-900\/75:focus {
  border-top-color: rgb(76 29 149 / 0.75);
}

.focus\:border-t-violet-900\/80:focus {
  border-top-color: rgb(76 29 149 / 0.8);
}

.focus\:border-t-violet-900\/90:focus {
  border-top-color: rgb(76 29 149 / 0.9);
}

.focus\:border-t-violet-900\/95:focus {
  border-top-color: rgb(76 29 149 / 0.95);
}

.focus\:border-t-violet-950:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(46 16 101 / var(--tw-border-opacity));
}

.focus\:border-t-violet-950\/0:focus {
  border-top-color: rgb(46 16 101 / 0);
}

.focus\:border-t-violet-950\/10:focus {
  border-top-color: rgb(46 16 101 / 0.1);
}

.focus\:border-t-violet-950\/100:focus {
  border-top-color: rgb(46 16 101 / 1);
}

.focus\:border-t-violet-950\/20:focus {
  border-top-color: rgb(46 16 101 / 0.2);
}

.focus\:border-t-violet-950\/25:focus {
  border-top-color: rgb(46 16 101 / 0.25);
}

.focus\:border-t-violet-950\/30:focus {
  border-top-color: rgb(46 16 101 / 0.3);
}

.focus\:border-t-violet-950\/40:focus {
  border-top-color: rgb(46 16 101 / 0.4);
}

.focus\:border-t-violet-950\/5:focus {
  border-top-color: rgb(46 16 101 / 0.05);
}

.focus\:border-t-violet-950\/50:focus {
  border-top-color: rgb(46 16 101 / 0.5);
}

.focus\:border-t-violet-950\/60:focus {
  border-top-color: rgb(46 16 101 / 0.6);
}

.focus\:border-t-violet-950\/70:focus {
  border-top-color: rgb(46 16 101 / 0.7);
}

.focus\:border-t-violet-950\/75:focus {
  border-top-color: rgb(46 16 101 / 0.75);
}

.focus\:border-t-violet-950\/80:focus {
  border-top-color: rgb(46 16 101 / 0.8);
}

.focus\:border-t-violet-950\/90:focus {
  border-top-color: rgb(46 16 101 / 0.9);
}

.focus\:border-t-violet-950\/95:focus {
  border-top-color: rgb(46 16 101 / 0.95);
}

.focus\:border-t-white:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.focus\:border-t-white\/0:focus {
  border-top-color: rgb(255 255 255 / 0);
}

.focus\:border-t-white\/10:focus {
  border-top-color: rgb(255 255 255 / 0.1);
}

.focus\:border-t-white\/100:focus {
  border-top-color: rgb(255 255 255 / 1);
}

.focus\:border-t-white\/20:focus {
  border-top-color: rgb(255 255 255 / 0.2);
}

.focus\:border-t-white\/25:focus {
  border-top-color: rgb(255 255 255 / 0.25);
}

.focus\:border-t-white\/30:focus {
  border-top-color: rgb(255 255 255 / 0.3);
}

.focus\:border-t-white\/40:focus {
  border-top-color: rgb(255 255 255 / 0.4);
}

.focus\:border-t-white\/5:focus {
  border-top-color: rgb(255 255 255 / 0.05);
}

.focus\:border-t-white\/50:focus {
  border-top-color: rgb(255 255 255 / 0.5);
}

.focus\:border-t-white\/60:focus {
  border-top-color: rgb(255 255 255 / 0.6);
}

.focus\:border-t-white\/70:focus {
  border-top-color: rgb(255 255 255 / 0.7);
}

.focus\:border-t-white\/75:focus {
  border-top-color: rgb(255 255 255 / 0.75);
}

.focus\:border-t-white\/80:focus {
  border-top-color: rgb(255 255 255 / 0.8);
}

.focus\:border-t-white\/90:focus {
  border-top-color: rgb(255 255 255 / 0.9);
}

.focus\:border-t-white\/95:focus {
  border-top-color: rgb(255 255 255 / 0.95);
}

.focus\:border-t-work-identity-300:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(166 235 194 / var(--tw-border-opacity));
}

.focus\:border-t-work-identity-300\/0:focus {
  border-top-color: rgb(166 235 194 / 0);
}

.focus\:border-t-work-identity-300\/10:focus {
  border-top-color: rgb(166 235 194 / 0.1);
}

.focus\:border-t-work-identity-300\/100:focus {
  border-top-color: rgb(166 235 194 / 1);
}

.focus\:border-t-work-identity-300\/20:focus {
  border-top-color: rgb(166 235 194 / 0.2);
}

.focus\:border-t-work-identity-300\/25:focus {
  border-top-color: rgb(166 235 194 / 0.25);
}

.focus\:border-t-work-identity-300\/30:focus {
  border-top-color: rgb(166 235 194 / 0.3);
}

.focus\:border-t-work-identity-300\/40:focus {
  border-top-color: rgb(166 235 194 / 0.4);
}

.focus\:border-t-work-identity-300\/5:focus {
  border-top-color: rgb(166 235 194 / 0.05);
}

.focus\:border-t-work-identity-300\/50:focus {
  border-top-color: rgb(166 235 194 / 0.5);
}

.focus\:border-t-work-identity-300\/60:focus {
  border-top-color: rgb(166 235 194 / 0.6);
}

.focus\:border-t-work-identity-300\/70:focus {
  border-top-color: rgb(166 235 194 / 0.7);
}

.focus\:border-t-work-identity-300\/75:focus {
  border-top-color: rgb(166 235 194 / 0.75);
}

.focus\:border-t-work-identity-300\/80:focus {
  border-top-color: rgb(166 235 194 / 0.8);
}

.focus\:border-t-work-identity-300\/90:focus {
  border-top-color: rgb(166 235 194 / 0.9);
}

.focus\:border-t-work-identity-300\/95:focus {
  border-top-color: rgb(166 235 194 / 0.95);
}

.focus\:border-t-work-identity-400:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(83 221 139 / var(--tw-border-opacity));
}

.focus\:border-t-work-identity-400\/0:focus {
  border-top-color: rgb(83 221 139 / 0);
}

.focus\:border-t-work-identity-400\/10:focus {
  border-top-color: rgb(83 221 139 / 0.1);
}

.focus\:border-t-work-identity-400\/100:focus {
  border-top-color: rgb(83 221 139 / 1);
}

.focus\:border-t-work-identity-400\/20:focus {
  border-top-color: rgb(83 221 139 / 0.2);
}

.focus\:border-t-work-identity-400\/25:focus {
  border-top-color: rgb(83 221 139 / 0.25);
}

.focus\:border-t-work-identity-400\/30:focus {
  border-top-color: rgb(83 221 139 / 0.3);
}

.focus\:border-t-work-identity-400\/40:focus {
  border-top-color: rgb(83 221 139 / 0.4);
}

.focus\:border-t-work-identity-400\/5:focus {
  border-top-color: rgb(83 221 139 / 0.05);
}

.focus\:border-t-work-identity-400\/50:focus {
  border-top-color: rgb(83 221 139 / 0.5);
}

.focus\:border-t-work-identity-400\/60:focus {
  border-top-color: rgb(83 221 139 / 0.6);
}

.focus\:border-t-work-identity-400\/70:focus {
  border-top-color: rgb(83 221 139 / 0.7);
}

.focus\:border-t-work-identity-400\/75:focus {
  border-top-color: rgb(83 221 139 / 0.75);
}

.focus\:border-t-work-identity-400\/80:focus {
  border-top-color: rgb(83 221 139 / 0.8);
}

.focus\:border-t-work-identity-400\/90:focus {
  border-top-color: rgb(83 221 139 / 0.9);
}

.focus\:border-t-work-identity-400\/95:focus {
  border-top-color: rgb(83 221 139 / 0.95);
}

.focus\:border-t-work-identity-500:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 208 84 / var(--tw-border-opacity));
}

.focus\:border-t-work-identity-500\/0:focus {
  border-top-color: rgb(0 208 84 / 0);
}

.focus\:border-t-work-identity-500\/10:focus {
  border-top-color: rgb(0 208 84 / 0.1);
}

.focus\:border-t-work-identity-500\/100:focus {
  border-top-color: rgb(0 208 84 / 1);
}

.focus\:border-t-work-identity-500\/20:focus {
  border-top-color: rgb(0 208 84 / 0.2);
}

.focus\:border-t-work-identity-500\/25:focus {
  border-top-color: rgb(0 208 84 / 0.25);
}

.focus\:border-t-work-identity-500\/30:focus {
  border-top-color: rgb(0 208 84 / 0.3);
}

.focus\:border-t-work-identity-500\/40:focus {
  border-top-color: rgb(0 208 84 / 0.4);
}

.focus\:border-t-work-identity-500\/5:focus {
  border-top-color: rgb(0 208 84 / 0.05);
}

.focus\:border-t-work-identity-500\/50:focus {
  border-top-color: rgb(0 208 84 / 0.5);
}

.focus\:border-t-work-identity-500\/60:focus {
  border-top-color: rgb(0 208 84 / 0.6);
}

.focus\:border-t-work-identity-500\/70:focus {
  border-top-color: rgb(0 208 84 / 0.7);
}

.focus\:border-t-work-identity-500\/75:focus {
  border-top-color: rgb(0 208 84 / 0.75);
}

.focus\:border-t-work-identity-500\/80:focus {
  border-top-color: rgb(0 208 84 / 0.8);
}

.focus\:border-t-work-identity-500\/90:focus {
  border-top-color: rgb(0 208 84 / 0.9);
}

.focus\:border-t-work-identity-500\/95:focus {
  border-top-color: rgb(0 208 84 / 0.95);
}

.focus\:border-t-work-identity-900:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 249 249 / var(--tw-border-opacity));
}

.focus\:border-t-work-identity-900\/0:focus {
  border-top-color: rgb(249 249 249 / 0);
}

.focus\:border-t-work-identity-900\/10:focus {
  border-top-color: rgb(249 249 249 / 0.1);
}

.focus\:border-t-work-identity-900\/100:focus {
  border-top-color: rgb(249 249 249 / 1);
}

.focus\:border-t-work-identity-900\/20:focus {
  border-top-color: rgb(249 249 249 / 0.2);
}

.focus\:border-t-work-identity-900\/25:focus {
  border-top-color: rgb(249 249 249 / 0.25);
}

.focus\:border-t-work-identity-900\/30:focus {
  border-top-color: rgb(249 249 249 / 0.3);
}

.focus\:border-t-work-identity-900\/40:focus {
  border-top-color: rgb(249 249 249 / 0.4);
}

.focus\:border-t-work-identity-900\/5:focus {
  border-top-color: rgb(249 249 249 / 0.05);
}

.focus\:border-t-work-identity-900\/50:focus {
  border-top-color: rgb(249 249 249 / 0.5);
}

.focus\:border-t-work-identity-900\/60:focus {
  border-top-color: rgb(249 249 249 / 0.6);
}

.focus\:border-t-work-identity-900\/70:focus {
  border-top-color: rgb(249 249 249 / 0.7);
}

.focus\:border-t-work-identity-900\/75:focus {
  border-top-color: rgb(249 249 249 / 0.75);
}

.focus\:border-t-work-identity-900\/80:focus {
  border-top-color: rgb(249 249 249 / 0.8);
}

.focus\:border-t-work-identity-900\/90:focus {
  border-top-color: rgb(249 249 249 / 0.9);
}

.focus\:border-t-work-identity-900\/95:focus {
  border-top-color: rgb(249 249 249 / 0.95);
}

.focus\:border-t-yellow-100:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.focus\:border-t-yellow-100\/0:focus {
  border-top-color: rgb(254 249 195 / 0);
}

.focus\:border-t-yellow-100\/10:focus {
  border-top-color: rgb(254 249 195 / 0.1);
}

.focus\:border-t-yellow-100\/100:focus {
  border-top-color: rgb(254 249 195 / 1);
}

.focus\:border-t-yellow-100\/20:focus {
  border-top-color: rgb(254 249 195 / 0.2);
}

.focus\:border-t-yellow-100\/25:focus {
  border-top-color: rgb(254 249 195 / 0.25);
}

.focus\:border-t-yellow-100\/30:focus {
  border-top-color: rgb(254 249 195 / 0.3);
}

.focus\:border-t-yellow-100\/40:focus {
  border-top-color: rgb(254 249 195 / 0.4);
}

.focus\:border-t-yellow-100\/5:focus {
  border-top-color: rgb(254 249 195 / 0.05);
}

.focus\:border-t-yellow-100\/50:focus {
  border-top-color: rgb(254 249 195 / 0.5);
}

.focus\:border-t-yellow-100\/60:focus {
  border-top-color: rgb(254 249 195 / 0.6);
}

.focus\:border-t-yellow-100\/70:focus {
  border-top-color: rgb(254 249 195 / 0.7);
}

.focus\:border-t-yellow-100\/75:focus {
  border-top-color: rgb(254 249 195 / 0.75);
}

.focus\:border-t-yellow-100\/80:focus {
  border-top-color: rgb(254 249 195 / 0.8);
}

.focus\:border-t-yellow-100\/90:focus {
  border-top-color: rgb(254 249 195 / 0.9);
}

.focus\:border-t-yellow-100\/95:focus {
  border-top-color: rgb(254 249 195 / 0.95);
}

.focus\:border-t-yellow-200:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.focus\:border-t-yellow-200\/0:focus {
  border-top-color: rgb(254 240 138 / 0);
}

.focus\:border-t-yellow-200\/10:focus {
  border-top-color: rgb(254 240 138 / 0.1);
}

.focus\:border-t-yellow-200\/100:focus {
  border-top-color: rgb(254 240 138 / 1);
}

.focus\:border-t-yellow-200\/20:focus {
  border-top-color: rgb(254 240 138 / 0.2);
}

.focus\:border-t-yellow-200\/25:focus {
  border-top-color: rgb(254 240 138 / 0.25);
}

.focus\:border-t-yellow-200\/30:focus {
  border-top-color: rgb(254 240 138 / 0.3);
}

.focus\:border-t-yellow-200\/40:focus {
  border-top-color: rgb(254 240 138 / 0.4);
}

.focus\:border-t-yellow-200\/5:focus {
  border-top-color: rgb(254 240 138 / 0.05);
}

.focus\:border-t-yellow-200\/50:focus {
  border-top-color: rgb(254 240 138 / 0.5);
}

.focus\:border-t-yellow-200\/60:focus {
  border-top-color: rgb(254 240 138 / 0.6);
}

.focus\:border-t-yellow-200\/70:focus {
  border-top-color: rgb(254 240 138 / 0.7);
}

.focus\:border-t-yellow-200\/75:focus {
  border-top-color: rgb(254 240 138 / 0.75);
}

.focus\:border-t-yellow-200\/80:focus {
  border-top-color: rgb(254 240 138 / 0.8);
}

.focus\:border-t-yellow-200\/90:focus {
  border-top-color: rgb(254 240 138 / 0.9);
}

.focus\:border-t-yellow-200\/95:focus {
  border-top-color: rgb(254 240 138 / 0.95);
}

.focus\:border-t-yellow-300:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.focus\:border-t-yellow-300\/0:focus {
  border-top-color: rgb(253 224 71 / 0);
}

.focus\:border-t-yellow-300\/10:focus {
  border-top-color: rgb(253 224 71 / 0.1);
}

.focus\:border-t-yellow-300\/100:focus {
  border-top-color: rgb(253 224 71 / 1);
}

.focus\:border-t-yellow-300\/20:focus {
  border-top-color: rgb(253 224 71 / 0.2);
}

.focus\:border-t-yellow-300\/25:focus {
  border-top-color: rgb(253 224 71 / 0.25);
}

.focus\:border-t-yellow-300\/30:focus {
  border-top-color: rgb(253 224 71 / 0.3);
}

.focus\:border-t-yellow-300\/40:focus {
  border-top-color: rgb(253 224 71 / 0.4);
}

.focus\:border-t-yellow-300\/5:focus {
  border-top-color: rgb(253 224 71 / 0.05);
}

.focus\:border-t-yellow-300\/50:focus {
  border-top-color: rgb(253 224 71 / 0.5);
}

.focus\:border-t-yellow-300\/60:focus {
  border-top-color: rgb(253 224 71 / 0.6);
}

.focus\:border-t-yellow-300\/70:focus {
  border-top-color: rgb(253 224 71 / 0.7);
}

.focus\:border-t-yellow-300\/75:focus {
  border-top-color: rgb(253 224 71 / 0.75);
}

.focus\:border-t-yellow-300\/80:focus {
  border-top-color: rgb(253 224 71 / 0.8);
}

.focus\:border-t-yellow-300\/90:focus {
  border-top-color: rgb(253 224 71 / 0.9);
}

.focus\:border-t-yellow-300\/95:focus {
  border-top-color: rgb(253 224 71 / 0.95);
}

.focus\:border-t-yellow-400:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.focus\:border-t-yellow-400\/0:focus {
  border-top-color: rgb(250 204 21 / 0);
}

.focus\:border-t-yellow-400\/10:focus {
  border-top-color: rgb(250 204 21 / 0.1);
}

.focus\:border-t-yellow-400\/100:focus {
  border-top-color: rgb(250 204 21 / 1);
}

.focus\:border-t-yellow-400\/20:focus {
  border-top-color: rgb(250 204 21 / 0.2);
}

.focus\:border-t-yellow-400\/25:focus {
  border-top-color: rgb(250 204 21 / 0.25);
}

.focus\:border-t-yellow-400\/30:focus {
  border-top-color: rgb(250 204 21 / 0.3);
}

.focus\:border-t-yellow-400\/40:focus {
  border-top-color: rgb(250 204 21 / 0.4);
}

.focus\:border-t-yellow-400\/5:focus {
  border-top-color: rgb(250 204 21 / 0.05);
}

.focus\:border-t-yellow-400\/50:focus {
  border-top-color: rgb(250 204 21 / 0.5);
}

.focus\:border-t-yellow-400\/60:focus {
  border-top-color: rgb(250 204 21 / 0.6);
}

.focus\:border-t-yellow-400\/70:focus {
  border-top-color: rgb(250 204 21 / 0.7);
}

.focus\:border-t-yellow-400\/75:focus {
  border-top-color: rgb(250 204 21 / 0.75);
}

.focus\:border-t-yellow-400\/80:focus {
  border-top-color: rgb(250 204 21 / 0.8);
}

.focus\:border-t-yellow-400\/90:focus {
  border-top-color: rgb(250 204 21 / 0.9);
}

.focus\:border-t-yellow-400\/95:focus {
  border-top-color: rgb(250 204 21 / 0.95);
}

.focus\:border-t-yellow-50:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.focus\:border-t-yellow-50\/0:focus {
  border-top-color: rgb(254 252 232 / 0);
}

.focus\:border-t-yellow-50\/10:focus {
  border-top-color: rgb(254 252 232 / 0.1);
}

.focus\:border-t-yellow-50\/100:focus {
  border-top-color: rgb(254 252 232 / 1);
}

.focus\:border-t-yellow-50\/20:focus {
  border-top-color: rgb(254 252 232 / 0.2);
}

.focus\:border-t-yellow-50\/25:focus {
  border-top-color: rgb(254 252 232 / 0.25);
}

.focus\:border-t-yellow-50\/30:focus {
  border-top-color: rgb(254 252 232 / 0.3);
}

.focus\:border-t-yellow-50\/40:focus {
  border-top-color: rgb(254 252 232 / 0.4);
}

.focus\:border-t-yellow-50\/5:focus {
  border-top-color: rgb(254 252 232 / 0.05);
}

.focus\:border-t-yellow-50\/50:focus {
  border-top-color: rgb(254 252 232 / 0.5);
}

.focus\:border-t-yellow-50\/60:focus {
  border-top-color: rgb(254 252 232 / 0.6);
}

.focus\:border-t-yellow-50\/70:focus {
  border-top-color: rgb(254 252 232 / 0.7);
}

.focus\:border-t-yellow-50\/75:focus {
  border-top-color: rgb(254 252 232 / 0.75);
}

.focus\:border-t-yellow-50\/80:focus {
  border-top-color: rgb(254 252 232 / 0.8);
}

.focus\:border-t-yellow-50\/90:focus {
  border-top-color: rgb(254 252 232 / 0.9);
}

.focus\:border-t-yellow-50\/95:focus {
  border-top-color: rgb(254 252 232 / 0.95);
}

.focus\:border-t-yellow-500:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.focus\:border-t-yellow-500\/0:focus {
  border-top-color: rgb(234 179 8 / 0);
}

.focus\:border-t-yellow-500\/10:focus {
  border-top-color: rgb(234 179 8 / 0.1);
}

.focus\:border-t-yellow-500\/100:focus {
  border-top-color: rgb(234 179 8 / 1);
}

.focus\:border-t-yellow-500\/20:focus {
  border-top-color: rgb(234 179 8 / 0.2);
}

.focus\:border-t-yellow-500\/25:focus {
  border-top-color: rgb(234 179 8 / 0.25);
}

.focus\:border-t-yellow-500\/30:focus {
  border-top-color: rgb(234 179 8 / 0.3);
}

.focus\:border-t-yellow-500\/40:focus {
  border-top-color: rgb(234 179 8 / 0.4);
}

.focus\:border-t-yellow-500\/5:focus {
  border-top-color: rgb(234 179 8 / 0.05);
}

.focus\:border-t-yellow-500\/50:focus {
  border-top-color: rgb(234 179 8 / 0.5);
}

.focus\:border-t-yellow-500\/60:focus {
  border-top-color: rgb(234 179 8 / 0.6);
}

.focus\:border-t-yellow-500\/70:focus {
  border-top-color: rgb(234 179 8 / 0.7);
}

.focus\:border-t-yellow-500\/75:focus {
  border-top-color: rgb(234 179 8 / 0.75);
}

.focus\:border-t-yellow-500\/80:focus {
  border-top-color: rgb(234 179 8 / 0.8);
}

.focus\:border-t-yellow-500\/90:focus {
  border-top-color: rgb(234 179 8 / 0.9);
}

.focus\:border-t-yellow-500\/95:focus {
  border-top-color: rgb(234 179 8 / 0.95);
}

.focus\:border-t-yellow-600:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.focus\:border-t-yellow-600\/0:focus {
  border-top-color: rgb(202 138 4 / 0);
}

.focus\:border-t-yellow-600\/10:focus {
  border-top-color: rgb(202 138 4 / 0.1);
}

.focus\:border-t-yellow-600\/100:focus {
  border-top-color: rgb(202 138 4 / 1);
}

.focus\:border-t-yellow-600\/20:focus {
  border-top-color: rgb(202 138 4 / 0.2);
}

.focus\:border-t-yellow-600\/25:focus {
  border-top-color: rgb(202 138 4 / 0.25);
}

.focus\:border-t-yellow-600\/30:focus {
  border-top-color: rgb(202 138 4 / 0.3);
}

.focus\:border-t-yellow-600\/40:focus {
  border-top-color: rgb(202 138 4 / 0.4);
}

.focus\:border-t-yellow-600\/5:focus {
  border-top-color: rgb(202 138 4 / 0.05);
}

.focus\:border-t-yellow-600\/50:focus {
  border-top-color: rgb(202 138 4 / 0.5);
}

.focus\:border-t-yellow-600\/60:focus {
  border-top-color: rgb(202 138 4 / 0.6);
}

.focus\:border-t-yellow-600\/70:focus {
  border-top-color: rgb(202 138 4 / 0.7);
}

.focus\:border-t-yellow-600\/75:focus {
  border-top-color: rgb(202 138 4 / 0.75);
}

.focus\:border-t-yellow-600\/80:focus {
  border-top-color: rgb(202 138 4 / 0.8);
}

.focus\:border-t-yellow-600\/90:focus {
  border-top-color: rgb(202 138 4 / 0.9);
}

.focus\:border-t-yellow-600\/95:focus {
  border-top-color: rgb(202 138 4 / 0.95);
}

.focus\:border-t-yellow-700:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.focus\:border-t-yellow-700\/0:focus {
  border-top-color: rgb(161 98 7 / 0);
}

.focus\:border-t-yellow-700\/10:focus {
  border-top-color: rgb(161 98 7 / 0.1);
}

.focus\:border-t-yellow-700\/100:focus {
  border-top-color: rgb(161 98 7 / 1);
}

.focus\:border-t-yellow-700\/20:focus {
  border-top-color: rgb(161 98 7 / 0.2);
}

.focus\:border-t-yellow-700\/25:focus {
  border-top-color: rgb(161 98 7 / 0.25);
}

.focus\:border-t-yellow-700\/30:focus {
  border-top-color: rgb(161 98 7 / 0.3);
}

.focus\:border-t-yellow-700\/40:focus {
  border-top-color: rgb(161 98 7 / 0.4);
}

.focus\:border-t-yellow-700\/5:focus {
  border-top-color: rgb(161 98 7 / 0.05);
}

.focus\:border-t-yellow-700\/50:focus {
  border-top-color: rgb(161 98 7 / 0.5);
}

.focus\:border-t-yellow-700\/60:focus {
  border-top-color: rgb(161 98 7 / 0.6);
}

.focus\:border-t-yellow-700\/70:focus {
  border-top-color: rgb(161 98 7 / 0.7);
}

.focus\:border-t-yellow-700\/75:focus {
  border-top-color: rgb(161 98 7 / 0.75);
}

.focus\:border-t-yellow-700\/80:focus {
  border-top-color: rgb(161 98 7 / 0.8);
}

.focus\:border-t-yellow-700\/90:focus {
  border-top-color: rgb(161 98 7 / 0.9);
}

.focus\:border-t-yellow-700\/95:focus {
  border-top-color: rgb(161 98 7 / 0.95);
}

.focus\:border-t-yellow-800:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.focus\:border-t-yellow-800\/0:focus {
  border-top-color: rgb(133 77 14 / 0);
}

.focus\:border-t-yellow-800\/10:focus {
  border-top-color: rgb(133 77 14 / 0.1);
}

.focus\:border-t-yellow-800\/100:focus {
  border-top-color: rgb(133 77 14 / 1);
}

.focus\:border-t-yellow-800\/20:focus {
  border-top-color: rgb(133 77 14 / 0.2);
}

.focus\:border-t-yellow-800\/25:focus {
  border-top-color: rgb(133 77 14 / 0.25);
}

.focus\:border-t-yellow-800\/30:focus {
  border-top-color: rgb(133 77 14 / 0.3);
}

.focus\:border-t-yellow-800\/40:focus {
  border-top-color: rgb(133 77 14 / 0.4);
}

.focus\:border-t-yellow-800\/5:focus {
  border-top-color: rgb(133 77 14 / 0.05);
}

.focus\:border-t-yellow-800\/50:focus {
  border-top-color: rgb(133 77 14 / 0.5);
}

.focus\:border-t-yellow-800\/60:focus {
  border-top-color: rgb(133 77 14 / 0.6);
}

.focus\:border-t-yellow-800\/70:focus {
  border-top-color: rgb(133 77 14 / 0.7);
}

.focus\:border-t-yellow-800\/75:focus {
  border-top-color: rgb(133 77 14 / 0.75);
}

.focus\:border-t-yellow-800\/80:focus {
  border-top-color: rgb(133 77 14 / 0.8);
}

.focus\:border-t-yellow-800\/90:focus {
  border-top-color: rgb(133 77 14 / 0.9);
}

.focus\:border-t-yellow-800\/95:focus {
  border-top-color: rgb(133 77 14 / 0.95);
}

.focus\:border-t-yellow-900:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.focus\:border-t-yellow-900\/0:focus {
  border-top-color: rgb(113 63 18 / 0);
}

.focus\:border-t-yellow-900\/10:focus {
  border-top-color: rgb(113 63 18 / 0.1);
}

.focus\:border-t-yellow-900\/100:focus {
  border-top-color: rgb(113 63 18 / 1);
}

.focus\:border-t-yellow-900\/20:focus {
  border-top-color: rgb(113 63 18 / 0.2);
}

.focus\:border-t-yellow-900\/25:focus {
  border-top-color: rgb(113 63 18 / 0.25);
}

.focus\:border-t-yellow-900\/30:focus {
  border-top-color: rgb(113 63 18 / 0.3);
}

.focus\:border-t-yellow-900\/40:focus {
  border-top-color: rgb(113 63 18 / 0.4);
}

.focus\:border-t-yellow-900\/5:focus {
  border-top-color: rgb(113 63 18 / 0.05);
}

.focus\:border-t-yellow-900\/50:focus {
  border-top-color: rgb(113 63 18 / 0.5);
}

.focus\:border-t-yellow-900\/60:focus {
  border-top-color: rgb(113 63 18 / 0.6);
}

.focus\:border-t-yellow-900\/70:focus {
  border-top-color: rgb(113 63 18 / 0.7);
}

.focus\:border-t-yellow-900\/75:focus {
  border-top-color: rgb(113 63 18 / 0.75);
}

.focus\:border-t-yellow-900\/80:focus {
  border-top-color: rgb(113 63 18 / 0.8);
}

.focus\:border-t-yellow-900\/90:focus {
  border-top-color: rgb(113 63 18 / 0.9);
}

.focus\:border-t-yellow-900\/95:focus {
  border-top-color: rgb(113 63 18 / 0.95);
}

.focus\:border-t-yellow-950:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.focus\:border-t-yellow-950\/0:focus {
  border-top-color: rgb(66 32 6 / 0);
}

.focus\:border-t-yellow-950\/10:focus {
  border-top-color: rgb(66 32 6 / 0.1);
}

.focus\:border-t-yellow-950\/100:focus {
  border-top-color: rgb(66 32 6 / 1);
}

.focus\:border-t-yellow-950\/20:focus {
  border-top-color: rgb(66 32 6 / 0.2);
}

.focus\:border-t-yellow-950\/25:focus {
  border-top-color: rgb(66 32 6 / 0.25);
}

.focus\:border-t-yellow-950\/30:focus {
  border-top-color: rgb(66 32 6 / 0.3);
}

.focus\:border-t-yellow-950\/40:focus {
  border-top-color: rgb(66 32 6 / 0.4);
}

.focus\:border-t-yellow-950\/5:focus {
  border-top-color: rgb(66 32 6 / 0.05);
}

.focus\:border-t-yellow-950\/50:focus {
  border-top-color: rgb(66 32 6 / 0.5);
}

.focus\:border-t-yellow-950\/60:focus {
  border-top-color: rgb(66 32 6 / 0.6);
}

.focus\:border-t-yellow-950\/70:focus {
  border-top-color: rgb(66 32 6 / 0.7);
}

.focus\:border-t-yellow-950\/75:focus {
  border-top-color: rgb(66 32 6 / 0.75);
}

.focus\:border-t-yellow-950\/80:focus {
  border-top-color: rgb(66 32 6 / 0.8);
}

.focus\:border-t-yellow-950\/90:focus {
  border-top-color: rgb(66 32 6 / 0.9);
}

.focus\:border-t-yellow-950\/95:focus {
  border-top-color: rgb(66 32 6 / 0.95);
}

.focus\:border-t-zinc-100:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(244 244 245 / var(--tw-border-opacity));
}

.focus\:border-t-zinc-100\/0:focus {
  border-top-color: rgb(244 244 245 / 0);
}

.focus\:border-t-zinc-100\/10:focus {
  border-top-color: rgb(244 244 245 / 0.1);
}

.focus\:border-t-zinc-100\/100:focus {
  border-top-color: rgb(244 244 245 / 1);
}

.focus\:border-t-zinc-100\/20:focus {
  border-top-color: rgb(244 244 245 / 0.2);
}

.focus\:border-t-zinc-100\/25:focus {
  border-top-color: rgb(244 244 245 / 0.25);
}

.focus\:border-t-zinc-100\/30:focus {
  border-top-color: rgb(244 244 245 / 0.3);
}

.focus\:border-t-zinc-100\/40:focus {
  border-top-color: rgb(244 244 245 / 0.4);
}

.focus\:border-t-zinc-100\/5:focus {
  border-top-color: rgb(244 244 245 / 0.05);
}

.focus\:border-t-zinc-100\/50:focus {
  border-top-color: rgb(244 244 245 / 0.5);
}

.focus\:border-t-zinc-100\/60:focus {
  border-top-color: rgb(244 244 245 / 0.6);
}

.focus\:border-t-zinc-100\/70:focus {
  border-top-color: rgb(244 244 245 / 0.7);
}

.focus\:border-t-zinc-100\/75:focus {
  border-top-color: rgb(244 244 245 / 0.75);
}

.focus\:border-t-zinc-100\/80:focus {
  border-top-color: rgb(244 244 245 / 0.8);
}

.focus\:border-t-zinc-100\/90:focus {
  border-top-color: rgb(244 244 245 / 0.9);
}

.focus\:border-t-zinc-100\/95:focus {
  border-top-color: rgb(244 244 245 / 0.95);
}

.focus\:border-t-zinc-200:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.focus\:border-t-zinc-200\/0:focus {
  border-top-color: rgb(228 228 231 / 0);
}

.focus\:border-t-zinc-200\/10:focus {
  border-top-color: rgb(228 228 231 / 0.1);
}

.focus\:border-t-zinc-200\/100:focus {
  border-top-color: rgb(228 228 231 / 1);
}

.focus\:border-t-zinc-200\/20:focus {
  border-top-color: rgb(228 228 231 / 0.2);
}

.focus\:border-t-zinc-200\/25:focus {
  border-top-color: rgb(228 228 231 / 0.25);
}

.focus\:border-t-zinc-200\/30:focus {
  border-top-color: rgb(228 228 231 / 0.3);
}

.focus\:border-t-zinc-200\/40:focus {
  border-top-color: rgb(228 228 231 / 0.4);
}

.focus\:border-t-zinc-200\/5:focus {
  border-top-color: rgb(228 228 231 / 0.05);
}

.focus\:border-t-zinc-200\/50:focus {
  border-top-color: rgb(228 228 231 / 0.5);
}

.focus\:border-t-zinc-200\/60:focus {
  border-top-color: rgb(228 228 231 / 0.6);
}

.focus\:border-t-zinc-200\/70:focus {
  border-top-color: rgb(228 228 231 / 0.7);
}

.focus\:border-t-zinc-200\/75:focus {
  border-top-color: rgb(228 228 231 / 0.75);
}

.focus\:border-t-zinc-200\/80:focus {
  border-top-color: rgb(228 228 231 / 0.8);
}

.focus\:border-t-zinc-200\/90:focus {
  border-top-color: rgb(228 228 231 / 0.9);
}

.focus\:border-t-zinc-200\/95:focus {
  border-top-color: rgb(228 228 231 / 0.95);
}

.focus\:border-t-zinc-300:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.focus\:border-t-zinc-300\/0:focus {
  border-top-color: rgb(212 212 216 / 0);
}

.focus\:border-t-zinc-300\/10:focus {
  border-top-color: rgb(212 212 216 / 0.1);
}

.focus\:border-t-zinc-300\/100:focus {
  border-top-color: rgb(212 212 216 / 1);
}

.focus\:border-t-zinc-300\/20:focus {
  border-top-color: rgb(212 212 216 / 0.2);
}

.focus\:border-t-zinc-300\/25:focus {
  border-top-color: rgb(212 212 216 / 0.25);
}

.focus\:border-t-zinc-300\/30:focus {
  border-top-color: rgb(212 212 216 / 0.3);
}

.focus\:border-t-zinc-300\/40:focus {
  border-top-color: rgb(212 212 216 / 0.4);
}

.focus\:border-t-zinc-300\/5:focus {
  border-top-color: rgb(212 212 216 / 0.05);
}

.focus\:border-t-zinc-300\/50:focus {
  border-top-color: rgb(212 212 216 / 0.5);
}

.focus\:border-t-zinc-300\/60:focus {
  border-top-color: rgb(212 212 216 / 0.6);
}

.focus\:border-t-zinc-300\/70:focus {
  border-top-color: rgb(212 212 216 / 0.7);
}

.focus\:border-t-zinc-300\/75:focus {
  border-top-color: rgb(212 212 216 / 0.75);
}

.focus\:border-t-zinc-300\/80:focus {
  border-top-color: rgb(212 212 216 / 0.8);
}

.focus\:border-t-zinc-300\/90:focus {
  border-top-color: rgb(212 212 216 / 0.9);
}

.focus\:border-t-zinc-300\/95:focus {
  border-top-color: rgb(212 212 216 / 0.95);
}

.focus\:border-t-zinc-400:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.focus\:border-t-zinc-400\/0:focus {
  border-top-color: rgb(161 161 170 / 0);
}

.focus\:border-t-zinc-400\/10:focus {
  border-top-color: rgb(161 161 170 / 0.1);
}

.focus\:border-t-zinc-400\/100:focus {
  border-top-color: rgb(161 161 170 / 1);
}

.focus\:border-t-zinc-400\/20:focus {
  border-top-color: rgb(161 161 170 / 0.2);
}

.focus\:border-t-zinc-400\/25:focus {
  border-top-color: rgb(161 161 170 / 0.25);
}

.focus\:border-t-zinc-400\/30:focus {
  border-top-color: rgb(161 161 170 / 0.3);
}

.focus\:border-t-zinc-400\/40:focus {
  border-top-color: rgb(161 161 170 / 0.4);
}

.focus\:border-t-zinc-400\/5:focus {
  border-top-color: rgb(161 161 170 / 0.05);
}

.focus\:border-t-zinc-400\/50:focus {
  border-top-color: rgb(161 161 170 / 0.5);
}

.focus\:border-t-zinc-400\/60:focus {
  border-top-color: rgb(161 161 170 / 0.6);
}

.focus\:border-t-zinc-400\/70:focus {
  border-top-color: rgb(161 161 170 / 0.7);
}

.focus\:border-t-zinc-400\/75:focus {
  border-top-color: rgb(161 161 170 / 0.75);
}

.focus\:border-t-zinc-400\/80:focus {
  border-top-color: rgb(161 161 170 / 0.8);
}

.focus\:border-t-zinc-400\/90:focus {
  border-top-color: rgb(161 161 170 / 0.9);
}

.focus\:border-t-zinc-400\/95:focus {
  border-top-color: rgb(161 161 170 / 0.95);
}

.focus\:border-t-zinc-50:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.focus\:border-t-zinc-50\/0:focus {
  border-top-color: rgb(250 250 250 / 0);
}

.focus\:border-t-zinc-50\/10:focus {
  border-top-color: rgb(250 250 250 / 0.1);
}

.focus\:border-t-zinc-50\/100:focus {
  border-top-color: rgb(250 250 250 / 1);
}

.focus\:border-t-zinc-50\/20:focus {
  border-top-color: rgb(250 250 250 / 0.2);
}

.focus\:border-t-zinc-50\/25:focus {
  border-top-color: rgb(250 250 250 / 0.25);
}

.focus\:border-t-zinc-50\/30:focus {
  border-top-color: rgb(250 250 250 / 0.3);
}

.focus\:border-t-zinc-50\/40:focus {
  border-top-color: rgb(250 250 250 / 0.4);
}

.focus\:border-t-zinc-50\/5:focus {
  border-top-color: rgb(250 250 250 / 0.05);
}

.focus\:border-t-zinc-50\/50:focus {
  border-top-color: rgb(250 250 250 / 0.5);
}

.focus\:border-t-zinc-50\/60:focus {
  border-top-color: rgb(250 250 250 / 0.6);
}

.focus\:border-t-zinc-50\/70:focus {
  border-top-color: rgb(250 250 250 / 0.7);
}

.focus\:border-t-zinc-50\/75:focus {
  border-top-color: rgb(250 250 250 / 0.75);
}

.focus\:border-t-zinc-50\/80:focus {
  border-top-color: rgb(250 250 250 / 0.8);
}

.focus\:border-t-zinc-50\/90:focus {
  border-top-color: rgb(250 250 250 / 0.9);
}

.focus\:border-t-zinc-50\/95:focus {
  border-top-color: rgb(250 250 250 / 0.95);
}

.focus\:border-t-zinc-500:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(113 113 122 / var(--tw-border-opacity));
}

.focus\:border-t-zinc-500\/0:focus {
  border-top-color: rgb(113 113 122 / 0);
}

.focus\:border-t-zinc-500\/10:focus {
  border-top-color: rgb(113 113 122 / 0.1);
}

.focus\:border-t-zinc-500\/100:focus {
  border-top-color: rgb(113 113 122 / 1);
}

.focus\:border-t-zinc-500\/20:focus {
  border-top-color: rgb(113 113 122 / 0.2);
}

.focus\:border-t-zinc-500\/25:focus {
  border-top-color: rgb(113 113 122 / 0.25);
}

.focus\:border-t-zinc-500\/30:focus {
  border-top-color: rgb(113 113 122 / 0.3);
}

.focus\:border-t-zinc-500\/40:focus {
  border-top-color: rgb(113 113 122 / 0.4);
}

.focus\:border-t-zinc-500\/5:focus {
  border-top-color: rgb(113 113 122 / 0.05);
}

.focus\:border-t-zinc-500\/50:focus {
  border-top-color: rgb(113 113 122 / 0.5);
}

.focus\:border-t-zinc-500\/60:focus {
  border-top-color: rgb(113 113 122 / 0.6);
}

.focus\:border-t-zinc-500\/70:focus {
  border-top-color: rgb(113 113 122 / 0.7);
}

.focus\:border-t-zinc-500\/75:focus {
  border-top-color: rgb(113 113 122 / 0.75);
}

.focus\:border-t-zinc-500\/80:focus {
  border-top-color: rgb(113 113 122 / 0.8);
}

.focus\:border-t-zinc-500\/90:focus {
  border-top-color: rgb(113 113 122 / 0.9);
}

.focus\:border-t-zinc-500\/95:focus {
  border-top-color: rgb(113 113 122 / 0.95);
}

.focus\:border-t-zinc-600:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(82 82 91 / var(--tw-border-opacity));
}

.focus\:border-t-zinc-600\/0:focus {
  border-top-color: rgb(82 82 91 / 0);
}

.focus\:border-t-zinc-600\/10:focus {
  border-top-color: rgb(82 82 91 / 0.1);
}

.focus\:border-t-zinc-600\/100:focus {
  border-top-color: rgb(82 82 91 / 1);
}

.focus\:border-t-zinc-600\/20:focus {
  border-top-color: rgb(82 82 91 / 0.2);
}

.focus\:border-t-zinc-600\/25:focus {
  border-top-color: rgb(82 82 91 / 0.25);
}

.focus\:border-t-zinc-600\/30:focus {
  border-top-color: rgb(82 82 91 / 0.3);
}

.focus\:border-t-zinc-600\/40:focus {
  border-top-color: rgb(82 82 91 / 0.4);
}

.focus\:border-t-zinc-600\/5:focus {
  border-top-color: rgb(82 82 91 / 0.05);
}

.focus\:border-t-zinc-600\/50:focus {
  border-top-color: rgb(82 82 91 / 0.5);
}

.focus\:border-t-zinc-600\/60:focus {
  border-top-color: rgb(82 82 91 / 0.6);
}

.focus\:border-t-zinc-600\/70:focus {
  border-top-color: rgb(82 82 91 / 0.7);
}

.focus\:border-t-zinc-600\/75:focus {
  border-top-color: rgb(82 82 91 / 0.75);
}

.focus\:border-t-zinc-600\/80:focus {
  border-top-color: rgb(82 82 91 / 0.8);
}

.focus\:border-t-zinc-600\/90:focus {
  border-top-color: rgb(82 82 91 / 0.9);
}

.focus\:border-t-zinc-600\/95:focus {
  border-top-color: rgb(82 82 91 / 0.95);
}

.focus\:border-t-zinc-700:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.focus\:border-t-zinc-700\/0:focus {
  border-top-color: rgb(63 63 70 / 0);
}

.focus\:border-t-zinc-700\/10:focus {
  border-top-color: rgb(63 63 70 / 0.1);
}

.focus\:border-t-zinc-700\/100:focus {
  border-top-color: rgb(63 63 70 / 1);
}

.focus\:border-t-zinc-700\/20:focus {
  border-top-color: rgb(63 63 70 / 0.2);
}

.focus\:border-t-zinc-700\/25:focus {
  border-top-color: rgb(63 63 70 / 0.25);
}

.focus\:border-t-zinc-700\/30:focus {
  border-top-color: rgb(63 63 70 / 0.3);
}

.focus\:border-t-zinc-700\/40:focus {
  border-top-color: rgb(63 63 70 / 0.4);
}

.focus\:border-t-zinc-700\/5:focus {
  border-top-color: rgb(63 63 70 / 0.05);
}

.focus\:border-t-zinc-700\/50:focus {
  border-top-color: rgb(63 63 70 / 0.5);
}

.focus\:border-t-zinc-700\/60:focus {
  border-top-color: rgb(63 63 70 / 0.6);
}

.focus\:border-t-zinc-700\/70:focus {
  border-top-color: rgb(63 63 70 / 0.7);
}

.focus\:border-t-zinc-700\/75:focus {
  border-top-color: rgb(63 63 70 / 0.75);
}

.focus\:border-t-zinc-700\/80:focus {
  border-top-color: rgb(63 63 70 / 0.8);
}

.focus\:border-t-zinc-700\/90:focus {
  border-top-color: rgb(63 63 70 / 0.9);
}

.focus\:border-t-zinc-700\/95:focus {
  border-top-color: rgb(63 63 70 / 0.95);
}

.focus\:border-t-zinc-800:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(39 39 42 / var(--tw-border-opacity));
}

.focus\:border-t-zinc-800\/0:focus {
  border-top-color: rgb(39 39 42 / 0);
}

.focus\:border-t-zinc-800\/10:focus {
  border-top-color: rgb(39 39 42 / 0.1);
}

.focus\:border-t-zinc-800\/100:focus {
  border-top-color: rgb(39 39 42 / 1);
}

.focus\:border-t-zinc-800\/20:focus {
  border-top-color: rgb(39 39 42 / 0.2);
}

.focus\:border-t-zinc-800\/25:focus {
  border-top-color: rgb(39 39 42 / 0.25);
}

.focus\:border-t-zinc-800\/30:focus {
  border-top-color: rgb(39 39 42 / 0.3);
}

.focus\:border-t-zinc-800\/40:focus {
  border-top-color: rgb(39 39 42 / 0.4);
}

.focus\:border-t-zinc-800\/5:focus {
  border-top-color: rgb(39 39 42 / 0.05);
}

.focus\:border-t-zinc-800\/50:focus {
  border-top-color: rgb(39 39 42 / 0.5);
}

.focus\:border-t-zinc-800\/60:focus {
  border-top-color: rgb(39 39 42 / 0.6);
}

.focus\:border-t-zinc-800\/70:focus {
  border-top-color: rgb(39 39 42 / 0.7);
}

.focus\:border-t-zinc-800\/75:focus {
  border-top-color: rgb(39 39 42 / 0.75);
}

.focus\:border-t-zinc-800\/80:focus {
  border-top-color: rgb(39 39 42 / 0.8);
}

.focus\:border-t-zinc-800\/90:focus {
  border-top-color: rgb(39 39 42 / 0.9);
}

.focus\:border-t-zinc-800\/95:focus {
  border-top-color: rgb(39 39 42 / 0.95);
}

.focus\:border-t-zinc-900:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.focus\:border-t-zinc-900\/0:focus {
  border-top-color: rgb(24 24 27 / 0);
}

.focus\:border-t-zinc-900\/10:focus {
  border-top-color: rgb(24 24 27 / 0.1);
}

.focus\:border-t-zinc-900\/100:focus {
  border-top-color: rgb(24 24 27 / 1);
}

.focus\:border-t-zinc-900\/20:focus {
  border-top-color: rgb(24 24 27 / 0.2);
}

.focus\:border-t-zinc-900\/25:focus {
  border-top-color: rgb(24 24 27 / 0.25);
}

.focus\:border-t-zinc-900\/30:focus {
  border-top-color: rgb(24 24 27 / 0.3);
}

.focus\:border-t-zinc-900\/40:focus {
  border-top-color: rgb(24 24 27 / 0.4);
}

.focus\:border-t-zinc-900\/5:focus {
  border-top-color: rgb(24 24 27 / 0.05);
}

.focus\:border-t-zinc-900\/50:focus {
  border-top-color: rgb(24 24 27 / 0.5);
}

.focus\:border-t-zinc-900\/60:focus {
  border-top-color: rgb(24 24 27 / 0.6);
}

.focus\:border-t-zinc-900\/70:focus {
  border-top-color: rgb(24 24 27 / 0.7);
}

.focus\:border-t-zinc-900\/75:focus {
  border-top-color: rgb(24 24 27 / 0.75);
}

.focus\:border-t-zinc-900\/80:focus {
  border-top-color: rgb(24 24 27 / 0.8);
}

.focus\:border-t-zinc-900\/90:focus {
  border-top-color: rgb(24 24 27 / 0.9);
}

.focus\:border-t-zinc-900\/95:focus {
  border-top-color: rgb(24 24 27 / 0.95);
}

.focus\:border-t-zinc-950:focus {
  --tw-border-opacity: 1;
  border-top-color: rgb(9 9 11 / var(--tw-border-opacity));
}

.focus\:border-t-zinc-950\/0:focus {
  border-top-color: rgb(9 9 11 / 0);
}

.focus\:border-t-zinc-950\/10:focus {
  border-top-color: rgb(9 9 11 / 0.1);
}

.focus\:border-t-zinc-950\/100:focus {
  border-top-color: rgb(9 9 11 / 1);
}

.focus\:border-t-zinc-950\/20:focus {
  border-top-color: rgb(9 9 11 / 0.2);
}

.focus\:border-t-zinc-950\/25:focus {
  border-top-color: rgb(9 9 11 / 0.25);
}

.focus\:border-t-zinc-950\/30:focus {
  border-top-color: rgb(9 9 11 / 0.3);
}

.focus\:border-t-zinc-950\/40:focus {
  border-top-color: rgb(9 9 11 / 0.4);
}

.focus\:border-t-zinc-950\/5:focus {
  border-top-color: rgb(9 9 11 / 0.05);
}

.focus\:border-t-zinc-950\/50:focus {
  border-top-color: rgb(9 9 11 / 0.5);
}

.focus\:border-t-zinc-950\/60:focus {
  border-top-color: rgb(9 9 11 / 0.6);
}

.focus\:border-t-zinc-950\/70:focus {
  border-top-color: rgb(9 9 11 / 0.7);
}

.focus\:border-t-zinc-950\/75:focus {
  border-top-color: rgb(9 9 11 / 0.75);
}

.focus\:border-t-zinc-950\/80:focus {
  border-top-color: rgb(9 9 11 / 0.8);
}

.focus\:border-t-zinc-950\/90:focus {
  border-top-color: rgb(9 9 11 / 0.9);
}

.focus\:border-t-zinc-950\/95:focus {
  border-top-color: rgb(9 9 11 / 0.95);
}

.focus\:border-opacity-0:focus {
  --tw-border-opacity: 0;
}

.focus\:border-opacity-10:focus {
  --tw-border-opacity: 0.1;
}

.focus\:border-opacity-100:focus {
  --tw-border-opacity: 1;
}

.focus\:border-opacity-20:focus {
  --tw-border-opacity: 0.2;
}

.focus\:border-opacity-25:focus {
  --tw-border-opacity: 0.25;
}

.focus\:border-opacity-30:focus {
  --tw-border-opacity: 0.3;
}

.focus\:border-opacity-40:focus {
  --tw-border-opacity: 0.4;
}

.focus\:border-opacity-5:focus {
  --tw-border-opacity: 0.05;
}

.focus\:border-opacity-50:focus {
  --tw-border-opacity: 0.5;
}

.focus\:border-opacity-60:focus {
  --tw-border-opacity: 0.6;
}

.focus\:border-opacity-70:focus {
  --tw-border-opacity: 0.7;
}

.focus\:border-opacity-75:focus {
  --tw-border-opacity: 0.75;
}

.focus\:border-opacity-80:focus {
  --tw-border-opacity: 0.8;
}

.focus\:border-opacity-90:focus {
  --tw-border-opacity: 0.9;
}

.focus\:border-opacity-95:focus {
  --tw-border-opacity: 0.95;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.focus\:bg-amber-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
}

.focus\:bg-amber-50\/0:focus {
  background-color: rgb(255 251 235 / 0);
}

.focus\:bg-amber-50\/10:focus {
  background-color: rgb(255 251 235 / 0.1);
}

.focus\:bg-amber-50\/100:focus {
  background-color: rgb(255 251 235 / 1);
}

.focus\:bg-amber-50\/20:focus {
  background-color: rgb(255 251 235 / 0.2);
}

.focus\:bg-amber-50\/25:focus {
  background-color: rgb(255 251 235 / 0.25);
}

.focus\:bg-amber-50\/30:focus {
  background-color: rgb(255 251 235 / 0.3);
}

.focus\:bg-amber-50\/40:focus {
  background-color: rgb(255 251 235 / 0.4);
}

.focus\:bg-amber-50\/5:focus {
  background-color: rgb(255 251 235 / 0.05);
}

.focus\:bg-amber-50\/50:focus {
  background-color: rgb(255 251 235 / 0.5);
}

.focus\:bg-amber-50\/60:focus {
  background-color: rgb(255 251 235 / 0.6);
}

.focus\:bg-amber-50\/70:focus {
  background-color: rgb(255 251 235 / 0.7);
}

.focus\:bg-amber-50\/75:focus {
  background-color: rgb(255 251 235 / 0.75);
}

.focus\:bg-amber-50\/80:focus {
  background-color: rgb(255 251 235 / 0.8);
}

.focus\:bg-amber-50\/90:focus {
  background-color: rgb(255 251 235 / 0.9);
}

.focus\:bg-amber-50\/95:focus {
  background-color: rgb(255 251 235 / 0.95);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.focus\:bg-amber-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(69 26 3 / var(--tw-bg-opacity));
}

.focus\:bg-amber-950\/0:focus {
  background-color: rgb(69 26 3 / 0);
}

.focus\:bg-amber-950\/10:focus {
  background-color: rgb(69 26 3 / 0.1);
}

.focus\:bg-amber-950\/100:focus {
  background-color: rgb(69 26 3 / 1);
}

.focus\:bg-amber-950\/20:focus {
  background-color: rgb(69 26 3 / 0.2);
}

.focus\:bg-amber-950\/25:focus {
  background-color: rgb(69 26 3 / 0.25);
}

.focus\:bg-amber-950\/30:focus {
  background-color: rgb(69 26 3 / 0.3);
}

.focus\:bg-amber-950\/40:focus {
  background-color: rgb(69 26 3 / 0.4);
}

.focus\:bg-amber-950\/5:focus {
  background-color: rgb(69 26 3 / 0.05);
}

.focus\:bg-amber-950\/50:focus {
  background-color: rgb(69 26 3 / 0.5);
}

.focus\:bg-amber-950\/60:focus {
  background-color: rgb(69 26 3 / 0.6);
}

.focus\:bg-amber-950\/70:focus {
  background-color: rgb(69 26 3 / 0.7);
}

.focus\:bg-amber-950\/75:focus {
  background-color: rgb(69 26 3 / 0.75);
}

.focus\:bg-amber-950\/80:focus {
  background-color: rgb(69 26 3 / 0.8);
}

.focus\:bg-amber-950\/90:focus {
  background-color: rgb(69 26 3 / 0.9);
}

.focus\:bg-amber-950\/95:focus {
  background-color: rgb(69 26 3 / 0.95);
}

.focus\:bg-black:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.focus\:bg-black\/0:focus {
  background-color: rgb(0 0 0 / 0);
}

.focus\:bg-black\/10:focus {
  background-color: rgb(0 0 0 / 0.1);
}

.focus\:bg-black\/100:focus {
  background-color: rgb(0 0 0 / 1);
}

.focus\:bg-black\/20:focus {
  background-color: rgb(0 0 0 / 0.2);
}

.focus\:bg-black\/25:focus {
  background-color: rgb(0 0 0 / 0.25);
}

.focus\:bg-black\/30:focus {
  background-color: rgb(0 0 0 / 0.3);
}

.focus\:bg-black\/40:focus {
  background-color: rgb(0 0 0 / 0.4);
}

.focus\:bg-black\/5:focus {
  background-color: rgb(0 0 0 / 0.05);
}

.focus\:bg-black\/50:focus {
  background-color: rgb(0 0 0 / 0.5);
}

.focus\:bg-black\/60:focus {
  background-color: rgb(0 0 0 / 0.6);
}

.focus\:bg-black\/70:focus {
  background-color: rgb(0 0 0 / 0.7);
}

.focus\:bg-black\/75:focus {
  background-color: rgb(0 0 0 / 0.75);
}

.focus\:bg-black\/80:focus {
  background-color: rgb(0 0 0 / 0.8);
}

.focus\:bg-black\/90:focus {
  background-color: rgb(0 0 0 / 0.9);
}

.focus\:bg-black\/95:focus {
  background-color: rgb(0 0 0 / 0.95);
}

.focus\:bg-blue-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

.focus\:bg-blue-100\/0:focus {
  background-color: rgb(219 234 254 / 0);
}

.focus\:bg-blue-100\/10:focus {
  background-color: rgb(219 234 254 / 0.1);
}

.focus\:bg-blue-100\/100:focus {
  background-color: rgb(219 234 254 / 1);
}

.focus\:bg-blue-100\/20:focus {
  background-color: rgb(219 234 254 / 0.2);
}

.focus\:bg-blue-100\/25:focus {
  background-color: rgb(219 234 254 / 0.25);
}

.focus\:bg-blue-100\/30:focus {
  background-color: rgb(219 234 254 / 0.3);
}

.focus\:bg-blue-100\/40:focus {
  background-color: rgb(219 234 254 / 0.4);
}

.focus\:bg-blue-100\/5:focus {
  background-color: rgb(219 234 254 / 0.05);
}

.focus\:bg-blue-100\/50:focus {
  background-color: rgb(219 234 254 / 0.5);
}

.focus\:bg-blue-100\/60:focus {
  background-color: rgb(219 234 254 / 0.6);
}

.focus\:bg-blue-100\/70:focus {
  background-color: rgb(219 234 254 / 0.7);
}

.focus\:bg-blue-100\/75:focus {
  background-color: rgb(219 234 254 / 0.75);
}

.focus\:bg-blue-100\/80:focus {
  background-color: rgb(219 234 254 / 0.8);
}

.focus\:bg-blue-100\/90:focus {
  background-color: rgb(219 234 254 / 0.9);
}

.focus\:bg-blue-100\/95:focus {
  background-color: rgb(219 234 254 / 0.95);
}

.focus\:bg-blue-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}

.focus\:bg-blue-200\/0:focus {
  background-color: rgb(191 219 254 / 0);
}

.focus\:bg-blue-200\/10:focus {
  background-color: rgb(191 219 254 / 0.1);
}

.focus\:bg-blue-200\/100:focus {
  background-color: rgb(191 219 254 / 1);
}

.focus\:bg-blue-200\/20:focus {
  background-color: rgb(191 219 254 / 0.2);
}

.focus\:bg-blue-200\/25:focus {
  background-color: rgb(191 219 254 / 0.25);
}

.focus\:bg-blue-200\/30:focus {
  background-color: rgb(191 219 254 / 0.3);
}

.focus\:bg-blue-200\/40:focus {
  background-color: rgb(191 219 254 / 0.4);
}

.focus\:bg-blue-200\/5:focus {
  background-color: rgb(191 219 254 / 0.05);
}

.focus\:bg-blue-200\/50:focus {
  background-color: rgb(191 219 254 / 0.5);
}

.focus\:bg-blue-200\/60:focus {
  background-color: rgb(191 219 254 / 0.6);
}

.focus\:bg-blue-200\/70:focus {
  background-color: rgb(191 219 254 / 0.7);
}

.focus\:bg-blue-200\/75:focus {
  background-color: rgb(191 219 254 / 0.75);
}

.focus\:bg-blue-200\/80:focus {
  background-color: rgb(191 219 254 / 0.8);
}

.focus\:bg-blue-200\/90:focus {
  background-color: rgb(191 219 254 / 0.9);
}

.focus\:bg-blue-200\/95:focus {
  background-color: rgb(191 219 254 / 0.95);
}

.focus\:bg-blue-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}

.focus\:bg-blue-300\/0:focus {
  background-color: rgb(147 197 253 / 0);
}

.focus\:bg-blue-300\/10:focus {
  background-color: rgb(147 197 253 / 0.1);
}

.focus\:bg-blue-300\/100:focus {
  background-color: rgb(147 197 253 / 1);
}

.focus\:bg-blue-300\/20:focus {
  background-color: rgb(147 197 253 / 0.2);
}

.focus\:bg-blue-300\/25:focus {
  background-color: rgb(147 197 253 / 0.25);
}

.focus\:bg-blue-300\/30:focus {
  background-color: rgb(147 197 253 / 0.3);
}

.focus\:bg-blue-300\/40:focus {
  background-color: rgb(147 197 253 / 0.4);
}

.focus\:bg-blue-300\/5:focus {
  background-color: rgb(147 197 253 / 0.05);
}

.focus\:bg-blue-300\/50:focus {
  background-color: rgb(147 197 253 / 0.5);
}

.focus\:bg-blue-300\/60:focus {
  background-color: rgb(147 197 253 / 0.6);
}

.focus\:bg-blue-300\/70:focus {
  background-color: rgb(147 197 253 / 0.7);
}

.focus\:bg-blue-300\/75:focus {
  background-color: rgb(147 197 253 / 0.75);
}

.focus\:bg-blue-300\/80:focus {
  background-color: rgb(147 197 253 / 0.8);
}

.focus\:bg-blue-300\/90:focus {
  background-color: rgb(147 197 253 / 0.9);
}

.focus\:bg-blue-300\/95:focus {
  background-color: rgb(147 197 253 / 0.95);
}

.focus\:bg-blue-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}

.focus\:bg-blue-400\/0:focus {
  background-color: rgb(96 165 250 / 0);
}

.focus\:bg-blue-400\/10:focus {
  background-color: rgb(96 165 250 / 0.1);
}

.focus\:bg-blue-400\/100:focus {
  background-color: rgb(96 165 250 / 1);
}

.focus\:bg-blue-400\/20:focus {
  background-color: rgb(96 165 250 / 0.2);
}

.focus\:bg-blue-400\/25:focus {
  background-color: rgb(96 165 250 / 0.25);
}

.focus\:bg-blue-400\/30:focus {
  background-color: rgb(96 165 250 / 0.3);
}

.focus\:bg-blue-400\/40:focus {
  background-color: rgb(96 165 250 / 0.4);
}

.focus\:bg-blue-400\/5:focus {
  background-color: rgb(96 165 250 / 0.05);
}

.focus\:bg-blue-400\/50:focus {
  background-color: rgb(96 165 250 / 0.5);
}

.focus\:bg-blue-400\/60:focus {
  background-color: rgb(96 165 250 / 0.6);
}

.focus\:bg-blue-400\/70:focus {
  background-color: rgb(96 165 250 / 0.7);
}

.focus\:bg-blue-400\/75:focus {
  background-color: rgb(96 165 250 / 0.75);
}

.focus\:bg-blue-400\/80:focus {
  background-color: rgb(96 165 250 / 0.8);
}

.focus\:bg-blue-400\/90:focus {
  background-color: rgb(96 165 250 / 0.9);
}

.focus\:bg-blue-400\/95:focus {
  background-color: rgb(96 165 250 / 0.95);
}

.focus\:bg-blue-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

.focus\:bg-blue-50\/0:focus {
  background-color: rgb(239 246 255 / 0);
}

.focus\:bg-blue-50\/10:focus {
  background-color: rgb(239 246 255 / 0.1);
}

.focus\:bg-blue-50\/100:focus {
  background-color: rgb(239 246 255 / 1);
}

.focus\:bg-blue-50\/20:focus {
  background-color: rgb(239 246 255 / 0.2);
}

.focus\:bg-blue-50\/25:focus {
  background-color: rgb(239 246 255 / 0.25);
}

.focus\:bg-blue-50\/30:focus {
  background-color: rgb(239 246 255 / 0.3);
}

.focus\:bg-blue-50\/40:focus {
  background-color: rgb(239 246 255 / 0.4);
}

.focus\:bg-blue-50\/5:focus {
  background-color: rgb(239 246 255 / 0.05);
}

.focus\:bg-blue-50\/50:focus {
  background-color: rgb(239 246 255 / 0.5);
}

.focus\:bg-blue-50\/60:focus {
  background-color: rgb(239 246 255 / 0.6);
}

.focus\:bg-blue-50\/70:focus {
  background-color: rgb(239 246 255 / 0.7);
}

.focus\:bg-blue-50\/75:focus {
  background-color: rgb(239 246 255 / 0.75);
}

.focus\:bg-blue-50\/80:focus {
  background-color: rgb(239 246 255 / 0.8);
}

.focus\:bg-blue-50\/90:focus {
  background-color: rgb(239 246 255 / 0.9);
}

.focus\:bg-blue-50\/95:focus {
  background-color: rgb(239 246 255 / 0.95);
}

.focus\:bg-blue-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.focus\:bg-blue-500\/0:focus {
  background-color: rgb(59 130 246 / 0);
}

.focus\:bg-blue-500\/10:focus {
  background-color: rgb(59 130 246 / 0.1);
}

.focus\:bg-blue-500\/100:focus {
  background-color: rgb(59 130 246 / 1);
}

.focus\:bg-blue-500\/20:focus {
  background-color: rgb(59 130 246 / 0.2);
}

.focus\:bg-blue-500\/25:focus {
  background-color: rgb(59 130 246 / 0.25);
}

.focus\:bg-blue-500\/30:focus {
  background-color: rgb(59 130 246 / 0.3);
}

.focus\:bg-blue-500\/40:focus {
  background-color: rgb(59 130 246 / 0.4);
}

.focus\:bg-blue-500\/5:focus {
  background-color: rgb(59 130 246 / 0.05);
}

.focus\:bg-blue-500\/50:focus {
  background-color: rgb(59 130 246 / 0.5);
}

.focus\:bg-blue-500\/60:focus {
  background-color: rgb(59 130 246 / 0.6);
}

.focus\:bg-blue-500\/70:focus {
  background-color: rgb(59 130 246 / 0.7);
}

.focus\:bg-blue-500\/75:focus {
  background-color: rgb(59 130 246 / 0.75);
}

.focus\:bg-blue-500\/80:focus {
  background-color: rgb(59 130 246 / 0.8);
}

.focus\:bg-blue-500\/90:focus {
  background-color: rgb(59 130 246 / 0.9);
}

.focus\:bg-blue-500\/95:focus {
  background-color: rgb(59 130 246 / 0.95);
}

.focus\:bg-blue-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.focus\:bg-blue-600\/0:focus {
  background-color: rgb(37 99 235 / 0);
}

.focus\:bg-blue-600\/10:focus {
  background-color: rgb(37 99 235 / 0.1);
}

.focus\:bg-blue-600\/100:focus {
  background-color: rgb(37 99 235 / 1);
}

.focus\:bg-blue-600\/20:focus {
  background-color: rgb(37 99 235 / 0.2);
}

.focus\:bg-blue-600\/25:focus {
  background-color: rgb(37 99 235 / 0.25);
}

.focus\:bg-blue-600\/30:focus {
  background-color: rgb(37 99 235 / 0.3);
}

.focus\:bg-blue-600\/40:focus {
  background-color: rgb(37 99 235 / 0.4);
}

.focus\:bg-blue-600\/5:focus {
  background-color: rgb(37 99 235 / 0.05);
}

.focus\:bg-blue-600\/50:focus {
  background-color: rgb(37 99 235 / 0.5);
}

.focus\:bg-blue-600\/60:focus {
  background-color: rgb(37 99 235 / 0.6);
}

.focus\:bg-blue-600\/70:focus {
  background-color: rgb(37 99 235 / 0.7);
}

.focus\:bg-blue-600\/75:focus {
  background-color: rgb(37 99 235 / 0.75);
}

.focus\:bg-blue-600\/80:focus {
  background-color: rgb(37 99 235 / 0.8);
}

.focus\:bg-blue-600\/90:focus {
  background-color: rgb(37 99 235 / 0.9);
}

.focus\:bg-blue-600\/95:focus {
  background-color: rgb(37 99 235 / 0.95);
}

.focus\:bg-blue-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.focus\:bg-blue-700\/0:focus {
  background-color: rgb(29 78 216 / 0);
}

.focus\:bg-blue-700\/10:focus {
  background-color: rgb(29 78 216 / 0.1);
}

.focus\:bg-blue-700\/100:focus {
  background-color: rgb(29 78 216 / 1);
}

.focus\:bg-blue-700\/20:focus {
  background-color: rgb(29 78 216 / 0.2);
}

.focus\:bg-blue-700\/25:focus {
  background-color: rgb(29 78 216 / 0.25);
}

.focus\:bg-blue-700\/30:focus {
  background-color: rgb(29 78 216 / 0.3);
}

.focus\:bg-blue-700\/40:focus {
  background-color: rgb(29 78 216 / 0.4);
}

.focus\:bg-blue-700\/5:focus {
  background-color: rgb(29 78 216 / 0.05);
}

.focus\:bg-blue-700\/50:focus {
  background-color: rgb(29 78 216 / 0.5);
}

.focus\:bg-blue-700\/60:focus {
  background-color: rgb(29 78 216 / 0.6);
}

.focus\:bg-blue-700\/70:focus {
  background-color: rgb(29 78 216 / 0.7);
}

.focus\:bg-blue-700\/75:focus {
  background-color: rgb(29 78 216 / 0.75);
}

.focus\:bg-blue-700\/80:focus {
  background-color: rgb(29 78 216 / 0.8);
}

.focus\:bg-blue-700\/90:focus {
  background-color: rgb(29 78 216 / 0.9);
}

.focus\:bg-blue-700\/95:focus {
  background-color: rgb(29 78 216 / 0.95);
}

.focus\:bg-blue-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}

.focus\:bg-blue-800\/0:focus {
  background-color: rgb(30 64 175 / 0);
}

.focus\:bg-blue-800\/10:focus {
  background-color: rgb(30 64 175 / 0.1);
}

.focus\:bg-blue-800\/100:focus {
  background-color: rgb(30 64 175 / 1);
}

.focus\:bg-blue-800\/20:focus {
  background-color: rgb(30 64 175 / 0.2);
}

.focus\:bg-blue-800\/25:focus {
  background-color: rgb(30 64 175 / 0.25);
}

.focus\:bg-blue-800\/30:focus {
  background-color: rgb(30 64 175 / 0.3);
}

.focus\:bg-blue-800\/40:focus {
  background-color: rgb(30 64 175 / 0.4);
}

.focus\:bg-blue-800\/5:focus {
  background-color: rgb(30 64 175 / 0.05);
}

.focus\:bg-blue-800\/50:focus {
  background-color: rgb(30 64 175 / 0.5);
}

.focus\:bg-blue-800\/60:focus {
  background-color: rgb(30 64 175 / 0.6);
}

.focus\:bg-blue-800\/70:focus {
  background-color: rgb(30 64 175 / 0.7);
}

.focus\:bg-blue-800\/75:focus {
  background-color: rgb(30 64 175 / 0.75);
}

.focus\:bg-blue-800\/80:focus {
  background-color: rgb(30 64 175 / 0.8);
}

.focus\:bg-blue-800\/90:focus {
  background-color: rgb(30 64 175 / 0.9);
}

.focus\:bg-blue-800\/95:focus {
  background-color: rgb(30 64 175 / 0.95);
}

.focus\:bg-blue-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
}

.focus\:bg-blue-900\/0:focus {
  background-color: rgb(30 58 138 / 0);
}

.focus\:bg-blue-900\/10:focus {
  background-color: rgb(30 58 138 / 0.1);
}

.focus\:bg-blue-900\/100:focus {
  background-color: rgb(30 58 138 / 1);
}

.focus\:bg-blue-900\/20:focus {
  background-color: rgb(30 58 138 / 0.2);
}

.focus\:bg-blue-900\/25:focus {
  background-color: rgb(30 58 138 / 0.25);
}

.focus\:bg-blue-900\/30:focus {
  background-color: rgb(30 58 138 / 0.3);
}

.focus\:bg-blue-900\/40:focus {
  background-color: rgb(30 58 138 / 0.4);
}

.focus\:bg-blue-900\/5:focus {
  background-color: rgb(30 58 138 / 0.05);
}

.focus\:bg-blue-900\/50:focus {
  background-color: rgb(30 58 138 / 0.5);
}

.focus\:bg-blue-900\/60:focus {
  background-color: rgb(30 58 138 / 0.6);
}

.focus\:bg-blue-900\/70:focus {
  background-color: rgb(30 58 138 / 0.7);
}

.focus\:bg-blue-900\/75:focus {
  background-color: rgb(30 58 138 / 0.75);
}

.focus\:bg-blue-900\/80:focus {
  background-color: rgb(30 58 138 / 0.8);
}

.focus\:bg-blue-900\/90:focus {
  background-color: rgb(30 58 138 / 0.9);
}

.focus\:bg-blue-900\/95:focus {
  background-color: rgb(30 58 138 / 0.95);
}

.focus\:bg-blue-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity));
}

.focus\:bg-blue-950\/0:focus {
  background-color: rgb(23 37 84 / 0);
}

.focus\:bg-blue-950\/10:focus {
  background-color: rgb(23 37 84 / 0.1);
}

.focus\:bg-blue-950\/100:focus {
  background-color: rgb(23 37 84 / 1);
}

.focus\:bg-blue-950\/20:focus {
  background-color: rgb(23 37 84 / 0.2);
}

.focus\:bg-blue-950\/25:focus {
  background-color: rgb(23 37 84 / 0.25);
}

.focus\:bg-blue-950\/30:focus {
  background-color: rgb(23 37 84 / 0.3);
}

.focus\:bg-blue-950\/40:focus {
  background-color: rgb(23 37 84 / 0.4);
}

.focus\:bg-blue-950\/5:focus {
  background-color: rgb(23 37 84 / 0.05);
}

.focus\:bg-blue-950\/50:focus {
  background-color: rgb(23 37 84 / 0.5);
}

.focus\:bg-blue-950\/60:focus {
  background-color: rgb(23 37 84 / 0.6);
}

.focus\:bg-blue-950\/70:focus {
  background-color: rgb(23 37 84 / 0.7);
}

.focus\:bg-blue-950\/75:focus {
  background-color: rgb(23 37 84 / 0.75);
}

.focus\:bg-blue-950\/80:focus {
  background-color: rgb(23 37 84 / 0.8);
}

.focus\:bg-blue-950\/90:focus {
  background-color: rgb(23 37 84 / 0.9);
}

.focus\:bg-blue-950\/95:focus {
  background-color: rgb(23 37 84 / 0.95);
}

.focus\:bg-brand-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(230 239 246 / var(--tw-bg-opacity));
}

.focus\:bg-brand-100\/0:focus {
  background-color: rgb(230 239 246 / 0);
}

.focus\:bg-brand-100\/10:focus {
  background-color: rgb(230 239 246 / 0.1);
}

.focus\:bg-brand-100\/100:focus {
  background-color: rgb(230 239 246 / 1);
}

.focus\:bg-brand-100\/20:focus {
  background-color: rgb(230 239 246 / 0.2);
}

.focus\:bg-brand-100\/25:focus {
  background-color: rgb(230 239 246 / 0.25);
}

.focus\:bg-brand-100\/30:focus {
  background-color: rgb(230 239 246 / 0.3);
}

.focus\:bg-brand-100\/40:focus {
  background-color: rgb(230 239 246 / 0.4);
}

.focus\:bg-brand-100\/5:focus {
  background-color: rgb(230 239 246 / 0.05);
}

.focus\:bg-brand-100\/50:focus {
  background-color: rgb(230 239 246 / 0.5);
}

.focus\:bg-brand-100\/60:focus {
  background-color: rgb(230 239 246 / 0.6);
}

.focus\:bg-brand-100\/70:focus {
  background-color: rgb(230 239 246 / 0.7);
}

.focus\:bg-brand-100\/75:focus {
  background-color: rgb(230 239 246 / 0.75);
}

.focus\:bg-brand-100\/80:focus {
  background-color: rgb(230 239 246 / 0.8);
}

.focus\:bg-brand-100\/90:focus {
  background-color: rgb(230 239 246 / 0.9);
}

.focus\:bg-brand-100\/95:focus {
  background-color: rgb(230 239 246 / 0.95);
}

.focus\:bg-brand-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(193 215 234 / var(--tw-bg-opacity));
}

.focus\:bg-brand-200\/0:focus {
  background-color: rgb(193 215 234 / 0);
}

.focus\:bg-brand-200\/10:focus {
  background-color: rgb(193 215 234 / 0.1);
}

.focus\:bg-brand-200\/100:focus {
  background-color: rgb(193 215 234 / 1);
}

.focus\:bg-brand-200\/20:focus {
  background-color: rgb(193 215 234 / 0.2);
}

.focus\:bg-brand-200\/25:focus {
  background-color: rgb(193 215 234 / 0.25);
}

.focus\:bg-brand-200\/30:focus {
  background-color: rgb(193 215 234 / 0.3);
}

.focus\:bg-brand-200\/40:focus {
  background-color: rgb(193 215 234 / 0.4);
}

.focus\:bg-brand-200\/5:focus {
  background-color: rgb(193 215 234 / 0.05);
}

.focus\:bg-brand-200\/50:focus {
  background-color: rgb(193 215 234 / 0.5);
}

.focus\:bg-brand-200\/60:focus {
  background-color: rgb(193 215 234 / 0.6);
}

.focus\:bg-brand-200\/70:focus {
  background-color: rgb(193 215 234 / 0.7);
}

.focus\:bg-brand-200\/75:focus {
  background-color: rgb(193 215 234 / 0.75);
}

.focus\:bg-brand-200\/80:focus {
  background-color: rgb(193 215 234 / 0.8);
}

.focus\:bg-brand-200\/90:focus {
  background-color: rgb(193 215 234 / 0.9);
}

.focus\:bg-brand-200\/95:focus {
  background-color: rgb(193 215 234 / 0.95);
}

.focus\:bg-brand-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(155 190 221 / var(--tw-bg-opacity));
}

.focus\:bg-brand-300\/0:focus {
  background-color: rgb(155 190 221 / 0);
}

.focus\:bg-brand-300\/10:focus {
  background-color: rgb(155 190 221 / 0.1);
}

.focus\:bg-brand-300\/100:focus {
  background-color: rgb(155 190 221 / 1);
}

.focus\:bg-brand-300\/20:focus {
  background-color: rgb(155 190 221 / 0.2);
}

.focus\:bg-brand-300\/25:focus {
  background-color: rgb(155 190 221 / 0.25);
}

.focus\:bg-brand-300\/30:focus {
  background-color: rgb(155 190 221 / 0.3);
}

.focus\:bg-brand-300\/40:focus {
  background-color: rgb(155 190 221 / 0.4);
}

.focus\:bg-brand-300\/5:focus {
  background-color: rgb(155 190 221 / 0.05);
}

.focus\:bg-brand-300\/50:focus {
  background-color: rgb(155 190 221 / 0.5);
}

.focus\:bg-brand-300\/60:focus {
  background-color: rgb(155 190 221 / 0.6);
}

.focus\:bg-brand-300\/70:focus {
  background-color: rgb(155 190 221 / 0.7);
}

.focus\:bg-brand-300\/75:focus {
  background-color: rgb(155 190 221 / 0.75);
}

.focus\:bg-brand-300\/80:focus {
  background-color: rgb(155 190 221 / 0.8);
}

.focus\:bg-brand-300\/90:focus {
  background-color: rgb(155 190 221 / 0.9);
}

.focus\:bg-brand-300\/95:focus {
  background-color: rgb(155 190 221 / 0.95);
}

.focus\:bg-brand-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(81 142 195 / var(--tw-bg-opacity));
}

.focus\:bg-brand-400\/0:focus {
  background-color: rgb(81 142 195 / 0);
}

.focus\:bg-brand-400\/10:focus {
  background-color: rgb(81 142 195 / 0.1);
}

.focus\:bg-brand-400\/100:focus {
  background-color: rgb(81 142 195 / 1);
}

.focus\:bg-brand-400\/20:focus {
  background-color: rgb(81 142 195 / 0.2);
}

.focus\:bg-brand-400\/25:focus {
  background-color: rgb(81 142 195 / 0.25);
}

.focus\:bg-brand-400\/30:focus {
  background-color: rgb(81 142 195 / 0.3);
}

.focus\:bg-brand-400\/40:focus {
  background-color: rgb(81 142 195 / 0.4);
}

.focus\:bg-brand-400\/5:focus {
  background-color: rgb(81 142 195 / 0.05);
}

.focus\:bg-brand-400\/50:focus {
  background-color: rgb(81 142 195 / 0.5);
}

.focus\:bg-brand-400\/60:focus {
  background-color: rgb(81 142 195 / 0.6);
}

.focus\:bg-brand-400\/70:focus {
  background-color: rgb(81 142 195 / 0.7);
}

.focus\:bg-brand-400\/75:focus {
  background-color: rgb(81 142 195 / 0.75);
}

.focus\:bg-brand-400\/80:focus {
  background-color: rgb(81 142 195 / 0.8);
}

.focus\:bg-brand-400\/90:focus {
  background-color: rgb(81 142 195 / 0.9);
}

.focus\:bg-brand-400\/95:focus {
  background-color: rgb(81 142 195 / 0.95);
}

.focus\:bg-brand-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(243 247 251 / var(--tw-bg-opacity));
}

.focus\:bg-brand-50\/0:focus {
  background-color: rgb(243 247 251 / 0);
}

.focus\:bg-brand-50\/10:focus {
  background-color: rgb(243 247 251 / 0.1);
}

.focus\:bg-brand-50\/100:focus {
  background-color: rgb(243 247 251 / 1);
}

.focus\:bg-brand-50\/20:focus {
  background-color: rgb(243 247 251 / 0.2);
}

.focus\:bg-brand-50\/25:focus {
  background-color: rgb(243 247 251 / 0.25);
}

.focus\:bg-brand-50\/30:focus {
  background-color: rgb(243 247 251 / 0.3);
}

.focus\:bg-brand-50\/40:focus {
  background-color: rgb(243 247 251 / 0.4);
}

.focus\:bg-brand-50\/5:focus {
  background-color: rgb(243 247 251 / 0.05);
}

.focus\:bg-brand-50\/50:focus {
  background-color: rgb(243 247 251 / 0.5);
}

.focus\:bg-brand-50\/60:focus {
  background-color: rgb(243 247 251 / 0.6);
}

.focus\:bg-brand-50\/70:focus {
  background-color: rgb(243 247 251 / 0.7);
}

.focus\:bg-brand-50\/75:focus {
  background-color: rgb(243 247 251 / 0.75);
}

.focus\:bg-brand-50\/80:focus {
  background-color: rgb(243 247 251 / 0.8);
}

.focus\:bg-brand-50\/90:focus {
  background-color: rgb(243 247 251 / 0.9);
}

.focus\:bg-brand-50\/95:focus {
  background-color: rgb(243 247 251 / 0.95);
}

.focus\:bg-brand-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(6 93 169 / var(--tw-bg-opacity));
}

.focus\:bg-brand-500\/0:focus {
  background-color: rgb(6 93 169 / 0);
}

.focus\:bg-brand-500\/10:focus {
  background-color: rgb(6 93 169 / 0.1);
}

.focus\:bg-brand-500\/100:focus {
  background-color: rgb(6 93 169 / 1);
}

.focus\:bg-brand-500\/20:focus {
  background-color: rgb(6 93 169 / 0.2);
}

.focus\:bg-brand-500\/25:focus {
  background-color: rgb(6 93 169 / 0.25);
}

.focus\:bg-brand-500\/30:focus {
  background-color: rgb(6 93 169 / 0.3);
}

.focus\:bg-brand-500\/40:focus {
  background-color: rgb(6 93 169 / 0.4);
}

.focus\:bg-brand-500\/5:focus {
  background-color: rgb(6 93 169 / 0.05);
}

.focus\:bg-brand-500\/50:focus {
  background-color: rgb(6 93 169 / 0.5);
}

.focus\:bg-brand-500\/60:focus {
  background-color: rgb(6 93 169 / 0.6);
}

.focus\:bg-brand-500\/70:focus {
  background-color: rgb(6 93 169 / 0.7);
}

.focus\:bg-brand-500\/75:focus {
  background-color: rgb(6 93 169 / 0.75);
}

.focus\:bg-brand-500\/80:focus {
  background-color: rgb(6 93 169 / 0.8);
}

.focus\:bg-brand-500\/90:focus {
  background-color: rgb(6 93 169 / 0.9);
}

.focus\:bg-brand-500\/95:focus {
  background-color: rgb(6 93 169 / 0.95);
}

.focus\:bg-brand-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(5 84 152 / var(--tw-bg-opacity));
}

.focus\:bg-brand-600\/0:focus {
  background-color: rgb(5 84 152 / 0);
}

.focus\:bg-brand-600\/10:focus {
  background-color: rgb(5 84 152 / 0.1);
}

.focus\:bg-brand-600\/100:focus {
  background-color: rgb(5 84 152 / 1);
}

.focus\:bg-brand-600\/20:focus {
  background-color: rgb(5 84 152 / 0.2);
}

.focus\:bg-brand-600\/25:focus {
  background-color: rgb(5 84 152 / 0.25);
}

.focus\:bg-brand-600\/30:focus {
  background-color: rgb(5 84 152 / 0.3);
}

.focus\:bg-brand-600\/40:focus {
  background-color: rgb(5 84 152 / 0.4);
}

.focus\:bg-brand-600\/5:focus {
  background-color: rgb(5 84 152 / 0.05);
}

.focus\:bg-brand-600\/50:focus {
  background-color: rgb(5 84 152 / 0.5);
}

.focus\:bg-brand-600\/60:focus {
  background-color: rgb(5 84 152 / 0.6);
}

.focus\:bg-brand-600\/70:focus {
  background-color: rgb(5 84 152 / 0.7);
}

.focus\:bg-brand-600\/75:focus {
  background-color: rgb(5 84 152 / 0.75);
}

.focus\:bg-brand-600\/80:focus {
  background-color: rgb(5 84 152 / 0.8);
}

.focus\:bg-brand-600\/90:focus {
  background-color: rgb(5 84 152 / 0.9);
}

.focus\:bg-brand-600\/95:focus {
  background-color: rgb(5 84 152 / 0.95);
}

.focus\:bg-brand-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(4 56 101 / var(--tw-bg-opacity));
}

.focus\:bg-brand-700\/0:focus {
  background-color: rgb(4 56 101 / 0);
}

.focus\:bg-brand-700\/10:focus {
  background-color: rgb(4 56 101 / 0.1);
}

.focus\:bg-brand-700\/100:focus {
  background-color: rgb(4 56 101 / 1);
}

.focus\:bg-brand-700\/20:focus {
  background-color: rgb(4 56 101 / 0.2);
}

.focus\:bg-brand-700\/25:focus {
  background-color: rgb(4 56 101 / 0.25);
}

.focus\:bg-brand-700\/30:focus {
  background-color: rgb(4 56 101 / 0.3);
}

.focus\:bg-brand-700\/40:focus {
  background-color: rgb(4 56 101 / 0.4);
}

.focus\:bg-brand-700\/5:focus {
  background-color: rgb(4 56 101 / 0.05);
}

.focus\:bg-brand-700\/50:focus {
  background-color: rgb(4 56 101 / 0.5);
}

.focus\:bg-brand-700\/60:focus {
  background-color: rgb(4 56 101 / 0.6);
}

.focus\:bg-brand-700\/70:focus {
  background-color: rgb(4 56 101 / 0.7);
}

.focus\:bg-brand-700\/75:focus {
  background-color: rgb(4 56 101 / 0.75);
}

.focus\:bg-brand-700\/80:focus {
  background-color: rgb(4 56 101 / 0.8);
}

.focus\:bg-brand-700\/90:focus {
  background-color: rgb(4 56 101 / 0.9);
}

.focus\:bg-brand-700\/95:focus {
  background-color: rgb(4 56 101 / 0.95);
}

.focus\:bg-brand-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(3 42 76 / var(--tw-bg-opacity));
}

.focus\:bg-brand-800\/0:focus {
  background-color: rgb(3 42 76 / 0);
}

.focus\:bg-brand-800\/10:focus {
  background-color: rgb(3 42 76 / 0.1);
}

.focus\:bg-brand-800\/100:focus {
  background-color: rgb(3 42 76 / 1);
}

.focus\:bg-brand-800\/20:focus {
  background-color: rgb(3 42 76 / 0.2);
}

.focus\:bg-brand-800\/25:focus {
  background-color: rgb(3 42 76 / 0.25);
}

.focus\:bg-brand-800\/30:focus {
  background-color: rgb(3 42 76 / 0.3);
}

.focus\:bg-brand-800\/40:focus {
  background-color: rgb(3 42 76 / 0.4);
}

.focus\:bg-brand-800\/5:focus {
  background-color: rgb(3 42 76 / 0.05);
}

.focus\:bg-brand-800\/50:focus {
  background-color: rgb(3 42 76 / 0.5);
}

.focus\:bg-brand-800\/60:focus {
  background-color: rgb(3 42 76 / 0.6);
}

.focus\:bg-brand-800\/70:focus {
  background-color: rgb(3 42 76 / 0.7);
}

.focus\:bg-brand-800\/75:focus {
  background-color: rgb(3 42 76 / 0.75);
}

.focus\:bg-brand-800\/80:focus {
  background-color: rgb(3 42 76 / 0.8);
}

.focus\:bg-brand-800\/90:focus {
  background-color: rgb(3 42 76 / 0.9);
}

.focus\:bg-brand-800\/95:focus {
  background-color: rgb(3 42 76 / 0.95);
}

.focus\:bg-brand-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(2 28 51 / var(--tw-bg-opacity));
}

.focus\:bg-brand-900\/0:focus {
  background-color: rgb(2 28 51 / 0);
}

.focus\:bg-brand-900\/10:focus {
  background-color: rgb(2 28 51 / 0.1);
}

.focus\:bg-brand-900\/100:focus {
  background-color: rgb(2 28 51 / 1);
}

.focus\:bg-brand-900\/20:focus {
  background-color: rgb(2 28 51 / 0.2);
}

.focus\:bg-brand-900\/25:focus {
  background-color: rgb(2 28 51 / 0.25);
}

.focus\:bg-brand-900\/30:focus {
  background-color: rgb(2 28 51 / 0.3);
}

.focus\:bg-brand-900\/40:focus {
  background-color: rgb(2 28 51 / 0.4);
}

.focus\:bg-brand-900\/5:focus {
  background-color: rgb(2 28 51 / 0.05);
}

.focus\:bg-brand-900\/50:focus {
  background-color: rgb(2 28 51 / 0.5);
}

.focus\:bg-brand-900\/60:focus {
  background-color: rgb(2 28 51 / 0.6);
}

.focus\:bg-brand-900\/70:focus {
  background-color: rgb(2 28 51 / 0.7);
}

.focus\:bg-brand-900\/75:focus {
  background-color: rgb(2 28 51 / 0.75);
}

.focus\:bg-brand-900\/80:focus {
  background-color: rgb(2 28 51 / 0.8);
}

.focus\:bg-brand-900\/90:focus {
  background-color: rgb(2 28 51 / 0.9);
}

.focus\:bg-brand-900\/95:focus {
  background-color: rgb(2 28 51 / 0.95);
}

.focus\:bg-current:focus {
  background-color: currentColor;
}

.focus\:bg-cyan-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity));
}

.focus\:bg-cyan-100\/0:focus {
  background-color: rgb(207 250 254 / 0);
}

.focus\:bg-cyan-100\/10:focus {
  background-color: rgb(207 250 254 / 0.1);
}

.focus\:bg-cyan-100\/100:focus {
  background-color: rgb(207 250 254 / 1);
}

.focus\:bg-cyan-100\/20:focus {
  background-color: rgb(207 250 254 / 0.2);
}

.focus\:bg-cyan-100\/25:focus {
  background-color: rgb(207 250 254 / 0.25);
}

.focus\:bg-cyan-100\/30:focus {
  background-color: rgb(207 250 254 / 0.3);
}

.focus\:bg-cyan-100\/40:focus {
  background-color: rgb(207 250 254 / 0.4);
}

.focus\:bg-cyan-100\/5:focus {
  background-color: rgb(207 250 254 / 0.05);
}

.focus\:bg-cyan-100\/50:focus {
  background-color: rgb(207 250 254 / 0.5);
}

.focus\:bg-cyan-100\/60:focus {
  background-color: rgb(207 250 254 / 0.6);
}

.focus\:bg-cyan-100\/70:focus {
  background-color: rgb(207 250 254 / 0.7);
}

.focus\:bg-cyan-100\/75:focus {
  background-color: rgb(207 250 254 / 0.75);
}

.focus\:bg-cyan-100\/80:focus {
  background-color: rgb(207 250 254 / 0.8);
}

.focus\:bg-cyan-100\/90:focus {
  background-color: rgb(207 250 254 / 0.9);
}

.focus\:bg-cyan-100\/95:focus {
  background-color: rgb(207 250 254 / 0.95);
}

.focus\:bg-cyan-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(165 243 252 / var(--tw-bg-opacity));
}

.focus\:bg-cyan-200\/0:focus {
  background-color: rgb(165 243 252 / 0);
}

.focus\:bg-cyan-200\/10:focus {
  background-color: rgb(165 243 252 / 0.1);
}

.focus\:bg-cyan-200\/100:focus {
  background-color: rgb(165 243 252 / 1);
}

.focus\:bg-cyan-200\/20:focus {
  background-color: rgb(165 243 252 / 0.2);
}

.focus\:bg-cyan-200\/25:focus {
  background-color: rgb(165 243 252 / 0.25);
}

.focus\:bg-cyan-200\/30:focus {
  background-color: rgb(165 243 252 / 0.3);
}

.focus\:bg-cyan-200\/40:focus {
  background-color: rgb(165 243 252 / 0.4);
}

.focus\:bg-cyan-200\/5:focus {
  background-color: rgb(165 243 252 / 0.05);
}

.focus\:bg-cyan-200\/50:focus {
  background-color: rgb(165 243 252 / 0.5);
}

.focus\:bg-cyan-200\/60:focus {
  background-color: rgb(165 243 252 / 0.6);
}

.focus\:bg-cyan-200\/70:focus {
  background-color: rgb(165 243 252 / 0.7);
}

.focus\:bg-cyan-200\/75:focus {
  background-color: rgb(165 243 252 / 0.75);
}

.focus\:bg-cyan-200\/80:focus {
  background-color: rgb(165 243 252 / 0.8);
}

.focus\:bg-cyan-200\/90:focus {
  background-color: rgb(165 243 252 / 0.9);
}

.focus\:bg-cyan-200\/95:focus {
  background-color: rgb(165 243 252 / 0.95);
}

.focus\:bg-cyan-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity));
}

.focus\:bg-cyan-300\/0:focus {
  background-color: rgb(103 232 249 / 0);
}

.focus\:bg-cyan-300\/10:focus {
  background-color: rgb(103 232 249 / 0.1);
}

.focus\:bg-cyan-300\/100:focus {
  background-color: rgb(103 232 249 / 1);
}

.focus\:bg-cyan-300\/20:focus {
  background-color: rgb(103 232 249 / 0.2);
}

.focus\:bg-cyan-300\/25:focus {
  background-color: rgb(103 232 249 / 0.25);
}

.focus\:bg-cyan-300\/30:focus {
  background-color: rgb(103 232 249 / 0.3);
}

.focus\:bg-cyan-300\/40:focus {
  background-color: rgb(103 232 249 / 0.4);
}

.focus\:bg-cyan-300\/5:focus {
  background-color: rgb(103 232 249 / 0.05);
}

.focus\:bg-cyan-300\/50:focus {
  background-color: rgb(103 232 249 / 0.5);
}

.focus\:bg-cyan-300\/60:focus {
  background-color: rgb(103 232 249 / 0.6);
}

.focus\:bg-cyan-300\/70:focus {
  background-color: rgb(103 232 249 / 0.7);
}

.focus\:bg-cyan-300\/75:focus {
  background-color: rgb(103 232 249 / 0.75);
}

.focus\:bg-cyan-300\/80:focus {
  background-color: rgb(103 232 249 / 0.8);
}

.focus\:bg-cyan-300\/90:focus {
  background-color: rgb(103 232 249 / 0.9);
}

.focus\:bg-cyan-300\/95:focus {
  background-color: rgb(103 232 249 / 0.95);
}

.focus\:bg-cyan-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity));
}

.focus\:bg-cyan-400\/0:focus {
  background-color: rgb(34 211 238 / 0);
}

.focus\:bg-cyan-400\/10:focus {
  background-color: rgb(34 211 238 / 0.1);
}

.focus\:bg-cyan-400\/100:focus {
  background-color: rgb(34 211 238 / 1);
}

.focus\:bg-cyan-400\/20:focus {
  background-color: rgb(34 211 238 / 0.2);
}

.focus\:bg-cyan-400\/25:focus {
  background-color: rgb(34 211 238 / 0.25);
}

.focus\:bg-cyan-400\/30:focus {
  background-color: rgb(34 211 238 / 0.3);
}

.focus\:bg-cyan-400\/40:focus {
  background-color: rgb(34 211 238 / 0.4);
}

.focus\:bg-cyan-400\/5:focus {
  background-color: rgb(34 211 238 / 0.05);
}

.focus\:bg-cyan-400\/50:focus {
  background-color: rgb(34 211 238 / 0.5);
}

.focus\:bg-cyan-400\/60:focus {
  background-color: rgb(34 211 238 / 0.6);
}

.focus\:bg-cyan-400\/70:focus {
  background-color: rgb(34 211 238 / 0.7);
}

.focus\:bg-cyan-400\/75:focus {
  background-color: rgb(34 211 238 / 0.75);
}

.focus\:bg-cyan-400\/80:focus {
  background-color: rgb(34 211 238 / 0.8);
}

.focus\:bg-cyan-400\/90:focus {
  background-color: rgb(34 211 238 / 0.9);
}

.focus\:bg-cyan-400\/95:focus {
  background-color: rgb(34 211 238 / 0.95);
}

.focus\:bg-cyan-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity));
}

.focus\:bg-cyan-50\/0:focus {
  background-color: rgb(236 254 255 / 0);
}

.focus\:bg-cyan-50\/10:focus {
  background-color: rgb(236 254 255 / 0.1);
}

.focus\:bg-cyan-50\/100:focus {
  background-color: rgb(236 254 255 / 1);
}

.focus\:bg-cyan-50\/20:focus {
  background-color: rgb(236 254 255 / 0.2);
}

.focus\:bg-cyan-50\/25:focus {
  background-color: rgb(236 254 255 / 0.25);
}

.focus\:bg-cyan-50\/30:focus {
  background-color: rgb(236 254 255 / 0.3);
}

.focus\:bg-cyan-50\/40:focus {
  background-color: rgb(236 254 255 / 0.4);
}

.focus\:bg-cyan-50\/5:focus {
  background-color: rgb(236 254 255 / 0.05);
}

.focus\:bg-cyan-50\/50:focus {
  background-color: rgb(236 254 255 / 0.5);
}

.focus\:bg-cyan-50\/60:focus {
  background-color: rgb(236 254 255 / 0.6);
}

.focus\:bg-cyan-50\/70:focus {
  background-color: rgb(236 254 255 / 0.7);
}

.focus\:bg-cyan-50\/75:focus {
  background-color: rgb(236 254 255 / 0.75);
}

.focus\:bg-cyan-50\/80:focus {
  background-color: rgb(236 254 255 / 0.8);
}

.focus\:bg-cyan-50\/90:focus {
  background-color: rgb(236 254 255 / 0.9);
}

.focus\:bg-cyan-50\/95:focus {
  background-color: rgb(236 254 255 / 0.95);
}

.focus\:bg-cyan-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity));
}

.focus\:bg-cyan-500\/0:focus {
  background-color: rgb(6 182 212 / 0);
}

.focus\:bg-cyan-500\/10:focus {
  background-color: rgb(6 182 212 / 0.1);
}

.focus\:bg-cyan-500\/100:focus {
  background-color: rgb(6 182 212 / 1);
}

.focus\:bg-cyan-500\/20:focus {
  background-color: rgb(6 182 212 / 0.2);
}

.focus\:bg-cyan-500\/25:focus {
  background-color: rgb(6 182 212 / 0.25);
}

.focus\:bg-cyan-500\/30:focus {
  background-color: rgb(6 182 212 / 0.3);
}

.focus\:bg-cyan-500\/40:focus {
  background-color: rgb(6 182 212 / 0.4);
}

.focus\:bg-cyan-500\/5:focus {
  background-color: rgb(6 182 212 / 0.05);
}

.focus\:bg-cyan-500\/50:focus {
  background-color: rgb(6 182 212 / 0.5);
}

.focus\:bg-cyan-500\/60:focus {
  background-color: rgb(6 182 212 / 0.6);
}

.focus\:bg-cyan-500\/70:focus {
  background-color: rgb(6 182 212 / 0.7);
}

.focus\:bg-cyan-500\/75:focus {
  background-color: rgb(6 182 212 / 0.75);
}

.focus\:bg-cyan-500\/80:focus {
  background-color: rgb(6 182 212 / 0.8);
}

.focus\:bg-cyan-500\/90:focus {
  background-color: rgb(6 182 212 / 0.9);
}

.focus\:bg-cyan-500\/95:focus {
  background-color: rgb(6 182 212 / 0.95);
}

.focus\:bg-cyan-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity));
}

.focus\:bg-cyan-600\/0:focus {
  background-color: rgb(8 145 178 / 0);
}

.focus\:bg-cyan-600\/10:focus {
  background-color: rgb(8 145 178 / 0.1);
}

.focus\:bg-cyan-600\/100:focus {
  background-color: rgb(8 145 178 / 1);
}

.focus\:bg-cyan-600\/20:focus {
  background-color: rgb(8 145 178 / 0.2);
}

.focus\:bg-cyan-600\/25:focus {
  background-color: rgb(8 145 178 / 0.25);
}

.focus\:bg-cyan-600\/30:focus {
  background-color: rgb(8 145 178 / 0.3);
}

.focus\:bg-cyan-600\/40:focus {
  background-color: rgb(8 145 178 / 0.4);
}

.focus\:bg-cyan-600\/5:focus {
  background-color: rgb(8 145 178 / 0.05);
}

.focus\:bg-cyan-600\/50:focus {
  background-color: rgb(8 145 178 / 0.5);
}

.focus\:bg-cyan-600\/60:focus {
  background-color: rgb(8 145 178 / 0.6);
}

.focus\:bg-cyan-600\/70:focus {
  background-color: rgb(8 145 178 / 0.7);
}

.focus\:bg-cyan-600\/75:focus {
  background-color: rgb(8 145 178 / 0.75);
}

.focus\:bg-cyan-600\/80:focus {
  background-color: rgb(8 145 178 / 0.8);
}

.focus\:bg-cyan-600\/90:focus {
  background-color: rgb(8 145 178 / 0.9);
}

.focus\:bg-cyan-600\/95:focus {
  background-color: rgb(8 145 178 / 0.95);
}

.focus\:bg-cyan-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity));
}

.focus\:bg-cyan-700\/0:focus {
  background-color: rgb(14 116 144 / 0);
}

.focus\:bg-cyan-700\/10:focus {
  background-color: rgb(14 116 144 / 0.1);
}

.focus\:bg-cyan-700\/100:focus {
  background-color: rgb(14 116 144 / 1);
}

.focus\:bg-cyan-700\/20:focus {
  background-color: rgb(14 116 144 / 0.2);
}

.focus\:bg-cyan-700\/25:focus {
  background-color: rgb(14 116 144 / 0.25);
}

.focus\:bg-cyan-700\/30:focus {
  background-color: rgb(14 116 144 / 0.3);
}

.focus\:bg-cyan-700\/40:focus {
  background-color: rgb(14 116 144 / 0.4);
}

.focus\:bg-cyan-700\/5:focus {
  background-color: rgb(14 116 144 / 0.05);
}

.focus\:bg-cyan-700\/50:focus {
  background-color: rgb(14 116 144 / 0.5);
}

.focus\:bg-cyan-700\/60:focus {
  background-color: rgb(14 116 144 / 0.6);
}

.focus\:bg-cyan-700\/70:focus {
  background-color: rgb(14 116 144 / 0.7);
}

.focus\:bg-cyan-700\/75:focus {
  background-color: rgb(14 116 144 / 0.75);
}

.focus\:bg-cyan-700\/80:focus {
  background-color: rgb(14 116 144 / 0.8);
}

.focus\:bg-cyan-700\/90:focus {
  background-color: rgb(14 116 144 / 0.9);
}

.focus\:bg-cyan-700\/95:focus {
  background-color: rgb(14 116 144 / 0.95);
}

.focus\:bg-cyan-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity));
}

.focus\:bg-cyan-800\/0:focus {
  background-color: rgb(21 94 117 / 0);
}

.focus\:bg-cyan-800\/10:focus {
  background-color: rgb(21 94 117 / 0.1);
}

.focus\:bg-cyan-800\/100:focus {
  background-color: rgb(21 94 117 / 1);
}

.focus\:bg-cyan-800\/20:focus {
  background-color: rgb(21 94 117 / 0.2);
}

.focus\:bg-cyan-800\/25:focus {
  background-color: rgb(21 94 117 / 0.25);
}

.focus\:bg-cyan-800\/30:focus {
  background-color: rgb(21 94 117 / 0.3);
}

.focus\:bg-cyan-800\/40:focus {
  background-color: rgb(21 94 117 / 0.4);
}

.focus\:bg-cyan-800\/5:focus {
  background-color: rgb(21 94 117 / 0.05);
}

.focus\:bg-cyan-800\/50:focus {
  background-color: rgb(21 94 117 / 0.5);
}

.focus\:bg-cyan-800\/60:focus {
  background-color: rgb(21 94 117 / 0.6);
}

.focus\:bg-cyan-800\/70:focus {
  background-color: rgb(21 94 117 / 0.7);
}

.focus\:bg-cyan-800\/75:focus {
  background-color: rgb(21 94 117 / 0.75);
}

.focus\:bg-cyan-800\/80:focus {
  background-color: rgb(21 94 117 / 0.8);
}

.focus\:bg-cyan-800\/90:focus {
  background-color: rgb(21 94 117 / 0.9);
}

.focus\:bg-cyan-800\/95:focus {
  background-color: rgb(21 94 117 / 0.95);
}

.focus\:bg-cyan-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity));
}

.focus\:bg-cyan-900\/0:focus {
  background-color: rgb(22 78 99 / 0);
}

.focus\:bg-cyan-900\/10:focus {
  background-color: rgb(22 78 99 / 0.1);
}

.focus\:bg-cyan-900\/100:focus {
  background-color: rgb(22 78 99 / 1);
}

.focus\:bg-cyan-900\/20:focus {
  background-color: rgb(22 78 99 / 0.2);
}

.focus\:bg-cyan-900\/25:focus {
  background-color: rgb(22 78 99 / 0.25);
}

.focus\:bg-cyan-900\/30:focus {
  background-color: rgb(22 78 99 / 0.3);
}

.focus\:bg-cyan-900\/40:focus {
  background-color: rgb(22 78 99 / 0.4);
}

.focus\:bg-cyan-900\/5:focus {
  background-color: rgb(22 78 99 / 0.05);
}

.focus\:bg-cyan-900\/50:focus {
  background-color: rgb(22 78 99 / 0.5);
}

.focus\:bg-cyan-900\/60:focus {
  background-color: rgb(22 78 99 / 0.6);
}

.focus\:bg-cyan-900\/70:focus {
  background-color: rgb(22 78 99 / 0.7);
}

.focus\:bg-cyan-900\/75:focus {
  background-color: rgb(22 78 99 / 0.75);
}

.focus\:bg-cyan-900\/80:focus {
  background-color: rgb(22 78 99 / 0.8);
}

.focus\:bg-cyan-900\/90:focus {
  background-color: rgb(22 78 99 / 0.9);
}

.focus\:bg-cyan-900\/95:focus {
  background-color: rgb(22 78 99 / 0.95);
}

.focus\:bg-cyan-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(8 51 68 / var(--tw-bg-opacity));
}

.focus\:bg-cyan-950\/0:focus {
  background-color: rgb(8 51 68 / 0);
}

.focus\:bg-cyan-950\/10:focus {
  background-color: rgb(8 51 68 / 0.1);
}

.focus\:bg-cyan-950\/100:focus {
  background-color: rgb(8 51 68 / 1);
}

.focus\:bg-cyan-950\/20:focus {
  background-color: rgb(8 51 68 / 0.2);
}

.focus\:bg-cyan-950\/25:focus {
  background-color: rgb(8 51 68 / 0.25);
}

.focus\:bg-cyan-950\/30:focus {
  background-color: rgb(8 51 68 / 0.3);
}

.focus\:bg-cyan-950\/40:focus {
  background-color: rgb(8 51 68 / 0.4);
}

.focus\:bg-cyan-950\/5:focus {
  background-color: rgb(8 51 68 / 0.05);
}

.focus\:bg-cyan-950\/50:focus {
  background-color: rgb(8 51 68 / 0.5);
}

.focus\:bg-cyan-950\/60:focus {
  background-color: rgb(8 51 68 / 0.6);
}

.focus\:bg-cyan-950\/70:focus {
  background-color: rgb(8 51 68 / 0.7);
}

.focus\:bg-cyan-950\/75:focus {
  background-color: rgb(8 51 68 / 0.75);
}

.focus\:bg-cyan-950\/80:focus {
  background-color: rgb(8 51 68 / 0.8);
}

.focus\:bg-cyan-950\/90:focus {
  background-color: rgb(8 51 68 / 0.9);
}

.focus\:bg-cyan-950\/95:focus {
  background-color: rgb(8 51 68 / 0.95);
}

.focus\:bg-emerald-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
}

.focus\:bg-emerald-100\/0:focus {
  background-color: rgb(209 250 229 / 0);
}

.focus\:bg-emerald-100\/10:focus {
  background-color: rgb(209 250 229 / 0.1);
}

.focus\:bg-emerald-100\/100:focus {
  background-color: rgb(209 250 229 / 1);
}

.focus\:bg-emerald-100\/20:focus {
  background-color: rgb(209 250 229 / 0.2);
}

.focus\:bg-emerald-100\/25:focus {
  background-color: rgb(209 250 229 / 0.25);
}

.focus\:bg-emerald-100\/30:focus {
  background-color: rgb(209 250 229 / 0.3);
}

.focus\:bg-emerald-100\/40:focus {
  background-color: rgb(209 250 229 / 0.4);
}

.focus\:bg-emerald-100\/5:focus {
  background-color: rgb(209 250 229 / 0.05);
}

.focus\:bg-emerald-100\/50:focus {
  background-color: rgb(209 250 229 / 0.5);
}

.focus\:bg-emerald-100\/60:focus {
  background-color: rgb(209 250 229 / 0.6);
}

.focus\:bg-emerald-100\/70:focus {
  background-color: rgb(209 250 229 / 0.7);
}

.focus\:bg-emerald-100\/75:focus {
  background-color: rgb(209 250 229 / 0.75);
}

.focus\:bg-emerald-100\/80:focus {
  background-color: rgb(209 250 229 / 0.8);
}

.focus\:bg-emerald-100\/90:focus {
  background-color: rgb(209 250 229 / 0.9);
}

.focus\:bg-emerald-100\/95:focus {
  background-color: rgb(209 250 229 / 0.95);
}

.focus\:bg-emerald-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity));
}

.focus\:bg-emerald-200\/0:focus {
  background-color: rgb(167 243 208 / 0);
}

.focus\:bg-emerald-200\/10:focus {
  background-color: rgb(167 243 208 / 0.1);
}

.focus\:bg-emerald-200\/100:focus {
  background-color: rgb(167 243 208 / 1);
}

.focus\:bg-emerald-200\/20:focus {
  background-color: rgb(167 243 208 / 0.2);
}

.focus\:bg-emerald-200\/25:focus {
  background-color: rgb(167 243 208 / 0.25);
}

.focus\:bg-emerald-200\/30:focus {
  background-color: rgb(167 243 208 / 0.3);
}

.focus\:bg-emerald-200\/40:focus {
  background-color: rgb(167 243 208 / 0.4);
}

.focus\:bg-emerald-200\/5:focus {
  background-color: rgb(167 243 208 / 0.05);
}

.focus\:bg-emerald-200\/50:focus {
  background-color: rgb(167 243 208 / 0.5);
}

.focus\:bg-emerald-200\/60:focus {
  background-color: rgb(167 243 208 / 0.6);
}

.focus\:bg-emerald-200\/70:focus {
  background-color: rgb(167 243 208 / 0.7);
}

.focus\:bg-emerald-200\/75:focus {
  background-color: rgb(167 243 208 / 0.75);
}

.focus\:bg-emerald-200\/80:focus {
  background-color: rgb(167 243 208 / 0.8);
}

.focus\:bg-emerald-200\/90:focus {
  background-color: rgb(167 243 208 / 0.9);
}

.focus\:bg-emerald-200\/95:focus {
  background-color: rgb(167 243 208 / 0.95);
}

.focus\:bg-emerald-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity));
}

.focus\:bg-emerald-300\/0:focus {
  background-color: rgb(110 231 183 / 0);
}

.focus\:bg-emerald-300\/10:focus {
  background-color: rgb(110 231 183 / 0.1);
}

.focus\:bg-emerald-300\/100:focus {
  background-color: rgb(110 231 183 / 1);
}

.focus\:bg-emerald-300\/20:focus {
  background-color: rgb(110 231 183 / 0.2);
}

.focus\:bg-emerald-300\/25:focus {
  background-color: rgb(110 231 183 / 0.25);
}

.focus\:bg-emerald-300\/30:focus {
  background-color: rgb(110 231 183 / 0.3);
}

.focus\:bg-emerald-300\/40:focus {
  background-color: rgb(110 231 183 / 0.4);
}

.focus\:bg-emerald-300\/5:focus {
  background-color: rgb(110 231 183 / 0.05);
}

.focus\:bg-emerald-300\/50:focus {
  background-color: rgb(110 231 183 / 0.5);
}

.focus\:bg-emerald-300\/60:focus {
  background-color: rgb(110 231 183 / 0.6);
}

.focus\:bg-emerald-300\/70:focus {
  background-color: rgb(110 231 183 / 0.7);
}

.focus\:bg-emerald-300\/75:focus {
  background-color: rgb(110 231 183 / 0.75);
}

.focus\:bg-emerald-300\/80:focus {
  background-color: rgb(110 231 183 / 0.8);
}

.focus\:bg-emerald-300\/90:focus {
  background-color: rgb(110 231 183 / 0.9);
}

.focus\:bg-emerald-300\/95:focus {
  background-color: rgb(110 231 183 / 0.95);
}

.focus\:bg-emerald-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity));
}

.focus\:bg-emerald-400\/0:focus {
  background-color: rgb(52 211 153 / 0);
}

.focus\:bg-emerald-400\/10:focus {
  background-color: rgb(52 211 153 / 0.1);
}

.focus\:bg-emerald-400\/100:focus {
  background-color: rgb(52 211 153 / 1);
}

.focus\:bg-emerald-400\/20:focus {
  background-color: rgb(52 211 153 / 0.2);
}

.focus\:bg-emerald-400\/25:focus {
  background-color: rgb(52 211 153 / 0.25);
}

.focus\:bg-emerald-400\/30:focus {
  background-color: rgb(52 211 153 / 0.3);
}

.focus\:bg-emerald-400\/40:focus {
  background-color: rgb(52 211 153 / 0.4);
}

.focus\:bg-emerald-400\/5:focus {
  background-color: rgb(52 211 153 / 0.05);
}

.focus\:bg-emerald-400\/50:focus {
  background-color: rgb(52 211 153 / 0.5);
}

.focus\:bg-emerald-400\/60:focus {
  background-color: rgb(52 211 153 / 0.6);
}

.focus\:bg-emerald-400\/70:focus {
  background-color: rgb(52 211 153 / 0.7);
}

.focus\:bg-emerald-400\/75:focus {
  background-color: rgb(52 211 153 / 0.75);
}

.focus\:bg-emerald-400\/80:focus {
  background-color: rgb(52 211 153 / 0.8);
}

.focus\:bg-emerald-400\/90:focus {
  background-color: rgb(52 211 153 / 0.9);
}

.focus\:bg-emerald-400\/95:focus {
  background-color: rgb(52 211 153 / 0.95);
}

.focus\:bg-emerald-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
}

.focus\:bg-emerald-50\/0:focus {
  background-color: rgb(236 253 245 / 0);
}

.focus\:bg-emerald-50\/10:focus {
  background-color: rgb(236 253 245 / 0.1);
}

.focus\:bg-emerald-50\/100:focus {
  background-color: rgb(236 253 245 / 1);
}

.focus\:bg-emerald-50\/20:focus {
  background-color: rgb(236 253 245 / 0.2);
}

.focus\:bg-emerald-50\/25:focus {
  background-color: rgb(236 253 245 / 0.25);
}

.focus\:bg-emerald-50\/30:focus {
  background-color: rgb(236 253 245 / 0.3);
}

.focus\:bg-emerald-50\/40:focus {
  background-color: rgb(236 253 245 / 0.4);
}

.focus\:bg-emerald-50\/5:focus {
  background-color: rgb(236 253 245 / 0.05);
}

.focus\:bg-emerald-50\/50:focus {
  background-color: rgb(236 253 245 / 0.5);
}

.focus\:bg-emerald-50\/60:focus {
  background-color: rgb(236 253 245 / 0.6);
}

.focus\:bg-emerald-50\/70:focus {
  background-color: rgb(236 253 245 / 0.7);
}

.focus\:bg-emerald-50\/75:focus {
  background-color: rgb(236 253 245 / 0.75);
}

.focus\:bg-emerald-50\/80:focus {
  background-color: rgb(236 253 245 / 0.8);
}

.focus\:bg-emerald-50\/90:focus {
  background-color: rgb(236 253 245 / 0.9);
}

.focus\:bg-emerald-50\/95:focus {
  background-color: rgb(236 253 245 / 0.95);
}

.focus\:bg-emerald-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}

.focus\:bg-emerald-500\/0:focus {
  background-color: rgb(16 185 129 / 0);
}

.focus\:bg-emerald-500\/10:focus {
  background-color: rgb(16 185 129 / 0.1);
}

.focus\:bg-emerald-500\/100:focus {
  background-color: rgb(16 185 129 / 1);
}

.focus\:bg-emerald-500\/20:focus {
  background-color: rgb(16 185 129 / 0.2);
}

.focus\:bg-emerald-500\/25:focus {
  background-color: rgb(16 185 129 / 0.25);
}

.focus\:bg-emerald-500\/30:focus {
  background-color: rgb(16 185 129 / 0.3);
}

.focus\:bg-emerald-500\/40:focus {
  background-color: rgb(16 185 129 / 0.4);
}

.focus\:bg-emerald-500\/5:focus {
  background-color: rgb(16 185 129 / 0.05);
}

.focus\:bg-emerald-500\/50:focus {
  background-color: rgb(16 185 129 / 0.5);
}

.focus\:bg-emerald-500\/60:focus {
  background-color: rgb(16 185 129 / 0.6);
}

.focus\:bg-emerald-500\/70:focus {
  background-color: rgb(16 185 129 / 0.7);
}

.focus\:bg-emerald-500\/75:focus {
  background-color: rgb(16 185 129 / 0.75);
}

.focus\:bg-emerald-500\/80:focus {
  background-color: rgb(16 185 129 / 0.8);
}

.focus\:bg-emerald-500\/90:focus {
  background-color: rgb(16 185 129 / 0.9);
}

.focus\:bg-emerald-500\/95:focus {
  background-color: rgb(16 185 129 / 0.95);
}

.focus\:bg-emerald-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}

.focus\:bg-emerald-600\/0:focus {
  background-color: rgb(5 150 105 / 0);
}

.focus\:bg-emerald-600\/10:focus {
  background-color: rgb(5 150 105 / 0.1);
}

.focus\:bg-emerald-600\/100:focus {
  background-color: rgb(5 150 105 / 1);
}

.focus\:bg-emerald-600\/20:focus {
  background-color: rgb(5 150 105 / 0.2);
}

.focus\:bg-emerald-600\/25:focus {
  background-color: rgb(5 150 105 / 0.25);
}

.focus\:bg-emerald-600\/30:focus {
  background-color: rgb(5 150 105 / 0.3);
}

.focus\:bg-emerald-600\/40:focus {
  background-color: rgb(5 150 105 / 0.4);
}

.focus\:bg-emerald-600\/5:focus {
  background-color: rgb(5 150 105 / 0.05);
}

.focus\:bg-emerald-600\/50:focus {
  background-color: rgb(5 150 105 / 0.5);
}

.focus\:bg-emerald-600\/60:focus {
  background-color: rgb(5 150 105 / 0.6);
}

.focus\:bg-emerald-600\/70:focus {
  background-color: rgb(5 150 105 / 0.7);
}

.focus\:bg-emerald-600\/75:focus {
  background-color: rgb(5 150 105 / 0.75);
}

.focus\:bg-emerald-600\/80:focus {
  background-color: rgb(5 150 105 / 0.8);
}

.focus\:bg-emerald-600\/90:focus {
  background-color: rgb(5 150 105 / 0.9);
}

.focus\:bg-emerald-600\/95:focus {
  background-color: rgb(5 150 105 / 0.95);
}

.focus\:bg-emerald-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity));
}

.focus\:bg-emerald-700\/0:focus {
  background-color: rgb(4 120 87 / 0);
}

.focus\:bg-emerald-700\/10:focus {
  background-color: rgb(4 120 87 / 0.1);
}

.focus\:bg-emerald-700\/100:focus {
  background-color: rgb(4 120 87 / 1);
}

.focus\:bg-emerald-700\/20:focus {
  background-color: rgb(4 120 87 / 0.2);
}

.focus\:bg-emerald-700\/25:focus {
  background-color: rgb(4 120 87 / 0.25);
}

.focus\:bg-emerald-700\/30:focus {
  background-color: rgb(4 120 87 / 0.3);
}

.focus\:bg-emerald-700\/40:focus {
  background-color: rgb(4 120 87 / 0.4);
}

.focus\:bg-emerald-700\/5:focus {
  background-color: rgb(4 120 87 / 0.05);
}

.focus\:bg-emerald-700\/50:focus {
  background-color: rgb(4 120 87 / 0.5);
}

.focus\:bg-emerald-700\/60:focus {
  background-color: rgb(4 120 87 / 0.6);
}

.focus\:bg-emerald-700\/70:focus {
  background-color: rgb(4 120 87 / 0.7);
}

.focus\:bg-emerald-700\/75:focus {
  background-color: rgb(4 120 87 / 0.75);
}

.focus\:bg-emerald-700\/80:focus {
  background-color: rgb(4 120 87 / 0.8);
}

.focus\:bg-emerald-700\/90:focus {
  background-color: rgb(4 120 87 / 0.9);
}

.focus\:bg-emerald-700\/95:focus {
  background-color: rgb(4 120 87 / 0.95);
}

.focus\:bg-emerald-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity));
}

.focus\:bg-emerald-800\/0:focus {
  background-color: rgb(6 95 70 / 0);
}

.focus\:bg-emerald-800\/10:focus {
  background-color: rgb(6 95 70 / 0.1);
}

.focus\:bg-emerald-800\/100:focus {
  background-color: rgb(6 95 70 / 1);
}

.focus\:bg-emerald-800\/20:focus {
  background-color: rgb(6 95 70 / 0.2);
}

.focus\:bg-emerald-800\/25:focus {
  background-color: rgb(6 95 70 / 0.25);
}

.focus\:bg-emerald-800\/30:focus {
  background-color: rgb(6 95 70 / 0.3);
}

.focus\:bg-emerald-800\/40:focus {
  background-color: rgb(6 95 70 / 0.4);
}

.focus\:bg-emerald-800\/5:focus {
  background-color: rgb(6 95 70 / 0.05);
}

.focus\:bg-emerald-800\/50:focus {
  background-color: rgb(6 95 70 / 0.5);
}

.focus\:bg-emerald-800\/60:focus {
  background-color: rgb(6 95 70 / 0.6);
}

.focus\:bg-emerald-800\/70:focus {
  background-color: rgb(6 95 70 / 0.7);
}

.focus\:bg-emerald-800\/75:focus {
  background-color: rgb(6 95 70 / 0.75);
}

.focus\:bg-emerald-800\/80:focus {
  background-color: rgb(6 95 70 / 0.8);
}

.focus\:bg-emerald-800\/90:focus {
  background-color: rgb(6 95 70 / 0.9);
}

.focus\:bg-emerald-800\/95:focus {
  background-color: rgb(6 95 70 / 0.95);
}

.focus\:bg-emerald-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity));
}

.focus\:bg-emerald-900\/0:focus {
  background-color: rgb(6 78 59 / 0);
}

.focus\:bg-emerald-900\/10:focus {
  background-color: rgb(6 78 59 / 0.1);
}

.focus\:bg-emerald-900\/100:focus {
  background-color: rgb(6 78 59 / 1);
}

.focus\:bg-emerald-900\/20:focus {
  background-color: rgb(6 78 59 / 0.2);
}

.focus\:bg-emerald-900\/25:focus {
  background-color: rgb(6 78 59 / 0.25);
}

.focus\:bg-emerald-900\/30:focus {
  background-color: rgb(6 78 59 / 0.3);
}

.focus\:bg-emerald-900\/40:focus {
  background-color: rgb(6 78 59 / 0.4);
}

.focus\:bg-emerald-900\/5:focus {
  background-color: rgb(6 78 59 / 0.05);
}

.focus\:bg-emerald-900\/50:focus {
  background-color: rgb(6 78 59 / 0.5);
}

.focus\:bg-emerald-900\/60:focus {
  background-color: rgb(6 78 59 / 0.6);
}

.focus\:bg-emerald-900\/70:focus {
  background-color: rgb(6 78 59 / 0.7);
}

.focus\:bg-emerald-900\/75:focus {
  background-color: rgb(6 78 59 / 0.75);
}

.focus\:bg-emerald-900\/80:focus {
  background-color: rgb(6 78 59 / 0.8);
}

.focus\:bg-emerald-900\/90:focus {
  background-color: rgb(6 78 59 / 0.9);
}

.focus\:bg-emerald-900\/95:focus {
  background-color: rgb(6 78 59 / 0.95);
}

.focus\:bg-emerald-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(2 44 34 / var(--tw-bg-opacity));
}

.focus\:bg-emerald-950\/0:focus {
  background-color: rgb(2 44 34 / 0);
}

.focus\:bg-emerald-950\/10:focus {
  background-color: rgb(2 44 34 / 0.1);
}

.focus\:bg-emerald-950\/100:focus {
  background-color: rgb(2 44 34 / 1);
}

.focus\:bg-emerald-950\/20:focus {
  background-color: rgb(2 44 34 / 0.2);
}

.focus\:bg-emerald-950\/25:focus {
  background-color: rgb(2 44 34 / 0.25);
}

.focus\:bg-emerald-950\/30:focus {
  background-color: rgb(2 44 34 / 0.3);
}

.focus\:bg-emerald-950\/40:focus {
  background-color: rgb(2 44 34 / 0.4);
}

.focus\:bg-emerald-950\/5:focus {
  background-color: rgb(2 44 34 / 0.05);
}

.focus\:bg-emerald-950\/50:focus {
  background-color: rgb(2 44 34 / 0.5);
}

.focus\:bg-emerald-950\/60:focus {
  background-color: rgb(2 44 34 / 0.6);
}

.focus\:bg-emerald-950\/70:focus {
  background-color: rgb(2 44 34 / 0.7);
}

.focus\:bg-emerald-950\/75:focus {
  background-color: rgb(2 44 34 / 0.75);
}

.focus\:bg-emerald-950\/80:focus {
  background-color: rgb(2 44 34 / 0.8);
}

.focus\:bg-emerald-950\/90:focus {
  background-color: rgb(2 44 34 / 0.9);
}

.focus\:bg-emerald-950\/95:focus {
  background-color: rgb(2 44 34 / 0.95);
}

.focus\:bg-fuchsia-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-100\/0:focus {
  background-color: rgb(250 232 255 / 0);
}

.focus\:bg-fuchsia-100\/10:focus {
  background-color: rgb(250 232 255 / 0.1);
}

.focus\:bg-fuchsia-100\/100:focus {
  background-color: rgb(250 232 255 / 1);
}

.focus\:bg-fuchsia-100\/20:focus {
  background-color: rgb(250 232 255 / 0.2);
}

.focus\:bg-fuchsia-100\/25:focus {
  background-color: rgb(250 232 255 / 0.25);
}

.focus\:bg-fuchsia-100\/30:focus {
  background-color: rgb(250 232 255 / 0.3);
}

.focus\:bg-fuchsia-100\/40:focus {
  background-color: rgb(250 232 255 / 0.4);
}

.focus\:bg-fuchsia-100\/5:focus {
  background-color: rgb(250 232 255 / 0.05);
}

.focus\:bg-fuchsia-100\/50:focus {
  background-color: rgb(250 232 255 / 0.5);
}

.focus\:bg-fuchsia-100\/60:focus {
  background-color: rgb(250 232 255 / 0.6);
}

.focus\:bg-fuchsia-100\/70:focus {
  background-color: rgb(250 232 255 / 0.7);
}

.focus\:bg-fuchsia-100\/75:focus {
  background-color: rgb(250 232 255 / 0.75);
}

.focus\:bg-fuchsia-100\/80:focus {
  background-color: rgb(250 232 255 / 0.8);
}

.focus\:bg-fuchsia-100\/90:focus {
  background-color: rgb(250 232 255 / 0.9);
}

.focus\:bg-fuchsia-100\/95:focus {
  background-color: rgb(250 232 255 / 0.95);
}

.focus\:bg-fuchsia-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(245 208 254 / var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-200\/0:focus {
  background-color: rgb(245 208 254 / 0);
}

.focus\:bg-fuchsia-200\/10:focus {
  background-color: rgb(245 208 254 / 0.1);
}

.focus\:bg-fuchsia-200\/100:focus {
  background-color: rgb(245 208 254 / 1);
}

.focus\:bg-fuchsia-200\/20:focus {
  background-color: rgb(245 208 254 / 0.2);
}

.focus\:bg-fuchsia-200\/25:focus {
  background-color: rgb(245 208 254 / 0.25);
}

.focus\:bg-fuchsia-200\/30:focus {
  background-color: rgb(245 208 254 / 0.3);
}

.focus\:bg-fuchsia-200\/40:focus {
  background-color: rgb(245 208 254 / 0.4);
}

.focus\:bg-fuchsia-200\/5:focus {
  background-color: rgb(245 208 254 / 0.05);
}

.focus\:bg-fuchsia-200\/50:focus {
  background-color: rgb(245 208 254 / 0.5);
}

.focus\:bg-fuchsia-200\/60:focus {
  background-color: rgb(245 208 254 / 0.6);
}

.focus\:bg-fuchsia-200\/70:focus {
  background-color: rgb(245 208 254 / 0.7);
}

.focus\:bg-fuchsia-200\/75:focus {
  background-color: rgb(245 208 254 / 0.75);
}

.focus\:bg-fuchsia-200\/80:focus {
  background-color: rgb(245 208 254 / 0.8);
}

.focus\:bg-fuchsia-200\/90:focus {
  background-color: rgb(245 208 254 / 0.9);
}

.focus\:bg-fuchsia-200\/95:focus {
  background-color: rgb(245 208 254 / 0.95);
}

.focus\:bg-fuchsia-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(240 171 252 / var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-300\/0:focus {
  background-color: rgb(240 171 252 / 0);
}

.focus\:bg-fuchsia-300\/10:focus {
  background-color: rgb(240 171 252 / 0.1);
}

.focus\:bg-fuchsia-300\/100:focus {
  background-color: rgb(240 171 252 / 1);
}

.focus\:bg-fuchsia-300\/20:focus {
  background-color: rgb(240 171 252 / 0.2);
}

.focus\:bg-fuchsia-300\/25:focus {
  background-color: rgb(240 171 252 / 0.25);
}

.focus\:bg-fuchsia-300\/30:focus {
  background-color: rgb(240 171 252 / 0.3);
}

.focus\:bg-fuchsia-300\/40:focus {
  background-color: rgb(240 171 252 / 0.4);
}

.focus\:bg-fuchsia-300\/5:focus {
  background-color: rgb(240 171 252 / 0.05);
}

.focus\:bg-fuchsia-300\/50:focus {
  background-color: rgb(240 171 252 / 0.5);
}

.focus\:bg-fuchsia-300\/60:focus {
  background-color: rgb(240 171 252 / 0.6);
}

.focus\:bg-fuchsia-300\/70:focus {
  background-color: rgb(240 171 252 / 0.7);
}

.focus\:bg-fuchsia-300\/75:focus {
  background-color: rgb(240 171 252 / 0.75);
}

.focus\:bg-fuchsia-300\/80:focus {
  background-color: rgb(240 171 252 / 0.8);
}

.focus\:bg-fuchsia-300\/90:focus {
  background-color: rgb(240 171 252 / 0.9);
}

.focus\:bg-fuchsia-300\/95:focus {
  background-color: rgb(240 171 252 / 0.95);
}

.focus\:bg-fuchsia-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-400\/0:focus {
  background-color: rgb(232 121 249 / 0);
}

.focus\:bg-fuchsia-400\/10:focus {
  background-color: rgb(232 121 249 / 0.1);
}

.focus\:bg-fuchsia-400\/100:focus {
  background-color: rgb(232 121 249 / 1);
}

.focus\:bg-fuchsia-400\/20:focus {
  background-color: rgb(232 121 249 / 0.2);
}

.focus\:bg-fuchsia-400\/25:focus {
  background-color: rgb(232 121 249 / 0.25);
}

.focus\:bg-fuchsia-400\/30:focus {
  background-color: rgb(232 121 249 / 0.3);
}

.focus\:bg-fuchsia-400\/40:focus {
  background-color: rgb(232 121 249 / 0.4);
}

.focus\:bg-fuchsia-400\/5:focus {
  background-color: rgb(232 121 249 / 0.05);
}

.focus\:bg-fuchsia-400\/50:focus {
  background-color: rgb(232 121 249 / 0.5);
}

.focus\:bg-fuchsia-400\/60:focus {
  background-color: rgb(232 121 249 / 0.6);
}

.focus\:bg-fuchsia-400\/70:focus {
  background-color: rgb(232 121 249 / 0.7);
}

.focus\:bg-fuchsia-400\/75:focus {
  background-color: rgb(232 121 249 / 0.75);
}

.focus\:bg-fuchsia-400\/80:focus {
  background-color: rgb(232 121 249 / 0.8);
}

.focus\:bg-fuchsia-400\/90:focus {
  background-color: rgb(232 121 249 / 0.9);
}

.focus\:bg-fuchsia-400\/95:focus {
  background-color: rgb(232 121 249 / 0.95);
}

.focus\:bg-fuchsia-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-50\/0:focus {
  background-color: rgb(253 244 255 / 0);
}

.focus\:bg-fuchsia-50\/10:focus {
  background-color: rgb(253 244 255 / 0.1);
}

.focus\:bg-fuchsia-50\/100:focus {
  background-color: rgb(253 244 255 / 1);
}

.focus\:bg-fuchsia-50\/20:focus {
  background-color: rgb(253 244 255 / 0.2);
}

.focus\:bg-fuchsia-50\/25:focus {
  background-color: rgb(253 244 255 / 0.25);
}

.focus\:bg-fuchsia-50\/30:focus {
  background-color: rgb(253 244 255 / 0.3);
}

.focus\:bg-fuchsia-50\/40:focus {
  background-color: rgb(253 244 255 / 0.4);
}

.focus\:bg-fuchsia-50\/5:focus {
  background-color: rgb(253 244 255 / 0.05);
}

.focus\:bg-fuchsia-50\/50:focus {
  background-color: rgb(253 244 255 / 0.5);
}

.focus\:bg-fuchsia-50\/60:focus {
  background-color: rgb(253 244 255 / 0.6);
}

.focus\:bg-fuchsia-50\/70:focus {
  background-color: rgb(253 244 255 / 0.7);
}

.focus\:bg-fuchsia-50\/75:focus {
  background-color: rgb(253 244 255 / 0.75);
}

.focus\:bg-fuchsia-50\/80:focus {
  background-color: rgb(253 244 255 / 0.8);
}

.focus\:bg-fuchsia-50\/90:focus {
  background-color: rgb(253 244 255 / 0.9);
}

.focus\:bg-fuchsia-50\/95:focus {
  background-color: rgb(253 244 255 / 0.95);
}

.focus\:bg-fuchsia-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-500\/0:focus {
  background-color: rgb(217 70 239 / 0);
}

.focus\:bg-fuchsia-500\/10:focus {
  background-color: rgb(217 70 239 / 0.1);
}

.focus\:bg-fuchsia-500\/100:focus {
  background-color: rgb(217 70 239 / 1);
}

.focus\:bg-fuchsia-500\/20:focus {
  background-color: rgb(217 70 239 / 0.2);
}

.focus\:bg-fuchsia-500\/25:focus {
  background-color: rgb(217 70 239 / 0.25);
}

.focus\:bg-fuchsia-500\/30:focus {
  background-color: rgb(217 70 239 / 0.3);
}

.focus\:bg-fuchsia-500\/40:focus {
  background-color: rgb(217 70 239 / 0.4);
}

.focus\:bg-fuchsia-500\/5:focus {
  background-color: rgb(217 70 239 / 0.05);
}

.focus\:bg-fuchsia-500\/50:focus {
  background-color: rgb(217 70 239 / 0.5);
}

.focus\:bg-fuchsia-500\/60:focus {
  background-color: rgb(217 70 239 / 0.6);
}

.focus\:bg-fuchsia-500\/70:focus {
  background-color: rgb(217 70 239 / 0.7);
}

.focus\:bg-fuchsia-500\/75:focus {
  background-color: rgb(217 70 239 / 0.75);
}

.focus\:bg-fuchsia-500\/80:focus {
  background-color: rgb(217 70 239 / 0.8);
}

.focus\:bg-fuchsia-500\/90:focus {
  background-color: rgb(217 70 239 / 0.9);
}

.focus\:bg-fuchsia-500\/95:focus {
  background-color: rgb(217 70 239 / 0.95);
}

.focus\:bg-fuchsia-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-600\/0:focus {
  background-color: rgb(192 38 211 / 0);
}

.focus\:bg-fuchsia-600\/10:focus {
  background-color: rgb(192 38 211 / 0.1);
}

.focus\:bg-fuchsia-600\/100:focus {
  background-color: rgb(192 38 211 / 1);
}

.focus\:bg-fuchsia-600\/20:focus {
  background-color: rgb(192 38 211 / 0.2);
}

.focus\:bg-fuchsia-600\/25:focus {
  background-color: rgb(192 38 211 / 0.25);
}

.focus\:bg-fuchsia-600\/30:focus {
  background-color: rgb(192 38 211 / 0.3);
}

.focus\:bg-fuchsia-600\/40:focus {
  background-color: rgb(192 38 211 / 0.4);
}

.focus\:bg-fuchsia-600\/5:focus {
  background-color: rgb(192 38 211 / 0.05);
}

.focus\:bg-fuchsia-600\/50:focus {
  background-color: rgb(192 38 211 / 0.5);
}

.focus\:bg-fuchsia-600\/60:focus {
  background-color: rgb(192 38 211 / 0.6);
}

.focus\:bg-fuchsia-600\/70:focus {
  background-color: rgb(192 38 211 / 0.7);
}

.focus\:bg-fuchsia-600\/75:focus {
  background-color: rgb(192 38 211 / 0.75);
}

.focus\:bg-fuchsia-600\/80:focus {
  background-color: rgb(192 38 211 / 0.8);
}

.focus\:bg-fuchsia-600\/90:focus {
  background-color: rgb(192 38 211 / 0.9);
}

.focus\:bg-fuchsia-600\/95:focus {
  background-color: rgb(192 38 211 / 0.95);
}

.focus\:bg-fuchsia-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(162 28 175 / var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-700\/0:focus {
  background-color: rgb(162 28 175 / 0);
}

.focus\:bg-fuchsia-700\/10:focus {
  background-color: rgb(162 28 175 / 0.1);
}

.focus\:bg-fuchsia-700\/100:focus {
  background-color: rgb(162 28 175 / 1);
}

.focus\:bg-fuchsia-700\/20:focus {
  background-color: rgb(162 28 175 / 0.2);
}

.focus\:bg-fuchsia-700\/25:focus {
  background-color: rgb(162 28 175 / 0.25);
}

.focus\:bg-fuchsia-700\/30:focus {
  background-color: rgb(162 28 175 / 0.3);
}

.focus\:bg-fuchsia-700\/40:focus {
  background-color: rgb(162 28 175 / 0.4);
}

.focus\:bg-fuchsia-700\/5:focus {
  background-color: rgb(162 28 175 / 0.05);
}

.focus\:bg-fuchsia-700\/50:focus {
  background-color: rgb(162 28 175 / 0.5);
}

.focus\:bg-fuchsia-700\/60:focus {
  background-color: rgb(162 28 175 / 0.6);
}

.focus\:bg-fuchsia-700\/70:focus {
  background-color: rgb(162 28 175 / 0.7);
}

.focus\:bg-fuchsia-700\/75:focus {
  background-color: rgb(162 28 175 / 0.75);
}

.focus\:bg-fuchsia-700\/80:focus {
  background-color: rgb(162 28 175 / 0.8);
}

.focus\:bg-fuchsia-700\/90:focus {
  background-color: rgb(162 28 175 / 0.9);
}

.focus\:bg-fuchsia-700\/95:focus {
  background-color: rgb(162 28 175 / 0.95);
}

.focus\:bg-fuchsia-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(134 25 143 / var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-800\/0:focus {
  background-color: rgb(134 25 143 / 0);
}

.focus\:bg-fuchsia-800\/10:focus {
  background-color: rgb(134 25 143 / 0.1);
}

.focus\:bg-fuchsia-800\/100:focus {
  background-color: rgb(134 25 143 / 1);
}

.focus\:bg-fuchsia-800\/20:focus {
  background-color: rgb(134 25 143 / 0.2);
}

.focus\:bg-fuchsia-800\/25:focus {
  background-color: rgb(134 25 143 / 0.25);
}

.focus\:bg-fuchsia-800\/30:focus {
  background-color: rgb(134 25 143 / 0.3);
}

.focus\:bg-fuchsia-800\/40:focus {
  background-color: rgb(134 25 143 / 0.4);
}

.focus\:bg-fuchsia-800\/5:focus {
  background-color: rgb(134 25 143 / 0.05);
}

.focus\:bg-fuchsia-800\/50:focus {
  background-color: rgb(134 25 143 / 0.5);
}

.focus\:bg-fuchsia-800\/60:focus {
  background-color: rgb(134 25 143 / 0.6);
}

.focus\:bg-fuchsia-800\/70:focus {
  background-color: rgb(134 25 143 / 0.7);
}

.focus\:bg-fuchsia-800\/75:focus {
  background-color: rgb(134 25 143 / 0.75);
}

.focus\:bg-fuchsia-800\/80:focus {
  background-color: rgb(134 25 143 / 0.8);
}

.focus\:bg-fuchsia-800\/90:focus {
  background-color: rgb(134 25 143 / 0.9);
}

.focus\:bg-fuchsia-800\/95:focus {
  background-color: rgb(134 25 143 / 0.95);
}

.focus\:bg-fuchsia-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(112 26 117 / var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-900\/0:focus {
  background-color: rgb(112 26 117 / 0);
}

.focus\:bg-fuchsia-900\/10:focus {
  background-color: rgb(112 26 117 / 0.1);
}

.focus\:bg-fuchsia-900\/100:focus {
  background-color: rgb(112 26 117 / 1);
}

.focus\:bg-fuchsia-900\/20:focus {
  background-color: rgb(112 26 117 / 0.2);
}

.focus\:bg-fuchsia-900\/25:focus {
  background-color: rgb(112 26 117 / 0.25);
}

.focus\:bg-fuchsia-900\/30:focus {
  background-color: rgb(112 26 117 / 0.3);
}

.focus\:bg-fuchsia-900\/40:focus {
  background-color: rgb(112 26 117 / 0.4);
}

.focus\:bg-fuchsia-900\/5:focus {
  background-color: rgb(112 26 117 / 0.05);
}

.focus\:bg-fuchsia-900\/50:focus {
  background-color: rgb(112 26 117 / 0.5);
}

.focus\:bg-fuchsia-900\/60:focus {
  background-color: rgb(112 26 117 / 0.6);
}

.focus\:bg-fuchsia-900\/70:focus {
  background-color: rgb(112 26 117 / 0.7);
}

.focus\:bg-fuchsia-900\/75:focus {
  background-color: rgb(112 26 117 / 0.75);
}

.focus\:bg-fuchsia-900\/80:focus {
  background-color: rgb(112 26 117 / 0.8);
}

.focus\:bg-fuchsia-900\/90:focus {
  background-color: rgb(112 26 117 / 0.9);
}

.focus\:bg-fuchsia-900\/95:focus {
  background-color: rgb(112 26 117 / 0.95);
}

.focus\:bg-fuchsia-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(74 4 78 / var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-950\/0:focus {
  background-color: rgb(74 4 78 / 0);
}

.focus\:bg-fuchsia-950\/10:focus {
  background-color: rgb(74 4 78 / 0.1);
}

.focus\:bg-fuchsia-950\/100:focus {
  background-color: rgb(74 4 78 / 1);
}

.focus\:bg-fuchsia-950\/20:focus {
  background-color: rgb(74 4 78 / 0.2);
}

.focus\:bg-fuchsia-950\/25:focus {
  background-color: rgb(74 4 78 / 0.25);
}

.focus\:bg-fuchsia-950\/30:focus {
  background-color: rgb(74 4 78 / 0.3);
}

.focus\:bg-fuchsia-950\/40:focus {
  background-color: rgb(74 4 78 / 0.4);
}

.focus\:bg-fuchsia-950\/5:focus {
  background-color: rgb(74 4 78 / 0.05);
}

.focus\:bg-fuchsia-950\/50:focus {
  background-color: rgb(74 4 78 / 0.5);
}

.focus\:bg-fuchsia-950\/60:focus {
  background-color: rgb(74 4 78 / 0.6);
}

.focus\:bg-fuchsia-950\/70:focus {
  background-color: rgb(74 4 78 / 0.7);
}

.focus\:bg-fuchsia-950\/75:focus {
  background-color: rgb(74 4 78 / 0.75);
}

.focus\:bg-fuchsia-950\/80:focus {
  background-color: rgb(74 4 78 / 0.8);
}

.focus\:bg-fuchsia-950\/90:focus {
  background-color: rgb(74 4 78 / 0.9);
}

.focus\:bg-fuchsia-950\/95:focus {
  background-color: rgb(74 4 78 / 0.95);
}

.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.focus\:bg-gray-100\/0:focus {
  background-color: rgb(243 244 246 / 0);
}

.focus\:bg-gray-100\/10:focus {
  background-color: rgb(243 244 246 / 0.1);
}

.focus\:bg-gray-100\/100:focus {
  background-color: rgb(243 244 246 / 1);
}

.focus\:bg-gray-100\/20:focus {
  background-color: rgb(243 244 246 / 0.2);
}

.focus\:bg-gray-100\/25:focus {
  background-color: rgb(243 244 246 / 0.25);
}

.focus\:bg-gray-100\/30:focus {
  background-color: rgb(243 244 246 / 0.3);
}

.focus\:bg-gray-100\/40:focus {
  background-color: rgb(243 244 246 / 0.4);
}

.focus\:bg-gray-100\/5:focus {
  background-color: rgb(243 244 246 / 0.05);
}

.focus\:bg-gray-100\/50:focus {
  background-color: rgb(243 244 246 / 0.5);
}

.focus\:bg-gray-100\/60:focus {
  background-color: rgb(243 244 246 / 0.6);
}

.focus\:bg-gray-100\/70:focus {
  background-color: rgb(243 244 246 / 0.7);
}

.focus\:bg-gray-100\/75:focus {
  background-color: rgb(243 244 246 / 0.75);
}

.focus\:bg-gray-100\/80:focus {
  background-color: rgb(243 244 246 / 0.8);
}

.focus\:bg-gray-100\/90:focus {
  background-color: rgb(243 244 246 / 0.9);
}

.focus\:bg-gray-100\/95:focus {
  background-color: rgb(243 244 246 / 0.95);
}

.focus\:bg-gray-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.focus\:bg-gray-200\/0:focus {
  background-color: rgb(229 231 235 / 0);
}

.focus\:bg-gray-200\/10:focus {
  background-color: rgb(229 231 235 / 0.1);
}

.focus\:bg-gray-200\/100:focus {
  background-color: rgb(229 231 235 / 1);
}

.focus\:bg-gray-200\/20:focus {
  background-color: rgb(229 231 235 / 0.2);
}

.focus\:bg-gray-200\/25:focus {
  background-color: rgb(229 231 235 / 0.25);
}

.focus\:bg-gray-200\/30:focus {
  background-color: rgb(229 231 235 / 0.3);
}

.focus\:bg-gray-200\/40:focus {
  background-color: rgb(229 231 235 / 0.4);
}

.focus\:bg-gray-200\/5:focus {
  background-color: rgb(229 231 235 / 0.05);
}

.focus\:bg-gray-200\/50:focus {
  background-color: rgb(229 231 235 / 0.5);
}

.focus\:bg-gray-200\/60:focus {
  background-color: rgb(229 231 235 / 0.6);
}

.focus\:bg-gray-200\/70:focus {
  background-color: rgb(229 231 235 / 0.7);
}

.focus\:bg-gray-200\/75:focus {
  background-color: rgb(229 231 235 / 0.75);
}

.focus\:bg-gray-200\/80:focus {
  background-color: rgb(229 231 235 / 0.8);
}

.focus\:bg-gray-200\/90:focus {
  background-color: rgb(229 231 235 / 0.9);
}

.focus\:bg-gray-200\/95:focus {
  background-color: rgb(229 231 235 / 0.95);
}

.focus\:bg-gray-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.focus\:bg-gray-300\/0:focus {
  background-color: rgb(209 213 219 / 0);
}

.focus\:bg-gray-300\/10:focus {
  background-color: rgb(209 213 219 / 0.1);
}

.focus\:bg-gray-300\/100:focus {
  background-color: rgb(209 213 219 / 1);
}

.focus\:bg-gray-300\/20:focus {
  background-color: rgb(209 213 219 / 0.2);
}

.focus\:bg-gray-300\/25:focus {
  background-color: rgb(209 213 219 / 0.25);
}

.focus\:bg-gray-300\/30:focus {
  background-color: rgb(209 213 219 / 0.3);
}

.focus\:bg-gray-300\/40:focus {
  background-color: rgb(209 213 219 / 0.4);
}

.focus\:bg-gray-300\/5:focus {
  background-color: rgb(209 213 219 / 0.05);
}

.focus\:bg-gray-300\/50:focus {
  background-color: rgb(209 213 219 / 0.5);
}

.focus\:bg-gray-300\/60:focus {
  background-color: rgb(209 213 219 / 0.6);
}

.focus\:bg-gray-300\/70:focus {
  background-color: rgb(209 213 219 / 0.7);
}

.focus\:bg-gray-300\/75:focus {
  background-color: rgb(209 213 219 / 0.75);
}

.focus\:bg-gray-300\/80:focus {
  background-color: rgb(209 213 219 / 0.8);
}

.focus\:bg-gray-300\/90:focus {
  background-color: rgb(209 213 219 / 0.9);
}

.focus\:bg-gray-300\/95:focus {
  background-color: rgb(209 213 219 / 0.95);
}

.focus\:bg-gray-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.focus\:bg-gray-400\/0:focus {
  background-color: rgb(156 163 175 / 0);
}

.focus\:bg-gray-400\/10:focus {
  background-color: rgb(156 163 175 / 0.1);
}

.focus\:bg-gray-400\/100:focus {
  background-color: rgb(156 163 175 / 1);
}

.focus\:bg-gray-400\/20:focus {
  background-color: rgb(156 163 175 / 0.2);
}

.focus\:bg-gray-400\/25:focus {
  background-color: rgb(156 163 175 / 0.25);
}

.focus\:bg-gray-400\/30:focus {
  background-color: rgb(156 163 175 / 0.3);
}

.focus\:bg-gray-400\/40:focus {
  background-color: rgb(156 163 175 / 0.4);
}

.focus\:bg-gray-400\/5:focus {
  background-color: rgb(156 163 175 / 0.05);
}

.focus\:bg-gray-400\/50:focus {
  background-color: rgb(156 163 175 / 0.5);
}

.focus\:bg-gray-400\/60:focus {
  background-color: rgb(156 163 175 / 0.6);
}

.focus\:bg-gray-400\/70:focus {
  background-color: rgb(156 163 175 / 0.7);
}

.focus\:bg-gray-400\/75:focus {
  background-color: rgb(156 163 175 / 0.75);
}

.focus\:bg-gray-400\/80:focus {
  background-color: rgb(156 163 175 / 0.8);
}

.focus\:bg-gray-400\/90:focus {
  background-color: rgb(156 163 175 / 0.9);
}

.focus\:bg-gray-400\/95:focus {
  background-color: rgb(156 163 175 / 0.95);
}

.focus\:bg-gray-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.focus\:bg-gray-50\/0:focus {
  background-color: rgb(249 250 251 / 0);
}

.focus\:bg-gray-50\/10:focus {
  background-color: rgb(249 250 251 / 0.1);
}

.focus\:bg-gray-50\/100:focus {
  background-color: rgb(249 250 251 / 1);
}

.focus\:bg-gray-50\/20:focus {
  background-color: rgb(249 250 251 / 0.2);
}

.focus\:bg-gray-50\/25:focus {
  background-color: rgb(249 250 251 / 0.25);
}

.focus\:bg-gray-50\/30:focus {
  background-color: rgb(249 250 251 / 0.3);
}

.focus\:bg-gray-50\/40:focus {
  background-color: rgb(249 250 251 / 0.4);
}

.focus\:bg-gray-50\/5:focus {
  background-color: rgb(249 250 251 / 0.05);
}

.focus\:bg-gray-50\/50:focus {
  background-color: rgb(249 250 251 / 0.5);
}

.focus\:bg-gray-50\/60:focus {
  background-color: rgb(249 250 251 / 0.6);
}

.focus\:bg-gray-50\/70:focus {
  background-color: rgb(249 250 251 / 0.7);
}

.focus\:bg-gray-50\/75:focus {
  background-color: rgb(249 250 251 / 0.75);
}

.focus\:bg-gray-50\/80:focus {
  background-color: rgb(249 250 251 / 0.8);
}

.focus\:bg-gray-50\/90:focus {
  background-color: rgb(249 250 251 / 0.9);
}

.focus\:bg-gray-50\/95:focus {
  background-color: rgb(249 250 251 / 0.95);
}

.focus\:bg-gray-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.focus\:bg-gray-500\/0:focus {
  background-color: rgb(107 114 128 / 0);
}

.focus\:bg-gray-500\/10:focus {
  background-color: rgb(107 114 128 / 0.1);
}

.focus\:bg-gray-500\/100:focus {
  background-color: rgb(107 114 128 / 1);
}

.focus\:bg-gray-500\/20:focus {
  background-color: rgb(107 114 128 / 0.2);
}

.focus\:bg-gray-500\/25:focus {
  background-color: rgb(107 114 128 / 0.25);
}

.focus\:bg-gray-500\/30:focus {
  background-color: rgb(107 114 128 / 0.3);
}

.focus\:bg-gray-500\/40:focus {
  background-color: rgb(107 114 128 / 0.4);
}

.focus\:bg-gray-500\/5:focus {
  background-color: rgb(107 114 128 / 0.05);
}

.focus\:bg-gray-500\/50:focus {
  background-color: rgb(107 114 128 / 0.5);
}

.focus\:bg-gray-500\/60:focus {
  background-color: rgb(107 114 128 / 0.6);
}

.focus\:bg-gray-500\/70:focus {
  background-color: rgb(107 114 128 / 0.7);
}

.focus\:bg-gray-500\/75:focus {
  background-color: rgb(107 114 128 / 0.75);
}

.focus\:bg-gray-500\/80:focus {
  background-color: rgb(107 114 128 / 0.8);
}

.focus\:bg-gray-500\/90:focus {
  background-color: rgb(107 114 128 / 0.9);
}

.focus\:bg-gray-500\/95:focus {
  background-color: rgb(107 114 128 / 0.95);
}

.focus\:bg-gray-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.focus\:bg-gray-600\/0:focus {
  background-color: rgb(75 85 99 / 0);
}

.focus\:bg-gray-600\/10:focus {
  background-color: rgb(75 85 99 / 0.1);
}

.focus\:bg-gray-600\/100:focus {
  background-color: rgb(75 85 99 / 1);
}

.focus\:bg-gray-600\/20:focus {
  background-color: rgb(75 85 99 / 0.2);
}

.focus\:bg-gray-600\/25:focus {
  background-color: rgb(75 85 99 / 0.25);
}

.focus\:bg-gray-600\/30:focus {
  background-color: rgb(75 85 99 / 0.3);
}

.focus\:bg-gray-600\/40:focus {
  background-color: rgb(75 85 99 / 0.4);
}

.focus\:bg-gray-600\/5:focus {
  background-color: rgb(75 85 99 / 0.05);
}

.focus\:bg-gray-600\/50:focus {
  background-color: rgb(75 85 99 / 0.5);
}

.focus\:bg-gray-600\/60:focus {
  background-color: rgb(75 85 99 / 0.6);
}

.focus\:bg-gray-600\/70:focus {
  background-color: rgb(75 85 99 / 0.7);
}

.focus\:bg-gray-600\/75:focus {
  background-color: rgb(75 85 99 / 0.75);
}

.focus\:bg-gray-600\/80:focus {
  background-color: rgb(75 85 99 / 0.8);
}

.focus\:bg-gray-600\/90:focus {
  background-color: rgb(75 85 99 / 0.9);
}

.focus\:bg-gray-600\/95:focus {
  background-color: rgb(75 85 99 / 0.95);
}

.focus\:bg-gray-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.focus\:bg-gray-700\/0:focus {
  background-color: rgb(55 65 81 / 0);
}

.focus\:bg-gray-700\/10:focus {
  background-color: rgb(55 65 81 / 0.1);
}

.focus\:bg-gray-700\/100:focus {
  background-color: rgb(55 65 81 / 1);
}

.focus\:bg-gray-700\/20:focus {
  background-color: rgb(55 65 81 / 0.2);
}

.focus\:bg-gray-700\/25:focus {
  background-color: rgb(55 65 81 / 0.25);
}

.focus\:bg-gray-700\/30:focus {
  background-color: rgb(55 65 81 / 0.3);
}

.focus\:bg-gray-700\/40:focus {
  background-color: rgb(55 65 81 / 0.4);
}

.focus\:bg-gray-700\/5:focus {
  background-color: rgb(55 65 81 / 0.05);
}

.focus\:bg-gray-700\/50:focus {
  background-color: rgb(55 65 81 / 0.5);
}

.focus\:bg-gray-700\/60:focus {
  background-color: rgb(55 65 81 / 0.6);
}

.focus\:bg-gray-700\/70:focus {
  background-color: rgb(55 65 81 / 0.7);
}

.focus\:bg-gray-700\/75:focus {
  background-color: rgb(55 65 81 / 0.75);
}

.focus\:bg-gray-700\/80:focus {
  background-color: rgb(55 65 81 / 0.8);
}

.focus\:bg-gray-700\/90:focus {
  background-color: rgb(55 65 81 / 0.9);
}

.focus\:bg-gray-700\/95:focus {
  background-color: rgb(55 65 81 / 0.95);
}

.focus\:bg-gray-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.focus\:bg-gray-800\/0:focus {
  background-color: rgb(31 41 55 / 0);
}

.focus\:bg-gray-800\/10:focus {
  background-color: rgb(31 41 55 / 0.1);
}

.focus\:bg-gray-800\/100:focus {
  background-color: rgb(31 41 55 / 1);
}

.focus\:bg-gray-800\/20:focus {
  background-color: rgb(31 41 55 / 0.2);
}

.focus\:bg-gray-800\/25:focus {
  background-color: rgb(31 41 55 / 0.25);
}

.focus\:bg-gray-800\/30:focus {
  background-color: rgb(31 41 55 / 0.3);
}

.focus\:bg-gray-800\/40:focus {
  background-color: rgb(31 41 55 / 0.4);
}

.focus\:bg-gray-800\/5:focus {
  background-color: rgb(31 41 55 / 0.05);
}

.focus\:bg-gray-800\/50:focus {
  background-color: rgb(31 41 55 / 0.5);
}

.focus\:bg-gray-800\/60:focus {
  background-color: rgb(31 41 55 / 0.6);
}

.focus\:bg-gray-800\/70:focus {
  background-color: rgb(31 41 55 / 0.7);
}

.focus\:bg-gray-800\/75:focus {
  background-color: rgb(31 41 55 / 0.75);
}

.focus\:bg-gray-800\/80:focus {
  background-color: rgb(31 41 55 / 0.8);
}

.focus\:bg-gray-800\/90:focus {
  background-color: rgb(31 41 55 / 0.9);
}

.focus\:bg-gray-800\/95:focus {
  background-color: rgb(31 41 55 / 0.95);
}

.focus\:bg-gray-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.focus\:bg-gray-900\/0:focus {
  background-color: rgb(17 24 39 / 0);
}

.focus\:bg-gray-900\/10:focus {
  background-color: rgb(17 24 39 / 0.1);
}

.focus\:bg-gray-900\/100:focus {
  background-color: rgb(17 24 39 / 1);
}

.focus\:bg-gray-900\/20:focus {
  background-color: rgb(17 24 39 / 0.2);
}

.focus\:bg-gray-900\/25:focus {
  background-color: rgb(17 24 39 / 0.25);
}

.focus\:bg-gray-900\/30:focus {
  background-color: rgb(17 24 39 / 0.3);
}

.focus\:bg-gray-900\/40:focus {
  background-color: rgb(17 24 39 / 0.4);
}

.focus\:bg-gray-900\/5:focus {
  background-color: rgb(17 24 39 / 0.05);
}

.focus\:bg-gray-900\/50:focus {
  background-color: rgb(17 24 39 / 0.5);
}

.focus\:bg-gray-900\/60:focus {
  background-color: rgb(17 24 39 / 0.6);
}

.focus\:bg-gray-900\/70:focus {
  background-color: rgb(17 24 39 / 0.7);
}

.focus\:bg-gray-900\/75:focus {
  background-color: rgb(17 24 39 / 0.75);
}

.focus\:bg-gray-900\/80:focus {
  background-color: rgb(17 24 39 / 0.8);
}

.focus\:bg-gray-900\/90:focus {
  background-color: rgb(17 24 39 / 0.9);
}

.focus\:bg-gray-900\/95:focus {
  background-color: rgb(17 24 39 / 0.95);
}

.focus\:bg-gray-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity));
}

.focus\:bg-gray-950\/0:focus {
  background-color: rgb(3 7 18 / 0);
}

.focus\:bg-gray-950\/10:focus {
  background-color: rgb(3 7 18 / 0.1);
}

.focus\:bg-gray-950\/100:focus {
  background-color: rgb(3 7 18 / 1);
}

.focus\:bg-gray-950\/20:focus {
  background-color: rgb(3 7 18 / 0.2);
}

.focus\:bg-gray-950\/25:focus {
  background-color: rgb(3 7 18 / 0.25);
}

.focus\:bg-gray-950\/30:focus {
  background-color: rgb(3 7 18 / 0.3);
}

.focus\:bg-gray-950\/40:focus {
  background-color: rgb(3 7 18 / 0.4);
}

.focus\:bg-gray-950\/5:focus {
  background-color: rgb(3 7 18 / 0.05);
}

.focus\:bg-gray-950\/50:focus {
  background-color: rgb(3 7 18 / 0.5);
}

.focus\:bg-gray-950\/60:focus {
  background-color: rgb(3 7 18 / 0.6);
}

.focus\:bg-gray-950\/70:focus {
  background-color: rgb(3 7 18 / 0.7);
}

.focus\:bg-gray-950\/75:focus {
  background-color: rgb(3 7 18 / 0.75);
}

.focus\:bg-gray-950\/80:focus {
  background-color: rgb(3 7 18 / 0.8);
}

.focus\:bg-gray-950\/90:focus {
  background-color: rgb(3 7 18 / 0.9);
}

.focus\:bg-gray-950\/95:focus {
  background-color: rgb(3 7 18 / 0.95);
}

.focus\:bg-green-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}

.focus\:bg-green-100\/0:focus {
  background-color: rgb(220 252 231 / 0);
}

.focus\:bg-green-100\/10:focus {
  background-color: rgb(220 252 231 / 0.1);
}

.focus\:bg-green-100\/100:focus {
  background-color: rgb(220 252 231 / 1);
}

.focus\:bg-green-100\/20:focus {
  background-color: rgb(220 252 231 / 0.2);
}

.focus\:bg-green-100\/25:focus {
  background-color: rgb(220 252 231 / 0.25);
}

.focus\:bg-green-100\/30:focus {
  background-color: rgb(220 252 231 / 0.3);
}

.focus\:bg-green-100\/40:focus {
  background-color: rgb(220 252 231 / 0.4);
}

.focus\:bg-green-100\/5:focus {
  background-color: rgb(220 252 231 / 0.05);
}

.focus\:bg-green-100\/50:focus {
  background-color: rgb(220 252 231 / 0.5);
}

.focus\:bg-green-100\/60:focus {
  background-color: rgb(220 252 231 / 0.6);
}

.focus\:bg-green-100\/70:focus {
  background-color: rgb(220 252 231 / 0.7);
}

.focus\:bg-green-100\/75:focus {
  background-color: rgb(220 252 231 / 0.75);
}

.focus\:bg-green-100\/80:focus {
  background-color: rgb(220 252 231 / 0.8);
}

.focus\:bg-green-100\/90:focus {
  background-color: rgb(220 252 231 / 0.9);
}

.focus\:bg-green-100\/95:focus {
  background-color: rgb(220 252 231 / 0.95);
}

.focus\:bg-green-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}

.focus\:bg-green-200\/0:focus {
  background-color: rgb(187 247 208 / 0);
}

.focus\:bg-green-200\/10:focus {
  background-color: rgb(187 247 208 / 0.1);
}

.focus\:bg-green-200\/100:focus {
  background-color: rgb(187 247 208 / 1);
}

.focus\:bg-green-200\/20:focus {
  background-color: rgb(187 247 208 / 0.2);
}

.focus\:bg-green-200\/25:focus {
  background-color: rgb(187 247 208 / 0.25);
}

.focus\:bg-green-200\/30:focus {
  background-color: rgb(187 247 208 / 0.3);
}

.focus\:bg-green-200\/40:focus {
  background-color: rgb(187 247 208 / 0.4);
}

.focus\:bg-green-200\/5:focus {
  background-color: rgb(187 247 208 / 0.05);
}

.focus\:bg-green-200\/50:focus {
  background-color: rgb(187 247 208 / 0.5);
}

.focus\:bg-green-200\/60:focus {
  background-color: rgb(187 247 208 / 0.6);
}

.focus\:bg-green-200\/70:focus {
  background-color: rgb(187 247 208 / 0.7);
}

.focus\:bg-green-200\/75:focus {
  background-color: rgb(187 247 208 / 0.75);
}

.focus\:bg-green-200\/80:focus {
  background-color: rgb(187 247 208 / 0.8);
}

.focus\:bg-green-200\/90:focus {
  background-color: rgb(187 247 208 / 0.9);
}

.focus\:bg-green-200\/95:focus {
  background-color: rgb(187 247 208 / 0.95);
}

.focus\:bg-green-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}

.focus\:bg-green-300\/0:focus {
  background-color: rgb(134 239 172 / 0);
}

.focus\:bg-green-300\/10:focus {
  background-color: rgb(134 239 172 / 0.1);
}

.focus\:bg-green-300\/100:focus {
  background-color: rgb(134 239 172 / 1);
}

.focus\:bg-green-300\/20:focus {
  background-color: rgb(134 239 172 / 0.2);
}

.focus\:bg-green-300\/25:focus {
  background-color: rgb(134 239 172 / 0.25);
}

.focus\:bg-green-300\/30:focus {
  background-color: rgb(134 239 172 / 0.3);
}

.focus\:bg-green-300\/40:focus {
  background-color: rgb(134 239 172 / 0.4);
}

.focus\:bg-green-300\/5:focus {
  background-color: rgb(134 239 172 / 0.05);
}

.focus\:bg-green-300\/50:focus {
  background-color: rgb(134 239 172 / 0.5);
}

.focus\:bg-green-300\/60:focus {
  background-color: rgb(134 239 172 / 0.6);
}

.focus\:bg-green-300\/70:focus {
  background-color: rgb(134 239 172 / 0.7);
}

.focus\:bg-green-300\/75:focus {
  background-color: rgb(134 239 172 / 0.75);
}

.focus\:bg-green-300\/80:focus {
  background-color: rgb(134 239 172 / 0.8);
}

.focus\:bg-green-300\/90:focus {
  background-color: rgb(134 239 172 / 0.9);
}

.focus\:bg-green-300\/95:focus {
  background-color: rgb(134 239 172 / 0.95);
}

.focus\:bg-green-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}

.focus\:bg-green-400\/0:focus {
  background-color: rgb(74 222 128 / 0);
}

.focus\:bg-green-400\/10:focus {
  background-color: rgb(74 222 128 / 0.1);
}

.focus\:bg-green-400\/100:focus {
  background-color: rgb(74 222 128 / 1);
}

.focus\:bg-green-400\/20:focus {
  background-color: rgb(74 222 128 / 0.2);
}

.focus\:bg-green-400\/25:focus {
  background-color: rgb(74 222 128 / 0.25);
}

.focus\:bg-green-400\/30:focus {
  background-color: rgb(74 222 128 / 0.3);
}

.focus\:bg-green-400\/40:focus {
  background-color: rgb(74 222 128 / 0.4);
}

.focus\:bg-green-400\/5:focus {
  background-color: rgb(74 222 128 / 0.05);
}

.focus\:bg-green-400\/50:focus {
  background-color: rgb(74 222 128 / 0.5);
}

.focus\:bg-green-400\/60:focus {
  background-color: rgb(74 222 128 / 0.6);
}

.focus\:bg-green-400\/70:focus {
  background-color: rgb(74 222 128 / 0.7);
}

.focus\:bg-green-400\/75:focus {
  background-color: rgb(74 222 128 / 0.75);
}

.focus\:bg-green-400\/80:focus {
  background-color: rgb(74 222 128 / 0.8);
}

.focus\:bg-green-400\/90:focus {
  background-color: rgb(74 222 128 / 0.9);
}

.focus\:bg-green-400\/95:focus {
  background-color: rgb(74 222 128 / 0.95);
}

.focus\:bg-green-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}

.focus\:bg-green-50\/0:focus {
  background-color: rgb(240 253 244 / 0);
}

.focus\:bg-green-50\/10:focus {
  background-color: rgb(240 253 244 / 0.1);
}

.focus\:bg-green-50\/100:focus {
  background-color: rgb(240 253 244 / 1);
}

.focus\:bg-green-50\/20:focus {
  background-color: rgb(240 253 244 / 0.2);
}

.focus\:bg-green-50\/25:focus {
  background-color: rgb(240 253 244 / 0.25);
}

.focus\:bg-green-50\/30:focus {
  background-color: rgb(240 253 244 / 0.3);
}

.focus\:bg-green-50\/40:focus {
  background-color: rgb(240 253 244 / 0.4);
}

.focus\:bg-green-50\/5:focus {
  background-color: rgb(240 253 244 / 0.05);
}

.focus\:bg-green-50\/50:focus {
  background-color: rgb(240 253 244 / 0.5);
}

.focus\:bg-green-50\/60:focus {
  background-color: rgb(240 253 244 / 0.6);
}

.focus\:bg-green-50\/70:focus {
  background-color: rgb(240 253 244 / 0.7);
}

.focus\:bg-green-50\/75:focus {
  background-color: rgb(240 253 244 / 0.75);
}

.focus\:bg-green-50\/80:focus {
  background-color: rgb(240 253 244 / 0.8);
}

.focus\:bg-green-50\/90:focus {
  background-color: rgb(240 253 244 / 0.9);
}

.focus\:bg-green-50\/95:focus {
  background-color: rgb(240 253 244 / 0.95);
}

.focus\:bg-green-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

.focus\:bg-green-500\/0:focus {
  background-color: rgb(34 197 94 / 0);
}

.focus\:bg-green-500\/10:focus {
  background-color: rgb(34 197 94 / 0.1);
}

.focus\:bg-green-500\/100:focus {
  background-color: rgb(34 197 94 / 1);
}

.focus\:bg-green-500\/20:focus {
  background-color: rgb(34 197 94 / 0.2);
}

.focus\:bg-green-500\/25:focus {
  background-color: rgb(34 197 94 / 0.25);
}

.focus\:bg-green-500\/30:focus {
  background-color: rgb(34 197 94 / 0.3);
}

.focus\:bg-green-500\/40:focus {
  background-color: rgb(34 197 94 / 0.4);
}

.focus\:bg-green-500\/5:focus {
  background-color: rgb(34 197 94 / 0.05);
}

.focus\:bg-green-500\/50:focus {
  background-color: rgb(34 197 94 / 0.5);
}

.focus\:bg-green-500\/60:focus {
  background-color: rgb(34 197 94 / 0.6);
}

.focus\:bg-green-500\/70:focus {
  background-color: rgb(34 197 94 / 0.7);
}

.focus\:bg-green-500\/75:focus {
  background-color: rgb(34 197 94 / 0.75);
}

.focus\:bg-green-500\/80:focus {
  background-color: rgb(34 197 94 / 0.8);
}

.focus\:bg-green-500\/90:focus {
  background-color: rgb(34 197 94 / 0.9);
}

.focus\:bg-green-500\/95:focus {
  background-color: rgb(34 197 94 / 0.95);
}

.focus\:bg-green-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

.focus\:bg-green-600\/0:focus {
  background-color: rgb(22 163 74 / 0);
}

.focus\:bg-green-600\/10:focus {
  background-color: rgb(22 163 74 / 0.1);
}

.focus\:bg-green-600\/100:focus {
  background-color: rgb(22 163 74 / 1);
}

.focus\:bg-green-600\/20:focus {
  background-color: rgb(22 163 74 / 0.2);
}

.focus\:bg-green-600\/25:focus {
  background-color: rgb(22 163 74 / 0.25);
}

.focus\:bg-green-600\/30:focus {
  background-color: rgb(22 163 74 / 0.3);
}

.focus\:bg-green-600\/40:focus {
  background-color: rgb(22 163 74 / 0.4);
}

.focus\:bg-green-600\/5:focus {
  background-color: rgb(22 163 74 / 0.05);
}

.focus\:bg-green-600\/50:focus {
  background-color: rgb(22 163 74 / 0.5);
}

.focus\:bg-green-600\/60:focus {
  background-color: rgb(22 163 74 / 0.6);
}

.focus\:bg-green-600\/70:focus {
  background-color: rgb(22 163 74 / 0.7);
}

.focus\:bg-green-600\/75:focus {
  background-color: rgb(22 163 74 / 0.75);
}

.focus\:bg-green-600\/80:focus {
  background-color: rgb(22 163 74 / 0.8);
}

.focus\:bg-green-600\/90:focus {
  background-color: rgb(22 163 74 / 0.9);
}

.focus\:bg-green-600\/95:focus {
  background-color: rgb(22 163 74 / 0.95);
}

.focus\:bg-green-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}

.focus\:bg-green-700\/0:focus {
  background-color: rgb(21 128 61 / 0);
}

.focus\:bg-green-700\/10:focus {
  background-color: rgb(21 128 61 / 0.1);
}

.focus\:bg-green-700\/100:focus {
  background-color: rgb(21 128 61 / 1);
}

.focus\:bg-green-700\/20:focus {
  background-color: rgb(21 128 61 / 0.2);
}

.focus\:bg-green-700\/25:focus {
  background-color: rgb(21 128 61 / 0.25);
}

.focus\:bg-green-700\/30:focus {
  background-color: rgb(21 128 61 / 0.3);
}

.focus\:bg-green-700\/40:focus {
  background-color: rgb(21 128 61 / 0.4);
}

.focus\:bg-green-700\/5:focus {
  background-color: rgb(21 128 61 / 0.05);
}

.focus\:bg-green-700\/50:focus {
  background-color: rgb(21 128 61 / 0.5);
}

.focus\:bg-green-700\/60:focus {
  background-color: rgb(21 128 61 / 0.6);
}

.focus\:bg-green-700\/70:focus {
  background-color: rgb(21 128 61 / 0.7);
}

.focus\:bg-green-700\/75:focus {
  background-color: rgb(21 128 61 / 0.75);
}

.focus\:bg-green-700\/80:focus {
  background-color: rgb(21 128 61 / 0.8);
}

.focus\:bg-green-700\/90:focus {
  background-color: rgb(21 128 61 / 0.9);
}

.focus\:bg-green-700\/95:focus {
  background-color: rgb(21 128 61 / 0.95);
}

.focus\:bg-green-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}

.focus\:bg-green-800\/0:focus {
  background-color: rgb(22 101 52 / 0);
}

.focus\:bg-green-800\/10:focus {
  background-color: rgb(22 101 52 / 0.1);
}

.focus\:bg-green-800\/100:focus {
  background-color: rgb(22 101 52 / 1);
}

.focus\:bg-green-800\/20:focus {
  background-color: rgb(22 101 52 / 0.2);
}

.focus\:bg-green-800\/25:focus {
  background-color: rgb(22 101 52 / 0.25);
}

.focus\:bg-green-800\/30:focus {
  background-color: rgb(22 101 52 / 0.3);
}

.focus\:bg-green-800\/40:focus {
  background-color: rgb(22 101 52 / 0.4);
}

.focus\:bg-green-800\/5:focus {
  background-color: rgb(22 101 52 / 0.05);
}

.focus\:bg-green-800\/50:focus {
  background-color: rgb(22 101 52 / 0.5);
}

.focus\:bg-green-800\/60:focus {
  background-color: rgb(22 101 52 / 0.6);
}

.focus\:bg-green-800\/70:focus {
  background-color: rgb(22 101 52 / 0.7);
}

.focus\:bg-green-800\/75:focus {
  background-color: rgb(22 101 52 / 0.75);
}

.focus\:bg-green-800\/80:focus {
  background-color: rgb(22 101 52 / 0.8);
}

.focus\:bg-green-800\/90:focus {
  background-color: rgb(22 101 52 / 0.9);
}

.focus\:bg-green-800\/95:focus {
  background-color: rgb(22 101 52 / 0.95);
}

.focus\:bg-green-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity));
}

.focus\:bg-green-900\/0:focus {
  background-color: rgb(20 83 45 / 0);
}

.focus\:bg-green-900\/10:focus {
  background-color: rgb(20 83 45 / 0.1);
}

.focus\:bg-green-900\/100:focus {
  background-color: rgb(20 83 45 / 1);
}

.focus\:bg-green-900\/20:focus {
  background-color: rgb(20 83 45 / 0.2);
}

.focus\:bg-green-900\/25:focus {
  background-color: rgb(20 83 45 / 0.25);
}

.focus\:bg-green-900\/30:focus {
  background-color: rgb(20 83 45 / 0.3);
}

.focus\:bg-green-900\/40:focus {
  background-color: rgb(20 83 45 / 0.4);
}

.focus\:bg-green-900\/5:focus {
  background-color: rgb(20 83 45 / 0.05);
}

.focus\:bg-green-900\/50:focus {
  background-color: rgb(20 83 45 / 0.5);
}

.focus\:bg-green-900\/60:focus {
  background-color: rgb(20 83 45 / 0.6);
}

.focus\:bg-green-900\/70:focus {
  background-color: rgb(20 83 45 / 0.7);
}

.focus\:bg-green-900\/75:focus {
  background-color: rgb(20 83 45 / 0.75);
}

.focus\:bg-green-900\/80:focus {
  background-color: rgb(20 83 45 / 0.8);
}

.focus\:bg-green-900\/90:focus {
  background-color: rgb(20 83 45 / 0.9);
}

.focus\:bg-green-900\/95:focus {
  background-color: rgb(20 83 45 / 0.95);
}

.focus\:bg-green-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity));
}

.focus\:bg-green-950\/0:focus {
  background-color: rgb(5 46 22 / 0);
}

.focus\:bg-green-950\/10:focus {
  background-color: rgb(5 46 22 / 0.1);
}

.focus\:bg-green-950\/100:focus {
  background-color: rgb(5 46 22 / 1);
}

.focus\:bg-green-950\/20:focus {
  background-color: rgb(5 46 22 / 0.2);
}

.focus\:bg-green-950\/25:focus {
  background-color: rgb(5 46 22 / 0.25);
}

.focus\:bg-green-950\/30:focus {
  background-color: rgb(5 46 22 / 0.3);
}

.focus\:bg-green-950\/40:focus {
  background-color: rgb(5 46 22 / 0.4);
}

.focus\:bg-green-950\/5:focus {
  background-color: rgb(5 46 22 / 0.05);
}

.focus\:bg-green-950\/50:focus {
  background-color: rgb(5 46 22 / 0.5);
}

.focus\:bg-green-950\/60:focus {
  background-color: rgb(5 46 22 / 0.6);
}

.focus\:bg-green-950\/70:focus {
  background-color: rgb(5 46 22 / 0.7);
}

.focus\:bg-green-950\/75:focus {
  background-color: rgb(5 46 22 / 0.75);
}

.focus\:bg-green-950\/80:focus {
  background-color: rgb(5 46 22 / 0.8);
}

.focus\:bg-green-950\/90:focus {
  background-color: rgb(5 46 22 / 0.9);
}

.focus\:bg-green-950\/95:focus {
  background-color: rgb(5 46 22 / 0.95);
}

.focus\:bg-indigo-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}

.focus\:bg-indigo-100\/0:focus {
  background-color: rgb(224 231 255 / 0);
}

.focus\:bg-indigo-100\/10:focus {
  background-color: rgb(224 231 255 / 0.1);
}

.focus\:bg-indigo-100\/100:focus {
  background-color: rgb(224 231 255 / 1);
}

.focus\:bg-indigo-100\/20:focus {
  background-color: rgb(224 231 255 / 0.2);
}

.focus\:bg-indigo-100\/25:focus {
  background-color: rgb(224 231 255 / 0.25);
}

.focus\:bg-indigo-100\/30:focus {
  background-color: rgb(224 231 255 / 0.3);
}

.focus\:bg-indigo-100\/40:focus {
  background-color: rgb(224 231 255 / 0.4);
}

.focus\:bg-indigo-100\/5:focus {
  background-color: rgb(224 231 255 / 0.05);
}

.focus\:bg-indigo-100\/50:focus {
  background-color: rgb(224 231 255 / 0.5);
}

.focus\:bg-indigo-100\/60:focus {
  background-color: rgb(224 231 255 / 0.6);
}

.focus\:bg-indigo-100\/70:focus {
  background-color: rgb(224 231 255 / 0.7);
}

.focus\:bg-indigo-100\/75:focus {
  background-color: rgb(224 231 255 / 0.75);
}

.focus\:bg-indigo-100\/80:focus {
  background-color: rgb(224 231 255 / 0.8);
}

.focus\:bg-indigo-100\/90:focus {
  background-color: rgb(224 231 255 / 0.9);
}

.focus\:bg-indigo-100\/95:focus {
  background-color: rgb(224 231 255 / 0.95);
}

.focus\:bg-indigo-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity));
}

.focus\:bg-indigo-200\/0:focus {
  background-color: rgb(199 210 254 / 0);
}

.focus\:bg-indigo-200\/10:focus {
  background-color: rgb(199 210 254 / 0.1);
}

.focus\:bg-indigo-200\/100:focus {
  background-color: rgb(199 210 254 / 1);
}

.focus\:bg-indigo-200\/20:focus {
  background-color: rgb(199 210 254 / 0.2);
}

.focus\:bg-indigo-200\/25:focus {
  background-color: rgb(199 210 254 / 0.25);
}

.focus\:bg-indigo-200\/30:focus {
  background-color: rgb(199 210 254 / 0.3);
}

.focus\:bg-indigo-200\/40:focus {
  background-color: rgb(199 210 254 / 0.4);
}

.focus\:bg-indigo-200\/5:focus {
  background-color: rgb(199 210 254 / 0.05);
}

.focus\:bg-indigo-200\/50:focus {
  background-color: rgb(199 210 254 / 0.5);
}

.focus\:bg-indigo-200\/60:focus {
  background-color: rgb(199 210 254 / 0.6);
}

.focus\:bg-indigo-200\/70:focus {
  background-color: rgb(199 210 254 / 0.7);
}

.focus\:bg-indigo-200\/75:focus {
  background-color: rgb(199 210 254 / 0.75);
}

.focus\:bg-indigo-200\/80:focus {
  background-color: rgb(199 210 254 / 0.8);
}

.focus\:bg-indigo-200\/90:focus {
  background-color: rgb(199 210 254 / 0.9);
}

.focus\:bg-indigo-200\/95:focus {
  background-color: rgb(199 210 254 / 0.95);
}

.focus\:bg-indigo-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity));
}

.focus\:bg-indigo-300\/0:focus {
  background-color: rgb(165 180 252 / 0);
}

.focus\:bg-indigo-300\/10:focus {
  background-color: rgb(165 180 252 / 0.1);
}

.focus\:bg-indigo-300\/100:focus {
  background-color: rgb(165 180 252 / 1);
}

.focus\:bg-indigo-300\/20:focus {
  background-color: rgb(165 180 252 / 0.2);
}

.focus\:bg-indigo-300\/25:focus {
  background-color: rgb(165 180 252 / 0.25);
}

.focus\:bg-indigo-300\/30:focus {
  background-color: rgb(165 180 252 / 0.3);
}

.focus\:bg-indigo-300\/40:focus {
  background-color: rgb(165 180 252 / 0.4);
}

.focus\:bg-indigo-300\/5:focus {
  background-color: rgb(165 180 252 / 0.05);
}

.focus\:bg-indigo-300\/50:focus {
  background-color: rgb(165 180 252 / 0.5);
}

.focus\:bg-indigo-300\/60:focus {
  background-color: rgb(165 180 252 / 0.6);
}

.focus\:bg-indigo-300\/70:focus {
  background-color: rgb(165 180 252 / 0.7);
}

.focus\:bg-indigo-300\/75:focus {
  background-color: rgb(165 180 252 / 0.75);
}

.focus\:bg-indigo-300\/80:focus {
  background-color: rgb(165 180 252 / 0.8);
}

.focus\:bg-indigo-300\/90:focus {
  background-color: rgb(165 180 252 / 0.9);
}

.focus\:bg-indigo-300\/95:focus {
  background-color: rgb(165 180 252 / 0.95);
}

.focus\:bg-indigo-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity));
}

.focus\:bg-indigo-400\/0:focus {
  background-color: rgb(129 140 248 / 0);
}

.focus\:bg-indigo-400\/10:focus {
  background-color: rgb(129 140 248 / 0.1);
}

.focus\:bg-indigo-400\/100:focus {
  background-color: rgb(129 140 248 / 1);
}

.focus\:bg-indigo-400\/20:focus {
  background-color: rgb(129 140 248 / 0.2);
}

.focus\:bg-indigo-400\/25:focus {
  background-color: rgb(129 140 248 / 0.25);
}

.focus\:bg-indigo-400\/30:focus {
  background-color: rgb(129 140 248 / 0.3);
}

.focus\:bg-indigo-400\/40:focus {
  background-color: rgb(129 140 248 / 0.4);
}

.focus\:bg-indigo-400\/5:focus {
  background-color: rgb(129 140 248 / 0.05);
}

.focus\:bg-indigo-400\/50:focus {
  background-color: rgb(129 140 248 / 0.5);
}

.focus\:bg-indigo-400\/60:focus {
  background-color: rgb(129 140 248 / 0.6);
}

.focus\:bg-indigo-400\/70:focus {
  background-color: rgb(129 140 248 / 0.7);
}

.focus\:bg-indigo-400\/75:focus {
  background-color: rgb(129 140 248 / 0.75);
}

.focus\:bg-indigo-400\/80:focus {
  background-color: rgb(129 140 248 / 0.8);
}

.focus\:bg-indigo-400\/90:focus {
  background-color: rgb(129 140 248 / 0.9);
}

.focus\:bg-indigo-400\/95:focus {
  background-color: rgb(129 140 248 / 0.95);
}

.focus\:bg-indigo-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}

.focus\:bg-indigo-50\/0:focus {
  background-color: rgb(238 242 255 / 0);
}

.focus\:bg-indigo-50\/10:focus {
  background-color: rgb(238 242 255 / 0.1);
}

.focus\:bg-indigo-50\/100:focus {
  background-color: rgb(238 242 255 / 1);
}

.focus\:bg-indigo-50\/20:focus {
  background-color: rgb(238 242 255 / 0.2);
}

.focus\:bg-indigo-50\/25:focus {
  background-color: rgb(238 242 255 / 0.25);
}

.focus\:bg-indigo-50\/30:focus {
  background-color: rgb(238 242 255 / 0.3);
}

.focus\:bg-indigo-50\/40:focus {
  background-color: rgb(238 242 255 / 0.4);
}

.focus\:bg-indigo-50\/5:focus {
  background-color: rgb(238 242 255 / 0.05);
}

.focus\:bg-indigo-50\/50:focus {
  background-color: rgb(238 242 255 / 0.5);
}

.focus\:bg-indigo-50\/60:focus {
  background-color: rgb(238 242 255 / 0.6);
}

.focus\:bg-indigo-50\/70:focus {
  background-color: rgb(238 242 255 / 0.7);
}

.focus\:bg-indigo-50\/75:focus {
  background-color: rgb(238 242 255 / 0.75);
}

.focus\:bg-indigo-50\/80:focus {
  background-color: rgb(238 242 255 / 0.8);
}

.focus\:bg-indigo-50\/90:focus {
  background-color: rgb(238 242 255 / 0.9);
}

.focus\:bg-indigo-50\/95:focus {
  background-color: rgb(238 242 255 / 0.95);
}

.focus\:bg-indigo-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}

.focus\:bg-indigo-500\/0:focus {
  background-color: rgb(99 102 241 / 0);
}

.focus\:bg-indigo-500\/10:focus {
  background-color: rgb(99 102 241 / 0.1);
}

.focus\:bg-indigo-500\/100:focus {
  background-color: rgb(99 102 241 / 1);
}

.focus\:bg-indigo-500\/20:focus {
  background-color: rgb(99 102 241 / 0.2);
}

.focus\:bg-indigo-500\/25:focus {
  background-color: rgb(99 102 241 / 0.25);
}

.focus\:bg-indigo-500\/30:focus {
  background-color: rgb(99 102 241 / 0.3);
}

.focus\:bg-indigo-500\/40:focus {
  background-color: rgb(99 102 241 / 0.4);
}

.focus\:bg-indigo-500\/5:focus {
  background-color: rgb(99 102 241 / 0.05);
}

.focus\:bg-indigo-500\/50:focus {
  background-color: rgb(99 102 241 / 0.5);
}

.focus\:bg-indigo-500\/60:focus {
  background-color: rgb(99 102 241 / 0.6);
}

.focus\:bg-indigo-500\/70:focus {
  background-color: rgb(99 102 241 / 0.7);
}

.focus\:bg-indigo-500\/75:focus {
  background-color: rgb(99 102 241 / 0.75);
}

.focus\:bg-indigo-500\/80:focus {
  background-color: rgb(99 102 241 / 0.8);
}

.focus\:bg-indigo-500\/90:focus {
  background-color: rgb(99 102 241 / 0.9);
}

.focus\:bg-indigo-500\/95:focus {
  background-color: rgb(99 102 241 / 0.95);
}

.focus\:bg-indigo-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}

.focus\:bg-indigo-600\/0:focus {
  background-color: rgb(79 70 229 / 0);
}

.focus\:bg-indigo-600\/10:focus {
  background-color: rgb(79 70 229 / 0.1);
}

.focus\:bg-indigo-600\/100:focus {
  background-color: rgb(79 70 229 / 1);
}

.focus\:bg-indigo-600\/20:focus {
  background-color: rgb(79 70 229 / 0.2);
}

.focus\:bg-indigo-600\/25:focus {
  background-color: rgb(79 70 229 / 0.25);
}

.focus\:bg-indigo-600\/30:focus {
  background-color: rgb(79 70 229 / 0.3);
}

.focus\:bg-indigo-600\/40:focus {
  background-color: rgb(79 70 229 / 0.4);
}

.focus\:bg-indigo-600\/5:focus {
  background-color: rgb(79 70 229 / 0.05);
}

.focus\:bg-indigo-600\/50:focus {
  background-color: rgb(79 70 229 / 0.5);
}

.focus\:bg-indigo-600\/60:focus {
  background-color: rgb(79 70 229 / 0.6);
}

.focus\:bg-indigo-600\/70:focus {
  background-color: rgb(79 70 229 / 0.7);
}

.focus\:bg-indigo-600\/75:focus {
  background-color: rgb(79 70 229 / 0.75);
}

.focus\:bg-indigo-600\/80:focus {
  background-color: rgb(79 70 229 / 0.8);
}

.focus\:bg-indigo-600\/90:focus {
  background-color: rgb(79 70 229 / 0.9);
}

.focus\:bg-indigo-600\/95:focus {
  background-color: rgb(79 70 229 / 0.95);
}

.focus\:bg-indigo-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}

.focus\:bg-indigo-700\/0:focus {
  background-color: rgb(67 56 202 / 0);
}

.focus\:bg-indigo-700\/10:focus {
  background-color: rgb(67 56 202 / 0.1);
}

.focus\:bg-indigo-700\/100:focus {
  background-color: rgb(67 56 202 / 1);
}

.focus\:bg-indigo-700\/20:focus {
  background-color: rgb(67 56 202 / 0.2);
}

.focus\:bg-indigo-700\/25:focus {
  background-color: rgb(67 56 202 / 0.25);
}

.focus\:bg-indigo-700\/30:focus {
  background-color: rgb(67 56 202 / 0.3);
}

.focus\:bg-indigo-700\/40:focus {
  background-color: rgb(67 56 202 / 0.4);
}

.focus\:bg-indigo-700\/5:focus {
  background-color: rgb(67 56 202 / 0.05);
}

.focus\:bg-indigo-700\/50:focus {
  background-color: rgb(67 56 202 / 0.5);
}

.focus\:bg-indigo-700\/60:focus {
  background-color: rgb(67 56 202 / 0.6);
}

.focus\:bg-indigo-700\/70:focus {
  background-color: rgb(67 56 202 / 0.7);
}

.focus\:bg-indigo-700\/75:focus {
  background-color: rgb(67 56 202 / 0.75);
}

.focus\:bg-indigo-700\/80:focus {
  background-color: rgb(67 56 202 / 0.8);
}

.focus\:bg-indigo-700\/90:focus {
  background-color: rgb(67 56 202 / 0.9);
}

.focus\:bg-indigo-700\/95:focus {
  background-color: rgb(67 56 202 / 0.95);
}

.focus\:bg-indigo-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity));
}

.focus\:bg-indigo-800\/0:focus {
  background-color: rgb(55 48 163 / 0);
}

.focus\:bg-indigo-800\/10:focus {
  background-color: rgb(55 48 163 / 0.1);
}

.focus\:bg-indigo-800\/100:focus {
  background-color: rgb(55 48 163 / 1);
}

.focus\:bg-indigo-800\/20:focus {
  background-color: rgb(55 48 163 / 0.2);
}

.focus\:bg-indigo-800\/25:focus {
  background-color: rgb(55 48 163 / 0.25);
}

.focus\:bg-indigo-800\/30:focus {
  background-color: rgb(55 48 163 / 0.3);
}

.focus\:bg-indigo-800\/40:focus {
  background-color: rgb(55 48 163 / 0.4);
}

.focus\:bg-indigo-800\/5:focus {
  background-color: rgb(55 48 163 / 0.05);
}

.focus\:bg-indigo-800\/50:focus {
  background-color: rgb(55 48 163 / 0.5);
}

.focus\:bg-indigo-800\/60:focus {
  background-color: rgb(55 48 163 / 0.6);
}

.focus\:bg-indigo-800\/70:focus {
  background-color: rgb(55 48 163 / 0.7);
}

.focus\:bg-indigo-800\/75:focus {
  background-color: rgb(55 48 163 / 0.75);
}

.focus\:bg-indigo-800\/80:focus {
  background-color: rgb(55 48 163 / 0.8);
}

.focus\:bg-indigo-800\/90:focus {
  background-color: rgb(55 48 163 / 0.9);
}

.focus\:bg-indigo-800\/95:focus {
  background-color: rgb(55 48 163 / 0.95);
}

.focus\:bg-indigo-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity));
}

.focus\:bg-indigo-900\/0:focus {
  background-color: rgb(49 46 129 / 0);
}

.focus\:bg-indigo-900\/10:focus {
  background-color: rgb(49 46 129 / 0.1);
}

.focus\:bg-indigo-900\/100:focus {
  background-color: rgb(49 46 129 / 1);
}

.focus\:bg-indigo-900\/20:focus {
  background-color: rgb(49 46 129 / 0.2);
}

.focus\:bg-indigo-900\/25:focus {
  background-color: rgb(49 46 129 / 0.25);
}

.focus\:bg-indigo-900\/30:focus {
  background-color: rgb(49 46 129 / 0.3);
}

.focus\:bg-indigo-900\/40:focus {
  background-color: rgb(49 46 129 / 0.4);
}

.focus\:bg-indigo-900\/5:focus {
  background-color: rgb(49 46 129 / 0.05);
}

.focus\:bg-indigo-900\/50:focus {
  background-color: rgb(49 46 129 / 0.5);
}

.focus\:bg-indigo-900\/60:focus {
  background-color: rgb(49 46 129 / 0.6);
}

.focus\:bg-indigo-900\/70:focus {
  background-color: rgb(49 46 129 / 0.7);
}

.focus\:bg-indigo-900\/75:focus {
  background-color: rgb(49 46 129 / 0.75);
}

.focus\:bg-indigo-900\/80:focus {
  background-color: rgb(49 46 129 / 0.8);
}

.focus\:bg-indigo-900\/90:focus {
  background-color: rgb(49 46 129 / 0.9);
}

.focus\:bg-indigo-900\/95:focus {
  background-color: rgb(49 46 129 / 0.95);
}

.focus\:bg-indigo-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity));
}

.focus\:bg-indigo-950\/0:focus {
  background-color: rgb(30 27 75 / 0);
}

.focus\:bg-indigo-950\/10:focus {
  background-color: rgb(30 27 75 / 0.1);
}

.focus\:bg-indigo-950\/100:focus {
  background-color: rgb(30 27 75 / 1);
}

.focus\:bg-indigo-950\/20:focus {
  background-color: rgb(30 27 75 / 0.2);
}

.focus\:bg-indigo-950\/25:focus {
  background-color: rgb(30 27 75 / 0.25);
}

.focus\:bg-indigo-950\/30:focus {
  background-color: rgb(30 27 75 / 0.3);
}

.focus\:bg-indigo-950\/40:focus {
  background-color: rgb(30 27 75 / 0.4);
}

.focus\:bg-indigo-950\/5:focus {
  background-color: rgb(30 27 75 / 0.05);
}

.focus\:bg-indigo-950\/50:focus {
  background-color: rgb(30 27 75 / 0.5);
}

.focus\:bg-indigo-950\/60:focus {
  background-color: rgb(30 27 75 / 0.6);
}

.focus\:bg-indigo-950\/70:focus {
  background-color: rgb(30 27 75 / 0.7);
}

.focus\:bg-indigo-950\/75:focus {
  background-color: rgb(30 27 75 / 0.75);
}

.focus\:bg-indigo-950\/80:focus {
  background-color: rgb(30 27 75 / 0.8);
}

.focus\:bg-indigo-950\/90:focus {
  background-color: rgb(30 27 75 / 0.9);
}

.focus\:bg-indigo-950\/95:focus {
  background-color: rgb(30 27 75 / 0.95);
}

.focus\:bg-inherit:focus {
  background-color: inherit;
}

.focus\:bg-interbeauty-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(249 197 175 / var(--tw-bg-opacity));
}

.focus\:bg-interbeauty-100\/0:focus {
  background-color: rgb(249 197 175 / 0);
}

.focus\:bg-interbeauty-100\/10:focus {
  background-color: rgb(249 197 175 / 0.1);
}

.focus\:bg-interbeauty-100\/100:focus {
  background-color: rgb(249 197 175 / 1);
}

.focus\:bg-interbeauty-100\/20:focus {
  background-color: rgb(249 197 175 / 0.2);
}

.focus\:bg-interbeauty-100\/25:focus {
  background-color: rgb(249 197 175 / 0.25);
}

.focus\:bg-interbeauty-100\/30:focus {
  background-color: rgb(249 197 175 / 0.3);
}

.focus\:bg-interbeauty-100\/40:focus {
  background-color: rgb(249 197 175 / 0.4);
}

.focus\:bg-interbeauty-100\/5:focus {
  background-color: rgb(249 197 175 / 0.05);
}

.focus\:bg-interbeauty-100\/50:focus {
  background-color: rgb(249 197 175 / 0.5);
}

.focus\:bg-interbeauty-100\/60:focus {
  background-color: rgb(249 197 175 / 0.6);
}

.focus\:bg-interbeauty-100\/70:focus {
  background-color: rgb(249 197 175 / 0.7);
}

.focus\:bg-interbeauty-100\/75:focus {
  background-color: rgb(249 197 175 / 0.75);
}

.focus\:bg-interbeauty-100\/80:focus {
  background-color: rgb(249 197 175 / 0.8);
}

.focus\:bg-interbeauty-100\/90:focus {
  background-color: rgb(249 197 175 / 0.9);
}

.focus\:bg-interbeauty-100\/95:focus {
  background-color: rgb(249 197 175 / 0.95);
}

.focus\:bg-interbeauty-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(241 182 191 / var(--tw-bg-opacity));
}

.focus\:bg-interbeauty-200\/0:focus {
  background-color: rgb(241 182 191 / 0);
}

.focus\:bg-interbeauty-200\/10:focus {
  background-color: rgb(241 182 191 / 0.1);
}

.focus\:bg-interbeauty-200\/100:focus {
  background-color: rgb(241 182 191 / 1);
}

.focus\:bg-interbeauty-200\/20:focus {
  background-color: rgb(241 182 191 / 0.2);
}

.focus\:bg-interbeauty-200\/25:focus {
  background-color: rgb(241 182 191 / 0.25);
}

.focus\:bg-interbeauty-200\/30:focus {
  background-color: rgb(241 182 191 / 0.3);
}

.focus\:bg-interbeauty-200\/40:focus {
  background-color: rgb(241 182 191 / 0.4);
}

.focus\:bg-interbeauty-200\/5:focus {
  background-color: rgb(241 182 191 / 0.05);
}

.focus\:bg-interbeauty-200\/50:focus {
  background-color: rgb(241 182 191 / 0.5);
}

.focus\:bg-interbeauty-200\/60:focus {
  background-color: rgb(241 182 191 / 0.6);
}

.focus\:bg-interbeauty-200\/70:focus {
  background-color: rgb(241 182 191 / 0.7);
}

.focus\:bg-interbeauty-200\/75:focus {
  background-color: rgb(241 182 191 / 0.75);
}

.focus\:bg-interbeauty-200\/80:focus {
  background-color: rgb(241 182 191 / 0.8);
}

.focus\:bg-interbeauty-200\/90:focus {
  background-color: rgb(241 182 191 / 0.9);
}

.focus\:bg-interbeauty-200\/95:focus {
  background-color: rgb(241 182 191 / 0.95);
}

.focus\:bg-interbeauty-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(182 219 231 / var(--tw-bg-opacity));
}

.focus\:bg-interbeauty-300\/0:focus {
  background-color: rgb(182 219 231 / 0);
}

.focus\:bg-interbeauty-300\/10:focus {
  background-color: rgb(182 219 231 / 0.1);
}

.focus\:bg-interbeauty-300\/100:focus {
  background-color: rgb(182 219 231 / 1);
}

.focus\:bg-interbeauty-300\/20:focus {
  background-color: rgb(182 219 231 / 0.2);
}

.focus\:bg-interbeauty-300\/25:focus {
  background-color: rgb(182 219 231 / 0.25);
}

.focus\:bg-interbeauty-300\/30:focus {
  background-color: rgb(182 219 231 / 0.3);
}

.focus\:bg-interbeauty-300\/40:focus {
  background-color: rgb(182 219 231 / 0.4);
}

.focus\:bg-interbeauty-300\/5:focus {
  background-color: rgb(182 219 231 / 0.05);
}

.focus\:bg-interbeauty-300\/50:focus {
  background-color: rgb(182 219 231 / 0.5);
}

.focus\:bg-interbeauty-300\/60:focus {
  background-color: rgb(182 219 231 / 0.6);
}

.focus\:bg-interbeauty-300\/70:focus {
  background-color: rgb(182 219 231 / 0.7);
}

.focus\:bg-interbeauty-300\/75:focus {
  background-color: rgb(182 219 231 / 0.75);
}

.focus\:bg-interbeauty-300\/80:focus {
  background-color: rgb(182 219 231 / 0.8);
}

.focus\:bg-interbeauty-300\/90:focus {
  background-color: rgb(182 219 231 / 0.9);
}

.focus\:bg-interbeauty-300\/95:focus {
  background-color: rgb(182 219 231 / 0.95);
}

.focus\:bg-interbeauty-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 250 247 / var(--tw-bg-opacity));
}

.focus\:bg-interbeauty-400\/0:focus {
  background-color: rgb(254 250 247 / 0);
}

.focus\:bg-interbeauty-400\/10:focus {
  background-color: rgb(254 250 247 / 0.1);
}

.focus\:bg-interbeauty-400\/100:focus {
  background-color: rgb(254 250 247 / 1);
}

.focus\:bg-interbeauty-400\/20:focus {
  background-color: rgb(254 250 247 / 0.2);
}

.focus\:bg-interbeauty-400\/25:focus {
  background-color: rgb(254 250 247 / 0.25);
}

.focus\:bg-interbeauty-400\/30:focus {
  background-color: rgb(254 250 247 / 0.3);
}

.focus\:bg-interbeauty-400\/40:focus {
  background-color: rgb(254 250 247 / 0.4);
}

.focus\:bg-interbeauty-400\/5:focus {
  background-color: rgb(254 250 247 / 0.05);
}

.focus\:bg-interbeauty-400\/50:focus {
  background-color: rgb(254 250 247 / 0.5);
}

.focus\:bg-interbeauty-400\/60:focus {
  background-color: rgb(254 250 247 / 0.6);
}

.focus\:bg-interbeauty-400\/70:focus {
  background-color: rgb(254 250 247 / 0.7);
}

.focus\:bg-interbeauty-400\/75:focus {
  background-color: rgb(254 250 247 / 0.75);
}

.focus\:bg-interbeauty-400\/80:focus {
  background-color: rgb(254 250 247 / 0.8);
}

.focus\:bg-interbeauty-400\/90:focus {
  background-color: rgb(254 250 247 / 0.9);
}

.focus\:bg-interbeauty-400\/95:focus {
  background-color: rgb(254 250 247 / 0.95);
}

.focus\:bg-interbeauty-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(193 225 224 / var(--tw-bg-opacity));
}

.focus\:bg-interbeauty-500\/0:focus {
  background-color: rgb(193 225 224 / 0);
}

.focus\:bg-interbeauty-500\/10:focus {
  background-color: rgb(193 225 224 / 0.1);
}

.focus\:bg-interbeauty-500\/100:focus {
  background-color: rgb(193 225 224 / 1);
}

.focus\:bg-interbeauty-500\/20:focus {
  background-color: rgb(193 225 224 / 0.2);
}

.focus\:bg-interbeauty-500\/25:focus {
  background-color: rgb(193 225 224 / 0.25);
}

.focus\:bg-interbeauty-500\/30:focus {
  background-color: rgb(193 225 224 / 0.3);
}

.focus\:bg-interbeauty-500\/40:focus {
  background-color: rgb(193 225 224 / 0.4);
}

.focus\:bg-interbeauty-500\/5:focus {
  background-color: rgb(193 225 224 / 0.05);
}

.focus\:bg-interbeauty-500\/50:focus {
  background-color: rgb(193 225 224 / 0.5);
}

.focus\:bg-interbeauty-500\/60:focus {
  background-color: rgb(193 225 224 / 0.6);
}

.focus\:bg-interbeauty-500\/70:focus {
  background-color: rgb(193 225 224 / 0.7);
}

.focus\:bg-interbeauty-500\/75:focus {
  background-color: rgb(193 225 224 / 0.75);
}

.focus\:bg-interbeauty-500\/80:focus {
  background-color: rgb(193 225 224 / 0.8);
}

.focus\:bg-interbeauty-500\/90:focus {
  background-color: rgb(193 225 224 / 0.9);
}

.focus\:bg-interbeauty-500\/95:focus {
  background-color: rgb(193 225 224 / 0.95);
}

.focus\:bg-interbeauty-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(88 88 94 / var(--tw-bg-opacity));
}

.focus\:bg-interbeauty-600\/0:focus {
  background-color: rgb(88 88 94 / 0);
}

.focus\:bg-interbeauty-600\/10:focus {
  background-color: rgb(88 88 94 / 0.1);
}

.focus\:bg-interbeauty-600\/100:focus {
  background-color: rgb(88 88 94 / 1);
}

.focus\:bg-interbeauty-600\/20:focus {
  background-color: rgb(88 88 94 / 0.2);
}

.focus\:bg-interbeauty-600\/25:focus {
  background-color: rgb(88 88 94 / 0.25);
}

.focus\:bg-interbeauty-600\/30:focus {
  background-color: rgb(88 88 94 / 0.3);
}

.focus\:bg-interbeauty-600\/40:focus {
  background-color: rgb(88 88 94 / 0.4);
}

.focus\:bg-interbeauty-600\/5:focus {
  background-color: rgb(88 88 94 / 0.05);
}

.focus\:bg-interbeauty-600\/50:focus {
  background-color: rgb(88 88 94 / 0.5);
}

.focus\:bg-interbeauty-600\/60:focus {
  background-color: rgb(88 88 94 / 0.6);
}

.focus\:bg-interbeauty-600\/70:focus {
  background-color: rgb(88 88 94 / 0.7);
}

.focus\:bg-interbeauty-600\/75:focus {
  background-color: rgb(88 88 94 / 0.75);
}

.focus\:bg-interbeauty-600\/80:focus {
  background-color: rgb(88 88 94 / 0.8);
}

.focus\:bg-interbeauty-600\/90:focus {
  background-color: rgb(88 88 94 / 0.9);
}

.focus\:bg-interbeauty-600\/95:focus {
  background-color: rgb(88 88 94 / 0.95);
}

.focus\:bg-ipnvaluers-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(0 40 87 / var(--tw-bg-opacity));
}

.focus\:bg-ipnvaluers-200\/0:focus {
  background-color: rgb(0 40 87 / 0);
}

.focus\:bg-ipnvaluers-200\/10:focus {
  background-color: rgb(0 40 87 / 0.1);
}

.focus\:bg-ipnvaluers-200\/100:focus {
  background-color: rgb(0 40 87 / 1);
}

.focus\:bg-ipnvaluers-200\/20:focus {
  background-color: rgb(0 40 87 / 0.2);
}

.focus\:bg-ipnvaluers-200\/25:focus {
  background-color: rgb(0 40 87 / 0.25);
}

.focus\:bg-ipnvaluers-200\/30:focus {
  background-color: rgb(0 40 87 / 0.3);
}

.focus\:bg-ipnvaluers-200\/40:focus {
  background-color: rgb(0 40 87 / 0.4);
}

.focus\:bg-ipnvaluers-200\/5:focus {
  background-color: rgb(0 40 87 / 0.05);
}

.focus\:bg-ipnvaluers-200\/50:focus {
  background-color: rgb(0 40 87 / 0.5);
}

.focus\:bg-ipnvaluers-200\/60:focus {
  background-color: rgb(0 40 87 / 0.6);
}

.focus\:bg-ipnvaluers-200\/70:focus {
  background-color: rgb(0 40 87 / 0.7);
}

.focus\:bg-ipnvaluers-200\/75:focus {
  background-color: rgb(0 40 87 / 0.75);
}

.focus\:bg-ipnvaluers-200\/80:focus {
  background-color: rgb(0 40 87 / 0.8);
}

.focus\:bg-ipnvaluers-200\/90:focus {
  background-color: rgb(0 40 87 / 0.9);
}

.focus\:bg-ipnvaluers-200\/95:focus {
  background-color: rgb(0 40 87 / 0.95);
}

.focus\:bg-ipnvaluers-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(196 107 22 / var(--tw-bg-opacity));
}

.focus\:bg-ipnvaluers-400\/0:focus {
  background-color: rgb(196 107 22 / 0);
}

.focus\:bg-ipnvaluers-400\/10:focus {
  background-color: rgb(196 107 22 / 0.1);
}

.focus\:bg-ipnvaluers-400\/100:focus {
  background-color: rgb(196 107 22 / 1);
}

.focus\:bg-ipnvaluers-400\/20:focus {
  background-color: rgb(196 107 22 / 0.2);
}

.focus\:bg-ipnvaluers-400\/25:focus {
  background-color: rgb(196 107 22 / 0.25);
}

.focus\:bg-ipnvaluers-400\/30:focus {
  background-color: rgb(196 107 22 / 0.3);
}

.focus\:bg-ipnvaluers-400\/40:focus {
  background-color: rgb(196 107 22 / 0.4);
}

.focus\:bg-ipnvaluers-400\/5:focus {
  background-color: rgb(196 107 22 / 0.05);
}

.focus\:bg-ipnvaluers-400\/50:focus {
  background-color: rgb(196 107 22 / 0.5);
}

.focus\:bg-ipnvaluers-400\/60:focus {
  background-color: rgb(196 107 22 / 0.6);
}

.focus\:bg-ipnvaluers-400\/70:focus {
  background-color: rgb(196 107 22 / 0.7);
}

.focus\:bg-ipnvaluers-400\/75:focus {
  background-color: rgb(196 107 22 / 0.75);
}

.focus\:bg-ipnvaluers-400\/80:focus {
  background-color: rgb(196 107 22 / 0.8);
}

.focus\:bg-ipnvaluers-400\/90:focus {
  background-color: rgb(196 107 22 / 0.9);
}

.focus\:bg-ipnvaluers-400\/95:focus {
  background-color: rgb(196 107 22 / 0.95);
}

.focus\:bg-ipnvaluers-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(245 174 21 / var(--tw-bg-opacity));
}

.focus\:bg-ipnvaluers-500\/0:focus {
  background-color: rgb(245 174 21 / 0);
}

.focus\:bg-ipnvaluers-500\/10:focus {
  background-color: rgb(245 174 21 / 0.1);
}

.focus\:bg-ipnvaluers-500\/100:focus {
  background-color: rgb(245 174 21 / 1);
}

.focus\:bg-ipnvaluers-500\/20:focus {
  background-color: rgb(245 174 21 / 0.2);
}

.focus\:bg-ipnvaluers-500\/25:focus {
  background-color: rgb(245 174 21 / 0.25);
}

.focus\:bg-ipnvaluers-500\/30:focus {
  background-color: rgb(245 174 21 / 0.3);
}

.focus\:bg-ipnvaluers-500\/40:focus {
  background-color: rgb(245 174 21 / 0.4);
}

.focus\:bg-ipnvaluers-500\/5:focus {
  background-color: rgb(245 174 21 / 0.05);
}

.focus\:bg-ipnvaluers-500\/50:focus {
  background-color: rgb(245 174 21 / 0.5);
}

.focus\:bg-ipnvaluers-500\/60:focus {
  background-color: rgb(245 174 21 / 0.6);
}

.focus\:bg-ipnvaluers-500\/70:focus {
  background-color: rgb(245 174 21 / 0.7);
}

.focus\:bg-ipnvaluers-500\/75:focus {
  background-color: rgb(245 174 21 / 0.75);
}

.focus\:bg-ipnvaluers-500\/80:focus {
  background-color: rgb(245 174 21 / 0.8);
}

.focus\:bg-ipnvaluers-500\/90:focus {
  background-color: rgb(245 174 21 / 0.9);
}

.focus\:bg-ipnvaluers-500\/95:focus {
  background-color: rgb(245 174 21 / 0.95);
}

.focus\:bg-jukejam-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(250 210 101 / var(--tw-bg-opacity));
}

.focus\:bg-jukejam-500\/0:focus {
  background-color: rgb(250 210 101 / 0);
}

.focus\:bg-jukejam-500\/10:focus {
  background-color: rgb(250 210 101 / 0.1);
}

.focus\:bg-jukejam-500\/100:focus {
  background-color: rgb(250 210 101 / 1);
}

.focus\:bg-jukejam-500\/20:focus {
  background-color: rgb(250 210 101 / 0.2);
}

.focus\:bg-jukejam-500\/25:focus {
  background-color: rgb(250 210 101 / 0.25);
}

.focus\:bg-jukejam-500\/30:focus {
  background-color: rgb(250 210 101 / 0.3);
}

.focus\:bg-jukejam-500\/40:focus {
  background-color: rgb(250 210 101 / 0.4);
}

.focus\:bg-jukejam-500\/5:focus {
  background-color: rgb(250 210 101 / 0.05);
}

.focus\:bg-jukejam-500\/50:focus {
  background-color: rgb(250 210 101 / 0.5);
}

.focus\:bg-jukejam-500\/60:focus {
  background-color: rgb(250 210 101 / 0.6);
}

.focus\:bg-jukejam-500\/70:focus {
  background-color: rgb(250 210 101 / 0.7);
}

.focus\:bg-jukejam-500\/75:focus {
  background-color: rgb(250 210 101 / 0.75);
}

.focus\:bg-jukejam-500\/80:focus {
  background-color: rgb(250 210 101 / 0.8);
}

.focus\:bg-jukejam-500\/90:focus {
  background-color: rgb(250 210 101 / 0.9);
}

.focus\:bg-jukejam-500\/95:focus {
  background-color: rgb(250 210 101 / 0.95);
}

.focus\:bg-lime-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity));
}

.focus\:bg-lime-100\/0:focus {
  background-color: rgb(236 252 203 / 0);
}

.focus\:bg-lime-100\/10:focus {
  background-color: rgb(236 252 203 / 0.1);
}

.focus\:bg-lime-100\/100:focus {
  background-color: rgb(236 252 203 / 1);
}

.focus\:bg-lime-100\/20:focus {
  background-color: rgb(236 252 203 / 0.2);
}

.focus\:bg-lime-100\/25:focus {
  background-color: rgb(236 252 203 / 0.25);
}

.focus\:bg-lime-100\/30:focus {
  background-color: rgb(236 252 203 / 0.3);
}

.focus\:bg-lime-100\/40:focus {
  background-color: rgb(236 252 203 / 0.4);
}

.focus\:bg-lime-100\/5:focus {
  background-color: rgb(236 252 203 / 0.05);
}

.focus\:bg-lime-100\/50:focus {
  background-color: rgb(236 252 203 / 0.5);
}

.focus\:bg-lime-100\/60:focus {
  background-color: rgb(236 252 203 / 0.6);
}

.focus\:bg-lime-100\/70:focus {
  background-color: rgb(236 252 203 / 0.7);
}

.focus\:bg-lime-100\/75:focus {
  background-color: rgb(236 252 203 / 0.75);
}

.focus\:bg-lime-100\/80:focus {
  background-color: rgb(236 252 203 / 0.8);
}

.focus\:bg-lime-100\/90:focus {
  background-color: rgb(236 252 203 / 0.9);
}

.focus\:bg-lime-100\/95:focus {
  background-color: rgb(236 252 203 / 0.95);
}

.focus\:bg-lime-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity));
}

.focus\:bg-lime-200\/0:focus {
  background-color: rgb(217 249 157 / 0);
}

.focus\:bg-lime-200\/10:focus {
  background-color: rgb(217 249 157 / 0.1);
}

.focus\:bg-lime-200\/100:focus {
  background-color: rgb(217 249 157 / 1);
}

.focus\:bg-lime-200\/20:focus {
  background-color: rgb(217 249 157 / 0.2);
}

.focus\:bg-lime-200\/25:focus {
  background-color: rgb(217 249 157 / 0.25);
}

.focus\:bg-lime-200\/30:focus {
  background-color: rgb(217 249 157 / 0.3);
}

.focus\:bg-lime-200\/40:focus {
  background-color: rgb(217 249 157 / 0.4);
}

.focus\:bg-lime-200\/5:focus {
  background-color: rgb(217 249 157 / 0.05);
}

.focus\:bg-lime-200\/50:focus {
  background-color: rgb(217 249 157 / 0.5);
}

.focus\:bg-lime-200\/60:focus {
  background-color: rgb(217 249 157 / 0.6);
}

.focus\:bg-lime-200\/70:focus {
  background-color: rgb(217 249 157 / 0.7);
}

.focus\:bg-lime-200\/75:focus {
  background-color: rgb(217 249 157 / 0.75);
}

.focus\:bg-lime-200\/80:focus {
  background-color: rgb(217 249 157 / 0.8);
}

.focus\:bg-lime-200\/90:focus {
  background-color: rgb(217 249 157 / 0.9);
}

.focus\:bg-lime-200\/95:focus {
  background-color: rgb(217 249 157 / 0.95);
}

.focus\:bg-lime-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity));
}

.focus\:bg-lime-300\/0:focus {
  background-color: rgb(190 242 100 / 0);
}

.focus\:bg-lime-300\/10:focus {
  background-color: rgb(190 242 100 / 0.1);
}

.focus\:bg-lime-300\/100:focus {
  background-color: rgb(190 242 100 / 1);
}

.focus\:bg-lime-300\/20:focus {
  background-color: rgb(190 242 100 / 0.2);
}

.focus\:bg-lime-300\/25:focus {
  background-color: rgb(190 242 100 / 0.25);
}

.focus\:bg-lime-300\/30:focus {
  background-color: rgb(190 242 100 / 0.3);
}

.focus\:bg-lime-300\/40:focus {
  background-color: rgb(190 242 100 / 0.4);
}

.focus\:bg-lime-300\/5:focus {
  background-color: rgb(190 242 100 / 0.05);
}

.focus\:bg-lime-300\/50:focus {
  background-color: rgb(190 242 100 / 0.5);
}

.focus\:bg-lime-300\/60:focus {
  background-color: rgb(190 242 100 / 0.6);
}

.focus\:bg-lime-300\/70:focus {
  background-color: rgb(190 242 100 / 0.7);
}

.focus\:bg-lime-300\/75:focus {
  background-color: rgb(190 242 100 / 0.75);
}

.focus\:bg-lime-300\/80:focus {
  background-color: rgb(190 242 100 / 0.8);
}

.focus\:bg-lime-300\/90:focus {
  background-color: rgb(190 242 100 / 0.9);
}

.focus\:bg-lime-300\/95:focus {
  background-color: rgb(190 242 100 / 0.95);
}

.focus\:bg-lime-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity));
}

.focus\:bg-lime-400\/0:focus {
  background-color: rgb(163 230 53 / 0);
}

.focus\:bg-lime-400\/10:focus {
  background-color: rgb(163 230 53 / 0.1);
}

.focus\:bg-lime-400\/100:focus {
  background-color: rgb(163 230 53 / 1);
}

.focus\:bg-lime-400\/20:focus {
  background-color: rgb(163 230 53 / 0.2);
}

.focus\:bg-lime-400\/25:focus {
  background-color: rgb(163 230 53 / 0.25);
}

.focus\:bg-lime-400\/30:focus {
  background-color: rgb(163 230 53 / 0.3);
}

.focus\:bg-lime-400\/40:focus {
  background-color: rgb(163 230 53 / 0.4);
}

.focus\:bg-lime-400\/5:focus {
  background-color: rgb(163 230 53 / 0.05);
}

.focus\:bg-lime-400\/50:focus {
  background-color: rgb(163 230 53 / 0.5);
}

.focus\:bg-lime-400\/60:focus {
  background-color: rgb(163 230 53 / 0.6);
}

.focus\:bg-lime-400\/70:focus {
  background-color: rgb(163 230 53 / 0.7);
}

.focus\:bg-lime-400\/75:focus {
  background-color: rgb(163 230 53 / 0.75);
}

.focus\:bg-lime-400\/80:focus {
  background-color: rgb(163 230 53 / 0.8);
}

.focus\:bg-lime-400\/90:focus {
  background-color: rgb(163 230 53 / 0.9);
}

.focus\:bg-lime-400\/95:focus {
  background-color: rgb(163 230 53 / 0.95);
}

.focus\:bg-lime-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity));
}

.focus\:bg-lime-50\/0:focus {
  background-color: rgb(247 254 231 / 0);
}

.focus\:bg-lime-50\/10:focus {
  background-color: rgb(247 254 231 / 0.1);
}

.focus\:bg-lime-50\/100:focus {
  background-color: rgb(247 254 231 / 1);
}

.focus\:bg-lime-50\/20:focus {
  background-color: rgb(247 254 231 / 0.2);
}

.focus\:bg-lime-50\/25:focus {
  background-color: rgb(247 254 231 / 0.25);
}

.focus\:bg-lime-50\/30:focus {
  background-color: rgb(247 254 231 / 0.3);
}

.focus\:bg-lime-50\/40:focus {
  background-color: rgb(247 254 231 / 0.4);
}

.focus\:bg-lime-50\/5:focus {
  background-color: rgb(247 254 231 / 0.05);
}

.focus\:bg-lime-50\/50:focus {
  background-color: rgb(247 254 231 / 0.5);
}

.focus\:bg-lime-50\/60:focus {
  background-color: rgb(247 254 231 / 0.6);
}

.focus\:bg-lime-50\/70:focus {
  background-color: rgb(247 254 231 / 0.7);
}

.focus\:bg-lime-50\/75:focus {
  background-color: rgb(247 254 231 / 0.75);
}

.focus\:bg-lime-50\/80:focus {
  background-color: rgb(247 254 231 / 0.8);
}

.focus\:bg-lime-50\/90:focus {
  background-color: rgb(247 254 231 / 0.9);
}

.focus\:bg-lime-50\/95:focus {
  background-color: rgb(247 254 231 / 0.95);
}

.focus\:bg-lime-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
}

.focus\:bg-lime-500\/0:focus {
  background-color: rgb(132 204 22 / 0);
}

.focus\:bg-lime-500\/10:focus {
  background-color: rgb(132 204 22 / 0.1);
}

.focus\:bg-lime-500\/100:focus {
  background-color: rgb(132 204 22 / 1);
}

.focus\:bg-lime-500\/20:focus {
  background-color: rgb(132 204 22 / 0.2);
}

.focus\:bg-lime-500\/25:focus {
  background-color: rgb(132 204 22 / 0.25);
}

.focus\:bg-lime-500\/30:focus {
  background-color: rgb(132 204 22 / 0.3);
}

.focus\:bg-lime-500\/40:focus {
  background-color: rgb(132 204 22 / 0.4);
}

.focus\:bg-lime-500\/5:focus {
  background-color: rgb(132 204 22 / 0.05);
}

.focus\:bg-lime-500\/50:focus {
  background-color: rgb(132 204 22 / 0.5);
}

.focus\:bg-lime-500\/60:focus {
  background-color: rgb(132 204 22 / 0.6);
}

.focus\:bg-lime-500\/70:focus {
  background-color: rgb(132 204 22 / 0.7);
}

.focus\:bg-lime-500\/75:focus {
  background-color: rgb(132 204 22 / 0.75);
}

.focus\:bg-lime-500\/80:focus {
  background-color: rgb(132 204 22 / 0.8);
}

.focus\:bg-lime-500\/90:focus {
  background-color: rgb(132 204 22 / 0.9);
}

.focus\:bg-lime-500\/95:focus {
  background-color: rgb(132 204 22 / 0.95);
}

.focus\:bg-lime-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity));
}

.focus\:bg-lime-600\/0:focus {
  background-color: rgb(101 163 13 / 0);
}

.focus\:bg-lime-600\/10:focus {
  background-color: rgb(101 163 13 / 0.1);
}

.focus\:bg-lime-600\/100:focus {
  background-color: rgb(101 163 13 / 1);
}

.focus\:bg-lime-600\/20:focus {
  background-color: rgb(101 163 13 / 0.2);
}

.focus\:bg-lime-600\/25:focus {
  background-color: rgb(101 163 13 / 0.25);
}

.focus\:bg-lime-600\/30:focus {
  background-color: rgb(101 163 13 / 0.3);
}

.focus\:bg-lime-600\/40:focus {
  background-color: rgb(101 163 13 / 0.4);
}

.focus\:bg-lime-600\/5:focus {
  background-color: rgb(101 163 13 / 0.05);
}

.focus\:bg-lime-600\/50:focus {
  background-color: rgb(101 163 13 / 0.5);
}

.focus\:bg-lime-600\/60:focus {
  background-color: rgb(101 163 13 / 0.6);
}

.focus\:bg-lime-600\/70:focus {
  background-color: rgb(101 163 13 / 0.7);
}

.focus\:bg-lime-600\/75:focus {
  background-color: rgb(101 163 13 / 0.75);
}

.focus\:bg-lime-600\/80:focus {
  background-color: rgb(101 163 13 / 0.8);
}

.focus\:bg-lime-600\/90:focus {
  background-color: rgb(101 163 13 / 0.9);
}

.focus\:bg-lime-600\/95:focus {
  background-color: rgb(101 163 13 / 0.95);
}

.focus\:bg-lime-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity));
}

.focus\:bg-lime-700\/0:focus {
  background-color: rgb(77 124 15 / 0);
}

.focus\:bg-lime-700\/10:focus {
  background-color: rgb(77 124 15 / 0.1);
}

.focus\:bg-lime-700\/100:focus {
  background-color: rgb(77 124 15 / 1);
}

.focus\:bg-lime-700\/20:focus {
  background-color: rgb(77 124 15 / 0.2);
}

.focus\:bg-lime-700\/25:focus {
  background-color: rgb(77 124 15 / 0.25);
}

.focus\:bg-lime-700\/30:focus {
  background-color: rgb(77 124 15 / 0.3);
}

.focus\:bg-lime-700\/40:focus {
  background-color: rgb(77 124 15 / 0.4);
}

.focus\:bg-lime-700\/5:focus {
  background-color: rgb(77 124 15 / 0.05);
}

.focus\:bg-lime-700\/50:focus {
  background-color: rgb(77 124 15 / 0.5);
}

.focus\:bg-lime-700\/60:focus {
  background-color: rgb(77 124 15 / 0.6);
}

.focus\:bg-lime-700\/70:focus {
  background-color: rgb(77 124 15 / 0.7);
}

.focus\:bg-lime-700\/75:focus {
  background-color: rgb(77 124 15 / 0.75);
}

.focus\:bg-lime-700\/80:focus {
  background-color: rgb(77 124 15 / 0.8);
}

.focus\:bg-lime-700\/90:focus {
  background-color: rgb(77 124 15 / 0.9);
}

.focus\:bg-lime-700\/95:focus {
  background-color: rgb(77 124 15 / 0.95);
}

.focus\:bg-lime-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity));
}

.focus\:bg-lime-800\/0:focus {
  background-color: rgb(63 98 18 / 0);
}

.focus\:bg-lime-800\/10:focus {
  background-color: rgb(63 98 18 / 0.1);
}

.focus\:bg-lime-800\/100:focus {
  background-color: rgb(63 98 18 / 1);
}

.focus\:bg-lime-800\/20:focus {
  background-color: rgb(63 98 18 / 0.2);
}

.focus\:bg-lime-800\/25:focus {
  background-color: rgb(63 98 18 / 0.25);
}

.focus\:bg-lime-800\/30:focus {
  background-color: rgb(63 98 18 / 0.3);
}

.focus\:bg-lime-800\/40:focus {
  background-color: rgb(63 98 18 / 0.4);
}

.focus\:bg-lime-800\/5:focus {
  background-color: rgb(63 98 18 / 0.05);
}

.focus\:bg-lime-800\/50:focus {
  background-color: rgb(63 98 18 / 0.5);
}

.focus\:bg-lime-800\/60:focus {
  background-color: rgb(63 98 18 / 0.6);
}

.focus\:bg-lime-800\/70:focus {
  background-color: rgb(63 98 18 / 0.7);
}

.focus\:bg-lime-800\/75:focus {
  background-color: rgb(63 98 18 / 0.75);
}

.focus\:bg-lime-800\/80:focus {
  background-color: rgb(63 98 18 / 0.8);
}

.focus\:bg-lime-800\/90:focus {
  background-color: rgb(63 98 18 / 0.9);
}

.focus\:bg-lime-800\/95:focus {
  background-color: rgb(63 98 18 / 0.95);
}

.focus\:bg-lime-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity));
}

.focus\:bg-lime-900\/0:focus {
  background-color: rgb(54 83 20 / 0);
}

.focus\:bg-lime-900\/10:focus {
  background-color: rgb(54 83 20 / 0.1);
}

.focus\:bg-lime-900\/100:focus {
  background-color: rgb(54 83 20 / 1);
}

.focus\:bg-lime-900\/20:focus {
  background-color: rgb(54 83 20 / 0.2);
}

.focus\:bg-lime-900\/25:focus {
  background-color: rgb(54 83 20 / 0.25);
}

.focus\:bg-lime-900\/30:focus {
  background-color: rgb(54 83 20 / 0.3);
}

.focus\:bg-lime-900\/40:focus {
  background-color: rgb(54 83 20 / 0.4);
}

.focus\:bg-lime-900\/5:focus {
  background-color: rgb(54 83 20 / 0.05);
}

.focus\:bg-lime-900\/50:focus {
  background-color: rgb(54 83 20 / 0.5);
}

.focus\:bg-lime-900\/60:focus {
  background-color: rgb(54 83 20 / 0.6);
}

.focus\:bg-lime-900\/70:focus {
  background-color: rgb(54 83 20 / 0.7);
}

.focus\:bg-lime-900\/75:focus {
  background-color: rgb(54 83 20 / 0.75);
}

.focus\:bg-lime-900\/80:focus {
  background-color: rgb(54 83 20 / 0.8);
}

.focus\:bg-lime-900\/90:focus {
  background-color: rgb(54 83 20 / 0.9);
}

.focus\:bg-lime-900\/95:focus {
  background-color: rgb(54 83 20 / 0.95);
}

.focus\:bg-lime-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(26 46 5 / var(--tw-bg-opacity));
}

.focus\:bg-lime-950\/0:focus {
  background-color: rgb(26 46 5 / 0);
}

.focus\:bg-lime-950\/10:focus {
  background-color: rgb(26 46 5 / 0.1);
}

.focus\:bg-lime-950\/100:focus {
  background-color: rgb(26 46 5 / 1);
}

.focus\:bg-lime-950\/20:focus {
  background-color: rgb(26 46 5 / 0.2);
}

.focus\:bg-lime-950\/25:focus {
  background-color: rgb(26 46 5 / 0.25);
}

.focus\:bg-lime-950\/30:focus {
  background-color: rgb(26 46 5 / 0.3);
}

.focus\:bg-lime-950\/40:focus {
  background-color: rgb(26 46 5 / 0.4);
}

.focus\:bg-lime-950\/5:focus {
  background-color: rgb(26 46 5 / 0.05);
}

.focus\:bg-lime-950\/50:focus {
  background-color: rgb(26 46 5 / 0.5);
}

.focus\:bg-lime-950\/60:focus {
  background-color: rgb(26 46 5 / 0.6);
}

.focus\:bg-lime-950\/70:focus {
  background-color: rgb(26 46 5 / 0.7);
}

.focus\:bg-lime-950\/75:focus {
  background-color: rgb(26 46 5 / 0.75);
}

.focus\:bg-lime-950\/80:focus {
  background-color: rgb(26 46 5 / 0.8);
}

.focus\:bg-lime-950\/90:focus {
  background-color: rgb(26 46 5 / 0.9);
}

.focus\:bg-lime-950\/95:focus {
  background-color: rgb(26 46 5 / 0.95);
}

.focus\:bg-nafisa-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(153 53 10 / var(--tw-bg-opacity));
}

.focus\:bg-nafisa-500\/0:focus {
  background-color: rgb(153 53 10 / 0);
}

.focus\:bg-nafisa-500\/10:focus {
  background-color: rgb(153 53 10 / 0.1);
}

.focus\:bg-nafisa-500\/100:focus {
  background-color: rgb(153 53 10 / 1);
}

.focus\:bg-nafisa-500\/20:focus {
  background-color: rgb(153 53 10 / 0.2);
}

.focus\:bg-nafisa-500\/25:focus {
  background-color: rgb(153 53 10 / 0.25);
}

.focus\:bg-nafisa-500\/30:focus {
  background-color: rgb(153 53 10 / 0.3);
}

.focus\:bg-nafisa-500\/40:focus {
  background-color: rgb(153 53 10 / 0.4);
}

.focus\:bg-nafisa-500\/5:focus {
  background-color: rgb(153 53 10 / 0.05);
}

.focus\:bg-nafisa-500\/50:focus {
  background-color: rgb(153 53 10 / 0.5);
}

.focus\:bg-nafisa-500\/60:focus {
  background-color: rgb(153 53 10 / 0.6);
}

.focus\:bg-nafisa-500\/70:focus {
  background-color: rgb(153 53 10 / 0.7);
}

.focus\:bg-nafisa-500\/75:focus {
  background-color: rgb(153 53 10 / 0.75);
}

.focus\:bg-nafisa-500\/80:focus {
  background-color: rgb(153 53 10 / 0.8);
}

.focus\:bg-nafisa-500\/90:focus {
  background-color: rgb(153 53 10 / 0.9);
}

.focus\:bg-nafisa-500\/95:focus {
  background-color: rgb(153 53 10 / 0.95);
}

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

.focus\:bg-neutral-100\/0:focus {
  background-color: rgb(245 245 245 / 0);
}

.focus\:bg-neutral-100\/10:focus {
  background-color: rgb(245 245 245 / 0.1);
}

.focus\:bg-neutral-100\/100:focus {
  background-color: rgb(245 245 245 / 1);
}

.focus\:bg-neutral-100\/20:focus {
  background-color: rgb(245 245 245 / 0.2);
}

.focus\:bg-neutral-100\/25:focus {
  background-color: rgb(245 245 245 / 0.25);
}

.focus\:bg-neutral-100\/30:focus {
  background-color: rgb(245 245 245 / 0.3);
}

.focus\:bg-neutral-100\/40:focus {
  background-color: rgb(245 245 245 / 0.4);
}

.focus\:bg-neutral-100\/5:focus {
  background-color: rgb(245 245 245 / 0.05);
}

.focus\:bg-neutral-100\/50:focus {
  background-color: rgb(245 245 245 / 0.5);
}

.focus\:bg-neutral-100\/60:focus {
  background-color: rgb(245 245 245 / 0.6);
}

.focus\:bg-neutral-100\/70:focus {
  background-color: rgb(245 245 245 / 0.7);
}

.focus\:bg-neutral-100\/75:focus {
  background-color: rgb(245 245 245 / 0.75);
}

.focus\:bg-neutral-100\/80:focus {
  background-color: rgb(245 245 245 / 0.8);
}

.focus\:bg-neutral-100\/90:focus {
  background-color: rgb(245 245 245 / 0.9);
}

.focus\:bg-neutral-100\/95:focus {
  background-color: rgb(245 245 245 / 0.95);
}

.focus\:bg-neutral-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

.focus\:bg-neutral-200\/0:focus {
  background-color: rgb(229 229 229 / 0);
}

.focus\:bg-neutral-200\/10:focus {
  background-color: rgb(229 229 229 / 0.1);
}

.focus\:bg-neutral-200\/100:focus {
  background-color: rgb(229 229 229 / 1);
}

.focus\:bg-neutral-200\/20:focus {
  background-color: rgb(229 229 229 / 0.2);
}

.focus\:bg-neutral-200\/25:focus {
  background-color: rgb(229 229 229 / 0.25);
}

.focus\:bg-neutral-200\/30:focus {
  background-color: rgb(229 229 229 / 0.3);
}

.focus\:bg-neutral-200\/40:focus {
  background-color: rgb(229 229 229 / 0.4);
}

.focus\:bg-neutral-200\/5:focus {
  background-color: rgb(229 229 229 / 0.05);
}

.focus\:bg-neutral-200\/50:focus {
  background-color: rgb(229 229 229 / 0.5);
}

.focus\:bg-neutral-200\/60:focus {
  background-color: rgb(229 229 229 / 0.6);
}

.focus\:bg-neutral-200\/70:focus {
  background-color: rgb(229 229 229 / 0.7);
}

.focus\:bg-neutral-200\/75:focus {
  background-color: rgb(229 229 229 / 0.75);
}

.focus\:bg-neutral-200\/80:focus {
  background-color: rgb(229 229 229 / 0.8);
}

.focus\:bg-neutral-200\/90:focus {
  background-color: rgb(229 229 229 / 0.9);
}

.focus\:bg-neutral-200\/95:focus {
  background-color: rgb(229 229 229 / 0.95);
}

.focus\:bg-neutral-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}

.focus\:bg-neutral-300\/0:focus {
  background-color: rgb(212 212 212 / 0);
}

.focus\:bg-neutral-300\/10:focus {
  background-color: rgb(212 212 212 / 0.1);
}

.focus\:bg-neutral-300\/100:focus {
  background-color: rgb(212 212 212 / 1);
}

.focus\:bg-neutral-300\/20:focus {
  background-color: rgb(212 212 212 / 0.2);
}

.focus\:bg-neutral-300\/25:focus {
  background-color: rgb(212 212 212 / 0.25);
}

.focus\:bg-neutral-300\/30:focus {
  background-color: rgb(212 212 212 / 0.3);
}

.focus\:bg-neutral-300\/40:focus {
  background-color: rgb(212 212 212 / 0.4);
}

.focus\:bg-neutral-300\/5:focus {
  background-color: rgb(212 212 212 / 0.05);
}

.focus\:bg-neutral-300\/50:focus {
  background-color: rgb(212 212 212 / 0.5);
}

.focus\:bg-neutral-300\/60:focus {
  background-color: rgb(212 212 212 / 0.6);
}

.focus\:bg-neutral-300\/70:focus {
  background-color: rgb(212 212 212 / 0.7);
}

.focus\:bg-neutral-300\/75:focus {
  background-color: rgb(212 212 212 / 0.75);
}

.focus\:bg-neutral-300\/80:focus {
  background-color: rgb(212 212 212 / 0.8);
}

.focus\:bg-neutral-300\/90:focus {
  background-color: rgb(212 212 212 / 0.9);
}

.focus\:bg-neutral-300\/95:focus {
  background-color: rgb(212 212 212 / 0.95);
}

.focus\:bg-neutral-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
}

.focus\:bg-neutral-400\/0:focus {
  background-color: rgb(163 163 163 / 0);
}

.focus\:bg-neutral-400\/10:focus {
  background-color: rgb(163 163 163 / 0.1);
}

.focus\:bg-neutral-400\/100:focus {
  background-color: rgb(163 163 163 / 1);
}

.focus\:bg-neutral-400\/20:focus {
  background-color: rgb(163 163 163 / 0.2);
}

.focus\:bg-neutral-400\/25:focus {
  background-color: rgb(163 163 163 / 0.25);
}

.focus\:bg-neutral-400\/30:focus {
  background-color: rgb(163 163 163 / 0.3);
}

.focus\:bg-neutral-400\/40:focus {
  background-color: rgb(163 163 163 / 0.4);
}

.focus\:bg-neutral-400\/5:focus {
  background-color: rgb(163 163 163 / 0.05);
}

.focus\:bg-neutral-400\/50:focus {
  background-color: rgb(163 163 163 / 0.5);
}

.focus\:bg-neutral-400\/60:focus {
  background-color: rgb(163 163 163 / 0.6);
}

.focus\:bg-neutral-400\/70:focus {
  background-color: rgb(163 163 163 / 0.7);
}

.focus\:bg-neutral-400\/75:focus {
  background-color: rgb(163 163 163 / 0.75);
}

.focus\:bg-neutral-400\/80:focus {
  background-color: rgb(163 163 163 / 0.8);
}

.focus\:bg-neutral-400\/90:focus {
  background-color: rgb(163 163 163 / 0.9);
}

.focus\:bg-neutral-400\/95:focus {
  background-color: rgb(163 163 163 / 0.95);
}

.focus\:bg-neutral-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.focus\:bg-neutral-50\/0:focus {
  background-color: rgb(250 250 250 / 0);
}

.focus\:bg-neutral-50\/10:focus {
  background-color: rgb(250 250 250 / 0.1);
}

.focus\:bg-neutral-50\/100:focus {
  background-color: rgb(250 250 250 / 1);
}

.focus\:bg-neutral-50\/20:focus {
  background-color: rgb(250 250 250 / 0.2);
}

.focus\:bg-neutral-50\/25:focus {
  background-color: rgb(250 250 250 / 0.25);
}

.focus\:bg-neutral-50\/30:focus {
  background-color: rgb(250 250 250 / 0.3);
}

.focus\:bg-neutral-50\/40:focus {
  background-color: rgb(250 250 250 / 0.4);
}

.focus\:bg-neutral-50\/5:focus {
  background-color: rgb(250 250 250 / 0.05);
}

.focus\:bg-neutral-50\/50:focus {
  background-color: rgb(250 250 250 / 0.5);
}

.focus\:bg-neutral-50\/60:focus {
  background-color: rgb(250 250 250 / 0.6);
}

.focus\:bg-neutral-50\/70:focus {
  background-color: rgb(250 250 250 / 0.7);
}

.focus\:bg-neutral-50\/75:focus {
  background-color: rgb(250 250 250 / 0.75);
}

.focus\:bg-neutral-50\/80:focus {
  background-color: rgb(250 250 250 / 0.8);
}

.focus\:bg-neutral-50\/90:focus {
  background-color: rgb(250 250 250 / 0.9);
}

.focus\:bg-neutral-50\/95:focus {
  background-color: rgb(250 250 250 / 0.95);
}

.focus\:bg-neutral-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}

.focus\:bg-neutral-500\/0:focus {
  background-color: rgb(115 115 115 / 0);
}

.focus\:bg-neutral-500\/10:focus {
  background-color: rgb(115 115 115 / 0.1);
}

.focus\:bg-neutral-500\/100:focus {
  background-color: rgb(115 115 115 / 1);
}

.focus\:bg-neutral-500\/20:focus {
  background-color: rgb(115 115 115 / 0.2);
}

.focus\:bg-neutral-500\/25:focus {
  background-color: rgb(115 115 115 / 0.25);
}

.focus\:bg-neutral-500\/30:focus {
  background-color: rgb(115 115 115 / 0.3);
}

.focus\:bg-neutral-500\/40:focus {
  background-color: rgb(115 115 115 / 0.4);
}

.focus\:bg-neutral-500\/5:focus {
  background-color: rgb(115 115 115 / 0.05);
}

.focus\:bg-neutral-500\/50:focus {
  background-color: rgb(115 115 115 / 0.5);
}

.focus\:bg-neutral-500\/60:focus {
  background-color: rgb(115 115 115 / 0.6);
}

.focus\:bg-neutral-500\/70:focus {
  background-color: rgb(115 115 115 / 0.7);
}

.focus\:bg-neutral-500\/75:focus {
  background-color: rgb(115 115 115 / 0.75);
}

.focus\:bg-neutral-500\/80:focus {
  background-color: rgb(115 115 115 / 0.8);
}

.focus\:bg-neutral-500\/90:focus {
  background-color: rgb(115 115 115 / 0.9);
}

.focus\:bg-neutral-500\/95:focus {
  background-color: rgb(115 115 115 / 0.95);
}

.focus\:bg-neutral-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}

.focus\:bg-neutral-600\/0:focus {
  background-color: rgb(82 82 82 / 0);
}

.focus\:bg-neutral-600\/10:focus {
  background-color: rgb(82 82 82 / 0.1);
}

.focus\:bg-neutral-600\/100:focus {
  background-color: rgb(82 82 82 / 1);
}

.focus\:bg-neutral-600\/20:focus {
  background-color: rgb(82 82 82 / 0.2);
}

.focus\:bg-neutral-600\/25:focus {
  background-color: rgb(82 82 82 / 0.25);
}

.focus\:bg-neutral-600\/30:focus {
  background-color: rgb(82 82 82 / 0.3);
}

.focus\:bg-neutral-600\/40:focus {
  background-color: rgb(82 82 82 / 0.4);
}

.focus\:bg-neutral-600\/5:focus {
  background-color: rgb(82 82 82 / 0.05);
}

.focus\:bg-neutral-600\/50:focus {
  background-color: rgb(82 82 82 / 0.5);
}

.focus\:bg-neutral-600\/60:focus {
  background-color: rgb(82 82 82 / 0.6);
}

.focus\:bg-neutral-600\/70:focus {
  background-color: rgb(82 82 82 / 0.7);
}

.focus\:bg-neutral-600\/75:focus {
  background-color: rgb(82 82 82 / 0.75);
}

.focus\:bg-neutral-600\/80:focus {
  background-color: rgb(82 82 82 / 0.8);
}

.focus\:bg-neutral-600\/90:focus {
  background-color: rgb(82 82 82 / 0.9);
}

.focus\:bg-neutral-600\/95:focus {
  background-color: rgb(82 82 82 / 0.95);
}

.focus\:bg-neutral-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}

.focus\:bg-neutral-700\/0:focus {
  background-color: rgb(64 64 64 / 0);
}

.focus\:bg-neutral-700\/10:focus {
  background-color: rgb(64 64 64 / 0.1);
}

.focus\:bg-neutral-700\/100:focus {
  background-color: rgb(64 64 64 / 1);
}

.focus\:bg-neutral-700\/20:focus {
  background-color: rgb(64 64 64 / 0.2);
}

.focus\:bg-neutral-700\/25:focus {
  background-color: rgb(64 64 64 / 0.25);
}

.focus\:bg-neutral-700\/30:focus {
  background-color: rgb(64 64 64 / 0.3);
}

.focus\:bg-neutral-700\/40:focus {
  background-color: rgb(64 64 64 / 0.4);
}

.focus\:bg-neutral-700\/5:focus {
  background-color: rgb(64 64 64 / 0.05);
}

.focus\:bg-neutral-700\/50:focus {
  background-color: rgb(64 64 64 / 0.5);
}

.focus\:bg-neutral-700\/60:focus {
  background-color: rgb(64 64 64 / 0.6);
}

.focus\:bg-neutral-700\/70:focus {
  background-color: rgb(64 64 64 / 0.7);
}

.focus\:bg-neutral-700\/75:focus {
  background-color: rgb(64 64 64 / 0.75);
}

.focus\:bg-neutral-700\/80:focus {
  background-color: rgb(64 64 64 / 0.8);
}

.focus\:bg-neutral-700\/90:focus {
  background-color: rgb(64 64 64 / 0.9);
}

.focus\:bg-neutral-700\/95:focus {
  background-color: rgb(64 64 64 / 0.95);
}

.focus\:bg-neutral-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}

.focus\:bg-neutral-800\/0:focus {
  background-color: rgb(38 38 38 / 0);
}

.focus\:bg-neutral-800\/10:focus {
  background-color: rgb(38 38 38 / 0.1);
}

.focus\:bg-neutral-800\/100:focus {
  background-color: rgb(38 38 38 / 1);
}

.focus\:bg-neutral-800\/20:focus {
  background-color: rgb(38 38 38 / 0.2);
}

.focus\:bg-neutral-800\/25:focus {
  background-color: rgb(38 38 38 / 0.25);
}

.focus\:bg-neutral-800\/30:focus {
  background-color: rgb(38 38 38 / 0.3);
}

.focus\:bg-neutral-800\/40:focus {
  background-color: rgb(38 38 38 / 0.4);
}

.focus\:bg-neutral-800\/5:focus {
  background-color: rgb(38 38 38 / 0.05);
}

.focus\:bg-neutral-800\/50:focus {
  background-color: rgb(38 38 38 / 0.5);
}

.focus\:bg-neutral-800\/60:focus {
  background-color: rgb(38 38 38 / 0.6);
}

.focus\:bg-neutral-800\/70:focus {
  background-color: rgb(38 38 38 / 0.7);
}

.focus\:bg-neutral-800\/75:focus {
  background-color: rgb(38 38 38 / 0.75);
}

.focus\:bg-neutral-800\/80:focus {
  background-color: rgb(38 38 38 / 0.8);
}

.focus\:bg-neutral-800\/90:focus {
  background-color: rgb(38 38 38 / 0.9);
}

.focus\:bg-neutral-800\/95:focus {
  background-color: rgb(38 38 38 / 0.95);
}

.focus\:bg-neutral-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}

.focus\:bg-neutral-900\/0:focus {
  background-color: rgb(23 23 23 / 0);
}

.focus\:bg-neutral-900\/10:focus {
  background-color: rgb(23 23 23 / 0.1);
}

.focus\:bg-neutral-900\/100:focus {
  background-color: rgb(23 23 23 / 1);
}

.focus\:bg-neutral-900\/20:focus {
  background-color: rgb(23 23 23 / 0.2);
}

.focus\:bg-neutral-900\/25:focus {
  background-color: rgb(23 23 23 / 0.25);
}

.focus\:bg-neutral-900\/30:focus {
  background-color: rgb(23 23 23 / 0.3);
}

.focus\:bg-neutral-900\/40:focus {
  background-color: rgb(23 23 23 / 0.4);
}

.focus\:bg-neutral-900\/5:focus {
  background-color: rgb(23 23 23 / 0.05);
}

.focus\:bg-neutral-900\/50:focus {
  background-color: rgb(23 23 23 / 0.5);
}

.focus\:bg-neutral-900\/60:focus {
  background-color: rgb(23 23 23 / 0.6);
}

.focus\:bg-neutral-900\/70:focus {
  background-color: rgb(23 23 23 / 0.7);
}

.focus\:bg-neutral-900\/75:focus {
  background-color: rgb(23 23 23 / 0.75);
}

.focus\:bg-neutral-900\/80:focus {
  background-color: rgb(23 23 23 / 0.8);
}

.focus\:bg-neutral-900\/90:focus {
  background-color: rgb(23 23 23 / 0.9);
}

.focus\:bg-neutral-900\/95:focus {
  background-color: rgb(23 23 23 / 0.95);
}

.focus\:bg-neutral-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
}

.focus\:bg-neutral-950\/0:focus {
  background-color: rgb(10 10 10 / 0);
}

.focus\:bg-neutral-950\/10:focus {
  background-color: rgb(10 10 10 / 0.1);
}

.focus\:bg-neutral-950\/100:focus {
  background-color: rgb(10 10 10 / 1);
}

.focus\:bg-neutral-950\/20:focus {
  background-color: rgb(10 10 10 / 0.2);
}

.focus\:bg-neutral-950\/25:focus {
  background-color: rgb(10 10 10 / 0.25);
}

.focus\:bg-neutral-950\/30:focus {
  background-color: rgb(10 10 10 / 0.3);
}

.focus\:bg-neutral-950\/40:focus {
  background-color: rgb(10 10 10 / 0.4);
}

.focus\:bg-neutral-950\/5:focus {
  background-color: rgb(10 10 10 / 0.05);
}

.focus\:bg-neutral-950\/50:focus {
  background-color: rgb(10 10 10 / 0.5);
}

.focus\:bg-neutral-950\/60:focus {
  background-color: rgb(10 10 10 / 0.6);
}

.focus\:bg-neutral-950\/70:focus {
  background-color: rgb(10 10 10 / 0.7);
}

.focus\:bg-neutral-950\/75:focus {
  background-color: rgb(10 10 10 / 0.75);
}

.focus\:bg-neutral-950\/80:focus {
  background-color: rgb(10 10 10 / 0.8);
}

.focus\:bg-neutral-950\/90:focus {
  background-color: rgb(10 10 10 / 0.9);
}

.focus\:bg-neutral-950\/95:focus {
  background-color: rgb(10 10 10 / 0.95);
}

.focus\:bg-orange-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}

.focus\:bg-orange-100\/0:focus {
  background-color: rgb(255 237 213 / 0);
}

.focus\:bg-orange-100\/10:focus {
  background-color: rgb(255 237 213 / 0.1);
}

.focus\:bg-orange-100\/100:focus {
  background-color: rgb(255 237 213 / 1);
}

.focus\:bg-orange-100\/20:focus {
  background-color: rgb(255 237 213 / 0.2);
}

.focus\:bg-orange-100\/25:focus {
  background-color: rgb(255 237 213 / 0.25);
}

.focus\:bg-orange-100\/30:focus {
  background-color: rgb(255 237 213 / 0.3);
}

.focus\:bg-orange-100\/40:focus {
  background-color: rgb(255 237 213 / 0.4);
}

.focus\:bg-orange-100\/5:focus {
  background-color: rgb(255 237 213 / 0.05);
}

.focus\:bg-orange-100\/50:focus {
  background-color: rgb(255 237 213 / 0.5);
}

.focus\:bg-orange-100\/60:focus {
  background-color: rgb(255 237 213 / 0.6);
}

.focus\:bg-orange-100\/70:focus {
  background-color: rgb(255 237 213 / 0.7);
}

.focus\:bg-orange-100\/75:focus {
  background-color: rgb(255 237 213 / 0.75);
}

.focus\:bg-orange-100\/80:focus {
  background-color: rgb(255 237 213 / 0.8);
}

.focus\:bg-orange-100\/90:focus {
  background-color: rgb(255 237 213 / 0.9);
}

.focus\:bg-orange-100\/95:focus {
  background-color: rgb(255 237 213 / 0.95);
}

.focus\:bg-orange-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity));
}

.focus\:bg-orange-200\/0:focus {
  background-color: rgb(254 215 170 / 0);
}

.focus\:bg-orange-200\/10:focus {
  background-color: rgb(254 215 170 / 0.1);
}

.focus\:bg-orange-200\/100:focus {
  background-color: rgb(254 215 170 / 1);
}

.focus\:bg-orange-200\/20:focus {
  background-color: rgb(254 215 170 / 0.2);
}

.focus\:bg-orange-200\/25:focus {
  background-color: rgb(254 215 170 / 0.25);
}

.focus\:bg-orange-200\/30:focus {
  background-color: rgb(254 215 170 / 0.3);
}

.focus\:bg-orange-200\/40:focus {
  background-color: rgb(254 215 170 / 0.4);
}

.focus\:bg-orange-200\/5:focus {
  background-color: rgb(254 215 170 / 0.05);
}

.focus\:bg-orange-200\/50:focus {
  background-color: rgb(254 215 170 / 0.5);
}

.focus\:bg-orange-200\/60:focus {
  background-color: rgb(254 215 170 / 0.6);
}

.focus\:bg-orange-200\/70:focus {
  background-color: rgb(254 215 170 / 0.7);
}

.focus\:bg-orange-200\/75:focus {
  background-color: rgb(254 215 170 / 0.75);
}

.focus\:bg-orange-200\/80:focus {
  background-color: rgb(254 215 170 / 0.8);
}

.focus\:bg-orange-200\/90:focus {
  background-color: rgb(254 215 170 / 0.9);
}

.focus\:bg-orange-200\/95:focus {
  background-color: rgb(254 215 170 / 0.95);
}

.focus\:bg-orange-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
}

.focus\:bg-orange-300\/0:focus {
  background-color: rgb(253 186 116 / 0);
}

.focus\:bg-orange-300\/10:focus {
  background-color: rgb(253 186 116 / 0.1);
}

.focus\:bg-orange-300\/100:focus {
  background-color: rgb(253 186 116 / 1);
}

.focus\:bg-orange-300\/20:focus {
  background-color: rgb(253 186 116 / 0.2);
}

.focus\:bg-orange-300\/25:focus {
  background-color: rgb(253 186 116 / 0.25);
}

.focus\:bg-orange-300\/30:focus {
  background-color: rgb(253 186 116 / 0.3);
}

.focus\:bg-orange-300\/40:focus {
  background-color: rgb(253 186 116 / 0.4);
}

.focus\:bg-orange-300\/5:focus {
  background-color: rgb(253 186 116 / 0.05);
}

.focus\:bg-orange-300\/50:focus {
  background-color: rgb(253 186 116 / 0.5);
}

.focus\:bg-orange-300\/60:focus {
  background-color: rgb(253 186 116 / 0.6);
}

.focus\:bg-orange-300\/70:focus {
  background-color: rgb(253 186 116 / 0.7);
}

.focus\:bg-orange-300\/75:focus {
  background-color: rgb(253 186 116 / 0.75);
}

.focus\:bg-orange-300\/80:focus {
  background-color: rgb(253 186 116 / 0.8);
}

.focus\:bg-orange-300\/90:focus {
  background-color: rgb(253 186 116 / 0.9);
}

.focus\:bg-orange-300\/95:focus {
  background-color: rgb(253 186 116 / 0.95);
}

.focus\:bg-orange-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
}

.focus\:bg-orange-400\/0:focus {
  background-color: rgb(251 146 60 / 0);
}

.focus\:bg-orange-400\/10:focus {
  background-color: rgb(251 146 60 / 0.1);
}

.focus\:bg-orange-400\/100:focus {
  background-color: rgb(251 146 60 / 1);
}

.focus\:bg-orange-400\/20:focus {
  background-color: rgb(251 146 60 / 0.2);
}

.focus\:bg-orange-400\/25:focus {
  background-color: rgb(251 146 60 / 0.25);
}

.focus\:bg-orange-400\/30:focus {
  background-color: rgb(251 146 60 / 0.3);
}

.focus\:bg-orange-400\/40:focus {
  background-color: rgb(251 146 60 / 0.4);
}

.focus\:bg-orange-400\/5:focus {
  background-color: rgb(251 146 60 / 0.05);
}

.focus\:bg-orange-400\/50:focus {
  background-color: rgb(251 146 60 / 0.5);
}

.focus\:bg-orange-400\/60:focus {
  background-color: rgb(251 146 60 / 0.6);
}

.focus\:bg-orange-400\/70:focus {
  background-color: rgb(251 146 60 / 0.7);
}

.focus\:bg-orange-400\/75:focus {
  background-color: rgb(251 146 60 / 0.75);
}

.focus\:bg-orange-400\/80:focus {
  background-color: rgb(251 146 60 / 0.8);
}

.focus\:bg-orange-400\/90:focus {
  background-color: rgb(251 146 60 / 0.9);
}

.focus\:bg-orange-400\/95:focus {
  background-color: rgb(251 146 60 / 0.95);
}

.focus\:bg-orange-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity));
}

.focus\:bg-orange-50\/0:focus {
  background-color: rgb(255 247 237 / 0);
}

.focus\:bg-orange-50\/10:focus {
  background-color: rgb(255 247 237 / 0.1);
}

.focus\:bg-orange-50\/100:focus {
  background-color: rgb(255 247 237 / 1);
}

.focus\:bg-orange-50\/20:focus {
  background-color: rgb(255 247 237 / 0.2);
}

.focus\:bg-orange-50\/25:focus {
  background-color: rgb(255 247 237 / 0.25);
}

.focus\:bg-orange-50\/30:focus {
  background-color: rgb(255 247 237 / 0.3);
}

.focus\:bg-orange-50\/40:focus {
  background-color: rgb(255 247 237 / 0.4);
}

.focus\:bg-orange-50\/5:focus {
  background-color: rgb(255 247 237 / 0.05);
}

.focus\:bg-orange-50\/50:focus {
  background-color: rgb(255 247 237 / 0.5);
}

.focus\:bg-orange-50\/60:focus {
  background-color: rgb(255 247 237 / 0.6);
}

.focus\:bg-orange-50\/70:focus {
  background-color: rgb(255 247 237 / 0.7);
}

.focus\:bg-orange-50\/75:focus {
  background-color: rgb(255 247 237 / 0.75);
}

.focus\:bg-orange-50\/80:focus {
  background-color: rgb(255 247 237 / 0.8);
}

.focus\:bg-orange-50\/90:focus {
  background-color: rgb(255 247 237 / 0.9);
}

.focus\:bg-orange-50\/95:focus {
  background-color: rgb(255 247 237 / 0.95);
}

.focus\:bg-orange-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}

.focus\:bg-orange-500\/0:focus {
  background-color: rgb(249 115 22 / 0);
}

.focus\:bg-orange-500\/10:focus {
  background-color: rgb(249 115 22 / 0.1);
}

.focus\:bg-orange-500\/100:focus {
  background-color: rgb(249 115 22 / 1);
}

.focus\:bg-orange-500\/20:focus {
  background-color: rgb(249 115 22 / 0.2);
}

.focus\:bg-orange-500\/25:focus {
  background-color: rgb(249 115 22 / 0.25);
}

.focus\:bg-orange-500\/30:focus {
  background-color: rgb(249 115 22 / 0.3);
}

.focus\:bg-orange-500\/40:focus {
  background-color: rgb(249 115 22 / 0.4);
}

.focus\:bg-orange-500\/5:focus {
  background-color: rgb(249 115 22 / 0.05);
}

.focus\:bg-orange-500\/50:focus {
  background-color: rgb(249 115 22 / 0.5);
}

.focus\:bg-orange-500\/60:focus {
  background-color: rgb(249 115 22 / 0.6);
}

.focus\:bg-orange-500\/70:focus {
  background-color: rgb(249 115 22 / 0.7);
}

.focus\:bg-orange-500\/75:focus {
  background-color: rgb(249 115 22 / 0.75);
}

.focus\:bg-orange-500\/80:focus {
  background-color: rgb(249 115 22 / 0.8);
}

.focus\:bg-orange-500\/90:focus {
  background-color: rgb(249 115 22 / 0.9);
}

.focus\:bg-orange-500\/95:focus {
  background-color: rgb(249 115 22 / 0.95);
}

.focus\:bg-orange-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}

.focus\:bg-orange-600\/0:focus {
  background-color: rgb(234 88 12 / 0);
}

.focus\:bg-orange-600\/10:focus {
  background-color: rgb(234 88 12 / 0.1);
}

.focus\:bg-orange-600\/100:focus {
  background-color: rgb(234 88 12 / 1);
}

.focus\:bg-orange-600\/20:focus {
  background-color: rgb(234 88 12 / 0.2);
}

.focus\:bg-orange-600\/25:focus {
  background-color: rgb(234 88 12 / 0.25);
}

.focus\:bg-orange-600\/30:focus {
  background-color: rgb(234 88 12 / 0.3);
}

.focus\:bg-orange-600\/40:focus {
  background-color: rgb(234 88 12 / 0.4);
}

.focus\:bg-orange-600\/5:focus {
  background-color: rgb(234 88 12 / 0.05);
}

.focus\:bg-orange-600\/50:focus {
  background-color: rgb(234 88 12 / 0.5);
}

.focus\:bg-orange-600\/60:focus {
  background-color: rgb(234 88 12 / 0.6);
}

.focus\:bg-orange-600\/70:focus {
  background-color: rgb(234 88 12 / 0.7);
}

.focus\:bg-orange-600\/75:focus {
  background-color: rgb(234 88 12 / 0.75);
}

.focus\:bg-orange-600\/80:focus {
  background-color: rgb(234 88 12 / 0.8);
}

.focus\:bg-orange-600\/90:focus {
  background-color: rgb(234 88 12 / 0.9);
}

.focus\:bg-orange-600\/95:focus {
  background-color: rgb(234 88 12 / 0.95);
}

.focus\:bg-orange-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity));
}

.focus\:bg-orange-700\/0:focus {
  background-color: rgb(194 65 12 / 0);
}

.focus\:bg-orange-700\/10:focus {
  background-color: rgb(194 65 12 / 0.1);
}

.focus\:bg-orange-700\/100:focus {
  background-color: rgb(194 65 12 / 1);
}

.focus\:bg-orange-700\/20:focus {
  background-color: rgb(194 65 12 / 0.2);
}

.focus\:bg-orange-700\/25:focus {
  background-color: rgb(194 65 12 / 0.25);
}

.focus\:bg-orange-700\/30:focus {
  background-color: rgb(194 65 12 / 0.3);
}

.focus\:bg-orange-700\/40:focus {
  background-color: rgb(194 65 12 / 0.4);
}

.focus\:bg-orange-700\/5:focus {
  background-color: rgb(194 65 12 / 0.05);
}

.focus\:bg-orange-700\/50:focus {
  background-color: rgb(194 65 12 / 0.5);
}

.focus\:bg-orange-700\/60:focus {
  background-color: rgb(194 65 12 / 0.6);
}

.focus\:bg-orange-700\/70:focus {
  background-color: rgb(194 65 12 / 0.7);
}

.focus\:bg-orange-700\/75:focus {
  background-color: rgb(194 65 12 / 0.75);
}

.focus\:bg-orange-700\/80:focus {
  background-color: rgb(194 65 12 / 0.8);
}

.focus\:bg-orange-700\/90:focus {
  background-color: rgb(194 65 12 / 0.9);
}

.focus\:bg-orange-700\/95:focus {
  background-color: rgb(194 65 12 / 0.95);
}

.focus\:bg-orange-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity));
}

.focus\:bg-orange-800\/0:focus {
  background-color: rgb(154 52 18 / 0);
}

.focus\:bg-orange-800\/10:focus {
  background-color: rgb(154 52 18 / 0.1);
}

.focus\:bg-orange-800\/100:focus {
  background-color: rgb(154 52 18 / 1);
}

.focus\:bg-orange-800\/20:focus {
  background-color: rgb(154 52 18 / 0.2);
}

.focus\:bg-orange-800\/25:focus {
  background-color: rgb(154 52 18 / 0.25);
}

.focus\:bg-orange-800\/30:focus {
  background-color: rgb(154 52 18 / 0.3);
}

.focus\:bg-orange-800\/40:focus {
  background-color: rgb(154 52 18 / 0.4);
}

.focus\:bg-orange-800\/5:focus {
  background-color: rgb(154 52 18 / 0.05);
}

.focus\:bg-orange-800\/50:focus {
  background-color: rgb(154 52 18 / 0.5);
}

.focus\:bg-orange-800\/60:focus {
  background-color: rgb(154 52 18 / 0.6);
}

.focus\:bg-orange-800\/70:focus {
  background-color: rgb(154 52 18 / 0.7);
}

.focus\:bg-orange-800\/75:focus {
  background-color: rgb(154 52 18 / 0.75);
}

.focus\:bg-orange-800\/80:focus {
  background-color: rgb(154 52 18 / 0.8);
}

.focus\:bg-orange-800\/90:focus {
  background-color: rgb(154 52 18 / 0.9);
}

.focus\:bg-orange-800\/95:focus {
  background-color: rgb(154 52 18 / 0.95);
}

.focus\:bg-orange-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity));
}

.focus\:bg-orange-900\/0:focus {
  background-color: rgb(124 45 18 / 0);
}

.focus\:bg-orange-900\/10:focus {
  background-color: rgb(124 45 18 / 0.1);
}

.focus\:bg-orange-900\/100:focus {
  background-color: rgb(124 45 18 / 1);
}

.focus\:bg-orange-900\/20:focus {
  background-color: rgb(124 45 18 / 0.2);
}

.focus\:bg-orange-900\/25:focus {
  background-color: rgb(124 45 18 / 0.25);
}

.focus\:bg-orange-900\/30:focus {
  background-color: rgb(124 45 18 / 0.3);
}

.focus\:bg-orange-900\/40:focus {
  background-color: rgb(124 45 18 / 0.4);
}

.focus\:bg-orange-900\/5:focus {
  background-color: rgb(124 45 18 / 0.05);
}

.focus\:bg-orange-900\/50:focus {
  background-color: rgb(124 45 18 / 0.5);
}

.focus\:bg-orange-900\/60:focus {
  background-color: rgb(124 45 18 / 0.6);
}

.focus\:bg-orange-900\/70:focus {
  background-color: rgb(124 45 18 / 0.7);
}

.focus\:bg-orange-900\/75:focus {
  background-color: rgb(124 45 18 / 0.75);
}

.focus\:bg-orange-900\/80:focus {
  background-color: rgb(124 45 18 / 0.8);
}

.focus\:bg-orange-900\/90:focus {
  background-color: rgb(124 45 18 / 0.9);
}

.focus\:bg-orange-900\/95:focus {
  background-color: rgb(124 45 18 / 0.95);
}

.focus\:bg-orange-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(67 20 7 / var(--tw-bg-opacity));
}

.focus\:bg-orange-950\/0:focus {
  background-color: rgb(67 20 7 / 0);
}

.focus\:bg-orange-950\/10:focus {
  background-color: rgb(67 20 7 / 0.1);
}

.focus\:bg-orange-950\/100:focus {
  background-color: rgb(67 20 7 / 1);
}

.focus\:bg-orange-950\/20:focus {
  background-color: rgb(67 20 7 / 0.2);
}

.focus\:bg-orange-950\/25:focus {
  background-color: rgb(67 20 7 / 0.25);
}

.focus\:bg-orange-950\/30:focus {
  background-color: rgb(67 20 7 / 0.3);
}

.focus\:bg-orange-950\/40:focus {
  background-color: rgb(67 20 7 / 0.4);
}

.focus\:bg-orange-950\/5:focus {
  background-color: rgb(67 20 7 / 0.05);
}

.focus\:bg-orange-950\/50:focus {
  background-color: rgb(67 20 7 / 0.5);
}

.focus\:bg-orange-950\/60:focus {
  background-color: rgb(67 20 7 / 0.6);
}

.focus\:bg-orange-950\/70:focus {
  background-color: rgb(67 20 7 / 0.7);
}

.focus\:bg-orange-950\/75:focus {
  background-color: rgb(67 20 7 / 0.75);
}

.focus\:bg-orange-950\/80:focus {
  background-color: rgb(67 20 7 / 0.8);
}

.focus\:bg-orange-950\/90:focus {
  background-color: rgb(67 20 7 / 0.9);
}

.focus\:bg-orange-950\/95:focus {
  background-color: rgb(67 20 7 / 0.95);
}

.focus\:bg-ozc-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 239 235 / var(--tw-bg-opacity));
}

.focus\:bg-ozc-100\/0:focus {
  background-color: rgb(255 239 235 / 0);
}

.focus\:bg-ozc-100\/10:focus {
  background-color: rgb(255 239 235 / 0.1);
}

.focus\:bg-ozc-100\/100:focus {
  background-color: rgb(255 239 235 / 1);
}

.focus\:bg-ozc-100\/20:focus {
  background-color: rgb(255 239 235 / 0.2);
}

.focus\:bg-ozc-100\/25:focus {
  background-color: rgb(255 239 235 / 0.25);
}

.focus\:bg-ozc-100\/30:focus {
  background-color: rgb(255 239 235 / 0.3);
}

.focus\:bg-ozc-100\/40:focus {
  background-color: rgb(255 239 235 / 0.4);
}

.focus\:bg-ozc-100\/5:focus {
  background-color: rgb(255 239 235 / 0.05);
}

.focus\:bg-ozc-100\/50:focus {
  background-color: rgb(255 239 235 / 0.5);
}

.focus\:bg-ozc-100\/60:focus {
  background-color: rgb(255 239 235 / 0.6);
}

.focus\:bg-ozc-100\/70:focus {
  background-color: rgb(255 239 235 / 0.7);
}

.focus\:bg-ozc-100\/75:focus {
  background-color: rgb(255 239 235 / 0.75);
}

.focus\:bg-ozc-100\/80:focus {
  background-color: rgb(255 239 235 / 0.8);
}

.focus\:bg-ozc-100\/90:focus {
  background-color: rgb(255 239 235 / 0.9);
}

.focus\:bg-ozc-100\/95:focus {
  background-color: rgb(255 239 235 / 0.95);
}

.focus\:bg-ozc-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(253 225 222 / var(--tw-bg-opacity));
}

.focus\:bg-ozc-200\/0:focus {
  background-color: rgb(253 225 222 / 0);
}

.focus\:bg-ozc-200\/10:focus {
  background-color: rgb(253 225 222 / 0.1);
}

.focus\:bg-ozc-200\/100:focus {
  background-color: rgb(253 225 222 / 1);
}

.focus\:bg-ozc-200\/20:focus {
  background-color: rgb(253 225 222 / 0.2);
}

.focus\:bg-ozc-200\/25:focus {
  background-color: rgb(253 225 222 / 0.25);
}

.focus\:bg-ozc-200\/30:focus {
  background-color: rgb(253 225 222 / 0.3);
}

.focus\:bg-ozc-200\/40:focus {
  background-color: rgb(253 225 222 / 0.4);
}

.focus\:bg-ozc-200\/5:focus {
  background-color: rgb(253 225 222 / 0.05);
}

.focus\:bg-ozc-200\/50:focus {
  background-color: rgb(253 225 222 / 0.5);
}

.focus\:bg-ozc-200\/60:focus {
  background-color: rgb(253 225 222 / 0.6);
}

.focus\:bg-ozc-200\/70:focus {
  background-color: rgb(253 225 222 / 0.7);
}

.focus\:bg-ozc-200\/75:focus {
  background-color: rgb(253 225 222 / 0.75);
}

.focus\:bg-ozc-200\/80:focus {
  background-color: rgb(253 225 222 / 0.8);
}

.focus\:bg-ozc-200\/90:focus {
  background-color: rgb(253 225 222 / 0.9);
}

.focus\:bg-ozc-200\/95:focus {
  background-color: rgb(253 225 222 / 0.95);
}

.focus\:bg-ozc-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(248 181 181 / var(--tw-bg-opacity));
}

.focus\:bg-ozc-300\/0:focus {
  background-color: rgb(248 181 181 / 0);
}

.focus\:bg-ozc-300\/10:focus {
  background-color: rgb(248 181 181 / 0.1);
}

.focus\:bg-ozc-300\/100:focus {
  background-color: rgb(248 181 181 / 1);
}

.focus\:bg-ozc-300\/20:focus {
  background-color: rgb(248 181 181 / 0.2);
}

.focus\:bg-ozc-300\/25:focus {
  background-color: rgb(248 181 181 / 0.25);
}

.focus\:bg-ozc-300\/30:focus {
  background-color: rgb(248 181 181 / 0.3);
}

.focus\:bg-ozc-300\/40:focus {
  background-color: rgb(248 181 181 / 0.4);
}

.focus\:bg-ozc-300\/5:focus {
  background-color: rgb(248 181 181 / 0.05);
}

.focus\:bg-ozc-300\/50:focus {
  background-color: rgb(248 181 181 / 0.5);
}

.focus\:bg-ozc-300\/60:focus {
  background-color: rgb(248 181 181 / 0.6);
}

.focus\:bg-ozc-300\/70:focus {
  background-color: rgb(248 181 181 / 0.7);
}

.focus\:bg-ozc-300\/75:focus {
  background-color: rgb(248 181 181 / 0.75);
}

.focus\:bg-ozc-300\/80:focus {
  background-color: rgb(248 181 181 / 0.8);
}

.focus\:bg-ozc-300\/90:focus {
  background-color: rgb(248 181 181 / 0.9);
}

.focus\:bg-ozc-300\/95:focus {
  background-color: rgb(248 181 181 / 0.95);
}

.focus\:bg-ozc-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(250 189 173 / var(--tw-bg-opacity));
}

.focus\:bg-ozc-400\/0:focus {
  background-color: rgb(250 189 173 / 0);
}

.focus\:bg-ozc-400\/10:focus {
  background-color: rgb(250 189 173 / 0.1);
}

.focus\:bg-ozc-400\/100:focus {
  background-color: rgb(250 189 173 / 1);
}

.focus\:bg-ozc-400\/20:focus {
  background-color: rgb(250 189 173 / 0.2);
}

.focus\:bg-ozc-400\/25:focus {
  background-color: rgb(250 189 173 / 0.25);
}

.focus\:bg-ozc-400\/30:focus {
  background-color: rgb(250 189 173 / 0.3);
}

.focus\:bg-ozc-400\/40:focus {
  background-color: rgb(250 189 173 / 0.4);
}

.focus\:bg-ozc-400\/5:focus {
  background-color: rgb(250 189 173 / 0.05);
}

.focus\:bg-ozc-400\/50:focus {
  background-color: rgb(250 189 173 / 0.5);
}

.focus\:bg-ozc-400\/60:focus {
  background-color: rgb(250 189 173 / 0.6);
}

.focus\:bg-ozc-400\/70:focus {
  background-color: rgb(250 189 173 / 0.7);
}

.focus\:bg-ozc-400\/75:focus {
  background-color: rgb(250 189 173 / 0.75);
}

.focus\:bg-ozc-400\/80:focus {
  background-color: rgb(250 189 173 / 0.8);
}

.focus\:bg-ozc-400\/90:focus {
  background-color: rgb(250 189 173 / 0.9);
}

.focus\:bg-ozc-400\/95:focus {
  background-color: rgb(250 189 173 / 0.95);
}

.focus\:bg-ozc-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 232 / var(--tw-bg-opacity));
}

.focus\:bg-ozc-50\/0:focus {
  background-color: rgb(254 243 232 / 0);
}

.focus\:bg-ozc-50\/10:focus {
  background-color: rgb(254 243 232 / 0.1);
}

.focus\:bg-ozc-50\/100:focus {
  background-color: rgb(254 243 232 / 1);
}

.focus\:bg-ozc-50\/20:focus {
  background-color: rgb(254 243 232 / 0.2);
}

.focus\:bg-ozc-50\/25:focus {
  background-color: rgb(254 243 232 / 0.25);
}

.focus\:bg-ozc-50\/30:focus {
  background-color: rgb(254 243 232 / 0.3);
}

.focus\:bg-ozc-50\/40:focus {
  background-color: rgb(254 243 232 / 0.4);
}

.focus\:bg-ozc-50\/5:focus {
  background-color: rgb(254 243 232 / 0.05);
}

.focus\:bg-ozc-50\/50:focus {
  background-color: rgb(254 243 232 / 0.5);
}

.focus\:bg-ozc-50\/60:focus {
  background-color: rgb(254 243 232 / 0.6);
}

.focus\:bg-ozc-50\/70:focus {
  background-color: rgb(254 243 232 / 0.7);
}

.focus\:bg-ozc-50\/75:focus {
  background-color: rgb(254 243 232 / 0.75);
}

.focus\:bg-ozc-50\/80:focus {
  background-color: rgb(254 243 232 / 0.8);
}

.focus\:bg-ozc-50\/90:focus {
  background-color: rgb(254 243 232 / 0.9);
}

.focus\:bg-ozc-50\/95:focus {
  background-color: rgb(254 243 232 / 0.95);
}

.focus\:bg-ozc-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 110 96 / var(--tw-bg-opacity));
}

.focus\:bg-ozc-500\/0:focus {
  background-color: rgb(255 110 96 / 0);
}

.focus\:bg-ozc-500\/10:focus {
  background-color: rgb(255 110 96 / 0.1);
}

.focus\:bg-ozc-500\/100:focus {
  background-color: rgb(255 110 96 / 1);
}

.focus\:bg-ozc-500\/20:focus {
  background-color: rgb(255 110 96 / 0.2);
}

.focus\:bg-ozc-500\/25:focus {
  background-color: rgb(255 110 96 / 0.25);
}

.focus\:bg-ozc-500\/30:focus {
  background-color: rgb(255 110 96 / 0.3);
}

.focus\:bg-ozc-500\/40:focus {
  background-color: rgb(255 110 96 / 0.4);
}

.focus\:bg-ozc-500\/5:focus {
  background-color: rgb(255 110 96 / 0.05);
}

.focus\:bg-ozc-500\/50:focus {
  background-color: rgb(255 110 96 / 0.5);
}

.focus\:bg-ozc-500\/60:focus {
  background-color: rgb(255 110 96 / 0.6);
}

.focus\:bg-ozc-500\/70:focus {
  background-color: rgb(255 110 96 / 0.7);
}

.focus\:bg-ozc-500\/75:focus {
  background-color: rgb(255 110 96 / 0.75);
}

.focus\:bg-ozc-500\/80:focus {
  background-color: rgb(255 110 96 / 0.8);
}

.focus\:bg-ozc-500\/90:focus {
  background-color: rgb(255 110 96 / 0.9);
}

.focus\:bg-ozc-500\/95:focus {
  background-color: rgb(255 110 96 / 0.95);
}

.focus\:bg-ozc-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(249 169 140 / var(--tw-bg-opacity));
}

.focus\:bg-ozc-600\/0:focus {
  background-color: rgb(249 169 140 / 0);
}

.focus\:bg-ozc-600\/10:focus {
  background-color: rgb(249 169 140 / 0.1);
}

.focus\:bg-ozc-600\/100:focus {
  background-color: rgb(249 169 140 / 1);
}

.focus\:bg-ozc-600\/20:focus {
  background-color: rgb(249 169 140 / 0.2);
}

.focus\:bg-ozc-600\/25:focus {
  background-color: rgb(249 169 140 / 0.25);
}

.focus\:bg-ozc-600\/30:focus {
  background-color: rgb(249 169 140 / 0.3);
}

.focus\:bg-ozc-600\/40:focus {
  background-color: rgb(249 169 140 / 0.4);
}

.focus\:bg-ozc-600\/5:focus {
  background-color: rgb(249 169 140 / 0.05);
}

.focus\:bg-ozc-600\/50:focus {
  background-color: rgb(249 169 140 / 0.5);
}

.focus\:bg-ozc-600\/60:focus {
  background-color: rgb(249 169 140 / 0.6);
}

.focus\:bg-ozc-600\/70:focus {
  background-color: rgb(249 169 140 / 0.7);
}

.focus\:bg-ozc-600\/75:focus {
  background-color: rgb(249 169 140 / 0.75);
}

.focus\:bg-ozc-600\/80:focus {
  background-color: rgb(249 169 140 / 0.8);
}

.focus\:bg-ozc-600\/90:focus {
  background-color: rgb(249 169 140 / 0.9);
}

.focus\:bg-ozc-600\/95:focus {
  background-color: rgb(249 169 140 / 0.95);
}

.focus\:bg-ozc-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(246 148 114 / var(--tw-bg-opacity));
}

.focus\:bg-ozc-700\/0:focus {
  background-color: rgb(246 148 114 / 0);
}

.focus\:bg-ozc-700\/10:focus {
  background-color: rgb(246 148 114 / 0.1);
}

.focus\:bg-ozc-700\/100:focus {
  background-color: rgb(246 148 114 / 1);
}

.focus\:bg-ozc-700\/20:focus {
  background-color: rgb(246 148 114 / 0.2);
}

.focus\:bg-ozc-700\/25:focus {
  background-color: rgb(246 148 114 / 0.25);
}

.focus\:bg-ozc-700\/30:focus {
  background-color: rgb(246 148 114 / 0.3);
}

.focus\:bg-ozc-700\/40:focus {
  background-color: rgb(246 148 114 / 0.4);
}

.focus\:bg-ozc-700\/5:focus {
  background-color: rgb(246 148 114 / 0.05);
}

.focus\:bg-ozc-700\/50:focus {
  background-color: rgb(246 148 114 / 0.5);
}

.focus\:bg-ozc-700\/60:focus {
  background-color: rgb(246 148 114 / 0.6);
}

.focus\:bg-ozc-700\/70:focus {
  background-color: rgb(246 148 114 / 0.7);
}

.focus\:bg-ozc-700\/75:focus {
  background-color: rgb(246 148 114 / 0.75);
}

.focus\:bg-ozc-700\/80:focus {
  background-color: rgb(246 148 114 / 0.8);
}

.focus\:bg-ozc-700\/90:focus {
  background-color: rgb(246 148 114 / 0.9);
}

.focus\:bg-ozc-700\/95:focus {
  background-color: rgb(246 148 114 / 0.95);
}

.focus\:bg-ozc-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(245 144 136 / var(--tw-bg-opacity));
}

.focus\:bg-ozc-800\/0:focus {
  background-color: rgb(245 144 136 / 0);
}

.focus\:bg-ozc-800\/10:focus {
  background-color: rgb(245 144 136 / 0.1);
}

.focus\:bg-ozc-800\/100:focus {
  background-color: rgb(245 144 136 / 1);
}

.focus\:bg-ozc-800\/20:focus {
  background-color: rgb(245 144 136 / 0.2);
}

.focus\:bg-ozc-800\/25:focus {
  background-color: rgb(245 144 136 / 0.25);
}

.focus\:bg-ozc-800\/30:focus {
  background-color: rgb(245 144 136 / 0.3);
}

.focus\:bg-ozc-800\/40:focus {
  background-color: rgb(245 144 136 / 0.4);
}

.focus\:bg-ozc-800\/5:focus {
  background-color: rgb(245 144 136 / 0.05);
}

.focus\:bg-ozc-800\/50:focus {
  background-color: rgb(245 144 136 / 0.5);
}

.focus\:bg-ozc-800\/60:focus {
  background-color: rgb(245 144 136 / 0.6);
}

.focus\:bg-ozc-800\/70:focus {
  background-color: rgb(245 144 136 / 0.7);
}

.focus\:bg-ozc-800\/75:focus {
  background-color: rgb(245 144 136 / 0.75);
}

.focus\:bg-ozc-800\/80:focus {
  background-color: rgb(245 144 136 / 0.8);
}

.focus\:bg-ozc-800\/90:focus {
  background-color: rgb(245 144 136 / 0.9);
}

.focus\:bg-ozc-800\/95:focus {
  background-color: rgb(245 144 136 / 0.95);
}

.focus\:bg-ozc-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(243 121 124 / var(--tw-bg-opacity));
}

.focus\:bg-ozc-900\/0:focus {
  background-color: rgb(243 121 124 / 0);
}

.focus\:bg-ozc-900\/10:focus {
  background-color: rgb(243 121 124 / 0.1);
}

.focus\:bg-ozc-900\/100:focus {
  background-color: rgb(243 121 124 / 1);
}

.focus\:bg-ozc-900\/20:focus {
  background-color: rgb(243 121 124 / 0.2);
}

.focus\:bg-ozc-900\/25:focus {
  background-color: rgb(243 121 124 / 0.25);
}

.focus\:bg-ozc-900\/30:focus {
  background-color: rgb(243 121 124 / 0.3);
}

.focus\:bg-ozc-900\/40:focus {
  background-color: rgb(243 121 124 / 0.4);
}

.focus\:bg-ozc-900\/5:focus {
  background-color: rgb(243 121 124 / 0.05);
}

.focus\:bg-ozc-900\/50:focus {
  background-color: rgb(243 121 124 / 0.5);
}

.focus\:bg-ozc-900\/60:focus {
  background-color: rgb(243 121 124 / 0.6);
}

.focus\:bg-ozc-900\/70:focus {
  background-color: rgb(243 121 124 / 0.7);
}

.focus\:bg-ozc-900\/75:focus {
  background-color: rgb(243 121 124 / 0.75);
}

.focus\:bg-ozc-900\/80:focus {
  background-color: rgb(243 121 124 / 0.8);
}

.focus\:bg-ozc-900\/90:focus {
  background-color: rgb(243 121 124 / 0.9);
}

.focus\:bg-ozc-900\/95:focus {
  background-color: rgb(243 121 124 / 0.95);
}

.focus\:bg-ozc-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(42 45 51 / var(--tw-bg-opacity));
}

.focus\:bg-ozc-950\/0:focus {
  background-color: rgb(42 45 51 / 0);
}

.focus\:bg-ozc-950\/10:focus {
  background-color: rgb(42 45 51 / 0.1);
}

.focus\:bg-ozc-950\/100:focus {
  background-color: rgb(42 45 51 / 1);
}

.focus\:bg-ozc-950\/20:focus {
  background-color: rgb(42 45 51 / 0.2);
}

.focus\:bg-ozc-950\/25:focus {
  background-color: rgb(42 45 51 / 0.25);
}

.focus\:bg-ozc-950\/30:focus {
  background-color: rgb(42 45 51 / 0.3);
}

.focus\:bg-ozc-950\/40:focus {
  background-color: rgb(42 45 51 / 0.4);
}

.focus\:bg-ozc-950\/5:focus {
  background-color: rgb(42 45 51 / 0.05);
}

.focus\:bg-ozc-950\/50:focus {
  background-color: rgb(42 45 51 / 0.5);
}

.focus\:bg-ozc-950\/60:focus {
  background-color: rgb(42 45 51 / 0.6);
}

.focus\:bg-ozc-950\/70:focus {
  background-color: rgb(42 45 51 / 0.7);
}

.focus\:bg-ozc-950\/75:focus {
  background-color: rgb(42 45 51 / 0.75);
}

.focus\:bg-ozc-950\/80:focus {
  background-color: rgb(42 45 51 / 0.8);
}

.focus\:bg-ozc-950\/90:focus {
  background-color: rgb(42 45 51 / 0.9);
}

.focus\:bg-ozc-950\/95:focus {
  background-color: rgb(42 45 51 / 0.95);
}

.focus\:bg-ozc-alt-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 230 / var(--tw-bg-opacity));
}

.focus\:bg-ozc-alt-100\/0:focus {
  background-color: rgb(255 250 230 / 0);
}

.focus\:bg-ozc-alt-100\/10:focus {
  background-color: rgb(255 250 230 / 0.1);
}

.focus\:bg-ozc-alt-100\/100:focus {
  background-color: rgb(255 250 230 / 1);
}

.focus\:bg-ozc-alt-100\/20:focus {
  background-color: rgb(255 250 230 / 0.2);
}

.focus\:bg-ozc-alt-100\/25:focus {
  background-color: rgb(255 250 230 / 0.25);
}

.focus\:bg-ozc-alt-100\/30:focus {
  background-color: rgb(255 250 230 / 0.3);
}

.focus\:bg-ozc-alt-100\/40:focus {
  background-color: rgb(255 250 230 / 0.4);
}

.focus\:bg-ozc-alt-100\/5:focus {
  background-color: rgb(255 250 230 / 0.05);
}

.focus\:bg-ozc-alt-100\/50:focus {
  background-color: rgb(255 250 230 / 0.5);
}

.focus\:bg-ozc-alt-100\/60:focus {
  background-color: rgb(255 250 230 / 0.6);
}

.focus\:bg-ozc-alt-100\/70:focus {
  background-color: rgb(255 250 230 / 0.7);
}

.focus\:bg-ozc-alt-100\/75:focus {
  background-color: rgb(255 250 230 / 0.75);
}

.focus\:bg-ozc-alt-100\/80:focus {
  background-color: rgb(255 250 230 / 0.8);
}

.focus\:bg-ozc-alt-100\/90:focus {
  background-color: rgb(255 250 230 / 0.9);
}

.focus\:bg-ozc-alt-100\/95:focus {
  background-color: rgb(255 250 230 / 0.95);
}

.focus\:bg-ozc-alt-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 242 193 / var(--tw-bg-opacity));
}

.focus\:bg-ozc-alt-200\/0:focus {
  background-color: rgb(255 242 193 / 0);
}

.focus\:bg-ozc-alt-200\/10:focus {
  background-color: rgb(255 242 193 / 0.1);
}

.focus\:bg-ozc-alt-200\/100:focus {
  background-color: rgb(255 242 193 / 1);
}

.focus\:bg-ozc-alt-200\/20:focus {
  background-color: rgb(255 242 193 / 0.2);
}

.focus\:bg-ozc-alt-200\/25:focus {
  background-color: rgb(255 242 193 / 0.25);
}

.focus\:bg-ozc-alt-200\/30:focus {
  background-color: rgb(255 242 193 / 0.3);
}

.focus\:bg-ozc-alt-200\/40:focus {
  background-color: rgb(255 242 193 / 0.4);
}

.focus\:bg-ozc-alt-200\/5:focus {
  background-color: rgb(255 242 193 / 0.05);
}

.focus\:bg-ozc-alt-200\/50:focus {
  background-color: rgb(255 242 193 / 0.5);
}

.focus\:bg-ozc-alt-200\/60:focus {
  background-color: rgb(255 242 193 / 0.6);
}

.focus\:bg-ozc-alt-200\/70:focus {
  background-color: rgb(255 242 193 / 0.7);
}

.focus\:bg-ozc-alt-200\/75:focus {
  background-color: rgb(255 242 193 / 0.75);
}

.focus\:bg-ozc-alt-200\/80:focus {
  background-color: rgb(255 242 193 / 0.8);
}

.focus\:bg-ozc-alt-200\/90:focus {
  background-color: rgb(255 242 193 / 0.9);
}

.focus\:bg-ozc-alt-200\/95:focus {
  background-color: rgb(255 242 193 / 0.95);
}

.focus\:bg-ozc-alt-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 235 155 / var(--tw-bg-opacity));
}

.focus\:bg-ozc-alt-300\/0:focus {
  background-color: rgb(255 235 155 / 0);
}

.focus\:bg-ozc-alt-300\/10:focus {
  background-color: rgb(255 235 155 / 0.1);
}

.focus\:bg-ozc-alt-300\/100:focus {
  background-color: rgb(255 235 155 / 1);
}

.focus\:bg-ozc-alt-300\/20:focus {
  background-color: rgb(255 235 155 / 0.2);
}

.focus\:bg-ozc-alt-300\/25:focus {
  background-color: rgb(255 235 155 / 0.25);
}

.focus\:bg-ozc-alt-300\/30:focus {
  background-color: rgb(255 235 155 / 0.3);
}

.focus\:bg-ozc-alt-300\/40:focus {
  background-color: rgb(255 235 155 / 0.4);
}

.focus\:bg-ozc-alt-300\/5:focus {
  background-color: rgb(255 235 155 / 0.05);
}

.focus\:bg-ozc-alt-300\/50:focus {
  background-color: rgb(255 235 155 / 0.5);
}

.focus\:bg-ozc-alt-300\/60:focus {
  background-color: rgb(255 235 155 / 0.6);
}

.focus\:bg-ozc-alt-300\/70:focus {
  background-color: rgb(255 235 155 / 0.7);
}

.focus\:bg-ozc-alt-300\/75:focus {
  background-color: rgb(255 235 155 / 0.75);
}

.focus\:bg-ozc-alt-300\/80:focus {
  background-color: rgb(255 235 155 / 0.8);
}

.focus\:bg-ozc-alt-300\/90:focus {
  background-color: rgb(255 235 155 / 0.9);
}

.focus\:bg-ozc-alt-300\/95:focus {
  background-color: rgb(255 235 155 / 0.95);
}

.focus\:bg-ozc-alt-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 219 80 / var(--tw-bg-opacity));
}

.focus\:bg-ozc-alt-400\/0:focus {
  background-color: rgb(255 219 80 / 0);
}

.focus\:bg-ozc-alt-400\/10:focus {
  background-color: rgb(255 219 80 / 0.1);
}

.focus\:bg-ozc-alt-400\/100:focus {
  background-color: rgb(255 219 80 / 1);
}

.focus\:bg-ozc-alt-400\/20:focus {
  background-color: rgb(255 219 80 / 0.2);
}

.focus\:bg-ozc-alt-400\/25:focus {
  background-color: rgb(255 219 80 / 0.25);
}

.focus\:bg-ozc-alt-400\/30:focus {
  background-color: rgb(255 219 80 / 0.3);
}

.focus\:bg-ozc-alt-400\/40:focus {
  background-color: rgb(255 219 80 / 0.4);
}

.focus\:bg-ozc-alt-400\/5:focus {
  background-color: rgb(255 219 80 / 0.05);
}

.focus\:bg-ozc-alt-400\/50:focus {
  background-color: rgb(255 219 80 / 0.5);
}

.focus\:bg-ozc-alt-400\/60:focus {
  background-color: rgb(255 219 80 / 0.6);
}

.focus\:bg-ozc-alt-400\/70:focus {
  background-color: rgb(255 219 80 / 0.7);
}

.focus\:bg-ozc-alt-400\/75:focus {
  background-color: rgb(255 219 80 / 0.75);
}

.focus\:bg-ozc-alt-400\/80:focus {
  background-color: rgb(255 219 80 / 0.8);
}

.focus\:bg-ozc-alt-400\/90:focus {
  background-color: rgb(255 219 80 / 0.9);
}

.focus\:bg-ozc-alt-400\/95:focus {
  background-color: rgb(255 219 80 / 0.95);
}

.focus\:bg-ozc-alt-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 252 243 / var(--tw-bg-opacity));
}

.focus\:bg-ozc-alt-50\/0:focus {
  background-color: rgb(255 252 243 / 0);
}

.focus\:bg-ozc-alt-50\/10:focus {
  background-color: rgb(255 252 243 / 0.1);
}

.focus\:bg-ozc-alt-50\/100:focus {
  background-color: rgb(255 252 243 / 1);
}

.focus\:bg-ozc-alt-50\/20:focus {
  background-color: rgb(255 252 243 / 0.2);
}

.focus\:bg-ozc-alt-50\/25:focus {
  background-color: rgb(255 252 243 / 0.25);
}

.focus\:bg-ozc-alt-50\/30:focus {
  background-color: rgb(255 252 243 / 0.3);
}

.focus\:bg-ozc-alt-50\/40:focus {
  background-color: rgb(255 252 243 / 0.4);
}

.focus\:bg-ozc-alt-50\/5:focus {
  background-color: rgb(255 252 243 / 0.05);
}

.focus\:bg-ozc-alt-50\/50:focus {
  background-color: rgb(255 252 243 / 0.5);
}

.focus\:bg-ozc-alt-50\/60:focus {
  background-color: rgb(255 252 243 / 0.6);
}

.focus\:bg-ozc-alt-50\/70:focus {
  background-color: rgb(255 252 243 / 0.7);
}

.focus\:bg-ozc-alt-50\/75:focus {
  background-color: rgb(255 252 243 / 0.75);
}

.focus\:bg-ozc-alt-50\/80:focus {
  background-color: rgb(255 252 243 / 0.8);
}

.focus\:bg-ozc-alt-50\/90:focus {
  background-color: rgb(255 252 243 / 0.9);
}

.focus\:bg-ozc-alt-50\/95:focus {
  background-color: rgb(255 252 243 / 0.95);
}

.focus\:bg-ozc-alt-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 204 5 / var(--tw-bg-opacity));
}

.focus\:bg-ozc-alt-500\/0:focus {
  background-color: rgb(255 204 5 / 0);
}

.focus\:bg-ozc-alt-500\/10:focus {
  background-color: rgb(255 204 5 / 0.1);
}

.focus\:bg-ozc-alt-500\/100:focus {
  background-color: rgb(255 204 5 / 1);
}

.focus\:bg-ozc-alt-500\/20:focus {
  background-color: rgb(255 204 5 / 0.2);
}

.focus\:bg-ozc-alt-500\/25:focus {
  background-color: rgb(255 204 5 / 0.25);
}

.focus\:bg-ozc-alt-500\/30:focus {
  background-color: rgb(255 204 5 / 0.3);
}

.focus\:bg-ozc-alt-500\/40:focus {
  background-color: rgb(255 204 5 / 0.4);
}

.focus\:bg-ozc-alt-500\/5:focus {
  background-color: rgb(255 204 5 / 0.05);
}

.focus\:bg-ozc-alt-500\/50:focus {
  background-color: rgb(255 204 5 / 0.5);
}

.focus\:bg-ozc-alt-500\/60:focus {
  background-color: rgb(255 204 5 / 0.6);
}

.focus\:bg-ozc-alt-500\/70:focus {
  background-color: rgb(255 204 5 / 0.7);
}

.focus\:bg-ozc-alt-500\/75:focus {
  background-color: rgb(255 204 5 / 0.75);
}

.focus\:bg-ozc-alt-500\/80:focus {
  background-color: rgb(255 204 5 / 0.8);
}

.focus\:bg-ozc-alt-500\/90:focus {
  background-color: rgb(255 204 5 / 0.9);
}

.focus\:bg-ozc-alt-500\/95:focus {
  background-color: rgb(255 204 5 / 0.95);
}

.focus\:bg-ozc-alt-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(230 184 5 / var(--tw-bg-opacity));
}

.focus\:bg-ozc-alt-600\/0:focus {
  background-color: rgb(230 184 5 / 0);
}

.focus\:bg-ozc-alt-600\/10:focus {
  background-color: rgb(230 184 5 / 0.1);
}

.focus\:bg-ozc-alt-600\/100:focus {
  background-color: rgb(230 184 5 / 1);
}

.focus\:bg-ozc-alt-600\/20:focus {
  background-color: rgb(230 184 5 / 0.2);
}

.focus\:bg-ozc-alt-600\/25:focus {
  background-color: rgb(230 184 5 / 0.25);
}

.focus\:bg-ozc-alt-600\/30:focus {
  background-color: rgb(230 184 5 / 0.3);
}

.focus\:bg-ozc-alt-600\/40:focus {
  background-color: rgb(230 184 5 / 0.4);
}

.focus\:bg-ozc-alt-600\/5:focus {
  background-color: rgb(230 184 5 / 0.05);
}

.focus\:bg-ozc-alt-600\/50:focus {
  background-color: rgb(230 184 5 / 0.5);
}

.focus\:bg-ozc-alt-600\/60:focus {
  background-color: rgb(230 184 5 / 0.6);
}

.focus\:bg-ozc-alt-600\/70:focus {
  background-color: rgb(230 184 5 / 0.7);
}

.focus\:bg-ozc-alt-600\/75:focus {
  background-color: rgb(230 184 5 / 0.75);
}

.focus\:bg-ozc-alt-600\/80:focus {
  background-color: rgb(230 184 5 / 0.8);
}

.focus\:bg-ozc-alt-600\/90:focus {
  background-color: rgb(230 184 5 / 0.9);
}

.focus\:bg-ozc-alt-600\/95:focus {
  background-color: rgb(230 184 5 / 0.95);
}

.focus\:bg-ozc-alt-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(153 122 3 / var(--tw-bg-opacity));
}

.focus\:bg-ozc-alt-700\/0:focus {
  background-color: rgb(153 122 3 / 0);
}

.focus\:bg-ozc-alt-700\/10:focus {
  background-color: rgb(153 122 3 / 0.1);
}

.focus\:bg-ozc-alt-700\/100:focus {
  background-color: rgb(153 122 3 / 1);
}

.focus\:bg-ozc-alt-700\/20:focus {
  background-color: rgb(153 122 3 / 0.2);
}

.focus\:bg-ozc-alt-700\/25:focus {
  background-color: rgb(153 122 3 / 0.25);
}

.focus\:bg-ozc-alt-700\/30:focus {
  background-color: rgb(153 122 3 / 0.3);
}

.focus\:bg-ozc-alt-700\/40:focus {
  background-color: rgb(153 122 3 / 0.4);
}

.focus\:bg-ozc-alt-700\/5:focus {
  background-color: rgb(153 122 3 / 0.05);
}

.focus\:bg-ozc-alt-700\/50:focus {
  background-color: rgb(153 122 3 / 0.5);
}

.focus\:bg-ozc-alt-700\/60:focus {
  background-color: rgb(153 122 3 / 0.6);
}

.focus\:bg-ozc-alt-700\/70:focus {
  background-color: rgb(153 122 3 / 0.7);
}

.focus\:bg-ozc-alt-700\/75:focus {
  background-color: rgb(153 122 3 / 0.75);
}

.focus\:bg-ozc-alt-700\/80:focus {
  background-color: rgb(153 122 3 / 0.8);
}

.focus\:bg-ozc-alt-700\/90:focus {
  background-color: rgb(153 122 3 / 0.9);
}

.focus\:bg-ozc-alt-700\/95:focus {
  background-color: rgb(153 122 3 / 0.95);
}

.focus\:bg-ozc-alt-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(115 92 2 / var(--tw-bg-opacity));
}

.focus\:bg-ozc-alt-800\/0:focus {
  background-color: rgb(115 92 2 / 0);
}

.focus\:bg-ozc-alt-800\/10:focus {
  background-color: rgb(115 92 2 / 0.1);
}

.focus\:bg-ozc-alt-800\/100:focus {
  background-color: rgb(115 92 2 / 1);
}

.focus\:bg-ozc-alt-800\/20:focus {
  background-color: rgb(115 92 2 / 0.2);
}

.focus\:bg-ozc-alt-800\/25:focus {
  background-color: rgb(115 92 2 / 0.25);
}

.focus\:bg-ozc-alt-800\/30:focus {
  background-color: rgb(115 92 2 / 0.3);
}

.focus\:bg-ozc-alt-800\/40:focus {
  background-color: rgb(115 92 2 / 0.4);
}

.focus\:bg-ozc-alt-800\/5:focus {
  background-color: rgb(115 92 2 / 0.05);
}

.focus\:bg-ozc-alt-800\/50:focus {
  background-color: rgb(115 92 2 / 0.5);
}

.focus\:bg-ozc-alt-800\/60:focus {
  background-color: rgb(115 92 2 / 0.6);
}

.focus\:bg-ozc-alt-800\/70:focus {
  background-color: rgb(115 92 2 / 0.7);
}

.focus\:bg-ozc-alt-800\/75:focus {
  background-color: rgb(115 92 2 / 0.75);
}

.focus\:bg-ozc-alt-800\/80:focus {
  background-color: rgb(115 92 2 / 0.8);
}

.focus\:bg-ozc-alt-800\/90:focus {
  background-color: rgb(115 92 2 / 0.9);
}

.focus\:bg-ozc-alt-800\/95:focus {
  background-color: rgb(115 92 2 / 0.95);
}

.focus\:bg-ozc-alt-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(42 45 51 / var(--tw-bg-opacity));
}

.focus\:bg-ozc-alt-900\/0:focus {
  background-color: rgb(42 45 51 / 0);
}

.focus\:bg-ozc-alt-900\/10:focus {
  background-color: rgb(42 45 51 / 0.1);
}

.focus\:bg-ozc-alt-900\/100:focus {
  background-color: rgb(42 45 51 / 1);
}

.focus\:bg-ozc-alt-900\/20:focus {
  background-color: rgb(42 45 51 / 0.2);
}

.focus\:bg-ozc-alt-900\/25:focus {
  background-color: rgb(42 45 51 / 0.25);
}

.focus\:bg-ozc-alt-900\/30:focus {
  background-color: rgb(42 45 51 / 0.3);
}

.focus\:bg-ozc-alt-900\/40:focus {
  background-color: rgb(42 45 51 / 0.4);
}

.focus\:bg-ozc-alt-900\/5:focus {
  background-color: rgb(42 45 51 / 0.05);
}

.focus\:bg-ozc-alt-900\/50:focus {
  background-color: rgb(42 45 51 / 0.5);
}

.focus\:bg-ozc-alt-900\/60:focus {
  background-color: rgb(42 45 51 / 0.6);
}

.focus\:bg-ozc-alt-900\/70:focus {
  background-color: rgb(42 45 51 / 0.7);
}

.focus\:bg-ozc-alt-900\/75:focus {
  background-color: rgb(42 45 51 / 0.75);
}

.focus\:bg-ozc-alt-900\/80:focus {
  background-color: rgb(42 45 51 / 0.8);
}

.focus\:bg-ozc-alt-900\/90:focus {
  background-color: rgb(42 45 51 / 0.9);
}

.focus\:bg-ozc-alt-900\/95:focus {
  background-color: rgb(42 45 51 / 0.95);
}

.focus\:bg-pink-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity));
}

.focus\:bg-pink-100\/0:focus {
  background-color: rgb(252 231 243 / 0);
}

.focus\:bg-pink-100\/10:focus {
  background-color: rgb(252 231 243 / 0.1);
}

.focus\:bg-pink-100\/100:focus {
  background-color: rgb(252 231 243 / 1);
}

.focus\:bg-pink-100\/20:focus {
  background-color: rgb(252 231 243 / 0.2);
}

.focus\:bg-pink-100\/25:focus {
  background-color: rgb(252 231 243 / 0.25);
}

.focus\:bg-pink-100\/30:focus {
  background-color: rgb(252 231 243 / 0.3);
}

.focus\:bg-pink-100\/40:focus {
  background-color: rgb(252 231 243 / 0.4);
}

.focus\:bg-pink-100\/5:focus {
  background-color: rgb(252 231 243 / 0.05);
}

.focus\:bg-pink-100\/50:focus {
  background-color: rgb(252 231 243 / 0.5);
}

.focus\:bg-pink-100\/60:focus {
  background-color: rgb(252 231 243 / 0.6);
}

.focus\:bg-pink-100\/70:focus {
  background-color: rgb(252 231 243 / 0.7);
}

.focus\:bg-pink-100\/75:focus {
  background-color: rgb(252 231 243 / 0.75);
}

.focus\:bg-pink-100\/80:focus {
  background-color: rgb(252 231 243 / 0.8);
}

.focus\:bg-pink-100\/90:focus {
  background-color: rgb(252 231 243 / 0.9);
}

.focus\:bg-pink-100\/95:focus {
  background-color: rgb(252 231 243 / 0.95);
}

.focus\:bg-pink-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity));
}

.focus\:bg-pink-200\/0:focus {
  background-color: rgb(251 207 232 / 0);
}

.focus\:bg-pink-200\/10:focus {
  background-color: rgb(251 207 232 / 0.1);
}

.focus\:bg-pink-200\/100:focus {
  background-color: rgb(251 207 232 / 1);
}

.focus\:bg-pink-200\/20:focus {
  background-color: rgb(251 207 232 / 0.2);
}

.focus\:bg-pink-200\/25:focus {
  background-color: rgb(251 207 232 / 0.25);
}

.focus\:bg-pink-200\/30:focus {
  background-color: rgb(251 207 232 / 0.3);
}

.focus\:bg-pink-200\/40:focus {
  background-color: rgb(251 207 232 / 0.4);
}

.focus\:bg-pink-200\/5:focus {
  background-color: rgb(251 207 232 / 0.05);
}

.focus\:bg-pink-200\/50:focus {
  background-color: rgb(251 207 232 / 0.5);
}

.focus\:bg-pink-200\/60:focus {
  background-color: rgb(251 207 232 / 0.6);
}

.focus\:bg-pink-200\/70:focus {
  background-color: rgb(251 207 232 / 0.7);
}

.focus\:bg-pink-200\/75:focus {
  background-color: rgb(251 207 232 / 0.75);
}

.focus\:bg-pink-200\/80:focus {
  background-color: rgb(251 207 232 / 0.8);
}

.focus\:bg-pink-200\/90:focus {
  background-color: rgb(251 207 232 / 0.9);
}

.focus\:bg-pink-200\/95:focus {
  background-color: rgb(251 207 232 / 0.95);
}

.focus\:bg-pink-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity));
}

.focus\:bg-pink-300\/0:focus {
  background-color: rgb(249 168 212 / 0);
}

.focus\:bg-pink-300\/10:focus {
  background-color: rgb(249 168 212 / 0.1);
}

.focus\:bg-pink-300\/100:focus {
  background-color: rgb(249 168 212 / 1);
}

.focus\:bg-pink-300\/20:focus {
  background-color: rgb(249 168 212 / 0.2);
}

.focus\:bg-pink-300\/25:focus {
  background-color: rgb(249 168 212 / 0.25);
}

.focus\:bg-pink-300\/30:focus {
  background-color: rgb(249 168 212 / 0.3);
}

.focus\:bg-pink-300\/40:focus {
  background-color: rgb(249 168 212 / 0.4);
}

.focus\:bg-pink-300\/5:focus {
  background-color: rgb(249 168 212 / 0.05);
}

.focus\:bg-pink-300\/50:focus {
  background-color: rgb(249 168 212 / 0.5);
}

.focus\:bg-pink-300\/60:focus {
  background-color: rgb(249 168 212 / 0.6);
}

.focus\:bg-pink-300\/70:focus {
  background-color: rgb(249 168 212 / 0.7);
}

.focus\:bg-pink-300\/75:focus {
  background-color: rgb(249 168 212 / 0.75);
}

.focus\:bg-pink-300\/80:focus {
  background-color: rgb(249 168 212 / 0.8);
}

.focus\:bg-pink-300\/90:focus {
  background-color: rgb(249 168 212 / 0.9);
}

.focus\:bg-pink-300\/95:focus {
  background-color: rgb(249 168 212 / 0.95);
}

.focus\:bg-pink-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity));
}

.focus\:bg-pink-400\/0:focus {
  background-color: rgb(244 114 182 / 0);
}

.focus\:bg-pink-400\/10:focus {
  background-color: rgb(244 114 182 / 0.1);
}

.focus\:bg-pink-400\/100:focus {
  background-color: rgb(244 114 182 / 1);
}

.focus\:bg-pink-400\/20:focus {
  background-color: rgb(244 114 182 / 0.2);
}

.focus\:bg-pink-400\/25:focus {
  background-color: rgb(244 114 182 / 0.25);
}

.focus\:bg-pink-400\/30:focus {
  background-color: rgb(244 114 182 / 0.3);
}

.focus\:bg-pink-400\/40:focus {
  background-color: rgb(244 114 182 / 0.4);
}

.focus\:bg-pink-400\/5:focus {
  background-color: rgb(244 114 182 / 0.05);
}

.focus\:bg-pink-400\/50:focus {
  background-color: rgb(244 114 182 / 0.5);
}

.focus\:bg-pink-400\/60:focus {
  background-color: rgb(244 114 182 / 0.6);
}

.focus\:bg-pink-400\/70:focus {
  background-color: rgb(244 114 182 / 0.7);
}

.focus\:bg-pink-400\/75:focus {
  background-color: rgb(244 114 182 / 0.75);
}

.focus\:bg-pink-400\/80:focus {
  background-color: rgb(244 114 182 / 0.8);
}

.focus\:bg-pink-400\/90:focus {
  background-color: rgb(244 114 182 / 0.9);
}

.focus\:bg-pink-400\/95:focus {
  background-color: rgb(244 114 182 / 0.95);
}

.focus\:bg-pink-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity));
}

.focus\:bg-pink-50\/0:focus {
  background-color: rgb(253 242 248 / 0);
}

.focus\:bg-pink-50\/10:focus {
  background-color: rgb(253 242 248 / 0.1);
}

.focus\:bg-pink-50\/100:focus {
  background-color: rgb(253 242 248 / 1);
}

.focus\:bg-pink-50\/20:focus {
  background-color: rgb(253 242 248 / 0.2);
}

.focus\:bg-pink-50\/25:focus {
  background-color: rgb(253 242 248 / 0.25);
}

.focus\:bg-pink-50\/30:focus {
  background-color: rgb(253 242 248 / 0.3);
}

.focus\:bg-pink-50\/40:focus {
  background-color: rgb(253 242 248 / 0.4);
}

.focus\:bg-pink-50\/5:focus {
  background-color: rgb(253 242 248 / 0.05);
}

.focus\:bg-pink-50\/50:focus {
  background-color: rgb(253 242 248 / 0.5);
}

.focus\:bg-pink-50\/60:focus {
  background-color: rgb(253 242 248 / 0.6);
}

.focus\:bg-pink-50\/70:focus {
  background-color: rgb(253 242 248 / 0.7);
}

.focus\:bg-pink-50\/75:focus {
  background-color: rgb(253 242 248 / 0.75);
}

.focus\:bg-pink-50\/80:focus {
  background-color: rgb(253 242 248 / 0.8);
}

.focus\:bg-pink-50\/90:focus {
  background-color: rgb(253 242 248 / 0.9);
}

.focus\:bg-pink-50\/95:focus {
  background-color: rgb(253 242 248 / 0.95);
}

.focus\:bg-pink-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity));
}

.focus\:bg-pink-500\/0:focus {
  background-color: rgb(236 72 153 / 0);
}

.focus\:bg-pink-500\/10:focus {
  background-color: rgb(236 72 153 / 0.1);
}

.focus\:bg-pink-500\/100:focus {
  background-color: rgb(236 72 153 / 1);
}

.focus\:bg-pink-500\/20:focus {
  background-color: rgb(236 72 153 / 0.2);
}

.focus\:bg-pink-500\/25:focus {
  background-color: rgb(236 72 153 / 0.25);
}

.focus\:bg-pink-500\/30:focus {
  background-color: rgb(236 72 153 / 0.3);
}

.focus\:bg-pink-500\/40:focus {
  background-color: rgb(236 72 153 / 0.4);
}

.focus\:bg-pink-500\/5:focus {
  background-color: rgb(236 72 153 / 0.05);
}

.focus\:bg-pink-500\/50:focus {
  background-color: rgb(236 72 153 / 0.5);
}

.focus\:bg-pink-500\/60:focus {
  background-color: rgb(236 72 153 / 0.6);
}

.focus\:bg-pink-500\/70:focus {
  background-color: rgb(236 72 153 / 0.7);
}

.focus\:bg-pink-500\/75:focus {
  background-color: rgb(236 72 153 / 0.75);
}

.focus\:bg-pink-500\/80:focus {
  background-color: rgb(236 72 153 / 0.8);
}

.focus\:bg-pink-500\/90:focus {
  background-color: rgb(236 72 153 / 0.9);
}

.focus\:bg-pink-500\/95:focus {
  background-color: rgb(236 72 153 / 0.95);
}

.focus\:bg-pink-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity));
}

.focus\:bg-pink-600\/0:focus {
  background-color: rgb(219 39 119 / 0);
}

.focus\:bg-pink-600\/10:focus {
  background-color: rgb(219 39 119 / 0.1);
}

.focus\:bg-pink-600\/100:focus {
  background-color: rgb(219 39 119 / 1);
}

.focus\:bg-pink-600\/20:focus {
  background-color: rgb(219 39 119 / 0.2);
}

.focus\:bg-pink-600\/25:focus {
  background-color: rgb(219 39 119 / 0.25);
}

.focus\:bg-pink-600\/30:focus {
  background-color: rgb(219 39 119 / 0.3);
}

.focus\:bg-pink-600\/40:focus {
  background-color: rgb(219 39 119 / 0.4);
}

.focus\:bg-pink-600\/5:focus {
  background-color: rgb(219 39 119 / 0.05);
}

.focus\:bg-pink-600\/50:focus {
  background-color: rgb(219 39 119 / 0.5);
}

.focus\:bg-pink-600\/60:focus {
  background-color: rgb(219 39 119 / 0.6);
}

.focus\:bg-pink-600\/70:focus {
  background-color: rgb(219 39 119 / 0.7);
}

.focus\:bg-pink-600\/75:focus {
  background-color: rgb(219 39 119 / 0.75);
}

.focus\:bg-pink-600\/80:focus {
  background-color: rgb(219 39 119 / 0.8);
}

.focus\:bg-pink-600\/90:focus {
  background-color: rgb(219 39 119 / 0.9);
}

.focus\:bg-pink-600\/95:focus {
  background-color: rgb(219 39 119 / 0.95);
}

.focus\:bg-pink-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity));
}

.focus\:bg-pink-700\/0:focus {
  background-color: rgb(190 24 93 / 0);
}

.focus\:bg-pink-700\/10:focus {
  background-color: rgb(190 24 93 / 0.1);
}

.focus\:bg-pink-700\/100:focus {
  background-color: rgb(190 24 93 / 1);
}

.focus\:bg-pink-700\/20:focus {
  background-color: rgb(190 24 93 / 0.2);
}

.focus\:bg-pink-700\/25:focus {
  background-color: rgb(190 24 93 / 0.25);
}

.focus\:bg-pink-700\/30:focus {
  background-color: rgb(190 24 93 / 0.3);
}

.focus\:bg-pink-700\/40:focus {
  background-color: rgb(190 24 93 / 0.4);
}

.focus\:bg-pink-700\/5:focus {
  background-color: rgb(190 24 93 / 0.05);
}

.focus\:bg-pink-700\/50:focus {
  background-color: rgb(190 24 93 / 0.5);
}

.focus\:bg-pink-700\/60:focus {
  background-color: rgb(190 24 93 / 0.6);
}

.focus\:bg-pink-700\/70:focus {
  background-color: rgb(190 24 93 / 0.7);
}

.focus\:bg-pink-700\/75:focus {
  background-color: rgb(190 24 93 / 0.75);
}

.focus\:bg-pink-700\/80:focus {
  background-color: rgb(190 24 93 / 0.8);
}

.focus\:bg-pink-700\/90:focus {
  background-color: rgb(190 24 93 / 0.9);
}

.focus\:bg-pink-700\/95:focus {
  background-color: rgb(190 24 93 / 0.95);
}

.focus\:bg-pink-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity));
}

.focus\:bg-pink-800\/0:focus {
  background-color: rgb(157 23 77 / 0);
}

.focus\:bg-pink-800\/10:focus {
  background-color: rgb(157 23 77 / 0.1);
}

.focus\:bg-pink-800\/100:focus {
  background-color: rgb(157 23 77 / 1);
}

.focus\:bg-pink-800\/20:focus {
  background-color: rgb(157 23 77 / 0.2);
}

.focus\:bg-pink-800\/25:focus {
  background-color: rgb(157 23 77 / 0.25);
}

.focus\:bg-pink-800\/30:focus {
  background-color: rgb(157 23 77 / 0.3);
}

.focus\:bg-pink-800\/40:focus {
  background-color: rgb(157 23 77 / 0.4);
}

.focus\:bg-pink-800\/5:focus {
  background-color: rgb(157 23 77 / 0.05);
}

.focus\:bg-pink-800\/50:focus {
  background-color: rgb(157 23 77 / 0.5);
}

.focus\:bg-pink-800\/60:focus {
  background-color: rgb(157 23 77 / 0.6);
}

.focus\:bg-pink-800\/70:focus {
  background-color: rgb(157 23 77 / 0.7);
}

.focus\:bg-pink-800\/75:focus {
  background-color: rgb(157 23 77 / 0.75);
}

.focus\:bg-pink-800\/80:focus {
  background-color: rgb(157 23 77 / 0.8);
}

.focus\:bg-pink-800\/90:focus {
  background-color: rgb(157 23 77 / 0.9);
}

.focus\:bg-pink-800\/95:focus {
  background-color: rgb(157 23 77 / 0.95);
}

.focus\:bg-pink-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity));
}

.focus\:bg-pink-900\/0:focus {
  background-color: rgb(131 24 67 / 0);
}

.focus\:bg-pink-900\/10:focus {
  background-color: rgb(131 24 67 / 0.1);
}

.focus\:bg-pink-900\/100:focus {
  background-color: rgb(131 24 67 / 1);
}

.focus\:bg-pink-900\/20:focus {
  background-color: rgb(131 24 67 / 0.2);
}

.focus\:bg-pink-900\/25:focus {
  background-color: rgb(131 24 67 / 0.25);
}

.focus\:bg-pink-900\/30:focus {
  background-color: rgb(131 24 67 / 0.3);
}

.focus\:bg-pink-900\/40:focus {
  background-color: rgb(131 24 67 / 0.4);
}

.focus\:bg-pink-900\/5:focus {
  background-color: rgb(131 24 67 / 0.05);
}

.focus\:bg-pink-900\/50:focus {
  background-color: rgb(131 24 67 / 0.5);
}

.focus\:bg-pink-900\/60:focus {
  background-color: rgb(131 24 67 / 0.6);
}

.focus\:bg-pink-900\/70:focus {
  background-color: rgb(131 24 67 / 0.7);
}

.focus\:bg-pink-900\/75:focus {
  background-color: rgb(131 24 67 / 0.75);
}

.focus\:bg-pink-900\/80:focus {
  background-color: rgb(131 24 67 / 0.8);
}

.focus\:bg-pink-900\/90:focus {
  background-color: rgb(131 24 67 / 0.9);
}

.focus\:bg-pink-900\/95:focus {
  background-color: rgb(131 24 67 / 0.95);
}

.focus\:bg-pink-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(80 7 36 / var(--tw-bg-opacity));
}

.focus\:bg-pink-950\/0:focus {
  background-color: rgb(80 7 36 / 0);
}

.focus\:bg-pink-950\/10:focus {
  background-color: rgb(80 7 36 / 0.1);
}

.focus\:bg-pink-950\/100:focus {
  background-color: rgb(80 7 36 / 1);
}

.focus\:bg-pink-950\/20:focus {
  background-color: rgb(80 7 36 / 0.2);
}

.focus\:bg-pink-950\/25:focus {
  background-color: rgb(80 7 36 / 0.25);
}

.focus\:bg-pink-950\/30:focus {
  background-color: rgb(80 7 36 / 0.3);
}

.focus\:bg-pink-950\/40:focus {
  background-color: rgb(80 7 36 / 0.4);
}

.focus\:bg-pink-950\/5:focus {
  background-color: rgb(80 7 36 / 0.05);
}

.focus\:bg-pink-950\/50:focus {
  background-color: rgb(80 7 36 / 0.5);
}

.focus\:bg-pink-950\/60:focus {
  background-color: rgb(80 7 36 / 0.6);
}

.focus\:bg-pink-950\/70:focus {
  background-color: rgb(80 7 36 / 0.7);
}

.focus\:bg-pink-950\/75:focus {
  background-color: rgb(80 7 36 / 0.75);
}

.focus\:bg-pink-950\/80:focus {
  background-color: rgb(80 7 36 / 0.8);
}

.focus\:bg-pink-950\/90:focus {
  background-color: rgb(80 7 36 / 0.9);
}

.focus\:bg-pink-950\/95:focus {
  background-color: rgb(80 7 36 / 0.95);
}

.focus\:bg-purple-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
}

.focus\:bg-purple-100\/0:focus {
  background-color: rgb(243 232 255 / 0);
}

.focus\:bg-purple-100\/10:focus {
  background-color: rgb(243 232 255 / 0.1);
}

.focus\:bg-purple-100\/100:focus {
  background-color: rgb(243 232 255 / 1);
}

.focus\:bg-purple-100\/20:focus {
  background-color: rgb(243 232 255 / 0.2);
}

.focus\:bg-purple-100\/25:focus {
  background-color: rgb(243 232 255 / 0.25);
}

.focus\:bg-purple-100\/30:focus {
  background-color: rgb(243 232 255 / 0.3);
}

.focus\:bg-purple-100\/40:focus {
  background-color: rgb(243 232 255 / 0.4);
}

.focus\:bg-purple-100\/5:focus {
  background-color: rgb(243 232 255 / 0.05);
}

.focus\:bg-purple-100\/50:focus {
  background-color: rgb(243 232 255 / 0.5);
}

.focus\:bg-purple-100\/60:focus {
  background-color: rgb(243 232 255 / 0.6);
}

.focus\:bg-purple-100\/70:focus {
  background-color: rgb(243 232 255 / 0.7);
}

.focus\:bg-purple-100\/75:focus {
  background-color: rgb(243 232 255 / 0.75);
}

.focus\:bg-purple-100\/80:focus {
  background-color: rgb(243 232 255 / 0.8);
}

.focus\:bg-purple-100\/90:focus {
  background-color: rgb(243 232 255 / 0.9);
}

.focus\:bg-purple-100\/95:focus {
  background-color: rgb(243 232 255 / 0.95);
}

.focus\:bg-purple-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity));
}

.focus\:bg-purple-200\/0:focus {
  background-color: rgb(233 213 255 / 0);
}

.focus\:bg-purple-200\/10:focus {
  background-color: rgb(233 213 255 / 0.1);
}

.focus\:bg-purple-200\/100:focus {
  background-color: rgb(233 213 255 / 1);
}

.focus\:bg-purple-200\/20:focus {
  background-color: rgb(233 213 255 / 0.2);
}

.focus\:bg-purple-200\/25:focus {
  background-color: rgb(233 213 255 / 0.25);
}

.focus\:bg-purple-200\/30:focus {
  background-color: rgb(233 213 255 / 0.3);
}

.focus\:bg-purple-200\/40:focus {
  background-color: rgb(233 213 255 / 0.4);
}

.focus\:bg-purple-200\/5:focus {
  background-color: rgb(233 213 255 / 0.05);
}

.focus\:bg-purple-200\/50:focus {
  background-color: rgb(233 213 255 / 0.5);
}

.focus\:bg-purple-200\/60:focus {
  background-color: rgb(233 213 255 / 0.6);
}

.focus\:bg-purple-200\/70:focus {
  background-color: rgb(233 213 255 / 0.7);
}

.focus\:bg-purple-200\/75:focus {
  background-color: rgb(233 213 255 / 0.75);
}

.focus\:bg-purple-200\/80:focus {
  background-color: rgb(233 213 255 / 0.8);
}

.focus\:bg-purple-200\/90:focus {
  background-color: rgb(233 213 255 / 0.9);
}

.focus\:bg-purple-200\/95:focus {
  background-color: rgb(233 213 255 / 0.95);
}

.focus\:bg-purple-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity));
}

.focus\:bg-purple-300\/0:focus {
  background-color: rgb(216 180 254 / 0);
}

.focus\:bg-purple-300\/10:focus {
  background-color: rgb(216 180 254 / 0.1);
}

.focus\:bg-purple-300\/100:focus {
  background-color: rgb(216 180 254 / 1);
}

.focus\:bg-purple-300\/20:focus {
  background-color: rgb(216 180 254 / 0.2);
}

.focus\:bg-purple-300\/25:focus {
  background-color: rgb(216 180 254 / 0.25);
}

.focus\:bg-purple-300\/30:focus {
  background-color: rgb(216 180 254 / 0.3);
}

.focus\:bg-purple-300\/40:focus {
  background-color: rgb(216 180 254 / 0.4);
}

.focus\:bg-purple-300\/5:focus {
  background-color: rgb(216 180 254 / 0.05);
}

.focus\:bg-purple-300\/50:focus {
  background-color: rgb(216 180 254 / 0.5);
}

.focus\:bg-purple-300\/60:focus {
  background-color: rgb(216 180 254 / 0.6);
}

.focus\:bg-purple-300\/70:focus {
  background-color: rgb(216 180 254 / 0.7);
}

.focus\:bg-purple-300\/75:focus {
  background-color: rgb(216 180 254 / 0.75);
}

.focus\:bg-purple-300\/80:focus {
  background-color: rgb(216 180 254 / 0.8);
}

.focus\:bg-purple-300\/90:focus {
  background-color: rgb(216 180 254 / 0.9);
}

.focus\:bg-purple-300\/95:focus {
  background-color: rgb(216 180 254 / 0.95);
}

.focus\:bg-purple-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity));
}

.focus\:bg-purple-400\/0:focus {
  background-color: rgb(192 132 252 / 0);
}

.focus\:bg-purple-400\/10:focus {
  background-color: rgb(192 132 252 / 0.1);
}

.focus\:bg-purple-400\/100:focus {
  background-color: rgb(192 132 252 / 1);
}

.focus\:bg-purple-400\/20:focus {
  background-color: rgb(192 132 252 / 0.2);
}

.focus\:bg-purple-400\/25:focus {
  background-color: rgb(192 132 252 / 0.25);
}

.focus\:bg-purple-400\/30:focus {
  background-color: rgb(192 132 252 / 0.3);
}

.focus\:bg-purple-400\/40:focus {
  background-color: rgb(192 132 252 / 0.4);
}

.focus\:bg-purple-400\/5:focus {
  background-color: rgb(192 132 252 / 0.05);
}

.focus\:bg-purple-400\/50:focus {
  background-color: rgb(192 132 252 / 0.5);
}

.focus\:bg-purple-400\/60:focus {
  background-color: rgb(192 132 252 / 0.6);
}

.focus\:bg-purple-400\/70:focus {
  background-color: rgb(192 132 252 / 0.7);
}

.focus\:bg-purple-400\/75:focus {
  background-color: rgb(192 132 252 / 0.75);
}

.focus\:bg-purple-400\/80:focus {
  background-color: rgb(192 132 252 / 0.8);
}

.focus\:bg-purple-400\/90:focus {
  background-color: rgb(192 132 252 / 0.9);
}

.focus\:bg-purple-400\/95:focus {
  background-color: rgb(192 132 252 / 0.95);
}

.focus\:bg-purple-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity));
}

.focus\:bg-purple-50\/0:focus {
  background-color: rgb(250 245 255 / 0);
}

.focus\:bg-purple-50\/10:focus {
  background-color: rgb(250 245 255 / 0.1);
}

.focus\:bg-purple-50\/100:focus {
  background-color: rgb(250 245 255 / 1);
}

.focus\:bg-purple-50\/20:focus {
  background-color: rgb(250 245 255 / 0.2);
}

.focus\:bg-purple-50\/25:focus {
  background-color: rgb(250 245 255 / 0.25);
}

.focus\:bg-purple-50\/30:focus {
  background-color: rgb(250 245 255 / 0.3);
}

.focus\:bg-purple-50\/40:focus {
  background-color: rgb(250 245 255 / 0.4);
}

.focus\:bg-purple-50\/5:focus {
  background-color: rgb(250 245 255 / 0.05);
}

.focus\:bg-purple-50\/50:focus {
  background-color: rgb(250 245 255 / 0.5);
}

.focus\:bg-purple-50\/60:focus {
  background-color: rgb(250 245 255 / 0.6);
}

.focus\:bg-purple-50\/70:focus {
  background-color: rgb(250 245 255 / 0.7);
}

.focus\:bg-purple-50\/75:focus {
  background-color: rgb(250 245 255 / 0.75);
}

.focus\:bg-purple-50\/80:focus {
  background-color: rgb(250 245 255 / 0.8);
}

.focus\:bg-purple-50\/90:focus {
  background-color: rgb(250 245 255 / 0.9);
}

.focus\:bg-purple-50\/95:focus {
  background-color: rgb(250 245 255 / 0.95);
}

.focus\:bg-purple-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity));
}

.focus\:bg-purple-500\/0:focus {
  background-color: rgb(168 85 247 / 0);
}

.focus\:bg-purple-500\/10:focus {
  background-color: rgb(168 85 247 / 0.1);
}

.focus\:bg-purple-500\/100:focus {
  background-color: rgb(168 85 247 / 1);
}

.focus\:bg-purple-500\/20:focus {
  background-color: rgb(168 85 247 / 0.2);
}

.focus\:bg-purple-500\/25:focus {
  background-color: rgb(168 85 247 / 0.25);
}

.focus\:bg-purple-500\/30:focus {
  background-color: rgb(168 85 247 / 0.3);
}

.focus\:bg-purple-500\/40:focus {
  background-color: rgb(168 85 247 / 0.4);
}

.focus\:bg-purple-500\/5:focus {
  background-color: rgb(168 85 247 / 0.05);
}

.focus\:bg-purple-500\/50:focus {
  background-color: rgb(168 85 247 / 0.5);
}

.focus\:bg-purple-500\/60:focus {
  background-color: rgb(168 85 247 / 0.6);
}

.focus\:bg-purple-500\/70:focus {
  background-color: rgb(168 85 247 / 0.7);
}

.focus\:bg-purple-500\/75:focus {
  background-color: rgb(168 85 247 / 0.75);
}

.focus\:bg-purple-500\/80:focus {
  background-color: rgb(168 85 247 / 0.8);
}

.focus\:bg-purple-500\/90:focus {
  background-color: rgb(168 85 247 / 0.9);
}

.focus\:bg-purple-500\/95:focus {
  background-color: rgb(168 85 247 / 0.95);
}

.focus\:bg-purple-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity));
}

.focus\:bg-purple-600\/0:focus {
  background-color: rgb(147 51 234 / 0);
}

.focus\:bg-purple-600\/10:focus {
  background-color: rgb(147 51 234 / 0.1);
}

.focus\:bg-purple-600\/100:focus {
  background-color: rgb(147 51 234 / 1);
}

.focus\:bg-purple-600\/20:focus {
  background-color: rgb(147 51 234 / 0.2);
}

.focus\:bg-purple-600\/25:focus {
  background-color: rgb(147 51 234 / 0.25);
}

.focus\:bg-purple-600\/30:focus {
  background-color: rgb(147 51 234 / 0.3);
}

.focus\:bg-purple-600\/40:focus {
  background-color: rgb(147 51 234 / 0.4);
}

.focus\:bg-purple-600\/5:focus {
  background-color: rgb(147 51 234 / 0.05);
}

.focus\:bg-purple-600\/50:focus {
  background-color: rgb(147 51 234 / 0.5);
}

.focus\:bg-purple-600\/60:focus {
  background-color: rgb(147 51 234 / 0.6);
}

.focus\:bg-purple-600\/70:focus {
  background-color: rgb(147 51 234 / 0.7);
}

.focus\:bg-purple-600\/75:focus {
  background-color: rgb(147 51 234 / 0.75);
}

.focus\:bg-purple-600\/80:focus {
  background-color: rgb(147 51 234 / 0.8);
}

.focus\:bg-purple-600\/90:focus {
  background-color: rgb(147 51 234 / 0.9);
}

.focus\:bg-purple-600\/95:focus {
  background-color: rgb(147 51 234 / 0.95);
}

.focus\:bg-purple-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity));
}

.focus\:bg-purple-700\/0:focus {
  background-color: rgb(126 34 206 / 0);
}

.focus\:bg-purple-700\/10:focus {
  background-color: rgb(126 34 206 / 0.1);
}

.focus\:bg-purple-700\/100:focus {
  background-color: rgb(126 34 206 / 1);
}

.focus\:bg-purple-700\/20:focus {
  background-color: rgb(126 34 206 / 0.2);
}

.focus\:bg-purple-700\/25:focus {
  background-color: rgb(126 34 206 / 0.25);
}

.focus\:bg-purple-700\/30:focus {
  background-color: rgb(126 34 206 / 0.3);
}

.focus\:bg-purple-700\/40:focus {
  background-color: rgb(126 34 206 / 0.4);
}

.focus\:bg-purple-700\/5:focus {
  background-color: rgb(126 34 206 / 0.05);
}

.focus\:bg-purple-700\/50:focus {
  background-color: rgb(126 34 206 / 0.5);
}

.focus\:bg-purple-700\/60:focus {
  background-color: rgb(126 34 206 / 0.6);
}

.focus\:bg-purple-700\/70:focus {
  background-color: rgb(126 34 206 / 0.7);
}

.focus\:bg-purple-700\/75:focus {
  background-color: rgb(126 34 206 / 0.75);
}

.focus\:bg-purple-700\/80:focus {
  background-color: rgb(126 34 206 / 0.8);
}

.focus\:bg-purple-700\/90:focus {
  background-color: rgb(126 34 206 / 0.9);
}

.focus\:bg-purple-700\/95:focus {
  background-color: rgb(126 34 206 / 0.95);
}

.focus\:bg-purple-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity));
}

.focus\:bg-purple-800\/0:focus {
  background-color: rgb(107 33 168 / 0);
}

.focus\:bg-purple-800\/10:focus {
  background-color: rgb(107 33 168 / 0.1);
}

.focus\:bg-purple-800\/100:focus {
  background-color: rgb(107 33 168 / 1);
}

.focus\:bg-purple-800\/20:focus {
  background-color: rgb(107 33 168 / 0.2);
}

.focus\:bg-purple-800\/25:focus {
  background-color: rgb(107 33 168 / 0.25);
}

.focus\:bg-purple-800\/30:focus {
  background-color: rgb(107 33 168 / 0.3);
}

.focus\:bg-purple-800\/40:focus {
  background-color: rgb(107 33 168 / 0.4);
}

.focus\:bg-purple-800\/5:focus {
  background-color: rgb(107 33 168 / 0.05);
}

.focus\:bg-purple-800\/50:focus {
  background-color: rgb(107 33 168 / 0.5);
}

.focus\:bg-purple-800\/60:focus {
  background-color: rgb(107 33 168 / 0.6);
}

.focus\:bg-purple-800\/70:focus {
  background-color: rgb(107 33 168 / 0.7);
}

.focus\:bg-purple-800\/75:focus {
  background-color: rgb(107 33 168 / 0.75);
}

.focus\:bg-purple-800\/80:focus {
  background-color: rgb(107 33 168 / 0.8);
}

.focus\:bg-purple-800\/90:focus {
  background-color: rgb(107 33 168 / 0.9);
}

.focus\:bg-purple-800\/95:focus {
  background-color: rgb(107 33 168 / 0.95);
}

.focus\:bg-purple-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity));
}

.focus\:bg-purple-900\/0:focus {
  background-color: rgb(88 28 135 / 0);
}

.focus\:bg-purple-900\/10:focus {
  background-color: rgb(88 28 135 / 0.1);
}

.focus\:bg-purple-900\/100:focus {
  background-color: rgb(88 28 135 / 1);
}

.focus\:bg-purple-900\/20:focus {
  background-color: rgb(88 28 135 / 0.2);
}

.focus\:bg-purple-900\/25:focus {
  background-color: rgb(88 28 135 / 0.25);
}

.focus\:bg-purple-900\/30:focus {
  background-color: rgb(88 28 135 / 0.3);
}

.focus\:bg-purple-900\/40:focus {
  background-color: rgb(88 28 135 / 0.4);
}

.focus\:bg-purple-900\/5:focus {
  background-color: rgb(88 28 135 / 0.05);
}

.focus\:bg-purple-900\/50:focus {
  background-color: rgb(88 28 135 / 0.5);
}

.focus\:bg-purple-900\/60:focus {
  background-color: rgb(88 28 135 / 0.6);
}

.focus\:bg-purple-900\/70:focus {
  background-color: rgb(88 28 135 / 0.7);
}

.focus\:bg-purple-900\/75:focus {
  background-color: rgb(88 28 135 / 0.75);
}

.focus\:bg-purple-900\/80:focus {
  background-color: rgb(88 28 135 / 0.8);
}

.focus\:bg-purple-900\/90:focus {
  background-color: rgb(88 28 135 / 0.9);
}

.focus\:bg-purple-900\/95:focus {
  background-color: rgb(88 28 135 / 0.95);
}

.focus\:bg-purple-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity));
}

.focus\:bg-purple-950\/0:focus {
  background-color: rgb(59 7 100 / 0);
}

.focus\:bg-purple-950\/10:focus {
  background-color: rgb(59 7 100 / 0.1);
}

.focus\:bg-purple-950\/100:focus {
  background-color: rgb(59 7 100 / 1);
}

.focus\:bg-purple-950\/20:focus {
  background-color: rgb(59 7 100 / 0.2);
}

.focus\:bg-purple-950\/25:focus {
  background-color: rgb(59 7 100 / 0.25);
}

.focus\:bg-purple-950\/30:focus {
  background-color: rgb(59 7 100 / 0.3);
}

.focus\:bg-purple-950\/40:focus {
  background-color: rgb(59 7 100 / 0.4);
}

.focus\:bg-purple-950\/5:focus {
  background-color: rgb(59 7 100 / 0.05);
}

.focus\:bg-purple-950\/50:focus {
  background-color: rgb(59 7 100 / 0.5);
}

.focus\:bg-purple-950\/60:focus {
  background-color: rgb(59 7 100 / 0.6);
}

.focus\:bg-purple-950\/70:focus {
  background-color: rgb(59 7 100 / 0.7);
}

.focus\:bg-purple-950\/75:focus {
  background-color: rgb(59 7 100 / 0.75);
}

.focus\:bg-purple-950\/80:focus {
  background-color: rgb(59 7 100 / 0.8);
}

.focus\:bg-purple-950\/90:focus {
  background-color: rgb(59 7 100 / 0.9);
}

.focus\:bg-purple-950\/95:focus {
  background-color: rgb(59 7 100 / 0.95);
}

.focus\:bg-red-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.focus\:bg-red-100\/0:focus {
  background-color: rgb(254 226 226 / 0);
}

.focus\:bg-red-100\/10:focus {
  background-color: rgb(254 226 226 / 0.1);
}

.focus\:bg-red-100\/100:focus {
  background-color: rgb(254 226 226 / 1);
}

.focus\:bg-red-100\/20:focus {
  background-color: rgb(254 226 226 / 0.2);
}

.focus\:bg-red-100\/25:focus {
  background-color: rgb(254 226 226 / 0.25);
}

.focus\:bg-red-100\/30:focus {
  background-color: rgb(254 226 226 / 0.3);
}

.focus\:bg-red-100\/40:focus {
  background-color: rgb(254 226 226 / 0.4);
}

.focus\:bg-red-100\/5:focus {
  background-color: rgb(254 226 226 / 0.05);
}

.focus\:bg-red-100\/50:focus {
  background-color: rgb(254 226 226 / 0.5);
}

.focus\:bg-red-100\/60:focus {
  background-color: rgb(254 226 226 / 0.6);
}

.focus\:bg-red-100\/70:focus {
  background-color: rgb(254 226 226 / 0.7);
}

.focus\:bg-red-100\/75:focus {
  background-color: rgb(254 226 226 / 0.75);
}

.focus\:bg-red-100\/80:focus {
  background-color: rgb(254 226 226 / 0.8);
}

.focus\:bg-red-100\/90:focus {
  background-color: rgb(254 226 226 / 0.9);
}

.focus\:bg-red-100\/95:focus {
  background-color: rgb(254 226 226 / 0.95);
}

.focus\:bg-red-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}

.focus\:bg-red-200\/0:focus {
  background-color: rgb(254 202 202 / 0);
}

.focus\:bg-red-200\/10:focus {
  background-color: rgb(254 202 202 / 0.1);
}

.focus\:bg-red-200\/100:focus {
  background-color: rgb(254 202 202 / 1);
}

.focus\:bg-red-200\/20:focus {
  background-color: rgb(254 202 202 / 0.2);
}

.focus\:bg-red-200\/25:focus {
  background-color: rgb(254 202 202 / 0.25);
}

.focus\:bg-red-200\/30:focus {
  background-color: rgb(254 202 202 / 0.3);
}

.focus\:bg-red-200\/40:focus {
  background-color: rgb(254 202 202 / 0.4);
}

.focus\:bg-red-200\/5:focus {
  background-color: rgb(254 202 202 / 0.05);
}

.focus\:bg-red-200\/50:focus {
  background-color: rgb(254 202 202 / 0.5);
}

.focus\:bg-red-200\/60:focus {
  background-color: rgb(254 202 202 / 0.6);
}

.focus\:bg-red-200\/70:focus {
  background-color: rgb(254 202 202 / 0.7);
}

.focus\:bg-red-200\/75:focus {
  background-color: rgb(254 202 202 / 0.75);
}

.focus\:bg-red-200\/80:focus {
  background-color: rgb(254 202 202 / 0.8);
}

.focus\:bg-red-200\/90:focus {
  background-color: rgb(254 202 202 / 0.9);
}

.focus\:bg-red-200\/95:focus {
  background-color: rgb(254 202 202 / 0.95);
}

.focus\:bg-red-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}

.focus\:bg-red-300\/0:focus {
  background-color: rgb(252 165 165 / 0);
}

.focus\:bg-red-300\/10:focus {
  background-color: rgb(252 165 165 / 0.1);
}

.focus\:bg-red-300\/100:focus {
  background-color: rgb(252 165 165 / 1);
}

.focus\:bg-red-300\/20:focus {
  background-color: rgb(252 165 165 / 0.2);
}

.focus\:bg-red-300\/25:focus {
  background-color: rgb(252 165 165 / 0.25);
}

.focus\:bg-red-300\/30:focus {
  background-color: rgb(252 165 165 / 0.3);
}

.focus\:bg-red-300\/40:focus {
  background-color: rgb(252 165 165 / 0.4);
}

.focus\:bg-red-300\/5:focus {
  background-color: rgb(252 165 165 / 0.05);
}

.focus\:bg-red-300\/50:focus {
  background-color: rgb(252 165 165 / 0.5);
}

.focus\:bg-red-300\/60:focus {
  background-color: rgb(252 165 165 / 0.6);
}

.focus\:bg-red-300\/70:focus {
  background-color: rgb(252 165 165 / 0.7);
}

.focus\:bg-red-300\/75:focus {
  background-color: rgb(252 165 165 / 0.75);
}

.focus\:bg-red-300\/80:focus {
  background-color: rgb(252 165 165 / 0.8);
}

.focus\:bg-red-300\/90:focus {
  background-color: rgb(252 165 165 / 0.9);
}

.focus\:bg-red-300\/95:focus {
  background-color: rgb(252 165 165 / 0.95);
}

.focus\:bg-red-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}

.focus\:bg-red-400\/0:focus {
  background-color: rgb(248 113 113 / 0);
}

.focus\:bg-red-400\/10:focus {
  background-color: rgb(248 113 113 / 0.1);
}

.focus\:bg-red-400\/100:focus {
  background-color: rgb(248 113 113 / 1);
}

.focus\:bg-red-400\/20:focus {
  background-color: rgb(248 113 113 / 0.2);
}

.focus\:bg-red-400\/25:focus {
  background-color: rgb(248 113 113 / 0.25);
}

.focus\:bg-red-400\/30:focus {
  background-color: rgb(248 113 113 / 0.3);
}

.focus\:bg-red-400\/40:focus {
  background-color: rgb(248 113 113 / 0.4);
}

.focus\:bg-red-400\/5:focus {
  background-color: rgb(248 113 113 / 0.05);
}

.focus\:bg-red-400\/50:focus {
  background-color: rgb(248 113 113 / 0.5);
}

.focus\:bg-red-400\/60:focus {
  background-color: rgb(248 113 113 / 0.6);
}

.focus\:bg-red-400\/70:focus {
  background-color: rgb(248 113 113 / 0.7);
}

.focus\:bg-red-400\/75:focus {
  background-color: rgb(248 113 113 / 0.75);
}

.focus\:bg-red-400\/80:focus {
  background-color: rgb(248 113 113 / 0.8);
}

.focus\:bg-red-400\/90:focus {
  background-color: rgb(248 113 113 / 0.9);
}

.focus\:bg-red-400\/95:focus {
  background-color: rgb(248 113 113 / 0.95);
}

.focus\:bg-red-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.focus\:bg-red-50\/0:focus {
  background-color: rgb(254 242 242 / 0);
}

.focus\:bg-red-50\/10:focus {
  background-color: rgb(254 242 242 / 0.1);
}

.focus\:bg-red-50\/100:focus {
  background-color: rgb(254 242 242 / 1);
}

.focus\:bg-red-50\/20:focus {
  background-color: rgb(254 242 242 / 0.2);
}

.focus\:bg-red-50\/25:focus {
  background-color: rgb(254 242 242 / 0.25);
}

.focus\:bg-red-50\/30:focus {
  background-color: rgb(254 242 242 / 0.3);
}

.focus\:bg-red-50\/40:focus {
  background-color: rgb(254 242 242 / 0.4);
}

.focus\:bg-red-50\/5:focus {
  background-color: rgb(254 242 242 / 0.05);
}

.focus\:bg-red-50\/50:focus {
  background-color: rgb(254 242 242 / 0.5);
}

.focus\:bg-red-50\/60:focus {
  background-color: rgb(254 242 242 / 0.6);
}

.focus\:bg-red-50\/70:focus {
  background-color: rgb(254 242 242 / 0.7);
}

.focus\:bg-red-50\/75:focus {
  background-color: rgb(254 242 242 / 0.75);
}

.focus\:bg-red-50\/80:focus {
  background-color: rgb(254 242 242 / 0.8);
}

.focus\:bg-red-50\/90:focus {
  background-color: rgb(254 242 242 / 0.9);
}

.focus\:bg-red-50\/95:focus {
  background-color: rgb(254 242 242 / 0.95);
}

.focus\:bg-red-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.focus\:bg-red-500\/0:focus {
  background-color: rgb(239 68 68 / 0);
}

.focus\:bg-red-500\/10:focus {
  background-color: rgb(239 68 68 / 0.1);
}

.focus\:bg-red-500\/100:focus {
  background-color: rgb(239 68 68 / 1);
}

.focus\:bg-red-500\/20:focus {
  background-color: rgb(239 68 68 / 0.2);
}

.focus\:bg-red-500\/25:focus {
  background-color: rgb(239 68 68 / 0.25);
}

.focus\:bg-red-500\/30:focus {
  background-color: rgb(239 68 68 / 0.3);
}

.focus\:bg-red-500\/40:focus {
  background-color: rgb(239 68 68 / 0.4);
}

.focus\:bg-red-500\/5:focus {
  background-color: rgb(239 68 68 / 0.05);
}

.focus\:bg-red-500\/50:focus {
  background-color: rgb(239 68 68 / 0.5);
}

.focus\:bg-red-500\/60:focus {
  background-color: rgb(239 68 68 / 0.6);
}

.focus\:bg-red-500\/70:focus {
  background-color: rgb(239 68 68 / 0.7);
}

.focus\:bg-red-500\/75:focus {
  background-color: rgb(239 68 68 / 0.75);
}

.focus\:bg-red-500\/80:focus {
  background-color: rgb(239 68 68 / 0.8);
}

.focus\:bg-red-500\/90:focus {
  background-color: rgb(239 68 68 / 0.9);
}

.focus\:bg-red-500\/95:focus {
  background-color: rgb(239 68 68 / 0.95);
}

.focus\:bg-red-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.focus\:bg-red-600\/0:focus {
  background-color: rgb(220 38 38 / 0);
}

.focus\:bg-red-600\/10:focus {
  background-color: rgb(220 38 38 / 0.1);
}

.focus\:bg-red-600\/100:focus {
  background-color: rgb(220 38 38 / 1);
}

.focus\:bg-red-600\/20:focus {
  background-color: rgb(220 38 38 / 0.2);
}

.focus\:bg-red-600\/25:focus {
  background-color: rgb(220 38 38 / 0.25);
}

.focus\:bg-red-600\/30:focus {
  background-color: rgb(220 38 38 / 0.3);
}

.focus\:bg-red-600\/40:focus {
  background-color: rgb(220 38 38 / 0.4);
}

.focus\:bg-red-600\/5:focus {
  background-color: rgb(220 38 38 / 0.05);
}

.focus\:bg-red-600\/50:focus {
  background-color: rgb(220 38 38 / 0.5);
}

.focus\:bg-red-600\/60:focus {
  background-color: rgb(220 38 38 / 0.6);
}

.focus\:bg-red-600\/70:focus {
  background-color: rgb(220 38 38 / 0.7);
}

.focus\:bg-red-600\/75:focus {
  background-color: rgb(220 38 38 / 0.75);
}

.focus\:bg-red-600\/80:focus {
  background-color: rgb(220 38 38 / 0.8);
}

.focus\:bg-red-600\/90:focus {
  background-color: rgb(220 38 38 / 0.9);
}

.focus\:bg-red-600\/95:focus {
  background-color: rgb(220 38 38 / 0.95);
}

.focus\:bg-red-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

.focus\:bg-red-700\/0:focus {
  background-color: rgb(185 28 28 / 0);
}

.focus\:bg-red-700\/10:focus {
  background-color: rgb(185 28 28 / 0.1);
}

.focus\:bg-red-700\/100:focus {
  background-color: rgb(185 28 28 / 1);
}

.focus\:bg-red-700\/20:focus {
  background-color: rgb(185 28 28 / 0.2);
}

.focus\:bg-red-700\/25:focus {
  background-color: rgb(185 28 28 / 0.25);
}

.focus\:bg-red-700\/30:focus {
  background-color: rgb(185 28 28 / 0.3);
}

.focus\:bg-red-700\/40:focus {
  background-color: rgb(185 28 28 / 0.4);
}

.focus\:bg-red-700\/5:focus {
  background-color: rgb(185 28 28 / 0.05);
}

.focus\:bg-red-700\/50:focus {
  background-color: rgb(185 28 28 / 0.5);
}

.focus\:bg-red-700\/60:focus {
  background-color: rgb(185 28 28 / 0.6);
}

.focus\:bg-red-700\/70:focus {
  background-color: rgb(185 28 28 / 0.7);
}

.focus\:bg-red-700\/75:focus {
  background-color: rgb(185 28 28 / 0.75);
}

.focus\:bg-red-700\/80:focus {
  background-color: rgb(185 28 28 / 0.8);
}

.focus\:bg-red-700\/90:focus {
  background-color: rgb(185 28 28 / 0.9);
}

.focus\:bg-red-700\/95:focus {
  background-color: rgb(185 28 28 / 0.95);
}

.focus\:bg-red-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}

.focus\:bg-red-800\/0:focus {
  background-color: rgb(153 27 27 / 0);
}

.focus\:bg-red-800\/10:focus {
  background-color: rgb(153 27 27 / 0.1);
}

.focus\:bg-red-800\/100:focus {
  background-color: rgb(153 27 27 / 1);
}

.focus\:bg-red-800\/20:focus {
  background-color: rgb(153 27 27 / 0.2);
}

.focus\:bg-red-800\/25:focus {
  background-color: rgb(153 27 27 / 0.25);
}

.focus\:bg-red-800\/30:focus {
  background-color: rgb(153 27 27 / 0.3);
}

.focus\:bg-red-800\/40:focus {
  background-color: rgb(153 27 27 / 0.4);
}

.focus\:bg-red-800\/5:focus {
  background-color: rgb(153 27 27 / 0.05);
}

.focus\:bg-red-800\/50:focus {
  background-color: rgb(153 27 27 / 0.5);
}

.focus\:bg-red-800\/60:focus {
  background-color: rgb(153 27 27 / 0.6);
}

.focus\:bg-red-800\/70:focus {
  background-color: rgb(153 27 27 / 0.7);
}

.focus\:bg-red-800\/75:focus {
  background-color: rgb(153 27 27 / 0.75);
}

.focus\:bg-red-800\/80:focus {
  background-color: rgb(153 27 27 / 0.8);
}

.focus\:bg-red-800\/90:focus {
  background-color: rgb(153 27 27 / 0.9);
}

.focus\:bg-red-800\/95:focus {
  background-color: rgb(153 27 27 / 0.95);
}

.focus\:bg-red-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}

.focus\:bg-red-900\/0:focus {
  background-color: rgb(127 29 29 / 0);
}

.focus\:bg-red-900\/10:focus {
  background-color: rgb(127 29 29 / 0.1);
}

.focus\:bg-red-900\/100:focus {
  background-color: rgb(127 29 29 / 1);
}

.focus\:bg-red-900\/20:focus {
  background-color: rgb(127 29 29 / 0.2);
}

.focus\:bg-red-900\/25:focus {
  background-color: rgb(127 29 29 / 0.25);
}

.focus\:bg-red-900\/30:focus {
  background-color: rgb(127 29 29 / 0.3);
}

.focus\:bg-red-900\/40:focus {
  background-color: rgb(127 29 29 / 0.4);
}

.focus\:bg-red-900\/5:focus {
  background-color: rgb(127 29 29 / 0.05);
}

.focus\:bg-red-900\/50:focus {
  background-color: rgb(127 29 29 / 0.5);
}

.focus\:bg-red-900\/60:focus {
  background-color: rgb(127 29 29 / 0.6);
}

.focus\:bg-red-900\/70:focus {
  background-color: rgb(127 29 29 / 0.7);
}

.focus\:bg-red-900\/75:focus {
  background-color: rgb(127 29 29 / 0.75);
}

.focus\:bg-red-900\/80:focus {
  background-color: rgb(127 29 29 / 0.8);
}

.focus\:bg-red-900\/90:focus {
  background-color: rgb(127 29 29 / 0.9);
}

.focus\:bg-red-900\/95:focus {
  background-color: rgb(127 29 29 / 0.95);
}

.focus\:bg-red-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity));
}

.focus\:bg-red-950\/0:focus {
  background-color: rgb(69 10 10 / 0);
}

.focus\:bg-red-950\/10:focus {
  background-color: rgb(69 10 10 / 0.1);
}

.focus\:bg-red-950\/100:focus {
  background-color: rgb(69 10 10 / 1);
}

.focus\:bg-red-950\/20:focus {
  background-color: rgb(69 10 10 / 0.2);
}

.focus\:bg-red-950\/25:focus {
  background-color: rgb(69 10 10 / 0.25);
}

.focus\:bg-red-950\/30:focus {
  background-color: rgb(69 10 10 / 0.3);
}

.focus\:bg-red-950\/40:focus {
  background-color: rgb(69 10 10 / 0.4);
}

.focus\:bg-red-950\/5:focus {
  background-color: rgb(69 10 10 / 0.05);
}

.focus\:bg-red-950\/50:focus {
  background-color: rgb(69 10 10 / 0.5);
}

.focus\:bg-red-950\/60:focus {
  background-color: rgb(69 10 10 / 0.6);
}

.focus\:bg-red-950\/70:focus {
  background-color: rgb(69 10 10 / 0.7);
}

.focus\:bg-red-950\/75:focus {
  background-color: rgb(69 10 10 / 0.75);
}

.focus\:bg-red-950\/80:focus {
  background-color: rgb(69 10 10 / 0.8);
}

.focus\:bg-red-950\/90:focus {
  background-color: rgb(69 10 10 / 0.9);
}

.focus\:bg-red-950\/95:focus {
  background-color: rgb(69 10 10 / 0.95);
}

.focus\:bg-rose-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity));
}

.focus\:bg-rose-100\/0:focus {
  background-color: rgb(255 228 230 / 0);
}

.focus\:bg-rose-100\/10:focus {
  background-color: rgb(255 228 230 / 0.1);
}

.focus\:bg-rose-100\/100:focus {
  background-color: rgb(255 228 230 / 1);
}

.focus\:bg-rose-100\/20:focus {
  background-color: rgb(255 228 230 / 0.2);
}

.focus\:bg-rose-100\/25:focus {
  background-color: rgb(255 228 230 / 0.25);
}

.focus\:bg-rose-100\/30:focus {
  background-color: rgb(255 228 230 / 0.3);
}

.focus\:bg-rose-100\/40:focus {
  background-color: rgb(255 228 230 / 0.4);
}

.focus\:bg-rose-100\/5:focus {
  background-color: rgb(255 228 230 / 0.05);
}

.focus\:bg-rose-100\/50:focus {
  background-color: rgb(255 228 230 / 0.5);
}

.focus\:bg-rose-100\/60:focus {
  background-color: rgb(255 228 230 / 0.6);
}

.focus\:bg-rose-100\/70:focus {
  background-color: rgb(255 228 230 / 0.7);
}

.focus\:bg-rose-100\/75:focus {
  background-color: rgb(255 228 230 / 0.75);
}

.focus\:bg-rose-100\/80:focus {
  background-color: rgb(255 228 230 / 0.8);
}

.focus\:bg-rose-100\/90:focus {
  background-color: rgb(255 228 230 / 0.9);
}

.focus\:bg-rose-100\/95:focus {
  background-color: rgb(255 228 230 / 0.95);
}

.focus\:bg-rose-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity));
}

.focus\:bg-rose-200\/0:focus {
  background-color: rgb(254 205 211 / 0);
}

.focus\:bg-rose-200\/10:focus {
  background-color: rgb(254 205 211 / 0.1);
}

.focus\:bg-rose-200\/100:focus {
  background-color: rgb(254 205 211 / 1);
}

.focus\:bg-rose-200\/20:focus {
  background-color: rgb(254 205 211 / 0.2);
}

.focus\:bg-rose-200\/25:focus {
  background-color: rgb(254 205 211 / 0.25);
}

.focus\:bg-rose-200\/30:focus {
  background-color: rgb(254 205 211 / 0.3);
}

.focus\:bg-rose-200\/40:focus {
  background-color: rgb(254 205 211 / 0.4);
}

.focus\:bg-rose-200\/5:focus {
  background-color: rgb(254 205 211 / 0.05);
}

.focus\:bg-rose-200\/50:focus {
  background-color: rgb(254 205 211 / 0.5);
}

.focus\:bg-rose-200\/60:focus {
  background-color: rgb(254 205 211 / 0.6);
}

.focus\:bg-rose-200\/70:focus {
  background-color: rgb(254 205 211 / 0.7);
}

.focus\:bg-rose-200\/75:focus {
  background-color: rgb(254 205 211 / 0.75);
}

.focus\:bg-rose-200\/80:focus {
  background-color: rgb(254 205 211 / 0.8);
}

.focus\:bg-rose-200\/90:focus {
  background-color: rgb(254 205 211 / 0.9);
}

.focus\:bg-rose-200\/95:focus {
  background-color: rgb(254 205 211 / 0.95);
}

.focus\:bg-rose-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity));
}

.focus\:bg-rose-300\/0:focus {
  background-color: rgb(253 164 175 / 0);
}

.focus\:bg-rose-300\/10:focus {
  background-color: rgb(253 164 175 / 0.1);
}

.focus\:bg-rose-300\/100:focus {
  background-color: rgb(253 164 175 / 1);
}

.focus\:bg-rose-300\/20:focus {
  background-color: rgb(253 164 175 / 0.2);
}

.focus\:bg-rose-300\/25:focus {
  background-color: rgb(253 164 175 / 0.25);
}

.focus\:bg-rose-300\/30:focus {
  background-color: rgb(253 164 175 / 0.3);
}

.focus\:bg-rose-300\/40:focus {
  background-color: rgb(253 164 175 / 0.4);
}

.focus\:bg-rose-300\/5:focus {
  background-color: rgb(253 164 175 / 0.05);
}

.focus\:bg-rose-300\/50:focus {
  background-color: rgb(253 164 175 / 0.5);
}

.focus\:bg-rose-300\/60:focus {
  background-color: rgb(253 164 175 / 0.6);
}

.focus\:bg-rose-300\/70:focus {
  background-color: rgb(253 164 175 / 0.7);
}

.focus\:bg-rose-300\/75:focus {
  background-color: rgb(253 164 175 / 0.75);
}

.focus\:bg-rose-300\/80:focus {
  background-color: rgb(253 164 175 / 0.8);
}

.focus\:bg-rose-300\/90:focus {
  background-color: rgb(253 164 175 / 0.9);
}

.focus\:bg-rose-300\/95:focus {
  background-color: rgb(253 164 175 / 0.95);
}

.focus\:bg-rose-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity));
}

.focus\:bg-rose-400\/0:focus {
  background-color: rgb(251 113 133 / 0);
}

.focus\:bg-rose-400\/10:focus {
  background-color: rgb(251 113 133 / 0.1);
}

.focus\:bg-rose-400\/100:focus {
  background-color: rgb(251 113 133 / 1);
}

.focus\:bg-rose-400\/20:focus {
  background-color: rgb(251 113 133 / 0.2);
}

.focus\:bg-rose-400\/25:focus {
  background-color: rgb(251 113 133 / 0.25);
}

.focus\:bg-rose-400\/30:focus {
  background-color: rgb(251 113 133 / 0.3);
}

.focus\:bg-rose-400\/40:focus {
  background-color: rgb(251 113 133 / 0.4);
}

.focus\:bg-rose-400\/5:focus {
  background-color: rgb(251 113 133 / 0.05);
}

.focus\:bg-rose-400\/50:focus {
  background-color: rgb(251 113 133 / 0.5);
}

.focus\:bg-rose-400\/60:focus {
  background-color: rgb(251 113 133 / 0.6);
}

.focus\:bg-rose-400\/70:focus {
  background-color: rgb(251 113 133 / 0.7);
}

.focus\:bg-rose-400\/75:focus {
  background-color: rgb(251 113 133 / 0.75);
}

.focus\:bg-rose-400\/80:focus {
  background-color: rgb(251 113 133 / 0.8);
}

.focus\:bg-rose-400\/90:focus {
  background-color: rgb(251 113 133 / 0.9);
}

.focus\:bg-rose-400\/95:focus {
  background-color: rgb(251 113 133 / 0.95);
}

.focus\:bg-rose-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity));
}

.focus\:bg-rose-50\/0:focus {
  background-color: rgb(255 241 242 / 0);
}

.focus\:bg-rose-50\/10:focus {
  background-color: rgb(255 241 242 / 0.1);
}

.focus\:bg-rose-50\/100:focus {
  background-color: rgb(255 241 242 / 1);
}

.focus\:bg-rose-50\/20:focus {
  background-color: rgb(255 241 242 / 0.2);
}

.focus\:bg-rose-50\/25:focus {
  background-color: rgb(255 241 242 / 0.25);
}

.focus\:bg-rose-50\/30:focus {
  background-color: rgb(255 241 242 / 0.3);
}

.focus\:bg-rose-50\/40:focus {
  background-color: rgb(255 241 242 / 0.4);
}

.focus\:bg-rose-50\/5:focus {
  background-color: rgb(255 241 242 / 0.05);
}

.focus\:bg-rose-50\/50:focus {
  background-color: rgb(255 241 242 / 0.5);
}

.focus\:bg-rose-50\/60:focus {
  background-color: rgb(255 241 242 / 0.6);
}

.focus\:bg-rose-50\/70:focus {
  background-color: rgb(255 241 242 / 0.7);
}

.focus\:bg-rose-50\/75:focus {
  background-color: rgb(255 241 242 / 0.75);
}

.focus\:bg-rose-50\/80:focus {
  background-color: rgb(255 241 242 / 0.8);
}

.focus\:bg-rose-50\/90:focus {
  background-color: rgb(255 241 242 / 0.9);
}

.focus\:bg-rose-50\/95:focus {
  background-color: rgb(255 241 242 / 0.95);
}

.focus\:bg-rose-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity));
}

.focus\:bg-rose-500\/0:focus {
  background-color: rgb(244 63 94 / 0);
}

.focus\:bg-rose-500\/10:focus {
  background-color: rgb(244 63 94 / 0.1);
}

.focus\:bg-rose-500\/100:focus {
  background-color: rgb(244 63 94 / 1);
}

.focus\:bg-rose-500\/20:focus {
  background-color: rgb(244 63 94 / 0.2);
}

.focus\:bg-rose-500\/25:focus {
  background-color: rgb(244 63 94 / 0.25);
}

.focus\:bg-rose-500\/30:focus {
  background-color: rgb(244 63 94 / 0.3);
}

.focus\:bg-rose-500\/40:focus {
  background-color: rgb(244 63 94 / 0.4);
}

.focus\:bg-rose-500\/5:focus {
  background-color: rgb(244 63 94 / 0.05);
}

.focus\:bg-rose-500\/50:focus {
  background-color: rgb(244 63 94 / 0.5);
}

.focus\:bg-rose-500\/60:focus {
  background-color: rgb(244 63 94 / 0.6);
}

.focus\:bg-rose-500\/70:focus {
  background-color: rgb(244 63 94 / 0.7);
}

.focus\:bg-rose-500\/75:focus {
  background-color: rgb(244 63 94 / 0.75);
}

.focus\:bg-rose-500\/80:focus {
  background-color: rgb(244 63 94 / 0.8);
}

.focus\:bg-rose-500\/90:focus {
  background-color: rgb(244 63 94 / 0.9);
}

.focus\:bg-rose-500\/95:focus {
  background-color: rgb(244 63 94 / 0.95);
}

.focus\:bg-rose-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity));
}

.focus\:bg-rose-600\/0:focus {
  background-color: rgb(225 29 72 / 0);
}

.focus\:bg-rose-600\/10:focus {
  background-color: rgb(225 29 72 / 0.1);
}

.focus\:bg-rose-600\/100:focus {
  background-color: rgb(225 29 72 / 1);
}

.focus\:bg-rose-600\/20:focus {
  background-color: rgb(225 29 72 / 0.2);
}

.focus\:bg-rose-600\/25:focus {
  background-color: rgb(225 29 72 / 0.25);
}

.focus\:bg-rose-600\/30:focus {
  background-color: rgb(225 29 72 / 0.3);
}

.focus\:bg-rose-600\/40:focus {
  background-color: rgb(225 29 72 / 0.4);
}

.focus\:bg-rose-600\/5:focus {
  background-color: rgb(225 29 72 / 0.05);
}

.focus\:bg-rose-600\/50:focus {
  background-color: rgb(225 29 72 / 0.5);
}

.focus\:bg-rose-600\/60:focus {
  background-color: rgb(225 29 72 / 0.6);
}

.focus\:bg-rose-600\/70:focus {
  background-color: rgb(225 29 72 / 0.7);
}

.focus\:bg-rose-600\/75:focus {
  background-color: rgb(225 29 72 / 0.75);
}

.focus\:bg-rose-600\/80:focus {
  background-color: rgb(225 29 72 / 0.8);
}

.focus\:bg-rose-600\/90:focus {
  background-color: rgb(225 29 72 / 0.9);
}

.focus\:bg-rose-600\/95:focus {
  background-color: rgb(225 29 72 / 0.95);
}

.focus\:bg-rose-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity));
}

.focus\:bg-rose-700\/0:focus {
  background-color: rgb(190 18 60 / 0);
}

.focus\:bg-rose-700\/10:focus {
  background-color: rgb(190 18 60 / 0.1);
}

.focus\:bg-rose-700\/100:focus {
  background-color: rgb(190 18 60 / 1);
}

.focus\:bg-rose-700\/20:focus {
  background-color: rgb(190 18 60 / 0.2);
}

.focus\:bg-rose-700\/25:focus {
  background-color: rgb(190 18 60 / 0.25);
}

.focus\:bg-rose-700\/30:focus {
  background-color: rgb(190 18 60 / 0.3);
}

.focus\:bg-rose-700\/40:focus {
  background-color: rgb(190 18 60 / 0.4);
}

.focus\:bg-rose-700\/5:focus {
  background-color: rgb(190 18 60 / 0.05);
}

.focus\:bg-rose-700\/50:focus {
  background-color: rgb(190 18 60 / 0.5);
}

.focus\:bg-rose-700\/60:focus {
  background-color: rgb(190 18 60 / 0.6);
}

.focus\:bg-rose-700\/70:focus {
  background-color: rgb(190 18 60 / 0.7);
}

.focus\:bg-rose-700\/75:focus {
  background-color: rgb(190 18 60 / 0.75);
}

.focus\:bg-rose-700\/80:focus {
  background-color: rgb(190 18 60 / 0.8);
}

.focus\:bg-rose-700\/90:focus {
  background-color: rgb(190 18 60 / 0.9);
}

.focus\:bg-rose-700\/95:focus {
  background-color: rgb(190 18 60 / 0.95);
}

.focus\:bg-rose-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(159 18 57 / var(--tw-bg-opacity));
}

.focus\:bg-rose-800\/0:focus {
  background-color: rgb(159 18 57 / 0);
}

.focus\:bg-rose-800\/10:focus {
  background-color: rgb(159 18 57 / 0.1);
}

.focus\:bg-rose-800\/100:focus {
  background-color: rgb(159 18 57 / 1);
}

.focus\:bg-rose-800\/20:focus {
  background-color: rgb(159 18 57 / 0.2);
}

.focus\:bg-rose-800\/25:focus {
  background-color: rgb(159 18 57 / 0.25);
}

.focus\:bg-rose-800\/30:focus {
  background-color: rgb(159 18 57 / 0.3);
}

.focus\:bg-rose-800\/40:focus {
  background-color: rgb(159 18 57 / 0.4);
}

.focus\:bg-rose-800\/5:focus {
  background-color: rgb(159 18 57 / 0.05);
}

.focus\:bg-rose-800\/50:focus {
  background-color: rgb(159 18 57 / 0.5);
}

.focus\:bg-rose-800\/60:focus {
  background-color: rgb(159 18 57 / 0.6);
}

.focus\:bg-rose-800\/70:focus {
  background-color: rgb(159 18 57 / 0.7);
}

.focus\:bg-rose-800\/75:focus {
  background-color: rgb(159 18 57 / 0.75);
}

.focus\:bg-rose-800\/80:focus {
  background-color: rgb(159 18 57 / 0.8);
}

.focus\:bg-rose-800\/90:focus {
  background-color: rgb(159 18 57 / 0.9);
}

.focus\:bg-rose-800\/95:focus {
  background-color: rgb(159 18 57 / 0.95);
}

.focus\:bg-rose-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 55 / var(--tw-bg-opacity));
}

.focus\:bg-rose-900\/0:focus {
  background-color: rgb(136 19 55 / 0);
}

.focus\:bg-rose-900\/10:focus {
  background-color: rgb(136 19 55 / 0.1);
}

.focus\:bg-rose-900\/100:focus {
  background-color: rgb(136 19 55 / 1);
}

.focus\:bg-rose-900\/20:focus {
  background-color: rgb(136 19 55 / 0.2);
}

.focus\:bg-rose-900\/25:focus {
  background-color: rgb(136 19 55 / 0.25);
}

.focus\:bg-rose-900\/30:focus {
  background-color: rgb(136 19 55 / 0.3);
}

.focus\:bg-rose-900\/40:focus {
  background-color: rgb(136 19 55 / 0.4);
}

.focus\:bg-rose-900\/5:focus {
  background-color: rgb(136 19 55 / 0.05);
}

.focus\:bg-rose-900\/50:focus {
  background-color: rgb(136 19 55 / 0.5);
}

.focus\:bg-rose-900\/60:focus {
  background-color: rgb(136 19 55 / 0.6);
}

.focus\:bg-rose-900\/70:focus {
  background-color: rgb(136 19 55 / 0.7);
}

.focus\:bg-rose-900\/75:focus {
  background-color: rgb(136 19 55 / 0.75);
}

.focus\:bg-rose-900\/80:focus {
  background-color: rgb(136 19 55 / 0.8);
}

.focus\:bg-rose-900\/90:focus {
  background-color: rgb(136 19 55 / 0.9);
}

.focus\:bg-rose-900\/95:focus {
  background-color: rgb(136 19 55 / 0.95);
}

.focus\:bg-rose-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(76 5 25 / var(--tw-bg-opacity));
}

.focus\:bg-rose-950\/0:focus {
  background-color: rgb(76 5 25 / 0);
}

.focus\:bg-rose-950\/10:focus {
  background-color: rgb(76 5 25 / 0.1);
}

.focus\:bg-rose-950\/100:focus {
  background-color: rgb(76 5 25 / 1);
}

.focus\:bg-rose-950\/20:focus {
  background-color: rgb(76 5 25 / 0.2);
}

.focus\:bg-rose-950\/25:focus {
  background-color: rgb(76 5 25 / 0.25);
}

.focus\:bg-rose-950\/30:focus {
  background-color: rgb(76 5 25 / 0.3);
}

.focus\:bg-rose-950\/40:focus {
  background-color: rgb(76 5 25 / 0.4);
}

.focus\:bg-rose-950\/5:focus {
  background-color: rgb(76 5 25 / 0.05);
}

.focus\:bg-rose-950\/50:focus {
  background-color: rgb(76 5 25 / 0.5);
}

.focus\:bg-rose-950\/60:focus {
  background-color: rgb(76 5 25 / 0.6);
}

.focus\:bg-rose-950\/70:focus {
  background-color: rgb(76 5 25 / 0.7);
}

.focus\:bg-rose-950\/75:focus {
  background-color: rgb(76 5 25 / 0.75);
}

.focus\:bg-rose-950\/80:focus {
  background-color: rgb(76 5 25 / 0.8);
}

.focus\:bg-rose-950\/90:focus {
  background-color: rgb(76 5 25 / 0.9);
}

.focus\:bg-rose-950\/95:focus {
  background-color: rgb(76 5 25 / 0.95);
}

.focus\:bg-sky-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}

.focus\:bg-sky-100\/0:focus {
  background-color: rgb(224 242 254 / 0);
}

.focus\:bg-sky-100\/10:focus {
  background-color: rgb(224 242 254 / 0.1);
}

.focus\:bg-sky-100\/100:focus {
  background-color: rgb(224 242 254 / 1);
}

.focus\:bg-sky-100\/20:focus {
  background-color: rgb(224 242 254 / 0.2);
}

.focus\:bg-sky-100\/25:focus {
  background-color: rgb(224 242 254 / 0.25);
}

.focus\:bg-sky-100\/30:focus {
  background-color: rgb(224 242 254 / 0.3);
}

.focus\:bg-sky-100\/40:focus {
  background-color: rgb(224 242 254 / 0.4);
}

.focus\:bg-sky-100\/5:focus {
  background-color: rgb(224 242 254 / 0.05);
}

.focus\:bg-sky-100\/50:focus {
  background-color: rgb(224 242 254 / 0.5);
}

.focus\:bg-sky-100\/60:focus {
  background-color: rgb(224 242 254 / 0.6);
}

.focus\:bg-sky-100\/70:focus {
  background-color: rgb(224 242 254 / 0.7);
}

.focus\:bg-sky-100\/75:focus {
  background-color: rgb(224 242 254 / 0.75);
}

.focus\:bg-sky-100\/80:focus {
  background-color: rgb(224 242 254 / 0.8);
}

.focus\:bg-sky-100\/90:focus {
  background-color: rgb(224 242 254 / 0.9);
}

.focus\:bg-sky-100\/95:focus {
  background-color: rgb(224 242 254 / 0.95);
}

.focus\:bg-sky-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity));
}

.focus\:bg-sky-200\/0:focus {
  background-color: rgb(186 230 253 / 0);
}

.focus\:bg-sky-200\/10:focus {
  background-color: rgb(186 230 253 / 0.1);
}

.focus\:bg-sky-200\/100:focus {
  background-color: rgb(186 230 253 / 1);
}

.focus\:bg-sky-200\/20:focus {
  background-color: rgb(186 230 253 / 0.2);
}

.focus\:bg-sky-200\/25:focus {
  background-color: rgb(186 230 253 / 0.25);
}

.focus\:bg-sky-200\/30:focus {
  background-color: rgb(186 230 253 / 0.3);
}

.focus\:bg-sky-200\/40:focus {
  background-color: rgb(186 230 253 / 0.4);
}

.focus\:bg-sky-200\/5:focus {
  background-color: rgb(186 230 253 / 0.05);
}

.focus\:bg-sky-200\/50:focus {
  background-color: rgb(186 230 253 / 0.5);
}

.focus\:bg-sky-200\/60:focus {
  background-color: rgb(186 230 253 / 0.6);
}

.focus\:bg-sky-200\/70:focus {
  background-color: rgb(186 230 253 / 0.7);
}

.focus\:bg-sky-200\/75:focus {
  background-color: rgb(186 230 253 / 0.75);
}

.focus\:bg-sky-200\/80:focus {
  background-color: rgb(186 230 253 / 0.8);
}

.focus\:bg-sky-200\/90:focus {
  background-color: rgb(186 230 253 / 0.9);
}

.focus\:bg-sky-200\/95:focus {
  background-color: rgb(186 230 253 / 0.95);
}

.focus\:bg-sky-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity));
}

.focus\:bg-sky-300\/0:focus {
  background-color: rgb(125 211 252 / 0);
}

.focus\:bg-sky-300\/10:focus {
  background-color: rgb(125 211 252 / 0.1);
}

.focus\:bg-sky-300\/100:focus {
  background-color: rgb(125 211 252 / 1);
}

.focus\:bg-sky-300\/20:focus {
  background-color: rgb(125 211 252 / 0.2);
}

.focus\:bg-sky-300\/25:focus {
  background-color: rgb(125 211 252 / 0.25);
}

.focus\:bg-sky-300\/30:focus {
  background-color: rgb(125 211 252 / 0.3);
}

.focus\:bg-sky-300\/40:focus {
  background-color: rgb(125 211 252 / 0.4);
}

.focus\:bg-sky-300\/5:focus {
  background-color: rgb(125 211 252 / 0.05);
}

.focus\:bg-sky-300\/50:focus {
  background-color: rgb(125 211 252 / 0.5);
}

.focus\:bg-sky-300\/60:focus {
  background-color: rgb(125 211 252 / 0.6);
}

.focus\:bg-sky-300\/70:focus {
  background-color: rgb(125 211 252 / 0.7);
}

.focus\:bg-sky-300\/75:focus {
  background-color: rgb(125 211 252 / 0.75);
}

.focus\:bg-sky-300\/80:focus {
  background-color: rgb(125 211 252 / 0.8);
}

.focus\:bg-sky-300\/90:focus {
  background-color: rgb(125 211 252 / 0.9);
}

.focus\:bg-sky-300\/95:focus {
  background-color: rgb(125 211 252 / 0.95);
}

.focus\:bg-sky-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}

.focus\:bg-sky-400\/0:focus {
  background-color: rgb(56 189 248 / 0);
}

.focus\:bg-sky-400\/10:focus {
  background-color: rgb(56 189 248 / 0.1);
}

.focus\:bg-sky-400\/100:focus {
  background-color: rgb(56 189 248 / 1);
}

.focus\:bg-sky-400\/20:focus {
  background-color: rgb(56 189 248 / 0.2);
}

.focus\:bg-sky-400\/25:focus {
  background-color: rgb(56 189 248 / 0.25);
}

.focus\:bg-sky-400\/30:focus {
  background-color: rgb(56 189 248 / 0.3);
}

.focus\:bg-sky-400\/40:focus {
  background-color: rgb(56 189 248 / 0.4);
}

.focus\:bg-sky-400\/5:focus {
  background-color: rgb(56 189 248 / 0.05);
}

.focus\:bg-sky-400\/50:focus {
  background-color: rgb(56 189 248 / 0.5);
}

.focus\:bg-sky-400\/60:focus {
  background-color: rgb(56 189 248 / 0.6);
}

.focus\:bg-sky-400\/70:focus {
  background-color: rgb(56 189 248 / 0.7);
}

.focus\:bg-sky-400\/75:focus {
  background-color: rgb(56 189 248 / 0.75);
}

.focus\:bg-sky-400\/80:focus {
  background-color: rgb(56 189 248 / 0.8);
}

.focus\:bg-sky-400\/90:focus {
  background-color: rgb(56 189 248 / 0.9);
}

.focus\:bg-sky-400\/95:focus {
  background-color: rgb(56 189 248 / 0.95);
}

.focus\:bg-sky-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}

.focus\:bg-sky-50\/0:focus {
  background-color: rgb(240 249 255 / 0);
}

.focus\:bg-sky-50\/10:focus {
  background-color: rgb(240 249 255 / 0.1);
}

.focus\:bg-sky-50\/100:focus {
  background-color: rgb(240 249 255 / 1);
}

.focus\:bg-sky-50\/20:focus {
  background-color: rgb(240 249 255 / 0.2);
}

.focus\:bg-sky-50\/25:focus {
  background-color: rgb(240 249 255 / 0.25);
}

.focus\:bg-sky-50\/30:focus {
  background-color: rgb(240 249 255 / 0.3);
}

.focus\:bg-sky-50\/40:focus {
  background-color: rgb(240 249 255 / 0.4);
}

.focus\:bg-sky-50\/5:focus {
  background-color: rgb(240 249 255 / 0.05);
}

.focus\:bg-sky-50\/50:focus {
  background-color: rgb(240 249 255 / 0.5);
}

.focus\:bg-sky-50\/60:focus {
  background-color: rgb(240 249 255 / 0.6);
}

.focus\:bg-sky-50\/70:focus {
  background-color: rgb(240 249 255 / 0.7);
}

.focus\:bg-sky-50\/75:focus {
  background-color: rgb(240 249 255 / 0.75);
}

.focus\:bg-sky-50\/80:focus {
  background-color: rgb(240 249 255 / 0.8);
}

.focus\:bg-sky-50\/90:focus {
  background-color: rgb(240 249 255 / 0.9);
}

.focus\:bg-sky-50\/95:focus {
  background-color: rgb(240 249 255 / 0.95);
}

.focus\:bg-sky-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}

.focus\:bg-sky-500\/0:focus {
  background-color: rgb(14 165 233 / 0);
}

.focus\:bg-sky-500\/10:focus {
  background-color: rgb(14 165 233 / 0.1);
}

.focus\:bg-sky-500\/100:focus {
  background-color: rgb(14 165 233 / 1);
}

.focus\:bg-sky-500\/20:focus {
  background-color: rgb(14 165 233 / 0.2);
}

.focus\:bg-sky-500\/25:focus {
  background-color: rgb(14 165 233 / 0.25);
}

.focus\:bg-sky-500\/30:focus {
  background-color: rgb(14 165 233 / 0.3);
}

.focus\:bg-sky-500\/40:focus {
  background-color: rgb(14 165 233 / 0.4);
}

.focus\:bg-sky-500\/5:focus {
  background-color: rgb(14 165 233 / 0.05);
}

.focus\:bg-sky-500\/50:focus {
  background-color: rgb(14 165 233 / 0.5);
}

.focus\:bg-sky-500\/60:focus {
  background-color: rgb(14 165 233 / 0.6);
}

.focus\:bg-sky-500\/70:focus {
  background-color: rgb(14 165 233 / 0.7);
}

.focus\:bg-sky-500\/75:focus {
  background-color: rgb(14 165 233 / 0.75);
}

.focus\:bg-sky-500\/80:focus {
  background-color: rgb(14 165 233 / 0.8);
}

.focus\:bg-sky-500\/90:focus {
  background-color: rgb(14 165 233 / 0.9);
}

.focus\:bg-sky-500\/95:focus {
  background-color: rgb(14 165 233 / 0.95);
}

.focus\:bg-sky-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}

.focus\:bg-sky-600\/0:focus {
  background-color: rgb(2 132 199 / 0);
}

.focus\:bg-sky-600\/10:focus {
  background-color: rgb(2 132 199 / 0.1);
}

.focus\:bg-sky-600\/100:focus {
  background-color: rgb(2 132 199 / 1);
}

.focus\:bg-sky-600\/20:focus {
  background-color: rgb(2 132 199 / 0.2);
}

.focus\:bg-sky-600\/25:focus {
  background-color: rgb(2 132 199 / 0.25);
}

.focus\:bg-sky-600\/30:focus {
  background-color: rgb(2 132 199 / 0.3);
}

.focus\:bg-sky-600\/40:focus {
  background-color: rgb(2 132 199 / 0.4);
}

.focus\:bg-sky-600\/5:focus {
  background-color: rgb(2 132 199 / 0.05);
}

.focus\:bg-sky-600\/50:focus {
  background-color: rgb(2 132 199 / 0.5);
}

.focus\:bg-sky-600\/60:focus {
  background-color: rgb(2 132 199 / 0.6);
}

.focus\:bg-sky-600\/70:focus {
  background-color: rgb(2 132 199 / 0.7);
}

.focus\:bg-sky-600\/75:focus {
  background-color: rgb(2 132 199 / 0.75);
}

.focus\:bg-sky-600\/80:focus {
  background-color: rgb(2 132 199 / 0.8);
}

.focus\:bg-sky-600\/90:focus {
  background-color: rgb(2 132 199 / 0.9);
}

.focus\:bg-sky-600\/95:focus {
  background-color: rgb(2 132 199 / 0.95);
}

.focus\:bg-sky-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
}

.focus\:bg-sky-700\/0:focus {
  background-color: rgb(3 105 161 / 0);
}

.focus\:bg-sky-700\/10:focus {
  background-color: rgb(3 105 161 / 0.1);
}

.focus\:bg-sky-700\/100:focus {
  background-color: rgb(3 105 161 / 1);
}

.focus\:bg-sky-700\/20:focus {
  background-color: rgb(3 105 161 / 0.2);
}

.focus\:bg-sky-700\/25:focus {
  background-color: rgb(3 105 161 / 0.25);
}

.focus\:bg-sky-700\/30:focus {
  background-color: rgb(3 105 161 / 0.3);
}

.focus\:bg-sky-700\/40:focus {
  background-color: rgb(3 105 161 / 0.4);
}

.focus\:bg-sky-700\/5:focus {
  background-color: rgb(3 105 161 / 0.05);
}

.focus\:bg-sky-700\/50:focus {
  background-color: rgb(3 105 161 / 0.5);
}

.focus\:bg-sky-700\/60:focus {
  background-color: rgb(3 105 161 / 0.6);
}

.focus\:bg-sky-700\/70:focus {
  background-color: rgb(3 105 161 / 0.7);
}

.focus\:bg-sky-700\/75:focus {
  background-color: rgb(3 105 161 / 0.75);
}

.focus\:bg-sky-700\/80:focus {
  background-color: rgb(3 105 161 / 0.8);
}

.focus\:bg-sky-700\/90:focus {
  background-color: rgb(3 105 161 / 0.9);
}

.focus\:bg-sky-700\/95:focus {
  background-color: rgb(3 105 161 / 0.95);
}

.focus\:bg-sky-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity));
}

.focus\:bg-sky-800\/0:focus {
  background-color: rgb(7 89 133 / 0);
}

.focus\:bg-sky-800\/10:focus {
  background-color: rgb(7 89 133 / 0.1);
}

.focus\:bg-sky-800\/100:focus {
  background-color: rgb(7 89 133 / 1);
}

.focus\:bg-sky-800\/20:focus {
  background-color: rgb(7 89 133 / 0.2);
}

.focus\:bg-sky-800\/25:focus {
  background-color: rgb(7 89 133 / 0.25);
}

.focus\:bg-sky-800\/30:focus {
  background-color: rgb(7 89 133 / 0.3);
}

.focus\:bg-sky-800\/40:focus {
  background-color: rgb(7 89 133 / 0.4);
}

.focus\:bg-sky-800\/5:focus {
  background-color: rgb(7 89 133 / 0.05);
}

.focus\:bg-sky-800\/50:focus {
  background-color: rgb(7 89 133 / 0.5);
}

.focus\:bg-sky-800\/60:focus {
  background-color: rgb(7 89 133 / 0.6);
}

.focus\:bg-sky-800\/70:focus {
  background-color: rgb(7 89 133 / 0.7);
}

.focus\:bg-sky-800\/75:focus {
  background-color: rgb(7 89 133 / 0.75);
}

.focus\:bg-sky-800\/80:focus {
  background-color: rgb(7 89 133 / 0.8);
}

.focus\:bg-sky-800\/90:focus {
  background-color: rgb(7 89 133 / 0.9);
}

.focus\:bg-sky-800\/95:focus {
  background-color: rgb(7 89 133 / 0.95);
}

.focus\:bg-sky-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity));
}

.focus\:bg-sky-900\/0:focus {
  background-color: rgb(12 74 110 / 0);
}

.focus\:bg-sky-900\/10:focus {
  background-color: rgb(12 74 110 / 0.1);
}

.focus\:bg-sky-900\/100:focus {
  background-color: rgb(12 74 110 / 1);
}

.focus\:bg-sky-900\/20:focus {
  background-color: rgb(12 74 110 / 0.2);
}

.focus\:bg-sky-900\/25:focus {
  background-color: rgb(12 74 110 / 0.25);
}

.focus\:bg-sky-900\/30:focus {
  background-color: rgb(12 74 110 / 0.3);
}

.focus\:bg-sky-900\/40:focus {
  background-color: rgb(12 74 110 / 0.4);
}

.focus\:bg-sky-900\/5:focus {
  background-color: rgb(12 74 110 / 0.05);
}

.focus\:bg-sky-900\/50:focus {
  background-color: rgb(12 74 110 / 0.5);
}

.focus\:bg-sky-900\/60:focus {
  background-color: rgb(12 74 110 / 0.6);
}

.focus\:bg-sky-900\/70:focus {
  background-color: rgb(12 74 110 / 0.7);
}

.focus\:bg-sky-900\/75:focus {
  background-color: rgb(12 74 110 / 0.75);
}

.focus\:bg-sky-900\/80:focus {
  background-color: rgb(12 74 110 / 0.8);
}

.focus\:bg-sky-900\/90:focus {
  background-color: rgb(12 74 110 / 0.9);
}

.focus\:bg-sky-900\/95:focus {
  background-color: rgb(12 74 110 / 0.95);
}

.focus\:bg-sky-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity));
}

.focus\:bg-sky-950\/0:focus {
  background-color: rgb(8 47 73 / 0);
}

.focus\:bg-sky-950\/10:focus {
  background-color: rgb(8 47 73 / 0.1);
}

.focus\:bg-sky-950\/100:focus {
  background-color: rgb(8 47 73 / 1);
}

.focus\:bg-sky-950\/20:focus {
  background-color: rgb(8 47 73 / 0.2);
}

.focus\:bg-sky-950\/25:focus {
  background-color: rgb(8 47 73 / 0.25);
}

.focus\:bg-sky-950\/30:focus {
  background-color: rgb(8 47 73 / 0.3);
}

.focus\:bg-sky-950\/40:focus {
  background-color: rgb(8 47 73 / 0.4);
}

.focus\:bg-sky-950\/5:focus {
  background-color: rgb(8 47 73 / 0.05);
}

.focus\:bg-sky-950\/50:focus {
  background-color: rgb(8 47 73 / 0.5);
}

.focus\:bg-sky-950\/60:focus {
  background-color: rgb(8 47 73 / 0.6);
}

.focus\:bg-sky-950\/70:focus {
  background-color: rgb(8 47 73 / 0.7);
}

.focus\:bg-sky-950\/75:focus {
  background-color: rgb(8 47 73 / 0.75);
}

.focus\:bg-sky-950\/80:focus {
  background-color: rgb(8 47 73 / 0.8);
}

.focus\:bg-sky-950\/90:focus {
  background-color: rgb(8 47 73 / 0.9);
}

.focus\:bg-sky-950\/95:focus {
  background-color: rgb(8 47 73 / 0.95);
}

.focus\:bg-slate-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.focus\:bg-slate-100\/0:focus {
  background-color: rgb(241 245 249 / 0);
}

.focus\:bg-slate-100\/10:focus {
  background-color: rgb(241 245 249 / 0.1);
}

.focus\:bg-slate-100\/100:focus {
  background-color: rgb(241 245 249 / 1);
}

.focus\:bg-slate-100\/20:focus {
  background-color: rgb(241 245 249 / 0.2);
}

.focus\:bg-slate-100\/25:focus {
  background-color: rgb(241 245 249 / 0.25);
}

.focus\:bg-slate-100\/30:focus {
  background-color: rgb(241 245 249 / 0.3);
}

.focus\:bg-slate-100\/40:focus {
  background-color: rgb(241 245 249 / 0.4);
}

.focus\:bg-slate-100\/5:focus {
  background-color: rgb(241 245 249 / 0.05);
}

.focus\:bg-slate-100\/50:focus {
  background-color: rgb(241 245 249 / 0.5);
}

.focus\:bg-slate-100\/60:focus {
  background-color: rgb(241 245 249 / 0.6);
}

.focus\:bg-slate-100\/70:focus {
  background-color: rgb(241 245 249 / 0.7);
}

.focus\:bg-slate-100\/75:focus {
  background-color: rgb(241 245 249 / 0.75);
}

.focus\:bg-slate-100\/80:focus {
  background-color: rgb(241 245 249 / 0.8);
}

.focus\:bg-slate-100\/90:focus {
  background-color: rgb(241 245 249 / 0.9);
}

.focus\:bg-slate-100\/95:focus {
  background-color: rgb(241 245 249 / 0.95);
}

.focus\:bg-slate-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

.focus\:bg-slate-200\/0:focus {
  background-color: rgb(226 232 240 / 0);
}

.focus\:bg-slate-200\/10:focus {
  background-color: rgb(226 232 240 / 0.1);
}

.focus\:bg-slate-200\/100:focus {
  background-color: rgb(226 232 240 / 1);
}

.focus\:bg-slate-200\/20:focus {
  background-color: rgb(226 232 240 / 0.2);
}

.focus\:bg-slate-200\/25:focus {
  background-color: rgb(226 232 240 / 0.25);
}

.focus\:bg-slate-200\/30:focus {
  background-color: rgb(226 232 240 / 0.3);
}

.focus\:bg-slate-200\/40:focus {
  background-color: rgb(226 232 240 / 0.4);
}

.focus\:bg-slate-200\/5:focus {
  background-color: rgb(226 232 240 / 0.05);
}

.focus\:bg-slate-200\/50:focus {
  background-color: rgb(226 232 240 / 0.5);
}

.focus\:bg-slate-200\/60:focus {
  background-color: rgb(226 232 240 / 0.6);
}

.focus\:bg-slate-200\/70:focus {
  background-color: rgb(226 232 240 / 0.7);
}

.focus\:bg-slate-200\/75:focus {
  background-color: rgb(226 232 240 / 0.75);
}

.focus\:bg-slate-200\/80:focus {
  background-color: rgb(226 232 240 / 0.8);
}

.focus\:bg-slate-200\/90:focus {
  background-color: rgb(226 232 240 / 0.9);
}

.focus\:bg-slate-200\/95:focus {
  background-color: rgb(226 232 240 / 0.95);
}

.focus\:bg-slate-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}

.focus\:bg-slate-300\/0:focus {
  background-color: rgb(203 213 225 / 0);
}

.focus\:bg-slate-300\/10:focus {
  background-color: rgb(203 213 225 / 0.1);
}

.focus\:bg-slate-300\/100:focus {
  background-color: rgb(203 213 225 / 1);
}

.focus\:bg-slate-300\/20:focus {
  background-color: rgb(203 213 225 / 0.2);
}

.focus\:bg-slate-300\/25:focus {
  background-color: rgb(203 213 225 / 0.25);
}

.focus\:bg-slate-300\/30:focus {
  background-color: rgb(203 213 225 / 0.3);
}

.focus\:bg-slate-300\/40:focus {
  background-color: rgb(203 213 225 / 0.4);
}

.focus\:bg-slate-300\/5:focus {
  background-color: rgb(203 213 225 / 0.05);
}

.focus\:bg-slate-300\/50:focus {
  background-color: rgb(203 213 225 / 0.5);
}

.focus\:bg-slate-300\/60:focus {
  background-color: rgb(203 213 225 / 0.6);
}

.focus\:bg-slate-300\/70:focus {
  background-color: rgb(203 213 225 / 0.7);
}

.focus\:bg-slate-300\/75:focus {
  background-color: rgb(203 213 225 / 0.75);
}

.focus\:bg-slate-300\/80:focus {
  background-color: rgb(203 213 225 / 0.8);
}

.focus\:bg-slate-300\/90:focus {
  background-color: rgb(203 213 225 / 0.9);
}

.focus\:bg-slate-300\/95:focus {
  background-color: rgb(203 213 225 / 0.95);
}

.focus\:bg-slate-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}

.focus\:bg-slate-400\/0:focus {
  background-color: rgb(148 163 184 / 0);
}

.focus\:bg-slate-400\/10:focus {
  background-color: rgb(148 163 184 / 0.1);
}

.focus\:bg-slate-400\/100:focus {
  background-color: rgb(148 163 184 / 1);
}

.focus\:bg-slate-400\/20:focus {
  background-color: rgb(148 163 184 / 0.2);
}

.focus\:bg-slate-400\/25:focus {
  background-color: rgb(148 163 184 / 0.25);
}

.focus\:bg-slate-400\/30:focus {
  background-color: rgb(148 163 184 / 0.3);
}

.focus\:bg-slate-400\/40:focus {
  background-color: rgb(148 163 184 / 0.4);
}

.focus\:bg-slate-400\/5:focus {
  background-color: rgb(148 163 184 / 0.05);
}

.focus\:bg-slate-400\/50:focus {
  background-color: rgb(148 163 184 / 0.5);
}

.focus\:bg-slate-400\/60:focus {
  background-color: rgb(148 163 184 / 0.6);
}

.focus\:bg-slate-400\/70:focus {
  background-color: rgb(148 163 184 / 0.7);
}

.focus\:bg-slate-400\/75:focus {
  background-color: rgb(148 163 184 / 0.75);
}

.focus\:bg-slate-400\/80:focus {
  background-color: rgb(148 163 184 / 0.8);
}

.focus\:bg-slate-400\/90:focus {
  background-color: rgb(148 163 184 / 0.9);
}

.focus\:bg-slate-400\/95:focus {
  background-color: rgb(148 163 184 / 0.95);
}

.focus\:bg-slate-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

.focus\:bg-slate-50\/0:focus {
  background-color: rgb(248 250 252 / 0);
}

.focus\:bg-slate-50\/10:focus {
  background-color: rgb(248 250 252 / 0.1);
}

.focus\:bg-slate-50\/100:focus {
  background-color: rgb(248 250 252 / 1);
}

.focus\:bg-slate-50\/20:focus {
  background-color: rgb(248 250 252 / 0.2);
}

.focus\:bg-slate-50\/25:focus {
  background-color: rgb(248 250 252 / 0.25);
}

.focus\:bg-slate-50\/30:focus {
  background-color: rgb(248 250 252 / 0.3);
}

.focus\:bg-slate-50\/40:focus {
  background-color: rgb(248 250 252 / 0.4);
}

.focus\:bg-slate-50\/5:focus {
  background-color: rgb(248 250 252 / 0.05);
}

.focus\:bg-slate-50\/50:focus {
  background-color: rgb(248 250 252 / 0.5);
}

.focus\:bg-slate-50\/60:focus {
  background-color: rgb(248 250 252 / 0.6);
}

.focus\:bg-slate-50\/70:focus {
  background-color: rgb(248 250 252 / 0.7);
}

.focus\:bg-slate-50\/75:focus {
  background-color: rgb(248 250 252 / 0.75);
}

.focus\:bg-slate-50\/80:focus {
  background-color: rgb(248 250 252 / 0.8);
}

.focus\:bg-slate-50\/90:focus {
  background-color: rgb(248 250 252 / 0.9);
}

.focus\:bg-slate-50\/95:focus {
  background-color: rgb(248 250 252 / 0.95);
}

.focus\:bg-slate-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}

.focus\:bg-slate-500\/0:focus {
  background-color: rgb(100 116 139 / 0);
}

.focus\:bg-slate-500\/10:focus {
  background-color: rgb(100 116 139 / 0.1);
}

.focus\:bg-slate-500\/100:focus {
  background-color: rgb(100 116 139 / 1);
}

.focus\:bg-slate-500\/20:focus {
  background-color: rgb(100 116 139 / 0.2);
}

.focus\:bg-slate-500\/25:focus {
  background-color: rgb(100 116 139 / 0.25);
}

.focus\:bg-slate-500\/30:focus {
  background-color: rgb(100 116 139 / 0.3);
}

.focus\:bg-slate-500\/40:focus {
  background-color: rgb(100 116 139 / 0.4);
}

.focus\:bg-slate-500\/5:focus {
  background-color: rgb(100 116 139 / 0.05);
}

.focus\:bg-slate-500\/50:focus {
  background-color: rgb(100 116 139 / 0.5);
}

.focus\:bg-slate-500\/60:focus {
  background-color: rgb(100 116 139 / 0.6);
}

.focus\:bg-slate-500\/70:focus {
  background-color: rgb(100 116 139 / 0.7);
}

.focus\:bg-slate-500\/75:focus {
  background-color: rgb(100 116 139 / 0.75);
}

.focus\:bg-slate-500\/80:focus {
  background-color: rgb(100 116 139 / 0.8);
}

.focus\:bg-slate-500\/90:focus {
  background-color: rgb(100 116 139 / 0.9);
}

.focus\:bg-slate-500\/95:focus {
  background-color: rgb(100 116 139 / 0.95);
}

.focus\:bg-slate-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}

.focus\:bg-slate-600\/0:focus {
  background-color: rgb(71 85 105 / 0);
}

.focus\:bg-slate-600\/10:focus {
  background-color: rgb(71 85 105 / 0.1);
}

.focus\:bg-slate-600\/100:focus {
  background-color: rgb(71 85 105 / 1);
}

.focus\:bg-slate-600\/20:focus {
  background-color: rgb(71 85 105 / 0.2);
}

.focus\:bg-slate-600\/25:focus {
  background-color: rgb(71 85 105 / 0.25);
}

.focus\:bg-slate-600\/30:focus {
  background-color: rgb(71 85 105 / 0.3);
}

.focus\:bg-slate-600\/40:focus {
  background-color: rgb(71 85 105 / 0.4);
}

.focus\:bg-slate-600\/5:focus {
  background-color: rgb(71 85 105 / 0.05);
}

.focus\:bg-slate-600\/50:focus {
  background-color: rgb(71 85 105 / 0.5);
}

.focus\:bg-slate-600\/60:focus {
  background-color: rgb(71 85 105 / 0.6);
}

.focus\:bg-slate-600\/70:focus {
  background-color: rgb(71 85 105 / 0.7);
}

.focus\:bg-slate-600\/75:focus {
  background-color: rgb(71 85 105 / 0.75);
}

.focus\:bg-slate-600\/80:focus {
  background-color: rgb(71 85 105 / 0.8);
}

.focus\:bg-slate-600\/90:focus {
  background-color: rgb(71 85 105 / 0.9);
}

.focus\:bg-slate-600\/95:focus {
  background-color: rgb(71 85 105 / 0.95);
}

.focus\:bg-slate-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}

.focus\:bg-slate-700\/0:focus {
  background-color: rgb(51 65 85 / 0);
}

.focus\:bg-slate-700\/10:focus {
  background-color: rgb(51 65 85 / 0.1);
}

.focus\:bg-slate-700\/100:focus {
  background-color: rgb(51 65 85 / 1);
}

.focus\:bg-slate-700\/20:focus {
  background-color: rgb(51 65 85 / 0.2);
}

.focus\:bg-slate-700\/25:focus {
  background-color: rgb(51 65 85 / 0.25);
}

.focus\:bg-slate-700\/30:focus {
  background-color: rgb(51 65 85 / 0.3);
}

.focus\:bg-slate-700\/40:focus {
  background-color: rgb(51 65 85 / 0.4);
}

.focus\:bg-slate-700\/5:focus {
  background-color: rgb(51 65 85 / 0.05);
}

.focus\:bg-slate-700\/50:focus {
  background-color: rgb(51 65 85 / 0.5);
}

.focus\:bg-slate-700\/60:focus {
  background-color: rgb(51 65 85 / 0.6);
}

.focus\:bg-slate-700\/70:focus {
  background-color: rgb(51 65 85 / 0.7);
}

.focus\:bg-slate-700\/75:focus {
  background-color: rgb(51 65 85 / 0.75);
}

.focus\:bg-slate-700\/80:focus {
  background-color: rgb(51 65 85 / 0.8);
}

.focus\:bg-slate-700\/90:focus {
  background-color: rgb(51 65 85 / 0.9);
}

.focus\:bg-slate-700\/95:focus {
  background-color: rgb(51 65 85 / 0.95);
}

.focus\:bg-slate-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}

.focus\:bg-slate-800\/0:focus {
  background-color: rgb(30 41 59 / 0);
}

.focus\:bg-slate-800\/10:focus {
  background-color: rgb(30 41 59 / 0.1);
}

.focus\:bg-slate-800\/100:focus {
  background-color: rgb(30 41 59 / 1);
}

.focus\:bg-slate-800\/20:focus {
  background-color: rgb(30 41 59 / 0.2);
}

.focus\:bg-slate-800\/25:focus {
  background-color: rgb(30 41 59 / 0.25);
}

.focus\:bg-slate-800\/30:focus {
  background-color: rgb(30 41 59 / 0.3);
}

.focus\:bg-slate-800\/40:focus {
  background-color: rgb(30 41 59 / 0.4);
}

.focus\:bg-slate-800\/5:focus {
  background-color: rgb(30 41 59 / 0.05);
}

.focus\:bg-slate-800\/50:focus {
  background-color: rgb(30 41 59 / 0.5);
}

.focus\:bg-slate-800\/60:focus {
  background-color: rgb(30 41 59 / 0.6);
}

.focus\:bg-slate-800\/70:focus {
  background-color: rgb(30 41 59 / 0.7);
}

.focus\:bg-slate-800\/75:focus {
  background-color: rgb(30 41 59 / 0.75);
}

.focus\:bg-slate-800\/80:focus {
  background-color: rgb(30 41 59 / 0.8);
}

.focus\:bg-slate-800\/90:focus {
  background-color: rgb(30 41 59 / 0.9);
}

.focus\:bg-slate-800\/95:focus {
  background-color: rgb(30 41 59 / 0.95);
}

.focus\:bg-slate-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}

.focus\:bg-slate-900\/0:focus {
  background-color: rgb(15 23 42 / 0);
}

.focus\:bg-slate-900\/10:focus {
  background-color: rgb(15 23 42 / 0.1);
}

.focus\:bg-slate-900\/100:focus {
  background-color: rgb(15 23 42 / 1);
}

.focus\:bg-slate-900\/20:focus {
  background-color: rgb(15 23 42 / 0.2);
}

.focus\:bg-slate-900\/25:focus {
  background-color: rgb(15 23 42 / 0.25);
}

.focus\:bg-slate-900\/30:focus {
  background-color: rgb(15 23 42 / 0.3);
}

.focus\:bg-slate-900\/40:focus {
  background-color: rgb(15 23 42 / 0.4);
}

.focus\:bg-slate-900\/5:focus {
  background-color: rgb(15 23 42 / 0.05);
}

.focus\:bg-slate-900\/50:focus {
  background-color: rgb(15 23 42 / 0.5);
}

.focus\:bg-slate-900\/60:focus {
  background-color: rgb(15 23 42 / 0.6);
}

.focus\:bg-slate-900\/70:focus {
  background-color: rgb(15 23 42 / 0.7);
}

.focus\:bg-slate-900\/75:focus {
  background-color: rgb(15 23 42 / 0.75);
}

.focus\:bg-slate-900\/80:focus {
  background-color: rgb(15 23 42 / 0.8);
}

.focus\:bg-slate-900\/90:focus {
  background-color: rgb(15 23 42 / 0.9);
}

.focus\:bg-slate-900\/95:focus {
  background-color: rgb(15 23 42 / 0.95);
}

.focus\:bg-slate-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity));
}

.focus\:bg-slate-950\/0:focus {
  background-color: rgb(2 6 23 / 0);
}

.focus\:bg-slate-950\/10:focus {
  background-color: rgb(2 6 23 / 0.1);
}

.focus\:bg-slate-950\/100:focus {
  background-color: rgb(2 6 23 / 1);
}

.focus\:bg-slate-950\/20:focus {
  background-color: rgb(2 6 23 / 0.2);
}

.focus\:bg-slate-950\/25:focus {
  background-color: rgb(2 6 23 / 0.25);
}

.focus\:bg-slate-950\/30:focus {
  background-color: rgb(2 6 23 / 0.3);
}

.focus\:bg-slate-950\/40:focus {
  background-color: rgb(2 6 23 / 0.4);
}

.focus\:bg-slate-950\/5:focus {
  background-color: rgb(2 6 23 / 0.05);
}

.focus\:bg-slate-950\/50:focus {
  background-color: rgb(2 6 23 / 0.5);
}

.focus\:bg-slate-950\/60:focus {
  background-color: rgb(2 6 23 / 0.6);
}

.focus\:bg-slate-950\/70:focus {
  background-color: rgb(2 6 23 / 0.7);
}

.focus\:bg-slate-950\/75:focus {
  background-color: rgb(2 6 23 / 0.75);
}

.focus\:bg-slate-950\/80:focus {
  background-color: rgb(2 6 23 / 0.8);
}

.focus\:bg-slate-950\/90:focus {
  background-color: rgb(2 6 23 / 0.9);
}

.focus\:bg-slate-950\/95:focus {
  background-color: rgb(2 6 23 / 0.95);
}

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

.focus\:bg-stone-100\/0:focus {
  background-color: rgb(245 245 244 / 0);
}

.focus\:bg-stone-100\/10:focus {
  background-color: rgb(245 245 244 / 0.1);
}

.focus\:bg-stone-100\/100:focus {
  background-color: rgb(245 245 244 / 1);
}

.focus\:bg-stone-100\/20:focus {
  background-color: rgb(245 245 244 / 0.2);
}

.focus\:bg-stone-100\/25:focus {
  background-color: rgb(245 245 244 / 0.25);
}

.focus\:bg-stone-100\/30:focus {
  background-color: rgb(245 245 244 / 0.3);
}

.focus\:bg-stone-100\/40:focus {
  background-color: rgb(245 245 244 / 0.4);
}

.focus\:bg-stone-100\/5:focus {
  background-color: rgb(245 245 244 / 0.05);
}

.focus\:bg-stone-100\/50:focus {
  background-color: rgb(245 245 244 / 0.5);
}

.focus\:bg-stone-100\/60:focus {
  background-color: rgb(245 245 244 / 0.6);
}

.focus\:bg-stone-100\/70:focus {
  background-color: rgb(245 245 244 / 0.7);
}

.focus\:bg-stone-100\/75:focus {
  background-color: rgb(245 245 244 / 0.75);
}

.focus\:bg-stone-100\/80:focus {
  background-color: rgb(245 245 244 / 0.8);
}

.focus\:bg-stone-100\/90:focus {
  background-color: rgb(245 245 244 / 0.9);
}

.focus\:bg-stone-100\/95:focus {
  background-color: rgb(245 245 244 / 0.95);
}

.focus\:bg-stone-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity));
}

.focus\:bg-stone-200\/0:focus {
  background-color: rgb(231 229 228 / 0);
}

.focus\:bg-stone-200\/10:focus {
  background-color: rgb(231 229 228 / 0.1);
}

.focus\:bg-stone-200\/100:focus {
  background-color: rgb(231 229 228 / 1);
}

.focus\:bg-stone-200\/20:focus {
  background-color: rgb(231 229 228 / 0.2);
}

.focus\:bg-stone-200\/25:focus {
  background-color: rgb(231 229 228 / 0.25);
}

.focus\:bg-stone-200\/30:focus {
  background-color: rgb(231 229 228 / 0.3);
}

.focus\:bg-stone-200\/40:focus {
  background-color: rgb(231 229 228 / 0.4);
}

.focus\:bg-stone-200\/5:focus {
  background-color: rgb(231 229 228 / 0.05);
}

.focus\:bg-stone-200\/50:focus {
  background-color: rgb(231 229 228 / 0.5);
}

.focus\:bg-stone-200\/60:focus {
  background-color: rgb(231 229 228 / 0.6);
}

.focus\:bg-stone-200\/70:focus {
  background-color: rgb(231 229 228 / 0.7);
}

.focus\:bg-stone-200\/75:focus {
  background-color: rgb(231 229 228 / 0.75);
}

.focus\:bg-stone-200\/80:focus {
  background-color: rgb(231 229 228 / 0.8);
}

.focus\:bg-stone-200\/90:focus {
  background-color: rgb(231 229 228 / 0.9);
}

.focus\:bg-stone-200\/95:focus {
  background-color: rgb(231 229 228 / 0.95);
}

.focus\:bg-stone-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity));
}

.focus\:bg-stone-300\/0:focus {
  background-color: rgb(214 211 209 / 0);
}

.focus\:bg-stone-300\/10:focus {
  background-color: rgb(214 211 209 / 0.1);
}

.focus\:bg-stone-300\/100:focus {
  background-color: rgb(214 211 209 / 1);
}

.focus\:bg-stone-300\/20:focus {
  background-color: rgb(214 211 209 / 0.2);
}

.focus\:bg-stone-300\/25:focus {
  background-color: rgb(214 211 209 / 0.25);
}

.focus\:bg-stone-300\/30:focus {
  background-color: rgb(214 211 209 / 0.3);
}

.focus\:bg-stone-300\/40:focus {
  background-color: rgb(214 211 209 / 0.4);
}

.focus\:bg-stone-300\/5:focus {
  background-color: rgb(214 211 209 / 0.05);
}

.focus\:bg-stone-300\/50:focus {
  background-color: rgb(214 211 209 / 0.5);
}

.focus\:bg-stone-300\/60:focus {
  background-color: rgb(214 211 209 / 0.6);
}

.focus\:bg-stone-300\/70:focus {
  background-color: rgb(214 211 209 / 0.7);
}

.focus\:bg-stone-300\/75:focus {
  background-color: rgb(214 211 209 / 0.75);
}

.focus\:bg-stone-300\/80:focus {
  background-color: rgb(214 211 209 / 0.8);
}

.focus\:bg-stone-300\/90:focus {
  background-color: rgb(214 211 209 / 0.9);
}

.focus\:bg-stone-300\/95:focus {
  background-color: rgb(214 211 209 / 0.95);
}

.focus\:bg-stone-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity));
}

.focus\:bg-stone-400\/0:focus {
  background-color: rgb(168 162 158 / 0);
}

.focus\:bg-stone-400\/10:focus {
  background-color: rgb(168 162 158 / 0.1);
}

.focus\:bg-stone-400\/100:focus {
  background-color: rgb(168 162 158 / 1);
}

.focus\:bg-stone-400\/20:focus {
  background-color: rgb(168 162 158 / 0.2);
}

.focus\:bg-stone-400\/25:focus {
  background-color: rgb(168 162 158 / 0.25);
}

.focus\:bg-stone-400\/30:focus {
  background-color: rgb(168 162 158 / 0.3);
}

.focus\:bg-stone-400\/40:focus {
  background-color: rgb(168 162 158 / 0.4);
}

.focus\:bg-stone-400\/5:focus {
  background-color: rgb(168 162 158 / 0.05);
}

.focus\:bg-stone-400\/50:focus {
  background-color: rgb(168 162 158 / 0.5);
}

.focus\:bg-stone-400\/60:focus {
  background-color: rgb(168 162 158 / 0.6);
}

.focus\:bg-stone-400\/70:focus {
  background-color: rgb(168 162 158 / 0.7);
}

.focus\:bg-stone-400\/75:focus {
  background-color: rgb(168 162 158 / 0.75);
}

.focus\:bg-stone-400\/80:focus {
  background-color: rgb(168 162 158 / 0.8);
}

.focus\:bg-stone-400\/90:focus {
  background-color: rgb(168 162 158 / 0.9);
}

.focus\:bg-stone-400\/95:focus {
  background-color: rgb(168 162 158 / 0.95);
}

.focus\:bg-stone-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity));
}

.focus\:bg-stone-50\/0:focus {
  background-color: rgb(250 250 249 / 0);
}

.focus\:bg-stone-50\/10:focus {
  background-color: rgb(250 250 249 / 0.1);
}

.focus\:bg-stone-50\/100:focus {
  background-color: rgb(250 250 249 / 1);
}

.focus\:bg-stone-50\/20:focus {
  background-color: rgb(250 250 249 / 0.2);
}

.focus\:bg-stone-50\/25:focus {
  background-color: rgb(250 250 249 / 0.25);
}

.focus\:bg-stone-50\/30:focus {
  background-color: rgb(250 250 249 / 0.3);
}

.focus\:bg-stone-50\/40:focus {
  background-color: rgb(250 250 249 / 0.4);
}

.focus\:bg-stone-50\/5:focus {
  background-color: rgb(250 250 249 / 0.05);
}

.focus\:bg-stone-50\/50:focus {
  background-color: rgb(250 250 249 / 0.5);
}

.focus\:bg-stone-50\/60:focus {
  background-color: rgb(250 250 249 / 0.6);
}

.focus\:bg-stone-50\/70:focus {
  background-color: rgb(250 250 249 / 0.7);
}

.focus\:bg-stone-50\/75:focus {
  background-color: rgb(250 250 249 / 0.75);
}

.focus\:bg-stone-50\/80:focus {
  background-color: rgb(250 250 249 / 0.8);
}

.focus\:bg-stone-50\/90:focus {
  background-color: rgb(250 250 249 / 0.9);
}

.focus\:bg-stone-50\/95:focus {
  background-color: rgb(250 250 249 / 0.95);
}

.focus\:bg-stone-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity));
}

.focus\:bg-stone-500\/0:focus {
  background-color: rgb(120 113 108 / 0);
}

.focus\:bg-stone-500\/10:focus {
  background-color: rgb(120 113 108 / 0.1);
}

.focus\:bg-stone-500\/100:focus {
  background-color: rgb(120 113 108 / 1);
}

.focus\:bg-stone-500\/20:focus {
  background-color: rgb(120 113 108 / 0.2);
}

.focus\:bg-stone-500\/25:focus {
  background-color: rgb(120 113 108 / 0.25);
}

.focus\:bg-stone-500\/30:focus {
  background-color: rgb(120 113 108 / 0.3);
}

.focus\:bg-stone-500\/40:focus {
  background-color: rgb(120 113 108 / 0.4);
}

.focus\:bg-stone-500\/5:focus {
  background-color: rgb(120 113 108 / 0.05);
}

.focus\:bg-stone-500\/50:focus {
  background-color: rgb(120 113 108 / 0.5);
}

.focus\:bg-stone-500\/60:focus {
  background-color: rgb(120 113 108 / 0.6);
}

.focus\:bg-stone-500\/70:focus {
  background-color: rgb(120 113 108 / 0.7);
}

.focus\:bg-stone-500\/75:focus {
  background-color: rgb(120 113 108 / 0.75);
}

.focus\:bg-stone-500\/80:focus {
  background-color: rgb(120 113 108 / 0.8);
}

.focus\:bg-stone-500\/90:focus {
  background-color: rgb(120 113 108 / 0.9);
}

.focus\:bg-stone-500\/95:focus {
  background-color: rgb(120 113 108 / 0.95);
}

.focus\:bg-stone-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity));
}

.focus\:bg-stone-600\/0:focus {
  background-color: rgb(87 83 78 / 0);
}

.focus\:bg-stone-600\/10:focus {
  background-color: rgb(87 83 78 / 0.1);
}

.focus\:bg-stone-600\/100:focus {
  background-color: rgb(87 83 78 / 1);
}

.focus\:bg-stone-600\/20:focus {
  background-color: rgb(87 83 78 / 0.2);
}

.focus\:bg-stone-600\/25:focus {
  background-color: rgb(87 83 78 / 0.25);
}

.focus\:bg-stone-600\/30:focus {
  background-color: rgb(87 83 78 / 0.3);
}

.focus\:bg-stone-600\/40:focus {
  background-color: rgb(87 83 78 / 0.4);
}

.focus\:bg-stone-600\/5:focus {
  background-color: rgb(87 83 78 / 0.05);
}

.focus\:bg-stone-600\/50:focus {
  background-color: rgb(87 83 78 / 0.5);
}

.focus\:bg-stone-600\/60:focus {
  background-color: rgb(87 83 78 / 0.6);
}

.focus\:bg-stone-600\/70:focus {
  background-color: rgb(87 83 78 / 0.7);
}

.focus\:bg-stone-600\/75:focus {
  background-color: rgb(87 83 78 / 0.75);
}

.focus\:bg-stone-600\/80:focus {
  background-color: rgb(87 83 78 / 0.8);
}

.focus\:bg-stone-600\/90:focus {
  background-color: rgb(87 83 78 / 0.9);
}

.focus\:bg-stone-600\/95:focus {
  background-color: rgb(87 83 78 / 0.95);
}

.focus\:bg-stone-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity));
}

.focus\:bg-stone-700\/0:focus {
  background-color: rgb(68 64 60 / 0);
}

.focus\:bg-stone-700\/10:focus {
  background-color: rgb(68 64 60 / 0.1);
}

.focus\:bg-stone-700\/100:focus {
  background-color: rgb(68 64 60 / 1);
}

.focus\:bg-stone-700\/20:focus {
  background-color: rgb(68 64 60 / 0.2);
}

.focus\:bg-stone-700\/25:focus {
  background-color: rgb(68 64 60 / 0.25);
}

.focus\:bg-stone-700\/30:focus {
  background-color: rgb(68 64 60 / 0.3);
}

.focus\:bg-stone-700\/40:focus {
  background-color: rgb(68 64 60 / 0.4);
}

.focus\:bg-stone-700\/5:focus {
  background-color: rgb(68 64 60 / 0.05);
}

.focus\:bg-stone-700\/50:focus {
  background-color: rgb(68 64 60 / 0.5);
}

.focus\:bg-stone-700\/60:focus {
  background-color: rgb(68 64 60 / 0.6);
}

.focus\:bg-stone-700\/70:focus {
  background-color: rgb(68 64 60 / 0.7);
}

.focus\:bg-stone-700\/75:focus {
  background-color: rgb(68 64 60 / 0.75);
}

.focus\:bg-stone-700\/80:focus {
  background-color: rgb(68 64 60 / 0.8);
}

.focus\:bg-stone-700\/90:focus {
  background-color: rgb(68 64 60 / 0.9);
}

.focus\:bg-stone-700\/95:focus {
  background-color: rgb(68 64 60 / 0.95);
}

.focus\:bg-stone-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity));
}

.focus\:bg-stone-800\/0:focus {
  background-color: rgb(41 37 36 / 0);
}

.focus\:bg-stone-800\/10:focus {
  background-color: rgb(41 37 36 / 0.1);
}

.focus\:bg-stone-800\/100:focus {
  background-color: rgb(41 37 36 / 1);
}

.focus\:bg-stone-800\/20:focus {
  background-color: rgb(41 37 36 / 0.2);
}

.focus\:bg-stone-800\/25:focus {
  background-color: rgb(41 37 36 / 0.25);
}

.focus\:bg-stone-800\/30:focus {
  background-color: rgb(41 37 36 / 0.3);
}

.focus\:bg-stone-800\/40:focus {
  background-color: rgb(41 37 36 / 0.4);
}

.focus\:bg-stone-800\/5:focus {
  background-color: rgb(41 37 36 / 0.05);
}

.focus\:bg-stone-800\/50:focus {
  background-color: rgb(41 37 36 / 0.5);
}

.focus\:bg-stone-800\/60:focus {
  background-color: rgb(41 37 36 / 0.6);
}

.focus\:bg-stone-800\/70:focus {
  background-color: rgb(41 37 36 / 0.7);
}

.focus\:bg-stone-800\/75:focus {
  background-color: rgb(41 37 36 / 0.75);
}

.focus\:bg-stone-800\/80:focus {
  background-color: rgb(41 37 36 / 0.8);
}

.focus\:bg-stone-800\/90:focus {
  background-color: rgb(41 37 36 / 0.9);
}

.focus\:bg-stone-800\/95:focus {
  background-color: rgb(41 37 36 / 0.95);
}

.focus\:bg-stone-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity));
}

.focus\:bg-stone-900\/0:focus {
  background-color: rgb(28 25 23 / 0);
}

.focus\:bg-stone-900\/10:focus {
  background-color: rgb(28 25 23 / 0.1);
}

.focus\:bg-stone-900\/100:focus {
  background-color: rgb(28 25 23 / 1);
}

.focus\:bg-stone-900\/20:focus {
  background-color: rgb(28 25 23 / 0.2);
}

.focus\:bg-stone-900\/25:focus {
  background-color: rgb(28 25 23 / 0.25);
}

.focus\:bg-stone-900\/30:focus {
  background-color: rgb(28 25 23 / 0.3);
}

.focus\:bg-stone-900\/40:focus {
  background-color: rgb(28 25 23 / 0.4);
}

.focus\:bg-stone-900\/5:focus {
  background-color: rgb(28 25 23 / 0.05);
}

.focus\:bg-stone-900\/50:focus {
  background-color: rgb(28 25 23 / 0.5);
}

.focus\:bg-stone-900\/60:focus {
  background-color: rgb(28 25 23 / 0.6);
}

.focus\:bg-stone-900\/70:focus {
  background-color: rgb(28 25 23 / 0.7);
}

.focus\:bg-stone-900\/75:focus {
  background-color: rgb(28 25 23 / 0.75);
}

.focus\:bg-stone-900\/80:focus {
  background-color: rgb(28 25 23 / 0.8);
}

.focus\:bg-stone-900\/90:focus {
  background-color: rgb(28 25 23 / 0.9);
}

.focus\:bg-stone-900\/95:focus {
  background-color: rgb(28 25 23 / 0.95);
}

.focus\:bg-stone-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(12 10 9 / var(--tw-bg-opacity));
}

.focus\:bg-stone-950\/0:focus {
  background-color: rgb(12 10 9 / 0);
}

.focus\:bg-stone-950\/10:focus {
  background-color: rgb(12 10 9 / 0.1);
}

.focus\:bg-stone-950\/100:focus {
  background-color: rgb(12 10 9 / 1);
}

.focus\:bg-stone-950\/20:focus {
  background-color: rgb(12 10 9 / 0.2);
}

.focus\:bg-stone-950\/25:focus {
  background-color: rgb(12 10 9 / 0.25);
}

.focus\:bg-stone-950\/30:focus {
  background-color: rgb(12 10 9 / 0.3);
}

.focus\:bg-stone-950\/40:focus {
  background-color: rgb(12 10 9 / 0.4);
}

.focus\:bg-stone-950\/5:focus {
  background-color: rgb(12 10 9 / 0.05);
}

.focus\:bg-stone-950\/50:focus {
  background-color: rgb(12 10 9 / 0.5);
}

.focus\:bg-stone-950\/60:focus {
  background-color: rgb(12 10 9 / 0.6);
}

.focus\:bg-stone-950\/70:focus {
  background-color: rgb(12 10 9 / 0.7);
}

.focus\:bg-stone-950\/75:focus {
  background-color: rgb(12 10 9 / 0.75);
}

.focus\:bg-stone-950\/80:focus {
  background-color: rgb(12 10 9 / 0.8);
}

.focus\:bg-stone-950\/90:focus {
  background-color: rgb(12 10 9 / 0.9);
}

.focus\:bg-stone-950\/95:focus {
  background-color: rgb(12 10 9 / 0.95);
}

.focus\:bg-teal-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity));
}

.focus\:bg-teal-100\/0:focus {
  background-color: rgb(204 251 241 / 0);
}

.focus\:bg-teal-100\/10:focus {
  background-color: rgb(204 251 241 / 0.1);
}

.focus\:bg-teal-100\/100:focus {
  background-color: rgb(204 251 241 / 1);
}

.focus\:bg-teal-100\/20:focus {
  background-color: rgb(204 251 241 / 0.2);
}

.focus\:bg-teal-100\/25:focus {
  background-color: rgb(204 251 241 / 0.25);
}

.focus\:bg-teal-100\/30:focus {
  background-color: rgb(204 251 241 / 0.3);
}

.focus\:bg-teal-100\/40:focus {
  background-color: rgb(204 251 241 / 0.4);
}

.focus\:bg-teal-100\/5:focus {
  background-color: rgb(204 251 241 / 0.05);
}

.focus\:bg-teal-100\/50:focus {
  background-color: rgb(204 251 241 / 0.5);
}

.focus\:bg-teal-100\/60:focus {
  background-color: rgb(204 251 241 / 0.6);
}

.focus\:bg-teal-100\/70:focus {
  background-color: rgb(204 251 241 / 0.7);
}

.focus\:bg-teal-100\/75:focus {
  background-color: rgb(204 251 241 / 0.75);
}

.focus\:bg-teal-100\/80:focus {
  background-color: rgb(204 251 241 / 0.8);
}

.focus\:bg-teal-100\/90:focus {
  background-color: rgb(204 251 241 / 0.9);
}

.focus\:bg-teal-100\/95:focus {
  background-color: rgb(204 251 241 / 0.95);
}

.focus\:bg-teal-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity));
}

.focus\:bg-teal-200\/0:focus {
  background-color: rgb(153 246 228 / 0);
}

.focus\:bg-teal-200\/10:focus {
  background-color: rgb(153 246 228 / 0.1);
}

.focus\:bg-teal-200\/100:focus {
  background-color: rgb(153 246 228 / 1);
}

.focus\:bg-teal-200\/20:focus {
  background-color: rgb(153 246 228 / 0.2);
}

.focus\:bg-teal-200\/25:focus {
  background-color: rgb(153 246 228 / 0.25);
}

.focus\:bg-teal-200\/30:focus {
  background-color: rgb(153 246 228 / 0.3);
}

.focus\:bg-teal-200\/40:focus {
  background-color: rgb(153 246 228 / 0.4);
}

.focus\:bg-teal-200\/5:focus {
  background-color: rgb(153 246 228 / 0.05);
}

.focus\:bg-teal-200\/50:focus {
  background-color: rgb(153 246 228 / 0.5);
}

.focus\:bg-teal-200\/60:focus {
  background-color: rgb(153 246 228 / 0.6);
}

.focus\:bg-teal-200\/70:focus {
  background-color: rgb(153 246 228 / 0.7);
}

.focus\:bg-teal-200\/75:focus {
  background-color: rgb(153 246 228 / 0.75);
}

.focus\:bg-teal-200\/80:focus {
  background-color: rgb(153 246 228 / 0.8);
}

.focus\:bg-teal-200\/90:focus {
  background-color: rgb(153 246 228 / 0.9);
}

.focus\:bg-teal-200\/95:focus {
  background-color: rgb(153 246 228 / 0.95);
}

.focus\:bg-teal-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity));
}

.focus\:bg-teal-300\/0:focus {
  background-color: rgb(94 234 212 / 0);
}

.focus\:bg-teal-300\/10:focus {
  background-color: rgb(94 234 212 / 0.1);
}

.focus\:bg-teal-300\/100:focus {
  background-color: rgb(94 234 212 / 1);
}

.focus\:bg-teal-300\/20:focus {
  background-color: rgb(94 234 212 / 0.2);
}

.focus\:bg-teal-300\/25:focus {
  background-color: rgb(94 234 212 / 0.25);
}

.focus\:bg-teal-300\/30:focus {
  background-color: rgb(94 234 212 / 0.3);
}

.focus\:bg-teal-300\/40:focus {
  background-color: rgb(94 234 212 / 0.4);
}

.focus\:bg-teal-300\/5:focus {
  background-color: rgb(94 234 212 / 0.05);
}

.focus\:bg-teal-300\/50:focus {
  background-color: rgb(94 234 212 / 0.5);
}

.focus\:bg-teal-300\/60:focus {
  background-color: rgb(94 234 212 / 0.6);
}

.focus\:bg-teal-300\/70:focus {
  background-color: rgb(94 234 212 / 0.7);
}

.focus\:bg-teal-300\/75:focus {
  background-color: rgb(94 234 212 / 0.75);
}

.focus\:bg-teal-300\/80:focus {
  background-color: rgb(94 234 212 / 0.8);
}

.focus\:bg-teal-300\/90:focus {
  background-color: rgb(94 234 212 / 0.9);
}

.focus\:bg-teal-300\/95:focus {
  background-color: rgb(94 234 212 / 0.95);
}

.focus\:bg-teal-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity));
}

.focus\:bg-teal-400\/0:focus {
  background-color: rgb(45 212 191 / 0);
}

.focus\:bg-teal-400\/10:focus {
  background-color: rgb(45 212 191 / 0.1);
}

.focus\:bg-teal-400\/100:focus {
  background-color: rgb(45 212 191 / 1);
}

.focus\:bg-teal-400\/20:focus {
  background-color: rgb(45 212 191 / 0.2);
}

.focus\:bg-teal-400\/25:focus {
  background-color: rgb(45 212 191 / 0.25);
}

.focus\:bg-teal-400\/30:focus {
  background-color: rgb(45 212 191 / 0.3);
}

.focus\:bg-teal-400\/40:focus {
  background-color: rgb(45 212 191 / 0.4);
}

.focus\:bg-teal-400\/5:focus {
  background-color: rgb(45 212 191 / 0.05);
}

.focus\:bg-teal-400\/50:focus {
  background-color: rgb(45 212 191 / 0.5);
}

.focus\:bg-teal-400\/60:focus {
  background-color: rgb(45 212 191 / 0.6);
}

.focus\:bg-teal-400\/70:focus {
  background-color: rgb(45 212 191 / 0.7);
}

.focus\:bg-teal-400\/75:focus {
  background-color: rgb(45 212 191 / 0.75);
}

.focus\:bg-teal-400\/80:focus {
  background-color: rgb(45 212 191 / 0.8);
}

.focus\:bg-teal-400\/90:focus {
  background-color: rgb(45 212 191 / 0.9);
}

.focus\:bg-teal-400\/95:focus {
  background-color: rgb(45 212 191 / 0.95);
}

.focus\:bg-teal-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity));
}

.focus\:bg-teal-50\/0:focus {
  background-color: rgb(240 253 250 / 0);
}

.focus\:bg-teal-50\/10:focus {
  background-color: rgb(240 253 250 / 0.1);
}

.focus\:bg-teal-50\/100:focus {
  background-color: rgb(240 253 250 / 1);
}

.focus\:bg-teal-50\/20:focus {
  background-color: rgb(240 253 250 / 0.2);
}

.focus\:bg-teal-50\/25:focus {
  background-color: rgb(240 253 250 / 0.25);
}

.focus\:bg-teal-50\/30:focus {
  background-color: rgb(240 253 250 / 0.3);
}

.focus\:bg-teal-50\/40:focus {
  background-color: rgb(240 253 250 / 0.4);
}

.focus\:bg-teal-50\/5:focus {
  background-color: rgb(240 253 250 / 0.05);
}

.focus\:bg-teal-50\/50:focus {
  background-color: rgb(240 253 250 / 0.5);
}

.focus\:bg-teal-50\/60:focus {
  background-color: rgb(240 253 250 / 0.6);
}

.focus\:bg-teal-50\/70:focus {
  background-color: rgb(240 253 250 / 0.7);
}

.focus\:bg-teal-50\/75:focus {
  background-color: rgb(240 253 250 / 0.75);
}

.focus\:bg-teal-50\/80:focus {
  background-color: rgb(240 253 250 / 0.8);
}

.focus\:bg-teal-50\/90:focus {
  background-color: rgb(240 253 250 / 0.9);
}

.focus\:bg-teal-50\/95:focus {
  background-color: rgb(240 253 250 / 0.95);
}

.focus\:bg-teal-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity));
}

.focus\:bg-teal-500\/0:focus {
  background-color: rgb(20 184 166 / 0);
}

.focus\:bg-teal-500\/10:focus {
  background-color: rgb(20 184 166 / 0.1);
}

.focus\:bg-teal-500\/100:focus {
  background-color: rgb(20 184 166 / 1);
}

.focus\:bg-teal-500\/20:focus {
  background-color: rgb(20 184 166 / 0.2);
}

.focus\:bg-teal-500\/25:focus {
  background-color: rgb(20 184 166 / 0.25);
}

.focus\:bg-teal-500\/30:focus {
  background-color: rgb(20 184 166 / 0.3);
}

.focus\:bg-teal-500\/40:focus {
  background-color: rgb(20 184 166 / 0.4);
}

.focus\:bg-teal-500\/5:focus {
  background-color: rgb(20 184 166 / 0.05);
}

.focus\:bg-teal-500\/50:focus {
  background-color: rgb(20 184 166 / 0.5);
}

.focus\:bg-teal-500\/60:focus {
  background-color: rgb(20 184 166 / 0.6);
}

.focus\:bg-teal-500\/70:focus {
  background-color: rgb(20 184 166 / 0.7);
}

.focus\:bg-teal-500\/75:focus {
  background-color: rgb(20 184 166 / 0.75);
}

.focus\:bg-teal-500\/80:focus {
  background-color: rgb(20 184 166 / 0.8);
}

.focus\:bg-teal-500\/90:focus {
  background-color: rgb(20 184 166 / 0.9);
}

.focus\:bg-teal-500\/95:focus {
  background-color: rgb(20 184 166 / 0.95);
}

.focus\:bg-teal-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity));
}

.focus\:bg-teal-600\/0:focus {
  background-color: rgb(13 148 136 / 0);
}

.focus\:bg-teal-600\/10:focus {
  background-color: rgb(13 148 136 / 0.1);
}

.focus\:bg-teal-600\/100:focus {
  background-color: rgb(13 148 136 / 1);
}

.focus\:bg-teal-600\/20:focus {
  background-color: rgb(13 148 136 / 0.2);
}

.focus\:bg-teal-600\/25:focus {
  background-color: rgb(13 148 136 / 0.25);
}

.focus\:bg-teal-600\/30:focus {
  background-color: rgb(13 148 136 / 0.3);
}

.focus\:bg-teal-600\/40:focus {
  background-color: rgb(13 148 136 / 0.4);
}

.focus\:bg-teal-600\/5:focus {
  background-color: rgb(13 148 136 / 0.05);
}

.focus\:bg-teal-600\/50:focus {
  background-color: rgb(13 148 136 / 0.5);
}

.focus\:bg-teal-600\/60:focus {
  background-color: rgb(13 148 136 / 0.6);
}

.focus\:bg-teal-600\/70:focus {
  background-color: rgb(13 148 136 / 0.7);
}

.focus\:bg-teal-600\/75:focus {
  background-color: rgb(13 148 136 / 0.75);
}

.focus\:bg-teal-600\/80:focus {
  background-color: rgb(13 148 136 / 0.8);
}

.focus\:bg-teal-600\/90:focus {
  background-color: rgb(13 148 136 / 0.9);
}

.focus\:bg-teal-600\/95:focus {
  background-color: rgb(13 148 136 / 0.95);
}

.focus\:bg-teal-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity));
}

.focus\:bg-teal-700\/0:focus {
  background-color: rgb(15 118 110 / 0);
}

.focus\:bg-teal-700\/10:focus {
  background-color: rgb(15 118 110 / 0.1);
}

.focus\:bg-teal-700\/100:focus {
  background-color: rgb(15 118 110 / 1);
}

.focus\:bg-teal-700\/20:focus {
  background-color: rgb(15 118 110 / 0.2);
}

.focus\:bg-teal-700\/25:focus {
  background-color: rgb(15 118 110 / 0.25);
}

.focus\:bg-teal-700\/30:focus {
  background-color: rgb(15 118 110 / 0.3);
}

.focus\:bg-teal-700\/40:focus {
  background-color: rgb(15 118 110 / 0.4);
}

.focus\:bg-teal-700\/5:focus {
  background-color: rgb(15 118 110 / 0.05);
}

.focus\:bg-teal-700\/50:focus {
  background-color: rgb(15 118 110 / 0.5);
}

.focus\:bg-teal-700\/60:focus {
  background-color: rgb(15 118 110 / 0.6);
}

.focus\:bg-teal-700\/70:focus {
  background-color: rgb(15 118 110 / 0.7);
}

.focus\:bg-teal-700\/75:focus {
  background-color: rgb(15 118 110 / 0.75);
}

.focus\:bg-teal-700\/80:focus {
  background-color: rgb(15 118 110 / 0.8);
}

.focus\:bg-teal-700\/90:focus {
  background-color: rgb(15 118 110 / 0.9);
}

.focus\:bg-teal-700\/95:focus {
  background-color: rgb(15 118 110 / 0.95);
}

.focus\:bg-teal-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity));
}

.focus\:bg-teal-800\/0:focus {
  background-color: rgb(17 94 89 / 0);
}

.focus\:bg-teal-800\/10:focus {
  background-color: rgb(17 94 89 / 0.1);
}

.focus\:bg-teal-800\/100:focus {
  background-color: rgb(17 94 89 / 1);
}

.focus\:bg-teal-800\/20:focus {
  background-color: rgb(17 94 89 / 0.2);
}

.focus\:bg-teal-800\/25:focus {
  background-color: rgb(17 94 89 / 0.25);
}

.focus\:bg-teal-800\/30:focus {
  background-color: rgb(17 94 89 / 0.3);
}

.focus\:bg-teal-800\/40:focus {
  background-color: rgb(17 94 89 / 0.4);
}

.focus\:bg-teal-800\/5:focus {
  background-color: rgb(17 94 89 / 0.05);
}

.focus\:bg-teal-800\/50:focus {
  background-color: rgb(17 94 89 / 0.5);
}

.focus\:bg-teal-800\/60:focus {
  background-color: rgb(17 94 89 / 0.6);
}

.focus\:bg-teal-800\/70:focus {
  background-color: rgb(17 94 89 / 0.7);
}

.focus\:bg-teal-800\/75:focus {
  background-color: rgb(17 94 89 / 0.75);
}

.focus\:bg-teal-800\/80:focus {
  background-color: rgb(17 94 89 / 0.8);
}

.focus\:bg-teal-800\/90:focus {
  background-color: rgb(17 94 89 / 0.9);
}

.focus\:bg-teal-800\/95:focus {
  background-color: rgb(17 94 89 / 0.95);
}

.focus\:bg-teal-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(19 78 74 / var(--tw-bg-opacity));
}

.focus\:bg-teal-900\/0:focus {
  background-color: rgb(19 78 74 / 0);
}

.focus\:bg-teal-900\/10:focus {
  background-color: rgb(19 78 74 / 0.1);
}

.focus\:bg-teal-900\/100:focus {
  background-color: rgb(19 78 74 / 1);
}

.focus\:bg-teal-900\/20:focus {
  background-color: rgb(19 78 74 / 0.2);
}

.focus\:bg-teal-900\/25:focus {
  background-color: rgb(19 78 74 / 0.25);
}

.focus\:bg-teal-900\/30:focus {
  background-color: rgb(19 78 74 / 0.3);
}

.focus\:bg-teal-900\/40:focus {
  background-color: rgb(19 78 74 / 0.4);
}

.focus\:bg-teal-900\/5:focus {
  background-color: rgb(19 78 74 / 0.05);
}

.focus\:bg-teal-900\/50:focus {
  background-color: rgb(19 78 74 / 0.5);
}

.focus\:bg-teal-900\/60:focus {
  background-color: rgb(19 78 74 / 0.6);
}

.focus\:bg-teal-900\/70:focus {
  background-color: rgb(19 78 74 / 0.7);
}

.focus\:bg-teal-900\/75:focus {
  background-color: rgb(19 78 74 / 0.75);
}

.focus\:bg-teal-900\/80:focus {
  background-color: rgb(19 78 74 / 0.8);
}

.focus\:bg-teal-900\/90:focus {
  background-color: rgb(19 78 74 / 0.9);
}

.focus\:bg-teal-900\/95:focus {
  background-color: rgb(19 78 74 / 0.95);
}

.focus\:bg-teal-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(4 47 46 / var(--tw-bg-opacity));
}

.focus\:bg-teal-950\/0:focus {
  background-color: rgb(4 47 46 / 0);
}

.focus\:bg-teal-950\/10:focus {
  background-color: rgb(4 47 46 / 0.1);
}

.focus\:bg-teal-950\/100:focus {
  background-color: rgb(4 47 46 / 1);
}

.focus\:bg-teal-950\/20:focus {
  background-color: rgb(4 47 46 / 0.2);
}

.focus\:bg-teal-950\/25:focus {
  background-color: rgb(4 47 46 / 0.25);
}

.focus\:bg-teal-950\/30:focus {
  background-color: rgb(4 47 46 / 0.3);
}

.focus\:bg-teal-950\/40:focus {
  background-color: rgb(4 47 46 / 0.4);
}

.focus\:bg-teal-950\/5:focus {
  background-color: rgb(4 47 46 / 0.05);
}

.focus\:bg-teal-950\/50:focus {
  background-color: rgb(4 47 46 / 0.5);
}

.focus\:bg-teal-950\/60:focus {
  background-color: rgb(4 47 46 / 0.6);
}

.focus\:bg-teal-950\/70:focus {
  background-color: rgb(4 47 46 / 0.7);
}

.focus\:bg-teal-950\/75:focus {
  background-color: rgb(4 47 46 / 0.75);
}

.focus\:bg-teal-950\/80:focus {
  background-color: rgb(4 47 46 / 0.8);
}

.focus\:bg-teal-950\/90:focus {
  background-color: rgb(4 47 46 / 0.9);
}

.focus\:bg-teal-950\/95:focus {
  background-color: rgb(4 47 46 / 0.95);
}

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

.focus\:bg-transparent\/0:focus {
  background-color: rgb(0 0 0 / 0);
}

.focus\:bg-transparent\/10:focus {
  background-color: rgb(0 0 0 / 0.1);
}

.focus\:bg-transparent\/100:focus {
  background-color: rgb(0 0 0 / 1);
}

.focus\:bg-transparent\/20:focus {
  background-color: rgb(0 0 0 / 0.2);
}

.focus\:bg-transparent\/25:focus {
  background-color: rgb(0 0 0 / 0.25);
}

.focus\:bg-transparent\/30:focus {
  background-color: rgb(0 0 0 / 0.3);
}

.focus\:bg-transparent\/40:focus {
  background-color: rgb(0 0 0 / 0.4);
}

.focus\:bg-transparent\/5:focus {
  background-color: rgb(0 0 0 / 0.05);
}

.focus\:bg-transparent\/50:focus {
  background-color: rgb(0 0 0 / 0.5);
}

.focus\:bg-transparent\/60:focus {
  background-color: rgb(0 0 0 / 0.6);
}

.focus\:bg-transparent\/70:focus {
  background-color: rgb(0 0 0 / 0.7);
}

.focus\:bg-transparent\/75:focus {
  background-color: rgb(0 0 0 / 0.75);
}

.focus\:bg-transparent\/80:focus {
  background-color: rgb(0 0 0 / 0.8);
}

.focus\:bg-transparent\/90:focus {
  background-color: rgb(0 0 0 / 0.9);
}

.focus\:bg-transparent\/95:focus {
  background-color: rgb(0 0 0 / 0.95);
}

.focus\:bg-tykhe-digital:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(239 156 131 / var(--tw-bg-opacity));
}

.focus\:bg-tykhe-digital-alt:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(245 239 224 / var(--tw-bg-opacity));
}

.focus\:bg-tykhe-digital-alt\/0:focus {
  background-color: rgb(245 239 224 / 0);
}

.focus\:bg-tykhe-digital-alt\/10:focus {
  background-color: rgb(245 239 224 / 0.1);
}

.focus\:bg-tykhe-digital-alt\/100:focus {
  background-color: rgb(245 239 224 / 1);
}

.focus\:bg-tykhe-digital-alt\/20:focus {
  background-color: rgb(245 239 224 / 0.2);
}

.focus\:bg-tykhe-digital-alt\/25:focus {
  background-color: rgb(245 239 224 / 0.25);
}

.focus\:bg-tykhe-digital-alt\/30:focus {
  background-color: rgb(245 239 224 / 0.3);
}

.focus\:bg-tykhe-digital-alt\/40:focus {
  background-color: rgb(245 239 224 / 0.4);
}

.focus\:bg-tykhe-digital-alt\/5:focus {
  background-color: rgb(245 239 224 / 0.05);
}

.focus\:bg-tykhe-digital-alt\/50:focus {
  background-color: rgb(245 239 224 / 0.5);
}

.focus\:bg-tykhe-digital-alt\/60:focus {
  background-color: rgb(245 239 224 / 0.6);
}

.focus\:bg-tykhe-digital-alt\/70:focus {
  background-color: rgb(245 239 224 / 0.7);
}

.focus\:bg-tykhe-digital-alt\/75:focus {
  background-color: rgb(245 239 224 / 0.75);
}

.focus\:bg-tykhe-digital-alt\/80:focus {
  background-color: rgb(245 239 224 / 0.8);
}

.focus\:bg-tykhe-digital-alt\/90:focus {
  background-color: rgb(245 239 224 / 0.9);
}

.focus\:bg-tykhe-digital-alt\/95:focus {
  background-color: rgb(245 239 224 / 0.95);
}

.focus\:bg-tykhe-digital-alt2:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 58 111 / var(--tw-bg-opacity));
}

.focus\:bg-tykhe-digital-alt2\/0:focus {
  background-color: rgb(255 58 111 / 0);
}

.focus\:bg-tykhe-digital-alt2\/10:focus {
  background-color: rgb(255 58 111 / 0.1);
}

.focus\:bg-tykhe-digital-alt2\/100:focus {
  background-color: rgb(255 58 111 / 1);
}

.focus\:bg-tykhe-digital-alt2\/20:focus {
  background-color: rgb(255 58 111 / 0.2);
}

.focus\:bg-tykhe-digital-alt2\/25:focus {
  background-color: rgb(255 58 111 / 0.25);
}

.focus\:bg-tykhe-digital-alt2\/30:focus {
  background-color: rgb(255 58 111 / 0.3);
}

.focus\:bg-tykhe-digital-alt2\/40:focus {
  background-color: rgb(255 58 111 / 0.4);
}

.focus\:bg-tykhe-digital-alt2\/5:focus {
  background-color: rgb(255 58 111 / 0.05);
}

.focus\:bg-tykhe-digital-alt2\/50:focus {
  background-color: rgb(255 58 111 / 0.5);
}

.focus\:bg-tykhe-digital-alt2\/60:focus {
  background-color: rgb(255 58 111 / 0.6);
}

.focus\:bg-tykhe-digital-alt2\/70:focus {
  background-color: rgb(255 58 111 / 0.7);
}

.focus\:bg-tykhe-digital-alt2\/75:focus {
  background-color: rgb(255 58 111 / 0.75);
}

.focus\:bg-tykhe-digital-alt2\/80:focus {
  background-color: rgb(255 58 111 / 0.8);
}

.focus\:bg-tykhe-digital-alt2\/90:focus {
  background-color: rgb(255 58 111 / 0.9);
}

.focus\:bg-tykhe-digital-alt2\/95:focus {
  background-color: rgb(255 58 111 / 0.95);
}

.focus\:bg-tykhe-digital-alt3:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(131 214 239 / var(--tw-bg-opacity));
}

.focus\:bg-tykhe-digital-alt3\/0:focus {
  background-color: rgb(131 214 239 / 0);
}

.focus\:bg-tykhe-digital-alt3\/10:focus {
  background-color: rgb(131 214 239 / 0.1);
}

.focus\:bg-tykhe-digital-alt3\/100:focus {
  background-color: rgb(131 214 239 / 1);
}

.focus\:bg-tykhe-digital-alt3\/20:focus {
  background-color: rgb(131 214 239 / 0.2);
}

.focus\:bg-tykhe-digital-alt3\/25:focus {
  background-color: rgb(131 214 239 / 0.25);
}

.focus\:bg-tykhe-digital-alt3\/30:focus {
  background-color: rgb(131 214 239 / 0.3);
}

.focus\:bg-tykhe-digital-alt3\/40:focus {
  background-color: rgb(131 214 239 / 0.4);
}

.focus\:bg-tykhe-digital-alt3\/5:focus {
  background-color: rgb(131 214 239 / 0.05);
}

.focus\:bg-tykhe-digital-alt3\/50:focus {
  background-color: rgb(131 214 239 / 0.5);
}

.focus\:bg-tykhe-digital-alt3\/60:focus {
  background-color: rgb(131 214 239 / 0.6);
}

.focus\:bg-tykhe-digital-alt3\/70:focus {
  background-color: rgb(131 214 239 / 0.7);
}

.focus\:bg-tykhe-digital-alt3\/75:focus {
  background-color: rgb(131 214 239 / 0.75);
}

.focus\:bg-tykhe-digital-alt3\/80:focus {
  background-color: rgb(131 214 239 / 0.8);
}

.focus\:bg-tykhe-digital-alt3\/90:focus {
  background-color: rgb(131 214 239 / 0.9);
}

.focus\:bg-tykhe-digital-alt3\/95:focus {
  background-color: rgb(131 214 239 / 0.95);
}

.focus\:bg-tykhe-digital\/0:focus {
  background-color: rgb(239 156 131 / 0);
}

.focus\:bg-tykhe-digital\/10:focus {
  background-color: rgb(239 156 131 / 0.1);
}

.focus\:bg-tykhe-digital\/100:focus {
  background-color: rgb(239 156 131 / 1);
}

.focus\:bg-tykhe-digital\/20:focus {
  background-color: rgb(239 156 131 / 0.2);
}

.focus\:bg-tykhe-digital\/25:focus {
  background-color: rgb(239 156 131 / 0.25);
}

.focus\:bg-tykhe-digital\/30:focus {
  background-color: rgb(239 156 131 / 0.3);
}

.focus\:bg-tykhe-digital\/40:focus {
  background-color: rgb(239 156 131 / 0.4);
}

.focus\:bg-tykhe-digital\/5:focus {
  background-color: rgb(239 156 131 / 0.05);
}

.focus\:bg-tykhe-digital\/50:focus {
  background-color: rgb(239 156 131 / 0.5);
}

.focus\:bg-tykhe-digital\/60:focus {
  background-color: rgb(239 156 131 / 0.6);
}

.focus\:bg-tykhe-digital\/70:focus {
  background-color: rgb(239 156 131 / 0.7);
}

.focus\:bg-tykhe-digital\/75:focus {
  background-color: rgb(239 156 131 / 0.75);
}

.focus\:bg-tykhe-digital\/80:focus {
  background-color: rgb(239 156 131 / 0.8);
}

.focus\:bg-tykhe-digital\/90:focus {
  background-color: rgb(239 156 131 / 0.9);
}

.focus\:bg-tykhe-digital\/95:focus {
  background-color: rgb(239 156 131 / 0.95);
}

.focus\:bg-violet-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity));
}

.focus\:bg-violet-100\/0:focus {
  background-color: rgb(237 233 254 / 0);
}

.focus\:bg-violet-100\/10:focus {
  background-color: rgb(237 233 254 / 0.1);
}

.focus\:bg-violet-100\/100:focus {
  background-color: rgb(237 233 254 / 1);
}

.focus\:bg-violet-100\/20:focus {
  background-color: rgb(237 233 254 / 0.2);
}

.focus\:bg-violet-100\/25:focus {
  background-color: rgb(237 233 254 / 0.25);
}

.focus\:bg-violet-100\/30:focus {
  background-color: rgb(237 233 254 / 0.3);
}

.focus\:bg-violet-100\/40:focus {
  background-color: rgb(237 233 254 / 0.4);
}

.focus\:bg-violet-100\/5:focus {
  background-color: rgb(237 233 254 / 0.05);
}

.focus\:bg-violet-100\/50:focus {
  background-color: rgb(237 233 254 / 0.5);
}

.focus\:bg-violet-100\/60:focus {
  background-color: rgb(237 233 254 / 0.6);
}

.focus\:bg-violet-100\/70:focus {
  background-color: rgb(237 233 254 / 0.7);
}

.focus\:bg-violet-100\/75:focus {
  background-color: rgb(237 233 254 / 0.75);
}

.focus\:bg-violet-100\/80:focus {
  background-color: rgb(237 233 254 / 0.8);
}

.focus\:bg-violet-100\/90:focus {
  background-color: rgb(237 233 254 / 0.9);
}

.focus\:bg-violet-100\/95:focus {
  background-color: rgb(237 233 254 / 0.95);
}

.focus\:bg-violet-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(221 214 254 / var(--tw-bg-opacity));
}

.focus\:bg-violet-200\/0:focus {
  background-color: rgb(221 214 254 / 0);
}

.focus\:bg-violet-200\/10:focus {
  background-color: rgb(221 214 254 / 0.1);
}

.focus\:bg-violet-200\/100:focus {
  background-color: rgb(221 214 254 / 1);
}

.focus\:bg-violet-200\/20:focus {
  background-color: rgb(221 214 254 / 0.2);
}

.focus\:bg-violet-200\/25:focus {
  background-color: rgb(221 214 254 / 0.25);
}

.focus\:bg-violet-200\/30:focus {
  background-color: rgb(221 214 254 / 0.3);
}

.focus\:bg-violet-200\/40:focus {
  background-color: rgb(221 214 254 / 0.4);
}

.focus\:bg-violet-200\/5:focus {
  background-color: rgb(221 214 254 / 0.05);
}

.focus\:bg-violet-200\/50:focus {
  background-color: rgb(221 214 254 / 0.5);
}

.focus\:bg-violet-200\/60:focus {
  background-color: rgb(221 214 254 / 0.6);
}

.focus\:bg-violet-200\/70:focus {
  background-color: rgb(221 214 254 / 0.7);
}

.focus\:bg-violet-200\/75:focus {
  background-color: rgb(221 214 254 / 0.75);
}

.focus\:bg-violet-200\/80:focus {
  background-color: rgb(221 214 254 / 0.8);
}

.focus\:bg-violet-200\/90:focus {
  background-color: rgb(221 214 254 / 0.9);
}

.focus\:bg-violet-200\/95:focus {
  background-color: rgb(221 214 254 / 0.95);
}

.focus\:bg-violet-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity));
}

.focus\:bg-violet-300\/0:focus {
  background-color: rgb(196 181 253 / 0);
}

.focus\:bg-violet-300\/10:focus {
  background-color: rgb(196 181 253 / 0.1);
}

.focus\:bg-violet-300\/100:focus {
  background-color: rgb(196 181 253 / 1);
}

.focus\:bg-violet-300\/20:focus {
  background-color: rgb(196 181 253 / 0.2);
}

.focus\:bg-violet-300\/25:focus {
  background-color: rgb(196 181 253 / 0.25);
}

.focus\:bg-violet-300\/30:focus {
  background-color: rgb(196 181 253 / 0.3);
}

.focus\:bg-violet-300\/40:focus {
  background-color: rgb(196 181 253 / 0.4);
}

.focus\:bg-violet-300\/5:focus {
  background-color: rgb(196 181 253 / 0.05);
}

.focus\:bg-violet-300\/50:focus {
  background-color: rgb(196 181 253 / 0.5);
}

.focus\:bg-violet-300\/60:focus {
  background-color: rgb(196 181 253 / 0.6);
}

.focus\:bg-violet-300\/70:focus {
  background-color: rgb(196 181 253 / 0.7);
}

.focus\:bg-violet-300\/75:focus {
  background-color: rgb(196 181 253 / 0.75);
}

.focus\:bg-violet-300\/80:focus {
  background-color: rgb(196 181 253 / 0.8);
}

.focus\:bg-violet-300\/90:focus {
  background-color: rgb(196 181 253 / 0.9);
}

.focus\:bg-violet-300\/95:focus {
  background-color: rgb(196 181 253 / 0.95);
}

.focus\:bg-violet-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity));
}

.focus\:bg-violet-400\/0:focus {
  background-color: rgb(167 139 250 / 0);
}

.focus\:bg-violet-400\/10:focus {
  background-color: rgb(167 139 250 / 0.1);
}

.focus\:bg-violet-400\/100:focus {
  background-color: rgb(167 139 250 / 1);
}

.focus\:bg-violet-400\/20:focus {
  background-color: rgb(167 139 250 / 0.2);
}

.focus\:bg-violet-400\/25:focus {
  background-color: rgb(167 139 250 / 0.25);
}

.focus\:bg-violet-400\/30:focus {
  background-color: rgb(167 139 250 / 0.3);
}

.focus\:bg-violet-400\/40:focus {
  background-color: rgb(167 139 250 / 0.4);
}

.focus\:bg-violet-400\/5:focus {
  background-color: rgb(167 139 250 / 0.05);
}

.focus\:bg-violet-400\/50:focus {
  background-color: rgb(167 139 250 / 0.5);
}

.focus\:bg-violet-400\/60:focus {
  background-color: rgb(167 139 250 / 0.6);
}

.focus\:bg-violet-400\/70:focus {
  background-color: rgb(167 139 250 / 0.7);
}

.focus\:bg-violet-400\/75:focus {
  background-color: rgb(167 139 250 / 0.75);
}

.focus\:bg-violet-400\/80:focus {
  background-color: rgb(167 139 250 / 0.8);
}

.focus\:bg-violet-400\/90:focus {
  background-color: rgb(167 139 250 / 0.9);
}

.focus\:bg-violet-400\/95:focus {
  background-color: rgb(167 139 250 / 0.95);
}

.focus\:bg-violet-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity));
}

.focus\:bg-violet-50\/0:focus {
  background-color: rgb(245 243 255 / 0);
}

.focus\:bg-violet-50\/10:focus {
  background-color: rgb(245 243 255 / 0.1);
}

.focus\:bg-violet-50\/100:focus {
  background-color: rgb(245 243 255 / 1);
}

.focus\:bg-violet-50\/20:focus {
  background-color: rgb(245 243 255 / 0.2);
}

.focus\:bg-violet-50\/25:focus {
  background-color: rgb(245 243 255 / 0.25);
}

.focus\:bg-violet-50\/30:focus {
  background-color: rgb(245 243 255 / 0.3);
}

.focus\:bg-violet-50\/40:focus {
  background-color: rgb(245 243 255 / 0.4);
}

.focus\:bg-violet-50\/5:focus {
  background-color: rgb(245 243 255 / 0.05);
}

.focus\:bg-violet-50\/50:focus {
  background-color: rgb(245 243 255 / 0.5);
}

.focus\:bg-violet-50\/60:focus {
  background-color: rgb(245 243 255 / 0.6);
}

.focus\:bg-violet-50\/70:focus {
  background-color: rgb(245 243 255 / 0.7);
}

.focus\:bg-violet-50\/75:focus {
  background-color: rgb(245 243 255 / 0.75);
}

.focus\:bg-violet-50\/80:focus {
  background-color: rgb(245 243 255 / 0.8);
}

.focus\:bg-violet-50\/90:focus {
  background-color: rgb(245 243 255 / 0.9);
}

.focus\:bg-violet-50\/95:focus {
  background-color: rgb(245 243 255 / 0.95);
}

.focus\:bg-violet-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity));
}

.focus\:bg-violet-500\/0:focus {
  background-color: rgb(139 92 246 / 0);
}

.focus\:bg-violet-500\/10:focus {
  background-color: rgb(139 92 246 / 0.1);
}

.focus\:bg-violet-500\/100:focus {
  background-color: rgb(139 92 246 / 1);
}

.focus\:bg-violet-500\/20:focus {
  background-color: rgb(139 92 246 / 0.2);
}

.focus\:bg-violet-500\/25:focus {
  background-color: rgb(139 92 246 / 0.25);
}

.focus\:bg-violet-500\/30:focus {
  background-color: rgb(139 92 246 / 0.3);
}

.focus\:bg-violet-500\/40:focus {
  background-color: rgb(139 92 246 / 0.4);
}

.focus\:bg-violet-500\/5:focus {
  background-color: rgb(139 92 246 / 0.05);
}

.focus\:bg-violet-500\/50:focus {
  background-color: rgb(139 92 246 / 0.5);
}

.focus\:bg-violet-500\/60:focus {
  background-color: rgb(139 92 246 / 0.6);
}

.focus\:bg-violet-500\/70:focus {
  background-color: rgb(139 92 246 / 0.7);
}

.focus\:bg-violet-500\/75:focus {
  background-color: rgb(139 92 246 / 0.75);
}

.focus\:bg-violet-500\/80:focus {
  background-color: rgb(139 92 246 / 0.8);
}

.focus\:bg-violet-500\/90:focus {
  background-color: rgb(139 92 246 / 0.9);
}

.focus\:bg-violet-500\/95:focus {
  background-color: rgb(139 92 246 / 0.95);
}

.focus\:bg-violet-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity));
}

.focus\:bg-violet-600\/0:focus {
  background-color: rgb(124 58 237 / 0);
}

.focus\:bg-violet-600\/10:focus {
  background-color: rgb(124 58 237 / 0.1);
}

.focus\:bg-violet-600\/100:focus {
  background-color: rgb(124 58 237 / 1);
}

.focus\:bg-violet-600\/20:focus {
  background-color: rgb(124 58 237 / 0.2);
}

.focus\:bg-violet-600\/25:focus {
  background-color: rgb(124 58 237 / 0.25);
}

.focus\:bg-violet-600\/30:focus {
  background-color: rgb(124 58 237 / 0.3);
}

.focus\:bg-violet-600\/40:focus {
  background-color: rgb(124 58 237 / 0.4);
}

.focus\:bg-violet-600\/5:focus {
  background-color: rgb(124 58 237 / 0.05);
}

.focus\:bg-violet-600\/50:focus {
  background-color: rgb(124 58 237 / 0.5);
}

.focus\:bg-violet-600\/60:focus {
  background-color: rgb(124 58 237 / 0.6);
}

.focus\:bg-violet-600\/70:focus {
  background-color: rgb(124 58 237 / 0.7);
}

.focus\:bg-violet-600\/75:focus {
  background-color: rgb(124 58 237 / 0.75);
}

.focus\:bg-violet-600\/80:focus {
  background-color: rgb(124 58 237 / 0.8);
}

.focus\:bg-violet-600\/90:focus {
  background-color: rgb(124 58 237 / 0.9);
}

.focus\:bg-violet-600\/95:focus {
  background-color: rgb(124 58 237 / 0.95);
}

.focus\:bg-violet-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity));
}

.focus\:bg-violet-700\/0:focus {
  background-color: rgb(109 40 217 / 0);
}

.focus\:bg-violet-700\/10:focus {
  background-color: rgb(109 40 217 / 0.1);
}

.focus\:bg-violet-700\/100:focus {
  background-color: rgb(109 40 217 / 1);
}

.focus\:bg-violet-700\/20:focus {
  background-color: rgb(109 40 217 / 0.2);
}

.focus\:bg-violet-700\/25:focus {
  background-color: rgb(109 40 217 / 0.25);
}

.focus\:bg-violet-700\/30:focus {
  background-color: rgb(109 40 217 / 0.3);
}

.focus\:bg-violet-700\/40:focus {
  background-color: rgb(109 40 217 / 0.4);
}

.focus\:bg-violet-700\/5:focus {
  background-color: rgb(109 40 217 / 0.05);
}

.focus\:bg-violet-700\/50:focus {
  background-color: rgb(109 40 217 / 0.5);
}

.focus\:bg-violet-700\/60:focus {
  background-color: rgb(109 40 217 / 0.6);
}

.focus\:bg-violet-700\/70:focus {
  background-color: rgb(109 40 217 / 0.7);
}

.focus\:bg-violet-700\/75:focus {
  background-color: rgb(109 40 217 / 0.75);
}

.focus\:bg-violet-700\/80:focus {
  background-color: rgb(109 40 217 / 0.8);
}

.focus\:bg-violet-700\/90:focus {
  background-color: rgb(109 40 217 / 0.9);
}

.focus\:bg-violet-700\/95:focus {
  background-color: rgb(109 40 217 / 0.95);
}

.focus\:bg-violet-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity));
}

.focus\:bg-violet-800\/0:focus {
  background-color: rgb(91 33 182 / 0);
}

.focus\:bg-violet-800\/10:focus {
  background-color: rgb(91 33 182 / 0.1);
}

.focus\:bg-violet-800\/100:focus {
  background-color: rgb(91 33 182 / 1);
}

.focus\:bg-violet-800\/20:focus {
  background-color: rgb(91 33 182 / 0.2);
}

.focus\:bg-violet-800\/25:focus {
  background-color: rgb(91 33 182 / 0.25);
}

.focus\:bg-violet-800\/30:focus {
  background-color: rgb(91 33 182 / 0.3);
}

.focus\:bg-violet-800\/40:focus {
  background-color: rgb(91 33 182 / 0.4);
}

.focus\:bg-violet-800\/5:focus {
  background-color: rgb(91 33 182 / 0.05);
}

.focus\:bg-violet-800\/50:focus {
  background-color: rgb(91 33 182 / 0.5);
}

.focus\:bg-violet-800\/60:focus {
  background-color: rgb(91 33 182 / 0.6);
}

.focus\:bg-violet-800\/70:focus {
  background-color: rgb(91 33 182 / 0.7);
}

.focus\:bg-violet-800\/75:focus {
  background-color: rgb(91 33 182 / 0.75);
}

.focus\:bg-violet-800\/80:focus {
  background-color: rgb(91 33 182 / 0.8);
}

.focus\:bg-violet-800\/90:focus {
  background-color: rgb(91 33 182 / 0.9);
}

.focus\:bg-violet-800\/95:focus {
  background-color: rgb(91 33 182 / 0.95);
}

.focus\:bg-violet-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(76 29 149 / var(--tw-bg-opacity));
}

.focus\:bg-violet-900\/0:focus {
  background-color: rgb(76 29 149 / 0);
}

.focus\:bg-violet-900\/10:focus {
  background-color: rgb(76 29 149 / 0.1);
}

.focus\:bg-violet-900\/100:focus {
  background-color: rgb(76 29 149 / 1);
}

.focus\:bg-violet-900\/20:focus {
  background-color: rgb(76 29 149 / 0.2);
}

.focus\:bg-violet-900\/25:focus {
  background-color: rgb(76 29 149 / 0.25);
}

.focus\:bg-violet-900\/30:focus {
  background-color: rgb(76 29 149 / 0.3);
}

.focus\:bg-violet-900\/40:focus {
  background-color: rgb(76 29 149 / 0.4);
}

.focus\:bg-violet-900\/5:focus {
  background-color: rgb(76 29 149 / 0.05);
}

.focus\:bg-violet-900\/50:focus {
  background-color: rgb(76 29 149 / 0.5);
}

.focus\:bg-violet-900\/60:focus {
  background-color: rgb(76 29 149 / 0.6);
}

.focus\:bg-violet-900\/70:focus {
  background-color: rgb(76 29 149 / 0.7);
}

.focus\:bg-violet-900\/75:focus {
  background-color: rgb(76 29 149 / 0.75);
}

.focus\:bg-violet-900\/80:focus {
  background-color: rgb(76 29 149 / 0.8);
}

.focus\:bg-violet-900\/90:focus {
  background-color: rgb(76 29 149 / 0.9);
}

.focus\:bg-violet-900\/95:focus {
  background-color: rgb(76 29 149 / 0.95);
}

.focus\:bg-violet-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(46 16 101 / var(--tw-bg-opacity));
}

.focus\:bg-violet-950\/0:focus {
  background-color: rgb(46 16 101 / 0);
}

.focus\:bg-violet-950\/10:focus {
  background-color: rgb(46 16 101 / 0.1);
}

.focus\:bg-violet-950\/100:focus {
  background-color: rgb(46 16 101 / 1);
}

.focus\:bg-violet-950\/20:focus {
  background-color: rgb(46 16 101 / 0.2);
}

.focus\:bg-violet-950\/25:focus {
  background-color: rgb(46 16 101 / 0.25);
}

.focus\:bg-violet-950\/30:focus {
  background-color: rgb(46 16 101 / 0.3);
}

.focus\:bg-violet-950\/40:focus {
  background-color: rgb(46 16 101 / 0.4);
}

.focus\:bg-violet-950\/5:focus {
  background-color: rgb(46 16 101 / 0.05);
}

.focus\:bg-violet-950\/50:focus {
  background-color: rgb(46 16 101 / 0.5);
}

.focus\:bg-violet-950\/60:focus {
  background-color: rgb(46 16 101 / 0.6);
}

.focus\:bg-violet-950\/70:focus {
  background-color: rgb(46 16 101 / 0.7);
}

.focus\:bg-violet-950\/75:focus {
  background-color: rgb(46 16 101 / 0.75);
}

.focus\:bg-violet-950\/80:focus {
  background-color: rgb(46 16 101 / 0.8);
}

.focus\:bg-violet-950\/90:focus {
  background-color: rgb(46 16 101 / 0.9);
}

.focus\:bg-violet-950\/95:focus {
  background-color: rgb(46 16 101 / 0.95);
}

.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.focus\:bg-white\/0:focus {
  background-color: rgb(255 255 255 / 0);
}

.focus\:bg-white\/10:focus {
  background-color: rgb(255 255 255 / 0.1);
}

.focus\:bg-white\/100:focus {
  background-color: rgb(255 255 255 / 1);
}

.focus\:bg-white\/20:focus {
  background-color: rgb(255 255 255 / 0.2);
}

.focus\:bg-white\/25:focus {
  background-color: rgb(255 255 255 / 0.25);
}

.focus\:bg-white\/30:focus {
  background-color: rgb(255 255 255 / 0.3);
}

.focus\:bg-white\/40:focus {
  background-color: rgb(255 255 255 / 0.4);
}

.focus\:bg-white\/5:focus {
  background-color: rgb(255 255 255 / 0.05);
}

.focus\:bg-white\/50:focus {
  background-color: rgb(255 255 255 / 0.5);
}

.focus\:bg-white\/60:focus {
  background-color: rgb(255 255 255 / 0.6);
}

.focus\:bg-white\/70:focus {
  background-color: rgb(255 255 255 / 0.7);
}

.focus\:bg-white\/75:focus {
  background-color: rgb(255 255 255 / 0.75);
}

.focus\:bg-white\/80:focus {
  background-color: rgb(255 255 255 / 0.8);
}

.focus\:bg-white\/90:focus {
  background-color: rgb(255 255 255 / 0.9);
}

.focus\:bg-white\/95:focus {
  background-color: rgb(255 255 255 / 0.95);
}

.focus\:bg-work-identity-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(166 235 194 / var(--tw-bg-opacity));
}

.focus\:bg-work-identity-300\/0:focus {
  background-color: rgb(166 235 194 / 0);
}

.focus\:bg-work-identity-300\/10:focus {
  background-color: rgb(166 235 194 / 0.1);
}

.focus\:bg-work-identity-300\/100:focus {
  background-color: rgb(166 235 194 / 1);
}

.focus\:bg-work-identity-300\/20:focus {
  background-color: rgb(166 235 194 / 0.2);
}

.focus\:bg-work-identity-300\/25:focus {
  background-color: rgb(166 235 194 / 0.25);
}

.focus\:bg-work-identity-300\/30:focus {
  background-color: rgb(166 235 194 / 0.3);
}

.focus\:bg-work-identity-300\/40:focus {
  background-color: rgb(166 235 194 / 0.4);
}

.focus\:bg-work-identity-300\/5:focus {
  background-color: rgb(166 235 194 / 0.05);
}

.focus\:bg-work-identity-300\/50:focus {
  background-color: rgb(166 235 194 / 0.5);
}

.focus\:bg-work-identity-300\/60:focus {
  background-color: rgb(166 235 194 / 0.6);
}

.focus\:bg-work-identity-300\/70:focus {
  background-color: rgb(166 235 194 / 0.7);
}

.focus\:bg-work-identity-300\/75:focus {
  background-color: rgb(166 235 194 / 0.75);
}

.focus\:bg-work-identity-300\/80:focus {
  background-color: rgb(166 235 194 / 0.8);
}

.focus\:bg-work-identity-300\/90:focus {
  background-color: rgb(166 235 194 / 0.9);
}

.focus\:bg-work-identity-300\/95:focus {
  background-color: rgb(166 235 194 / 0.95);
}

.focus\:bg-work-identity-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(83 221 139 / var(--tw-bg-opacity));
}

.focus\:bg-work-identity-400\/0:focus {
  background-color: rgb(83 221 139 / 0);
}

.focus\:bg-work-identity-400\/10:focus {
  background-color: rgb(83 221 139 / 0.1);
}

.focus\:bg-work-identity-400\/100:focus {
  background-color: rgb(83 221 139 / 1);
}

.focus\:bg-work-identity-400\/20:focus {
  background-color: rgb(83 221 139 / 0.2);
}

.focus\:bg-work-identity-400\/25:focus {
  background-color: rgb(83 221 139 / 0.25);
}

.focus\:bg-work-identity-400\/30:focus {
  background-color: rgb(83 221 139 / 0.3);
}

.focus\:bg-work-identity-400\/40:focus {
  background-color: rgb(83 221 139 / 0.4);
}

.focus\:bg-work-identity-400\/5:focus {
  background-color: rgb(83 221 139 / 0.05);
}

.focus\:bg-work-identity-400\/50:focus {
  background-color: rgb(83 221 139 / 0.5);
}

.focus\:bg-work-identity-400\/60:focus {
  background-color: rgb(83 221 139 / 0.6);
}

.focus\:bg-work-identity-400\/70:focus {
  background-color: rgb(83 221 139 / 0.7);
}

.focus\:bg-work-identity-400\/75:focus {
  background-color: rgb(83 221 139 / 0.75);
}

.focus\:bg-work-identity-400\/80:focus {
  background-color: rgb(83 221 139 / 0.8);
}

.focus\:bg-work-identity-400\/90:focus {
  background-color: rgb(83 221 139 / 0.9);
}

.focus\:bg-work-identity-400\/95:focus {
  background-color: rgb(83 221 139 / 0.95);
}

.focus\:bg-work-identity-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(0 208 84 / var(--tw-bg-opacity));
}

.focus\:bg-work-identity-500\/0:focus {
  background-color: rgb(0 208 84 / 0);
}

.focus\:bg-work-identity-500\/10:focus {
  background-color: rgb(0 208 84 / 0.1);
}

.focus\:bg-work-identity-500\/100:focus {
  background-color: rgb(0 208 84 / 1);
}

.focus\:bg-work-identity-500\/20:focus {
  background-color: rgb(0 208 84 / 0.2);
}

.focus\:bg-work-identity-500\/25:focus {
  background-color: rgb(0 208 84 / 0.25);
}

.focus\:bg-work-identity-500\/30:focus {
  background-color: rgb(0 208 84 / 0.3);
}

.focus\:bg-work-identity-500\/40:focus {
  background-color: rgb(0 208 84 / 0.4);
}

.focus\:bg-work-identity-500\/5:focus {
  background-color: rgb(0 208 84 / 0.05);
}

.focus\:bg-work-identity-500\/50:focus {
  background-color: rgb(0 208 84 / 0.5);
}

.focus\:bg-work-identity-500\/60:focus {
  background-color: rgb(0 208 84 / 0.6);
}

.focus\:bg-work-identity-500\/70:focus {
  background-color: rgb(0 208 84 / 0.7);
}

.focus\:bg-work-identity-500\/75:focus {
  background-color: rgb(0 208 84 / 0.75);
}

.focus\:bg-work-identity-500\/80:focus {
  background-color: rgb(0 208 84 / 0.8);
}

.focus\:bg-work-identity-500\/90:focus {
  background-color: rgb(0 208 84 / 0.9);
}

.focus\:bg-work-identity-500\/95:focus {
  background-color: rgb(0 208 84 / 0.95);
}

.focus\:bg-work-identity-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}

.focus\:bg-work-identity-900\/0:focus {
  background-color: rgb(249 249 249 / 0);
}

.focus\:bg-work-identity-900\/10:focus {
  background-color: rgb(249 249 249 / 0.1);
}

.focus\:bg-work-identity-900\/100:focus {
  background-color: rgb(249 249 249 / 1);
}

.focus\:bg-work-identity-900\/20:focus {
  background-color: rgb(249 249 249 / 0.2);
}

.focus\:bg-work-identity-900\/25:focus {
  background-color: rgb(249 249 249 / 0.25);
}

.focus\:bg-work-identity-900\/30:focus {
  background-color: rgb(249 249 249 / 0.3);
}

.focus\:bg-work-identity-900\/40:focus {
  background-color: rgb(249 249 249 / 0.4);
}

.focus\:bg-work-identity-900\/5:focus {
  background-color: rgb(249 249 249 / 0.05);
}

.focus\:bg-work-identity-900\/50:focus {
  background-color: rgb(249 249 249 / 0.5);
}

.focus\:bg-work-identity-900\/60:focus {
  background-color: rgb(249 249 249 / 0.6);
}

.focus\:bg-work-identity-900\/70:focus {
  background-color: rgb(249 249 249 / 0.7);
}

.focus\:bg-work-identity-900\/75:focus {
  background-color: rgb(249 249 249 / 0.75);
}

.focus\:bg-work-identity-900\/80:focus {
  background-color: rgb(249 249 249 / 0.8);
}

.focus\:bg-work-identity-900\/90:focus {
  background-color: rgb(249 249 249 / 0.9);
}

.focus\:bg-work-identity-900\/95:focus {
  background-color: rgb(249 249 249 / 0.95);
}

.focus\:bg-yellow-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}

.focus\:bg-yellow-100\/0:focus {
  background-color: rgb(254 249 195 / 0);
}

.focus\:bg-yellow-100\/10:focus {
  background-color: rgb(254 249 195 / 0.1);
}

.focus\:bg-yellow-100\/100:focus {
  background-color: rgb(254 249 195 / 1);
}

.focus\:bg-yellow-100\/20:focus {
  background-color: rgb(254 249 195 / 0.2);
}

.focus\:bg-yellow-100\/25:focus {
  background-color: rgb(254 249 195 / 0.25);
}

.focus\:bg-yellow-100\/30:focus {
  background-color: rgb(254 249 195 / 0.3);
}

.focus\:bg-yellow-100\/40:focus {
  background-color: rgb(254 249 195 / 0.4);
}

.focus\:bg-yellow-100\/5:focus {
  background-color: rgb(254 249 195 / 0.05);
}

.focus\:bg-yellow-100\/50:focus {
  background-color: rgb(254 249 195 / 0.5);
}

.focus\:bg-yellow-100\/60:focus {
  background-color: rgb(254 249 195 / 0.6);
}

.focus\:bg-yellow-100\/70:focus {
  background-color: rgb(254 249 195 / 0.7);
}

.focus\:bg-yellow-100\/75:focus {
  background-color: rgb(254 249 195 / 0.75);
}

.focus\:bg-yellow-100\/80:focus {
  background-color: rgb(254 249 195 / 0.8);
}

.focus\:bg-yellow-100\/90:focus {
  background-color: rgb(254 249 195 / 0.9);
}

.focus\:bg-yellow-100\/95:focus {
  background-color: rgb(254 249 195 / 0.95);
}

.focus\:bg-yellow-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}

.focus\:bg-yellow-200\/0:focus {
  background-color: rgb(254 240 138 / 0);
}

.focus\:bg-yellow-200\/10:focus {
  background-color: rgb(254 240 138 / 0.1);
}

.focus\:bg-yellow-200\/100:focus {
  background-color: rgb(254 240 138 / 1);
}

.focus\:bg-yellow-200\/20:focus {
  background-color: rgb(254 240 138 / 0.2);
}

.focus\:bg-yellow-200\/25:focus {
  background-color: rgb(254 240 138 / 0.25);
}

.focus\:bg-yellow-200\/30:focus {
  background-color: rgb(254 240 138 / 0.3);
}

.focus\:bg-yellow-200\/40:focus {
  background-color: rgb(254 240 138 / 0.4);
}

.focus\:bg-yellow-200\/5:focus {
  background-color: rgb(254 240 138 / 0.05);
}

.focus\:bg-yellow-200\/50:focus {
  background-color: rgb(254 240 138 / 0.5);
}

.focus\:bg-yellow-200\/60:focus {
  background-color: rgb(254 240 138 / 0.6);
}

.focus\:bg-yellow-200\/70:focus {
  background-color: rgb(254 240 138 / 0.7);
}

.focus\:bg-yellow-200\/75:focus {
  background-color: rgb(254 240 138 / 0.75);
}

.focus\:bg-yellow-200\/80:focus {
  background-color: rgb(254 240 138 / 0.8);
}

.focus\:bg-yellow-200\/90:focus {
  background-color: rgb(254 240 138 / 0.9);
}

.focus\:bg-yellow-200\/95:focus {
  background-color: rgb(254 240 138 / 0.95);
}

.focus\:bg-yellow-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}

.focus\:bg-yellow-300\/0:focus {
  background-color: rgb(253 224 71 / 0);
}

.focus\:bg-yellow-300\/10:focus {
  background-color: rgb(253 224 71 / 0.1);
}

.focus\:bg-yellow-300\/100:focus {
  background-color: rgb(253 224 71 / 1);
}

.focus\:bg-yellow-300\/20:focus {
  background-color: rgb(253 224 71 / 0.2);
}

.focus\:bg-yellow-300\/25:focus {
  background-color: rgb(253 224 71 / 0.25);
}

.focus\:bg-yellow-300\/30:focus {
  background-color: rgb(253 224 71 / 0.3);
}

.focus\:bg-yellow-300\/40:focus {
  background-color: rgb(253 224 71 / 0.4);
}

.focus\:bg-yellow-300\/5:focus {
  background-color: rgb(253 224 71 / 0.05);
}

.focus\:bg-yellow-300\/50:focus {
  background-color: rgb(253 224 71 / 0.5);
}

.focus\:bg-yellow-300\/60:focus {
  background-color: rgb(253 224 71 / 0.6);
}

.focus\:bg-yellow-300\/70:focus {
  background-color: rgb(253 224 71 / 0.7);
}

.focus\:bg-yellow-300\/75:focus {
  background-color: rgb(253 224 71 / 0.75);
}

.focus\:bg-yellow-300\/80:focus {
  background-color: rgb(253 224 71 / 0.8);
}

.focus\:bg-yellow-300\/90:focus {
  background-color: rgb(253 224 71 / 0.9);
}

.focus\:bg-yellow-300\/95:focus {
  background-color: rgb(253 224 71 / 0.95);
}

.focus\:bg-yellow-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}

.focus\:bg-yellow-400\/0:focus {
  background-color: rgb(250 204 21 / 0);
}

.focus\:bg-yellow-400\/10:focus {
  background-color: rgb(250 204 21 / 0.1);
}

.focus\:bg-yellow-400\/100:focus {
  background-color: rgb(250 204 21 / 1);
}

.focus\:bg-yellow-400\/20:focus {
  background-color: rgb(250 204 21 / 0.2);
}

.focus\:bg-yellow-400\/25:focus {
  background-color: rgb(250 204 21 / 0.25);
}

.focus\:bg-yellow-400\/30:focus {
  background-color: rgb(250 204 21 / 0.3);
}

.focus\:bg-yellow-400\/40:focus {
  background-color: rgb(250 204 21 / 0.4);
}

.focus\:bg-yellow-400\/5:focus {
  background-color: rgb(250 204 21 / 0.05);
}

.focus\:bg-yellow-400\/50:focus {
  background-color: rgb(250 204 21 / 0.5);
}

.focus\:bg-yellow-400\/60:focus {
  background-color: rgb(250 204 21 / 0.6);
}

.focus\:bg-yellow-400\/70:focus {
  background-color: rgb(250 204 21 / 0.7);
}

.focus\:bg-yellow-400\/75:focus {
  background-color: rgb(250 204 21 / 0.75);
}

.focus\:bg-yellow-400\/80:focus {
  background-color: rgb(250 204 21 / 0.8);
}

.focus\:bg-yellow-400\/90:focus {
  background-color: rgb(250 204 21 / 0.9);
}

.focus\:bg-yellow-400\/95:focus {
  background-color: rgb(250 204 21 / 0.95);
}

.focus\:bg-yellow-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}

.focus\:bg-yellow-50\/0:focus {
  background-color: rgb(254 252 232 / 0);
}

.focus\:bg-yellow-50\/10:focus {
  background-color: rgb(254 252 232 / 0.1);
}

.focus\:bg-yellow-50\/100:focus {
  background-color: rgb(254 252 232 / 1);
}

.focus\:bg-yellow-50\/20:focus {
  background-color: rgb(254 252 232 / 0.2);
}

.focus\:bg-yellow-50\/25:focus {
  background-color: rgb(254 252 232 / 0.25);
}

.focus\:bg-yellow-50\/30:focus {
  background-color: rgb(254 252 232 / 0.3);
}

.focus\:bg-yellow-50\/40:focus {
  background-color: rgb(254 252 232 / 0.4);
}

.focus\:bg-yellow-50\/5:focus {
  background-color: rgb(254 252 232 / 0.05);
}

.focus\:bg-yellow-50\/50:focus {
  background-color: rgb(254 252 232 / 0.5);
}

.focus\:bg-yellow-50\/60:focus {
  background-color: rgb(254 252 232 / 0.6);
}

.focus\:bg-yellow-50\/70:focus {
  background-color: rgb(254 252 232 / 0.7);
}

.focus\:bg-yellow-50\/75:focus {
  background-color: rgb(254 252 232 / 0.75);
}

.focus\:bg-yellow-50\/80:focus {
  background-color: rgb(254 252 232 / 0.8);
}

.focus\:bg-yellow-50\/90:focus {
  background-color: rgb(254 252 232 / 0.9);
}

.focus\:bg-yellow-50\/95:focus {
  background-color: rgb(254 252 232 / 0.95);
}

.focus\:bg-yellow-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}

.focus\:bg-yellow-500\/0:focus {
  background-color: rgb(234 179 8 / 0);
}

.focus\:bg-yellow-500\/10:focus {
  background-color: rgb(234 179 8 / 0.1);
}

.focus\:bg-yellow-500\/100:focus {
  background-color: rgb(234 179 8 / 1);
}

.focus\:bg-yellow-500\/20:focus {
  background-color: rgb(234 179 8 / 0.2);
}

.focus\:bg-yellow-500\/25:focus {
  background-color: rgb(234 179 8 / 0.25);
}

.focus\:bg-yellow-500\/30:focus {
  background-color: rgb(234 179 8 / 0.3);
}

.focus\:bg-yellow-500\/40:focus {
  background-color: rgb(234 179 8 / 0.4);
}

.focus\:bg-yellow-500\/5:focus {
  background-color: rgb(234 179 8 / 0.05);
}

.focus\:bg-yellow-500\/50:focus {
  background-color: rgb(234 179 8 / 0.5);
}

.focus\:bg-yellow-500\/60:focus {
  background-color: rgb(234 179 8 / 0.6);
}

.focus\:bg-yellow-500\/70:focus {
  background-color: rgb(234 179 8 / 0.7);
}

.focus\:bg-yellow-500\/75:focus {
  background-color: rgb(234 179 8 / 0.75);
}

.focus\:bg-yellow-500\/80:focus {
  background-color: rgb(234 179 8 / 0.8);
}

.focus\:bg-yellow-500\/90:focus {
  background-color: rgb(234 179 8 / 0.9);
}

.focus\:bg-yellow-500\/95:focus {
  background-color: rgb(234 179 8 / 0.95);
}

.focus\:bg-yellow-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}

.focus\:bg-yellow-600\/0:focus {
  background-color: rgb(202 138 4 / 0);
}

.focus\:bg-yellow-600\/10:focus {
  background-color: rgb(202 138 4 / 0.1);
}

.focus\:bg-yellow-600\/100:focus {
  background-color: rgb(202 138 4 / 1);
}

.focus\:bg-yellow-600\/20:focus {
  background-color: rgb(202 138 4 / 0.2);
}

.focus\:bg-yellow-600\/25:focus {
  background-color: rgb(202 138 4 / 0.25);
}

.focus\:bg-yellow-600\/30:focus {
  background-color: rgb(202 138 4 / 0.3);
}

.focus\:bg-yellow-600\/40:focus {
  background-color: rgb(202 138 4 / 0.4);
}

.focus\:bg-yellow-600\/5:focus {
  background-color: rgb(202 138 4 / 0.05);
}

.focus\:bg-yellow-600\/50:focus {
  background-color: rgb(202 138 4 / 0.5);
}

.focus\:bg-yellow-600\/60:focus {
  background-color: rgb(202 138 4 / 0.6);
}

.focus\:bg-yellow-600\/70:focus {
  background-color: rgb(202 138 4 / 0.7);
}

.focus\:bg-yellow-600\/75:focus {
  background-color: rgb(202 138 4 / 0.75);
}

.focus\:bg-yellow-600\/80:focus {
  background-color: rgb(202 138 4 / 0.8);
}

.focus\:bg-yellow-600\/90:focus {
  background-color: rgb(202 138 4 / 0.9);
}

.focus\:bg-yellow-600\/95:focus {
  background-color: rgb(202 138 4 / 0.95);
}

.focus\:bg-yellow-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity));
}

.focus\:bg-yellow-700\/0:focus {
  background-color: rgb(161 98 7 / 0);
}

.focus\:bg-yellow-700\/10:focus {
  background-color: rgb(161 98 7 / 0.1);
}

.focus\:bg-yellow-700\/100:focus {
  background-color: rgb(161 98 7 / 1);
}

.focus\:bg-yellow-700\/20:focus {
  background-color: rgb(161 98 7 / 0.2);
}

.focus\:bg-yellow-700\/25:focus {
  background-color: rgb(161 98 7 / 0.25);
}

.focus\:bg-yellow-700\/30:focus {
  background-color: rgb(161 98 7 / 0.3);
}

.focus\:bg-yellow-700\/40:focus {
  background-color: rgb(161 98 7 / 0.4);
}

.focus\:bg-yellow-700\/5:focus {
  background-color: rgb(161 98 7 / 0.05);
}

.focus\:bg-yellow-700\/50:focus {
  background-color: rgb(161 98 7 / 0.5);
}

.focus\:bg-yellow-700\/60:focus {
  background-color: rgb(161 98 7 / 0.6);
}

.focus\:bg-yellow-700\/70:focus {
  background-color: rgb(161 98 7 / 0.7);
}

.focus\:bg-yellow-700\/75:focus {
  background-color: rgb(161 98 7 / 0.75);
}

.focus\:bg-yellow-700\/80:focus {
  background-color: rgb(161 98 7 / 0.8);
}

.focus\:bg-yellow-700\/90:focus {
  background-color: rgb(161 98 7 / 0.9);
}

.focus\:bg-yellow-700\/95:focus {
  background-color: rgb(161 98 7 / 0.95);
}

.focus\:bg-yellow-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity));
}

.focus\:bg-yellow-800\/0:focus {
  background-color: rgb(133 77 14 / 0);
}

.focus\:bg-yellow-800\/10:focus {
  background-color: rgb(133 77 14 / 0.1);
}

.focus\:bg-yellow-800\/100:focus {
  background-color: rgb(133 77 14 / 1);
}

.focus\:bg-yellow-800\/20:focus {
  background-color: rgb(133 77 14 / 0.2);
}

.focus\:bg-yellow-800\/25:focus {
  background-color: rgb(133 77 14 / 0.25);
}

.focus\:bg-yellow-800\/30:focus {
  background-color: rgb(133 77 14 / 0.3);
}

.focus\:bg-yellow-800\/40:focus {
  background-color: rgb(133 77 14 / 0.4);
}

.focus\:bg-yellow-800\/5:focus {
  background-color: rgb(133 77 14 / 0.05);
}

.focus\:bg-yellow-800\/50:focus {
  background-color: rgb(133 77 14 / 0.5);
}

.focus\:bg-yellow-800\/60:focus {
  background-color: rgb(133 77 14 / 0.6);
}

.focus\:bg-yellow-800\/70:focus {
  background-color: rgb(133 77 14 / 0.7);
}

.focus\:bg-yellow-800\/75:focus {
  background-color: rgb(133 77 14 / 0.75);
}

.focus\:bg-yellow-800\/80:focus {
  background-color: rgb(133 77 14 / 0.8);
}

.focus\:bg-yellow-800\/90:focus {
  background-color: rgb(133 77 14 / 0.9);
}

.focus\:bg-yellow-800\/95:focus {
  background-color: rgb(133 77 14 / 0.95);
}

.focus\:bg-yellow-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity));
}

.focus\:bg-yellow-900\/0:focus {
  background-color: rgb(113 63 18 / 0);
}

.focus\:bg-yellow-900\/10:focus {
  background-color: rgb(113 63 18 / 0.1);
}

.focus\:bg-yellow-900\/100:focus {
  background-color: rgb(113 63 18 / 1);
}

.focus\:bg-yellow-900\/20:focus {
  background-color: rgb(113 63 18 / 0.2);
}

.focus\:bg-yellow-900\/25:focus {
  background-color: rgb(113 63 18 / 0.25);
}

.focus\:bg-yellow-900\/30:focus {
  background-color: rgb(113 63 18 / 0.3);
}

.focus\:bg-yellow-900\/40:focus {
  background-color: rgb(113 63 18 / 0.4);
}

.focus\:bg-yellow-900\/5:focus {
  background-color: rgb(113 63 18 / 0.05);
}

.focus\:bg-yellow-900\/50:focus {
  background-color: rgb(113 63 18 / 0.5);
}

.focus\:bg-yellow-900\/60:focus {
  background-color: rgb(113 63 18 / 0.6);
}

.focus\:bg-yellow-900\/70:focus {
  background-color: rgb(113 63 18 / 0.7);
}

.focus\:bg-yellow-900\/75:focus {
  background-color: rgb(113 63 18 / 0.75);
}

.focus\:bg-yellow-900\/80:focus {
  background-color: rgb(113 63 18 / 0.8);
}

.focus\:bg-yellow-900\/90:focus {
  background-color: rgb(113 63 18 / 0.9);
}

.focus\:bg-yellow-900\/95:focus {
  background-color: rgb(113 63 18 / 0.95);
}

.focus\:bg-yellow-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity));
}

.focus\:bg-yellow-950\/0:focus {
  background-color: rgb(66 32 6 / 0);
}

.focus\:bg-yellow-950\/10:focus {
  background-color: rgb(66 32 6 / 0.1);
}

.focus\:bg-yellow-950\/100:focus {
  background-color: rgb(66 32 6 / 1);
}

.focus\:bg-yellow-950\/20:focus {
  background-color: rgb(66 32 6 / 0.2);
}

.focus\:bg-yellow-950\/25:focus {
  background-color: rgb(66 32 6 / 0.25);
}

.focus\:bg-yellow-950\/30:focus {
  background-color: rgb(66 32 6 / 0.3);
}

.focus\:bg-yellow-950\/40:focus {
  background-color: rgb(66 32 6 / 0.4);
}

.focus\:bg-yellow-950\/5:focus {
  background-color: rgb(66 32 6 / 0.05);
}

.focus\:bg-yellow-950\/50:focus {
  background-color: rgb(66 32 6 / 0.5);
}

.focus\:bg-yellow-950\/60:focus {
  background-color: rgb(66 32 6 / 0.6);
}

.focus\:bg-yellow-950\/70:focus {
  background-color: rgb(66 32 6 / 0.7);
}

.focus\:bg-yellow-950\/75:focus {
  background-color: rgb(66 32 6 / 0.75);
}

.focus\:bg-yellow-950\/80:focus {
  background-color: rgb(66 32 6 / 0.8);
}

.focus\:bg-yellow-950\/90:focus {
  background-color: rgb(66 32 6 / 0.9);
}

.focus\:bg-yellow-950\/95:focus {
  background-color: rgb(66 32 6 / 0.95);
}

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

.focus\:bg-zinc-100\/0:focus {
  background-color: rgb(244 244 245 / 0);
}

.focus\:bg-zinc-100\/10:focus {
  background-color: rgb(244 244 245 / 0.1);
}

.focus\:bg-zinc-100\/100:focus {
  background-color: rgb(244 244 245 / 1);
}

.focus\:bg-zinc-100\/20:focus {
  background-color: rgb(244 244 245 / 0.2);
}

.focus\:bg-zinc-100\/25:focus {
  background-color: rgb(244 244 245 / 0.25);
}

.focus\:bg-zinc-100\/30:focus {
  background-color: rgb(244 244 245 / 0.3);
}

.focus\:bg-zinc-100\/40:focus {
  background-color: rgb(244 244 245 / 0.4);
}

.focus\:bg-zinc-100\/5:focus {
  background-color: rgb(244 244 245 / 0.05);
}

.focus\:bg-zinc-100\/50:focus {
  background-color: rgb(244 244 245 / 0.5);
}

.focus\:bg-zinc-100\/60:focus {
  background-color: rgb(244 244 245 / 0.6);
}

.focus\:bg-zinc-100\/70:focus {
  background-color: rgb(244 244 245 / 0.7);
}

.focus\:bg-zinc-100\/75:focus {
  background-color: rgb(244 244 245 / 0.75);
}

.focus\:bg-zinc-100\/80:focus {
  background-color: rgb(244 244 245 / 0.8);
}

.focus\:bg-zinc-100\/90:focus {
  background-color: rgb(244 244 245 / 0.9);
}

.focus\:bg-zinc-100\/95:focus {
  background-color: rgb(244 244 245 / 0.95);
}

.focus\:bg-zinc-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}

.focus\:bg-zinc-200\/0:focus {
  background-color: rgb(228 228 231 / 0);
}

.focus\:bg-zinc-200\/10:focus {
  background-color: rgb(228 228 231 / 0.1);
}

.focus\:bg-zinc-200\/100:focus {
  background-color: rgb(228 228 231 / 1);
}

.focus\:bg-zinc-200\/20:focus {
  background-color: rgb(228 228 231 / 0.2);
}

.focus\:bg-zinc-200\/25:focus {
  background-color: rgb(228 228 231 / 0.25);
}

.focus\:bg-zinc-200\/30:focus {
  background-color: rgb(228 228 231 / 0.3);
}

.focus\:bg-zinc-200\/40:focus {
  background-color: rgb(228 228 231 / 0.4);
}

.focus\:bg-zinc-200\/5:focus {
  background-color: rgb(228 228 231 / 0.05);
}

.focus\:bg-zinc-200\/50:focus {
  background-color: rgb(228 228 231 / 0.5);
}

.focus\:bg-zinc-200\/60:focus {
  background-color: rgb(228 228 231 / 0.6);
}

.focus\:bg-zinc-200\/70:focus {
  background-color: rgb(228 228 231 / 0.7);
}

.focus\:bg-zinc-200\/75:focus {
  background-color: rgb(228 228 231 / 0.75);
}

.focus\:bg-zinc-200\/80:focus {
  background-color: rgb(228 228 231 / 0.8);
}

.focus\:bg-zinc-200\/90:focus {
  background-color: rgb(228 228 231 / 0.9);
}

.focus\:bg-zinc-200\/95:focus {
  background-color: rgb(228 228 231 / 0.95);
}

.focus\:bg-zinc-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity));
}

.focus\:bg-zinc-300\/0:focus {
  background-color: rgb(212 212 216 / 0);
}

.focus\:bg-zinc-300\/10:focus {
  background-color: rgb(212 212 216 / 0.1);
}

.focus\:bg-zinc-300\/100:focus {
  background-color: rgb(212 212 216 / 1);
}

.focus\:bg-zinc-300\/20:focus {
  background-color: rgb(212 212 216 / 0.2);
}

.focus\:bg-zinc-300\/25:focus {
  background-color: rgb(212 212 216 / 0.25);
}

.focus\:bg-zinc-300\/30:focus {
  background-color: rgb(212 212 216 / 0.3);
}

.focus\:bg-zinc-300\/40:focus {
  background-color: rgb(212 212 216 / 0.4);
}

.focus\:bg-zinc-300\/5:focus {
  background-color: rgb(212 212 216 / 0.05);
}

.focus\:bg-zinc-300\/50:focus {
  background-color: rgb(212 212 216 / 0.5);
}

.focus\:bg-zinc-300\/60:focus {
  background-color: rgb(212 212 216 / 0.6);
}

.focus\:bg-zinc-300\/70:focus {
  background-color: rgb(212 212 216 / 0.7);
}

.focus\:bg-zinc-300\/75:focus {
  background-color: rgb(212 212 216 / 0.75);
}

.focus\:bg-zinc-300\/80:focus {
  background-color: rgb(212 212 216 / 0.8);
}

.focus\:bg-zinc-300\/90:focus {
  background-color: rgb(212 212 216 / 0.9);
}

.focus\:bg-zinc-300\/95:focus {
  background-color: rgb(212 212 216 / 0.95);
}

.focus\:bg-zinc-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity));
}

.focus\:bg-zinc-400\/0:focus {
  background-color: rgb(161 161 170 / 0);
}

.focus\:bg-zinc-400\/10:focus {
  background-color: rgb(161 161 170 / 0.1);
}

.focus\:bg-zinc-400\/100:focus {
  background-color: rgb(161 161 170 / 1);
}

.focus\:bg-zinc-400\/20:focus {
  background-color: rgb(161 161 170 / 0.2);
}

.focus\:bg-zinc-400\/25:focus {
  background-color: rgb(161 161 170 / 0.25);
}

.focus\:bg-zinc-400\/30:focus {
  background-color: rgb(161 161 170 / 0.3);
}

.focus\:bg-zinc-400\/40:focus {
  background-color: rgb(161 161 170 / 0.4);
}

.focus\:bg-zinc-400\/5:focus {
  background-color: rgb(161 161 170 / 0.05);
}

.focus\:bg-zinc-400\/50:focus {
  background-color: rgb(161 161 170 / 0.5);
}

.focus\:bg-zinc-400\/60:focus {
  background-color: rgb(161 161 170 / 0.6);
}

.focus\:bg-zinc-400\/70:focus {
  background-color: rgb(161 161 170 / 0.7);
}

.focus\:bg-zinc-400\/75:focus {
  background-color: rgb(161 161 170 / 0.75);
}

.focus\:bg-zinc-400\/80:focus {
  background-color: rgb(161 161 170 / 0.8);
}

.focus\:bg-zinc-400\/90:focus {
  background-color: rgb(161 161 170 / 0.9);
}

.focus\:bg-zinc-400\/95:focus {
  background-color: rgb(161 161 170 / 0.95);
}

.focus\:bg-zinc-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.focus\:bg-zinc-50\/0:focus {
  background-color: rgb(250 250 250 / 0);
}

.focus\:bg-zinc-50\/10:focus {
  background-color: rgb(250 250 250 / 0.1);
}

.focus\:bg-zinc-50\/100:focus {
  background-color: rgb(250 250 250 / 1);
}

.focus\:bg-zinc-50\/20:focus {
  background-color: rgb(250 250 250 / 0.2);
}

.focus\:bg-zinc-50\/25:focus {
  background-color: rgb(250 250 250 / 0.25);
}

.focus\:bg-zinc-50\/30:focus {
  background-color: rgb(250 250 250 / 0.3);
}

.focus\:bg-zinc-50\/40:focus {
  background-color: rgb(250 250 250 / 0.4);
}

.focus\:bg-zinc-50\/5:focus {
  background-color: rgb(250 250 250 / 0.05);
}

.focus\:bg-zinc-50\/50:focus {
  background-color: rgb(250 250 250 / 0.5);
}

.focus\:bg-zinc-50\/60:focus {
  background-color: rgb(250 250 250 / 0.6);
}

.focus\:bg-zinc-50\/70:focus {
  background-color: rgb(250 250 250 / 0.7);
}

.focus\:bg-zinc-50\/75:focus {
  background-color: rgb(250 250 250 / 0.75);
}

.focus\:bg-zinc-50\/80:focus {
  background-color: rgb(250 250 250 / 0.8);
}

.focus\:bg-zinc-50\/90:focus {
  background-color: rgb(250 250 250 / 0.9);
}

.focus\:bg-zinc-50\/95:focus {
  background-color: rgb(250 250 250 / 0.95);
}

.focus\:bg-zinc-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity));
}

.focus\:bg-zinc-500\/0:focus {
  background-color: rgb(113 113 122 / 0);
}

.focus\:bg-zinc-500\/10:focus {
  background-color: rgb(113 113 122 / 0.1);
}

.focus\:bg-zinc-500\/100:focus {
  background-color: rgb(113 113 122 / 1);
}

.focus\:bg-zinc-500\/20:focus {
  background-color: rgb(113 113 122 / 0.2);
}

.focus\:bg-zinc-500\/25:focus {
  background-color: rgb(113 113 122 / 0.25);
}

.focus\:bg-zinc-500\/30:focus {
  background-color: rgb(113 113 122 / 0.3);
}

.focus\:bg-zinc-500\/40:focus {
  background-color: rgb(113 113 122 / 0.4);
}

.focus\:bg-zinc-500\/5:focus {
  background-color: rgb(113 113 122 / 0.05);
}

.focus\:bg-zinc-500\/50:focus {
  background-color: rgb(113 113 122 / 0.5);
}

.focus\:bg-zinc-500\/60:focus {
  background-color: rgb(113 113 122 / 0.6);
}

.focus\:bg-zinc-500\/70:focus {
  background-color: rgb(113 113 122 / 0.7);
}

.focus\:bg-zinc-500\/75:focus {
  background-color: rgb(113 113 122 / 0.75);
}

.focus\:bg-zinc-500\/80:focus {
  background-color: rgb(113 113 122 / 0.8);
}

.focus\:bg-zinc-500\/90:focus {
  background-color: rgb(113 113 122 / 0.9);
}

.focus\:bg-zinc-500\/95:focus {
  background-color: rgb(113 113 122 / 0.95);
}

.focus\:bg-zinc-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity));
}

.focus\:bg-zinc-600\/0:focus {
  background-color: rgb(82 82 91 / 0);
}

.focus\:bg-zinc-600\/10:focus {
  background-color: rgb(82 82 91 / 0.1);
}

.focus\:bg-zinc-600\/100:focus {
  background-color: rgb(82 82 91 / 1);
}

.focus\:bg-zinc-600\/20:focus {
  background-color: rgb(82 82 91 / 0.2);
}

.focus\:bg-zinc-600\/25:focus {
  background-color: rgb(82 82 91 / 0.25);
}

.focus\:bg-zinc-600\/30:focus {
  background-color: rgb(82 82 91 / 0.3);
}

.focus\:bg-zinc-600\/40:focus {
  background-color: rgb(82 82 91 / 0.4);
}

.focus\:bg-zinc-600\/5:focus {
  background-color: rgb(82 82 91 / 0.05);
}

.focus\:bg-zinc-600\/50:focus {
  background-color: rgb(82 82 91 / 0.5);
}

.focus\:bg-zinc-600\/60:focus {
  background-color: rgb(82 82 91 / 0.6);
}

.focus\:bg-zinc-600\/70:focus {
  background-color: rgb(82 82 91 / 0.7);
}

.focus\:bg-zinc-600\/75:focus {
  background-color: rgb(82 82 91 / 0.75);
}

.focus\:bg-zinc-600\/80:focus {
  background-color: rgb(82 82 91 / 0.8);
}

.focus\:bg-zinc-600\/90:focus {
  background-color: rgb(82 82 91 / 0.9);
}

.focus\:bg-zinc-600\/95:focus {
  background-color: rgb(82 82 91 / 0.95);
}

.focus\:bg-zinc-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}

.focus\:bg-zinc-700\/0:focus {
  background-color: rgb(63 63 70 / 0);
}

.focus\:bg-zinc-700\/10:focus {
  background-color: rgb(63 63 70 / 0.1);
}

.focus\:bg-zinc-700\/100:focus {
  background-color: rgb(63 63 70 / 1);
}

.focus\:bg-zinc-700\/20:focus {
  background-color: rgb(63 63 70 / 0.2);
}

.focus\:bg-zinc-700\/25:focus {
  background-color: rgb(63 63 70 / 0.25);
}

.focus\:bg-zinc-700\/30:focus {
  background-color: rgb(63 63 70 / 0.3);
}

.focus\:bg-zinc-700\/40:focus {
  background-color: rgb(63 63 70 / 0.4);
}

.focus\:bg-zinc-700\/5:focus {
  background-color: rgb(63 63 70 / 0.05);
}

.focus\:bg-zinc-700\/50:focus {
  background-color: rgb(63 63 70 / 0.5);
}

.focus\:bg-zinc-700\/60:focus {
  background-color: rgb(63 63 70 / 0.6);
}

.focus\:bg-zinc-700\/70:focus {
  background-color: rgb(63 63 70 / 0.7);
}

.focus\:bg-zinc-700\/75:focus {
  background-color: rgb(63 63 70 / 0.75);
}

.focus\:bg-zinc-700\/80:focus {
  background-color: rgb(63 63 70 / 0.8);
}

.focus\:bg-zinc-700\/90:focus {
  background-color: rgb(63 63 70 / 0.9);
}

.focus\:bg-zinc-700\/95:focus {
  background-color: rgb(63 63 70 / 0.95);
}

.focus\:bg-zinc-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}

.focus\:bg-zinc-800\/0:focus {
  background-color: rgb(39 39 42 / 0);
}

.focus\:bg-zinc-800\/10:focus {
  background-color: rgb(39 39 42 / 0.1);
}

.focus\:bg-zinc-800\/100:focus {
  background-color: rgb(39 39 42 / 1);
}

.focus\:bg-zinc-800\/20:focus {
  background-color: rgb(39 39 42 / 0.2);
}

.focus\:bg-zinc-800\/25:focus {
  background-color: rgb(39 39 42 / 0.25);
}

.focus\:bg-zinc-800\/30:focus {
  background-color: rgb(39 39 42 / 0.3);
}

.focus\:bg-zinc-800\/40:focus {
  background-color: rgb(39 39 42 / 0.4);
}

.focus\:bg-zinc-800\/5:focus {
  background-color: rgb(39 39 42 / 0.05);
}

.focus\:bg-zinc-800\/50:focus {
  background-color: rgb(39 39 42 / 0.5);
}

.focus\:bg-zinc-800\/60:focus {
  background-color: rgb(39 39 42 / 0.6);
}

.focus\:bg-zinc-800\/70:focus {
  background-color: rgb(39 39 42 / 0.7);
}

.focus\:bg-zinc-800\/75:focus {
  background-color: rgb(39 39 42 / 0.75);
}

.focus\:bg-zinc-800\/80:focus {
  background-color: rgb(39 39 42 / 0.8);
}

.focus\:bg-zinc-800\/90:focus {
  background-color: rgb(39 39 42 / 0.9);
}

.focus\:bg-zinc-800\/95:focus {
  background-color: rgb(39 39 42 / 0.95);
}

.focus\:bg-zinc-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}

.focus\:bg-zinc-900\/0:focus {
  background-color: rgb(24 24 27 / 0);
}

.focus\:bg-zinc-900\/10:focus {
  background-color: rgb(24 24 27 / 0.1);
}

.focus\:bg-zinc-900\/100:focus {
  background-color: rgb(24 24 27 / 1);
}

.focus\:bg-zinc-900\/20:focus {
  background-color: rgb(24 24 27 / 0.2);
}

.focus\:bg-zinc-900\/25:focus {
  background-color: rgb(24 24 27 / 0.25);
}

.focus\:bg-zinc-900\/30:focus {
  background-color: rgb(24 24 27 / 0.3);
}

.focus\:bg-zinc-900\/40:focus {
  background-color: rgb(24 24 27 / 0.4);
}

.focus\:bg-zinc-900\/5:focus {
  background-color: rgb(24 24 27 / 0.05);
}

.focus\:bg-zinc-900\/50:focus {
  background-color: rgb(24 24 27 / 0.5);
}

.focus\:bg-zinc-900\/60:focus {
  background-color: rgb(24 24 27 / 0.6);
}

.focus\:bg-zinc-900\/70:focus {
  background-color: rgb(24 24 27 / 0.7);
}

.focus\:bg-zinc-900\/75:focus {
  background-color: rgb(24 24 27 / 0.75);
}

.focus\:bg-zinc-900\/80:focus {
  background-color: rgb(24 24 27 / 0.8);
}

.focus\:bg-zinc-900\/90:focus {
  background-color: rgb(24 24 27 / 0.9);
}

.focus\:bg-zinc-900\/95:focus {
  background-color: rgb(24 24 27 / 0.95);
}

.focus\:bg-zinc-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity));
}

.focus\:bg-zinc-950\/0:focus {
  background-color: rgb(9 9 11 / 0);
}

.focus\:bg-zinc-950\/10:focus {
  background-color: rgb(9 9 11 / 0.1);
}

.focus\:bg-zinc-950\/100:focus {
  background-color: rgb(9 9 11 / 1);
}

.focus\:bg-zinc-950\/20:focus {
  background-color: rgb(9 9 11 / 0.2);
}

.focus\:bg-zinc-950\/25:focus {
  background-color: rgb(9 9 11 / 0.25);
}

.focus\:bg-zinc-950\/30:focus {
  background-color: rgb(9 9 11 / 0.3);
}

.focus\:bg-zinc-950\/40:focus {
  background-color: rgb(9 9 11 / 0.4);
}

.focus\:bg-zinc-950\/5:focus {
  background-color: rgb(9 9 11 / 0.05);
}

.focus\:bg-zinc-950\/50:focus {
  background-color: rgb(9 9 11 / 0.5);
}

.focus\:bg-zinc-950\/60:focus {
  background-color: rgb(9 9 11 / 0.6);
}

.focus\:bg-zinc-950\/70:focus {
  background-color: rgb(9 9 11 / 0.7);
}

.focus\:bg-zinc-950\/75:focus {
  background-color: rgb(9 9 11 / 0.75);
}

.focus\:bg-zinc-950\/80:focus {
  background-color: rgb(9 9 11 / 0.8);
}

.focus\:bg-zinc-950\/90:focus {
  background-color: rgb(9 9 11 / 0.9);
}

.focus\:bg-zinc-950\/95:focus {
  background-color: rgb(9 9 11 / 0.95);
}

.focus\:bg-opacity-0:focus {
  --tw-bg-opacity: 0;
}

.focus\:bg-opacity-10:focus {
  --tw-bg-opacity: 0.1;
}

.focus\:bg-opacity-100:focus {
  --tw-bg-opacity: 1;
}

.focus\:bg-opacity-20:focus {
  --tw-bg-opacity: 0.2;
}

.focus\:bg-opacity-25:focus {
  --tw-bg-opacity: 0.25;
}

.focus\:bg-opacity-30:focus {
  --tw-bg-opacity: 0.3;
}

.focus\:bg-opacity-40:focus {
  --tw-bg-opacity: 0.4;
}

.focus\:bg-opacity-5:focus {
  --tw-bg-opacity: 0.05;
}

.focus\:bg-opacity-50:focus {
  --tw-bg-opacity: 0.5;
}

.focus\:bg-opacity-60:focus {
  --tw-bg-opacity: 0.6;
}

.focus\:bg-opacity-70:focus {
  --tw-bg-opacity: 0.7;
}

.focus\:bg-opacity-75:focus {
  --tw-bg-opacity: 0.75;
}

.focus\:bg-opacity-80:focus {
  --tw-bg-opacity: 0.8;
}

.focus\:bg-opacity-90:focus {
  --tw-bg-opacity: 0.9;
}

.focus\:bg-opacity-95:focus {
  --tw-bg-opacity: 0.95;
}

.focus\:bg-gradient-to-b:focus {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.focus\:bg-gradient-to-bl:focus {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

.focus\:bg-gradient-to-br:focus {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.focus\:bg-gradient-to-l:focus {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.focus\:bg-gradient-to-r:focus {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.focus\:bg-gradient-to-t:focus {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.focus\:bg-gradient-to-tl:focus {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

.focus\:bg-gradient-to-tr:focus {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.focus\:bg-none:focus {
  background-image: none;
}

.focus\:bg-auto:focus {
  background-size: auto;
}

.focus\:bg-contain:focus {
  background-size: contain;
}

.focus\:bg-cover:focus {
  background-size: cover;
}

.focus\:bg-fixed:focus {
  background-attachment: fixed;
}

.focus\:bg-local:focus {
  background-attachment: local;
}

.focus\:bg-scroll:focus {
  background-attachment: scroll;
}

.focus\:bg-clip-border:focus {
  background-clip: border-box;
}

.focus\:bg-clip-padding:focus {
  background-clip: padding-box;
}

.focus\:bg-clip-content:focus {
  background-clip: content-box;
}

.focus\:bg-clip-text:focus {
  -webkit-background-clip: text;
          background-clip: text;
}

.focus\:bg-bottom:focus {
  background-position: bottom;
}

.focus\:bg-center:focus {
  background-position: center;
}

.focus\:bg-left:focus {
  background-position: left;
}

.focus\:bg-left-bottom:focus {
  background-position: left bottom;
}

.focus\:bg-left-top:focus {
  background-position: left top;
}

.focus\:bg-right:focus {
  background-position: right;
}

.focus\:bg-right-bottom:focus {
  background-position: right bottom;
}

.focus\:bg-right-top:focus {
  background-position: right top;
}

.focus\:bg-top:focus {
  background-position: top;
}

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

.focus\:bg-no-repeat:focus {
  background-repeat: no-repeat;
}

.focus\:bg-repeat-x:focus {
  background-repeat: repeat-x;
}

.focus\:bg-repeat-y:focus {
  background-repeat: repeat-y;
}

.focus\:bg-repeat-round:focus {
  background-repeat: round;
}

.focus\:bg-repeat-space:focus {
  background-repeat: space;
}

.focus\:bg-origin-border:focus {
  background-origin: border-box;
}

.focus\:bg-origin-padding:focus {
  background-origin: padding-box;
}

.focus\:bg-origin-content:focus {
  background-origin: content-box;
}

.focus\:text-brand-500:focus {
  --tw-text-opacity: 1;
  color: rgb(6 93 169 / var(--tw-text-opacity));
}

.focus\:text-gray-500:focus {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.focus\:text-gray-700:focus {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.focus\:text-gray-800:focus {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.focus\:text-gray-900:focus {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.focus\:text-indigo-800:focus {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}

.focus\:text-red-100:focus {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity));
}

.focus\:text-white:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

.focus\:placeholder-gray-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}

.focus\:bg-blend-normal:focus {
  background-blend-mode: normal;
}

.focus\:bg-blend-multiply:focus {
  background-blend-mode: multiply;
}

.focus\:bg-blend-screen:focus {
  background-blend-mode: screen;
}

.focus\:bg-blend-overlay:focus {
  background-blend-mode: overlay;
}

.focus\:bg-blend-darken:focus {
  background-blend-mode: darken;
}

.focus\:bg-blend-lighten:focus {
  background-blend-mode: lighten;
}

.focus\:bg-blend-color-dodge:focus {
  background-blend-mode: color-dodge;
}

.focus\:bg-blend-color-burn:focus {
  background-blend-mode: color-burn;
}

.focus\:bg-blend-hard-light:focus {
  background-blend-mode: hard-light;
}

.focus\:bg-blend-soft-light:focus {
  background-blend-mode: soft-light;
}

.focus\:bg-blend-difference:focus {
  background-blend-mode: difference;
}

.focus\:bg-blend-exclusion:focus {
  background-blend-mode: exclusion;
}

.focus\:bg-blend-hue:focus {
  background-blend-mode: hue;
}

.focus\:bg-blend-saturation:focus {
  background-blend-mode: saturation;
}

.focus\:bg-blend-color:focus {
  background-blend-mode: color;
}

.focus\:bg-blend-luminosity:focus {
  background-blend-mode: luminosity;
}

.focus\:shadow-sm:focus {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring: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(3px + 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);
}

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

.focus\:ring-1: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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2: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(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);
}

.focus\:ring-inset:focus {
  --tw-ring-inset: inset;
}

.focus\:ring-\[\#00AFD7\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 175 215 / var(--tw-ring-opacity));
}

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

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}

.focus\:ring-blue-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity));
}

.focus\:ring-brand-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 93 169 / var(--tw-ring-opacity));
}

.focus\:ring-gray-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity));
}

.focus\:ring-gray-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity));
}

.focus\:ring-gray-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity));
}

.focus\:ring-indigo-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity));
}

.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}

.focus\:ring-orange-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity));
}

.focus\:ring-pink-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 72 153 / var(--tw-ring-opacity));
}

.focus\:ring-purple-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity));
}

.focus\:ring-purple-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 51 234 / var(--tw-ring-opacity));
}

.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}

.focus\:ring-rose-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 63 94 / var(--tw-ring-opacity));
}

.focus\:ring-violet-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(109 40 217 / var(--tw-ring-opacity));
}

.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus\:ring-offset-amber-50:focus {
  --tw-ring-offset-color: #fffbeb;
}

.focus\:ring-offset-gray-100:focus {
  --tw-ring-offset-color: #f3f4f6;
}

.focus\:ring-offset-gray-50:focus {
  --tw-ring-offset-color: #f9fafb;
}

.focus\:bg-gradient-bse:focus {
    background-image: linear-gradient(to right, config("colors.blue"), config("colors.purple"));
  }

.focus-visible\:outline:focus-visible {
  outline-style: solid;
}

.focus-visible\:outline-2:focus-visible {
  outline-width: 2px;
}

.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px;
}

.focus-visible\:outline-offset-\[-4px\]:focus-visible {
  outline-offset: -4px;
}

.focus-visible\:outline-gray-900:focus-visible {
  outline-color: #111827;
}

.focus-visible\:outline-red-600:focus-visible {
  outline-color: #dc2626;
}

.focus-visible\:outline-sky-600:focus-visible {
  outline-color: #0284c7;
}

.focus-visible\:outline-white:focus-visible {
  outline-color: #fff;
}

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

.active\:border-collapse:active {
  border-collapse: collapse;
}

.active\:border-separate:active {
  border-collapse: separate;
}

.active\:border-spacing-0:active {
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-0\.5:active {
  --tw-border-spacing-x: 0.125rem;
  --tw-border-spacing-y: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-1:active {
  --tw-border-spacing-x: 0.25rem;
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-1\.5:active {
  --tw-border-spacing-x: 0.375rem;
  --tw-border-spacing-y: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-10:active {
  --tw-border-spacing-x: 2.5rem;
  --tw-border-spacing-y: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-11:active {
  --tw-border-spacing-x: 2.75rem;
  --tw-border-spacing-y: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-12:active {
  --tw-border-spacing-x: 3rem;
  --tw-border-spacing-y: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-14:active {
  --tw-border-spacing-x: 3.5rem;
  --tw-border-spacing-y: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-16:active {
  --tw-border-spacing-x: 4rem;
  --tw-border-spacing-y: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-2:active {
  --tw-border-spacing-x: 0.5rem;
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-2\.5:active {
  --tw-border-spacing-x: 0.625rem;
  --tw-border-spacing-y: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-20:active {
  --tw-border-spacing-x: 5rem;
  --tw-border-spacing-y: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-24:active {
  --tw-border-spacing-x: 6rem;
  --tw-border-spacing-y: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-28:active {
  --tw-border-spacing-x: 7rem;
  --tw-border-spacing-y: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-3:active {
  --tw-border-spacing-x: 0.75rem;
  --tw-border-spacing-y: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-3\.5:active {
  --tw-border-spacing-x: 0.875rem;
  --tw-border-spacing-y: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-32:active {
  --tw-border-spacing-x: 8rem;
  --tw-border-spacing-y: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-36:active {
  --tw-border-spacing-x: 9rem;
  --tw-border-spacing-y: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-4:active {
  --tw-border-spacing-x: 1rem;
  --tw-border-spacing-y: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-40:active {
  --tw-border-spacing-x: 10rem;
  --tw-border-spacing-y: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-44:active {
  --tw-border-spacing-x: 11rem;
  --tw-border-spacing-y: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-48:active {
  --tw-border-spacing-x: 12rem;
  --tw-border-spacing-y: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-5:active {
  --tw-border-spacing-x: 1.25rem;
  --tw-border-spacing-y: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-52:active {
  --tw-border-spacing-x: 13rem;
  --tw-border-spacing-y: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-56:active {
  --tw-border-spacing-x: 14rem;
  --tw-border-spacing-y: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-6:active {
  --tw-border-spacing-x: 1.5rem;
  --tw-border-spacing-y: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-60:active {
  --tw-border-spacing-x: 15rem;
  --tw-border-spacing-y: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-64:active {
  --tw-border-spacing-x: 16rem;
  --tw-border-spacing-y: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-7:active {
  --tw-border-spacing-x: 1.75rem;
  --tw-border-spacing-y: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-72:active {
  --tw-border-spacing-x: 18rem;
  --tw-border-spacing-y: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-8:active {
  --tw-border-spacing-x: 2rem;
  --tw-border-spacing-y: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-80:active {
  --tw-border-spacing-x: 20rem;
  --tw-border-spacing-y: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-9:active {
  --tw-border-spacing-x: 2.25rem;
  --tw-border-spacing-y: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-96:active {
  --tw-border-spacing-x: 24rem;
  --tw-border-spacing-y: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-px:active {
  --tw-border-spacing-x: 1px;
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-x-0:active {
  --tw-border-spacing-x: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-x-0\.5:active {
  --tw-border-spacing-x: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-x-1:active {
  --tw-border-spacing-x: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-x-1\.5:active {
  --tw-border-spacing-x: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-x-10:active {
  --tw-border-spacing-x: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-x-11:active {
  --tw-border-spacing-x: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-x-12:active {
  --tw-border-spacing-x: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-x-14:active {
  --tw-border-spacing-x: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-x-16:active {
  --tw-border-spacing-x: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-x-2:active {
  --tw-border-spacing-x: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-x-2\.5:active {
  --tw-border-spacing-x: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-x-20:active {
  --tw-border-spacing-x: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-x-24:active {
  --tw-border-spacing-x: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-x-28:active {
  --tw-border-spacing-x: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-x-3:active {
  --tw-border-spacing-x: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-x-3\.5:active {
  --tw-border-spacing-x: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-x-32:active {
  --tw-border-spacing-x: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-x-36:active {
  --tw-border-spacing-x: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-x-4:active {
  --tw-border-spacing-x: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-x-40:active {
  --tw-border-spacing-x: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-x-44:active {
  --tw-border-spacing-x: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-x-48:active {
  --tw-border-spacing-x: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-x-5:active {
  --tw-border-spacing-x: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-x-52:active {
  --tw-border-spacing-x: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-x-56:active {
  --tw-border-spacing-x: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-x-6:active {
  --tw-border-spacing-x: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-x-60:active {
  --tw-border-spacing-x: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-x-64:active {
  --tw-border-spacing-x: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-x-7:active {
  --tw-border-spacing-x: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-x-72:active {
  --tw-border-spacing-x: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-x-8:active {
  --tw-border-spacing-x: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-x-80:active {
  --tw-border-spacing-x: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-x-9:active {
  --tw-border-spacing-x: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-x-96:active {
  --tw-border-spacing-x: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-x-px:active {
  --tw-border-spacing-x: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-y-0:active {
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-y-0\.5:active {
  --tw-border-spacing-y: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-y-1:active {
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-y-1\.5:active {
  --tw-border-spacing-y: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-y-10:active {
  --tw-border-spacing-y: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-y-11:active {
  --tw-border-spacing-y: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-y-12:active {
  --tw-border-spacing-y: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-y-14:active {
  --tw-border-spacing-y: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-y-16:active {
  --tw-border-spacing-y: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-y-2:active {
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-y-2\.5:active {
  --tw-border-spacing-y: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-y-20:active {
  --tw-border-spacing-y: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-y-24:active {
  --tw-border-spacing-y: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-y-28:active {
  --tw-border-spacing-y: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-y-3:active {
  --tw-border-spacing-y: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-y-3\.5:active {
  --tw-border-spacing-y: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-y-32:active {
  --tw-border-spacing-y: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-y-36:active {
  --tw-border-spacing-y: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-y-4:active {
  --tw-border-spacing-y: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-y-40:active {
  --tw-border-spacing-y: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-y-44:active {
  --tw-border-spacing-y: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-y-48:active {
  --tw-border-spacing-y: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-y-5:active {
  --tw-border-spacing-y: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-y-52:active {
  --tw-border-spacing-y: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-y-56:active {
  --tw-border-spacing-y: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-y-6:active {
  --tw-border-spacing-y: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-y-60:active {
  --tw-border-spacing-y: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-y-64:active {
  --tw-border-spacing-y: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-y-7:active {
  --tw-border-spacing-y: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-y-72:active {
  --tw-border-spacing-y: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-y-8:active {
  --tw-border-spacing-y: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-y-80:active {
  --tw-border-spacing-y: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-y-9:active {
  --tw-border-spacing-y: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-y-96:active {
  --tw-border-spacing-y: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border-spacing-y-px:active {
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.active\:border:active {
  border-width: 1px;
}

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

.active\:border-2:active {
  border-width: 2px;
}

.active\:border-4:active {
  border-width: 4px;
}

.active\:border-8:active {
  border-width: 8px;
}

.active\:border-x:active {
  border-left-width: 1px;
  border-right-width: 1px;
}

.active\:border-x-0:active {
  border-left-width: 0px;
  border-right-width: 0px;
}

.active\:border-x-2:active {
  border-left-width: 2px;
  border-right-width: 2px;
}

.active\:border-x-4:active {
  border-left-width: 4px;
  border-right-width: 4px;
}

.active\:border-x-8:active {
  border-left-width: 8px;
  border-right-width: 8px;
}

.active\:border-y:active {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.active\:border-y-0:active {
  border-top-width: 0px;
  border-bottom-width: 0px;
}

.active\:border-y-2:active {
  border-top-width: 2px;
  border-bottom-width: 2px;
}

.active\:border-y-4:active {
  border-top-width: 4px;
  border-bottom-width: 4px;
}

.active\:border-y-8:active {
  border-top-width: 8px;
  border-bottom-width: 8px;
}

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

.active\:border-b-0:active {
  border-bottom-width: 0px;
}

.active\:border-b-2:active {
  border-bottom-width: 2px;
}

.active\:border-b-4:active {
  border-bottom-width: 4px;
}

.active\:border-b-8:active {
  border-bottom-width: 8px;
}

.active\:border-e:active {
  border-inline-end-width: 1px;
}

.active\:border-e-0:active {
  border-inline-end-width: 0px;
}

.active\:border-e-2:active {
  border-inline-end-width: 2px;
}

.active\:border-e-4:active {
  border-inline-end-width: 4px;
}

.active\:border-e-8:active {
  border-inline-end-width: 8px;
}

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

.active\:border-l-0:active {
  border-left-width: 0px;
}

.active\:border-l-2:active {
  border-left-width: 2px;
}

.active\:border-l-4:active {
  border-left-width: 4px;
}

.active\:border-l-8:active {
  border-left-width: 8px;
}

.active\:border-r:active {
  border-right-width: 1px;
}

.active\:border-r-0:active {
  border-right-width: 0px;
}

.active\:border-r-2:active {
  border-right-width: 2px;
}

.active\:border-r-4:active {
  border-right-width: 4px;
}

.active\:border-r-8:active {
  border-right-width: 8px;
}

.active\:border-s:active {
  border-inline-start-width: 1px;
}

.active\:border-s-0:active {
  border-inline-start-width: 0px;
}

.active\:border-s-2:active {
  border-inline-start-width: 2px;
}

.active\:border-s-4:active {
  border-inline-start-width: 4px;
}

.active\:border-s-8:active {
  border-inline-start-width: 8px;
}

.active\:border-t:active {
  border-top-width: 1px;
}

.active\:border-t-0:active {
  border-top-width: 0px;
}

.active\:border-t-2:active {
  border-top-width: 2px;
}

.active\:border-t-4:active {
  border-top-width: 4px;
}

.active\:border-t-8:active {
  border-top-width: 8px;
}

.active\:border-solid:active {
  border-style: solid;
}

.active\:border-dashed:active {
  border-style: dashed;
}

.active\:border-dotted:active {
  border-style: dotted;
}

.active\:border-double:active {
  border-style: double;
}

.active\:border-hidden:active {
  border-style: hidden;
}

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

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

.active\:border-amber-100\/0:active {
  border-color: rgb(254 243 199 / 0);
}

.active\:border-amber-100\/10:active {
  border-color: rgb(254 243 199 / 0.1);
}

.active\:border-amber-100\/100:active {
  border-color: rgb(254 243 199 / 1);
}

.active\:border-amber-100\/20:active {
  border-color: rgb(254 243 199 / 0.2);
}

.active\:border-amber-100\/25:active {
  border-color: rgb(254 243 199 / 0.25);
}

.active\:border-amber-100\/30:active {
  border-color: rgb(254 243 199 / 0.3);
}

.active\:border-amber-100\/40:active {
  border-color: rgb(254 243 199 / 0.4);
}

.active\:border-amber-100\/5:active {
  border-color: rgb(254 243 199 / 0.05);
}

.active\:border-amber-100\/50:active {
  border-color: rgb(254 243 199 / 0.5);
}

.active\:border-amber-100\/60:active {
  border-color: rgb(254 243 199 / 0.6);
}

.active\:border-amber-100\/70:active {
  border-color: rgb(254 243 199 / 0.7);
}

.active\:border-amber-100\/75:active {
  border-color: rgb(254 243 199 / 0.75);
}

.active\:border-amber-100\/80:active {
  border-color: rgb(254 243 199 / 0.8);
}

.active\:border-amber-100\/90:active {
  border-color: rgb(254 243 199 / 0.9);
}

.active\:border-amber-100\/95:active {
  border-color: rgb(254 243 199 / 0.95);
}

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

.active\:border-amber-200\/0:active {
  border-color: rgb(253 230 138 / 0);
}

.active\:border-amber-200\/10:active {
  border-color: rgb(253 230 138 / 0.1);
}

.active\:border-amber-200\/100:active {
  border-color: rgb(253 230 138 / 1);
}

.active\:border-amber-200\/20:active {
  border-color: rgb(253 230 138 / 0.2);
}

.active\:border-amber-200\/25:active {
  border-color: rgb(253 230 138 / 0.25);
}

.active\:border-amber-200\/30:active {
  border-color: rgb(253 230 138 / 0.3);
}

.active\:border-amber-200\/40:active {
  border-color: rgb(253 230 138 / 0.4);
}

.active\:border-amber-200\/5:active {
  border-color: rgb(253 230 138 / 0.05);
}

.active\:border-amber-200\/50:active {
  border-color: rgb(253 230 138 / 0.5);
}

.active\:border-amber-200\/60:active {
  border-color: rgb(253 230 138 / 0.6);
}

.active\:border-amber-200\/70:active {
  border-color: rgb(253 230 138 / 0.7);
}

.active\:border-amber-200\/75:active {
  border-color: rgb(253 230 138 / 0.75);
}

.active\:border-amber-200\/80:active {
  border-color: rgb(253 230 138 / 0.8);
}

.active\:border-amber-200\/90:active {
  border-color: rgb(253 230 138 / 0.9);
}

.active\:border-amber-200\/95:active {
  border-color: rgb(253 230 138 / 0.95);
}

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

.active\:border-amber-300\/0:active {
  border-color: rgb(252 211 77 / 0);
}

.active\:border-amber-300\/10:active {
  border-color: rgb(252 211 77 / 0.1);
}

.active\:border-amber-300\/100:active {
  border-color: rgb(252 211 77 / 1);
}

.active\:border-amber-300\/20:active {
  border-color: rgb(252 211 77 / 0.2);
}

.active\:border-amber-300\/25:active {
  border-color: rgb(252 211 77 / 0.25);
}

.active\:border-amber-300\/30:active {
  border-color: rgb(252 211 77 / 0.3);
}

.active\:border-amber-300\/40:active {
  border-color: rgb(252 211 77 / 0.4);
}

.active\:border-amber-300\/5:active {
  border-color: rgb(252 211 77 / 0.05);
}

.active\:border-amber-300\/50:active {
  border-color: rgb(252 211 77 / 0.5);
}

.active\:border-amber-300\/60:active {
  border-color: rgb(252 211 77 / 0.6);
}

.active\:border-amber-300\/70:active {
  border-color: rgb(252 211 77 / 0.7);
}

.active\:border-amber-300\/75:active {
  border-color: rgb(252 211 77 / 0.75);
}

.active\:border-amber-300\/80:active {
  border-color: rgb(252 211 77 / 0.8);
}

.active\:border-amber-300\/90:active {
  border-color: rgb(252 211 77 / 0.9);
}

.active\:border-amber-300\/95:active {
  border-color: rgb(252 211 77 / 0.95);
}

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

.active\:border-amber-400\/0:active {
  border-color: rgb(251 191 36 / 0);
}

.active\:border-amber-400\/10:active {
  border-color: rgb(251 191 36 / 0.1);
}

.active\:border-amber-400\/100:active {
  border-color: rgb(251 191 36 / 1);
}

.active\:border-amber-400\/20:active {
  border-color: rgb(251 191 36 / 0.2);
}

.active\:border-amber-400\/25:active {
  border-color: rgb(251 191 36 / 0.25);
}

.active\:border-amber-400\/30:active {
  border-color: rgb(251 191 36 / 0.3);
}

.active\:border-amber-400\/40:active {
  border-color: rgb(251 191 36 / 0.4);
}

.active\:border-amber-400\/5:active {
  border-color: rgb(251 191 36 / 0.05);
}

.active\:border-amber-400\/50:active {
  border-color: rgb(251 191 36 / 0.5);
}

.active\:border-amber-400\/60:active {
  border-color: rgb(251 191 36 / 0.6);
}

.active\:border-amber-400\/70:active {
  border-color: rgb(251 191 36 / 0.7);
}

.active\:border-amber-400\/75:active {
  border-color: rgb(251 191 36 / 0.75);
}

.active\:border-amber-400\/80:active {
  border-color: rgb(251 191 36 / 0.8);
}

.active\:border-amber-400\/90:active {
  border-color: rgb(251 191 36 / 0.9);
}

.active\:border-amber-400\/95:active {
  border-color: rgb(251 191 36 / 0.95);
}

.active\:border-amber-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.active\:border-amber-50\/0:active {
  border-color: rgb(255 251 235 / 0);
}

.active\:border-amber-50\/10:active {
  border-color: rgb(255 251 235 / 0.1);
}

.active\:border-amber-50\/100:active {
  border-color: rgb(255 251 235 / 1);
}

.active\:border-amber-50\/20:active {
  border-color: rgb(255 251 235 / 0.2);
}

.active\:border-amber-50\/25:active {
  border-color: rgb(255 251 235 / 0.25);
}

.active\:border-amber-50\/30:active {
  border-color: rgb(255 251 235 / 0.3);
}

.active\:border-amber-50\/40:active {
  border-color: rgb(255 251 235 / 0.4);
}

.active\:border-amber-50\/5:active {
  border-color: rgb(255 251 235 / 0.05);
}

.active\:border-amber-50\/50:active {
  border-color: rgb(255 251 235 / 0.5);
}

.active\:border-amber-50\/60:active {
  border-color: rgb(255 251 235 / 0.6);
}

.active\:border-amber-50\/70:active {
  border-color: rgb(255 251 235 / 0.7);
}

.active\:border-amber-50\/75:active {
  border-color: rgb(255 251 235 / 0.75);
}

.active\:border-amber-50\/80:active {
  border-color: rgb(255 251 235 / 0.8);
}

.active\:border-amber-50\/90:active {
  border-color: rgb(255 251 235 / 0.9);
}

.active\:border-amber-50\/95:active {
  border-color: rgb(255 251 235 / 0.95);
}

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

.active\:border-amber-500\/0:active {
  border-color: rgb(245 158 11 / 0);
}

.active\:border-amber-500\/10:active {
  border-color: rgb(245 158 11 / 0.1);
}

.active\:border-amber-500\/100:active {
  border-color: rgb(245 158 11 / 1);
}

.active\:border-amber-500\/20:active {
  border-color: rgb(245 158 11 / 0.2);
}

.active\:border-amber-500\/25:active {
  border-color: rgb(245 158 11 / 0.25);
}

.active\:border-amber-500\/30:active {
  border-color: rgb(245 158 11 / 0.3);
}

.active\:border-amber-500\/40:active {
  border-color: rgb(245 158 11 / 0.4);
}

.active\:border-amber-500\/5:active {
  border-color: rgb(245 158 11 / 0.05);
}

.active\:border-amber-500\/50:active {
  border-color: rgb(245 158 11 / 0.5);
}

.active\:border-amber-500\/60:active {
  border-color: rgb(245 158 11 / 0.6);
}

.active\:border-amber-500\/70:active {
  border-color: rgb(245 158 11 / 0.7);
}

.active\:border-amber-500\/75:active {
  border-color: rgb(245 158 11 / 0.75);
}

.active\:border-amber-500\/80:active {
  border-color: rgb(245 158 11 / 0.8);
}

.active\:border-amber-500\/90:active {
  border-color: rgb(245 158 11 / 0.9);
}

.active\:border-amber-500\/95:active {
  border-color: rgb(245 158 11 / 0.95);
}

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

.active\:border-amber-600\/0:active {
  border-color: rgb(217 119 6 / 0);
}

.active\:border-amber-600\/10:active {
  border-color: rgb(217 119 6 / 0.1);
}

.active\:border-amber-600\/100:active {
  border-color: rgb(217 119 6 / 1);
}

.active\:border-amber-600\/20:active {
  border-color: rgb(217 119 6 / 0.2);
}

.active\:border-amber-600\/25:active {
  border-color: rgb(217 119 6 / 0.25);
}

.active\:border-amber-600\/30:active {
  border-color: rgb(217 119 6 / 0.3);
}

.active\:border-amber-600\/40:active {
  border-color: rgb(217 119 6 / 0.4);
}

.active\:border-amber-600\/5:active {
  border-color: rgb(217 119 6 / 0.05);
}

.active\:border-amber-600\/50:active {
  border-color: rgb(217 119 6 / 0.5);
}

.active\:border-amber-600\/60:active {
  border-color: rgb(217 119 6 / 0.6);
}

.active\:border-amber-600\/70:active {
  border-color: rgb(217 119 6 / 0.7);
}

.active\:border-amber-600\/75:active {
  border-color: rgb(217 119 6 / 0.75);
}

.active\:border-amber-600\/80:active {
  border-color: rgb(217 119 6 / 0.8);
}

.active\:border-amber-600\/90:active {
  border-color: rgb(217 119 6 / 0.9);
}

.active\:border-amber-600\/95:active {
  border-color: rgb(217 119 6 / 0.95);
}

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

.active\:border-amber-700\/0:active {
  border-color: rgb(180 83 9 / 0);
}

.active\:border-amber-700\/10:active {
  border-color: rgb(180 83 9 / 0.1);
}

.active\:border-amber-700\/100:active {
  border-color: rgb(180 83 9 / 1);
}

.active\:border-amber-700\/20:active {
  border-color: rgb(180 83 9 / 0.2);
}

.active\:border-amber-700\/25:active {
  border-color: rgb(180 83 9 / 0.25);
}

.active\:border-amber-700\/30:active {
  border-color: rgb(180 83 9 / 0.3);
}

.active\:border-amber-700\/40:active {
  border-color: rgb(180 83 9 / 0.4);
}

.active\:border-amber-700\/5:active {
  border-color: rgb(180 83 9 / 0.05);
}

.active\:border-amber-700\/50:active {
  border-color: rgb(180 83 9 / 0.5);
}

.active\:border-amber-700\/60:active {
  border-color: rgb(180 83 9 / 0.6);
}

.active\:border-amber-700\/70:active {
  border-color: rgb(180 83 9 / 0.7);
}

.active\:border-amber-700\/75:active {
  border-color: rgb(180 83 9 / 0.75);
}

.active\:border-amber-700\/80:active {
  border-color: rgb(180 83 9 / 0.8);
}

.active\:border-amber-700\/90:active {
  border-color: rgb(180 83 9 / 0.9);
}

.active\:border-amber-700\/95:active {
  border-color: rgb(180 83 9 / 0.95);
}

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

.active\:border-amber-800\/0:active {
  border-color: rgb(146 64 14 / 0);
}

.active\:border-amber-800\/10:active {
  border-color: rgb(146 64 14 / 0.1);
}

.active\:border-amber-800\/100:active {
  border-color: rgb(146 64 14 / 1);
}

.active\:border-amber-800\/20:active {
  border-color: rgb(146 64 14 / 0.2);
}

.active\:border-amber-800\/25:active {
  border-color: rgb(146 64 14 / 0.25);
}

.active\:border-amber-800\/30:active {
  border-color: rgb(146 64 14 / 0.3);
}

.active\:border-amber-800\/40:active {
  border-color: rgb(146 64 14 / 0.4);
}

.active\:border-amber-800\/5:active {
  border-color: rgb(146 64 14 / 0.05);
}

.active\:border-amber-800\/50:active {
  border-color: rgb(146 64 14 / 0.5);
}

.active\:border-amber-800\/60:active {
  border-color: rgb(146 64 14 / 0.6);
}

.active\:border-amber-800\/70:active {
  border-color: rgb(146 64 14 / 0.7);
}

.active\:border-amber-800\/75:active {
  border-color: rgb(146 64 14 / 0.75);
}

.active\:border-amber-800\/80:active {
  border-color: rgb(146 64 14 / 0.8);
}

.active\:border-amber-800\/90:active {
  border-color: rgb(146 64 14 / 0.9);
}

.active\:border-amber-800\/95:active {
  border-color: rgb(146 64 14 / 0.95);
}

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

.active\:border-amber-900\/0:active {
  border-color: rgb(120 53 15 / 0);
}

.active\:border-amber-900\/10:active {
  border-color: rgb(120 53 15 / 0.1);
}

.active\:border-amber-900\/100:active {
  border-color: rgb(120 53 15 / 1);
}

.active\:border-amber-900\/20:active {
  border-color: rgb(120 53 15 / 0.2);
}

.active\:border-amber-900\/25:active {
  border-color: rgb(120 53 15 / 0.25);
}

.active\:border-amber-900\/30:active {
  border-color: rgb(120 53 15 / 0.3);
}

.active\:border-amber-900\/40:active {
  border-color: rgb(120 53 15 / 0.4);
}

.active\:border-amber-900\/5:active {
  border-color: rgb(120 53 15 / 0.05);
}

.active\:border-amber-900\/50:active {
  border-color: rgb(120 53 15 / 0.5);
}

.active\:border-amber-900\/60:active {
  border-color: rgb(120 53 15 / 0.6);
}

.active\:border-amber-900\/70:active {
  border-color: rgb(120 53 15 / 0.7);
}

.active\:border-amber-900\/75:active {
  border-color: rgb(120 53 15 / 0.75);
}

.active\:border-amber-900\/80:active {
  border-color: rgb(120 53 15 / 0.8);
}

.active\:border-amber-900\/90:active {
  border-color: rgb(120 53 15 / 0.9);
}

.active\:border-amber-900\/95:active {
  border-color: rgb(120 53 15 / 0.95);
}

.active\:border-amber-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(69 26 3 / var(--tw-border-opacity));
}

.active\:border-amber-950\/0:active {
  border-color: rgb(69 26 3 / 0);
}

.active\:border-amber-950\/10:active {
  border-color: rgb(69 26 3 / 0.1);
}

.active\:border-amber-950\/100:active {
  border-color: rgb(69 26 3 / 1);
}

.active\:border-amber-950\/20:active {
  border-color: rgb(69 26 3 / 0.2);
}

.active\:border-amber-950\/25:active {
  border-color: rgb(69 26 3 / 0.25);
}

.active\:border-amber-950\/30:active {
  border-color: rgb(69 26 3 / 0.3);
}

.active\:border-amber-950\/40:active {
  border-color: rgb(69 26 3 / 0.4);
}

.active\:border-amber-950\/5:active {
  border-color: rgb(69 26 3 / 0.05);
}

.active\:border-amber-950\/50:active {
  border-color: rgb(69 26 3 / 0.5);
}

.active\:border-amber-950\/60:active {
  border-color: rgb(69 26 3 / 0.6);
}

.active\:border-amber-950\/70:active {
  border-color: rgb(69 26 3 / 0.7);
}

.active\:border-amber-950\/75:active {
  border-color: rgb(69 26 3 / 0.75);
}

.active\:border-amber-950\/80:active {
  border-color: rgb(69 26 3 / 0.8);
}

.active\:border-amber-950\/90:active {
  border-color: rgb(69 26 3 / 0.9);
}

.active\:border-amber-950\/95:active {
  border-color: rgb(69 26 3 / 0.95);
}

.active\:border-black:active {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.active\:border-black\/0:active {
  border-color: rgb(0 0 0 / 0);
}

.active\:border-black\/10:active {
  border-color: rgb(0 0 0 / 0.1);
}

.active\:border-black\/100:active {
  border-color: rgb(0 0 0 / 1);
}

.active\:border-black\/20:active {
  border-color: rgb(0 0 0 / 0.2);
}

.active\:border-black\/25:active {
  border-color: rgb(0 0 0 / 0.25);
}

.active\:border-black\/30:active {
  border-color: rgb(0 0 0 / 0.3);
}

.active\:border-black\/40:active {
  border-color: rgb(0 0 0 / 0.4);
}

.active\:border-black\/5:active {
  border-color: rgb(0 0 0 / 0.05);
}

.active\:border-black\/50:active {
  border-color: rgb(0 0 0 / 0.5);
}

.active\:border-black\/60:active {
  border-color: rgb(0 0 0 / 0.6);
}

.active\:border-black\/70:active {
  border-color: rgb(0 0 0 / 0.7);
}

.active\:border-black\/75:active {
  border-color: rgb(0 0 0 / 0.75);
}

.active\:border-black\/80:active {
  border-color: rgb(0 0 0 / 0.8);
}

.active\:border-black\/90:active {
  border-color: rgb(0 0 0 / 0.9);
}

.active\:border-black\/95:active {
  border-color: rgb(0 0 0 / 0.95);
}

.active\:border-blue-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity));
}

.active\:border-blue-100\/0:active {
  border-color: rgb(219 234 254 / 0);
}

.active\:border-blue-100\/10:active {
  border-color: rgb(219 234 254 / 0.1);
}

.active\:border-blue-100\/100:active {
  border-color: rgb(219 234 254 / 1);
}

.active\:border-blue-100\/20:active {
  border-color: rgb(219 234 254 / 0.2);
}

.active\:border-blue-100\/25:active {
  border-color: rgb(219 234 254 / 0.25);
}

.active\:border-blue-100\/30:active {
  border-color: rgb(219 234 254 / 0.3);
}

.active\:border-blue-100\/40:active {
  border-color: rgb(219 234 254 / 0.4);
}

.active\:border-blue-100\/5:active {
  border-color: rgb(219 234 254 / 0.05);
}

.active\:border-blue-100\/50:active {
  border-color: rgb(219 234 254 / 0.5);
}

.active\:border-blue-100\/60:active {
  border-color: rgb(219 234 254 / 0.6);
}

.active\:border-blue-100\/70:active {
  border-color: rgb(219 234 254 / 0.7);
}

.active\:border-blue-100\/75:active {
  border-color: rgb(219 234 254 / 0.75);
}

.active\:border-blue-100\/80:active {
  border-color: rgb(219 234 254 / 0.8);
}

.active\:border-blue-100\/90:active {
  border-color: rgb(219 234 254 / 0.9);
}

.active\:border-blue-100\/95:active {
  border-color: rgb(219 234 254 / 0.95);
}

.active\:border-blue-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.active\:border-blue-200\/0:active {
  border-color: rgb(191 219 254 / 0);
}

.active\:border-blue-200\/10:active {
  border-color: rgb(191 219 254 / 0.1);
}

.active\:border-blue-200\/100:active {
  border-color: rgb(191 219 254 / 1);
}

.active\:border-blue-200\/20:active {
  border-color: rgb(191 219 254 / 0.2);
}

.active\:border-blue-200\/25:active {
  border-color: rgb(191 219 254 / 0.25);
}

.active\:border-blue-200\/30:active {
  border-color: rgb(191 219 254 / 0.3);
}

.active\:border-blue-200\/40:active {
  border-color: rgb(191 219 254 / 0.4);
}

.active\:border-blue-200\/5:active {
  border-color: rgb(191 219 254 / 0.05);
}

.active\:border-blue-200\/50:active {
  border-color: rgb(191 219 254 / 0.5);
}

.active\:border-blue-200\/60:active {
  border-color: rgb(191 219 254 / 0.6);
}

.active\:border-blue-200\/70:active {
  border-color: rgb(191 219 254 / 0.7);
}

.active\:border-blue-200\/75:active {
  border-color: rgb(191 219 254 / 0.75);
}

.active\:border-blue-200\/80:active {
  border-color: rgb(191 219 254 / 0.8);
}

.active\:border-blue-200\/90:active {
  border-color: rgb(191 219 254 / 0.9);
}

.active\:border-blue-200\/95:active {
  border-color: rgb(191 219 254 / 0.95);
}

.active\:border-blue-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.active\:border-blue-300\/0:active {
  border-color: rgb(147 197 253 / 0);
}

.active\:border-blue-300\/10:active {
  border-color: rgb(147 197 253 / 0.1);
}

.active\:border-blue-300\/100:active {
  border-color: rgb(147 197 253 / 1);
}

.active\:border-blue-300\/20:active {
  border-color: rgb(147 197 253 / 0.2);
}

.active\:border-blue-300\/25:active {
  border-color: rgb(147 197 253 / 0.25);
}

.active\:border-blue-300\/30:active {
  border-color: rgb(147 197 253 / 0.3);
}

.active\:border-blue-300\/40:active {
  border-color: rgb(147 197 253 / 0.4);
}

.active\:border-blue-300\/5:active {
  border-color: rgb(147 197 253 / 0.05);
}

.active\:border-blue-300\/50:active {
  border-color: rgb(147 197 253 / 0.5);
}

.active\:border-blue-300\/60:active {
  border-color: rgb(147 197 253 / 0.6);
}

.active\:border-blue-300\/70:active {
  border-color: rgb(147 197 253 / 0.7);
}

.active\:border-blue-300\/75:active {
  border-color: rgb(147 197 253 / 0.75);
}

.active\:border-blue-300\/80:active {
  border-color: rgb(147 197 253 / 0.8);
}

.active\:border-blue-300\/90:active {
  border-color: rgb(147 197 253 / 0.9);
}

.active\:border-blue-300\/95:active {
  border-color: rgb(147 197 253 / 0.95);
}

.active\:border-blue-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.active\:border-blue-400\/0:active {
  border-color: rgb(96 165 250 / 0);
}

.active\:border-blue-400\/10:active {
  border-color: rgb(96 165 250 / 0.1);
}

.active\:border-blue-400\/100:active {
  border-color: rgb(96 165 250 / 1);
}

.active\:border-blue-400\/20:active {
  border-color: rgb(96 165 250 / 0.2);
}

.active\:border-blue-400\/25:active {
  border-color: rgb(96 165 250 / 0.25);
}

.active\:border-blue-400\/30:active {
  border-color: rgb(96 165 250 / 0.3);
}

.active\:border-blue-400\/40:active {
  border-color: rgb(96 165 250 / 0.4);
}

.active\:border-blue-400\/5:active {
  border-color: rgb(96 165 250 / 0.05);
}

.active\:border-blue-400\/50:active {
  border-color: rgb(96 165 250 / 0.5);
}

.active\:border-blue-400\/60:active {
  border-color: rgb(96 165 250 / 0.6);
}

.active\:border-blue-400\/70:active {
  border-color: rgb(96 165 250 / 0.7);
}

.active\:border-blue-400\/75:active {
  border-color: rgb(96 165 250 / 0.75);
}

.active\:border-blue-400\/80:active {
  border-color: rgb(96 165 250 / 0.8);
}

.active\:border-blue-400\/90:active {
  border-color: rgb(96 165 250 / 0.9);
}

.active\:border-blue-400\/95:active {
  border-color: rgb(96 165 250 / 0.95);
}

.active\:border-blue-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-border-opacity));
}

.active\:border-blue-50\/0:active {
  border-color: rgb(239 246 255 / 0);
}

.active\:border-blue-50\/10:active {
  border-color: rgb(239 246 255 / 0.1);
}

.active\:border-blue-50\/100:active {
  border-color: rgb(239 246 255 / 1);
}

.active\:border-blue-50\/20:active {
  border-color: rgb(239 246 255 / 0.2);
}

.active\:border-blue-50\/25:active {
  border-color: rgb(239 246 255 / 0.25);
}

.active\:border-blue-50\/30:active {
  border-color: rgb(239 246 255 / 0.3);
}

.active\:border-blue-50\/40:active {
  border-color: rgb(239 246 255 / 0.4);
}

.active\:border-blue-50\/5:active {
  border-color: rgb(239 246 255 / 0.05);
}

.active\:border-blue-50\/50:active {
  border-color: rgb(239 246 255 / 0.5);
}

.active\:border-blue-50\/60:active {
  border-color: rgb(239 246 255 / 0.6);
}

.active\:border-blue-50\/70:active {
  border-color: rgb(239 246 255 / 0.7);
}

.active\:border-blue-50\/75:active {
  border-color: rgb(239 246 255 / 0.75);
}

.active\:border-blue-50\/80:active {
  border-color: rgb(239 246 255 / 0.8);
}

.active\:border-blue-50\/90:active {
  border-color: rgb(239 246 255 / 0.9);
}

.active\:border-blue-50\/95:active {
  border-color: rgb(239 246 255 / 0.95);
}

.active\:border-blue-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.active\:border-blue-500\/0:active {
  border-color: rgb(59 130 246 / 0);
}

.active\:border-blue-500\/10:active {
  border-color: rgb(59 130 246 / 0.1);
}

.active\:border-blue-500\/100:active {
  border-color: rgb(59 130 246 / 1);
}

.active\:border-blue-500\/20:active {
  border-color: rgb(59 130 246 / 0.2);
}

.active\:border-blue-500\/25:active {
  border-color: rgb(59 130 246 / 0.25);
}

.active\:border-blue-500\/30:active {
  border-color: rgb(59 130 246 / 0.3);
}

.active\:border-blue-500\/40:active {
  border-color: rgb(59 130 246 / 0.4);
}

.active\:border-blue-500\/5:active {
  border-color: rgb(59 130 246 / 0.05);
}

.active\:border-blue-500\/50:active {
  border-color: rgb(59 130 246 / 0.5);
}

.active\:border-blue-500\/60:active {
  border-color: rgb(59 130 246 / 0.6);
}

.active\:border-blue-500\/70:active {
  border-color: rgb(59 130 246 / 0.7);
}

.active\:border-blue-500\/75:active {
  border-color: rgb(59 130 246 / 0.75);
}

.active\:border-blue-500\/80:active {
  border-color: rgb(59 130 246 / 0.8);
}

.active\:border-blue-500\/90:active {
  border-color: rgb(59 130 246 / 0.9);
}

.active\:border-blue-500\/95:active {
  border-color: rgb(59 130 246 / 0.95);
}

.active\:border-blue-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.active\:border-blue-600\/0:active {
  border-color: rgb(37 99 235 / 0);
}

.active\:border-blue-600\/10:active {
  border-color: rgb(37 99 235 / 0.1);
}

.active\:border-blue-600\/100:active {
  border-color: rgb(37 99 235 / 1);
}

.active\:border-blue-600\/20:active {
  border-color: rgb(37 99 235 / 0.2);
}

.active\:border-blue-600\/25:active {
  border-color: rgb(37 99 235 / 0.25);
}

.active\:border-blue-600\/30:active {
  border-color: rgb(37 99 235 / 0.3);
}

.active\:border-blue-600\/40:active {
  border-color: rgb(37 99 235 / 0.4);
}

.active\:border-blue-600\/5:active {
  border-color: rgb(37 99 235 / 0.05);
}

.active\:border-blue-600\/50:active {
  border-color: rgb(37 99 235 / 0.5);
}

.active\:border-blue-600\/60:active {
  border-color: rgb(37 99 235 / 0.6);
}

.active\:border-blue-600\/70:active {
  border-color: rgb(37 99 235 / 0.7);
}

.active\:border-blue-600\/75:active {
  border-color: rgb(37 99 235 / 0.75);
}

.active\:border-blue-600\/80:active {
  border-color: rgb(37 99 235 / 0.8);
}

.active\:border-blue-600\/90:active {
  border-color: rgb(37 99 235 / 0.9);
}

.active\:border-blue-600\/95:active {
  border-color: rgb(37 99 235 / 0.95);
}

.active\:border-blue-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.active\:border-blue-700\/0:active {
  border-color: rgb(29 78 216 / 0);
}

.active\:border-blue-700\/10:active {
  border-color: rgb(29 78 216 / 0.1);
}

.active\:border-blue-700\/100:active {
  border-color: rgb(29 78 216 / 1);
}

.active\:border-blue-700\/20:active {
  border-color: rgb(29 78 216 / 0.2);
}

.active\:border-blue-700\/25:active {
  border-color: rgb(29 78 216 / 0.25);
}

.active\:border-blue-700\/30:active {
  border-color: rgb(29 78 216 / 0.3);
}

.active\:border-blue-700\/40:active {
  border-color: rgb(29 78 216 / 0.4);
}

.active\:border-blue-700\/5:active {
  border-color: rgb(29 78 216 / 0.05);
}

.active\:border-blue-700\/50:active {
  border-color: rgb(29 78 216 / 0.5);
}

.active\:border-blue-700\/60:active {
  border-color: rgb(29 78 216 / 0.6);
}

.active\:border-blue-700\/70:active {
  border-color: rgb(29 78 216 / 0.7);
}

.active\:border-blue-700\/75:active {
  border-color: rgb(29 78 216 / 0.75);
}

.active\:border-blue-700\/80:active {
  border-color: rgb(29 78 216 / 0.8);
}

.active\:border-blue-700\/90:active {
  border-color: rgb(29 78 216 / 0.9);
}

.active\:border-blue-700\/95:active {
  border-color: rgb(29 78 216 / 0.95);
}

.active\:border-blue-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.active\:border-blue-800\/0:active {
  border-color: rgb(30 64 175 / 0);
}

.active\:border-blue-800\/10:active {
  border-color: rgb(30 64 175 / 0.1);
}

.active\:border-blue-800\/100:active {
  border-color: rgb(30 64 175 / 1);
}

.active\:border-blue-800\/20:active {
  border-color: rgb(30 64 175 / 0.2);
}

.active\:border-blue-800\/25:active {
  border-color: rgb(30 64 175 / 0.25);
}

.active\:border-blue-800\/30:active {
  border-color: rgb(30 64 175 / 0.3);
}

.active\:border-blue-800\/40:active {
  border-color: rgb(30 64 175 / 0.4);
}

.active\:border-blue-800\/5:active {
  border-color: rgb(30 64 175 / 0.05);
}

.active\:border-blue-800\/50:active {
  border-color: rgb(30 64 175 / 0.5);
}

.active\:border-blue-800\/60:active {
  border-color: rgb(30 64 175 / 0.6);
}

.active\:border-blue-800\/70:active {
  border-color: rgb(30 64 175 / 0.7);
}

.active\:border-blue-800\/75:active {
  border-color: rgb(30 64 175 / 0.75);
}

.active\:border-blue-800\/80:active {
  border-color: rgb(30 64 175 / 0.8);
}

.active\:border-blue-800\/90:active {
  border-color: rgb(30 64 175 / 0.9);
}

.active\:border-blue-800\/95:active {
  border-color: rgb(30 64 175 / 0.95);
}

.active\:border-blue-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.active\:border-blue-900\/0:active {
  border-color: rgb(30 58 138 / 0);
}

.active\:border-blue-900\/10:active {
  border-color: rgb(30 58 138 / 0.1);
}

.active\:border-blue-900\/100:active {
  border-color: rgb(30 58 138 / 1);
}

.active\:border-blue-900\/20:active {
  border-color: rgb(30 58 138 / 0.2);
}

.active\:border-blue-900\/25:active {
  border-color: rgb(30 58 138 / 0.25);
}

.active\:border-blue-900\/30:active {
  border-color: rgb(30 58 138 / 0.3);
}

.active\:border-blue-900\/40:active {
  border-color: rgb(30 58 138 / 0.4);
}

.active\:border-blue-900\/5:active {
  border-color: rgb(30 58 138 / 0.05);
}

.active\:border-blue-900\/50:active {
  border-color: rgb(30 58 138 / 0.5);
}

.active\:border-blue-900\/60:active {
  border-color: rgb(30 58 138 / 0.6);
}

.active\:border-blue-900\/70:active {
  border-color: rgb(30 58 138 / 0.7);
}

.active\:border-blue-900\/75:active {
  border-color: rgb(30 58 138 / 0.75);
}

.active\:border-blue-900\/80:active {
  border-color: rgb(30 58 138 / 0.8);
}

.active\:border-blue-900\/90:active {
  border-color: rgb(30 58 138 / 0.9);
}

.active\:border-blue-900\/95:active {
  border-color: rgb(30 58 138 / 0.95);
}

.active\:border-blue-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(23 37 84 / var(--tw-border-opacity));
}

.active\:border-blue-950\/0:active {
  border-color: rgb(23 37 84 / 0);
}

.active\:border-blue-950\/10:active {
  border-color: rgb(23 37 84 / 0.1);
}

.active\:border-blue-950\/100:active {
  border-color: rgb(23 37 84 / 1);
}

.active\:border-blue-950\/20:active {
  border-color: rgb(23 37 84 / 0.2);
}

.active\:border-blue-950\/25:active {
  border-color: rgb(23 37 84 / 0.25);
}

.active\:border-blue-950\/30:active {
  border-color: rgb(23 37 84 / 0.3);
}

.active\:border-blue-950\/40:active {
  border-color: rgb(23 37 84 / 0.4);
}

.active\:border-blue-950\/5:active {
  border-color: rgb(23 37 84 / 0.05);
}

.active\:border-blue-950\/50:active {
  border-color: rgb(23 37 84 / 0.5);
}

.active\:border-blue-950\/60:active {
  border-color: rgb(23 37 84 / 0.6);
}

.active\:border-blue-950\/70:active {
  border-color: rgb(23 37 84 / 0.7);
}

.active\:border-blue-950\/75:active {
  border-color: rgb(23 37 84 / 0.75);
}

.active\:border-blue-950\/80:active {
  border-color: rgb(23 37 84 / 0.8);
}

.active\:border-blue-950\/90:active {
  border-color: rgb(23 37 84 / 0.9);
}

.active\:border-blue-950\/95:active {
  border-color: rgb(23 37 84 / 0.95);
}

.active\:border-brand-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(230 239 246 / var(--tw-border-opacity));
}

.active\:border-brand-100\/0:active {
  border-color: rgb(230 239 246 / 0);
}

.active\:border-brand-100\/10:active {
  border-color: rgb(230 239 246 / 0.1);
}

.active\:border-brand-100\/100:active {
  border-color: rgb(230 239 246 / 1);
}

.active\:border-brand-100\/20:active {
  border-color: rgb(230 239 246 / 0.2);
}

.active\:border-brand-100\/25:active {
  border-color: rgb(230 239 246 / 0.25);
}

.active\:border-brand-100\/30:active {
  border-color: rgb(230 239 246 / 0.3);
}

.active\:border-brand-100\/40:active {
  border-color: rgb(230 239 246 / 0.4);
}

.active\:border-brand-100\/5:active {
  border-color: rgb(230 239 246 / 0.05);
}

.active\:border-brand-100\/50:active {
  border-color: rgb(230 239 246 / 0.5);
}

.active\:border-brand-100\/60:active {
  border-color: rgb(230 239 246 / 0.6);
}

.active\:border-brand-100\/70:active {
  border-color: rgb(230 239 246 / 0.7);
}

.active\:border-brand-100\/75:active {
  border-color: rgb(230 239 246 / 0.75);
}

.active\:border-brand-100\/80:active {
  border-color: rgb(230 239 246 / 0.8);
}

.active\:border-brand-100\/90:active {
  border-color: rgb(230 239 246 / 0.9);
}

.active\:border-brand-100\/95:active {
  border-color: rgb(230 239 246 / 0.95);
}

.active\:border-brand-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(193 215 234 / var(--tw-border-opacity));
}

.active\:border-brand-200\/0:active {
  border-color: rgb(193 215 234 / 0);
}

.active\:border-brand-200\/10:active {
  border-color: rgb(193 215 234 / 0.1);
}

.active\:border-brand-200\/100:active {
  border-color: rgb(193 215 234 / 1);
}

.active\:border-brand-200\/20:active {
  border-color: rgb(193 215 234 / 0.2);
}

.active\:border-brand-200\/25:active {
  border-color: rgb(193 215 234 / 0.25);
}

.active\:border-brand-200\/30:active {
  border-color: rgb(193 215 234 / 0.3);
}

.active\:border-brand-200\/40:active {
  border-color: rgb(193 215 234 / 0.4);
}

.active\:border-brand-200\/5:active {
  border-color: rgb(193 215 234 / 0.05);
}

.active\:border-brand-200\/50:active {
  border-color: rgb(193 215 234 / 0.5);
}

.active\:border-brand-200\/60:active {
  border-color: rgb(193 215 234 / 0.6);
}

.active\:border-brand-200\/70:active {
  border-color: rgb(193 215 234 / 0.7);
}

.active\:border-brand-200\/75:active {
  border-color: rgb(193 215 234 / 0.75);
}

.active\:border-brand-200\/80:active {
  border-color: rgb(193 215 234 / 0.8);
}

.active\:border-brand-200\/90:active {
  border-color: rgb(193 215 234 / 0.9);
}

.active\:border-brand-200\/95:active {
  border-color: rgb(193 215 234 / 0.95);
}

.active\:border-brand-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(155 190 221 / var(--tw-border-opacity));
}

.active\:border-brand-300\/0:active {
  border-color: rgb(155 190 221 / 0);
}

.active\:border-brand-300\/10:active {
  border-color: rgb(155 190 221 / 0.1);
}

.active\:border-brand-300\/100:active {
  border-color: rgb(155 190 221 / 1);
}

.active\:border-brand-300\/20:active {
  border-color: rgb(155 190 221 / 0.2);
}

.active\:border-brand-300\/25:active {
  border-color: rgb(155 190 221 / 0.25);
}

.active\:border-brand-300\/30:active {
  border-color: rgb(155 190 221 / 0.3);
}

.active\:border-brand-300\/40:active {
  border-color: rgb(155 190 221 / 0.4);
}

.active\:border-brand-300\/5:active {
  border-color: rgb(155 190 221 / 0.05);
}

.active\:border-brand-300\/50:active {
  border-color: rgb(155 190 221 / 0.5);
}

.active\:border-brand-300\/60:active {
  border-color: rgb(155 190 221 / 0.6);
}

.active\:border-brand-300\/70:active {
  border-color: rgb(155 190 221 / 0.7);
}

.active\:border-brand-300\/75:active {
  border-color: rgb(155 190 221 / 0.75);
}

.active\:border-brand-300\/80:active {
  border-color: rgb(155 190 221 / 0.8);
}

.active\:border-brand-300\/90:active {
  border-color: rgb(155 190 221 / 0.9);
}

.active\:border-brand-300\/95:active {
  border-color: rgb(155 190 221 / 0.95);
}

.active\:border-brand-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(81 142 195 / var(--tw-border-opacity));
}

.active\:border-brand-400\/0:active {
  border-color: rgb(81 142 195 / 0);
}

.active\:border-brand-400\/10:active {
  border-color: rgb(81 142 195 / 0.1);
}

.active\:border-brand-400\/100:active {
  border-color: rgb(81 142 195 / 1);
}

.active\:border-brand-400\/20:active {
  border-color: rgb(81 142 195 / 0.2);
}

.active\:border-brand-400\/25:active {
  border-color: rgb(81 142 195 / 0.25);
}

.active\:border-brand-400\/30:active {
  border-color: rgb(81 142 195 / 0.3);
}

.active\:border-brand-400\/40:active {
  border-color: rgb(81 142 195 / 0.4);
}

.active\:border-brand-400\/5:active {
  border-color: rgb(81 142 195 / 0.05);
}

.active\:border-brand-400\/50:active {
  border-color: rgb(81 142 195 / 0.5);
}

.active\:border-brand-400\/60:active {
  border-color: rgb(81 142 195 / 0.6);
}

.active\:border-brand-400\/70:active {
  border-color: rgb(81 142 195 / 0.7);
}

.active\:border-brand-400\/75:active {
  border-color: rgb(81 142 195 / 0.75);
}

.active\:border-brand-400\/80:active {
  border-color: rgb(81 142 195 / 0.8);
}

.active\:border-brand-400\/90:active {
  border-color: rgb(81 142 195 / 0.9);
}

.active\:border-brand-400\/95:active {
  border-color: rgb(81 142 195 / 0.95);
}

.active\:border-brand-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(243 247 251 / var(--tw-border-opacity));
}

.active\:border-brand-50\/0:active {
  border-color: rgb(243 247 251 / 0);
}

.active\:border-brand-50\/10:active {
  border-color: rgb(243 247 251 / 0.1);
}

.active\:border-brand-50\/100:active {
  border-color: rgb(243 247 251 / 1);
}

.active\:border-brand-50\/20:active {
  border-color: rgb(243 247 251 / 0.2);
}

.active\:border-brand-50\/25:active {
  border-color: rgb(243 247 251 / 0.25);
}

.active\:border-brand-50\/30:active {
  border-color: rgb(243 247 251 / 0.3);
}

.active\:border-brand-50\/40:active {
  border-color: rgb(243 247 251 / 0.4);
}

.active\:border-brand-50\/5:active {
  border-color: rgb(243 247 251 / 0.05);
}

.active\:border-brand-50\/50:active {
  border-color: rgb(243 247 251 / 0.5);
}

.active\:border-brand-50\/60:active {
  border-color: rgb(243 247 251 / 0.6);
}

.active\:border-brand-50\/70:active {
  border-color: rgb(243 247 251 / 0.7);
}

.active\:border-brand-50\/75:active {
  border-color: rgb(243 247 251 / 0.75);
}

.active\:border-brand-50\/80:active {
  border-color: rgb(243 247 251 / 0.8);
}

.active\:border-brand-50\/90:active {
  border-color: rgb(243 247 251 / 0.9);
}

.active\:border-brand-50\/95:active {
  border-color: rgb(243 247 251 / 0.95);
}

.active\:border-brand-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(6 93 169 / var(--tw-border-opacity));
}

.active\:border-brand-500\/0:active {
  border-color: rgb(6 93 169 / 0);
}

.active\:border-brand-500\/10:active {
  border-color: rgb(6 93 169 / 0.1);
}

.active\:border-brand-500\/100:active {
  border-color: rgb(6 93 169 / 1);
}

.active\:border-brand-500\/20:active {
  border-color: rgb(6 93 169 / 0.2);
}

.active\:border-brand-500\/25:active {
  border-color: rgb(6 93 169 / 0.25);
}

.active\:border-brand-500\/30:active {
  border-color: rgb(6 93 169 / 0.3);
}

.active\:border-brand-500\/40:active {
  border-color: rgb(6 93 169 / 0.4);
}

.active\:border-brand-500\/5:active {
  border-color: rgb(6 93 169 / 0.05);
}

.active\:border-brand-500\/50:active {
  border-color: rgb(6 93 169 / 0.5);
}

.active\:border-brand-500\/60:active {
  border-color: rgb(6 93 169 / 0.6);
}

.active\:border-brand-500\/70:active {
  border-color: rgb(6 93 169 / 0.7);
}

.active\:border-brand-500\/75:active {
  border-color: rgb(6 93 169 / 0.75);
}

.active\:border-brand-500\/80:active {
  border-color: rgb(6 93 169 / 0.8);
}

.active\:border-brand-500\/90:active {
  border-color: rgb(6 93 169 / 0.9);
}

.active\:border-brand-500\/95:active {
  border-color: rgb(6 93 169 / 0.95);
}

.active\:border-brand-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(5 84 152 / var(--tw-border-opacity));
}

.active\:border-brand-600\/0:active {
  border-color: rgb(5 84 152 / 0);
}

.active\:border-brand-600\/10:active {
  border-color: rgb(5 84 152 / 0.1);
}

.active\:border-brand-600\/100:active {
  border-color: rgb(5 84 152 / 1);
}

.active\:border-brand-600\/20:active {
  border-color: rgb(5 84 152 / 0.2);
}

.active\:border-brand-600\/25:active {
  border-color: rgb(5 84 152 / 0.25);
}

.active\:border-brand-600\/30:active {
  border-color: rgb(5 84 152 / 0.3);
}

.active\:border-brand-600\/40:active {
  border-color: rgb(5 84 152 / 0.4);
}

.active\:border-brand-600\/5:active {
  border-color: rgb(5 84 152 / 0.05);
}

.active\:border-brand-600\/50:active {
  border-color: rgb(5 84 152 / 0.5);
}

.active\:border-brand-600\/60:active {
  border-color: rgb(5 84 152 / 0.6);
}

.active\:border-brand-600\/70:active {
  border-color: rgb(5 84 152 / 0.7);
}

.active\:border-brand-600\/75:active {
  border-color: rgb(5 84 152 / 0.75);
}

.active\:border-brand-600\/80:active {
  border-color: rgb(5 84 152 / 0.8);
}

.active\:border-brand-600\/90:active {
  border-color: rgb(5 84 152 / 0.9);
}

.active\:border-brand-600\/95:active {
  border-color: rgb(5 84 152 / 0.95);
}

.active\:border-brand-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(4 56 101 / var(--tw-border-opacity));
}

.active\:border-brand-700\/0:active {
  border-color: rgb(4 56 101 / 0);
}

.active\:border-brand-700\/10:active {
  border-color: rgb(4 56 101 / 0.1);
}

.active\:border-brand-700\/100:active {
  border-color: rgb(4 56 101 / 1);
}

.active\:border-brand-700\/20:active {
  border-color: rgb(4 56 101 / 0.2);
}

.active\:border-brand-700\/25:active {
  border-color: rgb(4 56 101 / 0.25);
}

.active\:border-brand-700\/30:active {
  border-color: rgb(4 56 101 / 0.3);
}

.active\:border-brand-700\/40:active {
  border-color: rgb(4 56 101 / 0.4);
}

.active\:border-brand-700\/5:active {
  border-color: rgb(4 56 101 / 0.05);
}

.active\:border-brand-700\/50:active {
  border-color: rgb(4 56 101 / 0.5);
}

.active\:border-brand-700\/60:active {
  border-color: rgb(4 56 101 / 0.6);
}

.active\:border-brand-700\/70:active {
  border-color: rgb(4 56 101 / 0.7);
}

.active\:border-brand-700\/75:active {
  border-color: rgb(4 56 101 / 0.75);
}

.active\:border-brand-700\/80:active {
  border-color: rgb(4 56 101 / 0.8);
}

.active\:border-brand-700\/90:active {
  border-color: rgb(4 56 101 / 0.9);
}

.active\:border-brand-700\/95:active {
  border-color: rgb(4 56 101 / 0.95);
}

.active\:border-brand-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(3 42 76 / var(--tw-border-opacity));
}

.active\:border-brand-800\/0:active {
  border-color: rgb(3 42 76 / 0);
}

.active\:border-brand-800\/10:active {
  border-color: rgb(3 42 76 / 0.1);
}

.active\:border-brand-800\/100:active {
  border-color: rgb(3 42 76 / 1);
}

.active\:border-brand-800\/20:active {
  border-color: rgb(3 42 76 / 0.2);
}

.active\:border-brand-800\/25:active {
  border-color: rgb(3 42 76 / 0.25);
}

.active\:border-brand-800\/30:active {
  border-color: rgb(3 42 76 / 0.3);
}

.active\:border-brand-800\/40:active {
  border-color: rgb(3 42 76 / 0.4);
}

.active\:border-brand-800\/5:active {
  border-color: rgb(3 42 76 / 0.05);
}

.active\:border-brand-800\/50:active {
  border-color: rgb(3 42 76 / 0.5);
}

.active\:border-brand-800\/60:active {
  border-color: rgb(3 42 76 / 0.6);
}

.active\:border-brand-800\/70:active {
  border-color: rgb(3 42 76 / 0.7);
}

.active\:border-brand-800\/75:active {
  border-color: rgb(3 42 76 / 0.75);
}

.active\:border-brand-800\/80:active {
  border-color: rgb(3 42 76 / 0.8);
}

.active\:border-brand-800\/90:active {
  border-color: rgb(3 42 76 / 0.9);
}

.active\:border-brand-800\/95:active {
  border-color: rgb(3 42 76 / 0.95);
}

.active\:border-brand-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(2 28 51 / var(--tw-border-opacity));
}

.active\:border-brand-900\/0:active {
  border-color: rgb(2 28 51 / 0);
}

.active\:border-brand-900\/10:active {
  border-color: rgb(2 28 51 / 0.1);
}

.active\:border-brand-900\/100:active {
  border-color: rgb(2 28 51 / 1);
}

.active\:border-brand-900\/20:active {
  border-color: rgb(2 28 51 / 0.2);
}

.active\:border-brand-900\/25:active {
  border-color: rgb(2 28 51 / 0.25);
}

.active\:border-brand-900\/30:active {
  border-color: rgb(2 28 51 / 0.3);
}

.active\:border-brand-900\/40:active {
  border-color: rgb(2 28 51 / 0.4);
}

.active\:border-brand-900\/5:active {
  border-color: rgb(2 28 51 / 0.05);
}

.active\:border-brand-900\/50:active {
  border-color: rgb(2 28 51 / 0.5);
}

.active\:border-brand-900\/60:active {
  border-color: rgb(2 28 51 / 0.6);
}

.active\:border-brand-900\/70:active {
  border-color: rgb(2 28 51 / 0.7);
}

.active\:border-brand-900\/75:active {
  border-color: rgb(2 28 51 / 0.75);
}

.active\:border-brand-900\/80:active {
  border-color: rgb(2 28 51 / 0.8);
}

.active\:border-brand-900\/90:active {
  border-color: rgb(2 28 51 / 0.9);
}

.active\:border-brand-900\/95:active {
  border-color: rgb(2 28 51 / 0.95);
}

.active\:border-current:active {
  border-color: currentColor;
}

.active\:border-cyan-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(207 250 254 / var(--tw-border-opacity));
}

.active\:border-cyan-100\/0:active {
  border-color: rgb(207 250 254 / 0);
}

.active\:border-cyan-100\/10:active {
  border-color: rgb(207 250 254 / 0.1);
}

.active\:border-cyan-100\/100:active {
  border-color: rgb(207 250 254 / 1);
}

.active\:border-cyan-100\/20:active {
  border-color: rgb(207 250 254 / 0.2);
}

.active\:border-cyan-100\/25:active {
  border-color: rgb(207 250 254 / 0.25);
}

.active\:border-cyan-100\/30:active {
  border-color: rgb(207 250 254 / 0.3);
}

.active\:border-cyan-100\/40:active {
  border-color: rgb(207 250 254 / 0.4);
}

.active\:border-cyan-100\/5:active {
  border-color: rgb(207 250 254 / 0.05);
}

.active\:border-cyan-100\/50:active {
  border-color: rgb(207 250 254 / 0.5);
}

.active\:border-cyan-100\/60:active {
  border-color: rgb(207 250 254 / 0.6);
}

.active\:border-cyan-100\/70:active {
  border-color: rgb(207 250 254 / 0.7);
}

.active\:border-cyan-100\/75:active {
  border-color: rgb(207 250 254 / 0.75);
}

.active\:border-cyan-100\/80:active {
  border-color: rgb(207 250 254 / 0.8);
}

.active\:border-cyan-100\/90:active {
  border-color: rgb(207 250 254 / 0.9);
}

.active\:border-cyan-100\/95:active {
  border-color: rgb(207 250 254 / 0.95);
}

.active\:border-cyan-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(165 243 252 / var(--tw-border-opacity));
}

.active\:border-cyan-200\/0:active {
  border-color: rgb(165 243 252 / 0);
}

.active\:border-cyan-200\/10:active {
  border-color: rgb(165 243 252 / 0.1);
}

.active\:border-cyan-200\/100:active {
  border-color: rgb(165 243 252 / 1);
}

.active\:border-cyan-200\/20:active {
  border-color: rgb(165 243 252 / 0.2);
}

.active\:border-cyan-200\/25:active {
  border-color: rgb(165 243 252 / 0.25);
}

.active\:border-cyan-200\/30:active {
  border-color: rgb(165 243 252 / 0.3);
}

.active\:border-cyan-200\/40:active {
  border-color: rgb(165 243 252 / 0.4);
}

.active\:border-cyan-200\/5:active {
  border-color: rgb(165 243 252 / 0.05);
}

.active\:border-cyan-200\/50:active {
  border-color: rgb(165 243 252 / 0.5);
}

.active\:border-cyan-200\/60:active {
  border-color: rgb(165 243 252 / 0.6);
}

.active\:border-cyan-200\/70:active {
  border-color: rgb(165 243 252 / 0.7);
}

.active\:border-cyan-200\/75:active {
  border-color: rgb(165 243 252 / 0.75);
}

.active\:border-cyan-200\/80:active {
  border-color: rgb(165 243 252 / 0.8);
}

.active\:border-cyan-200\/90:active {
  border-color: rgb(165 243 252 / 0.9);
}

.active\:border-cyan-200\/95:active {
  border-color: rgb(165 243 252 / 0.95);
}

.active\:border-cyan-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(103 232 249 / var(--tw-border-opacity));
}

.active\:border-cyan-300\/0:active {
  border-color: rgb(103 232 249 / 0);
}

.active\:border-cyan-300\/10:active {
  border-color: rgb(103 232 249 / 0.1);
}

.active\:border-cyan-300\/100:active {
  border-color: rgb(103 232 249 / 1);
}

.active\:border-cyan-300\/20:active {
  border-color: rgb(103 232 249 / 0.2);
}

.active\:border-cyan-300\/25:active {
  border-color: rgb(103 232 249 / 0.25);
}

.active\:border-cyan-300\/30:active {
  border-color: rgb(103 232 249 / 0.3);
}

.active\:border-cyan-300\/40:active {
  border-color: rgb(103 232 249 / 0.4);
}

.active\:border-cyan-300\/5:active {
  border-color: rgb(103 232 249 / 0.05);
}

.active\:border-cyan-300\/50:active {
  border-color: rgb(103 232 249 / 0.5);
}

.active\:border-cyan-300\/60:active {
  border-color: rgb(103 232 249 / 0.6);
}

.active\:border-cyan-300\/70:active {
  border-color: rgb(103 232 249 / 0.7);
}

.active\:border-cyan-300\/75:active {
  border-color: rgb(103 232 249 / 0.75);
}

.active\:border-cyan-300\/80:active {
  border-color: rgb(103 232 249 / 0.8);
}

.active\:border-cyan-300\/90:active {
  border-color: rgb(103 232 249 / 0.9);
}

.active\:border-cyan-300\/95:active {
  border-color: rgb(103 232 249 / 0.95);
}

.active\:border-cyan-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-border-opacity));
}

.active\:border-cyan-400\/0:active {
  border-color: rgb(34 211 238 / 0);
}

.active\:border-cyan-400\/10:active {
  border-color: rgb(34 211 238 / 0.1);
}

.active\:border-cyan-400\/100:active {
  border-color: rgb(34 211 238 / 1);
}

.active\:border-cyan-400\/20:active {
  border-color: rgb(34 211 238 / 0.2);
}

.active\:border-cyan-400\/25:active {
  border-color: rgb(34 211 238 / 0.25);
}

.active\:border-cyan-400\/30:active {
  border-color: rgb(34 211 238 / 0.3);
}

.active\:border-cyan-400\/40:active {
  border-color: rgb(34 211 238 / 0.4);
}

.active\:border-cyan-400\/5:active {
  border-color: rgb(34 211 238 / 0.05);
}

.active\:border-cyan-400\/50:active {
  border-color: rgb(34 211 238 / 0.5);
}

.active\:border-cyan-400\/60:active {
  border-color: rgb(34 211 238 / 0.6);
}

.active\:border-cyan-400\/70:active {
  border-color: rgb(34 211 238 / 0.7);
}

.active\:border-cyan-400\/75:active {
  border-color: rgb(34 211 238 / 0.75);
}

.active\:border-cyan-400\/80:active {
  border-color: rgb(34 211 238 / 0.8);
}

.active\:border-cyan-400\/90:active {
  border-color: rgb(34 211 238 / 0.9);
}

.active\:border-cyan-400\/95:active {
  border-color: rgb(34 211 238 / 0.95);
}

.active\:border-cyan-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(236 254 255 / var(--tw-border-opacity));
}

.active\:border-cyan-50\/0:active {
  border-color: rgb(236 254 255 / 0);
}

.active\:border-cyan-50\/10:active {
  border-color: rgb(236 254 255 / 0.1);
}

.active\:border-cyan-50\/100:active {
  border-color: rgb(236 254 255 / 1);
}

.active\:border-cyan-50\/20:active {
  border-color: rgb(236 254 255 / 0.2);
}

.active\:border-cyan-50\/25:active {
  border-color: rgb(236 254 255 / 0.25);
}

.active\:border-cyan-50\/30:active {
  border-color: rgb(236 254 255 / 0.3);
}

.active\:border-cyan-50\/40:active {
  border-color: rgb(236 254 255 / 0.4);
}

.active\:border-cyan-50\/5:active {
  border-color: rgb(236 254 255 / 0.05);
}

.active\:border-cyan-50\/50:active {
  border-color: rgb(236 254 255 / 0.5);
}

.active\:border-cyan-50\/60:active {
  border-color: rgb(236 254 255 / 0.6);
}

.active\:border-cyan-50\/70:active {
  border-color: rgb(236 254 255 / 0.7);
}

.active\:border-cyan-50\/75:active {
  border-color: rgb(236 254 255 / 0.75);
}

.active\:border-cyan-50\/80:active {
  border-color: rgb(236 254 255 / 0.8);
}

.active\:border-cyan-50\/90:active {
  border-color: rgb(236 254 255 / 0.9);
}

.active\:border-cyan-50\/95:active {
  border-color: rgb(236 254 255 / 0.95);
}

.active\:border-cyan-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-border-opacity));
}

.active\:border-cyan-500\/0:active {
  border-color: rgb(6 182 212 / 0);
}

.active\:border-cyan-500\/10:active {
  border-color: rgb(6 182 212 / 0.1);
}

.active\:border-cyan-500\/100:active {
  border-color: rgb(6 182 212 / 1);
}

.active\:border-cyan-500\/20:active {
  border-color: rgb(6 182 212 / 0.2);
}

.active\:border-cyan-500\/25:active {
  border-color: rgb(6 182 212 / 0.25);
}

.active\:border-cyan-500\/30:active {
  border-color: rgb(6 182 212 / 0.3);
}

.active\:border-cyan-500\/40:active {
  border-color: rgb(6 182 212 / 0.4);
}

.active\:border-cyan-500\/5:active {
  border-color: rgb(6 182 212 / 0.05);
}

.active\:border-cyan-500\/50:active {
  border-color: rgb(6 182 212 / 0.5);
}

.active\:border-cyan-500\/60:active {
  border-color: rgb(6 182 212 / 0.6);
}

.active\:border-cyan-500\/70:active {
  border-color: rgb(6 182 212 / 0.7);
}

.active\:border-cyan-500\/75:active {
  border-color: rgb(6 182 212 / 0.75);
}

.active\:border-cyan-500\/80:active {
  border-color: rgb(6 182 212 / 0.8);
}

.active\:border-cyan-500\/90:active {
  border-color: rgb(6 182 212 / 0.9);
}

.active\:border-cyan-500\/95:active {
  border-color: rgb(6 182 212 / 0.95);
}

.active\:border-cyan-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(8 145 178 / var(--tw-border-opacity));
}

.active\:border-cyan-600\/0:active {
  border-color: rgb(8 145 178 / 0);
}

.active\:border-cyan-600\/10:active {
  border-color: rgb(8 145 178 / 0.1);
}

.active\:border-cyan-600\/100:active {
  border-color: rgb(8 145 178 / 1);
}

.active\:border-cyan-600\/20:active {
  border-color: rgb(8 145 178 / 0.2);
}

.active\:border-cyan-600\/25:active {
  border-color: rgb(8 145 178 / 0.25);
}

.active\:border-cyan-600\/30:active {
  border-color: rgb(8 145 178 / 0.3);
}

.active\:border-cyan-600\/40:active {
  border-color: rgb(8 145 178 / 0.4);
}

.active\:border-cyan-600\/5:active {
  border-color: rgb(8 145 178 / 0.05);
}

.active\:border-cyan-600\/50:active {
  border-color: rgb(8 145 178 / 0.5);
}

.active\:border-cyan-600\/60:active {
  border-color: rgb(8 145 178 / 0.6);
}

.active\:border-cyan-600\/70:active {
  border-color: rgb(8 145 178 / 0.7);
}

.active\:border-cyan-600\/75:active {
  border-color: rgb(8 145 178 / 0.75);
}

.active\:border-cyan-600\/80:active {
  border-color: rgb(8 145 178 / 0.8);
}

.active\:border-cyan-600\/90:active {
  border-color: rgb(8 145 178 / 0.9);
}

.active\:border-cyan-600\/95:active {
  border-color: rgb(8 145 178 / 0.95);
}

.active\:border-cyan-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(14 116 144 / var(--tw-border-opacity));
}

.active\:border-cyan-700\/0:active {
  border-color: rgb(14 116 144 / 0);
}

.active\:border-cyan-700\/10:active {
  border-color: rgb(14 116 144 / 0.1);
}

.active\:border-cyan-700\/100:active {
  border-color: rgb(14 116 144 / 1);
}

.active\:border-cyan-700\/20:active {
  border-color: rgb(14 116 144 / 0.2);
}

.active\:border-cyan-700\/25:active {
  border-color: rgb(14 116 144 / 0.25);
}

.active\:border-cyan-700\/30:active {
  border-color: rgb(14 116 144 / 0.3);
}

.active\:border-cyan-700\/40:active {
  border-color: rgb(14 116 144 / 0.4);
}

.active\:border-cyan-700\/5:active {
  border-color: rgb(14 116 144 / 0.05);
}

.active\:border-cyan-700\/50:active {
  border-color: rgb(14 116 144 / 0.5);
}

.active\:border-cyan-700\/60:active {
  border-color: rgb(14 116 144 / 0.6);
}

.active\:border-cyan-700\/70:active {
  border-color: rgb(14 116 144 / 0.7);
}

.active\:border-cyan-700\/75:active {
  border-color: rgb(14 116 144 / 0.75);
}

.active\:border-cyan-700\/80:active {
  border-color: rgb(14 116 144 / 0.8);
}

.active\:border-cyan-700\/90:active {
  border-color: rgb(14 116 144 / 0.9);
}

.active\:border-cyan-700\/95:active {
  border-color: rgb(14 116 144 / 0.95);
}

.active\:border-cyan-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(21 94 117 / var(--tw-border-opacity));
}

.active\:border-cyan-800\/0:active {
  border-color: rgb(21 94 117 / 0);
}

.active\:border-cyan-800\/10:active {
  border-color: rgb(21 94 117 / 0.1);
}

.active\:border-cyan-800\/100:active {
  border-color: rgb(21 94 117 / 1);
}

.active\:border-cyan-800\/20:active {
  border-color: rgb(21 94 117 / 0.2);
}

.active\:border-cyan-800\/25:active {
  border-color: rgb(21 94 117 / 0.25);
}

.active\:border-cyan-800\/30:active {
  border-color: rgb(21 94 117 / 0.3);
}

.active\:border-cyan-800\/40:active {
  border-color: rgb(21 94 117 / 0.4);
}

.active\:border-cyan-800\/5:active {
  border-color: rgb(21 94 117 / 0.05);
}

.active\:border-cyan-800\/50:active {
  border-color: rgb(21 94 117 / 0.5);
}

.active\:border-cyan-800\/60:active {
  border-color: rgb(21 94 117 / 0.6);
}

.active\:border-cyan-800\/70:active {
  border-color: rgb(21 94 117 / 0.7);
}

.active\:border-cyan-800\/75:active {
  border-color: rgb(21 94 117 / 0.75);
}

.active\:border-cyan-800\/80:active {
  border-color: rgb(21 94 117 / 0.8);
}

.active\:border-cyan-800\/90:active {
  border-color: rgb(21 94 117 / 0.9);
}

.active\:border-cyan-800\/95:active {
  border-color: rgb(21 94 117 / 0.95);
}

.active\:border-cyan-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(22 78 99 / var(--tw-border-opacity));
}

.active\:border-cyan-900\/0:active {
  border-color: rgb(22 78 99 / 0);
}

.active\:border-cyan-900\/10:active {
  border-color: rgb(22 78 99 / 0.1);
}

.active\:border-cyan-900\/100:active {
  border-color: rgb(22 78 99 / 1);
}

.active\:border-cyan-900\/20:active {
  border-color: rgb(22 78 99 / 0.2);
}

.active\:border-cyan-900\/25:active {
  border-color: rgb(22 78 99 / 0.25);
}

.active\:border-cyan-900\/30:active {
  border-color: rgb(22 78 99 / 0.3);
}

.active\:border-cyan-900\/40:active {
  border-color: rgb(22 78 99 / 0.4);
}

.active\:border-cyan-900\/5:active {
  border-color: rgb(22 78 99 / 0.05);
}

.active\:border-cyan-900\/50:active {
  border-color: rgb(22 78 99 / 0.5);
}

.active\:border-cyan-900\/60:active {
  border-color: rgb(22 78 99 / 0.6);
}

.active\:border-cyan-900\/70:active {
  border-color: rgb(22 78 99 / 0.7);
}

.active\:border-cyan-900\/75:active {
  border-color: rgb(22 78 99 / 0.75);
}

.active\:border-cyan-900\/80:active {
  border-color: rgb(22 78 99 / 0.8);
}

.active\:border-cyan-900\/90:active {
  border-color: rgb(22 78 99 / 0.9);
}

.active\:border-cyan-900\/95:active {
  border-color: rgb(22 78 99 / 0.95);
}

.active\:border-cyan-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(8 51 68 / var(--tw-border-opacity));
}

.active\:border-cyan-950\/0:active {
  border-color: rgb(8 51 68 / 0);
}

.active\:border-cyan-950\/10:active {
  border-color: rgb(8 51 68 / 0.1);
}

.active\:border-cyan-950\/100:active {
  border-color: rgb(8 51 68 / 1);
}

.active\:border-cyan-950\/20:active {
  border-color: rgb(8 51 68 / 0.2);
}

.active\:border-cyan-950\/25:active {
  border-color: rgb(8 51 68 / 0.25);
}

.active\:border-cyan-950\/30:active {
  border-color: rgb(8 51 68 / 0.3);
}

.active\:border-cyan-950\/40:active {
  border-color: rgb(8 51 68 / 0.4);
}

.active\:border-cyan-950\/5:active {
  border-color: rgb(8 51 68 / 0.05);
}

.active\:border-cyan-950\/50:active {
  border-color: rgb(8 51 68 / 0.5);
}

.active\:border-cyan-950\/60:active {
  border-color: rgb(8 51 68 / 0.6);
}

.active\:border-cyan-950\/70:active {
  border-color: rgb(8 51 68 / 0.7);
}

.active\:border-cyan-950\/75:active {
  border-color: rgb(8 51 68 / 0.75);
}

.active\:border-cyan-950\/80:active {
  border-color: rgb(8 51 68 / 0.8);
}

.active\:border-cyan-950\/90:active {
  border-color: rgb(8 51 68 / 0.9);
}

.active\:border-cyan-950\/95:active {
  border-color: rgb(8 51 68 / 0.95);
}

.active\:border-emerald-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity));
}

.active\:border-emerald-100\/0:active {
  border-color: rgb(209 250 229 / 0);
}

.active\:border-emerald-100\/10:active {
  border-color: rgb(209 250 229 / 0.1);
}

.active\:border-emerald-100\/100:active {
  border-color: rgb(209 250 229 / 1);
}

.active\:border-emerald-100\/20:active {
  border-color: rgb(209 250 229 / 0.2);
}

.active\:border-emerald-100\/25:active {
  border-color: rgb(209 250 229 / 0.25);
}

.active\:border-emerald-100\/30:active {
  border-color: rgb(209 250 229 / 0.3);
}

.active\:border-emerald-100\/40:active {
  border-color: rgb(209 250 229 / 0.4);
}

.active\:border-emerald-100\/5:active {
  border-color: rgb(209 250 229 / 0.05);
}

.active\:border-emerald-100\/50:active {
  border-color: rgb(209 250 229 / 0.5);
}

.active\:border-emerald-100\/60:active {
  border-color: rgb(209 250 229 / 0.6);
}

.active\:border-emerald-100\/70:active {
  border-color: rgb(209 250 229 / 0.7);
}

.active\:border-emerald-100\/75:active {
  border-color: rgb(209 250 229 / 0.75);
}

.active\:border-emerald-100\/80:active {
  border-color: rgb(209 250 229 / 0.8);
}

.active\:border-emerald-100\/90:active {
  border-color: rgb(209 250 229 / 0.9);
}

.active\:border-emerald-100\/95:active {
  border-color: rgb(209 250 229 / 0.95);
}

.active\:border-emerald-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity));
}

.active\:border-emerald-200\/0:active {
  border-color: rgb(167 243 208 / 0);
}

.active\:border-emerald-200\/10:active {
  border-color: rgb(167 243 208 / 0.1);
}

.active\:border-emerald-200\/100:active {
  border-color: rgb(167 243 208 / 1);
}

.active\:border-emerald-200\/20:active {
  border-color: rgb(167 243 208 / 0.2);
}

.active\:border-emerald-200\/25:active {
  border-color: rgb(167 243 208 / 0.25);
}

.active\:border-emerald-200\/30:active {
  border-color: rgb(167 243 208 / 0.3);
}

.active\:border-emerald-200\/40:active {
  border-color: rgb(167 243 208 / 0.4);
}

.active\:border-emerald-200\/5:active {
  border-color: rgb(167 243 208 / 0.05);
}

.active\:border-emerald-200\/50:active {
  border-color: rgb(167 243 208 / 0.5);
}

.active\:border-emerald-200\/60:active {
  border-color: rgb(167 243 208 / 0.6);
}

.active\:border-emerald-200\/70:active {
  border-color: rgb(167 243 208 / 0.7);
}

.active\:border-emerald-200\/75:active {
  border-color: rgb(167 243 208 / 0.75);
}

.active\:border-emerald-200\/80:active {
  border-color: rgb(167 243 208 / 0.8);
}

.active\:border-emerald-200\/90:active {
  border-color: rgb(167 243 208 / 0.9);
}

.active\:border-emerald-200\/95:active {
  border-color: rgb(167 243 208 / 0.95);
}

.active\:border-emerald-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity));
}

.active\:border-emerald-300\/0:active {
  border-color: rgb(110 231 183 / 0);
}

.active\:border-emerald-300\/10:active {
  border-color: rgb(110 231 183 / 0.1);
}

.active\:border-emerald-300\/100:active {
  border-color: rgb(110 231 183 / 1);
}

.active\:border-emerald-300\/20:active {
  border-color: rgb(110 231 183 / 0.2);
}

.active\:border-emerald-300\/25:active {
  border-color: rgb(110 231 183 / 0.25);
}

.active\:border-emerald-300\/30:active {
  border-color: rgb(110 231 183 / 0.3);
}

.active\:border-emerald-300\/40:active {
  border-color: rgb(110 231 183 / 0.4);
}

.active\:border-emerald-300\/5:active {
  border-color: rgb(110 231 183 / 0.05);
}

.active\:border-emerald-300\/50:active {
  border-color: rgb(110 231 183 / 0.5);
}

.active\:border-emerald-300\/60:active {
  border-color: rgb(110 231 183 / 0.6);
}

.active\:border-emerald-300\/70:active {
  border-color: rgb(110 231 183 / 0.7);
}

.active\:border-emerald-300\/75:active {
  border-color: rgb(110 231 183 / 0.75);
}

.active\:border-emerald-300\/80:active {
  border-color: rgb(110 231 183 / 0.8);
}

.active\:border-emerald-300\/90:active {
  border-color: rgb(110 231 183 / 0.9);
}

.active\:border-emerald-300\/95:active {
  border-color: rgb(110 231 183 / 0.95);
}

.active\:border-emerald-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.active\:border-emerald-400\/0:active {
  border-color: rgb(52 211 153 / 0);
}

.active\:border-emerald-400\/10:active {
  border-color: rgb(52 211 153 / 0.1);
}

.active\:border-emerald-400\/100:active {
  border-color: rgb(52 211 153 / 1);
}

.active\:border-emerald-400\/20:active {
  border-color: rgb(52 211 153 / 0.2);
}

.active\:border-emerald-400\/25:active {
  border-color: rgb(52 211 153 / 0.25);
}

.active\:border-emerald-400\/30:active {
  border-color: rgb(52 211 153 / 0.3);
}

.active\:border-emerald-400\/40:active {
  border-color: rgb(52 211 153 / 0.4);
}

.active\:border-emerald-400\/5:active {
  border-color: rgb(52 211 153 / 0.05);
}

.active\:border-emerald-400\/50:active {
  border-color: rgb(52 211 153 / 0.5);
}

.active\:border-emerald-400\/60:active {
  border-color: rgb(52 211 153 / 0.6);
}

.active\:border-emerald-400\/70:active {
  border-color: rgb(52 211 153 / 0.7);
}

.active\:border-emerald-400\/75:active {
  border-color: rgb(52 211 153 / 0.75);
}

.active\:border-emerald-400\/80:active {
  border-color: rgb(52 211 153 / 0.8);
}

.active\:border-emerald-400\/90:active {
  border-color: rgb(52 211 153 / 0.9);
}

.active\:border-emerald-400\/95:active {
  border-color: rgb(52 211 153 / 0.95);
}

.active\:border-emerald-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(236 253 245 / var(--tw-border-opacity));
}

.active\:border-emerald-50\/0:active {
  border-color: rgb(236 253 245 / 0);
}

.active\:border-emerald-50\/10:active {
  border-color: rgb(236 253 245 / 0.1);
}

.active\:border-emerald-50\/100:active {
  border-color: rgb(236 253 245 / 1);
}

.active\:border-emerald-50\/20:active {
  border-color: rgb(236 253 245 / 0.2);
}

.active\:border-emerald-50\/25:active {
  border-color: rgb(236 253 245 / 0.25);
}

.active\:border-emerald-50\/30:active {
  border-color: rgb(236 253 245 / 0.3);
}

.active\:border-emerald-50\/40:active {
  border-color: rgb(236 253 245 / 0.4);
}

.active\:border-emerald-50\/5:active {
  border-color: rgb(236 253 245 / 0.05);
}

.active\:border-emerald-50\/50:active {
  border-color: rgb(236 253 245 / 0.5);
}

.active\:border-emerald-50\/60:active {
  border-color: rgb(236 253 245 / 0.6);
}

.active\:border-emerald-50\/70:active {
  border-color: rgb(236 253 245 / 0.7);
}

.active\:border-emerald-50\/75:active {
  border-color: rgb(236 253 245 / 0.75);
}

.active\:border-emerald-50\/80:active {
  border-color: rgb(236 253 245 / 0.8);
}

.active\:border-emerald-50\/90:active {
  border-color: rgb(236 253 245 / 0.9);
}

.active\:border-emerald-50\/95:active {
  border-color: rgb(236 253 245 / 0.95);
}

.active\:border-emerald-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.active\:border-emerald-500\/0:active {
  border-color: rgb(16 185 129 / 0);
}

.active\:border-emerald-500\/10:active {
  border-color: rgb(16 185 129 / 0.1);
}

.active\:border-emerald-500\/100:active {
  border-color: rgb(16 185 129 / 1);
}

.active\:border-emerald-500\/20:active {
  border-color: rgb(16 185 129 / 0.2);
}

.active\:border-emerald-500\/25:active {
  border-color: rgb(16 185 129 / 0.25);
}

.active\:border-emerald-500\/30:active {
  border-color: rgb(16 185 129 / 0.3);
}

.active\:border-emerald-500\/40:active {
  border-color: rgb(16 185 129 / 0.4);
}

.active\:border-emerald-500\/5:active {
  border-color: rgb(16 185 129 / 0.05);
}

.active\:border-emerald-500\/50:active {
  border-color: rgb(16 185 129 / 0.5);
}

.active\:border-emerald-500\/60:active {
  border-color: rgb(16 185 129 / 0.6);
}

.active\:border-emerald-500\/70:active {
  border-color: rgb(16 185 129 / 0.7);
}

.active\:border-emerald-500\/75:active {
  border-color: rgb(16 185 129 / 0.75);
}

.active\:border-emerald-500\/80:active {
  border-color: rgb(16 185 129 / 0.8);
}

.active\:border-emerald-500\/90:active {
  border-color: rgb(16 185 129 / 0.9);
}

.active\:border-emerald-500\/95:active {
  border-color: rgb(16 185 129 / 0.95);
}

.active\:border-emerald-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity));
}

.active\:border-emerald-600\/0:active {
  border-color: rgb(5 150 105 / 0);
}

.active\:border-emerald-600\/10:active {
  border-color: rgb(5 150 105 / 0.1);
}

.active\:border-emerald-600\/100:active {
  border-color: rgb(5 150 105 / 1);
}

.active\:border-emerald-600\/20:active {
  border-color: rgb(5 150 105 / 0.2);
}

.active\:border-emerald-600\/25:active {
  border-color: rgb(5 150 105 / 0.25);
}

.active\:border-emerald-600\/30:active {
  border-color: rgb(5 150 105 / 0.3);
}

.active\:border-emerald-600\/40:active {
  border-color: rgb(5 150 105 / 0.4);
}

.active\:border-emerald-600\/5:active {
  border-color: rgb(5 150 105 / 0.05);
}

.active\:border-emerald-600\/50:active {
  border-color: rgb(5 150 105 / 0.5);
}

.active\:border-emerald-600\/60:active {
  border-color: rgb(5 150 105 / 0.6);
}

.active\:border-emerald-600\/70:active {
  border-color: rgb(5 150 105 / 0.7);
}

.active\:border-emerald-600\/75:active {
  border-color: rgb(5 150 105 / 0.75);
}

.active\:border-emerald-600\/80:active {
  border-color: rgb(5 150 105 / 0.8);
}

.active\:border-emerald-600\/90:active {
  border-color: rgb(5 150 105 / 0.9);
}

.active\:border-emerald-600\/95:active {
  border-color: rgb(5 150 105 / 0.95);
}

.active\:border-emerald-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-border-opacity));
}

.active\:border-emerald-700\/0:active {
  border-color: rgb(4 120 87 / 0);
}

.active\:border-emerald-700\/10:active {
  border-color: rgb(4 120 87 / 0.1);
}

.active\:border-emerald-700\/100:active {
  border-color: rgb(4 120 87 / 1);
}

.active\:border-emerald-700\/20:active {
  border-color: rgb(4 120 87 / 0.2);
}

.active\:border-emerald-700\/25:active {
  border-color: rgb(4 120 87 / 0.25);
}

.active\:border-emerald-700\/30:active {
  border-color: rgb(4 120 87 / 0.3);
}

.active\:border-emerald-700\/40:active {
  border-color: rgb(4 120 87 / 0.4);
}

.active\:border-emerald-700\/5:active {
  border-color: rgb(4 120 87 / 0.05);
}

.active\:border-emerald-700\/50:active {
  border-color: rgb(4 120 87 / 0.5);
}

.active\:border-emerald-700\/60:active {
  border-color: rgb(4 120 87 / 0.6);
}

.active\:border-emerald-700\/70:active {
  border-color: rgb(4 120 87 / 0.7);
}

.active\:border-emerald-700\/75:active {
  border-color: rgb(4 120 87 / 0.75);
}

.active\:border-emerald-700\/80:active {
  border-color: rgb(4 120 87 / 0.8);
}

.active\:border-emerald-700\/90:active {
  border-color: rgb(4 120 87 / 0.9);
}

.active\:border-emerald-700\/95:active {
  border-color: rgb(4 120 87 / 0.95);
}

.active\:border-emerald-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-border-opacity));
}

.active\:border-emerald-800\/0:active {
  border-color: rgb(6 95 70 / 0);
}

.active\:border-emerald-800\/10:active {
  border-color: rgb(6 95 70 / 0.1);
}

.active\:border-emerald-800\/100:active {
  border-color: rgb(6 95 70 / 1);
}

.active\:border-emerald-800\/20:active {
  border-color: rgb(6 95 70 / 0.2);
}

.active\:border-emerald-800\/25:active {
  border-color: rgb(6 95 70 / 0.25);
}

.active\:border-emerald-800\/30:active {
  border-color: rgb(6 95 70 / 0.3);
}

.active\:border-emerald-800\/40:active {
  border-color: rgb(6 95 70 / 0.4);
}

.active\:border-emerald-800\/5:active {
  border-color: rgb(6 95 70 / 0.05);
}

.active\:border-emerald-800\/50:active {
  border-color: rgb(6 95 70 / 0.5);
}

.active\:border-emerald-800\/60:active {
  border-color: rgb(6 95 70 / 0.6);
}

.active\:border-emerald-800\/70:active {
  border-color: rgb(6 95 70 / 0.7);
}

.active\:border-emerald-800\/75:active {
  border-color: rgb(6 95 70 / 0.75);
}

.active\:border-emerald-800\/80:active {
  border-color: rgb(6 95 70 / 0.8);
}

.active\:border-emerald-800\/90:active {
  border-color: rgb(6 95 70 / 0.9);
}

.active\:border-emerald-800\/95:active {
  border-color: rgb(6 95 70 / 0.95);
}

.active\:border-emerald-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(6 78 59 / var(--tw-border-opacity));
}

.active\:border-emerald-900\/0:active {
  border-color: rgb(6 78 59 / 0);
}

.active\:border-emerald-900\/10:active {
  border-color: rgb(6 78 59 / 0.1);
}

.active\:border-emerald-900\/100:active {
  border-color: rgb(6 78 59 / 1);
}

.active\:border-emerald-900\/20:active {
  border-color: rgb(6 78 59 / 0.2);
}

.active\:border-emerald-900\/25:active {
  border-color: rgb(6 78 59 / 0.25);
}

.active\:border-emerald-900\/30:active {
  border-color: rgb(6 78 59 / 0.3);
}

.active\:border-emerald-900\/40:active {
  border-color: rgb(6 78 59 / 0.4);
}

.active\:border-emerald-900\/5:active {
  border-color: rgb(6 78 59 / 0.05);
}

.active\:border-emerald-900\/50:active {
  border-color: rgb(6 78 59 / 0.5);
}

.active\:border-emerald-900\/60:active {
  border-color: rgb(6 78 59 / 0.6);
}

.active\:border-emerald-900\/70:active {
  border-color: rgb(6 78 59 / 0.7);
}

.active\:border-emerald-900\/75:active {
  border-color: rgb(6 78 59 / 0.75);
}

.active\:border-emerald-900\/80:active {
  border-color: rgb(6 78 59 / 0.8);
}

.active\:border-emerald-900\/90:active {
  border-color: rgb(6 78 59 / 0.9);
}

.active\:border-emerald-900\/95:active {
  border-color: rgb(6 78 59 / 0.95);
}

.active\:border-emerald-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(2 44 34 / var(--tw-border-opacity));
}

.active\:border-emerald-950\/0:active {
  border-color: rgb(2 44 34 / 0);
}

.active\:border-emerald-950\/10:active {
  border-color: rgb(2 44 34 / 0.1);
}

.active\:border-emerald-950\/100:active {
  border-color: rgb(2 44 34 / 1);
}

.active\:border-emerald-950\/20:active {
  border-color: rgb(2 44 34 / 0.2);
}

.active\:border-emerald-950\/25:active {
  border-color: rgb(2 44 34 / 0.25);
}

.active\:border-emerald-950\/30:active {
  border-color: rgb(2 44 34 / 0.3);
}

.active\:border-emerald-950\/40:active {
  border-color: rgb(2 44 34 / 0.4);
}

.active\:border-emerald-950\/5:active {
  border-color: rgb(2 44 34 / 0.05);
}

.active\:border-emerald-950\/50:active {
  border-color: rgb(2 44 34 / 0.5);
}

.active\:border-emerald-950\/60:active {
  border-color: rgb(2 44 34 / 0.6);
}

.active\:border-emerald-950\/70:active {
  border-color: rgb(2 44 34 / 0.7);
}

.active\:border-emerald-950\/75:active {
  border-color: rgb(2 44 34 / 0.75);
}

.active\:border-emerald-950\/80:active {
  border-color: rgb(2 44 34 / 0.8);
}

.active\:border-emerald-950\/90:active {
  border-color: rgb(2 44 34 / 0.9);
}

.active\:border-emerald-950\/95:active {
  border-color: rgb(2 44 34 / 0.95);
}

.active\:border-fuchsia-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(250 232 255 / var(--tw-border-opacity));
}

.active\:border-fuchsia-100\/0:active {
  border-color: rgb(250 232 255 / 0);
}

.active\:border-fuchsia-100\/10:active {
  border-color: rgb(250 232 255 / 0.1);
}

.active\:border-fuchsia-100\/100:active {
  border-color: rgb(250 232 255 / 1);
}

.active\:border-fuchsia-100\/20:active {
  border-color: rgb(250 232 255 / 0.2);
}

.active\:border-fuchsia-100\/25:active {
  border-color: rgb(250 232 255 / 0.25);
}

.active\:border-fuchsia-100\/30:active {
  border-color: rgb(250 232 255 / 0.3);
}

.active\:border-fuchsia-100\/40:active {
  border-color: rgb(250 232 255 / 0.4);
}

.active\:border-fuchsia-100\/5:active {
  border-color: rgb(250 232 255 / 0.05);
}

.active\:border-fuchsia-100\/50:active {
  border-color: rgb(250 232 255 / 0.5);
}

.active\:border-fuchsia-100\/60:active {
  border-color: rgb(250 232 255 / 0.6);
}

.active\:border-fuchsia-100\/70:active {
  border-color: rgb(250 232 255 / 0.7);
}

.active\:border-fuchsia-100\/75:active {
  border-color: rgb(250 232 255 / 0.75);
}

.active\:border-fuchsia-100\/80:active {
  border-color: rgb(250 232 255 / 0.8);
}

.active\:border-fuchsia-100\/90:active {
  border-color: rgb(250 232 255 / 0.9);
}

.active\:border-fuchsia-100\/95:active {
  border-color: rgb(250 232 255 / 0.95);
}

.active\:border-fuchsia-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(245 208 254 / var(--tw-border-opacity));
}

.active\:border-fuchsia-200\/0:active {
  border-color: rgb(245 208 254 / 0);
}

.active\:border-fuchsia-200\/10:active {
  border-color: rgb(245 208 254 / 0.1);
}

.active\:border-fuchsia-200\/100:active {
  border-color: rgb(245 208 254 / 1);
}

.active\:border-fuchsia-200\/20:active {
  border-color: rgb(245 208 254 / 0.2);
}

.active\:border-fuchsia-200\/25:active {
  border-color: rgb(245 208 254 / 0.25);
}

.active\:border-fuchsia-200\/30:active {
  border-color: rgb(245 208 254 / 0.3);
}

.active\:border-fuchsia-200\/40:active {
  border-color: rgb(245 208 254 / 0.4);
}

.active\:border-fuchsia-200\/5:active {
  border-color: rgb(245 208 254 / 0.05);
}

.active\:border-fuchsia-200\/50:active {
  border-color: rgb(245 208 254 / 0.5);
}

.active\:border-fuchsia-200\/60:active {
  border-color: rgb(245 208 254 / 0.6);
}

.active\:border-fuchsia-200\/70:active {
  border-color: rgb(245 208 254 / 0.7);
}

.active\:border-fuchsia-200\/75:active {
  border-color: rgb(245 208 254 / 0.75);
}

.active\:border-fuchsia-200\/80:active {
  border-color: rgb(245 208 254 / 0.8);
}

.active\:border-fuchsia-200\/90:active {
  border-color: rgb(245 208 254 / 0.9);
}

.active\:border-fuchsia-200\/95:active {
  border-color: rgb(245 208 254 / 0.95);
}

.active\:border-fuchsia-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(240 171 252 / var(--tw-border-opacity));
}

.active\:border-fuchsia-300\/0:active {
  border-color: rgb(240 171 252 / 0);
}

.active\:border-fuchsia-300\/10:active {
  border-color: rgb(240 171 252 / 0.1);
}

.active\:border-fuchsia-300\/100:active {
  border-color: rgb(240 171 252 / 1);
}

.active\:border-fuchsia-300\/20:active {
  border-color: rgb(240 171 252 / 0.2);
}

.active\:border-fuchsia-300\/25:active {
  border-color: rgb(240 171 252 / 0.25);
}

.active\:border-fuchsia-300\/30:active {
  border-color: rgb(240 171 252 / 0.3);
}

.active\:border-fuchsia-300\/40:active {
  border-color: rgb(240 171 252 / 0.4);
}

.active\:border-fuchsia-300\/5:active {
  border-color: rgb(240 171 252 / 0.05);
}

.active\:border-fuchsia-300\/50:active {
  border-color: rgb(240 171 252 / 0.5);
}

.active\:border-fuchsia-300\/60:active {
  border-color: rgb(240 171 252 / 0.6);
}

.active\:border-fuchsia-300\/70:active {
  border-color: rgb(240 171 252 / 0.7);
}

.active\:border-fuchsia-300\/75:active {
  border-color: rgb(240 171 252 / 0.75);
}

.active\:border-fuchsia-300\/80:active {
  border-color: rgb(240 171 252 / 0.8);
}

.active\:border-fuchsia-300\/90:active {
  border-color: rgb(240 171 252 / 0.9);
}

.active\:border-fuchsia-300\/95:active {
  border-color: rgb(240 171 252 / 0.95);
}

.active\:border-fuchsia-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(232 121 249 / var(--tw-border-opacity));
}

.active\:border-fuchsia-400\/0:active {
  border-color: rgb(232 121 249 / 0);
}

.active\:border-fuchsia-400\/10:active {
  border-color: rgb(232 121 249 / 0.1);
}

.active\:border-fuchsia-400\/100:active {
  border-color: rgb(232 121 249 / 1);
}

.active\:border-fuchsia-400\/20:active {
  border-color: rgb(232 121 249 / 0.2);
}

.active\:border-fuchsia-400\/25:active {
  border-color: rgb(232 121 249 / 0.25);
}

.active\:border-fuchsia-400\/30:active {
  border-color: rgb(232 121 249 / 0.3);
}

.active\:border-fuchsia-400\/40:active {
  border-color: rgb(232 121 249 / 0.4);
}

.active\:border-fuchsia-400\/5:active {
  border-color: rgb(232 121 249 / 0.05);
}

.active\:border-fuchsia-400\/50:active {
  border-color: rgb(232 121 249 / 0.5);
}

.active\:border-fuchsia-400\/60:active {
  border-color: rgb(232 121 249 / 0.6);
}

.active\:border-fuchsia-400\/70:active {
  border-color: rgb(232 121 249 / 0.7);
}

.active\:border-fuchsia-400\/75:active {
  border-color: rgb(232 121 249 / 0.75);
}

.active\:border-fuchsia-400\/80:active {
  border-color: rgb(232 121 249 / 0.8);
}

.active\:border-fuchsia-400\/90:active {
  border-color: rgb(232 121 249 / 0.9);
}

.active\:border-fuchsia-400\/95:active {
  border-color: rgb(232 121 249 / 0.95);
}

.active\:border-fuchsia-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(253 244 255 / var(--tw-border-opacity));
}

.active\:border-fuchsia-50\/0:active {
  border-color: rgb(253 244 255 / 0);
}

.active\:border-fuchsia-50\/10:active {
  border-color: rgb(253 244 255 / 0.1);
}

.active\:border-fuchsia-50\/100:active {
  border-color: rgb(253 244 255 / 1);
}

.active\:border-fuchsia-50\/20:active {
  border-color: rgb(253 244 255 / 0.2);
}

.active\:border-fuchsia-50\/25:active {
  border-color: rgb(253 244 255 / 0.25);
}

.active\:border-fuchsia-50\/30:active {
  border-color: rgb(253 244 255 / 0.3);
}

.active\:border-fuchsia-50\/40:active {
  border-color: rgb(253 244 255 / 0.4);
}

.active\:border-fuchsia-50\/5:active {
  border-color: rgb(253 244 255 / 0.05);
}

.active\:border-fuchsia-50\/50:active {
  border-color: rgb(253 244 255 / 0.5);
}

.active\:border-fuchsia-50\/60:active {
  border-color: rgb(253 244 255 / 0.6);
}

.active\:border-fuchsia-50\/70:active {
  border-color: rgb(253 244 255 / 0.7);
}

.active\:border-fuchsia-50\/75:active {
  border-color: rgb(253 244 255 / 0.75);
}

.active\:border-fuchsia-50\/80:active {
  border-color: rgb(253 244 255 / 0.8);
}

.active\:border-fuchsia-50\/90:active {
  border-color: rgb(253 244 255 / 0.9);
}

.active\:border-fuchsia-50\/95:active {
  border-color: rgb(253 244 255 / 0.95);
}

.active\:border-fuchsia-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(217 70 239 / var(--tw-border-opacity));
}

.active\:border-fuchsia-500\/0:active {
  border-color: rgb(217 70 239 / 0);
}

.active\:border-fuchsia-500\/10:active {
  border-color: rgb(217 70 239 / 0.1);
}

.active\:border-fuchsia-500\/100:active {
  border-color: rgb(217 70 239 / 1);
}

.active\:border-fuchsia-500\/20:active {
  border-color: rgb(217 70 239 / 0.2);
}

.active\:border-fuchsia-500\/25:active {
  border-color: rgb(217 70 239 / 0.25);
}

.active\:border-fuchsia-500\/30:active {
  border-color: rgb(217 70 239 / 0.3);
}

.active\:border-fuchsia-500\/40:active {
  border-color: rgb(217 70 239 / 0.4);
}

.active\:border-fuchsia-500\/5:active {
  border-color: rgb(217 70 239 / 0.05);
}

.active\:border-fuchsia-500\/50:active {
  border-color: rgb(217 70 239 / 0.5);
}

.active\:border-fuchsia-500\/60:active {
  border-color: rgb(217 70 239 / 0.6);
}

.active\:border-fuchsia-500\/70:active {
  border-color: rgb(217 70 239 / 0.7);
}

.active\:border-fuchsia-500\/75:active {
  border-color: rgb(217 70 239 / 0.75);
}

.active\:border-fuchsia-500\/80:active {
  border-color: rgb(217 70 239 / 0.8);
}

.active\:border-fuchsia-500\/90:active {
  border-color: rgb(217 70 239 / 0.9);
}

.active\:border-fuchsia-500\/95:active {
  border-color: rgb(217 70 239 / 0.95);
}

.active\:border-fuchsia-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(192 38 211 / var(--tw-border-opacity));
}

.active\:border-fuchsia-600\/0:active {
  border-color: rgb(192 38 211 / 0);
}

.active\:border-fuchsia-600\/10:active {
  border-color: rgb(192 38 211 / 0.1);
}

.active\:border-fuchsia-600\/100:active {
  border-color: rgb(192 38 211 / 1);
}

.active\:border-fuchsia-600\/20:active {
  border-color: rgb(192 38 211 / 0.2);
}

.active\:border-fuchsia-600\/25:active {
  border-color: rgb(192 38 211 / 0.25);
}

.active\:border-fuchsia-600\/30:active {
  border-color: rgb(192 38 211 / 0.3);
}

.active\:border-fuchsia-600\/40:active {
  border-color: rgb(192 38 211 / 0.4);
}

.active\:border-fuchsia-600\/5:active {
  border-color: rgb(192 38 211 / 0.05);
}

.active\:border-fuchsia-600\/50:active {
  border-color: rgb(192 38 211 / 0.5);
}

.active\:border-fuchsia-600\/60:active {
  border-color: rgb(192 38 211 / 0.6);
}

.active\:border-fuchsia-600\/70:active {
  border-color: rgb(192 38 211 / 0.7);
}

.active\:border-fuchsia-600\/75:active {
  border-color: rgb(192 38 211 / 0.75);
}

.active\:border-fuchsia-600\/80:active {
  border-color: rgb(192 38 211 / 0.8);
}

.active\:border-fuchsia-600\/90:active {
  border-color: rgb(192 38 211 / 0.9);
}

.active\:border-fuchsia-600\/95:active {
  border-color: rgb(192 38 211 / 0.95);
}

.active\:border-fuchsia-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(162 28 175 / var(--tw-border-opacity));
}

.active\:border-fuchsia-700\/0:active {
  border-color: rgb(162 28 175 / 0);
}

.active\:border-fuchsia-700\/10:active {
  border-color: rgb(162 28 175 / 0.1);
}

.active\:border-fuchsia-700\/100:active {
  border-color: rgb(162 28 175 / 1);
}

.active\:border-fuchsia-700\/20:active {
  border-color: rgb(162 28 175 / 0.2);
}

.active\:border-fuchsia-700\/25:active {
  border-color: rgb(162 28 175 / 0.25);
}

.active\:border-fuchsia-700\/30:active {
  border-color: rgb(162 28 175 / 0.3);
}

.active\:border-fuchsia-700\/40:active {
  border-color: rgb(162 28 175 / 0.4);
}

.active\:border-fuchsia-700\/5:active {
  border-color: rgb(162 28 175 / 0.05);
}

.active\:border-fuchsia-700\/50:active {
  border-color: rgb(162 28 175 / 0.5);
}

.active\:border-fuchsia-700\/60:active {
  border-color: rgb(162 28 175 / 0.6);
}

.active\:border-fuchsia-700\/70:active {
  border-color: rgb(162 28 175 / 0.7);
}

.active\:border-fuchsia-700\/75:active {
  border-color: rgb(162 28 175 / 0.75);
}

.active\:border-fuchsia-700\/80:active {
  border-color: rgb(162 28 175 / 0.8);
}

.active\:border-fuchsia-700\/90:active {
  border-color: rgb(162 28 175 / 0.9);
}

.active\:border-fuchsia-700\/95:active {
  border-color: rgb(162 28 175 / 0.95);
}

.active\:border-fuchsia-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(134 25 143 / var(--tw-border-opacity));
}

.active\:border-fuchsia-800\/0:active {
  border-color: rgb(134 25 143 / 0);
}

.active\:border-fuchsia-800\/10:active {
  border-color: rgb(134 25 143 / 0.1);
}

.active\:border-fuchsia-800\/100:active {
  border-color: rgb(134 25 143 / 1);
}

.active\:border-fuchsia-800\/20:active {
  border-color: rgb(134 25 143 / 0.2);
}

.active\:border-fuchsia-800\/25:active {
  border-color: rgb(134 25 143 / 0.25);
}

.active\:border-fuchsia-800\/30:active {
  border-color: rgb(134 25 143 / 0.3);
}

.active\:border-fuchsia-800\/40:active {
  border-color: rgb(134 25 143 / 0.4);
}

.active\:border-fuchsia-800\/5:active {
  border-color: rgb(134 25 143 / 0.05);
}

.active\:border-fuchsia-800\/50:active {
  border-color: rgb(134 25 143 / 0.5);
}

.active\:border-fuchsia-800\/60:active {
  border-color: rgb(134 25 143 / 0.6);
}

.active\:border-fuchsia-800\/70:active {
  border-color: rgb(134 25 143 / 0.7);
}

.active\:border-fuchsia-800\/75:active {
  border-color: rgb(134 25 143 / 0.75);
}

.active\:border-fuchsia-800\/80:active {
  border-color: rgb(134 25 143 / 0.8);
}

.active\:border-fuchsia-800\/90:active {
  border-color: rgb(134 25 143 / 0.9);
}

.active\:border-fuchsia-800\/95:active {
  border-color: rgb(134 25 143 / 0.95);
}

.active\:border-fuchsia-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(112 26 117 / var(--tw-border-opacity));
}

.active\:border-fuchsia-900\/0:active {
  border-color: rgb(112 26 117 / 0);
}

.active\:border-fuchsia-900\/10:active {
  border-color: rgb(112 26 117 / 0.1);
}

.active\:border-fuchsia-900\/100:active {
  border-color: rgb(112 26 117 / 1);
}

.active\:border-fuchsia-900\/20:active {
  border-color: rgb(112 26 117 / 0.2);
}

.active\:border-fuchsia-900\/25:active {
  border-color: rgb(112 26 117 / 0.25);
}

.active\:border-fuchsia-900\/30:active {
  border-color: rgb(112 26 117 / 0.3);
}

.active\:border-fuchsia-900\/40:active {
  border-color: rgb(112 26 117 / 0.4);
}

.active\:border-fuchsia-900\/5:active {
  border-color: rgb(112 26 117 / 0.05);
}

.active\:border-fuchsia-900\/50:active {
  border-color: rgb(112 26 117 / 0.5);
}

.active\:border-fuchsia-900\/60:active {
  border-color: rgb(112 26 117 / 0.6);
}

.active\:border-fuchsia-900\/70:active {
  border-color: rgb(112 26 117 / 0.7);
}

.active\:border-fuchsia-900\/75:active {
  border-color: rgb(112 26 117 / 0.75);
}

.active\:border-fuchsia-900\/80:active {
  border-color: rgb(112 26 117 / 0.8);
}

.active\:border-fuchsia-900\/90:active {
  border-color: rgb(112 26 117 / 0.9);
}

.active\:border-fuchsia-900\/95:active {
  border-color: rgb(112 26 117 / 0.95);
}

.active\:border-fuchsia-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(74 4 78 / var(--tw-border-opacity));
}

.active\:border-fuchsia-950\/0:active {
  border-color: rgb(74 4 78 / 0);
}

.active\:border-fuchsia-950\/10:active {
  border-color: rgb(74 4 78 / 0.1);
}

.active\:border-fuchsia-950\/100:active {
  border-color: rgb(74 4 78 / 1);
}

.active\:border-fuchsia-950\/20:active {
  border-color: rgb(74 4 78 / 0.2);
}

.active\:border-fuchsia-950\/25:active {
  border-color: rgb(74 4 78 / 0.25);
}

.active\:border-fuchsia-950\/30:active {
  border-color: rgb(74 4 78 / 0.3);
}

.active\:border-fuchsia-950\/40:active {
  border-color: rgb(74 4 78 / 0.4);
}

.active\:border-fuchsia-950\/5:active {
  border-color: rgb(74 4 78 / 0.05);
}

.active\:border-fuchsia-950\/50:active {
  border-color: rgb(74 4 78 / 0.5);
}

.active\:border-fuchsia-950\/60:active {
  border-color: rgb(74 4 78 / 0.6);
}

.active\:border-fuchsia-950\/70:active {
  border-color: rgb(74 4 78 / 0.7);
}

.active\:border-fuchsia-950\/75:active {
  border-color: rgb(74 4 78 / 0.75);
}

.active\:border-fuchsia-950\/80:active {
  border-color: rgb(74 4 78 / 0.8);
}

.active\:border-fuchsia-950\/90:active {
  border-color: rgb(74 4 78 / 0.9);
}

.active\:border-fuchsia-950\/95:active {
  border-color: rgb(74 4 78 / 0.95);
}

.active\:border-gray-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.active\:border-gray-100\/0:active {
  border-color: rgb(243 244 246 / 0);
}

.active\:border-gray-100\/10:active {
  border-color: rgb(243 244 246 / 0.1);
}

.active\:border-gray-100\/100:active {
  border-color: rgb(243 244 246 / 1);
}

.active\:border-gray-100\/20:active {
  border-color: rgb(243 244 246 / 0.2);
}

.active\:border-gray-100\/25:active {
  border-color: rgb(243 244 246 / 0.25);
}

.active\:border-gray-100\/30:active {
  border-color: rgb(243 244 246 / 0.3);
}

.active\:border-gray-100\/40:active {
  border-color: rgb(243 244 246 / 0.4);
}

.active\:border-gray-100\/5:active {
  border-color: rgb(243 244 246 / 0.05);
}

.active\:border-gray-100\/50:active {
  border-color: rgb(243 244 246 / 0.5);
}

.active\:border-gray-100\/60:active {
  border-color: rgb(243 244 246 / 0.6);
}

.active\:border-gray-100\/70:active {
  border-color: rgb(243 244 246 / 0.7);
}

.active\:border-gray-100\/75:active {
  border-color: rgb(243 244 246 / 0.75);
}

.active\:border-gray-100\/80:active {
  border-color: rgb(243 244 246 / 0.8);
}

.active\:border-gray-100\/90:active {
  border-color: rgb(243 244 246 / 0.9);
}

.active\:border-gray-100\/95:active {
  border-color: rgb(243 244 246 / 0.95);
}

.active\:border-gray-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.active\:border-gray-200\/0:active {
  border-color: rgb(229 231 235 / 0);
}

.active\:border-gray-200\/10:active {
  border-color: rgb(229 231 235 / 0.1);
}

.active\:border-gray-200\/100:active {
  border-color: rgb(229 231 235 / 1);
}

.active\:border-gray-200\/20:active {
  border-color: rgb(229 231 235 / 0.2);
}

.active\:border-gray-200\/25:active {
  border-color: rgb(229 231 235 / 0.25);
}

.active\:border-gray-200\/30:active {
  border-color: rgb(229 231 235 / 0.3);
}

.active\:border-gray-200\/40:active {
  border-color: rgb(229 231 235 / 0.4);
}

.active\:border-gray-200\/5:active {
  border-color: rgb(229 231 235 / 0.05);
}

.active\:border-gray-200\/50:active {
  border-color: rgb(229 231 235 / 0.5);
}

.active\:border-gray-200\/60:active {
  border-color: rgb(229 231 235 / 0.6);
}

.active\:border-gray-200\/70:active {
  border-color: rgb(229 231 235 / 0.7);
}

.active\:border-gray-200\/75:active {
  border-color: rgb(229 231 235 / 0.75);
}

.active\:border-gray-200\/80:active {
  border-color: rgb(229 231 235 / 0.8);
}

.active\:border-gray-200\/90:active {
  border-color: rgb(229 231 235 / 0.9);
}

.active\:border-gray-200\/95:active {
  border-color: rgb(229 231 235 / 0.95);
}

.active\:border-gray-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.active\:border-gray-300\/0:active {
  border-color: rgb(209 213 219 / 0);
}

.active\:border-gray-300\/10:active {
  border-color: rgb(209 213 219 / 0.1);
}

.active\:border-gray-300\/100:active {
  border-color: rgb(209 213 219 / 1);
}

.active\:border-gray-300\/20:active {
  border-color: rgb(209 213 219 / 0.2);
}

.active\:border-gray-300\/25:active {
  border-color: rgb(209 213 219 / 0.25);
}

.active\:border-gray-300\/30:active {
  border-color: rgb(209 213 219 / 0.3);
}

.active\:border-gray-300\/40:active {
  border-color: rgb(209 213 219 / 0.4);
}

.active\:border-gray-300\/5:active {
  border-color: rgb(209 213 219 / 0.05);
}

.active\:border-gray-300\/50:active {
  border-color: rgb(209 213 219 / 0.5);
}

.active\:border-gray-300\/60:active {
  border-color: rgb(209 213 219 / 0.6);
}

.active\:border-gray-300\/70:active {
  border-color: rgb(209 213 219 / 0.7);
}

.active\:border-gray-300\/75:active {
  border-color: rgb(209 213 219 / 0.75);
}

.active\:border-gray-300\/80:active {
  border-color: rgb(209 213 219 / 0.8);
}

.active\:border-gray-300\/90:active {
  border-color: rgb(209 213 219 / 0.9);
}

.active\:border-gray-300\/95:active {
  border-color: rgb(209 213 219 / 0.95);
}

.active\:border-gray-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.active\:border-gray-400\/0:active {
  border-color: rgb(156 163 175 / 0);
}

.active\:border-gray-400\/10:active {
  border-color: rgb(156 163 175 / 0.1);
}

.active\:border-gray-400\/100:active {
  border-color: rgb(156 163 175 / 1);
}

.active\:border-gray-400\/20:active {
  border-color: rgb(156 163 175 / 0.2);
}

.active\:border-gray-400\/25:active {
  border-color: rgb(156 163 175 / 0.25);
}

.active\:border-gray-400\/30:active {
  border-color: rgb(156 163 175 / 0.3);
}

.active\:border-gray-400\/40:active {
  border-color: rgb(156 163 175 / 0.4);
}

.active\:border-gray-400\/5:active {
  border-color: rgb(156 163 175 / 0.05);
}

.active\:border-gray-400\/50:active {
  border-color: rgb(156 163 175 / 0.5);
}

.active\:border-gray-400\/60:active {
  border-color: rgb(156 163 175 / 0.6);
}

.active\:border-gray-400\/70:active {
  border-color: rgb(156 163 175 / 0.7);
}

.active\:border-gray-400\/75:active {
  border-color: rgb(156 163 175 / 0.75);
}

.active\:border-gray-400\/80:active {
  border-color: rgb(156 163 175 / 0.8);
}

.active\:border-gray-400\/90:active {
  border-color: rgb(156 163 175 / 0.9);
}

.active\:border-gray-400\/95:active {
  border-color: rgb(156 163 175 / 0.95);
}

.active\:border-gray-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.active\:border-gray-50\/0:active {
  border-color: rgb(249 250 251 / 0);
}

.active\:border-gray-50\/10:active {
  border-color: rgb(249 250 251 / 0.1);
}

.active\:border-gray-50\/100:active {
  border-color: rgb(249 250 251 / 1);
}

.active\:border-gray-50\/20:active {
  border-color: rgb(249 250 251 / 0.2);
}

.active\:border-gray-50\/25:active {
  border-color: rgb(249 250 251 / 0.25);
}

.active\:border-gray-50\/30:active {
  border-color: rgb(249 250 251 / 0.3);
}

.active\:border-gray-50\/40:active {
  border-color: rgb(249 250 251 / 0.4);
}

.active\:border-gray-50\/5:active {
  border-color: rgb(249 250 251 / 0.05);
}

.active\:border-gray-50\/50:active {
  border-color: rgb(249 250 251 / 0.5);
}

.active\:border-gray-50\/60:active {
  border-color: rgb(249 250 251 / 0.6);
}

.active\:border-gray-50\/70:active {
  border-color: rgb(249 250 251 / 0.7);
}

.active\:border-gray-50\/75:active {
  border-color: rgb(249 250 251 / 0.75);
}

.active\:border-gray-50\/80:active {
  border-color: rgb(249 250 251 / 0.8);
}

.active\:border-gray-50\/90:active {
  border-color: rgb(249 250 251 / 0.9);
}

.active\:border-gray-50\/95:active {
  border-color: rgb(249 250 251 / 0.95);
}

.active\:border-gray-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.active\:border-gray-500\/0:active {
  border-color: rgb(107 114 128 / 0);
}

.active\:border-gray-500\/10:active {
  border-color: rgb(107 114 128 / 0.1);
}

.active\:border-gray-500\/100:active {
  border-color: rgb(107 114 128 / 1);
}

.active\:border-gray-500\/20:active {
  border-color: rgb(107 114 128 / 0.2);
}

.active\:border-gray-500\/25:active {
  border-color: rgb(107 114 128 / 0.25);
}

.active\:border-gray-500\/30:active {
  border-color: rgb(107 114 128 / 0.3);
}

.active\:border-gray-500\/40:active {
  border-color: rgb(107 114 128 / 0.4);
}

.active\:border-gray-500\/5:active {
  border-color: rgb(107 114 128 / 0.05);
}

.active\:border-gray-500\/50:active {
  border-color: rgb(107 114 128 / 0.5);
}

.active\:border-gray-500\/60:active {
  border-color: rgb(107 114 128 / 0.6);
}

.active\:border-gray-500\/70:active {
  border-color: rgb(107 114 128 / 0.7);
}

.active\:border-gray-500\/75:active {
  border-color: rgb(107 114 128 / 0.75);
}

.active\:border-gray-500\/80:active {
  border-color: rgb(107 114 128 / 0.8);
}

.active\:border-gray-500\/90:active {
  border-color: rgb(107 114 128 / 0.9);
}

.active\:border-gray-500\/95:active {
  border-color: rgb(107 114 128 / 0.95);
}

.active\:border-gray-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.active\:border-gray-600\/0:active {
  border-color: rgb(75 85 99 / 0);
}

.active\:border-gray-600\/10:active {
  border-color: rgb(75 85 99 / 0.1);
}

.active\:border-gray-600\/100:active {
  border-color: rgb(75 85 99 / 1);
}

.active\:border-gray-600\/20:active {
  border-color: rgb(75 85 99 / 0.2);
}

.active\:border-gray-600\/25:active {
  border-color: rgb(75 85 99 / 0.25);
}

.active\:border-gray-600\/30:active {
  border-color: rgb(75 85 99 / 0.3);
}

.active\:border-gray-600\/40:active {
  border-color: rgb(75 85 99 / 0.4);
}

.active\:border-gray-600\/5:active {
  border-color: rgb(75 85 99 / 0.05);
}

.active\:border-gray-600\/50:active {
  border-color: rgb(75 85 99 / 0.5);
}

.active\:border-gray-600\/60:active {
  border-color: rgb(75 85 99 / 0.6);
}

.active\:border-gray-600\/70:active {
  border-color: rgb(75 85 99 / 0.7);
}

.active\:border-gray-600\/75:active {
  border-color: rgb(75 85 99 / 0.75);
}

.active\:border-gray-600\/80:active {
  border-color: rgb(75 85 99 / 0.8);
}

.active\:border-gray-600\/90:active {
  border-color: rgb(75 85 99 / 0.9);
}

.active\:border-gray-600\/95:active {
  border-color: rgb(75 85 99 / 0.95);
}

.active\:border-gray-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.active\:border-gray-700\/0:active {
  border-color: rgb(55 65 81 / 0);
}

.active\:border-gray-700\/10:active {
  border-color: rgb(55 65 81 / 0.1);
}

.active\:border-gray-700\/100:active {
  border-color: rgb(55 65 81 / 1);
}

.active\:border-gray-700\/20:active {
  border-color: rgb(55 65 81 / 0.2);
}

.active\:border-gray-700\/25:active {
  border-color: rgb(55 65 81 / 0.25);
}

.active\:border-gray-700\/30:active {
  border-color: rgb(55 65 81 / 0.3);
}

.active\:border-gray-700\/40:active {
  border-color: rgb(55 65 81 / 0.4);
}

.active\:border-gray-700\/5:active {
  border-color: rgb(55 65 81 / 0.05);
}

.active\:border-gray-700\/50:active {
  border-color: rgb(55 65 81 / 0.5);
}

.active\:border-gray-700\/60:active {
  border-color: rgb(55 65 81 / 0.6);
}

.active\:border-gray-700\/70:active {
  border-color: rgb(55 65 81 / 0.7);
}

.active\:border-gray-700\/75:active {
  border-color: rgb(55 65 81 / 0.75);
}

.active\:border-gray-700\/80:active {
  border-color: rgb(55 65 81 / 0.8);
}

.active\:border-gray-700\/90:active {
  border-color: rgb(55 65 81 / 0.9);
}

.active\:border-gray-700\/95:active {
  border-color: rgb(55 65 81 / 0.95);
}

.active\:border-gray-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.active\:border-gray-800\/0:active {
  border-color: rgb(31 41 55 / 0);
}

.active\:border-gray-800\/10:active {
  border-color: rgb(31 41 55 / 0.1);
}

.active\:border-gray-800\/100:active {
  border-color: rgb(31 41 55 / 1);
}

.active\:border-gray-800\/20:active {
  border-color: rgb(31 41 55 / 0.2);
}

.active\:border-gray-800\/25:active {
  border-color: rgb(31 41 55 / 0.25);
}

.active\:border-gray-800\/30:active {
  border-color: rgb(31 41 55 / 0.3);
}

.active\:border-gray-800\/40:active {
  border-color: rgb(31 41 55 / 0.4);
}

.active\:border-gray-800\/5:active {
  border-color: rgb(31 41 55 / 0.05);
}

.active\:border-gray-800\/50:active {
  border-color: rgb(31 41 55 / 0.5);
}

.active\:border-gray-800\/60:active {
  border-color: rgb(31 41 55 / 0.6);
}

.active\:border-gray-800\/70:active {
  border-color: rgb(31 41 55 / 0.7);
}

.active\:border-gray-800\/75:active {
  border-color: rgb(31 41 55 / 0.75);
}

.active\:border-gray-800\/80:active {
  border-color: rgb(31 41 55 / 0.8);
}

.active\:border-gray-800\/90:active {
  border-color: rgb(31 41 55 / 0.9);
}

.active\:border-gray-800\/95:active {
  border-color: rgb(31 41 55 / 0.95);
}

.active\:border-gray-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.active\:border-gray-900\/0:active {
  border-color: rgb(17 24 39 / 0);
}

.active\:border-gray-900\/10:active {
  border-color: rgb(17 24 39 / 0.1);
}

.active\:border-gray-900\/100:active {
  border-color: rgb(17 24 39 / 1);
}

.active\:border-gray-900\/20:active {
  border-color: rgb(17 24 39 / 0.2);
}

.active\:border-gray-900\/25:active {
  border-color: rgb(17 24 39 / 0.25);
}

.active\:border-gray-900\/30:active {
  border-color: rgb(17 24 39 / 0.3);
}

.active\:border-gray-900\/40:active {
  border-color: rgb(17 24 39 / 0.4);
}

.active\:border-gray-900\/5:active {
  border-color: rgb(17 24 39 / 0.05);
}

.active\:border-gray-900\/50:active {
  border-color: rgb(17 24 39 / 0.5);
}

.active\:border-gray-900\/60:active {
  border-color: rgb(17 24 39 / 0.6);
}

.active\:border-gray-900\/70:active {
  border-color: rgb(17 24 39 / 0.7);
}

.active\:border-gray-900\/75:active {
  border-color: rgb(17 24 39 / 0.75);
}

.active\:border-gray-900\/80:active {
  border-color: rgb(17 24 39 / 0.8);
}

.active\:border-gray-900\/90:active {
  border-color: rgb(17 24 39 / 0.9);
}

.active\:border-gray-900\/95:active {
  border-color: rgb(17 24 39 / 0.95);
}

.active\:border-gray-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(3 7 18 / var(--tw-border-opacity));
}

.active\:border-gray-950\/0:active {
  border-color: rgb(3 7 18 / 0);
}

.active\:border-gray-950\/10:active {
  border-color: rgb(3 7 18 / 0.1);
}

.active\:border-gray-950\/100:active {
  border-color: rgb(3 7 18 / 1);
}

.active\:border-gray-950\/20:active {
  border-color: rgb(3 7 18 / 0.2);
}

.active\:border-gray-950\/25:active {
  border-color: rgb(3 7 18 / 0.25);
}

.active\:border-gray-950\/30:active {
  border-color: rgb(3 7 18 / 0.3);
}

.active\:border-gray-950\/40:active {
  border-color: rgb(3 7 18 / 0.4);
}

.active\:border-gray-950\/5:active {
  border-color: rgb(3 7 18 / 0.05);
}

.active\:border-gray-950\/50:active {
  border-color: rgb(3 7 18 / 0.5);
}

.active\:border-gray-950\/60:active {
  border-color: rgb(3 7 18 / 0.6);
}

.active\:border-gray-950\/70:active {
  border-color: rgb(3 7 18 / 0.7);
}

.active\:border-gray-950\/75:active {
  border-color: rgb(3 7 18 / 0.75);
}

.active\:border-gray-950\/80:active {
  border-color: rgb(3 7 18 / 0.8);
}

.active\:border-gray-950\/90:active {
  border-color: rgb(3 7 18 / 0.9);
}

.active\:border-gray-950\/95:active {
  border-color: rgb(3 7 18 / 0.95);
}

.active\:border-green-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity));
}

.active\:border-green-100\/0:active {
  border-color: rgb(220 252 231 / 0);
}

.active\:border-green-100\/10:active {
  border-color: rgb(220 252 231 / 0.1);
}

.active\:border-green-100\/100:active {
  border-color: rgb(220 252 231 / 1);
}

.active\:border-green-100\/20:active {
  border-color: rgb(220 252 231 / 0.2);
}

.active\:border-green-100\/25:active {
  border-color: rgb(220 252 231 / 0.25);
}

.active\:border-green-100\/30:active {
  border-color: rgb(220 252 231 / 0.3);
}

.active\:border-green-100\/40:active {
  border-color: rgb(220 252 231 / 0.4);
}

.active\:border-green-100\/5:active {
  border-color: rgb(220 252 231 / 0.05);
}

.active\:border-green-100\/50:active {
  border-color: rgb(220 252 231 / 0.5);
}

.active\:border-green-100\/60:active {
  border-color: rgb(220 252 231 / 0.6);
}

.active\:border-green-100\/70:active {
  border-color: rgb(220 252 231 / 0.7);
}

.active\:border-green-100\/75:active {
  border-color: rgb(220 252 231 / 0.75);
}

.active\:border-green-100\/80:active {
  border-color: rgb(220 252 231 / 0.8);
}

.active\:border-green-100\/90:active {
  border-color: rgb(220 252 231 / 0.9);
}

.active\:border-green-100\/95:active {
  border-color: rgb(220 252 231 / 0.95);
}

.active\:border-green-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.active\:border-green-200\/0:active {
  border-color: rgb(187 247 208 / 0);
}

.active\:border-green-200\/10:active {
  border-color: rgb(187 247 208 / 0.1);
}

.active\:border-green-200\/100:active {
  border-color: rgb(187 247 208 / 1);
}

.active\:border-green-200\/20:active {
  border-color: rgb(187 247 208 / 0.2);
}

.active\:border-green-200\/25:active {
  border-color: rgb(187 247 208 / 0.25);
}

.active\:border-green-200\/30:active {
  border-color: rgb(187 247 208 / 0.3);
}

.active\:border-green-200\/40:active {
  border-color: rgb(187 247 208 / 0.4);
}

.active\:border-green-200\/5:active {
  border-color: rgb(187 247 208 / 0.05);
}

.active\:border-green-200\/50:active {
  border-color: rgb(187 247 208 / 0.5);
}

.active\:border-green-200\/60:active {
  border-color: rgb(187 247 208 / 0.6);
}

.active\:border-green-200\/70:active {
  border-color: rgb(187 247 208 / 0.7);
}

.active\:border-green-200\/75:active {
  border-color: rgb(187 247 208 / 0.75);
}

.active\:border-green-200\/80:active {
  border-color: rgb(187 247 208 / 0.8);
}

.active\:border-green-200\/90:active {
  border-color: rgb(187 247 208 / 0.9);
}

.active\:border-green-200\/95:active {
  border-color: rgb(187 247 208 / 0.95);
}

.active\:border-green-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.active\:border-green-300\/0:active {
  border-color: rgb(134 239 172 / 0);
}

.active\:border-green-300\/10:active {
  border-color: rgb(134 239 172 / 0.1);
}

.active\:border-green-300\/100:active {
  border-color: rgb(134 239 172 / 1);
}

.active\:border-green-300\/20:active {
  border-color: rgb(134 239 172 / 0.2);
}

.active\:border-green-300\/25:active {
  border-color: rgb(134 239 172 / 0.25);
}

.active\:border-green-300\/30:active {
  border-color: rgb(134 239 172 / 0.3);
}

.active\:border-green-300\/40:active {
  border-color: rgb(134 239 172 / 0.4);
}

.active\:border-green-300\/5:active {
  border-color: rgb(134 239 172 / 0.05);
}

.active\:border-green-300\/50:active {
  border-color: rgb(134 239 172 / 0.5);
}

.active\:border-green-300\/60:active {
  border-color: rgb(134 239 172 / 0.6);
}

.active\:border-green-300\/70:active {
  border-color: rgb(134 239 172 / 0.7);
}

.active\:border-green-300\/75:active {
  border-color: rgb(134 239 172 / 0.75);
}

.active\:border-green-300\/80:active {
  border-color: rgb(134 239 172 / 0.8);
}

.active\:border-green-300\/90:active {
  border-color: rgb(134 239 172 / 0.9);
}

.active\:border-green-300\/95:active {
  border-color: rgb(134 239 172 / 0.95);
}

.active\:border-green-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.active\:border-green-400\/0:active {
  border-color: rgb(74 222 128 / 0);
}

.active\:border-green-400\/10:active {
  border-color: rgb(74 222 128 / 0.1);
}

.active\:border-green-400\/100:active {
  border-color: rgb(74 222 128 / 1);
}

.active\:border-green-400\/20:active {
  border-color: rgb(74 222 128 / 0.2);
}

.active\:border-green-400\/25:active {
  border-color: rgb(74 222 128 / 0.25);
}

.active\:border-green-400\/30:active {
  border-color: rgb(74 222 128 / 0.3);
}

.active\:border-green-400\/40:active {
  border-color: rgb(74 222 128 / 0.4);
}

.active\:border-green-400\/5:active {
  border-color: rgb(74 222 128 / 0.05);
}

.active\:border-green-400\/50:active {
  border-color: rgb(74 222 128 / 0.5);
}

.active\:border-green-400\/60:active {
  border-color: rgb(74 222 128 / 0.6);
}

.active\:border-green-400\/70:active {
  border-color: rgb(74 222 128 / 0.7);
}

.active\:border-green-400\/75:active {
  border-color: rgb(74 222 128 / 0.75);
}

.active\:border-green-400\/80:active {
  border-color: rgb(74 222 128 / 0.8);
}

.active\:border-green-400\/90:active {
  border-color: rgb(74 222 128 / 0.9);
}

.active\:border-green-400\/95:active {
  border-color: rgb(74 222 128 / 0.95);
}

.active\:border-green-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(240 253 244 / var(--tw-border-opacity));
}

.active\:border-green-50\/0:active {
  border-color: rgb(240 253 244 / 0);
}

.active\:border-green-50\/10:active {
  border-color: rgb(240 253 244 / 0.1);
}

.active\:border-green-50\/100:active {
  border-color: rgb(240 253 244 / 1);
}

.active\:border-green-50\/20:active {
  border-color: rgb(240 253 244 / 0.2);
}

.active\:border-green-50\/25:active {
  border-color: rgb(240 253 244 / 0.25);
}

.active\:border-green-50\/30:active {
  border-color: rgb(240 253 244 / 0.3);
}

.active\:border-green-50\/40:active {
  border-color: rgb(240 253 244 / 0.4);
}

.active\:border-green-50\/5:active {
  border-color: rgb(240 253 244 / 0.05);
}

.active\:border-green-50\/50:active {
  border-color: rgb(240 253 244 / 0.5);
}

.active\:border-green-50\/60:active {
  border-color: rgb(240 253 244 / 0.6);
}

.active\:border-green-50\/70:active {
  border-color: rgb(240 253 244 / 0.7);
}

.active\:border-green-50\/75:active {
  border-color: rgb(240 253 244 / 0.75);
}

.active\:border-green-50\/80:active {
  border-color: rgb(240 253 244 / 0.8);
}

.active\:border-green-50\/90:active {
  border-color: rgb(240 253 244 / 0.9);
}

.active\:border-green-50\/95:active {
  border-color: rgb(240 253 244 / 0.95);
}

.active\:border-green-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.active\:border-green-500\/0:active {
  border-color: rgb(34 197 94 / 0);
}

.active\:border-green-500\/10:active {
  border-color: rgb(34 197 94 / 0.1);
}

.active\:border-green-500\/100:active {
  border-color: rgb(34 197 94 / 1);
}

.active\:border-green-500\/20:active {
  border-color: rgb(34 197 94 / 0.2);
}

.active\:border-green-500\/25:active {
  border-color: rgb(34 197 94 / 0.25);
}

.active\:border-green-500\/30:active {
  border-color: rgb(34 197 94 / 0.3);
}

.active\:border-green-500\/40:active {
  border-color: rgb(34 197 94 / 0.4);
}

.active\:border-green-500\/5:active {
  border-color: rgb(34 197 94 / 0.05);
}

.active\:border-green-500\/50:active {
  border-color: rgb(34 197 94 / 0.5);
}

.active\:border-green-500\/60:active {
  border-color: rgb(34 197 94 / 0.6);
}

.active\:border-green-500\/70:active {
  border-color: rgb(34 197 94 / 0.7);
}

.active\:border-green-500\/75:active {
  border-color: rgb(34 197 94 / 0.75);
}

.active\:border-green-500\/80:active {
  border-color: rgb(34 197 94 / 0.8);
}

.active\:border-green-500\/90:active {
  border-color: rgb(34 197 94 / 0.9);
}

.active\:border-green-500\/95:active {
  border-color: rgb(34 197 94 / 0.95);
}

.active\:border-green-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.active\:border-green-600\/0:active {
  border-color: rgb(22 163 74 / 0);
}

.active\:border-green-600\/10:active {
  border-color: rgb(22 163 74 / 0.1);
}

.active\:border-green-600\/100:active {
  border-color: rgb(22 163 74 / 1);
}

.active\:border-green-600\/20:active {
  border-color: rgb(22 163 74 / 0.2);
}

.active\:border-green-600\/25:active {
  border-color: rgb(22 163 74 / 0.25);
}

.active\:border-green-600\/30:active {
  border-color: rgb(22 163 74 / 0.3);
}

.active\:border-green-600\/40:active {
  border-color: rgb(22 163 74 / 0.4);
}

.active\:border-green-600\/5:active {
  border-color: rgb(22 163 74 / 0.05);
}

.active\:border-green-600\/50:active {
  border-color: rgb(22 163 74 / 0.5);
}

.active\:border-green-600\/60:active {
  border-color: rgb(22 163 74 / 0.6);
}

.active\:border-green-600\/70:active {
  border-color: rgb(22 163 74 / 0.7);
}

.active\:border-green-600\/75:active {
  border-color: rgb(22 163 74 / 0.75);
}

.active\:border-green-600\/80:active {
  border-color: rgb(22 163 74 / 0.8);
}

.active\:border-green-600\/90:active {
  border-color: rgb(22 163 74 / 0.9);
}

.active\:border-green-600\/95:active {
  border-color: rgb(22 163 74 / 0.95);
}

.active\:border-green-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.active\:border-green-700\/0:active {
  border-color: rgb(21 128 61 / 0);
}

.active\:border-green-700\/10:active {
  border-color: rgb(21 128 61 / 0.1);
}

.active\:border-green-700\/100:active {
  border-color: rgb(21 128 61 / 1);
}

.active\:border-green-700\/20:active {
  border-color: rgb(21 128 61 / 0.2);
}

.active\:border-green-700\/25:active {
  border-color: rgb(21 128 61 / 0.25);
}

.active\:border-green-700\/30:active {
  border-color: rgb(21 128 61 / 0.3);
}

.active\:border-green-700\/40:active {
  border-color: rgb(21 128 61 / 0.4);
}

.active\:border-green-700\/5:active {
  border-color: rgb(21 128 61 / 0.05);
}

.active\:border-green-700\/50:active {
  border-color: rgb(21 128 61 / 0.5);
}

.active\:border-green-700\/60:active {
  border-color: rgb(21 128 61 / 0.6);
}

.active\:border-green-700\/70:active {
  border-color: rgb(21 128 61 / 0.7);
}

.active\:border-green-700\/75:active {
  border-color: rgb(21 128 61 / 0.75);
}

.active\:border-green-700\/80:active {
  border-color: rgb(21 128 61 / 0.8);
}

.active\:border-green-700\/90:active {
  border-color: rgb(21 128 61 / 0.9);
}

.active\:border-green-700\/95:active {
  border-color: rgb(21 128 61 / 0.95);
}

.active\:border-green-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.active\:border-green-800\/0:active {
  border-color: rgb(22 101 52 / 0);
}

.active\:border-green-800\/10:active {
  border-color: rgb(22 101 52 / 0.1);
}

.active\:border-green-800\/100:active {
  border-color: rgb(22 101 52 / 1);
}

.active\:border-green-800\/20:active {
  border-color: rgb(22 101 52 / 0.2);
}

.active\:border-green-800\/25:active {
  border-color: rgb(22 101 52 / 0.25);
}

.active\:border-green-800\/30:active {
  border-color: rgb(22 101 52 / 0.3);
}

.active\:border-green-800\/40:active {
  border-color: rgb(22 101 52 / 0.4);
}

.active\:border-green-800\/5:active {
  border-color: rgb(22 101 52 / 0.05);
}

.active\:border-green-800\/50:active {
  border-color: rgb(22 101 52 / 0.5);
}

.active\:border-green-800\/60:active {
  border-color: rgb(22 101 52 / 0.6);
}

.active\:border-green-800\/70:active {
  border-color: rgb(22 101 52 / 0.7);
}

.active\:border-green-800\/75:active {
  border-color: rgb(22 101 52 / 0.75);
}

.active\:border-green-800\/80:active {
  border-color: rgb(22 101 52 / 0.8);
}

.active\:border-green-800\/90:active {
  border-color: rgb(22 101 52 / 0.9);
}

.active\:border-green-800\/95:active {
  border-color: rgb(22 101 52 / 0.95);
}

.active\:border-green-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(20 83 45 / var(--tw-border-opacity));
}

.active\:border-green-900\/0:active {
  border-color: rgb(20 83 45 / 0);
}

.active\:border-green-900\/10:active {
  border-color: rgb(20 83 45 / 0.1);
}

.active\:border-green-900\/100:active {
  border-color: rgb(20 83 45 / 1);
}

.active\:border-green-900\/20:active {
  border-color: rgb(20 83 45 / 0.2);
}

.active\:border-green-900\/25:active {
  border-color: rgb(20 83 45 / 0.25);
}

.active\:border-green-900\/30:active {
  border-color: rgb(20 83 45 / 0.3);
}

.active\:border-green-900\/40:active {
  border-color: rgb(20 83 45 / 0.4);
}

.active\:border-green-900\/5:active {
  border-color: rgb(20 83 45 / 0.05);
}

.active\:border-green-900\/50:active {
  border-color: rgb(20 83 45 / 0.5);
}

.active\:border-green-900\/60:active {
  border-color: rgb(20 83 45 / 0.6);
}

.active\:border-green-900\/70:active {
  border-color: rgb(20 83 45 / 0.7);
}

.active\:border-green-900\/75:active {
  border-color: rgb(20 83 45 / 0.75);
}

.active\:border-green-900\/80:active {
  border-color: rgb(20 83 45 / 0.8);
}

.active\:border-green-900\/90:active {
  border-color: rgb(20 83 45 / 0.9);
}

.active\:border-green-900\/95:active {
  border-color: rgb(20 83 45 / 0.95);
}

.active\:border-green-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(5 46 22 / var(--tw-border-opacity));
}

.active\:border-green-950\/0:active {
  border-color: rgb(5 46 22 / 0);
}

.active\:border-green-950\/10:active {
  border-color: rgb(5 46 22 / 0.1);
}

.active\:border-green-950\/100:active {
  border-color: rgb(5 46 22 / 1);
}

.active\:border-green-950\/20:active {
  border-color: rgb(5 46 22 / 0.2);
}

.active\:border-green-950\/25:active {
  border-color: rgb(5 46 22 / 0.25);
}

.active\:border-green-950\/30:active {
  border-color: rgb(5 46 22 / 0.3);
}

.active\:border-green-950\/40:active {
  border-color: rgb(5 46 22 / 0.4);
}

.active\:border-green-950\/5:active {
  border-color: rgb(5 46 22 / 0.05);
}

.active\:border-green-950\/50:active {
  border-color: rgb(5 46 22 / 0.5);
}

.active\:border-green-950\/60:active {
  border-color: rgb(5 46 22 / 0.6);
}

.active\:border-green-950\/70:active {
  border-color: rgb(5 46 22 / 0.7);
}

.active\:border-green-950\/75:active {
  border-color: rgb(5 46 22 / 0.75);
}

.active\:border-green-950\/80:active {
  border-color: rgb(5 46 22 / 0.8);
}

.active\:border-green-950\/90:active {
  border-color: rgb(5 46 22 / 0.9);
}

.active\:border-green-950\/95:active {
  border-color: rgb(5 46 22 / 0.95);
}

.active\:border-indigo-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity));
}

.active\:border-indigo-100\/0:active {
  border-color: rgb(224 231 255 / 0);
}

.active\:border-indigo-100\/10:active {
  border-color: rgb(224 231 255 / 0.1);
}

.active\:border-indigo-100\/100:active {
  border-color: rgb(224 231 255 / 1);
}

.active\:border-indigo-100\/20:active {
  border-color: rgb(224 231 255 / 0.2);
}

.active\:border-indigo-100\/25:active {
  border-color: rgb(224 231 255 / 0.25);
}

.active\:border-indigo-100\/30:active {
  border-color: rgb(224 231 255 / 0.3);
}

.active\:border-indigo-100\/40:active {
  border-color: rgb(224 231 255 / 0.4);
}

.active\:border-indigo-100\/5:active {
  border-color: rgb(224 231 255 / 0.05);
}

.active\:border-indigo-100\/50:active {
  border-color: rgb(224 231 255 / 0.5);
}

.active\:border-indigo-100\/60:active {
  border-color: rgb(224 231 255 / 0.6);
}

.active\:border-indigo-100\/70:active {
  border-color: rgb(224 231 255 / 0.7);
}

.active\:border-indigo-100\/75:active {
  border-color: rgb(224 231 255 / 0.75);
}

.active\:border-indigo-100\/80:active {
  border-color: rgb(224 231 255 / 0.8);
}

.active\:border-indigo-100\/90:active {
  border-color: rgb(224 231 255 / 0.9);
}

.active\:border-indigo-100\/95:active {
  border-color: rgb(224 231 255 / 0.95);
}

.active\:border-indigo-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.active\:border-indigo-200\/0:active {
  border-color: rgb(199 210 254 / 0);
}

.active\:border-indigo-200\/10:active {
  border-color: rgb(199 210 254 / 0.1);
}

.active\:border-indigo-200\/100:active {
  border-color: rgb(199 210 254 / 1);
}

.active\:border-indigo-200\/20:active {
  border-color: rgb(199 210 254 / 0.2);
}

.active\:border-indigo-200\/25:active {
  border-color: rgb(199 210 254 / 0.25);
}

.active\:border-indigo-200\/30:active {
  border-color: rgb(199 210 254 / 0.3);
}

.active\:border-indigo-200\/40:active {
  border-color: rgb(199 210 254 / 0.4);
}

.active\:border-indigo-200\/5:active {
  border-color: rgb(199 210 254 / 0.05);
}

.active\:border-indigo-200\/50:active {
  border-color: rgb(199 210 254 / 0.5);
}

.active\:border-indigo-200\/60:active {
  border-color: rgb(199 210 254 / 0.6);
}

.active\:border-indigo-200\/70:active {
  border-color: rgb(199 210 254 / 0.7);
}

.active\:border-indigo-200\/75:active {
  border-color: rgb(199 210 254 / 0.75);
}

.active\:border-indigo-200\/80:active {
  border-color: rgb(199 210 254 / 0.8);
}

.active\:border-indigo-200\/90:active {
  border-color: rgb(199 210 254 / 0.9);
}

.active\:border-indigo-200\/95:active {
  border-color: rgb(199 210 254 / 0.95);
}

.active\:border-indigo-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.active\:border-indigo-300\/0:active {
  border-color: rgb(165 180 252 / 0);
}

.active\:border-indigo-300\/10:active {
  border-color: rgb(165 180 252 / 0.1);
}

.active\:border-indigo-300\/100:active {
  border-color: rgb(165 180 252 / 1);
}

.active\:border-indigo-300\/20:active {
  border-color: rgb(165 180 252 / 0.2);
}

.active\:border-indigo-300\/25:active {
  border-color: rgb(165 180 252 / 0.25);
}

.active\:border-indigo-300\/30:active {
  border-color: rgb(165 180 252 / 0.3);
}

.active\:border-indigo-300\/40:active {
  border-color: rgb(165 180 252 / 0.4);
}

.active\:border-indigo-300\/5:active {
  border-color: rgb(165 180 252 / 0.05);
}

.active\:border-indigo-300\/50:active {
  border-color: rgb(165 180 252 / 0.5);
}

.active\:border-indigo-300\/60:active {
  border-color: rgb(165 180 252 / 0.6);
}

.active\:border-indigo-300\/70:active {
  border-color: rgb(165 180 252 / 0.7);
}

.active\:border-indigo-300\/75:active {
  border-color: rgb(165 180 252 / 0.75);
}

.active\:border-indigo-300\/80:active {
  border-color: rgb(165 180 252 / 0.8);
}

.active\:border-indigo-300\/90:active {
  border-color: rgb(165 180 252 / 0.9);
}

.active\:border-indigo-300\/95:active {
  border-color: rgb(165 180 252 / 0.95);
}

.active\:border-indigo-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.active\:border-indigo-400\/0:active {
  border-color: rgb(129 140 248 / 0);
}

.active\:border-indigo-400\/10:active {
  border-color: rgb(129 140 248 / 0.1);
}

.active\:border-indigo-400\/100:active {
  border-color: rgb(129 140 248 / 1);
}

.active\:border-indigo-400\/20:active {
  border-color: rgb(129 140 248 / 0.2);
}

.active\:border-indigo-400\/25:active {
  border-color: rgb(129 140 248 / 0.25);
}

.active\:border-indigo-400\/30:active {
  border-color: rgb(129 140 248 / 0.3);
}

.active\:border-indigo-400\/40:active {
  border-color: rgb(129 140 248 / 0.4);
}

.active\:border-indigo-400\/5:active {
  border-color: rgb(129 140 248 / 0.05);
}

.active\:border-indigo-400\/50:active {
  border-color: rgb(129 140 248 / 0.5);
}

.active\:border-indigo-400\/60:active {
  border-color: rgb(129 140 248 / 0.6);
}

.active\:border-indigo-400\/70:active {
  border-color: rgb(129 140 248 / 0.7);
}

.active\:border-indigo-400\/75:active {
  border-color: rgb(129 140 248 / 0.75);
}

.active\:border-indigo-400\/80:active {
  border-color: rgb(129 140 248 / 0.8);
}

.active\:border-indigo-400\/90:active {
  border-color: rgb(129 140 248 / 0.9);
}

.active\:border-indigo-400\/95:active {
  border-color: rgb(129 140 248 / 0.95);
}

.active\:border-indigo-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(238 242 255 / var(--tw-border-opacity));
}

.active\:border-indigo-50\/0:active {
  border-color: rgb(238 242 255 / 0);
}

.active\:border-indigo-50\/10:active {
  border-color: rgb(238 242 255 / 0.1);
}

.active\:border-indigo-50\/100:active {
  border-color: rgb(238 242 255 / 1);
}

.active\:border-indigo-50\/20:active {
  border-color: rgb(238 242 255 / 0.2);
}

.active\:border-indigo-50\/25:active {
  border-color: rgb(238 242 255 / 0.25);
}

.active\:border-indigo-50\/30:active {
  border-color: rgb(238 242 255 / 0.3);
}

.active\:border-indigo-50\/40:active {
  border-color: rgb(238 242 255 / 0.4);
}

.active\:border-indigo-50\/5:active {
  border-color: rgb(238 242 255 / 0.05);
}

.active\:border-indigo-50\/50:active {
  border-color: rgb(238 242 255 / 0.5);
}

.active\:border-indigo-50\/60:active {
  border-color: rgb(238 242 255 / 0.6);
}

.active\:border-indigo-50\/70:active {
  border-color: rgb(238 242 255 / 0.7);
}

.active\:border-indigo-50\/75:active {
  border-color: rgb(238 242 255 / 0.75);
}

.active\:border-indigo-50\/80:active {
  border-color: rgb(238 242 255 / 0.8);
}

.active\:border-indigo-50\/90:active {
  border-color: rgb(238 242 255 / 0.9);
}

.active\:border-indigo-50\/95:active {
  border-color: rgb(238 242 255 / 0.95);
}

.active\:border-indigo-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.active\:border-indigo-500\/0:active {
  border-color: rgb(99 102 241 / 0);
}

.active\:border-indigo-500\/10:active {
  border-color: rgb(99 102 241 / 0.1);
}

.active\:border-indigo-500\/100:active {
  border-color: rgb(99 102 241 / 1);
}

.active\:border-indigo-500\/20:active {
  border-color: rgb(99 102 241 / 0.2);
}

.active\:border-indigo-500\/25:active {
  border-color: rgb(99 102 241 / 0.25);
}

.active\:border-indigo-500\/30:active {
  border-color: rgb(99 102 241 / 0.3);
}

.active\:border-indigo-500\/40:active {
  border-color: rgb(99 102 241 / 0.4);
}

.active\:border-indigo-500\/5:active {
  border-color: rgb(99 102 241 / 0.05);
}

.active\:border-indigo-500\/50:active {
  border-color: rgb(99 102 241 / 0.5);
}

.active\:border-indigo-500\/60:active {
  border-color: rgb(99 102 241 / 0.6);
}

.active\:border-indigo-500\/70:active {
  border-color: rgb(99 102 241 / 0.7);
}

.active\:border-indigo-500\/75:active {
  border-color: rgb(99 102 241 / 0.75);
}

.active\:border-indigo-500\/80:active {
  border-color: rgb(99 102 241 / 0.8);
}

.active\:border-indigo-500\/90:active {
  border-color: rgb(99 102 241 / 0.9);
}

.active\:border-indigo-500\/95:active {
  border-color: rgb(99 102 241 / 0.95);
}

.active\:border-indigo-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.active\:border-indigo-600\/0:active {
  border-color: rgb(79 70 229 / 0);
}

.active\:border-indigo-600\/10:active {
  border-color: rgb(79 70 229 / 0.1);
}

.active\:border-indigo-600\/100:active {
  border-color: rgb(79 70 229 / 1);
}

.active\:border-indigo-600\/20:active {
  border-color: rgb(79 70 229 / 0.2);
}

.active\:border-indigo-600\/25:active {
  border-color: rgb(79 70 229 / 0.25);
}

.active\:border-indigo-600\/30:active {
  border-color: rgb(79 70 229 / 0.3);
}

.active\:border-indigo-600\/40:active {
  border-color: rgb(79 70 229 / 0.4);
}

.active\:border-indigo-600\/5:active {
  border-color: rgb(79 70 229 / 0.05);
}

.active\:border-indigo-600\/50:active {
  border-color: rgb(79 70 229 / 0.5);
}

.active\:border-indigo-600\/60:active {
  border-color: rgb(79 70 229 / 0.6);
}

.active\:border-indigo-600\/70:active {
  border-color: rgb(79 70 229 / 0.7);
}

.active\:border-indigo-600\/75:active {
  border-color: rgb(79 70 229 / 0.75);
}

.active\:border-indigo-600\/80:active {
  border-color: rgb(79 70 229 / 0.8);
}

.active\:border-indigo-600\/90:active {
  border-color: rgb(79 70 229 / 0.9);
}

.active\:border-indigo-600\/95:active {
  border-color: rgb(79 70 229 / 0.95);
}

.active\:border-indigo-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.active\:border-indigo-700\/0:active {
  border-color: rgb(67 56 202 / 0);
}

.active\:border-indigo-700\/10:active {
  border-color: rgb(67 56 202 / 0.1);
}

.active\:border-indigo-700\/100:active {
  border-color: rgb(67 56 202 / 1);
}

.active\:border-indigo-700\/20:active {
  border-color: rgb(67 56 202 / 0.2);
}

.active\:border-indigo-700\/25:active {
  border-color: rgb(67 56 202 / 0.25);
}

.active\:border-indigo-700\/30:active {
  border-color: rgb(67 56 202 / 0.3);
}

.active\:border-indigo-700\/40:active {
  border-color: rgb(67 56 202 / 0.4);
}

.active\:border-indigo-700\/5:active {
  border-color: rgb(67 56 202 / 0.05);
}

.active\:border-indigo-700\/50:active {
  border-color: rgb(67 56 202 / 0.5);
}

.active\:border-indigo-700\/60:active {
  border-color: rgb(67 56 202 / 0.6);
}

.active\:border-indigo-700\/70:active {
  border-color: rgb(67 56 202 / 0.7);
}

.active\:border-indigo-700\/75:active {
  border-color: rgb(67 56 202 / 0.75);
}

.active\:border-indigo-700\/80:active {
  border-color: rgb(67 56 202 / 0.8);
}

.active\:border-indigo-700\/90:active {
  border-color: rgb(67 56 202 / 0.9);
}

.active\:border-indigo-700\/95:active {
  border-color: rgb(67 56 202 / 0.95);
}

.active\:border-indigo-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(55 48 163 / var(--tw-border-opacity));
}

.active\:border-indigo-800\/0:active {
  border-color: rgb(55 48 163 / 0);
}

.active\:border-indigo-800\/10:active {
  border-color: rgb(55 48 163 / 0.1);
}

.active\:border-indigo-800\/100:active {
  border-color: rgb(55 48 163 / 1);
}

.active\:border-indigo-800\/20:active {
  border-color: rgb(55 48 163 / 0.2);
}

.active\:border-indigo-800\/25:active {
  border-color: rgb(55 48 163 / 0.25);
}

.active\:border-indigo-800\/30:active {
  border-color: rgb(55 48 163 / 0.3);
}

.active\:border-indigo-800\/40:active {
  border-color: rgb(55 48 163 / 0.4);
}

.active\:border-indigo-800\/5:active {
  border-color: rgb(55 48 163 / 0.05);
}

.active\:border-indigo-800\/50:active {
  border-color: rgb(55 48 163 / 0.5);
}

.active\:border-indigo-800\/60:active {
  border-color: rgb(55 48 163 / 0.6);
}

.active\:border-indigo-800\/70:active {
  border-color: rgb(55 48 163 / 0.7);
}

.active\:border-indigo-800\/75:active {
  border-color: rgb(55 48 163 / 0.75);
}

.active\:border-indigo-800\/80:active {
  border-color: rgb(55 48 163 / 0.8);
}

.active\:border-indigo-800\/90:active {
  border-color: rgb(55 48 163 / 0.9);
}

.active\:border-indigo-800\/95:active {
  border-color: rgb(55 48 163 / 0.95);
}

.active\:border-indigo-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(49 46 129 / var(--tw-border-opacity));
}

.active\:border-indigo-900\/0:active {
  border-color: rgb(49 46 129 / 0);
}

.active\:border-indigo-900\/10:active {
  border-color: rgb(49 46 129 / 0.1);
}

.active\:border-indigo-900\/100:active {
  border-color: rgb(49 46 129 / 1);
}

.active\:border-indigo-900\/20:active {
  border-color: rgb(49 46 129 / 0.2);
}

.active\:border-indigo-900\/25:active {
  border-color: rgb(49 46 129 / 0.25);
}

.active\:border-indigo-900\/30:active {
  border-color: rgb(49 46 129 / 0.3);
}

.active\:border-indigo-900\/40:active {
  border-color: rgb(49 46 129 / 0.4);
}

.active\:border-indigo-900\/5:active {
  border-color: rgb(49 46 129 / 0.05);
}

.active\:border-indigo-900\/50:active {
  border-color: rgb(49 46 129 / 0.5);
}

.active\:border-indigo-900\/60:active {
  border-color: rgb(49 46 129 / 0.6);
}

.active\:border-indigo-900\/70:active {
  border-color: rgb(49 46 129 / 0.7);
}

.active\:border-indigo-900\/75:active {
  border-color: rgb(49 46 129 / 0.75);
}

.active\:border-indigo-900\/80:active {
  border-color: rgb(49 46 129 / 0.8);
}

.active\:border-indigo-900\/90:active {
  border-color: rgb(49 46 129 / 0.9);
}

.active\:border-indigo-900\/95:active {
  border-color: rgb(49 46 129 / 0.95);
}

.active\:border-indigo-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(30 27 75 / var(--tw-border-opacity));
}

.active\:border-indigo-950\/0:active {
  border-color: rgb(30 27 75 / 0);
}

.active\:border-indigo-950\/10:active {
  border-color: rgb(30 27 75 / 0.1);
}

.active\:border-indigo-950\/100:active {
  border-color: rgb(30 27 75 / 1);
}

.active\:border-indigo-950\/20:active {
  border-color: rgb(30 27 75 / 0.2);
}

.active\:border-indigo-950\/25:active {
  border-color: rgb(30 27 75 / 0.25);
}

.active\:border-indigo-950\/30:active {
  border-color: rgb(30 27 75 / 0.3);
}

.active\:border-indigo-950\/40:active {
  border-color: rgb(30 27 75 / 0.4);
}

.active\:border-indigo-950\/5:active {
  border-color: rgb(30 27 75 / 0.05);
}

.active\:border-indigo-950\/50:active {
  border-color: rgb(30 27 75 / 0.5);
}

.active\:border-indigo-950\/60:active {
  border-color: rgb(30 27 75 / 0.6);
}

.active\:border-indigo-950\/70:active {
  border-color: rgb(30 27 75 / 0.7);
}

.active\:border-indigo-950\/75:active {
  border-color: rgb(30 27 75 / 0.75);
}

.active\:border-indigo-950\/80:active {
  border-color: rgb(30 27 75 / 0.8);
}

.active\:border-indigo-950\/90:active {
  border-color: rgb(30 27 75 / 0.9);
}

.active\:border-indigo-950\/95:active {
  border-color: rgb(30 27 75 / 0.95);
}

.active\:border-inherit:active {
  border-color: inherit;
}

.active\:border-interbeauty-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(249 197 175 / var(--tw-border-opacity));
}

.active\:border-interbeauty-100\/0:active {
  border-color: rgb(249 197 175 / 0);
}

.active\:border-interbeauty-100\/10:active {
  border-color: rgb(249 197 175 / 0.1);
}

.active\:border-interbeauty-100\/100:active {
  border-color: rgb(249 197 175 / 1);
}

.active\:border-interbeauty-100\/20:active {
  border-color: rgb(249 197 175 / 0.2);
}

.active\:border-interbeauty-100\/25:active {
  border-color: rgb(249 197 175 / 0.25);
}

.active\:border-interbeauty-100\/30:active {
  border-color: rgb(249 197 175 / 0.3);
}

.active\:border-interbeauty-100\/40:active {
  border-color: rgb(249 197 175 / 0.4);
}

.active\:border-interbeauty-100\/5:active {
  border-color: rgb(249 197 175 / 0.05);
}

.active\:border-interbeauty-100\/50:active {
  border-color: rgb(249 197 175 / 0.5);
}

.active\:border-interbeauty-100\/60:active {
  border-color: rgb(249 197 175 / 0.6);
}

.active\:border-interbeauty-100\/70:active {
  border-color: rgb(249 197 175 / 0.7);
}

.active\:border-interbeauty-100\/75:active {
  border-color: rgb(249 197 175 / 0.75);
}

.active\:border-interbeauty-100\/80:active {
  border-color: rgb(249 197 175 / 0.8);
}

.active\:border-interbeauty-100\/90:active {
  border-color: rgb(249 197 175 / 0.9);
}

.active\:border-interbeauty-100\/95:active {
  border-color: rgb(249 197 175 / 0.95);
}

.active\:border-interbeauty-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(241 182 191 / var(--tw-border-opacity));
}

.active\:border-interbeauty-200\/0:active {
  border-color: rgb(241 182 191 / 0);
}

.active\:border-interbeauty-200\/10:active {
  border-color: rgb(241 182 191 / 0.1);
}

.active\:border-interbeauty-200\/100:active {
  border-color: rgb(241 182 191 / 1);
}

.active\:border-interbeauty-200\/20:active {
  border-color: rgb(241 182 191 / 0.2);
}

.active\:border-interbeauty-200\/25:active {
  border-color: rgb(241 182 191 / 0.25);
}

.active\:border-interbeauty-200\/30:active {
  border-color: rgb(241 182 191 / 0.3);
}

.active\:border-interbeauty-200\/40:active {
  border-color: rgb(241 182 191 / 0.4);
}

.active\:border-interbeauty-200\/5:active {
  border-color: rgb(241 182 191 / 0.05);
}

.active\:border-interbeauty-200\/50:active {
  border-color: rgb(241 182 191 / 0.5);
}

.active\:border-interbeauty-200\/60:active {
  border-color: rgb(241 182 191 / 0.6);
}

.active\:border-interbeauty-200\/70:active {
  border-color: rgb(241 182 191 / 0.7);
}

.active\:border-interbeauty-200\/75:active {
  border-color: rgb(241 182 191 / 0.75);
}

.active\:border-interbeauty-200\/80:active {
  border-color: rgb(241 182 191 / 0.8);
}

.active\:border-interbeauty-200\/90:active {
  border-color: rgb(241 182 191 / 0.9);
}

.active\:border-interbeauty-200\/95:active {
  border-color: rgb(241 182 191 / 0.95);
}

.active\:border-interbeauty-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(182 219 231 / var(--tw-border-opacity));
}

.active\:border-interbeauty-300\/0:active {
  border-color: rgb(182 219 231 / 0);
}

.active\:border-interbeauty-300\/10:active {
  border-color: rgb(182 219 231 / 0.1);
}

.active\:border-interbeauty-300\/100:active {
  border-color: rgb(182 219 231 / 1);
}

.active\:border-interbeauty-300\/20:active {
  border-color: rgb(182 219 231 / 0.2);
}

.active\:border-interbeauty-300\/25:active {
  border-color: rgb(182 219 231 / 0.25);
}

.active\:border-interbeauty-300\/30:active {
  border-color: rgb(182 219 231 / 0.3);
}

.active\:border-interbeauty-300\/40:active {
  border-color: rgb(182 219 231 / 0.4);
}

.active\:border-interbeauty-300\/5:active {
  border-color: rgb(182 219 231 / 0.05);
}

.active\:border-interbeauty-300\/50:active {
  border-color: rgb(182 219 231 / 0.5);
}

.active\:border-interbeauty-300\/60:active {
  border-color: rgb(182 219 231 / 0.6);
}

.active\:border-interbeauty-300\/70:active {
  border-color: rgb(182 219 231 / 0.7);
}

.active\:border-interbeauty-300\/75:active {
  border-color: rgb(182 219 231 / 0.75);
}

.active\:border-interbeauty-300\/80:active {
  border-color: rgb(182 219 231 / 0.8);
}

.active\:border-interbeauty-300\/90:active {
  border-color: rgb(182 219 231 / 0.9);
}

.active\:border-interbeauty-300\/95:active {
  border-color: rgb(182 219 231 / 0.95);
}

.active\:border-interbeauty-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(254 250 247 / var(--tw-border-opacity));
}

.active\:border-interbeauty-400\/0:active {
  border-color: rgb(254 250 247 / 0);
}

.active\:border-interbeauty-400\/10:active {
  border-color: rgb(254 250 247 / 0.1);
}

.active\:border-interbeauty-400\/100:active {
  border-color: rgb(254 250 247 / 1);
}

.active\:border-interbeauty-400\/20:active {
  border-color: rgb(254 250 247 / 0.2);
}

.active\:border-interbeauty-400\/25:active {
  border-color: rgb(254 250 247 / 0.25);
}

.active\:border-interbeauty-400\/30:active {
  border-color: rgb(254 250 247 / 0.3);
}

.active\:border-interbeauty-400\/40:active {
  border-color: rgb(254 250 247 / 0.4);
}

.active\:border-interbeauty-400\/5:active {
  border-color: rgb(254 250 247 / 0.05);
}

.active\:border-interbeauty-400\/50:active {
  border-color: rgb(254 250 247 / 0.5);
}

.active\:border-interbeauty-400\/60:active {
  border-color: rgb(254 250 247 / 0.6);
}

.active\:border-interbeauty-400\/70:active {
  border-color: rgb(254 250 247 / 0.7);
}

.active\:border-interbeauty-400\/75:active {
  border-color: rgb(254 250 247 / 0.75);
}

.active\:border-interbeauty-400\/80:active {
  border-color: rgb(254 250 247 / 0.8);
}

.active\:border-interbeauty-400\/90:active {
  border-color: rgb(254 250 247 / 0.9);
}

.active\:border-interbeauty-400\/95:active {
  border-color: rgb(254 250 247 / 0.95);
}

.active\:border-interbeauty-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(193 225 224 / var(--tw-border-opacity));
}

.active\:border-interbeauty-500\/0:active {
  border-color: rgb(193 225 224 / 0);
}

.active\:border-interbeauty-500\/10:active {
  border-color: rgb(193 225 224 / 0.1);
}

.active\:border-interbeauty-500\/100:active {
  border-color: rgb(193 225 224 / 1);
}

.active\:border-interbeauty-500\/20:active {
  border-color: rgb(193 225 224 / 0.2);
}

.active\:border-interbeauty-500\/25:active {
  border-color: rgb(193 225 224 / 0.25);
}

.active\:border-interbeauty-500\/30:active {
  border-color: rgb(193 225 224 / 0.3);
}

.active\:border-interbeauty-500\/40:active {
  border-color: rgb(193 225 224 / 0.4);
}

.active\:border-interbeauty-500\/5:active {
  border-color: rgb(193 225 224 / 0.05);
}

.active\:border-interbeauty-500\/50:active {
  border-color: rgb(193 225 224 / 0.5);
}

.active\:border-interbeauty-500\/60:active {
  border-color: rgb(193 225 224 / 0.6);
}

.active\:border-interbeauty-500\/70:active {
  border-color: rgb(193 225 224 / 0.7);
}

.active\:border-interbeauty-500\/75:active {
  border-color: rgb(193 225 224 / 0.75);
}

.active\:border-interbeauty-500\/80:active {
  border-color: rgb(193 225 224 / 0.8);
}

.active\:border-interbeauty-500\/90:active {
  border-color: rgb(193 225 224 / 0.9);
}

.active\:border-interbeauty-500\/95:active {
  border-color: rgb(193 225 224 / 0.95);
}

.active\:border-interbeauty-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(88 88 94 / var(--tw-border-opacity));
}

.active\:border-interbeauty-600\/0:active {
  border-color: rgb(88 88 94 / 0);
}

.active\:border-interbeauty-600\/10:active {
  border-color: rgb(88 88 94 / 0.1);
}

.active\:border-interbeauty-600\/100:active {
  border-color: rgb(88 88 94 / 1);
}

.active\:border-interbeauty-600\/20:active {
  border-color: rgb(88 88 94 / 0.2);
}

.active\:border-interbeauty-600\/25:active {
  border-color: rgb(88 88 94 / 0.25);
}

.active\:border-interbeauty-600\/30:active {
  border-color: rgb(88 88 94 / 0.3);
}

.active\:border-interbeauty-600\/40:active {
  border-color: rgb(88 88 94 / 0.4);
}

.active\:border-interbeauty-600\/5:active {
  border-color: rgb(88 88 94 / 0.05);
}

.active\:border-interbeauty-600\/50:active {
  border-color: rgb(88 88 94 / 0.5);
}

.active\:border-interbeauty-600\/60:active {
  border-color: rgb(88 88 94 / 0.6);
}

.active\:border-interbeauty-600\/70:active {
  border-color: rgb(88 88 94 / 0.7);
}

.active\:border-interbeauty-600\/75:active {
  border-color: rgb(88 88 94 / 0.75);
}

.active\:border-interbeauty-600\/80:active {
  border-color: rgb(88 88 94 / 0.8);
}

.active\:border-interbeauty-600\/90:active {
  border-color: rgb(88 88 94 / 0.9);
}

.active\:border-interbeauty-600\/95:active {
  border-color: rgb(88 88 94 / 0.95);
}

.active\:border-ipnvaluers-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(0 40 87 / var(--tw-border-opacity));
}

.active\:border-ipnvaluers-200\/0:active {
  border-color: rgb(0 40 87 / 0);
}

.active\:border-ipnvaluers-200\/10:active {
  border-color: rgb(0 40 87 / 0.1);
}

.active\:border-ipnvaluers-200\/100:active {
  border-color: rgb(0 40 87 / 1);
}

.active\:border-ipnvaluers-200\/20:active {
  border-color: rgb(0 40 87 / 0.2);
}

.active\:border-ipnvaluers-200\/25:active {
  border-color: rgb(0 40 87 / 0.25);
}

.active\:border-ipnvaluers-200\/30:active {
  border-color: rgb(0 40 87 / 0.3);
}

.active\:border-ipnvaluers-200\/40:active {
  border-color: rgb(0 40 87 / 0.4);
}

.active\:border-ipnvaluers-200\/5:active {
  border-color: rgb(0 40 87 / 0.05);
}

.active\:border-ipnvaluers-200\/50:active {
  border-color: rgb(0 40 87 / 0.5);
}

.active\:border-ipnvaluers-200\/60:active {
  border-color: rgb(0 40 87 / 0.6);
}

.active\:border-ipnvaluers-200\/70:active {
  border-color: rgb(0 40 87 / 0.7);
}

.active\:border-ipnvaluers-200\/75:active {
  border-color: rgb(0 40 87 / 0.75);
}

.active\:border-ipnvaluers-200\/80:active {
  border-color: rgb(0 40 87 / 0.8);
}

.active\:border-ipnvaluers-200\/90:active {
  border-color: rgb(0 40 87 / 0.9);
}

.active\:border-ipnvaluers-200\/95:active {
  border-color: rgb(0 40 87 / 0.95);
}

.active\:border-ipnvaluers-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(196 107 22 / var(--tw-border-opacity));
}

.active\:border-ipnvaluers-400\/0:active {
  border-color: rgb(196 107 22 / 0);
}

.active\:border-ipnvaluers-400\/10:active {
  border-color: rgb(196 107 22 / 0.1);
}

.active\:border-ipnvaluers-400\/100:active {
  border-color: rgb(196 107 22 / 1);
}

.active\:border-ipnvaluers-400\/20:active {
  border-color: rgb(196 107 22 / 0.2);
}

.active\:border-ipnvaluers-400\/25:active {
  border-color: rgb(196 107 22 / 0.25);
}

.active\:border-ipnvaluers-400\/30:active {
  border-color: rgb(196 107 22 / 0.3);
}

.active\:border-ipnvaluers-400\/40:active {
  border-color: rgb(196 107 22 / 0.4);
}

.active\:border-ipnvaluers-400\/5:active {
  border-color: rgb(196 107 22 / 0.05);
}

.active\:border-ipnvaluers-400\/50:active {
  border-color: rgb(196 107 22 / 0.5);
}

.active\:border-ipnvaluers-400\/60:active {
  border-color: rgb(196 107 22 / 0.6);
}

.active\:border-ipnvaluers-400\/70:active {
  border-color: rgb(196 107 22 / 0.7);
}

.active\:border-ipnvaluers-400\/75:active {
  border-color: rgb(196 107 22 / 0.75);
}

.active\:border-ipnvaluers-400\/80:active {
  border-color: rgb(196 107 22 / 0.8);
}

.active\:border-ipnvaluers-400\/90:active {
  border-color: rgb(196 107 22 / 0.9);
}

.active\:border-ipnvaluers-400\/95:active {
  border-color: rgb(196 107 22 / 0.95);
}

.active\:border-ipnvaluers-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(245 174 21 / var(--tw-border-opacity));
}

.active\:border-ipnvaluers-500\/0:active {
  border-color: rgb(245 174 21 / 0);
}

.active\:border-ipnvaluers-500\/10:active {
  border-color: rgb(245 174 21 / 0.1);
}

.active\:border-ipnvaluers-500\/100:active {
  border-color: rgb(245 174 21 / 1);
}

.active\:border-ipnvaluers-500\/20:active {
  border-color: rgb(245 174 21 / 0.2);
}

.active\:border-ipnvaluers-500\/25:active {
  border-color: rgb(245 174 21 / 0.25);
}

.active\:border-ipnvaluers-500\/30:active {
  border-color: rgb(245 174 21 / 0.3);
}

.active\:border-ipnvaluers-500\/40:active {
  border-color: rgb(245 174 21 / 0.4);
}

.active\:border-ipnvaluers-500\/5:active {
  border-color: rgb(245 174 21 / 0.05);
}

.active\:border-ipnvaluers-500\/50:active {
  border-color: rgb(245 174 21 / 0.5);
}

.active\:border-ipnvaluers-500\/60:active {
  border-color: rgb(245 174 21 / 0.6);
}

.active\:border-ipnvaluers-500\/70:active {
  border-color: rgb(245 174 21 / 0.7);
}

.active\:border-ipnvaluers-500\/75:active {
  border-color: rgb(245 174 21 / 0.75);
}

.active\:border-ipnvaluers-500\/80:active {
  border-color: rgb(245 174 21 / 0.8);
}

.active\:border-ipnvaluers-500\/90:active {
  border-color: rgb(245 174 21 / 0.9);
}

.active\:border-ipnvaluers-500\/95:active {
  border-color: rgb(245 174 21 / 0.95);
}

.active\:border-jukejam-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(250 210 101 / var(--tw-border-opacity));
}

.active\:border-jukejam-500\/0:active {
  border-color: rgb(250 210 101 / 0);
}

.active\:border-jukejam-500\/10:active {
  border-color: rgb(250 210 101 / 0.1);
}

.active\:border-jukejam-500\/100:active {
  border-color: rgb(250 210 101 / 1);
}

.active\:border-jukejam-500\/20:active {
  border-color: rgb(250 210 101 / 0.2);
}

.active\:border-jukejam-500\/25:active {
  border-color: rgb(250 210 101 / 0.25);
}

.active\:border-jukejam-500\/30:active {
  border-color: rgb(250 210 101 / 0.3);
}

.active\:border-jukejam-500\/40:active {
  border-color: rgb(250 210 101 / 0.4);
}

.active\:border-jukejam-500\/5:active {
  border-color: rgb(250 210 101 / 0.05);
}

.active\:border-jukejam-500\/50:active {
  border-color: rgb(250 210 101 / 0.5);
}

.active\:border-jukejam-500\/60:active {
  border-color: rgb(250 210 101 / 0.6);
}

.active\:border-jukejam-500\/70:active {
  border-color: rgb(250 210 101 / 0.7);
}

.active\:border-jukejam-500\/75:active {
  border-color: rgb(250 210 101 / 0.75);
}

.active\:border-jukejam-500\/80:active {
  border-color: rgb(250 210 101 / 0.8);
}

.active\:border-jukejam-500\/90:active {
  border-color: rgb(250 210 101 / 0.9);
}

.active\:border-jukejam-500\/95:active {
  border-color: rgb(250 210 101 / 0.95);
}

.active\:border-lime-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(236 252 203 / var(--tw-border-opacity));
}

.active\:border-lime-100\/0:active {
  border-color: rgb(236 252 203 / 0);
}

.active\:border-lime-100\/10:active {
  border-color: rgb(236 252 203 / 0.1);
}

.active\:border-lime-100\/100:active {
  border-color: rgb(236 252 203 / 1);
}

.active\:border-lime-100\/20:active {
  border-color: rgb(236 252 203 / 0.2);
}

.active\:border-lime-100\/25:active {
  border-color: rgb(236 252 203 / 0.25);
}

.active\:border-lime-100\/30:active {
  border-color: rgb(236 252 203 / 0.3);
}

.active\:border-lime-100\/40:active {
  border-color: rgb(236 252 203 / 0.4);
}

.active\:border-lime-100\/5:active {
  border-color: rgb(236 252 203 / 0.05);
}

.active\:border-lime-100\/50:active {
  border-color: rgb(236 252 203 / 0.5);
}

.active\:border-lime-100\/60:active {
  border-color: rgb(236 252 203 / 0.6);
}

.active\:border-lime-100\/70:active {
  border-color: rgb(236 252 203 / 0.7);
}

.active\:border-lime-100\/75:active {
  border-color: rgb(236 252 203 / 0.75);
}

.active\:border-lime-100\/80:active {
  border-color: rgb(236 252 203 / 0.8);
}

.active\:border-lime-100\/90:active {
  border-color: rgb(236 252 203 / 0.9);
}

.active\:border-lime-100\/95:active {
  border-color: rgb(236 252 203 / 0.95);
}

.active\:border-lime-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(217 249 157 / var(--tw-border-opacity));
}

.active\:border-lime-200\/0:active {
  border-color: rgb(217 249 157 / 0);
}

.active\:border-lime-200\/10:active {
  border-color: rgb(217 249 157 / 0.1);
}

.active\:border-lime-200\/100:active {
  border-color: rgb(217 249 157 / 1);
}

.active\:border-lime-200\/20:active {
  border-color: rgb(217 249 157 / 0.2);
}

.active\:border-lime-200\/25:active {
  border-color: rgb(217 249 157 / 0.25);
}

.active\:border-lime-200\/30:active {
  border-color: rgb(217 249 157 / 0.3);
}

.active\:border-lime-200\/40:active {
  border-color: rgb(217 249 157 / 0.4);
}

.active\:border-lime-200\/5:active {
  border-color: rgb(217 249 157 / 0.05);
}

.active\:border-lime-200\/50:active {
  border-color: rgb(217 249 157 / 0.5);
}

.active\:border-lime-200\/60:active {
  border-color: rgb(217 249 157 / 0.6);
}

.active\:border-lime-200\/70:active {
  border-color: rgb(217 249 157 / 0.7);
}

.active\:border-lime-200\/75:active {
  border-color: rgb(217 249 157 / 0.75);
}

.active\:border-lime-200\/80:active {
  border-color: rgb(217 249 157 / 0.8);
}

.active\:border-lime-200\/90:active {
  border-color: rgb(217 249 157 / 0.9);
}

.active\:border-lime-200\/95:active {
  border-color: rgb(217 249 157 / 0.95);
}

.active\:border-lime-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(190 242 100 / var(--tw-border-opacity));
}

.active\:border-lime-300\/0:active {
  border-color: rgb(190 242 100 / 0);
}

.active\:border-lime-300\/10:active {
  border-color: rgb(190 242 100 / 0.1);
}

.active\:border-lime-300\/100:active {
  border-color: rgb(190 242 100 / 1);
}

.active\:border-lime-300\/20:active {
  border-color: rgb(190 242 100 / 0.2);
}

.active\:border-lime-300\/25:active {
  border-color: rgb(190 242 100 / 0.25);
}

.active\:border-lime-300\/30:active {
  border-color: rgb(190 242 100 / 0.3);
}

.active\:border-lime-300\/40:active {
  border-color: rgb(190 242 100 / 0.4);
}

.active\:border-lime-300\/5:active {
  border-color: rgb(190 242 100 / 0.05);
}

.active\:border-lime-300\/50:active {
  border-color: rgb(190 242 100 / 0.5);
}

.active\:border-lime-300\/60:active {
  border-color: rgb(190 242 100 / 0.6);
}

.active\:border-lime-300\/70:active {
  border-color: rgb(190 242 100 / 0.7);
}

.active\:border-lime-300\/75:active {
  border-color: rgb(190 242 100 / 0.75);
}

.active\:border-lime-300\/80:active {
  border-color: rgb(190 242 100 / 0.8);
}

.active\:border-lime-300\/90:active {
  border-color: rgb(190 242 100 / 0.9);
}

.active\:border-lime-300\/95:active {
  border-color: rgb(190 242 100 / 0.95);
}

.active\:border-lime-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-border-opacity));
}

.active\:border-lime-400\/0:active {
  border-color: rgb(163 230 53 / 0);
}

.active\:border-lime-400\/10:active {
  border-color: rgb(163 230 53 / 0.1);
}

.active\:border-lime-400\/100:active {
  border-color: rgb(163 230 53 / 1);
}

.active\:border-lime-400\/20:active {
  border-color: rgb(163 230 53 / 0.2);
}

.active\:border-lime-400\/25:active {
  border-color: rgb(163 230 53 / 0.25);
}

.active\:border-lime-400\/30:active {
  border-color: rgb(163 230 53 / 0.3);
}

.active\:border-lime-400\/40:active {
  border-color: rgb(163 230 53 / 0.4);
}

.active\:border-lime-400\/5:active {
  border-color: rgb(163 230 53 / 0.05);
}

.active\:border-lime-400\/50:active {
  border-color: rgb(163 230 53 / 0.5);
}

.active\:border-lime-400\/60:active {
  border-color: rgb(163 230 53 / 0.6);
}

.active\:border-lime-400\/70:active {
  border-color: rgb(163 230 53 / 0.7);
}

.active\:border-lime-400\/75:active {
  border-color: rgb(163 230 53 / 0.75);
}

.active\:border-lime-400\/80:active {
  border-color: rgb(163 230 53 / 0.8);
}

.active\:border-lime-400\/90:active {
  border-color: rgb(163 230 53 / 0.9);
}

.active\:border-lime-400\/95:active {
  border-color: rgb(163 230 53 / 0.95);
}

.active\:border-lime-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(247 254 231 / var(--tw-border-opacity));
}

.active\:border-lime-50\/0:active {
  border-color: rgb(247 254 231 / 0);
}

.active\:border-lime-50\/10:active {
  border-color: rgb(247 254 231 / 0.1);
}

.active\:border-lime-50\/100:active {
  border-color: rgb(247 254 231 / 1);
}

.active\:border-lime-50\/20:active {
  border-color: rgb(247 254 231 / 0.2);
}

.active\:border-lime-50\/25:active {
  border-color: rgb(247 254 231 / 0.25);
}

.active\:border-lime-50\/30:active {
  border-color: rgb(247 254 231 / 0.3);
}

.active\:border-lime-50\/40:active {
  border-color: rgb(247 254 231 / 0.4);
}

.active\:border-lime-50\/5:active {
  border-color: rgb(247 254 231 / 0.05);
}

.active\:border-lime-50\/50:active {
  border-color: rgb(247 254 231 / 0.5);
}

.active\:border-lime-50\/60:active {
  border-color: rgb(247 254 231 / 0.6);
}

.active\:border-lime-50\/70:active {
  border-color: rgb(247 254 231 / 0.7);
}

.active\:border-lime-50\/75:active {
  border-color: rgb(247 254 231 / 0.75);
}

.active\:border-lime-50\/80:active {
  border-color: rgb(247 254 231 / 0.8);
}

.active\:border-lime-50\/90:active {
  border-color: rgb(247 254 231 / 0.9);
}

.active\:border-lime-50\/95:active {
  border-color: rgb(247 254 231 / 0.95);
}

.active\:border-lime-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity));
}

.active\:border-lime-500\/0:active {
  border-color: rgb(132 204 22 / 0);
}

.active\:border-lime-500\/10:active {
  border-color: rgb(132 204 22 / 0.1);
}

.active\:border-lime-500\/100:active {
  border-color: rgb(132 204 22 / 1);
}

.active\:border-lime-500\/20:active {
  border-color: rgb(132 204 22 / 0.2);
}

.active\:border-lime-500\/25:active {
  border-color: rgb(132 204 22 / 0.25);
}

.active\:border-lime-500\/30:active {
  border-color: rgb(132 204 22 / 0.3);
}

.active\:border-lime-500\/40:active {
  border-color: rgb(132 204 22 / 0.4);
}

.active\:border-lime-500\/5:active {
  border-color: rgb(132 204 22 / 0.05);
}

.active\:border-lime-500\/50:active {
  border-color: rgb(132 204 22 / 0.5);
}

.active\:border-lime-500\/60:active {
  border-color: rgb(132 204 22 / 0.6);
}

.active\:border-lime-500\/70:active {
  border-color: rgb(132 204 22 / 0.7);
}

.active\:border-lime-500\/75:active {
  border-color: rgb(132 204 22 / 0.75);
}

.active\:border-lime-500\/80:active {
  border-color: rgb(132 204 22 / 0.8);
}

.active\:border-lime-500\/90:active {
  border-color: rgb(132 204 22 / 0.9);
}

.active\:border-lime-500\/95:active {
  border-color: rgb(132 204 22 / 0.95);
}

.active\:border-lime-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(101 163 13 / var(--tw-border-opacity));
}

.active\:border-lime-600\/0:active {
  border-color: rgb(101 163 13 / 0);
}

.active\:border-lime-600\/10:active {
  border-color: rgb(101 163 13 / 0.1);
}

.active\:border-lime-600\/100:active {
  border-color: rgb(101 163 13 / 1);
}

.active\:border-lime-600\/20:active {
  border-color: rgb(101 163 13 / 0.2);
}

.active\:border-lime-600\/25:active {
  border-color: rgb(101 163 13 / 0.25);
}

.active\:border-lime-600\/30:active {
  border-color: rgb(101 163 13 / 0.3);
}

.active\:border-lime-600\/40:active {
  border-color: rgb(101 163 13 / 0.4);
}

.active\:border-lime-600\/5:active {
  border-color: rgb(101 163 13 / 0.05);
}

.active\:border-lime-600\/50:active {
  border-color: rgb(101 163 13 / 0.5);
}

.active\:border-lime-600\/60:active {
  border-color: rgb(101 163 13 / 0.6);
}

.active\:border-lime-600\/70:active {
  border-color: rgb(101 163 13 / 0.7);
}

.active\:border-lime-600\/75:active {
  border-color: rgb(101 163 13 / 0.75);
}

.active\:border-lime-600\/80:active {
  border-color: rgb(101 163 13 / 0.8);
}

.active\:border-lime-600\/90:active {
  border-color: rgb(101 163 13 / 0.9);
}

.active\:border-lime-600\/95:active {
  border-color: rgb(101 163 13 / 0.95);
}

.active\:border-lime-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(77 124 15 / var(--tw-border-opacity));
}

.active\:border-lime-700\/0:active {
  border-color: rgb(77 124 15 / 0);
}

.active\:border-lime-700\/10:active {
  border-color: rgb(77 124 15 / 0.1);
}

.active\:border-lime-700\/100:active {
  border-color: rgb(77 124 15 / 1);
}

.active\:border-lime-700\/20:active {
  border-color: rgb(77 124 15 / 0.2);
}

.active\:border-lime-700\/25:active {
  border-color: rgb(77 124 15 / 0.25);
}

.active\:border-lime-700\/30:active {
  border-color: rgb(77 124 15 / 0.3);
}

.active\:border-lime-700\/40:active {
  border-color: rgb(77 124 15 / 0.4);
}

.active\:border-lime-700\/5:active {
  border-color: rgb(77 124 15 / 0.05);
}

.active\:border-lime-700\/50:active {
  border-color: rgb(77 124 15 / 0.5);
}

.active\:border-lime-700\/60:active {
  border-color: rgb(77 124 15 / 0.6);
}

.active\:border-lime-700\/70:active {
  border-color: rgb(77 124 15 / 0.7);
}

.active\:border-lime-700\/75:active {
  border-color: rgb(77 124 15 / 0.75);
}

.active\:border-lime-700\/80:active {
  border-color: rgb(77 124 15 / 0.8);
}

.active\:border-lime-700\/90:active {
  border-color: rgb(77 124 15 / 0.9);
}

.active\:border-lime-700\/95:active {
  border-color: rgb(77 124 15 / 0.95);
}

.active\:border-lime-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(63 98 18 / var(--tw-border-opacity));
}

.active\:border-lime-800\/0:active {
  border-color: rgb(63 98 18 / 0);
}

.active\:border-lime-800\/10:active {
  border-color: rgb(63 98 18 / 0.1);
}

.active\:border-lime-800\/100:active {
  border-color: rgb(63 98 18 / 1);
}

.active\:border-lime-800\/20:active {
  border-color: rgb(63 98 18 / 0.2);
}

.active\:border-lime-800\/25:active {
  border-color: rgb(63 98 18 / 0.25);
}

.active\:border-lime-800\/30:active {
  border-color: rgb(63 98 18 / 0.3);
}

.active\:border-lime-800\/40:active {
  border-color: rgb(63 98 18 / 0.4);
}

.active\:border-lime-800\/5:active {
  border-color: rgb(63 98 18 / 0.05);
}

.active\:border-lime-800\/50:active {
  border-color: rgb(63 98 18 / 0.5);
}

.active\:border-lime-800\/60:active {
  border-color: rgb(63 98 18 / 0.6);
}

.active\:border-lime-800\/70:active {
  border-color: rgb(63 98 18 / 0.7);
}

.active\:border-lime-800\/75:active {
  border-color: rgb(63 98 18 / 0.75);
}

.active\:border-lime-800\/80:active {
  border-color: rgb(63 98 18 / 0.8);
}

.active\:border-lime-800\/90:active {
  border-color: rgb(63 98 18 / 0.9);
}

.active\:border-lime-800\/95:active {
  border-color: rgb(63 98 18 / 0.95);
}

.active\:border-lime-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(54 83 20 / var(--tw-border-opacity));
}

.active\:border-lime-900\/0:active {
  border-color: rgb(54 83 20 / 0);
}

.active\:border-lime-900\/10:active {
  border-color: rgb(54 83 20 / 0.1);
}

.active\:border-lime-900\/100:active {
  border-color: rgb(54 83 20 / 1);
}

.active\:border-lime-900\/20:active {
  border-color: rgb(54 83 20 / 0.2);
}

.active\:border-lime-900\/25:active {
  border-color: rgb(54 83 20 / 0.25);
}

.active\:border-lime-900\/30:active {
  border-color: rgb(54 83 20 / 0.3);
}

.active\:border-lime-900\/40:active {
  border-color: rgb(54 83 20 / 0.4);
}

.active\:border-lime-900\/5:active {
  border-color: rgb(54 83 20 / 0.05);
}

.active\:border-lime-900\/50:active {
  border-color: rgb(54 83 20 / 0.5);
}

.active\:border-lime-900\/60:active {
  border-color: rgb(54 83 20 / 0.6);
}

.active\:border-lime-900\/70:active {
  border-color: rgb(54 83 20 / 0.7);
}

.active\:border-lime-900\/75:active {
  border-color: rgb(54 83 20 / 0.75);
}

.active\:border-lime-900\/80:active {
  border-color: rgb(54 83 20 / 0.8);
}

.active\:border-lime-900\/90:active {
  border-color: rgb(54 83 20 / 0.9);
}

.active\:border-lime-900\/95:active {
  border-color: rgb(54 83 20 / 0.95);
}

.active\:border-lime-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(26 46 5 / var(--tw-border-opacity));
}

.active\:border-lime-950\/0:active {
  border-color: rgb(26 46 5 / 0);
}

.active\:border-lime-950\/10:active {
  border-color: rgb(26 46 5 / 0.1);
}

.active\:border-lime-950\/100:active {
  border-color: rgb(26 46 5 / 1);
}

.active\:border-lime-950\/20:active {
  border-color: rgb(26 46 5 / 0.2);
}

.active\:border-lime-950\/25:active {
  border-color: rgb(26 46 5 / 0.25);
}

.active\:border-lime-950\/30:active {
  border-color: rgb(26 46 5 / 0.3);
}

.active\:border-lime-950\/40:active {
  border-color: rgb(26 46 5 / 0.4);
}

.active\:border-lime-950\/5:active {
  border-color: rgb(26 46 5 / 0.05);
}

.active\:border-lime-950\/50:active {
  border-color: rgb(26 46 5 / 0.5);
}

.active\:border-lime-950\/60:active {
  border-color: rgb(26 46 5 / 0.6);
}

.active\:border-lime-950\/70:active {
  border-color: rgb(26 46 5 / 0.7);
}

.active\:border-lime-950\/75:active {
  border-color: rgb(26 46 5 / 0.75);
}

.active\:border-lime-950\/80:active {
  border-color: rgb(26 46 5 / 0.8);
}

.active\:border-lime-950\/90:active {
  border-color: rgb(26 46 5 / 0.9);
}

.active\:border-lime-950\/95:active {
  border-color: rgb(26 46 5 / 0.95);
}

.active\:border-nafisa-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(153 53 10 / var(--tw-border-opacity));
}

.active\:border-nafisa-500\/0:active {
  border-color: rgb(153 53 10 / 0);
}

.active\:border-nafisa-500\/10:active {
  border-color: rgb(153 53 10 / 0.1);
}

.active\:border-nafisa-500\/100:active {
  border-color: rgb(153 53 10 / 1);
}

.active\:border-nafisa-500\/20:active {
  border-color: rgb(153 53 10 / 0.2);
}

.active\:border-nafisa-500\/25:active {
  border-color: rgb(153 53 10 / 0.25);
}

.active\:border-nafisa-500\/30:active {
  border-color: rgb(153 53 10 / 0.3);
}

.active\:border-nafisa-500\/40:active {
  border-color: rgb(153 53 10 / 0.4);
}

.active\:border-nafisa-500\/5:active {
  border-color: rgb(153 53 10 / 0.05);
}

.active\:border-nafisa-500\/50:active {
  border-color: rgb(153 53 10 / 0.5);
}

.active\:border-nafisa-500\/60:active {
  border-color: rgb(153 53 10 / 0.6);
}

.active\:border-nafisa-500\/70:active {
  border-color: rgb(153 53 10 / 0.7);
}

.active\:border-nafisa-500\/75:active {
  border-color: rgb(153 53 10 / 0.75);
}

.active\:border-nafisa-500\/80:active {
  border-color: rgb(153 53 10 / 0.8);
}

.active\:border-nafisa-500\/90:active {
  border-color: rgb(153 53 10 / 0.9);
}

.active\:border-nafisa-500\/95:active {
  border-color: rgb(153 53 10 / 0.95);
}

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

.active\:border-neutral-100\/0:active {
  border-color: rgb(245 245 245 / 0);
}

.active\:border-neutral-100\/10:active {
  border-color: rgb(245 245 245 / 0.1);
}

.active\:border-neutral-100\/100:active {
  border-color: rgb(245 245 245 / 1);
}

.active\:border-neutral-100\/20:active {
  border-color: rgb(245 245 245 / 0.2);
}

.active\:border-neutral-100\/25:active {
  border-color: rgb(245 245 245 / 0.25);
}

.active\:border-neutral-100\/30:active {
  border-color: rgb(245 245 245 / 0.3);
}

.active\:border-neutral-100\/40:active {
  border-color: rgb(245 245 245 / 0.4);
}

.active\:border-neutral-100\/5:active {
  border-color: rgb(245 245 245 / 0.05);
}

.active\:border-neutral-100\/50:active {
  border-color: rgb(245 245 245 / 0.5);
}

.active\:border-neutral-100\/60:active {
  border-color: rgb(245 245 245 / 0.6);
}

.active\:border-neutral-100\/70:active {
  border-color: rgb(245 245 245 / 0.7);
}

.active\:border-neutral-100\/75:active {
  border-color: rgb(245 245 245 / 0.75);
}

.active\:border-neutral-100\/80:active {
  border-color: rgb(245 245 245 / 0.8);
}

.active\:border-neutral-100\/90:active {
  border-color: rgb(245 245 245 / 0.9);
}

.active\:border-neutral-100\/95:active {
  border-color: rgb(245 245 245 / 0.95);
}

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

.active\:border-neutral-200\/0:active {
  border-color: rgb(229 229 229 / 0);
}

.active\:border-neutral-200\/10:active {
  border-color: rgb(229 229 229 / 0.1);
}

.active\:border-neutral-200\/100:active {
  border-color: rgb(229 229 229 / 1);
}

.active\:border-neutral-200\/20:active {
  border-color: rgb(229 229 229 / 0.2);
}

.active\:border-neutral-200\/25:active {
  border-color: rgb(229 229 229 / 0.25);
}

.active\:border-neutral-200\/30:active {
  border-color: rgb(229 229 229 / 0.3);
}

.active\:border-neutral-200\/40:active {
  border-color: rgb(229 229 229 / 0.4);
}

.active\:border-neutral-200\/5:active {
  border-color: rgb(229 229 229 / 0.05);
}

.active\:border-neutral-200\/50:active {
  border-color: rgb(229 229 229 / 0.5);
}

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

.active\:border-neutral-200\/70:active {
  border-color: rgb(229 229 229 / 0.7);
}

.active\:border-neutral-200\/75:active {
  border-color: rgb(229 229 229 / 0.75);
}

.active\:border-neutral-200\/80:active {
  border-color: rgb(229 229 229 / 0.8);
}

.active\:border-neutral-200\/90:active {
  border-color: rgb(229 229 229 / 0.9);
}

.active\:border-neutral-200\/95:active {
  border-color: rgb(229 229 229 / 0.95);
}

.active\:border-neutral-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.active\:border-neutral-300\/0:active {
  border-color: rgb(212 212 212 / 0);
}

.active\:border-neutral-300\/10:active {
  border-color: rgb(212 212 212 / 0.1);
}

.active\:border-neutral-300\/100:active {
  border-color: rgb(212 212 212 / 1);
}

.active\:border-neutral-300\/20:active {
  border-color: rgb(212 212 212 / 0.2);
}

.active\:border-neutral-300\/25:active {
  border-color: rgb(212 212 212 / 0.25);
}

.active\:border-neutral-300\/30:active {
  border-color: rgb(212 212 212 / 0.3);
}

.active\:border-neutral-300\/40:active {
  border-color: rgb(212 212 212 / 0.4);
}

.active\:border-neutral-300\/5:active {
  border-color: rgb(212 212 212 / 0.05);
}

.active\:border-neutral-300\/50:active {
  border-color: rgb(212 212 212 / 0.5);
}

.active\:border-neutral-300\/60:active {
  border-color: rgb(212 212 212 / 0.6);
}

.active\:border-neutral-300\/70:active {
  border-color: rgb(212 212 212 / 0.7);
}

.active\:border-neutral-300\/75:active {
  border-color: rgb(212 212 212 / 0.75);
}

.active\:border-neutral-300\/80:active {
  border-color: rgb(212 212 212 / 0.8);
}

.active\:border-neutral-300\/90:active {
  border-color: rgb(212 212 212 / 0.9);
}

.active\:border-neutral-300\/95:active {
  border-color: rgb(212 212 212 / 0.95);
}

.active\:border-neutral-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.active\:border-neutral-400\/0:active {
  border-color: rgb(163 163 163 / 0);
}

.active\:border-neutral-400\/10:active {
  border-color: rgb(163 163 163 / 0.1);
}

.active\:border-neutral-400\/100:active {
  border-color: rgb(163 163 163 / 1);
}

.active\:border-neutral-400\/20:active {
  border-color: rgb(163 163 163 / 0.2);
}

.active\:border-neutral-400\/25:active {
  border-color: rgb(163 163 163 / 0.25);
}

.active\:border-neutral-400\/30:active {
  border-color: rgb(163 163 163 / 0.3);
}

.active\:border-neutral-400\/40:active {
  border-color: rgb(163 163 163 / 0.4);
}

.active\:border-neutral-400\/5:active {
  border-color: rgb(163 163 163 / 0.05);
}

.active\:border-neutral-400\/50:active {
  border-color: rgb(163 163 163 / 0.5);
}

.active\:border-neutral-400\/60:active {
  border-color: rgb(163 163 163 / 0.6);
}

.active\:border-neutral-400\/70:active {
  border-color: rgb(163 163 163 / 0.7);
}

.active\:border-neutral-400\/75:active {
  border-color: rgb(163 163 163 / 0.75);
}

.active\:border-neutral-400\/80:active {
  border-color: rgb(163 163 163 / 0.8);
}

.active\:border-neutral-400\/90:active {
  border-color: rgb(163 163 163 / 0.9);
}

.active\:border-neutral-400\/95:active {
  border-color: rgb(163 163 163 / 0.95);
}

.active\:border-neutral-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.active\:border-neutral-50\/0:active {
  border-color: rgb(250 250 250 / 0);
}

.active\:border-neutral-50\/10:active {
  border-color: rgb(250 250 250 / 0.1);
}

.active\:border-neutral-50\/100:active {
  border-color: rgb(250 250 250 / 1);
}

.active\:border-neutral-50\/20:active {
  border-color: rgb(250 250 250 / 0.2);
}

.active\:border-neutral-50\/25:active {
  border-color: rgb(250 250 250 / 0.25);
}

.active\:border-neutral-50\/30:active {
  border-color: rgb(250 250 250 / 0.3);
}

.active\:border-neutral-50\/40:active {
  border-color: rgb(250 250 250 / 0.4);
}

.active\:border-neutral-50\/5:active {
  border-color: rgb(250 250 250 / 0.05);
}

.active\:border-neutral-50\/50:active {
  border-color: rgb(250 250 250 / 0.5);
}

.active\:border-neutral-50\/60:active {
  border-color: rgb(250 250 250 / 0.6);
}

.active\:border-neutral-50\/70:active {
  border-color: rgb(250 250 250 / 0.7);
}

.active\:border-neutral-50\/75:active {
  border-color: rgb(250 250 250 / 0.75);
}

.active\:border-neutral-50\/80:active {
  border-color: rgb(250 250 250 / 0.8);
}

.active\:border-neutral-50\/90:active {
  border-color: rgb(250 250 250 / 0.9);
}

.active\:border-neutral-50\/95:active {
  border-color: rgb(250 250 250 / 0.95);
}

.active\:border-neutral-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.active\:border-neutral-500\/0:active {
  border-color: rgb(115 115 115 / 0);
}

.active\:border-neutral-500\/10:active {
  border-color: rgb(115 115 115 / 0.1);
}

.active\:border-neutral-500\/100:active {
  border-color: rgb(115 115 115 / 1);
}

.active\:border-neutral-500\/20:active {
  border-color: rgb(115 115 115 / 0.2);
}

.active\:border-neutral-500\/25:active {
  border-color: rgb(115 115 115 / 0.25);
}

.active\:border-neutral-500\/30:active {
  border-color: rgb(115 115 115 / 0.3);
}

.active\:border-neutral-500\/40:active {
  border-color: rgb(115 115 115 / 0.4);
}

.active\:border-neutral-500\/5:active {
  border-color: rgb(115 115 115 / 0.05);
}

.active\:border-neutral-500\/50:active {
  border-color: rgb(115 115 115 / 0.5);
}

.active\:border-neutral-500\/60:active {
  border-color: rgb(115 115 115 / 0.6);
}

.active\:border-neutral-500\/70:active {
  border-color: rgb(115 115 115 / 0.7);
}

.active\:border-neutral-500\/75:active {
  border-color: rgb(115 115 115 / 0.75);
}

.active\:border-neutral-500\/80:active {
  border-color: rgb(115 115 115 / 0.8);
}

.active\:border-neutral-500\/90:active {
  border-color: rgb(115 115 115 / 0.9);
}

.active\:border-neutral-500\/95:active {
  border-color: rgb(115 115 115 / 0.95);
}

.active\:border-neutral-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.active\:border-neutral-600\/0:active {
  border-color: rgb(82 82 82 / 0);
}

.active\:border-neutral-600\/10:active {
  border-color: rgb(82 82 82 / 0.1);
}

.active\:border-neutral-600\/100:active {
  border-color: rgb(82 82 82 / 1);
}

.active\:border-neutral-600\/20:active {
  border-color: rgb(82 82 82 / 0.2);
}

.active\:border-neutral-600\/25:active {
  border-color: rgb(82 82 82 / 0.25);
}

.active\:border-neutral-600\/30:active {
  border-color: rgb(82 82 82 / 0.3);
}

.active\:border-neutral-600\/40:active {
  border-color: rgb(82 82 82 / 0.4);
}

.active\:border-neutral-600\/5:active {
  border-color: rgb(82 82 82 / 0.05);
}

.active\:border-neutral-600\/50:active {
  border-color: rgb(82 82 82 / 0.5);
}

.active\:border-neutral-600\/60:active {
  border-color: rgb(82 82 82 / 0.6);
}

.active\:border-neutral-600\/70:active {
  border-color: rgb(82 82 82 / 0.7);
}

.active\:border-neutral-600\/75:active {
  border-color: rgb(82 82 82 / 0.75);
}

.active\:border-neutral-600\/80:active {
  border-color: rgb(82 82 82 / 0.8);
}

.active\:border-neutral-600\/90:active {
  border-color: rgb(82 82 82 / 0.9);
}

.active\:border-neutral-600\/95:active {
  border-color: rgb(82 82 82 / 0.95);
}

.active\:border-neutral-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.active\:border-neutral-700\/0:active {
  border-color: rgb(64 64 64 / 0);
}

.active\:border-neutral-700\/10:active {
  border-color: rgb(64 64 64 / 0.1);
}

.active\:border-neutral-700\/100:active {
  border-color: rgb(64 64 64 / 1);
}

.active\:border-neutral-700\/20:active {
  border-color: rgb(64 64 64 / 0.2);
}

.active\:border-neutral-700\/25:active {
  border-color: rgb(64 64 64 / 0.25);
}

.active\:border-neutral-700\/30:active {
  border-color: rgb(64 64 64 / 0.3);
}

.active\:border-neutral-700\/40:active {
  border-color: rgb(64 64 64 / 0.4);
}

.active\:border-neutral-700\/5:active {
  border-color: rgb(64 64 64 / 0.05);
}

.active\:border-neutral-700\/50:active {
  border-color: rgb(64 64 64 / 0.5);
}

.active\:border-neutral-700\/60:active {
  border-color: rgb(64 64 64 / 0.6);
}

.active\:border-neutral-700\/70:active {
  border-color: rgb(64 64 64 / 0.7);
}

.active\:border-neutral-700\/75:active {
  border-color: rgb(64 64 64 / 0.75);
}

.active\:border-neutral-700\/80:active {
  border-color: rgb(64 64 64 / 0.8);
}

.active\:border-neutral-700\/90:active {
  border-color: rgb(64 64 64 / 0.9);
}

.active\:border-neutral-700\/95:active {
  border-color: rgb(64 64 64 / 0.95);
}

.active\:border-neutral-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.active\:border-neutral-800\/0:active {
  border-color: rgb(38 38 38 / 0);
}

.active\:border-neutral-800\/10:active {
  border-color: rgb(38 38 38 / 0.1);
}

.active\:border-neutral-800\/100:active {
  border-color: rgb(38 38 38 / 1);
}

.active\:border-neutral-800\/20:active {
  border-color: rgb(38 38 38 / 0.2);
}

.active\:border-neutral-800\/25:active {
  border-color: rgb(38 38 38 / 0.25);
}

.active\:border-neutral-800\/30:active {
  border-color: rgb(38 38 38 / 0.3);
}

.active\:border-neutral-800\/40:active {
  border-color: rgb(38 38 38 / 0.4);
}

.active\:border-neutral-800\/5:active {
  border-color: rgb(38 38 38 / 0.05);
}

.active\:border-neutral-800\/50:active {
  border-color: rgb(38 38 38 / 0.5);
}

.active\:border-neutral-800\/60:active {
  border-color: rgb(38 38 38 / 0.6);
}

.active\:border-neutral-800\/70:active {
  border-color: rgb(38 38 38 / 0.7);
}

.active\:border-neutral-800\/75:active {
  border-color: rgb(38 38 38 / 0.75);
}

.active\:border-neutral-800\/80:active {
  border-color: rgb(38 38 38 / 0.8);
}

.active\:border-neutral-800\/90:active {
  border-color: rgb(38 38 38 / 0.9);
}

.active\:border-neutral-800\/95:active {
  border-color: rgb(38 38 38 / 0.95);
}

.active\:border-neutral-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.active\:border-neutral-900\/0:active {
  border-color: rgb(23 23 23 / 0);
}

.active\:border-neutral-900\/10:active {
  border-color: rgb(23 23 23 / 0.1);
}

.active\:border-neutral-900\/100:active {
  border-color: rgb(23 23 23 / 1);
}

.active\:border-neutral-900\/20:active {
  border-color: rgb(23 23 23 / 0.2);
}

.active\:border-neutral-900\/25:active {
  border-color: rgb(23 23 23 / 0.25);
}

.active\:border-neutral-900\/30:active {
  border-color: rgb(23 23 23 / 0.3);
}

.active\:border-neutral-900\/40:active {
  border-color: rgb(23 23 23 / 0.4);
}

.active\:border-neutral-900\/5:active {
  border-color: rgb(23 23 23 / 0.05);
}

.active\:border-neutral-900\/50:active {
  border-color: rgb(23 23 23 / 0.5);
}

.active\:border-neutral-900\/60:active {
  border-color: rgb(23 23 23 / 0.6);
}

.active\:border-neutral-900\/70:active {
  border-color: rgb(23 23 23 / 0.7);
}

.active\:border-neutral-900\/75:active {
  border-color: rgb(23 23 23 / 0.75);
}

.active\:border-neutral-900\/80:active {
  border-color: rgb(23 23 23 / 0.8);
}

.active\:border-neutral-900\/90:active {
  border-color: rgb(23 23 23 / 0.9);
}

.active\:border-neutral-900\/95:active {
  border-color: rgb(23 23 23 / 0.95);
}

.active\:border-neutral-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.active\:border-neutral-950\/0:active {
  border-color: rgb(10 10 10 / 0);
}

.active\:border-neutral-950\/10:active {
  border-color: rgb(10 10 10 / 0.1);
}

.active\:border-neutral-950\/100:active {
  border-color: rgb(10 10 10 / 1);
}

.active\:border-neutral-950\/20:active {
  border-color: rgb(10 10 10 / 0.2);
}

.active\:border-neutral-950\/25:active {
  border-color: rgb(10 10 10 / 0.25);
}

.active\:border-neutral-950\/30:active {
  border-color: rgb(10 10 10 / 0.3);
}

.active\:border-neutral-950\/40:active {
  border-color: rgb(10 10 10 / 0.4);
}

.active\:border-neutral-950\/5:active {
  border-color: rgb(10 10 10 / 0.05);
}

.active\:border-neutral-950\/50:active {
  border-color: rgb(10 10 10 / 0.5);
}

.active\:border-neutral-950\/60:active {
  border-color: rgb(10 10 10 / 0.6);
}

.active\:border-neutral-950\/70:active {
  border-color: rgb(10 10 10 / 0.7);
}

.active\:border-neutral-950\/75:active {
  border-color: rgb(10 10 10 / 0.75);
}

.active\:border-neutral-950\/80:active {
  border-color: rgb(10 10 10 / 0.8);
}

.active\:border-neutral-950\/90:active {
  border-color: rgb(10 10 10 / 0.9);
}

.active\:border-neutral-950\/95:active {
  border-color: rgb(10 10 10 / 0.95);
}

.active\:border-orange-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-border-opacity));
}

.active\:border-orange-100\/0:active {
  border-color: rgb(255 237 213 / 0);
}

.active\:border-orange-100\/10:active {
  border-color: rgb(255 237 213 / 0.1);
}

.active\:border-orange-100\/100:active {
  border-color: rgb(255 237 213 / 1);
}

.active\:border-orange-100\/20:active {
  border-color: rgb(255 237 213 / 0.2);
}

.active\:border-orange-100\/25:active {
  border-color: rgb(255 237 213 / 0.25);
}

.active\:border-orange-100\/30:active {
  border-color: rgb(255 237 213 / 0.3);
}

.active\:border-orange-100\/40:active {
  border-color: rgb(255 237 213 / 0.4);
}

.active\:border-orange-100\/5:active {
  border-color: rgb(255 237 213 / 0.05);
}

.active\:border-orange-100\/50:active {
  border-color: rgb(255 237 213 / 0.5);
}

.active\:border-orange-100\/60:active {
  border-color: rgb(255 237 213 / 0.6);
}

.active\:border-orange-100\/70:active {
  border-color: rgb(255 237 213 / 0.7);
}

.active\:border-orange-100\/75:active {
  border-color: rgb(255 237 213 / 0.75);
}

.active\:border-orange-100\/80:active {
  border-color: rgb(255 237 213 / 0.8);
}

.active\:border-orange-100\/90:active {
  border-color: rgb(255 237 213 / 0.9);
}

.active\:border-orange-100\/95:active {
  border-color: rgb(255 237 213 / 0.95);
}

.active\:border-orange-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity));
}

.active\:border-orange-200\/0:active {
  border-color: rgb(254 215 170 / 0);
}

.active\:border-orange-200\/10:active {
  border-color: rgb(254 215 170 / 0.1);
}

.active\:border-orange-200\/100:active {
  border-color: rgb(254 215 170 / 1);
}

.active\:border-orange-200\/20:active {
  border-color: rgb(254 215 170 / 0.2);
}

.active\:border-orange-200\/25:active {
  border-color: rgb(254 215 170 / 0.25);
}

.active\:border-orange-200\/30:active {
  border-color: rgb(254 215 170 / 0.3);
}

.active\:border-orange-200\/40:active {
  border-color: rgb(254 215 170 / 0.4);
}

.active\:border-orange-200\/5:active {
  border-color: rgb(254 215 170 / 0.05);
}

.active\:border-orange-200\/50:active {
  border-color: rgb(254 215 170 / 0.5);
}

.active\:border-orange-200\/60:active {
  border-color: rgb(254 215 170 / 0.6);
}

.active\:border-orange-200\/70:active {
  border-color: rgb(254 215 170 / 0.7);
}

.active\:border-orange-200\/75:active {
  border-color: rgb(254 215 170 / 0.75);
}

.active\:border-orange-200\/80:active {
  border-color: rgb(254 215 170 / 0.8);
}

.active\:border-orange-200\/90:active {
  border-color: rgb(254 215 170 / 0.9);
}

.active\:border-orange-200\/95:active {
  border-color: rgb(254 215 170 / 0.95);
}

.active\:border-orange-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity));
}

.active\:border-orange-300\/0:active {
  border-color: rgb(253 186 116 / 0);
}

.active\:border-orange-300\/10:active {
  border-color: rgb(253 186 116 / 0.1);
}

.active\:border-orange-300\/100:active {
  border-color: rgb(253 186 116 / 1);
}

.active\:border-orange-300\/20:active {
  border-color: rgb(253 186 116 / 0.2);
}

.active\:border-orange-300\/25:active {
  border-color: rgb(253 186 116 / 0.25);
}

.active\:border-orange-300\/30:active {
  border-color: rgb(253 186 116 / 0.3);
}

.active\:border-orange-300\/40:active {
  border-color: rgb(253 186 116 / 0.4);
}

.active\:border-orange-300\/5:active {
  border-color: rgb(253 186 116 / 0.05);
}

.active\:border-orange-300\/50:active {
  border-color: rgb(253 186 116 / 0.5);
}

.active\:border-orange-300\/60:active {
  border-color: rgb(253 186 116 / 0.6);
}

.active\:border-orange-300\/70:active {
  border-color: rgb(253 186 116 / 0.7);
}

.active\:border-orange-300\/75:active {
  border-color: rgb(253 186 116 / 0.75);
}

.active\:border-orange-300\/80:active {
  border-color: rgb(253 186 116 / 0.8);
}

.active\:border-orange-300\/90:active {
  border-color: rgb(253 186 116 / 0.9);
}

.active\:border-orange-300\/95:active {
  border-color: rgb(253 186 116 / 0.95);
}

.active\:border-orange-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.active\:border-orange-400\/0:active {
  border-color: rgb(251 146 60 / 0);
}

.active\:border-orange-400\/10:active {
  border-color: rgb(251 146 60 / 0.1);
}

.active\:border-orange-400\/100:active {
  border-color: rgb(251 146 60 / 1);
}

.active\:border-orange-400\/20:active {
  border-color: rgb(251 146 60 / 0.2);
}

.active\:border-orange-400\/25:active {
  border-color: rgb(251 146 60 / 0.25);
}

.active\:border-orange-400\/30:active {
  border-color: rgb(251 146 60 / 0.3);
}

.active\:border-orange-400\/40:active {
  border-color: rgb(251 146 60 / 0.4);
}

.active\:border-orange-400\/5:active {
  border-color: rgb(251 146 60 / 0.05);
}

.active\:border-orange-400\/50:active {
  border-color: rgb(251 146 60 / 0.5);
}

.active\:border-orange-400\/60:active {
  border-color: rgb(251 146 60 / 0.6);
}

.active\:border-orange-400\/70:active {
  border-color: rgb(251 146 60 / 0.7);
}

.active\:border-orange-400\/75:active {
  border-color: rgb(251 146 60 / 0.75);
}

.active\:border-orange-400\/80:active {
  border-color: rgb(251 146 60 / 0.8);
}

.active\:border-orange-400\/90:active {
  border-color: rgb(251 146 60 / 0.9);
}

.active\:border-orange-400\/95:active {
  border-color: rgb(251 146 60 / 0.95);
}

.active\:border-orange-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(255 247 237 / var(--tw-border-opacity));
}

.active\:border-orange-50\/0:active {
  border-color: rgb(255 247 237 / 0);
}

.active\:border-orange-50\/10:active {
  border-color: rgb(255 247 237 / 0.1);
}

.active\:border-orange-50\/100:active {
  border-color: rgb(255 247 237 / 1);
}

.active\:border-orange-50\/20:active {
  border-color: rgb(255 247 237 / 0.2);
}

.active\:border-orange-50\/25:active {
  border-color: rgb(255 247 237 / 0.25);
}

.active\:border-orange-50\/30:active {
  border-color: rgb(255 247 237 / 0.3);
}

.active\:border-orange-50\/40:active {
  border-color: rgb(255 247 237 / 0.4);
}

.active\:border-orange-50\/5:active {
  border-color: rgb(255 247 237 / 0.05);
}

.active\:border-orange-50\/50:active {
  border-color: rgb(255 247 237 / 0.5);
}

.active\:border-orange-50\/60:active {
  border-color: rgb(255 247 237 / 0.6);
}

.active\:border-orange-50\/70:active {
  border-color: rgb(255 247 237 / 0.7);
}

.active\:border-orange-50\/75:active {
  border-color: rgb(255 247 237 / 0.75);
}

.active\:border-orange-50\/80:active {
  border-color: rgb(255 247 237 / 0.8);
}

.active\:border-orange-50\/90:active {
  border-color: rgb(255 247 237 / 0.9);
}

.active\:border-orange-50\/95:active {
  border-color: rgb(255 247 237 / 0.95);
}

.active\:border-orange-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity));
}

.active\:border-orange-500\/0:active {
  border-color: rgb(249 115 22 / 0);
}

.active\:border-orange-500\/10:active {
  border-color: rgb(249 115 22 / 0.1);
}

.active\:border-orange-500\/100:active {
  border-color: rgb(249 115 22 / 1);
}

.active\:border-orange-500\/20:active {
  border-color: rgb(249 115 22 / 0.2);
}

.active\:border-orange-500\/25:active {
  border-color: rgb(249 115 22 / 0.25);
}

.active\:border-orange-500\/30:active {
  border-color: rgb(249 115 22 / 0.3);
}

.active\:border-orange-500\/40:active {
  border-color: rgb(249 115 22 / 0.4);
}

.active\:border-orange-500\/5:active {
  border-color: rgb(249 115 22 / 0.05);
}

.active\:border-orange-500\/50:active {
  border-color: rgb(249 115 22 / 0.5);
}

.active\:border-orange-500\/60:active {
  border-color: rgb(249 115 22 / 0.6);
}

.active\:border-orange-500\/70:active {
  border-color: rgb(249 115 22 / 0.7);
}

.active\:border-orange-500\/75:active {
  border-color: rgb(249 115 22 / 0.75);
}

.active\:border-orange-500\/80:active {
  border-color: rgb(249 115 22 / 0.8);
}

.active\:border-orange-500\/90:active {
  border-color: rgb(249 115 22 / 0.9);
}

.active\:border-orange-500\/95:active {
  border-color: rgb(249 115 22 / 0.95);
}

.active\:border-orange-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.active\:border-orange-600\/0:active {
  border-color: rgb(234 88 12 / 0);
}

.active\:border-orange-600\/10:active {
  border-color: rgb(234 88 12 / 0.1);
}

.active\:border-orange-600\/100:active {
  border-color: rgb(234 88 12 / 1);
}

.active\:border-orange-600\/20:active {
  border-color: rgb(234 88 12 / 0.2);
}

.active\:border-orange-600\/25:active {
  border-color: rgb(234 88 12 / 0.25);
}

.active\:border-orange-600\/30:active {
  border-color: rgb(234 88 12 / 0.3);
}

.active\:border-orange-600\/40:active {
  border-color: rgb(234 88 12 / 0.4);
}

.active\:border-orange-600\/5:active {
  border-color: rgb(234 88 12 / 0.05);
}

.active\:border-orange-600\/50:active {
  border-color: rgb(234 88 12 / 0.5);
}

.active\:border-orange-600\/60:active {
  border-color: rgb(234 88 12 / 0.6);
}

.active\:border-orange-600\/70:active {
  border-color: rgb(234 88 12 / 0.7);
}

.active\:border-orange-600\/75:active {
  border-color: rgb(234 88 12 / 0.75);
}

.active\:border-orange-600\/80:active {
  border-color: rgb(234 88 12 / 0.8);
}

.active\:border-orange-600\/90:active {
  border-color: rgb(234 88 12 / 0.9);
}

.active\:border-orange-600\/95:active {
  border-color: rgb(234 88 12 / 0.95);
}

.active\:border-orange-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(194 65 12 / var(--tw-border-opacity));
}

.active\:border-orange-700\/0:active {
  border-color: rgb(194 65 12 / 0);
}

.active\:border-orange-700\/10:active {
  border-color: rgb(194 65 12 / 0.1);
}

.active\:border-orange-700\/100:active {
  border-color: rgb(194 65 12 / 1);
}

.active\:border-orange-700\/20:active {
  border-color: rgb(194 65 12 / 0.2);
}

.active\:border-orange-700\/25:active {
  border-color: rgb(194 65 12 / 0.25);
}

.active\:border-orange-700\/30:active {
  border-color: rgb(194 65 12 / 0.3);
}

.active\:border-orange-700\/40:active {
  border-color: rgb(194 65 12 / 0.4);
}

.active\:border-orange-700\/5:active {
  border-color: rgb(194 65 12 / 0.05);
}

.active\:border-orange-700\/50:active {
  border-color: rgb(194 65 12 / 0.5);
}

.active\:border-orange-700\/60:active {
  border-color: rgb(194 65 12 / 0.6);
}

.active\:border-orange-700\/70:active {
  border-color: rgb(194 65 12 / 0.7);
}

.active\:border-orange-700\/75:active {
  border-color: rgb(194 65 12 / 0.75);
}

.active\:border-orange-700\/80:active {
  border-color: rgb(194 65 12 / 0.8);
}

.active\:border-orange-700\/90:active {
  border-color: rgb(194 65 12 / 0.9);
}

.active\:border-orange-700\/95:active {
  border-color: rgb(194 65 12 / 0.95);
}

.active\:border-orange-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(154 52 18 / var(--tw-border-opacity));
}

.active\:border-orange-800\/0:active {
  border-color: rgb(154 52 18 / 0);
}

.active\:border-orange-800\/10:active {
  border-color: rgb(154 52 18 / 0.1);
}

.active\:border-orange-800\/100:active {
  border-color: rgb(154 52 18 / 1);
}

.active\:border-orange-800\/20:active {
  border-color: rgb(154 52 18 / 0.2);
}

.active\:border-orange-800\/25:active {
  border-color: rgb(154 52 18 / 0.25);
}

.active\:border-orange-800\/30:active {
  border-color: rgb(154 52 18 / 0.3);
}

.active\:border-orange-800\/40:active {
  border-color: rgb(154 52 18 / 0.4);
}

.active\:border-orange-800\/5:active {
  border-color: rgb(154 52 18 / 0.05);
}

.active\:border-orange-800\/50:active {
  border-color: rgb(154 52 18 / 0.5);
}

.active\:border-orange-800\/60:active {
  border-color: rgb(154 52 18 / 0.6);
}

.active\:border-orange-800\/70:active {
  border-color: rgb(154 52 18 / 0.7);
}

.active\:border-orange-800\/75:active {
  border-color: rgb(154 52 18 / 0.75);
}

.active\:border-orange-800\/80:active {
  border-color: rgb(154 52 18 / 0.8);
}

.active\:border-orange-800\/90:active {
  border-color: rgb(154 52 18 / 0.9);
}

.active\:border-orange-800\/95:active {
  border-color: rgb(154 52 18 / 0.95);
}

.active\:border-orange-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(124 45 18 / var(--tw-border-opacity));
}

.active\:border-orange-900\/0:active {
  border-color: rgb(124 45 18 / 0);
}

.active\:border-orange-900\/10:active {
  border-color: rgb(124 45 18 / 0.1);
}

.active\:border-orange-900\/100:active {
  border-color: rgb(124 45 18 / 1);
}

.active\:border-orange-900\/20:active {
  border-color: rgb(124 45 18 / 0.2);
}

.active\:border-orange-900\/25:active {
  border-color: rgb(124 45 18 / 0.25);
}

.active\:border-orange-900\/30:active {
  border-color: rgb(124 45 18 / 0.3);
}

.active\:border-orange-900\/40:active {
  border-color: rgb(124 45 18 / 0.4);
}

.active\:border-orange-900\/5:active {
  border-color: rgb(124 45 18 / 0.05);
}

.active\:border-orange-900\/50:active {
  border-color: rgb(124 45 18 / 0.5);
}

.active\:border-orange-900\/60:active {
  border-color: rgb(124 45 18 / 0.6);
}

.active\:border-orange-900\/70:active {
  border-color: rgb(124 45 18 / 0.7);
}

.active\:border-orange-900\/75:active {
  border-color: rgb(124 45 18 / 0.75);
}

.active\:border-orange-900\/80:active {
  border-color: rgb(124 45 18 / 0.8);
}

.active\:border-orange-900\/90:active {
  border-color: rgb(124 45 18 / 0.9);
}

.active\:border-orange-900\/95:active {
  border-color: rgb(124 45 18 / 0.95);
}

.active\:border-orange-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(67 20 7 / var(--tw-border-opacity));
}

.active\:border-orange-950\/0:active {
  border-color: rgb(67 20 7 / 0);
}

.active\:border-orange-950\/10:active {
  border-color: rgb(67 20 7 / 0.1);
}

.active\:border-orange-950\/100:active {
  border-color: rgb(67 20 7 / 1);
}

.active\:border-orange-950\/20:active {
  border-color: rgb(67 20 7 / 0.2);
}

.active\:border-orange-950\/25:active {
  border-color: rgb(67 20 7 / 0.25);
}

.active\:border-orange-950\/30:active {
  border-color: rgb(67 20 7 / 0.3);
}

.active\:border-orange-950\/40:active {
  border-color: rgb(67 20 7 / 0.4);
}

.active\:border-orange-950\/5:active {
  border-color: rgb(67 20 7 / 0.05);
}

.active\:border-orange-950\/50:active {
  border-color: rgb(67 20 7 / 0.5);
}

.active\:border-orange-950\/60:active {
  border-color: rgb(67 20 7 / 0.6);
}

.active\:border-orange-950\/70:active {
  border-color: rgb(67 20 7 / 0.7);
}

.active\:border-orange-950\/75:active {
  border-color: rgb(67 20 7 / 0.75);
}

.active\:border-orange-950\/80:active {
  border-color: rgb(67 20 7 / 0.8);
}

.active\:border-orange-950\/90:active {
  border-color: rgb(67 20 7 / 0.9);
}

.active\:border-orange-950\/95:active {
  border-color: rgb(67 20 7 / 0.95);
}

.active\:border-ozc-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(255 239 235 / var(--tw-border-opacity));
}

.active\:border-ozc-100\/0:active {
  border-color: rgb(255 239 235 / 0);
}

.active\:border-ozc-100\/10:active {
  border-color: rgb(255 239 235 / 0.1);
}

.active\:border-ozc-100\/100:active {
  border-color: rgb(255 239 235 / 1);
}

.active\:border-ozc-100\/20:active {
  border-color: rgb(255 239 235 / 0.2);
}

.active\:border-ozc-100\/25:active {
  border-color: rgb(255 239 235 / 0.25);
}

.active\:border-ozc-100\/30:active {
  border-color: rgb(255 239 235 / 0.3);
}

.active\:border-ozc-100\/40:active {
  border-color: rgb(255 239 235 / 0.4);
}

.active\:border-ozc-100\/5:active {
  border-color: rgb(255 239 235 / 0.05);
}

.active\:border-ozc-100\/50:active {
  border-color: rgb(255 239 235 / 0.5);
}

.active\:border-ozc-100\/60:active {
  border-color: rgb(255 239 235 / 0.6);
}

.active\:border-ozc-100\/70:active {
  border-color: rgb(255 239 235 / 0.7);
}

.active\:border-ozc-100\/75:active {
  border-color: rgb(255 239 235 / 0.75);
}

.active\:border-ozc-100\/80:active {
  border-color: rgb(255 239 235 / 0.8);
}

.active\:border-ozc-100\/90:active {
  border-color: rgb(255 239 235 / 0.9);
}

.active\:border-ozc-100\/95:active {
  border-color: rgb(255 239 235 / 0.95);
}

.active\:border-ozc-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(253 225 222 / var(--tw-border-opacity));
}

.active\:border-ozc-200\/0:active {
  border-color: rgb(253 225 222 / 0);
}

.active\:border-ozc-200\/10:active {
  border-color: rgb(253 225 222 / 0.1);
}

.active\:border-ozc-200\/100:active {
  border-color: rgb(253 225 222 / 1);
}

.active\:border-ozc-200\/20:active {
  border-color: rgb(253 225 222 / 0.2);
}

.active\:border-ozc-200\/25:active {
  border-color: rgb(253 225 222 / 0.25);
}

.active\:border-ozc-200\/30:active {
  border-color: rgb(253 225 222 / 0.3);
}

.active\:border-ozc-200\/40:active {
  border-color: rgb(253 225 222 / 0.4);
}

.active\:border-ozc-200\/5:active {
  border-color: rgb(253 225 222 / 0.05);
}

.active\:border-ozc-200\/50:active {
  border-color: rgb(253 225 222 / 0.5);
}

.active\:border-ozc-200\/60:active {
  border-color: rgb(253 225 222 / 0.6);
}

.active\:border-ozc-200\/70:active {
  border-color: rgb(253 225 222 / 0.7);
}

.active\:border-ozc-200\/75:active {
  border-color: rgb(253 225 222 / 0.75);
}

.active\:border-ozc-200\/80:active {
  border-color: rgb(253 225 222 / 0.8);
}

.active\:border-ozc-200\/90:active {
  border-color: rgb(253 225 222 / 0.9);
}

.active\:border-ozc-200\/95:active {
  border-color: rgb(253 225 222 / 0.95);
}

.active\:border-ozc-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(248 181 181 / var(--tw-border-opacity));
}

.active\:border-ozc-300\/0:active {
  border-color: rgb(248 181 181 / 0);
}

.active\:border-ozc-300\/10:active {
  border-color: rgb(248 181 181 / 0.1);
}

.active\:border-ozc-300\/100:active {
  border-color: rgb(248 181 181 / 1);
}

.active\:border-ozc-300\/20:active {
  border-color: rgb(248 181 181 / 0.2);
}

.active\:border-ozc-300\/25:active {
  border-color: rgb(248 181 181 / 0.25);
}

.active\:border-ozc-300\/30:active {
  border-color: rgb(248 181 181 / 0.3);
}

.active\:border-ozc-300\/40:active {
  border-color: rgb(248 181 181 / 0.4);
}

.active\:border-ozc-300\/5:active {
  border-color: rgb(248 181 181 / 0.05);
}

.active\:border-ozc-300\/50:active {
  border-color: rgb(248 181 181 / 0.5);
}

.active\:border-ozc-300\/60:active {
  border-color: rgb(248 181 181 / 0.6);
}

.active\:border-ozc-300\/70:active {
  border-color: rgb(248 181 181 / 0.7);
}

.active\:border-ozc-300\/75:active {
  border-color: rgb(248 181 181 / 0.75);
}

.active\:border-ozc-300\/80:active {
  border-color: rgb(248 181 181 / 0.8);
}

.active\:border-ozc-300\/90:active {
  border-color: rgb(248 181 181 / 0.9);
}

.active\:border-ozc-300\/95:active {
  border-color: rgb(248 181 181 / 0.95);
}

.active\:border-ozc-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(250 189 173 / var(--tw-border-opacity));
}

.active\:border-ozc-400\/0:active {
  border-color: rgb(250 189 173 / 0);
}

.active\:border-ozc-400\/10:active {
  border-color: rgb(250 189 173 / 0.1);
}

.active\:border-ozc-400\/100:active {
  border-color: rgb(250 189 173 / 1);
}

.active\:border-ozc-400\/20:active {
  border-color: rgb(250 189 173 / 0.2);
}

.active\:border-ozc-400\/25:active {
  border-color: rgb(250 189 173 / 0.25);
}

.active\:border-ozc-400\/30:active {
  border-color: rgb(250 189 173 / 0.3);
}

.active\:border-ozc-400\/40:active {
  border-color: rgb(250 189 173 / 0.4);
}

.active\:border-ozc-400\/5:active {
  border-color: rgb(250 189 173 / 0.05);
}

.active\:border-ozc-400\/50:active {
  border-color: rgb(250 189 173 / 0.5);
}

.active\:border-ozc-400\/60:active {
  border-color: rgb(250 189 173 / 0.6);
}

.active\:border-ozc-400\/70:active {
  border-color: rgb(250 189 173 / 0.7);
}

.active\:border-ozc-400\/75:active {
  border-color: rgb(250 189 173 / 0.75);
}

.active\:border-ozc-400\/80:active {
  border-color: rgb(250 189 173 / 0.8);
}

.active\:border-ozc-400\/90:active {
  border-color: rgb(250 189 173 / 0.9);
}

.active\:border-ozc-400\/95:active {
  border-color: rgb(250 189 173 / 0.95);
}

.active\:border-ozc-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(254 243 232 / var(--tw-border-opacity));
}

.active\:border-ozc-50\/0:active {
  border-color: rgb(254 243 232 / 0);
}

.active\:border-ozc-50\/10:active {
  border-color: rgb(254 243 232 / 0.1);
}

.active\:border-ozc-50\/100:active {
  border-color: rgb(254 243 232 / 1);
}

.active\:border-ozc-50\/20:active {
  border-color: rgb(254 243 232 / 0.2);
}

.active\:border-ozc-50\/25:active {
  border-color: rgb(254 243 232 / 0.25);
}

.active\:border-ozc-50\/30:active {
  border-color: rgb(254 243 232 / 0.3);
}

.active\:border-ozc-50\/40:active {
  border-color: rgb(254 243 232 / 0.4);
}

.active\:border-ozc-50\/5:active {
  border-color: rgb(254 243 232 / 0.05);
}

.active\:border-ozc-50\/50:active {
  border-color: rgb(254 243 232 / 0.5);
}

.active\:border-ozc-50\/60:active {
  border-color: rgb(254 243 232 / 0.6);
}

.active\:border-ozc-50\/70:active {
  border-color: rgb(254 243 232 / 0.7);
}

.active\:border-ozc-50\/75:active {
  border-color: rgb(254 243 232 / 0.75);
}

.active\:border-ozc-50\/80:active {
  border-color: rgb(254 243 232 / 0.8);
}

.active\:border-ozc-50\/90:active {
  border-color: rgb(254 243 232 / 0.9);
}

.active\:border-ozc-50\/95:active {
  border-color: rgb(254 243 232 / 0.95);
}

.active\:border-ozc-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(255 110 96 / var(--tw-border-opacity));
}

.active\:border-ozc-500\/0:active {
  border-color: rgb(255 110 96 / 0);
}

.active\:border-ozc-500\/10:active {
  border-color: rgb(255 110 96 / 0.1);
}

.active\:border-ozc-500\/100:active {
  border-color: rgb(255 110 96 / 1);
}

.active\:border-ozc-500\/20:active {
  border-color: rgb(255 110 96 / 0.2);
}

.active\:border-ozc-500\/25:active {
  border-color: rgb(255 110 96 / 0.25);
}

.active\:border-ozc-500\/30:active {
  border-color: rgb(255 110 96 / 0.3);
}

.active\:border-ozc-500\/40:active {
  border-color: rgb(255 110 96 / 0.4);
}

.active\:border-ozc-500\/5:active {
  border-color: rgb(255 110 96 / 0.05);
}

.active\:border-ozc-500\/50:active {
  border-color: rgb(255 110 96 / 0.5);
}

.active\:border-ozc-500\/60:active {
  border-color: rgb(255 110 96 / 0.6);
}

.active\:border-ozc-500\/70:active {
  border-color: rgb(255 110 96 / 0.7);
}

.active\:border-ozc-500\/75:active {
  border-color: rgb(255 110 96 / 0.75);
}

.active\:border-ozc-500\/80:active {
  border-color: rgb(255 110 96 / 0.8);
}

.active\:border-ozc-500\/90:active {
  border-color: rgb(255 110 96 / 0.9);
}

.active\:border-ozc-500\/95:active {
  border-color: rgb(255 110 96 / 0.95);
}

.active\:border-ozc-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(249 169 140 / var(--tw-border-opacity));
}

.active\:border-ozc-600\/0:active {
  border-color: rgb(249 169 140 / 0);
}

.active\:border-ozc-600\/10:active {
  border-color: rgb(249 169 140 / 0.1);
}

.active\:border-ozc-600\/100:active {
  border-color: rgb(249 169 140 / 1);
}

.active\:border-ozc-600\/20:active {
  border-color: rgb(249 169 140 / 0.2);
}

.active\:border-ozc-600\/25:active {
  border-color: rgb(249 169 140 / 0.25);
}

.active\:border-ozc-600\/30:active {
  border-color: rgb(249 169 140 / 0.3);
}

.active\:border-ozc-600\/40:active {
  border-color: rgb(249 169 140 / 0.4);
}

.active\:border-ozc-600\/5:active {
  border-color: rgb(249 169 140 / 0.05);
}

.active\:border-ozc-600\/50:active {
  border-color: rgb(249 169 140 / 0.5);
}

.active\:border-ozc-600\/60:active {
  border-color: rgb(249 169 140 / 0.6);
}

.active\:border-ozc-600\/70:active {
  border-color: rgb(249 169 140 / 0.7);
}

.active\:border-ozc-600\/75:active {
  border-color: rgb(249 169 140 / 0.75);
}

.active\:border-ozc-600\/80:active {
  border-color: rgb(249 169 140 / 0.8);
}

.active\:border-ozc-600\/90:active {
  border-color: rgb(249 169 140 / 0.9);
}

.active\:border-ozc-600\/95:active {
  border-color: rgb(249 169 140 / 0.95);
}

.active\:border-ozc-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(246 148 114 / var(--tw-border-opacity));
}

.active\:border-ozc-700\/0:active {
  border-color: rgb(246 148 114 / 0);
}

.active\:border-ozc-700\/10:active {
  border-color: rgb(246 148 114 / 0.1);
}

.active\:border-ozc-700\/100:active {
  border-color: rgb(246 148 114 / 1);
}

.active\:border-ozc-700\/20:active {
  border-color: rgb(246 148 114 / 0.2);
}

.active\:border-ozc-700\/25:active {
  border-color: rgb(246 148 114 / 0.25);
}

.active\:border-ozc-700\/30:active {
  border-color: rgb(246 148 114 / 0.3);
}

.active\:border-ozc-700\/40:active {
  border-color: rgb(246 148 114 / 0.4);
}

.active\:border-ozc-700\/5:active {
  border-color: rgb(246 148 114 / 0.05);
}

.active\:border-ozc-700\/50:active {
  border-color: rgb(246 148 114 / 0.5);
}

.active\:border-ozc-700\/60:active {
  border-color: rgb(246 148 114 / 0.6);
}

.active\:border-ozc-700\/70:active {
  border-color: rgb(246 148 114 / 0.7);
}

.active\:border-ozc-700\/75:active {
  border-color: rgb(246 148 114 / 0.75);
}

.active\:border-ozc-700\/80:active {
  border-color: rgb(246 148 114 / 0.8);
}

.active\:border-ozc-700\/90:active {
  border-color: rgb(246 148 114 / 0.9);
}

.active\:border-ozc-700\/95:active {
  border-color: rgb(246 148 114 / 0.95);
}

.active\:border-ozc-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(245 144 136 / var(--tw-border-opacity));
}

.active\:border-ozc-800\/0:active {
  border-color: rgb(245 144 136 / 0);
}

.active\:border-ozc-800\/10:active {
  border-color: rgb(245 144 136 / 0.1);
}

.active\:border-ozc-800\/100:active {
  border-color: rgb(245 144 136 / 1);
}

.active\:border-ozc-800\/20:active {
  border-color: rgb(245 144 136 / 0.2);
}

.active\:border-ozc-800\/25:active {
  border-color: rgb(245 144 136 / 0.25);
}

.active\:border-ozc-800\/30:active {
  border-color: rgb(245 144 136 / 0.3);
}

.active\:border-ozc-800\/40:active {
  border-color: rgb(245 144 136 / 0.4);
}

.active\:border-ozc-800\/5:active {
  border-color: rgb(245 144 136 / 0.05);
}

.active\:border-ozc-800\/50:active {
  border-color: rgb(245 144 136 / 0.5);
}

.active\:border-ozc-800\/60:active {
  border-color: rgb(245 144 136 / 0.6);
}

.active\:border-ozc-800\/70:active {
  border-color: rgb(245 144 136 / 0.7);
}

.active\:border-ozc-800\/75:active {
  border-color: rgb(245 144 136 / 0.75);
}

.active\:border-ozc-800\/80:active {
  border-color: rgb(245 144 136 / 0.8);
}

.active\:border-ozc-800\/90:active {
  border-color: rgb(245 144 136 / 0.9);
}

.active\:border-ozc-800\/95:active {
  border-color: rgb(245 144 136 / 0.95);
}

.active\:border-ozc-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(243 121 124 / var(--tw-border-opacity));
}

.active\:border-ozc-900\/0:active {
  border-color: rgb(243 121 124 / 0);
}

.active\:border-ozc-900\/10:active {
  border-color: rgb(243 121 124 / 0.1);
}

.active\:border-ozc-900\/100:active {
  border-color: rgb(243 121 124 / 1);
}

.active\:border-ozc-900\/20:active {
  border-color: rgb(243 121 124 / 0.2);
}

.active\:border-ozc-900\/25:active {
  border-color: rgb(243 121 124 / 0.25);
}

.active\:border-ozc-900\/30:active {
  border-color: rgb(243 121 124 / 0.3);
}

.active\:border-ozc-900\/40:active {
  border-color: rgb(243 121 124 / 0.4);
}

.active\:border-ozc-900\/5:active {
  border-color: rgb(243 121 124 / 0.05);
}

.active\:border-ozc-900\/50:active {
  border-color: rgb(243 121 124 / 0.5);
}

.active\:border-ozc-900\/60:active {
  border-color: rgb(243 121 124 / 0.6);
}

.active\:border-ozc-900\/70:active {
  border-color: rgb(243 121 124 / 0.7);
}

.active\:border-ozc-900\/75:active {
  border-color: rgb(243 121 124 / 0.75);
}

.active\:border-ozc-900\/80:active {
  border-color: rgb(243 121 124 / 0.8);
}

.active\:border-ozc-900\/90:active {
  border-color: rgb(243 121 124 / 0.9);
}

.active\:border-ozc-900\/95:active {
  border-color: rgb(243 121 124 / 0.95);
}

.active\:border-ozc-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.active\:border-ozc-950\/0:active {
  border-color: rgb(42 45 51 / 0);
}

.active\:border-ozc-950\/10:active {
  border-color: rgb(42 45 51 / 0.1);
}

.active\:border-ozc-950\/100:active {
  border-color: rgb(42 45 51 / 1);
}

.active\:border-ozc-950\/20:active {
  border-color: rgb(42 45 51 / 0.2);
}

.active\:border-ozc-950\/25:active {
  border-color: rgb(42 45 51 / 0.25);
}

.active\:border-ozc-950\/30:active {
  border-color: rgb(42 45 51 / 0.3);
}

.active\:border-ozc-950\/40:active {
  border-color: rgb(42 45 51 / 0.4);
}

.active\:border-ozc-950\/5:active {
  border-color: rgb(42 45 51 / 0.05);
}

.active\:border-ozc-950\/50:active {
  border-color: rgb(42 45 51 / 0.5);
}

.active\:border-ozc-950\/60:active {
  border-color: rgb(42 45 51 / 0.6);
}

.active\:border-ozc-950\/70:active {
  border-color: rgb(42 45 51 / 0.7);
}

.active\:border-ozc-950\/75:active {
  border-color: rgb(42 45 51 / 0.75);
}

.active\:border-ozc-950\/80:active {
  border-color: rgb(42 45 51 / 0.8);
}

.active\:border-ozc-950\/90:active {
  border-color: rgb(42 45 51 / 0.9);
}

.active\:border-ozc-950\/95:active {
  border-color: rgb(42 45 51 / 0.95);
}

.active\:border-ozc-alt-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(255 250 230 / var(--tw-border-opacity));
}

.active\:border-ozc-alt-100\/0:active {
  border-color: rgb(255 250 230 / 0);
}

.active\:border-ozc-alt-100\/10:active {
  border-color: rgb(255 250 230 / 0.1);
}

.active\:border-ozc-alt-100\/100:active {
  border-color: rgb(255 250 230 / 1);
}

.active\:border-ozc-alt-100\/20:active {
  border-color: rgb(255 250 230 / 0.2);
}

.active\:border-ozc-alt-100\/25:active {
  border-color: rgb(255 250 230 / 0.25);
}

.active\:border-ozc-alt-100\/30:active {
  border-color: rgb(255 250 230 / 0.3);
}

.active\:border-ozc-alt-100\/40:active {
  border-color: rgb(255 250 230 / 0.4);
}

.active\:border-ozc-alt-100\/5:active {
  border-color: rgb(255 250 230 / 0.05);
}

.active\:border-ozc-alt-100\/50:active {
  border-color: rgb(255 250 230 / 0.5);
}

.active\:border-ozc-alt-100\/60:active {
  border-color: rgb(255 250 230 / 0.6);
}

.active\:border-ozc-alt-100\/70:active {
  border-color: rgb(255 250 230 / 0.7);
}

.active\:border-ozc-alt-100\/75:active {
  border-color: rgb(255 250 230 / 0.75);
}

.active\:border-ozc-alt-100\/80:active {
  border-color: rgb(255 250 230 / 0.8);
}

.active\:border-ozc-alt-100\/90:active {
  border-color: rgb(255 250 230 / 0.9);
}

.active\:border-ozc-alt-100\/95:active {
  border-color: rgb(255 250 230 / 0.95);
}

.active\:border-ozc-alt-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(255 242 193 / var(--tw-border-opacity));
}

.active\:border-ozc-alt-200\/0:active {
  border-color: rgb(255 242 193 / 0);
}

.active\:border-ozc-alt-200\/10:active {
  border-color: rgb(255 242 193 / 0.1);
}

.active\:border-ozc-alt-200\/100:active {
  border-color: rgb(255 242 193 / 1);
}

.active\:border-ozc-alt-200\/20:active {
  border-color: rgb(255 242 193 / 0.2);
}

.active\:border-ozc-alt-200\/25:active {
  border-color: rgb(255 242 193 / 0.25);
}

.active\:border-ozc-alt-200\/30:active {
  border-color: rgb(255 242 193 / 0.3);
}

.active\:border-ozc-alt-200\/40:active {
  border-color: rgb(255 242 193 / 0.4);
}

.active\:border-ozc-alt-200\/5:active {
  border-color: rgb(255 242 193 / 0.05);
}

.active\:border-ozc-alt-200\/50:active {
  border-color: rgb(255 242 193 / 0.5);
}

.active\:border-ozc-alt-200\/60:active {
  border-color: rgb(255 242 193 / 0.6);
}

.active\:border-ozc-alt-200\/70:active {
  border-color: rgb(255 242 193 / 0.7);
}

.active\:border-ozc-alt-200\/75:active {
  border-color: rgb(255 242 193 / 0.75);
}

.active\:border-ozc-alt-200\/80:active {
  border-color: rgb(255 242 193 / 0.8);
}

.active\:border-ozc-alt-200\/90:active {
  border-color: rgb(255 242 193 / 0.9);
}

.active\:border-ozc-alt-200\/95:active {
  border-color: rgb(255 242 193 / 0.95);
}

.active\:border-ozc-alt-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(255 235 155 / var(--tw-border-opacity));
}

.active\:border-ozc-alt-300\/0:active {
  border-color: rgb(255 235 155 / 0);
}

.active\:border-ozc-alt-300\/10:active {
  border-color: rgb(255 235 155 / 0.1);
}

.active\:border-ozc-alt-300\/100:active {
  border-color: rgb(255 235 155 / 1);
}

.active\:border-ozc-alt-300\/20:active {
  border-color: rgb(255 235 155 / 0.2);
}

.active\:border-ozc-alt-300\/25:active {
  border-color: rgb(255 235 155 / 0.25);
}

.active\:border-ozc-alt-300\/30:active {
  border-color: rgb(255 235 155 / 0.3);
}

.active\:border-ozc-alt-300\/40:active {
  border-color: rgb(255 235 155 / 0.4);
}

.active\:border-ozc-alt-300\/5:active {
  border-color: rgb(255 235 155 / 0.05);
}

.active\:border-ozc-alt-300\/50:active {
  border-color: rgb(255 235 155 / 0.5);
}

.active\:border-ozc-alt-300\/60:active {
  border-color: rgb(255 235 155 / 0.6);
}

.active\:border-ozc-alt-300\/70:active {
  border-color: rgb(255 235 155 / 0.7);
}

.active\:border-ozc-alt-300\/75:active {
  border-color: rgb(255 235 155 / 0.75);
}

.active\:border-ozc-alt-300\/80:active {
  border-color: rgb(255 235 155 / 0.8);
}

.active\:border-ozc-alt-300\/90:active {
  border-color: rgb(255 235 155 / 0.9);
}

.active\:border-ozc-alt-300\/95:active {
  border-color: rgb(255 235 155 / 0.95);
}

.active\:border-ozc-alt-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(255 219 80 / var(--tw-border-opacity));
}

.active\:border-ozc-alt-400\/0:active {
  border-color: rgb(255 219 80 / 0);
}

.active\:border-ozc-alt-400\/10:active {
  border-color: rgb(255 219 80 / 0.1);
}

.active\:border-ozc-alt-400\/100:active {
  border-color: rgb(255 219 80 / 1);
}

.active\:border-ozc-alt-400\/20:active {
  border-color: rgb(255 219 80 / 0.2);
}

.active\:border-ozc-alt-400\/25:active {
  border-color: rgb(255 219 80 / 0.25);
}

.active\:border-ozc-alt-400\/30:active {
  border-color: rgb(255 219 80 / 0.3);
}

.active\:border-ozc-alt-400\/40:active {
  border-color: rgb(255 219 80 / 0.4);
}

.active\:border-ozc-alt-400\/5:active {
  border-color: rgb(255 219 80 / 0.05);
}

.active\:border-ozc-alt-400\/50:active {
  border-color: rgb(255 219 80 / 0.5);
}

.active\:border-ozc-alt-400\/60:active {
  border-color: rgb(255 219 80 / 0.6);
}

.active\:border-ozc-alt-400\/70:active {
  border-color: rgb(255 219 80 / 0.7);
}

.active\:border-ozc-alt-400\/75:active {
  border-color: rgb(255 219 80 / 0.75);
}

.active\:border-ozc-alt-400\/80:active {
  border-color: rgb(255 219 80 / 0.8);
}

.active\:border-ozc-alt-400\/90:active {
  border-color: rgb(255 219 80 / 0.9);
}

.active\:border-ozc-alt-400\/95:active {
  border-color: rgb(255 219 80 / 0.95);
}

.active\:border-ozc-alt-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(255 252 243 / var(--tw-border-opacity));
}

.active\:border-ozc-alt-50\/0:active {
  border-color: rgb(255 252 243 / 0);
}

.active\:border-ozc-alt-50\/10:active {
  border-color: rgb(255 252 243 / 0.1);
}

.active\:border-ozc-alt-50\/100:active {
  border-color: rgb(255 252 243 / 1);
}

.active\:border-ozc-alt-50\/20:active {
  border-color: rgb(255 252 243 / 0.2);
}

.active\:border-ozc-alt-50\/25:active {
  border-color: rgb(255 252 243 / 0.25);
}

.active\:border-ozc-alt-50\/30:active {
  border-color: rgb(255 252 243 / 0.3);
}

.active\:border-ozc-alt-50\/40:active {
  border-color: rgb(255 252 243 / 0.4);
}

.active\:border-ozc-alt-50\/5:active {
  border-color: rgb(255 252 243 / 0.05);
}

.active\:border-ozc-alt-50\/50:active {
  border-color: rgb(255 252 243 / 0.5);
}

.active\:border-ozc-alt-50\/60:active {
  border-color: rgb(255 252 243 / 0.6);
}

.active\:border-ozc-alt-50\/70:active {
  border-color: rgb(255 252 243 / 0.7);
}

.active\:border-ozc-alt-50\/75:active {
  border-color: rgb(255 252 243 / 0.75);
}

.active\:border-ozc-alt-50\/80:active {
  border-color: rgb(255 252 243 / 0.8);
}

.active\:border-ozc-alt-50\/90:active {
  border-color: rgb(255 252 243 / 0.9);
}

.active\:border-ozc-alt-50\/95:active {
  border-color: rgb(255 252 243 / 0.95);
}

.active\:border-ozc-alt-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(255 204 5 / var(--tw-border-opacity));
}

.active\:border-ozc-alt-500\/0:active {
  border-color: rgb(255 204 5 / 0);
}

.active\:border-ozc-alt-500\/10:active {
  border-color: rgb(255 204 5 / 0.1);
}

.active\:border-ozc-alt-500\/100:active {
  border-color: rgb(255 204 5 / 1);
}

.active\:border-ozc-alt-500\/20:active {
  border-color: rgb(255 204 5 / 0.2);
}

.active\:border-ozc-alt-500\/25:active {
  border-color: rgb(255 204 5 / 0.25);
}

.active\:border-ozc-alt-500\/30:active {
  border-color: rgb(255 204 5 / 0.3);
}

.active\:border-ozc-alt-500\/40:active {
  border-color: rgb(255 204 5 / 0.4);
}

.active\:border-ozc-alt-500\/5:active {
  border-color: rgb(255 204 5 / 0.05);
}

.active\:border-ozc-alt-500\/50:active {
  border-color: rgb(255 204 5 / 0.5);
}

.active\:border-ozc-alt-500\/60:active {
  border-color: rgb(255 204 5 / 0.6);
}

.active\:border-ozc-alt-500\/70:active {
  border-color: rgb(255 204 5 / 0.7);
}

.active\:border-ozc-alt-500\/75:active {
  border-color: rgb(255 204 5 / 0.75);
}

.active\:border-ozc-alt-500\/80:active {
  border-color: rgb(255 204 5 / 0.8);
}

.active\:border-ozc-alt-500\/90:active {
  border-color: rgb(255 204 5 / 0.9);
}

.active\:border-ozc-alt-500\/95:active {
  border-color: rgb(255 204 5 / 0.95);
}

.active\:border-ozc-alt-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(230 184 5 / var(--tw-border-opacity));
}

.active\:border-ozc-alt-600\/0:active {
  border-color: rgb(230 184 5 / 0);
}

.active\:border-ozc-alt-600\/10:active {
  border-color: rgb(230 184 5 / 0.1);
}

.active\:border-ozc-alt-600\/100:active {
  border-color: rgb(230 184 5 / 1);
}

.active\:border-ozc-alt-600\/20:active {
  border-color: rgb(230 184 5 / 0.2);
}

.active\:border-ozc-alt-600\/25:active {
  border-color: rgb(230 184 5 / 0.25);
}

.active\:border-ozc-alt-600\/30:active {
  border-color: rgb(230 184 5 / 0.3);
}

.active\:border-ozc-alt-600\/40:active {
  border-color: rgb(230 184 5 / 0.4);
}

.active\:border-ozc-alt-600\/5:active {
  border-color: rgb(230 184 5 / 0.05);
}

.active\:border-ozc-alt-600\/50:active {
  border-color: rgb(230 184 5 / 0.5);
}

.active\:border-ozc-alt-600\/60:active {
  border-color: rgb(230 184 5 / 0.6);
}

.active\:border-ozc-alt-600\/70:active {
  border-color: rgb(230 184 5 / 0.7);
}

.active\:border-ozc-alt-600\/75:active {
  border-color: rgb(230 184 5 / 0.75);
}

.active\:border-ozc-alt-600\/80:active {
  border-color: rgb(230 184 5 / 0.8);
}

.active\:border-ozc-alt-600\/90:active {
  border-color: rgb(230 184 5 / 0.9);
}

.active\:border-ozc-alt-600\/95:active {
  border-color: rgb(230 184 5 / 0.95);
}

.active\:border-ozc-alt-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(153 122 3 / var(--tw-border-opacity));
}

.active\:border-ozc-alt-700\/0:active {
  border-color: rgb(153 122 3 / 0);
}

.active\:border-ozc-alt-700\/10:active {
  border-color: rgb(153 122 3 / 0.1);
}

.active\:border-ozc-alt-700\/100:active {
  border-color: rgb(153 122 3 / 1);
}

.active\:border-ozc-alt-700\/20:active {
  border-color: rgb(153 122 3 / 0.2);
}

.active\:border-ozc-alt-700\/25:active {
  border-color: rgb(153 122 3 / 0.25);
}

.active\:border-ozc-alt-700\/30:active {
  border-color: rgb(153 122 3 / 0.3);
}

.active\:border-ozc-alt-700\/40:active {
  border-color: rgb(153 122 3 / 0.4);
}

.active\:border-ozc-alt-700\/5:active {
  border-color: rgb(153 122 3 / 0.05);
}

.active\:border-ozc-alt-700\/50:active {
  border-color: rgb(153 122 3 / 0.5);
}

.active\:border-ozc-alt-700\/60:active {
  border-color: rgb(153 122 3 / 0.6);
}

.active\:border-ozc-alt-700\/70:active {
  border-color: rgb(153 122 3 / 0.7);
}

.active\:border-ozc-alt-700\/75:active {
  border-color: rgb(153 122 3 / 0.75);
}

.active\:border-ozc-alt-700\/80:active {
  border-color: rgb(153 122 3 / 0.8);
}

.active\:border-ozc-alt-700\/90:active {
  border-color: rgb(153 122 3 / 0.9);
}

.active\:border-ozc-alt-700\/95:active {
  border-color: rgb(153 122 3 / 0.95);
}

.active\:border-ozc-alt-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(115 92 2 / var(--tw-border-opacity));
}

.active\:border-ozc-alt-800\/0:active {
  border-color: rgb(115 92 2 / 0);
}

.active\:border-ozc-alt-800\/10:active {
  border-color: rgb(115 92 2 / 0.1);
}

.active\:border-ozc-alt-800\/100:active {
  border-color: rgb(115 92 2 / 1);
}

.active\:border-ozc-alt-800\/20:active {
  border-color: rgb(115 92 2 / 0.2);
}

.active\:border-ozc-alt-800\/25:active {
  border-color: rgb(115 92 2 / 0.25);
}

.active\:border-ozc-alt-800\/30:active {
  border-color: rgb(115 92 2 / 0.3);
}

.active\:border-ozc-alt-800\/40:active {
  border-color: rgb(115 92 2 / 0.4);
}

.active\:border-ozc-alt-800\/5:active {
  border-color: rgb(115 92 2 / 0.05);
}

.active\:border-ozc-alt-800\/50:active {
  border-color: rgb(115 92 2 / 0.5);
}

.active\:border-ozc-alt-800\/60:active {
  border-color: rgb(115 92 2 / 0.6);
}

.active\:border-ozc-alt-800\/70:active {
  border-color: rgb(115 92 2 / 0.7);
}

.active\:border-ozc-alt-800\/75:active {
  border-color: rgb(115 92 2 / 0.75);
}

.active\:border-ozc-alt-800\/80:active {
  border-color: rgb(115 92 2 / 0.8);
}

.active\:border-ozc-alt-800\/90:active {
  border-color: rgb(115 92 2 / 0.9);
}

.active\:border-ozc-alt-800\/95:active {
  border-color: rgb(115 92 2 / 0.95);
}

.active\:border-ozc-alt-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.active\:border-ozc-alt-900\/0:active {
  border-color: rgb(42 45 51 / 0);
}

.active\:border-ozc-alt-900\/10:active {
  border-color: rgb(42 45 51 / 0.1);
}

.active\:border-ozc-alt-900\/100:active {
  border-color: rgb(42 45 51 / 1);
}

.active\:border-ozc-alt-900\/20:active {
  border-color: rgb(42 45 51 / 0.2);
}

.active\:border-ozc-alt-900\/25:active {
  border-color: rgb(42 45 51 / 0.25);
}

.active\:border-ozc-alt-900\/30:active {
  border-color: rgb(42 45 51 / 0.3);
}

.active\:border-ozc-alt-900\/40:active {
  border-color: rgb(42 45 51 / 0.4);
}

.active\:border-ozc-alt-900\/5:active {
  border-color: rgb(42 45 51 / 0.05);
}

.active\:border-ozc-alt-900\/50:active {
  border-color: rgb(42 45 51 / 0.5);
}

.active\:border-ozc-alt-900\/60:active {
  border-color: rgb(42 45 51 / 0.6);
}

.active\:border-ozc-alt-900\/70:active {
  border-color: rgb(42 45 51 / 0.7);
}

.active\:border-ozc-alt-900\/75:active {
  border-color: rgb(42 45 51 / 0.75);
}

.active\:border-ozc-alt-900\/80:active {
  border-color: rgb(42 45 51 / 0.8);
}

.active\:border-ozc-alt-900\/90:active {
  border-color: rgb(42 45 51 / 0.9);
}

.active\:border-ozc-alt-900\/95:active {
  border-color: rgb(42 45 51 / 0.95);
}

.active\:border-pink-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(252 231 243 / var(--tw-border-opacity));
}

.active\:border-pink-100\/0:active {
  border-color: rgb(252 231 243 / 0);
}

.active\:border-pink-100\/10:active {
  border-color: rgb(252 231 243 / 0.1);
}

.active\:border-pink-100\/100:active {
  border-color: rgb(252 231 243 / 1);
}

.active\:border-pink-100\/20:active {
  border-color: rgb(252 231 243 / 0.2);
}

.active\:border-pink-100\/25:active {
  border-color: rgb(252 231 243 / 0.25);
}

.active\:border-pink-100\/30:active {
  border-color: rgb(252 231 243 / 0.3);
}

.active\:border-pink-100\/40:active {
  border-color: rgb(252 231 243 / 0.4);
}

.active\:border-pink-100\/5:active {
  border-color: rgb(252 231 243 / 0.05);
}

.active\:border-pink-100\/50:active {
  border-color: rgb(252 231 243 / 0.5);
}

.active\:border-pink-100\/60:active {
  border-color: rgb(252 231 243 / 0.6);
}

.active\:border-pink-100\/70:active {
  border-color: rgb(252 231 243 / 0.7);
}

.active\:border-pink-100\/75:active {
  border-color: rgb(252 231 243 / 0.75);
}

.active\:border-pink-100\/80:active {
  border-color: rgb(252 231 243 / 0.8);
}

.active\:border-pink-100\/90:active {
  border-color: rgb(252 231 243 / 0.9);
}

.active\:border-pink-100\/95:active {
  border-color: rgb(252 231 243 / 0.95);
}

.active\:border-pink-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(251 207 232 / var(--tw-border-opacity));
}

.active\:border-pink-200\/0:active {
  border-color: rgb(251 207 232 / 0);
}

.active\:border-pink-200\/10:active {
  border-color: rgb(251 207 232 / 0.1);
}

.active\:border-pink-200\/100:active {
  border-color: rgb(251 207 232 / 1);
}

.active\:border-pink-200\/20:active {
  border-color: rgb(251 207 232 / 0.2);
}

.active\:border-pink-200\/25:active {
  border-color: rgb(251 207 232 / 0.25);
}

.active\:border-pink-200\/30:active {
  border-color: rgb(251 207 232 / 0.3);
}

.active\:border-pink-200\/40:active {
  border-color: rgb(251 207 232 / 0.4);
}

.active\:border-pink-200\/5:active {
  border-color: rgb(251 207 232 / 0.05);
}

.active\:border-pink-200\/50:active {
  border-color: rgb(251 207 232 / 0.5);
}

.active\:border-pink-200\/60:active {
  border-color: rgb(251 207 232 / 0.6);
}

.active\:border-pink-200\/70:active {
  border-color: rgb(251 207 232 / 0.7);
}

.active\:border-pink-200\/75:active {
  border-color: rgb(251 207 232 / 0.75);
}

.active\:border-pink-200\/80:active {
  border-color: rgb(251 207 232 / 0.8);
}

.active\:border-pink-200\/90:active {
  border-color: rgb(251 207 232 / 0.9);
}

.active\:border-pink-200\/95:active {
  border-color: rgb(251 207 232 / 0.95);
}

.active\:border-pink-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(249 168 212 / var(--tw-border-opacity));
}

.active\:border-pink-300\/0:active {
  border-color: rgb(249 168 212 / 0);
}

.active\:border-pink-300\/10:active {
  border-color: rgb(249 168 212 / 0.1);
}

.active\:border-pink-300\/100:active {
  border-color: rgb(249 168 212 / 1);
}

.active\:border-pink-300\/20:active {
  border-color: rgb(249 168 212 / 0.2);
}

.active\:border-pink-300\/25:active {
  border-color: rgb(249 168 212 / 0.25);
}

.active\:border-pink-300\/30:active {
  border-color: rgb(249 168 212 / 0.3);
}

.active\:border-pink-300\/40:active {
  border-color: rgb(249 168 212 / 0.4);
}

.active\:border-pink-300\/5:active {
  border-color: rgb(249 168 212 / 0.05);
}

.active\:border-pink-300\/50:active {
  border-color: rgb(249 168 212 / 0.5);
}

.active\:border-pink-300\/60:active {
  border-color: rgb(249 168 212 / 0.6);
}

.active\:border-pink-300\/70:active {
  border-color: rgb(249 168 212 / 0.7);
}

.active\:border-pink-300\/75:active {
  border-color: rgb(249 168 212 / 0.75);
}

.active\:border-pink-300\/80:active {
  border-color: rgb(249 168 212 / 0.8);
}

.active\:border-pink-300\/90:active {
  border-color: rgb(249 168 212 / 0.9);
}

.active\:border-pink-300\/95:active {
  border-color: rgb(249 168 212 / 0.95);
}

.active\:border-pink-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(244 114 182 / var(--tw-border-opacity));
}

.active\:border-pink-400\/0:active {
  border-color: rgb(244 114 182 / 0);
}

.active\:border-pink-400\/10:active {
  border-color: rgb(244 114 182 / 0.1);
}

.active\:border-pink-400\/100:active {
  border-color: rgb(244 114 182 / 1);
}

.active\:border-pink-400\/20:active {
  border-color: rgb(244 114 182 / 0.2);
}

.active\:border-pink-400\/25:active {
  border-color: rgb(244 114 182 / 0.25);
}

.active\:border-pink-400\/30:active {
  border-color: rgb(244 114 182 / 0.3);
}

.active\:border-pink-400\/40:active {
  border-color: rgb(244 114 182 / 0.4);
}

.active\:border-pink-400\/5:active {
  border-color: rgb(244 114 182 / 0.05);
}

.active\:border-pink-400\/50:active {
  border-color: rgb(244 114 182 / 0.5);
}

.active\:border-pink-400\/60:active {
  border-color: rgb(244 114 182 / 0.6);
}

.active\:border-pink-400\/70:active {
  border-color: rgb(244 114 182 / 0.7);
}

.active\:border-pink-400\/75:active {
  border-color: rgb(244 114 182 / 0.75);
}

.active\:border-pink-400\/80:active {
  border-color: rgb(244 114 182 / 0.8);
}

.active\:border-pink-400\/90:active {
  border-color: rgb(244 114 182 / 0.9);
}

.active\:border-pink-400\/95:active {
  border-color: rgb(244 114 182 / 0.95);
}

.active\:border-pink-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(253 242 248 / var(--tw-border-opacity));
}

.active\:border-pink-50\/0:active {
  border-color: rgb(253 242 248 / 0);
}

.active\:border-pink-50\/10:active {
  border-color: rgb(253 242 248 / 0.1);
}

.active\:border-pink-50\/100:active {
  border-color: rgb(253 242 248 / 1);
}

.active\:border-pink-50\/20:active {
  border-color: rgb(253 242 248 / 0.2);
}

.active\:border-pink-50\/25:active {
  border-color: rgb(253 242 248 / 0.25);
}

.active\:border-pink-50\/30:active {
  border-color: rgb(253 242 248 / 0.3);
}

.active\:border-pink-50\/40:active {
  border-color: rgb(253 242 248 / 0.4);
}

.active\:border-pink-50\/5:active {
  border-color: rgb(253 242 248 / 0.05);
}

.active\:border-pink-50\/50:active {
  border-color: rgb(253 242 248 / 0.5);
}

.active\:border-pink-50\/60:active {
  border-color: rgb(253 242 248 / 0.6);
}

.active\:border-pink-50\/70:active {
  border-color: rgb(253 242 248 / 0.7);
}

.active\:border-pink-50\/75:active {
  border-color: rgb(253 242 248 / 0.75);
}

.active\:border-pink-50\/80:active {
  border-color: rgb(253 242 248 / 0.8);
}

.active\:border-pink-50\/90:active {
  border-color: rgb(253 242 248 / 0.9);
}

.active\:border-pink-50\/95:active {
  border-color: rgb(253 242 248 / 0.95);
}

.active\:border-pink-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-border-opacity));
}

.active\:border-pink-500\/0:active {
  border-color: rgb(236 72 153 / 0);
}

.active\:border-pink-500\/10:active {
  border-color: rgb(236 72 153 / 0.1);
}

.active\:border-pink-500\/100:active {
  border-color: rgb(236 72 153 / 1);
}

.active\:border-pink-500\/20:active {
  border-color: rgb(236 72 153 / 0.2);
}

.active\:border-pink-500\/25:active {
  border-color: rgb(236 72 153 / 0.25);
}

.active\:border-pink-500\/30:active {
  border-color: rgb(236 72 153 / 0.3);
}

.active\:border-pink-500\/40:active {
  border-color: rgb(236 72 153 / 0.4);
}

.active\:border-pink-500\/5:active {
  border-color: rgb(236 72 153 / 0.05);
}

.active\:border-pink-500\/50:active {
  border-color: rgb(236 72 153 / 0.5);
}

.active\:border-pink-500\/60:active {
  border-color: rgb(236 72 153 / 0.6);
}

.active\:border-pink-500\/70:active {
  border-color: rgb(236 72 153 / 0.7);
}

.active\:border-pink-500\/75:active {
  border-color: rgb(236 72 153 / 0.75);
}

.active\:border-pink-500\/80:active {
  border-color: rgb(236 72 153 / 0.8);
}

.active\:border-pink-500\/90:active {
  border-color: rgb(236 72 153 / 0.9);
}

.active\:border-pink-500\/95:active {
  border-color: rgb(236 72 153 / 0.95);
}

.active\:border-pink-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(219 39 119 / var(--tw-border-opacity));
}

.active\:border-pink-600\/0:active {
  border-color: rgb(219 39 119 / 0);
}

.active\:border-pink-600\/10:active {
  border-color: rgb(219 39 119 / 0.1);
}

.active\:border-pink-600\/100:active {
  border-color: rgb(219 39 119 / 1);
}

.active\:border-pink-600\/20:active {
  border-color: rgb(219 39 119 / 0.2);
}

.active\:border-pink-600\/25:active {
  border-color: rgb(219 39 119 / 0.25);
}

.active\:border-pink-600\/30:active {
  border-color: rgb(219 39 119 / 0.3);
}

.active\:border-pink-600\/40:active {
  border-color: rgb(219 39 119 / 0.4);
}

.active\:border-pink-600\/5:active {
  border-color: rgb(219 39 119 / 0.05);
}

.active\:border-pink-600\/50:active {
  border-color: rgb(219 39 119 / 0.5);
}

.active\:border-pink-600\/60:active {
  border-color: rgb(219 39 119 / 0.6);
}

.active\:border-pink-600\/70:active {
  border-color: rgb(219 39 119 / 0.7);
}

.active\:border-pink-600\/75:active {
  border-color: rgb(219 39 119 / 0.75);
}

.active\:border-pink-600\/80:active {
  border-color: rgb(219 39 119 / 0.8);
}

.active\:border-pink-600\/90:active {
  border-color: rgb(219 39 119 / 0.9);
}

.active\:border-pink-600\/95:active {
  border-color: rgb(219 39 119 / 0.95);
}

.active\:border-pink-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(190 24 93 / var(--tw-border-opacity));
}

.active\:border-pink-700\/0:active {
  border-color: rgb(190 24 93 / 0);
}

.active\:border-pink-700\/10:active {
  border-color: rgb(190 24 93 / 0.1);
}

.active\:border-pink-700\/100:active {
  border-color: rgb(190 24 93 / 1);
}

.active\:border-pink-700\/20:active {
  border-color: rgb(190 24 93 / 0.2);
}

.active\:border-pink-700\/25:active {
  border-color: rgb(190 24 93 / 0.25);
}

.active\:border-pink-700\/30:active {
  border-color: rgb(190 24 93 / 0.3);
}

.active\:border-pink-700\/40:active {
  border-color: rgb(190 24 93 / 0.4);
}

.active\:border-pink-700\/5:active {
  border-color: rgb(190 24 93 / 0.05);
}

.active\:border-pink-700\/50:active {
  border-color: rgb(190 24 93 / 0.5);
}

.active\:border-pink-700\/60:active {
  border-color: rgb(190 24 93 / 0.6);
}

.active\:border-pink-700\/70:active {
  border-color: rgb(190 24 93 / 0.7);
}

.active\:border-pink-700\/75:active {
  border-color: rgb(190 24 93 / 0.75);
}

.active\:border-pink-700\/80:active {
  border-color: rgb(190 24 93 / 0.8);
}

.active\:border-pink-700\/90:active {
  border-color: rgb(190 24 93 / 0.9);
}

.active\:border-pink-700\/95:active {
  border-color: rgb(190 24 93 / 0.95);
}

.active\:border-pink-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(157 23 77 / var(--tw-border-opacity));
}

.active\:border-pink-800\/0:active {
  border-color: rgb(157 23 77 / 0);
}

.active\:border-pink-800\/10:active {
  border-color: rgb(157 23 77 / 0.1);
}

.active\:border-pink-800\/100:active {
  border-color: rgb(157 23 77 / 1);
}

.active\:border-pink-800\/20:active {
  border-color: rgb(157 23 77 / 0.2);
}

.active\:border-pink-800\/25:active {
  border-color: rgb(157 23 77 / 0.25);
}

.active\:border-pink-800\/30:active {
  border-color: rgb(157 23 77 / 0.3);
}

.active\:border-pink-800\/40:active {
  border-color: rgb(157 23 77 / 0.4);
}

.active\:border-pink-800\/5:active {
  border-color: rgb(157 23 77 / 0.05);
}

.active\:border-pink-800\/50:active {
  border-color: rgb(157 23 77 / 0.5);
}

.active\:border-pink-800\/60:active {
  border-color: rgb(157 23 77 / 0.6);
}

.active\:border-pink-800\/70:active {
  border-color: rgb(157 23 77 / 0.7);
}

.active\:border-pink-800\/75:active {
  border-color: rgb(157 23 77 / 0.75);
}

.active\:border-pink-800\/80:active {
  border-color: rgb(157 23 77 / 0.8);
}

.active\:border-pink-800\/90:active {
  border-color: rgb(157 23 77 / 0.9);
}

.active\:border-pink-800\/95:active {
  border-color: rgb(157 23 77 / 0.95);
}

.active\:border-pink-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(131 24 67 / var(--tw-border-opacity));
}

.active\:border-pink-900\/0:active {
  border-color: rgb(131 24 67 / 0);
}

.active\:border-pink-900\/10:active {
  border-color: rgb(131 24 67 / 0.1);
}

.active\:border-pink-900\/100:active {
  border-color: rgb(131 24 67 / 1);
}

.active\:border-pink-900\/20:active {
  border-color: rgb(131 24 67 / 0.2);
}

.active\:border-pink-900\/25:active {
  border-color: rgb(131 24 67 / 0.25);
}

.active\:border-pink-900\/30:active {
  border-color: rgb(131 24 67 / 0.3);
}

.active\:border-pink-900\/40:active {
  border-color: rgb(131 24 67 / 0.4);
}

.active\:border-pink-900\/5:active {
  border-color: rgb(131 24 67 / 0.05);
}

.active\:border-pink-900\/50:active {
  border-color: rgb(131 24 67 / 0.5);
}

.active\:border-pink-900\/60:active {
  border-color: rgb(131 24 67 / 0.6);
}

.active\:border-pink-900\/70:active {
  border-color: rgb(131 24 67 / 0.7);
}

.active\:border-pink-900\/75:active {
  border-color: rgb(131 24 67 / 0.75);
}

.active\:border-pink-900\/80:active {
  border-color: rgb(131 24 67 / 0.8);
}

.active\:border-pink-900\/90:active {
  border-color: rgb(131 24 67 / 0.9);
}

.active\:border-pink-900\/95:active {
  border-color: rgb(131 24 67 / 0.95);
}

.active\:border-pink-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(80 7 36 / var(--tw-border-opacity));
}

.active\:border-pink-950\/0:active {
  border-color: rgb(80 7 36 / 0);
}

.active\:border-pink-950\/10:active {
  border-color: rgb(80 7 36 / 0.1);
}

.active\:border-pink-950\/100:active {
  border-color: rgb(80 7 36 / 1);
}

.active\:border-pink-950\/20:active {
  border-color: rgb(80 7 36 / 0.2);
}

.active\:border-pink-950\/25:active {
  border-color: rgb(80 7 36 / 0.25);
}

.active\:border-pink-950\/30:active {
  border-color: rgb(80 7 36 / 0.3);
}

.active\:border-pink-950\/40:active {
  border-color: rgb(80 7 36 / 0.4);
}

.active\:border-pink-950\/5:active {
  border-color: rgb(80 7 36 / 0.05);
}

.active\:border-pink-950\/50:active {
  border-color: rgb(80 7 36 / 0.5);
}

.active\:border-pink-950\/60:active {
  border-color: rgb(80 7 36 / 0.6);
}

.active\:border-pink-950\/70:active {
  border-color: rgb(80 7 36 / 0.7);
}

.active\:border-pink-950\/75:active {
  border-color: rgb(80 7 36 / 0.75);
}

.active\:border-pink-950\/80:active {
  border-color: rgb(80 7 36 / 0.8);
}

.active\:border-pink-950\/90:active {
  border-color: rgb(80 7 36 / 0.9);
}

.active\:border-pink-950\/95:active {
  border-color: rgb(80 7 36 / 0.95);
}

.active\:border-purple-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-border-opacity));
}

.active\:border-purple-100\/0:active {
  border-color: rgb(243 232 255 / 0);
}

.active\:border-purple-100\/10:active {
  border-color: rgb(243 232 255 / 0.1);
}

.active\:border-purple-100\/100:active {
  border-color: rgb(243 232 255 / 1);
}

.active\:border-purple-100\/20:active {
  border-color: rgb(243 232 255 / 0.2);
}

.active\:border-purple-100\/25:active {
  border-color: rgb(243 232 255 / 0.25);
}

.active\:border-purple-100\/30:active {
  border-color: rgb(243 232 255 / 0.3);
}

.active\:border-purple-100\/40:active {
  border-color: rgb(243 232 255 / 0.4);
}

.active\:border-purple-100\/5:active {
  border-color: rgb(243 232 255 / 0.05);
}

.active\:border-purple-100\/50:active {
  border-color: rgb(243 232 255 / 0.5);
}

.active\:border-purple-100\/60:active {
  border-color: rgb(243 232 255 / 0.6);
}

.active\:border-purple-100\/70:active {
  border-color: rgb(243 232 255 / 0.7);
}

.active\:border-purple-100\/75:active {
  border-color: rgb(243 232 255 / 0.75);
}

.active\:border-purple-100\/80:active {
  border-color: rgb(243 232 255 / 0.8);
}

.active\:border-purple-100\/90:active {
  border-color: rgb(243 232 255 / 0.9);
}

.active\:border-purple-100\/95:active {
  border-color: rgb(243 232 255 / 0.95);
}

.active\:border-purple-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity));
}

.active\:border-purple-200\/0:active {
  border-color: rgb(233 213 255 / 0);
}

.active\:border-purple-200\/10:active {
  border-color: rgb(233 213 255 / 0.1);
}

.active\:border-purple-200\/100:active {
  border-color: rgb(233 213 255 / 1);
}

.active\:border-purple-200\/20:active {
  border-color: rgb(233 213 255 / 0.2);
}

.active\:border-purple-200\/25:active {
  border-color: rgb(233 213 255 / 0.25);
}

.active\:border-purple-200\/30:active {
  border-color: rgb(233 213 255 / 0.3);
}

.active\:border-purple-200\/40:active {
  border-color: rgb(233 213 255 / 0.4);
}

.active\:border-purple-200\/5:active {
  border-color: rgb(233 213 255 / 0.05);
}

.active\:border-purple-200\/50:active {
  border-color: rgb(233 213 255 / 0.5);
}

.active\:border-purple-200\/60:active {
  border-color: rgb(233 213 255 / 0.6);
}

.active\:border-purple-200\/70:active {
  border-color: rgb(233 213 255 / 0.7);
}

.active\:border-purple-200\/75:active {
  border-color: rgb(233 213 255 / 0.75);
}

.active\:border-purple-200\/80:active {
  border-color: rgb(233 213 255 / 0.8);
}

.active\:border-purple-200\/90:active {
  border-color: rgb(233 213 255 / 0.9);
}

.active\:border-purple-200\/95:active {
  border-color: rgb(233 213 255 / 0.95);
}

.active\:border-purple-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity));
}

.active\:border-purple-300\/0:active {
  border-color: rgb(216 180 254 / 0);
}

.active\:border-purple-300\/10:active {
  border-color: rgb(216 180 254 / 0.1);
}

.active\:border-purple-300\/100:active {
  border-color: rgb(216 180 254 / 1);
}

.active\:border-purple-300\/20:active {
  border-color: rgb(216 180 254 / 0.2);
}

.active\:border-purple-300\/25:active {
  border-color: rgb(216 180 254 / 0.25);
}

.active\:border-purple-300\/30:active {
  border-color: rgb(216 180 254 / 0.3);
}

.active\:border-purple-300\/40:active {
  border-color: rgb(216 180 254 / 0.4);
}

.active\:border-purple-300\/5:active {
  border-color: rgb(216 180 254 / 0.05);
}

.active\:border-purple-300\/50:active {
  border-color: rgb(216 180 254 / 0.5);
}

.active\:border-purple-300\/60:active {
  border-color: rgb(216 180 254 / 0.6);
}

.active\:border-purple-300\/70:active {
  border-color: rgb(216 180 254 / 0.7);
}

.active\:border-purple-300\/75:active {
  border-color: rgb(216 180 254 / 0.75);
}

.active\:border-purple-300\/80:active {
  border-color: rgb(216 180 254 / 0.8);
}

.active\:border-purple-300\/90:active {
  border-color: rgb(216 180 254 / 0.9);
}

.active\:border-purple-300\/95:active {
  border-color: rgb(216 180 254 / 0.95);
}

.active\:border-purple-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity));
}

.active\:border-purple-400\/0:active {
  border-color: rgb(192 132 252 / 0);
}

.active\:border-purple-400\/10:active {
  border-color: rgb(192 132 252 / 0.1);
}

.active\:border-purple-400\/100:active {
  border-color: rgb(192 132 252 / 1);
}

.active\:border-purple-400\/20:active {
  border-color: rgb(192 132 252 / 0.2);
}

.active\:border-purple-400\/25:active {
  border-color: rgb(192 132 252 / 0.25);
}

.active\:border-purple-400\/30:active {
  border-color: rgb(192 132 252 / 0.3);
}

.active\:border-purple-400\/40:active {
  border-color: rgb(192 132 252 / 0.4);
}

.active\:border-purple-400\/5:active {
  border-color: rgb(192 132 252 / 0.05);
}

.active\:border-purple-400\/50:active {
  border-color: rgb(192 132 252 / 0.5);
}

.active\:border-purple-400\/60:active {
  border-color: rgb(192 132 252 / 0.6);
}

.active\:border-purple-400\/70:active {
  border-color: rgb(192 132 252 / 0.7);
}

.active\:border-purple-400\/75:active {
  border-color: rgb(192 132 252 / 0.75);
}

.active\:border-purple-400\/80:active {
  border-color: rgb(192 132 252 / 0.8);
}

.active\:border-purple-400\/90:active {
  border-color: rgb(192 132 252 / 0.9);
}

.active\:border-purple-400\/95:active {
  border-color: rgb(192 132 252 / 0.95);
}

.active\:border-purple-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(250 245 255 / var(--tw-border-opacity));
}

.active\:border-purple-50\/0:active {
  border-color: rgb(250 245 255 / 0);
}

.active\:border-purple-50\/10:active {
  border-color: rgb(250 245 255 / 0.1);
}

.active\:border-purple-50\/100:active {
  border-color: rgb(250 245 255 / 1);
}

.active\:border-purple-50\/20:active {
  border-color: rgb(250 245 255 / 0.2);
}

.active\:border-purple-50\/25:active {
  border-color: rgb(250 245 255 / 0.25);
}

.active\:border-purple-50\/30:active {
  border-color: rgb(250 245 255 / 0.3);
}

.active\:border-purple-50\/40:active {
  border-color: rgb(250 245 255 / 0.4);
}

.active\:border-purple-50\/5:active {
  border-color: rgb(250 245 255 / 0.05);
}

.active\:border-purple-50\/50:active {
  border-color: rgb(250 245 255 / 0.5);
}

.active\:border-purple-50\/60:active {
  border-color: rgb(250 245 255 / 0.6);
}

.active\:border-purple-50\/70:active {
  border-color: rgb(250 245 255 / 0.7);
}

.active\:border-purple-50\/75:active {
  border-color: rgb(250 245 255 / 0.75);
}

.active\:border-purple-50\/80:active {
  border-color: rgb(250 245 255 / 0.8);
}

.active\:border-purple-50\/90:active {
  border-color: rgb(250 245 255 / 0.9);
}

.active\:border-purple-50\/95:active {
  border-color: rgb(250 245 255 / 0.95);
}

.active\:border-purple-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity));
}

.active\:border-purple-500\/0:active {
  border-color: rgb(168 85 247 / 0);
}

.active\:border-purple-500\/10:active {
  border-color: rgb(168 85 247 / 0.1);
}

.active\:border-purple-500\/100:active {
  border-color: rgb(168 85 247 / 1);
}

.active\:border-purple-500\/20:active {
  border-color: rgb(168 85 247 / 0.2);
}

.active\:border-purple-500\/25:active {
  border-color: rgb(168 85 247 / 0.25);
}

.active\:border-purple-500\/30:active {
  border-color: rgb(168 85 247 / 0.3);
}

.active\:border-purple-500\/40:active {
  border-color: rgb(168 85 247 / 0.4);
}

.active\:border-purple-500\/5:active {
  border-color: rgb(168 85 247 / 0.05);
}

.active\:border-purple-500\/50:active {
  border-color: rgb(168 85 247 / 0.5);
}

.active\:border-purple-500\/60:active {
  border-color: rgb(168 85 247 / 0.6);
}

.active\:border-purple-500\/70:active {
  border-color: rgb(168 85 247 / 0.7);
}

.active\:border-purple-500\/75:active {
  border-color: rgb(168 85 247 / 0.75);
}

.active\:border-purple-500\/80:active {
  border-color: rgb(168 85 247 / 0.8);
}

.active\:border-purple-500\/90:active {
  border-color: rgb(168 85 247 / 0.9);
}

.active\:border-purple-500\/95:active {
  border-color: rgb(168 85 247 / 0.95);
}

.active\:border-purple-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-border-opacity));
}

.active\:border-purple-600\/0:active {
  border-color: rgb(147 51 234 / 0);
}

.active\:border-purple-600\/10:active {
  border-color: rgb(147 51 234 / 0.1);
}

.active\:border-purple-600\/100:active {
  border-color: rgb(147 51 234 / 1);
}

.active\:border-purple-600\/20:active {
  border-color: rgb(147 51 234 / 0.2);
}

.active\:border-purple-600\/25:active {
  border-color: rgb(147 51 234 / 0.25);
}

.active\:border-purple-600\/30:active {
  border-color: rgb(147 51 234 / 0.3);
}

.active\:border-purple-600\/40:active {
  border-color: rgb(147 51 234 / 0.4);
}

.active\:border-purple-600\/5:active {
  border-color: rgb(147 51 234 / 0.05);
}

.active\:border-purple-600\/50:active {
  border-color: rgb(147 51 234 / 0.5);
}

.active\:border-purple-600\/60:active {
  border-color: rgb(147 51 234 / 0.6);
}

.active\:border-purple-600\/70:active {
  border-color: rgb(147 51 234 / 0.7);
}

.active\:border-purple-600\/75:active {
  border-color: rgb(147 51 234 / 0.75);
}

.active\:border-purple-600\/80:active {
  border-color: rgb(147 51 234 / 0.8);
}

.active\:border-purple-600\/90:active {
  border-color: rgb(147 51 234 / 0.9);
}

.active\:border-purple-600\/95:active {
  border-color: rgb(147 51 234 / 0.95);
}

.active\:border-purple-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(126 34 206 / var(--tw-border-opacity));
}

.active\:border-purple-700\/0:active {
  border-color: rgb(126 34 206 / 0);
}

.active\:border-purple-700\/10:active {
  border-color: rgb(126 34 206 / 0.1);
}

.active\:border-purple-700\/100:active {
  border-color: rgb(126 34 206 / 1);
}

.active\:border-purple-700\/20:active {
  border-color: rgb(126 34 206 / 0.2);
}

.active\:border-purple-700\/25:active {
  border-color: rgb(126 34 206 / 0.25);
}

.active\:border-purple-700\/30:active {
  border-color: rgb(126 34 206 / 0.3);
}

.active\:border-purple-700\/40:active {
  border-color: rgb(126 34 206 / 0.4);
}

.active\:border-purple-700\/5:active {
  border-color: rgb(126 34 206 / 0.05);
}

.active\:border-purple-700\/50:active {
  border-color: rgb(126 34 206 / 0.5);
}

.active\:border-purple-700\/60:active {
  border-color: rgb(126 34 206 / 0.6);
}

.active\:border-purple-700\/70:active {
  border-color: rgb(126 34 206 / 0.7);
}

.active\:border-purple-700\/75:active {
  border-color: rgb(126 34 206 / 0.75);
}

.active\:border-purple-700\/80:active {
  border-color: rgb(126 34 206 / 0.8);
}

.active\:border-purple-700\/90:active {
  border-color: rgb(126 34 206 / 0.9);
}

.active\:border-purple-700\/95:active {
  border-color: rgb(126 34 206 / 0.95);
}

.active\:border-purple-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(107 33 168 / var(--tw-border-opacity));
}

.active\:border-purple-800\/0:active {
  border-color: rgb(107 33 168 / 0);
}

.active\:border-purple-800\/10:active {
  border-color: rgb(107 33 168 / 0.1);
}

.active\:border-purple-800\/100:active {
  border-color: rgb(107 33 168 / 1);
}

.active\:border-purple-800\/20:active {
  border-color: rgb(107 33 168 / 0.2);
}

.active\:border-purple-800\/25:active {
  border-color: rgb(107 33 168 / 0.25);
}

.active\:border-purple-800\/30:active {
  border-color: rgb(107 33 168 / 0.3);
}

.active\:border-purple-800\/40:active {
  border-color: rgb(107 33 168 / 0.4);
}

.active\:border-purple-800\/5:active {
  border-color: rgb(107 33 168 / 0.05);
}

.active\:border-purple-800\/50:active {
  border-color: rgb(107 33 168 / 0.5);
}

.active\:border-purple-800\/60:active {
  border-color: rgb(107 33 168 / 0.6);
}

.active\:border-purple-800\/70:active {
  border-color: rgb(107 33 168 / 0.7);
}

.active\:border-purple-800\/75:active {
  border-color: rgb(107 33 168 / 0.75);
}

.active\:border-purple-800\/80:active {
  border-color: rgb(107 33 168 / 0.8);
}

.active\:border-purple-800\/90:active {
  border-color: rgb(107 33 168 / 0.9);
}

.active\:border-purple-800\/95:active {
  border-color: rgb(107 33 168 / 0.95);
}

.active\:border-purple-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(88 28 135 / var(--tw-border-opacity));
}

.active\:border-purple-900\/0:active {
  border-color: rgb(88 28 135 / 0);
}

.active\:border-purple-900\/10:active {
  border-color: rgb(88 28 135 / 0.1);
}

.active\:border-purple-900\/100:active {
  border-color: rgb(88 28 135 / 1);
}

.active\:border-purple-900\/20:active {
  border-color: rgb(88 28 135 / 0.2);
}

.active\:border-purple-900\/25:active {
  border-color: rgb(88 28 135 / 0.25);
}

.active\:border-purple-900\/30:active {
  border-color: rgb(88 28 135 / 0.3);
}

.active\:border-purple-900\/40:active {
  border-color: rgb(88 28 135 / 0.4);
}

.active\:border-purple-900\/5:active {
  border-color: rgb(88 28 135 / 0.05);
}

.active\:border-purple-900\/50:active {
  border-color: rgb(88 28 135 / 0.5);
}

.active\:border-purple-900\/60:active {
  border-color: rgb(88 28 135 / 0.6);
}

.active\:border-purple-900\/70:active {
  border-color: rgb(88 28 135 / 0.7);
}

.active\:border-purple-900\/75:active {
  border-color: rgb(88 28 135 / 0.75);
}

.active\:border-purple-900\/80:active {
  border-color: rgb(88 28 135 / 0.8);
}

.active\:border-purple-900\/90:active {
  border-color: rgb(88 28 135 / 0.9);
}

.active\:border-purple-900\/95:active {
  border-color: rgb(88 28 135 / 0.95);
}

.active\:border-purple-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(59 7 100 / var(--tw-border-opacity));
}

.active\:border-purple-950\/0:active {
  border-color: rgb(59 7 100 / 0);
}

.active\:border-purple-950\/10:active {
  border-color: rgb(59 7 100 / 0.1);
}

.active\:border-purple-950\/100:active {
  border-color: rgb(59 7 100 / 1);
}

.active\:border-purple-950\/20:active {
  border-color: rgb(59 7 100 / 0.2);
}

.active\:border-purple-950\/25:active {
  border-color: rgb(59 7 100 / 0.25);
}

.active\:border-purple-950\/30:active {
  border-color: rgb(59 7 100 / 0.3);
}

.active\:border-purple-950\/40:active {
  border-color: rgb(59 7 100 / 0.4);
}

.active\:border-purple-950\/5:active {
  border-color: rgb(59 7 100 / 0.05);
}

.active\:border-purple-950\/50:active {
  border-color: rgb(59 7 100 / 0.5);
}

.active\:border-purple-950\/60:active {
  border-color: rgb(59 7 100 / 0.6);
}

.active\:border-purple-950\/70:active {
  border-color: rgb(59 7 100 / 0.7);
}

.active\:border-purple-950\/75:active {
  border-color: rgb(59 7 100 / 0.75);
}

.active\:border-purple-950\/80:active {
  border-color: rgb(59 7 100 / 0.8);
}

.active\:border-purple-950\/90:active {
  border-color: rgb(59 7 100 / 0.9);
}

.active\:border-purple-950\/95:active {
  border-color: rgb(59 7 100 / 0.95);
}

.active\:border-red-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity));
}

.active\:border-red-100\/0:active {
  border-color: rgb(254 226 226 / 0);
}

.active\:border-red-100\/10:active {
  border-color: rgb(254 226 226 / 0.1);
}

.active\:border-red-100\/100:active {
  border-color: rgb(254 226 226 / 1);
}

.active\:border-red-100\/20:active {
  border-color: rgb(254 226 226 / 0.2);
}

.active\:border-red-100\/25:active {
  border-color: rgb(254 226 226 / 0.25);
}

.active\:border-red-100\/30:active {
  border-color: rgb(254 226 226 / 0.3);
}

.active\:border-red-100\/40:active {
  border-color: rgb(254 226 226 / 0.4);
}

.active\:border-red-100\/5:active {
  border-color: rgb(254 226 226 / 0.05);
}

.active\:border-red-100\/50:active {
  border-color: rgb(254 226 226 / 0.5);
}

.active\:border-red-100\/60:active {
  border-color: rgb(254 226 226 / 0.6);
}

.active\:border-red-100\/70:active {
  border-color: rgb(254 226 226 / 0.7);
}

.active\:border-red-100\/75:active {
  border-color: rgb(254 226 226 / 0.75);
}

.active\:border-red-100\/80:active {
  border-color: rgb(254 226 226 / 0.8);
}

.active\:border-red-100\/90:active {
  border-color: rgb(254 226 226 / 0.9);
}

.active\:border-red-100\/95:active {
  border-color: rgb(254 226 226 / 0.95);
}

.active\:border-red-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.active\:border-red-200\/0:active {
  border-color: rgb(254 202 202 / 0);
}

.active\:border-red-200\/10:active {
  border-color: rgb(254 202 202 / 0.1);
}

.active\:border-red-200\/100:active {
  border-color: rgb(254 202 202 / 1);
}

.active\:border-red-200\/20:active {
  border-color: rgb(254 202 202 / 0.2);
}

.active\:border-red-200\/25:active {
  border-color: rgb(254 202 202 / 0.25);
}

.active\:border-red-200\/30:active {
  border-color: rgb(254 202 202 / 0.3);
}

.active\:border-red-200\/40:active {
  border-color: rgb(254 202 202 / 0.4);
}

.active\:border-red-200\/5:active {
  border-color: rgb(254 202 202 / 0.05);
}

.active\:border-red-200\/50:active {
  border-color: rgb(254 202 202 / 0.5);
}

.active\:border-red-200\/60:active {
  border-color: rgb(254 202 202 / 0.6);
}

.active\:border-red-200\/70:active {
  border-color: rgb(254 202 202 / 0.7);
}

.active\:border-red-200\/75:active {
  border-color: rgb(254 202 202 / 0.75);
}

.active\:border-red-200\/80:active {
  border-color: rgb(254 202 202 / 0.8);
}

.active\:border-red-200\/90:active {
  border-color: rgb(254 202 202 / 0.9);
}

.active\:border-red-200\/95:active {
  border-color: rgb(254 202 202 / 0.95);
}

.active\:border-red-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.active\:border-red-300\/0:active {
  border-color: rgb(252 165 165 / 0);
}

.active\:border-red-300\/10:active {
  border-color: rgb(252 165 165 / 0.1);
}

.active\:border-red-300\/100:active {
  border-color: rgb(252 165 165 / 1);
}

.active\:border-red-300\/20:active {
  border-color: rgb(252 165 165 / 0.2);
}

.active\:border-red-300\/25:active {
  border-color: rgb(252 165 165 / 0.25);
}

.active\:border-red-300\/30:active {
  border-color: rgb(252 165 165 / 0.3);
}

.active\:border-red-300\/40:active {
  border-color: rgb(252 165 165 / 0.4);
}

.active\:border-red-300\/5:active {
  border-color: rgb(252 165 165 / 0.05);
}

.active\:border-red-300\/50:active {
  border-color: rgb(252 165 165 / 0.5);
}

.active\:border-red-300\/60:active {
  border-color: rgb(252 165 165 / 0.6);
}

.active\:border-red-300\/70:active {
  border-color: rgb(252 165 165 / 0.7);
}

.active\:border-red-300\/75:active {
  border-color: rgb(252 165 165 / 0.75);
}

.active\:border-red-300\/80:active {
  border-color: rgb(252 165 165 / 0.8);
}

.active\:border-red-300\/90:active {
  border-color: rgb(252 165 165 / 0.9);
}

.active\:border-red-300\/95:active {
  border-color: rgb(252 165 165 / 0.95);
}

.active\:border-red-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.active\:border-red-400\/0:active {
  border-color: rgb(248 113 113 / 0);
}

.active\:border-red-400\/10:active {
  border-color: rgb(248 113 113 / 0.1);
}

.active\:border-red-400\/100:active {
  border-color: rgb(248 113 113 / 1);
}

.active\:border-red-400\/20:active {
  border-color: rgb(248 113 113 / 0.2);
}

.active\:border-red-400\/25:active {
  border-color: rgb(248 113 113 / 0.25);
}

.active\:border-red-400\/30:active {
  border-color: rgb(248 113 113 / 0.3);
}

.active\:border-red-400\/40:active {
  border-color: rgb(248 113 113 / 0.4);
}

.active\:border-red-400\/5:active {
  border-color: rgb(248 113 113 / 0.05);
}

.active\:border-red-400\/50:active {
  border-color: rgb(248 113 113 / 0.5);
}

.active\:border-red-400\/60:active {
  border-color: rgb(248 113 113 / 0.6);
}

.active\:border-red-400\/70:active {
  border-color: rgb(248 113 113 / 0.7);
}

.active\:border-red-400\/75:active {
  border-color: rgb(248 113 113 / 0.75);
}

.active\:border-red-400\/80:active {
  border-color: rgb(248 113 113 / 0.8);
}

.active\:border-red-400\/90:active {
  border-color: rgb(248 113 113 / 0.9);
}

.active\:border-red-400\/95:active {
  border-color: rgb(248 113 113 / 0.95);
}

.active\:border-red-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.active\:border-red-50\/0:active {
  border-color: rgb(254 242 242 / 0);
}

.active\:border-red-50\/10:active {
  border-color: rgb(254 242 242 / 0.1);
}

.active\:border-red-50\/100:active {
  border-color: rgb(254 242 242 / 1);
}

.active\:border-red-50\/20:active {
  border-color: rgb(254 242 242 / 0.2);
}

.active\:border-red-50\/25:active {
  border-color: rgb(254 242 242 / 0.25);
}

.active\:border-red-50\/30:active {
  border-color: rgb(254 242 242 / 0.3);
}

.active\:border-red-50\/40:active {
  border-color: rgb(254 242 242 / 0.4);
}

.active\:border-red-50\/5:active {
  border-color: rgb(254 242 242 / 0.05);
}

.active\:border-red-50\/50:active {
  border-color: rgb(254 242 242 / 0.5);
}

.active\:border-red-50\/60:active {
  border-color: rgb(254 242 242 / 0.6);
}

.active\:border-red-50\/70:active {
  border-color: rgb(254 242 242 / 0.7);
}

.active\:border-red-50\/75:active {
  border-color: rgb(254 242 242 / 0.75);
}

.active\:border-red-50\/80:active {
  border-color: rgb(254 242 242 / 0.8);
}

.active\:border-red-50\/90:active {
  border-color: rgb(254 242 242 / 0.9);
}

.active\:border-red-50\/95:active {
  border-color: rgb(254 242 242 / 0.95);
}

.active\:border-red-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.active\:border-red-500\/0:active {
  border-color: rgb(239 68 68 / 0);
}

.active\:border-red-500\/10:active {
  border-color: rgb(239 68 68 / 0.1);
}

.active\:border-red-500\/100:active {
  border-color: rgb(239 68 68 / 1);
}

.active\:border-red-500\/20:active {
  border-color: rgb(239 68 68 / 0.2);
}

.active\:border-red-500\/25:active {
  border-color: rgb(239 68 68 / 0.25);
}

.active\:border-red-500\/30:active {
  border-color: rgb(239 68 68 / 0.3);
}

.active\:border-red-500\/40:active {
  border-color: rgb(239 68 68 / 0.4);
}

.active\:border-red-500\/5:active {
  border-color: rgb(239 68 68 / 0.05);
}

.active\:border-red-500\/50:active {
  border-color: rgb(239 68 68 / 0.5);
}

.active\:border-red-500\/60:active {
  border-color: rgb(239 68 68 / 0.6);
}

.active\:border-red-500\/70:active {
  border-color: rgb(239 68 68 / 0.7);
}

.active\:border-red-500\/75:active {
  border-color: rgb(239 68 68 / 0.75);
}

.active\:border-red-500\/80:active {
  border-color: rgb(239 68 68 / 0.8);
}

.active\:border-red-500\/90:active {
  border-color: rgb(239 68 68 / 0.9);
}

.active\:border-red-500\/95:active {
  border-color: rgb(239 68 68 / 0.95);
}

.active\:border-red-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.active\:border-red-600\/0:active {
  border-color: rgb(220 38 38 / 0);
}

.active\:border-red-600\/10:active {
  border-color: rgb(220 38 38 / 0.1);
}

.active\:border-red-600\/100:active {
  border-color: rgb(220 38 38 / 1);
}

.active\:border-red-600\/20:active {
  border-color: rgb(220 38 38 / 0.2);
}

.active\:border-red-600\/25:active {
  border-color: rgb(220 38 38 / 0.25);
}

.active\:border-red-600\/30:active {
  border-color: rgb(220 38 38 / 0.3);
}

.active\:border-red-600\/40:active {
  border-color: rgb(220 38 38 / 0.4);
}

.active\:border-red-600\/5:active {
  border-color: rgb(220 38 38 / 0.05);
}

.active\:border-red-600\/50:active {
  border-color: rgb(220 38 38 / 0.5);
}

.active\:border-red-600\/60:active {
  border-color: rgb(220 38 38 / 0.6);
}

.active\:border-red-600\/70:active {
  border-color: rgb(220 38 38 / 0.7);
}

.active\:border-red-600\/75:active {
  border-color: rgb(220 38 38 / 0.75);
}

.active\:border-red-600\/80:active {
  border-color: rgb(220 38 38 / 0.8);
}

.active\:border-red-600\/90:active {
  border-color: rgb(220 38 38 / 0.9);
}

.active\:border-red-600\/95:active {
  border-color: rgb(220 38 38 / 0.95);
}

.active\:border-red-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.active\:border-red-700\/0:active {
  border-color: rgb(185 28 28 / 0);
}

.active\:border-red-700\/10:active {
  border-color: rgb(185 28 28 / 0.1);
}

.active\:border-red-700\/100:active {
  border-color: rgb(185 28 28 / 1);
}

.active\:border-red-700\/20:active {
  border-color: rgb(185 28 28 / 0.2);
}

.active\:border-red-700\/25:active {
  border-color: rgb(185 28 28 / 0.25);
}

.active\:border-red-700\/30:active {
  border-color: rgb(185 28 28 / 0.3);
}

.active\:border-red-700\/40:active {
  border-color: rgb(185 28 28 / 0.4);
}

.active\:border-red-700\/5:active {
  border-color: rgb(185 28 28 / 0.05);
}

.active\:border-red-700\/50:active {
  border-color: rgb(185 28 28 / 0.5);
}

.active\:border-red-700\/60:active {
  border-color: rgb(185 28 28 / 0.6);
}

.active\:border-red-700\/70:active {
  border-color: rgb(185 28 28 / 0.7);
}

.active\:border-red-700\/75:active {
  border-color: rgb(185 28 28 / 0.75);
}

.active\:border-red-700\/80:active {
  border-color: rgb(185 28 28 / 0.8);
}

.active\:border-red-700\/90:active {
  border-color: rgb(185 28 28 / 0.9);
}

.active\:border-red-700\/95:active {
  border-color: rgb(185 28 28 / 0.95);
}

.active\:border-red-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.active\:border-red-800\/0:active {
  border-color: rgb(153 27 27 / 0);
}

.active\:border-red-800\/10:active {
  border-color: rgb(153 27 27 / 0.1);
}

.active\:border-red-800\/100:active {
  border-color: rgb(153 27 27 / 1);
}

.active\:border-red-800\/20:active {
  border-color: rgb(153 27 27 / 0.2);
}

.active\:border-red-800\/25:active {
  border-color: rgb(153 27 27 / 0.25);
}

.active\:border-red-800\/30:active {
  border-color: rgb(153 27 27 / 0.3);
}

.active\:border-red-800\/40:active {
  border-color: rgb(153 27 27 / 0.4);
}

.active\:border-red-800\/5:active {
  border-color: rgb(153 27 27 / 0.05);
}

.active\:border-red-800\/50:active {
  border-color: rgb(153 27 27 / 0.5);
}

.active\:border-red-800\/60:active {
  border-color: rgb(153 27 27 / 0.6);
}

.active\:border-red-800\/70:active {
  border-color: rgb(153 27 27 / 0.7);
}

.active\:border-red-800\/75:active {
  border-color: rgb(153 27 27 / 0.75);
}

.active\:border-red-800\/80:active {
  border-color: rgb(153 27 27 / 0.8);
}

.active\:border-red-800\/90:active {
  border-color: rgb(153 27 27 / 0.9);
}

.active\:border-red-800\/95:active {
  border-color: rgb(153 27 27 / 0.95);
}

.active\:border-red-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.active\:border-red-900\/0:active {
  border-color: rgb(127 29 29 / 0);
}

.active\:border-red-900\/10:active {
  border-color: rgb(127 29 29 / 0.1);
}

.active\:border-red-900\/100:active {
  border-color: rgb(127 29 29 / 1);
}

.active\:border-red-900\/20:active {
  border-color: rgb(127 29 29 / 0.2);
}

.active\:border-red-900\/25:active {
  border-color: rgb(127 29 29 / 0.25);
}

.active\:border-red-900\/30:active {
  border-color: rgb(127 29 29 / 0.3);
}

.active\:border-red-900\/40:active {
  border-color: rgb(127 29 29 / 0.4);
}

.active\:border-red-900\/5:active {
  border-color: rgb(127 29 29 / 0.05);
}

.active\:border-red-900\/50:active {
  border-color: rgb(127 29 29 / 0.5);
}

.active\:border-red-900\/60:active {
  border-color: rgb(127 29 29 / 0.6);
}

.active\:border-red-900\/70:active {
  border-color: rgb(127 29 29 / 0.7);
}

.active\:border-red-900\/75:active {
  border-color: rgb(127 29 29 / 0.75);
}

.active\:border-red-900\/80:active {
  border-color: rgb(127 29 29 / 0.8);
}

.active\:border-red-900\/90:active {
  border-color: rgb(127 29 29 / 0.9);
}

.active\:border-red-900\/95:active {
  border-color: rgb(127 29 29 / 0.95);
}

.active\:border-red-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(69 10 10 / var(--tw-border-opacity));
}

.active\:border-red-950\/0:active {
  border-color: rgb(69 10 10 / 0);
}

.active\:border-red-950\/10:active {
  border-color: rgb(69 10 10 / 0.1);
}

.active\:border-red-950\/100:active {
  border-color: rgb(69 10 10 / 1);
}

.active\:border-red-950\/20:active {
  border-color: rgb(69 10 10 / 0.2);
}

.active\:border-red-950\/25:active {
  border-color: rgb(69 10 10 / 0.25);
}

.active\:border-red-950\/30:active {
  border-color: rgb(69 10 10 / 0.3);
}

.active\:border-red-950\/40:active {
  border-color: rgb(69 10 10 / 0.4);
}

.active\:border-red-950\/5:active {
  border-color: rgb(69 10 10 / 0.05);
}

.active\:border-red-950\/50:active {
  border-color: rgb(69 10 10 / 0.5);
}

.active\:border-red-950\/60:active {
  border-color: rgb(69 10 10 / 0.6);
}

.active\:border-red-950\/70:active {
  border-color: rgb(69 10 10 / 0.7);
}

.active\:border-red-950\/75:active {
  border-color: rgb(69 10 10 / 0.75);
}

.active\:border-red-950\/80:active {
  border-color: rgb(69 10 10 / 0.8);
}

.active\:border-red-950\/90:active {
  border-color: rgb(69 10 10 / 0.9);
}

.active\:border-red-950\/95:active {
  border-color: rgb(69 10 10 / 0.95);
}

.active\:border-rose-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(255 228 230 / var(--tw-border-opacity));
}

.active\:border-rose-100\/0:active {
  border-color: rgb(255 228 230 / 0);
}

.active\:border-rose-100\/10:active {
  border-color: rgb(255 228 230 / 0.1);
}

.active\:border-rose-100\/100:active {
  border-color: rgb(255 228 230 / 1);
}

.active\:border-rose-100\/20:active {
  border-color: rgb(255 228 230 / 0.2);
}

.active\:border-rose-100\/25:active {
  border-color: rgb(255 228 230 / 0.25);
}

.active\:border-rose-100\/30:active {
  border-color: rgb(255 228 230 / 0.3);
}

.active\:border-rose-100\/40:active {
  border-color: rgb(255 228 230 / 0.4);
}

.active\:border-rose-100\/5:active {
  border-color: rgb(255 228 230 / 0.05);
}

.active\:border-rose-100\/50:active {
  border-color: rgb(255 228 230 / 0.5);
}

.active\:border-rose-100\/60:active {
  border-color: rgb(255 228 230 / 0.6);
}

.active\:border-rose-100\/70:active {
  border-color: rgb(255 228 230 / 0.7);
}

.active\:border-rose-100\/75:active {
  border-color: rgb(255 228 230 / 0.75);
}

.active\:border-rose-100\/80:active {
  border-color: rgb(255 228 230 / 0.8);
}

.active\:border-rose-100\/90:active {
  border-color: rgb(255 228 230 / 0.9);
}

.active\:border-rose-100\/95:active {
  border-color: rgb(255 228 230 / 0.95);
}

.active\:border-rose-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity));
}

.active\:border-rose-200\/0:active {
  border-color: rgb(254 205 211 / 0);
}

.active\:border-rose-200\/10:active {
  border-color: rgb(254 205 211 / 0.1);
}

.active\:border-rose-200\/100:active {
  border-color: rgb(254 205 211 / 1);
}

.active\:border-rose-200\/20:active {
  border-color: rgb(254 205 211 / 0.2);
}

.active\:border-rose-200\/25:active {
  border-color: rgb(254 205 211 / 0.25);
}

.active\:border-rose-200\/30:active {
  border-color: rgb(254 205 211 / 0.3);
}

.active\:border-rose-200\/40:active {
  border-color: rgb(254 205 211 / 0.4);
}

.active\:border-rose-200\/5:active {
  border-color: rgb(254 205 211 / 0.05);
}

.active\:border-rose-200\/50:active {
  border-color: rgb(254 205 211 / 0.5);
}

.active\:border-rose-200\/60:active {
  border-color: rgb(254 205 211 / 0.6);
}

.active\:border-rose-200\/70:active {
  border-color: rgb(254 205 211 / 0.7);
}

.active\:border-rose-200\/75:active {
  border-color: rgb(254 205 211 / 0.75);
}

.active\:border-rose-200\/80:active {
  border-color: rgb(254 205 211 / 0.8);
}

.active\:border-rose-200\/90:active {
  border-color: rgb(254 205 211 / 0.9);
}

.active\:border-rose-200\/95:active {
  border-color: rgb(254 205 211 / 0.95);
}

.active\:border-rose-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(253 164 175 / var(--tw-border-opacity));
}

.active\:border-rose-300\/0:active {
  border-color: rgb(253 164 175 / 0);
}

.active\:border-rose-300\/10:active {
  border-color: rgb(253 164 175 / 0.1);
}

.active\:border-rose-300\/100:active {
  border-color: rgb(253 164 175 / 1);
}

.active\:border-rose-300\/20:active {
  border-color: rgb(253 164 175 / 0.2);
}

.active\:border-rose-300\/25:active {
  border-color: rgb(253 164 175 / 0.25);
}

.active\:border-rose-300\/30:active {
  border-color: rgb(253 164 175 / 0.3);
}

.active\:border-rose-300\/40:active {
  border-color: rgb(253 164 175 / 0.4);
}

.active\:border-rose-300\/5:active {
  border-color: rgb(253 164 175 / 0.05);
}

.active\:border-rose-300\/50:active {
  border-color: rgb(253 164 175 / 0.5);
}

.active\:border-rose-300\/60:active {
  border-color: rgb(253 164 175 / 0.6);
}

.active\:border-rose-300\/70:active {
  border-color: rgb(253 164 175 / 0.7);
}

.active\:border-rose-300\/75:active {
  border-color: rgb(253 164 175 / 0.75);
}

.active\:border-rose-300\/80:active {
  border-color: rgb(253 164 175 / 0.8);
}

.active\:border-rose-300\/90:active {
  border-color: rgb(253 164 175 / 0.9);
}

.active\:border-rose-300\/95:active {
  border-color: rgb(253 164 175 / 0.95);
}

.active\:border-rose-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.active\:border-rose-400\/0:active {
  border-color: rgb(251 113 133 / 0);
}

.active\:border-rose-400\/10:active {
  border-color: rgb(251 113 133 / 0.1);
}

.active\:border-rose-400\/100:active {
  border-color: rgb(251 113 133 / 1);
}

.active\:border-rose-400\/20:active {
  border-color: rgb(251 113 133 / 0.2);
}

.active\:border-rose-400\/25:active {
  border-color: rgb(251 113 133 / 0.25);
}

.active\:border-rose-400\/30:active {
  border-color: rgb(251 113 133 / 0.3);
}

.active\:border-rose-400\/40:active {
  border-color: rgb(251 113 133 / 0.4);
}

.active\:border-rose-400\/5:active {
  border-color: rgb(251 113 133 / 0.05);
}

.active\:border-rose-400\/50:active {
  border-color: rgb(251 113 133 / 0.5);
}

.active\:border-rose-400\/60:active {
  border-color: rgb(251 113 133 / 0.6);
}

.active\:border-rose-400\/70:active {
  border-color: rgb(251 113 133 / 0.7);
}

.active\:border-rose-400\/75:active {
  border-color: rgb(251 113 133 / 0.75);
}

.active\:border-rose-400\/80:active {
  border-color: rgb(251 113 133 / 0.8);
}

.active\:border-rose-400\/90:active {
  border-color: rgb(251 113 133 / 0.9);
}

.active\:border-rose-400\/95:active {
  border-color: rgb(251 113 133 / 0.95);
}

.active\:border-rose-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(255 241 242 / var(--tw-border-opacity));
}

.active\:border-rose-50\/0:active {
  border-color: rgb(255 241 242 / 0);
}

.active\:border-rose-50\/10:active {
  border-color: rgb(255 241 242 / 0.1);
}

.active\:border-rose-50\/100:active {
  border-color: rgb(255 241 242 / 1);
}

.active\:border-rose-50\/20:active {
  border-color: rgb(255 241 242 / 0.2);
}

.active\:border-rose-50\/25:active {
  border-color: rgb(255 241 242 / 0.25);
}

.active\:border-rose-50\/30:active {
  border-color: rgb(255 241 242 / 0.3);
}

.active\:border-rose-50\/40:active {
  border-color: rgb(255 241 242 / 0.4);
}

.active\:border-rose-50\/5:active {
  border-color: rgb(255 241 242 / 0.05);
}

.active\:border-rose-50\/50:active {
  border-color: rgb(255 241 242 / 0.5);
}

.active\:border-rose-50\/60:active {
  border-color: rgb(255 241 242 / 0.6);
}

.active\:border-rose-50\/70:active {
  border-color: rgb(255 241 242 / 0.7);
}

.active\:border-rose-50\/75:active {
  border-color: rgb(255 241 242 / 0.75);
}

.active\:border-rose-50\/80:active {
  border-color: rgb(255 241 242 / 0.8);
}

.active\:border-rose-50\/90:active {
  border-color: rgb(255 241 242 / 0.9);
}

.active\:border-rose-50\/95:active {
  border-color: rgb(255 241 242 / 0.95);
}

.active\:border-rose-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-border-opacity));
}

.active\:border-rose-500\/0:active {
  border-color: rgb(244 63 94 / 0);
}

.active\:border-rose-500\/10:active {
  border-color: rgb(244 63 94 / 0.1);
}

.active\:border-rose-500\/100:active {
  border-color: rgb(244 63 94 / 1);
}

.active\:border-rose-500\/20:active {
  border-color: rgb(244 63 94 / 0.2);
}

.active\:border-rose-500\/25:active {
  border-color: rgb(244 63 94 / 0.25);
}

.active\:border-rose-500\/30:active {
  border-color: rgb(244 63 94 / 0.3);
}

.active\:border-rose-500\/40:active {
  border-color: rgb(244 63 94 / 0.4);
}

.active\:border-rose-500\/5:active {
  border-color: rgb(244 63 94 / 0.05);
}

.active\:border-rose-500\/50:active {
  border-color: rgb(244 63 94 / 0.5);
}

.active\:border-rose-500\/60:active {
  border-color: rgb(244 63 94 / 0.6);
}

.active\:border-rose-500\/70:active {
  border-color: rgb(244 63 94 / 0.7);
}

.active\:border-rose-500\/75:active {
  border-color: rgb(244 63 94 / 0.75);
}

.active\:border-rose-500\/80:active {
  border-color: rgb(244 63 94 / 0.8);
}

.active\:border-rose-500\/90:active {
  border-color: rgb(244 63 94 / 0.9);
}

.active\:border-rose-500\/95:active {
  border-color: rgb(244 63 94 / 0.95);
}

.active\:border-rose-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(225 29 72 / var(--tw-border-opacity));
}

.active\:border-rose-600\/0:active {
  border-color: rgb(225 29 72 / 0);
}

.active\:border-rose-600\/10:active {
  border-color: rgb(225 29 72 / 0.1);
}

.active\:border-rose-600\/100:active {
  border-color: rgb(225 29 72 / 1);
}

.active\:border-rose-600\/20:active {
  border-color: rgb(225 29 72 / 0.2);
}

.active\:border-rose-600\/25:active {
  border-color: rgb(225 29 72 / 0.25);
}

.active\:border-rose-600\/30:active {
  border-color: rgb(225 29 72 / 0.3);
}

.active\:border-rose-600\/40:active {
  border-color: rgb(225 29 72 / 0.4);
}

.active\:border-rose-600\/5:active {
  border-color: rgb(225 29 72 / 0.05);
}

.active\:border-rose-600\/50:active {
  border-color: rgb(225 29 72 / 0.5);
}

.active\:border-rose-600\/60:active {
  border-color: rgb(225 29 72 / 0.6);
}

.active\:border-rose-600\/70:active {
  border-color: rgb(225 29 72 / 0.7);
}

.active\:border-rose-600\/75:active {
  border-color: rgb(225 29 72 / 0.75);
}

.active\:border-rose-600\/80:active {
  border-color: rgb(225 29 72 / 0.8);
}

.active\:border-rose-600\/90:active {
  border-color: rgb(225 29 72 / 0.9);
}

.active\:border-rose-600\/95:active {
  border-color: rgb(225 29 72 / 0.95);
}

.active\:border-rose-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(190 18 60 / var(--tw-border-opacity));
}

.active\:border-rose-700\/0:active {
  border-color: rgb(190 18 60 / 0);
}

.active\:border-rose-700\/10:active {
  border-color: rgb(190 18 60 / 0.1);
}

.active\:border-rose-700\/100:active {
  border-color: rgb(190 18 60 / 1);
}

.active\:border-rose-700\/20:active {
  border-color: rgb(190 18 60 / 0.2);
}

.active\:border-rose-700\/25:active {
  border-color: rgb(190 18 60 / 0.25);
}

.active\:border-rose-700\/30:active {
  border-color: rgb(190 18 60 / 0.3);
}

.active\:border-rose-700\/40:active {
  border-color: rgb(190 18 60 / 0.4);
}

.active\:border-rose-700\/5:active {
  border-color: rgb(190 18 60 / 0.05);
}

.active\:border-rose-700\/50:active {
  border-color: rgb(190 18 60 / 0.5);
}

.active\:border-rose-700\/60:active {
  border-color: rgb(190 18 60 / 0.6);
}

.active\:border-rose-700\/70:active {
  border-color: rgb(190 18 60 / 0.7);
}

.active\:border-rose-700\/75:active {
  border-color: rgb(190 18 60 / 0.75);
}

.active\:border-rose-700\/80:active {
  border-color: rgb(190 18 60 / 0.8);
}

.active\:border-rose-700\/90:active {
  border-color: rgb(190 18 60 / 0.9);
}

.active\:border-rose-700\/95:active {
  border-color: rgb(190 18 60 / 0.95);
}

.active\:border-rose-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(159 18 57 / var(--tw-border-opacity));
}

.active\:border-rose-800\/0:active {
  border-color: rgb(159 18 57 / 0);
}

.active\:border-rose-800\/10:active {
  border-color: rgb(159 18 57 / 0.1);
}

.active\:border-rose-800\/100:active {
  border-color: rgb(159 18 57 / 1);
}

.active\:border-rose-800\/20:active {
  border-color: rgb(159 18 57 / 0.2);
}

.active\:border-rose-800\/25:active {
  border-color: rgb(159 18 57 / 0.25);
}

.active\:border-rose-800\/30:active {
  border-color: rgb(159 18 57 / 0.3);
}

.active\:border-rose-800\/40:active {
  border-color: rgb(159 18 57 / 0.4);
}

.active\:border-rose-800\/5:active {
  border-color: rgb(159 18 57 / 0.05);
}

.active\:border-rose-800\/50:active {
  border-color: rgb(159 18 57 / 0.5);
}

.active\:border-rose-800\/60:active {
  border-color: rgb(159 18 57 / 0.6);
}

.active\:border-rose-800\/70:active {
  border-color: rgb(159 18 57 / 0.7);
}

.active\:border-rose-800\/75:active {
  border-color: rgb(159 18 57 / 0.75);
}

.active\:border-rose-800\/80:active {
  border-color: rgb(159 18 57 / 0.8);
}

.active\:border-rose-800\/90:active {
  border-color: rgb(159 18 57 / 0.9);
}

.active\:border-rose-800\/95:active {
  border-color: rgb(159 18 57 / 0.95);
}

.active\:border-rose-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(136 19 55 / var(--tw-border-opacity));
}

.active\:border-rose-900\/0:active {
  border-color: rgb(136 19 55 / 0);
}

.active\:border-rose-900\/10:active {
  border-color: rgb(136 19 55 / 0.1);
}

.active\:border-rose-900\/100:active {
  border-color: rgb(136 19 55 / 1);
}

.active\:border-rose-900\/20:active {
  border-color: rgb(136 19 55 / 0.2);
}

.active\:border-rose-900\/25:active {
  border-color: rgb(136 19 55 / 0.25);
}

.active\:border-rose-900\/30:active {
  border-color: rgb(136 19 55 / 0.3);
}

.active\:border-rose-900\/40:active {
  border-color: rgb(136 19 55 / 0.4);
}

.active\:border-rose-900\/5:active {
  border-color: rgb(136 19 55 / 0.05);
}

.active\:border-rose-900\/50:active {
  border-color: rgb(136 19 55 / 0.5);
}

.active\:border-rose-900\/60:active {
  border-color: rgb(136 19 55 / 0.6);
}

.active\:border-rose-900\/70:active {
  border-color: rgb(136 19 55 / 0.7);
}

.active\:border-rose-900\/75:active {
  border-color: rgb(136 19 55 / 0.75);
}

.active\:border-rose-900\/80:active {
  border-color: rgb(136 19 55 / 0.8);
}

.active\:border-rose-900\/90:active {
  border-color: rgb(136 19 55 / 0.9);
}

.active\:border-rose-900\/95:active {
  border-color: rgb(136 19 55 / 0.95);
}

.active\:border-rose-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(76 5 25 / var(--tw-border-opacity));
}

.active\:border-rose-950\/0:active {
  border-color: rgb(76 5 25 / 0);
}

.active\:border-rose-950\/10:active {
  border-color: rgb(76 5 25 / 0.1);
}

.active\:border-rose-950\/100:active {
  border-color: rgb(76 5 25 / 1);
}

.active\:border-rose-950\/20:active {
  border-color: rgb(76 5 25 / 0.2);
}

.active\:border-rose-950\/25:active {
  border-color: rgb(76 5 25 / 0.25);
}

.active\:border-rose-950\/30:active {
  border-color: rgb(76 5 25 / 0.3);
}

.active\:border-rose-950\/40:active {
  border-color: rgb(76 5 25 / 0.4);
}

.active\:border-rose-950\/5:active {
  border-color: rgb(76 5 25 / 0.05);
}

.active\:border-rose-950\/50:active {
  border-color: rgb(76 5 25 / 0.5);
}

.active\:border-rose-950\/60:active {
  border-color: rgb(76 5 25 / 0.6);
}

.active\:border-rose-950\/70:active {
  border-color: rgb(76 5 25 / 0.7);
}

.active\:border-rose-950\/75:active {
  border-color: rgb(76 5 25 / 0.75);
}

.active\:border-rose-950\/80:active {
  border-color: rgb(76 5 25 / 0.8);
}

.active\:border-rose-950\/90:active {
  border-color: rgb(76 5 25 / 0.9);
}

.active\:border-rose-950\/95:active {
  border-color: rgb(76 5 25 / 0.95);
}

.active\:border-sky-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-border-opacity));
}

.active\:border-sky-100\/0:active {
  border-color: rgb(224 242 254 / 0);
}

.active\:border-sky-100\/10:active {
  border-color: rgb(224 242 254 / 0.1);
}

.active\:border-sky-100\/100:active {
  border-color: rgb(224 242 254 / 1);
}

.active\:border-sky-100\/20:active {
  border-color: rgb(224 242 254 / 0.2);
}

.active\:border-sky-100\/25:active {
  border-color: rgb(224 242 254 / 0.25);
}

.active\:border-sky-100\/30:active {
  border-color: rgb(224 242 254 / 0.3);
}

.active\:border-sky-100\/40:active {
  border-color: rgb(224 242 254 / 0.4);
}

.active\:border-sky-100\/5:active {
  border-color: rgb(224 242 254 / 0.05);
}

.active\:border-sky-100\/50:active {
  border-color: rgb(224 242 254 / 0.5);
}

.active\:border-sky-100\/60:active {
  border-color: rgb(224 242 254 / 0.6);
}

.active\:border-sky-100\/70:active {
  border-color: rgb(224 242 254 / 0.7);
}

.active\:border-sky-100\/75:active {
  border-color: rgb(224 242 254 / 0.75);
}

.active\:border-sky-100\/80:active {
  border-color: rgb(224 242 254 / 0.8);
}

.active\:border-sky-100\/90:active {
  border-color: rgb(224 242 254 / 0.9);
}

.active\:border-sky-100\/95:active {
  border-color: rgb(224 242 254 / 0.95);
}

.active\:border-sky-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity));
}

.active\:border-sky-200\/0:active {
  border-color: rgb(186 230 253 / 0);
}

.active\:border-sky-200\/10:active {
  border-color: rgb(186 230 253 / 0.1);
}

.active\:border-sky-200\/100:active {
  border-color: rgb(186 230 253 / 1);
}

.active\:border-sky-200\/20:active {
  border-color: rgb(186 230 253 / 0.2);
}

.active\:border-sky-200\/25:active {
  border-color: rgb(186 230 253 / 0.25);
}

.active\:border-sky-200\/30:active {
  border-color: rgb(186 230 253 / 0.3);
}

.active\:border-sky-200\/40:active {
  border-color: rgb(186 230 253 / 0.4);
}

.active\:border-sky-200\/5:active {
  border-color: rgb(186 230 253 / 0.05);
}

.active\:border-sky-200\/50:active {
  border-color: rgb(186 230 253 / 0.5);
}

.active\:border-sky-200\/60:active {
  border-color: rgb(186 230 253 / 0.6);
}

.active\:border-sky-200\/70:active {
  border-color: rgb(186 230 253 / 0.7);
}

.active\:border-sky-200\/75:active {
  border-color: rgb(186 230 253 / 0.75);
}

.active\:border-sky-200\/80:active {
  border-color: rgb(186 230 253 / 0.8);
}

.active\:border-sky-200\/90:active {
  border-color: rgb(186 230 253 / 0.9);
}

.active\:border-sky-200\/95:active {
  border-color: rgb(186 230 253 / 0.95);
}

.active\:border-sky-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-border-opacity));
}

.active\:border-sky-300\/0:active {
  border-color: rgb(125 211 252 / 0);
}

.active\:border-sky-300\/10:active {
  border-color: rgb(125 211 252 / 0.1);
}

.active\:border-sky-300\/100:active {
  border-color: rgb(125 211 252 / 1);
}

.active\:border-sky-300\/20:active {
  border-color: rgb(125 211 252 / 0.2);
}

.active\:border-sky-300\/25:active {
  border-color: rgb(125 211 252 / 0.25);
}

.active\:border-sky-300\/30:active {
  border-color: rgb(125 211 252 / 0.3);
}

.active\:border-sky-300\/40:active {
  border-color: rgb(125 211 252 / 0.4);
}

.active\:border-sky-300\/5:active {
  border-color: rgb(125 211 252 / 0.05);
}

.active\:border-sky-300\/50:active {
  border-color: rgb(125 211 252 / 0.5);
}

.active\:border-sky-300\/60:active {
  border-color: rgb(125 211 252 / 0.6);
}

.active\:border-sky-300\/70:active {
  border-color: rgb(125 211 252 / 0.7);
}

.active\:border-sky-300\/75:active {
  border-color: rgb(125 211 252 / 0.75);
}

.active\:border-sky-300\/80:active {
  border-color: rgb(125 211 252 / 0.8);
}

.active\:border-sky-300\/90:active {
  border-color: rgb(125 211 252 / 0.9);
}

.active\:border-sky-300\/95:active {
  border-color: rgb(125 211 252 / 0.95);
}

.active\:border-sky-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-border-opacity));
}

.active\:border-sky-400\/0:active {
  border-color: rgb(56 189 248 / 0);
}

.active\:border-sky-400\/10:active {
  border-color: rgb(56 189 248 / 0.1);
}

.active\:border-sky-400\/100:active {
  border-color: rgb(56 189 248 / 1);
}

.active\:border-sky-400\/20:active {
  border-color: rgb(56 189 248 / 0.2);
}

.active\:border-sky-400\/25:active {
  border-color: rgb(56 189 248 / 0.25);
}

.active\:border-sky-400\/30:active {
  border-color: rgb(56 189 248 / 0.3);
}

.active\:border-sky-400\/40:active {
  border-color: rgb(56 189 248 / 0.4);
}

.active\:border-sky-400\/5:active {
  border-color: rgb(56 189 248 / 0.05);
}

.active\:border-sky-400\/50:active {
  border-color: rgb(56 189 248 / 0.5);
}

.active\:border-sky-400\/60:active {
  border-color: rgb(56 189 248 / 0.6);
}

.active\:border-sky-400\/70:active {
  border-color: rgb(56 189 248 / 0.7);
}

.active\:border-sky-400\/75:active {
  border-color: rgb(56 189 248 / 0.75);
}

.active\:border-sky-400\/80:active {
  border-color: rgb(56 189 248 / 0.8);
}

.active\:border-sky-400\/90:active {
  border-color: rgb(56 189 248 / 0.9);
}

.active\:border-sky-400\/95:active {
  border-color: rgb(56 189 248 / 0.95);
}

.active\:border-sky-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.active\:border-sky-50\/0:active {
  border-color: rgb(240 249 255 / 0);
}

.active\:border-sky-50\/10:active {
  border-color: rgb(240 249 255 / 0.1);
}

.active\:border-sky-50\/100:active {
  border-color: rgb(240 249 255 / 1);
}

.active\:border-sky-50\/20:active {
  border-color: rgb(240 249 255 / 0.2);
}

.active\:border-sky-50\/25:active {
  border-color: rgb(240 249 255 / 0.25);
}

.active\:border-sky-50\/30:active {
  border-color: rgb(240 249 255 / 0.3);
}

.active\:border-sky-50\/40:active {
  border-color: rgb(240 249 255 / 0.4);
}

.active\:border-sky-50\/5:active {
  border-color: rgb(240 249 255 / 0.05);
}

.active\:border-sky-50\/50:active {
  border-color: rgb(240 249 255 / 0.5);
}

.active\:border-sky-50\/60:active {
  border-color: rgb(240 249 255 / 0.6);
}

.active\:border-sky-50\/70:active {
  border-color: rgb(240 249 255 / 0.7);
}

.active\:border-sky-50\/75:active {
  border-color: rgb(240 249 255 / 0.75);
}

.active\:border-sky-50\/80:active {
  border-color: rgb(240 249 255 / 0.8);
}

.active\:border-sky-50\/90:active {
  border-color: rgb(240 249 255 / 0.9);
}

.active\:border-sky-50\/95:active {
  border-color: rgb(240 249 255 / 0.95);
}

.active\:border-sky-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.active\:border-sky-500\/0:active {
  border-color: rgb(14 165 233 / 0);
}

.active\:border-sky-500\/10:active {
  border-color: rgb(14 165 233 / 0.1);
}

.active\:border-sky-500\/100:active {
  border-color: rgb(14 165 233 / 1);
}

.active\:border-sky-500\/20:active {
  border-color: rgb(14 165 233 / 0.2);
}

.active\:border-sky-500\/25:active {
  border-color: rgb(14 165 233 / 0.25);
}

.active\:border-sky-500\/30:active {
  border-color: rgb(14 165 233 / 0.3);
}

.active\:border-sky-500\/40:active {
  border-color: rgb(14 165 233 / 0.4);
}

.active\:border-sky-500\/5:active {
  border-color: rgb(14 165 233 / 0.05);
}

.active\:border-sky-500\/50:active {
  border-color: rgb(14 165 233 / 0.5);
}

.active\:border-sky-500\/60:active {
  border-color: rgb(14 165 233 / 0.6);
}

.active\:border-sky-500\/70:active {
  border-color: rgb(14 165 233 / 0.7);
}

.active\:border-sky-500\/75:active {
  border-color: rgb(14 165 233 / 0.75);
}

.active\:border-sky-500\/80:active {
  border-color: rgb(14 165 233 / 0.8);
}

.active\:border-sky-500\/90:active {
  border-color: rgb(14 165 233 / 0.9);
}

.active\:border-sky-500\/95:active {
  border-color: rgb(14 165 233 / 0.95);
}

.active\:border-sky-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity));
}

.active\:border-sky-600\/0:active {
  border-color: rgb(2 132 199 / 0);
}

.active\:border-sky-600\/10:active {
  border-color: rgb(2 132 199 / 0.1);
}

.active\:border-sky-600\/100:active {
  border-color: rgb(2 132 199 / 1);
}

.active\:border-sky-600\/20:active {
  border-color: rgb(2 132 199 / 0.2);
}

.active\:border-sky-600\/25:active {
  border-color: rgb(2 132 199 / 0.25);
}

.active\:border-sky-600\/30:active {
  border-color: rgb(2 132 199 / 0.3);
}

.active\:border-sky-600\/40:active {
  border-color: rgb(2 132 199 / 0.4);
}

.active\:border-sky-600\/5:active {
  border-color: rgb(2 132 199 / 0.05);
}

.active\:border-sky-600\/50:active {
  border-color: rgb(2 132 199 / 0.5);
}

.active\:border-sky-600\/60:active {
  border-color: rgb(2 132 199 / 0.6);
}

.active\:border-sky-600\/70:active {
  border-color: rgb(2 132 199 / 0.7);
}

.active\:border-sky-600\/75:active {
  border-color: rgb(2 132 199 / 0.75);
}

.active\:border-sky-600\/80:active {
  border-color: rgb(2 132 199 / 0.8);
}

.active\:border-sky-600\/90:active {
  border-color: rgb(2 132 199 / 0.9);
}

.active\:border-sky-600\/95:active {
  border-color: rgb(2 132 199 / 0.95);
}

.active\:border-sky-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.active\:border-sky-700\/0:active {
  border-color: rgb(3 105 161 / 0);
}

.active\:border-sky-700\/10:active {
  border-color: rgb(3 105 161 / 0.1);
}

.active\:border-sky-700\/100:active {
  border-color: rgb(3 105 161 / 1);
}

.active\:border-sky-700\/20:active {
  border-color: rgb(3 105 161 / 0.2);
}

.active\:border-sky-700\/25:active {
  border-color: rgb(3 105 161 / 0.25);
}

.active\:border-sky-700\/30:active {
  border-color: rgb(3 105 161 / 0.3);
}

.active\:border-sky-700\/40:active {
  border-color: rgb(3 105 161 / 0.4);
}

.active\:border-sky-700\/5:active {
  border-color: rgb(3 105 161 / 0.05);
}

.active\:border-sky-700\/50:active {
  border-color: rgb(3 105 161 / 0.5);
}

.active\:border-sky-700\/60:active {
  border-color: rgb(3 105 161 / 0.6);
}

.active\:border-sky-700\/70:active {
  border-color: rgb(3 105 161 / 0.7);
}

.active\:border-sky-700\/75:active {
  border-color: rgb(3 105 161 / 0.75);
}

.active\:border-sky-700\/80:active {
  border-color: rgb(3 105 161 / 0.8);
}

.active\:border-sky-700\/90:active {
  border-color: rgb(3 105 161 / 0.9);
}

.active\:border-sky-700\/95:active {
  border-color: rgb(3 105 161 / 0.95);
}

.active\:border-sky-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(7 89 133 / var(--tw-border-opacity));
}

.active\:border-sky-800\/0:active {
  border-color: rgb(7 89 133 / 0);
}

.active\:border-sky-800\/10:active {
  border-color: rgb(7 89 133 / 0.1);
}

.active\:border-sky-800\/100:active {
  border-color: rgb(7 89 133 / 1);
}

.active\:border-sky-800\/20:active {
  border-color: rgb(7 89 133 / 0.2);
}

.active\:border-sky-800\/25:active {
  border-color: rgb(7 89 133 / 0.25);
}

.active\:border-sky-800\/30:active {
  border-color: rgb(7 89 133 / 0.3);
}

.active\:border-sky-800\/40:active {
  border-color: rgb(7 89 133 / 0.4);
}

.active\:border-sky-800\/5:active {
  border-color: rgb(7 89 133 / 0.05);
}

.active\:border-sky-800\/50:active {
  border-color: rgb(7 89 133 / 0.5);
}

.active\:border-sky-800\/60:active {
  border-color: rgb(7 89 133 / 0.6);
}

.active\:border-sky-800\/70:active {
  border-color: rgb(7 89 133 / 0.7);
}

.active\:border-sky-800\/75:active {
  border-color: rgb(7 89 133 / 0.75);
}

.active\:border-sky-800\/80:active {
  border-color: rgb(7 89 133 / 0.8);
}

.active\:border-sky-800\/90:active {
  border-color: rgb(7 89 133 / 0.9);
}

.active\:border-sky-800\/95:active {
  border-color: rgb(7 89 133 / 0.95);
}

.active\:border-sky-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(12 74 110 / var(--tw-border-opacity));
}

.active\:border-sky-900\/0:active {
  border-color: rgb(12 74 110 / 0);
}

.active\:border-sky-900\/10:active {
  border-color: rgb(12 74 110 / 0.1);
}

.active\:border-sky-900\/100:active {
  border-color: rgb(12 74 110 / 1);
}

.active\:border-sky-900\/20:active {
  border-color: rgb(12 74 110 / 0.2);
}

.active\:border-sky-900\/25:active {
  border-color: rgb(12 74 110 / 0.25);
}

.active\:border-sky-900\/30:active {
  border-color: rgb(12 74 110 / 0.3);
}

.active\:border-sky-900\/40:active {
  border-color: rgb(12 74 110 / 0.4);
}

.active\:border-sky-900\/5:active {
  border-color: rgb(12 74 110 / 0.05);
}

.active\:border-sky-900\/50:active {
  border-color: rgb(12 74 110 / 0.5);
}

.active\:border-sky-900\/60:active {
  border-color: rgb(12 74 110 / 0.6);
}

.active\:border-sky-900\/70:active {
  border-color: rgb(12 74 110 / 0.7);
}

.active\:border-sky-900\/75:active {
  border-color: rgb(12 74 110 / 0.75);
}

.active\:border-sky-900\/80:active {
  border-color: rgb(12 74 110 / 0.8);
}

.active\:border-sky-900\/90:active {
  border-color: rgb(12 74 110 / 0.9);
}

.active\:border-sky-900\/95:active {
  border-color: rgb(12 74 110 / 0.95);
}

.active\:border-sky-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(8 47 73 / var(--tw-border-opacity));
}

.active\:border-sky-950\/0:active {
  border-color: rgb(8 47 73 / 0);
}

.active\:border-sky-950\/10:active {
  border-color: rgb(8 47 73 / 0.1);
}

.active\:border-sky-950\/100:active {
  border-color: rgb(8 47 73 / 1);
}

.active\:border-sky-950\/20:active {
  border-color: rgb(8 47 73 / 0.2);
}

.active\:border-sky-950\/25:active {
  border-color: rgb(8 47 73 / 0.25);
}

.active\:border-sky-950\/30:active {
  border-color: rgb(8 47 73 / 0.3);
}

.active\:border-sky-950\/40:active {
  border-color: rgb(8 47 73 / 0.4);
}

.active\:border-sky-950\/5:active {
  border-color: rgb(8 47 73 / 0.05);
}

.active\:border-sky-950\/50:active {
  border-color: rgb(8 47 73 / 0.5);
}

.active\:border-sky-950\/60:active {
  border-color: rgb(8 47 73 / 0.6);
}

.active\:border-sky-950\/70:active {
  border-color: rgb(8 47 73 / 0.7);
}

.active\:border-sky-950\/75:active {
  border-color: rgb(8 47 73 / 0.75);
}

.active\:border-sky-950\/80:active {
  border-color: rgb(8 47 73 / 0.8);
}

.active\:border-sky-950\/90:active {
  border-color: rgb(8 47 73 / 0.9);
}

.active\:border-sky-950\/95:active {
  border-color: rgb(8 47 73 / 0.95);
}

.active\:border-slate-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.active\:border-slate-100\/0:active {
  border-color: rgb(241 245 249 / 0);
}

.active\:border-slate-100\/10:active {
  border-color: rgb(241 245 249 / 0.1);
}

.active\:border-slate-100\/100:active {
  border-color: rgb(241 245 249 / 1);
}

.active\:border-slate-100\/20:active {
  border-color: rgb(241 245 249 / 0.2);
}

.active\:border-slate-100\/25:active {
  border-color: rgb(241 245 249 / 0.25);
}

.active\:border-slate-100\/30:active {
  border-color: rgb(241 245 249 / 0.3);
}

.active\:border-slate-100\/40:active {
  border-color: rgb(241 245 249 / 0.4);
}

.active\:border-slate-100\/5:active {
  border-color: rgb(241 245 249 / 0.05);
}

.active\:border-slate-100\/50:active {
  border-color: rgb(241 245 249 / 0.5);
}

.active\:border-slate-100\/60:active {
  border-color: rgb(241 245 249 / 0.6);
}

.active\:border-slate-100\/70:active {
  border-color: rgb(241 245 249 / 0.7);
}

.active\:border-slate-100\/75:active {
  border-color: rgb(241 245 249 / 0.75);
}

.active\:border-slate-100\/80:active {
  border-color: rgb(241 245 249 / 0.8);
}

.active\:border-slate-100\/90:active {
  border-color: rgb(241 245 249 / 0.9);
}

.active\:border-slate-100\/95:active {
  border-color: rgb(241 245 249 / 0.95);
}

.active\:border-slate-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.active\:border-slate-200\/0:active {
  border-color: rgb(226 232 240 / 0);
}

.active\:border-slate-200\/10:active {
  border-color: rgb(226 232 240 / 0.1);
}

.active\:border-slate-200\/100:active {
  border-color: rgb(226 232 240 / 1);
}

.active\:border-slate-200\/20:active {
  border-color: rgb(226 232 240 / 0.2);
}

.active\:border-slate-200\/25:active {
  border-color: rgb(226 232 240 / 0.25);
}

.active\:border-slate-200\/30:active {
  border-color: rgb(226 232 240 / 0.3);
}

.active\:border-slate-200\/40:active {
  border-color: rgb(226 232 240 / 0.4);
}

.active\:border-slate-200\/5:active {
  border-color: rgb(226 232 240 / 0.05);
}

.active\:border-slate-200\/50:active {
  border-color: rgb(226 232 240 / 0.5);
}

.active\:border-slate-200\/60:active {
  border-color: rgb(226 232 240 / 0.6);
}

.active\:border-slate-200\/70:active {
  border-color: rgb(226 232 240 / 0.7);
}

.active\:border-slate-200\/75:active {
  border-color: rgb(226 232 240 / 0.75);
}

.active\:border-slate-200\/80:active {
  border-color: rgb(226 232 240 / 0.8);
}

.active\:border-slate-200\/90:active {
  border-color: rgb(226 232 240 / 0.9);
}

.active\:border-slate-200\/95:active {
  border-color: rgb(226 232 240 / 0.95);
}

.active\:border-slate-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.active\:border-slate-300\/0:active {
  border-color: rgb(203 213 225 / 0);
}

.active\:border-slate-300\/10:active {
  border-color: rgb(203 213 225 / 0.1);
}

.active\:border-slate-300\/100:active {
  border-color: rgb(203 213 225 / 1);
}

.active\:border-slate-300\/20:active {
  border-color: rgb(203 213 225 / 0.2);
}

.active\:border-slate-300\/25:active {
  border-color: rgb(203 213 225 / 0.25);
}

.active\:border-slate-300\/30:active {
  border-color: rgb(203 213 225 / 0.3);
}

.active\:border-slate-300\/40:active {
  border-color: rgb(203 213 225 / 0.4);
}

.active\:border-slate-300\/5:active {
  border-color: rgb(203 213 225 / 0.05);
}

.active\:border-slate-300\/50:active {
  border-color: rgb(203 213 225 / 0.5);
}

.active\:border-slate-300\/60:active {
  border-color: rgb(203 213 225 / 0.6);
}

.active\:border-slate-300\/70:active {
  border-color: rgb(203 213 225 / 0.7);
}

.active\:border-slate-300\/75:active {
  border-color: rgb(203 213 225 / 0.75);
}

.active\:border-slate-300\/80:active {
  border-color: rgb(203 213 225 / 0.8);
}

.active\:border-slate-300\/90:active {
  border-color: rgb(203 213 225 / 0.9);
}

.active\:border-slate-300\/95:active {
  border-color: rgb(203 213 225 / 0.95);
}

.active\:border-slate-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.active\:border-slate-400\/0:active {
  border-color: rgb(148 163 184 / 0);
}

.active\:border-slate-400\/10:active {
  border-color: rgb(148 163 184 / 0.1);
}

.active\:border-slate-400\/100:active {
  border-color: rgb(148 163 184 / 1);
}

.active\:border-slate-400\/20:active {
  border-color: rgb(148 163 184 / 0.2);
}

.active\:border-slate-400\/25:active {
  border-color: rgb(148 163 184 / 0.25);
}

.active\:border-slate-400\/30:active {
  border-color: rgb(148 163 184 / 0.3);
}

.active\:border-slate-400\/40:active {
  border-color: rgb(148 163 184 / 0.4);
}

.active\:border-slate-400\/5:active {
  border-color: rgb(148 163 184 / 0.05);
}

.active\:border-slate-400\/50:active {
  border-color: rgb(148 163 184 / 0.5);
}

.active\:border-slate-400\/60:active {
  border-color: rgb(148 163 184 / 0.6);
}

.active\:border-slate-400\/70:active {
  border-color: rgb(148 163 184 / 0.7);
}

.active\:border-slate-400\/75:active {
  border-color: rgb(148 163 184 / 0.75);
}

.active\:border-slate-400\/80:active {
  border-color: rgb(148 163 184 / 0.8);
}

.active\:border-slate-400\/90:active {
  border-color: rgb(148 163 184 / 0.9);
}

.active\:border-slate-400\/95:active {
  border-color: rgb(148 163 184 / 0.95);
}

.active\:border-slate-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(248 250 252 / var(--tw-border-opacity));
}

.active\:border-slate-50\/0:active {
  border-color: rgb(248 250 252 / 0);
}

.active\:border-slate-50\/10:active {
  border-color: rgb(248 250 252 / 0.1);
}

.active\:border-slate-50\/100:active {
  border-color: rgb(248 250 252 / 1);
}

.active\:border-slate-50\/20:active {
  border-color: rgb(248 250 252 / 0.2);
}

.active\:border-slate-50\/25:active {
  border-color: rgb(248 250 252 / 0.25);
}

.active\:border-slate-50\/30:active {
  border-color: rgb(248 250 252 / 0.3);
}

.active\:border-slate-50\/40:active {
  border-color: rgb(248 250 252 / 0.4);
}

.active\:border-slate-50\/5:active {
  border-color: rgb(248 250 252 / 0.05);
}

.active\:border-slate-50\/50:active {
  border-color: rgb(248 250 252 / 0.5);
}

.active\:border-slate-50\/60:active {
  border-color: rgb(248 250 252 / 0.6);
}

.active\:border-slate-50\/70:active {
  border-color: rgb(248 250 252 / 0.7);
}

.active\:border-slate-50\/75:active {
  border-color: rgb(248 250 252 / 0.75);
}

.active\:border-slate-50\/80:active {
  border-color: rgb(248 250 252 / 0.8);
}

.active\:border-slate-50\/90:active {
  border-color: rgb(248 250 252 / 0.9);
}

.active\:border-slate-50\/95:active {
  border-color: rgb(248 250 252 / 0.95);
}

.active\:border-slate-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.active\:border-slate-500\/0:active {
  border-color: rgb(100 116 139 / 0);
}

.active\:border-slate-500\/10:active {
  border-color: rgb(100 116 139 / 0.1);
}

.active\:border-slate-500\/100:active {
  border-color: rgb(100 116 139 / 1);
}

.active\:border-slate-500\/20:active {
  border-color: rgb(100 116 139 / 0.2);
}

.active\:border-slate-500\/25:active {
  border-color: rgb(100 116 139 / 0.25);
}

.active\:border-slate-500\/30:active {
  border-color: rgb(100 116 139 / 0.3);
}

.active\:border-slate-500\/40:active {
  border-color: rgb(100 116 139 / 0.4);
}

.active\:border-slate-500\/5:active {
  border-color: rgb(100 116 139 / 0.05);
}

.active\:border-slate-500\/50:active {
  border-color: rgb(100 116 139 / 0.5);
}

.active\:border-slate-500\/60:active {
  border-color: rgb(100 116 139 / 0.6);
}

.active\:border-slate-500\/70:active {
  border-color: rgb(100 116 139 / 0.7);
}

.active\:border-slate-500\/75:active {
  border-color: rgb(100 116 139 / 0.75);
}

.active\:border-slate-500\/80:active {
  border-color: rgb(100 116 139 / 0.8);
}

.active\:border-slate-500\/90:active {
  border-color: rgb(100 116 139 / 0.9);
}

.active\:border-slate-500\/95:active {
  border-color: rgb(100 116 139 / 0.95);
}

.active\:border-slate-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
}

.active\:border-slate-600\/0:active {
  border-color: rgb(71 85 105 / 0);
}

.active\:border-slate-600\/10:active {
  border-color: rgb(71 85 105 / 0.1);
}

.active\:border-slate-600\/100:active {
  border-color: rgb(71 85 105 / 1);
}

.active\:border-slate-600\/20:active {
  border-color: rgb(71 85 105 / 0.2);
}

.active\:border-slate-600\/25:active {
  border-color: rgb(71 85 105 / 0.25);
}

.active\:border-slate-600\/30:active {
  border-color: rgb(71 85 105 / 0.3);
}

.active\:border-slate-600\/40:active {
  border-color: rgb(71 85 105 / 0.4);
}

.active\:border-slate-600\/5:active {
  border-color: rgb(71 85 105 / 0.05);
}

.active\:border-slate-600\/50:active {
  border-color: rgb(71 85 105 / 0.5);
}

.active\:border-slate-600\/60:active {
  border-color: rgb(71 85 105 / 0.6);
}

.active\:border-slate-600\/70:active {
  border-color: rgb(71 85 105 / 0.7);
}

.active\:border-slate-600\/75:active {
  border-color: rgb(71 85 105 / 0.75);
}

.active\:border-slate-600\/80:active {
  border-color: rgb(71 85 105 / 0.8);
}

.active\:border-slate-600\/90:active {
  border-color: rgb(71 85 105 / 0.9);
}

.active\:border-slate-600\/95:active {
  border-color: rgb(71 85 105 / 0.95);
}

.active\:border-slate-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.active\:border-slate-700\/0:active {
  border-color: rgb(51 65 85 / 0);
}

.active\:border-slate-700\/10:active {
  border-color: rgb(51 65 85 / 0.1);
}

.active\:border-slate-700\/100:active {
  border-color: rgb(51 65 85 / 1);
}

.active\:border-slate-700\/20:active {
  border-color: rgb(51 65 85 / 0.2);
}

.active\:border-slate-700\/25:active {
  border-color: rgb(51 65 85 / 0.25);
}

.active\:border-slate-700\/30:active {
  border-color: rgb(51 65 85 / 0.3);
}

.active\:border-slate-700\/40:active {
  border-color: rgb(51 65 85 / 0.4);
}

.active\:border-slate-700\/5:active {
  border-color: rgb(51 65 85 / 0.05);
}

.active\:border-slate-700\/50:active {
  border-color: rgb(51 65 85 / 0.5);
}

.active\:border-slate-700\/60:active {
  border-color: rgb(51 65 85 / 0.6);
}

.active\:border-slate-700\/70:active {
  border-color: rgb(51 65 85 / 0.7);
}

.active\:border-slate-700\/75:active {
  border-color: rgb(51 65 85 / 0.75);
}

.active\:border-slate-700\/80:active {
  border-color: rgb(51 65 85 / 0.8);
}

.active\:border-slate-700\/90:active {
  border-color: rgb(51 65 85 / 0.9);
}

.active\:border-slate-700\/95:active {
  border-color: rgb(51 65 85 / 0.95);
}

.active\:border-slate-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.active\:border-slate-800\/0:active {
  border-color: rgb(30 41 59 / 0);
}

.active\:border-slate-800\/10:active {
  border-color: rgb(30 41 59 / 0.1);
}

.active\:border-slate-800\/100:active {
  border-color: rgb(30 41 59 / 1);
}

.active\:border-slate-800\/20:active {
  border-color: rgb(30 41 59 / 0.2);
}

.active\:border-slate-800\/25:active {
  border-color: rgb(30 41 59 / 0.25);
}

.active\:border-slate-800\/30:active {
  border-color: rgb(30 41 59 / 0.3);
}

.active\:border-slate-800\/40:active {
  border-color: rgb(30 41 59 / 0.4);
}

.active\:border-slate-800\/5:active {
  border-color: rgb(30 41 59 / 0.05);
}

.active\:border-slate-800\/50:active {
  border-color: rgb(30 41 59 / 0.5);
}

.active\:border-slate-800\/60:active {
  border-color: rgb(30 41 59 / 0.6);
}

.active\:border-slate-800\/70:active {
  border-color: rgb(30 41 59 / 0.7);
}

.active\:border-slate-800\/75:active {
  border-color: rgb(30 41 59 / 0.75);
}

.active\:border-slate-800\/80:active {
  border-color: rgb(30 41 59 / 0.8);
}

.active\:border-slate-800\/90:active {
  border-color: rgb(30 41 59 / 0.9);
}

.active\:border-slate-800\/95:active {
  border-color: rgb(30 41 59 / 0.95);
}

.active\:border-slate-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity));
}

.active\:border-slate-900\/0:active {
  border-color: rgb(15 23 42 / 0);
}

.active\:border-slate-900\/10:active {
  border-color: rgb(15 23 42 / 0.1);
}

.active\:border-slate-900\/100:active {
  border-color: rgb(15 23 42 / 1);
}

.active\:border-slate-900\/20:active {
  border-color: rgb(15 23 42 / 0.2);
}

.active\:border-slate-900\/25:active {
  border-color: rgb(15 23 42 / 0.25);
}

.active\:border-slate-900\/30:active {
  border-color: rgb(15 23 42 / 0.3);
}

.active\:border-slate-900\/40:active {
  border-color: rgb(15 23 42 / 0.4);
}

.active\:border-slate-900\/5:active {
  border-color: rgb(15 23 42 / 0.05);
}

.active\:border-slate-900\/50:active {
  border-color: rgb(15 23 42 / 0.5);
}

.active\:border-slate-900\/60:active {
  border-color: rgb(15 23 42 / 0.6);
}

.active\:border-slate-900\/70:active {
  border-color: rgb(15 23 42 / 0.7);
}

.active\:border-slate-900\/75:active {
  border-color: rgb(15 23 42 / 0.75);
}

.active\:border-slate-900\/80:active {
  border-color: rgb(15 23 42 / 0.8);
}

.active\:border-slate-900\/90:active {
  border-color: rgb(15 23 42 / 0.9);
}

.active\:border-slate-900\/95:active {
  border-color: rgb(15 23 42 / 0.95);
}

.active\:border-slate-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(2 6 23 / var(--tw-border-opacity));
}

.active\:border-slate-950\/0:active {
  border-color: rgb(2 6 23 / 0);
}

.active\:border-slate-950\/10:active {
  border-color: rgb(2 6 23 / 0.1);
}

.active\:border-slate-950\/100:active {
  border-color: rgb(2 6 23 / 1);
}

.active\:border-slate-950\/20:active {
  border-color: rgb(2 6 23 / 0.2);
}

.active\:border-slate-950\/25:active {
  border-color: rgb(2 6 23 / 0.25);
}

.active\:border-slate-950\/30:active {
  border-color: rgb(2 6 23 / 0.3);
}

.active\:border-slate-950\/40:active {
  border-color: rgb(2 6 23 / 0.4);
}

.active\:border-slate-950\/5:active {
  border-color: rgb(2 6 23 / 0.05);
}

.active\:border-slate-950\/50:active {
  border-color: rgb(2 6 23 / 0.5);
}

.active\:border-slate-950\/60:active {
  border-color: rgb(2 6 23 / 0.6);
}

.active\:border-slate-950\/70:active {
  border-color: rgb(2 6 23 / 0.7);
}

.active\:border-slate-950\/75:active {
  border-color: rgb(2 6 23 / 0.75);
}

.active\:border-slate-950\/80:active {
  border-color: rgb(2 6 23 / 0.8);
}

.active\:border-slate-950\/90:active {
  border-color: rgb(2 6 23 / 0.9);
}

.active\:border-slate-950\/95:active {
  border-color: rgb(2 6 23 / 0.95);
}

.active\:border-stone-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 244 / var(--tw-border-opacity));
}

.active\:border-stone-100\/0:active {
  border-color: rgb(245 245 244 / 0);
}

.active\:border-stone-100\/10:active {
  border-color: rgb(245 245 244 / 0.1);
}

.active\:border-stone-100\/100:active {
  border-color: rgb(245 245 244 / 1);
}

.active\:border-stone-100\/20:active {
  border-color: rgb(245 245 244 / 0.2);
}

.active\:border-stone-100\/25:active {
  border-color: rgb(245 245 244 / 0.25);
}

.active\:border-stone-100\/30:active {
  border-color: rgb(245 245 244 / 0.3);
}

.active\:border-stone-100\/40:active {
  border-color: rgb(245 245 244 / 0.4);
}

.active\:border-stone-100\/5:active {
  border-color: rgb(245 245 244 / 0.05);
}

.active\:border-stone-100\/50:active {
  border-color: rgb(245 245 244 / 0.5);
}

.active\:border-stone-100\/60:active {
  border-color: rgb(245 245 244 / 0.6);
}

.active\:border-stone-100\/70:active {
  border-color: rgb(245 245 244 / 0.7);
}

.active\:border-stone-100\/75:active {
  border-color: rgb(245 245 244 / 0.75);
}

.active\:border-stone-100\/80:active {
  border-color: rgb(245 245 244 / 0.8);
}

.active\:border-stone-100\/90:active {
  border-color: rgb(245 245 244 / 0.9);
}

.active\:border-stone-100\/95:active {
  border-color: rgb(245 245 244 / 0.95);
}

.active\:border-stone-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-border-opacity));
}

.active\:border-stone-200\/0:active {
  border-color: rgb(231 229 228 / 0);
}

.active\:border-stone-200\/10:active {
  border-color: rgb(231 229 228 / 0.1);
}

.active\:border-stone-200\/100:active {
  border-color: rgb(231 229 228 / 1);
}

.active\:border-stone-200\/20:active {
  border-color: rgb(231 229 228 / 0.2);
}

.active\:border-stone-200\/25:active {
  border-color: rgb(231 229 228 / 0.25);
}

.active\:border-stone-200\/30:active {
  border-color: rgb(231 229 228 / 0.3);
}

.active\:border-stone-200\/40:active {
  border-color: rgb(231 229 228 / 0.4);
}

.active\:border-stone-200\/5:active {
  border-color: rgb(231 229 228 / 0.05);
}

.active\:border-stone-200\/50:active {
  border-color: rgb(231 229 228 / 0.5);
}

.active\:border-stone-200\/60:active {
  border-color: rgb(231 229 228 / 0.6);
}

.active\:border-stone-200\/70:active {
  border-color: rgb(231 229 228 / 0.7);
}

.active\:border-stone-200\/75:active {
  border-color: rgb(231 229 228 / 0.75);
}

.active\:border-stone-200\/80:active {
  border-color: rgb(231 229 228 / 0.8);
}

.active\:border-stone-200\/90:active {
  border-color: rgb(231 229 228 / 0.9);
}

.active\:border-stone-200\/95:active {
  border-color: rgb(231 229 228 / 0.95);
}

.active\:border-stone-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.active\:border-stone-300\/0:active {
  border-color: rgb(214 211 209 / 0);
}

.active\:border-stone-300\/10:active {
  border-color: rgb(214 211 209 / 0.1);
}

.active\:border-stone-300\/100:active {
  border-color: rgb(214 211 209 / 1);
}

.active\:border-stone-300\/20:active {
  border-color: rgb(214 211 209 / 0.2);
}

.active\:border-stone-300\/25:active {
  border-color: rgb(214 211 209 / 0.25);
}

.active\:border-stone-300\/30:active {
  border-color: rgb(214 211 209 / 0.3);
}

.active\:border-stone-300\/40:active {
  border-color: rgb(214 211 209 / 0.4);
}

.active\:border-stone-300\/5:active {
  border-color: rgb(214 211 209 / 0.05);
}

.active\:border-stone-300\/50:active {
  border-color: rgb(214 211 209 / 0.5);
}

.active\:border-stone-300\/60:active {
  border-color: rgb(214 211 209 / 0.6);
}

.active\:border-stone-300\/70:active {
  border-color: rgb(214 211 209 / 0.7);
}

.active\:border-stone-300\/75:active {
  border-color: rgb(214 211 209 / 0.75);
}

.active\:border-stone-300\/80:active {
  border-color: rgb(214 211 209 / 0.8);
}

.active\:border-stone-300\/90:active {
  border-color: rgb(214 211 209 / 0.9);
}

.active\:border-stone-300\/95:active {
  border-color: rgb(214 211 209 / 0.95);
}

.active\:border-stone-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(168 162 158 / var(--tw-border-opacity));
}

.active\:border-stone-400\/0:active {
  border-color: rgb(168 162 158 / 0);
}

.active\:border-stone-400\/10:active {
  border-color: rgb(168 162 158 / 0.1);
}

.active\:border-stone-400\/100:active {
  border-color: rgb(168 162 158 / 1);
}

.active\:border-stone-400\/20:active {
  border-color: rgb(168 162 158 / 0.2);
}

.active\:border-stone-400\/25:active {
  border-color: rgb(168 162 158 / 0.25);
}

.active\:border-stone-400\/30:active {
  border-color: rgb(168 162 158 / 0.3);
}

.active\:border-stone-400\/40:active {
  border-color: rgb(168 162 158 / 0.4);
}

.active\:border-stone-400\/5:active {
  border-color: rgb(168 162 158 / 0.05);
}

.active\:border-stone-400\/50:active {
  border-color: rgb(168 162 158 / 0.5);
}

.active\:border-stone-400\/60:active {
  border-color: rgb(168 162 158 / 0.6);
}

.active\:border-stone-400\/70:active {
  border-color: rgb(168 162 158 / 0.7);
}

.active\:border-stone-400\/75:active {
  border-color: rgb(168 162 158 / 0.75);
}

.active\:border-stone-400\/80:active {
  border-color: rgb(168 162 158 / 0.8);
}

.active\:border-stone-400\/90:active {
  border-color: rgb(168 162 158 / 0.9);
}

.active\:border-stone-400\/95:active {
  border-color: rgb(168 162 158 / 0.95);
}

.active\:border-stone-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 249 / var(--tw-border-opacity));
}

.active\:border-stone-50\/0:active {
  border-color: rgb(250 250 249 / 0);
}

.active\:border-stone-50\/10:active {
  border-color: rgb(250 250 249 / 0.1);
}

.active\:border-stone-50\/100:active {
  border-color: rgb(250 250 249 / 1);
}

.active\:border-stone-50\/20:active {
  border-color: rgb(250 250 249 / 0.2);
}

.active\:border-stone-50\/25:active {
  border-color: rgb(250 250 249 / 0.25);
}

.active\:border-stone-50\/30:active {
  border-color: rgb(250 250 249 / 0.3);
}

.active\:border-stone-50\/40:active {
  border-color: rgb(250 250 249 / 0.4);
}

.active\:border-stone-50\/5:active {
  border-color: rgb(250 250 249 / 0.05);
}

.active\:border-stone-50\/50:active {
  border-color: rgb(250 250 249 / 0.5);
}

.active\:border-stone-50\/60:active {
  border-color: rgb(250 250 249 / 0.6);
}

.active\:border-stone-50\/70:active {
  border-color: rgb(250 250 249 / 0.7);
}

.active\:border-stone-50\/75:active {
  border-color: rgb(250 250 249 / 0.75);
}

.active\:border-stone-50\/80:active {
  border-color: rgb(250 250 249 / 0.8);
}

.active\:border-stone-50\/90:active {
  border-color: rgb(250 250 249 / 0.9);
}

.active\:border-stone-50\/95:active {
  border-color: rgb(250 250 249 / 0.95);
}

.active\:border-stone-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(120 113 108 / var(--tw-border-opacity));
}

.active\:border-stone-500\/0:active {
  border-color: rgb(120 113 108 / 0);
}

.active\:border-stone-500\/10:active {
  border-color: rgb(120 113 108 / 0.1);
}

.active\:border-stone-500\/100:active {
  border-color: rgb(120 113 108 / 1);
}

.active\:border-stone-500\/20:active {
  border-color: rgb(120 113 108 / 0.2);
}

.active\:border-stone-500\/25:active {
  border-color: rgb(120 113 108 / 0.25);
}

.active\:border-stone-500\/30:active {
  border-color: rgb(120 113 108 / 0.3);
}

.active\:border-stone-500\/40:active {
  border-color: rgb(120 113 108 / 0.4);
}

.active\:border-stone-500\/5:active {
  border-color: rgb(120 113 108 / 0.05);
}

.active\:border-stone-500\/50:active {
  border-color: rgb(120 113 108 / 0.5);
}

.active\:border-stone-500\/60:active {
  border-color: rgb(120 113 108 / 0.6);
}

.active\:border-stone-500\/70:active {
  border-color: rgb(120 113 108 / 0.7);
}

.active\:border-stone-500\/75:active {
  border-color: rgb(120 113 108 / 0.75);
}

.active\:border-stone-500\/80:active {
  border-color: rgb(120 113 108 / 0.8);
}

.active\:border-stone-500\/90:active {
  border-color: rgb(120 113 108 / 0.9);
}

.active\:border-stone-500\/95:active {
  border-color: rgb(120 113 108 / 0.95);
}

.active\:border-stone-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(87 83 78 / var(--tw-border-opacity));
}

.active\:border-stone-600\/0:active {
  border-color: rgb(87 83 78 / 0);
}

.active\:border-stone-600\/10:active {
  border-color: rgb(87 83 78 / 0.1);
}

.active\:border-stone-600\/100:active {
  border-color: rgb(87 83 78 / 1);
}

.active\:border-stone-600\/20:active {
  border-color: rgb(87 83 78 / 0.2);
}

.active\:border-stone-600\/25:active {
  border-color: rgb(87 83 78 / 0.25);
}

.active\:border-stone-600\/30:active {
  border-color: rgb(87 83 78 / 0.3);
}

.active\:border-stone-600\/40:active {
  border-color: rgb(87 83 78 / 0.4);
}

.active\:border-stone-600\/5:active {
  border-color: rgb(87 83 78 / 0.05);
}

.active\:border-stone-600\/50:active {
  border-color: rgb(87 83 78 / 0.5);
}

.active\:border-stone-600\/60:active {
  border-color: rgb(87 83 78 / 0.6);
}

.active\:border-stone-600\/70:active {
  border-color: rgb(87 83 78 / 0.7);
}

.active\:border-stone-600\/75:active {
  border-color: rgb(87 83 78 / 0.75);
}

.active\:border-stone-600\/80:active {
  border-color: rgb(87 83 78 / 0.8);
}

.active\:border-stone-600\/90:active {
  border-color: rgb(87 83 78 / 0.9);
}

.active\:border-stone-600\/95:active {
  border-color: rgb(87 83 78 / 0.95);
}

.active\:border-stone-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(68 64 60 / var(--tw-border-opacity));
}

.active\:border-stone-700\/0:active {
  border-color: rgb(68 64 60 / 0);
}

.active\:border-stone-700\/10:active {
  border-color: rgb(68 64 60 / 0.1);
}

.active\:border-stone-700\/100:active {
  border-color: rgb(68 64 60 / 1);
}

.active\:border-stone-700\/20:active {
  border-color: rgb(68 64 60 / 0.2);
}

.active\:border-stone-700\/25:active {
  border-color: rgb(68 64 60 / 0.25);
}

.active\:border-stone-700\/30:active {
  border-color: rgb(68 64 60 / 0.3);
}

.active\:border-stone-700\/40:active {
  border-color: rgb(68 64 60 / 0.4);
}

.active\:border-stone-700\/5:active {
  border-color: rgb(68 64 60 / 0.05);
}

.active\:border-stone-700\/50:active {
  border-color: rgb(68 64 60 / 0.5);
}

.active\:border-stone-700\/60:active {
  border-color: rgb(68 64 60 / 0.6);
}

.active\:border-stone-700\/70:active {
  border-color: rgb(68 64 60 / 0.7);
}

.active\:border-stone-700\/75:active {
  border-color: rgb(68 64 60 / 0.75);
}

.active\:border-stone-700\/80:active {
  border-color: rgb(68 64 60 / 0.8);
}

.active\:border-stone-700\/90:active {
  border-color: rgb(68 64 60 / 0.9);
}

.active\:border-stone-700\/95:active {
  border-color: rgb(68 64 60 / 0.95);
}

.active\:border-stone-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(41 37 36 / var(--tw-border-opacity));
}

.active\:border-stone-800\/0:active {
  border-color: rgb(41 37 36 / 0);
}

.active\:border-stone-800\/10:active {
  border-color: rgb(41 37 36 / 0.1);
}

.active\:border-stone-800\/100:active {
  border-color: rgb(41 37 36 / 1);
}

.active\:border-stone-800\/20:active {
  border-color: rgb(41 37 36 / 0.2);
}

.active\:border-stone-800\/25:active {
  border-color: rgb(41 37 36 / 0.25);
}

.active\:border-stone-800\/30:active {
  border-color: rgb(41 37 36 / 0.3);
}

.active\:border-stone-800\/40:active {
  border-color: rgb(41 37 36 / 0.4);
}

.active\:border-stone-800\/5:active {
  border-color: rgb(41 37 36 / 0.05);
}

.active\:border-stone-800\/50:active {
  border-color: rgb(41 37 36 / 0.5);
}

.active\:border-stone-800\/60:active {
  border-color: rgb(41 37 36 / 0.6);
}

.active\:border-stone-800\/70:active {
  border-color: rgb(41 37 36 / 0.7);
}

.active\:border-stone-800\/75:active {
  border-color: rgb(41 37 36 / 0.75);
}

.active\:border-stone-800\/80:active {
  border-color: rgb(41 37 36 / 0.8);
}

.active\:border-stone-800\/90:active {
  border-color: rgb(41 37 36 / 0.9);
}

.active\:border-stone-800\/95:active {
  border-color: rgb(41 37 36 / 0.95);
}

.active\:border-stone-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(28 25 23 / var(--tw-border-opacity));
}

.active\:border-stone-900\/0:active {
  border-color: rgb(28 25 23 / 0);
}

.active\:border-stone-900\/10:active {
  border-color: rgb(28 25 23 / 0.1);
}

.active\:border-stone-900\/100:active {
  border-color: rgb(28 25 23 / 1);
}

.active\:border-stone-900\/20:active {
  border-color: rgb(28 25 23 / 0.2);
}

.active\:border-stone-900\/25:active {
  border-color: rgb(28 25 23 / 0.25);
}

.active\:border-stone-900\/30:active {
  border-color: rgb(28 25 23 / 0.3);
}

.active\:border-stone-900\/40:active {
  border-color: rgb(28 25 23 / 0.4);
}

.active\:border-stone-900\/5:active {
  border-color: rgb(28 25 23 / 0.05);
}

.active\:border-stone-900\/50:active {
  border-color: rgb(28 25 23 / 0.5);
}

.active\:border-stone-900\/60:active {
  border-color: rgb(28 25 23 / 0.6);
}

.active\:border-stone-900\/70:active {
  border-color: rgb(28 25 23 / 0.7);
}

.active\:border-stone-900\/75:active {
  border-color: rgb(28 25 23 / 0.75);
}

.active\:border-stone-900\/80:active {
  border-color: rgb(28 25 23 / 0.8);
}

.active\:border-stone-900\/90:active {
  border-color: rgb(28 25 23 / 0.9);
}

.active\:border-stone-900\/95:active {
  border-color: rgb(28 25 23 / 0.95);
}

.active\:border-stone-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(12 10 9 / var(--tw-border-opacity));
}

.active\:border-stone-950\/0:active {
  border-color: rgb(12 10 9 / 0);
}

.active\:border-stone-950\/10:active {
  border-color: rgb(12 10 9 / 0.1);
}

.active\:border-stone-950\/100:active {
  border-color: rgb(12 10 9 / 1);
}

.active\:border-stone-950\/20:active {
  border-color: rgb(12 10 9 / 0.2);
}

.active\:border-stone-950\/25:active {
  border-color: rgb(12 10 9 / 0.25);
}

.active\:border-stone-950\/30:active {
  border-color: rgb(12 10 9 / 0.3);
}

.active\:border-stone-950\/40:active {
  border-color: rgb(12 10 9 / 0.4);
}

.active\:border-stone-950\/5:active {
  border-color: rgb(12 10 9 / 0.05);
}

.active\:border-stone-950\/50:active {
  border-color: rgb(12 10 9 / 0.5);
}

.active\:border-stone-950\/60:active {
  border-color: rgb(12 10 9 / 0.6);
}

.active\:border-stone-950\/70:active {
  border-color: rgb(12 10 9 / 0.7);
}

.active\:border-stone-950\/75:active {
  border-color: rgb(12 10 9 / 0.75);
}

.active\:border-stone-950\/80:active {
  border-color: rgb(12 10 9 / 0.8);
}

.active\:border-stone-950\/90:active {
  border-color: rgb(12 10 9 / 0.9);
}

.active\:border-stone-950\/95:active {
  border-color: rgb(12 10 9 / 0.95);
}

.active\:border-teal-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(204 251 241 / var(--tw-border-opacity));
}

.active\:border-teal-100\/0:active {
  border-color: rgb(204 251 241 / 0);
}

.active\:border-teal-100\/10:active {
  border-color: rgb(204 251 241 / 0.1);
}

.active\:border-teal-100\/100:active {
  border-color: rgb(204 251 241 / 1);
}

.active\:border-teal-100\/20:active {
  border-color: rgb(204 251 241 / 0.2);
}

.active\:border-teal-100\/25:active {
  border-color: rgb(204 251 241 / 0.25);
}

.active\:border-teal-100\/30:active {
  border-color: rgb(204 251 241 / 0.3);
}

.active\:border-teal-100\/40:active {
  border-color: rgb(204 251 241 / 0.4);
}

.active\:border-teal-100\/5:active {
  border-color: rgb(204 251 241 / 0.05);
}

.active\:border-teal-100\/50:active {
  border-color: rgb(204 251 241 / 0.5);
}

.active\:border-teal-100\/60:active {
  border-color: rgb(204 251 241 / 0.6);
}

.active\:border-teal-100\/70:active {
  border-color: rgb(204 251 241 / 0.7);
}

.active\:border-teal-100\/75:active {
  border-color: rgb(204 251 241 / 0.75);
}

.active\:border-teal-100\/80:active {
  border-color: rgb(204 251 241 / 0.8);
}

.active\:border-teal-100\/90:active {
  border-color: rgb(204 251 241 / 0.9);
}

.active\:border-teal-100\/95:active {
  border-color: rgb(204 251 241 / 0.95);
}

.active\:border-teal-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(153 246 228 / var(--tw-border-opacity));
}

.active\:border-teal-200\/0:active {
  border-color: rgb(153 246 228 / 0);
}

.active\:border-teal-200\/10:active {
  border-color: rgb(153 246 228 / 0.1);
}

.active\:border-teal-200\/100:active {
  border-color: rgb(153 246 228 / 1);
}

.active\:border-teal-200\/20:active {
  border-color: rgb(153 246 228 / 0.2);
}

.active\:border-teal-200\/25:active {
  border-color: rgb(153 246 228 / 0.25);
}

.active\:border-teal-200\/30:active {
  border-color: rgb(153 246 228 / 0.3);
}

.active\:border-teal-200\/40:active {
  border-color: rgb(153 246 228 / 0.4);
}

.active\:border-teal-200\/5:active {
  border-color: rgb(153 246 228 / 0.05);
}

.active\:border-teal-200\/50:active {
  border-color: rgb(153 246 228 / 0.5);
}

.active\:border-teal-200\/60:active {
  border-color: rgb(153 246 228 / 0.6);
}

.active\:border-teal-200\/70:active {
  border-color: rgb(153 246 228 / 0.7);
}

.active\:border-teal-200\/75:active {
  border-color: rgb(153 246 228 / 0.75);
}

.active\:border-teal-200\/80:active {
  border-color: rgb(153 246 228 / 0.8);
}

.active\:border-teal-200\/90:active {
  border-color: rgb(153 246 228 / 0.9);
}

.active\:border-teal-200\/95:active {
  border-color: rgb(153 246 228 / 0.95);
}

.active\:border-teal-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(94 234 212 / var(--tw-border-opacity));
}

.active\:border-teal-300\/0:active {
  border-color: rgb(94 234 212 / 0);
}

.active\:border-teal-300\/10:active {
  border-color: rgb(94 234 212 / 0.1);
}

.active\:border-teal-300\/100:active {
  border-color: rgb(94 234 212 / 1);
}

.active\:border-teal-300\/20:active {
  border-color: rgb(94 234 212 / 0.2);
}

.active\:border-teal-300\/25:active {
  border-color: rgb(94 234 212 / 0.25);
}

.active\:border-teal-300\/30:active {
  border-color: rgb(94 234 212 / 0.3);
}

.active\:border-teal-300\/40:active {
  border-color: rgb(94 234 212 / 0.4);
}

.active\:border-teal-300\/5:active {
  border-color: rgb(94 234 212 / 0.05);
}

.active\:border-teal-300\/50:active {
  border-color: rgb(94 234 212 / 0.5);
}

.active\:border-teal-300\/60:active {
  border-color: rgb(94 234 212 / 0.6);
}

.active\:border-teal-300\/70:active {
  border-color: rgb(94 234 212 / 0.7);
}

.active\:border-teal-300\/75:active {
  border-color: rgb(94 234 212 / 0.75);
}

.active\:border-teal-300\/80:active {
  border-color: rgb(94 234 212 / 0.8);
}

.active\:border-teal-300\/90:active {
  border-color: rgb(94 234 212 / 0.9);
}

.active\:border-teal-300\/95:active {
  border-color: rgb(94 234 212 / 0.95);
}

.active\:border-teal-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(45 212 191 / var(--tw-border-opacity));
}

.active\:border-teal-400\/0:active {
  border-color: rgb(45 212 191 / 0);
}

.active\:border-teal-400\/10:active {
  border-color: rgb(45 212 191 / 0.1);
}

.active\:border-teal-400\/100:active {
  border-color: rgb(45 212 191 / 1);
}

.active\:border-teal-400\/20:active {
  border-color: rgb(45 212 191 / 0.2);
}

.active\:border-teal-400\/25:active {
  border-color: rgb(45 212 191 / 0.25);
}

.active\:border-teal-400\/30:active {
  border-color: rgb(45 212 191 / 0.3);
}

.active\:border-teal-400\/40:active {
  border-color: rgb(45 212 191 / 0.4);
}

.active\:border-teal-400\/5:active {
  border-color: rgb(45 212 191 / 0.05);
}

.active\:border-teal-400\/50:active {
  border-color: rgb(45 212 191 / 0.5);
}

.active\:border-teal-400\/60:active {
  border-color: rgb(45 212 191 / 0.6);
}

.active\:border-teal-400\/70:active {
  border-color: rgb(45 212 191 / 0.7);
}

.active\:border-teal-400\/75:active {
  border-color: rgb(45 212 191 / 0.75);
}

.active\:border-teal-400\/80:active {
  border-color: rgb(45 212 191 / 0.8);
}

.active\:border-teal-400\/90:active {
  border-color: rgb(45 212 191 / 0.9);
}

.active\:border-teal-400\/95:active {
  border-color: rgb(45 212 191 / 0.95);
}

.active\:border-teal-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(240 253 250 / var(--tw-border-opacity));
}

.active\:border-teal-50\/0:active {
  border-color: rgb(240 253 250 / 0);
}

.active\:border-teal-50\/10:active {
  border-color: rgb(240 253 250 / 0.1);
}

.active\:border-teal-50\/100:active {
  border-color: rgb(240 253 250 / 1);
}

.active\:border-teal-50\/20:active {
  border-color: rgb(240 253 250 / 0.2);
}

.active\:border-teal-50\/25:active {
  border-color: rgb(240 253 250 / 0.25);
}

.active\:border-teal-50\/30:active {
  border-color: rgb(240 253 250 / 0.3);
}

.active\:border-teal-50\/40:active {
  border-color: rgb(240 253 250 / 0.4);
}

.active\:border-teal-50\/5:active {
  border-color: rgb(240 253 250 / 0.05);
}

.active\:border-teal-50\/50:active {
  border-color: rgb(240 253 250 / 0.5);
}

.active\:border-teal-50\/60:active {
  border-color: rgb(240 253 250 / 0.6);
}

.active\:border-teal-50\/70:active {
  border-color: rgb(240 253 250 / 0.7);
}

.active\:border-teal-50\/75:active {
  border-color: rgb(240 253 250 / 0.75);
}

.active\:border-teal-50\/80:active {
  border-color: rgb(240 253 250 / 0.8);
}

.active\:border-teal-50\/90:active {
  border-color: rgb(240 253 250 / 0.9);
}

.active\:border-teal-50\/95:active {
  border-color: rgb(240 253 250 / 0.95);
}

.active\:border-teal-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity));
}

.active\:border-teal-500\/0:active {
  border-color: rgb(20 184 166 / 0);
}

.active\:border-teal-500\/10:active {
  border-color: rgb(20 184 166 / 0.1);
}

.active\:border-teal-500\/100:active {
  border-color: rgb(20 184 166 / 1);
}

.active\:border-teal-500\/20:active {
  border-color: rgb(20 184 166 / 0.2);
}

.active\:border-teal-500\/25:active {
  border-color: rgb(20 184 166 / 0.25);
}

.active\:border-teal-500\/30:active {
  border-color: rgb(20 184 166 / 0.3);
}

.active\:border-teal-500\/40:active {
  border-color: rgb(20 184 166 / 0.4);
}

.active\:border-teal-500\/5:active {
  border-color: rgb(20 184 166 / 0.05);
}

.active\:border-teal-500\/50:active {
  border-color: rgb(20 184 166 / 0.5);
}

.active\:border-teal-500\/60:active {
  border-color: rgb(20 184 166 / 0.6);
}

.active\:border-teal-500\/70:active {
  border-color: rgb(20 184 166 / 0.7);
}

.active\:border-teal-500\/75:active {
  border-color: rgb(20 184 166 / 0.75);
}

.active\:border-teal-500\/80:active {
  border-color: rgb(20 184 166 / 0.8);
}

.active\:border-teal-500\/90:active {
  border-color: rgb(20 184 166 / 0.9);
}

.active\:border-teal-500\/95:active {
  border-color: rgb(20 184 166 / 0.95);
}

.active\:border-teal-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(13 148 136 / var(--tw-border-opacity));
}

.active\:border-teal-600\/0:active {
  border-color: rgb(13 148 136 / 0);
}

.active\:border-teal-600\/10:active {
  border-color: rgb(13 148 136 / 0.1);
}

.active\:border-teal-600\/100:active {
  border-color: rgb(13 148 136 / 1);
}

.active\:border-teal-600\/20:active {
  border-color: rgb(13 148 136 / 0.2);
}

.active\:border-teal-600\/25:active {
  border-color: rgb(13 148 136 / 0.25);
}

.active\:border-teal-600\/30:active {
  border-color: rgb(13 148 136 / 0.3);
}

.active\:border-teal-600\/40:active {
  border-color: rgb(13 148 136 / 0.4);
}

.active\:border-teal-600\/5:active {
  border-color: rgb(13 148 136 / 0.05);
}

.active\:border-teal-600\/50:active {
  border-color: rgb(13 148 136 / 0.5);
}

.active\:border-teal-600\/60:active {
  border-color: rgb(13 148 136 / 0.6);
}

.active\:border-teal-600\/70:active {
  border-color: rgb(13 148 136 / 0.7);
}

.active\:border-teal-600\/75:active {
  border-color: rgb(13 148 136 / 0.75);
}

.active\:border-teal-600\/80:active {
  border-color: rgb(13 148 136 / 0.8);
}

.active\:border-teal-600\/90:active {
  border-color: rgb(13 148 136 / 0.9);
}

.active\:border-teal-600\/95:active {
  border-color: rgb(13 148 136 / 0.95);
}

.active\:border-teal-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(15 118 110 / var(--tw-border-opacity));
}

.active\:border-teal-700\/0:active {
  border-color: rgb(15 118 110 / 0);
}

.active\:border-teal-700\/10:active {
  border-color: rgb(15 118 110 / 0.1);
}

.active\:border-teal-700\/100:active {
  border-color: rgb(15 118 110 / 1);
}

.active\:border-teal-700\/20:active {
  border-color: rgb(15 118 110 / 0.2);
}

.active\:border-teal-700\/25:active {
  border-color: rgb(15 118 110 / 0.25);
}

.active\:border-teal-700\/30:active {
  border-color: rgb(15 118 110 / 0.3);
}

.active\:border-teal-700\/40:active {
  border-color: rgb(15 118 110 / 0.4);
}

.active\:border-teal-700\/5:active {
  border-color: rgb(15 118 110 / 0.05);
}

.active\:border-teal-700\/50:active {
  border-color: rgb(15 118 110 / 0.5);
}

.active\:border-teal-700\/60:active {
  border-color: rgb(15 118 110 / 0.6);
}

.active\:border-teal-700\/70:active {
  border-color: rgb(15 118 110 / 0.7);
}

.active\:border-teal-700\/75:active {
  border-color: rgb(15 118 110 / 0.75);
}

.active\:border-teal-700\/80:active {
  border-color: rgb(15 118 110 / 0.8);
}

.active\:border-teal-700\/90:active {
  border-color: rgb(15 118 110 / 0.9);
}

.active\:border-teal-700\/95:active {
  border-color: rgb(15 118 110 / 0.95);
}

.active\:border-teal-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(17 94 89 / var(--tw-border-opacity));
}

.active\:border-teal-800\/0:active {
  border-color: rgb(17 94 89 / 0);
}

.active\:border-teal-800\/10:active {
  border-color: rgb(17 94 89 / 0.1);
}

.active\:border-teal-800\/100:active {
  border-color: rgb(17 94 89 / 1);
}

.active\:border-teal-800\/20:active {
  border-color: rgb(17 94 89 / 0.2);
}

.active\:border-teal-800\/25:active {
  border-color: rgb(17 94 89 / 0.25);
}

.active\:border-teal-800\/30:active {
  border-color: rgb(17 94 89 / 0.3);
}

.active\:border-teal-800\/40:active {
  border-color: rgb(17 94 89 / 0.4);
}

.active\:border-teal-800\/5:active {
  border-color: rgb(17 94 89 / 0.05);
}

.active\:border-teal-800\/50:active {
  border-color: rgb(17 94 89 / 0.5);
}

.active\:border-teal-800\/60:active {
  border-color: rgb(17 94 89 / 0.6);
}

.active\:border-teal-800\/70:active {
  border-color: rgb(17 94 89 / 0.7);
}

.active\:border-teal-800\/75:active {
  border-color: rgb(17 94 89 / 0.75);
}

.active\:border-teal-800\/80:active {
  border-color: rgb(17 94 89 / 0.8);
}

.active\:border-teal-800\/90:active {
  border-color: rgb(17 94 89 / 0.9);
}

.active\:border-teal-800\/95:active {
  border-color: rgb(17 94 89 / 0.95);
}

.active\:border-teal-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(19 78 74 / var(--tw-border-opacity));
}

.active\:border-teal-900\/0:active {
  border-color: rgb(19 78 74 / 0);
}

.active\:border-teal-900\/10:active {
  border-color: rgb(19 78 74 / 0.1);
}

.active\:border-teal-900\/100:active {
  border-color: rgb(19 78 74 / 1);
}

.active\:border-teal-900\/20:active {
  border-color: rgb(19 78 74 / 0.2);
}

.active\:border-teal-900\/25:active {
  border-color: rgb(19 78 74 / 0.25);
}

.active\:border-teal-900\/30:active {
  border-color: rgb(19 78 74 / 0.3);
}

.active\:border-teal-900\/40:active {
  border-color: rgb(19 78 74 / 0.4);
}

.active\:border-teal-900\/5:active {
  border-color: rgb(19 78 74 / 0.05);
}

.active\:border-teal-900\/50:active {
  border-color: rgb(19 78 74 / 0.5);
}

.active\:border-teal-900\/60:active {
  border-color: rgb(19 78 74 / 0.6);
}

.active\:border-teal-900\/70:active {
  border-color: rgb(19 78 74 / 0.7);
}

.active\:border-teal-900\/75:active {
  border-color: rgb(19 78 74 / 0.75);
}

.active\:border-teal-900\/80:active {
  border-color: rgb(19 78 74 / 0.8);
}

.active\:border-teal-900\/90:active {
  border-color: rgb(19 78 74 / 0.9);
}

.active\:border-teal-900\/95:active {
  border-color: rgb(19 78 74 / 0.95);
}

.active\:border-teal-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(4 47 46 / var(--tw-border-opacity));
}

.active\:border-teal-950\/0:active {
  border-color: rgb(4 47 46 / 0);
}

.active\:border-teal-950\/10:active {
  border-color: rgb(4 47 46 / 0.1);
}

.active\:border-teal-950\/100:active {
  border-color: rgb(4 47 46 / 1);
}

.active\:border-teal-950\/20:active {
  border-color: rgb(4 47 46 / 0.2);
}

.active\:border-teal-950\/25:active {
  border-color: rgb(4 47 46 / 0.25);
}

.active\:border-teal-950\/30:active {
  border-color: rgb(4 47 46 / 0.3);
}

.active\:border-teal-950\/40:active {
  border-color: rgb(4 47 46 / 0.4);
}

.active\:border-teal-950\/5:active {
  border-color: rgb(4 47 46 / 0.05);
}

.active\:border-teal-950\/50:active {
  border-color: rgb(4 47 46 / 0.5);
}

.active\:border-teal-950\/60:active {
  border-color: rgb(4 47 46 / 0.6);
}

.active\:border-teal-950\/70:active {
  border-color: rgb(4 47 46 / 0.7);
}

.active\:border-teal-950\/75:active {
  border-color: rgb(4 47 46 / 0.75);
}

.active\:border-teal-950\/80:active {
  border-color: rgb(4 47 46 / 0.8);
}

.active\:border-teal-950\/90:active {
  border-color: rgb(4 47 46 / 0.9);
}

.active\:border-teal-950\/95:active {
  border-color: rgb(4 47 46 / 0.95);
}

.active\:border-transparent:active {
  border-color: transparent;
}

.active\:border-transparent\/0:active {
  border-color: rgb(0 0 0 / 0);
}

.active\:border-transparent\/10:active {
  border-color: rgb(0 0 0 / 0.1);
}

.active\:border-transparent\/100:active {
  border-color: rgb(0 0 0 / 1);
}

.active\:border-transparent\/20:active {
  border-color: rgb(0 0 0 / 0.2);
}

.active\:border-transparent\/25:active {
  border-color: rgb(0 0 0 / 0.25);
}

.active\:border-transparent\/30:active {
  border-color: rgb(0 0 0 / 0.3);
}

.active\:border-transparent\/40:active {
  border-color: rgb(0 0 0 / 0.4);
}

.active\:border-transparent\/5:active {
  border-color: rgb(0 0 0 / 0.05);
}

.active\:border-transparent\/50:active {
  border-color: rgb(0 0 0 / 0.5);
}

.active\:border-transparent\/60:active {
  border-color: rgb(0 0 0 / 0.6);
}

.active\:border-transparent\/70:active {
  border-color: rgb(0 0 0 / 0.7);
}

.active\:border-transparent\/75:active {
  border-color: rgb(0 0 0 / 0.75);
}

.active\:border-transparent\/80:active {
  border-color: rgb(0 0 0 / 0.8);
}

.active\:border-transparent\/90:active {
  border-color: rgb(0 0 0 / 0.9);
}

.active\:border-transparent\/95:active {
  border-color: rgb(0 0 0 / 0.95);
}

.active\:border-tykhe-digital:active {
  --tw-border-opacity: 1;
  border-color: rgb(239 156 131 / var(--tw-border-opacity));
}

.active\:border-tykhe-digital-alt:active {
  --tw-border-opacity: 1;
  border-color: rgb(245 239 224 / var(--tw-border-opacity));
}

.active\:border-tykhe-digital-alt\/0:active {
  border-color: rgb(245 239 224 / 0);
}

.active\:border-tykhe-digital-alt\/10:active {
  border-color: rgb(245 239 224 / 0.1);
}

.active\:border-tykhe-digital-alt\/100:active {
  border-color: rgb(245 239 224 / 1);
}

.active\:border-tykhe-digital-alt\/20:active {
  border-color: rgb(245 239 224 / 0.2);
}

.active\:border-tykhe-digital-alt\/25:active {
  border-color: rgb(245 239 224 / 0.25);
}

.active\:border-tykhe-digital-alt\/30:active {
  border-color: rgb(245 239 224 / 0.3);
}

.active\:border-tykhe-digital-alt\/40:active {
  border-color: rgb(245 239 224 / 0.4);
}

.active\:border-tykhe-digital-alt\/5:active {
  border-color: rgb(245 239 224 / 0.05);
}

.active\:border-tykhe-digital-alt\/50:active {
  border-color: rgb(245 239 224 / 0.5);
}

.active\:border-tykhe-digital-alt\/60:active {
  border-color: rgb(245 239 224 / 0.6);
}

.active\:border-tykhe-digital-alt\/70:active {
  border-color: rgb(245 239 224 / 0.7);
}

.active\:border-tykhe-digital-alt\/75:active {
  border-color: rgb(245 239 224 / 0.75);
}

.active\:border-tykhe-digital-alt\/80:active {
  border-color: rgb(245 239 224 / 0.8);
}

.active\:border-tykhe-digital-alt\/90:active {
  border-color: rgb(245 239 224 / 0.9);
}

.active\:border-tykhe-digital-alt\/95:active {
  border-color: rgb(245 239 224 / 0.95);
}

.active\:border-tykhe-digital-alt2:active {
  --tw-border-opacity: 1;
  border-color: rgb(255 58 111 / var(--tw-border-opacity));
}

.active\:border-tykhe-digital-alt2\/0:active {
  border-color: rgb(255 58 111 / 0);
}

.active\:border-tykhe-digital-alt2\/10:active {
  border-color: rgb(255 58 111 / 0.1);
}

.active\:border-tykhe-digital-alt2\/100:active {
  border-color: rgb(255 58 111 / 1);
}

.active\:border-tykhe-digital-alt2\/20:active {
  border-color: rgb(255 58 111 / 0.2);
}

.active\:border-tykhe-digital-alt2\/25:active {
  border-color: rgb(255 58 111 / 0.25);
}

.active\:border-tykhe-digital-alt2\/30:active {
  border-color: rgb(255 58 111 / 0.3);
}

.active\:border-tykhe-digital-alt2\/40:active {
  border-color: rgb(255 58 111 / 0.4);
}

.active\:border-tykhe-digital-alt2\/5:active {
  border-color: rgb(255 58 111 / 0.05);
}

.active\:border-tykhe-digital-alt2\/50:active {
  border-color: rgb(255 58 111 / 0.5);
}

.active\:border-tykhe-digital-alt2\/60:active {
  border-color: rgb(255 58 111 / 0.6);
}

.active\:border-tykhe-digital-alt2\/70:active {
  border-color: rgb(255 58 111 / 0.7);
}

.active\:border-tykhe-digital-alt2\/75:active {
  border-color: rgb(255 58 111 / 0.75);
}

.active\:border-tykhe-digital-alt2\/80:active {
  border-color: rgb(255 58 111 / 0.8);
}

.active\:border-tykhe-digital-alt2\/90:active {
  border-color: rgb(255 58 111 / 0.9);
}

.active\:border-tykhe-digital-alt2\/95:active {
  border-color: rgb(255 58 111 / 0.95);
}

.active\:border-tykhe-digital-alt3:active {
  --tw-border-opacity: 1;
  border-color: rgb(131 214 239 / var(--tw-border-opacity));
}

.active\:border-tykhe-digital-alt3\/0:active {
  border-color: rgb(131 214 239 / 0);
}

.active\:border-tykhe-digital-alt3\/10:active {
  border-color: rgb(131 214 239 / 0.1);
}

.active\:border-tykhe-digital-alt3\/100:active {
  border-color: rgb(131 214 239 / 1);
}

.active\:border-tykhe-digital-alt3\/20:active {
  border-color: rgb(131 214 239 / 0.2);
}

.active\:border-tykhe-digital-alt3\/25:active {
  border-color: rgb(131 214 239 / 0.25);
}

.active\:border-tykhe-digital-alt3\/30:active {
  border-color: rgb(131 214 239 / 0.3);
}

.active\:border-tykhe-digital-alt3\/40:active {
  border-color: rgb(131 214 239 / 0.4);
}

.active\:border-tykhe-digital-alt3\/5:active {
  border-color: rgb(131 214 239 / 0.05);
}

.active\:border-tykhe-digital-alt3\/50:active {
  border-color: rgb(131 214 239 / 0.5);
}

.active\:border-tykhe-digital-alt3\/60:active {
  border-color: rgb(131 214 239 / 0.6);
}

.active\:border-tykhe-digital-alt3\/70:active {
  border-color: rgb(131 214 239 / 0.7);
}

.active\:border-tykhe-digital-alt3\/75:active {
  border-color: rgb(131 214 239 / 0.75);
}

.active\:border-tykhe-digital-alt3\/80:active {
  border-color: rgb(131 214 239 / 0.8);
}

.active\:border-tykhe-digital-alt3\/90:active {
  border-color: rgb(131 214 239 / 0.9);
}

.active\:border-tykhe-digital-alt3\/95:active {
  border-color: rgb(131 214 239 / 0.95);
}

.active\:border-tykhe-digital\/0:active {
  border-color: rgb(239 156 131 / 0);
}

.active\:border-tykhe-digital\/10:active {
  border-color: rgb(239 156 131 / 0.1);
}

.active\:border-tykhe-digital\/100:active {
  border-color: rgb(239 156 131 / 1);
}

.active\:border-tykhe-digital\/20:active {
  border-color: rgb(239 156 131 / 0.2);
}

.active\:border-tykhe-digital\/25:active {
  border-color: rgb(239 156 131 / 0.25);
}

.active\:border-tykhe-digital\/30:active {
  border-color: rgb(239 156 131 / 0.3);
}

.active\:border-tykhe-digital\/40:active {
  border-color: rgb(239 156 131 / 0.4);
}

.active\:border-tykhe-digital\/5:active {
  border-color: rgb(239 156 131 / 0.05);
}

.active\:border-tykhe-digital\/50:active {
  border-color: rgb(239 156 131 / 0.5);
}

.active\:border-tykhe-digital\/60:active {
  border-color: rgb(239 156 131 / 0.6);
}

.active\:border-tykhe-digital\/70:active {
  border-color: rgb(239 156 131 / 0.7);
}

.active\:border-tykhe-digital\/75:active {
  border-color: rgb(239 156 131 / 0.75);
}

.active\:border-tykhe-digital\/80:active {
  border-color: rgb(239 156 131 / 0.8);
}

.active\:border-tykhe-digital\/90:active {
  border-color: rgb(239 156 131 / 0.9);
}

.active\:border-tykhe-digital\/95:active {
  border-color: rgb(239 156 131 / 0.95);
}

.active\:border-violet-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(237 233 254 / var(--tw-border-opacity));
}

.active\:border-violet-100\/0:active {
  border-color: rgb(237 233 254 / 0);
}

.active\:border-violet-100\/10:active {
  border-color: rgb(237 233 254 / 0.1);
}

.active\:border-violet-100\/100:active {
  border-color: rgb(237 233 254 / 1);
}

.active\:border-violet-100\/20:active {
  border-color: rgb(237 233 254 / 0.2);
}

.active\:border-violet-100\/25:active {
  border-color: rgb(237 233 254 / 0.25);
}

.active\:border-violet-100\/30:active {
  border-color: rgb(237 233 254 / 0.3);
}

.active\:border-violet-100\/40:active {
  border-color: rgb(237 233 254 / 0.4);
}

.active\:border-violet-100\/5:active {
  border-color: rgb(237 233 254 / 0.05);
}

.active\:border-violet-100\/50:active {
  border-color: rgb(237 233 254 / 0.5);
}

.active\:border-violet-100\/60:active {
  border-color: rgb(237 233 254 / 0.6);
}

.active\:border-violet-100\/70:active {
  border-color: rgb(237 233 254 / 0.7);
}

.active\:border-violet-100\/75:active {
  border-color: rgb(237 233 254 / 0.75);
}

.active\:border-violet-100\/80:active {
  border-color: rgb(237 233 254 / 0.8);
}

.active\:border-violet-100\/90:active {
  border-color: rgb(237 233 254 / 0.9);
}

.active\:border-violet-100\/95:active {
  border-color: rgb(237 233 254 / 0.95);
}

.active\:border-violet-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(221 214 254 / var(--tw-border-opacity));
}

.active\:border-violet-200\/0:active {
  border-color: rgb(221 214 254 / 0);
}

.active\:border-violet-200\/10:active {
  border-color: rgb(221 214 254 / 0.1);
}

.active\:border-violet-200\/100:active {
  border-color: rgb(221 214 254 / 1);
}

.active\:border-violet-200\/20:active {
  border-color: rgb(221 214 254 / 0.2);
}

.active\:border-violet-200\/25:active {
  border-color: rgb(221 214 254 / 0.25);
}

.active\:border-violet-200\/30:active {
  border-color: rgb(221 214 254 / 0.3);
}

.active\:border-violet-200\/40:active {
  border-color: rgb(221 214 254 / 0.4);
}

.active\:border-violet-200\/5:active {
  border-color: rgb(221 214 254 / 0.05);
}

.active\:border-violet-200\/50:active {
  border-color: rgb(221 214 254 / 0.5);
}

.active\:border-violet-200\/60:active {
  border-color: rgb(221 214 254 / 0.6);
}

.active\:border-violet-200\/70:active {
  border-color: rgb(221 214 254 / 0.7);
}

.active\:border-violet-200\/75:active {
  border-color: rgb(221 214 254 / 0.75);
}

.active\:border-violet-200\/80:active {
  border-color: rgb(221 214 254 / 0.8);
}

.active\:border-violet-200\/90:active {
  border-color: rgb(221 214 254 / 0.9);
}

.active\:border-violet-200\/95:active {
  border-color: rgb(221 214 254 / 0.95);
}

.active\:border-violet-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(196 181 253 / var(--tw-border-opacity));
}

.active\:border-violet-300\/0:active {
  border-color: rgb(196 181 253 / 0);
}

.active\:border-violet-300\/10:active {
  border-color: rgb(196 181 253 / 0.1);
}

.active\:border-violet-300\/100:active {
  border-color: rgb(196 181 253 / 1);
}

.active\:border-violet-300\/20:active {
  border-color: rgb(196 181 253 / 0.2);
}

.active\:border-violet-300\/25:active {
  border-color: rgb(196 181 253 / 0.25);
}

.active\:border-violet-300\/30:active {
  border-color: rgb(196 181 253 / 0.3);
}

.active\:border-violet-300\/40:active {
  border-color: rgb(196 181 253 / 0.4);
}

.active\:border-violet-300\/5:active {
  border-color: rgb(196 181 253 / 0.05);
}

.active\:border-violet-300\/50:active {
  border-color: rgb(196 181 253 / 0.5);
}

.active\:border-violet-300\/60:active {
  border-color: rgb(196 181 253 / 0.6);
}

.active\:border-violet-300\/70:active {
  border-color: rgb(196 181 253 / 0.7);
}

.active\:border-violet-300\/75:active {
  border-color: rgb(196 181 253 / 0.75);
}

.active\:border-violet-300\/80:active {
  border-color: rgb(196 181 253 / 0.8);
}

.active\:border-violet-300\/90:active {
  border-color: rgb(196 181 253 / 0.9);
}

.active\:border-violet-300\/95:active {
  border-color: rgb(196 181 253 / 0.95);
}

.active\:border-violet-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(167 139 250 / var(--tw-border-opacity));
}

.active\:border-violet-400\/0:active {
  border-color: rgb(167 139 250 / 0);
}

.active\:border-violet-400\/10:active {
  border-color: rgb(167 139 250 / 0.1);
}

.active\:border-violet-400\/100:active {
  border-color: rgb(167 139 250 / 1);
}

.active\:border-violet-400\/20:active {
  border-color: rgb(167 139 250 / 0.2);
}

.active\:border-violet-400\/25:active {
  border-color: rgb(167 139 250 / 0.25);
}

.active\:border-violet-400\/30:active {
  border-color: rgb(167 139 250 / 0.3);
}

.active\:border-violet-400\/40:active {
  border-color: rgb(167 139 250 / 0.4);
}

.active\:border-violet-400\/5:active {
  border-color: rgb(167 139 250 / 0.05);
}

.active\:border-violet-400\/50:active {
  border-color: rgb(167 139 250 / 0.5);
}

.active\:border-violet-400\/60:active {
  border-color: rgb(167 139 250 / 0.6);
}

.active\:border-violet-400\/70:active {
  border-color: rgb(167 139 250 / 0.7);
}

.active\:border-violet-400\/75:active {
  border-color: rgb(167 139 250 / 0.75);
}

.active\:border-violet-400\/80:active {
  border-color: rgb(167 139 250 / 0.8);
}

.active\:border-violet-400\/90:active {
  border-color: rgb(167 139 250 / 0.9);
}

.active\:border-violet-400\/95:active {
  border-color: rgb(167 139 250 / 0.95);
}

.active\:border-violet-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(245 243 255 / var(--tw-border-opacity));
}

.active\:border-violet-50\/0:active {
  border-color: rgb(245 243 255 / 0);
}

.active\:border-violet-50\/10:active {
  border-color: rgb(245 243 255 / 0.1);
}

.active\:border-violet-50\/100:active {
  border-color: rgb(245 243 255 / 1);
}

.active\:border-violet-50\/20:active {
  border-color: rgb(245 243 255 / 0.2);
}

.active\:border-violet-50\/25:active {
  border-color: rgb(245 243 255 / 0.25);
}

.active\:border-violet-50\/30:active {
  border-color: rgb(245 243 255 / 0.3);
}

.active\:border-violet-50\/40:active {
  border-color: rgb(245 243 255 / 0.4);
}

.active\:border-violet-50\/5:active {
  border-color: rgb(245 243 255 / 0.05);
}

.active\:border-violet-50\/50:active {
  border-color: rgb(245 243 255 / 0.5);
}

.active\:border-violet-50\/60:active {
  border-color: rgb(245 243 255 / 0.6);
}

.active\:border-violet-50\/70:active {
  border-color: rgb(245 243 255 / 0.7);
}

.active\:border-violet-50\/75:active {
  border-color: rgb(245 243 255 / 0.75);
}

.active\:border-violet-50\/80:active {
  border-color: rgb(245 243 255 / 0.8);
}

.active\:border-violet-50\/90:active {
  border-color: rgb(245 243 255 / 0.9);
}

.active\:border-violet-50\/95:active {
  border-color: rgb(245 243 255 / 0.95);
}

.active\:border-violet-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(139 92 246 / var(--tw-border-opacity));
}

.active\:border-violet-500\/0:active {
  border-color: rgb(139 92 246 / 0);
}

.active\:border-violet-500\/10:active {
  border-color: rgb(139 92 246 / 0.1);
}

.active\:border-violet-500\/100:active {
  border-color: rgb(139 92 246 / 1);
}

.active\:border-violet-500\/20:active {
  border-color: rgb(139 92 246 / 0.2);
}

.active\:border-violet-500\/25:active {
  border-color: rgb(139 92 246 / 0.25);
}

.active\:border-violet-500\/30:active {
  border-color: rgb(139 92 246 / 0.3);
}

.active\:border-violet-500\/40:active {
  border-color: rgb(139 92 246 / 0.4);
}

.active\:border-violet-500\/5:active {
  border-color: rgb(139 92 246 / 0.05);
}

.active\:border-violet-500\/50:active {
  border-color: rgb(139 92 246 / 0.5);
}

.active\:border-violet-500\/60:active {
  border-color: rgb(139 92 246 / 0.6);
}

.active\:border-violet-500\/70:active {
  border-color: rgb(139 92 246 / 0.7);
}

.active\:border-violet-500\/75:active {
  border-color: rgb(139 92 246 / 0.75);
}

.active\:border-violet-500\/80:active {
  border-color: rgb(139 92 246 / 0.8);
}

.active\:border-violet-500\/90:active {
  border-color: rgb(139 92 246 / 0.9);
}

.active\:border-violet-500\/95:active {
  border-color: rgb(139 92 246 / 0.95);
}

.active\:border-violet-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-border-opacity));
}

.active\:border-violet-600\/0:active {
  border-color: rgb(124 58 237 / 0);
}

.active\:border-violet-600\/10:active {
  border-color: rgb(124 58 237 / 0.1);
}

.active\:border-violet-600\/100:active {
  border-color: rgb(124 58 237 / 1);
}

.active\:border-violet-600\/20:active {
  border-color: rgb(124 58 237 / 0.2);
}

.active\:border-violet-600\/25:active {
  border-color: rgb(124 58 237 / 0.25);
}

.active\:border-violet-600\/30:active {
  border-color: rgb(124 58 237 / 0.3);
}

.active\:border-violet-600\/40:active {
  border-color: rgb(124 58 237 / 0.4);
}

.active\:border-violet-600\/5:active {
  border-color: rgb(124 58 237 / 0.05);
}

.active\:border-violet-600\/50:active {
  border-color: rgb(124 58 237 / 0.5);
}

.active\:border-violet-600\/60:active {
  border-color: rgb(124 58 237 / 0.6);
}

.active\:border-violet-600\/70:active {
  border-color: rgb(124 58 237 / 0.7);
}

.active\:border-violet-600\/75:active {
  border-color: rgb(124 58 237 / 0.75);
}

.active\:border-violet-600\/80:active {
  border-color: rgb(124 58 237 / 0.8);
}

.active\:border-violet-600\/90:active {
  border-color: rgb(124 58 237 / 0.9);
}

.active\:border-violet-600\/95:active {
  border-color: rgb(124 58 237 / 0.95);
}

.active\:border-violet-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(109 40 217 / var(--tw-border-opacity));
}

.active\:border-violet-700\/0:active {
  border-color: rgb(109 40 217 / 0);
}

.active\:border-violet-700\/10:active {
  border-color: rgb(109 40 217 / 0.1);
}

.active\:border-violet-700\/100:active {
  border-color: rgb(109 40 217 / 1);
}

.active\:border-violet-700\/20:active {
  border-color: rgb(109 40 217 / 0.2);
}

.active\:border-violet-700\/25:active {
  border-color: rgb(109 40 217 / 0.25);
}

.active\:border-violet-700\/30:active {
  border-color: rgb(109 40 217 / 0.3);
}

.active\:border-violet-700\/40:active {
  border-color: rgb(109 40 217 / 0.4);
}

.active\:border-violet-700\/5:active {
  border-color: rgb(109 40 217 / 0.05);
}

.active\:border-violet-700\/50:active {
  border-color: rgb(109 40 217 / 0.5);
}

.active\:border-violet-700\/60:active {
  border-color: rgb(109 40 217 / 0.6);
}

.active\:border-violet-700\/70:active {
  border-color: rgb(109 40 217 / 0.7);
}

.active\:border-violet-700\/75:active {
  border-color: rgb(109 40 217 / 0.75);
}

.active\:border-violet-700\/80:active {
  border-color: rgb(109 40 217 / 0.8);
}

.active\:border-violet-700\/90:active {
  border-color: rgb(109 40 217 / 0.9);
}

.active\:border-violet-700\/95:active {
  border-color: rgb(109 40 217 / 0.95);
}

.active\:border-violet-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(91 33 182 / var(--tw-border-opacity));
}

.active\:border-violet-800\/0:active {
  border-color: rgb(91 33 182 / 0);
}

.active\:border-violet-800\/10:active {
  border-color: rgb(91 33 182 / 0.1);
}

.active\:border-violet-800\/100:active {
  border-color: rgb(91 33 182 / 1);
}

.active\:border-violet-800\/20:active {
  border-color: rgb(91 33 182 / 0.2);
}

.active\:border-violet-800\/25:active {
  border-color: rgb(91 33 182 / 0.25);
}

.active\:border-violet-800\/30:active {
  border-color: rgb(91 33 182 / 0.3);
}

.active\:border-violet-800\/40:active {
  border-color: rgb(91 33 182 / 0.4);
}

.active\:border-violet-800\/5:active {
  border-color: rgb(91 33 182 / 0.05);
}

.active\:border-violet-800\/50:active {
  border-color: rgb(91 33 182 / 0.5);
}

.active\:border-violet-800\/60:active {
  border-color: rgb(91 33 182 / 0.6);
}

.active\:border-violet-800\/70:active {
  border-color: rgb(91 33 182 / 0.7);
}

.active\:border-violet-800\/75:active {
  border-color: rgb(91 33 182 / 0.75);
}

.active\:border-violet-800\/80:active {
  border-color: rgb(91 33 182 / 0.8);
}

.active\:border-violet-800\/90:active {
  border-color: rgb(91 33 182 / 0.9);
}

.active\:border-violet-800\/95:active {
  border-color: rgb(91 33 182 / 0.95);
}

.active\:border-violet-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(76 29 149 / var(--tw-border-opacity));
}

.active\:border-violet-900\/0:active {
  border-color: rgb(76 29 149 / 0);
}

.active\:border-violet-900\/10:active {
  border-color: rgb(76 29 149 / 0.1);
}

.active\:border-violet-900\/100:active {
  border-color: rgb(76 29 149 / 1);
}

.active\:border-violet-900\/20:active {
  border-color: rgb(76 29 149 / 0.2);
}

.active\:border-violet-900\/25:active {
  border-color: rgb(76 29 149 / 0.25);
}

.active\:border-violet-900\/30:active {
  border-color: rgb(76 29 149 / 0.3);
}

.active\:border-violet-900\/40:active {
  border-color: rgb(76 29 149 / 0.4);
}

.active\:border-violet-900\/5:active {
  border-color: rgb(76 29 149 / 0.05);
}

.active\:border-violet-900\/50:active {
  border-color: rgb(76 29 149 / 0.5);
}

.active\:border-violet-900\/60:active {
  border-color: rgb(76 29 149 / 0.6);
}

.active\:border-violet-900\/70:active {
  border-color: rgb(76 29 149 / 0.7);
}

.active\:border-violet-900\/75:active {
  border-color: rgb(76 29 149 / 0.75);
}

.active\:border-violet-900\/80:active {
  border-color: rgb(76 29 149 / 0.8);
}

.active\:border-violet-900\/90:active {
  border-color: rgb(76 29 149 / 0.9);
}

.active\:border-violet-900\/95:active {
  border-color: rgb(76 29 149 / 0.95);
}

.active\:border-violet-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(46 16 101 / var(--tw-border-opacity));
}

.active\:border-violet-950\/0:active {
  border-color: rgb(46 16 101 / 0);
}

.active\:border-violet-950\/10:active {
  border-color: rgb(46 16 101 / 0.1);
}

.active\:border-violet-950\/100:active {
  border-color: rgb(46 16 101 / 1);
}

.active\:border-violet-950\/20:active {
  border-color: rgb(46 16 101 / 0.2);
}

.active\:border-violet-950\/25:active {
  border-color: rgb(46 16 101 / 0.25);
}

.active\:border-violet-950\/30:active {
  border-color: rgb(46 16 101 / 0.3);
}

.active\:border-violet-950\/40:active {
  border-color: rgb(46 16 101 / 0.4);
}

.active\:border-violet-950\/5:active {
  border-color: rgb(46 16 101 / 0.05);
}

.active\:border-violet-950\/50:active {
  border-color: rgb(46 16 101 / 0.5);
}

.active\:border-violet-950\/60:active {
  border-color: rgb(46 16 101 / 0.6);
}

.active\:border-violet-950\/70:active {
  border-color: rgb(46 16 101 / 0.7);
}

.active\:border-violet-950\/75:active {
  border-color: rgb(46 16 101 / 0.75);
}

.active\:border-violet-950\/80:active {
  border-color: rgb(46 16 101 / 0.8);
}

.active\:border-violet-950\/90:active {
  border-color: rgb(46 16 101 / 0.9);
}

.active\:border-violet-950\/95:active {
  border-color: rgb(46 16 101 / 0.95);
}

.active\:border-white:active {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.active\:border-white\/0:active {
  border-color: rgb(255 255 255 / 0);
}

.active\:border-white\/10:active {
  border-color: rgb(255 255 255 / 0.1);
}

.active\:border-white\/100:active {
  border-color: rgb(255 255 255 / 1);
}

.active\:border-white\/20:active {
  border-color: rgb(255 255 255 / 0.2);
}

.active\:border-white\/25:active {
  border-color: rgb(255 255 255 / 0.25);
}

.active\:border-white\/30:active {
  border-color: rgb(255 255 255 / 0.3);
}

.active\:border-white\/40:active {
  border-color: rgb(255 255 255 / 0.4);
}

.active\:border-white\/5:active {
  border-color: rgb(255 255 255 / 0.05);
}

.active\:border-white\/50:active {
  border-color: rgb(255 255 255 / 0.5);
}

.active\:border-white\/60:active {
  border-color: rgb(255 255 255 / 0.6);
}

.active\:border-white\/70:active {
  border-color: rgb(255 255 255 / 0.7);
}

.active\:border-white\/75:active {
  border-color: rgb(255 255 255 / 0.75);
}

.active\:border-white\/80:active {
  border-color: rgb(255 255 255 / 0.8);
}

.active\:border-white\/90:active {
  border-color: rgb(255 255 255 / 0.9);
}

.active\:border-white\/95:active {
  border-color: rgb(255 255 255 / 0.95);
}

.active\:border-work-identity-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(166 235 194 / var(--tw-border-opacity));
}

.active\:border-work-identity-300\/0:active {
  border-color: rgb(166 235 194 / 0);
}

.active\:border-work-identity-300\/10:active {
  border-color: rgb(166 235 194 / 0.1);
}

.active\:border-work-identity-300\/100:active {
  border-color: rgb(166 235 194 / 1);
}

.active\:border-work-identity-300\/20:active {
  border-color: rgb(166 235 194 / 0.2);
}

.active\:border-work-identity-300\/25:active {
  border-color: rgb(166 235 194 / 0.25);
}

.active\:border-work-identity-300\/30:active {
  border-color: rgb(166 235 194 / 0.3);
}

.active\:border-work-identity-300\/40:active {
  border-color: rgb(166 235 194 / 0.4);
}

.active\:border-work-identity-300\/5:active {
  border-color: rgb(166 235 194 / 0.05);
}

.active\:border-work-identity-300\/50:active {
  border-color: rgb(166 235 194 / 0.5);
}

.active\:border-work-identity-300\/60:active {
  border-color: rgb(166 235 194 / 0.6);
}

.active\:border-work-identity-300\/70:active {
  border-color: rgb(166 235 194 / 0.7);
}

.active\:border-work-identity-300\/75:active {
  border-color: rgb(166 235 194 / 0.75);
}

.active\:border-work-identity-300\/80:active {
  border-color: rgb(166 235 194 / 0.8);
}

.active\:border-work-identity-300\/90:active {
  border-color: rgb(166 235 194 / 0.9);
}

.active\:border-work-identity-300\/95:active {
  border-color: rgb(166 235 194 / 0.95);
}

.active\:border-work-identity-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(83 221 139 / var(--tw-border-opacity));
}

.active\:border-work-identity-400\/0:active {
  border-color: rgb(83 221 139 / 0);
}

.active\:border-work-identity-400\/10:active {
  border-color: rgb(83 221 139 / 0.1);
}

.active\:border-work-identity-400\/100:active {
  border-color: rgb(83 221 139 / 1);
}

.active\:border-work-identity-400\/20:active {
  border-color: rgb(83 221 139 / 0.2);
}

.active\:border-work-identity-400\/25:active {
  border-color: rgb(83 221 139 / 0.25);
}

.active\:border-work-identity-400\/30:active {
  border-color: rgb(83 221 139 / 0.3);
}

.active\:border-work-identity-400\/40:active {
  border-color: rgb(83 221 139 / 0.4);
}

.active\:border-work-identity-400\/5:active {
  border-color: rgb(83 221 139 / 0.05);
}

.active\:border-work-identity-400\/50:active {
  border-color: rgb(83 221 139 / 0.5);
}

.active\:border-work-identity-400\/60:active {
  border-color: rgb(83 221 139 / 0.6);
}

.active\:border-work-identity-400\/70:active {
  border-color: rgb(83 221 139 / 0.7);
}

.active\:border-work-identity-400\/75:active {
  border-color: rgb(83 221 139 / 0.75);
}

.active\:border-work-identity-400\/80:active {
  border-color: rgb(83 221 139 / 0.8);
}

.active\:border-work-identity-400\/90:active {
  border-color: rgb(83 221 139 / 0.9);
}

.active\:border-work-identity-400\/95:active {
  border-color: rgb(83 221 139 / 0.95);
}

.active\:border-work-identity-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(0 208 84 / var(--tw-border-opacity));
}

.active\:border-work-identity-500\/0:active {
  border-color: rgb(0 208 84 / 0);
}

.active\:border-work-identity-500\/10:active {
  border-color: rgb(0 208 84 / 0.1);
}

.active\:border-work-identity-500\/100:active {
  border-color: rgb(0 208 84 / 1);
}

.active\:border-work-identity-500\/20:active {
  border-color: rgb(0 208 84 / 0.2);
}

.active\:border-work-identity-500\/25:active {
  border-color: rgb(0 208 84 / 0.25);
}

.active\:border-work-identity-500\/30:active {
  border-color: rgb(0 208 84 / 0.3);
}

.active\:border-work-identity-500\/40:active {
  border-color: rgb(0 208 84 / 0.4);
}

.active\:border-work-identity-500\/5:active {
  border-color: rgb(0 208 84 / 0.05);
}

.active\:border-work-identity-500\/50:active {
  border-color: rgb(0 208 84 / 0.5);
}

.active\:border-work-identity-500\/60:active {
  border-color: rgb(0 208 84 / 0.6);
}

.active\:border-work-identity-500\/70:active {
  border-color: rgb(0 208 84 / 0.7);
}

.active\:border-work-identity-500\/75:active {
  border-color: rgb(0 208 84 / 0.75);
}

.active\:border-work-identity-500\/80:active {
  border-color: rgb(0 208 84 / 0.8);
}

.active\:border-work-identity-500\/90:active {
  border-color: rgb(0 208 84 / 0.9);
}

.active\:border-work-identity-500\/95:active {
  border-color: rgb(0 208 84 / 0.95);
}

.active\:border-work-identity-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(249 249 249 / var(--tw-border-opacity));
}

.active\:border-work-identity-900\/0:active {
  border-color: rgb(249 249 249 / 0);
}

.active\:border-work-identity-900\/10:active {
  border-color: rgb(249 249 249 / 0.1);
}

.active\:border-work-identity-900\/100:active {
  border-color: rgb(249 249 249 / 1);
}

.active\:border-work-identity-900\/20:active {
  border-color: rgb(249 249 249 / 0.2);
}

.active\:border-work-identity-900\/25:active {
  border-color: rgb(249 249 249 / 0.25);
}

.active\:border-work-identity-900\/30:active {
  border-color: rgb(249 249 249 / 0.3);
}

.active\:border-work-identity-900\/40:active {
  border-color: rgb(249 249 249 / 0.4);
}

.active\:border-work-identity-900\/5:active {
  border-color: rgb(249 249 249 / 0.05);
}

.active\:border-work-identity-900\/50:active {
  border-color: rgb(249 249 249 / 0.5);
}

.active\:border-work-identity-900\/60:active {
  border-color: rgb(249 249 249 / 0.6);
}

.active\:border-work-identity-900\/70:active {
  border-color: rgb(249 249 249 / 0.7);
}

.active\:border-work-identity-900\/75:active {
  border-color: rgb(249 249 249 / 0.75);
}

.active\:border-work-identity-900\/80:active {
  border-color: rgb(249 249 249 / 0.8);
}

.active\:border-work-identity-900\/90:active {
  border-color: rgb(249 249 249 / 0.9);
}

.active\:border-work-identity-900\/95:active {
  border-color: rgb(249 249 249 / 0.95);
}

.active\:border-yellow-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.active\:border-yellow-100\/0:active {
  border-color: rgb(254 249 195 / 0);
}

.active\:border-yellow-100\/10:active {
  border-color: rgb(254 249 195 / 0.1);
}

.active\:border-yellow-100\/100:active {
  border-color: rgb(254 249 195 / 1);
}

.active\:border-yellow-100\/20:active {
  border-color: rgb(254 249 195 / 0.2);
}

.active\:border-yellow-100\/25:active {
  border-color: rgb(254 249 195 / 0.25);
}

.active\:border-yellow-100\/30:active {
  border-color: rgb(254 249 195 / 0.3);
}

.active\:border-yellow-100\/40:active {
  border-color: rgb(254 249 195 / 0.4);
}

.active\:border-yellow-100\/5:active {
  border-color: rgb(254 249 195 / 0.05);
}

.active\:border-yellow-100\/50:active {
  border-color: rgb(254 249 195 / 0.5);
}

.active\:border-yellow-100\/60:active {
  border-color: rgb(254 249 195 / 0.6);
}

.active\:border-yellow-100\/70:active {
  border-color: rgb(254 249 195 / 0.7);
}

.active\:border-yellow-100\/75:active {
  border-color: rgb(254 249 195 / 0.75);
}

.active\:border-yellow-100\/80:active {
  border-color: rgb(254 249 195 / 0.8);
}

.active\:border-yellow-100\/90:active {
  border-color: rgb(254 249 195 / 0.9);
}

.active\:border-yellow-100\/95:active {
  border-color: rgb(254 249 195 / 0.95);
}

.active\:border-yellow-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.active\:border-yellow-200\/0:active {
  border-color: rgb(254 240 138 / 0);
}

.active\:border-yellow-200\/10:active {
  border-color: rgb(254 240 138 / 0.1);
}

.active\:border-yellow-200\/100:active {
  border-color: rgb(254 240 138 / 1);
}

.active\:border-yellow-200\/20:active {
  border-color: rgb(254 240 138 / 0.2);
}

.active\:border-yellow-200\/25:active {
  border-color: rgb(254 240 138 / 0.25);
}

.active\:border-yellow-200\/30:active {
  border-color: rgb(254 240 138 / 0.3);
}

.active\:border-yellow-200\/40:active {
  border-color: rgb(254 240 138 / 0.4);
}

.active\:border-yellow-200\/5:active {
  border-color: rgb(254 240 138 / 0.05);
}

.active\:border-yellow-200\/50:active {
  border-color: rgb(254 240 138 / 0.5);
}

.active\:border-yellow-200\/60:active {
  border-color: rgb(254 240 138 / 0.6);
}

.active\:border-yellow-200\/70:active {
  border-color: rgb(254 240 138 / 0.7);
}

.active\:border-yellow-200\/75:active {
  border-color: rgb(254 240 138 / 0.75);
}

.active\:border-yellow-200\/80:active {
  border-color: rgb(254 240 138 / 0.8);
}

.active\:border-yellow-200\/90:active {
  border-color: rgb(254 240 138 / 0.9);
}

.active\:border-yellow-200\/95:active {
  border-color: rgb(254 240 138 / 0.95);
}

.active\:border-yellow-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.active\:border-yellow-300\/0:active {
  border-color: rgb(253 224 71 / 0);
}

.active\:border-yellow-300\/10:active {
  border-color: rgb(253 224 71 / 0.1);
}

.active\:border-yellow-300\/100:active {
  border-color: rgb(253 224 71 / 1);
}

.active\:border-yellow-300\/20:active {
  border-color: rgb(253 224 71 / 0.2);
}

.active\:border-yellow-300\/25:active {
  border-color: rgb(253 224 71 / 0.25);
}

.active\:border-yellow-300\/30:active {
  border-color: rgb(253 224 71 / 0.3);
}

.active\:border-yellow-300\/40:active {
  border-color: rgb(253 224 71 / 0.4);
}

.active\:border-yellow-300\/5:active {
  border-color: rgb(253 224 71 / 0.05);
}

.active\:border-yellow-300\/50:active {
  border-color: rgb(253 224 71 / 0.5);
}

.active\:border-yellow-300\/60:active {
  border-color: rgb(253 224 71 / 0.6);
}

.active\:border-yellow-300\/70:active {
  border-color: rgb(253 224 71 / 0.7);
}

.active\:border-yellow-300\/75:active {
  border-color: rgb(253 224 71 / 0.75);
}

.active\:border-yellow-300\/80:active {
  border-color: rgb(253 224 71 / 0.8);
}

.active\:border-yellow-300\/90:active {
  border-color: rgb(253 224 71 / 0.9);
}

.active\:border-yellow-300\/95:active {
  border-color: rgb(253 224 71 / 0.95);
}

.active\:border-yellow-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.active\:border-yellow-400\/0:active {
  border-color: rgb(250 204 21 / 0);
}

.active\:border-yellow-400\/10:active {
  border-color: rgb(250 204 21 / 0.1);
}

.active\:border-yellow-400\/100:active {
  border-color: rgb(250 204 21 / 1);
}

.active\:border-yellow-400\/20:active {
  border-color: rgb(250 204 21 / 0.2);
}

.active\:border-yellow-400\/25:active {
  border-color: rgb(250 204 21 / 0.25);
}

.active\:border-yellow-400\/30:active {
  border-color: rgb(250 204 21 / 0.3);
}

.active\:border-yellow-400\/40:active {
  border-color: rgb(250 204 21 / 0.4);
}

.active\:border-yellow-400\/5:active {
  border-color: rgb(250 204 21 / 0.05);
}

.active\:border-yellow-400\/50:active {
  border-color: rgb(250 204 21 / 0.5);
}

.active\:border-yellow-400\/60:active {
  border-color: rgb(250 204 21 / 0.6);
}

.active\:border-yellow-400\/70:active {
  border-color: rgb(250 204 21 / 0.7);
}

.active\:border-yellow-400\/75:active {
  border-color: rgb(250 204 21 / 0.75);
}

.active\:border-yellow-400\/80:active {
  border-color: rgb(250 204 21 / 0.8);
}

.active\:border-yellow-400\/90:active {
  border-color: rgb(250 204 21 / 0.9);
}

.active\:border-yellow-400\/95:active {
  border-color: rgb(250 204 21 / 0.95);
}

.active\:border-yellow-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.active\:border-yellow-50\/0:active {
  border-color: rgb(254 252 232 / 0);
}

.active\:border-yellow-50\/10:active {
  border-color: rgb(254 252 232 / 0.1);
}

.active\:border-yellow-50\/100:active {
  border-color: rgb(254 252 232 / 1);
}

.active\:border-yellow-50\/20:active {
  border-color: rgb(254 252 232 / 0.2);
}

.active\:border-yellow-50\/25:active {
  border-color: rgb(254 252 232 / 0.25);
}

.active\:border-yellow-50\/30:active {
  border-color: rgb(254 252 232 / 0.3);
}

.active\:border-yellow-50\/40:active {
  border-color: rgb(254 252 232 / 0.4);
}

.active\:border-yellow-50\/5:active {
  border-color: rgb(254 252 232 / 0.05);
}

.active\:border-yellow-50\/50:active {
  border-color: rgb(254 252 232 / 0.5);
}

.active\:border-yellow-50\/60:active {
  border-color: rgb(254 252 232 / 0.6);
}

.active\:border-yellow-50\/70:active {
  border-color: rgb(254 252 232 / 0.7);
}

.active\:border-yellow-50\/75:active {
  border-color: rgb(254 252 232 / 0.75);
}

.active\:border-yellow-50\/80:active {
  border-color: rgb(254 252 232 / 0.8);
}

.active\:border-yellow-50\/90:active {
  border-color: rgb(254 252 232 / 0.9);
}

.active\:border-yellow-50\/95:active {
  border-color: rgb(254 252 232 / 0.95);
}

.active\:border-yellow-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.active\:border-yellow-500\/0:active {
  border-color: rgb(234 179 8 / 0);
}

.active\:border-yellow-500\/10:active {
  border-color: rgb(234 179 8 / 0.1);
}

.active\:border-yellow-500\/100:active {
  border-color: rgb(234 179 8 / 1);
}

.active\:border-yellow-500\/20:active {
  border-color: rgb(234 179 8 / 0.2);
}

.active\:border-yellow-500\/25:active {
  border-color: rgb(234 179 8 / 0.25);
}

.active\:border-yellow-500\/30:active {
  border-color: rgb(234 179 8 / 0.3);
}

.active\:border-yellow-500\/40:active {
  border-color: rgb(234 179 8 / 0.4);
}

.active\:border-yellow-500\/5:active {
  border-color: rgb(234 179 8 / 0.05);
}

.active\:border-yellow-500\/50:active {
  border-color: rgb(234 179 8 / 0.5);
}

.active\:border-yellow-500\/60:active {
  border-color: rgb(234 179 8 / 0.6);
}

.active\:border-yellow-500\/70:active {
  border-color: rgb(234 179 8 / 0.7);
}

.active\:border-yellow-500\/75:active {
  border-color: rgb(234 179 8 / 0.75);
}

.active\:border-yellow-500\/80:active {
  border-color: rgb(234 179 8 / 0.8);
}

.active\:border-yellow-500\/90:active {
  border-color: rgb(234 179 8 / 0.9);
}

.active\:border-yellow-500\/95:active {
  border-color: rgb(234 179 8 / 0.95);
}

.active\:border-yellow-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.active\:border-yellow-600\/0:active {
  border-color: rgb(202 138 4 / 0);
}

.active\:border-yellow-600\/10:active {
  border-color: rgb(202 138 4 / 0.1);
}

.active\:border-yellow-600\/100:active {
  border-color: rgb(202 138 4 / 1);
}

.active\:border-yellow-600\/20:active {
  border-color: rgb(202 138 4 / 0.2);
}

.active\:border-yellow-600\/25:active {
  border-color: rgb(202 138 4 / 0.25);
}

.active\:border-yellow-600\/30:active {
  border-color: rgb(202 138 4 / 0.3);
}

.active\:border-yellow-600\/40:active {
  border-color: rgb(202 138 4 / 0.4);
}

.active\:border-yellow-600\/5:active {
  border-color: rgb(202 138 4 / 0.05);
}

.active\:border-yellow-600\/50:active {
  border-color: rgb(202 138 4 / 0.5);
}

.active\:border-yellow-600\/60:active {
  border-color: rgb(202 138 4 / 0.6);
}

.active\:border-yellow-600\/70:active {
  border-color: rgb(202 138 4 / 0.7);
}

.active\:border-yellow-600\/75:active {
  border-color: rgb(202 138 4 / 0.75);
}

.active\:border-yellow-600\/80:active {
  border-color: rgb(202 138 4 / 0.8);
}

.active\:border-yellow-600\/90:active {
  border-color: rgb(202 138 4 / 0.9);
}

.active\:border-yellow-600\/95:active {
  border-color: rgb(202 138 4 / 0.95);
}

.active\:border-yellow-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.active\:border-yellow-700\/0:active {
  border-color: rgb(161 98 7 / 0);
}

.active\:border-yellow-700\/10:active {
  border-color: rgb(161 98 7 / 0.1);
}

.active\:border-yellow-700\/100:active {
  border-color: rgb(161 98 7 / 1);
}

.active\:border-yellow-700\/20:active {
  border-color: rgb(161 98 7 / 0.2);
}

.active\:border-yellow-700\/25:active {
  border-color: rgb(161 98 7 / 0.25);
}

.active\:border-yellow-700\/30:active {
  border-color: rgb(161 98 7 / 0.3);
}

.active\:border-yellow-700\/40:active {
  border-color: rgb(161 98 7 / 0.4);
}

.active\:border-yellow-700\/5:active {
  border-color: rgb(161 98 7 / 0.05);
}

.active\:border-yellow-700\/50:active {
  border-color: rgb(161 98 7 / 0.5);
}

.active\:border-yellow-700\/60:active {
  border-color: rgb(161 98 7 / 0.6);
}

.active\:border-yellow-700\/70:active {
  border-color: rgb(161 98 7 / 0.7);
}

.active\:border-yellow-700\/75:active {
  border-color: rgb(161 98 7 / 0.75);
}

.active\:border-yellow-700\/80:active {
  border-color: rgb(161 98 7 / 0.8);
}

.active\:border-yellow-700\/90:active {
  border-color: rgb(161 98 7 / 0.9);
}

.active\:border-yellow-700\/95:active {
  border-color: rgb(161 98 7 / 0.95);
}

.active\:border-yellow-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.active\:border-yellow-800\/0:active {
  border-color: rgb(133 77 14 / 0);
}

.active\:border-yellow-800\/10:active {
  border-color: rgb(133 77 14 / 0.1);
}

.active\:border-yellow-800\/100:active {
  border-color: rgb(133 77 14 / 1);
}

.active\:border-yellow-800\/20:active {
  border-color: rgb(133 77 14 / 0.2);
}

.active\:border-yellow-800\/25:active {
  border-color: rgb(133 77 14 / 0.25);
}

.active\:border-yellow-800\/30:active {
  border-color: rgb(133 77 14 / 0.3);
}

.active\:border-yellow-800\/40:active {
  border-color: rgb(133 77 14 / 0.4);
}

.active\:border-yellow-800\/5:active {
  border-color: rgb(133 77 14 / 0.05);
}

.active\:border-yellow-800\/50:active {
  border-color: rgb(133 77 14 / 0.5);
}

.active\:border-yellow-800\/60:active {
  border-color: rgb(133 77 14 / 0.6);
}

.active\:border-yellow-800\/70:active {
  border-color: rgb(133 77 14 / 0.7);
}

.active\:border-yellow-800\/75:active {
  border-color: rgb(133 77 14 / 0.75);
}

.active\:border-yellow-800\/80:active {
  border-color: rgb(133 77 14 / 0.8);
}

.active\:border-yellow-800\/90:active {
  border-color: rgb(133 77 14 / 0.9);
}

.active\:border-yellow-800\/95:active {
  border-color: rgb(133 77 14 / 0.95);
}

.active\:border-yellow-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.active\:border-yellow-900\/0:active {
  border-color: rgb(113 63 18 / 0);
}

.active\:border-yellow-900\/10:active {
  border-color: rgb(113 63 18 / 0.1);
}

.active\:border-yellow-900\/100:active {
  border-color: rgb(113 63 18 / 1);
}

.active\:border-yellow-900\/20:active {
  border-color: rgb(113 63 18 / 0.2);
}

.active\:border-yellow-900\/25:active {
  border-color: rgb(113 63 18 / 0.25);
}

.active\:border-yellow-900\/30:active {
  border-color: rgb(113 63 18 / 0.3);
}

.active\:border-yellow-900\/40:active {
  border-color: rgb(113 63 18 / 0.4);
}

.active\:border-yellow-900\/5:active {
  border-color: rgb(113 63 18 / 0.05);
}

.active\:border-yellow-900\/50:active {
  border-color: rgb(113 63 18 / 0.5);
}

.active\:border-yellow-900\/60:active {
  border-color: rgb(113 63 18 / 0.6);
}

.active\:border-yellow-900\/70:active {
  border-color: rgb(113 63 18 / 0.7);
}

.active\:border-yellow-900\/75:active {
  border-color: rgb(113 63 18 / 0.75);
}

.active\:border-yellow-900\/80:active {
  border-color: rgb(113 63 18 / 0.8);
}

.active\:border-yellow-900\/90:active {
  border-color: rgb(113 63 18 / 0.9);
}

.active\:border-yellow-900\/95:active {
  border-color: rgb(113 63 18 / 0.95);
}

.active\:border-yellow-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.active\:border-yellow-950\/0:active {
  border-color: rgb(66 32 6 / 0);
}

.active\:border-yellow-950\/10:active {
  border-color: rgb(66 32 6 / 0.1);
}

.active\:border-yellow-950\/100:active {
  border-color: rgb(66 32 6 / 1);
}

.active\:border-yellow-950\/20:active {
  border-color: rgb(66 32 6 / 0.2);
}

.active\:border-yellow-950\/25:active {
  border-color: rgb(66 32 6 / 0.25);
}

.active\:border-yellow-950\/30:active {
  border-color: rgb(66 32 6 / 0.3);
}

.active\:border-yellow-950\/40:active {
  border-color: rgb(66 32 6 / 0.4);
}

.active\:border-yellow-950\/5:active {
  border-color: rgb(66 32 6 / 0.05);
}

.active\:border-yellow-950\/50:active {
  border-color: rgb(66 32 6 / 0.5);
}

.active\:border-yellow-950\/60:active {
  border-color: rgb(66 32 6 / 0.6);
}

.active\:border-yellow-950\/70:active {
  border-color: rgb(66 32 6 / 0.7);
}

.active\:border-yellow-950\/75:active {
  border-color: rgb(66 32 6 / 0.75);
}

.active\:border-yellow-950\/80:active {
  border-color: rgb(66 32 6 / 0.8);
}

.active\:border-yellow-950\/90:active {
  border-color: rgb(66 32 6 / 0.9);
}

.active\:border-yellow-950\/95:active {
  border-color: rgb(66 32 6 / 0.95);
}

.active\:border-zinc-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-border-opacity));
}

.active\:border-zinc-100\/0:active {
  border-color: rgb(244 244 245 / 0);
}

.active\:border-zinc-100\/10:active {
  border-color: rgb(244 244 245 / 0.1);
}

.active\:border-zinc-100\/100:active {
  border-color: rgb(244 244 245 / 1);
}

.active\:border-zinc-100\/20:active {
  border-color: rgb(244 244 245 / 0.2);
}

.active\:border-zinc-100\/25:active {
  border-color: rgb(244 244 245 / 0.25);
}

.active\:border-zinc-100\/30:active {
  border-color: rgb(244 244 245 / 0.3);
}

.active\:border-zinc-100\/40:active {
  border-color: rgb(244 244 245 / 0.4);
}

.active\:border-zinc-100\/5:active {
  border-color: rgb(244 244 245 / 0.05);
}

.active\:border-zinc-100\/50:active {
  border-color: rgb(244 244 245 / 0.5);
}

.active\:border-zinc-100\/60:active {
  border-color: rgb(244 244 245 / 0.6);
}

.active\:border-zinc-100\/70:active {
  border-color: rgb(244 244 245 / 0.7);
}

.active\:border-zinc-100\/75:active {
  border-color: rgb(244 244 245 / 0.75);
}

.active\:border-zinc-100\/80:active {
  border-color: rgb(244 244 245 / 0.8);
}

.active\:border-zinc-100\/90:active {
  border-color: rgb(244 244 245 / 0.9);
}

.active\:border-zinc-100\/95:active {
  border-color: rgb(244 244 245 / 0.95);
}

.active\:border-zinc-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.active\:border-zinc-200\/0:active {
  border-color: rgb(228 228 231 / 0);
}

.active\:border-zinc-200\/10:active {
  border-color: rgb(228 228 231 / 0.1);
}

.active\:border-zinc-200\/100:active {
  border-color: rgb(228 228 231 / 1);
}

.active\:border-zinc-200\/20:active {
  border-color: rgb(228 228 231 / 0.2);
}

.active\:border-zinc-200\/25:active {
  border-color: rgb(228 228 231 / 0.25);
}

.active\:border-zinc-200\/30:active {
  border-color: rgb(228 228 231 / 0.3);
}

.active\:border-zinc-200\/40:active {
  border-color: rgb(228 228 231 / 0.4);
}

.active\:border-zinc-200\/5:active {
  border-color: rgb(228 228 231 / 0.05);
}

.active\:border-zinc-200\/50:active {
  border-color: rgb(228 228 231 / 0.5);
}

.active\:border-zinc-200\/60:active {
  border-color: rgb(228 228 231 / 0.6);
}

.active\:border-zinc-200\/70:active {
  border-color: rgb(228 228 231 / 0.7);
}

.active\:border-zinc-200\/75:active {
  border-color: rgb(228 228 231 / 0.75);
}

.active\:border-zinc-200\/80:active {
  border-color: rgb(228 228 231 / 0.8);
}

.active\:border-zinc-200\/90:active {
  border-color: rgb(228 228 231 / 0.9);
}

.active\:border-zinc-200\/95:active {
  border-color: rgb(228 228 231 / 0.95);
}

.active\:border-zinc-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.active\:border-zinc-300\/0:active {
  border-color: rgb(212 212 216 / 0);
}

.active\:border-zinc-300\/10:active {
  border-color: rgb(212 212 216 / 0.1);
}

.active\:border-zinc-300\/100:active {
  border-color: rgb(212 212 216 / 1);
}

.active\:border-zinc-300\/20:active {
  border-color: rgb(212 212 216 / 0.2);
}

.active\:border-zinc-300\/25:active {
  border-color: rgb(212 212 216 / 0.25);
}

.active\:border-zinc-300\/30:active {
  border-color: rgb(212 212 216 / 0.3);
}

.active\:border-zinc-300\/40:active {
  border-color: rgb(212 212 216 / 0.4);
}

.active\:border-zinc-300\/5:active {
  border-color: rgb(212 212 216 / 0.05);
}

.active\:border-zinc-300\/50:active {
  border-color: rgb(212 212 216 / 0.5);
}

.active\:border-zinc-300\/60:active {
  border-color: rgb(212 212 216 / 0.6);
}

.active\:border-zinc-300\/70:active {
  border-color: rgb(212 212 216 / 0.7);
}

.active\:border-zinc-300\/75:active {
  border-color: rgb(212 212 216 / 0.75);
}

.active\:border-zinc-300\/80:active {
  border-color: rgb(212 212 216 / 0.8);
}

.active\:border-zinc-300\/90:active {
  border-color: rgb(212 212 216 / 0.9);
}

.active\:border-zinc-300\/95:active {
  border-color: rgb(212 212 216 / 0.95);
}

.active\:border-zinc-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.active\:border-zinc-400\/0:active {
  border-color: rgb(161 161 170 / 0);
}

.active\:border-zinc-400\/10:active {
  border-color: rgb(161 161 170 / 0.1);
}

.active\:border-zinc-400\/100:active {
  border-color: rgb(161 161 170 / 1);
}

.active\:border-zinc-400\/20:active {
  border-color: rgb(161 161 170 / 0.2);
}

.active\:border-zinc-400\/25:active {
  border-color: rgb(161 161 170 / 0.25);
}

.active\:border-zinc-400\/30:active {
  border-color: rgb(161 161 170 / 0.3);
}

.active\:border-zinc-400\/40:active {
  border-color: rgb(161 161 170 / 0.4);
}

.active\:border-zinc-400\/5:active {
  border-color: rgb(161 161 170 / 0.05);
}

.active\:border-zinc-400\/50:active {
  border-color: rgb(161 161 170 / 0.5);
}

.active\:border-zinc-400\/60:active {
  border-color: rgb(161 161 170 / 0.6);
}

.active\:border-zinc-400\/70:active {
  border-color: rgb(161 161 170 / 0.7);
}

.active\:border-zinc-400\/75:active {
  border-color: rgb(161 161 170 / 0.75);
}

.active\:border-zinc-400\/80:active {
  border-color: rgb(161 161 170 / 0.8);
}

.active\:border-zinc-400\/90:active {
  border-color: rgb(161 161 170 / 0.9);
}

.active\:border-zinc-400\/95:active {
  border-color: rgb(161 161 170 / 0.95);
}

.active\:border-zinc-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.active\:border-zinc-50\/0:active {
  border-color: rgb(250 250 250 / 0);
}

.active\:border-zinc-50\/10:active {
  border-color: rgb(250 250 250 / 0.1);
}

.active\:border-zinc-50\/100:active {
  border-color: rgb(250 250 250 / 1);
}

.active\:border-zinc-50\/20:active {
  border-color: rgb(250 250 250 / 0.2);
}

.active\:border-zinc-50\/25:active {
  border-color: rgb(250 250 250 / 0.25);
}

.active\:border-zinc-50\/30:active {
  border-color: rgb(250 250 250 / 0.3);
}

.active\:border-zinc-50\/40:active {
  border-color: rgb(250 250 250 / 0.4);
}

.active\:border-zinc-50\/5:active {
  border-color: rgb(250 250 250 / 0.05);
}

.active\:border-zinc-50\/50:active {
  border-color: rgb(250 250 250 / 0.5);
}

.active\:border-zinc-50\/60:active {
  border-color: rgb(250 250 250 / 0.6);
}

.active\:border-zinc-50\/70:active {
  border-color: rgb(250 250 250 / 0.7);
}

.active\:border-zinc-50\/75:active {
  border-color: rgb(250 250 250 / 0.75);
}

.active\:border-zinc-50\/80:active {
  border-color: rgb(250 250 250 / 0.8);
}

.active\:border-zinc-50\/90:active {
  border-color: rgb(250 250 250 / 0.9);
}

.active\:border-zinc-50\/95:active {
  border-color: rgb(250 250 250 / 0.95);
}

.active\:border-zinc-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-border-opacity));
}

.active\:border-zinc-500\/0:active {
  border-color: rgb(113 113 122 / 0);
}

.active\:border-zinc-500\/10:active {
  border-color: rgb(113 113 122 / 0.1);
}

.active\:border-zinc-500\/100:active {
  border-color: rgb(113 113 122 / 1);
}

.active\:border-zinc-500\/20:active {
  border-color: rgb(113 113 122 / 0.2);
}

.active\:border-zinc-500\/25:active {
  border-color: rgb(113 113 122 / 0.25);
}

.active\:border-zinc-500\/30:active {
  border-color: rgb(113 113 122 / 0.3);
}

.active\:border-zinc-500\/40:active {
  border-color: rgb(113 113 122 / 0.4);
}

.active\:border-zinc-500\/5:active {
  border-color: rgb(113 113 122 / 0.05);
}

.active\:border-zinc-500\/50:active {
  border-color: rgb(113 113 122 / 0.5);
}

.active\:border-zinc-500\/60:active {
  border-color: rgb(113 113 122 / 0.6);
}

.active\:border-zinc-500\/70:active {
  border-color: rgb(113 113 122 / 0.7);
}

.active\:border-zinc-500\/75:active {
  border-color: rgb(113 113 122 / 0.75);
}

.active\:border-zinc-500\/80:active {
  border-color: rgb(113 113 122 / 0.8);
}

.active\:border-zinc-500\/90:active {
  border-color: rgb(113 113 122 / 0.9);
}

.active\:border-zinc-500\/95:active {
  border-color: rgb(113 113 122 / 0.95);
}

.active\:border-zinc-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
}

.active\:border-zinc-600\/0:active {
  border-color: rgb(82 82 91 / 0);
}

.active\:border-zinc-600\/10:active {
  border-color: rgb(82 82 91 / 0.1);
}

.active\:border-zinc-600\/100:active {
  border-color: rgb(82 82 91 / 1);
}

.active\:border-zinc-600\/20:active {
  border-color: rgb(82 82 91 / 0.2);
}

.active\:border-zinc-600\/25:active {
  border-color: rgb(82 82 91 / 0.25);
}

.active\:border-zinc-600\/30:active {
  border-color: rgb(82 82 91 / 0.3);
}

.active\:border-zinc-600\/40:active {
  border-color: rgb(82 82 91 / 0.4);
}

.active\:border-zinc-600\/5:active {
  border-color: rgb(82 82 91 / 0.05);
}

.active\:border-zinc-600\/50:active {
  border-color: rgb(82 82 91 / 0.5);
}

.active\:border-zinc-600\/60:active {
  border-color: rgb(82 82 91 / 0.6);
}

.active\:border-zinc-600\/70:active {
  border-color: rgb(82 82 91 / 0.7);
}

.active\:border-zinc-600\/75:active {
  border-color: rgb(82 82 91 / 0.75);
}

.active\:border-zinc-600\/80:active {
  border-color: rgb(82 82 91 / 0.8);
}

.active\:border-zinc-600\/90:active {
  border-color: rgb(82 82 91 / 0.9);
}

.active\:border-zinc-600\/95:active {
  border-color: rgb(82 82 91 / 0.95);
}

.active\:border-zinc-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.active\:border-zinc-700\/0:active {
  border-color: rgb(63 63 70 / 0);
}

.active\:border-zinc-700\/10:active {
  border-color: rgb(63 63 70 / 0.1);
}

.active\:border-zinc-700\/100:active {
  border-color: rgb(63 63 70 / 1);
}

.active\:border-zinc-700\/20:active {
  border-color: rgb(63 63 70 / 0.2);
}

.active\:border-zinc-700\/25:active {
  border-color: rgb(63 63 70 / 0.25);
}

.active\:border-zinc-700\/30:active {
  border-color: rgb(63 63 70 / 0.3);
}

.active\:border-zinc-700\/40:active {
  border-color: rgb(63 63 70 / 0.4);
}

.active\:border-zinc-700\/5:active {
  border-color: rgb(63 63 70 / 0.05);
}

.active\:border-zinc-700\/50:active {
  border-color: rgb(63 63 70 / 0.5);
}

.active\:border-zinc-700\/60:active {
  border-color: rgb(63 63 70 / 0.6);
}

.active\:border-zinc-700\/70:active {
  border-color: rgb(63 63 70 / 0.7);
}

.active\:border-zinc-700\/75:active {
  border-color: rgb(63 63 70 / 0.75);
}

.active\:border-zinc-700\/80:active {
  border-color: rgb(63 63 70 / 0.8);
}

.active\:border-zinc-700\/90:active {
  border-color: rgb(63 63 70 / 0.9);
}

.active\:border-zinc-700\/95:active {
  border-color: rgb(63 63 70 / 0.95);
}

.active\:border-zinc-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity));
}

.active\:border-zinc-800\/0:active {
  border-color: rgb(39 39 42 / 0);
}

.active\:border-zinc-800\/10:active {
  border-color: rgb(39 39 42 / 0.1);
}

.active\:border-zinc-800\/100:active {
  border-color: rgb(39 39 42 / 1);
}

.active\:border-zinc-800\/20:active {
  border-color: rgb(39 39 42 / 0.2);
}

.active\:border-zinc-800\/25:active {
  border-color: rgb(39 39 42 / 0.25);
}

.active\:border-zinc-800\/30:active {
  border-color: rgb(39 39 42 / 0.3);
}

.active\:border-zinc-800\/40:active {
  border-color: rgb(39 39 42 / 0.4);
}

.active\:border-zinc-800\/5:active {
  border-color: rgb(39 39 42 / 0.05);
}

.active\:border-zinc-800\/50:active {
  border-color: rgb(39 39 42 / 0.5);
}

.active\:border-zinc-800\/60:active {
  border-color: rgb(39 39 42 / 0.6);
}

.active\:border-zinc-800\/70:active {
  border-color: rgb(39 39 42 / 0.7);
}

.active\:border-zinc-800\/75:active {
  border-color: rgb(39 39 42 / 0.75);
}

.active\:border-zinc-800\/80:active {
  border-color: rgb(39 39 42 / 0.8);
}

.active\:border-zinc-800\/90:active {
  border-color: rgb(39 39 42 / 0.9);
}

.active\:border-zinc-800\/95:active {
  border-color: rgb(39 39 42 / 0.95);
}

.active\:border-zinc-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.active\:border-zinc-900\/0:active {
  border-color: rgb(24 24 27 / 0);
}

.active\:border-zinc-900\/10:active {
  border-color: rgb(24 24 27 / 0.1);
}

.active\:border-zinc-900\/100:active {
  border-color: rgb(24 24 27 / 1);
}

.active\:border-zinc-900\/20:active {
  border-color: rgb(24 24 27 / 0.2);
}

.active\:border-zinc-900\/25:active {
  border-color: rgb(24 24 27 / 0.25);
}

.active\:border-zinc-900\/30:active {
  border-color: rgb(24 24 27 / 0.3);
}

.active\:border-zinc-900\/40:active {
  border-color: rgb(24 24 27 / 0.4);
}

.active\:border-zinc-900\/5:active {
  border-color: rgb(24 24 27 / 0.05);
}

.active\:border-zinc-900\/50:active {
  border-color: rgb(24 24 27 / 0.5);
}

.active\:border-zinc-900\/60:active {
  border-color: rgb(24 24 27 / 0.6);
}

.active\:border-zinc-900\/70:active {
  border-color: rgb(24 24 27 / 0.7);
}

.active\:border-zinc-900\/75:active {
  border-color: rgb(24 24 27 / 0.75);
}

.active\:border-zinc-900\/80:active {
  border-color: rgb(24 24 27 / 0.8);
}

.active\:border-zinc-900\/90:active {
  border-color: rgb(24 24 27 / 0.9);
}

.active\:border-zinc-900\/95:active {
  border-color: rgb(24 24 27 / 0.95);
}

.active\:border-zinc-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(9 9 11 / var(--tw-border-opacity));
}

.active\:border-zinc-950\/0:active {
  border-color: rgb(9 9 11 / 0);
}

.active\:border-zinc-950\/10:active {
  border-color: rgb(9 9 11 / 0.1);
}

.active\:border-zinc-950\/100:active {
  border-color: rgb(9 9 11 / 1);
}

.active\:border-zinc-950\/20:active {
  border-color: rgb(9 9 11 / 0.2);
}

.active\:border-zinc-950\/25:active {
  border-color: rgb(9 9 11 / 0.25);
}

.active\:border-zinc-950\/30:active {
  border-color: rgb(9 9 11 / 0.3);
}

.active\:border-zinc-950\/40:active {
  border-color: rgb(9 9 11 / 0.4);
}

.active\:border-zinc-950\/5:active {
  border-color: rgb(9 9 11 / 0.05);
}

.active\:border-zinc-950\/50:active {
  border-color: rgb(9 9 11 / 0.5);
}

.active\:border-zinc-950\/60:active {
  border-color: rgb(9 9 11 / 0.6);
}

.active\:border-zinc-950\/70:active {
  border-color: rgb(9 9 11 / 0.7);
}

.active\:border-zinc-950\/75:active {
  border-color: rgb(9 9 11 / 0.75);
}

.active\:border-zinc-950\/80:active {
  border-color: rgb(9 9 11 / 0.8);
}

.active\:border-zinc-950\/90:active {
  border-color: rgb(9 9 11 / 0.9);
}

.active\:border-zinc-950\/95:active {
  border-color: rgb(9 9 11 / 0.95);
}

.active\:border-x-amber-100:active {
  --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));
}

.active\:border-x-amber-100\/0:active {
  border-left-color: rgb(254 243 199 / 0);
  border-right-color: rgb(254 243 199 / 0);
}

.active\:border-x-amber-100\/10:active {
  border-left-color: rgb(254 243 199 / 0.1);
  border-right-color: rgb(254 243 199 / 0.1);
}

.active\:border-x-amber-100\/100:active {
  border-left-color: rgb(254 243 199 / 1);
  border-right-color: rgb(254 243 199 / 1);
}

.active\:border-x-amber-100\/20:active {
  border-left-color: rgb(254 243 199 / 0.2);
  border-right-color: rgb(254 243 199 / 0.2);
}

.active\:border-x-amber-100\/25:active {
  border-left-color: rgb(254 243 199 / 0.25);
  border-right-color: rgb(254 243 199 / 0.25);
}

.active\:border-x-amber-100\/30:active {
  border-left-color: rgb(254 243 199 / 0.3);
  border-right-color: rgb(254 243 199 / 0.3);
}

.active\:border-x-amber-100\/40:active {
  border-left-color: rgb(254 243 199 / 0.4);
  border-right-color: rgb(254 243 199 / 0.4);
}

.active\:border-x-amber-100\/5:active {
  border-left-color: rgb(254 243 199 / 0.05);
  border-right-color: rgb(254 243 199 / 0.05);
}

.active\:border-x-amber-100\/50:active {
  border-left-color: rgb(254 243 199 / 0.5);
  border-right-color: rgb(254 243 199 / 0.5);
}

.active\:border-x-amber-100\/60:active {
  border-left-color: rgb(254 243 199 / 0.6);
  border-right-color: rgb(254 243 199 / 0.6);
}

.active\:border-x-amber-100\/70:active {
  border-left-color: rgb(254 243 199 / 0.7);
  border-right-color: rgb(254 243 199 / 0.7);
}

.active\:border-x-amber-100\/75:active {
  border-left-color: rgb(254 243 199 / 0.75);
  border-right-color: rgb(254 243 199 / 0.75);
}

.active\:border-x-amber-100\/80:active {
  border-left-color: rgb(254 243 199 / 0.8);
  border-right-color: rgb(254 243 199 / 0.8);
}

.active\:border-x-amber-100\/90:active {
  border-left-color: rgb(254 243 199 / 0.9);
  border-right-color: rgb(254 243 199 / 0.9);
}

.active\:border-x-amber-100\/95:active {
  border-left-color: rgb(254 243 199 / 0.95);
  border-right-color: rgb(254 243 199 / 0.95);
}

.active\:border-x-amber-200:active {
  --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));
}

.active\:border-x-amber-200\/0:active {
  border-left-color: rgb(253 230 138 / 0);
  border-right-color: rgb(253 230 138 / 0);
}

.active\:border-x-amber-200\/10:active {
  border-left-color: rgb(253 230 138 / 0.1);
  border-right-color: rgb(253 230 138 / 0.1);
}

.active\:border-x-amber-200\/100:active {
  border-left-color: rgb(253 230 138 / 1);
  border-right-color: rgb(253 230 138 / 1);
}

.active\:border-x-amber-200\/20:active {
  border-left-color: rgb(253 230 138 / 0.2);
  border-right-color: rgb(253 230 138 / 0.2);
}

.active\:border-x-amber-200\/25:active {
  border-left-color: rgb(253 230 138 / 0.25);
  border-right-color: rgb(253 230 138 / 0.25);
}

.active\:border-x-amber-200\/30:active {
  border-left-color: rgb(253 230 138 / 0.3);
  border-right-color: rgb(253 230 138 / 0.3);
}

.active\:border-x-amber-200\/40:active {
  border-left-color: rgb(253 230 138 / 0.4);
  border-right-color: rgb(253 230 138 / 0.4);
}

.active\:border-x-amber-200\/5:active {
  border-left-color: rgb(253 230 138 / 0.05);
  border-right-color: rgb(253 230 138 / 0.05);
}

.active\:border-x-amber-200\/50:active {
  border-left-color: rgb(253 230 138 / 0.5);
  border-right-color: rgb(253 230 138 / 0.5);
}

.active\:border-x-amber-200\/60:active {
  border-left-color: rgb(253 230 138 / 0.6);
  border-right-color: rgb(253 230 138 / 0.6);
}

.active\:border-x-amber-200\/70:active {
  border-left-color: rgb(253 230 138 / 0.7);
  border-right-color: rgb(253 230 138 / 0.7);
}

.active\:border-x-amber-200\/75:active {
  border-left-color: rgb(253 230 138 / 0.75);
  border-right-color: rgb(253 230 138 / 0.75);
}

.active\:border-x-amber-200\/80:active {
  border-left-color: rgb(253 230 138 / 0.8);
  border-right-color: rgb(253 230 138 / 0.8);
}

.active\:border-x-amber-200\/90:active {
  border-left-color: rgb(253 230 138 / 0.9);
  border-right-color: rgb(253 230 138 / 0.9);
}

.active\:border-x-amber-200\/95:active {
  border-left-color: rgb(253 230 138 / 0.95);
  border-right-color: rgb(253 230 138 / 0.95);
}

.active\:border-x-amber-300:active {
  --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));
}

.active\:border-x-amber-300\/0:active {
  border-left-color: rgb(252 211 77 / 0);
  border-right-color: rgb(252 211 77 / 0);
}

.active\:border-x-amber-300\/10:active {
  border-left-color: rgb(252 211 77 / 0.1);
  border-right-color: rgb(252 211 77 / 0.1);
}

.active\:border-x-amber-300\/100:active {
  border-left-color: rgb(252 211 77 / 1);
  border-right-color: rgb(252 211 77 / 1);
}

.active\:border-x-amber-300\/20:active {
  border-left-color: rgb(252 211 77 / 0.2);
  border-right-color: rgb(252 211 77 / 0.2);
}

.active\:border-x-amber-300\/25:active {
  border-left-color: rgb(252 211 77 / 0.25);
  border-right-color: rgb(252 211 77 / 0.25);
}

.active\:border-x-amber-300\/30:active {
  border-left-color: rgb(252 211 77 / 0.3);
  border-right-color: rgb(252 211 77 / 0.3);
}

.active\:border-x-amber-300\/40:active {
  border-left-color: rgb(252 211 77 / 0.4);
  border-right-color: rgb(252 211 77 / 0.4);
}

.active\:border-x-amber-300\/5:active {
  border-left-color: rgb(252 211 77 / 0.05);
  border-right-color: rgb(252 211 77 / 0.05);
}

.active\:border-x-amber-300\/50:active {
  border-left-color: rgb(252 211 77 / 0.5);
  border-right-color: rgb(252 211 77 / 0.5);
}

.active\:border-x-amber-300\/60:active {
  border-left-color: rgb(252 211 77 / 0.6);
  border-right-color: rgb(252 211 77 / 0.6);
}

.active\:border-x-amber-300\/70:active {
  border-left-color: rgb(252 211 77 / 0.7);
  border-right-color: rgb(252 211 77 / 0.7);
}

.active\:border-x-amber-300\/75:active {
  border-left-color: rgb(252 211 77 / 0.75);
  border-right-color: rgb(252 211 77 / 0.75);
}

.active\:border-x-amber-300\/80:active {
  border-left-color: rgb(252 211 77 / 0.8);
  border-right-color: rgb(252 211 77 / 0.8);
}

.active\:border-x-amber-300\/90:active {
  border-left-color: rgb(252 211 77 / 0.9);
  border-right-color: rgb(252 211 77 / 0.9);
}

.active\:border-x-amber-300\/95:active {
  border-left-color: rgb(252 211 77 / 0.95);
  border-right-color: rgb(252 211 77 / 0.95);
}

.active\:border-x-amber-400:active {
  --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));
}

.active\:border-x-amber-400\/0:active {
  border-left-color: rgb(251 191 36 / 0);
  border-right-color: rgb(251 191 36 / 0);
}

.active\:border-x-amber-400\/10:active {
  border-left-color: rgb(251 191 36 / 0.1);
  border-right-color: rgb(251 191 36 / 0.1);
}

.active\:border-x-amber-400\/100:active {
  border-left-color: rgb(251 191 36 / 1);
  border-right-color: rgb(251 191 36 / 1);
}

.active\:border-x-amber-400\/20:active {
  border-left-color: rgb(251 191 36 / 0.2);
  border-right-color: rgb(251 191 36 / 0.2);
}

.active\:border-x-amber-400\/25:active {
  border-left-color: rgb(251 191 36 / 0.25);
  border-right-color: rgb(251 191 36 / 0.25);
}

.active\:border-x-amber-400\/30:active {
  border-left-color: rgb(251 191 36 / 0.3);
  border-right-color: rgb(251 191 36 / 0.3);
}

.active\:border-x-amber-400\/40:active {
  border-left-color: rgb(251 191 36 / 0.4);
  border-right-color: rgb(251 191 36 / 0.4);
}

.active\:border-x-amber-400\/5:active {
  border-left-color: rgb(251 191 36 / 0.05);
  border-right-color: rgb(251 191 36 / 0.05);
}

.active\:border-x-amber-400\/50:active {
  border-left-color: rgb(251 191 36 / 0.5);
  border-right-color: rgb(251 191 36 / 0.5);
}

.active\:border-x-amber-400\/60:active {
  border-left-color: rgb(251 191 36 / 0.6);
  border-right-color: rgb(251 191 36 / 0.6);
}

.active\:border-x-amber-400\/70:active {
  border-left-color: rgb(251 191 36 / 0.7);
  border-right-color: rgb(251 191 36 / 0.7);
}

.active\:border-x-amber-400\/75:active {
  border-left-color: rgb(251 191 36 / 0.75);
  border-right-color: rgb(251 191 36 / 0.75);
}

.active\:border-x-amber-400\/80:active {
  border-left-color: rgb(251 191 36 / 0.8);
  border-right-color: rgb(251 191 36 / 0.8);
}

.active\:border-x-amber-400\/90:active {
  border-left-color: rgb(251 191 36 / 0.9);
  border-right-color: rgb(251 191 36 / 0.9);
}

.active\:border-x-amber-400\/95:active {
  border-left-color: rgb(251 191 36 / 0.95);
  border-right-color: rgb(251 191 36 / 0.95);
}

.active\:border-x-amber-50:active {
  --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));
}

.active\:border-x-amber-50\/0:active {
  border-left-color: rgb(255 251 235 / 0);
  border-right-color: rgb(255 251 235 / 0);
}

.active\:border-x-amber-50\/10:active {
  border-left-color: rgb(255 251 235 / 0.1);
  border-right-color: rgb(255 251 235 / 0.1);
}

.active\:border-x-amber-50\/100:active {
  border-left-color: rgb(255 251 235 / 1);
  border-right-color: rgb(255 251 235 / 1);
}

.active\:border-x-amber-50\/20:active {
  border-left-color: rgb(255 251 235 / 0.2);
  border-right-color: rgb(255 251 235 / 0.2);
}

.active\:border-x-amber-50\/25:active {
  border-left-color: rgb(255 251 235 / 0.25);
  border-right-color: rgb(255 251 235 / 0.25);
}

.active\:border-x-amber-50\/30:active {
  border-left-color: rgb(255 251 235 / 0.3);
  border-right-color: rgb(255 251 235 / 0.3);
}

.active\:border-x-amber-50\/40:active {
  border-left-color: rgb(255 251 235 / 0.4);
  border-right-color: rgb(255 251 235 / 0.4);
}

.active\:border-x-amber-50\/5:active {
  border-left-color: rgb(255 251 235 / 0.05);
  border-right-color: rgb(255 251 235 / 0.05);
}

.active\:border-x-amber-50\/50:active {
  border-left-color: rgb(255 251 235 / 0.5);
  border-right-color: rgb(255 251 235 / 0.5);
}

.active\:border-x-amber-50\/60:active {
  border-left-color: rgb(255 251 235 / 0.6);
  border-right-color: rgb(255 251 235 / 0.6);
}

.active\:border-x-amber-50\/70:active {
  border-left-color: rgb(255 251 235 / 0.7);
  border-right-color: rgb(255 251 235 / 0.7);
}

.active\:border-x-amber-50\/75:active {
  border-left-color: rgb(255 251 235 / 0.75);
  border-right-color: rgb(255 251 235 / 0.75);
}

.active\:border-x-amber-50\/80:active {
  border-left-color: rgb(255 251 235 / 0.8);
  border-right-color: rgb(255 251 235 / 0.8);
}

.active\:border-x-amber-50\/90:active {
  border-left-color: rgb(255 251 235 / 0.9);
  border-right-color: rgb(255 251 235 / 0.9);
}

.active\:border-x-amber-50\/95:active {
  border-left-color: rgb(255 251 235 / 0.95);
  border-right-color: rgb(255 251 235 / 0.95);
}

.active\:border-x-amber-500:active {
  --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));
}

.active\:border-x-amber-500\/0:active {
  border-left-color: rgb(245 158 11 / 0);
  border-right-color: rgb(245 158 11 / 0);
}

.active\:border-x-amber-500\/10:active {
  border-left-color: rgb(245 158 11 / 0.1);
  border-right-color: rgb(245 158 11 / 0.1);
}

.active\:border-x-amber-500\/100:active {
  border-left-color: rgb(245 158 11 / 1);
  border-right-color: rgb(245 158 11 / 1);
}

.active\:border-x-amber-500\/20:active {
  border-left-color: rgb(245 158 11 / 0.2);
  border-right-color: rgb(245 158 11 / 0.2);
}

.active\:border-x-amber-500\/25:active {
  border-left-color: rgb(245 158 11 / 0.25);
  border-right-color: rgb(245 158 11 / 0.25);
}

.active\:border-x-amber-500\/30:active {
  border-left-color: rgb(245 158 11 / 0.3);
  border-right-color: rgb(245 158 11 / 0.3);
}

.active\:border-x-amber-500\/40:active {
  border-left-color: rgb(245 158 11 / 0.4);
  border-right-color: rgb(245 158 11 / 0.4);
}

.active\:border-x-amber-500\/5:active {
  border-left-color: rgb(245 158 11 / 0.05);
  border-right-color: rgb(245 158 11 / 0.05);
}

.active\:border-x-amber-500\/50:active {
  border-left-color: rgb(245 158 11 / 0.5);
  border-right-color: rgb(245 158 11 / 0.5);
}

.active\:border-x-amber-500\/60:active {
  border-left-color: rgb(245 158 11 / 0.6);
  border-right-color: rgb(245 158 11 / 0.6);
}

.active\:border-x-amber-500\/70:active {
  border-left-color: rgb(245 158 11 / 0.7);
  border-right-color: rgb(245 158 11 / 0.7);
}

.active\:border-x-amber-500\/75:active {
  border-left-color: rgb(245 158 11 / 0.75);
  border-right-color: rgb(245 158 11 / 0.75);
}

.active\:border-x-amber-500\/80:active {
  border-left-color: rgb(245 158 11 / 0.8);
  border-right-color: rgb(245 158 11 / 0.8);
}

.active\:border-x-amber-500\/90:active {
  border-left-color: rgb(245 158 11 / 0.9);
  border-right-color: rgb(245 158 11 / 0.9);
}

.active\:border-x-amber-500\/95:active {
  border-left-color: rgb(245 158 11 / 0.95);
  border-right-color: rgb(245 158 11 / 0.95);
}

.active\:border-x-amber-600:active {
  --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));
}

.active\:border-x-amber-600\/0:active {
  border-left-color: rgb(217 119 6 / 0);
  border-right-color: rgb(217 119 6 / 0);
}

.active\:border-x-amber-600\/10:active {
  border-left-color: rgb(217 119 6 / 0.1);
  border-right-color: rgb(217 119 6 / 0.1);
}

.active\:border-x-amber-600\/100:active {
  border-left-color: rgb(217 119 6 / 1);
  border-right-color: rgb(217 119 6 / 1);
}

.active\:border-x-amber-600\/20:active {
  border-left-color: rgb(217 119 6 / 0.2);
  border-right-color: rgb(217 119 6 / 0.2);
}

.active\:border-x-amber-600\/25:active {
  border-left-color: rgb(217 119 6 / 0.25);
  border-right-color: rgb(217 119 6 / 0.25);
}

.active\:border-x-amber-600\/30:active {
  border-left-color: rgb(217 119 6 / 0.3);
  border-right-color: rgb(217 119 6 / 0.3);
}

.active\:border-x-amber-600\/40:active {
  border-left-color: rgb(217 119 6 / 0.4);
  border-right-color: rgb(217 119 6 / 0.4);
}

.active\:border-x-amber-600\/5:active {
  border-left-color: rgb(217 119 6 / 0.05);
  border-right-color: rgb(217 119 6 / 0.05);
}

.active\:border-x-amber-600\/50:active {
  border-left-color: rgb(217 119 6 / 0.5);
  border-right-color: rgb(217 119 6 / 0.5);
}

.active\:border-x-amber-600\/60:active {
  border-left-color: rgb(217 119 6 / 0.6);
  border-right-color: rgb(217 119 6 / 0.6);
}

.active\:border-x-amber-600\/70:active {
  border-left-color: rgb(217 119 6 / 0.7);
  border-right-color: rgb(217 119 6 / 0.7);
}

.active\:border-x-amber-600\/75:active {
  border-left-color: rgb(217 119 6 / 0.75);
  border-right-color: rgb(217 119 6 / 0.75);
}

.active\:border-x-amber-600\/80:active {
  border-left-color: rgb(217 119 6 / 0.8);
  border-right-color: rgb(217 119 6 / 0.8);
}

.active\:border-x-amber-600\/90:active {
  border-left-color: rgb(217 119 6 / 0.9);
  border-right-color: rgb(217 119 6 / 0.9);
}

.active\:border-x-amber-600\/95:active {
  border-left-color: rgb(217 119 6 / 0.95);
  border-right-color: rgb(217 119 6 / 0.95);
}

.active\:border-x-amber-700:active {
  --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));
}

.active\:border-x-amber-700\/0:active {
  border-left-color: rgb(180 83 9 / 0);
  border-right-color: rgb(180 83 9 / 0);
}

.active\:border-x-amber-700\/10:active {
  border-left-color: rgb(180 83 9 / 0.1);
  border-right-color: rgb(180 83 9 / 0.1);
}

.active\:border-x-amber-700\/100:active {
  border-left-color: rgb(180 83 9 / 1);
  border-right-color: rgb(180 83 9 / 1);
}

.active\:border-x-amber-700\/20:active {
  border-left-color: rgb(180 83 9 / 0.2);
  border-right-color: rgb(180 83 9 / 0.2);
}

.active\:border-x-amber-700\/25:active {
  border-left-color: rgb(180 83 9 / 0.25);
  border-right-color: rgb(180 83 9 / 0.25);
}

.active\:border-x-amber-700\/30:active {
  border-left-color: rgb(180 83 9 / 0.3);
  border-right-color: rgb(180 83 9 / 0.3);
}

.active\:border-x-amber-700\/40:active {
  border-left-color: rgb(180 83 9 / 0.4);
  border-right-color: rgb(180 83 9 / 0.4);
}

.active\:border-x-amber-700\/5:active {
  border-left-color: rgb(180 83 9 / 0.05);
  border-right-color: rgb(180 83 9 / 0.05);
}

.active\:border-x-amber-700\/50:active {
  border-left-color: rgb(180 83 9 / 0.5);
  border-right-color: rgb(180 83 9 / 0.5);
}

.active\:border-x-amber-700\/60:active {
  border-left-color: rgb(180 83 9 / 0.6);
  border-right-color: rgb(180 83 9 / 0.6);
}

.active\:border-x-amber-700\/70:active {
  border-left-color: rgb(180 83 9 / 0.7);
  border-right-color: rgb(180 83 9 / 0.7);
}

.active\:border-x-amber-700\/75:active {
  border-left-color: rgb(180 83 9 / 0.75);
  border-right-color: rgb(180 83 9 / 0.75);
}

.active\:border-x-amber-700\/80:active {
  border-left-color: rgb(180 83 9 / 0.8);
  border-right-color: rgb(180 83 9 / 0.8);
}

.active\:border-x-amber-700\/90:active {
  border-left-color: rgb(180 83 9 / 0.9);
  border-right-color: rgb(180 83 9 / 0.9);
}

.active\:border-x-amber-700\/95:active {
  border-left-color: rgb(180 83 9 / 0.95);
  border-right-color: rgb(180 83 9 / 0.95);
}

.active\:border-x-amber-800:active {
  --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));
}

.active\:border-x-amber-800\/0:active {
  border-left-color: rgb(146 64 14 / 0);
  border-right-color: rgb(146 64 14 / 0);
}

.active\:border-x-amber-800\/10:active {
  border-left-color: rgb(146 64 14 / 0.1);
  border-right-color: rgb(146 64 14 / 0.1);
}

.active\:border-x-amber-800\/100:active {
  border-left-color: rgb(146 64 14 / 1);
  border-right-color: rgb(146 64 14 / 1);
}

.active\:border-x-amber-800\/20:active {
  border-left-color: rgb(146 64 14 / 0.2);
  border-right-color: rgb(146 64 14 / 0.2);
}

.active\:border-x-amber-800\/25:active {
  border-left-color: rgb(146 64 14 / 0.25);
  border-right-color: rgb(146 64 14 / 0.25);
}

.active\:border-x-amber-800\/30:active {
  border-left-color: rgb(146 64 14 / 0.3);
  border-right-color: rgb(146 64 14 / 0.3);
}

.active\:border-x-amber-800\/40:active {
  border-left-color: rgb(146 64 14 / 0.4);
  border-right-color: rgb(146 64 14 / 0.4);
}

.active\:border-x-amber-800\/5:active {
  border-left-color: rgb(146 64 14 / 0.05);
  border-right-color: rgb(146 64 14 / 0.05);
}

.active\:border-x-amber-800\/50:active {
  border-left-color: rgb(146 64 14 / 0.5);
  border-right-color: rgb(146 64 14 / 0.5);
}

.active\:border-x-amber-800\/60:active {
  border-left-color: rgb(146 64 14 / 0.6);
  border-right-color: rgb(146 64 14 / 0.6);
}

.active\:border-x-amber-800\/70:active {
  border-left-color: rgb(146 64 14 / 0.7);
  border-right-color: rgb(146 64 14 / 0.7);
}

.active\:border-x-amber-800\/75:active {
  border-left-color: rgb(146 64 14 / 0.75);
  border-right-color: rgb(146 64 14 / 0.75);
}

.active\:border-x-amber-800\/80:active {
  border-left-color: rgb(146 64 14 / 0.8);
  border-right-color: rgb(146 64 14 / 0.8);
}

.active\:border-x-amber-800\/90:active {
  border-left-color: rgb(146 64 14 / 0.9);
  border-right-color: rgb(146 64 14 / 0.9);
}

.active\:border-x-amber-800\/95:active {
  border-left-color: rgb(146 64 14 / 0.95);
  border-right-color: rgb(146 64 14 / 0.95);
}

.active\:border-x-amber-900:active {
  --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));
}

.active\:border-x-amber-900\/0:active {
  border-left-color: rgb(120 53 15 / 0);
  border-right-color: rgb(120 53 15 / 0);
}

.active\:border-x-amber-900\/10:active {
  border-left-color: rgb(120 53 15 / 0.1);
  border-right-color: rgb(120 53 15 / 0.1);
}

.active\:border-x-amber-900\/100:active {
  border-left-color: rgb(120 53 15 / 1);
  border-right-color: rgb(120 53 15 / 1);
}

.active\:border-x-amber-900\/20:active {
  border-left-color: rgb(120 53 15 / 0.2);
  border-right-color: rgb(120 53 15 / 0.2);
}

.active\:border-x-amber-900\/25:active {
  border-left-color: rgb(120 53 15 / 0.25);
  border-right-color: rgb(120 53 15 / 0.25);
}

.active\:border-x-amber-900\/30:active {
  border-left-color: rgb(120 53 15 / 0.3);
  border-right-color: rgb(120 53 15 / 0.3);
}

.active\:border-x-amber-900\/40:active {
  border-left-color: rgb(120 53 15 / 0.4);
  border-right-color: rgb(120 53 15 / 0.4);
}

.active\:border-x-amber-900\/5:active {
  border-left-color: rgb(120 53 15 / 0.05);
  border-right-color: rgb(120 53 15 / 0.05);
}

.active\:border-x-amber-900\/50:active {
  border-left-color: rgb(120 53 15 / 0.5);
  border-right-color: rgb(120 53 15 / 0.5);
}

.active\:border-x-amber-900\/60:active {
  border-left-color: rgb(120 53 15 / 0.6);
  border-right-color: rgb(120 53 15 / 0.6);
}

.active\:border-x-amber-900\/70:active {
  border-left-color: rgb(120 53 15 / 0.7);
  border-right-color: rgb(120 53 15 / 0.7);
}

.active\:border-x-amber-900\/75:active {
  border-left-color: rgb(120 53 15 / 0.75);
  border-right-color: rgb(120 53 15 / 0.75);
}

.active\:border-x-amber-900\/80:active {
  border-left-color: rgb(120 53 15 / 0.8);
  border-right-color: rgb(120 53 15 / 0.8);
}

.active\:border-x-amber-900\/90:active {
  border-left-color: rgb(120 53 15 / 0.9);
  border-right-color: rgb(120 53 15 / 0.9);
}

.active\:border-x-amber-900\/95:active {
  border-left-color: rgb(120 53 15 / 0.95);
  border-right-color: rgb(120 53 15 / 0.95);
}

.active\:border-x-amber-950:active {
  --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));
}

.active\:border-x-amber-950\/0:active {
  border-left-color: rgb(69 26 3 / 0);
  border-right-color: rgb(69 26 3 / 0);
}

.active\:border-x-amber-950\/10:active {
  border-left-color: rgb(69 26 3 / 0.1);
  border-right-color: rgb(69 26 3 / 0.1);
}

.active\:border-x-amber-950\/100:active {
  border-left-color: rgb(69 26 3 / 1);
  border-right-color: rgb(69 26 3 / 1);
}

.active\:border-x-amber-950\/20:active {
  border-left-color: rgb(69 26 3 / 0.2);
  border-right-color: rgb(69 26 3 / 0.2);
}

.active\:border-x-amber-950\/25:active {
  border-left-color: rgb(69 26 3 / 0.25);
  border-right-color: rgb(69 26 3 / 0.25);
}

.active\:border-x-amber-950\/30:active {
  border-left-color: rgb(69 26 3 / 0.3);
  border-right-color: rgb(69 26 3 / 0.3);
}

.active\:border-x-amber-950\/40:active {
  border-left-color: rgb(69 26 3 / 0.4);
  border-right-color: rgb(69 26 3 / 0.4);
}

.active\:border-x-amber-950\/5:active {
  border-left-color: rgb(69 26 3 / 0.05);
  border-right-color: rgb(69 26 3 / 0.05);
}

.active\:border-x-amber-950\/50:active {
  border-left-color: rgb(69 26 3 / 0.5);
  border-right-color: rgb(69 26 3 / 0.5);
}

.active\:border-x-amber-950\/60:active {
  border-left-color: rgb(69 26 3 / 0.6);
  border-right-color: rgb(69 26 3 / 0.6);
}

.active\:border-x-amber-950\/70:active {
  border-left-color: rgb(69 26 3 / 0.7);
  border-right-color: rgb(69 26 3 / 0.7);
}

.active\:border-x-amber-950\/75:active {
  border-left-color: rgb(69 26 3 / 0.75);
  border-right-color: rgb(69 26 3 / 0.75);
}

.active\:border-x-amber-950\/80:active {
  border-left-color: rgb(69 26 3 / 0.8);
  border-right-color: rgb(69 26 3 / 0.8);
}

.active\:border-x-amber-950\/90:active {
  border-left-color: rgb(69 26 3 / 0.9);
  border-right-color: rgb(69 26 3 / 0.9);
}

.active\:border-x-amber-950\/95:active {
  border-left-color: rgb(69 26 3 / 0.95);
  border-right-color: rgb(69 26 3 / 0.95);
}

.active\:border-x-black:active {
  --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));
}

.active\:border-x-black\/0:active {
  border-left-color: rgb(0 0 0 / 0);
  border-right-color: rgb(0 0 0 / 0);
}

.active\:border-x-black\/10:active {
  border-left-color: rgb(0 0 0 / 0.1);
  border-right-color: rgb(0 0 0 / 0.1);
}

.active\:border-x-black\/100:active {
  border-left-color: rgb(0 0 0 / 1);
  border-right-color: rgb(0 0 0 / 1);
}

.active\:border-x-black\/20:active {
  border-left-color: rgb(0 0 0 / 0.2);
  border-right-color: rgb(0 0 0 / 0.2);
}

.active\:border-x-black\/25:active {
  border-left-color: rgb(0 0 0 / 0.25);
  border-right-color: rgb(0 0 0 / 0.25);
}

.active\:border-x-black\/30:active {
  border-left-color: rgb(0 0 0 / 0.3);
  border-right-color: rgb(0 0 0 / 0.3);
}

.active\:border-x-black\/40:active {
  border-left-color: rgb(0 0 0 / 0.4);
  border-right-color: rgb(0 0 0 / 0.4);
}

.active\:border-x-black\/5:active {
  border-left-color: rgb(0 0 0 / 0.05);
  border-right-color: rgb(0 0 0 / 0.05);
}

.active\:border-x-black\/50:active {
  border-left-color: rgb(0 0 0 / 0.5);
  border-right-color: rgb(0 0 0 / 0.5);
}

.active\:border-x-black\/60:active {
  border-left-color: rgb(0 0 0 / 0.6);
  border-right-color: rgb(0 0 0 / 0.6);
}

.active\:border-x-black\/70:active {
  border-left-color: rgb(0 0 0 / 0.7);
  border-right-color: rgb(0 0 0 / 0.7);
}

.active\:border-x-black\/75:active {
  border-left-color: rgb(0 0 0 / 0.75);
  border-right-color: rgb(0 0 0 / 0.75);
}

.active\:border-x-black\/80:active {
  border-left-color: rgb(0 0 0 / 0.8);
  border-right-color: rgb(0 0 0 / 0.8);
}

.active\:border-x-black\/90:active {
  border-left-color: rgb(0 0 0 / 0.9);
  border-right-color: rgb(0 0 0 / 0.9);
}

.active\:border-x-black\/95:active {
  border-left-color: rgb(0 0 0 / 0.95);
  border-right-color: rgb(0 0 0 / 0.95);
}

.active\:border-x-blue-100:active {
  --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));
}

.active\:border-x-blue-100\/0:active {
  border-left-color: rgb(219 234 254 / 0);
  border-right-color: rgb(219 234 254 / 0);
}

.active\:border-x-blue-100\/10:active {
  border-left-color: rgb(219 234 254 / 0.1);
  border-right-color: rgb(219 234 254 / 0.1);
}

.active\:border-x-blue-100\/100:active {
  border-left-color: rgb(219 234 254 / 1);
  border-right-color: rgb(219 234 254 / 1);
}

.active\:border-x-blue-100\/20:active {
  border-left-color: rgb(219 234 254 / 0.2);
  border-right-color: rgb(219 234 254 / 0.2);
}

.active\:border-x-blue-100\/25:active {
  border-left-color: rgb(219 234 254 / 0.25);
  border-right-color: rgb(219 234 254 / 0.25);
}

.active\:border-x-blue-100\/30:active {
  border-left-color: rgb(219 234 254 / 0.3);
  border-right-color: rgb(219 234 254 / 0.3);
}

.active\:border-x-blue-100\/40:active {
  border-left-color: rgb(219 234 254 / 0.4);
  border-right-color: rgb(219 234 254 / 0.4);
}

.active\:border-x-blue-100\/5:active {
  border-left-color: rgb(219 234 254 / 0.05);
  border-right-color: rgb(219 234 254 / 0.05);
}

.active\:border-x-blue-100\/50:active {
  border-left-color: rgb(219 234 254 / 0.5);
  border-right-color: rgb(219 234 254 / 0.5);
}

.active\:border-x-blue-100\/60:active {
  border-left-color: rgb(219 234 254 / 0.6);
  border-right-color: rgb(219 234 254 / 0.6);
}

.active\:border-x-blue-100\/70:active {
  border-left-color: rgb(219 234 254 / 0.7);
  border-right-color: rgb(219 234 254 / 0.7);
}

.active\:border-x-blue-100\/75:active {
  border-left-color: rgb(219 234 254 / 0.75);
  border-right-color: rgb(219 234 254 / 0.75);
}

.active\:border-x-blue-100\/80:active {
  border-left-color: rgb(219 234 254 / 0.8);
  border-right-color: rgb(219 234 254 / 0.8);
}

.active\:border-x-blue-100\/90:active {
  border-left-color: rgb(219 234 254 / 0.9);
  border-right-color: rgb(219 234 254 / 0.9);
}

.active\:border-x-blue-100\/95:active {
  border-left-color: rgb(219 234 254 / 0.95);
  border-right-color: rgb(219 234 254 / 0.95);
}

.active\:border-x-blue-200:active {
  --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));
}

.active\:border-x-blue-200\/0:active {
  border-left-color: rgb(191 219 254 / 0);
  border-right-color: rgb(191 219 254 / 0);
}

.active\:border-x-blue-200\/10:active {
  border-left-color: rgb(191 219 254 / 0.1);
  border-right-color: rgb(191 219 254 / 0.1);
}

.active\:border-x-blue-200\/100:active {
  border-left-color: rgb(191 219 254 / 1);
  border-right-color: rgb(191 219 254 / 1);
}

.active\:border-x-blue-200\/20:active {
  border-left-color: rgb(191 219 254 / 0.2);
  border-right-color: rgb(191 219 254 / 0.2);
}

.active\:border-x-blue-200\/25:active {
  border-left-color: rgb(191 219 254 / 0.25);
  border-right-color: rgb(191 219 254 / 0.25);
}

.active\:border-x-blue-200\/30:active {
  border-left-color: rgb(191 219 254 / 0.3);
  border-right-color: rgb(191 219 254 / 0.3);
}

.active\:border-x-blue-200\/40:active {
  border-left-color: rgb(191 219 254 / 0.4);
  border-right-color: rgb(191 219 254 / 0.4);
}

.active\:border-x-blue-200\/5:active {
  border-left-color: rgb(191 219 254 / 0.05);
  border-right-color: rgb(191 219 254 / 0.05);
}

.active\:border-x-blue-200\/50:active {
  border-left-color: rgb(191 219 254 / 0.5);
  border-right-color: rgb(191 219 254 / 0.5);
}

.active\:border-x-blue-200\/60:active {
  border-left-color: rgb(191 219 254 / 0.6);
  border-right-color: rgb(191 219 254 / 0.6);
}

.active\:border-x-blue-200\/70:active {
  border-left-color: rgb(191 219 254 / 0.7);
  border-right-color: rgb(191 219 254 / 0.7);
}

.active\:border-x-blue-200\/75:active {
  border-left-color: rgb(191 219 254 / 0.75);
  border-right-color: rgb(191 219 254 / 0.75);
}

.active\:border-x-blue-200\/80:active {
  border-left-color: rgb(191 219 254 / 0.8);
  border-right-color: rgb(191 219 254 / 0.8);
}

.active\:border-x-blue-200\/90:active {
  border-left-color: rgb(191 219 254 / 0.9);
  border-right-color: rgb(191 219 254 / 0.9);
}

.active\:border-x-blue-200\/95:active {
  border-left-color: rgb(191 219 254 / 0.95);
  border-right-color: rgb(191 219 254 / 0.95);
}

.active\:border-x-blue-300:active {
  --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));
}

.active\:border-x-blue-300\/0:active {
  border-left-color: rgb(147 197 253 / 0);
  border-right-color: rgb(147 197 253 / 0);
}

.active\:border-x-blue-300\/10:active {
  border-left-color: rgb(147 197 253 / 0.1);
  border-right-color: rgb(147 197 253 / 0.1);
}

.active\:border-x-blue-300\/100:active {
  border-left-color: rgb(147 197 253 / 1);
  border-right-color: rgb(147 197 253 / 1);
}

.active\:border-x-blue-300\/20:active {
  border-left-color: rgb(147 197 253 / 0.2);
  border-right-color: rgb(147 197 253 / 0.2);
}

.active\:border-x-blue-300\/25:active {
  border-left-color: rgb(147 197 253 / 0.25);
  border-right-color: rgb(147 197 253 / 0.25);
}

.active\:border-x-blue-300\/30:active {
  border-left-color: rgb(147 197 253 / 0.3);
  border-right-color: rgb(147 197 253 / 0.3);
}

.active\:border-x-blue-300\/40:active {
  border-left-color: rgb(147 197 253 / 0.4);
  border-right-color: rgb(147 197 253 / 0.4);
}

.active\:border-x-blue-300\/5:active {
  border-left-color: rgb(147 197 253 / 0.05);
  border-right-color: rgb(147 197 253 / 0.05);
}

.active\:border-x-blue-300\/50:active {
  border-left-color: rgb(147 197 253 / 0.5);
  border-right-color: rgb(147 197 253 / 0.5);
}

.active\:border-x-blue-300\/60:active {
  border-left-color: rgb(147 197 253 / 0.6);
  border-right-color: rgb(147 197 253 / 0.6);
}

.active\:border-x-blue-300\/70:active {
  border-left-color: rgb(147 197 253 / 0.7);
  border-right-color: rgb(147 197 253 / 0.7);
}

.active\:border-x-blue-300\/75:active {
  border-left-color: rgb(147 197 253 / 0.75);
  border-right-color: rgb(147 197 253 / 0.75);
}

.active\:border-x-blue-300\/80:active {
  border-left-color: rgb(147 197 253 / 0.8);
  border-right-color: rgb(147 197 253 / 0.8);
}

.active\:border-x-blue-300\/90:active {
  border-left-color: rgb(147 197 253 / 0.9);
  border-right-color: rgb(147 197 253 / 0.9);
}

.active\:border-x-blue-300\/95:active {
  border-left-color: rgb(147 197 253 / 0.95);
  border-right-color: rgb(147 197 253 / 0.95);
}

.active\:border-x-blue-400:active {
  --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));
}

.active\:border-x-blue-400\/0:active {
  border-left-color: rgb(96 165 250 / 0);
  border-right-color: rgb(96 165 250 / 0);
}

.active\:border-x-blue-400\/10:active {
  border-left-color: rgb(96 165 250 / 0.1);
  border-right-color: rgb(96 165 250 / 0.1);
}

.active\:border-x-blue-400\/100:active {
  border-left-color: rgb(96 165 250 / 1);
  border-right-color: rgb(96 165 250 / 1);
}

.active\:border-x-blue-400\/20:active {
  border-left-color: rgb(96 165 250 / 0.2);
  border-right-color: rgb(96 165 250 / 0.2);
}

.active\:border-x-blue-400\/25:active {
  border-left-color: rgb(96 165 250 / 0.25);
  border-right-color: rgb(96 165 250 / 0.25);
}

.active\:border-x-blue-400\/30:active {
  border-left-color: rgb(96 165 250 / 0.3);
  border-right-color: rgb(96 165 250 / 0.3);
}

.active\:border-x-blue-400\/40:active {
  border-left-color: rgb(96 165 250 / 0.4);
  border-right-color: rgb(96 165 250 / 0.4);
}

.active\:border-x-blue-400\/5:active {
  border-left-color: rgb(96 165 250 / 0.05);
  border-right-color: rgb(96 165 250 / 0.05);
}

.active\:border-x-blue-400\/50:active {
  border-left-color: rgb(96 165 250 / 0.5);
  border-right-color: rgb(96 165 250 / 0.5);
}

.active\:border-x-blue-400\/60:active {
  border-left-color: rgb(96 165 250 / 0.6);
  border-right-color: rgb(96 165 250 / 0.6);
}

.active\:border-x-blue-400\/70:active {
  border-left-color: rgb(96 165 250 / 0.7);
  border-right-color: rgb(96 165 250 / 0.7);
}

.active\:border-x-blue-400\/75:active {
  border-left-color: rgb(96 165 250 / 0.75);
  border-right-color: rgb(96 165 250 / 0.75);
}

.active\:border-x-blue-400\/80:active {
  border-left-color: rgb(96 165 250 / 0.8);
  border-right-color: rgb(96 165 250 / 0.8);
}

.active\:border-x-blue-400\/90:active {
  border-left-color: rgb(96 165 250 / 0.9);
  border-right-color: rgb(96 165 250 / 0.9);
}

.active\:border-x-blue-400\/95:active {
  border-left-color: rgb(96 165 250 / 0.95);
  border-right-color: rgb(96 165 250 / 0.95);
}

.active\:border-x-blue-50:active {
  --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));
}

.active\:border-x-blue-50\/0:active {
  border-left-color: rgb(239 246 255 / 0);
  border-right-color: rgb(239 246 255 / 0);
}

.active\:border-x-blue-50\/10:active {
  border-left-color: rgb(239 246 255 / 0.1);
  border-right-color: rgb(239 246 255 / 0.1);
}

.active\:border-x-blue-50\/100:active {
  border-left-color: rgb(239 246 255 / 1);
  border-right-color: rgb(239 246 255 / 1);
}

.active\:border-x-blue-50\/20:active {
  border-left-color: rgb(239 246 255 / 0.2);
  border-right-color: rgb(239 246 255 / 0.2);
}

.active\:border-x-blue-50\/25:active {
  border-left-color: rgb(239 246 255 / 0.25);
  border-right-color: rgb(239 246 255 / 0.25);
}

.active\:border-x-blue-50\/30:active {
  border-left-color: rgb(239 246 255 / 0.3);
  border-right-color: rgb(239 246 255 / 0.3);
}

.active\:border-x-blue-50\/40:active {
  border-left-color: rgb(239 246 255 / 0.4);
  border-right-color: rgb(239 246 255 / 0.4);
}

.active\:border-x-blue-50\/5:active {
  border-left-color: rgb(239 246 255 / 0.05);
  border-right-color: rgb(239 246 255 / 0.05);
}

.active\:border-x-blue-50\/50:active {
  border-left-color: rgb(239 246 255 / 0.5);
  border-right-color: rgb(239 246 255 / 0.5);
}

.active\:border-x-blue-50\/60:active {
  border-left-color: rgb(239 246 255 / 0.6);
  border-right-color: rgb(239 246 255 / 0.6);
}

.active\:border-x-blue-50\/70:active {
  border-left-color: rgb(239 246 255 / 0.7);
  border-right-color: rgb(239 246 255 / 0.7);
}

.active\:border-x-blue-50\/75:active {
  border-left-color: rgb(239 246 255 / 0.75);
  border-right-color: rgb(239 246 255 / 0.75);
}

.active\:border-x-blue-50\/80:active {
  border-left-color: rgb(239 246 255 / 0.8);
  border-right-color: rgb(239 246 255 / 0.8);
}

.active\:border-x-blue-50\/90:active {
  border-left-color: rgb(239 246 255 / 0.9);
  border-right-color: rgb(239 246 255 / 0.9);
}

.active\:border-x-blue-50\/95:active {
  border-left-color: rgb(239 246 255 / 0.95);
  border-right-color: rgb(239 246 255 / 0.95);
}

.active\:border-x-blue-500:active {
  --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));
}

.active\:border-x-blue-500\/0:active {
  border-left-color: rgb(59 130 246 / 0);
  border-right-color: rgb(59 130 246 / 0);
}

.active\:border-x-blue-500\/10:active {
  border-left-color: rgb(59 130 246 / 0.1);
  border-right-color: rgb(59 130 246 / 0.1);
}

.active\:border-x-blue-500\/100:active {
  border-left-color: rgb(59 130 246 / 1);
  border-right-color: rgb(59 130 246 / 1);
}

.active\:border-x-blue-500\/20:active {
  border-left-color: rgb(59 130 246 / 0.2);
  border-right-color: rgb(59 130 246 / 0.2);
}

.active\:border-x-blue-500\/25:active {
  border-left-color: rgb(59 130 246 / 0.25);
  border-right-color: rgb(59 130 246 / 0.25);
}

.active\:border-x-blue-500\/30:active {
  border-left-color: rgb(59 130 246 / 0.3);
  border-right-color: rgb(59 130 246 / 0.3);
}

.active\:border-x-blue-500\/40:active {
  border-left-color: rgb(59 130 246 / 0.4);
  border-right-color: rgb(59 130 246 / 0.4);
}

.active\:border-x-blue-500\/5:active {
  border-left-color: rgb(59 130 246 / 0.05);
  border-right-color: rgb(59 130 246 / 0.05);
}

.active\:border-x-blue-500\/50:active {
  border-left-color: rgb(59 130 246 / 0.5);
  border-right-color: rgb(59 130 246 / 0.5);
}

.active\:border-x-blue-500\/60:active {
  border-left-color: rgb(59 130 246 / 0.6);
  border-right-color: rgb(59 130 246 / 0.6);
}

.active\:border-x-blue-500\/70:active {
  border-left-color: rgb(59 130 246 / 0.7);
  border-right-color: rgb(59 130 246 / 0.7);
}

.active\:border-x-blue-500\/75:active {
  border-left-color: rgb(59 130 246 / 0.75);
  border-right-color: rgb(59 130 246 / 0.75);
}

.active\:border-x-blue-500\/80:active {
  border-left-color: rgb(59 130 246 / 0.8);
  border-right-color: rgb(59 130 246 / 0.8);
}

.active\:border-x-blue-500\/90:active {
  border-left-color: rgb(59 130 246 / 0.9);
  border-right-color: rgb(59 130 246 / 0.9);
}

.active\:border-x-blue-500\/95:active {
  border-left-color: rgb(59 130 246 / 0.95);
  border-right-color: rgb(59 130 246 / 0.95);
}

.active\:border-x-blue-600:active {
  --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));
}

.active\:border-x-blue-600\/0:active {
  border-left-color: rgb(37 99 235 / 0);
  border-right-color: rgb(37 99 235 / 0);
}

.active\:border-x-blue-600\/10:active {
  border-left-color: rgb(37 99 235 / 0.1);
  border-right-color: rgb(37 99 235 / 0.1);
}

.active\:border-x-blue-600\/100:active {
  border-left-color: rgb(37 99 235 / 1);
  border-right-color: rgb(37 99 235 / 1);
}

.active\:border-x-blue-600\/20:active {
  border-left-color: rgb(37 99 235 / 0.2);
  border-right-color: rgb(37 99 235 / 0.2);
}

.active\:border-x-blue-600\/25:active {
  border-left-color: rgb(37 99 235 / 0.25);
  border-right-color: rgb(37 99 235 / 0.25);
}

.active\:border-x-blue-600\/30:active {
  border-left-color: rgb(37 99 235 / 0.3);
  border-right-color: rgb(37 99 235 / 0.3);
}

.active\:border-x-blue-600\/40:active {
  border-left-color: rgb(37 99 235 / 0.4);
  border-right-color: rgb(37 99 235 / 0.4);
}

.active\:border-x-blue-600\/5:active {
  border-left-color: rgb(37 99 235 / 0.05);
  border-right-color: rgb(37 99 235 / 0.05);
}

.active\:border-x-blue-600\/50:active {
  border-left-color: rgb(37 99 235 / 0.5);
  border-right-color: rgb(37 99 235 / 0.5);
}

.active\:border-x-blue-600\/60:active {
  border-left-color: rgb(37 99 235 / 0.6);
  border-right-color: rgb(37 99 235 / 0.6);
}

.active\:border-x-blue-600\/70:active {
  border-left-color: rgb(37 99 235 / 0.7);
  border-right-color: rgb(37 99 235 / 0.7);
}

.active\:border-x-blue-600\/75:active {
  border-left-color: rgb(37 99 235 / 0.75);
  border-right-color: rgb(37 99 235 / 0.75);
}

.active\:border-x-blue-600\/80:active {
  border-left-color: rgb(37 99 235 / 0.8);
  border-right-color: rgb(37 99 235 / 0.8);
}

.active\:border-x-blue-600\/90:active {
  border-left-color: rgb(37 99 235 / 0.9);
  border-right-color: rgb(37 99 235 / 0.9);
}

.active\:border-x-blue-600\/95:active {
  border-left-color: rgb(37 99 235 / 0.95);
  border-right-color: rgb(37 99 235 / 0.95);
}

.active\:border-x-blue-700:active {
  --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));
}

.active\:border-x-blue-700\/0:active {
  border-left-color: rgb(29 78 216 / 0);
  border-right-color: rgb(29 78 216 / 0);
}

.active\:border-x-blue-700\/10:active {
  border-left-color: rgb(29 78 216 / 0.1);
  border-right-color: rgb(29 78 216 / 0.1);
}

.active\:border-x-blue-700\/100:active {
  border-left-color: rgb(29 78 216 / 1);
  border-right-color: rgb(29 78 216 / 1);
}

.active\:border-x-blue-700\/20:active {
  border-left-color: rgb(29 78 216 / 0.2);
  border-right-color: rgb(29 78 216 / 0.2);
}

.active\:border-x-blue-700\/25:active {
  border-left-color: rgb(29 78 216 / 0.25);
  border-right-color: rgb(29 78 216 / 0.25);
}

.active\:border-x-blue-700\/30:active {
  border-left-color: rgb(29 78 216 / 0.3);
  border-right-color: rgb(29 78 216 / 0.3);
}

.active\:border-x-blue-700\/40:active {
  border-left-color: rgb(29 78 216 / 0.4);
  border-right-color: rgb(29 78 216 / 0.4);
}

.active\:border-x-blue-700\/5:active {
  border-left-color: rgb(29 78 216 / 0.05);
  border-right-color: rgb(29 78 216 / 0.05);
}

.active\:border-x-blue-700\/50:active {
  border-left-color: rgb(29 78 216 / 0.5);
  border-right-color: rgb(29 78 216 / 0.5);
}

.active\:border-x-blue-700\/60:active {
  border-left-color: rgb(29 78 216 / 0.6);
  border-right-color: rgb(29 78 216 / 0.6);
}

.active\:border-x-blue-700\/70:active {
  border-left-color: rgb(29 78 216 / 0.7);
  border-right-color: rgb(29 78 216 / 0.7);
}

.active\:border-x-blue-700\/75:active {
  border-left-color: rgb(29 78 216 / 0.75);
  border-right-color: rgb(29 78 216 / 0.75);
}

.active\:border-x-blue-700\/80:active {
  border-left-color: rgb(29 78 216 / 0.8);
  border-right-color: rgb(29 78 216 / 0.8);
}

.active\:border-x-blue-700\/90:active {
  border-left-color: rgb(29 78 216 / 0.9);
  border-right-color: rgb(29 78 216 / 0.9);
}

.active\:border-x-blue-700\/95:active {
  border-left-color: rgb(29 78 216 / 0.95);
  border-right-color: rgb(29 78 216 / 0.95);
}

.active\:border-x-blue-800:active {
  --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));
}

.active\:border-x-blue-800\/0:active {
  border-left-color: rgb(30 64 175 / 0);
  border-right-color: rgb(30 64 175 / 0);
}

.active\:border-x-blue-800\/10:active {
  border-left-color: rgb(30 64 175 / 0.1);
  border-right-color: rgb(30 64 175 / 0.1);
}

.active\:border-x-blue-800\/100:active {
  border-left-color: rgb(30 64 175 / 1);
  border-right-color: rgb(30 64 175 / 1);
}

.active\:border-x-blue-800\/20:active {
  border-left-color: rgb(30 64 175 / 0.2);
  border-right-color: rgb(30 64 175 / 0.2);
}

.active\:border-x-blue-800\/25:active {
  border-left-color: rgb(30 64 175 / 0.25);
  border-right-color: rgb(30 64 175 / 0.25);
}

.active\:border-x-blue-800\/30:active {
  border-left-color: rgb(30 64 175 / 0.3);
  border-right-color: rgb(30 64 175 / 0.3);
}

.active\:border-x-blue-800\/40:active {
  border-left-color: rgb(30 64 175 / 0.4);
  border-right-color: rgb(30 64 175 / 0.4);
}

.active\:border-x-blue-800\/5:active {
  border-left-color: rgb(30 64 175 / 0.05);
  border-right-color: rgb(30 64 175 / 0.05);
}

.active\:border-x-blue-800\/50:active {
  border-left-color: rgb(30 64 175 / 0.5);
  border-right-color: rgb(30 64 175 / 0.5);
}

.active\:border-x-blue-800\/60:active {
  border-left-color: rgb(30 64 175 / 0.6);
  border-right-color: rgb(30 64 175 / 0.6);
}

.active\:border-x-blue-800\/70:active {
  border-left-color: rgb(30 64 175 / 0.7);
  border-right-color: rgb(30 64 175 / 0.7);
}

.active\:border-x-blue-800\/75:active {
  border-left-color: rgb(30 64 175 / 0.75);
  border-right-color: rgb(30 64 175 / 0.75);
}

.active\:border-x-blue-800\/80:active {
  border-left-color: rgb(30 64 175 / 0.8);
  border-right-color: rgb(30 64 175 / 0.8);
}

.active\:border-x-blue-800\/90:active {
  border-left-color: rgb(30 64 175 / 0.9);
  border-right-color: rgb(30 64 175 / 0.9);
}

.active\:border-x-blue-800\/95:active {
  border-left-color: rgb(30 64 175 / 0.95);
  border-right-color: rgb(30 64 175 / 0.95);
}

.active\:border-x-blue-900:active {
  --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));
}

.active\:border-x-blue-900\/0:active {
  border-left-color: rgb(30 58 138 / 0);
  border-right-color: rgb(30 58 138 / 0);
}

.active\:border-x-blue-900\/10:active {
  border-left-color: rgb(30 58 138 / 0.1);
  border-right-color: rgb(30 58 138 / 0.1);
}

.active\:border-x-blue-900\/100:active {
  border-left-color: rgb(30 58 138 / 1);
  border-right-color: rgb(30 58 138 / 1);
}

.active\:border-x-blue-900\/20:active {
  border-left-color: rgb(30 58 138 / 0.2);
  border-right-color: rgb(30 58 138 / 0.2);
}

.active\:border-x-blue-900\/25:active {
  border-left-color: rgb(30 58 138 / 0.25);
  border-right-color: rgb(30 58 138 / 0.25);
}

.active\:border-x-blue-900\/30:active {
  border-left-color: rgb(30 58 138 / 0.3);
  border-right-color: rgb(30 58 138 / 0.3);
}

.active\:border-x-blue-900\/40:active {
  border-left-color: rgb(30 58 138 / 0.4);
  border-right-color: rgb(30 58 138 / 0.4);
}

.active\:border-x-blue-900\/5:active {
  border-left-color: rgb(30 58 138 / 0.05);
  border-right-color: rgb(30 58 138 / 0.05);
}

.active\:border-x-blue-900\/50:active {
  border-left-color: rgb(30 58 138 / 0.5);
  border-right-color: rgb(30 58 138 / 0.5);
}

.active\:border-x-blue-900\/60:active {
  border-left-color: rgb(30 58 138 / 0.6);
  border-right-color: rgb(30 58 138 / 0.6);
}

.active\:border-x-blue-900\/70:active {
  border-left-color: rgb(30 58 138 / 0.7);
  border-right-color: rgb(30 58 138 / 0.7);
}

.active\:border-x-blue-900\/75:active {
  border-left-color: rgb(30 58 138 / 0.75);
  border-right-color: rgb(30 58 138 / 0.75);
}

.active\:border-x-blue-900\/80:active {
  border-left-color: rgb(30 58 138 / 0.8);
  border-right-color: rgb(30 58 138 / 0.8);
}

.active\:border-x-blue-900\/90:active {
  border-left-color: rgb(30 58 138 / 0.9);
  border-right-color: rgb(30 58 138 / 0.9);
}

.active\:border-x-blue-900\/95:active {
  border-left-color: rgb(30 58 138 / 0.95);
  border-right-color: rgb(30 58 138 / 0.95);
}

.active\:border-x-blue-950:active {
  --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));
}

.active\:border-x-blue-950\/0:active {
  border-left-color: rgb(23 37 84 / 0);
  border-right-color: rgb(23 37 84 / 0);
}

.active\:border-x-blue-950\/10:active {
  border-left-color: rgb(23 37 84 / 0.1);
  border-right-color: rgb(23 37 84 / 0.1);
}

.active\:border-x-blue-950\/100:active {
  border-left-color: rgb(23 37 84 / 1);
  border-right-color: rgb(23 37 84 / 1);
}

.active\:border-x-blue-950\/20:active {
  border-left-color: rgb(23 37 84 / 0.2);
  border-right-color: rgb(23 37 84 / 0.2);
}

.active\:border-x-blue-950\/25:active {
  border-left-color: rgb(23 37 84 / 0.25);
  border-right-color: rgb(23 37 84 / 0.25);
}

.active\:border-x-blue-950\/30:active {
  border-left-color: rgb(23 37 84 / 0.3);
  border-right-color: rgb(23 37 84 / 0.3);
}

.active\:border-x-blue-950\/40:active {
  border-left-color: rgb(23 37 84 / 0.4);
  border-right-color: rgb(23 37 84 / 0.4);
}

.active\:border-x-blue-950\/5:active {
  border-left-color: rgb(23 37 84 / 0.05);
  border-right-color: rgb(23 37 84 / 0.05);
}

.active\:border-x-blue-950\/50:active {
  border-left-color: rgb(23 37 84 / 0.5);
  border-right-color: rgb(23 37 84 / 0.5);
}

.active\:border-x-blue-950\/60:active {
  border-left-color: rgb(23 37 84 / 0.6);
  border-right-color: rgb(23 37 84 / 0.6);
}

.active\:border-x-blue-950\/70:active {
  border-left-color: rgb(23 37 84 / 0.7);
  border-right-color: rgb(23 37 84 / 0.7);
}

.active\:border-x-blue-950\/75:active {
  border-left-color: rgb(23 37 84 / 0.75);
  border-right-color: rgb(23 37 84 / 0.75);
}

.active\:border-x-blue-950\/80:active {
  border-left-color: rgb(23 37 84 / 0.8);
  border-right-color: rgb(23 37 84 / 0.8);
}

.active\:border-x-blue-950\/90:active {
  border-left-color: rgb(23 37 84 / 0.9);
  border-right-color: rgb(23 37 84 / 0.9);
}

.active\:border-x-blue-950\/95:active {
  border-left-color: rgb(23 37 84 / 0.95);
  border-right-color: rgb(23 37 84 / 0.95);
}

.active\:border-x-brand-100:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(230 239 246 / var(--tw-border-opacity));
  border-right-color: rgb(230 239 246 / var(--tw-border-opacity));
}

.active\:border-x-brand-100\/0:active {
  border-left-color: rgb(230 239 246 / 0);
  border-right-color: rgb(230 239 246 / 0);
}

.active\:border-x-brand-100\/10:active {
  border-left-color: rgb(230 239 246 / 0.1);
  border-right-color: rgb(230 239 246 / 0.1);
}

.active\:border-x-brand-100\/100:active {
  border-left-color: rgb(230 239 246 / 1);
  border-right-color: rgb(230 239 246 / 1);
}

.active\:border-x-brand-100\/20:active {
  border-left-color: rgb(230 239 246 / 0.2);
  border-right-color: rgb(230 239 246 / 0.2);
}

.active\:border-x-brand-100\/25:active {
  border-left-color: rgb(230 239 246 / 0.25);
  border-right-color: rgb(230 239 246 / 0.25);
}

.active\:border-x-brand-100\/30:active {
  border-left-color: rgb(230 239 246 / 0.3);
  border-right-color: rgb(230 239 246 / 0.3);
}

.active\:border-x-brand-100\/40:active {
  border-left-color: rgb(230 239 246 / 0.4);
  border-right-color: rgb(230 239 246 / 0.4);
}

.active\:border-x-brand-100\/5:active {
  border-left-color: rgb(230 239 246 / 0.05);
  border-right-color: rgb(230 239 246 / 0.05);
}

.active\:border-x-brand-100\/50:active {
  border-left-color: rgb(230 239 246 / 0.5);
  border-right-color: rgb(230 239 246 / 0.5);
}

.active\:border-x-brand-100\/60:active {
  border-left-color: rgb(230 239 246 / 0.6);
  border-right-color: rgb(230 239 246 / 0.6);
}

.active\:border-x-brand-100\/70:active {
  border-left-color: rgb(230 239 246 / 0.7);
  border-right-color: rgb(230 239 246 / 0.7);
}

.active\:border-x-brand-100\/75:active {
  border-left-color: rgb(230 239 246 / 0.75);
  border-right-color: rgb(230 239 246 / 0.75);
}

.active\:border-x-brand-100\/80:active {
  border-left-color: rgb(230 239 246 / 0.8);
  border-right-color: rgb(230 239 246 / 0.8);
}

.active\:border-x-brand-100\/90:active {
  border-left-color: rgb(230 239 246 / 0.9);
  border-right-color: rgb(230 239 246 / 0.9);
}

.active\:border-x-brand-100\/95:active {
  border-left-color: rgb(230 239 246 / 0.95);
  border-right-color: rgb(230 239 246 / 0.95);
}

.active\:border-x-brand-200:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(193 215 234 / var(--tw-border-opacity));
  border-right-color: rgb(193 215 234 / var(--tw-border-opacity));
}

.active\:border-x-brand-200\/0:active {
  border-left-color: rgb(193 215 234 / 0);
  border-right-color: rgb(193 215 234 / 0);
}

.active\:border-x-brand-200\/10:active {
  border-left-color: rgb(193 215 234 / 0.1);
  border-right-color: rgb(193 215 234 / 0.1);
}

.active\:border-x-brand-200\/100:active {
  border-left-color: rgb(193 215 234 / 1);
  border-right-color: rgb(193 215 234 / 1);
}

.active\:border-x-brand-200\/20:active {
  border-left-color: rgb(193 215 234 / 0.2);
  border-right-color: rgb(193 215 234 / 0.2);
}

.active\:border-x-brand-200\/25:active {
  border-left-color: rgb(193 215 234 / 0.25);
  border-right-color: rgb(193 215 234 / 0.25);
}

.active\:border-x-brand-200\/30:active {
  border-left-color: rgb(193 215 234 / 0.3);
  border-right-color: rgb(193 215 234 / 0.3);
}

.active\:border-x-brand-200\/40:active {
  border-left-color: rgb(193 215 234 / 0.4);
  border-right-color: rgb(193 215 234 / 0.4);
}

.active\:border-x-brand-200\/5:active {
  border-left-color: rgb(193 215 234 / 0.05);
  border-right-color: rgb(193 215 234 / 0.05);
}

.active\:border-x-brand-200\/50:active {
  border-left-color: rgb(193 215 234 / 0.5);
  border-right-color: rgb(193 215 234 / 0.5);
}

.active\:border-x-brand-200\/60:active {
  border-left-color: rgb(193 215 234 / 0.6);
  border-right-color: rgb(193 215 234 / 0.6);
}

.active\:border-x-brand-200\/70:active {
  border-left-color: rgb(193 215 234 / 0.7);
  border-right-color: rgb(193 215 234 / 0.7);
}

.active\:border-x-brand-200\/75:active {
  border-left-color: rgb(193 215 234 / 0.75);
  border-right-color: rgb(193 215 234 / 0.75);
}

.active\:border-x-brand-200\/80:active {
  border-left-color: rgb(193 215 234 / 0.8);
  border-right-color: rgb(193 215 234 / 0.8);
}

.active\:border-x-brand-200\/90:active {
  border-left-color: rgb(193 215 234 / 0.9);
  border-right-color: rgb(193 215 234 / 0.9);
}

.active\:border-x-brand-200\/95:active {
  border-left-color: rgb(193 215 234 / 0.95);
  border-right-color: rgb(193 215 234 / 0.95);
}

.active\:border-x-brand-300:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(155 190 221 / var(--tw-border-opacity));
  border-right-color: rgb(155 190 221 / var(--tw-border-opacity));
}

.active\:border-x-brand-300\/0:active {
  border-left-color: rgb(155 190 221 / 0);
  border-right-color: rgb(155 190 221 / 0);
}

.active\:border-x-brand-300\/10:active {
  border-left-color: rgb(155 190 221 / 0.1);
  border-right-color: rgb(155 190 221 / 0.1);
}

.active\:border-x-brand-300\/100:active {
  border-left-color: rgb(155 190 221 / 1);
  border-right-color: rgb(155 190 221 / 1);
}

.active\:border-x-brand-300\/20:active {
  border-left-color: rgb(155 190 221 / 0.2);
  border-right-color: rgb(155 190 221 / 0.2);
}

.active\:border-x-brand-300\/25:active {
  border-left-color: rgb(155 190 221 / 0.25);
  border-right-color: rgb(155 190 221 / 0.25);
}

.active\:border-x-brand-300\/30:active {
  border-left-color: rgb(155 190 221 / 0.3);
  border-right-color: rgb(155 190 221 / 0.3);
}

.active\:border-x-brand-300\/40:active {
  border-left-color: rgb(155 190 221 / 0.4);
  border-right-color: rgb(155 190 221 / 0.4);
}

.active\:border-x-brand-300\/5:active {
  border-left-color: rgb(155 190 221 / 0.05);
  border-right-color: rgb(155 190 221 / 0.05);
}

.active\:border-x-brand-300\/50:active {
  border-left-color: rgb(155 190 221 / 0.5);
  border-right-color: rgb(155 190 221 / 0.5);
}

.active\:border-x-brand-300\/60:active {
  border-left-color: rgb(155 190 221 / 0.6);
  border-right-color: rgb(155 190 221 / 0.6);
}

.active\:border-x-brand-300\/70:active {
  border-left-color: rgb(155 190 221 / 0.7);
  border-right-color: rgb(155 190 221 / 0.7);
}

.active\:border-x-brand-300\/75:active {
  border-left-color: rgb(155 190 221 / 0.75);
  border-right-color: rgb(155 190 221 / 0.75);
}

.active\:border-x-brand-300\/80:active {
  border-left-color: rgb(155 190 221 / 0.8);
  border-right-color: rgb(155 190 221 / 0.8);
}

.active\:border-x-brand-300\/90:active {
  border-left-color: rgb(155 190 221 / 0.9);
  border-right-color: rgb(155 190 221 / 0.9);
}

.active\:border-x-brand-300\/95:active {
  border-left-color: rgb(155 190 221 / 0.95);
  border-right-color: rgb(155 190 221 / 0.95);
}

.active\:border-x-brand-400:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(81 142 195 / var(--tw-border-opacity));
  border-right-color: rgb(81 142 195 / var(--tw-border-opacity));
}

.active\:border-x-brand-400\/0:active {
  border-left-color: rgb(81 142 195 / 0);
  border-right-color: rgb(81 142 195 / 0);
}

.active\:border-x-brand-400\/10:active {
  border-left-color: rgb(81 142 195 / 0.1);
  border-right-color: rgb(81 142 195 / 0.1);
}

.active\:border-x-brand-400\/100:active {
  border-left-color: rgb(81 142 195 / 1);
  border-right-color: rgb(81 142 195 / 1);
}

.active\:border-x-brand-400\/20:active {
  border-left-color: rgb(81 142 195 / 0.2);
  border-right-color: rgb(81 142 195 / 0.2);
}

.active\:border-x-brand-400\/25:active {
  border-left-color: rgb(81 142 195 / 0.25);
  border-right-color: rgb(81 142 195 / 0.25);
}

.active\:border-x-brand-400\/30:active {
  border-left-color: rgb(81 142 195 / 0.3);
  border-right-color: rgb(81 142 195 / 0.3);
}

.active\:border-x-brand-400\/40:active {
  border-left-color: rgb(81 142 195 / 0.4);
  border-right-color: rgb(81 142 195 / 0.4);
}

.active\:border-x-brand-400\/5:active {
  border-left-color: rgb(81 142 195 / 0.05);
  border-right-color: rgb(81 142 195 / 0.05);
}

.active\:border-x-brand-400\/50:active {
  border-left-color: rgb(81 142 195 / 0.5);
  border-right-color: rgb(81 142 195 / 0.5);
}

.active\:border-x-brand-400\/60:active {
  border-left-color: rgb(81 142 195 / 0.6);
  border-right-color: rgb(81 142 195 / 0.6);
}

.active\:border-x-brand-400\/70:active {
  border-left-color: rgb(81 142 195 / 0.7);
  border-right-color: rgb(81 142 195 / 0.7);
}

.active\:border-x-brand-400\/75:active {
  border-left-color: rgb(81 142 195 / 0.75);
  border-right-color: rgb(81 142 195 / 0.75);
}

.active\:border-x-brand-400\/80:active {
  border-left-color: rgb(81 142 195 / 0.8);
  border-right-color: rgb(81 142 195 / 0.8);
}

.active\:border-x-brand-400\/90:active {
  border-left-color: rgb(81 142 195 / 0.9);
  border-right-color: rgb(81 142 195 / 0.9);
}

.active\:border-x-brand-400\/95:active {
  border-left-color: rgb(81 142 195 / 0.95);
  border-right-color: rgb(81 142 195 / 0.95);
}

.active\:border-x-brand-50:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(243 247 251 / var(--tw-border-opacity));
  border-right-color: rgb(243 247 251 / var(--tw-border-opacity));
}

.active\:border-x-brand-50\/0:active {
  border-left-color: rgb(243 247 251 / 0);
  border-right-color: rgb(243 247 251 / 0);
}

.active\:border-x-brand-50\/10:active {
  border-left-color: rgb(243 247 251 / 0.1);
  border-right-color: rgb(243 247 251 / 0.1);
}

.active\:border-x-brand-50\/100:active {
  border-left-color: rgb(243 247 251 / 1);
  border-right-color: rgb(243 247 251 / 1);
}

.active\:border-x-brand-50\/20:active {
  border-left-color: rgb(243 247 251 / 0.2);
  border-right-color: rgb(243 247 251 / 0.2);
}

.active\:border-x-brand-50\/25:active {
  border-left-color: rgb(243 247 251 / 0.25);
  border-right-color: rgb(243 247 251 / 0.25);
}

.active\:border-x-brand-50\/30:active {
  border-left-color: rgb(243 247 251 / 0.3);
  border-right-color: rgb(243 247 251 / 0.3);
}

.active\:border-x-brand-50\/40:active {
  border-left-color: rgb(243 247 251 / 0.4);
  border-right-color: rgb(243 247 251 / 0.4);
}

.active\:border-x-brand-50\/5:active {
  border-left-color: rgb(243 247 251 / 0.05);
  border-right-color: rgb(243 247 251 / 0.05);
}

.active\:border-x-brand-50\/50:active {
  border-left-color: rgb(243 247 251 / 0.5);
  border-right-color: rgb(243 247 251 / 0.5);
}

.active\:border-x-brand-50\/60:active {
  border-left-color: rgb(243 247 251 / 0.6);
  border-right-color: rgb(243 247 251 / 0.6);
}

.active\:border-x-brand-50\/70:active {
  border-left-color: rgb(243 247 251 / 0.7);
  border-right-color: rgb(243 247 251 / 0.7);
}

.active\:border-x-brand-50\/75:active {
  border-left-color: rgb(243 247 251 / 0.75);
  border-right-color: rgb(243 247 251 / 0.75);
}

.active\:border-x-brand-50\/80:active {
  border-left-color: rgb(243 247 251 / 0.8);
  border-right-color: rgb(243 247 251 / 0.8);
}

.active\:border-x-brand-50\/90:active {
  border-left-color: rgb(243 247 251 / 0.9);
  border-right-color: rgb(243 247 251 / 0.9);
}

.active\:border-x-brand-50\/95:active {
  border-left-color: rgb(243 247 251 / 0.95);
  border-right-color: rgb(243 247 251 / 0.95);
}

.active\:border-x-brand-500:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(6 93 169 / var(--tw-border-opacity));
  border-right-color: rgb(6 93 169 / var(--tw-border-opacity));
}

.active\:border-x-brand-500\/0:active {
  border-left-color: rgb(6 93 169 / 0);
  border-right-color: rgb(6 93 169 / 0);
}

.active\:border-x-brand-500\/10:active {
  border-left-color: rgb(6 93 169 / 0.1);
  border-right-color: rgb(6 93 169 / 0.1);
}

.active\:border-x-brand-500\/100:active {
  border-left-color: rgb(6 93 169 / 1);
  border-right-color: rgb(6 93 169 / 1);
}

.active\:border-x-brand-500\/20:active {
  border-left-color: rgb(6 93 169 / 0.2);
  border-right-color: rgb(6 93 169 / 0.2);
}

.active\:border-x-brand-500\/25:active {
  border-left-color: rgb(6 93 169 / 0.25);
  border-right-color: rgb(6 93 169 / 0.25);
}

.active\:border-x-brand-500\/30:active {
  border-left-color: rgb(6 93 169 / 0.3);
  border-right-color: rgb(6 93 169 / 0.3);
}

.active\:border-x-brand-500\/40:active {
  border-left-color: rgb(6 93 169 / 0.4);
  border-right-color: rgb(6 93 169 / 0.4);
}

.active\:border-x-brand-500\/5:active {
  border-left-color: rgb(6 93 169 / 0.05);
  border-right-color: rgb(6 93 169 / 0.05);
}

.active\:border-x-brand-500\/50:active {
  border-left-color: rgb(6 93 169 / 0.5);
  border-right-color: rgb(6 93 169 / 0.5);
}

.active\:border-x-brand-500\/60:active {
  border-left-color: rgb(6 93 169 / 0.6);
  border-right-color: rgb(6 93 169 / 0.6);
}

.active\:border-x-brand-500\/70:active {
  border-left-color: rgb(6 93 169 / 0.7);
  border-right-color: rgb(6 93 169 / 0.7);
}

.active\:border-x-brand-500\/75:active {
  border-left-color: rgb(6 93 169 / 0.75);
  border-right-color: rgb(6 93 169 / 0.75);
}

.active\:border-x-brand-500\/80:active {
  border-left-color: rgb(6 93 169 / 0.8);
  border-right-color: rgb(6 93 169 / 0.8);
}

.active\:border-x-brand-500\/90:active {
  border-left-color: rgb(6 93 169 / 0.9);
  border-right-color: rgb(6 93 169 / 0.9);
}

.active\:border-x-brand-500\/95:active {
  border-left-color: rgb(6 93 169 / 0.95);
  border-right-color: rgb(6 93 169 / 0.95);
}

.active\:border-x-brand-600:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(5 84 152 / var(--tw-border-opacity));
  border-right-color: rgb(5 84 152 / var(--tw-border-opacity));
}

.active\:border-x-brand-600\/0:active {
  border-left-color: rgb(5 84 152 / 0);
  border-right-color: rgb(5 84 152 / 0);
}

.active\:border-x-brand-600\/10:active {
  border-left-color: rgb(5 84 152 / 0.1);
  border-right-color: rgb(5 84 152 / 0.1);
}

.active\:border-x-brand-600\/100:active {
  border-left-color: rgb(5 84 152 / 1);
  border-right-color: rgb(5 84 152 / 1);
}

.active\:border-x-brand-600\/20:active {
  border-left-color: rgb(5 84 152 / 0.2);
  border-right-color: rgb(5 84 152 / 0.2);
}

.active\:border-x-brand-600\/25:active {
  border-left-color: rgb(5 84 152 / 0.25);
  border-right-color: rgb(5 84 152 / 0.25);
}

.active\:border-x-brand-600\/30:active {
  border-left-color: rgb(5 84 152 / 0.3);
  border-right-color: rgb(5 84 152 / 0.3);
}

.active\:border-x-brand-600\/40:active {
  border-left-color: rgb(5 84 152 / 0.4);
  border-right-color: rgb(5 84 152 / 0.4);
}

.active\:border-x-brand-600\/5:active {
  border-left-color: rgb(5 84 152 / 0.05);
  border-right-color: rgb(5 84 152 / 0.05);
}

.active\:border-x-brand-600\/50:active {
  border-left-color: rgb(5 84 152 / 0.5);
  border-right-color: rgb(5 84 152 / 0.5);
}

.active\:border-x-brand-600\/60:active {
  border-left-color: rgb(5 84 152 / 0.6);
  border-right-color: rgb(5 84 152 / 0.6);
}

.active\:border-x-brand-600\/70:active {
  border-left-color: rgb(5 84 152 / 0.7);
  border-right-color: rgb(5 84 152 / 0.7);
}

.active\:border-x-brand-600\/75:active {
  border-left-color: rgb(5 84 152 / 0.75);
  border-right-color: rgb(5 84 152 / 0.75);
}

.active\:border-x-brand-600\/80:active {
  border-left-color: rgb(5 84 152 / 0.8);
  border-right-color: rgb(5 84 152 / 0.8);
}

.active\:border-x-brand-600\/90:active {
  border-left-color: rgb(5 84 152 / 0.9);
  border-right-color: rgb(5 84 152 / 0.9);
}

.active\:border-x-brand-600\/95:active {
  border-left-color: rgb(5 84 152 / 0.95);
  border-right-color: rgb(5 84 152 / 0.95);
}

.active\:border-x-brand-700:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(4 56 101 / var(--tw-border-opacity));
  border-right-color: rgb(4 56 101 / var(--tw-border-opacity));
}

.active\:border-x-brand-700\/0:active {
  border-left-color: rgb(4 56 101 / 0);
  border-right-color: rgb(4 56 101 / 0);
}

.active\:border-x-brand-700\/10:active {
  border-left-color: rgb(4 56 101 / 0.1);
  border-right-color: rgb(4 56 101 / 0.1);
}

.active\:border-x-brand-700\/100:active {
  border-left-color: rgb(4 56 101 / 1);
  border-right-color: rgb(4 56 101 / 1);
}

.active\:border-x-brand-700\/20:active {
  border-left-color: rgb(4 56 101 / 0.2);
  border-right-color: rgb(4 56 101 / 0.2);
}

.active\:border-x-brand-700\/25:active {
  border-left-color: rgb(4 56 101 / 0.25);
  border-right-color: rgb(4 56 101 / 0.25);
}

.active\:border-x-brand-700\/30:active {
  border-left-color: rgb(4 56 101 / 0.3);
  border-right-color: rgb(4 56 101 / 0.3);
}

.active\:border-x-brand-700\/40:active {
  border-left-color: rgb(4 56 101 / 0.4);
  border-right-color: rgb(4 56 101 / 0.4);
}

.active\:border-x-brand-700\/5:active {
  border-left-color: rgb(4 56 101 / 0.05);
  border-right-color: rgb(4 56 101 / 0.05);
}

.active\:border-x-brand-700\/50:active {
  border-left-color: rgb(4 56 101 / 0.5);
  border-right-color: rgb(4 56 101 / 0.5);
}

.active\:border-x-brand-700\/60:active {
  border-left-color: rgb(4 56 101 / 0.6);
  border-right-color: rgb(4 56 101 / 0.6);
}

.active\:border-x-brand-700\/70:active {
  border-left-color: rgb(4 56 101 / 0.7);
  border-right-color: rgb(4 56 101 / 0.7);
}

.active\:border-x-brand-700\/75:active {
  border-left-color: rgb(4 56 101 / 0.75);
  border-right-color: rgb(4 56 101 / 0.75);
}

.active\:border-x-brand-700\/80:active {
  border-left-color: rgb(4 56 101 / 0.8);
  border-right-color: rgb(4 56 101 / 0.8);
}

.active\:border-x-brand-700\/90:active {
  border-left-color: rgb(4 56 101 / 0.9);
  border-right-color: rgb(4 56 101 / 0.9);
}

.active\:border-x-brand-700\/95:active {
  border-left-color: rgb(4 56 101 / 0.95);
  border-right-color: rgb(4 56 101 / 0.95);
}

.active\:border-x-brand-800:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(3 42 76 / var(--tw-border-opacity));
  border-right-color: rgb(3 42 76 / var(--tw-border-opacity));
}

.active\:border-x-brand-800\/0:active {
  border-left-color: rgb(3 42 76 / 0);
  border-right-color: rgb(3 42 76 / 0);
}

.active\:border-x-brand-800\/10:active {
  border-left-color: rgb(3 42 76 / 0.1);
  border-right-color: rgb(3 42 76 / 0.1);
}

.active\:border-x-brand-800\/100:active {
  border-left-color: rgb(3 42 76 / 1);
  border-right-color: rgb(3 42 76 / 1);
}

.active\:border-x-brand-800\/20:active {
  border-left-color: rgb(3 42 76 / 0.2);
  border-right-color: rgb(3 42 76 / 0.2);
}

.active\:border-x-brand-800\/25:active {
  border-left-color: rgb(3 42 76 / 0.25);
  border-right-color: rgb(3 42 76 / 0.25);
}

.active\:border-x-brand-800\/30:active {
  border-left-color: rgb(3 42 76 / 0.3);
  border-right-color: rgb(3 42 76 / 0.3);
}

.active\:border-x-brand-800\/40:active {
  border-left-color: rgb(3 42 76 / 0.4);
  border-right-color: rgb(3 42 76 / 0.4);
}

.active\:border-x-brand-800\/5:active {
  border-left-color: rgb(3 42 76 / 0.05);
  border-right-color: rgb(3 42 76 / 0.05);
}

.active\:border-x-brand-800\/50:active {
  border-left-color: rgb(3 42 76 / 0.5);
  border-right-color: rgb(3 42 76 / 0.5);
}

.active\:border-x-brand-800\/60:active {
  border-left-color: rgb(3 42 76 / 0.6);
  border-right-color: rgb(3 42 76 / 0.6);
}

.active\:border-x-brand-800\/70:active {
  border-left-color: rgb(3 42 76 / 0.7);
  border-right-color: rgb(3 42 76 / 0.7);
}

.active\:border-x-brand-800\/75:active {
  border-left-color: rgb(3 42 76 / 0.75);
  border-right-color: rgb(3 42 76 / 0.75);
}

.active\:border-x-brand-800\/80:active {
  border-left-color: rgb(3 42 76 / 0.8);
  border-right-color: rgb(3 42 76 / 0.8);
}

.active\:border-x-brand-800\/90:active {
  border-left-color: rgb(3 42 76 / 0.9);
  border-right-color: rgb(3 42 76 / 0.9);
}

.active\:border-x-brand-800\/95:active {
  border-left-color: rgb(3 42 76 / 0.95);
  border-right-color: rgb(3 42 76 / 0.95);
}

.active\:border-x-brand-900:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(2 28 51 / var(--tw-border-opacity));
  border-right-color: rgb(2 28 51 / var(--tw-border-opacity));
}

.active\:border-x-brand-900\/0:active {
  border-left-color: rgb(2 28 51 / 0);
  border-right-color: rgb(2 28 51 / 0);
}

.active\:border-x-brand-900\/10:active {
  border-left-color: rgb(2 28 51 / 0.1);
  border-right-color: rgb(2 28 51 / 0.1);
}

.active\:border-x-brand-900\/100:active {
  border-left-color: rgb(2 28 51 / 1);
  border-right-color: rgb(2 28 51 / 1);
}

.active\:border-x-brand-900\/20:active {
  border-left-color: rgb(2 28 51 / 0.2);
  border-right-color: rgb(2 28 51 / 0.2);
}

.active\:border-x-brand-900\/25:active {
  border-left-color: rgb(2 28 51 / 0.25);
  border-right-color: rgb(2 28 51 / 0.25);
}

.active\:border-x-brand-900\/30:active {
  border-left-color: rgb(2 28 51 / 0.3);
  border-right-color: rgb(2 28 51 / 0.3);
}

.active\:border-x-brand-900\/40:active {
  border-left-color: rgb(2 28 51 / 0.4);
  border-right-color: rgb(2 28 51 / 0.4);
}

.active\:border-x-brand-900\/5:active {
  border-left-color: rgb(2 28 51 / 0.05);
  border-right-color: rgb(2 28 51 / 0.05);
}

.active\:border-x-brand-900\/50:active {
  border-left-color: rgb(2 28 51 / 0.5);
  border-right-color: rgb(2 28 51 / 0.5);
}

.active\:border-x-brand-900\/60:active {
  border-left-color: rgb(2 28 51 / 0.6);
  border-right-color: rgb(2 28 51 / 0.6);
}

.active\:border-x-brand-900\/70:active {
  border-left-color: rgb(2 28 51 / 0.7);
  border-right-color: rgb(2 28 51 / 0.7);
}

.active\:border-x-brand-900\/75:active {
  border-left-color: rgb(2 28 51 / 0.75);
  border-right-color: rgb(2 28 51 / 0.75);
}

.active\:border-x-brand-900\/80:active {
  border-left-color: rgb(2 28 51 / 0.8);
  border-right-color: rgb(2 28 51 / 0.8);
}

.active\:border-x-brand-900\/90:active {
  border-left-color: rgb(2 28 51 / 0.9);
  border-right-color: rgb(2 28 51 / 0.9);
}

.active\:border-x-brand-900\/95:active {
  border-left-color: rgb(2 28 51 / 0.95);
  border-right-color: rgb(2 28 51 / 0.95);
}

.active\:border-x-current:active {
  border-left-color: currentColor;
  border-right-color: currentColor;
}

.active\:border-x-cyan-100:active {
  --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));
}

.active\:border-x-cyan-100\/0:active {
  border-left-color: rgb(207 250 254 / 0);
  border-right-color: rgb(207 250 254 / 0);
}

.active\:border-x-cyan-100\/10:active {
  border-left-color: rgb(207 250 254 / 0.1);
  border-right-color: rgb(207 250 254 / 0.1);
}

.active\:border-x-cyan-100\/100:active {
  border-left-color: rgb(207 250 254 / 1);
  border-right-color: rgb(207 250 254 / 1);
}

.active\:border-x-cyan-100\/20:active {
  border-left-color: rgb(207 250 254 / 0.2);
  border-right-color: rgb(207 250 254 / 0.2);
}

.active\:border-x-cyan-100\/25:active {
  border-left-color: rgb(207 250 254 / 0.25);
  border-right-color: rgb(207 250 254 / 0.25);
}

.active\:border-x-cyan-100\/30:active {
  border-left-color: rgb(207 250 254 / 0.3);
  border-right-color: rgb(207 250 254 / 0.3);
}

.active\:border-x-cyan-100\/40:active {
  border-left-color: rgb(207 250 254 / 0.4);
  border-right-color: rgb(207 250 254 / 0.4);
}

.active\:border-x-cyan-100\/5:active {
  border-left-color: rgb(207 250 254 / 0.05);
  border-right-color: rgb(207 250 254 / 0.05);
}

.active\:border-x-cyan-100\/50:active {
  border-left-color: rgb(207 250 254 / 0.5);
  border-right-color: rgb(207 250 254 / 0.5);
}

.active\:border-x-cyan-100\/60:active {
  border-left-color: rgb(207 250 254 / 0.6);
  border-right-color: rgb(207 250 254 / 0.6);
}

.active\:border-x-cyan-100\/70:active {
  border-left-color: rgb(207 250 254 / 0.7);
  border-right-color: rgb(207 250 254 / 0.7);
}

.active\:border-x-cyan-100\/75:active {
  border-left-color: rgb(207 250 254 / 0.75);
  border-right-color: rgb(207 250 254 / 0.75);
}

.active\:border-x-cyan-100\/80:active {
  border-left-color: rgb(207 250 254 / 0.8);
  border-right-color: rgb(207 250 254 / 0.8);
}

.active\:border-x-cyan-100\/90:active {
  border-left-color: rgb(207 250 254 / 0.9);
  border-right-color: rgb(207 250 254 / 0.9);
}

.active\:border-x-cyan-100\/95:active {
  border-left-color: rgb(207 250 254 / 0.95);
  border-right-color: rgb(207 250 254 / 0.95);
}

.active\:border-x-cyan-200:active {
  --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));
}

.active\:border-x-cyan-200\/0:active {
  border-left-color: rgb(165 243 252 / 0);
  border-right-color: rgb(165 243 252 / 0);
}

.active\:border-x-cyan-200\/10:active {
  border-left-color: rgb(165 243 252 / 0.1);
  border-right-color: rgb(165 243 252 / 0.1);
}

.active\:border-x-cyan-200\/100:active {
  border-left-color: rgb(165 243 252 / 1);
  border-right-color: rgb(165 243 252 / 1);
}

.active\:border-x-cyan-200\/20:active {
  border-left-color: rgb(165 243 252 / 0.2);
  border-right-color: rgb(165 243 252 / 0.2);
}

.active\:border-x-cyan-200\/25:active {
  border-left-color: rgb(165 243 252 / 0.25);
  border-right-color: rgb(165 243 252 / 0.25);
}

.active\:border-x-cyan-200\/30:active {
  border-left-color: rgb(165 243 252 / 0.3);
  border-right-color: rgb(165 243 252 / 0.3);
}

.active\:border-x-cyan-200\/40:active {
  border-left-color: rgb(165 243 252 / 0.4);
  border-right-color: rgb(165 243 252 / 0.4);
}

.active\:border-x-cyan-200\/5:active {
  border-left-color: rgb(165 243 252 / 0.05);
  border-right-color: rgb(165 243 252 / 0.05);
}

.active\:border-x-cyan-200\/50:active {
  border-left-color: rgb(165 243 252 / 0.5);
  border-right-color: rgb(165 243 252 / 0.5);
}

.active\:border-x-cyan-200\/60:active {
  border-left-color: rgb(165 243 252 / 0.6);
  border-right-color: rgb(165 243 252 / 0.6);
}

.active\:border-x-cyan-200\/70:active {
  border-left-color: rgb(165 243 252 / 0.7);
  border-right-color: rgb(165 243 252 / 0.7);
}

.active\:border-x-cyan-200\/75:active {
  border-left-color: rgb(165 243 252 / 0.75);
  border-right-color: rgb(165 243 252 / 0.75);
}

.active\:border-x-cyan-200\/80:active {
  border-left-color: rgb(165 243 252 / 0.8);
  border-right-color: rgb(165 243 252 / 0.8);
}

.active\:border-x-cyan-200\/90:active {
  border-left-color: rgb(165 243 252 / 0.9);
  border-right-color: rgb(165 243 252 / 0.9);
}

.active\:border-x-cyan-200\/95:active {
  border-left-color: rgb(165 243 252 / 0.95);
  border-right-color: rgb(165 243 252 / 0.95);
}

.active\:border-x-cyan-300:active {
  --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));
}

.active\:border-x-cyan-300\/0:active {
  border-left-color: rgb(103 232 249 / 0);
  border-right-color: rgb(103 232 249 / 0);
}

.active\:border-x-cyan-300\/10:active {
  border-left-color: rgb(103 232 249 / 0.1);
  border-right-color: rgb(103 232 249 / 0.1);
}

.active\:border-x-cyan-300\/100:active {
  border-left-color: rgb(103 232 249 / 1);
  border-right-color: rgb(103 232 249 / 1);
}

.active\:border-x-cyan-300\/20:active {
  border-left-color: rgb(103 232 249 / 0.2);
  border-right-color: rgb(103 232 249 / 0.2);
}

.active\:border-x-cyan-300\/25:active {
  border-left-color: rgb(103 232 249 / 0.25);
  border-right-color: rgb(103 232 249 / 0.25);
}

.active\:border-x-cyan-300\/30:active {
  border-left-color: rgb(103 232 249 / 0.3);
  border-right-color: rgb(103 232 249 / 0.3);
}

.active\:border-x-cyan-300\/40:active {
  border-left-color: rgb(103 232 249 / 0.4);
  border-right-color: rgb(103 232 249 / 0.4);
}

.active\:border-x-cyan-300\/5:active {
  border-left-color: rgb(103 232 249 / 0.05);
  border-right-color: rgb(103 232 249 / 0.05);
}

.active\:border-x-cyan-300\/50:active {
  border-left-color: rgb(103 232 249 / 0.5);
  border-right-color: rgb(103 232 249 / 0.5);
}

.active\:border-x-cyan-300\/60:active {
  border-left-color: rgb(103 232 249 / 0.6);
  border-right-color: rgb(103 232 249 / 0.6);
}

.active\:border-x-cyan-300\/70:active {
  border-left-color: rgb(103 232 249 / 0.7);
  border-right-color: rgb(103 232 249 / 0.7);
}

.active\:border-x-cyan-300\/75:active {
  border-left-color: rgb(103 232 249 / 0.75);
  border-right-color: rgb(103 232 249 / 0.75);
}

.active\:border-x-cyan-300\/80:active {
  border-left-color: rgb(103 232 249 / 0.8);
  border-right-color: rgb(103 232 249 / 0.8);
}

.active\:border-x-cyan-300\/90:active {
  border-left-color: rgb(103 232 249 / 0.9);
  border-right-color: rgb(103 232 249 / 0.9);
}

.active\:border-x-cyan-300\/95:active {
  border-left-color: rgb(103 232 249 / 0.95);
  border-right-color: rgb(103 232 249 / 0.95);
}

.active\:border-x-cyan-400:active {
  --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));
}

.active\:border-x-cyan-400\/0:active {
  border-left-color: rgb(34 211 238 / 0);
  border-right-color: rgb(34 211 238 / 0);
}

.active\:border-x-cyan-400\/10:active {
  border-left-color: rgb(34 211 238 / 0.1);
  border-right-color: rgb(34 211 238 / 0.1);
}

.active\:border-x-cyan-400\/100:active {
  border-left-color: rgb(34 211 238 / 1);
  border-right-color: rgb(34 211 238 / 1);
}

.active\:border-x-cyan-400\/20:active {
  border-left-color: rgb(34 211 238 / 0.2);
  border-right-color: rgb(34 211 238 / 0.2);
}

.active\:border-x-cyan-400\/25:active {
  border-left-color: rgb(34 211 238 / 0.25);
  border-right-color: rgb(34 211 238 / 0.25);
}

.active\:border-x-cyan-400\/30:active {
  border-left-color: rgb(34 211 238 / 0.3);
  border-right-color: rgb(34 211 238 / 0.3);
}

.active\:border-x-cyan-400\/40:active {
  border-left-color: rgb(34 211 238 / 0.4);
  border-right-color: rgb(34 211 238 / 0.4);
}

.active\:border-x-cyan-400\/5:active {
  border-left-color: rgb(34 211 238 / 0.05);
  border-right-color: rgb(34 211 238 / 0.05);
}

.active\:border-x-cyan-400\/50:active {
  border-left-color: rgb(34 211 238 / 0.5);
  border-right-color: rgb(34 211 238 / 0.5);
}

.active\:border-x-cyan-400\/60:active {
  border-left-color: rgb(34 211 238 / 0.6);
  border-right-color: rgb(34 211 238 / 0.6);
}

.active\:border-x-cyan-400\/70:active {
  border-left-color: rgb(34 211 238 / 0.7);
  border-right-color: rgb(34 211 238 / 0.7);
}

.active\:border-x-cyan-400\/75:active {
  border-left-color: rgb(34 211 238 / 0.75);
  border-right-color: rgb(34 211 238 / 0.75);
}

.active\:border-x-cyan-400\/80:active {
  border-left-color: rgb(34 211 238 / 0.8);
  border-right-color: rgb(34 211 238 / 0.8);
}

.active\:border-x-cyan-400\/90:active {
  border-left-color: rgb(34 211 238 / 0.9);
  border-right-color: rgb(34 211 238 / 0.9);
}

.active\:border-x-cyan-400\/95:active {
  border-left-color: rgb(34 211 238 / 0.95);
  border-right-color: rgb(34 211 238 / 0.95);
}

.active\:border-x-cyan-50:active {
  --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));
}

.active\:border-x-cyan-50\/0:active {
  border-left-color: rgb(236 254 255 / 0);
  border-right-color: rgb(236 254 255 / 0);
}

.active\:border-x-cyan-50\/10:active {
  border-left-color: rgb(236 254 255 / 0.1);
  border-right-color: rgb(236 254 255 / 0.1);
}

.active\:border-x-cyan-50\/100:active {
  border-left-color: rgb(236 254 255 / 1);
  border-right-color: rgb(236 254 255 / 1);
}

.active\:border-x-cyan-50\/20:active {
  border-left-color: rgb(236 254 255 / 0.2);
  border-right-color: rgb(236 254 255 / 0.2);
}

.active\:border-x-cyan-50\/25:active {
  border-left-color: rgb(236 254 255 / 0.25);
  border-right-color: rgb(236 254 255 / 0.25);
}

.active\:border-x-cyan-50\/30:active {
  border-left-color: rgb(236 254 255 / 0.3);
  border-right-color: rgb(236 254 255 / 0.3);
}

.active\:border-x-cyan-50\/40:active {
  border-left-color: rgb(236 254 255 / 0.4);
  border-right-color: rgb(236 254 255 / 0.4);
}

.active\:border-x-cyan-50\/5:active {
  border-left-color: rgb(236 254 255 / 0.05);
  border-right-color: rgb(236 254 255 / 0.05);
}

.active\:border-x-cyan-50\/50:active {
  border-left-color: rgb(236 254 255 / 0.5);
  border-right-color: rgb(236 254 255 / 0.5);
}

.active\:border-x-cyan-50\/60:active {
  border-left-color: rgb(236 254 255 / 0.6);
  border-right-color: rgb(236 254 255 / 0.6);
}

.active\:border-x-cyan-50\/70:active {
  border-left-color: rgb(236 254 255 / 0.7);
  border-right-color: rgb(236 254 255 / 0.7);
}

.active\:border-x-cyan-50\/75:active {
  border-left-color: rgb(236 254 255 / 0.75);
  border-right-color: rgb(236 254 255 / 0.75);
}

.active\:border-x-cyan-50\/80:active {
  border-left-color: rgb(236 254 255 / 0.8);
  border-right-color: rgb(236 254 255 / 0.8);
}

.active\:border-x-cyan-50\/90:active {
  border-left-color: rgb(236 254 255 / 0.9);
  border-right-color: rgb(236 254 255 / 0.9);
}

.active\:border-x-cyan-50\/95:active {
  border-left-color: rgb(236 254 255 / 0.95);
  border-right-color: rgb(236 254 255 / 0.95);
}

.active\:border-x-cyan-500:active {
  --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));
}

.active\:border-x-cyan-500\/0:active {
  border-left-color: rgb(6 182 212 / 0);
  border-right-color: rgb(6 182 212 / 0);
}

.active\:border-x-cyan-500\/10:active {
  border-left-color: rgb(6 182 212 / 0.1);
  border-right-color: rgb(6 182 212 / 0.1);
}

.active\:border-x-cyan-500\/100:active {
  border-left-color: rgb(6 182 212 / 1);
  border-right-color: rgb(6 182 212 / 1);
}

.active\:border-x-cyan-500\/20:active {
  border-left-color: rgb(6 182 212 / 0.2);
  border-right-color: rgb(6 182 212 / 0.2);
}

.active\:border-x-cyan-500\/25:active {
  border-left-color: rgb(6 182 212 / 0.25);
  border-right-color: rgb(6 182 212 / 0.25);
}

.active\:border-x-cyan-500\/30:active {
  border-left-color: rgb(6 182 212 / 0.3);
  border-right-color: rgb(6 182 212 / 0.3);
}

.active\:border-x-cyan-500\/40:active {
  border-left-color: rgb(6 182 212 / 0.4);
  border-right-color: rgb(6 182 212 / 0.4);
}

.active\:border-x-cyan-500\/5:active {
  border-left-color: rgb(6 182 212 / 0.05);
  border-right-color: rgb(6 182 212 / 0.05);
}

.active\:border-x-cyan-500\/50:active {
  border-left-color: rgb(6 182 212 / 0.5);
  border-right-color: rgb(6 182 212 / 0.5);
}

.active\:border-x-cyan-500\/60:active {
  border-left-color: rgb(6 182 212 / 0.6);
  border-right-color: rgb(6 182 212 / 0.6);
}

.active\:border-x-cyan-500\/70:active {
  border-left-color: rgb(6 182 212 / 0.7);
  border-right-color: rgb(6 182 212 / 0.7);
}

.active\:border-x-cyan-500\/75:active {
  border-left-color: rgb(6 182 212 / 0.75);
  border-right-color: rgb(6 182 212 / 0.75);
}

.active\:border-x-cyan-500\/80:active {
  border-left-color: rgb(6 182 212 / 0.8);
  border-right-color: rgb(6 182 212 / 0.8);
}

.active\:border-x-cyan-500\/90:active {
  border-left-color: rgb(6 182 212 / 0.9);
  border-right-color: rgb(6 182 212 / 0.9);
}

.active\:border-x-cyan-500\/95:active {
  border-left-color: rgb(6 182 212 / 0.95);
  border-right-color: rgb(6 182 212 / 0.95);
}

.active\:border-x-cyan-600:active {
  --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));
}

.active\:border-x-cyan-600\/0:active {
  border-left-color: rgb(8 145 178 / 0);
  border-right-color: rgb(8 145 178 / 0);
}

.active\:border-x-cyan-600\/10:active {
  border-left-color: rgb(8 145 178 / 0.1);
  border-right-color: rgb(8 145 178 / 0.1);
}

.active\:border-x-cyan-600\/100:active {
  border-left-color: rgb(8 145 178 / 1);
  border-right-color: rgb(8 145 178 / 1);
}

.active\:border-x-cyan-600\/20:active {
  border-left-color: rgb(8 145 178 / 0.2);
  border-right-color: rgb(8 145 178 / 0.2);
}

.active\:border-x-cyan-600\/25:active {
  border-left-color: rgb(8 145 178 / 0.25);
  border-right-color: rgb(8 145 178 / 0.25);
}

.active\:border-x-cyan-600\/30:active {
  border-left-color: rgb(8 145 178 / 0.3);
  border-right-color: rgb(8 145 178 / 0.3);
}

.active\:border-x-cyan-600\/40:active {
  border-left-color: rgb(8 145 178 / 0.4);
  border-right-color: rgb(8 145 178 / 0.4);
}

.active\:border-x-cyan-600\/5:active {
  border-left-color: rgb(8 145 178 / 0.05);
  border-right-color: rgb(8 145 178 / 0.05);
}

.active\:border-x-cyan-600\/50:active {
  border-left-color: rgb(8 145 178 / 0.5);
  border-right-color: rgb(8 145 178 / 0.5);
}

.active\:border-x-cyan-600\/60:active {
  border-left-color: rgb(8 145 178 / 0.6);
  border-right-color: rgb(8 145 178 / 0.6);
}

.active\:border-x-cyan-600\/70:active {
  border-left-color: rgb(8 145 178 / 0.7);
  border-right-color: rgb(8 145 178 / 0.7);
}

.active\:border-x-cyan-600\/75:active {
  border-left-color: rgb(8 145 178 / 0.75);
  border-right-color: rgb(8 145 178 / 0.75);
}

.active\:border-x-cyan-600\/80:active {
  border-left-color: rgb(8 145 178 / 0.8);
  border-right-color: rgb(8 145 178 / 0.8);
}

.active\:border-x-cyan-600\/90:active {
  border-left-color: rgb(8 145 178 / 0.9);
  border-right-color: rgb(8 145 178 / 0.9);
}

.active\:border-x-cyan-600\/95:active {
  border-left-color: rgb(8 145 178 / 0.95);
  border-right-color: rgb(8 145 178 / 0.95);
}

.active\:border-x-cyan-700:active {
  --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));
}

.active\:border-x-cyan-700\/0:active {
  border-left-color: rgb(14 116 144 / 0);
  border-right-color: rgb(14 116 144 / 0);
}

.active\:border-x-cyan-700\/10:active {
  border-left-color: rgb(14 116 144 / 0.1);
  border-right-color: rgb(14 116 144 / 0.1);
}

.active\:border-x-cyan-700\/100:active {
  border-left-color: rgb(14 116 144 / 1);
  border-right-color: rgb(14 116 144 / 1);
}

.active\:border-x-cyan-700\/20:active {
  border-left-color: rgb(14 116 144 / 0.2);
  border-right-color: rgb(14 116 144 / 0.2);
}

.active\:border-x-cyan-700\/25:active {
  border-left-color: rgb(14 116 144 / 0.25);
  border-right-color: rgb(14 116 144 / 0.25);
}

.active\:border-x-cyan-700\/30:active {
  border-left-color: rgb(14 116 144 / 0.3);
  border-right-color: rgb(14 116 144 / 0.3);
}

.active\:border-x-cyan-700\/40:active {
  border-left-color: rgb(14 116 144 / 0.4);
  border-right-color: rgb(14 116 144 / 0.4);
}

.active\:border-x-cyan-700\/5:active {
  border-left-color: rgb(14 116 144 / 0.05);
  border-right-color: rgb(14 116 144 / 0.05);
}

.active\:border-x-cyan-700\/50:active {
  border-left-color: rgb(14 116 144 / 0.5);
  border-right-color: rgb(14 116 144 / 0.5);
}

.active\:border-x-cyan-700\/60:active {
  border-left-color: rgb(14 116 144 / 0.6);
  border-right-color: rgb(14 116 144 / 0.6);
}

.active\:border-x-cyan-700\/70:active {
  border-left-color: rgb(14 116 144 / 0.7);
  border-right-color: rgb(14 116 144 / 0.7);
}

.active\:border-x-cyan-700\/75:active {
  border-left-color: rgb(14 116 144 / 0.75);
  border-right-color: rgb(14 116 144 / 0.75);
}

.active\:border-x-cyan-700\/80:active {
  border-left-color: rgb(14 116 144 / 0.8);
  border-right-color: rgb(14 116 144 / 0.8);
}

.active\:border-x-cyan-700\/90:active {
  border-left-color: rgb(14 116 144 / 0.9);
  border-right-color: rgb(14 116 144 / 0.9);
}

.active\:border-x-cyan-700\/95:active {
  border-left-color: rgb(14 116 144 / 0.95);
  border-right-color: rgb(14 116 144 / 0.95);
}

.active\:border-x-cyan-800:active {
  --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));
}

.active\:border-x-cyan-800\/0:active {
  border-left-color: rgb(21 94 117 / 0);
  border-right-color: rgb(21 94 117 / 0);
}

.active\:border-x-cyan-800\/10:active {
  border-left-color: rgb(21 94 117 / 0.1);
  border-right-color: rgb(21 94 117 / 0.1);
}

.active\:border-x-cyan-800\/100:active {
  border-left-color: rgb(21 94 117 / 1);
  border-right-color: rgb(21 94 117 / 1);
}

.active\:border-x-cyan-800\/20:active {
  border-left-color: rgb(21 94 117 / 0.2);
  border-right-color: rgb(21 94 117 / 0.2);
}

.active\:border-x-cyan-800\/25:active {
  border-left-color: rgb(21 94 117 / 0.25);
  border-right-color: rgb(21 94 117 / 0.25);
}

.active\:border-x-cyan-800\/30:active {
  border-left-color: rgb(21 94 117 / 0.3);
  border-right-color: rgb(21 94 117 / 0.3);
}

.active\:border-x-cyan-800\/40:active {
  border-left-color: rgb(21 94 117 / 0.4);
  border-right-color: rgb(21 94 117 / 0.4);
}

.active\:border-x-cyan-800\/5:active {
  border-left-color: rgb(21 94 117 / 0.05);
  border-right-color: rgb(21 94 117 / 0.05);
}

.active\:border-x-cyan-800\/50:active {
  border-left-color: rgb(21 94 117 / 0.5);
  border-right-color: rgb(21 94 117 / 0.5);
}

.active\:border-x-cyan-800\/60:active {
  border-left-color: rgb(21 94 117 / 0.6);
  border-right-color: rgb(21 94 117 / 0.6);
}

.active\:border-x-cyan-800\/70:active {
  border-left-color: rgb(21 94 117 / 0.7);
  border-right-color: rgb(21 94 117 / 0.7);
}

.active\:border-x-cyan-800\/75:active {
  border-left-color: rgb(21 94 117 / 0.75);
  border-right-color: rgb(21 94 117 / 0.75);
}

.active\:border-x-cyan-800\/80:active {
  border-left-color: rgb(21 94 117 / 0.8);
  border-right-color: rgb(21 94 117 / 0.8);
}

.active\:border-x-cyan-800\/90:active {
  border-left-color: rgb(21 94 117 / 0.9);
  border-right-color: rgb(21 94 117 / 0.9);
}

.active\:border-x-cyan-800\/95:active {
  border-left-color: rgb(21 94 117 / 0.95);
  border-right-color: rgb(21 94 117 / 0.95);
}

.active\:border-x-cyan-900:active {
  --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));
}

.active\:border-x-cyan-900\/0:active {
  border-left-color: rgb(22 78 99 / 0);
  border-right-color: rgb(22 78 99 / 0);
}

.active\:border-x-cyan-900\/10:active {
  border-left-color: rgb(22 78 99 / 0.1);
  border-right-color: rgb(22 78 99 / 0.1);
}

.active\:border-x-cyan-900\/100:active {
  border-left-color: rgb(22 78 99 / 1);
  border-right-color: rgb(22 78 99 / 1);
}

.active\:border-x-cyan-900\/20:active {
  border-left-color: rgb(22 78 99 / 0.2);
  border-right-color: rgb(22 78 99 / 0.2);
}

.active\:border-x-cyan-900\/25:active {
  border-left-color: rgb(22 78 99 / 0.25);
  border-right-color: rgb(22 78 99 / 0.25);
}

.active\:border-x-cyan-900\/30:active {
  border-left-color: rgb(22 78 99 / 0.3);
  border-right-color: rgb(22 78 99 / 0.3);
}

.active\:border-x-cyan-900\/40:active {
  border-left-color: rgb(22 78 99 / 0.4);
  border-right-color: rgb(22 78 99 / 0.4);
}

.active\:border-x-cyan-900\/5:active {
  border-left-color: rgb(22 78 99 / 0.05);
  border-right-color: rgb(22 78 99 / 0.05);
}

.active\:border-x-cyan-900\/50:active {
  border-left-color: rgb(22 78 99 / 0.5);
  border-right-color: rgb(22 78 99 / 0.5);
}

.active\:border-x-cyan-900\/60:active {
  border-left-color: rgb(22 78 99 / 0.6);
  border-right-color: rgb(22 78 99 / 0.6);
}

.active\:border-x-cyan-900\/70:active {
  border-left-color: rgb(22 78 99 / 0.7);
  border-right-color: rgb(22 78 99 / 0.7);
}

.active\:border-x-cyan-900\/75:active {
  border-left-color: rgb(22 78 99 / 0.75);
  border-right-color: rgb(22 78 99 / 0.75);
}

.active\:border-x-cyan-900\/80:active {
  border-left-color: rgb(22 78 99 / 0.8);
  border-right-color: rgb(22 78 99 / 0.8);
}

.active\:border-x-cyan-900\/90:active {
  border-left-color: rgb(22 78 99 / 0.9);
  border-right-color: rgb(22 78 99 / 0.9);
}

.active\:border-x-cyan-900\/95:active {
  border-left-color: rgb(22 78 99 / 0.95);
  border-right-color: rgb(22 78 99 / 0.95);
}

.active\:border-x-cyan-950:active {
  --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));
}

.active\:border-x-cyan-950\/0:active {
  border-left-color: rgb(8 51 68 / 0);
  border-right-color: rgb(8 51 68 / 0);
}

.active\:border-x-cyan-950\/10:active {
  border-left-color: rgb(8 51 68 / 0.1);
  border-right-color: rgb(8 51 68 / 0.1);
}

.active\:border-x-cyan-950\/100:active {
  border-left-color: rgb(8 51 68 / 1);
  border-right-color: rgb(8 51 68 / 1);
}

.active\:border-x-cyan-950\/20:active {
  border-left-color: rgb(8 51 68 / 0.2);
  border-right-color: rgb(8 51 68 / 0.2);
}

.active\:border-x-cyan-950\/25:active {
  border-left-color: rgb(8 51 68 / 0.25);
  border-right-color: rgb(8 51 68 / 0.25);
}

.active\:border-x-cyan-950\/30:active {
  border-left-color: rgb(8 51 68 / 0.3);
  border-right-color: rgb(8 51 68 / 0.3);
}

.active\:border-x-cyan-950\/40:active {
  border-left-color: rgb(8 51 68 / 0.4);
  border-right-color: rgb(8 51 68 / 0.4);
}

.active\:border-x-cyan-950\/5:active {
  border-left-color: rgb(8 51 68 / 0.05);
  border-right-color: rgb(8 51 68 / 0.05);
}

.active\:border-x-cyan-950\/50:active {
  border-left-color: rgb(8 51 68 / 0.5);
  border-right-color: rgb(8 51 68 / 0.5);
}

.active\:border-x-cyan-950\/60:active {
  border-left-color: rgb(8 51 68 / 0.6);
  border-right-color: rgb(8 51 68 / 0.6);
}

.active\:border-x-cyan-950\/70:active {
  border-left-color: rgb(8 51 68 / 0.7);
  border-right-color: rgb(8 51 68 / 0.7);
}

.active\:border-x-cyan-950\/75:active {
  border-left-color: rgb(8 51 68 / 0.75);
  border-right-color: rgb(8 51 68 / 0.75);
}

.active\:border-x-cyan-950\/80:active {
  border-left-color: rgb(8 51 68 / 0.8);
  border-right-color: rgb(8 51 68 / 0.8);
}

.active\:border-x-cyan-950\/90:active {
  border-left-color: rgb(8 51 68 / 0.9);
  border-right-color: rgb(8 51 68 / 0.9);
}

.active\:border-x-cyan-950\/95:active {
  border-left-color: rgb(8 51 68 / 0.95);
  border-right-color: rgb(8 51 68 / 0.95);
}

.active\:border-x-emerald-100:active {
  --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));
}

.active\:border-x-emerald-100\/0:active {
  border-left-color: rgb(209 250 229 / 0);
  border-right-color: rgb(209 250 229 / 0);
}

.active\:border-x-emerald-100\/10:active {
  border-left-color: rgb(209 250 229 / 0.1);
  border-right-color: rgb(209 250 229 / 0.1);
}

.active\:border-x-emerald-100\/100:active {
  border-left-color: rgb(209 250 229 / 1);
  border-right-color: rgb(209 250 229 / 1);
}

.active\:border-x-emerald-100\/20:active {
  border-left-color: rgb(209 250 229 / 0.2);
  border-right-color: rgb(209 250 229 / 0.2);
}

.active\:border-x-emerald-100\/25:active {
  border-left-color: rgb(209 250 229 / 0.25);
  border-right-color: rgb(209 250 229 / 0.25);
}

.active\:border-x-emerald-100\/30:active {
  border-left-color: rgb(209 250 229 / 0.3);
  border-right-color: rgb(209 250 229 / 0.3);
}

.active\:border-x-emerald-100\/40:active {
  border-left-color: rgb(209 250 229 / 0.4);
  border-right-color: rgb(209 250 229 / 0.4);
}

.active\:border-x-emerald-100\/5:active {
  border-left-color: rgb(209 250 229 / 0.05);
  border-right-color: rgb(209 250 229 / 0.05);
}

.active\:border-x-emerald-100\/50:active {
  border-left-color: rgb(209 250 229 / 0.5);
  border-right-color: rgb(209 250 229 / 0.5);
}

.active\:border-x-emerald-100\/60:active {
  border-left-color: rgb(209 250 229 / 0.6);
  border-right-color: rgb(209 250 229 / 0.6);
}

.active\:border-x-emerald-100\/70:active {
  border-left-color: rgb(209 250 229 / 0.7);
  border-right-color: rgb(209 250 229 / 0.7);
}

.active\:border-x-emerald-100\/75:active {
  border-left-color: rgb(209 250 229 / 0.75);
  border-right-color: rgb(209 250 229 / 0.75);
}

.active\:border-x-emerald-100\/80:active {
  border-left-color: rgb(209 250 229 / 0.8);
  border-right-color: rgb(209 250 229 / 0.8);
}

.active\:border-x-emerald-100\/90:active {
  border-left-color: rgb(209 250 229 / 0.9);
  border-right-color: rgb(209 250 229 / 0.9);
}

.active\:border-x-emerald-100\/95:active {
  border-left-color: rgb(209 250 229 / 0.95);
  border-right-color: rgb(209 250 229 / 0.95);
}

.active\:border-x-emerald-200:active {
  --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));
}

.active\:border-x-emerald-200\/0:active {
  border-left-color: rgb(167 243 208 / 0);
  border-right-color: rgb(167 243 208 / 0);
}

.active\:border-x-emerald-200\/10:active {
  border-left-color: rgb(167 243 208 / 0.1);
  border-right-color: rgb(167 243 208 / 0.1);
}

.active\:border-x-emerald-200\/100:active {
  border-left-color: rgb(167 243 208 / 1);
  border-right-color: rgb(167 243 208 / 1);
}

.active\:border-x-emerald-200\/20:active {
  border-left-color: rgb(167 243 208 / 0.2);
  border-right-color: rgb(167 243 208 / 0.2);
}

.active\:border-x-emerald-200\/25:active {
  border-left-color: rgb(167 243 208 / 0.25);
  border-right-color: rgb(167 243 208 / 0.25);
}

.active\:border-x-emerald-200\/30:active {
  border-left-color: rgb(167 243 208 / 0.3);
  border-right-color: rgb(167 243 208 / 0.3);
}

.active\:border-x-emerald-200\/40:active {
  border-left-color: rgb(167 243 208 / 0.4);
  border-right-color: rgb(167 243 208 / 0.4);
}

.active\:border-x-emerald-200\/5:active {
  border-left-color: rgb(167 243 208 / 0.05);
  border-right-color: rgb(167 243 208 / 0.05);
}

.active\:border-x-emerald-200\/50:active {
  border-left-color: rgb(167 243 208 / 0.5);
  border-right-color: rgb(167 243 208 / 0.5);
}

.active\:border-x-emerald-200\/60:active {
  border-left-color: rgb(167 243 208 / 0.6);
  border-right-color: rgb(167 243 208 / 0.6);
}

.active\:border-x-emerald-200\/70:active {
  border-left-color: rgb(167 243 208 / 0.7);
  border-right-color: rgb(167 243 208 / 0.7);
}

.active\:border-x-emerald-200\/75:active {
  border-left-color: rgb(167 243 208 / 0.75);
  border-right-color: rgb(167 243 208 / 0.75);
}

.active\:border-x-emerald-200\/80:active {
  border-left-color: rgb(167 243 208 / 0.8);
  border-right-color: rgb(167 243 208 / 0.8);
}

.active\:border-x-emerald-200\/90:active {
  border-left-color: rgb(167 243 208 / 0.9);
  border-right-color: rgb(167 243 208 / 0.9);
}

.active\:border-x-emerald-200\/95:active {
  border-left-color: rgb(167 243 208 / 0.95);
  border-right-color: rgb(167 243 208 / 0.95);
}

.active\:border-x-emerald-300:active {
  --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));
}

.active\:border-x-emerald-300\/0:active {
  border-left-color: rgb(110 231 183 / 0);
  border-right-color: rgb(110 231 183 / 0);
}

.active\:border-x-emerald-300\/10:active {
  border-left-color: rgb(110 231 183 / 0.1);
  border-right-color: rgb(110 231 183 / 0.1);
}

.active\:border-x-emerald-300\/100:active {
  border-left-color: rgb(110 231 183 / 1);
  border-right-color: rgb(110 231 183 / 1);
}

.active\:border-x-emerald-300\/20:active {
  border-left-color: rgb(110 231 183 / 0.2);
  border-right-color: rgb(110 231 183 / 0.2);
}

.active\:border-x-emerald-300\/25:active {
  border-left-color: rgb(110 231 183 / 0.25);
  border-right-color: rgb(110 231 183 / 0.25);
}

.active\:border-x-emerald-300\/30:active {
  border-left-color: rgb(110 231 183 / 0.3);
  border-right-color: rgb(110 231 183 / 0.3);
}

.active\:border-x-emerald-300\/40:active {
  border-left-color: rgb(110 231 183 / 0.4);
  border-right-color: rgb(110 231 183 / 0.4);
}

.active\:border-x-emerald-300\/5:active {
  border-left-color: rgb(110 231 183 / 0.05);
  border-right-color: rgb(110 231 183 / 0.05);
}

.active\:border-x-emerald-300\/50:active {
  border-left-color: rgb(110 231 183 / 0.5);
  border-right-color: rgb(110 231 183 / 0.5);
}

.active\:border-x-emerald-300\/60:active {
  border-left-color: rgb(110 231 183 / 0.6);
  border-right-color: rgb(110 231 183 / 0.6);
}

.active\:border-x-emerald-300\/70:active {
  border-left-color: rgb(110 231 183 / 0.7);
  border-right-color: rgb(110 231 183 / 0.7);
}

.active\:border-x-emerald-300\/75:active {
  border-left-color: rgb(110 231 183 / 0.75);
  border-right-color: rgb(110 231 183 / 0.75);
}

.active\:border-x-emerald-300\/80:active {
  border-left-color: rgb(110 231 183 / 0.8);
  border-right-color: rgb(110 231 183 / 0.8);
}

.active\:border-x-emerald-300\/90:active {
  border-left-color: rgb(110 231 183 / 0.9);
  border-right-color: rgb(110 231 183 / 0.9);
}

.active\:border-x-emerald-300\/95:active {
  border-left-color: rgb(110 231 183 / 0.95);
  border-right-color: rgb(110 231 183 / 0.95);
}

.active\:border-x-emerald-400:active {
  --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));
}

.active\:border-x-emerald-400\/0:active {
  border-left-color: rgb(52 211 153 / 0);
  border-right-color: rgb(52 211 153 / 0);
}

.active\:border-x-emerald-400\/10:active {
  border-left-color: rgb(52 211 153 / 0.1);
  border-right-color: rgb(52 211 153 / 0.1);
}

.active\:border-x-emerald-400\/100:active {
  border-left-color: rgb(52 211 153 / 1);
  border-right-color: rgb(52 211 153 / 1);
}

.active\:border-x-emerald-400\/20:active {
  border-left-color: rgb(52 211 153 / 0.2);
  border-right-color: rgb(52 211 153 / 0.2);
}

.active\:border-x-emerald-400\/25:active {
  border-left-color: rgb(52 211 153 / 0.25);
  border-right-color: rgb(52 211 153 / 0.25);
}

.active\:border-x-emerald-400\/30:active {
  border-left-color: rgb(52 211 153 / 0.3);
  border-right-color: rgb(52 211 153 / 0.3);
}

.active\:border-x-emerald-400\/40:active {
  border-left-color: rgb(52 211 153 / 0.4);
  border-right-color: rgb(52 211 153 / 0.4);
}

.active\:border-x-emerald-400\/5:active {
  border-left-color: rgb(52 211 153 / 0.05);
  border-right-color: rgb(52 211 153 / 0.05);
}

.active\:border-x-emerald-400\/50:active {
  border-left-color: rgb(52 211 153 / 0.5);
  border-right-color: rgb(52 211 153 / 0.5);
}

.active\:border-x-emerald-400\/60:active {
  border-left-color: rgb(52 211 153 / 0.6);
  border-right-color: rgb(52 211 153 / 0.6);
}

.active\:border-x-emerald-400\/70:active {
  border-left-color: rgb(52 211 153 / 0.7);
  border-right-color: rgb(52 211 153 / 0.7);
}

.active\:border-x-emerald-400\/75:active {
  border-left-color: rgb(52 211 153 / 0.75);
  border-right-color: rgb(52 211 153 / 0.75);
}

.active\:border-x-emerald-400\/80:active {
  border-left-color: rgb(52 211 153 / 0.8);
  border-right-color: rgb(52 211 153 / 0.8);
}

.active\:border-x-emerald-400\/90:active {
  border-left-color: rgb(52 211 153 / 0.9);
  border-right-color: rgb(52 211 153 / 0.9);
}

.active\:border-x-emerald-400\/95:active {
  border-left-color: rgb(52 211 153 / 0.95);
  border-right-color: rgb(52 211 153 / 0.95);
}

.active\:border-x-emerald-50:active {
  --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));
}

.active\:border-x-emerald-50\/0:active {
  border-left-color: rgb(236 253 245 / 0);
  border-right-color: rgb(236 253 245 / 0);
}

.active\:border-x-emerald-50\/10:active {
  border-left-color: rgb(236 253 245 / 0.1);
  border-right-color: rgb(236 253 245 / 0.1);
}

.active\:border-x-emerald-50\/100:active {
  border-left-color: rgb(236 253 245 / 1);
  border-right-color: rgb(236 253 245 / 1);
}

.active\:border-x-emerald-50\/20:active {
  border-left-color: rgb(236 253 245 / 0.2);
  border-right-color: rgb(236 253 245 / 0.2);
}

.active\:border-x-emerald-50\/25:active {
  border-left-color: rgb(236 253 245 / 0.25);
  border-right-color: rgb(236 253 245 / 0.25);
}

.active\:border-x-emerald-50\/30:active {
  border-left-color: rgb(236 253 245 / 0.3);
  border-right-color: rgb(236 253 245 / 0.3);
}

.active\:border-x-emerald-50\/40:active {
  border-left-color: rgb(236 253 245 / 0.4);
  border-right-color: rgb(236 253 245 / 0.4);
}

.active\:border-x-emerald-50\/5:active {
  border-left-color: rgb(236 253 245 / 0.05);
  border-right-color: rgb(236 253 245 / 0.05);
}

.active\:border-x-emerald-50\/50:active {
  border-left-color: rgb(236 253 245 / 0.5);
  border-right-color: rgb(236 253 245 / 0.5);
}

.active\:border-x-emerald-50\/60:active {
  border-left-color: rgb(236 253 245 / 0.6);
  border-right-color: rgb(236 253 245 / 0.6);
}

.active\:border-x-emerald-50\/70:active {
  border-left-color: rgb(236 253 245 / 0.7);
  border-right-color: rgb(236 253 245 / 0.7);
}

.active\:border-x-emerald-50\/75:active {
  border-left-color: rgb(236 253 245 / 0.75);
  border-right-color: rgb(236 253 245 / 0.75);
}

.active\:border-x-emerald-50\/80:active {
  border-left-color: rgb(236 253 245 / 0.8);
  border-right-color: rgb(236 253 245 / 0.8);
}

.active\:border-x-emerald-50\/90:active {
  border-left-color: rgb(236 253 245 / 0.9);
  border-right-color: rgb(236 253 245 / 0.9);
}

.active\:border-x-emerald-50\/95:active {
  border-left-color: rgb(236 253 245 / 0.95);
  border-right-color: rgb(236 253 245 / 0.95);
}

.active\:border-x-emerald-500:active {
  --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));
}

.active\:border-x-emerald-500\/0:active {
  border-left-color: rgb(16 185 129 / 0);
  border-right-color: rgb(16 185 129 / 0);
}

.active\:border-x-emerald-500\/10:active {
  border-left-color: rgb(16 185 129 / 0.1);
  border-right-color: rgb(16 185 129 / 0.1);
}

.active\:border-x-emerald-500\/100:active {
  border-left-color: rgb(16 185 129 / 1);
  border-right-color: rgb(16 185 129 / 1);
}

.active\:border-x-emerald-500\/20:active {
  border-left-color: rgb(16 185 129 / 0.2);
  border-right-color: rgb(16 185 129 / 0.2);
}

.active\:border-x-emerald-500\/25:active {
  border-left-color: rgb(16 185 129 / 0.25);
  border-right-color: rgb(16 185 129 / 0.25);
}

.active\:border-x-emerald-500\/30:active {
  border-left-color: rgb(16 185 129 / 0.3);
  border-right-color: rgb(16 185 129 / 0.3);
}

.active\:border-x-emerald-500\/40:active {
  border-left-color: rgb(16 185 129 / 0.4);
  border-right-color: rgb(16 185 129 / 0.4);
}

.active\:border-x-emerald-500\/5:active {
  border-left-color: rgb(16 185 129 / 0.05);
  border-right-color: rgb(16 185 129 / 0.05);
}

.active\:border-x-emerald-500\/50:active {
  border-left-color: rgb(16 185 129 / 0.5);
  border-right-color: rgb(16 185 129 / 0.5);
}

.active\:border-x-emerald-500\/60:active {
  border-left-color: rgb(16 185 129 / 0.6);
  border-right-color: rgb(16 185 129 / 0.6);
}

.active\:border-x-emerald-500\/70:active {
  border-left-color: rgb(16 185 129 / 0.7);
  border-right-color: rgb(16 185 129 / 0.7);
}

.active\:border-x-emerald-500\/75:active {
  border-left-color: rgb(16 185 129 / 0.75);
  border-right-color: rgb(16 185 129 / 0.75);
}

.active\:border-x-emerald-500\/80:active {
  border-left-color: rgb(16 185 129 / 0.8);
  border-right-color: rgb(16 185 129 / 0.8);
}

.active\:border-x-emerald-500\/90:active {
  border-left-color: rgb(16 185 129 / 0.9);
  border-right-color: rgb(16 185 129 / 0.9);
}

.active\:border-x-emerald-500\/95:active {
  border-left-color: rgb(16 185 129 / 0.95);
  border-right-color: rgb(16 185 129 / 0.95);
}

.active\:border-x-emerald-600:active {
  --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));
}

.active\:border-x-emerald-600\/0:active {
  border-left-color: rgb(5 150 105 / 0);
  border-right-color: rgb(5 150 105 / 0);
}

.active\:border-x-emerald-600\/10:active {
  border-left-color: rgb(5 150 105 / 0.1);
  border-right-color: rgb(5 150 105 / 0.1);
}

.active\:border-x-emerald-600\/100:active {
  border-left-color: rgb(5 150 105 / 1);
  border-right-color: rgb(5 150 105 / 1);
}

.active\:border-x-emerald-600\/20:active {
  border-left-color: rgb(5 150 105 / 0.2);
  border-right-color: rgb(5 150 105 / 0.2);
}

.active\:border-x-emerald-600\/25:active {
  border-left-color: rgb(5 150 105 / 0.25);
  border-right-color: rgb(5 150 105 / 0.25);
}

.active\:border-x-emerald-600\/30:active {
  border-left-color: rgb(5 150 105 / 0.3);
  border-right-color: rgb(5 150 105 / 0.3);
}

.active\:border-x-emerald-600\/40:active {
  border-left-color: rgb(5 150 105 / 0.4);
  border-right-color: rgb(5 150 105 / 0.4);
}

.active\:border-x-emerald-600\/5:active {
  border-left-color: rgb(5 150 105 / 0.05);
  border-right-color: rgb(5 150 105 / 0.05);
}

.active\:border-x-emerald-600\/50:active {
  border-left-color: rgb(5 150 105 / 0.5);
  border-right-color: rgb(5 150 105 / 0.5);
}

.active\:border-x-emerald-600\/60:active {
  border-left-color: rgb(5 150 105 / 0.6);
  border-right-color: rgb(5 150 105 / 0.6);
}

.active\:border-x-emerald-600\/70:active {
  border-left-color: rgb(5 150 105 / 0.7);
  border-right-color: rgb(5 150 105 / 0.7);
}

.active\:border-x-emerald-600\/75:active {
  border-left-color: rgb(5 150 105 / 0.75);
  border-right-color: rgb(5 150 105 / 0.75);
}

.active\:border-x-emerald-600\/80:active {
  border-left-color: rgb(5 150 105 / 0.8);
  border-right-color: rgb(5 150 105 / 0.8);
}

.active\:border-x-emerald-600\/90:active {
  border-left-color: rgb(5 150 105 / 0.9);
  border-right-color: rgb(5 150 105 / 0.9);
}

.active\:border-x-emerald-600\/95:active {
  border-left-color: rgb(5 150 105 / 0.95);
  border-right-color: rgb(5 150 105 / 0.95);
}

.active\:border-x-emerald-700:active {
  --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));
}

.active\:border-x-emerald-700\/0:active {
  border-left-color: rgb(4 120 87 / 0);
  border-right-color: rgb(4 120 87 / 0);
}

.active\:border-x-emerald-700\/10:active {
  border-left-color: rgb(4 120 87 / 0.1);
  border-right-color: rgb(4 120 87 / 0.1);
}

.active\:border-x-emerald-700\/100:active {
  border-left-color: rgb(4 120 87 / 1);
  border-right-color: rgb(4 120 87 / 1);
}

.active\:border-x-emerald-700\/20:active {
  border-left-color: rgb(4 120 87 / 0.2);
  border-right-color: rgb(4 120 87 / 0.2);
}

.active\:border-x-emerald-700\/25:active {
  border-left-color: rgb(4 120 87 / 0.25);
  border-right-color: rgb(4 120 87 / 0.25);
}

.active\:border-x-emerald-700\/30:active {
  border-left-color: rgb(4 120 87 / 0.3);
  border-right-color: rgb(4 120 87 / 0.3);
}

.active\:border-x-emerald-700\/40:active {
  border-left-color: rgb(4 120 87 / 0.4);
  border-right-color: rgb(4 120 87 / 0.4);
}

.active\:border-x-emerald-700\/5:active {
  border-left-color: rgb(4 120 87 / 0.05);
  border-right-color: rgb(4 120 87 / 0.05);
}

.active\:border-x-emerald-700\/50:active {
  border-left-color: rgb(4 120 87 / 0.5);
  border-right-color: rgb(4 120 87 / 0.5);
}

.active\:border-x-emerald-700\/60:active {
  border-left-color: rgb(4 120 87 / 0.6);
  border-right-color: rgb(4 120 87 / 0.6);
}

.active\:border-x-emerald-700\/70:active {
  border-left-color: rgb(4 120 87 / 0.7);
  border-right-color: rgb(4 120 87 / 0.7);
}

.active\:border-x-emerald-700\/75:active {
  border-left-color: rgb(4 120 87 / 0.75);
  border-right-color: rgb(4 120 87 / 0.75);
}

.active\:border-x-emerald-700\/80:active {
  border-left-color: rgb(4 120 87 / 0.8);
  border-right-color: rgb(4 120 87 / 0.8);
}

.active\:border-x-emerald-700\/90:active {
  border-left-color: rgb(4 120 87 / 0.9);
  border-right-color: rgb(4 120 87 / 0.9);
}

.active\:border-x-emerald-700\/95:active {
  border-left-color: rgb(4 120 87 / 0.95);
  border-right-color: rgb(4 120 87 / 0.95);
}

.active\:border-x-emerald-800:active {
  --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));
}

.active\:border-x-emerald-800\/0:active {
  border-left-color: rgb(6 95 70 / 0);
  border-right-color: rgb(6 95 70 / 0);
}

.active\:border-x-emerald-800\/10:active {
  border-left-color: rgb(6 95 70 / 0.1);
  border-right-color: rgb(6 95 70 / 0.1);
}

.active\:border-x-emerald-800\/100:active {
  border-left-color: rgb(6 95 70 / 1);
  border-right-color: rgb(6 95 70 / 1);
}

.active\:border-x-emerald-800\/20:active {
  border-left-color: rgb(6 95 70 / 0.2);
  border-right-color: rgb(6 95 70 / 0.2);
}

.active\:border-x-emerald-800\/25:active {
  border-left-color: rgb(6 95 70 / 0.25);
  border-right-color: rgb(6 95 70 / 0.25);
}

.active\:border-x-emerald-800\/30:active {
  border-left-color: rgb(6 95 70 / 0.3);
  border-right-color: rgb(6 95 70 / 0.3);
}

.active\:border-x-emerald-800\/40:active {
  border-left-color: rgb(6 95 70 / 0.4);
  border-right-color: rgb(6 95 70 / 0.4);
}

.active\:border-x-emerald-800\/5:active {
  border-left-color: rgb(6 95 70 / 0.05);
  border-right-color: rgb(6 95 70 / 0.05);
}

.active\:border-x-emerald-800\/50:active {
  border-left-color: rgb(6 95 70 / 0.5);
  border-right-color: rgb(6 95 70 / 0.5);
}

.active\:border-x-emerald-800\/60:active {
  border-left-color: rgb(6 95 70 / 0.6);
  border-right-color: rgb(6 95 70 / 0.6);
}

.active\:border-x-emerald-800\/70:active {
  border-left-color: rgb(6 95 70 / 0.7);
  border-right-color: rgb(6 95 70 / 0.7);
}

.active\:border-x-emerald-800\/75:active {
  border-left-color: rgb(6 95 70 / 0.75);
  border-right-color: rgb(6 95 70 / 0.75);
}

.active\:border-x-emerald-800\/80:active {
  border-left-color: rgb(6 95 70 / 0.8);
  border-right-color: rgb(6 95 70 / 0.8);
}

.active\:border-x-emerald-800\/90:active {
  border-left-color: rgb(6 95 70 / 0.9);
  border-right-color: rgb(6 95 70 / 0.9);
}

.active\:border-x-emerald-800\/95:active {
  border-left-color: rgb(6 95 70 / 0.95);
  border-right-color: rgb(6 95 70 / 0.95);
}

.active\:border-x-emerald-900:active {
  --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));
}

.active\:border-x-emerald-900\/0:active {
  border-left-color: rgb(6 78 59 / 0);
  border-right-color: rgb(6 78 59 / 0);
}

.active\:border-x-emerald-900\/10:active {
  border-left-color: rgb(6 78 59 / 0.1);
  border-right-color: rgb(6 78 59 / 0.1);
}

.active\:border-x-emerald-900\/100:active {
  border-left-color: rgb(6 78 59 / 1);
  border-right-color: rgb(6 78 59 / 1);
}

.active\:border-x-emerald-900\/20:active {
  border-left-color: rgb(6 78 59 / 0.2);
  border-right-color: rgb(6 78 59 / 0.2);
}

.active\:border-x-emerald-900\/25:active {
  border-left-color: rgb(6 78 59 / 0.25);
  border-right-color: rgb(6 78 59 / 0.25);
}

.active\:border-x-emerald-900\/30:active {
  border-left-color: rgb(6 78 59 / 0.3);
  border-right-color: rgb(6 78 59 / 0.3);
}

.active\:border-x-emerald-900\/40:active {
  border-left-color: rgb(6 78 59 / 0.4);
  border-right-color: rgb(6 78 59 / 0.4);
}

.active\:border-x-emerald-900\/5:active {
  border-left-color: rgb(6 78 59 / 0.05);
  border-right-color: rgb(6 78 59 / 0.05);
}

.active\:border-x-emerald-900\/50:active {
  border-left-color: rgb(6 78 59 / 0.5);
  border-right-color: rgb(6 78 59 / 0.5);
}

.active\:border-x-emerald-900\/60:active {
  border-left-color: rgb(6 78 59 / 0.6);
  border-right-color: rgb(6 78 59 / 0.6);
}

.active\:border-x-emerald-900\/70:active {
  border-left-color: rgb(6 78 59 / 0.7);
  border-right-color: rgb(6 78 59 / 0.7);
}

.active\:border-x-emerald-900\/75:active {
  border-left-color: rgb(6 78 59 / 0.75);
  border-right-color: rgb(6 78 59 / 0.75);
}

.active\:border-x-emerald-900\/80:active {
  border-left-color: rgb(6 78 59 / 0.8);
  border-right-color: rgb(6 78 59 / 0.8);
}

.active\:border-x-emerald-900\/90:active {
  border-left-color: rgb(6 78 59 / 0.9);
  border-right-color: rgb(6 78 59 / 0.9);
}

.active\:border-x-emerald-900\/95:active {
  border-left-color: rgb(6 78 59 / 0.95);
  border-right-color: rgb(6 78 59 / 0.95);
}

.active\:border-x-emerald-950:active {
  --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));
}

.active\:border-x-emerald-950\/0:active {
  border-left-color: rgb(2 44 34 / 0);
  border-right-color: rgb(2 44 34 / 0);
}

.active\:border-x-emerald-950\/10:active {
  border-left-color: rgb(2 44 34 / 0.1);
  border-right-color: rgb(2 44 34 / 0.1);
}

.active\:border-x-emerald-950\/100:active {
  border-left-color: rgb(2 44 34 / 1);
  border-right-color: rgb(2 44 34 / 1);
}

.active\:border-x-emerald-950\/20:active {
  border-left-color: rgb(2 44 34 / 0.2);
  border-right-color: rgb(2 44 34 / 0.2);
}

.active\:border-x-emerald-950\/25:active {
  border-left-color: rgb(2 44 34 / 0.25);
  border-right-color: rgb(2 44 34 / 0.25);
}

.active\:border-x-emerald-950\/30:active {
  border-left-color: rgb(2 44 34 / 0.3);
  border-right-color: rgb(2 44 34 / 0.3);
}

.active\:border-x-emerald-950\/40:active {
  border-left-color: rgb(2 44 34 / 0.4);
  border-right-color: rgb(2 44 34 / 0.4);
}

.active\:border-x-emerald-950\/5:active {
  border-left-color: rgb(2 44 34 / 0.05);
  border-right-color: rgb(2 44 34 / 0.05);
}

.active\:border-x-emerald-950\/50:active {
  border-left-color: rgb(2 44 34 / 0.5);
  border-right-color: rgb(2 44 34 / 0.5);
}

.active\:border-x-emerald-950\/60:active {
  border-left-color: rgb(2 44 34 / 0.6);
  border-right-color: rgb(2 44 34 / 0.6);
}

.active\:border-x-emerald-950\/70:active {
  border-left-color: rgb(2 44 34 / 0.7);
  border-right-color: rgb(2 44 34 / 0.7);
}

.active\:border-x-emerald-950\/75:active {
  border-left-color: rgb(2 44 34 / 0.75);
  border-right-color: rgb(2 44 34 / 0.75);
}

.active\:border-x-emerald-950\/80:active {
  border-left-color: rgb(2 44 34 / 0.8);
  border-right-color: rgb(2 44 34 / 0.8);
}

.active\:border-x-emerald-950\/90:active {
  border-left-color: rgb(2 44 34 / 0.9);
  border-right-color: rgb(2 44 34 / 0.9);
}

.active\:border-x-emerald-950\/95:active {
  border-left-color: rgb(2 44 34 / 0.95);
  border-right-color: rgb(2 44 34 / 0.95);
}

.active\:border-x-fuchsia-100:active {
  --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));
}

.active\:border-x-fuchsia-100\/0:active {
  border-left-color: rgb(250 232 255 / 0);
  border-right-color: rgb(250 232 255 / 0);
}

.active\:border-x-fuchsia-100\/10:active {
  border-left-color: rgb(250 232 255 / 0.1);
  border-right-color: rgb(250 232 255 / 0.1);
}

.active\:border-x-fuchsia-100\/100:active {
  border-left-color: rgb(250 232 255 / 1);
  border-right-color: rgb(250 232 255 / 1);
}

.active\:border-x-fuchsia-100\/20:active {
  border-left-color: rgb(250 232 255 / 0.2);
  border-right-color: rgb(250 232 255 / 0.2);
}

.active\:border-x-fuchsia-100\/25:active {
  border-left-color: rgb(250 232 255 / 0.25);
  border-right-color: rgb(250 232 255 / 0.25);
}

.active\:border-x-fuchsia-100\/30:active {
  border-left-color: rgb(250 232 255 / 0.3);
  border-right-color: rgb(250 232 255 / 0.3);
}

.active\:border-x-fuchsia-100\/40:active {
  border-left-color: rgb(250 232 255 / 0.4);
  border-right-color: rgb(250 232 255 / 0.4);
}

.active\:border-x-fuchsia-100\/5:active {
  border-left-color: rgb(250 232 255 / 0.05);
  border-right-color: rgb(250 232 255 / 0.05);
}

.active\:border-x-fuchsia-100\/50:active {
  border-left-color: rgb(250 232 255 / 0.5);
  border-right-color: rgb(250 232 255 / 0.5);
}

.active\:border-x-fuchsia-100\/60:active {
  border-left-color: rgb(250 232 255 / 0.6);
  border-right-color: rgb(250 232 255 / 0.6);
}

.active\:border-x-fuchsia-100\/70:active {
  border-left-color: rgb(250 232 255 / 0.7);
  border-right-color: rgb(250 232 255 / 0.7);
}

.active\:border-x-fuchsia-100\/75:active {
  border-left-color: rgb(250 232 255 / 0.75);
  border-right-color: rgb(250 232 255 / 0.75);
}

.active\:border-x-fuchsia-100\/80:active {
  border-left-color: rgb(250 232 255 / 0.8);
  border-right-color: rgb(250 232 255 / 0.8);
}

.active\:border-x-fuchsia-100\/90:active {
  border-left-color: rgb(250 232 255 / 0.9);
  border-right-color: rgb(250 232 255 / 0.9);
}

.active\:border-x-fuchsia-100\/95:active {
  border-left-color: rgb(250 232 255 / 0.95);
  border-right-color: rgb(250 232 255 / 0.95);
}

.active\:border-x-fuchsia-200:active {
  --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));
}

.active\:border-x-fuchsia-200\/0:active {
  border-left-color: rgb(245 208 254 / 0);
  border-right-color: rgb(245 208 254 / 0);
}

.active\:border-x-fuchsia-200\/10:active {
  border-left-color: rgb(245 208 254 / 0.1);
  border-right-color: rgb(245 208 254 / 0.1);
}

.active\:border-x-fuchsia-200\/100:active {
  border-left-color: rgb(245 208 254 / 1);
  border-right-color: rgb(245 208 254 / 1);
}

.active\:border-x-fuchsia-200\/20:active {
  border-left-color: rgb(245 208 254 / 0.2);
  border-right-color: rgb(245 208 254 / 0.2);
}

.active\:border-x-fuchsia-200\/25:active {
  border-left-color: rgb(245 208 254 / 0.25);
  border-right-color: rgb(245 208 254 / 0.25);
}

.active\:border-x-fuchsia-200\/30:active {
  border-left-color: rgb(245 208 254 / 0.3);
  border-right-color: rgb(245 208 254 / 0.3);
}

.active\:border-x-fuchsia-200\/40:active {
  border-left-color: rgb(245 208 254 / 0.4);
  border-right-color: rgb(245 208 254 / 0.4);
}

.active\:border-x-fuchsia-200\/5:active {
  border-left-color: rgb(245 208 254 / 0.05);
  border-right-color: rgb(245 208 254 / 0.05);
}

.active\:border-x-fuchsia-200\/50:active {
  border-left-color: rgb(245 208 254 / 0.5);
  border-right-color: rgb(245 208 254 / 0.5);
}

.active\:border-x-fuchsia-200\/60:active {
  border-left-color: rgb(245 208 254 / 0.6);
  border-right-color: rgb(245 208 254 / 0.6);
}

.active\:border-x-fuchsia-200\/70:active {
  border-left-color: rgb(245 208 254 / 0.7);
  border-right-color: rgb(245 208 254 / 0.7);
}

.active\:border-x-fuchsia-200\/75:active {
  border-left-color: rgb(245 208 254 / 0.75);
  border-right-color: rgb(245 208 254 / 0.75);
}

.active\:border-x-fuchsia-200\/80:active {
  border-left-color: rgb(245 208 254 / 0.8);
  border-right-color: rgb(245 208 254 / 0.8);
}

.active\:border-x-fuchsia-200\/90:active {
  border-left-color: rgb(245 208 254 / 0.9);
  border-right-color: rgb(245 208 254 / 0.9);
}

.active\:border-x-fuchsia-200\/95:active {
  border-left-color: rgb(245 208 254 / 0.95);
  border-right-color: rgb(245 208 254 / 0.95);
}

.active\:border-x-fuchsia-300:active {
  --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));
}

.active\:border-x-fuchsia-300\/0:active {
  border-left-color: rgb(240 171 252 / 0);
  border-right-color: rgb(240 171 252 / 0);
}

.active\:border-x-fuchsia-300\/10:active {
  border-left-color: rgb(240 171 252 / 0.1);
  border-right-color: rgb(240 171 252 / 0.1);
}

.active\:border-x-fuchsia-300\/100:active {
  border-left-color: rgb(240 171 252 / 1);
  border-right-color: rgb(240 171 252 / 1);
}

.active\:border-x-fuchsia-300\/20:active {
  border-left-color: rgb(240 171 252 / 0.2);
  border-right-color: rgb(240 171 252 / 0.2);
}

.active\:border-x-fuchsia-300\/25:active {
  border-left-color: rgb(240 171 252 / 0.25);
  border-right-color: rgb(240 171 252 / 0.25);
}

.active\:border-x-fuchsia-300\/30:active {
  border-left-color: rgb(240 171 252 / 0.3);
  border-right-color: rgb(240 171 252 / 0.3);
}

.active\:border-x-fuchsia-300\/40:active {
  border-left-color: rgb(240 171 252 / 0.4);
  border-right-color: rgb(240 171 252 / 0.4);
}

.active\:border-x-fuchsia-300\/5:active {
  border-left-color: rgb(240 171 252 / 0.05);
  border-right-color: rgb(240 171 252 / 0.05);
}

.active\:border-x-fuchsia-300\/50:active {
  border-left-color: rgb(240 171 252 / 0.5);
  border-right-color: rgb(240 171 252 / 0.5);
}

.active\:border-x-fuchsia-300\/60:active {
  border-left-color: rgb(240 171 252 / 0.6);
  border-right-color: rgb(240 171 252 / 0.6);
}

.active\:border-x-fuchsia-300\/70:active {
  border-left-color: rgb(240 171 252 / 0.7);
  border-right-color: rgb(240 171 252 / 0.7);
}

.active\:border-x-fuchsia-300\/75:active {
  border-left-color: rgb(240 171 252 / 0.75);
  border-right-color: rgb(240 171 252 / 0.75);
}

.active\:border-x-fuchsia-300\/80:active {
  border-left-color: rgb(240 171 252 / 0.8);
  border-right-color: rgb(240 171 252 / 0.8);
}

.active\:border-x-fuchsia-300\/90:active {
  border-left-color: rgb(240 171 252 / 0.9);
  border-right-color: rgb(240 171 252 / 0.9);
}

.active\:border-x-fuchsia-300\/95:active {
  border-left-color: rgb(240 171 252 / 0.95);
  border-right-color: rgb(240 171 252 / 0.95);
}

.active\:border-x-fuchsia-400:active {
  --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));
}

.active\:border-x-fuchsia-400\/0:active {
  border-left-color: rgb(232 121 249 / 0);
  border-right-color: rgb(232 121 249 / 0);
}

.active\:border-x-fuchsia-400\/10:active {
  border-left-color: rgb(232 121 249 / 0.1);
  border-right-color: rgb(232 121 249 / 0.1);
}

.active\:border-x-fuchsia-400\/100:active {
  border-left-color: rgb(232 121 249 / 1);
  border-right-color: rgb(232 121 249 / 1);
}

.active\:border-x-fuchsia-400\/20:active {
  border-left-color: rgb(232 121 249 / 0.2);
  border-right-color: rgb(232 121 249 / 0.2);
}

.active\:border-x-fuchsia-400\/25:active {
  border-left-color: rgb(232 121 249 / 0.25);
  border-right-color: rgb(232 121 249 / 0.25);
}

.active\:border-x-fuchsia-400\/30:active {
  border-left-color: rgb(232 121 249 / 0.3);
  border-right-color: rgb(232 121 249 / 0.3);
}

.active\:border-x-fuchsia-400\/40:active {
  border-left-color: rgb(232 121 249 / 0.4);
  border-right-color: rgb(232 121 249 / 0.4);
}

.active\:border-x-fuchsia-400\/5:active {
  border-left-color: rgb(232 121 249 / 0.05);
  border-right-color: rgb(232 121 249 / 0.05);
}

.active\:border-x-fuchsia-400\/50:active {
  border-left-color: rgb(232 121 249 / 0.5);
  border-right-color: rgb(232 121 249 / 0.5);
}

.active\:border-x-fuchsia-400\/60:active {
  border-left-color: rgb(232 121 249 / 0.6);
  border-right-color: rgb(232 121 249 / 0.6);
}

.active\:border-x-fuchsia-400\/70:active {
  border-left-color: rgb(232 121 249 / 0.7);
  border-right-color: rgb(232 121 249 / 0.7);
}

.active\:border-x-fuchsia-400\/75:active {
  border-left-color: rgb(232 121 249 / 0.75);
  border-right-color: rgb(232 121 249 / 0.75);
}

.active\:border-x-fuchsia-400\/80:active {
  border-left-color: rgb(232 121 249 / 0.8);
  border-right-color: rgb(232 121 249 / 0.8);
}

.active\:border-x-fuchsia-400\/90:active {
  border-left-color: rgb(232 121 249 / 0.9);
  border-right-color: rgb(232 121 249 / 0.9);
}

.active\:border-x-fuchsia-400\/95:active {
  border-left-color: rgb(232 121 249 / 0.95);
  border-right-color: rgb(232 121 249 / 0.95);
}

.active\:border-x-fuchsia-50:active {
  --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));
}

.active\:border-x-fuchsia-50\/0:active {
  border-left-color: rgb(253 244 255 / 0);
  border-right-color: rgb(253 244 255 / 0);
}

.active\:border-x-fuchsia-50\/10:active {
  border-left-color: rgb(253 244 255 / 0.1);
  border-right-color: rgb(253 244 255 / 0.1);
}

.active\:border-x-fuchsia-50\/100:active {
  border-left-color: rgb(253 244 255 / 1);
  border-right-color: rgb(253 244 255 / 1);
}

.active\:border-x-fuchsia-50\/20:active {
  border-left-color: rgb(253 244 255 / 0.2);
  border-right-color: rgb(253 244 255 / 0.2);
}

.active\:border-x-fuchsia-50\/25:active {
  border-left-color: rgb(253 244 255 / 0.25);
  border-right-color: rgb(253 244 255 / 0.25);
}

.active\:border-x-fuchsia-50\/30:active {
  border-left-color: rgb(253 244 255 / 0.3);
  border-right-color: rgb(253 244 255 / 0.3);
}

.active\:border-x-fuchsia-50\/40:active {
  border-left-color: rgb(253 244 255 / 0.4);
  border-right-color: rgb(253 244 255 / 0.4);
}

.active\:border-x-fuchsia-50\/5:active {
  border-left-color: rgb(253 244 255 / 0.05);
  border-right-color: rgb(253 244 255 / 0.05);
}

.active\:border-x-fuchsia-50\/50:active {
  border-left-color: rgb(253 244 255 / 0.5);
  border-right-color: rgb(253 244 255 / 0.5);
}

.active\:border-x-fuchsia-50\/60:active {
  border-left-color: rgb(253 244 255 / 0.6);
  border-right-color: rgb(253 244 255 / 0.6);
}

.active\:border-x-fuchsia-50\/70:active {
  border-left-color: rgb(253 244 255 / 0.7);
  border-right-color: rgb(253 244 255 / 0.7);
}

.active\:border-x-fuchsia-50\/75:active {
  border-left-color: rgb(253 244 255 / 0.75);
  border-right-color: rgb(253 244 255 / 0.75);
}

.active\:border-x-fuchsia-50\/80:active {
  border-left-color: rgb(253 244 255 / 0.8);
  border-right-color: rgb(253 244 255 / 0.8);
}

.active\:border-x-fuchsia-50\/90:active {
  border-left-color: rgb(253 244 255 / 0.9);
  border-right-color: rgb(253 244 255 / 0.9);
}

.active\:border-x-fuchsia-50\/95:active {
  border-left-color: rgb(253 244 255 / 0.95);
  border-right-color: rgb(253 244 255 / 0.95);
}

.active\:border-x-fuchsia-500:active {
  --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));
}

.active\:border-x-fuchsia-500\/0:active {
  border-left-color: rgb(217 70 239 / 0);
  border-right-color: rgb(217 70 239 / 0);
}

.active\:border-x-fuchsia-500\/10:active {
  border-left-color: rgb(217 70 239 / 0.1);
  border-right-color: rgb(217 70 239 / 0.1);
}

.active\:border-x-fuchsia-500\/100:active {
  border-left-color: rgb(217 70 239 / 1);
  border-right-color: rgb(217 70 239 / 1);
}

.active\:border-x-fuchsia-500\/20:active {
  border-left-color: rgb(217 70 239 / 0.2);
  border-right-color: rgb(217 70 239 / 0.2);
}

.active\:border-x-fuchsia-500\/25:active {
  border-left-color: rgb(217 70 239 / 0.25);
  border-right-color: rgb(217 70 239 / 0.25);
}

.active\:border-x-fuchsia-500\/30:active {
  border-left-color: rgb(217 70 239 / 0.3);
  border-right-color: rgb(217 70 239 / 0.3);
}

.active\:border-x-fuchsia-500\/40:active {
  border-left-color: rgb(217 70 239 / 0.4);
  border-right-color: rgb(217 70 239 / 0.4);
}

.active\:border-x-fuchsia-500\/5:active {
  border-left-color: rgb(217 70 239 / 0.05);
  border-right-color: rgb(217 70 239 / 0.05);
}

.active\:border-x-fuchsia-500\/50:active {
  border-left-color: rgb(217 70 239 / 0.5);
  border-right-color: rgb(217 70 239 / 0.5);
}

.active\:border-x-fuchsia-500\/60:active {
  border-left-color: rgb(217 70 239 / 0.6);
  border-right-color: rgb(217 70 239 / 0.6);
}

.active\:border-x-fuchsia-500\/70:active {
  border-left-color: rgb(217 70 239 / 0.7);
  border-right-color: rgb(217 70 239 / 0.7);
}

.active\:border-x-fuchsia-500\/75:active {
  border-left-color: rgb(217 70 239 / 0.75);
  border-right-color: rgb(217 70 239 / 0.75);
}

.active\:border-x-fuchsia-500\/80:active {
  border-left-color: rgb(217 70 239 / 0.8);
  border-right-color: rgb(217 70 239 / 0.8);
}

.active\:border-x-fuchsia-500\/90:active {
  border-left-color: rgb(217 70 239 / 0.9);
  border-right-color: rgb(217 70 239 / 0.9);
}

.active\:border-x-fuchsia-500\/95:active {
  border-left-color: rgb(217 70 239 / 0.95);
  border-right-color: rgb(217 70 239 / 0.95);
}

.active\:border-x-fuchsia-600:active {
  --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));
}

.active\:border-x-fuchsia-600\/0:active {
  border-left-color: rgb(192 38 211 / 0);
  border-right-color: rgb(192 38 211 / 0);
}

.active\:border-x-fuchsia-600\/10:active {
  border-left-color: rgb(192 38 211 / 0.1);
  border-right-color: rgb(192 38 211 / 0.1);
}

.active\:border-x-fuchsia-600\/100:active {
  border-left-color: rgb(192 38 211 / 1);
  border-right-color: rgb(192 38 211 / 1);
}

.active\:border-x-fuchsia-600\/20:active {
  border-left-color: rgb(192 38 211 / 0.2);
  border-right-color: rgb(192 38 211 / 0.2);
}

.active\:border-x-fuchsia-600\/25:active {
  border-left-color: rgb(192 38 211 / 0.25);
  border-right-color: rgb(192 38 211 / 0.25);
}

.active\:border-x-fuchsia-600\/30:active {
  border-left-color: rgb(192 38 211 / 0.3);
  border-right-color: rgb(192 38 211 / 0.3);
}

.active\:border-x-fuchsia-600\/40:active {
  border-left-color: rgb(192 38 211 / 0.4);
  border-right-color: rgb(192 38 211 / 0.4);
}

.active\:border-x-fuchsia-600\/5:active {
  border-left-color: rgb(192 38 211 / 0.05);
  border-right-color: rgb(192 38 211 / 0.05);
}

.active\:border-x-fuchsia-600\/50:active {
  border-left-color: rgb(192 38 211 / 0.5);
  border-right-color: rgb(192 38 211 / 0.5);
}

.active\:border-x-fuchsia-600\/60:active {
  border-left-color: rgb(192 38 211 / 0.6);
  border-right-color: rgb(192 38 211 / 0.6);
}

.active\:border-x-fuchsia-600\/70:active {
  border-left-color: rgb(192 38 211 / 0.7);
  border-right-color: rgb(192 38 211 / 0.7);
}

.active\:border-x-fuchsia-600\/75:active {
  border-left-color: rgb(192 38 211 / 0.75);
  border-right-color: rgb(192 38 211 / 0.75);
}

.active\:border-x-fuchsia-600\/80:active {
  border-left-color: rgb(192 38 211 / 0.8);
  border-right-color: rgb(192 38 211 / 0.8);
}

.active\:border-x-fuchsia-600\/90:active {
  border-left-color: rgb(192 38 211 / 0.9);
  border-right-color: rgb(192 38 211 / 0.9);
}

.active\:border-x-fuchsia-600\/95:active {
  border-left-color: rgb(192 38 211 / 0.95);
  border-right-color: rgb(192 38 211 / 0.95);
}

.active\:border-x-fuchsia-700:active {
  --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));
}

.active\:border-x-fuchsia-700\/0:active {
  border-left-color: rgb(162 28 175 / 0);
  border-right-color: rgb(162 28 175 / 0);
}

.active\:border-x-fuchsia-700\/10:active {
  border-left-color: rgb(162 28 175 / 0.1);
  border-right-color: rgb(162 28 175 / 0.1);
}

.active\:border-x-fuchsia-700\/100:active {
  border-left-color: rgb(162 28 175 / 1);
  border-right-color: rgb(162 28 175 / 1);
}

.active\:border-x-fuchsia-700\/20:active {
  border-left-color: rgb(162 28 175 / 0.2);
  border-right-color: rgb(162 28 175 / 0.2);
}

.active\:border-x-fuchsia-700\/25:active {
  border-left-color: rgb(162 28 175 / 0.25);
  border-right-color: rgb(162 28 175 / 0.25);
}

.active\:border-x-fuchsia-700\/30:active {
  border-left-color: rgb(162 28 175 / 0.3);
  border-right-color: rgb(162 28 175 / 0.3);
}

.active\:border-x-fuchsia-700\/40:active {
  border-left-color: rgb(162 28 175 / 0.4);
  border-right-color: rgb(162 28 175 / 0.4);
}

.active\:border-x-fuchsia-700\/5:active {
  border-left-color: rgb(162 28 175 / 0.05);
  border-right-color: rgb(162 28 175 / 0.05);
}

.active\:border-x-fuchsia-700\/50:active {
  border-left-color: rgb(162 28 175 / 0.5);
  border-right-color: rgb(162 28 175 / 0.5);
}

.active\:border-x-fuchsia-700\/60:active {
  border-left-color: rgb(162 28 175 / 0.6);
  border-right-color: rgb(162 28 175 / 0.6);
}

.active\:border-x-fuchsia-700\/70:active {
  border-left-color: rgb(162 28 175 / 0.7);
  border-right-color: rgb(162 28 175 / 0.7);
}

.active\:border-x-fuchsia-700\/75:active {
  border-left-color: rgb(162 28 175 / 0.75);
  border-right-color: rgb(162 28 175 / 0.75);
}

.active\:border-x-fuchsia-700\/80:active {
  border-left-color: rgb(162 28 175 / 0.8);
  border-right-color: rgb(162 28 175 / 0.8);
}

.active\:border-x-fuchsia-700\/90:active {
  border-left-color: rgb(162 28 175 / 0.9);
  border-right-color: rgb(162 28 175 / 0.9);
}

.active\:border-x-fuchsia-700\/95:active {
  border-left-color: rgb(162 28 175 / 0.95);
  border-right-color: rgb(162 28 175 / 0.95);
}

.active\:border-x-fuchsia-800:active {
  --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));
}

.active\:border-x-fuchsia-800\/0:active {
  border-left-color: rgb(134 25 143 / 0);
  border-right-color: rgb(134 25 143 / 0);
}

.active\:border-x-fuchsia-800\/10:active {
  border-left-color: rgb(134 25 143 / 0.1);
  border-right-color: rgb(134 25 143 / 0.1);
}

.active\:border-x-fuchsia-800\/100:active {
  border-left-color: rgb(134 25 143 / 1);
  border-right-color: rgb(134 25 143 / 1);
}

.active\:border-x-fuchsia-800\/20:active {
  border-left-color: rgb(134 25 143 / 0.2);
  border-right-color: rgb(134 25 143 / 0.2);
}

.active\:border-x-fuchsia-800\/25:active {
  border-left-color: rgb(134 25 143 / 0.25);
  border-right-color: rgb(134 25 143 / 0.25);
}

.active\:border-x-fuchsia-800\/30:active {
  border-left-color: rgb(134 25 143 / 0.3);
  border-right-color: rgb(134 25 143 / 0.3);
}

.active\:border-x-fuchsia-800\/40:active {
  border-left-color: rgb(134 25 143 / 0.4);
  border-right-color: rgb(134 25 143 / 0.4);
}

.active\:border-x-fuchsia-800\/5:active {
  border-left-color: rgb(134 25 143 / 0.05);
  border-right-color: rgb(134 25 143 / 0.05);
}

.active\:border-x-fuchsia-800\/50:active {
  border-left-color: rgb(134 25 143 / 0.5);
  border-right-color: rgb(134 25 143 / 0.5);
}

.active\:border-x-fuchsia-800\/60:active {
  border-left-color: rgb(134 25 143 / 0.6);
  border-right-color: rgb(134 25 143 / 0.6);
}

.active\:border-x-fuchsia-800\/70:active {
  border-left-color: rgb(134 25 143 / 0.7);
  border-right-color: rgb(134 25 143 / 0.7);
}

.active\:border-x-fuchsia-800\/75:active {
  border-left-color: rgb(134 25 143 / 0.75);
  border-right-color: rgb(134 25 143 / 0.75);
}

.active\:border-x-fuchsia-800\/80:active {
  border-left-color: rgb(134 25 143 / 0.8);
  border-right-color: rgb(134 25 143 / 0.8);
}

.active\:border-x-fuchsia-800\/90:active {
  border-left-color: rgb(134 25 143 / 0.9);
  border-right-color: rgb(134 25 143 / 0.9);
}

.active\:border-x-fuchsia-800\/95:active {
  border-left-color: rgb(134 25 143 / 0.95);
  border-right-color: rgb(134 25 143 / 0.95);
}

.active\:border-x-fuchsia-900:active {
  --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));
}

.active\:border-x-fuchsia-900\/0:active {
  border-left-color: rgb(112 26 117 / 0);
  border-right-color: rgb(112 26 117 / 0);
}

.active\:border-x-fuchsia-900\/10:active {
  border-left-color: rgb(112 26 117 / 0.1);
  border-right-color: rgb(112 26 117 / 0.1);
}

.active\:border-x-fuchsia-900\/100:active {
  border-left-color: rgb(112 26 117 / 1);
  border-right-color: rgb(112 26 117 / 1);
}

.active\:border-x-fuchsia-900\/20:active {
  border-left-color: rgb(112 26 117 / 0.2);
  border-right-color: rgb(112 26 117 / 0.2);
}

.active\:border-x-fuchsia-900\/25:active {
  border-left-color: rgb(112 26 117 / 0.25);
  border-right-color: rgb(112 26 117 / 0.25);
}

.active\:border-x-fuchsia-900\/30:active {
  border-left-color: rgb(112 26 117 / 0.3);
  border-right-color: rgb(112 26 117 / 0.3);
}

.active\:border-x-fuchsia-900\/40:active {
  border-left-color: rgb(112 26 117 / 0.4);
  border-right-color: rgb(112 26 117 / 0.4);
}

.active\:border-x-fuchsia-900\/5:active {
  border-left-color: rgb(112 26 117 / 0.05);
  border-right-color: rgb(112 26 117 / 0.05);
}

.active\:border-x-fuchsia-900\/50:active {
  border-left-color: rgb(112 26 117 / 0.5);
  border-right-color: rgb(112 26 117 / 0.5);
}

.active\:border-x-fuchsia-900\/60:active {
  border-left-color: rgb(112 26 117 / 0.6);
  border-right-color: rgb(112 26 117 / 0.6);
}

.active\:border-x-fuchsia-900\/70:active {
  border-left-color: rgb(112 26 117 / 0.7);
  border-right-color: rgb(112 26 117 / 0.7);
}

.active\:border-x-fuchsia-900\/75:active {
  border-left-color: rgb(112 26 117 / 0.75);
  border-right-color: rgb(112 26 117 / 0.75);
}

.active\:border-x-fuchsia-900\/80:active {
  border-left-color: rgb(112 26 117 / 0.8);
  border-right-color: rgb(112 26 117 / 0.8);
}

.active\:border-x-fuchsia-900\/90:active {
  border-left-color: rgb(112 26 117 / 0.9);
  border-right-color: rgb(112 26 117 / 0.9);
}

.active\:border-x-fuchsia-900\/95:active {
  border-left-color: rgb(112 26 117 / 0.95);
  border-right-color: rgb(112 26 117 / 0.95);
}

.active\:border-x-fuchsia-950:active {
  --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));
}

.active\:border-x-fuchsia-950\/0:active {
  border-left-color: rgb(74 4 78 / 0);
  border-right-color: rgb(74 4 78 / 0);
}

.active\:border-x-fuchsia-950\/10:active {
  border-left-color: rgb(74 4 78 / 0.1);
  border-right-color: rgb(74 4 78 / 0.1);
}

.active\:border-x-fuchsia-950\/100:active {
  border-left-color: rgb(74 4 78 / 1);
  border-right-color: rgb(74 4 78 / 1);
}

.active\:border-x-fuchsia-950\/20:active {
  border-left-color: rgb(74 4 78 / 0.2);
  border-right-color: rgb(74 4 78 / 0.2);
}

.active\:border-x-fuchsia-950\/25:active {
  border-left-color: rgb(74 4 78 / 0.25);
  border-right-color: rgb(74 4 78 / 0.25);
}

.active\:border-x-fuchsia-950\/30:active {
  border-left-color: rgb(74 4 78 / 0.3);
  border-right-color: rgb(74 4 78 / 0.3);
}

.active\:border-x-fuchsia-950\/40:active {
  border-left-color: rgb(74 4 78 / 0.4);
  border-right-color: rgb(74 4 78 / 0.4);
}

.active\:border-x-fuchsia-950\/5:active {
  border-left-color: rgb(74 4 78 / 0.05);
  border-right-color: rgb(74 4 78 / 0.05);
}

.active\:border-x-fuchsia-950\/50:active {
  border-left-color: rgb(74 4 78 / 0.5);
  border-right-color: rgb(74 4 78 / 0.5);
}

.active\:border-x-fuchsia-950\/60:active {
  border-left-color: rgb(74 4 78 / 0.6);
  border-right-color: rgb(74 4 78 / 0.6);
}

.active\:border-x-fuchsia-950\/70:active {
  border-left-color: rgb(74 4 78 / 0.7);
  border-right-color: rgb(74 4 78 / 0.7);
}

.active\:border-x-fuchsia-950\/75:active {
  border-left-color: rgb(74 4 78 / 0.75);
  border-right-color: rgb(74 4 78 / 0.75);
}

.active\:border-x-fuchsia-950\/80:active {
  border-left-color: rgb(74 4 78 / 0.8);
  border-right-color: rgb(74 4 78 / 0.8);
}

.active\:border-x-fuchsia-950\/90:active {
  border-left-color: rgb(74 4 78 / 0.9);
  border-right-color: rgb(74 4 78 / 0.9);
}

.active\:border-x-fuchsia-950\/95:active {
  border-left-color: rgb(74 4 78 / 0.95);
  border-right-color: rgb(74 4 78 / 0.95);
}

.active\:border-x-gray-100:active {
  --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));
}

.active\:border-x-gray-100\/0:active {
  border-left-color: rgb(243 244 246 / 0);
  border-right-color: rgb(243 244 246 / 0);
}

.active\:border-x-gray-100\/10:active {
  border-left-color: rgb(243 244 246 / 0.1);
  border-right-color: rgb(243 244 246 / 0.1);
}

.active\:border-x-gray-100\/100:active {
  border-left-color: rgb(243 244 246 / 1);
  border-right-color: rgb(243 244 246 / 1);
}

.active\:border-x-gray-100\/20:active {
  border-left-color: rgb(243 244 246 / 0.2);
  border-right-color: rgb(243 244 246 / 0.2);
}

.active\:border-x-gray-100\/25:active {
  border-left-color: rgb(243 244 246 / 0.25);
  border-right-color: rgb(243 244 246 / 0.25);
}

.active\:border-x-gray-100\/30:active {
  border-left-color: rgb(243 244 246 / 0.3);
  border-right-color: rgb(243 244 246 / 0.3);
}

.active\:border-x-gray-100\/40:active {
  border-left-color: rgb(243 244 246 / 0.4);
  border-right-color: rgb(243 244 246 / 0.4);
}

.active\:border-x-gray-100\/5:active {
  border-left-color: rgb(243 244 246 / 0.05);
  border-right-color: rgb(243 244 246 / 0.05);
}

.active\:border-x-gray-100\/50:active {
  border-left-color: rgb(243 244 246 / 0.5);
  border-right-color: rgb(243 244 246 / 0.5);
}

.active\:border-x-gray-100\/60:active {
  border-left-color: rgb(243 244 246 / 0.6);
  border-right-color: rgb(243 244 246 / 0.6);
}

.active\:border-x-gray-100\/70:active {
  border-left-color: rgb(243 244 246 / 0.7);
  border-right-color: rgb(243 244 246 / 0.7);
}

.active\:border-x-gray-100\/75:active {
  border-left-color: rgb(243 244 246 / 0.75);
  border-right-color: rgb(243 244 246 / 0.75);
}

.active\:border-x-gray-100\/80:active {
  border-left-color: rgb(243 244 246 / 0.8);
  border-right-color: rgb(243 244 246 / 0.8);
}

.active\:border-x-gray-100\/90:active {
  border-left-color: rgb(243 244 246 / 0.9);
  border-right-color: rgb(243 244 246 / 0.9);
}

.active\:border-x-gray-100\/95:active {
  border-left-color: rgb(243 244 246 / 0.95);
  border-right-color: rgb(243 244 246 / 0.95);
}

.active\:border-x-gray-200:active {
  --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));
}

.active\:border-x-gray-200\/0:active {
  border-left-color: rgb(229 231 235 / 0);
  border-right-color: rgb(229 231 235 / 0);
}

.active\:border-x-gray-200\/10:active {
  border-left-color: rgb(229 231 235 / 0.1);
  border-right-color: rgb(229 231 235 / 0.1);
}

.active\:border-x-gray-200\/100:active {
  border-left-color: rgb(229 231 235 / 1);
  border-right-color: rgb(229 231 235 / 1);
}

.active\:border-x-gray-200\/20:active {
  border-left-color: rgb(229 231 235 / 0.2);
  border-right-color: rgb(229 231 235 / 0.2);
}

.active\:border-x-gray-200\/25:active {
  border-left-color: rgb(229 231 235 / 0.25);
  border-right-color: rgb(229 231 235 / 0.25);
}

.active\:border-x-gray-200\/30:active {
  border-left-color: rgb(229 231 235 / 0.3);
  border-right-color: rgb(229 231 235 / 0.3);
}

.active\:border-x-gray-200\/40:active {
  border-left-color: rgb(229 231 235 / 0.4);
  border-right-color: rgb(229 231 235 / 0.4);
}

.active\:border-x-gray-200\/5:active {
  border-left-color: rgb(229 231 235 / 0.05);
  border-right-color: rgb(229 231 235 / 0.05);
}

.active\:border-x-gray-200\/50:active {
  border-left-color: rgb(229 231 235 / 0.5);
  border-right-color: rgb(229 231 235 / 0.5);
}

.active\:border-x-gray-200\/60:active {
  border-left-color: rgb(229 231 235 / 0.6);
  border-right-color: rgb(229 231 235 / 0.6);
}

.active\:border-x-gray-200\/70:active {
  border-left-color: rgb(229 231 235 / 0.7);
  border-right-color: rgb(229 231 235 / 0.7);
}

.active\:border-x-gray-200\/75:active {
  border-left-color: rgb(229 231 235 / 0.75);
  border-right-color: rgb(229 231 235 / 0.75);
}

.active\:border-x-gray-200\/80:active {
  border-left-color: rgb(229 231 235 / 0.8);
  border-right-color: rgb(229 231 235 / 0.8);
}

.active\:border-x-gray-200\/90:active {
  border-left-color: rgb(229 231 235 / 0.9);
  border-right-color: rgb(229 231 235 / 0.9);
}

.active\:border-x-gray-200\/95:active {
  border-left-color: rgb(229 231 235 / 0.95);
  border-right-color: rgb(229 231 235 / 0.95);
}

.active\:border-x-gray-300:active {
  --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));
}

.active\:border-x-gray-300\/0:active {
  border-left-color: rgb(209 213 219 / 0);
  border-right-color: rgb(209 213 219 / 0);
}

.active\:border-x-gray-300\/10:active {
  border-left-color: rgb(209 213 219 / 0.1);
  border-right-color: rgb(209 213 219 / 0.1);
}

.active\:border-x-gray-300\/100:active {
  border-left-color: rgb(209 213 219 / 1);
  border-right-color: rgb(209 213 219 / 1);
}

.active\:border-x-gray-300\/20:active {
  border-left-color: rgb(209 213 219 / 0.2);
  border-right-color: rgb(209 213 219 / 0.2);
}

.active\:border-x-gray-300\/25:active {
  border-left-color: rgb(209 213 219 / 0.25);
  border-right-color: rgb(209 213 219 / 0.25);
}

.active\:border-x-gray-300\/30:active {
  border-left-color: rgb(209 213 219 / 0.3);
  border-right-color: rgb(209 213 219 / 0.3);
}

.active\:border-x-gray-300\/40:active {
  border-left-color: rgb(209 213 219 / 0.4);
  border-right-color: rgb(209 213 219 / 0.4);
}

.active\:border-x-gray-300\/5:active {
  border-left-color: rgb(209 213 219 / 0.05);
  border-right-color: rgb(209 213 219 / 0.05);
}

.active\:border-x-gray-300\/50:active {
  border-left-color: rgb(209 213 219 / 0.5);
  border-right-color: rgb(209 213 219 / 0.5);
}

.active\:border-x-gray-300\/60:active {
  border-left-color: rgb(209 213 219 / 0.6);
  border-right-color: rgb(209 213 219 / 0.6);
}

.active\:border-x-gray-300\/70:active {
  border-left-color: rgb(209 213 219 / 0.7);
  border-right-color: rgb(209 213 219 / 0.7);
}

.active\:border-x-gray-300\/75:active {
  border-left-color: rgb(209 213 219 / 0.75);
  border-right-color: rgb(209 213 219 / 0.75);
}

.active\:border-x-gray-300\/80:active {
  border-left-color: rgb(209 213 219 / 0.8);
  border-right-color: rgb(209 213 219 / 0.8);
}

.active\:border-x-gray-300\/90:active {
  border-left-color: rgb(209 213 219 / 0.9);
  border-right-color: rgb(209 213 219 / 0.9);
}

.active\:border-x-gray-300\/95:active {
  border-left-color: rgb(209 213 219 / 0.95);
  border-right-color: rgb(209 213 219 / 0.95);
}

.active\:border-x-gray-400:active {
  --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));
}

.active\:border-x-gray-400\/0:active {
  border-left-color: rgb(156 163 175 / 0);
  border-right-color: rgb(156 163 175 / 0);
}

.active\:border-x-gray-400\/10:active {
  border-left-color: rgb(156 163 175 / 0.1);
  border-right-color: rgb(156 163 175 / 0.1);
}

.active\:border-x-gray-400\/100:active {
  border-left-color: rgb(156 163 175 / 1);
  border-right-color: rgb(156 163 175 / 1);
}

.active\:border-x-gray-400\/20:active {
  border-left-color: rgb(156 163 175 / 0.2);
  border-right-color: rgb(156 163 175 / 0.2);
}

.active\:border-x-gray-400\/25:active {
  border-left-color: rgb(156 163 175 / 0.25);
  border-right-color: rgb(156 163 175 / 0.25);
}

.active\:border-x-gray-400\/30:active {
  border-left-color: rgb(156 163 175 / 0.3);
  border-right-color: rgb(156 163 175 / 0.3);
}

.active\:border-x-gray-400\/40:active {
  border-left-color: rgb(156 163 175 / 0.4);
  border-right-color: rgb(156 163 175 / 0.4);
}

.active\:border-x-gray-400\/5:active {
  border-left-color: rgb(156 163 175 / 0.05);
  border-right-color: rgb(156 163 175 / 0.05);
}

.active\:border-x-gray-400\/50:active {
  border-left-color: rgb(156 163 175 / 0.5);
  border-right-color: rgb(156 163 175 / 0.5);
}

.active\:border-x-gray-400\/60:active {
  border-left-color: rgb(156 163 175 / 0.6);
  border-right-color: rgb(156 163 175 / 0.6);
}

.active\:border-x-gray-400\/70:active {
  border-left-color: rgb(156 163 175 / 0.7);
  border-right-color: rgb(156 163 175 / 0.7);
}

.active\:border-x-gray-400\/75:active {
  border-left-color: rgb(156 163 175 / 0.75);
  border-right-color: rgb(156 163 175 / 0.75);
}

.active\:border-x-gray-400\/80:active {
  border-left-color: rgb(156 163 175 / 0.8);
  border-right-color: rgb(156 163 175 / 0.8);
}

.active\:border-x-gray-400\/90:active {
  border-left-color: rgb(156 163 175 / 0.9);
  border-right-color: rgb(156 163 175 / 0.9);
}

.active\:border-x-gray-400\/95:active {
  border-left-color: rgb(156 163 175 / 0.95);
  border-right-color: rgb(156 163 175 / 0.95);
}

.active\:border-x-gray-50:active {
  --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));
}

.active\:border-x-gray-50\/0:active {
  border-left-color: rgb(249 250 251 / 0);
  border-right-color: rgb(249 250 251 / 0);
}

.active\:border-x-gray-50\/10:active {
  border-left-color: rgb(249 250 251 / 0.1);
  border-right-color: rgb(249 250 251 / 0.1);
}

.active\:border-x-gray-50\/100:active {
  border-left-color: rgb(249 250 251 / 1);
  border-right-color: rgb(249 250 251 / 1);
}

.active\:border-x-gray-50\/20:active {
  border-left-color: rgb(249 250 251 / 0.2);
  border-right-color: rgb(249 250 251 / 0.2);
}

.active\:border-x-gray-50\/25:active {
  border-left-color: rgb(249 250 251 / 0.25);
  border-right-color: rgb(249 250 251 / 0.25);
}

.active\:border-x-gray-50\/30:active {
  border-left-color: rgb(249 250 251 / 0.3);
  border-right-color: rgb(249 250 251 / 0.3);
}

.active\:border-x-gray-50\/40:active {
  border-left-color: rgb(249 250 251 / 0.4);
  border-right-color: rgb(249 250 251 / 0.4);
}

.active\:border-x-gray-50\/5:active {
  border-left-color: rgb(249 250 251 / 0.05);
  border-right-color: rgb(249 250 251 / 0.05);
}

.active\:border-x-gray-50\/50:active {
  border-left-color: rgb(249 250 251 / 0.5);
  border-right-color: rgb(249 250 251 / 0.5);
}

.active\:border-x-gray-50\/60:active {
  border-left-color: rgb(249 250 251 / 0.6);
  border-right-color: rgb(249 250 251 / 0.6);
}

.active\:border-x-gray-50\/70:active {
  border-left-color: rgb(249 250 251 / 0.7);
  border-right-color: rgb(249 250 251 / 0.7);
}

.active\:border-x-gray-50\/75:active {
  border-left-color: rgb(249 250 251 / 0.75);
  border-right-color: rgb(249 250 251 / 0.75);
}

.active\:border-x-gray-50\/80:active {
  border-left-color: rgb(249 250 251 / 0.8);
  border-right-color: rgb(249 250 251 / 0.8);
}

.active\:border-x-gray-50\/90:active {
  border-left-color: rgb(249 250 251 / 0.9);
  border-right-color: rgb(249 250 251 / 0.9);
}

.active\:border-x-gray-50\/95:active {
  border-left-color: rgb(249 250 251 / 0.95);
  border-right-color: rgb(249 250 251 / 0.95);
}

.active\:border-x-gray-500:active {
  --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));
}

.active\:border-x-gray-500\/0:active {
  border-left-color: rgb(107 114 128 / 0);
  border-right-color: rgb(107 114 128 / 0);
}

.active\:border-x-gray-500\/10:active {
  border-left-color: rgb(107 114 128 / 0.1);
  border-right-color: rgb(107 114 128 / 0.1);
}

.active\:border-x-gray-500\/100:active {
  border-left-color: rgb(107 114 128 / 1);
  border-right-color: rgb(107 114 128 / 1);
}

.active\:border-x-gray-500\/20:active {
  border-left-color: rgb(107 114 128 / 0.2);
  border-right-color: rgb(107 114 128 / 0.2);
}

.active\:border-x-gray-500\/25:active {
  border-left-color: rgb(107 114 128 / 0.25);
  border-right-color: rgb(107 114 128 / 0.25);
}

.active\:border-x-gray-500\/30:active {
  border-left-color: rgb(107 114 128 / 0.3);
  border-right-color: rgb(107 114 128 / 0.3);
}

.active\:border-x-gray-500\/40:active {
  border-left-color: rgb(107 114 128 / 0.4);
  border-right-color: rgb(107 114 128 / 0.4);
}

.active\:border-x-gray-500\/5:active {
  border-left-color: rgb(107 114 128 / 0.05);
  border-right-color: rgb(107 114 128 / 0.05);
}

.active\:border-x-gray-500\/50:active {
  border-left-color: rgb(107 114 128 / 0.5);
  border-right-color: rgb(107 114 128 / 0.5);
}

.active\:border-x-gray-500\/60:active {
  border-left-color: rgb(107 114 128 / 0.6);
  border-right-color: rgb(107 114 128 / 0.6);
}

.active\:border-x-gray-500\/70:active {
  border-left-color: rgb(107 114 128 / 0.7);
  border-right-color: rgb(107 114 128 / 0.7);
}

.active\:border-x-gray-500\/75:active {
  border-left-color: rgb(107 114 128 / 0.75);
  border-right-color: rgb(107 114 128 / 0.75);
}

.active\:border-x-gray-500\/80:active {
  border-left-color: rgb(107 114 128 / 0.8);
  border-right-color: rgb(107 114 128 / 0.8);
}

.active\:border-x-gray-500\/90:active {
  border-left-color: rgb(107 114 128 / 0.9);
  border-right-color: rgb(107 114 128 / 0.9);
}

.active\:border-x-gray-500\/95:active {
  border-left-color: rgb(107 114 128 / 0.95);
  border-right-color: rgb(107 114 128 / 0.95);
}

.active\:border-x-gray-600:active {
  --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));
}

.active\:border-x-gray-600\/0:active {
  border-left-color: rgb(75 85 99 / 0);
  border-right-color: rgb(75 85 99 / 0);
}

.active\:border-x-gray-600\/10:active {
  border-left-color: rgb(75 85 99 / 0.1);
  border-right-color: rgb(75 85 99 / 0.1);
}

.active\:border-x-gray-600\/100:active {
  border-left-color: rgb(75 85 99 / 1);
  border-right-color: rgb(75 85 99 / 1);
}

.active\:border-x-gray-600\/20:active {
  border-left-color: rgb(75 85 99 / 0.2);
  border-right-color: rgb(75 85 99 / 0.2);
}

.active\:border-x-gray-600\/25:active {
  border-left-color: rgb(75 85 99 / 0.25);
  border-right-color: rgb(75 85 99 / 0.25);
}

.active\:border-x-gray-600\/30:active {
  border-left-color: rgb(75 85 99 / 0.3);
  border-right-color: rgb(75 85 99 / 0.3);
}

.active\:border-x-gray-600\/40:active {
  border-left-color: rgb(75 85 99 / 0.4);
  border-right-color: rgb(75 85 99 / 0.4);
}

.active\:border-x-gray-600\/5:active {
  border-left-color: rgb(75 85 99 / 0.05);
  border-right-color: rgb(75 85 99 / 0.05);
}

.active\:border-x-gray-600\/50:active {
  border-left-color: rgb(75 85 99 / 0.5);
  border-right-color: rgb(75 85 99 / 0.5);
}

.active\:border-x-gray-600\/60:active {
  border-left-color: rgb(75 85 99 / 0.6);
  border-right-color: rgb(75 85 99 / 0.6);
}

.active\:border-x-gray-600\/70:active {
  border-left-color: rgb(75 85 99 / 0.7);
  border-right-color: rgb(75 85 99 / 0.7);
}

.active\:border-x-gray-600\/75:active {
  border-left-color: rgb(75 85 99 / 0.75);
  border-right-color: rgb(75 85 99 / 0.75);
}

.active\:border-x-gray-600\/80:active {
  border-left-color: rgb(75 85 99 / 0.8);
  border-right-color: rgb(75 85 99 / 0.8);
}

.active\:border-x-gray-600\/90:active {
  border-left-color: rgb(75 85 99 / 0.9);
  border-right-color: rgb(75 85 99 / 0.9);
}

.active\:border-x-gray-600\/95:active {
  border-left-color: rgb(75 85 99 / 0.95);
  border-right-color: rgb(75 85 99 / 0.95);
}

.active\:border-x-gray-700:active {
  --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));
}

.active\:border-x-gray-700\/0:active {
  border-left-color: rgb(55 65 81 / 0);
  border-right-color: rgb(55 65 81 / 0);
}

.active\:border-x-gray-700\/10:active {
  border-left-color: rgb(55 65 81 / 0.1);
  border-right-color: rgb(55 65 81 / 0.1);
}

.active\:border-x-gray-700\/100:active {
  border-left-color: rgb(55 65 81 / 1);
  border-right-color: rgb(55 65 81 / 1);
}

.active\:border-x-gray-700\/20:active {
  border-left-color: rgb(55 65 81 / 0.2);
  border-right-color: rgb(55 65 81 / 0.2);
}

.active\:border-x-gray-700\/25:active {
  border-left-color: rgb(55 65 81 / 0.25);
  border-right-color: rgb(55 65 81 / 0.25);
}

.active\:border-x-gray-700\/30:active {
  border-left-color: rgb(55 65 81 / 0.3);
  border-right-color: rgb(55 65 81 / 0.3);
}

.active\:border-x-gray-700\/40:active {
  border-left-color: rgb(55 65 81 / 0.4);
  border-right-color: rgb(55 65 81 / 0.4);
}

.active\:border-x-gray-700\/5:active {
  border-left-color: rgb(55 65 81 / 0.05);
  border-right-color: rgb(55 65 81 / 0.05);
}

.active\:border-x-gray-700\/50:active {
  border-left-color: rgb(55 65 81 / 0.5);
  border-right-color: rgb(55 65 81 / 0.5);
}

.active\:border-x-gray-700\/60:active {
  border-left-color: rgb(55 65 81 / 0.6);
  border-right-color: rgb(55 65 81 / 0.6);
}

.active\:border-x-gray-700\/70:active {
  border-left-color: rgb(55 65 81 / 0.7);
  border-right-color: rgb(55 65 81 / 0.7);
}

.active\:border-x-gray-700\/75:active {
  border-left-color: rgb(55 65 81 / 0.75);
  border-right-color: rgb(55 65 81 / 0.75);
}

.active\:border-x-gray-700\/80:active {
  border-left-color: rgb(55 65 81 / 0.8);
  border-right-color: rgb(55 65 81 / 0.8);
}

.active\:border-x-gray-700\/90:active {
  border-left-color: rgb(55 65 81 / 0.9);
  border-right-color: rgb(55 65 81 / 0.9);
}

.active\:border-x-gray-700\/95:active {
  border-left-color: rgb(55 65 81 / 0.95);
  border-right-color: rgb(55 65 81 / 0.95);
}

.active\:border-x-gray-800:active {
  --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));
}

.active\:border-x-gray-800\/0:active {
  border-left-color: rgb(31 41 55 / 0);
  border-right-color: rgb(31 41 55 / 0);
}

.active\:border-x-gray-800\/10:active {
  border-left-color: rgb(31 41 55 / 0.1);
  border-right-color: rgb(31 41 55 / 0.1);
}

.active\:border-x-gray-800\/100:active {
  border-left-color: rgb(31 41 55 / 1);
  border-right-color: rgb(31 41 55 / 1);
}

.active\:border-x-gray-800\/20:active {
  border-left-color: rgb(31 41 55 / 0.2);
  border-right-color: rgb(31 41 55 / 0.2);
}

.active\:border-x-gray-800\/25:active {
  border-left-color: rgb(31 41 55 / 0.25);
  border-right-color: rgb(31 41 55 / 0.25);
}

.active\:border-x-gray-800\/30:active {
  border-left-color: rgb(31 41 55 / 0.3);
  border-right-color: rgb(31 41 55 / 0.3);
}

.active\:border-x-gray-800\/40:active {
  border-left-color: rgb(31 41 55 / 0.4);
  border-right-color: rgb(31 41 55 / 0.4);
}

.active\:border-x-gray-800\/5:active {
  border-left-color: rgb(31 41 55 / 0.05);
  border-right-color: rgb(31 41 55 / 0.05);
}

.active\:border-x-gray-800\/50:active {
  border-left-color: rgb(31 41 55 / 0.5);
  border-right-color: rgb(31 41 55 / 0.5);
}

.active\:border-x-gray-800\/60:active {
  border-left-color: rgb(31 41 55 / 0.6);
  border-right-color: rgb(31 41 55 / 0.6);
}

.active\:border-x-gray-800\/70:active {
  border-left-color: rgb(31 41 55 / 0.7);
  border-right-color: rgb(31 41 55 / 0.7);
}

.active\:border-x-gray-800\/75:active {
  border-left-color: rgb(31 41 55 / 0.75);
  border-right-color: rgb(31 41 55 / 0.75);
}

.active\:border-x-gray-800\/80:active {
  border-left-color: rgb(31 41 55 / 0.8);
  border-right-color: rgb(31 41 55 / 0.8);
}

.active\:border-x-gray-800\/90:active {
  border-left-color: rgb(31 41 55 / 0.9);
  border-right-color: rgb(31 41 55 / 0.9);
}

.active\:border-x-gray-800\/95:active {
  border-left-color: rgb(31 41 55 / 0.95);
  border-right-color: rgb(31 41 55 / 0.95);
}

.active\:border-x-gray-900:active {
  --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));
}

.active\:border-x-gray-900\/0:active {
  border-left-color: rgb(17 24 39 / 0);
  border-right-color: rgb(17 24 39 / 0);
}

.active\:border-x-gray-900\/10:active {
  border-left-color: rgb(17 24 39 / 0.1);
  border-right-color: rgb(17 24 39 / 0.1);
}

.active\:border-x-gray-900\/100:active {
  border-left-color: rgb(17 24 39 / 1);
  border-right-color: rgb(17 24 39 / 1);
}

.active\:border-x-gray-900\/20:active {
  border-left-color: rgb(17 24 39 / 0.2);
  border-right-color: rgb(17 24 39 / 0.2);
}

.active\:border-x-gray-900\/25:active {
  border-left-color: rgb(17 24 39 / 0.25);
  border-right-color: rgb(17 24 39 / 0.25);
}

.active\:border-x-gray-900\/30:active {
  border-left-color: rgb(17 24 39 / 0.3);
  border-right-color: rgb(17 24 39 / 0.3);
}

.active\:border-x-gray-900\/40:active {
  border-left-color: rgb(17 24 39 / 0.4);
  border-right-color: rgb(17 24 39 / 0.4);
}

.active\:border-x-gray-900\/5:active {
  border-left-color: rgb(17 24 39 / 0.05);
  border-right-color: rgb(17 24 39 / 0.05);
}

.active\:border-x-gray-900\/50:active {
  border-left-color: rgb(17 24 39 / 0.5);
  border-right-color: rgb(17 24 39 / 0.5);
}

.active\:border-x-gray-900\/60:active {
  border-left-color: rgb(17 24 39 / 0.6);
  border-right-color: rgb(17 24 39 / 0.6);
}

.active\:border-x-gray-900\/70:active {
  border-left-color: rgb(17 24 39 / 0.7);
  border-right-color: rgb(17 24 39 / 0.7);
}

.active\:border-x-gray-900\/75:active {
  border-left-color: rgb(17 24 39 / 0.75);
  border-right-color: rgb(17 24 39 / 0.75);
}

.active\:border-x-gray-900\/80:active {
  border-left-color: rgb(17 24 39 / 0.8);
  border-right-color: rgb(17 24 39 / 0.8);
}

.active\:border-x-gray-900\/90:active {
  border-left-color: rgb(17 24 39 / 0.9);
  border-right-color: rgb(17 24 39 / 0.9);
}

.active\:border-x-gray-900\/95:active {
  border-left-color: rgb(17 24 39 / 0.95);
  border-right-color: rgb(17 24 39 / 0.95);
}

.active\:border-x-gray-950:active {
  --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));
}

.active\:border-x-gray-950\/0:active {
  border-left-color: rgb(3 7 18 / 0);
  border-right-color: rgb(3 7 18 / 0);
}

.active\:border-x-gray-950\/10:active {
  border-left-color: rgb(3 7 18 / 0.1);
  border-right-color: rgb(3 7 18 / 0.1);
}

.active\:border-x-gray-950\/100:active {
  border-left-color: rgb(3 7 18 / 1);
  border-right-color: rgb(3 7 18 / 1);
}

.active\:border-x-gray-950\/20:active {
  border-left-color: rgb(3 7 18 / 0.2);
  border-right-color: rgb(3 7 18 / 0.2);
}

.active\:border-x-gray-950\/25:active {
  border-left-color: rgb(3 7 18 / 0.25);
  border-right-color: rgb(3 7 18 / 0.25);
}

.active\:border-x-gray-950\/30:active {
  border-left-color: rgb(3 7 18 / 0.3);
  border-right-color: rgb(3 7 18 / 0.3);
}

.active\:border-x-gray-950\/40:active {
  border-left-color: rgb(3 7 18 / 0.4);
  border-right-color: rgb(3 7 18 / 0.4);
}

.active\:border-x-gray-950\/5:active {
  border-left-color: rgb(3 7 18 / 0.05);
  border-right-color: rgb(3 7 18 / 0.05);
}

.active\:border-x-gray-950\/50:active {
  border-left-color: rgb(3 7 18 / 0.5);
  border-right-color: rgb(3 7 18 / 0.5);
}

.active\:border-x-gray-950\/60:active {
  border-left-color: rgb(3 7 18 / 0.6);
  border-right-color: rgb(3 7 18 / 0.6);
}

.active\:border-x-gray-950\/70:active {
  border-left-color: rgb(3 7 18 / 0.7);
  border-right-color: rgb(3 7 18 / 0.7);
}

.active\:border-x-gray-950\/75:active {
  border-left-color: rgb(3 7 18 / 0.75);
  border-right-color: rgb(3 7 18 / 0.75);
}

.active\:border-x-gray-950\/80:active {
  border-left-color: rgb(3 7 18 / 0.8);
  border-right-color: rgb(3 7 18 / 0.8);
}

.active\:border-x-gray-950\/90:active {
  border-left-color: rgb(3 7 18 / 0.9);
  border-right-color: rgb(3 7 18 / 0.9);
}

.active\:border-x-gray-950\/95:active {
  border-left-color: rgb(3 7 18 / 0.95);
  border-right-color: rgb(3 7 18 / 0.95);
}

.active\:border-x-green-100:active {
  --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));
}

.active\:border-x-green-100\/0:active {
  border-left-color: rgb(220 252 231 / 0);
  border-right-color: rgb(220 252 231 / 0);
}

.active\:border-x-green-100\/10:active {
  border-left-color: rgb(220 252 231 / 0.1);
  border-right-color: rgb(220 252 231 / 0.1);
}

.active\:border-x-green-100\/100:active {
  border-left-color: rgb(220 252 231 / 1);
  border-right-color: rgb(220 252 231 / 1);
}

.active\:border-x-green-100\/20:active {
  border-left-color: rgb(220 252 231 / 0.2);
  border-right-color: rgb(220 252 231 / 0.2);
}

.active\:border-x-green-100\/25:active {
  border-left-color: rgb(220 252 231 / 0.25);
  border-right-color: rgb(220 252 231 / 0.25);
}

.active\:border-x-green-100\/30:active {
  border-left-color: rgb(220 252 231 / 0.3);
  border-right-color: rgb(220 252 231 / 0.3);
}

.active\:border-x-green-100\/40:active {
  border-left-color: rgb(220 252 231 / 0.4);
  border-right-color: rgb(220 252 231 / 0.4);
}

.active\:border-x-green-100\/5:active {
  border-left-color: rgb(220 252 231 / 0.05);
  border-right-color: rgb(220 252 231 / 0.05);
}

.active\:border-x-green-100\/50:active {
  border-left-color: rgb(220 252 231 / 0.5);
  border-right-color: rgb(220 252 231 / 0.5);
}

.active\:border-x-green-100\/60:active {
  border-left-color: rgb(220 252 231 / 0.6);
  border-right-color: rgb(220 252 231 / 0.6);
}

.active\:border-x-green-100\/70:active {
  border-left-color: rgb(220 252 231 / 0.7);
  border-right-color: rgb(220 252 231 / 0.7);
}

.active\:border-x-green-100\/75:active {
  border-left-color: rgb(220 252 231 / 0.75);
  border-right-color: rgb(220 252 231 / 0.75);
}

.active\:border-x-green-100\/80:active {
  border-left-color: rgb(220 252 231 / 0.8);
  border-right-color: rgb(220 252 231 / 0.8);
}

.active\:border-x-green-100\/90:active {
  border-left-color: rgb(220 252 231 / 0.9);
  border-right-color: rgb(220 252 231 / 0.9);
}

.active\:border-x-green-100\/95:active {
  border-left-color: rgb(220 252 231 / 0.95);
  border-right-color: rgb(220 252 231 / 0.95);
}

.active\:border-x-green-200:active {
  --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));
}

.active\:border-x-green-200\/0:active {
  border-left-color: rgb(187 247 208 / 0);
  border-right-color: rgb(187 247 208 / 0);
}

.active\:border-x-green-200\/10:active {
  border-left-color: rgb(187 247 208 / 0.1);
  border-right-color: rgb(187 247 208 / 0.1);
}

.active\:border-x-green-200\/100:active {
  border-left-color: rgb(187 247 208 / 1);
  border-right-color: rgb(187 247 208 / 1);
}

.active\:border-x-green-200\/20:active {
  border-left-color: rgb(187 247 208 / 0.2);
  border-right-color: rgb(187 247 208 / 0.2);
}

.active\:border-x-green-200\/25:active {
  border-left-color: rgb(187 247 208 / 0.25);
  border-right-color: rgb(187 247 208 / 0.25);
}

.active\:border-x-green-200\/30:active {
  border-left-color: rgb(187 247 208 / 0.3);
  border-right-color: rgb(187 247 208 / 0.3);
}

.active\:border-x-green-200\/40:active {
  border-left-color: rgb(187 247 208 / 0.4);
  border-right-color: rgb(187 247 208 / 0.4);
}

.active\:border-x-green-200\/5:active {
  border-left-color: rgb(187 247 208 / 0.05);
  border-right-color: rgb(187 247 208 / 0.05);
}

.active\:border-x-green-200\/50:active {
  border-left-color: rgb(187 247 208 / 0.5);
  border-right-color: rgb(187 247 208 / 0.5);
}

.active\:border-x-green-200\/60:active {
  border-left-color: rgb(187 247 208 / 0.6);
  border-right-color: rgb(187 247 208 / 0.6);
}

.active\:border-x-green-200\/70:active {
  border-left-color: rgb(187 247 208 / 0.7);
  border-right-color: rgb(187 247 208 / 0.7);
}

.active\:border-x-green-200\/75:active {
  border-left-color: rgb(187 247 208 / 0.75);
  border-right-color: rgb(187 247 208 / 0.75);
}

.active\:border-x-green-200\/80:active {
  border-left-color: rgb(187 247 208 / 0.8);
  border-right-color: rgb(187 247 208 / 0.8);
}

.active\:border-x-green-200\/90:active {
  border-left-color: rgb(187 247 208 / 0.9);
  border-right-color: rgb(187 247 208 / 0.9);
}

.active\:border-x-green-200\/95:active {
  border-left-color: rgb(187 247 208 / 0.95);
  border-right-color: rgb(187 247 208 / 0.95);
}

.active\:border-x-green-300:active {
  --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));
}

.active\:border-x-green-300\/0:active {
  border-left-color: rgb(134 239 172 / 0);
  border-right-color: rgb(134 239 172 / 0);
}

.active\:border-x-green-300\/10:active {
  border-left-color: rgb(134 239 172 / 0.1);
  border-right-color: rgb(134 239 172 / 0.1);
}

.active\:border-x-green-300\/100:active {
  border-left-color: rgb(134 239 172 / 1);
  border-right-color: rgb(134 239 172 / 1);
}

.active\:border-x-green-300\/20:active {
  border-left-color: rgb(134 239 172 / 0.2);
  border-right-color: rgb(134 239 172 / 0.2);
}

.active\:border-x-green-300\/25:active {
  border-left-color: rgb(134 239 172 / 0.25);
  border-right-color: rgb(134 239 172 / 0.25);
}

.active\:border-x-green-300\/30:active {
  border-left-color: rgb(134 239 172 / 0.3);
  border-right-color: rgb(134 239 172 / 0.3);
}

.active\:border-x-green-300\/40:active {
  border-left-color: rgb(134 239 172 / 0.4);
  border-right-color: rgb(134 239 172 / 0.4);
}

.active\:border-x-green-300\/5:active {
  border-left-color: rgb(134 239 172 / 0.05);
  border-right-color: rgb(134 239 172 / 0.05);
}

.active\:border-x-green-300\/50:active {
  border-left-color: rgb(134 239 172 / 0.5);
  border-right-color: rgb(134 239 172 / 0.5);
}

.active\:border-x-green-300\/60:active {
  border-left-color: rgb(134 239 172 / 0.6);
  border-right-color: rgb(134 239 172 / 0.6);
}

.active\:border-x-green-300\/70:active {
  border-left-color: rgb(134 239 172 / 0.7);
  border-right-color: rgb(134 239 172 / 0.7);
}

.active\:border-x-green-300\/75:active {
  border-left-color: rgb(134 239 172 / 0.75);
  border-right-color: rgb(134 239 172 / 0.75);
}

.active\:border-x-green-300\/80:active {
  border-left-color: rgb(134 239 172 / 0.8);
  border-right-color: rgb(134 239 172 / 0.8);
}

.active\:border-x-green-300\/90:active {
  border-left-color: rgb(134 239 172 / 0.9);
  border-right-color: rgb(134 239 172 / 0.9);
}

.active\:border-x-green-300\/95:active {
  border-left-color: rgb(134 239 172 / 0.95);
  border-right-color: rgb(134 239 172 / 0.95);
}

.active\:border-x-green-400:active {
  --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));
}

.active\:border-x-green-400\/0:active {
  border-left-color: rgb(74 222 128 / 0);
  border-right-color: rgb(74 222 128 / 0);
}

.active\:border-x-green-400\/10:active {
  border-left-color: rgb(74 222 128 / 0.1);
  border-right-color: rgb(74 222 128 / 0.1);
}

.active\:border-x-green-400\/100:active {
  border-left-color: rgb(74 222 128 / 1);
  border-right-color: rgb(74 222 128 / 1);
}

.active\:border-x-green-400\/20:active {
  border-left-color: rgb(74 222 128 / 0.2);
  border-right-color: rgb(74 222 128 / 0.2);
}

.active\:border-x-green-400\/25:active {
  border-left-color: rgb(74 222 128 / 0.25);
  border-right-color: rgb(74 222 128 / 0.25);
}

.active\:border-x-green-400\/30:active {
  border-left-color: rgb(74 222 128 / 0.3);
  border-right-color: rgb(74 222 128 / 0.3);
}

.active\:border-x-green-400\/40:active {
  border-left-color: rgb(74 222 128 / 0.4);
  border-right-color: rgb(74 222 128 / 0.4);
}

.active\:border-x-green-400\/5:active {
  border-left-color: rgb(74 222 128 / 0.05);
  border-right-color: rgb(74 222 128 / 0.05);
}

.active\:border-x-green-400\/50:active {
  border-left-color: rgb(74 222 128 / 0.5);
  border-right-color: rgb(74 222 128 / 0.5);
}

.active\:border-x-green-400\/60:active {
  border-left-color: rgb(74 222 128 / 0.6);
  border-right-color: rgb(74 222 128 / 0.6);
}

.active\:border-x-green-400\/70:active {
  border-left-color: rgb(74 222 128 / 0.7);
  border-right-color: rgb(74 222 128 / 0.7);
}

.active\:border-x-green-400\/75:active {
  border-left-color: rgb(74 222 128 / 0.75);
  border-right-color: rgb(74 222 128 / 0.75);
}

.active\:border-x-green-400\/80:active {
  border-left-color: rgb(74 222 128 / 0.8);
  border-right-color: rgb(74 222 128 / 0.8);
}

.active\:border-x-green-400\/90:active {
  border-left-color: rgb(74 222 128 / 0.9);
  border-right-color: rgb(74 222 128 / 0.9);
}

.active\:border-x-green-400\/95:active {
  border-left-color: rgb(74 222 128 / 0.95);
  border-right-color: rgb(74 222 128 / 0.95);
}

.active\:border-x-green-50:active {
  --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));
}

.active\:border-x-green-50\/0:active {
  border-left-color: rgb(240 253 244 / 0);
  border-right-color: rgb(240 253 244 / 0);
}

.active\:border-x-green-50\/10:active {
  border-left-color: rgb(240 253 244 / 0.1);
  border-right-color: rgb(240 253 244 / 0.1);
}

.active\:border-x-green-50\/100:active {
  border-left-color: rgb(240 253 244 / 1);
  border-right-color: rgb(240 253 244 / 1);
}

.active\:border-x-green-50\/20:active {
  border-left-color: rgb(240 253 244 / 0.2);
  border-right-color: rgb(240 253 244 / 0.2);
}

.active\:border-x-green-50\/25:active {
  border-left-color: rgb(240 253 244 / 0.25);
  border-right-color: rgb(240 253 244 / 0.25);
}

.active\:border-x-green-50\/30:active {
  border-left-color: rgb(240 253 244 / 0.3);
  border-right-color: rgb(240 253 244 / 0.3);
}

.active\:border-x-green-50\/40:active {
  border-left-color: rgb(240 253 244 / 0.4);
  border-right-color: rgb(240 253 244 / 0.4);
}

.active\:border-x-green-50\/5:active {
  border-left-color: rgb(240 253 244 / 0.05);
  border-right-color: rgb(240 253 244 / 0.05);
}

.active\:border-x-green-50\/50:active {
  border-left-color: rgb(240 253 244 / 0.5);
  border-right-color: rgb(240 253 244 / 0.5);
}

.active\:border-x-green-50\/60:active {
  border-left-color: rgb(240 253 244 / 0.6);
  border-right-color: rgb(240 253 244 / 0.6);
}

.active\:border-x-green-50\/70:active {
  border-left-color: rgb(240 253 244 / 0.7);
  border-right-color: rgb(240 253 244 / 0.7);
}

.active\:border-x-green-50\/75:active {
  border-left-color: rgb(240 253 244 / 0.75);
  border-right-color: rgb(240 253 244 / 0.75);
}

.active\:border-x-green-50\/80:active {
  border-left-color: rgb(240 253 244 / 0.8);
  border-right-color: rgb(240 253 244 / 0.8);
}

.active\:border-x-green-50\/90:active {
  border-left-color: rgb(240 253 244 / 0.9);
  border-right-color: rgb(240 253 244 / 0.9);
}

.active\:border-x-green-50\/95:active {
  border-left-color: rgb(240 253 244 / 0.95);
  border-right-color: rgb(240 253 244 / 0.95);
}

.active\:border-x-green-500:active {
  --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));
}

.active\:border-x-green-500\/0:active {
  border-left-color: rgb(34 197 94 / 0);
  border-right-color: rgb(34 197 94 / 0);
}

.active\:border-x-green-500\/10:active {
  border-left-color: rgb(34 197 94 / 0.1);
  border-right-color: rgb(34 197 94 / 0.1);
}

.active\:border-x-green-500\/100:active {
  border-left-color: rgb(34 197 94 / 1);
  border-right-color: rgb(34 197 94 / 1);
}

.active\:border-x-green-500\/20:active {
  border-left-color: rgb(34 197 94 / 0.2);
  border-right-color: rgb(34 197 94 / 0.2);
}

.active\:border-x-green-500\/25:active {
  border-left-color: rgb(34 197 94 / 0.25);
  border-right-color: rgb(34 197 94 / 0.25);
}

.active\:border-x-green-500\/30:active {
  border-left-color: rgb(34 197 94 / 0.3);
  border-right-color: rgb(34 197 94 / 0.3);
}

.active\:border-x-green-500\/40:active {
  border-left-color: rgb(34 197 94 / 0.4);
  border-right-color: rgb(34 197 94 / 0.4);
}

.active\:border-x-green-500\/5:active {
  border-left-color: rgb(34 197 94 / 0.05);
  border-right-color: rgb(34 197 94 / 0.05);
}

.active\:border-x-green-500\/50:active {
  border-left-color: rgb(34 197 94 / 0.5);
  border-right-color: rgb(34 197 94 / 0.5);
}

.active\:border-x-green-500\/60:active {
  border-left-color: rgb(34 197 94 / 0.6);
  border-right-color: rgb(34 197 94 / 0.6);
}

.active\:border-x-green-500\/70:active {
  border-left-color: rgb(34 197 94 / 0.7);
  border-right-color: rgb(34 197 94 / 0.7);
}

.active\:border-x-green-500\/75:active {
  border-left-color: rgb(34 197 94 / 0.75);
  border-right-color: rgb(34 197 94 / 0.75);
}

.active\:border-x-green-500\/80:active {
  border-left-color: rgb(34 197 94 / 0.8);
  border-right-color: rgb(34 197 94 / 0.8);
}

.active\:border-x-green-500\/90:active {
  border-left-color: rgb(34 197 94 / 0.9);
  border-right-color: rgb(34 197 94 / 0.9);
}

.active\:border-x-green-500\/95:active {
  border-left-color: rgb(34 197 94 / 0.95);
  border-right-color: rgb(34 197 94 / 0.95);
}

.active\:border-x-green-600:active {
  --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));
}

.active\:border-x-green-600\/0:active {
  border-left-color: rgb(22 163 74 / 0);
  border-right-color: rgb(22 163 74 / 0);
}

.active\:border-x-green-600\/10:active {
  border-left-color: rgb(22 163 74 / 0.1);
  border-right-color: rgb(22 163 74 / 0.1);
}

.active\:border-x-green-600\/100:active {
  border-left-color: rgb(22 163 74 / 1);
  border-right-color: rgb(22 163 74 / 1);
}

.active\:border-x-green-600\/20:active {
  border-left-color: rgb(22 163 74 / 0.2);
  border-right-color: rgb(22 163 74 / 0.2);
}

.active\:border-x-green-600\/25:active {
  border-left-color: rgb(22 163 74 / 0.25);
  border-right-color: rgb(22 163 74 / 0.25);
}

.active\:border-x-green-600\/30:active {
  border-left-color: rgb(22 163 74 / 0.3);
  border-right-color: rgb(22 163 74 / 0.3);
}

.active\:border-x-green-600\/40:active {
  border-left-color: rgb(22 163 74 / 0.4);
  border-right-color: rgb(22 163 74 / 0.4);
}

.active\:border-x-green-600\/5:active {
  border-left-color: rgb(22 163 74 / 0.05);
  border-right-color: rgb(22 163 74 / 0.05);
}

.active\:border-x-green-600\/50:active {
  border-left-color: rgb(22 163 74 / 0.5);
  border-right-color: rgb(22 163 74 / 0.5);
}

.active\:border-x-green-600\/60:active {
  border-left-color: rgb(22 163 74 / 0.6);
  border-right-color: rgb(22 163 74 / 0.6);
}

.active\:border-x-green-600\/70:active {
  border-left-color: rgb(22 163 74 / 0.7);
  border-right-color: rgb(22 163 74 / 0.7);
}

.active\:border-x-green-600\/75:active {
  border-left-color: rgb(22 163 74 / 0.75);
  border-right-color: rgb(22 163 74 / 0.75);
}

.active\:border-x-green-600\/80:active {
  border-left-color: rgb(22 163 74 / 0.8);
  border-right-color: rgb(22 163 74 / 0.8);
}

.active\:border-x-green-600\/90:active {
  border-left-color: rgb(22 163 74 / 0.9);
  border-right-color: rgb(22 163 74 / 0.9);
}

.active\:border-x-green-600\/95:active {
  border-left-color: rgb(22 163 74 / 0.95);
  border-right-color: rgb(22 163 74 / 0.95);
}

.active\:border-x-green-700:active {
  --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));
}

.active\:border-x-green-700\/0:active {
  border-left-color: rgb(21 128 61 / 0);
  border-right-color: rgb(21 128 61 / 0);
}

.active\:border-x-green-700\/10:active {
  border-left-color: rgb(21 128 61 / 0.1);
  border-right-color: rgb(21 128 61 / 0.1);
}

.active\:border-x-green-700\/100:active {
  border-left-color: rgb(21 128 61 / 1);
  border-right-color: rgb(21 128 61 / 1);
}

.active\:border-x-green-700\/20:active {
  border-left-color: rgb(21 128 61 / 0.2);
  border-right-color: rgb(21 128 61 / 0.2);
}

.active\:border-x-green-700\/25:active {
  border-left-color: rgb(21 128 61 / 0.25);
  border-right-color: rgb(21 128 61 / 0.25);
}

.active\:border-x-green-700\/30:active {
  border-left-color: rgb(21 128 61 / 0.3);
  border-right-color: rgb(21 128 61 / 0.3);
}

.active\:border-x-green-700\/40:active {
  border-left-color: rgb(21 128 61 / 0.4);
  border-right-color: rgb(21 128 61 / 0.4);
}

.active\:border-x-green-700\/5:active {
  border-left-color: rgb(21 128 61 / 0.05);
  border-right-color: rgb(21 128 61 / 0.05);
}

.active\:border-x-green-700\/50:active {
  border-left-color: rgb(21 128 61 / 0.5);
  border-right-color: rgb(21 128 61 / 0.5);
}

.active\:border-x-green-700\/60:active {
  border-left-color: rgb(21 128 61 / 0.6);
  border-right-color: rgb(21 128 61 / 0.6);
}

.active\:border-x-green-700\/70:active {
  border-left-color: rgb(21 128 61 / 0.7);
  border-right-color: rgb(21 128 61 / 0.7);
}

.active\:border-x-green-700\/75:active {
  border-left-color: rgb(21 128 61 / 0.75);
  border-right-color: rgb(21 128 61 / 0.75);
}

.active\:border-x-green-700\/80:active {
  border-left-color: rgb(21 128 61 / 0.8);
  border-right-color: rgb(21 128 61 / 0.8);
}

.active\:border-x-green-700\/90:active {
  border-left-color: rgb(21 128 61 / 0.9);
  border-right-color: rgb(21 128 61 / 0.9);
}

.active\:border-x-green-700\/95:active {
  border-left-color: rgb(21 128 61 / 0.95);
  border-right-color: rgb(21 128 61 / 0.95);
}

.active\:border-x-green-800:active {
  --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));
}

.active\:border-x-green-800\/0:active {
  border-left-color: rgb(22 101 52 / 0);
  border-right-color: rgb(22 101 52 / 0);
}

.active\:border-x-green-800\/10:active {
  border-left-color: rgb(22 101 52 / 0.1);
  border-right-color: rgb(22 101 52 / 0.1);
}

.active\:border-x-green-800\/100:active {
  border-left-color: rgb(22 101 52 / 1);
  border-right-color: rgb(22 101 52 / 1);
}

.active\:border-x-green-800\/20:active {
  border-left-color: rgb(22 101 52 / 0.2);
  border-right-color: rgb(22 101 52 / 0.2);
}

.active\:border-x-green-800\/25:active {
  border-left-color: rgb(22 101 52 / 0.25);
  border-right-color: rgb(22 101 52 / 0.25);
}

.active\:border-x-green-800\/30:active {
  border-left-color: rgb(22 101 52 / 0.3);
  border-right-color: rgb(22 101 52 / 0.3);
}

.active\:border-x-green-800\/40:active {
  border-left-color: rgb(22 101 52 / 0.4);
  border-right-color: rgb(22 101 52 / 0.4);
}

.active\:border-x-green-800\/5:active {
  border-left-color: rgb(22 101 52 / 0.05);
  border-right-color: rgb(22 101 52 / 0.05);
}

.active\:border-x-green-800\/50:active {
  border-left-color: rgb(22 101 52 / 0.5);
  border-right-color: rgb(22 101 52 / 0.5);
}

.active\:border-x-green-800\/60:active {
  border-left-color: rgb(22 101 52 / 0.6);
  border-right-color: rgb(22 101 52 / 0.6);
}

.active\:border-x-green-800\/70:active {
  border-left-color: rgb(22 101 52 / 0.7);
  border-right-color: rgb(22 101 52 / 0.7);
}

.active\:border-x-green-800\/75:active {
  border-left-color: rgb(22 101 52 / 0.75);
  border-right-color: rgb(22 101 52 / 0.75);
}

.active\:border-x-green-800\/80:active {
  border-left-color: rgb(22 101 52 / 0.8);
  border-right-color: rgb(22 101 52 / 0.8);
}

.active\:border-x-green-800\/90:active {
  border-left-color: rgb(22 101 52 / 0.9);
  border-right-color: rgb(22 101 52 / 0.9);
}

.active\:border-x-green-800\/95:active {
  border-left-color: rgb(22 101 52 / 0.95);
  border-right-color: rgb(22 101 52 / 0.95);
}

.active\:border-x-green-900:active {
  --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));
}

.active\:border-x-green-900\/0:active {
  border-left-color: rgb(20 83 45 / 0);
  border-right-color: rgb(20 83 45 / 0);
}

.active\:border-x-green-900\/10:active {
  border-left-color: rgb(20 83 45 / 0.1);
  border-right-color: rgb(20 83 45 / 0.1);
}

.active\:border-x-green-900\/100:active {
  border-left-color: rgb(20 83 45 / 1);
  border-right-color: rgb(20 83 45 / 1);
}

.active\:border-x-green-900\/20:active {
  border-left-color: rgb(20 83 45 / 0.2);
  border-right-color: rgb(20 83 45 / 0.2);
}

.active\:border-x-green-900\/25:active {
  border-left-color: rgb(20 83 45 / 0.25);
  border-right-color: rgb(20 83 45 / 0.25);
}

.active\:border-x-green-900\/30:active {
  border-left-color: rgb(20 83 45 / 0.3);
  border-right-color: rgb(20 83 45 / 0.3);
}

.active\:border-x-green-900\/40:active {
  border-left-color: rgb(20 83 45 / 0.4);
  border-right-color: rgb(20 83 45 / 0.4);
}

.active\:border-x-green-900\/5:active {
  border-left-color: rgb(20 83 45 / 0.05);
  border-right-color: rgb(20 83 45 / 0.05);
}

.active\:border-x-green-900\/50:active {
  border-left-color: rgb(20 83 45 / 0.5);
  border-right-color: rgb(20 83 45 / 0.5);
}

.active\:border-x-green-900\/60:active {
  border-left-color: rgb(20 83 45 / 0.6);
  border-right-color: rgb(20 83 45 / 0.6);
}

.active\:border-x-green-900\/70:active {
  border-left-color: rgb(20 83 45 / 0.7);
  border-right-color: rgb(20 83 45 / 0.7);
}

.active\:border-x-green-900\/75:active {
  border-left-color: rgb(20 83 45 / 0.75);
  border-right-color: rgb(20 83 45 / 0.75);
}

.active\:border-x-green-900\/80:active {
  border-left-color: rgb(20 83 45 / 0.8);
  border-right-color: rgb(20 83 45 / 0.8);
}

.active\:border-x-green-900\/90:active {
  border-left-color: rgb(20 83 45 / 0.9);
  border-right-color: rgb(20 83 45 / 0.9);
}

.active\:border-x-green-900\/95:active {
  border-left-color: rgb(20 83 45 / 0.95);
  border-right-color: rgb(20 83 45 / 0.95);
}

.active\:border-x-green-950:active {
  --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));
}

.active\:border-x-green-950\/0:active {
  border-left-color: rgb(5 46 22 / 0);
  border-right-color: rgb(5 46 22 / 0);
}

.active\:border-x-green-950\/10:active {
  border-left-color: rgb(5 46 22 / 0.1);
  border-right-color: rgb(5 46 22 / 0.1);
}

.active\:border-x-green-950\/100:active {
  border-left-color: rgb(5 46 22 / 1);
  border-right-color: rgb(5 46 22 / 1);
}

.active\:border-x-green-950\/20:active {
  border-left-color: rgb(5 46 22 / 0.2);
  border-right-color: rgb(5 46 22 / 0.2);
}

.active\:border-x-green-950\/25:active {
  border-left-color: rgb(5 46 22 / 0.25);
  border-right-color: rgb(5 46 22 / 0.25);
}

.active\:border-x-green-950\/30:active {
  border-left-color: rgb(5 46 22 / 0.3);
  border-right-color: rgb(5 46 22 / 0.3);
}

.active\:border-x-green-950\/40:active {
  border-left-color: rgb(5 46 22 / 0.4);
  border-right-color: rgb(5 46 22 / 0.4);
}

.active\:border-x-green-950\/5:active {
  border-left-color: rgb(5 46 22 / 0.05);
  border-right-color: rgb(5 46 22 / 0.05);
}

.active\:border-x-green-950\/50:active {
  border-left-color: rgb(5 46 22 / 0.5);
  border-right-color: rgb(5 46 22 / 0.5);
}

.active\:border-x-green-950\/60:active {
  border-left-color: rgb(5 46 22 / 0.6);
  border-right-color: rgb(5 46 22 / 0.6);
}

.active\:border-x-green-950\/70:active {
  border-left-color: rgb(5 46 22 / 0.7);
  border-right-color: rgb(5 46 22 / 0.7);
}

.active\:border-x-green-950\/75:active {
  border-left-color: rgb(5 46 22 / 0.75);
  border-right-color: rgb(5 46 22 / 0.75);
}

.active\:border-x-green-950\/80:active {
  border-left-color: rgb(5 46 22 / 0.8);
  border-right-color: rgb(5 46 22 / 0.8);
}

.active\:border-x-green-950\/90:active {
  border-left-color: rgb(5 46 22 / 0.9);
  border-right-color: rgb(5 46 22 / 0.9);
}

.active\:border-x-green-950\/95:active {
  border-left-color: rgb(5 46 22 / 0.95);
  border-right-color: rgb(5 46 22 / 0.95);
}

.active\:border-x-indigo-100:active {
  --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));
}

.active\:border-x-indigo-100\/0:active {
  border-left-color: rgb(224 231 255 / 0);
  border-right-color: rgb(224 231 255 / 0);
}

.active\:border-x-indigo-100\/10:active {
  border-left-color: rgb(224 231 255 / 0.1);
  border-right-color: rgb(224 231 255 / 0.1);
}

.active\:border-x-indigo-100\/100:active {
  border-left-color: rgb(224 231 255 / 1);
  border-right-color: rgb(224 231 255 / 1);
}

.active\:border-x-indigo-100\/20:active {
  border-left-color: rgb(224 231 255 / 0.2);
  border-right-color: rgb(224 231 255 / 0.2);
}

.active\:border-x-indigo-100\/25:active {
  border-left-color: rgb(224 231 255 / 0.25);
  border-right-color: rgb(224 231 255 / 0.25);
}

.active\:border-x-indigo-100\/30:active {
  border-left-color: rgb(224 231 255 / 0.3);
  border-right-color: rgb(224 231 255 / 0.3);
}

.active\:border-x-indigo-100\/40:active {
  border-left-color: rgb(224 231 255 / 0.4);
  border-right-color: rgb(224 231 255 / 0.4);
}

.active\:border-x-indigo-100\/5:active {
  border-left-color: rgb(224 231 255 / 0.05);
  border-right-color: rgb(224 231 255 / 0.05);
}

.active\:border-x-indigo-100\/50:active {
  border-left-color: rgb(224 231 255 / 0.5);
  border-right-color: rgb(224 231 255 / 0.5);
}

.active\:border-x-indigo-100\/60:active {
  border-left-color: rgb(224 231 255 / 0.6);
  border-right-color: rgb(224 231 255 / 0.6);
}

.active\:border-x-indigo-100\/70:active {
  border-left-color: rgb(224 231 255 / 0.7);
  border-right-color: rgb(224 231 255 / 0.7);
}

.active\:border-x-indigo-100\/75:active {
  border-left-color: rgb(224 231 255 / 0.75);
  border-right-color: rgb(224 231 255 / 0.75);
}

.active\:border-x-indigo-100\/80:active {
  border-left-color: rgb(224 231 255 / 0.8);
  border-right-color: rgb(224 231 255 / 0.8);
}

.active\:border-x-indigo-100\/90:active {
  border-left-color: rgb(224 231 255 / 0.9);
  border-right-color: rgb(224 231 255 / 0.9);
}

.active\:border-x-indigo-100\/95:active {
  border-left-color: rgb(224 231 255 / 0.95);
  border-right-color: rgb(224 231 255 / 0.95);
}

.active\:border-x-indigo-200:active {
  --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));
}

.active\:border-x-indigo-200\/0:active {
  border-left-color: rgb(199 210 254 / 0);
  border-right-color: rgb(199 210 254 / 0);
}

.active\:border-x-indigo-200\/10:active {
  border-left-color: rgb(199 210 254 / 0.1);
  border-right-color: rgb(199 210 254 / 0.1);
}

.active\:border-x-indigo-200\/100:active {
  border-left-color: rgb(199 210 254 / 1);
  border-right-color: rgb(199 210 254 / 1);
}

.active\:border-x-indigo-200\/20:active {
  border-left-color: rgb(199 210 254 / 0.2);
  border-right-color: rgb(199 210 254 / 0.2);
}

.active\:border-x-indigo-200\/25:active {
  border-left-color: rgb(199 210 254 / 0.25);
  border-right-color: rgb(199 210 254 / 0.25);
}

.active\:border-x-indigo-200\/30:active {
  border-left-color: rgb(199 210 254 / 0.3);
  border-right-color: rgb(199 210 254 / 0.3);
}

.active\:border-x-indigo-200\/40:active {
  border-left-color: rgb(199 210 254 / 0.4);
  border-right-color: rgb(199 210 254 / 0.4);
}

.active\:border-x-indigo-200\/5:active {
  border-left-color: rgb(199 210 254 / 0.05);
  border-right-color: rgb(199 210 254 / 0.05);
}

.active\:border-x-indigo-200\/50:active {
  border-left-color: rgb(199 210 254 / 0.5);
  border-right-color: rgb(199 210 254 / 0.5);
}

.active\:border-x-indigo-200\/60:active {
  border-left-color: rgb(199 210 254 / 0.6);
  border-right-color: rgb(199 210 254 / 0.6);
}

.active\:border-x-indigo-200\/70:active {
  border-left-color: rgb(199 210 254 / 0.7);
  border-right-color: rgb(199 210 254 / 0.7);
}

.active\:border-x-indigo-200\/75:active {
  border-left-color: rgb(199 210 254 / 0.75);
  border-right-color: rgb(199 210 254 / 0.75);
}

.active\:border-x-indigo-200\/80:active {
  border-left-color: rgb(199 210 254 / 0.8);
  border-right-color: rgb(199 210 254 / 0.8);
}

.active\:border-x-indigo-200\/90:active {
  border-left-color: rgb(199 210 254 / 0.9);
  border-right-color: rgb(199 210 254 / 0.9);
}

.active\:border-x-indigo-200\/95:active {
  border-left-color: rgb(199 210 254 / 0.95);
  border-right-color: rgb(199 210 254 / 0.95);
}

.active\:border-x-indigo-300:active {
  --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));
}

.active\:border-x-indigo-300\/0:active {
  border-left-color: rgb(165 180 252 / 0);
  border-right-color: rgb(165 180 252 / 0);
}

.active\:border-x-indigo-300\/10:active {
  border-left-color: rgb(165 180 252 / 0.1);
  border-right-color: rgb(165 180 252 / 0.1);
}

.active\:border-x-indigo-300\/100:active {
  border-left-color: rgb(165 180 252 / 1);
  border-right-color: rgb(165 180 252 / 1);
}

.active\:border-x-indigo-300\/20:active {
  border-left-color: rgb(165 180 252 / 0.2);
  border-right-color: rgb(165 180 252 / 0.2);
}

.active\:border-x-indigo-300\/25:active {
  border-left-color: rgb(165 180 252 / 0.25);
  border-right-color: rgb(165 180 252 / 0.25);
}

.active\:border-x-indigo-300\/30:active {
  border-left-color: rgb(165 180 252 / 0.3);
  border-right-color: rgb(165 180 252 / 0.3);
}

.active\:border-x-indigo-300\/40:active {
  border-left-color: rgb(165 180 252 / 0.4);
  border-right-color: rgb(165 180 252 / 0.4);
}

.active\:border-x-indigo-300\/5:active {
  border-left-color: rgb(165 180 252 / 0.05);
  border-right-color: rgb(165 180 252 / 0.05);
}

.active\:border-x-indigo-300\/50:active {
  border-left-color: rgb(165 180 252 / 0.5);
  border-right-color: rgb(165 180 252 / 0.5);
}

.active\:border-x-indigo-300\/60:active {
  border-left-color: rgb(165 180 252 / 0.6);
  border-right-color: rgb(165 180 252 / 0.6);
}

.active\:border-x-indigo-300\/70:active {
  border-left-color: rgb(165 180 252 / 0.7);
  border-right-color: rgb(165 180 252 / 0.7);
}

.active\:border-x-indigo-300\/75:active {
  border-left-color: rgb(165 180 252 / 0.75);
  border-right-color: rgb(165 180 252 / 0.75);
}

.active\:border-x-indigo-300\/80:active {
  border-left-color: rgb(165 180 252 / 0.8);
  border-right-color: rgb(165 180 252 / 0.8);
}

.active\:border-x-indigo-300\/90:active {
  border-left-color: rgb(165 180 252 / 0.9);
  border-right-color: rgb(165 180 252 / 0.9);
}

.active\:border-x-indigo-300\/95:active {
  border-left-color: rgb(165 180 252 / 0.95);
  border-right-color: rgb(165 180 252 / 0.95);
}

.active\:border-x-indigo-400:active {
  --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));
}

.active\:border-x-indigo-400\/0:active {
  border-left-color: rgb(129 140 248 / 0);
  border-right-color: rgb(129 140 248 / 0);
}

.active\:border-x-indigo-400\/10:active {
  border-left-color: rgb(129 140 248 / 0.1);
  border-right-color: rgb(129 140 248 / 0.1);
}

.active\:border-x-indigo-400\/100:active {
  border-left-color: rgb(129 140 248 / 1);
  border-right-color: rgb(129 140 248 / 1);
}

.active\:border-x-indigo-400\/20:active {
  border-left-color: rgb(129 140 248 / 0.2);
  border-right-color: rgb(129 140 248 / 0.2);
}

.active\:border-x-indigo-400\/25:active {
  border-left-color: rgb(129 140 248 / 0.25);
  border-right-color: rgb(129 140 248 / 0.25);
}

.active\:border-x-indigo-400\/30:active {
  border-left-color: rgb(129 140 248 / 0.3);
  border-right-color: rgb(129 140 248 / 0.3);
}

.active\:border-x-indigo-400\/40:active {
  border-left-color: rgb(129 140 248 / 0.4);
  border-right-color: rgb(129 140 248 / 0.4);
}

.active\:border-x-indigo-400\/5:active {
  border-left-color: rgb(129 140 248 / 0.05);
  border-right-color: rgb(129 140 248 / 0.05);
}

.active\:border-x-indigo-400\/50:active {
  border-left-color: rgb(129 140 248 / 0.5);
  border-right-color: rgb(129 140 248 / 0.5);
}

.active\:border-x-indigo-400\/60:active {
  border-left-color: rgb(129 140 248 / 0.6);
  border-right-color: rgb(129 140 248 / 0.6);
}

.active\:border-x-indigo-400\/70:active {
  border-left-color: rgb(129 140 248 / 0.7);
  border-right-color: rgb(129 140 248 / 0.7);
}

.active\:border-x-indigo-400\/75:active {
  border-left-color: rgb(129 140 248 / 0.75);
  border-right-color: rgb(129 140 248 / 0.75);
}

.active\:border-x-indigo-400\/80:active {
  border-left-color: rgb(129 140 248 / 0.8);
  border-right-color: rgb(129 140 248 / 0.8);
}

.active\:border-x-indigo-400\/90:active {
  border-left-color: rgb(129 140 248 / 0.9);
  border-right-color: rgb(129 140 248 / 0.9);
}

.active\:border-x-indigo-400\/95:active {
  border-left-color: rgb(129 140 248 / 0.95);
  border-right-color: rgb(129 140 248 / 0.95);
}

.active\:border-x-indigo-50:active {
  --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));
}

.active\:border-x-indigo-50\/0:active {
  border-left-color: rgb(238 242 255 / 0);
  border-right-color: rgb(238 242 255 / 0);
}

.active\:border-x-indigo-50\/10:active {
  border-left-color: rgb(238 242 255 / 0.1);
  border-right-color: rgb(238 242 255 / 0.1);
}

.active\:border-x-indigo-50\/100:active {
  border-left-color: rgb(238 242 255 / 1);
  border-right-color: rgb(238 242 255 / 1);
}

.active\:border-x-indigo-50\/20:active {
  border-left-color: rgb(238 242 255 / 0.2);
  border-right-color: rgb(238 242 255 / 0.2);
}

.active\:border-x-indigo-50\/25:active {
  border-left-color: rgb(238 242 255 / 0.25);
  border-right-color: rgb(238 242 255 / 0.25);
}

.active\:border-x-indigo-50\/30:active {
  border-left-color: rgb(238 242 255 / 0.3);
  border-right-color: rgb(238 242 255 / 0.3);
}

.active\:border-x-indigo-50\/40:active {
  border-left-color: rgb(238 242 255 / 0.4);
  border-right-color: rgb(238 242 255 / 0.4);
}

.active\:border-x-indigo-50\/5:active {
  border-left-color: rgb(238 242 255 / 0.05);
  border-right-color: rgb(238 242 255 / 0.05);
}

.active\:border-x-indigo-50\/50:active {
  border-left-color: rgb(238 242 255 / 0.5);
  border-right-color: rgb(238 242 255 / 0.5);
}

.active\:border-x-indigo-50\/60:active {
  border-left-color: rgb(238 242 255 / 0.6);
  border-right-color: rgb(238 242 255 / 0.6);
}

.active\:border-x-indigo-50\/70:active {
  border-left-color: rgb(238 242 255 / 0.7);
  border-right-color: rgb(238 242 255 / 0.7);
}

.active\:border-x-indigo-50\/75:active {
  border-left-color: rgb(238 242 255 / 0.75);
  border-right-color: rgb(238 242 255 / 0.75);
}

.active\:border-x-indigo-50\/80:active {
  border-left-color: rgb(238 242 255 / 0.8);
  border-right-color: rgb(238 242 255 / 0.8);
}

.active\:border-x-indigo-50\/90:active {
  border-left-color: rgb(238 242 255 / 0.9);
  border-right-color: rgb(238 242 255 / 0.9);
}

.active\:border-x-indigo-50\/95:active {
  border-left-color: rgb(238 242 255 / 0.95);
  border-right-color: rgb(238 242 255 / 0.95);
}

.active\:border-x-indigo-500:active {
  --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));
}

.active\:border-x-indigo-500\/0:active {
  border-left-color: rgb(99 102 241 / 0);
  border-right-color: rgb(99 102 241 / 0);
}

.active\:border-x-indigo-500\/10:active {
  border-left-color: rgb(99 102 241 / 0.1);
  border-right-color: rgb(99 102 241 / 0.1);
}

.active\:border-x-indigo-500\/100:active {
  border-left-color: rgb(99 102 241 / 1);
  border-right-color: rgb(99 102 241 / 1);
}

.active\:border-x-indigo-500\/20:active {
  border-left-color: rgb(99 102 241 / 0.2);
  border-right-color: rgb(99 102 241 / 0.2);
}

.active\:border-x-indigo-500\/25:active {
  border-left-color: rgb(99 102 241 / 0.25);
  border-right-color: rgb(99 102 241 / 0.25);
}

.active\:border-x-indigo-500\/30:active {
  border-left-color: rgb(99 102 241 / 0.3);
  border-right-color: rgb(99 102 241 / 0.3);
}

.active\:border-x-indigo-500\/40:active {
  border-left-color: rgb(99 102 241 / 0.4);
  border-right-color: rgb(99 102 241 / 0.4);
}

.active\:border-x-indigo-500\/5:active {
  border-left-color: rgb(99 102 241 / 0.05);
  border-right-color: rgb(99 102 241 / 0.05);
}

.active\:border-x-indigo-500\/50:active {
  border-left-color: rgb(99 102 241 / 0.5);
  border-right-color: rgb(99 102 241 / 0.5);
}

.active\:border-x-indigo-500\/60:active {
  border-left-color: rgb(99 102 241 / 0.6);
  border-right-color: rgb(99 102 241 / 0.6);
}

.active\:border-x-indigo-500\/70:active {
  border-left-color: rgb(99 102 241 / 0.7);
  border-right-color: rgb(99 102 241 / 0.7);
}

.active\:border-x-indigo-500\/75:active {
  border-left-color: rgb(99 102 241 / 0.75);
  border-right-color: rgb(99 102 241 / 0.75);
}

.active\:border-x-indigo-500\/80:active {
  border-left-color: rgb(99 102 241 / 0.8);
  border-right-color: rgb(99 102 241 / 0.8);
}

.active\:border-x-indigo-500\/90:active {
  border-left-color: rgb(99 102 241 / 0.9);
  border-right-color: rgb(99 102 241 / 0.9);
}

.active\:border-x-indigo-500\/95:active {
  border-left-color: rgb(99 102 241 / 0.95);
  border-right-color: rgb(99 102 241 / 0.95);
}

.active\:border-x-indigo-600:active {
  --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));
}

.active\:border-x-indigo-600\/0:active {
  border-left-color: rgb(79 70 229 / 0);
  border-right-color: rgb(79 70 229 / 0);
}

.active\:border-x-indigo-600\/10:active {
  border-left-color: rgb(79 70 229 / 0.1);
  border-right-color: rgb(79 70 229 / 0.1);
}

.active\:border-x-indigo-600\/100:active {
  border-left-color: rgb(79 70 229 / 1);
  border-right-color: rgb(79 70 229 / 1);
}

.active\:border-x-indigo-600\/20:active {
  border-left-color: rgb(79 70 229 / 0.2);
  border-right-color: rgb(79 70 229 / 0.2);
}

.active\:border-x-indigo-600\/25:active {
  border-left-color: rgb(79 70 229 / 0.25);
  border-right-color: rgb(79 70 229 / 0.25);
}

.active\:border-x-indigo-600\/30:active {
  border-left-color: rgb(79 70 229 / 0.3);
  border-right-color: rgb(79 70 229 / 0.3);
}

.active\:border-x-indigo-600\/40:active {
  border-left-color: rgb(79 70 229 / 0.4);
  border-right-color: rgb(79 70 229 / 0.4);
}

.active\:border-x-indigo-600\/5:active {
  border-left-color: rgb(79 70 229 / 0.05);
  border-right-color: rgb(79 70 229 / 0.05);
}

.active\:border-x-indigo-600\/50:active {
  border-left-color: rgb(79 70 229 / 0.5);
  border-right-color: rgb(79 70 229 / 0.5);
}

.active\:border-x-indigo-600\/60:active {
  border-left-color: rgb(79 70 229 / 0.6);
  border-right-color: rgb(79 70 229 / 0.6);
}

.active\:border-x-indigo-600\/70:active {
  border-left-color: rgb(79 70 229 / 0.7);
  border-right-color: rgb(79 70 229 / 0.7);
}

.active\:border-x-indigo-600\/75:active {
  border-left-color: rgb(79 70 229 / 0.75);
  border-right-color: rgb(79 70 229 / 0.75);
}

.active\:border-x-indigo-600\/80:active {
  border-left-color: rgb(79 70 229 / 0.8);
  border-right-color: rgb(79 70 229 / 0.8);
}

.active\:border-x-indigo-600\/90:active {
  border-left-color: rgb(79 70 229 / 0.9);
  border-right-color: rgb(79 70 229 / 0.9);
}

.active\:border-x-indigo-600\/95:active {
  border-left-color: rgb(79 70 229 / 0.95);
  border-right-color: rgb(79 70 229 / 0.95);
}

.active\:border-x-indigo-700:active {
  --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));
}

.active\:border-x-indigo-700\/0:active {
  border-left-color: rgb(67 56 202 / 0);
  border-right-color: rgb(67 56 202 / 0);
}

.active\:border-x-indigo-700\/10:active {
  border-left-color: rgb(67 56 202 / 0.1);
  border-right-color: rgb(67 56 202 / 0.1);
}

.active\:border-x-indigo-700\/100:active {
  border-left-color: rgb(67 56 202 / 1);
  border-right-color: rgb(67 56 202 / 1);
}

.active\:border-x-indigo-700\/20:active {
  border-left-color: rgb(67 56 202 / 0.2);
  border-right-color: rgb(67 56 202 / 0.2);
}

.active\:border-x-indigo-700\/25:active {
  border-left-color: rgb(67 56 202 / 0.25);
  border-right-color: rgb(67 56 202 / 0.25);
}

.active\:border-x-indigo-700\/30:active {
  border-left-color: rgb(67 56 202 / 0.3);
  border-right-color: rgb(67 56 202 / 0.3);
}

.active\:border-x-indigo-700\/40:active {
  border-left-color: rgb(67 56 202 / 0.4);
  border-right-color: rgb(67 56 202 / 0.4);
}

.active\:border-x-indigo-700\/5:active {
  border-left-color: rgb(67 56 202 / 0.05);
  border-right-color: rgb(67 56 202 / 0.05);
}

.active\:border-x-indigo-700\/50:active {
  border-left-color: rgb(67 56 202 / 0.5);
  border-right-color: rgb(67 56 202 / 0.5);
}

.active\:border-x-indigo-700\/60:active {
  border-left-color: rgb(67 56 202 / 0.6);
  border-right-color: rgb(67 56 202 / 0.6);
}

.active\:border-x-indigo-700\/70:active {
  border-left-color: rgb(67 56 202 / 0.7);
  border-right-color: rgb(67 56 202 / 0.7);
}

.active\:border-x-indigo-700\/75:active {
  border-left-color: rgb(67 56 202 / 0.75);
  border-right-color: rgb(67 56 202 / 0.75);
}

.active\:border-x-indigo-700\/80:active {
  border-left-color: rgb(67 56 202 / 0.8);
  border-right-color: rgb(67 56 202 / 0.8);
}

.active\:border-x-indigo-700\/90:active {
  border-left-color: rgb(67 56 202 / 0.9);
  border-right-color: rgb(67 56 202 / 0.9);
}

.active\:border-x-indigo-700\/95:active {
  border-left-color: rgb(67 56 202 / 0.95);
  border-right-color: rgb(67 56 202 / 0.95);
}

.active\:border-x-indigo-800:active {
  --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));
}

.active\:border-x-indigo-800\/0:active {
  border-left-color: rgb(55 48 163 / 0);
  border-right-color: rgb(55 48 163 / 0);
}

.active\:border-x-indigo-800\/10:active {
  border-left-color: rgb(55 48 163 / 0.1);
  border-right-color: rgb(55 48 163 / 0.1);
}

.active\:border-x-indigo-800\/100:active {
  border-left-color: rgb(55 48 163 / 1);
  border-right-color: rgb(55 48 163 / 1);
}

.active\:border-x-indigo-800\/20:active {
  border-left-color: rgb(55 48 163 / 0.2);
  border-right-color: rgb(55 48 163 / 0.2);
}

.active\:border-x-indigo-800\/25:active {
  border-left-color: rgb(55 48 163 / 0.25);
  border-right-color: rgb(55 48 163 / 0.25);
}

.active\:border-x-indigo-800\/30:active {
  border-left-color: rgb(55 48 163 / 0.3);
  border-right-color: rgb(55 48 163 / 0.3);
}

.active\:border-x-indigo-800\/40:active {
  border-left-color: rgb(55 48 163 / 0.4);
  border-right-color: rgb(55 48 163 / 0.4);
}

.active\:border-x-indigo-800\/5:active {
  border-left-color: rgb(55 48 163 / 0.05);
  border-right-color: rgb(55 48 163 / 0.05);
}

.active\:border-x-indigo-800\/50:active {
  border-left-color: rgb(55 48 163 / 0.5);
  border-right-color: rgb(55 48 163 / 0.5);
}

.active\:border-x-indigo-800\/60:active {
  border-left-color: rgb(55 48 163 / 0.6);
  border-right-color: rgb(55 48 163 / 0.6);
}

.active\:border-x-indigo-800\/70:active {
  border-left-color: rgb(55 48 163 / 0.7);
  border-right-color: rgb(55 48 163 / 0.7);
}

.active\:border-x-indigo-800\/75:active {
  border-left-color: rgb(55 48 163 / 0.75);
  border-right-color: rgb(55 48 163 / 0.75);
}

.active\:border-x-indigo-800\/80:active {
  border-left-color: rgb(55 48 163 / 0.8);
  border-right-color: rgb(55 48 163 / 0.8);
}

.active\:border-x-indigo-800\/90:active {
  border-left-color: rgb(55 48 163 / 0.9);
  border-right-color: rgb(55 48 163 / 0.9);
}

.active\:border-x-indigo-800\/95:active {
  border-left-color: rgb(55 48 163 / 0.95);
  border-right-color: rgb(55 48 163 / 0.95);
}

.active\:border-x-indigo-900:active {
  --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));
}

.active\:border-x-indigo-900\/0:active {
  border-left-color: rgb(49 46 129 / 0);
  border-right-color: rgb(49 46 129 / 0);
}

.active\:border-x-indigo-900\/10:active {
  border-left-color: rgb(49 46 129 / 0.1);
  border-right-color: rgb(49 46 129 / 0.1);
}

.active\:border-x-indigo-900\/100:active {
  border-left-color: rgb(49 46 129 / 1);
  border-right-color: rgb(49 46 129 / 1);
}

.active\:border-x-indigo-900\/20:active {
  border-left-color: rgb(49 46 129 / 0.2);
  border-right-color: rgb(49 46 129 / 0.2);
}

.active\:border-x-indigo-900\/25:active {
  border-left-color: rgb(49 46 129 / 0.25);
  border-right-color: rgb(49 46 129 / 0.25);
}

.active\:border-x-indigo-900\/30:active {
  border-left-color: rgb(49 46 129 / 0.3);
  border-right-color: rgb(49 46 129 / 0.3);
}

.active\:border-x-indigo-900\/40:active {
  border-left-color: rgb(49 46 129 / 0.4);
  border-right-color: rgb(49 46 129 / 0.4);
}

.active\:border-x-indigo-900\/5:active {
  border-left-color: rgb(49 46 129 / 0.05);
  border-right-color: rgb(49 46 129 / 0.05);
}

.active\:border-x-indigo-900\/50:active {
  border-left-color: rgb(49 46 129 / 0.5);
  border-right-color: rgb(49 46 129 / 0.5);
}

.active\:border-x-indigo-900\/60:active {
  border-left-color: rgb(49 46 129 / 0.6);
  border-right-color: rgb(49 46 129 / 0.6);
}

.active\:border-x-indigo-900\/70:active {
  border-left-color: rgb(49 46 129 / 0.7);
  border-right-color: rgb(49 46 129 / 0.7);
}

.active\:border-x-indigo-900\/75:active {
  border-left-color: rgb(49 46 129 / 0.75);
  border-right-color: rgb(49 46 129 / 0.75);
}

.active\:border-x-indigo-900\/80:active {
  border-left-color: rgb(49 46 129 / 0.8);
  border-right-color: rgb(49 46 129 / 0.8);
}

.active\:border-x-indigo-900\/90:active {
  border-left-color: rgb(49 46 129 / 0.9);
  border-right-color: rgb(49 46 129 / 0.9);
}

.active\:border-x-indigo-900\/95:active {
  border-left-color: rgb(49 46 129 / 0.95);
  border-right-color: rgb(49 46 129 / 0.95);
}

.active\:border-x-indigo-950:active {
  --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));
}

.active\:border-x-indigo-950\/0:active {
  border-left-color: rgb(30 27 75 / 0);
  border-right-color: rgb(30 27 75 / 0);
}

.active\:border-x-indigo-950\/10:active {
  border-left-color: rgb(30 27 75 / 0.1);
  border-right-color: rgb(30 27 75 / 0.1);
}

.active\:border-x-indigo-950\/100:active {
  border-left-color: rgb(30 27 75 / 1);
  border-right-color: rgb(30 27 75 / 1);
}

.active\:border-x-indigo-950\/20:active {
  border-left-color: rgb(30 27 75 / 0.2);
  border-right-color: rgb(30 27 75 / 0.2);
}

.active\:border-x-indigo-950\/25:active {
  border-left-color: rgb(30 27 75 / 0.25);
  border-right-color: rgb(30 27 75 / 0.25);
}

.active\:border-x-indigo-950\/30:active {
  border-left-color: rgb(30 27 75 / 0.3);
  border-right-color: rgb(30 27 75 / 0.3);
}

.active\:border-x-indigo-950\/40:active {
  border-left-color: rgb(30 27 75 / 0.4);
  border-right-color: rgb(30 27 75 / 0.4);
}

.active\:border-x-indigo-950\/5:active {
  border-left-color: rgb(30 27 75 / 0.05);
  border-right-color: rgb(30 27 75 / 0.05);
}

.active\:border-x-indigo-950\/50:active {
  border-left-color: rgb(30 27 75 / 0.5);
  border-right-color: rgb(30 27 75 / 0.5);
}

.active\:border-x-indigo-950\/60:active {
  border-left-color: rgb(30 27 75 / 0.6);
  border-right-color: rgb(30 27 75 / 0.6);
}

.active\:border-x-indigo-950\/70:active {
  border-left-color: rgb(30 27 75 / 0.7);
  border-right-color: rgb(30 27 75 / 0.7);
}

.active\:border-x-indigo-950\/75:active {
  border-left-color: rgb(30 27 75 / 0.75);
  border-right-color: rgb(30 27 75 / 0.75);
}

.active\:border-x-indigo-950\/80:active {
  border-left-color: rgb(30 27 75 / 0.8);
  border-right-color: rgb(30 27 75 / 0.8);
}

.active\:border-x-indigo-950\/90:active {
  border-left-color: rgb(30 27 75 / 0.9);
  border-right-color: rgb(30 27 75 / 0.9);
}

.active\:border-x-indigo-950\/95:active {
  border-left-color: rgb(30 27 75 / 0.95);
  border-right-color: rgb(30 27 75 / 0.95);
}

.active\:border-x-inherit:active {
  border-left-color: inherit;
  border-right-color: inherit;
}

.active\:border-x-interbeauty-100:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 197 175 / var(--tw-border-opacity));
  border-right-color: rgb(249 197 175 / var(--tw-border-opacity));
}

.active\:border-x-interbeauty-100\/0:active {
  border-left-color: rgb(249 197 175 / 0);
  border-right-color: rgb(249 197 175 / 0);
}

.active\:border-x-interbeauty-100\/10:active {
  border-left-color: rgb(249 197 175 / 0.1);
  border-right-color: rgb(249 197 175 / 0.1);
}

.active\:border-x-interbeauty-100\/100:active {
  border-left-color: rgb(249 197 175 / 1);
  border-right-color: rgb(249 197 175 / 1);
}

.active\:border-x-interbeauty-100\/20:active {
  border-left-color: rgb(249 197 175 / 0.2);
  border-right-color: rgb(249 197 175 / 0.2);
}

.active\:border-x-interbeauty-100\/25:active {
  border-left-color: rgb(249 197 175 / 0.25);
  border-right-color: rgb(249 197 175 / 0.25);
}

.active\:border-x-interbeauty-100\/30:active {
  border-left-color: rgb(249 197 175 / 0.3);
  border-right-color: rgb(249 197 175 / 0.3);
}

.active\:border-x-interbeauty-100\/40:active {
  border-left-color: rgb(249 197 175 / 0.4);
  border-right-color: rgb(249 197 175 / 0.4);
}

.active\:border-x-interbeauty-100\/5:active {
  border-left-color: rgb(249 197 175 / 0.05);
  border-right-color: rgb(249 197 175 / 0.05);
}

.active\:border-x-interbeauty-100\/50:active {
  border-left-color: rgb(249 197 175 / 0.5);
  border-right-color: rgb(249 197 175 / 0.5);
}

.active\:border-x-interbeauty-100\/60:active {
  border-left-color: rgb(249 197 175 / 0.6);
  border-right-color: rgb(249 197 175 / 0.6);
}

.active\:border-x-interbeauty-100\/70:active {
  border-left-color: rgb(249 197 175 / 0.7);
  border-right-color: rgb(249 197 175 / 0.7);
}

.active\:border-x-interbeauty-100\/75:active {
  border-left-color: rgb(249 197 175 / 0.75);
  border-right-color: rgb(249 197 175 / 0.75);
}

.active\:border-x-interbeauty-100\/80:active {
  border-left-color: rgb(249 197 175 / 0.8);
  border-right-color: rgb(249 197 175 / 0.8);
}

.active\:border-x-interbeauty-100\/90:active {
  border-left-color: rgb(249 197 175 / 0.9);
  border-right-color: rgb(249 197 175 / 0.9);
}

.active\:border-x-interbeauty-100\/95:active {
  border-left-color: rgb(249 197 175 / 0.95);
  border-right-color: rgb(249 197 175 / 0.95);
}

.active\:border-x-interbeauty-200:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(241 182 191 / var(--tw-border-opacity));
  border-right-color: rgb(241 182 191 / var(--tw-border-opacity));
}

.active\:border-x-interbeauty-200\/0:active {
  border-left-color: rgb(241 182 191 / 0);
  border-right-color: rgb(241 182 191 / 0);
}

.active\:border-x-interbeauty-200\/10:active {
  border-left-color: rgb(241 182 191 / 0.1);
  border-right-color: rgb(241 182 191 / 0.1);
}

.active\:border-x-interbeauty-200\/100:active {
  border-left-color: rgb(241 182 191 / 1);
  border-right-color: rgb(241 182 191 / 1);
}

.active\:border-x-interbeauty-200\/20:active {
  border-left-color: rgb(241 182 191 / 0.2);
  border-right-color: rgb(241 182 191 / 0.2);
}

.active\:border-x-interbeauty-200\/25:active {
  border-left-color: rgb(241 182 191 / 0.25);
  border-right-color: rgb(241 182 191 / 0.25);
}

.active\:border-x-interbeauty-200\/30:active {
  border-left-color: rgb(241 182 191 / 0.3);
  border-right-color: rgb(241 182 191 / 0.3);
}

.active\:border-x-interbeauty-200\/40:active {
  border-left-color: rgb(241 182 191 / 0.4);
  border-right-color: rgb(241 182 191 / 0.4);
}

.active\:border-x-interbeauty-200\/5:active {
  border-left-color: rgb(241 182 191 / 0.05);
  border-right-color: rgb(241 182 191 / 0.05);
}

.active\:border-x-interbeauty-200\/50:active {
  border-left-color: rgb(241 182 191 / 0.5);
  border-right-color: rgb(241 182 191 / 0.5);
}

.active\:border-x-interbeauty-200\/60:active {
  border-left-color: rgb(241 182 191 / 0.6);
  border-right-color: rgb(241 182 191 / 0.6);
}

.active\:border-x-interbeauty-200\/70:active {
  border-left-color: rgb(241 182 191 / 0.7);
  border-right-color: rgb(241 182 191 / 0.7);
}

.active\:border-x-interbeauty-200\/75:active {
  border-left-color: rgb(241 182 191 / 0.75);
  border-right-color: rgb(241 182 191 / 0.75);
}

.active\:border-x-interbeauty-200\/80:active {
  border-left-color: rgb(241 182 191 / 0.8);
  border-right-color: rgb(241 182 191 / 0.8);
}

.active\:border-x-interbeauty-200\/90:active {
  border-left-color: rgb(241 182 191 / 0.9);
  border-right-color: rgb(241 182 191 / 0.9);
}

.active\:border-x-interbeauty-200\/95:active {
  border-left-color: rgb(241 182 191 / 0.95);
  border-right-color: rgb(241 182 191 / 0.95);
}

.active\:border-x-interbeauty-300:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(182 219 231 / var(--tw-border-opacity));
  border-right-color: rgb(182 219 231 / var(--tw-border-opacity));
}

.active\:border-x-interbeauty-300\/0:active {
  border-left-color: rgb(182 219 231 / 0);
  border-right-color: rgb(182 219 231 / 0);
}

.active\:border-x-interbeauty-300\/10:active {
  border-left-color: rgb(182 219 231 / 0.1);
  border-right-color: rgb(182 219 231 / 0.1);
}

.active\:border-x-interbeauty-300\/100:active {
  border-left-color: rgb(182 219 231 / 1);
  border-right-color: rgb(182 219 231 / 1);
}

.active\:border-x-interbeauty-300\/20:active {
  border-left-color: rgb(182 219 231 / 0.2);
  border-right-color: rgb(182 219 231 / 0.2);
}

.active\:border-x-interbeauty-300\/25:active {
  border-left-color: rgb(182 219 231 / 0.25);
  border-right-color: rgb(182 219 231 / 0.25);
}

.active\:border-x-interbeauty-300\/30:active {
  border-left-color: rgb(182 219 231 / 0.3);
  border-right-color: rgb(182 219 231 / 0.3);
}

.active\:border-x-interbeauty-300\/40:active {
  border-left-color: rgb(182 219 231 / 0.4);
  border-right-color: rgb(182 219 231 / 0.4);
}

.active\:border-x-interbeauty-300\/5:active {
  border-left-color: rgb(182 219 231 / 0.05);
  border-right-color: rgb(182 219 231 / 0.05);
}

.active\:border-x-interbeauty-300\/50:active {
  border-left-color: rgb(182 219 231 / 0.5);
  border-right-color: rgb(182 219 231 / 0.5);
}

.active\:border-x-interbeauty-300\/60:active {
  border-left-color: rgb(182 219 231 / 0.6);
  border-right-color: rgb(182 219 231 / 0.6);
}

.active\:border-x-interbeauty-300\/70:active {
  border-left-color: rgb(182 219 231 / 0.7);
  border-right-color: rgb(182 219 231 / 0.7);
}

.active\:border-x-interbeauty-300\/75:active {
  border-left-color: rgb(182 219 231 / 0.75);
  border-right-color: rgb(182 219 231 / 0.75);
}

.active\:border-x-interbeauty-300\/80:active {
  border-left-color: rgb(182 219 231 / 0.8);
  border-right-color: rgb(182 219 231 / 0.8);
}

.active\:border-x-interbeauty-300\/90:active {
  border-left-color: rgb(182 219 231 / 0.9);
  border-right-color: rgb(182 219 231 / 0.9);
}

.active\:border-x-interbeauty-300\/95:active {
  border-left-color: rgb(182 219 231 / 0.95);
  border-right-color: rgb(182 219 231 / 0.95);
}

.active\:border-x-interbeauty-400:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 250 247 / var(--tw-border-opacity));
  border-right-color: rgb(254 250 247 / var(--tw-border-opacity));
}

.active\:border-x-interbeauty-400\/0:active {
  border-left-color: rgb(254 250 247 / 0);
  border-right-color: rgb(254 250 247 / 0);
}

.active\:border-x-interbeauty-400\/10:active {
  border-left-color: rgb(254 250 247 / 0.1);
  border-right-color: rgb(254 250 247 / 0.1);
}

.active\:border-x-interbeauty-400\/100:active {
  border-left-color: rgb(254 250 247 / 1);
  border-right-color: rgb(254 250 247 / 1);
}

.active\:border-x-interbeauty-400\/20:active {
  border-left-color: rgb(254 250 247 / 0.2);
  border-right-color: rgb(254 250 247 / 0.2);
}

.active\:border-x-interbeauty-400\/25:active {
  border-left-color: rgb(254 250 247 / 0.25);
  border-right-color: rgb(254 250 247 / 0.25);
}

.active\:border-x-interbeauty-400\/30:active {
  border-left-color: rgb(254 250 247 / 0.3);
  border-right-color: rgb(254 250 247 / 0.3);
}

.active\:border-x-interbeauty-400\/40:active {
  border-left-color: rgb(254 250 247 / 0.4);
  border-right-color: rgb(254 250 247 / 0.4);
}

.active\:border-x-interbeauty-400\/5:active {
  border-left-color: rgb(254 250 247 / 0.05);
  border-right-color: rgb(254 250 247 / 0.05);
}

.active\:border-x-interbeauty-400\/50:active {
  border-left-color: rgb(254 250 247 / 0.5);
  border-right-color: rgb(254 250 247 / 0.5);
}

.active\:border-x-interbeauty-400\/60:active {
  border-left-color: rgb(254 250 247 / 0.6);
  border-right-color: rgb(254 250 247 / 0.6);
}

.active\:border-x-interbeauty-400\/70:active {
  border-left-color: rgb(254 250 247 / 0.7);
  border-right-color: rgb(254 250 247 / 0.7);
}

.active\:border-x-interbeauty-400\/75:active {
  border-left-color: rgb(254 250 247 / 0.75);
  border-right-color: rgb(254 250 247 / 0.75);
}

.active\:border-x-interbeauty-400\/80:active {
  border-left-color: rgb(254 250 247 / 0.8);
  border-right-color: rgb(254 250 247 / 0.8);
}

.active\:border-x-interbeauty-400\/90:active {
  border-left-color: rgb(254 250 247 / 0.9);
  border-right-color: rgb(254 250 247 / 0.9);
}

.active\:border-x-interbeauty-400\/95:active {
  border-left-color: rgb(254 250 247 / 0.95);
  border-right-color: rgb(254 250 247 / 0.95);
}

.active\:border-x-interbeauty-500:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(193 225 224 / var(--tw-border-opacity));
  border-right-color: rgb(193 225 224 / var(--tw-border-opacity));
}

.active\:border-x-interbeauty-500\/0:active {
  border-left-color: rgb(193 225 224 / 0);
  border-right-color: rgb(193 225 224 / 0);
}

.active\:border-x-interbeauty-500\/10:active {
  border-left-color: rgb(193 225 224 / 0.1);
  border-right-color: rgb(193 225 224 / 0.1);
}

.active\:border-x-interbeauty-500\/100:active {
  border-left-color: rgb(193 225 224 / 1);
  border-right-color: rgb(193 225 224 / 1);
}

.active\:border-x-interbeauty-500\/20:active {
  border-left-color: rgb(193 225 224 / 0.2);
  border-right-color: rgb(193 225 224 / 0.2);
}

.active\:border-x-interbeauty-500\/25:active {
  border-left-color: rgb(193 225 224 / 0.25);
  border-right-color: rgb(193 225 224 / 0.25);
}

.active\:border-x-interbeauty-500\/30:active {
  border-left-color: rgb(193 225 224 / 0.3);
  border-right-color: rgb(193 225 224 / 0.3);
}

.active\:border-x-interbeauty-500\/40:active {
  border-left-color: rgb(193 225 224 / 0.4);
  border-right-color: rgb(193 225 224 / 0.4);
}

.active\:border-x-interbeauty-500\/5:active {
  border-left-color: rgb(193 225 224 / 0.05);
  border-right-color: rgb(193 225 224 / 0.05);
}

.active\:border-x-interbeauty-500\/50:active {
  border-left-color: rgb(193 225 224 / 0.5);
  border-right-color: rgb(193 225 224 / 0.5);
}

.active\:border-x-interbeauty-500\/60:active {
  border-left-color: rgb(193 225 224 / 0.6);
  border-right-color: rgb(193 225 224 / 0.6);
}

.active\:border-x-interbeauty-500\/70:active {
  border-left-color: rgb(193 225 224 / 0.7);
  border-right-color: rgb(193 225 224 / 0.7);
}

.active\:border-x-interbeauty-500\/75:active {
  border-left-color: rgb(193 225 224 / 0.75);
  border-right-color: rgb(193 225 224 / 0.75);
}

.active\:border-x-interbeauty-500\/80:active {
  border-left-color: rgb(193 225 224 / 0.8);
  border-right-color: rgb(193 225 224 / 0.8);
}

.active\:border-x-interbeauty-500\/90:active {
  border-left-color: rgb(193 225 224 / 0.9);
  border-right-color: rgb(193 225 224 / 0.9);
}

.active\:border-x-interbeauty-500\/95:active {
  border-left-color: rgb(193 225 224 / 0.95);
  border-right-color: rgb(193 225 224 / 0.95);
}

.active\:border-x-interbeauty-600:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(88 88 94 / var(--tw-border-opacity));
  border-right-color: rgb(88 88 94 / var(--tw-border-opacity));
}

.active\:border-x-interbeauty-600\/0:active {
  border-left-color: rgb(88 88 94 / 0);
  border-right-color: rgb(88 88 94 / 0);
}

.active\:border-x-interbeauty-600\/10:active {
  border-left-color: rgb(88 88 94 / 0.1);
  border-right-color: rgb(88 88 94 / 0.1);
}

.active\:border-x-interbeauty-600\/100:active {
  border-left-color: rgb(88 88 94 / 1);
  border-right-color: rgb(88 88 94 / 1);
}

.active\:border-x-interbeauty-600\/20:active {
  border-left-color: rgb(88 88 94 / 0.2);
  border-right-color: rgb(88 88 94 / 0.2);
}

.active\:border-x-interbeauty-600\/25:active {
  border-left-color: rgb(88 88 94 / 0.25);
  border-right-color: rgb(88 88 94 / 0.25);
}

.active\:border-x-interbeauty-600\/30:active {
  border-left-color: rgb(88 88 94 / 0.3);
  border-right-color: rgb(88 88 94 / 0.3);
}

.active\:border-x-interbeauty-600\/40:active {
  border-left-color: rgb(88 88 94 / 0.4);
  border-right-color: rgb(88 88 94 / 0.4);
}

.active\:border-x-interbeauty-600\/5:active {
  border-left-color: rgb(88 88 94 / 0.05);
  border-right-color: rgb(88 88 94 / 0.05);
}

.active\:border-x-interbeauty-600\/50:active {
  border-left-color: rgb(88 88 94 / 0.5);
  border-right-color: rgb(88 88 94 / 0.5);
}

.active\:border-x-interbeauty-600\/60:active {
  border-left-color: rgb(88 88 94 / 0.6);
  border-right-color: rgb(88 88 94 / 0.6);
}

.active\:border-x-interbeauty-600\/70:active {
  border-left-color: rgb(88 88 94 / 0.7);
  border-right-color: rgb(88 88 94 / 0.7);
}

.active\:border-x-interbeauty-600\/75:active {
  border-left-color: rgb(88 88 94 / 0.75);
  border-right-color: rgb(88 88 94 / 0.75);
}

.active\:border-x-interbeauty-600\/80:active {
  border-left-color: rgb(88 88 94 / 0.8);
  border-right-color: rgb(88 88 94 / 0.8);
}

.active\:border-x-interbeauty-600\/90:active {
  border-left-color: rgb(88 88 94 / 0.9);
  border-right-color: rgb(88 88 94 / 0.9);
}

.active\:border-x-interbeauty-600\/95:active {
  border-left-color: rgb(88 88 94 / 0.95);
  border-right-color: rgb(88 88 94 / 0.95);
}

.active\:border-x-ipnvaluers-200:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 40 87 / var(--tw-border-opacity));
  border-right-color: rgb(0 40 87 / var(--tw-border-opacity));
}

.active\:border-x-ipnvaluers-200\/0:active {
  border-left-color: rgb(0 40 87 / 0);
  border-right-color: rgb(0 40 87 / 0);
}

.active\:border-x-ipnvaluers-200\/10:active {
  border-left-color: rgb(0 40 87 / 0.1);
  border-right-color: rgb(0 40 87 / 0.1);
}

.active\:border-x-ipnvaluers-200\/100:active {
  border-left-color: rgb(0 40 87 / 1);
  border-right-color: rgb(0 40 87 / 1);
}

.active\:border-x-ipnvaluers-200\/20:active {
  border-left-color: rgb(0 40 87 / 0.2);
  border-right-color: rgb(0 40 87 / 0.2);
}

.active\:border-x-ipnvaluers-200\/25:active {
  border-left-color: rgb(0 40 87 / 0.25);
  border-right-color: rgb(0 40 87 / 0.25);
}

.active\:border-x-ipnvaluers-200\/30:active {
  border-left-color: rgb(0 40 87 / 0.3);
  border-right-color: rgb(0 40 87 / 0.3);
}

.active\:border-x-ipnvaluers-200\/40:active {
  border-left-color: rgb(0 40 87 / 0.4);
  border-right-color: rgb(0 40 87 / 0.4);
}

.active\:border-x-ipnvaluers-200\/5:active {
  border-left-color: rgb(0 40 87 / 0.05);
  border-right-color: rgb(0 40 87 / 0.05);
}

.active\:border-x-ipnvaluers-200\/50:active {
  border-left-color: rgb(0 40 87 / 0.5);
  border-right-color: rgb(0 40 87 / 0.5);
}

.active\:border-x-ipnvaluers-200\/60:active {
  border-left-color: rgb(0 40 87 / 0.6);
  border-right-color: rgb(0 40 87 / 0.6);
}

.active\:border-x-ipnvaluers-200\/70:active {
  border-left-color: rgb(0 40 87 / 0.7);
  border-right-color: rgb(0 40 87 / 0.7);
}

.active\:border-x-ipnvaluers-200\/75:active {
  border-left-color: rgb(0 40 87 / 0.75);
  border-right-color: rgb(0 40 87 / 0.75);
}

.active\:border-x-ipnvaluers-200\/80:active {
  border-left-color: rgb(0 40 87 / 0.8);
  border-right-color: rgb(0 40 87 / 0.8);
}

.active\:border-x-ipnvaluers-200\/90:active {
  border-left-color: rgb(0 40 87 / 0.9);
  border-right-color: rgb(0 40 87 / 0.9);
}

.active\:border-x-ipnvaluers-200\/95:active {
  border-left-color: rgb(0 40 87 / 0.95);
  border-right-color: rgb(0 40 87 / 0.95);
}

.active\:border-x-ipnvaluers-400:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(196 107 22 / var(--tw-border-opacity));
  border-right-color: rgb(196 107 22 / var(--tw-border-opacity));
}

.active\:border-x-ipnvaluers-400\/0:active {
  border-left-color: rgb(196 107 22 / 0);
  border-right-color: rgb(196 107 22 / 0);
}

.active\:border-x-ipnvaluers-400\/10:active {
  border-left-color: rgb(196 107 22 / 0.1);
  border-right-color: rgb(196 107 22 / 0.1);
}

.active\:border-x-ipnvaluers-400\/100:active {
  border-left-color: rgb(196 107 22 / 1);
  border-right-color: rgb(196 107 22 / 1);
}

.active\:border-x-ipnvaluers-400\/20:active {
  border-left-color: rgb(196 107 22 / 0.2);
  border-right-color: rgb(196 107 22 / 0.2);
}

.active\:border-x-ipnvaluers-400\/25:active {
  border-left-color: rgb(196 107 22 / 0.25);
  border-right-color: rgb(196 107 22 / 0.25);
}

.active\:border-x-ipnvaluers-400\/30:active {
  border-left-color: rgb(196 107 22 / 0.3);
  border-right-color: rgb(196 107 22 / 0.3);
}

.active\:border-x-ipnvaluers-400\/40:active {
  border-left-color: rgb(196 107 22 / 0.4);
  border-right-color: rgb(196 107 22 / 0.4);
}

.active\:border-x-ipnvaluers-400\/5:active {
  border-left-color: rgb(196 107 22 / 0.05);
  border-right-color: rgb(196 107 22 / 0.05);
}

.active\:border-x-ipnvaluers-400\/50:active {
  border-left-color: rgb(196 107 22 / 0.5);
  border-right-color: rgb(196 107 22 / 0.5);
}

.active\:border-x-ipnvaluers-400\/60:active {
  border-left-color: rgb(196 107 22 / 0.6);
  border-right-color: rgb(196 107 22 / 0.6);
}

.active\:border-x-ipnvaluers-400\/70:active {
  border-left-color: rgb(196 107 22 / 0.7);
  border-right-color: rgb(196 107 22 / 0.7);
}

.active\:border-x-ipnvaluers-400\/75:active {
  border-left-color: rgb(196 107 22 / 0.75);
  border-right-color: rgb(196 107 22 / 0.75);
}

.active\:border-x-ipnvaluers-400\/80:active {
  border-left-color: rgb(196 107 22 / 0.8);
  border-right-color: rgb(196 107 22 / 0.8);
}

.active\:border-x-ipnvaluers-400\/90:active {
  border-left-color: rgb(196 107 22 / 0.9);
  border-right-color: rgb(196 107 22 / 0.9);
}

.active\:border-x-ipnvaluers-400\/95:active {
  border-left-color: rgb(196 107 22 / 0.95);
  border-right-color: rgb(196 107 22 / 0.95);
}

.active\:border-x-ipnvaluers-500:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 174 21 / var(--tw-border-opacity));
  border-right-color: rgb(245 174 21 / var(--tw-border-opacity));
}

.active\:border-x-ipnvaluers-500\/0:active {
  border-left-color: rgb(245 174 21 / 0);
  border-right-color: rgb(245 174 21 / 0);
}

.active\:border-x-ipnvaluers-500\/10:active {
  border-left-color: rgb(245 174 21 / 0.1);
  border-right-color: rgb(245 174 21 / 0.1);
}

.active\:border-x-ipnvaluers-500\/100:active {
  border-left-color: rgb(245 174 21 / 1);
  border-right-color: rgb(245 174 21 / 1);
}

.active\:border-x-ipnvaluers-500\/20:active {
  border-left-color: rgb(245 174 21 / 0.2);
  border-right-color: rgb(245 174 21 / 0.2);
}

.active\:border-x-ipnvaluers-500\/25:active {
  border-left-color: rgb(245 174 21 / 0.25);
  border-right-color: rgb(245 174 21 / 0.25);
}

.active\:border-x-ipnvaluers-500\/30:active {
  border-left-color: rgb(245 174 21 / 0.3);
  border-right-color: rgb(245 174 21 / 0.3);
}

.active\:border-x-ipnvaluers-500\/40:active {
  border-left-color: rgb(245 174 21 / 0.4);
  border-right-color: rgb(245 174 21 / 0.4);
}

.active\:border-x-ipnvaluers-500\/5:active {
  border-left-color: rgb(245 174 21 / 0.05);
  border-right-color: rgb(245 174 21 / 0.05);
}

.active\:border-x-ipnvaluers-500\/50:active {
  border-left-color: rgb(245 174 21 / 0.5);
  border-right-color: rgb(245 174 21 / 0.5);
}

.active\:border-x-ipnvaluers-500\/60:active {
  border-left-color: rgb(245 174 21 / 0.6);
  border-right-color: rgb(245 174 21 / 0.6);
}

.active\:border-x-ipnvaluers-500\/70:active {
  border-left-color: rgb(245 174 21 / 0.7);
  border-right-color: rgb(245 174 21 / 0.7);
}

.active\:border-x-ipnvaluers-500\/75:active {
  border-left-color: rgb(245 174 21 / 0.75);
  border-right-color: rgb(245 174 21 / 0.75);
}

.active\:border-x-ipnvaluers-500\/80:active {
  border-left-color: rgb(245 174 21 / 0.8);
  border-right-color: rgb(245 174 21 / 0.8);
}

.active\:border-x-ipnvaluers-500\/90:active {
  border-left-color: rgb(245 174 21 / 0.9);
  border-right-color: rgb(245 174 21 / 0.9);
}

.active\:border-x-ipnvaluers-500\/95:active {
  border-left-color: rgb(245 174 21 / 0.95);
  border-right-color: rgb(245 174 21 / 0.95);
}

.active\:border-x-jukejam-500:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 210 101 / var(--tw-border-opacity));
  border-right-color: rgb(250 210 101 / var(--tw-border-opacity));
}

.active\:border-x-jukejam-500\/0:active {
  border-left-color: rgb(250 210 101 / 0);
  border-right-color: rgb(250 210 101 / 0);
}

.active\:border-x-jukejam-500\/10:active {
  border-left-color: rgb(250 210 101 / 0.1);
  border-right-color: rgb(250 210 101 / 0.1);
}

.active\:border-x-jukejam-500\/100:active {
  border-left-color: rgb(250 210 101 / 1);
  border-right-color: rgb(250 210 101 / 1);
}

.active\:border-x-jukejam-500\/20:active {
  border-left-color: rgb(250 210 101 / 0.2);
  border-right-color: rgb(250 210 101 / 0.2);
}

.active\:border-x-jukejam-500\/25:active {
  border-left-color: rgb(250 210 101 / 0.25);
  border-right-color: rgb(250 210 101 / 0.25);
}

.active\:border-x-jukejam-500\/30:active {
  border-left-color: rgb(250 210 101 / 0.3);
  border-right-color: rgb(250 210 101 / 0.3);
}

.active\:border-x-jukejam-500\/40:active {
  border-left-color: rgb(250 210 101 / 0.4);
  border-right-color: rgb(250 210 101 / 0.4);
}

.active\:border-x-jukejam-500\/5:active {
  border-left-color: rgb(250 210 101 / 0.05);
  border-right-color: rgb(250 210 101 / 0.05);
}

.active\:border-x-jukejam-500\/50:active {
  border-left-color: rgb(250 210 101 / 0.5);
  border-right-color: rgb(250 210 101 / 0.5);
}

.active\:border-x-jukejam-500\/60:active {
  border-left-color: rgb(250 210 101 / 0.6);
  border-right-color: rgb(250 210 101 / 0.6);
}

.active\:border-x-jukejam-500\/70:active {
  border-left-color: rgb(250 210 101 / 0.7);
  border-right-color: rgb(250 210 101 / 0.7);
}

.active\:border-x-jukejam-500\/75:active {
  border-left-color: rgb(250 210 101 / 0.75);
  border-right-color: rgb(250 210 101 / 0.75);
}

.active\:border-x-jukejam-500\/80:active {
  border-left-color: rgb(250 210 101 / 0.8);
  border-right-color: rgb(250 210 101 / 0.8);
}

.active\:border-x-jukejam-500\/90:active {
  border-left-color: rgb(250 210 101 / 0.9);
  border-right-color: rgb(250 210 101 / 0.9);
}

.active\:border-x-jukejam-500\/95:active {
  border-left-color: rgb(250 210 101 / 0.95);
  border-right-color: rgb(250 210 101 / 0.95);
}

.active\:border-x-lime-100:active {
  --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));
}

.active\:border-x-lime-100\/0:active {
  border-left-color: rgb(236 252 203 / 0);
  border-right-color: rgb(236 252 203 / 0);
}

.active\:border-x-lime-100\/10:active {
  border-left-color: rgb(236 252 203 / 0.1);
  border-right-color: rgb(236 252 203 / 0.1);
}

.active\:border-x-lime-100\/100:active {
  border-left-color: rgb(236 252 203 / 1);
  border-right-color: rgb(236 252 203 / 1);
}

.active\:border-x-lime-100\/20:active {
  border-left-color: rgb(236 252 203 / 0.2);
  border-right-color: rgb(236 252 203 / 0.2);
}

.active\:border-x-lime-100\/25:active {
  border-left-color: rgb(236 252 203 / 0.25);
  border-right-color: rgb(236 252 203 / 0.25);
}

.active\:border-x-lime-100\/30:active {
  border-left-color: rgb(236 252 203 / 0.3);
  border-right-color: rgb(236 252 203 / 0.3);
}

.active\:border-x-lime-100\/40:active {
  border-left-color: rgb(236 252 203 / 0.4);
  border-right-color: rgb(236 252 203 / 0.4);
}

.active\:border-x-lime-100\/5:active {
  border-left-color: rgb(236 252 203 / 0.05);
  border-right-color: rgb(236 252 203 / 0.05);
}

.active\:border-x-lime-100\/50:active {
  border-left-color: rgb(236 252 203 / 0.5);
  border-right-color: rgb(236 252 203 / 0.5);
}

.active\:border-x-lime-100\/60:active {
  border-left-color: rgb(236 252 203 / 0.6);
  border-right-color: rgb(236 252 203 / 0.6);
}

.active\:border-x-lime-100\/70:active {
  border-left-color: rgb(236 252 203 / 0.7);
  border-right-color: rgb(236 252 203 / 0.7);
}

.active\:border-x-lime-100\/75:active {
  border-left-color: rgb(236 252 203 / 0.75);
  border-right-color: rgb(236 252 203 / 0.75);
}

.active\:border-x-lime-100\/80:active {
  border-left-color: rgb(236 252 203 / 0.8);
  border-right-color: rgb(236 252 203 / 0.8);
}

.active\:border-x-lime-100\/90:active {
  border-left-color: rgb(236 252 203 / 0.9);
  border-right-color: rgb(236 252 203 / 0.9);
}

.active\:border-x-lime-100\/95:active {
  border-left-color: rgb(236 252 203 / 0.95);
  border-right-color: rgb(236 252 203 / 0.95);
}

.active\:border-x-lime-200:active {
  --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));
}

.active\:border-x-lime-200\/0:active {
  border-left-color: rgb(217 249 157 / 0);
  border-right-color: rgb(217 249 157 / 0);
}

.active\:border-x-lime-200\/10:active {
  border-left-color: rgb(217 249 157 / 0.1);
  border-right-color: rgb(217 249 157 / 0.1);
}

.active\:border-x-lime-200\/100:active {
  border-left-color: rgb(217 249 157 / 1);
  border-right-color: rgb(217 249 157 / 1);
}

.active\:border-x-lime-200\/20:active {
  border-left-color: rgb(217 249 157 / 0.2);
  border-right-color: rgb(217 249 157 / 0.2);
}

.active\:border-x-lime-200\/25:active {
  border-left-color: rgb(217 249 157 / 0.25);
  border-right-color: rgb(217 249 157 / 0.25);
}

.active\:border-x-lime-200\/30:active {
  border-left-color: rgb(217 249 157 / 0.3);
  border-right-color: rgb(217 249 157 / 0.3);
}

.active\:border-x-lime-200\/40:active {
  border-left-color: rgb(217 249 157 / 0.4);
  border-right-color: rgb(217 249 157 / 0.4);
}

.active\:border-x-lime-200\/5:active {
  border-left-color: rgb(217 249 157 / 0.05);
  border-right-color: rgb(217 249 157 / 0.05);
}

.active\:border-x-lime-200\/50:active {
  border-left-color: rgb(217 249 157 / 0.5);
  border-right-color: rgb(217 249 157 / 0.5);
}

.active\:border-x-lime-200\/60:active {
  border-left-color: rgb(217 249 157 / 0.6);
  border-right-color: rgb(217 249 157 / 0.6);
}

.active\:border-x-lime-200\/70:active {
  border-left-color: rgb(217 249 157 / 0.7);
  border-right-color: rgb(217 249 157 / 0.7);
}

.active\:border-x-lime-200\/75:active {
  border-left-color: rgb(217 249 157 / 0.75);
  border-right-color: rgb(217 249 157 / 0.75);
}

.active\:border-x-lime-200\/80:active {
  border-left-color: rgb(217 249 157 / 0.8);
  border-right-color: rgb(217 249 157 / 0.8);
}

.active\:border-x-lime-200\/90:active {
  border-left-color: rgb(217 249 157 / 0.9);
  border-right-color: rgb(217 249 157 / 0.9);
}

.active\:border-x-lime-200\/95:active {
  border-left-color: rgb(217 249 157 / 0.95);
  border-right-color: rgb(217 249 157 / 0.95);
}

.active\:border-x-lime-300:active {
  --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));
}

.active\:border-x-lime-300\/0:active {
  border-left-color: rgb(190 242 100 / 0);
  border-right-color: rgb(190 242 100 / 0);
}

.active\:border-x-lime-300\/10:active {
  border-left-color: rgb(190 242 100 / 0.1);
  border-right-color: rgb(190 242 100 / 0.1);
}

.active\:border-x-lime-300\/100:active {
  border-left-color: rgb(190 242 100 / 1);
  border-right-color: rgb(190 242 100 / 1);
}

.active\:border-x-lime-300\/20:active {
  border-left-color: rgb(190 242 100 / 0.2);
  border-right-color: rgb(190 242 100 / 0.2);
}

.active\:border-x-lime-300\/25:active {
  border-left-color: rgb(190 242 100 / 0.25);
  border-right-color: rgb(190 242 100 / 0.25);
}

.active\:border-x-lime-300\/30:active {
  border-left-color: rgb(190 242 100 / 0.3);
  border-right-color: rgb(190 242 100 / 0.3);
}

.active\:border-x-lime-300\/40:active {
  border-left-color: rgb(190 242 100 / 0.4);
  border-right-color: rgb(190 242 100 / 0.4);
}

.active\:border-x-lime-300\/5:active {
  border-left-color: rgb(190 242 100 / 0.05);
  border-right-color: rgb(190 242 100 / 0.05);
}

.active\:border-x-lime-300\/50:active {
  border-left-color: rgb(190 242 100 / 0.5);
  border-right-color: rgb(190 242 100 / 0.5);
}

.active\:border-x-lime-300\/60:active {
  border-left-color: rgb(190 242 100 / 0.6);
  border-right-color: rgb(190 242 100 / 0.6);
}

.active\:border-x-lime-300\/70:active {
  border-left-color: rgb(190 242 100 / 0.7);
  border-right-color: rgb(190 242 100 / 0.7);
}

.active\:border-x-lime-300\/75:active {
  border-left-color: rgb(190 242 100 / 0.75);
  border-right-color: rgb(190 242 100 / 0.75);
}

.active\:border-x-lime-300\/80:active {
  border-left-color: rgb(190 242 100 / 0.8);
  border-right-color: rgb(190 242 100 / 0.8);
}

.active\:border-x-lime-300\/90:active {
  border-left-color: rgb(190 242 100 / 0.9);
  border-right-color: rgb(190 242 100 / 0.9);
}

.active\:border-x-lime-300\/95:active {
  border-left-color: rgb(190 242 100 / 0.95);
  border-right-color: rgb(190 242 100 / 0.95);
}

.active\:border-x-lime-400:active {
  --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));
}

.active\:border-x-lime-400\/0:active {
  border-left-color: rgb(163 230 53 / 0);
  border-right-color: rgb(163 230 53 / 0);
}

.active\:border-x-lime-400\/10:active {
  border-left-color: rgb(163 230 53 / 0.1);
  border-right-color: rgb(163 230 53 / 0.1);
}

.active\:border-x-lime-400\/100:active {
  border-left-color: rgb(163 230 53 / 1);
  border-right-color: rgb(163 230 53 / 1);
}

.active\:border-x-lime-400\/20:active {
  border-left-color: rgb(163 230 53 / 0.2);
  border-right-color: rgb(163 230 53 / 0.2);
}

.active\:border-x-lime-400\/25:active {
  border-left-color: rgb(163 230 53 / 0.25);
  border-right-color: rgb(163 230 53 / 0.25);
}

.active\:border-x-lime-400\/30:active {
  border-left-color: rgb(163 230 53 / 0.3);
  border-right-color: rgb(163 230 53 / 0.3);
}

.active\:border-x-lime-400\/40:active {
  border-left-color: rgb(163 230 53 / 0.4);
  border-right-color: rgb(163 230 53 / 0.4);
}

.active\:border-x-lime-400\/5:active {
  border-left-color: rgb(163 230 53 / 0.05);
  border-right-color: rgb(163 230 53 / 0.05);
}

.active\:border-x-lime-400\/50:active {
  border-left-color: rgb(163 230 53 / 0.5);
  border-right-color: rgb(163 230 53 / 0.5);
}

.active\:border-x-lime-400\/60:active {
  border-left-color: rgb(163 230 53 / 0.6);
  border-right-color: rgb(163 230 53 / 0.6);
}

.active\:border-x-lime-400\/70:active {
  border-left-color: rgb(163 230 53 / 0.7);
  border-right-color: rgb(163 230 53 / 0.7);
}

.active\:border-x-lime-400\/75:active {
  border-left-color: rgb(163 230 53 / 0.75);
  border-right-color: rgb(163 230 53 / 0.75);
}

.active\:border-x-lime-400\/80:active {
  border-left-color: rgb(163 230 53 / 0.8);
  border-right-color: rgb(163 230 53 / 0.8);
}

.active\:border-x-lime-400\/90:active {
  border-left-color: rgb(163 230 53 / 0.9);
  border-right-color: rgb(163 230 53 / 0.9);
}

.active\:border-x-lime-400\/95:active {
  border-left-color: rgb(163 230 53 / 0.95);
  border-right-color: rgb(163 230 53 / 0.95);
}

.active\:border-x-lime-50:active {
  --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));
}

.active\:border-x-lime-50\/0:active {
  border-left-color: rgb(247 254 231 / 0);
  border-right-color: rgb(247 254 231 / 0);
}

.active\:border-x-lime-50\/10:active {
  border-left-color: rgb(247 254 231 / 0.1);
  border-right-color: rgb(247 254 231 / 0.1);
}

.active\:border-x-lime-50\/100:active {
  border-left-color: rgb(247 254 231 / 1);
  border-right-color: rgb(247 254 231 / 1);
}

.active\:border-x-lime-50\/20:active {
  border-left-color: rgb(247 254 231 / 0.2);
  border-right-color: rgb(247 254 231 / 0.2);
}

.active\:border-x-lime-50\/25:active {
  border-left-color: rgb(247 254 231 / 0.25);
  border-right-color: rgb(247 254 231 / 0.25);
}

.active\:border-x-lime-50\/30:active {
  border-left-color: rgb(247 254 231 / 0.3);
  border-right-color: rgb(247 254 231 / 0.3);
}

.active\:border-x-lime-50\/40:active {
  border-left-color: rgb(247 254 231 / 0.4);
  border-right-color: rgb(247 254 231 / 0.4);
}

.active\:border-x-lime-50\/5:active {
  border-left-color: rgb(247 254 231 / 0.05);
  border-right-color: rgb(247 254 231 / 0.05);
}

.active\:border-x-lime-50\/50:active {
  border-left-color: rgb(247 254 231 / 0.5);
  border-right-color: rgb(247 254 231 / 0.5);
}

.active\:border-x-lime-50\/60:active {
  border-left-color: rgb(247 254 231 / 0.6);
  border-right-color: rgb(247 254 231 / 0.6);
}

.active\:border-x-lime-50\/70:active {
  border-left-color: rgb(247 254 231 / 0.7);
  border-right-color: rgb(247 254 231 / 0.7);
}

.active\:border-x-lime-50\/75:active {
  border-left-color: rgb(247 254 231 / 0.75);
  border-right-color: rgb(247 254 231 / 0.75);
}

.active\:border-x-lime-50\/80:active {
  border-left-color: rgb(247 254 231 / 0.8);
  border-right-color: rgb(247 254 231 / 0.8);
}

.active\:border-x-lime-50\/90:active {
  border-left-color: rgb(247 254 231 / 0.9);
  border-right-color: rgb(247 254 231 / 0.9);
}

.active\:border-x-lime-50\/95:active {
  border-left-color: rgb(247 254 231 / 0.95);
  border-right-color: rgb(247 254 231 / 0.95);
}

.active\:border-x-lime-500:active {
  --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));
}

.active\:border-x-lime-500\/0:active {
  border-left-color: rgb(132 204 22 / 0);
  border-right-color: rgb(132 204 22 / 0);
}

.active\:border-x-lime-500\/10:active {
  border-left-color: rgb(132 204 22 / 0.1);
  border-right-color: rgb(132 204 22 / 0.1);
}

.active\:border-x-lime-500\/100:active {
  border-left-color: rgb(132 204 22 / 1);
  border-right-color: rgb(132 204 22 / 1);
}

.active\:border-x-lime-500\/20:active {
  border-left-color: rgb(132 204 22 / 0.2);
  border-right-color: rgb(132 204 22 / 0.2);
}

.active\:border-x-lime-500\/25:active {
  border-left-color: rgb(132 204 22 / 0.25);
  border-right-color: rgb(132 204 22 / 0.25);
}

.active\:border-x-lime-500\/30:active {
  border-left-color: rgb(132 204 22 / 0.3);
  border-right-color: rgb(132 204 22 / 0.3);
}

.active\:border-x-lime-500\/40:active {
  border-left-color: rgb(132 204 22 / 0.4);
  border-right-color: rgb(132 204 22 / 0.4);
}

.active\:border-x-lime-500\/5:active {
  border-left-color: rgb(132 204 22 / 0.05);
  border-right-color: rgb(132 204 22 / 0.05);
}

.active\:border-x-lime-500\/50:active {
  border-left-color: rgb(132 204 22 / 0.5);
  border-right-color: rgb(132 204 22 / 0.5);
}

.active\:border-x-lime-500\/60:active {
  border-left-color: rgb(132 204 22 / 0.6);
  border-right-color: rgb(132 204 22 / 0.6);
}

.active\:border-x-lime-500\/70:active {
  border-left-color: rgb(132 204 22 / 0.7);
  border-right-color: rgb(132 204 22 / 0.7);
}

.active\:border-x-lime-500\/75:active {
  border-left-color: rgb(132 204 22 / 0.75);
  border-right-color: rgb(132 204 22 / 0.75);
}

.active\:border-x-lime-500\/80:active {
  border-left-color: rgb(132 204 22 / 0.8);
  border-right-color: rgb(132 204 22 / 0.8);
}

.active\:border-x-lime-500\/90:active {
  border-left-color: rgb(132 204 22 / 0.9);
  border-right-color: rgb(132 204 22 / 0.9);
}

.active\:border-x-lime-500\/95:active {
  border-left-color: rgb(132 204 22 / 0.95);
  border-right-color: rgb(132 204 22 / 0.95);
}

.active\:border-x-lime-600:active {
  --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));
}

.active\:border-x-lime-600\/0:active {
  border-left-color: rgb(101 163 13 / 0);
  border-right-color: rgb(101 163 13 / 0);
}

.active\:border-x-lime-600\/10:active {
  border-left-color: rgb(101 163 13 / 0.1);
  border-right-color: rgb(101 163 13 / 0.1);
}

.active\:border-x-lime-600\/100:active {
  border-left-color: rgb(101 163 13 / 1);
  border-right-color: rgb(101 163 13 / 1);
}

.active\:border-x-lime-600\/20:active {
  border-left-color: rgb(101 163 13 / 0.2);
  border-right-color: rgb(101 163 13 / 0.2);
}

.active\:border-x-lime-600\/25:active {
  border-left-color: rgb(101 163 13 / 0.25);
  border-right-color: rgb(101 163 13 / 0.25);
}

.active\:border-x-lime-600\/30:active {
  border-left-color: rgb(101 163 13 / 0.3);
  border-right-color: rgb(101 163 13 / 0.3);
}

.active\:border-x-lime-600\/40:active {
  border-left-color: rgb(101 163 13 / 0.4);
  border-right-color: rgb(101 163 13 / 0.4);
}

.active\:border-x-lime-600\/5:active {
  border-left-color: rgb(101 163 13 / 0.05);
  border-right-color: rgb(101 163 13 / 0.05);
}

.active\:border-x-lime-600\/50:active {
  border-left-color: rgb(101 163 13 / 0.5);
  border-right-color: rgb(101 163 13 / 0.5);
}

.active\:border-x-lime-600\/60:active {
  border-left-color: rgb(101 163 13 / 0.6);
  border-right-color: rgb(101 163 13 / 0.6);
}

.active\:border-x-lime-600\/70:active {
  border-left-color: rgb(101 163 13 / 0.7);
  border-right-color: rgb(101 163 13 / 0.7);
}

.active\:border-x-lime-600\/75:active {
  border-left-color: rgb(101 163 13 / 0.75);
  border-right-color: rgb(101 163 13 / 0.75);
}

.active\:border-x-lime-600\/80:active {
  border-left-color: rgb(101 163 13 / 0.8);
  border-right-color: rgb(101 163 13 / 0.8);
}

.active\:border-x-lime-600\/90:active {
  border-left-color: rgb(101 163 13 / 0.9);
  border-right-color: rgb(101 163 13 / 0.9);
}

.active\:border-x-lime-600\/95:active {
  border-left-color: rgb(101 163 13 / 0.95);
  border-right-color: rgb(101 163 13 / 0.95);
}

.active\:border-x-lime-700:active {
  --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));
}

.active\:border-x-lime-700\/0:active {
  border-left-color: rgb(77 124 15 / 0);
  border-right-color: rgb(77 124 15 / 0);
}

.active\:border-x-lime-700\/10:active {
  border-left-color: rgb(77 124 15 / 0.1);
  border-right-color: rgb(77 124 15 / 0.1);
}

.active\:border-x-lime-700\/100:active {
  border-left-color: rgb(77 124 15 / 1);
  border-right-color: rgb(77 124 15 / 1);
}

.active\:border-x-lime-700\/20:active {
  border-left-color: rgb(77 124 15 / 0.2);
  border-right-color: rgb(77 124 15 / 0.2);
}

.active\:border-x-lime-700\/25:active {
  border-left-color: rgb(77 124 15 / 0.25);
  border-right-color: rgb(77 124 15 / 0.25);
}

.active\:border-x-lime-700\/30:active {
  border-left-color: rgb(77 124 15 / 0.3);
  border-right-color: rgb(77 124 15 / 0.3);
}

.active\:border-x-lime-700\/40:active {
  border-left-color: rgb(77 124 15 / 0.4);
  border-right-color: rgb(77 124 15 / 0.4);
}

.active\:border-x-lime-700\/5:active {
  border-left-color: rgb(77 124 15 / 0.05);
  border-right-color: rgb(77 124 15 / 0.05);
}

.active\:border-x-lime-700\/50:active {
  border-left-color: rgb(77 124 15 / 0.5);
  border-right-color: rgb(77 124 15 / 0.5);
}

.active\:border-x-lime-700\/60:active {
  border-left-color: rgb(77 124 15 / 0.6);
  border-right-color: rgb(77 124 15 / 0.6);
}

.active\:border-x-lime-700\/70:active {
  border-left-color: rgb(77 124 15 / 0.7);
  border-right-color: rgb(77 124 15 / 0.7);
}

.active\:border-x-lime-700\/75:active {
  border-left-color: rgb(77 124 15 / 0.75);
  border-right-color: rgb(77 124 15 / 0.75);
}

.active\:border-x-lime-700\/80:active {
  border-left-color: rgb(77 124 15 / 0.8);
  border-right-color: rgb(77 124 15 / 0.8);
}

.active\:border-x-lime-700\/90:active {
  border-left-color: rgb(77 124 15 / 0.9);
  border-right-color: rgb(77 124 15 / 0.9);
}

.active\:border-x-lime-700\/95:active {
  border-left-color: rgb(77 124 15 / 0.95);
  border-right-color: rgb(77 124 15 / 0.95);
}

.active\:border-x-lime-800:active {
  --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));
}

.active\:border-x-lime-800\/0:active {
  border-left-color: rgb(63 98 18 / 0);
  border-right-color: rgb(63 98 18 / 0);
}

.active\:border-x-lime-800\/10:active {
  border-left-color: rgb(63 98 18 / 0.1);
  border-right-color: rgb(63 98 18 / 0.1);
}

.active\:border-x-lime-800\/100:active {
  border-left-color: rgb(63 98 18 / 1);
  border-right-color: rgb(63 98 18 / 1);
}

.active\:border-x-lime-800\/20:active {
  border-left-color: rgb(63 98 18 / 0.2);
  border-right-color: rgb(63 98 18 / 0.2);
}

.active\:border-x-lime-800\/25:active {
  border-left-color: rgb(63 98 18 / 0.25);
  border-right-color: rgb(63 98 18 / 0.25);
}

.active\:border-x-lime-800\/30:active {
  border-left-color: rgb(63 98 18 / 0.3);
  border-right-color: rgb(63 98 18 / 0.3);
}

.active\:border-x-lime-800\/40:active {
  border-left-color: rgb(63 98 18 / 0.4);
  border-right-color: rgb(63 98 18 / 0.4);
}

.active\:border-x-lime-800\/5:active {
  border-left-color: rgb(63 98 18 / 0.05);
  border-right-color: rgb(63 98 18 / 0.05);
}

.active\:border-x-lime-800\/50:active {
  border-left-color: rgb(63 98 18 / 0.5);
  border-right-color: rgb(63 98 18 / 0.5);
}

.active\:border-x-lime-800\/60:active {
  border-left-color: rgb(63 98 18 / 0.6);
  border-right-color: rgb(63 98 18 / 0.6);
}

.active\:border-x-lime-800\/70:active {
  border-left-color: rgb(63 98 18 / 0.7);
  border-right-color: rgb(63 98 18 / 0.7);
}

.active\:border-x-lime-800\/75:active {
  border-left-color: rgb(63 98 18 / 0.75);
  border-right-color: rgb(63 98 18 / 0.75);
}

.active\:border-x-lime-800\/80:active {
  border-left-color: rgb(63 98 18 / 0.8);
  border-right-color: rgb(63 98 18 / 0.8);
}

.active\:border-x-lime-800\/90:active {
  border-left-color: rgb(63 98 18 / 0.9);
  border-right-color: rgb(63 98 18 / 0.9);
}

.active\:border-x-lime-800\/95:active {
  border-left-color: rgb(63 98 18 / 0.95);
  border-right-color: rgb(63 98 18 / 0.95);
}

.active\:border-x-lime-900:active {
  --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));
}

.active\:border-x-lime-900\/0:active {
  border-left-color: rgb(54 83 20 / 0);
  border-right-color: rgb(54 83 20 / 0);
}

.active\:border-x-lime-900\/10:active {
  border-left-color: rgb(54 83 20 / 0.1);
  border-right-color: rgb(54 83 20 / 0.1);
}

.active\:border-x-lime-900\/100:active {
  border-left-color: rgb(54 83 20 / 1);
  border-right-color: rgb(54 83 20 / 1);
}

.active\:border-x-lime-900\/20:active {
  border-left-color: rgb(54 83 20 / 0.2);
  border-right-color: rgb(54 83 20 / 0.2);
}

.active\:border-x-lime-900\/25:active {
  border-left-color: rgb(54 83 20 / 0.25);
  border-right-color: rgb(54 83 20 / 0.25);
}

.active\:border-x-lime-900\/30:active {
  border-left-color: rgb(54 83 20 / 0.3);
  border-right-color: rgb(54 83 20 / 0.3);
}

.active\:border-x-lime-900\/40:active {
  border-left-color: rgb(54 83 20 / 0.4);
  border-right-color: rgb(54 83 20 / 0.4);
}

.active\:border-x-lime-900\/5:active {
  border-left-color: rgb(54 83 20 / 0.05);
  border-right-color: rgb(54 83 20 / 0.05);
}

.active\:border-x-lime-900\/50:active {
  border-left-color: rgb(54 83 20 / 0.5);
  border-right-color: rgb(54 83 20 / 0.5);
}

.active\:border-x-lime-900\/60:active {
  border-left-color: rgb(54 83 20 / 0.6);
  border-right-color: rgb(54 83 20 / 0.6);
}

.active\:border-x-lime-900\/70:active {
  border-left-color: rgb(54 83 20 / 0.7);
  border-right-color: rgb(54 83 20 / 0.7);
}

.active\:border-x-lime-900\/75:active {
  border-left-color: rgb(54 83 20 / 0.75);
  border-right-color: rgb(54 83 20 / 0.75);
}

.active\:border-x-lime-900\/80:active {
  border-left-color: rgb(54 83 20 / 0.8);
  border-right-color: rgb(54 83 20 / 0.8);
}

.active\:border-x-lime-900\/90:active {
  border-left-color: rgb(54 83 20 / 0.9);
  border-right-color: rgb(54 83 20 / 0.9);
}

.active\:border-x-lime-900\/95:active {
  border-left-color: rgb(54 83 20 / 0.95);
  border-right-color: rgb(54 83 20 / 0.95);
}

.active\:border-x-lime-950:active {
  --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));
}

.active\:border-x-lime-950\/0:active {
  border-left-color: rgb(26 46 5 / 0);
  border-right-color: rgb(26 46 5 / 0);
}

.active\:border-x-lime-950\/10:active {
  border-left-color: rgb(26 46 5 / 0.1);
  border-right-color: rgb(26 46 5 / 0.1);
}

.active\:border-x-lime-950\/100:active {
  border-left-color: rgb(26 46 5 / 1);
  border-right-color: rgb(26 46 5 / 1);
}

.active\:border-x-lime-950\/20:active {
  border-left-color: rgb(26 46 5 / 0.2);
  border-right-color: rgb(26 46 5 / 0.2);
}

.active\:border-x-lime-950\/25:active {
  border-left-color: rgb(26 46 5 / 0.25);
  border-right-color: rgb(26 46 5 / 0.25);
}

.active\:border-x-lime-950\/30:active {
  border-left-color: rgb(26 46 5 / 0.3);
  border-right-color: rgb(26 46 5 / 0.3);
}

.active\:border-x-lime-950\/40:active {
  border-left-color: rgb(26 46 5 / 0.4);
  border-right-color: rgb(26 46 5 / 0.4);
}

.active\:border-x-lime-950\/5:active {
  border-left-color: rgb(26 46 5 / 0.05);
  border-right-color: rgb(26 46 5 / 0.05);
}

.active\:border-x-lime-950\/50:active {
  border-left-color: rgb(26 46 5 / 0.5);
  border-right-color: rgb(26 46 5 / 0.5);
}

.active\:border-x-lime-950\/60:active {
  border-left-color: rgb(26 46 5 / 0.6);
  border-right-color: rgb(26 46 5 / 0.6);
}

.active\:border-x-lime-950\/70:active {
  border-left-color: rgb(26 46 5 / 0.7);
  border-right-color: rgb(26 46 5 / 0.7);
}

.active\:border-x-lime-950\/75:active {
  border-left-color: rgb(26 46 5 / 0.75);
  border-right-color: rgb(26 46 5 / 0.75);
}

.active\:border-x-lime-950\/80:active {
  border-left-color: rgb(26 46 5 / 0.8);
  border-right-color: rgb(26 46 5 / 0.8);
}

.active\:border-x-lime-950\/90:active {
  border-left-color: rgb(26 46 5 / 0.9);
  border-right-color: rgb(26 46 5 / 0.9);
}

.active\:border-x-lime-950\/95:active {
  border-left-color: rgb(26 46 5 / 0.95);
  border-right-color: rgb(26 46 5 / 0.95);
}

.active\:border-x-nafisa-500:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(153 53 10 / var(--tw-border-opacity));
  border-right-color: rgb(153 53 10 / var(--tw-border-opacity));
}

.active\:border-x-nafisa-500\/0:active {
  border-left-color: rgb(153 53 10 / 0);
  border-right-color: rgb(153 53 10 / 0);
}

.active\:border-x-nafisa-500\/10:active {
  border-left-color: rgb(153 53 10 / 0.1);
  border-right-color: rgb(153 53 10 / 0.1);
}

.active\:border-x-nafisa-500\/100:active {
  border-left-color: rgb(153 53 10 / 1);
  border-right-color: rgb(153 53 10 / 1);
}

.active\:border-x-nafisa-500\/20:active {
  border-left-color: rgb(153 53 10 / 0.2);
  border-right-color: rgb(153 53 10 / 0.2);
}

.active\:border-x-nafisa-500\/25:active {
  border-left-color: rgb(153 53 10 / 0.25);
  border-right-color: rgb(153 53 10 / 0.25);
}

.active\:border-x-nafisa-500\/30:active {
  border-left-color: rgb(153 53 10 / 0.3);
  border-right-color: rgb(153 53 10 / 0.3);
}

.active\:border-x-nafisa-500\/40:active {
  border-left-color: rgb(153 53 10 / 0.4);
  border-right-color: rgb(153 53 10 / 0.4);
}

.active\:border-x-nafisa-500\/5:active {
  border-left-color: rgb(153 53 10 / 0.05);
  border-right-color: rgb(153 53 10 / 0.05);
}

.active\:border-x-nafisa-500\/50:active {
  border-left-color: rgb(153 53 10 / 0.5);
  border-right-color: rgb(153 53 10 / 0.5);
}

.active\:border-x-nafisa-500\/60:active {
  border-left-color: rgb(153 53 10 / 0.6);
  border-right-color: rgb(153 53 10 / 0.6);
}

.active\:border-x-nafisa-500\/70:active {
  border-left-color: rgb(153 53 10 / 0.7);
  border-right-color: rgb(153 53 10 / 0.7);
}

.active\:border-x-nafisa-500\/75:active {
  border-left-color: rgb(153 53 10 / 0.75);
  border-right-color: rgb(153 53 10 / 0.75);
}

.active\:border-x-nafisa-500\/80:active {
  border-left-color: rgb(153 53 10 / 0.8);
  border-right-color: rgb(153 53 10 / 0.8);
}

.active\:border-x-nafisa-500\/90:active {
  border-left-color: rgb(153 53 10 / 0.9);
  border-right-color: rgb(153 53 10 / 0.9);
}

.active\:border-x-nafisa-500\/95:active {
  border-left-color: rgb(153 53 10 / 0.95);
  border-right-color: rgb(153 53 10 / 0.95);
}

.active\:border-x-neutral-100:active {
  --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));
}

.active\:border-x-neutral-100\/0:active {
  border-left-color: rgb(245 245 245 / 0);
  border-right-color: rgb(245 245 245 / 0);
}

.active\:border-x-neutral-100\/10:active {
  border-left-color: rgb(245 245 245 / 0.1);
  border-right-color: rgb(245 245 245 / 0.1);
}

.active\:border-x-neutral-100\/100:active {
  border-left-color: rgb(245 245 245 / 1);
  border-right-color: rgb(245 245 245 / 1);
}

.active\:border-x-neutral-100\/20:active {
  border-left-color: rgb(245 245 245 / 0.2);
  border-right-color: rgb(245 245 245 / 0.2);
}

.active\:border-x-neutral-100\/25:active {
  border-left-color: rgb(245 245 245 / 0.25);
  border-right-color: rgb(245 245 245 / 0.25);
}

.active\:border-x-neutral-100\/30:active {
  border-left-color: rgb(245 245 245 / 0.3);
  border-right-color: rgb(245 245 245 / 0.3);
}

.active\:border-x-neutral-100\/40:active {
  border-left-color: rgb(245 245 245 / 0.4);
  border-right-color: rgb(245 245 245 / 0.4);
}

.active\:border-x-neutral-100\/5:active {
  border-left-color: rgb(245 245 245 / 0.05);
  border-right-color: rgb(245 245 245 / 0.05);
}

.active\:border-x-neutral-100\/50:active {
  border-left-color: rgb(245 245 245 / 0.5);
  border-right-color: rgb(245 245 245 / 0.5);
}

.active\:border-x-neutral-100\/60:active {
  border-left-color: rgb(245 245 245 / 0.6);
  border-right-color: rgb(245 245 245 / 0.6);
}

.active\:border-x-neutral-100\/70:active {
  border-left-color: rgb(245 245 245 / 0.7);
  border-right-color: rgb(245 245 245 / 0.7);
}

.active\:border-x-neutral-100\/75:active {
  border-left-color: rgb(245 245 245 / 0.75);
  border-right-color: rgb(245 245 245 / 0.75);
}

.active\:border-x-neutral-100\/80:active {
  border-left-color: rgb(245 245 245 / 0.8);
  border-right-color: rgb(245 245 245 / 0.8);
}

.active\:border-x-neutral-100\/90:active {
  border-left-color: rgb(245 245 245 / 0.9);
  border-right-color: rgb(245 245 245 / 0.9);
}

.active\:border-x-neutral-100\/95:active {
  border-left-color: rgb(245 245 245 / 0.95);
  border-right-color: rgb(245 245 245 / 0.95);
}

.active\:border-x-neutral-200:active {
  --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));
}

.active\:border-x-neutral-200\/0:active {
  border-left-color: rgb(229 229 229 / 0);
  border-right-color: rgb(229 229 229 / 0);
}

.active\:border-x-neutral-200\/10:active {
  border-left-color: rgb(229 229 229 / 0.1);
  border-right-color: rgb(229 229 229 / 0.1);
}

.active\:border-x-neutral-200\/100:active {
  border-left-color: rgb(229 229 229 / 1);
  border-right-color: rgb(229 229 229 / 1);
}

.active\:border-x-neutral-200\/20:active {
  border-left-color: rgb(229 229 229 / 0.2);
  border-right-color: rgb(229 229 229 / 0.2);
}

.active\:border-x-neutral-200\/25:active {
  border-left-color: rgb(229 229 229 / 0.25);
  border-right-color: rgb(229 229 229 / 0.25);
}

.active\:border-x-neutral-200\/30:active {
  border-left-color: rgb(229 229 229 / 0.3);
  border-right-color: rgb(229 229 229 / 0.3);
}

.active\:border-x-neutral-200\/40:active {
  border-left-color: rgb(229 229 229 / 0.4);
  border-right-color: rgb(229 229 229 / 0.4);
}

.active\:border-x-neutral-200\/5:active {
  border-left-color: rgb(229 229 229 / 0.05);
  border-right-color: rgb(229 229 229 / 0.05);
}

.active\:border-x-neutral-200\/50:active {
  border-left-color: rgb(229 229 229 / 0.5);
  border-right-color: rgb(229 229 229 / 0.5);
}

.active\:border-x-neutral-200\/60:active {
  border-left-color: rgb(229 229 229 / 0.6);
  border-right-color: rgb(229 229 229 / 0.6);
}

.active\:border-x-neutral-200\/70:active {
  border-left-color: rgb(229 229 229 / 0.7);
  border-right-color: rgb(229 229 229 / 0.7);
}

.active\:border-x-neutral-200\/75:active {
  border-left-color: rgb(229 229 229 / 0.75);
  border-right-color: rgb(229 229 229 / 0.75);
}

.active\:border-x-neutral-200\/80:active {
  border-left-color: rgb(229 229 229 / 0.8);
  border-right-color: rgb(229 229 229 / 0.8);
}

.active\:border-x-neutral-200\/90:active {
  border-left-color: rgb(229 229 229 / 0.9);
  border-right-color: rgb(229 229 229 / 0.9);
}

.active\:border-x-neutral-200\/95:active {
  border-left-color: rgb(229 229 229 / 0.95);
  border-right-color: rgb(229 229 229 / 0.95);
}

.active\:border-x-neutral-300:active {
  --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));
}

.active\:border-x-neutral-300\/0:active {
  border-left-color: rgb(212 212 212 / 0);
  border-right-color: rgb(212 212 212 / 0);
}

.active\:border-x-neutral-300\/10:active {
  border-left-color: rgb(212 212 212 / 0.1);
  border-right-color: rgb(212 212 212 / 0.1);
}

.active\:border-x-neutral-300\/100:active {
  border-left-color: rgb(212 212 212 / 1);
  border-right-color: rgb(212 212 212 / 1);
}

.active\:border-x-neutral-300\/20:active {
  border-left-color: rgb(212 212 212 / 0.2);
  border-right-color: rgb(212 212 212 / 0.2);
}

.active\:border-x-neutral-300\/25:active {
  border-left-color: rgb(212 212 212 / 0.25);
  border-right-color: rgb(212 212 212 / 0.25);
}

.active\:border-x-neutral-300\/30:active {
  border-left-color: rgb(212 212 212 / 0.3);
  border-right-color: rgb(212 212 212 / 0.3);
}

.active\:border-x-neutral-300\/40:active {
  border-left-color: rgb(212 212 212 / 0.4);
  border-right-color: rgb(212 212 212 / 0.4);
}

.active\:border-x-neutral-300\/5:active {
  border-left-color: rgb(212 212 212 / 0.05);
  border-right-color: rgb(212 212 212 / 0.05);
}

.active\:border-x-neutral-300\/50:active {
  border-left-color: rgb(212 212 212 / 0.5);
  border-right-color: rgb(212 212 212 / 0.5);
}

.active\:border-x-neutral-300\/60:active {
  border-left-color: rgb(212 212 212 / 0.6);
  border-right-color: rgb(212 212 212 / 0.6);
}

.active\:border-x-neutral-300\/70:active {
  border-left-color: rgb(212 212 212 / 0.7);
  border-right-color: rgb(212 212 212 / 0.7);
}

.active\:border-x-neutral-300\/75:active {
  border-left-color: rgb(212 212 212 / 0.75);
  border-right-color: rgb(212 212 212 / 0.75);
}

.active\:border-x-neutral-300\/80:active {
  border-left-color: rgb(212 212 212 / 0.8);
  border-right-color: rgb(212 212 212 / 0.8);
}

.active\:border-x-neutral-300\/90:active {
  border-left-color: rgb(212 212 212 / 0.9);
  border-right-color: rgb(212 212 212 / 0.9);
}

.active\:border-x-neutral-300\/95:active {
  border-left-color: rgb(212 212 212 / 0.95);
  border-right-color: rgb(212 212 212 / 0.95);
}

.active\:border-x-neutral-400:active {
  --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));
}

.active\:border-x-neutral-400\/0:active {
  border-left-color: rgb(163 163 163 / 0);
  border-right-color: rgb(163 163 163 / 0);
}

.active\:border-x-neutral-400\/10:active {
  border-left-color: rgb(163 163 163 / 0.1);
  border-right-color: rgb(163 163 163 / 0.1);
}

.active\:border-x-neutral-400\/100:active {
  border-left-color: rgb(163 163 163 / 1);
  border-right-color: rgb(163 163 163 / 1);
}

.active\:border-x-neutral-400\/20:active {
  border-left-color: rgb(163 163 163 / 0.2);
  border-right-color: rgb(163 163 163 / 0.2);
}

.active\:border-x-neutral-400\/25:active {
  border-left-color: rgb(163 163 163 / 0.25);
  border-right-color: rgb(163 163 163 / 0.25);
}

.active\:border-x-neutral-400\/30:active {
  border-left-color: rgb(163 163 163 / 0.3);
  border-right-color: rgb(163 163 163 / 0.3);
}

.active\:border-x-neutral-400\/40:active {
  border-left-color: rgb(163 163 163 / 0.4);
  border-right-color: rgb(163 163 163 / 0.4);
}

.active\:border-x-neutral-400\/5:active {
  border-left-color: rgb(163 163 163 / 0.05);
  border-right-color: rgb(163 163 163 / 0.05);
}

.active\:border-x-neutral-400\/50:active {
  border-left-color: rgb(163 163 163 / 0.5);
  border-right-color: rgb(163 163 163 / 0.5);
}

.active\:border-x-neutral-400\/60:active {
  border-left-color: rgb(163 163 163 / 0.6);
  border-right-color: rgb(163 163 163 / 0.6);
}

.active\:border-x-neutral-400\/70:active {
  border-left-color: rgb(163 163 163 / 0.7);
  border-right-color: rgb(163 163 163 / 0.7);
}

.active\:border-x-neutral-400\/75:active {
  border-left-color: rgb(163 163 163 / 0.75);
  border-right-color: rgb(163 163 163 / 0.75);
}

.active\:border-x-neutral-400\/80:active {
  border-left-color: rgb(163 163 163 / 0.8);
  border-right-color: rgb(163 163 163 / 0.8);
}

.active\:border-x-neutral-400\/90:active {
  border-left-color: rgb(163 163 163 / 0.9);
  border-right-color: rgb(163 163 163 / 0.9);
}

.active\:border-x-neutral-400\/95:active {
  border-left-color: rgb(163 163 163 / 0.95);
  border-right-color: rgb(163 163 163 / 0.95);
}

.active\:border-x-neutral-50:active {
  --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));
}

.active\:border-x-neutral-50\/0:active {
  border-left-color: rgb(250 250 250 / 0);
  border-right-color: rgb(250 250 250 / 0);
}

.active\:border-x-neutral-50\/10:active {
  border-left-color: rgb(250 250 250 / 0.1);
  border-right-color: rgb(250 250 250 / 0.1);
}

.active\:border-x-neutral-50\/100:active {
  border-left-color: rgb(250 250 250 / 1);
  border-right-color: rgb(250 250 250 / 1);
}

.active\:border-x-neutral-50\/20:active {
  border-left-color: rgb(250 250 250 / 0.2);
  border-right-color: rgb(250 250 250 / 0.2);
}

.active\:border-x-neutral-50\/25:active {
  border-left-color: rgb(250 250 250 / 0.25);
  border-right-color: rgb(250 250 250 / 0.25);
}

.active\:border-x-neutral-50\/30:active {
  border-left-color: rgb(250 250 250 / 0.3);
  border-right-color: rgb(250 250 250 / 0.3);
}

.active\:border-x-neutral-50\/40:active {
  border-left-color: rgb(250 250 250 / 0.4);
  border-right-color: rgb(250 250 250 / 0.4);
}

.active\:border-x-neutral-50\/5:active {
  border-left-color: rgb(250 250 250 / 0.05);
  border-right-color: rgb(250 250 250 / 0.05);
}

.active\:border-x-neutral-50\/50:active {
  border-left-color: rgb(250 250 250 / 0.5);
  border-right-color: rgb(250 250 250 / 0.5);
}

.active\:border-x-neutral-50\/60:active {
  border-left-color: rgb(250 250 250 / 0.6);
  border-right-color: rgb(250 250 250 / 0.6);
}

.active\:border-x-neutral-50\/70:active {
  border-left-color: rgb(250 250 250 / 0.7);
  border-right-color: rgb(250 250 250 / 0.7);
}

.active\:border-x-neutral-50\/75:active {
  border-left-color: rgb(250 250 250 / 0.75);
  border-right-color: rgb(250 250 250 / 0.75);
}

.active\:border-x-neutral-50\/80:active {
  border-left-color: rgb(250 250 250 / 0.8);
  border-right-color: rgb(250 250 250 / 0.8);
}

.active\:border-x-neutral-50\/90:active {
  border-left-color: rgb(250 250 250 / 0.9);
  border-right-color: rgb(250 250 250 / 0.9);
}

.active\:border-x-neutral-50\/95:active {
  border-left-color: rgb(250 250 250 / 0.95);
  border-right-color: rgb(250 250 250 / 0.95);
}

.active\:border-x-neutral-500:active {
  --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));
}

.active\:border-x-neutral-500\/0:active {
  border-left-color: rgb(115 115 115 / 0);
  border-right-color: rgb(115 115 115 / 0);
}

.active\:border-x-neutral-500\/10:active {
  border-left-color: rgb(115 115 115 / 0.1);
  border-right-color: rgb(115 115 115 / 0.1);
}

.active\:border-x-neutral-500\/100:active {
  border-left-color: rgb(115 115 115 / 1);
  border-right-color: rgb(115 115 115 / 1);
}

.active\:border-x-neutral-500\/20:active {
  border-left-color: rgb(115 115 115 / 0.2);
  border-right-color: rgb(115 115 115 / 0.2);
}

.active\:border-x-neutral-500\/25:active {
  border-left-color: rgb(115 115 115 / 0.25);
  border-right-color: rgb(115 115 115 / 0.25);
}

.active\:border-x-neutral-500\/30:active {
  border-left-color: rgb(115 115 115 / 0.3);
  border-right-color: rgb(115 115 115 / 0.3);
}

.active\:border-x-neutral-500\/40:active {
  border-left-color: rgb(115 115 115 / 0.4);
  border-right-color: rgb(115 115 115 / 0.4);
}

.active\:border-x-neutral-500\/5:active {
  border-left-color: rgb(115 115 115 / 0.05);
  border-right-color: rgb(115 115 115 / 0.05);
}

.active\:border-x-neutral-500\/50:active {
  border-left-color: rgb(115 115 115 / 0.5);
  border-right-color: rgb(115 115 115 / 0.5);
}

.active\:border-x-neutral-500\/60:active {
  border-left-color: rgb(115 115 115 / 0.6);
  border-right-color: rgb(115 115 115 / 0.6);
}

.active\:border-x-neutral-500\/70:active {
  border-left-color: rgb(115 115 115 / 0.7);
  border-right-color: rgb(115 115 115 / 0.7);
}

.active\:border-x-neutral-500\/75:active {
  border-left-color: rgb(115 115 115 / 0.75);
  border-right-color: rgb(115 115 115 / 0.75);
}

.active\:border-x-neutral-500\/80:active {
  border-left-color: rgb(115 115 115 / 0.8);
  border-right-color: rgb(115 115 115 / 0.8);
}

.active\:border-x-neutral-500\/90:active {
  border-left-color: rgb(115 115 115 / 0.9);
  border-right-color: rgb(115 115 115 / 0.9);
}

.active\:border-x-neutral-500\/95:active {
  border-left-color: rgb(115 115 115 / 0.95);
  border-right-color: rgb(115 115 115 / 0.95);
}

.active\:border-x-neutral-600:active {
  --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));
}

.active\:border-x-neutral-600\/0:active {
  border-left-color: rgb(82 82 82 / 0);
  border-right-color: rgb(82 82 82 / 0);
}

.active\:border-x-neutral-600\/10:active {
  border-left-color: rgb(82 82 82 / 0.1);
  border-right-color: rgb(82 82 82 / 0.1);
}

.active\:border-x-neutral-600\/100:active {
  border-left-color: rgb(82 82 82 / 1);
  border-right-color: rgb(82 82 82 / 1);
}

.active\:border-x-neutral-600\/20:active {
  border-left-color: rgb(82 82 82 / 0.2);
  border-right-color: rgb(82 82 82 / 0.2);
}

.active\:border-x-neutral-600\/25:active {
  border-left-color: rgb(82 82 82 / 0.25);
  border-right-color: rgb(82 82 82 / 0.25);
}

.active\:border-x-neutral-600\/30:active {
  border-left-color: rgb(82 82 82 / 0.3);
  border-right-color: rgb(82 82 82 / 0.3);
}

.active\:border-x-neutral-600\/40:active {
  border-left-color: rgb(82 82 82 / 0.4);
  border-right-color: rgb(82 82 82 / 0.4);
}

.active\:border-x-neutral-600\/5:active {
  border-left-color: rgb(82 82 82 / 0.05);
  border-right-color: rgb(82 82 82 / 0.05);
}

.active\:border-x-neutral-600\/50:active {
  border-left-color: rgb(82 82 82 / 0.5);
  border-right-color: rgb(82 82 82 / 0.5);
}

.active\:border-x-neutral-600\/60:active {
  border-left-color: rgb(82 82 82 / 0.6);
  border-right-color: rgb(82 82 82 / 0.6);
}

.active\:border-x-neutral-600\/70:active {
  border-left-color: rgb(82 82 82 / 0.7);
  border-right-color: rgb(82 82 82 / 0.7);
}

.active\:border-x-neutral-600\/75:active {
  border-left-color: rgb(82 82 82 / 0.75);
  border-right-color: rgb(82 82 82 / 0.75);
}

.active\:border-x-neutral-600\/80:active {
  border-left-color: rgb(82 82 82 / 0.8);
  border-right-color: rgb(82 82 82 / 0.8);
}

.active\:border-x-neutral-600\/90:active {
  border-left-color: rgb(82 82 82 / 0.9);
  border-right-color: rgb(82 82 82 / 0.9);
}

.active\:border-x-neutral-600\/95:active {
  border-left-color: rgb(82 82 82 / 0.95);
  border-right-color: rgb(82 82 82 / 0.95);
}

.active\:border-x-neutral-700:active {
  --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));
}

.active\:border-x-neutral-700\/0:active {
  border-left-color: rgb(64 64 64 / 0);
  border-right-color: rgb(64 64 64 / 0);
}

.active\:border-x-neutral-700\/10:active {
  border-left-color: rgb(64 64 64 / 0.1);
  border-right-color: rgb(64 64 64 / 0.1);
}

.active\:border-x-neutral-700\/100:active {
  border-left-color: rgb(64 64 64 / 1);
  border-right-color: rgb(64 64 64 / 1);
}

.active\:border-x-neutral-700\/20:active {
  border-left-color: rgb(64 64 64 / 0.2);
  border-right-color: rgb(64 64 64 / 0.2);
}

.active\:border-x-neutral-700\/25:active {
  border-left-color: rgb(64 64 64 / 0.25);
  border-right-color: rgb(64 64 64 / 0.25);
}

.active\:border-x-neutral-700\/30:active {
  border-left-color: rgb(64 64 64 / 0.3);
  border-right-color: rgb(64 64 64 / 0.3);
}

.active\:border-x-neutral-700\/40:active {
  border-left-color: rgb(64 64 64 / 0.4);
  border-right-color: rgb(64 64 64 / 0.4);
}

.active\:border-x-neutral-700\/5:active {
  border-left-color: rgb(64 64 64 / 0.05);
  border-right-color: rgb(64 64 64 / 0.05);
}

.active\:border-x-neutral-700\/50:active {
  border-left-color: rgb(64 64 64 / 0.5);
  border-right-color: rgb(64 64 64 / 0.5);
}

.active\:border-x-neutral-700\/60:active {
  border-left-color: rgb(64 64 64 / 0.6);
  border-right-color: rgb(64 64 64 / 0.6);
}

.active\:border-x-neutral-700\/70:active {
  border-left-color: rgb(64 64 64 / 0.7);
  border-right-color: rgb(64 64 64 / 0.7);
}

.active\:border-x-neutral-700\/75:active {
  border-left-color: rgb(64 64 64 / 0.75);
  border-right-color: rgb(64 64 64 / 0.75);
}

.active\:border-x-neutral-700\/80:active {
  border-left-color: rgb(64 64 64 / 0.8);
  border-right-color: rgb(64 64 64 / 0.8);
}

.active\:border-x-neutral-700\/90:active {
  border-left-color: rgb(64 64 64 / 0.9);
  border-right-color: rgb(64 64 64 / 0.9);
}

.active\:border-x-neutral-700\/95:active {
  border-left-color: rgb(64 64 64 / 0.95);
  border-right-color: rgb(64 64 64 / 0.95);
}

.active\:border-x-neutral-800:active {
  --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));
}

.active\:border-x-neutral-800\/0:active {
  border-left-color: rgb(38 38 38 / 0);
  border-right-color: rgb(38 38 38 / 0);
}

.active\:border-x-neutral-800\/10:active {
  border-left-color: rgb(38 38 38 / 0.1);
  border-right-color: rgb(38 38 38 / 0.1);
}

.active\:border-x-neutral-800\/100:active {
  border-left-color: rgb(38 38 38 / 1);
  border-right-color: rgb(38 38 38 / 1);
}

.active\:border-x-neutral-800\/20:active {
  border-left-color: rgb(38 38 38 / 0.2);
  border-right-color: rgb(38 38 38 / 0.2);
}

.active\:border-x-neutral-800\/25:active {
  border-left-color: rgb(38 38 38 / 0.25);
  border-right-color: rgb(38 38 38 / 0.25);
}

.active\:border-x-neutral-800\/30:active {
  border-left-color: rgb(38 38 38 / 0.3);
  border-right-color: rgb(38 38 38 / 0.3);
}

.active\:border-x-neutral-800\/40:active {
  border-left-color: rgb(38 38 38 / 0.4);
  border-right-color: rgb(38 38 38 / 0.4);
}

.active\:border-x-neutral-800\/5:active {
  border-left-color: rgb(38 38 38 / 0.05);
  border-right-color: rgb(38 38 38 / 0.05);
}

.active\:border-x-neutral-800\/50:active {
  border-left-color: rgb(38 38 38 / 0.5);
  border-right-color: rgb(38 38 38 / 0.5);
}

.active\:border-x-neutral-800\/60:active {
  border-left-color: rgb(38 38 38 / 0.6);
  border-right-color: rgb(38 38 38 / 0.6);
}

.active\:border-x-neutral-800\/70:active {
  border-left-color: rgb(38 38 38 / 0.7);
  border-right-color: rgb(38 38 38 / 0.7);
}

.active\:border-x-neutral-800\/75:active {
  border-left-color: rgb(38 38 38 / 0.75);
  border-right-color: rgb(38 38 38 / 0.75);
}

.active\:border-x-neutral-800\/80:active {
  border-left-color: rgb(38 38 38 / 0.8);
  border-right-color: rgb(38 38 38 / 0.8);
}

.active\:border-x-neutral-800\/90:active {
  border-left-color: rgb(38 38 38 / 0.9);
  border-right-color: rgb(38 38 38 / 0.9);
}

.active\:border-x-neutral-800\/95:active {
  border-left-color: rgb(38 38 38 / 0.95);
  border-right-color: rgb(38 38 38 / 0.95);
}

.active\:border-x-neutral-900:active {
  --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));
}

.active\:border-x-neutral-900\/0:active {
  border-left-color: rgb(23 23 23 / 0);
  border-right-color: rgb(23 23 23 / 0);
}

.active\:border-x-neutral-900\/10:active {
  border-left-color: rgb(23 23 23 / 0.1);
  border-right-color: rgb(23 23 23 / 0.1);
}

.active\:border-x-neutral-900\/100:active {
  border-left-color: rgb(23 23 23 / 1);
  border-right-color: rgb(23 23 23 / 1);
}

.active\:border-x-neutral-900\/20:active {
  border-left-color: rgb(23 23 23 / 0.2);
  border-right-color: rgb(23 23 23 / 0.2);
}

.active\:border-x-neutral-900\/25:active {
  border-left-color: rgb(23 23 23 / 0.25);
  border-right-color: rgb(23 23 23 / 0.25);
}

.active\:border-x-neutral-900\/30:active {
  border-left-color: rgb(23 23 23 / 0.3);
  border-right-color: rgb(23 23 23 / 0.3);
}

.active\:border-x-neutral-900\/40:active {
  border-left-color: rgb(23 23 23 / 0.4);
  border-right-color: rgb(23 23 23 / 0.4);
}

.active\:border-x-neutral-900\/5:active {
  border-left-color: rgb(23 23 23 / 0.05);
  border-right-color: rgb(23 23 23 / 0.05);
}

.active\:border-x-neutral-900\/50:active {
  border-left-color: rgb(23 23 23 / 0.5);
  border-right-color: rgb(23 23 23 / 0.5);
}

.active\:border-x-neutral-900\/60:active {
  border-left-color: rgb(23 23 23 / 0.6);
  border-right-color: rgb(23 23 23 / 0.6);
}

.active\:border-x-neutral-900\/70:active {
  border-left-color: rgb(23 23 23 / 0.7);
  border-right-color: rgb(23 23 23 / 0.7);
}

.active\:border-x-neutral-900\/75:active {
  border-left-color: rgb(23 23 23 / 0.75);
  border-right-color: rgb(23 23 23 / 0.75);
}

.active\:border-x-neutral-900\/80:active {
  border-left-color: rgb(23 23 23 / 0.8);
  border-right-color: rgb(23 23 23 / 0.8);
}

.active\:border-x-neutral-900\/90:active {
  border-left-color: rgb(23 23 23 / 0.9);
  border-right-color: rgb(23 23 23 / 0.9);
}

.active\:border-x-neutral-900\/95:active {
  border-left-color: rgb(23 23 23 / 0.95);
  border-right-color: rgb(23 23 23 / 0.95);
}

.active\:border-x-neutral-950:active {
  --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));
}

.active\:border-x-neutral-950\/0:active {
  border-left-color: rgb(10 10 10 / 0);
  border-right-color: rgb(10 10 10 / 0);
}

.active\:border-x-neutral-950\/10:active {
  border-left-color: rgb(10 10 10 / 0.1);
  border-right-color: rgb(10 10 10 / 0.1);
}

.active\:border-x-neutral-950\/100:active {
  border-left-color: rgb(10 10 10 / 1);
  border-right-color: rgb(10 10 10 / 1);
}

.active\:border-x-neutral-950\/20:active {
  border-left-color: rgb(10 10 10 / 0.2);
  border-right-color: rgb(10 10 10 / 0.2);
}

.active\:border-x-neutral-950\/25:active {
  border-left-color: rgb(10 10 10 / 0.25);
  border-right-color: rgb(10 10 10 / 0.25);
}

.active\:border-x-neutral-950\/30:active {
  border-left-color: rgb(10 10 10 / 0.3);
  border-right-color: rgb(10 10 10 / 0.3);
}

.active\:border-x-neutral-950\/40:active {
  border-left-color: rgb(10 10 10 / 0.4);
  border-right-color: rgb(10 10 10 / 0.4);
}

.active\:border-x-neutral-950\/5:active {
  border-left-color: rgb(10 10 10 / 0.05);
  border-right-color: rgb(10 10 10 / 0.05);
}

.active\:border-x-neutral-950\/50:active {
  border-left-color: rgb(10 10 10 / 0.5);
  border-right-color: rgb(10 10 10 / 0.5);
}

.active\:border-x-neutral-950\/60:active {
  border-left-color: rgb(10 10 10 / 0.6);
  border-right-color: rgb(10 10 10 / 0.6);
}

.active\:border-x-neutral-950\/70:active {
  border-left-color: rgb(10 10 10 / 0.7);
  border-right-color: rgb(10 10 10 / 0.7);
}

.active\:border-x-neutral-950\/75:active {
  border-left-color: rgb(10 10 10 / 0.75);
  border-right-color: rgb(10 10 10 / 0.75);
}

.active\:border-x-neutral-950\/80:active {
  border-left-color: rgb(10 10 10 / 0.8);
  border-right-color: rgb(10 10 10 / 0.8);
}

.active\:border-x-neutral-950\/90:active {
  border-left-color: rgb(10 10 10 / 0.9);
  border-right-color: rgb(10 10 10 / 0.9);
}

.active\:border-x-neutral-950\/95:active {
  border-left-color: rgb(10 10 10 / 0.95);
  border-right-color: rgb(10 10 10 / 0.95);
}

.active\:border-x-orange-100:active {
  --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));
}

.active\:border-x-orange-100\/0:active {
  border-left-color: rgb(255 237 213 / 0);
  border-right-color: rgb(255 237 213 / 0);
}

.active\:border-x-orange-100\/10:active {
  border-left-color: rgb(255 237 213 / 0.1);
  border-right-color: rgb(255 237 213 / 0.1);
}

.active\:border-x-orange-100\/100:active {
  border-left-color: rgb(255 237 213 / 1);
  border-right-color: rgb(255 237 213 / 1);
}

.active\:border-x-orange-100\/20:active {
  border-left-color: rgb(255 237 213 / 0.2);
  border-right-color: rgb(255 237 213 / 0.2);
}

.active\:border-x-orange-100\/25:active {
  border-left-color: rgb(255 237 213 / 0.25);
  border-right-color: rgb(255 237 213 / 0.25);
}

.active\:border-x-orange-100\/30:active {
  border-left-color: rgb(255 237 213 / 0.3);
  border-right-color: rgb(255 237 213 / 0.3);
}

.active\:border-x-orange-100\/40:active {
  border-left-color: rgb(255 237 213 / 0.4);
  border-right-color: rgb(255 237 213 / 0.4);
}

.active\:border-x-orange-100\/5:active {
  border-left-color: rgb(255 237 213 / 0.05);
  border-right-color: rgb(255 237 213 / 0.05);
}

.active\:border-x-orange-100\/50:active {
  border-left-color: rgb(255 237 213 / 0.5);
  border-right-color: rgb(255 237 213 / 0.5);
}

.active\:border-x-orange-100\/60:active {
  border-left-color: rgb(255 237 213 / 0.6);
  border-right-color: rgb(255 237 213 / 0.6);
}

.active\:border-x-orange-100\/70:active {
  border-left-color: rgb(255 237 213 / 0.7);
  border-right-color: rgb(255 237 213 / 0.7);
}

.active\:border-x-orange-100\/75:active {
  border-left-color: rgb(255 237 213 / 0.75);
  border-right-color: rgb(255 237 213 / 0.75);
}

.active\:border-x-orange-100\/80:active {
  border-left-color: rgb(255 237 213 / 0.8);
  border-right-color: rgb(255 237 213 / 0.8);
}

.active\:border-x-orange-100\/90:active {
  border-left-color: rgb(255 237 213 / 0.9);
  border-right-color: rgb(255 237 213 / 0.9);
}

.active\:border-x-orange-100\/95:active {
  border-left-color: rgb(255 237 213 / 0.95);
  border-right-color: rgb(255 237 213 / 0.95);
}

.active\:border-x-orange-200:active {
  --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));
}

.active\:border-x-orange-200\/0:active {
  border-left-color: rgb(254 215 170 / 0);
  border-right-color: rgb(254 215 170 / 0);
}

.active\:border-x-orange-200\/10:active {
  border-left-color: rgb(254 215 170 / 0.1);
  border-right-color: rgb(254 215 170 / 0.1);
}

.active\:border-x-orange-200\/100:active {
  border-left-color: rgb(254 215 170 / 1);
  border-right-color: rgb(254 215 170 / 1);
}

.active\:border-x-orange-200\/20:active {
  border-left-color: rgb(254 215 170 / 0.2);
  border-right-color: rgb(254 215 170 / 0.2);
}

.active\:border-x-orange-200\/25:active {
  border-left-color: rgb(254 215 170 / 0.25);
  border-right-color: rgb(254 215 170 / 0.25);
}

.active\:border-x-orange-200\/30:active {
  border-left-color: rgb(254 215 170 / 0.3);
  border-right-color: rgb(254 215 170 / 0.3);
}

.active\:border-x-orange-200\/40:active {
  border-left-color: rgb(254 215 170 / 0.4);
  border-right-color: rgb(254 215 170 / 0.4);
}

.active\:border-x-orange-200\/5:active {
  border-left-color: rgb(254 215 170 / 0.05);
  border-right-color: rgb(254 215 170 / 0.05);
}

.active\:border-x-orange-200\/50:active {
  border-left-color: rgb(254 215 170 / 0.5);
  border-right-color: rgb(254 215 170 / 0.5);
}

.active\:border-x-orange-200\/60:active {
  border-left-color: rgb(254 215 170 / 0.6);
  border-right-color: rgb(254 215 170 / 0.6);
}

.active\:border-x-orange-200\/70:active {
  border-left-color: rgb(254 215 170 / 0.7);
  border-right-color: rgb(254 215 170 / 0.7);
}

.active\:border-x-orange-200\/75:active {
  border-left-color: rgb(254 215 170 / 0.75);
  border-right-color: rgb(254 215 170 / 0.75);
}

.active\:border-x-orange-200\/80:active {
  border-left-color: rgb(254 215 170 / 0.8);
  border-right-color: rgb(254 215 170 / 0.8);
}

.active\:border-x-orange-200\/90:active {
  border-left-color: rgb(254 215 170 / 0.9);
  border-right-color: rgb(254 215 170 / 0.9);
}

.active\:border-x-orange-200\/95:active {
  border-left-color: rgb(254 215 170 / 0.95);
  border-right-color: rgb(254 215 170 / 0.95);
}

.active\:border-x-orange-300:active {
  --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));
}

.active\:border-x-orange-300\/0:active {
  border-left-color: rgb(253 186 116 / 0);
  border-right-color: rgb(253 186 116 / 0);
}

.active\:border-x-orange-300\/10:active {
  border-left-color: rgb(253 186 116 / 0.1);
  border-right-color: rgb(253 186 116 / 0.1);
}

.active\:border-x-orange-300\/100:active {
  border-left-color: rgb(253 186 116 / 1);
  border-right-color: rgb(253 186 116 / 1);
}

.active\:border-x-orange-300\/20:active {
  border-left-color: rgb(253 186 116 / 0.2);
  border-right-color: rgb(253 186 116 / 0.2);
}

.active\:border-x-orange-300\/25:active {
  border-left-color: rgb(253 186 116 / 0.25);
  border-right-color: rgb(253 186 116 / 0.25);
}

.active\:border-x-orange-300\/30:active {
  border-left-color: rgb(253 186 116 / 0.3);
  border-right-color: rgb(253 186 116 / 0.3);
}

.active\:border-x-orange-300\/40:active {
  border-left-color: rgb(253 186 116 / 0.4);
  border-right-color: rgb(253 186 116 / 0.4);
}

.active\:border-x-orange-300\/5:active {
  border-left-color: rgb(253 186 116 / 0.05);
  border-right-color: rgb(253 186 116 / 0.05);
}

.active\:border-x-orange-300\/50:active {
  border-left-color: rgb(253 186 116 / 0.5);
  border-right-color: rgb(253 186 116 / 0.5);
}

.active\:border-x-orange-300\/60:active {
  border-left-color: rgb(253 186 116 / 0.6);
  border-right-color: rgb(253 186 116 / 0.6);
}

.active\:border-x-orange-300\/70:active {
  border-left-color: rgb(253 186 116 / 0.7);
  border-right-color: rgb(253 186 116 / 0.7);
}

.active\:border-x-orange-300\/75:active {
  border-left-color: rgb(253 186 116 / 0.75);
  border-right-color: rgb(253 186 116 / 0.75);
}

.active\:border-x-orange-300\/80:active {
  border-left-color: rgb(253 186 116 / 0.8);
  border-right-color: rgb(253 186 116 / 0.8);
}

.active\:border-x-orange-300\/90:active {
  border-left-color: rgb(253 186 116 / 0.9);
  border-right-color: rgb(253 186 116 / 0.9);
}

.active\:border-x-orange-300\/95:active {
  border-left-color: rgb(253 186 116 / 0.95);
  border-right-color: rgb(253 186 116 / 0.95);
}

.active\:border-x-orange-400:active {
  --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));
}

.active\:border-x-orange-400\/0:active {
  border-left-color: rgb(251 146 60 / 0);
  border-right-color: rgb(251 146 60 / 0);
}

.active\:border-x-orange-400\/10:active {
  border-left-color: rgb(251 146 60 / 0.1);
  border-right-color: rgb(251 146 60 / 0.1);
}

.active\:border-x-orange-400\/100:active {
  border-left-color: rgb(251 146 60 / 1);
  border-right-color: rgb(251 146 60 / 1);
}

.active\:border-x-orange-400\/20:active {
  border-left-color: rgb(251 146 60 / 0.2);
  border-right-color: rgb(251 146 60 / 0.2);
}

.active\:border-x-orange-400\/25:active {
  border-left-color: rgb(251 146 60 / 0.25);
  border-right-color: rgb(251 146 60 / 0.25);
}

.active\:border-x-orange-400\/30:active {
  border-left-color: rgb(251 146 60 / 0.3);
  border-right-color: rgb(251 146 60 / 0.3);
}

.active\:border-x-orange-400\/40:active {
  border-left-color: rgb(251 146 60 / 0.4);
  border-right-color: rgb(251 146 60 / 0.4);
}

.active\:border-x-orange-400\/5:active {
  border-left-color: rgb(251 146 60 / 0.05);
  border-right-color: rgb(251 146 60 / 0.05);
}

.active\:border-x-orange-400\/50:active {
  border-left-color: rgb(251 146 60 / 0.5);
  border-right-color: rgb(251 146 60 / 0.5);
}

.active\:border-x-orange-400\/60:active {
  border-left-color: rgb(251 146 60 / 0.6);
  border-right-color: rgb(251 146 60 / 0.6);
}

.active\:border-x-orange-400\/70:active {
  border-left-color: rgb(251 146 60 / 0.7);
  border-right-color: rgb(251 146 60 / 0.7);
}

.active\:border-x-orange-400\/75:active {
  border-left-color: rgb(251 146 60 / 0.75);
  border-right-color: rgb(251 146 60 / 0.75);
}

.active\:border-x-orange-400\/80:active {
  border-left-color: rgb(251 146 60 / 0.8);
  border-right-color: rgb(251 146 60 / 0.8);
}

.active\:border-x-orange-400\/90:active {
  border-left-color: rgb(251 146 60 / 0.9);
  border-right-color: rgb(251 146 60 / 0.9);
}

.active\:border-x-orange-400\/95:active {
  border-left-color: rgb(251 146 60 / 0.95);
  border-right-color: rgb(251 146 60 / 0.95);
}

.active\:border-x-orange-50:active {
  --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));
}

.active\:border-x-orange-50\/0:active {
  border-left-color: rgb(255 247 237 / 0);
  border-right-color: rgb(255 247 237 / 0);
}

.active\:border-x-orange-50\/10:active {
  border-left-color: rgb(255 247 237 / 0.1);
  border-right-color: rgb(255 247 237 / 0.1);
}

.active\:border-x-orange-50\/100:active {
  border-left-color: rgb(255 247 237 / 1);
  border-right-color: rgb(255 247 237 / 1);
}

.active\:border-x-orange-50\/20:active {
  border-left-color: rgb(255 247 237 / 0.2);
  border-right-color: rgb(255 247 237 / 0.2);
}

.active\:border-x-orange-50\/25:active {
  border-left-color: rgb(255 247 237 / 0.25);
  border-right-color: rgb(255 247 237 / 0.25);
}

.active\:border-x-orange-50\/30:active {
  border-left-color: rgb(255 247 237 / 0.3);
  border-right-color: rgb(255 247 237 / 0.3);
}

.active\:border-x-orange-50\/40:active {
  border-left-color: rgb(255 247 237 / 0.4);
  border-right-color: rgb(255 247 237 / 0.4);
}

.active\:border-x-orange-50\/5:active {
  border-left-color: rgb(255 247 237 / 0.05);
  border-right-color: rgb(255 247 237 / 0.05);
}

.active\:border-x-orange-50\/50:active {
  border-left-color: rgb(255 247 237 / 0.5);
  border-right-color: rgb(255 247 237 / 0.5);
}

.active\:border-x-orange-50\/60:active {
  border-left-color: rgb(255 247 237 / 0.6);
  border-right-color: rgb(255 247 237 / 0.6);
}

.active\:border-x-orange-50\/70:active {
  border-left-color: rgb(255 247 237 / 0.7);
  border-right-color: rgb(255 247 237 / 0.7);
}

.active\:border-x-orange-50\/75:active {
  border-left-color: rgb(255 247 237 / 0.75);
  border-right-color: rgb(255 247 237 / 0.75);
}

.active\:border-x-orange-50\/80:active {
  border-left-color: rgb(255 247 237 / 0.8);
  border-right-color: rgb(255 247 237 / 0.8);
}

.active\:border-x-orange-50\/90:active {
  border-left-color: rgb(255 247 237 / 0.9);
  border-right-color: rgb(255 247 237 / 0.9);
}

.active\:border-x-orange-50\/95:active {
  border-left-color: rgb(255 247 237 / 0.95);
  border-right-color: rgb(255 247 237 / 0.95);
}

.active\:border-x-orange-500:active {
  --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));
}

.active\:border-x-orange-500\/0:active {
  border-left-color: rgb(249 115 22 / 0);
  border-right-color: rgb(249 115 22 / 0);
}

.active\:border-x-orange-500\/10:active {
  border-left-color: rgb(249 115 22 / 0.1);
  border-right-color: rgb(249 115 22 / 0.1);
}

.active\:border-x-orange-500\/100:active {
  border-left-color: rgb(249 115 22 / 1);
  border-right-color: rgb(249 115 22 / 1);
}

.active\:border-x-orange-500\/20:active {
  border-left-color: rgb(249 115 22 / 0.2);
  border-right-color: rgb(249 115 22 / 0.2);
}

.active\:border-x-orange-500\/25:active {
  border-left-color: rgb(249 115 22 / 0.25);
  border-right-color: rgb(249 115 22 / 0.25);
}

.active\:border-x-orange-500\/30:active {
  border-left-color: rgb(249 115 22 / 0.3);
  border-right-color: rgb(249 115 22 / 0.3);
}

.active\:border-x-orange-500\/40:active {
  border-left-color: rgb(249 115 22 / 0.4);
  border-right-color: rgb(249 115 22 / 0.4);
}

.active\:border-x-orange-500\/5:active {
  border-left-color: rgb(249 115 22 / 0.05);
  border-right-color: rgb(249 115 22 / 0.05);
}

.active\:border-x-orange-500\/50:active {
  border-left-color: rgb(249 115 22 / 0.5);
  border-right-color: rgb(249 115 22 / 0.5);
}

.active\:border-x-orange-500\/60:active {
  border-left-color: rgb(249 115 22 / 0.6);
  border-right-color: rgb(249 115 22 / 0.6);
}

.active\:border-x-orange-500\/70:active {
  border-left-color: rgb(249 115 22 / 0.7);
  border-right-color: rgb(249 115 22 / 0.7);
}

.active\:border-x-orange-500\/75:active {
  border-left-color: rgb(249 115 22 / 0.75);
  border-right-color: rgb(249 115 22 / 0.75);
}

.active\:border-x-orange-500\/80:active {
  border-left-color: rgb(249 115 22 / 0.8);
  border-right-color: rgb(249 115 22 / 0.8);
}

.active\:border-x-orange-500\/90:active {
  border-left-color: rgb(249 115 22 / 0.9);
  border-right-color: rgb(249 115 22 / 0.9);
}

.active\:border-x-orange-500\/95:active {
  border-left-color: rgb(249 115 22 / 0.95);
  border-right-color: rgb(249 115 22 / 0.95);
}

.active\:border-x-orange-600:active {
  --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));
}

.active\:border-x-orange-600\/0:active {
  border-left-color: rgb(234 88 12 / 0);
  border-right-color: rgb(234 88 12 / 0);
}

.active\:border-x-orange-600\/10:active {
  border-left-color: rgb(234 88 12 / 0.1);
  border-right-color: rgb(234 88 12 / 0.1);
}

.active\:border-x-orange-600\/100:active {
  border-left-color: rgb(234 88 12 / 1);
  border-right-color: rgb(234 88 12 / 1);
}

.active\:border-x-orange-600\/20:active {
  border-left-color: rgb(234 88 12 / 0.2);
  border-right-color: rgb(234 88 12 / 0.2);
}

.active\:border-x-orange-600\/25:active {
  border-left-color: rgb(234 88 12 / 0.25);
  border-right-color: rgb(234 88 12 / 0.25);
}

.active\:border-x-orange-600\/30:active {
  border-left-color: rgb(234 88 12 / 0.3);
  border-right-color: rgb(234 88 12 / 0.3);
}

.active\:border-x-orange-600\/40:active {
  border-left-color: rgb(234 88 12 / 0.4);
  border-right-color: rgb(234 88 12 / 0.4);
}

.active\:border-x-orange-600\/5:active {
  border-left-color: rgb(234 88 12 / 0.05);
  border-right-color: rgb(234 88 12 / 0.05);
}

.active\:border-x-orange-600\/50:active {
  border-left-color: rgb(234 88 12 / 0.5);
  border-right-color: rgb(234 88 12 / 0.5);
}

.active\:border-x-orange-600\/60:active {
  border-left-color: rgb(234 88 12 / 0.6);
  border-right-color: rgb(234 88 12 / 0.6);
}

.active\:border-x-orange-600\/70:active {
  border-left-color: rgb(234 88 12 / 0.7);
  border-right-color: rgb(234 88 12 / 0.7);
}

.active\:border-x-orange-600\/75:active {
  border-left-color: rgb(234 88 12 / 0.75);
  border-right-color: rgb(234 88 12 / 0.75);
}

.active\:border-x-orange-600\/80:active {
  border-left-color: rgb(234 88 12 / 0.8);
  border-right-color: rgb(234 88 12 / 0.8);
}

.active\:border-x-orange-600\/90:active {
  border-left-color: rgb(234 88 12 / 0.9);
  border-right-color: rgb(234 88 12 / 0.9);
}

.active\:border-x-orange-600\/95:active {
  border-left-color: rgb(234 88 12 / 0.95);
  border-right-color: rgb(234 88 12 / 0.95);
}

.active\:border-x-orange-700:active {
  --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));
}

.active\:border-x-orange-700\/0:active {
  border-left-color: rgb(194 65 12 / 0);
  border-right-color: rgb(194 65 12 / 0);
}

.active\:border-x-orange-700\/10:active {
  border-left-color: rgb(194 65 12 / 0.1);
  border-right-color: rgb(194 65 12 / 0.1);
}

.active\:border-x-orange-700\/100:active {
  border-left-color: rgb(194 65 12 / 1);
  border-right-color: rgb(194 65 12 / 1);
}

.active\:border-x-orange-700\/20:active {
  border-left-color: rgb(194 65 12 / 0.2);
  border-right-color: rgb(194 65 12 / 0.2);
}

.active\:border-x-orange-700\/25:active {
  border-left-color: rgb(194 65 12 / 0.25);
  border-right-color: rgb(194 65 12 / 0.25);
}

.active\:border-x-orange-700\/30:active {
  border-left-color: rgb(194 65 12 / 0.3);
  border-right-color: rgb(194 65 12 / 0.3);
}

.active\:border-x-orange-700\/40:active {
  border-left-color: rgb(194 65 12 / 0.4);
  border-right-color: rgb(194 65 12 / 0.4);
}

.active\:border-x-orange-700\/5:active {
  border-left-color: rgb(194 65 12 / 0.05);
  border-right-color: rgb(194 65 12 / 0.05);
}

.active\:border-x-orange-700\/50:active {
  border-left-color: rgb(194 65 12 / 0.5);
  border-right-color: rgb(194 65 12 / 0.5);
}

.active\:border-x-orange-700\/60:active {
  border-left-color: rgb(194 65 12 / 0.6);
  border-right-color: rgb(194 65 12 / 0.6);
}

.active\:border-x-orange-700\/70:active {
  border-left-color: rgb(194 65 12 / 0.7);
  border-right-color: rgb(194 65 12 / 0.7);
}

.active\:border-x-orange-700\/75:active {
  border-left-color: rgb(194 65 12 / 0.75);
  border-right-color: rgb(194 65 12 / 0.75);
}

.active\:border-x-orange-700\/80:active {
  border-left-color: rgb(194 65 12 / 0.8);
  border-right-color: rgb(194 65 12 / 0.8);
}

.active\:border-x-orange-700\/90:active {
  border-left-color: rgb(194 65 12 / 0.9);
  border-right-color: rgb(194 65 12 / 0.9);
}

.active\:border-x-orange-700\/95:active {
  border-left-color: rgb(194 65 12 / 0.95);
  border-right-color: rgb(194 65 12 / 0.95);
}

.active\:border-x-orange-800:active {
  --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));
}

.active\:border-x-orange-800\/0:active {
  border-left-color: rgb(154 52 18 / 0);
  border-right-color: rgb(154 52 18 / 0);
}

.active\:border-x-orange-800\/10:active {
  border-left-color: rgb(154 52 18 / 0.1);
  border-right-color: rgb(154 52 18 / 0.1);
}

.active\:border-x-orange-800\/100:active {
  border-left-color: rgb(154 52 18 / 1);
  border-right-color: rgb(154 52 18 / 1);
}

.active\:border-x-orange-800\/20:active {
  border-left-color: rgb(154 52 18 / 0.2);
  border-right-color: rgb(154 52 18 / 0.2);
}

.active\:border-x-orange-800\/25:active {
  border-left-color: rgb(154 52 18 / 0.25);
  border-right-color: rgb(154 52 18 / 0.25);
}

.active\:border-x-orange-800\/30:active {
  border-left-color: rgb(154 52 18 / 0.3);
  border-right-color: rgb(154 52 18 / 0.3);
}

.active\:border-x-orange-800\/40:active {
  border-left-color: rgb(154 52 18 / 0.4);
  border-right-color: rgb(154 52 18 / 0.4);
}

.active\:border-x-orange-800\/5:active {
  border-left-color: rgb(154 52 18 / 0.05);
  border-right-color: rgb(154 52 18 / 0.05);
}

.active\:border-x-orange-800\/50:active {
  border-left-color: rgb(154 52 18 / 0.5);
  border-right-color: rgb(154 52 18 / 0.5);
}

.active\:border-x-orange-800\/60:active {
  border-left-color: rgb(154 52 18 / 0.6);
  border-right-color: rgb(154 52 18 / 0.6);
}

.active\:border-x-orange-800\/70:active {
  border-left-color: rgb(154 52 18 / 0.7);
  border-right-color: rgb(154 52 18 / 0.7);
}

.active\:border-x-orange-800\/75:active {
  border-left-color: rgb(154 52 18 / 0.75);
  border-right-color: rgb(154 52 18 / 0.75);
}

.active\:border-x-orange-800\/80:active {
  border-left-color: rgb(154 52 18 / 0.8);
  border-right-color: rgb(154 52 18 / 0.8);
}

.active\:border-x-orange-800\/90:active {
  border-left-color: rgb(154 52 18 / 0.9);
  border-right-color: rgb(154 52 18 / 0.9);
}

.active\:border-x-orange-800\/95:active {
  border-left-color: rgb(154 52 18 / 0.95);
  border-right-color: rgb(154 52 18 / 0.95);
}

.active\:border-x-orange-900:active {
  --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));
}

.active\:border-x-orange-900\/0:active {
  border-left-color: rgb(124 45 18 / 0);
  border-right-color: rgb(124 45 18 / 0);
}

.active\:border-x-orange-900\/10:active {
  border-left-color: rgb(124 45 18 / 0.1);
  border-right-color: rgb(124 45 18 / 0.1);
}

.active\:border-x-orange-900\/100:active {
  border-left-color: rgb(124 45 18 / 1);
  border-right-color: rgb(124 45 18 / 1);
}

.active\:border-x-orange-900\/20:active {
  border-left-color: rgb(124 45 18 / 0.2);
  border-right-color: rgb(124 45 18 / 0.2);
}

.active\:border-x-orange-900\/25:active {
  border-left-color: rgb(124 45 18 / 0.25);
  border-right-color: rgb(124 45 18 / 0.25);
}

.active\:border-x-orange-900\/30:active {
  border-left-color: rgb(124 45 18 / 0.3);
  border-right-color: rgb(124 45 18 / 0.3);
}

.active\:border-x-orange-900\/40:active {
  border-left-color: rgb(124 45 18 / 0.4);
  border-right-color: rgb(124 45 18 / 0.4);
}

.active\:border-x-orange-900\/5:active {
  border-left-color: rgb(124 45 18 / 0.05);
  border-right-color: rgb(124 45 18 / 0.05);
}

.active\:border-x-orange-900\/50:active {
  border-left-color: rgb(124 45 18 / 0.5);
  border-right-color: rgb(124 45 18 / 0.5);
}

.active\:border-x-orange-900\/60:active {
  border-left-color: rgb(124 45 18 / 0.6);
  border-right-color: rgb(124 45 18 / 0.6);
}

.active\:border-x-orange-900\/70:active {
  border-left-color: rgb(124 45 18 / 0.7);
  border-right-color: rgb(124 45 18 / 0.7);
}

.active\:border-x-orange-900\/75:active {
  border-left-color: rgb(124 45 18 / 0.75);
  border-right-color: rgb(124 45 18 / 0.75);
}

.active\:border-x-orange-900\/80:active {
  border-left-color: rgb(124 45 18 / 0.8);
  border-right-color: rgb(124 45 18 / 0.8);
}

.active\:border-x-orange-900\/90:active {
  border-left-color: rgb(124 45 18 / 0.9);
  border-right-color: rgb(124 45 18 / 0.9);
}

.active\:border-x-orange-900\/95:active {
  border-left-color: rgb(124 45 18 / 0.95);
  border-right-color: rgb(124 45 18 / 0.95);
}

.active\:border-x-orange-950:active {
  --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));
}

.active\:border-x-orange-950\/0:active {
  border-left-color: rgb(67 20 7 / 0);
  border-right-color: rgb(67 20 7 / 0);
}

.active\:border-x-orange-950\/10:active {
  border-left-color: rgb(67 20 7 / 0.1);
  border-right-color: rgb(67 20 7 / 0.1);
}

.active\:border-x-orange-950\/100:active {
  border-left-color: rgb(67 20 7 / 1);
  border-right-color: rgb(67 20 7 / 1);
}

.active\:border-x-orange-950\/20:active {
  border-left-color: rgb(67 20 7 / 0.2);
  border-right-color: rgb(67 20 7 / 0.2);
}

.active\:border-x-orange-950\/25:active {
  border-left-color: rgb(67 20 7 / 0.25);
  border-right-color: rgb(67 20 7 / 0.25);
}

.active\:border-x-orange-950\/30:active {
  border-left-color: rgb(67 20 7 / 0.3);
  border-right-color: rgb(67 20 7 / 0.3);
}

.active\:border-x-orange-950\/40:active {
  border-left-color: rgb(67 20 7 / 0.4);
  border-right-color: rgb(67 20 7 / 0.4);
}

.active\:border-x-orange-950\/5:active {
  border-left-color: rgb(67 20 7 / 0.05);
  border-right-color: rgb(67 20 7 / 0.05);
}

.active\:border-x-orange-950\/50:active {
  border-left-color: rgb(67 20 7 / 0.5);
  border-right-color: rgb(67 20 7 / 0.5);
}

.active\:border-x-orange-950\/60:active {
  border-left-color: rgb(67 20 7 / 0.6);
  border-right-color: rgb(67 20 7 / 0.6);
}

.active\:border-x-orange-950\/70:active {
  border-left-color: rgb(67 20 7 / 0.7);
  border-right-color: rgb(67 20 7 / 0.7);
}

.active\:border-x-orange-950\/75:active {
  border-left-color: rgb(67 20 7 / 0.75);
  border-right-color: rgb(67 20 7 / 0.75);
}

.active\:border-x-orange-950\/80:active {
  border-left-color: rgb(67 20 7 / 0.8);
  border-right-color: rgb(67 20 7 / 0.8);
}

.active\:border-x-orange-950\/90:active {
  border-left-color: rgb(67 20 7 / 0.9);
  border-right-color: rgb(67 20 7 / 0.9);
}

.active\:border-x-orange-950\/95:active {
  border-left-color: rgb(67 20 7 / 0.95);
  border-right-color: rgb(67 20 7 / 0.95);
}

.active\:border-x-ozc-100:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 239 235 / var(--tw-border-opacity));
  border-right-color: rgb(255 239 235 / var(--tw-border-opacity));
}

.active\:border-x-ozc-100\/0:active {
  border-left-color: rgb(255 239 235 / 0);
  border-right-color: rgb(255 239 235 / 0);
}

.active\:border-x-ozc-100\/10:active {
  border-left-color: rgb(255 239 235 / 0.1);
  border-right-color: rgb(255 239 235 / 0.1);
}

.active\:border-x-ozc-100\/100:active {
  border-left-color: rgb(255 239 235 / 1);
  border-right-color: rgb(255 239 235 / 1);
}

.active\:border-x-ozc-100\/20:active {
  border-left-color: rgb(255 239 235 / 0.2);
  border-right-color: rgb(255 239 235 / 0.2);
}

.active\:border-x-ozc-100\/25:active {
  border-left-color: rgb(255 239 235 / 0.25);
  border-right-color: rgb(255 239 235 / 0.25);
}

.active\:border-x-ozc-100\/30:active {
  border-left-color: rgb(255 239 235 / 0.3);
  border-right-color: rgb(255 239 235 / 0.3);
}

.active\:border-x-ozc-100\/40:active {
  border-left-color: rgb(255 239 235 / 0.4);
  border-right-color: rgb(255 239 235 / 0.4);
}

.active\:border-x-ozc-100\/5:active {
  border-left-color: rgb(255 239 235 / 0.05);
  border-right-color: rgb(255 239 235 / 0.05);
}

.active\:border-x-ozc-100\/50:active {
  border-left-color: rgb(255 239 235 / 0.5);
  border-right-color: rgb(255 239 235 / 0.5);
}

.active\:border-x-ozc-100\/60:active {
  border-left-color: rgb(255 239 235 / 0.6);
  border-right-color: rgb(255 239 235 / 0.6);
}

.active\:border-x-ozc-100\/70:active {
  border-left-color: rgb(255 239 235 / 0.7);
  border-right-color: rgb(255 239 235 / 0.7);
}

.active\:border-x-ozc-100\/75:active {
  border-left-color: rgb(255 239 235 / 0.75);
  border-right-color: rgb(255 239 235 / 0.75);
}

.active\:border-x-ozc-100\/80:active {
  border-left-color: rgb(255 239 235 / 0.8);
  border-right-color: rgb(255 239 235 / 0.8);
}

.active\:border-x-ozc-100\/90:active {
  border-left-color: rgb(255 239 235 / 0.9);
  border-right-color: rgb(255 239 235 / 0.9);
}

.active\:border-x-ozc-100\/95:active {
  border-left-color: rgb(255 239 235 / 0.95);
  border-right-color: rgb(255 239 235 / 0.95);
}

.active\:border-x-ozc-200:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 225 222 / var(--tw-border-opacity));
  border-right-color: rgb(253 225 222 / var(--tw-border-opacity));
}

.active\:border-x-ozc-200\/0:active {
  border-left-color: rgb(253 225 222 / 0);
  border-right-color: rgb(253 225 222 / 0);
}

.active\:border-x-ozc-200\/10:active {
  border-left-color: rgb(253 225 222 / 0.1);
  border-right-color: rgb(253 225 222 / 0.1);
}

.active\:border-x-ozc-200\/100:active {
  border-left-color: rgb(253 225 222 / 1);
  border-right-color: rgb(253 225 222 / 1);
}

.active\:border-x-ozc-200\/20:active {
  border-left-color: rgb(253 225 222 / 0.2);
  border-right-color: rgb(253 225 222 / 0.2);
}

.active\:border-x-ozc-200\/25:active {
  border-left-color: rgb(253 225 222 / 0.25);
  border-right-color: rgb(253 225 222 / 0.25);
}

.active\:border-x-ozc-200\/30:active {
  border-left-color: rgb(253 225 222 / 0.3);
  border-right-color: rgb(253 225 222 / 0.3);
}

.active\:border-x-ozc-200\/40:active {
  border-left-color: rgb(253 225 222 / 0.4);
  border-right-color: rgb(253 225 222 / 0.4);
}

.active\:border-x-ozc-200\/5:active {
  border-left-color: rgb(253 225 222 / 0.05);
  border-right-color: rgb(253 225 222 / 0.05);
}

.active\:border-x-ozc-200\/50:active {
  border-left-color: rgb(253 225 222 / 0.5);
  border-right-color: rgb(253 225 222 / 0.5);
}

.active\:border-x-ozc-200\/60:active {
  border-left-color: rgb(253 225 222 / 0.6);
  border-right-color: rgb(253 225 222 / 0.6);
}

.active\:border-x-ozc-200\/70:active {
  border-left-color: rgb(253 225 222 / 0.7);
  border-right-color: rgb(253 225 222 / 0.7);
}

.active\:border-x-ozc-200\/75:active {
  border-left-color: rgb(253 225 222 / 0.75);
  border-right-color: rgb(253 225 222 / 0.75);
}

.active\:border-x-ozc-200\/80:active {
  border-left-color: rgb(253 225 222 / 0.8);
  border-right-color: rgb(253 225 222 / 0.8);
}

.active\:border-x-ozc-200\/90:active {
  border-left-color: rgb(253 225 222 / 0.9);
  border-right-color: rgb(253 225 222 / 0.9);
}

.active\:border-x-ozc-200\/95:active {
  border-left-color: rgb(253 225 222 / 0.95);
  border-right-color: rgb(253 225 222 / 0.95);
}

.active\:border-x-ozc-300:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(248 181 181 / var(--tw-border-opacity));
  border-right-color: rgb(248 181 181 / var(--tw-border-opacity));
}

.active\:border-x-ozc-300\/0:active {
  border-left-color: rgb(248 181 181 / 0);
  border-right-color: rgb(248 181 181 / 0);
}

.active\:border-x-ozc-300\/10:active {
  border-left-color: rgb(248 181 181 / 0.1);
  border-right-color: rgb(248 181 181 / 0.1);
}

.active\:border-x-ozc-300\/100:active {
  border-left-color: rgb(248 181 181 / 1);
  border-right-color: rgb(248 181 181 / 1);
}

.active\:border-x-ozc-300\/20:active {
  border-left-color: rgb(248 181 181 / 0.2);
  border-right-color: rgb(248 181 181 / 0.2);
}

.active\:border-x-ozc-300\/25:active {
  border-left-color: rgb(248 181 181 / 0.25);
  border-right-color: rgb(248 181 181 / 0.25);
}

.active\:border-x-ozc-300\/30:active {
  border-left-color: rgb(248 181 181 / 0.3);
  border-right-color: rgb(248 181 181 / 0.3);
}

.active\:border-x-ozc-300\/40:active {
  border-left-color: rgb(248 181 181 / 0.4);
  border-right-color: rgb(248 181 181 / 0.4);
}

.active\:border-x-ozc-300\/5:active {
  border-left-color: rgb(248 181 181 / 0.05);
  border-right-color: rgb(248 181 181 / 0.05);
}

.active\:border-x-ozc-300\/50:active {
  border-left-color: rgb(248 181 181 / 0.5);
  border-right-color: rgb(248 181 181 / 0.5);
}

.active\:border-x-ozc-300\/60:active {
  border-left-color: rgb(248 181 181 / 0.6);
  border-right-color: rgb(248 181 181 / 0.6);
}

.active\:border-x-ozc-300\/70:active {
  border-left-color: rgb(248 181 181 / 0.7);
  border-right-color: rgb(248 181 181 / 0.7);
}

.active\:border-x-ozc-300\/75:active {
  border-left-color: rgb(248 181 181 / 0.75);
  border-right-color: rgb(248 181 181 / 0.75);
}

.active\:border-x-ozc-300\/80:active {
  border-left-color: rgb(248 181 181 / 0.8);
  border-right-color: rgb(248 181 181 / 0.8);
}

.active\:border-x-ozc-300\/90:active {
  border-left-color: rgb(248 181 181 / 0.9);
  border-right-color: rgb(248 181 181 / 0.9);
}

.active\:border-x-ozc-300\/95:active {
  border-left-color: rgb(248 181 181 / 0.95);
  border-right-color: rgb(248 181 181 / 0.95);
}

.active\:border-x-ozc-400:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 189 173 / var(--tw-border-opacity));
  border-right-color: rgb(250 189 173 / var(--tw-border-opacity));
}

.active\:border-x-ozc-400\/0:active {
  border-left-color: rgb(250 189 173 / 0);
  border-right-color: rgb(250 189 173 / 0);
}

.active\:border-x-ozc-400\/10:active {
  border-left-color: rgb(250 189 173 / 0.1);
  border-right-color: rgb(250 189 173 / 0.1);
}

.active\:border-x-ozc-400\/100:active {
  border-left-color: rgb(250 189 173 / 1);
  border-right-color: rgb(250 189 173 / 1);
}

.active\:border-x-ozc-400\/20:active {
  border-left-color: rgb(250 189 173 / 0.2);
  border-right-color: rgb(250 189 173 / 0.2);
}

.active\:border-x-ozc-400\/25:active {
  border-left-color: rgb(250 189 173 / 0.25);
  border-right-color: rgb(250 189 173 / 0.25);
}

.active\:border-x-ozc-400\/30:active {
  border-left-color: rgb(250 189 173 / 0.3);
  border-right-color: rgb(250 189 173 / 0.3);
}

.active\:border-x-ozc-400\/40:active {
  border-left-color: rgb(250 189 173 / 0.4);
  border-right-color: rgb(250 189 173 / 0.4);
}

.active\:border-x-ozc-400\/5:active {
  border-left-color: rgb(250 189 173 / 0.05);
  border-right-color: rgb(250 189 173 / 0.05);
}

.active\:border-x-ozc-400\/50:active {
  border-left-color: rgb(250 189 173 / 0.5);
  border-right-color: rgb(250 189 173 / 0.5);
}

.active\:border-x-ozc-400\/60:active {
  border-left-color: rgb(250 189 173 / 0.6);
  border-right-color: rgb(250 189 173 / 0.6);
}

.active\:border-x-ozc-400\/70:active {
  border-left-color: rgb(250 189 173 / 0.7);
  border-right-color: rgb(250 189 173 / 0.7);
}

.active\:border-x-ozc-400\/75:active {
  border-left-color: rgb(250 189 173 / 0.75);
  border-right-color: rgb(250 189 173 / 0.75);
}

.active\:border-x-ozc-400\/80:active {
  border-left-color: rgb(250 189 173 / 0.8);
  border-right-color: rgb(250 189 173 / 0.8);
}

.active\:border-x-ozc-400\/90:active {
  border-left-color: rgb(250 189 173 / 0.9);
  border-right-color: rgb(250 189 173 / 0.9);
}

.active\:border-x-ozc-400\/95:active {
  border-left-color: rgb(250 189 173 / 0.95);
  border-right-color: rgb(250 189 173 / 0.95);
}

.active\:border-x-ozc-50:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 243 232 / var(--tw-border-opacity));
  border-right-color: rgb(254 243 232 / var(--tw-border-opacity));
}

.active\:border-x-ozc-50\/0:active {
  border-left-color: rgb(254 243 232 / 0);
  border-right-color: rgb(254 243 232 / 0);
}

.active\:border-x-ozc-50\/10:active {
  border-left-color: rgb(254 243 232 / 0.1);
  border-right-color: rgb(254 243 232 / 0.1);
}

.active\:border-x-ozc-50\/100:active {
  border-left-color: rgb(254 243 232 / 1);
  border-right-color: rgb(254 243 232 / 1);
}

.active\:border-x-ozc-50\/20:active {
  border-left-color: rgb(254 243 232 / 0.2);
  border-right-color: rgb(254 243 232 / 0.2);
}

.active\:border-x-ozc-50\/25:active {
  border-left-color: rgb(254 243 232 / 0.25);
  border-right-color: rgb(254 243 232 / 0.25);
}

.active\:border-x-ozc-50\/30:active {
  border-left-color: rgb(254 243 232 / 0.3);
  border-right-color: rgb(254 243 232 / 0.3);
}

.active\:border-x-ozc-50\/40:active {
  border-left-color: rgb(254 243 232 / 0.4);
  border-right-color: rgb(254 243 232 / 0.4);
}

.active\:border-x-ozc-50\/5:active {
  border-left-color: rgb(254 243 232 / 0.05);
  border-right-color: rgb(254 243 232 / 0.05);
}

.active\:border-x-ozc-50\/50:active {
  border-left-color: rgb(254 243 232 / 0.5);
  border-right-color: rgb(254 243 232 / 0.5);
}

.active\:border-x-ozc-50\/60:active {
  border-left-color: rgb(254 243 232 / 0.6);
  border-right-color: rgb(254 243 232 / 0.6);
}

.active\:border-x-ozc-50\/70:active {
  border-left-color: rgb(254 243 232 / 0.7);
  border-right-color: rgb(254 243 232 / 0.7);
}

.active\:border-x-ozc-50\/75:active {
  border-left-color: rgb(254 243 232 / 0.75);
  border-right-color: rgb(254 243 232 / 0.75);
}

.active\:border-x-ozc-50\/80:active {
  border-left-color: rgb(254 243 232 / 0.8);
  border-right-color: rgb(254 243 232 / 0.8);
}

.active\:border-x-ozc-50\/90:active {
  border-left-color: rgb(254 243 232 / 0.9);
  border-right-color: rgb(254 243 232 / 0.9);
}

.active\:border-x-ozc-50\/95:active {
  border-left-color: rgb(254 243 232 / 0.95);
  border-right-color: rgb(254 243 232 / 0.95);
}

.active\:border-x-ozc-500:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 110 96 / var(--tw-border-opacity));
  border-right-color: rgb(255 110 96 / var(--tw-border-opacity));
}

.active\:border-x-ozc-500\/0:active {
  border-left-color: rgb(255 110 96 / 0);
  border-right-color: rgb(255 110 96 / 0);
}

.active\:border-x-ozc-500\/10:active {
  border-left-color: rgb(255 110 96 / 0.1);
  border-right-color: rgb(255 110 96 / 0.1);
}

.active\:border-x-ozc-500\/100:active {
  border-left-color: rgb(255 110 96 / 1);
  border-right-color: rgb(255 110 96 / 1);
}

.active\:border-x-ozc-500\/20:active {
  border-left-color: rgb(255 110 96 / 0.2);
  border-right-color: rgb(255 110 96 / 0.2);
}

.active\:border-x-ozc-500\/25:active {
  border-left-color: rgb(255 110 96 / 0.25);
  border-right-color: rgb(255 110 96 / 0.25);
}

.active\:border-x-ozc-500\/30:active {
  border-left-color: rgb(255 110 96 / 0.3);
  border-right-color: rgb(255 110 96 / 0.3);
}

.active\:border-x-ozc-500\/40:active {
  border-left-color: rgb(255 110 96 / 0.4);
  border-right-color: rgb(255 110 96 / 0.4);
}

.active\:border-x-ozc-500\/5:active {
  border-left-color: rgb(255 110 96 / 0.05);
  border-right-color: rgb(255 110 96 / 0.05);
}

.active\:border-x-ozc-500\/50:active {
  border-left-color: rgb(255 110 96 / 0.5);
  border-right-color: rgb(255 110 96 / 0.5);
}

.active\:border-x-ozc-500\/60:active {
  border-left-color: rgb(255 110 96 / 0.6);
  border-right-color: rgb(255 110 96 / 0.6);
}

.active\:border-x-ozc-500\/70:active {
  border-left-color: rgb(255 110 96 / 0.7);
  border-right-color: rgb(255 110 96 / 0.7);
}

.active\:border-x-ozc-500\/75:active {
  border-left-color: rgb(255 110 96 / 0.75);
  border-right-color: rgb(255 110 96 / 0.75);
}

.active\:border-x-ozc-500\/80:active {
  border-left-color: rgb(255 110 96 / 0.8);
  border-right-color: rgb(255 110 96 / 0.8);
}

.active\:border-x-ozc-500\/90:active {
  border-left-color: rgb(255 110 96 / 0.9);
  border-right-color: rgb(255 110 96 / 0.9);
}

.active\:border-x-ozc-500\/95:active {
  border-left-color: rgb(255 110 96 / 0.95);
  border-right-color: rgb(255 110 96 / 0.95);
}

.active\:border-x-ozc-600:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 169 140 / var(--tw-border-opacity));
  border-right-color: rgb(249 169 140 / var(--tw-border-opacity));
}

.active\:border-x-ozc-600\/0:active {
  border-left-color: rgb(249 169 140 / 0);
  border-right-color: rgb(249 169 140 / 0);
}

.active\:border-x-ozc-600\/10:active {
  border-left-color: rgb(249 169 140 / 0.1);
  border-right-color: rgb(249 169 140 / 0.1);
}

.active\:border-x-ozc-600\/100:active {
  border-left-color: rgb(249 169 140 / 1);
  border-right-color: rgb(249 169 140 / 1);
}

.active\:border-x-ozc-600\/20:active {
  border-left-color: rgb(249 169 140 / 0.2);
  border-right-color: rgb(249 169 140 / 0.2);
}

.active\:border-x-ozc-600\/25:active {
  border-left-color: rgb(249 169 140 / 0.25);
  border-right-color: rgb(249 169 140 / 0.25);
}

.active\:border-x-ozc-600\/30:active {
  border-left-color: rgb(249 169 140 / 0.3);
  border-right-color: rgb(249 169 140 / 0.3);
}

.active\:border-x-ozc-600\/40:active {
  border-left-color: rgb(249 169 140 / 0.4);
  border-right-color: rgb(249 169 140 / 0.4);
}

.active\:border-x-ozc-600\/5:active {
  border-left-color: rgb(249 169 140 / 0.05);
  border-right-color: rgb(249 169 140 / 0.05);
}

.active\:border-x-ozc-600\/50:active {
  border-left-color: rgb(249 169 140 / 0.5);
  border-right-color: rgb(249 169 140 / 0.5);
}

.active\:border-x-ozc-600\/60:active {
  border-left-color: rgb(249 169 140 / 0.6);
  border-right-color: rgb(249 169 140 / 0.6);
}

.active\:border-x-ozc-600\/70:active {
  border-left-color: rgb(249 169 140 / 0.7);
  border-right-color: rgb(249 169 140 / 0.7);
}

.active\:border-x-ozc-600\/75:active {
  border-left-color: rgb(249 169 140 / 0.75);
  border-right-color: rgb(249 169 140 / 0.75);
}

.active\:border-x-ozc-600\/80:active {
  border-left-color: rgb(249 169 140 / 0.8);
  border-right-color: rgb(249 169 140 / 0.8);
}

.active\:border-x-ozc-600\/90:active {
  border-left-color: rgb(249 169 140 / 0.9);
  border-right-color: rgb(249 169 140 / 0.9);
}

.active\:border-x-ozc-600\/95:active {
  border-left-color: rgb(249 169 140 / 0.95);
  border-right-color: rgb(249 169 140 / 0.95);
}

.active\:border-x-ozc-700:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(246 148 114 / var(--tw-border-opacity));
  border-right-color: rgb(246 148 114 / var(--tw-border-opacity));
}

.active\:border-x-ozc-700\/0:active {
  border-left-color: rgb(246 148 114 / 0);
  border-right-color: rgb(246 148 114 / 0);
}

.active\:border-x-ozc-700\/10:active {
  border-left-color: rgb(246 148 114 / 0.1);
  border-right-color: rgb(246 148 114 / 0.1);
}

.active\:border-x-ozc-700\/100:active {
  border-left-color: rgb(246 148 114 / 1);
  border-right-color: rgb(246 148 114 / 1);
}

.active\:border-x-ozc-700\/20:active {
  border-left-color: rgb(246 148 114 / 0.2);
  border-right-color: rgb(246 148 114 / 0.2);
}

.active\:border-x-ozc-700\/25:active {
  border-left-color: rgb(246 148 114 / 0.25);
  border-right-color: rgb(246 148 114 / 0.25);
}

.active\:border-x-ozc-700\/30:active {
  border-left-color: rgb(246 148 114 / 0.3);
  border-right-color: rgb(246 148 114 / 0.3);
}

.active\:border-x-ozc-700\/40:active {
  border-left-color: rgb(246 148 114 / 0.4);
  border-right-color: rgb(246 148 114 / 0.4);
}

.active\:border-x-ozc-700\/5:active {
  border-left-color: rgb(246 148 114 / 0.05);
  border-right-color: rgb(246 148 114 / 0.05);
}

.active\:border-x-ozc-700\/50:active {
  border-left-color: rgb(246 148 114 / 0.5);
  border-right-color: rgb(246 148 114 / 0.5);
}

.active\:border-x-ozc-700\/60:active {
  border-left-color: rgb(246 148 114 / 0.6);
  border-right-color: rgb(246 148 114 / 0.6);
}

.active\:border-x-ozc-700\/70:active {
  border-left-color: rgb(246 148 114 / 0.7);
  border-right-color: rgb(246 148 114 / 0.7);
}

.active\:border-x-ozc-700\/75:active {
  border-left-color: rgb(246 148 114 / 0.75);
  border-right-color: rgb(246 148 114 / 0.75);
}

.active\:border-x-ozc-700\/80:active {
  border-left-color: rgb(246 148 114 / 0.8);
  border-right-color: rgb(246 148 114 / 0.8);
}

.active\:border-x-ozc-700\/90:active {
  border-left-color: rgb(246 148 114 / 0.9);
  border-right-color: rgb(246 148 114 / 0.9);
}

.active\:border-x-ozc-700\/95:active {
  border-left-color: rgb(246 148 114 / 0.95);
  border-right-color: rgb(246 148 114 / 0.95);
}

.active\:border-x-ozc-800:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 144 136 / var(--tw-border-opacity));
  border-right-color: rgb(245 144 136 / var(--tw-border-opacity));
}

.active\:border-x-ozc-800\/0:active {
  border-left-color: rgb(245 144 136 / 0);
  border-right-color: rgb(245 144 136 / 0);
}

.active\:border-x-ozc-800\/10:active {
  border-left-color: rgb(245 144 136 / 0.1);
  border-right-color: rgb(245 144 136 / 0.1);
}

.active\:border-x-ozc-800\/100:active {
  border-left-color: rgb(245 144 136 / 1);
  border-right-color: rgb(245 144 136 / 1);
}

.active\:border-x-ozc-800\/20:active {
  border-left-color: rgb(245 144 136 / 0.2);
  border-right-color: rgb(245 144 136 / 0.2);
}

.active\:border-x-ozc-800\/25:active {
  border-left-color: rgb(245 144 136 / 0.25);
  border-right-color: rgb(245 144 136 / 0.25);
}

.active\:border-x-ozc-800\/30:active {
  border-left-color: rgb(245 144 136 / 0.3);
  border-right-color: rgb(245 144 136 / 0.3);
}

.active\:border-x-ozc-800\/40:active {
  border-left-color: rgb(245 144 136 / 0.4);
  border-right-color: rgb(245 144 136 / 0.4);
}

.active\:border-x-ozc-800\/5:active {
  border-left-color: rgb(245 144 136 / 0.05);
  border-right-color: rgb(245 144 136 / 0.05);
}

.active\:border-x-ozc-800\/50:active {
  border-left-color: rgb(245 144 136 / 0.5);
  border-right-color: rgb(245 144 136 / 0.5);
}

.active\:border-x-ozc-800\/60:active {
  border-left-color: rgb(245 144 136 / 0.6);
  border-right-color: rgb(245 144 136 / 0.6);
}

.active\:border-x-ozc-800\/70:active {
  border-left-color: rgb(245 144 136 / 0.7);
  border-right-color: rgb(245 144 136 / 0.7);
}

.active\:border-x-ozc-800\/75:active {
  border-left-color: rgb(245 144 136 / 0.75);
  border-right-color: rgb(245 144 136 / 0.75);
}

.active\:border-x-ozc-800\/80:active {
  border-left-color: rgb(245 144 136 / 0.8);
  border-right-color: rgb(245 144 136 / 0.8);
}

.active\:border-x-ozc-800\/90:active {
  border-left-color: rgb(245 144 136 / 0.9);
  border-right-color: rgb(245 144 136 / 0.9);
}

.active\:border-x-ozc-800\/95:active {
  border-left-color: rgb(245 144 136 / 0.95);
  border-right-color: rgb(245 144 136 / 0.95);
}

.active\:border-x-ozc-900:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(243 121 124 / var(--tw-border-opacity));
  border-right-color: rgb(243 121 124 / var(--tw-border-opacity));
}

.active\:border-x-ozc-900\/0:active {
  border-left-color: rgb(243 121 124 / 0);
  border-right-color: rgb(243 121 124 / 0);
}

.active\:border-x-ozc-900\/10:active {
  border-left-color: rgb(243 121 124 / 0.1);
  border-right-color: rgb(243 121 124 / 0.1);
}

.active\:border-x-ozc-900\/100:active {
  border-left-color: rgb(243 121 124 / 1);
  border-right-color: rgb(243 121 124 / 1);
}

.active\:border-x-ozc-900\/20:active {
  border-left-color: rgb(243 121 124 / 0.2);
  border-right-color: rgb(243 121 124 / 0.2);
}

.active\:border-x-ozc-900\/25:active {
  border-left-color: rgb(243 121 124 / 0.25);
  border-right-color: rgb(243 121 124 / 0.25);
}

.active\:border-x-ozc-900\/30:active {
  border-left-color: rgb(243 121 124 / 0.3);
  border-right-color: rgb(243 121 124 / 0.3);
}

.active\:border-x-ozc-900\/40:active {
  border-left-color: rgb(243 121 124 / 0.4);
  border-right-color: rgb(243 121 124 / 0.4);
}

.active\:border-x-ozc-900\/5:active {
  border-left-color: rgb(243 121 124 / 0.05);
  border-right-color: rgb(243 121 124 / 0.05);
}

.active\:border-x-ozc-900\/50:active {
  border-left-color: rgb(243 121 124 / 0.5);
  border-right-color: rgb(243 121 124 / 0.5);
}

.active\:border-x-ozc-900\/60:active {
  border-left-color: rgb(243 121 124 / 0.6);
  border-right-color: rgb(243 121 124 / 0.6);
}

.active\:border-x-ozc-900\/70:active {
  border-left-color: rgb(243 121 124 / 0.7);
  border-right-color: rgb(243 121 124 / 0.7);
}

.active\:border-x-ozc-900\/75:active {
  border-left-color: rgb(243 121 124 / 0.75);
  border-right-color: rgb(243 121 124 / 0.75);
}

.active\:border-x-ozc-900\/80:active {
  border-left-color: rgb(243 121 124 / 0.8);
  border-right-color: rgb(243 121 124 / 0.8);
}

.active\:border-x-ozc-900\/90:active {
  border-left-color: rgb(243 121 124 / 0.9);
  border-right-color: rgb(243 121 124 / 0.9);
}

.active\:border-x-ozc-900\/95:active {
  border-left-color: rgb(243 121 124 / 0.95);
  border-right-color: rgb(243 121 124 / 0.95);
}

.active\:border-x-ozc-950:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(42 45 51 / var(--tw-border-opacity));
  border-right-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.active\:border-x-ozc-950\/0:active {
  border-left-color: rgb(42 45 51 / 0);
  border-right-color: rgb(42 45 51 / 0);
}

.active\:border-x-ozc-950\/10:active {
  border-left-color: rgb(42 45 51 / 0.1);
  border-right-color: rgb(42 45 51 / 0.1);
}

.active\:border-x-ozc-950\/100:active {
  border-left-color: rgb(42 45 51 / 1);
  border-right-color: rgb(42 45 51 / 1);
}

.active\:border-x-ozc-950\/20:active {
  border-left-color: rgb(42 45 51 / 0.2);
  border-right-color: rgb(42 45 51 / 0.2);
}

.active\:border-x-ozc-950\/25:active {
  border-left-color: rgb(42 45 51 / 0.25);
  border-right-color: rgb(42 45 51 / 0.25);
}

.active\:border-x-ozc-950\/30:active {
  border-left-color: rgb(42 45 51 / 0.3);
  border-right-color: rgb(42 45 51 / 0.3);
}

.active\:border-x-ozc-950\/40:active {
  border-left-color: rgb(42 45 51 / 0.4);
  border-right-color: rgb(42 45 51 / 0.4);
}

.active\:border-x-ozc-950\/5:active {
  border-left-color: rgb(42 45 51 / 0.05);
  border-right-color: rgb(42 45 51 / 0.05);
}

.active\:border-x-ozc-950\/50:active {
  border-left-color: rgb(42 45 51 / 0.5);
  border-right-color: rgb(42 45 51 / 0.5);
}

.active\:border-x-ozc-950\/60:active {
  border-left-color: rgb(42 45 51 / 0.6);
  border-right-color: rgb(42 45 51 / 0.6);
}

.active\:border-x-ozc-950\/70:active {
  border-left-color: rgb(42 45 51 / 0.7);
  border-right-color: rgb(42 45 51 / 0.7);
}

.active\:border-x-ozc-950\/75:active {
  border-left-color: rgb(42 45 51 / 0.75);
  border-right-color: rgb(42 45 51 / 0.75);
}

.active\:border-x-ozc-950\/80:active {
  border-left-color: rgb(42 45 51 / 0.8);
  border-right-color: rgb(42 45 51 / 0.8);
}

.active\:border-x-ozc-950\/90:active {
  border-left-color: rgb(42 45 51 / 0.9);
  border-right-color: rgb(42 45 51 / 0.9);
}

.active\:border-x-ozc-950\/95:active {
  border-left-color: rgb(42 45 51 / 0.95);
  border-right-color: rgb(42 45 51 / 0.95);
}

.active\:border-x-ozc-alt-100:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 250 230 / var(--tw-border-opacity));
  border-right-color: rgb(255 250 230 / var(--tw-border-opacity));
}

.active\:border-x-ozc-alt-100\/0:active {
  border-left-color: rgb(255 250 230 / 0);
  border-right-color: rgb(255 250 230 / 0);
}

.active\:border-x-ozc-alt-100\/10:active {
  border-left-color: rgb(255 250 230 / 0.1);
  border-right-color: rgb(255 250 230 / 0.1);
}

.active\:border-x-ozc-alt-100\/100:active {
  border-left-color: rgb(255 250 230 / 1);
  border-right-color: rgb(255 250 230 / 1);
}

.active\:border-x-ozc-alt-100\/20:active {
  border-left-color: rgb(255 250 230 / 0.2);
  border-right-color: rgb(255 250 230 / 0.2);
}

.active\:border-x-ozc-alt-100\/25:active {
  border-left-color: rgb(255 250 230 / 0.25);
  border-right-color: rgb(255 250 230 / 0.25);
}

.active\:border-x-ozc-alt-100\/30:active {
  border-left-color: rgb(255 250 230 / 0.3);
  border-right-color: rgb(255 250 230 / 0.3);
}

.active\:border-x-ozc-alt-100\/40:active {
  border-left-color: rgb(255 250 230 / 0.4);
  border-right-color: rgb(255 250 230 / 0.4);
}

.active\:border-x-ozc-alt-100\/5:active {
  border-left-color: rgb(255 250 230 / 0.05);
  border-right-color: rgb(255 250 230 / 0.05);
}

.active\:border-x-ozc-alt-100\/50:active {
  border-left-color: rgb(255 250 230 / 0.5);
  border-right-color: rgb(255 250 230 / 0.5);
}

.active\:border-x-ozc-alt-100\/60:active {
  border-left-color: rgb(255 250 230 / 0.6);
  border-right-color: rgb(255 250 230 / 0.6);
}

.active\:border-x-ozc-alt-100\/70:active {
  border-left-color: rgb(255 250 230 / 0.7);
  border-right-color: rgb(255 250 230 / 0.7);
}

.active\:border-x-ozc-alt-100\/75:active {
  border-left-color: rgb(255 250 230 / 0.75);
  border-right-color: rgb(255 250 230 / 0.75);
}

.active\:border-x-ozc-alt-100\/80:active {
  border-left-color: rgb(255 250 230 / 0.8);
  border-right-color: rgb(255 250 230 / 0.8);
}

.active\:border-x-ozc-alt-100\/90:active {
  border-left-color: rgb(255 250 230 / 0.9);
  border-right-color: rgb(255 250 230 / 0.9);
}

.active\:border-x-ozc-alt-100\/95:active {
  border-left-color: rgb(255 250 230 / 0.95);
  border-right-color: rgb(255 250 230 / 0.95);
}

.active\:border-x-ozc-alt-200:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 242 193 / var(--tw-border-opacity));
  border-right-color: rgb(255 242 193 / var(--tw-border-opacity));
}

.active\:border-x-ozc-alt-200\/0:active {
  border-left-color: rgb(255 242 193 / 0);
  border-right-color: rgb(255 242 193 / 0);
}

.active\:border-x-ozc-alt-200\/10:active {
  border-left-color: rgb(255 242 193 / 0.1);
  border-right-color: rgb(255 242 193 / 0.1);
}

.active\:border-x-ozc-alt-200\/100:active {
  border-left-color: rgb(255 242 193 / 1);
  border-right-color: rgb(255 242 193 / 1);
}

.active\:border-x-ozc-alt-200\/20:active {
  border-left-color: rgb(255 242 193 / 0.2);
  border-right-color: rgb(255 242 193 / 0.2);
}

.active\:border-x-ozc-alt-200\/25:active {
  border-left-color: rgb(255 242 193 / 0.25);
  border-right-color: rgb(255 242 193 / 0.25);
}

.active\:border-x-ozc-alt-200\/30:active {
  border-left-color: rgb(255 242 193 / 0.3);
  border-right-color: rgb(255 242 193 / 0.3);
}

.active\:border-x-ozc-alt-200\/40:active {
  border-left-color: rgb(255 242 193 / 0.4);
  border-right-color: rgb(255 242 193 / 0.4);
}

.active\:border-x-ozc-alt-200\/5:active {
  border-left-color: rgb(255 242 193 / 0.05);
  border-right-color: rgb(255 242 193 / 0.05);
}

.active\:border-x-ozc-alt-200\/50:active {
  border-left-color: rgb(255 242 193 / 0.5);
  border-right-color: rgb(255 242 193 / 0.5);
}

.active\:border-x-ozc-alt-200\/60:active {
  border-left-color: rgb(255 242 193 / 0.6);
  border-right-color: rgb(255 242 193 / 0.6);
}

.active\:border-x-ozc-alt-200\/70:active {
  border-left-color: rgb(255 242 193 / 0.7);
  border-right-color: rgb(255 242 193 / 0.7);
}

.active\:border-x-ozc-alt-200\/75:active {
  border-left-color: rgb(255 242 193 / 0.75);
  border-right-color: rgb(255 242 193 / 0.75);
}

.active\:border-x-ozc-alt-200\/80:active {
  border-left-color: rgb(255 242 193 / 0.8);
  border-right-color: rgb(255 242 193 / 0.8);
}

.active\:border-x-ozc-alt-200\/90:active {
  border-left-color: rgb(255 242 193 / 0.9);
  border-right-color: rgb(255 242 193 / 0.9);
}

.active\:border-x-ozc-alt-200\/95:active {
  border-left-color: rgb(255 242 193 / 0.95);
  border-right-color: rgb(255 242 193 / 0.95);
}

.active\:border-x-ozc-alt-300:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 235 155 / var(--tw-border-opacity));
  border-right-color: rgb(255 235 155 / var(--tw-border-opacity));
}

.active\:border-x-ozc-alt-300\/0:active {
  border-left-color: rgb(255 235 155 / 0);
  border-right-color: rgb(255 235 155 / 0);
}

.active\:border-x-ozc-alt-300\/10:active {
  border-left-color: rgb(255 235 155 / 0.1);
  border-right-color: rgb(255 235 155 / 0.1);
}

.active\:border-x-ozc-alt-300\/100:active {
  border-left-color: rgb(255 235 155 / 1);
  border-right-color: rgb(255 235 155 / 1);
}

.active\:border-x-ozc-alt-300\/20:active {
  border-left-color: rgb(255 235 155 / 0.2);
  border-right-color: rgb(255 235 155 / 0.2);
}

.active\:border-x-ozc-alt-300\/25:active {
  border-left-color: rgb(255 235 155 / 0.25);
  border-right-color: rgb(255 235 155 / 0.25);
}

.active\:border-x-ozc-alt-300\/30:active {
  border-left-color: rgb(255 235 155 / 0.3);
  border-right-color: rgb(255 235 155 / 0.3);
}

.active\:border-x-ozc-alt-300\/40:active {
  border-left-color: rgb(255 235 155 / 0.4);
  border-right-color: rgb(255 235 155 / 0.4);
}

.active\:border-x-ozc-alt-300\/5:active {
  border-left-color: rgb(255 235 155 / 0.05);
  border-right-color: rgb(255 235 155 / 0.05);
}

.active\:border-x-ozc-alt-300\/50:active {
  border-left-color: rgb(255 235 155 / 0.5);
  border-right-color: rgb(255 235 155 / 0.5);
}

.active\:border-x-ozc-alt-300\/60:active {
  border-left-color: rgb(255 235 155 / 0.6);
  border-right-color: rgb(255 235 155 / 0.6);
}

.active\:border-x-ozc-alt-300\/70:active {
  border-left-color: rgb(255 235 155 / 0.7);
  border-right-color: rgb(255 235 155 / 0.7);
}

.active\:border-x-ozc-alt-300\/75:active {
  border-left-color: rgb(255 235 155 / 0.75);
  border-right-color: rgb(255 235 155 / 0.75);
}

.active\:border-x-ozc-alt-300\/80:active {
  border-left-color: rgb(255 235 155 / 0.8);
  border-right-color: rgb(255 235 155 / 0.8);
}

.active\:border-x-ozc-alt-300\/90:active {
  border-left-color: rgb(255 235 155 / 0.9);
  border-right-color: rgb(255 235 155 / 0.9);
}

.active\:border-x-ozc-alt-300\/95:active {
  border-left-color: rgb(255 235 155 / 0.95);
  border-right-color: rgb(255 235 155 / 0.95);
}

.active\:border-x-ozc-alt-400:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 219 80 / var(--tw-border-opacity));
  border-right-color: rgb(255 219 80 / var(--tw-border-opacity));
}

.active\:border-x-ozc-alt-400\/0:active {
  border-left-color: rgb(255 219 80 / 0);
  border-right-color: rgb(255 219 80 / 0);
}

.active\:border-x-ozc-alt-400\/10:active {
  border-left-color: rgb(255 219 80 / 0.1);
  border-right-color: rgb(255 219 80 / 0.1);
}

.active\:border-x-ozc-alt-400\/100:active {
  border-left-color: rgb(255 219 80 / 1);
  border-right-color: rgb(255 219 80 / 1);
}

.active\:border-x-ozc-alt-400\/20:active {
  border-left-color: rgb(255 219 80 / 0.2);
  border-right-color: rgb(255 219 80 / 0.2);
}

.active\:border-x-ozc-alt-400\/25:active {
  border-left-color: rgb(255 219 80 / 0.25);
  border-right-color: rgb(255 219 80 / 0.25);
}

.active\:border-x-ozc-alt-400\/30:active {
  border-left-color: rgb(255 219 80 / 0.3);
  border-right-color: rgb(255 219 80 / 0.3);
}

.active\:border-x-ozc-alt-400\/40:active {
  border-left-color: rgb(255 219 80 / 0.4);
  border-right-color: rgb(255 219 80 / 0.4);
}

.active\:border-x-ozc-alt-400\/5:active {
  border-left-color: rgb(255 219 80 / 0.05);
  border-right-color: rgb(255 219 80 / 0.05);
}

.active\:border-x-ozc-alt-400\/50:active {
  border-left-color: rgb(255 219 80 / 0.5);
  border-right-color: rgb(255 219 80 / 0.5);
}

.active\:border-x-ozc-alt-400\/60:active {
  border-left-color: rgb(255 219 80 / 0.6);
  border-right-color: rgb(255 219 80 / 0.6);
}

.active\:border-x-ozc-alt-400\/70:active {
  border-left-color: rgb(255 219 80 / 0.7);
  border-right-color: rgb(255 219 80 / 0.7);
}

.active\:border-x-ozc-alt-400\/75:active {
  border-left-color: rgb(255 219 80 / 0.75);
  border-right-color: rgb(255 219 80 / 0.75);
}

.active\:border-x-ozc-alt-400\/80:active {
  border-left-color: rgb(255 219 80 / 0.8);
  border-right-color: rgb(255 219 80 / 0.8);
}

.active\:border-x-ozc-alt-400\/90:active {
  border-left-color: rgb(255 219 80 / 0.9);
  border-right-color: rgb(255 219 80 / 0.9);
}

.active\:border-x-ozc-alt-400\/95:active {
  border-left-color: rgb(255 219 80 / 0.95);
  border-right-color: rgb(255 219 80 / 0.95);
}

.active\:border-x-ozc-alt-50:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 252 243 / var(--tw-border-opacity));
  border-right-color: rgb(255 252 243 / var(--tw-border-opacity));
}

.active\:border-x-ozc-alt-50\/0:active {
  border-left-color: rgb(255 252 243 / 0);
  border-right-color: rgb(255 252 243 / 0);
}

.active\:border-x-ozc-alt-50\/10:active {
  border-left-color: rgb(255 252 243 / 0.1);
  border-right-color: rgb(255 252 243 / 0.1);
}

.active\:border-x-ozc-alt-50\/100:active {
  border-left-color: rgb(255 252 243 / 1);
  border-right-color: rgb(255 252 243 / 1);
}

.active\:border-x-ozc-alt-50\/20:active {
  border-left-color: rgb(255 252 243 / 0.2);
  border-right-color: rgb(255 252 243 / 0.2);
}

.active\:border-x-ozc-alt-50\/25:active {
  border-left-color: rgb(255 252 243 / 0.25);
  border-right-color: rgb(255 252 243 / 0.25);
}

.active\:border-x-ozc-alt-50\/30:active {
  border-left-color: rgb(255 252 243 / 0.3);
  border-right-color: rgb(255 252 243 / 0.3);
}

.active\:border-x-ozc-alt-50\/40:active {
  border-left-color: rgb(255 252 243 / 0.4);
  border-right-color: rgb(255 252 243 / 0.4);
}

.active\:border-x-ozc-alt-50\/5:active {
  border-left-color: rgb(255 252 243 / 0.05);
  border-right-color: rgb(255 252 243 / 0.05);
}

.active\:border-x-ozc-alt-50\/50:active {
  border-left-color: rgb(255 252 243 / 0.5);
  border-right-color: rgb(255 252 243 / 0.5);
}

.active\:border-x-ozc-alt-50\/60:active {
  border-left-color: rgb(255 252 243 / 0.6);
  border-right-color: rgb(255 252 243 / 0.6);
}

.active\:border-x-ozc-alt-50\/70:active {
  border-left-color: rgb(255 252 243 / 0.7);
  border-right-color: rgb(255 252 243 / 0.7);
}

.active\:border-x-ozc-alt-50\/75:active {
  border-left-color: rgb(255 252 243 / 0.75);
  border-right-color: rgb(255 252 243 / 0.75);
}

.active\:border-x-ozc-alt-50\/80:active {
  border-left-color: rgb(255 252 243 / 0.8);
  border-right-color: rgb(255 252 243 / 0.8);
}

.active\:border-x-ozc-alt-50\/90:active {
  border-left-color: rgb(255 252 243 / 0.9);
  border-right-color: rgb(255 252 243 / 0.9);
}

.active\:border-x-ozc-alt-50\/95:active {
  border-left-color: rgb(255 252 243 / 0.95);
  border-right-color: rgb(255 252 243 / 0.95);
}

.active\:border-x-ozc-alt-500:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 204 5 / var(--tw-border-opacity));
  border-right-color: rgb(255 204 5 / var(--tw-border-opacity));
}

.active\:border-x-ozc-alt-500\/0:active {
  border-left-color: rgb(255 204 5 / 0);
  border-right-color: rgb(255 204 5 / 0);
}

.active\:border-x-ozc-alt-500\/10:active {
  border-left-color: rgb(255 204 5 / 0.1);
  border-right-color: rgb(255 204 5 / 0.1);
}

.active\:border-x-ozc-alt-500\/100:active {
  border-left-color: rgb(255 204 5 / 1);
  border-right-color: rgb(255 204 5 / 1);
}

.active\:border-x-ozc-alt-500\/20:active {
  border-left-color: rgb(255 204 5 / 0.2);
  border-right-color: rgb(255 204 5 / 0.2);
}

.active\:border-x-ozc-alt-500\/25:active {
  border-left-color: rgb(255 204 5 / 0.25);
  border-right-color: rgb(255 204 5 / 0.25);
}

.active\:border-x-ozc-alt-500\/30:active {
  border-left-color: rgb(255 204 5 / 0.3);
  border-right-color: rgb(255 204 5 / 0.3);
}

.active\:border-x-ozc-alt-500\/40:active {
  border-left-color: rgb(255 204 5 / 0.4);
  border-right-color: rgb(255 204 5 / 0.4);
}

.active\:border-x-ozc-alt-500\/5:active {
  border-left-color: rgb(255 204 5 / 0.05);
  border-right-color: rgb(255 204 5 / 0.05);
}

.active\:border-x-ozc-alt-500\/50:active {
  border-left-color: rgb(255 204 5 / 0.5);
  border-right-color: rgb(255 204 5 / 0.5);
}

.active\:border-x-ozc-alt-500\/60:active {
  border-left-color: rgb(255 204 5 / 0.6);
  border-right-color: rgb(255 204 5 / 0.6);
}

.active\:border-x-ozc-alt-500\/70:active {
  border-left-color: rgb(255 204 5 / 0.7);
  border-right-color: rgb(255 204 5 / 0.7);
}

.active\:border-x-ozc-alt-500\/75:active {
  border-left-color: rgb(255 204 5 / 0.75);
  border-right-color: rgb(255 204 5 / 0.75);
}

.active\:border-x-ozc-alt-500\/80:active {
  border-left-color: rgb(255 204 5 / 0.8);
  border-right-color: rgb(255 204 5 / 0.8);
}

.active\:border-x-ozc-alt-500\/90:active {
  border-left-color: rgb(255 204 5 / 0.9);
  border-right-color: rgb(255 204 5 / 0.9);
}

.active\:border-x-ozc-alt-500\/95:active {
  border-left-color: rgb(255 204 5 / 0.95);
  border-right-color: rgb(255 204 5 / 0.95);
}

.active\:border-x-ozc-alt-600:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(230 184 5 / var(--tw-border-opacity));
  border-right-color: rgb(230 184 5 / var(--tw-border-opacity));
}

.active\:border-x-ozc-alt-600\/0:active {
  border-left-color: rgb(230 184 5 / 0);
  border-right-color: rgb(230 184 5 / 0);
}

.active\:border-x-ozc-alt-600\/10:active {
  border-left-color: rgb(230 184 5 / 0.1);
  border-right-color: rgb(230 184 5 / 0.1);
}

.active\:border-x-ozc-alt-600\/100:active {
  border-left-color: rgb(230 184 5 / 1);
  border-right-color: rgb(230 184 5 / 1);
}

.active\:border-x-ozc-alt-600\/20:active {
  border-left-color: rgb(230 184 5 / 0.2);
  border-right-color: rgb(230 184 5 / 0.2);
}

.active\:border-x-ozc-alt-600\/25:active {
  border-left-color: rgb(230 184 5 / 0.25);
  border-right-color: rgb(230 184 5 / 0.25);
}

.active\:border-x-ozc-alt-600\/30:active {
  border-left-color: rgb(230 184 5 / 0.3);
  border-right-color: rgb(230 184 5 / 0.3);
}

.active\:border-x-ozc-alt-600\/40:active {
  border-left-color: rgb(230 184 5 / 0.4);
  border-right-color: rgb(230 184 5 / 0.4);
}

.active\:border-x-ozc-alt-600\/5:active {
  border-left-color: rgb(230 184 5 / 0.05);
  border-right-color: rgb(230 184 5 / 0.05);
}

.active\:border-x-ozc-alt-600\/50:active {
  border-left-color: rgb(230 184 5 / 0.5);
  border-right-color: rgb(230 184 5 / 0.5);
}

.active\:border-x-ozc-alt-600\/60:active {
  border-left-color: rgb(230 184 5 / 0.6);
  border-right-color: rgb(230 184 5 / 0.6);
}

.active\:border-x-ozc-alt-600\/70:active {
  border-left-color: rgb(230 184 5 / 0.7);
  border-right-color: rgb(230 184 5 / 0.7);
}

.active\:border-x-ozc-alt-600\/75:active {
  border-left-color: rgb(230 184 5 / 0.75);
  border-right-color: rgb(230 184 5 / 0.75);
}

.active\:border-x-ozc-alt-600\/80:active {
  border-left-color: rgb(230 184 5 / 0.8);
  border-right-color: rgb(230 184 5 / 0.8);
}

.active\:border-x-ozc-alt-600\/90:active {
  border-left-color: rgb(230 184 5 / 0.9);
  border-right-color: rgb(230 184 5 / 0.9);
}

.active\:border-x-ozc-alt-600\/95:active {
  border-left-color: rgb(230 184 5 / 0.95);
  border-right-color: rgb(230 184 5 / 0.95);
}

.active\:border-x-ozc-alt-700:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(153 122 3 / var(--tw-border-opacity));
  border-right-color: rgb(153 122 3 / var(--tw-border-opacity));
}

.active\:border-x-ozc-alt-700\/0:active {
  border-left-color: rgb(153 122 3 / 0);
  border-right-color: rgb(153 122 3 / 0);
}

.active\:border-x-ozc-alt-700\/10:active {
  border-left-color: rgb(153 122 3 / 0.1);
  border-right-color: rgb(153 122 3 / 0.1);
}

.active\:border-x-ozc-alt-700\/100:active {
  border-left-color: rgb(153 122 3 / 1);
  border-right-color: rgb(153 122 3 / 1);
}

.active\:border-x-ozc-alt-700\/20:active {
  border-left-color: rgb(153 122 3 / 0.2);
  border-right-color: rgb(153 122 3 / 0.2);
}

.active\:border-x-ozc-alt-700\/25:active {
  border-left-color: rgb(153 122 3 / 0.25);
  border-right-color: rgb(153 122 3 / 0.25);
}

.active\:border-x-ozc-alt-700\/30:active {
  border-left-color: rgb(153 122 3 / 0.3);
  border-right-color: rgb(153 122 3 / 0.3);
}

.active\:border-x-ozc-alt-700\/40:active {
  border-left-color: rgb(153 122 3 / 0.4);
  border-right-color: rgb(153 122 3 / 0.4);
}

.active\:border-x-ozc-alt-700\/5:active {
  border-left-color: rgb(153 122 3 / 0.05);
  border-right-color: rgb(153 122 3 / 0.05);
}

.active\:border-x-ozc-alt-700\/50:active {
  border-left-color: rgb(153 122 3 / 0.5);
  border-right-color: rgb(153 122 3 / 0.5);
}

.active\:border-x-ozc-alt-700\/60:active {
  border-left-color: rgb(153 122 3 / 0.6);
  border-right-color: rgb(153 122 3 / 0.6);
}

.active\:border-x-ozc-alt-700\/70:active {
  border-left-color: rgb(153 122 3 / 0.7);
  border-right-color: rgb(153 122 3 / 0.7);
}

.active\:border-x-ozc-alt-700\/75:active {
  border-left-color: rgb(153 122 3 / 0.75);
  border-right-color: rgb(153 122 3 / 0.75);
}

.active\:border-x-ozc-alt-700\/80:active {
  border-left-color: rgb(153 122 3 / 0.8);
  border-right-color: rgb(153 122 3 / 0.8);
}

.active\:border-x-ozc-alt-700\/90:active {
  border-left-color: rgb(153 122 3 / 0.9);
  border-right-color: rgb(153 122 3 / 0.9);
}

.active\:border-x-ozc-alt-700\/95:active {
  border-left-color: rgb(153 122 3 / 0.95);
  border-right-color: rgb(153 122 3 / 0.95);
}

.active\:border-x-ozc-alt-800:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(115 92 2 / var(--tw-border-opacity));
  border-right-color: rgb(115 92 2 / var(--tw-border-opacity));
}

.active\:border-x-ozc-alt-800\/0:active {
  border-left-color: rgb(115 92 2 / 0);
  border-right-color: rgb(115 92 2 / 0);
}

.active\:border-x-ozc-alt-800\/10:active {
  border-left-color: rgb(115 92 2 / 0.1);
  border-right-color: rgb(115 92 2 / 0.1);
}

.active\:border-x-ozc-alt-800\/100:active {
  border-left-color: rgb(115 92 2 / 1);
  border-right-color: rgb(115 92 2 / 1);
}

.active\:border-x-ozc-alt-800\/20:active {
  border-left-color: rgb(115 92 2 / 0.2);
  border-right-color: rgb(115 92 2 / 0.2);
}

.active\:border-x-ozc-alt-800\/25:active {
  border-left-color: rgb(115 92 2 / 0.25);
  border-right-color: rgb(115 92 2 / 0.25);
}

.active\:border-x-ozc-alt-800\/30:active {
  border-left-color: rgb(115 92 2 / 0.3);
  border-right-color: rgb(115 92 2 / 0.3);
}

.active\:border-x-ozc-alt-800\/40:active {
  border-left-color: rgb(115 92 2 / 0.4);
  border-right-color: rgb(115 92 2 / 0.4);
}

.active\:border-x-ozc-alt-800\/5:active {
  border-left-color: rgb(115 92 2 / 0.05);
  border-right-color: rgb(115 92 2 / 0.05);
}

.active\:border-x-ozc-alt-800\/50:active {
  border-left-color: rgb(115 92 2 / 0.5);
  border-right-color: rgb(115 92 2 / 0.5);
}

.active\:border-x-ozc-alt-800\/60:active {
  border-left-color: rgb(115 92 2 / 0.6);
  border-right-color: rgb(115 92 2 / 0.6);
}

.active\:border-x-ozc-alt-800\/70:active {
  border-left-color: rgb(115 92 2 / 0.7);
  border-right-color: rgb(115 92 2 / 0.7);
}

.active\:border-x-ozc-alt-800\/75:active {
  border-left-color: rgb(115 92 2 / 0.75);
  border-right-color: rgb(115 92 2 / 0.75);
}

.active\:border-x-ozc-alt-800\/80:active {
  border-left-color: rgb(115 92 2 / 0.8);
  border-right-color: rgb(115 92 2 / 0.8);
}

.active\:border-x-ozc-alt-800\/90:active {
  border-left-color: rgb(115 92 2 / 0.9);
  border-right-color: rgb(115 92 2 / 0.9);
}

.active\:border-x-ozc-alt-800\/95:active {
  border-left-color: rgb(115 92 2 / 0.95);
  border-right-color: rgb(115 92 2 / 0.95);
}

.active\:border-x-ozc-alt-900:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(42 45 51 / var(--tw-border-opacity));
  border-right-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.active\:border-x-ozc-alt-900\/0:active {
  border-left-color: rgb(42 45 51 / 0);
  border-right-color: rgb(42 45 51 / 0);
}

.active\:border-x-ozc-alt-900\/10:active {
  border-left-color: rgb(42 45 51 / 0.1);
  border-right-color: rgb(42 45 51 / 0.1);
}

.active\:border-x-ozc-alt-900\/100:active {
  border-left-color: rgb(42 45 51 / 1);
  border-right-color: rgb(42 45 51 / 1);
}

.active\:border-x-ozc-alt-900\/20:active {
  border-left-color: rgb(42 45 51 / 0.2);
  border-right-color: rgb(42 45 51 / 0.2);
}

.active\:border-x-ozc-alt-900\/25:active {
  border-left-color: rgb(42 45 51 / 0.25);
  border-right-color: rgb(42 45 51 / 0.25);
}

.active\:border-x-ozc-alt-900\/30:active {
  border-left-color: rgb(42 45 51 / 0.3);
  border-right-color: rgb(42 45 51 / 0.3);
}

.active\:border-x-ozc-alt-900\/40:active {
  border-left-color: rgb(42 45 51 / 0.4);
  border-right-color: rgb(42 45 51 / 0.4);
}

.active\:border-x-ozc-alt-900\/5:active {
  border-left-color: rgb(42 45 51 / 0.05);
  border-right-color: rgb(42 45 51 / 0.05);
}

.active\:border-x-ozc-alt-900\/50:active {
  border-left-color: rgb(42 45 51 / 0.5);
  border-right-color: rgb(42 45 51 / 0.5);
}

.active\:border-x-ozc-alt-900\/60:active {
  border-left-color: rgb(42 45 51 / 0.6);
  border-right-color: rgb(42 45 51 / 0.6);
}

.active\:border-x-ozc-alt-900\/70:active {
  border-left-color: rgb(42 45 51 / 0.7);
  border-right-color: rgb(42 45 51 / 0.7);
}

.active\:border-x-ozc-alt-900\/75:active {
  border-left-color: rgb(42 45 51 / 0.75);
  border-right-color: rgb(42 45 51 / 0.75);
}

.active\:border-x-ozc-alt-900\/80:active {
  border-left-color: rgb(42 45 51 / 0.8);
  border-right-color: rgb(42 45 51 / 0.8);
}

.active\:border-x-ozc-alt-900\/90:active {
  border-left-color: rgb(42 45 51 / 0.9);
  border-right-color: rgb(42 45 51 / 0.9);
}

.active\:border-x-ozc-alt-900\/95:active {
  border-left-color: rgb(42 45 51 / 0.95);
  border-right-color: rgb(42 45 51 / 0.95);
}

.active\:border-x-pink-100:active {
  --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));
}

.active\:border-x-pink-100\/0:active {
  border-left-color: rgb(252 231 243 / 0);
  border-right-color: rgb(252 231 243 / 0);
}

.active\:border-x-pink-100\/10:active {
  border-left-color: rgb(252 231 243 / 0.1);
  border-right-color: rgb(252 231 243 / 0.1);
}

.active\:border-x-pink-100\/100:active {
  border-left-color: rgb(252 231 243 / 1);
  border-right-color: rgb(252 231 243 / 1);
}

.active\:border-x-pink-100\/20:active {
  border-left-color: rgb(252 231 243 / 0.2);
  border-right-color: rgb(252 231 243 / 0.2);
}

.active\:border-x-pink-100\/25:active {
  border-left-color: rgb(252 231 243 / 0.25);
  border-right-color: rgb(252 231 243 / 0.25);
}

.active\:border-x-pink-100\/30:active {
  border-left-color: rgb(252 231 243 / 0.3);
  border-right-color: rgb(252 231 243 / 0.3);
}

.active\:border-x-pink-100\/40:active {
  border-left-color: rgb(252 231 243 / 0.4);
  border-right-color: rgb(252 231 243 / 0.4);
}

.active\:border-x-pink-100\/5:active {
  border-left-color: rgb(252 231 243 / 0.05);
  border-right-color: rgb(252 231 243 / 0.05);
}

.active\:border-x-pink-100\/50:active {
  border-left-color: rgb(252 231 243 / 0.5);
  border-right-color: rgb(252 231 243 / 0.5);
}

.active\:border-x-pink-100\/60:active {
  border-left-color: rgb(252 231 243 / 0.6);
  border-right-color: rgb(252 231 243 / 0.6);
}

.active\:border-x-pink-100\/70:active {
  border-left-color: rgb(252 231 243 / 0.7);
  border-right-color: rgb(252 231 243 / 0.7);
}

.active\:border-x-pink-100\/75:active {
  border-left-color: rgb(252 231 243 / 0.75);
  border-right-color: rgb(252 231 243 / 0.75);
}

.active\:border-x-pink-100\/80:active {
  border-left-color: rgb(252 231 243 / 0.8);
  border-right-color: rgb(252 231 243 / 0.8);
}

.active\:border-x-pink-100\/90:active {
  border-left-color: rgb(252 231 243 / 0.9);
  border-right-color: rgb(252 231 243 / 0.9);
}

.active\:border-x-pink-100\/95:active {
  border-left-color: rgb(252 231 243 / 0.95);
  border-right-color: rgb(252 231 243 / 0.95);
}

.active\:border-x-pink-200:active {
  --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));
}

.active\:border-x-pink-200\/0:active {
  border-left-color: rgb(251 207 232 / 0);
  border-right-color: rgb(251 207 232 / 0);
}

.active\:border-x-pink-200\/10:active {
  border-left-color: rgb(251 207 232 / 0.1);
  border-right-color: rgb(251 207 232 / 0.1);
}

.active\:border-x-pink-200\/100:active {
  border-left-color: rgb(251 207 232 / 1);
  border-right-color: rgb(251 207 232 / 1);
}

.active\:border-x-pink-200\/20:active {
  border-left-color: rgb(251 207 232 / 0.2);
  border-right-color: rgb(251 207 232 / 0.2);
}

.active\:border-x-pink-200\/25:active {
  border-left-color: rgb(251 207 232 / 0.25);
  border-right-color: rgb(251 207 232 / 0.25);
}

.active\:border-x-pink-200\/30:active {
  border-left-color: rgb(251 207 232 / 0.3);
  border-right-color: rgb(251 207 232 / 0.3);
}

.active\:border-x-pink-200\/40:active {
  border-left-color: rgb(251 207 232 / 0.4);
  border-right-color: rgb(251 207 232 / 0.4);
}

.active\:border-x-pink-200\/5:active {
  border-left-color: rgb(251 207 232 / 0.05);
  border-right-color: rgb(251 207 232 / 0.05);
}

.active\:border-x-pink-200\/50:active {
  border-left-color: rgb(251 207 232 / 0.5);
  border-right-color: rgb(251 207 232 / 0.5);
}

.active\:border-x-pink-200\/60:active {
  border-left-color: rgb(251 207 232 / 0.6);
  border-right-color: rgb(251 207 232 / 0.6);
}

.active\:border-x-pink-200\/70:active {
  border-left-color: rgb(251 207 232 / 0.7);
  border-right-color: rgb(251 207 232 / 0.7);
}

.active\:border-x-pink-200\/75:active {
  border-left-color: rgb(251 207 232 / 0.75);
  border-right-color: rgb(251 207 232 / 0.75);
}

.active\:border-x-pink-200\/80:active {
  border-left-color: rgb(251 207 232 / 0.8);
  border-right-color: rgb(251 207 232 / 0.8);
}

.active\:border-x-pink-200\/90:active {
  border-left-color: rgb(251 207 232 / 0.9);
  border-right-color: rgb(251 207 232 / 0.9);
}

.active\:border-x-pink-200\/95:active {
  border-left-color: rgb(251 207 232 / 0.95);
  border-right-color: rgb(251 207 232 / 0.95);
}

.active\:border-x-pink-300:active {
  --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));
}

.active\:border-x-pink-300\/0:active {
  border-left-color: rgb(249 168 212 / 0);
  border-right-color: rgb(249 168 212 / 0);
}

.active\:border-x-pink-300\/10:active {
  border-left-color: rgb(249 168 212 / 0.1);
  border-right-color: rgb(249 168 212 / 0.1);
}

.active\:border-x-pink-300\/100:active {
  border-left-color: rgb(249 168 212 / 1);
  border-right-color: rgb(249 168 212 / 1);
}

.active\:border-x-pink-300\/20:active {
  border-left-color: rgb(249 168 212 / 0.2);
  border-right-color: rgb(249 168 212 / 0.2);
}

.active\:border-x-pink-300\/25:active {
  border-left-color: rgb(249 168 212 / 0.25);
  border-right-color: rgb(249 168 212 / 0.25);
}

.active\:border-x-pink-300\/30:active {
  border-left-color: rgb(249 168 212 / 0.3);
  border-right-color: rgb(249 168 212 / 0.3);
}

.active\:border-x-pink-300\/40:active {
  border-left-color: rgb(249 168 212 / 0.4);
  border-right-color: rgb(249 168 212 / 0.4);
}

.active\:border-x-pink-300\/5:active {
  border-left-color: rgb(249 168 212 / 0.05);
  border-right-color: rgb(249 168 212 / 0.05);
}

.active\:border-x-pink-300\/50:active {
  border-left-color: rgb(249 168 212 / 0.5);
  border-right-color: rgb(249 168 212 / 0.5);
}

.active\:border-x-pink-300\/60:active {
  border-left-color: rgb(249 168 212 / 0.6);
  border-right-color: rgb(249 168 212 / 0.6);
}

.active\:border-x-pink-300\/70:active {
  border-left-color: rgb(249 168 212 / 0.7);
  border-right-color: rgb(249 168 212 / 0.7);
}

.active\:border-x-pink-300\/75:active {
  border-left-color: rgb(249 168 212 / 0.75);
  border-right-color: rgb(249 168 212 / 0.75);
}

.active\:border-x-pink-300\/80:active {
  border-left-color: rgb(249 168 212 / 0.8);
  border-right-color: rgb(249 168 212 / 0.8);
}

.active\:border-x-pink-300\/90:active {
  border-left-color: rgb(249 168 212 / 0.9);
  border-right-color: rgb(249 168 212 / 0.9);
}

.active\:border-x-pink-300\/95:active {
  border-left-color: rgb(249 168 212 / 0.95);
  border-right-color: rgb(249 168 212 / 0.95);
}

.active\:border-x-pink-400:active {
  --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));
}

.active\:border-x-pink-400\/0:active {
  border-left-color: rgb(244 114 182 / 0);
  border-right-color: rgb(244 114 182 / 0);
}

.active\:border-x-pink-400\/10:active {
  border-left-color: rgb(244 114 182 / 0.1);
  border-right-color: rgb(244 114 182 / 0.1);
}

.active\:border-x-pink-400\/100:active {
  border-left-color: rgb(244 114 182 / 1);
  border-right-color: rgb(244 114 182 / 1);
}

.active\:border-x-pink-400\/20:active {
  border-left-color: rgb(244 114 182 / 0.2);
  border-right-color: rgb(244 114 182 / 0.2);
}

.active\:border-x-pink-400\/25:active {
  border-left-color: rgb(244 114 182 / 0.25);
  border-right-color: rgb(244 114 182 / 0.25);
}

.active\:border-x-pink-400\/30:active {
  border-left-color: rgb(244 114 182 / 0.3);
  border-right-color: rgb(244 114 182 / 0.3);
}

.active\:border-x-pink-400\/40:active {
  border-left-color: rgb(244 114 182 / 0.4);
  border-right-color: rgb(244 114 182 / 0.4);
}

.active\:border-x-pink-400\/5:active {
  border-left-color: rgb(244 114 182 / 0.05);
  border-right-color: rgb(244 114 182 / 0.05);
}

.active\:border-x-pink-400\/50:active {
  border-left-color: rgb(244 114 182 / 0.5);
  border-right-color: rgb(244 114 182 / 0.5);
}

.active\:border-x-pink-400\/60:active {
  border-left-color: rgb(244 114 182 / 0.6);
  border-right-color: rgb(244 114 182 / 0.6);
}

.active\:border-x-pink-400\/70:active {
  border-left-color: rgb(244 114 182 / 0.7);
  border-right-color: rgb(244 114 182 / 0.7);
}

.active\:border-x-pink-400\/75:active {
  border-left-color: rgb(244 114 182 / 0.75);
  border-right-color: rgb(244 114 182 / 0.75);
}

.active\:border-x-pink-400\/80:active {
  border-left-color: rgb(244 114 182 / 0.8);
  border-right-color: rgb(244 114 182 / 0.8);
}

.active\:border-x-pink-400\/90:active {
  border-left-color: rgb(244 114 182 / 0.9);
  border-right-color: rgb(244 114 182 / 0.9);
}

.active\:border-x-pink-400\/95:active {
  border-left-color: rgb(244 114 182 / 0.95);
  border-right-color: rgb(244 114 182 / 0.95);
}

.active\:border-x-pink-50:active {
  --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));
}

.active\:border-x-pink-50\/0:active {
  border-left-color: rgb(253 242 248 / 0);
  border-right-color: rgb(253 242 248 / 0);
}

.active\:border-x-pink-50\/10:active {
  border-left-color: rgb(253 242 248 / 0.1);
  border-right-color: rgb(253 242 248 / 0.1);
}

.active\:border-x-pink-50\/100:active {
  border-left-color: rgb(253 242 248 / 1);
  border-right-color: rgb(253 242 248 / 1);
}

.active\:border-x-pink-50\/20:active {
  border-left-color: rgb(253 242 248 / 0.2);
  border-right-color: rgb(253 242 248 / 0.2);
}

.active\:border-x-pink-50\/25:active {
  border-left-color: rgb(253 242 248 / 0.25);
  border-right-color: rgb(253 242 248 / 0.25);
}

.active\:border-x-pink-50\/30:active {
  border-left-color: rgb(253 242 248 / 0.3);
  border-right-color: rgb(253 242 248 / 0.3);
}

.active\:border-x-pink-50\/40:active {
  border-left-color: rgb(253 242 248 / 0.4);
  border-right-color: rgb(253 242 248 / 0.4);
}

.active\:border-x-pink-50\/5:active {
  border-left-color: rgb(253 242 248 / 0.05);
  border-right-color: rgb(253 242 248 / 0.05);
}

.active\:border-x-pink-50\/50:active {
  border-left-color: rgb(253 242 248 / 0.5);
  border-right-color: rgb(253 242 248 / 0.5);
}

.active\:border-x-pink-50\/60:active {
  border-left-color: rgb(253 242 248 / 0.6);
  border-right-color: rgb(253 242 248 / 0.6);
}

.active\:border-x-pink-50\/70:active {
  border-left-color: rgb(253 242 248 / 0.7);
  border-right-color: rgb(253 242 248 / 0.7);
}

.active\:border-x-pink-50\/75:active {
  border-left-color: rgb(253 242 248 / 0.75);
  border-right-color: rgb(253 242 248 / 0.75);
}

.active\:border-x-pink-50\/80:active {
  border-left-color: rgb(253 242 248 / 0.8);
  border-right-color: rgb(253 242 248 / 0.8);
}

.active\:border-x-pink-50\/90:active {
  border-left-color: rgb(253 242 248 / 0.9);
  border-right-color: rgb(253 242 248 / 0.9);
}

.active\:border-x-pink-50\/95:active {
  border-left-color: rgb(253 242 248 / 0.95);
  border-right-color: rgb(253 242 248 / 0.95);
}

.active\:border-x-pink-500:active {
  --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));
}

.active\:border-x-pink-500\/0:active {
  border-left-color: rgb(236 72 153 / 0);
  border-right-color: rgb(236 72 153 / 0);
}

.active\:border-x-pink-500\/10:active {
  border-left-color: rgb(236 72 153 / 0.1);
  border-right-color: rgb(236 72 153 / 0.1);
}

.active\:border-x-pink-500\/100:active {
  border-left-color: rgb(236 72 153 / 1);
  border-right-color: rgb(236 72 153 / 1);
}

.active\:border-x-pink-500\/20:active {
  border-left-color: rgb(236 72 153 / 0.2);
  border-right-color: rgb(236 72 153 / 0.2);
}

.active\:border-x-pink-500\/25:active {
  border-left-color: rgb(236 72 153 / 0.25);
  border-right-color: rgb(236 72 153 / 0.25);
}

.active\:border-x-pink-500\/30:active {
  border-left-color: rgb(236 72 153 / 0.3);
  border-right-color: rgb(236 72 153 / 0.3);
}

.active\:border-x-pink-500\/40:active {
  border-left-color: rgb(236 72 153 / 0.4);
  border-right-color: rgb(236 72 153 / 0.4);
}

.active\:border-x-pink-500\/5:active {
  border-left-color: rgb(236 72 153 / 0.05);
  border-right-color: rgb(236 72 153 / 0.05);
}

.active\:border-x-pink-500\/50:active {
  border-left-color: rgb(236 72 153 / 0.5);
  border-right-color: rgb(236 72 153 / 0.5);
}

.active\:border-x-pink-500\/60:active {
  border-left-color: rgb(236 72 153 / 0.6);
  border-right-color: rgb(236 72 153 / 0.6);
}

.active\:border-x-pink-500\/70:active {
  border-left-color: rgb(236 72 153 / 0.7);
  border-right-color: rgb(236 72 153 / 0.7);
}

.active\:border-x-pink-500\/75:active {
  border-left-color: rgb(236 72 153 / 0.75);
  border-right-color: rgb(236 72 153 / 0.75);
}

.active\:border-x-pink-500\/80:active {
  border-left-color: rgb(236 72 153 / 0.8);
  border-right-color: rgb(236 72 153 / 0.8);
}

.active\:border-x-pink-500\/90:active {
  border-left-color: rgb(236 72 153 / 0.9);
  border-right-color: rgb(236 72 153 / 0.9);
}

.active\:border-x-pink-500\/95:active {
  border-left-color: rgb(236 72 153 / 0.95);
  border-right-color: rgb(236 72 153 / 0.95);
}

.active\:border-x-pink-600:active {
  --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));
}

.active\:border-x-pink-600\/0:active {
  border-left-color: rgb(219 39 119 / 0);
  border-right-color: rgb(219 39 119 / 0);
}

.active\:border-x-pink-600\/10:active {
  border-left-color: rgb(219 39 119 / 0.1);
  border-right-color: rgb(219 39 119 / 0.1);
}

.active\:border-x-pink-600\/100:active {
  border-left-color: rgb(219 39 119 / 1);
  border-right-color: rgb(219 39 119 / 1);
}

.active\:border-x-pink-600\/20:active {
  border-left-color: rgb(219 39 119 / 0.2);
  border-right-color: rgb(219 39 119 / 0.2);
}

.active\:border-x-pink-600\/25:active {
  border-left-color: rgb(219 39 119 / 0.25);
  border-right-color: rgb(219 39 119 / 0.25);
}

.active\:border-x-pink-600\/30:active {
  border-left-color: rgb(219 39 119 / 0.3);
  border-right-color: rgb(219 39 119 / 0.3);
}

.active\:border-x-pink-600\/40:active {
  border-left-color: rgb(219 39 119 / 0.4);
  border-right-color: rgb(219 39 119 / 0.4);
}

.active\:border-x-pink-600\/5:active {
  border-left-color: rgb(219 39 119 / 0.05);
  border-right-color: rgb(219 39 119 / 0.05);
}

.active\:border-x-pink-600\/50:active {
  border-left-color: rgb(219 39 119 / 0.5);
  border-right-color: rgb(219 39 119 / 0.5);
}

.active\:border-x-pink-600\/60:active {
  border-left-color: rgb(219 39 119 / 0.6);
  border-right-color: rgb(219 39 119 / 0.6);
}

.active\:border-x-pink-600\/70:active {
  border-left-color: rgb(219 39 119 / 0.7);
  border-right-color: rgb(219 39 119 / 0.7);
}

.active\:border-x-pink-600\/75:active {
  border-left-color: rgb(219 39 119 / 0.75);
  border-right-color: rgb(219 39 119 / 0.75);
}

.active\:border-x-pink-600\/80:active {
  border-left-color: rgb(219 39 119 / 0.8);
  border-right-color: rgb(219 39 119 / 0.8);
}

.active\:border-x-pink-600\/90:active {
  border-left-color: rgb(219 39 119 / 0.9);
  border-right-color: rgb(219 39 119 / 0.9);
}

.active\:border-x-pink-600\/95:active {
  border-left-color: rgb(219 39 119 / 0.95);
  border-right-color: rgb(219 39 119 / 0.95);
}

.active\:border-x-pink-700:active {
  --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));
}

.active\:border-x-pink-700\/0:active {
  border-left-color: rgb(190 24 93 / 0);
  border-right-color: rgb(190 24 93 / 0);
}

.active\:border-x-pink-700\/10:active {
  border-left-color: rgb(190 24 93 / 0.1);
  border-right-color: rgb(190 24 93 / 0.1);
}

.active\:border-x-pink-700\/100:active {
  border-left-color: rgb(190 24 93 / 1);
  border-right-color: rgb(190 24 93 / 1);
}

.active\:border-x-pink-700\/20:active {
  border-left-color: rgb(190 24 93 / 0.2);
  border-right-color: rgb(190 24 93 / 0.2);
}

.active\:border-x-pink-700\/25:active {
  border-left-color: rgb(190 24 93 / 0.25);
  border-right-color: rgb(190 24 93 / 0.25);
}

.active\:border-x-pink-700\/30:active {
  border-left-color: rgb(190 24 93 / 0.3);
  border-right-color: rgb(190 24 93 / 0.3);
}

.active\:border-x-pink-700\/40:active {
  border-left-color: rgb(190 24 93 / 0.4);
  border-right-color: rgb(190 24 93 / 0.4);
}

.active\:border-x-pink-700\/5:active {
  border-left-color: rgb(190 24 93 / 0.05);
  border-right-color: rgb(190 24 93 / 0.05);
}

.active\:border-x-pink-700\/50:active {
  border-left-color: rgb(190 24 93 / 0.5);
  border-right-color: rgb(190 24 93 / 0.5);
}

.active\:border-x-pink-700\/60:active {
  border-left-color: rgb(190 24 93 / 0.6);
  border-right-color: rgb(190 24 93 / 0.6);
}

.active\:border-x-pink-700\/70:active {
  border-left-color: rgb(190 24 93 / 0.7);
  border-right-color: rgb(190 24 93 / 0.7);
}

.active\:border-x-pink-700\/75:active {
  border-left-color: rgb(190 24 93 / 0.75);
  border-right-color: rgb(190 24 93 / 0.75);
}

.active\:border-x-pink-700\/80:active {
  border-left-color: rgb(190 24 93 / 0.8);
  border-right-color: rgb(190 24 93 / 0.8);
}

.active\:border-x-pink-700\/90:active {
  border-left-color: rgb(190 24 93 / 0.9);
  border-right-color: rgb(190 24 93 / 0.9);
}

.active\:border-x-pink-700\/95:active {
  border-left-color: rgb(190 24 93 / 0.95);
  border-right-color: rgb(190 24 93 / 0.95);
}

.active\:border-x-pink-800:active {
  --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));
}

.active\:border-x-pink-800\/0:active {
  border-left-color: rgb(157 23 77 / 0);
  border-right-color: rgb(157 23 77 / 0);
}

.active\:border-x-pink-800\/10:active {
  border-left-color: rgb(157 23 77 / 0.1);
  border-right-color: rgb(157 23 77 / 0.1);
}

.active\:border-x-pink-800\/100:active {
  border-left-color: rgb(157 23 77 / 1);
  border-right-color: rgb(157 23 77 / 1);
}

.active\:border-x-pink-800\/20:active {
  border-left-color: rgb(157 23 77 / 0.2);
  border-right-color: rgb(157 23 77 / 0.2);
}

.active\:border-x-pink-800\/25:active {
  border-left-color: rgb(157 23 77 / 0.25);
  border-right-color: rgb(157 23 77 / 0.25);
}

.active\:border-x-pink-800\/30:active {
  border-left-color: rgb(157 23 77 / 0.3);
  border-right-color: rgb(157 23 77 / 0.3);
}

.active\:border-x-pink-800\/40:active {
  border-left-color: rgb(157 23 77 / 0.4);
  border-right-color: rgb(157 23 77 / 0.4);
}

.active\:border-x-pink-800\/5:active {
  border-left-color: rgb(157 23 77 / 0.05);
  border-right-color: rgb(157 23 77 / 0.05);
}

.active\:border-x-pink-800\/50:active {
  border-left-color: rgb(157 23 77 / 0.5);
  border-right-color: rgb(157 23 77 / 0.5);
}

.active\:border-x-pink-800\/60:active {
  border-left-color: rgb(157 23 77 / 0.6);
  border-right-color: rgb(157 23 77 / 0.6);
}

.active\:border-x-pink-800\/70:active {
  border-left-color: rgb(157 23 77 / 0.7);
  border-right-color: rgb(157 23 77 / 0.7);
}

.active\:border-x-pink-800\/75:active {
  border-left-color: rgb(157 23 77 / 0.75);
  border-right-color: rgb(157 23 77 / 0.75);
}

.active\:border-x-pink-800\/80:active {
  border-left-color: rgb(157 23 77 / 0.8);
  border-right-color: rgb(157 23 77 / 0.8);
}

.active\:border-x-pink-800\/90:active {
  border-left-color: rgb(157 23 77 / 0.9);
  border-right-color: rgb(157 23 77 / 0.9);
}

.active\:border-x-pink-800\/95:active {
  border-left-color: rgb(157 23 77 / 0.95);
  border-right-color: rgb(157 23 77 / 0.95);
}

.active\:border-x-pink-900:active {
  --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));
}

.active\:border-x-pink-900\/0:active {
  border-left-color: rgb(131 24 67 / 0);
  border-right-color: rgb(131 24 67 / 0);
}

.active\:border-x-pink-900\/10:active {
  border-left-color: rgb(131 24 67 / 0.1);
  border-right-color: rgb(131 24 67 / 0.1);
}

.active\:border-x-pink-900\/100:active {
  border-left-color: rgb(131 24 67 / 1);
  border-right-color: rgb(131 24 67 / 1);
}

.active\:border-x-pink-900\/20:active {
  border-left-color: rgb(131 24 67 / 0.2);
  border-right-color: rgb(131 24 67 / 0.2);
}

.active\:border-x-pink-900\/25:active {
  border-left-color: rgb(131 24 67 / 0.25);
  border-right-color: rgb(131 24 67 / 0.25);
}

.active\:border-x-pink-900\/30:active {
  border-left-color: rgb(131 24 67 / 0.3);
  border-right-color: rgb(131 24 67 / 0.3);
}

.active\:border-x-pink-900\/40:active {
  border-left-color: rgb(131 24 67 / 0.4);
  border-right-color: rgb(131 24 67 / 0.4);
}

.active\:border-x-pink-900\/5:active {
  border-left-color: rgb(131 24 67 / 0.05);
  border-right-color: rgb(131 24 67 / 0.05);
}

.active\:border-x-pink-900\/50:active {
  border-left-color: rgb(131 24 67 / 0.5);
  border-right-color: rgb(131 24 67 / 0.5);
}

.active\:border-x-pink-900\/60:active {
  border-left-color: rgb(131 24 67 / 0.6);
  border-right-color: rgb(131 24 67 / 0.6);
}

.active\:border-x-pink-900\/70:active {
  border-left-color: rgb(131 24 67 / 0.7);
  border-right-color: rgb(131 24 67 / 0.7);
}

.active\:border-x-pink-900\/75:active {
  border-left-color: rgb(131 24 67 / 0.75);
  border-right-color: rgb(131 24 67 / 0.75);
}

.active\:border-x-pink-900\/80:active {
  border-left-color: rgb(131 24 67 / 0.8);
  border-right-color: rgb(131 24 67 / 0.8);
}

.active\:border-x-pink-900\/90:active {
  border-left-color: rgb(131 24 67 / 0.9);
  border-right-color: rgb(131 24 67 / 0.9);
}

.active\:border-x-pink-900\/95:active {
  border-left-color: rgb(131 24 67 / 0.95);
  border-right-color: rgb(131 24 67 / 0.95);
}

.active\:border-x-pink-950:active {
  --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));
}

.active\:border-x-pink-950\/0:active {
  border-left-color: rgb(80 7 36 / 0);
  border-right-color: rgb(80 7 36 / 0);
}

.active\:border-x-pink-950\/10:active {
  border-left-color: rgb(80 7 36 / 0.1);
  border-right-color: rgb(80 7 36 / 0.1);
}

.active\:border-x-pink-950\/100:active {
  border-left-color: rgb(80 7 36 / 1);
  border-right-color: rgb(80 7 36 / 1);
}

.active\:border-x-pink-950\/20:active {
  border-left-color: rgb(80 7 36 / 0.2);
  border-right-color: rgb(80 7 36 / 0.2);
}

.active\:border-x-pink-950\/25:active {
  border-left-color: rgb(80 7 36 / 0.25);
  border-right-color: rgb(80 7 36 / 0.25);
}

.active\:border-x-pink-950\/30:active {
  border-left-color: rgb(80 7 36 / 0.3);
  border-right-color: rgb(80 7 36 / 0.3);
}

.active\:border-x-pink-950\/40:active {
  border-left-color: rgb(80 7 36 / 0.4);
  border-right-color: rgb(80 7 36 / 0.4);
}

.active\:border-x-pink-950\/5:active {
  border-left-color: rgb(80 7 36 / 0.05);
  border-right-color: rgb(80 7 36 / 0.05);
}

.active\:border-x-pink-950\/50:active {
  border-left-color: rgb(80 7 36 / 0.5);
  border-right-color: rgb(80 7 36 / 0.5);
}

.active\:border-x-pink-950\/60:active {
  border-left-color: rgb(80 7 36 / 0.6);
  border-right-color: rgb(80 7 36 / 0.6);
}

.active\:border-x-pink-950\/70:active {
  border-left-color: rgb(80 7 36 / 0.7);
  border-right-color: rgb(80 7 36 / 0.7);
}

.active\:border-x-pink-950\/75:active {
  border-left-color: rgb(80 7 36 / 0.75);
  border-right-color: rgb(80 7 36 / 0.75);
}

.active\:border-x-pink-950\/80:active {
  border-left-color: rgb(80 7 36 / 0.8);
  border-right-color: rgb(80 7 36 / 0.8);
}

.active\:border-x-pink-950\/90:active {
  border-left-color: rgb(80 7 36 / 0.9);
  border-right-color: rgb(80 7 36 / 0.9);
}

.active\:border-x-pink-950\/95:active {
  border-left-color: rgb(80 7 36 / 0.95);
  border-right-color: rgb(80 7 36 / 0.95);
}

.active\:border-x-purple-100:active {
  --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));
}

.active\:border-x-purple-100\/0:active {
  border-left-color: rgb(243 232 255 / 0);
  border-right-color: rgb(243 232 255 / 0);
}

.active\:border-x-purple-100\/10:active {
  border-left-color: rgb(243 232 255 / 0.1);
  border-right-color: rgb(243 232 255 / 0.1);
}

.active\:border-x-purple-100\/100:active {
  border-left-color: rgb(243 232 255 / 1);
  border-right-color: rgb(243 232 255 / 1);
}

.active\:border-x-purple-100\/20:active {
  border-left-color: rgb(243 232 255 / 0.2);
  border-right-color: rgb(243 232 255 / 0.2);
}

.active\:border-x-purple-100\/25:active {
  border-left-color: rgb(243 232 255 / 0.25);
  border-right-color: rgb(243 232 255 / 0.25);
}

.active\:border-x-purple-100\/30:active {
  border-left-color: rgb(243 232 255 / 0.3);
  border-right-color: rgb(243 232 255 / 0.3);
}

.active\:border-x-purple-100\/40:active {
  border-left-color: rgb(243 232 255 / 0.4);
  border-right-color: rgb(243 232 255 / 0.4);
}

.active\:border-x-purple-100\/5:active {
  border-left-color: rgb(243 232 255 / 0.05);
  border-right-color: rgb(243 232 255 / 0.05);
}

.active\:border-x-purple-100\/50:active {
  border-left-color: rgb(243 232 255 / 0.5);
  border-right-color: rgb(243 232 255 / 0.5);
}

.active\:border-x-purple-100\/60:active {
  border-left-color: rgb(243 232 255 / 0.6);
  border-right-color: rgb(243 232 255 / 0.6);
}

.active\:border-x-purple-100\/70:active {
  border-left-color: rgb(243 232 255 / 0.7);
  border-right-color: rgb(243 232 255 / 0.7);
}

.active\:border-x-purple-100\/75:active {
  border-left-color: rgb(243 232 255 / 0.75);
  border-right-color: rgb(243 232 255 / 0.75);
}

.active\:border-x-purple-100\/80:active {
  border-left-color: rgb(243 232 255 / 0.8);
  border-right-color: rgb(243 232 255 / 0.8);
}

.active\:border-x-purple-100\/90:active {
  border-left-color: rgb(243 232 255 / 0.9);
  border-right-color: rgb(243 232 255 / 0.9);
}

.active\:border-x-purple-100\/95:active {
  border-left-color: rgb(243 232 255 / 0.95);
  border-right-color: rgb(243 232 255 / 0.95);
}

.active\:border-x-purple-200:active {
  --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));
}

.active\:border-x-purple-200\/0:active {
  border-left-color: rgb(233 213 255 / 0);
  border-right-color: rgb(233 213 255 / 0);
}

.active\:border-x-purple-200\/10:active {
  border-left-color: rgb(233 213 255 / 0.1);
  border-right-color: rgb(233 213 255 / 0.1);
}

.active\:border-x-purple-200\/100:active {
  border-left-color: rgb(233 213 255 / 1);
  border-right-color: rgb(233 213 255 / 1);
}

.active\:border-x-purple-200\/20:active {
  border-left-color: rgb(233 213 255 / 0.2);
  border-right-color: rgb(233 213 255 / 0.2);
}

.active\:border-x-purple-200\/25:active {
  border-left-color: rgb(233 213 255 / 0.25);
  border-right-color: rgb(233 213 255 / 0.25);
}

.active\:border-x-purple-200\/30:active {
  border-left-color: rgb(233 213 255 / 0.3);
  border-right-color: rgb(233 213 255 / 0.3);
}

.active\:border-x-purple-200\/40:active {
  border-left-color: rgb(233 213 255 / 0.4);
  border-right-color: rgb(233 213 255 / 0.4);
}

.active\:border-x-purple-200\/5:active {
  border-left-color: rgb(233 213 255 / 0.05);
  border-right-color: rgb(233 213 255 / 0.05);
}

.active\:border-x-purple-200\/50:active {
  border-left-color: rgb(233 213 255 / 0.5);
  border-right-color: rgb(233 213 255 / 0.5);
}

.active\:border-x-purple-200\/60:active {
  border-left-color: rgb(233 213 255 / 0.6);
  border-right-color: rgb(233 213 255 / 0.6);
}

.active\:border-x-purple-200\/70:active {
  border-left-color: rgb(233 213 255 / 0.7);
  border-right-color: rgb(233 213 255 / 0.7);
}

.active\:border-x-purple-200\/75:active {
  border-left-color: rgb(233 213 255 / 0.75);
  border-right-color: rgb(233 213 255 / 0.75);
}

.active\:border-x-purple-200\/80:active {
  border-left-color: rgb(233 213 255 / 0.8);
  border-right-color: rgb(233 213 255 / 0.8);
}

.active\:border-x-purple-200\/90:active {
  border-left-color: rgb(233 213 255 / 0.9);
  border-right-color: rgb(233 213 255 / 0.9);
}

.active\:border-x-purple-200\/95:active {
  border-left-color: rgb(233 213 255 / 0.95);
  border-right-color: rgb(233 213 255 / 0.95);
}

.active\:border-x-purple-300:active {
  --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));
}

.active\:border-x-purple-300\/0:active {
  border-left-color: rgb(216 180 254 / 0);
  border-right-color: rgb(216 180 254 / 0);
}

.active\:border-x-purple-300\/10:active {
  border-left-color: rgb(216 180 254 / 0.1);
  border-right-color: rgb(216 180 254 / 0.1);
}

.active\:border-x-purple-300\/100:active {
  border-left-color: rgb(216 180 254 / 1);
  border-right-color: rgb(216 180 254 / 1);
}

.active\:border-x-purple-300\/20:active {
  border-left-color: rgb(216 180 254 / 0.2);
  border-right-color: rgb(216 180 254 / 0.2);
}

.active\:border-x-purple-300\/25:active {
  border-left-color: rgb(216 180 254 / 0.25);
  border-right-color: rgb(216 180 254 / 0.25);
}

.active\:border-x-purple-300\/30:active {
  border-left-color: rgb(216 180 254 / 0.3);
  border-right-color: rgb(216 180 254 / 0.3);
}

.active\:border-x-purple-300\/40:active {
  border-left-color: rgb(216 180 254 / 0.4);
  border-right-color: rgb(216 180 254 / 0.4);
}

.active\:border-x-purple-300\/5:active {
  border-left-color: rgb(216 180 254 / 0.05);
  border-right-color: rgb(216 180 254 / 0.05);
}

.active\:border-x-purple-300\/50:active {
  border-left-color: rgb(216 180 254 / 0.5);
  border-right-color: rgb(216 180 254 / 0.5);
}

.active\:border-x-purple-300\/60:active {
  border-left-color: rgb(216 180 254 / 0.6);
  border-right-color: rgb(216 180 254 / 0.6);
}

.active\:border-x-purple-300\/70:active {
  border-left-color: rgb(216 180 254 / 0.7);
  border-right-color: rgb(216 180 254 / 0.7);
}

.active\:border-x-purple-300\/75:active {
  border-left-color: rgb(216 180 254 / 0.75);
  border-right-color: rgb(216 180 254 / 0.75);
}

.active\:border-x-purple-300\/80:active {
  border-left-color: rgb(216 180 254 / 0.8);
  border-right-color: rgb(216 180 254 / 0.8);
}

.active\:border-x-purple-300\/90:active {
  border-left-color: rgb(216 180 254 / 0.9);
  border-right-color: rgb(216 180 254 / 0.9);
}

.active\:border-x-purple-300\/95:active {
  border-left-color: rgb(216 180 254 / 0.95);
  border-right-color: rgb(216 180 254 / 0.95);
}

.active\:border-x-purple-400:active {
  --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));
}

.active\:border-x-purple-400\/0:active {
  border-left-color: rgb(192 132 252 / 0);
  border-right-color: rgb(192 132 252 / 0);
}

.active\:border-x-purple-400\/10:active {
  border-left-color: rgb(192 132 252 / 0.1);
  border-right-color: rgb(192 132 252 / 0.1);
}

.active\:border-x-purple-400\/100:active {
  border-left-color: rgb(192 132 252 / 1);
  border-right-color: rgb(192 132 252 / 1);
}

.active\:border-x-purple-400\/20:active {
  border-left-color: rgb(192 132 252 / 0.2);
  border-right-color: rgb(192 132 252 / 0.2);
}

.active\:border-x-purple-400\/25:active {
  border-left-color: rgb(192 132 252 / 0.25);
  border-right-color: rgb(192 132 252 / 0.25);
}

.active\:border-x-purple-400\/30:active {
  border-left-color: rgb(192 132 252 / 0.3);
  border-right-color: rgb(192 132 252 / 0.3);
}

.active\:border-x-purple-400\/40:active {
  border-left-color: rgb(192 132 252 / 0.4);
  border-right-color: rgb(192 132 252 / 0.4);
}

.active\:border-x-purple-400\/5:active {
  border-left-color: rgb(192 132 252 / 0.05);
  border-right-color: rgb(192 132 252 / 0.05);
}

.active\:border-x-purple-400\/50:active {
  border-left-color: rgb(192 132 252 / 0.5);
  border-right-color: rgb(192 132 252 / 0.5);
}

.active\:border-x-purple-400\/60:active {
  border-left-color: rgb(192 132 252 / 0.6);
  border-right-color: rgb(192 132 252 / 0.6);
}

.active\:border-x-purple-400\/70:active {
  border-left-color: rgb(192 132 252 / 0.7);
  border-right-color: rgb(192 132 252 / 0.7);
}

.active\:border-x-purple-400\/75:active {
  border-left-color: rgb(192 132 252 / 0.75);
  border-right-color: rgb(192 132 252 / 0.75);
}

.active\:border-x-purple-400\/80:active {
  border-left-color: rgb(192 132 252 / 0.8);
  border-right-color: rgb(192 132 252 / 0.8);
}

.active\:border-x-purple-400\/90:active {
  border-left-color: rgb(192 132 252 / 0.9);
  border-right-color: rgb(192 132 252 / 0.9);
}

.active\:border-x-purple-400\/95:active {
  border-left-color: rgb(192 132 252 / 0.95);
  border-right-color: rgb(192 132 252 / 0.95);
}

.active\:border-x-purple-50:active {
  --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));
}

.active\:border-x-purple-50\/0:active {
  border-left-color: rgb(250 245 255 / 0);
  border-right-color: rgb(250 245 255 / 0);
}

.active\:border-x-purple-50\/10:active {
  border-left-color: rgb(250 245 255 / 0.1);
  border-right-color: rgb(250 245 255 / 0.1);
}

.active\:border-x-purple-50\/100:active {
  border-left-color: rgb(250 245 255 / 1);
  border-right-color: rgb(250 245 255 / 1);
}

.active\:border-x-purple-50\/20:active {
  border-left-color: rgb(250 245 255 / 0.2);
  border-right-color: rgb(250 245 255 / 0.2);
}

.active\:border-x-purple-50\/25:active {
  border-left-color: rgb(250 245 255 / 0.25);
  border-right-color: rgb(250 245 255 / 0.25);
}

.active\:border-x-purple-50\/30:active {
  border-left-color: rgb(250 245 255 / 0.3);
  border-right-color: rgb(250 245 255 / 0.3);
}

.active\:border-x-purple-50\/40:active {
  border-left-color: rgb(250 245 255 / 0.4);
  border-right-color: rgb(250 245 255 / 0.4);
}

.active\:border-x-purple-50\/5:active {
  border-left-color: rgb(250 245 255 / 0.05);
  border-right-color: rgb(250 245 255 / 0.05);
}

.active\:border-x-purple-50\/50:active {
  border-left-color: rgb(250 245 255 / 0.5);
  border-right-color: rgb(250 245 255 / 0.5);
}

.active\:border-x-purple-50\/60:active {
  border-left-color: rgb(250 245 255 / 0.6);
  border-right-color: rgb(250 245 255 / 0.6);
}

.active\:border-x-purple-50\/70:active {
  border-left-color: rgb(250 245 255 / 0.7);
  border-right-color: rgb(250 245 255 / 0.7);
}

.active\:border-x-purple-50\/75:active {
  border-left-color: rgb(250 245 255 / 0.75);
  border-right-color: rgb(250 245 255 / 0.75);
}

.active\:border-x-purple-50\/80:active {
  border-left-color: rgb(250 245 255 / 0.8);
  border-right-color: rgb(250 245 255 / 0.8);
}

.active\:border-x-purple-50\/90:active {
  border-left-color: rgb(250 245 255 / 0.9);
  border-right-color: rgb(250 245 255 / 0.9);
}

.active\:border-x-purple-50\/95:active {
  border-left-color: rgb(250 245 255 / 0.95);
  border-right-color: rgb(250 245 255 / 0.95);
}

.active\:border-x-purple-500:active {
  --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));
}

.active\:border-x-purple-500\/0:active {
  border-left-color: rgb(168 85 247 / 0);
  border-right-color: rgb(168 85 247 / 0);
}

.active\:border-x-purple-500\/10:active {
  border-left-color: rgb(168 85 247 / 0.1);
  border-right-color: rgb(168 85 247 / 0.1);
}

.active\:border-x-purple-500\/100:active {
  border-left-color: rgb(168 85 247 / 1);
  border-right-color: rgb(168 85 247 / 1);
}

.active\:border-x-purple-500\/20:active {
  border-left-color: rgb(168 85 247 / 0.2);
  border-right-color: rgb(168 85 247 / 0.2);
}

.active\:border-x-purple-500\/25:active {
  border-left-color: rgb(168 85 247 / 0.25);
  border-right-color: rgb(168 85 247 / 0.25);
}

.active\:border-x-purple-500\/30:active {
  border-left-color: rgb(168 85 247 / 0.3);
  border-right-color: rgb(168 85 247 / 0.3);
}

.active\:border-x-purple-500\/40:active {
  border-left-color: rgb(168 85 247 / 0.4);
  border-right-color: rgb(168 85 247 / 0.4);
}

.active\:border-x-purple-500\/5:active {
  border-left-color: rgb(168 85 247 / 0.05);
  border-right-color: rgb(168 85 247 / 0.05);
}

.active\:border-x-purple-500\/50:active {
  border-left-color: rgb(168 85 247 / 0.5);
  border-right-color: rgb(168 85 247 / 0.5);
}

.active\:border-x-purple-500\/60:active {
  border-left-color: rgb(168 85 247 / 0.6);
  border-right-color: rgb(168 85 247 / 0.6);
}

.active\:border-x-purple-500\/70:active {
  border-left-color: rgb(168 85 247 / 0.7);
  border-right-color: rgb(168 85 247 / 0.7);
}

.active\:border-x-purple-500\/75:active {
  border-left-color: rgb(168 85 247 / 0.75);
  border-right-color: rgb(168 85 247 / 0.75);
}

.active\:border-x-purple-500\/80:active {
  border-left-color: rgb(168 85 247 / 0.8);
  border-right-color: rgb(168 85 247 / 0.8);
}

.active\:border-x-purple-500\/90:active {
  border-left-color: rgb(168 85 247 / 0.9);
  border-right-color: rgb(168 85 247 / 0.9);
}

.active\:border-x-purple-500\/95:active {
  border-left-color: rgb(168 85 247 / 0.95);
  border-right-color: rgb(168 85 247 / 0.95);
}

.active\:border-x-purple-600:active {
  --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));
}

.active\:border-x-purple-600\/0:active {
  border-left-color: rgb(147 51 234 / 0);
  border-right-color: rgb(147 51 234 / 0);
}

.active\:border-x-purple-600\/10:active {
  border-left-color: rgb(147 51 234 / 0.1);
  border-right-color: rgb(147 51 234 / 0.1);
}

.active\:border-x-purple-600\/100:active {
  border-left-color: rgb(147 51 234 / 1);
  border-right-color: rgb(147 51 234 / 1);
}

.active\:border-x-purple-600\/20:active {
  border-left-color: rgb(147 51 234 / 0.2);
  border-right-color: rgb(147 51 234 / 0.2);
}

.active\:border-x-purple-600\/25:active {
  border-left-color: rgb(147 51 234 / 0.25);
  border-right-color: rgb(147 51 234 / 0.25);
}

.active\:border-x-purple-600\/30:active {
  border-left-color: rgb(147 51 234 / 0.3);
  border-right-color: rgb(147 51 234 / 0.3);
}

.active\:border-x-purple-600\/40:active {
  border-left-color: rgb(147 51 234 / 0.4);
  border-right-color: rgb(147 51 234 / 0.4);
}

.active\:border-x-purple-600\/5:active {
  border-left-color: rgb(147 51 234 / 0.05);
  border-right-color: rgb(147 51 234 / 0.05);
}

.active\:border-x-purple-600\/50:active {
  border-left-color: rgb(147 51 234 / 0.5);
  border-right-color: rgb(147 51 234 / 0.5);
}

.active\:border-x-purple-600\/60:active {
  border-left-color: rgb(147 51 234 / 0.6);
  border-right-color: rgb(147 51 234 / 0.6);
}

.active\:border-x-purple-600\/70:active {
  border-left-color: rgb(147 51 234 / 0.7);
  border-right-color: rgb(147 51 234 / 0.7);
}

.active\:border-x-purple-600\/75:active {
  border-left-color: rgb(147 51 234 / 0.75);
  border-right-color: rgb(147 51 234 / 0.75);
}

.active\:border-x-purple-600\/80:active {
  border-left-color: rgb(147 51 234 / 0.8);
  border-right-color: rgb(147 51 234 / 0.8);
}

.active\:border-x-purple-600\/90:active {
  border-left-color: rgb(147 51 234 / 0.9);
  border-right-color: rgb(147 51 234 / 0.9);
}

.active\:border-x-purple-600\/95:active {
  border-left-color: rgb(147 51 234 / 0.95);
  border-right-color: rgb(147 51 234 / 0.95);
}

.active\:border-x-purple-700:active {
  --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));
}

.active\:border-x-purple-700\/0:active {
  border-left-color: rgb(126 34 206 / 0);
  border-right-color: rgb(126 34 206 / 0);
}

.active\:border-x-purple-700\/10:active {
  border-left-color: rgb(126 34 206 / 0.1);
  border-right-color: rgb(126 34 206 / 0.1);
}

.active\:border-x-purple-700\/100:active {
  border-left-color: rgb(126 34 206 / 1);
  border-right-color: rgb(126 34 206 / 1);
}

.active\:border-x-purple-700\/20:active {
  border-left-color: rgb(126 34 206 / 0.2);
  border-right-color: rgb(126 34 206 / 0.2);
}

.active\:border-x-purple-700\/25:active {
  border-left-color: rgb(126 34 206 / 0.25);
  border-right-color: rgb(126 34 206 / 0.25);
}

.active\:border-x-purple-700\/30:active {
  border-left-color: rgb(126 34 206 / 0.3);
  border-right-color: rgb(126 34 206 / 0.3);
}

.active\:border-x-purple-700\/40:active {
  border-left-color: rgb(126 34 206 / 0.4);
  border-right-color: rgb(126 34 206 / 0.4);
}

.active\:border-x-purple-700\/5:active {
  border-left-color: rgb(126 34 206 / 0.05);
  border-right-color: rgb(126 34 206 / 0.05);
}

.active\:border-x-purple-700\/50:active {
  border-left-color: rgb(126 34 206 / 0.5);
  border-right-color: rgb(126 34 206 / 0.5);
}

.active\:border-x-purple-700\/60:active {
  border-left-color: rgb(126 34 206 / 0.6);
  border-right-color: rgb(126 34 206 / 0.6);
}

.active\:border-x-purple-700\/70:active {
  border-left-color: rgb(126 34 206 / 0.7);
  border-right-color: rgb(126 34 206 / 0.7);
}

.active\:border-x-purple-700\/75:active {
  border-left-color: rgb(126 34 206 / 0.75);
  border-right-color: rgb(126 34 206 / 0.75);
}

.active\:border-x-purple-700\/80:active {
  border-left-color: rgb(126 34 206 / 0.8);
  border-right-color: rgb(126 34 206 / 0.8);
}

.active\:border-x-purple-700\/90:active {
  border-left-color: rgb(126 34 206 / 0.9);
  border-right-color: rgb(126 34 206 / 0.9);
}

.active\:border-x-purple-700\/95:active {
  border-left-color: rgb(126 34 206 / 0.95);
  border-right-color: rgb(126 34 206 / 0.95);
}

.active\:border-x-purple-800:active {
  --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));
}

.active\:border-x-purple-800\/0:active {
  border-left-color: rgb(107 33 168 / 0);
  border-right-color: rgb(107 33 168 / 0);
}

.active\:border-x-purple-800\/10:active {
  border-left-color: rgb(107 33 168 / 0.1);
  border-right-color: rgb(107 33 168 / 0.1);
}

.active\:border-x-purple-800\/100:active {
  border-left-color: rgb(107 33 168 / 1);
  border-right-color: rgb(107 33 168 / 1);
}

.active\:border-x-purple-800\/20:active {
  border-left-color: rgb(107 33 168 / 0.2);
  border-right-color: rgb(107 33 168 / 0.2);
}

.active\:border-x-purple-800\/25:active {
  border-left-color: rgb(107 33 168 / 0.25);
  border-right-color: rgb(107 33 168 / 0.25);
}

.active\:border-x-purple-800\/30:active {
  border-left-color: rgb(107 33 168 / 0.3);
  border-right-color: rgb(107 33 168 / 0.3);
}

.active\:border-x-purple-800\/40:active {
  border-left-color: rgb(107 33 168 / 0.4);
  border-right-color: rgb(107 33 168 / 0.4);
}

.active\:border-x-purple-800\/5:active {
  border-left-color: rgb(107 33 168 / 0.05);
  border-right-color: rgb(107 33 168 / 0.05);
}

.active\:border-x-purple-800\/50:active {
  border-left-color: rgb(107 33 168 / 0.5);
  border-right-color: rgb(107 33 168 / 0.5);
}

.active\:border-x-purple-800\/60:active {
  border-left-color: rgb(107 33 168 / 0.6);
  border-right-color: rgb(107 33 168 / 0.6);
}

.active\:border-x-purple-800\/70:active {
  border-left-color: rgb(107 33 168 / 0.7);
  border-right-color: rgb(107 33 168 / 0.7);
}

.active\:border-x-purple-800\/75:active {
  border-left-color: rgb(107 33 168 / 0.75);
  border-right-color: rgb(107 33 168 / 0.75);
}

.active\:border-x-purple-800\/80:active {
  border-left-color: rgb(107 33 168 / 0.8);
  border-right-color: rgb(107 33 168 / 0.8);
}

.active\:border-x-purple-800\/90:active {
  border-left-color: rgb(107 33 168 / 0.9);
  border-right-color: rgb(107 33 168 / 0.9);
}

.active\:border-x-purple-800\/95:active {
  border-left-color: rgb(107 33 168 / 0.95);
  border-right-color: rgb(107 33 168 / 0.95);
}

.active\:border-x-purple-900:active {
  --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));
}

.active\:border-x-purple-900\/0:active {
  border-left-color: rgb(88 28 135 / 0);
  border-right-color: rgb(88 28 135 / 0);
}

.active\:border-x-purple-900\/10:active {
  border-left-color: rgb(88 28 135 / 0.1);
  border-right-color: rgb(88 28 135 / 0.1);
}

.active\:border-x-purple-900\/100:active {
  border-left-color: rgb(88 28 135 / 1);
  border-right-color: rgb(88 28 135 / 1);
}

.active\:border-x-purple-900\/20:active {
  border-left-color: rgb(88 28 135 / 0.2);
  border-right-color: rgb(88 28 135 / 0.2);
}

.active\:border-x-purple-900\/25:active {
  border-left-color: rgb(88 28 135 / 0.25);
  border-right-color: rgb(88 28 135 / 0.25);
}

.active\:border-x-purple-900\/30:active {
  border-left-color: rgb(88 28 135 / 0.3);
  border-right-color: rgb(88 28 135 / 0.3);
}

.active\:border-x-purple-900\/40:active {
  border-left-color: rgb(88 28 135 / 0.4);
  border-right-color: rgb(88 28 135 / 0.4);
}

.active\:border-x-purple-900\/5:active {
  border-left-color: rgb(88 28 135 / 0.05);
  border-right-color: rgb(88 28 135 / 0.05);
}

.active\:border-x-purple-900\/50:active {
  border-left-color: rgb(88 28 135 / 0.5);
  border-right-color: rgb(88 28 135 / 0.5);
}

.active\:border-x-purple-900\/60:active {
  border-left-color: rgb(88 28 135 / 0.6);
  border-right-color: rgb(88 28 135 / 0.6);
}

.active\:border-x-purple-900\/70:active {
  border-left-color: rgb(88 28 135 / 0.7);
  border-right-color: rgb(88 28 135 / 0.7);
}

.active\:border-x-purple-900\/75:active {
  border-left-color: rgb(88 28 135 / 0.75);
  border-right-color: rgb(88 28 135 / 0.75);
}

.active\:border-x-purple-900\/80:active {
  border-left-color: rgb(88 28 135 / 0.8);
  border-right-color: rgb(88 28 135 / 0.8);
}

.active\:border-x-purple-900\/90:active {
  border-left-color: rgb(88 28 135 / 0.9);
  border-right-color: rgb(88 28 135 / 0.9);
}

.active\:border-x-purple-900\/95:active {
  border-left-color: rgb(88 28 135 / 0.95);
  border-right-color: rgb(88 28 135 / 0.95);
}

.active\:border-x-purple-950:active {
  --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));
}

.active\:border-x-purple-950\/0:active {
  border-left-color: rgb(59 7 100 / 0);
  border-right-color: rgb(59 7 100 / 0);
}

.active\:border-x-purple-950\/10:active {
  border-left-color: rgb(59 7 100 / 0.1);
  border-right-color: rgb(59 7 100 / 0.1);
}

.active\:border-x-purple-950\/100:active {
  border-left-color: rgb(59 7 100 / 1);
  border-right-color: rgb(59 7 100 / 1);
}

.active\:border-x-purple-950\/20:active {
  border-left-color: rgb(59 7 100 / 0.2);
  border-right-color: rgb(59 7 100 / 0.2);
}

.active\:border-x-purple-950\/25:active {
  border-left-color: rgb(59 7 100 / 0.25);
  border-right-color: rgb(59 7 100 / 0.25);
}

.active\:border-x-purple-950\/30:active {
  border-left-color: rgb(59 7 100 / 0.3);
  border-right-color: rgb(59 7 100 / 0.3);
}

.active\:border-x-purple-950\/40:active {
  border-left-color: rgb(59 7 100 / 0.4);
  border-right-color: rgb(59 7 100 / 0.4);
}

.active\:border-x-purple-950\/5:active {
  border-left-color: rgb(59 7 100 / 0.05);
  border-right-color: rgb(59 7 100 / 0.05);
}

.active\:border-x-purple-950\/50:active {
  border-left-color: rgb(59 7 100 / 0.5);
  border-right-color: rgb(59 7 100 / 0.5);
}

.active\:border-x-purple-950\/60:active {
  border-left-color: rgb(59 7 100 / 0.6);
  border-right-color: rgb(59 7 100 / 0.6);
}

.active\:border-x-purple-950\/70:active {
  border-left-color: rgb(59 7 100 / 0.7);
  border-right-color: rgb(59 7 100 / 0.7);
}

.active\:border-x-purple-950\/75:active {
  border-left-color: rgb(59 7 100 / 0.75);
  border-right-color: rgb(59 7 100 / 0.75);
}

.active\:border-x-purple-950\/80:active {
  border-left-color: rgb(59 7 100 / 0.8);
  border-right-color: rgb(59 7 100 / 0.8);
}

.active\:border-x-purple-950\/90:active {
  border-left-color: rgb(59 7 100 / 0.9);
  border-right-color: rgb(59 7 100 / 0.9);
}

.active\:border-x-purple-950\/95:active {
  border-left-color: rgb(59 7 100 / 0.95);
  border-right-color: rgb(59 7 100 / 0.95);
}

.active\:border-x-red-100:active {
  --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));
}

.active\:border-x-red-100\/0:active {
  border-left-color: rgb(254 226 226 / 0);
  border-right-color: rgb(254 226 226 / 0);
}

.active\:border-x-red-100\/10:active {
  border-left-color: rgb(254 226 226 / 0.1);
  border-right-color: rgb(254 226 226 / 0.1);
}

.active\:border-x-red-100\/100:active {
  border-left-color: rgb(254 226 226 / 1);
  border-right-color: rgb(254 226 226 / 1);
}

.active\:border-x-red-100\/20:active {
  border-left-color: rgb(254 226 226 / 0.2);
  border-right-color: rgb(254 226 226 / 0.2);
}

.active\:border-x-red-100\/25:active {
  border-left-color: rgb(254 226 226 / 0.25);
  border-right-color: rgb(254 226 226 / 0.25);
}

.active\:border-x-red-100\/30:active {
  border-left-color: rgb(254 226 226 / 0.3);
  border-right-color: rgb(254 226 226 / 0.3);
}

.active\:border-x-red-100\/40:active {
  border-left-color: rgb(254 226 226 / 0.4);
  border-right-color: rgb(254 226 226 / 0.4);
}

.active\:border-x-red-100\/5:active {
  border-left-color: rgb(254 226 226 / 0.05);
  border-right-color: rgb(254 226 226 / 0.05);
}

.active\:border-x-red-100\/50:active {
  border-left-color: rgb(254 226 226 / 0.5);
  border-right-color: rgb(254 226 226 / 0.5);
}

.active\:border-x-red-100\/60:active {
  border-left-color: rgb(254 226 226 / 0.6);
  border-right-color: rgb(254 226 226 / 0.6);
}

.active\:border-x-red-100\/70:active {
  border-left-color: rgb(254 226 226 / 0.7);
  border-right-color: rgb(254 226 226 / 0.7);
}

.active\:border-x-red-100\/75:active {
  border-left-color: rgb(254 226 226 / 0.75);
  border-right-color: rgb(254 226 226 / 0.75);
}

.active\:border-x-red-100\/80:active {
  border-left-color: rgb(254 226 226 / 0.8);
  border-right-color: rgb(254 226 226 / 0.8);
}

.active\:border-x-red-100\/90:active {
  border-left-color: rgb(254 226 226 / 0.9);
  border-right-color: rgb(254 226 226 / 0.9);
}

.active\:border-x-red-100\/95:active {
  border-left-color: rgb(254 226 226 / 0.95);
  border-right-color: rgb(254 226 226 / 0.95);
}

.active\:border-x-red-200:active {
  --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));
}

.active\:border-x-red-200\/0:active {
  border-left-color: rgb(254 202 202 / 0);
  border-right-color: rgb(254 202 202 / 0);
}

.active\:border-x-red-200\/10:active {
  border-left-color: rgb(254 202 202 / 0.1);
  border-right-color: rgb(254 202 202 / 0.1);
}

.active\:border-x-red-200\/100:active {
  border-left-color: rgb(254 202 202 / 1);
  border-right-color: rgb(254 202 202 / 1);
}

.active\:border-x-red-200\/20:active {
  border-left-color: rgb(254 202 202 / 0.2);
  border-right-color: rgb(254 202 202 / 0.2);
}

.active\:border-x-red-200\/25:active {
  border-left-color: rgb(254 202 202 / 0.25);
  border-right-color: rgb(254 202 202 / 0.25);
}

.active\:border-x-red-200\/30:active {
  border-left-color: rgb(254 202 202 / 0.3);
  border-right-color: rgb(254 202 202 / 0.3);
}

.active\:border-x-red-200\/40:active {
  border-left-color: rgb(254 202 202 / 0.4);
  border-right-color: rgb(254 202 202 / 0.4);
}

.active\:border-x-red-200\/5:active {
  border-left-color: rgb(254 202 202 / 0.05);
  border-right-color: rgb(254 202 202 / 0.05);
}

.active\:border-x-red-200\/50:active {
  border-left-color: rgb(254 202 202 / 0.5);
  border-right-color: rgb(254 202 202 / 0.5);
}

.active\:border-x-red-200\/60:active {
  border-left-color: rgb(254 202 202 / 0.6);
  border-right-color: rgb(254 202 202 / 0.6);
}

.active\:border-x-red-200\/70:active {
  border-left-color: rgb(254 202 202 / 0.7);
  border-right-color: rgb(254 202 202 / 0.7);
}

.active\:border-x-red-200\/75:active {
  border-left-color: rgb(254 202 202 / 0.75);
  border-right-color: rgb(254 202 202 / 0.75);
}

.active\:border-x-red-200\/80:active {
  border-left-color: rgb(254 202 202 / 0.8);
  border-right-color: rgb(254 202 202 / 0.8);
}

.active\:border-x-red-200\/90:active {
  border-left-color: rgb(254 202 202 / 0.9);
  border-right-color: rgb(254 202 202 / 0.9);
}

.active\:border-x-red-200\/95:active {
  border-left-color: rgb(254 202 202 / 0.95);
  border-right-color: rgb(254 202 202 / 0.95);
}

.active\:border-x-red-300:active {
  --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));
}

.active\:border-x-red-300\/0:active {
  border-left-color: rgb(252 165 165 / 0);
  border-right-color: rgb(252 165 165 / 0);
}

.active\:border-x-red-300\/10:active {
  border-left-color: rgb(252 165 165 / 0.1);
  border-right-color: rgb(252 165 165 / 0.1);
}

.active\:border-x-red-300\/100:active {
  border-left-color: rgb(252 165 165 / 1);
  border-right-color: rgb(252 165 165 / 1);
}

.active\:border-x-red-300\/20:active {
  border-left-color: rgb(252 165 165 / 0.2);
  border-right-color: rgb(252 165 165 / 0.2);
}

.active\:border-x-red-300\/25:active {
  border-left-color: rgb(252 165 165 / 0.25);
  border-right-color: rgb(252 165 165 / 0.25);
}

.active\:border-x-red-300\/30:active {
  border-left-color: rgb(252 165 165 / 0.3);
  border-right-color: rgb(252 165 165 / 0.3);
}

.active\:border-x-red-300\/40:active {
  border-left-color: rgb(252 165 165 / 0.4);
  border-right-color: rgb(252 165 165 / 0.4);
}

.active\:border-x-red-300\/5:active {
  border-left-color: rgb(252 165 165 / 0.05);
  border-right-color: rgb(252 165 165 / 0.05);
}

.active\:border-x-red-300\/50:active {
  border-left-color: rgb(252 165 165 / 0.5);
  border-right-color: rgb(252 165 165 / 0.5);
}

.active\:border-x-red-300\/60:active {
  border-left-color: rgb(252 165 165 / 0.6);
  border-right-color: rgb(252 165 165 / 0.6);
}

.active\:border-x-red-300\/70:active {
  border-left-color: rgb(252 165 165 / 0.7);
  border-right-color: rgb(252 165 165 / 0.7);
}

.active\:border-x-red-300\/75:active {
  border-left-color: rgb(252 165 165 / 0.75);
  border-right-color: rgb(252 165 165 / 0.75);
}

.active\:border-x-red-300\/80:active {
  border-left-color: rgb(252 165 165 / 0.8);
  border-right-color: rgb(252 165 165 / 0.8);
}

.active\:border-x-red-300\/90:active {
  border-left-color: rgb(252 165 165 / 0.9);
  border-right-color: rgb(252 165 165 / 0.9);
}

.active\:border-x-red-300\/95:active {
  border-left-color: rgb(252 165 165 / 0.95);
  border-right-color: rgb(252 165 165 / 0.95);
}

.active\:border-x-red-400:active {
  --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));
}

.active\:border-x-red-400\/0:active {
  border-left-color: rgb(248 113 113 / 0);
  border-right-color: rgb(248 113 113 / 0);
}

.active\:border-x-red-400\/10:active {
  border-left-color: rgb(248 113 113 / 0.1);
  border-right-color: rgb(248 113 113 / 0.1);
}

.active\:border-x-red-400\/100:active {
  border-left-color: rgb(248 113 113 / 1);
  border-right-color: rgb(248 113 113 / 1);
}

.active\:border-x-red-400\/20:active {
  border-left-color: rgb(248 113 113 / 0.2);
  border-right-color: rgb(248 113 113 / 0.2);
}

.active\:border-x-red-400\/25:active {
  border-left-color: rgb(248 113 113 / 0.25);
  border-right-color: rgb(248 113 113 / 0.25);
}

.active\:border-x-red-400\/30:active {
  border-left-color: rgb(248 113 113 / 0.3);
  border-right-color: rgb(248 113 113 / 0.3);
}

.active\:border-x-red-400\/40:active {
  border-left-color: rgb(248 113 113 / 0.4);
  border-right-color: rgb(248 113 113 / 0.4);
}

.active\:border-x-red-400\/5:active {
  border-left-color: rgb(248 113 113 / 0.05);
  border-right-color: rgb(248 113 113 / 0.05);
}

.active\:border-x-red-400\/50:active {
  border-left-color: rgb(248 113 113 / 0.5);
  border-right-color: rgb(248 113 113 / 0.5);
}

.active\:border-x-red-400\/60:active {
  border-left-color: rgb(248 113 113 / 0.6);
  border-right-color: rgb(248 113 113 / 0.6);
}

.active\:border-x-red-400\/70:active {
  border-left-color: rgb(248 113 113 / 0.7);
  border-right-color: rgb(248 113 113 / 0.7);
}

.active\:border-x-red-400\/75:active {
  border-left-color: rgb(248 113 113 / 0.75);
  border-right-color: rgb(248 113 113 / 0.75);
}

.active\:border-x-red-400\/80:active {
  border-left-color: rgb(248 113 113 / 0.8);
  border-right-color: rgb(248 113 113 / 0.8);
}

.active\:border-x-red-400\/90:active {
  border-left-color: rgb(248 113 113 / 0.9);
  border-right-color: rgb(248 113 113 / 0.9);
}

.active\:border-x-red-400\/95:active {
  border-left-color: rgb(248 113 113 / 0.95);
  border-right-color: rgb(248 113 113 / 0.95);
}

.active\:border-x-red-50:active {
  --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));
}

.active\:border-x-red-50\/0:active {
  border-left-color: rgb(254 242 242 / 0);
  border-right-color: rgb(254 242 242 / 0);
}

.active\:border-x-red-50\/10:active {
  border-left-color: rgb(254 242 242 / 0.1);
  border-right-color: rgb(254 242 242 / 0.1);
}

.active\:border-x-red-50\/100:active {
  border-left-color: rgb(254 242 242 / 1);
  border-right-color: rgb(254 242 242 / 1);
}

.active\:border-x-red-50\/20:active {
  border-left-color: rgb(254 242 242 / 0.2);
  border-right-color: rgb(254 242 242 / 0.2);
}

.active\:border-x-red-50\/25:active {
  border-left-color: rgb(254 242 242 / 0.25);
  border-right-color: rgb(254 242 242 / 0.25);
}

.active\:border-x-red-50\/30:active {
  border-left-color: rgb(254 242 242 / 0.3);
  border-right-color: rgb(254 242 242 / 0.3);
}

.active\:border-x-red-50\/40:active {
  border-left-color: rgb(254 242 242 / 0.4);
  border-right-color: rgb(254 242 242 / 0.4);
}

.active\:border-x-red-50\/5:active {
  border-left-color: rgb(254 242 242 / 0.05);
  border-right-color: rgb(254 242 242 / 0.05);
}

.active\:border-x-red-50\/50:active {
  border-left-color: rgb(254 242 242 / 0.5);
  border-right-color: rgb(254 242 242 / 0.5);
}

.active\:border-x-red-50\/60:active {
  border-left-color: rgb(254 242 242 / 0.6);
  border-right-color: rgb(254 242 242 / 0.6);
}

.active\:border-x-red-50\/70:active {
  border-left-color: rgb(254 242 242 / 0.7);
  border-right-color: rgb(254 242 242 / 0.7);
}

.active\:border-x-red-50\/75:active {
  border-left-color: rgb(254 242 242 / 0.75);
  border-right-color: rgb(254 242 242 / 0.75);
}

.active\:border-x-red-50\/80:active {
  border-left-color: rgb(254 242 242 / 0.8);
  border-right-color: rgb(254 242 242 / 0.8);
}

.active\:border-x-red-50\/90:active {
  border-left-color: rgb(254 242 242 / 0.9);
  border-right-color: rgb(254 242 242 / 0.9);
}

.active\:border-x-red-50\/95:active {
  border-left-color: rgb(254 242 242 / 0.95);
  border-right-color: rgb(254 242 242 / 0.95);
}

.active\:border-x-red-500:active {
  --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));
}

.active\:border-x-red-500\/0:active {
  border-left-color: rgb(239 68 68 / 0);
  border-right-color: rgb(239 68 68 / 0);
}

.active\:border-x-red-500\/10:active {
  border-left-color: rgb(239 68 68 / 0.1);
  border-right-color: rgb(239 68 68 / 0.1);
}

.active\:border-x-red-500\/100:active {
  border-left-color: rgb(239 68 68 / 1);
  border-right-color: rgb(239 68 68 / 1);
}

.active\:border-x-red-500\/20:active {
  border-left-color: rgb(239 68 68 / 0.2);
  border-right-color: rgb(239 68 68 / 0.2);
}

.active\:border-x-red-500\/25:active {
  border-left-color: rgb(239 68 68 / 0.25);
  border-right-color: rgb(239 68 68 / 0.25);
}

.active\:border-x-red-500\/30:active {
  border-left-color: rgb(239 68 68 / 0.3);
  border-right-color: rgb(239 68 68 / 0.3);
}

.active\:border-x-red-500\/40:active {
  border-left-color: rgb(239 68 68 / 0.4);
  border-right-color: rgb(239 68 68 / 0.4);
}

.active\:border-x-red-500\/5:active {
  border-left-color: rgb(239 68 68 / 0.05);
  border-right-color: rgb(239 68 68 / 0.05);
}

.active\:border-x-red-500\/50:active {
  border-left-color: rgb(239 68 68 / 0.5);
  border-right-color: rgb(239 68 68 / 0.5);
}

.active\:border-x-red-500\/60:active {
  border-left-color: rgb(239 68 68 / 0.6);
  border-right-color: rgb(239 68 68 / 0.6);
}

.active\:border-x-red-500\/70:active {
  border-left-color: rgb(239 68 68 / 0.7);
  border-right-color: rgb(239 68 68 / 0.7);
}

.active\:border-x-red-500\/75:active {
  border-left-color: rgb(239 68 68 / 0.75);
  border-right-color: rgb(239 68 68 / 0.75);
}

.active\:border-x-red-500\/80:active {
  border-left-color: rgb(239 68 68 / 0.8);
  border-right-color: rgb(239 68 68 / 0.8);
}

.active\:border-x-red-500\/90:active {
  border-left-color: rgb(239 68 68 / 0.9);
  border-right-color: rgb(239 68 68 / 0.9);
}

.active\:border-x-red-500\/95:active {
  border-left-color: rgb(239 68 68 / 0.95);
  border-right-color: rgb(239 68 68 / 0.95);
}

.active\:border-x-red-600:active {
  --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));
}

.active\:border-x-red-600\/0:active {
  border-left-color: rgb(220 38 38 / 0);
  border-right-color: rgb(220 38 38 / 0);
}

.active\:border-x-red-600\/10:active {
  border-left-color: rgb(220 38 38 / 0.1);
  border-right-color: rgb(220 38 38 / 0.1);
}

.active\:border-x-red-600\/100:active {
  border-left-color: rgb(220 38 38 / 1);
  border-right-color: rgb(220 38 38 / 1);
}

.active\:border-x-red-600\/20:active {
  border-left-color: rgb(220 38 38 / 0.2);
  border-right-color: rgb(220 38 38 / 0.2);
}

.active\:border-x-red-600\/25:active {
  border-left-color: rgb(220 38 38 / 0.25);
  border-right-color: rgb(220 38 38 / 0.25);
}

.active\:border-x-red-600\/30:active {
  border-left-color: rgb(220 38 38 / 0.3);
  border-right-color: rgb(220 38 38 / 0.3);
}

.active\:border-x-red-600\/40:active {
  border-left-color: rgb(220 38 38 / 0.4);
  border-right-color: rgb(220 38 38 / 0.4);
}

.active\:border-x-red-600\/5:active {
  border-left-color: rgb(220 38 38 / 0.05);
  border-right-color: rgb(220 38 38 / 0.05);
}

.active\:border-x-red-600\/50:active {
  border-left-color: rgb(220 38 38 / 0.5);
  border-right-color: rgb(220 38 38 / 0.5);
}

.active\:border-x-red-600\/60:active {
  border-left-color: rgb(220 38 38 / 0.6);
  border-right-color: rgb(220 38 38 / 0.6);
}

.active\:border-x-red-600\/70:active {
  border-left-color: rgb(220 38 38 / 0.7);
  border-right-color: rgb(220 38 38 / 0.7);
}

.active\:border-x-red-600\/75:active {
  border-left-color: rgb(220 38 38 / 0.75);
  border-right-color: rgb(220 38 38 / 0.75);
}

.active\:border-x-red-600\/80:active {
  border-left-color: rgb(220 38 38 / 0.8);
  border-right-color: rgb(220 38 38 / 0.8);
}

.active\:border-x-red-600\/90:active {
  border-left-color: rgb(220 38 38 / 0.9);
  border-right-color: rgb(220 38 38 / 0.9);
}

.active\:border-x-red-600\/95:active {
  border-left-color: rgb(220 38 38 / 0.95);
  border-right-color: rgb(220 38 38 / 0.95);
}

.active\:border-x-red-700:active {
  --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));
}

.active\:border-x-red-700\/0:active {
  border-left-color: rgb(185 28 28 / 0);
  border-right-color: rgb(185 28 28 / 0);
}

.active\:border-x-red-700\/10:active {
  border-left-color: rgb(185 28 28 / 0.1);
  border-right-color: rgb(185 28 28 / 0.1);
}

.active\:border-x-red-700\/100:active {
  border-left-color: rgb(185 28 28 / 1);
  border-right-color: rgb(185 28 28 / 1);
}

.active\:border-x-red-700\/20:active {
  border-left-color: rgb(185 28 28 / 0.2);
  border-right-color: rgb(185 28 28 / 0.2);
}

.active\:border-x-red-700\/25:active {
  border-left-color: rgb(185 28 28 / 0.25);
  border-right-color: rgb(185 28 28 / 0.25);
}

.active\:border-x-red-700\/30:active {
  border-left-color: rgb(185 28 28 / 0.3);
  border-right-color: rgb(185 28 28 / 0.3);
}

.active\:border-x-red-700\/40:active {
  border-left-color: rgb(185 28 28 / 0.4);
  border-right-color: rgb(185 28 28 / 0.4);
}

.active\:border-x-red-700\/5:active {
  border-left-color: rgb(185 28 28 / 0.05);
  border-right-color: rgb(185 28 28 / 0.05);
}

.active\:border-x-red-700\/50:active {
  border-left-color: rgb(185 28 28 / 0.5);
  border-right-color: rgb(185 28 28 / 0.5);
}

.active\:border-x-red-700\/60:active {
  border-left-color: rgb(185 28 28 / 0.6);
  border-right-color: rgb(185 28 28 / 0.6);
}

.active\:border-x-red-700\/70:active {
  border-left-color: rgb(185 28 28 / 0.7);
  border-right-color: rgb(185 28 28 / 0.7);
}

.active\:border-x-red-700\/75:active {
  border-left-color: rgb(185 28 28 / 0.75);
  border-right-color: rgb(185 28 28 / 0.75);
}

.active\:border-x-red-700\/80:active {
  border-left-color: rgb(185 28 28 / 0.8);
  border-right-color: rgb(185 28 28 / 0.8);
}

.active\:border-x-red-700\/90:active {
  border-left-color: rgb(185 28 28 / 0.9);
  border-right-color: rgb(185 28 28 / 0.9);
}

.active\:border-x-red-700\/95:active {
  border-left-color: rgb(185 28 28 / 0.95);
  border-right-color: rgb(185 28 28 / 0.95);
}

.active\:border-x-red-800:active {
  --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));
}

.active\:border-x-red-800\/0:active {
  border-left-color: rgb(153 27 27 / 0);
  border-right-color: rgb(153 27 27 / 0);
}

.active\:border-x-red-800\/10:active {
  border-left-color: rgb(153 27 27 / 0.1);
  border-right-color: rgb(153 27 27 / 0.1);
}

.active\:border-x-red-800\/100:active {
  border-left-color: rgb(153 27 27 / 1);
  border-right-color: rgb(153 27 27 / 1);
}

.active\:border-x-red-800\/20:active {
  border-left-color: rgb(153 27 27 / 0.2);
  border-right-color: rgb(153 27 27 / 0.2);
}

.active\:border-x-red-800\/25:active {
  border-left-color: rgb(153 27 27 / 0.25);
  border-right-color: rgb(153 27 27 / 0.25);
}

.active\:border-x-red-800\/30:active {
  border-left-color: rgb(153 27 27 / 0.3);
  border-right-color: rgb(153 27 27 / 0.3);
}

.active\:border-x-red-800\/40:active {
  border-left-color: rgb(153 27 27 / 0.4);
  border-right-color: rgb(153 27 27 / 0.4);
}

.active\:border-x-red-800\/5:active {
  border-left-color: rgb(153 27 27 / 0.05);
  border-right-color: rgb(153 27 27 / 0.05);
}

.active\:border-x-red-800\/50:active {
  border-left-color: rgb(153 27 27 / 0.5);
  border-right-color: rgb(153 27 27 / 0.5);
}

.active\:border-x-red-800\/60:active {
  border-left-color: rgb(153 27 27 / 0.6);
  border-right-color: rgb(153 27 27 / 0.6);
}

.active\:border-x-red-800\/70:active {
  border-left-color: rgb(153 27 27 / 0.7);
  border-right-color: rgb(153 27 27 / 0.7);
}

.active\:border-x-red-800\/75:active {
  border-left-color: rgb(153 27 27 / 0.75);
  border-right-color: rgb(153 27 27 / 0.75);
}

.active\:border-x-red-800\/80:active {
  border-left-color: rgb(153 27 27 / 0.8);
  border-right-color: rgb(153 27 27 / 0.8);
}

.active\:border-x-red-800\/90:active {
  border-left-color: rgb(153 27 27 / 0.9);
  border-right-color: rgb(153 27 27 / 0.9);
}

.active\:border-x-red-800\/95:active {
  border-left-color: rgb(153 27 27 / 0.95);
  border-right-color: rgb(153 27 27 / 0.95);
}

.active\:border-x-red-900:active {
  --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));
}

.active\:border-x-red-900\/0:active {
  border-left-color: rgb(127 29 29 / 0);
  border-right-color: rgb(127 29 29 / 0);
}

.active\:border-x-red-900\/10:active {
  border-left-color: rgb(127 29 29 / 0.1);
  border-right-color: rgb(127 29 29 / 0.1);
}

.active\:border-x-red-900\/100:active {
  border-left-color: rgb(127 29 29 / 1);
  border-right-color: rgb(127 29 29 / 1);
}

.active\:border-x-red-900\/20:active {
  border-left-color: rgb(127 29 29 / 0.2);
  border-right-color: rgb(127 29 29 / 0.2);
}

.active\:border-x-red-900\/25:active {
  border-left-color: rgb(127 29 29 / 0.25);
  border-right-color: rgb(127 29 29 / 0.25);
}

.active\:border-x-red-900\/30:active {
  border-left-color: rgb(127 29 29 / 0.3);
  border-right-color: rgb(127 29 29 / 0.3);
}

.active\:border-x-red-900\/40:active {
  border-left-color: rgb(127 29 29 / 0.4);
  border-right-color: rgb(127 29 29 / 0.4);
}

.active\:border-x-red-900\/5:active {
  border-left-color: rgb(127 29 29 / 0.05);
  border-right-color: rgb(127 29 29 / 0.05);
}

.active\:border-x-red-900\/50:active {
  border-left-color: rgb(127 29 29 / 0.5);
  border-right-color: rgb(127 29 29 / 0.5);
}

.active\:border-x-red-900\/60:active {
  border-left-color: rgb(127 29 29 / 0.6);
  border-right-color: rgb(127 29 29 / 0.6);
}

.active\:border-x-red-900\/70:active {
  border-left-color: rgb(127 29 29 / 0.7);
  border-right-color: rgb(127 29 29 / 0.7);
}

.active\:border-x-red-900\/75:active {
  border-left-color: rgb(127 29 29 / 0.75);
  border-right-color: rgb(127 29 29 / 0.75);
}

.active\:border-x-red-900\/80:active {
  border-left-color: rgb(127 29 29 / 0.8);
  border-right-color: rgb(127 29 29 / 0.8);
}

.active\:border-x-red-900\/90:active {
  border-left-color: rgb(127 29 29 / 0.9);
  border-right-color: rgb(127 29 29 / 0.9);
}

.active\:border-x-red-900\/95:active {
  border-left-color: rgb(127 29 29 / 0.95);
  border-right-color: rgb(127 29 29 / 0.95);
}

.active\:border-x-red-950:active {
  --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));
}

.active\:border-x-red-950\/0:active {
  border-left-color: rgb(69 10 10 / 0);
  border-right-color: rgb(69 10 10 / 0);
}

.active\:border-x-red-950\/10:active {
  border-left-color: rgb(69 10 10 / 0.1);
  border-right-color: rgb(69 10 10 / 0.1);
}

.active\:border-x-red-950\/100:active {
  border-left-color: rgb(69 10 10 / 1);
  border-right-color: rgb(69 10 10 / 1);
}

.active\:border-x-red-950\/20:active {
  border-left-color: rgb(69 10 10 / 0.2);
  border-right-color: rgb(69 10 10 / 0.2);
}

.active\:border-x-red-950\/25:active {
  border-left-color: rgb(69 10 10 / 0.25);
  border-right-color: rgb(69 10 10 / 0.25);
}

.active\:border-x-red-950\/30:active {
  border-left-color: rgb(69 10 10 / 0.3);
  border-right-color: rgb(69 10 10 / 0.3);
}

.active\:border-x-red-950\/40:active {
  border-left-color: rgb(69 10 10 / 0.4);
  border-right-color: rgb(69 10 10 / 0.4);
}

.active\:border-x-red-950\/5:active {
  border-left-color: rgb(69 10 10 / 0.05);
  border-right-color: rgb(69 10 10 / 0.05);
}

.active\:border-x-red-950\/50:active {
  border-left-color: rgb(69 10 10 / 0.5);
  border-right-color: rgb(69 10 10 / 0.5);
}

.active\:border-x-red-950\/60:active {
  border-left-color: rgb(69 10 10 / 0.6);
  border-right-color: rgb(69 10 10 / 0.6);
}

.active\:border-x-red-950\/70:active {
  border-left-color: rgb(69 10 10 / 0.7);
  border-right-color: rgb(69 10 10 / 0.7);
}

.active\:border-x-red-950\/75:active {
  border-left-color: rgb(69 10 10 / 0.75);
  border-right-color: rgb(69 10 10 / 0.75);
}

.active\:border-x-red-950\/80:active {
  border-left-color: rgb(69 10 10 / 0.8);
  border-right-color: rgb(69 10 10 / 0.8);
}

.active\:border-x-red-950\/90:active {
  border-left-color: rgb(69 10 10 / 0.9);
  border-right-color: rgb(69 10 10 / 0.9);
}

.active\:border-x-red-950\/95:active {
  border-left-color: rgb(69 10 10 / 0.95);
  border-right-color: rgb(69 10 10 / 0.95);
}

.active\:border-x-rose-100:active {
  --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));
}

.active\:border-x-rose-100\/0:active {
  border-left-color: rgb(255 228 230 / 0);
  border-right-color: rgb(255 228 230 / 0);
}

.active\:border-x-rose-100\/10:active {
  border-left-color: rgb(255 228 230 / 0.1);
  border-right-color: rgb(255 228 230 / 0.1);
}

.active\:border-x-rose-100\/100:active {
  border-left-color: rgb(255 228 230 / 1);
  border-right-color: rgb(255 228 230 / 1);
}

.active\:border-x-rose-100\/20:active {
  border-left-color: rgb(255 228 230 / 0.2);
  border-right-color: rgb(255 228 230 / 0.2);
}

.active\:border-x-rose-100\/25:active {
  border-left-color: rgb(255 228 230 / 0.25);
  border-right-color: rgb(255 228 230 / 0.25);
}

.active\:border-x-rose-100\/30:active {
  border-left-color: rgb(255 228 230 / 0.3);
  border-right-color: rgb(255 228 230 / 0.3);
}

.active\:border-x-rose-100\/40:active {
  border-left-color: rgb(255 228 230 / 0.4);
  border-right-color: rgb(255 228 230 / 0.4);
}

.active\:border-x-rose-100\/5:active {
  border-left-color: rgb(255 228 230 / 0.05);
  border-right-color: rgb(255 228 230 / 0.05);
}

.active\:border-x-rose-100\/50:active {
  border-left-color: rgb(255 228 230 / 0.5);
  border-right-color: rgb(255 228 230 / 0.5);
}

.active\:border-x-rose-100\/60:active {
  border-left-color: rgb(255 228 230 / 0.6);
  border-right-color: rgb(255 228 230 / 0.6);
}

.active\:border-x-rose-100\/70:active {
  border-left-color: rgb(255 228 230 / 0.7);
  border-right-color: rgb(255 228 230 / 0.7);
}

.active\:border-x-rose-100\/75:active {
  border-left-color: rgb(255 228 230 / 0.75);
  border-right-color: rgb(255 228 230 / 0.75);
}

.active\:border-x-rose-100\/80:active {
  border-left-color: rgb(255 228 230 / 0.8);
  border-right-color: rgb(255 228 230 / 0.8);
}

.active\:border-x-rose-100\/90:active {
  border-left-color: rgb(255 228 230 / 0.9);
  border-right-color: rgb(255 228 230 / 0.9);
}

.active\:border-x-rose-100\/95:active {
  border-left-color: rgb(255 228 230 / 0.95);
  border-right-color: rgb(255 228 230 / 0.95);
}

.active\:border-x-rose-200:active {
  --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));
}

.active\:border-x-rose-200\/0:active {
  border-left-color: rgb(254 205 211 / 0);
  border-right-color: rgb(254 205 211 / 0);
}

.active\:border-x-rose-200\/10:active {
  border-left-color: rgb(254 205 211 / 0.1);
  border-right-color: rgb(254 205 211 / 0.1);
}

.active\:border-x-rose-200\/100:active {
  border-left-color: rgb(254 205 211 / 1);
  border-right-color: rgb(254 205 211 / 1);
}

.active\:border-x-rose-200\/20:active {
  border-left-color: rgb(254 205 211 / 0.2);
  border-right-color: rgb(254 205 211 / 0.2);
}

.active\:border-x-rose-200\/25:active {
  border-left-color: rgb(254 205 211 / 0.25);
  border-right-color: rgb(254 205 211 / 0.25);
}

.active\:border-x-rose-200\/30:active {
  border-left-color: rgb(254 205 211 / 0.3);
  border-right-color: rgb(254 205 211 / 0.3);
}

.active\:border-x-rose-200\/40:active {
  border-left-color: rgb(254 205 211 / 0.4);
  border-right-color: rgb(254 205 211 / 0.4);
}

.active\:border-x-rose-200\/5:active {
  border-left-color: rgb(254 205 211 / 0.05);
  border-right-color: rgb(254 205 211 / 0.05);
}

.active\:border-x-rose-200\/50:active {
  border-left-color: rgb(254 205 211 / 0.5);
  border-right-color: rgb(254 205 211 / 0.5);
}

.active\:border-x-rose-200\/60:active {
  border-left-color: rgb(254 205 211 / 0.6);
  border-right-color: rgb(254 205 211 / 0.6);
}

.active\:border-x-rose-200\/70:active {
  border-left-color: rgb(254 205 211 / 0.7);
  border-right-color: rgb(254 205 211 / 0.7);
}

.active\:border-x-rose-200\/75:active {
  border-left-color: rgb(254 205 211 / 0.75);
  border-right-color: rgb(254 205 211 / 0.75);
}

.active\:border-x-rose-200\/80:active {
  border-left-color: rgb(254 205 211 / 0.8);
  border-right-color: rgb(254 205 211 / 0.8);
}

.active\:border-x-rose-200\/90:active {
  border-left-color: rgb(254 205 211 / 0.9);
  border-right-color: rgb(254 205 211 / 0.9);
}

.active\:border-x-rose-200\/95:active {
  border-left-color: rgb(254 205 211 / 0.95);
  border-right-color: rgb(254 205 211 / 0.95);
}

.active\:border-x-rose-300:active {
  --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));
}

.active\:border-x-rose-300\/0:active {
  border-left-color: rgb(253 164 175 / 0);
  border-right-color: rgb(253 164 175 / 0);
}

.active\:border-x-rose-300\/10:active {
  border-left-color: rgb(253 164 175 / 0.1);
  border-right-color: rgb(253 164 175 / 0.1);
}

.active\:border-x-rose-300\/100:active {
  border-left-color: rgb(253 164 175 / 1);
  border-right-color: rgb(253 164 175 / 1);
}

.active\:border-x-rose-300\/20:active {
  border-left-color: rgb(253 164 175 / 0.2);
  border-right-color: rgb(253 164 175 / 0.2);
}

.active\:border-x-rose-300\/25:active {
  border-left-color: rgb(253 164 175 / 0.25);
  border-right-color: rgb(253 164 175 / 0.25);
}

.active\:border-x-rose-300\/30:active {
  border-left-color: rgb(253 164 175 / 0.3);
  border-right-color: rgb(253 164 175 / 0.3);
}

.active\:border-x-rose-300\/40:active {
  border-left-color: rgb(253 164 175 / 0.4);
  border-right-color: rgb(253 164 175 / 0.4);
}

.active\:border-x-rose-300\/5:active {
  border-left-color: rgb(253 164 175 / 0.05);
  border-right-color: rgb(253 164 175 / 0.05);
}

.active\:border-x-rose-300\/50:active {
  border-left-color: rgb(253 164 175 / 0.5);
  border-right-color: rgb(253 164 175 / 0.5);
}

.active\:border-x-rose-300\/60:active {
  border-left-color: rgb(253 164 175 / 0.6);
  border-right-color: rgb(253 164 175 / 0.6);
}

.active\:border-x-rose-300\/70:active {
  border-left-color: rgb(253 164 175 / 0.7);
  border-right-color: rgb(253 164 175 / 0.7);
}

.active\:border-x-rose-300\/75:active {
  border-left-color: rgb(253 164 175 / 0.75);
  border-right-color: rgb(253 164 175 / 0.75);
}

.active\:border-x-rose-300\/80:active {
  border-left-color: rgb(253 164 175 / 0.8);
  border-right-color: rgb(253 164 175 / 0.8);
}

.active\:border-x-rose-300\/90:active {
  border-left-color: rgb(253 164 175 / 0.9);
  border-right-color: rgb(253 164 175 / 0.9);
}

.active\:border-x-rose-300\/95:active {
  border-left-color: rgb(253 164 175 / 0.95);
  border-right-color: rgb(253 164 175 / 0.95);
}

.active\:border-x-rose-400:active {
  --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));
}

.active\:border-x-rose-400\/0:active {
  border-left-color: rgb(251 113 133 / 0);
  border-right-color: rgb(251 113 133 / 0);
}

.active\:border-x-rose-400\/10:active {
  border-left-color: rgb(251 113 133 / 0.1);
  border-right-color: rgb(251 113 133 / 0.1);
}

.active\:border-x-rose-400\/100:active {
  border-left-color: rgb(251 113 133 / 1);
  border-right-color: rgb(251 113 133 / 1);
}

.active\:border-x-rose-400\/20:active {
  border-left-color: rgb(251 113 133 / 0.2);
  border-right-color: rgb(251 113 133 / 0.2);
}

.active\:border-x-rose-400\/25:active {
  border-left-color: rgb(251 113 133 / 0.25);
  border-right-color: rgb(251 113 133 / 0.25);
}

.active\:border-x-rose-400\/30:active {
  border-left-color: rgb(251 113 133 / 0.3);
  border-right-color: rgb(251 113 133 / 0.3);
}

.active\:border-x-rose-400\/40:active {
  border-left-color: rgb(251 113 133 / 0.4);
  border-right-color: rgb(251 113 133 / 0.4);
}

.active\:border-x-rose-400\/5:active {
  border-left-color: rgb(251 113 133 / 0.05);
  border-right-color: rgb(251 113 133 / 0.05);
}

.active\:border-x-rose-400\/50:active {
  border-left-color: rgb(251 113 133 / 0.5);
  border-right-color: rgb(251 113 133 / 0.5);
}

.active\:border-x-rose-400\/60:active {
  border-left-color: rgb(251 113 133 / 0.6);
  border-right-color: rgb(251 113 133 / 0.6);
}

.active\:border-x-rose-400\/70:active {
  border-left-color: rgb(251 113 133 / 0.7);
  border-right-color: rgb(251 113 133 / 0.7);
}

.active\:border-x-rose-400\/75:active {
  border-left-color: rgb(251 113 133 / 0.75);
  border-right-color: rgb(251 113 133 / 0.75);
}

.active\:border-x-rose-400\/80:active {
  border-left-color: rgb(251 113 133 / 0.8);
  border-right-color: rgb(251 113 133 / 0.8);
}

.active\:border-x-rose-400\/90:active {
  border-left-color: rgb(251 113 133 / 0.9);
  border-right-color: rgb(251 113 133 / 0.9);
}

.active\:border-x-rose-400\/95:active {
  border-left-color: rgb(251 113 133 / 0.95);
  border-right-color: rgb(251 113 133 / 0.95);
}

.active\:border-x-rose-50:active {
  --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));
}

.active\:border-x-rose-50\/0:active {
  border-left-color: rgb(255 241 242 / 0);
  border-right-color: rgb(255 241 242 / 0);
}

.active\:border-x-rose-50\/10:active {
  border-left-color: rgb(255 241 242 / 0.1);
  border-right-color: rgb(255 241 242 / 0.1);
}

.active\:border-x-rose-50\/100:active {
  border-left-color: rgb(255 241 242 / 1);
  border-right-color: rgb(255 241 242 / 1);
}

.active\:border-x-rose-50\/20:active {
  border-left-color: rgb(255 241 242 / 0.2);
  border-right-color: rgb(255 241 242 / 0.2);
}

.active\:border-x-rose-50\/25:active {
  border-left-color: rgb(255 241 242 / 0.25);
  border-right-color: rgb(255 241 242 / 0.25);
}

.active\:border-x-rose-50\/30:active {
  border-left-color: rgb(255 241 242 / 0.3);
  border-right-color: rgb(255 241 242 / 0.3);
}

.active\:border-x-rose-50\/40:active {
  border-left-color: rgb(255 241 242 / 0.4);
  border-right-color: rgb(255 241 242 / 0.4);
}

.active\:border-x-rose-50\/5:active {
  border-left-color: rgb(255 241 242 / 0.05);
  border-right-color: rgb(255 241 242 / 0.05);
}

.active\:border-x-rose-50\/50:active {
  border-left-color: rgb(255 241 242 / 0.5);
  border-right-color: rgb(255 241 242 / 0.5);
}

.active\:border-x-rose-50\/60:active {
  border-left-color: rgb(255 241 242 / 0.6);
  border-right-color: rgb(255 241 242 / 0.6);
}

.active\:border-x-rose-50\/70:active {
  border-left-color: rgb(255 241 242 / 0.7);
  border-right-color: rgb(255 241 242 / 0.7);
}

.active\:border-x-rose-50\/75:active {
  border-left-color: rgb(255 241 242 / 0.75);
  border-right-color: rgb(255 241 242 / 0.75);
}

.active\:border-x-rose-50\/80:active {
  border-left-color: rgb(255 241 242 / 0.8);
  border-right-color: rgb(255 241 242 / 0.8);
}

.active\:border-x-rose-50\/90:active {
  border-left-color: rgb(255 241 242 / 0.9);
  border-right-color: rgb(255 241 242 / 0.9);
}

.active\:border-x-rose-50\/95:active {
  border-left-color: rgb(255 241 242 / 0.95);
  border-right-color: rgb(255 241 242 / 0.95);
}

.active\:border-x-rose-500:active {
  --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));
}

.active\:border-x-rose-500\/0:active {
  border-left-color: rgb(244 63 94 / 0);
  border-right-color: rgb(244 63 94 / 0);
}

.active\:border-x-rose-500\/10:active {
  border-left-color: rgb(244 63 94 / 0.1);
  border-right-color: rgb(244 63 94 / 0.1);
}

.active\:border-x-rose-500\/100:active {
  border-left-color: rgb(244 63 94 / 1);
  border-right-color: rgb(244 63 94 / 1);
}

.active\:border-x-rose-500\/20:active {
  border-left-color: rgb(244 63 94 / 0.2);
  border-right-color: rgb(244 63 94 / 0.2);
}

.active\:border-x-rose-500\/25:active {
  border-left-color: rgb(244 63 94 / 0.25);
  border-right-color: rgb(244 63 94 / 0.25);
}

.active\:border-x-rose-500\/30:active {
  border-left-color: rgb(244 63 94 / 0.3);
  border-right-color: rgb(244 63 94 / 0.3);
}

.active\:border-x-rose-500\/40:active {
  border-left-color: rgb(244 63 94 / 0.4);
  border-right-color: rgb(244 63 94 / 0.4);
}

.active\:border-x-rose-500\/5:active {
  border-left-color: rgb(244 63 94 / 0.05);
  border-right-color: rgb(244 63 94 / 0.05);
}

.active\:border-x-rose-500\/50:active {
  border-left-color: rgb(244 63 94 / 0.5);
  border-right-color: rgb(244 63 94 / 0.5);
}

.active\:border-x-rose-500\/60:active {
  border-left-color: rgb(244 63 94 / 0.6);
  border-right-color: rgb(244 63 94 / 0.6);
}

.active\:border-x-rose-500\/70:active {
  border-left-color: rgb(244 63 94 / 0.7);
  border-right-color: rgb(244 63 94 / 0.7);
}

.active\:border-x-rose-500\/75:active {
  border-left-color: rgb(244 63 94 / 0.75);
  border-right-color: rgb(244 63 94 / 0.75);
}

.active\:border-x-rose-500\/80:active {
  border-left-color: rgb(244 63 94 / 0.8);
  border-right-color: rgb(244 63 94 / 0.8);
}

.active\:border-x-rose-500\/90:active {
  border-left-color: rgb(244 63 94 / 0.9);
  border-right-color: rgb(244 63 94 / 0.9);
}

.active\:border-x-rose-500\/95:active {
  border-left-color: rgb(244 63 94 / 0.95);
  border-right-color: rgb(244 63 94 / 0.95);
}

.active\:border-x-rose-600:active {
  --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));
}

.active\:border-x-rose-600\/0:active {
  border-left-color: rgb(225 29 72 / 0);
  border-right-color: rgb(225 29 72 / 0);
}

.active\:border-x-rose-600\/10:active {
  border-left-color: rgb(225 29 72 / 0.1);
  border-right-color: rgb(225 29 72 / 0.1);
}

.active\:border-x-rose-600\/100:active {
  border-left-color: rgb(225 29 72 / 1);
  border-right-color: rgb(225 29 72 / 1);
}

.active\:border-x-rose-600\/20:active {
  border-left-color: rgb(225 29 72 / 0.2);
  border-right-color: rgb(225 29 72 / 0.2);
}

.active\:border-x-rose-600\/25:active {
  border-left-color: rgb(225 29 72 / 0.25);
  border-right-color: rgb(225 29 72 / 0.25);
}

.active\:border-x-rose-600\/30:active {
  border-left-color: rgb(225 29 72 / 0.3);
  border-right-color: rgb(225 29 72 / 0.3);
}

.active\:border-x-rose-600\/40:active {
  border-left-color: rgb(225 29 72 / 0.4);
  border-right-color: rgb(225 29 72 / 0.4);
}

.active\:border-x-rose-600\/5:active {
  border-left-color: rgb(225 29 72 / 0.05);
  border-right-color: rgb(225 29 72 / 0.05);
}

.active\:border-x-rose-600\/50:active {
  border-left-color: rgb(225 29 72 / 0.5);
  border-right-color: rgb(225 29 72 / 0.5);
}

.active\:border-x-rose-600\/60:active {
  border-left-color: rgb(225 29 72 / 0.6);
  border-right-color: rgb(225 29 72 / 0.6);
}

.active\:border-x-rose-600\/70:active {
  border-left-color: rgb(225 29 72 / 0.7);
  border-right-color: rgb(225 29 72 / 0.7);
}

.active\:border-x-rose-600\/75:active {
  border-left-color: rgb(225 29 72 / 0.75);
  border-right-color: rgb(225 29 72 / 0.75);
}

.active\:border-x-rose-600\/80:active {
  border-left-color: rgb(225 29 72 / 0.8);
  border-right-color: rgb(225 29 72 / 0.8);
}

.active\:border-x-rose-600\/90:active {
  border-left-color: rgb(225 29 72 / 0.9);
  border-right-color: rgb(225 29 72 / 0.9);
}

.active\:border-x-rose-600\/95:active {
  border-left-color: rgb(225 29 72 / 0.95);
  border-right-color: rgb(225 29 72 / 0.95);
}

.active\:border-x-rose-700:active {
  --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));
}

.active\:border-x-rose-700\/0:active {
  border-left-color: rgb(190 18 60 / 0);
  border-right-color: rgb(190 18 60 / 0);
}

.active\:border-x-rose-700\/10:active {
  border-left-color: rgb(190 18 60 / 0.1);
  border-right-color: rgb(190 18 60 / 0.1);
}

.active\:border-x-rose-700\/100:active {
  border-left-color: rgb(190 18 60 / 1);
  border-right-color: rgb(190 18 60 / 1);
}

.active\:border-x-rose-700\/20:active {
  border-left-color: rgb(190 18 60 / 0.2);
  border-right-color: rgb(190 18 60 / 0.2);
}

.active\:border-x-rose-700\/25:active {
  border-left-color: rgb(190 18 60 / 0.25);
  border-right-color: rgb(190 18 60 / 0.25);
}

.active\:border-x-rose-700\/30:active {
  border-left-color: rgb(190 18 60 / 0.3);
  border-right-color: rgb(190 18 60 / 0.3);
}

.active\:border-x-rose-700\/40:active {
  border-left-color: rgb(190 18 60 / 0.4);
  border-right-color: rgb(190 18 60 / 0.4);
}

.active\:border-x-rose-700\/5:active {
  border-left-color: rgb(190 18 60 / 0.05);
  border-right-color: rgb(190 18 60 / 0.05);
}

.active\:border-x-rose-700\/50:active {
  border-left-color: rgb(190 18 60 / 0.5);
  border-right-color: rgb(190 18 60 / 0.5);
}

.active\:border-x-rose-700\/60:active {
  border-left-color: rgb(190 18 60 / 0.6);
  border-right-color: rgb(190 18 60 / 0.6);
}

.active\:border-x-rose-700\/70:active {
  border-left-color: rgb(190 18 60 / 0.7);
  border-right-color: rgb(190 18 60 / 0.7);
}

.active\:border-x-rose-700\/75:active {
  border-left-color: rgb(190 18 60 / 0.75);
  border-right-color: rgb(190 18 60 / 0.75);
}

.active\:border-x-rose-700\/80:active {
  border-left-color: rgb(190 18 60 / 0.8);
  border-right-color: rgb(190 18 60 / 0.8);
}

.active\:border-x-rose-700\/90:active {
  border-left-color: rgb(190 18 60 / 0.9);
  border-right-color: rgb(190 18 60 / 0.9);
}

.active\:border-x-rose-700\/95:active {
  border-left-color: rgb(190 18 60 / 0.95);
  border-right-color: rgb(190 18 60 / 0.95);
}

.active\:border-x-rose-800:active {
  --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));
}

.active\:border-x-rose-800\/0:active {
  border-left-color: rgb(159 18 57 / 0);
  border-right-color: rgb(159 18 57 / 0);
}

.active\:border-x-rose-800\/10:active {
  border-left-color: rgb(159 18 57 / 0.1);
  border-right-color: rgb(159 18 57 / 0.1);
}

.active\:border-x-rose-800\/100:active {
  border-left-color: rgb(159 18 57 / 1);
  border-right-color: rgb(159 18 57 / 1);
}

.active\:border-x-rose-800\/20:active {
  border-left-color: rgb(159 18 57 / 0.2);
  border-right-color: rgb(159 18 57 / 0.2);
}

.active\:border-x-rose-800\/25:active {
  border-left-color: rgb(159 18 57 / 0.25);
  border-right-color: rgb(159 18 57 / 0.25);
}

.active\:border-x-rose-800\/30:active {
  border-left-color: rgb(159 18 57 / 0.3);
  border-right-color: rgb(159 18 57 / 0.3);
}

.active\:border-x-rose-800\/40:active {
  border-left-color: rgb(159 18 57 / 0.4);
  border-right-color: rgb(159 18 57 / 0.4);
}

.active\:border-x-rose-800\/5:active {
  border-left-color: rgb(159 18 57 / 0.05);
  border-right-color: rgb(159 18 57 / 0.05);
}

.active\:border-x-rose-800\/50:active {
  border-left-color: rgb(159 18 57 / 0.5);
  border-right-color: rgb(159 18 57 / 0.5);
}

.active\:border-x-rose-800\/60:active {
  border-left-color: rgb(159 18 57 / 0.6);
  border-right-color: rgb(159 18 57 / 0.6);
}

.active\:border-x-rose-800\/70:active {
  border-left-color: rgb(159 18 57 / 0.7);
  border-right-color: rgb(159 18 57 / 0.7);
}

.active\:border-x-rose-800\/75:active {
  border-left-color: rgb(159 18 57 / 0.75);
  border-right-color: rgb(159 18 57 / 0.75);
}

.active\:border-x-rose-800\/80:active {
  border-left-color: rgb(159 18 57 / 0.8);
  border-right-color: rgb(159 18 57 / 0.8);
}

.active\:border-x-rose-800\/90:active {
  border-left-color: rgb(159 18 57 / 0.9);
  border-right-color: rgb(159 18 57 / 0.9);
}

.active\:border-x-rose-800\/95:active {
  border-left-color: rgb(159 18 57 / 0.95);
  border-right-color: rgb(159 18 57 / 0.95);
}

.active\:border-x-rose-900:active {
  --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));
}

.active\:border-x-rose-900\/0:active {
  border-left-color: rgb(136 19 55 / 0);
  border-right-color: rgb(136 19 55 / 0);
}

.active\:border-x-rose-900\/10:active {
  border-left-color: rgb(136 19 55 / 0.1);
  border-right-color: rgb(136 19 55 / 0.1);
}

.active\:border-x-rose-900\/100:active {
  border-left-color: rgb(136 19 55 / 1);
  border-right-color: rgb(136 19 55 / 1);
}

.active\:border-x-rose-900\/20:active {
  border-left-color: rgb(136 19 55 / 0.2);
  border-right-color: rgb(136 19 55 / 0.2);
}

.active\:border-x-rose-900\/25:active {
  border-left-color: rgb(136 19 55 / 0.25);
  border-right-color: rgb(136 19 55 / 0.25);
}

.active\:border-x-rose-900\/30:active {
  border-left-color: rgb(136 19 55 / 0.3);
  border-right-color: rgb(136 19 55 / 0.3);
}

.active\:border-x-rose-900\/40:active {
  border-left-color: rgb(136 19 55 / 0.4);
  border-right-color: rgb(136 19 55 / 0.4);
}

.active\:border-x-rose-900\/5:active {
  border-left-color: rgb(136 19 55 / 0.05);
  border-right-color: rgb(136 19 55 / 0.05);
}

.active\:border-x-rose-900\/50:active {
  border-left-color: rgb(136 19 55 / 0.5);
  border-right-color: rgb(136 19 55 / 0.5);
}

.active\:border-x-rose-900\/60:active {
  border-left-color: rgb(136 19 55 / 0.6);
  border-right-color: rgb(136 19 55 / 0.6);
}

.active\:border-x-rose-900\/70:active {
  border-left-color: rgb(136 19 55 / 0.7);
  border-right-color: rgb(136 19 55 / 0.7);
}

.active\:border-x-rose-900\/75:active {
  border-left-color: rgb(136 19 55 / 0.75);
  border-right-color: rgb(136 19 55 / 0.75);
}

.active\:border-x-rose-900\/80:active {
  border-left-color: rgb(136 19 55 / 0.8);
  border-right-color: rgb(136 19 55 / 0.8);
}

.active\:border-x-rose-900\/90:active {
  border-left-color: rgb(136 19 55 / 0.9);
  border-right-color: rgb(136 19 55 / 0.9);
}

.active\:border-x-rose-900\/95:active {
  border-left-color: rgb(136 19 55 / 0.95);
  border-right-color: rgb(136 19 55 / 0.95);
}

.active\:border-x-rose-950:active {
  --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));
}

.active\:border-x-rose-950\/0:active {
  border-left-color: rgb(76 5 25 / 0);
  border-right-color: rgb(76 5 25 / 0);
}

.active\:border-x-rose-950\/10:active {
  border-left-color: rgb(76 5 25 / 0.1);
  border-right-color: rgb(76 5 25 / 0.1);
}

.active\:border-x-rose-950\/100:active {
  border-left-color: rgb(76 5 25 / 1);
  border-right-color: rgb(76 5 25 / 1);
}

.active\:border-x-rose-950\/20:active {
  border-left-color: rgb(76 5 25 / 0.2);
  border-right-color: rgb(76 5 25 / 0.2);
}

.active\:border-x-rose-950\/25:active {
  border-left-color: rgb(76 5 25 / 0.25);
  border-right-color: rgb(76 5 25 / 0.25);
}

.active\:border-x-rose-950\/30:active {
  border-left-color: rgb(76 5 25 / 0.3);
  border-right-color: rgb(76 5 25 / 0.3);
}

.active\:border-x-rose-950\/40:active {
  border-left-color: rgb(76 5 25 / 0.4);
  border-right-color: rgb(76 5 25 / 0.4);
}

.active\:border-x-rose-950\/5:active {
  border-left-color: rgb(76 5 25 / 0.05);
  border-right-color: rgb(76 5 25 / 0.05);
}

.active\:border-x-rose-950\/50:active {
  border-left-color: rgb(76 5 25 / 0.5);
  border-right-color: rgb(76 5 25 / 0.5);
}

.active\:border-x-rose-950\/60:active {
  border-left-color: rgb(76 5 25 / 0.6);
  border-right-color: rgb(76 5 25 / 0.6);
}

.active\:border-x-rose-950\/70:active {
  border-left-color: rgb(76 5 25 / 0.7);
  border-right-color: rgb(76 5 25 / 0.7);
}

.active\:border-x-rose-950\/75:active {
  border-left-color: rgb(76 5 25 / 0.75);
  border-right-color: rgb(76 5 25 / 0.75);
}

.active\:border-x-rose-950\/80:active {
  border-left-color: rgb(76 5 25 / 0.8);
  border-right-color: rgb(76 5 25 / 0.8);
}

.active\:border-x-rose-950\/90:active {
  border-left-color: rgb(76 5 25 / 0.9);
  border-right-color: rgb(76 5 25 / 0.9);
}

.active\:border-x-rose-950\/95:active {
  border-left-color: rgb(76 5 25 / 0.95);
  border-right-color: rgb(76 5 25 / 0.95);
}

.active\:border-x-sky-100:active {
  --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));
}

.active\:border-x-sky-100\/0:active {
  border-left-color: rgb(224 242 254 / 0);
  border-right-color: rgb(224 242 254 / 0);
}

.active\:border-x-sky-100\/10:active {
  border-left-color: rgb(224 242 254 / 0.1);
  border-right-color: rgb(224 242 254 / 0.1);
}

.active\:border-x-sky-100\/100:active {
  border-left-color: rgb(224 242 254 / 1);
  border-right-color: rgb(224 242 254 / 1);
}

.active\:border-x-sky-100\/20:active {
  border-left-color: rgb(224 242 254 / 0.2);
  border-right-color: rgb(224 242 254 / 0.2);
}

.active\:border-x-sky-100\/25:active {
  border-left-color: rgb(224 242 254 / 0.25);
  border-right-color: rgb(224 242 254 / 0.25);
}

.active\:border-x-sky-100\/30:active {
  border-left-color: rgb(224 242 254 / 0.3);
  border-right-color: rgb(224 242 254 / 0.3);
}

.active\:border-x-sky-100\/40:active {
  border-left-color: rgb(224 242 254 / 0.4);
  border-right-color: rgb(224 242 254 / 0.4);
}

.active\:border-x-sky-100\/5:active {
  border-left-color: rgb(224 242 254 / 0.05);
  border-right-color: rgb(224 242 254 / 0.05);
}

.active\:border-x-sky-100\/50:active {
  border-left-color: rgb(224 242 254 / 0.5);
  border-right-color: rgb(224 242 254 / 0.5);
}

.active\:border-x-sky-100\/60:active {
  border-left-color: rgb(224 242 254 / 0.6);
  border-right-color: rgb(224 242 254 / 0.6);
}

.active\:border-x-sky-100\/70:active {
  border-left-color: rgb(224 242 254 / 0.7);
  border-right-color: rgb(224 242 254 / 0.7);
}

.active\:border-x-sky-100\/75:active {
  border-left-color: rgb(224 242 254 / 0.75);
  border-right-color: rgb(224 242 254 / 0.75);
}

.active\:border-x-sky-100\/80:active {
  border-left-color: rgb(224 242 254 / 0.8);
  border-right-color: rgb(224 242 254 / 0.8);
}

.active\:border-x-sky-100\/90:active {
  border-left-color: rgb(224 242 254 / 0.9);
  border-right-color: rgb(224 242 254 / 0.9);
}

.active\:border-x-sky-100\/95:active {
  border-left-color: rgb(224 242 254 / 0.95);
  border-right-color: rgb(224 242 254 / 0.95);
}

.active\:border-x-sky-200:active {
  --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));
}

.active\:border-x-sky-200\/0:active {
  border-left-color: rgb(186 230 253 / 0);
  border-right-color: rgb(186 230 253 / 0);
}

.active\:border-x-sky-200\/10:active {
  border-left-color: rgb(186 230 253 / 0.1);
  border-right-color: rgb(186 230 253 / 0.1);
}

.active\:border-x-sky-200\/100:active {
  border-left-color: rgb(186 230 253 / 1);
  border-right-color: rgb(186 230 253 / 1);
}

.active\:border-x-sky-200\/20:active {
  border-left-color: rgb(186 230 253 / 0.2);
  border-right-color: rgb(186 230 253 / 0.2);
}

.active\:border-x-sky-200\/25:active {
  border-left-color: rgb(186 230 253 / 0.25);
  border-right-color: rgb(186 230 253 / 0.25);
}

.active\:border-x-sky-200\/30:active {
  border-left-color: rgb(186 230 253 / 0.3);
  border-right-color: rgb(186 230 253 / 0.3);
}

.active\:border-x-sky-200\/40:active {
  border-left-color: rgb(186 230 253 / 0.4);
  border-right-color: rgb(186 230 253 / 0.4);
}

.active\:border-x-sky-200\/5:active {
  border-left-color: rgb(186 230 253 / 0.05);
  border-right-color: rgb(186 230 253 / 0.05);
}

.active\:border-x-sky-200\/50:active {
  border-left-color: rgb(186 230 253 / 0.5);
  border-right-color: rgb(186 230 253 / 0.5);
}

.active\:border-x-sky-200\/60:active {
  border-left-color: rgb(186 230 253 / 0.6);
  border-right-color: rgb(186 230 253 / 0.6);
}

.active\:border-x-sky-200\/70:active {
  border-left-color: rgb(186 230 253 / 0.7);
  border-right-color: rgb(186 230 253 / 0.7);
}

.active\:border-x-sky-200\/75:active {
  border-left-color: rgb(186 230 253 / 0.75);
  border-right-color: rgb(186 230 253 / 0.75);
}

.active\:border-x-sky-200\/80:active {
  border-left-color: rgb(186 230 253 / 0.8);
  border-right-color: rgb(186 230 253 / 0.8);
}

.active\:border-x-sky-200\/90:active {
  border-left-color: rgb(186 230 253 / 0.9);
  border-right-color: rgb(186 230 253 / 0.9);
}

.active\:border-x-sky-200\/95:active {
  border-left-color: rgb(186 230 253 / 0.95);
  border-right-color: rgb(186 230 253 / 0.95);
}

.active\:border-x-sky-300:active {
  --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));
}

.active\:border-x-sky-300\/0:active {
  border-left-color: rgb(125 211 252 / 0);
  border-right-color: rgb(125 211 252 / 0);
}

.active\:border-x-sky-300\/10:active {
  border-left-color: rgb(125 211 252 / 0.1);
  border-right-color: rgb(125 211 252 / 0.1);
}

.active\:border-x-sky-300\/100:active {
  border-left-color: rgb(125 211 252 / 1);
  border-right-color: rgb(125 211 252 / 1);
}

.active\:border-x-sky-300\/20:active {
  border-left-color: rgb(125 211 252 / 0.2);
  border-right-color: rgb(125 211 252 / 0.2);
}

.active\:border-x-sky-300\/25:active {
  border-left-color: rgb(125 211 252 / 0.25);
  border-right-color: rgb(125 211 252 / 0.25);
}

.active\:border-x-sky-300\/30:active {
  border-left-color: rgb(125 211 252 / 0.3);
  border-right-color: rgb(125 211 252 / 0.3);
}

.active\:border-x-sky-300\/40:active {
  border-left-color: rgb(125 211 252 / 0.4);
  border-right-color: rgb(125 211 252 / 0.4);
}

.active\:border-x-sky-300\/5:active {
  border-left-color: rgb(125 211 252 / 0.05);
  border-right-color: rgb(125 211 252 / 0.05);
}

.active\:border-x-sky-300\/50:active {
  border-left-color: rgb(125 211 252 / 0.5);
  border-right-color: rgb(125 211 252 / 0.5);
}

.active\:border-x-sky-300\/60:active {
  border-left-color: rgb(125 211 252 / 0.6);
  border-right-color: rgb(125 211 252 / 0.6);
}

.active\:border-x-sky-300\/70:active {
  border-left-color: rgb(125 211 252 / 0.7);
  border-right-color: rgb(125 211 252 / 0.7);
}

.active\:border-x-sky-300\/75:active {
  border-left-color: rgb(125 211 252 / 0.75);
  border-right-color: rgb(125 211 252 / 0.75);
}

.active\:border-x-sky-300\/80:active {
  border-left-color: rgb(125 211 252 / 0.8);
  border-right-color: rgb(125 211 252 / 0.8);
}

.active\:border-x-sky-300\/90:active {
  border-left-color: rgb(125 211 252 / 0.9);
  border-right-color: rgb(125 211 252 / 0.9);
}

.active\:border-x-sky-300\/95:active {
  border-left-color: rgb(125 211 252 / 0.95);
  border-right-color: rgb(125 211 252 / 0.95);
}

.active\:border-x-sky-400:active {
  --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));
}

.active\:border-x-sky-400\/0:active {
  border-left-color: rgb(56 189 248 / 0);
  border-right-color: rgb(56 189 248 / 0);
}

.active\:border-x-sky-400\/10:active {
  border-left-color: rgb(56 189 248 / 0.1);
  border-right-color: rgb(56 189 248 / 0.1);
}

.active\:border-x-sky-400\/100:active {
  border-left-color: rgb(56 189 248 / 1);
  border-right-color: rgb(56 189 248 / 1);
}

.active\:border-x-sky-400\/20:active {
  border-left-color: rgb(56 189 248 / 0.2);
  border-right-color: rgb(56 189 248 / 0.2);
}

.active\:border-x-sky-400\/25:active {
  border-left-color: rgb(56 189 248 / 0.25);
  border-right-color: rgb(56 189 248 / 0.25);
}

.active\:border-x-sky-400\/30:active {
  border-left-color: rgb(56 189 248 / 0.3);
  border-right-color: rgb(56 189 248 / 0.3);
}

.active\:border-x-sky-400\/40:active {
  border-left-color: rgb(56 189 248 / 0.4);
  border-right-color: rgb(56 189 248 / 0.4);
}

.active\:border-x-sky-400\/5:active {
  border-left-color: rgb(56 189 248 / 0.05);
  border-right-color: rgb(56 189 248 / 0.05);
}

.active\:border-x-sky-400\/50:active {
  border-left-color: rgb(56 189 248 / 0.5);
  border-right-color: rgb(56 189 248 / 0.5);
}

.active\:border-x-sky-400\/60:active {
  border-left-color: rgb(56 189 248 / 0.6);
  border-right-color: rgb(56 189 248 / 0.6);
}

.active\:border-x-sky-400\/70:active {
  border-left-color: rgb(56 189 248 / 0.7);
  border-right-color: rgb(56 189 248 / 0.7);
}

.active\:border-x-sky-400\/75:active {
  border-left-color: rgb(56 189 248 / 0.75);
  border-right-color: rgb(56 189 248 / 0.75);
}

.active\:border-x-sky-400\/80:active {
  border-left-color: rgb(56 189 248 / 0.8);
  border-right-color: rgb(56 189 248 / 0.8);
}

.active\:border-x-sky-400\/90:active {
  border-left-color: rgb(56 189 248 / 0.9);
  border-right-color: rgb(56 189 248 / 0.9);
}

.active\:border-x-sky-400\/95:active {
  border-left-color: rgb(56 189 248 / 0.95);
  border-right-color: rgb(56 189 248 / 0.95);
}

.active\:border-x-sky-50:active {
  --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));
}

.active\:border-x-sky-50\/0:active {
  border-left-color: rgb(240 249 255 / 0);
  border-right-color: rgb(240 249 255 / 0);
}

.active\:border-x-sky-50\/10:active {
  border-left-color: rgb(240 249 255 / 0.1);
  border-right-color: rgb(240 249 255 / 0.1);
}

.active\:border-x-sky-50\/100:active {
  border-left-color: rgb(240 249 255 / 1);
  border-right-color: rgb(240 249 255 / 1);
}

.active\:border-x-sky-50\/20:active {
  border-left-color: rgb(240 249 255 / 0.2);
  border-right-color: rgb(240 249 255 / 0.2);
}

.active\:border-x-sky-50\/25:active {
  border-left-color: rgb(240 249 255 / 0.25);
  border-right-color: rgb(240 249 255 / 0.25);
}

.active\:border-x-sky-50\/30:active {
  border-left-color: rgb(240 249 255 / 0.3);
  border-right-color: rgb(240 249 255 / 0.3);
}

.active\:border-x-sky-50\/40:active {
  border-left-color: rgb(240 249 255 / 0.4);
  border-right-color: rgb(240 249 255 / 0.4);
}

.active\:border-x-sky-50\/5:active {
  border-left-color: rgb(240 249 255 / 0.05);
  border-right-color: rgb(240 249 255 / 0.05);
}

.active\:border-x-sky-50\/50:active {
  border-left-color: rgb(240 249 255 / 0.5);
  border-right-color: rgb(240 249 255 / 0.5);
}

.active\:border-x-sky-50\/60:active {
  border-left-color: rgb(240 249 255 / 0.6);
  border-right-color: rgb(240 249 255 / 0.6);
}

.active\:border-x-sky-50\/70:active {
  border-left-color: rgb(240 249 255 / 0.7);
  border-right-color: rgb(240 249 255 / 0.7);
}

.active\:border-x-sky-50\/75:active {
  border-left-color: rgb(240 249 255 / 0.75);
  border-right-color: rgb(240 249 255 / 0.75);
}

.active\:border-x-sky-50\/80:active {
  border-left-color: rgb(240 249 255 / 0.8);
  border-right-color: rgb(240 249 255 / 0.8);
}

.active\:border-x-sky-50\/90:active {
  border-left-color: rgb(240 249 255 / 0.9);
  border-right-color: rgb(240 249 255 / 0.9);
}

.active\:border-x-sky-50\/95:active {
  border-left-color: rgb(240 249 255 / 0.95);
  border-right-color: rgb(240 249 255 / 0.95);
}

.active\:border-x-sky-500:active {
  --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));
}

.active\:border-x-sky-500\/0:active {
  border-left-color: rgb(14 165 233 / 0);
  border-right-color: rgb(14 165 233 / 0);
}

.active\:border-x-sky-500\/10:active {
  border-left-color: rgb(14 165 233 / 0.1);
  border-right-color: rgb(14 165 233 / 0.1);
}

.active\:border-x-sky-500\/100:active {
  border-left-color: rgb(14 165 233 / 1);
  border-right-color: rgb(14 165 233 / 1);
}

.active\:border-x-sky-500\/20:active {
  border-left-color: rgb(14 165 233 / 0.2);
  border-right-color: rgb(14 165 233 / 0.2);
}

.active\:border-x-sky-500\/25:active {
  border-left-color: rgb(14 165 233 / 0.25);
  border-right-color: rgb(14 165 233 / 0.25);
}

.active\:border-x-sky-500\/30:active {
  border-left-color: rgb(14 165 233 / 0.3);
  border-right-color: rgb(14 165 233 / 0.3);
}

.active\:border-x-sky-500\/40:active {
  border-left-color: rgb(14 165 233 / 0.4);
  border-right-color: rgb(14 165 233 / 0.4);
}

.active\:border-x-sky-500\/5:active {
  border-left-color: rgb(14 165 233 / 0.05);
  border-right-color: rgb(14 165 233 / 0.05);
}

.active\:border-x-sky-500\/50:active {
  border-left-color: rgb(14 165 233 / 0.5);
  border-right-color: rgb(14 165 233 / 0.5);
}

.active\:border-x-sky-500\/60:active {
  border-left-color: rgb(14 165 233 / 0.6);
  border-right-color: rgb(14 165 233 / 0.6);
}

.active\:border-x-sky-500\/70:active {
  border-left-color: rgb(14 165 233 / 0.7);
  border-right-color: rgb(14 165 233 / 0.7);
}

.active\:border-x-sky-500\/75:active {
  border-left-color: rgb(14 165 233 / 0.75);
  border-right-color: rgb(14 165 233 / 0.75);
}

.active\:border-x-sky-500\/80:active {
  border-left-color: rgb(14 165 233 / 0.8);
  border-right-color: rgb(14 165 233 / 0.8);
}

.active\:border-x-sky-500\/90:active {
  border-left-color: rgb(14 165 233 / 0.9);
  border-right-color: rgb(14 165 233 / 0.9);
}

.active\:border-x-sky-500\/95:active {
  border-left-color: rgb(14 165 233 / 0.95);
  border-right-color: rgb(14 165 233 / 0.95);
}

.active\:border-x-sky-600:active {
  --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));
}

.active\:border-x-sky-600\/0:active {
  border-left-color: rgb(2 132 199 / 0);
  border-right-color: rgb(2 132 199 / 0);
}

.active\:border-x-sky-600\/10:active {
  border-left-color: rgb(2 132 199 / 0.1);
  border-right-color: rgb(2 132 199 / 0.1);
}

.active\:border-x-sky-600\/100:active {
  border-left-color: rgb(2 132 199 / 1);
  border-right-color: rgb(2 132 199 / 1);
}

.active\:border-x-sky-600\/20:active {
  border-left-color: rgb(2 132 199 / 0.2);
  border-right-color: rgb(2 132 199 / 0.2);
}

.active\:border-x-sky-600\/25:active {
  border-left-color: rgb(2 132 199 / 0.25);
  border-right-color: rgb(2 132 199 / 0.25);
}

.active\:border-x-sky-600\/30:active {
  border-left-color: rgb(2 132 199 / 0.3);
  border-right-color: rgb(2 132 199 / 0.3);
}

.active\:border-x-sky-600\/40:active {
  border-left-color: rgb(2 132 199 / 0.4);
  border-right-color: rgb(2 132 199 / 0.4);
}

.active\:border-x-sky-600\/5:active {
  border-left-color: rgb(2 132 199 / 0.05);
  border-right-color: rgb(2 132 199 / 0.05);
}

.active\:border-x-sky-600\/50:active {
  border-left-color: rgb(2 132 199 / 0.5);
  border-right-color: rgb(2 132 199 / 0.5);
}

.active\:border-x-sky-600\/60:active {
  border-left-color: rgb(2 132 199 / 0.6);
  border-right-color: rgb(2 132 199 / 0.6);
}

.active\:border-x-sky-600\/70:active {
  border-left-color: rgb(2 132 199 / 0.7);
  border-right-color: rgb(2 132 199 / 0.7);
}

.active\:border-x-sky-600\/75:active {
  border-left-color: rgb(2 132 199 / 0.75);
  border-right-color: rgb(2 132 199 / 0.75);
}

.active\:border-x-sky-600\/80:active {
  border-left-color: rgb(2 132 199 / 0.8);
  border-right-color: rgb(2 132 199 / 0.8);
}

.active\:border-x-sky-600\/90:active {
  border-left-color: rgb(2 132 199 / 0.9);
  border-right-color: rgb(2 132 199 / 0.9);
}

.active\:border-x-sky-600\/95:active {
  border-left-color: rgb(2 132 199 / 0.95);
  border-right-color: rgb(2 132 199 / 0.95);
}

.active\:border-x-sky-700:active {
  --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));
}

.active\:border-x-sky-700\/0:active {
  border-left-color: rgb(3 105 161 / 0);
  border-right-color: rgb(3 105 161 / 0);
}

.active\:border-x-sky-700\/10:active {
  border-left-color: rgb(3 105 161 / 0.1);
  border-right-color: rgb(3 105 161 / 0.1);
}

.active\:border-x-sky-700\/100:active {
  border-left-color: rgb(3 105 161 / 1);
  border-right-color: rgb(3 105 161 / 1);
}

.active\:border-x-sky-700\/20:active {
  border-left-color: rgb(3 105 161 / 0.2);
  border-right-color: rgb(3 105 161 / 0.2);
}

.active\:border-x-sky-700\/25:active {
  border-left-color: rgb(3 105 161 / 0.25);
  border-right-color: rgb(3 105 161 / 0.25);
}

.active\:border-x-sky-700\/30:active {
  border-left-color: rgb(3 105 161 / 0.3);
  border-right-color: rgb(3 105 161 / 0.3);
}

.active\:border-x-sky-700\/40:active {
  border-left-color: rgb(3 105 161 / 0.4);
  border-right-color: rgb(3 105 161 / 0.4);
}

.active\:border-x-sky-700\/5:active {
  border-left-color: rgb(3 105 161 / 0.05);
  border-right-color: rgb(3 105 161 / 0.05);
}

.active\:border-x-sky-700\/50:active {
  border-left-color: rgb(3 105 161 / 0.5);
  border-right-color: rgb(3 105 161 / 0.5);
}

.active\:border-x-sky-700\/60:active {
  border-left-color: rgb(3 105 161 / 0.6);
  border-right-color: rgb(3 105 161 / 0.6);
}

.active\:border-x-sky-700\/70:active {
  border-left-color: rgb(3 105 161 / 0.7);
  border-right-color: rgb(3 105 161 / 0.7);
}

.active\:border-x-sky-700\/75:active {
  border-left-color: rgb(3 105 161 / 0.75);
  border-right-color: rgb(3 105 161 / 0.75);
}

.active\:border-x-sky-700\/80:active {
  border-left-color: rgb(3 105 161 / 0.8);
  border-right-color: rgb(3 105 161 / 0.8);
}

.active\:border-x-sky-700\/90:active {
  border-left-color: rgb(3 105 161 / 0.9);
  border-right-color: rgb(3 105 161 / 0.9);
}

.active\:border-x-sky-700\/95:active {
  border-left-color: rgb(3 105 161 / 0.95);
  border-right-color: rgb(3 105 161 / 0.95);
}

.active\:border-x-sky-800:active {
  --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));
}

.active\:border-x-sky-800\/0:active {
  border-left-color: rgb(7 89 133 / 0);
  border-right-color: rgb(7 89 133 / 0);
}

.active\:border-x-sky-800\/10:active {
  border-left-color: rgb(7 89 133 / 0.1);
  border-right-color: rgb(7 89 133 / 0.1);
}

.active\:border-x-sky-800\/100:active {
  border-left-color: rgb(7 89 133 / 1);
  border-right-color: rgb(7 89 133 / 1);
}

.active\:border-x-sky-800\/20:active {
  border-left-color: rgb(7 89 133 / 0.2);
  border-right-color: rgb(7 89 133 / 0.2);
}

.active\:border-x-sky-800\/25:active {
  border-left-color: rgb(7 89 133 / 0.25);
  border-right-color: rgb(7 89 133 / 0.25);
}

.active\:border-x-sky-800\/30:active {
  border-left-color: rgb(7 89 133 / 0.3);
  border-right-color: rgb(7 89 133 / 0.3);
}

.active\:border-x-sky-800\/40:active {
  border-left-color: rgb(7 89 133 / 0.4);
  border-right-color: rgb(7 89 133 / 0.4);
}

.active\:border-x-sky-800\/5:active {
  border-left-color: rgb(7 89 133 / 0.05);
  border-right-color: rgb(7 89 133 / 0.05);
}

.active\:border-x-sky-800\/50:active {
  border-left-color: rgb(7 89 133 / 0.5);
  border-right-color: rgb(7 89 133 / 0.5);
}

.active\:border-x-sky-800\/60:active {
  border-left-color: rgb(7 89 133 / 0.6);
  border-right-color: rgb(7 89 133 / 0.6);
}

.active\:border-x-sky-800\/70:active {
  border-left-color: rgb(7 89 133 / 0.7);
  border-right-color: rgb(7 89 133 / 0.7);
}

.active\:border-x-sky-800\/75:active {
  border-left-color: rgb(7 89 133 / 0.75);
  border-right-color: rgb(7 89 133 / 0.75);
}

.active\:border-x-sky-800\/80:active {
  border-left-color: rgb(7 89 133 / 0.8);
  border-right-color: rgb(7 89 133 / 0.8);
}

.active\:border-x-sky-800\/90:active {
  border-left-color: rgb(7 89 133 / 0.9);
  border-right-color: rgb(7 89 133 / 0.9);
}

.active\:border-x-sky-800\/95:active {
  border-left-color: rgb(7 89 133 / 0.95);
  border-right-color: rgb(7 89 133 / 0.95);
}

.active\:border-x-sky-900:active {
  --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));
}

.active\:border-x-sky-900\/0:active {
  border-left-color: rgb(12 74 110 / 0);
  border-right-color: rgb(12 74 110 / 0);
}

.active\:border-x-sky-900\/10:active {
  border-left-color: rgb(12 74 110 / 0.1);
  border-right-color: rgb(12 74 110 / 0.1);
}

.active\:border-x-sky-900\/100:active {
  border-left-color: rgb(12 74 110 / 1);
  border-right-color: rgb(12 74 110 / 1);
}

.active\:border-x-sky-900\/20:active {
  border-left-color: rgb(12 74 110 / 0.2);
  border-right-color: rgb(12 74 110 / 0.2);
}

.active\:border-x-sky-900\/25:active {
  border-left-color: rgb(12 74 110 / 0.25);
  border-right-color: rgb(12 74 110 / 0.25);
}

.active\:border-x-sky-900\/30:active {
  border-left-color: rgb(12 74 110 / 0.3);
  border-right-color: rgb(12 74 110 / 0.3);
}

.active\:border-x-sky-900\/40:active {
  border-left-color: rgb(12 74 110 / 0.4);
  border-right-color: rgb(12 74 110 / 0.4);
}

.active\:border-x-sky-900\/5:active {
  border-left-color: rgb(12 74 110 / 0.05);
  border-right-color: rgb(12 74 110 / 0.05);
}

.active\:border-x-sky-900\/50:active {
  border-left-color: rgb(12 74 110 / 0.5);
  border-right-color: rgb(12 74 110 / 0.5);
}

.active\:border-x-sky-900\/60:active {
  border-left-color: rgb(12 74 110 / 0.6);
  border-right-color: rgb(12 74 110 / 0.6);
}

.active\:border-x-sky-900\/70:active {
  border-left-color: rgb(12 74 110 / 0.7);
  border-right-color: rgb(12 74 110 / 0.7);
}

.active\:border-x-sky-900\/75:active {
  border-left-color: rgb(12 74 110 / 0.75);
  border-right-color: rgb(12 74 110 / 0.75);
}

.active\:border-x-sky-900\/80:active {
  border-left-color: rgb(12 74 110 / 0.8);
  border-right-color: rgb(12 74 110 / 0.8);
}

.active\:border-x-sky-900\/90:active {
  border-left-color: rgb(12 74 110 / 0.9);
  border-right-color: rgb(12 74 110 / 0.9);
}

.active\:border-x-sky-900\/95:active {
  border-left-color: rgb(12 74 110 / 0.95);
  border-right-color: rgb(12 74 110 / 0.95);
}

.active\:border-x-sky-950:active {
  --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));
}

.active\:border-x-sky-950\/0:active {
  border-left-color: rgb(8 47 73 / 0);
  border-right-color: rgb(8 47 73 / 0);
}

.active\:border-x-sky-950\/10:active {
  border-left-color: rgb(8 47 73 / 0.1);
  border-right-color: rgb(8 47 73 / 0.1);
}

.active\:border-x-sky-950\/100:active {
  border-left-color: rgb(8 47 73 / 1);
  border-right-color: rgb(8 47 73 / 1);
}

.active\:border-x-sky-950\/20:active {
  border-left-color: rgb(8 47 73 / 0.2);
  border-right-color: rgb(8 47 73 / 0.2);
}

.active\:border-x-sky-950\/25:active {
  border-left-color: rgb(8 47 73 / 0.25);
  border-right-color: rgb(8 47 73 / 0.25);
}

.active\:border-x-sky-950\/30:active {
  border-left-color: rgb(8 47 73 / 0.3);
  border-right-color: rgb(8 47 73 / 0.3);
}

.active\:border-x-sky-950\/40:active {
  border-left-color: rgb(8 47 73 / 0.4);
  border-right-color: rgb(8 47 73 / 0.4);
}

.active\:border-x-sky-950\/5:active {
  border-left-color: rgb(8 47 73 / 0.05);
  border-right-color: rgb(8 47 73 / 0.05);
}

.active\:border-x-sky-950\/50:active {
  border-left-color: rgb(8 47 73 / 0.5);
  border-right-color: rgb(8 47 73 / 0.5);
}

.active\:border-x-sky-950\/60:active {
  border-left-color: rgb(8 47 73 / 0.6);
  border-right-color: rgb(8 47 73 / 0.6);
}

.active\:border-x-sky-950\/70:active {
  border-left-color: rgb(8 47 73 / 0.7);
  border-right-color: rgb(8 47 73 / 0.7);
}

.active\:border-x-sky-950\/75:active {
  border-left-color: rgb(8 47 73 / 0.75);
  border-right-color: rgb(8 47 73 / 0.75);
}

.active\:border-x-sky-950\/80:active {
  border-left-color: rgb(8 47 73 / 0.8);
  border-right-color: rgb(8 47 73 / 0.8);
}

.active\:border-x-sky-950\/90:active {
  border-left-color: rgb(8 47 73 / 0.9);
  border-right-color: rgb(8 47 73 / 0.9);
}

.active\:border-x-sky-950\/95:active {
  border-left-color: rgb(8 47 73 / 0.95);
  border-right-color: rgb(8 47 73 / 0.95);
}

.active\:border-x-slate-100:active {
  --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));
}

.active\:border-x-slate-100\/0:active {
  border-left-color: rgb(241 245 249 / 0);
  border-right-color: rgb(241 245 249 / 0);
}

.active\:border-x-slate-100\/10:active {
  border-left-color: rgb(241 245 249 / 0.1);
  border-right-color: rgb(241 245 249 / 0.1);
}

.active\:border-x-slate-100\/100:active {
  border-left-color: rgb(241 245 249 / 1);
  border-right-color: rgb(241 245 249 / 1);
}

.active\:border-x-slate-100\/20:active {
  border-left-color: rgb(241 245 249 / 0.2);
  border-right-color: rgb(241 245 249 / 0.2);
}

.active\:border-x-slate-100\/25:active {
  border-left-color: rgb(241 245 249 / 0.25);
  border-right-color: rgb(241 245 249 / 0.25);
}

.active\:border-x-slate-100\/30:active {
  border-left-color: rgb(241 245 249 / 0.3);
  border-right-color: rgb(241 245 249 / 0.3);
}

.active\:border-x-slate-100\/40:active {
  border-left-color: rgb(241 245 249 / 0.4);
  border-right-color: rgb(241 245 249 / 0.4);
}

.active\:border-x-slate-100\/5:active {
  border-left-color: rgb(241 245 249 / 0.05);
  border-right-color: rgb(241 245 249 / 0.05);
}

.active\:border-x-slate-100\/50:active {
  border-left-color: rgb(241 245 249 / 0.5);
  border-right-color: rgb(241 245 249 / 0.5);
}

.active\:border-x-slate-100\/60:active {
  border-left-color: rgb(241 245 249 / 0.6);
  border-right-color: rgb(241 245 249 / 0.6);
}

.active\:border-x-slate-100\/70:active {
  border-left-color: rgb(241 245 249 / 0.7);
  border-right-color: rgb(241 245 249 / 0.7);
}

.active\:border-x-slate-100\/75:active {
  border-left-color: rgb(241 245 249 / 0.75);
  border-right-color: rgb(241 245 249 / 0.75);
}

.active\:border-x-slate-100\/80:active {
  border-left-color: rgb(241 245 249 / 0.8);
  border-right-color: rgb(241 245 249 / 0.8);
}

.active\:border-x-slate-100\/90:active {
  border-left-color: rgb(241 245 249 / 0.9);
  border-right-color: rgb(241 245 249 / 0.9);
}

.active\:border-x-slate-100\/95:active {
  border-left-color: rgb(241 245 249 / 0.95);
  border-right-color: rgb(241 245 249 / 0.95);
}

.active\:border-x-slate-200:active {
  --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));
}

.active\:border-x-slate-200\/0:active {
  border-left-color: rgb(226 232 240 / 0);
  border-right-color: rgb(226 232 240 / 0);
}

.active\:border-x-slate-200\/10:active {
  border-left-color: rgb(226 232 240 / 0.1);
  border-right-color: rgb(226 232 240 / 0.1);
}

.active\:border-x-slate-200\/100:active {
  border-left-color: rgb(226 232 240 / 1);
  border-right-color: rgb(226 232 240 / 1);
}

.active\:border-x-slate-200\/20:active {
  border-left-color: rgb(226 232 240 / 0.2);
  border-right-color: rgb(226 232 240 / 0.2);
}

.active\:border-x-slate-200\/25:active {
  border-left-color: rgb(226 232 240 / 0.25);
  border-right-color: rgb(226 232 240 / 0.25);
}

.active\:border-x-slate-200\/30:active {
  border-left-color: rgb(226 232 240 / 0.3);
  border-right-color: rgb(226 232 240 / 0.3);
}

.active\:border-x-slate-200\/40:active {
  border-left-color: rgb(226 232 240 / 0.4);
  border-right-color: rgb(226 232 240 / 0.4);
}

.active\:border-x-slate-200\/5:active {
  border-left-color: rgb(226 232 240 / 0.05);
  border-right-color: rgb(226 232 240 / 0.05);
}

.active\:border-x-slate-200\/50:active {
  border-left-color: rgb(226 232 240 / 0.5);
  border-right-color: rgb(226 232 240 / 0.5);
}

.active\:border-x-slate-200\/60:active {
  border-left-color: rgb(226 232 240 / 0.6);
  border-right-color: rgb(226 232 240 / 0.6);
}

.active\:border-x-slate-200\/70:active {
  border-left-color: rgb(226 232 240 / 0.7);
  border-right-color: rgb(226 232 240 / 0.7);
}

.active\:border-x-slate-200\/75:active {
  border-left-color: rgb(226 232 240 / 0.75);
  border-right-color: rgb(226 232 240 / 0.75);
}

.active\:border-x-slate-200\/80:active {
  border-left-color: rgb(226 232 240 / 0.8);
  border-right-color: rgb(226 232 240 / 0.8);
}

.active\:border-x-slate-200\/90:active {
  border-left-color: rgb(226 232 240 / 0.9);
  border-right-color: rgb(226 232 240 / 0.9);
}

.active\:border-x-slate-200\/95:active {
  border-left-color: rgb(226 232 240 / 0.95);
  border-right-color: rgb(226 232 240 / 0.95);
}

.active\:border-x-slate-300:active {
  --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));
}

.active\:border-x-slate-300\/0:active {
  border-left-color: rgb(203 213 225 / 0);
  border-right-color: rgb(203 213 225 / 0);
}

.active\:border-x-slate-300\/10:active {
  border-left-color: rgb(203 213 225 / 0.1);
  border-right-color: rgb(203 213 225 / 0.1);
}

.active\:border-x-slate-300\/100:active {
  border-left-color: rgb(203 213 225 / 1);
  border-right-color: rgb(203 213 225 / 1);
}

.active\:border-x-slate-300\/20:active {
  border-left-color: rgb(203 213 225 / 0.2);
  border-right-color: rgb(203 213 225 / 0.2);
}

.active\:border-x-slate-300\/25:active {
  border-left-color: rgb(203 213 225 / 0.25);
  border-right-color: rgb(203 213 225 / 0.25);
}

.active\:border-x-slate-300\/30:active {
  border-left-color: rgb(203 213 225 / 0.3);
  border-right-color: rgb(203 213 225 / 0.3);
}

.active\:border-x-slate-300\/40:active {
  border-left-color: rgb(203 213 225 / 0.4);
  border-right-color: rgb(203 213 225 / 0.4);
}

.active\:border-x-slate-300\/5:active {
  border-left-color: rgb(203 213 225 / 0.05);
  border-right-color: rgb(203 213 225 / 0.05);
}

.active\:border-x-slate-300\/50:active {
  border-left-color: rgb(203 213 225 / 0.5);
  border-right-color: rgb(203 213 225 / 0.5);
}

.active\:border-x-slate-300\/60:active {
  border-left-color: rgb(203 213 225 / 0.6);
  border-right-color: rgb(203 213 225 / 0.6);
}

.active\:border-x-slate-300\/70:active {
  border-left-color: rgb(203 213 225 / 0.7);
  border-right-color: rgb(203 213 225 / 0.7);
}

.active\:border-x-slate-300\/75:active {
  border-left-color: rgb(203 213 225 / 0.75);
  border-right-color: rgb(203 213 225 / 0.75);
}

.active\:border-x-slate-300\/80:active {
  border-left-color: rgb(203 213 225 / 0.8);
  border-right-color: rgb(203 213 225 / 0.8);
}

.active\:border-x-slate-300\/90:active {
  border-left-color: rgb(203 213 225 / 0.9);
  border-right-color: rgb(203 213 225 / 0.9);
}

.active\:border-x-slate-300\/95:active {
  border-left-color: rgb(203 213 225 / 0.95);
  border-right-color: rgb(203 213 225 / 0.95);
}

.active\:border-x-slate-400:active {
  --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));
}

.active\:border-x-slate-400\/0:active {
  border-left-color: rgb(148 163 184 / 0);
  border-right-color: rgb(148 163 184 / 0);
}

.active\:border-x-slate-400\/10:active {
  border-left-color: rgb(148 163 184 / 0.1);
  border-right-color: rgb(148 163 184 / 0.1);
}

.active\:border-x-slate-400\/100:active {
  border-left-color: rgb(148 163 184 / 1);
  border-right-color: rgb(148 163 184 / 1);
}

.active\:border-x-slate-400\/20:active {
  border-left-color: rgb(148 163 184 / 0.2);
  border-right-color: rgb(148 163 184 / 0.2);
}

.active\:border-x-slate-400\/25:active {
  border-left-color: rgb(148 163 184 / 0.25);
  border-right-color: rgb(148 163 184 / 0.25);
}

.active\:border-x-slate-400\/30:active {
  border-left-color: rgb(148 163 184 / 0.3);
  border-right-color: rgb(148 163 184 / 0.3);
}

.active\:border-x-slate-400\/40:active {
  border-left-color: rgb(148 163 184 / 0.4);
  border-right-color: rgb(148 163 184 / 0.4);
}

.active\:border-x-slate-400\/5:active {
  border-left-color: rgb(148 163 184 / 0.05);
  border-right-color: rgb(148 163 184 / 0.05);
}

.active\:border-x-slate-400\/50:active {
  border-left-color: rgb(148 163 184 / 0.5);
  border-right-color: rgb(148 163 184 / 0.5);
}

.active\:border-x-slate-400\/60:active {
  border-left-color: rgb(148 163 184 / 0.6);
  border-right-color: rgb(148 163 184 / 0.6);
}

.active\:border-x-slate-400\/70:active {
  border-left-color: rgb(148 163 184 / 0.7);
  border-right-color: rgb(148 163 184 / 0.7);
}

.active\:border-x-slate-400\/75:active {
  border-left-color: rgb(148 163 184 / 0.75);
  border-right-color: rgb(148 163 184 / 0.75);
}

.active\:border-x-slate-400\/80:active {
  border-left-color: rgb(148 163 184 / 0.8);
  border-right-color: rgb(148 163 184 / 0.8);
}

.active\:border-x-slate-400\/90:active {
  border-left-color: rgb(148 163 184 / 0.9);
  border-right-color: rgb(148 163 184 / 0.9);
}

.active\:border-x-slate-400\/95:active {
  border-left-color: rgb(148 163 184 / 0.95);
  border-right-color: rgb(148 163 184 / 0.95);
}

.active\:border-x-slate-50:active {
  --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));
}

.active\:border-x-slate-50\/0:active {
  border-left-color: rgb(248 250 252 / 0);
  border-right-color: rgb(248 250 252 / 0);
}

.active\:border-x-slate-50\/10:active {
  border-left-color: rgb(248 250 252 / 0.1);
  border-right-color: rgb(248 250 252 / 0.1);
}

.active\:border-x-slate-50\/100:active {
  border-left-color: rgb(248 250 252 / 1);
  border-right-color: rgb(248 250 252 / 1);
}

.active\:border-x-slate-50\/20:active {
  border-left-color: rgb(248 250 252 / 0.2);
  border-right-color: rgb(248 250 252 / 0.2);
}

.active\:border-x-slate-50\/25:active {
  border-left-color: rgb(248 250 252 / 0.25);
  border-right-color: rgb(248 250 252 / 0.25);
}

.active\:border-x-slate-50\/30:active {
  border-left-color: rgb(248 250 252 / 0.3);
  border-right-color: rgb(248 250 252 / 0.3);
}

.active\:border-x-slate-50\/40:active {
  border-left-color: rgb(248 250 252 / 0.4);
  border-right-color: rgb(248 250 252 / 0.4);
}

.active\:border-x-slate-50\/5:active {
  border-left-color: rgb(248 250 252 / 0.05);
  border-right-color: rgb(248 250 252 / 0.05);
}

.active\:border-x-slate-50\/50:active {
  border-left-color: rgb(248 250 252 / 0.5);
  border-right-color: rgb(248 250 252 / 0.5);
}

.active\:border-x-slate-50\/60:active {
  border-left-color: rgb(248 250 252 / 0.6);
  border-right-color: rgb(248 250 252 / 0.6);
}

.active\:border-x-slate-50\/70:active {
  border-left-color: rgb(248 250 252 / 0.7);
  border-right-color: rgb(248 250 252 / 0.7);
}

.active\:border-x-slate-50\/75:active {
  border-left-color: rgb(248 250 252 / 0.75);
  border-right-color: rgb(248 250 252 / 0.75);
}

.active\:border-x-slate-50\/80:active {
  border-left-color: rgb(248 250 252 / 0.8);
  border-right-color: rgb(248 250 252 / 0.8);
}

.active\:border-x-slate-50\/90:active {
  border-left-color: rgb(248 250 252 / 0.9);
  border-right-color: rgb(248 250 252 / 0.9);
}

.active\:border-x-slate-50\/95:active {
  border-left-color: rgb(248 250 252 / 0.95);
  border-right-color: rgb(248 250 252 / 0.95);
}

.active\:border-x-slate-500:active {
  --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));
}

.active\:border-x-slate-500\/0:active {
  border-left-color: rgb(100 116 139 / 0);
  border-right-color: rgb(100 116 139 / 0);
}

.active\:border-x-slate-500\/10:active {
  border-left-color: rgb(100 116 139 / 0.1);
  border-right-color: rgb(100 116 139 / 0.1);
}

.active\:border-x-slate-500\/100:active {
  border-left-color: rgb(100 116 139 / 1);
  border-right-color: rgb(100 116 139 / 1);
}

.active\:border-x-slate-500\/20:active {
  border-left-color: rgb(100 116 139 / 0.2);
  border-right-color: rgb(100 116 139 / 0.2);
}

.active\:border-x-slate-500\/25:active {
  border-left-color: rgb(100 116 139 / 0.25);
  border-right-color: rgb(100 116 139 / 0.25);
}

.active\:border-x-slate-500\/30:active {
  border-left-color: rgb(100 116 139 / 0.3);
  border-right-color: rgb(100 116 139 / 0.3);
}

.active\:border-x-slate-500\/40:active {
  border-left-color: rgb(100 116 139 / 0.4);
  border-right-color: rgb(100 116 139 / 0.4);
}

.active\:border-x-slate-500\/5:active {
  border-left-color: rgb(100 116 139 / 0.05);
  border-right-color: rgb(100 116 139 / 0.05);
}

.active\:border-x-slate-500\/50:active {
  border-left-color: rgb(100 116 139 / 0.5);
  border-right-color: rgb(100 116 139 / 0.5);
}

.active\:border-x-slate-500\/60:active {
  border-left-color: rgb(100 116 139 / 0.6);
  border-right-color: rgb(100 116 139 / 0.6);
}

.active\:border-x-slate-500\/70:active {
  border-left-color: rgb(100 116 139 / 0.7);
  border-right-color: rgb(100 116 139 / 0.7);
}

.active\:border-x-slate-500\/75:active {
  border-left-color: rgb(100 116 139 / 0.75);
  border-right-color: rgb(100 116 139 / 0.75);
}

.active\:border-x-slate-500\/80:active {
  border-left-color: rgb(100 116 139 / 0.8);
  border-right-color: rgb(100 116 139 / 0.8);
}

.active\:border-x-slate-500\/90:active {
  border-left-color: rgb(100 116 139 / 0.9);
  border-right-color: rgb(100 116 139 / 0.9);
}

.active\:border-x-slate-500\/95:active {
  border-left-color: rgb(100 116 139 / 0.95);
  border-right-color: rgb(100 116 139 / 0.95);
}

.active\:border-x-slate-600:active {
  --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));
}

.active\:border-x-slate-600\/0:active {
  border-left-color: rgb(71 85 105 / 0);
  border-right-color: rgb(71 85 105 / 0);
}

.active\:border-x-slate-600\/10:active {
  border-left-color: rgb(71 85 105 / 0.1);
  border-right-color: rgb(71 85 105 / 0.1);
}

.active\:border-x-slate-600\/100:active {
  border-left-color: rgb(71 85 105 / 1);
  border-right-color: rgb(71 85 105 / 1);
}

.active\:border-x-slate-600\/20:active {
  border-left-color: rgb(71 85 105 / 0.2);
  border-right-color: rgb(71 85 105 / 0.2);
}

.active\:border-x-slate-600\/25:active {
  border-left-color: rgb(71 85 105 / 0.25);
  border-right-color: rgb(71 85 105 / 0.25);
}

.active\:border-x-slate-600\/30:active {
  border-left-color: rgb(71 85 105 / 0.3);
  border-right-color: rgb(71 85 105 / 0.3);
}

.active\:border-x-slate-600\/40:active {
  border-left-color: rgb(71 85 105 / 0.4);
  border-right-color: rgb(71 85 105 / 0.4);
}

.active\:border-x-slate-600\/5:active {
  border-left-color: rgb(71 85 105 / 0.05);
  border-right-color: rgb(71 85 105 / 0.05);
}

.active\:border-x-slate-600\/50:active {
  border-left-color: rgb(71 85 105 / 0.5);
  border-right-color: rgb(71 85 105 / 0.5);
}

.active\:border-x-slate-600\/60:active {
  border-left-color: rgb(71 85 105 / 0.6);
  border-right-color: rgb(71 85 105 / 0.6);
}

.active\:border-x-slate-600\/70:active {
  border-left-color: rgb(71 85 105 / 0.7);
  border-right-color: rgb(71 85 105 / 0.7);
}

.active\:border-x-slate-600\/75:active {
  border-left-color: rgb(71 85 105 / 0.75);
  border-right-color: rgb(71 85 105 / 0.75);
}

.active\:border-x-slate-600\/80:active {
  border-left-color: rgb(71 85 105 / 0.8);
  border-right-color: rgb(71 85 105 / 0.8);
}

.active\:border-x-slate-600\/90:active {
  border-left-color: rgb(71 85 105 / 0.9);
  border-right-color: rgb(71 85 105 / 0.9);
}

.active\:border-x-slate-600\/95:active {
  border-left-color: rgb(71 85 105 / 0.95);
  border-right-color: rgb(71 85 105 / 0.95);
}

.active\:border-x-slate-700:active {
  --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));
}

.active\:border-x-slate-700\/0:active {
  border-left-color: rgb(51 65 85 / 0);
  border-right-color: rgb(51 65 85 / 0);
}

.active\:border-x-slate-700\/10:active {
  border-left-color: rgb(51 65 85 / 0.1);
  border-right-color: rgb(51 65 85 / 0.1);
}

.active\:border-x-slate-700\/100:active {
  border-left-color: rgb(51 65 85 / 1);
  border-right-color: rgb(51 65 85 / 1);
}

.active\:border-x-slate-700\/20:active {
  border-left-color: rgb(51 65 85 / 0.2);
  border-right-color: rgb(51 65 85 / 0.2);
}

.active\:border-x-slate-700\/25:active {
  border-left-color: rgb(51 65 85 / 0.25);
  border-right-color: rgb(51 65 85 / 0.25);
}

.active\:border-x-slate-700\/30:active {
  border-left-color: rgb(51 65 85 / 0.3);
  border-right-color: rgb(51 65 85 / 0.3);
}

.active\:border-x-slate-700\/40:active {
  border-left-color: rgb(51 65 85 / 0.4);
  border-right-color: rgb(51 65 85 / 0.4);
}

.active\:border-x-slate-700\/5:active {
  border-left-color: rgb(51 65 85 / 0.05);
  border-right-color: rgb(51 65 85 / 0.05);
}

.active\:border-x-slate-700\/50:active {
  border-left-color: rgb(51 65 85 / 0.5);
  border-right-color: rgb(51 65 85 / 0.5);
}

.active\:border-x-slate-700\/60:active {
  border-left-color: rgb(51 65 85 / 0.6);
  border-right-color: rgb(51 65 85 / 0.6);
}

.active\:border-x-slate-700\/70:active {
  border-left-color: rgb(51 65 85 / 0.7);
  border-right-color: rgb(51 65 85 / 0.7);
}

.active\:border-x-slate-700\/75:active {
  border-left-color: rgb(51 65 85 / 0.75);
  border-right-color: rgb(51 65 85 / 0.75);
}

.active\:border-x-slate-700\/80:active {
  border-left-color: rgb(51 65 85 / 0.8);
  border-right-color: rgb(51 65 85 / 0.8);
}

.active\:border-x-slate-700\/90:active {
  border-left-color: rgb(51 65 85 / 0.9);
  border-right-color: rgb(51 65 85 / 0.9);
}

.active\:border-x-slate-700\/95:active {
  border-left-color: rgb(51 65 85 / 0.95);
  border-right-color: rgb(51 65 85 / 0.95);
}

.active\:border-x-slate-800:active {
  --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));
}

.active\:border-x-slate-800\/0:active {
  border-left-color: rgb(30 41 59 / 0);
  border-right-color: rgb(30 41 59 / 0);
}

.active\:border-x-slate-800\/10:active {
  border-left-color: rgb(30 41 59 / 0.1);
  border-right-color: rgb(30 41 59 / 0.1);
}

.active\:border-x-slate-800\/100:active {
  border-left-color: rgb(30 41 59 / 1);
  border-right-color: rgb(30 41 59 / 1);
}

.active\:border-x-slate-800\/20:active {
  border-left-color: rgb(30 41 59 / 0.2);
  border-right-color: rgb(30 41 59 / 0.2);
}

.active\:border-x-slate-800\/25:active {
  border-left-color: rgb(30 41 59 / 0.25);
  border-right-color: rgb(30 41 59 / 0.25);
}

.active\:border-x-slate-800\/30:active {
  border-left-color: rgb(30 41 59 / 0.3);
  border-right-color: rgb(30 41 59 / 0.3);
}

.active\:border-x-slate-800\/40:active {
  border-left-color: rgb(30 41 59 / 0.4);
  border-right-color: rgb(30 41 59 / 0.4);
}

.active\:border-x-slate-800\/5:active {
  border-left-color: rgb(30 41 59 / 0.05);
  border-right-color: rgb(30 41 59 / 0.05);
}

.active\:border-x-slate-800\/50:active {
  border-left-color: rgb(30 41 59 / 0.5);
  border-right-color: rgb(30 41 59 / 0.5);
}

.active\:border-x-slate-800\/60:active {
  border-left-color: rgb(30 41 59 / 0.6);
  border-right-color: rgb(30 41 59 / 0.6);
}

.active\:border-x-slate-800\/70:active {
  border-left-color: rgb(30 41 59 / 0.7);
  border-right-color: rgb(30 41 59 / 0.7);
}

.active\:border-x-slate-800\/75:active {
  border-left-color: rgb(30 41 59 / 0.75);
  border-right-color: rgb(30 41 59 / 0.75);
}

.active\:border-x-slate-800\/80:active {
  border-left-color: rgb(30 41 59 / 0.8);
  border-right-color: rgb(30 41 59 / 0.8);
}

.active\:border-x-slate-800\/90:active {
  border-left-color: rgb(30 41 59 / 0.9);
  border-right-color: rgb(30 41 59 / 0.9);
}

.active\:border-x-slate-800\/95:active {
  border-left-color: rgb(30 41 59 / 0.95);
  border-right-color: rgb(30 41 59 / 0.95);
}

.active\:border-x-slate-900:active {
  --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));
}

.active\:border-x-slate-900\/0:active {
  border-left-color: rgb(15 23 42 / 0);
  border-right-color: rgb(15 23 42 / 0);
}

.active\:border-x-slate-900\/10:active {
  border-left-color: rgb(15 23 42 / 0.1);
  border-right-color: rgb(15 23 42 / 0.1);
}

.active\:border-x-slate-900\/100:active {
  border-left-color: rgb(15 23 42 / 1);
  border-right-color: rgb(15 23 42 / 1);
}

.active\:border-x-slate-900\/20:active {
  border-left-color: rgb(15 23 42 / 0.2);
  border-right-color: rgb(15 23 42 / 0.2);
}

.active\:border-x-slate-900\/25:active {
  border-left-color: rgb(15 23 42 / 0.25);
  border-right-color: rgb(15 23 42 / 0.25);
}

.active\:border-x-slate-900\/30:active {
  border-left-color: rgb(15 23 42 / 0.3);
  border-right-color: rgb(15 23 42 / 0.3);
}

.active\:border-x-slate-900\/40:active {
  border-left-color: rgb(15 23 42 / 0.4);
  border-right-color: rgb(15 23 42 / 0.4);
}

.active\:border-x-slate-900\/5:active {
  border-left-color: rgb(15 23 42 / 0.05);
  border-right-color: rgb(15 23 42 / 0.05);
}

.active\:border-x-slate-900\/50:active {
  border-left-color: rgb(15 23 42 / 0.5);
  border-right-color: rgb(15 23 42 / 0.5);
}

.active\:border-x-slate-900\/60:active {
  border-left-color: rgb(15 23 42 / 0.6);
  border-right-color: rgb(15 23 42 / 0.6);
}

.active\:border-x-slate-900\/70:active {
  border-left-color: rgb(15 23 42 / 0.7);
  border-right-color: rgb(15 23 42 / 0.7);
}

.active\:border-x-slate-900\/75:active {
  border-left-color: rgb(15 23 42 / 0.75);
  border-right-color: rgb(15 23 42 / 0.75);
}

.active\:border-x-slate-900\/80:active {
  border-left-color: rgb(15 23 42 / 0.8);
  border-right-color: rgb(15 23 42 / 0.8);
}

.active\:border-x-slate-900\/90:active {
  border-left-color: rgb(15 23 42 / 0.9);
  border-right-color: rgb(15 23 42 / 0.9);
}

.active\:border-x-slate-900\/95:active {
  border-left-color: rgb(15 23 42 / 0.95);
  border-right-color: rgb(15 23 42 / 0.95);
}

.active\:border-x-slate-950:active {
  --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));
}

.active\:border-x-slate-950\/0:active {
  border-left-color: rgb(2 6 23 / 0);
  border-right-color: rgb(2 6 23 / 0);
}

.active\:border-x-slate-950\/10:active {
  border-left-color: rgb(2 6 23 / 0.1);
  border-right-color: rgb(2 6 23 / 0.1);
}

.active\:border-x-slate-950\/100:active {
  border-left-color: rgb(2 6 23 / 1);
  border-right-color: rgb(2 6 23 / 1);
}

.active\:border-x-slate-950\/20:active {
  border-left-color: rgb(2 6 23 / 0.2);
  border-right-color: rgb(2 6 23 / 0.2);
}

.active\:border-x-slate-950\/25:active {
  border-left-color: rgb(2 6 23 / 0.25);
  border-right-color: rgb(2 6 23 / 0.25);
}

.active\:border-x-slate-950\/30:active {
  border-left-color: rgb(2 6 23 / 0.3);
  border-right-color: rgb(2 6 23 / 0.3);
}

.active\:border-x-slate-950\/40:active {
  border-left-color: rgb(2 6 23 / 0.4);
  border-right-color: rgb(2 6 23 / 0.4);
}

.active\:border-x-slate-950\/5:active {
  border-left-color: rgb(2 6 23 / 0.05);
  border-right-color: rgb(2 6 23 / 0.05);
}

.active\:border-x-slate-950\/50:active {
  border-left-color: rgb(2 6 23 / 0.5);
  border-right-color: rgb(2 6 23 / 0.5);
}

.active\:border-x-slate-950\/60:active {
  border-left-color: rgb(2 6 23 / 0.6);
  border-right-color: rgb(2 6 23 / 0.6);
}

.active\:border-x-slate-950\/70:active {
  border-left-color: rgb(2 6 23 / 0.7);
  border-right-color: rgb(2 6 23 / 0.7);
}

.active\:border-x-slate-950\/75:active {
  border-left-color: rgb(2 6 23 / 0.75);
  border-right-color: rgb(2 6 23 / 0.75);
}

.active\:border-x-slate-950\/80:active {
  border-left-color: rgb(2 6 23 / 0.8);
  border-right-color: rgb(2 6 23 / 0.8);
}

.active\:border-x-slate-950\/90:active {
  border-left-color: rgb(2 6 23 / 0.9);
  border-right-color: rgb(2 6 23 / 0.9);
}

.active\:border-x-slate-950\/95:active {
  border-left-color: rgb(2 6 23 / 0.95);
  border-right-color: rgb(2 6 23 / 0.95);
}

.active\:border-x-stone-100:active {
  --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));
}

.active\:border-x-stone-100\/0:active {
  border-left-color: rgb(245 245 244 / 0);
  border-right-color: rgb(245 245 244 / 0);
}

.active\:border-x-stone-100\/10:active {
  border-left-color: rgb(245 245 244 / 0.1);
  border-right-color: rgb(245 245 244 / 0.1);
}

.active\:border-x-stone-100\/100:active {
  border-left-color: rgb(245 245 244 / 1);
  border-right-color: rgb(245 245 244 / 1);
}

.active\:border-x-stone-100\/20:active {
  border-left-color: rgb(245 245 244 / 0.2);
  border-right-color: rgb(245 245 244 / 0.2);
}

.active\:border-x-stone-100\/25:active {
  border-left-color: rgb(245 245 244 / 0.25);
  border-right-color: rgb(245 245 244 / 0.25);
}

.active\:border-x-stone-100\/30:active {
  border-left-color: rgb(245 245 244 / 0.3);
  border-right-color: rgb(245 245 244 / 0.3);
}

.active\:border-x-stone-100\/40:active {
  border-left-color: rgb(245 245 244 / 0.4);
  border-right-color: rgb(245 245 244 / 0.4);
}

.active\:border-x-stone-100\/5:active {
  border-left-color: rgb(245 245 244 / 0.05);
  border-right-color: rgb(245 245 244 / 0.05);
}

.active\:border-x-stone-100\/50:active {
  border-left-color: rgb(245 245 244 / 0.5);
  border-right-color: rgb(245 245 244 / 0.5);
}

.active\:border-x-stone-100\/60:active {
  border-left-color: rgb(245 245 244 / 0.6);
  border-right-color: rgb(245 245 244 / 0.6);
}

.active\:border-x-stone-100\/70:active {
  border-left-color: rgb(245 245 244 / 0.7);
  border-right-color: rgb(245 245 244 / 0.7);
}

.active\:border-x-stone-100\/75:active {
  border-left-color: rgb(245 245 244 / 0.75);
  border-right-color: rgb(245 245 244 / 0.75);
}

.active\:border-x-stone-100\/80:active {
  border-left-color: rgb(245 245 244 / 0.8);
  border-right-color: rgb(245 245 244 / 0.8);
}

.active\:border-x-stone-100\/90:active {
  border-left-color: rgb(245 245 244 / 0.9);
  border-right-color: rgb(245 245 244 / 0.9);
}

.active\:border-x-stone-100\/95:active {
  border-left-color: rgb(245 245 244 / 0.95);
  border-right-color: rgb(245 245 244 / 0.95);
}

.active\:border-x-stone-200:active {
  --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));
}

.active\:border-x-stone-200\/0:active {
  border-left-color: rgb(231 229 228 / 0);
  border-right-color: rgb(231 229 228 / 0);
}

.active\:border-x-stone-200\/10:active {
  border-left-color: rgb(231 229 228 / 0.1);
  border-right-color: rgb(231 229 228 / 0.1);
}

.active\:border-x-stone-200\/100:active {
  border-left-color: rgb(231 229 228 / 1);
  border-right-color: rgb(231 229 228 / 1);
}

.active\:border-x-stone-200\/20:active {
  border-left-color: rgb(231 229 228 / 0.2);
  border-right-color: rgb(231 229 228 / 0.2);
}

.active\:border-x-stone-200\/25:active {
  border-left-color: rgb(231 229 228 / 0.25);
  border-right-color: rgb(231 229 228 / 0.25);
}

.active\:border-x-stone-200\/30:active {
  border-left-color: rgb(231 229 228 / 0.3);
  border-right-color: rgb(231 229 228 / 0.3);
}

.active\:border-x-stone-200\/40:active {
  border-left-color: rgb(231 229 228 / 0.4);
  border-right-color: rgb(231 229 228 / 0.4);
}

.active\:border-x-stone-200\/5:active {
  border-left-color: rgb(231 229 228 / 0.05);
  border-right-color: rgb(231 229 228 / 0.05);
}

.active\:border-x-stone-200\/50:active {
  border-left-color: rgb(231 229 228 / 0.5);
  border-right-color: rgb(231 229 228 / 0.5);
}

.active\:border-x-stone-200\/60:active {
  border-left-color: rgb(231 229 228 / 0.6);
  border-right-color: rgb(231 229 228 / 0.6);
}

.active\:border-x-stone-200\/70:active {
  border-left-color: rgb(231 229 228 / 0.7);
  border-right-color: rgb(231 229 228 / 0.7);
}

.active\:border-x-stone-200\/75:active {
  border-left-color: rgb(231 229 228 / 0.75);
  border-right-color: rgb(231 229 228 / 0.75);
}

.active\:border-x-stone-200\/80:active {
  border-left-color: rgb(231 229 228 / 0.8);
  border-right-color: rgb(231 229 228 / 0.8);
}

.active\:border-x-stone-200\/90:active {
  border-left-color: rgb(231 229 228 / 0.9);
  border-right-color: rgb(231 229 228 / 0.9);
}

.active\:border-x-stone-200\/95:active {
  border-left-color: rgb(231 229 228 / 0.95);
  border-right-color: rgb(231 229 228 / 0.95);
}

.active\:border-x-stone-300:active {
  --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));
}

.active\:border-x-stone-300\/0:active {
  border-left-color: rgb(214 211 209 / 0);
  border-right-color: rgb(214 211 209 / 0);
}

.active\:border-x-stone-300\/10:active {
  border-left-color: rgb(214 211 209 / 0.1);
  border-right-color: rgb(214 211 209 / 0.1);
}

.active\:border-x-stone-300\/100:active {
  border-left-color: rgb(214 211 209 / 1);
  border-right-color: rgb(214 211 209 / 1);
}

.active\:border-x-stone-300\/20:active {
  border-left-color: rgb(214 211 209 / 0.2);
  border-right-color: rgb(214 211 209 / 0.2);
}

.active\:border-x-stone-300\/25:active {
  border-left-color: rgb(214 211 209 / 0.25);
  border-right-color: rgb(214 211 209 / 0.25);
}

.active\:border-x-stone-300\/30:active {
  border-left-color: rgb(214 211 209 / 0.3);
  border-right-color: rgb(214 211 209 / 0.3);
}

.active\:border-x-stone-300\/40:active {
  border-left-color: rgb(214 211 209 / 0.4);
  border-right-color: rgb(214 211 209 / 0.4);
}

.active\:border-x-stone-300\/5:active {
  border-left-color: rgb(214 211 209 / 0.05);
  border-right-color: rgb(214 211 209 / 0.05);
}

.active\:border-x-stone-300\/50:active {
  border-left-color: rgb(214 211 209 / 0.5);
  border-right-color: rgb(214 211 209 / 0.5);
}

.active\:border-x-stone-300\/60:active {
  border-left-color: rgb(214 211 209 / 0.6);
  border-right-color: rgb(214 211 209 / 0.6);
}

.active\:border-x-stone-300\/70:active {
  border-left-color: rgb(214 211 209 / 0.7);
  border-right-color: rgb(214 211 209 / 0.7);
}

.active\:border-x-stone-300\/75:active {
  border-left-color: rgb(214 211 209 / 0.75);
  border-right-color: rgb(214 211 209 / 0.75);
}

.active\:border-x-stone-300\/80:active {
  border-left-color: rgb(214 211 209 / 0.8);
  border-right-color: rgb(214 211 209 / 0.8);
}

.active\:border-x-stone-300\/90:active {
  border-left-color: rgb(214 211 209 / 0.9);
  border-right-color: rgb(214 211 209 / 0.9);
}

.active\:border-x-stone-300\/95:active {
  border-left-color: rgb(214 211 209 / 0.95);
  border-right-color: rgb(214 211 209 / 0.95);
}

.active\:border-x-stone-400:active {
  --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));
}

.active\:border-x-stone-400\/0:active {
  border-left-color: rgb(168 162 158 / 0);
  border-right-color: rgb(168 162 158 / 0);
}

.active\:border-x-stone-400\/10:active {
  border-left-color: rgb(168 162 158 / 0.1);
  border-right-color: rgb(168 162 158 / 0.1);
}

.active\:border-x-stone-400\/100:active {
  border-left-color: rgb(168 162 158 / 1);
  border-right-color: rgb(168 162 158 / 1);
}

.active\:border-x-stone-400\/20:active {
  border-left-color: rgb(168 162 158 / 0.2);
  border-right-color: rgb(168 162 158 / 0.2);
}

.active\:border-x-stone-400\/25:active {
  border-left-color: rgb(168 162 158 / 0.25);
  border-right-color: rgb(168 162 158 / 0.25);
}

.active\:border-x-stone-400\/30:active {
  border-left-color: rgb(168 162 158 / 0.3);
  border-right-color: rgb(168 162 158 / 0.3);
}

.active\:border-x-stone-400\/40:active {
  border-left-color: rgb(168 162 158 / 0.4);
  border-right-color: rgb(168 162 158 / 0.4);
}

.active\:border-x-stone-400\/5:active {
  border-left-color: rgb(168 162 158 / 0.05);
  border-right-color: rgb(168 162 158 / 0.05);
}

.active\:border-x-stone-400\/50:active {
  border-left-color: rgb(168 162 158 / 0.5);
  border-right-color: rgb(168 162 158 / 0.5);
}

.active\:border-x-stone-400\/60:active {
  border-left-color: rgb(168 162 158 / 0.6);
  border-right-color: rgb(168 162 158 / 0.6);
}

.active\:border-x-stone-400\/70:active {
  border-left-color: rgb(168 162 158 / 0.7);
  border-right-color: rgb(168 162 158 / 0.7);
}

.active\:border-x-stone-400\/75:active {
  border-left-color: rgb(168 162 158 / 0.75);
  border-right-color: rgb(168 162 158 / 0.75);
}

.active\:border-x-stone-400\/80:active {
  border-left-color: rgb(168 162 158 / 0.8);
  border-right-color: rgb(168 162 158 / 0.8);
}

.active\:border-x-stone-400\/90:active {
  border-left-color: rgb(168 162 158 / 0.9);
  border-right-color: rgb(168 162 158 / 0.9);
}

.active\:border-x-stone-400\/95:active {
  border-left-color: rgb(168 162 158 / 0.95);
  border-right-color: rgb(168 162 158 / 0.95);
}

.active\:border-x-stone-50:active {
  --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));
}

.active\:border-x-stone-50\/0:active {
  border-left-color: rgb(250 250 249 / 0);
  border-right-color: rgb(250 250 249 / 0);
}

.active\:border-x-stone-50\/10:active {
  border-left-color: rgb(250 250 249 / 0.1);
  border-right-color: rgb(250 250 249 / 0.1);
}

.active\:border-x-stone-50\/100:active {
  border-left-color: rgb(250 250 249 / 1);
  border-right-color: rgb(250 250 249 / 1);
}

.active\:border-x-stone-50\/20:active {
  border-left-color: rgb(250 250 249 / 0.2);
  border-right-color: rgb(250 250 249 / 0.2);
}

.active\:border-x-stone-50\/25:active {
  border-left-color: rgb(250 250 249 / 0.25);
  border-right-color: rgb(250 250 249 / 0.25);
}

.active\:border-x-stone-50\/30:active {
  border-left-color: rgb(250 250 249 / 0.3);
  border-right-color: rgb(250 250 249 / 0.3);
}

.active\:border-x-stone-50\/40:active {
  border-left-color: rgb(250 250 249 / 0.4);
  border-right-color: rgb(250 250 249 / 0.4);
}

.active\:border-x-stone-50\/5:active {
  border-left-color: rgb(250 250 249 / 0.05);
  border-right-color: rgb(250 250 249 / 0.05);
}

.active\:border-x-stone-50\/50:active {
  border-left-color: rgb(250 250 249 / 0.5);
  border-right-color: rgb(250 250 249 / 0.5);
}

.active\:border-x-stone-50\/60:active {
  border-left-color: rgb(250 250 249 / 0.6);
  border-right-color: rgb(250 250 249 / 0.6);
}

.active\:border-x-stone-50\/70:active {
  border-left-color: rgb(250 250 249 / 0.7);
  border-right-color: rgb(250 250 249 / 0.7);
}

.active\:border-x-stone-50\/75:active {
  border-left-color: rgb(250 250 249 / 0.75);
  border-right-color: rgb(250 250 249 / 0.75);
}

.active\:border-x-stone-50\/80:active {
  border-left-color: rgb(250 250 249 / 0.8);
  border-right-color: rgb(250 250 249 / 0.8);
}

.active\:border-x-stone-50\/90:active {
  border-left-color: rgb(250 250 249 / 0.9);
  border-right-color: rgb(250 250 249 / 0.9);
}

.active\:border-x-stone-50\/95:active {
  border-left-color: rgb(250 250 249 / 0.95);
  border-right-color: rgb(250 250 249 / 0.95);
}

.active\:border-x-stone-500:active {
  --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));
}

.active\:border-x-stone-500\/0:active {
  border-left-color: rgb(120 113 108 / 0);
  border-right-color: rgb(120 113 108 / 0);
}

.active\:border-x-stone-500\/10:active {
  border-left-color: rgb(120 113 108 / 0.1);
  border-right-color: rgb(120 113 108 / 0.1);
}

.active\:border-x-stone-500\/100:active {
  border-left-color: rgb(120 113 108 / 1);
  border-right-color: rgb(120 113 108 / 1);
}

.active\:border-x-stone-500\/20:active {
  border-left-color: rgb(120 113 108 / 0.2);
  border-right-color: rgb(120 113 108 / 0.2);
}

.active\:border-x-stone-500\/25:active {
  border-left-color: rgb(120 113 108 / 0.25);
  border-right-color: rgb(120 113 108 / 0.25);
}

.active\:border-x-stone-500\/30:active {
  border-left-color: rgb(120 113 108 / 0.3);
  border-right-color: rgb(120 113 108 / 0.3);
}

.active\:border-x-stone-500\/40:active {
  border-left-color: rgb(120 113 108 / 0.4);
  border-right-color: rgb(120 113 108 / 0.4);
}

.active\:border-x-stone-500\/5:active {
  border-left-color: rgb(120 113 108 / 0.05);
  border-right-color: rgb(120 113 108 / 0.05);
}

.active\:border-x-stone-500\/50:active {
  border-left-color: rgb(120 113 108 / 0.5);
  border-right-color: rgb(120 113 108 / 0.5);
}

.active\:border-x-stone-500\/60:active {
  border-left-color: rgb(120 113 108 / 0.6);
  border-right-color: rgb(120 113 108 / 0.6);
}

.active\:border-x-stone-500\/70:active {
  border-left-color: rgb(120 113 108 / 0.7);
  border-right-color: rgb(120 113 108 / 0.7);
}

.active\:border-x-stone-500\/75:active {
  border-left-color: rgb(120 113 108 / 0.75);
  border-right-color: rgb(120 113 108 / 0.75);
}

.active\:border-x-stone-500\/80:active {
  border-left-color: rgb(120 113 108 / 0.8);
  border-right-color: rgb(120 113 108 / 0.8);
}

.active\:border-x-stone-500\/90:active {
  border-left-color: rgb(120 113 108 / 0.9);
  border-right-color: rgb(120 113 108 / 0.9);
}

.active\:border-x-stone-500\/95:active {
  border-left-color: rgb(120 113 108 / 0.95);
  border-right-color: rgb(120 113 108 / 0.95);
}

.active\:border-x-stone-600:active {
  --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));
}

.active\:border-x-stone-600\/0:active {
  border-left-color: rgb(87 83 78 / 0);
  border-right-color: rgb(87 83 78 / 0);
}

.active\:border-x-stone-600\/10:active {
  border-left-color: rgb(87 83 78 / 0.1);
  border-right-color: rgb(87 83 78 / 0.1);
}

.active\:border-x-stone-600\/100:active {
  border-left-color: rgb(87 83 78 / 1);
  border-right-color: rgb(87 83 78 / 1);
}

.active\:border-x-stone-600\/20:active {
  border-left-color: rgb(87 83 78 / 0.2);
  border-right-color: rgb(87 83 78 / 0.2);
}

.active\:border-x-stone-600\/25:active {
  border-left-color: rgb(87 83 78 / 0.25);
  border-right-color: rgb(87 83 78 / 0.25);
}

.active\:border-x-stone-600\/30:active {
  border-left-color: rgb(87 83 78 / 0.3);
  border-right-color: rgb(87 83 78 / 0.3);
}

.active\:border-x-stone-600\/40:active {
  border-left-color: rgb(87 83 78 / 0.4);
  border-right-color: rgb(87 83 78 / 0.4);
}

.active\:border-x-stone-600\/5:active {
  border-left-color: rgb(87 83 78 / 0.05);
  border-right-color: rgb(87 83 78 / 0.05);
}

.active\:border-x-stone-600\/50:active {
  border-left-color: rgb(87 83 78 / 0.5);
  border-right-color: rgb(87 83 78 / 0.5);
}

.active\:border-x-stone-600\/60:active {
  border-left-color: rgb(87 83 78 / 0.6);
  border-right-color: rgb(87 83 78 / 0.6);
}

.active\:border-x-stone-600\/70:active {
  border-left-color: rgb(87 83 78 / 0.7);
  border-right-color: rgb(87 83 78 / 0.7);
}

.active\:border-x-stone-600\/75:active {
  border-left-color: rgb(87 83 78 / 0.75);
  border-right-color: rgb(87 83 78 / 0.75);
}

.active\:border-x-stone-600\/80:active {
  border-left-color: rgb(87 83 78 / 0.8);
  border-right-color: rgb(87 83 78 / 0.8);
}

.active\:border-x-stone-600\/90:active {
  border-left-color: rgb(87 83 78 / 0.9);
  border-right-color: rgb(87 83 78 / 0.9);
}

.active\:border-x-stone-600\/95:active {
  border-left-color: rgb(87 83 78 / 0.95);
  border-right-color: rgb(87 83 78 / 0.95);
}

.active\:border-x-stone-700:active {
  --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));
}

.active\:border-x-stone-700\/0:active {
  border-left-color: rgb(68 64 60 / 0);
  border-right-color: rgb(68 64 60 / 0);
}

.active\:border-x-stone-700\/10:active {
  border-left-color: rgb(68 64 60 / 0.1);
  border-right-color: rgb(68 64 60 / 0.1);
}

.active\:border-x-stone-700\/100:active {
  border-left-color: rgb(68 64 60 / 1);
  border-right-color: rgb(68 64 60 / 1);
}

.active\:border-x-stone-700\/20:active {
  border-left-color: rgb(68 64 60 / 0.2);
  border-right-color: rgb(68 64 60 / 0.2);
}

.active\:border-x-stone-700\/25:active {
  border-left-color: rgb(68 64 60 / 0.25);
  border-right-color: rgb(68 64 60 / 0.25);
}

.active\:border-x-stone-700\/30:active {
  border-left-color: rgb(68 64 60 / 0.3);
  border-right-color: rgb(68 64 60 / 0.3);
}

.active\:border-x-stone-700\/40:active {
  border-left-color: rgb(68 64 60 / 0.4);
  border-right-color: rgb(68 64 60 / 0.4);
}

.active\:border-x-stone-700\/5:active {
  border-left-color: rgb(68 64 60 / 0.05);
  border-right-color: rgb(68 64 60 / 0.05);
}

.active\:border-x-stone-700\/50:active {
  border-left-color: rgb(68 64 60 / 0.5);
  border-right-color: rgb(68 64 60 / 0.5);
}

.active\:border-x-stone-700\/60:active {
  border-left-color: rgb(68 64 60 / 0.6);
  border-right-color: rgb(68 64 60 / 0.6);
}

.active\:border-x-stone-700\/70:active {
  border-left-color: rgb(68 64 60 / 0.7);
  border-right-color: rgb(68 64 60 / 0.7);
}

.active\:border-x-stone-700\/75:active {
  border-left-color: rgb(68 64 60 / 0.75);
  border-right-color: rgb(68 64 60 / 0.75);
}

.active\:border-x-stone-700\/80:active {
  border-left-color: rgb(68 64 60 / 0.8);
  border-right-color: rgb(68 64 60 / 0.8);
}

.active\:border-x-stone-700\/90:active {
  border-left-color: rgb(68 64 60 / 0.9);
  border-right-color: rgb(68 64 60 / 0.9);
}

.active\:border-x-stone-700\/95:active {
  border-left-color: rgb(68 64 60 / 0.95);
  border-right-color: rgb(68 64 60 / 0.95);
}

.active\:border-x-stone-800:active {
  --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));
}

.active\:border-x-stone-800\/0:active {
  border-left-color: rgb(41 37 36 / 0);
  border-right-color: rgb(41 37 36 / 0);
}

.active\:border-x-stone-800\/10:active {
  border-left-color: rgb(41 37 36 / 0.1);
  border-right-color: rgb(41 37 36 / 0.1);
}

.active\:border-x-stone-800\/100:active {
  border-left-color: rgb(41 37 36 / 1);
  border-right-color: rgb(41 37 36 / 1);
}

.active\:border-x-stone-800\/20:active {
  border-left-color: rgb(41 37 36 / 0.2);
  border-right-color: rgb(41 37 36 / 0.2);
}

.active\:border-x-stone-800\/25:active {
  border-left-color: rgb(41 37 36 / 0.25);
  border-right-color: rgb(41 37 36 / 0.25);
}

.active\:border-x-stone-800\/30:active {
  border-left-color: rgb(41 37 36 / 0.3);
  border-right-color: rgb(41 37 36 / 0.3);
}

.active\:border-x-stone-800\/40:active {
  border-left-color: rgb(41 37 36 / 0.4);
  border-right-color: rgb(41 37 36 / 0.4);
}

.active\:border-x-stone-800\/5:active {
  border-left-color: rgb(41 37 36 / 0.05);
  border-right-color: rgb(41 37 36 / 0.05);
}

.active\:border-x-stone-800\/50:active {
  border-left-color: rgb(41 37 36 / 0.5);
  border-right-color: rgb(41 37 36 / 0.5);
}

.active\:border-x-stone-800\/60:active {
  border-left-color: rgb(41 37 36 / 0.6);
  border-right-color: rgb(41 37 36 / 0.6);
}

.active\:border-x-stone-800\/70:active {
  border-left-color: rgb(41 37 36 / 0.7);
  border-right-color: rgb(41 37 36 / 0.7);
}

.active\:border-x-stone-800\/75:active {
  border-left-color: rgb(41 37 36 / 0.75);
  border-right-color: rgb(41 37 36 / 0.75);
}

.active\:border-x-stone-800\/80:active {
  border-left-color: rgb(41 37 36 / 0.8);
  border-right-color: rgb(41 37 36 / 0.8);
}

.active\:border-x-stone-800\/90:active {
  border-left-color: rgb(41 37 36 / 0.9);
  border-right-color: rgb(41 37 36 / 0.9);
}

.active\:border-x-stone-800\/95:active {
  border-left-color: rgb(41 37 36 / 0.95);
  border-right-color: rgb(41 37 36 / 0.95);
}

.active\:border-x-stone-900:active {
  --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));
}

.active\:border-x-stone-900\/0:active {
  border-left-color: rgb(28 25 23 / 0);
  border-right-color: rgb(28 25 23 / 0);
}

.active\:border-x-stone-900\/10:active {
  border-left-color: rgb(28 25 23 / 0.1);
  border-right-color: rgb(28 25 23 / 0.1);
}

.active\:border-x-stone-900\/100:active {
  border-left-color: rgb(28 25 23 / 1);
  border-right-color: rgb(28 25 23 / 1);
}

.active\:border-x-stone-900\/20:active {
  border-left-color: rgb(28 25 23 / 0.2);
  border-right-color: rgb(28 25 23 / 0.2);
}

.active\:border-x-stone-900\/25:active {
  border-left-color: rgb(28 25 23 / 0.25);
  border-right-color: rgb(28 25 23 / 0.25);
}

.active\:border-x-stone-900\/30:active {
  border-left-color: rgb(28 25 23 / 0.3);
  border-right-color: rgb(28 25 23 / 0.3);
}

.active\:border-x-stone-900\/40:active {
  border-left-color: rgb(28 25 23 / 0.4);
  border-right-color: rgb(28 25 23 / 0.4);
}

.active\:border-x-stone-900\/5:active {
  border-left-color: rgb(28 25 23 / 0.05);
  border-right-color: rgb(28 25 23 / 0.05);
}

.active\:border-x-stone-900\/50:active {
  border-left-color: rgb(28 25 23 / 0.5);
  border-right-color: rgb(28 25 23 / 0.5);
}

.active\:border-x-stone-900\/60:active {
  border-left-color: rgb(28 25 23 / 0.6);
  border-right-color: rgb(28 25 23 / 0.6);
}

.active\:border-x-stone-900\/70:active {
  border-left-color: rgb(28 25 23 / 0.7);
  border-right-color: rgb(28 25 23 / 0.7);
}

.active\:border-x-stone-900\/75:active {
  border-left-color: rgb(28 25 23 / 0.75);
  border-right-color: rgb(28 25 23 / 0.75);
}

.active\:border-x-stone-900\/80:active {
  border-left-color: rgb(28 25 23 / 0.8);
  border-right-color: rgb(28 25 23 / 0.8);
}

.active\:border-x-stone-900\/90:active {
  border-left-color: rgb(28 25 23 / 0.9);
  border-right-color: rgb(28 25 23 / 0.9);
}

.active\:border-x-stone-900\/95:active {
  border-left-color: rgb(28 25 23 / 0.95);
  border-right-color: rgb(28 25 23 / 0.95);
}

.active\:border-x-stone-950:active {
  --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));
}

.active\:border-x-stone-950\/0:active {
  border-left-color: rgb(12 10 9 / 0);
  border-right-color: rgb(12 10 9 / 0);
}

.active\:border-x-stone-950\/10:active {
  border-left-color: rgb(12 10 9 / 0.1);
  border-right-color: rgb(12 10 9 / 0.1);
}

.active\:border-x-stone-950\/100:active {
  border-left-color: rgb(12 10 9 / 1);
  border-right-color: rgb(12 10 9 / 1);
}

.active\:border-x-stone-950\/20:active {
  border-left-color: rgb(12 10 9 / 0.2);
  border-right-color: rgb(12 10 9 / 0.2);
}

.active\:border-x-stone-950\/25:active {
  border-left-color: rgb(12 10 9 / 0.25);
  border-right-color: rgb(12 10 9 / 0.25);
}

.active\:border-x-stone-950\/30:active {
  border-left-color: rgb(12 10 9 / 0.3);
  border-right-color: rgb(12 10 9 / 0.3);
}

.active\:border-x-stone-950\/40:active {
  border-left-color: rgb(12 10 9 / 0.4);
  border-right-color: rgb(12 10 9 / 0.4);
}

.active\:border-x-stone-950\/5:active {
  border-left-color: rgb(12 10 9 / 0.05);
  border-right-color: rgb(12 10 9 / 0.05);
}

.active\:border-x-stone-950\/50:active {
  border-left-color: rgb(12 10 9 / 0.5);
  border-right-color: rgb(12 10 9 / 0.5);
}

.active\:border-x-stone-950\/60:active {
  border-left-color: rgb(12 10 9 / 0.6);
  border-right-color: rgb(12 10 9 / 0.6);
}

.active\:border-x-stone-950\/70:active {
  border-left-color: rgb(12 10 9 / 0.7);
  border-right-color: rgb(12 10 9 / 0.7);
}

.active\:border-x-stone-950\/75:active {
  border-left-color: rgb(12 10 9 / 0.75);
  border-right-color: rgb(12 10 9 / 0.75);
}

.active\:border-x-stone-950\/80:active {
  border-left-color: rgb(12 10 9 / 0.8);
  border-right-color: rgb(12 10 9 / 0.8);
}

.active\:border-x-stone-950\/90:active {
  border-left-color: rgb(12 10 9 / 0.9);
  border-right-color: rgb(12 10 9 / 0.9);
}

.active\:border-x-stone-950\/95:active {
  border-left-color: rgb(12 10 9 / 0.95);
  border-right-color: rgb(12 10 9 / 0.95);
}

.active\:border-x-teal-100:active {
  --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));
}

.active\:border-x-teal-100\/0:active {
  border-left-color: rgb(204 251 241 / 0);
  border-right-color: rgb(204 251 241 / 0);
}

.active\:border-x-teal-100\/10:active {
  border-left-color: rgb(204 251 241 / 0.1);
  border-right-color: rgb(204 251 241 / 0.1);
}

.active\:border-x-teal-100\/100:active {
  border-left-color: rgb(204 251 241 / 1);
  border-right-color: rgb(204 251 241 / 1);
}

.active\:border-x-teal-100\/20:active {
  border-left-color: rgb(204 251 241 / 0.2);
  border-right-color: rgb(204 251 241 / 0.2);
}

.active\:border-x-teal-100\/25:active {
  border-left-color: rgb(204 251 241 / 0.25);
  border-right-color: rgb(204 251 241 / 0.25);
}

.active\:border-x-teal-100\/30:active {
  border-left-color: rgb(204 251 241 / 0.3);
  border-right-color: rgb(204 251 241 / 0.3);
}

.active\:border-x-teal-100\/40:active {
  border-left-color: rgb(204 251 241 / 0.4);
  border-right-color: rgb(204 251 241 / 0.4);
}

.active\:border-x-teal-100\/5:active {
  border-left-color: rgb(204 251 241 / 0.05);
  border-right-color: rgb(204 251 241 / 0.05);
}

.active\:border-x-teal-100\/50:active {
  border-left-color: rgb(204 251 241 / 0.5);
  border-right-color: rgb(204 251 241 / 0.5);
}

.active\:border-x-teal-100\/60:active {
  border-left-color: rgb(204 251 241 / 0.6);
  border-right-color: rgb(204 251 241 / 0.6);
}

.active\:border-x-teal-100\/70:active {
  border-left-color: rgb(204 251 241 / 0.7);
  border-right-color: rgb(204 251 241 / 0.7);
}

.active\:border-x-teal-100\/75:active {
  border-left-color: rgb(204 251 241 / 0.75);
  border-right-color: rgb(204 251 241 / 0.75);
}

.active\:border-x-teal-100\/80:active {
  border-left-color: rgb(204 251 241 / 0.8);
  border-right-color: rgb(204 251 241 / 0.8);
}

.active\:border-x-teal-100\/90:active {
  border-left-color: rgb(204 251 241 / 0.9);
  border-right-color: rgb(204 251 241 / 0.9);
}

.active\:border-x-teal-100\/95:active {
  border-left-color: rgb(204 251 241 / 0.95);
  border-right-color: rgb(204 251 241 / 0.95);
}

.active\:border-x-teal-200:active {
  --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));
}

.active\:border-x-teal-200\/0:active {
  border-left-color: rgb(153 246 228 / 0);
  border-right-color: rgb(153 246 228 / 0);
}

.active\:border-x-teal-200\/10:active {
  border-left-color: rgb(153 246 228 / 0.1);
  border-right-color: rgb(153 246 228 / 0.1);
}

.active\:border-x-teal-200\/100:active {
  border-left-color: rgb(153 246 228 / 1);
  border-right-color: rgb(153 246 228 / 1);
}

.active\:border-x-teal-200\/20:active {
  border-left-color: rgb(153 246 228 / 0.2);
  border-right-color: rgb(153 246 228 / 0.2);
}

.active\:border-x-teal-200\/25:active {
  border-left-color: rgb(153 246 228 / 0.25);
  border-right-color: rgb(153 246 228 / 0.25);
}

.active\:border-x-teal-200\/30:active {
  border-left-color: rgb(153 246 228 / 0.3);
  border-right-color: rgb(153 246 228 / 0.3);
}

.active\:border-x-teal-200\/40:active {
  border-left-color: rgb(153 246 228 / 0.4);
  border-right-color: rgb(153 246 228 / 0.4);
}

.active\:border-x-teal-200\/5:active {
  border-left-color: rgb(153 246 228 / 0.05);
  border-right-color: rgb(153 246 228 / 0.05);
}

.active\:border-x-teal-200\/50:active {
  border-left-color: rgb(153 246 228 / 0.5);
  border-right-color: rgb(153 246 228 / 0.5);
}

.active\:border-x-teal-200\/60:active {
  border-left-color: rgb(153 246 228 / 0.6);
  border-right-color: rgb(153 246 228 / 0.6);
}

.active\:border-x-teal-200\/70:active {
  border-left-color: rgb(153 246 228 / 0.7);
  border-right-color: rgb(153 246 228 / 0.7);
}

.active\:border-x-teal-200\/75:active {
  border-left-color: rgb(153 246 228 / 0.75);
  border-right-color: rgb(153 246 228 / 0.75);
}

.active\:border-x-teal-200\/80:active {
  border-left-color: rgb(153 246 228 / 0.8);
  border-right-color: rgb(153 246 228 / 0.8);
}

.active\:border-x-teal-200\/90:active {
  border-left-color: rgb(153 246 228 / 0.9);
  border-right-color: rgb(153 246 228 / 0.9);
}

.active\:border-x-teal-200\/95:active {
  border-left-color: rgb(153 246 228 / 0.95);
  border-right-color: rgb(153 246 228 / 0.95);
}

.active\:border-x-teal-300:active {
  --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));
}

.active\:border-x-teal-300\/0:active {
  border-left-color: rgb(94 234 212 / 0);
  border-right-color: rgb(94 234 212 / 0);
}

.active\:border-x-teal-300\/10:active {
  border-left-color: rgb(94 234 212 / 0.1);
  border-right-color: rgb(94 234 212 / 0.1);
}

.active\:border-x-teal-300\/100:active {
  border-left-color: rgb(94 234 212 / 1);
  border-right-color: rgb(94 234 212 / 1);
}

.active\:border-x-teal-300\/20:active {
  border-left-color: rgb(94 234 212 / 0.2);
  border-right-color: rgb(94 234 212 / 0.2);
}

.active\:border-x-teal-300\/25:active {
  border-left-color: rgb(94 234 212 / 0.25);
  border-right-color: rgb(94 234 212 / 0.25);
}

.active\:border-x-teal-300\/30:active {
  border-left-color: rgb(94 234 212 / 0.3);
  border-right-color: rgb(94 234 212 / 0.3);
}

.active\:border-x-teal-300\/40:active {
  border-left-color: rgb(94 234 212 / 0.4);
  border-right-color: rgb(94 234 212 / 0.4);
}

.active\:border-x-teal-300\/5:active {
  border-left-color: rgb(94 234 212 / 0.05);
  border-right-color: rgb(94 234 212 / 0.05);
}

.active\:border-x-teal-300\/50:active {
  border-left-color: rgb(94 234 212 / 0.5);
  border-right-color: rgb(94 234 212 / 0.5);
}

.active\:border-x-teal-300\/60:active {
  border-left-color: rgb(94 234 212 / 0.6);
  border-right-color: rgb(94 234 212 / 0.6);
}

.active\:border-x-teal-300\/70:active {
  border-left-color: rgb(94 234 212 / 0.7);
  border-right-color: rgb(94 234 212 / 0.7);
}

.active\:border-x-teal-300\/75:active {
  border-left-color: rgb(94 234 212 / 0.75);
  border-right-color: rgb(94 234 212 / 0.75);
}

.active\:border-x-teal-300\/80:active {
  border-left-color: rgb(94 234 212 / 0.8);
  border-right-color: rgb(94 234 212 / 0.8);
}

.active\:border-x-teal-300\/90:active {
  border-left-color: rgb(94 234 212 / 0.9);
  border-right-color: rgb(94 234 212 / 0.9);
}

.active\:border-x-teal-300\/95:active {
  border-left-color: rgb(94 234 212 / 0.95);
  border-right-color: rgb(94 234 212 / 0.95);
}

.active\:border-x-teal-400:active {
  --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));
}

.active\:border-x-teal-400\/0:active {
  border-left-color: rgb(45 212 191 / 0);
  border-right-color: rgb(45 212 191 / 0);
}

.active\:border-x-teal-400\/10:active {
  border-left-color: rgb(45 212 191 / 0.1);
  border-right-color: rgb(45 212 191 / 0.1);
}

.active\:border-x-teal-400\/100:active {
  border-left-color: rgb(45 212 191 / 1);
  border-right-color: rgb(45 212 191 / 1);
}

.active\:border-x-teal-400\/20:active {
  border-left-color: rgb(45 212 191 / 0.2);
  border-right-color: rgb(45 212 191 / 0.2);
}

.active\:border-x-teal-400\/25:active {
  border-left-color: rgb(45 212 191 / 0.25);
  border-right-color: rgb(45 212 191 / 0.25);
}

.active\:border-x-teal-400\/30:active {
  border-left-color: rgb(45 212 191 / 0.3);
  border-right-color: rgb(45 212 191 / 0.3);
}

.active\:border-x-teal-400\/40:active {
  border-left-color: rgb(45 212 191 / 0.4);
  border-right-color: rgb(45 212 191 / 0.4);
}

.active\:border-x-teal-400\/5:active {
  border-left-color: rgb(45 212 191 / 0.05);
  border-right-color: rgb(45 212 191 / 0.05);
}

.active\:border-x-teal-400\/50:active {
  border-left-color: rgb(45 212 191 / 0.5);
  border-right-color: rgb(45 212 191 / 0.5);
}

.active\:border-x-teal-400\/60:active {
  border-left-color: rgb(45 212 191 / 0.6);
  border-right-color: rgb(45 212 191 / 0.6);
}

.active\:border-x-teal-400\/70:active {
  border-left-color: rgb(45 212 191 / 0.7);
  border-right-color: rgb(45 212 191 / 0.7);
}

.active\:border-x-teal-400\/75:active {
  border-left-color: rgb(45 212 191 / 0.75);
  border-right-color: rgb(45 212 191 / 0.75);
}

.active\:border-x-teal-400\/80:active {
  border-left-color: rgb(45 212 191 / 0.8);
  border-right-color: rgb(45 212 191 / 0.8);
}

.active\:border-x-teal-400\/90:active {
  border-left-color: rgb(45 212 191 / 0.9);
  border-right-color: rgb(45 212 191 / 0.9);
}

.active\:border-x-teal-400\/95:active {
  border-left-color: rgb(45 212 191 / 0.95);
  border-right-color: rgb(45 212 191 / 0.95);
}

.active\:border-x-teal-50:active {
  --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));
}

.active\:border-x-teal-50\/0:active {
  border-left-color: rgb(240 253 250 / 0);
  border-right-color: rgb(240 253 250 / 0);
}

.active\:border-x-teal-50\/10:active {
  border-left-color: rgb(240 253 250 / 0.1);
  border-right-color: rgb(240 253 250 / 0.1);
}

.active\:border-x-teal-50\/100:active {
  border-left-color: rgb(240 253 250 / 1);
  border-right-color: rgb(240 253 250 / 1);
}

.active\:border-x-teal-50\/20:active {
  border-left-color: rgb(240 253 250 / 0.2);
  border-right-color: rgb(240 253 250 / 0.2);
}

.active\:border-x-teal-50\/25:active {
  border-left-color: rgb(240 253 250 / 0.25);
  border-right-color: rgb(240 253 250 / 0.25);
}

.active\:border-x-teal-50\/30:active {
  border-left-color: rgb(240 253 250 / 0.3);
  border-right-color: rgb(240 253 250 / 0.3);
}

.active\:border-x-teal-50\/40:active {
  border-left-color: rgb(240 253 250 / 0.4);
  border-right-color: rgb(240 253 250 / 0.4);
}

.active\:border-x-teal-50\/5:active {
  border-left-color: rgb(240 253 250 / 0.05);
  border-right-color: rgb(240 253 250 / 0.05);
}

.active\:border-x-teal-50\/50:active {
  border-left-color: rgb(240 253 250 / 0.5);
  border-right-color: rgb(240 253 250 / 0.5);
}

.active\:border-x-teal-50\/60:active {
  border-left-color: rgb(240 253 250 / 0.6);
  border-right-color: rgb(240 253 250 / 0.6);
}

.active\:border-x-teal-50\/70:active {
  border-left-color: rgb(240 253 250 / 0.7);
  border-right-color: rgb(240 253 250 / 0.7);
}

.active\:border-x-teal-50\/75:active {
  border-left-color: rgb(240 253 250 / 0.75);
  border-right-color: rgb(240 253 250 / 0.75);
}

.active\:border-x-teal-50\/80:active {
  border-left-color: rgb(240 253 250 / 0.8);
  border-right-color: rgb(240 253 250 / 0.8);
}

.active\:border-x-teal-50\/90:active {
  border-left-color: rgb(240 253 250 / 0.9);
  border-right-color: rgb(240 253 250 / 0.9);
}

.active\:border-x-teal-50\/95:active {
  border-left-color: rgb(240 253 250 / 0.95);
  border-right-color: rgb(240 253 250 / 0.95);
}

.active\:border-x-teal-500:active {
  --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));
}

.active\:border-x-teal-500\/0:active {
  border-left-color: rgb(20 184 166 / 0);
  border-right-color: rgb(20 184 166 / 0);
}

.active\:border-x-teal-500\/10:active {
  border-left-color: rgb(20 184 166 / 0.1);
  border-right-color: rgb(20 184 166 / 0.1);
}

.active\:border-x-teal-500\/100:active {
  border-left-color: rgb(20 184 166 / 1);
  border-right-color: rgb(20 184 166 / 1);
}

.active\:border-x-teal-500\/20:active {
  border-left-color: rgb(20 184 166 / 0.2);
  border-right-color: rgb(20 184 166 / 0.2);
}

.active\:border-x-teal-500\/25:active {
  border-left-color: rgb(20 184 166 / 0.25);
  border-right-color: rgb(20 184 166 / 0.25);
}

.active\:border-x-teal-500\/30:active {
  border-left-color: rgb(20 184 166 / 0.3);
  border-right-color: rgb(20 184 166 / 0.3);
}

.active\:border-x-teal-500\/40:active {
  border-left-color: rgb(20 184 166 / 0.4);
  border-right-color: rgb(20 184 166 / 0.4);
}

.active\:border-x-teal-500\/5:active {
  border-left-color: rgb(20 184 166 / 0.05);
  border-right-color: rgb(20 184 166 / 0.05);
}

.active\:border-x-teal-500\/50:active {
  border-left-color: rgb(20 184 166 / 0.5);
  border-right-color: rgb(20 184 166 / 0.5);
}

.active\:border-x-teal-500\/60:active {
  border-left-color: rgb(20 184 166 / 0.6);
  border-right-color: rgb(20 184 166 / 0.6);
}

.active\:border-x-teal-500\/70:active {
  border-left-color: rgb(20 184 166 / 0.7);
  border-right-color: rgb(20 184 166 / 0.7);
}

.active\:border-x-teal-500\/75:active {
  border-left-color: rgb(20 184 166 / 0.75);
  border-right-color: rgb(20 184 166 / 0.75);
}

.active\:border-x-teal-500\/80:active {
  border-left-color: rgb(20 184 166 / 0.8);
  border-right-color: rgb(20 184 166 / 0.8);
}

.active\:border-x-teal-500\/90:active {
  border-left-color: rgb(20 184 166 / 0.9);
  border-right-color: rgb(20 184 166 / 0.9);
}

.active\:border-x-teal-500\/95:active {
  border-left-color: rgb(20 184 166 / 0.95);
  border-right-color: rgb(20 184 166 / 0.95);
}

.active\:border-x-teal-600:active {
  --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));
}

.active\:border-x-teal-600\/0:active {
  border-left-color: rgb(13 148 136 / 0);
  border-right-color: rgb(13 148 136 / 0);
}

.active\:border-x-teal-600\/10:active {
  border-left-color: rgb(13 148 136 / 0.1);
  border-right-color: rgb(13 148 136 / 0.1);
}

.active\:border-x-teal-600\/100:active {
  border-left-color: rgb(13 148 136 / 1);
  border-right-color: rgb(13 148 136 / 1);
}

.active\:border-x-teal-600\/20:active {
  border-left-color: rgb(13 148 136 / 0.2);
  border-right-color: rgb(13 148 136 / 0.2);
}

.active\:border-x-teal-600\/25:active {
  border-left-color: rgb(13 148 136 / 0.25);
  border-right-color: rgb(13 148 136 / 0.25);
}

.active\:border-x-teal-600\/30:active {
  border-left-color: rgb(13 148 136 / 0.3);
  border-right-color: rgb(13 148 136 / 0.3);
}

.active\:border-x-teal-600\/40:active {
  border-left-color: rgb(13 148 136 / 0.4);
  border-right-color: rgb(13 148 136 / 0.4);
}

.active\:border-x-teal-600\/5:active {
  border-left-color: rgb(13 148 136 / 0.05);
  border-right-color: rgb(13 148 136 / 0.05);
}

.active\:border-x-teal-600\/50:active {
  border-left-color: rgb(13 148 136 / 0.5);
  border-right-color: rgb(13 148 136 / 0.5);
}

.active\:border-x-teal-600\/60:active {
  border-left-color: rgb(13 148 136 / 0.6);
  border-right-color: rgb(13 148 136 / 0.6);
}

.active\:border-x-teal-600\/70:active {
  border-left-color: rgb(13 148 136 / 0.7);
  border-right-color: rgb(13 148 136 / 0.7);
}

.active\:border-x-teal-600\/75:active {
  border-left-color: rgb(13 148 136 / 0.75);
  border-right-color: rgb(13 148 136 / 0.75);
}

.active\:border-x-teal-600\/80:active {
  border-left-color: rgb(13 148 136 / 0.8);
  border-right-color: rgb(13 148 136 / 0.8);
}

.active\:border-x-teal-600\/90:active {
  border-left-color: rgb(13 148 136 / 0.9);
  border-right-color: rgb(13 148 136 / 0.9);
}

.active\:border-x-teal-600\/95:active {
  border-left-color: rgb(13 148 136 / 0.95);
  border-right-color: rgb(13 148 136 / 0.95);
}

.active\:border-x-teal-700:active {
  --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));
}

.active\:border-x-teal-700\/0:active {
  border-left-color: rgb(15 118 110 / 0);
  border-right-color: rgb(15 118 110 / 0);
}

.active\:border-x-teal-700\/10:active {
  border-left-color: rgb(15 118 110 / 0.1);
  border-right-color: rgb(15 118 110 / 0.1);
}

.active\:border-x-teal-700\/100:active {
  border-left-color: rgb(15 118 110 / 1);
  border-right-color: rgb(15 118 110 / 1);
}

.active\:border-x-teal-700\/20:active {
  border-left-color: rgb(15 118 110 / 0.2);
  border-right-color: rgb(15 118 110 / 0.2);
}

.active\:border-x-teal-700\/25:active {
  border-left-color: rgb(15 118 110 / 0.25);
  border-right-color: rgb(15 118 110 / 0.25);
}

.active\:border-x-teal-700\/30:active {
  border-left-color: rgb(15 118 110 / 0.3);
  border-right-color: rgb(15 118 110 / 0.3);
}

.active\:border-x-teal-700\/40:active {
  border-left-color: rgb(15 118 110 / 0.4);
  border-right-color: rgb(15 118 110 / 0.4);
}

.active\:border-x-teal-700\/5:active {
  border-left-color: rgb(15 118 110 / 0.05);
  border-right-color: rgb(15 118 110 / 0.05);
}

.active\:border-x-teal-700\/50:active {
  border-left-color: rgb(15 118 110 / 0.5);
  border-right-color: rgb(15 118 110 / 0.5);
}

.active\:border-x-teal-700\/60:active {
  border-left-color: rgb(15 118 110 / 0.6);
  border-right-color: rgb(15 118 110 / 0.6);
}

.active\:border-x-teal-700\/70:active {
  border-left-color: rgb(15 118 110 / 0.7);
  border-right-color: rgb(15 118 110 / 0.7);
}

.active\:border-x-teal-700\/75:active {
  border-left-color: rgb(15 118 110 / 0.75);
  border-right-color: rgb(15 118 110 / 0.75);
}

.active\:border-x-teal-700\/80:active {
  border-left-color: rgb(15 118 110 / 0.8);
  border-right-color: rgb(15 118 110 / 0.8);
}

.active\:border-x-teal-700\/90:active {
  border-left-color: rgb(15 118 110 / 0.9);
  border-right-color: rgb(15 118 110 / 0.9);
}

.active\:border-x-teal-700\/95:active {
  border-left-color: rgb(15 118 110 / 0.95);
  border-right-color: rgb(15 118 110 / 0.95);
}

.active\:border-x-teal-800:active {
  --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));
}

.active\:border-x-teal-800\/0:active {
  border-left-color: rgb(17 94 89 / 0);
  border-right-color: rgb(17 94 89 / 0);
}

.active\:border-x-teal-800\/10:active {
  border-left-color: rgb(17 94 89 / 0.1);
  border-right-color: rgb(17 94 89 / 0.1);
}

.active\:border-x-teal-800\/100:active {
  border-left-color: rgb(17 94 89 / 1);
  border-right-color: rgb(17 94 89 / 1);
}

.active\:border-x-teal-800\/20:active {
  border-left-color: rgb(17 94 89 / 0.2);
  border-right-color: rgb(17 94 89 / 0.2);
}

.active\:border-x-teal-800\/25:active {
  border-left-color: rgb(17 94 89 / 0.25);
  border-right-color: rgb(17 94 89 / 0.25);
}

.active\:border-x-teal-800\/30:active {
  border-left-color: rgb(17 94 89 / 0.3);
  border-right-color: rgb(17 94 89 / 0.3);
}

.active\:border-x-teal-800\/40:active {
  border-left-color: rgb(17 94 89 / 0.4);
  border-right-color: rgb(17 94 89 / 0.4);
}

.active\:border-x-teal-800\/5:active {
  border-left-color: rgb(17 94 89 / 0.05);
  border-right-color: rgb(17 94 89 / 0.05);
}

.active\:border-x-teal-800\/50:active {
  border-left-color: rgb(17 94 89 / 0.5);
  border-right-color: rgb(17 94 89 / 0.5);
}

.active\:border-x-teal-800\/60:active {
  border-left-color: rgb(17 94 89 / 0.6);
  border-right-color: rgb(17 94 89 / 0.6);
}

.active\:border-x-teal-800\/70:active {
  border-left-color: rgb(17 94 89 / 0.7);
  border-right-color: rgb(17 94 89 / 0.7);
}

.active\:border-x-teal-800\/75:active {
  border-left-color: rgb(17 94 89 / 0.75);
  border-right-color: rgb(17 94 89 / 0.75);
}

.active\:border-x-teal-800\/80:active {
  border-left-color: rgb(17 94 89 / 0.8);
  border-right-color: rgb(17 94 89 / 0.8);
}

.active\:border-x-teal-800\/90:active {
  border-left-color: rgb(17 94 89 / 0.9);
  border-right-color: rgb(17 94 89 / 0.9);
}

.active\:border-x-teal-800\/95:active {
  border-left-color: rgb(17 94 89 / 0.95);
  border-right-color: rgb(17 94 89 / 0.95);
}

.active\:border-x-teal-900:active {
  --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));
}

.active\:border-x-teal-900\/0:active {
  border-left-color: rgb(19 78 74 / 0);
  border-right-color: rgb(19 78 74 / 0);
}

.active\:border-x-teal-900\/10:active {
  border-left-color: rgb(19 78 74 / 0.1);
  border-right-color: rgb(19 78 74 / 0.1);
}

.active\:border-x-teal-900\/100:active {
  border-left-color: rgb(19 78 74 / 1);
  border-right-color: rgb(19 78 74 / 1);
}

.active\:border-x-teal-900\/20:active {
  border-left-color: rgb(19 78 74 / 0.2);
  border-right-color: rgb(19 78 74 / 0.2);
}

.active\:border-x-teal-900\/25:active {
  border-left-color: rgb(19 78 74 / 0.25);
  border-right-color: rgb(19 78 74 / 0.25);
}

.active\:border-x-teal-900\/30:active {
  border-left-color: rgb(19 78 74 / 0.3);
  border-right-color: rgb(19 78 74 / 0.3);
}

.active\:border-x-teal-900\/40:active {
  border-left-color: rgb(19 78 74 / 0.4);
  border-right-color: rgb(19 78 74 / 0.4);
}

.active\:border-x-teal-900\/5:active {
  border-left-color: rgb(19 78 74 / 0.05);
  border-right-color: rgb(19 78 74 / 0.05);
}

.active\:border-x-teal-900\/50:active {
  border-left-color: rgb(19 78 74 / 0.5);
  border-right-color: rgb(19 78 74 / 0.5);
}

.active\:border-x-teal-900\/60:active {
  border-left-color: rgb(19 78 74 / 0.6);
  border-right-color: rgb(19 78 74 / 0.6);
}

.active\:border-x-teal-900\/70:active {
  border-left-color: rgb(19 78 74 / 0.7);
  border-right-color: rgb(19 78 74 / 0.7);
}

.active\:border-x-teal-900\/75:active {
  border-left-color: rgb(19 78 74 / 0.75);
  border-right-color: rgb(19 78 74 / 0.75);
}

.active\:border-x-teal-900\/80:active {
  border-left-color: rgb(19 78 74 / 0.8);
  border-right-color: rgb(19 78 74 / 0.8);
}

.active\:border-x-teal-900\/90:active {
  border-left-color: rgb(19 78 74 / 0.9);
  border-right-color: rgb(19 78 74 / 0.9);
}

.active\:border-x-teal-900\/95:active {
  border-left-color: rgb(19 78 74 / 0.95);
  border-right-color: rgb(19 78 74 / 0.95);
}

.active\:border-x-teal-950:active {
  --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));
}

.active\:border-x-teal-950\/0:active {
  border-left-color: rgb(4 47 46 / 0);
  border-right-color: rgb(4 47 46 / 0);
}

.active\:border-x-teal-950\/10:active {
  border-left-color: rgb(4 47 46 / 0.1);
  border-right-color: rgb(4 47 46 / 0.1);
}

.active\:border-x-teal-950\/100:active {
  border-left-color: rgb(4 47 46 / 1);
  border-right-color: rgb(4 47 46 / 1);
}

.active\:border-x-teal-950\/20:active {
  border-left-color: rgb(4 47 46 / 0.2);
  border-right-color: rgb(4 47 46 / 0.2);
}

.active\:border-x-teal-950\/25:active {
  border-left-color: rgb(4 47 46 / 0.25);
  border-right-color: rgb(4 47 46 / 0.25);
}

.active\:border-x-teal-950\/30:active {
  border-left-color: rgb(4 47 46 / 0.3);
  border-right-color: rgb(4 47 46 / 0.3);
}

.active\:border-x-teal-950\/40:active {
  border-left-color: rgb(4 47 46 / 0.4);
  border-right-color: rgb(4 47 46 / 0.4);
}

.active\:border-x-teal-950\/5:active {
  border-left-color: rgb(4 47 46 / 0.05);
  border-right-color: rgb(4 47 46 / 0.05);
}

.active\:border-x-teal-950\/50:active {
  border-left-color: rgb(4 47 46 / 0.5);
  border-right-color: rgb(4 47 46 / 0.5);
}

.active\:border-x-teal-950\/60:active {
  border-left-color: rgb(4 47 46 / 0.6);
  border-right-color: rgb(4 47 46 / 0.6);
}

.active\:border-x-teal-950\/70:active {
  border-left-color: rgb(4 47 46 / 0.7);
  border-right-color: rgb(4 47 46 / 0.7);
}

.active\:border-x-teal-950\/75:active {
  border-left-color: rgb(4 47 46 / 0.75);
  border-right-color: rgb(4 47 46 / 0.75);
}

.active\:border-x-teal-950\/80:active {
  border-left-color: rgb(4 47 46 / 0.8);
  border-right-color: rgb(4 47 46 / 0.8);
}

.active\:border-x-teal-950\/90:active {
  border-left-color: rgb(4 47 46 / 0.9);
  border-right-color: rgb(4 47 46 / 0.9);
}

.active\:border-x-teal-950\/95:active {
  border-left-color: rgb(4 47 46 / 0.95);
  border-right-color: rgb(4 47 46 / 0.95);
}

.active\:border-x-transparent:active {
  border-left-color: transparent;
  border-right-color: transparent;
}

.active\:border-x-transparent\/0:active {
  border-left-color: rgb(0 0 0 / 0);
  border-right-color: rgb(0 0 0 / 0);
}

.active\:border-x-transparent\/10:active {
  border-left-color: rgb(0 0 0 / 0.1);
  border-right-color: rgb(0 0 0 / 0.1);
}

.active\:border-x-transparent\/100:active {
  border-left-color: rgb(0 0 0 / 1);
  border-right-color: rgb(0 0 0 / 1);
}

.active\:border-x-transparent\/20:active {
  border-left-color: rgb(0 0 0 / 0.2);
  border-right-color: rgb(0 0 0 / 0.2);
}

.active\:border-x-transparent\/25:active {
  border-left-color: rgb(0 0 0 / 0.25);
  border-right-color: rgb(0 0 0 / 0.25);
}

.active\:border-x-transparent\/30:active {
  border-left-color: rgb(0 0 0 / 0.3);
  border-right-color: rgb(0 0 0 / 0.3);
}

.active\:border-x-transparent\/40:active {
  border-left-color: rgb(0 0 0 / 0.4);
  border-right-color: rgb(0 0 0 / 0.4);
}

.active\:border-x-transparent\/5:active {
  border-left-color: rgb(0 0 0 / 0.05);
  border-right-color: rgb(0 0 0 / 0.05);
}

.active\:border-x-transparent\/50:active {
  border-left-color: rgb(0 0 0 / 0.5);
  border-right-color: rgb(0 0 0 / 0.5);
}

.active\:border-x-transparent\/60:active {
  border-left-color: rgb(0 0 0 / 0.6);
  border-right-color: rgb(0 0 0 / 0.6);
}

.active\:border-x-transparent\/70:active {
  border-left-color: rgb(0 0 0 / 0.7);
  border-right-color: rgb(0 0 0 / 0.7);
}

.active\:border-x-transparent\/75:active {
  border-left-color: rgb(0 0 0 / 0.75);
  border-right-color: rgb(0 0 0 / 0.75);
}

.active\:border-x-transparent\/80:active {
  border-left-color: rgb(0 0 0 / 0.8);
  border-right-color: rgb(0 0 0 / 0.8);
}

.active\:border-x-transparent\/90:active {
  border-left-color: rgb(0 0 0 / 0.9);
  border-right-color: rgb(0 0 0 / 0.9);
}

.active\:border-x-transparent\/95:active {
  border-left-color: rgb(0 0 0 / 0.95);
  border-right-color: rgb(0 0 0 / 0.95);
}

.active\:border-x-tykhe-digital:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(239 156 131 / var(--tw-border-opacity));
  border-right-color: rgb(239 156 131 / var(--tw-border-opacity));
}

.active\:border-x-tykhe-digital-alt:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 239 224 / var(--tw-border-opacity));
  border-right-color: rgb(245 239 224 / var(--tw-border-opacity));
}

.active\:border-x-tykhe-digital-alt\/0:active {
  border-left-color: rgb(245 239 224 / 0);
  border-right-color: rgb(245 239 224 / 0);
}

.active\:border-x-tykhe-digital-alt\/10:active {
  border-left-color: rgb(245 239 224 / 0.1);
  border-right-color: rgb(245 239 224 / 0.1);
}

.active\:border-x-tykhe-digital-alt\/100:active {
  border-left-color: rgb(245 239 224 / 1);
  border-right-color: rgb(245 239 224 / 1);
}

.active\:border-x-tykhe-digital-alt\/20:active {
  border-left-color: rgb(245 239 224 / 0.2);
  border-right-color: rgb(245 239 224 / 0.2);
}

.active\:border-x-tykhe-digital-alt\/25:active {
  border-left-color: rgb(245 239 224 / 0.25);
  border-right-color: rgb(245 239 224 / 0.25);
}

.active\:border-x-tykhe-digital-alt\/30:active {
  border-left-color: rgb(245 239 224 / 0.3);
  border-right-color: rgb(245 239 224 / 0.3);
}

.active\:border-x-tykhe-digital-alt\/40:active {
  border-left-color: rgb(245 239 224 / 0.4);
  border-right-color: rgb(245 239 224 / 0.4);
}

.active\:border-x-tykhe-digital-alt\/5:active {
  border-left-color: rgb(245 239 224 / 0.05);
  border-right-color: rgb(245 239 224 / 0.05);
}

.active\:border-x-tykhe-digital-alt\/50:active {
  border-left-color: rgb(245 239 224 / 0.5);
  border-right-color: rgb(245 239 224 / 0.5);
}

.active\:border-x-tykhe-digital-alt\/60:active {
  border-left-color: rgb(245 239 224 / 0.6);
  border-right-color: rgb(245 239 224 / 0.6);
}

.active\:border-x-tykhe-digital-alt\/70:active {
  border-left-color: rgb(245 239 224 / 0.7);
  border-right-color: rgb(245 239 224 / 0.7);
}

.active\:border-x-tykhe-digital-alt\/75:active {
  border-left-color: rgb(245 239 224 / 0.75);
  border-right-color: rgb(245 239 224 / 0.75);
}

.active\:border-x-tykhe-digital-alt\/80:active {
  border-left-color: rgb(245 239 224 / 0.8);
  border-right-color: rgb(245 239 224 / 0.8);
}

.active\:border-x-tykhe-digital-alt\/90:active {
  border-left-color: rgb(245 239 224 / 0.9);
  border-right-color: rgb(245 239 224 / 0.9);
}

.active\:border-x-tykhe-digital-alt\/95:active {
  border-left-color: rgb(245 239 224 / 0.95);
  border-right-color: rgb(245 239 224 / 0.95);
}

.active\:border-x-tykhe-digital-alt2:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 58 111 / var(--tw-border-opacity));
  border-right-color: rgb(255 58 111 / var(--tw-border-opacity));
}

.active\:border-x-tykhe-digital-alt2\/0:active {
  border-left-color: rgb(255 58 111 / 0);
  border-right-color: rgb(255 58 111 / 0);
}

.active\:border-x-tykhe-digital-alt2\/10:active {
  border-left-color: rgb(255 58 111 / 0.1);
  border-right-color: rgb(255 58 111 / 0.1);
}

.active\:border-x-tykhe-digital-alt2\/100:active {
  border-left-color: rgb(255 58 111 / 1);
  border-right-color: rgb(255 58 111 / 1);
}

.active\:border-x-tykhe-digital-alt2\/20:active {
  border-left-color: rgb(255 58 111 / 0.2);
  border-right-color: rgb(255 58 111 / 0.2);
}

.active\:border-x-tykhe-digital-alt2\/25:active {
  border-left-color: rgb(255 58 111 / 0.25);
  border-right-color: rgb(255 58 111 / 0.25);
}

.active\:border-x-tykhe-digital-alt2\/30:active {
  border-left-color: rgb(255 58 111 / 0.3);
  border-right-color: rgb(255 58 111 / 0.3);
}

.active\:border-x-tykhe-digital-alt2\/40:active {
  border-left-color: rgb(255 58 111 / 0.4);
  border-right-color: rgb(255 58 111 / 0.4);
}

.active\:border-x-tykhe-digital-alt2\/5:active {
  border-left-color: rgb(255 58 111 / 0.05);
  border-right-color: rgb(255 58 111 / 0.05);
}

.active\:border-x-tykhe-digital-alt2\/50:active {
  border-left-color: rgb(255 58 111 / 0.5);
  border-right-color: rgb(255 58 111 / 0.5);
}

.active\:border-x-tykhe-digital-alt2\/60:active {
  border-left-color: rgb(255 58 111 / 0.6);
  border-right-color: rgb(255 58 111 / 0.6);
}

.active\:border-x-tykhe-digital-alt2\/70:active {
  border-left-color: rgb(255 58 111 / 0.7);
  border-right-color: rgb(255 58 111 / 0.7);
}

.active\:border-x-tykhe-digital-alt2\/75:active {
  border-left-color: rgb(255 58 111 / 0.75);
  border-right-color: rgb(255 58 111 / 0.75);
}

.active\:border-x-tykhe-digital-alt2\/80:active {
  border-left-color: rgb(255 58 111 / 0.8);
  border-right-color: rgb(255 58 111 / 0.8);
}

.active\:border-x-tykhe-digital-alt2\/90:active {
  border-left-color: rgb(255 58 111 / 0.9);
  border-right-color: rgb(255 58 111 / 0.9);
}

.active\:border-x-tykhe-digital-alt2\/95:active {
  border-left-color: rgb(255 58 111 / 0.95);
  border-right-color: rgb(255 58 111 / 0.95);
}

.active\:border-x-tykhe-digital-alt3:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(131 214 239 / var(--tw-border-opacity));
  border-right-color: rgb(131 214 239 / var(--tw-border-opacity));
}

.active\:border-x-tykhe-digital-alt3\/0:active {
  border-left-color: rgb(131 214 239 / 0);
  border-right-color: rgb(131 214 239 / 0);
}

.active\:border-x-tykhe-digital-alt3\/10:active {
  border-left-color: rgb(131 214 239 / 0.1);
  border-right-color: rgb(131 214 239 / 0.1);
}

.active\:border-x-tykhe-digital-alt3\/100:active {
  border-left-color: rgb(131 214 239 / 1);
  border-right-color: rgb(131 214 239 / 1);
}

.active\:border-x-tykhe-digital-alt3\/20:active {
  border-left-color: rgb(131 214 239 / 0.2);
  border-right-color: rgb(131 214 239 / 0.2);
}

.active\:border-x-tykhe-digital-alt3\/25:active {
  border-left-color: rgb(131 214 239 / 0.25);
  border-right-color: rgb(131 214 239 / 0.25);
}

.active\:border-x-tykhe-digital-alt3\/30:active {
  border-left-color: rgb(131 214 239 / 0.3);
  border-right-color: rgb(131 214 239 / 0.3);
}

.active\:border-x-tykhe-digital-alt3\/40:active {
  border-left-color: rgb(131 214 239 / 0.4);
  border-right-color: rgb(131 214 239 / 0.4);
}

.active\:border-x-tykhe-digital-alt3\/5:active {
  border-left-color: rgb(131 214 239 / 0.05);
  border-right-color: rgb(131 214 239 / 0.05);
}

.active\:border-x-tykhe-digital-alt3\/50:active {
  border-left-color: rgb(131 214 239 / 0.5);
  border-right-color: rgb(131 214 239 / 0.5);
}

.active\:border-x-tykhe-digital-alt3\/60:active {
  border-left-color: rgb(131 214 239 / 0.6);
  border-right-color: rgb(131 214 239 / 0.6);
}

.active\:border-x-tykhe-digital-alt3\/70:active {
  border-left-color: rgb(131 214 239 / 0.7);
  border-right-color: rgb(131 214 239 / 0.7);
}

.active\:border-x-tykhe-digital-alt3\/75:active {
  border-left-color: rgb(131 214 239 / 0.75);
  border-right-color: rgb(131 214 239 / 0.75);
}

.active\:border-x-tykhe-digital-alt3\/80:active {
  border-left-color: rgb(131 214 239 / 0.8);
  border-right-color: rgb(131 214 239 / 0.8);
}

.active\:border-x-tykhe-digital-alt3\/90:active {
  border-left-color: rgb(131 214 239 / 0.9);
  border-right-color: rgb(131 214 239 / 0.9);
}

.active\:border-x-tykhe-digital-alt3\/95:active {
  border-left-color: rgb(131 214 239 / 0.95);
  border-right-color: rgb(131 214 239 / 0.95);
}

.active\:border-x-tykhe-digital\/0:active {
  border-left-color: rgb(239 156 131 / 0);
  border-right-color: rgb(239 156 131 / 0);
}

.active\:border-x-tykhe-digital\/10:active {
  border-left-color: rgb(239 156 131 / 0.1);
  border-right-color: rgb(239 156 131 / 0.1);
}

.active\:border-x-tykhe-digital\/100:active {
  border-left-color: rgb(239 156 131 / 1);
  border-right-color: rgb(239 156 131 / 1);
}

.active\:border-x-tykhe-digital\/20:active {
  border-left-color: rgb(239 156 131 / 0.2);
  border-right-color: rgb(239 156 131 / 0.2);
}

.active\:border-x-tykhe-digital\/25:active {
  border-left-color: rgb(239 156 131 / 0.25);
  border-right-color: rgb(239 156 131 / 0.25);
}

.active\:border-x-tykhe-digital\/30:active {
  border-left-color: rgb(239 156 131 / 0.3);
  border-right-color: rgb(239 156 131 / 0.3);
}

.active\:border-x-tykhe-digital\/40:active {
  border-left-color: rgb(239 156 131 / 0.4);
  border-right-color: rgb(239 156 131 / 0.4);
}

.active\:border-x-tykhe-digital\/5:active {
  border-left-color: rgb(239 156 131 / 0.05);
  border-right-color: rgb(239 156 131 / 0.05);
}

.active\:border-x-tykhe-digital\/50:active {
  border-left-color: rgb(239 156 131 / 0.5);
  border-right-color: rgb(239 156 131 / 0.5);
}

.active\:border-x-tykhe-digital\/60:active {
  border-left-color: rgb(239 156 131 / 0.6);
  border-right-color: rgb(239 156 131 / 0.6);
}

.active\:border-x-tykhe-digital\/70:active {
  border-left-color: rgb(239 156 131 / 0.7);
  border-right-color: rgb(239 156 131 / 0.7);
}

.active\:border-x-tykhe-digital\/75:active {
  border-left-color: rgb(239 156 131 / 0.75);
  border-right-color: rgb(239 156 131 / 0.75);
}

.active\:border-x-tykhe-digital\/80:active {
  border-left-color: rgb(239 156 131 / 0.8);
  border-right-color: rgb(239 156 131 / 0.8);
}

.active\:border-x-tykhe-digital\/90:active {
  border-left-color: rgb(239 156 131 / 0.9);
  border-right-color: rgb(239 156 131 / 0.9);
}

.active\:border-x-tykhe-digital\/95:active {
  border-left-color: rgb(239 156 131 / 0.95);
  border-right-color: rgb(239 156 131 / 0.95);
}

.active\:border-x-violet-100:active {
  --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));
}

.active\:border-x-violet-100\/0:active {
  border-left-color: rgb(237 233 254 / 0);
  border-right-color: rgb(237 233 254 / 0);
}

.active\:border-x-violet-100\/10:active {
  border-left-color: rgb(237 233 254 / 0.1);
  border-right-color: rgb(237 233 254 / 0.1);
}

.active\:border-x-violet-100\/100:active {
  border-left-color: rgb(237 233 254 / 1);
  border-right-color: rgb(237 233 254 / 1);
}

.active\:border-x-violet-100\/20:active {
  border-left-color: rgb(237 233 254 / 0.2);
  border-right-color: rgb(237 233 254 / 0.2);
}

.active\:border-x-violet-100\/25:active {
  border-left-color: rgb(237 233 254 / 0.25);
  border-right-color: rgb(237 233 254 / 0.25);
}

.active\:border-x-violet-100\/30:active {
  border-left-color: rgb(237 233 254 / 0.3);
  border-right-color: rgb(237 233 254 / 0.3);
}

.active\:border-x-violet-100\/40:active {
  border-left-color: rgb(237 233 254 / 0.4);
  border-right-color: rgb(237 233 254 / 0.4);
}

.active\:border-x-violet-100\/5:active {
  border-left-color: rgb(237 233 254 / 0.05);
  border-right-color: rgb(237 233 254 / 0.05);
}

.active\:border-x-violet-100\/50:active {
  border-left-color: rgb(237 233 254 / 0.5);
  border-right-color: rgb(237 233 254 / 0.5);
}

.active\:border-x-violet-100\/60:active {
  border-left-color: rgb(237 233 254 / 0.6);
  border-right-color: rgb(237 233 254 / 0.6);
}

.active\:border-x-violet-100\/70:active {
  border-left-color: rgb(237 233 254 / 0.7);
  border-right-color: rgb(237 233 254 / 0.7);
}

.active\:border-x-violet-100\/75:active {
  border-left-color: rgb(237 233 254 / 0.75);
  border-right-color: rgb(237 233 254 / 0.75);
}

.active\:border-x-violet-100\/80:active {
  border-left-color: rgb(237 233 254 / 0.8);
  border-right-color: rgb(237 233 254 / 0.8);
}

.active\:border-x-violet-100\/90:active {
  border-left-color: rgb(237 233 254 / 0.9);
  border-right-color: rgb(237 233 254 / 0.9);
}

.active\:border-x-violet-100\/95:active {
  border-left-color: rgb(237 233 254 / 0.95);
  border-right-color: rgb(237 233 254 / 0.95);
}

.active\:border-x-violet-200:active {
  --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));
}

.active\:border-x-violet-200\/0:active {
  border-left-color: rgb(221 214 254 / 0);
  border-right-color: rgb(221 214 254 / 0);
}

.active\:border-x-violet-200\/10:active {
  border-left-color: rgb(221 214 254 / 0.1);
  border-right-color: rgb(221 214 254 / 0.1);
}

.active\:border-x-violet-200\/100:active {
  border-left-color: rgb(221 214 254 / 1);
  border-right-color: rgb(221 214 254 / 1);
}

.active\:border-x-violet-200\/20:active {
  border-left-color: rgb(221 214 254 / 0.2);
  border-right-color: rgb(221 214 254 / 0.2);
}

.active\:border-x-violet-200\/25:active {
  border-left-color: rgb(221 214 254 / 0.25);
  border-right-color: rgb(221 214 254 / 0.25);
}

.active\:border-x-violet-200\/30:active {
  border-left-color: rgb(221 214 254 / 0.3);
  border-right-color: rgb(221 214 254 / 0.3);
}

.active\:border-x-violet-200\/40:active {
  border-left-color: rgb(221 214 254 / 0.4);
  border-right-color: rgb(221 214 254 / 0.4);
}

.active\:border-x-violet-200\/5:active {
  border-left-color: rgb(221 214 254 / 0.05);
  border-right-color: rgb(221 214 254 / 0.05);
}

.active\:border-x-violet-200\/50:active {
  border-left-color: rgb(221 214 254 / 0.5);
  border-right-color: rgb(221 214 254 / 0.5);
}

.active\:border-x-violet-200\/60:active {
  border-left-color: rgb(221 214 254 / 0.6);
  border-right-color: rgb(221 214 254 / 0.6);
}

.active\:border-x-violet-200\/70:active {
  border-left-color: rgb(221 214 254 / 0.7);
  border-right-color: rgb(221 214 254 / 0.7);
}

.active\:border-x-violet-200\/75:active {
  border-left-color: rgb(221 214 254 / 0.75);
  border-right-color: rgb(221 214 254 / 0.75);
}

.active\:border-x-violet-200\/80:active {
  border-left-color: rgb(221 214 254 / 0.8);
  border-right-color: rgb(221 214 254 / 0.8);
}

.active\:border-x-violet-200\/90:active {
  border-left-color: rgb(221 214 254 / 0.9);
  border-right-color: rgb(221 214 254 / 0.9);
}

.active\:border-x-violet-200\/95:active {
  border-left-color: rgb(221 214 254 / 0.95);
  border-right-color: rgb(221 214 254 / 0.95);
}

.active\:border-x-violet-300:active {
  --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));
}

.active\:border-x-violet-300\/0:active {
  border-left-color: rgb(196 181 253 / 0);
  border-right-color: rgb(196 181 253 / 0);
}

.active\:border-x-violet-300\/10:active {
  border-left-color: rgb(196 181 253 / 0.1);
  border-right-color: rgb(196 181 253 / 0.1);
}

.active\:border-x-violet-300\/100:active {
  border-left-color: rgb(196 181 253 / 1);
  border-right-color: rgb(196 181 253 / 1);
}

.active\:border-x-violet-300\/20:active {
  border-left-color: rgb(196 181 253 / 0.2);
  border-right-color: rgb(196 181 253 / 0.2);
}

.active\:border-x-violet-300\/25:active {
  border-left-color: rgb(196 181 253 / 0.25);
  border-right-color: rgb(196 181 253 / 0.25);
}

.active\:border-x-violet-300\/30:active {
  border-left-color: rgb(196 181 253 / 0.3);
  border-right-color: rgb(196 181 253 / 0.3);
}

.active\:border-x-violet-300\/40:active {
  border-left-color: rgb(196 181 253 / 0.4);
  border-right-color: rgb(196 181 253 / 0.4);
}

.active\:border-x-violet-300\/5:active {
  border-left-color: rgb(196 181 253 / 0.05);
  border-right-color: rgb(196 181 253 / 0.05);
}

.active\:border-x-violet-300\/50:active {
  border-left-color: rgb(196 181 253 / 0.5);
  border-right-color: rgb(196 181 253 / 0.5);
}

.active\:border-x-violet-300\/60:active {
  border-left-color: rgb(196 181 253 / 0.6);
  border-right-color: rgb(196 181 253 / 0.6);
}

.active\:border-x-violet-300\/70:active {
  border-left-color: rgb(196 181 253 / 0.7);
  border-right-color: rgb(196 181 253 / 0.7);
}

.active\:border-x-violet-300\/75:active {
  border-left-color: rgb(196 181 253 / 0.75);
  border-right-color: rgb(196 181 253 / 0.75);
}

.active\:border-x-violet-300\/80:active {
  border-left-color: rgb(196 181 253 / 0.8);
  border-right-color: rgb(196 181 253 / 0.8);
}

.active\:border-x-violet-300\/90:active {
  border-left-color: rgb(196 181 253 / 0.9);
  border-right-color: rgb(196 181 253 / 0.9);
}

.active\:border-x-violet-300\/95:active {
  border-left-color: rgb(196 181 253 / 0.95);
  border-right-color: rgb(196 181 253 / 0.95);
}

.active\:border-x-violet-400:active {
  --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));
}

.active\:border-x-violet-400\/0:active {
  border-left-color: rgb(167 139 250 / 0);
  border-right-color: rgb(167 139 250 / 0);
}

.active\:border-x-violet-400\/10:active {
  border-left-color: rgb(167 139 250 / 0.1);
  border-right-color: rgb(167 139 250 / 0.1);
}

.active\:border-x-violet-400\/100:active {
  border-left-color: rgb(167 139 250 / 1);
  border-right-color: rgb(167 139 250 / 1);
}

.active\:border-x-violet-400\/20:active {
  border-left-color: rgb(167 139 250 / 0.2);
  border-right-color: rgb(167 139 250 / 0.2);
}

.active\:border-x-violet-400\/25:active {
  border-left-color: rgb(167 139 250 / 0.25);
  border-right-color: rgb(167 139 250 / 0.25);
}

.active\:border-x-violet-400\/30:active {
  border-left-color: rgb(167 139 250 / 0.3);
  border-right-color: rgb(167 139 250 / 0.3);
}

.active\:border-x-violet-400\/40:active {
  border-left-color: rgb(167 139 250 / 0.4);
  border-right-color: rgb(167 139 250 / 0.4);
}

.active\:border-x-violet-400\/5:active {
  border-left-color: rgb(167 139 250 / 0.05);
  border-right-color: rgb(167 139 250 / 0.05);
}

.active\:border-x-violet-400\/50:active {
  border-left-color: rgb(167 139 250 / 0.5);
  border-right-color: rgb(167 139 250 / 0.5);
}

.active\:border-x-violet-400\/60:active {
  border-left-color: rgb(167 139 250 / 0.6);
  border-right-color: rgb(167 139 250 / 0.6);
}

.active\:border-x-violet-400\/70:active {
  border-left-color: rgb(167 139 250 / 0.7);
  border-right-color: rgb(167 139 250 / 0.7);
}

.active\:border-x-violet-400\/75:active {
  border-left-color: rgb(167 139 250 / 0.75);
  border-right-color: rgb(167 139 250 / 0.75);
}

.active\:border-x-violet-400\/80:active {
  border-left-color: rgb(167 139 250 / 0.8);
  border-right-color: rgb(167 139 250 / 0.8);
}

.active\:border-x-violet-400\/90:active {
  border-left-color: rgb(167 139 250 / 0.9);
  border-right-color: rgb(167 139 250 / 0.9);
}

.active\:border-x-violet-400\/95:active {
  border-left-color: rgb(167 139 250 / 0.95);
  border-right-color: rgb(167 139 250 / 0.95);
}

.active\:border-x-violet-50:active {
  --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));
}

.active\:border-x-violet-50\/0:active {
  border-left-color: rgb(245 243 255 / 0);
  border-right-color: rgb(245 243 255 / 0);
}

.active\:border-x-violet-50\/10:active {
  border-left-color: rgb(245 243 255 / 0.1);
  border-right-color: rgb(245 243 255 / 0.1);
}

.active\:border-x-violet-50\/100:active {
  border-left-color: rgb(245 243 255 / 1);
  border-right-color: rgb(245 243 255 / 1);
}

.active\:border-x-violet-50\/20:active {
  border-left-color: rgb(245 243 255 / 0.2);
  border-right-color: rgb(245 243 255 / 0.2);
}

.active\:border-x-violet-50\/25:active {
  border-left-color: rgb(245 243 255 / 0.25);
  border-right-color: rgb(245 243 255 / 0.25);
}

.active\:border-x-violet-50\/30:active {
  border-left-color: rgb(245 243 255 / 0.3);
  border-right-color: rgb(245 243 255 / 0.3);
}

.active\:border-x-violet-50\/40:active {
  border-left-color: rgb(245 243 255 / 0.4);
  border-right-color: rgb(245 243 255 / 0.4);
}

.active\:border-x-violet-50\/5:active {
  border-left-color: rgb(245 243 255 / 0.05);
  border-right-color: rgb(245 243 255 / 0.05);
}

.active\:border-x-violet-50\/50:active {
  border-left-color: rgb(245 243 255 / 0.5);
  border-right-color: rgb(245 243 255 / 0.5);
}

.active\:border-x-violet-50\/60:active {
  border-left-color: rgb(245 243 255 / 0.6);
  border-right-color: rgb(245 243 255 / 0.6);
}

.active\:border-x-violet-50\/70:active {
  border-left-color: rgb(245 243 255 / 0.7);
  border-right-color: rgb(245 243 255 / 0.7);
}

.active\:border-x-violet-50\/75:active {
  border-left-color: rgb(245 243 255 / 0.75);
  border-right-color: rgb(245 243 255 / 0.75);
}

.active\:border-x-violet-50\/80:active {
  border-left-color: rgb(245 243 255 / 0.8);
  border-right-color: rgb(245 243 255 / 0.8);
}

.active\:border-x-violet-50\/90:active {
  border-left-color: rgb(245 243 255 / 0.9);
  border-right-color: rgb(245 243 255 / 0.9);
}

.active\:border-x-violet-50\/95:active {
  border-left-color: rgb(245 243 255 / 0.95);
  border-right-color: rgb(245 243 255 / 0.95);
}

.active\:border-x-violet-500:active {
  --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));
}

.active\:border-x-violet-500\/0:active {
  border-left-color: rgb(139 92 246 / 0);
  border-right-color: rgb(139 92 246 / 0);
}

.active\:border-x-violet-500\/10:active {
  border-left-color: rgb(139 92 246 / 0.1);
  border-right-color: rgb(139 92 246 / 0.1);
}

.active\:border-x-violet-500\/100:active {
  border-left-color: rgb(139 92 246 / 1);
  border-right-color: rgb(139 92 246 / 1);
}

.active\:border-x-violet-500\/20:active {
  border-left-color: rgb(139 92 246 / 0.2);
  border-right-color: rgb(139 92 246 / 0.2);
}

.active\:border-x-violet-500\/25:active {
  border-left-color: rgb(139 92 246 / 0.25);
  border-right-color: rgb(139 92 246 / 0.25);
}

.active\:border-x-violet-500\/30:active {
  border-left-color: rgb(139 92 246 / 0.3);
  border-right-color: rgb(139 92 246 / 0.3);
}

.active\:border-x-violet-500\/40:active {
  border-left-color: rgb(139 92 246 / 0.4);
  border-right-color: rgb(139 92 246 / 0.4);
}

.active\:border-x-violet-500\/5:active {
  border-left-color: rgb(139 92 246 / 0.05);
  border-right-color: rgb(139 92 246 / 0.05);
}

.active\:border-x-violet-500\/50:active {
  border-left-color: rgb(139 92 246 / 0.5);
  border-right-color: rgb(139 92 246 / 0.5);
}

.active\:border-x-violet-500\/60:active {
  border-left-color: rgb(139 92 246 / 0.6);
  border-right-color: rgb(139 92 246 / 0.6);
}

.active\:border-x-violet-500\/70:active {
  border-left-color: rgb(139 92 246 / 0.7);
  border-right-color: rgb(139 92 246 / 0.7);
}

.active\:border-x-violet-500\/75:active {
  border-left-color: rgb(139 92 246 / 0.75);
  border-right-color: rgb(139 92 246 / 0.75);
}

.active\:border-x-violet-500\/80:active {
  border-left-color: rgb(139 92 246 / 0.8);
  border-right-color: rgb(139 92 246 / 0.8);
}

.active\:border-x-violet-500\/90:active {
  border-left-color: rgb(139 92 246 / 0.9);
  border-right-color: rgb(139 92 246 / 0.9);
}

.active\:border-x-violet-500\/95:active {
  border-left-color: rgb(139 92 246 / 0.95);
  border-right-color: rgb(139 92 246 / 0.95);
}

.active\:border-x-violet-600:active {
  --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));
}

.active\:border-x-violet-600\/0:active {
  border-left-color: rgb(124 58 237 / 0);
  border-right-color: rgb(124 58 237 / 0);
}

.active\:border-x-violet-600\/10:active {
  border-left-color: rgb(124 58 237 / 0.1);
  border-right-color: rgb(124 58 237 / 0.1);
}

.active\:border-x-violet-600\/100:active {
  border-left-color: rgb(124 58 237 / 1);
  border-right-color: rgb(124 58 237 / 1);
}

.active\:border-x-violet-600\/20:active {
  border-left-color: rgb(124 58 237 / 0.2);
  border-right-color: rgb(124 58 237 / 0.2);
}

.active\:border-x-violet-600\/25:active {
  border-left-color: rgb(124 58 237 / 0.25);
  border-right-color: rgb(124 58 237 / 0.25);
}

.active\:border-x-violet-600\/30:active {
  border-left-color: rgb(124 58 237 / 0.3);
  border-right-color: rgb(124 58 237 / 0.3);
}

.active\:border-x-violet-600\/40:active {
  border-left-color: rgb(124 58 237 / 0.4);
  border-right-color: rgb(124 58 237 / 0.4);
}

.active\:border-x-violet-600\/5:active {
  border-left-color: rgb(124 58 237 / 0.05);
  border-right-color: rgb(124 58 237 / 0.05);
}

.active\:border-x-violet-600\/50:active {
  border-left-color: rgb(124 58 237 / 0.5);
  border-right-color: rgb(124 58 237 / 0.5);
}

.active\:border-x-violet-600\/60:active {
  border-left-color: rgb(124 58 237 / 0.6);
  border-right-color: rgb(124 58 237 / 0.6);
}

.active\:border-x-violet-600\/70:active {
  border-left-color: rgb(124 58 237 / 0.7);
  border-right-color: rgb(124 58 237 / 0.7);
}

.active\:border-x-violet-600\/75:active {
  border-left-color: rgb(124 58 237 / 0.75);
  border-right-color: rgb(124 58 237 / 0.75);
}

.active\:border-x-violet-600\/80:active {
  border-left-color: rgb(124 58 237 / 0.8);
  border-right-color: rgb(124 58 237 / 0.8);
}

.active\:border-x-violet-600\/90:active {
  border-left-color: rgb(124 58 237 / 0.9);
  border-right-color: rgb(124 58 237 / 0.9);
}

.active\:border-x-violet-600\/95:active {
  border-left-color: rgb(124 58 237 / 0.95);
  border-right-color: rgb(124 58 237 / 0.95);
}

.active\:border-x-violet-700:active {
  --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));
}

.active\:border-x-violet-700\/0:active {
  border-left-color: rgb(109 40 217 / 0);
  border-right-color: rgb(109 40 217 / 0);
}

.active\:border-x-violet-700\/10:active {
  border-left-color: rgb(109 40 217 / 0.1);
  border-right-color: rgb(109 40 217 / 0.1);
}

.active\:border-x-violet-700\/100:active {
  border-left-color: rgb(109 40 217 / 1);
  border-right-color: rgb(109 40 217 / 1);
}

.active\:border-x-violet-700\/20:active {
  border-left-color: rgb(109 40 217 / 0.2);
  border-right-color: rgb(109 40 217 / 0.2);
}

.active\:border-x-violet-700\/25:active {
  border-left-color: rgb(109 40 217 / 0.25);
  border-right-color: rgb(109 40 217 / 0.25);
}

.active\:border-x-violet-700\/30:active {
  border-left-color: rgb(109 40 217 / 0.3);
  border-right-color: rgb(109 40 217 / 0.3);
}

.active\:border-x-violet-700\/40:active {
  border-left-color: rgb(109 40 217 / 0.4);
  border-right-color: rgb(109 40 217 / 0.4);
}

.active\:border-x-violet-700\/5:active {
  border-left-color: rgb(109 40 217 / 0.05);
  border-right-color: rgb(109 40 217 / 0.05);
}

.active\:border-x-violet-700\/50:active {
  border-left-color: rgb(109 40 217 / 0.5);
  border-right-color: rgb(109 40 217 / 0.5);
}

.active\:border-x-violet-700\/60:active {
  border-left-color: rgb(109 40 217 / 0.6);
  border-right-color: rgb(109 40 217 / 0.6);
}

.active\:border-x-violet-700\/70:active {
  border-left-color: rgb(109 40 217 / 0.7);
  border-right-color: rgb(109 40 217 / 0.7);
}

.active\:border-x-violet-700\/75:active {
  border-left-color: rgb(109 40 217 / 0.75);
  border-right-color: rgb(109 40 217 / 0.75);
}

.active\:border-x-violet-700\/80:active {
  border-left-color: rgb(109 40 217 / 0.8);
  border-right-color: rgb(109 40 217 / 0.8);
}

.active\:border-x-violet-700\/90:active {
  border-left-color: rgb(109 40 217 / 0.9);
  border-right-color: rgb(109 40 217 / 0.9);
}

.active\:border-x-violet-700\/95:active {
  border-left-color: rgb(109 40 217 / 0.95);
  border-right-color: rgb(109 40 217 / 0.95);
}

.active\:border-x-violet-800:active {
  --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));
}

.active\:border-x-violet-800\/0:active {
  border-left-color: rgb(91 33 182 / 0);
  border-right-color: rgb(91 33 182 / 0);
}

.active\:border-x-violet-800\/10:active {
  border-left-color: rgb(91 33 182 / 0.1);
  border-right-color: rgb(91 33 182 / 0.1);
}

.active\:border-x-violet-800\/100:active {
  border-left-color: rgb(91 33 182 / 1);
  border-right-color: rgb(91 33 182 / 1);
}

.active\:border-x-violet-800\/20:active {
  border-left-color: rgb(91 33 182 / 0.2);
  border-right-color: rgb(91 33 182 / 0.2);
}

.active\:border-x-violet-800\/25:active {
  border-left-color: rgb(91 33 182 / 0.25);
  border-right-color: rgb(91 33 182 / 0.25);
}

.active\:border-x-violet-800\/30:active {
  border-left-color: rgb(91 33 182 / 0.3);
  border-right-color: rgb(91 33 182 / 0.3);
}

.active\:border-x-violet-800\/40:active {
  border-left-color: rgb(91 33 182 / 0.4);
  border-right-color: rgb(91 33 182 / 0.4);
}

.active\:border-x-violet-800\/5:active {
  border-left-color: rgb(91 33 182 / 0.05);
  border-right-color: rgb(91 33 182 / 0.05);
}

.active\:border-x-violet-800\/50:active {
  border-left-color: rgb(91 33 182 / 0.5);
  border-right-color: rgb(91 33 182 / 0.5);
}

.active\:border-x-violet-800\/60:active {
  border-left-color: rgb(91 33 182 / 0.6);
  border-right-color: rgb(91 33 182 / 0.6);
}

.active\:border-x-violet-800\/70:active {
  border-left-color: rgb(91 33 182 / 0.7);
  border-right-color: rgb(91 33 182 / 0.7);
}

.active\:border-x-violet-800\/75:active {
  border-left-color: rgb(91 33 182 / 0.75);
  border-right-color: rgb(91 33 182 / 0.75);
}

.active\:border-x-violet-800\/80:active {
  border-left-color: rgb(91 33 182 / 0.8);
  border-right-color: rgb(91 33 182 / 0.8);
}

.active\:border-x-violet-800\/90:active {
  border-left-color: rgb(91 33 182 / 0.9);
  border-right-color: rgb(91 33 182 / 0.9);
}

.active\:border-x-violet-800\/95:active {
  border-left-color: rgb(91 33 182 / 0.95);
  border-right-color: rgb(91 33 182 / 0.95);
}

.active\:border-x-violet-900:active {
  --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));
}

.active\:border-x-violet-900\/0:active {
  border-left-color: rgb(76 29 149 / 0);
  border-right-color: rgb(76 29 149 / 0);
}

.active\:border-x-violet-900\/10:active {
  border-left-color: rgb(76 29 149 / 0.1);
  border-right-color: rgb(76 29 149 / 0.1);
}

.active\:border-x-violet-900\/100:active {
  border-left-color: rgb(76 29 149 / 1);
  border-right-color: rgb(76 29 149 / 1);
}

.active\:border-x-violet-900\/20:active {
  border-left-color: rgb(76 29 149 / 0.2);
  border-right-color: rgb(76 29 149 / 0.2);
}

.active\:border-x-violet-900\/25:active {
  border-left-color: rgb(76 29 149 / 0.25);
  border-right-color: rgb(76 29 149 / 0.25);
}

.active\:border-x-violet-900\/30:active {
  border-left-color: rgb(76 29 149 / 0.3);
  border-right-color: rgb(76 29 149 / 0.3);
}

.active\:border-x-violet-900\/40:active {
  border-left-color: rgb(76 29 149 / 0.4);
  border-right-color: rgb(76 29 149 / 0.4);
}

.active\:border-x-violet-900\/5:active {
  border-left-color: rgb(76 29 149 / 0.05);
  border-right-color: rgb(76 29 149 / 0.05);
}

.active\:border-x-violet-900\/50:active {
  border-left-color: rgb(76 29 149 / 0.5);
  border-right-color: rgb(76 29 149 / 0.5);
}

.active\:border-x-violet-900\/60:active {
  border-left-color: rgb(76 29 149 / 0.6);
  border-right-color: rgb(76 29 149 / 0.6);
}

.active\:border-x-violet-900\/70:active {
  border-left-color: rgb(76 29 149 / 0.7);
  border-right-color: rgb(76 29 149 / 0.7);
}

.active\:border-x-violet-900\/75:active {
  border-left-color: rgb(76 29 149 / 0.75);
  border-right-color: rgb(76 29 149 / 0.75);
}

.active\:border-x-violet-900\/80:active {
  border-left-color: rgb(76 29 149 / 0.8);
  border-right-color: rgb(76 29 149 / 0.8);
}

.active\:border-x-violet-900\/90:active {
  border-left-color: rgb(76 29 149 / 0.9);
  border-right-color: rgb(76 29 149 / 0.9);
}

.active\:border-x-violet-900\/95:active {
  border-left-color: rgb(76 29 149 / 0.95);
  border-right-color: rgb(76 29 149 / 0.95);
}

.active\:border-x-violet-950:active {
  --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));
}

.active\:border-x-violet-950\/0:active {
  border-left-color: rgb(46 16 101 / 0);
  border-right-color: rgb(46 16 101 / 0);
}

.active\:border-x-violet-950\/10:active {
  border-left-color: rgb(46 16 101 / 0.1);
  border-right-color: rgb(46 16 101 / 0.1);
}

.active\:border-x-violet-950\/100:active {
  border-left-color: rgb(46 16 101 / 1);
  border-right-color: rgb(46 16 101 / 1);
}

.active\:border-x-violet-950\/20:active {
  border-left-color: rgb(46 16 101 / 0.2);
  border-right-color: rgb(46 16 101 / 0.2);
}

.active\:border-x-violet-950\/25:active {
  border-left-color: rgb(46 16 101 / 0.25);
  border-right-color: rgb(46 16 101 / 0.25);
}

.active\:border-x-violet-950\/30:active {
  border-left-color: rgb(46 16 101 / 0.3);
  border-right-color: rgb(46 16 101 / 0.3);
}

.active\:border-x-violet-950\/40:active {
  border-left-color: rgb(46 16 101 / 0.4);
  border-right-color: rgb(46 16 101 / 0.4);
}

.active\:border-x-violet-950\/5:active {
  border-left-color: rgb(46 16 101 / 0.05);
  border-right-color: rgb(46 16 101 / 0.05);
}

.active\:border-x-violet-950\/50:active {
  border-left-color: rgb(46 16 101 / 0.5);
  border-right-color: rgb(46 16 101 / 0.5);
}

.active\:border-x-violet-950\/60:active {
  border-left-color: rgb(46 16 101 / 0.6);
  border-right-color: rgb(46 16 101 / 0.6);
}

.active\:border-x-violet-950\/70:active {
  border-left-color: rgb(46 16 101 / 0.7);
  border-right-color: rgb(46 16 101 / 0.7);
}

.active\:border-x-violet-950\/75:active {
  border-left-color: rgb(46 16 101 / 0.75);
  border-right-color: rgb(46 16 101 / 0.75);
}

.active\:border-x-violet-950\/80:active {
  border-left-color: rgb(46 16 101 / 0.8);
  border-right-color: rgb(46 16 101 / 0.8);
}

.active\:border-x-violet-950\/90:active {
  border-left-color: rgb(46 16 101 / 0.9);
  border-right-color: rgb(46 16 101 / 0.9);
}

.active\:border-x-violet-950\/95:active {
  border-left-color: rgb(46 16 101 / 0.95);
  border-right-color: rgb(46 16 101 / 0.95);
}

.active\:border-x-white:active {
  --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));
}

.active\:border-x-white\/0:active {
  border-left-color: rgb(255 255 255 / 0);
  border-right-color: rgb(255 255 255 / 0);
}

.active\:border-x-white\/10:active {
  border-left-color: rgb(255 255 255 / 0.1);
  border-right-color: rgb(255 255 255 / 0.1);
}

.active\:border-x-white\/100:active {
  border-left-color: rgb(255 255 255 / 1);
  border-right-color: rgb(255 255 255 / 1);
}

.active\:border-x-white\/20:active {
  border-left-color: rgb(255 255 255 / 0.2);
  border-right-color: rgb(255 255 255 / 0.2);
}

.active\:border-x-white\/25:active {
  border-left-color: rgb(255 255 255 / 0.25);
  border-right-color: rgb(255 255 255 / 0.25);
}

.active\:border-x-white\/30:active {
  border-left-color: rgb(255 255 255 / 0.3);
  border-right-color: rgb(255 255 255 / 0.3);
}

.active\:border-x-white\/40:active {
  border-left-color: rgb(255 255 255 / 0.4);
  border-right-color: rgb(255 255 255 / 0.4);
}

.active\:border-x-white\/5:active {
  border-left-color: rgb(255 255 255 / 0.05);
  border-right-color: rgb(255 255 255 / 0.05);
}

.active\:border-x-white\/50:active {
  border-left-color: rgb(255 255 255 / 0.5);
  border-right-color: rgb(255 255 255 / 0.5);
}

.active\:border-x-white\/60:active {
  border-left-color: rgb(255 255 255 / 0.6);
  border-right-color: rgb(255 255 255 / 0.6);
}

.active\:border-x-white\/70:active {
  border-left-color: rgb(255 255 255 / 0.7);
  border-right-color: rgb(255 255 255 / 0.7);
}

.active\:border-x-white\/75:active {
  border-left-color: rgb(255 255 255 / 0.75);
  border-right-color: rgb(255 255 255 / 0.75);
}

.active\:border-x-white\/80:active {
  border-left-color: rgb(255 255 255 / 0.8);
  border-right-color: rgb(255 255 255 / 0.8);
}

.active\:border-x-white\/90:active {
  border-left-color: rgb(255 255 255 / 0.9);
  border-right-color: rgb(255 255 255 / 0.9);
}

.active\:border-x-white\/95:active {
  border-left-color: rgb(255 255 255 / 0.95);
  border-right-color: rgb(255 255 255 / 0.95);
}

.active\:border-x-work-identity-300:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(166 235 194 / var(--tw-border-opacity));
  border-right-color: rgb(166 235 194 / var(--tw-border-opacity));
}

.active\:border-x-work-identity-300\/0:active {
  border-left-color: rgb(166 235 194 / 0);
  border-right-color: rgb(166 235 194 / 0);
}

.active\:border-x-work-identity-300\/10:active {
  border-left-color: rgb(166 235 194 / 0.1);
  border-right-color: rgb(166 235 194 / 0.1);
}

.active\:border-x-work-identity-300\/100:active {
  border-left-color: rgb(166 235 194 / 1);
  border-right-color: rgb(166 235 194 / 1);
}

.active\:border-x-work-identity-300\/20:active {
  border-left-color: rgb(166 235 194 / 0.2);
  border-right-color: rgb(166 235 194 / 0.2);
}

.active\:border-x-work-identity-300\/25:active {
  border-left-color: rgb(166 235 194 / 0.25);
  border-right-color: rgb(166 235 194 / 0.25);
}

.active\:border-x-work-identity-300\/30:active {
  border-left-color: rgb(166 235 194 / 0.3);
  border-right-color: rgb(166 235 194 / 0.3);
}

.active\:border-x-work-identity-300\/40:active {
  border-left-color: rgb(166 235 194 / 0.4);
  border-right-color: rgb(166 235 194 / 0.4);
}

.active\:border-x-work-identity-300\/5:active {
  border-left-color: rgb(166 235 194 / 0.05);
  border-right-color: rgb(166 235 194 / 0.05);
}

.active\:border-x-work-identity-300\/50:active {
  border-left-color: rgb(166 235 194 / 0.5);
  border-right-color: rgb(166 235 194 / 0.5);
}

.active\:border-x-work-identity-300\/60:active {
  border-left-color: rgb(166 235 194 / 0.6);
  border-right-color: rgb(166 235 194 / 0.6);
}

.active\:border-x-work-identity-300\/70:active {
  border-left-color: rgb(166 235 194 / 0.7);
  border-right-color: rgb(166 235 194 / 0.7);
}

.active\:border-x-work-identity-300\/75:active {
  border-left-color: rgb(166 235 194 / 0.75);
  border-right-color: rgb(166 235 194 / 0.75);
}

.active\:border-x-work-identity-300\/80:active {
  border-left-color: rgb(166 235 194 / 0.8);
  border-right-color: rgb(166 235 194 / 0.8);
}

.active\:border-x-work-identity-300\/90:active {
  border-left-color: rgb(166 235 194 / 0.9);
  border-right-color: rgb(166 235 194 / 0.9);
}

.active\:border-x-work-identity-300\/95:active {
  border-left-color: rgb(166 235 194 / 0.95);
  border-right-color: rgb(166 235 194 / 0.95);
}

.active\:border-x-work-identity-400:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(83 221 139 / var(--tw-border-opacity));
  border-right-color: rgb(83 221 139 / var(--tw-border-opacity));
}

.active\:border-x-work-identity-400\/0:active {
  border-left-color: rgb(83 221 139 / 0);
  border-right-color: rgb(83 221 139 / 0);
}

.active\:border-x-work-identity-400\/10:active {
  border-left-color: rgb(83 221 139 / 0.1);
  border-right-color: rgb(83 221 139 / 0.1);
}

.active\:border-x-work-identity-400\/100:active {
  border-left-color: rgb(83 221 139 / 1);
  border-right-color: rgb(83 221 139 / 1);
}

.active\:border-x-work-identity-400\/20:active {
  border-left-color: rgb(83 221 139 / 0.2);
  border-right-color: rgb(83 221 139 / 0.2);
}

.active\:border-x-work-identity-400\/25:active {
  border-left-color: rgb(83 221 139 / 0.25);
  border-right-color: rgb(83 221 139 / 0.25);
}

.active\:border-x-work-identity-400\/30:active {
  border-left-color: rgb(83 221 139 / 0.3);
  border-right-color: rgb(83 221 139 / 0.3);
}

.active\:border-x-work-identity-400\/40:active {
  border-left-color: rgb(83 221 139 / 0.4);
  border-right-color: rgb(83 221 139 / 0.4);
}

.active\:border-x-work-identity-400\/5:active {
  border-left-color: rgb(83 221 139 / 0.05);
  border-right-color: rgb(83 221 139 / 0.05);
}

.active\:border-x-work-identity-400\/50:active {
  border-left-color: rgb(83 221 139 / 0.5);
  border-right-color: rgb(83 221 139 / 0.5);
}

.active\:border-x-work-identity-400\/60:active {
  border-left-color: rgb(83 221 139 / 0.6);
  border-right-color: rgb(83 221 139 / 0.6);
}

.active\:border-x-work-identity-400\/70:active {
  border-left-color: rgb(83 221 139 / 0.7);
  border-right-color: rgb(83 221 139 / 0.7);
}

.active\:border-x-work-identity-400\/75:active {
  border-left-color: rgb(83 221 139 / 0.75);
  border-right-color: rgb(83 221 139 / 0.75);
}

.active\:border-x-work-identity-400\/80:active {
  border-left-color: rgb(83 221 139 / 0.8);
  border-right-color: rgb(83 221 139 / 0.8);
}

.active\:border-x-work-identity-400\/90:active {
  border-left-color: rgb(83 221 139 / 0.9);
  border-right-color: rgb(83 221 139 / 0.9);
}

.active\:border-x-work-identity-400\/95:active {
  border-left-color: rgb(83 221 139 / 0.95);
  border-right-color: rgb(83 221 139 / 0.95);
}

.active\:border-x-work-identity-500:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 208 84 / var(--tw-border-opacity));
  border-right-color: rgb(0 208 84 / var(--tw-border-opacity));
}

.active\:border-x-work-identity-500\/0:active {
  border-left-color: rgb(0 208 84 / 0);
  border-right-color: rgb(0 208 84 / 0);
}

.active\:border-x-work-identity-500\/10:active {
  border-left-color: rgb(0 208 84 / 0.1);
  border-right-color: rgb(0 208 84 / 0.1);
}

.active\:border-x-work-identity-500\/100:active {
  border-left-color: rgb(0 208 84 / 1);
  border-right-color: rgb(0 208 84 / 1);
}

.active\:border-x-work-identity-500\/20:active {
  border-left-color: rgb(0 208 84 / 0.2);
  border-right-color: rgb(0 208 84 / 0.2);
}

.active\:border-x-work-identity-500\/25:active {
  border-left-color: rgb(0 208 84 / 0.25);
  border-right-color: rgb(0 208 84 / 0.25);
}

.active\:border-x-work-identity-500\/30:active {
  border-left-color: rgb(0 208 84 / 0.3);
  border-right-color: rgb(0 208 84 / 0.3);
}

.active\:border-x-work-identity-500\/40:active {
  border-left-color: rgb(0 208 84 / 0.4);
  border-right-color: rgb(0 208 84 / 0.4);
}

.active\:border-x-work-identity-500\/5:active {
  border-left-color: rgb(0 208 84 / 0.05);
  border-right-color: rgb(0 208 84 / 0.05);
}

.active\:border-x-work-identity-500\/50:active {
  border-left-color: rgb(0 208 84 / 0.5);
  border-right-color: rgb(0 208 84 / 0.5);
}

.active\:border-x-work-identity-500\/60:active {
  border-left-color: rgb(0 208 84 / 0.6);
  border-right-color: rgb(0 208 84 / 0.6);
}

.active\:border-x-work-identity-500\/70:active {
  border-left-color: rgb(0 208 84 / 0.7);
  border-right-color: rgb(0 208 84 / 0.7);
}

.active\:border-x-work-identity-500\/75:active {
  border-left-color: rgb(0 208 84 / 0.75);
  border-right-color: rgb(0 208 84 / 0.75);
}

.active\:border-x-work-identity-500\/80:active {
  border-left-color: rgb(0 208 84 / 0.8);
  border-right-color: rgb(0 208 84 / 0.8);
}

.active\:border-x-work-identity-500\/90:active {
  border-left-color: rgb(0 208 84 / 0.9);
  border-right-color: rgb(0 208 84 / 0.9);
}

.active\:border-x-work-identity-500\/95:active {
  border-left-color: rgb(0 208 84 / 0.95);
  border-right-color: rgb(0 208 84 / 0.95);
}

.active\:border-x-work-identity-900:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 249 249 / var(--tw-border-opacity));
  border-right-color: rgb(249 249 249 / var(--tw-border-opacity));
}

.active\:border-x-work-identity-900\/0:active {
  border-left-color: rgb(249 249 249 / 0);
  border-right-color: rgb(249 249 249 / 0);
}

.active\:border-x-work-identity-900\/10:active {
  border-left-color: rgb(249 249 249 / 0.1);
  border-right-color: rgb(249 249 249 / 0.1);
}

.active\:border-x-work-identity-900\/100:active {
  border-left-color: rgb(249 249 249 / 1);
  border-right-color: rgb(249 249 249 / 1);
}

.active\:border-x-work-identity-900\/20:active {
  border-left-color: rgb(249 249 249 / 0.2);
  border-right-color: rgb(249 249 249 / 0.2);
}

.active\:border-x-work-identity-900\/25:active {
  border-left-color: rgb(249 249 249 / 0.25);
  border-right-color: rgb(249 249 249 / 0.25);
}

.active\:border-x-work-identity-900\/30:active {
  border-left-color: rgb(249 249 249 / 0.3);
  border-right-color: rgb(249 249 249 / 0.3);
}

.active\:border-x-work-identity-900\/40:active {
  border-left-color: rgb(249 249 249 / 0.4);
  border-right-color: rgb(249 249 249 / 0.4);
}

.active\:border-x-work-identity-900\/5:active {
  border-left-color: rgb(249 249 249 / 0.05);
  border-right-color: rgb(249 249 249 / 0.05);
}

.active\:border-x-work-identity-900\/50:active {
  border-left-color: rgb(249 249 249 / 0.5);
  border-right-color: rgb(249 249 249 / 0.5);
}

.active\:border-x-work-identity-900\/60:active {
  border-left-color: rgb(249 249 249 / 0.6);
  border-right-color: rgb(249 249 249 / 0.6);
}

.active\:border-x-work-identity-900\/70:active {
  border-left-color: rgb(249 249 249 / 0.7);
  border-right-color: rgb(249 249 249 / 0.7);
}

.active\:border-x-work-identity-900\/75:active {
  border-left-color: rgb(249 249 249 / 0.75);
  border-right-color: rgb(249 249 249 / 0.75);
}

.active\:border-x-work-identity-900\/80:active {
  border-left-color: rgb(249 249 249 / 0.8);
  border-right-color: rgb(249 249 249 / 0.8);
}

.active\:border-x-work-identity-900\/90:active {
  border-left-color: rgb(249 249 249 / 0.9);
  border-right-color: rgb(249 249 249 / 0.9);
}

.active\:border-x-work-identity-900\/95:active {
  border-left-color: rgb(249 249 249 / 0.95);
  border-right-color: rgb(249 249 249 / 0.95);
}

.active\:border-x-yellow-100:active {
  --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));
}

.active\:border-x-yellow-100\/0:active {
  border-left-color: rgb(254 249 195 / 0);
  border-right-color: rgb(254 249 195 / 0);
}

.active\:border-x-yellow-100\/10:active {
  border-left-color: rgb(254 249 195 / 0.1);
  border-right-color: rgb(254 249 195 / 0.1);
}

.active\:border-x-yellow-100\/100:active {
  border-left-color: rgb(254 249 195 / 1);
  border-right-color: rgb(254 249 195 / 1);
}

.active\:border-x-yellow-100\/20:active {
  border-left-color: rgb(254 249 195 / 0.2);
  border-right-color: rgb(254 249 195 / 0.2);
}

.active\:border-x-yellow-100\/25:active {
  border-left-color: rgb(254 249 195 / 0.25);
  border-right-color: rgb(254 249 195 / 0.25);
}

.active\:border-x-yellow-100\/30:active {
  border-left-color: rgb(254 249 195 / 0.3);
  border-right-color: rgb(254 249 195 / 0.3);
}

.active\:border-x-yellow-100\/40:active {
  border-left-color: rgb(254 249 195 / 0.4);
  border-right-color: rgb(254 249 195 / 0.4);
}

.active\:border-x-yellow-100\/5:active {
  border-left-color: rgb(254 249 195 / 0.05);
  border-right-color: rgb(254 249 195 / 0.05);
}

.active\:border-x-yellow-100\/50:active {
  border-left-color: rgb(254 249 195 / 0.5);
  border-right-color: rgb(254 249 195 / 0.5);
}

.active\:border-x-yellow-100\/60:active {
  border-left-color: rgb(254 249 195 / 0.6);
  border-right-color: rgb(254 249 195 / 0.6);
}

.active\:border-x-yellow-100\/70:active {
  border-left-color: rgb(254 249 195 / 0.7);
  border-right-color: rgb(254 249 195 / 0.7);
}

.active\:border-x-yellow-100\/75:active {
  border-left-color: rgb(254 249 195 / 0.75);
  border-right-color: rgb(254 249 195 / 0.75);
}

.active\:border-x-yellow-100\/80:active {
  border-left-color: rgb(254 249 195 / 0.8);
  border-right-color: rgb(254 249 195 / 0.8);
}

.active\:border-x-yellow-100\/90:active {
  border-left-color: rgb(254 249 195 / 0.9);
  border-right-color: rgb(254 249 195 / 0.9);
}

.active\:border-x-yellow-100\/95:active {
  border-left-color: rgb(254 249 195 / 0.95);
  border-right-color: rgb(254 249 195 / 0.95);
}

.active\:border-x-yellow-200:active {
  --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));
}

.active\:border-x-yellow-200\/0:active {
  border-left-color: rgb(254 240 138 / 0);
  border-right-color: rgb(254 240 138 / 0);
}

.active\:border-x-yellow-200\/10:active {
  border-left-color: rgb(254 240 138 / 0.1);
  border-right-color: rgb(254 240 138 / 0.1);
}

.active\:border-x-yellow-200\/100:active {
  border-left-color: rgb(254 240 138 / 1);
  border-right-color: rgb(254 240 138 / 1);
}

.active\:border-x-yellow-200\/20:active {
  border-left-color: rgb(254 240 138 / 0.2);
  border-right-color: rgb(254 240 138 / 0.2);
}

.active\:border-x-yellow-200\/25:active {
  border-left-color: rgb(254 240 138 / 0.25);
  border-right-color: rgb(254 240 138 / 0.25);
}

.active\:border-x-yellow-200\/30:active {
  border-left-color: rgb(254 240 138 / 0.3);
  border-right-color: rgb(254 240 138 / 0.3);
}

.active\:border-x-yellow-200\/40:active {
  border-left-color: rgb(254 240 138 / 0.4);
  border-right-color: rgb(254 240 138 / 0.4);
}

.active\:border-x-yellow-200\/5:active {
  border-left-color: rgb(254 240 138 / 0.05);
  border-right-color: rgb(254 240 138 / 0.05);
}

.active\:border-x-yellow-200\/50:active {
  border-left-color: rgb(254 240 138 / 0.5);
  border-right-color: rgb(254 240 138 / 0.5);
}

.active\:border-x-yellow-200\/60:active {
  border-left-color: rgb(254 240 138 / 0.6);
  border-right-color: rgb(254 240 138 / 0.6);
}

.active\:border-x-yellow-200\/70:active {
  border-left-color: rgb(254 240 138 / 0.7);
  border-right-color: rgb(254 240 138 / 0.7);
}

.active\:border-x-yellow-200\/75:active {
  border-left-color: rgb(254 240 138 / 0.75);
  border-right-color: rgb(254 240 138 / 0.75);
}

.active\:border-x-yellow-200\/80:active {
  border-left-color: rgb(254 240 138 / 0.8);
  border-right-color: rgb(254 240 138 / 0.8);
}

.active\:border-x-yellow-200\/90:active {
  border-left-color: rgb(254 240 138 / 0.9);
  border-right-color: rgb(254 240 138 / 0.9);
}

.active\:border-x-yellow-200\/95:active {
  border-left-color: rgb(254 240 138 / 0.95);
  border-right-color: rgb(254 240 138 / 0.95);
}

.active\:border-x-yellow-300:active {
  --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));
}

.active\:border-x-yellow-300\/0:active {
  border-left-color: rgb(253 224 71 / 0);
  border-right-color: rgb(253 224 71 / 0);
}

.active\:border-x-yellow-300\/10:active {
  border-left-color: rgb(253 224 71 / 0.1);
  border-right-color: rgb(253 224 71 / 0.1);
}

.active\:border-x-yellow-300\/100:active {
  border-left-color: rgb(253 224 71 / 1);
  border-right-color: rgb(253 224 71 / 1);
}

.active\:border-x-yellow-300\/20:active {
  border-left-color: rgb(253 224 71 / 0.2);
  border-right-color: rgb(253 224 71 / 0.2);
}

.active\:border-x-yellow-300\/25:active {
  border-left-color: rgb(253 224 71 / 0.25);
  border-right-color: rgb(253 224 71 / 0.25);
}

.active\:border-x-yellow-300\/30:active {
  border-left-color: rgb(253 224 71 / 0.3);
  border-right-color: rgb(253 224 71 / 0.3);
}

.active\:border-x-yellow-300\/40:active {
  border-left-color: rgb(253 224 71 / 0.4);
  border-right-color: rgb(253 224 71 / 0.4);
}

.active\:border-x-yellow-300\/5:active {
  border-left-color: rgb(253 224 71 / 0.05);
  border-right-color: rgb(253 224 71 / 0.05);
}

.active\:border-x-yellow-300\/50:active {
  border-left-color: rgb(253 224 71 / 0.5);
  border-right-color: rgb(253 224 71 / 0.5);
}

.active\:border-x-yellow-300\/60:active {
  border-left-color: rgb(253 224 71 / 0.6);
  border-right-color: rgb(253 224 71 / 0.6);
}

.active\:border-x-yellow-300\/70:active {
  border-left-color: rgb(253 224 71 / 0.7);
  border-right-color: rgb(253 224 71 / 0.7);
}

.active\:border-x-yellow-300\/75:active {
  border-left-color: rgb(253 224 71 / 0.75);
  border-right-color: rgb(253 224 71 / 0.75);
}

.active\:border-x-yellow-300\/80:active {
  border-left-color: rgb(253 224 71 / 0.8);
  border-right-color: rgb(253 224 71 / 0.8);
}

.active\:border-x-yellow-300\/90:active {
  border-left-color: rgb(253 224 71 / 0.9);
  border-right-color: rgb(253 224 71 / 0.9);
}

.active\:border-x-yellow-300\/95:active {
  border-left-color: rgb(253 224 71 / 0.95);
  border-right-color: rgb(253 224 71 / 0.95);
}

.active\:border-x-yellow-400:active {
  --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));
}

.active\:border-x-yellow-400\/0:active {
  border-left-color: rgb(250 204 21 / 0);
  border-right-color: rgb(250 204 21 / 0);
}

.active\:border-x-yellow-400\/10:active {
  border-left-color: rgb(250 204 21 / 0.1);
  border-right-color: rgb(250 204 21 / 0.1);
}

.active\:border-x-yellow-400\/100:active {
  border-left-color: rgb(250 204 21 / 1);
  border-right-color: rgb(250 204 21 / 1);
}

.active\:border-x-yellow-400\/20:active {
  border-left-color: rgb(250 204 21 / 0.2);
  border-right-color: rgb(250 204 21 / 0.2);
}

.active\:border-x-yellow-400\/25:active {
  border-left-color: rgb(250 204 21 / 0.25);
  border-right-color: rgb(250 204 21 / 0.25);
}

.active\:border-x-yellow-400\/30:active {
  border-left-color: rgb(250 204 21 / 0.3);
  border-right-color: rgb(250 204 21 / 0.3);
}

.active\:border-x-yellow-400\/40:active {
  border-left-color: rgb(250 204 21 / 0.4);
  border-right-color: rgb(250 204 21 / 0.4);
}

.active\:border-x-yellow-400\/5:active {
  border-left-color: rgb(250 204 21 / 0.05);
  border-right-color: rgb(250 204 21 / 0.05);
}

.active\:border-x-yellow-400\/50:active {
  border-left-color: rgb(250 204 21 / 0.5);
  border-right-color: rgb(250 204 21 / 0.5);
}

.active\:border-x-yellow-400\/60:active {
  border-left-color: rgb(250 204 21 / 0.6);
  border-right-color: rgb(250 204 21 / 0.6);
}

.active\:border-x-yellow-400\/70:active {
  border-left-color: rgb(250 204 21 / 0.7);
  border-right-color: rgb(250 204 21 / 0.7);
}

.active\:border-x-yellow-400\/75:active {
  border-left-color: rgb(250 204 21 / 0.75);
  border-right-color: rgb(250 204 21 / 0.75);
}

.active\:border-x-yellow-400\/80:active {
  border-left-color: rgb(250 204 21 / 0.8);
  border-right-color: rgb(250 204 21 / 0.8);
}

.active\:border-x-yellow-400\/90:active {
  border-left-color: rgb(250 204 21 / 0.9);
  border-right-color: rgb(250 204 21 / 0.9);
}

.active\:border-x-yellow-400\/95:active {
  border-left-color: rgb(250 204 21 / 0.95);
  border-right-color: rgb(250 204 21 / 0.95);
}

.active\:border-x-yellow-50:active {
  --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));
}

.active\:border-x-yellow-50\/0:active {
  border-left-color: rgb(254 252 232 / 0);
  border-right-color: rgb(254 252 232 / 0);
}

.active\:border-x-yellow-50\/10:active {
  border-left-color: rgb(254 252 232 / 0.1);
  border-right-color: rgb(254 252 232 / 0.1);
}

.active\:border-x-yellow-50\/100:active {
  border-left-color: rgb(254 252 232 / 1);
  border-right-color: rgb(254 252 232 / 1);
}

.active\:border-x-yellow-50\/20:active {
  border-left-color: rgb(254 252 232 / 0.2);
  border-right-color: rgb(254 252 232 / 0.2);
}

.active\:border-x-yellow-50\/25:active {
  border-left-color: rgb(254 252 232 / 0.25);
  border-right-color: rgb(254 252 232 / 0.25);
}

.active\:border-x-yellow-50\/30:active {
  border-left-color: rgb(254 252 232 / 0.3);
  border-right-color: rgb(254 252 232 / 0.3);
}

.active\:border-x-yellow-50\/40:active {
  border-left-color: rgb(254 252 232 / 0.4);
  border-right-color: rgb(254 252 232 / 0.4);
}

.active\:border-x-yellow-50\/5:active {
  border-left-color: rgb(254 252 232 / 0.05);
  border-right-color: rgb(254 252 232 / 0.05);
}

.active\:border-x-yellow-50\/50:active {
  border-left-color: rgb(254 252 232 / 0.5);
  border-right-color: rgb(254 252 232 / 0.5);
}

.active\:border-x-yellow-50\/60:active {
  border-left-color: rgb(254 252 232 / 0.6);
  border-right-color: rgb(254 252 232 / 0.6);
}

.active\:border-x-yellow-50\/70:active {
  border-left-color: rgb(254 252 232 / 0.7);
  border-right-color: rgb(254 252 232 / 0.7);
}

.active\:border-x-yellow-50\/75:active {
  border-left-color: rgb(254 252 232 / 0.75);
  border-right-color: rgb(254 252 232 / 0.75);
}

.active\:border-x-yellow-50\/80:active {
  border-left-color: rgb(254 252 232 / 0.8);
  border-right-color: rgb(254 252 232 / 0.8);
}

.active\:border-x-yellow-50\/90:active {
  border-left-color: rgb(254 252 232 / 0.9);
  border-right-color: rgb(254 252 232 / 0.9);
}

.active\:border-x-yellow-50\/95:active {
  border-left-color: rgb(254 252 232 / 0.95);
  border-right-color: rgb(254 252 232 / 0.95);
}

.active\:border-x-yellow-500:active {
  --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));
}

.active\:border-x-yellow-500\/0:active {
  border-left-color: rgb(234 179 8 / 0);
  border-right-color: rgb(234 179 8 / 0);
}

.active\:border-x-yellow-500\/10:active {
  border-left-color: rgb(234 179 8 / 0.1);
  border-right-color: rgb(234 179 8 / 0.1);
}

.active\:border-x-yellow-500\/100:active {
  border-left-color: rgb(234 179 8 / 1);
  border-right-color: rgb(234 179 8 / 1);
}

.active\:border-x-yellow-500\/20:active {
  border-left-color: rgb(234 179 8 / 0.2);
  border-right-color: rgb(234 179 8 / 0.2);
}

.active\:border-x-yellow-500\/25:active {
  border-left-color: rgb(234 179 8 / 0.25);
  border-right-color: rgb(234 179 8 / 0.25);
}

.active\:border-x-yellow-500\/30:active {
  border-left-color: rgb(234 179 8 / 0.3);
  border-right-color: rgb(234 179 8 / 0.3);
}

.active\:border-x-yellow-500\/40:active {
  border-left-color: rgb(234 179 8 / 0.4);
  border-right-color: rgb(234 179 8 / 0.4);
}

.active\:border-x-yellow-500\/5:active {
  border-left-color: rgb(234 179 8 / 0.05);
  border-right-color: rgb(234 179 8 / 0.05);
}

.active\:border-x-yellow-500\/50:active {
  border-left-color: rgb(234 179 8 / 0.5);
  border-right-color: rgb(234 179 8 / 0.5);
}

.active\:border-x-yellow-500\/60:active {
  border-left-color: rgb(234 179 8 / 0.6);
  border-right-color: rgb(234 179 8 / 0.6);
}

.active\:border-x-yellow-500\/70:active {
  border-left-color: rgb(234 179 8 / 0.7);
  border-right-color: rgb(234 179 8 / 0.7);
}

.active\:border-x-yellow-500\/75:active {
  border-left-color: rgb(234 179 8 / 0.75);
  border-right-color: rgb(234 179 8 / 0.75);
}

.active\:border-x-yellow-500\/80:active {
  border-left-color: rgb(234 179 8 / 0.8);
  border-right-color: rgb(234 179 8 / 0.8);
}

.active\:border-x-yellow-500\/90:active {
  border-left-color: rgb(234 179 8 / 0.9);
  border-right-color: rgb(234 179 8 / 0.9);
}

.active\:border-x-yellow-500\/95:active {
  border-left-color: rgb(234 179 8 / 0.95);
  border-right-color: rgb(234 179 8 / 0.95);
}

.active\:border-x-yellow-600:active {
  --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));
}

.active\:border-x-yellow-600\/0:active {
  border-left-color: rgb(202 138 4 / 0);
  border-right-color: rgb(202 138 4 / 0);
}

.active\:border-x-yellow-600\/10:active {
  border-left-color: rgb(202 138 4 / 0.1);
  border-right-color: rgb(202 138 4 / 0.1);
}

.active\:border-x-yellow-600\/100:active {
  border-left-color: rgb(202 138 4 / 1);
  border-right-color: rgb(202 138 4 / 1);
}

.active\:border-x-yellow-600\/20:active {
  border-left-color: rgb(202 138 4 / 0.2);
  border-right-color: rgb(202 138 4 / 0.2);
}

.active\:border-x-yellow-600\/25:active {
  border-left-color: rgb(202 138 4 / 0.25);
  border-right-color: rgb(202 138 4 / 0.25);
}

.active\:border-x-yellow-600\/30:active {
  border-left-color: rgb(202 138 4 / 0.3);
  border-right-color: rgb(202 138 4 / 0.3);
}

.active\:border-x-yellow-600\/40:active {
  border-left-color: rgb(202 138 4 / 0.4);
  border-right-color: rgb(202 138 4 / 0.4);
}

.active\:border-x-yellow-600\/5:active {
  border-left-color: rgb(202 138 4 / 0.05);
  border-right-color: rgb(202 138 4 / 0.05);
}

.active\:border-x-yellow-600\/50:active {
  border-left-color: rgb(202 138 4 / 0.5);
  border-right-color: rgb(202 138 4 / 0.5);
}

.active\:border-x-yellow-600\/60:active {
  border-left-color: rgb(202 138 4 / 0.6);
  border-right-color: rgb(202 138 4 / 0.6);
}

.active\:border-x-yellow-600\/70:active {
  border-left-color: rgb(202 138 4 / 0.7);
  border-right-color: rgb(202 138 4 / 0.7);
}

.active\:border-x-yellow-600\/75:active {
  border-left-color: rgb(202 138 4 / 0.75);
  border-right-color: rgb(202 138 4 / 0.75);
}

.active\:border-x-yellow-600\/80:active {
  border-left-color: rgb(202 138 4 / 0.8);
  border-right-color: rgb(202 138 4 / 0.8);
}

.active\:border-x-yellow-600\/90:active {
  border-left-color: rgb(202 138 4 / 0.9);
  border-right-color: rgb(202 138 4 / 0.9);
}

.active\:border-x-yellow-600\/95:active {
  border-left-color: rgb(202 138 4 / 0.95);
  border-right-color: rgb(202 138 4 / 0.95);
}

.active\:border-x-yellow-700:active {
  --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));
}

.active\:border-x-yellow-700\/0:active {
  border-left-color: rgb(161 98 7 / 0);
  border-right-color: rgb(161 98 7 / 0);
}

.active\:border-x-yellow-700\/10:active {
  border-left-color: rgb(161 98 7 / 0.1);
  border-right-color: rgb(161 98 7 / 0.1);
}

.active\:border-x-yellow-700\/100:active {
  border-left-color: rgb(161 98 7 / 1);
  border-right-color: rgb(161 98 7 / 1);
}

.active\:border-x-yellow-700\/20:active {
  border-left-color: rgb(161 98 7 / 0.2);
  border-right-color: rgb(161 98 7 / 0.2);
}

.active\:border-x-yellow-700\/25:active {
  border-left-color: rgb(161 98 7 / 0.25);
  border-right-color: rgb(161 98 7 / 0.25);
}

.active\:border-x-yellow-700\/30:active {
  border-left-color: rgb(161 98 7 / 0.3);
  border-right-color: rgb(161 98 7 / 0.3);
}

.active\:border-x-yellow-700\/40:active {
  border-left-color: rgb(161 98 7 / 0.4);
  border-right-color: rgb(161 98 7 / 0.4);
}

.active\:border-x-yellow-700\/5:active {
  border-left-color: rgb(161 98 7 / 0.05);
  border-right-color: rgb(161 98 7 / 0.05);
}

.active\:border-x-yellow-700\/50:active {
  border-left-color: rgb(161 98 7 / 0.5);
  border-right-color: rgb(161 98 7 / 0.5);
}

.active\:border-x-yellow-700\/60:active {
  border-left-color: rgb(161 98 7 / 0.6);
  border-right-color: rgb(161 98 7 / 0.6);
}

.active\:border-x-yellow-700\/70:active {
  border-left-color: rgb(161 98 7 / 0.7);
  border-right-color: rgb(161 98 7 / 0.7);
}

.active\:border-x-yellow-700\/75:active {
  border-left-color: rgb(161 98 7 / 0.75);
  border-right-color: rgb(161 98 7 / 0.75);
}

.active\:border-x-yellow-700\/80:active {
  border-left-color: rgb(161 98 7 / 0.8);
  border-right-color: rgb(161 98 7 / 0.8);
}

.active\:border-x-yellow-700\/90:active {
  border-left-color: rgb(161 98 7 / 0.9);
  border-right-color: rgb(161 98 7 / 0.9);
}

.active\:border-x-yellow-700\/95:active {
  border-left-color: rgb(161 98 7 / 0.95);
  border-right-color: rgb(161 98 7 / 0.95);
}

.active\:border-x-yellow-800:active {
  --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));
}

.active\:border-x-yellow-800\/0:active {
  border-left-color: rgb(133 77 14 / 0);
  border-right-color: rgb(133 77 14 / 0);
}

.active\:border-x-yellow-800\/10:active {
  border-left-color: rgb(133 77 14 / 0.1);
  border-right-color: rgb(133 77 14 / 0.1);
}

.active\:border-x-yellow-800\/100:active {
  border-left-color: rgb(133 77 14 / 1);
  border-right-color: rgb(133 77 14 / 1);
}

.active\:border-x-yellow-800\/20:active {
  border-left-color: rgb(133 77 14 / 0.2);
  border-right-color: rgb(133 77 14 / 0.2);
}

.active\:border-x-yellow-800\/25:active {
  border-left-color: rgb(133 77 14 / 0.25);
  border-right-color: rgb(133 77 14 / 0.25);
}

.active\:border-x-yellow-800\/30:active {
  border-left-color: rgb(133 77 14 / 0.3);
  border-right-color: rgb(133 77 14 / 0.3);
}

.active\:border-x-yellow-800\/40:active {
  border-left-color: rgb(133 77 14 / 0.4);
  border-right-color: rgb(133 77 14 / 0.4);
}

.active\:border-x-yellow-800\/5:active {
  border-left-color: rgb(133 77 14 / 0.05);
  border-right-color: rgb(133 77 14 / 0.05);
}

.active\:border-x-yellow-800\/50:active {
  border-left-color: rgb(133 77 14 / 0.5);
  border-right-color: rgb(133 77 14 / 0.5);
}

.active\:border-x-yellow-800\/60:active {
  border-left-color: rgb(133 77 14 / 0.6);
  border-right-color: rgb(133 77 14 / 0.6);
}

.active\:border-x-yellow-800\/70:active {
  border-left-color: rgb(133 77 14 / 0.7);
  border-right-color: rgb(133 77 14 / 0.7);
}

.active\:border-x-yellow-800\/75:active {
  border-left-color: rgb(133 77 14 / 0.75);
  border-right-color: rgb(133 77 14 / 0.75);
}

.active\:border-x-yellow-800\/80:active {
  border-left-color: rgb(133 77 14 / 0.8);
  border-right-color: rgb(133 77 14 / 0.8);
}

.active\:border-x-yellow-800\/90:active {
  border-left-color: rgb(133 77 14 / 0.9);
  border-right-color: rgb(133 77 14 / 0.9);
}

.active\:border-x-yellow-800\/95:active {
  border-left-color: rgb(133 77 14 / 0.95);
  border-right-color: rgb(133 77 14 / 0.95);
}

.active\:border-x-yellow-900:active {
  --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));
}

.active\:border-x-yellow-900\/0:active {
  border-left-color: rgb(113 63 18 / 0);
  border-right-color: rgb(113 63 18 / 0);
}

.active\:border-x-yellow-900\/10:active {
  border-left-color: rgb(113 63 18 / 0.1);
  border-right-color: rgb(113 63 18 / 0.1);
}

.active\:border-x-yellow-900\/100:active {
  border-left-color: rgb(113 63 18 / 1);
  border-right-color: rgb(113 63 18 / 1);
}

.active\:border-x-yellow-900\/20:active {
  border-left-color: rgb(113 63 18 / 0.2);
  border-right-color: rgb(113 63 18 / 0.2);
}

.active\:border-x-yellow-900\/25:active {
  border-left-color: rgb(113 63 18 / 0.25);
  border-right-color: rgb(113 63 18 / 0.25);
}

.active\:border-x-yellow-900\/30:active {
  border-left-color: rgb(113 63 18 / 0.3);
  border-right-color: rgb(113 63 18 / 0.3);
}

.active\:border-x-yellow-900\/40:active {
  border-left-color: rgb(113 63 18 / 0.4);
  border-right-color: rgb(113 63 18 / 0.4);
}

.active\:border-x-yellow-900\/5:active {
  border-left-color: rgb(113 63 18 / 0.05);
  border-right-color: rgb(113 63 18 / 0.05);
}

.active\:border-x-yellow-900\/50:active {
  border-left-color: rgb(113 63 18 / 0.5);
  border-right-color: rgb(113 63 18 / 0.5);
}

.active\:border-x-yellow-900\/60:active {
  border-left-color: rgb(113 63 18 / 0.6);
  border-right-color: rgb(113 63 18 / 0.6);
}

.active\:border-x-yellow-900\/70:active {
  border-left-color: rgb(113 63 18 / 0.7);
  border-right-color: rgb(113 63 18 / 0.7);
}

.active\:border-x-yellow-900\/75:active {
  border-left-color: rgb(113 63 18 / 0.75);
  border-right-color: rgb(113 63 18 / 0.75);
}

.active\:border-x-yellow-900\/80:active {
  border-left-color: rgb(113 63 18 / 0.8);
  border-right-color: rgb(113 63 18 / 0.8);
}

.active\:border-x-yellow-900\/90:active {
  border-left-color: rgb(113 63 18 / 0.9);
  border-right-color: rgb(113 63 18 / 0.9);
}

.active\:border-x-yellow-900\/95:active {
  border-left-color: rgb(113 63 18 / 0.95);
  border-right-color: rgb(113 63 18 / 0.95);
}

.active\:border-x-yellow-950:active {
  --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));
}

.active\:border-x-yellow-950\/0:active {
  border-left-color: rgb(66 32 6 / 0);
  border-right-color: rgb(66 32 6 / 0);
}

.active\:border-x-yellow-950\/10:active {
  border-left-color: rgb(66 32 6 / 0.1);
  border-right-color: rgb(66 32 6 / 0.1);
}

.active\:border-x-yellow-950\/100:active {
  border-left-color: rgb(66 32 6 / 1);
  border-right-color: rgb(66 32 6 / 1);
}

.active\:border-x-yellow-950\/20:active {
  border-left-color: rgb(66 32 6 / 0.2);
  border-right-color: rgb(66 32 6 / 0.2);
}

.active\:border-x-yellow-950\/25:active {
  border-left-color: rgb(66 32 6 / 0.25);
  border-right-color: rgb(66 32 6 / 0.25);
}

.active\:border-x-yellow-950\/30:active {
  border-left-color: rgb(66 32 6 / 0.3);
  border-right-color: rgb(66 32 6 / 0.3);
}

.active\:border-x-yellow-950\/40:active {
  border-left-color: rgb(66 32 6 / 0.4);
  border-right-color: rgb(66 32 6 / 0.4);
}

.active\:border-x-yellow-950\/5:active {
  border-left-color: rgb(66 32 6 / 0.05);
  border-right-color: rgb(66 32 6 / 0.05);
}

.active\:border-x-yellow-950\/50:active {
  border-left-color: rgb(66 32 6 / 0.5);
  border-right-color: rgb(66 32 6 / 0.5);
}

.active\:border-x-yellow-950\/60:active {
  border-left-color: rgb(66 32 6 / 0.6);
  border-right-color: rgb(66 32 6 / 0.6);
}

.active\:border-x-yellow-950\/70:active {
  border-left-color: rgb(66 32 6 / 0.7);
  border-right-color: rgb(66 32 6 / 0.7);
}

.active\:border-x-yellow-950\/75:active {
  border-left-color: rgb(66 32 6 / 0.75);
  border-right-color: rgb(66 32 6 / 0.75);
}

.active\:border-x-yellow-950\/80:active {
  border-left-color: rgb(66 32 6 / 0.8);
  border-right-color: rgb(66 32 6 / 0.8);
}

.active\:border-x-yellow-950\/90:active {
  border-left-color: rgb(66 32 6 / 0.9);
  border-right-color: rgb(66 32 6 / 0.9);
}

.active\:border-x-yellow-950\/95:active {
  border-left-color: rgb(66 32 6 / 0.95);
  border-right-color: rgb(66 32 6 / 0.95);
}

.active\:border-x-zinc-100:active {
  --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));
}

.active\:border-x-zinc-100\/0:active {
  border-left-color: rgb(244 244 245 / 0);
  border-right-color: rgb(244 244 245 / 0);
}

.active\:border-x-zinc-100\/10:active {
  border-left-color: rgb(244 244 245 / 0.1);
  border-right-color: rgb(244 244 245 / 0.1);
}

.active\:border-x-zinc-100\/100:active {
  border-left-color: rgb(244 244 245 / 1);
  border-right-color: rgb(244 244 245 / 1);
}

.active\:border-x-zinc-100\/20:active {
  border-left-color: rgb(244 244 245 / 0.2);
  border-right-color: rgb(244 244 245 / 0.2);
}

.active\:border-x-zinc-100\/25:active {
  border-left-color: rgb(244 244 245 / 0.25);
  border-right-color: rgb(244 244 245 / 0.25);
}

.active\:border-x-zinc-100\/30:active {
  border-left-color: rgb(244 244 245 / 0.3);
  border-right-color: rgb(244 244 245 / 0.3);
}

.active\:border-x-zinc-100\/40:active {
  border-left-color: rgb(244 244 245 / 0.4);
  border-right-color: rgb(244 244 245 / 0.4);
}

.active\:border-x-zinc-100\/5:active {
  border-left-color: rgb(244 244 245 / 0.05);
  border-right-color: rgb(244 244 245 / 0.05);
}

.active\:border-x-zinc-100\/50:active {
  border-left-color: rgb(244 244 245 / 0.5);
  border-right-color: rgb(244 244 245 / 0.5);
}

.active\:border-x-zinc-100\/60:active {
  border-left-color: rgb(244 244 245 / 0.6);
  border-right-color: rgb(244 244 245 / 0.6);
}

.active\:border-x-zinc-100\/70:active {
  border-left-color: rgb(244 244 245 / 0.7);
  border-right-color: rgb(244 244 245 / 0.7);
}

.active\:border-x-zinc-100\/75:active {
  border-left-color: rgb(244 244 245 / 0.75);
  border-right-color: rgb(244 244 245 / 0.75);
}

.active\:border-x-zinc-100\/80:active {
  border-left-color: rgb(244 244 245 / 0.8);
  border-right-color: rgb(244 244 245 / 0.8);
}

.active\:border-x-zinc-100\/90:active {
  border-left-color: rgb(244 244 245 / 0.9);
  border-right-color: rgb(244 244 245 / 0.9);
}

.active\:border-x-zinc-100\/95:active {
  border-left-color: rgb(244 244 245 / 0.95);
  border-right-color: rgb(244 244 245 / 0.95);
}

.active\:border-x-zinc-200:active {
  --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));
}

.active\:border-x-zinc-200\/0:active {
  border-left-color: rgb(228 228 231 / 0);
  border-right-color: rgb(228 228 231 / 0);
}

.active\:border-x-zinc-200\/10:active {
  border-left-color: rgb(228 228 231 / 0.1);
  border-right-color: rgb(228 228 231 / 0.1);
}

.active\:border-x-zinc-200\/100:active {
  border-left-color: rgb(228 228 231 / 1);
  border-right-color: rgb(228 228 231 / 1);
}

.active\:border-x-zinc-200\/20:active {
  border-left-color: rgb(228 228 231 / 0.2);
  border-right-color: rgb(228 228 231 / 0.2);
}

.active\:border-x-zinc-200\/25:active {
  border-left-color: rgb(228 228 231 / 0.25);
  border-right-color: rgb(228 228 231 / 0.25);
}

.active\:border-x-zinc-200\/30:active {
  border-left-color: rgb(228 228 231 / 0.3);
  border-right-color: rgb(228 228 231 / 0.3);
}

.active\:border-x-zinc-200\/40:active {
  border-left-color: rgb(228 228 231 / 0.4);
  border-right-color: rgb(228 228 231 / 0.4);
}

.active\:border-x-zinc-200\/5:active {
  border-left-color: rgb(228 228 231 / 0.05);
  border-right-color: rgb(228 228 231 / 0.05);
}

.active\:border-x-zinc-200\/50:active {
  border-left-color: rgb(228 228 231 / 0.5);
  border-right-color: rgb(228 228 231 / 0.5);
}

.active\:border-x-zinc-200\/60:active {
  border-left-color: rgb(228 228 231 / 0.6);
  border-right-color: rgb(228 228 231 / 0.6);
}

.active\:border-x-zinc-200\/70:active {
  border-left-color: rgb(228 228 231 / 0.7);
  border-right-color: rgb(228 228 231 / 0.7);
}

.active\:border-x-zinc-200\/75:active {
  border-left-color: rgb(228 228 231 / 0.75);
  border-right-color: rgb(228 228 231 / 0.75);
}

.active\:border-x-zinc-200\/80:active {
  border-left-color: rgb(228 228 231 / 0.8);
  border-right-color: rgb(228 228 231 / 0.8);
}

.active\:border-x-zinc-200\/90:active {
  border-left-color: rgb(228 228 231 / 0.9);
  border-right-color: rgb(228 228 231 / 0.9);
}

.active\:border-x-zinc-200\/95:active {
  border-left-color: rgb(228 228 231 / 0.95);
  border-right-color: rgb(228 228 231 / 0.95);
}

.active\:border-x-zinc-300:active {
  --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));
}

.active\:border-x-zinc-300\/0:active {
  border-left-color: rgb(212 212 216 / 0);
  border-right-color: rgb(212 212 216 / 0);
}

.active\:border-x-zinc-300\/10:active {
  border-left-color: rgb(212 212 216 / 0.1);
  border-right-color: rgb(212 212 216 / 0.1);
}

.active\:border-x-zinc-300\/100:active {
  border-left-color: rgb(212 212 216 / 1);
  border-right-color: rgb(212 212 216 / 1);
}

.active\:border-x-zinc-300\/20:active {
  border-left-color: rgb(212 212 216 / 0.2);
  border-right-color: rgb(212 212 216 / 0.2);
}

.active\:border-x-zinc-300\/25:active {
  border-left-color: rgb(212 212 216 / 0.25);
  border-right-color: rgb(212 212 216 / 0.25);
}

.active\:border-x-zinc-300\/30:active {
  border-left-color: rgb(212 212 216 / 0.3);
  border-right-color: rgb(212 212 216 / 0.3);
}

.active\:border-x-zinc-300\/40:active {
  border-left-color: rgb(212 212 216 / 0.4);
  border-right-color: rgb(212 212 216 / 0.4);
}

.active\:border-x-zinc-300\/5:active {
  border-left-color: rgb(212 212 216 / 0.05);
  border-right-color: rgb(212 212 216 / 0.05);
}

.active\:border-x-zinc-300\/50:active {
  border-left-color: rgb(212 212 216 / 0.5);
  border-right-color: rgb(212 212 216 / 0.5);
}

.active\:border-x-zinc-300\/60:active {
  border-left-color: rgb(212 212 216 / 0.6);
  border-right-color: rgb(212 212 216 / 0.6);
}

.active\:border-x-zinc-300\/70:active {
  border-left-color: rgb(212 212 216 / 0.7);
  border-right-color: rgb(212 212 216 / 0.7);
}

.active\:border-x-zinc-300\/75:active {
  border-left-color: rgb(212 212 216 / 0.75);
  border-right-color: rgb(212 212 216 / 0.75);
}

.active\:border-x-zinc-300\/80:active {
  border-left-color: rgb(212 212 216 / 0.8);
  border-right-color: rgb(212 212 216 / 0.8);
}

.active\:border-x-zinc-300\/90:active {
  border-left-color: rgb(212 212 216 / 0.9);
  border-right-color: rgb(212 212 216 / 0.9);
}

.active\:border-x-zinc-300\/95:active {
  border-left-color: rgb(212 212 216 / 0.95);
  border-right-color: rgb(212 212 216 / 0.95);
}

.active\:border-x-zinc-400:active {
  --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));
}

.active\:border-x-zinc-400\/0:active {
  border-left-color: rgb(161 161 170 / 0);
  border-right-color: rgb(161 161 170 / 0);
}

.active\:border-x-zinc-400\/10:active {
  border-left-color: rgb(161 161 170 / 0.1);
  border-right-color: rgb(161 161 170 / 0.1);
}

.active\:border-x-zinc-400\/100:active {
  border-left-color: rgb(161 161 170 / 1);
  border-right-color: rgb(161 161 170 / 1);
}

.active\:border-x-zinc-400\/20:active {
  border-left-color: rgb(161 161 170 / 0.2);
  border-right-color: rgb(161 161 170 / 0.2);
}

.active\:border-x-zinc-400\/25:active {
  border-left-color: rgb(161 161 170 / 0.25);
  border-right-color: rgb(161 161 170 / 0.25);
}

.active\:border-x-zinc-400\/30:active {
  border-left-color: rgb(161 161 170 / 0.3);
  border-right-color: rgb(161 161 170 / 0.3);
}

.active\:border-x-zinc-400\/40:active {
  border-left-color: rgb(161 161 170 / 0.4);
  border-right-color: rgb(161 161 170 / 0.4);
}

.active\:border-x-zinc-400\/5:active {
  border-left-color: rgb(161 161 170 / 0.05);
  border-right-color: rgb(161 161 170 / 0.05);
}

.active\:border-x-zinc-400\/50:active {
  border-left-color: rgb(161 161 170 / 0.5);
  border-right-color: rgb(161 161 170 / 0.5);
}

.active\:border-x-zinc-400\/60:active {
  border-left-color: rgb(161 161 170 / 0.6);
  border-right-color: rgb(161 161 170 / 0.6);
}

.active\:border-x-zinc-400\/70:active {
  border-left-color: rgb(161 161 170 / 0.7);
  border-right-color: rgb(161 161 170 / 0.7);
}

.active\:border-x-zinc-400\/75:active {
  border-left-color: rgb(161 161 170 / 0.75);
  border-right-color: rgb(161 161 170 / 0.75);
}

.active\:border-x-zinc-400\/80:active {
  border-left-color: rgb(161 161 170 / 0.8);
  border-right-color: rgb(161 161 170 / 0.8);
}

.active\:border-x-zinc-400\/90:active {
  border-left-color: rgb(161 161 170 / 0.9);
  border-right-color: rgb(161 161 170 / 0.9);
}

.active\:border-x-zinc-400\/95:active {
  border-left-color: rgb(161 161 170 / 0.95);
  border-right-color: rgb(161 161 170 / 0.95);
}

.active\:border-x-zinc-50:active {
  --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));
}

.active\:border-x-zinc-50\/0:active {
  border-left-color: rgb(250 250 250 / 0);
  border-right-color: rgb(250 250 250 / 0);
}

.active\:border-x-zinc-50\/10:active {
  border-left-color: rgb(250 250 250 / 0.1);
  border-right-color: rgb(250 250 250 / 0.1);
}

.active\:border-x-zinc-50\/100:active {
  border-left-color: rgb(250 250 250 / 1);
  border-right-color: rgb(250 250 250 / 1);
}

.active\:border-x-zinc-50\/20:active {
  border-left-color: rgb(250 250 250 / 0.2);
  border-right-color: rgb(250 250 250 / 0.2);
}

.active\:border-x-zinc-50\/25:active {
  border-left-color: rgb(250 250 250 / 0.25);
  border-right-color: rgb(250 250 250 / 0.25);
}

.active\:border-x-zinc-50\/30:active {
  border-left-color: rgb(250 250 250 / 0.3);
  border-right-color: rgb(250 250 250 / 0.3);
}

.active\:border-x-zinc-50\/40:active {
  border-left-color: rgb(250 250 250 / 0.4);
  border-right-color: rgb(250 250 250 / 0.4);
}

.active\:border-x-zinc-50\/5:active {
  border-left-color: rgb(250 250 250 / 0.05);
  border-right-color: rgb(250 250 250 / 0.05);
}

.active\:border-x-zinc-50\/50:active {
  border-left-color: rgb(250 250 250 / 0.5);
  border-right-color: rgb(250 250 250 / 0.5);
}

.active\:border-x-zinc-50\/60:active {
  border-left-color: rgb(250 250 250 / 0.6);
  border-right-color: rgb(250 250 250 / 0.6);
}

.active\:border-x-zinc-50\/70:active {
  border-left-color: rgb(250 250 250 / 0.7);
  border-right-color: rgb(250 250 250 / 0.7);
}

.active\:border-x-zinc-50\/75:active {
  border-left-color: rgb(250 250 250 / 0.75);
  border-right-color: rgb(250 250 250 / 0.75);
}

.active\:border-x-zinc-50\/80:active {
  border-left-color: rgb(250 250 250 / 0.8);
  border-right-color: rgb(250 250 250 / 0.8);
}

.active\:border-x-zinc-50\/90:active {
  border-left-color: rgb(250 250 250 / 0.9);
  border-right-color: rgb(250 250 250 / 0.9);
}

.active\:border-x-zinc-50\/95:active {
  border-left-color: rgb(250 250 250 / 0.95);
  border-right-color: rgb(250 250 250 / 0.95);
}

.active\:border-x-zinc-500:active {
  --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));
}

.active\:border-x-zinc-500\/0:active {
  border-left-color: rgb(113 113 122 / 0);
  border-right-color: rgb(113 113 122 / 0);
}

.active\:border-x-zinc-500\/10:active {
  border-left-color: rgb(113 113 122 / 0.1);
  border-right-color: rgb(113 113 122 / 0.1);
}

.active\:border-x-zinc-500\/100:active {
  border-left-color: rgb(113 113 122 / 1);
  border-right-color: rgb(113 113 122 / 1);
}

.active\:border-x-zinc-500\/20:active {
  border-left-color: rgb(113 113 122 / 0.2);
  border-right-color: rgb(113 113 122 / 0.2);
}

.active\:border-x-zinc-500\/25:active {
  border-left-color: rgb(113 113 122 / 0.25);
  border-right-color: rgb(113 113 122 / 0.25);
}

.active\:border-x-zinc-500\/30:active {
  border-left-color: rgb(113 113 122 / 0.3);
  border-right-color: rgb(113 113 122 / 0.3);
}

.active\:border-x-zinc-500\/40:active {
  border-left-color: rgb(113 113 122 / 0.4);
  border-right-color: rgb(113 113 122 / 0.4);
}

.active\:border-x-zinc-500\/5:active {
  border-left-color: rgb(113 113 122 / 0.05);
  border-right-color: rgb(113 113 122 / 0.05);
}

.active\:border-x-zinc-500\/50:active {
  border-left-color: rgb(113 113 122 / 0.5);
  border-right-color: rgb(113 113 122 / 0.5);
}

.active\:border-x-zinc-500\/60:active {
  border-left-color: rgb(113 113 122 / 0.6);
  border-right-color: rgb(113 113 122 / 0.6);
}

.active\:border-x-zinc-500\/70:active {
  border-left-color: rgb(113 113 122 / 0.7);
  border-right-color: rgb(113 113 122 / 0.7);
}

.active\:border-x-zinc-500\/75:active {
  border-left-color: rgb(113 113 122 / 0.75);
  border-right-color: rgb(113 113 122 / 0.75);
}

.active\:border-x-zinc-500\/80:active {
  border-left-color: rgb(113 113 122 / 0.8);
  border-right-color: rgb(113 113 122 / 0.8);
}

.active\:border-x-zinc-500\/90:active {
  border-left-color: rgb(113 113 122 / 0.9);
  border-right-color: rgb(113 113 122 / 0.9);
}

.active\:border-x-zinc-500\/95:active {
  border-left-color: rgb(113 113 122 / 0.95);
  border-right-color: rgb(113 113 122 / 0.95);
}

.active\:border-x-zinc-600:active {
  --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));
}

.active\:border-x-zinc-600\/0:active {
  border-left-color: rgb(82 82 91 / 0);
  border-right-color: rgb(82 82 91 / 0);
}

.active\:border-x-zinc-600\/10:active {
  border-left-color: rgb(82 82 91 / 0.1);
  border-right-color: rgb(82 82 91 / 0.1);
}

.active\:border-x-zinc-600\/100:active {
  border-left-color: rgb(82 82 91 / 1);
  border-right-color: rgb(82 82 91 / 1);
}

.active\:border-x-zinc-600\/20:active {
  border-left-color: rgb(82 82 91 / 0.2);
  border-right-color: rgb(82 82 91 / 0.2);
}

.active\:border-x-zinc-600\/25:active {
  border-left-color: rgb(82 82 91 / 0.25);
  border-right-color: rgb(82 82 91 / 0.25);
}

.active\:border-x-zinc-600\/30:active {
  border-left-color: rgb(82 82 91 / 0.3);
  border-right-color: rgb(82 82 91 / 0.3);
}

.active\:border-x-zinc-600\/40:active {
  border-left-color: rgb(82 82 91 / 0.4);
  border-right-color: rgb(82 82 91 / 0.4);
}

.active\:border-x-zinc-600\/5:active {
  border-left-color: rgb(82 82 91 / 0.05);
  border-right-color: rgb(82 82 91 / 0.05);
}

.active\:border-x-zinc-600\/50:active {
  border-left-color: rgb(82 82 91 / 0.5);
  border-right-color: rgb(82 82 91 / 0.5);
}

.active\:border-x-zinc-600\/60:active {
  border-left-color: rgb(82 82 91 / 0.6);
  border-right-color: rgb(82 82 91 / 0.6);
}

.active\:border-x-zinc-600\/70:active {
  border-left-color: rgb(82 82 91 / 0.7);
  border-right-color: rgb(82 82 91 / 0.7);
}

.active\:border-x-zinc-600\/75:active {
  border-left-color: rgb(82 82 91 / 0.75);
  border-right-color: rgb(82 82 91 / 0.75);
}

.active\:border-x-zinc-600\/80:active {
  border-left-color: rgb(82 82 91 / 0.8);
  border-right-color: rgb(82 82 91 / 0.8);
}

.active\:border-x-zinc-600\/90:active {
  border-left-color: rgb(82 82 91 / 0.9);
  border-right-color: rgb(82 82 91 / 0.9);
}

.active\:border-x-zinc-600\/95:active {
  border-left-color: rgb(82 82 91 / 0.95);
  border-right-color: rgb(82 82 91 / 0.95);
}

.active\:border-x-zinc-700:active {
  --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));
}

.active\:border-x-zinc-700\/0:active {
  border-left-color: rgb(63 63 70 / 0);
  border-right-color: rgb(63 63 70 / 0);
}

.active\:border-x-zinc-700\/10:active {
  border-left-color: rgb(63 63 70 / 0.1);
  border-right-color: rgb(63 63 70 / 0.1);
}

.active\:border-x-zinc-700\/100:active {
  border-left-color: rgb(63 63 70 / 1);
  border-right-color: rgb(63 63 70 / 1);
}

.active\:border-x-zinc-700\/20:active {
  border-left-color: rgb(63 63 70 / 0.2);
  border-right-color: rgb(63 63 70 / 0.2);
}

.active\:border-x-zinc-700\/25:active {
  border-left-color: rgb(63 63 70 / 0.25);
  border-right-color: rgb(63 63 70 / 0.25);
}

.active\:border-x-zinc-700\/30:active {
  border-left-color: rgb(63 63 70 / 0.3);
  border-right-color: rgb(63 63 70 / 0.3);
}

.active\:border-x-zinc-700\/40:active {
  border-left-color: rgb(63 63 70 / 0.4);
  border-right-color: rgb(63 63 70 / 0.4);
}

.active\:border-x-zinc-700\/5:active {
  border-left-color: rgb(63 63 70 / 0.05);
  border-right-color: rgb(63 63 70 / 0.05);
}

.active\:border-x-zinc-700\/50:active {
  border-left-color: rgb(63 63 70 / 0.5);
  border-right-color: rgb(63 63 70 / 0.5);
}

.active\:border-x-zinc-700\/60:active {
  border-left-color: rgb(63 63 70 / 0.6);
  border-right-color: rgb(63 63 70 / 0.6);
}

.active\:border-x-zinc-700\/70:active {
  border-left-color: rgb(63 63 70 / 0.7);
  border-right-color: rgb(63 63 70 / 0.7);
}

.active\:border-x-zinc-700\/75:active {
  border-left-color: rgb(63 63 70 / 0.75);
  border-right-color: rgb(63 63 70 / 0.75);
}

.active\:border-x-zinc-700\/80:active {
  border-left-color: rgb(63 63 70 / 0.8);
  border-right-color: rgb(63 63 70 / 0.8);
}

.active\:border-x-zinc-700\/90:active {
  border-left-color: rgb(63 63 70 / 0.9);
  border-right-color: rgb(63 63 70 / 0.9);
}

.active\:border-x-zinc-700\/95:active {
  border-left-color: rgb(63 63 70 / 0.95);
  border-right-color: rgb(63 63 70 / 0.95);
}

.active\:border-x-zinc-800:active {
  --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));
}

.active\:border-x-zinc-800\/0:active {
  border-left-color: rgb(39 39 42 / 0);
  border-right-color: rgb(39 39 42 / 0);
}

.active\:border-x-zinc-800\/10:active {
  border-left-color: rgb(39 39 42 / 0.1);
  border-right-color: rgb(39 39 42 / 0.1);
}

.active\:border-x-zinc-800\/100:active {
  border-left-color: rgb(39 39 42 / 1);
  border-right-color: rgb(39 39 42 / 1);
}

.active\:border-x-zinc-800\/20:active {
  border-left-color: rgb(39 39 42 / 0.2);
  border-right-color: rgb(39 39 42 / 0.2);
}

.active\:border-x-zinc-800\/25:active {
  border-left-color: rgb(39 39 42 / 0.25);
  border-right-color: rgb(39 39 42 / 0.25);
}

.active\:border-x-zinc-800\/30:active {
  border-left-color: rgb(39 39 42 / 0.3);
  border-right-color: rgb(39 39 42 / 0.3);
}

.active\:border-x-zinc-800\/40:active {
  border-left-color: rgb(39 39 42 / 0.4);
  border-right-color: rgb(39 39 42 / 0.4);
}

.active\:border-x-zinc-800\/5:active {
  border-left-color: rgb(39 39 42 / 0.05);
  border-right-color: rgb(39 39 42 / 0.05);
}

.active\:border-x-zinc-800\/50:active {
  border-left-color: rgb(39 39 42 / 0.5);
  border-right-color: rgb(39 39 42 / 0.5);
}

.active\:border-x-zinc-800\/60:active {
  border-left-color: rgb(39 39 42 / 0.6);
  border-right-color: rgb(39 39 42 / 0.6);
}

.active\:border-x-zinc-800\/70:active {
  border-left-color: rgb(39 39 42 / 0.7);
  border-right-color: rgb(39 39 42 / 0.7);
}

.active\:border-x-zinc-800\/75:active {
  border-left-color: rgb(39 39 42 / 0.75);
  border-right-color: rgb(39 39 42 / 0.75);
}

.active\:border-x-zinc-800\/80:active {
  border-left-color: rgb(39 39 42 / 0.8);
  border-right-color: rgb(39 39 42 / 0.8);
}

.active\:border-x-zinc-800\/90:active {
  border-left-color: rgb(39 39 42 / 0.9);
  border-right-color: rgb(39 39 42 / 0.9);
}

.active\:border-x-zinc-800\/95:active {
  border-left-color: rgb(39 39 42 / 0.95);
  border-right-color: rgb(39 39 42 / 0.95);
}

.active\:border-x-zinc-900:active {
  --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));
}

.active\:border-x-zinc-900\/0:active {
  border-left-color: rgb(24 24 27 / 0);
  border-right-color: rgb(24 24 27 / 0);
}

.active\:border-x-zinc-900\/10:active {
  border-left-color: rgb(24 24 27 / 0.1);
  border-right-color: rgb(24 24 27 / 0.1);
}

.active\:border-x-zinc-900\/100:active {
  border-left-color: rgb(24 24 27 / 1);
  border-right-color: rgb(24 24 27 / 1);
}

.active\:border-x-zinc-900\/20:active {
  border-left-color: rgb(24 24 27 / 0.2);
  border-right-color: rgb(24 24 27 / 0.2);
}

.active\:border-x-zinc-900\/25:active {
  border-left-color: rgb(24 24 27 / 0.25);
  border-right-color: rgb(24 24 27 / 0.25);
}

.active\:border-x-zinc-900\/30:active {
  border-left-color: rgb(24 24 27 / 0.3);
  border-right-color: rgb(24 24 27 / 0.3);
}

.active\:border-x-zinc-900\/40:active {
  border-left-color: rgb(24 24 27 / 0.4);
  border-right-color: rgb(24 24 27 / 0.4);
}

.active\:border-x-zinc-900\/5:active {
  border-left-color: rgb(24 24 27 / 0.05);
  border-right-color: rgb(24 24 27 / 0.05);
}

.active\:border-x-zinc-900\/50:active {
  border-left-color: rgb(24 24 27 / 0.5);
  border-right-color: rgb(24 24 27 / 0.5);
}

.active\:border-x-zinc-900\/60:active {
  border-left-color: rgb(24 24 27 / 0.6);
  border-right-color: rgb(24 24 27 / 0.6);
}

.active\:border-x-zinc-900\/70:active {
  border-left-color: rgb(24 24 27 / 0.7);
  border-right-color: rgb(24 24 27 / 0.7);
}

.active\:border-x-zinc-900\/75:active {
  border-left-color: rgb(24 24 27 / 0.75);
  border-right-color: rgb(24 24 27 / 0.75);
}

.active\:border-x-zinc-900\/80:active {
  border-left-color: rgb(24 24 27 / 0.8);
  border-right-color: rgb(24 24 27 / 0.8);
}

.active\:border-x-zinc-900\/90:active {
  border-left-color: rgb(24 24 27 / 0.9);
  border-right-color: rgb(24 24 27 / 0.9);
}

.active\:border-x-zinc-900\/95:active {
  border-left-color: rgb(24 24 27 / 0.95);
  border-right-color: rgb(24 24 27 / 0.95);
}

.active\:border-x-zinc-950:active {
  --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));
}

.active\:border-x-zinc-950\/0:active {
  border-left-color: rgb(9 9 11 / 0);
  border-right-color: rgb(9 9 11 / 0);
}

.active\:border-x-zinc-950\/10:active {
  border-left-color: rgb(9 9 11 / 0.1);
  border-right-color: rgb(9 9 11 / 0.1);
}

.active\:border-x-zinc-950\/100:active {
  border-left-color: rgb(9 9 11 / 1);
  border-right-color: rgb(9 9 11 / 1);
}

.active\:border-x-zinc-950\/20:active {
  border-left-color: rgb(9 9 11 / 0.2);
  border-right-color: rgb(9 9 11 / 0.2);
}

.active\:border-x-zinc-950\/25:active {
  border-left-color: rgb(9 9 11 / 0.25);
  border-right-color: rgb(9 9 11 / 0.25);
}

.active\:border-x-zinc-950\/30:active {
  border-left-color: rgb(9 9 11 / 0.3);
  border-right-color: rgb(9 9 11 / 0.3);
}

.active\:border-x-zinc-950\/40:active {
  border-left-color: rgb(9 9 11 / 0.4);
  border-right-color: rgb(9 9 11 / 0.4);
}

.active\:border-x-zinc-950\/5:active {
  border-left-color: rgb(9 9 11 / 0.05);
  border-right-color: rgb(9 9 11 / 0.05);
}

.active\:border-x-zinc-950\/50:active {
  border-left-color: rgb(9 9 11 / 0.5);
  border-right-color: rgb(9 9 11 / 0.5);
}

.active\:border-x-zinc-950\/60:active {
  border-left-color: rgb(9 9 11 / 0.6);
  border-right-color: rgb(9 9 11 / 0.6);
}

.active\:border-x-zinc-950\/70:active {
  border-left-color: rgb(9 9 11 / 0.7);
  border-right-color: rgb(9 9 11 / 0.7);
}

.active\:border-x-zinc-950\/75:active {
  border-left-color: rgb(9 9 11 / 0.75);
  border-right-color: rgb(9 9 11 / 0.75);
}

.active\:border-x-zinc-950\/80:active {
  border-left-color: rgb(9 9 11 / 0.8);
  border-right-color: rgb(9 9 11 / 0.8);
}

.active\:border-x-zinc-950\/90:active {
  border-left-color: rgb(9 9 11 / 0.9);
  border-right-color: rgb(9 9 11 / 0.9);
}

.active\:border-x-zinc-950\/95:active {
  border-left-color: rgb(9 9 11 / 0.95);
  border-right-color: rgb(9 9 11 / 0.95);
}

.active\:border-y-amber-100:active {
  --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));
}

.active\:border-y-amber-100\/0:active {
  border-top-color: rgb(254 243 199 / 0);
  border-bottom-color: rgb(254 243 199 / 0);
}

.active\:border-y-amber-100\/10:active {
  border-top-color: rgb(254 243 199 / 0.1);
  border-bottom-color: rgb(254 243 199 / 0.1);
}

.active\:border-y-amber-100\/100:active {
  border-top-color: rgb(254 243 199 / 1);
  border-bottom-color: rgb(254 243 199 / 1);
}

.active\:border-y-amber-100\/20:active {
  border-top-color: rgb(254 243 199 / 0.2);
  border-bottom-color: rgb(254 243 199 / 0.2);
}

.active\:border-y-amber-100\/25:active {
  border-top-color: rgb(254 243 199 / 0.25);
  border-bottom-color: rgb(254 243 199 / 0.25);
}

.active\:border-y-amber-100\/30:active {
  border-top-color: rgb(254 243 199 / 0.3);
  border-bottom-color: rgb(254 243 199 / 0.3);
}

.active\:border-y-amber-100\/40:active {
  border-top-color: rgb(254 243 199 / 0.4);
  border-bottom-color: rgb(254 243 199 / 0.4);
}

.active\:border-y-amber-100\/5:active {
  border-top-color: rgb(254 243 199 / 0.05);
  border-bottom-color: rgb(254 243 199 / 0.05);
}

.active\:border-y-amber-100\/50:active {
  border-top-color: rgb(254 243 199 / 0.5);
  border-bottom-color: rgb(254 243 199 / 0.5);
}

.active\:border-y-amber-100\/60:active {
  border-top-color: rgb(254 243 199 / 0.6);
  border-bottom-color: rgb(254 243 199 / 0.6);
}

.active\:border-y-amber-100\/70:active {
  border-top-color: rgb(254 243 199 / 0.7);
  border-bottom-color: rgb(254 243 199 / 0.7);
}

.active\:border-y-amber-100\/75:active {
  border-top-color: rgb(254 243 199 / 0.75);
  border-bottom-color: rgb(254 243 199 / 0.75);
}

.active\:border-y-amber-100\/80:active {
  border-top-color: rgb(254 243 199 / 0.8);
  border-bottom-color: rgb(254 243 199 / 0.8);
}

.active\:border-y-amber-100\/90:active {
  border-top-color: rgb(254 243 199 / 0.9);
  border-bottom-color: rgb(254 243 199 / 0.9);
}

.active\:border-y-amber-100\/95:active {
  border-top-color: rgb(254 243 199 / 0.95);
  border-bottom-color: rgb(254 243 199 / 0.95);
}

.active\:border-y-amber-200:active {
  --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));
}

.active\:border-y-amber-200\/0:active {
  border-top-color: rgb(253 230 138 / 0);
  border-bottom-color: rgb(253 230 138 / 0);
}

.active\:border-y-amber-200\/10:active {
  border-top-color: rgb(253 230 138 / 0.1);
  border-bottom-color: rgb(253 230 138 / 0.1);
}

.active\:border-y-amber-200\/100:active {
  border-top-color: rgb(253 230 138 / 1);
  border-bottom-color: rgb(253 230 138 / 1);
}

.active\:border-y-amber-200\/20:active {
  border-top-color: rgb(253 230 138 / 0.2);
  border-bottom-color: rgb(253 230 138 / 0.2);
}

.active\:border-y-amber-200\/25:active {
  border-top-color: rgb(253 230 138 / 0.25);
  border-bottom-color: rgb(253 230 138 / 0.25);
}

.active\:border-y-amber-200\/30:active {
  border-top-color: rgb(253 230 138 / 0.3);
  border-bottom-color: rgb(253 230 138 / 0.3);
}

.active\:border-y-amber-200\/40:active {
  border-top-color: rgb(253 230 138 / 0.4);
  border-bottom-color: rgb(253 230 138 / 0.4);
}

.active\:border-y-amber-200\/5:active {
  border-top-color: rgb(253 230 138 / 0.05);
  border-bottom-color: rgb(253 230 138 / 0.05);
}

.active\:border-y-amber-200\/50:active {
  border-top-color: rgb(253 230 138 / 0.5);
  border-bottom-color: rgb(253 230 138 / 0.5);
}

.active\:border-y-amber-200\/60:active {
  border-top-color: rgb(253 230 138 / 0.6);
  border-bottom-color: rgb(253 230 138 / 0.6);
}

.active\:border-y-amber-200\/70:active {
  border-top-color: rgb(253 230 138 / 0.7);
  border-bottom-color: rgb(253 230 138 / 0.7);
}

.active\:border-y-amber-200\/75:active {
  border-top-color: rgb(253 230 138 / 0.75);
  border-bottom-color: rgb(253 230 138 / 0.75);
}

.active\:border-y-amber-200\/80:active {
  border-top-color: rgb(253 230 138 / 0.8);
  border-bottom-color: rgb(253 230 138 / 0.8);
}

.active\:border-y-amber-200\/90:active {
  border-top-color: rgb(253 230 138 / 0.9);
  border-bottom-color: rgb(253 230 138 / 0.9);
}

.active\:border-y-amber-200\/95:active {
  border-top-color: rgb(253 230 138 / 0.95);
  border-bottom-color: rgb(253 230 138 / 0.95);
}

.active\:border-y-amber-300:active {
  --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));
}

.active\:border-y-amber-300\/0:active {
  border-top-color: rgb(252 211 77 / 0);
  border-bottom-color: rgb(252 211 77 / 0);
}

.active\:border-y-amber-300\/10:active {
  border-top-color: rgb(252 211 77 / 0.1);
  border-bottom-color: rgb(252 211 77 / 0.1);
}

.active\:border-y-amber-300\/100:active {
  border-top-color: rgb(252 211 77 / 1);
  border-bottom-color: rgb(252 211 77 / 1);
}

.active\:border-y-amber-300\/20:active {
  border-top-color: rgb(252 211 77 / 0.2);
  border-bottom-color: rgb(252 211 77 / 0.2);
}

.active\:border-y-amber-300\/25:active {
  border-top-color: rgb(252 211 77 / 0.25);
  border-bottom-color: rgb(252 211 77 / 0.25);
}

.active\:border-y-amber-300\/30:active {
  border-top-color: rgb(252 211 77 / 0.3);
  border-bottom-color: rgb(252 211 77 / 0.3);
}

.active\:border-y-amber-300\/40:active {
  border-top-color: rgb(252 211 77 / 0.4);
  border-bottom-color: rgb(252 211 77 / 0.4);
}

.active\:border-y-amber-300\/5:active {
  border-top-color: rgb(252 211 77 / 0.05);
  border-bottom-color: rgb(252 211 77 / 0.05);
}

.active\:border-y-amber-300\/50:active {
  border-top-color: rgb(252 211 77 / 0.5);
  border-bottom-color: rgb(252 211 77 / 0.5);
}

.active\:border-y-amber-300\/60:active {
  border-top-color: rgb(252 211 77 / 0.6);
  border-bottom-color: rgb(252 211 77 / 0.6);
}

.active\:border-y-amber-300\/70:active {
  border-top-color: rgb(252 211 77 / 0.7);
  border-bottom-color: rgb(252 211 77 / 0.7);
}

.active\:border-y-amber-300\/75:active {
  border-top-color: rgb(252 211 77 / 0.75);
  border-bottom-color: rgb(252 211 77 / 0.75);
}

.active\:border-y-amber-300\/80:active {
  border-top-color: rgb(252 211 77 / 0.8);
  border-bottom-color: rgb(252 211 77 / 0.8);
}

.active\:border-y-amber-300\/90:active {
  border-top-color: rgb(252 211 77 / 0.9);
  border-bottom-color: rgb(252 211 77 / 0.9);
}

.active\:border-y-amber-300\/95:active {
  border-top-color: rgb(252 211 77 / 0.95);
  border-bottom-color: rgb(252 211 77 / 0.95);
}

.active\:border-y-amber-400:active {
  --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));
}

.active\:border-y-amber-400\/0:active {
  border-top-color: rgb(251 191 36 / 0);
  border-bottom-color: rgb(251 191 36 / 0);
}

.active\:border-y-amber-400\/10:active {
  border-top-color: rgb(251 191 36 / 0.1);
  border-bottom-color: rgb(251 191 36 / 0.1);
}

.active\:border-y-amber-400\/100:active {
  border-top-color: rgb(251 191 36 / 1);
  border-bottom-color: rgb(251 191 36 / 1);
}

.active\:border-y-amber-400\/20:active {
  border-top-color: rgb(251 191 36 / 0.2);
  border-bottom-color: rgb(251 191 36 / 0.2);
}

.active\:border-y-amber-400\/25:active {
  border-top-color: rgb(251 191 36 / 0.25);
  border-bottom-color: rgb(251 191 36 / 0.25);
}

.active\:border-y-amber-400\/30:active {
  border-top-color: rgb(251 191 36 / 0.3);
  border-bottom-color: rgb(251 191 36 / 0.3);
}

.active\:border-y-amber-400\/40:active {
  border-top-color: rgb(251 191 36 / 0.4);
  border-bottom-color: rgb(251 191 36 / 0.4);
}

.active\:border-y-amber-400\/5:active {
  border-top-color: rgb(251 191 36 / 0.05);
  border-bottom-color: rgb(251 191 36 / 0.05);
}

.active\:border-y-amber-400\/50:active {
  border-top-color: rgb(251 191 36 / 0.5);
  border-bottom-color: rgb(251 191 36 / 0.5);
}

.active\:border-y-amber-400\/60:active {
  border-top-color: rgb(251 191 36 / 0.6);
  border-bottom-color: rgb(251 191 36 / 0.6);
}

.active\:border-y-amber-400\/70:active {
  border-top-color: rgb(251 191 36 / 0.7);
  border-bottom-color: rgb(251 191 36 / 0.7);
}

.active\:border-y-amber-400\/75:active {
  border-top-color: rgb(251 191 36 / 0.75);
  border-bottom-color: rgb(251 191 36 / 0.75);
}

.active\:border-y-amber-400\/80:active {
  border-top-color: rgb(251 191 36 / 0.8);
  border-bottom-color: rgb(251 191 36 / 0.8);
}

.active\:border-y-amber-400\/90:active {
  border-top-color: rgb(251 191 36 / 0.9);
  border-bottom-color: rgb(251 191 36 / 0.9);
}

.active\:border-y-amber-400\/95:active {
  border-top-color: rgb(251 191 36 / 0.95);
  border-bottom-color: rgb(251 191 36 / 0.95);
}

.active\:border-y-amber-50:active {
  --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));
}

.active\:border-y-amber-50\/0:active {
  border-top-color: rgb(255 251 235 / 0);
  border-bottom-color: rgb(255 251 235 / 0);
}

.active\:border-y-amber-50\/10:active {
  border-top-color: rgb(255 251 235 / 0.1);
  border-bottom-color: rgb(255 251 235 / 0.1);
}

.active\:border-y-amber-50\/100:active {
  border-top-color: rgb(255 251 235 / 1);
  border-bottom-color: rgb(255 251 235 / 1);
}

.active\:border-y-amber-50\/20:active {
  border-top-color: rgb(255 251 235 / 0.2);
  border-bottom-color: rgb(255 251 235 / 0.2);
}

.active\:border-y-amber-50\/25:active {
  border-top-color: rgb(255 251 235 / 0.25);
  border-bottom-color: rgb(255 251 235 / 0.25);
}

.active\:border-y-amber-50\/30:active {
  border-top-color: rgb(255 251 235 / 0.3);
  border-bottom-color: rgb(255 251 235 / 0.3);
}

.active\:border-y-amber-50\/40:active {
  border-top-color: rgb(255 251 235 / 0.4);
  border-bottom-color: rgb(255 251 235 / 0.4);
}

.active\:border-y-amber-50\/5:active {
  border-top-color: rgb(255 251 235 / 0.05);
  border-bottom-color: rgb(255 251 235 / 0.05);
}

.active\:border-y-amber-50\/50:active {
  border-top-color: rgb(255 251 235 / 0.5);
  border-bottom-color: rgb(255 251 235 / 0.5);
}

.active\:border-y-amber-50\/60:active {
  border-top-color: rgb(255 251 235 / 0.6);
  border-bottom-color: rgb(255 251 235 / 0.6);
}

.active\:border-y-amber-50\/70:active {
  border-top-color: rgb(255 251 235 / 0.7);
  border-bottom-color: rgb(255 251 235 / 0.7);
}

.active\:border-y-amber-50\/75:active {
  border-top-color: rgb(255 251 235 / 0.75);
  border-bottom-color: rgb(255 251 235 / 0.75);
}

.active\:border-y-amber-50\/80:active {
  border-top-color: rgb(255 251 235 / 0.8);
  border-bottom-color: rgb(255 251 235 / 0.8);
}

.active\:border-y-amber-50\/90:active {
  border-top-color: rgb(255 251 235 / 0.9);
  border-bottom-color: rgb(255 251 235 / 0.9);
}

.active\:border-y-amber-50\/95:active {
  border-top-color: rgb(255 251 235 / 0.95);
  border-bottom-color: rgb(255 251 235 / 0.95);
}

.active\:border-y-amber-500:active {
  --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));
}

.active\:border-y-amber-500\/0:active {
  border-top-color: rgb(245 158 11 / 0);
  border-bottom-color: rgb(245 158 11 / 0);
}

.active\:border-y-amber-500\/10:active {
  border-top-color: rgb(245 158 11 / 0.1);
  border-bottom-color: rgb(245 158 11 / 0.1);
}

.active\:border-y-amber-500\/100:active {
  border-top-color: rgb(245 158 11 / 1);
  border-bottom-color: rgb(245 158 11 / 1);
}

.active\:border-y-amber-500\/20:active {
  border-top-color: rgb(245 158 11 / 0.2);
  border-bottom-color: rgb(245 158 11 / 0.2);
}

.active\:border-y-amber-500\/25:active {
  border-top-color: rgb(245 158 11 / 0.25);
  border-bottom-color: rgb(245 158 11 / 0.25);
}

.active\:border-y-amber-500\/30:active {
  border-top-color: rgb(245 158 11 / 0.3);
  border-bottom-color: rgb(245 158 11 / 0.3);
}

.active\:border-y-amber-500\/40:active {
  border-top-color: rgb(245 158 11 / 0.4);
  border-bottom-color: rgb(245 158 11 / 0.4);
}

.active\:border-y-amber-500\/5:active {
  border-top-color: rgb(245 158 11 / 0.05);
  border-bottom-color: rgb(245 158 11 / 0.05);
}

.active\:border-y-amber-500\/50:active {
  border-top-color: rgb(245 158 11 / 0.5);
  border-bottom-color: rgb(245 158 11 / 0.5);
}

.active\:border-y-amber-500\/60:active {
  border-top-color: rgb(245 158 11 / 0.6);
  border-bottom-color: rgb(245 158 11 / 0.6);
}

.active\:border-y-amber-500\/70:active {
  border-top-color: rgb(245 158 11 / 0.7);
  border-bottom-color: rgb(245 158 11 / 0.7);
}

.active\:border-y-amber-500\/75:active {
  border-top-color: rgb(245 158 11 / 0.75);
  border-bottom-color: rgb(245 158 11 / 0.75);
}

.active\:border-y-amber-500\/80:active {
  border-top-color: rgb(245 158 11 / 0.8);
  border-bottom-color: rgb(245 158 11 / 0.8);
}

.active\:border-y-amber-500\/90:active {
  border-top-color: rgb(245 158 11 / 0.9);
  border-bottom-color: rgb(245 158 11 / 0.9);
}

.active\:border-y-amber-500\/95:active {
  border-top-color: rgb(245 158 11 / 0.95);
  border-bottom-color: rgb(245 158 11 / 0.95);
}

.active\:border-y-amber-600:active {
  --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));
}

.active\:border-y-amber-600\/0:active {
  border-top-color: rgb(217 119 6 / 0);
  border-bottom-color: rgb(217 119 6 / 0);
}

.active\:border-y-amber-600\/10:active {
  border-top-color: rgb(217 119 6 / 0.1);
  border-bottom-color: rgb(217 119 6 / 0.1);
}

.active\:border-y-amber-600\/100:active {
  border-top-color: rgb(217 119 6 / 1);
  border-bottom-color: rgb(217 119 6 / 1);
}

.active\:border-y-amber-600\/20:active {
  border-top-color: rgb(217 119 6 / 0.2);
  border-bottom-color: rgb(217 119 6 / 0.2);
}

.active\:border-y-amber-600\/25:active {
  border-top-color: rgb(217 119 6 / 0.25);
  border-bottom-color: rgb(217 119 6 / 0.25);
}

.active\:border-y-amber-600\/30:active {
  border-top-color: rgb(217 119 6 / 0.3);
  border-bottom-color: rgb(217 119 6 / 0.3);
}

.active\:border-y-amber-600\/40:active {
  border-top-color: rgb(217 119 6 / 0.4);
  border-bottom-color: rgb(217 119 6 / 0.4);
}

.active\:border-y-amber-600\/5:active {
  border-top-color: rgb(217 119 6 / 0.05);
  border-bottom-color: rgb(217 119 6 / 0.05);
}

.active\:border-y-amber-600\/50:active {
  border-top-color: rgb(217 119 6 / 0.5);
  border-bottom-color: rgb(217 119 6 / 0.5);
}

.active\:border-y-amber-600\/60:active {
  border-top-color: rgb(217 119 6 / 0.6);
  border-bottom-color: rgb(217 119 6 / 0.6);
}

.active\:border-y-amber-600\/70:active {
  border-top-color: rgb(217 119 6 / 0.7);
  border-bottom-color: rgb(217 119 6 / 0.7);
}

.active\:border-y-amber-600\/75:active {
  border-top-color: rgb(217 119 6 / 0.75);
  border-bottom-color: rgb(217 119 6 / 0.75);
}

.active\:border-y-amber-600\/80:active {
  border-top-color: rgb(217 119 6 / 0.8);
  border-bottom-color: rgb(217 119 6 / 0.8);
}

.active\:border-y-amber-600\/90:active {
  border-top-color: rgb(217 119 6 / 0.9);
  border-bottom-color: rgb(217 119 6 / 0.9);
}

.active\:border-y-amber-600\/95:active {
  border-top-color: rgb(217 119 6 / 0.95);
  border-bottom-color: rgb(217 119 6 / 0.95);
}

.active\:border-y-amber-700:active {
  --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));
}

.active\:border-y-amber-700\/0:active {
  border-top-color: rgb(180 83 9 / 0);
  border-bottom-color: rgb(180 83 9 / 0);
}

.active\:border-y-amber-700\/10:active {
  border-top-color: rgb(180 83 9 / 0.1);
  border-bottom-color: rgb(180 83 9 / 0.1);
}

.active\:border-y-amber-700\/100:active {
  border-top-color: rgb(180 83 9 / 1);
  border-bottom-color: rgb(180 83 9 / 1);
}

.active\:border-y-amber-700\/20:active {
  border-top-color: rgb(180 83 9 / 0.2);
  border-bottom-color: rgb(180 83 9 / 0.2);
}

.active\:border-y-amber-700\/25:active {
  border-top-color: rgb(180 83 9 / 0.25);
  border-bottom-color: rgb(180 83 9 / 0.25);
}

.active\:border-y-amber-700\/30:active {
  border-top-color: rgb(180 83 9 / 0.3);
  border-bottom-color: rgb(180 83 9 / 0.3);
}

.active\:border-y-amber-700\/40:active {
  border-top-color: rgb(180 83 9 / 0.4);
  border-bottom-color: rgb(180 83 9 / 0.4);
}

.active\:border-y-amber-700\/5:active {
  border-top-color: rgb(180 83 9 / 0.05);
  border-bottom-color: rgb(180 83 9 / 0.05);
}

.active\:border-y-amber-700\/50:active {
  border-top-color: rgb(180 83 9 / 0.5);
  border-bottom-color: rgb(180 83 9 / 0.5);
}

.active\:border-y-amber-700\/60:active {
  border-top-color: rgb(180 83 9 / 0.6);
  border-bottom-color: rgb(180 83 9 / 0.6);
}

.active\:border-y-amber-700\/70:active {
  border-top-color: rgb(180 83 9 / 0.7);
  border-bottom-color: rgb(180 83 9 / 0.7);
}

.active\:border-y-amber-700\/75:active {
  border-top-color: rgb(180 83 9 / 0.75);
  border-bottom-color: rgb(180 83 9 / 0.75);
}

.active\:border-y-amber-700\/80:active {
  border-top-color: rgb(180 83 9 / 0.8);
  border-bottom-color: rgb(180 83 9 / 0.8);
}

.active\:border-y-amber-700\/90:active {
  border-top-color: rgb(180 83 9 / 0.9);
  border-bottom-color: rgb(180 83 9 / 0.9);
}

.active\:border-y-amber-700\/95:active {
  border-top-color: rgb(180 83 9 / 0.95);
  border-bottom-color: rgb(180 83 9 / 0.95);
}

.active\:border-y-amber-800:active {
  --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));
}

.active\:border-y-amber-800\/0:active {
  border-top-color: rgb(146 64 14 / 0);
  border-bottom-color: rgb(146 64 14 / 0);
}

.active\:border-y-amber-800\/10:active {
  border-top-color: rgb(146 64 14 / 0.1);
  border-bottom-color: rgb(146 64 14 / 0.1);
}

.active\:border-y-amber-800\/100:active {
  border-top-color: rgb(146 64 14 / 1);
  border-bottom-color: rgb(146 64 14 / 1);
}

.active\:border-y-amber-800\/20:active {
  border-top-color: rgb(146 64 14 / 0.2);
  border-bottom-color: rgb(146 64 14 / 0.2);
}

.active\:border-y-amber-800\/25:active {
  border-top-color: rgb(146 64 14 / 0.25);
  border-bottom-color: rgb(146 64 14 / 0.25);
}

.active\:border-y-amber-800\/30:active {
  border-top-color: rgb(146 64 14 / 0.3);
  border-bottom-color: rgb(146 64 14 / 0.3);
}

.active\:border-y-amber-800\/40:active {
  border-top-color: rgb(146 64 14 / 0.4);
  border-bottom-color: rgb(146 64 14 / 0.4);
}

.active\:border-y-amber-800\/5:active {
  border-top-color: rgb(146 64 14 / 0.05);
  border-bottom-color: rgb(146 64 14 / 0.05);
}

.active\:border-y-amber-800\/50:active {
  border-top-color: rgb(146 64 14 / 0.5);
  border-bottom-color: rgb(146 64 14 / 0.5);
}

.active\:border-y-amber-800\/60:active {
  border-top-color: rgb(146 64 14 / 0.6);
  border-bottom-color: rgb(146 64 14 / 0.6);
}

.active\:border-y-amber-800\/70:active {
  border-top-color: rgb(146 64 14 / 0.7);
  border-bottom-color: rgb(146 64 14 / 0.7);
}

.active\:border-y-amber-800\/75:active {
  border-top-color: rgb(146 64 14 / 0.75);
  border-bottom-color: rgb(146 64 14 / 0.75);
}

.active\:border-y-amber-800\/80:active {
  border-top-color: rgb(146 64 14 / 0.8);
  border-bottom-color: rgb(146 64 14 / 0.8);
}

.active\:border-y-amber-800\/90:active {
  border-top-color: rgb(146 64 14 / 0.9);
  border-bottom-color: rgb(146 64 14 / 0.9);
}

.active\:border-y-amber-800\/95:active {
  border-top-color: rgb(146 64 14 / 0.95);
  border-bottom-color: rgb(146 64 14 / 0.95);
}

.active\:border-y-amber-900:active {
  --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));
}

.active\:border-y-amber-900\/0:active {
  border-top-color: rgb(120 53 15 / 0);
  border-bottom-color: rgb(120 53 15 / 0);
}

.active\:border-y-amber-900\/10:active {
  border-top-color: rgb(120 53 15 / 0.1);
  border-bottom-color: rgb(120 53 15 / 0.1);
}

.active\:border-y-amber-900\/100:active {
  border-top-color: rgb(120 53 15 / 1);
  border-bottom-color: rgb(120 53 15 / 1);
}

.active\:border-y-amber-900\/20:active {
  border-top-color: rgb(120 53 15 / 0.2);
  border-bottom-color: rgb(120 53 15 / 0.2);
}

.active\:border-y-amber-900\/25:active {
  border-top-color: rgb(120 53 15 / 0.25);
  border-bottom-color: rgb(120 53 15 / 0.25);
}

.active\:border-y-amber-900\/30:active {
  border-top-color: rgb(120 53 15 / 0.3);
  border-bottom-color: rgb(120 53 15 / 0.3);
}

.active\:border-y-amber-900\/40:active {
  border-top-color: rgb(120 53 15 / 0.4);
  border-bottom-color: rgb(120 53 15 / 0.4);
}

.active\:border-y-amber-900\/5:active {
  border-top-color: rgb(120 53 15 / 0.05);
  border-bottom-color: rgb(120 53 15 / 0.05);
}

.active\:border-y-amber-900\/50:active {
  border-top-color: rgb(120 53 15 / 0.5);
  border-bottom-color: rgb(120 53 15 / 0.5);
}

.active\:border-y-amber-900\/60:active {
  border-top-color: rgb(120 53 15 / 0.6);
  border-bottom-color: rgb(120 53 15 / 0.6);
}

.active\:border-y-amber-900\/70:active {
  border-top-color: rgb(120 53 15 / 0.7);
  border-bottom-color: rgb(120 53 15 / 0.7);
}

.active\:border-y-amber-900\/75:active {
  border-top-color: rgb(120 53 15 / 0.75);
  border-bottom-color: rgb(120 53 15 / 0.75);
}

.active\:border-y-amber-900\/80:active {
  border-top-color: rgb(120 53 15 / 0.8);
  border-bottom-color: rgb(120 53 15 / 0.8);
}

.active\:border-y-amber-900\/90:active {
  border-top-color: rgb(120 53 15 / 0.9);
  border-bottom-color: rgb(120 53 15 / 0.9);
}

.active\:border-y-amber-900\/95:active {
  border-top-color: rgb(120 53 15 / 0.95);
  border-bottom-color: rgb(120 53 15 / 0.95);
}

.active\:border-y-amber-950:active {
  --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));
}

.active\:border-y-amber-950\/0:active {
  border-top-color: rgb(69 26 3 / 0);
  border-bottom-color: rgb(69 26 3 / 0);
}

.active\:border-y-amber-950\/10:active {
  border-top-color: rgb(69 26 3 / 0.1);
  border-bottom-color: rgb(69 26 3 / 0.1);
}

.active\:border-y-amber-950\/100:active {
  border-top-color: rgb(69 26 3 / 1);
  border-bottom-color: rgb(69 26 3 / 1);
}

.active\:border-y-amber-950\/20:active {
  border-top-color: rgb(69 26 3 / 0.2);
  border-bottom-color: rgb(69 26 3 / 0.2);
}

.active\:border-y-amber-950\/25:active {
  border-top-color: rgb(69 26 3 / 0.25);
  border-bottom-color: rgb(69 26 3 / 0.25);
}

.active\:border-y-amber-950\/30:active {
  border-top-color: rgb(69 26 3 / 0.3);
  border-bottom-color: rgb(69 26 3 / 0.3);
}

.active\:border-y-amber-950\/40:active {
  border-top-color: rgb(69 26 3 / 0.4);
  border-bottom-color: rgb(69 26 3 / 0.4);
}

.active\:border-y-amber-950\/5:active {
  border-top-color: rgb(69 26 3 / 0.05);
  border-bottom-color: rgb(69 26 3 / 0.05);
}

.active\:border-y-amber-950\/50:active {
  border-top-color: rgb(69 26 3 / 0.5);
  border-bottom-color: rgb(69 26 3 / 0.5);
}

.active\:border-y-amber-950\/60:active {
  border-top-color: rgb(69 26 3 / 0.6);
  border-bottom-color: rgb(69 26 3 / 0.6);
}

.active\:border-y-amber-950\/70:active {
  border-top-color: rgb(69 26 3 / 0.7);
  border-bottom-color: rgb(69 26 3 / 0.7);
}

.active\:border-y-amber-950\/75:active {
  border-top-color: rgb(69 26 3 / 0.75);
  border-bottom-color: rgb(69 26 3 / 0.75);
}

.active\:border-y-amber-950\/80:active {
  border-top-color: rgb(69 26 3 / 0.8);
  border-bottom-color: rgb(69 26 3 / 0.8);
}

.active\:border-y-amber-950\/90:active {
  border-top-color: rgb(69 26 3 / 0.9);
  border-bottom-color: rgb(69 26 3 / 0.9);
}

.active\:border-y-amber-950\/95:active {
  border-top-color: rgb(69 26 3 / 0.95);
  border-bottom-color: rgb(69 26 3 / 0.95);
}

.active\:border-y-black:active {
  --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));
}

.active\:border-y-black\/0:active {
  border-top-color: rgb(0 0 0 / 0);
  border-bottom-color: rgb(0 0 0 / 0);
}

.active\:border-y-black\/10:active {
  border-top-color: rgb(0 0 0 / 0.1);
  border-bottom-color: rgb(0 0 0 / 0.1);
}

.active\:border-y-black\/100:active {
  border-top-color: rgb(0 0 0 / 1);
  border-bottom-color: rgb(0 0 0 / 1);
}

.active\:border-y-black\/20:active {
  border-top-color: rgb(0 0 0 / 0.2);
  border-bottom-color: rgb(0 0 0 / 0.2);
}

.active\:border-y-black\/25:active {
  border-top-color: rgb(0 0 0 / 0.25);
  border-bottom-color: rgb(0 0 0 / 0.25);
}

.active\:border-y-black\/30:active {
  border-top-color: rgb(0 0 0 / 0.3);
  border-bottom-color: rgb(0 0 0 / 0.3);
}

.active\:border-y-black\/40:active {
  border-top-color: rgb(0 0 0 / 0.4);
  border-bottom-color: rgb(0 0 0 / 0.4);
}

.active\:border-y-black\/5:active {
  border-top-color: rgb(0 0 0 / 0.05);
  border-bottom-color: rgb(0 0 0 / 0.05);
}

.active\:border-y-black\/50:active {
  border-top-color: rgb(0 0 0 / 0.5);
  border-bottom-color: rgb(0 0 0 / 0.5);
}

.active\:border-y-black\/60:active {
  border-top-color: rgb(0 0 0 / 0.6);
  border-bottom-color: rgb(0 0 0 / 0.6);
}

.active\:border-y-black\/70:active {
  border-top-color: rgb(0 0 0 / 0.7);
  border-bottom-color: rgb(0 0 0 / 0.7);
}

.active\:border-y-black\/75:active {
  border-top-color: rgb(0 0 0 / 0.75);
  border-bottom-color: rgb(0 0 0 / 0.75);
}

.active\:border-y-black\/80:active {
  border-top-color: rgb(0 0 0 / 0.8);
  border-bottom-color: rgb(0 0 0 / 0.8);
}

.active\:border-y-black\/90:active {
  border-top-color: rgb(0 0 0 / 0.9);
  border-bottom-color: rgb(0 0 0 / 0.9);
}

.active\:border-y-black\/95:active {
  border-top-color: rgb(0 0 0 / 0.95);
  border-bottom-color: rgb(0 0 0 / 0.95);
}

.active\:border-y-blue-100:active {
  --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));
}

.active\:border-y-blue-100\/0:active {
  border-top-color: rgb(219 234 254 / 0);
  border-bottom-color: rgb(219 234 254 / 0);
}

.active\:border-y-blue-100\/10:active {
  border-top-color: rgb(219 234 254 / 0.1);
  border-bottom-color: rgb(219 234 254 / 0.1);
}

.active\:border-y-blue-100\/100:active {
  border-top-color: rgb(219 234 254 / 1);
  border-bottom-color: rgb(219 234 254 / 1);
}

.active\:border-y-blue-100\/20:active {
  border-top-color: rgb(219 234 254 / 0.2);
  border-bottom-color: rgb(219 234 254 / 0.2);
}

.active\:border-y-blue-100\/25:active {
  border-top-color: rgb(219 234 254 / 0.25);
  border-bottom-color: rgb(219 234 254 / 0.25);
}

.active\:border-y-blue-100\/30:active {
  border-top-color: rgb(219 234 254 / 0.3);
  border-bottom-color: rgb(219 234 254 / 0.3);
}

.active\:border-y-blue-100\/40:active {
  border-top-color: rgb(219 234 254 / 0.4);
  border-bottom-color: rgb(219 234 254 / 0.4);
}

.active\:border-y-blue-100\/5:active {
  border-top-color: rgb(219 234 254 / 0.05);
  border-bottom-color: rgb(219 234 254 / 0.05);
}

.active\:border-y-blue-100\/50:active {
  border-top-color: rgb(219 234 254 / 0.5);
  border-bottom-color: rgb(219 234 254 / 0.5);
}

.active\:border-y-blue-100\/60:active {
  border-top-color: rgb(219 234 254 / 0.6);
  border-bottom-color: rgb(219 234 254 / 0.6);
}

.active\:border-y-blue-100\/70:active {
  border-top-color: rgb(219 234 254 / 0.7);
  border-bottom-color: rgb(219 234 254 / 0.7);
}

.active\:border-y-blue-100\/75:active {
  border-top-color: rgb(219 234 254 / 0.75);
  border-bottom-color: rgb(219 234 254 / 0.75);
}

.active\:border-y-blue-100\/80:active {
  border-top-color: rgb(219 234 254 / 0.8);
  border-bottom-color: rgb(219 234 254 / 0.8);
}

.active\:border-y-blue-100\/90:active {
  border-top-color: rgb(219 234 254 / 0.9);
  border-bottom-color: rgb(219 234 254 / 0.9);
}

.active\:border-y-blue-100\/95:active {
  border-top-color: rgb(219 234 254 / 0.95);
  border-bottom-color: rgb(219 234 254 / 0.95);
}

.active\:border-y-blue-200:active {
  --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));
}

.active\:border-y-blue-200\/0:active {
  border-top-color: rgb(191 219 254 / 0);
  border-bottom-color: rgb(191 219 254 / 0);
}

.active\:border-y-blue-200\/10:active {
  border-top-color: rgb(191 219 254 / 0.1);
  border-bottom-color: rgb(191 219 254 / 0.1);
}

.active\:border-y-blue-200\/100:active {
  border-top-color: rgb(191 219 254 / 1);
  border-bottom-color: rgb(191 219 254 / 1);
}

.active\:border-y-blue-200\/20:active {
  border-top-color: rgb(191 219 254 / 0.2);
  border-bottom-color: rgb(191 219 254 / 0.2);
}

.active\:border-y-blue-200\/25:active {
  border-top-color: rgb(191 219 254 / 0.25);
  border-bottom-color: rgb(191 219 254 / 0.25);
}

.active\:border-y-blue-200\/30:active {
  border-top-color: rgb(191 219 254 / 0.3);
  border-bottom-color: rgb(191 219 254 / 0.3);
}

.active\:border-y-blue-200\/40:active {
  border-top-color: rgb(191 219 254 / 0.4);
  border-bottom-color: rgb(191 219 254 / 0.4);
}

.active\:border-y-blue-200\/5:active {
  border-top-color: rgb(191 219 254 / 0.05);
  border-bottom-color: rgb(191 219 254 / 0.05);
}

.active\:border-y-blue-200\/50:active {
  border-top-color: rgb(191 219 254 / 0.5);
  border-bottom-color: rgb(191 219 254 / 0.5);
}

.active\:border-y-blue-200\/60:active {
  border-top-color: rgb(191 219 254 / 0.6);
  border-bottom-color: rgb(191 219 254 / 0.6);
}

.active\:border-y-blue-200\/70:active {
  border-top-color: rgb(191 219 254 / 0.7);
  border-bottom-color: rgb(191 219 254 / 0.7);
}

.active\:border-y-blue-200\/75:active {
  border-top-color: rgb(191 219 254 / 0.75);
  border-bottom-color: rgb(191 219 254 / 0.75);
}

.active\:border-y-blue-200\/80:active {
  border-top-color: rgb(191 219 254 / 0.8);
  border-bottom-color: rgb(191 219 254 / 0.8);
}

.active\:border-y-blue-200\/90:active {
  border-top-color: rgb(191 219 254 / 0.9);
  border-bottom-color: rgb(191 219 254 / 0.9);
}

.active\:border-y-blue-200\/95:active {
  border-top-color: rgb(191 219 254 / 0.95);
  border-bottom-color: rgb(191 219 254 / 0.95);
}

.active\:border-y-blue-300:active {
  --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));
}

.active\:border-y-blue-300\/0:active {
  border-top-color: rgb(147 197 253 / 0);
  border-bottom-color: rgb(147 197 253 / 0);
}

.active\:border-y-blue-300\/10:active {
  border-top-color: rgb(147 197 253 / 0.1);
  border-bottom-color: rgb(147 197 253 / 0.1);
}

.active\:border-y-blue-300\/100:active {
  border-top-color: rgb(147 197 253 / 1);
  border-bottom-color: rgb(147 197 253 / 1);
}

.active\:border-y-blue-300\/20:active {
  border-top-color: rgb(147 197 253 / 0.2);
  border-bottom-color: rgb(147 197 253 / 0.2);
}

.active\:border-y-blue-300\/25:active {
  border-top-color: rgb(147 197 253 / 0.25);
  border-bottom-color: rgb(147 197 253 / 0.25);
}

.active\:border-y-blue-300\/30:active {
  border-top-color: rgb(147 197 253 / 0.3);
  border-bottom-color: rgb(147 197 253 / 0.3);
}

.active\:border-y-blue-300\/40:active {
  border-top-color: rgb(147 197 253 / 0.4);
  border-bottom-color: rgb(147 197 253 / 0.4);
}

.active\:border-y-blue-300\/5:active {
  border-top-color: rgb(147 197 253 / 0.05);
  border-bottom-color: rgb(147 197 253 / 0.05);
}

.active\:border-y-blue-300\/50:active {
  border-top-color: rgb(147 197 253 / 0.5);
  border-bottom-color: rgb(147 197 253 / 0.5);
}

.active\:border-y-blue-300\/60:active {
  border-top-color: rgb(147 197 253 / 0.6);
  border-bottom-color: rgb(147 197 253 / 0.6);
}

.active\:border-y-blue-300\/70:active {
  border-top-color: rgb(147 197 253 / 0.7);
  border-bottom-color: rgb(147 197 253 / 0.7);
}

.active\:border-y-blue-300\/75:active {
  border-top-color: rgb(147 197 253 / 0.75);
  border-bottom-color: rgb(147 197 253 / 0.75);
}

.active\:border-y-blue-300\/80:active {
  border-top-color: rgb(147 197 253 / 0.8);
  border-bottom-color: rgb(147 197 253 / 0.8);
}

.active\:border-y-blue-300\/90:active {
  border-top-color: rgb(147 197 253 / 0.9);
  border-bottom-color: rgb(147 197 253 / 0.9);
}

.active\:border-y-blue-300\/95:active {
  border-top-color: rgb(147 197 253 / 0.95);
  border-bottom-color: rgb(147 197 253 / 0.95);
}

.active\:border-y-blue-400:active {
  --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));
}

.active\:border-y-blue-400\/0:active {
  border-top-color: rgb(96 165 250 / 0);
  border-bottom-color: rgb(96 165 250 / 0);
}

.active\:border-y-blue-400\/10:active {
  border-top-color: rgb(96 165 250 / 0.1);
  border-bottom-color: rgb(96 165 250 / 0.1);
}

.active\:border-y-blue-400\/100:active {
  border-top-color: rgb(96 165 250 / 1);
  border-bottom-color: rgb(96 165 250 / 1);
}

.active\:border-y-blue-400\/20:active {
  border-top-color: rgb(96 165 250 / 0.2);
  border-bottom-color: rgb(96 165 250 / 0.2);
}

.active\:border-y-blue-400\/25:active {
  border-top-color: rgb(96 165 250 / 0.25);
  border-bottom-color: rgb(96 165 250 / 0.25);
}

.active\:border-y-blue-400\/30:active {
  border-top-color: rgb(96 165 250 / 0.3);
  border-bottom-color: rgb(96 165 250 / 0.3);
}

.active\:border-y-blue-400\/40:active {
  border-top-color: rgb(96 165 250 / 0.4);
  border-bottom-color: rgb(96 165 250 / 0.4);
}

.active\:border-y-blue-400\/5:active {
  border-top-color: rgb(96 165 250 / 0.05);
  border-bottom-color: rgb(96 165 250 / 0.05);
}

.active\:border-y-blue-400\/50:active {
  border-top-color: rgb(96 165 250 / 0.5);
  border-bottom-color: rgb(96 165 250 / 0.5);
}

.active\:border-y-blue-400\/60:active {
  border-top-color: rgb(96 165 250 / 0.6);
  border-bottom-color: rgb(96 165 250 / 0.6);
}

.active\:border-y-blue-400\/70:active {
  border-top-color: rgb(96 165 250 / 0.7);
  border-bottom-color: rgb(96 165 250 / 0.7);
}

.active\:border-y-blue-400\/75:active {
  border-top-color: rgb(96 165 250 / 0.75);
  border-bottom-color: rgb(96 165 250 / 0.75);
}

.active\:border-y-blue-400\/80:active {
  border-top-color: rgb(96 165 250 / 0.8);
  border-bottom-color: rgb(96 165 250 / 0.8);
}

.active\:border-y-blue-400\/90:active {
  border-top-color: rgb(96 165 250 / 0.9);
  border-bottom-color: rgb(96 165 250 / 0.9);
}

.active\:border-y-blue-400\/95:active {
  border-top-color: rgb(96 165 250 / 0.95);
  border-bottom-color: rgb(96 165 250 / 0.95);
}

.active\:border-y-blue-50:active {
  --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));
}

.active\:border-y-blue-50\/0:active {
  border-top-color: rgb(239 246 255 / 0);
  border-bottom-color: rgb(239 246 255 / 0);
}

.active\:border-y-blue-50\/10:active {
  border-top-color: rgb(239 246 255 / 0.1);
  border-bottom-color: rgb(239 246 255 / 0.1);
}

.active\:border-y-blue-50\/100:active {
  border-top-color: rgb(239 246 255 / 1);
  border-bottom-color: rgb(239 246 255 / 1);
}

.active\:border-y-blue-50\/20:active {
  border-top-color: rgb(239 246 255 / 0.2);
  border-bottom-color: rgb(239 246 255 / 0.2);
}

.active\:border-y-blue-50\/25:active {
  border-top-color: rgb(239 246 255 / 0.25);
  border-bottom-color: rgb(239 246 255 / 0.25);
}

.active\:border-y-blue-50\/30:active {
  border-top-color: rgb(239 246 255 / 0.3);
  border-bottom-color: rgb(239 246 255 / 0.3);
}

.active\:border-y-blue-50\/40:active {
  border-top-color: rgb(239 246 255 / 0.4);
  border-bottom-color: rgb(239 246 255 / 0.4);
}

.active\:border-y-blue-50\/5:active {
  border-top-color: rgb(239 246 255 / 0.05);
  border-bottom-color: rgb(239 246 255 / 0.05);
}

.active\:border-y-blue-50\/50:active {
  border-top-color: rgb(239 246 255 / 0.5);
  border-bottom-color: rgb(239 246 255 / 0.5);
}

.active\:border-y-blue-50\/60:active {
  border-top-color: rgb(239 246 255 / 0.6);
  border-bottom-color: rgb(239 246 255 / 0.6);
}

.active\:border-y-blue-50\/70:active {
  border-top-color: rgb(239 246 255 / 0.7);
  border-bottom-color: rgb(239 246 255 / 0.7);
}

.active\:border-y-blue-50\/75:active {
  border-top-color: rgb(239 246 255 / 0.75);
  border-bottom-color: rgb(239 246 255 / 0.75);
}

.active\:border-y-blue-50\/80:active {
  border-top-color: rgb(239 246 255 / 0.8);
  border-bottom-color: rgb(239 246 255 / 0.8);
}

.active\:border-y-blue-50\/90:active {
  border-top-color: rgb(239 246 255 / 0.9);
  border-bottom-color: rgb(239 246 255 / 0.9);
}

.active\:border-y-blue-50\/95:active {
  border-top-color: rgb(239 246 255 / 0.95);
  border-bottom-color: rgb(239 246 255 / 0.95);
}

.active\:border-y-blue-500:active {
  --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));
}

.active\:border-y-blue-500\/0:active {
  border-top-color: rgb(59 130 246 / 0);
  border-bottom-color: rgb(59 130 246 / 0);
}

.active\:border-y-blue-500\/10:active {
  border-top-color: rgb(59 130 246 / 0.1);
  border-bottom-color: rgb(59 130 246 / 0.1);
}

.active\:border-y-blue-500\/100:active {
  border-top-color: rgb(59 130 246 / 1);
  border-bottom-color: rgb(59 130 246 / 1);
}

.active\:border-y-blue-500\/20:active {
  border-top-color: rgb(59 130 246 / 0.2);
  border-bottom-color: rgb(59 130 246 / 0.2);
}

.active\:border-y-blue-500\/25:active {
  border-top-color: rgb(59 130 246 / 0.25);
  border-bottom-color: rgb(59 130 246 / 0.25);
}

.active\:border-y-blue-500\/30:active {
  border-top-color: rgb(59 130 246 / 0.3);
  border-bottom-color: rgb(59 130 246 / 0.3);
}

.active\:border-y-blue-500\/40:active {
  border-top-color: rgb(59 130 246 / 0.4);
  border-bottom-color: rgb(59 130 246 / 0.4);
}

.active\:border-y-blue-500\/5:active {
  border-top-color: rgb(59 130 246 / 0.05);
  border-bottom-color: rgb(59 130 246 / 0.05);
}

.active\:border-y-blue-500\/50:active {
  border-top-color: rgb(59 130 246 / 0.5);
  border-bottom-color: rgb(59 130 246 / 0.5);
}

.active\:border-y-blue-500\/60:active {
  border-top-color: rgb(59 130 246 / 0.6);
  border-bottom-color: rgb(59 130 246 / 0.6);
}

.active\:border-y-blue-500\/70:active {
  border-top-color: rgb(59 130 246 / 0.7);
  border-bottom-color: rgb(59 130 246 / 0.7);
}

.active\:border-y-blue-500\/75:active {
  border-top-color: rgb(59 130 246 / 0.75);
  border-bottom-color: rgb(59 130 246 / 0.75);
}

.active\:border-y-blue-500\/80:active {
  border-top-color: rgb(59 130 246 / 0.8);
  border-bottom-color: rgb(59 130 246 / 0.8);
}

.active\:border-y-blue-500\/90:active {
  border-top-color: rgb(59 130 246 / 0.9);
  border-bottom-color: rgb(59 130 246 / 0.9);
}

.active\:border-y-blue-500\/95:active {
  border-top-color: rgb(59 130 246 / 0.95);
  border-bottom-color: rgb(59 130 246 / 0.95);
}

.active\:border-y-blue-600:active {
  --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));
}

.active\:border-y-blue-600\/0:active {
  border-top-color: rgb(37 99 235 / 0);
  border-bottom-color: rgb(37 99 235 / 0);
}

.active\:border-y-blue-600\/10:active {
  border-top-color: rgb(37 99 235 / 0.1);
  border-bottom-color: rgb(37 99 235 / 0.1);
}

.active\:border-y-blue-600\/100:active {
  border-top-color: rgb(37 99 235 / 1);
  border-bottom-color: rgb(37 99 235 / 1);
}

.active\:border-y-blue-600\/20:active {
  border-top-color: rgb(37 99 235 / 0.2);
  border-bottom-color: rgb(37 99 235 / 0.2);
}

.active\:border-y-blue-600\/25:active {
  border-top-color: rgb(37 99 235 / 0.25);
  border-bottom-color: rgb(37 99 235 / 0.25);
}

.active\:border-y-blue-600\/30:active {
  border-top-color: rgb(37 99 235 / 0.3);
  border-bottom-color: rgb(37 99 235 / 0.3);
}

.active\:border-y-blue-600\/40:active {
  border-top-color: rgb(37 99 235 / 0.4);
  border-bottom-color: rgb(37 99 235 / 0.4);
}

.active\:border-y-blue-600\/5:active {
  border-top-color: rgb(37 99 235 / 0.05);
  border-bottom-color: rgb(37 99 235 / 0.05);
}

.active\:border-y-blue-600\/50:active {
  border-top-color: rgb(37 99 235 / 0.5);
  border-bottom-color: rgb(37 99 235 / 0.5);
}

.active\:border-y-blue-600\/60:active {
  border-top-color: rgb(37 99 235 / 0.6);
  border-bottom-color: rgb(37 99 235 / 0.6);
}

.active\:border-y-blue-600\/70:active {
  border-top-color: rgb(37 99 235 / 0.7);
  border-bottom-color: rgb(37 99 235 / 0.7);
}

.active\:border-y-blue-600\/75:active {
  border-top-color: rgb(37 99 235 / 0.75);
  border-bottom-color: rgb(37 99 235 / 0.75);
}

.active\:border-y-blue-600\/80:active {
  border-top-color: rgb(37 99 235 / 0.8);
  border-bottom-color: rgb(37 99 235 / 0.8);
}

.active\:border-y-blue-600\/90:active {
  border-top-color: rgb(37 99 235 / 0.9);
  border-bottom-color: rgb(37 99 235 / 0.9);
}

.active\:border-y-blue-600\/95:active {
  border-top-color: rgb(37 99 235 / 0.95);
  border-bottom-color: rgb(37 99 235 / 0.95);
}

.active\:border-y-blue-700:active {
  --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));
}

.active\:border-y-blue-700\/0:active {
  border-top-color: rgb(29 78 216 / 0);
  border-bottom-color: rgb(29 78 216 / 0);
}

.active\:border-y-blue-700\/10:active {
  border-top-color: rgb(29 78 216 / 0.1);
  border-bottom-color: rgb(29 78 216 / 0.1);
}

.active\:border-y-blue-700\/100:active {
  border-top-color: rgb(29 78 216 / 1);
  border-bottom-color: rgb(29 78 216 / 1);
}

.active\:border-y-blue-700\/20:active {
  border-top-color: rgb(29 78 216 / 0.2);
  border-bottom-color: rgb(29 78 216 / 0.2);
}

.active\:border-y-blue-700\/25:active {
  border-top-color: rgb(29 78 216 / 0.25);
  border-bottom-color: rgb(29 78 216 / 0.25);
}

.active\:border-y-blue-700\/30:active {
  border-top-color: rgb(29 78 216 / 0.3);
  border-bottom-color: rgb(29 78 216 / 0.3);
}

.active\:border-y-blue-700\/40:active {
  border-top-color: rgb(29 78 216 / 0.4);
  border-bottom-color: rgb(29 78 216 / 0.4);
}

.active\:border-y-blue-700\/5:active {
  border-top-color: rgb(29 78 216 / 0.05);
  border-bottom-color: rgb(29 78 216 / 0.05);
}

.active\:border-y-blue-700\/50:active {
  border-top-color: rgb(29 78 216 / 0.5);
  border-bottom-color: rgb(29 78 216 / 0.5);
}

.active\:border-y-blue-700\/60:active {
  border-top-color: rgb(29 78 216 / 0.6);
  border-bottom-color: rgb(29 78 216 / 0.6);
}

.active\:border-y-blue-700\/70:active {
  border-top-color: rgb(29 78 216 / 0.7);
  border-bottom-color: rgb(29 78 216 / 0.7);
}

.active\:border-y-blue-700\/75:active {
  border-top-color: rgb(29 78 216 / 0.75);
  border-bottom-color: rgb(29 78 216 / 0.75);
}

.active\:border-y-blue-700\/80:active {
  border-top-color: rgb(29 78 216 / 0.8);
  border-bottom-color: rgb(29 78 216 / 0.8);
}

.active\:border-y-blue-700\/90:active {
  border-top-color: rgb(29 78 216 / 0.9);
  border-bottom-color: rgb(29 78 216 / 0.9);
}

.active\:border-y-blue-700\/95:active {
  border-top-color: rgb(29 78 216 / 0.95);
  border-bottom-color: rgb(29 78 216 / 0.95);
}

.active\:border-y-blue-800:active {
  --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));
}

.active\:border-y-blue-800\/0:active {
  border-top-color: rgb(30 64 175 / 0);
  border-bottom-color: rgb(30 64 175 / 0);
}

.active\:border-y-blue-800\/10:active {
  border-top-color: rgb(30 64 175 / 0.1);
  border-bottom-color: rgb(30 64 175 / 0.1);
}

.active\:border-y-blue-800\/100:active {
  border-top-color: rgb(30 64 175 / 1);
  border-bottom-color: rgb(30 64 175 / 1);
}

.active\:border-y-blue-800\/20:active {
  border-top-color: rgb(30 64 175 / 0.2);
  border-bottom-color: rgb(30 64 175 / 0.2);
}

.active\:border-y-blue-800\/25:active {
  border-top-color: rgb(30 64 175 / 0.25);
  border-bottom-color: rgb(30 64 175 / 0.25);
}

.active\:border-y-blue-800\/30:active {
  border-top-color: rgb(30 64 175 / 0.3);
  border-bottom-color: rgb(30 64 175 / 0.3);
}

.active\:border-y-blue-800\/40:active {
  border-top-color: rgb(30 64 175 / 0.4);
  border-bottom-color: rgb(30 64 175 / 0.4);
}

.active\:border-y-blue-800\/5:active {
  border-top-color: rgb(30 64 175 / 0.05);
  border-bottom-color: rgb(30 64 175 / 0.05);
}

.active\:border-y-blue-800\/50:active {
  border-top-color: rgb(30 64 175 / 0.5);
  border-bottom-color: rgb(30 64 175 / 0.5);
}

.active\:border-y-blue-800\/60:active {
  border-top-color: rgb(30 64 175 / 0.6);
  border-bottom-color: rgb(30 64 175 / 0.6);
}

.active\:border-y-blue-800\/70:active {
  border-top-color: rgb(30 64 175 / 0.7);
  border-bottom-color: rgb(30 64 175 / 0.7);
}

.active\:border-y-blue-800\/75:active {
  border-top-color: rgb(30 64 175 / 0.75);
  border-bottom-color: rgb(30 64 175 / 0.75);
}

.active\:border-y-blue-800\/80:active {
  border-top-color: rgb(30 64 175 / 0.8);
  border-bottom-color: rgb(30 64 175 / 0.8);
}

.active\:border-y-blue-800\/90:active {
  border-top-color: rgb(30 64 175 / 0.9);
  border-bottom-color: rgb(30 64 175 / 0.9);
}

.active\:border-y-blue-800\/95:active {
  border-top-color: rgb(30 64 175 / 0.95);
  border-bottom-color: rgb(30 64 175 / 0.95);
}

.active\:border-y-blue-900:active {
  --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));
}

.active\:border-y-blue-900\/0:active {
  border-top-color: rgb(30 58 138 / 0);
  border-bottom-color: rgb(30 58 138 / 0);
}

.active\:border-y-blue-900\/10:active {
  border-top-color: rgb(30 58 138 / 0.1);
  border-bottom-color: rgb(30 58 138 / 0.1);
}

.active\:border-y-blue-900\/100:active {
  border-top-color: rgb(30 58 138 / 1);
  border-bottom-color: rgb(30 58 138 / 1);
}

.active\:border-y-blue-900\/20:active {
  border-top-color: rgb(30 58 138 / 0.2);
  border-bottom-color: rgb(30 58 138 / 0.2);
}

.active\:border-y-blue-900\/25:active {
  border-top-color: rgb(30 58 138 / 0.25);
  border-bottom-color: rgb(30 58 138 / 0.25);
}

.active\:border-y-blue-900\/30:active {
  border-top-color: rgb(30 58 138 / 0.3);
  border-bottom-color: rgb(30 58 138 / 0.3);
}

.active\:border-y-blue-900\/40:active {
  border-top-color: rgb(30 58 138 / 0.4);
  border-bottom-color: rgb(30 58 138 / 0.4);
}

.active\:border-y-blue-900\/5:active {
  border-top-color: rgb(30 58 138 / 0.05);
  border-bottom-color: rgb(30 58 138 / 0.05);
}

.active\:border-y-blue-900\/50:active {
  border-top-color: rgb(30 58 138 / 0.5);
  border-bottom-color: rgb(30 58 138 / 0.5);
}

.active\:border-y-blue-900\/60:active {
  border-top-color: rgb(30 58 138 / 0.6);
  border-bottom-color: rgb(30 58 138 / 0.6);
}

.active\:border-y-blue-900\/70:active {
  border-top-color: rgb(30 58 138 / 0.7);
  border-bottom-color: rgb(30 58 138 / 0.7);
}

.active\:border-y-blue-900\/75:active {
  border-top-color: rgb(30 58 138 / 0.75);
  border-bottom-color: rgb(30 58 138 / 0.75);
}

.active\:border-y-blue-900\/80:active {
  border-top-color: rgb(30 58 138 / 0.8);
  border-bottom-color: rgb(30 58 138 / 0.8);
}

.active\:border-y-blue-900\/90:active {
  border-top-color: rgb(30 58 138 / 0.9);
  border-bottom-color: rgb(30 58 138 / 0.9);
}

.active\:border-y-blue-900\/95:active {
  border-top-color: rgb(30 58 138 / 0.95);
  border-bottom-color: rgb(30 58 138 / 0.95);
}

.active\:border-y-blue-950:active {
  --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));
}

.active\:border-y-blue-950\/0:active {
  border-top-color: rgb(23 37 84 / 0);
  border-bottom-color: rgb(23 37 84 / 0);
}

.active\:border-y-blue-950\/10:active {
  border-top-color: rgb(23 37 84 / 0.1);
  border-bottom-color: rgb(23 37 84 / 0.1);
}

.active\:border-y-blue-950\/100:active {
  border-top-color: rgb(23 37 84 / 1);
  border-bottom-color: rgb(23 37 84 / 1);
}

.active\:border-y-blue-950\/20:active {
  border-top-color: rgb(23 37 84 / 0.2);
  border-bottom-color: rgb(23 37 84 / 0.2);
}

.active\:border-y-blue-950\/25:active {
  border-top-color: rgb(23 37 84 / 0.25);
  border-bottom-color: rgb(23 37 84 / 0.25);
}

.active\:border-y-blue-950\/30:active {
  border-top-color: rgb(23 37 84 / 0.3);
  border-bottom-color: rgb(23 37 84 / 0.3);
}

.active\:border-y-blue-950\/40:active {
  border-top-color: rgb(23 37 84 / 0.4);
  border-bottom-color: rgb(23 37 84 / 0.4);
}

.active\:border-y-blue-950\/5:active {
  border-top-color: rgb(23 37 84 / 0.05);
  border-bottom-color: rgb(23 37 84 / 0.05);
}

.active\:border-y-blue-950\/50:active {
  border-top-color: rgb(23 37 84 / 0.5);
  border-bottom-color: rgb(23 37 84 / 0.5);
}

.active\:border-y-blue-950\/60:active {
  border-top-color: rgb(23 37 84 / 0.6);
  border-bottom-color: rgb(23 37 84 / 0.6);
}

.active\:border-y-blue-950\/70:active {
  border-top-color: rgb(23 37 84 / 0.7);
  border-bottom-color: rgb(23 37 84 / 0.7);
}

.active\:border-y-blue-950\/75:active {
  border-top-color: rgb(23 37 84 / 0.75);
  border-bottom-color: rgb(23 37 84 / 0.75);
}

.active\:border-y-blue-950\/80:active {
  border-top-color: rgb(23 37 84 / 0.8);
  border-bottom-color: rgb(23 37 84 / 0.8);
}

.active\:border-y-blue-950\/90:active {
  border-top-color: rgb(23 37 84 / 0.9);
  border-bottom-color: rgb(23 37 84 / 0.9);
}

.active\:border-y-blue-950\/95:active {
  border-top-color: rgb(23 37 84 / 0.95);
  border-bottom-color: rgb(23 37 84 / 0.95);
}

.active\:border-y-brand-100:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(230 239 246 / var(--tw-border-opacity));
  border-bottom-color: rgb(230 239 246 / var(--tw-border-opacity));
}

.active\:border-y-brand-100\/0:active {
  border-top-color: rgb(230 239 246 / 0);
  border-bottom-color: rgb(230 239 246 / 0);
}

.active\:border-y-brand-100\/10:active {
  border-top-color: rgb(230 239 246 / 0.1);
  border-bottom-color: rgb(230 239 246 / 0.1);
}

.active\:border-y-brand-100\/100:active {
  border-top-color: rgb(230 239 246 / 1);
  border-bottom-color: rgb(230 239 246 / 1);
}

.active\:border-y-brand-100\/20:active {
  border-top-color: rgb(230 239 246 / 0.2);
  border-bottom-color: rgb(230 239 246 / 0.2);
}

.active\:border-y-brand-100\/25:active {
  border-top-color: rgb(230 239 246 / 0.25);
  border-bottom-color: rgb(230 239 246 / 0.25);
}

.active\:border-y-brand-100\/30:active {
  border-top-color: rgb(230 239 246 / 0.3);
  border-bottom-color: rgb(230 239 246 / 0.3);
}

.active\:border-y-brand-100\/40:active {
  border-top-color: rgb(230 239 246 / 0.4);
  border-bottom-color: rgb(230 239 246 / 0.4);
}

.active\:border-y-brand-100\/5:active {
  border-top-color: rgb(230 239 246 / 0.05);
  border-bottom-color: rgb(230 239 246 / 0.05);
}

.active\:border-y-brand-100\/50:active {
  border-top-color: rgb(230 239 246 / 0.5);
  border-bottom-color: rgb(230 239 246 / 0.5);
}

.active\:border-y-brand-100\/60:active {
  border-top-color: rgb(230 239 246 / 0.6);
  border-bottom-color: rgb(230 239 246 / 0.6);
}

.active\:border-y-brand-100\/70:active {
  border-top-color: rgb(230 239 246 / 0.7);
  border-bottom-color: rgb(230 239 246 / 0.7);
}

.active\:border-y-brand-100\/75:active {
  border-top-color: rgb(230 239 246 / 0.75);
  border-bottom-color: rgb(230 239 246 / 0.75);
}

.active\:border-y-brand-100\/80:active {
  border-top-color: rgb(230 239 246 / 0.8);
  border-bottom-color: rgb(230 239 246 / 0.8);
}

.active\:border-y-brand-100\/90:active {
  border-top-color: rgb(230 239 246 / 0.9);
  border-bottom-color: rgb(230 239 246 / 0.9);
}

.active\:border-y-brand-100\/95:active {
  border-top-color: rgb(230 239 246 / 0.95);
  border-bottom-color: rgb(230 239 246 / 0.95);
}

.active\:border-y-brand-200:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(193 215 234 / var(--tw-border-opacity));
  border-bottom-color: rgb(193 215 234 / var(--tw-border-opacity));
}

.active\:border-y-brand-200\/0:active {
  border-top-color: rgb(193 215 234 / 0);
  border-bottom-color: rgb(193 215 234 / 0);
}

.active\:border-y-brand-200\/10:active {
  border-top-color: rgb(193 215 234 / 0.1);
  border-bottom-color: rgb(193 215 234 / 0.1);
}

.active\:border-y-brand-200\/100:active {
  border-top-color: rgb(193 215 234 / 1);
  border-bottom-color: rgb(193 215 234 / 1);
}

.active\:border-y-brand-200\/20:active {
  border-top-color: rgb(193 215 234 / 0.2);
  border-bottom-color: rgb(193 215 234 / 0.2);
}

.active\:border-y-brand-200\/25:active {
  border-top-color: rgb(193 215 234 / 0.25);
  border-bottom-color: rgb(193 215 234 / 0.25);
}

.active\:border-y-brand-200\/30:active {
  border-top-color: rgb(193 215 234 / 0.3);
  border-bottom-color: rgb(193 215 234 / 0.3);
}

.active\:border-y-brand-200\/40:active {
  border-top-color: rgb(193 215 234 / 0.4);
  border-bottom-color: rgb(193 215 234 / 0.4);
}

.active\:border-y-brand-200\/5:active {
  border-top-color: rgb(193 215 234 / 0.05);
  border-bottom-color: rgb(193 215 234 / 0.05);
}

.active\:border-y-brand-200\/50:active {
  border-top-color: rgb(193 215 234 / 0.5);
  border-bottom-color: rgb(193 215 234 / 0.5);
}

.active\:border-y-brand-200\/60:active {
  border-top-color: rgb(193 215 234 / 0.6);
  border-bottom-color: rgb(193 215 234 / 0.6);
}

.active\:border-y-brand-200\/70:active {
  border-top-color: rgb(193 215 234 / 0.7);
  border-bottom-color: rgb(193 215 234 / 0.7);
}

.active\:border-y-brand-200\/75:active {
  border-top-color: rgb(193 215 234 / 0.75);
  border-bottom-color: rgb(193 215 234 / 0.75);
}

.active\:border-y-brand-200\/80:active {
  border-top-color: rgb(193 215 234 / 0.8);
  border-bottom-color: rgb(193 215 234 / 0.8);
}

.active\:border-y-brand-200\/90:active {
  border-top-color: rgb(193 215 234 / 0.9);
  border-bottom-color: rgb(193 215 234 / 0.9);
}

.active\:border-y-brand-200\/95:active {
  border-top-color: rgb(193 215 234 / 0.95);
  border-bottom-color: rgb(193 215 234 / 0.95);
}

.active\:border-y-brand-300:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(155 190 221 / var(--tw-border-opacity));
  border-bottom-color: rgb(155 190 221 / var(--tw-border-opacity));
}

.active\:border-y-brand-300\/0:active {
  border-top-color: rgb(155 190 221 / 0);
  border-bottom-color: rgb(155 190 221 / 0);
}

.active\:border-y-brand-300\/10:active {
  border-top-color: rgb(155 190 221 / 0.1);
  border-bottom-color: rgb(155 190 221 / 0.1);
}

.active\:border-y-brand-300\/100:active {
  border-top-color: rgb(155 190 221 / 1);
  border-bottom-color: rgb(155 190 221 / 1);
}

.active\:border-y-brand-300\/20:active {
  border-top-color: rgb(155 190 221 / 0.2);
  border-bottom-color: rgb(155 190 221 / 0.2);
}

.active\:border-y-brand-300\/25:active {
  border-top-color: rgb(155 190 221 / 0.25);
  border-bottom-color: rgb(155 190 221 / 0.25);
}

.active\:border-y-brand-300\/30:active {
  border-top-color: rgb(155 190 221 / 0.3);
  border-bottom-color: rgb(155 190 221 / 0.3);
}

.active\:border-y-brand-300\/40:active {
  border-top-color: rgb(155 190 221 / 0.4);
  border-bottom-color: rgb(155 190 221 / 0.4);
}

.active\:border-y-brand-300\/5:active {
  border-top-color: rgb(155 190 221 / 0.05);
  border-bottom-color: rgb(155 190 221 / 0.05);
}

.active\:border-y-brand-300\/50:active {
  border-top-color: rgb(155 190 221 / 0.5);
  border-bottom-color: rgb(155 190 221 / 0.5);
}

.active\:border-y-brand-300\/60:active {
  border-top-color: rgb(155 190 221 / 0.6);
  border-bottom-color: rgb(155 190 221 / 0.6);
}

.active\:border-y-brand-300\/70:active {
  border-top-color: rgb(155 190 221 / 0.7);
  border-bottom-color: rgb(155 190 221 / 0.7);
}

.active\:border-y-brand-300\/75:active {
  border-top-color: rgb(155 190 221 / 0.75);
  border-bottom-color: rgb(155 190 221 / 0.75);
}

.active\:border-y-brand-300\/80:active {
  border-top-color: rgb(155 190 221 / 0.8);
  border-bottom-color: rgb(155 190 221 / 0.8);
}

.active\:border-y-brand-300\/90:active {
  border-top-color: rgb(155 190 221 / 0.9);
  border-bottom-color: rgb(155 190 221 / 0.9);
}

.active\:border-y-brand-300\/95:active {
  border-top-color: rgb(155 190 221 / 0.95);
  border-bottom-color: rgb(155 190 221 / 0.95);
}

.active\:border-y-brand-400:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(81 142 195 / var(--tw-border-opacity));
  border-bottom-color: rgb(81 142 195 / var(--tw-border-opacity));
}

.active\:border-y-brand-400\/0:active {
  border-top-color: rgb(81 142 195 / 0);
  border-bottom-color: rgb(81 142 195 / 0);
}

.active\:border-y-brand-400\/10:active {
  border-top-color: rgb(81 142 195 / 0.1);
  border-bottom-color: rgb(81 142 195 / 0.1);
}

.active\:border-y-brand-400\/100:active {
  border-top-color: rgb(81 142 195 / 1);
  border-bottom-color: rgb(81 142 195 / 1);
}

.active\:border-y-brand-400\/20:active {
  border-top-color: rgb(81 142 195 / 0.2);
  border-bottom-color: rgb(81 142 195 / 0.2);
}

.active\:border-y-brand-400\/25:active {
  border-top-color: rgb(81 142 195 / 0.25);
  border-bottom-color: rgb(81 142 195 / 0.25);
}

.active\:border-y-brand-400\/30:active {
  border-top-color: rgb(81 142 195 / 0.3);
  border-bottom-color: rgb(81 142 195 / 0.3);
}

.active\:border-y-brand-400\/40:active {
  border-top-color: rgb(81 142 195 / 0.4);
  border-bottom-color: rgb(81 142 195 / 0.4);
}

.active\:border-y-brand-400\/5:active {
  border-top-color: rgb(81 142 195 / 0.05);
  border-bottom-color: rgb(81 142 195 / 0.05);
}

.active\:border-y-brand-400\/50:active {
  border-top-color: rgb(81 142 195 / 0.5);
  border-bottom-color: rgb(81 142 195 / 0.5);
}

.active\:border-y-brand-400\/60:active {
  border-top-color: rgb(81 142 195 / 0.6);
  border-bottom-color: rgb(81 142 195 / 0.6);
}

.active\:border-y-brand-400\/70:active {
  border-top-color: rgb(81 142 195 / 0.7);
  border-bottom-color: rgb(81 142 195 / 0.7);
}

.active\:border-y-brand-400\/75:active {
  border-top-color: rgb(81 142 195 / 0.75);
  border-bottom-color: rgb(81 142 195 / 0.75);
}

.active\:border-y-brand-400\/80:active {
  border-top-color: rgb(81 142 195 / 0.8);
  border-bottom-color: rgb(81 142 195 / 0.8);
}

.active\:border-y-brand-400\/90:active {
  border-top-color: rgb(81 142 195 / 0.9);
  border-bottom-color: rgb(81 142 195 / 0.9);
}

.active\:border-y-brand-400\/95:active {
  border-top-color: rgb(81 142 195 / 0.95);
  border-bottom-color: rgb(81 142 195 / 0.95);
}

.active\:border-y-brand-50:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(243 247 251 / var(--tw-border-opacity));
  border-bottom-color: rgb(243 247 251 / var(--tw-border-opacity));
}

.active\:border-y-brand-50\/0:active {
  border-top-color: rgb(243 247 251 / 0);
  border-bottom-color: rgb(243 247 251 / 0);
}

.active\:border-y-brand-50\/10:active {
  border-top-color: rgb(243 247 251 / 0.1);
  border-bottom-color: rgb(243 247 251 / 0.1);
}

.active\:border-y-brand-50\/100:active {
  border-top-color: rgb(243 247 251 / 1);
  border-bottom-color: rgb(243 247 251 / 1);
}

.active\:border-y-brand-50\/20:active {
  border-top-color: rgb(243 247 251 / 0.2);
  border-bottom-color: rgb(243 247 251 / 0.2);
}

.active\:border-y-brand-50\/25:active {
  border-top-color: rgb(243 247 251 / 0.25);
  border-bottom-color: rgb(243 247 251 / 0.25);
}

.active\:border-y-brand-50\/30:active {
  border-top-color: rgb(243 247 251 / 0.3);
  border-bottom-color: rgb(243 247 251 / 0.3);
}

.active\:border-y-brand-50\/40:active {
  border-top-color: rgb(243 247 251 / 0.4);
  border-bottom-color: rgb(243 247 251 / 0.4);
}

.active\:border-y-brand-50\/5:active {
  border-top-color: rgb(243 247 251 / 0.05);
  border-bottom-color: rgb(243 247 251 / 0.05);
}

.active\:border-y-brand-50\/50:active {
  border-top-color: rgb(243 247 251 / 0.5);
  border-bottom-color: rgb(243 247 251 / 0.5);
}

.active\:border-y-brand-50\/60:active {
  border-top-color: rgb(243 247 251 / 0.6);
  border-bottom-color: rgb(243 247 251 / 0.6);
}

.active\:border-y-brand-50\/70:active {
  border-top-color: rgb(243 247 251 / 0.7);
  border-bottom-color: rgb(243 247 251 / 0.7);
}

.active\:border-y-brand-50\/75:active {
  border-top-color: rgb(243 247 251 / 0.75);
  border-bottom-color: rgb(243 247 251 / 0.75);
}

.active\:border-y-brand-50\/80:active {
  border-top-color: rgb(243 247 251 / 0.8);
  border-bottom-color: rgb(243 247 251 / 0.8);
}

.active\:border-y-brand-50\/90:active {
  border-top-color: rgb(243 247 251 / 0.9);
  border-bottom-color: rgb(243 247 251 / 0.9);
}

.active\:border-y-brand-50\/95:active {
  border-top-color: rgb(243 247 251 / 0.95);
  border-bottom-color: rgb(243 247 251 / 0.95);
}

.active\:border-y-brand-500:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(6 93 169 / var(--tw-border-opacity));
  border-bottom-color: rgb(6 93 169 / var(--tw-border-opacity));
}

.active\:border-y-brand-500\/0:active {
  border-top-color: rgb(6 93 169 / 0);
  border-bottom-color: rgb(6 93 169 / 0);
}

.active\:border-y-brand-500\/10:active {
  border-top-color: rgb(6 93 169 / 0.1);
  border-bottom-color: rgb(6 93 169 / 0.1);
}

.active\:border-y-brand-500\/100:active {
  border-top-color: rgb(6 93 169 / 1);
  border-bottom-color: rgb(6 93 169 / 1);
}

.active\:border-y-brand-500\/20:active {
  border-top-color: rgb(6 93 169 / 0.2);
  border-bottom-color: rgb(6 93 169 / 0.2);
}

.active\:border-y-brand-500\/25:active {
  border-top-color: rgb(6 93 169 / 0.25);
  border-bottom-color: rgb(6 93 169 / 0.25);
}

.active\:border-y-brand-500\/30:active {
  border-top-color: rgb(6 93 169 / 0.3);
  border-bottom-color: rgb(6 93 169 / 0.3);
}

.active\:border-y-brand-500\/40:active {
  border-top-color: rgb(6 93 169 / 0.4);
  border-bottom-color: rgb(6 93 169 / 0.4);
}

.active\:border-y-brand-500\/5:active {
  border-top-color: rgb(6 93 169 / 0.05);
  border-bottom-color: rgb(6 93 169 / 0.05);
}

.active\:border-y-brand-500\/50:active {
  border-top-color: rgb(6 93 169 / 0.5);
  border-bottom-color: rgb(6 93 169 / 0.5);
}

.active\:border-y-brand-500\/60:active {
  border-top-color: rgb(6 93 169 / 0.6);
  border-bottom-color: rgb(6 93 169 / 0.6);
}

.active\:border-y-brand-500\/70:active {
  border-top-color: rgb(6 93 169 / 0.7);
  border-bottom-color: rgb(6 93 169 / 0.7);
}

.active\:border-y-brand-500\/75:active {
  border-top-color: rgb(6 93 169 / 0.75);
  border-bottom-color: rgb(6 93 169 / 0.75);
}

.active\:border-y-brand-500\/80:active {
  border-top-color: rgb(6 93 169 / 0.8);
  border-bottom-color: rgb(6 93 169 / 0.8);
}

.active\:border-y-brand-500\/90:active {
  border-top-color: rgb(6 93 169 / 0.9);
  border-bottom-color: rgb(6 93 169 / 0.9);
}

.active\:border-y-brand-500\/95:active {
  border-top-color: rgb(6 93 169 / 0.95);
  border-bottom-color: rgb(6 93 169 / 0.95);
}

.active\:border-y-brand-600:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(5 84 152 / var(--tw-border-opacity));
  border-bottom-color: rgb(5 84 152 / var(--tw-border-opacity));
}

.active\:border-y-brand-600\/0:active {
  border-top-color: rgb(5 84 152 / 0);
  border-bottom-color: rgb(5 84 152 / 0);
}

.active\:border-y-brand-600\/10:active {
  border-top-color: rgb(5 84 152 / 0.1);
  border-bottom-color: rgb(5 84 152 / 0.1);
}

.active\:border-y-brand-600\/100:active {
  border-top-color: rgb(5 84 152 / 1);
  border-bottom-color: rgb(5 84 152 / 1);
}

.active\:border-y-brand-600\/20:active {
  border-top-color: rgb(5 84 152 / 0.2);
  border-bottom-color: rgb(5 84 152 / 0.2);
}

.active\:border-y-brand-600\/25:active {
  border-top-color: rgb(5 84 152 / 0.25);
  border-bottom-color: rgb(5 84 152 / 0.25);
}

.active\:border-y-brand-600\/30:active {
  border-top-color: rgb(5 84 152 / 0.3);
  border-bottom-color: rgb(5 84 152 / 0.3);
}

.active\:border-y-brand-600\/40:active {
  border-top-color: rgb(5 84 152 / 0.4);
  border-bottom-color: rgb(5 84 152 / 0.4);
}

.active\:border-y-brand-600\/5:active {
  border-top-color: rgb(5 84 152 / 0.05);
  border-bottom-color: rgb(5 84 152 / 0.05);
}

.active\:border-y-brand-600\/50:active {
  border-top-color: rgb(5 84 152 / 0.5);
  border-bottom-color: rgb(5 84 152 / 0.5);
}

.active\:border-y-brand-600\/60:active {
  border-top-color: rgb(5 84 152 / 0.6);
  border-bottom-color: rgb(5 84 152 / 0.6);
}

.active\:border-y-brand-600\/70:active {
  border-top-color: rgb(5 84 152 / 0.7);
  border-bottom-color: rgb(5 84 152 / 0.7);
}

.active\:border-y-brand-600\/75:active {
  border-top-color: rgb(5 84 152 / 0.75);
  border-bottom-color: rgb(5 84 152 / 0.75);
}

.active\:border-y-brand-600\/80:active {
  border-top-color: rgb(5 84 152 / 0.8);
  border-bottom-color: rgb(5 84 152 / 0.8);
}

.active\:border-y-brand-600\/90:active {
  border-top-color: rgb(5 84 152 / 0.9);
  border-bottom-color: rgb(5 84 152 / 0.9);
}

.active\:border-y-brand-600\/95:active {
  border-top-color: rgb(5 84 152 / 0.95);
  border-bottom-color: rgb(5 84 152 / 0.95);
}

.active\:border-y-brand-700:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(4 56 101 / var(--tw-border-opacity));
  border-bottom-color: rgb(4 56 101 / var(--tw-border-opacity));
}

.active\:border-y-brand-700\/0:active {
  border-top-color: rgb(4 56 101 / 0);
  border-bottom-color: rgb(4 56 101 / 0);
}

.active\:border-y-brand-700\/10:active {
  border-top-color: rgb(4 56 101 / 0.1);
  border-bottom-color: rgb(4 56 101 / 0.1);
}

.active\:border-y-brand-700\/100:active {
  border-top-color: rgb(4 56 101 / 1);
  border-bottom-color: rgb(4 56 101 / 1);
}

.active\:border-y-brand-700\/20:active {
  border-top-color: rgb(4 56 101 / 0.2);
  border-bottom-color: rgb(4 56 101 / 0.2);
}

.active\:border-y-brand-700\/25:active {
  border-top-color: rgb(4 56 101 / 0.25);
  border-bottom-color: rgb(4 56 101 / 0.25);
}

.active\:border-y-brand-700\/30:active {
  border-top-color: rgb(4 56 101 / 0.3);
  border-bottom-color: rgb(4 56 101 / 0.3);
}

.active\:border-y-brand-700\/40:active {
  border-top-color: rgb(4 56 101 / 0.4);
  border-bottom-color: rgb(4 56 101 / 0.4);
}

.active\:border-y-brand-700\/5:active {
  border-top-color: rgb(4 56 101 / 0.05);
  border-bottom-color: rgb(4 56 101 / 0.05);
}

.active\:border-y-brand-700\/50:active {
  border-top-color: rgb(4 56 101 / 0.5);
  border-bottom-color: rgb(4 56 101 / 0.5);
}

.active\:border-y-brand-700\/60:active {
  border-top-color: rgb(4 56 101 / 0.6);
  border-bottom-color: rgb(4 56 101 / 0.6);
}

.active\:border-y-brand-700\/70:active {
  border-top-color: rgb(4 56 101 / 0.7);
  border-bottom-color: rgb(4 56 101 / 0.7);
}

.active\:border-y-brand-700\/75:active {
  border-top-color: rgb(4 56 101 / 0.75);
  border-bottom-color: rgb(4 56 101 / 0.75);
}

.active\:border-y-brand-700\/80:active {
  border-top-color: rgb(4 56 101 / 0.8);
  border-bottom-color: rgb(4 56 101 / 0.8);
}

.active\:border-y-brand-700\/90:active {
  border-top-color: rgb(4 56 101 / 0.9);
  border-bottom-color: rgb(4 56 101 / 0.9);
}

.active\:border-y-brand-700\/95:active {
  border-top-color: rgb(4 56 101 / 0.95);
  border-bottom-color: rgb(4 56 101 / 0.95);
}

.active\:border-y-brand-800:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(3 42 76 / var(--tw-border-opacity));
  border-bottom-color: rgb(3 42 76 / var(--tw-border-opacity));
}

.active\:border-y-brand-800\/0:active {
  border-top-color: rgb(3 42 76 / 0);
  border-bottom-color: rgb(3 42 76 / 0);
}

.active\:border-y-brand-800\/10:active {
  border-top-color: rgb(3 42 76 / 0.1);
  border-bottom-color: rgb(3 42 76 / 0.1);
}

.active\:border-y-brand-800\/100:active {
  border-top-color: rgb(3 42 76 / 1);
  border-bottom-color: rgb(3 42 76 / 1);
}

.active\:border-y-brand-800\/20:active {
  border-top-color: rgb(3 42 76 / 0.2);
  border-bottom-color: rgb(3 42 76 / 0.2);
}

.active\:border-y-brand-800\/25:active {
  border-top-color: rgb(3 42 76 / 0.25);
  border-bottom-color: rgb(3 42 76 / 0.25);
}

.active\:border-y-brand-800\/30:active {
  border-top-color: rgb(3 42 76 / 0.3);
  border-bottom-color: rgb(3 42 76 / 0.3);
}

.active\:border-y-brand-800\/40:active {
  border-top-color: rgb(3 42 76 / 0.4);
  border-bottom-color: rgb(3 42 76 / 0.4);
}

.active\:border-y-brand-800\/5:active {
  border-top-color: rgb(3 42 76 / 0.05);
  border-bottom-color: rgb(3 42 76 / 0.05);
}

.active\:border-y-brand-800\/50:active {
  border-top-color: rgb(3 42 76 / 0.5);
  border-bottom-color: rgb(3 42 76 / 0.5);
}

.active\:border-y-brand-800\/60:active {
  border-top-color: rgb(3 42 76 / 0.6);
  border-bottom-color: rgb(3 42 76 / 0.6);
}

.active\:border-y-brand-800\/70:active {
  border-top-color: rgb(3 42 76 / 0.7);
  border-bottom-color: rgb(3 42 76 / 0.7);
}

.active\:border-y-brand-800\/75:active {
  border-top-color: rgb(3 42 76 / 0.75);
  border-bottom-color: rgb(3 42 76 / 0.75);
}

.active\:border-y-brand-800\/80:active {
  border-top-color: rgb(3 42 76 / 0.8);
  border-bottom-color: rgb(3 42 76 / 0.8);
}

.active\:border-y-brand-800\/90:active {
  border-top-color: rgb(3 42 76 / 0.9);
  border-bottom-color: rgb(3 42 76 / 0.9);
}

.active\:border-y-brand-800\/95:active {
  border-top-color: rgb(3 42 76 / 0.95);
  border-bottom-color: rgb(3 42 76 / 0.95);
}

.active\:border-y-brand-900:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(2 28 51 / var(--tw-border-opacity));
  border-bottom-color: rgb(2 28 51 / var(--tw-border-opacity));
}

.active\:border-y-brand-900\/0:active {
  border-top-color: rgb(2 28 51 / 0);
  border-bottom-color: rgb(2 28 51 / 0);
}

.active\:border-y-brand-900\/10:active {
  border-top-color: rgb(2 28 51 / 0.1);
  border-bottom-color: rgb(2 28 51 / 0.1);
}

.active\:border-y-brand-900\/100:active {
  border-top-color: rgb(2 28 51 / 1);
  border-bottom-color: rgb(2 28 51 / 1);
}

.active\:border-y-brand-900\/20:active {
  border-top-color: rgb(2 28 51 / 0.2);
  border-bottom-color: rgb(2 28 51 / 0.2);
}

.active\:border-y-brand-900\/25:active {
  border-top-color: rgb(2 28 51 / 0.25);
  border-bottom-color: rgb(2 28 51 / 0.25);
}

.active\:border-y-brand-900\/30:active {
  border-top-color: rgb(2 28 51 / 0.3);
  border-bottom-color: rgb(2 28 51 / 0.3);
}

.active\:border-y-brand-900\/40:active {
  border-top-color: rgb(2 28 51 / 0.4);
  border-bottom-color: rgb(2 28 51 / 0.4);
}

.active\:border-y-brand-900\/5:active {
  border-top-color: rgb(2 28 51 / 0.05);
  border-bottom-color: rgb(2 28 51 / 0.05);
}

.active\:border-y-brand-900\/50:active {
  border-top-color: rgb(2 28 51 / 0.5);
  border-bottom-color: rgb(2 28 51 / 0.5);
}

.active\:border-y-brand-900\/60:active {
  border-top-color: rgb(2 28 51 / 0.6);
  border-bottom-color: rgb(2 28 51 / 0.6);
}

.active\:border-y-brand-900\/70:active {
  border-top-color: rgb(2 28 51 / 0.7);
  border-bottom-color: rgb(2 28 51 / 0.7);
}

.active\:border-y-brand-900\/75:active {
  border-top-color: rgb(2 28 51 / 0.75);
  border-bottom-color: rgb(2 28 51 / 0.75);
}

.active\:border-y-brand-900\/80:active {
  border-top-color: rgb(2 28 51 / 0.8);
  border-bottom-color: rgb(2 28 51 / 0.8);
}

.active\:border-y-brand-900\/90:active {
  border-top-color: rgb(2 28 51 / 0.9);
  border-bottom-color: rgb(2 28 51 / 0.9);
}

.active\:border-y-brand-900\/95:active {
  border-top-color: rgb(2 28 51 / 0.95);
  border-bottom-color: rgb(2 28 51 / 0.95);
}

.active\:border-y-current:active {
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}

.active\:border-y-cyan-100:active {
  --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));
}

.active\:border-y-cyan-100\/0:active {
  border-top-color: rgb(207 250 254 / 0);
  border-bottom-color: rgb(207 250 254 / 0);
}

.active\:border-y-cyan-100\/10:active {
  border-top-color: rgb(207 250 254 / 0.1);
  border-bottom-color: rgb(207 250 254 / 0.1);
}

.active\:border-y-cyan-100\/100:active {
  border-top-color: rgb(207 250 254 / 1);
  border-bottom-color: rgb(207 250 254 / 1);
}

.active\:border-y-cyan-100\/20:active {
  border-top-color: rgb(207 250 254 / 0.2);
  border-bottom-color: rgb(207 250 254 / 0.2);
}

.active\:border-y-cyan-100\/25:active {
  border-top-color: rgb(207 250 254 / 0.25);
  border-bottom-color: rgb(207 250 254 / 0.25);
}

.active\:border-y-cyan-100\/30:active {
  border-top-color: rgb(207 250 254 / 0.3);
  border-bottom-color: rgb(207 250 254 / 0.3);
}

.active\:border-y-cyan-100\/40:active {
  border-top-color: rgb(207 250 254 / 0.4);
  border-bottom-color: rgb(207 250 254 / 0.4);
}

.active\:border-y-cyan-100\/5:active {
  border-top-color: rgb(207 250 254 / 0.05);
  border-bottom-color: rgb(207 250 254 / 0.05);
}

.active\:border-y-cyan-100\/50:active {
  border-top-color: rgb(207 250 254 / 0.5);
  border-bottom-color: rgb(207 250 254 / 0.5);
}

.active\:border-y-cyan-100\/60:active {
  border-top-color: rgb(207 250 254 / 0.6);
  border-bottom-color: rgb(207 250 254 / 0.6);
}

.active\:border-y-cyan-100\/70:active {
  border-top-color: rgb(207 250 254 / 0.7);
  border-bottom-color: rgb(207 250 254 / 0.7);
}

.active\:border-y-cyan-100\/75:active {
  border-top-color: rgb(207 250 254 / 0.75);
  border-bottom-color: rgb(207 250 254 / 0.75);
}

.active\:border-y-cyan-100\/80:active {
  border-top-color: rgb(207 250 254 / 0.8);
  border-bottom-color: rgb(207 250 254 / 0.8);
}

.active\:border-y-cyan-100\/90:active {
  border-top-color: rgb(207 250 254 / 0.9);
  border-bottom-color: rgb(207 250 254 / 0.9);
}

.active\:border-y-cyan-100\/95:active {
  border-top-color: rgb(207 250 254 / 0.95);
  border-bottom-color: rgb(207 250 254 / 0.95);
}

.active\:border-y-cyan-200:active {
  --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));
}

.active\:border-y-cyan-200\/0:active {
  border-top-color: rgb(165 243 252 / 0);
  border-bottom-color: rgb(165 243 252 / 0);
}

.active\:border-y-cyan-200\/10:active {
  border-top-color: rgb(165 243 252 / 0.1);
  border-bottom-color: rgb(165 243 252 / 0.1);
}

.active\:border-y-cyan-200\/100:active {
  border-top-color: rgb(165 243 252 / 1);
  border-bottom-color: rgb(165 243 252 / 1);
}

.active\:border-y-cyan-200\/20:active {
  border-top-color: rgb(165 243 252 / 0.2);
  border-bottom-color: rgb(165 243 252 / 0.2);
}

.active\:border-y-cyan-200\/25:active {
  border-top-color: rgb(165 243 252 / 0.25);
  border-bottom-color: rgb(165 243 252 / 0.25);
}

.active\:border-y-cyan-200\/30:active {
  border-top-color: rgb(165 243 252 / 0.3);
  border-bottom-color: rgb(165 243 252 / 0.3);
}

.active\:border-y-cyan-200\/40:active {
  border-top-color: rgb(165 243 252 / 0.4);
  border-bottom-color: rgb(165 243 252 / 0.4);
}

.active\:border-y-cyan-200\/5:active {
  border-top-color: rgb(165 243 252 / 0.05);
  border-bottom-color: rgb(165 243 252 / 0.05);
}

.active\:border-y-cyan-200\/50:active {
  border-top-color: rgb(165 243 252 / 0.5);
  border-bottom-color: rgb(165 243 252 / 0.5);
}

.active\:border-y-cyan-200\/60:active {
  border-top-color: rgb(165 243 252 / 0.6);
  border-bottom-color: rgb(165 243 252 / 0.6);
}

.active\:border-y-cyan-200\/70:active {
  border-top-color: rgb(165 243 252 / 0.7);
  border-bottom-color: rgb(165 243 252 / 0.7);
}

.active\:border-y-cyan-200\/75:active {
  border-top-color: rgb(165 243 252 / 0.75);
  border-bottom-color: rgb(165 243 252 / 0.75);
}

.active\:border-y-cyan-200\/80:active {
  border-top-color: rgb(165 243 252 / 0.8);
  border-bottom-color: rgb(165 243 252 / 0.8);
}

.active\:border-y-cyan-200\/90:active {
  border-top-color: rgb(165 243 252 / 0.9);
  border-bottom-color: rgb(165 243 252 / 0.9);
}

.active\:border-y-cyan-200\/95:active {
  border-top-color: rgb(165 243 252 / 0.95);
  border-bottom-color: rgb(165 243 252 / 0.95);
}

.active\:border-y-cyan-300:active {
  --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));
}

.active\:border-y-cyan-300\/0:active {
  border-top-color: rgb(103 232 249 / 0);
  border-bottom-color: rgb(103 232 249 / 0);
}

.active\:border-y-cyan-300\/10:active {
  border-top-color: rgb(103 232 249 / 0.1);
  border-bottom-color: rgb(103 232 249 / 0.1);
}

.active\:border-y-cyan-300\/100:active {
  border-top-color: rgb(103 232 249 / 1);
  border-bottom-color: rgb(103 232 249 / 1);
}

.active\:border-y-cyan-300\/20:active {
  border-top-color: rgb(103 232 249 / 0.2);
  border-bottom-color: rgb(103 232 249 / 0.2);
}

.active\:border-y-cyan-300\/25:active {
  border-top-color: rgb(103 232 249 / 0.25);
  border-bottom-color: rgb(103 232 249 / 0.25);
}

.active\:border-y-cyan-300\/30:active {
  border-top-color: rgb(103 232 249 / 0.3);
  border-bottom-color: rgb(103 232 249 / 0.3);
}

.active\:border-y-cyan-300\/40:active {
  border-top-color: rgb(103 232 249 / 0.4);
  border-bottom-color: rgb(103 232 249 / 0.4);
}

.active\:border-y-cyan-300\/5:active {
  border-top-color: rgb(103 232 249 / 0.05);
  border-bottom-color: rgb(103 232 249 / 0.05);
}

.active\:border-y-cyan-300\/50:active {
  border-top-color: rgb(103 232 249 / 0.5);
  border-bottom-color: rgb(103 232 249 / 0.5);
}

.active\:border-y-cyan-300\/60:active {
  border-top-color: rgb(103 232 249 / 0.6);
  border-bottom-color: rgb(103 232 249 / 0.6);
}

.active\:border-y-cyan-300\/70:active {
  border-top-color: rgb(103 232 249 / 0.7);
  border-bottom-color: rgb(103 232 249 / 0.7);
}

.active\:border-y-cyan-300\/75:active {
  border-top-color: rgb(103 232 249 / 0.75);
  border-bottom-color: rgb(103 232 249 / 0.75);
}

.active\:border-y-cyan-300\/80:active {
  border-top-color: rgb(103 232 249 / 0.8);
  border-bottom-color: rgb(103 232 249 / 0.8);
}

.active\:border-y-cyan-300\/90:active {
  border-top-color: rgb(103 232 249 / 0.9);
  border-bottom-color: rgb(103 232 249 / 0.9);
}

.active\:border-y-cyan-300\/95:active {
  border-top-color: rgb(103 232 249 / 0.95);
  border-bottom-color: rgb(103 232 249 / 0.95);
}

.active\:border-y-cyan-400:active {
  --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));
}

.active\:border-y-cyan-400\/0:active {
  border-top-color: rgb(34 211 238 / 0);
  border-bottom-color: rgb(34 211 238 / 0);
}

.active\:border-y-cyan-400\/10:active {
  border-top-color: rgb(34 211 238 / 0.1);
  border-bottom-color: rgb(34 211 238 / 0.1);
}

.active\:border-y-cyan-400\/100:active {
  border-top-color: rgb(34 211 238 / 1);
  border-bottom-color: rgb(34 211 238 / 1);
}

.active\:border-y-cyan-400\/20:active {
  border-top-color: rgb(34 211 238 / 0.2);
  border-bottom-color: rgb(34 211 238 / 0.2);
}

.active\:border-y-cyan-400\/25:active {
  border-top-color: rgb(34 211 238 / 0.25);
  border-bottom-color: rgb(34 211 238 / 0.25);
}

.active\:border-y-cyan-400\/30:active {
  border-top-color: rgb(34 211 238 / 0.3);
  border-bottom-color: rgb(34 211 238 / 0.3);
}

.active\:border-y-cyan-400\/40:active {
  border-top-color: rgb(34 211 238 / 0.4);
  border-bottom-color: rgb(34 211 238 / 0.4);
}

.active\:border-y-cyan-400\/5:active {
  border-top-color: rgb(34 211 238 / 0.05);
  border-bottom-color: rgb(34 211 238 / 0.05);
}

.active\:border-y-cyan-400\/50:active {
  border-top-color: rgb(34 211 238 / 0.5);
  border-bottom-color: rgb(34 211 238 / 0.5);
}

.active\:border-y-cyan-400\/60:active {
  border-top-color: rgb(34 211 238 / 0.6);
  border-bottom-color: rgb(34 211 238 / 0.6);
}

.active\:border-y-cyan-400\/70:active {
  border-top-color: rgb(34 211 238 / 0.7);
  border-bottom-color: rgb(34 211 238 / 0.7);
}

.active\:border-y-cyan-400\/75:active {
  border-top-color: rgb(34 211 238 / 0.75);
  border-bottom-color: rgb(34 211 238 / 0.75);
}

.active\:border-y-cyan-400\/80:active {
  border-top-color: rgb(34 211 238 / 0.8);
  border-bottom-color: rgb(34 211 238 / 0.8);
}

.active\:border-y-cyan-400\/90:active {
  border-top-color: rgb(34 211 238 / 0.9);
  border-bottom-color: rgb(34 211 238 / 0.9);
}

.active\:border-y-cyan-400\/95:active {
  border-top-color: rgb(34 211 238 / 0.95);
  border-bottom-color: rgb(34 211 238 / 0.95);
}

.active\:border-y-cyan-50:active {
  --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));
}

.active\:border-y-cyan-50\/0:active {
  border-top-color: rgb(236 254 255 / 0);
  border-bottom-color: rgb(236 254 255 / 0);
}

.active\:border-y-cyan-50\/10:active {
  border-top-color: rgb(236 254 255 / 0.1);
  border-bottom-color: rgb(236 254 255 / 0.1);
}

.active\:border-y-cyan-50\/100:active {
  border-top-color: rgb(236 254 255 / 1);
  border-bottom-color: rgb(236 254 255 / 1);
}

.active\:border-y-cyan-50\/20:active {
  border-top-color: rgb(236 254 255 / 0.2);
  border-bottom-color: rgb(236 254 255 / 0.2);
}

.active\:border-y-cyan-50\/25:active {
  border-top-color: rgb(236 254 255 / 0.25);
  border-bottom-color: rgb(236 254 255 / 0.25);
}

.active\:border-y-cyan-50\/30:active {
  border-top-color: rgb(236 254 255 / 0.3);
  border-bottom-color: rgb(236 254 255 / 0.3);
}

.active\:border-y-cyan-50\/40:active {
  border-top-color: rgb(236 254 255 / 0.4);
  border-bottom-color: rgb(236 254 255 / 0.4);
}

.active\:border-y-cyan-50\/5:active {
  border-top-color: rgb(236 254 255 / 0.05);
  border-bottom-color: rgb(236 254 255 / 0.05);
}

.active\:border-y-cyan-50\/50:active {
  border-top-color: rgb(236 254 255 / 0.5);
  border-bottom-color: rgb(236 254 255 / 0.5);
}

.active\:border-y-cyan-50\/60:active {
  border-top-color: rgb(236 254 255 / 0.6);
  border-bottom-color: rgb(236 254 255 / 0.6);
}

.active\:border-y-cyan-50\/70:active {
  border-top-color: rgb(236 254 255 / 0.7);
  border-bottom-color: rgb(236 254 255 / 0.7);
}

.active\:border-y-cyan-50\/75:active {
  border-top-color: rgb(236 254 255 / 0.75);
  border-bottom-color: rgb(236 254 255 / 0.75);
}

.active\:border-y-cyan-50\/80:active {
  border-top-color: rgb(236 254 255 / 0.8);
  border-bottom-color: rgb(236 254 255 / 0.8);
}

.active\:border-y-cyan-50\/90:active {
  border-top-color: rgb(236 254 255 / 0.9);
  border-bottom-color: rgb(236 254 255 / 0.9);
}

.active\:border-y-cyan-50\/95:active {
  border-top-color: rgb(236 254 255 / 0.95);
  border-bottom-color: rgb(236 254 255 / 0.95);
}

.active\:border-y-cyan-500:active {
  --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));
}

.active\:border-y-cyan-500\/0:active {
  border-top-color: rgb(6 182 212 / 0);
  border-bottom-color: rgb(6 182 212 / 0);
}

.active\:border-y-cyan-500\/10:active {
  border-top-color: rgb(6 182 212 / 0.1);
  border-bottom-color: rgb(6 182 212 / 0.1);
}

.active\:border-y-cyan-500\/100:active {
  border-top-color: rgb(6 182 212 / 1);
  border-bottom-color: rgb(6 182 212 / 1);
}

.active\:border-y-cyan-500\/20:active {
  border-top-color: rgb(6 182 212 / 0.2);
  border-bottom-color: rgb(6 182 212 / 0.2);
}

.active\:border-y-cyan-500\/25:active {
  border-top-color: rgb(6 182 212 / 0.25);
  border-bottom-color: rgb(6 182 212 / 0.25);
}

.active\:border-y-cyan-500\/30:active {
  border-top-color: rgb(6 182 212 / 0.3);
  border-bottom-color: rgb(6 182 212 / 0.3);
}

.active\:border-y-cyan-500\/40:active {
  border-top-color: rgb(6 182 212 / 0.4);
  border-bottom-color: rgb(6 182 212 / 0.4);
}

.active\:border-y-cyan-500\/5:active {
  border-top-color: rgb(6 182 212 / 0.05);
  border-bottom-color: rgb(6 182 212 / 0.05);
}

.active\:border-y-cyan-500\/50:active {
  border-top-color: rgb(6 182 212 / 0.5);
  border-bottom-color: rgb(6 182 212 / 0.5);
}

.active\:border-y-cyan-500\/60:active {
  border-top-color: rgb(6 182 212 / 0.6);
  border-bottom-color: rgb(6 182 212 / 0.6);
}

.active\:border-y-cyan-500\/70:active {
  border-top-color: rgb(6 182 212 / 0.7);
  border-bottom-color: rgb(6 182 212 / 0.7);
}

.active\:border-y-cyan-500\/75:active {
  border-top-color: rgb(6 182 212 / 0.75);
  border-bottom-color: rgb(6 182 212 / 0.75);
}

.active\:border-y-cyan-500\/80:active {
  border-top-color: rgb(6 182 212 / 0.8);
  border-bottom-color: rgb(6 182 212 / 0.8);
}

.active\:border-y-cyan-500\/90:active {
  border-top-color: rgb(6 182 212 / 0.9);
  border-bottom-color: rgb(6 182 212 / 0.9);
}

.active\:border-y-cyan-500\/95:active {
  border-top-color: rgb(6 182 212 / 0.95);
  border-bottom-color: rgb(6 182 212 / 0.95);
}

.active\:border-y-cyan-600:active {
  --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));
}

.active\:border-y-cyan-600\/0:active {
  border-top-color: rgb(8 145 178 / 0);
  border-bottom-color: rgb(8 145 178 / 0);
}

.active\:border-y-cyan-600\/10:active {
  border-top-color: rgb(8 145 178 / 0.1);
  border-bottom-color: rgb(8 145 178 / 0.1);
}

.active\:border-y-cyan-600\/100:active {
  border-top-color: rgb(8 145 178 / 1);
  border-bottom-color: rgb(8 145 178 / 1);
}

.active\:border-y-cyan-600\/20:active {
  border-top-color: rgb(8 145 178 / 0.2);
  border-bottom-color: rgb(8 145 178 / 0.2);
}

.active\:border-y-cyan-600\/25:active {
  border-top-color: rgb(8 145 178 / 0.25);
  border-bottom-color: rgb(8 145 178 / 0.25);
}

.active\:border-y-cyan-600\/30:active {
  border-top-color: rgb(8 145 178 / 0.3);
  border-bottom-color: rgb(8 145 178 / 0.3);
}

.active\:border-y-cyan-600\/40:active {
  border-top-color: rgb(8 145 178 / 0.4);
  border-bottom-color: rgb(8 145 178 / 0.4);
}

.active\:border-y-cyan-600\/5:active {
  border-top-color: rgb(8 145 178 / 0.05);
  border-bottom-color: rgb(8 145 178 / 0.05);
}

.active\:border-y-cyan-600\/50:active {
  border-top-color: rgb(8 145 178 / 0.5);
  border-bottom-color: rgb(8 145 178 / 0.5);
}

.active\:border-y-cyan-600\/60:active {
  border-top-color: rgb(8 145 178 / 0.6);
  border-bottom-color: rgb(8 145 178 / 0.6);
}

.active\:border-y-cyan-600\/70:active {
  border-top-color: rgb(8 145 178 / 0.7);
  border-bottom-color: rgb(8 145 178 / 0.7);
}

.active\:border-y-cyan-600\/75:active {
  border-top-color: rgb(8 145 178 / 0.75);
  border-bottom-color: rgb(8 145 178 / 0.75);
}

.active\:border-y-cyan-600\/80:active {
  border-top-color: rgb(8 145 178 / 0.8);
  border-bottom-color: rgb(8 145 178 / 0.8);
}

.active\:border-y-cyan-600\/90:active {
  border-top-color: rgb(8 145 178 / 0.9);
  border-bottom-color: rgb(8 145 178 / 0.9);
}

.active\:border-y-cyan-600\/95:active {
  border-top-color: rgb(8 145 178 / 0.95);
  border-bottom-color: rgb(8 145 178 / 0.95);
}

.active\:border-y-cyan-700:active {
  --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));
}

.active\:border-y-cyan-700\/0:active {
  border-top-color: rgb(14 116 144 / 0);
  border-bottom-color: rgb(14 116 144 / 0);
}

.active\:border-y-cyan-700\/10:active {
  border-top-color: rgb(14 116 144 / 0.1);
  border-bottom-color: rgb(14 116 144 / 0.1);
}

.active\:border-y-cyan-700\/100:active {
  border-top-color: rgb(14 116 144 / 1);
  border-bottom-color: rgb(14 116 144 / 1);
}

.active\:border-y-cyan-700\/20:active {
  border-top-color: rgb(14 116 144 / 0.2);
  border-bottom-color: rgb(14 116 144 / 0.2);
}

.active\:border-y-cyan-700\/25:active {
  border-top-color: rgb(14 116 144 / 0.25);
  border-bottom-color: rgb(14 116 144 / 0.25);
}

.active\:border-y-cyan-700\/30:active {
  border-top-color: rgb(14 116 144 / 0.3);
  border-bottom-color: rgb(14 116 144 / 0.3);
}

.active\:border-y-cyan-700\/40:active {
  border-top-color: rgb(14 116 144 / 0.4);
  border-bottom-color: rgb(14 116 144 / 0.4);
}

.active\:border-y-cyan-700\/5:active {
  border-top-color: rgb(14 116 144 / 0.05);
  border-bottom-color: rgb(14 116 144 / 0.05);
}

.active\:border-y-cyan-700\/50:active {
  border-top-color: rgb(14 116 144 / 0.5);
  border-bottom-color: rgb(14 116 144 / 0.5);
}

.active\:border-y-cyan-700\/60:active {
  border-top-color: rgb(14 116 144 / 0.6);
  border-bottom-color: rgb(14 116 144 / 0.6);
}

.active\:border-y-cyan-700\/70:active {
  border-top-color: rgb(14 116 144 / 0.7);
  border-bottom-color: rgb(14 116 144 / 0.7);
}

.active\:border-y-cyan-700\/75:active {
  border-top-color: rgb(14 116 144 / 0.75);
  border-bottom-color: rgb(14 116 144 / 0.75);
}

.active\:border-y-cyan-700\/80:active {
  border-top-color: rgb(14 116 144 / 0.8);
  border-bottom-color: rgb(14 116 144 / 0.8);
}

.active\:border-y-cyan-700\/90:active {
  border-top-color: rgb(14 116 144 / 0.9);
  border-bottom-color: rgb(14 116 144 / 0.9);
}

.active\:border-y-cyan-700\/95:active {
  border-top-color: rgb(14 116 144 / 0.95);
  border-bottom-color: rgb(14 116 144 / 0.95);
}

.active\:border-y-cyan-800:active {
  --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));
}

.active\:border-y-cyan-800\/0:active {
  border-top-color: rgb(21 94 117 / 0);
  border-bottom-color: rgb(21 94 117 / 0);
}

.active\:border-y-cyan-800\/10:active {
  border-top-color: rgb(21 94 117 / 0.1);
  border-bottom-color: rgb(21 94 117 / 0.1);
}

.active\:border-y-cyan-800\/100:active {
  border-top-color: rgb(21 94 117 / 1);
  border-bottom-color: rgb(21 94 117 / 1);
}

.active\:border-y-cyan-800\/20:active {
  border-top-color: rgb(21 94 117 / 0.2);
  border-bottom-color: rgb(21 94 117 / 0.2);
}

.active\:border-y-cyan-800\/25:active {
  border-top-color: rgb(21 94 117 / 0.25);
  border-bottom-color: rgb(21 94 117 / 0.25);
}

.active\:border-y-cyan-800\/30:active {
  border-top-color: rgb(21 94 117 / 0.3);
  border-bottom-color: rgb(21 94 117 / 0.3);
}

.active\:border-y-cyan-800\/40:active {
  border-top-color: rgb(21 94 117 / 0.4);
  border-bottom-color: rgb(21 94 117 / 0.4);
}

.active\:border-y-cyan-800\/5:active {
  border-top-color: rgb(21 94 117 / 0.05);
  border-bottom-color: rgb(21 94 117 / 0.05);
}

.active\:border-y-cyan-800\/50:active {
  border-top-color: rgb(21 94 117 / 0.5);
  border-bottom-color: rgb(21 94 117 / 0.5);
}

.active\:border-y-cyan-800\/60:active {
  border-top-color: rgb(21 94 117 / 0.6);
  border-bottom-color: rgb(21 94 117 / 0.6);
}

.active\:border-y-cyan-800\/70:active {
  border-top-color: rgb(21 94 117 / 0.7);
  border-bottom-color: rgb(21 94 117 / 0.7);
}

.active\:border-y-cyan-800\/75:active {
  border-top-color: rgb(21 94 117 / 0.75);
  border-bottom-color: rgb(21 94 117 / 0.75);
}

.active\:border-y-cyan-800\/80:active {
  border-top-color: rgb(21 94 117 / 0.8);
  border-bottom-color: rgb(21 94 117 / 0.8);
}

.active\:border-y-cyan-800\/90:active {
  border-top-color: rgb(21 94 117 / 0.9);
  border-bottom-color: rgb(21 94 117 / 0.9);
}

.active\:border-y-cyan-800\/95:active {
  border-top-color: rgb(21 94 117 / 0.95);
  border-bottom-color: rgb(21 94 117 / 0.95);
}

.active\:border-y-cyan-900:active {
  --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));
}

.active\:border-y-cyan-900\/0:active {
  border-top-color: rgb(22 78 99 / 0);
  border-bottom-color: rgb(22 78 99 / 0);
}

.active\:border-y-cyan-900\/10:active {
  border-top-color: rgb(22 78 99 / 0.1);
  border-bottom-color: rgb(22 78 99 / 0.1);
}

.active\:border-y-cyan-900\/100:active {
  border-top-color: rgb(22 78 99 / 1);
  border-bottom-color: rgb(22 78 99 / 1);
}

.active\:border-y-cyan-900\/20:active {
  border-top-color: rgb(22 78 99 / 0.2);
  border-bottom-color: rgb(22 78 99 / 0.2);
}

.active\:border-y-cyan-900\/25:active {
  border-top-color: rgb(22 78 99 / 0.25);
  border-bottom-color: rgb(22 78 99 / 0.25);
}

.active\:border-y-cyan-900\/30:active {
  border-top-color: rgb(22 78 99 / 0.3);
  border-bottom-color: rgb(22 78 99 / 0.3);
}

.active\:border-y-cyan-900\/40:active {
  border-top-color: rgb(22 78 99 / 0.4);
  border-bottom-color: rgb(22 78 99 / 0.4);
}

.active\:border-y-cyan-900\/5:active {
  border-top-color: rgb(22 78 99 / 0.05);
  border-bottom-color: rgb(22 78 99 / 0.05);
}

.active\:border-y-cyan-900\/50:active {
  border-top-color: rgb(22 78 99 / 0.5);
  border-bottom-color: rgb(22 78 99 / 0.5);
}

.active\:border-y-cyan-900\/60:active {
  border-top-color: rgb(22 78 99 / 0.6);
  border-bottom-color: rgb(22 78 99 / 0.6);
}

.active\:border-y-cyan-900\/70:active {
  border-top-color: rgb(22 78 99 / 0.7);
  border-bottom-color: rgb(22 78 99 / 0.7);
}

.active\:border-y-cyan-900\/75:active {
  border-top-color: rgb(22 78 99 / 0.75);
  border-bottom-color: rgb(22 78 99 / 0.75);
}

.active\:border-y-cyan-900\/80:active {
  border-top-color: rgb(22 78 99 / 0.8);
  border-bottom-color: rgb(22 78 99 / 0.8);
}

.active\:border-y-cyan-900\/90:active {
  border-top-color: rgb(22 78 99 / 0.9);
  border-bottom-color: rgb(22 78 99 / 0.9);
}

.active\:border-y-cyan-900\/95:active {
  border-top-color: rgb(22 78 99 / 0.95);
  border-bottom-color: rgb(22 78 99 / 0.95);
}

.active\:border-y-cyan-950:active {
  --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));
}

.active\:border-y-cyan-950\/0:active {
  border-top-color: rgb(8 51 68 / 0);
  border-bottom-color: rgb(8 51 68 / 0);
}

.active\:border-y-cyan-950\/10:active {
  border-top-color: rgb(8 51 68 / 0.1);
  border-bottom-color: rgb(8 51 68 / 0.1);
}

.active\:border-y-cyan-950\/100:active {
  border-top-color: rgb(8 51 68 / 1);
  border-bottom-color: rgb(8 51 68 / 1);
}

.active\:border-y-cyan-950\/20:active {
  border-top-color: rgb(8 51 68 / 0.2);
  border-bottom-color: rgb(8 51 68 / 0.2);
}

.active\:border-y-cyan-950\/25:active {
  border-top-color: rgb(8 51 68 / 0.25);
  border-bottom-color: rgb(8 51 68 / 0.25);
}

.active\:border-y-cyan-950\/30:active {
  border-top-color: rgb(8 51 68 / 0.3);
  border-bottom-color: rgb(8 51 68 / 0.3);
}

.active\:border-y-cyan-950\/40:active {
  border-top-color: rgb(8 51 68 / 0.4);
  border-bottom-color: rgb(8 51 68 / 0.4);
}

.active\:border-y-cyan-950\/5:active {
  border-top-color: rgb(8 51 68 / 0.05);
  border-bottom-color: rgb(8 51 68 / 0.05);
}

.active\:border-y-cyan-950\/50:active {
  border-top-color: rgb(8 51 68 / 0.5);
  border-bottom-color: rgb(8 51 68 / 0.5);
}

.active\:border-y-cyan-950\/60:active {
  border-top-color: rgb(8 51 68 / 0.6);
  border-bottom-color: rgb(8 51 68 / 0.6);
}

.active\:border-y-cyan-950\/70:active {
  border-top-color: rgb(8 51 68 / 0.7);
  border-bottom-color: rgb(8 51 68 / 0.7);
}

.active\:border-y-cyan-950\/75:active {
  border-top-color: rgb(8 51 68 / 0.75);
  border-bottom-color: rgb(8 51 68 / 0.75);
}

.active\:border-y-cyan-950\/80:active {
  border-top-color: rgb(8 51 68 / 0.8);
  border-bottom-color: rgb(8 51 68 / 0.8);
}

.active\:border-y-cyan-950\/90:active {
  border-top-color: rgb(8 51 68 / 0.9);
  border-bottom-color: rgb(8 51 68 / 0.9);
}

.active\:border-y-cyan-950\/95:active {
  border-top-color: rgb(8 51 68 / 0.95);
  border-bottom-color: rgb(8 51 68 / 0.95);
}

.active\:border-y-emerald-100:active {
  --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));
}

.active\:border-y-emerald-100\/0:active {
  border-top-color: rgb(209 250 229 / 0);
  border-bottom-color: rgb(209 250 229 / 0);
}

.active\:border-y-emerald-100\/10:active {
  border-top-color: rgb(209 250 229 / 0.1);
  border-bottom-color: rgb(209 250 229 / 0.1);
}

.active\:border-y-emerald-100\/100:active {
  border-top-color: rgb(209 250 229 / 1);
  border-bottom-color: rgb(209 250 229 / 1);
}

.active\:border-y-emerald-100\/20:active {
  border-top-color: rgb(209 250 229 / 0.2);
  border-bottom-color: rgb(209 250 229 / 0.2);
}

.active\:border-y-emerald-100\/25:active {
  border-top-color: rgb(209 250 229 / 0.25);
  border-bottom-color: rgb(209 250 229 / 0.25);
}

.active\:border-y-emerald-100\/30:active {
  border-top-color: rgb(209 250 229 / 0.3);
  border-bottom-color: rgb(209 250 229 / 0.3);
}

.active\:border-y-emerald-100\/40:active {
  border-top-color: rgb(209 250 229 / 0.4);
  border-bottom-color: rgb(209 250 229 / 0.4);
}

.active\:border-y-emerald-100\/5:active {
  border-top-color: rgb(209 250 229 / 0.05);
  border-bottom-color: rgb(209 250 229 / 0.05);
}

.active\:border-y-emerald-100\/50:active {
  border-top-color: rgb(209 250 229 / 0.5);
  border-bottom-color: rgb(209 250 229 / 0.5);
}

.active\:border-y-emerald-100\/60:active {
  border-top-color: rgb(209 250 229 / 0.6);
  border-bottom-color: rgb(209 250 229 / 0.6);
}

.active\:border-y-emerald-100\/70:active {
  border-top-color: rgb(209 250 229 / 0.7);
  border-bottom-color: rgb(209 250 229 / 0.7);
}

.active\:border-y-emerald-100\/75:active {
  border-top-color: rgb(209 250 229 / 0.75);
  border-bottom-color: rgb(209 250 229 / 0.75);
}

.active\:border-y-emerald-100\/80:active {
  border-top-color: rgb(209 250 229 / 0.8);
  border-bottom-color: rgb(209 250 229 / 0.8);
}

.active\:border-y-emerald-100\/90:active {
  border-top-color: rgb(209 250 229 / 0.9);
  border-bottom-color: rgb(209 250 229 / 0.9);
}

.active\:border-y-emerald-100\/95:active {
  border-top-color: rgb(209 250 229 / 0.95);
  border-bottom-color: rgb(209 250 229 / 0.95);
}

.active\:border-y-emerald-200:active {
  --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));
}

.active\:border-y-emerald-200\/0:active {
  border-top-color: rgb(167 243 208 / 0);
  border-bottom-color: rgb(167 243 208 / 0);
}

.active\:border-y-emerald-200\/10:active {
  border-top-color: rgb(167 243 208 / 0.1);
  border-bottom-color: rgb(167 243 208 / 0.1);
}

.active\:border-y-emerald-200\/100:active {
  border-top-color: rgb(167 243 208 / 1);
  border-bottom-color: rgb(167 243 208 / 1);
}

.active\:border-y-emerald-200\/20:active {
  border-top-color: rgb(167 243 208 / 0.2);
  border-bottom-color: rgb(167 243 208 / 0.2);
}

.active\:border-y-emerald-200\/25:active {
  border-top-color: rgb(167 243 208 / 0.25);
  border-bottom-color: rgb(167 243 208 / 0.25);
}

.active\:border-y-emerald-200\/30:active {
  border-top-color: rgb(167 243 208 / 0.3);
  border-bottom-color: rgb(167 243 208 / 0.3);
}

.active\:border-y-emerald-200\/40:active {
  border-top-color: rgb(167 243 208 / 0.4);
  border-bottom-color: rgb(167 243 208 / 0.4);
}

.active\:border-y-emerald-200\/5:active {
  border-top-color: rgb(167 243 208 / 0.05);
  border-bottom-color: rgb(167 243 208 / 0.05);
}

.active\:border-y-emerald-200\/50:active {
  border-top-color: rgb(167 243 208 / 0.5);
  border-bottom-color: rgb(167 243 208 / 0.5);
}

.active\:border-y-emerald-200\/60:active {
  border-top-color: rgb(167 243 208 / 0.6);
  border-bottom-color: rgb(167 243 208 / 0.6);
}

.active\:border-y-emerald-200\/70:active {
  border-top-color: rgb(167 243 208 / 0.7);
  border-bottom-color: rgb(167 243 208 / 0.7);
}

.active\:border-y-emerald-200\/75:active {
  border-top-color: rgb(167 243 208 / 0.75);
  border-bottom-color: rgb(167 243 208 / 0.75);
}

.active\:border-y-emerald-200\/80:active {
  border-top-color: rgb(167 243 208 / 0.8);
  border-bottom-color: rgb(167 243 208 / 0.8);
}

.active\:border-y-emerald-200\/90:active {
  border-top-color: rgb(167 243 208 / 0.9);
  border-bottom-color: rgb(167 243 208 / 0.9);
}

.active\:border-y-emerald-200\/95:active {
  border-top-color: rgb(167 243 208 / 0.95);
  border-bottom-color: rgb(167 243 208 / 0.95);
}

.active\:border-y-emerald-300:active {
  --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));
}

.active\:border-y-emerald-300\/0:active {
  border-top-color: rgb(110 231 183 / 0);
  border-bottom-color: rgb(110 231 183 / 0);
}

.active\:border-y-emerald-300\/10:active {
  border-top-color: rgb(110 231 183 / 0.1);
  border-bottom-color: rgb(110 231 183 / 0.1);
}

.active\:border-y-emerald-300\/100:active {
  border-top-color: rgb(110 231 183 / 1);
  border-bottom-color: rgb(110 231 183 / 1);
}

.active\:border-y-emerald-300\/20:active {
  border-top-color: rgb(110 231 183 / 0.2);
  border-bottom-color: rgb(110 231 183 / 0.2);
}

.active\:border-y-emerald-300\/25:active {
  border-top-color: rgb(110 231 183 / 0.25);
  border-bottom-color: rgb(110 231 183 / 0.25);
}

.active\:border-y-emerald-300\/30:active {
  border-top-color: rgb(110 231 183 / 0.3);
  border-bottom-color: rgb(110 231 183 / 0.3);
}

.active\:border-y-emerald-300\/40:active {
  border-top-color: rgb(110 231 183 / 0.4);
  border-bottom-color: rgb(110 231 183 / 0.4);
}

.active\:border-y-emerald-300\/5:active {
  border-top-color: rgb(110 231 183 / 0.05);
  border-bottom-color: rgb(110 231 183 / 0.05);
}

.active\:border-y-emerald-300\/50:active {
  border-top-color: rgb(110 231 183 / 0.5);
  border-bottom-color: rgb(110 231 183 / 0.5);
}

.active\:border-y-emerald-300\/60:active {
  border-top-color: rgb(110 231 183 / 0.6);
  border-bottom-color: rgb(110 231 183 / 0.6);
}

.active\:border-y-emerald-300\/70:active {
  border-top-color: rgb(110 231 183 / 0.7);
  border-bottom-color: rgb(110 231 183 / 0.7);
}

.active\:border-y-emerald-300\/75:active {
  border-top-color: rgb(110 231 183 / 0.75);
  border-bottom-color: rgb(110 231 183 / 0.75);
}

.active\:border-y-emerald-300\/80:active {
  border-top-color: rgb(110 231 183 / 0.8);
  border-bottom-color: rgb(110 231 183 / 0.8);
}

.active\:border-y-emerald-300\/90:active {
  border-top-color: rgb(110 231 183 / 0.9);
  border-bottom-color: rgb(110 231 183 / 0.9);
}

.active\:border-y-emerald-300\/95:active {
  border-top-color: rgb(110 231 183 / 0.95);
  border-bottom-color: rgb(110 231 183 / 0.95);
}

.active\:border-y-emerald-400:active {
  --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));
}

.active\:border-y-emerald-400\/0:active {
  border-top-color: rgb(52 211 153 / 0);
  border-bottom-color: rgb(52 211 153 / 0);
}

.active\:border-y-emerald-400\/10:active {
  border-top-color: rgb(52 211 153 / 0.1);
  border-bottom-color: rgb(52 211 153 / 0.1);
}

.active\:border-y-emerald-400\/100:active {
  border-top-color: rgb(52 211 153 / 1);
  border-bottom-color: rgb(52 211 153 / 1);
}

.active\:border-y-emerald-400\/20:active {
  border-top-color: rgb(52 211 153 / 0.2);
  border-bottom-color: rgb(52 211 153 / 0.2);
}

.active\:border-y-emerald-400\/25:active {
  border-top-color: rgb(52 211 153 / 0.25);
  border-bottom-color: rgb(52 211 153 / 0.25);
}

.active\:border-y-emerald-400\/30:active {
  border-top-color: rgb(52 211 153 / 0.3);
  border-bottom-color: rgb(52 211 153 / 0.3);
}

.active\:border-y-emerald-400\/40:active {
  border-top-color: rgb(52 211 153 / 0.4);
  border-bottom-color: rgb(52 211 153 / 0.4);
}

.active\:border-y-emerald-400\/5:active {
  border-top-color: rgb(52 211 153 / 0.05);
  border-bottom-color: rgb(52 211 153 / 0.05);
}

.active\:border-y-emerald-400\/50:active {
  border-top-color: rgb(52 211 153 / 0.5);
  border-bottom-color: rgb(52 211 153 / 0.5);
}

.active\:border-y-emerald-400\/60:active {
  border-top-color: rgb(52 211 153 / 0.6);
  border-bottom-color: rgb(52 211 153 / 0.6);
}

.active\:border-y-emerald-400\/70:active {
  border-top-color: rgb(52 211 153 / 0.7);
  border-bottom-color: rgb(52 211 153 / 0.7);
}

.active\:border-y-emerald-400\/75:active {
  border-top-color: rgb(52 211 153 / 0.75);
  border-bottom-color: rgb(52 211 153 / 0.75);
}

.active\:border-y-emerald-400\/80:active {
  border-top-color: rgb(52 211 153 / 0.8);
  border-bottom-color: rgb(52 211 153 / 0.8);
}

.active\:border-y-emerald-400\/90:active {
  border-top-color: rgb(52 211 153 / 0.9);
  border-bottom-color: rgb(52 211 153 / 0.9);
}

.active\:border-y-emerald-400\/95:active {
  border-top-color: rgb(52 211 153 / 0.95);
  border-bottom-color: rgb(52 211 153 / 0.95);
}

.active\:border-y-emerald-50:active {
  --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));
}

.active\:border-y-emerald-50\/0:active {
  border-top-color: rgb(236 253 245 / 0);
  border-bottom-color: rgb(236 253 245 / 0);
}

.active\:border-y-emerald-50\/10:active {
  border-top-color: rgb(236 253 245 / 0.1);
  border-bottom-color: rgb(236 253 245 / 0.1);
}

.active\:border-y-emerald-50\/100:active {
  border-top-color: rgb(236 253 245 / 1);
  border-bottom-color: rgb(236 253 245 / 1);
}

.active\:border-y-emerald-50\/20:active {
  border-top-color: rgb(236 253 245 / 0.2);
  border-bottom-color: rgb(236 253 245 / 0.2);
}

.active\:border-y-emerald-50\/25:active {
  border-top-color: rgb(236 253 245 / 0.25);
  border-bottom-color: rgb(236 253 245 / 0.25);
}

.active\:border-y-emerald-50\/30:active {
  border-top-color: rgb(236 253 245 / 0.3);
  border-bottom-color: rgb(236 253 245 / 0.3);
}

.active\:border-y-emerald-50\/40:active {
  border-top-color: rgb(236 253 245 / 0.4);
  border-bottom-color: rgb(236 253 245 / 0.4);
}

.active\:border-y-emerald-50\/5:active {
  border-top-color: rgb(236 253 245 / 0.05);
  border-bottom-color: rgb(236 253 245 / 0.05);
}

.active\:border-y-emerald-50\/50:active {
  border-top-color: rgb(236 253 245 / 0.5);
  border-bottom-color: rgb(236 253 245 / 0.5);
}

.active\:border-y-emerald-50\/60:active {
  border-top-color: rgb(236 253 245 / 0.6);
  border-bottom-color: rgb(236 253 245 / 0.6);
}

.active\:border-y-emerald-50\/70:active {
  border-top-color: rgb(236 253 245 / 0.7);
  border-bottom-color: rgb(236 253 245 / 0.7);
}

.active\:border-y-emerald-50\/75:active {
  border-top-color: rgb(236 253 245 / 0.75);
  border-bottom-color: rgb(236 253 245 / 0.75);
}

.active\:border-y-emerald-50\/80:active {
  border-top-color: rgb(236 253 245 / 0.8);
  border-bottom-color: rgb(236 253 245 / 0.8);
}

.active\:border-y-emerald-50\/90:active {
  border-top-color: rgb(236 253 245 / 0.9);
  border-bottom-color: rgb(236 253 245 / 0.9);
}

.active\:border-y-emerald-50\/95:active {
  border-top-color: rgb(236 253 245 / 0.95);
  border-bottom-color: rgb(236 253 245 / 0.95);
}

.active\:border-y-emerald-500:active {
  --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));
}

.active\:border-y-emerald-500\/0:active {
  border-top-color: rgb(16 185 129 / 0);
  border-bottom-color: rgb(16 185 129 / 0);
}

.active\:border-y-emerald-500\/10:active {
  border-top-color: rgb(16 185 129 / 0.1);
  border-bottom-color: rgb(16 185 129 / 0.1);
}

.active\:border-y-emerald-500\/100:active {
  border-top-color: rgb(16 185 129 / 1);
  border-bottom-color: rgb(16 185 129 / 1);
}

.active\:border-y-emerald-500\/20:active {
  border-top-color: rgb(16 185 129 / 0.2);
  border-bottom-color: rgb(16 185 129 / 0.2);
}

.active\:border-y-emerald-500\/25:active {
  border-top-color: rgb(16 185 129 / 0.25);
  border-bottom-color: rgb(16 185 129 / 0.25);
}

.active\:border-y-emerald-500\/30:active {
  border-top-color: rgb(16 185 129 / 0.3);
  border-bottom-color: rgb(16 185 129 / 0.3);
}

.active\:border-y-emerald-500\/40:active {
  border-top-color: rgb(16 185 129 / 0.4);
  border-bottom-color: rgb(16 185 129 / 0.4);
}

.active\:border-y-emerald-500\/5:active {
  border-top-color: rgb(16 185 129 / 0.05);
  border-bottom-color: rgb(16 185 129 / 0.05);
}

.active\:border-y-emerald-500\/50:active {
  border-top-color: rgb(16 185 129 / 0.5);
  border-bottom-color: rgb(16 185 129 / 0.5);
}

.active\:border-y-emerald-500\/60:active {
  border-top-color: rgb(16 185 129 / 0.6);
  border-bottom-color: rgb(16 185 129 / 0.6);
}

.active\:border-y-emerald-500\/70:active {
  border-top-color: rgb(16 185 129 / 0.7);
  border-bottom-color: rgb(16 185 129 / 0.7);
}

.active\:border-y-emerald-500\/75:active {
  border-top-color: rgb(16 185 129 / 0.75);
  border-bottom-color: rgb(16 185 129 / 0.75);
}

.active\:border-y-emerald-500\/80:active {
  border-top-color: rgb(16 185 129 / 0.8);
  border-bottom-color: rgb(16 185 129 / 0.8);
}

.active\:border-y-emerald-500\/90:active {
  border-top-color: rgb(16 185 129 / 0.9);
  border-bottom-color: rgb(16 185 129 / 0.9);
}

.active\:border-y-emerald-500\/95:active {
  border-top-color: rgb(16 185 129 / 0.95);
  border-bottom-color: rgb(16 185 129 / 0.95);
}

.active\:border-y-emerald-600:active {
  --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));
}

.active\:border-y-emerald-600\/0:active {
  border-top-color: rgb(5 150 105 / 0);
  border-bottom-color: rgb(5 150 105 / 0);
}

.active\:border-y-emerald-600\/10:active {
  border-top-color: rgb(5 150 105 / 0.1);
  border-bottom-color: rgb(5 150 105 / 0.1);
}

.active\:border-y-emerald-600\/100:active {
  border-top-color: rgb(5 150 105 / 1);
  border-bottom-color: rgb(5 150 105 / 1);
}

.active\:border-y-emerald-600\/20:active {
  border-top-color: rgb(5 150 105 / 0.2);
  border-bottom-color: rgb(5 150 105 / 0.2);
}

.active\:border-y-emerald-600\/25:active {
  border-top-color: rgb(5 150 105 / 0.25);
  border-bottom-color: rgb(5 150 105 / 0.25);
}

.active\:border-y-emerald-600\/30:active {
  border-top-color: rgb(5 150 105 / 0.3);
  border-bottom-color: rgb(5 150 105 / 0.3);
}

.active\:border-y-emerald-600\/40:active {
  border-top-color: rgb(5 150 105 / 0.4);
  border-bottom-color: rgb(5 150 105 / 0.4);
}

.active\:border-y-emerald-600\/5:active {
  border-top-color: rgb(5 150 105 / 0.05);
  border-bottom-color: rgb(5 150 105 / 0.05);
}

.active\:border-y-emerald-600\/50:active {
  border-top-color: rgb(5 150 105 / 0.5);
  border-bottom-color: rgb(5 150 105 / 0.5);
}

.active\:border-y-emerald-600\/60:active {
  border-top-color: rgb(5 150 105 / 0.6);
  border-bottom-color: rgb(5 150 105 / 0.6);
}

.active\:border-y-emerald-600\/70:active {
  border-top-color: rgb(5 150 105 / 0.7);
  border-bottom-color: rgb(5 150 105 / 0.7);
}

.active\:border-y-emerald-600\/75:active {
  border-top-color: rgb(5 150 105 / 0.75);
  border-bottom-color: rgb(5 150 105 / 0.75);
}

.active\:border-y-emerald-600\/80:active {
  border-top-color: rgb(5 150 105 / 0.8);
  border-bottom-color: rgb(5 150 105 / 0.8);
}

.active\:border-y-emerald-600\/90:active {
  border-top-color: rgb(5 150 105 / 0.9);
  border-bottom-color: rgb(5 150 105 / 0.9);
}

.active\:border-y-emerald-600\/95:active {
  border-top-color: rgb(5 150 105 / 0.95);
  border-bottom-color: rgb(5 150 105 / 0.95);
}

.active\:border-y-emerald-700:active {
  --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));
}

.active\:border-y-emerald-700\/0:active {
  border-top-color: rgb(4 120 87 / 0);
  border-bottom-color: rgb(4 120 87 / 0);
}

.active\:border-y-emerald-700\/10:active {
  border-top-color: rgb(4 120 87 / 0.1);
  border-bottom-color: rgb(4 120 87 / 0.1);
}

.active\:border-y-emerald-700\/100:active {
  border-top-color: rgb(4 120 87 / 1);
  border-bottom-color: rgb(4 120 87 / 1);
}

.active\:border-y-emerald-700\/20:active {
  border-top-color: rgb(4 120 87 / 0.2);
  border-bottom-color: rgb(4 120 87 / 0.2);
}

.active\:border-y-emerald-700\/25:active {
  border-top-color: rgb(4 120 87 / 0.25);
  border-bottom-color: rgb(4 120 87 / 0.25);
}

.active\:border-y-emerald-700\/30:active {
  border-top-color: rgb(4 120 87 / 0.3);
  border-bottom-color: rgb(4 120 87 / 0.3);
}

.active\:border-y-emerald-700\/40:active {
  border-top-color: rgb(4 120 87 / 0.4);
  border-bottom-color: rgb(4 120 87 / 0.4);
}

.active\:border-y-emerald-700\/5:active {
  border-top-color: rgb(4 120 87 / 0.05);
  border-bottom-color: rgb(4 120 87 / 0.05);
}

.active\:border-y-emerald-700\/50:active {
  border-top-color: rgb(4 120 87 / 0.5);
  border-bottom-color: rgb(4 120 87 / 0.5);
}

.active\:border-y-emerald-700\/60:active {
  border-top-color: rgb(4 120 87 / 0.6);
  border-bottom-color: rgb(4 120 87 / 0.6);
}

.active\:border-y-emerald-700\/70:active {
  border-top-color: rgb(4 120 87 / 0.7);
  border-bottom-color: rgb(4 120 87 / 0.7);
}

.active\:border-y-emerald-700\/75:active {
  border-top-color: rgb(4 120 87 / 0.75);
  border-bottom-color: rgb(4 120 87 / 0.75);
}

.active\:border-y-emerald-700\/80:active {
  border-top-color: rgb(4 120 87 / 0.8);
  border-bottom-color: rgb(4 120 87 / 0.8);
}

.active\:border-y-emerald-700\/90:active {
  border-top-color: rgb(4 120 87 / 0.9);
  border-bottom-color: rgb(4 120 87 / 0.9);
}

.active\:border-y-emerald-700\/95:active {
  border-top-color: rgb(4 120 87 / 0.95);
  border-bottom-color: rgb(4 120 87 / 0.95);
}

.active\:border-y-emerald-800:active {
  --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));
}

.active\:border-y-emerald-800\/0:active {
  border-top-color: rgb(6 95 70 / 0);
  border-bottom-color: rgb(6 95 70 / 0);
}

.active\:border-y-emerald-800\/10:active {
  border-top-color: rgb(6 95 70 / 0.1);
  border-bottom-color: rgb(6 95 70 / 0.1);
}

.active\:border-y-emerald-800\/100:active {
  border-top-color: rgb(6 95 70 / 1);
  border-bottom-color: rgb(6 95 70 / 1);
}

.active\:border-y-emerald-800\/20:active {
  border-top-color: rgb(6 95 70 / 0.2);
  border-bottom-color: rgb(6 95 70 / 0.2);
}

.active\:border-y-emerald-800\/25:active {
  border-top-color: rgb(6 95 70 / 0.25);
  border-bottom-color: rgb(6 95 70 / 0.25);
}

.active\:border-y-emerald-800\/30:active {
  border-top-color: rgb(6 95 70 / 0.3);
  border-bottom-color: rgb(6 95 70 / 0.3);
}

.active\:border-y-emerald-800\/40:active {
  border-top-color: rgb(6 95 70 / 0.4);
  border-bottom-color: rgb(6 95 70 / 0.4);
}

.active\:border-y-emerald-800\/5:active {
  border-top-color: rgb(6 95 70 / 0.05);
  border-bottom-color: rgb(6 95 70 / 0.05);
}

.active\:border-y-emerald-800\/50:active {
  border-top-color: rgb(6 95 70 / 0.5);
  border-bottom-color: rgb(6 95 70 / 0.5);
}

.active\:border-y-emerald-800\/60:active {
  border-top-color: rgb(6 95 70 / 0.6);
  border-bottom-color: rgb(6 95 70 / 0.6);
}

.active\:border-y-emerald-800\/70:active {
  border-top-color: rgb(6 95 70 / 0.7);
  border-bottom-color: rgb(6 95 70 / 0.7);
}

.active\:border-y-emerald-800\/75:active {
  border-top-color: rgb(6 95 70 / 0.75);
  border-bottom-color: rgb(6 95 70 / 0.75);
}

.active\:border-y-emerald-800\/80:active {
  border-top-color: rgb(6 95 70 / 0.8);
  border-bottom-color: rgb(6 95 70 / 0.8);
}

.active\:border-y-emerald-800\/90:active {
  border-top-color: rgb(6 95 70 / 0.9);
  border-bottom-color: rgb(6 95 70 / 0.9);
}

.active\:border-y-emerald-800\/95:active {
  border-top-color: rgb(6 95 70 / 0.95);
  border-bottom-color: rgb(6 95 70 / 0.95);
}

.active\:border-y-emerald-900:active {
  --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));
}

.active\:border-y-emerald-900\/0:active {
  border-top-color: rgb(6 78 59 / 0);
  border-bottom-color: rgb(6 78 59 / 0);
}

.active\:border-y-emerald-900\/10:active {
  border-top-color: rgb(6 78 59 / 0.1);
  border-bottom-color: rgb(6 78 59 / 0.1);
}

.active\:border-y-emerald-900\/100:active {
  border-top-color: rgb(6 78 59 / 1);
  border-bottom-color: rgb(6 78 59 / 1);
}

.active\:border-y-emerald-900\/20:active {
  border-top-color: rgb(6 78 59 / 0.2);
  border-bottom-color: rgb(6 78 59 / 0.2);
}

.active\:border-y-emerald-900\/25:active {
  border-top-color: rgb(6 78 59 / 0.25);
  border-bottom-color: rgb(6 78 59 / 0.25);
}

.active\:border-y-emerald-900\/30:active {
  border-top-color: rgb(6 78 59 / 0.3);
  border-bottom-color: rgb(6 78 59 / 0.3);
}

.active\:border-y-emerald-900\/40:active {
  border-top-color: rgb(6 78 59 / 0.4);
  border-bottom-color: rgb(6 78 59 / 0.4);
}

.active\:border-y-emerald-900\/5:active {
  border-top-color: rgb(6 78 59 / 0.05);
  border-bottom-color: rgb(6 78 59 / 0.05);
}

.active\:border-y-emerald-900\/50:active {
  border-top-color: rgb(6 78 59 / 0.5);
  border-bottom-color: rgb(6 78 59 / 0.5);
}

.active\:border-y-emerald-900\/60:active {
  border-top-color: rgb(6 78 59 / 0.6);
  border-bottom-color: rgb(6 78 59 / 0.6);
}

.active\:border-y-emerald-900\/70:active {
  border-top-color: rgb(6 78 59 / 0.7);
  border-bottom-color: rgb(6 78 59 / 0.7);
}

.active\:border-y-emerald-900\/75:active {
  border-top-color: rgb(6 78 59 / 0.75);
  border-bottom-color: rgb(6 78 59 / 0.75);
}

.active\:border-y-emerald-900\/80:active {
  border-top-color: rgb(6 78 59 / 0.8);
  border-bottom-color: rgb(6 78 59 / 0.8);
}

.active\:border-y-emerald-900\/90:active {
  border-top-color: rgb(6 78 59 / 0.9);
  border-bottom-color: rgb(6 78 59 / 0.9);
}

.active\:border-y-emerald-900\/95:active {
  border-top-color: rgb(6 78 59 / 0.95);
  border-bottom-color: rgb(6 78 59 / 0.95);
}

.active\:border-y-emerald-950:active {
  --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));
}

.active\:border-y-emerald-950\/0:active {
  border-top-color: rgb(2 44 34 / 0);
  border-bottom-color: rgb(2 44 34 / 0);
}

.active\:border-y-emerald-950\/10:active {
  border-top-color: rgb(2 44 34 / 0.1);
  border-bottom-color: rgb(2 44 34 / 0.1);
}

.active\:border-y-emerald-950\/100:active {
  border-top-color: rgb(2 44 34 / 1);
  border-bottom-color: rgb(2 44 34 / 1);
}

.active\:border-y-emerald-950\/20:active {
  border-top-color: rgb(2 44 34 / 0.2);
  border-bottom-color: rgb(2 44 34 / 0.2);
}

.active\:border-y-emerald-950\/25:active {
  border-top-color: rgb(2 44 34 / 0.25);
  border-bottom-color: rgb(2 44 34 / 0.25);
}

.active\:border-y-emerald-950\/30:active {
  border-top-color: rgb(2 44 34 / 0.3);
  border-bottom-color: rgb(2 44 34 / 0.3);
}

.active\:border-y-emerald-950\/40:active {
  border-top-color: rgb(2 44 34 / 0.4);
  border-bottom-color: rgb(2 44 34 / 0.4);
}

.active\:border-y-emerald-950\/5:active {
  border-top-color: rgb(2 44 34 / 0.05);
  border-bottom-color: rgb(2 44 34 / 0.05);
}

.active\:border-y-emerald-950\/50:active {
  border-top-color: rgb(2 44 34 / 0.5);
  border-bottom-color: rgb(2 44 34 / 0.5);
}

.active\:border-y-emerald-950\/60:active {
  border-top-color: rgb(2 44 34 / 0.6);
  border-bottom-color: rgb(2 44 34 / 0.6);
}

.active\:border-y-emerald-950\/70:active {
  border-top-color: rgb(2 44 34 / 0.7);
  border-bottom-color: rgb(2 44 34 / 0.7);
}

.active\:border-y-emerald-950\/75:active {
  border-top-color: rgb(2 44 34 / 0.75);
  border-bottom-color: rgb(2 44 34 / 0.75);
}

.active\:border-y-emerald-950\/80:active {
  border-top-color: rgb(2 44 34 / 0.8);
  border-bottom-color: rgb(2 44 34 / 0.8);
}

.active\:border-y-emerald-950\/90:active {
  border-top-color: rgb(2 44 34 / 0.9);
  border-bottom-color: rgb(2 44 34 / 0.9);
}

.active\:border-y-emerald-950\/95:active {
  border-top-color: rgb(2 44 34 / 0.95);
  border-bottom-color: rgb(2 44 34 / 0.95);
}

.active\:border-y-fuchsia-100:active {
  --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));
}

.active\:border-y-fuchsia-100\/0:active {
  border-top-color: rgb(250 232 255 / 0);
  border-bottom-color: rgb(250 232 255 / 0);
}

.active\:border-y-fuchsia-100\/10:active {
  border-top-color: rgb(250 232 255 / 0.1);
  border-bottom-color: rgb(250 232 255 / 0.1);
}

.active\:border-y-fuchsia-100\/100:active {
  border-top-color: rgb(250 232 255 / 1);
  border-bottom-color: rgb(250 232 255 / 1);
}

.active\:border-y-fuchsia-100\/20:active {
  border-top-color: rgb(250 232 255 / 0.2);
  border-bottom-color: rgb(250 232 255 / 0.2);
}

.active\:border-y-fuchsia-100\/25:active {
  border-top-color: rgb(250 232 255 / 0.25);
  border-bottom-color: rgb(250 232 255 / 0.25);
}

.active\:border-y-fuchsia-100\/30:active {
  border-top-color: rgb(250 232 255 / 0.3);
  border-bottom-color: rgb(250 232 255 / 0.3);
}

.active\:border-y-fuchsia-100\/40:active {
  border-top-color: rgb(250 232 255 / 0.4);
  border-bottom-color: rgb(250 232 255 / 0.4);
}

.active\:border-y-fuchsia-100\/5:active {
  border-top-color: rgb(250 232 255 / 0.05);
  border-bottom-color: rgb(250 232 255 / 0.05);
}

.active\:border-y-fuchsia-100\/50:active {
  border-top-color: rgb(250 232 255 / 0.5);
  border-bottom-color: rgb(250 232 255 / 0.5);
}

.active\:border-y-fuchsia-100\/60:active {
  border-top-color: rgb(250 232 255 / 0.6);
  border-bottom-color: rgb(250 232 255 / 0.6);
}

.active\:border-y-fuchsia-100\/70:active {
  border-top-color: rgb(250 232 255 / 0.7);
  border-bottom-color: rgb(250 232 255 / 0.7);
}

.active\:border-y-fuchsia-100\/75:active {
  border-top-color: rgb(250 232 255 / 0.75);
  border-bottom-color: rgb(250 232 255 / 0.75);
}

.active\:border-y-fuchsia-100\/80:active {
  border-top-color: rgb(250 232 255 / 0.8);
  border-bottom-color: rgb(250 232 255 / 0.8);
}

.active\:border-y-fuchsia-100\/90:active {
  border-top-color: rgb(250 232 255 / 0.9);
  border-bottom-color: rgb(250 232 255 / 0.9);
}

.active\:border-y-fuchsia-100\/95:active {
  border-top-color: rgb(250 232 255 / 0.95);
  border-bottom-color: rgb(250 232 255 / 0.95);
}

.active\:border-y-fuchsia-200:active {
  --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));
}

.active\:border-y-fuchsia-200\/0:active {
  border-top-color: rgb(245 208 254 / 0);
  border-bottom-color: rgb(245 208 254 / 0);
}

.active\:border-y-fuchsia-200\/10:active {
  border-top-color: rgb(245 208 254 / 0.1);
  border-bottom-color: rgb(245 208 254 / 0.1);
}

.active\:border-y-fuchsia-200\/100:active {
  border-top-color: rgb(245 208 254 / 1);
  border-bottom-color: rgb(245 208 254 / 1);
}

.active\:border-y-fuchsia-200\/20:active {
  border-top-color: rgb(245 208 254 / 0.2);
  border-bottom-color: rgb(245 208 254 / 0.2);
}

.active\:border-y-fuchsia-200\/25:active {
  border-top-color: rgb(245 208 254 / 0.25);
  border-bottom-color: rgb(245 208 254 / 0.25);
}

.active\:border-y-fuchsia-200\/30:active {
  border-top-color: rgb(245 208 254 / 0.3);
  border-bottom-color: rgb(245 208 254 / 0.3);
}

.active\:border-y-fuchsia-200\/40:active {
  border-top-color: rgb(245 208 254 / 0.4);
  border-bottom-color: rgb(245 208 254 / 0.4);
}

.active\:border-y-fuchsia-200\/5:active {
  border-top-color: rgb(245 208 254 / 0.05);
  border-bottom-color: rgb(245 208 254 / 0.05);
}

.active\:border-y-fuchsia-200\/50:active {
  border-top-color: rgb(245 208 254 / 0.5);
  border-bottom-color: rgb(245 208 254 / 0.5);
}

.active\:border-y-fuchsia-200\/60:active {
  border-top-color: rgb(245 208 254 / 0.6);
  border-bottom-color: rgb(245 208 254 / 0.6);
}

.active\:border-y-fuchsia-200\/70:active {
  border-top-color: rgb(245 208 254 / 0.7);
  border-bottom-color: rgb(245 208 254 / 0.7);
}

.active\:border-y-fuchsia-200\/75:active {
  border-top-color: rgb(245 208 254 / 0.75);
  border-bottom-color: rgb(245 208 254 / 0.75);
}

.active\:border-y-fuchsia-200\/80:active {
  border-top-color: rgb(245 208 254 / 0.8);
  border-bottom-color: rgb(245 208 254 / 0.8);
}

.active\:border-y-fuchsia-200\/90:active {
  border-top-color: rgb(245 208 254 / 0.9);
  border-bottom-color: rgb(245 208 254 / 0.9);
}

.active\:border-y-fuchsia-200\/95:active {
  border-top-color: rgb(245 208 254 / 0.95);
  border-bottom-color: rgb(245 208 254 / 0.95);
}

.active\:border-y-fuchsia-300:active {
  --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));
}

.active\:border-y-fuchsia-300\/0:active {
  border-top-color: rgb(240 171 252 / 0);
  border-bottom-color: rgb(240 171 252 / 0);
}

.active\:border-y-fuchsia-300\/10:active {
  border-top-color: rgb(240 171 252 / 0.1);
  border-bottom-color: rgb(240 171 252 / 0.1);
}

.active\:border-y-fuchsia-300\/100:active {
  border-top-color: rgb(240 171 252 / 1);
  border-bottom-color: rgb(240 171 252 / 1);
}

.active\:border-y-fuchsia-300\/20:active {
  border-top-color: rgb(240 171 252 / 0.2);
  border-bottom-color: rgb(240 171 252 / 0.2);
}

.active\:border-y-fuchsia-300\/25:active {
  border-top-color: rgb(240 171 252 / 0.25);
  border-bottom-color: rgb(240 171 252 / 0.25);
}

.active\:border-y-fuchsia-300\/30:active {
  border-top-color: rgb(240 171 252 / 0.3);
  border-bottom-color: rgb(240 171 252 / 0.3);
}

.active\:border-y-fuchsia-300\/40:active {
  border-top-color: rgb(240 171 252 / 0.4);
  border-bottom-color: rgb(240 171 252 / 0.4);
}

.active\:border-y-fuchsia-300\/5:active {
  border-top-color: rgb(240 171 252 / 0.05);
  border-bottom-color: rgb(240 171 252 / 0.05);
}

.active\:border-y-fuchsia-300\/50:active {
  border-top-color: rgb(240 171 252 / 0.5);
  border-bottom-color: rgb(240 171 252 / 0.5);
}

.active\:border-y-fuchsia-300\/60:active {
  border-top-color: rgb(240 171 252 / 0.6);
  border-bottom-color: rgb(240 171 252 / 0.6);
}

.active\:border-y-fuchsia-300\/70:active {
  border-top-color: rgb(240 171 252 / 0.7);
  border-bottom-color: rgb(240 171 252 / 0.7);
}

.active\:border-y-fuchsia-300\/75:active {
  border-top-color: rgb(240 171 252 / 0.75);
  border-bottom-color: rgb(240 171 252 / 0.75);
}

.active\:border-y-fuchsia-300\/80:active {
  border-top-color: rgb(240 171 252 / 0.8);
  border-bottom-color: rgb(240 171 252 / 0.8);
}

.active\:border-y-fuchsia-300\/90:active {
  border-top-color: rgb(240 171 252 / 0.9);
  border-bottom-color: rgb(240 171 252 / 0.9);
}

.active\:border-y-fuchsia-300\/95:active {
  border-top-color: rgb(240 171 252 / 0.95);
  border-bottom-color: rgb(240 171 252 / 0.95);
}

.active\:border-y-fuchsia-400:active {
  --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));
}

.active\:border-y-fuchsia-400\/0:active {
  border-top-color: rgb(232 121 249 / 0);
  border-bottom-color: rgb(232 121 249 / 0);
}

.active\:border-y-fuchsia-400\/10:active {
  border-top-color: rgb(232 121 249 / 0.1);
  border-bottom-color: rgb(232 121 249 / 0.1);
}

.active\:border-y-fuchsia-400\/100:active {
  border-top-color: rgb(232 121 249 / 1);
  border-bottom-color: rgb(232 121 249 / 1);
}

.active\:border-y-fuchsia-400\/20:active {
  border-top-color: rgb(232 121 249 / 0.2);
  border-bottom-color: rgb(232 121 249 / 0.2);
}

.active\:border-y-fuchsia-400\/25:active {
  border-top-color: rgb(232 121 249 / 0.25);
  border-bottom-color: rgb(232 121 249 / 0.25);
}

.active\:border-y-fuchsia-400\/30:active {
  border-top-color: rgb(232 121 249 / 0.3);
  border-bottom-color: rgb(232 121 249 / 0.3);
}

.active\:border-y-fuchsia-400\/40:active {
  border-top-color: rgb(232 121 249 / 0.4);
  border-bottom-color: rgb(232 121 249 / 0.4);
}

.active\:border-y-fuchsia-400\/5:active {
  border-top-color: rgb(232 121 249 / 0.05);
  border-bottom-color: rgb(232 121 249 / 0.05);
}

.active\:border-y-fuchsia-400\/50:active {
  border-top-color: rgb(232 121 249 / 0.5);
  border-bottom-color: rgb(232 121 249 / 0.5);
}

.active\:border-y-fuchsia-400\/60:active {
  border-top-color: rgb(232 121 249 / 0.6);
  border-bottom-color: rgb(232 121 249 / 0.6);
}

.active\:border-y-fuchsia-400\/70:active {
  border-top-color: rgb(232 121 249 / 0.7);
  border-bottom-color: rgb(232 121 249 / 0.7);
}

.active\:border-y-fuchsia-400\/75:active {
  border-top-color: rgb(232 121 249 / 0.75);
  border-bottom-color: rgb(232 121 249 / 0.75);
}

.active\:border-y-fuchsia-400\/80:active {
  border-top-color: rgb(232 121 249 / 0.8);
  border-bottom-color: rgb(232 121 249 / 0.8);
}

.active\:border-y-fuchsia-400\/90:active {
  border-top-color: rgb(232 121 249 / 0.9);
  border-bottom-color: rgb(232 121 249 / 0.9);
}

.active\:border-y-fuchsia-400\/95:active {
  border-top-color: rgb(232 121 249 / 0.95);
  border-bottom-color: rgb(232 121 249 / 0.95);
}

.active\:border-y-fuchsia-50:active {
  --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));
}

.active\:border-y-fuchsia-50\/0:active {
  border-top-color: rgb(253 244 255 / 0);
  border-bottom-color: rgb(253 244 255 / 0);
}

.active\:border-y-fuchsia-50\/10:active {
  border-top-color: rgb(253 244 255 / 0.1);
  border-bottom-color: rgb(253 244 255 / 0.1);
}

.active\:border-y-fuchsia-50\/100:active {
  border-top-color: rgb(253 244 255 / 1);
  border-bottom-color: rgb(253 244 255 / 1);
}

.active\:border-y-fuchsia-50\/20:active {
  border-top-color: rgb(253 244 255 / 0.2);
  border-bottom-color: rgb(253 244 255 / 0.2);
}

.active\:border-y-fuchsia-50\/25:active {
  border-top-color: rgb(253 244 255 / 0.25);
  border-bottom-color: rgb(253 244 255 / 0.25);
}

.active\:border-y-fuchsia-50\/30:active {
  border-top-color: rgb(253 244 255 / 0.3);
  border-bottom-color: rgb(253 244 255 / 0.3);
}

.active\:border-y-fuchsia-50\/40:active {
  border-top-color: rgb(253 244 255 / 0.4);
  border-bottom-color: rgb(253 244 255 / 0.4);
}

.active\:border-y-fuchsia-50\/5:active {
  border-top-color: rgb(253 244 255 / 0.05);
  border-bottom-color: rgb(253 244 255 / 0.05);
}

.active\:border-y-fuchsia-50\/50:active {
  border-top-color: rgb(253 244 255 / 0.5);
  border-bottom-color: rgb(253 244 255 / 0.5);
}

.active\:border-y-fuchsia-50\/60:active {
  border-top-color: rgb(253 244 255 / 0.6);
  border-bottom-color: rgb(253 244 255 / 0.6);
}

.active\:border-y-fuchsia-50\/70:active {
  border-top-color: rgb(253 244 255 / 0.7);
  border-bottom-color: rgb(253 244 255 / 0.7);
}

.active\:border-y-fuchsia-50\/75:active {
  border-top-color: rgb(253 244 255 / 0.75);
  border-bottom-color: rgb(253 244 255 / 0.75);
}

.active\:border-y-fuchsia-50\/80:active {
  border-top-color: rgb(253 244 255 / 0.8);
  border-bottom-color: rgb(253 244 255 / 0.8);
}

.active\:border-y-fuchsia-50\/90:active {
  border-top-color: rgb(253 244 255 / 0.9);
  border-bottom-color: rgb(253 244 255 / 0.9);
}

.active\:border-y-fuchsia-50\/95:active {
  border-top-color: rgb(253 244 255 / 0.95);
  border-bottom-color: rgb(253 244 255 / 0.95);
}

.active\:border-y-fuchsia-500:active {
  --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));
}

.active\:border-y-fuchsia-500\/0:active {
  border-top-color: rgb(217 70 239 / 0);
  border-bottom-color: rgb(217 70 239 / 0);
}

.active\:border-y-fuchsia-500\/10:active {
  border-top-color: rgb(217 70 239 / 0.1);
  border-bottom-color: rgb(217 70 239 / 0.1);
}

.active\:border-y-fuchsia-500\/100:active {
  border-top-color: rgb(217 70 239 / 1);
  border-bottom-color: rgb(217 70 239 / 1);
}

.active\:border-y-fuchsia-500\/20:active {
  border-top-color: rgb(217 70 239 / 0.2);
  border-bottom-color: rgb(217 70 239 / 0.2);
}

.active\:border-y-fuchsia-500\/25:active {
  border-top-color: rgb(217 70 239 / 0.25);
  border-bottom-color: rgb(217 70 239 / 0.25);
}

.active\:border-y-fuchsia-500\/30:active {
  border-top-color: rgb(217 70 239 / 0.3);
  border-bottom-color: rgb(217 70 239 / 0.3);
}

.active\:border-y-fuchsia-500\/40:active {
  border-top-color: rgb(217 70 239 / 0.4);
  border-bottom-color: rgb(217 70 239 / 0.4);
}

.active\:border-y-fuchsia-500\/5:active {
  border-top-color: rgb(217 70 239 / 0.05);
  border-bottom-color: rgb(217 70 239 / 0.05);
}

.active\:border-y-fuchsia-500\/50:active {
  border-top-color: rgb(217 70 239 / 0.5);
  border-bottom-color: rgb(217 70 239 / 0.5);
}

.active\:border-y-fuchsia-500\/60:active {
  border-top-color: rgb(217 70 239 / 0.6);
  border-bottom-color: rgb(217 70 239 / 0.6);
}

.active\:border-y-fuchsia-500\/70:active {
  border-top-color: rgb(217 70 239 / 0.7);
  border-bottom-color: rgb(217 70 239 / 0.7);
}

.active\:border-y-fuchsia-500\/75:active {
  border-top-color: rgb(217 70 239 / 0.75);
  border-bottom-color: rgb(217 70 239 / 0.75);
}

.active\:border-y-fuchsia-500\/80:active {
  border-top-color: rgb(217 70 239 / 0.8);
  border-bottom-color: rgb(217 70 239 / 0.8);
}

.active\:border-y-fuchsia-500\/90:active {
  border-top-color: rgb(217 70 239 / 0.9);
  border-bottom-color: rgb(217 70 239 / 0.9);
}

.active\:border-y-fuchsia-500\/95:active {
  border-top-color: rgb(217 70 239 / 0.95);
  border-bottom-color: rgb(217 70 239 / 0.95);
}

.active\:border-y-fuchsia-600:active {
  --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));
}

.active\:border-y-fuchsia-600\/0:active {
  border-top-color: rgb(192 38 211 / 0);
  border-bottom-color: rgb(192 38 211 / 0);
}

.active\:border-y-fuchsia-600\/10:active {
  border-top-color: rgb(192 38 211 / 0.1);
  border-bottom-color: rgb(192 38 211 / 0.1);
}

.active\:border-y-fuchsia-600\/100:active {
  border-top-color: rgb(192 38 211 / 1);
  border-bottom-color: rgb(192 38 211 / 1);
}

.active\:border-y-fuchsia-600\/20:active {
  border-top-color: rgb(192 38 211 / 0.2);
  border-bottom-color: rgb(192 38 211 / 0.2);
}

.active\:border-y-fuchsia-600\/25:active {
  border-top-color: rgb(192 38 211 / 0.25);
  border-bottom-color: rgb(192 38 211 / 0.25);
}

.active\:border-y-fuchsia-600\/30:active {
  border-top-color: rgb(192 38 211 / 0.3);
  border-bottom-color: rgb(192 38 211 / 0.3);
}

.active\:border-y-fuchsia-600\/40:active {
  border-top-color: rgb(192 38 211 / 0.4);
  border-bottom-color: rgb(192 38 211 / 0.4);
}

.active\:border-y-fuchsia-600\/5:active {
  border-top-color: rgb(192 38 211 / 0.05);
  border-bottom-color: rgb(192 38 211 / 0.05);
}

.active\:border-y-fuchsia-600\/50:active {
  border-top-color: rgb(192 38 211 / 0.5);
  border-bottom-color: rgb(192 38 211 / 0.5);
}

.active\:border-y-fuchsia-600\/60:active {
  border-top-color: rgb(192 38 211 / 0.6);
  border-bottom-color: rgb(192 38 211 / 0.6);
}

.active\:border-y-fuchsia-600\/70:active {
  border-top-color: rgb(192 38 211 / 0.7);
  border-bottom-color: rgb(192 38 211 / 0.7);
}

.active\:border-y-fuchsia-600\/75:active {
  border-top-color: rgb(192 38 211 / 0.75);
  border-bottom-color: rgb(192 38 211 / 0.75);
}

.active\:border-y-fuchsia-600\/80:active {
  border-top-color: rgb(192 38 211 / 0.8);
  border-bottom-color: rgb(192 38 211 / 0.8);
}

.active\:border-y-fuchsia-600\/90:active {
  border-top-color: rgb(192 38 211 / 0.9);
  border-bottom-color: rgb(192 38 211 / 0.9);
}

.active\:border-y-fuchsia-600\/95:active {
  border-top-color: rgb(192 38 211 / 0.95);
  border-bottom-color: rgb(192 38 211 / 0.95);
}

.active\:border-y-fuchsia-700:active {
  --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));
}

.active\:border-y-fuchsia-700\/0:active {
  border-top-color: rgb(162 28 175 / 0);
  border-bottom-color: rgb(162 28 175 / 0);
}

.active\:border-y-fuchsia-700\/10:active {
  border-top-color: rgb(162 28 175 / 0.1);
  border-bottom-color: rgb(162 28 175 / 0.1);
}

.active\:border-y-fuchsia-700\/100:active {
  border-top-color: rgb(162 28 175 / 1);
  border-bottom-color: rgb(162 28 175 / 1);
}

.active\:border-y-fuchsia-700\/20:active {
  border-top-color: rgb(162 28 175 / 0.2);
  border-bottom-color: rgb(162 28 175 / 0.2);
}

.active\:border-y-fuchsia-700\/25:active {
  border-top-color: rgb(162 28 175 / 0.25);
  border-bottom-color: rgb(162 28 175 / 0.25);
}

.active\:border-y-fuchsia-700\/30:active {
  border-top-color: rgb(162 28 175 / 0.3);
  border-bottom-color: rgb(162 28 175 / 0.3);
}

.active\:border-y-fuchsia-700\/40:active {
  border-top-color: rgb(162 28 175 / 0.4);
  border-bottom-color: rgb(162 28 175 / 0.4);
}

.active\:border-y-fuchsia-700\/5:active {
  border-top-color: rgb(162 28 175 / 0.05);
  border-bottom-color: rgb(162 28 175 / 0.05);
}

.active\:border-y-fuchsia-700\/50:active {
  border-top-color: rgb(162 28 175 / 0.5);
  border-bottom-color: rgb(162 28 175 / 0.5);
}

.active\:border-y-fuchsia-700\/60:active {
  border-top-color: rgb(162 28 175 / 0.6);
  border-bottom-color: rgb(162 28 175 / 0.6);
}

.active\:border-y-fuchsia-700\/70:active {
  border-top-color: rgb(162 28 175 / 0.7);
  border-bottom-color: rgb(162 28 175 / 0.7);
}

.active\:border-y-fuchsia-700\/75:active {
  border-top-color: rgb(162 28 175 / 0.75);
  border-bottom-color: rgb(162 28 175 / 0.75);
}

.active\:border-y-fuchsia-700\/80:active {
  border-top-color: rgb(162 28 175 / 0.8);
  border-bottom-color: rgb(162 28 175 / 0.8);
}

.active\:border-y-fuchsia-700\/90:active {
  border-top-color: rgb(162 28 175 / 0.9);
  border-bottom-color: rgb(162 28 175 / 0.9);
}

.active\:border-y-fuchsia-700\/95:active {
  border-top-color: rgb(162 28 175 / 0.95);
  border-bottom-color: rgb(162 28 175 / 0.95);
}

.active\:border-y-fuchsia-800:active {
  --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));
}

.active\:border-y-fuchsia-800\/0:active {
  border-top-color: rgb(134 25 143 / 0);
  border-bottom-color: rgb(134 25 143 / 0);
}

.active\:border-y-fuchsia-800\/10:active {
  border-top-color: rgb(134 25 143 / 0.1);
  border-bottom-color: rgb(134 25 143 / 0.1);
}

.active\:border-y-fuchsia-800\/100:active {
  border-top-color: rgb(134 25 143 / 1);
  border-bottom-color: rgb(134 25 143 / 1);
}

.active\:border-y-fuchsia-800\/20:active {
  border-top-color: rgb(134 25 143 / 0.2);
  border-bottom-color: rgb(134 25 143 / 0.2);
}

.active\:border-y-fuchsia-800\/25:active {
  border-top-color: rgb(134 25 143 / 0.25);
  border-bottom-color: rgb(134 25 143 / 0.25);
}

.active\:border-y-fuchsia-800\/30:active {
  border-top-color: rgb(134 25 143 / 0.3);
  border-bottom-color: rgb(134 25 143 / 0.3);
}

.active\:border-y-fuchsia-800\/40:active {
  border-top-color: rgb(134 25 143 / 0.4);
  border-bottom-color: rgb(134 25 143 / 0.4);
}

.active\:border-y-fuchsia-800\/5:active {
  border-top-color: rgb(134 25 143 / 0.05);
  border-bottom-color: rgb(134 25 143 / 0.05);
}

.active\:border-y-fuchsia-800\/50:active {
  border-top-color: rgb(134 25 143 / 0.5);
  border-bottom-color: rgb(134 25 143 / 0.5);
}

.active\:border-y-fuchsia-800\/60:active {
  border-top-color: rgb(134 25 143 / 0.6);
  border-bottom-color: rgb(134 25 143 / 0.6);
}

.active\:border-y-fuchsia-800\/70:active {
  border-top-color: rgb(134 25 143 / 0.7);
  border-bottom-color: rgb(134 25 143 / 0.7);
}

.active\:border-y-fuchsia-800\/75:active {
  border-top-color: rgb(134 25 143 / 0.75);
  border-bottom-color: rgb(134 25 143 / 0.75);
}

.active\:border-y-fuchsia-800\/80:active {
  border-top-color: rgb(134 25 143 / 0.8);
  border-bottom-color: rgb(134 25 143 / 0.8);
}

.active\:border-y-fuchsia-800\/90:active {
  border-top-color: rgb(134 25 143 / 0.9);
  border-bottom-color: rgb(134 25 143 / 0.9);
}

.active\:border-y-fuchsia-800\/95:active {
  border-top-color: rgb(134 25 143 / 0.95);
  border-bottom-color: rgb(134 25 143 / 0.95);
}

.active\:border-y-fuchsia-900:active {
  --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));
}

.active\:border-y-fuchsia-900\/0:active {
  border-top-color: rgb(112 26 117 / 0);
  border-bottom-color: rgb(112 26 117 / 0);
}

.active\:border-y-fuchsia-900\/10:active {
  border-top-color: rgb(112 26 117 / 0.1);
  border-bottom-color: rgb(112 26 117 / 0.1);
}

.active\:border-y-fuchsia-900\/100:active {
  border-top-color: rgb(112 26 117 / 1);
  border-bottom-color: rgb(112 26 117 / 1);
}

.active\:border-y-fuchsia-900\/20:active {
  border-top-color: rgb(112 26 117 / 0.2);
  border-bottom-color: rgb(112 26 117 / 0.2);
}

.active\:border-y-fuchsia-900\/25:active {
  border-top-color: rgb(112 26 117 / 0.25);
  border-bottom-color: rgb(112 26 117 / 0.25);
}

.active\:border-y-fuchsia-900\/30:active {
  border-top-color: rgb(112 26 117 / 0.3);
  border-bottom-color: rgb(112 26 117 / 0.3);
}

.active\:border-y-fuchsia-900\/40:active {
  border-top-color: rgb(112 26 117 / 0.4);
  border-bottom-color: rgb(112 26 117 / 0.4);
}

.active\:border-y-fuchsia-900\/5:active {
  border-top-color: rgb(112 26 117 / 0.05);
  border-bottom-color: rgb(112 26 117 / 0.05);
}

.active\:border-y-fuchsia-900\/50:active {
  border-top-color: rgb(112 26 117 / 0.5);
  border-bottom-color: rgb(112 26 117 / 0.5);
}

.active\:border-y-fuchsia-900\/60:active {
  border-top-color: rgb(112 26 117 / 0.6);
  border-bottom-color: rgb(112 26 117 / 0.6);
}

.active\:border-y-fuchsia-900\/70:active {
  border-top-color: rgb(112 26 117 / 0.7);
  border-bottom-color: rgb(112 26 117 / 0.7);
}

.active\:border-y-fuchsia-900\/75:active {
  border-top-color: rgb(112 26 117 / 0.75);
  border-bottom-color: rgb(112 26 117 / 0.75);
}

.active\:border-y-fuchsia-900\/80:active {
  border-top-color: rgb(112 26 117 / 0.8);
  border-bottom-color: rgb(112 26 117 / 0.8);
}

.active\:border-y-fuchsia-900\/90:active {
  border-top-color: rgb(112 26 117 / 0.9);
  border-bottom-color: rgb(112 26 117 / 0.9);
}

.active\:border-y-fuchsia-900\/95:active {
  border-top-color: rgb(112 26 117 / 0.95);
  border-bottom-color: rgb(112 26 117 / 0.95);
}

.active\:border-y-fuchsia-950:active {
  --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));
}

.active\:border-y-fuchsia-950\/0:active {
  border-top-color: rgb(74 4 78 / 0);
  border-bottom-color: rgb(74 4 78 / 0);
}

.active\:border-y-fuchsia-950\/10:active {
  border-top-color: rgb(74 4 78 / 0.1);
  border-bottom-color: rgb(74 4 78 / 0.1);
}

.active\:border-y-fuchsia-950\/100:active {
  border-top-color: rgb(74 4 78 / 1);
  border-bottom-color: rgb(74 4 78 / 1);
}

.active\:border-y-fuchsia-950\/20:active {
  border-top-color: rgb(74 4 78 / 0.2);
  border-bottom-color: rgb(74 4 78 / 0.2);
}

.active\:border-y-fuchsia-950\/25:active {
  border-top-color: rgb(74 4 78 / 0.25);
  border-bottom-color: rgb(74 4 78 / 0.25);
}

.active\:border-y-fuchsia-950\/30:active {
  border-top-color: rgb(74 4 78 / 0.3);
  border-bottom-color: rgb(74 4 78 / 0.3);
}

.active\:border-y-fuchsia-950\/40:active {
  border-top-color: rgb(74 4 78 / 0.4);
  border-bottom-color: rgb(74 4 78 / 0.4);
}

.active\:border-y-fuchsia-950\/5:active {
  border-top-color: rgb(74 4 78 / 0.05);
  border-bottom-color: rgb(74 4 78 / 0.05);
}

.active\:border-y-fuchsia-950\/50:active {
  border-top-color: rgb(74 4 78 / 0.5);
  border-bottom-color: rgb(74 4 78 / 0.5);
}

.active\:border-y-fuchsia-950\/60:active {
  border-top-color: rgb(74 4 78 / 0.6);
  border-bottom-color: rgb(74 4 78 / 0.6);
}

.active\:border-y-fuchsia-950\/70:active {
  border-top-color: rgb(74 4 78 / 0.7);
  border-bottom-color: rgb(74 4 78 / 0.7);
}

.active\:border-y-fuchsia-950\/75:active {
  border-top-color: rgb(74 4 78 / 0.75);
  border-bottom-color: rgb(74 4 78 / 0.75);
}

.active\:border-y-fuchsia-950\/80:active {
  border-top-color: rgb(74 4 78 / 0.8);
  border-bottom-color: rgb(74 4 78 / 0.8);
}

.active\:border-y-fuchsia-950\/90:active {
  border-top-color: rgb(74 4 78 / 0.9);
  border-bottom-color: rgb(74 4 78 / 0.9);
}

.active\:border-y-fuchsia-950\/95:active {
  border-top-color: rgb(74 4 78 / 0.95);
  border-bottom-color: rgb(74 4 78 / 0.95);
}

.active\:border-y-gray-100:active {
  --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));
}

.active\:border-y-gray-100\/0:active {
  border-top-color: rgb(243 244 246 / 0);
  border-bottom-color: rgb(243 244 246 / 0);
}

.active\:border-y-gray-100\/10:active {
  border-top-color: rgb(243 244 246 / 0.1);
  border-bottom-color: rgb(243 244 246 / 0.1);
}

.active\:border-y-gray-100\/100:active {
  border-top-color: rgb(243 244 246 / 1);
  border-bottom-color: rgb(243 244 246 / 1);
}

.active\:border-y-gray-100\/20:active {
  border-top-color: rgb(243 244 246 / 0.2);
  border-bottom-color: rgb(243 244 246 / 0.2);
}

.active\:border-y-gray-100\/25:active {
  border-top-color: rgb(243 244 246 / 0.25);
  border-bottom-color: rgb(243 244 246 / 0.25);
}

.active\:border-y-gray-100\/30:active {
  border-top-color: rgb(243 244 246 / 0.3);
  border-bottom-color: rgb(243 244 246 / 0.3);
}

.active\:border-y-gray-100\/40:active {
  border-top-color: rgb(243 244 246 / 0.4);
  border-bottom-color: rgb(243 244 246 / 0.4);
}

.active\:border-y-gray-100\/5:active {
  border-top-color: rgb(243 244 246 / 0.05);
  border-bottom-color: rgb(243 244 246 / 0.05);
}

.active\:border-y-gray-100\/50:active {
  border-top-color: rgb(243 244 246 / 0.5);
  border-bottom-color: rgb(243 244 246 / 0.5);
}

.active\:border-y-gray-100\/60:active {
  border-top-color: rgb(243 244 246 / 0.6);
  border-bottom-color: rgb(243 244 246 / 0.6);
}

.active\:border-y-gray-100\/70:active {
  border-top-color: rgb(243 244 246 / 0.7);
  border-bottom-color: rgb(243 244 246 / 0.7);
}

.active\:border-y-gray-100\/75:active {
  border-top-color: rgb(243 244 246 / 0.75);
  border-bottom-color: rgb(243 244 246 / 0.75);
}

.active\:border-y-gray-100\/80:active {
  border-top-color: rgb(243 244 246 / 0.8);
  border-bottom-color: rgb(243 244 246 / 0.8);
}

.active\:border-y-gray-100\/90:active {
  border-top-color: rgb(243 244 246 / 0.9);
  border-bottom-color: rgb(243 244 246 / 0.9);
}

.active\:border-y-gray-100\/95:active {
  border-top-color: rgb(243 244 246 / 0.95);
  border-bottom-color: rgb(243 244 246 / 0.95);
}

.active\:border-y-gray-200:active {
  --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));
}

.active\:border-y-gray-200\/0:active {
  border-top-color: rgb(229 231 235 / 0);
  border-bottom-color: rgb(229 231 235 / 0);
}

.active\:border-y-gray-200\/10:active {
  border-top-color: rgb(229 231 235 / 0.1);
  border-bottom-color: rgb(229 231 235 / 0.1);
}

.active\:border-y-gray-200\/100:active {
  border-top-color: rgb(229 231 235 / 1);
  border-bottom-color: rgb(229 231 235 / 1);
}

.active\:border-y-gray-200\/20:active {
  border-top-color: rgb(229 231 235 / 0.2);
  border-bottom-color: rgb(229 231 235 / 0.2);
}

.active\:border-y-gray-200\/25:active {
  border-top-color: rgb(229 231 235 / 0.25);
  border-bottom-color: rgb(229 231 235 / 0.25);
}

.active\:border-y-gray-200\/30:active {
  border-top-color: rgb(229 231 235 / 0.3);
  border-bottom-color: rgb(229 231 235 / 0.3);
}

.active\:border-y-gray-200\/40:active {
  border-top-color: rgb(229 231 235 / 0.4);
  border-bottom-color: rgb(229 231 235 / 0.4);
}

.active\:border-y-gray-200\/5:active {
  border-top-color: rgb(229 231 235 / 0.05);
  border-bottom-color: rgb(229 231 235 / 0.05);
}

.active\:border-y-gray-200\/50:active {
  border-top-color: rgb(229 231 235 / 0.5);
  border-bottom-color: rgb(229 231 235 / 0.5);
}

.active\:border-y-gray-200\/60:active {
  border-top-color: rgb(229 231 235 / 0.6);
  border-bottom-color: rgb(229 231 235 / 0.6);
}

.active\:border-y-gray-200\/70:active {
  border-top-color: rgb(229 231 235 / 0.7);
  border-bottom-color: rgb(229 231 235 / 0.7);
}

.active\:border-y-gray-200\/75:active {
  border-top-color: rgb(229 231 235 / 0.75);
  border-bottom-color: rgb(229 231 235 / 0.75);
}

.active\:border-y-gray-200\/80:active {
  border-top-color: rgb(229 231 235 / 0.8);
  border-bottom-color: rgb(229 231 235 / 0.8);
}

.active\:border-y-gray-200\/90:active {
  border-top-color: rgb(229 231 235 / 0.9);
  border-bottom-color: rgb(229 231 235 / 0.9);
}

.active\:border-y-gray-200\/95:active {
  border-top-color: rgb(229 231 235 / 0.95);
  border-bottom-color: rgb(229 231 235 / 0.95);
}

.active\:border-y-gray-300:active {
  --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));
}

.active\:border-y-gray-300\/0:active {
  border-top-color: rgb(209 213 219 / 0);
  border-bottom-color: rgb(209 213 219 / 0);
}

.active\:border-y-gray-300\/10:active {
  border-top-color: rgb(209 213 219 / 0.1);
  border-bottom-color: rgb(209 213 219 / 0.1);
}

.active\:border-y-gray-300\/100:active {
  border-top-color: rgb(209 213 219 / 1);
  border-bottom-color: rgb(209 213 219 / 1);
}

.active\:border-y-gray-300\/20:active {
  border-top-color: rgb(209 213 219 / 0.2);
  border-bottom-color: rgb(209 213 219 / 0.2);
}

.active\:border-y-gray-300\/25:active {
  border-top-color: rgb(209 213 219 / 0.25);
  border-bottom-color: rgb(209 213 219 / 0.25);
}

.active\:border-y-gray-300\/30:active {
  border-top-color: rgb(209 213 219 / 0.3);
  border-bottom-color: rgb(209 213 219 / 0.3);
}

.active\:border-y-gray-300\/40:active {
  border-top-color: rgb(209 213 219 / 0.4);
  border-bottom-color: rgb(209 213 219 / 0.4);
}

.active\:border-y-gray-300\/5:active {
  border-top-color: rgb(209 213 219 / 0.05);
  border-bottom-color: rgb(209 213 219 / 0.05);
}

.active\:border-y-gray-300\/50:active {
  border-top-color: rgb(209 213 219 / 0.5);
  border-bottom-color: rgb(209 213 219 / 0.5);
}

.active\:border-y-gray-300\/60:active {
  border-top-color: rgb(209 213 219 / 0.6);
  border-bottom-color: rgb(209 213 219 / 0.6);
}

.active\:border-y-gray-300\/70:active {
  border-top-color: rgb(209 213 219 / 0.7);
  border-bottom-color: rgb(209 213 219 / 0.7);
}

.active\:border-y-gray-300\/75:active {
  border-top-color: rgb(209 213 219 / 0.75);
  border-bottom-color: rgb(209 213 219 / 0.75);
}

.active\:border-y-gray-300\/80:active {
  border-top-color: rgb(209 213 219 / 0.8);
  border-bottom-color: rgb(209 213 219 / 0.8);
}

.active\:border-y-gray-300\/90:active {
  border-top-color: rgb(209 213 219 / 0.9);
  border-bottom-color: rgb(209 213 219 / 0.9);
}

.active\:border-y-gray-300\/95:active {
  border-top-color: rgb(209 213 219 / 0.95);
  border-bottom-color: rgb(209 213 219 / 0.95);
}

.active\:border-y-gray-400:active {
  --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));
}

.active\:border-y-gray-400\/0:active {
  border-top-color: rgb(156 163 175 / 0);
  border-bottom-color: rgb(156 163 175 / 0);
}

.active\:border-y-gray-400\/10:active {
  border-top-color: rgb(156 163 175 / 0.1);
  border-bottom-color: rgb(156 163 175 / 0.1);
}

.active\:border-y-gray-400\/100:active {
  border-top-color: rgb(156 163 175 / 1);
  border-bottom-color: rgb(156 163 175 / 1);
}

.active\:border-y-gray-400\/20:active {
  border-top-color: rgb(156 163 175 / 0.2);
  border-bottom-color: rgb(156 163 175 / 0.2);
}

.active\:border-y-gray-400\/25:active {
  border-top-color: rgb(156 163 175 / 0.25);
  border-bottom-color: rgb(156 163 175 / 0.25);
}

.active\:border-y-gray-400\/30:active {
  border-top-color: rgb(156 163 175 / 0.3);
  border-bottom-color: rgb(156 163 175 / 0.3);
}

.active\:border-y-gray-400\/40:active {
  border-top-color: rgb(156 163 175 / 0.4);
  border-bottom-color: rgb(156 163 175 / 0.4);
}

.active\:border-y-gray-400\/5:active {
  border-top-color: rgb(156 163 175 / 0.05);
  border-bottom-color: rgb(156 163 175 / 0.05);
}

.active\:border-y-gray-400\/50:active {
  border-top-color: rgb(156 163 175 / 0.5);
  border-bottom-color: rgb(156 163 175 / 0.5);
}

.active\:border-y-gray-400\/60:active {
  border-top-color: rgb(156 163 175 / 0.6);
  border-bottom-color: rgb(156 163 175 / 0.6);
}

.active\:border-y-gray-400\/70:active {
  border-top-color: rgb(156 163 175 / 0.7);
  border-bottom-color: rgb(156 163 175 / 0.7);
}

.active\:border-y-gray-400\/75:active {
  border-top-color: rgb(156 163 175 / 0.75);
  border-bottom-color: rgb(156 163 175 / 0.75);
}

.active\:border-y-gray-400\/80:active {
  border-top-color: rgb(156 163 175 / 0.8);
  border-bottom-color: rgb(156 163 175 / 0.8);
}

.active\:border-y-gray-400\/90:active {
  border-top-color: rgb(156 163 175 / 0.9);
  border-bottom-color: rgb(156 163 175 / 0.9);
}

.active\:border-y-gray-400\/95:active {
  border-top-color: rgb(156 163 175 / 0.95);
  border-bottom-color: rgb(156 163 175 / 0.95);
}

.active\:border-y-gray-50:active {
  --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));
}

.active\:border-y-gray-50\/0:active {
  border-top-color: rgb(249 250 251 / 0);
  border-bottom-color: rgb(249 250 251 / 0);
}

.active\:border-y-gray-50\/10:active {
  border-top-color: rgb(249 250 251 / 0.1);
  border-bottom-color: rgb(249 250 251 / 0.1);
}

.active\:border-y-gray-50\/100:active {
  border-top-color: rgb(249 250 251 / 1);
  border-bottom-color: rgb(249 250 251 / 1);
}

.active\:border-y-gray-50\/20:active {
  border-top-color: rgb(249 250 251 / 0.2);
  border-bottom-color: rgb(249 250 251 / 0.2);
}

.active\:border-y-gray-50\/25:active {
  border-top-color: rgb(249 250 251 / 0.25);
  border-bottom-color: rgb(249 250 251 / 0.25);
}

.active\:border-y-gray-50\/30:active {
  border-top-color: rgb(249 250 251 / 0.3);
  border-bottom-color: rgb(249 250 251 / 0.3);
}

.active\:border-y-gray-50\/40:active {
  border-top-color: rgb(249 250 251 / 0.4);
  border-bottom-color: rgb(249 250 251 / 0.4);
}

.active\:border-y-gray-50\/5:active {
  border-top-color: rgb(249 250 251 / 0.05);
  border-bottom-color: rgb(249 250 251 / 0.05);
}

.active\:border-y-gray-50\/50:active {
  border-top-color: rgb(249 250 251 / 0.5);
  border-bottom-color: rgb(249 250 251 / 0.5);
}

.active\:border-y-gray-50\/60:active {
  border-top-color: rgb(249 250 251 / 0.6);
  border-bottom-color: rgb(249 250 251 / 0.6);
}

.active\:border-y-gray-50\/70:active {
  border-top-color: rgb(249 250 251 / 0.7);
  border-bottom-color: rgb(249 250 251 / 0.7);
}

.active\:border-y-gray-50\/75:active {
  border-top-color: rgb(249 250 251 / 0.75);
  border-bottom-color: rgb(249 250 251 / 0.75);
}

.active\:border-y-gray-50\/80:active {
  border-top-color: rgb(249 250 251 / 0.8);
  border-bottom-color: rgb(249 250 251 / 0.8);
}

.active\:border-y-gray-50\/90:active {
  border-top-color: rgb(249 250 251 / 0.9);
  border-bottom-color: rgb(249 250 251 / 0.9);
}

.active\:border-y-gray-50\/95:active {
  border-top-color: rgb(249 250 251 / 0.95);
  border-bottom-color: rgb(249 250 251 / 0.95);
}

.active\:border-y-gray-500:active {
  --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));
}

.active\:border-y-gray-500\/0:active {
  border-top-color: rgb(107 114 128 / 0);
  border-bottom-color: rgb(107 114 128 / 0);
}

.active\:border-y-gray-500\/10:active {
  border-top-color: rgb(107 114 128 / 0.1);
  border-bottom-color: rgb(107 114 128 / 0.1);
}

.active\:border-y-gray-500\/100:active {
  border-top-color: rgb(107 114 128 / 1);
  border-bottom-color: rgb(107 114 128 / 1);
}

.active\:border-y-gray-500\/20:active {
  border-top-color: rgb(107 114 128 / 0.2);
  border-bottom-color: rgb(107 114 128 / 0.2);
}

.active\:border-y-gray-500\/25:active {
  border-top-color: rgb(107 114 128 / 0.25);
  border-bottom-color: rgb(107 114 128 / 0.25);
}

.active\:border-y-gray-500\/30:active {
  border-top-color: rgb(107 114 128 / 0.3);
  border-bottom-color: rgb(107 114 128 / 0.3);
}

.active\:border-y-gray-500\/40:active {
  border-top-color: rgb(107 114 128 / 0.4);
  border-bottom-color: rgb(107 114 128 / 0.4);
}

.active\:border-y-gray-500\/5:active {
  border-top-color: rgb(107 114 128 / 0.05);
  border-bottom-color: rgb(107 114 128 / 0.05);
}

.active\:border-y-gray-500\/50:active {
  border-top-color: rgb(107 114 128 / 0.5);
  border-bottom-color: rgb(107 114 128 / 0.5);
}

.active\:border-y-gray-500\/60:active {
  border-top-color: rgb(107 114 128 / 0.6);
  border-bottom-color: rgb(107 114 128 / 0.6);
}

.active\:border-y-gray-500\/70:active {
  border-top-color: rgb(107 114 128 / 0.7);
  border-bottom-color: rgb(107 114 128 / 0.7);
}

.active\:border-y-gray-500\/75:active {
  border-top-color: rgb(107 114 128 / 0.75);
  border-bottom-color: rgb(107 114 128 / 0.75);
}

.active\:border-y-gray-500\/80:active {
  border-top-color: rgb(107 114 128 / 0.8);
  border-bottom-color: rgb(107 114 128 / 0.8);
}

.active\:border-y-gray-500\/90:active {
  border-top-color: rgb(107 114 128 / 0.9);
  border-bottom-color: rgb(107 114 128 / 0.9);
}

.active\:border-y-gray-500\/95:active {
  border-top-color: rgb(107 114 128 / 0.95);
  border-bottom-color: rgb(107 114 128 / 0.95);
}

.active\:border-y-gray-600:active {
  --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));
}

.active\:border-y-gray-600\/0:active {
  border-top-color: rgb(75 85 99 / 0);
  border-bottom-color: rgb(75 85 99 / 0);
}

.active\:border-y-gray-600\/10:active {
  border-top-color: rgb(75 85 99 / 0.1);
  border-bottom-color: rgb(75 85 99 / 0.1);
}

.active\:border-y-gray-600\/100:active {
  border-top-color: rgb(75 85 99 / 1);
  border-bottom-color: rgb(75 85 99 / 1);
}

.active\:border-y-gray-600\/20:active {
  border-top-color: rgb(75 85 99 / 0.2);
  border-bottom-color: rgb(75 85 99 / 0.2);
}

.active\:border-y-gray-600\/25:active {
  border-top-color: rgb(75 85 99 / 0.25);
  border-bottom-color: rgb(75 85 99 / 0.25);
}

.active\:border-y-gray-600\/30:active {
  border-top-color: rgb(75 85 99 / 0.3);
  border-bottom-color: rgb(75 85 99 / 0.3);
}

.active\:border-y-gray-600\/40:active {
  border-top-color: rgb(75 85 99 / 0.4);
  border-bottom-color: rgb(75 85 99 / 0.4);
}

.active\:border-y-gray-600\/5:active {
  border-top-color: rgb(75 85 99 / 0.05);
  border-bottom-color: rgb(75 85 99 / 0.05);
}

.active\:border-y-gray-600\/50:active {
  border-top-color: rgb(75 85 99 / 0.5);
  border-bottom-color: rgb(75 85 99 / 0.5);
}

.active\:border-y-gray-600\/60:active {
  border-top-color: rgb(75 85 99 / 0.6);
  border-bottom-color: rgb(75 85 99 / 0.6);
}

.active\:border-y-gray-600\/70:active {
  border-top-color: rgb(75 85 99 / 0.7);
  border-bottom-color: rgb(75 85 99 / 0.7);
}

.active\:border-y-gray-600\/75:active {
  border-top-color: rgb(75 85 99 / 0.75);
  border-bottom-color: rgb(75 85 99 / 0.75);
}

.active\:border-y-gray-600\/80:active {
  border-top-color: rgb(75 85 99 / 0.8);
  border-bottom-color: rgb(75 85 99 / 0.8);
}

.active\:border-y-gray-600\/90:active {
  border-top-color: rgb(75 85 99 / 0.9);
  border-bottom-color: rgb(75 85 99 / 0.9);
}

.active\:border-y-gray-600\/95:active {
  border-top-color: rgb(75 85 99 / 0.95);
  border-bottom-color: rgb(75 85 99 / 0.95);
}

.active\:border-y-gray-700:active {
  --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));
}

.active\:border-y-gray-700\/0:active {
  border-top-color: rgb(55 65 81 / 0);
  border-bottom-color: rgb(55 65 81 / 0);
}

.active\:border-y-gray-700\/10:active {
  border-top-color: rgb(55 65 81 / 0.1);
  border-bottom-color: rgb(55 65 81 / 0.1);
}

.active\:border-y-gray-700\/100:active {
  border-top-color: rgb(55 65 81 / 1);
  border-bottom-color: rgb(55 65 81 / 1);
}

.active\:border-y-gray-700\/20:active {
  border-top-color: rgb(55 65 81 / 0.2);
  border-bottom-color: rgb(55 65 81 / 0.2);
}

.active\:border-y-gray-700\/25:active {
  border-top-color: rgb(55 65 81 / 0.25);
  border-bottom-color: rgb(55 65 81 / 0.25);
}

.active\:border-y-gray-700\/30:active {
  border-top-color: rgb(55 65 81 / 0.3);
  border-bottom-color: rgb(55 65 81 / 0.3);
}

.active\:border-y-gray-700\/40:active {
  border-top-color: rgb(55 65 81 / 0.4);
  border-bottom-color: rgb(55 65 81 / 0.4);
}

.active\:border-y-gray-700\/5:active {
  border-top-color: rgb(55 65 81 / 0.05);
  border-bottom-color: rgb(55 65 81 / 0.05);
}

.active\:border-y-gray-700\/50:active {
  border-top-color: rgb(55 65 81 / 0.5);
  border-bottom-color: rgb(55 65 81 / 0.5);
}

.active\:border-y-gray-700\/60:active {
  border-top-color: rgb(55 65 81 / 0.6);
  border-bottom-color: rgb(55 65 81 / 0.6);
}

.active\:border-y-gray-700\/70:active {
  border-top-color: rgb(55 65 81 / 0.7);
  border-bottom-color: rgb(55 65 81 / 0.7);
}

.active\:border-y-gray-700\/75:active {
  border-top-color: rgb(55 65 81 / 0.75);
  border-bottom-color: rgb(55 65 81 / 0.75);
}

.active\:border-y-gray-700\/80:active {
  border-top-color: rgb(55 65 81 / 0.8);
  border-bottom-color: rgb(55 65 81 / 0.8);
}

.active\:border-y-gray-700\/90:active {
  border-top-color: rgb(55 65 81 / 0.9);
  border-bottom-color: rgb(55 65 81 / 0.9);
}

.active\:border-y-gray-700\/95:active {
  border-top-color: rgb(55 65 81 / 0.95);
  border-bottom-color: rgb(55 65 81 / 0.95);
}

.active\:border-y-gray-800:active {
  --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));
}

.active\:border-y-gray-800\/0:active {
  border-top-color: rgb(31 41 55 / 0);
  border-bottom-color: rgb(31 41 55 / 0);
}

.active\:border-y-gray-800\/10:active {
  border-top-color: rgb(31 41 55 / 0.1);
  border-bottom-color: rgb(31 41 55 / 0.1);
}

.active\:border-y-gray-800\/100:active {
  border-top-color: rgb(31 41 55 / 1);
  border-bottom-color: rgb(31 41 55 / 1);
}

.active\:border-y-gray-800\/20:active {
  border-top-color: rgb(31 41 55 / 0.2);
  border-bottom-color: rgb(31 41 55 / 0.2);
}

.active\:border-y-gray-800\/25:active {
  border-top-color: rgb(31 41 55 / 0.25);
  border-bottom-color: rgb(31 41 55 / 0.25);
}

.active\:border-y-gray-800\/30:active {
  border-top-color: rgb(31 41 55 / 0.3);
  border-bottom-color: rgb(31 41 55 / 0.3);
}

.active\:border-y-gray-800\/40:active {
  border-top-color: rgb(31 41 55 / 0.4);
  border-bottom-color: rgb(31 41 55 / 0.4);
}

.active\:border-y-gray-800\/5:active {
  border-top-color: rgb(31 41 55 / 0.05);
  border-bottom-color: rgb(31 41 55 / 0.05);
}

.active\:border-y-gray-800\/50:active {
  border-top-color: rgb(31 41 55 / 0.5);
  border-bottom-color: rgb(31 41 55 / 0.5);
}

.active\:border-y-gray-800\/60:active {
  border-top-color: rgb(31 41 55 / 0.6);
  border-bottom-color: rgb(31 41 55 / 0.6);
}

.active\:border-y-gray-800\/70:active {
  border-top-color: rgb(31 41 55 / 0.7);
  border-bottom-color: rgb(31 41 55 / 0.7);
}

.active\:border-y-gray-800\/75:active {
  border-top-color: rgb(31 41 55 / 0.75);
  border-bottom-color: rgb(31 41 55 / 0.75);
}

.active\:border-y-gray-800\/80:active {
  border-top-color: rgb(31 41 55 / 0.8);
  border-bottom-color: rgb(31 41 55 / 0.8);
}

.active\:border-y-gray-800\/90:active {
  border-top-color: rgb(31 41 55 / 0.9);
  border-bottom-color: rgb(31 41 55 / 0.9);
}

.active\:border-y-gray-800\/95:active {
  border-top-color: rgb(31 41 55 / 0.95);
  border-bottom-color: rgb(31 41 55 / 0.95);
}

.active\:border-y-gray-900:active {
  --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));
}

.active\:border-y-gray-900\/0:active {
  border-top-color: rgb(17 24 39 / 0);
  border-bottom-color: rgb(17 24 39 / 0);
}

.active\:border-y-gray-900\/10:active {
  border-top-color: rgb(17 24 39 / 0.1);
  border-bottom-color: rgb(17 24 39 / 0.1);
}

.active\:border-y-gray-900\/100:active {
  border-top-color: rgb(17 24 39 / 1);
  border-bottom-color: rgb(17 24 39 / 1);
}

.active\:border-y-gray-900\/20:active {
  border-top-color: rgb(17 24 39 / 0.2);
  border-bottom-color: rgb(17 24 39 / 0.2);
}

.active\:border-y-gray-900\/25:active {
  border-top-color: rgb(17 24 39 / 0.25);
  border-bottom-color: rgb(17 24 39 / 0.25);
}

.active\:border-y-gray-900\/30:active {
  border-top-color: rgb(17 24 39 / 0.3);
  border-bottom-color: rgb(17 24 39 / 0.3);
}

.active\:border-y-gray-900\/40:active {
  border-top-color: rgb(17 24 39 / 0.4);
  border-bottom-color: rgb(17 24 39 / 0.4);
}

.active\:border-y-gray-900\/5:active {
  border-top-color: rgb(17 24 39 / 0.05);
  border-bottom-color: rgb(17 24 39 / 0.05);
}

.active\:border-y-gray-900\/50:active {
  border-top-color: rgb(17 24 39 / 0.5);
  border-bottom-color: rgb(17 24 39 / 0.5);
}

.active\:border-y-gray-900\/60:active {
  border-top-color: rgb(17 24 39 / 0.6);
  border-bottom-color: rgb(17 24 39 / 0.6);
}

.active\:border-y-gray-900\/70:active {
  border-top-color: rgb(17 24 39 / 0.7);
  border-bottom-color: rgb(17 24 39 / 0.7);
}

.active\:border-y-gray-900\/75:active {
  border-top-color: rgb(17 24 39 / 0.75);
  border-bottom-color: rgb(17 24 39 / 0.75);
}

.active\:border-y-gray-900\/80:active {
  border-top-color: rgb(17 24 39 / 0.8);
  border-bottom-color: rgb(17 24 39 / 0.8);
}

.active\:border-y-gray-900\/90:active {
  border-top-color: rgb(17 24 39 / 0.9);
  border-bottom-color: rgb(17 24 39 / 0.9);
}

.active\:border-y-gray-900\/95:active {
  border-top-color: rgb(17 24 39 / 0.95);
  border-bottom-color: rgb(17 24 39 / 0.95);
}

.active\:border-y-gray-950:active {
  --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));
}

.active\:border-y-gray-950\/0:active {
  border-top-color: rgb(3 7 18 / 0);
  border-bottom-color: rgb(3 7 18 / 0);
}

.active\:border-y-gray-950\/10:active {
  border-top-color: rgb(3 7 18 / 0.1);
  border-bottom-color: rgb(3 7 18 / 0.1);
}

.active\:border-y-gray-950\/100:active {
  border-top-color: rgb(3 7 18 / 1);
  border-bottom-color: rgb(3 7 18 / 1);
}

.active\:border-y-gray-950\/20:active {
  border-top-color: rgb(3 7 18 / 0.2);
  border-bottom-color: rgb(3 7 18 / 0.2);
}

.active\:border-y-gray-950\/25:active {
  border-top-color: rgb(3 7 18 / 0.25);
  border-bottom-color: rgb(3 7 18 / 0.25);
}

.active\:border-y-gray-950\/30:active {
  border-top-color: rgb(3 7 18 / 0.3);
  border-bottom-color: rgb(3 7 18 / 0.3);
}

.active\:border-y-gray-950\/40:active {
  border-top-color: rgb(3 7 18 / 0.4);
  border-bottom-color: rgb(3 7 18 / 0.4);
}

.active\:border-y-gray-950\/5:active {
  border-top-color: rgb(3 7 18 / 0.05);
  border-bottom-color: rgb(3 7 18 / 0.05);
}

.active\:border-y-gray-950\/50:active {
  border-top-color: rgb(3 7 18 / 0.5);
  border-bottom-color: rgb(3 7 18 / 0.5);
}

.active\:border-y-gray-950\/60:active {
  border-top-color: rgb(3 7 18 / 0.6);
  border-bottom-color: rgb(3 7 18 / 0.6);
}

.active\:border-y-gray-950\/70:active {
  border-top-color: rgb(3 7 18 / 0.7);
  border-bottom-color: rgb(3 7 18 / 0.7);
}

.active\:border-y-gray-950\/75:active {
  border-top-color: rgb(3 7 18 / 0.75);
  border-bottom-color: rgb(3 7 18 / 0.75);
}

.active\:border-y-gray-950\/80:active {
  border-top-color: rgb(3 7 18 / 0.8);
  border-bottom-color: rgb(3 7 18 / 0.8);
}

.active\:border-y-gray-950\/90:active {
  border-top-color: rgb(3 7 18 / 0.9);
  border-bottom-color: rgb(3 7 18 / 0.9);
}

.active\:border-y-gray-950\/95:active {
  border-top-color: rgb(3 7 18 / 0.95);
  border-bottom-color: rgb(3 7 18 / 0.95);
}

.active\:border-y-green-100:active {
  --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));
}

.active\:border-y-green-100\/0:active {
  border-top-color: rgb(220 252 231 / 0);
  border-bottom-color: rgb(220 252 231 / 0);
}

.active\:border-y-green-100\/10:active {
  border-top-color: rgb(220 252 231 / 0.1);
  border-bottom-color: rgb(220 252 231 / 0.1);
}

.active\:border-y-green-100\/100:active {
  border-top-color: rgb(220 252 231 / 1);
  border-bottom-color: rgb(220 252 231 / 1);
}

.active\:border-y-green-100\/20:active {
  border-top-color: rgb(220 252 231 / 0.2);
  border-bottom-color: rgb(220 252 231 / 0.2);
}

.active\:border-y-green-100\/25:active {
  border-top-color: rgb(220 252 231 / 0.25);
  border-bottom-color: rgb(220 252 231 / 0.25);
}

.active\:border-y-green-100\/30:active {
  border-top-color: rgb(220 252 231 / 0.3);
  border-bottom-color: rgb(220 252 231 / 0.3);
}

.active\:border-y-green-100\/40:active {
  border-top-color: rgb(220 252 231 / 0.4);
  border-bottom-color: rgb(220 252 231 / 0.4);
}

.active\:border-y-green-100\/5:active {
  border-top-color: rgb(220 252 231 / 0.05);
  border-bottom-color: rgb(220 252 231 / 0.05);
}

.active\:border-y-green-100\/50:active {
  border-top-color: rgb(220 252 231 / 0.5);
  border-bottom-color: rgb(220 252 231 / 0.5);
}

.active\:border-y-green-100\/60:active {
  border-top-color: rgb(220 252 231 / 0.6);
  border-bottom-color: rgb(220 252 231 / 0.6);
}

.active\:border-y-green-100\/70:active {
  border-top-color: rgb(220 252 231 / 0.7);
  border-bottom-color: rgb(220 252 231 / 0.7);
}

.active\:border-y-green-100\/75:active {
  border-top-color: rgb(220 252 231 / 0.75);
  border-bottom-color: rgb(220 252 231 / 0.75);
}

.active\:border-y-green-100\/80:active {
  border-top-color: rgb(220 252 231 / 0.8);
  border-bottom-color: rgb(220 252 231 / 0.8);
}

.active\:border-y-green-100\/90:active {
  border-top-color: rgb(220 252 231 / 0.9);
  border-bottom-color: rgb(220 252 231 / 0.9);
}

.active\:border-y-green-100\/95:active {
  border-top-color: rgb(220 252 231 / 0.95);
  border-bottom-color: rgb(220 252 231 / 0.95);
}

.active\:border-y-green-200:active {
  --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));
}

.active\:border-y-green-200\/0:active {
  border-top-color: rgb(187 247 208 / 0);
  border-bottom-color: rgb(187 247 208 / 0);
}

.active\:border-y-green-200\/10:active {
  border-top-color: rgb(187 247 208 / 0.1);
  border-bottom-color: rgb(187 247 208 / 0.1);
}

.active\:border-y-green-200\/100:active {
  border-top-color: rgb(187 247 208 / 1);
  border-bottom-color: rgb(187 247 208 / 1);
}

.active\:border-y-green-200\/20:active {
  border-top-color: rgb(187 247 208 / 0.2);
  border-bottom-color: rgb(187 247 208 / 0.2);
}

.active\:border-y-green-200\/25:active {
  border-top-color: rgb(187 247 208 / 0.25);
  border-bottom-color: rgb(187 247 208 / 0.25);
}

.active\:border-y-green-200\/30:active {
  border-top-color: rgb(187 247 208 / 0.3);
  border-bottom-color: rgb(187 247 208 / 0.3);
}

.active\:border-y-green-200\/40:active {
  border-top-color: rgb(187 247 208 / 0.4);
  border-bottom-color: rgb(187 247 208 / 0.4);
}

.active\:border-y-green-200\/5:active {
  border-top-color: rgb(187 247 208 / 0.05);
  border-bottom-color: rgb(187 247 208 / 0.05);
}

.active\:border-y-green-200\/50:active {
  border-top-color: rgb(187 247 208 / 0.5);
  border-bottom-color: rgb(187 247 208 / 0.5);
}

.active\:border-y-green-200\/60:active {
  border-top-color: rgb(187 247 208 / 0.6);
  border-bottom-color: rgb(187 247 208 / 0.6);
}

.active\:border-y-green-200\/70:active {
  border-top-color: rgb(187 247 208 / 0.7);
  border-bottom-color: rgb(187 247 208 / 0.7);
}

.active\:border-y-green-200\/75:active {
  border-top-color: rgb(187 247 208 / 0.75);
  border-bottom-color: rgb(187 247 208 / 0.75);
}

.active\:border-y-green-200\/80:active {
  border-top-color: rgb(187 247 208 / 0.8);
  border-bottom-color: rgb(187 247 208 / 0.8);
}

.active\:border-y-green-200\/90:active {
  border-top-color: rgb(187 247 208 / 0.9);
  border-bottom-color: rgb(187 247 208 / 0.9);
}

.active\:border-y-green-200\/95:active {
  border-top-color: rgb(187 247 208 / 0.95);
  border-bottom-color: rgb(187 247 208 / 0.95);
}

.active\:border-y-green-300:active {
  --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));
}

.active\:border-y-green-300\/0:active {
  border-top-color: rgb(134 239 172 / 0);
  border-bottom-color: rgb(134 239 172 / 0);
}

.active\:border-y-green-300\/10:active {
  border-top-color: rgb(134 239 172 / 0.1);
  border-bottom-color: rgb(134 239 172 / 0.1);
}

.active\:border-y-green-300\/100:active {
  border-top-color: rgb(134 239 172 / 1);
  border-bottom-color: rgb(134 239 172 / 1);
}

.active\:border-y-green-300\/20:active {
  border-top-color: rgb(134 239 172 / 0.2);
  border-bottom-color: rgb(134 239 172 / 0.2);
}

.active\:border-y-green-300\/25:active {
  border-top-color: rgb(134 239 172 / 0.25);
  border-bottom-color: rgb(134 239 172 / 0.25);
}

.active\:border-y-green-300\/30:active {
  border-top-color: rgb(134 239 172 / 0.3);
  border-bottom-color: rgb(134 239 172 / 0.3);
}

.active\:border-y-green-300\/40:active {
  border-top-color: rgb(134 239 172 / 0.4);
  border-bottom-color: rgb(134 239 172 / 0.4);
}

.active\:border-y-green-300\/5:active {
  border-top-color: rgb(134 239 172 / 0.05);
  border-bottom-color: rgb(134 239 172 / 0.05);
}

.active\:border-y-green-300\/50:active {
  border-top-color: rgb(134 239 172 / 0.5);
  border-bottom-color: rgb(134 239 172 / 0.5);
}

.active\:border-y-green-300\/60:active {
  border-top-color: rgb(134 239 172 / 0.6);
  border-bottom-color: rgb(134 239 172 / 0.6);
}

.active\:border-y-green-300\/70:active {
  border-top-color: rgb(134 239 172 / 0.7);
  border-bottom-color: rgb(134 239 172 / 0.7);
}

.active\:border-y-green-300\/75:active {
  border-top-color: rgb(134 239 172 / 0.75);
  border-bottom-color: rgb(134 239 172 / 0.75);
}

.active\:border-y-green-300\/80:active {
  border-top-color: rgb(134 239 172 / 0.8);
  border-bottom-color: rgb(134 239 172 / 0.8);
}

.active\:border-y-green-300\/90:active {
  border-top-color: rgb(134 239 172 / 0.9);
  border-bottom-color: rgb(134 239 172 / 0.9);
}

.active\:border-y-green-300\/95:active {
  border-top-color: rgb(134 239 172 / 0.95);
  border-bottom-color: rgb(134 239 172 / 0.95);
}

.active\:border-y-green-400:active {
  --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));
}

.active\:border-y-green-400\/0:active {
  border-top-color: rgb(74 222 128 / 0);
  border-bottom-color: rgb(74 222 128 / 0);
}

.active\:border-y-green-400\/10:active {
  border-top-color: rgb(74 222 128 / 0.1);
  border-bottom-color: rgb(74 222 128 / 0.1);
}

.active\:border-y-green-400\/100:active {
  border-top-color: rgb(74 222 128 / 1);
  border-bottom-color: rgb(74 222 128 / 1);
}

.active\:border-y-green-400\/20:active {
  border-top-color: rgb(74 222 128 / 0.2);
  border-bottom-color: rgb(74 222 128 / 0.2);
}

.active\:border-y-green-400\/25:active {
  border-top-color: rgb(74 222 128 / 0.25);
  border-bottom-color: rgb(74 222 128 / 0.25);
}

.active\:border-y-green-400\/30:active {
  border-top-color: rgb(74 222 128 / 0.3);
  border-bottom-color: rgb(74 222 128 / 0.3);
}

.active\:border-y-green-400\/40:active {
  border-top-color: rgb(74 222 128 / 0.4);
  border-bottom-color: rgb(74 222 128 / 0.4);
}

.active\:border-y-green-400\/5:active {
  border-top-color: rgb(74 222 128 / 0.05);
  border-bottom-color: rgb(74 222 128 / 0.05);
}

.active\:border-y-green-400\/50:active {
  border-top-color: rgb(74 222 128 / 0.5);
  border-bottom-color: rgb(74 222 128 / 0.5);
}

.active\:border-y-green-400\/60:active {
  border-top-color: rgb(74 222 128 / 0.6);
  border-bottom-color: rgb(74 222 128 / 0.6);
}

.active\:border-y-green-400\/70:active {
  border-top-color: rgb(74 222 128 / 0.7);
  border-bottom-color: rgb(74 222 128 / 0.7);
}

.active\:border-y-green-400\/75:active {
  border-top-color: rgb(74 222 128 / 0.75);
  border-bottom-color: rgb(74 222 128 / 0.75);
}

.active\:border-y-green-400\/80:active {
  border-top-color: rgb(74 222 128 / 0.8);
  border-bottom-color: rgb(74 222 128 / 0.8);
}

.active\:border-y-green-400\/90:active {
  border-top-color: rgb(74 222 128 / 0.9);
  border-bottom-color: rgb(74 222 128 / 0.9);
}

.active\:border-y-green-400\/95:active {
  border-top-color: rgb(74 222 128 / 0.95);
  border-bottom-color: rgb(74 222 128 / 0.95);
}

.active\:border-y-green-50:active {
  --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));
}

.active\:border-y-green-50\/0:active {
  border-top-color: rgb(240 253 244 / 0);
  border-bottom-color: rgb(240 253 244 / 0);
}

.active\:border-y-green-50\/10:active {
  border-top-color: rgb(240 253 244 / 0.1);
  border-bottom-color: rgb(240 253 244 / 0.1);
}

.active\:border-y-green-50\/100:active {
  border-top-color: rgb(240 253 244 / 1);
  border-bottom-color: rgb(240 253 244 / 1);
}

.active\:border-y-green-50\/20:active {
  border-top-color: rgb(240 253 244 / 0.2);
  border-bottom-color: rgb(240 253 244 / 0.2);
}

.active\:border-y-green-50\/25:active {
  border-top-color: rgb(240 253 244 / 0.25);
  border-bottom-color: rgb(240 253 244 / 0.25);
}

.active\:border-y-green-50\/30:active {
  border-top-color: rgb(240 253 244 / 0.3);
  border-bottom-color: rgb(240 253 244 / 0.3);
}

.active\:border-y-green-50\/40:active {
  border-top-color: rgb(240 253 244 / 0.4);
  border-bottom-color: rgb(240 253 244 / 0.4);
}

.active\:border-y-green-50\/5:active {
  border-top-color: rgb(240 253 244 / 0.05);
  border-bottom-color: rgb(240 253 244 / 0.05);
}

.active\:border-y-green-50\/50:active {
  border-top-color: rgb(240 253 244 / 0.5);
  border-bottom-color: rgb(240 253 244 / 0.5);
}

.active\:border-y-green-50\/60:active {
  border-top-color: rgb(240 253 244 / 0.6);
  border-bottom-color: rgb(240 253 244 / 0.6);
}

.active\:border-y-green-50\/70:active {
  border-top-color: rgb(240 253 244 / 0.7);
  border-bottom-color: rgb(240 253 244 / 0.7);
}

.active\:border-y-green-50\/75:active {
  border-top-color: rgb(240 253 244 / 0.75);
  border-bottom-color: rgb(240 253 244 / 0.75);
}

.active\:border-y-green-50\/80:active {
  border-top-color: rgb(240 253 244 / 0.8);
  border-bottom-color: rgb(240 253 244 / 0.8);
}

.active\:border-y-green-50\/90:active {
  border-top-color: rgb(240 253 244 / 0.9);
  border-bottom-color: rgb(240 253 244 / 0.9);
}

.active\:border-y-green-50\/95:active {
  border-top-color: rgb(240 253 244 / 0.95);
  border-bottom-color: rgb(240 253 244 / 0.95);
}

.active\:border-y-green-500:active {
  --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));
}

.active\:border-y-green-500\/0:active {
  border-top-color: rgb(34 197 94 / 0);
  border-bottom-color: rgb(34 197 94 / 0);
}

.active\:border-y-green-500\/10:active {
  border-top-color: rgb(34 197 94 / 0.1);
  border-bottom-color: rgb(34 197 94 / 0.1);
}

.active\:border-y-green-500\/100:active {
  border-top-color: rgb(34 197 94 / 1);
  border-bottom-color: rgb(34 197 94 / 1);
}

.active\:border-y-green-500\/20:active {
  border-top-color: rgb(34 197 94 / 0.2);
  border-bottom-color: rgb(34 197 94 / 0.2);
}

.active\:border-y-green-500\/25:active {
  border-top-color: rgb(34 197 94 / 0.25);
  border-bottom-color: rgb(34 197 94 / 0.25);
}

.active\:border-y-green-500\/30:active {
  border-top-color: rgb(34 197 94 / 0.3);
  border-bottom-color: rgb(34 197 94 / 0.3);
}

.active\:border-y-green-500\/40:active {
  border-top-color: rgb(34 197 94 / 0.4);
  border-bottom-color: rgb(34 197 94 / 0.4);
}

.active\:border-y-green-500\/5:active {
  border-top-color: rgb(34 197 94 / 0.05);
  border-bottom-color: rgb(34 197 94 / 0.05);
}

.active\:border-y-green-500\/50:active {
  border-top-color: rgb(34 197 94 / 0.5);
  border-bottom-color: rgb(34 197 94 / 0.5);
}

.active\:border-y-green-500\/60:active {
  border-top-color: rgb(34 197 94 / 0.6);
  border-bottom-color: rgb(34 197 94 / 0.6);
}

.active\:border-y-green-500\/70:active {
  border-top-color: rgb(34 197 94 / 0.7);
  border-bottom-color: rgb(34 197 94 / 0.7);
}

.active\:border-y-green-500\/75:active {
  border-top-color: rgb(34 197 94 / 0.75);
  border-bottom-color: rgb(34 197 94 / 0.75);
}

.active\:border-y-green-500\/80:active {
  border-top-color: rgb(34 197 94 / 0.8);
  border-bottom-color: rgb(34 197 94 / 0.8);
}

.active\:border-y-green-500\/90:active {
  border-top-color: rgb(34 197 94 / 0.9);
  border-bottom-color: rgb(34 197 94 / 0.9);
}

.active\:border-y-green-500\/95:active {
  border-top-color: rgb(34 197 94 / 0.95);
  border-bottom-color: rgb(34 197 94 / 0.95);
}

.active\:border-y-green-600:active {
  --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));
}

.active\:border-y-green-600\/0:active {
  border-top-color: rgb(22 163 74 / 0);
  border-bottom-color: rgb(22 163 74 / 0);
}

.active\:border-y-green-600\/10:active {
  border-top-color: rgb(22 163 74 / 0.1);
  border-bottom-color: rgb(22 163 74 / 0.1);
}

.active\:border-y-green-600\/100:active {
  border-top-color: rgb(22 163 74 / 1);
  border-bottom-color: rgb(22 163 74 / 1);
}

.active\:border-y-green-600\/20:active {
  border-top-color: rgb(22 163 74 / 0.2);
  border-bottom-color: rgb(22 163 74 / 0.2);
}

.active\:border-y-green-600\/25:active {
  border-top-color: rgb(22 163 74 / 0.25);
  border-bottom-color: rgb(22 163 74 / 0.25);
}

.active\:border-y-green-600\/30:active {
  border-top-color: rgb(22 163 74 / 0.3);
  border-bottom-color: rgb(22 163 74 / 0.3);
}

.active\:border-y-green-600\/40:active {
  border-top-color: rgb(22 163 74 / 0.4);
  border-bottom-color: rgb(22 163 74 / 0.4);
}

.active\:border-y-green-600\/5:active {
  border-top-color: rgb(22 163 74 / 0.05);
  border-bottom-color: rgb(22 163 74 / 0.05);
}

.active\:border-y-green-600\/50:active {
  border-top-color: rgb(22 163 74 / 0.5);
  border-bottom-color: rgb(22 163 74 / 0.5);
}

.active\:border-y-green-600\/60:active {
  border-top-color: rgb(22 163 74 / 0.6);
  border-bottom-color: rgb(22 163 74 / 0.6);
}

.active\:border-y-green-600\/70:active {
  border-top-color: rgb(22 163 74 / 0.7);
  border-bottom-color: rgb(22 163 74 / 0.7);
}

.active\:border-y-green-600\/75:active {
  border-top-color: rgb(22 163 74 / 0.75);
  border-bottom-color: rgb(22 163 74 / 0.75);
}

.active\:border-y-green-600\/80:active {
  border-top-color: rgb(22 163 74 / 0.8);
  border-bottom-color: rgb(22 163 74 / 0.8);
}

.active\:border-y-green-600\/90:active {
  border-top-color: rgb(22 163 74 / 0.9);
  border-bottom-color: rgb(22 163 74 / 0.9);
}

.active\:border-y-green-600\/95:active {
  border-top-color: rgb(22 163 74 / 0.95);
  border-bottom-color: rgb(22 163 74 / 0.95);
}

.active\:border-y-green-700:active {
  --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));
}

.active\:border-y-green-700\/0:active {
  border-top-color: rgb(21 128 61 / 0);
  border-bottom-color: rgb(21 128 61 / 0);
}

.active\:border-y-green-700\/10:active {
  border-top-color: rgb(21 128 61 / 0.1);
  border-bottom-color: rgb(21 128 61 / 0.1);
}

.active\:border-y-green-700\/100:active {
  border-top-color: rgb(21 128 61 / 1);
  border-bottom-color: rgb(21 128 61 / 1);
}

.active\:border-y-green-700\/20:active {
  border-top-color: rgb(21 128 61 / 0.2);
  border-bottom-color: rgb(21 128 61 / 0.2);
}

.active\:border-y-green-700\/25:active {
  border-top-color: rgb(21 128 61 / 0.25);
  border-bottom-color: rgb(21 128 61 / 0.25);
}

.active\:border-y-green-700\/30:active {
  border-top-color: rgb(21 128 61 / 0.3);
  border-bottom-color: rgb(21 128 61 / 0.3);
}

.active\:border-y-green-700\/40:active {
  border-top-color: rgb(21 128 61 / 0.4);
  border-bottom-color: rgb(21 128 61 / 0.4);
}

.active\:border-y-green-700\/5:active {
  border-top-color: rgb(21 128 61 / 0.05);
  border-bottom-color: rgb(21 128 61 / 0.05);
}

.active\:border-y-green-700\/50:active {
  border-top-color: rgb(21 128 61 / 0.5);
  border-bottom-color: rgb(21 128 61 / 0.5);
}

.active\:border-y-green-700\/60:active {
  border-top-color: rgb(21 128 61 / 0.6);
  border-bottom-color: rgb(21 128 61 / 0.6);
}

.active\:border-y-green-700\/70:active {
  border-top-color: rgb(21 128 61 / 0.7);
  border-bottom-color: rgb(21 128 61 / 0.7);
}

.active\:border-y-green-700\/75:active {
  border-top-color: rgb(21 128 61 / 0.75);
  border-bottom-color: rgb(21 128 61 / 0.75);
}

.active\:border-y-green-700\/80:active {
  border-top-color: rgb(21 128 61 / 0.8);
  border-bottom-color: rgb(21 128 61 / 0.8);
}

.active\:border-y-green-700\/90:active {
  border-top-color: rgb(21 128 61 / 0.9);
  border-bottom-color: rgb(21 128 61 / 0.9);
}

.active\:border-y-green-700\/95:active {
  border-top-color: rgb(21 128 61 / 0.95);
  border-bottom-color: rgb(21 128 61 / 0.95);
}

.active\:border-y-green-800:active {
  --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));
}

.active\:border-y-green-800\/0:active {
  border-top-color: rgb(22 101 52 / 0);
  border-bottom-color: rgb(22 101 52 / 0);
}

.active\:border-y-green-800\/10:active {
  border-top-color: rgb(22 101 52 / 0.1);
  border-bottom-color: rgb(22 101 52 / 0.1);
}

.active\:border-y-green-800\/100:active {
  border-top-color: rgb(22 101 52 / 1);
  border-bottom-color: rgb(22 101 52 / 1);
}

.active\:border-y-green-800\/20:active {
  border-top-color: rgb(22 101 52 / 0.2);
  border-bottom-color: rgb(22 101 52 / 0.2);
}

.active\:border-y-green-800\/25:active {
  border-top-color: rgb(22 101 52 / 0.25);
  border-bottom-color: rgb(22 101 52 / 0.25);
}

.active\:border-y-green-800\/30:active {
  border-top-color: rgb(22 101 52 / 0.3);
  border-bottom-color: rgb(22 101 52 / 0.3);
}

.active\:border-y-green-800\/40:active {
  border-top-color: rgb(22 101 52 / 0.4);
  border-bottom-color: rgb(22 101 52 / 0.4);
}

.active\:border-y-green-800\/5:active {
  border-top-color: rgb(22 101 52 / 0.05);
  border-bottom-color: rgb(22 101 52 / 0.05);
}

.active\:border-y-green-800\/50:active {
  border-top-color: rgb(22 101 52 / 0.5);
  border-bottom-color: rgb(22 101 52 / 0.5);
}

.active\:border-y-green-800\/60:active {
  border-top-color: rgb(22 101 52 / 0.6);
  border-bottom-color: rgb(22 101 52 / 0.6);
}

.active\:border-y-green-800\/70:active {
  border-top-color: rgb(22 101 52 / 0.7);
  border-bottom-color: rgb(22 101 52 / 0.7);
}

.active\:border-y-green-800\/75:active {
  border-top-color: rgb(22 101 52 / 0.75);
  border-bottom-color: rgb(22 101 52 / 0.75);
}

.active\:border-y-green-800\/80:active {
  border-top-color: rgb(22 101 52 / 0.8);
  border-bottom-color: rgb(22 101 52 / 0.8);
}

.active\:border-y-green-800\/90:active {
  border-top-color: rgb(22 101 52 / 0.9);
  border-bottom-color: rgb(22 101 52 / 0.9);
}

.active\:border-y-green-800\/95:active {
  border-top-color: rgb(22 101 52 / 0.95);
  border-bottom-color: rgb(22 101 52 / 0.95);
}

.active\:border-y-green-900:active {
  --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));
}

.active\:border-y-green-900\/0:active {
  border-top-color: rgb(20 83 45 / 0);
  border-bottom-color: rgb(20 83 45 / 0);
}

.active\:border-y-green-900\/10:active {
  border-top-color: rgb(20 83 45 / 0.1);
  border-bottom-color: rgb(20 83 45 / 0.1);
}

.active\:border-y-green-900\/100:active {
  border-top-color: rgb(20 83 45 / 1);
  border-bottom-color: rgb(20 83 45 / 1);
}

.active\:border-y-green-900\/20:active {
  border-top-color: rgb(20 83 45 / 0.2);
  border-bottom-color: rgb(20 83 45 / 0.2);
}

.active\:border-y-green-900\/25:active {
  border-top-color: rgb(20 83 45 / 0.25);
  border-bottom-color: rgb(20 83 45 / 0.25);
}

.active\:border-y-green-900\/30:active {
  border-top-color: rgb(20 83 45 / 0.3);
  border-bottom-color: rgb(20 83 45 / 0.3);
}

.active\:border-y-green-900\/40:active {
  border-top-color: rgb(20 83 45 / 0.4);
  border-bottom-color: rgb(20 83 45 / 0.4);
}

.active\:border-y-green-900\/5:active {
  border-top-color: rgb(20 83 45 / 0.05);
  border-bottom-color: rgb(20 83 45 / 0.05);
}

.active\:border-y-green-900\/50:active {
  border-top-color: rgb(20 83 45 / 0.5);
  border-bottom-color: rgb(20 83 45 / 0.5);
}

.active\:border-y-green-900\/60:active {
  border-top-color: rgb(20 83 45 / 0.6);
  border-bottom-color: rgb(20 83 45 / 0.6);
}

.active\:border-y-green-900\/70:active {
  border-top-color: rgb(20 83 45 / 0.7);
  border-bottom-color: rgb(20 83 45 / 0.7);
}

.active\:border-y-green-900\/75:active {
  border-top-color: rgb(20 83 45 / 0.75);
  border-bottom-color: rgb(20 83 45 / 0.75);
}

.active\:border-y-green-900\/80:active {
  border-top-color: rgb(20 83 45 / 0.8);
  border-bottom-color: rgb(20 83 45 / 0.8);
}

.active\:border-y-green-900\/90:active {
  border-top-color: rgb(20 83 45 / 0.9);
  border-bottom-color: rgb(20 83 45 / 0.9);
}

.active\:border-y-green-900\/95:active {
  border-top-color: rgb(20 83 45 / 0.95);
  border-bottom-color: rgb(20 83 45 / 0.95);
}

.active\:border-y-green-950:active {
  --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));
}

.active\:border-y-green-950\/0:active {
  border-top-color: rgb(5 46 22 / 0);
  border-bottom-color: rgb(5 46 22 / 0);
}

.active\:border-y-green-950\/10:active {
  border-top-color: rgb(5 46 22 / 0.1);
  border-bottom-color: rgb(5 46 22 / 0.1);
}

.active\:border-y-green-950\/100:active {
  border-top-color: rgb(5 46 22 / 1);
  border-bottom-color: rgb(5 46 22 / 1);
}

.active\:border-y-green-950\/20:active {
  border-top-color: rgb(5 46 22 / 0.2);
  border-bottom-color: rgb(5 46 22 / 0.2);
}

.active\:border-y-green-950\/25:active {
  border-top-color: rgb(5 46 22 / 0.25);
  border-bottom-color: rgb(5 46 22 / 0.25);
}

.active\:border-y-green-950\/30:active {
  border-top-color: rgb(5 46 22 / 0.3);
  border-bottom-color: rgb(5 46 22 / 0.3);
}

.active\:border-y-green-950\/40:active {
  border-top-color: rgb(5 46 22 / 0.4);
  border-bottom-color: rgb(5 46 22 / 0.4);
}

.active\:border-y-green-950\/5:active {
  border-top-color: rgb(5 46 22 / 0.05);
  border-bottom-color: rgb(5 46 22 / 0.05);
}

.active\:border-y-green-950\/50:active {
  border-top-color: rgb(5 46 22 / 0.5);
  border-bottom-color: rgb(5 46 22 / 0.5);
}

.active\:border-y-green-950\/60:active {
  border-top-color: rgb(5 46 22 / 0.6);
  border-bottom-color: rgb(5 46 22 / 0.6);
}

.active\:border-y-green-950\/70:active {
  border-top-color: rgb(5 46 22 / 0.7);
  border-bottom-color: rgb(5 46 22 / 0.7);
}

.active\:border-y-green-950\/75:active {
  border-top-color: rgb(5 46 22 / 0.75);
  border-bottom-color: rgb(5 46 22 / 0.75);
}

.active\:border-y-green-950\/80:active {
  border-top-color: rgb(5 46 22 / 0.8);
  border-bottom-color: rgb(5 46 22 / 0.8);
}

.active\:border-y-green-950\/90:active {
  border-top-color: rgb(5 46 22 / 0.9);
  border-bottom-color: rgb(5 46 22 / 0.9);
}

.active\:border-y-green-950\/95:active {
  border-top-color: rgb(5 46 22 / 0.95);
  border-bottom-color: rgb(5 46 22 / 0.95);
}

.active\:border-y-indigo-100:active {
  --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));
}

.active\:border-y-indigo-100\/0:active {
  border-top-color: rgb(224 231 255 / 0);
  border-bottom-color: rgb(224 231 255 / 0);
}

.active\:border-y-indigo-100\/10:active {
  border-top-color: rgb(224 231 255 / 0.1);
  border-bottom-color: rgb(224 231 255 / 0.1);
}

.active\:border-y-indigo-100\/100:active {
  border-top-color: rgb(224 231 255 / 1);
  border-bottom-color: rgb(224 231 255 / 1);
}

.active\:border-y-indigo-100\/20:active {
  border-top-color: rgb(224 231 255 / 0.2);
  border-bottom-color: rgb(224 231 255 / 0.2);
}

.active\:border-y-indigo-100\/25:active {
  border-top-color: rgb(224 231 255 / 0.25);
  border-bottom-color: rgb(224 231 255 / 0.25);
}

.active\:border-y-indigo-100\/30:active {
  border-top-color: rgb(224 231 255 / 0.3);
  border-bottom-color: rgb(224 231 255 / 0.3);
}

.active\:border-y-indigo-100\/40:active {
  border-top-color: rgb(224 231 255 / 0.4);
  border-bottom-color: rgb(224 231 255 / 0.4);
}

.active\:border-y-indigo-100\/5:active {
  border-top-color: rgb(224 231 255 / 0.05);
  border-bottom-color: rgb(224 231 255 / 0.05);
}

.active\:border-y-indigo-100\/50:active {
  border-top-color: rgb(224 231 255 / 0.5);
  border-bottom-color: rgb(224 231 255 / 0.5);
}

.active\:border-y-indigo-100\/60:active {
  border-top-color: rgb(224 231 255 / 0.6);
  border-bottom-color: rgb(224 231 255 / 0.6);
}

.active\:border-y-indigo-100\/70:active {
  border-top-color: rgb(224 231 255 / 0.7);
  border-bottom-color: rgb(224 231 255 / 0.7);
}

.active\:border-y-indigo-100\/75:active {
  border-top-color: rgb(224 231 255 / 0.75);
  border-bottom-color: rgb(224 231 255 / 0.75);
}

.active\:border-y-indigo-100\/80:active {
  border-top-color: rgb(224 231 255 / 0.8);
  border-bottom-color: rgb(224 231 255 / 0.8);
}

.active\:border-y-indigo-100\/90:active {
  border-top-color: rgb(224 231 255 / 0.9);
  border-bottom-color: rgb(224 231 255 / 0.9);
}

.active\:border-y-indigo-100\/95:active {
  border-top-color: rgb(224 231 255 / 0.95);
  border-bottom-color: rgb(224 231 255 / 0.95);
}

.active\:border-y-indigo-200:active {
  --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));
}

.active\:border-y-indigo-200\/0:active {
  border-top-color: rgb(199 210 254 / 0);
  border-bottom-color: rgb(199 210 254 / 0);
}

.active\:border-y-indigo-200\/10:active {
  border-top-color: rgb(199 210 254 / 0.1);
  border-bottom-color: rgb(199 210 254 / 0.1);
}

.active\:border-y-indigo-200\/100:active {
  border-top-color: rgb(199 210 254 / 1);
  border-bottom-color: rgb(199 210 254 / 1);
}

.active\:border-y-indigo-200\/20:active {
  border-top-color: rgb(199 210 254 / 0.2);
  border-bottom-color: rgb(199 210 254 / 0.2);
}

.active\:border-y-indigo-200\/25:active {
  border-top-color: rgb(199 210 254 / 0.25);
  border-bottom-color: rgb(199 210 254 / 0.25);
}

.active\:border-y-indigo-200\/30:active {
  border-top-color: rgb(199 210 254 / 0.3);
  border-bottom-color: rgb(199 210 254 / 0.3);
}

.active\:border-y-indigo-200\/40:active {
  border-top-color: rgb(199 210 254 / 0.4);
  border-bottom-color: rgb(199 210 254 / 0.4);
}

.active\:border-y-indigo-200\/5:active {
  border-top-color: rgb(199 210 254 / 0.05);
  border-bottom-color: rgb(199 210 254 / 0.05);
}

.active\:border-y-indigo-200\/50:active {
  border-top-color: rgb(199 210 254 / 0.5);
  border-bottom-color: rgb(199 210 254 / 0.5);
}

.active\:border-y-indigo-200\/60:active {
  border-top-color: rgb(199 210 254 / 0.6);
  border-bottom-color: rgb(199 210 254 / 0.6);
}

.active\:border-y-indigo-200\/70:active {
  border-top-color: rgb(199 210 254 / 0.7);
  border-bottom-color: rgb(199 210 254 / 0.7);
}

.active\:border-y-indigo-200\/75:active {
  border-top-color: rgb(199 210 254 / 0.75);
  border-bottom-color: rgb(199 210 254 / 0.75);
}

.active\:border-y-indigo-200\/80:active {
  border-top-color: rgb(199 210 254 / 0.8);
  border-bottom-color: rgb(199 210 254 / 0.8);
}

.active\:border-y-indigo-200\/90:active {
  border-top-color: rgb(199 210 254 / 0.9);
  border-bottom-color: rgb(199 210 254 / 0.9);
}

.active\:border-y-indigo-200\/95:active {
  border-top-color: rgb(199 210 254 / 0.95);
  border-bottom-color: rgb(199 210 254 / 0.95);
}

.active\:border-y-indigo-300:active {
  --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));
}

.active\:border-y-indigo-300\/0:active {
  border-top-color: rgb(165 180 252 / 0);
  border-bottom-color: rgb(165 180 252 / 0);
}

.active\:border-y-indigo-300\/10:active {
  border-top-color: rgb(165 180 252 / 0.1);
  border-bottom-color: rgb(165 180 252 / 0.1);
}

.active\:border-y-indigo-300\/100:active {
  border-top-color: rgb(165 180 252 / 1);
  border-bottom-color: rgb(165 180 252 / 1);
}

.active\:border-y-indigo-300\/20:active {
  border-top-color: rgb(165 180 252 / 0.2);
  border-bottom-color: rgb(165 180 252 / 0.2);
}

.active\:border-y-indigo-300\/25:active {
  border-top-color: rgb(165 180 252 / 0.25);
  border-bottom-color: rgb(165 180 252 / 0.25);
}

.active\:border-y-indigo-300\/30:active {
  border-top-color: rgb(165 180 252 / 0.3);
  border-bottom-color: rgb(165 180 252 / 0.3);
}

.active\:border-y-indigo-300\/40:active {
  border-top-color: rgb(165 180 252 / 0.4);
  border-bottom-color: rgb(165 180 252 / 0.4);
}

.active\:border-y-indigo-300\/5:active {
  border-top-color: rgb(165 180 252 / 0.05);
  border-bottom-color: rgb(165 180 252 / 0.05);
}

.active\:border-y-indigo-300\/50:active {
  border-top-color: rgb(165 180 252 / 0.5);
  border-bottom-color: rgb(165 180 252 / 0.5);
}

.active\:border-y-indigo-300\/60:active {
  border-top-color: rgb(165 180 252 / 0.6);
  border-bottom-color: rgb(165 180 252 / 0.6);
}

.active\:border-y-indigo-300\/70:active {
  border-top-color: rgb(165 180 252 / 0.7);
  border-bottom-color: rgb(165 180 252 / 0.7);
}

.active\:border-y-indigo-300\/75:active {
  border-top-color: rgb(165 180 252 / 0.75);
  border-bottom-color: rgb(165 180 252 / 0.75);
}

.active\:border-y-indigo-300\/80:active {
  border-top-color: rgb(165 180 252 / 0.8);
  border-bottom-color: rgb(165 180 252 / 0.8);
}

.active\:border-y-indigo-300\/90:active {
  border-top-color: rgb(165 180 252 / 0.9);
  border-bottom-color: rgb(165 180 252 / 0.9);
}

.active\:border-y-indigo-300\/95:active {
  border-top-color: rgb(165 180 252 / 0.95);
  border-bottom-color: rgb(165 180 252 / 0.95);
}

.active\:border-y-indigo-400:active {
  --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));
}

.active\:border-y-indigo-400\/0:active {
  border-top-color: rgb(129 140 248 / 0);
  border-bottom-color: rgb(129 140 248 / 0);
}

.active\:border-y-indigo-400\/10:active {
  border-top-color: rgb(129 140 248 / 0.1);
  border-bottom-color: rgb(129 140 248 / 0.1);
}

.active\:border-y-indigo-400\/100:active {
  border-top-color: rgb(129 140 248 / 1);
  border-bottom-color: rgb(129 140 248 / 1);
}

.active\:border-y-indigo-400\/20:active {
  border-top-color: rgb(129 140 248 / 0.2);
  border-bottom-color: rgb(129 140 248 / 0.2);
}

.active\:border-y-indigo-400\/25:active {
  border-top-color: rgb(129 140 248 / 0.25);
  border-bottom-color: rgb(129 140 248 / 0.25);
}

.active\:border-y-indigo-400\/30:active {
  border-top-color: rgb(129 140 248 / 0.3);
  border-bottom-color: rgb(129 140 248 / 0.3);
}

.active\:border-y-indigo-400\/40:active {
  border-top-color: rgb(129 140 248 / 0.4);
  border-bottom-color: rgb(129 140 248 / 0.4);
}

.active\:border-y-indigo-400\/5:active {
  border-top-color: rgb(129 140 248 / 0.05);
  border-bottom-color: rgb(129 140 248 / 0.05);
}

.active\:border-y-indigo-400\/50:active {
  border-top-color: rgb(129 140 248 / 0.5);
  border-bottom-color: rgb(129 140 248 / 0.5);
}

.active\:border-y-indigo-400\/60:active {
  border-top-color: rgb(129 140 248 / 0.6);
  border-bottom-color: rgb(129 140 248 / 0.6);
}

.active\:border-y-indigo-400\/70:active {
  border-top-color: rgb(129 140 248 / 0.7);
  border-bottom-color: rgb(129 140 248 / 0.7);
}

.active\:border-y-indigo-400\/75:active {
  border-top-color: rgb(129 140 248 / 0.75);
  border-bottom-color: rgb(129 140 248 / 0.75);
}

.active\:border-y-indigo-400\/80:active {
  border-top-color: rgb(129 140 248 / 0.8);
  border-bottom-color: rgb(129 140 248 / 0.8);
}

.active\:border-y-indigo-400\/90:active {
  border-top-color: rgb(129 140 248 / 0.9);
  border-bottom-color: rgb(129 140 248 / 0.9);
}

.active\:border-y-indigo-400\/95:active {
  border-top-color: rgb(129 140 248 / 0.95);
  border-bottom-color: rgb(129 140 248 / 0.95);
}

.active\:border-y-indigo-50:active {
  --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));
}

.active\:border-y-indigo-50\/0:active {
  border-top-color: rgb(238 242 255 / 0);
  border-bottom-color: rgb(238 242 255 / 0);
}

.active\:border-y-indigo-50\/10:active {
  border-top-color: rgb(238 242 255 / 0.1);
  border-bottom-color: rgb(238 242 255 / 0.1);
}

.active\:border-y-indigo-50\/100:active {
  border-top-color: rgb(238 242 255 / 1);
  border-bottom-color: rgb(238 242 255 / 1);
}

.active\:border-y-indigo-50\/20:active {
  border-top-color: rgb(238 242 255 / 0.2);
  border-bottom-color: rgb(238 242 255 / 0.2);
}

.active\:border-y-indigo-50\/25:active {
  border-top-color: rgb(238 242 255 / 0.25);
  border-bottom-color: rgb(238 242 255 / 0.25);
}

.active\:border-y-indigo-50\/30:active {
  border-top-color: rgb(238 242 255 / 0.3);
  border-bottom-color: rgb(238 242 255 / 0.3);
}

.active\:border-y-indigo-50\/40:active {
  border-top-color: rgb(238 242 255 / 0.4);
  border-bottom-color: rgb(238 242 255 / 0.4);
}

.active\:border-y-indigo-50\/5:active {
  border-top-color: rgb(238 242 255 / 0.05);
  border-bottom-color: rgb(238 242 255 / 0.05);
}

.active\:border-y-indigo-50\/50:active {
  border-top-color: rgb(238 242 255 / 0.5);
  border-bottom-color: rgb(238 242 255 / 0.5);
}

.active\:border-y-indigo-50\/60:active {
  border-top-color: rgb(238 242 255 / 0.6);
  border-bottom-color: rgb(238 242 255 / 0.6);
}

.active\:border-y-indigo-50\/70:active {
  border-top-color: rgb(238 242 255 / 0.7);
  border-bottom-color: rgb(238 242 255 / 0.7);
}

.active\:border-y-indigo-50\/75:active {
  border-top-color: rgb(238 242 255 / 0.75);
  border-bottom-color: rgb(238 242 255 / 0.75);
}

.active\:border-y-indigo-50\/80:active {
  border-top-color: rgb(238 242 255 / 0.8);
  border-bottom-color: rgb(238 242 255 / 0.8);
}

.active\:border-y-indigo-50\/90:active {
  border-top-color: rgb(238 242 255 / 0.9);
  border-bottom-color: rgb(238 242 255 / 0.9);
}

.active\:border-y-indigo-50\/95:active {
  border-top-color: rgb(238 242 255 / 0.95);
  border-bottom-color: rgb(238 242 255 / 0.95);
}

.active\:border-y-indigo-500:active {
  --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));
}

.active\:border-y-indigo-500\/0:active {
  border-top-color: rgb(99 102 241 / 0);
  border-bottom-color: rgb(99 102 241 / 0);
}

.active\:border-y-indigo-500\/10:active {
  border-top-color: rgb(99 102 241 / 0.1);
  border-bottom-color: rgb(99 102 241 / 0.1);
}

.active\:border-y-indigo-500\/100:active {
  border-top-color: rgb(99 102 241 / 1);
  border-bottom-color: rgb(99 102 241 / 1);
}

.active\:border-y-indigo-500\/20:active {
  border-top-color: rgb(99 102 241 / 0.2);
  border-bottom-color: rgb(99 102 241 / 0.2);
}

.active\:border-y-indigo-500\/25:active {
  border-top-color: rgb(99 102 241 / 0.25);
  border-bottom-color: rgb(99 102 241 / 0.25);
}

.active\:border-y-indigo-500\/30:active {
  border-top-color: rgb(99 102 241 / 0.3);
  border-bottom-color: rgb(99 102 241 / 0.3);
}

.active\:border-y-indigo-500\/40:active {
  border-top-color: rgb(99 102 241 / 0.4);
  border-bottom-color: rgb(99 102 241 / 0.4);
}

.active\:border-y-indigo-500\/5:active {
  border-top-color: rgb(99 102 241 / 0.05);
  border-bottom-color: rgb(99 102 241 / 0.05);
}

.active\:border-y-indigo-500\/50:active {
  border-top-color: rgb(99 102 241 / 0.5);
  border-bottom-color: rgb(99 102 241 / 0.5);
}

.active\:border-y-indigo-500\/60:active {
  border-top-color: rgb(99 102 241 / 0.6);
  border-bottom-color: rgb(99 102 241 / 0.6);
}

.active\:border-y-indigo-500\/70:active {
  border-top-color: rgb(99 102 241 / 0.7);
  border-bottom-color: rgb(99 102 241 / 0.7);
}

.active\:border-y-indigo-500\/75:active {
  border-top-color: rgb(99 102 241 / 0.75);
  border-bottom-color: rgb(99 102 241 / 0.75);
}

.active\:border-y-indigo-500\/80:active {
  border-top-color: rgb(99 102 241 / 0.8);
  border-bottom-color: rgb(99 102 241 / 0.8);
}

.active\:border-y-indigo-500\/90:active {
  border-top-color: rgb(99 102 241 / 0.9);
  border-bottom-color: rgb(99 102 241 / 0.9);
}

.active\:border-y-indigo-500\/95:active {
  border-top-color: rgb(99 102 241 / 0.95);
  border-bottom-color: rgb(99 102 241 / 0.95);
}

.active\:border-y-indigo-600:active {
  --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));
}

.active\:border-y-indigo-600\/0:active {
  border-top-color: rgb(79 70 229 / 0);
  border-bottom-color: rgb(79 70 229 / 0);
}

.active\:border-y-indigo-600\/10:active {
  border-top-color: rgb(79 70 229 / 0.1);
  border-bottom-color: rgb(79 70 229 / 0.1);
}

.active\:border-y-indigo-600\/100:active {
  border-top-color: rgb(79 70 229 / 1);
  border-bottom-color: rgb(79 70 229 / 1);
}

.active\:border-y-indigo-600\/20:active {
  border-top-color: rgb(79 70 229 / 0.2);
  border-bottom-color: rgb(79 70 229 / 0.2);
}

.active\:border-y-indigo-600\/25:active {
  border-top-color: rgb(79 70 229 / 0.25);
  border-bottom-color: rgb(79 70 229 / 0.25);
}

.active\:border-y-indigo-600\/30:active {
  border-top-color: rgb(79 70 229 / 0.3);
  border-bottom-color: rgb(79 70 229 / 0.3);
}

.active\:border-y-indigo-600\/40:active {
  border-top-color: rgb(79 70 229 / 0.4);
  border-bottom-color: rgb(79 70 229 / 0.4);
}

.active\:border-y-indigo-600\/5:active {
  border-top-color: rgb(79 70 229 / 0.05);
  border-bottom-color: rgb(79 70 229 / 0.05);
}

.active\:border-y-indigo-600\/50:active {
  border-top-color: rgb(79 70 229 / 0.5);
  border-bottom-color: rgb(79 70 229 / 0.5);
}

.active\:border-y-indigo-600\/60:active {
  border-top-color: rgb(79 70 229 / 0.6);
  border-bottom-color: rgb(79 70 229 / 0.6);
}

.active\:border-y-indigo-600\/70:active {
  border-top-color: rgb(79 70 229 / 0.7);
  border-bottom-color: rgb(79 70 229 / 0.7);
}

.active\:border-y-indigo-600\/75:active {
  border-top-color: rgb(79 70 229 / 0.75);
  border-bottom-color: rgb(79 70 229 / 0.75);
}

.active\:border-y-indigo-600\/80:active {
  border-top-color: rgb(79 70 229 / 0.8);
  border-bottom-color: rgb(79 70 229 / 0.8);
}

.active\:border-y-indigo-600\/90:active {
  border-top-color: rgb(79 70 229 / 0.9);
  border-bottom-color: rgb(79 70 229 / 0.9);
}

.active\:border-y-indigo-600\/95:active {
  border-top-color: rgb(79 70 229 / 0.95);
  border-bottom-color: rgb(79 70 229 / 0.95);
}

.active\:border-y-indigo-700:active {
  --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));
}

.active\:border-y-indigo-700\/0:active {
  border-top-color: rgb(67 56 202 / 0);
  border-bottom-color: rgb(67 56 202 / 0);
}

.active\:border-y-indigo-700\/10:active {
  border-top-color: rgb(67 56 202 / 0.1);
  border-bottom-color: rgb(67 56 202 / 0.1);
}

.active\:border-y-indigo-700\/100:active {
  border-top-color: rgb(67 56 202 / 1);
  border-bottom-color: rgb(67 56 202 / 1);
}

.active\:border-y-indigo-700\/20:active {
  border-top-color: rgb(67 56 202 / 0.2);
  border-bottom-color: rgb(67 56 202 / 0.2);
}

.active\:border-y-indigo-700\/25:active {
  border-top-color: rgb(67 56 202 / 0.25);
  border-bottom-color: rgb(67 56 202 / 0.25);
}

.active\:border-y-indigo-700\/30:active {
  border-top-color: rgb(67 56 202 / 0.3);
  border-bottom-color: rgb(67 56 202 / 0.3);
}

.active\:border-y-indigo-700\/40:active {
  border-top-color: rgb(67 56 202 / 0.4);
  border-bottom-color: rgb(67 56 202 / 0.4);
}

.active\:border-y-indigo-700\/5:active {
  border-top-color: rgb(67 56 202 / 0.05);
  border-bottom-color: rgb(67 56 202 / 0.05);
}

.active\:border-y-indigo-700\/50:active {
  border-top-color: rgb(67 56 202 / 0.5);
  border-bottom-color: rgb(67 56 202 / 0.5);
}

.active\:border-y-indigo-700\/60:active {
  border-top-color: rgb(67 56 202 / 0.6);
  border-bottom-color: rgb(67 56 202 / 0.6);
}

.active\:border-y-indigo-700\/70:active {
  border-top-color: rgb(67 56 202 / 0.7);
  border-bottom-color: rgb(67 56 202 / 0.7);
}

.active\:border-y-indigo-700\/75:active {
  border-top-color: rgb(67 56 202 / 0.75);
  border-bottom-color: rgb(67 56 202 / 0.75);
}

.active\:border-y-indigo-700\/80:active {
  border-top-color: rgb(67 56 202 / 0.8);
  border-bottom-color: rgb(67 56 202 / 0.8);
}

.active\:border-y-indigo-700\/90:active {
  border-top-color: rgb(67 56 202 / 0.9);
  border-bottom-color: rgb(67 56 202 / 0.9);
}

.active\:border-y-indigo-700\/95:active {
  border-top-color: rgb(67 56 202 / 0.95);
  border-bottom-color: rgb(67 56 202 / 0.95);
}

.active\:border-y-indigo-800:active {
  --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));
}

.active\:border-y-indigo-800\/0:active {
  border-top-color: rgb(55 48 163 / 0);
  border-bottom-color: rgb(55 48 163 / 0);
}

.active\:border-y-indigo-800\/10:active {
  border-top-color: rgb(55 48 163 / 0.1);
  border-bottom-color: rgb(55 48 163 / 0.1);
}

.active\:border-y-indigo-800\/100:active {
  border-top-color: rgb(55 48 163 / 1);
  border-bottom-color: rgb(55 48 163 / 1);
}

.active\:border-y-indigo-800\/20:active {
  border-top-color: rgb(55 48 163 / 0.2);
  border-bottom-color: rgb(55 48 163 / 0.2);
}

.active\:border-y-indigo-800\/25:active {
  border-top-color: rgb(55 48 163 / 0.25);
  border-bottom-color: rgb(55 48 163 / 0.25);
}

.active\:border-y-indigo-800\/30:active {
  border-top-color: rgb(55 48 163 / 0.3);
  border-bottom-color: rgb(55 48 163 / 0.3);
}

.active\:border-y-indigo-800\/40:active {
  border-top-color: rgb(55 48 163 / 0.4);
  border-bottom-color: rgb(55 48 163 / 0.4);
}

.active\:border-y-indigo-800\/5:active {
  border-top-color: rgb(55 48 163 / 0.05);
  border-bottom-color: rgb(55 48 163 / 0.05);
}

.active\:border-y-indigo-800\/50:active {
  border-top-color: rgb(55 48 163 / 0.5);
  border-bottom-color: rgb(55 48 163 / 0.5);
}

.active\:border-y-indigo-800\/60:active {
  border-top-color: rgb(55 48 163 / 0.6);
  border-bottom-color: rgb(55 48 163 / 0.6);
}

.active\:border-y-indigo-800\/70:active {
  border-top-color: rgb(55 48 163 / 0.7);
  border-bottom-color: rgb(55 48 163 / 0.7);
}

.active\:border-y-indigo-800\/75:active {
  border-top-color: rgb(55 48 163 / 0.75);
  border-bottom-color: rgb(55 48 163 / 0.75);
}

.active\:border-y-indigo-800\/80:active {
  border-top-color: rgb(55 48 163 / 0.8);
  border-bottom-color: rgb(55 48 163 / 0.8);
}

.active\:border-y-indigo-800\/90:active {
  border-top-color: rgb(55 48 163 / 0.9);
  border-bottom-color: rgb(55 48 163 / 0.9);
}

.active\:border-y-indigo-800\/95:active {
  border-top-color: rgb(55 48 163 / 0.95);
  border-bottom-color: rgb(55 48 163 / 0.95);
}

.active\:border-y-indigo-900:active {
  --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));
}

.active\:border-y-indigo-900\/0:active {
  border-top-color: rgb(49 46 129 / 0);
  border-bottom-color: rgb(49 46 129 / 0);
}

.active\:border-y-indigo-900\/10:active {
  border-top-color: rgb(49 46 129 / 0.1);
  border-bottom-color: rgb(49 46 129 / 0.1);
}

.active\:border-y-indigo-900\/100:active {
  border-top-color: rgb(49 46 129 / 1);
  border-bottom-color: rgb(49 46 129 / 1);
}

.active\:border-y-indigo-900\/20:active {
  border-top-color: rgb(49 46 129 / 0.2);
  border-bottom-color: rgb(49 46 129 / 0.2);
}

.active\:border-y-indigo-900\/25:active {
  border-top-color: rgb(49 46 129 / 0.25);
  border-bottom-color: rgb(49 46 129 / 0.25);
}

.active\:border-y-indigo-900\/30:active {
  border-top-color: rgb(49 46 129 / 0.3);
  border-bottom-color: rgb(49 46 129 / 0.3);
}

.active\:border-y-indigo-900\/40:active {
  border-top-color: rgb(49 46 129 / 0.4);
  border-bottom-color: rgb(49 46 129 / 0.4);
}

.active\:border-y-indigo-900\/5:active {
  border-top-color: rgb(49 46 129 / 0.05);
  border-bottom-color: rgb(49 46 129 / 0.05);
}

.active\:border-y-indigo-900\/50:active {
  border-top-color: rgb(49 46 129 / 0.5);
  border-bottom-color: rgb(49 46 129 / 0.5);
}

.active\:border-y-indigo-900\/60:active {
  border-top-color: rgb(49 46 129 / 0.6);
  border-bottom-color: rgb(49 46 129 / 0.6);
}

.active\:border-y-indigo-900\/70:active {
  border-top-color: rgb(49 46 129 / 0.7);
  border-bottom-color: rgb(49 46 129 / 0.7);
}

.active\:border-y-indigo-900\/75:active {
  border-top-color: rgb(49 46 129 / 0.75);
  border-bottom-color: rgb(49 46 129 / 0.75);
}

.active\:border-y-indigo-900\/80:active {
  border-top-color: rgb(49 46 129 / 0.8);
  border-bottom-color: rgb(49 46 129 / 0.8);
}

.active\:border-y-indigo-900\/90:active {
  border-top-color: rgb(49 46 129 / 0.9);
  border-bottom-color: rgb(49 46 129 / 0.9);
}

.active\:border-y-indigo-900\/95:active {
  border-top-color: rgb(49 46 129 / 0.95);
  border-bottom-color: rgb(49 46 129 / 0.95);
}

.active\:border-y-indigo-950:active {
  --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));
}

.active\:border-y-indigo-950\/0:active {
  border-top-color: rgb(30 27 75 / 0);
  border-bottom-color: rgb(30 27 75 / 0);
}

.active\:border-y-indigo-950\/10:active {
  border-top-color: rgb(30 27 75 / 0.1);
  border-bottom-color: rgb(30 27 75 / 0.1);
}

.active\:border-y-indigo-950\/100:active {
  border-top-color: rgb(30 27 75 / 1);
  border-bottom-color: rgb(30 27 75 / 1);
}

.active\:border-y-indigo-950\/20:active {
  border-top-color: rgb(30 27 75 / 0.2);
  border-bottom-color: rgb(30 27 75 / 0.2);
}

.active\:border-y-indigo-950\/25:active {
  border-top-color: rgb(30 27 75 / 0.25);
  border-bottom-color: rgb(30 27 75 / 0.25);
}

.active\:border-y-indigo-950\/30:active {
  border-top-color: rgb(30 27 75 / 0.3);
  border-bottom-color: rgb(30 27 75 / 0.3);
}

.active\:border-y-indigo-950\/40:active {
  border-top-color: rgb(30 27 75 / 0.4);
  border-bottom-color: rgb(30 27 75 / 0.4);
}

.active\:border-y-indigo-950\/5:active {
  border-top-color: rgb(30 27 75 / 0.05);
  border-bottom-color: rgb(30 27 75 / 0.05);
}

.active\:border-y-indigo-950\/50:active {
  border-top-color: rgb(30 27 75 / 0.5);
  border-bottom-color: rgb(30 27 75 / 0.5);
}

.active\:border-y-indigo-950\/60:active {
  border-top-color: rgb(30 27 75 / 0.6);
  border-bottom-color: rgb(30 27 75 / 0.6);
}

.active\:border-y-indigo-950\/70:active {
  border-top-color: rgb(30 27 75 / 0.7);
  border-bottom-color: rgb(30 27 75 / 0.7);
}

.active\:border-y-indigo-950\/75:active {
  border-top-color: rgb(30 27 75 / 0.75);
  border-bottom-color: rgb(30 27 75 / 0.75);
}

.active\:border-y-indigo-950\/80:active {
  border-top-color: rgb(30 27 75 / 0.8);
  border-bottom-color: rgb(30 27 75 / 0.8);
}

.active\:border-y-indigo-950\/90:active {
  border-top-color: rgb(30 27 75 / 0.9);
  border-bottom-color: rgb(30 27 75 / 0.9);
}

.active\:border-y-indigo-950\/95:active {
  border-top-color: rgb(30 27 75 / 0.95);
  border-bottom-color: rgb(30 27 75 / 0.95);
}

.active\:border-y-inherit:active {
  border-top-color: inherit;
  border-bottom-color: inherit;
}

.active\:border-y-interbeauty-100:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 197 175 / var(--tw-border-opacity));
  border-bottom-color: rgb(249 197 175 / var(--tw-border-opacity));
}

.active\:border-y-interbeauty-100\/0:active {
  border-top-color: rgb(249 197 175 / 0);
  border-bottom-color: rgb(249 197 175 / 0);
}

.active\:border-y-interbeauty-100\/10:active {
  border-top-color: rgb(249 197 175 / 0.1);
  border-bottom-color: rgb(249 197 175 / 0.1);
}

.active\:border-y-interbeauty-100\/100:active {
  border-top-color: rgb(249 197 175 / 1);
  border-bottom-color: rgb(249 197 175 / 1);
}

.active\:border-y-interbeauty-100\/20:active {
  border-top-color: rgb(249 197 175 / 0.2);
  border-bottom-color: rgb(249 197 175 / 0.2);
}

.active\:border-y-interbeauty-100\/25:active {
  border-top-color: rgb(249 197 175 / 0.25);
  border-bottom-color: rgb(249 197 175 / 0.25);
}

.active\:border-y-interbeauty-100\/30:active {
  border-top-color: rgb(249 197 175 / 0.3);
  border-bottom-color: rgb(249 197 175 / 0.3);
}

.active\:border-y-interbeauty-100\/40:active {
  border-top-color: rgb(249 197 175 / 0.4);
  border-bottom-color: rgb(249 197 175 / 0.4);
}

.active\:border-y-interbeauty-100\/5:active {
  border-top-color: rgb(249 197 175 / 0.05);
  border-bottom-color: rgb(249 197 175 / 0.05);
}

.active\:border-y-interbeauty-100\/50:active {
  border-top-color: rgb(249 197 175 / 0.5);
  border-bottom-color: rgb(249 197 175 / 0.5);
}

.active\:border-y-interbeauty-100\/60:active {
  border-top-color: rgb(249 197 175 / 0.6);
  border-bottom-color: rgb(249 197 175 / 0.6);
}

.active\:border-y-interbeauty-100\/70:active {
  border-top-color: rgb(249 197 175 / 0.7);
  border-bottom-color: rgb(249 197 175 / 0.7);
}

.active\:border-y-interbeauty-100\/75:active {
  border-top-color: rgb(249 197 175 / 0.75);
  border-bottom-color: rgb(249 197 175 / 0.75);
}

.active\:border-y-interbeauty-100\/80:active {
  border-top-color: rgb(249 197 175 / 0.8);
  border-bottom-color: rgb(249 197 175 / 0.8);
}

.active\:border-y-interbeauty-100\/90:active {
  border-top-color: rgb(249 197 175 / 0.9);
  border-bottom-color: rgb(249 197 175 / 0.9);
}

.active\:border-y-interbeauty-100\/95:active {
  border-top-color: rgb(249 197 175 / 0.95);
  border-bottom-color: rgb(249 197 175 / 0.95);
}

.active\:border-y-interbeauty-200:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(241 182 191 / var(--tw-border-opacity));
  border-bottom-color: rgb(241 182 191 / var(--tw-border-opacity));
}

.active\:border-y-interbeauty-200\/0:active {
  border-top-color: rgb(241 182 191 / 0);
  border-bottom-color: rgb(241 182 191 / 0);
}

.active\:border-y-interbeauty-200\/10:active {
  border-top-color: rgb(241 182 191 / 0.1);
  border-bottom-color: rgb(241 182 191 / 0.1);
}

.active\:border-y-interbeauty-200\/100:active {
  border-top-color: rgb(241 182 191 / 1);
  border-bottom-color: rgb(241 182 191 / 1);
}

.active\:border-y-interbeauty-200\/20:active {
  border-top-color: rgb(241 182 191 / 0.2);
  border-bottom-color: rgb(241 182 191 / 0.2);
}

.active\:border-y-interbeauty-200\/25:active {
  border-top-color: rgb(241 182 191 / 0.25);
  border-bottom-color: rgb(241 182 191 / 0.25);
}

.active\:border-y-interbeauty-200\/30:active {
  border-top-color: rgb(241 182 191 / 0.3);
  border-bottom-color: rgb(241 182 191 / 0.3);
}

.active\:border-y-interbeauty-200\/40:active {
  border-top-color: rgb(241 182 191 / 0.4);
  border-bottom-color: rgb(241 182 191 / 0.4);
}

.active\:border-y-interbeauty-200\/5:active {
  border-top-color: rgb(241 182 191 / 0.05);
  border-bottom-color: rgb(241 182 191 / 0.05);
}

.active\:border-y-interbeauty-200\/50:active {
  border-top-color: rgb(241 182 191 / 0.5);
  border-bottom-color: rgb(241 182 191 / 0.5);
}

.active\:border-y-interbeauty-200\/60:active {
  border-top-color: rgb(241 182 191 / 0.6);
  border-bottom-color: rgb(241 182 191 / 0.6);
}

.active\:border-y-interbeauty-200\/70:active {
  border-top-color: rgb(241 182 191 / 0.7);
  border-bottom-color: rgb(241 182 191 / 0.7);
}

.active\:border-y-interbeauty-200\/75:active {
  border-top-color: rgb(241 182 191 / 0.75);
  border-bottom-color: rgb(241 182 191 / 0.75);
}

.active\:border-y-interbeauty-200\/80:active {
  border-top-color: rgb(241 182 191 / 0.8);
  border-bottom-color: rgb(241 182 191 / 0.8);
}

.active\:border-y-interbeauty-200\/90:active {
  border-top-color: rgb(241 182 191 / 0.9);
  border-bottom-color: rgb(241 182 191 / 0.9);
}

.active\:border-y-interbeauty-200\/95:active {
  border-top-color: rgb(241 182 191 / 0.95);
  border-bottom-color: rgb(241 182 191 / 0.95);
}

.active\:border-y-interbeauty-300:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(182 219 231 / var(--tw-border-opacity));
  border-bottom-color: rgb(182 219 231 / var(--tw-border-opacity));
}

.active\:border-y-interbeauty-300\/0:active {
  border-top-color: rgb(182 219 231 / 0);
  border-bottom-color: rgb(182 219 231 / 0);
}

.active\:border-y-interbeauty-300\/10:active {
  border-top-color: rgb(182 219 231 / 0.1);
  border-bottom-color: rgb(182 219 231 / 0.1);
}

.active\:border-y-interbeauty-300\/100:active {
  border-top-color: rgb(182 219 231 / 1);
  border-bottom-color: rgb(182 219 231 / 1);
}

.active\:border-y-interbeauty-300\/20:active {
  border-top-color: rgb(182 219 231 / 0.2);
  border-bottom-color: rgb(182 219 231 / 0.2);
}

.active\:border-y-interbeauty-300\/25:active {
  border-top-color: rgb(182 219 231 / 0.25);
  border-bottom-color: rgb(182 219 231 / 0.25);
}

.active\:border-y-interbeauty-300\/30:active {
  border-top-color: rgb(182 219 231 / 0.3);
  border-bottom-color: rgb(182 219 231 / 0.3);
}

.active\:border-y-interbeauty-300\/40:active {
  border-top-color: rgb(182 219 231 / 0.4);
  border-bottom-color: rgb(182 219 231 / 0.4);
}

.active\:border-y-interbeauty-300\/5:active {
  border-top-color: rgb(182 219 231 / 0.05);
  border-bottom-color: rgb(182 219 231 / 0.05);
}

.active\:border-y-interbeauty-300\/50:active {
  border-top-color: rgb(182 219 231 / 0.5);
  border-bottom-color: rgb(182 219 231 / 0.5);
}

.active\:border-y-interbeauty-300\/60:active {
  border-top-color: rgb(182 219 231 / 0.6);
  border-bottom-color: rgb(182 219 231 / 0.6);
}

.active\:border-y-interbeauty-300\/70:active {
  border-top-color: rgb(182 219 231 / 0.7);
  border-bottom-color: rgb(182 219 231 / 0.7);
}

.active\:border-y-interbeauty-300\/75:active {
  border-top-color: rgb(182 219 231 / 0.75);
  border-bottom-color: rgb(182 219 231 / 0.75);
}

.active\:border-y-interbeauty-300\/80:active {
  border-top-color: rgb(182 219 231 / 0.8);
  border-bottom-color: rgb(182 219 231 / 0.8);
}

.active\:border-y-interbeauty-300\/90:active {
  border-top-color: rgb(182 219 231 / 0.9);
  border-bottom-color: rgb(182 219 231 / 0.9);
}

.active\:border-y-interbeauty-300\/95:active {
  border-top-color: rgb(182 219 231 / 0.95);
  border-bottom-color: rgb(182 219 231 / 0.95);
}

.active\:border-y-interbeauty-400:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 250 247 / var(--tw-border-opacity));
  border-bottom-color: rgb(254 250 247 / var(--tw-border-opacity));
}

.active\:border-y-interbeauty-400\/0:active {
  border-top-color: rgb(254 250 247 / 0);
  border-bottom-color: rgb(254 250 247 / 0);
}

.active\:border-y-interbeauty-400\/10:active {
  border-top-color: rgb(254 250 247 / 0.1);
  border-bottom-color: rgb(254 250 247 / 0.1);
}

.active\:border-y-interbeauty-400\/100:active {
  border-top-color: rgb(254 250 247 / 1);
  border-bottom-color: rgb(254 250 247 / 1);
}

.active\:border-y-interbeauty-400\/20:active {
  border-top-color: rgb(254 250 247 / 0.2);
  border-bottom-color: rgb(254 250 247 / 0.2);
}

.active\:border-y-interbeauty-400\/25:active {
  border-top-color: rgb(254 250 247 / 0.25);
  border-bottom-color: rgb(254 250 247 / 0.25);
}

.active\:border-y-interbeauty-400\/30:active {
  border-top-color: rgb(254 250 247 / 0.3);
  border-bottom-color: rgb(254 250 247 / 0.3);
}

.active\:border-y-interbeauty-400\/40:active {
  border-top-color: rgb(254 250 247 / 0.4);
  border-bottom-color: rgb(254 250 247 / 0.4);
}

.active\:border-y-interbeauty-400\/5:active {
  border-top-color: rgb(254 250 247 / 0.05);
  border-bottom-color: rgb(254 250 247 / 0.05);
}

.active\:border-y-interbeauty-400\/50:active {
  border-top-color: rgb(254 250 247 / 0.5);
  border-bottom-color: rgb(254 250 247 / 0.5);
}

.active\:border-y-interbeauty-400\/60:active {
  border-top-color: rgb(254 250 247 / 0.6);
  border-bottom-color: rgb(254 250 247 / 0.6);
}

.active\:border-y-interbeauty-400\/70:active {
  border-top-color: rgb(254 250 247 / 0.7);
  border-bottom-color: rgb(254 250 247 / 0.7);
}

.active\:border-y-interbeauty-400\/75:active {
  border-top-color: rgb(254 250 247 / 0.75);
  border-bottom-color: rgb(254 250 247 / 0.75);
}

.active\:border-y-interbeauty-400\/80:active {
  border-top-color: rgb(254 250 247 / 0.8);
  border-bottom-color: rgb(254 250 247 / 0.8);
}

.active\:border-y-interbeauty-400\/90:active {
  border-top-color: rgb(254 250 247 / 0.9);
  border-bottom-color: rgb(254 250 247 / 0.9);
}

.active\:border-y-interbeauty-400\/95:active {
  border-top-color: rgb(254 250 247 / 0.95);
  border-bottom-color: rgb(254 250 247 / 0.95);
}

.active\:border-y-interbeauty-500:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(193 225 224 / var(--tw-border-opacity));
  border-bottom-color: rgb(193 225 224 / var(--tw-border-opacity));
}

.active\:border-y-interbeauty-500\/0:active {
  border-top-color: rgb(193 225 224 / 0);
  border-bottom-color: rgb(193 225 224 / 0);
}

.active\:border-y-interbeauty-500\/10:active {
  border-top-color: rgb(193 225 224 / 0.1);
  border-bottom-color: rgb(193 225 224 / 0.1);
}

.active\:border-y-interbeauty-500\/100:active {
  border-top-color: rgb(193 225 224 / 1);
  border-bottom-color: rgb(193 225 224 / 1);
}

.active\:border-y-interbeauty-500\/20:active {
  border-top-color: rgb(193 225 224 / 0.2);
  border-bottom-color: rgb(193 225 224 / 0.2);
}

.active\:border-y-interbeauty-500\/25:active {
  border-top-color: rgb(193 225 224 / 0.25);
  border-bottom-color: rgb(193 225 224 / 0.25);
}

.active\:border-y-interbeauty-500\/30:active {
  border-top-color: rgb(193 225 224 / 0.3);
  border-bottom-color: rgb(193 225 224 / 0.3);
}

.active\:border-y-interbeauty-500\/40:active {
  border-top-color: rgb(193 225 224 / 0.4);
  border-bottom-color: rgb(193 225 224 / 0.4);
}

.active\:border-y-interbeauty-500\/5:active {
  border-top-color: rgb(193 225 224 / 0.05);
  border-bottom-color: rgb(193 225 224 / 0.05);
}

.active\:border-y-interbeauty-500\/50:active {
  border-top-color: rgb(193 225 224 / 0.5);
  border-bottom-color: rgb(193 225 224 / 0.5);
}

.active\:border-y-interbeauty-500\/60:active {
  border-top-color: rgb(193 225 224 / 0.6);
  border-bottom-color: rgb(193 225 224 / 0.6);
}

.active\:border-y-interbeauty-500\/70:active {
  border-top-color: rgb(193 225 224 / 0.7);
  border-bottom-color: rgb(193 225 224 / 0.7);
}

.active\:border-y-interbeauty-500\/75:active {
  border-top-color: rgb(193 225 224 / 0.75);
  border-bottom-color: rgb(193 225 224 / 0.75);
}

.active\:border-y-interbeauty-500\/80:active {
  border-top-color: rgb(193 225 224 / 0.8);
  border-bottom-color: rgb(193 225 224 / 0.8);
}

.active\:border-y-interbeauty-500\/90:active {
  border-top-color: rgb(193 225 224 / 0.9);
  border-bottom-color: rgb(193 225 224 / 0.9);
}

.active\:border-y-interbeauty-500\/95:active {
  border-top-color: rgb(193 225 224 / 0.95);
  border-bottom-color: rgb(193 225 224 / 0.95);
}

.active\:border-y-interbeauty-600:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(88 88 94 / var(--tw-border-opacity));
  border-bottom-color: rgb(88 88 94 / var(--tw-border-opacity));
}

.active\:border-y-interbeauty-600\/0:active {
  border-top-color: rgb(88 88 94 / 0);
  border-bottom-color: rgb(88 88 94 / 0);
}

.active\:border-y-interbeauty-600\/10:active {
  border-top-color: rgb(88 88 94 / 0.1);
  border-bottom-color: rgb(88 88 94 / 0.1);
}

.active\:border-y-interbeauty-600\/100:active {
  border-top-color: rgb(88 88 94 / 1);
  border-bottom-color: rgb(88 88 94 / 1);
}

.active\:border-y-interbeauty-600\/20:active {
  border-top-color: rgb(88 88 94 / 0.2);
  border-bottom-color: rgb(88 88 94 / 0.2);
}

.active\:border-y-interbeauty-600\/25:active {
  border-top-color: rgb(88 88 94 / 0.25);
  border-bottom-color: rgb(88 88 94 / 0.25);
}

.active\:border-y-interbeauty-600\/30:active {
  border-top-color: rgb(88 88 94 / 0.3);
  border-bottom-color: rgb(88 88 94 / 0.3);
}

.active\:border-y-interbeauty-600\/40:active {
  border-top-color: rgb(88 88 94 / 0.4);
  border-bottom-color: rgb(88 88 94 / 0.4);
}

.active\:border-y-interbeauty-600\/5:active {
  border-top-color: rgb(88 88 94 / 0.05);
  border-bottom-color: rgb(88 88 94 / 0.05);
}

.active\:border-y-interbeauty-600\/50:active {
  border-top-color: rgb(88 88 94 / 0.5);
  border-bottom-color: rgb(88 88 94 / 0.5);
}

.active\:border-y-interbeauty-600\/60:active {
  border-top-color: rgb(88 88 94 / 0.6);
  border-bottom-color: rgb(88 88 94 / 0.6);
}

.active\:border-y-interbeauty-600\/70:active {
  border-top-color: rgb(88 88 94 / 0.7);
  border-bottom-color: rgb(88 88 94 / 0.7);
}

.active\:border-y-interbeauty-600\/75:active {
  border-top-color: rgb(88 88 94 / 0.75);
  border-bottom-color: rgb(88 88 94 / 0.75);
}

.active\:border-y-interbeauty-600\/80:active {
  border-top-color: rgb(88 88 94 / 0.8);
  border-bottom-color: rgb(88 88 94 / 0.8);
}

.active\:border-y-interbeauty-600\/90:active {
  border-top-color: rgb(88 88 94 / 0.9);
  border-bottom-color: rgb(88 88 94 / 0.9);
}

.active\:border-y-interbeauty-600\/95:active {
  border-top-color: rgb(88 88 94 / 0.95);
  border-bottom-color: rgb(88 88 94 / 0.95);
}

.active\:border-y-ipnvaluers-200:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 40 87 / var(--tw-border-opacity));
  border-bottom-color: rgb(0 40 87 / var(--tw-border-opacity));
}

.active\:border-y-ipnvaluers-200\/0:active {
  border-top-color: rgb(0 40 87 / 0);
  border-bottom-color: rgb(0 40 87 / 0);
}

.active\:border-y-ipnvaluers-200\/10:active {
  border-top-color: rgb(0 40 87 / 0.1);
  border-bottom-color: rgb(0 40 87 / 0.1);
}

.active\:border-y-ipnvaluers-200\/100:active {
  border-top-color: rgb(0 40 87 / 1);
  border-bottom-color: rgb(0 40 87 / 1);
}

.active\:border-y-ipnvaluers-200\/20:active {
  border-top-color: rgb(0 40 87 / 0.2);
  border-bottom-color: rgb(0 40 87 / 0.2);
}

.active\:border-y-ipnvaluers-200\/25:active {
  border-top-color: rgb(0 40 87 / 0.25);
  border-bottom-color: rgb(0 40 87 / 0.25);
}

.active\:border-y-ipnvaluers-200\/30:active {
  border-top-color: rgb(0 40 87 / 0.3);
  border-bottom-color: rgb(0 40 87 / 0.3);
}

.active\:border-y-ipnvaluers-200\/40:active {
  border-top-color: rgb(0 40 87 / 0.4);
  border-bottom-color: rgb(0 40 87 / 0.4);
}

.active\:border-y-ipnvaluers-200\/5:active {
  border-top-color: rgb(0 40 87 / 0.05);
  border-bottom-color: rgb(0 40 87 / 0.05);
}

.active\:border-y-ipnvaluers-200\/50:active {
  border-top-color: rgb(0 40 87 / 0.5);
  border-bottom-color: rgb(0 40 87 / 0.5);
}

.active\:border-y-ipnvaluers-200\/60:active {
  border-top-color: rgb(0 40 87 / 0.6);
  border-bottom-color: rgb(0 40 87 / 0.6);
}

.active\:border-y-ipnvaluers-200\/70:active {
  border-top-color: rgb(0 40 87 / 0.7);
  border-bottom-color: rgb(0 40 87 / 0.7);
}

.active\:border-y-ipnvaluers-200\/75:active {
  border-top-color: rgb(0 40 87 / 0.75);
  border-bottom-color: rgb(0 40 87 / 0.75);
}

.active\:border-y-ipnvaluers-200\/80:active {
  border-top-color: rgb(0 40 87 / 0.8);
  border-bottom-color: rgb(0 40 87 / 0.8);
}

.active\:border-y-ipnvaluers-200\/90:active {
  border-top-color: rgb(0 40 87 / 0.9);
  border-bottom-color: rgb(0 40 87 / 0.9);
}

.active\:border-y-ipnvaluers-200\/95:active {
  border-top-color: rgb(0 40 87 / 0.95);
  border-bottom-color: rgb(0 40 87 / 0.95);
}

.active\:border-y-ipnvaluers-400:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(196 107 22 / var(--tw-border-opacity));
  border-bottom-color: rgb(196 107 22 / var(--tw-border-opacity));
}

.active\:border-y-ipnvaluers-400\/0:active {
  border-top-color: rgb(196 107 22 / 0);
  border-bottom-color: rgb(196 107 22 / 0);
}

.active\:border-y-ipnvaluers-400\/10:active {
  border-top-color: rgb(196 107 22 / 0.1);
  border-bottom-color: rgb(196 107 22 / 0.1);
}

.active\:border-y-ipnvaluers-400\/100:active {
  border-top-color: rgb(196 107 22 / 1);
  border-bottom-color: rgb(196 107 22 / 1);
}

.active\:border-y-ipnvaluers-400\/20:active {
  border-top-color: rgb(196 107 22 / 0.2);
  border-bottom-color: rgb(196 107 22 / 0.2);
}

.active\:border-y-ipnvaluers-400\/25:active {
  border-top-color: rgb(196 107 22 / 0.25);
  border-bottom-color: rgb(196 107 22 / 0.25);
}

.active\:border-y-ipnvaluers-400\/30:active {
  border-top-color: rgb(196 107 22 / 0.3);
  border-bottom-color: rgb(196 107 22 / 0.3);
}

.active\:border-y-ipnvaluers-400\/40:active {
  border-top-color: rgb(196 107 22 / 0.4);
  border-bottom-color: rgb(196 107 22 / 0.4);
}

.active\:border-y-ipnvaluers-400\/5:active {
  border-top-color: rgb(196 107 22 / 0.05);
  border-bottom-color: rgb(196 107 22 / 0.05);
}

.active\:border-y-ipnvaluers-400\/50:active {
  border-top-color: rgb(196 107 22 / 0.5);
  border-bottom-color: rgb(196 107 22 / 0.5);
}

.active\:border-y-ipnvaluers-400\/60:active {
  border-top-color: rgb(196 107 22 / 0.6);
  border-bottom-color: rgb(196 107 22 / 0.6);
}

.active\:border-y-ipnvaluers-400\/70:active {
  border-top-color: rgb(196 107 22 / 0.7);
  border-bottom-color: rgb(196 107 22 / 0.7);
}

.active\:border-y-ipnvaluers-400\/75:active {
  border-top-color: rgb(196 107 22 / 0.75);
  border-bottom-color: rgb(196 107 22 / 0.75);
}

.active\:border-y-ipnvaluers-400\/80:active {
  border-top-color: rgb(196 107 22 / 0.8);
  border-bottom-color: rgb(196 107 22 / 0.8);
}

.active\:border-y-ipnvaluers-400\/90:active {
  border-top-color: rgb(196 107 22 / 0.9);
  border-bottom-color: rgb(196 107 22 / 0.9);
}

.active\:border-y-ipnvaluers-400\/95:active {
  border-top-color: rgb(196 107 22 / 0.95);
  border-bottom-color: rgb(196 107 22 / 0.95);
}

.active\:border-y-ipnvaluers-500:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 174 21 / var(--tw-border-opacity));
  border-bottom-color: rgb(245 174 21 / var(--tw-border-opacity));
}

.active\:border-y-ipnvaluers-500\/0:active {
  border-top-color: rgb(245 174 21 / 0);
  border-bottom-color: rgb(245 174 21 / 0);
}

.active\:border-y-ipnvaluers-500\/10:active {
  border-top-color: rgb(245 174 21 / 0.1);
  border-bottom-color: rgb(245 174 21 / 0.1);
}

.active\:border-y-ipnvaluers-500\/100:active {
  border-top-color: rgb(245 174 21 / 1);
  border-bottom-color: rgb(245 174 21 / 1);
}

.active\:border-y-ipnvaluers-500\/20:active {
  border-top-color: rgb(245 174 21 / 0.2);
  border-bottom-color: rgb(245 174 21 / 0.2);
}

.active\:border-y-ipnvaluers-500\/25:active {
  border-top-color: rgb(245 174 21 / 0.25);
  border-bottom-color: rgb(245 174 21 / 0.25);
}

.active\:border-y-ipnvaluers-500\/30:active {
  border-top-color: rgb(245 174 21 / 0.3);
  border-bottom-color: rgb(245 174 21 / 0.3);
}

.active\:border-y-ipnvaluers-500\/40:active {
  border-top-color: rgb(245 174 21 / 0.4);
  border-bottom-color: rgb(245 174 21 / 0.4);
}

.active\:border-y-ipnvaluers-500\/5:active {
  border-top-color: rgb(245 174 21 / 0.05);
  border-bottom-color: rgb(245 174 21 / 0.05);
}

.active\:border-y-ipnvaluers-500\/50:active {
  border-top-color: rgb(245 174 21 / 0.5);
  border-bottom-color: rgb(245 174 21 / 0.5);
}

.active\:border-y-ipnvaluers-500\/60:active {
  border-top-color: rgb(245 174 21 / 0.6);
  border-bottom-color: rgb(245 174 21 / 0.6);
}

.active\:border-y-ipnvaluers-500\/70:active {
  border-top-color: rgb(245 174 21 / 0.7);
  border-bottom-color: rgb(245 174 21 / 0.7);
}

.active\:border-y-ipnvaluers-500\/75:active {
  border-top-color: rgb(245 174 21 / 0.75);
  border-bottom-color: rgb(245 174 21 / 0.75);
}

.active\:border-y-ipnvaluers-500\/80:active {
  border-top-color: rgb(245 174 21 / 0.8);
  border-bottom-color: rgb(245 174 21 / 0.8);
}

.active\:border-y-ipnvaluers-500\/90:active {
  border-top-color: rgb(245 174 21 / 0.9);
  border-bottom-color: rgb(245 174 21 / 0.9);
}

.active\:border-y-ipnvaluers-500\/95:active {
  border-top-color: rgb(245 174 21 / 0.95);
  border-bottom-color: rgb(245 174 21 / 0.95);
}

.active\:border-y-jukejam-500:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 210 101 / var(--tw-border-opacity));
  border-bottom-color: rgb(250 210 101 / var(--tw-border-opacity));
}

.active\:border-y-jukejam-500\/0:active {
  border-top-color: rgb(250 210 101 / 0);
  border-bottom-color: rgb(250 210 101 / 0);
}

.active\:border-y-jukejam-500\/10:active {
  border-top-color: rgb(250 210 101 / 0.1);
  border-bottom-color: rgb(250 210 101 / 0.1);
}

.active\:border-y-jukejam-500\/100:active {
  border-top-color: rgb(250 210 101 / 1);
  border-bottom-color: rgb(250 210 101 / 1);
}

.active\:border-y-jukejam-500\/20:active {
  border-top-color: rgb(250 210 101 / 0.2);
  border-bottom-color: rgb(250 210 101 / 0.2);
}

.active\:border-y-jukejam-500\/25:active {
  border-top-color: rgb(250 210 101 / 0.25);
  border-bottom-color: rgb(250 210 101 / 0.25);
}

.active\:border-y-jukejam-500\/30:active {
  border-top-color: rgb(250 210 101 / 0.3);
  border-bottom-color: rgb(250 210 101 / 0.3);
}

.active\:border-y-jukejam-500\/40:active {
  border-top-color: rgb(250 210 101 / 0.4);
  border-bottom-color: rgb(250 210 101 / 0.4);
}

.active\:border-y-jukejam-500\/5:active {
  border-top-color: rgb(250 210 101 / 0.05);
  border-bottom-color: rgb(250 210 101 / 0.05);
}

.active\:border-y-jukejam-500\/50:active {
  border-top-color: rgb(250 210 101 / 0.5);
  border-bottom-color: rgb(250 210 101 / 0.5);
}

.active\:border-y-jukejam-500\/60:active {
  border-top-color: rgb(250 210 101 / 0.6);
  border-bottom-color: rgb(250 210 101 / 0.6);
}

.active\:border-y-jukejam-500\/70:active {
  border-top-color: rgb(250 210 101 / 0.7);
  border-bottom-color: rgb(250 210 101 / 0.7);
}

.active\:border-y-jukejam-500\/75:active {
  border-top-color: rgb(250 210 101 / 0.75);
  border-bottom-color: rgb(250 210 101 / 0.75);
}

.active\:border-y-jukejam-500\/80:active {
  border-top-color: rgb(250 210 101 / 0.8);
  border-bottom-color: rgb(250 210 101 / 0.8);
}

.active\:border-y-jukejam-500\/90:active {
  border-top-color: rgb(250 210 101 / 0.9);
  border-bottom-color: rgb(250 210 101 / 0.9);
}

.active\:border-y-jukejam-500\/95:active {
  border-top-color: rgb(250 210 101 / 0.95);
  border-bottom-color: rgb(250 210 101 / 0.95);
}

.active\:border-y-lime-100:active {
  --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));
}

.active\:border-y-lime-100\/0:active {
  border-top-color: rgb(236 252 203 / 0);
  border-bottom-color: rgb(236 252 203 / 0);
}

.active\:border-y-lime-100\/10:active {
  border-top-color: rgb(236 252 203 / 0.1);
  border-bottom-color: rgb(236 252 203 / 0.1);
}

.active\:border-y-lime-100\/100:active {
  border-top-color: rgb(236 252 203 / 1);
  border-bottom-color: rgb(236 252 203 / 1);
}

.active\:border-y-lime-100\/20:active {
  border-top-color: rgb(236 252 203 / 0.2);
  border-bottom-color: rgb(236 252 203 / 0.2);
}

.active\:border-y-lime-100\/25:active {
  border-top-color: rgb(236 252 203 / 0.25);
  border-bottom-color: rgb(236 252 203 / 0.25);
}

.active\:border-y-lime-100\/30:active {
  border-top-color: rgb(236 252 203 / 0.3);
  border-bottom-color: rgb(236 252 203 / 0.3);
}

.active\:border-y-lime-100\/40:active {
  border-top-color: rgb(236 252 203 / 0.4);
  border-bottom-color: rgb(236 252 203 / 0.4);
}

.active\:border-y-lime-100\/5:active {
  border-top-color: rgb(236 252 203 / 0.05);
  border-bottom-color: rgb(236 252 203 / 0.05);
}

.active\:border-y-lime-100\/50:active {
  border-top-color: rgb(236 252 203 / 0.5);
  border-bottom-color: rgb(236 252 203 / 0.5);
}

.active\:border-y-lime-100\/60:active {
  border-top-color: rgb(236 252 203 / 0.6);
  border-bottom-color: rgb(236 252 203 / 0.6);
}

.active\:border-y-lime-100\/70:active {
  border-top-color: rgb(236 252 203 / 0.7);
  border-bottom-color: rgb(236 252 203 / 0.7);
}

.active\:border-y-lime-100\/75:active {
  border-top-color: rgb(236 252 203 / 0.75);
  border-bottom-color: rgb(236 252 203 / 0.75);
}

.active\:border-y-lime-100\/80:active {
  border-top-color: rgb(236 252 203 / 0.8);
  border-bottom-color: rgb(236 252 203 / 0.8);
}

.active\:border-y-lime-100\/90:active {
  border-top-color: rgb(236 252 203 / 0.9);
  border-bottom-color: rgb(236 252 203 / 0.9);
}

.active\:border-y-lime-100\/95:active {
  border-top-color: rgb(236 252 203 / 0.95);
  border-bottom-color: rgb(236 252 203 / 0.95);
}

.active\:border-y-lime-200:active {
  --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));
}

.active\:border-y-lime-200\/0:active {
  border-top-color: rgb(217 249 157 / 0);
  border-bottom-color: rgb(217 249 157 / 0);
}

.active\:border-y-lime-200\/10:active {
  border-top-color: rgb(217 249 157 / 0.1);
  border-bottom-color: rgb(217 249 157 / 0.1);
}

.active\:border-y-lime-200\/100:active {
  border-top-color: rgb(217 249 157 / 1);
  border-bottom-color: rgb(217 249 157 / 1);
}

.active\:border-y-lime-200\/20:active {
  border-top-color: rgb(217 249 157 / 0.2);
  border-bottom-color: rgb(217 249 157 / 0.2);
}

.active\:border-y-lime-200\/25:active {
  border-top-color: rgb(217 249 157 / 0.25);
  border-bottom-color: rgb(217 249 157 / 0.25);
}

.active\:border-y-lime-200\/30:active {
  border-top-color: rgb(217 249 157 / 0.3);
  border-bottom-color: rgb(217 249 157 / 0.3);
}

.active\:border-y-lime-200\/40:active {
  border-top-color: rgb(217 249 157 / 0.4);
  border-bottom-color: rgb(217 249 157 / 0.4);
}

.active\:border-y-lime-200\/5:active {
  border-top-color: rgb(217 249 157 / 0.05);
  border-bottom-color: rgb(217 249 157 / 0.05);
}

.active\:border-y-lime-200\/50:active {
  border-top-color: rgb(217 249 157 / 0.5);
  border-bottom-color: rgb(217 249 157 / 0.5);
}

.active\:border-y-lime-200\/60:active {
  border-top-color: rgb(217 249 157 / 0.6);
  border-bottom-color: rgb(217 249 157 / 0.6);
}

.active\:border-y-lime-200\/70:active {
  border-top-color: rgb(217 249 157 / 0.7);
  border-bottom-color: rgb(217 249 157 / 0.7);
}

.active\:border-y-lime-200\/75:active {
  border-top-color: rgb(217 249 157 / 0.75);
  border-bottom-color: rgb(217 249 157 / 0.75);
}

.active\:border-y-lime-200\/80:active {
  border-top-color: rgb(217 249 157 / 0.8);
  border-bottom-color: rgb(217 249 157 / 0.8);
}

.active\:border-y-lime-200\/90:active {
  border-top-color: rgb(217 249 157 / 0.9);
  border-bottom-color: rgb(217 249 157 / 0.9);
}

.active\:border-y-lime-200\/95:active {
  border-top-color: rgb(217 249 157 / 0.95);
  border-bottom-color: rgb(217 249 157 / 0.95);
}

.active\:border-y-lime-300:active {
  --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));
}

.active\:border-y-lime-300\/0:active {
  border-top-color: rgb(190 242 100 / 0);
  border-bottom-color: rgb(190 242 100 / 0);
}

.active\:border-y-lime-300\/10:active {
  border-top-color: rgb(190 242 100 / 0.1);
  border-bottom-color: rgb(190 242 100 / 0.1);
}

.active\:border-y-lime-300\/100:active {
  border-top-color: rgb(190 242 100 / 1);
  border-bottom-color: rgb(190 242 100 / 1);
}

.active\:border-y-lime-300\/20:active {
  border-top-color: rgb(190 242 100 / 0.2);
  border-bottom-color: rgb(190 242 100 / 0.2);
}

.active\:border-y-lime-300\/25:active {
  border-top-color: rgb(190 242 100 / 0.25);
  border-bottom-color: rgb(190 242 100 / 0.25);
}

.active\:border-y-lime-300\/30:active {
  border-top-color: rgb(190 242 100 / 0.3);
  border-bottom-color: rgb(190 242 100 / 0.3);
}

.active\:border-y-lime-300\/40:active {
  border-top-color: rgb(190 242 100 / 0.4);
  border-bottom-color: rgb(190 242 100 / 0.4);
}

.active\:border-y-lime-300\/5:active {
  border-top-color: rgb(190 242 100 / 0.05);
  border-bottom-color: rgb(190 242 100 / 0.05);
}

.active\:border-y-lime-300\/50:active {
  border-top-color: rgb(190 242 100 / 0.5);
  border-bottom-color: rgb(190 242 100 / 0.5);
}

.active\:border-y-lime-300\/60:active {
  border-top-color: rgb(190 242 100 / 0.6);
  border-bottom-color: rgb(190 242 100 / 0.6);
}

.active\:border-y-lime-300\/70:active {
  border-top-color: rgb(190 242 100 / 0.7);
  border-bottom-color: rgb(190 242 100 / 0.7);
}

.active\:border-y-lime-300\/75:active {
  border-top-color: rgb(190 242 100 / 0.75);
  border-bottom-color: rgb(190 242 100 / 0.75);
}

.active\:border-y-lime-300\/80:active {
  border-top-color: rgb(190 242 100 / 0.8);
  border-bottom-color: rgb(190 242 100 / 0.8);
}

.active\:border-y-lime-300\/90:active {
  border-top-color: rgb(190 242 100 / 0.9);
  border-bottom-color: rgb(190 242 100 / 0.9);
}

.active\:border-y-lime-300\/95:active {
  border-top-color: rgb(190 242 100 / 0.95);
  border-bottom-color: rgb(190 242 100 / 0.95);
}

.active\:border-y-lime-400:active {
  --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));
}

.active\:border-y-lime-400\/0:active {
  border-top-color: rgb(163 230 53 / 0);
  border-bottom-color: rgb(163 230 53 / 0);
}

.active\:border-y-lime-400\/10:active {
  border-top-color: rgb(163 230 53 / 0.1);
  border-bottom-color: rgb(163 230 53 / 0.1);
}

.active\:border-y-lime-400\/100:active {
  border-top-color: rgb(163 230 53 / 1);
  border-bottom-color: rgb(163 230 53 / 1);
}

.active\:border-y-lime-400\/20:active {
  border-top-color: rgb(163 230 53 / 0.2);
  border-bottom-color: rgb(163 230 53 / 0.2);
}

.active\:border-y-lime-400\/25:active {
  border-top-color: rgb(163 230 53 / 0.25);
  border-bottom-color: rgb(163 230 53 / 0.25);
}

.active\:border-y-lime-400\/30:active {
  border-top-color: rgb(163 230 53 / 0.3);
  border-bottom-color: rgb(163 230 53 / 0.3);
}

.active\:border-y-lime-400\/40:active {
  border-top-color: rgb(163 230 53 / 0.4);
  border-bottom-color: rgb(163 230 53 / 0.4);
}

.active\:border-y-lime-400\/5:active {
  border-top-color: rgb(163 230 53 / 0.05);
  border-bottom-color: rgb(163 230 53 / 0.05);
}

.active\:border-y-lime-400\/50:active {
  border-top-color: rgb(163 230 53 / 0.5);
  border-bottom-color: rgb(163 230 53 / 0.5);
}

.active\:border-y-lime-400\/60:active {
  border-top-color: rgb(163 230 53 / 0.6);
  border-bottom-color: rgb(163 230 53 / 0.6);
}

.active\:border-y-lime-400\/70:active {
  border-top-color: rgb(163 230 53 / 0.7);
  border-bottom-color: rgb(163 230 53 / 0.7);
}

.active\:border-y-lime-400\/75:active {
  border-top-color: rgb(163 230 53 / 0.75);
  border-bottom-color: rgb(163 230 53 / 0.75);
}

.active\:border-y-lime-400\/80:active {
  border-top-color: rgb(163 230 53 / 0.8);
  border-bottom-color: rgb(163 230 53 / 0.8);
}

.active\:border-y-lime-400\/90:active {
  border-top-color: rgb(163 230 53 / 0.9);
  border-bottom-color: rgb(163 230 53 / 0.9);
}

.active\:border-y-lime-400\/95:active {
  border-top-color: rgb(163 230 53 / 0.95);
  border-bottom-color: rgb(163 230 53 / 0.95);
}

.active\:border-y-lime-50:active {
  --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));
}

.active\:border-y-lime-50\/0:active {
  border-top-color: rgb(247 254 231 / 0);
  border-bottom-color: rgb(247 254 231 / 0);
}

.active\:border-y-lime-50\/10:active {
  border-top-color: rgb(247 254 231 / 0.1);
  border-bottom-color: rgb(247 254 231 / 0.1);
}

.active\:border-y-lime-50\/100:active {
  border-top-color: rgb(247 254 231 / 1);
  border-bottom-color: rgb(247 254 231 / 1);
}

.active\:border-y-lime-50\/20:active {
  border-top-color: rgb(247 254 231 / 0.2);
  border-bottom-color: rgb(247 254 231 / 0.2);
}

.active\:border-y-lime-50\/25:active {
  border-top-color: rgb(247 254 231 / 0.25);
  border-bottom-color: rgb(247 254 231 / 0.25);
}

.active\:border-y-lime-50\/30:active {
  border-top-color: rgb(247 254 231 / 0.3);
  border-bottom-color: rgb(247 254 231 / 0.3);
}

.active\:border-y-lime-50\/40:active {
  border-top-color: rgb(247 254 231 / 0.4);
  border-bottom-color: rgb(247 254 231 / 0.4);
}

.active\:border-y-lime-50\/5:active {
  border-top-color: rgb(247 254 231 / 0.05);
  border-bottom-color: rgb(247 254 231 / 0.05);
}

.active\:border-y-lime-50\/50:active {
  border-top-color: rgb(247 254 231 / 0.5);
  border-bottom-color: rgb(247 254 231 / 0.5);
}

.active\:border-y-lime-50\/60:active {
  border-top-color: rgb(247 254 231 / 0.6);
  border-bottom-color: rgb(247 254 231 / 0.6);
}

.active\:border-y-lime-50\/70:active {
  border-top-color: rgb(247 254 231 / 0.7);
  border-bottom-color: rgb(247 254 231 / 0.7);
}

.active\:border-y-lime-50\/75:active {
  border-top-color: rgb(247 254 231 / 0.75);
  border-bottom-color: rgb(247 254 231 / 0.75);
}

.active\:border-y-lime-50\/80:active {
  border-top-color: rgb(247 254 231 / 0.8);
  border-bottom-color: rgb(247 254 231 / 0.8);
}

.active\:border-y-lime-50\/90:active {
  border-top-color: rgb(247 254 231 / 0.9);
  border-bottom-color: rgb(247 254 231 / 0.9);
}

.active\:border-y-lime-50\/95:active {
  border-top-color: rgb(247 254 231 / 0.95);
  border-bottom-color: rgb(247 254 231 / 0.95);
}

.active\:border-y-lime-500:active {
  --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));
}

.active\:border-y-lime-500\/0:active {
  border-top-color: rgb(132 204 22 / 0);
  border-bottom-color: rgb(132 204 22 / 0);
}

.active\:border-y-lime-500\/10:active {
  border-top-color: rgb(132 204 22 / 0.1);
  border-bottom-color: rgb(132 204 22 / 0.1);
}

.active\:border-y-lime-500\/100:active {
  border-top-color: rgb(132 204 22 / 1);
  border-bottom-color: rgb(132 204 22 / 1);
}

.active\:border-y-lime-500\/20:active {
  border-top-color: rgb(132 204 22 / 0.2);
  border-bottom-color: rgb(132 204 22 / 0.2);
}

.active\:border-y-lime-500\/25:active {
  border-top-color: rgb(132 204 22 / 0.25);
  border-bottom-color: rgb(132 204 22 / 0.25);
}

.active\:border-y-lime-500\/30:active {
  border-top-color: rgb(132 204 22 / 0.3);
  border-bottom-color: rgb(132 204 22 / 0.3);
}

.active\:border-y-lime-500\/40:active {
  border-top-color: rgb(132 204 22 / 0.4);
  border-bottom-color: rgb(132 204 22 / 0.4);
}

.active\:border-y-lime-500\/5:active {
  border-top-color: rgb(132 204 22 / 0.05);
  border-bottom-color: rgb(132 204 22 / 0.05);
}

.active\:border-y-lime-500\/50:active {
  border-top-color: rgb(132 204 22 / 0.5);
  border-bottom-color: rgb(132 204 22 / 0.5);
}

.active\:border-y-lime-500\/60:active {
  border-top-color: rgb(132 204 22 / 0.6);
  border-bottom-color: rgb(132 204 22 / 0.6);
}

.active\:border-y-lime-500\/70:active {
  border-top-color: rgb(132 204 22 / 0.7);
  border-bottom-color: rgb(132 204 22 / 0.7);
}

.active\:border-y-lime-500\/75:active {
  border-top-color: rgb(132 204 22 / 0.75);
  border-bottom-color: rgb(132 204 22 / 0.75);
}

.active\:border-y-lime-500\/80:active {
  border-top-color: rgb(132 204 22 / 0.8);
  border-bottom-color: rgb(132 204 22 / 0.8);
}

.active\:border-y-lime-500\/90:active {
  border-top-color: rgb(132 204 22 / 0.9);
  border-bottom-color: rgb(132 204 22 / 0.9);
}

.active\:border-y-lime-500\/95:active {
  border-top-color: rgb(132 204 22 / 0.95);
  border-bottom-color: rgb(132 204 22 / 0.95);
}

.active\:border-y-lime-600:active {
  --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));
}

.active\:border-y-lime-600\/0:active {
  border-top-color: rgb(101 163 13 / 0);
  border-bottom-color: rgb(101 163 13 / 0);
}

.active\:border-y-lime-600\/10:active {
  border-top-color: rgb(101 163 13 / 0.1);
  border-bottom-color: rgb(101 163 13 / 0.1);
}

.active\:border-y-lime-600\/100:active {
  border-top-color: rgb(101 163 13 / 1);
  border-bottom-color: rgb(101 163 13 / 1);
}

.active\:border-y-lime-600\/20:active {
  border-top-color: rgb(101 163 13 / 0.2);
  border-bottom-color: rgb(101 163 13 / 0.2);
}

.active\:border-y-lime-600\/25:active {
  border-top-color: rgb(101 163 13 / 0.25);
  border-bottom-color: rgb(101 163 13 / 0.25);
}

.active\:border-y-lime-600\/30:active {
  border-top-color: rgb(101 163 13 / 0.3);
  border-bottom-color: rgb(101 163 13 / 0.3);
}

.active\:border-y-lime-600\/40:active {
  border-top-color: rgb(101 163 13 / 0.4);
  border-bottom-color: rgb(101 163 13 / 0.4);
}

.active\:border-y-lime-600\/5:active {
  border-top-color: rgb(101 163 13 / 0.05);
  border-bottom-color: rgb(101 163 13 / 0.05);
}

.active\:border-y-lime-600\/50:active {
  border-top-color: rgb(101 163 13 / 0.5);
  border-bottom-color: rgb(101 163 13 / 0.5);
}

.active\:border-y-lime-600\/60:active {
  border-top-color: rgb(101 163 13 / 0.6);
  border-bottom-color: rgb(101 163 13 / 0.6);
}

.active\:border-y-lime-600\/70:active {
  border-top-color: rgb(101 163 13 / 0.7);
  border-bottom-color: rgb(101 163 13 / 0.7);
}

.active\:border-y-lime-600\/75:active {
  border-top-color: rgb(101 163 13 / 0.75);
  border-bottom-color: rgb(101 163 13 / 0.75);
}

.active\:border-y-lime-600\/80:active {
  border-top-color: rgb(101 163 13 / 0.8);
  border-bottom-color: rgb(101 163 13 / 0.8);
}

.active\:border-y-lime-600\/90:active {
  border-top-color: rgb(101 163 13 / 0.9);
  border-bottom-color: rgb(101 163 13 / 0.9);
}

.active\:border-y-lime-600\/95:active {
  border-top-color: rgb(101 163 13 / 0.95);
  border-bottom-color: rgb(101 163 13 / 0.95);
}

.active\:border-y-lime-700:active {
  --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));
}

.active\:border-y-lime-700\/0:active {
  border-top-color: rgb(77 124 15 / 0);
  border-bottom-color: rgb(77 124 15 / 0);
}

.active\:border-y-lime-700\/10:active {
  border-top-color: rgb(77 124 15 / 0.1);
  border-bottom-color: rgb(77 124 15 / 0.1);
}

.active\:border-y-lime-700\/100:active {
  border-top-color: rgb(77 124 15 / 1);
  border-bottom-color: rgb(77 124 15 / 1);
}

.active\:border-y-lime-700\/20:active {
  border-top-color: rgb(77 124 15 / 0.2);
  border-bottom-color: rgb(77 124 15 / 0.2);
}

.active\:border-y-lime-700\/25:active {
  border-top-color: rgb(77 124 15 / 0.25);
  border-bottom-color: rgb(77 124 15 / 0.25);
}

.active\:border-y-lime-700\/30:active {
  border-top-color: rgb(77 124 15 / 0.3);
  border-bottom-color: rgb(77 124 15 / 0.3);
}

.active\:border-y-lime-700\/40:active {
  border-top-color: rgb(77 124 15 / 0.4);
  border-bottom-color: rgb(77 124 15 / 0.4);
}

.active\:border-y-lime-700\/5:active {
  border-top-color: rgb(77 124 15 / 0.05);
  border-bottom-color: rgb(77 124 15 / 0.05);
}

.active\:border-y-lime-700\/50:active {
  border-top-color: rgb(77 124 15 / 0.5);
  border-bottom-color: rgb(77 124 15 / 0.5);
}

.active\:border-y-lime-700\/60:active {
  border-top-color: rgb(77 124 15 / 0.6);
  border-bottom-color: rgb(77 124 15 / 0.6);
}

.active\:border-y-lime-700\/70:active {
  border-top-color: rgb(77 124 15 / 0.7);
  border-bottom-color: rgb(77 124 15 / 0.7);
}

.active\:border-y-lime-700\/75:active {
  border-top-color: rgb(77 124 15 / 0.75);
  border-bottom-color: rgb(77 124 15 / 0.75);
}

.active\:border-y-lime-700\/80:active {
  border-top-color: rgb(77 124 15 / 0.8);
  border-bottom-color: rgb(77 124 15 / 0.8);
}

.active\:border-y-lime-700\/90:active {
  border-top-color: rgb(77 124 15 / 0.9);
  border-bottom-color: rgb(77 124 15 / 0.9);
}

.active\:border-y-lime-700\/95:active {
  border-top-color: rgb(77 124 15 / 0.95);
  border-bottom-color: rgb(77 124 15 / 0.95);
}

.active\:border-y-lime-800:active {
  --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));
}

.active\:border-y-lime-800\/0:active {
  border-top-color: rgb(63 98 18 / 0);
  border-bottom-color: rgb(63 98 18 / 0);
}

.active\:border-y-lime-800\/10:active {
  border-top-color: rgb(63 98 18 / 0.1);
  border-bottom-color: rgb(63 98 18 / 0.1);
}

.active\:border-y-lime-800\/100:active {
  border-top-color: rgb(63 98 18 / 1);
  border-bottom-color: rgb(63 98 18 / 1);
}

.active\:border-y-lime-800\/20:active {
  border-top-color: rgb(63 98 18 / 0.2);
  border-bottom-color: rgb(63 98 18 / 0.2);
}

.active\:border-y-lime-800\/25:active {
  border-top-color: rgb(63 98 18 / 0.25);
  border-bottom-color: rgb(63 98 18 / 0.25);
}

.active\:border-y-lime-800\/30:active {
  border-top-color: rgb(63 98 18 / 0.3);
  border-bottom-color: rgb(63 98 18 / 0.3);
}

.active\:border-y-lime-800\/40:active {
  border-top-color: rgb(63 98 18 / 0.4);
  border-bottom-color: rgb(63 98 18 / 0.4);
}

.active\:border-y-lime-800\/5:active {
  border-top-color: rgb(63 98 18 / 0.05);
  border-bottom-color: rgb(63 98 18 / 0.05);
}

.active\:border-y-lime-800\/50:active {
  border-top-color: rgb(63 98 18 / 0.5);
  border-bottom-color: rgb(63 98 18 / 0.5);
}

.active\:border-y-lime-800\/60:active {
  border-top-color: rgb(63 98 18 / 0.6);
  border-bottom-color: rgb(63 98 18 / 0.6);
}

.active\:border-y-lime-800\/70:active {
  border-top-color: rgb(63 98 18 / 0.7);
  border-bottom-color: rgb(63 98 18 / 0.7);
}

.active\:border-y-lime-800\/75:active {
  border-top-color: rgb(63 98 18 / 0.75);
  border-bottom-color: rgb(63 98 18 / 0.75);
}

.active\:border-y-lime-800\/80:active {
  border-top-color: rgb(63 98 18 / 0.8);
  border-bottom-color: rgb(63 98 18 / 0.8);
}

.active\:border-y-lime-800\/90:active {
  border-top-color: rgb(63 98 18 / 0.9);
  border-bottom-color: rgb(63 98 18 / 0.9);
}

.active\:border-y-lime-800\/95:active {
  border-top-color: rgb(63 98 18 / 0.95);
  border-bottom-color: rgb(63 98 18 / 0.95);
}

.active\:border-y-lime-900:active {
  --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));
}

.active\:border-y-lime-900\/0:active {
  border-top-color: rgb(54 83 20 / 0);
  border-bottom-color: rgb(54 83 20 / 0);
}

.active\:border-y-lime-900\/10:active {
  border-top-color: rgb(54 83 20 / 0.1);
  border-bottom-color: rgb(54 83 20 / 0.1);
}

.active\:border-y-lime-900\/100:active {
  border-top-color: rgb(54 83 20 / 1);
  border-bottom-color: rgb(54 83 20 / 1);
}

.active\:border-y-lime-900\/20:active {
  border-top-color: rgb(54 83 20 / 0.2);
  border-bottom-color: rgb(54 83 20 / 0.2);
}

.active\:border-y-lime-900\/25:active {
  border-top-color: rgb(54 83 20 / 0.25);
  border-bottom-color: rgb(54 83 20 / 0.25);
}

.active\:border-y-lime-900\/30:active {
  border-top-color: rgb(54 83 20 / 0.3);
  border-bottom-color: rgb(54 83 20 / 0.3);
}

.active\:border-y-lime-900\/40:active {
  border-top-color: rgb(54 83 20 / 0.4);
  border-bottom-color: rgb(54 83 20 / 0.4);
}

.active\:border-y-lime-900\/5:active {
  border-top-color: rgb(54 83 20 / 0.05);
  border-bottom-color: rgb(54 83 20 / 0.05);
}

.active\:border-y-lime-900\/50:active {
  border-top-color: rgb(54 83 20 / 0.5);
  border-bottom-color: rgb(54 83 20 / 0.5);
}

.active\:border-y-lime-900\/60:active {
  border-top-color: rgb(54 83 20 / 0.6);
  border-bottom-color: rgb(54 83 20 / 0.6);
}

.active\:border-y-lime-900\/70:active {
  border-top-color: rgb(54 83 20 / 0.7);
  border-bottom-color: rgb(54 83 20 / 0.7);
}

.active\:border-y-lime-900\/75:active {
  border-top-color: rgb(54 83 20 / 0.75);
  border-bottom-color: rgb(54 83 20 / 0.75);
}

.active\:border-y-lime-900\/80:active {
  border-top-color: rgb(54 83 20 / 0.8);
  border-bottom-color: rgb(54 83 20 / 0.8);
}

.active\:border-y-lime-900\/90:active {
  border-top-color: rgb(54 83 20 / 0.9);
  border-bottom-color: rgb(54 83 20 / 0.9);
}

.active\:border-y-lime-900\/95:active {
  border-top-color: rgb(54 83 20 / 0.95);
  border-bottom-color: rgb(54 83 20 / 0.95);
}

.active\:border-y-lime-950:active {
  --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));
}

.active\:border-y-lime-950\/0:active {
  border-top-color: rgb(26 46 5 / 0);
  border-bottom-color: rgb(26 46 5 / 0);
}

.active\:border-y-lime-950\/10:active {
  border-top-color: rgb(26 46 5 / 0.1);
  border-bottom-color: rgb(26 46 5 / 0.1);
}

.active\:border-y-lime-950\/100:active {
  border-top-color: rgb(26 46 5 / 1);
  border-bottom-color: rgb(26 46 5 / 1);
}

.active\:border-y-lime-950\/20:active {
  border-top-color: rgb(26 46 5 / 0.2);
  border-bottom-color: rgb(26 46 5 / 0.2);
}

.active\:border-y-lime-950\/25:active {
  border-top-color: rgb(26 46 5 / 0.25);
  border-bottom-color: rgb(26 46 5 / 0.25);
}

.active\:border-y-lime-950\/30:active {
  border-top-color: rgb(26 46 5 / 0.3);
  border-bottom-color: rgb(26 46 5 / 0.3);
}

.active\:border-y-lime-950\/40:active {
  border-top-color: rgb(26 46 5 / 0.4);
  border-bottom-color: rgb(26 46 5 / 0.4);
}

.active\:border-y-lime-950\/5:active {
  border-top-color: rgb(26 46 5 / 0.05);
  border-bottom-color: rgb(26 46 5 / 0.05);
}

.active\:border-y-lime-950\/50:active {
  border-top-color: rgb(26 46 5 / 0.5);
  border-bottom-color: rgb(26 46 5 / 0.5);
}

.active\:border-y-lime-950\/60:active {
  border-top-color: rgb(26 46 5 / 0.6);
  border-bottom-color: rgb(26 46 5 / 0.6);
}

.active\:border-y-lime-950\/70:active {
  border-top-color: rgb(26 46 5 / 0.7);
  border-bottom-color: rgb(26 46 5 / 0.7);
}

.active\:border-y-lime-950\/75:active {
  border-top-color: rgb(26 46 5 / 0.75);
  border-bottom-color: rgb(26 46 5 / 0.75);
}

.active\:border-y-lime-950\/80:active {
  border-top-color: rgb(26 46 5 / 0.8);
  border-bottom-color: rgb(26 46 5 / 0.8);
}

.active\:border-y-lime-950\/90:active {
  border-top-color: rgb(26 46 5 / 0.9);
  border-bottom-color: rgb(26 46 5 / 0.9);
}

.active\:border-y-lime-950\/95:active {
  border-top-color: rgb(26 46 5 / 0.95);
  border-bottom-color: rgb(26 46 5 / 0.95);
}

.active\:border-y-nafisa-500:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(153 53 10 / var(--tw-border-opacity));
  border-bottom-color: rgb(153 53 10 / var(--tw-border-opacity));
}

.active\:border-y-nafisa-500\/0:active {
  border-top-color: rgb(153 53 10 / 0);
  border-bottom-color: rgb(153 53 10 / 0);
}

.active\:border-y-nafisa-500\/10:active {
  border-top-color: rgb(153 53 10 / 0.1);
  border-bottom-color: rgb(153 53 10 / 0.1);
}

.active\:border-y-nafisa-500\/100:active {
  border-top-color: rgb(153 53 10 / 1);
  border-bottom-color: rgb(153 53 10 / 1);
}

.active\:border-y-nafisa-500\/20:active {
  border-top-color: rgb(153 53 10 / 0.2);
  border-bottom-color: rgb(153 53 10 / 0.2);
}

.active\:border-y-nafisa-500\/25:active {
  border-top-color: rgb(153 53 10 / 0.25);
  border-bottom-color: rgb(153 53 10 / 0.25);
}

.active\:border-y-nafisa-500\/30:active {
  border-top-color: rgb(153 53 10 / 0.3);
  border-bottom-color: rgb(153 53 10 / 0.3);
}

.active\:border-y-nafisa-500\/40:active {
  border-top-color: rgb(153 53 10 / 0.4);
  border-bottom-color: rgb(153 53 10 / 0.4);
}

.active\:border-y-nafisa-500\/5:active {
  border-top-color: rgb(153 53 10 / 0.05);
  border-bottom-color: rgb(153 53 10 / 0.05);
}

.active\:border-y-nafisa-500\/50:active {
  border-top-color: rgb(153 53 10 / 0.5);
  border-bottom-color: rgb(153 53 10 / 0.5);
}

.active\:border-y-nafisa-500\/60:active {
  border-top-color: rgb(153 53 10 / 0.6);
  border-bottom-color: rgb(153 53 10 / 0.6);
}

.active\:border-y-nafisa-500\/70:active {
  border-top-color: rgb(153 53 10 / 0.7);
  border-bottom-color: rgb(153 53 10 / 0.7);
}

.active\:border-y-nafisa-500\/75:active {
  border-top-color: rgb(153 53 10 / 0.75);
  border-bottom-color: rgb(153 53 10 / 0.75);
}

.active\:border-y-nafisa-500\/80:active {
  border-top-color: rgb(153 53 10 / 0.8);
  border-bottom-color: rgb(153 53 10 / 0.8);
}

.active\:border-y-nafisa-500\/90:active {
  border-top-color: rgb(153 53 10 / 0.9);
  border-bottom-color: rgb(153 53 10 / 0.9);
}

.active\:border-y-nafisa-500\/95:active {
  border-top-color: rgb(153 53 10 / 0.95);
  border-bottom-color: rgb(153 53 10 / 0.95);
}

.active\:border-y-neutral-100:active {
  --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));
}

.active\:border-y-neutral-100\/0:active {
  border-top-color: rgb(245 245 245 / 0);
  border-bottom-color: rgb(245 245 245 / 0);
}

.active\:border-y-neutral-100\/10:active {
  border-top-color: rgb(245 245 245 / 0.1);
  border-bottom-color: rgb(245 245 245 / 0.1);
}

.active\:border-y-neutral-100\/100:active {
  border-top-color: rgb(245 245 245 / 1);
  border-bottom-color: rgb(245 245 245 / 1);
}

.active\:border-y-neutral-100\/20:active {
  border-top-color: rgb(245 245 245 / 0.2);
  border-bottom-color: rgb(245 245 245 / 0.2);
}

.active\:border-y-neutral-100\/25:active {
  border-top-color: rgb(245 245 245 / 0.25);
  border-bottom-color: rgb(245 245 245 / 0.25);
}

.active\:border-y-neutral-100\/30:active {
  border-top-color: rgb(245 245 245 / 0.3);
  border-bottom-color: rgb(245 245 245 / 0.3);
}

.active\:border-y-neutral-100\/40:active {
  border-top-color: rgb(245 245 245 / 0.4);
  border-bottom-color: rgb(245 245 245 / 0.4);
}

.active\:border-y-neutral-100\/5:active {
  border-top-color: rgb(245 245 245 / 0.05);
  border-bottom-color: rgb(245 245 245 / 0.05);
}

.active\:border-y-neutral-100\/50:active {
  border-top-color: rgb(245 245 245 / 0.5);
  border-bottom-color: rgb(245 245 245 / 0.5);
}

.active\:border-y-neutral-100\/60:active {
  border-top-color: rgb(245 245 245 / 0.6);
  border-bottom-color: rgb(245 245 245 / 0.6);
}

.active\:border-y-neutral-100\/70:active {
  border-top-color: rgb(245 245 245 / 0.7);
  border-bottom-color: rgb(245 245 245 / 0.7);
}

.active\:border-y-neutral-100\/75:active {
  border-top-color: rgb(245 245 245 / 0.75);
  border-bottom-color: rgb(245 245 245 / 0.75);
}

.active\:border-y-neutral-100\/80:active {
  border-top-color: rgb(245 245 245 / 0.8);
  border-bottom-color: rgb(245 245 245 / 0.8);
}

.active\:border-y-neutral-100\/90:active {
  border-top-color: rgb(245 245 245 / 0.9);
  border-bottom-color: rgb(245 245 245 / 0.9);
}

.active\:border-y-neutral-100\/95:active {
  border-top-color: rgb(245 245 245 / 0.95);
  border-bottom-color: rgb(245 245 245 / 0.95);
}

.active\:border-y-neutral-200:active {
  --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));
}

.active\:border-y-neutral-200\/0:active {
  border-top-color: rgb(229 229 229 / 0);
  border-bottom-color: rgb(229 229 229 / 0);
}

.active\:border-y-neutral-200\/10:active {
  border-top-color: rgb(229 229 229 / 0.1);
  border-bottom-color: rgb(229 229 229 / 0.1);
}

.active\:border-y-neutral-200\/100:active {
  border-top-color: rgb(229 229 229 / 1);
  border-bottom-color: rgb(229 229 229 / 1);
}

.active\:border-y-neutral-200\/20:active {
  border-top-color: rgb(229 229 229 / 0.2);
  border-bottom-color: rgb(229 229 229 / 0.2);
}

.active\:border-y-neutral-200\/25:active {
  border-top-color: rgb(229 229 229 / 0.25);
  border-bottom-color: rgb(229 229 229 / 0.25);
}

.active\:border-y-neutral-200\/30:active {
  border-top-color: rgb(229 229 229 / 0.3);
  border-bottom-color: rgb(229 229 229 / 0.3);
}

.active\:border-y-neutral-200\/40:active {
  border-top-color: rgb(229 229 229 / 0.4);
  border-bottom-color: rgb(229 229 229 / 0.4);
}

.active\:border-y-neutral-200\/5:active {
  border-top-color: rgb(229 229 229 / 0.05);
  border-bottom-color: rgb(229 229 229 / 0.05);
}

.active\:border-y-neutral-200\/50:active {
  border-top-color: rgb(229 229 229 / 0.5);
  border-bottom-color: rgb(229 229 229 / 0.5);
}

.active\:border-y-neutral-200\/60:active {
  border-top-color: rgb(229 229 229 / 0.6);
  border-bottom-color: rgb(229 229 229 / 0.6);
}

.active\:border-y-neutral-200\/70:active {
  border-top-color: rgb(229 229 229 / 0.7);
  border-bottom-color: rgb(229 229 229 / 0.7);
}

.active\:border-y-neutral-200\/75:active {
  border-top-color: rgb(229 229 229 / 0.75);
  border-bottom-color: rgb(229 229 229 / 0.75);
}

.active\:border-y-neutral-200\/80:active {
  border-top-color: rgb(229 229 229 / 0.8);
  border-bottom-color: rgb(229 229 229 / 0.8);
}

.active\:border-y-neutral-200\/90:active {
  border-top-color: rgb(229 229 229 / 0.9);
  border-bottom-color: rgb(229 229 229 / 0.9);
}

.active\:border-y-neutral-200\/95:active {
  border-top-color: rgb(229 229 229 / 0.95);
  border-bottom-color: rgb(229 229 229 / 0.95);
}

.active\:border-y-neutral-300:active {
  --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));
}

.active\:border-y-neutral-300\/0:active {
  border-top-color: rgb(212 212 212 / 0);
  border-bottom-color: rgb(212 212 212 / 0);
}

.active\:border-y-neutral-300\/10:active {
  border-top-color: rgb(212 212 212 / 0.1);
  border-bottom-color: rgb(212 212 212 / 0.1);
}

.active\:border-y-neutral-300\/100:active {
  border-top-color: rgb(212 212 212 / 1);
  border-bottom-color: rgb(212 212 212 / 1);
}

.active\:border-y-neutral-300\/20:active {
  border-top-color: rgb(212 212 212 / 0.2);
  border-bottom-color: rgb(212 212 212 / 0.2);
}

.active\:border-y-neutral-300\/25:active {
  border-top-color: rgb(212 212 212 / 0.25);
  border-bottom-color: rgb(212 212 212 / 0.25);
}

.active\:border-y-neutral-300\/30:active {
  border-top-color: rgb(212 212 212 / 0.3);
  border-bottom-color: rgb(212 212 212 / 0.3);
}

.active\:border-y-neutral-300\/40:active {
  border-top-color: rgb(212 212 212 / 0.4);
  border-bottom-color: rgb(212 212 212 / 0.4);
}

.active\:border-y-neutral-300\/5:active {
  border-top-color: rgb(212 212 212 / 0.05);
  border-bottom-color: rgb(212 212 212 / 0.05);
}

.active\:border-y-neutral-300\/50:active {
  border-top-color: rgb(212 212 212 / 0.5);
  border-bottom-color: rgb(212 212 212 / 0.5);
}

.active\:border-y-neutral-300\/60:active {
  border-top-color: rgb(212 212 212 / 0.6);
  border-bottom-color: rgb(212 212 212 / 0.6);
}

.active\:border-y-neutral-300\/70:active {
  border-top-color: rgb(212 212 212 / 0.7);
  border-bottom-color: rgb(212 212 212 / 0.7);
}

.active\:border-y-neutral-300\/75:active {
  border-top-color: rgb(212 212 212 / 0.75);
  border-bottom-color: rgb(212 212 212 / 0.75);
}

.active\:border-y-neutral-300\/80:active {
  border-top-color: rgb(212 212 212 / 0.8);
  border-bottom-color: rgb(212 212 212 / 0.8);
}

.active\:border-y-neutral-300\/90:active {
  border-top-color: rgb(212 212 212 / 0.9);
  border-bottom-color: rgb(212 212 212 / 0.9);
}

.active\:border-y-neutral-300\/95:active {
  border-top-color: rgb(212 212 212 / 0.95);
  border-bottom-color: rgb(212 212 212 / 0.95);
}

.active\:border-y-neutral-400:active {
  --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));
}

.active\:border-y-neutral-400\/0:active {
  border-top-color: rgb(163 163 163 / 0);
  border-bottom-color: rgb(163 163 163 / 0);
}

.active\:border-y-neutral-400\/10:active {
  border-top-color: rgb(163 163 163 / 0.1);
  border-bottom-color: rgb(163 163 163 / 0.1);
}

.active\:border-y-neutral-400\/100:active {
  border-top-color: rgb(163 163 163 / 1);
  border-bottom-color: rgb(163 163 163 / 1);
}

.active\:border-y-neutral-400\/20:active {
  border-top-color: rgb(163 163 163 / 0.2);
  border-bottom-color: rgb(163 163 163 / 0.2);
}

.active\:border-y-neutral-400\/25:active {
  border-top-color: rgb(163 163 163 / 0.25);
  border-bottom-color: rgb(163 163 163 / 0.25);
}

.active\:border-y-neutral-400\/30:active {
  border-top-color: rgb(163 163 163 / 0.3);
  border-bottom-color: rgb(163 163 163 / 0.3);
}

.active\:border-y-neutral-400\/40:active {
  border-top-color: rgb(163 163 163 / 0.4);
  border-bottom-color: rgb(163 163 163 / 0.4);
}

.active\:border-y-neutral-400\/5:active {
  border-top-color: rgb(163 163 163 / 0.05);
  border-bottom-color: rgb(163 163 163 / 0.05);
}

.active\:border-y-neutral-400\/50:active {
  border-top-color: rgb(163 163 163 / 0.5);
  border-bottom-color: rgb(163 163 163 / 0.5);
}

.active\:border-y-neutral-400\/60:active {
  border-top-color: rgb(163 163 163 / 0.6);
  border-bottom-color: rgb(163 163 163 / 0.6);
}

.active\:border-y-neutral-400\/70:active {
  border-top-color: rgb(163 163 163 / 0.7);
  border-bottom-color: rgb(163 163 163 / 0.7);
}

.active\:border-y-neutral-400\/75:active {
  border-top-color: rgb(163 163 163 / 0.75);
  border-bottom-color: rgb(163 163 163 / 0.75);
}

.active\:border-y-neutral-400\/80:active {
  border-top-color: rgb(163 163 163 / 0.8);
  border-bottom-color: rgb(163 163 163 / 0.8);
}

.active\:border-y-neutral-400\/90:active {
  border-top-color: rgb(163 163 163 / 0.9);
  border-bottom-color: rgb(163 163 163 / 0.9);
}

.active\:border-y-neutral-400\/95:active {
  border-top-color: rgb(163 163 163 / 0.95);
  border-bottom-color: rgb(163 163 163 / 0.95);
}

.active\:border-y-neutral-50:active {
  --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));
}

.active\:border-y-neutral-50\/0:active {
  border-top-color: rgb(250 250 250 / 0);
  border-bottom-color: rgb(250 250 250 / 0);
}

.active\:border-y-neutral-50\/10:active {
  border-top-color: rgb(250 250 250 / 0.1);
  border-bottom-color: rgb(250 250 250 / 0.1);
}

.active\:border-y-neutral-50\/100:active {
  border-top-color: rgb(250 250 250 / 1);
  border-bottom-color: rgb(250 250 250 / 1);
}

.active\:border-y-neutral-50\/20:active {
  border-top-color: rgb(250 250 250 / 0.2);
  border-bottom-color: rgb(250 250 250 / 0.2);
}

.active\:border-y-neutral-50\/25:active {
  border-top-color: rgb(250 250 250 / 0.25);
  border-bottom-color: rgb(250 250 250 / 0.25);
}

.active\:border-y-neutral-50\/30:active {
  border-top-color: rgb(250 250 250 / 0.3);
  border-bottom-color: rgb(250 250 250 / 0.3);
}

.active\:border-y-neutral-50\/40:active {
  border-top-color: rgb(250 250 250 / 0.4);
  border-bottom-color: rgb(250 250 250 / 0.4);
}

.active\:border-y-neutral-50\/5:active {
  border-top-color: rgb(250 250 250 / 0.05);
  border-bottom-color: rgb(250 250 250 / 0.05);
}

.active\:border-y-neutral-50\/50:active {
  border-top-color: rgb(250 250 250 / 0.5);
  border-bottom-color: rgb(250 250 250 / 0.5);
}

.active\:border-y-neutral-50\/60:active {
  border-top-color: rgb(250 250 250 / 0.6);
  border-bottom-color: rgb(250 250 250 / 0.6);
}

.active\:border-y-neutral-50\/70:active {
  border-top-color: rgb(250 250 250 / 0.7);
  border-bottom-color: rgb(250 250 250 / 0.7);
}

.active\:border-y-neutral-50\/75:active {
  border-top-color: rgb(250 250 250 / 0.75);
  border-bottom-color: rgb(250 250 250 / 0.75);
}

.active\:border-y-neutral-50\/80:active {
  border-top-color: rgb(250 250 250 / 0.8);
  border-bottom-color: rgb(250 250 250 / 0.8);
}

.active\:border-y-neutral-50\/90:active {
  border-top-color: rgb(250 250 250 / 0.9);
  border-bottom-color: rgb(250 250 250 / 0.9);
}

.active\:border-y-neutral-50\/95:active {
  border-top-color: rgb(250 250 250 / 0.95);
  border-bottom-color: rgb(250 250 250 / 0.95);
}

.active\:border-y-neutral-500:active {
  --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));
}

.active\:border-y-neutral-500\/0:active {
  border-top-color: rgb(115 115 115 / 0);
  border-bottom-color: rgb(115 115 115 / 0);
}

.active\:border-y-neutral-500\/10:active {
  border-top-color: rgb(115 115 115 / 0.1);
  border-bottom-color: rgb(115 115 115 / 0.1);
}

.active\:border-y-neutral-500\/100:active {
  border-top-color: rgb(115 115 115 / 1);
  border-bottom-color: rgb(115 115 115 / 1);
}

.active\:border-y-neutral-500\/20:active {
  border-top-color: rgb(115 115 115 / 0.2);
  border-bottom-color: rgb(115 115 115 / 0.2);
}

.active\:border-y-neutral-500\/25:active {
  border-top-color: rgb(115 115 115 / 0.25);
  border-bottom-color: rgb(115 115 115 / 0.25);
}

.active\:border-y-neutral-500\/30:active {
  border-top-color: rgb(115 115 115 / 0.3);
  border-bottom-color: rgb(115 115 115 / 0.3);
}

.active\:border-y-neutral-500\/40:active {
  border-top-color: rgb(115 115 115 / 0.4);
  border-bottom-color: rgb(115 115 115 / 0.4);
}

.active\:border-y-neutral-500\/5:active {
  border-top-color: rgb(115 115 115 / 0.05);
  border-bottom-color: rgb(115 115 115 / 0.05);
}

.active\:border-y-neutral-500\/50:active {
  border-top-color: rgb(115 115 115 / 0.5);
  border-bottom-color: rgb(115 115 115 / 0.5);
}

.active\:border-y-neutral-500\/60:active {
  border-top-color: rgb(115 115 115 / 0.6);
  border-bottom-color: rgb(115 115 115 / 0.6);
}

.active\:border-y-neutral-500\/70:active {
  border-top-color: rgb(115 115 115 / 0.7);
  border-bottom-color: rgb(115 115 115 / 0.7);
}

.active\:border-y-neutral-500\/75:active {
  border-top-color: rgb(115 115 115 / 0.75);
  border-bottom-color: rgb(115 115 115 / 0.75);
}

.active\:border-y-neutral-500\/80:active {
  border-top-color: rgb(115 115 115 / 0.8);
  border-bottom-color: rgb(115 115 115 / 0.8);
}

.active\:border-y-neutral-500\/90:active {
  border-top-color: rgb(115 115 115 / 0.9);
  border-bottom-color: rgb(115 115 115 / 0.9);
}

.active\:border-y-neutral-500\/95:active {
  border-top-color: rgb(115 115 115 / 0.95);
  border-bottom-color: rgb(115 115 115 / 0.95);
}

.active\:border-y-neutral-600:active {
  --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));
}

.active\:border-y-neutral-600\/0:active {
  border-top-color: rgb(82 82 82 / 0);
  border-bottom-color: rgb(82 82 82 / 0);
}

.active\:border-y-neutral-600\/10:active {
  border-top-color: rgb(82 82 82 / 0.1);
  border-bottom-color: rgb(82 82 82 / 0.1);
}

.active\:border-y-neutral-600\/100:active {
  border-top-color: rgb(82 82 82 / 1);
  border-bottom-color: rgb(82 82 82 / 1);
}

.active\:border-y-neutral-600\/20:active {
  border-top-color: rgb(82 82 82 / 0.2);
  border-bottom-color: rgb(82 82 82 / 0.2);
}

.active\:border-y-neutral-600\/25:active {
  border-top-color: rgb(82 82 82 / 0.25);
  border-bottom-color: rgb(82 82 82 / 0.25);
}

.active\:border-y-neutral-600\/30:active {
  border-top-color: rgb(82 82 82 / 0.3);
  border-bottom-color: rgb(82 82 82 / 0.3);
}

.active\:border-y-neutral-600\/40:active {
  border-top-color: rgb(82 82 82 / 0.4);
  border-bottom-color: rgb(82 82 82 / 0.4);
}

.active\:border-y-neutral-600\/5:active {
  border-top-color: rgb(82 82 82 / 0.05);
  border-bottom-color: rgb(82 82 82 / 0.05);
}

.active\:border-y-neutral-600\/50:active {
  border-top-color: rgb(82 82 82 / 0.5);
  border-bottom-color: rgb(82 82 82 / 0.5);
}

.active\:border-y-neutral-600\/60:active {
  border-top-color: rgb(82 82 82 / 0.6);
  border-bottom-color: rgb(82 82 82 / 0.6);
}

.active\:border-y-neutral-600\/70:active {
  border-top-color: rgb(82 82 82 / 0.7);
  border-bottom-color: rgb(82 82 82 / 0.7);
}

.active\:border-y-neutral-600\/75:active {
  border-top-color: rgb(82 82 82 / 0.75);
  border-bottom-color: rgb(82 82 82 / 0.75);
}

.active\:border-y-neutral-600\/80:active {
  border-top-color: rgb(82 82 82 / 0.8);
  border-bottom-color: rgb(82 82 82 / 0.8);
}

.active\:border-y-neutral-600\/90:active {
  border-top-color: rgb(82 82 82 / 0.9);
  border-bottom-color: rgb(82 82 82 / 0.9);
}

.active\:border-y-neutral-600\/95:active {
  border-top-color: rgb(82 82 82 / 0.95);
  border-bottom-color: rgb(82 82 82 / 0.95);
}

.active\:border-y-neutral-700:active {
  --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));
}

.active\:border-y-neutral-700\/0:active {
  border-top-color: rgb(64 64 64 / 0);
  border-bottom-color: rgb(64 64 64 / 0);
}

.active\:border-y-neutral-700\/10:active {
  border-top-color: rgb(64 64 64 / 0.1);
  border-bottom-color: rgb(64 64 64 / 0.1);
}

.active\:border-y-neutral-700\/100:active {
  border-top-color: rgb(64 64 64 / 1);
  border-bottom-color: rgb(64 64 64 / 1);
}

.active\:border-y-neutral-700\/20:active {
  border-top-color: rgb(64 64 64 / 0.2);
  border-bottom-color: rgb(64 64 64 / 0.2);
}

.active\:border-y-neutral-700\/25:active {
  border-top-color: rgb(64 64 64 / 0.25);
  border-bottom-color: rgb(64 64 64 / 0.25);
}

.active\:border-y-neutral-700\/30:active {
  border-top-color: rgb(64 64 64 / 0.3);
  border-bottom-color: rgb(64 64 64 / 0.3);
}

.active\:border-y-neutral-700\/40:active {
  border-top-color: rgb(64 64 64 / 0.4);
  border-bottom-color: rgb(64 64 64 / 0.4);
}

.active\:border-y-neutral-700\/5:active {
  border-top-color: rgb(64 64 64 / 0.05);
  border-bottom-color: rgb(64 64 64 / 0.05);
}

.active\:border-y-neutral-700\/50:active {
  border-top-color: rgb(64 64 64 / 0.5);
  border-bottom-color: rgb(64 64 64 / 0.5);
}

.active\:border-y-neutral-700\/60:active {
  border-top-color: rgb(64 64 64 / 0.6);
  border-bottom-color: rgb(64 64 64 / 0.6);
}

.active\:border-y-neutral-700\/70:active {
  border-top-color: rgb(64 64 64 / 0.7);
  border-bottom-color: rgb(64 64 64 / 0.7);
}

.active\:border-y-neutral-700\/75:active {
  border-top-color: rgb(64 64 64 / 0.75);
  border-bottom-color: rgb(64 64 64 / 0.75);
}

.active\:border-y-neutral-700\/80:active {
  border-top-color: rgb(64 64 64 / 0.8);
  border-bottom-color: rgb(64 64 64 / 0.8);
}

.active\:border-y-neutral-700\/90:active {
  border-top-color: rgb(64 64 64 / 0.9);
  border-bottom-color: rgb(64 64 64 / 0.9);
}

.active\:border-y-neutral-700\/95:active {
  border-top-color: rgb(64 64 64 / 0.95);
  border-bottom-color: rgb(64 64 64 / 0.95);
}

.active\:border-y-neutral-800:active {
  --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));
}

.active\:border-y-neutral-800\/0:active {
  border-top-color: rgb(38 38 38 / 0);
  border-bottom-color: rgb(38 38 38 / 0);
}

.active\:border-y-neutral-800\/10:active {
  border-top-color: rgb(38 38 38 / 0.1);
  border-bottom-color: rgb(38 38 38 / 0.1);
}

.active\:border-y-neutral-800\/100:active {
  border-top-color: rgb(38 38 38 / 1);
  border-bottom-color: rgb(38 38 38 / 1);
}

.active\:border-y-neutral-800\/20:active {
  border-top-color: rgb(38 38 38 / 0.2);
  border-bottom-color: rgb(38 38 38 / 0.2);
}

.active\:border-y-neutral-800\/25:active {
  border-top-color: rgb(38 38 38 / 0.25);
  border-bottom-color: rgb(38 38 38 / 0.25);
}

.active\:border-y-neutral-800\/30:active {
  border-top-color: rgb(38 38 38 / 0.3);
  border-bottom-color: rgb(38 38 38 / 0.3);
}

.active\:border-y-neutral-800\/40:active {
  border-top-color: rgb(38 38 38 / 0.4);
  border-bottom-color: rgb(38 38 38 / 0.4);
}

.active\:border-y-neutral-800\/5:active {
  border-top-color: rgb(38 38 38 / 0.05);
  border-bottom-color: rgb(38 38 38 / 0.05);
}

.active\:border-y-neutral-800\/50:active {
  border-top-color: rgb(38 38 38 / 0.5);
  border-bottom-color: rgb(38 38 38 / 0.5);
}

.active\:border-y-neutral-800\/60:active {
  border-top-color: rgb(38 38 38 / 0.6);
  border-bottom-color: rgb(38 38 38 / 0.6);
}

.active\:border-y-neutral-800\/70:active {
  border-top-color: rgb(38 38 38 / 0.7);
  border-bottom-color: rgb(38 38 38 / 0.7);
}

.active\:border-y-neutral-800\/75:active {
  border-top-color: rgb(38 38 38 / 0.75);
  border-bottom-color: rgb(38 38 38 / 0.75);
}

.active\:border-y-neutral-800\/80:active {
  border-top-color: rgb(38 38 38 / 0.8);
  border-bottom-color: rgb(38 38 38 / 0.8);
}

.active\:border-y-neutral-800\/90:active {
  border-top-color: rgb(38 38 38 / 0.9);
  border-bottom-color: rgb(38 38 38 / 0.9);
}

.active\:border-y-neutral-800\/95:active {
  border-top-color: rgb(38 38 38 / 0.95);
  border-bottom-color: rgb(38 38 38 / 0.95);
}

.active\:border-y-neutral-900:active {
  --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));
}

.active\:border-y-neutral-900\/0:active {
  border-top-color: rgb(23 23 23 / 0);
  border-bottom-color: rgb(23 23 23 / 0);
}

.active\:border-y-neutral-900\/10:active {
  border-top-color: rgb(23 23 23 / 0.1);
  border-bottom-color: rgb(23 23 23 / 0.1);
}

.active\:border-y-neutral-900\/100:active {
  border-top-color: rgb(23 23 23 / 1);
  border-bottom-color: rgb(23 23 23 / 1);
}

.active\:border-y-neutral-900\/20:active {
  border-top-color: rgb(23 23 23 / 0.2);
  border-bottom-color: rgb(23 23 23 / 0.2);
}

.active\:border-y-neutral-900\/25:active {
  border-top-color: rgb(23 23 23 / 0.25);
  border-bottom-color: rgb(23 23 23 / 0.25);
}

.active\:border-y-neutral-900\/30:active {
  border-top-color: rgb(23 23 23 / 0.3);
  border-bottom-color: rgb(23 23 23 / 0.3);
}

.active\:border-y-neutral-900\/40:active {
  border-top-color: rgb(23 23 23 / 0.4);
  border-bottom-color: rgb(23 23 23 / 0.4);
}

.active\:border-y-neutral-900\/5:active {
  border-top-color: rgb(23 23 23 / 0.05);
  border-bottom-color: rgb(23 23 23 / 0.05);
}

.active\:border-y-neutral-900\/50:active {
  border-top-color: rgb(23 23 23 / 0.5);
  border-bottom-color: rgb(23 23 23 / 0.5);
}

.active\:border-y-neutral-900\/60:active {
  border-top-color: rgb(23 23 23 / 0.6);
  border-bottom-color: rgb(23 23 23 / 0.6);
}

.active\:border-y-neutral-900\/70:active {
  border-top-color: rgb(23 23 23 / 0.7);
  border-bottom-color: rgb(23 23 23 / 0.7);
}

.active\:border-y-neutral-900\/75:active {
  border-top-color: rgb(23 23 23 / 0.75);
  border-bottom-color: rgb(23 23 23 / 0.75);
}

.active\:border-y-neutral-900\/80:active {
  border-top-color: rgb(23 23 23 / 0.8);
  border-bottom-color: rgb(23 23 23 / 0.8);
}

.active\:border-y-neutral-900\/90:active {
  border-top-color: rgb(23 23 23 / 0.9);
  border-bottom-color: rgb(23 23 23 / 0.9);
}

.active\:border-y-neutral-900\/95:active {
  border-top-color: rgb(23 23 23 / 0.95);
  border-bottom-color: rgb(23 23 23 / 0.95);
}

.active\:border-y-neutral-950:active {
  --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));
}

.active\:border-y-neutral-950\/0:active {
  border-top-color: rgb(10 10 10 / 0);
  border-bottom-color: rgb(10 10 10 / 0);
}

.active\:border-y-neutral-950\/10:active {
  border-top-color: rgb(10 10 10 / 0.1);
  border-bottom-color: rgb(10 10 10 / 0.1);
}

.active\:border-y-neutral-950\/100:active {
  border-top-color: rgb(10 10 10 / 1);
  border-bottom-color: rgb(10 10 10 / 1);
}

.active\:border-y-neutral-950\/20:active {
  border-top-color: rgb(10 10 10 / 0.2);
  border-bottom-color: rgb(10 10 10 / 0.2);
}

.active\:border-y-neutral-950\/25:active {
  border-top-color: rgb(10 10 10 / 0.25);
  border-bottom-color: rgb(10 10 10 / 0.25);
}

.active\:border-y-neutral-950\/30:active {
  border-top-color: rgb(10 10 10 / 0.3);
  border-bottom-color: rgb(10 10 10 / 0.3);
}

.active\:border-y-neutral-950\/40:active {
  border-top-color: rgb(10 10 10 / 0.4);
  border-bottom-color: rgb(10 10 10 / 0.4);
}

.active\:border-y-neutral-950\/5:active {
  border-top-color: rgb(10 10 10 / 0.05);
  border-bottom-color: rgb(10 10 10 / 0.05);
}

.active\:border-y-neutral-950\/50:active {
  border-top-color: rgb(10 10 10 / 0.5);
  border-bottom-color: rgb(10 10 10 / 0.5);
}

.active\:border-y-neutral-950\/60:active {
  border-top-color: rgb(10 10 10 / 0.6);
  border-bottom-color: rgb(10 10 10 / 0.6);
}

.active\:border-y-neutral-950\/70:active {
  border-top-color: rgb(10 10 10 / 0.7);
  border-bottom-color: rgb(10 10 10 / 0.7);
}

.active\:border-y-neutral-950\/75:active {
  border-top-color: rgb(10 10 10 / 0.75);
  border-bottom-color: rgb(10 10 10 / 0.75);
}

.active\:border-y-neutral-950\/80:active {
  border-top-color: rgb(10 10 10 / 0.8);
  border-bottom-color: rgb(10 10 10 / 0.8);
}

.active\:border-y-neutral-950\/90:active {
  border-top-color: rgb(10 10 10 / 0.9);
  border-bottom-color: rgb(10 10 10 / 0.9);
}

.active\:border-y-neutral-950\/95:active {
  border-top-color: rgb(10 10 10 / 0.95);
  border-bottom-color: rgb(10 10 10 / 0.95);
}

.active\:border-y-orange-100:active {
  --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));
}

.active\:border-y-orange-100\/0:active {
  border-top-color: rgb(255 237 213 / 0);
  border-bottom-color: rgb(255 237 213 / 0);
}

.active\:border-y-orange-100\/10:active {
  border-top-color: rgb(255 237 213 / 0.1);
  border-bottom-color: rgb(255 237 213 / 0.1);
}

.active\:border-y-orange-100\/100:active {
  border-top-color: rgb(255 237 213 / 1);
  border-bottom-color: rgb(255 237 213 / 1);
}

.active\:border-y-orange-100\/20:active {
  border-top-color: rgb(255 237 213 / 0.2);
  border-bottom-color: rgb(255 237 213 / 0.2);
}

.active\:border-y-orange-100\/25:active {
  border-top-color: rgb(255 237 213 / 0.25);
  border-bottom-color: rgb(255 237 213 / 0.25);
}

.active\:border-y-orange-100\/30:active {
  border-top-color: rgb(255 237 213 / 0.3);
  border-bottom-color: rgb(255 237 213 / 0.3);
}

.active\:border-y-orange-100\/40:active {
  border-top-color: rgb(255 237 213 / 0.4);
  border-bottom-color: rgb(255 237 213 / 0.4);
}

.active\:border-y-orange-100\/5:active {
  border-top-color: rgb(255 237 213 / 0.05);
  border-bottom-color: rgb(255 237 213 / 0.05);
}

.active\:border-y-orange-100\/50:active {
  border-top-color: rgb(255 237 213 / 0.5);
  border-bottom-color: rgb(255 237 213 / 0.5);
}

.active\:border-y-orange-100\/60:active {
  border-top-color: rgb(255 237 213 / 0.6);
  border-bottom-color: rgb(255 237 213 / 0.6);
}

.active\:border-y-orange-100\/70:active {
  border-top-color: rgb(255 237 213 / 0.7);
  border-bottom-color: rgb(255 237 213 / 0.7);
}

.active\:border-y-orange-100\/75:active {
  border-top-color: rgb(255 237 213 / 0.75);
  border-bottom-color: rgb(255 237 213 / 0.75);
}

.active\:border-y-orange-100\/80:active {
  border-top-color: rgb(255 237 213 / 0.8);
  border-bottom-color: rgb(255 237 213 / 0.8);
}

.active\:border-y-orange-100\/90:active {
  border-top-color: rgb(255 237 213 / 0.9);
  border-bottom-color: rgb(255 237 213 / 0.9);
}

.active\:border-y-orange-100\/95:active {
  border-top-color: rgb(255 237 213 / 0.95);
  border-bottom-color: rgb(255 237 213 / 0.95);
}

.active\:border-y-orange-200:active {
  --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));
}

.active\:border-y-orange-200\/0:active {
  border-top-color: rgb(254 215 170 / 0);
  border-bottom-color: rgb(254 215 170 / 0);
}

.active\:border-y-orange-200\/10:active {
  border-top-color: rgb(254 215 170 / 0.1);
  border-bottom-color: rgb(254 215 170 / 0.1);
}

.active\:border-y-orange-200\/100:active {
  border-top-color: rgb(254 215 170 / 1);
  border-bottom-color: rgb(254 215 170 / 1);
}

.active\:border-y-orange-200\/20:active {
  border-top-color: rgb(254 215 170 / 0.2);
  border-bottom-color: rgb(254 215 170 / 0.2);
}

.active\:border-y-orange-200\/25:active {
  border-top-color: rgb(254 215 170 / 0.25);
  border-bottom-color: rgb(254 215 170 / 0.25);
}

.active\:border-y-orange-200\/30:active {
  border-top-color: rgb(254 215 170 / 0.3);
  border-bottom-color: rgb(254 215 170 / 0.3);
}

.active\:border-y-orange-200\/40:active {
  border-top-color: rgb(254 215 170 / 0.4);
  border-bottom-color: rgb(254 215 170 / 0.4);
}

.active\:border-y-orange-200\/5:active {
  border-top-color: rgb(254 215 170 / 0.05);
  border-bottom-color: rgb(254 215 170 / 0.05);
}

.active\:border-y-orange-200\/50:active {
  border-top-color: rgb(254 215 170 / 0.5);
  border-bottom-color: rgb(254 215 170 / 0.5);
}

.active\:border-y-orange-200\/60:active {
  border-top-color: rgb(254 215 170 / 0.6);
  border-bottom-color: rgb(254 215 170 / 0.6);
}

.active\:border-y-orange-200\/70:active {
  border-top-color: rgb(254 215 170 / 0.7);
  border-bottom-color: rgb(254 215 170 / 0.7);
}

.active\:border-y-orange-200\/75:active {
  border-top-color: rgb(254 215 170 / 0.75);
  border-bottom-color: rgb(254 215 170 / 0.75);
}

.active\:border-y-orange-200\/80:active {
  border-top-color: rgb(254 215 170 / 0.8);
  border-bottom-color: rgb(254 215 170 / 0.8);
}

.active\:border-y-orange-200\/90:active {
  border-top-color: rgb(254 215 170 / 0.9);
  border-bottom-color: rgb(254 215 170 / 0.9);
}

.active\:border-y-orange-200\/95:active {
  border-top-color: rgb(254 215 170 / 0.95);
  border-bottom-color: rgb(254 215 170 / 0.95);
}

.active\:border-y-orange-300:active {
  --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));
}

.active\:border-y-orange-300\/0:active {
  border-top-color: rgb(253 186 116 / 0);
  border-bottom-color: rgb(253 186 116 / 0);
}

.active\:border-y-orange-300\/10:active {
  border-top-color: rgb(253 186 116 / 0.1);
  border-bottom-color: rgb(253 186 116 / 0.1);
}

.active\:border-y-orange-300\/100:active {
  border-top-color: rgb(253 186 116 / 1);
  border-bottom-color: rgb(253 186 116 / 1);
}

.active\:border-y-orange-300\/20:active {
  border-top-color: rgb(253 186 116 / 0.2);
  border-bottom-color: rgb(253 186 116 / 0.2);
}

.active\:border-y-orange-300\/25:active {
  border-top-color: rgb(253 186 116 / 0.25);
  border-bottom-color: rgb(253 186 116 / 0.25);
}

.active\:border-y-orange-300\/30:active {
  border-top-color: rgb(253 186 116 / 0.3);
  border-bottom-color: rgb(253 186 116 / 0.3);
}

.active\:border-y-orange-300\/40:active {
  border-top-color: rgb(253 186 116 / 0.4);
  border-bottom-color: rgb(253 186 116 / 0.4);
}

.active\:border-y-orange-300\/5:active {
  border-top-color: rgb(253 186 116 / 0.05);
  border-bottom-color: rgb(253 186 116 / 0.05);
}

.active\:border-y-orange-300\/50:active {
  border-top-color: rgb(253 186 116 / 0.5);
  border-bottom-color: rgb(253 186 116 / 0.5);
}

.active\:border-y-orange-300\/60:active {
  border-top-color: rgb(253 186 116 / 0.6);
  border-bottom-color: rgb(253 186 116 / 0.6);
}

.active\:border-y-orange-300\/70:active {
  border-top-color: rgb(253 186 116 / 0.7);
  border-bottom-color: rgb(253 186 116 / 0.7);
}

.active\:border-y-orange-300\/75:active {
  border-top-color: rgb(253 186 116 / 0.75);
  border-bottom-color: rgb(253 186 116 / 0.75);
}

.active\:border-y-orange-300\/80:active {
  border-top-color: rgb(253 186 116 / 0.8);
  border-bottom-color: rgb(253 186 116 / 0.8);
}

.active\:border-y-orange-300\/90:active {
  border-top-color: rgb(253 186 116 / 0.9);
  border-bottom-color: rgb(253 186 116 / 0.9);
}

.active\:border-y-orange-300\/95:active {
  border-top-color: rgb(253 186 116 / 0.95);
  border-bottom-color: rgb(253 186 116 / 0.95);
}

.active\:border-y-orange-400:active {
  --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));
}

.active\:border-y-orange-400\/0:active {
  border-top-color: rgb(251 146 60 / 0);
  border-bottom-color: rgb(251 146 60 / 0);
}

.active\:border-y-orange-400\/10:active {
  border-top-color: rgb(251 146 60 / 0.1);
  border-bottom-color: rgb(251 146 60 / 0.1);
}

.active\:border-y-orange-400\/100:active {
  border-top-color: rgb(251 146 60 / 1);
  border-bottom-color: rgb(251 146 60 / 1);
}

.active\:border-y-orange-400\/20:active {
  border-top-color: rgb(251 146 60 / 0.2);
  border-bottom-color: rgb(251 146 60 / 0.2);
}

.active\:border-y-orange-400\/25:active {
  border-top-color: rgb(251 146 60 / 0.25);
  border-bottom-color: rgb(251 146 60 / 0.25);
}

.active\:border-y-orange-400\/30:active {
  border-top-color: rgb(251 146 60 / 0.3);
  border-bottom-color: rgb(251 146 60 / 0.3);
}

.active\:border-y-orange-400\/40:active {
  border-top-color: rgb(251 146 60 / 0.4);
  border-bottom-color: rgb(251 146 60 / 0.4);
}

.active\:border-y-orange-400\/5:active {
  border-top-color: rgb(251 146 60 / 0.05);
  border-bottom-color: rgb(251 146 60 / 0.05);
}

.active\:border-y-orange-400\/50:active {
  border-top-color: rgb(251 146 60 / 0.5);
  border-bottom-color: rgb(251 146 60 / 0.5);
}

.active\:border-y-orange-400\/60:active {
  border-top-color: rgb(251 146 60 / 0.6);
  border-bottom-color: rgb(251 146 60 / 0.6);
}

.active\:border-y-orange-400\/70:active {
  border-top-color: rgb(251 146 60 / 0.7);
  border-bottom-color: rgb(251 146 60 / 0.7);
}

.active\:border-y-orange-400\/75:active {
  border-top-color: rgb(251 146 60 / 0.75);
  border-bottom-color: rgb(251 146 60 / 0.75);
}

.active\:border-y-orange-400\/80:active {
  border-top-color: rgb(251 146 60 / 0.8);
  border-bottom-color: rgb(251 146 60 / 0.8);
}

.active\:border-y-orange-400\/90:active {
  border-top-color: rgb(251 146 60 / 0.9);
  border-bottom-color: rgb(251 146 60 / 0.9);
}

.active\:border-y-orange-400\/95:active {
  border-top-color: rgb(251 146 60 / 0.95);
  border-bottom-color: rgb(251 146 60 / 0.95);
}

.active\:border-y-orange-50:active {
  --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));
}

.active\:border-y-orange-50\/0:active {
  border-top-color: rgb(255 247 237 / 0);
  border-bottom-color: rgb(255 247 237 / 0);
}

.active\:border-y-orange-50\/10:active {
  border-top-color: rgb(255 247 237 / 0.1);
  border-bottom-color: rgb(255 247 237 / 0.1);
}

.active\:border-y-orange-50\/100:active {
  border-top-color: rgb(255 247 237 / 1);
  border-bottom-color: rgb(255 247 237 / 1);
}

.active\:border-y-orange-50\/20:active {
  border-top-color: rgb(255 247 237 / 0.2);
  border-bottom-color: rgb(255 247 237 / 0.2);
}

.active\:border-y-orange-50\/25:active {
  border-top-color: rgb(255 247 237 / 0.25);
  border-bottom-color: rgb(255 247 237 / 0.25);
}

.active\:border-y-orange-50\/30:active {
  border-top-color: rgb(255 247 237 / 0.3);
  border-bottom-color: rgb(255 247 237 / 0.3);
}

.active\:border-y-orange-50\/40:active {
  border-top-color: rgb(255 247 237 / 0.4);
  border-bottom-color: rgb(255 247 237 / 0.4);
}

.active\:border-y-orange-50\/5:active {
  border-top-color: rgb(255 247 237 / 0.05);
  border-bottom-color: rgb(255 247 237 / 0.05);
}

.active\:border-y-orange-50\/50:active {
  border-top-color: rgb(255 247 237 / 0.5);
  border-bottom-color: rgb(255 247 237 / 0.5);
}

.active\:border-y-orange-50\/60:active {
  border-top-color: rgb(255 247 237 / 0.6);
  border-bottom-color: rgb(255 247 237 / 0.6);
}

.active\:border-y-orange-50\/70:active {
  border-top-color: rgb(255 247 237 / 0.7);
  border-bottom-color: rgb(255 247 237 / 0.7);
}

.active\:border-y-orange-50\/75:active {
  border-top-color: rgb(255 247 237 / 0.75);
  border-bottom-color: rgb(255 247 237 / 0.75);
}

.active\:border-y-orange-50\/80:active {
  border-top-color: rgb(255 247 237 / 0.8);
  border-bottom-color: rgb(255 247 237 / 0.8);
}

.active\:border-y-orange-50\/90:active {
  border-top-color: rgb(255 247 237 / 0.9);
  border-bottom-color: rgb(255 247 237 / 0.9);
}

.active\:border-y-orange-50\/95:active {
  border-top-color: rgb(255 247 237 / 0.95);
  border-bottom-color: rgb(255 247 237 / 0.95);
}

.active\:border-y-orange-500:active {
  --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));
}

.active\:border-y-orange-500\/0:active {
  border-top-color: rgb(249 115 22 / 0);
  border-bottom-color: rgb(249 115 22 / 0);
}

.active\:border-y-orange-500\/10:active {
  border-top-color: rgb(249 115 22 / 0.1);
  border-bottom-color: rgb(249 115 22 / 0.1);
}

.active\:border-y-orange-500\/100:active {
  border-top-color: rgb(249 115 22 / 1);
  border-bottom-color: rgb(249 115 22 / 1);
}

.active\:border-y-orange-500\/20:active {
  border-top-color: rgb(249 115 22 / 0.2);
  border-bottom-color: rgb(249 115 22 / 0.2);
}

.active\:border-y-orange-500\/25:active {
  border-top-color: rgb(249 115 22 / 0.25);
  border-bottom-color: rgb(249 115 22 / 0.25);
}

.active\:border-y-orange-500\/30:active {
  border-top-color: rgb(249 115 22 / 0.3);
  border-bottom-color: rgb(249 115 22 / 0.3);
}

.active\:border-y-orange-500\/40:active {
  border-top-color: rgb(249 115 22 / 0.4);
  border-bottom-color: rgb(249 115 22 / 0.4);
}

.active\:border-y-orange-500\/5:active {
  border-top-color: rgb(249 115 22 / 0.05);
  border-bottom-color: rgb(249 115 22 / 0.05);
}

.active\:border-y-orange-500\/50:active {
  border-top-color: rgb(249 115 22 / 0.5);
  border-bottom-color: rgb(249 115 22 / 0.5);
}

.active\:border-y-orange-500\/60:active {
  border-top-color: rgb(249 115 22 / 0.6);
  border-bottom-color: rgb(249 115 22 / 0.6);
}

.active\:border-y-orange-500\/70:active {
  border-top-color: rgb(249 115 22 / 0.7);
  border-bottom-color: rgb(249 115 22 / 0.7);
}

.active\:border-y-orange-500\/75:active {
  border-top-color: rgb(249 115 22 / 0.75);
  border-bottom-color: rgb(249 115 22 / 0.75);
}

.active\:border-y-orange-500\/80:active {
  border-top-color: rgb(249 115 22 / 0.8);
  border-bottom-color: rgb(249 115 22 / 0.8);
}

.active\:border-y-orange-500\/90:active {
  border-top-color: rgb(249 115 22 / 0.9);
  border-bottom-color: rgb(249 115 22 / 0.9);
}

.active\:border-y-orange-500\/95:active {
  border-top-color: rgb(249 115 22 / 0.95);
  border-bottom-color: rgb(249 115 22 / 0.95);
}

.active\:border-y-orange-600:active {
  --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));
}

.active\:border-y-orange-600\/0:active {
  border-top-color: rgb(234 88 12 / 0);
  border-bottom-color: rgb(234 88 12 / 0);
}

.active\:border-y-orange-600\/10:active {
  border-top-color: rgb(234 88 12 / 0.1);
  border-bottom-color: rgb(234 88 12 / 0.1);
}

.active\:border-y-orange-600\/100:active {
  border-top-color: rgb(234 88 12 / 1);
  border-bottom-color: rgb(234 88 12 / 1);
}

.active\:border-y-orange-600\/20:active {
  border-top-color: rgb(234 88 12 / 0.2);
  border-bottom-color: rgb(234 88 12 / 0.2);
}

.active\:border-y-orange-600\/25:active {
  border-top-color: rgb(234 88 12 / 0.25);
  border-bottom-color: rgb(234 88 12 / 0.25);
}

.active\:border-y-orange-600\/30:active {
  border-top-color: rgb(234 88 12 / 0.3);
  border-bottom-color: rgb(234 88 12 / 0.3);
}

.active\:border-y-orange-600\/40:active {
  border-top-color: rgb(234 88 12 / 0.4);
  border-bottom-color: rgb(234 88 12 / 0.4);
}

.active\:border-y-orange-600\/5:active {
  border-top-color: rgb(234 88 12 / 0.05);
  border-bottom-color: rgb(234 88 12 / 0.05);
}

.active\:border-y-orange-600\/50:active {
  border-top-color: rgb(234 88 12 / 0.5);
  border-bottom-color: rgb(234 88 12 / 0.5);
}

.active\:border-y-orange-600\/60:active {
  border-top-color: rgb(234 88 12 / 0.6);
  border-bottom-color: rgb(234 88 12 / 0.6);
}

.active\:border-y-orange-600\/70:active {
  border-top-color: rgb(234 88 12 / 0.7);
  border-bottom-color: rgb(234 88 12 / 0.7);
}

.active\:border-y-orange-600\/75:active {
  border-top-color: rgb(234 88 12 / 0.75);
  border-bottom-color: rgb(234 88 12 / 0.75);
}

.active\:border-y-orange-600\/80:active {
  border-top-color: rgb(234 88 12 / 0.8);
  border-bottom-color: rgb(234 88 12 / 0.8);
}

.active\:border-y-orange-600\/90:active {
  border-top-color: rgb(234 88 12 / 0.9);
  border-bottom-color: rgb(234 88 12 / 0.9);
}

.active\:border-y-orange-600\/95:active {
  border-top-color: rgb(234 88 12 / 0.95);
  border-bottom-color: rgb(234 88 12 / 0.95);
}

.active\:border-y-orange-700:active {
  --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));
}

.active\:border-y-orange-700\/0:active {
  border-top-color: rgb(194 65 12 / 0);
  border-bottom-color: rgb(194 65 12 / 0);
}

.active\:border-y-orange-700\/10:active {
  border-top-color: rgb(194 65 12 / 0.1);
  border-bottom-color: rgb(194 65 12 / 0.1);
}

.active\:border-y-orange-700\/100:active {
  border-top-color: rgb(194 65 12 / 1);
  border-bottom-color: rgb(194 65 12 / 1);
}

.active\:border-y-orange-700\/20:active {
  border-top-color: rgb(194 65 12 / 0.2);
  border-bottom-color: rgb(194 65 12 / 0.2);
}

.active\:border-y-orange-700\/25:active {
  border-top-color: rgb(194 65 12 / 0.25);
  border-bottom-color: rgb(194 65 12 / 0.25);
}

.active\:border-y-orange-700\/30:active {
  border-top-color: rgb(194 65 12 / 0.3);
  border-bottom-color: rgb(194 65 12 / 0.3);
}

.active\:border-y-orange-700\/40:active {
  border-top-color: rgb(194 65 12 / 0.4);
  border-bottom-color: rgb(194 65 12 / 0.4);
}

.active\:border-y-orange-700\/5:active {
  border-top-color: rgb(194 65 12 / 0.05);
  border-bottom-color: rgb(194 65 12 / 0.05);
}

.active\:border-y-orange-700\/50:active {
  border-top-color: rgb(194 65 12 / 0.5);
  border-bottom-color: rgb(194 65 12 / 0.5);
}

.active\:border-y-orange-700\/60:active {
  border-top-color: rgb(194 65 12 / 0.6);
  border-bottom-color: rgb(194 65 12 / 0.6);
}

.active\:border-y-orange-700\/70:active {
  border-top-color: rgb(194 65 12 / 0.7);
  border-bottom-color: rgb(194 65 12 / 0.7);
}

.active\:border-y-orange-700\/75:active {
  border-top-color: rgb(194 65 12 / 0.75);
  border-bottom-color: rgb(194 65 12 / 0.75);
}

.active\:border-y-orange-700\/80:active {
  border-top-color: rgb(194 65 12 / 0.8);
  border-bottom-color: rgb(194 65 12 / 0.8);
}

.active\:border-y-orange-700\/90:active {
  border-top-color: rgb(194 65 12 / 0.9);
  border-bottom-color: rgb(194 65 12 / 0.9);
}

.active\:border-y-orange-700\/95:active {
  border-top-color: rgb(194 65 12 / 0.95);
  border-bottom-color: rgb(194 65 12 / 0.95);
}

.active\:border-y-orange-800:active {
  --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));
}

.active\:border-y-orange-800\/0:active {
  border-top-color: rgb(154 52 18 / 0);
  border-bottom-color: rgb(154 52 18 / 0);
}

.active\:border-y-orange-800\/10:active {
  border-top-color: rgb(154 52 18 / 0.1);
  border-bottom-color: rgb(154 52 18 / 0.1);
}

.active\:border-y-orange-800\/100:active {
  border-top-color: rgb(154 52 18 / 1);
  border-bottom-color: rgb(154 52 18 / 1);
}

.active\:border-y-orange-800\/20:active {
  border-top-color: rgb(154 52 18 / 0.2);
  border-bottom-color: rgb(154 52 18 / 0.2);
}

.active\:border-y-orange-800\/25:active {
  border-top-color: rgb(154 52 18 / 0.25);
  border-bottom-color: rgb(154 52 18 / 0.25);
}

.active\:border-y-orange-800\/30:active {
  border-top-color: rgb(154 52 18 / 0.3);
  border-bottom-color: rgb(154 52 18 / 0.3);
}

.active\:border-y-orange-800\/40:active {
  border-top-color: rgb(154 52 18 / 0.4);
  border-bottom-color: rgb(154 52 18 / 0.4);
}

.active\:border-y-orange-800\/5:active {
  border-top-color: rgb(154 52 18 / 0.05);
  border-bottom-color: rgb(154 52 18 / 0.05);
}

.active\:border-y-orange-800\/50:active {
  border-top-color: rgb(154 52 18 / 0.5);
  border-bottom-color: rgb(154 52 18 / 0.5);
}

.active\:border-y-orange-800\/60:active {
  border-top-color: rgb(154 52 18 / 0.6);
  border-bottom-color: rgb(154 52 18 / 0.6);
}

.active\:border-y-orange-800\/70:active {
  border-top-color: rgb(154 52 18 / 0.7);
  border-bottom-color: rgb(154 52 18 / 0.7);
}

.active\:border-y-orange-800\/75:active {
  border-top-color: rgb(154 52 18 / 0.75);
  border-bottom-color: rgb(154 52 18 / 0.75);
}

.active\:border-y-orange-800\/80:active {
  border-top-color: rgb(154 52 18 / 0.8);
  border-bottom-color: rgb(154 52 18 / 0.8);
}

.active\:border-y-orange-800\/90:active {
  border-top-color: rgb(154 52 18 / 0.9);
  border-bottom-color: rgb(154 52 18 / 0.9);
}

.active\:border-y-orange-800\/95:active {
  border-top-color: rgb(154 52 18 / 0.95);
  border-bottom-color: rgb(154 52 18 / 0.95);
}

.active\:border-y-orange-900:active {
  --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));
}

.active\:border-y-orange-900\/0:active {
  border-top-color: rgb(124 45 18 / 0);
  border-bottom-color: rgb(124 45 18 / 0);
}

.active\:border-y-orange-900\/10:active {
  border-top-color: rgb(124 45 18 / 0.1);
  border-bottom-color: rgb(124 45 18 / 0.1);
}

.active\:border-y-orange-900\/100:active {
  border-top-color: rgb(124 45 18 / 1);
  border-bottom-color: rgb(124 45 18 / 1);
}

.active\:border-y-orange-900\/20:active {
  border-top-color: rgb(124 45 18 / 0.2);
  border-bottom-color: rgb(124 45 18 / 0.2);
}

.active\:border-y-orange-900\/25:active {
  border-top-color: rgb(124 45 18 / 0.25);
  border-bottom-color: rgb(124 45 18 / 0.25);
}

.active\:border-y-orange-900\/30:active {
  border-top-color: rgb(124 45 18 / 0.3);
  border-bottom-color: rgb(124 45 18 / 0.3);
}

.active\:border-y-orange-900\/40:active {
  border-top-color: rgb(124 45 18 / 0.4);
  border-bottom-color: rgb(124 45 18 / 0.4);
}

.active\:border-y-orange-900\/5:active {
  border-top-color: rgb(124 45 18 / 0.05);
  border-bottom-color: rgb(124 45 18 / 0.05);
}

.active\:border-y-orange-900\/50:active {
  border-top-color: rgb(124 45 18 / 0.5);
  border-bottom-color: rgb(124 45 18 / 0.5);
}

.active\:border-y-orange-900\/60:active {
  border-top-color: rgb(124 45 18 / 0.6);
  border-bottom-color: rgb(124 45 18 / 0.6);
}

.active\:border-y-orange-900\/70:active {
  border-top-color: rgb(124 45 18 / 0.7);
  border-bottom-color: rgb(124 45 18 / 0.7);
}

.active\:border-y-orange-900\/75:active {
  border-top-color: rgb(124 45 18 / 0.75);
  border-bottom-color: rgb(124 45 18 / 0.75);
}

.active\:border-y-orange-900\/80:active {
  border-top-color: rgb(124 45 18 / 0.8);
  border-bottom-color: rgb(124 45 18 / 0.8);
}

.active\:border-y-orange-900\/90:active {
  border-top-color: rgb(124 45 18 / 0.9);
  border-bottom-color: rgb(124 45 18 / 0.9);
}

.active\:border-y-orange-900\/95:active {
  border-top-color: rgb(124 45 18 / 0.95);
  border-bottom-color: rgb(124 45 18 / 0.95);
}

.active\:border-y-orange-950:active {
  --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));
}

.active\:border-y-orange-950\/0:active {
  border-top-color: rgb(67 20 7 / 0);
  border-bottom-color: rgb(67 20 7 / 0);
}

.active\:border-y-orange-950\/10:active {
  border-top-color: rgb(67 20 7 / 0.1);
  border-bottom-color: rgb(67 20 7 / 0.1);
}

.active\:border-y-orange-950\/100:active {
  border-top-color: rgb(67 20 7 / 1);
  border-bottom-color: rgb(67 20 7 / 1);
}

.active\:border-y-orange-950\/20:active {
  border-top-color: rgb(67 20 7 / 0.2);
  border-bottom-color: rgb(67 20 7 / 0.2);
}

.active\:border-y-orange-950\/25:active {
  border-top-color: rgb(67 20 7 / 0.25);
  border-bottom-color: rgb(67 20 7 / 0.25);
}

.active\:border-y-orange-950\/30:active {
  border-top-color: rgb(67 20 7 / 0.3);
  border-bottom-color: rgb(67 20 7 / 0.3);
}

.active\:border-y-orange-950\/40:active {
  border-top-color: rgb(67 20 7 / 0.4);
  border-bottom-color: rgb(67 20 7 / 0.4);
}

.active\:border-y-orange-950\/5:active {
  border-top-color: rgb(67 20 7 / 0.05);
  border-bottom-color: rgb(67 20 7 / 0.05);
}

.active\:border-y-orange-950\/50:active {
  border-top-color: rgb(67 20 7 / 0.5);
  border-bottom-color: rgb(67 20 7 / 0.5);
}

.active\:border-y-orange-950\/60:active {
  border-top-color: rgb(67 20 7 / 0.6);
  border-bottom-color: rgb(67 20 7 / 0.6);
}

.active\:border-y-orange-950\/70:active {
  border-top-color: rgb(67 20 7 / 0.7);
  border-bottom-color: rgb(67 20 7 / 0.7);
}

.active\:border-y-orange-950\/75:active {
  border-top-color: rgb(67 20 7 / 0.75);
  border-bottom-color: rgb(67 20 7 / 0.75);
}

.active\:border-y-orange-950\/80:active {
  border-top-color: rgb(67 20 7 / 0.8);
  border-bottom-color: rgb(67 20 7 / 0.8);
}

.active\:border-y-orange-950\/90:active {
  border-top-color: rgb(67 20 7 / 0.9);
  border-bottom-color: rgb(67 20 7 / 0.9);
}

.active\:border-y-orange-950\/95:active {
  border-top-color: rgb(67 20 7 / 0.95);
  border-bottom-color: rgb(67 20 7 / 0.95);
}

.active\:border-y-ozc-100:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 239 235 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 239 235 / var(--tw-border-opacity));
}

.active\:border-y-ozc-100\/0:active {
  border-top-color: rgb(255 239 235 / 0);
  border-bottom-color: rgb(255 239 235 / 0);
}

.active\:border-y-ozc-100\/10:active {
  border-top-color: rgb(255 239 235 / 0.1);
  border-bottom-color: rgb(255 239 235 / 0.1);
}

.active\:border-y-ozc-100\/100:active {
  border-top-color: rgb(255 239 235 / 1);
  border-bottom-color: rgb(255 239 235 / 1);
}

.active\:border-y-ozc-100\/20:active {
  border-top-color: rgb(255 239 235 / 0.2);
  border-bottom-color: rgb(255 239 235 / 0.2);
}

.active\:border-y-ozc-100\/25:active {
  border-top-color: rgb(255 239 235 / 0.25);
  border-bottom-color: rgb(255 239 235 / 0.25);
}

.active\:border-y-ozc-100\/30:active {
  border-top-color: rgb(255 239 235 / 0.3);
  border-bottom-color: rgb(255 239 235 / 0.3);
}

.active\:border-y-ozc-100\/40:active {
  border-top-color: rgb(255 239 235 / 0.4);
  border-bottom-color: rgb(255 239 235 / 0.4);
}

.active\:border-y-ozc-100\/5:active {
  border-top-color: rgb(255 239 235 / 0.05);
  border-bottom-color: rgb(255 239 235 / 0.05);
}

.active\:border-y-ozc-100\/50:active {
  border-top-color: rgb(255 239 235 / 0.5);
  border-bottom-color: rgb(255 239 235 / 0.5);
}

.active\:border-y-ozc-100\/60:active {
  border-top-color: rgb(255 239 235 / 0.6);
  border-bottom-color: rgb(255 239 235 / 0.6);
}

.active\:border-y-ozc-100\/70:active {
  border-top-color: rgb(255 239 235 / 0.7);
  border-bottom-color: rgb(255 239 235 / 0.7);
}

.active\:border-y-ozc-100\/75:active {
  border-top-color: rgb(255 239 235 / 0.75);
  border-bottom-color: rgb(255 239 235 / 0.75);
}

.active\:border-y-ozc-100\/80:active {
  border-top-color: rgb(255 239 235 / 0.8);
  border-bottom-color: rgb(255 239 235 / 0.8);
}

.active\:border-y-ozc-100\/90:active {
  border-top-color: rgb(255 239 235 / 0.9);
  border-bottom-color: rgb(255 239 235 / 0.9);
}

.active\:border-y-ozc-100\/95:active {
  border-top-color: rgb(255 239 235 / 0.95);
  border-bottom-color: rgb(255 239 235 / 0.95);
}

.active\:border-y-ozc-200:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 225 222 / var(--tw-border-opacity));
  border-bottom-color: rgb(253 225 222 / var(--tw-border-opacity));
}

.active\:border-y-ozc-200\/0:active {
  border-top-color: rgb(253 225 222 / 0);
  border-bottom-color: rgb(253 225 222 / 0);
}

.active\:border-y-ozc-200\/10:active {
  border-top-color: rgb(253 225 222 / 0.1);
  border-bottom-color: rgb(253 225 222 / 0.1);
}

.active\:border-y-ozc-200\/100:active {
  border-top-color: rgb(253 225 222 / 1);
  border-bottom-color: rgb(253 225 222 / 1);
}

.active\:border-y-ozc-200\/20:active {
  border-top-color: rgb(253 225 222 / 0.2);
  border-bottom-color: rgb(253 225 222 / 0.2);
}

.active\:border-y-ozc-200\/25:active {
  border-top-color: rgb(253 225 222 / 0.25);
  border-bottom-color: rgb(253 225 222 / 0.25);
}

.active\:border-y-ozc-200\/30:active {
  border-top-color: rgb(253 225 222 / 0.3);
  border-bottom-color: rgb(253 225 222 / 0.3);
}

.active\:border-y-ozc-200\/40:active {
  border-top-color: rgb(253 225 222 / 0.4);
  border-bottom-color: rgb(253 225 222 / 0.4);
}

.active\:border-y-ozc-200\/5:active {
  border-top-color: rgb(253 225 222 / 0.05);
  border-bottom-color: rgb(253 225 222 / 0.05);
}

.active\:border-y-ozc-200\/50:active {
  border-top-color: rgb(253 225 222 / 0.5);
  border-bottom-color: rgb(253 225 222 / 0.5);
}

.active\:border-y-ozc-200\/60:active {
  border-top-color: rgb(253 225 222 / 0.6);
  border-bottom-color: rgb(253 225 222 / 0.6);
}

.active\:border-y-ozc-200\/70:active {
  border-top-color: rgb(253 225 222 / 0.7);
  border-bottom-color: rgb(253 225 222 / 0.7);
}

.active\:border-y-ozc-200\/75:active {
  border-top-color: rgb(253 225 222 / 0.75);
  border-bottom-color: rgb(253 225 222 / 0.75);
}

.active\:border-y-ozc-200\/80:active {
  border-top-color: rgb(253 225 222 / 0.8);
  border-bottom-color: rgb(253 225 222 / 0.8);
}

.active\:border-y-ozc-200\/90:active {
  border-top-color: rgb(253 225 222 / 0.9);
  border-bottom-color: rgb(253 225 222 / 0.9);
}

.active\:border-y-ozc-200\/95:active {
  border-top-color: rgb(253 225 222 / 0.95);
  border-bottom-color: rgb(253 225 222 / 0.95);
}

.active\:border-y-ozc-300:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(248 181 181 / var(--tw-border-opacity));
  border-bottom-color: rgb(248 181 181 / var(--tw-border-opacity));
}

.active\:border-y-ozc-300\/0:active {
  border-top-color: rgb(248 181 181 / 0);
  border-bottom-color: rgb(248 181 181 / 0);
}

.active\:border-y-ozc-300\/10:active {
  border-top-color: rgb(248 181 181 / 0.1);
  border-bottom-color: rgb(248 181 181 / 0.1);
}

.active\:border-y-ozc-300\/100:active {
  border-top-color: rgb(248 181 181 / 1);
  border-bottom-color: rgb(248 181 181 / 1);
}

.active\:border-y-ozc-300\/20:active {
  border-top-color: rgb(248 181 181 / 0.2);
  border-bottom-color: rgb(248 181 181 / 0.2);
}

.active\:border-y-ozc-300\/25:active {
  border-top-color: rgb(248 181 181 / 0.25);
  border-bottom-color: rgb(248 181 181 / 0.25);
}

.active\:border-y-ozc-300\/30:active {
  border-top-color: rgb(248 181 181 / 0.3);
  border-bottom-color: rgb(248 181 181 / 0.3);
}

.active\:border-y-ozc-300\/40:active {
  border-top-color: rgb(248 181 181 / 0.4);
  border-bottom-color: rgb(248 181 181 / 0.4);
}

.active\:border-y-ozc-300\/5:active {
  border-top-color: rgb(248 181 181 / 0.05);
  border-bottom-color: rgb(248 181 181 / 0.05);
}

.active\:border-y-ozc-300\/50:active {
  border-top-color: rgb(248 181 181 / 0.5);
  border-bottom-color: rgb(248 181 181 / 0.5);
}

.active\:border-y-ozc-300\/60:active {
  border-top-color: rgb(248 181 181 / 0.6);
  border-bottom-color: rgb(248 181 181 / 0.6);
}

.active\:border-y-ozc-300\/70:active {
  border-top-color: rgb(248 181 181 / 0.7);
  border-bottom-color: rgb(248 181 181 / 0.7);
}

.active\:border-y-ozc-300\/75:active {
  border-top-color: rgb(248 181 181 / 0.75);
  border-bottom-color: rgb(248 181 181 / 0.75);
}

.active\:border-y-ozc-300\/80:active {
  border-top-color: rgb(248 181 181 / 0.8);
  border-bottom-color: rgb(248 181 181 / 0.8);
}

.active\:border-y-ozc-300\/90:active {
  border-top-color: rgb(248 181 181 / 0.9);
  border-bottom-color: rgb(248 181 181 / 0.9);
}

.active\:border-y-ozc-300\/95:active {
  border-top-color: rgb(248 181 181 / 0.95);
  border-bottom-color: rgb(248 181 181 / 0.95);
}

.active\:border-y-ozc-400:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 189 173 / var(--tw-border-opacity));
  border-bottom-color: rgb(250 189 173 / var(--tw-border-opacity));
}

.active\:border-y-ozc-400\/0:active {
  border-top-color: rgb(250 189 173 / 0);
  border-bottom-color: rgb(250 189 173 / 0);
}

.active\:border-y-ozc-400\/10:active {
  border-top-color: rgb(250 189 173 / 0.1);
  border-bottom-color: rgb(250 189 173 / 0.1);
}

.active\:border-y-ozc-400\/100:active {
  border-top-color: rgb(250 189 173 / 1);
  border-bottom-color: rgb(250 189 173 / 1);
}

.active\:border-y-ozc-400\/20:active {
  border-top-color: rgb(250 189 173 / 0.2);
  border-bottom-color: rgb(250 189 173 / 0.2);
}

.active\:border-y-ozc-400\/25:active {
  border-top-color: rgb(250 189 173 / 0.25);
  border-bottom-color: rgb(250 189 173 / 0.25);
}

.active\:border-y-ozc-400\/30:active {
  border-top-color: rgb(250 189 173 / 0.3);
  border-bottom-color: rgb(250 189 173 / 0.3);
}

.active\:border-y-ozc-400\/40:active {
  border-top-color: rgb(250 189 173 / 0.4);
  border-bottom-color: rgb(250 189 173 / 0.4);
}

.active\:border-y-ozc-400\/5:active {
  border-top-color: rgb(250 189 173 / 0.05);
  border-bottom-color: rgb(250 189 173 / 0.05);
}

.active\:border-y-ozc-400\/50:active {
  border-top-color: rgb(250 189 173 / 0.5);
  border-bottom-color: rgb(250 189 173 / 0.5);
}

.active\:border-y-ozc-400\/60:active {
  border-top-color: rgb(250 189 173 / 0.6);
  border-bottom-color: rgb(250 189 173 / 0.6);
}

.active\:border-y-ozc-400\/70:active {
  border-top-color: rgb(250 189 173 / 0.7);
  border-bottom-color: rgb(250 189 173 / 0.7);
}

.active\:border-y-ozc-400\/75:active {
  border-top-color: rgb(250 189 173 / 0.75);
  border-bottom-color: rgb(250 189 173 / 0.75);
}

.active\:border-y-ozc-400\/80:active {
  border-top-color: rgb(250 189 173 / 0.8);
  border-bottom-color: rgb(250 189 173 / 0.8);
}

.active\:border-y-ozc-400\/90:active {
  border-top-color: rgb(250 189 173 / 0.9);
  border-bottom-color: rgb(250 189 173 / 0.9);
}

.active\:border-y-ozc-400\/95:active {
  border-top-color: rgb(250 189 173 / 0.95);
  border-bottom-color: rgb(250 189 173 / 0.95);
}

.active\:border-y-ozc-50:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 243 232 / var(--tw-border-opacity));
  border-bottom-color: rgb(254 243 232 / var(--tw-border-opacity));
}

.active\:border-y-ozc-50\/0:active {
  border-top-color: rgb(254 243 232 / 0);
  border-bottom-color: rgb(254 243 232 / 0);
}

.active\:border-y-ozc-50\/10:active {
  border-top-color: rgb(254 243 232 / 0.1);
  border-bottom-color: rgb(254 243 232 / 0.1);
}

.active\:border-y-ozc-50\/100:active {
  border-top-color: rgb(254 243 232 / 1);
  border-bottom-color: rgb(254 243 232 / 1);
}

.active\:border-y-ozc-50\/20:active {
  border-top-color: rgb(254 243 232 / 0.2);
  border-bottom-color: rgb(254 243 232 / 0.2);
}

.active\:border-y-ozc-50\/25:active {
  border-top-color: rgb(254 243 232 / 0.25);
  border-bottom-color: rgb(254 243 232 / 0.25);
}

.active\:border-y-ozc-50\/30:active {
  border-top-color: rgb(254 243 232 / 0.3);
  border-bottom-color: rgb(254 243 232 / 0.3);
}

.active\:border-y-ozc-50\/40:active {
  border-top-color: rgb(254 243 232 / 0.4);
  border-bottom-color: rgb(254 243 232 / 0.4);
}

.active\:border-y-ozc-50\/5:active {
  border-top-color: rgb(254 243 232 / 0.05);
  border-bottom-color: rgb(254 243 232 / 0.05);
}

.active\:border-y-ozc-50\/50:active {
  border-top-color: rgb(254 243 232 / 0.5);
  border-bottom-color: rgb(254 243 232 / 0.5);
}

.active\:border-y-ozc-50\/60:active {
  border-top-color: rgb(254 243 232 / 0.6);
  border-bottom-color: rgb(254 243 232 / 0.6);
}

.active\:border-y-ozc-50\/70:active {
  border-top-color: rgb(254 243 232 / 0.7);
  border-bottom-color: rgb(254 243 232 / 0.7);
}

.active\:border-y-ozc-50\/75:active {
  border-top-color: rgb(254 243 232 / 0.75);
  border-bottom-color: rgb(254 243 232 / 0.75);
}

.active\:border-y-ozc-50\/80:active {
  border-top-color: rgb(254 243 232 / 0.8);
  border-bottom-color: rgb(254 243 232 / 0.8);
}

.active\:border-y-ozc-50\/90:active {
  border-top-color: rgb(254 243 232 / 0.9);
  border-bottom-color: rgb(254 243 232 / 0.9);
}

.active\:border-y-ozc-50\/95:active {
  border-top-color: rgb(254 243 232 / 0.95);
  border-bottom-color: rgb(254 243 232 / 0.95);
}

.active\:border-y-ozc-500:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 110 96 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 110 96 / var(--tw-border-opacity));
}

.active\:border-y-ozc-500\/0:active {
  border-top-color: rgb(255 110 96 / 0);
  border-bottom-color: rgb(255 110 96 / 0);
}

.active\:border-y-ozc-500\/10:active {
  border-top-color: rgb(255 110 96 / 0.1);
  border-bottom-color: rgb(255 110 96 / 0.1);
}

.active\:border-y-ozc-500\/100:active {
  border-top-color: rgb(255 110 96 / 1);
  border-bottom-color: rgb(255 110 96 / 1);
}

.active\:border-y-ozc-500\/20:active {
  border-top-color: rgb(255 110 96 / 0.2);
  border-bottom-color: rgb(255 110 96 / 0.2);
}

.active\:border-y-ozc-500\/25:active {
  border-top-color: rgb(255 110 96 / 0.25);
  border-bottom-color: rgb(255 110 96 / 0.25);
}

.active\:border-y-ozc-500\/30:active {
  border-top-color: rgb(255 110 96 / 0.3);
  border-bottom-color: rgb(255 110 96 / 0.3);
}

.active\:border-y-ozc-500\/40:active {
  border-top-color: rgb(255 110 96 / 0.4);
  border-bottom-color: rgb(255 110 96 / 0.4);
}

.active\:border-y-ozc-500\/5:active {
  border-top-color: rgb(255 110 96 / 0.05);
  border-bottom-color: rgb(255 110 96 / 0.05);
}

.active\:border-y-ozc-500\/50:active {
  border-top-color: rgb(255 110 96 / 0.5);
  border-bottom-color: rgb(255 110 96 / 0.5);
}

.active\:border-y-ozc-500\/60:active {
  border-top-color: rgb(255 110 96 / 0.6);
  border-bottom-color: rgb(255 110 96 / 0.6);
}

.active\:border-y-ozc-500\/70:active {
  border-top-color: rgb(255 110 96 / 0.7);
  border-bottom-color: rgb(255 110 96 / 0.7);
}

.active\:border-y-ozc-500\/75:active {
  border-top-color: rgb(255 110 96 / 0.75);
  border-bottom-color: rgb(255 110 96 / 0.75);
}

.active\:border-y-ozc-500\/80:active {
  border-top-color: rgb(255 110 96 / 0.8);
  border-bottom-color: rgb(255 110 96 / 0.8);
}

.active\:border-y-ozc-500\/90:active {
  border-top-color: rgb(255 110 96 / 0.9);
  border-bottom-color: rgb(255 110 96 / 0.9);
}

.active\:border-y-ozc-500\/95:active {
  border-top-color: rgb(255 110 96 / 0.95);
  border-bottom-color: rgb(255 110 96 / 0.95);
}

.active\:border-y-ozc-600:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 169 140 / var(--tw-border-opacity));
  border-bottom-color: rgb(249 169 140 / var(--tw-border-opacity));
}

.active\:border-y-ozc-600\/0:active {
  border-top-color: rgb(249 169 140 / 0);
  border-bottom-color: rgb(249 169 140 / 0);
}

.active\:border-y-ozc-600\/10:active {
  border-top-color: rgb(249 169 140 / 0.1);
  border-bottom-color: rgb(249 169 140 / 0.1);
}

.active\:border-y-ozc-600\/100:active {
  border-top-color: rgb(249 169 140 / 1);
  border-bottom-color: rgb(249 169 140 / 1);
}

.active\:border-y-ozc-600\/20:active {
  border-top-color: rgb(249 169 140 / 0.2);
  border-bottom-color: rgb(249 169 140 / 0.2);
}

.active\:border-y-ozc-600\/25:active {
  border-top-color: rgb(249 169 140 / 0.25);
  border-bottom-color: rgb(249 169 140 / 0.25);
}

.active\:border-y-ozc-600\/30:active {
  border-top-color: rgb(249 169 140 / 0.3);
  border-bottom-color: rgb(249 169 140 / 0.3);
}

.active\:border-y-ozc-600\/40:active {
  border-top-color: rgb(249 169 140 / 0.4);
  border-bottom-color: rgb(249 169 140 / 0.4);
}

.active\:border-y-ozc-600\/5:active {
  border-top-color: rgb(249 169 140 / 0.05);
  border-bottom-color: rgb(249 169 140 / 0.05);
}

.active\:border-y-ozc-600\/50:active {
  border-top-color: rgb(249 169 140 / 0.5);
  border-bottom-color: rgb(249 169 140 / 0.5);
}

.active\:border-y-ozc-600\/60:active {
  border-top-color: rgb(249 169 140 / 0.6);
  border-bottom-color: rgb(249 169 140 / 0.6);
}

.active\:border-y-ozc-600\/70:active {
  border-top-color: rgb(249 169 140 / 0.7);
  border-bottom-color: rgb(249 169 140 / 0.7);
}

.active\:border-y-ozc-600\/75:active {
  border-top-color: rgb(249 169 140 / 0.75);
  border-bottom-color: rgb(249 169 140 / 0.75);
}

.active\:border-y-ozc-600\/80:active {
  border-top-color: rgb(249 169 140 / 0.8);
  border-bottom-color: rgb(249 169 140 / 0.8);
}

.active\:border-y-ozc-600\/90:active {
  border-top-color: rgb(249 169 140 / 0.9);
  border-bottom-color: rgb(249 169 140 / 0.9);
}

.active\:border-y-ozc-600\/95:active {
  border-top-color: rgb(249 169 140 / 0.95);
  border-bottom-color: rgb(249 169 140 / 0.95);
}

.active\:border-y-ozc-700:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(246 148 114 / var(--tw-border-opacity));
  border-bottom-color: rgb(246 148 114 / var(--tw-border-opacity));
}

.active\:border-y-ozc-700\/0:active {
  border-top-color: rgb(246 148 114 / 0);
  border-bottom-color: rgb(246 148 114 / 0);
}

.active\:border-y-ozc-700\/10:active {
  border-top-color: rgb(246 148 114 / 0.1);
  border-bottom-color: rgb(246 148 114 / 0.1);
}

.active\:border-y-ozc-700\/100:active {
  border-top-color: rgb(246 148 114 / 1);
  border-bottom-color: rgb(246 148 114 / 1);
}

.active\:border-y-ozc-700\/20:active {
  border-top-color: rgb(246 148 114 / 0.2);
  border-bottom-color: rgb(246 148 114 / 0.2);
}

.active\:border-y-ozc-700\/25:active {
  border-top-color: rgb(246 148 114 / 0.25);
  border-bottom-color: rgb(246 148 114 / 0.25);
}

.active\:border-y-ozc-700\/30:active {
  border-top-color: rgb(246 148 114 / 0.3);
  border-bottom-color: rgb(246 148 114 / 0.3);
}

.active\:border-y-ozc-700\/40:active {
  border-top-color: rgb(246 148 114 / 0.4);
  border-bottom-color: rgb(246 148 114 / 0.4);
}

.active\:border-y-ozc-700\/5:active {
  border-top-color: rgb(246 148 114 / 0.05);
  border-bottom-color: rgb(246 148 114 / 0.05);
}

.active\:border-y-ozc-700\/50:active {
  border-top-color: rgb(246 148 114 / 0.5);
  border-bottom-color: rgb(246 148 114 / 0.5);
}

.active\:border-y-ozc-700\/60:active {
  border-top-color: rgb(246 148 114 / 0.6);
  border-bottom-color: rgb(246 148 114 / 0.6);
}

.active\:border-y-ozc-700\/70:active {
  border-top-color: rgb(246 148 114 / 0.7);
  border-bottom-color: rgb(246 148 114 / 0.7);
}

.active\:border-y-ozc-700\/75:active {
  border-top-color: rgb(246 148 114 / 0.75);
  border-bottom-color: rgb(246 148 114 / 0.75);
}

.active\:border-y-ozc-700\/80:active {
  border-top-color: rgb(246 148 114 / 0.8);
  border-bottom-color: rgb(246 148 114 / 0.8);
}

.active\:border-y-ozc-700\/90:active {
  border-top-color: rgb(246 148 114 / 0.9);
  border-bottom-color: rgb(246 148 114 / 0.9);
}

.active\:border-y-ozc-700\/95:active {
  border-top-color: rgb(246 148 114 / 0.95);
  border-bottom-color: rgb(246 148 114 / 0.95);
}

.active\:border-y-ozc-800:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 144 136 / var(--tw-border-opacity));
  border-bottom-color: rgb(245 144 136 / var(--tw-border-opacity));
}

.active\:border-y-ozc-800\/0:active {
  border-top-color: rgb(245 144 136 / 0);
  border-bottom-color: rgb(245 144 136 / 0);
}

.active\:border-y-ozc-800\/10:active {
  border-top-color: rgb(245 144 136 / 0.1);
  border-bottom-color: rgb(245 144 136 / 0.1);
}

.active\:border-y-ozc-800\/100:active {
  border-top-color: rgb(245 144 136 / 1);
  border-bottom-color: rgb(245 144 136 / 1);
}

.active\:border-y-ozc-800\/20:active {
  border-top-color: rgb(245 144 136 / 0.2);
  border-bottom-color: rgb(245 144 136 / 0.2);
}

.active\:border-y-ozc-800\/25:active {
  border-top-color: rgb(245 144 136 / 0.25);
  border-bottom-color: rgb(245 144 136 / 0.25);
}

.active\:border-y-ozc-800\/30:active {
  border-top-color: rgb(245 144 136 / 0.3);
  border-bottom-color: rgb(245 144 136 / 0.3);
}

.active\:border-y-ozc-800\/40:active {
  border-top-color: rgb(245 144 136 / 0.4);
  border-bottom-color: rgb(245 144 136 / 0.4);
}

.active\:border-y-ozc-800\/5:active {
  border-top-color: rgb(245 144 136 / 0.05);
  border-bottom-color: rgb(245 144 136 / 0.05);
}

.active\:border-y-ozc-800\/50:active {
  border-top-color: rgb(245 144 136 / 0.5);
  border-bottom-color: rgb(245 144 136 / 0.5);
}

.active\:border-y-ozc-800\/60:active {
  border-top-color: rgb(245 144 136 / 0.6);
  border-bottom-color: rgb(245 144 136 / 0.6);
}

.active\:border-y-ozc-800\/70:active {
  border-top-color: rgb(245 144 136 / 0.7);
  border-bottom-color: rgb(245 144 136 / 0.7);
}

.active\:border-y-ozc-800\/75:active {
  border-top-color: rgb(245 144 136 / 0.75);
  border-bottom-color: rgb(245 144 136 / 0.75);
}

.active\:border-y-ozc-800\/80:active {
  border-top-color: rgb(245 144 136 / 0.8);
  border-bottom-color: rgb(245 144 136 / 0.8);
}

.active\:border-y-ozc-800\/90:active {
  border-top-color: rgb(245 144 136 / 0.9);
  border-bottom-color: rgb(245 144 136 / 0.9);
}

.active\:border-y-ozc-800\/95:active {
  border-top-color: rgb(245 144 136 / 0.95);
  border-bottom-color: rgb(245 144 136 / 0.95);
}

.active\:border-y-ozc-900:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(243 121 124 / var(--tw-border-opacity));
  border-bottom-color: rgb(243 121 124 / var(--tw-border-opacity));
}

.active\:border-y-ozc-900\/0:active {
  border-top-color: rgb(243 121 124 / 0);
  border-bottom-color: rgb(243 121 124 / 0);
}

.active\:border-y-ozc-900\/10:active {
  border-top-color: rgb(243 121 124 / 0.1);
  border-bottom-color: rgb(243 121 124 / 0.1);
}

.active\:border-y-ozc-900\/100:active {
  border-top-color: rgb(243 121 124 / 1);
  border-bottom-color: rgb(243 121 124 / 1);
}

.active\:border-y-ozc-900\/20:active {
  border-top-color: rgb(243 121 124 / 0.2);
  border-bottom-color: rgb(243 121 124 / 0.2);
}

.active\:border-y-ozc-900\/25:active {
  border-top-color: rgb(243 121 124 / 0.25);
  border-bottom-color: rgb(243 121 124 / 0.25);
}

.active\:border-y-ozc-900\/30:active {
  border-top-color: rgb(243 121 124 / 0.3);
  border-bottom-color: rgb(243 121 124 / 0.3);
}

.active\:border-y-ozc-900\/40:active {
  border-top-color: rgb(243 121 124 / 0.4);
  border-bottom-color: rgb(243 121 124 / 0.4);
}

.active\:border-y-ozc-900\/5:active {
  border-top-color: rgb(243 121 124 / 0.05);
  border-bottom-color: rgb(243 121 124 / 0.05);
}

.active\:border-y-ozc-900\/50:active {
  border-top-color: rgb(243 121 124 / 0.5);
  border-bottom-color: rgb(243 121 124 / 0.5);
}

.active\:border-y-ozc-900\/60:active {
  border-top-color: rgb(243 121 124 / 0.6);
  border-bottom-color: rgb(243 121 124 / 0.6);
}

.active\:border-y-ozc-900\/70:active {
  border-top-color: rgb(243 121 124 / 0.7);
  border-bottom-color: rgb(243 121 124 / 0.7);
}

.active\:border-y-ozc-900\/75:active {
  border-top-color: rgb(243 121 124 / 0.75);
  border-bottom-color: rgb(243 121 124 / 0.75);
}

.active\:border-y-ozc-900\/80:active {
  border-top-color: rgb(243 121 124 / 0.8);
  border-bottom-color: rgb(243 121 124 / 0.8);
}

.active\:border-y-ozc-900\/90:active {
  border-top-color: rgb(243 121 124 / 0.9);
  border-bottom-color: rgb(243 121 124 / 0.9);
}

.active\:border-y-ozc-900\/95:active {
  border-top-color: rgb(243 121 124 / 0.95);
  border-bottom-color: rgb(243 121 124 / 0.95);
}

.active\:border-y-ozc-950:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(42 45 51 / var(--tw-border-opacity));
  border-bottom-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.active\:border-y-ozc-950\/0:active {
  border-top-color: rgb(42 45 51 / 0);
  border-bottom-color: rgb(42 45 51 / 0);
}

.active\:border-y-ozc-950\/10:active {
  border-top-color: rgb(42 45 51 / 0.1);
  border-bottom-color: rgb(42 45 51 / 0.1);
}

.active\:border-y-ozc-950\/100:active {
  border-top-color: rgb(42 45 51 / 1);
  border-bottom-color: rgb(42 45 51 / 1);
}

.active\:border-y-ozc-950\/20:active {
  border-top-color: rgb(42 45 51 / 0.2);
  border-bottom-color: rgb(42 45 51 / 0.2);
}

.active\:border-y-ozc-950\/25:active {
  border-top-color: rgb(42 45 51 / 0.25);
  border-bottom-color: rgb(42 45 51 / 0.25);
}

.active\:border-y-ozc-950\/30:active {
  border-top-color: rgb(42 45 51 / 0.3);
  border-bottom-color: rgb(42 45 51 / 0.3);
}

.active\:border-y-ozc-950\/40:active {
  border-top-color: rgb(42 45 51 / 0.4);
  border-bottom-color: rgb(42 45 51 / 0.4);
}

.active\:border-y-ozc-950\/5:active {
  border-top-color: rgb(42 45 51 / 0.05);
  border-bottom-color: rgb(42 45 51 / 0.05);
}

.active\:border-y-ozc-950\/50:active {
  border-top-color: rgb(42 45 51 / 0.5);
  border-bottom-color: rgb(42 45 51 / 0.5);
}

.active\:border-y-ozc-950\/60:active {
  border-top-color: rgb(42 45 51 / 0.6);
  border-bottom-color: rgb(42 45 51 / 0.6);
}

.active\:border-y-ozc-950\/70:active {
  border-top-color: rgb(42 45 51 / 0.7);
  border-bottom-color: rgb(42 45 51 / 0.7);
}

.active\:border-y-ozc-950\/75:active {
  border-top-color: rgb(42 45 51 / 0.75);
  border-bottom-color: rgb(42 45 51 / 0.75);
}

.active\:border-y-ozc-950\/80:active {
  border-top-color: rgb(42 45 51 / 0.8);
  border-bottom-color: rgb(42 45 51 / 0.8);
}

.active\:border-y-ozc-950\/90:active {
  border-top-color: rgb(42 45 51 / 0.9);
  border-bottom-color: rgb(42 45 51 / 0.9);
}

.active\:border-y-ozc-950\/95:active {
  border-top-color: rgb(42 45 51 / 0.95);
  border-bottom-color: rgb(42 45 51 / 0.95);
}

.active\:border-y-ozc-alt-100:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 250 230 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 250 230 / var(--tw-border-opacity));
}

.active\:border-y-ozc-alt-100\/0:active {
  border-top-color: rgb(255 250 230 / 0);
  border-bottom-color: rgb(255 250 230 / 0);
}

.active\:border-y-ozc-alt-100\/10:active {
  border-top-color: rgb(255 250 230 / 0.1);
  border-bottom-color: rgb(255 250 230 / 0.1);
}

.active\:border-y-ozc-alt-100\/100:active {
  border-top-color: rgb(255 250 230 / 1);
  border-bottom-color: rgb(255 250 230 / 1);
}

.active\:border-y-ozc-alt-100\/20:active {
  border-top-color: rgb(255 250 230 / 0.2);
  border-bottom-color: rgb(255 250 230 / 0.2);
}

.active\:border-y-ozc-alt-100\/25:active {
  border-top-color: rgb(255 250 230 / 0.25);
  border-bottom-color: rgb(255 250 230 / 0.25);
}

.active\:border-y-ozc-alt-100\/30:active {
  border-top-color: rgb(255 250 230 / 0.3);
  border-bottom-color: rgb(255 250 230 / 0.3);
}

.active\:border-y-ozc-alt-100\/40:active {
  border-top-color: rgb(255 250 230 / 0.4);
  border-bottom-color: rgb(255 250 230 / 0.4);
}

.active\:border-y-ozc-alt-100\/5:active {
  border-top-color: rgb(255 250 230 / 0.05);
  border-bottom-color: rgb(255 250 230 / 0.05);
}

.active\:border-y-ozc-alt-100\/50:active {
  border-top-color: rgb(255 250 230 / 0.5);
  border-bottom-color: rgb(255 250 230 / 0.5);
}

.active\:border-y-ozc-alt-100\/60:active {
  border-top-color: rgb(255 250 230 / 0.6);
  border-bottom-color: rgb(255 250 230 / 0.6);
}

.active\:border-y-ozc-alt-100\/70:active {
  border-top-color: rgb(255 250 230 / 0.7);
  border-bottom-color: rgb(255 250 230 / 0.7);
}

.active\:border-y-ozc-alt-100\/75:active {
  border-top-color: rgb(255 250 230 / 0.75);
  border-bottom-color: rgb(255 250 230 / 0.75);
}

.active\:border-y-ozc-alt-100\/80:active {
  border-top-color: rgb(255 250 230 / 0.8);
  border-bottom-color: rgb(255 250 230 / 0.8);
}

.active\:border-y-ozc-alt-100\/90:active {
  border-top-color: rgb(255 250 230 / 0.9);
  border-bottom-color: rgb(255 250 230 / 0.9);
}

.active\:border-y-ozc-alt-100\/95:active {
  border-top-color: rgb(255 250 230 / 0.95);
  border-bottom-color: rgb(255 250 230 / 0.95);
}

.active\:border-y-ozc-alt-200:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 242 193 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 242 193 / var(--tw-border-opacity));
}

.active\:border-y-ozc-alt-200\/0:active {
  border-top-color: rgb(255 242 193 / 0);
  border-bottom-color: rgb(255 242 193 / 0);
}

.active\:border-y-ozc-alt-200\/10:active {
  border-top-color: rgb(255 242 193 / 0.1);
  border-bottom-color: rgb(255 242 193 / 0.1);
}

.active\:border-y-ozc-alt-200\/100:active {
  border-top-color: rgb(255 242 193 / 1);
  border-bottom-color: rgb(255 242 193 / 1);
}

.active\:border-y-ozc-alt-200\/20:active {
  border-top-color: rgb(255 242 193 / 0.2);
  border-bottom-color: rgb(255 242 193 / 0.2);
}

.active\:border-y-ozc-alt-200\/25:active {
  border-top-color: rgb(255 242 193 / 0.25);
  border-bottom-color: rgb(255 242 193 / 0.25);
}

.active\:border-y-ozc-alt-200\/30:active {
  border-top-color: rgb(255 242 193 / 0.3);
  border-bottom-color: rgb(255 242 193 / 0.3);
}

.active\:border-y-ozc-alt-200\/40:active {
  border-top-color: rgb(255 242 193 / 0.4);
  border-bottom-color: rgb(255 242 193 / 0.4);
}

.active\:border-y-ozc-alt-200\/5:active {
  border-top-color: rgb(255 242 193 / 0.05);
  border-bottom-color: rgb(255 242 193 / 0.05);
}

.active\:border-y-ozc-alt-200\/50:active {
  border-top-color: rgb(255 242 193 / 0.5);
  border-bottom-color: rgb(255 242 193 / 0.5);
}

.active\:border-y-ozc-alt-200\/60:active {
  border-top-color: rgb(255 242 193 / 0.6);
  border-bottom-color: rgb(255 242 193 / 0.6);
}

.active\:border-y-ozc-alt-200\/70:active {
  border-top-color: rgb(255 242 193 / 0.7);
  border-bottom-color: rgb(255 242 193 / 0.7);
}

.active\:border-y-ozc-alt-200\/75:active {
  border-top-color: rgb(255 242 193 / 0.75);
  border-bottom-color: rgb(255 242 193 / 0.75);
}

.active\:border-y-ozc-alt-200\/80:active {
  border-top-color: rgb(255 242 193 / 0.8);
  border-bottom-color: rgb(255 242 193 / 0.8);
}

.active\:border-y-ozc-alt-200\/90:active {
  border-top-color: rgb(255 242 193 / 0.9);
  border-bottom-color: rgb(255 242 193 / 0.9);
}

.active\:border-y-ozc-alt-200\/95:active {
  border-top-color: rgb(255 242 193 / 0.95);
  border-bottom-color: rgb(255 242 193 / 0.95);
}

.active\:border-y-ozc-alt-300:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 235 155 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 235 155 / var(--tw-border-opacity));
}

.active\:border-y-ozc-alt-300\/0:active {
  border-top-color: rgb(255 235 155 / 0);
  border-bottom-color: rgb(255 235 155 / 0);
}

.active\:border-y-ozc-alt-300\/10:active {
  border-top-color: rgb(255 235 155 / 0.1);
  border-bottom-color: rgb(255 235 155 / 0.1);
}

.active\:border-y-ozc-alt-300\/100:active {
  border-top-color: rgb(255 235 155 / 1);
  border-bottom-color: rgb(255 235 155 / 1);
}

.active\:border-y-ozc-alt-300\/20:active {
  border-top-color: rgb(255 235 155 / 0.2);
  border-bottom-color: rgb(255 235 155 / 0.2);
}

.active\:border-y-ozc-alt-300\/25:active {
  border-top-color: rgb(255 235 155 / 0.25);
  border-bottom-color: rgb(255 235 155 / 0.25);
}

.active\:border-y-ozc-alt-300\/30:active {
  border-top-color: rgb(255 235 155 / 0.3);
  border-bottom-color: rgb(255 235 155 / 0.3);
}

.active\:border-y-ozc-alt-300\/40:active {
  border-top-color: rgb(255 235 155 / 0.4);
  border-bottom-color: rgb(255 235 155 / 0.4);
}

.active\:border-y-ozc-alt-300\/5:active {
  border-top-color: rgb(255 235 155 / 0.05);
  border-bottom-color: rgb(255 235 155 / 0.05);
}

.active\:border-y-ozc-alt-300\/50:active {
  border-top-color: rgb(255 235 155 / 0.5);
  border-bottom-color: rgb(255 235 155 / 0.5);
}

.active\:border-y-ozc-alt-300\/60:active {
  border-top-color: rgb(255 235 155 / 0.6);
  border-bottom-color: rgb(255 235 155 / 0.6);
}

.active\:border-y-ozc-alt-300\/70:active {
  border-top-color: rgb(255 235 155 / 0.7);
  border-bottom-color: rgb(255 235 155 / 0.7);
}

.active\:border-y-ozc-alt-300\/75:active {
  border-top-color: rgb(255 235 155 / 0.75);
  border-bottom-color: rgb(255 235 155 / 0.75);
}

.active\:border-y-ozc-alt-300\/80:active {
  border-top-color: rgb(255 235 155 / 0.8);
  border-bottom-color: rgb(255 235 155 / 0.8);
}

.active\:border-y-ozc-alt-300\/90:active {
  border-top-color: rgb(255 235 155 / 0.9);
  border-bottom-color: rgb(255 235 155 / 0.9);
}

.active\:border-y-ozc-alt-300\/95:active {
  border-top-color: rgb(255 235 155 / 0.95);
  border-bottom-color: rgb(255 235 155 / 0.95);
}

.active\:border-y-ozc-alt-400:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 219 80 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 219 80 / var(--tw-border-opacity));
}

.active\:border-y-ozc-alt-400\/0:active {
  border-top-color: rgb(255 219 80 / 0);
  border-bottom-color: rgb(255 219 80 / 0);
}

.active\:border-y-ozc-alt-400\/10:active {
  border-top-color: rgb(255 219 80 / 0.1);
  border-bottom-color: rgb(255 219 80 / 0.1);
}

.active\:border-y-ozc-alt-400\/100:active {
  border-top-color: rgb(255 219 80 / 1);
  border-bottom-color: rgb(255 219 80 / 1);
}

.active\:border-y-ozc-alt-400\/20:active {
  border-top-color: rgb(255 219 80 / 0.2);
  border-bottom-color: rgb(255 219 80 / 0.2);
}

.active\:border-y-ozc-alt-400\/25:active {
  border-top-color: rgb(255 219 80 / 0.25);
  border-bottom-color: rgb(255 219 80 / 0.25);
}

.active\:border-y-ozc-alt-400\/30:active {
  border-top-color: rgb(255 219 80 / 0.3);
  border-bottom-color: rgb(255 219 80 / 0.3);
}

.active\:border-y-ozc-alt-400\/40:active {
  border-top-color: rgb(255 219 80 / 0.4);
  border-bottom-color: rgb(255 219 80 / 0.4);
}

.active\:border-y-ozc-alt-400\/5:active {
  border-top-color: rgb(255 219 80 / 0.05);
  border-bottom-color: rgb(255 219 80 / 0.05);
}

.active\:border-y-ozc-alt-400\/50:active {
  border-top-color: rgb(255 219 80 / 0.5);
  border-bottom-color: rgb(255 219 80 / 0.5);
}

.active\:border-y-ozc-alt-400\/60:active {
  border-top-color: rgb(255 219 80 / 0.6);
  border-bottom-color: rgb(255 219 80 / 0.6);
}

.active\:border-y-ozc-alt-400\/70:active {
  border-top-color: rgb(255 219 80 / 0.7);
  border-bottom-color: rgb(255 219 80 / 0.7);
}

.active\:border-y-ozc-alt-400\/75:active {
  border-top-color: rgb(255 219 80 / 0.75);
  border-bottom-color: rgb(255 219 80 / 0.75);
}

.active\:border-y-ozc-alt-400\/80:active {
  border-top-color: rgb(255 219 80 / 0.8);
  border-bottom-color: rgb(255 219 80 / 0.8);
}

.active\:border-y-ozc-alt-400\/90:active {
  border-top-color: rgb(255 219 80 / 0.9);
  border-bottom-color: rgb(255 219 80 / 0.9);
}

.active\:border-y-ozc-alt-400\/95:active {
  border-top-color: rgb(255 219 80 / 0.95);
  border-bottom-color: rgb(255 219 80 / 0.95);
}

.active\:border-y-ozc-alt-50:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 252 243 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 252 243 / var(--tw-border-opacity));
}

.active\:border-y-ozc-alt-50\/0:active {
  border-top-color: rgb(255 252 243 / 0);
  border-bottom-color: rgb(255 252 243 / 0);
}

.active\:border-y-ozc-alt-50\/10:active {
  border-top-color: rgb(255 252 243 / 0.1);
  border-bottom-color: rgb(255 252 243 / 0.1);
}

.active\:border-y-ozc-alt-50\/100:active {
  border-top-color: rgb(255 252 243 / 1);
  border-bottom-color: rgb(255 252 243 / 1);
}

.active\:border-y-ozc-alt-50\/20:active {
  border-top-color: rgb(255 252 243 / 0.2);
  border-bottom-color: rgb(255 252 243 / 0.2);
}

.active\:border-y-ozc-alt-50\/25:active {
  border-top-color: rgb(255 252 243 / 0.25);
  border-bottom-color: rgb(255 252 243 / 0.25);
}

.active\:border-y-ozc-alt-50\/30:active {
  border-top-color: rgb(255 252 243 / 0.3);
  border-bottom-color: rgb(255 252 243 / 0.3);
}

.active\:border-y-ozc-alt-50\/40:active {
  border-top-color: rgb(255 252 243 / 0.4);
  border-bottom-color: rgb(255 252 243 / 0.4);
}

.active\:border-y-ozc-alt-50\/5:active {
  border-top-color: rgb(255 252 243 / 0.05);
  border-bottom-color: rgb(255 252 243 / 0.05);
}

.active\:border-y-ozc-alt-50\/50:active {
  border-top-color: rgb(255 252 243 / 0.5);
  border-bottom-color: rgb(255 252 243 / 0.5);
}

.active\:border-y-ozc-alt-50\/60:active {
  border-top-color: rgb(255 252 243 / 0.6);
  border-bottom-color: rgb(255 252 243 / 0.6);
}

.active\:border-y-ozc-alt-50\/70:active {
  border-top-color: rgb(255 252 243 / 0.7);
  border-bottom-color: rgb(255 252 243 / 0.7);
}

.active\:border-y-ozc-alt-50\/75:active {
  border-top-color: rgb(255 252 243 / 0.75);
  border-bottom-color: rgb(255 252 243 / 0.75);
}

.active\:border-y-ozc-alt-50\/80:active {
  border-top-color: rgb(255 252 243 / 0.8);
  border-bottom-color: rgb(255 252 243 / 0.8);
}

.active\:border-y-ozc-alt-50\/90:active {
  border-top-color: rgb(255 252 243 / 0.9);
  border-bottom-color: rgb(255 252 243 / 0.9);
}

.active\:border-y-ozc-alt-50\/95:active {
  border-top-color: rgb(255 252 243 / 0.95);
  border-bottom-color: rgb(255 252 243 / 0.95);
}

.active\:border-y-ozc-alt-500:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 204 5 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 204 5 / var(--tw-border-opacity));
}

.active\:border-y-ozc-alt-500\/0:active {
  border-top-color: rgb(255 204 5 / 0);
  border-bottom-color: rgb(255 204 5 / 0);
}

.active\:border-y-ozc-alt-500\/10:active {
  border-top-color: rgb(255 204 5 / 0.1);
  border-bottom-color: rgb(255 204 5 / 0.1);
}

.active\:border-y-ozc-alt-500\/100:active {
  border-top-color: rgb(255 204 5 / 1);
  border-bottom-color: rgb(255 204 5 / 1);
}

.active\:border-y-ozc-alt-500\/20:active {
  border-top-color: rgb(255 204 5 / 0.2);
  border-bottom-color: rgb(255 204 5 / 0.2);
}

.active\:border-y-ozc-alt-500\/25:active {
  border-top-color: rgb(255 204 5 / 0.25);
  border-bottom-color: rgb(255 204 5 / 0.25);
}

.active\:border-y-ozc-alt-500\/30:active {
  border-top-color: rgb(255 204 5 / 0.3);
  border-bottom-color: rgb(255 204 5 / 0.3);
}

.active\:border-y-ozc-alt-500\/40:active {
  border-top-color: rgb(255 204 5 / 0.4);
  border-bottom-color: rgb(255 204 5 / 0.4);
}

.active\:border-y-ozc-alt-500\/5:active {
  border-top-color: rgb(255 204 5 / 0.05);
  border-bottom-color: rgb(255 204 5 / 0.05);
}

.active\:border-y-ozc-alt-500\/50:active {
  border-top-color: rgb(255 204 5 / 0.5);
  border-bottom-color: rgb(255 204 5 / 0.5);
}

.active\:border-y-ozc-alt-500\/60:active {
  border-top-color: rgb(255 204 5 / 0.6);
  border-bottom-color: rgb(255 204 5 / 0.6);
}

.active\:border-y-ozc-alt-500\/70:active {
  border-top-color: rgb(255 204 5 / 0.7);
  border-bottom-color: rgb(255 204 5 / 0.7);
}

.active\:border-y-ozc-alt-500\/75:active {
  border-top-color: rgb(255 204 5 / 0.75);
  border-bottom-color: rgb(255 204 5 / 0.75);
}

.active\:border-y-ozc-alt-500\/80:active {
  border-top-color: rgb(255 204 5 / 0.8);
  border-bottom-color: rgb(255 204 5 / 0.8);
}

.active\:border-y-ozc-alt-500\/90:active {
  border-top-color: rgb(255 204 5 / 0.9);
  border-bottom-color: rgb(255 204 5 / 0.9);
}

.active\:border-y-ozc-alt-500\/95:active {
  border-top-color: rgb(255 204 5 / 0.95);
  border-bottom-color: rgb(255 204 5 / 0.95);
}

.active\:border-y-ozc-alt-600:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(230 184 5 / var(--tw-border-opacity));
  border-bottom-color: rgb(230 184 5 / var(--tw-border-opacity));
}

.active\:border-y-ozc-alt-600\/0:active {
  border-top-color: rgb(230 184 5 / 0);
  border-bottom-color: rgb(230 184 5 / 0);
}

.active\:border-y-ozc-alt-600\/10:active {
  border-top-color: rgb(230 184 5 / 0.1);
  border-bottom-color: rgb(230 184 5 / 0.1);
}

.active\:border-y-ozc-alt-600\/100:active {
  border-top-color: rgb(230 184 5 / 1);
  border-bottom-color: rgb(230 184 5 / 1);
}

.active\:border-y-ozc-alt-600\/20:active {
  border-top-color: rgb(230 184 5 / 0.2);
  border-bottom-color: rgb(230 184 5 / 0.2);
}

.active\:border-y-ozc-alt-600\/25:active {
  border-top-color: rgb(230 184 5 / 0.25);
  border-bottom-color: rgb(230 184 5 / 0.25);
}

.active\:border-y-ozc-alt-600\/30:active {
  border-top-color: rgb(230 184 5 / 0.3);
  border-bottom-color: rgb(230 184 5 / 0.3);
}

.active\:border-y-ozc-alt-600\/40:active {
  border-top-color: rgb(230 184 5 / 0.4);
  border-bottom-color: rgb(230 184 5 / 0.4);
}

.active\:border-y-ozc-alt-600\/5:active {
  border-top-color: rgb(230 184 5 / 0.05);
  border-bottom-color: rgb(230 184 5 / 0.05);
}

.active\:border-y-ozc-alt-600\/50:active {
  border-top-color: rgb(230 184 5 / 0.5);
  border-bottom-color: rgb(230 184 5 / 0.5);
}

.active\:border-y-ozc-alt-600\/60:active {
  border-top-color: rgb(230 184 5 / 0.6);
  border-bottom-color: rgb(230 184 5 / 0.6);
}

.active\:border-y-ozc-alt-600\/70:active {
  border-top-color: rgb(230 184 5 / 0.7);
  border-bottom-color: rgb(230 184 5 / 0.7);
}

.active\:border-y-ozc-alt-600\/75:active {
  border-top-color: rgb(230 184 5 / 0.75);
  border-bottom-color: rgb(230 184 5 / 0.75);
}

.active\:border-y-ozc-alt-600\/80:active {
  border-top-color: rgb(230 184 5 / 0.8);
  border-bottom-color: rgb(230 184 5 / 0.8);
}

.active\:border-y-ozc-alt-600\/90:active {
  border-top-color: rgb(230 184 5 / 0.9);
  border-bottom-color: rgb(230 184 5 / 0.9);
}

.active\:border-y-ozc-alt-600\/95:active {
  border-top-color: rgb(230 184 5 / 0.95);
  border-bottom-color: rgb(230 184 5 / 0.95);
}

.active\:border-y-ozc-alt-700:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(153 122 3 / var(--tw-border-opacity));
  border-bottom-color: rgb(153 122 3 / var(--tw-border-opacity));
}

.active\:border-y-ozc-alt-700\/0:active {
  border-top-color: rgb(153 122 3 / 0);
  border-bottom-color: rgb(153 122 3 / 0);
}

.active\:border-y-ozc-alt-700\/10:active {
  border-top-color: rgb(153 122 3 / 0.1);
  border-bottom-color: rgb(153 122 3 / 0.1);
}

.active\:border-y-ozc-alt-700\/100:active {
  border-top-color: rgb(153 122 3 / 1);
  border-bottom-color: rgb(153 122 3 / 1);
}

.active\:border-y-ozc-alt-700\/20:active {
  border-top-color: rgb(153 122 3 / 0.2);
  border-bottom-color: rgb(153 122 3 / 0.2);
}

.active\:border-y-ozc-alt-700\/25:active {
  border-top-color: rgb(153 122 3 / 0.25);
  border-bottom-color: rgb(153 122 3 / 0.25);
}

.active\:border-y-ozc-alt-700\/30:active {
  border-top-color: rgb(153 122 3 / 0.3);
  border-bottom-color: rgb(153 122 3 / 0.3);
}

.active\:border-y-ozc-alt-700\/40:active {
  border-top-color: rgb(153 122 3 / 0.4);
  border-bottom-color: rgb(153 122 3 / 0.4);
}

.active\:border-y-ozc-alt-700\/5:active {
  border-top-color: rgb(153 122 3 / 0.05);
  border-bottom-color: rgb(153 122 3 / 0.05);
}

.active\:border-y-ozc-alt-700\/50:active {
  border-top-color: rgb(153 122 3 / 0.5);
  border-bottom-color: rgb(153 122 3 / 0.5);
}

.active\:border-y-ozc-alt-700\/60:active {
  border-top-color: rgb(153 122 3 / 0.6);
  border-bottom-color: rgb(153 122 3 / 0.6);
}

.active\:border-y-ozc-alt-700\/70:active {
  border-top-color: rgb(153 122 3 / 0.7);
  border-bottom-color: rgb(153 122 3 / 0.7);
}

.active\:border-y-ozc-alt-700\/75:active {
  border-top-color: rgb(153 122 3 / 0.75);
  border-bottom-color: rgb(153 122 3 / 0.75);
}

.active\:border-y-ozc-alt-700\/80:active {
  border-top-color: rgb(153 122 3 / 0.8);
  border-bottom-color: rgb(153 122 3 / 0.8);
}

.active\:border-y-ozc-alt-700\/90:active {
  border-top-color: rgb(153 122 3 / 0.9);
  border-bottom-color: rgb(153 122 3 / 0.9);
}

.active\:border-y-ozc-alt-700\/95:active {
  border-top-color: rgb(153 122 3 / 0.95);
  border-bottom-color: rgb(153 122 3 / 0.95);
}

.active\:border-y-ozc-alt-800:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(115 92 2 / var(--tw-border-opacity));
  border-bottom-color: rgb(115 92 2 / var(--tw-border-opacity));
}

.active\:border-y-ozc-alt-800\/0:active {
  border-top-color: rgb(115 92 2 / 0);
  border-bottom-color: rgb(115 92 2 / 0);
}

.active\:border-y-ozc-alt-800\/10:active {
  border-top-color: rgb(115 92 2 / 0.1);
  border-bottom-color: rgb(115 92 2 / 0.1);
}

.active\:border-y-ozc-alt-800\/100:active {
  border-top-color: rgb(115 92 2 / 1);
  border-bottom-color: rgb(115 92 2 / 1);
}

.active\:border-y-ozc-alt-800\/20:active {
  border-top-color: rgb(115 92 2 / 0.2);
  border-bottom-color: rgb(115 92 2 / 0.2);
}

.active\:border-y-ozc-alt-800\/25:active {
  border-top-color: rgb(115 92 2 / 0.25);
  border-bottom-color: rgb(115 92 2 / 0.25);
}

.active\:border-y-ozc-alt-800\/30:active {
  border-top-color: rgb(115 92 2 / 0.3);
  border-bottom-color: rgb(115 92 2 / 0.3);
}

.active\:border-y-ozc-alt-800\/40:active {
  border-top-color: rgb(115 92 2 / 0.4);
  border-bottom-color: rgb(115 92 2 / 0.4);
}

.active\:border-y-ozc-alt-800\/5:active {
  border-top-color: rgb(115 92 2 / 0.05);
  border-bottom-color: rgb(115 92 2 / 0.05);
}

.active\:border-y-ozc-alt-800\/50:active {
  border-top-color: rgb(115 92 2 / 0.5);
  border-bottom-color: rgb(115 92 2 / 0.5);
}

.active\:border-y-ozc-alt-800\/60:active {
  border-top-color: rgb(115 92 2 / 0.6);
  border-bottom-color: rgb(115 92 2 / 0.6);
}

.active\:border-y-ozc-alt-800\/70:active {
  border-top-color: rgb(115 92 2 / 0.7);
  border-bottom-color: rgb(115 92 2 / 0.7);
}

.active\:border-y-ozc-alt-800\/75:active {
  border-top-color: rgb(115 92 2 / 0.75);
  border-bottom-color: rgb(115 92 2 / 0.75);
}

.active\:border-y-ozc-alt-800\/80:active {
  border-top-color: rgb(115 92 2 / 0.8);
  border-bottom-color: rgb(115 92 2 / 0.8);
}

.active\:border-y-ozc-alt-800\/90:active {
  border-top-color: rgb(115 92 2 / 0.9);
  border-bottom-color: rgb(115 92 2 / 0.9);
}

.active\:border-y-ozc-alt-800\/95:active {
  border-top-color: rgb(115 92 2 / 0.95);
  border-bottom-color: rgb(115 92 2 / 0.95);
}

.active\:border-y-ozc-alt-900:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(42 45 51 / var(--tw-border-opacity));
  border-bottom-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.active\:border-y-ozc-alt-900\/0:active {
  border-top-color: rgb(42 45 51 / 0);
  border-bottom-color: rgb(42 45 51 / 0);
}

.active\:border-y-ozc-alt-900\/10:active {
  border-top-color: rgb(42 45 51 / 0.1);
  border-bottom-color: rgb(42 45 51 / 0.1);
}

.active\:border-y-ozc-alt-900\/100:active {
  border-top-color: rgb(42 45 51 / 1);
  border-bottom-color: rgb(42 45 51 / 1);
}

.active\:border-y-ozc-alt-900\/20:active {
  border-top-color: rgb(42 45 51 / 0.2);
  border-bottom-color: rgb(42 45 51 / 0.2);
}

.active\:border-y-ozc-alt-900\/25:active {
  border-top-color: rgb(42 45 51 / 0.25);
  border-bottom-color: rgb(42 45 51 / 0.25);
}

.active\:border-y-ozc-alt-900\/30:active {
  border-top-color: rgb(42 45 51 / 0.3);
  border-bottom-color: rgb(42 45 51 / 0.3);
}

.active\:border-y-ozc-alt-900\/40:active {
  border-top-color: rgb(42 45 51 / 0.4);
  border-bottom-color: rgb(42 45 51 / 0.4);
}

.active\:border-y-ozc-alt-900\/5:active {
  border-top-color: rgb(42 45 51 / 0.05);
  border-bottom-color: rgb(42 45 51 / 0.05);
}

.active\:border-y-ozc-alt-900\/50:active {
  border-top-color: rgb(42 45 51 / 0.5);
  border-bottom-color: rgb(42 45 51 / 0.5);
}

.active\:border-y-ozc-alt-900\/60:active {
  border-top-color: rgb(42 45 51 / 0.6);
  border-bottom-color: rgb(42 45 51 / 0.6);
}

.active\:border-y-ozc-alt-900\/70:active {
  border-top-color: rgb(42 45 51 / 0.7);
  border-bottom-color: rgb(42 45 51 / 0.7);
}

.active\:border-y-ozc-alt-900\/75:active {
  border-top-color: rgb(42 45 51 / 0.75);
  border-bottom-color: rgb(42 45 51 / 0.75);
}

.active\:border-y-ozc-alt-900\/80:active {
  border-top-color: rgb(42 45 51 / 0.8);
  border-bottom-color: rgb(42 45 51 / 0.8);
}

.active\:border-y-ozc-alt-900\/90:active {
  border-top-color: rgb(42 45 51 / 0.9);
  border-bottom-color: rgb(42 45 51 / 0.9);
}

.active\:border-y-ozc-alt-900\/95:active {
  border-top-color: rgb(42 45 51 / 0.95);
  border-bottom-color: rgb(42 45 51 / 0.95);
}

.active\:border-y-pink-100:active {
  --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));
}

.active\:border-y-pink-100\/0:active {
  border-top-color: rgb(252 231 243 / 0);
  border-bottom-color: rgb(252 231 243 / 0);
}

.active\:border-y-pink-100\/10:active {
  border-top-color: rgb(252 231 243 / 0.1);
  border-bottom-color: rgb(252 231 243 / 0.1);
}

.active\:border-y-pink-100\/100:active {
  border-top-color: rgb(252 231 243 / 1);
  border-bottom-color: rgb(252 231 243 / 1);
}

.active\:border-y-pink-100\/20:active {
  border-top-color: rgb(252 231 243 / 0.2);
  border-bottom-color: rgb(252 231 243 / 0.2);
}

.active\:border-y-pink-100\/25:active {
  border-top-color: rgb(252 231 243 / 0.25);
  border-bottom-color: rgb(252 231 243 / 0.25);
}

.active\:border-y-pink-100\/30:active {
  border-top-color: rgb(252 231 243 / 0.3);
  border-bottom-color: rgb(252 231 243 / 0.3);
}

.active\:border-y-pink-100\/40:active {
  border-top-color: rgb(252 231 243 / 0.4);
  border-bottom-color: rgb(252 231 243 / 0.4);
}

.active\:border-y-pink-100\/5:active {
  border-top-color: rgb(252 231 243 / 0.05);
  border-bottom-color: rgb(252 231 243 / 0.05);
}

.active\:border-y-pink-100\/50:active {
  border-top-color: rgb(252 231 243 / 0.5);
  border-bottom-color: rgb(252 231 243 / 0.5);
}

.active\:border-y-pink-100\/60:active {
  border-top-color: rgb(252 231 243 / 0.6);
  border-bottom-color: rgb(252 231 243 / 0.6);
}

.active\:border-y-pink-100\/70:active {
  border-top-color: rgb(252 231 243 / 0.7);
  border-bottom-color: rgb(252 231 243 / 0.7);
}

.active\:border-y-pink-100\/75:active {
  border-top-color: rgb(252 231 243 / 0.75);
  border-bottom-color: rgb(252 231 243 / 0.75);
}

.active\:border-y-pink-100\/80:active {
  border-top-color: rgb(252 231 243 / 0.8);
  border-bottom-color: rgb(252 231 243 / 0.8);
}

.active\:border-y-pink-100\/90:active {
  border-top-color: rgb(252 231 243 / 0.9);
  border-bottom-color: rgb(252 231 243 / 0.9);
}

.active\:border-y-pink-100\/95:active {
  border-top-color: rgb(252 231 243 / 0.95);
  border-bottom-color: rgb(252 231 243 / 0.95);
}

.active\:border-y-pink-200:active {
  --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));
}

.active\:border-y-pink-200\/0:active {
  border-top-color: rgb(251 207 232 / 0);
  border-bottom-color: rgb(251 207 232 / 0);
}

.active\:border-y-pink-200\/10:active {
  border-top-color: rgb(251 207 232 / 0.1);
  border-bottom-color: rgb(251 207 232 / 0.1);
}

.active\:border-y-pink-200\/100:active {
  border-top-color: rgb(251 207 232 / 1);
  border-bottom-color: rgb(251 207 232 / 1);
}

.active\:border-y-pink-200\/20:active {
  border-top-color: rgb(251 207 232 / 0.2);
  border-bottom-color: rgb(251 207 232 / 0.2);
}

.active\:border-y-pink-200\/25:active {
  border-top-color: rgb(251 207 232 / 0.25);
  border-bottom-color: rgb(251 207 232 / 0.25);
}

.active\:border-y-pink-200\/30:active {
  border-top-color: rgb(251 207 232 / 0.3);
  border-bottom-color: rgb(251 207 232 / 0.3);
}

.active\:border-y-pink-200\/40:active {
  border-top-color: rgb(251 207 232 / 0.4);
  border-bottom-color: rgb(251 207 232 / 0.4);
}

.active\:border-y-pink-200\/5:active {
  border-top-color: rgb(251 207 232 / 0.05);
  border-bottom-color: rgb(251 207 232 / 0.05);
}

.active\:border-y-pink-200\/50:active {
  border-top-color: rgb(251 207 232 / 0.5);
  border-bottom-color: rgb(251 207 232 / 0.5);
}

.active\:border-y-pink-200\/60:active {
  border-top-color: rgb(251 207 232 / 0.6);
  border-bottom-color: rgb(251 207 232 / 0.6);
}

.active\:border-y-pink-200\/70:active {
  border-top-color: rgb(251 207 232 / 0.7);
  border-bottom-color: rgb(251 207 232 / 0.7);
}

.active\:border-y-pink-200\/75:active {
  border-top-color: rgb(251 207 232 / 0.75);
  border-bottom-color: rgb(251 207 232 / 0.75);
}

.active\:border-y-pink-200\/80:active {
  border-top-color: rgb(251 207 232 / 0.8);
  border-bottom-color: rgb(251 207 232 / 0.8);
}

.active\:border-y-pink-200\/90:active {
  border-top-color: rgb(251 207 232 / 0.9);
  border-bottom-color: rgb(251 207 232 / 0.9);
}

.active\:border-y-pink-200\/95:active {
  border-top-color: rgb(251 207 232 / 0.95);
  border-bottom-color: rgb(251 207 232 / 0.95);
}

.active\:border-y-pink-300:active {
  --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));
}

.active\:border-y-pink-300\/0:active {
  border-top-color: rgb(249 168 212 / 0);
  border-bottom-color: rgb(249 168 212 / 0);
}

.active\:border-y-pink-300\/10:active {
  border-top-color: rgb(249 168 212 / 0.1);
  border-bottom-color: rgb(249 168 212 / 0.1);
}

.active\:border-y-pink-300\/100:active {
  border-top-color: rgb(249 168 212 / 1);
  border-bottom-color: rgb(249 168 212 / 1);
}

.active\:border-y-pink-300\/20:active {
  border-top-color: rgb(249 168 212 / 0.2);
  border-bottom-color: rgb(249 168 212 / 0.2);
}

.active\:border-y-pink-300\/25:active {
  border-top-color: rgb(249 168 212 / 0.25);
  border-bottom-color: rgb(249 168 212 / 0.25);
}

.active\:border-y-pink-300\/30:active {
  border-top-color: rgb(249 168 212 / 0.3);
  border-bottom-color: rgb(249 168 212 / 0.3);
}

.active\:border-y-pink-300\/40:active {
  border-top-color: rgb(249 168 212 / 0.4);
  border-bottom-color: rgb(249 168 212 / 0.4);
}

.active\:border-y-pink-300\/5:active {
  border-top-color: rgb(249 168 212 / 0.05);
  border-bottom-color: rgb(249 168 212 / 0.05);
}

.active\:border-y-pink-300\/50:active {
  border-top-color: rgb(249 168 212 / 0.5);
  border-bottom-color: rgb(249 168 212 / 0.5);
}

.active\:border-y-pink-300\/60:active {
  border-top-color: rgb(249 168 212 / 0.6);
  border-bottom-color: rgb(249 168 212 / 0.6);
}

.active\:border-y-pink-300\/70:active {
  border-top-color: rgb(249 168 212 / 0.7);
  border-bottom-color: rgb(249 168 212 / 0.7);
}

.active\:border-y-pink-300\/75:active {
  border-top-color: rgb(249 168 212 / 0.75);
  border-bottom-color: rgb(249 168 212 / 0.75);
}

.active\:border-y-pink-300\/80:active {
  border-top-color: rgb(249 168 212 / 0.8);
  border-bottom-color: rgb(249 168 212 / 0.8);
}

.active\:border-y-pink-300\/90:active {
  border-top-color: rgb(249 168 212 / 0.9);
  border-bottom-color: rgb(249 168 212 / 0.9);
}

.active\:border-y-pink-300\/95:active {
  border-top-color: rgb(249 168 212 / 0.95);
  border-bottom-color: rgb(249 168 212 / 0.95);
}

.active\:border-y-pink-400:active {
  --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));
}

.active\:border-y-pink-400\/0:active {
  border-top-color: rgb(244 114 182 / 0);
  border-bottom-color: rgb(244 114 182 / 0);
}

.active\:border-y-pink-400\/10:active {
  border-top-color: rgb(244 114 182 / 0.1);
  border-bottom-color: rgb(244 114 182 / 0.1);
}

.active\:border-y-pink-400\/100:active {
  border-top-color: rgb(244 114 182 / 1);
  border-bottom-color: rgb(244 114 182 / 1);
}

.active\:border-y-pink-400\/20:active {
  border-top-color: rgb(244 114 182 / 0.2);
  border-bottom-color: rgb(244 114 182 / 0.2);
}

.active\:border-y-pink-400\/25:active {
  border-top-color: rgb(244 114 182 / 0.25);
  border-bottom-color: rgb(244 114 182 / 0.25);
}

.active\:border-y-pink-400\/30:active {
  border-top-color: rgb(244 114 182 / 0.3);
  border-bottom-color: rgb(244 114 182 / 0.3);
}

.active\:border-y-pink-400\/40:active {
  border-top-color: rgb(244 114 182 / 0.4);
  border-bottom-color: rgb(244 114 182 / 0.4);
}

.active\:border-y-pink-400\/5:active {
  border-top-color: rgb(244 114 182 / 0.05);
  border-bottom-color: rgb(244 114 182 / 0.05);
}

.active\:border-y-pink-400\/50:active {
  border-top-color: rgb(244 114 182 / 0.5);
  border-bottom-color: rgb(244 114 182 / 0.5);
}

.active\:border-y-pink-400\/60:active {
  border-top-color: rgb(244 114 182 / 0.6);
  border-bottom-color: rgb(244 114 182 / 0.6);
}

.active\:border-y-pink-400\/70:active {
  border-top-color: rgb(244 114 182 / 0.7);
  border-bottom-color: rgb(244 114 182 / 0.7);
}

.active\:border-y-pink-400\/75:active {
  border-top-color: rgb(244 114 182 / 0.75);
  border-bottom-color: rgb(244 114 182 / 0.75);
}

.active\:border-y-pink-400\/80:active {
  border-top-color: rgb(244 114 182 / 0.8);
  border-bottom-color: rgb(244 114 182 / 0.8);
}

.active\:border-y-pink-400\/90:active {
  border-top-color: rgb(244 114 182 / 0.9);
  border-bottom-color: rgb(244 114 182 / 0.9);
}

.active\:border-y-pink-400\/95:active {
  border-top-color: rgb(244 114 182 / 0.95);
  border-bottom-color: rgb(244 114 182 / 0.95);
}

.active\:border-y-pink-50:active {
  --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));
}

.active\:border-y-pink-50\/0:active {
  border-top-color: rgb(253 242 248 / 0);
  border-bottom-color: rgb(253 242 248 / 0);
}

.active\:border-y-pink-50\/10:active {
  border-top-color: rgb(253 242 248 / 0.1);
  border-bottom-color: rgb(253 242 248 / 0.1);
}

.active\:border-y-pink-50\/100:active {
  border-top-color: rgb(253 242 248 / 1);
  border-bottom-color: rgb(253 242 248 / 1);
}

.active\:border-y-pink-50\/20:active {
  border-top-color: rgb(253 242 248 / 0.2);
  border-bottom-color: rgb(253 242 248 / 0.2);
}

.active\:border-y-pink-50\/25:active {
  border-top-color: rgb(253 242 248 / 0.25);
  border-bottom-color: rgb(253 242 248 / 0.25);
}

.active\:border-y-pink-50\/30:active {
  border-top-color: rgb(253 242 248 / 0.3);
  border-bottom-color: rgb(253 242 248 / 0.3);
}

.active\:border-y-pink-50\/40:active {
  border-top-color: rgb(253 242 248 / 0.4);
  border-bottom-color: rgb(253 242 248 / 0.4);
}

.active\:border-y-pink-50\/5:active {
  border-top-color: rgb(253 242 248 / 0.05);
  border-bottom-color: rgb(253 242 248 / 0.05);
}

.active\:border-y-pink-50\/50:active {
  border-top-color: rgb(253 242 248 / 0.5);
  border-bottom-color: rgb(253 242 248 / 0.5);
}

.active\:border-y-pink-50\/60:active {
  border-top-color: rgb(253 242 248 / 0.6);
  border-bottom-color: rgb(253 242 248 / 0.6);
}

.active\:border-y-pink-50\/70:active {
  border-top-color: rgb(253 242 248 / 0.7);
  border-bottom-color: rgb(253 242 248 / 0.7);
}

.active\:border-y-pink-50\/75:active {
  border-top-color: rgb(253 242 248 / 0.75);
  border-bottom-color: rgb(253 242 248 / 0.75);
}

.active\:border-y-pink-50\/80:active {
  border-top-color: rgb(253 242 248 / 0.8);
  border-bottom-color: rgb(253 242 248 / 0.8);
}

.active\:border-y-pink-50\/90:active {
  border-top-color: rgb(253 242 248 / 0.9);
  border-bottom-color: rgb(253 242 248 / 0.9);
}

.active\:border-y-pink-50\/95:active {
  border-top-color: rgb(253 242 248 / 0.95);
  border-bottom-color: rgb(253 242 248 / 0.95);
}

.active\:border-y-pink-500:active {
  --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));
}

.active\:border-y-pink-500\/0:active {
  border-top-color: rgb(236 72 153 / 0);
  border-bottom-color: rgb(236 72 153 / 0);
}

.active\:border-y-pink-500\/10:active {
  border-top-color: rgb(236 72 153 / 0.1);
  border-bottom-color: rgb(236 72 153 / 0.1);
}

.active\:border-y-pink-500\/100:active {
  border-top-color: rgb(236 72 153 / 1);
  border-bottom-color: rgb(236 72 153 / 1);
}

.active\:border-y-pink-500\/20:active {
  border-top-color: rgb(236 72 153 / 0.2);
  border-bottom-color: rgb(236 72 153 / 0.2);
}

.active\:border-y-pink-500\/25:active {
  border-top-color: rgb(236 72 153 / 0.25);
  border-bottom-color: rgb(236 72 153 / 0.25);
}

.active\:border-y-pink-500\/30:active {
  border-top-color: rgb(236 72 153 / 0.3);
  border-bottom-color: rgb(236 72 153 / 0.3);
}

.active\:border-y-pink-500\/40:active {
  border-top-color: rgb(236 72 153 / 0.4);
  border-bottom-color: rgb(236 72 153 / 0.4);
}

.active\:border-y-pink-500\/5:active {
  border-top-color: rgb(236 72 153 / 0.05);
  border-bottom-color: rgb(236 72 153 / 0.05);
}

.active\:border-y-pink-500\/50:active {
  border-top-color: rgb(236 72 153 / 0.5);
  border-bottom-color: rgb(236 72 153 / 0.5);
}

.active\:border-y-pink-500\/60:active {
  border-top-color: rgb(236 72 153 / 0.6);
  border-bottom-color: rgb(236 72 153 / 0.6);
}

.active\:border-y-pink-500\/70:active {
  border-top-color: rgb(236 72 153 / 0.7);
  border-bottom-color: rgb(236 72 153 / 0.7);
}

.active\:border-y-pink-500\/75:active {
  border-top-color: rgb(236 72 153 / 0.75);
  border-bottom-color: rgb(236 72 153 / 0.75);
}

.active\:border-y-pink-500\/80:active {
  border-top-color: rgb(236 72 153 / 0.8);
  border-bottom-color: rgb(236 72 153 / 0.8);
}

.active\:border-y-pink-500\/90:active {
  border-top-color: rgb(236 72 153 / 0.9);
  border-bottom-color: rgb(236 72 153 / 0.9);
}

.active\:border-y-pink-500\/95:active {
  border-top-color: rgb(236 72 153 / 0.95);
  border-bottom-color: rgb(236 72 153 / 0.95);
}

.active\:border-y-pink-600:active {
  --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));
}

.active\:border-y-pink-600\/0:active {
  border-top-color: rgb(219 39 119 / 0);
  border-bottom-color: rgb(219 39 119 / 0);
}

.active\:border-y-pink-600\/10:active {
  border-top-color: rgb(219 39 119 / 0.1);
  border-bottom-color: rgb(219 39 119 / 0.1);
}

.active\:border-y-pink-600\/100:active {
  border-top-color: rgb(219 39 119 / 1);
  border-bottom-color: rgb(219 39 119 / 1);
}

.active\:border-y-pink-600\/20:active {
  border-top-color: rgb(219 39 119 / 0.2);
  border-bottom-color: rgb(219 39 119 / 0.2);
}

.active\:border-y-pink-600\/25:active {
  border-top-color: rgb(219 39 119 / 0.25);
  border-bottom-color: rgb(219 39 119 / 0.25);
}

.active\:border-y-pink-600\/30:active {
  border-top-color: rgb(219 39 119 / 0.3);
  border-bottom-color: rgb(219 39 119 / 0.3);
}

.active\:border-y-pink-600\/40:active {
  border-top-color: rgb(219 39 119 / 0.4);
  border-bottom-color: rgb(219 39 119 / 0.4);
}

.active\:border-y-pink-600\/5:active {
  border-top-color: rgb(219 39 119 / 0.05);
  border-bottom-color: rgb(219 39 119 / 0.05);
}

.active\:border-y-pink-600\/50:active {
  border-top-color: rgb(219 39 119 / 0.5);
  border-bottom-color: rgb(219 39 119 / 0.5);
}

.active\:border-y-pink-600\/60:active {
  border-top-color: rgb(219 39 119 / 0.6);
  border-bottom-color: rgb(219 39 119 / 0.6);
}

.active\:border-y-pink-600\/70:active {
  border-top-color: rgb(219 39 119 / 0.7);
  border-bottom-color: rgb(219 39 119 / 0.7);
}

.active\:border-y-pink-600\/75:active {
  border-top-color: rgb(219 39 119 / 0.75);
  border-bottom-color: rgb(219 39 119 / 0.75);
}

.active\:border-y-pink-600\/80:active {
  border-top-color: rgb(219 39 119 / 0.8);
  border-bottom-color: rgb(219 39 119 / 0.8);
}

.active\:border-y-pink-600\/90:active {
  border-top-color: rgb(219 39 119 / 0.9);
  border-bottom-color: rgb(219 39 119 / 0.9);
}

.active\:border-y-pink-600\/95:active {
  border-top-color: rgb(219 39 119 / 0.95);
  border-bottom-color: rgb(219 39 119 / 0.95);
}

.active\:border-y-pink-700:active {
  --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));
}

.active\:border-y-pink-700\/0:active {
  border-top-color: rgb(190 24 93 / 0);
  border-bottom-color: rgb(190 24 93 / 0);
}

.active\:border-y-pink-700\/10:active {
  border-top-color: rgb(190 24 93 / 0.1);
  border-bottom-color: rgb(190 24 93 / 0.1);
}

.active\:border-y-pink-700\/100:active {
  border-top-color: rgb(190 24 93 / 1);
  border-bottom-color: rgb(190 24 93 / 1);
}

.active\:border-y-pink-700\/20:active {
  border-top-color: rgb(190 24 93 / 0.2);
  border-bottom-color: rgb(190 24 93 / 0.2);
}

.active\:border-y-pink-700\/25:active {
  border-top-color: rgb(190 24 93 / 0.25);
  border-bottom-color: rgb(190 24 93 / 0.25);
}

.active\:border-y-pink-700\/30:active {
  border-top-color: rgb(190 24 93 / 0.3);
  border-bottom-color: rgb(190 24 93 / 0.3);
}

.active\:border-y-pink-700\/40:active {
  border-top-color: rgb(190 24 93 / 0.4);
  border-bottom-color: rgb(190 24 93 / 0.4);
}

.active\:border-y-pink-700\/5:active {
  border-top-color: rgb(190 24 93 / 0.05);
  border-bottom-color: rgb(190 24 93 / 0.05);
}

.active\:border-y-pink-700\/50:active {
  border-top-color: rgb(190 24 93 / 0.5);
  border-bottom-color: rgb(190 24 93 / 0.5);
}

.active\:border-y-pink-700\/60:active {
  border-top-color: rgb(190 24 93 / 0.6);
  border-bottom-color: rgb(190 24 93 / 0.6);
}

.active\:border-y-pink-700\/70:active {
  border-top-color: rgb(190 24 93 / 0.7);
  border-bottom-color: rgb(190 24 93 / 0.7);
}

.active\:border-y-pink-700\/75:active {
  border-top-color: rgb(190 24 93 / 0.75);
  border-bottom-color: rgb(190 24 93 / 0.75);
}

.active\:border-y-pink-700\/80:active {
  border-top-color: rgb(190 24 93 / 0.8);
  border-bottom-color: rgb(190 24 93 / 0.8);
}

.active\:border-y-pink-700\/90:active {
  border-top-color: rgb(190 24 93 / 0.9);
  border-bottom-color: rgb(190 24 93 / 0.9);
}

.active\:border-y-pink-700\/95:active {
  border-top-color: rgb(190 24 93 / 0.95);
  border-bottom-color: rgb(190 24 93 / 0.95);
}

.active\:border-y-pink-800:active {
  --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));
}

.active\:border-y-pink-800\/0:active {
  border-top-color: rgb(157 23 77 / 0);
  border-bottom-color: rgb(157 23 77 / 0);
}

.active\:border-y-pink-800\/10:active {
  border-top-color: rgb(157 23 77 / 0.1);
  border-bottom-color: rgb(157 23 77 / 0.1);
}

.active\:border-y-pink-800\/100:active {
  border-top-color: rgb(157 23 77 / 1);
  border-bottom-color: rgb(157 23 77 / 1);
}

.active\:border-y-pink-800\/20:active {
  border-top-color: rgb(157 23 77 / 0.2);
  border-bottom-color: rgb(157 23 77 / 0.2);
}

.active\:border-y-pink-800\/25:active {
  border-top-color: rgb(157 23 77 / 0.25);
  border-bottom-color: rgb(157 23 77 / 0.25);
}

.active\:border-y-pink-800\/30:active {
  border-top-color: rgb(157 23 77 / 0.3);
  border-bottom-color: rgb(157 23 77 / 0.3);
}

.active\:border-y-pink-800\/40:active {
  border-top-color: rgb(157 23 77 / 0.4);
  border-bottom-color: rgb(157 23 77 / 0.4);
}

.active\:border-y-pink-800\/5:active {
  border-top-color: rgb(157 23 77 / 0.05);
  border-bottom-color: rgb(157 23 77 / 0.05);
}

.active\:border-y-pink-800\/50:active {
  border-top-color: rgb(157 23 77 / 0.5);
  border-bottom-color: rgb(157 23 77 / 0.5);
}

.active\:border-y-pink-800\/60:active {
  border-top-color: rgb(157 23 77 / 0.6);
  border-bottom-color: rgb(157 23 77 / 0.6);
}

.active\:border-y-pink-800\/70:active {
  border-top-color: rgb(157 23 77 / 0.7);
  border-bottom-color: rgb(157 23 77 / 0.7);
}

.active\:border-y-pink-800\/75:active {
  border-top-color: rgb(157 23 77 / 0.75);
  border-bottom-color: rgb(157 23 77 / 0.75);
}

.active\:border-y-pink-800\/80:active {
  border-top-color: rgb(157 23 77 / 0.8);
  border-bottom-color: rgb(157 23 77 / 0.8);
}

.active\:border-y-pink-800\/90:active {
  border-top-color: rgb(157 23 77 / 0.9);
  border-bottom-color: rgb(157 23 77 / 0.9);
}

.active\:border-y-pink-800\/95:active {
  border-top-color: rgb(157 23 77 / 0.95);
  border-bottom-color: rgb(157 23 77 / 0.95);
}

.active\:border-y-pink-900:active {
  --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));
}

.active\:border-y-pink-900\/0:active {
  border-top-color: rgb(131 24 67 / 0);
  border-bottom-color: rgb(131 24 67 / 0);
}

.active\:border-y-pink-900\/10:active {
  border-top-color: rgb(131 24 67 / 0.1);
  border-bottom-color: rgb(131 24 67 / 0.1);
}

.active\:border-y-pink-900\/100:active {
  border-top-color: rgb(131 24 67 / 1);
  border-bottom-color: rgb(131 24 67 / 1);
}

.active\:border-y-pink-900\/20:active {
  border-top-color: rgb(131 24 67 / 0.2);
  border-bottom-color: rgb(131 24 67 / 0.2);
}

.active\:border-y-pink-900\/25:active {
  border-top-color: rgb(131 24 67 / 0.25);
  border-bottom-color: rgb(131 24 67 / 0.25);
}

.active\:border-y-pink-900\/30:active {
  border-top-color: rgb(131 24 67 / 0.3);
  border-bottom-color: rgb(131 24 67 / 0.3);
}

.active\:border-y-pink-900\/40:active {
  border-top-color: rgb(131 24 67 / 0.4);
  border-bottom-color: rgb(131 24 67 / 0.4);
}

.active\:border-y-pink-900\/5:active {
  border-top-color: rgb(131 24 67 / 0.05);
  border-bottom-color: rgb(131 24 67 / 0.05);
}

.active\:border-y-pink-900\/50:active {
  border-top-color: rgb(131 24 67 / 0.5);
  border-bottom-color: rgb(131 24 67 / 0.5);
}

.active\:border-y-pink-900\/60:active {
  border-top-color: rgb(131 24 67 / 0.6);
  border-bottom-color: rgb(131 24 67 / 0.6);
}

.active\:border-y-pink-900\/70:active {
  border-top-color: rgb(131 24 67 / 0.7);
  border-bottom-color: rgb(131 24 67 / 0.7);
}

.active\:border-y-pink-900\/75:active {
  border-top-color: rgb(131 24 67 / 0.75);
  border-bottom-color: rgb(131 24 67 / 0.75);
}

.active\:border-y-pink-900\/80:active {
  border-top-color: rgb(131 24 67 / 0.8);
  border-bottom-color: rgb(131 24 67 / 0.8);
}

.active\:border-y-pink-900\/90:active {
  border-top-color: rgb(131 24 67 / 0.9);
  border-bottom-color: rgb(131 24 67 / 0.9);
}

.active\:border-y-pink-900\/95:active {
  border-top-color: rgb(131 24 67 / 0.95);
  border-bottom-color: rgb(131 24 67 / 0.95);
}

.active\:border-y-pink-950:active {
  --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));
}

.active\:border-y-pink-950\/0:active {
  border-top-color: rgb(80 7 36 / 0);
  border-bottom-color: rgb(80 7 36 / 0);
}

.active\:border-y-pink-950\/10:active {
  border-top-color: rgb(80 7 36 / 0.1);
  border-bottom-color: rgb(80 7 36 / 0.1);
}

.active\:border-y-pink-950\/100:active {
  border-top-color: rgb(80 7 36 / 1);
  border-bottom-color: rgb(80 7 36 / 1);
}

.active\:border-y-pink-950\/20:active {
  border-top-color: rgb(80 7 36 / 0.2);
  border-bottom-color: rgb(80 7 36 / 0.2);
}

.active\:border-y-pink-950\/25:active {
  border-top-color: rgb(80 7 36 / 0.25);
  border-bottom-color: rgb(80 7 36 / 0.25);
}

.active\:border-y-pink-950\/30:active {
  border-top-color: rgb(80 7 36 / 0.3);
  border-bottom-color: rgb(80 7 36 / 0.3);
}

.active\:border-y-pink-950\/40:active {
  border-top-color: rgb(80 7 36 / 0.4);
  border-bottom-color: rgb(80 7 36 / 0.4);
}

.active\:border-y-pink-950\/5:active {
  border-top-color: rgb(80 7 36 / 0.05);
  border-bottom-color: rgb(80 7 36 / 0.05);
}

.active\:border-y-pink-950\/50:active {
  border-top-color: rgb(80 7 36 / 0.5);
  border-bottom-color: rgb(80 7 36 / 0.5);
}

.active\:border-y-pink-950\/60:active {
  border-top-color: rgb(80 7 36 / 0.6);
  border-bottom-color: rgb(80 7 36 / 0.6);
}

.active\:border-y-pink-950\/70:active {
  border-top-color: rgb(80 7 36 / 0.7);
  border-bottom-color: rgb(80 7 36 / 0.7);
}

.active\:border-y-pink-950\/75:active {
  border-top-color: rgb(80 7 36 / 0.75);
  border-bottom-color: rgb(80 7 36 / 0.75);
}

.active\:border-y-pink-950\/80:active {
  border-top-color: rgb(80 7 36 / 0.8);
  border-bottom-color: rgb(80 7 36 / 0.8);
}

.active\:border-y-pink-950\/90:active {
  border-top-color: rgb(80 7 36 / 0.9);
  border-bottom-color: rgb(80 7 36 / 0.9);
}

.active\:border-y-pink-950\/95:active {
  border-top-color: rgb(80 7 36 / 0.95);
  border-bottom-color: rgb(80 7 36 / 0.95);
}

.active\:border-y-purple-100:active {
  --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));
}

.active\:border-y-purple-100\/0:active {
  border-top-color: rgb(243 232 255 / 0);
  border-bottom-color: rgb(243 232 255 / 0);
}

.active\:border-y-purple-100\/10:active {
  border-top-color: rgb(243 232 255 / 0.1);
  border-bottom-color: rgb(243 232 255 / 0.1);
}

.active\:border-y-purple-100\/100:active {
  border-top-color: rgb(243 232 255 / 1);
  border-bottom-color: rgb(243 232 255 / 1);
}

.active\:border-y-purple-100\/20:active {
  border-top-color: rgb(243 232 255 / 0.2);
  border-bottom-color: rgb(243 232 255 / 0.2);
}

.active\:border-y-purple-100\/25:active {
  border-top-color: rgb(243 232 255 / 0.25);
  border-bottom-color: rgb(243 232 255 / 0.25);
}

.active\:border-y-purple-100\/30:active {
  border-top-color: rgb(243 232 255 / 0.3);
  border-bottom-color: rgb(243 232 255 / 0.3);
}

.active\:border-y-purple-100\/40:active {
  border-top-color: rgb(243 232 255 / 0.4);
  border-bottom-color: rgb(243 232 255 / 0.4);
}

.active\:border-y-purple-100\/5:active {
  border-top-color: rgb(243 232 255 / 0.05);
  border-bottom-color: rgb(243 232 255 / 0.05);
}

.active\:border-y-purple-100\/50:active {
  border-top-color: rgb(243 232 255 / 0.5);
  border-bottom-color: rgb(243 232 255 / 0.5);
}

.active\:border-y-purple-100\/60:active {
  border-top-color: rgb(243 232 255 / 0.6);
  border-bottom-color: rgb(243 232 255 / 0.6);
}

.active\:border-y-purple-100\/70:active {
  border-top-color: rgb(243 232 255 / 0.7);
  border-bottom-color: rgb(243 232 255 / 0.7);
}

.active\:border-y-purple-100\/75:active {
  border-top-color: rgb(243 232 255 / 0.75);
  border-bottom-color: rgb(243 232 255 / 0.75);
}

.active\:border-y-purple-100\/80:active {
  border-top-color: rgb(243 232 255 / 0.8);
  border-bottom-color: rgb(243 232 255 / 0.8);
}

.active\:border-y-purple-100\/90:active {
  border-top-color: rgb(243 232 255 / 0.9);
  border-bottom-color: rgb(243 232 255 / 0.9);
}

.active\:border-y-purple-100\/95:active {
  border-top-color: rgb(243 232 255 / 0.95);
  border-bottom-color: rgb(243 232 255 / 0.95);
}

.active\:border-y-purple-200:active {
  --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));
}

.active\:border-y-purple-200\/0:active {
  border-top-color: rgb(233 213 255 / 0);
  border-bottom-color: rgb(233 213 255 / 0);
}

.active\:border-y-purple-200\/10:active {
  border-top-color: rgb(233 213 255 / 0.1);
  border-bottom-color: rgb(233 213 255 / 0.1);
}

.active\:border-y-purple-200\/100:active {
  border-top-color: rgb(233 213 255 / 1);
  border-bottom-color: rgb(233 213 255 / 1);
}

.active\:border-y-purple-200\/20:active {
  border-top-color: rgb(233 213 255 / 0.2);
  border-bottom-color: rgb(233 213 255 / 0.2);
}

.active\:border-y-purple-200\/25:active {
  border-top-color: rgb(233 213 255 / 0.25);
  border-bottom-color: rgb(233 213 255 / 0.25);
}

.active\:border-y-purple-200\/30:active {
  border-top-color: rgb(233 213 255 / 0.3);
  border-bottom-color: rgb(233 213 255 / 0.3);
}

.active\:border-y-purple-200\/40:active {
  border-top-color: rgb(233 213 255 / 0.4);
  border-bottom-color: rgb(233 213 255 / 0.4);
}

.active\:border-y-purple-200\/5:active {
  border-top-color: rgb(233 213 255 / 0.05);
  border-bottom-color: rgb(233 213 255 / 0.05);
}

.active\:border-y-purple-200\/50:active {
  border-top-color: rgb(233 213 255 / 0.5);
  border-bottom-color: rgb(233 213 255 / 0.5);
}

.active\:border-y-purple-200\/60:active {
  border-top-color: rgb(233 213 255 / 0.6);
  border-bottom-color: rgb(233 213 255 / 0.6);
}

.active\:border-y-purple-200\/70:active {
  border-top-color: rgb(233 213 255 / 0.7);
  border-bottom-color: rgb(233 213 255 / 0.7);
}

.active\:border-y-purple-200\/75:active {
  border-top-color: rgb(233 213 255 / 0.75);
  border-bottom-color: rgb(233 213 255 / 0.75);
}

.active\:border-y-purple-200\/80:active {
  border-top-color: rgb(233 213 255 / 0.8);
  border-bottom-color: rgb(233 213 255 / 0.8);
}

.active\:border-y-purple-200\/90:active {
  border-top-color: rgb(233 213 255 / 0.9);
  border-bottom-color: rgb(233 213 255 / 0.9);
}

.active\:border-y-purple-200\/95:active {
  border-top-color: rgb(233 213 255 / 0.95);
  border-bottom-color: rgb(233 213 255 / 0.95);
}

.active\:border-y-purple-300:active {
  --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));
}

.active\:border-y-purple-300\/0:active {
  border-top-color: rgb(216 180 254 / 0);
  border-bottom-color: rgb(216 180 254 / 0);
}

.active\:border-y-purple-300\/10:active {
  border-top-color: rgb(216 180 254 / 0.1);
  border-bottom-color: rgb(216 180 254 / 0.1);
}

.active\:border-y-purple-300\/100:active {
  border-top-color: rgb(216 180 254 / 1);
  border-bottom-color: rgb(216 180 254 / 1);
}

.active\:border-y-purple-300\/20:active {
  border-top-color: rgb(216 180 254 / 0.2);
  border-bottom-color: rgb(216 180 254 / 0.2);
}

.active\:border-y-purple-300\/25:active {
  border-top-color: rgb(216 180 254 / 0.25);
  border-bottom-color: rgb(216 180 254 / 0.25);
}

.active\:border-y-purple-300\/30:active {
  border-top-color: rgb(216 180 254 / 0.3);
  border-bottom-color: rgb(216 180 254 / 0.3);
}

.active\:border-y-purple-300\/40:active {
  border-top-color: rgb(216 180 254 / 0.4);
  border-bottom-color: rgb(216 180 254 / 0.4);
}

.active\:border-y-purple-300\/5:active {
  border-top-color: rgb(216 180 254 / 0.05);
  border-bottom-color: rgb(216 180 254 / 0.05);
}

.active\:border-y-purple-300\/50:active {
  border-top-color: rgb(216 180 254 / 0.5);
  border-bottom-color: rgb(216 180 254 / 0.5);
}

.active\:border-y-purple-300\/60:active {
  border-top-color: rgb(216 180 254 / 0.6);
  border-bottom-color: rgb(216 180 254 / 0.6);
}

.active\:border-y-purple-300\/70:active {
  border-top-color: rgb(216 180 254 / 0.7);
  border-bottom-color: rgb(216 180 254 / 0.7);
}

.active\:border-y-purple-300\/75:active {
  border-top-color: rgb(216 180 254 / 0.75);
  border-bottom-color: rgb(216 180 254 / 0.75);
}

.active\:border-y-purple-300\/80:active {
  border-top-color: rgb(216 180 254 / 0.8);
  border-bottom-color: rgb(216 180 254 / 0.8);
}

.active\:border-y-purple-300\/90:active {
  border-top-color: rgb(216 180 254 / 0.9);
  border-bottom-color: rgb(216 180 254 / 0.9);
}

.active\:border-y-purple-300\/95:active {
  border-top-color: rgb(216 180 254 / 0.95);
  border-bottom-color: rgb(216 180 254 / 0.95);
}

.active\:border-y-purple-400:active {
  --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));
}

.active\:border-y-purple-400\/0:active {
  border-top-color: rgb(192 132 252 / 0);
  border-bottom-color: rgb(192 132 252 / 0);
}

.active\:border-y-purple-400\/10:active {
  border-top-color: rgb(192 132 252 / 0.1);
  border-bottom-color: rgb(192 132 252 / 0.1);
}

.active\:border-y-purple-400\/100:active {
  border-top-color: rgb(192 132 252 / 1);
  border-bottom-color: rgb(192 132 252 / 1);
}

.active\:border-y-purple-400\/20:active {
  border-top-color: rgb(192 132 252 / 0.2);
  border-bottom-color: rgb(192 132 252 / 0.2);
}

.active\:border-y-purple-400\/25:active {
  border-top-color: rgb(192 132 252 / 0.25);
  border-bottom-color: rgb(192 132 252 / 0.25);
}

.active\:border-y-purple-400\/30:active {
  border-top-color: rgb(192 132 252 / 0.3);
  border-bottom-color: rgb(192 132 252 / 0.3);
}

.active\:border-y-purple-400\/40:active {
  border-top-color: rgb(192 132 252 / 0.4);
  border-bottom-color: rgb(192 132 252 / 0.4);
}

.active\:border-y-purple-400\/5:active {
  border-top-color: rgb(192 132 252 / 0.05);
  border-bottom-color: rgb(192 132 252 / 0.05);
}

.active\:border-y-purple-400\/50:active {
  border-top-color: rgb(192 132 252 / 0.5);
  border-bottom-color: rgb(192 132 252 / 0.5);
}

.active\:border-y-purple-400\/60:active {
  border-top-color: rgb(192 132 252 / 0.6);
  border-bottom-color: rgb(192 132 252 / 0.6);
}

.active\:border-y-purple-400\/70:active {
  border-top-color: rgb(192 132 252 / 0.7);
  border-bottom-color: rgb(192 132 252 / 0.7);
}

.active\:border-y-purple-400\/75:active {
  border-top-color: rgb(192 132 252 / 0.75);
  border-bottom-color: rgb(192 132 252 / 0.75);
}

.active\:border-y-purple-400\/80:active {
  border-top-color: rgb(192 132 252 / 0.8);
  border-bottom-color: rgb(192 132 252 / 0.8);
}

.active\:border-y-purple-400\/90:active {
  border-top-color: rgb(192 132 252 / 0.9);
  border-bottom-color: rgb(192 132 252 / 0.9);
}

.active\:border-y-purple-400\/95:active {
  border-top-color: rgb(192 132 252 / 0.95);
  border-bottom-color: rgb(192 132 252 / 0.95);
}

.active\:border-y-purple-50:active {
  --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));
}

.active\:border-y-purple-50\/0:active {
  border-top-color: rgb(250 245 255 / 0);
  border-bottom-color: rgb(250 245 255 / 0);
}

.active\:border-y-purple-50\/10:active {
  border-top-color: rgb(250 245 255 / 0.1);
  border-bottom-color: rgb(250 245 255 / 0.1);
}

.active\:border-y-purple-50\/100:active {
  border-top-color: rgb(250 245 255 / 1);
  border-bottom-color: rgb(250 245 255 / 1);
}

.active\:border-y-purple-50\/20:active {
  border-top-color: rgb(250 245 255 / 0.2);
  border-bottom-color: rgb(250 245 255 / 0.2);
}

.active\:border-y-purple-50\/25:active {
  border-top-color: rgb(250 245 255 / 0.25);
  border-bottom-color: rgb(250 245 255 / 0.25);
}

.active\:border-y-purple-50\/30:active {
  border-top-color: rgb(250 245 255 / 0.3);
  border-bottom-color: rgb(250 245 255 / 0.3);
}

.active\:border-y-purple-50\/40:active {
  border-top-color: rgb(250 245 255 / 0.4);
  border-bottom-color: rgb(250 245 255 / 0.4);
}

.active\:border-y-purple-50\/5:active {
  border-top-color: rgb(250 245 255 / 0.05);
  border-bottom-color: rgb(250 245 255 / 0.05);
}

.active\:border-y-purple-50\/50:active {
  border-top-color: rgb(250 245 255 / 0.5);
  border-bottom-color: rgb(250 245 255 / 0.5);
}

.active\:border-y-purple-50\/60:active {
  border-top-color: rgb(250 245 255 / 0.6);
  border-bottom-color: rgb(250 245 255 / 0.6);
}

.active\:border-y-purple-50\/70:active {
  border-top-color: rgb(250 245 255 / 0.7);
  border-bottom-color: rgb(250 245 255 / 0.7);
}

.active\:border-y-purple-50\/75:active {
  border-top-color: rgb(250 245 255 / 0.75);
  border-bottom-color: rgb(250 245 255 / 0.75);
}

.active\:border-y-purple-50\/80:active {
  border-top-color: rgb(250 245 255 / 0.8);
  border-bottom-color: rgb(250 245 255 / 0.8);
}

.active\:border-y-purple-50\/90:active {
  border-top-color: rgb(250 245 255 / 0.9);
  border-bottom-color: rgb(250 245 255 / 0.9);
}

.active\:border-y-purple-50\/95:active {
  border-top-color: rgb(250 245 255 / 0.95);
  border-bottom-color: rgb(250 245 255 / 0.95);
}

.active\:border-y-purple-500:active {
  --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));
}

.active\:border-y-purple-500\/0:active {
  border-top-color: rgb(168 85 247 / 0);
  border-bottom-color: rgb(168 85 247 / 0);
}

.active\:border-y-purple-500\/10:active {
  border-top-color: rgb(168 85 247 / 0.1);
  border-bottom-color: rgb(168 85 247 / 0.1);
}

.active\:border-y-purple-500\/100:active {
  border-top-color: rgb(168 85 247 / 1);
  border-bottom-color: rgb(168 85 247 / 1);
}

.active\:border-y-purple-500\/20:active {
  border-top-color: rgb(168 85 247 / 0.2);
  border-bottom-color: rgb(168 85 247 / 0.2);
}

.active\:border-y-purple-500\/25:active {
  border-top-color: rgb(168 85 247 / 0.25);
  border-bottom-color: rgb(168 85 247 / 0.25);
}

.active\:border-y-purple-500\/30:active {
  border-top-color: rgb(168 85 247 / 0.3);
  border-bottom-color: rgb(168 85 247 / 0.3);
}

.active\:border-y-purple-500\/40:active {
  border-top-color: rgb(168 85 247 / 0.4);
  border-bottom-color: rgb(168 85 247 / 0.4);
}

.active\:border-y-purple-500\/5:active {
  border-top-color: rgb(168 85 247 / 0.05);
  border-bottom-color: rgb(168 85 247 / 0.05);
}

.active\:border-y-purple-500\/50:active {
  border-top-color: rgb(168 85 247 / 0.5);
  border-bottom-color: rgb(168 85 247 / 0.5);
}

.active\:border-y-purple-500\/60:active {
  border-top-color: rgb(168 85 247 / 0.6);
  border-bottom-color: rgb(168 85 247 / 0.6);
}

.active\:border-y-purple-500\/70:active {
  border-top-color: rgb(168 85 247 / 0.7);
  border-bottom-color: rgb(168 85 247 / 0.7);
}

.active\:border-y-purple-500\/75:active {
  border-top-color: rgb(168 85 247 / 0.75);
  border-bottom-color: rgb(168 85 247 / 0.75);
}

.active\:border-y-purple-500\/80:active {
  border-top-color: rgb(168 85 247 / 0.8);
  border-bottom-color: rgb(168 85 247 / 0.8);
}

.active\:border-y-purple-500\/90:active {
  border-top-color: rgb(168 85 247 / 0.9);
  border-bottom-color: rgb(168 85 247 / 0.9);
}

.active\:border-y-purple-500\/95:active {
  border-top-color: rgb(168 85 247 / 0.95);
  border-bottom-color: rgb(168 85 247 / 0.95);
}

.active\:border-y-purple-600:active {
  --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));
}

.active\:border-y-purple-600\/0:active {
  border-top-color: rgb(147 51 234 / 0);
  border-bottom-color: rgb(147 51 234 / 0);
}

.active\:border-y-purple-600\/10:active {
  border-top-color: rgb(147 51 234 / 0.1);
  border-bottom-color: rgb(147 51 234 / 0.1);
}

.active\:border-y-purple-600\/100:active {
  border-top-color: rgb(147 51 234 / 1);
  border-bottom-color: rgb(147 51 234 / 1);
}

.active\:border-y-purple-600\/20:active {
  border-top-color: rgb(147 51 234 / 0.2);
  border-bottom-color: rgb(147 51 234 / 0.2);
}

.active\:border-y-purple-600\/25:active {
  border-top-color: rgb(147 51 234 / 0.25);
  border-bottom-color: rgb(147 51 234 / 0.25);
}

.active\:border-y-purple-600\/30:active {
  border-top-color: rgb(147 51 234 / 0.3);
  border-bottom-color: rgb(147 51 234 / 0.3);
}

.active\:border-y-purple-600\/40:active {
  border-top-color: rgb(147 51 234 / 0.4);
  border-bottom-color: rgb(147 51 234 / 0.4);
}

.active\:border-y-purple-600\/5:active {
  border-top-color: rgb(147 51 234 / 0.05);
  border-bottom-color: rgb(147 51 234 / 0.05);
}

.active\:border-y-purple-600\/50:active {
  border-top-color: rgb(147 51 234 / 0.5);
  border-bottom-color: rgb(147 51 234 / 0.5);
}

.active\:border-y-purple-600\/60:active {
  border-top-color: rgb(147 51 234 / 0.6);
  border-bottom-color: rgb(147 51 234 / 0.6);
}

.active\:border-y-purple-600\/70:active {
  border-top-color: rgb(147 51 234 / 0.7);
  border-bottom-color: rgb(147 51 234 / 0.7);
}

.active\:border-y-purple-600\/75:active {
  border-top-color: rgb(147 51 234 / 0.75);
  border-bottom-color: rgb(147 51 234 / 0.75);
}

.active\:border-y-purple-600\/80:active {
  border-top-color: rgb(147 51 234 / 0.8);
  border-bottom-color: rgb(147 51 234 / 0.8);
}

.active\:border-y-purple-600\/90:active {
  border-top-color: rgb(147 51 234 / 0.9);
  border-bottom-color: rgb(147 51 234 / 0.9);
}

.active\:border-y-purple-600\/95:active {
  border-top-color: rgb(147 51 234 / 0.95);
  border-bottom-color: rgb(147 51 234 / 0.95);
}

.active\:border-y-purple-700:active {
  --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));
}

.active\:border-y-purple-700\/0:active {
  border-top-color: rgb(126 34 206 / 0);
  border-bottom-color: rgb(126 34 206 / 0);
}

.active\:border-y-purple-700\/10:active {
  border-top-color: rgb(126 34 206 / 0.1);
  border-bottom-color: rgb(126 34 206 / 0.1);
}

.active\:border-y-purple-700\/100:active {
  border-top-color: rgb(126 34 206 / 1);
  border-bottom-color: rgb(126 34 206 / 1);
}

.active\:border-y-purple-700\/20:active {
  border-top-color: rgb(126 34 206 / 0.2);
  border-bottom-color: rgb(126 34 206 / 0.2);
}

.active\:border-y-purple-700\/25:active {
  border-top-color: rgb(126 34 206 / 0.25);
  border-bottom-color: rgb(126 34 206 / 0.25);
}

.active\:border-y-purple-700\/30:active {
  border-top-color: rgb(126 34 206 / 0.3);
  border-bottom-color: rgb(126 34 206 / 0.3);
}

.active\:border-y-purple-700\/40:active {
  border-top-color: rgb(126 34 206 / 0.4);
  border-bottom-color: rgb(126 34 206 / 0.4);
}

.active\:border-y-purple-700\/5:active {
  border-top-color: rgb(126 34 206 / 0.05);
  border-bottom-color: rgb(126 34 206 / 0.05);
}

.active\:border-y-purple-700\/50:active {
  border-top-color: rgb(126 34 206 / 0.5);
  border-bottom-color: rgb(126 34 206 / 0.5);
}

.active\:border-y-purple-700\/60:active {
  border-top-color: rgb(126 34 206 / 0.6);
  border-bottom-color: rgb(126 34 206 / 0.6);
}

.active\:border-y-purple-700\/70:active {
  border-top-color: rgb(126 34 206 / 0.7);
  border-bottom-color: rgb(126 34 206 / 0.7);
}

.active\:border-y-purple-700\/75:active {
  border-top-color: rgb(126 34 206 / 0.75);
  border-bottom-color: rgb(126 34 206 / 0.75);
}

.active\:border-y-purple-700\/80:active {
  border-top-color: rgb(126 34 206 / 0.8);
  border-bottom-color: rgb(126 34 206 / 0.8);
}

.active\:border-y-purple-700\/90:active {
  border-top-color: rgb(126 34 206 / 0.9);
  border-bottom-color: rgb(126 34 206 / 0.9);
}

.active\:border-y-purple-700\/95:active {
  border-top-color: rgb(126 34 206 / 0.95);
  border-bottom-color: rgb(126 34 206 / 0.95);
}

.active\:border-y-purple-800:active {
  --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));
}

.active\:border-y-purple-800\/0:active {
  border-top-color: rgb(107 33 168 / 0);
  border-bottom-color: rgb(107 33 168 / 0);
}

.active\:border-y-purple-800\/10:active {
  border-top-color: rgb(107 33 168 / 0.1);
  border-bottom-color: rgb(107 33 168 / 0.1);
}

.active\:border-y-purple-800\/100:active {
  border-top-color: rgb(107 33 168 / 1);
  border-bottom-color: rgb(107 33 168 / 1);
}

.active\:border-y-purple-800\/20:active {
  border-top-color: rgb(107 33 168 / 0.2);
  border-bottom-color: rgb(107 33 168 / 0.2);
}

.active\:border-y-purple-800\/25:active {
  border-top-color: rgb(107 33 168 / 0.25);
  border-bottom-color: rgb(107 33 168 / 0.25);
}

.active\:border-y-purple-800\/30:active {
  border-top-color: rgb(107 33 168 / 0.3);
  border-bottom-color: rgb(107 33 168 / 0.3);
}

.active\:border-y-purple-800\/40:active {
  border-top-color: rgb(107 33 168 / 0.4);
  border-bottom-color: rgb(107 33 168 / 0.4);
}

.active\:border-y-purple-800\/5:active {
  border-top-color: rgb(107 33 168 / 0.05);
  border-bottom-color: rgb(107 33 168 / 0.05);
}

.active\:border-y-purple-800\/50:active {
  border-top-color: rgb(107 33 168 / 0.5);
  border-bottom-color: rgb(107 33 168 / 0.5);
}

.active\:border-y-purple-800\/60:active {
  border-top-color: rgb(107 33 168 / 0.6);
  border-bottom-color: rgb(107 33 168 / 0.6);
}

.active\:border-y-purple-800\/70:active {
  border-top-color: rgb(107 33 168 / 0.7);
  border-bottom-color: rgb(107 33 168 / 0.7);
}

.active\:border-y-purple-800\/75:active {
  border-top-color: rgb(107 33 168 / 0.75);
  border-bottom-color: rgb(107 33 168 / 0.75);
}

.active\:border-y-purple-800\/80:active {
  border-top-color: rgb(107 33 168 / 0.8);
  border-bottom-color: rgb(107 33 168 / 0.8);
}

.active\:border-y-purple-800\/90:active {
  border-top-color: rgb(107 33 168 / 0.9);
  border-bottom-color: rgb(107 33 168 / 0.9);
}

.active\:border-y-purple-800\/95:active {
  border-top-color: rgb(107 33 168 / 0.95);
  border-bottom-color: rgb(107 33 168 / 0.95);
}

.active\:border-y-purple-900:active {
  --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));
}

.active\:border-y-purple-900\/0:active {
  border-top-color: rgb(88 28 135 / 0);
  border-bottom-color: rgb(88 28 135 / 0);
}

.active\:border-y-purple-900\/10:active {
  border-top-color: rgb(88 28 135 / 0.1);
  border-bottom-color: rgb(88 28 135 / 0.1);
}

.active\:border-y-purple-900\/100:active {
  border-top-color: rgb(88 28 135 / 1);
  border-bottom-color: rgb(88 28 135 / 1);
}

.active\:border-y-purple-900\/20:active {
  border-top-color: rgb(88 28 135 / 0.2);
  border-bottom-color: rgb(88 28 135 / 0.2);
}

.active\:border-y-purple-900\/25:active {
  border-top-color: rgb(88 28 135 / 0.25);
  border-bottom-color: rgb(88 28 135 / 0.25);
}

.active\:border-y-purple-900\/30:active {
  border-top-color: rgb(88 28 135 / 0.3);
  border-bottom-color: rgb(88 28 135 / 0.3);
}

.active\:border-y-purple-900\/40:active {
  border-top-color: rgb(88 28 135 / 0.4);
  border-bottom-color: rgb(88 28 135 / 0.4);
}

.active\:border-y-purple-900\/5:active {
  border-top-color: rgb(88 28 135 / 0.05);
  border-bottom-color: rgb(88 28 135 / 0.05);
}

.active\:border-y-purple-900\/50:active {
  border-top-color: rgb(88 28 135 / 0.5);
  border-bottom-color: rgb(88 28 135 / 0.5);
}

.active\:border-y-purple-900\/60:active {
  border-top-color: rgb(88 28 135 / 0.6);
  border-bottom-color: rgb(88 28 135 / 0.6);
}

.active\:border-y-purple-900\/70:active {
  border-top-color: rgb(88 28 135 / 0.7);
  border-bottom-color: rgb(88 28 135 / 0.7);
}

.active\:border-y-purple-900\/75:active {
  border-top-color: rgb(88 28 135 / 0.75);
  border-bottom-color: rgb(88 28 135 / 0.75);
}

.active\:border-y-purple-900\/80:active {
  border-top-color: rgb(88 28 135 / 0.8);
  border-bottom-color: rgb(88 28 135 / 0.8);
}

.active\:border-y-purple-900\/90:active {
  border-top-color: rgb(88 28 135 / 0.9);
  border-bottom-color: rgb(88 28 135 / 0.9);
}

.active\:border-y-purple-900\/95:active {
  border-top-color: rgb(88 28 135 / 0.95);
  border-bottom-color: rgb(88 28 135 / 0.95);
}

.active\:border-y-purple-950:active {
  --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));
}

.active\:border-y-purple-950\/0:active {
  border-top-color: rgb(59 7 100 / 0);
  border-bottom-color: rgb(59 7 100 / 0);
}

.active\:border-y-purple-950\/10:active {
  border-top-color: rgb(59 7 100 / 0.1);
  border-bottom-color: rgb(59 7 100 / 0.1);
}

.active\:border-y-purple-950\/100:active {
  border-top-color: rgb(59 7 100 / 1);
  border-bottom-color: rgb(59 7 100 / 1);
}

.active\:border-y-purple-950\/20:active {
  border-top-color: rgb(59 7 100 / 0.2);
  border-bottom-color: rgb(59 7 100 / 0.2);
}

.active\:border-y-purple-950\/25:active {
  border-top-color: rgb(59 7 100 / 0.25);
  border-bottom-color: rgb(59 7 100 / 0.25);
}

.active\:border-y-purple-950\/30:active {
  border-top-color: rgb(59 7 100 / 0.3);
  border-bottom-color: rgb(59 7 100 / 0.3);
}

.active\:border-y-purple-950\/40:active {
  border-top-color: rgb(59 7 100 / 0.4);
  border-bottom-color: rgb(59 7 100 / 0.4);
}

.active\:border-y-purple-950\/5:active {
  border-top-color: rgb(59 7 100 / 0.05);
  border-bottom-color: rgb(59 7 100 / 0.05);
}

.active\:border-y-purple-950\/50:active {
  border-top-color: rgb(59 7 100 / 0.5);
  border-bottom-color: rgb(59 7 100 / 0.5);
}

.active\:border-y-purple-950\/60:active {
  border-top-color: rgb(59 7 100 / 0.6);
  border-bottom-color: rgb(59 7 100 / 0.6);
}

.active\:border-y-purple-950\/70:active {
  border-top-color: rgb(59 7 100 / 0.7);
  border-bottom-color: rgb(59 7 100 / 0.7);
}

.active\:border-y-purple-950\/75:active {
  border-top-color: rgb(59 7 100 / 0.75);
  border-bottom-color: rgb(59 7 100 / 0.75);
}

.active\:border-y-purple-950\/80:active {
  border-top-color: rgb(59 7 100 / 0.8);
  border-bottom-color: rgb(59 7 100 / 0.8);
}

.active\:border-y-purple-950\/90:active {
  border-top-color: rgb(59 7 100 / 0.9);
  border-bottom-color: rgb(59 7 100 / 0.9);
}

.active\:border-y-purple-950\/95:active {
  border-top-color: rgb(59 7 100 / 0.95);
  border-bottom-color: rgb(59 7 100 / 0.95);
}

.active\:border-y-red-100:active {
  --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));
}

.active\:border-y-red-100\/0:active {
  border-top-color: rgb(254 226 226 / 0);
  border-bottom-color: rgb(254 226 226 / 0);
}

.active\:border-y-red-100\/10:active {
  border-top-color: rgb(254 226 226 / 0.1);
  border-bottom-color: rgb(254 226 226 / 0.1);
}

.active\:border-y-red-100\/100:active {
  border-top-color: rgb(254 226 226 / 1);
  border-bottom-color: rgb(254 226 226 / 1);
}

.active\:border-y-red-100\/20:active {
  border-top-color: rgb(254 226 226 / 0.2);
  border-bottom-color: rgb(254 226 226 / 0.2);
}

.active\:border-y-red-100\/25:active {
  border-top-color: rgb(254 226 226 / 0.25);
  border-bottom-color: rgb(254 226 226 / 0.25);
}

.active\:border-y-red-100\/30:active {
  border-top-color: rgb(254 226 226 / 0.3);
  border-bottom-color: rgb(254 226 226 / 0.3);
}

.active\:border-y-red-100\/40:active {
  border-top-color: rgb(254 226 226 / 0.4);
  border-bottom-color: rgb(254 226 226 / 0.4);
}

.active\:border-y-red-100\/5:active {
  border-top-color: rgb(254 226 226 / 0.05);
  border-bottom-color: rgb(254 226 226 / 0.05);
}

.active\:border-y-red-100\/50:active {
  border-top-color: rgb(254 226 226 / 0.5);
  border-bottom-color: rgb(254 226 226 / 0.5);
}

.active\:border-y-red-100\/60:active {
  border-top-color: rgb(254 226 226 / 0.6);
  border-bottom-color: rgb(254 226 226 / 0.6);
}

.active\:border-y-red-100\/70:active {
  border-top-color: rgb(254 226 226 / 0.7);
  border-bottom-color: rgb(254 226 226 / 0.7);
}

.active\:border-y-red-100\/75:active {
  border-top-color: rgb(254 226 226 / 0.75);
  border-bottom-color: rgb(254 226 226 / 0.75);
}

.active\:border-y-red-100\/80:active {
  border-top-color: rgb(254 226 226 / 0.8);
  border-bottom-color: rgb(254 226 226 / 0.8);
}

.active\:border-y-red-100\/90:active {
  border-top-color: rgb(254 226 226 / 0.9);
  border-bottom-color: rgb(254 226 226 / 0.9);
}

.active\:border-y-red-100\/95:active {
  border-top-color: rgb(254 226 226 / 0.95);
  border-bottom-color: rgb(254 226 226 / 0.95);
}

.active\:border-y-red-200:active {
  --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));
}

.active\:border-y-red-200\/0:active {
  border-top-color: rgb(254 202 202 / 0);
  border-bottom-color: rgb(254 202 202 / 0);
}

.active\:border-y-red-200\/10:active {
  border-top-color: rgb(254 202 202 / 0.1);
  border-bottom-color: rgb(254 202 202 / 0.1);
}

.active\:border-y-red-200\/100:active {
  border-top-color: rgb(254 202 202 / 1);
  border-bottom-color: rgb(254 202 202 / 1);
}

.active\:border-y-red-200\/20:active {
  border-top-color: rgb(254 202 202 / 0.2);
  border-bottom-color: rgb(254 202 202 / 0.2);
}

.active\:border-y-red-200\/25:active {
  border-top-color: rgb(254 202 202 / 0.25);
  border-bottom-color: rgb(254 202 202 / 0.25);
}

.active\:border-y-red-200\/30:active {
  border-top-color: rgb(254 202 202 / 0.3);
  border-bottom-color: rgb(254 202 202 / 0.3);
}

.active\:border-y-red-200\/40:active {
  border-top-color: rgb(254 202 202 / 0.4);
  border-bottom-color: rgb(254 202 202 / 0.4);
}

.active\:border-y-red-200\/5:active {
  border-top-color: rgb(254 202 202 / 0.05);
  border-bottom-color: rgb(254 202 202 / 0.05);
}

.active\:border-y-red-200\/50:active {
  border-top-color: rgb(254 202 202 / 0.5);
  border-bottom-color: rgb(254 202 202 / 0.5);
}

.active\:border-y-red-200\/60:active {
  border-top-color: rgb(254 202 202 / 0.6);
  border-bottom-color: rgb(254 202 202 / 0.6);
}

.active\:border-y-red-200\/70:active {
  border-top-color: rgb(254 202 202 / 0.7);
  border-bottom-color: rgb(254 202 202 / 0.7);
}

.active\:border-y-red-200\/75:active {
  border-top-color: rgb(254 202 202 / 0.75);
  border-bottom-color: rgb(254 202 202 / 0.75);
}

.active\:border-y-red-200\/80:active {
  border-top-color: rgb(254 202 202 / 0.8);
  border-bottom-color: rgb(254 202 202 / 0.8);
}

.active\:border-y-red-200\/90:active {
  border-top-color: rgb(254 202 202 / 0.9);
  border-bottom-color: rgb(254 202 202 / 0.9);
}

.active\:border-y-red-200\/95:active {
  border-top-color: rgb(254 202 202 / 0.95);
  border-bottom-color: rgb(254 202 202 / 0.95);
}

.active\:border-y-red-300:active {
  --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));
}

.active\:border-y-red-300\/0:active {
  border-top-color: rgb(252 165 165 / 0);
  border-bottom-color: rgb(252 165 165 / 0);
}

.active\:border-y-red-300\/10:active {
  border-top-color: rgb(252 165 165 / 0.1);
  border-bottom-color: rgb(252 165 165 / 0.1);
}

.active\:border-y-red-300\/100:active {
  border-top-color: rgb(252 165 165 / 1);
  border-bottom-color: rgb(252 165 165 / 1);
}

.active\:border-y-red-300\/20:active {
  border-top-color: rgb(252 165 165 / 0.2);
  border-bottom-color: rgb(252 165 165 / 0.2);
}

.active\:border-y-red-300\/25:active {
  border-top-color: rgb(252 165 165 / 0.25);
  border-bottom-color: rgb(252 165 165 / 0.25);
}

.active\:border-y-red-300\/30:active {
  border-top-color: rgb(252 165 165 / 0.3);
  border-bottom-color: rgb(252 165 165 / 0.3);
}

.active\:border-y-red-300\/40:active {
  border-top-color: rgb(252 165 165 / 0.4);
  border-bottom-color: rgb(252 165 165 / 0.4);
}

.active\:border-y-red-300\/5:active {
  border-top-color: rgb(252 165 165 / 0.05);
  border-bottom-color: rgb(252 165 165 / 0.05);
}

.active\:border-y-red-300\/50:active {
  border-top-color: rgb(252 165 165 / 0.5);
  border-bottom-color: rgb(252 165 165 / 0.5);
}

.active\:border-y-red-300\/60:active {
  border-top-color: rgb(252 165 165 / 0.6);
  border-bottom-color: rgb(252 165 165 / 0.6);
}

.active\:border-y-red-300\/70:active {
  border-top-color: rgb(252 165 165 / 0.7);
  border-bottom-color: rgb(252 165 165 / 0.7);
}

.active\:border-y-red-300\/75:active {
  border-top-color: rgb(252 165 165 / 0.75);
  border-bottom-color: rgb(252 165 165 / 0.75);
}

.active\:border-y-red-300\/80:active {
  border-top-color: rgb(252 165 165 / 0.8);
  border-bottom-color: rgb(252 165 165 / 0.8);
}

.active\:border-y-red-300\/90:active {
  border-top-color: rgb(252 165 165 / 0.9);
  border-bottom-color: rgb(252 165 165 / 0.9);
}

.active\:border-y-red-300\/95:active {
  border-top-color: rgb(252 165 165 / 0.95);
  border-bottom-color: rgb(252 165 165 / 0.95);
}

.active\:border-y-red-400:active {
  --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));
}

.active\:border-y-red-400\/0:active {
  border-top-color: rgb(248 113 113 / 0);
  border-bottom-color: rgb(248 113 113 / 0);
}

.active\:border-y-red-400\/10:active {
  border-top-color: rgb(248 113 113 / 0.1);
  border-bottom-color: rgb(248 113 113 / 0.1);
}

.active\:border-y-red-400\/100:active {
  border-top-color: rgb(248 113 113 / 1);
  border-bottom-color: rgb(248 113 113 / 1);
}

.active\:border-y-red-400\/20:active {
  border-top-color: rgb(248 113 113 / 0.2);
  border-bottom-color: rgb(248 113 113 / 0.2);
}

.active\:border-y-red-400\/25:active {
  border-top-color: rgb(248 113 113 / 0.25);
  border-bottom-color: rgb(248 113 113 / 0.25);
}

.active\:border-y-red-400\/30:active {
  border-top-color: rgb(248 113 113 / 0.3);
  border-bottom-color: rgb(248 113 113 / 0.3);
}

.active\:border-y-red-400\/40:active {
  border-top-color: rgb(248 113 113 / 0.4);
  border-bottom-color: rgb(248 113 113 / 0.4);
}

.active\:border-y-red-400\/5:active {
  border-top-color: rgb(248 113 113 / 0.05);
  border-bottom-color: rgb(248 113 113 / 0.05);
}

.active\:border-y-red-400\/50:active {
  border-top-color: rgb(248 113 113 / 0.5);
  border-bottom-color: rgb(248 113 113 / 0.5);
}

.active\:border-y-red-400\/60:active {
  border-top-color: rgb(248 113 113 / 0.6);
  border-bottom-color: rgb(248 113 113 / 0.6);
}

.active\:border-y-red-400\/70:active {
  border-top-color: rgb(248 113 113 / 0.7);
  border-bottom-color: rgb(248 113 113 / 0.7);
}

.active\:border-y-red-400\/75:active {
  border-top-color: rgb(248 113 113 / 0.75);
  border-bottom-color: rgb(248 113 113 / 0.75);
}

.active\:border-y-red-400\/80:active {
  border-top-color: rgb(248 113 113 / 0.8);
  border-bottom-color: rgb(248 113 113 / 0.8);
}

.active\:border-y-red-400\/90:active {
  border-top-color: rgb(248 113 113 / 0.9);
  border-bottom-color: rgb(248 113 113 / 0.9);
}

.active\:border-y-red-400\/95:active {
  border-top-color: rgb(248 113 113 / 0.95);
  border-bottom-color: rgb(248 113 113 / 0.95);
}

.active\:border-y-red-50:active {
  --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));
}

.active\:border-y-red-50\/0:active {
  border-top-color: rgb(254 242 242 / 0);
  border-bottom-color: rgb(254 242 242 / 0);
}

.active\:border-y-red-50\/10:active {
  border-top-color: rgb(254 242 242 / 0.1);
  border-bottom-color: rgb(254 242 242 / 0.1);
}

.active\:border-y-red-50\/100:active {
  border-top-color: rgb(254 242 242 / 1);
  border-bottom-color: rgb(254 242 242 / 1);
}

.active\:border-y-red-50\/20:active {
  border-top-color: rgb(254 242 242 / 0.2);
  border-bottom-color: rgb(254 242 242 / 0.2);
}

.active\:border-y-red-50\/25:active {
  border-top-color: rgb(254 242 242 / 0.25);
  border-bottom-color: rgb(254 242 242 / 0.25);
}

.active\:border-y-red-50\/30:active {
  border-top-color: rgb(254 242 242 / 0.3);
  border-bottom-color: rgb(254 242 242 / 0.3);
}

.active\:border-y-red-50\/40:active {
  border-top-color: rgb(254 242 242 / 0.4);
  border-bottom-color: rgb(254 242 242 / 0.4);
}

.active\:border-y-red-50\/5:active {
  border-top-color: rgb(254 242 242 / 0.05);
  border-bottom-color: rgb(254 242 242 / 0.05);
}

.active\:border-y-red-50\/50:active {
  border-top-color: rgb(254 242 242 / 0.5);
  border-bottom-color: rgb(254 242 242 / 0.5);
}

.active\:border-y-red-50\/60:active {
  border-top-color: rgb(254 242 242 / 0.6);
  border-bottom-color: rgb(254 242 242 / 0.6);
}

.active\:border-y-red-50\/70:active {
  border-top-color: rgb(254 242 242 / 0.7);
  border-bottom-color: rgb(254 242 242 / 0.7);
}

.active\:border-y-red-50\/75:active {
  border-top-color: rgb(254 242 242 / 0.75);
  border-bottom-color: rgb(254 242 242 / 0.75);
}

.active\:border-y-red-50\/80:active {
  border-top-color: rgb(254 242 242 / 0.8);
  border-bottom-color: rgb(254 242 242 / 0.8);
}

.active\:border-y-red-50\/90:active {
  border-top-color: rgb(254 242 242 / 0.9);
  border-bottom-color: rgb(254 242 242 / 0.9);
}

.active\:border-y-red-50\/95:active {
  border-top-color: rgb(254 242 242 / 0.95);
  border-bottom-color: rgb(254 242 242 / 0.95);
}

.active\:border-y-red-500:active {
  --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));
}

.active\:border-y-red-500\/0:active {
  border-top-color: rgb(239 68 68 / 0);
  border-bottom-color: rgb(239 68 68 / 0);
}

.active\:border-y-red-500\/10:active {
  border-top-color: rgb(239 68 68 / 0.1);
  border-bottom-color: rgb(239 68 68 / 0.1);
}

.active\:border-y-red-500\/100:active {
  border-top-color: rgb(239 68 68 / 1);
  border-bottom-color: rgb(239 68 68 / 1);
}

.active\:border-y-red-500\/20:active {
  border-top-color: rgb(239 68 68 / 0.2);
  border-bottom-color: rgb(239 68 68 / 0.2);
}

.active\:border-y-red-500\/25:active {
  border-top-color: rgb(239 68 68 / 0.25);
  border-bottom-color: rgb(239 68 68 / 0.25);
}

.active\:border-y-red-500\/30:active {
  border-top-color: rgb(239 68 68 / 0.3);
  border-bottom-color: rgb(239 68 68 / 0.3);
}

.active\:border-y-red-500\/40:active {
  border-top-color: rgb(239 68 68 / 0.4);
  border-bottom-color: rgb(239 68 68 / 0.4);
}

.active\:border-y-red-500\/5:active {
  border-top-color: rgb(239 68 68 / 0.05);
  border-bottom-color: rgb(239 68 68 / 0.05);
}

.active\:border-y-red-500\/50:active {
  border-top-color: rgb(239 68 68 / 0.5);
  border-bottom-color: rgb(239 68 68 / 0.5);
}

.active\:border-y-red-500\/60:active {
  border-top-color: rgb(239 68 68 / 0.6);
  border-bottom-color: rgb(239 68 68 / 0.6);
}

.active\:border-y-red-500\/70:active {
  border-top-color: rgb(239 68 68 / 0.7);
  border-bottom-color: rgb(239 68 68 / 0.7);
}

.active\:border-y-red-500\/75:active {
  border-top-color: rgb(239 68 68 / 0.75);
  border-bottom-color: rgb(239 68 68 / 0.75);
}

.active\:border-y-red-500\/80:active {
  border-top-color: rgb(239 68 68 / 0.8);
  border-bottom-color: rgb(239 68 68 / 0.8);
}

.active\:border-y-red-500\/90:active {
  border-top-color: rgb(239 68 68 / 0.9);
  border-bottom-color: rgb(239 68 68 / 0.9);
}

.active\:border-y-red-500\/95:active {
  border-top-color: rgb(239 68 68 / 0.95);
  border-bottom-color: rgb(239 68 68 / 0.95);
}

.active\:border-y-red-600:active {
  --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));
}

.active\:border-y-red-600\/0:active {
  border-top-color: rgb(220 38 38 / 0);
  border-bottom-color: rgb(220 38 38 / 0);
}

.active\:border-y-red-600\/10:active {
  border-top-color: rgb(220 38 38 / 0.1);
  border-bottom-color: rgb(220 38 38 / 0.1);
}

.active\:border-y-red-600\/100:active {
  border-top-color: rgb(220 38 38 / 1);
  border-bottom-color: rgb(220 38 38 / 1);
}

.active\:border-y-red-600\/20:active {
  border-top-color: rgb(220 38 38 / 0.2);
  border-bottom-color: rgb(220 38 38 / 0.2);
}

.active\:border-y-red-600\/25:active {
  border-top-color: rgb(220 38 38 / 0.25);
  border-bottom-color: rgb(220 38 38 / 0.25);
}

.active\:border-y-red-600\/30:active {
  border-top-color: rgb(220 38 38 / 0.3);
  border-bottom-color: rgb(220 38 38 / 0.3);
}

.active\:border-y-red-600\/40:active {
  border-top-color: rgb(220 38 38 / 0.4);
  border-bottom-color: rgb(220 38 38 / 0.4);
}

.active\:border-y-red-600\/5:active {
  border-top-color: rgb(220 38 38 / 0.05);
  border-bottom-color: rgb(220 38 38 / 0.05);
}

.active\:border-y-red-600\/50:active {
  border-top-color: rgb(220 38 38 / 0.5);
  border-bottom-color: rgb(220 38 38 / 0.5);
}

.active\:border-y-red-600\/60:active {
  border-top-color: rgb(220 38 38 / 0.6);
  border-bottom-color: rgb(220 38 38 / 0.6);
}

.active\:border-y-red-600\/70:active {
  border-top-color: rgb(220 38 38 / 0.7);
  border-bottom-color: rgb(220 38 38 / 0.7);
}

.active\:border-y-red-600\/75:active {
  border-top-color: rgb(220 38 38 / 0.75);
  border-bottom-color: rgb(220 38 38 / 0.75);
}

.active\:border-y-red-600\/80:active {
  border-top-color: rgb(220 38 38 / 0.8);
  border-bottom-color: rgb(220 38 38 / 0.8);
}

.active\:border-y-red-600\/90:active {
  border-top-color: rgb(220 38 38 / 0.9);
  border-bottom-color: rgb(220 38 38 / 0.9);
}

.active\:border-y-red-600\/95:active {
  border-top-color: rgb(220 38 38 / 0.95);
  border-bottom-color: rgb(220 38 38 / 0.95);
}

.active\:border-y-red-700:active {
  --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));
}

.active\:border-y-red-700\/0:active {
  border-top-color: rgb(185 28 28 / 0);
  border-bottom-color: rgb(185 28 28 / 0);
}

.active\:border-y-red-700\/10:active {
  border-top-color: rgb(185 28 28 / 0.1);
  border-bottom-color: rgb(185 28 28 / 0.1);
}

.active\:border-y-red-700\/100:active {
  border-top-color: rgb(185 28 28 / 1);
  border-bottom-color: rgb(185 28 28 / 1);
}

.active\:border-y-red-700\/20:active {
  border-top-color: rgb(185 28 28 / 0.2);
  border-bottom-color: rgb(185 28 28 / 0.2);
}

.active\:border-y-red-700\/25:active {
  border-top-color: rgb(185 28 28 / 0.25);
  border-bottom-color: rgb(185 28 28 / 0.25);
}

.active\:border-y-red-700\/30:active {
  border-top-color: rgb(185 28 28 / 0.3);
  border-bottom-color: rgb(185 28 28 / 0.3);
}

.active\:border-y-red-700\/40:active {
  border-top-color: rgb(185 28 28 / 0.4);
  border-bottom-color: rgb(185 28 28 / 0.4);
}

.active\:border-y-red-700\/5:active {
  border-top-color: rgb(185 28 28 / 0.05);
  border-bottom-color: rgb(185 28 28 / 0.05);
}

.active\:border-y-red-700\/50:active {
  border-top-color: rgb(185 28 28 / 0.5);
  border-bottom-color: rgb(185 28 28 / 0.5);
}

.active\:border-y-red-700\/60:active {
  border-top-color: rgb(185 28 28 / 0.6);
  border-bottom-color: rgb(185 28 28 / 0.6);
}

.active\:border-y-red-700\/70:active {
  border-top-color: rgb(185 28 28 / 0.7);
  border-bottom-color: rgb(185 28 28 / 0.7);
}

.active\:border-y-red-700\/75:active {
  border-top-color: rgb(185 28 28 / 0.75);
  border-bottom-color: rgb(185 28 28 / 0.75);
}

.active\:border-y-red-700\/80:active {
  border-top-color: rgb(185 28 28 / 0.8);
  border-bottom-color: rgb(185 28 28 / 0.8);
}

.active\:border-y-red-700\/90:active {
  border-top-color: rgb(185 28 28 / 0.9);
  border-bottom-color: rgb(185 28 28 / 0.9);
}

.active\:border-y-red-700\/95:active {
  border-top-color: rgb(185 28 28 / 0.95);
  border-bottom-color: rgb(185 28 28 / 0.95);
}

.active\:border-y-red-800:active {
  --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));
}

.active\:border-y-red-800\/0:active {
  border-top-color: rgb(153 27 27 / 0);
  border-bottom-color: rgb(153 27 27 / 0);
}

.active\:border-y-red-800\/10:active {
  border-top-color: rgb(153 27 27 / 0.1);
  border-bottom-color: rgb(153 27 27 / 0.1);
}

.active\:border-y-red-800\/100:active {
  border-top-color: rgb(153 27 27 / 1);
  border-bottom-color: rgb(153 27 27 / 1);
}

.active\:border-y-red-800\/20:active {
  border-top-color: rgb(153 27 27 / 0.2);
  border-bottom-color: rgb(153 27 27 / 0.2);
}

.active\:border-y-red-800\/25:active {
  border-top-color: rgb(153 27 27 / 0.25);
  border-bottom-color: rgb(153 27 27 / 0.25);
}

.active\:border-y-red-800\/30:active {
  border-top-color: rgb(153 27 27 / 0.3);
  border-bottom-color: rgb(153 27 27 / 0.3);
}

.active\:border-y-red-800\/40:active {
  border-top-color: rgb(153 27 27 / 0.4);
  border-bottom-color: rgb(153 27 27 / 0.4);
}

.active\:border-y-red-800\/5:active {
  border-top-color: rgb(153 27 27 / 0.05);
  border-bottom-color: rgb(153 27 27 / 0.05);
}

.active\:border-y-red-800\/50:active {
  border-top-color: rgb(153 27 27 / 0.5);
  border-bottom-color: rgb(153 27 27 / 0.5);
}

.active\:border-y-red-800\/60:active {
  border-top-color: rgb(153 27 27 / 0.6);
  border-bottom-color: rgb(153 27 27 / 0.6);
}

.active\:border-y-red-800\/70:active {
  border-top-color: rgb(153 27 27 / 0.7);
  border-bottom-color: rgb(153 27 27 / 0.7);
}

.active\:border-y-red-800\/75:active {
  border-top-color: rgb(153 27 27 / 0.75);
  border-bottom-color: rgb(153 27 27 / 0.75);
}

.active\:border-y-red-800\/80:active {
  border-top-color: rgb(153 27 27 / 0.8);
  border-bottom-color: rgb(153 27 27 / 0.8);
}

.active\:border-y-red-800\/90:active {
  border-top-color: rgb(153 27 27 / 0.9);
  border-bottom-color: rgb(153 27 27 / 0.9);
}

.active\:border-y-red-800\/95:active {
  border-top-color: rgb(153 27 27 / 0.95);
  border-bottom-color: rgb(153 27 27 / 0.95);
}

.active\:border-y-red-900:active {
  --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));
}

.active\:border-y-red-900\/0:active {
  border-top-color: rgb(127 29 29 / 0);
  border-bottom-color: rgb(127 29 29 / 0);
}

.active\:border-y-red-900\/10:active {
  border-top-color: rgb(127 29 29 / 0.1);
  border-bottom-color: rgb(127 29 29 / 0.1);
}

.active\:border-y-red-900\/100:active {
  border-top-color: rgb(127 29 29 / 1);
  border-bottom-color: rgb(127 29 29 / 1);
}

.active\:border-y-red-900\/20:active {
  border-top-color: rgb(127 29 29 / 0.2);
  border-bottom-color: rgb(127 29 29 / 0.2);
}

.active\:border-y-red-900\/25:active {
  border-top-color: rgb(127 29 29 / 0.25);
  border-bottom-color: rgb(127 29 29 / 0.25);
}

.active\:border-y-red-900\/30:active {
  border-top-color: rgb(127 29 29 / 0.3);
  border-bottom-color: rgb(127 29 29 / 0.3);
}

.active\:border-y-red-900\/40:active {
  border-top-color: rgb(127 29 29 / 0.4);
  border-bottom-color: rgb(127 29 29 / 0.4);
}

.active\:border-y-red-900\/5:active {
  border-top-color: rgb(127 29 29 / 0.05);
  border-bottom-color: rgb(127 29 29 / 0.05);
}

.active\:border-y-red-900\/50:active {
  border-top-color: rgb(127 29 29 / 0.5);
  border-bottom-color: rgb(127 29 29 / 0.5);
}

.active\:border-y-red-900\/60:active {
  border-top-color: rgb(127 29 29 / 0.6);
  border-bottom-color: rgb(127 29 29 / 0.6);
}

.active\:border-y-red-900\/70:active {
  border-top-color: rgb(127 29 29 / 0.7);
  border-bottom-color: rgb(127 29 29 / 0.7);
}

.active\:border-y-red-900\/75:active {
  border-top-color: rgb(127 29 29 / 0.75);
  border-bottom-color: rgb(127 29 29 / 0.75);
}

.active\:border-y-red-900\/80:active {
  border-top-color: rgb(127 29 29 / 0.8);
  border-bottom-color: rgb(127 29 29 / 0.8);
}

.active\:border-y-red-900\/90:active {
  border-top-color: rgb(127 29 29 / 0.9);
  border-bottom-color: rgb(127 29 29 / 0.9);
}

.active\:border-y-red-900\/95:active {
  border-top-color: rgb(127 29 29 / 0.95);
  border-bottom-color: rgb(127 29 29 / 0.95);
}

.active\:border-y-red-950:active {
  --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));
}

.active\:border-y-red-950\/0:active {
  border-top-color: rgb(69 10 10 / 0);
  border-bottom-color: rgb(69 10 10 / 0);
}

.active\:border-y-red-950\/10:active {
  border-top-color: rgb(69 10 10 / 0.1);
  border-bottom-color: rgb(69 10 10 / 0.1);
}

.active\:border-y-red-950\/100:active {
  border-top-color: rgb(69 10 10 / 1);
  border-bottom-color: rgb(69 10 10 / 1);
}

.active\:border-y-red-950\/20:active {
  border-top-color: rgb(69 10 10 / 0.2);
  border-bottom-color: rgb(69 10 10 / 0.2);
}

.active\:border-y-red-950\/25:active {
  border-top-color: rgb(69 10 10 / 0.25);
  border-bottom-color: rgb(69 10 10 / 0.25);
}

.active\:border-y-red-950\/30:active {
  border-top-color: rgb(69 10 10 / 0.3);
  border-bottom-color: rgb(69 10 10 / 0.3);
}

.active\:border-y-red-950\/40:active {
  border-top-color: rgb(69 10 10 / 0.4);
  border-bottom-color: rgb(69 10 10 / 0.4);
}

.active\:border-y-red-950\/5:active {
  border-top-color: rgb(69 10 10 / 0.05);
  border-bottom-color: rgb(69 10 10 / 0.05);
}

.active\:border-y-red-950\/50:active {
  border-top-color: rgb(69 10 10 / 0.5);
  border-bottom-color: rgb(69 10 10 / 0.5);
}

.active\:border-y-red-950\/60:active {
  border-top-color: rgb(69 10 10 / 0.6);
  border-bottom-color: rgb(69 10 10 / 0.6);
}

.active\:border-y-red-950\/70:active {
  border-top-color: rgb(69 10 10 / 0.7);
  border-bottom-color: rgb(69 10 10 / 0.7);
}

.active\:border-y-red-950\/75:active {
  border-top-color: rgb(69 10 10 / 0.75);
  border-bottom-color: rgb(69 10 10 / 0.75);
}

.active\:border-y-red-950\/80:active {
  border-top-color: rgb(69 10 10 / 0.8);
  border-bottom-color: rgb(69 10 10 / 0.8);
}

.active\:border-y-red-950\/90:active {
  border-top-color: rgb(69 10 10 / 0.9);
  border-bottom-color: rgb(69 10 10 / 0.9);
}

.active\:border-y-red-950\/95:active {
  border-top-color: rgb(69 10 10 / 0.95);
  border-bottom-color: rgb(69 10 10 / 0.95);
}

.active\:border-y-rose-100:active {
  --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));
}

.active\:border-y-rose-100\/0:active {
  border-top-color: rgb(255 228 230 / 0);
  border-bottom-color: rgb(255 228 230 / 0);
}

.active\:border-y-rose-100\/10:active {
  border-top-color: rgb(255 228 230 / 0.1);
  border-bottom-color: rgb(255 228 230 / 0.1);
}

.active\:border-y-rose-100\/100:active {
  border-top-color: rgb(255 228 230 / 1);
  border-bottom-color: rgb(255 228 230 / 1);
}

.active\:border-y-rose-100\/20:active {
  border-top-color: rgb(255 228 230 / 0.2);
  border-bottom-color: rgb(255 228 230 / 0.2);
}

.active\:border-y-rose-100\/25:active {
  border-top-color: rgb(255 228 230 / 0.25);
  border-bottom-color: rgb(255 228 230 / 0.25);
}

.active\:border-y-rose-100\/30:active {
  border-top-color: rgb(255 228 230 / 0.3);
  border-bottom-color: rgb(255 228 230 / 0.3);
}

.active\:border-y-rose-100\/40:active {
  border-top-color: rgb(255 228 230 / 0.4);
  border-bottom-color: rgb(255 228 230 / 0.4);
}

.active\:border-y-rose-100\/5:active {
  border-top-color: rgb(255 228 230 / 0.05);
  border-bottom-color: rgb(255 228 230 / 0.05);
}

.active\:border-y-rose-100\/50:active {
  border-top-color: rgb(255 228 230 / 0.5);
  border-bottom-color: rgb(255 228 230 / 0.5);
}

.active\:border-y-rose-100\/60:active {
  border-top-color: rgb(255 228 230 / 0.6);
  border-bottom-color: rgb(255 228 230 / 0.6);
}

.active\:border-y-rose-100\/70:active {
  border-top-color: rgb(255 228 230 / 0.7);
  border-bottom-color: rgb(255 228 230 / 0.7);
}

.active\:border-y-rose-100\/75:active {
  border-top-color: rgb(255 228 230 / 0.75);
  border-bottom-color: rgb(255 228 230 / 0.75);
}

.active\:border-y-rose-100\/80:active {
  border-top-color: rgb(255 228 230 / 0.8);
  border-bottom-color: rgb(255 228 230 / 0.8);
}

.active\:border-y-rose-100\/90:active {
  border-top-color: rgb(255 228 230 / 0.9);
  border-bottom-color: rgb(255 228 230 / 0.9);
}

.active\:border-y-rose-100\/95:active {
  border-top-color: rgb(255 228 230 / 0.95);
  border-bottom-color: rgb(255 228 230 / 0.95);
}

.active\:border-y-rose-200:active {
  --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));
}

.active\:border-y-rose-200\/0:active {
  border-top-color: rgb(254 205 211 / 0);
  border-bottom-color: rgb(254 205 211 / 0);
}

.active\:border-y-rose-200\/10:active {
  border-top-color: rgb(254 205 211 / 0.1);
  border-bottom-color: rgb(254 205 211 / 0.1);
}

.active\:border-y-rose-200\/100:active {
  border-top-color: rgb(254 205 211 / 1);
  border-bottom-color: rgb(254 205 211 / 1);
}

.active\:border-y-rose-200\/20:active {
  border-top-color: rgb(254 205 211 / 0.2);
  border-bottom-color: rgb(254 205 211 / 0.2);
}

.active\:border-y-rose-200\/25:active {
  border-top-color: rgb(254 205 211 / 0.25);
  border-bottom-color: rgb(254 205 211 / 0.25);
}

.active\:border-y-rose-200\/30:active {
  border-top-color: rgb(254 205 211 / 0.3);
  border-bottom-color: rgb(254 205 211 / 0.3);
}

.active\:border-y-rose-200\/40:active {
  border-top-color: rgb(254 205 211 / 0.4);
  border-bottom-color: rgb(254 205 211 / 0.4);
}

.active\:border-y-rose-200\/5:active {
  border-top-color: rgb(254 205 211 / 0.05);
  border-bottom-color: rgb(254 205 211 / 0.05);
}

.active\:border-y-rose-200\/50:active {
  border-top-color: rgb(254 205 211 / 0.5);
  border-bottom-color: rgb(254 205 211 / 0.5);
}

.active\:border-y-rose-200\/60:active {
  border-top-color: rgb(254 205 211 / 0.6);
  border-bottom-color: rgb(254 205 211 / 0.6);
}

.active\:border-y-rose-200\/70:active {
  border-top-color: rgb(254 205 211 / 0.7);
  border-bottom-color: rgb(254 205 211 / 0.7);
}

.active\:border-y-rose-200\/75:active {
  border-top-color: rgb(254 205 211 / 0.75);
  border-bottom-color: rgb(254 205 211 / 0.75);
}

.active\:border-y-rose-200\/80:active {
  border-top-color: rgb(254 205 211 / 0.8);
  border-bottom-color: rgb(254 205 211 / 0.8);
}

.active\:border-y-rose-200\/90:active {
  border-top-color: rgb(254 205 211 / 0.9);
  border-bottom-color: rgb(254 205 211 / 0.9);
}

.active\:border-y-rose-200\/95:active {
  border-top-color: rgb(254 205 211 / 0.95);
  border-bottom-color: rgb(254 205 211 / 0.95);
}

.active\:border-y-rose-300:active {
  --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));
}

.active\:border-y-rose-300\/0:active {
  border-top-color: rgb(253 164 175 / 0);
  border-bottom-color: rgb(253 164 175 / 0);
}

.active\:border-y-rose-300\/10:active {
  border-top-color: rgb(253 164 175 / 0.1);
  border-bottom-color: rgb(253 164 175 / 0.1);
}

.active\:border-y-rose-300\/100:active {
  border-top-color: rgb(253 164 175 / 1);
  border-bottom-color: rgb(253 164 175 / 1);
}

.active\:border-y-rose-300\/20:active {
  border-top-color: rgb(253 164 175 / 0.2);
  border-bottom-color: rgb(253 164 175 / 0.2);
}

.active\:border-y-rose-300\/25:active {
  border-top-color: rgb(253 164 175 / 0.25);
  border-bottom-color: rgb(253 164 175 / 0.25);
}

.active\:border-y-rose-300\/30:active {
  border-top-color: rgb(253 164 175 / 0.3);
  border-bottom-color: rgb(253 164 175 / 0.3);
}

.active\:border-y-rose-300\/40:active {
  border-top-color: rgb(253 164 175 / 0.4);
  border-bottom-color: rgb(253 164 175 / 0.4);
}

.active\:border-y-rose-300\/5:active {
  border-top-color: rgb(253 164 175 / 0.05);
  border-bottom-color: rgb(253 164 175 / 0.05);
}

.active\:border-y-rose-300\/50:active {
  border-top-color: rgb(253 164 175 / 0.5);
  border-bottom-color: rgb(253 164 175 / 0.5);
}

.active\:border-y-rose-300\/60:active {
  border-top-color: rgb(253 164 175 / 0.6);
  border-bottom-color: rgb(253 164 175 / 0.6);
}

.active\:border-y-rose-300\/70:active {
  border-top-color: rgb(253 164 175 / 0.7);
  border-bottom-color: rgb(253 164 175 / 0.7);
}

.active\:border-y-rose-300\/75:active {
  border-top-color: rgb(253 164 175 / 0.75);
  border-bottom-color: rgb(253 164 175 / 0.75);
}

.active\:border-y-rose-300\/80:active {
  border-top-color: rgb(253 164 175 / 0.8);
  border-bottom-color: rgb(253 164 175 / 0.8);
}

.active\:border-y-rose-300\/90:active {
  border-top-color: rgb(253 164 175 / 0.9);
  border-bottom-color: rgb(253 164 175 / 0.9);
}

.active\:border-y-rose-300\/95:active {
  border-top-color: rgb(253 164 175 / 0.95);
  border-bottom-color: rgb(253 164 175 / 0.95);
}

.active\:border-y-rose-400:active {
  --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));
}

.active\:border-y-rose-400\/0:active {
  border-top-color: rgb(251 113 133 / 0);
  border-bottom-color: rgb(251 113 133 / 0);
}

.active\:border-y-rose-400\/10:active {
  border-top-color: rgb(251 113 133 / 0.1);
  border-bottom-color: rgb(251 113 133 / 0.1);
}

.active\:border-y-rose-400\/100:active {
  border-top-color: rgb(251 113 133 / 1);
  border-bottom-color: rgb(251 113 133 / 1);
}

.active\:border-y-rose-400\/20:active {
  border-top-color: rgb(251 113 133 / 0.2);
  border-bottom-color: rgb(251 113 133 / 0.2);
}

.active\:border-y-rose-400\/25:active {
  border-top-color: rgb(251 113 133 / 0.25);
  border-bottom-color: rgb(251 113 133 / 0.25);
}

.active\:border-y-rose-400\/30:active {
  border-top-color: rgb(251 113 133 / 0.3);
  border-bottom-color: rgb(251 113 133 / 0.3);
}

.active\:border-y-rose-400\/40:active {
  border-top-color: rgb(251 113 133 / 0.4);
  border-bottom-color: rgb(251 113 133 / 0.4);
}

.active\:border-y-rose-400\/5:active {
  border-top-color: rgb(251 113 133 / 0.05);
  border-bottom-color: rgb(251 113 133 / 0.05);
}

.active\:border-y-rose-400\/50:active {
  border-top-color: rgb(251 113 133 / 0.5);
  border-bottom-color: rgb(251 113 133 / 0.5);
}

.active\:border-y-rose-400\/60:active {
  border-top-color: rgb(251 113 133 / 0.6);
  border-bottom-color: rgb(251 113 133 / 0.6);
}

.active\:border-y-rose-400\/70:active {
  border-top-color: rgb(251 113 133 / 0.7);
  border-bottom-color: rgb(251 113 133 / 0.7);
}

.active\:border-y-rose-400\/75:active {
  border-top-color: rgb(251 113 133 / 0.75);
  border-bottom-color: rgb(251 113 133 / 0.75);
}

.active\:border-y-rose-400\/80:active {
  border-top-color: rgb(251 113 133 / 0.8);
  border-bottom-color: rgb(251 113 133 / 0.8);
}

.active\:border-y-rose-400\/90:active {
  border-top-color: rgb(251 113 133 / 0.9);
  border-bottom-color: rgb(251 113 133 / 0.9);
}

.active\:border-y-rose-400\/95:active {
  border-top-color: rgb(251 113 133 / 0.95);
  border-bottom-color: rgb(251 113 133 / 0.95);
}

.active\:border-y-rose-50:active {
  --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));
}

.active\:border-y-rose-50\/0:active {
  border-top-color: rgb(255 241 242 / 0);
  border-bottom-color: rgb(255 241 242 / 0);
}

.active\:border-y-rose-50\/10:active {
  border-top-color: rgb(255 241 242 / 0.1);
  border-bottom-color: rgb(255 241 242 / 0.1);
}

.active\:border-y-rose-50\/100:active {
  border-top-color: rgb(255 241 242 / 1);
  border-bottom-color: rgb(255 241 242 / 1);
}

.active\:border-y-rose-50\/20:active {
  border-top-color: rgb(255 241 242 / 0.2);
  border-bottom-color: rgb(255 241 242 / 0.2);
}

.active\:border-y-rose-50\/25:active {
  border-top-color: rgb(255 241 242 / 0.25);
  border-bottom-color: rgb(255 241 242 / 0.25);
}

.active\:border-y-rose-50\/30:active {
  border-top-color: rgb(255 241 242 / 0.3);
  border-bottom-color: rgb(255 241 242 / 0.3);
}

.active\:border-y-rose-50\/40:active {
  border-top-color: rgb(255 241 242 / 0.4);
  border-bottom-color: rgb(255 241 242 / 0.4);
}

.active\:border-y-rose-50\/5:active {
  border-top-color: rgb(255 241 242 / 0.05);
  border-bottom-color: rgb(255 241 242 / 0.05);
}

.active\:border-y-rose-50\/50:active {
  border-top-color: rgb(255 241 242 / 0.5);
  border-bottom-color: rgb(255 241 242 / 0.5);
}

.active\:border-y-rose-50\/60:active {
  border-top-color: rgb(255 241 242 / 0.6);
  border-bottom-color: rgb(255 241 242 / 0.6);
}

.active\:border-y-rose-50\/70:active {
  border-top-color: rgb(255 241 242 / 0.7);
  border-bottom-color: rgb(255 241 242 / 0.7);
}

.active\:border-y-rose-50\/75:active {
  border-top-color: rgb(255 241 242 / 0.75);
  border-bottom-color: rgb(255 241 242 / 0.75);
}

.active\:border-y-rose-50\/80:active {
  border-top-color: rgb(255 241 242 / 0.8);
  border-bottom-color: rgb(255 241 242 / 0.8);
}

.active\:border-y-rose-50\/90:active {
  border-top-color: rgb(255 241 242 / 0.9);
  border-bottom-color: rgb(255 241 242 / 0.9);
}

.active\:border-y-rose-50\/95:active {
  border-top-color: rgb(255 241 242 / 0.95);
  border-bottom-color: rgb(255 241 242 / 0.95);
}

.active\:border-y-rose-500:active {
  --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));
}

.active\:border-y-rose-500\/0:active {
  border-top-color: rgb(244 63 94 / 0);
  border-bottom-color: rgb(244 63 94 / 0);
}

.active\:border-y-rose-500\/10:active {
  border-top-color: rgb(244 63 94 / 0.1);
  border-bottom-color: rgb(244 63 94 / 0.1);
}

.active\:border-y-rose-500\/100:active {
  border-top-color: rgb(244 63 94 / 1);
  border-bottom-color: rgb(244 63 94 / 1);
}

.active\:border-y-rose-500\/20:active {
  border-top-color: rgb(244 63 94 / 0.2);
  border-bottom-color: rgb(244 63 94 / 0.2);
}

.active\:border-y-rose-500\/25:active {
  border-top-color: rgb(244 63 94 / 0.25);
  border-bottom-color: rgb(244 63 94 / 0.25);
}

.active\:border-y-rose-500\/30:active {
  border-top-color: rgb(244 63 94 / 0.3);
  border-bottom-color: rgb(244 63 94 / 0.3);
}

.active\:border-y-rose-500\/40:active {
  border-top-color: rgb(244 63 94 / 0.4);
  border-bottom-color: rgb(244 63 94 / 0.4);
}

.active\:border-y-rose-500\/5:active {
  border-top-color: rgb(244 63 94 / 0.05);
  border-bottom-color: rgb(244 63 94 / 0.05);
}

.active\:border-y-rose-500\/50:active {
  border-top-color: rgb(244 63 94 / 0.5);
  border-bottom-color: rgb(244 63 94 / 0.5);
}

.active\:border-y-rose-500\/60:active {
  border-top-color: rgb(244 63 94 / 0.6);
  border-bottom-color: rgb(244 63 94 / 0.6);
}

.active\:border-y-rose-500\/70:active {
  border-top-color: rgb(244 63 94 / 0.7);
  border-bottom-color: rgb(244 63 94 / 0.7);
}

.active\:border-y-rose-500\/75:active {
  border-top-color: rgb(244 63 94 / 0.75);
  border-bottom-color: rgb(244 63 94 / 0.75);
}

.active\:border-y-rose-500\/80:active {
  border-top-color: rgb(244 63 94 / 0.8);
  border-bottom-color: rgb(244 63 94 / 0.8);
}

.active\:border-y-rose-500\/90:active {
  border-top-color: rgb(244 63 94 / 0.9);
  border-bottom-color: rgb(244 63 94 / 0.9);
}

.active\:border-y-rose-500\/95:active {
  border-top-color: rgb(244 63 94 / 0.95);
  border-bottom-color: rgb(244 63 94 / 0.95);
}

.active\:border-y-rose-600:active {
  --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));
}

.active\:border-y-rose-600\/0:active {
  border-top-color: rgb(225 29 72 / 0);
  border-bottom-color: rgb(225 29 72 / 0);
}

.active\:border-y-rose-600\/10:active {
  border-top-color: rgb(225 29 72 / 0.1);
  border-bottom-color: rgb(225 29 72 / 0.1);
}

.active\:border-y-rose-600\/100:active {
  border-top-color: rgb(225 29 72 / 1);
  border-bottom-color: rgb(225 29 72 / 1);
}

.active\:border-y-rose-600\/20:active {
  border-top-color: rgb(225 29 72 / 0.2);
  border-bottom-color: rgb(225 29 72 / 0.2);
}

.active\:border-y-rose-600\/25:active {
  border-top-color: rgb(225 29 72 / 0.25);
  border-bottom-color: rgb(225 29 72 / 0.25);
}

.active\:border-y-rose-600\/30:active {
  border-top-color: rgb(225 29 72 / 0.3);
  border-bottom-color: rgb(225 29 72 / 0.3);
}

.active\:border-y-rose-600\/40:active {
  border-top-color: rgb(225 29 72 / 0.4);
  border-bottom-color: rgb(225 29 72 / 0.4);
}

.active\:border-y-rose-600\/5:active {
  border-top-color: rgb(225 29 72 / 0.05);
  border-bottom-color: rgb(225 29 72 / 0.05);
}

.active\:border-y-rose-600\/50:active {
  border-top-color: rgb(225 29 72 / 0.5);
  border-bottom-color: rgb(225 29 72 / 0.5);
}

.active\:border-y-rose-600\/60:active {
  border-top-color: rgb(225 29 72 / 0.6);
  border-bottom-color: rgb(225 29 72 / 0.6);
}

.active\:border-y-rose-600\/70:active {
  border-top-color: rgb(225 29 72 / 0.7);
  border-bottom-color: rgb(225 29 72 / 0.7);
}

.active\:border-y-rose-600\/75:active {
  border-top-color: rgb(225 29 72 / 0.75);
  border-bottom-color: rgb(225 29 72 / 0.75);
}

.active\:border-y-rose-600\/80:active {
  border-top-color: rgb(225 29 72 / 0.8);
  border-bottom-color: rgb(225 29 72 / 0.8);
}

.active\:border-y-rose-600\/90:active {
  border-top-color: rgb(225 29 72 / 0.9);
  border-bottom-color: rgb(225 29 72 / 0.9);
}

.active\:border-y-rose-600\/95:active {
  border-top-color: rgb(225 29 72 / 0.95);
  border-bottom-color: rgb(225 29 72 / 0.95);
}

.active\:border-y-rose-700:active {
  --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));
}

.active\:border-y-rose-700\/0:active {
  border-top-color: rgb(190 18 60 / 0);
  border-bottom-color: rgb(190 18 60 / 0);
}

.active\:border-y-rose-700\/10:active {
  border-top-color: rgb(190 18 60 / 0.1);
  border-bottom-color: rgb(190 18 60 / 0.1);
}

.active\:border-y-rose-700\/100:active {
  border-top-color: rgb(190 18 60 / 1);
  border-bottom-color: rgb(190 18 60 / 1);
}

.active\:border-y-rose-700\/20:active {
  border-top-color: rgb(190 18 60 / 0.2);
  border-bottom-color: rgb(190 18 60 / 0.2);
}

.active\:border-y-rose-700\/25:active {
  border-top-color: rgb(190 18 60 / 0.25);
  border-bottom-color: rgb(190 18 60 / 0.25);
}

.active\:border-y-rose-700\/30:active {
  border-top-color: rgb(190 18 60 / 0.3);
  border-bottom-color: rgb(190 18 60 / 0.3);
}

.active\:border-y-rose-700\/40:active {
  border-top-color: rgb(190 18 60 / 0.4);
  border-bottom-color: rgb(190 18 60 / 0.4);
}

.active\:border-y-rose-700\/5:active {
  border-top-color: rgb(190 18 60 / 0.05);
  border-bottom-color: rgb(190 18 60 / 0.05);
}

.active\:border-y-rose-700\/50:active {
  border-top-color: rgb(190 18 60 / 0.5);
  border-bottom-color: rgb(190 18 60 / 0.5);
}

.active\:border-y-rose-700\/60:active {
  border-top-color: rgb(190 18 60 / 0.6);
  border-bottom-color: rgb(190 18 60 / 0.6);
}

.active\:border-y-rose-700\/70:active {
  border-top-color: rgb(190 18 60 / 0.7);
  border-bottom-color: rgb(190 18 60 / 0.7);
}

.active\:border-y-rose-700\/75:active {
  border-top-color: rgb(190 18 60 / 0.75);
  border-bottom-color: rgb(190 18 60 / 0.75);
}

.active\:border-y-rose-700\/80:active {
  border-top-color: rgb(190 18 60 / 0.8);
  border-bottom-color: rgb(190 18 60 / 0.8);
}

.active\:border-y-rose-700\/90:active {
  border-top-color: rgb(190 18 60 / 0.9);
  border-bottom-color: rgb(190 18 60 / 0.9);
}

.active\:border-y-rose-700\/95:active {
  border-top-color: rgb(190 18 60 / 0.95);
  border-bottom-color: rgb(190 18 60 / 0.95);
}

.active\:border-y-rose-800:active {
  --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));
}

.active\:border-y-rose-800\/0:active {
  border-top-color: rgb(159 18 57 / 0);
  border-bottom-color: rgb(159 18 57 / 0);
}

.active\:border-y-rose-800\/10:active {
  border-top-color: rgb(159 18 57 / 0.1);
  border-bottom-color: rgb(159 18 57 / 0.1);
}

.active\:border-y-rose-800\/100:active {
  border-top-color: rgb(159 18 57 / 1);
  border-bottom-color: rgb(159 18 57 / 1);
}

.active\:border-y-rose-800\/20:active {
  border-top-color: rgb(159 18 57 / 0.2);
  border-bottom-color: rgb(159 18 57 / 0.2);
}

.active\:border-y-rose-800\/25:active {
  border-top-color: rgb(159 18 57 / 0.25);
  border-bottom-color: rgb(159 18 57 / 0.25);
}

.active\:border-y-rose-800\/30:active {
  border-top-color: rgb(159 18 57 / 0.3);
  border-bottom-color: rgb(159 18 57 / 0.3);
}

.active\:border-y-rose-800\/40:active {
  border-top-color: rgb(159 18 57 / 0.4);
  border-bottom-color: rgb(159 18 57 / 0.4);
}

.active\:border-y-rose-800\/5:active {
  border-top-color: rgb(159 18 57 / 0.05);
  border-bottom-color: rgb(159 18 57 / 0.05);
}

.active\:border-y-rose-800\/50:active {
  border-top-color: rgb(159 18 57 / 0.5);
  border-bottom-color: rgb(159 18 57 / 0.5);
}

.active\:border-y-rose-800\/60:active {
  border-top-color: rgb(159 18 57 / 0.6);
  border-bottom-color: rgb(159 18 57 / 0.6);
}

.active\:border-y-rose-800\/70:active {
  border-top-color: rgb(159 18 57 / 0.7);
  border-bottom-color: rgb(159 18 57 / 0.7);
}

.active\:border-y-rose-800\/75:active {
  border-top-color: rgb(159 18 57 / 0.75);
  border-bottom-color: rgb(159 18 57 / 0.75);
}

.active\:border-y-rose-800\/80:active {
  border-top-color: rgb(159 18 57 / 0.8);
  border-bottom-color: rgb(159 18 57 / 0.8);
}

.active\:border-y-rose-800\/90:active {
  border-top-color: rgb(159 18 57 / 0.9);
  border-bottom-color: rgb(159 18 57 / 0.9);
}

.active\:border-y-rose-800\/95:active {
  border-top-color: rgb(159 18 57 / 0.95);
  border-bottom-color: rgb(159 18 57 / 0.95);
}

.active\:border-y-rose-900:active {
  --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));
}

.active\:border-y-rose-900\/0:active {
  border-top-color: rgb(136 19 55 / 0);
  border-bottom-color: rgb(136 19 55 / 0);
}

.active\:border-y-rose-900\/10:active {
  border-top-color: rgb(136 19 55 / 0.1);
  border-bottom-color: rgb(136 19 55 / 0.1);
}

.active\:border-y-rose-900\/100:active {
  border-top-color: rgb(136 19 55 / 1);
  border-bottom-color: rgb(136 19 55 / 1);
}

.active\:border-y-rose-900\/20:active {
  border-top-color: rgb(136 19 55 / 0.2);
  border-bottom-color: rgb(136 19 55 / 0.2);
}

.active\:border-y-rose-900\/25:active {
  border-top-color: rgb(136 19 55 / 0.25);
  border-bottom-color: rgb(136 19 55 / 0.25);
}

.active\:border-y-rose-900\/30:active {
  border-top-color: rgb(136 19 55 / 0.3);
  border-bottom-color: rgb(136 19 55 / 0.3);
}

.active\:border-y-rose-900\/40:active {
  border-top-color: rgb(136 19 55 / 0.4);
  border-bottom-color: rgb(136 19 55 / 0.4);
}

.active\:border-y-rose-900\/5:active {
  border-top-color: rgb(136 19 55 / 0.05);
  border-bottom-color: rgb(136 19 55 / 0.05);
}

.active\:border-y-rose-900\/50:active {
  border-top-color: rgb(136 19 55 / 0.5);
  border-bottom-color: rgb(136 19 55 / 0.5);
}

.active\:border-y-rose-900\/60:active {
  border-top-color: rgb(136 19 55 / 0.6);
  border-bottom-color: rgb(136 19 55 / 0.6);
}

.active\:border-y-rose-900\/70:active {
  border-top-color: rgb(136 19 55 / 0.7);
  border-bottom-color: rgb(136 19 55 / 0.7);
}

.active\:border-y-rose-900\/75:active {
  border-top-color: rgb(136 19 55 / 0.75);
  border-bottom-color: rgb(136 19 55 / 0.75);
}

.active\:border-y-rose-900\/80:active {
  border-top-color: rgb(136 19 55 / 0.8);
  border-bottom-color: rgb(136 19 55 / 0.8);
}

.active\:border-y-rose-900\/90:active {
  border-top-color: rgb(136 19 55 / 0.9);
  border-bottom-color: rgb(136 19 55 / 0.9);
}

.active\:border-y-rose-900\/95:active {
  border-top-color: rgb(136 19 55 / 0.95);
  border-bottom-color: rgb(136 19 55 / 0.95);
}

.active\:border-y-rose-950:active {
  --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));
}

.active\:border-y-rose-950\/0:active {
  border-top-color: rgb(76 5 25 / 0);
  border-bottom-color: rgb(76 5 25 / 0);
}

.active\:border-y-rose-950\/10:active {
  border-top-color: rgb(76 5 25 / 0.1);
  border-bottom-color: rgb(76 5 25 / 0.1);
}

.active\:border-y-rose-950\/100:active {
  border-top-color: rgb(76 5 25 / 1);
  border-bottom-color: rgb(76 5 25 / 1);
}

.active\:border-y-rose-950\/20:active {
  border-top-color: rgb(76 5 25 / 0.2);
  border-bottom-color: rgb(76 5 25 / 0.2);
}

.active\:border-y-rose-950\/25:active {
  border-top-color: rgb(76 5 25 / 0.25);
  border-bottom-color: rgb(76 5 25 / 0.25);
}

.active\:border-y-rose-950\/30:active {
  border-top-color: rgb(76 5 25 / 0.3);
  border-bottom-color: rgb(76 5 25 / 0.3);
}

.active\:border-y-rose-950\/40:active {
  border-top-color: rgb(76 5 25 / 0.4);
  border-bottom-color: rgb(76 5 25 / 0.4);
}

.active\:border-y-rose-950\/5:active {
  border-top-color: rgb(76 5 25 / 0.05);
  border-bottom-color: rgb(76 5 25 / 0.05);
}

.active\:border-y-rose-950\/50:active {
  border-top-color: rgb(76 5 25 / 0.5);
  border-bottom-color: rgb(76 5 25 / 0.5);
}

.active\:border-y-rose-950\/60:active {
  border-top-color: rgb(76 5 25 / 0.6);
  border-bottom-color: rgb(76 5 25 / 0.6);
}

.active\:border-y-rose-950\/70:active {
  border-top-color: rgb(76 5 25 / 0.7);
  border-bottom-color: rgb(76 5 25 / 0.7);
}

.active\:border-y-rose-950\/75:active {
  border-top-color: rgb(76 5 25 / 0.75);
  border-bottom-color: rgb(76 5 25 / 0.75);
}

.active\:border-y-rose-950\/80:active {
  border-top-color: rgb(76 5 25 / 0.8);
  border-bottom-color: rgb(76 5 25 / 0.8);
}

.active\:border-y-rose-950\/90:active {
  border-top-color: rgb(76 5 25 / 0.9);
  border-bottom-color: rgb(76 5 25 / 0.9);
}

.active\:border-y-rose-950\/95:active {
  border-top-color: rgb(76 5 25 / 0.95);
  border-bottom-color: rgb(76 5 25 / 0.95);
}

.active\:border-y-sky-100:active {
  --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));
}

.active\:border-y-sky-100\/0:active {
  border-top-color: rgb(224 242 254 / 0);
  border-bottom-color: rgb(224 242 254 / 0);
}

.active\:border-y-sky-100\/10:active {
  border-top-color: rgb(224 242 254 / 0.1);
  border-bottom-color: rgb(224 242 254 / 0.1);
}

.active\:border-y-sky-100\/100:active {
  border-top-color: rgb(224 242 254 / 1);
  border-bottom-color: rgb(224 242 254 / 1);
}

.active\:border-y-sky-100\/20:active {
  border-top-color: rgb(224 242 254 / 0.2);
  border-bottom-color: rgb(224 242 254 / 0.2);
}

.active\:border-y-sky-100\/25:active {
  border-top-color: rgb(224 242 254 / 0.25);
  border-bottom-color: rgb(224 242 254 / 0.25);
}

.active\:border-y-sky-100\/30:active {
  border-top-color: rgb(224 242 254 / 0.3);
  border-bottom-color: rgb(224 242 254 / 0.3);
}

.active\:border-y-sky-100\/40:active {
  border-top-color: rgb(224 242 254 / 0.4);
  border-bottom-color: rgb(224 242 254 / 0.4);
}

.active\:border-y-sky-100\/5:active {
  border-top-color: rgb(224 242 254 / 0.05);
  border-bottom-color: rgb(224 242 254 / 0.05);
}

.active\:border-y-sky-100\/50:active {
  border-top-color: rgb(224 242 254 / 0.5);
  border-bottom-color: rgb(224 242 254 / 0.5);
}

.active\:border-y-sky-100\/60:active {
  border-top-color: rgb(224 242 254 / 0.6);
  border-bottom-color: rgb(224 242 254 / 0.6);
}

.active\:border-y-sky-100\/70:active {
  border-top-color: rgb(224 242 254 / 0.7);
  border-bottom-color: rgb(224 242 254 / 0.7);
}

.active\:border-y-sky-100\/75:active {
  border-top-color: rgb(224 242 254 / 0.75);
  border-bottom-color: rgb(224 242 254 / 0.75);
}

.active\:border-y-sky-100\/80:active {
  border-top-color: rgb(224 242 254 / 0.8);
  border-bottom-color: rgb(224 242 254 / 0.8);
}

.active\:border-y-sky-100\/90:active {
  border-top-color: rgb(224 242 254 / 0.9);
  border-bottom-color: rgb(224 242 254 / 0.9);
}

.active\:border-y-sky-100\/95:active {
  border-top-color: rgb(224 242 254 / 0.95);
  border-bottom-color: rgb(224 242 254 / 0.95);
}

.active\:border-y-sky-200:active {
  --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));
}

.active\:border-y-sky-200\/0:active {
  border-top-color: rgb(186 230 253 / 0);
  border-bottom-color: rgb(186 230 253 / 0);
}

.active\:border-y-sky-200\/10:active {
  border-top-color: rgb(186 230 253 / 0.1);
  border-bottom-color: rgb(186 230 253 / 0.1);
}

.active\:border-y-sky-200\/100:active {
  border-top-color: rgb(186 230 253 / 1);
  border-bottom-color: rgb(186 230 253 / 1);
}

.active\:border-y-sky-200\/20:active {
  border-top-color: rgb(186 230 253 / 0.2);
  border-bottom-color: rgb(186 230 253 / 0.2);
}

.active\:border-y-sky-200\/25:active {
  border-top-color: rgb(186 230 253 / 0.25);
  border-bottom-color: rgb(186 230 253 / 0.25);
}

.active\:border-y-sky-200\/30:active {
  border-top-color: rgb(186 230 253 / 0.3);
  border-bottom-color: rgb(186 230 253 / 0.3);
}

.active\:border-y-sky-200\/40:active {
  border-top-color: rgb(186 230 253 / 0.4);
  border-bottom-color: rgb(186 230 253 / 0.4);
}

.active\:border-y-sky-200\/5:active {
  border-top-color: rgb(186 230 253 / 0.05);
  border-bottom-color: rgb(186 230 253 / 0.05);
}

.active\:border-y-sky-200\/50:active {
  border-top-color: rgb(186 230 253 / 0.5);
  border-bottom-color: rgb(186 230 253 / 0.5);
}

.active\:border-y-sky-200\/60:active {
  border-top-color: rgb(186 230 253 / 0.6);
  border-bottom-color: rgb(186 230 253 / 0.6);
}

.active\:border-y-sky-200\/70:active {
  border-top-color: rgb(186 230 253 / 0.7);
  border-bottom-color: rgb(186 230 253 / 0.7);
}

.active\:border-y-sky-200\/75:active {
  border-top-color: rgb(186 230 253 / 0.75);
  border-bottom-color: rgb(186 230 253 / 0.75);
}

.active\:border-y-sky-200\/80:active {
  border-top-color: rgb(186 230 253 / 0.8);
  border-bottom-color: rgb(186 230 253 / 0.8);
}

.active\:border-y-sky-200\/90:active {
  border-top-color: rgb(186 230 253 / 0.9);
  border-bottom-color: rgb(186 230 253 / 0.9);
}

.active\:border-y-sky-200\/95:active {
  border-top-color: rgb(186 230 253 / 0.95);
  border-bottom-color: rgb(186 230 253 / 0.95);
}

.active\:border-y-sky-300:active {
  --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));
}

.active\:border-y-sky-300\/0:active {
  border-top-color: rgb(125 211 252 / 0);
  border-bottom-color: rgb(125 211 252 / 0);
}

.active\:border-y-sky-300\/10:active {
  border-top-color: rgb(125 211 252 / 0.1);
  border-bottom-color: rgb(125 211 252 / 0.1);
}

.active\:border-y-sky-300\/100:active {
  border-top-color: rgb(125 211 252 / 1);
  border-bottom-color: rgb(125 211 252 / 1);
}

.active\:border-y-sky-300\/20:active {
  border-top-color: rgb(125 211 252 / 0.2);
  border-bottom-color: rgb(125 211 252 / 0.2);
}

.active\:border-y-sky-300\/25:active {
  border-top-color: rgb(125 211 252 / 0.25);
  border-bottom-color: rgb(125 211 252 / 0.25);
}

.active\:border-y-sky-300\/30:active {
  border-top-color: rgb(125 211 252 / 0.3);
  border-bottom-color: rgb(125 211 252 / 0.3);
}

.active\:border-y-sky-300\/40:active {
  border-top-color: rgb(125 211 252 / 0.4);
  border-bottom-color: rgb(125 211 252 / 0.4);
}

.active\:border-y-sky-300\/5:active {
  border-top-color: rgb(125 211 252 / 0.05);
  border-bottom-color: rgb(125 211 252 / 0.05);
}

.active\:border-y-sky-300\/50:active {
  border-top-color: rgb(125 211 252 / 0.5);
  border-bottom-color: rgb(125 211 252 / 0.5);
}

.active\:border-y-sky-300\/60:active {
  border-top-color: rgb(125 211 252 / 0.6);
  border-bottom-color: rgb(125 211 252 / 0.6);
}

.active\:border-y-sky-300\/70:active {
  border-top-color: rgb(125 211 252 / 0.7);
  border-bottom-color: rgb(125 211 252 / 0.7);
}

.active\:border-y-sky-300\/75:active {
  border-top-color: rgb(125 211 252 / 0.75);
  border-bottom-color: rgb(125 211 252 / 0.75);
}

.active\:border-y-sky-300\/80:active {
  border-top-color: rgb(125 211 252 / 0.8);
  border-bottom-color: rgb(125 211 252 / 0.8);
}

.active\:border-y-sky-300\/90:active {
  border-top-color: rgb(125 211 252 / 0.9);
  border-bottom-color: rgb(125 211 252 / 0.9);
}

.active\:border-y-sky-300\/95:active {
  border-top-color: rgb(125 211 252 / 0.95);
  border-bottom-color: rgb(125 211 252 / 0.95);
}

.active\:border-y-sky-400:active {
  --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));
}

.active\:border-y-sky-400\/0:active {
  border-top-color: rgb(56 189 248 / 0);
  border-bottom-color: rgb(56 189 248 / 0);
}

.active\:border-y-sky-400\/10:active {
  border-top-color: rgb(56 189 248 / 0.1);
  border-bottom-color: rgb(56 189 248 / 0.1);
}

.active\:border-y-sky-400\/100:active {
  border-top-color: rgb(56 189 248 / 1);
  border-bottom-color: rgb(56 189 248 / 1);
}

.active\:border-y-sky-400\/20:active {
  border-top-color: rgb(56 189 248 / 0.2);
  border-bottom-color: rgb(56 189 248 / 0.2);
}

.active\:border-y-sky-400\/25:active {
  border-top-color: rgb(56 189 248 / 0.25);
  border-bottom-color: rgb(56 189 248 / 0.25);
}

.active\:border-y-sky-400\/30:active {
  border-top-color: rgb(56 189 248 / 0.3);
  border-bottom-color: rgb(56 189 248 / 0.3);
}

.active\:border-y-sky-400\/40:active {
  border-top-color: rgb(56 189 248 / 0.4);
  border-bottom-color: rgb(56 189 248 / 0.4);
}

.active\:border-y-sky-400\/5:active {
  border-top-color: rgb(56 189 248 / 0.05);
  border-bottom-color: rgb(56 189 248 / 0.05);
}

.active\:border-y-sky-400\/50:active {
  border-top-color: rgb(56 189 248 / 0.5);
  border-bottom-color: rgb(56 189 248 / 0.5);
}

.active\:border-y-sky-400\/60:active {
  border-top-color: rgb(56 189 248 / 0.6);
  border-bottom-color: rgb(56 189 248 / 0.6);
}

.active\:border-y-sky-400\/70:active {
  border-top-color: rgb(56 189 248 / 0.7);
  border-bottom-color: rgb(56 189 248 / 0.7);
}

.active\:border-y-sky-400\/75:active {
  border-top-color: rgb(56 189 248 / 0.75);
  border-bottom-color: rgb(56 189 248 / 0.75);
}

.active\:border-y-sky-400\/80:active {
  border-top-color: rgb(56 189 248 / 0.8);
  border-bottom-color: rgb(56 189 248 / 0.8);
}

.active\:border-y-sky-400\/90:active {
  border-top-color: rgb(56 189 248 / 0.9);
  border-bottom-color: rgb(56 189 248 / 0.9);
}

.active\:border-y-sky-400\/95:active {
  border-top-color: rgb(56 189 248 / 0.95);
  border-bottom-color: rgb(56 189 248 / 0.95);
}

.active\:border-y-sky-50:active {
  --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));
}

.active\:border-y-sky-50\/0:active {
  border-top-color: rgb(240 249 255 / 0);
  border-bottom-color: rgb(240 249 255 / 0);
}

.active\:border-y-sky-50\/10:active {
  border-top-color: rgb(240 249 255 / 0.1);
  border-bottom-color: rgb(240 249 255 / 0.1);
}

.active\:border-y-sky-50\/100:active {
  border-top-color: rgb(240 249 255 / 1);
  border-bottom-color: rgb(240 249 255 / 1);
}

.active\:border-y-sky-50\/20:active {
  border-top-color: rgb(240 249 255 / 0.2);
  border-bottom-color: rgb(240 249 255 / 0.2);
}

.active\:border-y-sky-50\/25:active {
  border-top-color: rgb(240 249 255 / 0.25);
  border-bottom-color: rgb(240 249 255 / 0.25);
}

.active\:border-y-sky-50\/30:active {
  border-top-color: rgb(240 249 255 / 0.3);
  border-bottom-color: rgb(240 249 255 / 0.3);
}

.active\:border-y-sky-50\/40:active {
  border-top-color: rgb(240 249 255 / 0.4);
  border-bottom-color: rgb(240 249 255 / 0.4);
}

.active\:border-y-sky-50\/5:active {
  border-top-color: rgb(240 249 255 / 0.05);
  border-bottom-color: rgb(240 249 255 / 0.05);
}

.active\:border-y-sky-50\/50:active {
  border-top-color: rgb(240 249 255 / 0.5);
  border-bottom-color: rgb(240 249 255 / 0.5);
}

.active\:border-y-sky-50\/60:active {
  border-top-color: rgb(240 249 255 / 0.6);
  border-bottom-color: rgb(240 249 255 / 0.6);
}

.active\:border-y-sky-50\/70:active {
  border-top-color: rgb(240 249 255 / 0.7);
  border-bottom-color: rgb(240 249 255 / 0.7);
}

.active\:border-y-sky-50\/75:active {
  border-top-color: rgb(240 249 255 / 0.75);
  border-bottom-color: rgb(240 249 255 / 0.75);
}

.active\:border-y-sky-50\/80:active {
  border-top-color: rgb(240 249 255 / 0.8);
  border-bottom-color: rgb(240 249 255 / 0.8);
}

.active\:border-y-sky-50\/90:active {
  border-top-color: rgb(240 249 255 / 0.9);
  border-bottom-color: rgb(240 249 255 / 0.9);
}

.active\:border-y-sky-50\/95:active {
  border-top-color: rgb(240 249 255 / 0.95);
  border-bottom-color: rgb(240 249 255 / 0.95);
}

.active\:border-y-sky-500:active {
  --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));
}

.active\:border-y-sky-500\/0:active {
  border-top-color: rgb(14 165 233 / 0);
  border-bottom-color: rgb(14 165 233 / 0);
}

.active\:border-y-sky-500\/10:active {
  border-top-color: rgb(14 165 233 / 0.1);
  border-bottom-color: rgb(14 165 233 / 0.1);
}

.active\:border-y-sky-500\/100:active {
  border-top-color: rgb(14 165 233 / 1);
  border-bottom-color: rgb(14 165 233 / 1);
}

.active\:border-y-sky-500\/20:active {
  border-top-color: rgb(14 165 233 / 0.2);
  border-bottom-color: rgb(14 165 233 / 0.2);
}

.active\:border-y-sky-500\/25:active {
  border-top-color: rgb(14 165 233 / 0.25);
  border-bottom-color: rgb(14 165 233 / 0.25);
}

.active\:border-y-sky-500\/30:active {
  border-top-color: rgb(14 165 233 / 0.3);
  border-bottom-color: rgb(14 165 233 / 0.3);
}

.active\:border-y-sky-500\/40:active {
  border-top-color: rgb(14 165 233 / 0.4);
  border-bottom-color: rgb(14 165 233 / 0.4);
}

.active\:border-y-sky-500\/5:active {
  border-top-color: rgb(14 165 233 / 0.05);
  border-bottom-color: rgb(14 165 233 / 0.05);
}

.active\:border-y-sky-500\/50:active {
  border-top-color: rgb(14 165 233 / 0.5);
  border-bottom-color: rgb(14 165 233 / 0.5);
}

.active\:border-y-sky-500\/60:active {
  border-top-color: rgb(14 165 233 / 0.6);
  border-bottom-color: rgb(14 165 233 / 0.6);
}

.active\:border-y-sky-500\/70:active {
  border-top-color: rgb(14 165 233 / 0.7);
  border-bottom-color: rgb(14 165 233 / 0.7);
}

.active\:border-y-sky-500\/75:active {
  border-top-color: rgb(14 165 233 / 0.75);
  border-bottom-color: rgb(14 165 233 / 0.75);
}

.active\:border-y-sky-500\/80:active {
  border-top-color: rgb(14 165 233 / 0.8);
  border-bottom-color: rgb(14 165 233 / 0.8);
}

.active\:border-y-sky-500\/90:active {
  border-top-color: rgb(14 165 233 / 0.9);
  border-bottom-color: rgb(14 165 233 / 0.9);
}

.active\:border-y-sky-500\/95:active {
  border-top-color: rgb(14 165 233 / 0.95);
  border-bottom-color: rgb(14 165 233 / 0.95);
}

.active\:border-y-sky-600:active {
  --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));
}

.active\:border-y-sky-600\/0:active {
  border-top-color: rgb(2 132 199 / 0);
  border-bottom-color: rgb(2 132 199 / 0);
}

.active\:border-y-sky-600\/10:active {
  border-top-color: rgb(2 132 199 / 0.1);
  border-bottom-color: rgb(2 132 199 / 0.1);
}

.active\:border-y-sky-600\/100:active {
  border-top-color: rgb(2 132 199 / 1);
  border-bottom-color: rgb(2 132 199 / 1);
}

.active\:border-y-sky-600\/20:active {
  border-top-color: rgb(2 132 199 / 0.2);
  border-bottom-color: rgb(2 132 199 / 0.2);
}

.active\:border-y-sky-600\/25:active {
  border-top-color: rgb(2 132 199 / 0.25);
  border-bottom-color: rgb(2 132 199 / 0.25);
}

.active\:border-y-sky-600\/30:active {
  border-top-color: rgb(2 132 199 / 0.3);
  border-bottom-color: rgb(2 132 199 / 0.3);
}

.active\:border-y-sky-600\/40:active {
  border-top-color: rgb(2 132 199 / 0.4);
  border-bottom-color: rgb(2 132 199 / 0.4);
}

.active\:border-y-sky-600\/5:active {
  border-top-color: rgb(2 132 199 / 0.05);
  border-bottom-color: rgb(2 132 199 / 0.05);
}

.active\:border-y-sky-600\/50:active {
  border-top-color: rgb(2 132 199 / 0.5);
  border-bottom-color: rgb(2 132 199 / 0.5);
}

.active\:border-y-sky-600\/60:active {
  border-top-color: rgb(2 132 199 / 0.6);
  border-bottom-color: rgb(2 132 199 / 0.6);
}

.active\:border-y-sky-600\/70:active {
  border-top-color: rgb(2 132 199 / 0.7);
  border-bottom-color: rgb(2 132 199 / 0.7);
}

.active\:border-y-sky-600\/75:active {
  border-top-color: rgb(2 132 199 / 0.75);
  border-bottom-color: rgb(2 132 199 / 0.75);
}

.active\:border-y-sky-600\/80:active {
  border-top-color: rgb(2 132 199 / 0.8);
  border-bottom-color: rgb(2 132 199 / 0.8);
}

.active\:border-y-sky-600\/90:active {
  border-top-color: rgb(2 132 199 / 0.9);
  border-bottom-color: rgb(2 132 199 / 0.9);
}

.active\:border-y-sky-600\/95:active {
  border-top-color: rgb(2 132 199 / 0.95);
  border-bottom-color: rgb(2 132 199 / 0.95);
}

.active\:border-y-sky-700:active {
  --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));
}

.active\:border-y-sky-700\/0:active {
  border-top-color: rgb(3 105 161 / 0);
  border-bottom-color: rgb(3 105 161 / 0);
}

.active\:border-y-sky-700\/10:active {
  border-top-color: rgb(3 105 161 / 0.1);
  border-bottom-color: rgb(3 105 161 / 0.1);
}

.active\:border-y-sky-700\/100:active {
  border-top-color: rgb(3 105 161 / 1);
  border-bottom-color: rgb(3 105 161 / 1);
}

.active\:border-y-sky-700\/20:active {
  border-top-color: rgb(3 105 161 / 0.2);
  border-bottom-color: rgb(3 105 161 / 0.2);
}

.active\:border-y-sky-700\/25:active {
  border-top-color: rgb(3 105 161 / 0.25);
  border-bottom-color: rgb(3 105 161 / 0.25);
}

.active\:border-y-sky-700\/30:active {
  border-top-color: rgb(3 105 161 / 0.3);
  border-bottom-color: rgb(3 105 161 / 0.3);
}

.active\:border-y-sky-700\/40:active {
  border-top-color: rgb(3 105 161 / 0.4);
  border-bottom-color: rgb(3 105 161 / 0.4);
}

.active\:border-y-sky-700\/5:active {
  border-top-color: rgb(3 105 161 / 0.05);
  border-bottom-color: rgb(3 105 161 / 0.05);
}

.active\:border-y-sky-700\/50:active {
  border-top-color: rgb(3 105 161 / 0.5);
  border-bottom-color: rgb(3 105 161 / 0.5);
}

.active\:border-y-sky-700\/60:active {
  border-top-color: rgb(3 105 161 / 0.6);
  border-bottom-color: rgb(3 105 161 / 0.6);
}

.active\:border-y-sky-700\/70:active {
  border-top-color: rgb(3 105 161 / 0.7);
  border-bottom-color: rgb(3 105 161 / 0.7);
}

.active\:border-y-sky-700\/75:active {
  border-top-color: rgb(3 105 161 / 0.75);
  border-bottom-color: rgb(3 105 161 / 0.75);
}

.active\:border-y-sky-700\/80:active {
  border-top-color: rgb(3 105 161 / 0.8);
  border-bottom-color: rgb(3 105 161 / 0.8);
}

.active\:border-y-sky-700\/90:active {
  border-top-color: rgb(3 105 161 / 0.9);
  border-bottom-color: rgb(3 105 161 / 0.9);
}

.active\:border-y-sky-700\/95:active {
  border-top-color: rgb(3 105 161 / 0.95);
  border-bottom-color: rgb(3 105 161 / 0.95);
}

.active\:border-y-sky-800:active {
  --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));
}

.active\:border-y-sky-800\/0:active {
  border-top-color: rgb(7 89 133 / 0);
  border-bottom-color: rgb(7 89 133 / 0);
}

.active\:border-y-sky-800\/10:active {
  border-top-color: rgb(7 89 133 / 0.1);
  border-bottom-color: rgb(7 89 133 / 0.1);
}

.active\:border-y-sky-800\/100:active {
  border-top-color: rgb(7 89 133 / 1);
  border-bottom-color: rgb(7 89 133 / 1);
}

.active\:border-y-sky-800\/20:active {
  border-top-color: rgb(7 89 133 / 0.2);
  border-bottom-color: rgb(7 89 133 / 0.2);
}

.active\:border-y-sky-800\/25:active {
  border-top-color: rgb(7 89 133 / 0.25);
  border-bottom-color: rgb(7 89 133 / 0.25);
}

.active\:border-y-sky-800\/30:active {
  border-top-color: rgb(7 89 133 / 0.3);
  border-bottom-color: rgb(7 89 133 / 0.3);
}

.active\:border-y-sky-800\/40:active {
  border-top-color: rgb(7 89 133 / 0.4);
  border-bottom-color: rgb(7 89 133 / 0.4);
}

.active\:border-y-sky-800\/5:active {
  border-top-color: rgb(7 89 133 / 0.05);
  border-bottom-color: rgb(7 89 133 / 0.05);
}

.active\:border-y-sky-800\/50:active {
  border-top-color: rgb(7 89 133 / 0.5);
  border-bottom-color: rgb(7 89 133 / 0.5);
}

.active\:border-y-sky-800\/60:active {
  border-top-color: rgb(7 89 133 / 0.6);
  border-bottom-color: rgb(7 89 133 / 0.6);
}

.active\:border-y-sky-800\/70:active {
  border-top-color: rgb(7 89 133 / 0.7);
  border-bottom-color: rgb(7 89 133 / 0.7);
}

.active\:border-y-sky-800\/75:active {
  border-top-color: rgb(7 89 133 / 0.75);
  border-bottom-color: rgb(7 89 133 / 0.75);
}

.active\:border-y-sky-800\/80:active {
  border-top-color: rgb(7 89 133 / 0.8);
  border-bottom-color: rgb(7 89 133 / 0.8);
}

.active\:border-y-sky-800\/90:active {
  border-top-color: rgb(7 89 133 / 0.9);
  border-bottom-color: rgb(7 89 133 / 0.9);
}

.active\:border-y-sky-800\/95:active {
  border-top-color: rgb(7 89 133 / 0.95);
  border-bottom-color: rgb(7 89 133 / 0.95);
}

.active\:border-y-sky-900:active {
  --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));
}

.active\:border-y-sky-900\/0:active {
  border-top-color: rgb(12 74 110 / 0);
  border-bottom-color: rgb(12 74 110 / 0);
}

.active\:border-y-sky-900\/10:active {
  border-top-color: rgb(12 74 110 / 0.1);
  border-bottom-color: rgb(12 74 110 / 0.1);
}

.active\:border-y-sky-900\/100:active {
  border-top-color: rgb(12 74 110 / 1);
  border-bottom-color: rgb(12 74 110 / 1);
}

.active\:border-y-sky-900\/20:active {
  border-top-color: rgb(12 74 110 / 0.2);
  border-bottom-color: rgb(12 74 110 / 0.2);
}

.active\:border-y-sky-900\/25:active {
  border-top-color: rgb(12 74 110 / 0.25);
  border-bottom-color: rgb(12 74 110 / 0.25);
}

.active\:border-y-sky-900\/30:active {
  border-top-color: rgb(12 74 110 / 0.3);
  border-bottom-color: rgb(12 74 110 / 0.3);
}

.active\:border-y-sky-900\/40:active {
  border-top-color: rgb(12 74 110 / 0.4);
  border-bottom-color: rgb(12 74 110 / 0.4);
}

.active\:border-y-sky-900\/5:active {
  border-top-color: rgb(12 74 110 / 0.05);
  border-bottom-color: rgb(12 74 110 / 0.05);
}

.active\:border-y-sky-900\/50:active {
  border-top-color: rgb(12 74 110 / 0.5);
  border-bottom-color: rgb(12 74 110 / 0.5);
}

.active\:border-y-sky-900\/60:active {
  border-top-color: rgb(12 74 110 / 0.6);
  border-bottom-color: rgb(12 74 110 / 0.6);
}

.active\:border-y-sky-900\/70:active {
  border-top-color: rgb(12 74 110 / 0.7);
  border-bottom-color: rgb(12 74 110 / 0.7);
}

.active\:border-y-sky-900\/75:active {
  border-top-color: rgb(12 74 110 / 0.75);
  border-bottom-color: rgb(12 74 110 / 0.75);
}

.active\:border-y-sky-900\/80:active {
  border-top-color: rgb(12 74 110 / 0.8);
  border-bottom-color: rgb(12 74 110 / 0.8);
}

.active\:border-y-sky-900\/90:active {
  border-top-color: rgb(12 74 110 / 0.9);
  border-bottom-color: rgb(12 74 110 / 0.9);
}

.active\:border-y-sky-900\/95:active {
  border-top-color: rgb(12 74 110 / 0.95);
  border-bottom-color: rgb(12 74 110 / 0.95);
}

.active\:border-y-sky-950:active {
  --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));
}

.active\:border-y-sky-950\/0:active {
  border-top-color: rgb(8 47 73 / 0);
  border-bottom-color: rgb(8 47 73 / 0);
}

.active\:border-y-sky-950\/10:active {
  border-top-color: rgb(8 47 73 / 0.1);
  border-bottom-color: rgb(8 47 73 / 0.1);
}

.active\:border-y-sky-950\/100:active {
  border-top-color: rgb(8 47 73 / 1);
  border-bottom-color: rgb(8 47 73 / 1);
}

.active\:border-y-sky-950\/20:active {
  border-top-color: rgb(8 47 73 / 0.2);
  border-bottom-color: rgb(8 47 73 / 0.2);
}

.active\:border-y-sky-950\/25:active {
  border-top-color: rgb(8 47 73 / 0.25);
  border-bottom-color: rgb(8 47 73 / 0.25);
}

.active\:border-y-sky-950\/30:active {
  border-top-color: rgb(8 47 73 / 0.3);
  border-bottom-color: rgb(8 47 73 / 0.3);
}

.active\:border-y-sky-950\/40:active {
  border-top-color: rgb(8 47 73 / 0.4);
  border-bottom-color: rgb(8 47 73 / 0.4);
}

.active\:border-y-sky-950\/5:active {
  border-top-color: rgb(8 47 73 / 0.05);
  border-bottom-color: rgb(8 47 73 / 0.05);
}

.active\:border-y-sky-950\/50:active {
  border-top-color: rgb(8 47 73 / 0.5);
  border-bottom-color: rgb(8 47 73 / 0.5);
}

.active\:border-y-sky-950\/60:active {
  border-top-color: rgb(8 47 73 / 0.6);
  border-bottom-color: rgb(8 47 73 / 0.6);
}

.active\:border-y-sky-950\/70:active {
  border-top-color: rgb(8 47 73 / 0.7);
  border-bottom-color: rgb(8 47 73 / 0.7);
}

.active\:border-y-sky-950\/75:active {
  border-top-color: rgb(8 47 73 / 0.75);
  border-bottom-color: rgb(8 47 73 / 0.75);
}

.active\:border-y-sky-950\/80:active {
  border-top-color: rgb(8 47 73 / 0.8);
  border-bottom-color: rgb(8 47 73 / 0.8);
}

.active\:border-y-sky-950\/90:active {
  border-top-color: rgb(8 47 73 / 0.9);
  border-bottom-color: rgb(8 47 73 / 0.9);
}

.active\:border-y-sky-950\/95:active {
  border-top-color: rgb(8 47 73 / 0.95);
  border-bottom-color: rgb(8 47 73 / 0.95);
}

.active\:border-y-slate-100:active {
  --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));
}

.active\:border-y-slate-100\/0:active {
  border-top-color: rgb(241 245 249 / 0);
  border-bottom-color: rgb(241 245 249 / 0);
}

.active\:border-y-slate-100\/10:active {
  border-top-color: rgb(241 245 249 / 0.1);
  border-bottom-color: rgb(241 245 249 / 0.1);
}

.active\:border-y-slate-100\/100:active {
  border-top-color: rgb(241 245 249 / 1);
  border-bottom-color: rgb(241 245 249 / 1);
}

.active\:border-y-slate-100\/20:active {
  border-top-color: rgb(241 245 249 / 0.2);
  border-bottom-color: rgb(241 245 249 / 0.2);
}

.active\:border-y-slate-100\/25:active {
  border-top-color: rgb(241 245 249 / 0.25);
  border-bottom-color: rgb(241 245 249 / 0.25);
}

.active\:border-y-slate-100\/30:active {
  border-top-color: rgb(241 245 249 / 0.3);
  border-bottom-color: rgb(241 245 249 / 0.3);
}

.active\:border-y-slate-100\/40:active {
  border-top-color: rgb(241 245 249 / 0.4);
  border-bottom-color: rgb(241 245 249 / 0.4);
}

.active\:border-y-slate-100\/5:active {
  border-top-color: rgb(241 245 249 / 0.05);
  border-bottom-color: rgb(241 245 249 / 0.05);
}

.active\:border-y-slate-100\/50:active {
  border-top-color: rgb(241 245 249 / 0.5);
  border-bottom-color: rgb(241 245 249 / 0.5);
}

.active\:border-y-slate-100\/60:active {
  border-top-color: rgb(241 245 249 / 0.6);
  border-bottom-color: rgb(241 245 249 / 0.6);
}

.active\:border-y-slate-100\/70:active {
  border-top-color: rgb(241 245 249 / 0.7);
  border-bottom-color: rgb(241 245 249 / 0.7);
}

.active\:border-y-slate-100\/75:active {
  border-top-color: rgb(241 245 249 / 0.75);
  border-bottom-color: rgb(241 245 249 / 0.75);
}

.active\:border-y-slate-100\/80:active {
  border-top-color: rgb(241 245 249 / 0.8);
  border-bottom-color: rgb(241 245 249 / 0.8);
}

.active\:border-y-slate-100\/90:active {
  border-top-color: rgb(241 245 249 / 0.9);
  border-bottom-color: rgb(241 245 249 / 0.9);
}

.active\:border-y-slate-100\/95:active {
  border-top-color: rgb(241 245 249 / 0.95);
  border-bottom-color: rgb(241 245 249 / 0.95);
}

.active\:border-y-slate-200:active {
  --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));
}

.active\:border-y-slate-200\/0:active {
  border-top-color: rgb(226 232 240 / 0);
  border-bottom-color: rgb(226 232 240 / 0);
}

.active\:border-y-slate-200\/10:active {
  border-top-color: rgb(226 232 240 / 0.1);
  border-bottom-color: rgb(226 232 240 / 0.1);
}

.active\:border-y-slate-200\/100:active {
  border-top-color: rgb(226 232 240 / 1);
  border-bottom-color: rgb(226 232 240 / 1);
}

.active\:border-y-slate-200\/20:active {
  border-top-color: rgb(226 232 240 / 0.2);
  border-bottom-color: rgb(226 232 240 / 0.2);
}

.active\:border-y-slate-200\/25:active {
  border-top-color: rgb(226 232 240 / 0.25);
  border-bottom-color: rgb(226 232 240 / 0.25);
}

.active\:border-y-slate-200\/30:active {
  border-top-color: rgb(226 232 240 / 0.3);
  border-bottom-color: rgb(226 232 240 / 0.3);
}

.active\:border-y-slate-200\/40:active {
  border-top-color: rgb(226 232 240 / 0.4);
  border-bottom-color: rgb(226 232 240 / 0.4);
}

.active\:border-y-slate-200\/5:active {
  border-top-color: rgb(226 232 240 / 0.05);
  border-bottom-color: rgb(226 232 240 / 0.05);
}

.active\:border-y-slate-200\/50:active {
  border-top-color: rgb(226 232 240 / 0.5);
  border-bottom-color: rgb(226 232 240 / 0.5);
}

.active\:border-y-slate-200\/60:active {
  border-top-color: rgb(226 232 240 / 0.6);
  border-bottom-color: rgb(226 232 240 / 0.6);
}

.active\:border-y-slate-200\/70:active {
  border-top-color: rgb(226 232 240 / 0.7);
  border-bottom-color: rgb(226 232 240 / 0.7);
}

.active\:border-y-slate-200\/75:active {
  border-top-color: rgb(226 232 240 / 0.75);
  border-bottom-color: rgb(226 232 240 / 0.75);
}

.active\:border-y-slate-200\/80:active {
  border-top-color: rgb(226 232 240 / 0.8);
  border-bottom-color: rgb(226 232 240 / 0.8);
}

.active\:border-y-slate-200\/90:active {
  border-top-color: rgb(226 232 240 / 0.9);
  border-bottom-color: rgb(226 232 240 / 0.9);
}

.active\:border-y-slate-200\/95:active {
  border-top-color: rgb(226 232 240 / 0.95);
  border-bottom-color: rgb(226 232 240 / 0.95);
}

.active\:border-y-slate-300:active {
  --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));
}

.active\:border-y-slate-300\/0:active {
  border-top-color: rgb(203 213 225 / 0);
  border-bottom-color: rgb(203 213 225 / 0);
}

.active\:border-y-slate-300\/10:active {
  border-top-color: rgb(203 213 225 / 0.1);
  border-bottom-color: rgb(203 213 225 / 0.1);
}

.active\:border-y-slate-300\/100:active {
  border-top-color: rgb(203 213 225 / 1);
  border-bottom-color: rgb(203 213 225 / 1);
}

.active\:border-y-slate-300\/20:active {
  border-top-color: rgb(203 213 225 / 0.2);
  border-bottom-color: rgb(203 213 225 / 0.2);
}

.active\:border-y-slate-300\/25:active {
  border-top-color: rgb(203 213 225 / 0.25);
  border-bottom-color: rgb(203 213 225 / 0.25);
}

.active\:border-y-slate-300\/30:active {
  border-top-color: rgb(203 213 225 / 0.3);
  border-bottom-color: rgb(203 213 225 / 0.3);
}

.active\:border-y-slate-300\/40:active {
  border-top-color: rgb(203 213 225 / 0.4);
  border-bottom-color: rgb(203 213 225 / 0.4);
}

.active\:border-y-slate-300\/5:active {
  border-top-color: rgb(203 213 225 / 0.05);
  border-bottom-color: rgb(203 213 225 / 0.05);
}

.active\:border-y-slate-300\/50:active {
  border-top-color: rgb(203 213 225 / 0.5);
  border-bottom-color: rgb(203 213 225 / 0.5);
}

.active\:border-y-slate-300\/60:active {
  border-top-color: rgb(203 213 225 / 0.6);
  border-bottom-color: rgb(203 213 225 / 0.6);
}

.active\:border-y-slate-300\/70:active {
  border-top-color: rgb(203 213 225 / 0.7);
  border-bottom-color: rgb(203 213 225 / 0.7);
}

.active\:border-y-slate-300\/75:active {
  border-top-color: rgb(203 213 225 / 0.75);
  border-bottom-color: rgb(203 213 225 / 0.75);
}

.active\:border-y-slate-300\/80:active {
  border-top-color: rgb(203 213 225 / 0.8);
  border-bottom-color: rgb(203 213 225 / 0.8);
}

.active\:border-y-slate-300\/90:active {
  border-top-color: rgb(203 213 225 / 0.9);
  border-bottom-color: rgb(203 213 225 / 0.9);
}

.active\:border-y-slate-300\/95:active {
  border-top-color: rgb(203 213 225 / 0.95);
  border-bottom-color: rgb(203 213 225 / 0.95);
}

.active\:border-y-slate-400:active {
  --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));
}

.active\:border-y-slate-400\/0:active {
  border-top-color: rgb(148 163 184 / 0);
  border-bottom-color: rgb(148 163 184 / 0);
}

.active\:border-y-slate-400\/10:active {
  border-top-color: rgb(148 163 184 / 0.1);
  border-bottom-color: rgb(148 163 184 / 0.1);
}

.active\:border-y-slate-400\/100:active {
  border-top-color: rgb(148 163 184 / 1);
  border-bottom-color: rgb(148 163 184 / 1);
}

.active\:border-y-slate-400\/20:active {
  border-top-color: rgb(148 163 184 / 0.2);
  border-bottom-color: rgb(148 163 184 / 0.2);
}

.active\:border-y-slate-400\/25:active {
  border-top-color: rgb(148 163 184 / 0.25);
  border-bottom-color: rgb(148 163 184 / 0.25);
}

.active\:border-y-slate-400\/30:active {
  border-top-color: rgb(148 163 184 / 0.3);
  border-bottom-color: rgb(148 163 184 / 0.3);
}

.active\:border-y-slate-400\/40:active {
  border-top-color: rgb(148 163 184 / 0.4);
  border-bottom-color: rgb(148 163 184 / 0.4);
}

.active\:border-y-slate-400\/5:active {
  border-top-color: rgb(148 163 184 / 0.05);
  border-bottom-color: rgb(148 163 184 / 0.05);
}

.active\:border-y-slate-400\/50:active {
  border-top-color: rgb(148 163 184 / 0.5);
  border-bottom-color: rgb(148 163 184 / 0.5);
}

.active\:border-y-slate-400\/60:active {
  border-top-color: rgb(148 163 184 / 0.6);
  border-bottom-color: rgb(148 163 184 / 0.6);
}

.active\:border-y-slate-400\/70:active {
  border-top-color: rgb(148 163 184 / 0.7);
  border-bottom-color: rgb(148 163 184 / 0.7);
}

.active\:border-y-slate-400\/75:active {
  border-top-color: rgb(148 163 184 / 0.75);
  border-bottom-color: rgb(148 163 184 / 0.75);
}

.active\:border-y-slate-400\/80:active {
  border-top-color: rgb(148 163 184 / 0.8);
  border-bottom-color: rgb(148 163 184 / 0.8);
}

.active\:border-y-slate-400\/90:active {
  border-top-color: rgb(148 163 184 / 0.9);
  border-bottom-color: rgb(148 163 184 / 0.9);
}

.active\:border-y-slate-400\/95:active {
  border-top-color: rgb(148 163 184 / 0.95);
  border-bottom-color: rgb(148 163 184 / 0.95);
}

.active\:border-y-slate-50:active {
  --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));
}

.active\:border-y-slate-50\/0:active {
  border-top-color: rgb(248 250 252 / 0);
  border-bottom-color: rgb(248 250 252 / 0);
}

.active\:border-y-slate-50\/10:active {
  border-top-color: rgb(248 250 252 / 0.1);
  border-bottom-color: rgb(248 250 252 / 0.1);
}

.active\:border-y-slate-50\/100:active {
  border-top-color: rgb(248 250 252 / 1);
  border-bottom-color: rgb(248 250 252 / 1);
}

.active\:border-y-slate-50\/20:active {
  border-top-color: rgb(248 250 252 / 0.2);
  border-bottom-color: rgb(248 250 252 / 0.2);
}

.active\:border-y-slate-50\/25:active {
  border-top-color: rgb(248 250 252 / 0.25);
  border-bottom-color: rgb(248 250 252 / 0.25);
}

.active\:border-y-slate-50\/30:active {
  border-top-color: rgb(248 250 252 / 0.3);
  border-bottom-color: rgb(248 250 252 / 0.3);
}

.active\:border-y-slate-50\/40:active {
  border-top-color: rgb(248 250 252 / 0.4);
  border-bottom-color: rgb(248 250 252 / 0.4);
}

.active\:border-y-slate-50\/5:active {
  border-top-color: rgb(248 250 252 / 0.05);
  border-bottom-color: rgb(248 250 252 / 0.05);
}

.active\:border-y-slate-50\/50:active {
  border-top-color: rgb(248 250 252 / 0.5);
  border-bottom-color: rgb(248 250 252 / 0.5);
}

.active\:border-y-slate-50\/60:active {
  border-top-color: rgb(248 250 252 / 0.6);
  border-bottom-color: rgb(248 250 252 / 0.6);
}

.active\:border-y-slate-50\/70:active {
  border-top-color: rgb(248 250 252 / 0.7);
  border-bottom-color: rgb(248 250 252 / 0.7);
}

.active\:border-y-slate-50\/75:active {
  border-top-color: rgb(248 250 252 / 0.75);
  border-bottom-color: rgb(248 250 252 / 0.75);
}

.active\:border-y-slate-50\/80:active {
  border-top-color: rgb(248 250 252 / 0.8);
  border-bottom-color: rgb(248 250 252 / 0.8);
}

.active\:border-y-slate-50\/90:active {
  border-top-color: rgb(248 250 252 / 0.9);
  border-bottom-color: rgb(248 250 252 / 0.9);
}

.active\:border-y-slate-50\/95:active {
  border-top-color: rgb(248 250 252 / 0.95);
  border-bottom-color: rgb(248 250 252 / 0.95);
}

.active\:border-y-slate-500:active {
  --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));
}

.active\:border-y-slate-500\/0:active {
  border-top-color: rgb(100 116 139 / 0);
  border-bottom-color: rgb(100 116 139 / 0);
}

.active\:border-y-slate-500\/10:active {
  border-top-color: rgb(100 116 139 / 0.1);
  border-bottom-color: rgb(100 116 139 / 0.1);
}

.active\:border-y-slate-500\/100:active {
  border-top-color: rgb(100 116 139 / 1);
  border-bottom-color: rgb(100 116 139 / 1);
}

.active\:border-y-slate-500\/20:active {
  border-top-color: rgb(100 116 139 / 0.2);
  border-bottom-color: rgb(100 116 139 / 0.2);
}

.active\:border-y-slate-500\/25:active {
  border-top-color: rgb(100 116 139 / 0.25);
  border-bottom-color: rgb(100 116 139 / 0.25);
}

.active\:border-y-slate-500\/30:active {
  border-top-color: rgb(100 116 139 / 0.3);
  border-bottom-color: rgb(100 116 139 / 0.3);
}

.active\:border-y-slate-500\/40:active {
  border-top-color: rgb(100 116 139 / 0.4);
  border-bottom-color: rgb(100 116 139 / 0.4);
}

.active\:border-y-slate-500\/5:active {
  border-top-color: rgb(100 116 139 / 0.05);
  border-bottom-color: rgb(100 116 139 / 0.05);
}

.active\:border-y-slate-500\/50:active {
  border-top-color: rgb(100 116 139 / 0.5);
  border-bottom-color: rgb(100 116 139 / 0.5);
}

.active\:border-y-slate-500\/60:active {
  border-top-color: rgb(100 116 139 / 0.6);
  border-bottom-color: rgb(100 116 139 / 0.6);
}

.active\:border-y-slate-500\/70:active {
  border-top-color: rgb(100 116 139 / 0.7);
  border-bottom-color: rgb(100 116 139 / 0.7);
}

.active\:border-y-slate-500\/75:active {
  border-top-color: rgb(100 116 139 / 0.75);
  border-bottom-color: rgb(100 116 139 / 0.75);
}

.active\:border-y-slate-500\/80:active {
  border-top-color: rgb(100 116 139 / 0.8);
  border-bottom-color: rgb(100 116 139 / 0.8);
}

.active\:border-y-slate-500\/90:active {
  border-top-color: rgb(100 116 139 / 0.9);
  border-bottom-color: rgb(100 116 139 / 0.9);
}

.active\:border-y-slate-500\/95:active {
  border-top-color: rgb(100 116 139 / 0.95);
  border-bottom-color: rgb(100 116 139 / 0.95);
}

.active\:border-y-slate-600:active {
  --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));
}

.active\:border-y-slate-600\/0:active {
  border-top-color: rgb(71 85 105 / 0);
  border-bottom-color: rgb(71 85 105 / 0);
}

.active\:border-y-slate-600\/10:active {
  border-top-color: rgb(71 85 105 / 0.1);
  border-bottom-color: rgb(71 85 105 / 0.1);
}

.active\:border-y-slate-600\/100:active {
  border-top-color: rgb(71 85 105 / 1);
  border-bottom-color: rgb(71 85 105 / 1);
}

.active\:border-y-slate-600\/20:active {
  border-top-color: rgb(71 85 105 / 0.2);
  border-bottom-color: rgb(71 85 105 / 0.2);
}

.active\:border-y-slate-600\/25:active {
  border-top-color: rgb(71 85 105 / 0.25);
  border-bottom-color: rgb(71 85 105 / 0.25);
}

.active\:border-y-slate-600\/30:active {
  border-top-color: rgb(71 85 105 / 0.3);
  border-bottom-color: rgb(71 85 105 / 0.3);
}

.active\:border-y-slate-600\/40:active {
  border-top-color: rgb(71 85 105 / 0.4);
  border-bottom-color: rgb(71 85 105 / 0.4);
}

.active\:border-y-slate-600\/5:active {
  border-top-color: rgb(71 85 105 / 0.05);
  border-bottom-color: rgb(71 85 105 / 0.05);
}

.active\:border-y-slate-600\/50:active {
  border-top-color: rgb(71 85 105 / 0.5);
  border-bottom-color: rgb(71 85 105 / 0.5);
}

.active\:border-y-slate-600\/60:active {
  border-top-color: rgb(71 85 105 / 0.6);
  border-bottom-color: rgb(71 85 105 / 0.6);
}

.active\:border-y-slate-600\/70:active {
  border-top-color: rgb(71 85 105 / 0.7);
  border-bottom-color: rgb(71 85 105 / 0.7);
}

.active\:border-y-slate-600\/75:active {
  border-top-color: rgb(71 85 105 / 0.75);
  border-bottom-color: rgb(71 85 105 / 0.75);
}

.active\:border-y-slate-600\/80:active {
  border-top-color: rgb(71 85 105 / 0.8);
  border-bottom-color: rgb(71 85 105 / 0.8);
}

.active\:border-y-slate-600\/90:active {
  border-top-color: rgb(71 85 105 / 0.9);
  border-bottom-color: rgb(71 85 105 / 0.9);
}

.active\:border-y-slate-600\/95:active {
  border-top-color: rgb(71 85 105 / 0.95);
  border-bottom-color: rgb(71 85 105 / 0.95);
}

.active\:border-y-slate-700:active {
  --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));
}

.active\:border-y-slate-700\/0:active {
  border-top-color: rgb(51 65 85 / 0);
  border-bottom-color: rgb(51 65 85 / 0);
}

.active\:border-y-slate-700\/10:active {
  border-top-color: rgb(51 65 85 / 0.1);
  border-bottom-color: rgb(51 65 85 / 0.1);
}

.active\:border-y-slate-700\/100:active {
  border-top-color: rgb(51 65 85 / 1);
  border-bottom-color: rgb(51 65 85 / 1);
}

.active\:border-y-slate-700\/20:active {
  border-top-color: rgb(51 65 85 / 0.2);
  border-bottom-color: rgb(51 65 85 / 0.2);
}

.active\:border-y-slate-700\/25:active {
  border-top-color: rgb(51 65 85 / 0.25);
  border-bottom-color: rgb(51 65 85 / 0.25);
}

.active\:border-y-slate-700\/30:active {
  border-top-color: rgb(51 65 85 / 0.3);
  border-bottom-color: rgb(51 65 85 / 0.3);
}

.active\:border-y-slate-700\/40:active {
  border-top-color: rgb(51 65 85 / 0.4);
  border-bottom-color: rgb(51 65 85 / 0.4);
}

.active\:border-y-slate-700\/5:active {
  border-top-color: rgb(51 65 85 / 0.05);
  border-bottom-color: rgb(51 65 85 / 0.05);
}

.active\:border-y-slate-700\/50:active {
  border-top-color: rgb(51 65 85 / 0.5);
  border-bottom-color: rgb(51 65 85 / 0.5);
}

.active\:border-y-slate-700\/60:active {
  border-top-color: rgb(51 65 85 / 0.6);
  border-bottom-color: rgb(51 65 85 / 0.6);
}

.active\:border-y-slate-700\/70:active {
  border-top-color: rgb(51 65 85 / 0.7);
  border-bottom-color: rgb(51 65 85 / 0.7);
}

.active\:border-y-slate-700\/75:active {
  border-top-color: rgb(51 65 85 / 0.75);
  border-bottom-color: rgb(51 65 85 / 0.75);
}

.active\:border-y-slate-700\/80:active {
  border-top-color: rgb(51 65 85 / 0.8);
  border-bottom-color: rgb(51 65 85 / 0.8);
}

.active\:border-y-slate-700\/90:active {
  border-top-color: rgb(51 65 85 / 0.9);
  border-bottom-color: rgb(51 65 85 / 0.9);
}

.active\:border-y-slate-700\/95:active {
  border-top-color: rgb(51 65 85 / 0.95);
  border-bottom-color: rgb(51 65 85 / 0.95);
}

.active\:border-y-slate-800:active {
  --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));
}

.active\:border-y-slate-800\/0:active {
  border-top-color: rgb(30 41 59 / 0);
  border-bottom-color: rgb(30 41 59 / 0);
}

.active\:border-y-slate-800\/10:active {
  border-top-color: rgb(30 41 59 / 0.1);
  border-bottom-color: rgb(30 41 59 / 0.1);
}

.active\:border-y-slate-800\/100:active {
  border-top-color: rgb(30 41 59 / 1);
  border-bottom-color: rgb(30 41 59 / 1);
}

.active\:border-y-slate-800\/20:active {
  border-top-color: rgb(30 41 59 / 0.2);
  border-bottom-color: rgb(30 41 59 / 0.2);
}

.active\:border-y-slate-800\/25:active {
  border-top-color: rgb(30 41 59 / 0.25);
  border-bottom-color: rgb(30 41 59 / 0.25);
}

.active\:border-y-slate-800\/30:active {
  border-top-color: rgb(30 41 59 / 0.3);
  border-bottom-color: rgb(30 41 59 / 0.3);
}

.active\:border-y-slate-800\/40:active {
  border-top-color: rgb(30 41 59 / 0.4);
  border-bottom-color: rgb(30 41 59 / 0.4);
}

.active\:border-y-slate-800\/5:active {
  border-top-color: rgb(30 41 59 / 0.05);
  border-bottom-color: rgb(30 41 59 / 0.05);
}

.active\:border-y-slate-800\/50:active {
  border-top-color: rgb(30 41 59 / 0.5);
  border-bottom-color: rgb(30 41 59 / 0.5);
}

.active\:border-y-slate-800\/60:active {
  border-top-color: rgb(30 41 59 / 0.6);
  border-bottom-color: rgb(30 41 59 / 0.6);
}

.active\:border-y-slate-800\/70:active {
  border-top-color: rgb(30 41 59 / 0.7);
  border-bottom-color: rgb(30 41 59 / 0.7);
}

.active\:border-y-slate-800\/75:active {
  border-top-color: rgb(30 41 59 / 0.75);
  border-bottom-color: rgb(30 41 59 / 0.75);
}

.active\:border-y-slate-800\/80:active {
  border-top-color: rgb(30 41 59 / 0.8);
  border-bottom-color: rgb(30 41 59 / 0.8);
}

.active\:border-y-slate-800\/90:active {
  border-top-color: rgb(30 41 59 / 0.9);
  border-bottom-color: rgb(30 41 59 / 0.9);
}

.active\:border-y-slate-800\/95:active {
  border-top-color: rgb(30 41 59 / 0.95);
  border-bottom-color: rgb(30 41 59 / 0.95);
}

.active\:border-y-slate-900:active {
  --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));
}

.active\:border-y-slate-900\/0:active {
  border-top-color: rgb(15 23 42 / 0);
  border-bottom-color: rgb(15 23 42 / 0);
}

.active\:border-y-slate-900\/10:active {
  border-top-color: rgb(15 23 42 / 0.1);
  border-bottom-color: rgb(15 23 42 / 0.1);
}

.active\:border-y-slate-900\/100:active {
  border-top-color: rgb(15 23 42 / 1);
  border-bottom-color: rgb(15 23 42 / 1);
}

.active\:border-y-slate-900\/20:active {
  border-top-color: rgb(15 23 42 / 0.2);
  border-bottom-color: rgb(15 23 42 / 0.2);
}

.active\:border-y-slate-900\/25:active {
  border-top-color: rgb(15 23 42 / 0.25);
  border-bottom-color: rgb(15 23 42 / 0.25);
}

.active\:border-y-slate-900\/30:active {
  border-top-color: rgb(15 23 42 / 0.3);
  border-bottom-color: rgb(15 23 42 / 0.3);
}

.active\:border-y-slate-900\/40:active {
  border-top-color: rgb(15 23 42 / 0.4);
  border-bottom-color: rgb(15 23 42 / 0.4);
}

.active\:border-y-slate-900\/5:active {
  border-top-color: rgb(15 23 42 / 0.05);
  border-bottom-color: rgb(15 23 42 / 0.05);
}

.active\:border-y-slate-900\/50:active {
  border-top-color: rgb(15 23 42 / 0.5);
  border-bottom-color: rgb(15 23 42 / 0.5);
}

.active\:border-y-slate-900\/60:active {
  border-top-color: rgb(15 23 42 / 0.6);
  border-bottom-color: rgb(15 23 42 / 0.6);
}

.active\:border-y-slate-900\/70:active {
  border-top-color: rgb(15 23 42 / 0.7);
  border-bottom-color: rgb(15 23 42 / 0.7);
}

.active\:border-y-slate-900\/75:active {
  border-top-color: rgb(15 23 42 / 0.75);
  border-bottom-color: rgb(15 23 42 / 0.75);
}

.active\:border-y-slate-900\/80:active {
  border-top-color: rgb(15 23 42 / 0.8);
  border-bottom-color: rgb(15 23 42 / 0.8);
}

.active\:border-y-slate-900\/90:active {
  border-top-color: rgb(15 23 42 / 0.9);
  border-bottom-color: rgb(15 23 42 / 0.9);
}

.active\:border-y-slate-900\/95:active {
  border-top-color: rgb(15 23 42 / 0.95);
  border-bottom-color: rgb(15 23 42 / 0.95);
}

.active\:border-y-slate-950:active {
  --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));
}

.active\:border-y-slate-950\/0:active {
  border-top-color: rgb(2 6 23 / 0);
  border-bottom-color: rgb(2 6 23 / 0);
}

.active\:border-y-slate-950\/10:active {
  border-top-color: rgb(2 6 23 / 0.1);
  border-bottom-color: rgb(2 6 23 / 0.1);
}

.active\:border-y-slate-950\/100:active {
  border-top-color: rgb(2 6 23 / 1);
  border-bottom-color: rgb(2 6 23 / 1);
}

.active\:border-y-slate-950\/20:active {
  border-top-color: rgb(2 6 23 / 0.2);
  border-bottom-color: rgb(2 6 23 / 0.2);
}

.active\:border-y-slate-950\/25:active {
  border-top-color: rgb(2 6 23 / 0.25);
  border-bottom-color: rgb(2 6 23 / 0.25);
}

.active\:border-y-slate-950\/30:active {
  border-top-color: rgb(2 6 23 / 0.3);
  border-bottom-color: rgb(2 6 23 / 0.3);
}

.active\:border-y-slate-950\/40:active {
  border-top-color: rgb(2 6 23 / 0.4);
  border-bottom-color: rgb(2 6 23 / 0.4);
}

.active\:border-y-slate-950\/5:active {
  border-top-color: rgb(2 6 23 / 0.05);
  border-bottom-color: rgb(2 6 23 / 0.05);
}

.active\:border-y-slate-950\/50:active {
  border-top-color: rgb(2 6 23 / 0.5);
  border-bottom-color: rgb(2 6 23 / 0.5);
}

.active\:border-y-slate-950\/60:active {
  border-top-color: rgb(2 6 23 / 0.6);
  border-bottom-color: rgb(2 6 23 / 0.6);
}

.active\:border-y-slate-950\/70:active {
  border-top-color: rgb(2 6 23 / 0.7);
  border-bottom-color: rgb(2 6 23 / 0.7);
}

.active\:border-y-slate-950\/75:active {
  border-top-color: rgb(2 6 23 / 0.75);
  border-bottom-color: rgb(2 6 23 / 0.75);
}

.active\:border-y-slate-950\/80:active {
  border-top-color: rgb(2 6 23 / 0.8);
  border-bottom-color: rgb(2 6 23 / 0.8);
}

.active\:border-y-slate-950\/90:active {
  border-top-color: rgb(2 6 23 / 0.9);
  border-bottom-color: rgb(2 6 23 / 0.9);
}

.active\:border-y-slate-950\/95:active {
  border-top-color: rgb(2 6 23 / 0.95);
  border-bottom-color: rgb(2 6 23 / 0.95);
}

.active\:border-y-stone-100:active {
  --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));
}

.active\:border-y-stone-100\/0:active {
  border-top-color: rgb(245 245 244 / 0);
  border-bottom-color: rgb(245 245 244 / 0);
}

.active\:border-y-stone-100\/10:active {
  border-top-color: rgb(245 245 244 / 0.1);
  border-bottom-color: rgb(245 245 244 / 0.1);
}

.active\:border-y-stone-100\/100:active {
  border-top-color: rgb(245 245 244 / 1);
  border-bottom-color: rgb(245 245 244 / 1);
}

.active\:border-y-stone-100\/20:active {
  border-top-color: rgb(245 245 244 / 0.2);
  border-bottom-color: rgb(245 245 244 / 0.2);
}

.active\:border-y-stone-100\/25:active {
  border-top-color: rgb(245 245 244 / 0.25);
  border-bottom-color: rgb(245 245 244 / 0.25);
}

.active\:border-y-stone-100\/30:active {
  border-top-color: rgb(245 245 244 / 0.3);
  border-bottom-color: rgb(245 245 244 / 0.3);
}

.active\:border-y-stone-100\/40:active {
  border-top-color: rgb(245 245 244 / 0.4);
  border-bottom-color: rgb(245 245 244 / 0.4);
}

.active\:border-y-stone-100\/5:active {
  border-top-color: rgb(245 245 244 / 0.05);
  border-bottom-color: rgb(245 245 244 / 0.05);
}

.active\:border-y-stone-100\/50:active {
  border-top-color: rgb(245 245 244 / 0.5);
  border-bottom-color: rgb(245 245 244 / 0.5);
}

.active\:border-y-stone-100\/60:active {
  border-top-color: rgb(245 245 244 / 0.6);
  border-bottom-color: rgb(245 245 244 / 0.6);
}

.active\:border-y-stone-100\/70:active {
  border-top-color: rgb(245 245 244 / 0.7);
  border-bottom-color: rgb(245 245 244 / 0.7);
}

.active\:border-y-stone-100\/75:active {
  border-top-color: rgb(245 245 244 / 0.75);
  border-bottom-color: rgb(245 245 244 / 0.75);
}

.active\:border-y-stone-100\/80:active {
  border-top-color: rgb(245 245 244 / 0.8);
  border-bottom-color: rgb(245 245 244 / 0.8);
}

.active\:border-y-stone-100\/90:active {
  border-top-color: rgb(245 245 244 / 0.9);
  border-bottom-color: rgb(245 245 244 / 0.9);
}

.active\:border-y-stone-100\/95:active {
  border-top-color: rgb(245 245 244 / 0.95);
  border-bottom-color: rgb(245 245 244 / 0.95);
}

.active\:border-y-stone-200:active {
  --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));
}

.active\:border-y-stone-200\/0:active {
  border-top-color: rgb(231 229 228 / 0);
  border-bottom-color: rgb(231 229 228 / 0);
}

.active\:border-y-stone-200\/10:active {
  border-top-color: rgb(231 229 228 / 0.1);
  border-bottom-color: rgb(231 229 228 / 0.1);
}

.active\:border-y-stone-200\/100:active {
  border-top-color: rgb(231 229 228 / 1);
  border-bottom-color: rgb(231 229 228 / 1);
}

.active\:border-y-stone-200\/20:active {
  border-top-color: rgb(231 229 228 / 0.2);
  border-bottom-color: rgb(231 229 228 / 0.2);
}

.active\:border-y-stone-200\/25:active {
  border-top-color: rgb(231 229 228 / 0.25);
  border-bottom-color: rgb(231 229 228 / 0.25);
}

.active\:border-y-stone-200\/30:active {
  border-top-color: rgb(231 229 228 / 0.3);
  border-bottom-color: rgb(231 229 228 / 0.3);
}

.active\:border-y-stone-200\/40:active {
  border-top-color: rgb(231 229 228 / 0.4);
  border-bottom-color: rgb(231 229 228 / 0.4);
}

.active\:border-y-stone-200\/5:active {
  border-top-color: rgb(231 229 228 / 0.05);
  border-bottom-color: rgb(231 229 228 / 0.05);
}

.active\:border-y-stone-200\/50:active {
  border-top-color: rgb(231 229 228 / 0.5);
  border-bottom-color: rgb(231 229 228 / 0.5);
}

.active\:border-y-stone-200\/60:active {
  border-top-color: rgb(231 229 228 / 0.6);
  border-bottom-color: rgb(231 229 228 / 0.6);
}

.active\:border-y-stone-200\/70:active {
  border-top-color: rgb(231 229 228 / 0.7);
  border-bottom-color: rgb(231 229 228 / 0.7);
}

.active\:border-y-stone-200\/75:active {
  border-top-color: rgb(231 229 228 / 0.75);
  border-bottom-color: rgb(231 229 228 / 0.75);
}

.active\:border-y-stone-200\/80:active {
  border-top-color: rgb(231 229 228 / 0.8);
  border-bottom-color: rgb(231 229 228 / 0.8);
}

.active\:border-y-stone-200\/90:active {
  border-top-color: rgb(231 229 228 / 0.9);
  border-bottom-color: rgb(231 229 228 / 0.9);
}

.active\:border-y-stone-200\/95:active {
  border-top-color: rgb(231 229 228 / 0.95);
  border-bottom-color: rgb(231 229 228 / 0.95);
}

.active\:border-y-stone-300:active {
  --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));
}

.active\:border-y-stone-300\/0:active {
  border-top-color: rgb(214 211 209 / 0);
  border-bottom-color: rgb(214 211 209 / 0);
}

.active\:border-y-stone-300\/10:active {
  border-top-color: rgb(214 211 209 / 0.1);
  border-bottom-color: rgb(214 211 209 / 0.1);
}

.active\:border-y-stone-300\/100:active {
  border-top-color: rgb(214 211 209 / 1);
  border-bottom-color: rgb(214 211 209 / 1);
}

.active\:border-y-stone-300\/20:active {
  border-top-color: rgb(214 211 209 / 0.2);
  border-bottom-color: rgb(214 211 209 / 0.2);
}

.active\:border-y-stone-300\/25:active {
  border-top-color: rgb(214 211 209 / 0.25);
  border-bottom-color: rgb(214 211 209 / 0.25);
}

.active\:border-y-stone-300\/30:active {
  border-top-color: rgb(214 211 209 / 0.3);
  border-bottom-color: rgb(214 211 209 / 0.3);
}

.active\:border-y-stone-300\/40:active {
  border-top-color: rgb(214 211 209 / 0.4);
  border-bottom-color: rgb(214 211 209 / 0.4);
}

.active\:border-y-stone-300\/5:active {
  border-top-color: rgb(214 211 209 / 0.05);
  border-bottom-color: rgb(214 211 209 / 0.05);
}

.active\:border-y-stone-300\/50:active {
  border-top-color: rgb(214 211 209 / 0.5);
  border-bottom-color: rgb(214 211 209 / 0.5);
}

.active\:border-y-stone-300\/60:active {
  border-top-color: rgb(214 211 209 / 0.6);
  border-bottom-color: rgb(214 211 209 / 0.6);
}

.active\:border-y-stone-300\/70:active {
  border-top-color: rgb(214 211 209 / 0.7);
  border-bottom-color: rgb(214 211 209 / 0.7);
}

.active\:border-y-stone-300\/75:active {
  border-top-color: rgb(214 211 209 / 0.75);
  border-bottom-color: rgb(214 211 209 / 0.75);
}

.active\:border-y-stone-300\/80:active {
  border-top-color: rgb(214 211 209 / 0.8);
  border-bottom-color: rgb(214 211 209 / 0.8);
}

.active\:border-y-stone-300\/90:active {
  border-top-color: rgb(214 211 209 / 0.9);
  border-bottom-color: rgb(214 211 209 / 0.9);
}

.active\:border-y-stone-300\/95:active {
  border-top-color: rgb(214 211 209 / 0.95);
  border-bottom-color: rgb(214 211 209 / 0.95);
}

.active\:border-y-stone-400:active {
  --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));
}

.active\:border-y-stone-400\/0:active {
  border-top-color: rgb(168 162 158 / 0);
  border-bottom-color: rgb(168 162 158 / 0);
}

.active\:border-y-stone-400\/10:active {
  border-top-color: rgb(168 162 158 / 0.1);
  border-bottom-color: rgb(168 162 158 / 0.1);
}

.active\:border-y-stone-400\/100:active {
  border-top-color: rgb(168 162 158 / 1);
  border-bottom-color: rgb(168 162 158 / 1);
}

.active\:border-y-stone-400\/20:active {
  border-top-color: rgb(168 162 158 / 0.2);
  border-bottom-color: rgb(168 162 158 / 0.2);
}

.active\:border-y-stone-400\/25:active {
  border-top-color: rgb(168 162 158 / 0.25);
  border-bottom-color: rgb(168 162 158 / 0.25);
}

.active\:border-y-stone-400\/30:active {
  border-top-color: rgb(168 162 158 / 0.3);
  border-bottom-color: rgb(168 162 158 / 0.3);
}

.active\:border-y-stone-400\/40:active {
  border-top-color: rgb(168 162 158 / 0.4);
  border-bottom-color: rgb(168 162 158 / 0.4);
}

.active\:border-y-stone-400\/5:active {
  border-top-color: rgb(168 162 158 / 0.05);
  border-bottom-color: rgb(168 162 158 / 0.05);
}

.active\:border-y-stone-400\/50:active {
  border-top-color: rgb(168 162 158 / 0.5);
  border-bottom-color: rgb(168 162 158 / 0.5);
}

.active\:border-y-stone-400\/60:active {
  border-top-color: rgb(168 162 158 / 0.6);
  border-bottom-color: rgb(168 162 158 / 0.6);
}

.active\:border-y-stone-400\/70:active {
  border-top-color: rgb(168 162 158 / 0.7);
  border-bottom-color: rgb(168 162 158 / 0.7);
}

.active\:border-y-stone-400\/75:active {
  border-top-color: rgb(168 162 158 / 0.75);
  border-bottom-color: rgb(168 162 158 / 0.75);
}

.active\:border-y-stone-400\/80:active {
  border-top-color: rgb(168 162 158 / 0.8);
  border-bottom-color: rgb(168 162 158 / 0.8);
}

.active\:border-y-stone-400\/90:active {
  border-top-color: rgb(168 162 158 / 0.9);
  border-bottom-color: rgb(168 162 158 / 0.9);
}

.active\:border-y-stone-400\/95:active {
  border-top-color: rgb(168 162 158 / 0.95);
  border-bottom-color: rgb(168 162 158 / 0.95);
}

.active\:border-y-stone-50:active {
  --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));
}

.active\:border-y-stone-50\/0:active {
  border-top-color: rgb(250 250 249 / 0);
  border-bottom-color: rgb(250 250 249 / 0);
}

.active\:border-y-stone-50\/10:active {
  border-top-color: rgb(250 250 249 / 0.1);
  border-bottom-color: rgb(250 250 249 / 0.1);
}

.active\:border-y-stone-50\/100:active {
  border-top-color: rgb(250 250 249 / 1);
  border-bottom-color: rgb(250 250 249 / 1);
}

.active\:border-y-stone-50\/20:active {
  border-top-color: rgb(250 250 249 / 0.2);
  border-bottom-color: rgb(250 250 249 / 0.2);
}

.active\:border-y-stone-50\/25:active {
  border-top-color: rgb(250 250 249 / 0.25);
  border-bottom-color: rgb(250 250 249 / 0.25);
}

.active\:border-y-stone-50\/30:active {
  border-top-color: rgb(250 250 249 / 0.3);
  border-bottom-color: rgb(250 250 249 / 0.3);
}

.active\:border-y-stone-50\/40:active {
  border-top-color: rgb(250 250 249 / 0.4);
  border-bottom-color: rgb(250 250 249 / 0.4);
}

.active\:border-y-stone-50\/5:active {
  border-top-color: rgb(250 250 249 / 0.05);
  border-bottom-color: rgb(250 250 249 / 0.05);
}

.active\:border-y-stone-50\/50:active {
  border-top-color: rgb(250 250 249 / 0.5);
  border-bottom-color: rgb(250 250 249 / 0.5);
}

.active\:border-y-stone-50\/60:active {
  border-top-color: rgb(250 250 249 / 0.6);
  border-bottom-color: rgb(250 250 249 / 0.6);
}

.active\:border-y-stone-50\/70:active {
  border-top-color: rgb(250 250 249 / 0.7);
  border-bottom-color: rgb(250 250 249 / 0.7);
}

.active\:border-y-stone-50\/75:active {
  border-top-color: rgb(250 250 249 / 0.75);
  border-bottom-color: rgb(250 250 249 / 0.75);
}

.active\:border-y-stone-50\/80:active {
  border-top-color: rgb(250 250 249 / 0.8);
  border-bottom-color: rgb(250 250 249 / 0.8);
}

.active\:border-y-stone-50\/90:active {
  border-top-color: rgb(250 250 249 / 0.9);
  border-bottom-color: rgb(250 250 249 / 0.9);
}

.active\:border-y-stone-50\/95:active {
  border-top-color: rgb(250 250 249 / 0.95);
  border-bottom-color: rgb(250 250 249 / 0.95);
}

.active\:border-y-stone-500:active {
  --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));
}

.active\:border-y-stone-500\/0:active {
  border-top-color: rgb(120 113 108 / 0);
  border-bottom-color: rgb(120 113 108 / 0);
}

.active\:border-y-stone-500\/10:active {
  border-top-color: rgb(120 113 108 / 0.1);
  border-bottom-color: rgb(120 113 108 / 0.1);
}

.active\:border-y-stone-500\/100:active {
  border-top-color: rgb(120 113 108 / 1);
  border-bottom-color: rgb(120 113 108 / 1);
}

.active\:border-y-stone-500\/20:active {
  border-top-color: rgb(120 113 108 / 0.2);
  border-bottom-color: rgb(120 113 108 / 0.2);
}

.active\:border-y-stone-500\/25:active {
  border-top-color: rgb(120 113 108 / 0.25);
  border-bottom-color: rgb(120 113 108 / 0.25);
}

.active\:border-y-stone-500\/30:active {
  border-top-color: rgb(120 113 108 / 0.3);
  border-bottom-color: rgb(120 113 108 / 0.3);
}

.active\:border-y-stone-500\/40:active {
  border-top-color: rgb(120 113 108 / 0.4);
  border-bottom-color: rgb(120 113 108 / 0.4);
}

.active\:border-y-stone-500\/5:active {
  border-top-color: rgb(120 113 108 / 0.05);
  border-bottom-color: rgb(120 113 108 / 0.05);
}

.active\:border-y-stone-500\/50:active {
  border-top-color: rgb(120 113 108 / 0.5);
  border-bottom-color: rgb(120 113 108 / 0.5);
}

.active\:border-y-stone-500\/60:active {
  border-top-color: rgb(120 113 108 / 0.6);
  border-bottom-color: rgb(120 113 108 / 0.6);
}

.active\:border-y-stone-500\/70:active {
  border-top-color: rgb(120 113 108 / 0.7);
  border-bottom-color: rgb(120 113 108 / 0.7);
}

.active\:border-y-stone-500\/75:active {
  border-top-color: rgb(120 113 108 / 0.75);
  border-bottom-color: rgb(120 113 108 / 0.75);
}

.active\:border-y-stone-500\/80:active {
  border-top-color: rgb(120 113 108 / 0.8);
  border-bottom-color: rgb(120 113 108 / 0.8);
}

.active\:border-y-stone-500\/90:active {
  border-top-color: rgb(120 113 108 / 0.9);
  border-bottom-color: rgb(120 113 108 / 0.9);
}

.active\:border-y-stone-500\/95:active {
  border-top-color: rgb(120 113 108 / 0.95);
  border-bottom-color: rgb(120 113 108 / 0.95);
}

.active\:border-y-stone-600:active {
  --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));
}

.active\:border-y-stone-600\/0:active {
  border-top-color: rgb(87 83 78 / 0);
  border-bottom-color: rgb(87 83 78 / 0);
}

.active\:border-y-stone-600\/10:active {
  border-top-color: rgb(87 83 78 / 0.1);
  border-bottom-color: rgb(87 83 78 / 0.1);
}

.active\:border-y-stone-600\/100:active {
  border-top-color: rgb(87 83 78 / 1);
  border-bottom-color: rgb(87 83 78 / 1);
}

.active\:border-y-stone-600\/20:active {
  border-top-color: rgb(87 83 78 / 0.2);
  border-bottom-color: rgb(87 83 78 / 0.2);
}

.active\:border-y-stone-600\/25:active {
  border-top-color: rgb(87 83 78 / 0.25);
  border-bottom-color: rgb(87 83 78 / 0.25);
}

.active\:border-y-stone-600\/30:active {
  border-top-color: rgb(87 83 78 / 0.3);
  border-bottom-color: rgb(87 83 78 / 0.3);
}

.active\:border-y-stone-600\/40:active {
  border-top-color: rgb(87 83 78 / 0.4);
  border-bottom-color: rgb(87 83 78 / 0.4);
}

.active\:border-y-stone-600\/5:active {
  border-top-color: rgb(87 83 78 / 0.05);
  border-bottom-color: rgb(87 83 78 / 0.05);
}

.active\:border-y-stone-600\/50:active {
  border-top-color: rgb(87 83 78 / 0.5);
  border-bottom-color: rgb(87 83 78 / 0.5);
}

.active\:border-y-stone-600\/60:active {
  border-top-color: rgb(87 83 78 / 0.6);
  border-bottom-color: rgb(87 83 78 / 0.6);
}

.active\:border-y-stone-600\/70:active {
  border-top-color: rgb(87 83 78 / 0.7);
  border-bottom-color: rgb(87 83 78 / 0.7);
}

.active\:border-y-stone-600\/75:active {
  border-top-color: rgb(87 83 78 / 0.75);
  border-bottom-color: rgb(87 83 78 / 0.75);
}

.active\:border-y-stone-600\/80:active {
  border-top-color: rgb(87 83 78 / 0.8);
  border-bottom-color: rgb(87 83 78 / 0.8);
}

.active\:border-y-stone-600\/90:active {
  border-top-color: rgb(87 83 78 / 0.9);
  border-bottom-color: rgb(87 83 78 / 0.9);
}

.active\:border-y-stone-600\/95:active {
  border-top-color: rgb(87 83 78 / 0.95);
  border-bottom-color: rgb(87 83 78 / 0.95);
}

.active\:border-y-stone-700:active {
  --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));
}

.active\:border-y-stone-700\/0:active {
  border-top-color: rgb(68 64 60 / 0);
  border-bottom-color: rgb(68 64 60 / 0);
}

.active\:border-y-stone-700\/10:active {
  border-top-color: rgb(68 64 60 / 0.1);
  border-bottom-color: rgb(68 64 60 / 0.1);
}

.active\:border-y-stone-700\/100:active {
  border-top-color: rgb(68 64 60 / 1);
  border-bottom-color: rgb(68 64 60 / 1);
}

.active\:border-y-stone-700\/20:active {
  border-top-color: rgb(68 64 60 / 0.2);
  border-bottom-color: rgb(68 64 60 / 0.2);
}

.active\:border-y-stone-700\/25:active {
  border-top-color: rgb(68 64 60 / 0.25);
  border-bottom-color: rgb(68 64 60 / 0.25);
}

.active\:border-y-stone-700\/30:active {
  border-top-color: rgb(68 64 60 / 0.3);
  border-bottom-color: rgb(68 64 60 / 0.3);
}

.active\:border-y-stone-700\/40:active {
  border-top-color: rgb(68 64 60 / 0.4);
  border-bottom-color: rgb(68 64 60 / 0.4);
}

.active\:border-y-stone-700\/5:active {
  border-top-color: rgb(68 64 60 / 0.05);
  border-bottom-color: rgb(68 64 60 / 0.05);
}

.active\:border-y-stone-700\/50:active {
  border-top-color: rgb(68 64 60 / 0.5);
  border-bottom-color: rgb(68 64 60 / 0.5);
}

.active\:border-y-stone-700\/60:active {
  border-top-color: rgb(68 64 60 / 0.6);
  border-bottom-color: rgb(68 64 60 / 0.6);
}

.active\:border-y-stone-700\/70:active {
  border-top-color: rgb(68 64 60 / 0.7);
  border-bottom-color: rgb(68 64 60 / 0.7);
}

.active\:border-y-stone-700\/75:active {
  border-top-color: rgb(68 64 60 / 0.75);
  border-bottom-color: rgb(68 64 60 / 0.75);
}

.active\:border-y-stone-700\/80:active {
  border-top-color: rgb(68 64 60 / 0.8);
  border-bottom-color: rgb(68 64 60 / 0.8);
}

.active\:border-y-stone-700\/90:active {
  border-top-color: rgb(68 64 60 / 0.9);
  border-bottom-color: rgb(68 64 60 / 0.9);
}

.active\:border-y-stone-700\/95:active {
  border-top-color: rgb(68 64 60 / 0.95);
  border-bottom-color: rgb(68 64 60 / 0.95);
}

.active\:border-y-stone-800:active {
  --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));
}

.active\:border-y-stone-800\/0:active {
  border-top-color: rgb(41 37 36 / 0);
  border-bottom-color: rgb(41 37 36 / 0);
}

.active\:border-y-stone-800\/10:active {
  border-top-color: rgb(41 37 36 / 0.1);
  border-bottom-color: rgb(41 37 36 / 0.1);
}

.active\:border-y-stone-800\/100:active {
  border-top-color: rgb(41 37 36 / 1);
  border-bottom-color: rgb(41 37 36 / 1);
}

.active\:border-y-stone-800\/20:active {
  border-top-color: rgb(41 37 36 / 0.2);
  border-bottom-color: rgb(41 37 36 / 0.2);
}

.active\:border-y-stone-800\/25:active {
  border-top-color: rgb(41 37 36 / 0.25);
  border-bottom-color: rgb(41 37 36 / 0.25);
}

.active\:border-y-stone-800\/30:active {
  border-top-color: rgb(41 37 36 / 0.3);
  border-bottom-color: rgb(41 37 36 / 0.3);
}

.active\:border-y-stone-800\/40:active {
  border-top-color: rgb(41 37 36 / 0.4);
  border-bottom-color: rgb(41 37 36 / 0.4);
}

.active\:border-y-stone-800\/5:active {
  border-top-color: rgb(41 37 36 / 0.05);
  border-bottom-color: rgb(41 37 36 / 0.05);
}

.active\:border-y-stone-800\/50:active {
  border-top-color: rgb(41 37 36 / 0.5);
  border-bottom-color: rgb(41 37 36 / 0.5);
}

.active\:border-y-stone-800\/60:active {
  border-top-color: rgb(41 37 36 / 0.6);
  border-bottom-color: rgb(41 37 36 / 0.6);
}

.active\:border-y-stone-800\/70:active {
  border-top-color: rgb(41 37 36 / 0.7);
  border-bottom-color: rgb(41 37 36 / 0.7);
}

.active\:border-y-stone-800\/75:active {
  border-top-color: rgb(41 37 36 / 0.75);
  border-bottom-color: rgb(41 37 36 / 0.75);
}

.active\:border-y-stone-800\/80:active {
  border-top-color: rgb(41 37 36 / 0.8);
  border-bottom-color: rgb(41 37 36 / 0.8);
}

.active\:border-y-stone-800\/90:active {
  border-top-color: rgb(41 37 36 / 0.9);
  border-bottom-color: rgb(41 37 36 / 0.9);
}

.active\:border-y-stone-800\/95:active {
  border-top-color: rgb(41 37 36 / 0.95);
  border-bottom-color: rgb(41 37 36 / 0.95);
}

.active\:border-y-stone-900:active {
  --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));
}

.active\:border-y-stone-900\/0:active {
  border-top-color: rgb(28 25 23 / 0);
  border-bottom-color: rgb(28 25 23 / 0);
}

.active\:border-y-stone-900\/10:active {
  border-top-color: rgb(28 25 23 / 0.1);
  border-bottom-color: rgb(28 25 23 / 0.1);
}

.active\:border-y-stone-900\/100:active {
  border-top-color: rgb(28 25 23 / 1);
  border-bottom-color: rgb(28 25 23 / 1);
}

.active\:border-y-stone-900\/20:active {
  border-top-color: rgb(28 25 23 / 0.2);
  border-bottom-color: rgb(28 25 23 / 0.2);
}

.active\:border-y-stone-900\/25:active {
  border-top-color: rgb(28 25 23 / 0.25);
  border-bottom-color: rgb(28 25 23 / 0.25);
}

.active\:border-y-stone-900\/30:active {
  border-top-color: rgb(28 25 23 / 0.3);
  border-bottom-color: rgb(28 25 23 / 0.3);
}

.active\:border-y-stone-900\/40:active {
  border-top-color: rgb(28 25 23 / 0.4);
  border-bottom-color: rgb(28 25 23 / 0.4);
}

.active\:border-y-stone-900\/5:active {
  border-top-color: rgb(28 25 23 / 0.05);
  border-bottom-color: rgb(28 25 23 / 0.05);
}

.active\:border-y-stone-900\/50:active {
  border-top-color: rgb(28 25 23 / 0.5);
  border-bottom-color: rgb(28 25 23 / 0.5);
}

.active\:border-y-stone-900\/60:active {
  border-top-color: rgb(28 25 23 / 0.6);
  border-bottom-color: rgb(28 25 23 / 0.6);
}

.active\:border-y-stone-900\/70:active {
  border-top-color: rgb(28 25 23 / 0.7);
  border-bottom-color: rgb(28 25 23 / 0.7);
}

.active\:border-y-stone-900\/75:active {
  border-top-color: rgb(28 25 23 / 0.75);
  border-bottom-color: rgb(28 25 23 / 0.75);
}

.active\:border-y-stone-900\/80:active {
  border-top-color: rgb(28 25 23 / 0.8);
  border-bottom-color: rgb(28 25 23 / 0.8);
}

.active\:border-y-stone-900\/90:active {
  border-top-color: rgb(28 25 23 / 0.9);
  border-bottom-color: rgb(28 25 23 / 0.9);
}

.active\:border-y-stone-900\/95:active {
  border-top-color: rgb(28 25 23 / 0.95);
  border-bottom-color: rgb(28 25 23 / 0.95);
}

.active\:border-y-stone-950:active {
  --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));
}

.active\:border-y-stone-950\/0:active {
  border-top-color: rgb(12 10 9 / 0);
  border-bottom-color: rgb(12 10 9 / 0);
}

.active\:border-y-stone-950\/10:active {
  border-top-color: rgb(12 10 9 / 0.1);
  border-bottom-color: rgb(12 10 9 / 0.1);
}

.active\:border-y-stone-950\/100:active {
  border-top-color: rgb(12 10 9 / 1);
  border-bottom-color: rgb(12 10 9 / 1);
}

.active\:border-y-stone-950\/20:active {
  border-top-color: rgb(12 10 9 / 0.2);
  border-bottom-color: rgb(12 10 9 / 0.2);
}

.active\:border-y-stone-950\/25:active {
  border-top-color: rgb(12 10 9 / 0.25);
  border-bottom-color: rgb(12 10 9 / 0.25);
}

.active\:border-y-stone-950\/30:active {
  border-top-color: rgb(12 10 9 / 0.3);
  border-bottom-color: rgb(12 10 9 / 0.3);
}

.active\:border-y-stone-950\/40:active {
  border-top-color: rgb(12 10 9 / 0.4);
  border-bottom-color: rgb(12 10 9 / 0.4);
}

.active\:border-y-stone-950\/5:active {
  border-top-color: rgb(12 10 9 / 0.05);
  border-bottom-color: rgb(12 10 9 / 0.05);
}

.active\:border-y-stone-950\/50:active {
  border-top-color: rgb(12 10 9 / 0.5);
  border-bottom-color: rgb(12 10 9 / 0.5);
}

.active\:border-y-stone-950\/60:active {
  border-top-color: rgb(12 10 9 / 0.6);
  border-bottom-color: rgb(12 10 9 / 0.6);
}

.active\:border-y-stone-950\/70:active {
  border-top-color: rgb(12 10 9 / 0.7);
  border-bottom-color: rgb(12 10 9 / 0.7);
}

.active\:border-y-stone-950\/75:active {
  border-top-color: rgb(12 10 9 / 0.75);
  border-bottom-color: rgb(12 10 9 / 0.75);
}

.active\:border-y-stone-950\/80:active {
  border-top-color: rgb(12 10 9 / 0.8);
  border-bottom-color: rgb(12 10 9 / 0.8);
}

.active\:border-y-stone-950\/90:active {
  border-top-color: rgb(12 10 9 / 0.9);
  border-bottom-color: rgb(12 10 9 / 0.9);
}

.active\:border-y-stone-950\/95:active {
  border-top-color: rgb(12 10 9 / 0.95);
  border-bottom-color: rgb(12 10 9 / 0.95);
}

.active\:border-y-teal-100:active {
  --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));
}

.active\:border-y-teal-100\/0:active {
  border-top-color: rgb(204 251 241 / 0);
  border-bottom-color: rgb(204 251 241 / 0);
}

.active\:border-y-teal-100\/10:active {
  border-top-color: rgb(204 251 241 / 0.1);
  border-bottom-color: rgb(204 251 241 / 0.1);
}

.active\:border-y-teal-100\/100:active {
  border-top-color: rgb(204 251 241 / 1);
  border-bottom-color: rgb(204 251 241 / 1);
}

.active\:border-y-teal-100\/20:active {
  border-top-color: rgb(204 251 241 / 0.2);
  border-bottom-color: rgb(204 251 241 / 0.2);
}

.active\:border-y-teal-100\/25:active {
  border-top-color: rgb(204 251 241 / 0.25);
  border-bottom-color: rgb(204 251 241 / 0.25);
}

.active\:border-y-teal-100\/30:active {
  border-top-color: rgb(204 251 241 / 0.3);
  border-bottom-color: rgb(204 251 241 / 0.3);
}

.active\:border-y-teal-100\/40:active {
  border-top-color: rgb(204 251 241 / 0.4);
  border-bottom-color: rgb(204 251 241 / 0.4);
}

.active\:border-y-teal-100\/5:active {
  border-top-color: rgb(204 251 241 / 0.05);
  border-bottom-color: rgb(204 251 241 / 0.05);
}

.active\:border-y-teal-100\/50:active {
  border-top-color: rgb(204 251 241 / 0.5);
  border-bottom-color: rgb(204 251 241 / 0.5);
}

.active\:border-y-teal-100\/60:active {
  border-top-color: rgb(204 251 241 / 0.6);
  border-bottom-color: rgb(204 251 241 / 0.6);
}

.active\:border-y-teal-100\/70:active {
  border-top-color: rgb(204 251 241 / 0.7);
  border-bottom-color: rgb(204 251 241 / 0.7);
}

.active\:border-y-teal-100\/75:active {
  border-top-color: rgb(204 251 241 / 0.75);
  border-bottom-color: rgb(204 251 241 / 0.75);
}

.active\:border-y-teal-100\/80:active {
  border-top-color: rgb(204 251 241 / 0.8);
  border-bottom-color: rgb(204 251 241 / 0.8);
}

.active\:border-y-teal-100\/90:active {
  border-top-color: rgb(204 251 241 / 0.9);
  border-bottom-color: rgb(204 251 241 / 0.9);
}

.active\:border-y-teal-100\/95:active {
  border-top-color: rgb(204 251 241 / 0.95);
  border-bottom-color: rgb(204 251 241 / 0.95);
}

.active\:border-y-teal-200:active {
  --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));
}

.active\:border-y-teal-200\/0:active {
  border-top-color: rgb(153 246 228 / 0);
  border-bottom-color: rgb(153 246 228 / 0);
}

.active\:border-y-teal-200\/10:active {
  border-top-color: rgb(153 246 228 / 0.1);
  border-bottom-color: rgb(153 246 228 / 0.1);
}

.active\:border-y-teal-200\/100:active {
  border-top-color: rgb(153 246 228 / 1);
  border-bottom-color: rgb(153 246 228 / 1);
}

.active\:border-y-teal-200\/20:active {
  border-top-color: rgb(153 246 228 / 0.2);
  border-bottom-color: rgb(153 246 228 / 0.2);
}

.active\:border-y-teal-200\/25:active {
  border-top-color: rgb(153 246 228 / 0.25);
  border-bottom-color: rgb(153 246 228 / 0.25);
}

.active\:border-y-teal-200\/30:active {
  border-top-color: rgb(153 246 228 / 0.3);
  border-bottom-color: rgb(153 246 228 / 0.3);
}

.active\:border-y-teal-200\/40:active {
  border-top-color: rgb(153 246 228 / 0.4);
  border-bottom-color: rgb(153 246 228 / 0.4);
}

.active\:border-y-teal-200\/5:active {
  border-top-color: rgb(153 246 228 / 0.05);
  border-bottom-color: rgb(153 246 228 / 0.05);
}

.active\:border-y-teal-200\/50:active {
  border-top-color: rgb(153 246 228 / 0.5);
  border-bottom-color: rgb(153 246 228 / 0.5);
}

.active\:border-y-teal-200\/60:active {
  border-top-color: rgb(153 246 228 / 0.6);
  border-bottom-color: rgb(153 246 228 / 0.6);
}

.active\:border-y-teal-200\/70:active {
  border-top-color: rgb(153 246 228 / 0.7);
  border-bottom-color: rgb(153 246 228 / 0.7);
}

.active\:border-y-teal-200\/75:active {
  border-top-color: rgb(153 246 228 / 0.75);
  border-bottom-color: rgb(153 246 228 / 0.75);
}

.active\:border-y-teal-200\/80:active {
  border-top-color: rgb(153 246 228 / 0.8);
  border-bottom-color: rgb(153 246 228 / 0.8);
}

.active\:border-y-teal-200\/90:active {
  border-top-color: rgb(153 246 228 / 0.9);
  border-bottom-color: rgb(153 246 228 / 0.9);
}

.active\:border-y-teal-200\/95:active {
  border-top-color: rgb(153 246 228 / 0.95);
  border-bottom-color: rgb(153 246 228 / 0.95);
}

.active\:border-y-teal-300:active {
  --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));
}

.active\:border-y-teal-300\/0:active {
  border-top-color: rgb(94 234 212 / 0);
  border-bottom-color: rgb(94 234 212 / 0);
}

.active\:border-y-teal-300\/10:active {
  border-top-color: rgb(94 234 212 / 0.1);
  border-bottom-color: rgb(94 234 212 / 0.1);
}

.active\:border-y-teal-300\/100:active {
  border-top-color: rgb(94 234 212 / 1);
  border-bottom-color: rgb(94 234 212 / 1);
}

.active\:border-y-teal-300\/20:active {
  border-top-color: rgb(94 234 212 / 0.2);
  border-bottom-color: rgb(94 234 212 / 0.2);
}

.active\:border-y-teal-300\/25:active {
  border-top-color: rgb(94 234 212 / 0.25);
  border-bottom-color: rgb(94 234 212 / 0.25);
}

.active\:border-y-teal-300\/30:active {
  border-top-color: rgb(94 234 212 / 0.3);
  border-bottom-color: rgb(94 234 212 / 0.3);
}

.active\:border-y-teal-300\/40:active {
  border-top-color: rgb(94 234 212 / 0.4);
  border-bottom-color: rgb(94 234 212 / 0.4);
}

.active\:border-y-teal-300\/5:active {
  border-top-color: rgb(94 234 212 / 0.05);
  border-bottom-color: rgb(94 234 212 / 0.05);
}

.active\:border-y-teal-300\/50:active {
  border-top-color: rgb(94 234 212 / 0.5);
  border-bottom-color: rgb(94 234 212 / 0.5);
}

.active\:border-y-teal-300\/60:active {
  border-top-color: rgb(94 234 212 / 0.6);
  border-bottom-color: rgb(94 234 212 / 0.6);
}

.active\:border-y-teal-300\/70:active {
  border-top-color: rgb(94 234 212 / 0.7);
  border-bottom-color: rgb(94 234 212 / 0.7);
}

.active\:border-y-teal-300\/75:active {
  border-top-color: rgb(94 234 212 / 0.75);
  border-bottom-color: rgb(94 234 212 / 0.75);
}

.active\:border-y-teal-300\/80:active {
  border-top-color: rgb(94 234 212 / 0.8);
  border-bottom-color: rgb(94 234 212 / 0.8);
}

.active\:border-y-teal-300\/90:active {
  border-top-color: rgb(94 234 212 / 0.9);
  border-bottom-color: rgb(94 234 212 / 0.9);
}

.active\:border-y-teal-300\/95:active {
  border-top-color: rgb(94 234 212 / 0.95);
  border-bottom-color: rgb(94 234 212 / 0.95);
}

.active\:border-y-teal-400:active {
  --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));
}

.active\:border-y-teal-400\/0:active {
  border-top-color: rgb(45 212 191 / 0);
  border-bottom-color: rgb(45 212 191 / 0);
}

.active\:border-y-teal-400\/10:active {
  border-top-color: rgb(45 212 191 / 0.1);
  border-bottom-color: rgb(45 212 191 / 0.1);
}

.active\:border-y-teal-400\/100:active {
  border-top-color: rgb(45 212 191 / 1);
  border-bottom-color: rgb(45 212 191 / 1);
}

.active\:border-y-teal-400\/20:active {
  border-top-color: rgb(45 212 191 / 0.2);
  border-bottom-color: rgb(45 212 191 / 0.2);
}

.active\:border-y-teal-400\/25:active {
  border-top-color: rgb(45 212 191 / 0.25);
  border-bottom-color: rgb(45 212 191 / 0.25);
}

.active\:border-y-teal-400\/30:active {
  border-top-color: rgb(45 212 191 / 0.3);
  border-bottom-color: rgb(45 212 191 / 0.3);
}

.active\:border-y-teal-400\/40:active {
  border-top-color: rgb(45 212 191 / 0.4);
  border-bottom-color: rgb(45 212 191 / 0.4);
}

.active\:border-y-teal-400\/5:active {
  border-top-color: rgb(45 212 191 / 0.05);
  border-bottom-color: rgb(45 212 191 / 0.05);
}

.active\:border-y-teal-400\/50:active {
  border-top-color: rgb(45 212 191 / 0.5);
  border-bottom-color: rgb(45 212 191 / 0.5);
}

.active\:border-y-teal-400\/60:active {
  border-top-color: rgb(45 212 191 / 0.6);
  border-bottom-color: rgb(45 212 191 / 0.6);
}

.active\:border-y-teal-400\/70:active {
  border-top-color: rgb(45 212 191 / 0.7);
  border-bottom-color: rgb(45 212 191 / 0.7);
}

.active\:border-y-teal-400\/75:active {
  border-top-color: rgb(45 212 191 / 0.75);
  border-bottom-color: rgb(45 212 191 / 0.75);
}

.active\:border-y-teal-400\/80:active {
  border-top-color: rgb(45 212 191 / 0.8);
  border-bottom-color: rgb(45 212 191 / 0.8);
}

.active\:border-y-teal-400\/90:active {
  border-top-color: rgb(45 212 191 / 0.9);
  border-bottom-color: rgb(45 212 191 / 0.9);
}

.active\:border-y-teal-400\/95:active {
  border-top-color: rgb(45 212 191 / 0.95);
  border-bottom-color: rgb(45 212 191 / 0.95);
}

.active\:border-y-teal-50:active {
  --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));
}

.active\:border-y-teal-50\/0:active {
  border-top-color: rgb(240 253 250 / 0);
  border-bottom-color: rgb(240 253 250 / 0);
}

.active\:border-y-teal-50\/10:active {
  border-top-color: rgb(240 253 250 / 0.1);
  border-bottom-color: rgb(240 253 250 / 0.1);
}

.active\:border-y-teal-50\/100:active {
  border-top-color: rgb(240 253 250 / 1);
  border-bottom-color: rgb(240 253 250 / 1);
}

.active\:border-y-teal-50\/20:active {
  border-top-color: rgb(240 253 250 / 0.2);
  border-bottom-color: rgb(240 253 250 / 0.2);
}

.active\:border-y-teal-50\/25:active {
  border-top-color: rgb(240 253 250 / 0.25);
  border-bottom-color: rgb(240 253 250 / 0.25);
}

.active\:border-y-teal-50\/30:active {
  border-top-color: rgb(240 253 250 / 0.3);
  border-bottom-color: rgb(240 253 250 / 0.3);
}

.active\:border-y-teal-50\/40:active {
  border-top-color: rgb(240 253 250 / 0.4);
  border-bottom-color: rgb(240 253 250 / 0.4);
}

.active\:border-y-teal-50\/5:active {
  border-top-color: rgb(240 253 250 / 0.05);
  border-bottom-color: rgb(240 253 250 / 0.05);
}

.active\:border-y-teal-50\/50:active {
  border-top-color: rgb(240 253 250 / 0.5);
  border-bottom-color: rgb(240 253 250 / 0.5);
}

.active\:border-y-teal-50\/60:active {
  border-top-color: rgb(240 253 250 / 0.6);
  border-bottom-color: rgb(240 253 250 / 0.6);
}

.active\:border-y-teal-50\/70:active {
  border-top-color: rgb(240 253 250 / 0.7);
  border-bottom-color: rgb(240 253 250 / 0.7);
}

.active\:border-y-teal-50\/75:active {
  border-top-color: rgb(240 253 250 / 0.75);
  border-bottom-color: rgb(240 253 250 / 0.75);
}

.active\:border-y-teal-50\/80:active {
  border-top-color: rgb(240 253 250 / 0.8);
  border-bottom-color: rgb(240 253 250 / 0.8);
}

.active\:border-y-teal-50\/90:active {
  border-top-color: rgb(240 253 250 / 0.9);
  border-bottom-color: rgb(240 253 250 / 0.9);
}

.active\:border-y-teal-50\/95:active {
  border-top-color: rgb(240 253 250 / 0.95);
  border-bottom-color: rgb(240 253 250 / 0.95);
}

.active\:border-y-teal-500:active {
  --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));
}

.active\:border-y-teal-500\/0:active {
  border-top-color: rgb(20 184 166 / 0);
  border-bottom-color: rgb(20 184 166 / 0);
}

.active\:border-y-teal-500\/10:active {
  border-top-color: rgb(20 184 166 / 0.1);
  border-bottom-color: rgb(20 184 166 / 0.1);
}

.active\:border-y-teal-500\/100:active {
  border-top-color: rgb(20 184 166 / 1);
  border-bottom-color: rgb(20 184 166 / 1);
}

.active\:border-y-teal-500\/20:active {
  border-top-color: rgb(20 184 166 / 0.2);
  border-bottom-color: rgb(20 184 166 / 0.2);
}

.active\:border-y-teal-500\/25:active {
  border-top-color: rgb(20 184 166 / 0.25);
  border-bottom-color: rgb(20 184 166 / 0.25);
}

.active\:border-y-teal-500\/30:active {
  border-top-color: rgb(20 184 166 / 0.3);
  border-bottom-color: rgb(20 184 166 / 0.3);
}

.active\:border-y-teal-500\/40:active {
  border-top-color: rgb(20 184 166 / 0.4);
  border-bottom-color: rgb(20 184 166 / 0.4);
}

.active\:border-y-teal-500\/5:active {
  border-top-color: rgb(20 184 166 / 0.05);
  border-bottom-color: rgb(20 184 166 / 0.05);
}

.active\:border-y-teal-500\/50:active {
  border-top-color: rgb(20 184 166 / 0.5);
  border-bottom-color: rgb(20 184 166 / 0.5);
}

.active\:border-y-teal-500\/60:active {
  border-top-color: rgb(20 184 166 / 0.6);
  border-bottom-color: rgb(20 184 166 / 0.6);
}

.active\:border-y-teal-500\/70:active {
  border-top-color: rgb(20 184 166 / 0.7);
  border-bottom-color: rgb(20 184 166 / 0.7);
}

.active\:border-y-teal-500\/75:active {
  border-top-color: rgb(20 184 166 / 0.75);
  border-bottom-color: rgb(20 184 166 / 0.75);
}

.active\:border-y-teal-500\/80:active {
  border-top-color: rgb(20 184 166 / 0.8);
  border-bottom-color: rgb(20 184 166 / 0.8);
}

.active\:border-y-teal-500\/90:active {
  border-top-color: rgb(20 184 166 / 0.9);
  border-bottom-color: rgb(20 184 166 / 0.9);
}

.active\:border-y-teal-500\/95:active {
  border-top-color: rgb(20 184 166 / 0.95);
  border-bottom-color: rgb(20 184 166 / 0.95);
}

.active\:border-y-teal-600:active {
  --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));
}

.active\:border-y-teal-600\/0:active {
  border-top-color: rgb(13 148 136 / 0);
  border-bottom-color: rgb(13 148 136 / 0);
}

.active\:border-y-teal-600\/10:active {
  border-top-color: rgb(13 148 136 / 0.1);
  border-bottom-color: rgb(13 148 136 / 0.1);
}

.active\:border-y-teal-600\/100:active {
  border-top-color: rgb(13 148 136 / 1);
  border-bottom-color: rgb(13 148 136 / 1);
}

.active\:border-y-teal-600\/20:active {
  border-top-color: rgb(13 148 136 / 0.2);
  border-bottom-color: rgb(13 148 136 / 0.2);
}

.active\:border-y-teal-600\/25:active {
  border-top-color: rgb(13 148 136 / 0.25);
  border-bottom-color: rgb(13 148 136 / 0.25);
}

.active\:border-y-teal-600\/30:active {
  border-top-color: rgb(13 148 136 / 0.3);
  border-bottom-color: rgb(13 148 136 / 0.3);
}

.active\:border-y-teal-600\/40:active {
  border-top-color: rgb(13 148 136 / 0.4);
  border-bottom-color: rgb(13 148 136 / 0.4);
}

.active\:border-y-teal-600\/5:active {
  border-top-color: rgb(13 148 136 / 0.05);
  border-bottom-color: rgb(13 148 136 / 0.05);
}

.active\:border-y-teal-600\/50:active {
  border-top-color: rgb(13 148 136 / 0.5);
  border-bottom-color: rgb(13 148 136 / 0.5);
}

.active\:border-y-teal-600\/60:active {
  border-top-color: rgb(13 148 136 / 0.6);
  border-bottom-color: rgb(13 148 136 / 0.6);
}

.active\:border-y-teal-600\/70:active {
  border-top-color: rgb(13 148 136 / 0.7);
  border-bottom-color: rgb(13 148 136 / 0.7);
}

.active\:border-y-teal-600\/75:active {
  border-top-color: rgb(13 148 136 / 0.75);
  border-bottom-color: rgb(13 148 136 / 0.75);
}

.active\:border-y-teal-600\/80:active {
  border-top-color: rgb(13 148 136 / 0.8);
  border-bottom-color: rgb(13 148 136 / 0.8);
}

.active\:border-y-teal-600\/90:active {
  border-top-color: rgb(13 148 136 / 0.9);
  border-bottom-color: rgb(13 148 136 / 0.9);
}

.active\:border-y-teal-600\/95:active {
  border-top-color: rgb(13 148 136 / 0.95);
  border-bottom-color: rgb(13 148 136 / 0.95);
}

.active\:border-y-teal-700:active {
  --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));
}

.active\:border-y-teal-700\/0:active {
  border-top-color: rgb(15 118 110 / 0);
  border-bottom-color: rgb(15 118 110 / 0);
}

.active\:border-y-teal-700\/10:active {
  border-top-color: rgb(15 118 110 / 0.1);
  border-bottom-color: rgb(15 118 110 / 0.1);
}

.active\:border-y-teal-700\/100:active {
  border-top-color: rgb(15 118 110 / 1);
  border-bottom-color: rgb(15 118 110 / 1);
}

.active\:border-y-teal-700\/20:active {
  border-top-color: rgb(15 118 110 / 0.2);
  border-bottom-color: rgb(15 118 110 / 0.2);
}

.active\:border-y-teal-700\/25:active {
  border-top-color: rgb(15 118 110 / 0.25);
  border-bottom-color: rgb(15 118 110 / 0.25);
}

.active\:border-y-teal-700\/30:active {
  border-top-color: rgb(15 118 110 / 0.3);
  border-bottom-color: rgb(15 118 110 / 0.3);
}

.active\:border-y-teal-700\/40:active {
  border-top-color: rgb(15 118 110 / 0.4);
  border-bottom-color: rgb(15 118 110 / 0.4);
}

.active\:border-y-teal-700\/5:active {
  border-top-color: rgb(15 118 110 / 0.05);
  border-bottom-color: rgb(15 118 110 / 0.05);
}

.active\:border-y-teal-700\/50:active {
  border-top-color: rgb(15 118 110 / 0.5);
  border-bottom-color: rgb(15 118 110 / 0.5);
}

.active\:border-y-teal-700\/60:active {
  border-top-color: rgb(15 118 110 / 0.6);
  border-bottom-color: rgb(15 118 110 / 0.6);
}

.active\:border-y-teal-700\/70:active {
  border-top-color: rgb(15 118 110 / 0.7);
  border-bottom-color: rgb(15 118 110 / 0.7);
}

.active\:border-y-teal-700\/75:active {
  border-top-color: rgb(15 118 110 / 0.75);
  border-bottom-color: rgb(15 118 110 / 0.75);
}

.active\:border-y-teal-700\/80:active {
  border-top-color: rgb(15 118 110 / 0.8);
  border-bottom-color: rgb(15 118 110 / 0.8);
}

.active\:border-y-teal-700\/90:active {
  border-top-color: rgb(15 118 110 / 0.9);
  border-bottom-color: rgb(15 118 110 / 0.9);
}

.active\:border-y-teal-700\/95:active {
  border-top-color: rgb(15 118 110 / 0.95);
  border-bottom-color: rgb(15 118 110 / 0.95);
}

.active\:border-y-teal-800:active {
  --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));
}

.active\:border-y-teal-800\/0:active {
  border-top-color: rgb(17 94 89 / 0);
  border-bottom-color: rgb(17 94 89 / 0);
}

.active\:border-y-teal-800\/10:active {
  border-top-color: rgb(17 94 89 / 0.1);
  border-bottom-color: rgb(17 94 89 / 0.1);
}

.active\:border-y-teal-800\/100:active {
  border-top-color: rgb(17 94 89 / 1);
  border-bottom-color: rgb(17 94 89 / 1);
}

.active\:border-y-teal-800\/20:active {
  border-top-color: rgb(17 94 89 / 0.2);
  border-bottom-color: rgb(17 94 89 / 0.2);
}

.active\:border-y-teal-800\/25:active {
  border-top-color: rgb(17 94 89 / 0.25);
  border-bottom-color: rgb(17 94 89 / 0.25);
}

.active\:border-y-teal-800\/30:active {
  border-top-color: rgb(17 94 89 / 0.3);
  border-bottom-color: rgb(17 94 89 / 0.3);
}

.active\:border-y-teal-800\/40:active {
  border-top-color: rgb(17 94 89 / 0.4);
  border-bottom-color: rgb(17 94 89 / 0.4);
}

.active\:border-y-teal-800\/5:active {
  border-top-color: rgb(17 94 89 / 0.05);
  border-bottom-color: rgb(17 94 89 / 0.05);
}

.active\:border-y-teal-800\/50:active {
  border-top-color: rgb(17 94 89 / 0.5);
  border-bottom-color: rgb(17 94 89 / 0.5);
}

.active\:border-y-teal-800\/60:active {
  border-top-color: rgb(17 94 89 / 0.6);
  border-bottom-color: rgb(17 94 89 / 0.6);
}

.active\:border-y-teal-800\/70:active {
  border-top-color: rgb(17 94 89 / 0.7);
  border-bottom-color: rgb(17 94 89 / 0.7);
}

.active\:border-y-teal-800\/75:active {
  border-top-color: rgb(17 94 89 / 0.75);
  border-bottom-color: rgb(17 94 89 / 0.75);
}

.active\:border-y-teal-800\/80:active {
  border-top-color: rgb(17 94 89 / 0.8);
  border-bottom-color: rgb(17 94 89 / 0.8);
}

.active\:border-y-teal-800\/90:active {
  border-top-color: rgb(17 94 89 / 0.9);
  border-bottom-color: rgb(17 94 89 / 0.9);
}

.active\:border-y-teal-800\/95:active {
  border-top-color: rgb(17 94 89 / 0.95);
  border-bottom-color: rgb(17 94 89 / 0.95);
}

.active\:border-y-teal-900:active {
  --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));
}

.active\:border-y-teal-900\/0:active {
  border-top-color: rgb(19 78 74 / 0);
  border-bottom-color: rgb(19 78 74 / 0);
}

.active\:border-y-teal-900\/10:active {
  border-top-color: rgb(19 78 74 / 0.1);
  border-bottom-color: rgb(19 78 74 / 0.1);
}

.active\:border-y-teal-900\/100:active {
  border-top-color: rgb(19 78 74 / 1);
  border-bottom-color: rgb(19 78 74 / 1);
}

.active\:border-y-teal-900\/20:active {
  border-top-color: rgb(19 78 74 / 0.2);
  border-bottom-color: rgb(19 78 74 / 0.2);
}

.active\:border-y-teal-900\/25:active {
  border-top-color: rgb(19 78 74 / 0.25);
  border-bottom-color: rgb(19 78 74 / 0.25);
}

.active\:border-y-teal-900\/30:active {
  border-top-color: rgb(19 78 74 / 0.3);
  border-bottom-color: rgb(19 78 74 / 0.3);
}

.active\:border-y-teal-900\/40:active {
  border-top-color: rgb(19 78 74 / 0.4);
  border-bottom-color: rgb(19 78 74 / 0.4);
}

.active\:border-y-teal-900\/5:active {
  border-top-color: rgb(19 78 74 / 0.05);
  border-bottom-color: rgb(19 78 74 / 0.05);
}

.active\:border-y-teal-900\/50:active {
  border-top-color: rgb(19 78 74 / 0.5);
  border-bottom-color: rgb(19 78 74 / 0.5);
}

.active\:border-y-teal-900\/60:active {
  border-top-color: rgb(19 78 74 / 0.6);
  border-bottom-color: rgb(19 78 74 / 0.6);
}

.active\:border-y-teal-900\/70:active {
  border-top-color: rgb(19 78 74 / 0.7);
  border-bottom-color: rgb(19 78 74 / 0.7);
}

.active\:border-y-teal-900\/75:active {
  border-top-color: rgb(19 78 74 / 0.75);
  border-bottom-color: rgb(19 78 74 / 0.75);
}

.active\:border-y-teal-900\/80:active {
  border-top-color: rgb(19 78 74 / 0.8);
  border-bottom-color: rgb(19 78 74 / 0.8);
}

.active\:border-y-teal-900\/90:active {
  border-top-color: rgb(19 78 74 / 0.9);
  border-bottom-color: rgb(19 78 74 / 0.9);
}

.active\:border-y-teal-900\/95:active {
  border-top-color: rgb(19 78 74 / 0.95);
  border-bottom-color: rgb(19 78 74 / 0.95);
}

.active\:border-y-teal-950:active {
  --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));
}

.active\:border-y-teal-950\/0:active {
  border-top-color: rgb(4 47 46 / 0);
  border-bottom-color: rgb(4 47 46 / 0);
}

.active\:border-y-teal-950\/10:active {
  border-top-color: rgb(4 47 46 / 0.1);
  border-bottom-color: rgb(4 47 46 / 0.1);
}

.active\:border-y-teal-950\/100:active {
  border-top-color: rgb(4 47 46 / 1);
  border-bottom-color: rgb(4 47 46 / 1);
}

.active\:border-y-teal-950\/20:active {
  border-top-color: rgb(4 47 46 / 0.2);
  border-bottom-color: rgb(4 47 46 / 0.2);
}

.active\:border-y-teal-950\/25:active {
  border-top-color: rgb(4 47 46 / 0.25);
  border-bottom-color: rgb(4 47 46 / 0.25);
}

.active\:border-y-teal-950\/30:active {
  border-top-color: rgb(4 47 46 / 0.3);
  border-bottom-color: rgb(4 47 46 / 0.3);
}

.active\:border-y-teal-950\/40:active {
  border-top-color: rgb(4 47 46 / 0.4);
  border-bottom-color: rgb(4 47 46 / 0.4);
}

.active\:border-y-teal-950\/5:active {
  border-top-color: rgb(4 47 46 / 0.05);
  border-bottom-color: rgb(4 47 46 / 0.05);
}

.active\:border-y-teal-950\/50:active {
  border-top-color: rgb(4 47 46 / 0.5);
  border-bottom-color: rgb(4 47 46 / 0.5);
}

.active\:border-y-teal-950\/60:active {
  border-top-color: rgb(4 47 46 / 0.6);
  border-bottom-color: rgb(4 47 46 / 0.6);
}

.active\:border-y-teal-950\/70:active {
  border-top-color: rgb(4 47 46 / 0.7);
  border-bottom-color: rgb(4 47 46 / 0.7);
}

.active\:border-y-teal-950\/75:active {
  border-top-color: rgb(4 47 46 / 0.75);
  border-bottom-color: rgb(4 47 46 / 0.75);
}

.active\:border-y-teal-950\/80:active {
  border-top-color: rgb(4 47 46 / 0.8);
  border-bottom-color: rgb(4 47 46 / 0.8);
}

.active\:border-y-teal-950\/90:active {
  border-top-color: rgb(4 47 46 / 0.9);
  border-bottom-color: rgb(4 47 46 / 0.9);
}

.active\:border-y-teal-950\/95:active {
  border-top-color: rgb(4 47 46 / 0.95);
  border-bottom-color: rgb(4 47 46 / 0.95);
}

.active\:border-y-transparent:active {
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.active\:border-y-transparent\/0:active {
  border-top-color: rgb(0 0 0 / 0);
  border-bottom-color: rgb(0 0 0 / 0);
}

.active\:border-y-transparent\/10:active {
  border-top-color: rgb(0 0 0 / 0.1);
  border-bottom-color: rgb(0 0 0 / 0.1);
}

.active\:border-y-transparent\/100:active {
  border-top-color: rgb(0 0 0 / 1);
  border-bottom-color: rgb(0 0 0 / 1);
}

.active\:border-y-transparent\/20:active {
  border-top-color: rgb(0 0 0 / 0.2);
  border-bottom-color: rgb(0 0 0 / 0.2);
}

.active\:border-y-transparent\/25:active {
  border-top-color: rgb(0 0 0 / 0.25);
  border-bottom-color: rgb(0 0 0 / 0.25);
}

.active\:border-y-transparent\/30:active {
  border-top-color: rgb(0 0 0 / 0.3);
  border-bottom-color: rgb(0 0 0 / 0.3);
}

.active\:border-y-transparent\/40:active {
  border-top-color: rgb(0 0 0 / 0.4);
  border-bottom-color: rgb(0 0 0 / 0.4);
}

.active\:border-y-transparent\/5:active {
  border-top-color: rgb(0 0 0 / 0.05);
  border-bottom-color: rgb(0 0 0 / 0.05);
}

.active\:border-y-transparent\/50:active {
  border-top-color: rgb(0 0 0 / 0.5);
  border-bottom-color: rgb(0 0 0 / 0.5);
}

.active\:border-y-transparent\/60:active {
  border-top-color: rgb(0 0 0 / 0.6);
  border-bottom-color: rgb(0 0 0 / 0.6);
}

.active\:border-y-transparent\/70:active {
  border-top-color: rgb(0 0 0 / 0.7);
  border-bottom-color: rgb(0 0 0 / 0.7);
}

.active\:border-y-transparent\/75:active {
  border-top-color: rgb(0 0 0 / 0.75);
  border-bottom-color: rgb(0 0 0 / 0.75);
}

.active\:border-y-transparent\/80:active {
  border-top-color: rgb(0 0 0 / 0.8);
  border-bottom-color: rgb(0 0 0 / 0.8);
}

.active\:border-y-transparent\/90:active {
  border-top-color: rgb(0 0 0 / 0.9);
  border-bottom-color: rgb(0 0 0 / 0.9);
}

.active\:border-y-transparent\/95:active {
  border-top-color: rgb(0 0 0 / 0.95);
  border-bottom-color: rgb(0 0 0 / 0.95);
}

.active\:border-y-tykhe-digital:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(239 156 131 / var(--tw-border-opacity));
  border-bottom-color: rgb(239 156 131 / var(--tw-border-opacity));
}

.active\:border-y-tykhe-digital-alt:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 239 224 / var(--tw-border-opacity));
  border-bottom-color: rgb(245 239 224 / var(--tw-border-opacity));
}

.active\:border-y-tykhe-digital-alt\/0:active {
  border-top-color: rgb(245 239 224 / 0);
  border-bottom-color: rgb(245 239 224 / 0);
}

.active\:border-y-tykhe-digital-alt\/10:active {
  border-top-color: rgb(245 239 224 / 0.1);
  border-bottom-color: rgb(245 239 224 / 0.1);
}

.active\:border-y-tykhe-digital-alt\/100:active {
  border-top-color: rgb(245 239 224 / 1);
  border-bottom-color: rgb(245 239 224 / 1);
}

.active\:border-y-tykhe-digital-alt\/20:active {
  border-top-color: rgb(245 239 224 / 0.2);
  border-bottom-color: rgb(245 239 224 / 0.2);
}

.active\:border-y-tykhe-digital-alt\/25:active {
  border-top-color: rgb(245 239 224 / 0.25);
  border-bottom-color: rgb(245 239 224 / 0.25);
}

.active\:border-y-tykhe-digital-alt\/30:active {
  border-top-color: rgb(245 239 224 / 0.3);
  border-bottom-color: rgb(245 239 224 / 0.3);
}

.active\:border-y-tykhe-digital-alt\/40:active {
  border-top-color: rgb(245 239 224 / 0.4);
  border-bottom-color: rgb(245 239 224 / 0.4);
}

.active\:border-y-tykhe-digital-alt\/5:active {
  border-top-color: rgb(245 239 224 / 0.05);
  border-bottom-color: rgb(245 239 224 / 0.05);
}

.active\:border-y-tykhe-digital-alt\/50:active {
  border-top-color: rgb(245 239 224 / 0.5);
  border-bottom-color: rgb(245 239 224 / 0.5);
}

.active\:border-y-tykhe-digital-alt\/60:active {
  border-top-color: rgb(245 239 224 / 0.6);
  border-bottom-color: rgb(245 239 224 / 0.6);
}

.active\:border-y-tykhe-digital-alt\/70:active {
  border-top-color: rgb(245 239 224 / 0.7);
  border-bottom-color: rgb(245 239 224 / 0.7);
}

.active\:border-y-tykhe-digital-alt\/75:active {
  border-top-color: rgb(245 239 224 / 0.75);
  border-bottom-color: rgb(245 239 224 / 0.75);
}

.active\:border-y-tykhe-digital-alt\/80:active {
  border-top-color: rgb(245 239 224 / 0.8);
  border-bottom-color: rgb(245 239 224 / 0.8);
}

.active\:border-y-tykhe-digital-alt\/90:active {
  border-top-color: rgb(245 239 224 / 0.9);
  border-bottom-color: rgb(245 239 224 / 0.9);
}

.active\:border-y-tykhe-digital-alt\/95:active {
  border-top-color: rgb(245 239 224 / 0.95);
  border-bottom-color: rgb(245 239 224 / 0.95);
}

.active\:border-y-tykhe-digital-alt2:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 58 111 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 58 111 / var(--tw-border-opacity));
}

.active\:border-y-tykhe-digital-alt2\/0:active {
  border-top-color: rgb(255 58 111 / 0);
  border-bottom-color: rgb(255 58 111 / 0);
}

.active\:border-y-tykhe-digital-alt2\/10:active {
  border-top-color: rgb(255 58 111 / 0.1);
  border-bottom-color: rgb(255 58 111 / 0.1);
}

.active\:border-y-tykhe-digital-alt2\/100:active {
  border-top-color: rgb(255 58 111 / 1);
  border-bottom-color: rgb(255 58 111 / 1);
}

.active\:border-y-tykhe-digital-alt2\/20:active {
  border-top-color: rgb(255 58 111 / 0.2);
  border-bottom-color: rgb(255 58 111 / 0.2);
}

.active\:border-y-tykhe-digital-alt2\/25:active {
  border-top-color: rgb(255 58 111 / 0.25);
  border-bottom-color: rgb(255 58 111 / 0.25);
}

.active\:border-y-tykhe-digital-alt2\/30:active {
  border-top-color: rgb(255 58 111 / 0.3);
  border-bottom-color: rgb(255 58 111 / 0.3);
}

.active\:border-y-tykhe-digital-alt2\/40:active {
  border-top-color: rgb(255 58 111 / 0.4);
  border-bottom-color: rgb(255 58 111 / 0.4);
}

.active\:border-y-tykhe-digital-alt2\/5:active {
  border-top-color: rgb(255 58 111 / 0.05);
  border-bottom-color: rgb(255 58 111 / 0.05);
}

.active\:border-y-tykhe-digital-alt2\/50:active {
  border-top-color: rgb(255 58 111 / 0.5);
  border-bottom-color: rgb(255 58 111 / 0.5);
}

.active\:border-y-tykhe-digital-alt2\/60:active {
  border-top-color: rgb(255 58 111 / 0.6);
  border-bottom-color: rgb(255 58 111 / 0.6);
}

.active\:border-y-tykhe-digital-alt2\/70:active {
  border-top-color: rgb(255 58 111 / 0.7);
  border-bottom-color: rgb(255 58 111 / 0.7);
}

.active\:border-y-tykhe-digital-alt2\/75:active {
  border-top-color: rgb(255 58 111 / 0.75);
  border-bottom-color: rgb(255 58 111 / 0.75);
}

.active\:border-y-tykhe-digital-alt2\/80:active {
  border-top-color: rgb(255 58 111 / 0.8);
  border-bottom-color: rgb(255 58 111 / 0.8);
}

.active\:border-y-tykhe-digital-alt2\/90:active {
  border-top-color: rgb(255 58 111 / 0.9);
  border-bottom-color: rgb(255 58 111 / 0.9);
}

.active\:border-y-tykhe-digital-alt2\/95:active {
  border-top-color: rgb(255 58 111 / 0.95);
  border-bottom-color: rgb(255 58 111 / 0.95);
}

.active\:border-y-tykhe-digital-alt3:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(131 214 239 / var(--tw-border-opacity));
  border-bottom-color: rgb(131 214 239 / var(--tw-border-opacity));
}

.active\:border-y-tykhe-digital-alt3\/0:active {
  border-top-color: rgb(131 214 239 / 0);
  border-bottom-color: rgb(131 214 239 / 0);
}

.active\:border-y-tykhe-digital-alt3\/10:active {
  border-top-color: rgb(131 214 239 / 0.1);
  border-bottom-color: rgb(131 214 239 / 0.1);
}

.active\:border-y-tykhe-digital-alt3\/100:active {
  border-top-color: rgb(131 214 239 / 1);
  border-bottom-color: rgb(131 214 239 / 1);
}

.active\:border-y-tykhe-digital-alt3\/20:active {
  border-top-color: rgb(131 214 239 / 0.2);
  border-bottom-color: rgb(131 214 239 / 0.2);
}

.active\:border-y-tykhe-digital-alt3\/25:active {
  border-top-color: rgb(131 214 239 / 0.25);
  border-bottom-color: rgb(131 214 239 / 0.25);
}

.active\:border-y-tykhe-digital-alt3\/30:active {
  border-top-color: rgb(131 214 239 / 0.3);
  border-bottom-color: rgb(131 214 239 / 0.3);
}

.active\:border-y-tykhe-digital-alt3\/40:active {
  border-top-color: rgb(131 214 239 / 0.4);
  border-bottom-color: rgb(131 214 239 / 0.4);
}

.active\:border-y-tykhe-digital-alt3\/5:active {
  border-top-color: rgb(131 214 239 / 0.05);
  border-bottom-color: rgb(131 214 239 / 0.05);
}

.active\:border-y-tykhe-digital-alt3\/50:active {
  border-top-color: rgb(131 214 239 / 0.5);
  border-bottom-color: rgb(131 214 239 / 0.5);
}

.active\:border-y-tykhe-digital-alt3\/60:active {
  border-top-color: rgb(131 214 239 / 0.6);
  border-bottom-color: rgb(131 214 239 / 0.6);
}

.active\:border-y-tykhe-digital-alt3\/70:active {
  border-top-color: rgb(131 214 239 / 0.7);
  border-bottom-color: rgb(131 214 239 / 0.7);
}

.active\:border-y-tykhe-digital-alt3\/75:active {
  border-top-color: rgb(131 214 239 / 0.75);
  border-bottom-color: rgb(131 214 239 / 0.75);
}

.active\:border-y-tykhe-digital-alt3\/80:active {
  border-top-color: rgb(131 214 239 / 0.8);
  border-bottom-color: rgb(131 214 239 / 0.8);
}

.active\:border-y-tykhe-digital-alt3\/90:active {
  border-top-color: rgb(131 214 239 / 0.9);
  border-bottom-color: rgb(131 214 239 / 0.9);
}

.active\:border-y-tykhe-digital-alt3\/95:active {
  border-top-color: rgb(131 214 239 / 0.95);
  border-bottom-color: rgb(131 214 239 / 0.95);
}

.active\:border-y-tykhe-digital\/0:active {
  border-top-color: rgb(239 156 131 / 0);
  border-bottom-color: rgb(239 156 131 / 0);
}

.active\:border-y-tykhe-digital\/10:active {
  border-top-color: rgb(239 156 131 / 0.1);
  border-bottom-color: rgb(239 156 131 / 0.1);
}

.active\:border-y-tykhe-digital\/100:active {
  border-top-color: rgb(239 156 131 / 1);
  border-bottom-color: rgb(239 156 131 / 1);
}

.active\:border-y-tykhe-digital\/20:active {
  border-top-color: rgb(239 156 131 / 0.2);
  border-bottom-color: rgb(239 156 131 / 0.2);
}

.active\:border-y-tykhe-digital\/25:active {
  border-top-color: rgb(239 156 131 / 0.25);
  border-bottom-color: rgb(239 156 131 / 0.25);
}

.active\:border-y-tykhe-digital\/30:active {
  border-top-color: rgb(239 156 131 / 0.3);
  border-bottom-color: rgb(239 156 131 / 0.3);
}

.active\:border-y-tykhe-digital\/40:active {
  border-top-color: rgb(239 156 131 / 0.4);
  border-bottom-color: rgb(239 156 131 / 0.4);
}

.active\:border-y-tykhe-digital\/5:active {
  border-top-color: rgb(239 156 131 / 0.05);
  border-bottom-color: rgb(239 156 131 / 0.05);
}

.active\:border-y-tykhe-digital\/50:active {
  border-top-color: rgb(239 156 131 / 0.5);
  border-bottom-color: rgb(239 156 131 / 0.5);
}

.active\:border-y-tykhe-digital\/60:active {
  border-top-color: rgb(239 156 131 / 0.6);
  border-bottom-color: rgb(239 156 131 / 0.6);
}

.active\:border-y-tykhe-digital\/70:active {
  border-top-color: rgb(239 156 131 / 0.7);
  border-bottom-color: rgb(239 156 131 / 0.7);
}

.active\:border-y-tykhe-digital\/75:active {
  border-top-color: rgb(239 156 131 / 0.75);
  border-bottom-color: rgb(239 156 131 / 0.75);
}

.active\:border-y-tykhe-digital\/80:active {
  border-top-color: rgb(239 156 131 / 0.8);
  border-bottom-color: rgb(239 156 131 / 0.8);
}

.active\:border-y-tykhe-digital\/90:active {
  border-top-color: rgb(239 156 131 / 0.9);
  border-bottom-color: rgb(239 156 131 / 0.9);
}

.active\:border-y-tykhe-digital\/95:active {
  border-top-color: rgb(239 156 131 / 0.95);
  border-bottom-color: rgb(239 156 131 / 0.95);
}

.active\:border-y-violet-100:active {
  --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));
}

.active\:border-y-violet-100\/0:active {
  border-top-color: rgb(237 233 254 / 0);
  border-bottom-color: rgb(237 233 254 / 0);
}

.active\:border-y-violet-100\/10:active {
  border-top-color: rgb(237 233 254 / 0.1);
  border-bottom-color: rgb(237 233 254 / 0.1);
}

.active\:border-y-violet-100\/100:active {
  border-top-color: rgb(237 233 254 / 1);
  border-bottom-color: rgb(237 233 254 / 1);
}

.active\:border-y-violet-100\/20:active {
  border-top-color: rgb(237 233 254 / 0.2);
  border-bottom-color: rgb(237 233 254 / 0.2);
}

.active\:border-y-violet-100\/25:active {
  border-top-color: rgb(237 233 254 / 0.25);
  border-bottom-color: rgb(237 233 254 / 0.25);
}

.active\:border-y-violet-100\/30:active {
  border-top-color: rgb(237 233 254 / 0.3);
  border-bottom-color: rgb(237 233 254 / 0.3);
}

.active\:border-y-violet-100\/40:active {
  border-top-color: rgb(237 233 254 / 0.4);
  border-bottom-color: rgb(237 233 254 / 0.4);
}

.active\:border-y-violet-100\/5:active {
  border-top-color: rgb(237 233 254 / 0.05);
  border-bottom-color: rgb(237 233 254 / 0.05);
}

.active\:border-y-violet-100\/50:active {
  border-top-color: rgb(237 233 254 / 0.5);
  border-bottom-color: rgb(237 233 254 / 0.5);
}

.active\:border-y-violet-100\/60:active {
  border-top-color: rgb(237 233 254 / 0.6);
  border-bottom-color: rgb(237 233 254 / 0.6);
}

.active\:border-y-violet-100\/70:active {
  border-top-color: rgb(237 233 254 / 0.7);
  border-bottom-color: rgb(237 233 254 / 0.7);
}

.active\:border-y-violet-100\/75:active {
  border-top-color: rgb(237 233 254 / 0.75);
  border-bottom-color: rgb(237 233 254 / 0.75);
}

.active\:border-y-violet-100\/80:active {
  border-top-color: rgb(237 233 254 / 0.8);
  border-bottom-color: rgb(237 233 254 / 0.8);
}

.active\:border-y-violet-100\/90:active {
  border-top-color: rgb(237 233 254 / 0.9);
  border-bottom-color: rgb(237 233 254 / 0.9);
}

.active\:border-y-violet-100\/95:active {
  border-top-color: rgb(237 233 254 / 0.95);
  border-bottom-color: rgb(237 233 254 / 0.95);
}

.active\:border-y-violet-200:active {
  --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));
}

.active\:border-y-violet-200\/0:active {
  border-top-color: rgb(221 214 254 / 0);
  border-bottom-color: rgb(221 214 254 / 0);
}

.active\:border-y-violet-200\/10:active {
  border-top-color: rgb(221 214 254 / 0.1);
  border-bottom-color: rgb(221 214 254 / 0.1);
}

.active\:border-y-violet-200\/100:active {
  border-top-color: rgb(221 214 254 / 1);
  border-bottom-color: rgb(221 214 254 / 1);
}

.active\:border-y-violet-200\/20:active {
  border-top-color: rgb(221 214 254 / 0.2);
  border-bottom-color: rgb(221 214 254 / 0.2);
}

.active\:border-y-violet-200\/25:active {
  border-top-color: rgb(221 214 254 / 0.25);
  border-bottom-color: rgb(221 214 254 / 0.25);
}

.active\:border-y-violet-200\/30:active {
  border-top-color: rgb(221 214 254 / 0.3);
  border-bottom-color: rgb(221 214 254 / 0.3);
}

.active\:border-y-violet-200\/40:active {
  border-top-color: rgb(221 214 254 / 0.4);
  border-bottom-color: rgb(221 214 254 / 0.4);
}

.active\:border-y-violet-200\/5:active {
  border-top-color: rgb(221 214 254 / 0.05);
  border-bottom-color: rgb(221 214 254 / 0.05);
}

.active\:border-y-violet-200\/50:active {
  border-top-color: rgb(221 214 254 / 0.5);
  border-bottom-color: rgb(221 214 254 / 0.5);
}

.active\:border-y-violet-200\/60:active {
  border-top-color: rgb(221 214 254 / 0.6);
  border-bottom-color: rgb(221 214 254 / 0.6);
}

.active\:border-y-violet-200\/70:active {
  border-top-color: rgb(221 214 254 / 0.7);
  border-bottom-color: rgb(221 214 254 / 0.7);
}

.active\:border-y-violet-200\/75:active {
  border-top-color: rgb(221 214 254 / 0.75);
  border-bottom-color: rgb(221 214 254 / 0.75);
}

.active\:border-y-violet-200\/80:active {
  border-top-color: rgb(221 214 254 / 0.8);
  border-bottom-color: rgb(221 214 254 / 0.8);
}

.active\:border-y-violet-200\/90:active {
  border-top-color: rgb(221 214 254 / 0.9);
  border-bottom-color: rgb(221 214 254 / 0.9);
}

.active\:border-y-violet-200\/95:active {
  border-top-color: rgb(221 214 254 / 0.95);
  border-bottom-color: rgb(221 214 254 / 0.95);
}

.active\:border-y-violet-300:active {
  --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));
}

.active\:border-y-violet-300\/0:active {
  border-top-color: rgb(196 181 253 / 0);
  border-bottom-color: rgb(196 181 253 / 0);
}

.active\:border-y-violet-300\/10:active {
  border-top-color: rgb(196 181 253 / 0.1);
  border-bottom-color: rgb(196 181 253 / 0.1);
}

.active\:border-y-violet-300\/100:active {
  border-top-color: rgb(196 181 253 / 1);
  border-bottom-color: rgb(196 181 253 / 1);
}

.active\:border-y-violet-300\/20:active {
  border-top-color: rgb(196 181 253 / 0.2);
  border-bottom-color: rgb(196 181 253 / 0.2);
}

.active\:border-y-violet-300\/25:active {
  border-top-color: rgb(196 181 253 / 0.25);
  border-bottom-color: rgb(196 181 253 / 0.25);
}

.active\:border-y-violet-300\/30:active {
  border-top-color: rgb(196 181 253 / 0.3);
  border-bottom-color: rgb(196 181 253 / 0.3);
}

.active\:border-y-violet-300\/40:active {
  border-top-color: rgb(196 181 253 / 0.4);
  border-bottom-color: rgb(196 181 253 / 0.4);
}

.active\:border-y-violet-300\/5:active {
  border-top-color: rgb(196 181 253 / 0.05);
  border-bottom-color: rgb(196 181 253 / 0.05);
}

.active\:border-y-violet-300\/50:active {
  border-top-color: rgb(196 181 253 / 0.5);
  border-bottom-color: rgb(196 181 253 / 0.5);
}

.active\:border-y-violet-300\/60:active {
  border-top-color: rgb(196 181 253 / 0.6);
  border-bottom-color: rgb(196 181 253 / 0.6);
}

.active\:border-y-violet-300\/70:active {
  border-top-color: rgb(196 181 253 / 0.7);
  border-bottom-color: rgb(196 181 253 / 0.7);
}

.active\:border-y-violet-300\/75:active {
  border-top-color: rgb(196 181 253 / 0.75);
  border-bottom-color: rgb(196 181 253 / 0.75);
}

.active\:border-y-violet-300\/80:active {
  border-top-color: rgb(196 181 253 / 0.8);
  border-bottom-color: rgb(196 181 253 / 0.8);
}

.active\:border-y-violet-300\/90:active {
  border-top-color: rgb(196 181 253 / 0.9);
  border-bottom-color: rgb(196 181 253 / 0.9);
}

.active\:border-y-violet-300\/95:active {
  border-top-color: rgb(196 181 253 / 0.95);
  border-bottom-color: rgb(196 181 253 / 0.95);
}

.active\:border-y-violet-400:active {
  --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));
}

.active\:border-y-violet-400\/0:active {
  border-top-color: rgb(167 139 250 / 0);
  border-bottom-color: rgb(167 139 250 / 0);
}

.active\:border-y-violet-400\/10:active {
  border-top-color: rgb(167 139 250 / 0.1);
  border-bottom-color: rgb(167 139 250 / 0.1);
}

.active\:border-y-violet-400\/100:active {
  border-top-color: rgb(167 139 250 / 1);
  border-bottom-color: rgb(167 139 250 / 1);
}

.active\:border-y-violet-400\/20:active {
  border-top-color: rgb(167 139 250 / 0.2);
  border-bottom-color: rgb(167 139 250 / 0.2);
}

.active\:border-y-violet-400\/25:active {
  border-top-color: rgb(167 139 250 / 0.25);
  border-bottom-color: rgb(167 139 250 / 0.25);
}

.active\:border-y-violet-400\/30:active {
  border-top-color: rgb(167 139 250 / 0.3);
  border-bottom-color: rgb(167 139 250 / 0.3);
}

.active\:border-y-violet-400\/40:active {
  border-top-color: rgb(167 139 250 / 0.4);
  border-bottom-color: rgb(167 139 250 / 0.4);
}

.active\:border-y-violet-400\/5:active {
  border-top-color: rgb(167 139 250 / 0.05);
  border-bottom-color: rgb(167 139 250 / 0.05);
}

.active\:border-y-violet-400\/50:active {
  border-top-color: rgb(167 139 250 / 0.5);
  border-bottom-color: rgb(167 139 250 / 0.5);
}

.active\:border-y-violet-400\/60:active {
  border-top-color: rgb(167 139 250 / 0.6);
  border-bottom-color: rgb(167 139 250 / 0.6);
}

.active\:border-y-violet-400\/70:active {
  border-top-color: rgb(167 139 250 / 0.7);
  border-bottom-color: rgb(167 139 250 / 0.7);
}

.active\:border-y-violet-400\/75:active {
  border-top-color: rgb(167 139 250 / 0.75);
  border-bottom-color: rgb(167 139 250 / 0.75);
}

.active\:border-y-violet-400\/80:active {
  border-top-color: rgb(167 139 250 / 0.8);
  border-bottom-color: rgb(167 139 250 / 0.8);
}

.active\:border-y-violet-400\/90:active {
  border-top-color: rgb(167 139 250 / 0.9);
  border-bottom-color: rgb(167 139 250 / 0.9);
}

.active\:border-y-violet-400\/95:active {
  border-top-color: rgb(167 139 250 / 0.95);
  border-bottom-color: rgb(167 139 250 / 0.95);
}

.active\:border-y-violet-50:active {
  --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));
}

.active\:border-y-violet-50\/0:active {
  border-top-color: rgb(245 243 255 / 0);
  border-bottom-color: rgb(245 243 255 / 0);
}

.active\:border-y-violet-50\/10:active {
  border-top-color: rgb(245 243 255 / 0.1);
  border-bottom-color: rgb(245 243 255 / 0.1);
}

.active\:border-y-violet-50\/100:active {
  border-top-color: rgb(245 243 255 / 1);
  border-bottom-color: rgb(245 243 255 / 1);
}

.active\:border-y-violet-50\/20:active {
  border-top-color: rgb(245 243 255 / 0.2);
  border-bottom-color: rgb(245 243 255 / 0.2);
}

.active\:border-y-violet-50\/25:active {
  border-top-color: rgb(245 243 255 / 0.25);
  border-bottom-color: rgb(245 243 255 / 0.25);
}

.active\:border-y-violet-50\/30:active {
  border-top-color: rgb(245 243 255 / 0.3);
  border-bottom-color: rgb(245 243 255 / 0.3);
}

.active\:border-y-violet-50\/40:active {
  border-top-color: rgb(245 243 255 / 0.4);
  border-bottom-color: rgb(245 243 255 / 0.4);
}

.active\:border-y-violet-50\/5:active {
  border-top-color: rgb(245 243 255 / 0.05);
  border-bottom-color: rgb(245 243 255 / 0.05);
}

.active\:border-y-violet-50\/50:active {
  border-top-color: rgb(245 243 255 / 0.5);
  border-bottom-color: rgb(245 243 255 / 0.5);
}

.active\:border-y-violet-50\/60:active {
  border-top-color: rgb(245 243 255 / 0.6);
  border-bottom-color: rgb(245 243 255 / 0.6);
}

.active\:border-y-violet-50\/70:active {
  border-top-color: rgb(245 243 255 / 0.7);
  border-bottom-color: rgb(245 243 255 / 0.7);
}

.active\:border-y-violet-50\/75:active {
  border-top-color: rgb(245 243 255 / 0.75);
  border-bottom-color: rgb(245 243 255 / 0.75);
}

.active\:border-y-violet-50\/80:active {
  border-top-color: rgb(245 243 255 / 0.8);
  border-bottom-color: rgb(245 243 255 / 0.8);
}

.active\:border-y-violet-50\/90:active {
  border-top-color: rgb(245 243 255 / 0.9);
  border-bottom-color: rgb(245 243 255 / 0.9);
}

.active\:border-y-violet-50\/95:active {
  border-top-color: rgb(245 243 255 / 0.95);
  border-bottom-color: rgb(245 243 255 / 0.95);
}

.active\:border-y-violet-500:active {
  --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));
}

.active\:border-y-violet-500\/0:active {
  border-top-color: rgb(139 92 246 / 0);
  border-bottom-color: rgb(139 92 246 / 0);
}

.active\:border-y-violet-500\/10:active {
  border-top-color: rgb(139 92 246 / 0.1);
  border-bottom-color: rgb(139 92 246 / 0.1);
}

.active\:border-y-violet-500\/100:active {
  border-top-color: rgb(139 92 246 / 1);
  border-bottom-color: rgb(139 92 246 / 1);
}

.active\:border-y-violet-500\/20:active {
  border-top-color: rgb(139 92 246 / 0.2);
  border-bottom-color: rgb(139 92 246 / 0.2);
}

.active\:border-y-violet-500\/25:active {
  border-top-color: rgb(139 92 246 / 0.25);
  border-bottom-color: rgb(139 92 246 / 0.25);
}

.active\:border-y-violet-500\/30:active {
  border-top-color: rgb(139 92 246 / 0.3);
  border-bottom-color: rgb(139 92 246 / 0.3);
}

.active\:border-y-violet-500\/40:active {
  border-top-color: rgb(139 92 246 / 0.4);
  border-bottom-color: rgb(139 92 246 / 0.4);
}

.active\:border-y-violet-500\/5:active {
  border-top-color: rgb(139 92 246 / 0.05);
  border-bottom-color: rgb(139 92 246 / 0.05);
}

.active\:border-y-violet-500\/50:active {
  border-top-color: rgb(139 92 246 / 0.5);
  border-bottom-color: rgb(139 92 246 / 0.5);
}

.active\:border-y-violet-500\/60:active {
  border-top-color: rgb(139 92 246 / 0.6);
  border-bottom-color: rgb(139 92 246 / 0.6);
}

.active\:border-y-violet-500\/70:active {
  border-top-color: rgb(139 92 246 / 0.7);
  border-bottom-color: rgb(139 92 246 / 0.7);
}

.active\:border-y-violet-500\/75:active {
  border-top-color: rgb(139 92 246 / 0.75);
  border-bottom-color: rgb(139 92 246 / 0.75);
}

.active\:border-y-violet-500\/80:active {
  border-top-color: rgb(139 92 246 / 0.8);
  border-bottom-color: rgb(139 92 246 / 0.8);
}

.active\:border-y-violet-500\/90:active {
  border-top-color: rgb(139 92 246 / 0.9);
  border-bottom-color: rgb(139 92 246 / 0.9);
}

.active\:border-y-violet-500\/95:active {
  border-top-color: rgb(139 92 246 / 0.95);
  border-bottom-color: rgb(139 92 246 / 0.95);
}

.active\:border-y-violet-600:active {
  --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));
}

.active\:border-y-violet-600\/0:active {
  border-top-color: rgb(124 58 237 / 0);
  border-bottom-color: rgb(124 58 237 / 0);
}

.active\:border-y-violet-600\/10:active {
  border-top-color: rgb(124 58 237 / 0.1);
  border-bottom-color: rgb(124 58 237 / 0.1);
}

.active\:border-y-violet-600\/100:active {
  border-top-color: rgb(124 58 237 / 1);
  border-bottom-color: rgb(124 58 237 / 1);
}

.active\:border-y-violet-600\/20:active {
  border-top-color: rgb(124 58 237 / 0.2);
  border-bottom-color: rgb(124 58 237 / 0.2);
}

.active\:border-y-violet-600\/25:active {
  border-top-color: rgb(124 58 237 / 0.25);
  border-bottom-color: rgb(124 58 237 / 0.25);
}

.active\:border-y-violet-600\/30:active {
  border-top-color: rgb(124 58 237 / 0.3);
  border-bottom-color: rgb(124 58 237 / 0.3);
}

.active\:border-y-violet-600\/40:active {
  border-top-color: rgb(124 58 237 / 0.4);
  border-bottom-color: rgb(124 58 237 / 0.4);
}

.active\:border-y-violet-600\/5:active {
  border-top-color: rgb(124 58 237 / 0.05);
  border-bottom-color: rgb(124 58 237 / 0.05);
}

.active\:border-y-violet-600\/50:active {
  border-top-color: rgb(124 58 237 / 0.5);
  border-bottom-color: rgb(124 58 237 / 0.5);
}

.active\:border-y-violet-600\/60:active {
  border-top-color: rgb(124 58 237 / 0.6);
  border-bottom-color: rgb(124 58 237 / 0.6);
}

.active\:border-y-violet-600\/70:active {
  border-top-color: rgb(124 58 237 / 0.7);
  border-bottom-color: rgb(124 58 237 / 0.7);
}

.active\:border-y-violet-600\/75:active {
  border-top-color: rgb(124 58 237 / 0.75);
  border-bottom-color: rgb(124 58 237 / 0.75);
}

.active\:border-y-violet-600\/80:active {
  border-top-color: rgb(124 58 237 / 0.8);
  border-bottom-color: rgb(124 58 237 / 0.8);
}

.active\:border-y-violet-600\/90:active {
  border-top-color: rgb(124 58 237 / 0.9);
  border-bottom-color: rgb(124 58 237 / 0.9);
}

.active\:border-y-violet-600\/95:active {
  border-top-color: rgb(124 58 237 / 0.95);
  border-bottom-color: rgb(124 58 237 / 0.95);
}

.active\:border-y-violet-700:active {
  --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));
}

.active\:border-y-violet-700\/0:active {
  border-top-color: rgb(109 40 217 / 0);
  border-bottom-color: rgb(109 40 217 / 0);
}

.active\:border-y-violet-700\/10:active {
  border-top-color: rgb(109 40 217 / 0.1);
  border-bottom-color: rgb(109 40 217 / 0.1);
}

.active\:border-y-violet-700\/100:active {
  border-top-color: rgb(109 40 217 / 1);
  border-bottom-color: rgb(109 40 217 / 1);
}

.active\:border-y-violet-700\/20:active {
  border-top-color: rgb(109 40 217 / 0.2);
  border-bottom-color: rgb(109 40 217 / 0.2);
}

.active\:border-y-violet-700\/25:active {
  border-top-color: rgb(109 40 217 / 0.25);
  border-bottom-color: rgb(109 40 217 / 0.25);
}

.active\:border-y-violet-700\/30:active {
  border-top-color: rgb(109 40 217 / 0.3);
  border-bottom-color: rgb(109 40 217 / 0.3);
}

.active\:border-y-violet-700\/40:active {
  border-top-color: rgb(109 40 217 / 0.4);
  border-bottom-color: rgb(109 40 217 / 0.4);
}

.active\:border-y-violet-700\/5:active {
  border-top-color: rgb(109 40 217 / 0.05);
  border-bottom-color: rgb(109 40 217 / 0.05);
}

.active\:border-y-violet-700\/50:active {
  border-top-color: rgb(109 40 217 / 0.5);
  border-bottom-color: rgb(109 40 217 / 0.5);
}

.active\:border-y-violet-700\/60:active {
  border-top-color: rgb(109 40 217 / 0.6);
  border-bottom-color: rgb(109 40 217 / 0.6);
}

.active\:border-y-violet-700\/70:active {
  border-top-color: rgb(109 40 217 / 0.7);
  border-bottom-color: rgb(109 40 217 / 0.7);
}

.active\:border-y-violet-700\/75:active {
  border-top-color: rgb(109 40 217 / 0.75);
  border-bottom-color: rgb(109 40 217 / 0.75);
}

.active\:border-y-violet-700\/80:active {
  border-top-color: rgb(109 40 217 / 0.8);
  border-bottom-color: rgb(109 40 217 / 0.8);
}

.active\:border-y-violet-700\/90:active {
  border-top-color: rgb(109 40 217 / 0.9);
  border-bottom-color: rgb(109 40 217 / 0.9);
}

.active\:border-y-violet-700\/95:active {
  border-top-color: rgb(109 40 217 / 0.95);
  border-bottom-color: rgb(109 40 217 / 0.95);
}

.active\:border-y-violet-800:active {
  --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));
}

.active\:border-y-violet-800\/0:active {
  border-top-color: rgb(91 33 182 / 0);
  border-bottom-color: rgb(91 33 182 / 0);
}

.active\:border-y-violet-800\/10:active {
  border-top-color: rgb(91 33 182 / 0.1);
  border-bottom-color: rgb(91 33 182 / 0.1);
}

.active\:border-y-violet-800\/100:active {
  border-top-color: rgb(91 33 182 / 1);
  border-bottom-color: rgb(91 33 182 / 1);
}

.active\:border-y-violet-800\/20:active {
  border-top-color: rgb(91 33 182 / 0.2);
  border-bottom-color: rgb(91 33 182 / 0.2);
}

.active\:border-y-violet-800\/25:active {
  border-top-color: rgb(91 33 182 / 0.25);
  border-bottom-color: rgb(91 33 182 / 0.25);
}

.active\:border-y-violet-800\/30:active {
  border-top-color: rgb(91 33 182 / 0.3);
  border-bottom-color: rgb(91 33 182 / 0.3);
}

.active\:border-y-violet-800\/40:active {
  border-top-color: rgb(91 33 182 / 0.4);
  border-bottom-color: rgb(91 33 182 / 0.4);
}

.active\:border-y-violet-800\/5:active {
  border-top-color: rgb(91 33 182 / 0.05);
  border-bottom-color: rgb(91 33 182 / 0.05);
}

.active\:border-y-violet-800\/50:active {
  border-top-color: rgb(91 33 182 / 0.5);
  border-bottom-color: rgb(91 33 182 / 0.5);
}

.active\:border-y-violet-800\/60:active {
  border-top-color: rgb(91 33 182 / 0.6);
  border-bottom-color: rgb(91 33 182 / 0.6);
}

.active\:border-y-violet-800\/70:active {
  border-top-color: rgb(91 33 182 / 0.7);
  border-bottom-color: rgb(91 33 182 / 0.7);
}

.active\:border-y-violet-800\/75:active {
  border-top-color: rgb(91 33 182 / 0.75);
  border-bottom-color: rgb(91 33 182 / 0.75);
}

.active\:border-y-violet-800\/80:active {
  border-top-color: rgb(91 33 182 / 0.8);
  border-bottom-color: rgb(91 33 182 / 0.8);
}

.active\:border-y-violet-800\/90:active {
  border-top-color: rgb(91 33 182 / 0.9);
  border-bottom-color: rgb(91 33 182 / 0.9);
}

.active\:border-y-violet-800\/95:active {
  border-top-color: rgb(91 33 182 / 0.95);
  border-bottom-color: rgb(91 33 182 / 0.95);
}

.active\:border-y-violet-900:active {
  --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));
}

.active\:border-y-violet-900\/0:active {
  border-top-color: rgb(76 29 149 / 0);
  border-bottom-color: rgb(76 29 149 / 0);
}

.active\:border-y-violet-900\/10:active {
  border-top-color: rgb(76 29 149 / 0.1);
  border-bottom-color: rgb(76 29 149 / 0.1);
}

.active\:border-y-violet-900\/100:active {
  border-top-color: rgb(76 29 149 / 1);
  border-bottom-color: rgb(76 29 149 / 1);
}

.active\:border-y-violet-900\/20:active {
  border-top-color: rgb(76 29 149 / 0.2);
  border-bottom-color: rgb(76 29 149 / 0.2);
}

.active\:border-y-violet-900\/25:active {
  border-top-color: rgb(76 29 149 / 0.25);
  border-bottom-color: rgb(76 29 149 / 0.25);
}

.active\:border-y-violet-900\/30:active {
  border-top-color: rgb(76 29 149 / 0.3);
  border-bottom-color: rgb(76 29 149 / 0.3);
}

.active\:border-y-violet-900\/40:active {
  border-top-color: rgb(76 29 149 / 0.4);
  border-bottom-color: rgb(76 29 149 / 0.4);
}

.active\:border-y-violet-900\/5:active {
  border-top-color: rgb(76 29 149 / 0.05);
  border-bottom-color: rgb(76 29 149 / 0.05);
}

.active\:border-y-violet-900\/50:active {
  border-top-color: rgb(76 29 149 / 0.5);
  border-bottom-color: rgb(76 29 149 / 0.5);
}

.active\:border-y-violet-900\/60:active {
  border-top-color: rgb(76 29 149 / 0.6);
  border-bottom-color: rgb(76 29 149 / 0.6);
}

.active\:border-y-violet-900\/70:active {
  border-top-color: rgb(76 29 149 / 0.7);
  border-bottom-color: rgb(76 29 149 / 0.7);
}

.active\:border-y-violet-900\/75:active {
  border-top-color: rgb(76 29 149 / 0.75);
  border-bottom-color: rgb(76 29 149 / 0.75);
}

.active\:border-y-violet-900\/80:active {
  border-top-color: rgb(76 29 149 / 0.8);
  border-bottom-color: rgb(76 29 149 / 0.8);
}

.active\:border-y-violet-900\/90:active {
  border-top-color: rgb(76 29 149 / 0.9);
  border-bottom-color: rgb(76 29 149 / 0.9);
}

.active\:border-y-violet-900\/95:active {
  border-top-color: rgb(76 29 149 / 0.95);
  border-bottom-color: rgb(76 29 149 / 0.95);
}

.active\:border-y-violet-950:active {
  --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));
}

.active\:border-y-violet-950\/0:active {
  border-top-color: rgb(46 16 101 / 0);
  border-bottom-color: rgb(46 16 101 / 0);
}

.active\:border-y-violet-950\/10:active {
  border-top-color: rgb(46 16 101 / 0.1);
  border-bottom-color: rgb(46 16 101 / 0.1);
}

.active\:border-y-violet-950\/100:active {
  border-top-color: rgb(46 16 101 / 1);
  border-bottom-color: rgb(46 16 101 / 1);
}

.active\:border-y-violet-950\/20:active {
  border-top-color: rgb(46 16 101 / 0.2);
  border-bottom-color: rgb(46 16 101 / 0.2);
}

.active\:border-y-violet-950\/25:active {
  border-top-color: rgb(46 16 101 / 0.25);
  border-bottom-color: rgb(46 16 101 / 0.25);
}

.active\:border-y-violet-950\/30:active {
  border-top-color: rgb(46 16 101 / 0.3);
  border-bottom-color: rgb(46 16 101 / 0.3);
}

.active\:border-y-violet-950\/40:active {
  border-top-color: rgb(46 16 101 / 0.4);
  border-bottom-color: rgb(46 16 101 / 0.4);
}

.active\:border-y-violet-950\/5:active {
  border-top-color: rgb(46 16 101 / 0.05);
  border-bottom-color: rgb(46 16 101 / 0.05);
}

.active\:border-y-violet-950\/50:active {
  border-top-color: rgb(46 16 101 / 0.5);
  border-bottom-color: rgb(46 16 101 / 0.5);
}

.active\:border-y-violet-950\/60:active {
  border-top-color: rgb(46 16 101 / 0.6);
  border-bottom-color: rgb(46 16 101 / 0.6);
}

.active\:border-y-violet-950\/70:active {
  border-top-color: rgb(46 16 101 / 0.7);
  border-bottom-color: rgb(46 16 101 / 0.7);
}

.active\:border-y-violet-950\/75:active {
  border-top-color: rgb(46 16 101 / 0.75);
  border-bottom-color: rgb(46 16 101 / 0.75);
}

.active\:border-y-violet-950\/80:active {
  border-top-color: rgb(46 16 101 / 0.8);
  border-bottom-color: rgb(46 16 101 / 0.8);
}

.active\:border-y-violet-950\/90:active {
  border-top-color: rgb(46 16 101 / 0.9);
  border-bottom-color: rgb(46 16 101 / 0.9);
}

.active\:border-y-violet-950\/95:active {
  border-top-color: rgb(46 16 101 / 0.95);
  border-bottom-color: rgb(46 16 101 / 0.95);
}

.active\:border-y-white:active {
  --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));
}

.active\:border-y-white\/0:active {
  border-top-color: rgb(255 255 255 / 0);
  border-bottom-color: rgb(255 255 255 / 0);
}

.active\:border-y-white\/10:active {
  border-top-color: rgb(255 255 255 / 0.1);
  border-bottom-color: rgb(255 255 255 / 0.1);
}

.active\:border-y-white\/100:active {
  border-top-color: rgb(255 255 255 / 1);
  border-bottom-color: rgb(255 255 255 / 1);
}

.active\:border-y-white\/20:active {
  border-top-color: rgb(255 255 255 / 0.2);
  border-bottom-color: rgb(255 255 255 / 0.2);
}

.active\:border-y-white\/25:active {
  border-top-color: rgb(255 255 255 / 0.25);
  border-bottom-color: rgb(255 255 255 / 0.25);
}

.active\:border-y-white\/30:active {
  border-top-color: rgb(255 255 255 / 0.3);
  border-bottom-color: rgb(255 255 255 / 0.3);
}

.active\:border-y-white\/40:active {
  border-top-color: rgb(255 255 255 / 0.4);
  border-bottom-color: rgb(255 255 255 / 0.4);
}

.active\:border-y-white\/5:active {
  border-top-color: rgb(255 255 255 / 0.05);
  border-bottom-color: rgb(255 255 255 / 0.05);
}

.active\:border-y-white\/50:active {
  border-top-color: rgb(255 255 255 / 0.5);
  border-bottom-color: rgb(255 255 255 / 0.5);
}

.active\:border-y-white\/60:active {
  border-top-color: rgb(255 255 255 / 0.6);
  border-bottom-color: rgb(255 255 255 / 0.6);
}

.active\:border-y-white\/70:active {
  border-top-color: rgb(255 255 255 / 0.7);
  border-bottom-color: rgb(255 255 255 / 0.7);
}

.active\:border-y-white\/75:active {
  border-top-color: rgb(255 255 255 / 0.75);
  border-bottom-color: rgb(255 255 255 / 0.75);
}

.active\:border-y-white\/80:active {
  border-top-color: rgb(255 255 255 / 0.8);
  border-bottom-color: rgb(255 255 255 / 0.8);
}

.active\:border-y-white\/90:active {
  border-top-color: rgb(255 255 255 / 0.9);
  border-bottom-color: rgb(255 255 255 / 0.9);
}

.active\:border-y-white\/95:active {
  border-top-color: rgb(255 255 255 / 0.95);
  border-bottom-color: rgb(255 255 255 / 0.95);
}

.active\:border-y-work-identity-300:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(166 235 194 / var(--tw-border-opacity));
  border-bottom-color: rgb(166 235 194 / var(--tw-border-opacity));
}

.active\:border-y-work-identity-300\/0:active {
  border-top-color: rgb(166 235 194 / 0);
  border-bottom-color: rgb(166 235 194 / 0);
}

.active\:border-y-work-identity-300\/10:active {
  border-top-color: rgb(166 235 194 / 0.1);
  border-bottom-color: rgb(166 235 194 / 0.1);
}

.active\:border-y-work-identity-300\/100:active {
  border-top-color: rgb(166 235 194 / 1);
  border-bottom-color: rgb(166 235 194 / 1);
}

.active\:border-y-work-identity-300\/20:active {
  border-top-color: rgb(166 235 194 / 0.2);
  border-bottom-color: rgb(166 235 194 / 0.2);
}

.active\:border-y-work-identity-300\/25:active {
  border-top-color: rgb(166 235 194 / 0.25);
  border-bottom-color: rgb(166 235 194 / 0.25);
}

.active\:border-y-work-identity-300\/30:active {
  border-top-color: rgb(166 235 194 / 0.3);
  border-bottom-color: rgb(166 235 194 / 0.3);
}

.active\:border-y-work-identity-300\/40:active {
  border-top-color: rgb(166 235 194 / 0.4);
  border-bottom-color: rgb(166 235 194 / 0.4);
}

.active\:border-y-work-identity-300\/5:active {
  border-top-color: rgb(166 235 194 / 0.05);
  border-bottom-color: rgb(166 235 194 / 0.05);
}

.active\:border-y-work-identity-300\/50:active {
  border-top-color: rgb(166 235 194 / 0.5);
  border-bottom-color: rgb(166 235 194 / 0.5);
}

.active\:border-y-work-identity-300\/60:active {
  border-top-color: rgb(166 235 194 / 0.6);
  border-bottom-color: rgb(166 235 194 / 0.6);
}

.active\:border-y-work-identity-300\/70:active {
  border-top-color: rgb(166 235 194 / 0.7);
  border-bottom-color: rgb(166 235 194 / 0.7);
}

.active\:border-y-work-identity-300\/75:active {
  border-top-color: rgb(166 235 194 / 0.75);
  border-bottom-color: rgb(166 235 194 / 0.75);
}

.active\:border-y-work-identity-300\/80:active {
  border-top-color: rgb(166 235 194 / 0.8);
  border-bottom-color: rgb(166 235 194 / 0.8);
}

.active\:border-y-work-identity-300\/90:active {
  border-top-color: rgb(166 235 194 / 0.9);
  border-bottom-color: rgb(166 235 194 / 0.9);
}

.active\:border-y-work-identity-300\/95:active {
  border-top-color: rgb(166 235 194 / 0.95);
  border-bottom-color: rgb(166 235 194 / 0.95);
}

.active\:border-y-work-identity-400:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(83 221 139 / var(--tw-border-opacity));
  border-bottom-color: rgb(83 221 139 / var(--tw-border-opacity));
}

.active\:border-y-work-identity-400\/0:active {
  border-top-color: rgb(83 221 139 / 0);
  border-bottom-color: rgb(83 221 139 / 0);
}

.active\:border-y-work-identity-400\/10:active {
  border-top-color: rgb(83 221 139 / 0.1);
  border-bottom-color: rgb(83 221 139 / 0.1);
}

.active\:border-y-work-identity-400\/100:active {
  border-top-color: rgb(83 221 139 / 1);
  border-bottom-color: rgb(83 221 139 / 1);
}

.active\:border-y-work-identity-400\/20:active {
  border-top-color: rgb(83 221 139 / 0.2);
  border-bottom-color: rgb(83 221 139 / 0.2);
}

.active\:border-y-work-identity-400\/25:active {
  border-top-color: rgb(83 221 139 / 0.25);
  border-bottom-color: rgb(83 221 139 / 0.25);
}

.active\:border-y-work-identity-400\/30:active {
  border-top-color: rgb(83 221 139 / 0.3);
  border-bottom-color: rgb(83 221 139 / 0.3);
}

.active\:border-y-work-identity-400\/40:active {
  border-top-color: rgb(83 221 139 / 0.4);
  border-bottom-color: rgb(83 221 139 / 0.4);
}

.active\:border-y-work-identity-400\/5:active {
  border-top-color: rgb(83 221 139 / 0.05);
  border-bottom-color: rgb(83 221 139 / 0.05);
}

.active\:border-y-work-identity-400\/50:active {
  border-top-color: rgb(83 221 139 / 0.5);
  border-bottom-color: rgb(83 221 139 / 0.5);
}

.active\:border-y-work-identity-400\/60:active {
  border-top-color: rgb(83 221 139 / 0.6);
  border-bottom-color: rgb(83 221 139 / 0.6);
}

.active\:border-y-work-identity-400\/70:active {
  border-top-color: rgb(83 221 139 / 0.7);
  border-bottom-color: rgb(83 221 139 / 0.7);
}

.active\:border-y-work-identity-400\/75:active {
  border-top-color: rgb(83 221 139 / 0.75);
  border-bottom-color: rgb(83 221 139 / 0.75);
}

.active\:border-y-work-identity-400\/80:active {
  border-top-color: rgb(83 221 139 / 0.8);
  border-bottom-color: rgb(83 221 139 / 0.8);
}

.active\:border-y-work-identity-400\/90:active {
  border-top-color: rgb(83 221 139 / 0.9);
  border-bottom-color: rgb(83 221 139 / 0.9);
}

.active\:border-y-work-identity-400\/95:active {
  border-top-color: rgb(83 221 139 / 0.95);
  border-bottom-color: rgb(83 221 139 / 0.95);
}

.active\:border-y-work-identity-500:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 208 84 / var(--tw-border-opacity));
  border-bottom-color: rgb(0 208 84 / var(--tw-border-opacity));
}

.active\:border-y-work-identity-500\/0:active {
  border-top-color: rgb(0 208 84 / 0);
  border-bottom-color: rgb(0 208 84 / 0);
}

.active\:border-y-work-identity-500\/10:active {
  border-top-color: rgb(0 208 84 / 0.1);
  border-bottom-color: rgb(0 208 84 / 0.1);
}

.active\:border-y-work-identity-500\/100:active {
  border-top-color: rgb(0 208 84 / 1);
  border-bottom-color: rgb(0 208 84 / 1);
}

.active\:border-y-work-identity-500\/20:active {
  border-top-color: rgb(0 208 84 / 0.2);
  border-bottom-color: rgb(0 208 84 / 0.2);
}

.active\:border-y-work-identity-500\/25:active {
  border-top-color: rgb(0 208 84 / 0.25);
  border-bottom-color: rgb(0 208 84 / 0.25);
}

.active\:border-y-work-identity-500\/30:active {
  border-top-color: rgb(0 208 84 / 0.3);
  border-bottom-color: rgb(0 208 84 / 0.3);
}

.active\:border-y-work-identity-500\/40:active {
  border-top-color: rgb(0 208 84 / 0.4);
  border-bottom-color: rgb(0 208 84 / 0.4);
}

.active\:border-y-work-identity-500\/5:active {
  border-top-color: rgb(0 208 84 / 0.05);
  border-bottom-color: rgb(0 208 84 / 0.05);
}

.active\:border-y-work-identity-500\/50:active {
  border-top-color: rgb(0 208 84 / 0.5);
  border-bottom-color: rgb(0 208 84 / 0.5);
}

.active\:border-y-work-identity-500\/60:active {
  border-top-color: rgb(0 208 84 / 0.6);
  border-bottom-color: rgb(0 208 84 / 0.6);
}

.active\:border-y-work-identity-500\/70:active {
  border-top-color: rgb(0 208 84 / 0.7);
  border-bottom-color: rgb(0 208 84 / 0.7);
}

.active\:border-y-work-identity-500\/75:active {
  border-top-color: rgb(0 208 84 / 0.75);
  border-bottom-color: rgb(0 208 84 / 0.75);
}

.active\:border-y-work-identity-500\/80:active {
  border-top-color: rgb(0 208 84 / 0.8);
  border-bottom-color: rgb(0 208 84 / 0.8);
}

.active\:border-y-work-identity-500\/90:active {
  border-top-color: rgb(0 208 84 / 0.9);
  border-bottom-color: rgb(0 208 84 / 0.9);
}

.active\:border-y-work-identity-500\/95:active {
  border-top-color: rgb(0 208 84 / 0.95);
  border-bottom-color: rgb(0 208 84 / 0.95);
}

.active\:border-y-work-identity-900:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 249 249 / var(--tw-border-opacity));
  border-bottom-color: rgb(249 249 249 / var(--tw-border-opacity));
}

.active\:border-y-work-identity-900\/0:active {
  border-top-color: rgb(249 249 249 / 0);
  border-bottom-color: rgb(249 249 249 / 0);
}

.active\:border-y-work-identity-900\/10:active {
  border-top-color: rgb(249 249 249 / 0.1);
  border-bottom-color: rgb(249 249 249 / 0.1);
}

.active\:border-y-work-identity-900\/100:active {
  border-top-color: rgb(249 249 249 / 1);
  border-bottom-color: rgb(249 249 249 / 1);
}

.active\:border-y-work-identity-900\/20:active {
  border-top-color: rgb(249 249 249 / 0.2);
  border-bottom-color: rgb(249 249 249 / 0.2);
}

.active\:border-y-work-identity-900\/25:active {
  border-top-color: rgb(249 249 249 / 0.25);
  border-bottom-color: rgb(249 249 249 / 0.25);
}

.active\:border-y-work-identity-900\/30:active {
  border-top-color: rgb(249 249 249 / 0.3);
  border-bottom-color: rgb(249 249 249 / 0.3);
}

.active\:border-y-work-identity-900\/40:active {
  border-top-color: rgb(249 249 249 / 0.4);
  border-bottom-color: rgb(249 249 249 / 0.4);
}

.active\:border-y-work-identity-900\/5:active {
  border-top-color: rgb(249 249 249 / 0.05);
  border-bottom-color: rgb(249 249 249 / 0.05);
}

.active\:border-y-work-identity-900\/50:active {
  border-top-color: rgb(249 249 249 / 0.5);
  border-bottom-color: rgb(249 249 249 / 0.5);
}

.active\:border-y-work-identity-900\/60:active {
  border-top-color: rgb(249 249 249 / 0.6);
  border-bottom-color: rgb(249 249 249 / 0.6);
}

.active\:border-y-work-identity-900\/70:active {
  border-top-color: rgb(249 249 249 / 0.7);
  border-bottom-color: rgb(249 249 249 / 0.7);
}

.active\:border-y-work-identity-900\/75:active {
  border-top-color: rgb(249 249 249 / 0.75);
  border-bottom-color: rgb(249 249 249 / 0.75);
}

.active\:border-y-work-identity-900\/80:active {
  border-top-color: rgb(249 249 249 / 0.8);
  border-bottom-color: rgb(249 249 249 / 0.8);
}

.active\:border-y-work-identity-900\/90:active {
  border-top-color: rgb(249 249 249 / 0.9);
  border-bottom-color: rgb(249 249 249 / 0.9);
}

.active\:border-y-work-identity-900\/95:active {
  border-top-color: rgb(249 249 249 / 0.95);
  border-bottom-color: rgb(249 249 249 / 0.95);
}

.active\:border-y-yellow-100:active {
  --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));
}

.active\:border-y-yellow-100\/0:active {
  border-top-color: rgb(254 249 195 / 0);
  border-bottom-color: rgb(254 249 195 / 0);
}

.active\:border-y-yellow-100\/10:active {
  border-top-color: rgb(254 249 195 / 0.1);
  border-bottom-color: rgb(254 249 195 / 0.1);
}

.active\:border-y-yellow-100\/100:active {
  border-top-color: rgb(254 249 195 / 1);
  border-bottom-color: rgb(254 249 195 / 1);
}

.active\:border-y-yellow-100\/20:active {
  border-top-color: rgb(254 249 195 / 0.2);
  border-bottom-color: rgb(254 249 195 / 0.2);
}

.active\:border-y-yellow-100\/25:active {
  border-top-color: rgb(254 249 195 / 0.25);
  border-bottom-color: rgb(254 249 195 / 0.25);
}

.active\:border-y-yellow-100\/30:active {
  border-top-color: rgb(254 249 195 / 0.3);
  border-bottom-color: rgb(254 249 195 / 0.3);
}

.active\:border-y-yellow-100\/40:active {
  border-top-color: rgb(254 249 195 / 0.4);
  border-bottom-color: rgb(254 249 195 / 0.4);
}

.active\:border-y-yellow-100\/5:active {
  border-top-color: rgb(254 249 195 / 0.05);
  border-bottom-color: rgb(254 249 195 / 0.05);
}

.active\:border-y-yellow-100\/50:active {
  border-top-color: rgb(254 249 195 / 0.5);
  border-bottom-color: rgb(254 249 195 / 0.5);
}

.active\:border-y-yellow-100\/60:active {
  border-top-color: rgb(254 249 195 / 0.6);
  border-bottom-color: rgb(254 249 195 / 0.6);
}

.active\:border-y-yellow-100\/70:active {
  border-top-color: rgb(254 249 195 / 0.7);
  border-bottom-color: rgb(254 249 195 / 0.7);
}

.active\:border-y-yellow-100\/75:active {
  border-top-color: rgb(254 249 195 / 0.75);
  border-bottom-color: rgb(254 249 195 / 0.75);
}

.active\:border-y-yellow-100\/80:active {
  border-top-color: rgb(254 249 195 / 0.8);
  border-bottom-color: rgb(254 249 195 / 0.8);
}

.active\:border-y-yellow-100\/90:active {
  border-top-color: rgb(254 249 195 / 0.9);
  border-bottom-color: rgb(254 249 195 / 0.9);
}

.active\:border-y-yellow-100\/95:active {
  border-top-color: rgb(254 249 195 / 0.95);
  border-bottom-color: rgb(254 249 195 / 0.95);
}

.active\:border-y-yellow-200:active {
  --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));
}

.active\:border-y-yellow-200\/0:active {
  border-top-color: rgb(254 240 138 / 0);
  border-bottom-color: rgb(254 240 138 / 0);
}

.active\:border-y-yellow-200\/10:active {
  border-top-color: rgb(254 240 138 / 0.1);
  border-bottom-color: rgb(254 240 138 / 0.1);
}

.active\:border-y-yellow-200\/100:active {
  border-top-color: rgb(254 240 138 / 1);
  border-bottom-color: rgb(254 240 138 / 1);
}

.active\:border-y-yellow-200\/20:active {
  border-top-color: rgb(254 240 138 / 0.2);
  border-bottom-color: rgb(254 240 138 / 0.2);
}

.active\:border-y-yellow-200\/25:active {
  border-top-color: rgb(254 240 138 / 0.25);
  border-bottom-color: rgb(254 240 138 / 0.25);
}

.active\:border-y-yellow-200\/30:active {
  border-top-color: rgb(254 240 138 / 0.3);
  border-bottom-color: rgb(254 240 138 / 0.3);
}

.active\:border-y-yellow-200\/40:active {
  border-top-color: rgb(254 240 138 / 0.4);
  border-bottom-color: rgb(254 240 138 / 0.4);
}

.active\:border-y-yellow-200\/5:active {
  border-top-color: rgb(254 240 138 / 0.05);
  border-bottom-color: rgb(254 240 138 / 0.05);
}

.active\:border-y-yellow-200\/50:active {
  border-top-color: rgb(254 240 138 / 0.5);
  border-bottom-color: rgb(254 240 138 / 0.5);
}

.active\:border-y-yellow-200\/60:active {
  border-top-color: rgb(254 240 138 / 0.6);
  border-bottom-color: rgb(254 240 138 / 0.6);
}

.active\:border-y-yellow-200\/70:active {
  border-top-color: rgb(254 240 138 / 0.7);
  border-bottom-color: rgb(254 240 138 / 0.7);
}

.active\:border-y-yellow-200\/75:active {
  border-top-color: rgb(254 240 138 / 0.75);
  border-bottom-color: rgb(254 240 138 / 0.75);
}

.active\:border-y-yellow-200\/80:active {
  border-top-color: rgb(254 240 138 / 0.8);
  border-bottom-color: rgb(254 240 138 / 0.8);
}

.active\:border-y-yellow-200\/90:active {
  border-top-color: rgb(254 240 138 / 0.9);
  border-bottom-color: rgb(254 240 138 / 0.9);
}

.active\:border-y-yellow-200\/95:active {
  border-top-color: rgb(254 240 138 / 0.95);
  border-bottom-color: rgb(254 240 138 / 0.95);
}

.active\:border-y-yellow-300:active {
  --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));
}

.active\:border-y-yellow-300\/0:active {
  border-top-color: rgb(253 224 71 / 0);
  border-bottom-color: rgb(253 224 71 / 0);
}

.active\:border-y-yellow-300\/10:active {
  border-top-color: rgb(253 224 71 / 0.1);
  border-bottom-color: rgb(253 224 71 / 0.1);
}

.active\:border-y-yellow-300\/100:active {
  border-top-color: rgb(253 224 71 / 1);
  border-bottom-color: rgb(253 224 71 / 1);
}

.active\:border-y-yellow-300\/20:active {
  border-top-color: rgb(253 224 71 / 0.2);
  border-bottom-color: rgb(253 224 71 / 0.2);
}

.active\:border-y-yellow-300\/25:active {
  border-top-color: rgb(253 224 71 / 0.25);
  border-bottom-color: rgb(253 224 71 / 0.25);
}

.active\:border-y-yellow-300\/30:active {
  border-top-color: rgb(253 224 71 / 0.3);
  border-bottom-color: rgb(253 224 71 / 0.3);
}

.active\:border-y-yellow-300\/40:active {
  border-top-color: rgb(253 224 71 / 0.4);
  border-bottom-color: rgb(253 224 71 / 0.4);
}

.active\:border-y-yellow-300\/5:active {
  border-top-color: rgb(253 224 71 / 0.05);
  border-bottom-color: rgb(253 224 71 / 0.05);
}

.active\:border-y-yellow-300\/50:active {
  border-top-color: rgb(253 224 71 / 0.5);
  border-bottom-color: rgb(253 224 71 / 0.5);
}

.active\:border-y-yellow-300\/60:active {
  border-top-color: rgb(253 224 71 / 0.6);
  border-bottom-color: rgb(253 224 71 / 0.6);
}

.active\:border-y-yellow-300\/70:active {
  border-top-color: rgb(253 224 71 / 0.7);
  border-bottom-color: rgb(253 224 71 / 0.7);
}

.active\:border-y-yellow-300\/75:active {
  border-top-color: rgb(253 224 71 / 0.75);
  border-bottom-color: rgb(253 224 71 / 0.75);
}

.active\:border-y-yellow-300\/80:active {
  border-top-color: rgb(253 224 71 / 0.8);
  border-bottom-color: rgb(253 224 71 / 0.8);
}

.active\:border-y-yellow-300\/90:active {
  border-top-color: rgb(253 224 71 / 0.9);
  border-bottom-color: rgb(253 224 71 / 0.9);
}

.active\:border-y-yellow-300\/95:active {
  border-top-color: rgb(253 224 71 / 0.95);
  border-bottom-color: rgb(253 224 71 / 0.95);
}

.active\:border-y-yellow-400:active {
  --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));
}

.active\:border-y-yellow-400\/0:active {
  border-top-color: rgb(250 204 21 / 0);
  border-bottom-color: rgb(250 204 21 / 0);
}

.active\:border-y-yellow-400\/10:active {
  border-top-color: rgb(250 204 21 / 0.1);
  border-bottom-color: rgb(250 204 21 / 0.1);
}

.active\:border-y-yellow-400\/100:active {
  border-top-color: rgb(250 204 21 / 1);
  border-bottom-color: rgb(250 204 21 / 1);
}

.active\:border-y-yellow-400\/20:active {
  border-top-color: rgb(250 204 21 / 0.2);
  border-bottom-color: rgb(250 204 21 / 0.2);
}

.active\:border-y-yellow-400\/25:active {
  border-top-color: rgb(250 204 21 / 0.25);
  border-bottom-color: rgb(250 204 21 / 0.25);
}

.active\:border-y-yellow-400\/30:active {
  border-top-color: rgb(250 204 21 / 0.3);
  border-bottom-color: rgb(250 204 21 / 0.3);
}

.active\:border-y-yellow-400\/40:active {
  border-top-color: rgb(250 204 21 / 0.4);
  border-bottom-color: rgb(250 204 21 / 0.4);
}

.active\:border-y-yellow-400\/5:active {
  border-top-color: rgb(250 204 21 / 0.05);
  border-bottom-color: rgb(250 204 21 / 0.05);
}

.active\:border-y-yellow-400\/50:active {
  border-top-color: rgb(250 204 21 / 0.5);
  border-bottom-color: rgb(250 204 21 / 0.5);
}

.active\:border-y-yellow-400\/60:active {
  border-top-color: rgb(250 204 21 / 0.6);
  border-bottom-color: rgb(250 204 21 / 0.6);
}

.active\:border-y-yellow-400\/70:active {
  border-top-color: rgb(250 204 21 / 0.7);
  border-bottom-color: rgb(250 204 21 / 0.7);
}

.active\:border-y-yellow-400\/75:active {
  border-top-color: rgb(250 204 21 / 0.75);
  border-bottom-color: rgb(250 204 21 / 0.75);
}

.active\:border-y-yellow-400\/80:active {
  border-top-color: rgb(250 204 21 / 0.8);
  border-bottom-color: rgb(250 204 21 / 0.8);
}

.active\:border-y-yellow-400\/90:active {
  border-top-color: rgb(250 204 21 / 0.9);
  border-bottom-color: rgb(250 204 21 / 0.9);
}

.active\:border-y-yellow-400\/95:active {
  border-top-color: rgb(250 204 21 / 0.95);
  border-bottom-color: rgb(250 204 21 / 0.95);
}

.active\:border-y-yellow-50:active {
  --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));
}

.active\:border-y-yellow-50\/0:active {
  border-top-color: rgb(254 252 232 / 0);
  border-bottom-color: rgb(254 252 232 / 0);
}

.active\:border-y-yellow-50\/10:active {
  border-top-color: rgb(254 252 232 / 0.1);
  border-bottom-color: rgb(254 252 232 / 0.1);
}

.active\:border-y-yellow-50\/100:active {
  border-top-color: rgb(254 252 232 / 1);
  border-bottom-color: rgb(254 252 232 / 1);
}

.active\:border-y-yellow-50\/20:active {
  border-top-color: rgb(254 252 232 / 0.2);
  border-bottom-color: rgb(254 252 232 / 0.2);
}

.active\:border-y-yellow-50\/25:active {
  border-top-color: rgb(254 252 232 / 0.25);
  border-bottom-color: rgb(254 252 232 / 0.25);
}

.active\:border-y-yellow-50\/30:active {
  border-top-color: rgb(254 252 232 / 0.3);
  border-bottom-color: rgb(254 252 232 / 0.3);
}

.active\:border-y-yellow-50\/40:active {
  border-top-color: rgb(254 252 232 / 0.4);
  border-bottom-color: rgb(254 252 232 / 0.4);
}

.active\:border-y-yellow-50\/5:active {
  border-top-color: rgb(254 252 232 / 0.05);
  border-bottom-color: rgb(254 252 232 / 0.05);
}

.active\:border-y-yellow-50\/50:active {
  border-top-color: rgb(254 252 232 / 0.5);
  border-bottom-color: rgb(254 252 232 / 0.5);
}

.active\:border-y-yellow-50\/60:active {
  border-top-color: rgb(254 252 232 / 0.6);
  border-bottom-color: rgb(254 252 232 / 0.6);
}

.active\:border-y-yellow-50\/70:active {
  border-top-color: rgb(254 252 232 / 0.7);
  border-bottom-color: rgb(254 252 232 / 0.7);
}

.active\:border-y-yellow-50\/75:active {
  border-top-color: rgb(254 252 232 / 0.75);
  border-bottom-color: rgb(254 252 232 / 0.75);
}

.active\:border-y-yellow-50\/80:active {
  border-top-color: rgb(254 252 232 / 0.8);
  border-bottom-color: rgb(254 252 232 / 0.8);
}

.active\:border-y-yellow-50\/90:active {
  border-top-color: rgb(254 252 232 / 0.9);
  border-bottom-color: rgb(254 252 232 / 0.9);
}

.active\:border-y-yellow-50\/95:active {
  border-top-color: rgb(254 252 232 / 0.95);
  border-bottom-color: rgb(254 252 232 / 0.95);
}

.active\:border-y-yellow-500:active {
  --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));
}

.active\:border-y-yellow-500\/0:active {
  border-top-color: rgb(234 179 8 / 0);
  border-bottom-color: rgb(234 179 8 / 0);
}

.active\:border-y-yellow-500\/10:active {
  border-top-color: rgb(234 179 8 / 0.1);
  border-bottom-color: rgb(234 179 8 / 0.1);
}

.active\:border-y-yellow-500\/100:active {
  border-top-color: rgb(234 179 8 / 1);
  border-bottom-color: rgb(234 179 8 / 1);
}

.active\:border-y-yellow-500\/20:active {
  border-top-color: rgb(234 179 8 / 0.2);
  border-bottom-color: rgb(234 179 8 / 0.2);
}

.active\:border-y-yellow-500\/25:active {
  border-top-color: rgb(234 179 8 / 0.25);
  border-bottom-color: rgb(234 179 8 / 0.25);
}

.active\:border-y-yellow-500\/30:active {
  border-top-color: rgb(234 179 8 / 0.3);
  border-bottom-color: rgb(234 179 8 / 0.3);
}

.active\:border-y-yellow-500\/40:active {
  border-top-color: rgb(234 179 8 / 0.4);
  border-bottom-color: rgb(234 179 8 / 0.4);
}

.active\:border-y-yellow-500\/5:active {
  border-top-color: rgb(234 179 8 / 0.05);
  border-bottom-color: rgb(234 179 8 / 0.05);
}

.active\:border-y-yellow-500\/50:active {
  border-top-color: rgb(234 179 8 / 0.5);
  border-bottom-color: rgb(234 179 8 / 0.5);
}

.active\:border-y-yellow-500\/60:active {
  border-top-color: rgb(234 179 8 / 0.6);
  border-bottom-color: rgb(234 179 8 / 0.6);
}

.active\:border-y-yellow-500\/70:active {
  border-top-color: rgb(234 179 8 / 0.7);
  border-bottom-color: rgb(234 179 8 / 0.7);
}

.active\:border-y-yellow-500\/75:active {
  border-top-color: rgb(234 179 8 / 0.75);
  border-bottom-color: rgb(234 179 8 / 0.75);
}

.active\:border-y-yellow-500\/80:active {
  border-top-color: rgb(234 179 8 / 0.8);
  border-bottom-color: rgb(234 179 8 / 0.8);
}

.active\:border-y-yellow-500\/90:active {
  border-top-color: rgb(234 179 8 / 0.9);
  border-bottom-color: rgb(234 179 8 / 0.9);
}

.active\:border-y-yellow-500\/95:active {
  border-top-color: rgb(234 179 8 / 0.95);
  border-bottom-color: rgb(234 179 8 / 0.95);
}

.active\:border-y-yellow-600:active {
  --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));
}

.active\:border-y-yellow-600\/0:active {
  border-top-color: rgb(202 138 4 / 0);
  border-bottom-color: rgb(202 138 4 / 0);
}

.active\:border-y-yellow-600\/10:active {
  border-top-color: rgb(202 138 4 / 0.1);
  border-bottom-color: rgb(202 138 4 / 0.1);
}

.active\:border-y-yellow-600\/100:active {
  border-top-color: rgb(202 138 4 / 1);
  border-bottom-color: rgb(202 138 4 / 1);
}

.active\:border-y-yellow-600\/20:active {
  border-top-color: rgb(202 138 4 / 0.2);
  border-bottom-color: rgb(202 138 4 / 0.2);
}

.active\:border-y-yellow-600\/25:active {
  border-top-color: rgb(202 138 4 / 0.25);
  border-bottom-color: rgb(202 138 4 / 0.25);
}

.active\:border-y-yellow-600\/30:active {
  border-top-color: rgb(202 138 4 / 0.3);
  border-bottom-color: rgb(202 138 4 / 0.3);
}

.active\:border-y-yellow-600\/40:active {
  border-top-color: rgb(202 138 4 / 0.4);
  border-bottom-color: rgb(202 138 4 / 0.4);
}

.active\:border-y-yellow-600\/5:active {
  border-top-color: rgb(202 138 4 / 0.05);
  border-bottom-color: rgb(202 138 4 / 0.05);
}

.active\:border-y-yellow-600\/50:active {
  border-top-color: rgb(202 138 4 / 0.5);
  border-bottom-color: rgb(202 138 4 / 0.5);
}

.active\:border-y-yellow-600\/60:active {
  border-top-color: rgb(202 138 4 / 0.6);
  border-bottom-color: rgb(202 138 4 / 0.6);
}

.active\:border-y-yellow-600\/70:active {
  border-top-color: rgb(202 138 4 / 0.7);
  border-bottom-color: rgb(202 138 4 / 0.7);
}

.active\:border-y-yellow-600\/75:active {
  border-top-color: rgb(202 138 4 / 0.75);
  border-bottom-color: rgb(202 138 4 / 0.75);
}

.active\:border-y-yellow-600\/80:active {
  border-top-color: rgb(202 138 4 / 0.8);
  border-bottom-color: rgb(202 138 4 / 0.8);
}

.active\:border-y-yellow-600\/90:active {
  border-top-color: rgb(202 138 4 / 0.9);
  border-bottom-color: rgb(202 138 4 / 0.9);
}

.active\:border-y-yellow-600\/95:active {
  border-top-color: rgb(202 138 4 / 0.95);
  border-bottom-color: rgb(202 138 4 / 0.95);
}

.active\:border-y-yellow-700:active {
  --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));
}

.active\:border-y-yellow-700\/0:active {
  border-top-color: rgb(161 98 7 / 0);
  border-bottom-color: rgb(161 98 7 / 0);
}

.active\:border-y-yellow-700\/10:active {
  border-top-color: rgb(161 98 7 / 0.1);
  border-bottom-color: rgb(161 98 7 / 0.1);
}

.active\:border-y-yellow-700\/100:active {
  border-top-color: rgb(161 98 7 / 1);
  border-bottom-color: rgb(161 98 7 / 1);
}

.active\:border-y-yellow-700\/20:active {
  border-top-color: rgb(161 98 7 / 0.2);
  border-bottom-color: rgb(161 98 7 / 0.2);
}

.active\:border-y-yellow-700\/25:active {
  border-top-color: rgb(161 98 7 / 0.25);
  border-bottom-color: rgb(161 98 7 / 0.25);
}

.active\:border-y-yellow-700\/30:active {
  border-top-color: rgb(161 98 7 / 0.3);
  border-bottom-color: rgb(161 98 7 / 0.3);
}

.active\:border-y-yellow-700\/40:active {
  border-top-color: rgb(161 98 7 / 0.4);
  border-bottom-color: rgb(161 98 7 / 0.4);
}

.active\:border-y-yellow-700\/5:active {
  border-top-color: rgb(161 98 7 / 0.05);
  border-bottom-color: rgb(161 98 7 / 0.05);
}

.active\:border-y-yellow-700\/50:active {
  border-top-color: rgb(161 98 7 / 0.5);
  border-bottom-color: rgb(161 98 7 / 0.5);
}

.active\:border-y-yellow-700\/60:active {
  border-top-color: rgb(161 98 7 / 0.6);
  border-bottom-color: rgb(161 98 7 / 0.6);
}

.active\:border-y-yellow-700\/70:active {
  border-top-color: rgb(161 98 7 / 0.7);
  border-bottom-color: rgb(161 98 7 / 0.7);
}

.active\:border-y-yellow-700\/75:active {
  border-top-color: rgb(161 98 7 / 0.75);
  border-bottom-color: rgb(161 98 7 / 0.75);
}

.active\:border-y-yellow-700\/80:active {
  border-top-color: rgb(161 98 7 / 0.8);
  border-bottom-color: rgb(161 98 7 / 0.8);
}

.active\:border-y-yellow-700\/90:active {
  border-top-color: rgb(161 98 7 / 0.9);
  border-bottom-color: rgb(161 98 7 / 0.9);
}

.active\:border-y-yellow-700\/95:active {
  border-top-color: rgb(161 98 7 / 0.95);
  border-bottom-color: rgb(161 98 7 / 0.95);
}

.active\:border-y-yellow-800:active {
  --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));
}

.active\:border-y-yellow-800\/0:active {
  border-top-color: rgb(133 77 14 / 0);
  border-bottom-color: rgb(133 77 14 / 0);
}

.active\:border-y-yellow-800\/10:active {
  border-top-color: rgb(133 77 14 / 0.1);
  border-bottom-color: rgb(133 77 14 / 0.1);
}

.active\:border-y-yellow-800\/100:active {
  border-top-color: rgb(133 77 14 / 1);
  border-bottom-color: rgb(133 77 14 / 1);
}

.active\:border-y-yellow-800\/20:active {
  border-top-color: rgb(133 77 14 / 0.2);
  border-bottom-color: rgb(133 77 14 / 0.2);
}

.active\:border-y-yellow-800\/25:active {
  border-top-color: rgb(133 77 14 / 0.25);
  border-bottom-color: rgb(133 77 14 / 0.25);
}

.active\:border-y-yellow-800\/30:active {
  border-top-color: rgb(133 77 14 / 0.3);
  border-bottom-color: rgb(133 77 14 / 0.3);
}

.active\:border-y-yellow-800\/40:active {
  border-top-color: rgb(133 77 14 / 0.4);
  border-bottom-color: rgb(133 77 14 / 0.4);
}

.active\:border-y-yellow-800\/5:active {
  border-top-color: rgb(133 77 14 / 0.05);
  border-bottom-color: rgb(133 77 14 / 0.05);
}

.active\:border-y-yellow-800\/50:active {
  border-top-color: rgb(133 77 14 / 0.5);
  border-bottom-color: rgb(133 77 14 / 0.5);
}

.active\:border-y-yellow-800\/60:active {
  border-top-color: rgb(133 77 14 / 0.6);
  border-bottom-color: rgb(133 77 14 / 0.6);
}

.active\:border-y-yellow-800\/70:active {
  border-top-color: rgb(133 77 14 / 0.7);
  border-bottom-color: rgb(133 77 14 / 0.7);
}

.active\:border-y-yellow-800\/75:active {
  border-top-color: rgb(133 77 14 / 0.75);
  border-bottom-color: rgb(133 77 14 / 0.75);
}

.active\:border-y-yellow-800\/80:active {
  border-top-color: rgb(133 77 14 / 0.8);
  border-bottom-color: rgb(133 77 14 / 0.8);
}

.active\:border-y-yellow-800\/90:active {
  border-top-color: rgb(133 77 14 / 0.9);
  border-bottom-color: rgb(133 77 14 / 0.9);
}

.active\:border-y-yellow-800\/95:active {
  border-top-color: rgb(133 77 14 / 0.95);
  border-bottom-color: rgb(133 77 14 / 0.95);
}

.active\:border-y-yellow-900:active {
  --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));
}

.active\:border-y-yellow-900\/0:active {
  border-top-color: rgb(113 63 18 / 0);
  border-bottom-color: rgb(113 63 18 / 0);
}

.active\:border-y-yellow-900\/10:active {
  border-top-color: rgb(113 63 18 / 0.1);
  border-bottom-color: rgb(113 63 18 / 0.1);
}

.active\:border-y-yellow-900\/100:active {
  border-top-color: rgb(113 63 18 / 1);
  border-bottom-color: rgb(113 63 18 / 1);
}

.active\:border-y-yellow-900\/20:active {
  border-top-color: rgb(113 63 18 / 0.2);
  border-bottom-color: rgb(113 63 18 / 0.2);
}

.active\:border-y-yellow-900\/25:active {
  border-top-color: rgb(113 63 18 / 0.25);
  border-bottom-color: rgb(113 63 18 / 0.25);
}

.active\:border-y-yellow-900\/30:active {
  border-top-color: rgb(113 63 18 / 0.3);
  border-bottom-color: rgb(113 63 18 / 0.3);
}

.active\:border-y-yellow-900\/40:active {
  border-top-color: rgb(113 63 18 / 0.4);
  border-bottom-color: rgb(113 63 18 / 0.4);
}

.active\:border-y-yellow-900\/5:active {
  border-top-color: rgb(113 63 18 / 0.05);
  border-bottom-color: rgb(113 63 18 / 0.05);
}

.active\:border-y-yellow-900\/50:active {
  border-top-color: rgb(113 63 18 / 0.5);
  border-bottom-color: rgb(113 63 18 / 0.5);
}

.active\:border-y-yellow-900\/60:active {
  border-top-color: rgb(113 63 18 / 0.6);
  border-bottom-color: rgb(113 63 18 / 0.6);
}

.active\:border-y-yellow-900\/70:active {
  border-top-color: rgb(113 63 18 / 0.7);
  border-bottom-color: rgb(113 63 18 / 0.7);
}

.active\:border-y-yellow-900\/75:active {
  border-top-color: rgb(113 63 18 / 0.75);
  border-bottom-color: rgb(113 63 18 / 0.75);
}

.active\:border-y-yellow-900\/80:active {
  border-top-color: rgb(113 63 18 / 0.8);
  border-bottom-color: rgb(113 63 18 / 0.8);
}

.active\:border-y-yellow-900\/90:active {
  border-top-color: rgb(113 63 18 / 0.9);
  border-bottom-color: rgb(113 63 18 / 0.9);
}

.active\:border-y-yellow-900\/95:active {
  border-top-color: rgb(113 63 18 / 0.95);
  border-bottom-color: rgb(113 63 18 / 0.95);
}

.active\:border-y-yellow-950:active {
  --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));
}

.active\:border-y-yellow-950\/0:active {
  border-top-color: rgb(66 32 6 / 0);
  border-bottom-color: rgb(66 32 6 / 0);
}

.active\:border-y-yellow-950\/10:active {
  border-top-color: rgb(66 32 6 / 0.1);
  border-bottom-color: rgb(66 32 6 / 0.1);
}

.active\:border-y-yellow-950\/100:active {
  border-top-color: rgb(66 32 6 / 1);
  border-bottom-color: rgb(66 32 6 / 1);
}

.active\:border-y-yellow-950\/20:active {
  border-top-color: rgb(66 32 6 / 0.2);
  border-bottom-color: rgb(66 32 6 / 0.2);
}

.active\:border-y-yellow-950\/25:active {
  border-top-color: rgb(66 32 6 / 0.25);
  border-bottom-color: rgb(66 32 6 / 0.25);
}

.active\:border-y-yellow-950\/30:active {
  border-top-color: rgb(66 32 6 / 0.3);
  border-bottom-color: rgb(66 32 6 / 0.3);
}

.active\:border-y-yellow-950\/40:active {
  border-top-color: rgb(66 32 6 / 0.4);
  border-bottom-color: rgb(66 32 6 / 0.4);
}

.active\:border-y-yellow-950\/5:active {
  border-top-color: rgb(66 32 6 / 0.05);
  border-bottom-color: rgb(66 32 6 / 0.05);
}

.active\:border-y-yellow-950\/50:active {
  border-top-color: rgb(66 32 6 / 0.5);
  border-bottom-color: rgb(66 32 6 / 0.5);
}

.active\:border-y-yellow-950\/60:active {
  border-top-color: rgb(66 32 6 / 0.6);
  border-bottom-color: rgb(66 32 6 / 0.6);
}

.active\:border-y-yellow-950\/70:active {
  border-top-color: rgb(66 32 6 / 0.7);
  border-bottom-color: rgb(66 32 6 / 0.7);
}

.active\:border-y-yellow-950\/75:active {
  border-top-color: rgb(66 32 6 / 0.75);
  border-bottom-color: rgb(66 32 6 / 0.75);
}

.active\:border-y-yellow-950\/80:active {
  border-top-color: rgb(66 32 6 / 0.8);
  border-bottom-color: rgb(66 32 6 / 0.8);
}

.active\:border-y-yellow-950\/90:active {
  border-top-color: rgb(66 32 6 / 0.9);
  border-bottom-color: rgb(66 32 6 / 0.9);
}

.active\:border-y-yellow-950\/95:active {
  border-top-color: rgb(66 32 6 / 0.95);
  border-bottom-color: rgb(66 32 6 / 0.95);
}

.active\:border-y-zinc-100:active {
  --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));
}

.active\:border-y-zinc-100\/0:active {
  border-top-color: rgb(244 244 245 / 0);
  border-bottom-color: rgb(244 244 245 / 0);
}

.active\:border-y-zinc-100\/10:active {
  border-top-color: rgb(244 244 245 / 0.1);
  border-bottom-color: rgb(244 244 245 / 0.1);
}

.active\:border-y-zinc-100\/100:active {
  border-top-color: rgb(244 244 245 / 1);
  border-bottom-color: rgb(244 244 245 / 1);
}

.active\:border-y-zinc-100\/20:active {
  border-top-color: rgb(244 244 245 / 0.2);
  border-bottom-color: rgb(244 244 245 / 0.2);
}

.active\:border-y-zinc-100\/25:active {
  border-top-color: rgb(244 244 245 / 0.25);
  border-bottom-color: rgb(244 244 245 / 0.25);
}

.active\:border-y-zinc-100\/30:active {
  border-top-color: rgb(244 244 245 / 0.3);
  border-bottom-color: rgb(244 244 245 / 0.3);
}

.active\:border-y-zinc-100\/40:active {
  border-top-color: rgb(244 244 245 / 0.4);
  border-bottom-color: rgb(244 244 245 / 0.4);
}

.active\:border-y-zinc-100\/5:active {
  border-top-color: rgb(244 244 245 / 0.05);
  border-bottom-color: rgb(244 244 245 / 0.05);
}

.active\:border-y-zinc-100\/50:active {
  border-top-color: rgb(244 244 245 / 0.5);
  border-bottom-color: rgb(244 244 245 / 0.5);
}

.active\:border-y-zinc-100\/60:active {
  border-top-color: rgb(244 244 245 / 0.6);
  border-bottom-color: rgb(244 244 245 / 0.6);
}

.active\:border-y-zinc-100\/70:active {
  border-top-color: rgb(244 244 245 / 0.7);
  border-bottom-color: rgb(244 244 245 / 0.7);
}

.active\:border-y-zinc-100\/75:active {
  border-top-color: rgb(244 244 245 / 0.75);
  border-bottom-color: rgb(244 244 245 / 0.75);
}

.active\:border-y-zinc-100\/80:active {
  border-top-color: rgb(244 244 245 / 0.8);
  border-bottom-color: rgb(244 244 245 / 0.8);
}

.active\:border-y-zinc-100\/90:active {
  border-top-color: rgb(244 244 245 / 0.9);
  border-bottom-color: rgb(244 244 245 / 0.9);
}

.active\:border-y-zinc-100\/95:active {
  border-top-color: rgb(244 244 245 / 0.95);
  border-bottom-color: rgb(244 244 245 / 0.95);
}

.active\:border-y-zinc-200:active {
  --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));
}

.active\:border-y-zinc-200\/0:active {
  border-top-color: rgb(228 228 231 / 0);
  border-bottom-color: rgb(228 228 231 / 0);
}

.active\:border-y-zinc-200\/10:active {
  border-top-color: rgb(228 228 231 / 0.1);
  border-bottom-color: rgb(228 228 231 / 0.1);
}

.active\:border-y-zinc-200\/100:active {
  border-top-color: rgb(228 228 231 / 1);
  border-bottom-color: rgb(228 228 231 / 1);
}

.active\:border-y-zinc-200\/20:active {
  border-top-color: rgb(228 228 231 / 0.2);
  border-bottom-color: rgb(228 228 231 / 0.2);
}

.active\:border-y-zinc-200\/25:active {
  border-top-color: rgb(228 228 231 / 0.25);
  border-bottom-color: rgb(228 228 231 / 0.25);
}

.active\:border-y-zinc-200\/30:active {
  border-top-color: rgb(228 228 231 / 0.3);
  border-bottom-color: rgb(228 228 231 / 0.3);
}

.active\:border-y-zinc-200\/40:active {
  border-top-color: rgb(228 228 231 / 0.4);
  border-bottom-color: rgb(228 228 231 / 0.4);
}

.active\:border-y-zinc-200\/5:active {
  border-top-color: rgb(228 228 231 / 0.05);
  border-bottom-color: rgb(228 228 231 / 0.05);
}

.active\:border-y-zinc-200\/50:active {
  border-top-color: rgb(228 228 231 / 0.5);
  border-bottom-color: rgb(228 228 231 / 0.5);
}

.active\:border-y-zinc-200\/60:active {
  border-top-color: rgb(228 228 231 / 0.6);
  border-bottom-color: rgb(228 228 231 / 0.6);
}

.active\:border-y-zinc-200\/70:active {
  border-top-color: rgb(228 228 231 / 0.7);
  border-bottom-color: rgb(228 228 231 / 0.7);
}

.active\:border-y-zinc-200\/75:active {
  border-top-color: rgb(228 228 231 / 0.75);
  border-bottom-color: rgb(228 228 231 / 0.75);
}

.active\:border-y-zinc-200\/80:active {
  border-top-color: rgb(228 228 231 / 0.8);
  border-bottom-color: rgb(228 228 231 / 0.8);
}

.active\:border-y-zinc-200\/90:active {
  border-top-color: rgb(228 228 231 / 0.9);
  border-bottom-color: rgb(228 228 231 / 0.9);
}

.active\:border-y-zinc-200\/95:active {
  border-top-color: rgb(228 228 231 / 0.95);
  border-bottom-color: rgb(228 228 231 / 0.95);
}

.active\:border-y-zinc-300:active {
  --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));
}

.active\:border-y-zinc-300\/0:active {
  border-top-color: rgb(212 212 216 / 0);
  border-bottom-color: rgb(212 212 216 / 0);
}

.active\:border-y-zinc-300\/10:active {
  border-top-color: rgb(212 212 216 / 0.1);
  border-bottom-color: rgb(212 212 216 / 0.1);
}

.active\:border-y-zinc-300\/100:active {
  border-top-color: rgb(212 212 216 / 1);
  border-bottom-color: rgb(212 212 216 / 1);
}

.active\:border-y-zinc-300\/20:active {
  border-top-color: rgb(212 212 216 / 0.2);
  border-bottom-color: rgb(212 212 216 / 0.2);
}

.active\:border-y-zinc-300\/25:active {
  border-top-color: rgb(212 212 216 / 0.25);
  border-bottom-color: rgb(212 212 216 / 0.25);
}

.active\:border-y-zinc-300\/30:active {
  border-top-color: rgb(212 212 216 / 0.3);
  border-bottom-color: rgb(212 212 216 / 0.3);
}

.active\:border-y-zinc-300\/40:active {
  border-top-color: rgb(212 212 216 / 0.4);
  border-bottom-color: rgb(212 212 216 / 0.4);
}

.active\:border-y-zinc-300\/5:active {
  border-top-color: rgb(212 212 216 / 0.05);
  border-bottom-color: rgb(212 212 216 / 0.05);
}

.active\:border-y-zinc-300\/50:active {
  border-top-color: rgb(212 212 216 / 0.5);
  border-bottom-color: rgb(212 212 216 / 0.5);
}

.active\:border-y-zinc-300\/60:active {
  border-top-color: rgb(212 212 216 / 0.6);
  border-bottom-color: rgb(212 212 216 / 0.6);
}

.active\:border-y-zinc-300\/70:active {
  border-top-color: rgb(212 212 216 / 0.7);
  border-bottom-color: rgb(212 212 216 / 0.7);
}

.active\:border-y-zinc-300\/75:active {
  border-top-color: rgb(212 212 216 / 0.75);
  border-bottom-color: rgb(212 212 216 / 0.75);
}

.active\:border-y-zinc-300\/80:active {
  border-top-color: rgb(212 212 216 / 0.8);
  border-bottom-color: rgb(212 212 216 / 0.8);
}

.active\:border-y-zinc-300\/90:active {
  border-top-color: rgb(212 212 216 / 0.9);
  border-bottom-color: rgb(212 212 216 / 0.9);
}

.active\:border-y-zinc-300\/95:active {
  border-top-color: rgb(212 212 216 / 0.95);
  border-bottom-color: rgb(212 212 216 / 0.95);
}

.active\:border-y-zinc-400:active {
  --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));
}

.active\:border-y-zinc-400\/0:active {
  border-top-color: rgb(161 161 170 / 0);
  border-bottom-color: rgb(161 161 170 / 0);
}

.active\:border-y-zinc-400\/10:active {
  border-top-color: rgb(161 161 170 / 0.1);
  border-bottom-color: rgb(161 161 170 / 0.1);
}

.active\:border-y-zinc-400\/100:active {
  border-top-color: rgb(161 161 170 / 1);
  border-bottom-color: rgb(161 161 170 / 1);
}

.active\:border-y-zinc-400\/20:active {
  border-top-color: rgb(161 161 170 / 0.2);
  border-bottom-color: rgb(161 161 170 / 0.2);
}

.active\:border-y-zinc-400\/25:active {
  border-top-color: rgb(161 161 170 / 0.25);
  border-bottom-color: rgb(161 161 170 / 0.25);
}

.active\:border-y-zinc-400\/30:active {
  border-top-color: rgb(161 161 170 / 0.3);
  border-bottom-color: rgb(161 161 170 / 0.3);
}

.active\:border-y-zinc-400\/40:active {
  border-top-color: rgb(161 161 170 / 0.4);
  border-bottom-color: rgb(161 161 170 / 0.4);
}

.active\:border-y-zinc-400\/5:active {
  border-top-color: rgb(161 161 170 / 0.05);
  border-bottom-color: rgb(161 161 170 / 0.05);
}

.active\:border-y-zinc-400\/50:active {
  border-top-color: rgb(161 161 170 / 0.5);
  border-bottom-color: rgb(161 161 170 / 0.5);
}

.active\:border-y-zinc-400\/60:active {
  border-top-color: rgb(161 161 170 / 0.6);
  border-bottom-color: rgb(161 161 170 / 0.6);
}

.active\:border-y-zinc-400\/70:active {
  border-top-color: rgb(161 161 170 / 0.7);
  border-bottom-color: rgb(161 161 170 / 0.7);
}

.active\:border-y-zinc-400\/75:active {
  border-top-color: rgb(161 161 170 / 0.75);
  border-bottom-color: rgb(161 161 170 / 0.75);
}

.active\:border-y-zinc-400\/80:active {
  border-top-color: rgb(161 161 170 / 0.8);
  border-bottom-color: rgb(161 161 170 / 0.8);
}

.active\:border-y-zinc-400\/90:active {
  border-top-color: rgb(161 161 170 / 0.9);
  border-bottom-color: rgb(161 161 170 / 0.9);
}

.active\:border-y-zinc-400\/95:active {
  border-top-color: rgb(161 161 170 / 0.95);
  border-bottom-color: rgb(161 161 170 / 0.95);
}

.active\:border-y-zinc-50:active {
  --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));
}

.active\:border-y-zinc-50\/0:active {
  border-top-color: rgb(250 250 250 / 0);
  border-bottom-color: rgb(250 250 250 / 0);
}

.active\:border-y-zinc-50\/10:active {
  border-top-color: rgb(250 250 250 / 0.1);
  border-bottom-color: rgb(250 250 250 / 0.1);
}

.active\:border-y-zinc-50\/100:active {
  border-top-color: rgb(250 250 250 / 1);
  border-bottom-color: rgb(250 250 250 / 1);
}

.active\:border-y-zinc-50\/20:active {
  border-top-color: rgb(250 250 250 / 0.2);
  border-bottom-color: rgb(250 250 250 / 0.2);
}

.active\:border-y-zinc-50\/25:active {
  border-top-color: rgb(250 250 250 / 0.25);
  border-bottom-color: rgb(250 250 250 / 0.25);
}

.active\:border-y-zinc-50\/30:active {
  border-top-color: rgb(250 250 250 / 0.3);
  border-bottom-color: rgb(250 250 250 / 0.3);
}

.active\:border-y-zinc-50\/40:active {
  border-top-color: rgb(250 250 250 / 0.4);
  border-bottom-color: rgb(250 250 250 / 0.4);
}

.active\:border-y-zinc-50\/5:active {
  border-top-color: rgb(250 250 250 / 0.05);
  border-bottom-color: rgb(250 250 250 / 0.05);
}

.active\:border-y-zinc-50\/50:active {
  border-top-color: rgb(250 250 250 / 0.5);
  border-bottom-color: rgb(250 250 250 / 0.5);
}

.active\:border-y-zinc-50\/60:active {
  border-top-color: rgb(250 250 250 / 0.6);
  border-bottom-color: rgb(250 250 250 / 0.6);
}

.active\:border-y-zinc-50\/70:active {
  border-top-color: rgb(250 250 250 / 0.7);
  border-bottom-color: rgb(250 250 250 / 0.7);
}

.active\:border-y-zinc-50\/75:active {
  border-top-color: rgb(250 250 250 / 0.75);
  border-bottom-color: rgb(250 250 250 / 0.75);
}

.active\:border-y-zinc-50\/80:active {
  border-top-color: rgb(250 250 250 / 0.8);
  border-bottom-color: rgb(250 250 250 / 0.8);
}

.active\:border-y-zinc-50\/90:active {
  border-top-color: rgb(250 250 250 / 0.9);
  border-bottom-color: rgb(250 250 250 / 0.9);
}

.active\:border-y-zinc-50\/95:active {
  border-top-color: rgb(250 250 250 / 0.95);
  border-bottom-color: rgb(250 250 250 / 0.95);
}

.active\:border-y-zinc-500:active {
  --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));
}

.active\:border-y-zinc-500\/0:active {
  border-top-color: rgb(113 113 122 / 0);
  border-bottom-color: rgb(113 113 122 / 0);
}

.active\:border-y-zinc-500\/10:active {
  border-top-color: rgb(113 113 122 / 0.1);
  border-bottom-color: rgb(113 113 122 / 0.1);
}

.active\:border-y-zinc-500\/100:active {
  border-top-color: rgb(113 113 122 / 1);
  border-bottom-color: rgb(113 113 122 / 1);
}

.active\:border-y-zinc-500\/20:active {
  border-top-color: rgb(113 113 122 / 0.2);
  border-bottom-color: rgb(113 113 122 / 0.2);
}

.active\:border-y-zinc-500\/25:active {
  border-top-color: rgb(113 113 122 / 0.25);
  border-bottom-color: rgb(113 113 122 / 0.25);
}

.active\:border-y-zinc-500\/30:active {
  border-top-color: rgb(113 113 122 / 0.3);
  border-bottom-color: rgb(113 113 122 / 0.3);
}

.active\:border-y-zinc-500\/40:active {
  border-top-color: rgb(113 113 122 / 0.4);
  border-bottom-color: rgb(113 113 122 / 0.4);
}

.active\:border-y-zinc-500\/5:active {
  border-top-color: rgb(113 113 122 / 0.05);
  border-bottom-color: rgb(113 113 122 / 0.05);
}

.active\:border-y-zinc-500\/50:active {
  border-top-color: rgb(113 113 122 / 0.5);
  border-bottom-color: rgb(113 113 122 / 0.5);
}

.active\:border-y-zinc-500\/60:active {
  border-top-color: rgb(113 113 122 / 0.6);
  border-bottom-color: rgb(113 113 122 / 0.6);
}

.active\:border-y-zinc-500\/70:active {
  border-top-color: rgb(113 113 122 / 0.7);
  border-bottom-color: rgb(113 113 122 / 0.7);
}

.active\:border-y-zinc-500\/75:active {
  border-top-color: rgb(113 113 122 / 0.75);
  border-bottom-color: rgb(113 113 122 / 0.75);
}

.active\:border-y-zinc-500\/80:active {
  border-top-color: rgb(113 113 122 / 0.8);
  border-bottom-color: rgb(113 113 122 / 0.8);
}

.active\:border-y-zinc-500\/90:active {
  border-top-color: rgb(113 113 122 / 0.9);
  border-bottom-color: rgb(113 113 122 / 0.9);
}

.active\:border-y-zinc-500\/95:active {
  border-top-color: rgb(113 113 122 / 0.95);
  border-bottom-color: rgb(113 113 122 / 0.95);
}

.active\:border-y-zinc-600:active {
  --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));
}

.active\:border-y-zinc-600\/0:active {
  border-top-color: rgb(82 82 91 / 0);
  border-bottom-color: rgb(82 82 91 / 0);
}

.active\:border-y-zinc-600\/10:active {
  border-top-color: rgb(82 82 91 / 0.1);
  border-bottom-color: rgb(82 82 91 / 0.1);
}

.active\:border-y-zinc-600\/100:active {
  border-top-color: rgb(82 82 91 / 1);
  border-bottom-color: rgb(82 82 91 / 1);
}

.active\:border-y-zinc-600\/20:active {
  border-top-color: rgb(82 82 91 / 0.2);
  border-bottom-color: rgb(82 82 91 / 0.2);
}

.active\:border-y-zinc-600\/25:active {
  border-top-color: rgb(82 82 91 / 0.25);
  border-bottom-color: rgb(82 82 91 / 0.25);
}

.active\:border-y-zinc-600\/30:active {
  border-top-color: rgb(82 82 91 / 0.3);
  border-bottom-color: rgb(82 82 91 / 0.3);
}

.active\:border-y-zinc-600\/40:active {
  border-top-color: rgb(82 82 91 / 0.4);
  border-bottom-color: rgb(82 82 91 / 0.4);
}

.active\:border-y-zinc-600\/5:active {
  border-top-color: rgb(82 82 91 / 0.05);
  border-bottom-color: rgb(82 82 91 / 0.05);
}

.active\:border-y-zinc-600\/50:active {
  border-top-color: rgb(82 82 91 / 0.5);
  border-bottom-color: rgb(82 82 91 / 0.5);
}

.active\:border-y-zinc-600\/60:active {
  border-top-color: rgb(82 82 91 / 0.6);
  border-bottom-color: rgb(82 82 91 / 0.6);
}

.active\:border-y-zinc-600\/70:active {
  border-top-color: rgb(82 82 91 / 0.7);
  border-bottom-color: rgb(82 82 91 / 0.7);
}

.active\:border-y-zinc-600\/75:active {
  border-top-color: rgb(82 82 91 / 0.75);
  border-bottom-color: rgb(82 82 91 / 0.75);
}

.active\:border-y-zinc-600\/80:active {
  border-top-color: rgb(82 82 91 / 0.8);
  border-bottom-color: rgb(82 82 91 / 0.8);
}

.active\:border-y-zinc-600\/90:active {
  border-top-color: rgb(82 82 91 / 0.9);
  border-bottom-color: rgb(82 82 91 / 0.9);
}

.active\:border-y-zinc-600\/95:active {
  border-top-color: rgb(82 82 91 / 0.95);
  border-bottom-color: rgb(82 82 91 / 0.95);
}

.active\:border-y-zinc-700:active {
  --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));
}

.active\:border-y-zinc-700\/0:active {
  border-top-color: rgb(63 63 70 / 0);
  border-bottom-color: rgb(63 63 70 / 0);
}

.active\:border-y-zinc-700\/10:active {
  border-top-color: rgb(63 63 70 / 0.1);
  border-bottom-color: rgb(63 63 70 / 0.1);
}

.active\:border-y-zinc-700\/100:active {
  border-top-color: rgb(63 63 70 / 1);
  border-bottom-color: rgb(63 63 70 / 1);
}

.active\:border-y-zinc-700\/20:active {
  border-top-color: rgb(63 63 70 / 0.2);
  border-bottom-color: rgb(63 63 70 / 0.2);
}

.active\:border-y-zinc-700\/25:active {
  border-top-color: rgb(63 63 70 / 0.25);
  border-bottom-color: rgb(63 63 70 / 0.25);
}

.active\:border-y-zinc-700\/30:active {
  border-top-color: rgb(63 63 70 / 0.3);
  border-bottom-color: rgb(63 63 70 / 0.3);
}

.active\:border-y-zinc-700\/40:active {
  border-top-color: rgb(63 63 70 / 0.4);
  border-bottom-color: rgb(63 63 70 / 0.4);
}

.active\:border-y-zinc-700\/5:active {
  border-top-color: rgb(63 63 70 / 0.05);
  border-bottom-color: rgb(63 63 70 / 0.05);
}

.active\:border-y-zinc-700\/50:active {
  border-top-color: rgb(63 63 70 / 0.5);
  border-bottom-color: rgb(63 63 70 / 0.5);
}

.active\:border-y-zinc-700\/60:active {
  border-top-color: rgb(63 63 70 / 0.6);
  border-bottom-color: rgb(63 63 70 / 0.6);
}

.active\:border-y-zinc-700\/70:active {
  border-top-color: rgb(63 63 70 / 0.7);
  border-bottom-color: rgb(63 63 70 / 0.7);
}

.active\:border-y-zinc-700\/75:active {
  border-top-color: rgb(63 63 70 / 0.75);
  border-bottom-color: rgb(63 63 70 / 0.75);
}

.active\:border-y-zinc-700\/80:active {
  border-top-color: rgb(63 63 70 / 0.8);
  border-bottom-color: rgb(63 63 70 / 0.8);
}

.active\:border-y-zinc-700\/90:active {
  border-top-color: rgb(63 63 70 / 0.9);
  border-bottom-color: rgb(63 63 70 / 0.9);
}

.active\:border-y-zinc-700\/95:active {
  border-top-color: rgb(63 63 70 / 0.95);
  border-bottom-color: rgb(63 63 70 / 0.95);
}

.active\:border-y-zinc-800:active {
  --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));
}

.active\:border-y-zinc-800\/0:active {
  border-top-color: rgb(39 39 42 / 0);
  border-bottom-color: rgb(39 39 42 / 0);
}

.active\:border-y-zinc-800\/10:active {
  border-top-color: rgb(39 39 42 / 0.1);
  border-bottom-color: rgb(39 39 42 / 0.1);
}

.active\:border-y-zinc-800\/100:active {
  border-top-color: rgb(39 39 42 / 1);
  border-bottom-color: rgb(39 39 42 / 1);
}

.active\:border-y-zinc-800\/20:active {
  border-top-color: rgb(39 39 42 / 0.2);
  border-bottom-color: rgb(39 39 42 / 0.2);
}

.active\:border-y-zinc-800\/25:active {
  border-top-color: rgb(39 39 42 / 0.25);
  border-bottom-color: rgb(39 39 42 / 0.25);
}

.active\:border-y-zinc-800\/30:active {
  border-top-color: rgb(39 39 42 / 0.3);
  border-bottom-color: rgb(39 39 42 / 0.3);
}

.active\:border-y-zinc-800\/40:active {
  border-top-color: rgb(39 39 42 / 0.4);
  border-bottom-color: rgb(39 39 42 / 0.4);
}

.active\:border-y-zinc-800\/5:active {
  border-top-color: rgb(39 39 42 / 0.05);
  border-bottom-color: rgb(39 39 42 / 0.05);
}

.active\:border-y-zinc-800\/50:active {
  border-top-color: rgb(39 39 42 / 0.5);
  border-bottom-color: rgb(39 39 42 / 0.5);
}

.active\:border-y-zinc-800\/60:active {
  border-top-color: rgb(39 39 42 / 0.6);
  border-bottom-color: rgb(39 39 42 / 0.6);
}

.active\:border-y-zinc-800\/70:active {
  border-top-color: rgb(39 39 42 / 0.7);
  border-bottom-color: rgb(39 39 42 / 0.7);
}

.active\:border-y-zinc-800\/75:active {
  border-top-color: rgb(39 39 42 / 0.75);
  border-bottom-color: rgb(39 39 42 / 0.75);
}

.active\:border-y-zinc-800\/80:active {
  border-top-color: rgb(39 39 42 / 0.8);
  border-bottom-color: rgb(39 39 42 / 0.8);
}

.active\:border-y-zinc-800\/90:active {
  border-top-color: rgb(39 39 42 / 0.9);
  border-bottom-color: rgb(39 39 42 / 0.9);
}

.active\:border-y-zinc-800\/95:active {
  border-top-color: rgb(39 39 42 / 0.95);
  border-bottom-color: rgb(39 39 42 / 0.95);
}

.active\:border-y-zinc-900:active {
  --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));
}

.active\:border-y-zinc-900\/0:active {
  border-top-color: rgb(24 24 27 / 0);
  border-bottom-color: rgb(24 24 27 / 0);
}

.active\:border-y-zinc-900\/10:active {
  border-top-color: rgb(24 24 27 / 0.1);
  border-bottom-color: rgb(24 24 27 / 0.1);
}

.active\:border-y-zinc-900\/100:active {
  border-top-color: rgb(24 24 27 / 1);
  border-bottom-color: rgb(24 24 27 / 1);
}

.active\:border-y-zinc-900\/20:active {
  border-top-color: rgb(24 24 27 / 0.2);
  border-bottom-color: rgb(24 24 27 / 0.2);
}

.active\:border-y-zinc-900\/25:active {
  border-top-color: rgb(24 24 27 / 0.25);
  border-bottom-color: rgb(24 24 27 / 0.25);
}

.active\:border-y-zinc-900\/30:active {
  border-top-color: rgb(24 24 27 / 0.3);
  border-bottom-color: rgb(24 24 27 / 0.3);
}

.active\:border-y-zinc-900\/40:active {
  border-top-color: rgb(24 24 27 / 0.4);
  border-bottom-color: rgb(24 24 27 / 0.4);
}

.active\:border-y-zinc-900\/5:active {
  border-top-color: rgb(24 24 27 / 0.05);
  border-bottom-color: rgb(24 24 27 / 0.05);
}

.active\:border-y-zinc-900\/50:active {
  border-top-color: rgb(24 24 27 / 0.5);
  border-bottom-color: rgb(24 24 27 / 0.5);
}

.active\:border-y-zinc-900\/60:active {
  border-top-color: rgb(24 24 27 / 0.6);
  border-bottom-color: rgb(24 24 27 / 0.6);
}

.active\:border-y-zinc-900\/70:active {
  border-top-color: rgb(24 24 27 / 0.7);
  border-bottom-color: rgb(24 24 27 / 0.7);
}

.active\:border-y-zinc-900\/75:active {
  border-top-color: rgb(24 24 27 / 0.75);
  border-bottom-color: rgb(24 24 27 / 0.75);
}

.active\:border-y-zinc-900\/80:active {
  border-top-color: rgb(24 24 27 / 0.8);
  border-bottom-color: rgb(24 24 27 / 0.8);
}

.active\:border-y-zinc-900\/90:active {
  border-top-color: rgb(24 24 27 / 0.9);
  border-bottom-color: rgb(24 24 27 / 0.9);
}

.active\:border-y-zinc-900\/95:active {
  border-top-color: rgb(24 24 27 / 0.95);
  border-bottom-color: rgb(24 24 27 / 0.95);
}

.active\:border-y-zinc-950:active {
  --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));
}

.active\:border-y-zinc-950\/0:active {
  border-top-color: rgb(9 9 11 / 0);
  border-bottom-color: rgb(9 9 11 / 0);
}

.active\:border-y-zinc-950\/10:active {
  border-top-color: rgb(9 9 11 / 0.1);
  border-bottom-color: rgb(9 9 11 / 0.1);
}

.active\:border-y-zinc-950\/100:active {
  border-top-color: rgb(9 9 11 / 1);
  border-bottom-color: rgb(9 9 11 / 1);
}

.active\:border-y-zinc-950\/20:active {
  border-top-color: rgb(9 9 11 / 0.2);
  border-bottom-color: rgb(9 9 11 / 0.2);
}

.active\:border-y-zinc-950\/25:active {
  border-top-color: rgb(9 9 11 / 0.25);
  border-bottom-color: rgb(9 9 11 / 0.25);
}

.active\:border-y-zinc-950\/30:active {
  border-top-color: rgb(9 9 11 / 0.3);
  border-bottom-color: rgb(9 9 11 / 0.3);
}

.active\:border-y-zinc-950\/40:active {
  border-top-color: rgb(9 9 11 / 0.4);
  border-bottom-color: rgb(9 9 11 / 0.4);
}

.active\:border-y-zinc-950\/5:active {
  border-top-color: rgb(9 9 11 / 0.05);
  border-bottom-color: rgb(9 9 11 / 0.05);
}

.active\:border-y-zinc-950\/50:active {
  border-top-color: rgb(9 9 11 / 0.5);
  border-bottom-color: rgb(9 9 11 / 0.5);
}

.active\:border-y-zinc-950\/60:active {
  border-top-color: rgb(9 9 11 / 0.6);
  border-bottom-color: rgb(9 9 11 / 0.6);
}

.active\:border-y-zinc-950\/70:active {
  border-top-color: rgb(9 9 11 / 0.7);
  border-bottom-color: rgb(9 9 11 / 0.7);
}

.active\:border-y-zinc-950\/75:active {
  border-top-color: rgb(9 9 11 / 0.75);
  border-bottom-color: rgb(9 9 11 / 0.75);
}

.active\:border-y-zinc-950\/80:active {
  border-top-color: rgb(9 9 11 / 0.8);
  border-bottom-color: rgb(9 9 11 / 0.8);
}

.active\:border-y-zinc-950\/90:active {
  border-top-color: rgb(9 9 11 / 0.9);
  border-bottom-color: rgb(9 9 11 / 0.9);
}

.active\:border-y-zinc-950\/95:active {
  border-top-color: rgb(9 9 11 / 0.95);
  border-bottom-color: rgb(9 9 11 / 0.95);
}

.active\:border-b-amber-100:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 243 199 / var(--tw-border-opacity));
}

.active\:border-b-amber-100\/0:active {
  border-bottom-color: rgb(254 243 199 / 0);
}

.active\:border-b-amber-100\/10:active {
  border-bottom-color: rgb(254 243 199 / 0.1);
}

.active\:border-b-amber-100\/100:active {
  border-bottom-color: rgb(254 243 199 / 1);
}

.active\:border-b-amber-100\/20:active {
  border-bottom-color: rgb(254 243 199 / 0.2);
}

.active\:border-b-amber-100\/25:active {
  border-bottom-color: rgb(254 243 199 / 0.25);
}

.active\:border-b-amber-100\/30:active {
  border-bottom-color: rgb(254 243 199 / 0.3);
}

.active\:border-b-amber-100\/40:active {
  border-bottom-color: rgb(254 243 199 / 0.4);
}

.active\:border-b-amber-100\/5:active {
  border-bottom-color: rgb(254 243 199 / 0.05);
}

.active\:border-b-amber-100\/50:active {
  border-bottom-color: rgb(254 243 199 / 0.5);
}

.active\:border-b-amber-100\/60:active {
  border-bottom-color: rgb(254 243 199 / 0.6);
}

.active\:border-b-amber-100\/70:active {
  border-bottom-color: rgb(254 243 199 / 0.7);
}

.active\:border-b-amber-100\/75:active {
  border-bottom-color: rgb(254 243 199 / 0.75);
}

.active\:border-b-amber-100\/80:active {
  border-bottom-color: rgb(254 243 199 / 0.8);
}

.active\:border-b-amber-100\/90:active {
  border-bottom-color: rgb(254 243 199 / 0.9);
}

.active\:border-b-amber-100\/95:active {
  border-bottom-color: rgb(254 243 199 / 0.95);
}

.active\:border-b-amber-200:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 230 138 / var(--tw-border-opacity));
}

.active\:border-b-amber-200\/0:active {
  border-bottom-color: rgb(253 230 138 / 0);
}

.active\:border-b-amber-200\/10:active {
  border-bottom-color: rgb(253 230 138 / 0.1);
}

.active\:border-b-amber-200\/100:active {
  border-bottom-color: rgb(253 230 138 / 1);
}

.active\:border-b-amber-200\/20:active {
  border-bottom-color: rgb(253 230 138 / 0.2);
}

.active\:border-b-amber-200\/25:active {
  border-bottom-color: rgb(253 230 138 / 0.25);
}

.active\:border-b-amber-200\/30:active {
  border-bottom-color: rgb(253 230 138 / 0.3);
}

.active\:border-b-amber-200\/40:active {
  border-bottom-color: rgb(253 230 138 / 0.4);
}

.active\:border-b-amber-200\/5:active {
  border-bottom-color: rgb(253 230 138 / 0.05);
}

.active\:border-b-amber-200\/50:active {
  border-bottom-color: rgb(253 230 138 / 0.5);
}

.active\:border-b-amber-200\/60:active {
  border-bottom-color: rgb(253 230 138 / 0.6);
}

.active\:border-b-amber-200\/70:active {
  border-bottom-color: rgb(253 230 138 / 0.7);
}

.active\:border-b-amber-200\/75:active {
  border-bottom-color: rgb(253 230 138 / 0.75);
}

.active\:border-b-amber-200\/80:active {
  border-bottom-color: rgb(253 230 138 / 0.8);
}

.active\:border-b-amber-200\/90:active {
  border-bottom-color: rgb(253 230 138 / 0.9);
}

.active\:border-b-amber-200\/95:active {
  border-bottom-color: rgb(253 230 138 / 0.95);
}

.active\:border-b-amber-300:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(252 211 77 / var(--tw-border-opacity));
}

.active\:border-b-amber-300\/0:active {
  border-bottom-color: rgb(252 211 77 / 0);
}

.active\:border-b-amber-300\/10:active {
  border-bottom-color: rgb(252 211 77 / 0.1);
}

.active\:border-b-amber-300\/100:active {
  border-bottom-color: rgb(252 211 77 / 1);
}

.active\:border-b-amber-300\/20:active {
  border-bottom-color: rgb(252 211 77 / 0.2);
}

.active\:border-b-amber-300\/25:active {
  border-bottom-color: rgb(252 211 77 / 0.25);
}

.active\:border-b-amber-300\/30:active {
  border-bottom-color: rgb(252 211 77 / 0.3);
}

.active\:border-b-amber-300\/40:active {
  border-bottom-color: rgb(252 211 77 / 0.4);
}

.active\:border-b-amber-300\/5:active {
  border-bottom-color: rgb(252 211 77 / 0.05);
}

.active\:border-b-amber-300\/50:active {
  border-bottom-color: rgb(252 211 77 / 0.5);
}

.active\:border-b-amber-300\/60:active {
  border-bottom-color: rgb(252 211 77 / 0.6);
}

.active\:border-b-amber-300\/70:active {
  border-bottom-color: rgb(252 211 77 / 0.7);
}

.active\:border-b-amber-300\/75:active {
  border-bottom-color: rgb(252 211 77 / 0.75);
}

.active\:border-b-amber-300\/80:active {
  border-bottom-color: rgb(252 211 77 / 0.8);
}

.active\:border-b-amber-300\/90:active {
  border-bottom-color: rgb(252 211 77 / 0.9);
}

.active\:border-b-amber-300\/95:active {
  border-bottom-color: rgb(252 211 77 / 0.95);
}

.active\:border-b-amber-400:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(251 191 36 / var(--tw-border-opacity));
}

.active\:border-b-amber-400\/0:active {
  border-bottom-color: rgb(251 191 36 / 0);
}

.active\:border-b-amber-400\/10:active {
  border-bottom-color: rgb(251 191 36 / 0.1);
}

.active\:border-b-amber-400\/100:active {
  border-bottom-color: rgb(251 191 36 / 1);
}

.active\:border-b-amber-400\/20:active {
  border-bottom-color: rgb(251 191 36 / 0.2);
}

.active\:border-b-amber-400\/25:active {
  border-bottom-color: rgb(251 191 36 / 0.25);
}

.active\:border-b-amber-400\/30:active {
  border-bottom-color: rgb(251 191 36 / 0.3);
}

.active\:border-b-amber-400\/40:active {
  border-bottom-color: rgb(251 191 36 / 0.4);
}

.active\:border-b-amber-400\/5:active {
  border-bottom-color: rgb(251 191 36 / 0.05);
}

.active\:border-b-amber-400\/50:active {
  border-bottom-color: rgb(251 191 36 / 0.5);
}

.active\:border-b-amber-400\/60:active {
  border-bottom-color: rgb(251 191 36 / 0.6);
}

.active\:border-b-amber-400\/70:active {
  border-bottom-color: rgb(251 191 36 / 0.7);
}

.active\:border-b-amber-400\/75:active {
  border-bottom-color: rgb(251 191 36 / 0.75);
}

.active\:border-b-amber-400\/80:active {
  border-bottom-color: rgb(251 191 36 / 0.8);
}

.active\:border-b-amber-400\/90:active {
  border-bottom-color: rgb(251 191 36 / 0.9);
}

.active\:border-b-amber-400\/95:active {
  border-bottom-color: rgb(251 191 36 / 0.95);
}

.active\:border-b-amber-50:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.active\:border-b-amber-50\/0:active {
  border-bottom-color: rgb(255 251 235 / 0);
}

.active\:border-b-amber-50\/10:active {
  border-bottom-color: rgb(255 251 235 / 0.1);
}

.active\:border-b-amber-50\/100:active {
  border-bottom-color: rgb(255 251 235 / 1);
}

.active\:border-b-amber-50\/20:active {
  border-bottom-color: rgb(255 251 235 / 0.2);
}

.active\:border-b-amber-50\/25:active {
  border-bottom-color: rgb(255 251 235 / 0.25);
}

.active\:border-b-amber-50\/30:active {
  border-bottom-color: rgb(255 251 235 / 0.3);
}

.active\:border-b-amber-50\/40:active {
  border-bottom-color: rgb(255 251 235 / 0.4);
}

.active\:border-b-amber-50\/5:active {
  border-bottom-color: rgb(255 251 235 / 0.05);
}

.active\:border-b-amber-50\/50:active {
  border-bottom-color: rgb(255 251 235 / 0.5);
}

.active\:border-b-amber-50\/60:active {
  border-bottom-color: rgb(255 251 235 / 0.6);
}

.active\:border-b-amber-50\/70:active {
  border-bottom-color: rgb(255 251 235 / 0.7);
}

.active\:border-b-amber-50\/75:active {
  border-bottom-color: rgb(255 251 235 / 0.75);
}

.active\:border-b-amber-50\/80:active {
  border-bottom-color: rgb(255 251 235 / 0.8);
}

.active\:border-b-amber-50\/90:active {
  border-bottom-color: rgb(255 251 235 / 0.9);
}

.active\:border-b-amber-50\/95:active {
  border-bottom-color: rgb(255 251 235 / 0.95);
}

.active\:border-b-amber-500:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 158 11 / var(--tw-border-opacity));
}

.active\:border-b-amber-500\/0:active {
  border-bottom-color: rgb(245 158 11 / 0);
}

.active\:border-b-amber-500\/10:active {
  border-bottom-color: rgb(245 158 11 / 0.1);
}

.active\:border-b-amber-500\/100:active {
  border-bottom-color: rgb(245 158 11 / 1);
}

.active\:border-b-amber-500\/20:active {
  border-bottom-color: rgb(245 158 11 / 0.2);
}

.active\:border-b-amber-500\/25:active {
  border-bottom-color: rgb(245 158 11 / 0.25);
}

.active\:border-b-amber-500\/30:active {
  border-bottom-color: rgb(245 158 11 / 0.3);
}

.active\:border-b-amber-500\/40:active {
  border-bottom-color: rgb(245 158 11 / 0.4);
}

.active\:border-b-amber-500\/5:active {
  border-bottom-color: rgb(245 158 11 / 0.05);
}

.active\:border-b-amber-500\/50:active {
  border-bottom-color: rgb(245 158 11 / 0.5);
}

.active\:border-b-amber-500\/60:active {
  border-bottom-color: rgb(245 158 11 / 0.6);
}

.active\:border-b-amber-500\/70:active {
  border-bottom-color: rgb(245 158 11 / 0.7);
}

.active\:border-b-amber-500\/75:active {
  border-bottom-color: rgb(245 158 11 / 0.75);
}

.active\:border-b-amber-500\/80:active {
  border-bottom-color: rgb(245 158 11 / 0.8);
}

.active\:border-b-amber-500\/90:active {
  border-bottom-color: rgb(245 158 11 / 0.9);
}

.active\:border-b-amber-500\/95:active {
  border-bottom-color: rgb(245 158 11 / 0.95);
}

.active\:border-b-amber-600:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 119 6 / var(--tw-border-opacity));
}

.active\:border-b-amber-600\/0:active {
  border-bottom-color: rgb(217 119 6 / 0);
}

.active\:border-b-amber-600\/10:active {
  border-bottom-color: rgb(217 119 6 / 0.1);
}

.active\:border-b-amber-600\/100:active {
  border-bottom-color: rgb(217 119 6 / 1);
}

.active\:border-b-amber-600\/20:active {
  border-bottom-color: rgb(217 119 6 / 0.2);
}

.active\:border-b-amber-600\/25:active {
  border-bottom-color: rgb(217 119 6 / 0.25);
}

.active\:border-b-amber-600\/30:active {
  border-bottom-color: rgb(217 119 6 / 0.3);
}

.active\:border-b-amber-600\/40:active {
  border-bottom-color: rgb(217 119 6 / 0.4);
}

.active\:border-b-amber-600\/5:active {
  border-bottom-color: rgb(217 119 6 / 0.05);
}

.active\:border-b-amber-600\/50:active {
  border-bottom-color: rgb(217 119 6 / 0.5);
}

.active\:border-b-amber-600\/60:active {
  border-bottom-color: rgb(217 119 6 / 0.6);
}

.active\:border-b-amber-600\/70:active {
  border-bottom-color: rgb(217 119 6 / 0.7);
}

.active\:border-b-amber-600\/75:active {
  border-bottom-color: rgb(217 119 6 / 0.75);
}

.active\:border-b-amber-600\/80:active {
  border-bottom-color: rgb(217 119 6 / 0.8);
}

.active\:border-b-amber-600\/90:active {
  border-bottom-color: rgb(217 119 6 / 0.9);
}

.active\:border-b-amber-600\/95:active {
  border-bottom-color: rgb(217 119 6 / 0.95);
}

.active\:border-b-amber-700:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(180 83 9 / var(--tw-border-opacity));
}

.active\:border-b-amber-700\/0:active {
  border-bottom-color: rgb(180 83 9 / 0);
}

.active\:border-b-amber-700\/10:active {
  border-bottom-color: rgb(180 83 9 / 0.1);
}

.active\:border-b-amber-700\/100:active {
  border-bottom-color: rgb(180 83 9 / 1);
}

.active\:border-b-amber-700\/20:active {
  border-bottom-color: rgb(180 83 9 / 0.2);
}

.active\:border-b-amber-700\/25:active {
  border-bottom-color: rgb(180 83 9 / 0.25);
}

.active\:border-b-amber-700\/30:active {
  border-bottom-color: rgb(180 83 9 / 0.3);
}

.active\:border-b-amber-700\/40:active {
  border-bottom-color: rgb(180 83 9 / 0.4);
}

.active\:border-b-amber-700\/5:active {
  border-bottom-color: rgb(180 83 9 / 0.05);
}

.active\:border-b-amber-700\/50:active {
  border-bottom-color: rgb(180 83 9 / 0.5);
}

.active\:border-b-amber-700\/60:active {
  border-bottom-color: rgb(180 83 9 / 0.6);
}

.active\:border-b-amber-700\/70:active {
  border-bottom-color: rgb(180 83 9 / 0.7);
}

.active\:border-b-amber-700\/75:active {
  border-bottom-color: rgb(180 83 9 / 0.75);
}

.active\:border-b-amber-700\/80:active {
  border-bottom-color: rgb(180 83 9 / 0.8);
}

.active\:border-b-amber-700\/90:active {
  border-bottom-color: rgb(180 83 9 / 0.9);
}

.active\:border-b-amber-700\/95:active {
  border-bottom-color: rgb(180 83 9 / 0.95);
}

.active\:border-b-amber-800:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(146 64 14 / var(--tw-border-opacity));
}

.active\:border-b-amber-800\/0:active {
  border-bottom-color: rgb(146 64 14 / 0);
}

.active\:border-b-amber-800\/10:active {
  border-bottom-color: rgb(146 64 14 / 0.1);
}

.active\:border-b-amber-800\/100:active {
  border-bottom-color: rgb(146 64 14 / 1);
}

.active\:border-b-amber-800\/20:active {
  border-bottom-color: rgb(146 64 14 / 0.2);
}

.active\:border-b-amber-800\/25:active {
  border-bottom-color: rgb(146 64 14 / 0.25);
}

.active\:border-b-amber-800\/30:active {
  border-bottom-color: rgb(146 64 14 / 0.3);
}

.active\:border-b-amber-800\/40:active {
  border-bottom-color: rgb(146 64 14 / 0.4);
}

.active\:border-b-amber-800\/5:active {
  border-bottom-color: rgb(146 64 14 / 0.05);
}

.active\:border-b-amber-800\/50:active {
  border-bottom-color: rgb(146 64 14 / 0.5);
}

.active\:border-b-amber-800\/60:active {
  border-bottom-color: rgb(146 64 14 / 0.6);
}

.active\:border-b-amber-800\/70:active {
  border-bottom-color: rgb(146 64 14 / 0.7);
}

.active\:border-b-amber-800\/75:active {
  border-bottom-color: rgb(146 64 14 / 0.75);
}

.active\:border-b-amber-800\/80:active {
  border-bottom-color: rgb(146 64 14 / 0.8);
}

.active\:border-b-amber-800\/90:active {
  border-bottom-color: rgb(146 64 14 / 0.9);
}

.active\:border-b-amber-800\/95:active {
  border-bottom-color: rgb(146 64 14 / 0.95);
}

.active\:border-b-amber-900:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(120 53 15 / var(--tw-border-opacity));
}

.active\:border-b-amber-900\/0:active {
  border-bottom-color: rgb(120 53 15 / 0);
}

.active\:border-b-amber-900\/10:active {
  border-bottom-color: rgb(120 53 15 / 0.1);
}

.active\:border-b-amber-900\/100:active {
  border-bottom-color: rgb(120 53 15 / 1);
}

.active\:border-b-amber-900\/20:active {
  border-bottom-color: rgb(120 53 15 / 0.2);
}

.active\:border-b-amber-900\/25:active {
  border-bottom-color: rgb(120 53 15 / 0.25);
}

.active\:border-b-amber-900\/30:active {
  border-bottom-color: rgb(120 53 15 / 0.3);
}

.active\:border-b-amber-900\/40:active {
  border-bottom-color: rgb(120 53 15 / 0.4);
}

.active\:border-b-amber-900\/5:active {
  border-bottom-color: rgb(120 53 15 / 0.05);
}

.active\:border-b-amber-900\/50:active {
  border-bottom-color: rgb(120 53 15 / 0.5);
}

.active\:border-b-amber-900\/60:active {
  border-bottom-color: rgb(120 53 15 / 0.6);
}

.active\:border-b-amber-900\/70:active {
  border-bottom-color: rgb(120 53 15 / 0.7);
}

.active\:border-b-amber-900\/75:active {
  border-bottom-color: rgb(120 53 15 / 0.75);
}

.active\:border-b-amber-900\/80:active {
  border-bottom-color: rgb(120 53 15 / 0.8);
}

.active\:border-b-amber-900\/90:active {
  border-bottom-color: rgb(120 53 15 / 0.9);
}

.active\:border-b-amber-900\/95:active {
  border-bottom-color: rgb(120 53 15 / 0.95);
}

.active\:border-b-amber-950:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(69 26 3 / var(--tw-border-opacity));
}

.active\:border-b-amber-950\/0:active {
  border-bottom-color: rgb(69 26 3 / 0);
}

.active\:border-b-amber-950\/10:active {
  border-bottom-color: rgb(69 26 3 / 0.1);
}

.active\:border-b-amber-950\/100:active {
  border-bottom-color: rgb(69 26 3 / 1);
}

.active\:border-b-amber-950\/20:active {
  border-bottom-color: rgb(69 26 3 / 0.2);
}

.active\:border-b-amber-950\/25:active {
  border-bottom-color: rgb(69 26 3 / 0.25);
}

.active\:border-b-amber-950\/30:active {
  border-bottom-color: rgb(69 26 3 / 0.3);
}

.active\:border-b-amber-950\/40:active {
  border-bottom-color: rgb(69 26 3 / 0.4);
}

.active\:border-b-amber-950\/5:active {
  border-bottom-color: rgb(69 26 3 / 0.05);
}

.active\:border-b-amber-950\/50:active {
  border-bottom-color: rgb(69 26 3 / 0.5);
}

.active\:border-b-amber-950\/60:active {
  border-bottom-color: rgb(69 26 3 / 0.6);
}

.active\:border-b-amber-950\/70:active {
  border-bottom-color: rgb(69 26 3 / 0.7);
}

.active\:border-b-amber-950\/75:active {
  border-bottom-color: rgb(69 26 3 / 0.75);
}

.active\:border-b-amber-950\/80:active {
  border-bottom-color: rgb(69 26 3 / 0.8);
}

.active\:border-b-amber-950\/90:active {
  border-bottom-color: rgb(69 26 3 / 0.9);
}

.active\:border-b-amber-950\/95:active {
  border-bottom-color: rgb(69 26 3 / 0.95);
}

.active\:border-b-black:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.active\:border-b-black\/0:active {
  border-bottom-color: rgb(0 0 0 / 0);
}

.active\:border-b-black\/10:active {
  border-bottom-color: rgb(0 0 0 / 0.1);
}

.active\:border-b-black\/100:active {
  border-bottom-color: rgb(0 0 0 / 1);
}

.active\:border-b-black\/20:active {
  border-bottom-color: rgb(0 0 0 / 0.2);
}

.active\:border-b-black\/25:active {
  border-bottom-color: rgb(0 0 0 / 0.25);
}

.active\:border-b-black\/30:active {
  border-bottom-color: rgb(0 0 0 / 0.3);
}

.active\:border-b-black\/40:active {
  border-bottom-color: rgb(0 0 0 / 0.4);
}

.active\:border-b-black\/5:active {
  border-bottom-color: rgb(0 0 0 / 0.05);
}

.active\:border-b-black\/50:active {
  border-bottom-color: rgb(0 0 0 / 0.5);
}

.active\:border-b-black\/60:active {
  border-bottom-color: rgb(0 0 0 / 0.6);
}

.active\:border-b-black\/70:active {
  border-bottom-color: rgb(0 0 0 / 0.7);
}

.active\:border-b-black\/75:active {
  border-bottom-color: rgb(0 0 0 / 0.75);
}

.active\:border-b-black\/80:active {
  border-bottom-color: rgb(0 0 0 / 0.8);
}

.active\:border-b-black\/90:active {
  border-bottom-color: rgb(0 0 0 / 0.9);
}

.active\:border-b-black\/95:active {
  border-bottom-color: rgb(0 0 0 / 0.95);
}

.active\:border-b-blue-100:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(219 234 254 / var(--tw-border-opacity));
}

.active\:border-b-blue-100\/0:active {
  border-bottom-color: rgb(219 234 254 / 0);
}

.active\:border-b-blue-100\/10:active {
  border-bottom-color: rgb(219 234 254 / 0.1);
}

.active\:border-b-blue-100\/100:active {
  border-bottom-color: rgb(219 234 254 / 1);
}

.active\:border-b-blue-100\/20:active {
  border-bottom-color: rgb(219 234 254 / 0.2);
}

.active\:border-b-blue-100\/25:active {
  border-bottom-color: rgb(219 234 254 / 0.25);
}

.active\:border-b-blue-100\/30:active {
  border-bottom-color: rgb(219 234 254 / 0.3);
}

.active\:border-b-blue-100\/40:active {
  border-bottom-color: rgb(219 234 254 / 0.4);
}

.active\:border-b-blue-100\/5:active {
  border-bottom-color: rgb(219 234 254 / 0.05);
}

.active\:border-b-blue-100\/50:active {
  border-bottom-color: rgb(219 234 254 / 0.5);
}

.active\:border-b-blue-100\/60:active {
  border-bottom-color: rgb(219 234 254 / 0.6);
}

.active\:border-b-blue-100\/70:active {
  border-bottom-color: rgb(219 234 254 / 0.7);
}

.active\:border-b-blue-100\/75:active {
  border-bottom-color: rgb(219 234 254 / 0.75);
}

.active\:border-b-blue-100\/80:active {
  border-bottom-color: rgb(219 234 254 / 0.8);
}

.active\:border-b-blue-100\/90:active {
  border-bottom-color: rgb(219 234 254 / 0.9);
}

.active\:border-b-blue-100\/95:active {
  border-bottom-color: rgb(219 234 254 / 0.95);
}

.active\:border-b-blue-200:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.active\:border-b-blue-200\/0:active {
  border-bottom-color: rgb(191 219 254 / 0);
}

.active\:border-b-blue-200\/10:active {
  border-bottom-color: rgb(191 219 254 / 0.1);
}

.active\:border-b-blue-200\/100:active {
  border-bottom-color: rgb(191 219 254 / 1);
}

.active\:border-b-blue-200\/20:active {
  border-bottom-color: rgb(191 219 254 / 0.2);
}

.active\:border-b-blue-200\/25:active {
  border-bottom-color: rgb(191 219 254 / 0.25);
}

.active\:border-b-blue-200\/30:active {
  border-bottom-color: rgb(191 219 254 / 0.3);
}

.active\:border-b-blue-200\/40:active {
  border-bottom-color: rgb(191 219 254 / 0.4);
}

.active\:border-b-blue-200\/5:active {
  border-bottom-color: rgb(191 219 254 / 0.05);
}

.active\:border-b-blue-200\/50:active {
  border-bottom-color: rgb(191 219 254 / 0.5);
}

.active\:border-b-blue-200\/60:active {
  border-bottom-color: rgb(191 219 254 / 0.6);
}

.active\:border-b-blue-200\/70:active {
  border-bottom-color: rgb(191 219 254 / 0.7);
}

.active\:border-b-blue-200\/75:active {
  border-bottom-color: rgb(191 219 254 / 0.75);
}

.active\:border-b-blue-200\/80:active {
  border-bottom-color: rgb(191 219 254 / 0.8);
}

.active\:border-b-blue-200\/90:active {
  border-bottom-color: rgb(191 219 254 / 0.9);
}

.active\:border-b-blue-200\/95:active {
  border-bottom-color: rgb(191 219 254 / 0.95);
}

.active\:border-b-blue-300:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.active\:border-b-blue-300\/0:active {
  border-bottom-color: rgb(147 197 253 / 0);
}

.active\:border-b-blue-300\/10:active {
  border-bottom-color: rgb(147 197 253 / 0.1);
}

.active\:border-b-blue-300\/100:active {
  border-bottom-color: rgb(147 197 253 / 1);
}

.active\:border-b-blue-300\/20:active {
  border-bottom-color: rgb(147 197 253 / 0.2);
}

.active\:border-b-blue-300\/25:active {
  border-bottom-color: rgb(147 197 253 / 0.25);
}

.active\:border-b-blue-300\/30:active {
  border-bottom-color: rgb(147 197 253 / 0.3);
}

.active\:border-b-blue-300\/40:active {
  border-bottom-color: rgb(147 197 253 / 0.4);
}

.active\:border-b-blue-300\/5:active {
  border-bottom-color: rgb(147 197 253 / 0.05);
}

.active\:border-b-blue-300\/50:active {
  border-bottom-color: rgb(147 197 253 / 0.5);
}

.active\:border-b-blue-300\/60:active {
  border-bottom-color: rgb(147 197 253 / 0.6);
}

.active\:border-b-blue-300\/70:active {
  border-bottom-color: rgb(147 197 253 / 0.7);
}

.active\:border-b-blue-300\/75:active {
  border-bottom-color: rgb(147 197 253 / 0.75);
}

.active\:border-b-blue-300\/80:active {
  border-bottom-color: rgb(147 197 253 / 0.8);
}

.active\:border-b-blue-300\/90:active {
  border-bottom-color: rgb(147 197 253 / 0.9);
}

.active\:border-b-blue-300\/95:active {
  border-bottom-color: rgb(147 197 253 / 0.95);
}

.active\:border-b-blue-400:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.active\:border-b-blue-400\/0:active {
  border-bottom-color: rgb(96 165 250 / 0);
}

.active\:border-b-blue-400\/10:active {
  border-bottom-color: rgb(96 165 250 / 0.1);
}

.active\:border-b-blue-400\/100:active {
  border-bottom-color: rgb(96 165 250 / 1);
}

.active\:border-b-blue-400\/20:active {
  border-bottom-color: rgb(96 165 250 / 0.2);
}

.active\:border-b-blue-400\/25:active {
  border-bottom-color: rgb(96 165 250 / 0.25);
}

.active\:border-b-blue-400\/30:active {
  border-bottom-color: rgb(96 165 250 / 0.3);
}

.active\:border-b-blue-400\/40:active {
  border-bottom-color: rgb(96 165 250 / 0.4);
}

.active\:border-b-blue-400\/5:active {
  border-bottom-color: rgb(96 165 250 / 0.05);
}

.active\:border-b-blue-400\/50:active {
  border-bottom-color: rgb(96 165 250 / 0.5);
}

.active\:border-b-blue-400\/60:active {
  border-bottom-color: rgb(96 165 250 / 0.6);
}

.active\:border-b-blue-400\/70:active {
  border-bottom-color: rgb(96 165 250 / 0.7);
}

.active\:border-b-blue-400\/75:active {
  border-bottom-color: rgb(96 165 250 / 0.75);
}

.active\:border-b-blue-400\/80:active {
  border-bottom-color: rgb(96 165 250 / 0.8);
}

.active\:border-b-blue-400\/90:active {
  border-bottom-color: rgb(96 165 250 / 0.9);
}

.active\:border-b-blue-400\/95:active {
  border-bottom-color: rgb(96 165 250 / 0.95);
}

.active\:border-b-blue-50:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(239 246 255 / var(--tw-border-opacity));
}

.active\:border-b-blue-50\/0:active {
  border-bottom-color: rgb(239 246 255 / 0);
}

.active\:border-b-blue-50\/10:active {
  border-bottom-color: rgb(239 246 255 / 0.1);
}

.active\:border-b-blue-50\/100:active {
  border-bottom-color: rgb(239 246 255 / 1);
}

.active\:border-b-blue-50\/20:active {
  border-bottom-color: rgb(239 246 255 / 0.2);
}

.active\:border-b-blue-50\/25:active {
  border-bottom-color: rgb(239 246 255 / 0.25);
}

.active\:border-b-blue-50\/30:active {
  border-bottom-color: rgb(239 246 255 / 0.3);
}

.active\:border-b-blue-50\/40:active {
  border-bottom-color: rgb(239 246 255 / 0.4);
}

.active\:border-b-blue-50\/5:active {
  border-bottom-color: rgb(239 246 255 / 0.05);
}

.active\:border-b-blue-50\/50:active {
  border-bottom-color: rgb(239 246 255 / 0.5);
}

.active\:border-b-blue-50\/60:active {
  border-bottom-color: rgb(239 246 255 / 0.6);
}

.active\:border-b-blue-50\/70:active {
  border-bottom-color: rgb(239 246 255 / 0.7);
}

.active\:border-b-blue-50\/75:active {
  border-bottom-color: rgb(239 246 255 / 0.75);
}

.active\:border-b-blue-50\/80:active {
  border-bottom-color: rgb(239 246 255 / 0.8);
}

.active\:border-b-blue-50\/90:active {
  border-bottom-color: rgb(239 246 255 / 0.9);
}

.active\:border-b-blue-50\/95:active {
  border-bottom-color: rgb(239 246 255 / 0.95);
}

.active\:border-b-blue-500:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.active\:border-b-blue-500\/0:active {
  border-bottom-color: rgb(59 130 246 / 0);
}

.active\:border-b-blue-500\/10:active {
  border-bottom-color: rgb(59 130 246 / 0.1);
}

.active\:border-b-blue-500\/100:active {
  border-bottom-color: rgb(59 130 246 / 1);
}

.active\:border-b-blue-500\/20:active {
  border-bottom-color: rgb(59 130 246 / 0.2);
}

.active\:border-b-blue-500\/25:active {
  border-bottom-color: rgb(59 130 246 / 0.25);
}

.active\:border-b-blue-500\/30:active {
  border-bottom-color: rgb(59 130 246 / 0.3);
}

.active\:border-b-blue-500\/40:active {
  border-bottom-color: rgb(59 130 246 / 0.4);
}

.active\:border-b-blue-500\/5:active {
  border-bottom-color: rgb(59 130 246 / 0.05);
}

.active\:border-b-blue-500\/50:active {
  border-bottom-color: rgb(59 130 246 / 0.5);
}

.active\:border-b-blue-500\/60:active {
  border-bottom-color: rgb(59 130 246 / 0.6);
}

.active\:border-b-blue-500\/70:active {
  border-bottom-color: rgb(59 130 246 / 0.7);
}

.active\:border-b-blue-500\/75:active {
  border-bottom-color: rgb(59 130 246 / 0.75);
}

.active\:border-b-blue-500\/80:active {
  border-bottom-color: rgb(59 130 246 / 0.8);
}

.active\:border-b-blue-500\/90:active {
  border-bottom-color: rgb(59 130 246 / 0.9);
}

.active\:border-b-blue-500\/95:active {
  border-bottom-color: rgb(59 130 246 / 0.95);
}

.active\:border-b-blue-600:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.active\:border-b-blue-600\/0:active {
  border-bottom-color: rgb(37 99 235 / 0);
}

.active\:border-b-blue-600\/10:active {
  border-bottom-color: rgb(37 99 235 / 0.1);
}

.active\:border-b-blue-600\/100:active {
  border-bottom-color: rgb(37 99 235 / 1);
}

.active\:border-b-blue-600\/20:active {
  border-bottom-color: rgb(37 99 235 / 0.2);
}

.active\:border-b-blue-600\/25:active {
  border-bottom-color: rgb(37 99 235 / 0.25);
}

.active\:border-b-blue-600\/30:active {
  border-bottom-color: rgb(37 99 235 / 0.3);
}

.active\:border-b-blue-600\/40:active {
  border-bottom-color: rgb(37 99 235 / 0.4);
}

.active\:border-b-blue-600\/5:active {
  border-bottom-color: rgb(37 99 235 / 0.05);
}

.active\:border-b-blue-600\/50:active {
  border-bottom-color: rgb(37 99 235 / 0.5);
}

.active\:border-b-blue-600\/60:active {
  border-bottom-color: rgb(37 99 235 / 0.6);
}

.active\:border-b-blue-600\/70:active {
  border-bottom-color: rgb(37 99 235 / 0.7);
}

.active\:border-b-blue-600\/75:active {
  border-bottom-color: rgb(37 99 235 / 0.75);
}

.active\:border-b-blue-600\/80:active {
  border-bottom-color: rgb(37 99 235 / 0.8);
}

.active\:border-b-blue-600\/90:active {
  border-bottom-color: rgb(37 99 235 / 0.9);
}

.active\:border-b-blue-600\/95:active {
  border-bottom-color: rgb(37 99 235 / 0.95);
}

.active\:border-b-blue-700:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.active\:border-b-blue-700\/0:active {
  border-bottom-color: rgb(29 78 216 / 0);
}

.active\:border-b-blue-700\/10:active {
  border-bottom-color: rgb(29 78 216 / 0.1);
}

.active\:border-b-blue-700\/100:active {
  border-bottom-color: rgb(29 78 216 / 1);
}

.active\:border-b-blue-700\/20:active {
  border-bottom-color: rgb(29 78 216 / 0.2);
}

.active\:border-b-blue-700\/25:active {
  border-bottom-color: rgb(29 78 216 / 0.25);
}

.active\:border-b-blue-700\/30:active {
  border-bottom-color: rgb(29 78 216 / 0.3);
}

.active\:border-b-blue-700\/40:active {
  border-bottom-color: rgb(29 78 216 / 0.4);
}

.active\:border-b-blue-700\/5:active {
  border-bottom-color: rgb(29 78 216 / 0.05);
}

.active\:border-b-blue-700\/50:active {
  border-bottom-color: rgb(29 78 216 / 0.5);
}

.active\:border-b-blue-700\/60:active {
  border-bottom-color: rgb(29 78 216 / 0.6);
}

.active\:border-b-blue-700\/70:active {
  border-bottom-color: rgb(29 78 216 / 0.7);
}

.active\:border-b-blue-700\/75:active {
  border-bottom-color: rgb(29 78 216 / 0.75);
}

.active\:border-b-blue-700\/80:active {
  border-bottom-color: rgb(29 78 216 / 0.8);
}

.active\:border-b-blue-700\/90:active {
  border-bottom-color: rgb(29 78 216 / 0.9);
}

.active\:border-b-blue-700\/95:active {
  border-bottom-color: rgb(29 78 216 / 0.95);
}

.active\:border-b-blue-800:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.active\:border-b-blue-800\/0:active {
  border-bottom-color: rgb(30 64 175 / 0);
}

.active\:border-b-blue-800\/10:active {
  border-bottom-color: rgb(30 64 175 / 0.1);
}

.active\:border-b-blue-800\/100:active {
  border-bottom-color: rgb(30 64 175 / 1);
}

.active\:border-b-blue-800\/20:active {
  border-bottom-color: rgb(30 64 175 / 0.2);
}

.active\:border-b-blue-800\/25:active {
  border-bottom-color: rgb(30 64 175 / 0.25);
}

.active\:border-b-blue-800\/30:active {
  border-bottom-color: rgb(30 64 175 / 0.3);
}

.active\:border-b-blue-800\/40:active {
  border-bottom-color: rgb(30 64 175 / 0.4);
}

.active\:border-b-blue-800\/5:active {
  border-bottom-color: rgb(30 64 175 / 0.05);
}

.active\:border-b-blue-800\/50:active {
  border-bottom-color: rgb(30 64 175 / 0.5);
}

.active\:border-b-blue-800\/60:active {
  border-bottom-color: rgb(30 64 175 / 0.6);
}

.active\:border-b-blue-800\/70:active {
  border-bottom-color: rgb(30 64 175 / 0.7);
}

.active\:border-b-blue-800\/75:active {
  border-bottom-color: rgb(30 64 175 / 0.75);
}

.active\:border-b-blue-800\/80:active {
  border-bottom-color: rgb(30 64 175 / 0.8);
}

.active\:border-b-blue-800\/90:active {
  border-bottom-color: rgb(30 64 175 / 0.9);
}

.active\:border-b-blue-800\/95:active {
  border-bottom-color: rgb(30 64 175 / 0.95);
}

.active\:border-b-blue-900:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.active\:border-b-blue-900\/0:active {
  border-bottom-color: rgb(30 58 138 / 0);
}

.active\:border-b-blue-900\/10:active {
  border-bottom-color: rgb(30 58 138 / 0.1);
}

.active\:border-b-blue-900\/100:active {
  border-bottom-color: rgb(30 58 138 / 1);
}

.active\:border-b-blue-900\/20:active {
  border-bottom-color: rgb(30 58 138 / 0.2);
}

.active\:border-b-blue-900\/25:active {
  border-bottom-color: rgb(30 58 138 / 0.25);
}

.active\:border-b-blue-900\/30:active {
  border-bottom-color: rgb(30 58 138 / 0.3);
}

.active\:border-b-blue-900\/40:active {
  border-bottom-color: rgb(30 58 138 / 0.4);
}

.active\:border-b-blue-900\/5:active {
  border-bottom-color: rgb(30 58 138 / 0.05);
}

.active\:border-b-blue-900\/50:active {
  border-bottom-color: rgb(30 58 138 / 0.5);
}

.active\:border-b-blue-900\/60:active {
  border-bottom-color: rgb(30 58 138 / 0.6);
}

.active\:border-b-blue-900\/70:active {
  border-bottom-color: rgb(30 58 138 / 0.7);
}

.active\:border-b-blue-900\/75:active {
  border-bottom-color: rgb(30 58 138 / 0.75);
}

.active\:border-b-blue-900\/80:active {
  border-bottom-color: rgb(30 58 138 / 0.8);
}

.active\:border-b-blue-900\/90:active {
  border-bottom-color: rgb(30 58 138 / 0.9);
}

.active\:border-b-blue-900\/95:active {
  border-bottom-color: rgb(30 58 138 / 0.95);
}

.active\:border-b-blue-950:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(23 37 84 / var(--tw-border-opacity));
}

.active\:border-b-blue-950\/0:active {
  border-bottom-color: rgb(23 37 84 / 0);
}

.active\:border-b-blue-950\/10:active {
  border-bottom-color: rgb(23 37 84 / 0.1);
}

.active\:border-b-blue-950\/100:active {
  border-bottom-color: rgb(23 37 84 / 1);
}

.active\:border-b-blue-950\/20:active {
  border-bottom-color: rgb(23 37 84 / 0.2);
}

.active\:border-b-blue-950\/25:active {
  border-bottom-color: rgb(23 37 84 / 0.25);
}

.active\:border-b-blue-950\/30:active {
  border-bottom-color: rgb(23 37 84 / 0.3);
}

.active\:border-b-blue-950\/40:active {
  border-bottom-color: rgb(23 37 84 / 0.4);
}

.active\:border-b-blue-950\/5:active {
  border-bottom-color: rgb(23 37 84 / 0.05);
}

.active\:border-b-blue-950\/50:active {
  border-bottom-color: rgb(23 37 84 / 0.5);
}

.active\:border-b-blue-950\/60:active {
  border-bottom-color: rgb(23 37 84 / 0.6);
}

.active\:border-b-blue-950\/70:active {
  border-bottom-color: rgb(23 37 84 / 0.7);
}

.active\:border-b-blue-950\/75:active {
  border-bottom-color: rgb(23 37 84 / 0.75);
}

.active\:border-b-blue-950\/80:active {
  border-bottom-color: rgb(23 37 84 / 0.8);
}

.active\:border-b-blue-950\/90:active {
  border-bottom-color: rgb(23 37 84 / 0.9);
}

.active\:border-b-blue-950\/95:active {
  border-bottom-color: rgb(23 37 84 / 0.95);
}

.active\:border-b-brand-100:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(230 239 246 / var(--tw-border-opacity));
}

.active\:border-b-brand-100\/0:active {
  border-bottom-color: rgb(230 239 246 / 0);
}

.active\:border-b-brand-100\/10:active {
  border-bottom-color: rgb(230 239 246 / 0.1);
}

.active\:border-b-brand-100\/100:active {
  border-bottom-color: rgb(230 239 246 / 1);
}

.active\:border-b-brand-100\/20:active {
  border-bottom-color: rgb(230 239 246 / 0.2);
}

.active\:border-b-brand-100\/25:active {
  border-bottom-color: rgb(230 239 246 / 0.25);
}

.active\:border-b-brand-100\/30:active {
  border-bottom-color: rgb(230 239 246 / 0.3);
}

.active\:border-b-brand-100\/40:active {
  border-bottom-color: rgb(230 239 246 / 0.4);
}

.active\:border-b-brand-100\/5:active {
  border-bottom-color: rgb(230 239 246 / 0.05);
}

.active\:border-b-brand-100\/50:active {
  border-bottom-color: rgb(230 239 246 / 0.5);
}

.active\:border-b-brand-100\/60:active {
  border-bottom-color: rgb(230 239 246 / 0.6);
}

.active\:border-b-brand-100\/70:active {
  border-bottom-color: rgb(230 239 246 / 0.7);
}

.active\:border-b-brand-100\/75:active {
  border-bottom-color: rgb(230 239 246 / 0.75);
}

.active\:border-b-brand-100\/80:active {
  border-bottom-color: rgb(230 239 246 / 0.8);
}

.active\:border-b-brand-100\/90:active {
  border-bottom-color: rgb(230 239 246 / 0.9);
}

.active\:border-b-brand-100\/95:active {
  border-bottom-color: rgb(230 239 246 / 0.95);
}

.active\:border-b-brand-200:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(193 215 234 / var(--tw-border-opacity));
}

.active\:border-b-brand-200\/0:active {
  border-bottom-color: rgb(193 215 234 / 0);
}

.active\:border-b-brand-200\/10:active {
  border-bottom-color: rgb(193 215 234 / 0.1);
}

.active\:border-b-brand-200\/100:active {
  border-bottom-color: rgb(193 215 234 / 1);
}

.active\:border-b-brand-200\/20:active {
  border-bottom-color: rgb(193 215 234 / 0.2);
}

.active\:border-b-brand-200\/25:active {
  border-bottom-color: rgb(193 215 234 / 0.25);
}

.active\:border-b-brand-200\/30:active {
  border-bottom-color: rgb(193 215 234 / 0.3);
}

.active\:border-b-brand-200\/40:active {
  border-bottom-color: rgb(193 215 234 / 0.4);
}

.active\:border-b-brand-200\/5:active {
  border-bottom-color: rgb(193 215 234 / 0.05);
}

.active\:border-b-brand-200\/50:active {
  border-bottom-color: rgb(193 215 234 / 0.5);
}

.active\:border-b-brand-200\/60:active {
  border-bottom-color: rgb(193 215 234 / 0.6);
}

.active\:border-b-brand-200\/70:active {
  border-bottom-color: rgb(193 215 234 / 0.7);
}

.active\:border-b-brand-200\/75:active {
  border-bottom-color: rgb(193 215 234 / 0.75);
}

.active\:border-b-brand-200\/80:active {
  border-bottom-color: rgb(193 215 234 / 0.8);
}

.active\:border-b-brand-200\/90:active {
  border-bottom-color: rgb(193 215 234 / 0.9);
}

.active\:border-b-brand-200\/95:active {
  border-bottom-color: rgb(193 215 234 / 0.95);
}

.active\:border-b-brand-300:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(155 190 221 / var(--tw-border-opacity));
}

.active\:border-b-brand-300\/0:active {
  border-bottom-color: rgb(155 190 221 / 0);
}

.active\:border-b-brand-300\/10:active {
  border-bottom-color: rgb(155 190 221 / 0.1);
}

.active\:border-b-brand-300\/100:active {
  border-bottom-color: rgb(155 190 221 / 1);
}

.active\:border-b-brand-300\/20:active {
  border-bottom-color: rgb(155 190 221 / 0.2);
}

.active\:border-b-brand-300\/25:active {
  border-bottom-color: rgb(155 190 221 / 0.25);
}

.active\:border-b-brand-300\/30:active {
  border-bottom-color: rgb(155 190 221 / 0.3);
}

.active\:border-b-brand-300\/40:active {
  border-bottom-color: rgb(155 190 221 / 0.4);
}

.active\:border-b-brand-300\/5:active {
  border-bottom-color: rgb(155 190 221 / 0.05);
}

.active\:border-b-brand-300\/50:active {
  border-bottom-color: rgb(155 190 221 / 0.5);
}

.active\:border-b-brand-300\/60:active {
  border-bottom-color: rgb(155 190 221 / 0.6);
}

.active\:border-b-brand-300\/70:active {
  border-bottom-color: rgb(155 190 221 / 0.7);
}

.active\:border-b-brand-300\/75:active {
  border-bottom-color: rgb(155 190 221 / 0.75);
}

.active\:border-b-brand-300\/80:active {
  border-bottom-color: rgb(155 190 221 / 0.8);
}

.active\:border-b-brand-300\/90:active {
  border-bottom-color: rgb(155 190 221 / 0.9);
}

.active\:border-b-brand-300\/95:active {
  border-bottom-color: rgb(155 190 221 / 0.95);
}

.active\:border-b-brand-400:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(81 142 195 / var(--tw-border-opacity));
}

.active\:border-b-brand-400\/0:active {
  border-bottom-color: rgb(81 142 195 / 0);
}

.active\:border-b-brand-400\/10:active {
  border-bottom-color: rgb(81 142 195 / 0.1);
}

.active\:border-b-brand-400\/100:active {
  border-bottom-color: rgb(81 142 195 / 1);
}

.active\:border-b-brand-400\/20:active {
  border-bottom-color: rgb(81 142 195 / 0.2);
}

.active\:border-b-brand-400\/25:active {
  border-bottom-color: rgb(81 142 195 / 0.25);
}

.active\:border-b-brand-400\/30:active {
  border-bottom-color: rgb(81 142 195 / 0.3);
}

.active\:border-b-brand-400\/40:active {
  border-bottom-color: rgb(81 142 195 / 0.4);
}

.active\:border-b-brand-400\/5:active {
  border-bottom-color: rgb(81 142 195 / 0.05);
}

.active\:border-b-brand-400\/50:active {
  border-bottom-color: rgb(81 142 195 / 0.5);
}

.active\:border-b-brand-400\/60:active {
  border-bottom-color: rgb(81 142 195 / 0.6);
}

.active\:border-b-brand-400\/70:active {
  border-bottom-color: rgb(81 142 195 / 0.7);
}

.active\:border-b-brand-400\/75:active {
  border-bottom-color: rgb(81 142 195 / 0.75);
}

.active\:border-b-brand-400\/80:active {
  border-bottom-color: rgb(81 142 195 / 0.8);
}

.active\:border-b-brand-400\/90:active {
  border-bottom-color: rgb(81 142 195 / 0.9);
}

.active\:border-b-brand-400\/95:active {
  border-bottom-color: rgb(81 142 195 / 0.95);
}

.active\:border-b-brand-50:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(243 247 251 / var(--tw-border-opacity));
}

.active\:border-b-brand-50\/0:active {
  border-bottom-color: rgb(243 247 251 / 0);
}

.active\:border-b-brand-50\/10:active {
  border-bottom-color: rgb(243 247 251 / 0.1);
}

.active\:border-b-brand-50\/100:active {
  border-bottom-color: rgb(243 247 251 / 1);
}

.active\:border-b-brand-50\/20:active {
  border-bottom-color: rgb(243 247 251 / 0.2);
}

.active\:border-b-brand-50\/25:active {
  border-bottom-color: rgb(243 247 251 / 0.25);
}

.active\:border-b-brand-50\/30:active {
  border-bottom-color: rgb(243 247 251 / 0.3);
}

.active\:border-b-brand-50\/40:active {
  border-bottom-color: rgb(243 247 251 / 0.4);
}

.active\:border-b-brand-50\/5:active {
  border-bottom-color: rgb(243 247 251 / 0.05);
}

.active\:border-b-brand-50\/50:active {
  border-bottom-color: rgb(243 247 251 / 0.5);
}

.active\:border-b-brand-50\/60:active {
  border-bottom-color: rgb(243 247 251 / 0.6);
}

.active\:border-b-brand-50\/70:active {
  border-bottom-color: rgb(243 247 251 / 0.7);
}

.active\:border-b-brand-50\/75:active {
  border-bottom-color: rgb(243 247 251 / 0.75);
}

.active\:border-b-brand-50\/80:active {
  border-bottom-color: rgb(243 247 251 / 0.8);
}

.active\:border-b-brand-50\/90:active {
  border-bottom-color: rgb(243 247 251 / 0.9);
}

.active\:border-b-brand-50\/95:active {
  border-bottom-color: rgb(243 247 251 / 0.95);
}

.active\:border-b-brand-500:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(6 93 169 / var(--tw-border-opacity));
}

.active\:border-b-brand-500\/0:active {
  border-bottom-color: rgb(6 93 169 / 0);
}

.active\:border-b-brand-500\/10:active {
  border-bottom-color: rgb(6 93 169 / 0.1);
}

.active\:border-b-brand-500\/100:active {
  border-bottom-color: rgb(6 93 169 / 1);
}

.active\:border-b-brand-500\/20:active {
  border-bottom-color: rgb(6 93 169 / 0.2);
}

.active\:border-b-brand-500\/25:active {
  border-bottom-color: rgb(6 93 169 / 0.25);
}

.active\:border-b-brand-500\/30:active {
  border-bottom-color: rgb(6 93 169 / 0.3);
}

.active\:border-b-brand-500\/40:active {
  border-bottom-color: rgb(6 93 169 / 0.4);
}

.active\:border-b-brand-500\/5:active {
  border-bottom-color: rgb(6 93 169 / 0.05);
}

.active\:border-b-brand-500\/50:active {
  border-bottom-color: rgb(6 93 169 / 0.5);
}

.active\:border-b-brand-500\/60:active {
  border-bottom-color: rgb(6 93 169 / 0.6);
}

.active\:border-b-brand-500\/70:active {
  border-bottom-color: rgb(6 93 169 / 0.7);
}

.active\:border-b-brand-500\/75:active {
  border-bottom-color: rgb(6 93 169 / 0.75);
}

.active\:border-b-brand-500\/80:active {
  border-bottom-color: rgb(6 93 169 / 0.8);
}

.active\:border-b-brand-500\/90:active {
  border-bottom-color: rgb(6 93 169 / 0.9);
}

.active\:border-b-brand-500\/95:active {
  border-bottom-color: rgb(6 93 169 / 0.95);
}

.active\:border-b-brand-600:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(5 84 152 / var(--tw-border-opacity));
}

.active\:border-b-brand-600\/0:active {
  border-bottom-color: rgb(5 84 152 / 0);
}

.active\:border-b-brand-600\/10:active {
  border-bottom-color: rgb(5 84 152 / 0.1);
}

.active\:border-b-brand-600\/100:active {
  border-bottom-color: rgb(5 84 152 / 1);
}

.active\:border-b-brand-600\/20:active {
  border-bottom-color: rgb(5 84 152 / 0.2);
}

.active\:border-b-brand-600\/25:active {
  border-bottom-color: rgb(5 84 152 / 0.25);
}

.active\:border-b-brand-600\/30:active {
  border-bottom-color: rgb(5 84 152 / 0.3);
}

.active\:border-b-brand-600\/40:active {
  border-bottom-color: rgb(5 84 152 / 0.4);
}

.active\:border-b-brand-600\/5:active {
  border-bottom-color: rgb(5 84 152 / 0.05);
}

.active\:border-b-brand-600\/50:active {
  border-bottom-color: rgb(5 84 152 / 0.5);
}

.active\:border-b-brand-600\/60:active {
  border-bottom-color: rgb(5 84 152 / 0.6);
}

.active\:border-b-brand-600\/70:active {
  border-bottom-color: rgb(5 84 152 / 0.7);
}

.active\:border-b-brand-600\/75:active {
  border-bottom-color: rgb(5 84 152 / 0.75);
}

.active\:border-b-brand-600\/80:active {
  border-bottom-color: rgb(5 84 152 / 0.8);
}

.active\:border-b-brand-600\/90:active {
  border-bottom-color: rgb(5 84 152 / 0.9);
}

.active\:border-b-brand-600\/95:active {
  border-bottom-color: rgb(5 84 152 / 0.95);
}

.active\:border-b-brand-700:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(4 56 101 / var(--tw-border-opacity));
}

.active\:border-b-brand-700\/0:active {
  border-bottom-color: rgb(4 56 101 / 0);
}

.active\:border-b-brand-700\/10:active {
  border-bottom-color: rgb(4 56 101 / 0.1);
}

.active\:border-b-brand-700\/100:active {
  border-bottom-color: rgb(4 56 101 / 1);
}

.active\:border-b-brand-700\/20:active {
  border-bottom-color: rgb(4 56 101 / 0.2);
}

.active\:border-b-brand-700\/25:active {
  border-bottom-color: rgb(4 56 101 / 0.25);
}

.active\:border-b-brand-700\/30:active {
  border-bottom-color: rgb(4 56 101 / 0.3);
}

.active\:border-b-brand-700\/40:active {
  border-bottom-color: rgb(4 56 101 / 0.4);
}

.active\:border-b-brand-700\/5:active {
  border-bottom-color: rgb(4 56 101 / 0.05);
}

.active\:border-b-brand-700\/50:active {
  border-bottom-color: rgb(4 56 101 / 0.5);
}

.active\:border-b-brand-700\/60:active {
  border-bottom-color: rgb(4 56 101 / 0.6);
}

.active\:border-b-brand-700\/70:active {
  border-bottom-color: rgb(4 56 101 / 0.7);
}

.active\:border-b-brand-700\/75:active {
  border-bottom-color: rgb(4 56 101 / 0.75);
}

.active\:border-b-brand-700\/80:active {
  border-bottom-color: rgb(4 56 101 / 0.8);
}

.active\:border-b-brand-700\/90:active {
  border-bottom-color: rgb(4 56 101 / 0.9);
}

.active\:border-b-brand-700\/95:active {
  border-bottom-color: rgb(4 56 101 / 0.95);
}

.active\:border-b-brand-800:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(3 42 76 / var(--tw-border-opacity));
}

.active\:border-b-brand-800\/0:active {
  border-bottom-color: rgb(3 42 76 / 0);
}

.active\:border-b-brand-800\/10:active {
  border-bottom-color: rgb(3 42 76 / 0.1);
}

.active\:border-b-brand-800\/100:active {
  border-bottom-color: rgb(3 42 76 / 1);
}

.active\:border-b-brand-800\/20:active {
  border-bottom-color: rgb(3 42 76 / 0.2);
}

.active\:border-b-brand-800\/25:active {
  border-bottom-color: rgb(3 42 76 / 0.25);
}

.active\:border-b-brand-800\/30:active {
  border-bottom-color: rgb(3 42 76 / 0.3);
}

.active\:border-b-brand-800\/40:active {
  border-bottom-color: rgb(3 42 76 / 0.4);
}

.active\:border-b-brand-800\/5:active {
  border-bottom-color: rgb(3 42 76 / 0.05);
}

.active\:border-b-brand-800\/50:active {
  border-bottom-color: rgb(3 42 76 / 0.5);
}

.active\:border-b-brand-800\/60:active {
  border-bottom-color: rgb(3 42 76 / 0.6);
}

.active\:border-b-brand-800\/70:active {
  border-bottom-color: rgb(3 42 76 / 0.7);
}

.active\:border-b-brand-800\/75:active {
  border-bottom-color: rgb(3 42 76 / 0.75);
}

.active\:border-b-brand-800\/80:active {
  border-bottom-color: rgb(3 42 76 / 0.8);
}

.active\:border-b-brand-800\/90:active {
  border-bottom-color: rgb(3 42 76 / 0.9);
}

.active\:border-b-brand-800\/95:active {
  border-bottom-color: rgb(3 42 76 / 0.95);
}

.active\:border-b-brand-900:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(2 28 51 / var(--tw-border-opacity));
}

.active\:border-b-brand-900\/0:active {
  border-bottom-color: rgb(2 28 51 / 0);
}

.active\:border-b-brand-900\/10:active {
  border-bottom-color: rgb(2 28 51 / 0.1);
}

.active\:border-b-brand-900\/100:active {
  border-bottom-color: rgb(2 28 51 / 1);
}

.active\:border-b-brand-900\/20:active {
  border-bottom-color: rgb(2 28 51 / 0.2);
}

.active\:border-b-brand-900\/25:active {
  border-bottom-color: rgb(2 28 51 / 0.25);
}

.active\:border-b-brand-900\/30:active {
  border-bottom-color: rgb(2 28 51 / 0.3);
}

.active\:border-b-brand-900\/40:active {
  border-bottom-color: rgb(2 28 51 / 0.4);
}

.active\:border-b-brand-900\/5:active {
  border-bottom-color: rgb(2 28 51 / 0.05);
}

.active\:border-b-brand-900\/50:active {
  border-bottom-color: rgb(2 28 51 / 0.5);
}

.active\:border-b-brand-900\/60:active {
  border-bottom-color: rgb(2 28 51 / 0.6);
}

.active\:border-b-brand-900\/70:active {
  border-bottom-color: rgb(2 28 51 / 0.7);
}

.active\:border-b-brand-900\/75:active {
  border-bottom-color: rgb(2 28 51 / 0.75);
}

.active\:border-b-brand-900\/80:active {
  border-bottom-color: rgb(2 28 51 / 0.8);
}

.active\:border-b-brand-900\/90:active {
  border-bottom-color: rgb(2 28 51 / 0.9);
}

.active\:border-b-brand-900\/95:active {
  border-bottom-color: rgb(2 28 51 / 0.95);
}

.active\:border-b-current:active {
  border-bottom-color: currentColor;
}

.active\:border-b-cyan-100:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(207 250 254 / var(--tw-border-opacity));
}

.active\:border-b-cyan-100\/0:active {
  border-bottom-color: rgb(207 250 254 / 0);
}

.active\:border-b-cyan-100\/10:active {
  border-bottom-color: rgb(207 250 254 / 0.1);
}

.active\:border-b-cyan-100\/100:active {
  border-bottom-color: rgb(207 250 254 / 1);
}

.active\:border-b-cyan-100\/20:active {
  border-bottom-color: rgb(207 250 254 / 0.2);
}

.active\:border-b-cyan-100\/25:active {
  border-bottom-color: rgb(207 250 254 / 0.25);
}

.active\:border-b-cyan-100\/30:active {
  border-bottom-color: rgb(207 250 254 / 0.3);
}

.active\:border-b-cyan-100\/40:active {
  border-bottom-color: rgb(207 250 254 / 0.4);
}

.active\:border-b-cyan-100\/5:active {
  border-bottom-color: rgb(207 250 254 / 0.05);
}

.active\:border-b-cyan-100\/50:active {
  border-bottom-color: rgb(207 250 254 / 0.5);
}

.active\:border-b-cyan-100\/60:active {
  border-bottom-color: rgb(207 250 254 / 0.6);
}

.active\:border-b-cyan-100\/70:active {
  border-bottom-color: rgb(207 250 254 / 0.7);
}

.active\:border-b-cyan-100\/75:active {
  border-bottom-color: rgb(207 250 254 / 0.75);
}

.active\:border-b-cyan-100\/80:active {
  border-bottom-color: rgb(207 250 254 / 0.8);
}

.active\:border-b-cyan-100\/90:active {
  border-bottom-color: rgb(207 250 254 / 0.9);
}

.active\:border-b-cyan-100\/95:active {
  border-bottom-color: rgb(207 250 254 / 0.95);
}

.active\:border-b-cyan-200:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(165 243 252 / var(--tw-border-opacity));
}

.active\:border-b-cyan-200\/0:active {
  border-bottom-color: rgb(165 243 252 / 0);
}

.active\:border-b-cyan-200\/10:active {
  border-bottom-color: rgb(165 243 252 / 0.1);
}

.active\:border-b-cyan-200\/100:active {
  border-bottom-color: rgb(165 243 252 / 1);
}

.active\:border-b-cyan-200\/20:active {
  border-bottom-color: rgb(165 243 252 / 0.2);
}

.active\:border-b-cyan-200\/25:active {
  border-bottom-color: rgb(165 243 252 / 0.25);
}

.active\:border-b-cyan-200\/30:active {
  border-bottom-color: rgb(165 243 252 / 0.3);
}

.active\:border-b-cyan-200\/40:active {
  border-bottom-color: rgb(165 243 252 / 0.4);
}

.active\:border-b-cyan-200\/5:active {
  border-bottom-color: rgb(165 243 252 / 0.05);
}

.active\:border-b-cyan-200\/50:active {
  border-bottom-color: rgb(165 243 252 / 0.5);
}

.active\:border-b-cyan-200\/60:active {
  border-bottom-color: rgb(165 243 252 / 0.6);
}

.active\:border-b-cyan-200\/70:active {
  border-bottom-color: rgb(165 243 252 / 0.7);
}

.active\:border-b-cyan-200\/75:active {
  border-bottom-color: rgb(165 243 252 / 0.75);
}

.active\:border-b-cyan-200\/80:active {
  border-bottom-color: rgb(165 243 252 / 0.8);
}

.active\:border-b-cyan-200\/90:active {
  border-bottom-color: rgb(165 243 252 / 0.9);
}

.active\:border-b-cyan-200\/95:active {
  border-bottom-color: rgb(165 243 252 / 0.95);
}

.active\:border-b-cyan-300:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(103 232 249 / var(--tw-border-opacity));
}

.active\:border-b-cyan-300\/0:active {
  border-bottom-color: rgb(103 232 249 / 0);
}

.active\:border-b-cyan-300\/10:active {
  border-bottom-color: rgb(103 232 249 / 0.1);
}

.active\:border-b-cyan-300\/100:active {
  border-bottom-color: rgb(103 232 249 / 1);
}

.active\:border-b-cyan-300\/20:active {
  border-bottom-color: rgb(103 232 249 / 0.2);
}

.active\:border-b-cyan-300\/25:active {
  border-bottom-color: rgb(103 232 249 / 0.25);
}

.active\:border-b-cyan-300\/30:active {
  border-bottom-color: rgb(103 232 249 / 0.3);
}

.active\:border-b-cyan-300\/40:active {
  border-bottom-color: rgb(103 232 249 / 0.4);
}

.active\:border-b-cyan-300\/5:active {
  border-bottom-color: rgb(103 232 249 / 0.05);
}

.active\:border-b-cyan-300\/50:active {
  border-bottom-color: rgb(103 232 249 / 0.5);
}

.active\:border-b-cyan-300\/60:active {
  border-bottom-color: rgb(103 232 249 / 0.6);
}

.active\:border-b-cyan-300\/70:active {
  border-bottom-color: rgb(103 232 249 / 0.7);
}

.active\:border-b-cyan-300\/75:active {
  border-bottom-color: rgb(103 232 249 / 0.75);
}

.active\:border-b-cyan-300\/80:active {
  border-bottom-color: rgb(103 232 249 / 0.8);
}

.active\:border-b-cyan-300\/90:active {
  border-bottom-color: rgb(103 232 249 / 0.9);
}

.active\:border-b-cyan-300\/95:active {
  border-bottom-color: rgb(103 232 249 / 0.95);
}

.active\:border-b-cyan-400:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(34 211 238 / var(--tw-border-opacity));
}

.active\:border-b-cyan-400\/0:active {
  border-bottom-color: rgb(34 211 238 / 0);
}

.active\:border-b-cyan-400\/10:active {
  border-bottom-color: rgb(34 211 238 / 0.1);
}

.active\:border-b-cyan-400\/100:active {
  border-bottom-color: rgb(34 211 238 / 1);
}

.active\:border-b-cyan-400\/20:active {
  border-bottom-color: rgb(34 211 238 / 0.2);
}

.active\:border-b-cyan-400\/25:active {
  border-bottom-color: rgb(34 211 238 / 0.25);
}

.active\:border-b-cyan-400\/30:active {
  border-bottom-color: rgb(34 211 238 / 0.3);
}

.active\:border-b-cyan-400\/40:active {
  border-bottom-color: rgb(34 211 238 / 0.4);
}

.active\:border-b-cyan-400\/5:active {
  border-bottom-color: rgb(34 211 238 / 0.05);
}

.active\:border-b-cyan-400\/50:active {
  border-bottom-color: rgb(34 211 238 / 0.5);
}

.active\:border-b-cyan-400\/60:active {
  border-bottom-color: rgb(34 211 238 / 0.6);
}

.active\:border-b-cyan-400\/70:active {
  border-bottom-color: rgb(34 211 238 / 0.7);
}

.active\:border-b-cyan-400\/75:active {
  border-bottom-color: rgb(34 211 238 / 0.75);
}

.active\:border-b-cyan-400\/80:active {
  border-bottom-color: rgb(34 211 238 / 0.8);
}

.active\:border-b-cyan-400\/90:active {
  border-bottom-color: rgb(34 211 238 / 0.9);
}

.active\:border-b-cyan-400\/95:active {
  border-bottom-color: rgb(34 211 238 / 0.95);
}

.active\:border-b-cyan-50:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(236 254 255 / var(--tw-border-opacity));
}

.active\:border-b-cyan-50\/0:active {
  border-bottom-color: rgb(236 254 255 / 0);
}

.active\:border-b-cyan-50\/10:active {
  border-bottom-color: rgb(236 254 255 / 0.1);
}

.active\:border-b-cyan-50\/100:active {
  border-bottom-color: rgb(236 254 255 / 1);
}

.active\:border-b-cyan-50\/20:active {
  border-bottom-color: rgb(236 254 255 / 0.2);
}

.active\:border-b-cyan-50\/25:active {
  border-bottom-color: rgb(236 254 255 / 0.25);
}

.active\:border-b-cyan-50\/30:active {
  border-bottom-color: rgb(236 254 255 / 0.3);
}

.active\:border-b-cyan-50\/40:active {
  border-bottom-color: rgb(236 254 255 / 0.4);
}

.active\:border-b-cyan-50\/5:active {
  border-bottom-color: rgb(236 254 255 / 0.05);
}

.active\:border-b-cyan-50\/50:active {
  border-bottom-color: rgb(236 254 255 / 0.5);
}

.active\:border-b-cyan-50\/60:active {
  border-bottom-color: rgb(236 254 255 / 0.6);
}

.active\:border-b-cyan-50\/70:active {
  border-bottom-color: rgb(236 254 255 / 0.7);
}

.active\:border-b-cyan-50\/75:active {
  border-bottom-color: rgb(236 254 255 / 0.75);
}

.active\:border-b-cyan-50\/80:active {
  border-bottom-color: rgb(236 254 255 / 0.8);
}

.active\:border-b-cyan-50\/90:active {
  border-bottom-color: rgb(236 254 255 / 0.9);
}

.active\:border-b-cyan-50\/95:active {
  border-bottom-color: rgb(236 254 255 / 0.95);
}

.active\:border-b-cyan-500:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(6 182 212 / var(--tw-border-opacity));
}

.active\:border-b-cyan-500\/0:active {
  border-bottom-color: rgb(6 182 212 / 0);
}

.active\:border-b-cyan-500\/10:active {
  border-bottom-color: rgb(6 182 212 / 0.1);
}

.active\:border-b-cyan-500\/100:active {
  border-bottom-color: rgb(6 182 212 / 1);
}

.active\:border-b-cyan-500\/20:active {
  border-bottom-color: rgb(6 182 212 / 0.2);
}

.active\:border-b-cyan-500\/25:active {
  border-bottom-color: rgb(6 182 212 / 0.25);
}

.active\:border-b-cyan-500\/30:active {
  border-bottom-color: rgb(6 182 212 / 0.3);
}

.active\:border-b-cyan-500\/40:active {
  border-bottom-color: rgb(6 182 212 / 0.4);
}

.active\:border-b-cyan-500\/5:active {
  border-bottom-color: rgb(6 182 212 / 0.05);
}

.active\:border-b-cyan-500\/50:active {
  border-bottom-color: rgb(6 182 212 / 0.5);
}

.active\:border-b-cyan-500\/60:active {
  border-bottom-color: rgb(6 182 212 / 0.6);
}

.active\:border-b-cyan-500\/70:active {
  border-bottom-color: rgb(6 182 212 / 0.7);
}

.active\:border-b-cyan-500\/75:active {
  border-bottom-color: rgb(6 182 212 / 0.75);
}

.active\:border-b-cyan-500\/80:active {
  border-bottom-color: rgb(6 182 212 / 0.8);
}

.active\:border-b-cyan-500\/90:active {
  border-bottom-color: rgb(6 182 212 / 0.9);
}

.active\:border-b-cyan-500\/95:active {
  border-bottom-color: rgb(6 182 212 / 0.95);
}

.active\:border-b-cyan-600:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(8 145 178 / var(--tw-border-opacity));
}

.active\:border-b-cyan-600\/0:active {
  border-bottom-color: rgb(8 145 178 / 0);
}

.active\:border-b-cyan-600\/10:active {
  border-bottom-color: rgb(8 145 178 / 0.1);
}

.active\:border-b-cyan-600\/100:active {
  border-bottom-color: rgb(8 145 178 / 1);
}

.active\:border-b-cyan-600\/20:active {
  border-bottom-color: rgb(8 145 178 / 0.2);
}

.active\:border-b-cyan-600\/25:active {
  border-bottom-color: rgb(8 145 178 / 0.25);
}

.active\:border-b-cyan-600\/30:active {
  border-bottom-color: rgb(8 145 178 / 0.3);
}

.active\:border-b-cyan-600\/40:active {
  border-bottom-color: rgb(8 145 178 / 0.4);
}

.active\:border-b-cyan-600\/5:active {
  border-bottom-color: rgb(8 145 178 / 0.05);
}

.active\:border-b-cyan-600\/50:active {
  border-bottom-color: rgb(8 145 178 / 0.5);
}

.active\:border-b-cyan-600\/60:active {
  border-bottom-color: rgb(8 145 178 / 0.6);
}

.active\:border-b-cyan-600\/70:active {
  border-bottom-color: rgb(8 145 178 / 0.7);
}

.active\:border-b-cyan-600\/75:active {
  border-bottom-color: rgb(8 145 178 / 0.75);
}

.active\:border-b-cyan-600\/80:active {
  border-bottom-color: rgb(8 145 178 / 0.8);
}

.active\:border-b-cyan-600\/90:active {
  border-bottom-color: rgb(8 145 178 / 0.9);
}

.active\:border-b-cyan-600\/95:active {
  border-bottom-color: rgb(8 145 178 / 0.95);
}

.active\:border-b-cyan-700:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(14 116 144 / var(--tw-border-opacity));
}

.active\:border-b-cyan-700\/0:active {
  border-bottom-color: rgb(14 116 144 / 0);
}

.active\:border-b-cyan-700\/10:active {
  border-bottom-color: rgb(14 116 144 / 0.1);
}

.active\:border-b-cyan-700\/100:active {
  border-bottom-color: rgb(14 116 144 / 1);
}

.active\:border-b-cyan-700\/20:active {
  border-bottom-color: rgb(14 116 144 / 0.2);
}

.active\:border-b-cyan-700\/25:active {
  border-bottom-color: rgb(14 116 144 / 0.25);
}

.active\:border-b-cyan-700\/30:active {
  border-bottom-color: rgb(14 116 144 / 0.3);
}

.active\:border-b-cyan-700\/40:active {
  border-bottom-color: rgb(14 116 144 / 0.4);
}

.active\:border-b-cyan-700\/5:active {
  border-bottom-color: rgb(14 116 144 / 0.05);
}

.active\:border-b-cyan-700\/50:active {
  border-bottom-color: rgb(14 116 144 / 0.5);
}

.active\:border-b-cyan-700\/60:active {
  border-bottom-color: rgb(14 116 144 / 0.6);
}

.active\:border-b-cyan-700\/70:active {
  border-bottom-color: rgb(14 116 144 / 0.7);
}

.active\:border-b-cyan-700\/75:active {
  border-bottom-color: rgb(14 116 144 / 0.75);
}

.active\:border-b-cyan-700\/80:active {
  border-bottom-color: rgb(14 116 144 / 0.8);
}

.active\:border-b-cyan-700\/90:active {
  border-bottom-color: rgb(14 116 144 / 0.9);
}

.active\:border-b-cyan-700\/95:active {
  border-bottom-color: rgb(14 116 144 / 0.95);
}

.active\:border-b-cyan-800:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(21 94 117 / var(--tw-border-opacity));
}

.active\:border-b-cyan-800\/0:active {
  border-bottom-color: rgb(21 94 117 / 0);
}

.active\:border-b-cyan-800\/10:active {
  border-bottom-color: rgb(21 94 117 / 0.1);
}

.active\:border-b-cyan-800\/100:active {
  border-bottom-color: rgb(21 94 117 / 1);
}

.active\:border-b-cyan-800\/20:active {
  border-bottom-color: rgb(21 94 117 / 0.2);
}

.active\:border-b-cyan-800\/25:active {
  border-bottom-color: rgb(21 94 117 / 0.25);
}

.active\:border-b-cyan-800\/30:active {
  border-bottom-color: rgb(21 94 117 / 0.3);
}

.active\:border-b-cyan-800\/40:active {
  border-bottom-color: rgb(21 94 117 / 0.4);
}

.active\:border-b-cyan-800\/5:active {
  border-bottom-color: rgb(21 94 117 / 0.05);
}

.active\:border-b-cyan-800\/50:active {
  border-bottom-color: rgb(21 94 117 / 0.5);
}

.active\:border-b-cyan-800\/60:active {
  border-bottom-color: rgb(21 94 117 / 0.6);
}

.active\:border-b-cyan-800\/70:active {
  border-bottom-color: rgb(21 94 117 / 0.7);
}

.active\:border-b-cyan-800\/75:active {
  border-bottom-color: rgb(21 94 117 / 0.75);
}

.active\:border-b-cyan-800\/80:active {
  border-bottom-color: rgb(21 94 117 / 0.8);
}

.active\:border-b-cyan-800\/90:active {
  border-bottom-color: rgb(21 94 117 / 0.9);
}

.active\:border-b-cyan-800\/95:active {
  border-bottom-color: rgb(21 94 117 / 0.95);
}

.active\:border-b-cyan-900:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(22 78 99 / var(--tw-border-opacity));
}

.active\:border-b-cyan-900\/0:active {
  border-bottom-color: rgb(22 78 99 / 0);
}

.active\:border-b-cyan-900\/10:active {
  border-bottom-color: rgb(22 78 99 / 0.1);
}

.active\:border-b-cyan-900\/100:active {
  border-bottom-color: rgb(22 78 99 / 1);
}

.active\:border-b-cyan-900\/20:active {
  border-bottom-color: rgb(22 78 99 / 0.2);
}

.active\:border-b-cyan-900\/25:active {
  border-bottom-color: rgb(22 78 99 / 0.25);
}

.active\:border-b-cyan-900\/30:active {
  border-bottom-color: rgb(22 78 99 / 0.3);
}

.active\:border-b-cyan-900\/40:active {
  border-bottom-color: rgb(22 78 99 / 0.4);
}

.active\:border-b-cyan-900\/5:active {
  border-bottom-color: rgb(22 78 99 / 0.05);
}

.active\:border-b-cyan-900\/50:active {
  border-bottom-color: rgb(22 78 99 / 0.5);
}

.active\:border-b-cyan-900\/60:active {
  border-bottom-color: rgb(22 78 99 / 0.6);
}

.active\:border-b-cyan-900\/70:active {
  border-bottom-color: rgb(22 78 99 / 0.7);
}

.active\:border-b-cyan-900\/75:active {
  border-bottom-color: rgb(22 78 99 / 0.75);
}

.active\:border-b-cyan-900\/80:active {
  border-bottom-color: rgb(22 78 99 / 0.8);
}

.active\:border-b-cyan-900\/90:active {
  border-bottom-color: rgb(22 78 99 / 0.9);
}

.active\:border-b-cyan-900\/95:active {
  border-bottom-color: rgb(22 78 99 / 0.95);
}

.active\:border-b-cyan-950:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(8 51 68 / var(--tw-border-opacity));
}

.active\:border-b-cyan-950\/0:active {
  border-bottom-color: rgb(8 51 68 / 0);
}

.active\:border-b-cyan-950\/10:active {
  border-bottom-color: rgb(8 51 68 / 0.1);
}

.active\:border-b-cyan-950\/100:active {
  border-bottom-color: rgb(8 51 68 / 1);
}

.active\:border-b-cyan-950\/20:active {
  border-bottom-color: rgb(8 51 68 / 0.2);
}

.active\:border-b-cyan-950\/25:active {
  border-bottom-color: rgb(8 51 68 / 0.25);
}

.active\:border-b-cyan-950\/30:active {
  border-bottom-color: rgb(8 51 68 / 0.3);
}

.active\:border-b-cyan-950\/40:active {
  border-bottom-color: rgb(8 51 68 / 0.4);
}

.active\:border-b-cyan-950\/5:active {
  border-bottom-color: rgb(8 51 68 / 0.05);
}

.active\:border-b-cyan-950\/50:active {
  border-bottom-color: rgb(8 51 68 / 0.5);
}

.active\:border-b-cyan-950\/60:active {
  border-bottom-color: rgb(8 51 68 / 0.6);
}

.active\:border-b-cyan-950\/70:active {
  border-bottom-color: rgb(8 51 68 / 0.7);
}

.active\:border-b-cyan-950\/75:active {
  border-bottom-color: rgb(8 51 68 / 0.75);
}

.active\:border-b-cyan-950\/80:active {
  border-bottom-color: rgb(8 51 68 / 0.8);
}

.active\:border-b-cyan-950\/90:active {
  border-bottom-color: rgb(8 51 68 / 0.9);
}

.active\:border-b-cyan-950\/95:active {
  border-bottom-color: rgb(8 51 68 / 0.95);
}

.active\:border-b-emerald-100:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(209 250 229 / var(--tw-border-opacity));
}

.active\:border-b-emerald-100\/0:active {
  border-bottom-color: rgb(209 250 229 / 0);
}

.active\:border-b-emerald-100\/10:active {
  border-bottom-color: rgb(209 250 229 / 0.1);
}

.active\:border-b-emerald-100\/100:active {
  border-bottom-color: rgb(209 250 229 / 1);
}

.active\:border-b-emerald-100\/20:active {
  border-bottom-color: rgb(209 250 229 / 0.2);
}

.active\:border-b-emerald-100\/25:active {
  border-bottom-color: rgb(209 250 229 / 0.25);
}

.active\:border-b-emerald-100\/30:active {
  border-bottom-color: rgb(209 250 229 / 0.3);
}

.active\:border-b-emerald-100\/40:active {
  border-bottom-color: rgb(209 250 229 / 0.4);
}

.active\:border-b-emerald-100\/5:active {
  border-bottom-color: rgb(209 250 229 / 0.05);
}

.active\:border-b-emerald-100\/50:active {
  border-bottom-color: rgb(209 250 229 / 0.5);
}

.active\:border-b-emerald-100\/60:active {
  border-bottom-color: rgb(209 250 229 / 0.6);
}

.active\:border-b-emerald-100\/70:active {
  border-bottom-color: rgb(209 250 229 / 0.7);
}

.active\:border-b-emerald-100\/75:active {
  border-bottom-color: rgb(209 250 229 / 0.75);
}

.active\:border-b-emerald-100\/80:active {
  border-bottom-color: rgb(209 250 229 / 0.8);
}

.active\:border-b-emerald-100\/90:active {
  border-bottom-color: rgb(209 250 229 / 0.9);
}

.active\:border-b-emerald-100\/95:active {
  border-bottom-color: rgb(209 250 229 / 0.95);
}

.active\:border-b-emerald-200:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(167 243 208 / var(--tw-border-opacity));
}

.active\:border-b-emerald-200\/0:active {
  border-bottom-color: rgb(167 243 208 / 0);
}

.active\:border-b-emerald-200\/10:active {
  border-bottom-color: rgb(167 243 208 / 0.1);
}

.active\:border-b-emerald-200\/100:active {
  border-bottom-color: rgb(167 243 208 / 1);
}

.active\:border-b-emerald-200\/20:active {
  border-bottom-color: rgb(167 243 208 / 0.2);
}

.active\:border-b-emerald-200\/25:active {
  border-bottom-color: rgb(167 243 208 / 0.25);
}

.active\:border-b-emerald-200\/30:active {
  border-bottom-color: rgb(167 243 208 / 0.3);
}

.active\:border-b-emerald-200\/40:active {
  border-bottom-color: rgb(167 243 208 / 0.4);
}

.active\:border-b-emerald-200\/5:active {
  border-bottom-color: rgb(167 243 208 / 0.05);
}

.active\:border-b-emerald-200\/50:active {
  border-bottom-color: rgb(167 243 208 / 0.5);
}

.active\:border-b-emerald-200\/60:active {
  border-bottom-color: rgb(167 243 208 / 0.6);
}

.active\:border-b-emerald-200\/70:active {
  border-bottom-color: rgb(167 243 208 / 0.7);
}

.active\:border-b-emerald-200\/75:active {
  border-bottom-color: rgb(167 243 208 / 0.75);
}

.active\:border-b-emerald-200\/80:active {
  border-bottom-color: rgb(167 243 208 / 0.8);
}

.active\:border-b-emerald-200\/90:active {
  border-bottom-color: rgb(167 243 208 / 0.9);
}

.active\:border-b-emerald-200\/95:active {
  border-bottom-color: rgb(167 243 208 / 0.95);
}

.active\:border-b-emerald-300:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(110 231 183 / var(--tw-border-opacity));
}

.active\:border-b-emerald-300\/0:active {
  border-bottom-color: rgb(110 231 183 / 0);
}

.active\:border-b-emerald-300\/10:active {
  border-bottom-color: rgb(110 231 183 / 0.1);
}

.active\:border-b-emerald-300\/100:active {
  border-bottom-color: rgb(110 231 183 / 1);
}

.active\:border-b-emerald-300\/20:active {
  border-bottom-color: rgb(110 231 183 / 0.2);
}

.active\:border-b-emerald-300\/25:active {
  border-bottom-color: rgb(110 231 183 / 0.25);
}

.active\:border-b-emerald-300\/30:active {
  border-bottom-color: rgb(110 231 183 / 0.3);
}

.active\:border-b-emerald-300\/40:active {
  border-bottom-color: rgb(110 231 183 / 0.4);
}

.active\:border-b-emerald-300\/5:active {
  border-bottom-color: rgb(110 231 183 / 0.05);
}

.active\:border-b-emerald-300\/50:active {
  border-bottom-color: rgb(110 231 183 / 0.5);
}

.active\:border-b-emerald-300\/60:active {
  border-bottom-color: rgb(110 231 183 / 0.6);
}

.active\:border-b-emerald-300\/70:active {
  border-bottom-color: rgb(110 231 183 / 0.7);
}

.active\:border-b-emerald-300\/75:active {
  border-bottom-color: rgb(110 231 183 / 0.75);
}

.active\:border-b-emerald-300\/80:active {
  border-bottom-color: rgb(110 231 183 / 0.8);
}

.active\:border-b-emerald-300\/90:active {
  border-bottom-color: rgb(110 231 183 / 0.9);
}

.active\:border-b-emerald-300\/95:active {
  border-bottom-color: rgb(110 231 183 / 0.95);
}

.active\:border-b-emerald-400:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.active\:border-b-emerald-400\/0:active {
  border-bottom-color: rgb(52 211 153 / 0);
}

.active\:border-b-emerald-400\/10:active {
  border-bottom-color: rgb(52 211 153 / 0.1);
}

.active\:border-b-emerald-400\/100:active {
  border-bottom-color: rgb(52 211 153 / 1);
}

.active\:border-b-emerald-400\/20:active {
  border-bottom-color: rgb(52 211 153 / 0.2);
}

.active\:border-b-emerald-400\/25:active {
  border-bottom-color: rgb(52 211 153 / 0.25);
}

.active\:border-b-emerald-400\/30:active {
  border-bottom-color: rgb(52 211 153 / 0.3);
}

.active\:border-b-emerald-400\/40:active {
  border-bottom-color: rgb(52 211 153 / 0.4);
}

.active\:border-b-emerald-400\/5:active {
  border-bottom-color: rgb(52 211 153 / 0.05);
}

.active\:border-b-emerald-400\/50:active {
  border-bottom-color: rgb(52 211 153 / 0.5);
}

.active\:border-b-emerald-400\/60:active {
  border-bottom-color: rgb(52 211 153 / 0.6);
}

.active\:border-b-emerald-400\/70:active {
  border-bottom-color: rgb(52 211 153 / 0.7);
}

.active\:border-b-emerald-400\/75:active {
  border-bottom-color: rgb(52 211 153 / 0.75);
}

.active\:border-b-emerald-400\/80:active {
  border-bottom-color: rgb(52 211 153 / 0.8);
}

.active\:border-b-emerald-400\/90:active {
  border-bottom-color: rgb(52 211 153 / 0.9);
}

.active\:border-b-emerald-400\/95:active {
  border-bottom-color: rgb(52 211 153 / 0.95);
}

.active\:border-b-emerald-50:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(236 253 245 / var(--tw-border-opacity));
}

.active\:border-b-emerald-50\/0:active {
  border-bottom-color: rgb(236 253 245 / 0);
}

.active\:border-b-emerald-50\/10:active {
  border-bottom-color: rgb(236 253 245 / 0.1);
}

.active\:border-b-emerald-50\/100:active {
  border-bottom-color: rgb(236 253 245 / 1);
}

.active\:border-b-emerald-50\/20:active {
  border-bottom-color: rgb(236 253 245 / 0.2);
}

.active\:border-b-emerald-50\/25:active {
  border-bottom-color: rgb(236 253 245 / 0.25);
}

.active\:border-b-emerald-50\/30:active {
  border-bottom-color: rgb(236 253 245 / 0.3);
}

.active\:border-b-emerald-50\/40:active {
  border-bottom-color: rgb(236 253 245 / 0.4);
}

.active\:border-b-emerald-50\/5:active {
  border-bottom-color: rgb(236 253 245 / 0.05);
}

.active\:border-b-emerald-50\/50:active {
  border-bottom-color: rgb(236 253 245 / 0.5);
}

.active\:border-b-emerald-50\/60:active {
  border-bottom-color: rgb(236 253 245 / 0.6);
}

.active\:border-b-emerald-50\/70:active {
  border-bottom-color: rgb(236 253 245 / 0.7);
}

.active\:border-b-emerald-50\/75:active {
  border-bottom-color: rgb(236 253 245 / 0.75);
}

.active\:border-b-emerald-50\/80:active {
  border-bottom-color: rgb(236 253 245 / 0.8);
}

.active\:border-b-emerald-50\/90:active {
  border-bottom-color: rgb(236 253 245 / 0.9);
}

.active\:border-b-emerald-50\/95:active {
  border-bottom-color: rgb(236 253 245 / 0.95);
}

.active\:border-b-emerald-500:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.active\:border-b-emerald-500\/0:active {
  border-bottom-color: rgb(16 185 129 / 0);
}

.active\:border-b-emerald-500\/10:active {
  border-bottom-color: rgb(16 185 129 / 0.1);
}

.active\:border-b-emerald-500\/100:active {
  border-bottom-color: rgb(16 185 129 / 1);
}

.active\:border-b-emerald-500\/20:active {
  border-bottom-color: rgb(16 185 129 / 0.2);
}

.active\:border-b-emerald-500\/25:active {
  border-bottom-color: rgb(16 185 129 / 0.25);
}

.active\:border-b-emerald-500\/30:active {
  border-bottom-color: rgb(16 185 129 / 0.3);
}

.active\:border-b-emerald-500\/40:active {
  border-bottom-color: rgb(16 185 129 / 0.4);
}

.active\:border-b-emerald-500\/5:active {
  border-bottom-color: rgb(16 185 129 / 0.05);
}

.active\:border-b-emerald-500\/50:active {
  border-bottom-color: rgb(16 185 129 / 0.5);
}

.active\:border-b-emerald-500\/60:active {
  border-bottom-color: rgb(16 185 129 / 0.6);
}

.active\:border-b-emerald-500\/70:active {
  border-bottom-color: rgb(16 185 129 / 0.7);
}

.active\:border-b-emerald-500\/75:active {
  border-bottom-color: rgb(16 185 129 / 0.75);
}

.active\:border-b-emerald-500\/80:active {
  border-bottom-color: rgb(16 185 129 / 0.8);
}

.active\:border-b-emerald-500\/90:active {
  border-bottom-color: rgb(16 185 129 / 0.9);
}

.active\:border-b-emerald-500\/95:active {
  border-bottom-color: rgb(16 185 129 / 0.95);
}

.active\:border-b-emerald-600:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(5 150 105 / var(--tw-border-opacity));
}

.active\:border-b-emerald-600\/0:active {
  border-bottom-color: rgb(5 150 105 / 0);
}

.active\:border-b-emerald-600\/10:active {
  border-bottom-color: rgb(5 150 105 / 0.1);
}

.active\:border-b-emerald-600\/100:active {
  border-bottom-color: rgb(5 150 105 / 1);
}

.active\:border-b-emerald-600\/20:active {
  border-bottom-color: rgb(5 150 105 / 0.2);
}

.active\:border-b-emerald-600\/25:active {
  border-bottom-color: rgb(5 150 105 / 0.25);
}

.active\:border-b-emerald-600\/30:active {
  border-bottom-color: rgb(5 150 105 / 0.3);
}

.active\:border-b-emerald-600\/40:active {
  border-bottom-color: rgb(5 150 105 / 0.4);
}

.active\:border-b-emerald-600\/5:active {
  border-bottom-color: rgb(5 150 105 / 0.05);
}

.active\:border-b-emerald-600\/50:active {
  border-bottom-color: rgb(5 150 105 / 0.5);
}

.active\:border-b-emerald-600\/60:active {
  border-bottom-color: rgb(5 150 105 / 0.6);
}

.active\:border-b-emerald-600\/70:active {
  border-bottom-color: rgb(5 150 105 / 0.7);
}

.active\:border-b-emerald-600\/75:active {
  border-bottom-color: rgb(5 150 105 / 0.75);
}

.active\:border-b-emerald-600\/80:active {
  border-bottom-color: rgb(5 150 105 / 0.8);
}

.active\:border-b-emerald-600\/90:active {
  border-bottom-color: rgb(5 150 105 / 0.9);
}

.active\:border-b-emerald-600\/95:active {
  border-bottom-color: rgb(5 150 105 / 0.95);
}

.active\:border-b-emerald-700:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(4 120 87 / var(--tw-border-opacity));
}

.active\:border-b-emerald-700\/0:active {
  border-bottom-color: rgb(4 120 87 / 0);
}

.active\:border-b-emerald-700\/10:active {
  border-bottom-color: rgb(4 120 87 / 0.1);
}

.active\:border-b-emerald-700\/100:active {
  border-bottom-color: rgb(4 120 87 / 1);
}

.active\:border-b-emerald-700\/20:active {
  border-bottom-color: rgb(4 120 87 / 0.2);
}

.active\:border-b-emerald-700\/25:active {
  border-bottom-color: rgb(4 120 87 / 0.25);
}

.active\:border-b-emerald-700\/30:active {
  border-bottom-color: rgb(4 120 87 / 0.3);
}

.active\:border-b-emerald-700\/40:active {
  border-bottom-color: rgb(4 120 87 / 0.4);
}

.active\:border-b-emerald-700\/5:active {
  border-bottom-color: rgb(4 120 87 / 0.05);
}

.active\:border-b-emerald-700\/50:active {
  border-bottom-color: rgb(4 120 87 / 0.5);
}

.active\:border-b-emerald-700\/60:active {
  border-bottom-color: rgb(4 120 87 / 0.6);
}

.active\:border-b-emerald-700\/70:active {
  border-bottom-color: rgb(4 120 87 / 0.7);
}

.active\:border-b-emerald-700\/75:active {
  border-bottom-color: rgb(4 120 87 / 0.75);
}

.active\:border-b-emerald-700\/80:active {
  border-bottom-color: rgb(4 120 87 / 0.8);
}

.active\:border-b-emerald-700\/90:active {
  border-bottom-color: rgb(4 120 87 / 0.9);
}

.active\:border-b-emerald-700\/95:active {
  border-bottom-color: rgb(4 120 87 / 0.95);
}

.active\:border-b-emerald-800:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(6 95 70 / var(--tw-border-opacity));
}

.active\:border-b-emerald-800\/0:active {
  border-bottom-color: rgb(6 95 70 / 0);
}

.active\:border-b-emerald-800\/10:active {
  border-bottom-color: rgb(6 95 70 / 0.1);
}

.active\:border-b-emerald-800\/100:active {
  border-bottom-color: rgb(6 95 70 / 1);
}

.active\:border-b-emerald-800\/20:active {
  border-bottom-color: rgb(6 95 70 / 0.2);
}

.active\:border-b-emerald-800\/25:active {
  border-bottom-color: rgb(6 95 70 / 0.25);
}

.active\:border-b-emerald-800\/30:active {
  border-bottom-color: rgb(6 95 70 / 0.3);
}

.active\:border-b-emerald-800\/40:active {
  border-bottom-color: rgb(6 95 70 / 0.4);
}

.active\:border-b-emerald-800\/5:active {
  border-bottom-color: rgb(6 95 70 / 0.05);
}

.active\:border-b-emerald-800\/50:active {
  border-bottom-color: rgb(6 95 70 / 0.5);
}

.active\:border-b-emerald-800\/60:active {
  border-bottom-color: rgb(6 95 70 / 0.6);
}

.active\:border-b-emerald-800\/70:active {
  border-bottom-color: rgb(6 95 70 / 0.7);
}

.active\:border-b-emerald-800\/75:active {
  border-bottom-color: rgb(6 95 70 / 0.75);
}

.active\:border-b-emerald-800\/80:active {
  border-bottom-color: rgb(6 95 70 / 0.8);
}

.active\:border-b-emerald-800\/90:active {
  border-bottom-color: rgb(6 95 70 / 0.9);
}

.active\:border-b-emerald-800\/95:active {
  border-bottom-color: rgb(6 95 70 / 0.95);
}

.active\:border-b-emerald-900:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(6 78 59 / var(--tw-border-opacity));
}

.active\:border-b-emerald-900\/0:active {
  border-bottom-color: rgb(6 78 59 / 0);
}

.active\:border-b-emerald-900\/10:active {
  border-bottom-color: rgb(6 78 59 / 0.1);
}

.active\:border-b-emerald-900\/100:active {
  border-bottom-color: rgb(6 78 59 / 1);
}

.active\:border-b-emerald-900\/20:active {
  border-bottom-color: rgb(6 78 59 / 0.2);
}

.active\:border-b-emerald-900\/25:active {
  border-bottom-color: rgb(6 78 59 / 0.25);
}

.active\:border-b-emerald-900\/30:active {
  border-bottom-color: rgb(6 78 59 / 0.3);
}

.active\:border-b-emerald-900\/40:active {
  border-bottom-color: rgb(6 78 59 / 0.4);
}

.active\:border-b-emerald-900\/5:active {
  border-bottom-color: rgb(6 78 59 / 0.05);
}

.active\:border-b-emerald-900\/50:active {
  border-bottom-color: rgb(6 78 59 / 0.5);
}

.active\:border-b-emerald-900\/60:active {
  border-bottom-color: rgb(6 78 59 / 0.6);
}

.active\:border-b-emerald-900\/70:active {
  border-bottom-color: rgb(6 78 59 / 0.7);
}

.active\:border-b-emerald-900\/75:active {
  border-bottom-color: rgb(6 78 59 / 0.75);
}

.active\:border-b-emerald-900\/80:active {
  border-bottom-color: rgb(6 78 59 / 0.8);
}

.active\:border-b-emerald-900\/90:active {
  border-bottom-color: rgb(6 78 59 / 0.9);
}

.active\:border-b-emerald-900\/95:active {
  border-bottom-color: rgb(6 78 59 / 0.95);
}

.active\:border-b-emerald-950:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(2 44 34 / var(--tw-border-opacity));
}

.active\:border-b-emerald-950\/0:active {
  border-bottom-color: rgb(2 44 34 / 0);
}

.active\:border-b-emerald-950\/10:active {
  border-bottom-color: rgb(2 44 34 / 0.1);
}

.active\:border-b-emerald-950\/100:active {
  border-bottom-color: rgb(2 44 34 / 1);
}

.active\:border-b-emerald-950\/20:active {
  border-bottom-color: rgb(2 44 34 / 0.2);
}

.active\:border-b-emerald-950\/25:active {
  border-bottom-color: rgb(2 44 34 / 0.25);
}

.active\:border-b-emerald-950\/30:active {
  border-bottom-color: rgb(2 44 34 / 0.3);
}

.active\:border-b-emerald-950\/40:active {
  border-bottom-color: rgb(2 44 34 / 0.4);
}

.active\:border-b-emerald-950\/5:active {
  border-bottom-color: rgb(2 44 34 / 0.05);
}

.active\:border-b-emerald-950\/50:active {
  border-bottom-color: rgb(2 44 34 / 0.5);
}

.active\:border-b-emerald-950\/60:active {
  border-bottom-color: rgb(2 44 34 / 0.6);
}

.active\:border-b-emerald-950\/70:active {
  border-bottom-color: rgb(2 44 34 / 0.7);
}

.active\:border-b-emerald-950\/75:active {
  border-bottom-color: rgb(2 44 34 / 0.75);
}

.active\:border-b-emerald-950\/80:active {
  border-bottom-color: rgb(2 44 34 / 0.8);
}

.active\:border-b-emerald-950\/90:active {
  border-bottom-color: rgb(2 44 34 / 0.9);
}

.active\:border-b-emerald-950\/95:active {
  border-bottom-color: rgb(2 44 34 / 0.95);
}

.active\:border-b-fuchsia-100:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 232 255 / var(--tw-border-opacity));
}

.active\:border-b-fuchsia-100\/0:active {
  border-bottom-color: rgb(250 232 255 / 0);
}

.active\:border-b-fuchsia-100\/10:active {
  border-bottom-color: rgb(250 232 255 / 0.1);
}

.active\:border-b-fuchsia-100\/100:active {
  border-bottom-color: rgb(250 232 255 / 1);
}

.active\:border-b-fuchsia-100\/20:active {
  border-bottom-color: rgb(250 232 255 / 0.2);
}

.active\:border-b-fuchsia-100\/25:active {
  border-bottom-color: rgb(250 232 255 / 0.25);
}

.active\:border-b-fuchsia-100\/30:active {
  border-bottom-color: rgb(250 232 255 / 0.3);
}

.active\:border-b-fuchsia-100\/40:active {
  border-bottom-color: rgb(250 232 255 / 0.4);
}

.active\:border-b-fuchsia-100\/5:active {
  border-bottom-color: rgb(250 232 255 / 0.05);
}

.active\:border-b-fuchsia-100\/50:active {
  border-bottom-color: rgb(250 232 255 / 0.5);
}

.active\:border-b-fuchsia-100\/60:active {
  border-bottom-color: rgb(250 232 255 / 0.6);
}

.active\:border-b-fuchsia-100\/70:active {
  border-bottom-color: rgb(250 232 255 / 0.7);
}

.active\:border-b-fuchsia-100\/75:active {
  border-bottom-color: rgb(250 232 255 / 0.75);
}

.active\:border-b-fuchsia-100\/80:active {
  border-bottom-color: rgb(250 232 255 / 0.8);
}

.active\:border-b-fuchsia-100\/90:active {
  border-bottom-color: rgb(250 232 255 / 0.9);
}

.active\:border-b-fuchsia-100\/95:active {
  border-bottom-color: rgb(250 232 255 / 0.95);
}

.active\:border-b-fuchsia-200:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 208 254 / var(--tw-border-opacity));
}

.active\:border-b-fuchsia-200\/0:active {
  border-bottom-color: rgb(245 208 254 / 0);
}

.active\:border-b-fuchsia-200\/10:active {
  border-bottom-color: rgb(245 208 254 / 0.1);
}

.active\:border-b-fuchsia-200\/100:active {
  border-bottom-color: rgb(245 208 254 / 1);
}

.active\:border-b-fuchsia-200\/20:active {
  border-bottom-color: rgb(245 208 254 / 0.2);
}

.active\:border-b-fuchsia-200\/25:active {
  border-bottom-color: rgb(245 208 254 / 0.25);
}

.active\:border-b-fuchsia-200\/30:active {
  border-bottom-color: rgb(245 208 254 / 0.3);
}

.active\:border-b-fuchsia-200\/40:active {
  border-bottom-color: rgb(245 208 254 / 0.4);
}

.active\:border-b-fuchsia-200\/5:active {
  border-bottom-color: rgb(245 208 254 / 0.05);
}

.active\:border-b-fuchsia-200\/50:active {
  border-bottom-color: rgb(245 208 254 / 0.5);
}

.active\:border-b-fuchsia-200\/60:active {
  border-bottom-color: rgb(245 208 254 / 0.6);
}

.active\:border-b-fuchsia-200\/70:active {
  border-bottom-color: rgb(245 208 254 / 0.7);
}

.active\:border-b-fuchsia-200\/75:active {
  border-bottom-color: rgb(245 208 254 / 0.75);
}

.active\:border-b-fuchsia-200\/80:active {
  border-bottom-color: rgb(245 208 254 / 0.8);
}

.active\:border-b-fuchsia-200\/90:active {
  border-bottom-color: rgb(245 208 254 / 0.9);
}

.active\:border-b-fuchsia-200\/95:active {
  border-bottom-color: rgb(245 208 254 / 0.95);
}

.active\:border-b-fuchsia-300:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(240 171 252 / var(--tw-border-opacity));
}

.active\:border-b-fuchsia-300\/0:active {
  border-bottom-color: rgb(240 171 252 / 0);
}

.active\:border-b-fuchsia-300\/10:active {
  border-bottom-color: rgb(240 171 252 / 0.1);
}

.active\:border-b-fuchsia-300\/100:active {
  border-bottom-color: rgb(240 171 252 / 1);
}

.active\:border-b-fuchsia-300\/20:active {
  border-bottom-color: rgb(240 171 252 / 0.2);
}

.active\:border-b-fuchsia-300\/25:active {
  border-bottom-color: rgb(240 171 252 / 0.25);
}

.active\:border-b-fuchsia-300\/30:active {
  border-bottom-color: rgb(240 171 252 / 0.3);
}

.active\:border-b-fuchsia-300\/40:active {
  border-bottom-color: rgb(240 171 252 / 0.4);
}

.active\:border-b-fuchsia-300\/5:active {
  border-bottom-color: rgb(240 171 252 / 0.05);
}

.active\:border-b-fuchsia-300\/50:active {
  border-bottom-color: rgb(240 171 252 / 0.5);
}

.active\:border-b-fuchsia-300\/60:active {
  border-bottom-color: rgb(240 171 252 / 0.6);
}

.active\:border-b-fuchsia-300\/70:active {
  border-bottom-color: rgb(240 171 252 / 0.7);
}

.active\:border-b-fuchsia-300\/75:active {
  border-bottom-color: rgb(240 171 252 / 0.75);
}

.active\:border-b-fuchsia-300\/80:active {
  border-bottom-color: rgb(240 171 252 / 0.8);
}

.active\:border-b-fuchsia-300\/90:active {
  border-bottom-color: rgb(240 171 252 / 0.9);
}

.active\:border-b-fuchsia-300\/95:active {
  border-bottom-color: rgb(240 171 252 / 0.95);
}

.active\:border-b-fuchsia-400:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(232 121 249 / var(--tw-border-opacity));
}

.active\:border-b-fuchsia-400\/0:active {
  border-bottom-color: rgb(232 121 249 / 0);
}

.active\:border-b-fuchsia-400\/10:active {
  border-bottom-color: rgb(232 121 249 / 0.1);
}

.active\:border-b-fuchsia-400\/100:active {
  border-bottom-color: rgb(232 121 249 / 1);
}

.active\:border-b-fuchsia-400\/20:active {
  border-bottom-color: rgb(232 121 249 / 0.2);
}

.active\:border-b-fuchsia-400\/25:active {
  border-bottom-color: rgb(232 121 249 / 0.25);
}

.active\:border-b-fuchsia-400\/30:active {
  border-bottom-color: rgb(232 121 249 / 0.3);
}

.active\:border-b-fuchsia-400\/40:active {
  border-bottom-color: rgb(232 121 249 / 0.4);
}

.active\:border-b-fuchsia-400\/5:active {
  border-bottom-color: rgb(232 121 249 / 0.05);
}

.active\:border-b-fuchsia-400\/50:active {
  border-bottom-color: rgb(232 121 249 / 0.5);
}

.active\:border-b-fuchsia-400\/60:active {
  border-bottom-color: rgb(232 121 249 / 0.6);
}

.active\:border-b-fuchsia-400\/70:active {
  border-bottom-color: rgb(232 121 249 / 0.7);
}

.active\:border-b-fuchsia-400\/75:active {
  border-bottom-color: rgb(232 121 249 / 0.75);
}

.active\:border-b-fuchsia-400\/80:active {
  border-bottom-color: rgb(232 121 249 / 0.8);
}

.active\:border-b-fuchsia-400\/90:active {
  border-bottom-color: rgb(232 121 249 / 0.9);
}

.active\:border-b-fuchsia-400\/95:active {
  border-bottom-color: rgb(232 121 249 / 0.95);
}

.active\:border-b-fuchsia-50:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 244 255 / var(--tw-border-opacity));
}

.active\:border-b-fuchsia-50\/0:active {
  border-bottom-color: rgb(253 244 255 / 0);
}

.active\:border-b-fuchsia-50\/10:active {
  border-bottom-color: rgb(253 244 255 / 0.1);
}

.active\:border-b-fuchsia-50\/100:active {
  border-bottom-color: rgb(253 244 255 / 1);
}

.active\:border-b-fuchsia-50\/20:active {
  border-bottom-color: rgb(253 244 255 / 0.2);
}

.active\:border-b-fuchsia-50\/25:active {
  border-bottom-color: rgb(253 244 255 / 0.25);
}

.active\:border-b-fuchsia-50\/30:active {
  border-bottom-color: rgb(253 244 255 / 0.3);
}

.active\:border-b-fuchsia-50\/40:active {
  border-bottom-color: rgb(253 244 255 / 0.4);
}

.active\:border-b-fuchsia-50\/5:active {
  border-bottom-color: rgb(253 244 255 / 0.05);
}

.active\:border-b-fuchsia-50\/50:active {
  border-bottom-color: rgb(253 244 255 / 0.5);
}

.active\:border-b-fuchsia-50\/60:active {
  border-bottom-color: rgb(253 244 255 / 0.6);
}

.active\:border-b-fuchsia-50\/70:active {
  border-bottom-color: rgb(253 244 255 / 0.7);
}

.active\:border-b-fuchsia-50\/75:active {
  border-bottom-color: rgb(253 244 255 / 0.75);
}

.active\:border-b-fuchsia-50\/80:active {
  border-bottom-color: rgb(253 244 255 / 0.8);
}

.active\:border-b-fuchsia-50\/90:active {
  border-bottom-color: rgb(253 244 255 / 0.9);
}

.active\:border-b-fuchsia-50\/95:active {
  border-bottom-color: rgb(253 244 255 / 0.95);
}

.active\:border-b-fuchsia-500:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 70 239 / var(--tw-border-opacity));
}

.active\:border-b-fuchsia-500\/0:active {
  border-bottom-color: rgb(217 70 239 / 0);
}

.active\:border-b-fuchsia-500\/10:active {
  border-bottom-color: rgb(217 70 239 / 0.1);
}

.active\:border-b-fuchsia-500\/100:active {
  border-bottom-color: rgb(217 70 239 / 1);
}

.active\:border-b-fuchsia-500\/20:active {
  border-bottom-color: rgb(217 70 239 / 0.2);
}

.active\:border-b-fuchsia-500\/25:active {
  border-bottom-color: rgb(217 70 239 / 0.25);
}

.active\:border-b-fuchsia-500\/30:active {
  border-bottom-color: rgb(217 70 239 / 0.3);
}

.active\:border-b-fuchsia-500\/40:active {
  border-bottom-color: rgb(217 70 239 / 0.4);
}

.active\:border-b-fuchsia-500\/5:active {
  border-bottom-color: rgb(217 70 239 / 0.05);
}

.active\:border-b-fuchsia-500\/50:active {
  border-bottom-color: rgb(217 70 239 / 0.5);
}

.active\:border-b-fuchsia-500\/60:active {
  border-bottom-color: rgb(217 70 239 / 0.6);
}

.active\:border-b-fuchsia-500\/70:active {
  border-bottom-color: rgb(217 70 239 / 0.7);
}

.active\:border-b-fuchsia-500\/75:active {
  border-bottom-color: rgb(217 70 239 / 0.75);
}

.active\:border-b-fuchsia-500\/80:active {
  border-bottom-color: rgb(217 70 239 / 0.8);
}

.active\:border-b-fuchsia-500\/90:active {
  border-bottom-color: rgb(217 70 239 / 0.9);
}

.active\:border-b-fuchsia-500\/95:active {
  border-bottom-color: rgb(217 70 239 / 0.95);
}

.active\:border-b-fuchsia-600:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(192 38 211 / var(--tw-border-opacity));
}

.active\:border-b-fuchsia-600\/0:active {
  border-bottom-color: rgb(192 38 211 / 0);
}

.active\:border-b-fuchsia-600\/10:active {
  border-bottom-color: rgb(192 38 211 / 0.1);
}

.active\:border-b-fuchsia-600\/100:active {
  border-bottom-color: rgb(192 38 211 / 1);
}

.active\:border-b-fuchsia-600\/20:active {
  border-bottom-color: rgb(192 38 211 / 0.2);
}

.active\:border-b-fuchsia-600\/25:active {
  border-bottom-color: rgb(192 38 211 / 0.25);
}

.active\:border-b-fuchsia-600\/30:active {
  border-bottom-color: rgb(192 38 211 / 0.3);
}

.active\:border-b-fuchsia-600\/40:active {
  border-bottom-color: rgb(192 38 211 / 0.4);
}

.active\:border-b-fuchsia-600\/5:active {
  border-bottom-color: rgb(192 38 211 / 0.05);
}

.active\:border-b-fuchsia-600\/50:active {
  border-bottom-color: rgb(192 38 211 / 0.5);
}

.active\:border-b-fuchsia-600\/60:active {
  border-bottom-color: rgb(192 38 211 / 0.6);
}

.active\:border-b-fuchsia-600\/70:active {
  border-bottom-color: rgb(192 38 211 / 0.7);
}

.active\:border-b-fuchsia-600\/75:active {
  border-bottom-color: rgb(192 38 211 / 0.75);
}

.active\:border-b-fuchsia-600\/80:active {
  border-bottom-color: rgb(192 38 211 / 0.8);
}

.active\:border-b-fuchsia-600\/90:active {
  border-bottom-color: rgb(192 38 211 / 0.9);
}

.active\:border-b-fuchsia-600\/95:active {
  border-bottom-color: rgb(192 38 211 / 0.95);
}

.active\:border-b-fuchsia-700:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(162 28 175 / var(--tw-border-opacity));
}

.active\:border-b-fuchsia-700\/0:active {
  border-bottom-color: rgb(162 28 175 / 0);
}

.active\:border-b-fuchsia-700\/10:active {
  border-bottom-color: rgb(162 28 175 / 0.1);
}

.active\:border-b-fuchsia-700\/100:active {
  border-bottom-color: rgb(162 28 175 / 1);
}

.active\:border-b-fuchsia-700\/20:active {
  border-bottom-color: rgb(162 28 175 / 0.2);
}

.active\:border-b-fuchsia-700\/25:active {
  border-bottom-color: rgb(162 28 175 / 0.25);
}

.active\:border-b-fuchsia-700\/30:active {
  border-bottom-color: rgb(162 28 175 / 0.3);
}

.active\:border-b-fuchsia-700\/40:active {
  border-bottom-color: rgb(162 28 175 / 0.4);
}

.active\:border-b-fuchsia-700\/5:active {
  border-bottom-color: rgb(162 28 175 / 0.05);
}

.active\:border-b-fuchsia-700\/50:active {
  border-bottom-color: rgb(162 28 175 / 0.5);
}

.active\:border-b-fuchsia-700\/60:active {
  border-bottom-color: rgb(162 28 175 / 0.6);
}

.active\:border-b-fuchsia-700\/70:active {
  border-bottom-color: rgb(162 28 175 / 0.7);
}

.active\:border-b-fuchsia-700\/75:active {
  border-bottom-color: rgb(162 28 175 / 0.75);
}

.active\:border-b-fuchsia-700\/80:active {
  border-bottom-color: rgb(162 28 175 / 0.8);
}

.active\:border-b-fuchsia-700\/90:active {
  border-bottom-color: rgb(162 28 175 / 0.9);
}

.active\:border-b-fuchsia-700\/95:active {
  border-bottom-color: rgb(162 28 175 / 0.95);
}

.active\:border-b-fuchsia-800:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(134 25 143 / var(--tw-border-opacity));
}

.active\:border-b-fuchsia-800\/0:active {
  border-bottom-color: rgb(134 25 143 / 0);
}

.active\:border-b-fuchsia-800\/10:active {
  border-bottom-color: rgb(134 25 143 / 0.1);
}

.active\:border-b-fuchsia-800\/100:active {
  border-bottom-color: rgb(134 25 143 / 1);
}

.active\:border-b-fuchsia-800\/20:active {
  border-bottom-color: rgb(134 25 143 / 0.2);
}

.active\:border-b-fuchsia-800\/25:active {
  border-bottom-color: rgb(134 25 143 / 0.25);
}

.active\:border-b-fuchsia-800\/30:active {
  border-bottom-color: rgb(134 25 143 / 0.3);
}

.active\:border-b-fuchsia-800\/40:active {
  border-bottom-color: rgb(134 25 143 / 0.4);
}

.active\:border-b-fuchsia-800\/5:active {
  border-bottom-color: rgb(134 25 143 / 0.05);
}

.active\:border-b-fuchsia-800\/50:active {
  border-bottom-color: rgb(134 25 143 / 0.5);
}

.active\:border-b-fuchsia-800\/60:active {
  border-bottom-color: rgb(134 25 143 / 0.6);
}

.active\:border-b-fuchsia-800\/70:active {
  border-bottom-color: rgb(134 25 143 / 0.7);
}

.active\:border-b-fuchsia-800\/75:active {
  border-bottom-color: rgb(134 25 143 / 0.75);
}

.active\:border-b-fuchsia-800\/80:active {
  border-bottom-color: rgb(134 25 143 / 0.8);
}

.active\:border-b-fuchsia-800\/90:active {
  border-bottom-color: rgb(134 25 143 / 0.9);
}

.active\:border-b-fuchsia-800\/95:active {
  border-bottom-color: rgb(134 25 143 / 0.95);
}

.active\:border-b-fuchsia-900:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(112 26 117 / var(--tw-border-opacity));
}

.active\:border-b-fuchsia-900\/0:active {
  border-bottom-color: rgb(112 26 117 / 0);
}

.active\:border-b-fuchsia-900\/10:active {
  border-bottom-color: rgb(112 26 117 / 0.1);
}

.active\:border-b-fuchsia-900\/100:active {
  border-bottom-color: rgb(112 26 117 / 1);
}

.active\:border-b-fuchsia-900\/20:active {
  border-bottom-color: rgb(112 26 117 / 0.2);
}

.active\:border-b-fuchsia-900\/25:active {
  border-bottom-color: rgb(112 26 117 / 0.25);
}

.active\:border-b-fuchsia-900\/30:active {
  border-bottom-color: rgb(112 26 117 / 0.3);
}

.active\:border-b-fuchsia-900\/40:active {
  border-bottom-color: rgb(112 26 117 / 0.4);
}

.active\:border-b-fuchsia-900\/5:active {
  border-bottom-color: rgb(112 26 117 / 0.05);
}

.active\:border-b-fuchsia-900\/50:active {
  border-bottom-color: rgb(112 26 117 / 0.5);
}

.active\:border-b-fuchsia-900\/60:active {
  border-bottom-color: rgb(112 26 117 / 0.6);
}

.active\:border-b-fuchsia-900\/70:active {
  border-bottom-color: rgb(112 26 117 / 0.7);
}

.active\:border-b-fuchsia-900\/75:active {
  border-bottom-color: rgb(112 26 117 / 0.75);
}

.active\:border-b-fuchsia-900\/80:active {
  border-bottom-color: rgb(112 26 117 / 0.8);
}

.active\:border-b-fuchsia-900\/90:active {
  border-bottom-color: rgb(112 26 117 / 0.9);
}

.active\:border-b-fuchsia-900\/95:active {
  border-bottom-color: rgb(112 26 117 / 0.95);
}

.active\:border-b-fuchsia-950:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(74 4 78 / var(--tw-border-opacity));
}

.active\:border-b-fuchsia-950\/0:active {
  border-bottom-color: rgb(74 4 78 / 0);
}

.active\:border-b-fuchsia-950\/10:active {
  border-bottom-color: rgb(74 4 78 / 0.1);
}

.active\:border-b-fuchsia-950\/100:active {
  border-bottom-color: rgb(74 4 78 / 1);
}

.active\:border-b-fuchsia-950\/20:active {
  border-bottom-color: rgb(74 4 78 / 0.2);
}

.active\:border-b-fuchsia-950\/25:active {
  border-bottom-color: rgb(74 4 78 / 0.25);
}

.active\:border-b-fuchsia-950\/30:active {
  border-bottom-color: rgb(74 4 78 / 0.3);
}

.active\:border-b-fuchsia-950\/40:active {
  border-bottom-color: rgb(74 4 78 / 0.4);
}

.active\:border-b-fuchsia-950\/5:active {
  border-bottom-color: rgb(74 4 78 / 0.05);
}

.active\:border-b-fuchsia-950\/50:active {
  border-bottom-color: rgb(74 4 78 / 0.5);
}

.active\:border-b-fuchsia-950\/60:active {
  border-bottom-color: rgb(74 4 78 / 0.6);
}

.active\:border-b-fuchsia-950\/70:active {
  border-bottom-color: rgb(74 4 78 / 0.7);
}

.active\:border-b-fuchsia-950\/75:active {
  border-bottom-color: rgb(74 4 78 / 0.75);
}

.active\:border-b-fuchsia-950\/80:active {
  border-bottom-color: rgb(74 4 78 / 0.8);
}

.active\:border-b-fuchsia-950\/90:active {
  border-bottom-color: rgb(74 4 78 / 0.9);
}

.active\:border-b-fuchsia-950\/95:active {
  border-bottom-color: rgb(74 4 78 / 0.95);
}

.active\:border-b-gray-100:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.active\:border-b-gray-100\/0:active {
  border-bottom-color: rgb(243 244 246 / 0);
}

.active\:border-b-gray-100\/10:active {
  border-bottom-color: rgb(243 244 246 / 0.1);
}

.active\:border-b-gray-100\/100:active {
  border-bottom-color: rgb(243 244 246 / 1);
}

.active\:border-b-gray-100\/20:active {
  border-bottom-color: rgb(243 244 246 / 0.2);
}

.active\:border-b-gray-100\/25:active {
  border-bottom-color: rgb(243 244 246 / 0.25);
}

.active\:border-b-gray-100\/30:active {
  border-bottom-color: rgb(243 244 246 / 0.3);
}

.active\:border-b-gray-100\/40:active {
  border-bottom-color: rgb(243 244 246 / 0.4);
}

.active\:border-b-gray-100\/5:active {
  border-bottom-color: rgb(243 244 246 / 0.05);
}

.active\:border-b-gray-100\/50:active {
  border-bottom-color: rgb(243 244 246 / 0.5);
}

.active\:border-b-gray-100\/60:active {
  border-bottom-color: rgb(243 244 246 / 0.6);
}

.active\:border-b-gray-100\/70:active {
  border-bottom-color: rgb(243 244 246 / 0.7);
}

.active\:border-b-gray-100\/75:active {
  border-bottom-color: rgb(243 244 246 / 0.75);
}

.active\:border-b-gray-100\/80:active {
  border-bottom-color: rgb(243 244 246 / 0.8);
}

.active\:border-b-gray-100\/90:active {
  border-bottom-color: rgb(243 244 246 / 0.9);
}

.active\:border-b-gray-100\/95:active {
  border-bottom-color: rgb(243 244 246 / 0.95);
}

.active\:border-b-gray-200:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.active\:border-b-gray-200\/0:active {
  border-bottom-color: rgb(229 231 235 / 0);
}

.active\:border-b-gray-200\/10:active {
  border-bottom-color: rgb(229 231 235 / 0.1);
}

.active\:border-b-gray-200\/100:active {
  border-bottom-color: rgb(229 231 235 / 1);
}

.active\:border-b-gray-200\/20:active {
  border-bottom-color: rgb(229 231 235 / 0.2);
}

.active\:border-b-gray-200\/25:active {
  border-bottom-color: rgb(229 231 235 / 0.25);
}

.active\:border-b-gray-200\/30:active {
  border-bottom-color: rgb(229 231 235 / 0.3);
}

.active\:border-b-gray-200\/40:active {
  border-bottom-color: rgb(229 231 235 / 0.4);
}

.active\:border-b-gray-200\/5:active {
  border-bottom-color: rgb(229 231 235 / 0.05);
}

.active\:border-b-gray-200\/50:active {
  border-bottom-color: rgb(229 231 235 / 0.5);
}

.active\:border-b-gray-200\/60:active {
  border-bottom-color: rgb(229 231 235 / 0.6);
}

.active\:border-b-gray-200\/70:active {
  border-bottom-color: rgb(229 231 235 / 0.7);
}

.active\:border-b-gray-200\/75:active {
  border-bottom-color: rgb(229 231 235 / 0.75);
}

.active\:border-b-gray-200\/80:active {
  border-bottom-color: rgb(229 231 235 / 0.8);
}

.active\:border-b-gray-200\/90:active {
  border-bottom-color: rgb(229 231 235 / 0.9);
}

.active\:border-b-gray-200\/95:active {
  border-bottom-color: rgb(229 231 235 / 0.95);
}

.active\:border-b-gray-300:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.active\:border-b-gray-300\/0:active {
  border-bottom-color: rgb(209 213 219 / 0);
}

.active\:border-b-gray-300\/10:active {
  border-bottom-color: rgb(209 213 219 / 0.1);
}

.active\:border-b-gray-300\/100:active {
  border-bottom-color: rgb(209 213 219 / 1);
}

.active\:border-b-gray-300\/20:active {
  border-bottom-color: rgb(209 213 219 / 0.2);
}

.active\:border-b-gray-300\/25:active {
  border-bottom-color: rgb(209 213 219 / 0.25);
}

.active\:border-b-gray-300\/30:active {
  border-bottom-color: rgb(209 213 219 / 0.3);
}

.active\:border-b-gray-300\/40:active {
  border-bottom-color: rgb(209 213 219 / 0.4);
}

.active\:border-b-gray-300\/5:active {
  border-bottom-color: rgb(209 213 219 / 0.05);
}

.active\:border-b-gray-300\/50:active {
  border-bottom-color: rgb(209 213 219 / 0.5);
}

.active\:border-b-gray-300\/60:active {
  border-bottom-color: rgb(209 213 219 / 0.6);
}

.active\:border-b-gray-300\/70:active {
  border-bottom-color: rgb(209 213 219 / 0.7);
}

.active\:border-b-gray-300\/75:active {
  border-bottom-color: rgb(209 213 219 / 0.75);
}

.active\:border-b-gray-300\/80:active {
  border-bottom-color: rgb(209 213 219 / 0.8);
}

.active\:border-b-gray-300\/90:active {
  border-bottom-color: rgb(209 213 219 / 0.9);
}

.active\:border-b-gray-300\/95:active {
  border-bottom-color: rgb(209 213 219 / 0.95);
}

.active\:border-b-gray-400:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.active\:border-b-gray-400\/0:active {
  border-bottom-color: rgb(156 163 175 / 0);
}

.active\:border-b-gray-400\/10:active {
  border-bottom-color: rgb(156 163 175 / 0.1);
}

.active\:border-b-gray-400\/100:active {
  border-bottom-color: rgb(156 163 175 / 1);
}

.active\:border-b-gray-400\/20:active {
  border-bottom-color: rgb(156 163 175 / 0.2);
}

.active\:border-b-gray-400\/25:active {
  border-bottom-color: rgb(156 163 175 / 0.25);
}

.active\:border-b-gray-400\/30:active {
  border-bottom-color: rgb(156 163 175 / 0.3);
}

.active\:border-b-gray-400\/40:active {
  border-bottom-color: rgb(156 163 175 / 0.4);
}

.active\:border-b-gray-400\/5:active {
  border-bottom-color: rgb(156 163 175 / 0.05);
}

.active\:border-b-gray-400\/50:active {
  border-bottom-color: rgb(156 163 175 / 0.5);
}

.active\:border-b-gray-400\/60:active {
  border-bottom-color: rgb(156 163 175 / 0.6);
}

.active\:border-b-gray-400\/70:active {
  border-bottom-color: rgb(156 163 175 / 0.7);
}

.active\:border-b-gray-400\/75:active {
  border-bottom-color: rgb(156 163 175 / 0.75);
}

.active\:border-b-gray-400\/80:active {
  border-bottom-color: rgb(156 163 175 / 0.8);
}

.active\:border-b-gray-400\/90:active {
  border-bottom-color: rgb(156 163 175 / 0.9);
}

.active\:border-b-gray-400\/95:active {
  border-bottom-color: rgb(156 163 175 / 0.95);
}

.active\:border-b-gray-50:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.active\:border-b-gray-50\/0:active {
  border-bottom-color: rgb(249 250 251 / 0);
}

.active\:border-b-gray-50\/10:active {
  border-bottom-color: rgb(249 250 251 / 0.1);
}

.active\:border-b-gray-50\/100:active {
  border-bottom-color: rgb(249 250 251 / 1);
}

.active\:border-b-gray-50\/20:active {
  border-bottom-color: rgb(249 250 251 / 0.2);
}

.active\:border-b-gray-50\/25:active {
  border-bottom-color: rgb(249 250 251 / 0.25);
}

.active\:border-b-gray-50\/30:active {
  border-bottom-color: rgb(249 250 251 / 0.3);
}

.active\:border-b-gray-50\/40:active {
  border-bottom-color: rgb(249 250 251 / 0.4);
}

.active\:border-b-gray-50\/5:active {
  border-bottom-color: rgb(249 250 251 / 0.05);
}

.active\:border-b-gray-50\/50:active {
  border-bottom-color: rgb(249 250 251 / 0.5);
}

.active\:border-b-gray-50\/60:active {
  border-bottom-color: rgb(249 250 251 / 0.6);
}

.active\:border-b-gray-50\/70:active {
  border-bottom-color: rgb(249 250 251 / 0.7);
}

.active\:border-b-gray-50\/75:active {
  border-bottom-color: rgb(249 250 251 / 0.75);
}

.active\:border-b-gray-50\/80:active {
  border-bottom-color: rgb(249 250 251 / 0.8);
}

.active\:border-b-gray-50\/90:active {
  border-bottom-color: rgb(249 250 251 / 0.9);
}

.active\:border-b-gray-50\/95:active {
  border-bottom-color: rgb(249 250 251 / 0.95);
}

.active\:border-b-gray-500:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.active\:border-b-gray-500\/0:active {
  border-bottom-color: rgb(107 114 128 / 0);
}

.active\:border-b-gray-500\/10:active {
  border-bottom-color: rgb(107 114 128 / 0.1);
}

.active\:border-b-gray-500\/100:active {
  border-bottom-color: rgb(107 114 128 / 1);
}

.active\:border-b-gray-500\/20:active {
  border-bottom-color: rgb(107 114 128 / 0.2);
}

.active\:border-b-gray-500\/25:active {
  border-bottom-color: rgb(107 114 128 / 0.25);
}

.active\:border-b-gray-500\/30:active {
  border-bottom-color: rgb(107 114 128 / 0.3);
}

.active\:border-b-gray-500\/40:active {
  border-bottom-color: rgb(107 114 128 / 0.4);
}

.active\:border-b-gray-500\/5:active {
  border-bottom-color: rgb(107 114 128 / 0.05);
}

.active\:border-b-gray-500\/50:active {
  border-bottom-color: rgb(107 114 128 / 0.5);
}

.active\:border-b-gray-500\/60:active {
  border-bottom-color: rgb(107 114 128 / 0.6);
}

.active\:border-b-gray-500\/70:active {
  border-bottom-color: rgb(107 114 128 / 0.7);
}

.active\:border-b-gray-500\/75:active {
  border-bottom-color: rgb(107 114 128 / 0.75);
}

.active\:border-b-gray-500\/80:active {
  border-bottom-color: rgb(107 114 128 / 0.8);
}

.active\:border-b-gray-500\/90:active {
  border-bottom-color: rgb(107 114 128 / 0.9);
}

.active\:border-b-gray-500\/95:active {
  border-bottom-color: rgb(107 114 128 / 0.95);
}

.active\:border-b-gray-600:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.active\:border-b-gray-600\/0:active {
  border-bottom-color: rgb(75 85 99 / 0);
}

.active\:border-b-gray-600\/10:active {
  border-bottom-color: rgb(75 85 99 / 0.1);
}

.active\:border-b-gray-600\/100:active {
  border-bottom-color: rgb(75 85 99 / 1);
}

.active\:border-b-gray-600\/20:active {
  border-bottom-color: rgb(75 85 99 / 0.2);
}

.active\:border-b-gray-600\/25:active {
  border-bottom-color: rgb(75 85 99 / 0.25);
}

.active\:border-b-gray-600\/30:active {
  border-bottom-color: rgb(75 85 99 / 0.3);
}

.active\:border-b-gray-600\/40:active {
  border-bottom-color: rgb(75 85 99 / 0.4);
}

.active\:border-b-gray-600\/5:active {
  border-bottom-color: rgb(75 85 99 / 0.05);
}

.active\:border-b-gray-600\/50:active {
  border-bottom-color: rgb(75 85 99 / 0.5);
}

.active\:border-b-gray-600\/60:active {
  border-bottom-color: rgb(75 85 99 / 0.6);
}

.active\:border-b-gray-600\/70:active {
  border-bottom-color: rgb(75 85 99 / 0.7);
}

.active\:border-b-gray-600\/75:active {
  border-bottom-color: rgb(75 85 99 / 0.75);
}

.active\:border-b-gray-600\/80:active {
  border-bottom-color: rgb(75 85 99 / 0.8);
}

.active\:border-b-gray-600\/90:active {
  border-bottom-color: rgb(75 85 99 / 0.9);
}

.active\:border-b-gray-600\/95:active {
  border-bottom-color: rgb(75 85 99 / 0.95);
}

.active\:border-b-gray-700:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.active\:border-b-gray-700\/0:active {
  border-bottom-color: rgb(55 65 81 / 0);
}

.active\:border-b-gray-700\/10:active {
  border-bottom-color: rgb(55 65 81 / 0.1);
}

.active\:border-b-gray-700\/100:active {
  border-bottom-color: rgb(55 65 81 / 1);
}

.active\:border-b-gray-700\/20:active {
  border-bottom-color: rgb(55 65 81 / 0.2);
}

.active\:border-b-gray-700\/25:active {
  border-bottom-color: rgb(55 65 81 / 0.25);
}

.active\:border-b-gray-700\/30:active {
  border-bottom-color: rgb(55 65 81 / 0.3);
}

.active\:border-b-gray-700\/40:active {
  border-bottom-color: rgb(55 65 81 / 0.4);
}

.active\:border-b-gray-700\/5:active {
  border-bottom-color: rgb(55 65 81 / 0.05);
}

.active\:border-b-gray-700\/50:active {
  border-bottom-color: rgb(55 65 81 / 0.5);
}

.active\:border-b-gray-700\/60:active {
  border-bottom-color: rgb(55 65 81 / 0.6);
}

.active\:border-b-gray-700\/70:active {
  border-bottom-color: rgb(55 65 81 / 0.7);
}

.active\:border-b-gray-700\/75:active {
  border-bottom-color: rgb(55 65 81 / 0.75);
}

.active\:border-b-gray-700\/80:active {
  border-bottom-color: rgb(55 65 81 / 0.8);
}

.active\:border-b-gray-700\/90:active {
  border-bottom-color: rgb(55 65 81 / 0.9);
}

.active\:border-b-gray-700\/95:active {
  border-bottom-color: rgb(55 65 81 / 0.95);
}

.active\:border-b-gray-800:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.active\:border-b-gray-800\/0:active {
  border-bottom-color: rgb(31 41 55 / 0);
}

.active\:border-b-gray-800\/10:active {
  border-bottom-color: rgb(31 41 55 / 0.1);
}

.active\:border-b-gray-800\/100:active {
  border-bottom-color: rgb(31 41 55 / 1);
}

.active\:border-b-gray-800\/20:active {
  border-bottom-color: rgb(31 41 55 / 0.2);
}

.active\:border-b-gray-800\/25:active {
  border-bottom-color: rgb(31 41 55 / 0.25);
}

.active\:border-b-gray-800\/30:active {
  border-bottom-color: rgb(31 41 55 / 0.3);
}

.active\:border-b-gray-800\/40:active {
  border-bottom-color: rgb(31 41 55 / 0.4);
}

.active\:border-b-gray-800\/5:active {
  border-bottom-color: rgb(31 41 55 / 0.05);
}

.active\:border-b-gray-800\/50:active {
  border-bottom-color: rgb(31 41 55 / 0.5);
}

.active\:border-b-gray-800\/60:active {
  border-bottom-color: rgb(31 41 55 / 0.6);
}

.active\:border-b-gray-800\/70:active {
  border-bottom-color: rgb(31 41 55 / 0.7);
}

.active\:border-b-gray-800\/75:active {
  border-bottom-color: rgb(31 41 55 / 0.75);
}

.active\:border-b-gray-800\/80:active {
  border-bottom-color: rgb(31 41 55 / 0.8);
}

.active\:border-b-gray-800\/90:active {
  border-bottom-color: rgb(31 41 55 / 0.9);
}

.active\:border-b-gray-800\/95:active {
  border-bottom-color: rgb(31 41 55 / 0.95);
}

.active\:border-b-gray-900:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.active\:border-b-gray-900\/0:active {
  border-bottom-color: rgb(17 24 39 / 0);
}

.active\:border-b-gray-900\/10:active {
  border-bottom-color: rgb(17 24 39 / 0.1);
}

.active\:border-b-gray-900\/100:active {
  border-bottom-color: rgb(17 24 39 / 1);
}

.active\:border-b-gray-900\/20:active {
  border-bottom-color: rgb(17 24 39 / 0.2);
}

.active\:border-b-gray-900\/25:active {
  border-bottom-color: rgb(17 24 39 / 0.25);
}

.active\:border-b-gray-900\/30:active {
  border-bottom-color: rgb(17 24 39 / 0.3);
}

.active\:border-b-gray-900\/40:active {
  border-bottom-color: rgb(17 24 39 / 0.4);
}

.active\:border-b-gray-900\/5:active {
  border-bottom-color: rgb(17 24 39 / 0.05);
}

.active\:border-b-gray-900\/50:active {
  border-bottom-color: rgb(17 24 39 / 0.5);
}

.active\:border-b-gray-900\/60:active {
  border-bottom-color: rgb(17 24 39 / 0.6);
}

.active\:border-b-gray-900\/70:active {
  border-bottom-color: rgb(17 24 39 / 0.7);
}

.active\:border-b-gray-900\/75:active {
  border-bottom-color: rgb(17 24 39 / 0.75);
}

.active\:border-b-gray-900\/80:active {
  border-bottom-color: rgb(17 24 39 / 0.8);
}

.active\:border-b-gray-900\/90:active {
  border-bottom-color: rgb(17 24 39 / 0.9);
}

.active\:border-b-gray-900\/95:active {
  border-bottom-color: rgb(17 24 39 / 0.95);
}

.active\:border-b-gray-950:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(3 7 18 / var(--tw-border-opacity));
}

.active\:border-b-gray-950\/0:active {
  border-bottom-color: rgb(3 7 18 / 0);
}

.active\:border-b-gray-950\/10:active {
  border-bottom-color: rgb(3 7 18 / 0.1);
}

.active\:border-b-gray-950\/100:active {
  border-bottom-color: rgb(3 7 18 / 1);
}

.active\:border-b-gray-950\/20:active {
  border-bottom-color: rgb(3 7 18 / 0.2);
}

.active\:border-b-gray-950\/25:active {
  border-bottom-color: rgb(3 7 18 / 0.25);
}

.active\:border-b-gray-950\/30:active {
  border-bottom-color: rgb(3 7 18 / 0.3);
}

.active\:border-b-gray-950\/40:active {
  border-bottom-color: rgb(3 7 18 / 0.4);
}

.active\:border-b-gray-950\/5:active {
  border-bottom-color: rgb(3 7 18 / 0.05);
}

.active\:border-b-gray-950\/50:active {
  border-bottom-color: rgb(3 7 18 / 0.5);
}

.active\:border-b-gray-950\/60:active {
  border-bottom-color: rgb(3 7 18 / 0.6);
}

.active\:border-b-gray-950\/70:active {
  border-bottom-color: rgb(3 7 18 / 0.7);
}

.active\:border-b-gray-950\/75:active {
  border-bottom-color: rgb(3 7 18 / 0.75);
}

.active\:border-b-gray-950\/80:active {
  border-bottom-color: rgb(3 7 18 / 0.8);
}

.active\:border-b-gray-950\/90:active {
  border-bottom-color: rgb(3 7 18 / 0.9);
}

.active\:border-b-gray-950\/95:active {
  border-bottom-color: rgb(3 7 18 / 0.95);
}

.active\:border-b-green-100:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(220 252 231 / var(--tw-border-opacity));
}

.active\:border-b-green-100\/0:active {
  border-bottom-color: rgb(220 252 231 / 0);
}

.active\:border-b-green-100\/10:active {
  border-bottom-color: rgb(220 252 231 / 0.1);
}

.active\:border-b-green-100\/100:active {
  border-bottom-color: rgb(220 252 231 / 1);
}

.active\:border-b-green-100\/20:active {
  border-bottom-color: rgb(220 252 231 / 0.2);
}

.active\:border-b-green-100\/25:active {
  border-bottom-color: rgb(220 252 231 / 0.25);
}

.active\:border-b-green-100\/30:active {
  border-bottom-color: rgb(220 252 231 / 0.3);
}

.active\:border-b-green-100\/40:active {
  border-bottom-color: rgb(220 252 231 / 0.4);
}

.active\:border-b-green-100\/5:active {
  border-bottom-color: rgb(220 252 231 / 0.05);
}

.active\:border-b-green-100\/50:active {
  border-bottom-color: rgb(220 252 231 / 0.5);
}

.active\:border-b-green-100\/60:active {
  border-bottom-color: rgb(220 252 231 / 0.6);
}

.active\:border-b-green-100\/70:active {
  border-bottom-color: rgb(220 252 231 / 0.7);
}

.active\:border-b-green-100\/75:active {
  border-bottom-color: rgb(220 252 231 / 0.75);
}

.active\:border-b-green-100\/80:active {
  border-bottom-color: rgb(220 252 231 / 0.8);
}

.active\:border-b-green-100\/90:active {
  border-bottom-color: rgb(220 252 231 / 0.9);
}

.active\:border-b-green-100\/95:active {
  border-bottom-color: rgb(220 252 231 / 0.95);
}

.active\:border-b-green-200:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.active\:border-b-green-200\/0:active {
  border-bottom-color: rgb(187 247 208 / 0);
}

.active\:border-b-green-200\/10:active {
  border-bottom-color: rgb(187 247 208 / 0.1);
}

.active\:border-b-green-200\/100:active {
  border-bottom-color: rgb(187 247 208 / 1);
}

.active\:border-b-green-200\/20:active {
  border-bottom-color: rgb(187 247 208 / 0.2);
}

.active\:border-b-green-200\/25:active {
  border-bottom-color: rgb(187 247 208 / 0.25);
}

.active\:border-b-green-200\/30:active {
  border-bottom-color: rgb(187 247 208 / 0.3);
}

.active\:border-b-green-200\/40:active {
  border-bottom-color: rgb(187 247 208 / 0.4);
}

.active\:border-b-green-200\/5:active {
  border-bottom-color: rgb(187 247 208 / 0.05);
}

.active\:border-b-green-200\/50:active {
  border-bottom-color: rgb(187 247 208 / 0.5);
}

.active\:border-b-green-200\/60:active {
  border-bottom-color: rgb(187 247 208 / 0.6);
}

.active\:border-b-green-200\/70:active {
  border-bottom-color: rgb(187 247 208 / 0.7);
}

.active\:border-b-green-200\/75:active {
  border-bottom-color: rgb(187 247 208 / 0.75);
}

.active\:border-b-green-200\/80:active {
  border-bottom-color: rgb(187 247 208 / 0.8);
}

.active\:border-b-green-200\/90:active {
  border-bottom-color: rgb(187 247 208 / 0.9);
}

.active\:border-b-green-200\/95:active {
  border-bottom-color: rgb(187 247 208 / 0.95);
}

.active\:border-b-green-300:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.active\:border-b-green-300\/0:active {
  border-bottom-color: rgb(134 239 172 / 0);
}

.active\:border-b-green-300\/10:active {
  border-bottom-color: rgb(134 239 172 / 0.1);
}

.active\:border-b-green-300\/100:active {
  border-bottom-color: rgb(134 239 172 / 1);
}

.active\:border-b-green-300\/20:active {
  border-bottom-color: rgb(134 239 172 / 0.2);
}

.active\:border-b-green-300\/25:active {
  border-bottom-color: rgb(134 239 172 / 0.25);
}

.active\:border-b-green-300\/30:active {
  border-bottom-color: rgb(134 239 172 / 0.3);
}

.active\:border-b-green-300\/40:active {
  border-bottom-color: rgb(134 239 172 / 0.4);
}

.active\:border-b-green-300\/5:active {
  border-bottom-color: rgb(134 239 172 / 0.05);
}

.active\:border-b-green-300\/50:active {
  border-bottom-color: rgb(134 239 172 / 0.5);
}

.active\:border-b-green-300\/60:active {
  border-bottom-color: rgb(134 239 172 / 0.6);
}

.active\:border-b-green-300\/70:active {
  border-bottom-color: rgb(134 239 172 / 0.7);
}

.active\:border-b-green-300\/75:active {
  border-bottom-color: rgb(134 239 172 / 0.75);
}

.active\:border-b-green-300\/80:active {
  border-bottom-color: rgb(134 239 172 / 0.8);
}

.active\:border-b-green-300\/90:active {
  border-bottom-color: rgb(134 239 172 / 0.9);
}

.active\:border-b-green-300\/95:active {
  border-bottom-color: rgb(134 239 172 / 0.95);
}

.active\:border-b-green-400:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.active\:border-b-green-400\/0:active {
  border-bottom-color: rgb(74 222 128 / 0);
}

.active\:border-b-green-400\/10:active {
  border-bottom-color: rgb(74 222 128 / 0.1);
}

.active\:border-b-green-400\/100:active {
  border-bottom-color: rgb(74 222 128 / 1);
}

.active\:border-b-green-400\/20:active {
  border-bottom-color: rgb(74 222 128 / 0.2);
}

.active\:border-b-green-400\/25:active {
  border-bottom-color: rgb(74 222 128 / 0.25);
}

.active\:border-b-green-400\/30:active {
  border-bottom-color: rgb(74 222 128 / 0.3);
}

.active\:border-b-green-400\/40:active {
  border-bottom-color: rgb(74 222 128 / 0.4);
}

.active\:border-b-green-400\/5:active {
  border-bottom-color: rgb(74 222 128 / 0.05);
}

.active\:border-b-green-400\/50:active {
  border-bottom-color: rgb(74 222 128 / 0.5);
}

.active\:border-b-green-400\/60:active {
  border-bottom-color: rgb(74 222 128 / 0.6);
}

.active\:border-b-green-400\/70:active {
  border-bottom-color: rgb(74 222 128 / 0.7);
}

.active\:border-b-green-400\/75:active {
  border-bottom-color: rgb(74 222 128 / 0.75);
}

.active\:border-b-green-400\/80:active {
  border-bottom-color: rgb(74 222 128 / 0.8);
}

.active\:border-b-green-400\/90:active {
  border-bottom-color: rgb(74 222 128 / 0.9);
}

.active\:border-b-green-400\/95:active {
  border-bottom-color: rgb(74 222 128 / 0.95);
}

.active\:border-b-green-50:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(240 253 244 / var(--tw-border-opacity));
}

.active\:border-b-green-50\/0:active {
  border-bottom-color: rgb(240 253 244 / 0);
}

.active\:border-b-green-50\/10:active {
  border-bottom-color: rgb(240 253 244 / 0.1);
}

.active\:border-b-green-50\/100:active {
  border-bottom-color: rgb(240 253 244 / 1);
}

.active\:border-b-green-50\/20:active {
  border-bottom-color: rgb(240 253 244 / 0.2);
}

.active\:border-b-green-50\/25:active {
  border-bottom-color: rgb(240 253 244 / 0.25);
}

.active\:border-b-green-50\/30:active {
  border-bottom-color: rgb(240 253 244 / 0.3);
}

.active\:border-b-green-50\/40:active {
  border-bottom-color: rgb(240 253 244 / 0.4);
}

.active\:border-b-green-50\/5:active {
  border-bottom-color: rgb(240 253 244 / 0.05);
}

.active\:border-b-green-50\/50:active {
  border-bottom-color: rgb(240 253 244 / 0.5);
}

.active\:border-b-green-50\/60:active {
  border-bottom-color: rgb(240 253 244 / 0.6);
}

.active\:border-b-green-50\/70:active {
  border-bottom-color: rgb(240 253 244 / 0.7);
}

.active\:border-b-green-50\/75:active {
  border-bottom-color: rgb(240 253 244 / 0.75);
}

.active\:border-b-green-50\/80:active {
  border-bottom-color: rgb(240 253 244 / 0.8);
}

.active\:border-b-green-50\/90:active {
  border-bottom-color: rgb(240 253 244 / 0.9);
}

.active\:border-b-green-50\/95:active {
  border-bottom-color: rgb(240 253 244 / 0.95);
}

.active\:border-b-green-500:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.active\:border-b-green-500\/0:active {
  border-bottom-color: rgb(34 197 94 / 0);
}

.active\:border-b-green-500\/10:active {
  border-bottom-color: rgb(34 197 94 / 0.1);
}

.active\:border-b-green-500\/100:active {
  border-bottom-color: rgb(34 197 94 / 1);
}

.active\:border-b-green-500\/20:active {
  border-bottom-color: rgb(34 197 94 / 0.2);
}

.active\:border-b-green-500\/25:active {
  border-bottom-color: rgb(34 197 94 / 0.25);
}

.active\:border-b-green-500\/30:active {
  border-bottom-color: rgb(34 197 94 / 0.3);
}

.active\:border-b-green-500\/40:active {
  border-bottom-color: rgb(34 197 94 / 0.4);
}

.active\:border-b-green-500\/5:active {
  border-bottom-color: rgb(34 197 94 / 0.05);
}

.active\:border-b-green-500\/50:active {
  border-bottom-color: rgb(34 197 94 / 0.5);
}

.active\:border-b-green-500\/60:active {
  border-bottom-color: rgb(34 197 94 / 0.6);
}

.active\:border-b-green-500\/70:active {
  border-bottom-color: rgb(34 197 94 / 0.7);
}

.active\:border-b-green-500\/75:active {
  border-bottom-color: rgb(34 197 94 / 0.75);
}

.active\:border-b-green-500\/80:active {
  border-bottom-color: rgb(34 197 94 / 0.8);
}

.active\:border-b-green-500\/90:active {
  border-bottom-color: rgb(34 197 94 / 0.9);
}

.active\:border-b-green-500\/95:active {
  border-bottom-color: rgb(34 197 94 / 0.95);
}

.active\:border-b-green-600:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.active\:border-b-green-600\/0:active {
  border-bottom-color: rgb(22 163 74 / 0);
}

.active\:border-b-green-600\/10:active {
  border-bottom-color: rgb(22 163 74 / 0.1);
}

.active\:border-b-green-600\/100:active {
  border-bottom-color: rgb(22 163 74 / 1);
}

.active\:border-b-green-600\/20:active {
  border-bottom-color: rgb(22 163 74 / 0.2);
}

.active\:border-b-green-600\/25:active {
  border-bottom-color: rgb(22 163 74 / 0.25);
}

.active\:border-b-green-600\/30:active {
  border-bottom-color: rgb(22 163 74 / 0.3);
}

.active\:border-b-green-600\/40:active {
  border-bottom-color: rgb(22 163 74 / 0.4);
}

.active\:border-b-green-600\/5:active {
  border-bottom-color: rgb(22 163 74 / 0.05);
}

.active\:border-b-green-600\/50:active {
  border-bottom-color: rgb(22 163 74 / 0.5);
}

.active\:border-b-green-600\/60:active {
  border-bottom-color: rgb(22 163 74 / 0.6);
}

.active\:border-b-green-600\/70:active {
  border-bottom-color: rgb(22 163 74 / 0.7);
}

.active\:border-b-green-600\/75:active {
  border-bottom-color: rgb(22 163 74 / 0.75);
}

.active\:border-b-green-600\/80:active {
  border-bottom-color: rgb(22 163 74 / 0.8);
}

.active\:border-b-green-600\/90:active {
  border-bottom-color: rgb(22 163 74 / 0.9);
}

.active\:border-b-green-600\/95:active {
  border-bottom-color: rgb(22 163 74 / 0.95);
}

.active\:border-b-green-700:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.active\:border-b-green-700\/0:active {
  border-bottom-color: rgb(21 128 61 / 0);
}

.active\:border-b-green-700\/10:active {
  border-bottom-color: rgb(21 128 61 / 0.1);
}

.active\:border-b-green-700\/100:active {
  border-bottom-color: rgb(21 128 61 / 1);
}

.active\:border-b-green-700\/20:active {
  border-bottom-color: rgb(21 128 61 / 0.2);
}

.active\:border-b-green-700\/25:active {
  border-bottom-color: rgb(21 128 61 / 0.25);
}

.active\:border-b-green-700\/30:active {
  border-bottom-color: rgb(21 128 61 / 0.3);
}

.active\:border-b-green-700\/40:active {
  border-bottom-color: rgb(21 128 61 / 0.4);
}

.active\:border-b-green-700\/5:active {
  border-bottom-color: rgb(21 128 61 / 0.05);
}

.active\:border-b-green-700\/50:active {
  border-bottom-color: rgb(21 128 61 / 0.5);
}

.active\:border-b-green-700\/60:active {
  border-bottom-color: rgb(21 128 61 / 0.6);
}

.active\:border-b-green-700\/70:active {
  border-bottom-color: rgb(21 128 61 / 0.7);
}

.active\:border-b-green-700\/75:active {
  border-bottom-color: rgb(21 128 61 / 0.75);
}

.active\:border-b-green-700\/80:active {
  border-bottom-color: rgb(21 128 61 / 0.8);
}

.active\:border-b-green-700\/90:active {
  border-bottom-color: rgb(21 128 61 / 0.9);
}

.active\:border-b-green-700\/95:active {
  border-bottom-color: rgb(21 128 61 / 0.95);
}

.active\:border-b-green-800:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.active\:border-b-green-800\/0:active {
  border-bottom-color: rgb(22 101 52 / 0);
}

.active\:border-b-green-800\/10:active {
  border-bottom-color: rgb(22 101 52 / 0.1);
}

.active\:border-b-green-800\/100:active {
  border-bottom-color: rgb(22 101 52 / 1);
}

.active\:border-b-green-800\/20:active {
  border-bottom-color: rgb(22 101 52 / 0.2);
}

.active\:border-b-green-800\/25:active {
  border-bottom-color: rgb(22 101 52 / 0.25);
}

.active\:border-b-green-800\/30:active {
  border-bottom-color: rgb(22 101 52 / 0.3);
}

.active\:border-b-green-800\/40:active {
  border-bottom-color: rgb(22 101 52 / 0.4);
}

.active\:border-b-green-800\/5:active {
  border-bottom-color: rgb(22 101 52 / 0.05);
}

.active\:border-b-green-800\/50:active {
  border-bottom-color: rgb(22 101 52 / 0.5);
}

.active\:border-b-green-800\/60:active {
  border-bottom-color: rgb(22 101 52 / 0.6);
}

.active\:border-b-green-800\/70:active {
  border-bottom-color: rgb(22 101 52 / 0.7);
}

.active\:border-b-green-800\/75:active {
  border-bottom-color: rgb(22 101 52 / 0.75);
}

.active\:border-b-green-800\/80:active {
  border-bottom-color: rgb(22 101 52 / 0.8);
}

.active\:border-b-green-800\/90:active {
  border-bottom-color: rgb(22 101 52 / 0.9);
}

.active\:border-b-green-800\/95:active {
  border-bottom-color: rgb(22 101 52 / 0.95);
}

.active\:border-b-green-900:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(20 83 45 / var(--tw-border-opacity));
}

.active\:border-b-green-900\/0:active {
  border-bottom-color: rgb(20 83 45 / 0);
}

.active\:border-b-green-900\/10:active {
  border-bottom-color: rgb(20 83 45 / 0.1);
}

.active\:border-b-green-900\/100:active {
  border-bottom-color: rgb(20 83 45 / 1);
}

.active\:border-b-green-900\/20:active {
  border-bottom-color: rgb(20 83 45 / 0.2);
}

.active\:border-b-green-900\/25:active {
  border-bottom-color: rgb(20 83 45 / 0.25);
}

.active\:border-b-green-900\/30:active {
  border-bottom-color: rgb(20 83 45 / 0.3);
}

.active\:border-b-green-900\/40:active {
  border-bottom-color: rgb(20 83 45 / 0.4);
}

.active\:border-b-green-900\/5:active {
  border-bottom-color: rgb(20 83 45 / 0.05);
}

.active\:border-b-green-900\/50:active {
  border-bottom-color: rgb(20 83 45 / 0.5);
}

.active\:border-b-green-900\/60:active {
  border-bottom-color: rgb(20 83 45 / 0.6);
}

.active\:border-b-green-900\/70:active {
  border-bottom-color: rgb(20 83 45 / 0.7);
}

.active\:border-b-green-900\/75:active {
  border-bottom-color: rgb(20 83 45 / 0.75);
}

.active\:border-b-green-900\/80:active {
  border-bottom-color: rgb(20 83 45 / 0.8);
}

.active\:border-b-green-900\/90:active {
  border-bottom-color: rgb(20 83 45 / 0.9);
}

.active\:border-b-green-900\/95:active {
  border-bottom-color: rgb(20 83 45 / 0.95);
}

.active\:border-b-green-950:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(5 46 22 / var(--tw-border-opacity));
}

.active\:border-b-green-950\/0:active {
  border-bottom-color: rgb(5 46 22 / 0);
}

.active\:border-b-green-950\/10:active {
  border-bottom-color: rgb(5 46 22 / 0.1);
}

.active\:border-b-green-950\/100:active {
  border-bottom-color: rgb(5 46 22 / 1);
}

.active\:border-b-green-950\/20:active {
  border-bottom-color: rgb(5 46 22 / 0.2);
}

.active\:border-b-green-950\/25:active {
  border-bottom-color: rgb(5 46 22 / 0.25);
}

.active\:border-b-green-950\/30:active {
  border-bottom-color: rgb(5 46 22 / 0.3);
}

.active\:border-b-green-950\/40:active {
  border-bottom-color: rgb(5 46 22 / 0.4);
}

.active\:border-b-green-950\/5:active {
  border-bottom-color: rgb(5 46 22 / 0.05);
}

.active\:border-b-green-950\/50:active {
  border-bottom-color: rgb(5 46 22 / 0.5);
}

.active\:border-b-green-950\/60:active {
  border-bottom-color: rgb(5 46 22 / 0.6);
}

.active\:border-b-green-950\/70:active {
  border-bottom-color: rgb(5 46 22 / 0.7);
}

.active\:border-b-green-950\/75:active {
  border-bottom-color: rgb(5 46 22 / 0.75);
}

.active\:border-b-green-950\/80:active {
  border-bottom-color: rgb(5 46 22 / 0.8);
}

.active\:border-b-green-950\/90:active {
  border-bottom-color: rgb(5 46 22 / 0.9);
}

.active\:border-b-green-950\/95:active {
  border-bottom-color: rgb(5 46 22 / 0.95);
}

.active\:border-b-indigo-100:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(224 231 255 / var(--tw-border-opacity));
}

.active\:border-b-indigo-100\/0:active {
  border-bottom-color: rgb(224 231 255 / 0);
}

.active\:border-b-indigo-100\/10:active {
  border-bottom-color: rgb(224 231 255 / 0.1);
}

.active\:border-b-indigo-100\/100:active {
  border-bottom-color: rgb(224 231 255 / 1);
}

.active\:border-b-indigo-100\/20:active {
  border-bottom-color: rgb(224 231 255 / 0.2);
}

.active\:border-b-indigo-100\/25:active {
  border-bottom-color: rgb(224 231 255 / 0.25);
}

.active\:border-b-indigo-100\/30:active {
  border-bottom-color: rgb(224 231 255 / 0.3);
}

.active\:border-b-indigo-100\/40:active {
  border-bottom-color: rgb(224 231 255 / 0.4);
}

.active\:border-b-indigo-100\/5:active {
  border-bottom-color: rgb(224 231 255 / 0.05);
}

.active\:border-b-indigo-100\/50:active {
  border-bottom-color: rgb(224 231 255 / 0.5);
}

.active\:border-b-indigo-100\/60:active {
  border-bottom-color: rgb(224 231 255 / 0.6);
}

.active\:border-b-indigo-100\/70:active {
  border-bottom-color: rgb(224 231 255 / 0.7);
}

.active\:border-b-indigo-100\/75:active {
  border-bottom-color: rgb(224 231 255 / 0.75);
}

.active\:border-b-indigo-100\/80:active {
  border-bottom-color: rgb(224 231 255 / 0.8);
}

.active\:border-b-indigo-100\/90:active {
  border-bottom-color: rgb(224 231 255 / 0.9);
}

.active\:border-b-indigo-100\/95:active {
  border-bottom-color: rgb(224 231 255 / 0.95);
}

.active\:border-b-indigo-200:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.active\:border-b-indigo-200\/0:active {
  border-bottom-color: rgb(199 210 254 / 0);
}

.active\:border-b-indigo-200\/10:active {
  border-bottom-color: rgb(199 210 254 / 0.1);
}

.active\:border-b-indigo-200\/100:active {
  border-bottom-color: rgb(199 210 254 / 1);
}

.active\:border-b-indigo-200\/20:active {
  border-bottom-color: rgb(199 210 254 / 0.2);
}

.active\:border-b-indigo-200\/25:active {
  border-bottom-color: rgb(199 210 254 / 0.25);
}

.active\:border-b-indigo-200\/30:active {
  border-bottom-color: rgb(199 210 254 / 0.3);
}

.active\:border-b-indigo-200\/40:active {
  border-bottom-color: rgb(199 210 254 / 0.4);
}

.active\:border-b-indigo-200\/5:active {
  border-bottom-color: rgb(199 210 254 / 0.05);
}

.active\:border-b-indigo-200\/50:active {
  border-bottom-color: rgb(199 210 254 / 0.5);
}

.active\:border-b-indigo-200\/60:active {
  border-bottom-color: rgb(199 210 254 / 0.6);
}

.active\:border-b-indigo-200\/70:active {
  border-bottom-color: rgb(199 210 254 / 0.7);
}

.active\:border-b-indigo-200\/75:active {
  border-bottom-color: rgb(199 210 254 / 0.75);
}

.active\:border-b-indigo-200\/80:active {
  border-bottom-color: rgb(199 210 254 / 0.8);
}

.active\:border-b-indigo-200\/90:active {
  border-bottom-color: rgb(199 210 254 / 0.9);
}

.active\:border-b-indigo-200\/95:active {
  border-bottom-color: rgb(199 210 254 / 0.95);
}

.active\:border-b-indigo-300:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.active\:border-b-indigo-300\/0:active {
  border-bottom-color: rgb(165 180 252 / 0);
}

.active\:border-b-indigo-300\/10:active {
  border-bottom-color: rgb(165 180 252 / 0.1);
}

.active\:border-b-indigo-300\/100:active {
  border-bottom-color: rgb(165 180 252 / 1);
}

.active\:border-b-indigo-300\/20:active {
  border-bottom-color: rgb(165 180 252 / 0.2);
}

.active\:border-b-indigo-300\/25:active {
  border-bottom-color: rgb(165 180 252 / 0.25);
}

.active\:border-b-indigo-300\/30:active {
  border-bottom-color: rgb(165 180 252 / 0.3);
}

.active\:border-b-indigo-300\/40:active {
  border-bottom-color: rgb(165 180 252 / 0.4);
}

.active\:border-b-indigo-300\/5:active {
  border-bottom-color: rgb(165 180 252 / 0.05);
}

.active\:border-b-indigo-300\/50:active {
  border-bottom-color: rgb(165 180 252 / 0.5);
}

.active\:border-b-indigo-300\/60:active {
  border-bottom-color: rgb(165 180 252 / 0.6);
}

.active\:border-b-indigo-300\/70:active {
  border-bottom-color: rgb(165 180 252 / 0.7);
}

.active\:border-b-indigo-300\/75:active {
  border-bottom-color: rgb(165 180 252 / 0.75);
}

.active\:border-b-indigo-300\/80:active {
  border-bottom-color: rgb(165 180 252 / 0.8);
}

.active\:border-b-indigo-300\/90:active {
  border-bottom-color: rgb(165 180 252 / 0.9);
}

.active\:border-b-indigo-300\/95:active {
  border-bottom-color: rgb(165 180 252 / 0.95);
}

.active\:border-b-indigo-400:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.active\:border-b-indigo-400\/0:active {
  border-bottom-color: rgb(129 140 248 / 0);
}

.active\:border-b-indigo-400\/10:active {
  border-bottom-color: rgb(129 140 248 / 0.1);
}

.active\:border-b-indigo-400\/100:active {
  border-bottom-color: rgb(129 140 248 / 1);
}

.active\:border-b-indigo-400\/20:active {
  border-bottom-color: rgb(129 140 248 / 0.2);
}

.active\:border-b-indigo-400\/25:active {
  border-bottom-color: rgb(129 140 248 / 0.25);
}

.active\:border-b-indigo-400\/30:active {
  border-bottom-color: rgb(129 140 248 / 0.3);
}

.active\:border-b-indigo-400\/40:active {
  border-bottom-color: rgb(129 140 248 / 0.4);
}

.active\:border-b-indigo-400\/5:active {
  border-bottom-color: rgb(129 140 248 / 0.05);
}

.active\:border-b-indigo-400\/50:active {
  border-bottom-color: rgb(129 140 248 / 0.5);
}

.active\:border-b-indigo-400\/60:active {
  border-bottom-color: rgb(129 140 248 / 0.6);
}

.active\:border-b-indigo-400\/70:active {
  border-bottom-color: rgb(129 140 248 / 0.7);
}

.active\:border-b-indigo-400\/75:active {
  border-bottom-color: rgb(129 140 248 / 0.75);
}

.active\:border-b-indigo-400\/80:active {
  border-bottom-color: rgb(129 140 248 / 0.8);
}

.active\:border-b-indigo-400\/90:active {
  border-bottom-color: rgb(129 140 248 / 0.9);
}

.active\:border-b-indigo-400\/95:active {
  border-bottom-color: rgb(129 140 248 / 0.95);
}

.active\:border-b-indigo-50:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(238 242 255 / var(--tw-border-opacity));
}

.active\:border-b-indigo-50\/0:active {
  border-bottom-color: rgb(238 242 255 / 0);
}

.active\:border-b-indigo-50\/10:active {
  border-bottom-color: rgb(238 242 255 / 0.1);
}

.active\:border-b-indigo-50\/100:active {
  border-bottom-color: rgb(238 242 255 / 1);
}

.active\:border-b-indigo-50\/20:active {
  border-bottom-color: rgb(238 242 255 / 0.2);
}

.active\:border-b-indigo-50\/25:active {
  border-bottom-color: rgb(238 242 255 / 0.25);
}

.active\:border-b-indigo-50\/30:active {
  border-bottom-color: rgb(238 242 255 / 0.3);
}

.active\:border-b-indigo-50\/40:active {
  border-bottom-color: rgb(238 242 255 / 0.4);
}

.active\:border-b-indigo-50\/5:active {
  border-bottom-color: rgb(238 242 255 / 0.05);
}

.active\:border-b-indigo-50\/50:active {
  border-bottom-color: rgb(238 242 255 / 0.5);
}

.active\:border-b-indigo-50\/60:active {
  border-bottom-color: rgb(238 242 255 / 0.6);
}

.active\:border-b-indigo-50\/70:active {
  border-bottom-color: rgb(238 242 255 / 0.7);
}

.active\:border-b-indigo-50\/75:active {
  border-bottom-color: rgb(238 242 255 / 0.75);
}

.active\:border-b-indigo-50\/80:active {
  border-bottom-color: rgb(238 242 255 / 0.8);
}

.active\:border-b-indigo-50\/90:active {
  border-bottom-color: rgb(238 242 255 / 0.9);
}

.active\:border-b-indigo-50\/95:active {
  border-bottom-color: rgb(238 242 255 / 0.95);
}

.active\:border-b-indigo-500:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.active\:border-b-indigo-500\/0:active {
  border-bottom-color: rgb(99 102 241 / 0);
}

.active\:border-b-indigo-500\/10:active {
  border-bottom-color: rgb(99 102 241 / 0.1);
}

.active\:border-b-indigo-500\/100:active {
  border-bottom-color: rgb(99 102 241 / 1);
}

.active\:border-b-indigo-500\/20:active {
  border-bottom-color: rgb(99 102 241 / 0.2);
}

.active\:border-b-indigo-500\/25:active {
  border-bottom-color: rgb(99 102 241 / 0.25);
}

.active\:border-b-indigo-500\/30:active {
  border-bottom-color: rgb(99 102 241 / 0.3);
}

.active\:border-b-indigo-500\/40:active {
  border-bottom-color: rgb(99 102 241 / 0.4);
}

.active\:border-b-indigo-500\/5:active {
  border-bottom-color: rgb(99 102 241 / 0.05);
}

.active\:border-b-indigo-500\/50:active {
  border-bottom-color: rgb(99 102 241 / 0.5);
}

.active\:border-b-indigo-500\/60:active {
  border-bottom-color: rgb(99 102 241 / 0.6);
}

.active\:border-b-indigo-500\/70:active {
  border-bottom-color: rgb(99 102 241 / 0.7);
}

.active\:border-b-indigo-500\/75:active {
  border-bottom-color: rgb(99 102 241 / 0.75);
}

.active\:border-b-indigo-500\/80:active {
  border-bottom-color: rgb(99 102 241 / 0.8);
}

.active\:border-b-indigo-500\/90:active {
  border-bottom-color: rgb(99 102 241 / 0.9);
}

.active\:border-b-indigo-500\/95:active {
  border-bottom-color: rgb(99 102 241 / 0.95);
}

.active\:border-b-indigo-600:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.active\:border-b-indigo-600\/0:active {
  border-bottom-color: rgb(79 70 229 / 0);
}

.active\:border-b-indigo-600\/10:active {
  border-bottom-color: rgb(79 70 229 / 0.1);
}

.active\:border-b-indigo-600\/100:active {
  border-bottom-color: rgb(79 70 229 / 1);
}

.active\:border-b-indigo-600\/20:active {
  border-bottom-color: rgb(79 70 229 / 0.2);
}

.active\:border-b-indigo-600\/25:active {
  border-bottom-color: rgb(79 70 229 / 0.25);
}

.active\:border-b-indigo-600\/30:active {
  border-bottom-color: rgb(79 70 229 / 0.3);
}

.active\:border-b-indigo-600\/40:active {
  border-bottom-color: rgb(79 70 229 / 0.4);
}

.active\:border-b-indigo-600\/5:active {
  border-bottom-color: rgb(79 70 229 / 0.05);
}

.active\:border-b-indigo-600\/50:active {
  border-bottom-color: rgb(79 70 229 / 0.5);
}

.active\:border-b-indigo-600\/60:active {
  border-bottom-color: rgb(79 70 229 / 0.6);
}

.active\:border-b-indigo-600\/70:active {
  border-bottom-color: rgb(79 70 229 / 0.7);
}

.active\:border-b-indigo-600\/75:active {
  border-bottom-color: rgb(79 70 229 / 0.75);
}

.active\:border-b-indigo-600\/80:active {
  border-bottom-color: rgb(79 70 229 / 0.8);
}

.active\:border-b-indigo-600\/90:active {
  border-bottom-color: rgb(79 70 229 / 0.9);
}

.active\:border-b-indigo-600\/95:active {
  border-bottom-color: rgb(79 70 229 / 0.95);
}

.active\:border-b-indigo-700:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.active\:border-b-indigo-700\/0:active {
  border-bottom-color: rgb(67 56 202 / 0);
}

.active\:border-b-indigo-700\/10:active {
  border-bottom-color: rgb(67 56 202 / 0.1);
}

.active\:border-b-indigo-700\/100:active {
  border-bottom-color: rgb(67 56 202 / 1);
}

.active\:border-b-indigo-700\/20:active {
  border-bottom-color: rgb(67 56 202 / 0.2);
}

.active\:border-b-indigo-700\/25:active {
  border-bottom-color: rgb(67 56 202 / 0.25);
}

.active\:border-b-indigo-700\/30:active {
  border-bottom-color: rgb(67 56 202 / 0.3);
}

.active\:border-b-indigo-700\/40:active {
  border-bottom-color: rgb(67 56 202 / 0.4);
}

.active\:border-b-indigo-700\/5:active {
  border-bottom-color: rgb(67 56 202 / 0.05);
}

.active\:border-b-indigo-700\/50:active {
  border-bottom-color: rgb(67 56 202 / 0.5);
}

.active\:border-b-indigo-700\/60:active {
  border-bottom-color: rgb(67 56 202 / 0.6);
}

.active\:border-b-indigo-700\/70:active {
  border-bottom-color: rgb(67 56 202 / 0.7);
}

.active\:border-b-indigo-700\/75:active {
  border-bottom-color: rgb(67 56 202 / 0.75);
}

.active\:border-b-indigo-700\/80:active {
  border-bottom-color: rgb(67 56 202 / 0.8);
}

.active\:border-b-indigo-700\/90:active {
  border-bottom-color: rgb(67 56 202 / 0.9);
}

.active\:border-b-indigo-700\/95:active {
  border-bottom-color: rgb(67 56 202 / 0.95);
}

.active\:border-b-indigo-800:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(55 48 163 / var(--tw-border-opacity));
}

.active\:border-b-indigo-800\/0:active {
  border-bottom-color: rgb(55 48 163 / 0);
}

.active\:border-b-indigo-800\/10:active {
  border-bottom-color: rgb(55 48 163 / 0.1);
}

.active\:border-b-indigo-800\/100:active {
  border-bottom-color: rgb(55 48 163 / 1);
}

.active\:border-b-indigo-800\/20:active {
  border-bottom-color: rgb(55 48 163 / 0.2);
}

.active\:border-b-indigo-800\/25:active {
  border-bottom-color: rgb(55 48 163 / 0.25);
}

.active\:border-b-indigo-800\/30:active {
  border-bottom-color: rgb(55 48 163 / 0.3);
}

.active\:border-b-indigo-800\/40:active {
  border-bottom-color: rgb(55 48 163 / 0.4);
}

.active\:border-b-indigo-800\/5:active {
  border-bottom-color: rgb(55 48 163 / 0.05);
}

.active\:border-b-indigo-800\/50:active {
  border-bottom-color: rgb(55 48 163 / 0.5);
}

.active\:border-b-indigo-800\/60:active {
  border-bottom-color: rgb(55 48 163 / 0.6);
}

.active\:border-b-indigo-800\/70:active {
  border-bottom-color: rgb(55 48 163 / 0.7);
}

.active\:border-b-indigo-800\/75:active {
  border-bottom-color: rgb(55 48 163 / 0.75);
}

.active\:border-b-indigo-800\/80:active {
  border-bottom-color: rgb(55 48 163 / 0.8);
}

.active\:border-b-indigo-800\/90:active {
  border-bottom-color: rgb(55 48 163 / 0.9);
}

.active\:border-b-indigo-800\/95:active {
  border-bottom-color: rgb(55 48 163 / 0.95);
}

.active\:border-b-indigo-900:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(49 46 129 / var(--tw-border-opacity));
}

.active\:border-b-indigo-900\/0:active {
  border-bottom-color: rgb(49 46 129 / 0);
}

.active\:border-b-indigo-900\/10:active {
  border-bottom-color: rgb(49 46 129 / 0.1);
}

.active\:border-b-indigo-900\/100:active {
  border-bottom-color: rgb(49 46 129 / 1);
}

.active\:border-b-indigo-900\/20:active {
  border-bottom-color: rgb(49 46 129 / 0.2);
}

.active\:border-b-indigo-900\/25:active {
  border-bottom-color: rgb(49 46 129 / 0.25);
}

.active\:border-b-indigo-900\/30:active {
  border-bottom-color: rgb(49 46 129 / 0.3);
}

.active\:border-b-indigo-900\/40:active {
  border-bottom-color: rgb(49 46 129 / 0.4);
}

.active\:border-b-indigo-900\/5:active {
  border-bottom-color: rgb(49 46 129 / 0.05);
}

.active\:border-b-indigo-900\/50:active {
  border-bottom-color: rgb(49 46 129 / 0.5);
}

.active\:border-b-indigo-900\/60:active {
  border-bottom-color: rgb(49 46 129 / 0.6);
}

.active\:border-b-indigo-900\/70:active {
  border-bottom-color: rgb(49 46 129 / 0.7);
}

.active\:border-b-indigo-900\/75:active {
  border-bottom-color: rgb(49 46 129 / 0.75);
}

.active\:border-b-indigo-900\/80:active {
  border-bottom-color: rgb(49 46 129 / 0.8);
}

.active\:border-b-indigo-900\/90:active {
  border-bottom-color: rgb(49 46 129 / 0.9);
}

.active\:border-b-indigo-900\/95:active {
  border-bottom-color: rgb(49 46 129 / 0.95);
}

.active\:border-b-indigo-950:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(30 27 75 / var(--tw-border-opacity));
}

.active\:border-b-indigo-950\/0:active {
  border-bottom-color: rgb(30 27 75 / 0);
}

.active\:border-b-indigo-950\/10:active {
  border-bottom-color: rgb(30 27 75 / 0.1);
}

.active\:border-b-indigo-950\/100:active {
  border-bottom-color: rgb(30 27 75 / 1);
}

.active\:border-b-indigo-950\/20:active {
  border-bottom-color: rgb(30 27 75 / 0.2);
}

.active\:border-b-indigo-950\/25:active {
  border-bottom-color: rgb(30 27 75 / 0.25);
}

.active\:border-b-indigo-950\/30:active {
  border-bottom-color: rgb(30 27 75 / 0.3);
}

.active\:border-b-indigo-950\/40:active {
  border-bottom-color: rgb(30 27 75 / 0.4);
}

.active\:border-b-indigo-950\/5:active {
  border-bottom-color: rgb(30 27 75 / 0.05);
}

.active\:border-b-indigo-950\/50:active {
  border-bottom-color: rgb(30 27 75 / 0.5);
}

.active\:border-b-indigo-950\/60:active {
  border-bottom-color: rgb(30 27 75 / 0.6);
}

.active\:border-b-indigo-950\/70:active {
  border-bottom-color: rgb(30 27 75 / 0.7);
}

.active\:border-b-indigo-950\/75:active {
  border-bottom-color: rgb(30 27 75 / 0.75);
}

.active\:border-b-indigo-950\/80:active {
  border-bottom-color: rgb(30 27 75 / 0.8);
}

.active\:border-b-indigo-950\/90:active {
  border-bottom-color: rgb(30 27 75 / 0.9);
}

.active\:border-b-indigo-950\/95:active {
  border-bottom-color: rgb(30 27 75 / 0.95);
}

.active\:border-b-inherit:active {
  border-bottom-color: inherit;
}

.active\:border-b-interbeauty-100:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 197 175 / var(--tw-border-opacity));
}

.active\:border-b-interbeauty-100\/0:active {
  border-bottom-color: rgb(249 197 175 / 0);
}

.active\:border-b-interbeauty-100\/10:active {
  border-bottom-color: rgb(249 197 175 / 0.1);
}

.active\:border-b-interbeauty-100\/100:active {
  border-bottom-color: rgb(249 197 175 / 1);
}

.active\:border-b-interbeauty-100\/20:active {
  border-bottom-color: rgb(249 197 175 / 0.2);
}

.active\:border-b-interbeauty-100\/25:active {
  border-bottom-color: rgb(249 197 175 / 0.25);
}

.active\:border-b-interbeauty-100\/30:active {
  border-bottom-color: rgb(249 197 175 / 0.3);
}

.active\:border-b-interbeauty-100\/40:active {
  border-bottom-color: rgb(249 197 175 / 0.4);
}

.active\:border-b-interbeauty-100\/5:active {
  border-bottom-color: rgb(249 197 175 / 0.05);
}

.active\:border-b-interbeauty-100\/50:active {
  border-bottom-color: rgb(249 197 175 / 0.5);
}

.active\:border-b-interbeauty-100\/60:active {
  border-bottom-color: rgb(249 197 175 / 0.6);
}

.active\:border-b-interbeauty-100\/70:active {
  border-bottom-color: rgb(249 197 175 / 0.7);
}

.active\:border-b-interbeauty-100\/75:active {
  border-bottom-color: rgb(249 197 175 / 0.75);
}

.active\:border-b-interbeauty-100\/80:active {
  border-bottom-color: rgb(249 197 175 / 0.8);
}

.active\:border-b-interbeauty-100\/90:active {
  border-bottom-color: rgb(249 197 175 / 0.9);
}

.active\:border-b-interbeauty-100\/95:active {
  border-bottom-color: rgb(249 197 175 / 0.95);
}

.active\:border-b-interbeauty-200:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(241 182 191 / var(--tw-border-opacity));
}

.active\:border-b-interbeauty-200\/0:active {
  border-bottom-color: rgb(241 182 191 / 0);
}

.active\:border-b-interbeauty-200\/10:active {
  border-bottom-color: rgb(241 182 191 / 0.1);
}

.active\:border-b-interbeauty-200\/100:active {
  border-bottom-color: rgb(241 182 191 / 1);
}

.active\:border-b-interbeauty-200\/20:active {
  border-bottom-color: rgb(241 182 191 / 0.2);
}

.active\:border-b-interbeauty-200\/25:active {
  border-bottom-color: rgb(241 182 191 / 0.25);
}

.active\:border-b-interbeauty-200\/30:active {
  border-bottom-color: rgb(241 182 191 / 0.3);
}

.active\:border-b-interbeauty-200\/40:active {
  border-bottom-color: rgb(241 182 191 / 0.4);
}

.active\:border-b-interbeauty-200\/5:active {
  border-bottom-color: rgb(241 182 191 / 0.05);
}

.active\:border-b-interbeauty-200\/50:active {
  border-bottom-color: rgb(241 182 191 / 0.5);
}

.active\:border-b-interbeauty-200\/60:active {
  border-bottom-color: rgb(241 182 191 / 0.6);
}

.active\:border-b-interbeauty-200\/70:active {
  border-bottom-color: rgb(241 182 191 / 0.7);
}

.active\:border-b-interbeauty-200\/75:active {
  border-bottom-color: rgb(241 182 191 / 0.75);
}

.active\:border-b-interbeauty-200\/80:active {
  border-bottom-color: rgb(241 182 191 / 0.8);
}

.active\:border-b-interbeauty-200\/90:active {
  border-bottom-color: rgb(241 182 191 / 0.9);
}

.active\:border-b-interbeauty-200\/95:active {
  border-bottom-color: rgb(241 182 191 / 0.95);
}

.active\:border-b-interbeauty-300:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(182 219 231 / var(--tw-border-opacity));
}

.active\:border-b-interbeauty-300\/0:active {
  border-bottom-color: rgb(182 219 231 / 0);
}

.active\:border-b-interbeauty-300\/10:active {
  border-bottom-color: rgb(182 219 231 / 0.1);
}

.active\:border-b-interbeauty-300\/100:active {
  border-bottom-color: rgb(182 219 231 / 1);
}

.active\:border-b-interbeauty-300\/20:active {
  border-bottom-color: rgb(182 219 231 / 0.2);
}

.active\:border-b-interbeauty-300\/25:active {
  border-bottom-color: rgb(182 219 231 / 0.25);
}

.active\:border-b-interbeauty-300\/30:active {
  border-bottom-color: rgb(182 219 231 / 0.3);
}

.active\:border-b-interbeauty-300\/40:active {
  border-bottom-color: rgb(182 219 231 / 0.4);
}

.active\:border-b-interbeauty-300\/5:active {
  border-bottom-color: rgb(182 219 231 / 0.05);
}

.active\:border-b-interbeauty-300\/50:active {
  border-bottom-color: rgb(182 219 231 / 0.5);
}

.active\:border-b-interbeauty-300\/60:active {
  border-bottom-color: rgb(182 219 231 / 0.6);
}

.active\:border-b-interbeauty-300\/70:active {
  border-bottom-color: rgb(182 219 231 / 0.7);
}

.active\:border-b-interbeauty-300\/75:active {
  border-bottom-color: rgb(182 219 231 / 0.75);
}

.active\:border-b-interbeauty-300\/80:active {
  border-bottom-color: rgb(182 219 231 / 0.8);
}

.active\:border-b-interbeauty-300\/90:active {
  border-bottom-color: rgb(182 219 231 / 0.9);
}

.active\:border-b-interbeauty-300\/95:active {
  border-bottom-color: rgb(182 219 231 / 0.95);
}

.active\:border-b-interbeauty-400:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 250 247 / var(--tw-border-opacity));
}

.active\:border-b-interbeauty-400\/0:active {
  border-bottom-color: rgb(254 250 247 / 0);
}

.active\:border-b-interbeauty-400\/10:active {
  border-bottom-color: rgb(254 250 247 / 0.1);
}

.active\:border-b-interbeauty-400\/100:active {
  border-bottom-color: rgb(254 250 247 / 1);
}

.active\:border-b-interbeauty-400\/20:active {
  border-bottom-color: rgb(254 250 247 / 0.2);
}

.active\:border-b-interbeauty-400\/25:active {
  border-bottom-color: rgb(254 250 247 / 0.25);
}

.active\:border-b-interbeauty-400\/30:active {
  border-bottom-color: rgb(254 250 247 / 0.3);
}

.active\:border-b-interbeauty-400\/40:active {
  border-bottom-color: rgb(254 250 247 / 0.4);
}

.active\:border-b-interbeauty-400\/5:active {
  border-bottom-color: rgb(254 250 247 / 0.05);
}

.active\:border-b-interbeauty-400\/50:active {
  border-bottom-color: rgb(254 250 247 / 0.5);
}

.active\:border-b-interbeauty-400\/60:active {
  border-bottom-color: rgb(254 250 247 / 0.6);
}

.active\:border-b-interbeauty-400\/70:active {
  border-bottom-color: rgb(254 250 247 / 0.7);
}

.active\:border-b-interbeauty-400\/75:active {
  border-bottom-color: rgb(254 250 247 / 0.75);
}

.active\:border-b-interbeauty-400\/80:active {
  border-bottom-color: rgb(254 250 247 / 0.8);
}

.active\:border-b-interbeauty-400\/90:active {
  border-bottom-color: rgb(254 250 247 / 0.9);
}

.active\:border-b-interbeauty-400\/95:active {
  border-bottom-color: rgb(254 250 247 / 0.95);
}

.active\:border-b-interbeauty-500:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(193 225 224 / var(--tw-border-opacity));
}

.active\:border-b-interbeauty-500\/0:active {
  border-bottom-color: rgb(193 225 224 / 0);
}

.active\:border-b-interbeauty-500\/10:active {
  border-bottom-color: rgb(193 225 224 / 0.1);
}

.active\:border-b-interbeauty-500\/100:active {
  border-bottom-color: rgb(193 225 224 / 1);
}

.active\:border-b-interbeauty-500\/20:active {
  border-bottom-color: rgb(193 225 224 / 0.2);
}

.active\:border-b-interbeauty-500\/25:active {
  border-bottom-color: rgb(193 225 224 / 0.25);
}

.active\:border-b-interbeauty-500\/30:active {
  border-bottom-color: rgb(193 225 224 / 0.3);
}

.active\:border-b-interbeauty-500\/40:active {
  border-bottom-color: rgb(193 225 224 / 0.4);
}

.active\:border-b-interbeauty-500\/5:active {
  border-bottom-color: rgb(193 225 224 / 0.05);
}

.active\:border-b-interbeauty-500\/50:active {
  border-bottom-color: rgb(193 225 224 / 0.5);
}

.active\:border-b-interbeauty-500\/60:active {
  border-bottom-color: rgb(193 225 224 / 0.6);
}

.active\:border-b-interbeauty-500\/70:active {
  border-bottom-color: rgb(193 225 224 / 0.7);
}

.active\:border-b-interbeauty-500\/75:active {
  border-bottom-color: rgb(193 225 224 / 0.75);
}

.active\:border-b-interbeauty-500\/80:active {
  border-bottom-color: rgb(193 225 224 / 0.8);
}

.active\:border-b-interbeauty-500\/90:active {
  border-bottom-color: rgb(193 225 224 / 0.9);
}

.active\:border-b-interbeauty-500\/95:active {
  border-bottom-color: rgb(193 225 224 / 0.95);
}

.active\:border-b-interbeauty-600:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(88 88 94 / var(--tw-border-opacity));
}

.active\:border-b-interbeauty-600\/0:active {
  border-bottom-color: rgb(88 88 94 / 0);
}

.active\:border-b-interbeauty-600\/10:active {
  border-bottom-color: rgb(88 88 94 / 0.1);
}

.active\:border-b-interbeauty-600\/100:active {
  border-bottom-color: rgb(88 88 94 / 1);
}

.active\:border-b-interbeauty-600\/20:active {
  border-bottom-color: rgb(88 88 94 / 0.2);
}

.active\:border-b-interbeauty-600\/25:active {
  border-bottom-color: rgb(88 88 94 / 0.25);
}

.active\:border-b-interbeauty-600\/30:active {
  border-bottom-color: rgb(88 88 94 / 0.3);
}

.active\:border-b-interbeauty-600\/40:active {
  border-bottom-color: rgb(88 88 94 / 0.4);
}

.active\:border-b-interbeauty-600\/5:active {
  border-bottom-color: rgb(88 88 94 / 0.05);
}

.active\:border-b-interbeauty-600\/50:active {
  border-bottom-color: rgb(88 88 94 / 0.5);
}

.active\:border-b-interbeauty-600\/60:active {
  border-bottom-color: rgb(88 88 94 / 0.6);
}

.active\:border-b-interbeauty-600\/70:active {
  border-bottom-color: rgb(88 88 94 / 0.7);
}

.active\:border-b-interbeauty-600\/75:active {
  border-bottom-color: rgb(88 88 94 / 0.75);
}

.active\:border-b-interbeauty-600\/80:active {
  border-bottom-color: rgb(88 88 94 / 0.8);
}

.active\:border-b-interbeauty-600\/90:active {
  border-bottom-color: rgb(88 88 94 / 0.9);
}

.active\:border-b-interbeauty-600\/95:active {
  border-bottom-color: rgb(88 88 94 / 0.95);
}

.active\:border-b-ipnvaluers-200:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 40 87 / var(--tw-border-opacity));
}

.active\:border-b-ipnvaluers-200\/0:active {
  border-bottom-color: rgb(0 40 87 / 0);
}

.active\:border-b-ipnvaluers-200\/10:active {
  border-bottom-color: rgb(0 40 87 / 0.1);
}

.active\:border-b-ipnvaluers-200\/100:active {
  border-bottom-color: rgb(0 40 87 / 1);
}

.active\:border-b-ipnvaluers-200\/20:active {
  border-bottom-color: rgb(0 40 87 / 0.2);
}

.active\:border-b-ipnvaluers-200\/25:active {
  border-bottom-color: rgb(0 40 87 / 0.25);
}

.active\:border-b-ipnvaluers-200\/30:active {
  border-bottom-color: rgb(0 40 87 / 0.3);
}

.active\:border-b-ipnvaluers-200\/40:active {
  border-bottom-color: rgb(0 40 87 / 0.4);
}

.active\:border-b-ipnvaluers-200\/5:active {
  border-bottom-color: rgb(0 40 87 / 0.05);
}

.active\:border-b-ipnvaluers-200\/50:active {
  border-bottom-color: rgb(0 40 87 / 0.5);
}

.active\:border-b-ipnvaluers-200\/60:active {
  border-bottom-color: rgb(0 40 87 / 0.6);
}

.active\:border-b-ipnvaluers-200\/70:active {
  border-bottom-color: rgb(0 40 87 / 0.7);
}

.active\:border-b-ipnvaluers-200\/75:active {
  border-bottom-color: rgb(0 40 87 / 0.75);
}

.active\:border-b-ipnvaluers-200\/80:active {
  border-bottom-color: rgb(0 40 87 / 0.8);
}

.active\:border-b-ipnvaluers-200\/90:active {
  border-bottom-color: rgb(0 40 87 / 0.9);
}

.active\:border-b-ipnvaluers-200\/95:active {
  border-bottom-color: rgb(0 40 87 / 0.95);
}

.active\:border-b-ipnvaluers-400:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(196 107 22 / var(--tw-border-opacity));
}

.active\:border-b-ipnvaluers-400\/0:active {
  border-bottom-color: rgb(196 107 22 / 0);
}

.active\:border-b-ipnvaluers-400\/10:active {
  border-bottom-color: rgb(196 107 22 / 0.1);
}

.active\:border-b-ipnvaluers-400\/100:active {
  border-bottom-color: rgb(196 107 22 / 1);
}

.active\:border-b-ipnvaluers-400\/20:active {
  border-bottom-color: rgb(196 107 22 / 0.2);
}

.active\:border-b-ipnvaluers-400\/25:active {
  border-bottom-color: rgb(196 107 22 / 0.25);
}

.active\:border-b-ipnvaluers-400\/30:active {
  border-bottom-color: rgb(196 107 22 / 0.3);
}

.active\:border-b-ipnvaluers-400\/40:active {
  border-bottom-color: rgb(196 107 22 / 0.4);
}

.active\:border-b-ipnvaluers-400\/5:active {
  border-bottom-color: rgb(196 107 22 / 0.05);
}

.active\:border-b-ipnvaluers-400\/50:active {
  border-bottom-color: rgb(196 107 22 / 0.5);
}

.active\:border-b-ipnvaluers-400\/60:active {
  border-bottom-color: rgb(196 107 22 / 0.6);
}

.active\:border-b-ipnvaluers-400\/70:active {
  border-bottom-color: rgb(196 107 22 / 0.7);
}

.active\:border-b-ipnvaluers-400\/75:active {
  border-bottom-color: rgb(196 107 22 / 0.75);
}

.active\:border-b-ipnvaluers-400\/80:active {
  border-bottom-color: rgb(196 107 22 / 0.8);
}

.active\:border-b-ipnvaluers-400\/90:active {
  border-bottom-color: rgb(196 107 22 / 0.9);
}

.active\:border-b-ipnvaluers-400\/95:active {
  border-bottom-color: rgb(196 107 22 / 0.95);
}

.active\:border-b-ipnvaluers-500:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 174 21 / var(--tw-border-opacity));
}

.active\:border-b-ipnvaluers-500\/0:active {
  border-bottom-color: rgb(245 174 21 / 0);
}

.active\:border-b-ipnvaluers-500\/10:active {
  border-bottom-color: rgb(245 174 21 / 0.1);
}

.active\:border-b-ipnvaluers-500\/100:active {
  border-bottom-color: rgb(245 174 21 / 1);
}

.active\:border-b-ipnvaluers-500\/20:active {
  border-bottom-color: rgb(245 174 21 / 0.2);
}

.active\:border-b-ipnvaluers-500\/25:active {
  border-bottom-color: rgb(245 174 21 / 0.25);
}

.active\:border-b-ipnvaluers-500\/30:active {
  border-bottom-color: rgb(245 174 21 / 0.3);
}

.active\:border-b-ipnvaluers-500\/40:active {
  border-bottom-color: rgb(245 174 21 / 0.4);
}

.active\:border-b-ipnvaluers-500\/5:active {
  border-bottom-color: rgb(245 174 21 / 0.05);
}

.active\:border-b-ipnvaluers-500\/50:active {
  border-bottom-color: rgb(245 174 21 / 0.5);
}

.active\:border-b-ipnvaluers-500\/60:active {
  border-bottom-color: rgb(245 174 21 / 0.6);
}

.active\:border-b-ipnvaluers-500\/70:active {
  border-bottom-color: rgb(245 174 21 / 0.7);
}

.active\:border-b-ipnvaluers-500\/75:active {
  border-bottom-color: rgb(245 174 21 / 0.75);
}

.active\:border-b-ipnvaluers-500\/80:active {
  border-bottom-color: rgb(245 174 21 / 0.8);
}

.active\:border-b-ipnvaluers-500\/90:active {
  border-bottom-color: rgb(245 174 21 / 0.9);
}

.active\:border-b-ipnvaluers-500\/95:active {
  border-bottom-color: rgb(245 174 21 / 0.95);
}

.active\:border-b-jukejam-500:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 210 101 / var(--tw-border-opacity));
}

.active\:border-b-jukejam-500\/0:active {
  border-bottom-color: rgb(250 210 101 / 0);
}

.active\:border-b-jukejam-500\/10:active {
  border-bottom-color: rgb(250 210 101 / 0.1);
}

.active\:border-b-jukejam-500\/100:active {
  border-bottom-color: rgb(250 210 101 / 1);
}

.active\:border-b-jukejam-500\/20:active {
  border-bottom-color: rgb(250 210 101 / 0.2);
}

.active\:border-b-jukejam-500\/25:active {
  border-bottom-color: rgb(250 210 101 / 0.25);
}

.active\:border-b-jukejam-500\/30:active {
  border-bottom-color: rgb(250 210 101 / 0.3);
}

.active\:border-b-jukejam-500\/40:active {
  border-bottom-color: rgb(250 210 101 / 0.4);
}

.active\:border-b-jukejam-500\/5:active {
  border-bottom-color: rgb(250 210 101 / 0.05);
}

.active\:border-b-jukejam-500\/50:active {
  border-bottom-color: rgb(250 210 101 / 0.5);
}

.active\:border-b-jukejam-500\/60:active {
  border-bottom-color: rgb(250 210 101 / 0.6);
}

.active\:border-b-jukejam-500\/70:active {
  border-bottom-color: rgb(250 210 101 / 0.7);
}

.active\:border-b-jukejam-500\/75:active {
  border-bottom-color: rgb(250 210 101 / 0.75);
}

.active\:border-b-jukejam-500\/80:active {
  border-bottom-color: rgb(250 210 101 / 0.8);
}

.active\:border-b-jukejam-500\/90:active {
  border-bottom-color: rgb(250 210 101 / 0.9);
}

.active\:border-b-jukejam-500\/95:active {
  border-bottom-color: rgb(250 210 101 / 0.95);
}

.active\:border-b-lime-100:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(236 252 203 / var(--tw-border-opacity));
}

.active\:border-b-lime-100\/0:active {
  border-bottom-color: rgb(236 252 203 / 0);
}

.active\:border-b-lime-100\/10:active {
  border-bottom-color: rgb(236 252 203 / 0.1);
}

.active\:border-b-lime-100\/100:active {
  border-bottom-color: rgb(236 252 203 / 1);
}

.active\:border-b-lime-100\/20:active {
  border-bottom-color: rgb(236 252 203 / 0.2);
}

.active\:border-b-lime-100\/25:active {
  border-bottom-color: rgb(236 252 203 / 0.25);
}

.active\:border-b-lime-100\/30:active {
  border-bottom-color: rgb(236 252 203 / 0.3);
}

.active\:border-b-lime-100\/40:active {
  border-bottom-color: rgb(236 252 203 / 0.4);
}

.active\:border-b-lime-100\/5:active {
  border-bottom-color: rgb(236 252 203 / 0.05);
}

.active\:border-b-lime-100\/50:active {
  border-bottom-color: rgb(236 252 203 / 0.5);
}

.active\:border-b-lime-100\/60:active {
  border-bottom-color: rgb(236 252 203 / 0.6);
}

.active\:border-b-lime-100\/70:active {
  border-bottom-color: rgb(236 252 203 / 0.7);
}

.active\:border-b-lime-100\/75:active {
  border-bottom-color: rgb(236 252 203 / 0.75);
}

.active\:border-b-lime-100\/80:active {
  border-bottom-color: rgb(236 252 203 / 0.8);
}

.active\:border-b-lime-100\/90:active {
  border-bottom-color: rgb(236 252 203 / 0.9);
}

.active\:border-b-lime-100\/95:active {
  border-bottom-color: rgb(236 252 203 / 0.95);
}

.active\:border-b-lime-200:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 249 157 / var(--tw-border-opacity));
}

.active\:border-b-lime-200\/0:active {
  border-bottom-color: rgb(217 249 157 / 0);
}

.active\:border-b-lime-200\/10:active {
  border-bottom-color: rgb(217 249 157 / 0.1);
}

.active\:border-b-lime-200\/100:active {
  border-bottom-color: rgb(217 249 157 / 1);
}

.active\:border-b-lime-200\/20:active {
  border-bottom-color: rgb(217 249 157 / 0.2);
}

.active\:border-b-lime-200\/25:active {
  border-bottom-color: rgb(217 249 157 / 0.25);
}

.active\:border-b-lime-200\/30:active {
  border-bottom-color: rgb(217 249 157 / 0.3);
}

.active\:border-b-lime-200\/40:active {
  border-bottom-color: rgb(217 249 157 / 0.4);
}

.active\:border-b-lime-200\/5:active {
  border-bottom-color: rgb(217 249 157 / 0.05);
}

.active\:border-b-lime-200\/50:active {
  border-bottom-color: rgb(217 249 157 / 0.5);
}

.active\:border-b-lime-200\/60:active {
  border-bottom-color: rgb(217 249 157 / 0.6);
}

.active\:border-b-lime-200\/70:active {
  border-bottom-color: rgb(217 249 157 / 0.7);
}

.active\:border-b-lime-200\/75:active {
  border-bottom-color: rgb(217 249 157 / 0.75);
}

.active\:border-b-lime-200\/80:active {
  border-bottom-color: rgb(217 249 157 / 0.8);
}

.active\:border-b-lime-200\/90:active {
  border-bottom-color: rgb(217 249 157 / 0.9);
}

.active\:border-b-lime-200\/95:active {
  border-bottom-color: rgb(217 249 157 / 0.95);
}

.active\:border-b-lime-300:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(190 242 100 / var(--tw-border-opacity));
}

.active\:border-b-lime-300\/0:active {
  border-bottom-color: rgb(190 242 100 / 0);
}

.active\:border-b-lime-300\/10:active {
  border-bottom-color: rgb(190 242 100 / 0.1);
}

.active\:border-b-lime-300\/100:active {
  border-bottom-color: rgb(190 242 100 / 1);
}

.active\:border-b-lime-300\/20:active {
  border-bottom-color: rgb(190 242 100 / 0.2);
}

.active\:border-b-lime-300\/25:active {
  border-bottom-color: rgb(190 242 100 / 0.25);
}

.active\:border-b-lime-300\/30:active {
  border-bottom-color: rgb(190 242 100 / 0.3);
}

.active\:border-b-lime-300\/40:active {
  border-bottom-color: rgb(190 242 100 / 0.4);
}

.active\:border-b-lime-300\/5:active {
  border-bottom-color: rgb(190 242 100 / 0.05);
}

.active\:border-b-lime-300\/50:active {
  border-bottom-color: rgb(190 242 100 / 0.5);
}

.active\:border-b-lime-300\/60:active {
  border-bottom-color: rgb(190 242 100 / 0.6);
}

.active\:border-b-lime-300\/70:active {
  border-bottom-color: rgb(190 242 100 / 0.7);
}

.active\:border-b-lime-300\/75:active {
  border-bottom-color: rgb(190 242 100 / 0.75);
}

.active\:border-b-lime-300\/80:active {
  border-bottom-color: rgb(190 242 100 / 0.8);
}

.active\:border-b-lime-300\/90:active {
  border-bottom-color: rgb(190 242 100 / 0.9);
}

.active\:border-b-lime-300\/95:active {
  border-bottom-color: rgb(190 242 100 / 0.95);
}

.active\:border-b-lime-400:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(163 230 53 / var(--tw-border-opacity));
}

.active\:border-b-lime-400\/0:active {
  border-bottom-color: rgb(163 230 53 / 0);
}

.active\:border-b-lime-400\/10:active {
  border-bottom-color: rgb(163 230 53 / 0.1);
}

.active\:border-b-lime-400\/100:active {
  border-bottom-color: rgb(163 230 53 / 1);
}

.active\:border-b-lime-400\/20:active {
  border-bottom-color: rgb(163 230 53 / 0.2);
}

.active\:border-b-lime-400\/25:active {
  border-bottom-color: rgb(163 230 53 / 0.25);
}

.active\:border-b-lime-400\/30:active {
  border-bottom-color: rgb(163 230 53 / 0.3);
}

.active\:border-b-lime-400\/40:active {
  border-bottom-color: rgb(163 230 53 / 0.4);
}

.active\:border-b-lime-400\/5:active {
  border-bottom-color: rgb(163 230 53 / 0.05);
}

.active\:border-b-lime-400\/50:active {
  border-bottom-color: rgb(163 230 53 / 0.5);
}

.active\:border-b-lime-400\/60:active {
  border-bottom-color: rgb(163 230 53 / 0.6);
}

.active\:border-b-lime-400\/70:active {
  border-bottom-color: rgb(163 230 53 / 0.7);
}

.active\:border-b-lime-400\/75:active {
  border-bottom-color: rgb(163 230 53 / 0.75);
}

.active\:border-b-lime-400\/80:active {
  border-bottom-color: rgb(163 230 53 / 0.8);
}

.active\:border-b-lime-400\/90:active {
  border-bottom-color: rgb(163 230 53 / 0.9);
}

.active\:border-b-lime-400\/95:active {
  border-bottom-color: rgb(163 230 53 / 0.95);
}

.active\:border-b-lime-50:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(247 254 231 / var(--tw-border-opacity));
}

.active\:border-b-lime-50\/0:active {
  border-bottom-color: rgb(247 254 231 / 0);
}

.active\:border-b-lime-50\/10:active {
  border-bottom-color: rgb(247 254 231 / 0.1);
}

.active\:border-b-lime-50\/100:active {
  border-bottom-color: rgb(247 254 231 / 1);
}

.active\:border-b-lime-50\/20:active {
  border-bottom-color: rgb(247 254 231 / 0.2);
}

.active\:border-b-lime-50\/25:active {
  border-bottom-color: rgb(247 254 231 / 0.25);
}

.active\:border-b-lime-50\/30:active {
  border-bottom-color: rgb(247 254 231 / 0.3);
}

.active\:border-b-lime-50\/40:active {
  border-bottom-color: rgb(247 254 231 / 0.4);
}

.active\:border-b-lime-50\/5:active {
  border-bottom-color: rgb(247 254 231 / 0.05);
}

.active\:border-b-lime-50\/50:active {
  border-bottom-color: rgb(247 254 231 / 0.5);
}

.active\:border-b-lime-50\/60:active {
  border-bottom-color: rgb(247 254 231 / 0.6);
}

.active\:border-b-lime-50\/70:active {
  border-bottom-color: rgb(247 254 231 / 0.7);
}

.active\:border-b-lime-50\/75:active {
  border-bottom-color: rgb(247 254 231 / 0.75);
}

.active\:border-b-lime-50\/80:active {
  border-bottom-color: rgb(247 254 231 / 0.8);
}

.active\:border-b-lime-50\/90:active {
  border-bottom-color: rgb(247 254 231 / 0.9);
}

.active\:border-b-lime-50\/95:active {
  border-bottom-color: rgb(247 254 231 / 0.95);
}

.active\:border-b-lime-500:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(132 204 22 / var(--tw-border-opacity));
}

.active\:border-b-lime-500\/0:active {
  border-bottom-color: rgb(132 204 22 / 0);
}

.active\:border-b-lime-500\/10:active {
  border-bottom-color: rgb(132 204 22 / 0.1);
}

.active\:border-b-lime-500\/100:active {
  border-bottom-color: rgb(132 204 22 / 1);
}

.active\:border-b-lime-500\/20:active {
  border-bottom-color: rgb(132 204 22 / 0.2);
}

.active\:border-b-lime-500\/25:active {
  border-bottom-color: rgb(132 204 22 / 0.25);
}

.active\:border-b-lime-500\/30:active {
  border-bottom-color: rgb(132 204 22 / 0.3);
}

.active\:border-b-lime-500\/40:active {
  border-bottom-color: rgb(132 204 22 / 0.4);
}

.active\:border-b-lime-500\/5:active {
  border-bottom-color: rgb(132 204 22 / 0.05);
}

.active\:border-b-lime-500\/50:active {
  border-bottom-color: rgb(132 204 22 / 0.5);
}

.active\:border-b-lime-500\/60:active {
  border-bottom-color: rgb(132 204 22 / 0.6);
}

.active\:border-b-lime-500\/70:active {
  border-bottom-color: rgb(132 204 22 / 0.7);
}

.active\:border-b-lime-500\/75:active {
  border-bottom-color: rgb(132 204 22 / 0.75);
}

.active\:border-b-lime-500\/80:active {
  border-bottom-color: rgb(132 204 22 / 0.8);
}

.active\:border-b-lime-500\/90:active {
  border-bottom-color: rgb(132 204 22 / 0.9);
}

.active\:border-b-lime-500\/95:active {
  border-bottom-color: rgb(132 204 22 / 0.95);
}

.active\:border-b-lime-600:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(101 163 13 / var(--tw-border-opacity));
}

.active\:border-b-lime-600\/0:active {
  border-bottom-color: rgb(101 163 13 / 0);
}

.active\:border-b-lime-600\/10:active {
  border-bottom-color: rgb(101 163 13 / 0.1);
}

.active\:border-b-lime-600\/100:active {
  border-bottom-color: rgb(101 163 13 / 1);
}

.active\:border-b-lime-600\/20:active {
  border-bottom-color: rgb(101 163 13 / 0.2);
}

.active\:border-b-lime-600\/25:active {
  border-bottom-color: rgb(101 163 13 / 0.25);
}

.active\:border-b-lime-600\/30:active {
  border-bottom-color: rgb(101 163 13 / 0.3);
}

.active\:border-b-lime-600\/40:active {
  border-bottom-color: rgb(101 163 13 / 0.4);
}

.active\:border-b-lime-600\/5:active {
  border-bottom-color: rgb(101 163 13 / 0.05);
}

.active\:border-b-lime-600\/50:active {
  border-bottom-color: rgb(101 163 13 / 0.5);
}

.active\:border-b-lime-600\/60:active {
  border-bottom-color: rgb(101 163 13 / 0.6);
}

.active\:border-b-lime-600\/70:active {
  border-bottom-color: rgb(101 163 13 / 0.7);
}

.active\:border-b-lime-600\/75:active {
  border-bottom-color: rgb(101 163 13 / 0.75);
}

.active\:border-b-lime-600\/80:active {
  border-bottom-color: rgb(101 163 13 / 0.8);
}

.active\:border-b-lime-600\/90:active {
  border-bottom-color: rgb(101 163 13 / 0.9);
}

.active\:border-b-lime-600\/95:active {
  border-bottom-color: rgb(101 163 13 / 0.95);
}

.active\:border-b-lime-700:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(77 124 15 / var(--tw-border-opacity));
}

.active\:border-b-lime-700\/0:active {
  border-bottom-color: rgb(77 124 15 / 0);
}

.active\:border-b-lime-700\/10:active {
  border-bottom-color: rgb(77 124 15 / 0.1);
}

.active\:border-b-lime-700\/100:active {
  border-bottom-color: rgb(77 124 15 / 1);
}

.active\:border-b-lime-700\/20:active {
  border-bottom-color: rgb(77 124 15 / 0.2);
}

.active\:border-b-lime-700\/25:active {
  border-bottom-color: rgb(77 124 15 / 0.25);
}

.active\:border-b-lime-700\/30:active {
  border-bottom-color: rgb(77 124 15 / 0.3);
}

.active\:border-b-lime-700\/40:active {
  border-bottom-color: rgb(77 124 15 / 0.4);
}

.active\:border-b-lime-700\/5:active {
  border-bottom-color: rgb(77 124 15 / 0.05);
}

.active\:border-b-lime-700\/50:active {
  border-bottom-color: rgb(77 124 15 / 0.5);
}

.active\:border-b-lime-700\/60:active {
  border-bottom-color: rgb(77 124 15 / 0.6);
}

.active\:border-b-lime-700\/70:active {
  border-bottom-color: rgb(77 124 15 / 0.7);
}

.active\:border-b-lime-700\/75:active {
  border-bottom-color: rgb(77 124 15 / 0.75);
}

.active\:border-b-lime-700\/80:active {
  border-bottom-color: rgb(77 124 15 / 0.8);
}

.active\:border-b-lime-700\/90:active {
  border-bottom-color: rgb(77 124 15 / 0.9);
}

.active\:border-b-lime-700\/95:active {
  border-bottom-color: rgb(77 124 15 / 0.95);
}

.active\:border-b-lime-800:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(63 98 18 / var(--tw-border-opacity));
}

.active\:border-b-lime-800\/0:active {
  border-bottom-color: rgb(63 98 18 / 0);
}

.active\:border-b-lime-800\/10:active {
  border-bottom-color: rgb(63 98 18 / 0.1);
}

.active\:border-b-lime-800\/100:active {
  border-bottom-color: rgb(63 98 18 / 1);
}

.active\:border-b-lime-800\/20:active {
  border-bottom-color: rgb(63 98 18 / 0.2);
}

.active\:border-b-lime-800\/25:active {
  border-bottom-color: rgb(63 98 18 / 0.25);
}

.active\:border-b-lime-800\/30:active {
  border-bottom-color: rgb(63 98 18 / 0.3);
}

.active\:border-b-lime-800\/40:active {
  border-bottom-color: rgb(63 98 18 / 0.4);
}

.active\:border-b-lime-800\/5:active {
  border-bottom-color: rgb(63 98 18 / 0.05);
}

.active\:border-b-lime-800\/50:active {
  border-bottom-color: rgb(63 98 18 / 0.5);
}

.active\:border-b-lime-800\/60:active {
  border-bottom-color: rgb(63 98 18 / 0.6);
}

.active\:border-b-lime-800\/70:active {
  border-bottom-color: rgb(63 98 18 / 0.7);
}

.active\:border-b-lime-800\/75:active {
  border-bottom-color: rgb(63 98 18 / 0.75);
}

.active\:border-b-lime-800\/80:active {
  border-bottom-color: rgb(63 98 18 / 0.8);
}

.active\:border-b-lime-800\/90:active {
  border-bottom-color: rgb(63 98 18 / 0.9);
}

.active\:border-b-lime-800\/95:active {
  border-bottom-color: rgb(63 98 18 / 0.95);
}

.active\:border-b-lime-900:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(54 83 20 / var(--tw-border-opacity));
}

.active\:border-b-lime-900\/0:active {
  border-bottom-color: rgb(54 83 20 / 0);
}

.active\:border-b-lime-900\/10:active {
  border-bottom-color: rgb(54 83 20 / 0.1);
}

.active\:border-b-lime-900\/100:active {
  border-bottom-color: rgb(54 83 20 / 1);
}

.active\:border-b-lime-900\/20:active {
  border-bottom-color: rgb(54 83 20 / 0.2);
}

.active\:border-b-lime-900\/25:active {
  border-bottom-color: rgb(54 83 20 / 0.25);
}

.active\:border-b-lime-900\/30:active {
  border-bottom-color: rgb(54 83 20 / 0.3);
}

.active\:border-b-lime-900\/40:active {
  border-bottom-color: rgb(54 83 20 / 0.4);
}

.active\:border-b-lime-900\/5:active {
  border-bottom-color: rgb(54 83 20 / 0.05);
}

.active\:border-b-lime-900\/50:active {
  border-bottom-color: rgb(54 83 20 / 0.5);
}

.active\:border-b-lime-900\/60:active {
  border-bottom-color: rgb(54 83 20 / 0.6);
}

.active\:border-b-lime-900\/70:active {
  border-bottom-color: rgb(54 83 20 / 0.7);
}

.active\:border-b-lime-900\/75:active {
  border-bottom-color: rgb(54 83 20 / 0.75);
}

.active\:border-b-lime-900\/80:active {
  border-bottom-color: rgb(54 83 20 / 0.8);
}

.active\:border-b-lime-900\/90:active {
  border-bottom-color: rgb(54 83 20 / 0.9);
}

.active\:border-b-lime-900\/95:active {
  border-bottom-color: rgb(54 83 20 / 0.95);
}

.active\:border-b-lime-950:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(26 46 5 / var(--tw-border-opacity));
}

.active\:border-b-lime-950\/0:active {
  border-bottom-color: rgb(26 46 5 / 0);
}

.active\:border-b-lime-950\/10:active {
  border-bottom-color: rgb(26 46 5 / 0.1);
}

.active\:border-b-lime-950\/100:active {
  border-bottom-color: rgb(26 46 5 / 1);
}

.active\:border-b-lime-950\/20:active {
  border-bottom-color: rgb(26 46 5 / 0.2);
}

.active\:border-b-lime-950\/25:active {
  border-bottom-color: rgb(26 46 5 / 0.25);
}

.active\:border-b-lime-950\/30:active {
  border-bottom-color: rgb(26 46 5 / 0.3);
}

.active\:border-b-lime-950\/40:active {
  border-bottom-color: rgb(26 46 5 / 0.4);
}

.active\:border-b-lime-950\/5:active {
  border-bottom-color: rgb(26 46 5 / 0.05);
}

.active\:border-b-lime-950\/50:active {
  border-bottom-color: rgb(26 46 5 / 0.5);
}

.active\:border-b-lime-950\/60:active {
  border-bottom-color: rgb(26 46 5 / 0.6);
}

.active\:border-b-lime-950\/70:active {
  border-bottom-color: rgb(26 46 5 / 0.7);
}

.active\:border-b-lime-950\/75:active {
  border-bottom-color: rgb(26 46 5 / 0.75);
}

.active\:border-b-lime-950\/80:active {
  border-bottom-color: rgb(26 46 5 / 0.8);
}

.active\:border-b-lime-950\/90:active {
  border-bottom-color: rgb(26 46 5 / 0.9);
}

.active\:border-b-lime-950\/95:active {
  border-bottom-color: rgb(26 46 5 / 0.95);
}

.active\:border-b-nafisa-500:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(153 53 10 / var(--tw-border-opacity));
}

.active\:border-b-nafisa-500\/0:active {
  border-bottom-color: rgb(153 53 10 / 0);
}

.active\:border-b-nafisa-500\/10:active {
  border-bottom-color: rgb(153 53 10 / 0.1);
}

.active\:border-b-nafisa-500\/100:active {
  border-bottom-color: rgb(153 53 10 / 1);
}

.active\:border-b-nafisa-500\/20:active {
  border-bottom-color: rgb(153 53 10 / 0.2);
}

.active\:border-b-nafisa-500\/25:active {
  border-bottom-color: rgb(153 53 10 / 0.25);
}

.active\:border-b-nafisa-500\/30:active {
  border-bottom-color: rgb(153 53 10 / 0.3);
}

.active\:border-b-nafisa-500\/40:active {
  border-bottom-color: rgb(153 53 10 / 0.4);
}

.active\:border-b-nafisa-500\/5:active {
  border-bottom-color: rgb(153 53 10 / 0.05);
}

.active\:border-b-nafisa-500\/50:active {
  border-bottom-color: rgb(153 53 10 / 0.5);
}

.active\:border-b-nafisa-500\/60:active {
  border-bottom-color: rgb(153 53 10 / 0.6);
}

.active\:border-b-nafisa-500\/70:active {
  border-bottom-color: rgb(153 53 10 / 0.7);
}

.active\:border-b-nafisa-500\/75:active {
  border-bottom-color: rgb(153 53 10 / 0.75);
}

.active\:border-b-nafisa-500\/80:active {
  border-bottom-color: rgb(153 53 10 / 0.8);
}

.active\:border-b-nafisa-500\/90:active {
  border-bottom-color: rgb(153 53 10 / 0.9);
}

.active\:border-b-nafisa-500\/95:active {
  border-bottom-color: rgb(153 53 10 / 0.95);
}

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

.active\:border-b-neutral-100\/0:active {
  border-bottom-color: rgb(245 245 245 / 0);
}

.active\:border-b-neutral-100\/10:active {
  border-bottom-color: rgb(245 245 245 / 0.1);
}

.active\:border-b-neutral-100\/100:active {
  border-bottom-color: rgb(245 245 245 / 1);
}

.active\:border-b-neutral-100\/20:active {
  border-bottom-color: rgb(245 245 245 / 0.2);
}

.active\:border-b-neutral-100\/25:active {
  border-bottom-color: rgb(245 245 245 / 0.25);
}

.active\:border-b-neutral-100\/30:active {
  border-bottom-color: rgb(245 245 245 / 0.3);
}

.active\:border-b-neutral-100\/40:active {
  border-bottom-color: rgb(245 245 245 / 0.4);
}

.active\:border-b-neutral-100\/5:active {
  border-bottom-color: rgb(245 245 245 / 0.05);
}

.active\:border-b-neutral-100\/50:active {
  border-bottom-color: rgb(245 245 245 / 0.5);
}

.active\:border-b-neutral-100\/60:active {
  border-bottom-color: rgb(245 245 245 / 0.6);
}

.active\:border-b-neutral-100\/70:active {
  border-bottom-color: rgb(245 245 245 / 0.7);
}

.active\:border-b-neutral-100\/75:active {
  border-bottom-color: rgb(245 245 245 / 0.75);
}

.active\:border-b-neutral-100\/80:active {
  border-bottom-color: rgb(245 245 245 / 0.8);
}

.active\:border-b-neutral-100\/90:active {
  border-bottom-color: rgb(245 245 245 / 0.9);
}

.active\:border-b-neutral-100\/95:active {
  border-bottom-color: rgb(245 245 245 / 0.95);
}

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

.active\:border-b-neutral-200\/0:active {
  border-bottom-color: rgb(229 229 229 / 0);
}

.active\:border-b-neutral-200\/10:active {
  border-bottom-color: rgb(229 229 229 / 0.1);
}

.active\:border-b-neutral-200\/100:active {
  border-bottom-color: rgb(229 229 229 / 1);
}

.active\:border-b-neutral-200\/20:active {
  border-bottom-color: rgb(229 229 229 / 0.2);
}

.active\:border-b-neutral-200\/25:active {
  border-bottom-color: rgb(229 229 229 / 0.25);
}

.active\:border-b-neutral-200\/30:active {
  border-bottom-color: rgb(229 229 229 / 0.3);
}

.active\:border-b-neutral-200\/40:active {
  border-bottom-color: rgb(229 229 229 / 0.4);
}

.active\:border-b-neutral-200\/5:active {
  border-bottom-color: rgb(229 229 229 / 0.05);
}

.active\:border-b-neutral-200\/50:active {
  border-bottom-color: rgb(229 229 229 / 0.5);
}

.active\:border-b-neutral-200\/60:active {
  border-bottom-color: rgb(229 229 229 / 0.6);
}

.active\:border-b-neutral-200\/70:active {
  border-bottom-color: rgb(229 229 229 / 0.7);
}

.active\:border-b-neutral-200\/75:active {
  border-bottom-color: rgb(229 229 229 / 0.75);
}

.active\:border-b-neutral-200\/80:active {
  border-bottom-color: rgb(229 229 229 / 0.8);
}

.active\:border-b-neutral-200\/90:active {
  border-bottom-color: rgb(229 229 229 / 0.9);
}

.active\:border-b-neutral-200\/95:active {
  border-bottom-color: rgb(229 229 229 / 0.95);
}

.active\:border-b-neutral-300:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.active\:border-b-neutral-300\/0:active {
  border-bottom-color: rgb(212 212 212 / 0);
}

.active\:border-b-neutral-300\/10:active {
  border-bottom-color: rgb(212 212 212 / 0.1);
}

.active\:border-b-neutral-300\/100:active {
  border-bottom-color: rgb(212 212 212 / 1);
}

.active\:border-b-neutral-300\/20:active {
  border-bottom-color: rgb(212 212 212 / 0.2);
}

.active\:border-b-neutral-300\/25:active {
  border-bottom-color: rgb(212 212 212 / 0.25);
}

.active\:border-b-neutral-300\/30:active {
  border-bottom-color: rgb(212 212 212 / 0.3);
}

.active\:border-b-neutral-300\/40:active {
  border-bottom-color: rgb(212 212 212 / 0.4);
}

.active\:border-b-neutral-300\/5:active {
  border-bottom-color: rgb(212 212 212 / 0.05);
}

.active\:border-b-neutral-300\/50:active {
  border-bottom-color: rgb(212 212 212 / 0.5);
}

.active\:border-b-neutral-300\/60:active {
  border-bottom-color: rgb(212 212 212 / 0.6);
}

.active\:border-b-neutral-300\/70:active {
  border-bottom-color: rgb(212 212 212 / 0.7);
}

.active\:border-b-neutral-300\/75:active {
  border-bottom-color: rgb(212 212 212 / 0.75);
}

.active\:border-b-neutral-300\/80:active {
  border-bottom-color: rgb(212 212 212 / 0.8);
}

.active\:border-b-neutral-300\/90:active {
  border-bottom-color: rgb(212 212 212 / 0.9);
}

.active\:border-b-neutral-300\/95:active {
  border-bottom-color: rgb(212 212 212 / 0.95);
}

.active\:border-b-neutral-400:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.active\:border-b-neutral-400\/0:active {
  border-bottom-color: rgb(163 163 163 / 0);
}

.active\:border-b-neutral-400\/10:active {
  border-bottom-color: rgb(163 163 163 / 0.1);
}

.active\:border-b-neutral-400\/100:active {
  border-bottom-color: rgb(163 163 163 / 1);
}

.active\:border-b-neutral-400\/20:active {
  border-bottom-color: rgb(163 163 163 / 0.2);
}

.active\:border-b-neutral-400\/25:active {
  border-bottom-color: rgb(163 163 163 / 0.25);
}

.active\:border-b-neutral-400\/30:active {
  border-bottom-color: rgb(163 163 163 / 0.3);
}

.active\:border-b-neutral-400\/40:active {
  border-bottom-color: rgb(163 163 163 / 0.4);
}

.active\:border-b-neutral-400\/5:active {
  border-bottom-color: rgb(163 163 163 / 0.05);
}

.active\:border-b-neutral-400\/50:active {
  border-bottom-color: rgb(163 163 163 / 0.5);
}

.active\:border-b-neutral-400\/60:active {
  border-bottom-color: rgb(163 163 163 / 0.6);
}

.active\:border-b-neutral-400\/70:active {
  border-bottom-color: rgb(163 163 163 / 0.7);
}

.active\:border-b-neutral-400\/75:active {
  border-bottom-color: rgb(163 163 163 / 0.75);
}

.active\:border-b-neutral-400\/80:active {
  border-bottom-color: rgb(163 163 163 / 0.8);
}

.active\:border-b-neutral-400\/90:active {
  border-bottom-color: rgb(163 163 163 / 0.9);
}

.active\:border-b-neutral-400\/95:active {
  border-bottom-color: rgb(163 163 163 / 0.95);
}

.active\:border-b-neutral-50:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.active\:border-b-neutral-50\/0:active {
  border-bottom-color: rgb(250 250 250 / 0);
}

.active\:border-b-neutral-50\/10:active {
  border-bottom-color: rgb(250 250 250 / 0.1);
}

.active\:border-b-neutral-50\/100:active {
  border-bottom-color: rgb(250 250 250 / 1);
}

.active\:border-b-neutral-50\/20:active {
  border-bottom-color: rgb(250 250 250 / 0.2);
}

.active\:border-b-neutral-50\/25:active {
  border-bottom-color: rgb(250 250 250 / 0.25);
}

.active\:border-b-neutral-50\/30:active {
  border-bottom-color: rgb(250 250 250 / 0.3);
}

.active\:border-b-neutral-50\/40:active {
  border-bottom-color: rgb(250 250 250 / 0.4);
}

.active\:border-b-neutral-50\/5:active {
  border-bottom-color: rgb(250 250 250 / 0.05);
}

.active\:border-b-neutral-50\/50:active {
  border-bottom-color: rgb(250 250 250 / 0.5);
}

.active\:border-b-neutral-50\/60:active {
  border-bottom-color: rgb(250 250 250 / 0.6);
}

.active\:border-b-neutral-50\/70:active {
  border-bottom-color: rgb(250 250 250 / 0.7);
}

.active\:border-b-neutral-50\/75:active {
  border-bottom-color: rgb(250 250 250 / 0.75);
}

.active\:border-b-neutral-50\/80:active {
  border-bottom-color: rgb(250 250 250 / 0.8);
}

.active\:border-b-neutral-50\/90:active {
  border-bottom-color: rgb(250 250 250 / 0.9);
}

.active\:border-b-neutral-50\/95:active {
  border-bottom-color: rgb(250 250 250 / 0.95);
}

.active\:border-b-neutral-500:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.active\:border-b-neutral-500\/0:active {
  border-bottom-color: rgb(115 115 115 / 0);
}

.active\:border-b-neutral-500\/10:active {
  border-bottom-color: rgb(115 115 115 / 0.1);
}

.active\:border-b-neutral-500\/100:active {
  border-bottom-color: rgb(115 115 115 / 1);
}

.active\:border-b-neutral-500\/20:active {
  border-bottom-color: rgb(115 115 115 / 0.2);
}

.active\:border-b-neutral-500\/25:active {
  border-bottom-color: rgb(115 115 115 / 0.25);
}

.active\:border-b-neutral-500\/30:active {
  border-bottom-color: rgb(115 115 115 / 0.3);
}

.active\:border-b-neutral-500\/40:active {
  border-bottom-color: rgb(115 115 115 / 0.4);
}

.active\:border-b-neutral-500\/5:active {
  border-bottom-color: rgb(115 115 115 / 0.05);
}

.active\:border-b-neutral-500\/50:active {
  border-bottom-color: rgb(115 115 115 / 0.5);
}

.active\:border-b-neutral-500\/60:active {
  border-bottom-color: rgb(115 115 115 / 0.6);
}

.active\:border-b-neutral-500\/70:active {
  border-bottom-color: rgb(115 115 115 / 0.7);
}

.active\:border-b-neutral-500\/75:active {
  border-bottom-color: rgb(115 115 115 / 0.75);
}

.active\:border-b-neutral-500\/80:active {
  border-bottom-color: rgb(115 115 115 / 0.8);
}

.active\:border-b-neutral-500\/90:active {
  border-bottom-color: rgb(115 115 115 / 0.9);
}

.active\:border-b-neutral-500\/95:active {
  border-bottom-color: rgb(115 115 115 / 0.95);
}

.active\:border-b-neutral-600:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.active\:border-b-neutral-600\/0:active {
  border-bottom-color: rgb(82 82 82 / 0);
}

.active\:border-b-neutral-600\/10:active {
  border-bottom-color: rgb(82 82 82 / 0.1);
}

.active\:border-b-neutral-600\/100:active {
  border-bottom-color: rgb(82 82 82 / 1);
}

.active\:border-b-neutral-600\/20:active {
  border-bottom-color: rgb(82 82 82 / 0.2);
}

.active\:border-b-neutral-600\/25:active {
  border-bottom-color: rgb(82 82 82 / 0.25);
}

.active\:border-b-neutral-600\/30:active {
  border-bottom-color: rgb(82 82 82 / 0.3);
}

.active\:border-b-neutral-600\/40:active {
  border-bottom-color: rgb(82 82 82 / 0.4);
}

.active\:border-b-neutral-600\/5:active {
  border-bottom-color: rgb(82 82 82 / 0.05);
}

.active\:border-b-neutral-600\/50:active {
  border-bottom-color: rgb(82 82 82 / 0.5);
}

.active\:border-b-neutral-600\/60:active {
  border-bottom-color: rgb(82 82 82 / 0.6);
}

.active\:border-b-neutral-600\/70:active {
  border-bottom-color: rgb(82 82 82 / 0.7);
}

.active\:border-b-neutral-600\/75:active {
  border-bottom-color: rgb(82 82 82 / 0.75);
}

.active\:border-b-neutral-600\/80:active {
  border-bottom-color: rgb(82 82 82 / 0.8);
}

.active\:border-b-neutral-600\/90:active {
  border-bottom-color: rgb(82 82 82 / 0.9);
}

.active\:border-b-neutral-600\/95:active {
  border-bottom-color: rgb(82 82 82 / 0.95);
}

.active\:border-b-neutral-700:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.active\:border-b-neutral-700\/0:active {
  border-bottom-color: rgb(64 64 64 / 0);
}

.active\:border-b-neutral-700\/10:active {
  border-bottom-color: rgb(64 64 64 / 0.1);
}

.active\:border-b-neutral-700\/100:active {
  border-bottom-color: rgb(64 64 64 / 1);
}

.active\:border-b-neutral-700\/20:active {
  border-bottom-color: rgb(64 64 64 / 0.2);
}

.active\:border-b-neutral-700\/25:active {
  border-bottom-color: rgb(64 64 64 / 0.25);
}

.active\:border-b-neutral-700\/30:active {
  border-bottom-color: rgb(64 64 64 / 0.3);
}

.active\:border-b-neutral-700\/40:active {
  border-bottom-color: rgb(64 64 64 / 0.4);
}

.active\:border-b-neutral-700\/5:active {
  border-bottom-color: rgb(64 64 64 / 0.05);
}

.active\:border-b-neutral-700\/50:active {
  border-bottom-color: rgb(64 64 64 / 0.5);
}

.active\:border-b-neutral-700\/60:active {
  border-bottom-color: rgb(64 64 64 / 0.6);
}

.active\:border-b-neutral-700\/70:active {
  border-bottom-color: rgb(64 64 64 / 0.7);
}

.active\:border-b-neutral-700\/75:active {
  border-bottom-color: rgb(64 64 64 / 0.75);
}

.active\:border-b-neutral-700\/80:active {
  border-bottom-color: rgb(64 64 64 / 0.8);
}

.active\:border-b-neutral-700\/90:active {
  border-bottom-color: rgb(64 64 64 / 0.9);
}

.active\:border-b-neutral-700\/95:active {
  border-bottom-color: rgb(64 64 64 / 0.95);
}

.active\:border-b-neutral-800:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.active\:border-b-neutral-800\/0:active {
  border-bottom-color: rgb(38 38 38 / 0);
}

.active\:border-b-neutral-800\/10:active {
  border-bottom-color: rgb(38 38 38 / 0.1);
}

.active\:border-b-neutral-800\/100:active {
  border-bottom-color: rgb(38 38 38 / 1);
}

.active\:border-b-neutral-800\/20:active {
  border-bottom-color: rgb(38 38 38 / 0.2);
}

.active\:border-b-neutral-800\/25:active {
  border-bottom-color: rgb(38 38 38 / 0.25);
}

.active\:border-b-neutral-800\/30:active {
  border-bottom-color: rgb(38 38 38 / 0.3);
}

.active\:border-b-neutral-800\/40:active {
  border-bottom-color: rgb(38 38 38 / 0.4);
}

.active\:border-b-neutral-800\/5:active {
  border-bottom-color: rgb(38 38 38 / 0.05);
}

.active\:border-b-neutral-800\/50:active {
  border-bottom-color: rgb(38 38 38 / 0.5);
}

.active\:border-b-neutral-800\/60:active {
  border-bottom-color: rgb(38 38 38 / 0.6);
}

.active\:border-b-neutral-800\/70:active {
  border-bottom-color: rgb(38 38 38 / 0.7);
}

.active\:border-b-neutral-800\/75:active {
  border-bottom-color: rgb(38 38 38 / 0.75);
}

.active\:border-b-neutral-800\/80:active {
  border-bottom-color: rgb(38 38 38 / 0.8);
}

.active\:border-b-neutral-800\/90:active {
  border-bottom-color: rgb(38 38 38 / 0.9);
}

.active\:border-b-neutral-800\/95:active {
  border-bottom-color: rgb(38 38 38 / 0.95);
}

.active\:border-b-neutral-900:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.active\:border-b-neutral-900\/0:active {
  border-bottom-color: rgb(23 23 23 / 0);
}

.active\:border-b-neutral-900\/10:active {
  border-bottom-color: rgb(23 23 23 / 0.1);
}

.active\:border-b-neutral-900\/100:active {
  border-bottom-color: rgb(23 23 23 / 1);
}

.active\:border-b-neutral-900\/20:active {
  border-bottom-color: rgb(23 23 23 / 0.2);
}

.active\:border-b-neutral-900\/25:active {
  border-bottom-color: rgb(23 23 23 / 0.25);
}

.active\:border-b-neutral-900\/30:active {
  border-bottom-color: rgb(23 23 23 / 0.3);
}

.active\:border-b-neutral-900\/40:active {
  border-bottom-color: rgb(23 23 23 / 0.4);
}

.active\:border-b-neutral-900\/5:active {
  border-bottom-color: rgb(23 23 23 / 0.05);
}

.active\:border-b-neutral-900\/50:active {
  border-bottom-color: rgb(23 23 23 / 0.5);
}

.active\:border-b-neutral-900\/60:active {
  border-bottom-color: rgb(23 23 23 / 0.6);
}

.active\:border-b-neutral-900\/70:active {
  border-bottom-color: rgb(23 23 23 / 0.7);
}

.active\:border-b-neutral-900\/75:active {
  border-bottom-color: rgb(23 23 23 / 0.75);
}

.active\:border-b-neutral-900\/80:active {
  border-bottom-color: rgb(23 23 23 / 0.8);
}

.active\:border-b-neutral-900\/90:active {
  border-bottom-color: rgb(23 23 23 / 0.9);
}

.active\:border-b-neutral-900\/95:active {
  border-bottom-color: rgb(23 23 23 / 0.95);
}

.active\:border-b-neutral-950:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.active\:border-b-neutral-950\/0:active {
  border-bottom-color: rgb(10 10 10 / 0);
}

.active\:border-b-neutral-950\/10:active {
  border-bottom-color: rgb(10 10 10 / 0.1);
}

.active\:border-b-neutral-950\/100:active {
  border-bottom-color: rgb(10 10 10 / 1);
}

.active\:border-b-neutral-950\/20:active {
  border-bottom-color: rgb(10 10 10 / 0.2);
}

.active\:border-b-neutral-950\/25:active {
  border-bottom-color: rgb(10 10 10 / 0.25);
}

.active\:border-b-neutral-950\/30:active {
  border-bottom-color: rgb(10 10 10 / 0.3);
}

.active\:border-b-neutral-950\/40:active {
  border-bottom-color: rgb(10 10 10 / 0.4);
}

.active\:border-b-neutral-950\/5:active {
  border-bottom-color: rgb(10 10 10 / 0.05);
}

.active\:border-b-neutral-950\/50:active {
  border-bottom-color: rgb(10 10 10 / 0.5);
}

.active\:border-b-neutral-950\/60:active {
  border-bottom-color: rgb(10 10 10 / 0.6);
}

.active\:border-b-neutral-950\/70:active {
  border-bottom-color: rgb(10 10 10 / 0.7);
}

.active\:border-b-neutral-950\/75:active {
  border-bottom-color: rgb(10 10 10 / 0.75);
}

.active\:border-b-neutral-950\/80:active {
  border-bottom-color: rgb(10 10 10 / 0.8);
}

.active\:border-b-neutral-950\/90:active {
  border-bottom-color: rgb(10 10 10 / 0.9);
}

.active\:border-b-neutral-950\/95:active {
  border-bottom-color: rgb(10 10 10 / 0.95);
}

.active\:border-b-orange-100:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 237 213 / var(--tw-border-opacity));
}

.active\:border-b-orange-100\/0:active {
  border-bottom-color: rgb(255 237 213 / 0);
}

.active\:border-b-orange-100\/10:active {
  border-bottom-color: rgb(255 237 213 / 0.1);
}

.active\:border-b-orange-100\/100:active {
  border-bottom-color: rgb(255 237 213 / 1);
}

.active\:border-b-orange-100\/20:active {
  border-bottom-color: rgb(255 237 213 / 0.2);
}

.active\:border-b-orange-100\/25:active {
  border-bottom-color: rgb(255 237 213 / 0.25);
}

.active\:border-b-orange-100\/30:active {
  border-bottom-color: rgb(255 237 213 / 0.3);
}

.active\:border-b-orange-100\/40:active {
  border-bottom-color: rgb(255 237 213 / 0.4);
}

.active\:border-b-orange-100\/5:active {
  border-bottom-color: rgb(255 237 213 / 0.05);
}

.active\:border-b-orange-100\/50:active {
  border-bottom-color: rgb(255 237 213 / 0.5);
}

.active\:border-b-orange-100\/60:active {
  border-bottom-color: rgb(255 237 213 / 0.6);
}

.active\:border-b-orange-100\/70:active {
  border-bottom-color: rgb(255 237 213 / 0.7);
}

.active\:border-b-orange-100\/75:active {
  border-bottom-color: rgb(255 237 213 / 0.75);
}

.active\:border-b-orange-100\/80:active {
  border-bottom-color: rgb(255 237 213 / 0.8);
}

.active\:border-b-orange-100\/90:active {
  border-bottom-color: rgb(255 237 213 / 0.9);
}

.active\:border-b-orange-100\/95:active {
  border-bottom-color: rgb(255 237 213 / 0.95);
}

.active\:border-b-orange-200:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 215 170 / var(--tw-border-opacity));
}

.active\:border-b-orange-200\/0:active {
  border-bottom-color: rgb(254 215 170 / 0);
}

.active\:border-b-orange-200\/10:active {
  border-bottom-color: rgb(254 215 170 / 0.1);
}

.active\:border-b-orange-200\/100:active {
  border-bottom-color: rgb(254 215 170 / 1);
}

.active\:border-b-orange-200\/20:active {
  border-bottom-color: rgb(254 215 170 / 0.2);
}

.active\:border-b-orange-200\/25:active {
  border-bottom-color: rgb(254 215 170 / 0.25);
}

.active\:border-b-orange-200\/30:active {
  border-bottom-color: rgb(254 215 170 / 0.3);
}

.active\:border-b-orange-200\/40:active {
  border-bottom-color: rgb(254 215 170 / 0.4);
}

.active\:border-b-orange-200\/5:active {
  border-bottom-color: rgb(254 215 170 / 0.05);
}

.active\:border-b-orange-200\/50:active {
  border-bottom-color: rgb(254 215 170 / 0.5);
}

.active\:border-b-orange-200\/60:active {
  border-bottom-color: rgb(254 215 170 / 0.6);
}

.active\:border-b-orange-200\/70:active {
  border-bottom-color: rgb(254 215 170 / 0.7);
}

.active\:border-b-orange-200\/75:active {
  border-bottom-color: rgb(254 215 170 / 0.75);
}

.active\:border-b-orange-200\/80:active {
  border-bottom-color: rgb(254 215 170 / 0.8);
}

.active\:border-b-orange-200\/90:active {
  border-bottom-color: rgb(254 215 170 / 0.9);
}

.active\:border-b-orange-200\/95:active {
  border-bottom-color: rgb(254 215 170 / 0.95);
}

.active\:border-b-orange-300:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 186 116 / var(--tw-border-opacity));
}

.active\:border-b-orange-300\/0:active {
  border-bottom-color: rgb(253 186 116 / 0);
}

.active\:border-b-orange-300\/10:active {
  border-bottom-color: rgb(253 186 116 / 0.1);
}

.active\:border-b-orange-300\/100:active {
  border-bottom-color: rgb(253 186 116 / 1);
}

.active\:border-b-orange-300\/20:active {
  border-bottom-color: rgb(253 186 116 / 0.2);
}

.active\:border-b-orange-300\/25:active {
  border-bottom-color: rgb(253 186 116 / 0.25);
}

.active\:border-b-orange-300\/30:active {
  border-bottom-color: rgb(253 186 116 / 0.3);
}

.active\:border-b-orange-300\/40:active {
  border-bottom-color: rgb(253 186 116 / 0.4);
}

.active\:border-b-orange-300\/5:active {
  border-bottom-color: rgb(253 186 116 / 0.05);
}

.active\:border-b-orange-300\/50:active {
  border-bottom-color: rgb(253 186 116 / 0.5);
}

.active\:border-b-orange-300\/60:active {
  border-bottom-color: rgb(253 186 116 / 0.6);
}

.active\:border-b-orange-300\/70:active {
  border-bottom-color: rgb(253 186 116 / 0.7);
}

.active\:border-b-orange-300\/75:active {
  border-bottom-color: rgb(253 186 116 / 0.75);
}

.active\:border-b-orange-300\/80:active {
  border-bottom-color: rgb(253 186 116 / 0.8);
}

.active\:border-b-orange-300\/90:active {
  border-bottom-color: rgb(253 186 116 / 0.9);
}

.active\:border-b-orange-300\/95:active {
  border-bottom-color: rgb(253 186 116 / 0.95);
}

.active\:border-b-orange-400:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.active\:border-b-orange-400\/0:active {
  border-bottom-color: rgb(251 146 60 / 0);
}

.active\:border-b-orange-400\/10:active {
  border-bottom-color: rgb(251 146 60 / 0.1);
}

.active\:border-b-orange-400\/100:active {
  border-bottom-color: rgb(251 146 60 / 1);
}

.active\:border-b-orange-400\/20:active {
  border-bottom-color: rgb(251 146 60 / 0.2);
}

.active\:border-b-orange-400\/25:active {
  border-bottom-color: rgb(251 146 60 / 0.25);
}

.active\:border-b-orange-400\/30:active {
  border-bottom-color: rgb(251 146 60 / 0.3);
}

.active\:border-b-orange-400\/40:active {
  border-bottom-color: rgb(251 146 60 / 0.4);
}

.active\:border-b-orange-400\/5:active {
  border-bottom-color: rgb(251 146 60 / 0.05);
}

.active\:border-b-orange-400\/50:active {
  border-bottom-color: rgb(251 146 60 / 0.5);
}

.active\:border-b-orange-400\/60:active {
  border-bottom-color: rgb(251 146 60 / 0.6);
}

.active\:border-b-orange-400\/70:active {
  border-bottom-color: rgb(251 146 60 / 0.7);
}

.active\:border-b-orange-400\/75:active {
  border-bottom-color: rgb(251 146 60 / 0.75);
}

.active\:border-b-orange-400\/80:active {
  border-bottom-color: rgb(251 146 60 / 0.8);
}

.active\:border-b-orange-400\/90:active {
  border-bottom-color: rgb(251 146 60 / 0.9);
}

.active\:border-b-orange-400\/95:active {
  border-bottom-color: rgb(251 146 60 / 0.95);
}

.active\:border-b-orange-50:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 247 237 / var(--tw-border-opacity));
}

.active\:border-b-orange-50\/0:active {
  border-bottom-color: rgb(255 247 237 / 0);
}

.active\:border-b-orange-50\/10:active {
  border-bottom-color: rgb(255 247 237 / 0.1);
}

.active\:border-b-orange-50\/100:active {
  border-bottom-color: rgb(255 247 237 / 1);
}

.active\:border-b-orange-50\/20:active {
  border-bottom-color: rgb(255 247 237 / 0.2);
}

.active\:border-b-orange-50\/25:active {
  border-bottom-color: rgb(255 247 237 / 0.25);
}

.active\:border-b-orange-50\/30:active {
  border-bottom-color: rgb(255 247 237 / 0.3);
}

.active\:border-b-orange-50\/40:active {
  border-bottom-color: rgb(255 247 237 / 0.4);
}

.active\:border-b-orange-50\/5:active {
  border-bottom-color: rgb(255 247 237 / 0.05);
}

.active\:border-b-orange-50\/50:active {
  border-bottom-color: rgb(255 247 237 / 0.5);
}

.active\:border-b-orange-50\/60:active {
  border-bottom-color: rgb(255 247 237 / 0.6);
}

.active\:border-b-orange-50\/70:active {
  border-bottom-color: rgb(255 247 237 / 0.7);
}

.active\:border-b-orange-50\/75:active {
  border-bottom-color: rgb(255 247 237 / 0.75);
}

.active\:border-b-orange-50\/80:active {
  border-bottom-color: rgb(255 247 237 / 0.8);
}

.active\:border-b-orange-50\/90:active {
  border-bottom-color: rgb(255 247 237 / 0.9);
}

.active\:border-b-orange-50\/95:active {
  border-bottom-color: rgb(255 247 237 / 0.95);
}

.active\:border-b-orange-500:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 115 22 / var(--tw-border-opacity));
}

.active\:border-b-orange-500\/0:active {
  border-bottom-color: rgb(249 115 22 / 0);
}

.active\:border-b-orange-500\/10:active {
  border-bottom-color: rgb(249 115 22 / 0.1);
}

.active\:border-b-orange-500\/100:active {
  border-bottom-color: rgb(249 115 22 / 1);
}

.active\:border-b-orange-500\/20:active {
  border-bottom-color: rgb(249 115 22 / 0.2);
}

.active\:border-b-orange-500\/25:active {
  border-bottom-color: rgb(249 115 22 / 0.25);
}

.active\:border-b-orange-500\/30:active {
  border-bottom-color: rgb(249 115 22 / 0.3);
}

.active\:border-b-orange-500\/40:active {
  border-bottom-color: rgb(249 115 22 / 0.4);
}

.active\:border-b-orange-500\/5:active {
  border-bottom-color: rgb(249 115 22 / 0.05);
}

.active\:border-b-orange-500\/50:active {
  border-bottom-color: rgb(249 115 22 / 0.5);
}

.active\:border-b-orange-500\/60:active {
  border-bottom-color: rgb(249 115 22 / 0.6);
}

.active\:border-b-orange-500\/70:active {
  border-bottom-color: rgb(249 115 22 / 0.7);
}

.active\:border-b-orange-500\/75:active {
  border-bottom-color: rgb(249 115 22 / 0.75);
}

.active\:border-b-orange-500\/80:active {
  border-bottom-color: rgb(249 115 22 / 0.8);
}

.active\:border-b-orange-500\/90:active {
  border-bottom-color: rgb(249 115 22 / 0.9);
}

.active\:border-b-orange-500\/95:active {
  border-bottom-color: rgb(249 115 22 / 0.95);
}

.active\:border-b-orange-600:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.active\:border-b-orange-600\/0:active {
  border-bottom-color: rgb(234 88 12 / 0);
}

.active\:border-b-orange-600\/10:active {
  border-bottom-color: rgb(234 88 12 / 0.1);
}

.active\:border-b-orange-600\/100:active {
  border-bottom-color: rgb(234 88 12 / 1);
}

.active\:border-b-orange-600\/20:active {
  border-bottom-color: rgb(234 88 12 / 0.2);
}

.active\:border-b-orange-600\/25:active {
  border-bottom-color: rgb(234 88 12 / 0.25);
}

.active\:border-b-orange-600\/30:active {
  border-bottom-color: rgb(234 88 12 / 0.3);
}

.active\:border-b-orange-600\/40:active {
  border-bottom-color: rgb(234 88 12 / 0.4);
}

.active\:border-b-orange-600\/5:active {
  border-bottom-color: rgb(234 88 12 / 0.05);
}

.active\:border-b-orange-600\/50:active {
  border-bottom-color: rgb(234 88 12 / 0.5);
}

.active\:border-b-orange-600\/60:active {
  border-bottom-color: rgb(234 88 12 / 0.6);
}

.active\:border-b-orange-600\/70:active {
  border-bottom-color: rgb(234 88 12 / 0.7);
}

.active\:border-b-orange-600\/75:active {
  border-bottom-color: rgb(234 88 12 / 0.75);
}

.active\:border-b-orange-600\/80:active {
  border-bottom-color: rgb(234 88 12 / 0.8);
}

.active\:border-b-orange-600\/90:active {
  border-bottom-color: rgb(234 88 12 / 0.9);
}

.active\:border-b-orange-600\/95:active {
  border-bottom-color: rgb(234 88 12 / 0.95);
}

.active\:border-b-orange-700:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(194 65 12 / var(--tw-border-opacity));
}

.active\:border-b-orange-700\/0:active {
  border-bottom-color: rgb(194 65 12 / 0);
}

.active\:border-b-orange-700\/10:active {
  border-bottom-color: rgb(194 65 12 / 0.1);
}

.active\:border-b-orange-700\/100:active {
  border-bottom-color: rgb(194 65 12 / 1);
}

.active\:border-b-orange-700\/20:active {
  border-bottom-color: rgb(194 65 12 / 0.2);
}

.active\:border-b-orange-700\/25:active {
  border-bottom-color: rgb(194 65 12 / 0.25);
}

.active\:border-b-orange-700\/30:active {
  border-bottom-color: rgb(194 65 12 / 0.3);
}

.active\:border-b-orange-700\/40:active {
  border-bottom-color: rgb(194 65 12 / 0.4);
}

.active\:border-b-orange-700\/5:active {
  border-bottom-color: rgb(194 65 12 / 0.05);
}

.active\:border-b-orange-700\/50:active {
  border-bottom-color: rgb(194 65 12 / 0.5);
}

.active\:border-b-orange-700\/60:active {
  border-bottom-color: rgb(194 65 12 / 0.6);
}

.active\:border-b-orange-700\/70:active {
  border-bottom-color: rgb(194 65 12 / 0.7);
}

.active\:border-b-orange-700\/75:active {
  border-bottom-color: rgb(194 65 12 / 0.75);
}

.active\:border-b-orange-700\/80:active {
  border-bottom-color: rgb(194 65 12 / 0.8);
}

.active\:border-b-orange-700\/90:active {
  border-bottom-color: rgb(194 65 12 / 0.9);
}

.active\:border-b-orange-700\/95:active {
  border-bottom-color: rgb(194 65 12 / 0.95);
}

.active\:border-b-orange-800:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(154 52 18 / var(--tw-border-opacity));
}

.active\:border-b-orange-800\/0:active {
  border-bottom-color: rgb(154 52 18 / 0);
}

.active\:border-b-orange-800\/10:active {
  border-bottom-color: rgb(154 52 18 / 0.1);
}

.active\:border-b-orange-800\/100:active {
  border-bottom-color: rgb(154 52 18 / 1);
}

.active\:border-b-orange-800\/20:active {
  border-bottom-color: rgb(154 52 18 / 0.2);
}

.active\:border-b-orange-800\/25:active {
  border-bottom-color: rgb(154 52 18 / 0.25);
}

.active\:border-b-orange-800\/30:active {
  border-bottom-color: rgb(154 52 18 / 0.3);
}

.active\:border-b-orange-800\/40:active {
  border-bottom-color: rgb(154 52 18 / 0.4);
}

.active\:border-b-orange-800\/5:active {
  border-bottom-color: rgb(154 52 18 / 0.05);
}

.active\:border-b-orange-800\/50:active {
  border-bottom-color: rgb(154 52 18 / 0.5);
}

.active\:border-b-orange-800\/60:active {
  border-bottom-color: rgb(154 52 18 / 0.6);
}

.active\:border-b-orange-800\/70:active {
  border-bottom-color: rgb(154 52 18 / 0.7);
}

.active\:border-b-orange-800\/75:active {
  border-bottom-color: rgb(154 52 18 / 0.75);
}

.active\:border-b-orange-800\/80:active {
  border-bottom-color: rgb(154 52 18 / 0.8);
}

.active\:border-b-orange-800\/90:active {
  border-bottom-color: rgb(154 52 18 / 0.9);
}

.active\:border-b-orange-800\/95:active {
  border-bottom-color: rgb(154 52 18 / 0.95);
}

.active\:border-b-orange-900:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(124 45 18 / var(--tw-border-opacity));
}

.active\:border-b-orange-900\/0:active {
  border-bottom-color: rgb(124 45 18 / 0);
}

.active\:border-b-orange-900\/10:active {
  border-bottom-color: rgb(124 45 18 / 0.1);
}

.active\:border-b-orange-900\/100:active {
  border-bottom-color: rgb(124 45 18 / 1);
}

.active\:border-b-orange-900\/20:active {
  border-bottom-color: rgb(124 45 18 / 0.2);
}

.active\:border-b-orange-900\/25:active {
  border-bottom-color: rgb(124 45 18 / 0.25);
}

.active\:border-b-orange-900\/30:active {
  border-bottom-color: rgb(124 45 18 / 0.3);
}

.active\:border-b-orange-900\/40:active {
  border-bottom-color: rgb(124 45 18 / 0.4);
}

.active\:border-b-orange-900\/5:active {
  border-bottom-color: rgb(124 45 18 / 0.05);
}

.active\:border-b-orange-900\/50:active {
  border-bottom-color: rgb(124 45 18 / 0.5);
}

.active\:border-b-orange-900\/60:active {
  border-bottom-color: rgb(124 45 18 / 0.6);
}

.active\:border-b-orange-900\/70:active {
  border-bottom-color: rgb(124 45 18 / 0.7);
}

.active\:border-b-orange-900\/75:active {
  border-bottom-color: rgb(124 45 18 / 0.75);
}

.active\:border-b-orange-900\/80:active {
  border-bottom-color: rgb(124 45 18 / 0.8);
}

.active\:border-b-orange-900\/90:active {
  border-bottom-color: rgb(124 45 18 / 0.9);
}

.active\:border-b-orange-900\/95:active {
  border-bottom-color: rgb(124 45 18 / 0.95);
}

.active\:border-b-orange-950:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(67 20 7 / var(--tw-border-opacity));
}

.active\:border-b-orange-950\/0:active {
  border-bottom-color: rgb(67 20 7 / 0);
}

.active\:border-b-orange-950\/10:active {
  border-bottom-color: rgb(67 20 7 / 0.1);
}

.active\:border-b-orange-950\/100:active {
  border-bottom-color: rgb(67 20 7 / 1);
}

.active\:border-b-orange-950\/20:active {
  border-bottom-color: rgb(67 20 7 / 0.2);
}

.active\:border-b-orange-950\/25:active {
  border-bottom-color: rgb(67 20 7 / 0.25);
}

.active\:border-b-orange-950\/30:active {
  border-bottom-color: rgb(67 20 7 / 0.3);
}

.active\:border-b-orange-950\/40:active {
  border-bottom-color: rgb(67 20 7 / 0.4);
}

.active\:border-b-orange-950\/5:active {
  border-bottom-color: rgb(67 20 7 / 0.05);
}

.active\:border-b-orange-950\/50:active {
  border-bottom-color: rgb(67 20 7 / 0.5);
}

.active\:border-b-orange-950\/60:active {
  border-bottom-color: rgb(67 20 7 / 0.6);
}

.active\:border-b-orange-950\/70:active {
  border-bottom-color: rgb(67 20 7 / 0.7);
}

.active\:border-b-orange-950\/75:active {
  border-bottom-color: rgb(67 20 7 / 0.75);
}

.active\:border-b-orange-950\/80:active {
  border-bottom-color: rgb(67 20 7 / 0.8);
}

.active\:border-b-orange-950\/90:active {
  border-bottom-color: rgb(67 20 7 / 0.9);
}

.active\:border-b-orange-950\/95:active {
  border-bottom-color: rgb(67 20 7 / 0.95);
}

.active\:border-b-ozc-100:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 239 235 / var(--tw-border-opacity));
}

.active\:border-b-ozc-100\/0:active {
  border-bottom-color: rgb(255 239 235 / 0);
}

.active\:border-b-ozc-100\/10:active {
  border-bottom-color: rgb(255 239 235 / 0.1);
}

.active\:border-b-ozc-100\/100:active {
  border-bottom-color: rgb(255 239 235 / 1);
}

.active\:border-b-ozc-100\/20:active {
  border-bottom-color: rgb(255 239 235 / 0.2);
}

.active\:border-b-ozc-100\/25:active {
  border-bottom-color: rgb(255 239 235 / 0.25);
}

.active\:border-b-ozc-100\/30:active {
  border-bottom-color: rgb(255 239 235 / 0.3);
}

.active\:border-b-ozc-100\/40:active {
  border-bottom-color: rgb(255 239 235 / 0.4);
}

.active\:border-b-ozc-100\/5:active {
  border-bottom-color: rgb(255 239 235 / 0.05);
}

.active\:border-b-ozc-100\/50:active {
  border-bottom-color: rgb(255 239 235 / 0.5);
}

.active\:border-b-ozc-100\/60:active {
  border-bottom-color: rgb(255 239 235 / 0.6);
}

.active\:border-b-ozc-100\/70:active {
  border-bottom-color: rgb(255 239 235 / 0.7);
}

.active\:border-b-ozc-100\/75:active {
  border-bottom-color: rgb(255 239 235 / 0.75);
}

.active\:border-b-ozc-100\/80:active {
  border-bottom-color: rgb(255 239 235 / 0.8);
}

.active\:border-b-ozc-100\/90:active {
  border-bottom-color: rgb(255 239 235 / 0.9);
}

.active\:border-b-ozc-100\/95:active {
  border-bottom-color: rgb(255 239 235 / 0.95);
}

.active\:border-b-ozc-200:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 225 222 / var(--tw-border-opacity));
}

.active\:border-b-ozc-200\/0:active {
  border-bottom-color: rgb(253 225 222 / 0);
}

.active\:border-b-ozc-200\/10:active {
  border-bottom-color: rgb(253 225 222 / 0.1);
}

.active\:border-b-ozc-200\/100:active {
  border-bottom-color: rgb(253 225 222 / 1);
}

.active\:border-b-ozc-200\/20:active {
  border-bottom-color: rgb(253 225 222 / 0.2);
}

.active\:border-b-ozc-200\/25:active {
  border-bottom-color: rgb(253 225 222 / 0.25);
}

.active\:border-b-ozc-200\/30:active {
  border-bottom-color: rgb(253 225 222 / 0.3);
}

.active\:border-b-ozc-200\/40:active {
  border-bottom-color: rgb(253 225 222 / 0.4);
}

.active\:border-b-ozc-200\/5:active {
  border-bottom-color: rgb(253 225 222 / 0.05);
}

.active\:border-b-ozc-200\/50:active {
  border-bottom-color: rgb(253 225 222 / 0.5);
}

.active\:border-b-ozc-200\/60:active {
  border-bottom-color: rgb(253 225 222 / 0.6);
}

.active\:border-b-ozc-200\/70:active {
  border-bottom-color: rgb(253 225 222 / 0.7);
}

.active\:border-b-ozc-200\/75:active {
  border-bottom-color: rgb(253 225 222 / 0.75);
}

.active\:border-b-ozc-200\/80:active {
  border-bottom-color: rgb(253 225 222 / 0.8);
}

.active\:border-b-ozc-200\/90:active {
  border-bottom-color: rgb(253 225 222 / 0.9);
}

.active\:border-b-ozc-200\/95:active {
  border-bottom-color: rgb(253 225 222 / 0.95);
}

.active\:border-b-ozc-300:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(248 181 181 / var(--tw-border-opacity));
}

.active\:border-b-ozc-300\/0:active {
  border-bottom-color: rgb(248 181 181 / 0);
}

.active\:border-b-ozc-300\/10:active {
  border-bottom-color: rgb(248 181 181 / 0.1);
}

.active\:border-b-ozc-300\/100:active {
  border-bottom-color: rgb(248 181 181 / 1);
}

.active\:border-b-ozc-300\/20:active {
  border-bottom-color: rgb(248 181 181 / 0.2);
}

.active\:border-b-ozc-300\/25:active {
  border-bottom-color: rgb(248 181 181 / 0.25);
}

.active\:border-b-ozc-300\/30:active {
  border-bottom-color: rgb(248 181 181 / 0.3);
}

.active\:border-b-ozc-300\/40:active {
  border-bottom-color: rgb(248 181 181 / 0.4);
}

.active\:border-b-ozc-300\/5:active {
  border-bottom-color: rgb(248 181 181 / 0.05);
}

.active\:border-b-ozc-300\/50:active {
  border-bottom-color: rgb(248 181 181 / 0.5);
}

.active\:border-b-ozc-300\/60:active {
  border-bottom-color: rgb(248 181 181 / 0.6);
}

.active\:border-b-ozc-300\/70:active {
  border-bottom-color: rgb(248 181 181 / 0.7);
}

.active\:border-b-ozc-300\/75:active {
  border-bottom-color: rgb(248 181 181 / 0.75);
}

.active\:border-b-ozc-300\/80:active {
  border-bottom-color: rgb(248 181 181 / 0.8);
}

.active\:border-b-ozc-300\/90:active {
  border-bottom-color: rgb(248 181 181 / 0.9);
}

.active\:border-b-ozc-300\/95:active {
  border-bottom-color: rgb(248 181 181 / 0.95);
}

.active\:border-b-ozc-400:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 189 173 / var(--tw-border-opacity));
}

.active\:border-b-ozc-400\/0:active {
  border-bottom-color: rgb(250 189 173 / 0);
}

.active\:border-b-ozc-400\/10:active {
  border-bottom-color: rgb(250 189 173 / 0.1);
}

.active\:border-b-ozc-400\/100:active {
  border-bottom-color: rgb(250 189 173 / 1);
}

.active\:border-b-ozc-400\/20:active {
  border-bottom-color: rgb(250 189 173 / 0.2);
}

.active\:border-b-ozc-400\/25:active {
  border-bottom-color: rgb(250 189 173 / 0.25);
}

.active\:border-b-ozc-400\/30:active {
  border-bottom-color: rgb(250 189 173 / 0.3);
}

.active\:border-b-ozc-400\/40:active {
  border-bottom-color: rgb(250 189 173 / 0.4);
}

.active\:border-b-ozc-400\/5:active {
  border-bottom-color: rgb(250 189 173 / 0.05);
}

.active\:border-b-ozc-400\/50:active {
  border-bottom-color: rgb(250 189 173 / 0.5);
}

.active\:border-b-ozc-400\/60:active {
  border-bottom-color: rgb(250 189 173 / 0.6);
}

.active\:border-b-ozc-400\/70:active {
  border-bottom-color: rgb(250 189 173 / 0.7);
}

.active\:border-b-ozc-400\/75:active {
  border-bottom-color: rgb(250 189 173 / 0.75);
}

.active\:border-b-ozc-400\/80:active {
  border-bottom-color: rgb(250 189 173 / 0.8);
}

.active\:border-b-ozc-400\/90:active {
  border-bottom-color: rgb(250 189 173 / 0.9);
}

.active\:border-b-ozc-400\/95:active {
  border-bottom-color: rgb(250 189 173 / 0.95);
}

.active\:border-b-ozc-50:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 243 232 / var(--tw-border-opacity));
}

.active\:border-b-ozc-50\/0:active {
  border-bottom-color: rgb(254 243 232 / 0);
}

.active\:border-b-ozc-50\/10:active {
  border-bottom-color: rgb(254 243 232 / 0.1);
}

.active\:border-b-ozc-50\/100:active {
  border-bottom-color: rgb(254 243 232 / 1);
}

.active\:border-b-ozc-50\/20:active {
  border-bottom-color: rgb(254 243 232 / 0.2);
}

.active\:border-b-ozc-50\/25:active {
  border-bottom-color: rgb(254 243 232 / 0.25);
}

.active\:border-b-ozc-50\/30:active {
  border-bottom-color: rgb(254 243 232 / 0.3);
}

.active\:border-b-ozc-50\/40:active {
  border-bottom-color: rgb(254 243 232 / 0.4);
}

.active\:border-b-ozc-50\/5:active {
  border-bottom-color: rgb(254 243 232 / 0.05);
}

.active\:border-b-ozc-50\/50:active {
  border-bottom-color: rgb(254 243 232 / 0.5);
}

.active\:border-b-ozc-50\/60:active {
  border-bottom-color: rgb(254 243 232 / 0.6);
}

.active\:border-b-ozc-50\/70:active {
  border-bottom-color: rgb(254 243 232 / 0.7);
}

.active\:border-b-ozc-50\/75:active {
  border-bottom-color: rgb(254 243 232 / 0.75);
}

.active\:border-b-ozc-50\/80:active {
  border-bottom-color: rgb(254 243 232 / 0.8);
}

.active\:border-b-ozc-50\/90:active {
  border-bottom-color: rgb(254 243 232 / 0.9);
}

.active\:border-b-ozc-50\/95:active {
  border-bottom-color: rgb(254 243 232 / 0.95);
}

.active\:border-b-ozc-500:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 110 96 / var(--tw-border-opacity));
}

.active\:border-b-ozc-500\/0:active {
  border-bottom-color: rgb(255 110 96 / 0);
}

.active\:border-b-ozc-500\/10:active {
  border-bottom-color: rgb(255 110 96 / 0.1);
}

.active\:border-b-ozc-500\/100:active {
  border-bottom-color: rgb(255 110 96 / 1);
}

.active\:border-b-ozc-500\/20:active {
  border-bottom-color: rgb(255 110 96 / 0.2);
}

.active\:border-b-ozc-500\/25:active {
  border-bottom-color: rgb(255 110 96 / 0.25);
}

.active\:border-b-ozc-500\/30:active {
  border-bottom-color: rgb(255 110 96 / 0.3);
}

.active\:border-b-ozc-500\/40:active {
  border-bottom-color: rgb(255 110 96 / 0.4);
}

.active\:border-b-ozc-500\/5:active {
  border-bottom-color: rgb(255 110 96 / 0.05);
}

.active\:border-b-ozc-500\/50:active {
  border-bottom-color: rgb(255 110 96 / 0.5);
}

.active\:border-b-ozc-500\/60:active {
  border-bottom-color: rgb(255 110 96 / 0.6);
}

.active\:border-b-ozc-500\/70:active {
  border-bottom-color: rgb(255 110 96 / 0.7);
}

.active\:border-b-ozc-500\/75:active {
  border-bottom-color: rgb(255 110 96 / 0.75);
}

.active\:border-b-ozc-500\/80:active {
  border-bottom-color: rgb(255 110 96 / 0.8);
}

.active\:border-b-ozc-500\/90:active {
  border-bottom-color: rgb(255 110 96 / 0.9);
}

.active\:border-b-ozc-500\/95:active {
  border-bottom-color: rgb(255 110 96 / 0.95);
}

.active\:border-b-ozc-600:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 169 140 / var(--tw-border-opacity));
}

.active\:border-b-ozc-600\/0:active {
  border-bottom-color: rgb(249 169 140 / 0);
}

.active\:border-b-ozc-600\/10:active {
  border-bottom-color: rgb(249 169 140 / 0.1);
}

.active\:border-b-ozc-600\/100:active {
  border-bottom-color: rgb(249 169 140 / 1);
}

.active\:border-b-ozc-600\/20:active {
  border-bottom-color: rgb(249 169 140 / 0.2);
}

.active\:border-b-ozc-600\/25:active {
  border-bottom-color: rgb(249 169 140 / 0.25);
}

.active\:border-b-ozc-600\/30:active {
  border-bottom-color: rgb(249 169 140 / 0.3);
}

.active\:border-b-ozc-600\/40:active {
  border-bottom-color: rgb(249 169 140 / 0.4);
}

.active\:border-b-ozc-600\/5:active {
  border-bottom-color: rgb(249 169 140 / 0.05);
}

.active\:border-b-ozc-600\/50:active {
  border-bottom-color: rgb(249 169 140 / 0.5);
}

.active\:border-b-ozc-600\/60:active {
  border-bottom-color: rgb(249 169 140 / 0.6);
}

.active\:border-b-ozc-600\/70:active {
  border-bottom-color: rgb(249 169 140 / 0.7);
}

.active\:border-b-ozc-600\/75:active {
  border-bottom-color: rgb(249 169 140 / 0.75);
}

.active\:border-b-ozc-600\/80:active {
  border-bottom-color: rgb(249 169 140 / 0.8);
}

.active\:border-b-ozc-600\/90:active {
  border-bottom-color: rgb(249 169 140 / 0.9);
}

.active\:border-b-ozc-600\/95:active {
  border-bottom-color: rgb(249 169 140 / 0.95);
}

.active\:border-b-ozc-700:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(246 148 114 / var(--tw-border-opacity));
}

.active\:border-b-ozc-700\/0:active {
  border-bottom-color: rgb(246 148 114 / 0);
}

.active\:border-b-ozc-700\/10:active {
  border-bottom-color: rgb(246 148 114 / 0.1);
}

.active\:border-b-ozc-700\/100:active {
  border-bottom-color: rgb(246 148 114 / 1);
}

.active\:border-b-ozc-700\/20:active {
  border-bottom-color: rgb(246 148 114 / 0.2);
}

.active\:border-b-ozc-700\/25:active {
  border-bottom-color: rgb(246 148 114 / 0.25);
}

.active\:border-b-ozc-700\/30:active {
  border-bottom-color: rgb(246 148 114 / 0.3);
}

.active\:border-b-ozc-700\/40:active {
  border-bottom-color: rgb(246 148 114 / 0.4);
}

.active\:border-b-ozc-700\/5:active {
  border-bottom-color: rgb(246 148 114 / 0.05);
}

.active\:border-b-ozc-700\/50:active {
  border-bottom-color: rgb(246 148 114 / 0.5);
}

.active\:border-b-ozc-700\/60:active {
  border-bottom-color: rgb(246 148 114 / 0.6);
}

.active\:border-b-ozc-700\/70:active {
  border-bottom-color: rgb(246 148 114 / 0.7);
}

.active\:border-b-ozc-700\/75:active {
  border-bottom-color: rgb(246 148 114 / 0.75);
}

.active\:border-b-ozc-700\/80:active {
  border-bottom-color: rgb(246 148 114 / 0.8);
}

.active\:border-b-ozc-700\/90:active {
  border-bottom-color: rgb(246 148 114 / 0.9);
}

.active\:border-b-ozc-700\/95:active {
  border-bottom-color: rgb(246 148 114 / 0.95);
}

.active\:border-b-ozc-800:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 144 136 / var(--tw-border-opacity));
}

.active\:border-b-ozc-800\/0:active {
  border-bottom-color: rgb(245 144 136 / 0);
}

.active\:border-b-ozc-800\/10:active {
  border-bottom-color: rgb(245 144 136 / 0.1);
}

.active\:border-b-ozc-800\/100:active {
  border-bottom-color: rgb(245 144 136 / 1);
}

.active\:border-b-ozc-800\/20:active {
  border-bottom-color: rgb(245 144 136 / 0.2);
}

.active\:border-b-ozc-800\/25:active {
  border-bottom-color: rgb(245 144 136 / 0.25);
}

.active\:border-b-ozc-800\/30:active {
  border-bottom-color: rgb(245 144 136 / 0.3);
}

.active\:border-b-ozc-800\/40:active {
  border-bottom-color: rgb(245 144 136 / 0.4);
}

.active\:border-b-ozc-800\/5:active {
  border-bottom-color: rgb(245 144 136 / 0.05);
}

.active\:border-b-ozc-800\/50:active {
  border-bottom-color: rgb(245 144 136 / 0.5);
}

.active\:border-b-ozc-800\/60:active {
  border-bottom-color: rgb(245 144 136 / 0.6);
}

.active\:border-b-ozc-800\/70:active {
  border-bottom-color: rgb(245 144 136 / 0.7);
}

.active\:border-b-ozc-800\/75:active {
  border-bottom-color: rgb(245 144 136 / 0.75);
}

.active\:border-b-ozc-800\/80:active {
  border-bottom-color: rgb(245 144 136 / 0.8);
}

.active\:border-b-ozc-800\/90:active {
  border-bottom-color: rgb(245 144 136 / 0.9);
}

.active\:border-b-ozc-800\/95:active {
  border-bottom-color: rgb(245 144 136 / 0.95);
}

.active\:border-b-ozc-900:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(243 121 124 / var(--tw-border-opacity));
}

.active\:border-b-ozc-900\/0:active {
  border-bottom-color: rgb(243 121 124 / 0);
}

.active\:border-b-ozc-900\/10:active {
  border-bottom-color: rgb(243 121 124 / 0.1);
}

.active\:border-b-ozc-900\/100:active {
  border-bottom-color: rgb(243 121 124 / 1);
}

.active\:border-b-ozc-900\/20:active {
  border-bottom-color: rgb(243 121 124 / 0.2);
}

.active\:border-b-ozc-900\/25:active {
  border-bottom-color: rgb(243 121 124 / 0.25);
}

.active\:border-b-ozc-900\/30:active {
  border-bottom-color: rgb(243 121 124 / 0.3);
}

.active\:border-b-ozc-900\/40:active {
  border-bottom-color: rgb(243 121 124 / 0.4);
}

.active\:border-b-ozc-900\/5:active {
  border-bottom-color: rgb(243 121 124 / 0.05);
}

.active\:border-b-ozc-900\/50:active {
  border-bottom-color: rgb(243 121 124 / 0.5);
}

.active\:border-b-ozc-900\/60:active {
  border-bottom-color: rgb(243 121 124 / 0.6);
}

.active\:border-b-ozc-900\/70:active {
  border-bottom-color: rgb(243 121 124 / 0.7);
}

.active\:border-b-ozc-900\/75:active {
  border-bottom-color: rgb(243 121 124 / 0.75);
}

.active\:border-b-ozc-900\/80:active {
  border-bottom-color: rgb(243 121 124 / 0.8);
}

.active\:border-b-ozc-900\/90:active {
  border-bottom-color: rgb(243 121 124 / 0.9);
}

.active\:border-b-ozc-900\/95:active {
  border-bottom-color: rgb(243 121 124 / 0.95);
}

.active\:border-b-ozc-950:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.active\:border-b-ozc-950\/0:active {
  border-bottom-color: rgb(42 45 51 / 0);
}

.active\:border-b-ozc-950\/10:active {
  border-bottom-color: rgb(42 45 51 / 0.1);
}

.active\:border-b-ozc-950\/100:active {
  border-bottom-color: rgb(42 45 51 / 1);
}

.active\:border-b-ozc-950\/20:active {
  border-bottom-color: rgb(42 45 51 / 0.2);
}

.active\:border-b-ozc-950\/25:active {
  border-bottom-color: rgb(42 45 51 / 0.25);
}

.active\:border-b-ozc-950\/30:active {
  border-bottom-color: rgb(42 45 51 / 0.3);
}

.active\:border-b-ozc-950\/40:active {
  border-bottom-color: rgb(42 45 51 / 0.4);
}

.active\:border-b-ozc-950\/5:active {
  border-bottom-color: rgb(42 45 51 / 0.05);
}

.active\:border-b-ozc-950\/50:active {
  border-bottom-color: rgb(42 45 51 / 0.5);
}

.active\:border-b-ozc-950\/60:active {
  border-bottom-color: rgb(42 45 51 / 0.6);
}

.active\:border-b-ozc-950\/70:active {
  border-bottom-color: rgb(42 45 51 / 0.7);
}

.active\:border-b-ozc-950\/75:active {
  border-bottom-color: rgb(42 45 51 / 0.75);
}

.active\:border-b-ozc-950\/80:active {
  border-bottom-color: rgb(42 45 51 / 0.8);
}

.active\:border-b-ozc-950\/90:active {
  border-bottom-color: rgb(42 45 51 / 0.9);
}

.active\:border-b-ozc-950\/95:active {
  border-bottom-color: rgb(42 45 51 / 0.95);
}

.active\:border-b-ozc-alt-100:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 250 230 / var(--tw-border-opacity));
}

.active\:border-b-ozc-alt-100\/0:active {
  border-bottom-color: rgb(255 250 230 / 0);
}

.active\:border-b-ozc-alt-100\/10:active {
  border-bottom-color: rgb(255 250 230 / 0.1);
}

.active\:border-b-ozc-alt-100\/100:active {
  border-bottom-color: rgb(255 250 230 / 1);
}

.active\:border-b-ozc-alt-100\/20:active {
  border-bottom-color: rgb(255 250 230 / 0.2);
}

.active\:border-b-ozc-alt-100\/25:active {
  border-bottom-color: rgb(255 250 230 / 0.25);
}

.active\:border-b-ozc-alt-100\/30:active {
  border-bottom-color: rgb(255 250 230 / 0.3);
}

.active\:border-b-ozc-alt-100\/40:active {
  border-bottom-color: rgb(255 250 230 / 0.4);
}

.active\:border-b-ozc-alt-100\/5:active {
  border-bottom-color: rgb(255 250 230 / 0.05);
}

.active\:border-b-ozc-alt-100\/50:active {
  border-bottom-color: rgb(255 250 230 / 0.5);
}

.active\:border-b-ozc-alt-100\/60:active {
  border-bottom-color: rgb(255 250 230 / 0.6);
}

.active\:border-b-ozc-alt-100\/70:active {
  border-bottom-color: rgb(255 250 230 / 0.7);
}

.active\:border-b-ozc-alt-100\/75:active {
  border-bottom-color: rgb(255 250 230 / 0.75);
}

.active\:border-b-ozc-alt-100\/80:active {
  border-bottom-color: rgb(255 250 230 / 0.8);
}

.active\:border-b-ozc-alt-100\/90:active {
  border-bottom-color: rgb(255 250 230 / 0.9);
}

.active\:border-b-ozc-alt-100\/95:active {
  border-bottom-color: rgb(255 250 230 / 0.95);
}

.active\:border-b-ozc-alt-200:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 242 193 / var(--tw-border-opacity));
}

.active\:border-b-ozc-alt-200\/0:active {
  border-bottom-color: rgb(255 242 193 / 0);
}

.active\:border-b-ozc-alt-200\/10:active {
  border-bottom-color: rgb(255 242 193 / 0.1);
}

.active\:border-b-ozc-alt-200\/100:active {
  border-bottom-color: rgb(255 242 193 / 1);
}

.active\:border-b-ozc-alt-200\/20:active {
  border-bottom-color: rgb(255 242 193 / 0.2);
}

.active\:border-b-ozc-alt-200\/25:active {
  border-bottom-color: rgb(255 242 193 / 0.25);
}

.active\:border-b-ozc-alt-200\/30:active {
  border-bottom-color: rgb(255 242 193 / 0.3);
}

.active\:border-b-ozc-alt-200\/40:active {
  border-bottom-color: rgb(255 242 193 / 0.4);
}

.active\:border-b-ozc-alt-200\/5:active {
  border-bottom-color: rgb(255 242 193 / 0.05);
}

.active\:border-b-ozc-alt-200\/50:active {
  border-bottom-color: rgb(255 242 193 / 0.5);
}

.active\:border-b-ozc-alt-200\/60:active {
  border-bottom-color: rgb(255 242 193 / 0.6);
}

.active\:border-b-ozc-alt-200\/70:active {
  border-bottom-color: rgb(255 242 193 / 0.7);
}

.active\:border-b-ozc-alt-200\/75:active {
  border-bottom-color: rgb(255 242 193 / 0.75);
}

.active\:border-b-ozc-alt-200\/80:active {
  border-bottom-color: rgb(255 242 193 / 0.8);
}

.active\:border-b-ozc-alt-200\/90:active {
  border-bottom-color: rgb(255 242 193 / 0.9);
}

.active\:border-b-ozc-alt-200\/95:active {
  border-bottom-color: rgb(255 242 193 / 0.95);
}

.active\:border-b-ozc-alt-300:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 235 155 / var(--tw-border-opacity));
}

.active\:border-b-ozc-alt-300\/0:active {
  border-bottom-color: rgb(255 235 155 / 0);
}

.active\:border-b-ozc-alt-300\/10:active {
  border-bottom-color: rgb(255 235 155 / 0.1);
}

.active\:border-b-ozc-alt-300\/100:active {
  border-bottom-color: rgb(255 235 155 / 1);
}

.active\:border-b-ozc-alt-300\/20:active {
  border-bottom-color: rgb(255 235 155 / 0.2);
}

.active\:border-b-ozc-alt-300\/25:active {
  border-bottom-color: rgb(255 235 155 / 0.25);
}

.active\:border-b-ozc-alt-300\/30:active {
  border-bottom-color: rgb(255 235 155 / 0.3);
}

.active\:border-b-ozc-alt-300\/40:active {
  border-bottom-color: rgb(255 235 155 / 0.4);
}

.active\:border-b-ozc-alt-300\/5:active {
  border-bottom-color: rgb(255 235 155 / 0.05);
}

.active\:border-b-ozc-alt-300\/50:active {
  border-bottom-color: rgb(255 235 155 / 0.5);
}

.active\:border-b-ozc-alt-300\/60:active {
  border-bottom-color: rgb(255 235 155 / 0.6);
}

.active\:border-b-ozc-alt-300\/70:active {
  border-bottom-color: rgb(255 235 155 / 0.7);
}

.active\:border-b-ozc-alt-300\/75:active {
  border-bottom-color: rgb(255 235 155 / 0.75);
}

.active\:border-b-ozc-alt-300\/80:active {
  border-bottom-color: rgb(255 235 155 / 0.8);
}

.active\:border-b-ozc-alt-300\/90:active {
  border-bottom-color: rgb(255 235 155 / 0.9);
}

.active\:border-b-ozc-alt-300\/95:active {
  border-bottom-color: rgb(255 235 155 / 0.95);
}

.active\:border-b-ozc-alt-400:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 219 80 / var(--tw-border-opacity));
}

.active\:border-b-ozc-alt-400\/0:active {
  border-bottom-color: rgb(255 219 80 / 0);
}

.active\:border-b-ozc-alt-400\/10:active {
  border-bottom-color: rgb(255 219 80 / 0.1);
}

.active\:border-b-ozc-alt-400\/100:active {
  border-bottom-color: rgb(255 219 80 / 1);
}

.active\:border-b-ozc-alt-400\/20:active {
  border-bottom-color: rgb(255 219 80 / 0.2);
}

.active\:border-b-ozc-alt-400\/25:active {
  border-bottom-color: rgb(255 219 80 / 0.25);
}

.active\:border-b-ozc-alt-400\/30:active {
  border-bottom-color: rgb(255 219 80 / 0.3);
}

.active\:border-b-ozc-alt-400\/40:active {
  border-bottom-color: rgb(255 219 80 / 0.4);
}

.active\:border-b-ozc-alt-400\/5:active {
  border-bottom-color: rgb(255 219 80 / 0.05);
}

.active\:border-b-ozc-alt-400\/50:active {
  border-bottom-color: rgb(255 219 80 / 0.5);
}

.active\:border-b-ozc-alt-400\/60:active {
  border-bottom-color: rgb(255 219 80 / 0.6);
}

.active\:border-b-ozc-alt-400\/70:active {
  border-bottom-color: rgb(255 219 80 / 0.7);
}

.active\:border-b-ozc-alt-400\/75:active {
  border-bottom-color: rgb(255 219 80 / 0.75);
}

.active\:border-b-ozc-alt-400\/80:active {
  border-bottom-color: rgb(255 219 80 / 0.8);
}

.active\:border-b-ozc-alt-400\/90:active {
  border-bottom-color: rgb(255 219 80 / 0.9);
}

.active\:border-b-ozc-alt-400\/95:active {
  border-bottom-color: rgb(255 219 80 / 0.95);
}

.active\:border-b-ozc-alt-50:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 252 243 / var(--tw-border-opacity));
}

.active\:border-b-ozc-alt-50\/0:active {
  border-bottom-color: rgb(255 252 243 / 0);
}

.active\:border-b-ozc-alt-50\/10:active {
  border-bottom-color: rgb(255 252 243 / 0.1);
}

.active\:border-b-ozc-alt-50\/100:active {
  border-bottom-color: rgb(255 252 243 / 1);
}

.active\:border-b-ozc-alt-50\/20:active {
  border-bottom-color: rgb(255 252 243 / 0.2);
}

.active\:border-b-ozc-alt-50\/25:active {
  border-bottom-color: rgb(255 252 243 / 0.25);
}

.active\:border-b-ozc-alt-50\/30:active {
  border-bottom-color: rgb(255 252 243 / 0.3);
}

.active\:border-b-ozc-alt-50\/40:active {
  border-bottom-color: rgb(255 252 243 / 0.4);
}

.active\:border-b-ozc-alt-50\/5:active {
  border-bottom-color: rgb(255 252 243 / 0.05);
}

.active\:border-b-ozc-alt-50\/50:active {
  border-bottom-color: rgb(255 252 243 / 0.5);
}

.active\:border-b-ozc-alt-50\/60:active {
  border-bottom-color: rgb(255 252 243 / 0.6);
}

.active\:border-b-ozc-alt-50\/70:active {
  border-bottom-color: rgb(255 252 243 / 0.7);
}

.active\:border-b-ozc-alt-50\/75:active {
  border-bottom-color: rgb(255 252 243 / 0.75);
}

.active\:border-b-ozc-alt-50\/80:active {
  border-bottom-color: rgb(255 252 243 / 0.8);
}

.active\:border-b-ozc-alt-50\/90:active {
  border-bottom-color: rgb(255 252 243 / 0.9);
}

.active\:border-b-ozc-alt-50\/95:active {
  border-bottom-color: rgb(255 252 243 / 0.95);
}

.active\:border-b-ozc-alt-500:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 204 5 / var(--tw-border-opacity));
}

.active\:border-b-ozc-alt-500\/0:active {
  border-bottom-color: rgb(255 204 5 / 0);
}

.active\:border-b-ozc-alt-500\/10:active {
  border-bottom-color: rgb(255 204 5 / 0.1);
}

.active\:border-b-ozc-alt-500\/100:active {
  border-bottom-color: rgb(255 204 5 / 1);
}

.active\:border-b-ozc-alt-500\/20:active {
  border-bottom-color: rgb(255 204 5 / 0.2);
}

.active\:border-b-ozc-alt-500\/25:active {
  border-bottom-color: rgb(255 204 5 / 0.25);
}

.active\:border-b-ozc-alt-500\/30:active {
  border-bottom-color: rgb(255 204 5 / 0.3);
}

.active\:border-b-ozc-alt-500\/40:active {
  border-bottom-color: rgb(255 204 5 / 0.4);
}

.active\:border-b-ozc-alt-500\/5:active {
  border-bottom-color: rgb(255 204 5 / 0.05);
}

.active\:border-b-ozc-alt-500\/50:active {
  border-bottom-color: rgb(255 204 5 / 0.5);
}

.active\:border-b-ozc-alt-500\/60:active {
  border-bottom-color: rgb(255 204 5 / 0.6);
}

.active\:border-b-ozc-alt-500\/70:active {
  border-bottom-color: rgb(255 204 5 / 0.7);
}

.active\:border-b-ozc-alt-500\/75:active {
  border-bottom-color: rgb(255 204 5 / 0.75);
}

.active\:border-b-ozc-alt-500\/80:active {
  border-bottom-color: rgb(255 204 5 / 0.8);
}

.active\:border-b-ozc-alt-500\/90:active {
  border-bottom-color: rgb(255 204 5 / 0.9);
}

.active\:border-b-ozc-alt-500\/95:active {
  border-bottom-color: rgb(255 204 5 / 0.95);
}

.active\:border-b-ozc-alt-600:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(230 184 5 / var(--tw-border-opacity));
}

.active\:border-b-ozc-alt-600\/0:active {
  border-bottom-color: rgb(230 184 5 / 0);
}

.active\:border-b-ozc-alt-600\/10:active {
  border-bottom-color: rgb(230 184 5 / 0.1);
}

.active\:border-b-ozc-alt-600\/100:active {
  border-bottom-color: rgb(230 184 5 / 1);
}

.active\:border-b-ozc-alt-600\/20:active {
  border-bottom-color: rgb(230 184 5 / 0.2);
}

.active\:border-b-ozc-alt-600\/25:active {
  border-bottom-color: rgb(230 184 5 / 0.25);
}

.active\:border-b-ozc-alt-600\/30:active {
  border-bottom-color: rgb(230 184 5 / 0.3);
}

.active\:border-b-ozc-alt-600\/40:active {
  border-bottom-color: rgb(230 184 5 / 0.4);
}

.active\:border-b-ozc-alt-600\/5:active {
  border-bottom-color: rgb(230 184 5 / 0.05);
}

.active\:border-b-ozc-alt-600\/50:active {
  border-bottom-color: rgb(230 184 5 / 0.5);
}

.active\:border-b-ozc-alt-600\/60:active {
  border-bottom-color: rgb(230 184 5 / 0.6);
}

.active\:border-b-ozc-alt-600\/70:active {
  border-bottom-color: rgb(230 184 5 / 0.7);
}

.active\:border-b-ozc-alt-600\/75:active {
  border-bottom-color: rgb(230 184 5 / 0.75);
}

.active\:border-b-ozc-alt-600\/80:active {
  border-bottom-color: rgb(230 184 5 / 0.8);
}

.active\:border-b-ozc-alt-600\/90:active {
  border-bottom-color: rgb(230 184 5 / 0.9);
}

.active\:border-b-ozc-alt-600\/95:active {
  border-bottom-color: rgb(230 184 5 / 0.95);
}

.active\:border-b-ozc-alt-700:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(153 122 3 / var(--tw-border-opacity));
}

.active\:border-b-ozc-alt-700\/0:active {
  border-bottom-color: rgb(153 122 3 / 0);
}

.active\:border-b-ozc-alt-700\/10:active {
  border-bottom-color: rgb(153 122 3 / 0.1);
}

.active\:border-b-ozc-alt-700\/100:active {
  border-bottom-color: rgb(153 122 3 / 1);
}

.active\:border-b-ozc-alt-700\/20:active {
  border-bottom-color: rgb(153 122 3 / 0.2);
}

.active\:border-b-ozc-alt-700\/25:active {
  border-bottom-color: rgb(153 122 3 / 0.25);
}

.active\:border-b-ozc-alt-700\/30:active {
  border-bottom-color: rgb(153 122 3 / 0.3);
}

.active\:border-b-ozc-alt-700\/40:active {
  border-bottom-color: rgb(153 122 3 / 0.4);
}

.active\:border-b-ozc-alt-700\/5:active {
  border-bottom-color: rgb(153 122 3 / 0.05);
}

.active\:border-b-ozc-alt-700\/50:active {
  border-bottom-color: rgb(153 122 3 / 0.5);
}

.active\:border-b-ozc-alt-700\/60:active {
  border-bottom-color: rgb(153 122 3 / 0.6);
}

.active\:border-b-ozc-alt-700\/70:active {
  border-bottom-color: rgb(153 122 3 / 0.7);
}

.active\:border-b-ozc-alt-700\/75:active {
  border-bottom-color: rgb(153 122 3 / 0.75);
}

.active\:border-b-ozc-alt-700\/80:active {
  border-bottom-color: rgb(153 122 3 / 0.8);
}

.active\:border-b-ozc-alt-700\/90:active {
  border-bottom-color: rgb(153 122 3 / 0.9);
}

.active\:border-b-ozc-alt-700\/95:active {
  border-bottom-color: rgb(153 122 3 / 0.95);
}

.active\:border-b-ozc-alt-800:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(115 92 2 / var(--tw-border-opacity));
}

.active\:border-b-ozc-alt-800\/0:active {
  border-bottom-color: rgb(115 92 2 / 0);
}

.active\:border-b-ozc-alt-800\/10:active {
  border-bottom-color: rgb(115 92 2 / 0.1);
}

.active\:border-b-ozc-alt-800\/100:active {
  border-bottom-color: rgb(115 92 2 / 1);
}

.active\:border-b-ozc-alt-800\/20:active {
  border-bottom-color: rgb(115 92 2 / 0.2);
}

.active\:border-b-ozc-alt-800\/25:active {
  border-bottom-color: rgb(115 92 2 / 0.25);
}

.active\:border-b-ozc-alt-800\/30:active {
  border-bottom-color: rgb(115 92 2 / 0.3);
}

.active\:border-b-ozc-alt-800\/40:active {
  border-bottom-color: rgb(115 92 2 / 0.4);
}

.active\:border-b-ozc-alt-800\/5:active {
  border-bottom-color: rgb(115 92 2 / 0.05);
}

.active\:border-b-ozc-alt-800\/50:active {
  border-bottom-color: rgb(115 92 2 / 0.5);
}

.active\:border-b-ozc-alt-800\/60:active {
  border-bottom-color: rgb(115 92 2 / 0.6);
}

.active\:border-b-ozc-alt-800\/70:active {
  border-bottom-color: rgb(115 92 2 / 0.7);
}

.active\:border-b-ozc-alt-800\/75:active {
  border-bottom-color: rgb(115 92 2 / 0.75);
}

.active\:border-b-ozc-alt-800\/80:active {
  border-bottom-color: rgb(115 92 2 / 0.8);
}

.active\:border-b-ozc-alt-800\/90:active {
  border-bottom-color: rgb(115 92 2 / 0.9);
}

.active\:border-b-ozc-alt-800\/95:active {
  border-bottom-color: rgb(115 92 2 / 0.95);
}

.active\:border-b-ozc-alt-900:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.active\:border-b-ozc-alt-900\/0:active {
  border-bottom-color: rgb(42 45 51 / 0);
}

.active\:border-b-ozc-alt-900\/10:active {
  border-bottom-color: rgb(42 45 51 / 0.1);
}

.active\:border-b-ozc-alt-900\/100:active {
  border-bottom-color: rgb(42 45 51 / 1);
}

.active\:border-b-ozc-alt-900\/20:active {
  border-bottom-color: rgb(42 45 51 / 0.2);
}

.active\:border-b-ozc-alt-900\/25:active {
  border-bottom-color: rgb(42 45 51 / 0.25);
}

.active\:border-b-ozc-alt-900\/30:active {
  border-bottom-color: rgb(42 45 51 / 0.3);
}

.active\:border-b-ozc-alt-900\/40:active {
  border-bottom-color: rgb(42 45 51 / 0.4);
}

.active\:border-b-ozc-alt-900\/5:active {
  border-bottom-color: rgb(42 45 51 / 0.05);
}

.active\:border-b-ozc-alt-900\/50:active {
  border-bottom-color: rgb(42 45 51 / 0.5);
}

.active\:border-b-ozc-alt-900\/60:active {
  border-bottom-color: rgb(42 45 51 / 0.6);
}

.active\:border-b-ozc-alt-900\/70:active {
  border-bottom-color: rgb(42 45 51 / 0.7);
}

.active\:border-b-ozc-alt-900\/75:active {
  border-bottom-color: rgb(42 45 51 / 0.75);
}

.active\:border-b-ozc-alt-900\/80:active {
  border-bottom-color: rgb(42 45 51 / 0.8);
}

.active\:border-b-ozc-alt-900\/90:active {
  border-bottom-color: rgb(42 45 51 / 0.9);
}

.active\:border-b-ozc-alt-900\/95:active {
  border-bottom-color: rgb(42 45 51 / 0.95);
}

.active\:border-b-pink-100:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(252 231 243 / var(--tw-border-opacity));
}

.active\:border-b-pink-100\/0:active {
  border-bottom-color: rgb(252 231 243 / 0);
}

.active\:border-b-pink-100\/10:active {
  border-bottom-color: rgb(252 231 243 / 0.1);
}

.active\:border-b-pink-100\/100:active {
  border-bottom-color: rgb(252 231 243 / 1);
}

.active\:border-b-pink-100\/20:active {
  border-bottom-color: rgb(252 231 243 / 0.2);
}

.active\:border-b-pink-100\/25:active {
  border-bottom-color: rgb(252 231 243 / 0.25);
}

.active\:border-b-pink-100\/30:active {
  border-bottom-color: rgb(252 231 243 / 0.3);
}

.active\:border-b-pink-100\/40:active {
  border-bottom-color: rgb(252 231 243 / 0.4);
}

.active\:border-b-pink-100\/5:active {
  border-bottom-color: rgb(252 231 243 / 0.05);
}

.active\:border-b-pink-100\/50:active {
  border-bottom-color: rgb(252 231 243 / 0.5);
}

.active\:border-b-pink-100\/60:active {
  border-bottom-color: rgb(252 231 243 / 0.6);
}

.active\:border-b-pink-100\/70:active {
  border-bottom-color: rgb(252 231 243 / 0.7);
}

.active\:border-b-pink-100\/75:active {
  border-bottom-color: rgb(252 231 243 / 0.75);
}

.active\:border-b-pink-100\/80:active {
  border-bottom-color: rgb(252 231 243 / 0.8);
}

.active\:border-b-pink-100\/90:active {
  border-bottom-color: rgb(252 231 243 / 0.9);
}

.active\:border-b-pink-100\/95:active {
  border-bottom-color: rgb(252 231 243 / 0.95);
}

.active\:border-b-pink-200:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(251 207 232 / var(--tw-border-opacity));
}

.active\:border-b-pink-200\/0:active {
  border-bottom-color: rgb(251 207 232 / 0);
}

.active\:border-b-pink-200\/10:active {
  border-bottom-color: rgb(251 207 232 / 0.1);
}

.active\:border-b-pink-200\/100:active {
  border-bottom-color: rgb(251 207 232 / 1);
}

.active\:border-b-pink-200\/20:active {
  border-bottom-color: rgb(251 207 232 / 0.2);
}

.active\:border-b-pink-200\/25:active {
  border-bottom-color: rgb(251 207 232 / 0.25);
}

.active\:border-b-pink-200\/30:active {
  border-bottom-color: rgb(251 207 232 / 0.3);
}

.active\:border-b-pink-200\/40:active {
  border-bottom-color: rgb(251 207 232 / 0.4);
}

.active\:border-b-pink-200\/5:active {
  border-bottom-color: rgb(251 207 232 / 0.05);
}

.active\:border-b-pink-200\/50:active {
  border-bottom-color: rgb(251 207 232 / 0.5);
}

.active\:border-b-pink-200\/60:active {
  border-bottom-color: rgb(251 207 232 / 0.6);
}

.active\:border-b-pink-200\/70:active {
  border-bottom-color: rgb(251 207 232 / 0.7);
}

.active\:border-b-pink-200\/75:active {
  border-bottom-color: rgb(251 207 232 / 0.75);
}

.active\:border-b-pink-200\/80:active {
  border-bottom-color: rgb(251 207 232 / 0.8);
}

.active\:border-b-pink-200\/90:active {
  border-bottom-color: rgb(251 207 232 / 0.9);
}

.active\:border-b-pink-200\/95:active {
  border-bottom-color: rgb(251 207 232 / 0.95);
}

.active\:border-b-pink-300:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 168 212 / var(--tw-border-opacity));
}

.active\:border-b-pink-300\/0:active {
  border-bottom-color: rgb(249 168 212 / 0);
}

.active\:border-b-pink-300\/10:active {
  border-bottom-color: rgb(249 168 212 / 0.1);
}

.active\:border-b-pink-300\/100:active {
  border-bottom-color: rgb(249 168 212 / 1);
}

.active\:border-b-pink-300\/20:active {
  border-bottom-color: rgb(249 168 212 / 0.2);
}

.active\:border-b-pink-300\/25:active {
  border-bottom-color: rgb(249 168 212 / 0.25);
}

.active\:border-b-pink-300\/30:active {
  border-bottom-color: rgb(249 168 212 / 0.3);
}

.active\:border-b-pink-300\/40:active {
  border-bottom-color: rgb(249 168 212 / 0.4);
}

.active\:border-b-pink-300\/5:active {
  border-bottom-color: rgb(249 168 212 / 0.05);
}

.active\:border-b-pink-300\/50:active {
  border-bottom-color: rgb(249 168 212 / 0.5);
}

.active\:border-b-pink-300\/60:active {
  border-bottom-color: rgb(249 168 212 / 0.6);
}

.active\:border-b-pink-300\/70:active {
  border-bottom-color: rgb(249 168 212 / 0.7);
}

.active\:border-b-pink-300\/75:active {
  border-bottom-color: rgb(249 168 212 / 0.75);
}

.active\:border-b-pink-300\/80:active {
  border-bottom-color: rgb(249 168 212 / 0.8);
}

.active\:border-b-pink-300\/90:active {
  border-bottom-color: rgb(249 168 212 / 0.9);
}

.active\:border-b-pink-300\/95:active {
  border-bottom-color: rgb(249 168 212 / 0.95);
}

.active\:border-b-pink-400:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(244 114 182 / var(--tw-border-opacity));
}

.active\:border-b-pink-400\/0:active {
  border-bottom-color: rgb(244 114 182 / 0);
}

.active\:border-b-pink-400\/10:active {
  border-bottom-color: rgb(244 114 182 / 0.1);
}

.active\:border-b-pink-400\/100:active {
  border-bottom-color: rgb(244 114 182 / 1);
}

.active\:border-b-pink-400\/20:active {
  border-bottom-color: rgb(244 114 182 / 0.2);
}

.active\:border-b-pink-400\/25:active {
  border-bottom-color: rgb(244 114 182 / 0.25);
}

.active\:border-b-pink-400\/30:active {
  border-bottom-color: rgb(244 114 182 / 0.3);
}

.active\:border-b-pink-400\/40:active {
  border-bottom-color: rgb(244 114 182 / 0.4);
}

.active\:border-b-pink-400\/5:active {
  border-bottom-color: rgb(244 114 182 / 0.05);
}

.active\:border-b-pink-400\/50:active {
  border-bottom-color: rgb(244 114 182 / 0.5);
}

.active\:border-b-pink-400\/60:active {
  border-bottom-color: rgb(244 114 182 / 0.6);
}

.active\:border-b-pink-400\/70:active {
  border-bottom-color: rgb(244 114 182 / 0.7);
}

.active\:border-b-pink-400\/75:active {
  border-bottom-color: rgb(244 114 182 / 0.75);
}

.active\:border-b-pink-400\/80:active {
  border-bottom-color: rgb(244 114 182 / 0.8);
}

.active\:border-b-pink-400\/90:active {
  border-bottom-color: rgb(244 114 182 / 0.9);
}

.active\:border-b-pink-400\/95:active {
  border-bottom-color: rgb(244 114 182 / 0.95);
}

.active\:border-b-pink-50:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 242 248 / var(--tw-border-opacity));
}

.active\:border-b-pink-50\/0:active {
  border-bottom-color: rgb(253 242 248 / 0);
}

.active\:border-b-pink-50\/10:active {
  border-bottom-color: rgb(253 242 248 / 0.1);
}

.active\:border-b-pink-50\/100:active {
  border-bottom-color: rgb(253 242 248 / 1);
}

.active\:border-b-pink-50\/20:active {
  border-bottom-color: rgb(253 242 248 / 0.2);
}

.active\:border-b-pink-50\/25:active {
  border-bottom-color: rgb(253 242 248 / 0.25);
}

.active\:border-b-pink-50\/30:active {
  border-bottom-color: rgb(253 242 248 / 0.3);
}

.active\:border-b-pink-50\/40:active {
  border-bottom-color: rgb(253 242 248 / 0.4);
}

.active\:border-b-pink-50\/5:active {
  border-bottom-color: rgb(253 242 248 / 0.05);
}

.active\:border-b-pink-50\/50:active {
  border-bottom-color: rgb(253 242 248 / 0.5);
}

.active\:border-b-pink-50\/60:active {
  border-bottom-color: rgb(253 242 248 / 0.6);
}

.active\:border-b-pink-50\/70:active {
  border-bottom-color: rgb(253 242 248 / 0.7);
}

.active\:border-b-pink-50\/75:active {
  border-bottom-color: rgb(253 242 248 / 0.75);
}

.active\:border-b-pink-50\/80:active {
  border-bottom-color: rgb(253 242 248 / 0.8);
}

.active\:border-b-pink-50\/90:active {
  border-bottom-color: rgb(253 242 248 / 0.9);
}

.active\:border-b-pink-50\/95:active {
  border-bottom-color: rgb(253 242 248 / 0.95);
}

.active\:border-b-pink-500:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(236 72 153 / var(--tw-border-opacity));
}

.active\:border-b-pink-500\/0:active {
  border-bottom-color: rgb(236 72 153 / 0);
}

.active\:border-b-pink-500\/10:active {
  border-bottom-color: rgb(236 72 153 / 0.1);
}

.active\:border-b-pink-500\/100:active {
  border-bottom-color: rgb(236 72 153 / 1);
}

.active\:border-b-pink-500\/20:active {
  border-bottom-color: rgb(236 72 153 / 0.2);
}

.active\:border-b-pink-500\/25:active {
  border-bottom-color: rgb(236 72 153 / 0.25);
}

.active\:border-b-pink-500\/30:active {
  border-bottom-color: rgb(236 72 153 / 0.3);
}

.active\:border-b-pink-500\/40:active {
  border-bottom-color: rgb(236 72 153 / 0.4);
}

.active\:border-b-pink-500\/5:active {
  border-bottom-color: rgb(236 72 153 / 0.05);
}

.active\:border-b-pink-500\/50:active {
  border-bottom-color: rgb(236 72 153 / 0.5);
}

.active\:border-b-pink-500\/60:active {
  border-bottom-color: rgb(236 72 153 / 0.6);
}

.active\:border-b-pink-500\/70:active {
  border-bottom-color: rgb(236 72 153 / 0.7);
}

.active\:border-b-pink-500\/75:active {
  border-bottom-color: rgb(236 72 153 / 0.75);
}

.active\:border-b-pink-500\/80:active {
  border-bottom-color: rgb(236 72 153 / 0.8);
}

.active\:border-b-pink-500\/90:active {
  border-bottom-color: rgb(236 72 153 / 0.9);
}

.active\:border-b-pink-500\/95:active {
  border-bottom-color: rgb(236 72 153 / 0.95);
}

.active\:border-b-pink-600:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(219 39 119 / var(--tw-border-opacity));
}

.active\:border-b-pink-600\/0:active {
  border-bottom-color: rgb(219 39 119 / 0);
}

.active\:border-b-pink-600\/10:active {
  border-bottom-color: rgb(219 39 119 / 0.1);
}

.active\:border-b-pink-600\/100:active {
  border-bottom-color: rgb(219 39 119 / 1);
}

.active\:border-b-pink-600\/20:active {
  border-bottom-color: rgb(219 39 119 / 0.2);
}

.active\:border-b-pink-600\/25:active {
  border-bottom-color: rgb(219 39 119 / 0.25);
}

.active\:border-b-pink-600\/30:active {
  border-bottom-color: rgb(219 39 119 / 0.3);
}

.active\:border-b-pink-600\/40:active {
  border-bottom-color: rgb(219 39 119 / 0.4);
}

.active\:border-b-pink-600\/5:active {
  border-bottom-color: rgb(219 39 119 / 0.05);
}

.active\:border-b-pink-600\/50:active {
  border-bottom-color: rgb(219 39 119 / 0.5);
}

.active\:border-b-pink-600\/60:active {
  border-bottom-color: rgb(219 39 119 / 0.6);
}

.active\:border-b-pink-600\/70:active {
  border-bottom-color: rgb(219 39 119 / 0.7);
}

.active\:border-b-pink-600\/75:active {
  border-bottom-color: rgb(219 39 119 / 0.75);
}

.active\:border-b-pink-600\/80:active {
  border-bottom-color: rgb(219 39 119 / 0.8);
}

.active\:border-b-pink-600\/90:active {
  border-bottom-color: rgb(219 39 119 / 0.9);
}

.active\:border-b-pink-600\/95:active {
  border-bottom-color: rgb(219 39 119 / 0.95);
}

.active\:border-b-pink-700:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(190 24 93 / var(--tw-border-opacity));
}

.active\:border-b-pink-700\/0:active {
  border-bottom-color: rgb(190 24 93 / 0);
}

.active\:border-b-pink-700\/10:active {
  border-bottom-color: rgb(190 24 93 / 0.1);
}

.active\:border-b-pink-700\/100:active {
  border-bottom-color: rgb(190 24 93 / 1);
}

.active\:border-b-pink-700\/20:active {
  border-bottom-color: rgb(190 24 93 / 0.2);
}

.active\:border-b-pink-700\/25:active {
  border-bottom-color: rgb(190 24 93 / 0.25);
}

.active\:border-b-pink-700\/30:active {
  border-bottom-color: rgb(190 24 93 / 0.3);
}

.active\:border-b-pink-700\/40:active {
  border-bottom-color: rgb(190 24 93 / 0.4);
}

.active\:border-b-pink-700\/5:active {
  border-bottom-color: rgb(190 24 93 / 0.05);
}

.active\:border-b-pink-700\/50:active {
  border-bottom-color: rgb(190 24 93 / 0.5);
}

.active\:border-b-pink-700\/60:active {
  border-bottom-color: rgb(190 24 93 / 0.6);
}

.active\:border-b-pink-700\/70:active {
  border-bottom-color: rgb(190 24 93 / 0.7);
}

.active\:border-b-pink-700\/75:active {
  border-bottom-color: rgb(190 24 93 / 0.75);
}

.active\:border-b-pink-700\/80:active {
  border-bottom-color: rgb(190 24 93 / 0.8);
}

.active\:border-b-pink-700\/90:active {
  border-bottom-color: rgb(190 24 93 / 0.9);
}

.active\:border-b-pink-700\/95:active {
  border-bottom-color: rgb(190 24 93 / 0.95);
}

.active\:border-b-pink-800:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(157 23 77 / var(--tw-border-opacity));
}

.active\:border-b-pink-800\/0:active {
  border-bottom-color: rgb(157 23 77 / 0);
}

.active\:border-b-pink-800\/10:active {
  border-bottom-color: rgb(157 23 77 / 0.1);
}

.active\:border-b-pink-800\/100:active {
  border-bottom-color: rgb(157 23 77 / 1);
}

.active\:border-b-pink-800\/20:active {
  border-bottom-color: rgb(157 23 77 / 0.2);
}

.active\:border-b-pink-800\/25:active {
  border-bottom-color: rgb(157 23 77 / 0.25);
}

.active\:border-b-pink-800\/30:active {
  border-bottom-color: rgb(157 23 77 / 0.3);
}

.active\:border-b-pink-800\/40:active {
  border-bottom-color: rgb(157 23 77 / 0.4);
}

.active\:border-b-pink-800\/5:active {
  border-bottom-color: rgb(157 23 77 / 0.05);
}

.active\:border-b-pink-800\/50:active {
  border-bottom-color: rgb(157 23 77 / 0.5);
}

.active\:border-b-pink-800\/60:active {
  border-bottom-color: rgb(157 23 77 / 0.6);
}

.active\:border-b-pink-800\/70:active {
  border-bottom-color: rgb(157 23 77 / 0.7);
}

.active\:border-b-pink-800\/75:active {
  border-bottom-color: rgb(157 23 77 / 0.75);
}

.active\:border-b-pink-800\/80:active {
  border-bottom-color: rgb(157 23 77 / 0.8);
}

.active\:border-b-pink-800\/90:active {
  border-bottom-color: rgb(157 23 77 / 0.9);
}

.active\:border-b-pink-800\/95:active {
  border-bottom-color: rgb(157 23 77 / 0.95);
}

.active\:border-b-pink-900:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(131 24 67 / var(--tw-border-opacity));
}

.active\:border-b-pink-900\/0:active {
  border-bottom-color: rgb(131 24 67 / 0);
}

.active\:border-b-pink-900\/10:active {
  border-bottom-color: rgb(131 24 67 / 0.1);
}

.active\:border-b-pink-900\/100:active {
  border-bottom-color: rgb(131 24 67 / 1);
}

.active\:border-b-pink-900\/20:active {
  border-bottom-color: rgb(131 24 67 / 0.2);
}

.active\:border-b-pink-900\/25:active {
  border-bottom-color: rgb(131 24 67 / 0.25);
}

.active\:border-b-pink-900\/30:active {
  border-bottom-color: rgb(131 24 67 / 0.3);
}

.active\:border-b-pink-900\/40:active {
  border-bottom-color: rgb(131 24 67 / 0.4);
}

.active\:border-b-pink-900\/5:active {
  border-bottom-color: rgb(131 24 67 / 0.05);
}

.active\:border-b-pink-900\/50:active {
  border-bottom-color: rgb(131 24 67 / 0.5);
}

.active\:border-b-pink-900\/60:active {
  border-bottom-color: rgb(131 24 67 / 0.6);
}

.active\:border-b-pink-900\/70:active {
  border-bottom-color: rgb(131 24 67 / 0.7);
}

.active\:border-b-pink-900\/75:active {
  border-bottom-color: rgb(131 24 67 / 0.75);
}

.active\:border-b-pink-900\/80:active {
  border-bottom-color: rgb(131 24 67 / 0.8);
}

.active\:border-b-pink-900\/90:active {
  border-bottom-color: rgb(131 24 67 / 0.9);
}

.active\:border-b-pink-900\/95:active {
  border-bottom-color: rgb(131 24 67 / 0.95);
}

.active\:border-b-pink-950:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(80 7 36 / var(--tw-border-opacity));
}

.active\:border-b-pink-950\/0:active {
  border-bottom-color: rgb(80 7 36 / 0);
}

.active\:border-b-pink-950\/10:active {
  border-bottom-color: rgb(80 7 36 / 0.1);
}

.active\:border-b-pink-950\/100:active {
  border-bottom-color: rgb(80 7 36 / 1);
}

.active\:border-b-pink-950\/20:active {
  border-bottom-color: rgb(80 7 36 / 0.2);
}

.active\:border-b-pink-950\/25:active {
  border-bottom-color: rgb(80 7 36 / 0.25);
}

.active\:border-b-pink-950\/30:active {
  border-bottom-color: rgb(80 7 36 / 0.3);
}

.active\:border-b-pink-950\/40:active {
  border-bottom-color: rgb(80 7 36 / 0.4);
}

.active\:border-b-pink-950\/5:active {
  border-bottom-color: rgb(80 7 36 / 0.05);
}

.active\:border-b-pink-950\/50:active {
  border-bottom-color: rgb(80 7 36 / 0.5);
}

.active\:border-b-pink-950\/60:active {
  border-bottom-color: rgb(80 7 36 / 0.6);
}

.active\:border-b-pink-950\/70:active {
  border-bottom-color: rgb(80 7 36 / 0.7);
}

.active\:border-b-pink-950\/75:active {
  border-bottom-color: rgb(80 7 36 / 0.75);
}

.active\:border-b-pink-950\/80:active {
  border-bottom-color: rgb(80 7 36 / 0.8);
}

.active\:border-b-pink-950\/90:active {
  border-bottom-color: rgb(80 7 36 / 0.9);
}

.active\:border-b-pink-950\/95:active {
  border-bottom-color: rgb(80 7 36 / 0.95);
}

.active\:border-b-purple-100:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(243 232 255 / var(--tw-border-opacity));
}

.active\:border-b-purple-100\/0:active {
  border-bottom-color: rgb(243 232 255 / 0);
}

.active\:border-b-purple-100\/10:active {
  border-bottom-color: rgb(243 232 255 / 0.1);
}

.active\:border-b-purple-100\/100:active {
  border-bottom-color: rgb(243 232 255 / 1);
}

.active\:border-b-purple-100\/20:active {
  border-bottom-color: rgb(243 232 255 / 0.2);
}

.active\:border-b-purple-100\/25:active {
  border-bottom-color: rgb(243 232 255 / 0.25);
}

.active\:border-b-purple-100\/30:active {
  border-bottom-color: rgb(243 232 255 / 0.3);
}

.active\:border-b-purple-100\/40:active {
  border-bottom-color: rgb(243 232 255 / 0.4);
}

.active\:border-b-purple-100\/5:active {
  border-bottom-color: rgb(243 232 255 / 0.05);
}

.active\:border-b-purple-100\/50:active {
  border-bottom-color: rgb(243 232 255 / 0.5);
}

.active\:border-b-purple-100\/60:active {
  border-bottom-color: rgb(243 232 255 / 0.6);
}

.active\:border-b-purple-100\/70:active {
  border-bottom-color: rgb(243 232 255 / 0.7);
}

.active\:border-b-purple-100\/75:active {
  border-bottom-color: rgb(243 232 255 / 0.75);
}

.active\:border-b-purple-100\/80:active {
  border-bottom-color: rgb(243 232 255 / 0.8);
}

.active\:border-b-purple-100\/90:active {
  border-bottom-color: rgb(243 232 255 / 0.9);
}

.active\:border-b-purple-100\/95:active {
  border-bottom-color: rgb(243 232 255 / 0.95);
}

.active\:border-b-purple-200:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(233 213 255 / var(--tw-border-opacity));
}

.active\:border-b-purple-200\/0:active {
  border-bottom-color: rgb(233 213 255 / 0);
}

.active\:border-b-purple-200\/10:active {
  border-bottom-color: rgb(233 213 255 / 0.1);
}

.active\:border-b-purple-200\/100:active {
  border-bottom-color: rgb(233 213 255 / 1);
}

.active\:border-b-purple-200\/20:active {
  border-bottom-color: rgb(233 213 255 / 0.2);
}

.active\:border-b-purple-200\/25:active {
  border-bottom-color: rgb(233 213 255 / 0.25);
}

.active\:border-b-purple-200\/30:active {
  border-bottom-color: rgb(233 213 255 / 0.3);
}

.active\:border-b-purple-200\/40:active {
  border-bottom-color: rgb(233 213 255 / 0.4);
}

.active\:border-b-purple-200\/5:active {
  border-bottom-color: rgb(233 213 255 / 0.05);
}

.active\:border-b-purple-200\/50:active {
  border-bottom-color: rgb(233 213 255 / 0.5);
}

.active\:border-b-purple-200\/60:active {
  border-bottom-color: rgb(233 213 255 / 0.6);
}

.active\:border-b-purple-200\/70:active {
  border-bottom-color: rgb(233 213 255 / 0.7);
}

.active\:border-b-purple-200\/75:active {
  border-bottom-color: rgb(233 213 255 / 0.75);
}

.active\:border-b-purple-200\/80:active {
  border-bottom-color: rgb(233 213 255 / 0.8);
}

.active\:border-b-purple-200\/90:active {
  border-bottom-color: rgb(233 213 255 / 0.9);
}

.active\:border-b-purple-200\/95:active {
  border-bottom-color: rgb(233 213 255 / 0.95);
}

.active\:border-b-purple-300:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(216 180 254 / var(--tw-border-opacity));
}

.active\:border-b-purple-300\/0:active {
  border-bottom-color: rgb(216 180 254 / 0);
}

.active\:border-b-purple-300\/10:active {
  border-bottom-color: rgb(216 180 254 / 0.1);
}

.active\:border-b-purple-300\/100:active {
  border-bottom-color: rgb(216 180 254 / 1);
}

.active\:border-b-purple-300\/20:active {
  border-bottom-color: rgb(216 180 254 / 0.2);
}

.active\:border-b-purple-300\/25:active {
  border-bottom-color: rgb(216 180 254 / 0.25);
}

.active\:border-b-purple-300\/30:active {
  border-bottom-color: rgb(216 180 254 / 0.3);
}

.active\:border-b-purple-300\/40:active {
  border-bottom-color: rgb(216 180 254 / 0.4);
}

.active\:border-b-purple-300\/5:active {
  border-bottom-color: rgb(216 180 254 / 0.05);
}

.active\:border-b-purple-300\/50:active {
  border-bottom-color: rgb(216 180 254 / 0.5);
}

.active\:border-b-purple-300\/60:active {
  border-bottom-color: rgb(216 180 254 / 0.6);
}

.active\:border-b-purple-300\/70:active {
  border-bottom-color: rgb(216 180 254 / 0.7);
}

.active\:border-b-purple-300\/75:active {
  border-bottom-color: rgb(216 180 254 / 0.75);
}

.active\:border-b-purple-300\/80:active {
  border-bottom-color: rgb(216 180 254 / 0.8);
}

.active\:border-b-purple-300\/90:active {
  border-bottom-color: rgb(216 180 254 / 0.9);
}

.active\:border-b-purple-300\/95:active {
  border-bottom-color: rgb(216 180 254 / 0.95);
}

.active\:border-b-purple-400:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(192 132 252 / var(--tw-border-opacity));
}

.active\:border-b-purple-400\/0:active {
  border-bottom-color: rgb(192 132 252 / 0);
}

.active\:border-b-purple-400\/10:active {
  border-bottom-color: rgb(192 132 252 / 0.1);
}

.active\:border-b-purple-400\/100:active {
  border-bottom-color: rgb(192 132 252 / 1);
}

.active\:border-b-purple-400\/20:active {
  border-bottom-color: rgb(192 132 252 / 0.2);
}

.active\:border-b-purple-400\/25:active {
  border-bottom-color: rgb(192 132 252 / 0.25);
}

.active\:border-b-purple-400\/30:active {
  border-bottom-color: rgb(192 132 252 / 0.3);
}

.active\:border-b-purple-400\/40:active {
  border-bottom-color: rgb(192 132 252 / 0.4);
}

.active\:border-b-purple-400\/5:active {
  border-bottom-color: rgb(192 132 252 / 0.05);
}

.active\:border-b-purple-400\/50:active {
  border-bottom-color: rgb(192 132 252 / 0.5);
}

.active\:border-b-purple-400\/60:active {
  border-bottom-color: rgb(192 132 252 / 0.6);
}

.active\:border-b-purple-400\/70:active {
  border-bottom-color: rgb(192 132 252 / 0.7);
}

.active\:border-b-purple-400\/75:active {
  border-bottom-color: rgb(192 132 252 / 0.75);
}

.active\:border-b-purple-400\/80:active {
  border-bottom-color: rgb(192 132 252 / 0.8);
}

.active\:border-b-purple-400\/90:active {
  border-bottom-color: rgb(192 132 252 / 0.9);
}

.active\:border-b-purple-400\/95:active {
  border-bottom-color: rgb(192 132 252 / 0.95);
}

.active\:border-b-purple-50:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 245 255 / var(--tw-border-opacity));
}

.active\:border-b-purple-50\/0:active {
  border-bottom-color: rgb(250 245 255 / 0);
}

.active\:border-b-purple-50\/10:active {
  border-bottom-color: rgb(250 245 255 / 0.1);
}

.active\:border-b-purple-50\/100:active {
  border-bottom-color: rgb(250 245 255 / 1);
}

.active\:border-b-purple-50\/20:active {
  border-bottom-color: rgb(250 245 255 / 0.2);
}

.active\:border-b-purple-50\/25:active {
  border-bottom-color: rgb(250 245 255 / 0.25);
}

.active\:border-b-purple-50\/30:active {
  border-bottom-color: rgb(250 245 255 / 0.3);
}

.active\:border-b-purple-50\/40:active {
  border-bottom-color: rgb(250 245 255 / 0.4);
}

.active\:border-b-purple-50\/5:active {
  border-bottom-color: rgb(250 245 255 / 0.05);
}

.active\:border-b-purple-50\/50:active {
  border-bottom-color: rgb(250 245 255 / 0.5);
}

.active\:border-b-purple-50\/60:active {
  border-bottom-color: rgb(250 245 255 / 0.6);
}

.active\:border-b-purple-50\/70:active {
  border-bottom-color: rgb(250 245 255 / 0.7);
}

.active\:border-b-purple-50\/75:active {
  border-bottom-color: rgb(250 245 255 / 0.75);
}

.active\:border-b-purple-50\/80:active {
  border-bottom-color: rgb(250 245 255 / 0.8);
}

.active\:border-b-purple-50\/90:active {
  border-bottom-color: rgb(250 245 255 / 0.9);
}

.active\:border-b-purple-50\/95:active {
  border-bottom-color: rgb(250 245 255 / 0.95);
}

.active\:border-b-purple-500:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(168 85 247 / var(--tw-border-opacity));
}

.active\:border-b-purple-500\/0:active {
  border-bottom-color: rgb(168 85 247 / 0);
}

.active\:border-b-purple-500\/10:active {
  border-bottom-color: rgb(168 85 247 / 0.1);
}

.active\:border-b-purple-500\/100:active {
  border-bottom-color: rgb(168 85 247 / 1);
}

.active\:border-b-purple-500\/20:active {
  border-bottom-color: rgb(168 85 247 / 0.2);
}

.active\:border-b-purple-500\/25:active {
  border-bottom-color: rgb(168 85 247 / 0.25);
}

.active\:border-b-purple-500\/30:active {
  border-bottom-color: rgb(168 85 247 / 0.3);
}

.active\:border-b-purple-500\/40:active {
  border-bottom-color: rgb(168 85 247 / 0.4);
}

.active\:border-b-purple-500\/5:active {
  border-bottom-color: rgb(168 85 247 / 0.05);
}

.active\:border-b-purple-500\/50:active {
  border-bottom-color: rgb(168 85 247 / 0.5);
}

.active\:border-b-purple-500\/60:active {
  border-bottom-color: rgb(168 85 247 / 0.6);
}

.active\:border-b-purple-500\/70:active {
  border-bottom-color: rgb(168 85 247 / 0.7);
}

.active\:border-b-purple-500\/75:active {
  border-bottom-color: rgb(168 85 247 / 0.75);
}

.active\:border-b-purple-500\/80:active {
  border-bottom-color: rgb(168 85 247 / 0.8);
}

.active\:border-b-purple-500\/90:active {
  border-bottom-color: rgb(168 85 247 / 0.9);
}

.active\:border-b-purple-500\/95:active {
  border-bottom-color: rgb(168 85 247 / 0.95);
}

.active\:border-b-purple-600:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(147 51 234 / var(--tw-border-opacity));
}

.active\:border-b-purple-600\/0:active {
  border-bottom-color: rgb(147 51 234 / 0);
}

.active\:border-b-purple-600\/10:active {
  border-bottom-color: rgb(147 51 234 / 0.1);
}

.active\:border-b-purple-600\/100:active {
  border-bottom-color: rgb(147 51 234 / 1);
}

.active\:border-b-purple-600\/20:active {
  border-bottom-color: rgb(147 51 234 / 0.2);
}

.active\:border-b-purple-600\/25:active {
  border-bottom-color: rgb(147 51 234 / 0.25);
}

.active\:border-b-purple-600\/30:active {
  border-bottom-color: rgb(147 51 234 / 0.3);
}

.active\:border-b-purple-600\/40:active {
  border-bottom-color: rgb(147 51 234 / 0.4);
}

.active\:border-b-purple-600\/5:active {
  border-bottom-color: rgb(147 51 234 / 0.05);
}

.active\:border-b-purple-600\/50:active {
  border-bottom-color: rgb(147 51 234 / 0.5);
}

.active\:border-b-purple-600\/60:active {
  border-bottom-color: rgb(147 51 234 / 0.6);
}

.active\:border-b-purple-600\/70:active {
  border-bottom-color: rgb(147 51 234 / 0.7);
}

.active\:border-b-purple-600\/75:active {
  border-bottom-color: rgb(147 51 234 / 0.75);
}

.active\:border-b-purple-600\/80:active {
  border-bottom-color: rgb(147 51 234 / 0.8);
}

.active\:border-b-purple-600\/90:active {
  border-bottom-color: rgb(147 51 234 / 0.9);
}

.active\:border-b-purple-600\/95:active {
  border-bottom-color: rgb(147 51 234 / 0.95);
}

.active\:border-b-purple-700:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(126 34 206 / var(--tw-border-opacity));
}

.active\:border-b-purple-700\/0:active {
  border-bottom-color: rgb(126 34 206 / 0);
}

.active\:border-b-purple-700\/10:active {
  border-bottom-color: rgb(126 34 206 / 0.1);
}

.active\:border-b-purple-700\/100:active {
  border-bottom-color: rgb(126 34 206 / 1);
}

.active\:border-b-purple-700\/20:active {
  border-bottom-color: rgb(126 34 206 / 0.2);
}

.active\:border-b-purple-700\/25:active {
  border-bottom-color: rgb(126 34 206 / 0.25);
}

.active\:border-b-purple-700\/30:active {
  border-bottom-color: rgb(126 34 206 / 0.3);
}

.active\:border-b-purple-700\/40:active {
  border-bottom-color: rgb(126 34 206 / 0.4);
}

.active\:border-b-purple-700\/5:active {
  border-bottom-color: rgb(126 34 206 / 0.05);
}

.active\:border-b-purple-700\/50:active {
  border-bottom-color: rgb(126 34 206 / 0.5);
}

.active\:border-b-purple-700\/60:active {
  border-bottom-color: rgb(126 34 206 / 0.6);
}

.active\:border-b-purple-700\/70:active {
  border-bottom-color: rgb(126 34 206 / 0.7);
}

.active\:border-b-purple-700\/75:active {
  border-bottom-color: rgb(126 34 206 / 0.75);
}

.active\:border-b-purple-700\/80:active {
  border-bottom-color: rgb(126 34 206 / 0.8);
}

.active\:border-b-purple-700\/90:active {
  border-bottom-color: rgb(126 34 206 / 0.9);
}

.active\:border-b-purple-700\/95:active {
  border-bottom-color: rgb(126 34 206 / 0.95);
}

.active\:border-b-purple-800:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(107 33 168 / var(--tw-border-opacity));
}

.active\:border-b-purple-800\/0:active {
  border-bottom-color: rgb(107 33 168 / 0);
}

.active\:border-b-purple-800\/10:active {
  border-bottom-color: rgb(107 33 168 / 0.1);
}

.active\:border-b-purple-800\/100:active {
  border-bottom-color: rgb(107 33 168 / 1);
}

.active\:border-b-purple-800\/20:active {
  border-bottom-color: rgb(107 33 168 / 0.2);
}

.active\:border-b-purple-800\/25:active {
  border-bottom-color: rgb(107 33 168 / 0.25);
}

.active\:border-b-purple-800\/30:active {
  border-bottom-color: rgb(107 33 168 / 0.3);
}

.active\:border-b-purple-800\/40:active {
  border-bottom-color: rgb(107 33 168 / 0.4);
}

.active\:border-b-purple-800\/5:active {
  border-bottom-color: rgb(107 33 168 / 0.05);
}

.active\:border-b-purple-800\/50:active {
  border-bottom-color: rgb(107 33 168 / 0.5);
}

.active\:border-b-purple-800\/60:active {
  border-bottom-color: rgb(107 33 168 / 0.6);
}

.active\:border-b-purple-800\/70:active {
  border-bottom-color: rgb(107 33 168 / 0.7);
}

.active\:border-b-purple-800\/75:active {
  border-bottom-color: rgb(107 33 168 / 0.75);
}

.active\:border-b-purple-800\/80:active {
  border-bottom-color: rgb(107 33 168 / 0.8);
}

.active\:border-b-purple-800\/90:active {
  border-bottom-color: rgb(107 33 168 / 0.9);
}

.active\:border-b-purple-800\/95:active {
  border-bottom-color: rgb(107 33 168 / 0.95);
}

.active\:border-b-purple-900:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(88 28 135 / var(--tw-border-opacity));
}

.active\:border-b-purple-900\/0:active {
  border-bottom-color: rgb(88 28 135 / 0);
}

.active\:border-b-purple-900\/10:active {
  border-bottom-color: rgb(88 28 135 / 0.1);
}

.active\:border-b-purple-900\/100:active {
  border-bottom-color: rgb(88 28 135 / 1);
}

.active\:border-b-purple-900\/20:active {
  border-bottom-color: rgb(88 28 135 / 0.2);
}

.active\:border-b-purple-900\/25:active {
  border-bottom-color: rgb(88 28 135 / 0.25);
}

.active\:border-b-purple-900\/30:active {
  border-bottom-color: rgb(88 28 135 / 0.3);
}

.active\:border-b-purple-900\/40:active {
  border-bottom-color: rgb(88 28 135 / 0.4);
}

.active\:border-b-purple-900\/5:active {
  border-bottom-color: rgb(88 28 135 / 0.05);
}

.active\:border-b-purple-900\/50:active {
  border-bottom-color: rgb(88 28 135 / 0.5);
}

.active\:border-b-purple-900\/60:active {
  border-bottom-color: rgb(88 28 135 / 0.6);
}

.active\:border-b-purple-900\/70:active {
  border-bottom-color: rgb(88 28 135 / 0.7);
}

.active\:border-b-purple-900\/75:active {
  border-bottom-color: rgb(88 28 135 / 0.75);
}

.active\:border-b-purple-900\/80:active {
  border-bottom-color: rgb(88 28 135 / 0.8);
}

.active\:border-b-purple-900\/90:active {
  border-bottom-color: rgb(88 28 135 / 0.9);
}

.active\:border-b-purple-900\/95:active {
  border-bottom-color: rgb(88 28 135 / 0.95);
}

.active\:border-b-purple-950:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(59 7 100 / var(--tw-border-opacity));
}

.active\:border-b-purple-950\/0:active {
  border-bottom-color: rgb(59 7 100 / 0);
}

.active\:border-b-purple-950\/10:active {
  border-bottom-color: rgb(59 7 100 / 0.1);
}

.active\:border-b-purple-950\/100:active {
  border-bottom-color: rgb(59 7 100 / 1);
}

.active\:border-b-purple-950\/20:active {
  border-bottom-color: rgb(59 7 100 / 0.2);
}

.active\:border-b-purple-950\/25:active {
  border-bottom-color: rgb(59 7 100 / 0.25);
}

.active\:border-b-purple-950\/30:active {
  border-bottom-color: rgb(59 7 100 / 0.3);
}

.active\:border-b-purple-950\/40:active {
  border-bottom-color: rgb(59 7 100 / 0.4);
}

.active\:border-b-purple-950\/5:active {
  border-bottom-color: rgb(59 7 100 / 0.05);
}

.active\:border-b-purple-950\/50:active {
  border-bottom-color: rgb(59 7 100 / 0.5);
}

.active\:border-b-purple-950\/60:active {
  border-bottom-color: rgb(59 7 100 / 0.6);
}

.active\:border-b-purple-950\/70:active {
  border-bottom-color: rgb(59 7 100 / 0.7);
}

.active\:border-b-purple-950\/75:active {
  border-bottom-color: rgb(59 7 100 / 0.75);
}

.active\:border-b-purple-950\/80:active {
  border-bottom-color: rgb(59 7 100 / 0.8);
}

.active\:border-b-purple-950\/90:active {
  border-bottom-color: rgb(59 7 100 / 0.9);
}

.active\:border-b-purple-950\/95:active {
  border-bottom-color: rgb(59 7 100 / 0.95);
}

.active\:border-b-red-100:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 226 226 / var(--tw-border-opacity));
}

.active\:border-b-red-100\/0:active {
  border-bottom-color: rgb(254 226 226 / 0);
}

.active\:border-b-red-100\/10:active {
  border-bottom-color: rgb(254 226 226 / 0.1);
}

.active\:border-b-red-100\/100:active {
  border-bottom-color: rgb(254 226 226 / 1);
}

.active\:border-b-red-100\/20:active {
  border-bottom-color: rgb(254 226 226 / 0.2);
}

.active\:border-b-red-100\/25:active {
  border-bottom-color: rgb(254 226 226 / 0.25);
}

.active\:border-b-red-100\/30:active {
  border-bottom-color: rgb(254 226 226 / 0.3);
}

.active\:border-b-red-100\/40:active {
  border-bottom-color: rgb(254 226 226 / 0.4);
}

.active\:border-b-red-100\/5:active {
  border-bottom-color: rgb(254 226 226 / 0.05);
}

.active\:border-b-red-100\/50:active {
  border-bottom-color: rgb(254 226 226 / 0.5);
}

.active\:border-b-red-100\/60:active {
  border-bottom-color: rgb(254 226 226 / 0.6);
}

.active\:border-b-red-100\/70:active {
  border-bottom-color: rgb(254 226 226 / 0.7);
}

.active\:border-b-red-100\/75:active {
  border-bottom-color: rgb(254 226 226 / 0.75);
}

.active\:border-b-red-100\/80:active {
  border-bottom-color: rgb(254 226 226 / 0.8);
}

.active\:border-b-red-100\/90:active {
  border-bottom-color: rgb(254 226 226 / 0.9);
}

.active\:border-b-red-100\/95:active {
  border-bottom-color: rgb(254 226 226 / 0.95);
}

.active\:border-b-red-200:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.active\:border-b-red-200\/0:active {
  border-bottom-color: rgb(254 202 202 / 0);
}

.active\:border-b-red-200\/10:active {
  border-bottom-color: rgb(254 202 202 / 0.1);
}

.active\:border-b-red-200\/100:active {
  border-bottom-color: rgb(254 202 202 / 1);
}

.active\:border-b-red-200\/20:active {
  border-bottom-color: rgb(254 202 202 / 0.2);
}

.active\:border-b-red-200\/25:active {
  border-bottom-color: rgb(254 202 202 / 0.25);
}

.active\:border-b-red-200\/30:active {
  border-bottom-color: rgb(254 202 202 / 0.3);
}

.active\:border-b-red-200\/40:active {
  border-bottom-color: rgb(254 202 202 / 0.4);
}

.active\:border-b-red-200\/5:active {
  border-bottom-color: rgb(254 202 202 / 0.05);
}

.active\:border-b-red-200\/50:active {
  border-bottom-color: rgb(254 202 202 / 0.5);
}

.active\:border-b-red-200\/60:active {
  border-bottom-color: rgb(254 202 202 / 0.6);
}

.active\:border-b-red-200\/70:active {
  border-bottom-color: rgb(254 202 202 / 0.7);
}

.active\:border-b-red-200\/75:active {
  border-bottom-color: rgb(254 202 202 / 0.75);
}

.active\:border-b-red-200\/80:active {
  border-bottom-color: rgb(254 202 202 / 0.8);
}

.active\:border-b-red-200\/90:active {
  border-bottom-color: rgb(254 202 202 / 0.9);
}

.active\:border-b-red-200\/95:active {
  border-bottom-color: rgb(254 202 202 / 0.95);
}

.active\:border-b-red-300:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.active\:border-b-red-300\/0:active {
  border-bottom-color: rgb(252 165 165 / 0);
}

.active\:border-b-red-300\/10:active {
  border-bottom-color: rgb(252 165 165 / 0.1);
}

.active\:border-b-red-300\/100:active {
  border-bottom-color: rgb(252 165 165 / 1);
}

.active\:border-b-red-300\/20:active {
  border-bottom-color: rgb(252 165 165 / 0.2);
}

.active\:border-b-red-300\/25:active {
  border-bottom-color: rgb(252 165 165 / 0.25);
}

.active\:border-b-red-300\/30:active {
  border-bottom-color: rgb(252 165 165 / 0.3);
}

.active\:border-b-red-300\/40:active {
  border-bottom-color: rgb(252 165 165 / 0.4);
}

.active\:border-b-red-300\/5:active {
  border-bottom-color: rgb(252 165 165 / 0.05);
}

.active\:border-b-red-300\/50:active {
  border-bottom-color: rgb(252 165 165 / 0.5);
}

.active\:border-b-red-300\/60:active {
  border-bottom-color: rgb(252 165 165 / 0.6);
}

.active\:border-b-red-300\/70:active {
  border-bottom-color: rgb(252 165 165 / 0.7);
}

.active\:border-b-red-300\/75:active {
  border-bottom-color: rgb(252 165 165 / 0.75);
}

.active\:border-b-red-300\/80:active {
  border-bottom-color: rgb(252 165 165 / 0.8);
}

.active\:border-b-red-300\/90:active {
  border-bottom-color: rgb(252 165 165 / 0.9);
}

.active\:border-b-red-300\/95:active {
  border-bottom-color: rgb(252 165 165 / 0.95);
}

.active\:border-b-red-400:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.active\:border-b-red-400\/0:active {
  border-bottom-color: rgb(248 113 113 / 0);
}

.active\:border-b-red-400\/10:active {
  border-bottom-color: rgb(248 113 113 / 0.1);
}

.active\:border-b-red-400\/100:active {
  border-bottom-color: rgb(248 113 113 / 1);
}

.active\:border-b-red-400\/20:active {
  border-bottom-color: rgb(248 113 113 / 0.2);
}

.active\:border-b-red-400\/25:active {
  border-bottom-color: rgb(248 113 113 / 0.25);
}

.active\:border-b-red-400\/30:active {
  border-bottom-color: rgb(248 113 113 / 0.3);
}

.active\:border-b-red-400\/40:active {
  border-bottom-color: rgb(248 113 113 / 0.4);
}

.active\:border-b-red-400\/5:active {
  border-bottom-color: rgb(248 113 113 / 0.05);
}

.active\:border-b-red-400\/50:active {
  border-bottom-color: rgb(248 113 113 / 0.5);
}

.active\:border-b-red-400\/60:active {
  border-bottom-color: rgb(248 113 113 / 0.6);
}

.active\:border-b-red-400\/70:active {
  border-bottom-color: rgb(248 113 113 / 0.7);
}

.active\:border-b-red-400\/75:active {
  border-bottom-color: rgb(248 113 113 / 0.75);
}

.active\:border-b-red-400\/80:active {
  border-bottom-color: rgb(248 113 113 / 0.8);
}

.active\:border-b-red-400\/90:active {
  border-bottom-color: rgb(248 113 113 / 0.9);
}

.active\:border-b-red-400\/95:active {
  border-bottom-color: rgb(248 113 113 / 0.95);
}

.active\:border-b-red-50:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.active\:border-b-red-50\/0:active {
  border-bottom-color: rgb(254 242 242 / 0);
}

.active\:border-b-red-50\/10:active {
  border-bottom-color: rgb(254 242 242 / 0.1);
}

.active\:border-b-red-50\/100:active {
  border-bottom-color: rgb(254 242 242 / 1);
}

.active\:border-b-red-50\/20:active {
  border-bottom-color: rgb(254 242 242 / 0.2);
}

.active\:border-b-red-50\/25:active {
  border-bottom-color: rgb(254 242 242 / 0.25);
}

.active\:border-b-red-50\/30:active {
  border-bottom-color: rgb(254 242 242 / 0.3);
}

.active\:border-b-red-50\/40:active {
  border-bottom-color: rgb(254 242 242 / 0.4);
}

.active\:border-b-red-50\/5:active {
  border-bottom-color: rgb(254 242 242 / 0.05);
}

.active\:border-b-red-50\/50:active {
  border-bottom-color: rgb(254 242 242 / 0.5);
}

.active\:border-b-red-50\/60:active {
  border-bottom-color: rgb(254 242 242 / 0.6);
}

.active\:border-b-red-50\/70:active {
  border-bottom-color: rgb(254 242 242 / 0.7);
}

.active\:border-b-red-50\/75:active {
  border-bottom-color: rgb(254 242 242 / 0.75);
}

.active\:border-b-red-50\/80:active {
  border-bottom-color: rgb(254 242 242 / 0.8);
}

.active\:border-b-red-50\/90:active {
  border-bottom-color: rgb(254 242 242 / 0.9);
}

.active\:border-b-red-50\/95:active {
  border-bottom-color: rgb(254 242 242 / 0.95);
}

.active\:border-b-red-500:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.active\:border-b-red-500\/0:active {
  border-bottom-color: rgb(239 68 68 / 0);
}

.active\:border-b-red-500\/10:active {
  border-bottom-color: rgb(239 68 68 / 0.1);
}

.active\:border-b-red-500\/100:active {
  border-bottom-color: rgb(239 68 68 / 1);
}

.active\:border-b-red-500\/20:active {
  border-bottom-color: rgb(239 68 68 / 0.2);
}

.active\:border-b-red-500\/25:active {
  border-bottom-color: rgb(239 68 68 / 0.25);
}

.active\:border-b-red-500\/30:active {
  border-bottom-color: rgb(239 68 68 / 0.3);
}

.active\:border-b-red-500\/40:active {
  border-bottom-color: rgb(239 68 68 / 0.4);
}

.active\:border-b-red-500\/5:active {
  border-bottom-color: rgb(239 68 68 / 0.05);
}

.active\:border-b-red-500\/50:active {
  border-bottom-color: rgb(239 68 68 / 0.5);
}

.active\:border-b-red-500\/60:active {
  border-bottom-color: rgb(239 68 68 / 0.6);
}

.active\:border-b-red-500\/70:active {
  border-bottom-color: rgb(239 68 68 / 0.7);
}

.active\:border-b-red-500\/75:active {
  border-bottom-color: rgb(239 68 68 / 0.75);
}

.active\:border-b-red-500\/80:active {
  border-bottom-color: rgb(239 68 68 / 0.8);
}

.active\:border-b-red-500\/90:active {
  border-bottom-color: rgb(239 68 68 / 0.9);
}

.active\:border-b-red-500\/95:active {
  border-bottom-color: rgb(239 68 68 / 0.95);
}

.active\:border-b-red-600:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.active\:border-b-red-600\/0:active {
  border-bottom-color: rgb(220 38 38 / 0);
}

.active\:border-b-red-600\/10:active {
  border-bottom-color: rgb(220 38 38 / 0.1);
}

.active\:border-b-red-600\/100:active {
  border-bottom-color: rgb(220 38 38 / 1);
}

.active\:border-b-red-600\/20:active {
  border-bottom-color: rgb(220 38 38 / 0.2);
}

.active\:border-b-red-600\/25:active {
  border-bottom-color: rgb(220 38 38 / 0.25);
}

.active\:border-b-red-600\/30:active {
  border-bottom-color: rgb(220 38 38 / 0.3);
}

.active\:border-b-red-600\/40:active {
  border-bottom-color: rgb(220 38 38 / 0.4);
}

.active\:border-b-red-600\/5:active {
  border-bottom-color: rgb(220 38 38 / 0.05);
}

.active\:border-b-red-600\/50:active {
  border-bottom-color: rgb(220 38 38 / 0.5);
}

.active\:border-b-red-600\/60:active {
  border-bottom-color: rgb(220 38 38 / 0.6);
}

.active\:border-b-red-600\/70:active {
  border-bottom-color: rgb(220 38 38 / 0.7);
}

.active\:border-b-red-600\/75:active {
  border-bottom-color: rgb(220 38 38 / 0.75);
}

.active\:border-b-red-600\/80:active {
  border-bottom-color: rgb(220 38 38 / 0.8);
}

.active\:border-b-red-600\/90:active {
  border-bottom-color: rgb(220 38 38 / 0.9);
}

.active\:border-b-red-600\/95:active {
  border-bottom-color: rgb(220 38 38 / 0.95);
}

.active\:border-b-red-700:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.active\:border-b-red-700\/0:active {
  border-bottom-color: rgb(185 28 28 / 0);
}

.active\:border-b-red-700\/10:active {
  border-bottom-color: rgb(185 28 28 / 0.1);
}

.active\:border-b-red-700\/100:active {
  border-bottom-color: rgb(185 28 28 / 1);
}

.active\:border-b-red-700\/20:active {
  border-bottom-color: rgb(185 28 28 / 0.2);
}

.active\:border-b-red-700\/25:active {
  border-bottom-color: rgb(185 28 28 / 0.25);
}

.active\:border-b-red-700\/30:active {
  border-bottom-color: rgb(185 28 28 / 0.3);
}

.active\:border-b-red-700\/40:active {
  border-bottom-color: rgb(185 28 28 / 0.4);
}

.active\:border-b-red-700\/5:active {
  border-bottom-color: rgb(185 28 28 / 0.05);
}

.active\:border-b-red-700\/50:active {
  border-bottom-color: rgb(185 28 28 / 0.5);
}

.active\:border-b-red-700\/60:active {
  border-bottom-color: rgb(185 28 28 / 0.6);
}

.active\:border-b-red-700\/70:active {
  border-bottom-color: rgb(185 28 28 / 0.7);
}

.active\:border-b-red-700\/75:active {
  border-bottom-color: rgb(185 28 28 / 0.75);
}

.active\:border-b-red-700\/80:active {
  border-bottom-color: rgb(185 28 28 / 0.8);
}

.active\:border-b-red-700\/90:active {
  border-bottom-color: rgb(185 28 28 / 0.9);
}

.active\:border-b-red-700\/95:active {
  border-bottom-color: rgb(185 28 28 / 0.95);
}

.active\:border-b-red-800:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.active\:border-b-red-800\/0:active {
  border-bottom-color: rgb(153 27 27 / 0);
}

.active\:border-b-red-800\/10:active {
  border-bottom-color: rgb(153 27 27 / 0.1);
}

.active\:border-b-red-800\/100:active {
  border-bottom-color: rgb(153 27 27 / 1);
}

.active\:border-b-red-800\/20:active {
  border-bottom-color: rgb(153 27 27 / 0.2);
}

.active\:border-b-red-800\/25:active {
  border-bottom-color: rgb(153 27 27 / 0.25);
}

.active\:border-b-red-800\/30:active {
  border-bottom-color: rgb(153 27 27 / 0.3);
}

.active\:border-b-red-800\/40:active {
  border-bottom-color: rgb(153 27 27 / 0.4);
}

.active\:border-b-red-800\/5:active {
  border-bottom-color: rgb(153 27 27 / 0.05);
}

.active\:border-b-red-800\/50:active {
  border-bottom-color: rgb(153 27 27 / 0.5);
}

.active\:border-b-red-800\/60:active {
  border-bottom-color: rgb(153 27 27 / 0.6);
}

.active\:border-b-red-800\/70:active {
  border-bottom-color: rgb(153 27 27 / 0.7);
}

.active\:border-b-red-800\/75:active {
  border-bottom-color: rgb(153 27 27 / 0.75);
}

.active\:border-b-red-800\/80:active {
  border-bottom-color: rgb(153 27 27 / 0.8);
}

.active\:border-b-red-800\/90:active {
  border-bottom-color: rgb(153 27 27 / 0.9);
}

.active\:border-b-red-800\/95:active {
  border-bottom-color: rgb(153 27 27 / 0.95);
}

.active\:border-b-red-900:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.active\:border-b-red-900\/0:active {
  border-bottom-color: rgb(127 29 29 / 0);
}

.active\:border-b-red-900\/10:active {
  border-bottom-color: rgb(127 29 29 / 0.1);
}

.active\:border-b-red-900\/100:active {
  border-bottom-color: rgb(127 29 29 / 1);
}

.active\:border-b-red-900\/20:active {
  border-bottom-color: rgb(127 29 29 / 0.2);
}

.active\:border-b-red-900\/25:active {
  border-bottom-color: rgb(127 29 29 / 0.25);
}

.active\:border-b-red-900\/30:active {
  border-bottom-color: rgb(127 29 29 / 0.3);
}

.active\:border-b-red-900\/40:active {
  border-bottom-color: rgb(127 29 29 / 0.4);
}

.active\:border-b-red-900\/5:active {
  border-bottom-color: rgb(127 29 29 / 0.05);
}

.active\:border-b-red-900\/50:active {
  border-bottom-color: rgb(127 29 29 / 0.5);
}

.active\:border-b-red-900\/60:active {
  border-bottom-color: rgb(127 29 29 / 0.6);
}

.active\:border-b-red-900\/70:active {
  border-bottom-color: rgb(127 29 29 / 0.7);
}

.active\:border-b-red-900\/75:active {
  border-bottom-color: rgb(127 29 29 / 0.75);
}

.active\:border-b-red-900\/80:active {
  border-bottom-color: rgb(127 29 29 / 0.8);
}

.active\:border-b-red-900\/90:active {
  border-bottom-color: rgb(127 29 29 / 0.9);
}

.active\:border-b-red-900\/95:active {
  border-bottom-color: rgb(127 29 29 / 0.95);
}

.active\:border-b-red-950:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(69 10 10 / var(--tw-border-opacity));
}

.active\:border-b-red-950\/0:active {
  border-bottom-color: rgb(69 10 10 / 0);
}

.active\:border-b-red-950\/10:active {
  border-bottom-color: rgb(69 10 10 / 0.1);
}

.active\:border-b-red-950\/100:active {
  border-bottom-color: rgb(69 10 10 / 1);
}

.active\:border-b-red-950\/20:active {
  border-bottom-color: rgb(69 10 10 / 0.2);
}

.active\:border-b-red-950\/25:active {
  border-bottom-color: rgb(69 10 10 / 0.25);
}

.active\:border-b-red-950\/30:active {
  border-bottom-color: rgb(69 10 10 / 0.3);
}

.active\:border-b-red-950\/40:active {
  border-bottom-color: rgb(69 10 10 / 0.4);
}

.active\:border-b-red-950\/5:active {
  border-bottom-color: rgb(69 10 10 / 0.05);
}

.active\:border-b-red-950\/50:active {
  border-bottom-color: rgb(69 10 10 / 0.5);
}

.active\:border-b-red-950\/60:active {
  border-bottom-color: rgb(69 10 10 / 0.6);
}

.active\:border-b-red-950\/70:active {
  border-bottom-color: rgb(69 10 10 / 0.7);
}

.active\:border-b-red-950\/75:active {
  border-bottom-color: rgb(69 10 10 / 0.75);
}

.active\:border-b-red-950\/80:active {
  border-bottom-color: rgb(69 10 10 / 0.8);
}

.active\:border-b-red-950\/90:active {
  border-bottom-color: rgb(69 10 10 / 0.9);
}

.active\:border-b-red-950\/95:active {
  border-bottom-color: rgb(69 10 10 / 0.95);
}

.active\:border-b-rose-100:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 228 230 / var(--tw-border-opacity));
}

.active\:border-b-rose-100\/0:active {
  border-bottom-color: rgb(255 228 230 / 0);
}

.active\:border-b-rose-100\/10:active {
  border-bottom-color: rgb(255 228 230 / 0.1);
}

.active\:border-b-rose-100\/100:active {
  border-bottom-color: rgb(255 228 230 / 1);
}

.active\:border-b-rose-100\/20:active {
  border-bottom-color: rgb(255 228 230 / 0.2);
}

.active\:border-b-rose-100\/25:active {
  border-bottom-color: rgb(255 228 230 / 0.25);
}

.active\:border-b-rose-100\/30:active {
  border-bottom-color: rgb(255 228 230 / 0.3);
}

.active\:border-b-rose-100\/40:active {
  border-bottom-color: rgb(255 228 230 / 0.4);
}

.active\:border-b-rose-100\/5:active {
  border-bottom-color: rgb(255 228 230 / 0.05);
}

.active\:border-b-rose-100\/50:active {
  border-bottom-color: rgb(255 228 230 / 0.5);
}

.active\:border-b-rose-100\/60:active {
  border-bottom-color: rgb(255 228 230 / 0.6);
}

.active\:border-b-rose-100\/70:active {
  border-bottom-color: rgb(255 228 230 / 0.7);
}

.active\:border-b-rose-100\/75:active {
  border-bottom-color: rgb(255 228 230 / 0.75);
}

.active\:border-b-rose-100\/80:active {
  border-bottom-color: rgb(255 228 230 / 0.8);
}

.active\:border-b-rose-100\/90:active {
  border-bottom-color: rgb(255 228 230 / 0.9);
}

.active\:border-b-rose-100\/95:active {
  border-bottom-color: rgb(255 228 230 / 0.95);
}

.active\:border-b-rose-200:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 205 211 / var(--tw-border-opacity));
}

.active\:border-b-rose-200\/0:active {
  border-bottom-color: rgb(254 205 211 / 0);
}

.active\:border-b-rose-200\/10:active {
  border-bottom-color: rgb(254 205 211 / 0.1);
}

.active\:border-b-rose-200\/100:active {
  border-bottom-color: rgb(254 205 211 / 1);
}

.active\:border-b-rose-200\/20:active {
  border-bottom-color: rgb(254 205 211 / 0.2);
}

.active\:border-b-rose-200\/25:active {
  border-bottom-color: rgb(254 205 211 / 0.25);
}

.active\:border-b-rose-200\/30:active {
  border-bottom-color: rgb(254 205 211 / 0.3);
}

.active\:border-b-rose-200\/40:active {
  border-bottom-color: rgb(254 205 211 / 0.4);
}

.active\:border-b-rose-200\/5:active {
  border-bottom-color: rgb(254 205 211 / 0.05);
}

.active\:border-b-rose-200\/50:active {
  border-bottom-color: rgb(254 205 211 / 0.5);
}

.active\:border-b-rose-200\/60:active {
  border-bottom-color: rgb(254 205 211 / 0.6);
}

.active\:border-b-rose-200\/70:active {
  border-bottom-color: rgb(254 205 211 / 0.7);
}

.active\:border-b-rose-200\/75:active {
  border-bottom-color: rgb(254 205 211 / 0.75);
}

.active\:border-b-rose-200\/80:active {
  border-bottom-color: rgb(254 205 211 / 0.8);
}

.active\:border-b-rose-200\/90:active {
  border-bottom-color: rgb(254 205 211 / 0.9);
}

.active\:border-b-rose-200\/95:active {
  border-bottom-color: rgb(254 205 211 / 0.95);
}

.active\:border-b-rose-300:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 164 175 / var(--tw-border-opacity));
}

.active\:border-b-rose-300\/0:active {
  border-bottom-color: rgb(253 164 175 / 0);
}

.active\:border-b-rose-300\/10:active {
  border-bottom-color: rgb(253 164 175 / 0.1);
}

.active\:border-b-rose-300\/100:active {
  border-bottom-color: rgb(253 164 175 / 1);
}

.active\:border-b-rose-300\/20:active {
  border-bottom-color: rgb(253 164 175 / 0.2);
}

.active\:border-b-rose-300\/25:active {
  border-bottom-color: rgb(253 164 175 / 0.25);
}

.active\:border-b-rose-300\/30:active {
  border-bottom-color: rgb(253 164 175 / 0.3);
}

.active\:border-b-rose-300\/40:active {
  border-bottom-color: rgb(253 164 175 / 0.4);
}

.active\:border-b-rose-300\/5:active {
  border-bottom-color: rgb(253 164 175 / 0.05);
}

.active\:border-b-rose-300\/50:active {
  border-bottom-color: rgb(253 164 175 / 0.5);
}

.active\:border-b-rose-300\/60:active {
  border-bottom-color: rgb(253 164 175 / 0.6);
}

.active\:border-b-rose-300\/70:active {
  border-bottom-color: rgb(253 164 175 / 0.7);
}

.active\:border-b-rose-300\/75:active {
  border-bottom-color: rgb(253 164 175 / 0.75);
}

.active\:border-b-rose-300\/80:active {
  border-bottom-color: rgb(253 164 175 / 0.8);
}

.active\:border-b-rose-300\/90:active {
  border-bottom-color: rgb(253 164 175 / 0.9);
}

.active\:border-b-rose-300\/95:active {
  border-bottom-color: rgb(253 164 175 / 0.95);
}

.active\:border-b-rose-400:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.active\:border-b-rose-400\/0:active {
  border-bottom-color: rgb(251 113 133 / 0);
}

.active\:border-b-rose-400\/10:active {
  border-bottom-color: rgb(251 113 133 / 0.1);
}

.active\:border-b-rose-400\/100:active {
  border-bottom-color: rgb(251 113 133 / 1);
}

.active\:border-b-rose-400\/20:active {
  border-bottom-color: rgb(251 113 133 / 0.2);
}

.active\:border-b-rose-400\/25:active {
  border-bottom-color: rgb(251 113 133 / 0.25);
}

.active\:border-b-rose-400\/30:active {
  border-bottom-color: rgb(251 113 133 / 0.3);
}

.active\:border-b-rose-400\/40:active {
  border-bottom-color: rgb(251 113 133 / 0.4);
}

.active\:border-b-rose-400\/5:active {
  border-bottom-color: rgb(251 113 133 / 0.05);
}

.active\:border-b-rose-400\/50:active {
  border-bottom-color: rgb(251 113 133 / 0.5);
}

.active\:border-b-rose-400\/60:active {
  border-bottom-color: rgb(251 113 133 / 0.6);
}

.active\:border-b-rose-400\/70:active {
  border-bottom-color: rgb(251 113 133 / 0.7);
}

.active\:border-b-rose-400\/75:active {
  border-bottom-color: rgb(251 113 133 / 0.75);
}

.active\:border-b-rose-400\/80:active {
  border-bottom-color: rgb(251 113 133 / 0.8);
}

.active\:border-b-rose-400\/90:active {
  border-bottom-color: rgb(251 113 133 / 0.9);
}

.active\:border-b-rose-400\/95:active {
  border-bottom-color: rgb(251 113 133 / 0.95);
}

.active\:border-b-rose-50:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 241 242 / var(--tw-border-opacity));
}

.active\:border-b-rose-50\/0:active {
  border-bottom-color: rgb(255 241 242 / 0);
}

.active\:border-b-rose-50\/10:active {
  border-bottom-color: rgb(255 241 242 / 0.1);
}

.active\:border-b-rose-50\/100:active {
  border-bottom-color: rgb(255 241 242 / 1);
}

.active\:border-b-rose-50\/20:active {
  border-bottom-color: rgb(255 241 242 / 0.2);
}

.active\:border-b-rose-50\/25:active {
  border-bottom-color: rgb(255 241 242 / 0.25);
}

.active\:border-b-rose-50\/30:active {
  border-bottom-color: rgb(255 241 242 / 0.3);
}

.active\:border-b-rose-50\/40:active {
  border-bottom-color: rgb(255 241 242 / 0.4);
}

.active\:border-b-rose-50\/5:active {
  border-bottom-color: rgb(255 241 242 / 0.05);
}

.active\:border-b-rose-50\/50:active {
  border-bottom-color: rgb(255 241 242 / 0.5);
}

.active\:border-b-rose-50\/60:active {
  border-bottom-color: rgb(255 241 242 / 0.6);
}

.active\:border-b-rose-50\/70:active {
  border-bottom-color: rgb(255 241 242 / 0.7);
}

.active\:border-b-rose-50\/75:active {
  border-bottom-color: rgb(255 241 242 / 0.75);
}

.active\:border-b-rose-50\/80:active {
  border-bottom-color: rgb(255 241 242 / 0.8);
}

.active\:border-b-rose-50\/90:active {
  border-bottom-color: rgb(255 241 242 / 0.9);
}

.active\:border-b-rose-50\/95:active {
  border-bottom-color: rgb(255 241 242 / 0.95);
}

.active\:border-b-rose-500:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(244 63 94 / var(--tw-border-opacity));
}

.active\:border-b-rose-500\/0:active {
  border-bottom-color: rgb(244 63 94 / 0);
}

.active\:border-b-rose-500\/10:active {
  border-bottom-color: rgb(244 63 94 / 0.1);
}

.active\:border-b-rose-500\/100:active {
  border-bottom-color: rgb(244 63 94 / 1);
}

.active\:border-b-rose-500\/20:active {
  border-bottom-color: rgb(244 63 94 / 0.2);
}

.active\:border-b-rose-500\/25:active {
  border-bottom-color: rgb(244 63 94 / 0.25);
}

.active\:border-b-rose-500\/30:active {
  border-bottom-color: rgb(244 63 94 / 0.3);
}

.active\:border-b-rose-500\/40:active {
  border-bottom-color: rgb(244 63 94 / 0.4);
}

.active\:border-b-rose-500\/5:active {
  border-bottom-color: rgb(244 63 94 / 0.05);
}

.active\:border-b-rose-500\/50:active {
  border-bottom-color: rgb(244 63 94 / 0.5);
}

.active\:border-b-rose-500\/60:active {
  border-bottom-color: rgb(244 63 94 / 0.6);
}

.active\:border-b-rose-500\/70:active {
  border-bottom-color: rgb(244 63 94 / 0.7);
}

.active\:border-b-rose-500\/75:active {
  border-bottom-color: rgb(244 63 94 / 0.75);
}

.active\:border-b-rose-500\/80:active {
  border-bottom-color: rgb(244 63 94 / 0.8);
}

.active\:border-b-rose-500\/90:active {
  border-bottom-color: rgb(244 63 94 / 0.9);
}

.active\:border-b-rose-500\/95:active {
  border-bottom-color: rgb(244 63 94 / 0.95);
}

.active\:border-b-rose-600:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(225 29 72 / var(--tw-border-opacity));
}

.active\:border-b-rose-600\/0:active {
  border-bottom-color: rgb(225 29 72 / 0);
}

.active\:border-b-rose-600\/10:active {
  border-bottom-color: rgb(225 29 72 / 0.1);
}

.active\:border-b-rose-600\/100:active {
  border-bottom-color: rgb(225 29 72 / 1);
}

.active\:border-b-rose-600\/20:active {
  border-bottom-color: rgb(225 29 72 / 0.2);
}

.active\:border-b-rose-600\/25:active {
  border-bottom-color: rgb(225 29 72 / 0.25);
}

.active\:border-b-rose-600\/30:active {
  border-bottom-color: rgb(225 29 72 / 0.3);
}

.active\:border-b-rose-600\/40:active {
  border-bottom-color: rgb(225 29 72 / 0.4);
}

.active\:border-b-rose-600\/5:active {
  border-bottom-color: rgb(225 29 72 / 0.05);
}

.active\:border-b-rose-600\/50:active {
  border-bottom-color: rgb(225 29 72 / 0.5);
}

.active\:border-b-rose-600\/60:active {
  border-bottom-color: rgb(225 29 72 / 0.6);
}

.active\:border-b-rose-600\/70:active {
  border-bottom-color: rgb(225 29 72 / 0.7);
}

.active\:border-b-rose-600\/75:active {
  border-bottom-color: rgb(225 29 72 / 0.75);
}

.active\:border-b-rose-600\/80:active {
  border-bottom-color: rgb(225 29 72 / 0.8);
}

.active\:border-b-rose-600\/90:active {
  border-bottom-color: rgb(225 29 72 / 0.9);
}

.active\:border-b-rose-600\/95:active {
  border-bottom-color: rgb(225 29 72 / 0.95);
}

.active\:border-b-rose-700:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(190 18 60 / var(--tw-border-opacity));
}

.active\:border-b-rose-700\/0:active {
  border-bottom-color: rgb(190 18 60 / 0);
}

.active\:border-b-rose-700\/10:active {
  border-bottom-color: rgb(190 18 60 / 0.1);
}

.active\:border-b-rose-700\/100:active {
  border-bottom-color: rgb(190 18 60 / 1);
}

.active\:border-b-rose-700\/20:active {
  border-bottom-color: rgb(190 18 60 / 0.2);
}

.active\:border-b-rose-700\/25:active {
  border-bottom-color: rgb(190 18 60 / 0.25);
}

.active\:border-b-rose-700\/30:active {
  border-bottom-color: rgb(190 18 60 / 0.3);
}

.active\:border-b-rose-700\/40:active {
  border-bottom-color: rgb(190 18 60 / 0.4);
}

.active\:border-b-rose-700\/5:active {
  border-bottom-color: rgb(190 18 60 / 0.05);
}

.active\:border-b-rose-700\/50:active {
  border-bottom-color: rgb(190 18 60 / 0.5);
}

.active\:border-b-rose-700\/60:active {
  border-bottom-color: rgb(190 18 60 / 0.6);
}

.active\:border-b-rose-700\/70:active {
  border-bottom-color: rgb(190 18 60 / 0.7);
}

.active\:border-b-rose-700\/75:active {
  border-bottom-color: rgb(190 18 60 / 0.75);
}

.active\:border-b-rose-700\/80:active {
  border-bottom-color: rgb(190 18 60 / 0.8);
}

.active\:border-b-rose-700\/90:active {
  border-bottom-color: rgb(190 18 60 / 0.9);
}

.active\:border-b-rose-700\/95:active {
  border-bottom-color: rgb(190 18 60 / 0.95);
}

.active\:border-b-rose-800:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(159 18 57 / var(--tw-border-opacity));
}

.active\:border-b-rose-800\/0:active {
  border-bottom-color: rgb(159 18 57 / 0);
}

.active\:border-b-rose-800\/10:active {
  border-bottom-color: rgb(159 18 57 / 0.1);
}

.active\:border-b-rose-800\/100:active {
  border-bottom-color: rgb(159 18 57 / 1);
}

.active\:border-b-rose-800\/20:active {
  border-bottom-color: rgb(159 18 57 / 0.2);
}

.active\:border-b-rose-800\/25:active {
  border-bottom-color: rgb(159 18 57 / 0.25);
}

.active\:border-b-rose-800\/30:active {
  border-bottom-color: rgb(159 18 57 / 0.3);
}

.active\:border-b-rose-800\/40:active {
  border-bottom-color: rgb(159 18 57 / 0.4);
}

.active\:border-b-rose-800\/5:active {
  border-bottom-color: rgb(159 18 57 / 0.05);
}

.active\:border-b-rose-800\/50:active {
  border-bottom-color: rgb(159 18 57 / 0.5);
}

.active\:border-b-rose-800\/60:active {
  border-bottom-color: rgb(159 18 57 / 0.6);
}

.active\:border-b-rose-800\/70:active {
  border-bottom-color: rgb(159 18 57 / 0.7);
}

.active\:border-b-rose-800\/75:active {
  border-bottom-color: rgb(159 18 57 / 0.75);
}

.active\:border-b-rose-800\/80:active {
  border-bottom-color: rgb(159 18 57 / 0.8);
}

.active\:border-b-rose-800\/90:active {
  border-bottom-color: rgb(159 18 57 / 0.9);
}

.active\:border-b-rose-800\/95:active {
  border-bottom-color: rgb(159 18 57 / 0.95);
}

.active\:border-b-rose-900:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(136 19 55 / var(--tw-border-opacity));
}

.active\:border-b-rose-900\/0:active {
  border-bottom-color: rgb(136 19 55 / 0);
}

.active\:border-b-rose-900\/10:active {
  border-bottom-color: rgb(136 19 55 / 0.1);
}

.active\:border-b-rose-900\/100:active {
  border-bottom-color: rgb(136 19 55 / 1);
}

.active\:border-b-rose-900\/20:active {
  border-bottom-color: rgb(136 19 55 / 0.2);
}

.active\:border-b-rose-900\/25:active {
  border-bottom-color: rgb(136 19 55 / 0.25);
}

.active\:border-b-rose-900\/30:active {
  border-bottom-color: rgb(136 19 55 / 0.3);
}

.active\:border-b-rose-900\/40:active {
  border-bottom-color: rgb(136 19 55 / 0.4);
}

.active\:border-b-rose-900\/5:active {
  border-bottom-color: rgb(136 19 55 / 0.05);
}

.active\:border-b-rose-900\/50:active {
  border-bottom-color: rgb(136 19 55 / 0.5);
}

.active\:border-b-rose-900\/60:active {
  border-bottom-color: rgb(136 19 55 / 0.6);
}

.active\:border-b-rose-900\/70:active {
  border-bottom-color: rgb(136 19 55 / 0.7);
}

.active\:border-b-rose-900\/75:active {
  border-bottom-color: rgb(136 19 55 / 0.75);
}

.active\:border-b-rose-900\/80:active {
  border-bottom-color: rgb(136 19 55 / 0.8);
}

.active\:border-b-rose-900\/90:active {
  border-bottom-color: rgb(136 19 55 / 0.9);
}

.active\:border-b-rose-900\/95:active {
  border-bottom-color: rgb(136 19 55 / 0.95);
}

.active\:border-b-rose-950:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(76 5 25 / var(--tw-border-opacity));
}

.active\:border-b-rose-950\/0:active {
  border-bottom-color: rgb(76 5 25 / 0);
}

.active\:border-b-rose-950\/10:active {
  border-bottom-color: rgb(76 5 25 / 0.1);
}

.active\:border-b-rose-950\/100:active {
  border-bottom-color: rgb(76 5 25 / 1);
}

.active\:border-b-rose-950\/20:active {
  border-bottom-color: rgb(76 5 25 / 0.2);
}

.active\:border-b-rose-950\/25:active {
  border-bottom-color: rgb(76 5 25 / 0.25);
}

.active\:border-b-rose-950\/30:active {
  border-bottom-color: rgb(76 5 25 / 0.3);
}

.active\:border-b-rose-950\/40:active {
  border-bottom-color: rgb(76 5 25 / 0.4);
}

.active\:border-b-rose-950\/5:active {
  border-bottom-color: rgb(76 5 25 / 0.05);
}

.active\:border-b-rose-950\/50:active {
  border-bottom-color: rgb(76 5 25 / 0.5);
}

.active\:border-b-rose-950\/60:active {
  border-bottom-color: rgb(76 5 25 / 0.6);
}

.active\:border-b-rose-950\/70:active {
  border-bottom-color: rgb(76 5 25 / 0.7);
}

.active\:border-b-rose-950\/75:active {
  border-bottom-color: rgb(76 5 25 / 0.75);
}

.active\:border-b-rose-950\/80:active {
  border-bottom-color: rgb(76 5 25 / 0.8);
}

.active\:border-b-rose-950\/90:active {
  border-bottom-color: rgb(76 5 25 / 0.9);
}

.active\:border-b-rose-950\/95:active {
  border-bottom-color: rgb(76 5 25 / 0.95);
}

.active\:border-b-sky-100:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(224 242 254 / var(--tw-border-opacity));
}

.active\:border-b-sky-100\/0:active {
  border-bottom-color: rgb(224 242 254 / 0);
}

.active\:border-b-sky-100\/10:active {
  border-bottom-color: rgb(224 242 254 / 0.1);
}

.active\:border-b-sky-100\/100:active {
  border-bottom-color: rgb(224 242 254 / 1);
}

.active\:border-b-sky-100\/20:active {
  border-bottom-color: rgb(224 242 254 / 0.2);
}

.active\:border-b-sky-100\/25:active {
  border-bottom-color: rgb(224 242 254 / 0.25);
}

.active\:border-b-sky-100\/30:active {
  border-bottom-color: rgb(224 242 254 / 0.3);
}

.active\:border-b-sky-100\/40:active {
  border-bottom-color: rgb(224 242 254 / 0.4);
}

.active\:border-b-sky-100\/5:active {
  border-bottom-color: rgb(224 242 254 / 0.05);
}

.active\:border-b-sky-100\/50:active {
  border-bottom-color: rgb(224 242 254 / 0.5);
}

.active\:border-b-sky-100\/60:active {
  border-bottom-color: rgb(224 242 254 / 0.6);
}

.active\:border-b-sky-100\/70:active {
  border-bottom-color: rgb(224 242 254 / 0.7);
}

.active\:border-b-sky-100\/75:active {
  border-bottom-color: rgb(224 242 254 / 0.75);
}

.active\:border-b-sky-100\/80:active {
  border-bottom-color: rgb(224 242 254 / 0.8);
}

.active\:border-b-sky-100\/90:active {
  border-bottom-color: rgb(224 242 254 / 0.9);
}

.active\:border-b-sky-100\/95:active {
  border-bottom-color: rgb(224 242 254 / 0.95);
}

.active\:border-b-sky-200:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(186 230 253 / var(--tw-border-opacity));
}

.active\:border-b-sky-200\/0:active {
  border-bottom-color: rgb(186 230 253 / 0);
}

.active\:border-b-sky-200\/10:active {
  border-bottom-color: rgb(186 230 253 / 0.1);
}

.active\:border-b-sky-200\/100:active {
  border-bottom-color: rgb(186 230 253 / 1);
}

.active\:border-b-sky-200\/20:active {
  border-bottom-color: rgb(186 230 253 / 0.2);
}

.active\:border-b-sky-200\/25:active {
  border-bottom-color: rgb(186 230 253 / 0.25);
}

.active\:border-b-sky-200\/30:active {
  border-bottom-color: rgb(186 230 253 / 0.3);
}

.active\:border-b-sky-200\/40:active {
  border-bottom-color: rgb(186 230 253 / 0.4);
}

.active\:border-b-sky-200\/5:active {
  border-bottom-color: rgb(186 230 253 / 0.05);
}

.active\:border-b-sky-200\/50:active {
  border-bottom-color: rgb(186 230 253 / 0.5);
}

.active\:border-b-sky-200\/60:active {
  border-bottom-color: rgb(186 230 253 / 0.6);
}

.active\:border-b-sky-200\/70:active {
  border-bottom-color: rgb(186 230 253 / 0.7);
}

.active\:border-b-sky-200\/75:active {
  border-bottom-color: rgb(186 230 253 / 0.75);
}

.active\:border-b-sky-200\/80:active {
  border-bottom-color: rgb(186 230 253 / 0.8);
}

.active\:border-b-sky-200\/90:active {
  border-bottom-color: rgb(186 230 253 / 0.9);
}

.active\:border-b-sky-200\/95:active {
  border-bottom-color: rgb(186 230 253 / 0.95);
}

.active\:border-b-sky-300:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(125 211 252 / var(--tw-border-opacity));
}

.active\:border-b-sky-300\/0:active {
  border-bottom-color: rgb(125 211 252 / 0);
}

.active\:border-b-sky-300\/10:active {
  border-bottom-color: rgb(125 211 252 / 0.1);
}

.active\:border-b-sky-300\/100:active {
  border-bottom-color: rgb(125 211 252 / 1);
}

.active\:border-b-sky-300\/20:active {
  border-bottom-color: rgb(125 211 252 / 0.2);
}

.active\:border-b-sky-300\/25:active {
  border-bottom-color: rgb(125 211 252 / 0.25);
}

.active\:border-b-sky-300\/30:active {
  border-bottom-color: rgb(125 211 252 / 0.3);
}

.active\:border-b-sky-300\/40:active {
  border-bottom-color: rgb(125 211 252 / 0.4);
}

.active\:border-b-sky-300\/5:active {
  border-bottom-color: rgb(125 211 252 / 0.05);
}

.active\:border-b-sky-300\/50:active {
  border-bottom-color: rgb(125 211 252 / 0.5);
}

.active\:border-b-sky-300\/60:active {
  border-bottom-color: rgb(125 211 252 / 0.6);
}

.active\:border-b-sky-300\/70:active {
  border-bottom-color: rgb(125 211 252 / 0.7);
}

.active\:border-b-sky-300\/75:active {
  border-bottom-color: rgb(125 211 252 / 0.75);
}

.active\:border-b-sky-300\/80:active {
  border-bottom-color: rgb(125 211 252 / 0.8);
}

.active\:border-b-sky-300\/90:active {
  border-bottom-color: rgb(125 211 252 / 0.9);
}

.active\:border-b-sky-300\/95:active {
  border-bottom-color: rgb(125 211 252 / 0.95);
}

.active\:border-b-sky-400:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(56 189 248 / var(--tw-border-opacity));
}

.active\:border-b-sky-400\/0:active {
  border-bottom-color: rgb(56 189 248 / 0);
}

.active\:border-b-sky-400\/10:active {
  border-bottom-color: rgb(56 189 248 / 0.1);
}

.active\:border-b-sky-400\/100:active {
  border-bottom-color: rgb(56 189 248 / 1);
}

.active\:border-b-sky-400\/20:active {
  border-bottom-color: rgb(56 189 248 / 0.2);
}

.active\:border-b-sky-400\/25:active {
  border-bottom-color: rgb(56 189 248 / 0.25);
}

.active\:border-b-sky-400\/30:active {
  border-bottom-color: rgb(56 189 248 / 0.3);
}

.active\:border-b-sky-400\/40:active {
  border-bottom-color: rgb(56 189 248 / 0.4);
}

.active\:border-b-sky-400\/5:active {
  border-bottom-color: rgb(56 189 248 / 0.05);
}

.active\:border-b-sky-400\/50:active {
  border-bottom-color: rgb(56 189 248 / 0.5);
}

.active\:border-b-sky-400\/60:active {
  border-bottom-color: rgb(56 189 248 / 0.6);
}

.active\:border-b-sky-400\/70:active {
  border-bottom-color: rgb(56 189 248 / 0.7);
}

.active\:border-b-sky-400\/75:active {
  border-bottom-color: rgb(56 189 248 / 0.75);
}

.active\:border-b-sky-400\/80:active {
  border-bottom-color: rgb(56 189 248 / 0.8);
}

.active\:border-b-sky-400\/90:active {
  border-bottom-color: rgb(56 189 248 / 0.9);
}

.active\:border-b-sky-400\/95:active {
  border-bottom-color: rgb(56 189 248 / 0.95);
}

.active\:border-b-sky-50:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.active\:border-b-sky-50\/0:active {
  border-bottom-color: rgb(240 249 255 / 0);
}

.active\:border-b-sky-50\/10:active {
  border-bottom-color: rgb(240 249 255 / 0.1);
}

.active\:border-b-sky-50\/100:active {
  border-bottom-color: rgb(240 249 255 / 1);
}

.active\:border-b-sky-50\/20:active {
  border-bottom-color: rgb(240 249 255 / 0.2);
}

.active\:border-b-sky-50\/25:active {
  border-bottom-color: rgb(240 249 255 / 0.25);
}

.active\:border-b-sky-50\/30:active {
  border-bottom-color: rgb(240 249 255 / 0.3);
}

.active\:border-b-sky-50\/40:active {
  border-bottom-color: rgb(240 249 255 / 0.4);
}

.active\:border-b-sky-50\/5:active {
  border-bottom-color: rgb(240 249 255 / 0.05);
}

.active\:border-b-sky-50\/50:active {
  border-bottom-color: rgb(240 249 255 / 0.5);
}

.active\:border-b-sky-50\/60:active {
  border-bottom-color: rgb(240 249 255 / 0.6);
}

.active\:border-b-sky-50\/70:active {
  border-bottom-color: rgb(240 249 255 / 0.7);
}

.active\:border-b-sky-50\/75:active {
  border-bottom-color: rgb(240 249 255 / 0.75);
}

.active\:border-b-sky-50\/80:active {
  border-bottom-color: rgb(240 249 255 / 0.8);
}

.active\:border-b-sky-50\/90:active {
  border-bottom-color: rgb(240 249 255 / 0.9);
}

.active\:border-b-sky-50\/95:active {
  border-bottom-color: rgb(240 249 255 / 0.95);
}

.active\:border-b-sky-500:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.active\:border-b-sky-500\/0:active {
  border-bottom-color: rgb(14 165 233 / 0);
}

.active\:border-b-sky-500\/10:active {
  border-bottom-color: rgb(14 165 233 / 0.1);
}

.active\:border-b-sky-500\/100:active {
  border-bottom-color: rgb(14 165 233 / 1);
}

.active\:border-b-sky-500\/20:active {
  border-bottom-color: rgb(14 165 233 / 0.2);
}

.active\:border-b-sky-500\/25:active {
  border-bottom-color: rgb(14 165 233 / 0.25);
}

.active\:border-b-sky-500\/30:active {
  border-bottom-color: rgb(14 165 233 / 0.3);
}

.active\:border-b-sky-500\/40:active {
  border-bottom-color: rgb(14 165 233 / 0.4);
}

.active\:border-b-sky-500\/5:active {
  border-bottom-color: rgb(14 165 233 / 0.05);
}

.active\:border-b-sky-500\/50:active {
  border-bottom-color: rgb(14 165 233 / 0.5);
}

.active\:border-b-sky-500\/60:active {
  border-bottom-color: rgb(14 165 233 / 0.6);
}

.active\:border-b-sky-500\/70:active {
  border-bottom-color: rgb(14 165 233 / 0.7);
}

.active\:border-b-sky-500\/75:active {
  border-bottom-color: rgb(14 165 233 / 0.75);
}

.active\:border-b-sky-500\/80:active {
  border-bottom-color: rgb(14 165 233 / 0.8);
}

.active\:border-b-sky-500\/90:active {
  border-bottom-color: rgb(14 165 233 / 0.9);
}

.active\:border-b-sky-500\/95:active {
  border-bottom-color: rgb(14 165 233 / 0.95);
}

.active\:border-b-sky-600:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(2 132 199 / var(--tw-border-opacity));
}

.active\:border-b-sky-600\/0:active {
  border-bottom-color: rgb(2 132 199 / 0);
}

.active\:border-b-sky-600\/10:active {
  border-bottom-color: rgb(2 132 199 / 0.1);
}

.active\:border-b-sky-600\/100:active {
  border-bottom-color: rgb(2 132 199 / 1);
}

.active\:border-b-sky-600\/20:active {
  border-bottom-color: rgb(2 132 199 / 0.2);
}

.active\:border-b-sky-600\/25:active {
  border-bottom-color: rgb(2 132 199 / 0.25);
}

.active\:border-b-sky-600\/30:active {
  border-bottom-color: rgb(2 132 199 / 0.3);
}

.active\:border-b-sky-600\/40:active {
  border-bottom-color: rgb(2 132 199 / 0.4);
}

.active\:border-b-sky-600\/5:active {
  border-bottom-color: rgb(2 132 199 / 0.05);
}

.active\:border-b-sky-600\/50:active {
  border-bottom-color: rgb(2 132 199 / 0.5);
}

.active\:border-b-sky-600\/60:active {
  border-bottom-color: rgb(2 132 199 / 0.6);
}

.active\:border-b-sky-600\/70:active {
  border-bottom-color: rgb(2 132 199 / 0.7);
}

.active\:border-b-sky-600\/75:active {
  border-bottom-color: rgb(2 132 199 / 0.75);
}

.active\:border-b-sky-600\/80:active {
  border-bottom-color: rgb(2 132 199 / 0.8);
}

.active\:border-b-sky-600\/90:active {
  border-bottom-color: rgb(2 132 199 / 0.9);
}

.active\:border-b-sky-600\/95:active {
  border-bottom-color: rgb(2 132 199 / 0.95);
}

.active\:border-b-sky-700:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.active\:border-b-sky-700\/0:active {
  border-bottom-color: rgb(3 105 161 / 0);
}

.active\:border-b-sky-700\/10:active {
  border-bottom-color: rgb(3 105 161 / 0.1);
}

.active\:border-b-sky-700\/100:active {
  border-bottom-color: rgb(3 105 161 / 1);
}

.active\:border-b-sky-700\/20:active {
  border-bottom-color: rgb(3 105 161 / 0.2);
}

.active\:border-b-sky-700\/25:active {
  border-bottom-color: rgb(3 105 161 / 0.25);
}

.active\:border-b-sky-700\/30:active {
  border-bottom-color: rgb(3 105 161 / 0.3);
}

.active\:border-b-sky-700\/40:active {
  border-bottom-color: rgb(3 105 161 / 0.4);
}

.active\:border-b-sky-700\/5:active {
  border-bottom-color: rgb(3 105 161 / 0.05);
}

.active\:border-b-sky-700\/50:active {
  border-bottom-color: rgb(3 105 161 / 0.5);
}

.active\:border-b-sky-700\/60:active {
  border-bottom-color: rgb(3 105 161 / 0.6);
}

.active\:border-b-sky-700\/70:active {
  border-bottom-color: rgb(3 105 161 / 0.7);
}

.active\:border-b-sky-700\/75:active {
  border-bottom-color: rgb(3 105 161 / 0.75);
}

.active\:border-b-sky-700\/80:active {
  border-bottom-color: rgb(3 105 161 / 0.8);
}

.active\:border-b-sky-700\/90:active {
  border-bottom-color: rgb(3 105 161 / 0.9);
}

.active\:border-b-sky-700\/95:active {
  border-bottom-color: rgb(3 105 161 / 0.95);
}

.active\:border-b-sky-800:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(7 89 133 / var(--tw-border-opacity));
}

.active\:border-b-sky-800\/0:active {
  border-bottom-color: rgb(7 89 133 / 0);
}

.active\:border-b-sky-800\/10:active {
  border-bottom-color: rgb(7 89 133 / 0.1);
}

.active\:border-b-sky-800\/100:active {
  border-bottom-color: rgb(7 89 133 / 1);
}

.active\:border-b-sky-800\/20:active {
  border-bottom-color: rgb(7 89 133 / 0.2);
}

.active\:border-b-sky-800\/25:active {
  border-bottom-color: rgb(7 89 133 / 0.25);
}

.active\:border-b-sky-800\/30:active {
  border-bottom-color: rgb(7 89 133 / 0.3);
}

.active\:border-b-sky-800\/40:active {
  border-bottom-color: rgb(7 89 133 / 0.4);
}

.active\:border-b-sky-800\/5:active {
  border-bottom-color: rgb(7 89 133 / 0.05);
}

.active\:border-b-sky-800\/50:active {
  border-bottom-color: rgb(7 89 133 / 0.5);
}

.active\:border-b-sky-800\/60:active {
  border-bottom-color: rgb(7 89 133 / 0.6);
}

.active\:border-b-sky-800\/70:active {
  border-bottom-color: rgb(7 89 133 / 0.7);
}

.active\:border-b-sky-800\/75:active {
  border-bottom-color: rgb(7 89 133 / 0.75);
}

.active\:border-b-sky-800\/80:active {
  border-bottom-color: rgb(7 89 133 / 0.8);
}

.active\:border-b-sky-800\/90:active {
  border-bottom-color: rgb(7 89 133 / 0.9);
}

.active\:border-b-sky-800\/95:active {
  border-bottom-color: rgb(7 89 133 / 0.95);
}

.active\:border-b-sky-900:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(12 74 110 / var(--tw-border-opacity));
}

.active\:border-b-sky-900\/0:active {
  border-bottom-color: rgb(12 74 110 / 0);
}

.active\:border-b-sky-900\/10:active {
  border-bottom-color: rgb(12 74 110 / 0.1);
}

.active\:border-b-sky-900\/100:active {
  border-bottom-color: rgb(12 74 110 / 1);
}

.active\:border-b-sky-900\/20:active {
  border-bottom-color: rgb(12 74 110 / 0.2);
}

.active\:border-b-sky-900\/25:active {
  border-bottom-color: rgb(12 74 110 / 0.25);
}

.active\:border-b-sky-900\/30:active {
  border-bottom-color: rgb(12 74 110 / 0.3);
}

.active\:border-b-sky-900\/40:active {
  border-bottom-color: rgb(12 74 110 / 0.4);
}

.active\:border-b-sky-900\/5:active {
  border-bottom-color: rgb(12 74 110 / 0.05);
}

.active\:border-b-sky-900\/50:active {
  border-bottom-color: rgb(12 74 110 / 0.5);
}

.active\:border-b-sky-900\/60:active {
  border-bottom-color: rgb(12 74 110 / 0.6);
}

.active\:border-b-sky-900\/70:active {
  border-bottom-color: rgb(12 74 110 / 0.7);
}

.active\:border-b-sky-900\/75:active {
  border-bottom-color: rgb(12 74 110 / 0.75);
}

.active\:border-b-sky-900\/80:active {
  border-bottom-color: rgb(12 74 110 / 0.8);
}

.active\:border-b-sky-900\/90:active {
  border-bottom-color: rgb(12 74 110 / 0.9);
}

.active\:border-b-sky-900\/95:active {
  border-bottom-color: rgb(12 74 110 / 0.95);
}

.active\:border-b-sky-950:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(8 47 73 / var(--tw-border-opacity));
}

.active\:border-b-sky-950\/0:active {
  border-bottom-color: rgb(8 47 73 / 0);
}

.active\:border-b-sky-950\/10:active {
  border-bottom-color: rgb(8 47 73 / 0.1);
}

.active\:border-b-sky-950\/100:active {
  border-bottom-color: rgb(8 47 73 / 1);
}

.active\:border-b-sky-950\/20:active {
  border-bottom-color: rgb(8 47 73 / 0.2);
}

.active\:border-b-sky-950\/25:active {
  border-bottom-color: rgb(8 47 73 / 0.25);
}

.active\:border-b-sky-950\/30:active {
  border-bottom-color: rgb(8 47 73 / 0.3);
}

.active\:border-b-sky-950\/40:active {
  border-bottom-color: rgb(8 47 73 / 0.4);
}

.active\:border-b-sky-950\/5:active {
  border-bottom-color: rgb(8 47 73 / 0.05);
}

.active\:border-b-sky-950\/50:active {
  border-bottom-color: rgb(8 47 73 / 0.5);
}

.active\:border-b-sky-950\/60:active {
  border-bottom-color: rgb(8 47 73 / 0.6);
}

.active\:border-b-sky-950\/70:active {
  border-bottom-color: rgb(8 47 73 / 0.7);
}

.active\:border-b-sky-950\/75:active {
  border-bottom-color: rgb(8 47 73 / 0.75);
}

.active\:border-b-sky-950\/80:active {
  border-bottom-color: rgb(8 47 73 / 0.8);
}

.active\:border-b-sky-950\/90:active {
  border-bottom-color: rgb(8 47 73 / 0.9);
}

.active\:border-b-sky-950\/95:active {
  border-bottom-color: rgb(8 47 73 / 0.95);
}

.active\:border-b-slate-100:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.active\:border-b-slate-100\/0:active {
  border-bottom-color: rgb(241 245 249 / 0);
}

.active\:border-b-slate-100\/10:active {
  border-bottom-color: rgb(241 245 249 / 0.1);
}

.active\:border-b-slate-100\/100:active {
  border-bottom-color: rgb(241 245 249 / 1);
}

.active\:border-b-slate-100\/20:active {
  border-bottom-color: rgb(241 245 249 / 0.2);
}

.active\:border-b-slate-100\/25:active {
  border-bottom-color: rgb(241 245 249 / 0.25);
}

.active\:border-b-slate-100\/30:active {
  border-bottom-color: rgb(241 245 249 / 0.3);
}

.active\:border-b-slate-100\/40:active {
  border-bottom-color: rgb(241 245 249 / 0.4);
}

.active\:border-b-slate-100\/5:active {
  border-bottom-color: rgb(241 245 249 / 0.05);
}

.active\:border-b-slate-100\/50:active {
  border-bottom-color: rgb(241 245 249 / 0.5);
}

.active\:border-b-slate-100\/60:active {
  border-bottom-color: rgb(241 245 249 / 0.6);
}

.active\:border-b-slate-100\/70:active {
  border-bottom-color: rgb(241 245 249 / 0.7);
}

.active\:border-b-slate-100\/75:active {
  border-bottom-color: rgb(241 245 249 / 0.75);
}

.active\:border-b-slate-100\/80:active {
  border-bottom-color: rgb(241 245 249 / 0.8);
}

.active\:border-b-slate-100\/90:active {
  border-bottom-color: rgb(241 245 249 / 0.9);
}

.active\:border-b-slate-100\/95:active {
  border-bottom-color: rgb(241 245 249 / 0.95);
}

.active\:border-b-slate-200:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.active\:border-b-slate-200\/0:active {
  border-bottom-color: rgb(226 232 240 / 0);
}

.active\:border-b-slate-200\/10:active {
  border-bottom-color: rgb(226 232 240 / 0.1);
}

.active\:border-b-slate-200\/100:active {
  border-bottom-color: rgb(226 232 240 / 1);
}

.active\:border-b-slate-200\/20:active {
  border-bottom-color: rgb(226 232 240 / 0.2);
}

.active\:border-b-slate-200\/25:active {
  border-bottom-color: rgb(226 232 240 / 0.25);
}

.active\:border-b-slate-200\/30:active {
  border-bottom-color: rgb(226 232 240 / 0.3);
}

.active\:border-b-slate-200\/40:active {
  border-bottom-color: rgb(226 232 240 / 0.4);
}

.active\:border-b-slate-200\/5:active {
  border-bottom-color: rgb(226 232 240 / 0.05);
}

.active\:border-b-slate-200\/50:active {
  border-bottom-color: rgb(226 232 240 / 0.5);
}

.active\:border-b-slate-200\/60:active {
  border-bottom-color: rgb(226 232 240 / 0.6);
}

.active\:border-b-slate-200\/70:active {
  border-bottom-color: rgb(226 232 240 / 0.7);
}

.active\:border-b-slate-200\/75:active {
  border-bottom-color: rgb(226 232 240 / 0.75);
}

.active\:border-b-slate-200\/80:active {
  border-bottom-color: rgb(226 232 240 / 0.8);
}

.active\:border-b-slate-200\/90:active {
  border-bottom-color: rgb(226 232 240 / 0.9);
}

.active\:border-b-slate-200\/95:active {
  border-bottom-color: rgb(226 232 240 / 0.95);
}

.active\:border-b-slate-300:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.active\:border-b-slate-300\/0:active {
  border-bottom-color: rgb(203 213 225 / 0);
}

.active\:border-b-slate-300\/10:active {
  border-bottom-color: rgb(203 213 225 / 0.1);
}

.active\:border-b-slate-300\/100:active {
  border-bottom-color: rgb(203 213 225 / 1);
}

.active\:border-b-slate-300\/20:active {
  border-bottom-color: rgb(203 213 225 / 0.2);
}

.active\:border-b-slate-300\/25:active {
  border-bottom-color: rgb(203 213 225 / 0.25);
}

.active\:border-b-slate-300\/30:active {
  border-bottom-color: rgb(203 213 225 / 0.3);
}

.active\:border-b-slate-300\/40:active {
  border-bottom-color: rgb(203 213 225 / 0.4);
}

.active\:border-b-slate-300\/5:active {
  border-bottom-color: rgb(203 213 225 / 0.05);
}

.active\:border-b-slate-300\/50:active {
  border-bottom-color: rgb(203 213 225 / 0.5);
}

.active\:border-b-slate-300\/60:active {
  border-bottom-color: rgb(203 213 225 / 0.6);
}

.active\:border-b-slate-300\/70:active {
  border-bottom-color: rgb(203 213 225 / 0.7);
}

.active\:border-b-slate-300\/75:active {
  border-bottom-color: rgb(203 213 225 / 0.75);
}

.active\:border-b-slate-300\/80:active {
  border-bottom-color: rgb(203 213 225 / 0.8);
}

.active\:border-b-slate-300\/90:active {
  border-bottom-color: rgb(203 213 225 / 0.9);
}

.active\:border-b-slate-300\/95:active {
  border-bottom-color: rgb(203 213 225 / 0.95);
}

.active\:border-b-slate-400:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.active\:border-b-slate-400\/0:active {
  border-bottom-color: rgb(148 163 184 / 0);
}

.active\:border-b-slate-400\/10:active {
  border-bottom-color: rgb(148 163 184 / 0.1);
}

.active\:border-b-slate-400\/100:active {
  border-bottom-color: rgb(148 163 184 / 1);
}

.active\:border-b-slate-400\/20:active {
  border-bottom-color: rgb(148 163 184 / 0.2);
}

.active\:border-b-slate-400\/25:active {
  border-bottom-color: rgb(148 163 184 / 0.25);
}

.active\:border-b-slate-400\/30:active {
  border-bottom-color: rgb(148 163 184 / 0.3);
}

.active\:border-b-slate-400\/40:active {
  border-bottom-color: rgb(148 163 184 / 0.4);
}

.active\:border-b-slate-400\/5:active {
  border-bottom-color: rgb(148 163 184 / 0.05);
}

.active\:border-b-slate-400\/50:active {
  border-bottom-color: rgb(148 163 184 / 0.5);
}

.active\:border-b-slate-400\/60:active {
  border-bottom-color: rgb(148 163 184 / 0.6);
}

.active\:border-b-slate-400\/70:active {
  border-bottom-color: rgb(148 163 184 / 0.7);
}

.active\:border-b-slate-400\/75:active {
  border-bottom-color: rgb(148 163 184 / 0.75);
}

.active\:border-b-slate-400\/80:active {
  border-bottom-color: rgb(148 163 184 / 0.8);
}

.active\:border-b-slate-400\/90:active {
  border-bottom-color: rgb(148 163 184 / 0.9);
}

.active\:border-b-slate-400\/95:active {
  border-bottom-color: rgb(148 163 184 / 0.95);
}

.active\:border-b-slate-50:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(248 250 252 / var(--tw-border-opacity));
}

.active\:border-b-slate-50\/0:active {
  border-bottom-color: rgb(248 250 252 / 0);
}

.active\:border-b-slate-50\/10:active {
  border-bottom-color: rgb(248 250 252 / 0.1);
}

.active\:border-b-slate-50\/100:active {
  border-bottom-color: rgb(248 250 252 / 1);
}

.active\:border-b-slate-50\/20:active {
  border-bottom-color: rgb(248 250 252 / 0.2);
}

.active\:border-b-slate-50\/25:active {
  border-bottom-color: rgb(248 250 252 / 0.25);
}

.active\:border-b-slate-50\/30:active {
  border-bottom-color: rgb(248 250 252 / 0.3);
}

.active\:border-b-slate-50\/40:active {
  border-bottom-color: rgb(248 250 252 / 0.4);
}

.active\:border-b-slate-50\/5:active {
  border-bottom-color: rgb(248 250 252 / 0.05);
}

.active\:border-b-slate-50\/50:active {
  border-bottom-color: rgb(248 250 252 / 0.5);
}

.active\:border-b-slate-50\/60:active {
  border-bottom-color: rgb(248 250 252 / 0.6);
}

.active\:border-b-slate-50\/70:active {
  border-bottom-color: rgb(248 250 252 / 0.7);
}

.active\:border-b-slate-50\/75:active {
  border-bottom-color: rgb(248 250 252 / 0.75);
}

.active\:border-b-slate-50\/80:active {
  border-bottom-color: rgb(248 250 252 / 0.8);
}

.active\:border-b-slate-50\/90:active {
  border-bottom-color: rgb(248 250 252 / 0.9);
}

.active\:border-b-slate-50\/95:active {
  border-bottom-color: rgb(248 250 252 / 0.95);
}

.active\:border-b-slate-500:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.active\:border-b-slate-500\/0:active {
  border-bottom-color: rgb(100 116 139 / 0);
}

.active\:border-b-slate-500\/10:active {
  border-bottom-color: rgb(100 116 139 / 0.1);
}

.active\:border-b-slate-500\/100:active {
  border-bottom-color: rgb(100 116 139 / 1);
}

.active\:border-b-slate-500\/20:active {
  border-bottom-color: rgb(100 116 139 / 0.2);
}

.active\:border-b-slate-500\/25:active {
  border-bottom-color: rgb(100 116 139 / 0.25);
}

.active\:border-b-slate-500\/30:active {
  border-bottom-color: rgb(100 116 139 / 0.3);
}

.active\:border-b-slate-500\/40:active {
  border-bottom-color: rgb(100 116 139 / 0.4);
}

.active\:border-b-slate-500\/5:active {
  border-bottom-color: rgb(100 116 139 / 0.05);
}

.active\:border-b-slate-500\/50:active {
  border-bottom-color: rgb(100 116 139 / 0.5);
}

.active\:border-b-slate-500\/60:active {
  border-bottom-color: rgb(100 116 139 / 0.6);
}

.active\:border-b-slate-500\/70:active {
  border-bottom-color: rgb(100 116 139 / 0.7);
}

.active\:border-b-slate-500\/75:active {
  border-bottom-color: rgb(100 116 139 / 0.75);
}

.active\:border-b-slate-500\/80:active {
  border-bottom-color: rgb(100 116 139 / 0.8);
}

.active\:border-b-slate-500\/90:active {
  border-bottom-color: rgb(100 116 139 / 0.9);
}

.active\:border-b-slate-500\/95:active {
  border-bottom-color: rgb(100 116 139 / 0.95);
}

.active\:border-b-slate-600:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(71 85 105 / var(--tw-border-opacity));
}

.active\:border-b-slate-600\/0:active {
  border-bottom-color: rgb(71 85 105 / 0);
}

.active\:border-b-slate-600\/10:active {
  border-bottom-color: rgb(71 85 105 / 0.1);
}

.active\:border-b-slate-600\/100:active {
  border-bottom-color: rgb(71 85 105 / 1);
}

.active\:border-b-slate-600\/20:active {
  border-bottom-color: rgb(71 85 105 / 0.2);
}

.active\:border-b-slate-600\/25:active {
  border-bottom-color: rgb(71 85 105 / 0.25);
}

.active\:border-b-slate-600\/30:active {
  border-bottom-color: rgb(71 85 105 / 0.3);
}

.active\:border-b-slate-600\/40:active {
  border-bottom-color: rgb(71 85 105 / 0.4);
}

.active\:border-b-slate-600\/5:active {
  border-bottom-color: rgb(71 85 105 / 0.05);
}

.active\:border-b-slate-600\/50:active {
  border-bottom-color: rgb(71 85 105 / 0.5);
}

.active\:border-b-slate-600\/60:active {
  border-bottom-color: rgb(71 85 105 / 0.6);
}

.active\:border-b-slate-600\/70:active {
  border-bottom-color: rgb(71 85 105 / 0.7);
}

.active\:border-b-slate-600\/75:active {
  border-bottom-color: rgb(71 85 105 / 0.75);
}

.active\:border-b-slate-600\/80:active {
  border-bottom-color: rgb(71 85 105 / 0.8);
}

.active\:border-b-slate-600\/90:active {
  border-bottom-color: rgb(71 85 105 / 0.9);
}

.active\:border-b-slate-600\/95:active {
  border-bottom-color: rgb(71 85 105 / 0.95);
}

.active\:border-b-slate-700:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.active\:border-b-slate-700\/0:active {
  border-bottom-color: rgb(51 65 85 / 0);
}

.active\:border-b-slate-700\/10:active {
  border-bottom-color: rgb(51 65 85 / 0.1);
}

.active\:border-b-slate-700\/100:active {
  border-bottom-color: rgb(51 65 85 / 1);
}

.active\:border-b-slate-700\/20:active {
  border-bottom-color: rgb(51 65 85 / 0.2);
}

.active\:border-b-slate-700\/25:active {
  border-bottom-color: rgb(51 65 85 / 0.25);
}

.active\:border-b-slate-700\/30:active {
  border-bottom-color: rgb(51 65 85 / 0.3);
}

.active\:border-b-slate-700\/40:active {
  border-bottom-color: rgb(51 65 85 / 0.4);
}

.active\:border-b-slate-700\/5:active {
  border-bottom-color: rgb(51 65 85 / 0.05);
}

.active\:border-b-slate-700\/50:active {
  border-bottom-color: rgb(51 65 85 / 0.5);
}

.active\:border-b-slate-700\/60:active {
  border-bottom-color: rgb(51 65 85 / 0.6);
}

.active\:border-b-slate-700\/70:active {
  border-bottom-color: rgb(51 65 85 / 0.7);
}

.active\:border-b-slate-700\/75:active {
  border-bottom-color: rgb(51 65 85 / 0.75);
}

.active\:border-b-slate-700\/80:active {
  border-bottom-color: rgb(51 65 85 / 0.8);
}

.active\:border-b-slate-700\/90:active {
  border-bottom-color: rgb(51 65 85 / 0.9);
}

.active\:border-b-slate-700\/95:active {
  border-bottom-color: rgb(51 65 85 / 0.95);
}

.active\:border-b-slate-800:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.active\:border-b-slate-800\/0:active {
  border-bottom-color: rgb(30 41 59 / 0);
}

.active\:border-b-slate-800\/10:active {
  border-bottom-color: rgb(30 41 59 / 0.1);
}

.active\:border-b-slate-800\/100:active {
  border-bottom-color: rgb(30 41 59 / 1);
}

.active\:border-b-slate-800\/20:active {
  border-bottom-color: rgb(30 41 59 / 0.2);
}

.active\:border-b-slate-800\/25:active {
  border-bottom-color: rgb(30 41 59 / 0.25);
}

.active\:border-b-slate-800\/30:active {
  border-bottom-color: rgb(30 41 59 / 0.3);
}

.active\:border-b-slate-800\/40:active {
  border-bottom-color: rgb(30 41 59 / 0.4);
}

.active\:border-b-slate-800\/5:active {
  border-bottom-color: rgb(30 41 59 / 0.05);
}

.active\:border-b-slate-800\/50:active {
  border-bottom-color: rgb(30 41 59 / 0.5);
}

.active\:border-b-slate-800\/60:active {
  border-bottom-color: rgb(30 41 59 / 0.6);
}

.active\:border-b-slate-800\/70:active {
  border-bottom-color: rgb(30 41 59 / 0.7);
}

.active\:border-b-slate-800\/75:active {
  border-bottom-color: rgb(30 41 59 / 0.75);
}

.active\:border-b-slate-800\/80:active {
  border-bottom-color: rgb(30 41 59 / 0.8);
}

.active\:border-b-slate-800\/90:active {
  border-bottom-color: rgb(30 41 59 / 0.9);
}

.active\:border-b-slate-800\/95:active {
  border-bottom-color: rgb(30 41 59 / 0.95);
}

.active\:border-b-slate-900:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(15 23 42 / var(--tw-border-opacity));
}

.active\:border-b-slate-900\/0:active {
  border-bottom-color: rgb(15 23 42 / 0);
}

.active\:border-b-slate-900\/10:active {
  border-bottom-color: rgb(15 23 42 / 0.1);
}

.active\:border-b-slate-900\/100:active {
  border-bottom-color: rgb(15 23 42 / 1);
}

.active\:border-b-slate-900\/20:active {
  border-bottom-color: rgb(15 23 42 / 0.2);
}

.active\:border-b-slate-900\/25:active {
  border-bottom-color: rgb(15 23 42 / 0.25);
}

.active\:border-b-slate-900\/30:active {
  border-bottom-color: rgb(15 23 42 / 0.3);
}

.active\:border-b-slate-900\/40:active {
  border-bottom-color: rgb(15 23 42 / 0.4);
}

.active\:border-b-slate-900\/5:active {
  border-bottom-color: rgb(15 23 42 / 0.05);
}

.active\:border-b-slate-900\/50:active {
  border-bottom-color: rgb(15 23 42 / 0.5);
}

.active\:border-b-slate-900\/60:active {
  border-bottom-color: rgb(15 23 42 / 0.6);
}

.active\:border-b-slate-900\/70:active {
  border-bottom-color: rgb(15 23 42 / 0.7);
}

.active\:border-b-slate-900\/75:active {
  border-bottom-color: rgb(15 23 42 / 0.75);
}

.active\:border-b-slate-900\/80:active {
  border-bottom-color: rgb(15 23 42 / 0.8);
}

.active\:border-b-slate-900\/90:active {
  border-bottom-color: rgb(15 23 42 / 0.9);
}

.active\:border-b-slate-900\/95:active {
  border-bottom-color: rgb(15 23 42 / 0.95);
}

.active\:border-b-slate-950:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(2 6 23 / var(--tw-border-opacity));
}

.active\:border-b-slate-950\/0:active {
  border-bottom-color: rgb(2 6 23 / 0);
}

.active\:border-b-slate-950\/10:active {
  border-bottom-color: rgb(2 6 23 / 0.1);
}

.active\:border-b-slate-950\/100:active {
  border-bottom-color: rgb(2 6 23 / 1);
}

.active\:border-b-slate-950\/20:active {
  border-bottom-color: rgb(2 6 23 / 0.2);
}

.active\:border-b-slate-950\/25:active {
  border-bottom-color: rgb(2 6 23 / 0.25);
}

.active\:border-b-slate-950\/30:active {
  border-bottom-color: rgb(2 6 23 / 0.3);
}

.active\:border-b-slate-950\/40:active {
  border-bottom-color: rgb(2 6 23 / 0.4);
}

.active\:border-b-slate-950\/5:active {
  border-bottom-color: rgb(2 6 23 / 0.05);
}

.active\:border-b-slate-950\/50:active {
  border-bottom-color: rgb(2 6 23 / 0.5);
}

.active\:border-b-slate-950\/60:active {
  border-bottom-color: rgb(2 6 23 / 0.6);
}

.active\:border-b-slate-950\/70:active {
  border-bottom-color: rgb(2 6 23 / 0.7);
}

.active\:border-b-slate-950\/75:active {
  border-bottom-color: rgb(2 6 23 / 0.75);
}

.active\:border-b-slate-950\/80:active {
  border-bottom-color: rgb(2 6 23 / 0.8);
}

.active\:border-b-slate-950\/90:active {
  border-bottom-color: rgb(2 6 23 / 0.9);
}

.active\:border-b-slate-950\/95:active {
  border-bottom-color: rgb(2 6 23 / 0.95);
}

.active\:border-b-stone-100:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 245 244 / var(--tw-border-opacity));
}

.active\:border-b-stone-100\/0:active {
  border-bottom-color: rgb(245 245 244 / 0);
}

.active\:border-b-stone-100\/10:active {
  border-bottom-color: rgb(245 245 244 / 0.1);
}

.active\:border-b-stone-100\/100:active {
  border-bottom-color: rgb(245 245 244 / 1);
}

.active\:border-b-stone-100\/20:active {
  border-bottom-color: rgb(245 245 244 / 0.2);
}

.active\:border-b-stone-100\/25:active {
  border-bottom-color: rgb(245 245 244 / 0.25);
}

.active\:border-b-stone-100\/30:active {
  border-bottom-color: rgb(245 245 244 / 0.3);
}

.active\:border-b-stone-100\/40:active {
  border-bottom-color: rgb(245 245 244 / 0.4);
}

.active\:border-b-stone-100\/5:active {
  border-bottom-color: rgb(245 245 244 / 0.05);
}

.active\:border-b-stone-100\/50:active {
  border-bottom-color: rgb(245 245 244 / 0.5);
}

.active\:border-b-stone-100\/60:active {
  border-bottom-color: rgb(245 245 244 / 0.6);
}

.active\:border-b-stone-100\/70:active {
  border-bottom-color: rgb(245 245 244 / 0.7);
}

.active\:border-b-stone-100\/75:active {
  border-bottom-color: rgb(245 245 244 / 0.75);
}

.active\:border-b-stone-100\/80:active {
  border-bottom-color: rgb(245 245 244 / 0.8);
}

.active\:border-b-stone-100\/90:active {
  border-bottom-color: rgb(245 245 244 / 0.9);
}

.active\:border-b-stone-100\/95:active {
  border-bottom-color: rgb(245 245 244 / 0.95);
}

.active\:border-b-stone-200:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(231 229 228 / var(--tw-border-opacity));
}

.active\:border-b-stone-200\/0:active {
  border-bottom-color: rgb(231 229 228 / 0);
}

.active\:border-b-stone-200\/10:active {
  border-bottom-color: rgb(231 229 228 / 0.1);
}

.active\:border-b-stone-200\/100:active {
  border-bottom-color: rgb(231 229 228 / 1);
}

.active\:border-b-stone-200\/20:active {
  border-bottom-color: rgb(231 229 228 / 0.2);
}

.active\:border-b-stone-200\/25:active {
  border-bottom-color: rgb(231 229 228 / 0.25);
}

.active\:border-b-stone-200\/30:active {
  border-bottom-color: rgb(231 229 228 / 0.3);
}

.active\:border-b-stone-200\/40:active {
  border-bottom-color: rgb(231 229 228 / 0.4);
}

.active\:border-b-stone-200\/5:active {
  border-bottom-color: rgb(231 229 228 / 0.05);
}

.active\:border-b-stone-200\/50:active {
  border-bottom-color: rgb(231 229 228 / 0.5);
}

.active\:border-b-stone-200\/60:active {
  border-bottom-color: rgb(231 229 228 / 0.6);
}

.active\:border-b-stone-200\/70:active {
  border-bottom-color: rgb(231 229 228 / 0.7);
}

.active\:border-b-stone-200\/75:active {
  border-bottom-color: rgb(231 229 228 / 0.75);
}

.active\:border-b-stone-200\/80:active {
  border-bottom-color: rgb(231 229 228 / 0.8);
}

.active\:border-b-stone-200\/90:active {
  border-bottom-color: rgb(231 229 228 / 0.9);
}

.active\:border-b-stone-200\/95:active {
  border-bottom-color: rgb(231 229 228 / 0.95);
}

.active\:border-b-stone-300:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.active\:border-b-stone-300\/0:active {
  border-bottom-color: rgb(214 211 209 / 0);
}

.active\:border-b-stone-300\/10:active {
  border-bottom-color: rgb(214 211 209 / 0.1);
}

.active\:border-b-stone-300\/100:active {
  border-bottom-color: rgb(214 211 209 / 1);
}

.active\:border-b-stone-300\/20:active {
  border-bottom-color: rgb(214 211 209 / 0.2);
}

.active\:border-b-stone-300\/25:active {
  border-bottom-color: rgb(214 211 209 / 0.25);
}

.active\:border-b-stone-300\/30:active {
  border-bottom-color: rgb(214 211 209 / 0.3);
}

.active\:border-b-stone-300\/40:active {
  border-bottom-color: rgb(214 211 209 / 0.4);
}

.active\:border-b-stone-300\/5:active {
  border-bottom-color: rgb(214 211 209 / 0.05);
}

.active\:border-b-stone-300\/50:active {
  border-bottom-color: rgb(214 211 209 / 0.5);
}

.active\:border-b-stone-300\/60:active {
  border-bottom-color: rgb(214 211 209 / 0.6);
}

.active\:border-b-stone-300\/70:active {
  border-bottom-color: rgb(214 211 209 / 0.7);
}

.active\:border-b-stone-300\/75:active {
  border-bottom-color: rgb(214 211 209 / 0.75);
}

.active\:border-b-stone-300\/80:active {
  border-bottom-color: rgb(214 211 209 / 0.8);
}

.active\:border-b-stone-300\/90:active {
  border-bottom-color: rgb(214 211 209 / 0.9);
}

.active\:border-b-stone-300\/95:active {
  border-bottom-color: rgb(214 211 209 / 0.95);
}

.active\:border-b-stone-400:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(168 162 158 / var(--tw-border-opacity));
}

.active\:border-b-stone-400\/0:active {
  border-bottom-color: rgb(168 162 158 / 0);
}

.active\:border-b-stone-400\/10:active {
  border-bottom-color: rgb(168 162 158 / 0.1);
}

.active\:border-b-stone-400\/100:active {
  border-bottom-color: rgb(168 162 158 / 1);
}

.active\:border-b-stone-400\/20:active {
  border-bottom-color: rgb(168 162 158 / 0.2);
}

.active\:border-b-stone-400\/25:active {
  border-bottom-color: rgb(168 162 158 / 0.25);
}

.active\:border-b-stone-400\/30:active {
  border-bottom-color: rgb(168 162 158 / 0.3);
}

.active\:border-b-stone-400\/40:active {
  border-bottom-color: rgb(168 162 158 / 0.4);
}

.active\:border-b-stone-400\/5:active {
  border-bottom-color: rgb(168 162 158 / 0.05);
}

.active\:border-b-stone-400\/50:active {
  border-bottom-color: rgb(168 162 158 / 0.5);
}

.active\:border-b-stone-400\/60:active {
  border-bottom-color: rgb(168 162 158 / 0.6);
}

.active\:border-b-stone-400\/70:active {
  border-bottom-color: rgb(168 162 158 / 0.7);
}

.active\:border-b-stone-400\/75:active {
  border-bottom-color: rgb(168 162 158 / 0.75);
}

.active\:border-b-stone-400\/80:active {
  border-bottom-color: rgb(168 162 158 / 0.8);
}

.active\:border-b-stone-400\/90:active {
  border-bottom-color: rgb(168 162 158 / 0.9);
}

.active\:border-b-stone-400\/95:active {
  border-bottom-color: rgb(168 162 158 / 0.95);
}

.active\:border-b-stone-50:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 250 249 / var(--tw-border-opacity));
}

.active\:border-b-stone-50\/0:active {
  border-bottom-color: rgb(250 250 249 / 0);
}

.active\:border-b-stone-50\/10:active {
  border-bottom-color: rgb(250 250 249 / 0.1);
}

.active\:border-b-stone-50\/100:active {
  border-bottom-color: rgb(250 250 249 / 1);
}

.active\:border-b-stone-50\/20:active {
  border-bottom-color: rgb(250 250 249 / 0.2);
}

.active\:border-b-stone-50\/25:active {
  border-bottom-color: rgb(250 250 249 / 0.25);
}

.active\:border-b-stone-50\/30:active {
  border-bottom-color: rgb(250 250 249 / 0.3);
}

.active\:border-b-stone-50\/40:active {
  border-bottom-color: rgb(250 250 249 / 0.4);
}

.active\:border-b-stone-50\/5:active {
  border-bottom-color: rgb(250 250 249 / 0.05);
}

.active\:border-b-stone-50\/50:active {
  border-bottom-color: rgb(250 250 249 / 0.5);
}

.active\:border-b-stone-50\/60:active {
  border-bottom-color: rgb(250 250 249 / 0.6);
}

.active\:border-b-stone-50\/70:active {
  border-bottom-color: rgb(250 250 249 / 0.7);
}

.active\:border-b-stone-50\/75:active {
  border-bottom-color: rgb(250 250 249 / 0.75);
}

.active\:border-b-stone-50\/80:active {
  border-bottom-color: rgb(250 250 249 / 0.8);
}

.active\:border-b-stone-50\/90:active {
  border-bottom-color: rgb(250 250 249 / 0.9);
}

.active\:border-b-stone-50\/95:active {
  border-bottom-color: rgb(250 250 249 / 0.95);
}

.active\:border-b-stone-500:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(120 113 108 / var(--tw-border-opacity));
}

.active\:border-b-stone-500\/0:active {
  border-bottom-color: rgb(120 113 108 / 0);
}

.active\:border-b-stone-500\/10:active {
  border-bottom-color: rgb(120 113 108 / 0.1);
}

.active\:border-b-stone-500\/100:active {
  border-bottom-color: rgb(120 113 108 / 1);
}

.active\:border-b-stone-500\/20:active {
  border-bottom-color: rgb(120 113 108 / 0.2);
}

.active\:border-b-stone-500\/25:active {
  border-bottom-color: rgb(120 113 108 / 0.25);
}

.active\:border-b-stone-500\/30:active {
  border-bottom-color: rgb(120 113 108 / 0.3);
}

.active\:border-b-stone-500\/40:active {
  border-bottom-color: rgb(120 113 108 / 0.4);
}

.active\:border-b-stone-500\/5:active {
  border-bottom-color: rgb(120 113 108 / 0.05);
}

.active\:border-b-stone-500\/50:active {
  border-bottom-color: rgb(120 113 108 / 0.5);
}

.active\:border-b-stone-500\/60:active {
  border-bottom-color: rgb(120 113 108 / 0.6);
}

.active\:border-b-stone-500\/70:active {
  border-bottom-color: rgb(120 113 108 / 0.7);
}

.active\:border-b-stone-500\/75:active {
  border-bottom-color: rgb(120 113 108 / 0.75);
}

.active\:border-b-stone-500\/80:active {
  border-bottom-color: rgb(120 113 108 / 0.8);
}

.active\:border-b-stone-500\/90:active {
  border-bottom-color: rgb(120 113 108 / 0.9);
}

.active\:border-b-stone-500\/95:active {
  border-bottom-color: rgb(120 113 108 / 0.95);
}

.active\:border-b-stone-600:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(87 83 78 / var(--tw-border-opacity));
}

.active\:border-b-stone-600\/0:active {
  border-bottom-color: rgb(87 83 78 / 0);
}

.active\:border-b-stone-600\/10:active {
  border-bottom-color: rgb(87 83 78 / 0.1);
}

.active\:border-b-stone-600\/100:active {
  border-bottom-color: rgb(87 83 78 / 1);
}

.active\:border-b-stone-600\/20:active {
  border-bottom-color: rgb(87 83 78 / 0.2);
}

.active\:border-b-stone-600\/25:active {
  border-bottom-color: rgb(87 83 78 / 0.25);
}

.active\:border-b-stone-600\/30:active {
  border-bottom-color: rgb(87 83 78 / 0.3);
}

.active\:border-b-stone-600\/40:active {
  border-bottom-color: rgb(87 83 78 / 0.4);
}

.active\:border-b-stone-600\/5:active {
  border-bottom-color: rgb(87 83 78 / 0.05);
}

.active\:border-b-stone-600\/50:active {
  border-bottom-color: rgb(87 83 78 / 0.5);
}

.active\:border-b-stone-600\/60:active {
  border-bottom-color: rgb(87 83 78 / 0.6);
}

.active\:border-b-stone-600\/70:active {
  border-bottom-color: rgb(87 83 78 / 0.7);
}

.active\:border-b-stone-600\/75:active {
  border-bottom-color: rgb(87 83 78 / 0.75);
}

.active\:border-b-stone-600\/80:active {
  border-bottom-color: rgb(87 83 78 / 0.8);
}

.active\:border-b-stone-600\/90:active {
  border-bottom-color: rgb(87 83 78 / 0.9);
}

.active\:border-b-stone-600\/95:active {
  border-bottom-color: rgb(87 83 78 / 0.95);
}

.active\:border-b-stone-700:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(68 64 60 / var(--tw-border-opacity));
}

.active\:border-b-stone-700\/0:active {
  border-bottom-color: rgb(68 64 60 / 0);
}

.active\:border-b-stone-700\/10:active {
  border-bottom-color: rgb(68 64 60 / 0.1);
}

.active\:border-b-stone-700\/100:active {
  border-bottom-color: rgb(68 64 60 / 1);
}

.active\:border-b-stone-700\/20:active {
  border-bottom-color: rgb(68 64 60 / 0.2);
}

.active\:border-b-stone-700\/25:active {
  border-bottom-color: rgb(68 64 60 / 0.25);
}

.active\:border-b-stone-700\/30:active {
  border-bottom-color: rgb(68 64 60 / 0.3);
}

.active\:border-b-stone-700\/40:active {
  border-bottom-color: rgb(68 64 60 / 0.4);
}

.active\:border-b-stone-700\/5:active {
  border-bottom-color: rgb(68 64 60 / 0.05);
}

.active\:border-b-stone-700\/50:active {
  border-bottom-color: rgb(68 64 60 / 0.5);
}

.active\:border-b-stone-700\/60:active {
  border-bottom-color: rgb(68 64 60 / 0.6);
}

.active\:border-b-stone-700\/70:active {
  border-bottom-color: rgb(68 64 60 / 0.7);
}

.active\:border-b-stone-700\/75:active {
  border-bottom-color: rgb(68 64 60 / 0.75);
}

.active\:border-b-stone-700\/80:active {
  border-bottom-color: rgb(68 64 60 / 0.8);
}

.active\:border-b-stone-700\/90:active {
  border-bottom-color: rgb(68 64 60 / 0.9);
}

.active\:border-b-stone-700\/95:active {
  border-bottom-color: rgb(68 64 60 / 0.95);
}

.active\:border-b-stone-800:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(41 37 36 / var(--tw-border-opacity));
}

.active\:border-b-stone-800\/0:active {
  border-bottom-color: rgb(41 37 36 / 0);
}

.active\:border-b-stone-800\/10:active {
  border-bottom-color: rgb(41 37 36 / 0.1);
}

.active\:border-b-stone-800\/100:active {
  border-bottom-color: rgb(41 37 36 / 1);
}

.active\:border-b-stone-800\/20:active {
  border-bottom-color: rgb(41 37 36 / 0.2);
}

.active\:border-b-stone-800\/25:active {
  border-bottom-color: rgb(41 37 36 / 0.25);
}

.active\:border-b-stone-800\/30:active {
  border-bottom-color: rgb(41 37 36 / 0.3);
}

.active\:border-b-stone-800\/40:active {
  border-bottom-color: rgb(41 37 36 / 0.4);
}

.active\:border-b-stone-800\/5:active {
  border-bottom-color: rgb(41 37 36 / 0.05);
}

.active\:border-b-stone-800\/50:active {
  border-bottom-color: rgb(41 37 36 / 0.5);
}

.active\:border-b-stone-800\/60:active {
  border-bottom-color: rgb(41 37 36 / 0.6);
}

.active\:border-b-stone-800\/70:active {
  border-bottom-color: rgb(41 37 36 / 0.7);
}

.active\:border-b-stone-800\/75:active {
  border-bottom-color: rgb(41 37 36 / 0.75);
}

.active\:border-b-stone-800\/80:active {
  border-bottom-color: rgb(41 37 36 / 0.8);
}

.active\:border-b-stone-800\/90:active {
  border-bottom-color: rgb(41 37 36 / 0.9);
}

.active\:border-b-stone-800\/95:active {
  border-bottom-color: rgb(41 37 36 / 0.95);
}

.active\:border-b-stone-900:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(28 25 23 / var(--tw-border-opacity));
}

.active\:border-b-stone-900\/0:active {
  border-bottom-color: rgb(28 25 23 / 0);
}

.active\:border-b-stone-900\/10:active {
  border-bottom-color: rgb(28 25 23 / 0.1);
}

.active\:border-b-stone-900\/100:active {
  border-bottom-color: rgb(28 25 23 / 1);
}

.active\:border-b-stone-900\/20:active {
  border-bottom-color: rgb(28 25 23 / 0.2);
}

.active\:border-b-stone-900\/25:active {
  border-bottom-color: rgb(28 25 23 / 0.25);
}

.active\:border-b-stone-900\/30:active {
  border-bottom-color: rgb(28 25 23 / 0.3);
}

.active\:border-b-stone-900\/40:active {
  border-bottom-color: rgb(28 25 23 / 0.4);
}

.active\:border-b-stone-900\/5:active {
  border-bottom-color: rgb(28 25 23 / 0.05);
}

.active\:border-b-stone-900\/50:active {
  border-bottom-color: rgb(28 25 23 / 0.5);
}

.active\:border-b-stone-900\/60:active {
  border-bottom-color: rgb(28 25 23 / 0.6);
}

.active\:border-b-stone-900\/70:active {
  border-bottom-color: rgb(28 25 23 / 0.7);
}

.active\:border-b-stone-900\/75:active {
  border-bottom-color: rgb(28 25 23 / 0.75);
}

.active\:border-b-stone-900\/80:active {
  border-bottom-color: rgb(28 25 23 / 0.8);
}

.active\:border-b-stone-900\/90:active {
  border-bottom-color: rgb(28 25 23 / 0.9);
}

.active\:border-b-stone-900\/95:active {
  border-bottom-color: rgb(28 25 23 / 0.95);
}

.active\:border-b-stone-950:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(12 10 9 / var(--tw-border-opacity));
}

.active\:border-b-stone-950\/0:active {
  border-bottom-color: rgb(12 10 9 / 0);
}

.active\:border-b-stone-950\/10:active {
  border-bottom-color: rgb(12 10 9 / 0.1);
}

.active\:border-b-stone-950\/100:active {
  border-bottom-color: rgb(12 10 9 / 1);
}

.active\:border-b-stone-950\/20:active {
  border-bottom-color: rgb(12 10 9 / 0.2);
}

.active\:border-b-stone-950\/25:active {
  border-bottom-color: rgb(12 10 9 / 0.25);
}

.active\:border-b-stone-950\/30:active {
  border-bottom-color: rgb(12 10 9 / 0.3);
}

.active\:border-b-stone-950\/40:active {
  border-bottom-color: rgb(12 10 9 / 0.4);
}

.active\:border-b-stone-950\/5:active {
  border-bottom-color: rgb(12 10 9 / 0.05);
}

.active\:border-b-stone-950\/50:active {
  border-bottom-color: rgb(12 10 9 / 0.5);
}

.active\:border-b-stone-950\/60:active {
  border-bottom-color: rgb(12 10 9 / 0.6);
}

.active\:border-b-stone-950\/70:active {
  border-bottom-color: rgb(12 10 9 / 0.7);
}

.active\:border-b-stone-950\/75:active {
  border-bottom-color: rgb(12 10 9 / 0.75);
}

.active\:border-b-stone-950\/80:active {
  border-bottom-color: rgb(12 10 9 / 0.8);
}

.active\:border-b-stone-950\/90:active {
  border-bottom-color: rgb(12 10 9 / 0.9);
}

.active\:border-b-stone-950\/95:active {
  border-bottom-color: rgb(12 10 9 / 0.95);
}

.active\:border-b-teal-100:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(204 251 241 / var(--tw-border-opacity));
}

.active\:border-b-teal-100\/0:active {
  border-bottom-color: rgb(204 251 241 / 0);
}

.active\:border-b-teal-100\/10:active {
  border-bottom-color: rgb(204 251 241 / 0.1);
}

.active\:border-b-teal-100\/100:active {
  border-bottom-color: rgb(204 251 241 / 1);
}

.active\:border-b-teal-100\/20:active {
  border-bottom-color: rgb(204 251 241 / 0.2);
}

.active\:border-b-teal-100\/25:active {
  border-bottom-color: rgb(204 251 241 / 0.25);
}

.active\:border-b-teal-100\/30:active {
  border-bottom-color: rgb(204 251 241 / 0.3);
}

.active\:border-b-teal-100\/40:active {
  border-bottom-color: rgb(204 251 241 / 0.4);
}

.active\:border-b-teal-100\/5:active {
  border-bottom-color: rgb(204 251 241 / 0.05);
}

.active\:border-b-teal-100\/50:active {
  border-bottom-color: rgb(204 251 241 / 0.5);
}

.active\:border-b-teal-100\/60:active {
  border-bottom-color: rgb(204 251 241 / 0.6);
}

.active\:border-b-teal-100\/70:active {
  border-bottom-color: rgb(204 251 241 / 0.7);
}

.active\:border-b-teal-100\/75:active {
  border-bottom-color: rgb(204 251 241 / 0.75);
}

.active\:border-b-teal-100\/80:active {
  border-bottom-color: rgb(204 251 241 / 0.8);
}

.active\:border-b-teal-100\/90:active {
  border-bottom-color: rgb(204 251 241 / 0.9);
}

.active\:border-b-teal-100\/95:active {
  border-bottom-color: rgb(204 251 241 / 0.95);
}

.active\:border-b-teal-200:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(153 246 228 / var(--tw-border-opacity));
}

.active\:border-b-teal-200\/0:active {
  border-bottom-color: rgb(153 246 228 / 0);
}

.active\:border-b-teal-200\/10:active {
  border-bottom-color: rgb(153 246 228 / 0.1);
}

.active\:border-b-teal-200\/100:active {
  border-bottom-color: rgb(153 246 228 / 1);
}

.active\:border-b-teal-200\/20:active {
  border-bottom-color: rgb(153 246 228 / 0.2);
}

.active\:border-b-teal-200\/25:active {
  border-bottom-color: rgb(153 246 228 / 0.25);
}

.active\:border-b-teal-200\/30:active {
  border-bottom-color: rgb(153 246 228 / 0.3);
}

.active\:border-b-teal-200\/40:active {
  border-bottom-color: rgb(153 246 228 / 0.4);
}

.active\:border-b-teal-200\/5:active {
  border-bottom-color: rgb(153 246 228 / 0.05);
}

.active\:border-b-teal-200\/50:active {
  border-bottom-color: rgb(153 246 228 / 0.5);
}

.active\:border-b-teal-200\/60:active {
  border-bottom-color: rgb(153 246 228 / 0.6);
}

.active\:border-b-teal-200\/70:active {
  border-bottom-color: rgb(153 246 228 / 0.7);
}

.active\:border-b-teal-200\/75:active {
  border-bottom-color: rgb(153 246 228 / 0.75);
}

.active\:border-b-teal-200\/80:active {
  border-bottom-color: rgb(153 246 228 / 0.8);
}

.active\:border-b-teal-200\/90:active {
  border-bottom-color: rgb(153 246 228 / 0.9);
}

.active\:border-b-teal-200\/95:active {
  border-bottom-color: rgb(153 246 228 / 0.95);
}

.active\:border-b-teal-300:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(94 234 212 / var(--tw-border-opacity));
}

.active\:border-b-teal-300\/0:active {
  border-bottom-color: rgb(94 234 212 / 0);
}

.active\:border-b-teal-300\/10:active {
  border-bottom-color: rgb(94 234 212 / 0.1);
}

.active\:border-b-teal-300\/100:active {
  border-bottom-color: rgb(94 234 212 / 1);
}

.active\:border-b-teal-300\/20:active {
  border-bottom-color: rgb(94 234 212 / 0.2);
}

.active\:border-b-teal-300\/25:active {
  border-bottom-color: rgb(94 234 212 / 0.25);
}

.active\:border-b-teal-300\/30:active {
  border-bottom-color: rgb(94 234 212 / 0.3);
}

.active\:border-b-teal-300\/40:active {
  border-bottom-color: rgb(94 234 212 / 0.4);
}

.active\:border-b-teal-300\/5:active {
  border-bottom-color: rgb(94 234 212 / 0.05);
}

.active\:border-b-teal-300\/50:active {
  border-bottom-color: rgb(94 234 212 / 0.5);
}

.active\:border-b-teal-300\/60:active {
  border-bottom-color: rgb(94 234 212 / 0.6);
}

.active\:border-b-teal-300\/70:active {
  border-bottom-color: rgb(94 234 212 / 0.7);
}

.active\:border-b-teal-300\/75:active {
  border-bottom-color: rgb(94 234 212 / 0.75);
}

.active\:border-b-teal-300\/80:active {
  border-bottom-color: rgb(94 234 212 / 0.8);
}

.active\:border-b-teal-300\/90:active {
  border-bottom-color: rgb(94 234 212 / 0.9);
}

.active\:border-b-teal-300\/95:active {
  border-bottom-color: rgb(94 234 212 / 0.95);
}

.active\:border-b-teal-400:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(45 212 191 / var(--tw-border-opacity));
}

.active\:border-b-teal-400\/0:active {
  border-bottom-color: rgb(45 212 191 / 0);
}

.active\:border-b-teal-400\/10:active {
  border-bottom-color: rgb(45 212 191 / 0.1);
}

.active\:border-b-teal-400\/100:active {
  border-bottom-color: rgb(45 212 191 / 1);
}

.active\:border-b-teal-400\/20:active {
  border-bottom-color: rgb(45 212 191 / 0.2);
}

.active\:border-b-teal-400\/25:active {
  border-bottom-color: rgb(45 212 191 / 0.25);
}

.active\:border-b-teal-400\/30:active {
  border-bottom-color: rgb(45 212 191 / 0.3);
}

.active\:border-b-teal-400\/40:active {
  border-bottom-color: rgb(45 212 191 / 0.4);
}

.active\:border-b-teal-400\/5:active {
  border-bottom-color: rgb(45 212 191 / 0.05);
}

.active\:border-b-teal-400\/50:active {
  border-bottom-color: rgb(45 212 191 / 0.5);
}

.active\:border-b-teal-400\/60:active {
  border-bottom-color: rgb(45 212 191 / 0.6);
}

.active\:border-b-teal-400\/70:active {
  border-bottom-color: rgb(45 212 191 / 0.7);
}

.active\:border-b-teal-400\/75:active {
  border-bottom-color: rgb(45 212 191 / 0.75);
}

.active\:border-b-teal-400\/80:active {
  border-bottom-color: rgb(45 212 191 / 0.8);
}

.active\:border-b-teal-400\/90:active {
  border-bottom-color: rgb(45 212 191 / 0.9);
}

.active\:border-b-teal-400\/95:active {
  border-bottom-color: rgb(45 212 191 / 0.95);
}

.active\:border-b-teal-50:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(240 253 250 / var(--tw-border-opacity));
}

.active\:border-b-teal-50\/0:active {
  border-bottom-color: rgb(240 253 250 / 0);
}

.active\:border-b-teal-50\/10:active {
  border-bottom-color: rgb(240 253 250 / 0.1);
}

.active\:border-b-teal-50\/100:active {
  border-bottom-color: rgb(240 253 250 / 1);
}

.active\:border-b-teal-50\/20:active {
  border-bottom-color: rgb(240 253 250 / 0.2);
}

.active\:border-b-teal-50\/25:active {
  border-bottom-color: rgb(240 253 250 / 0.25);
}

.active\:border-b-teal-50\/30:active {
  border-bottom-color: rgb(240 253 250 / 0.3);
}

.active\:border-b-teal-50\/40:active {
  border-bottom-color: rgb(240 253 250 / 0.4);
}

.active\:border-b-teal-50\/5:active {
  border-bottom-color: rgb(240 253 250 / 0.05);
}

.active\:border-b-teal-50\/50:active {
  border-bottom-color: rgb(240 253 250 / 0.5);
}

.active\:border-b-teal-50\/60:active {
  border-bottom-color: rgb(240 253 250 / 0.6);
}

.active\:border-b-teal-50\/70:active {
  border-bottom-color: rgb(240 253 250 / 0.7);
}

.active\:border-b-teal-50\/75:active {
  border-bottom-color: rgb(240 253 250 / 0.75);
}

.active\:border-b-teal-50\/80:active {
  border-bottom-color: rgb(240 253 250 / 0.8);
}

.active\:border-b-teal-50\/90:active {
  border-bottom-color: rgb(240 253 250 / 0.9);
}

.active\:border-b-teal-50\/95:active {
  border-bottom-color: rgb(240 253 250 / 0.95);
}

.active\:border-b-teal-500:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(20 184 166 / var(--tw-border-opacity));
}

.active\:border-b-teal-500\/0:active {
  border-bottom-color: rgb(20 184 166 / 0);
}

.active\:border-b-teal-500\/10:active {
  border-bottom-color: rgb(20 184 166 / 0.1);
}

.active\:border-b-teal-500\/100:active {
  border-bottom-color: rgb(20 184 166 / 1);
}

.active\:border-b-teal-500\/20:active {
  border-bottom-color: rgb(20 184 166 / 0.2);
}

.active\:border-b-teal-500\/25:active {
  border-bottom-color: rgb(20 184 166 / 0.25);
}

.active\:border-b-teal-500\/30:active {
  border-bottom-color: rgb(20 184 166 / 0.3);
}

.active\:border-b-teal-500\/40:active {
  border-bottom-color: rgb(20 184 166 / 0.4);
}

.active\:border-b-teal-500\/5:active {
  border-bottom-color: rgb(20 184 166 / 0.05);
}

.active\:border-b-teal-500\/50:active {
  border-bottom-color: rgb(20 184 166 / 0.5);
}

.active\:border-b-teal-500\/60:active {
  border-bottom-color: rgb(20 184 166 / 0.6);
}

.active\:border-b-teal-500\/70:active {
  border-bottom-color: rgb(20 184 166 / 0.7);
}

.active\:border-b-teal-500\/75:active {
  border-bottom-color: rgb(20 184 166 / 0.75);
}

.active\:border-b-teal-500\/80:active {
  border-bottom-color: rgb(20 184 166 / 0.8);
}

.active\:border-b-teal-500\/90:active {
  border-bottom-color: rgb(20 184 166 / 0.9);
}

.active\:border-b-teal-500\/95:active {
  border-bottom-color: rgb(20 184 166 / 0.95);
}

.active\:border-b-teal-600:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(13 148 136 / var(--tw-border-opacity));
}

.active\:border-b-teal-600\/0:active {
  border-bottom-color: rgb(13 148 136 / 0);
}

.active\:border-b-teal-600\/10:active {
  border-bottom-color: rgb(13 148 136 / 0.1);
}

.active\:border-b-teal-600\/100:active {
  border-bottom-color: rgb(13 148 136 / 1);
}

.active\:border-b-teal-600\/20:active {
  border-bottom-color: rgb(13 148 136 / 0.2);
}

.active\:border-b-teal-600\/25:active {
  border-bottom-color: rgb(13 148 136 / 0.25);
}

.active\:border-b-teal-600\/30:active {
  border-bottom-color: rgb(13 148 136 / 0.3);
}

.active\:border-b-teal-600\/40:active {
  border-bottom-color: rgb(13 148 136 / 0.4);
}

.active\:border-b-teal-600\/5:active {
  border-bottom-color: rgb(13 148 136 / 0.05);
}

.active\:border-b-teal-600\/50:active {
  border-bottom-color: rgb(13 148 136 / 0.5);
}

.active\:border-b-teal-600\/60:active {
  border-bottom-color: rgb(13 148 136 / 0.6);
}

.active\:border-b-teal-600\/70:active {
  border-bottom-color: rgb(13 148 136 / 0.7);
}

.active\:border-b-teal-600\/75:active {
  border-bottom-color: rgb(13 148 136 / 0.75);
}

.active\:border-b-teal-600\/80:active {
  border-bottom-color: rgb(13 148 136 / 0.8);
}

.active\:border-b-teal-600\/90:active {
  border-bottom-color: rgb(13 148 136 / 0.9);
}

.active\:border-b-teal-600\/95:active {
  border-bottom-color: rgb(13 148 136 / 0.95);
}

.active\:border-b-teal-700:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(15 118 110 / var(--tw-border-opacity));
}

.active\:border-b-teal-700\/0:active {
  border-bottom-color: rgb(15 118 110 / 0);
}

.active\:border-b-teal-700\/10:active {
  border-bottom-color: rgb(15 118 110 / 0.1);
}

.active\:border-b-teal-700\/100:active {
  border-bottom-color: rgb(15 118 110 / 1);
}

.active\:border-b-teal-700\/20:active {
  border-bottom-color: rgb(15 118 110 / 0.2);
}

.active\:border-b-teal-700\/25:active {
  border-bottom-color: rgb(15 118 110 / 0.25);
}

.active\:border-b-teal-700\/30:active {
  border-bottom-color: rgb(15 118 110 / 0.3);
}

.active\:border-b-teal-700\/40:active {
  border-bottom-color: rgb(15 118 110 / 0.4);
}

.active\:border-b-teal-700\/5:active {
  border-bottom-color: rgb(15 118 110 / 0.05);
}

.active\:border-b-teal-700\/50:active {
  border-bottom-color: rgb(15 118 110 / 0.5);
}

.active\:border-b-teal-700\/60:active {
  border-bottom-color: rgb(15 118 110 / 0.6);
}

.active\:border-b-teal-700\/70:active {
  border-bottom-color: rgb(15 118 110 / 0.7);
}

.active\:border-b-teal-700\/75:active {
  border-bottom-color: rgb(15 118 110 / 0.75);
}

.active\:border-b-teal-700\/80:active {
  border-bottom-color: rgb(15 118 110 / 0.8);
}

.active\:border-b-teal-700\/90:active {
  border-bottom-color: rgb(15 118 110 / 0.9);
}

.active\:border-b-teal-700\/95:active {
  border-bottom-color: rgb(15 118 110 / 0.95);
}

.active\:border-b-teal-800:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(17 94 89 / var(--tw-border-opacity));
}

.active\:border-b-teal-800\/0:active {
  border-bottom-color: rgb(17 94 89 / 0);
}

.active\:border-b-teal-800\/10:active {
  border-bottom-color: rgb(17 94 89 / 0.1);
}

.active\:border-b-teal-800\/100:active {
  border-bottom-color: rgb(17 94 89 / 1);
}

.active\:border-b-teal-800\/20:active {
  border-bottom-color: rgb(17 94 89 / 0.2);
}

.active\:border-b-teal-800\/25:active {
  border-bottom-color: rgb(17 94 89 / 0.25);
}

.active\:border-b-teal-800\/30:active {
  border-bottom-color: rgb(17 94 89 / 0.3);
}

.active\:border-b-teal-800\/40:active {
  border-bottom-color: rgb(17 94 89 / 0.4);
}

.active\:border-b-teal-800\/5:active {
  border-bottom-color: rgb(17 94 89 / 0.05);
}

.active\:border-b-teal-800\/50:active {
  border-bottom-color: rgb(17 94 89 / 0.5);
}

.active\:border-b-teal-800\/60:active {
  border-bottom-color: rgb(17 94 89 / 0.6);
}

.active\:border-b-teal-800\/70:active {
  border-bottom-color: rgb(17 94 89 / 0.7);
}

.active\:border-b-teal-800\/75:active {
  border-bottom-color: rgb(17 94 89 / 0.75);
}

.active\:border-b-teal-800\/80:active {
  border-bottom-color: rgb(17 94 89 / 0.8);
}

.active\:border-b-teal-800\/90:active {
  border-bottom-color: rgb(17 94 89 / 0.9);
}

.active\:border-b-teal-800\/95:active {
  border-bottom-color: rgb(17 94 89 / 0.95);
}

.active\:border-b-teal-900:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(19 78 74 / var(--tw-border-opacity));
}

.active\:border-b-teal-900\/0:active {
  border-bottom-color: rgb(19 78 74 / 0);
}

.active\:border-b-teal-900\/10:active {
  border-bottom-color: rgb(19 78 74 / 0.1);
}

.active\:border-b-teal-900\/100:active {
  border-bottom-color: rgb(19 78 74 / 1);
}

.active\:border-b-teal-900\/20:active {
  border-bottom-color: rgb(19 78 74 / 0.2);
}

.active\:border-b-teal-900\/25:active {
  border-bottom-color: rgb(19 78 74 / 0.25);
}

.active\:border-b-teal-900\/30:active {
  border-bottom-color: rgb(19 78 74 / 0.3);
}

.active\:border-b-teal-900\/40:active {
  border-bottom-color: rgb(19 78 74 / 0.4);
}

.active\:border-b-teal-900\/5:active {
  border-bottom-color: rgb(19 78 74 / 0.05);
}

.active\:border-b-teal-900\/50:active {
  border-bottom-color: rgb(19 78 74 / 0.5);
}

.active\:border-b-teal-900\/60:active {
  border-bottom-color: rgb(19 78 74 / 0.6);
}

.active\:border-b-teal-900\/70:active {
  border-bottom-color: rgb(19 78 74 / 0.7);
}

.active\:border-b-teal-900\/75:active {
  border-bottom-color: rgb(19 78 74 / 0.75);
}

.active\:border-b-teal-900\/80:active {
  border-bottom-color: rgb(19 78 74 / 0.8);
}

.active\:border-b-teal-900\/90:active {
  border-bottom-color: rgb(19 78 74 / 0.9);
}

.active\:border-b-teal-900\/95:active {
  border-bottom-color: rgb(19 78 74 / 0.95);
}

.active\:border-b-teal-950:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(4 47 46 / var(--tw-border-opacity));
}

.active\:border-b-teal-950\/0:active {
  border-bottom-color: rgb(4 47 46 / 0);
}

.active\:border-b-teal-950\/10:active {
  border-bottom-color: rgb(4 47 46 / 0.1);
}

.active\:border-b-teal-950\/100:active {
  border-bottom-color: rgb(4 47 46 / 1);
}

.active\:border-b-teal-950\/20:active {
  border-bottom-color: rgb(4 47 46 / 0.2);
}

.active\:border-b-teal-950\/25:active {
  border-bottom-color: rgb(4 47 46 / 0.25);
}

.active\:border-b-teal-950\/30:active {
  border-bottom-color: rgb(4 47 46 / 0.3);
}

.active\:border-b-teal-950\/40:active {
  border-bottom-color: rgb(4 47 46 / 0.4);
}

.active\:border-b-teal-950\/5:active {
  border-bottom-color: rgb(4 47 46 / 0.05);
}

.active\:border-b-teal-950\/50:active {
  border-bottom-color: rgb(4 47 46 / 0.5);
}

.active\:border-b-teal-950\/60:active {
  border-bottom-color: rgb(4 47 46 / 0.6);
}

.active\:border-b-teal-950\/70:active {
  border-bottom-color: rgb(4 47 46 / 0.7);
}

.active\:border-b-teal-950\/75:active {
  border-bottom-color: rgb(4 47 46 / 0.75);
}

.active\:border-b-teal-950\/80:active {
  border-bottom-color: rgb(4 47 46 / 0.8);
}

.active\:border-b-teal-950\/90:active {
  border-bottom-color: rgb(4 47 46 / 0.9);
}

.active\:border-b-teal-950\/95:active {
  border-bottom-color: rgb(4 47 46 / 0.95);
}

.active\:border-b-transparent:active {
  border-bottom-color: transparent;
}

.active\:border-b-transparent\/0:active {
  border-bottom-color: rgb(0 0 0 / 0);
}

.active\:border-b-transparent\/10:active {
  border-bottom-color: rgb(0 0 0 / 0.1);
}

.active\:border-b-transparent\/100:active {
  border-bottom-color: rgb(0 0 0 / 1);
}

.active\:border-b-transparent\/20:active {
  border-bottom-color: rgb(0 0 0 / 0.2);
}

.active\:border-b-transparent\/25:active {
  border-bottom-color: rgb(0 0 0 / 0.25);
}

.active\:border-b-transparent\/30:active {
  border-bottom-color: rgb(0 0 0 / 0.3);
}

.active\:border-b-transparent\/40:active {
  border-bottom-color: rgb(0 0 0 / 0.4);
}

.active\:border-b-transparent\/5:active {
  border-bottom-color: rgb(0 0 0 / 0.05);
}

.active\:border-b-transparent\/50:active {
  border-bottom-color: rgb(0 0 0 / 0.5);
}

.active\:border-b-transparent\/60:active {
  border-bottom-color: rgb(0 0 0 / 0.6);
}

.active\:border-b-transparent\/70:active {
  border-bottom-color: rgb(0 0 0 / 0.7);
}

.active\:border-b-transparent\/75:active {
  border-bottom-color: rgb(0 0 0 / 0.75);
}

.active\:border-b-transparent\/80:active {
  border-bottom-color: rgb(0 0 0 / 0.8);
}

.active\:border-b-transparent\/90:active {
  border-bottom-color: rgb(0 0 0 / 0.9);
}

.active\:border-b-transparent\/95:active {
  border-bottom-color: rgb(0 0 0 / 0.95);
}

.active\:border-b-tykhe-digital:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(239 156 131 / var(--tw-border-opacity));
}

.active\:border-b-tykhe-digital-alt:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 239 224 / var(--tw-border-opacity));
}

.active\:border-b-tykhe-digital-alt\/0:active {
  border-bottom-color: rgb(245 239 224 / 0);
}

.active\:border-b-tykhe-digital-alt\/10:active {
  border-bottom-color: rgb(245 239 224 / 0.1);
}

.active\:border-b-tykhe-digital-alt\/100:active {
  border-bottom-color: rgb(245 239 224 / 1);
}

.active\:border-b-tykhe-digital-alt\/20:active {
  border-bottom-color: rgb(245 239 224 / 0.2);
}

.active\:border-b-tykhe-digital-alt\/25:active {
  border-bottom-color: rgb(245 239 224 / 0.25);
}

.active\:border-b-tykhe-digital-alt\/30:active {
  border-bottom-color: rgb(245 239 224 / 0.3);
}

.active\:border-b-tykhe-digital-alt\/40:active {
  border-bottom-color: rgb(245 239 224 / 0.4);
}

.active\:border-b-tykhe-digital-alt\/5:active {
  border-bottom-color: rgb(245 239 224 / 0.05);
}

.active\:border-b-tykhe-digital-alt\/50:active {
  border-bottom-color: rgb(245 239 224 / 0.5);
}

.active\:border-b-tykhe-digital-alt\/60:active {
  border-bottom-color: rgb(245 239 224 / 0.6);
}

.active\:border-b-tykhe-digital-alt\/70:active {
  border-bottom-color: rgb(245 239 224 / 0.7);
}

.active\:border-b-tykhe-digital-alt\/75:active {
  border-bottom-color: rgb(245 239 224 / 0.75);
}

.active\:border-b-tykhe-digital-alt\/80:active {
  border-bottom-color: rgb(245 239 224 / 0.8);
}

.active\:border-b-tykhe-digital-alt\/90:active {
  border-bottom-color: rgb(245 239 224 / 0.9);
}

.active\:border-b-tykhe-digital-alt\/95:active {
  border-bottom-color: rgb(245 239 224 / 0.95);
}

.active\:border-b-tykhe-digital-alt2:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 58 111 / var(--tw-border-opacity));
}

.active\:border-b-tykhe-digital-alt2\/0:active {
  border-bottom-color: rgb(255 58 111 / 0);
}

.active\:border-b-tykhe-digital-alt2\/10:active {
  border-bottom-color: rgb(255 58 111 / 0.1);
}

.active\:border-b-tykhe-digital-alt2\/100:active {
  border-bottom-color: rgb(255 58 111 / 1);
}

.active\:border-b-tykhe-digital-alt2\/20:active {
  border-bottom-color: rgb(255 58 111 / 0.2);
}

.active\:border-b-tykhe-digital-alt2\/25:active {
  border-bottom-color: rgb(255 58 111 / 0.25);
}

.active\:border-b-tykhe-digital-alt2\/30:active {
  border-bottom-color: rgb(255 58 111 / 0.3);
}

.active\:border-b-tykhe-digital-alt2\/40:active {
  border-bottom-color: rgb(255 58 111 / 0.4);
}

.active\:border-b-tykhe-digital-alt2\/5:active {
  border-bottom-color: rgb(255 58 111 / 0.05);
}

.active\:border-b-tykhe-digital-alt2\/50:active {
  border-bottom-color: rgb(255 58 111 / 0.5);
}

.active\:border-b-tykhe-digital-alt2\/60:active {
  border-bottom-color: rgb(255 58 111 / 0.6);
}

.active\:border-b-tykhe-digital-alt2\/70:active {
  border-bottom-color: rgb(255 58 111 / 0.7);
}

.active\:border-b-tykhe-digital-alt2\/75:active {
  border-bottom-color: rgb(255 58 111 / 0.75);
}

.active\:border-b-tykhe-digital-alt2\/80:active {
  border-bottom-color: rgb(255 58 111 / 0.8);
}

.active\:border-b-tykhe-digital-alt2\/90:active {
  border-bottom-color: rgb(255 58 111 / 0.9);
}

.active\:border-b-tykhe-digital-alt2\/95:active {
  border-bottom-color: rgb(255 58 111 / 0.95);
}

.active\:border-b-tykhe-digital-alt3:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(131 214 239 / var(--tw-border-opacity));
}

.active\:border-b-tykhe-digital-alt3\/0:active {
  border-bottom-color: rgb(131 214 239 / 0);
}

.active\:border-b-tykhe-digital-alt3\/10:active {
  border-bottom-color: rgb(131 214 239 / 0.1);
}

.active\:border-b-tykhe-digital-alt3\/100:active {
  border-bottom-color: rgb(131 214 239 / 1);
}

.active\:border-b-tykhe-digital-alt3\/20:active {
  border-bottom-color: rgb(131 214 239 / 0.2);
}

.active\:border-b-tykhe-digital-alt3\/25:active {
  border-bottom-color: rgb(131 214 239 / 0.25);
}

.active\:border-b-tykhe-digital-alt3\/30:active {
  border-bottom-color: rgb(131 214 239 / 0.3);
}

.active\:border-b-tykhe-digital-alt3\/40:active {
  border-bottom-color: rgb(131 214 239 / 0.4);
}

.active\:border-b-tykhe-digital-alt3\/5:active {
  border-bottom-color: rgb(131 214 239 / 0.05);
}

.active\:border-b-tykhe-digital-alt3\/50:active {
  border-bottom-color: rgb(131 214 239 / 0.5);
}

.active\:border-b-tykhe-digital-alt3\/60:active {
  border-bottom-color: rgb(131 214 239 / 0.6);
}

.active\:border-b-tykhe-digital-alt3\/70:active {
  border-bottom-color: rgb(131 214 239 / 0.7);
}

.active\:border-b-tykhe-digital-alt3\/75:active {
  border-bottom-color: rgb(131 214 239 / 0.75);
}

.active\:border-b-tykhe-digital-alt3\/80:active {
  border-bottom-color: rgb(131 214 239 / 0.8);
}

.active\:border-b-tykhe-digital-alt3\/90:active {
  border-bottom-color: rgb(131 214 239 / 0.9);
}

.active\:border-b-tykhe-digital-alt3\/95:active {
  border-bottom-color: rgb(131 214 239 / 0.95);
}

.active\:border-b-tykhe-digital\/0:active {
  border-bottom-color: rgb(239 156 131 / 0);
}

.active\:border-b-tykhe-digital\/10:active {
  border-bottom-color: rgb(239 156 131 / 0.1);
}

.active\:border-b-tykhe-digital\/100:active {
  border-bottom-color: rgb(239 156 131 / 1);
}

.active\:border-b-tykhe-digital\/20:active {
  border-bottom-color: rgb(239 156 131 / 0.2);
}

.active\:border-b-tykhe-digital\/25:active {
  border-bottom-color: rgb(239 156 131 / 0.25);
}

.active\:border-b-tykhe-digital\/30:active {
  border-bottom-color: rgb(239 156 131 / 0.3);
}

.active\:border-b-tykhe-digital\/40:active {
  border-bottom-color: rgb(239 156 131 / 0.4);
}

.active\:border-b-tykhe-digital\/5:active {
  border-bottom-color: rgb(239 156 131 / 0.05);
}

.active\:border-b-tykhe-digital\/50:active {
  border-bottom-color: rgb(239 156 131 / 0.5);
}

.active\:border-b-tykhe-digital\/60:active {
  border-bottom-color: rgb(239 156 131 / 0.6);
}

.active\:border-b-tykhe-digital\/70:active {
  border-bottom-color: rgb(239 156 131 / 0.7);
}

.active\:border-b-tykhe-digital\/75:active {
  border-bottom-color: rgb(239 156 131 / 0.75);
}

.active\:border-b-tykhe-digital\/80:active {
  border-bottom-color: rgb(239 156 131 / 0.8);
}

.active\:border-b-tykhe-digital\/90:active {
  border-bottom-color: rgb(239 156 131 / 0.9);
}

.active\:border-b-tykhe-digital\/95:active {
  border-bottom-color: rgb(239 156 131 / 0.95);
}

.active\:border-b-violet-100:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(237 233 254 / var(--tw-border-opacity));
}

.active\:border-b-violet-100\/0:active {
  border-bottom-color: rgb(237 233 254 / 0);
}

.active\:border-b-violet-100\/10:active {
  border-bottom-color: rgb(237 233 254 / 0.1);
}

.active\:border-b-violet-100\/100:active {
  border-bottom-color: rgb(237 233 254 / 1);
}

.active\:border-b-violet-100\/20:active {
  border-bottom-color: rgb(237 233 254 / 0.2);
}

.active\:border-b-violet-100\/25:active {
  border-bottom-color: rgb(237 233 254 / 0.25);
}

.active\:border-b-violet-100\/30:active {
  border-bottom-color: rgb(237 233 254 / 0.3);
}

.active\:border-b-violet-100\/40:active {
  border-bottom-color: rgb(237 233 254 / 0.4);
}

.active\:border-b-violet-100\/5:active {
  border-bottom-color: rgb(237 233 254 / 0.05);
}

.active\:border-b-violet-100\/50:active {
  border-bottom-color: rgb(237 233 254 / 0.5);
}

.active\:border-b-violet-100\/60:active {
  border-bottom-color: rgb(237 233 254 / 0.6);
}

.active\:border-b-violet-100\/70:active {
  border-bottom-color: rgb(237 233 254 / 0.7);
}

.active\:border-b-violet-100\/75:active {
  border-bottom-color: rgb(237 233 254 / 0.75);
}

.active\:border-b-violet-100\/80:active {
  border-bottom-color: rgb(237 233 254 / 0.8);
}

.active\:border-b-violet-100\/90:active {
  border-bottom-color: rgb(237 233 254 / 0.9);
}

.active\:border-b-violet-100\/95:active {
  border-bottom-color: rgb(237 233 254 / 0.95);
}

.active\:border-b-violet-200:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(221 214 254 / var(--tw-border-opacity));
}

.active\:border-b-violet-200\/0:active {
  border-bottom-color: rgb(221 214 254 / 0);
}

.active\:border-b-violet-200\/10:active {
  border-bottom-color: rgb(221 214 254 / 0.1);
}

.active\:border-b-violet-200\/100:active {
  border-bottom-color: rgb(221 214 254 / 1);
}

.active\:border-b-violet-200\/20:active {
  border-bottom-color: rgb(221 214 254 / 0.2);
}

.active\:border-b-violet-200\/25:active {
  border-bottom-color: rgb(221 214 254 / 0.25);
}

.active\:border-b-violet-200\/30:active {
  border-bottom-color: rgb(221 214 254 / 0.3);
}

.active\:border-b-violet-200\/40:active {
  border-bottom-color: rgb(221 214 254 / 0.4);
}

.active\:border-b-violet-200\/5:active {
  border-bottom-color: rgb(221 214 254 / 0.05);
}

.active\:border-b-violet-200\/50:active {
  border-bottom-color: rgb(221 214 254 / 0.5);
}

.active\:border-b-violet-200\/60:active {
  border-bottom-color: rgb(221 214 254 / 0.6);
}

.active\:border-b-violet-200\/70:active {
  border-bottom-color: rgb(221 214 254 / 0.7);
}

.active\:border-b-violet-200\/75:active {
  border-bottom-color: rgb(221 214 254 / 0.75);
}

.active\:border-b-violet-200\/80:active {
  border-bottom-color: rgb(221 214 254 / 0.8);
}

.active\:border-b-violet-200\/90:active {
  border-bottom-color: rgb(221 214 254 / 0.9);
}

.active\:border-b-violet-200\/95:active {
  border-bottom-color: rgb(221 214 254 / 0.95);
}

.active\:border-b-violet-300:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(196 181 253 / var(--tw-border-opacity));
}

.active\:border-b-violet-300\/0:active {
  border-bottom-color: rgb(196 181 253 / 0);
}

.active\:border-b-violet-300\/10:active {
  border-bottom-color: rgb(196 181 253 / 0.1);
}

.active\:border-b-violet-300\/100:active {
  border-bottom-color: rgb(196 181 253 / 1);
}

.active\:border-b-violet-300\/20:active {
  border-bottom-color: rgb(196 181 253 / 0.2);
}

.active\:border-b-violet-300\/25:active {
  border-bottom-color: rgb(196 181 253 / 0.25);
}

.active\:border-b-violet-300\/30:active {
  border-bottom-color: rgb(196 181 253 / 0.3);
}

.active\:border-b-violet-300\/40:active {
  border-bottom-color: rgb(196 181 253 / 0.4);
}

.active\:border-b-violet-300\/5:active {
  border-bottom-color: rgb(196 181 253 / 0.05);
}

.active\:border-b-violet-300\/50:active {
  border-bottom-color: rgb(196 181 253 / 0.5);
}

.active\:border-b-violet-300\/60:active {
  border-bottom-color: rgb(196 181 253 / 0.6);
}

.active\:border-b-violet-300\/70:active {
  border-bottom-color: rgb(196 181 253 / 0.7);
}

.active\:border-b-violet-300\/75:active {
  border-bottom-color: rgb(196 181 253 / 0.75);
}

.active\:border-b-violet-300\/80:active {
  border-bottom-color: rgb(196 181 253 / 0.8);
}

.active\:border-b-violet-300\/90:active {
  border-bottom-color: rgb(196 181 253 / 0.9);
}

.active\:border-b-violet-300\/95:active {
  border-bottom-color: rgb(196 181 253 / 0.95);
}

.active\:border-b-violet-400:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(167 139 250 / var(--tw-border-opacity));
}

.active\:border-b-violet-400\/0:active {
  border-bottom-color: rgb(167 139 250 / 0);
}

.active\:border-b-violet-400\/10:active {
  border-bottom-color: rgb(167 139 250 / 0.1);
}

.active\:border-b-violet-400\/100:active {
  border-bottom-color: rgb(167 139 250 / 1);
}

.active\:border-b-violet-400\/20:active {
  border-bottom-color: rgb(167 139 250 / 0.2);
}

.active\:border-b-violet-400\/25:active {
  border-bottom-color: rgb(167 139 250 / 0.25);
}

.active\:border-b-violet-400\/30:active {
  border-bottom-color: rgb(167 139 250 / 0.3);
}

.active\:border-b-violet-400\/40:active {
  border-bottom-color: rgb(167 139 250 / 0.4);
}

.active\:border-b-violet-400\/5:active {
  border-bottom-color: rgb(167 139 250 / 0.05);
}

.active\:border-b-violet-400\/50:active {
  border-bottom-color: rgb(167 139 250 / 0.5);
}

.active\:border-b-violet-400\/60:active {
  border-bottom-color: rgb(167 139 250 / 0.6);
}

.active\:border-b-violet-400\/70:active {
  border-bottom-color: rgb(167 139 250 / 0.7);
}

.active\:border-b-violet-400\/75:active {
  border-bottom-color: rgb(167 139 250 / 0.75);
}

.active\:border-b-violet-400\/80:active {
  border-bottom-color: rgb(167 139 250 / 0.8);
}

.active\:border-b-violet-400\/90:active {
  border-bottom-color: rgb(167 139 250 / 0.9);
}

.active\:border-b-violet-400\/95:active {
  border-bottom-color: rgb(167 139 250 / 0.95);
}

.active\:border-b-violet-50:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 243 255 / var(--tw-border-opacity));
}

.active\:border-b-violet-50\/0:active {
  border-bottom-color: rgb(245 243 255 / 0);
}

.active\:border-b-violet-50\/10:active {
  border-bottom-color: rgb(245 243 255 / 0.1);
}

.active\:border-b-violet-50\/100:active {
  border-bottom-color: rgb(245 243 255 / 1);
}

.active\:border-b-violet-50\/20:active {
  border-bottom-color: rgb(245 243 255 / 0.2);
}

.active\:border-b-violet-50\/25:active {
  border-bottom-color: rgb(245 243 255 / 0.25);
}

.active\:border-b-violet-50\/30:active {
  border-bottom-color: rgb(245 243 255 / 0.3);
}

.active\:border-b-violet-50\/40:active {
  border-bottom-color: rgb(245 243 255 / 0.4);
}

.active\:border-b-violet-50\/5:active {
  border-bottom-color: rgb(245 243 255 / 0.05);
}

.active\:border-b-violet-50\/50:active {
  border-bottom-color: rgb(245 243 255 / 0.5);
}

.active\:border-b-violet-50\/60:active {
  border-bottom-color: rgb(245 243 255 / 0.6);
}

.active\:border-b-violet-50\/70:active {
  border-bottom-color: rgb(245 243 255 / 0.7);
}

.active\:border-b-violet-50\/75:active {
  border-bottom-color: rgb(245 243 255 / 0.75);
}

.active\:border-b-violet-50\/80:active {
  border-bottom-color: rgb(245 243 255 / 0.8);
}

.active\:border-b-violet-50\/90:active {
  border-bottom-color: rgb(245 243 255 / 0.9);
}

.active\:border-b-violet-50\/95:active {
  border-bottom-color: rgb(245 243 255 / 0.95);
}

.active\:border-b-violet-500:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(139 92 246 / var(--tw-border-opacity));
}

.active\:border-b-violet-500\/0:active {
  border-bottom-color: rgb(139 92 246 / 0);
}

.active\:border-b-violet-500\/10:active {
  border-bottom-color: rgb(139 92 246 / 0.1);
}

.active\:border-b-violet-500\/100:active {
  border-bottom-color: rgb(139 92 246 / 1);
}

.active\:border-b-violet-500\/20:active {
  border-bottom-color: rgb(139 92 246 / 0.2);
}

.active\:border-b-violet-500\/25:active {
  border-bottom-color: rgb(139 92 246 / 0.25);
}

.active\:border-b-violet-500\/30:active {
  border-bottom-color: rgb(139 92 246 / 0.3);
}

.active\:border-b-violet-500\/40:active {
  border-bottom-color: rgb(139 92 246 / 0.4);
}

.active\:border-b-violet-500\/5:active {
  border-bottom-color: rgb(139 92 246 / 0.05);
}

.active\:border-b-violet-500\/50:active {
  border-bottom-color: rgb(139 92 246 / 0.5);
}

.active\:border-b-violet-500\/60:active {
  border-bottom-color: rgb(139 92 246 / 0.6);
}

.active\:border-b-violet-500\/70:active {
  border-bottom-color: rgb(139 92 246 / 0.7);
}

.active\:border-b-violet-500\/75:active {
  border-bottom-color: rgb(139 92 246 / 0.75);
}

.active\:border-b-violet-500\/80:active {
  border-bottom-color: rgb(139 92 246 / 0.8);
}

.active\:border-b-violet-500\/90:active {
  border-bottom-color: rgb(139 92 246 / 0.9);
}

.active\:border-b-violet-500\/95:active {
  border-bottom-color: rgb(139 92 246 / 0.95);
}

.active\:border-b-violet-600:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(124 58 237 / var(--tw-border-opacity));
}

.active\:border-b-violet-600\/0:active {
  border-bottom-color: rgb(124 58 237 / 0);
}

.active\:border-b-violet-600\/10:active {
  border-bottom-color: rgb(124 58 237 / 0.1);
}

.active\:border-b-violet-600\/100:active {
  border-bottom-color: rgb(124 58 237 / 1);
}

.active\:border-b-violet-600\/20:active {
  border-bottom-color: rgb(124 58 237 / 0.2);
}

.active\:border-b-violet-600\/25:active {
  border-bottom-color: rgb(124 58 237 / 0.25);
}

.active\:border-b-violet-600\/30:active {
  border-bottom-color: rgb(124 58 237 / 0.3);
}

.active\:border-b-violet-600\/40:active {
  border-bottom-color: rgb(124 58 237 / 0.4);
}

.active\:border-b-violet-600\/5:active {
  border-bottom-color: rgb(124 58 237 / 0.05);
}

.active\:border-b-violet-600\/50:active {
  border-bottom-color: rgb(124 58 237 / 0.5);
}

.active\:border-b-violet-600\/60:active {
  border-bottom-color: rgb(124 58 237 / 0.6);
}

.active\:border-b-violet-600\/70:active {
  border-bottom-color: rgb(124 58 237 / 0.7);
}

.active\:border-b-violet-600\/75:active {
  border-bottom-color: rgb(124 58 237 / 0.75);
}

.active\:border-b-violet-600\/80:active {
  border-bottom-color: rgb(124 58 237 / 0.8);
}

.active\:border-b-violet-600\/90:active {
  border-bottom-color: rgb(124 58 237 / 0.9);
}

.active\:border-b-violet-600\/95:active {
  border-bottom-color: rgb(124 58 237 / 0.95);
}

.active\:border-b-violet-700:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(109 40 217 / var(--tw-border-opacity));
}

.active\:border-b-violet-700\/0:active {
  border-bottom-color: rgb(109 40 217 / 0);
}

.active\:border-b-violet-700\/10:active {
  border-bottom-color: rgb(109 40 217 / 0.1);
}

.active\:border-b-violet-700\/100:active {
  border-bottom-color: rgb(109 40 217 / 1);
}

.active\:border-b-violet-700\/20:active {
  border-bottom-color: rgb(109 40 217 / 0.2);
}

.active\:border-b-violet-700\/25:active {
  border-bottom-color: rgb(109 40 217 / 0.25);
}

.active\:border-b-violet-700\/30:active {
  border-bottom-color: rgb(109 40 217 / 0.3);
}

.active\:border-b-violet-700\/40:active {
  border-bottom-color: rgb(109 40 217 / 0.4);
}

.active\:border-b-violet-700\/5:active {
  border-bottom-color: rgb(109 40 217 / 0.05);
}

.active\:border-b-violet-700\/50:active {
  border-bottom-color: rgb(109 40 217 / 0.5);
}

.active\:border-b-violet-700\/60:active {
  border-bottom-color: rgb(109 40 217 / 0.6);
}

.active\:border-b-violet-700\/70:active {
  border-bottom-color: rgb(109 40 217 / 0.7);
}

.active\:border-b-violet-700\/75:active {
  border-bottom-color: rgb(109 40 217 / 0.75);
}

.active\:border-b-violet-700\/80:active {
  border-bottom-color: rgb(109 40 217 / 0.8);
}

.active\:border-b-violet-700\/90:active {
  border-bottom-color: rgb(109 40 217 / 0.9);
}

.active\:border-b-violet-700\/95:active {
  border-bottom-color: rgb(109 40 217 / 0.95);
}

.active\:border-b-violet-800:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(91 33 182 / var(--tw-border-opacity));
}

.active\:border-b-violet-800\/0:active {
  border-bottom-color: rgb(91 33 182 / 0);
}

.active\:border-b-violet-800\/10:active {
  border-bottom-color: rgb(91 33 182 / 0.1);
}

.active\:border-b-violet-800\/100:active {
  border-bottom-color: rgb(91 33 182 / 1);
}

.active\:border-b-violet-800\/20:active {
  border-bottom-color: rgb(91 33 182 / 0.2);
}

.active\:border-b-violet-800\/25:active {
  border-bottom-color: rgb(91 33 182 / 0.25);
}

.active\:border-b-violet-800\/30:active {
  border-bottom-color: rgb(91 33 182 / 0.3);
}

.active\:border-b-violet-800\/40:active {
  border-bottom-color: rgb(91 33 182 / 0.4);
}

.active\:border-b-violet-800\/5:active {
  border-bottom-color: rgb(91 33 182 / 0.05);
}

.active\:border-b-violet-800\/50:active {
  border-bottom-color: rgb(91 33 182 / 0.5);
}

.active\:border-b-violet-800\/60:active {
  border-bottom-color: rgb(91 33 182 / 0.6);
}

.active\:border-b-violet-800\/70:active {
  border-bottom-color: rgb(91 33 182 / 0.7);
}

.active\:border-b-violet-800\/75:active {
  border-bottom-color: rgb(91 33 182 / 0.75);
}

.active\:border-b-violet-800\/80:active {
  border-bottom-color: rgb(91 33 182 / 0.8);
}

.active\:border-b-violet-800\/90:active {
  border-bottom-color: rgb(91 33 182 / 0.9);
}

.active\:border-b-violet-800\/95:active {
  border-bottom-color: rgb(91 33 182 / 0.95);
}

.active\:border-b-violet-900:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(76 29 149 / var(--tw-border-opacity));
}

.active\:border-b-violet-900\/0:active {
  border-bottom-color: rgb(76 29 149 / 0);
}

.active\:border-b-violet-900\/10:active {
  border-bottom-color: rgb(76 29 149 / 0.1);
}

.active\:border-b-violet-900\/100:active {
  border-bottom-color: rgb(76 29 149 / 1);
}

.active\:border-b-violet-900\/20:active {
  border-bottom-color: rgb(76 29 149 / 0.2);
}

.active\:border-b-violet-900\/25:active {
  border-bottom-color: rgb(76 29 149 / 0.25);
}

.active\:border-b-violet-900\/30:active {
  border-bottom-color: rgb(76 29 149 / 0.3);
}

.active\:border-b-violet-900\/40:active {
  border-bottom-color: rgb(76 29 149 / 0.4);
}

.active\:border-b-violet-900\/5:active {
  border-bottom-color: rgb(76 29 149 / 0.05);
}

.active\:border-b-violet-900\/50:active {
  border-bottom-color: rgb(76 29 149 / 0.5);
}

.active\:border-b-violet-900\/60:active {
  border-bottom-color: rgb(76 29 149 / 0.6);
}

.active\:border-b-violet-900\/70:active {
  border-bottom-color: rgb(76 29 149 / 0.7);
}

.active\:border-b-violet-900\/75:active {
  border-bottom-color: rgb(76 29 149 / 0.75);
}

.active\:border-b-violet-900\/80:active {
  border-bottom-color: rgb(76 29 149 / 0.8);
}

.active\:border-b-violet-900\/90:active {
  border-bottom-color: rgb(76 29 149 / 0.9);
}

.active\:border-b-violet-900\/95:active {
  border-bottom-color: rgb(76 29 149 / 0.95);
}

.active\:border-b-violet-950:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(46 16 101 / var(--tw-border-opacity));
}

.active\:border-b-violet-950\/0:active {
  border-bottom-color: rgb(46 16 101 / 0);
}

.active\:border-b-violet-950\/10:active {
  border-bottom-color: rgb(46 16 101 / 0.1);
}

.active\:border-b-violet-950\/100:active {
  border-bottom-color: rgb(46 16 101 / 1);
}

.active\:border-b-violet-950\/20:active {
  border-bottom-color: rgb(46 16 101 / 0.2);
}

.active\:border-b-violet-950\/25:active {
  border-bottom-color: rgb(46 16 101 / 0.25);
}

.active\:border-b-violet-950\/30:active {
  border-bottom-color: rgb(46 16 101 / 0.3);
}

.active\:border-b-violet-950\/40:active {
  border-bottom-color: rgb(46 16 101 / 0.4);
}

.active\:border-b-violet-950\/5:active {
  border-bottom-color: rgb(46 16 101 / 0.05);
}

.active\:border-b-violet-950\/50:active {
  border-bottom-color: rgb(46 16 101 / 0.5);
}

.active\:border-b-violet-950\/60:active {
  border-bottom-color: rgb(46 16 101 / 0.6);
}

.active\:border-b-violet-950\/70:active {
  border-bottom-color: rgb(46 16 101 / 0.7);
}

.active\:border-b-violet-950\/75:active {
  border-bottom-color: rgb(46 16 101 / 0.75);
}

.active\:border-b-violet-950\/80:active {
  border-bottom-color: rgb(46 16 101 / 0.8);
}

.active\:border-b-violet-950\/90:active {
  border-bottom-color: rgb(46 16 101 / 0.9);
}

.active\:border-b-violet-950\/95:active {
  border-bottom-color: rgb(46 16 101 / 0.95);
}

.active\:border-b-white:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.active\:border-b-white\/0:active {
  border-bottom-color: rgb(255 255 255 / 0);
}

.active\:border-b-white\/10:active {
  border-bottom-color: rgb(255 255 255 / 0.1);
}

.active\:border-b-white\/100:active {
  border-bottom-color: rgb(255 255 255 / 1);
}

.active\:border-b-white\/20:active {
  border-bottom-color: rgb(255 255 255 / 0.2);
}

.active\:border-b-white\/25:active {
  border-bottom-color: rgb(255 255 255 / 0.25);
}

.active\:border-b-white\/30:active {
  border-bottom-color: rgb(255 255 255 / 0.3);
}

.active\:border-b-white\/40:active {
  border-bottom-color: rgb(255 255 255 / 0.4);
}

.active\:border-b-white\/5:active {
  border-bottom-color: rgb(255 255 255 / 0.05);
}

.active\:border-b-white\/50:active {
  border-bottom-color: rgb(255 255 255 / 0.5);
}

.active\:border-b-white\/60:active {
  border-bottom-color: rgb(255 255 255 / 0.6);
}

.active\:border-b-white\/70:active {
  border-bottom-color: rgb(255 255 255 / 0.7);
}

.active\:border-b-white\/75:active {
  border-bottom-color: rgb(255 255 255 / 0.75);
}

.active\:border-b-white\/80:active {
  border-bottom-color: rgb(255 255 255 / 0.8);
}

.active\:border-b-white\/90:active {
  border-bottom-color: rgb(255 255 255 / 0.9);
}

.active\:border-b-white\/95:active {
  border-bottom-color: rgb(255 255 255 / 0.95);
}

.active\:border-b-work-identity-300:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(166 235 194 / var(--tw-border-opacity));
}

.active\:border-b-work-identity-300\/0:active {
  border-bottom-color: rgb(166 235 194 / 0);
}

.active\:border-b-work-identity-300\/10:active {
  border-bottom-color: rgb(166 235 194 / 0.1);
}

.active\:border-b-work-identity-300\/100:active {
  border-bottom-color: rgb(166 235 194 / 1);
}

.active\:border-b-work-identity-300\/20:active {
  border-bottom-color: rgb(166 235 194 / 0.2);
}

.active\:border-b-work-identity-300\/25:active {
  border-bottom-color: rgb(166 235 194 / 0.25);
}

.active\:border-b-work-identity-300\/30:active {
  border-bottom-color: rgb(166 235 194 / 0.3);
}

.active\:border-b-work-identity-300\/40:active {
  border-bottom-color: rgb(166 235 194 / 0.4);
}

.active\:border-b-work-identity-300\/5:active {
  border-bottom-color: rgb(166 235 194 / 0.05);
}

.active\:border-b-work-identity-300\/50:active {
  border-bottom-color: rgb(166 235 194 / 0.5);
}

.active\:border-b-work-identity-300\/60:active {
  border-bottom-color: rgb(166 235 194 / 0.6);
}

.active\:border-b-work-identity-300\/70:active {
  border-bottom-color: rgb(166 235 194 / 0.7);
}

.active\:border-b-work-identity-300\/75:active {
  border-bottom-color: rgb(166 235 194 / 0.75);
}

.active\:border-b-work-identity-300\/80:active {
  border-bottom-color: rgb(166 235 194 / 0.8);
}

.active\:border-b-work-identity-300\/90:active {
  border-bottom-color: rgb(166 235 194 / 0.9);
}

.active\:border-b-work-identity-300\/95:active {
  border-bottom-color: rgb(166 235 194 / 0.95);
}

.active\:border-b-work-identity-400:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(83 221 139 / var(--tw-border-opacity));
}

.active\:border-b-work-identity-400\/0:active {
  border-bottom-color: rgb(83 221 139 / 0);
}

.active\:border-b-work-identity-400\/10:active {
  border-bottom-color: rgb(83 221 139 / 0.1);
}

.active\:border-b-work-identity-400\/100:active {
  border-bottom-color: rgb(83 221 139 / 1);
}

.active\:border-b-work-identity-400\/20:active {
  border-bottom-color: rgb(83 221 139 / 0.2);
}

.active\:border-b-work-identity-400\/25:active {
  border-bottom-color: rgb(83 221 139 / 0.25);
}

.active\:border-b-work-identity-400\/30:active {
  border-bottom-color: rgb(83 221 139 / 0.3);
}

.active\:border-b-work-identity-400\/40:active {
  border-bottom-color: rgb(83 221 139 / 0.4);
}

.active\:border-b-work-identity-400\/5:active {
  border-bottom-color: rgb(83 221 139 / 0.05);
}

.active\:border-b-work-identity-400\/50:active {
  border-bottom-color: rgb(83 221 139 / 0.5);
}

.active\:border-b-work-identity-400\/60:active {
  border-bottom-color: rgb(83 221 139 / 0.6);
}

.active\:border-b-work-identity-400\/70:active {
  border-bottom-color: rgb(83 221 139 / 0.7);
}

.active\:border-b-work-identity-400\/75:active {
  border-bottom-color: rgb(83 221 139 / 0.75);
}

.active\:border-b-work-identity-400\/80:active {
  border-bottom-color: rgb(83 221 139 / 0.8);
}

.active\:border-b-work-identity-400\/90:active {
  border-bottom-color: rgb(83 221 139 / 0.9);
}

.active\:border-b-work-identity-400\/95:active {
  border-bottom-color: rgb(83 221 139 / 0.95);
}

.active\:border-b-work-identity-500:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 208 84 / var(--tw-border-opacity));
}

.active\:border-b-work-identity-500\/0:active {
  border-bottom-color: rgb(0 208 84 / 0);
}

.active\:border-b-work-identity-500\/10:active {
  border-bottom-color: rgb(0 208 84 / 0.1);
}

.active\:border-b-work-identity-500\/100:active {
  border-bottom-color: rgb(0 208 84 / 1);
}

.active\:border-b-work-identity-500\/20:active {
  border-bottom-color: rgb(0 208 84 / 0.2);
}

.active\:border-b-work-identity-500\/25:active {
  border-bottom-color: rgb(0 208 84 / 0.25);
}

.active\:border-b-work-identity-500\/30:active {
  border-bottom-color: rgb(0 208 84 / 0.3);
}

.active\:border-b-work-identity-500\/40:active {
  border-bottom-color: rgb(0 208 84 / 0.4);
}

.active\:border-b-work-identity-500\/5:active {
  border-bottom-color: rgb(0 208 84 / 0.05);
}

.active\:border-b-work-identity-500\/50:active {
  border-bottom-color: rgb(0 208 84 / 0.5);
}

.active\:border-b-work-identity-500\/60:active {
  border-bottom-color: rgb(0 208 84 / 0.6);
}

.active\:border-b-work-identity-500\/70:active {
  border-bottom-color: rgb(0 208 84 / 0.7);
}

.active\:border-b-work-identity-500\/75:active {
  border-bottom-color: rgb(0 208 84 / 0.75);
}

.active\:border-b-work-identity-500\/80:active {
  border-bottom-color: rgb(0 208 84 / 0.8);
}

.active\:border-b-work-identity-500\/90:active {
  border-bottom-color: rgb(0 208 84 / 0.9);
}

.active\:border-b-work-identity-500\/95:active {
  border-bottom-color: rgb(0 208 84 / 0.95);
}

.active\:border-b-work-identity-900:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 249 249 / var(--tw-border-opacity));
}

.active\:border-b-work-identity-900\/0:active {
  border-bottom-color: rgb(249 249 249 / 0);
}

.active\:border-b-work-identity-900\/10:active {
  border-bottom-color: rgb(249 249 249 / 0.1);
}

.active\:border-b-work-identity-900\/100:active {
  border-bottom-color: rgb(249 249 249 / 1);
}

.active\:border-b-work-identity-900\/20:active {
  border-bottom-color: rgb(249 249 249 / 0.2);
}

.active\:border-b-work-identity-900\/25:active {
  border-bottom-color: rgb(249 249 249 / 0.25);
}

.active\:border-b-work-identity-900\/30:active {
  border-bottom-color: rgb(249 249 249 / 0.3);
}

.active\:border-b-work-identity-900\/40:active {
  border-bottom-color: rgb(249 249 249 / 0.4);
}

.active\:border-b-work-identity-900\/5:active {
  border-bottom-color: rgb(249 249 249 / 0.05);
}

.active\:border-b-work-identity-900\/50:active {
  border-bottom-color: rgb(249 249 249 / 0.5);
}

.active\:border-b-work-identity-900\/60:active {
  border-bottom-color: rgb(249 249 249 / 0.6);
}

.active\:border-b-work-identity-900\/70:active {
  border-bottom-color: rgb(249 249 249 / 0.7);
}

.active\:border-b-work-identity-900\/75:active {
  border-bottom-color: rgb(249 249 249 / 0.75);
}

.active\:border-b-work-identity-900\/80:active {
  border-bottom-color: rgb(249 249 249 / 0.8);
}

.active\:border-b-work-identity-900\/90:active {
  border-bottom-color: rgb(249 249 249 / 0.9);
}

.active\:border-b-work-identity-900\/95:active {
  border-bottom-color: rgb(249 249 249 / 0.95);
}

.active\:border-b-yellow-100:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.active\:border-b-yellow-100\/0:active {
  border-bottom-color: rgb(254 249 195 / 0);
}

.active\:border-b-yellow-100\/10:active {
  border-bottom-color: rgb(254 249 195 / 0.1);
}

.active\:border-b-yellow-100\/100:active {
  border-bottom-color: rgb(254 249 195 / 1);
}

.active\:border-b-yellow-100\/20:active {
  border-bottom-color: rgb(254 249 195 / 0.2);
}

.active\:border-b-yellow-100\/25:active {
  border-bottom-color: rgb(254 249 195 / 0.25);
}

.active\:border-b-yellow-100\/30:active {
  border-bottom-color: rgb(254 249 195 / 0.3);
}

.active\:border-b-yellow-100\/40:active {
  border-bottom-color: rgb(254 249 195 / 0.4);
}

.active\:border-b-yellow-100\/5:active {
  border-bottom-color: rgb(254 249 195 / 0.05);
}

.active\:border-b-yellow-100\/50:active {
  border-bottom-color: rgb(254 249 195 / 0.5);
}

.active\:border-b-yellow-100\/60:active {
  border-bottom-color: rgb(254 249 195 / 0.6);
}

.active\:border-b-yellow-100\/70:active {
  border-bottom-color: rgb(254 249 195 / 0.7);
}

.active\:border-b-yellow-100\/75:active {
  border-bottom-color: rgb(254 249 195 / 0.75);
}

.active\:border-b-yellow-100\/80:active {
  border-bottom-color: rgb(254 249 195 / 0.8);
}

.active\:border-b-yellow-100\/90:active {
  border-bottom-color: rgb(254 249 195 / 0.9);
}

.active\:border-b-yellow-100\/95:active {
  border-bottom-color: rgb(254 249 195 / 0.95);
}

.active\:border-b-yellow-200:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.active\:border-b-yellow-200\/0:active {
  border-bottom-color: rgb(254 240 138 / 0);
}

.active\:border-b-yellow-200\/10:active {
  border-bottom-color: rgb(254 240 138 / 0.1);
}

.active\:border-b-yellow-200\/100:active {
  border-bottom-color: rgb(254 240 138 / 1);
}

.active\:border-b-yellow-200\/20:active {
  border-bottom-color: rgb(254 240 138 / 0.2);
}

.active\:border-b-yellow-200\/25:active {
  border-bottom-color: rgb(254 240 138 / 0.25);
}

.active\:border-b-yellow-200\/30:active {
  border-bottom-color: rgb(254 240 138 / 0.3);
}

.active\:border-b-yellow-200\/40:active {
  border-bottom-color: rgb(254 240 138 / 0.4);
}

.active\:border-b-yellow-200\/5:active {
  border-bottom-color: rgb(254 240 138 / 0.05);
}

.active\:border-b-yellow-200\/50:active {
  border-bottom-color: rgb(254 240 138 / 0.5);
}

.active\:border-b-yellow-200\/60:active {
  border-bottom-color: rgb(254 240 138 / 0.6);
}

.active\:border-b-yellow-200\/70:active {
  border-bottom-color: rgb(254 240 138 / 0.7);
}

.active\:border-b-yellow-200\/75:active {
  border-bottom-color: rgb(254 240 138 / 0.75);
}

.active\:border-b-yellow-200\/80:active {
  border-bottom-color: rgb(254 240 138 / 0.8);
}

.active\:border-b-yellow-200\/90:active {
  border-bottom-color: rgb(254 240 138 / 0.9);
}

.active\:border-b-yellow-200\/95:active {
  border-bottom-color: rgb(254 240 138 / 0.95);
}

.active\:border-b-yellow-300:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.active\:border-b-yellow-300\/0:active {
  border-bottom-color: rgb(253 224 71 / 0);
}

.active\:border-b-yellow-300\/10:active {
  border-bottom-color: rgb(253 224 71 / 0.1);
}

.active\:border-b-yellow-300\/100:active {
  border-bottom-color: rgb(253 224 71 / 1);
}

.active\:border-b-yellow-300\/20:active {
  border-bottom-color: rgb(253 224 71 / 0.2);
}

.active\:border-b-yellow-300\/25:active {
  border-bottom-color: rgb(253 224 71 / 0.25);
}

.active\:border-b-yellow-300\/30:active {
  border-bottom-color: rgb(253 224 71 / 0.3);
}

.active\:border-b-yellow-300\/40:active {
  border-bottom-color: rgb(253 224 71 / 0.4);
}

.active\:border-b-yellow-300\/5:active {
  border-bottom-color: rgb(253 224 71 / 0.05);
}

.active\:border-b-yellow-300\/50:active {
  border-bottom-color: rgb(253 224 71 / 0.5);
}

.active\:border-b-yellow-300\/60:active {
  border-bottom-color: rgb(253 224 71 / 0.6);
}

.active\:border-b-yellow-300\/70:active {
  border-bottom-color: rgb(253 224 71 / 0.7);
}

.active\:border-b-yellow-300\/75:active {
  border-bottom-color: rgb(253 224 71 / 0.75);
}

.active\:border-b-yellow-300\/80:active {
  border-bottom-color: rgb(253 224 71 / 0.8);
}

.active\:border-b-yellow-300\/90:active {
  border-bottom-color: rgb(253 224 71 / 0.9);
}

.active\:border-b-yellow-300\/95:active {
  border-bottom-color: rgb(253 224 71 / 0.95);
}

.active\:border-b-yellow-400:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.active\:border-b-yellow-400\/0:active {
  border-bottom-color: rgb(250 204 21 / 0);
}

.active\:border-b-yellow-400\/10:active {
  border-bottom-color: rgb(250 204 21 / 0.1);
}

.active\:border-b-yellow-400\/100:active {
  border-bottom-color: rgb(250 204 21 / 1);
}

.active\:border-b-yellow-400\/20:active {
  border-bottom-color: rgb(250 204 21 / 0.2);
}

.active\:border-b-yellow-400\/25:active {
  border-bottom-color: rgb(250 204 21 / 0.25);
}

.active\:border-b-yellow-400\/30:active {
  border-bottom-color: rgb(250 204 21 / 0.3);
}

.active\:border-b-yellow-400\/40:active {
  border-bottom-color: rgb(250 204 21 / 0.4);
}

.active\:border-b-yellow-400\/5:active {
  border-bottom-color: rgb(250 204 21 / 0.05);
}

.active\:border-b-yellow-400\/50:active {
  border-bottom-color: rgb(250 204 21 / 0.5);
}

.active\:border-b-yellow-400\/60:active {
  border-bottom-color: rgb(250 204 21 / 0.6);
}

.active\:border-b-yellow-400\/70:active {
  border-bottom-color: rgb(250 204 21 / 0.7);
}

.active\:border-b-yellow-400\/75:active {
  border-bottom-color: rgb(250 204 21 / 0.75);
}

.active\:border-b-yellow-400\/80:active {
  border-bottom-color: rgb(250 204 21 / 0.8);
}

.active\:border-b-yellow-400\/90:active {
  border-bottom-color: rgb(250 204 21 / 0.9);
}

.active\:border-b-yellow-400\/95:active {
  border-bottom-color: rgb(250 204 21 / 0.95);
}

.active\:border-b-yellow-50:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.active\:border-b-yellow-50\/0:active {
  border-bottom-color: rgb(254 252 232 / 0);
}

.active\:border-b-yellow-50\/10:active {
  border-bottom-color: rgb(254 252 232 / 0.1);
}

.active\:border-b-yellow-50\/100:active {
  border-bottom-color: rgb(254 252 232 / 1);
}

.active\:border-b-yellow-50\/20:active {
  border-bottom-color: rgb(254 252 232 / 0.2);
}

.active\:border-b-yellow-50\/25:active {
  border-bottom-color: rgb(254 252 232 / 0.25);
}

.active\:border-b-yellow-50\/30:active {
  border-bottom-color: rgb(254 252 232 / 0.3);
}

.active\:border-b-yellow-50\/40:active {
  border-bottom-color: rgb(254 252 232 / 0.4);
}

.active\:border-b-yellow-50\/5:active {
  border-bottom-color: rgb(254 252 232 / 0.05);
}

.active\:border-b-yellow-50\/50:active {
  border-bottom-color: rgb(254 252 232 / 0.5);
}

.active\:border-b-yellow-50\/60:active {
  border-bottom-color: rgb(254 252 232 / 0.6);
}

.active\:border-b-yellow-50\/70:active {
  border-bottom-color: rgb(254 252 232 / 0.7);
}

.active\:border-b-yellow-50\/75:active {
  border-bottom-color: rgb(254 252 232 / 0.75);
}

.active\:border-b-yellow-50\/80:active {
  border-bottom-color: rgb(254 252 232 / 0.8);
}

.active\:border-b-yellow-50\/90:active {
  border-bottom-color: rgb(254 252 232 / 0.9);
}

.active\:border-b-yellow-50\/95:active {
  border-bottom-color: rgb(254 252 232 / 0.95);
}

.active\:border-b-yellow-500:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.active\:border-b-yellow-500\/0:active {
  border-bottom-color: rgb(234 179 8 / 0);
}

.active\:border-b-yellow-500\/10:active {
  border-bottom-color: rgb(234 179 8 / 0.1);
}

.active\:border-b-yellow-500\/100:active {
  border-bottom-color: rgb(234 179 8 / 1);
}

.active\:border-b-yellow-500\/20:active {
  border-bottom-color: rgb(234 179 8 / 0.2);
}

.active\:border-b-yellow-500\/25:active {
  border-bottom-color: rgb(234 179 8 / 0.25);
}

.active\:border-b-yellow-500\/30:active {
  border-bottom-color: rgb(234 179 8 / 0.3);
}

.active\:border-b-yellow-500\/40:active {
  border-bottom-color: rgb(234 179 8 / 0.4);
}

.active\:border-b-yellow-500\/5:active {
  border-bottom-color: rgb(234 179 8 / 0.05);
}

.active\:border-b-yellow-500\/50:active {
  border-bottom-color: rgb(234 179 8 / 0.5);
}

.active\:border-b-yellow-500\/60:active {
  border-bottom-color: rgb(234 179 8 / 0.6);
}

.active\:border-b-yellow-500\/70:active {
  border-bottom-color: rgb(234 179 8 / 0.7);
}

.active\:border-b-yellow-500\/75:active {
  border-bottom-color: rgb(234 179 8 / 0.75);
}

.active\:border-b-yellow-500\/80:active {
  border-bottom-color: rgb(234 179 8 / 0.8);
}

.active\:border-b-yellow-500\/90:active {
  border-bottom-color: rgb(234 179 8 / 0.9);
}

.active\:border-b-yellow-500\/95:active {
  border-bottom-color: rgb(234 179 8 / 0.95);
}

.active\:border-b-yellow-600:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.active\:border-b-yellow-600\/0:active {
  border-bottom-color: rgb(202 138 4 / 0);
}

.active\:border-b-yellow-600\/10:active {
  border-bottom-color: rgb(202 138 4 / 0.1);
}

.active\:border-b-yellow-600\/100:active {
  border-bottom-color: rgb(202 138 4 / 1);
}

.active\:border-b-yellow-600\/20:active {
  border-bottom-color: rgb(202 138 4 / 0.2);
}

.active\:border-b-yellow-600\/25:active {
  border-bottom-color: rgb(202 138 4 / 0.25);
}

.active\:border-b-yellow-600\/30:active {
  border-bottom-color: rgb(202 138 4 / 0.3);
}

.active\:border-b-yellow-600\/40:active {
  border-bottom-color: rgb(202 138 4 / 0.4);
}

.active\:border-b-yellow-600\/5:active {
  border-bottom-color: rgb(202 138 4 / 0.05);
}

.active\:border-b-yellow-600\/50:active {
  border-bottom-color: rgb(202 138 4 / 0.5);
}

.active\:border-b-yellow-600\/60:active {
  border-bottom-color: rgb(202 138 4 / 0.6);
}

.active\:border-b-yellow-600\/70:active {
  border-bottom-color: rgb(202 138 4 / 0.7);
}

.active\:border-b-yellow-600\/75:active {
  border-bottom-color: rgb(202 138 4 / 0.75);
}

.active\:border-b-yellow-600\/80:active {
  border-bottom-color: rgb(202 138 4 / 0.8);
}

.active\:border-b-yellow-600\/90:active {
  border-bottom-color: rgb(202 138 4 / 0.9);
}

.active\:border-b-yellow-600\/95:active {
  border-bottom-color: rgb(202 138 4 / 0.95);
}

.active\:border-b-yellow-700:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.active\:border-b-yellow-700\/0:active {
  border-bottom-color: rgb(161 98 7 / 0);
}

.active\:border-b-yellow-700\/10:active {
  border-bottom-color: rgb(161 98 7 / 0.1);
}

.active\:border-b-yellow-700\/100:active {
  border-bottom-color: rgb(161 98 7 / 1);
}

.active\:border-b-yellow-700\/20:active {
  border-bottom-color: rgb(161 98 7 / 0.2);
}

.active\:border-b-yellow-700\/25:active {
  border-bottom-color: rgb(161 98 7 / 0.25);
}

.active\:border-b-yellow-700\/30:active {
  border-bottom-color: rgb(161 98 7 / 0.3);
}

.active\:border-b-yellow-700\/40:active {
  border-bottom-color: rgb(161 98 7 / 0.4);
}

.active\:border-b-yellow-700\/5:active {
  border-bottom-color: rgb(161 98 7 / 0.05);
}

.active\:border-b-yellow-700\/50:active {
  border-bottom-color: rgb(161 98 7 / 0.5);
}

.active\:border-b-yellow-700\/60:active {
  border-bottom-color: rgb(161 98 7 / 0.6);
}

.active\:border-b-yellow-700\/70:active {
  border-bottom-color: rgb(161 98 7 / 0.7);
}

.active\:border-b-yellow-700\/75:active {
  border-bottom-color: rgb(161 98 7 / 0.75);
}

.active\:border-b-yellow-700\/80:active {
  border-bottom-color: rgb(161 98 7 / 0.8);
}

.active\:border-b-yellow-700\/90:active {
  border-bottom-color: rgb(161 98 7 / 0.9);
}

.active\:border-b-yellow-700\/95:active {
  border-bottom-color: rgb(161 98 7 / 0.95);
}

.active\:border-b-yellow-800:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.active\:border-b-yellow-800\/0:active {
  border-bottom-color: rgb(133 77 14 / 0);
}

.active\:border-b-yellow-800\/10:active {
  border-bottom-color: rgb(133 77 14 / 0.1);
}

.active\:border-b-yellow-800\/100:active {
  border-bottom-color: rgb(133 77 14 / 1);
}

.active\:border-b-yellow-800\/20:active {
  border-bottom-color: rgb(133 77 14 / 0.2);
}

.active\:border-b-yellow-800\/25:active {
  border-bottom-color: rgb(133 77 14 / 0.25);
}

.active\:border-b-yellow-800\/30:active {
  border-bottom-color: rgb(133 77 14 / 0.3);
}

.active\:border-b-yellow-800\/40:active {
  border-bottom-color: rgb(133 77 14 / 0.4);
}

.active\:border-b-yellow-800\/5:active {
  border-bottom-color: rgb(133 77 14 / 0.05);
}

.active\:border-b-yellow-800\/50:active {
  border-bottom-color: rgb(133 77 14 / 0.5);
}

.active\:border-b-yellow-800\/60:active {
  border-bottom-color: rgb(133 77 14 / 0.6);
}

.active\:border-b-yellow-800\/70:active {
  border-bottom-color: rgb(133 77 14 / 0.7);
}

.active\:border-b-yellow-800\/75:active {
  border-bottom-color: rgb(133 77 14 / 0.75);
}

.active\:border-b-yellow-800\/80:active {
  border-bottom-color: rgb(133 77 14 / 0.8);
}

.active\:border-b-yellow-800\/90:active {
  border-bottom-color: rgb(133 77 14 / 0.9);
}

.active\:border-b-yellow-800\/95:active {
  border-bottom-color: rgb(133 77 14 / 0.95);
}

.active\:border-b-yellow-900:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.active\:border-b-yellow-900\/0:active {
  border-bottom-color: rgb(113 63 18 / 0);
}

.active\:border-b-yellow-900\/10:active {
  border-bottom-color: rgb(113 63 18 / 0.1);
}

.active\:border-b-yellow-900\/100:active {
  border-bottom-color: rgb(113 63 18 / 1);
}

.active\:border-b-yellow-900\/20:active {
  border-bottom-color: rgb(113 63 18 / 0.2);
}

.active\:border-b-yellow-900\/25:active {
  border-bottom-color: rgb(113 63 18 / 0.25);
}

.active\:border-b-yellow-900\/30:active {
  border-bottom-color: rgb(113 63 18 / 0.3);
}

.active\:border-b-yellow-900\/40:active {
  border-bottom-color: rgb(113 63 18 / 0.4);
}

.active\:border-b-yellow-900\/5:active {
  border-bottom-color: rgb(113 63 18 / 0.05);
}

.active\:border-b-yellow-900\/50:active {
  border-bottom-color: rgb(113 63 18 / 0.5);
}

.active\:border-b-yellow-900\/60:active {
  border-bottom-color: rgb(113 63 18 / 0.6);
}

.active\:border-b-yellow-900\/70:active {
  border-bottom-color: rgb(113 63 18 / 0.7);
}

.active\:border-b-yellow-900\/75:active {
  border-bottom-color: rgb(113 63 18 / 0.75);
}

.active\:border-b-yellow-900\/80:active {
  border-bottom-color: rgb(113 63 18 / 0.8);
}

.active\:border-b-yellow-900\/90:active {
  border-bottom-color: rgb(113 63 18 / 0.9);
}

.active\:border-b-yellow-900\/95:active {
  border-bottom-color: rgb(113 63 18 / 0.95);
}

.active\:border-b-yellow-950:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.active\:border-b-yellow-950\/0:active {
  border-bottom-color: rgb(66 32 6 / 0);
}

.active\:border-b-yellow-950\/10:active {
  border-bottom-color: rgb(66 32 6 / 0.1);
}

.active\:border-b-yellow-950\/100:active {
  border-bottom-color: rgb(66 32 6 / 1);
}

.active\:border-b-yellow-950\/20:active {
  border-bottom-color: rgb(66 32 6 / 0.2);
}

.active\:border-b-yellow-950\/25:active {
  border-bottom-color: rgb(66 32 6 / 0.25);
}

.active\:border-b-yellow-950\/30:active {
  border-bottom-color: rgb(66 32 6 / 0.3);
}

.active\:border-b-yellow-950\/40:active {
  border-bottom-color: rgb(66 32 6 / 0.4);
}

.active\:border-b-yellow-950\/5:active {
  border-bottom-color: rgb(66 32 6 / 0.05);
}

.active\:border-b-yellow-950\/50:active {
  border-bottom-color: rgb(66 32 6 / 0.5);
}

.active\:border-b-yellow-950\/60:active {
  border-bottom-color: rgb(66 32 6 / 0.6);
}

.active\:border-b-yellow-950\/70:active {
  border-bottom-color: rgb(66 32 6 / 0.7);
}

.active\:border-b-yellow-950\/75:active {
  border-bottom-color: rgb(66 32 6 / 0.75);
}

.active\:border-b-yellow-950\/80:active {
  border-bottom-color: rgb(66 32 6 / 0.8);
}

.active\:border-b-yellow-950\/90:active {
  border-bottom-color: rgb(66 32 6 / 0.9);
}

.active\:border-b-yellow-950\/95:active {
  border-bottom-color: rgb(66 32 6 / 0.95);
}

.active\:border-b-zinc-100:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(244 244 245 / var(--tw-border-opacity));
}

.active\:border-b-zinc-100\/0:active {
  border-bottom-color: rgb(244 244 245 / 0);
}

.active\:border-b-zinc-100\/10:active {
  border-bottom-color: rgb(244 244 245 / 0.1);
}

.active\:border-b-zinc-100\/100:active {
  border-bottom-color: rgb(244 244 245 / 1);
}

.active\:border-b-zinc-100\/20:active {
  border-bottom-color: rgb(244 244 245 / 0.2);
}

.active\:border-b-zinc-100\/25:active {
  border-bottom-color: rgb(244 244 245 / 0.25);
}

.active\:border-b-zinc-100\/30:active {
  border-bottom-color: rgb(244 244 245 / 0.3);
}

.active\:border-b-zinc-100\/40:active {
  border-bottom-color: rgb(244 244 245 / 0.4);
}

.active\:border-b-zinc-100\/5:active {
  border-bottom-color: rgb(244 244 245 / 0.05);
}

.active\:border-b-zinc-100\/50:active {
  border-bottom-color: rgb(244 244 245 / 0.5);
}

.active\:border-b-zinc-100\/60:active {
  border-bottom-color: rgb(244 244 245 / 0.6);
}

.active\:border-b-zinc-100\/70:active {
  border-bottom-color: rgb(244 244 245 / 0.7);
}

.active\:border-b-zinc-100\/75:active {
  border-bottom-color: rgb(244 244 245 / 0.75);
}

.active\:border-b-zinc-100\/80:active {
  border-bottom-color: rgb(244 244 245 / 0.8);
}

.active\:border-b-zinc-100\/90:active {
  border-bottom-color: rgb(244 244 245 / 0.9);
}

.active\:border-b-zinc-100\/95:active {
  border-bottom-color: rgb(244 244 245 / 0.95);
}

.active\:border-b-zinc-200:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.active\:border-b-zinc-200\/0:active {
  border-bottom-color: rgb(228 228 231 / 0);
}

.active\:border-b-zinc-200\/10:active {
  border-bottom-color: rgb(228 228 231 / 0.1);
}

.active\:border-b-zinc-200\/100:active {
  border-bottom-color: rgb(228 228 231 / 1);
}

.active\:border-b-zinc-200\/20:active {
  border-bottom-color: rgb(228 228 231 / 0.2);
}

.active\:border-b-zinc-200\/25:active {
  border-bottom-color: rgb(228 228 231 / 0.25);
}

.active\:border-b-zinc-200\/30:active {
  border-bottom-color: rgb(228 228 231 / 0.3);
}

.active\:border-b-zinc-200\/40:active {
  border-bottom-color: rgb(228 228 231 / 0.4);
}

.active\:border-b-zinc-200\/5:active {
  border-bottom-color: rgb(228 228 231 / 0.05);
}

.active\:border-b-zinc-200\/50:active {
  border-bottom-color: rgb(228 228 231 / 0.5);
}

.active\:border-b-zinc-200\/60:active {
  border-bottom-color: rgb(228 228 231 / 0.6);
}

.active\:border-b-zinc-200\/70:active {
  border-bottom-color: rgb(228 228 231 / 0.7);
}

.active\:border-b-zinc-200\/75:active {
  border-bottom-color: rgb(228 228 231 / 0.75);
}

.active\:border-b-zinc-200\/80:active {
  border-bottom-color: rgb(228 228 231 / 0.8);
}

.active\:border-b-zinc-200\/90:active {
  border-bottom-color: rgb(228 228 231 / 0.9);
}

.active\:border-b-zinc-200\/95:active {
  border-bottom-color: rgb(228 228 231 / 0.95);
}

.active\:border-b-zinc-300:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.active\:border-b-zinc-300\/0:active {
  border-bottom-color: rgb(212 212 216 / 0);
}

.active\:border-b-zinc-300\/10:active {
  border-bottom-color: rgb(212 212 216 / 0.1);
}

.active\:border-b-zinc-300\/100:active {
  border-bottom-color: rgb(212 212 216 / 1);
}

.active\:border-b-zinc-300\/20:active {
  border-bottom-color: rgb(212 212 216 / 0.2);
}

.active\:border-b-zinc-300\/25:active {
  border-bottom-color: rgb(212 212 216 / 0.25);
}

.active\:border-b-zinc-300\/30:active {
  border-bottom-color: rgb(212 212 216 / 0.3);
}

.active\:border-b-zinc-300\/40:active {
  border-bottom-color: rgb(212 212 216 / 0.4);
}

.active\:border-b-zinc-300\/5:active {
  border-bottom-color: rgb(212 212 216 / 0.05);
}

.active\:border-b-zinc-300\/50:active {
  border-bottom-color: rgb(212 212 216 / 0.5);
}

.active\:border-b-zinc-300\/60:active {
  border-bottom-color: rgb(212 212 216 / 0.6);
}

.active\:border-b-zinc-300\/70:active {
  border-bottom-color: rgb(212 212 216 / 0.7);
}

.active\:border-b-zinc-300\/75:active {
  border-bottom-color: rgb(212 212 216 / 0.75);
}

.active\:border-b-zinc-300\/80:active {
  border-bottom-color: rgb(212 212 216 / 0.8);
}

.active\:border-b-zinc-300\/90:active {
  border-bottom-color: rgb(212 212 216 / 0.9);
}

.active\:border-b-zinc-300\/95:active {
  border-bottom-color: rgb(212 212 216 / 0.95);
}

.active\:border-b-zinc-400:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.active\:border-b-zinc-400\/0:active {
  border-bottom-color: rgb(161 161 170 / 0);
}

.active\:border-b-zinc-400\/10:active {
  border-bottom-color: rgb(161 161 170 / 0.1);
}

.active\:border-b-zinc-400\/100:active {
  border-bottom-color: rgb(161 161 170 / 1);
}

.active\:border-b-zinc-400\/20:active {
  border-bottom-color: rgb(161 161 170 / 0.2);
}

.active\:border-b-zinc-400\/25:active {
  border-bottom-color: rgb(161 161 170 / 0.25);
}

.active\:border-b-zinc-400\/30:active {
  border-bottom-color: rgb(161 161 170 / 0.3);
}

.active\:border-b-zinc-400\/40:active {
  border-bottom-color: rgb(161 161 170 / 0.4);
}

.active\:border-b-zinc-400\/5:active {
  border-bottom-color: rgb(161 161 170 / 0.05);
}

.active\:border-b-zinc-400\/50:active {
  border-bottom-color: rgb(161 161 170 / 0.5);
}

.active\:border-b-zinc-400\/60:active {
  border-bottom-color: rgb(161 161 170 / 0.6);
}

.active\:border-b-zinc-400\/70:active {
  border-bottom-color: rgb(161 161 170 / 0.7);
}

.active\:border-b-zinc-400\/75:active {
  border-bottom-color: rgb(161 161 170 / 0.75);
}

.active\:border-b-zinc-400\/80:active {
  border-bottom-color: rgb(161 161 170 / 0.8);
}

.active\:border-b-zinc-400\/90:active {
  border-bottom-color: rgb(161 161 170 / 0.9);
}

.active\:border-b-zinc-400\/95:active {
  border-bottom-color: rgb(161 161 170 / 0.95);
}

.active\:border-b-zinc-50:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.active\:border-b-zinc-50\/0:active {
  border-bottom-color: rgb(250 250 250 / 0);
}

.active\:border-b-zinc-50\/10:active {
  border-bottom-color: rgb(250 250 250 / 0.1);
}

.active\:border-b-zinc-50\/100:active {
  border-bottom-color: rgb(250 250 250 / 1);
}

.active\:border-b-zinc-50\/20:active {
  border-bottom-color: rgb(250 250 250 / 0.2);
}

.active\:border-b-zinc-50\/25:active {
  border-bottom-color: rgb(250 250 250 / 0.25);
}

.active\:border-b-zinc-50\/30:active {
  border-bottom-color: rgb(250 250 250 / 0.3);
}

.active\:border-b-zinc-50\/40:active {
  border-bottom-color: rgb(250 250 250 / 0.4);
}

.active\:border-b-zinc-50\/5:active {
  border-bottom-color: rgb(250 250 250 / 0.05);
}

.active\:border-b-zinc-50\/50:active {
  border-bottom-color: rgb(250 250 250 / 0.5);
}

.active\:border-b-zinc-50\/60:active {
  border-bottom-color: rgb(250 250 250 / 0.6);
}

.active\:border-b-zinc-50\/70:active {
  border-bottom-color: rgb(250 250 250 / 0.7);
}

.active\:border-b-zinc-50\/75:active {
  border-bottom-color: rgb(250 250 250 / 0.75);
}

.active\:border-b-zinc-50\/80:active {
  border-bottom-color: rgb(250 250 250 / 0.8);
}

.active\:border-b-zinc-50\/90:active {
  border-bottom-color: rgb(250 250 250 / 0.9);
}

.active\:border-b-zinc-50\/95:active {
  border-bottom-color: rgb(250 250 250 / 0.95);
}

.active\:border-b-zinc-500:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(113 113 122 / var(--tw-border-opacity));
}

.active\:border-b-zinc-500\/0:active {
  border-bottom-color: rgb(113 113 122 / 0);
}

.active\:border-b-zinc-500\/10:active {
  border-bottom-color: rgb(113 113 122 / 0.1);
}

.active\:border-b-zinc-500\/100:active {
  border-bottom-color: rgb(113 113 122 / 1);
}

.active\:border-b-zinc-500\/20:active {
  border-bottom-color: rgb(113 113 122 / 0.2);
}

.active\:border-b-zinc-500\/25:active {
  border-bottom-color: rgb(113 113 122 / 0.25);
}

.active\:border-b-zinc-500\/30:active {
  border-bottom-color: rgb(113 113 122 / 0.3);
}

.active\:border-b-zinc-500\/40:active {
  border-bottom-color: rgb(113 113 122 / 0.4);
}

.active\:border-b-zinc-500\/5:active {
  border-bottom-color: rgb(113 113 122 / 0.05);
}

.active\:border-b-zinc-500\/50:active {
  border-bottom-color: rgb(113 113 122 / 0.5);
}

.active\:border-b-zinc-500\/60:active {
  border-bottom-color: rgb(113 113 122 / 0.6);
}

.active\:border-b-zinc-500\/70:active {
  border-bottom-color: rgb(113 113 122 / 0.7);
}

.active\:border-b-zinc-500\/75:active {
  border-bottom-color: rgb(113 113 122 / 0.75);
}

.active\:border-b-zinc-500\/80:active {
  border-bottom-color: rgb(113 113 122 / 0.8);
}

.active\:border-b-zinc-500\/90:active {
  border-bottom-color: rgb(113 113 122 / 0.9);
}

.active\:border-b-zinc-500\/95:active {
  border-bottom-color: rgb(113 113 122 / 0.95);
}

.active\:border-b-zinc-600:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(82 82 91 / var(--tw-border-opacity));
}

.active\:border-b-zinc-600\/0:active {
  border-bottom-color: rgb(82 82 91 / 0);
}

.active\:border-b-zinc-600\/10:active {
  border-bottom-color: rgb(82 82 91 / 0.1);
}

.active\:border-b-zinc-600\/100:active {
  border-bottom-color: rgb(82 82 91 / 1);
}

.active\:border-b-zinc-600\/20:active {
  border-bottom-color: rgb(82 82 91 / 0.2);
}

.active\:border-b-zinc-600\/25:active {
  border-bottom-color: rgb(82 82 91 / 0.25);
}

.active\:border-b-zinc-600\/30:active {
  border-bottom-color: rgb(82 82 91 / 0.3);
}

.active\:border-b-zinc-600\/40:active {
  border-bottom-color: rgb(82 82 91 / 0.4);
}

.active\:border-b-zinc-600\/5:active {
  border-bottom-color: rgb(82 82 91 / 0.05);
}

.active\:border-b-zinc-600\/50:active {
  border-bottom-color: rgb(82 82 91 / 0.5);
}

.active\:border-b-zinc-600\/60:active {
  border-bottom-color: rgb(82 82 91 / 0.6);
}

.active\:border-b-zinc-600\/70:active {
  border-bottom-color: rgb(82 82 91 / 0.7);
}

.active\:border-b-zinc-600\/75:active {
  border-bottom-color: rgb(82 82 91 / 0.75);
}

.active\:border-b-zinc-600\/80:active {
  border-bottom-color: rgb(82 82 91 / 0.8);
}

.active\:border-b-zinc-600\/90:active {
  border-bottom-color: rgb(82 82 91 / 0.9);
}

.active\:border-b-zinc-600\/95:active {
  border-bottom-color: rgb(82 82 91 / 0.95);
}

.active\:border-b-zinc-700:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.active\:border-b-zinc-700\/0:active {
  border-bottom-color: rgb(63 63 70 / 0);
}

.active\:border-b-zinc-700\/10:active {
  border-bottom-color: rgb(63 63 70 / 0.1);
}

.active\:border-b-zinc-700\/100:active {
  border-bottom-color: rgb(63 63 70 / 1);
}

.active\:border-b-zinc-700\/20:active {
  border-bottom-color: rgb(63 63 70 / 0.2);
}

.active\:border-b-zinc-700\/25:active {
  border-bottom-color: rgb(63 63 70 / 0.25);
}

.active\:border-b-zinc-700\/30:active {
  border-bottom-color: rgb(63 63 70 / 0.3);
}

.active\:border-b-zinc-700\/40:active {
  border-bottom-color: rgb(63 63 70 / 0.4);
}

.active\:border-b-zinc-700\/5:active {
  border-bottom-color: rgb(63 63 70 / 0.05);
}

.active\:border-b-zinc-700\/50:active {
  border-bottom-color: rgb(63 63 70 / 0.5);
}

.active\:border-b-zinc-700\/60:active {
  border-bottom-color: rgb(63 63 70 / 0.6);
}

.active\:border-b-zinc-700\/70:active {
  border-bottom-color: rgb(63 63 70 / 0.7);
}

.active\:border-b-zinc-700\/75:active {
  border-bottom-color: rgb(63 63 70 / 0.75);
}

.active\:border-b-zinc-700\/80:active {
  border-bottom-color: rgb(63 63 70 / 0.8);
}

.active\:border-b-zinc-700\/90:active {
  border-bottom-color: rgb(63 63 70 / 0.9);
}

.active\:border-b-zinc-700\/95:active {
  border-bottom-color: rgb(63 63 70 / 0.95);
}

.active\:border-b-zinc-800:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(39 39 42 / var(--tw-border-opacity));
}

.active\:border-b-zinc-800\/0:active {
  border-bottom-color: rgb(39 39 42 / 0);
}

.active\:border-b-zinc-800\/10:active {
  border-bottom-color: rgb(39 39 42 / 0.1);
}

.active\:border-b-zinc-800\/100:active {
  border-bottom-color: rgb(39 39 42 / 1);
}

.active\:border-b-zinc-800\/20:active {
  border-bottom-color: rgb(39 39 42 / 0.2);
}

.active\:border-b-zinc-800\/25:active {
  border-bottom-color: rgb(39 39 42 / 0.25);
}

.active\:border-b-zinc-800\/30:active {
  border-bottom-color: rgb(39 39 42 / 0.3);
}

.active\:border-b-zinc-800\/40:active {
  border-bottom-color: rgb(39 39 42 / 0.4);
}

.active\:border-b-zinc-800\/5:active {
  border-bottom-color: rgb(39 39 42 / 0.05);
}

.active\:border-b-zinc-800\/50:active {
  border-bottom-color: rgb(39 39 42 / 0.5);
}

.active\:border-b-zinc-800\/60:active {
  border-bottom-color: rgb(39 39 42 / 0.6);
}

.active\:border-b-zinc-800\/70:active {
  border-bottom-color: rgb(39 39 42 / 0.7);
}

.active\:border-b-zinc-800\/75:active {
  border-bottom-color: rgb(39 39 42 / 0.75);
}

.active\:border-b-zinc-800\/80:active {
  border-bottom-color: rgb(39 39 42 / 0.8);
}

.active\:border-b-zinc-800\/90:active {
  border-bottom-color: rgb(39 39 42 / 0.9);
}

.active\:border-b-zinc-800\/95:active {
  border-bottom-color: rgb(39 39 42 / 0.95);
}

.active\:border-b-zinc-900:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.active\:border-b-zinc-900\/0:active {
  border-bottom-color: rgb(24 24 27 / 0);
}

.active\:border-b-zinc-900\/10:active {
  border-bottom-color: rgb(24 24 27 / 0.1);
}

.active\:border-b-zinc-900\/100:active {
  border-bottom-color: rgb(24 24 27 / 1);
}

.active\:border-b-zinc-900\/20:active {
  border-bottom-color: rgb(24 24 27 / 0.2);
}

.active\:border-b-zinc-900\/25:active {
  border-bottom-color: rgb(24 24 27 / 0.25);
}

.active\:border-b-zinc-900\/30:active {
  border-bottom-color: rgb(24 24 27 / 0.3);
}

.active\:border-b-zinc-900\/40:active {
  border-bottom-color: rgb(24 24 27 / 0.4);
}

.active\:border-b-zinc-900\/5:active {
  border-bottom-color: rgb(24 24 27 / 0.05);
}

.active\:border-b-zinc-900\/50:active {
  border-bottom-color: rgb(24 24 27 / 0.5);
}

.active\:border-b-zinc-900\/60:active {
  border-bottom-color: rgb(24 24 27 / 0.6);
}

.active\:border-b-zinc-900\/70:active {
  border-bottom-color: rgb(24 24 27 / 0.7);
}

.active\:border-b-zinc-900\/75:active {
  border-bottom-color: rgb(24 24 27 / 0.75);
}

.active\:border-b-zinc-900\/80:active {
  border-bottom-color: rgb(24 24 27 / 0.8);
}

.active\:border-b-zinc-900\/90:active {
  border-bottom-color: rgb(24 24 27 / 0.9);
}

.active\:border-b-zinc-900\/95:active {
  border-bottom-color: rgb(24 24 27 / 0.95);
}

.active\:border-b-zinc-950:active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(9 9 11 / var(--tw-border-opacity));
}

.active\:border-b-zinc-950\/0:active {
  border-bottom-color: rgb(9 9 11 / 0);
}

.active\:border-b-zinc-950\/10:active {
  border-bottom-color: rgb(9 9 11 / 0.1);
}

.active\:border-b-zinc-950\/100:active {
  border-bottom-color: rgb(9 9 11 / 1);
}

.active\:border-b-zinc-950\/20:active {
  border-bottom-color: rgb(9 9 11 / 0.2);
}

.active\:border-b-zinc-950\/25:active {
  border-bottom-color: rgb(9 9 11 / 0.25);
}

.active\:border-b-zinc-950\/30:active {
  border-bottom-color: rgb(9 9 11 / 0.3);
}

.active\:border-b-zinc-950\/40:active {
  border-bottom-color: rgb(9 9 11 / 0.4);
}

.active\:border-b-zinc-950\/5:active {
  border-bottom-color: rgb(9 9 11 / 0.05);
}

.active\:border-b-zinc-950\/50:active {
  border-bottom-color: rgb(9 9 11 / 0.5);
}

.active\:border-b-zinc-950\/60:active {
  border-bottom-color: rgb(9 9 11 / 0.6);
}

.active\:border-b-zinc-950\/70:active {
  border-bottom-color: rgb(9 9 11 / 0.7);
}

.active\:border-b-zinc-950\/75:active {
  border-bottom-color: rgb(9 9 11 / 0.75);
}

.active\:border-b-zinc-950\/80:active {
  border-bottom-color: rgb(9 9 11 / 0.8);
}

.active\:border-b-zinc-950\/90:active {
  border-bottom-color: rgb(9 9 11 / 0.9);
}

.active\:border-b-zinc-950\/95:active {
  border-bottom-color: rgb(9 9 11 / 0.95);
}

.active\:border-e-amber-100:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 243 199 / var(--tw-border-opacity));
}

.active\:border-e-amber-100\/0:active {
  border-inline-end-color: rgb(254 243 199 / 0);
}

.active\:border-e-amber-100\/10:active {
  border-inline-end-color: rgb(254 243 199 / 0.1);
}

.active\:border-e-amber-100\/100:active {
  border-inline-end-color: rgb(254 243 199 / 1);
}

.active\:border-e-amber-100\/20:active {
  border-inline-end-color: rgb(254 243 199 / 0.2);
}

.active\:border-e-amber-100\/25:active {
  border-inline-end-color: rgb(254 243 199 / 0.25);
}

.active\:border-e-amber-100\/30:active {
  border-inline-end-color: rgb(254 243 199 / 0.3);
}

.active\:border-e-amber-100\/40:active {
  border-inline-end-color: rgb(254 243 199 / 0.4);
}

.active\:border-e-amber-100\/5:active {
  border-inline-end-color: rgb(254 243 199 / 0.05);
}

.active\:border-e-amber-100\/50:active {
  border-inline-end-color: rgb(254 243 199 / 0.5);
}

.active\:border-e-amber-100\/60:active {
  border-inline-end-color: rgb(254 243 199 / 0.6);
}

.active\:border-e-amber-100\/70:active {
  border-inline-end-color: rgb(254 243 199 / 0.7);
}

.active\:border-e-amber-100\/75:active {
  border-inline-end-color: rgb(254 243 199 / 0.75);
}

.active\:border-e-amber-100\/80:active {
  border-inline-end-color: rgb(254 243 199 / 0.8);
}

.active\:border-e-amber-100\/90:active {
  border-inline-end-color: rgb(254 243 199 / 0.9);
}

.active\:border-e-amber-100\/95:active {
  border-inline-end-color: rgb(254 243 199 / 0.95);
}

.active\:border-e-amber-200:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 230 138 / var(--tw-border-opacity));
}

.active\:border-e-amber-200\/0:active {
  border-inline-end-color: rgb(253 230 138 / 0);
}

.active\:border-e-amber-200\/10:active {
  border-inline-end-color: rgb(253 230 138 / 0.1);
}

.active\:border-e-amber-200\/100:active {
  border-inline-end-color: rgb(253 230 138 / 1);
}

.active\:border-e-amber-200\/20:active {
  border-inline-end-color: rgb(253 230 138 / 0.2);
}

.active\:border-e-amber-200\/25:active {
  border-inline-end-color: rgb(253 230 138 / 0.25);
}

.active\:border-e-amber-200\/30:active {
  border-inline-end-color: rgb(253 230 138 / 0.3);
}

.active\:border-e-amber-200\/40:active {
  border-inline-end-color: rgb(253 230 138 / 0.4);
}

.active\:border-e-amber-200\/5:active {
  border-inline-end-color: rgb(253 230 138 / 0.05);
}

.active\:border-e-amber-200\/50:active {
  border-inline-end-color: rgb(253 230 138 / 0.5);
}

.active\:border-e-amber-200\/60:active {
  border-inline-end-color: rgb(253 230 138 / 0.6);
}

.active\:border-e-amber-200\/70:active {
  border-inline-end-color: rgb(253 230 138 / 0.7);
}

.active\:border-e-amber-200\/75:active {
  border-inline-end-color: rgb(253 230 138 / 0.75);
}

.active\:border-e-amber-200\/80:active {
  border-inline-end-color: rgb(253 230 138 / 0.8);
}

.active\:border-e-amber-200\/90:active {
  border-inline-end-color: rgb(253 230 138 / 0.9);
}

.active\:border-e-amber-200\/95:active {
  border-inline-end-color: rgb(253 230 138 / 0.95);
}

.active\:border-e-amber-300:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(252 211 77 / var(--tw-border-opacity));
}

.active\:border-e-amber-300\/0:active {
  border-inline-end-color: rgb(252 211 77 / 0);
}

.active\:border-e-amber-300\/10:active {
  border-inline-end-color: rgb(252 211 77 / 0.1);
}

.active\:border-e-amber-300\/100:active {
  border-inline-end-color: rgb(252 211 77 / 1);
}

.active\:border-e-amber-300\/20:active {
  border-inline-end-color: rgb(252 211 77 / 0.2);
}

.active\:border-e-amber-300\/25:active {
  border-inline-end-color: rgb(252 211 77 / 0.25);
}

.active\:border-e-amber-300\/30:active {
  border-inline-end-color: rgb(252 211 77 / 0.3);
}

.active\:border-e-amber-300\/40:active {
  border-inline-end-color: rgb(252 211 77 / 0.4);
}

.active\:border-e-amber-300\/5:active {
  border-inline-end-color: rgb(252 211 77 / 0.05);
}

.active\:border-e-amber-300\/50:active {
  border-inline-end-color: rgb(252 211 77 / 0.5);
}

.active\:border-e-amber-300\/60:active {
  border-inline-end-color: rgb(252 211 77 / 0.6);
}

.active\:border-e-amber-300\/70:active {
  border-inline-end-color: rgb(252 211 77 / 0.7);
}

.active\:border-e-amber-300\/75:active {
  border-inline-end-color: rgb(252 211 77 / 0.75);
}

.active\:border-e-amber-300\/80:active {
  border-inline-end-color: rgb(252 211 77 / 0.8);
}

.active\:border-e-amber-300\/90:active {
  border-inline-end-color: rgb(252 211 77 / 0.9);
}

.active\:border-e-amber-300\/95:active {
  border-inline-end-color: rgb(252 211 77 / 0.95);
}

.active\:border-e-amber-400:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(251 191 36 / var(--tw-border-opacity));
}

.active\:border-e-amber-400\/0:active {
  border-inline-end-color: rgb(251 191 36 / 0);
}

.active\:border-e-amber-400\/10:active {
  border-inline-end-color: rgb(251 191 36 / 0.1);
}

.active\:border-e-amber-400\/100:active {
  border-inline-end-color: rgb(251 191 36 / 1);
}

.active\:border-e-amber-400\/20:active {
  border-inline-end-color: rgb(251 191 36 / 0.2);
}

.active\:border-e-amber-400\/25:active {
  border-inline-end-color: rgb(251 191 36 / 0.25);
}

.active\:border-e-amber-400\/30:active {
  border-inline-end-color: rgb(251 191 36 / 0.3);
}

.active\:border-e-amber-400\/40:active {
  border-inline-end-color: rgb(251 191 36 / 0.4);
}

.active\:border-e-amber-400\/5:active {
  border-inline-end-color: rgb(251 191 36 / 0.05);
}

.active\:border-e-amber-400\/50:active {
  border-inline-end-color: rgb(251 191 36 / 0.5);
}

.active\:border-e-amber-400\/60:active {
  border-inline-end-color: rgb(251 191 36 / 0.6);
}

.active\:border-e-amber-400\/70:active {
  border-inline-end-color: rgb(251 191 36 / 0.7);
}

.active\:border-e-amber-400\/75:active {
  border-inline-end-color: rgb(251 191 36 / 0.75);
}

.active\:border-e-amber-400\/80:active {
  border-inline-end-color: rgb(251 191 36 / 0.8);
}

.active\:border-e-amber-400\/90:active {
  border-inline-end-color: rgb(251 191 36 / 0.9);
}

.active\:border-e-amber-400\/95:active {
  border-inline-end-color: rgb(251 191 36 / 0.95);
}

.active\:border-e-amber-50:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.active\:border-e-amber-50\/0:active {
  border-inline-end-color: rgb(255 251 235 / 0);
}

.active\:border-e-amber-50\/10:active {
  border-inline-end-color: rgb(255 251 235 / 0.1);
}

.active\:border-e-amber-50\/100:active {
  border-inline-end-color: rgb(255 251 235 / 1);
}

.active\:border-e-amber-50\/20:active {
  border-inline-end-color: rgb(255 251 235 / 0.2);
}

.active\:border-e-amber-50\/25:active {
  border-inline-end-color: rgb(255 251 235 / 0.25);
}

.active\:border-e-amber-50\/30:active {
  border-inline-end-color: rgb(255 251 235 / 0.3);
}

.active\:border-e-amber-50\/40:active {
  border-inline-end-color: rgb(255 251 235 / 0.4);
}

.active\:border-e-amber-50\/5:active {
  border-inline-end-color: rgb(255 251 235 / 0.05);
}

.active\:border-e-amber-50\/50:active {
  border-inline-end-color: rgb(255 251 235 / 0.5);
}

.active\:border-e-amber-50\/60:active {
  border-inline-end-color: rgb(255 251 235 / 0.6);
}

.active\:border-e-amber-50\/70:active {
  border-inline-end-color: rgb(255 251 235 / 0.7);
}

.active\:border-e-amber-50\/75:active {
  border-inline-end-color: rgb(255 251 235 / 0.75);
}

.active\:border-e-amber-50\/80:active {
  border-inline-end-color: rgb(255 251 235 / 0.8);
}

.active\:border-e-amber-50\/90:active {
  border-inline-end-color: rgb(255 251 235 / 0.9);
}

.active\:border-e-amber-50\/95:active {
  border-inline-end-color: rgb(255 251 235 / 0.95);
}

.active\:border-e-amber-500:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 158 11 / var(--tw-border-opacity));
}

.active\:border-e-amber-500\/0:active {
  border-inline-end-color: rgb(245 158 11 / 0);
}

.active\:border-e-amber-500\/10:active {
  border-inline-end-color: rgb(245 158 11 / 0.1);
}

.active\:border-e-amber-500\/100:active {
  border-inline-end-color: rgb(245 158 11 / 1);
}

.active\:border-e-amber-500\/20:active {
  border-inline-end-color: rgb(245 158 11 / 0.2);
}

.active\:border-e-amber-500\/25:active {
  border-inline-end-color: rgb(245 158 11 / 0.25);
}

.active\:border-e-amber-500\/30:active {
  border-inline-end-color: rgb(245 158 11 / 0.3);
}

.active\:border-e-amber-500\/40:active {
  border-inline-end-color: rgb(245 158 11 / 0.4);
}

.active\:border-e-amber-500\/5:active {
  border-inline-end-color: rgb(245 158 11 / 0.05);
}

.active\:border-e-amber-500\/50:active {
  border-inline-end-color: rgb(245 158 11 / 0.5);
}

.active\:border-e-amber-500\/60:active {
  border-inline-end-color: rgb(245 158 11 / 0.6);
}

.active\:border-e-amber-500\/70:active {
  border-inline-end-color: rgb(245 158 11 / 0.7);
}

.active\:border-e-amber-500\/75:active {
  border-inline-end-color: rgb(245 158 11 / 0.75);
}

.active\:border-e-amber-500\/80:active {
  border-inline-end-color: rgb(245 158 11 / 0.8);
}

.active\:border-e-amber-500\/90:active {
  border-inline-end-color: rgb(245 158 11 / 0.9);
}

.active\:border-e-amber-500\/95:active {
  border-inline-end-color: rgb(245 158 11 / 0.95);
}

.active\:border-e-amber-600:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(217 119 6 / var(--tw-border-opacity));
}

.active\:border-e-amber-600\/0:active {
  border-inline-end-color: rgb(217 119 6 / 0);
}

.active\:border-e-amber-600\/10:active {
  border-inline-end-color: rgb(217 119 6 / 0.1);
}

.active\:border-e-amber-600\/100:active {
  border-inline-end-color: rgb(217 119 6 / 1);
}

.active\:border-e-amber-600\/20:active {
  border-inline-end-color: rgb(217 119 6 / 0.2);
}

.active\:border-e-amber-600\/25:active {
  border-inline-end-color: rgb(217 119 6 / 0.25);
}

.active\:border-e-amber-600\/30:active {
  border-inline-end-color: rgb(217 119 6 / 0.3);
}

.active\:border-e-amber-600\/40:active {
  border-inline-end-color: rgb(217 119 6 / 0.4);
}

.active\:border-e-amber-600\/5:active {
  border-inline-end-color: rgb(217 119 6 / 0.05);
}

.active\:border-e-amber-600\/50:active {
  border-inline-end-color: rgb(217 119 6 / 0.5);
}

.active\:border-e-amber-600\/60:active {
  border-inline-end-color: rgb(217 119 6 / 0.6);
}

.active\:border-e-amber-600\/70:active {
  border-inline-end-color: rgb(217 119 6 / 0.7);
}

.active\:border-e-amber-600\/75:active {
  border-inline-end-color: rgb(217 119 6 / 0.75);
}

.active\:border-e-amber-600\/80:active {
  border-inline-end-color: rgb(217 119 6 / 0.8);
}

.active\:border-e-amber-600\/90:active {
  border-inline-end-color: rgb(217 119 6 / 0.9);
}

.active\:border-e-amber-600\/95:active {
  border-inline-end-color: rgb(217 119 6 / 0.95);
}

.active\:border-e-amber-700:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(180 83 9 / var(--tw-border-opacity));
}

.active\:border-e-amber-700\/0:active {
  border-inline-end-color: rgb(180 83 9 / 0);
}

.active\:border-e-amber-700\/10:active {
  border-inline-end-color: rgb(180 83 9 / 0.1);
}

.active\:border-e-amber-700\/100:active {
  border-inline-end-color: rgb(180 83 9 / 1);
}

.active\:border-e-amber-700\/20:active {
  border-inline-end-color: rgb(180 83 9 / 0.2);
}

.active\:border-e-amber-700\/25:active {
  border-inline-end-color: rgb(180 83 9 / 0.25);
}

.active\:border-e-amber-700\/30:active {
  border-inline-end-color: rgb(180 83 9 / 0.3);
}

.active\:border-e-amber-700\/40:active {
  border-inline-end-color: rgb(180 83 9 / 0.4);
}

.active\:border-e-amber-700\/5:active {
  border-inline-end-color: rgb(180 83 9 / 0.05);
}

.active\:border-e-amber-700\/50:active {
  border-inline-end-color: rgb(180 83 9 / 0.5);
}

.active\:border-e-amber-700\/60:active {
  border-inline-end-color: rgb(180 83 9 / 0.6);
}

.active\:border-e-amber-700\/70:active {
  border-inline-end-color: rgb(180 83 9 / 0.7);
}

.active\:border-e-amber-700\/75:active {
  border-inline-end-color: rgb(180 83 9 / 0.75);
}

.active\:border-e-amber-700\/80:active {
  border-inline-end-color: rgb(180 83 9 / 0.8);
}

.active\:border-e-amber-700\/90:active {
  border-inline-end-color: rgb(180 83 9 / 0.9);
}

.active\:border-e-amber-700\/95:active {
  border-inline-end-color: rgb(180 83 9 / 0.95);
}

.active\:border-e-amber-800:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(146 64 14 / var(--tw-border-opacity));
}

.active\:border-e-amber-800\/0:active {
  border-inline-end-color: rgb(146 64 14 / 0);
}

.active\:border-e-amber-800\/10:active {
  border-inline-end-color: rgb(146 64 14 / 0.1);
}

.active\:border-e-amber-800\/100:active {
  border-inline-end-color: rgb(146 64 14 / 1);
}

.active\:border-e-amber-800\/20:active {
  border-inline-end-color: rgb(146 64 14 / 0.2);
}

.active\:border-e-amber-800\/25:active {
  border-inline-end-color: rgb(146 64 14 / 0.25);
}

.active\:border-e-amber-800\/30:active {
  border-inline-end-color: rgb(146 64 14 / 0.3);
}

.active\:border-e-amber-800\/40:active {
  border-inline-end-color: rgb(146 64 14 / 0.4);
}

.active\:border-e-amber-800\/5:active {
  border-inline-end-color: rgb(146 64 14 / 0.05);
}

.active\:border-e-amber-800\/50:active {
  border-inline-end-color: rgb(146 64 14 / 0.5);
}

.active\:border-e-amber-800\/60:active {
  border-inline-end-color: rgb(146 64 14 / 0.6);
}

.active\:border-e-amber-800\/70:active {
  border-inline-end-color: rgb(146 64 14 / 0.7);
}

.active\:border-e-amber-800\/75:active {
  border-inline-end-color: rgb(146 64 14 / 0.75);
}

.active\:border-e-amber-800\/80:active {
  border-inline-end-color: rgb(146 64 14 / 0.8);
}

.active\:border-e-amber-800\/90:active {
  border-inline-end-color: rgb(146 64 14 / 0.9);
}

.active\:border-e-amber-800\/95:active {
  border-inline-end-color: rgb(146 64 14 / 0.95);
}

.active\:border-e-amber-900:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(120 53 15 / var(--tw-border-opacity));
}

.active\:border-e-amber-900\/0:active {
  border-inline-end-color: rgb(120 53 15 / 0);
}

.active\:border-e-amber-900\/10:active {
  border-inline-end-color: rgb(120 53 15 / 0.1);
}

.active\:border-e-amber-900\/100:active {
  border-inline-end-color: rgb(120 53 15 / 1);
}

.active\:border-e-amber-900\/20:active {
  border-inline-end-color: rgb(120 53 15 / 0.2);
}

.active\:border-e-amber-900\/25:active {
  border-inline-end-color: rgb(120 53 15 / 0.25);
}

.active\:border-e-amber-900\/30:active {
  border-inline-end-color: rgb(120 53 15 / 0.3);
}

.active\:border-e-amber-900\/40:active {
  border-inline-end-color: rgb(120 53 15 / 0.4);
}

.active\:border-e-amber-900\/5:active {
  border-inline-end-color: rgb(120 53 15 / 0.05);
}

.active\:border-e-amber-900\/50:active {
  border-inline-end-color: rgb(120 53 15 / 0.5);
}

.active\:border-e-amber-900\/60:active {
  border-inline-end-color: rgb(120 53 15 / 0.6);
}

.active\:border-e-amber-900\/70:active {
  border-inline-end-color: rgb(120 53 15 / 0.7);
}

.active\:border-e-amber-900\/75:active {
  border-inline-end-color: rgb(120 53 15 / 0.75);
}

.active\:border-e-amber-900\/80:active {
  border-inline-end-color: rgb(120 53 15 / 0.8);
}

.active\:border-e-amber-900\/90:active {
  border-inline-end-color: rgb(120 53 15 / 0.9);
}

.active\:border-e-amber-900\/95:active {
  border-inline-end-color: rgb(120 53 15 / 0.95);
}

.active\:border-e-amber-950:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(69 26 3 / var(--tw-border-opacity));
}

.active\:border-e-amber-950\/0:active {
  border-inline-end-color: rgb(69 26 3 / 0);
}

.active\:border-e-amber-950\/10:active {
  border-inline-end-color: rgb(69 26 3 / 0.1);
}

.active\:border-e-amber-950\/100:active {
  border-inline-end-color: rgb(69 26 3 / 1);
}

.active\:border-e-amber-950\/20:active {
  border-inline-end-color: rgb(69 26 3 / 0.2);
}

.active\:border-e-amber-950\/25:active {
  border-inline-end-color: rgb(69 26 3 / 0.25);
}

.active\:border-e-amber-950\/30:active {
  border-inline-end-color: rgb(69 26 3 / 0.3);
}

.active\:border-e-amber-950\/40:active {
  border-inline-end-color: rgb(69 26 3 / 0.4);
}

.active\:border-e-amber-950\/5:active {
  border-inline-end-color: rgb(69 26 3 / 0.05);
}

.active\:border-e-amber-950\/50:active {
  border-inline-end-color: rgb(69 26 3 / 0.5);
}

.active\:border-e-amber-950\/60:active {
  border-inline-end-color: rgb(69 26 3 / 0.6);
}

.active\:border-e-amber-950\/70:active {
  border-inline-end-color: rgb(69 26 3 / 0.7);
}

.active\:border-e-amber-950\/75:active {
  border-inline-end-color: rgb(69 26 3 / 0.75);
}

.active\:border-e-amber-950\/80:active {
  border-inline-end-color: rgb(69 26 3 / 0.8);
}

.active\:border-e-amber-950\/90:active {
  border-inline-end-color: rgb(69 26 3 / 0.9);
}

.active\:border-e-amber-950\/95:active {
  border-inline-end-color: rgb(69 26 3 / 0.95);
}

.active\:border-e-black:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.active\:border-e-black\/0:active {
  border-inline-end-color: rgb(0 0 0 / 0);
}

.active\:border-e-black\/10:active {
  border-inline-end-color: rgb(0 0 0 / 0.1);
}

.active\:border-e-black\/100:active {
  border-inline-end-color: rgb(0 0 0 / 1);
}

.active\:border-e-black\/20:active {
  border-inline-end-color: rgb(0 0 0 / 0.2);
}

.active\:border-e-black\/25:active {
  border-inline-end-color: rgb(0 0 0 / 0.25);
}

.active\:border-e-black\/30:active {
  border-inline-end-color: rgb(0 0 0 / 0.3);
}

.active\:border-e-black\/40:active {
  border-inline-end-color: rgb(0 0 0 / 0.4);
}

.active\:border-e-black\/5:active {
  border-inline-end-color: rgb(0 0 0 / 0.05);
}

.active\:border-e-black\/50:active {
  border-inline-end-color: rgb(0 0 0 / 0.5);
}

.active\:border-e-black\/60:active {
  border-inline-end-color: rgb(0 0 0 / 0.6);
}

.active\:border-e-black\/70:active {
  border-inline-end-color: rgb(0 0 0 / 0.7);
}

.active\:border-e-black\/75:active {
  border-inline-end-color: rgb(0 0 0 / 0.75);
}

.active\:border-e-black\/80:active {
  border-inline-end-color: rgb(0 0 0 / 0.8);
}

.active\:border-e-black\/90:active {
  border-inline-end-color: rgb(0 0 0 / 0.9);
}

.active\:border-e-black\/95:active {
  border-inline-end-color: rgb(0 0 0 / 0.95);
}

.active\:border-e-blue-100:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(219 234 254 / var(--tw-border-opacity));
}

.active\:border-e-blue-100\/0:active {
  border-inline-end-color: rgb(219 234 254 / 0);
}

.active\:border-e-blue-100\/10:active {
  border-inline-end-color: rgb(219 234 254 / 0.1);
}

.active\:border-e-blue-100\/100:active {
  border-inline-end-color: rgb(219 234 254 / 1);
}

.active\:border-e-blue-100\/20:active {
  border-inline-end-color: rgb(219 234 254 / 0.2);
}

.active\:border-e-blue-100\/25:active {
  border-inline-end-color: rgb(219 234 254 / 0.25);
}

.active\:border-e-blue-100\/30:active {
  border-inline-end-color: rgb(219 234 254 / 0.3);
}

.active\:border-e-blue-100\/40:active {
  border-inline-end-color: rgb(219 234 254 / 0.4);
}

.active\:border-e-blue-100\/5:active {
  border-inline-end-color: rgb(219 234 254 / 0.05);
}

.active\:border-e-blue-100\/50:active {
  border-inline-end-color: rgb(219 234 254 / 0.5);
}

.active\:border-e-blue-100\/60:active {
  border-inline-end-color: rgb(219 234 254 / 0.6);
}

.active\:border-e-blue-100\/70:active {
  border-inline-end-color: rgb(219 234 254 / 0.7);
}

.active\:border-e-blue-100\/75:active {
  border-inline-end-color: rgb(219 234 254 / 0.75);
}

.active\:border-e-blue-100\/80:active {
  border-inline-end-color: rgb(219 234 254 / 0.8);
}

.active\:border-e-blue-100\/90:active {
  border-inline-end-color: rgb(219 234 254 / 0.9);
}

.active\:border-e-blue-100\/95:active {
  border-inline-end-color: rgb(219 234 254 / 0.95);
}

.active\:border-e-blue-200:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.active\:border-e-blue-200\/0:active {
  border-inline-end-color: rgb(191 219 254 / 0);
}

.active\:border-e-blue-200\/10:active {
  border-inline-end-color: rgb(191 219 254 / 0.1);
}

.active\:border-e-blue-200\/100:active {
  border-inline-end-color: rgb(191 219 254 / 1);
}

.active\:border-e-blue-200\/20:active {
  border-inline-end-color: rgb(191 219 254 / 0.2);
}

.active\:border-e-blue-200\/25:active {
  border-inline-end-color: rgb(191 219 254 / 0.25);
}

.active\:border-e-blue-200\/30:active {
  border-inline-end-color: rgb(191 219 254 / 0.3);
}

.active\:border-e-blue-200\/40:active {
  border-inline-end-color: rgb(191 219 254 / 0.4);
}

.active\:border-e-blue-200\/5:active {
  border-inline-end-color: rgb(191 219 254 / 0.05);
}

.active\:border-e-blue-200\/50:active {
  border-inline-end-color: rgb(191 219 254 / 0.5);
}

.active\:border-e-blue-200\/60:active {
  border-inline-end-color: rgb(191 219 254 / 0.6);
}

.active\:border-e-blue-200\/70:active {
  border-inline-end-color: rgb(191 219 254 / 0.7);
}

.active\:border-e-blue-200\/75:active {
  border-inline-end-color: rgb(191 219 254 / 0.75);
}

.active\:border-e-blue-200\/80:active {
  border-inline-end-color: rgb(191 219 254 / 0.8);
}

.active\:border-e-blue-200\/90:active {
  border-inline-end-color: rgb(191 219 254 / 0.9);
}

.active\:border-e-blue-200\/95:active {
  border-inline-end-color: rgb(191 219 254 / 0.95);
}

.active\:border-e-blue-300:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.active\:border-e-blue-300\/0:active {
  border-inline-end-color: rgb(147 197 253 / 0);
}

.active\:border-e-blue-300\/10:active {
  border-inline-end-color: rgb(147 197 253 / 0.1);
}

.active\:border-e-blue-300\/100:active {
  border-inline-end-color: rgb(147 197 253 / 1);
}

.active\:border-e-blue-300\/20:active {
  border-inline-end-color: rgb(147 197 253 / 0.2);
}

.active\:border-e-blue-300\/25:active {
  border-inline-end-color: rgb(147 197 253 / 0.25);
}

.active\:border-e-blue-300\/30:active {
  border-inline-end-color: rgb(147 197 253 / 0.3);
}

.active\:border-e-blue-300\/40:active {
  border-inline-end-color: rgb(147 197 253 / 0.4);
}

.active\:border-e-blue-300\/5:active {
  border-inline-end-color: rgb(147 197 253 / 0.05);
}

.active\:border-e-blue-300\/50:active {
  border-inline-end-color: rgb(147 197 253 / 0.5);
}

.active\:border-e-blue-300\/60:active {
  border-inline-end-color: rgb(147 197 253 / 0.6);
}

.active\:border-e-blue-300\/70:active {
  border-inline-end-color: rgb(147 197 253 / 0.7);
}

.active\:border-e-blue-300\/75:active {
  border-inline-end-color: rgb(147 197 253 / 0.75);
}

.active\:border-e-blue-300\/80:active {
  border-inline-end-color: rgb(147 197 253 / 0.8);
}

.active\:border-e-blue-300\/90:active {
  border-inline-end-color: rgb(147 197 253 / 0.9);
}

.active\:border-e-blue-300\/95:active {
  border-inline-end-color: rgb(147 197 253 / 0.95);
}

.active\:border-e-blue-400:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.active\:border-e-blue-400\/0:active {
  border-inline-end-color: rgb(96 165 250 / 0);
}

.active\:border-e-blue-400\/10:active {
  border-inline-end-color: rgb(96 165 250 / 0.1);
}

.active\:border-e-blue-400\/100:active {
  border-inline-end-color: rgb(96 165 250 / 1);
}

.active\:border-e-blue-400\/20:active {
  border-inline-end-color: rgb(96 165 250 / 0.2);
}

.active\:border-e-blue-400\/25:active {
  border-inline-end-color: rgb(96 165 250 / 0.25);
}

.active\:border-e-blue-400\/30:active {
  border-inline-end-color: rgb(96 165 250 / 0.3);
}

.active\:border-e-blue-400\/40:active {
  border-inline-end-color: rgb(96 165 250 / 0.4);
}

.active\:border-e-blue-400\/5:active {
  border-inline-end-color: rgb(96 165 250 / 0.05);
}

.active\:border-e-blue-400\/50:active {
  border-inline-end-color: rgb(96 165 250 / 0.5);
}

.active\:border-e-blue-400\/60:active {
  border-inline-end-color: rgb(96 165 250 / 0.6);
}

.active\:border-e-blue-400\/70:active {
  border-inline-end-color: rgb(96 165 250 / 0.7);
}

.active\:border-e-blue-400\/75:active {
  border-inline-end-color: rgb(96 165 250 / 0.75);
}

.active\:border-e-blue-400\/80:active {
  border-inline-end-color: rgb(96 165 250 / 0.8);
}

.active\:border-e-blue-400\/90:active {
  border-inline-end-color: rgb(96 165 250 / 0.9);
}

.active\:border-e-blue-400\/95:active {
  border-inline-end-color: rgb(96 165 250 / 0.95);
}

.active\:border-e-blue-50:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(239 246 255 / var(--tw-border-opacity));
}

.active\:border-e-blue-50\/0:active {
  border-inline-end-color: rgb(239 246 255 / 0);
}

.active\:border-e-blue-50\/10:active {
  border-inline-end-color: rgb(239 246 255 / 0.1);
}

.active\:border-e-blue-50\/100:active {
  border-inline-end-color: rgb(239 246 255 / 1);
}

.active\:border-e-blue-50\/20:active {
  border-inline-end-color: rgb(239 246 255 / 0.2);
}

.active\:border-e-blue-50\/25:active {
  border-inline-end-color: rgb(239 246 255 / 0.25);
}

.active\:border-e-blue-50\/30:active {
  border-inline-end-color: rgb(239 246 255 / 0.3);
}

.active\:border-e-blue-50\/40:active {
  border-inline-end-color: rgb(239 246 255 / 0.4);
}

.active\:border-e-blue-50\/5:active {
  border-inline-end-color: rgb(239 246 255 / 0.05);
}

.active\:border-e-blue-50\/50:active {
  border-inline-end-color: rgb(239 246 255 / 0.5);
}

.active\:border-e-blue-50\/60:active {
  border-inline-end-color: rgb(239 246 255 / 0.6);
}

.active\:border-e-blue-50\/70:active {
  border-inline-end-color: rgb(239 246 255 / 0.7);
}

.active\:border-e-blue-50\/75:active {
  border-inline-end-color: rgb(239 246 255 / 0.75);
}

.active\:border-e-blue-50\/80:active {
  border-inline-end-color: rgb(239 246 255 / 0.8);
}

.active\:border-e-blue-50\/90:active {
  border-inline-end-color: rgb(239 246 255 / 0.9);
}

.active\:border-e-blue-50\/95:active {
  border-inline-end-color: rgb(239 246 255 / 0.95);
}

.active\:border-e-blue-500:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.active\:border-e-blue-500\/0:active {
  border-inline-end-color: rgb(59 130 246 / 0);
}

.active\:border-e-blue-500\/10:active {
  border-inline-end-color: rgb(59 130 246 / 0.1);
}

.active\:border-e-blue-500\/100:active {
  border-inline-end-color: rgb(59 130 246 / 1);
}

.active\:border-e-blue-500\/20:active {
  border-inline-end-color: rgb(59 130 246 / 0.2);
}

.active\:border-e-blue-500\/25:active {
  border-inline-end-color: rgb(59 130 246 / 0.25);
}

.active\:border-e-blue-500\/30:active {
  border-inline-end-color: rgb(59 130 246 / 0.3);
}

.active\:border-e-blue-500\/40:active {
  border-inline-end-color: rgb(59 130 246 / 0.4);
}

.active\:border-e-blue-500\/5:active {
  border-inline-end-color: rgb(59 130 246 / 0.05);
}

.active\:border-e-blue-500\/50:active {
  border-inline-end-color: rgb(59 130 246 / 0.5);
}

.active\:border-e-blue-500\/60:active {
  border-inline-end-color: rgb(59 130 246 / 0.6);
}

.active\:border-e-blue-500\/70:active {
  border-inline-end-color: rgb(59 130 246 / 0.7);
}

.active\:border-e-blue-500\/75:active {
  border-inline-end-color: rgb(59 130 246 / 0.75);
}

.active\:border-e-blue-500\/80:active {
  border-inline-end-color: rgb(59 130 246 / 0.8);
}

.active\:border-e-blue-500\/90:active {
  border-inline-end-color: rgb(59 130 246 / 0.9);
}

.active\:border-e-blue-500\/95:active {
  border-inline-end-color: rgb(59 130 246 / 0.95);
}

.active\:border-e-blue-600:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.active\:border-e-blue-600\/0:active {
  border-inline-end-color: rgb(37 99 235 / 0);
}

.active\:border-e-blue-600\/10:active {
  border-inline-end-color: rgb(37 99 235 / 0.1);
}

.active\:border-e-blue-600\/100:active {
  border-inline-end-color: rgb(37 99 235 / 1);
}

.active\:border-e-blue-600\/20:active {
  border-inline-end-color: rgb(37 99 235 / 0.2);
}

.active\:border-e-blue-600\/25:active {
  border-inline-end-color: rgb(37 99 235 / 0.25);
}

.active\:border-e-blue-600\/30:active {
  border-inline-end-color: rgb(37 99 235 / 0.3);
}

.active\:border-e-blue-600\/40:active {
  border-inline-end-color: rgb(37 99 235 / 0.4);
}

.active\:border-e-blue-600\/5:active {
  border-inline-end-color: rgb(37 99 235 / 0.05);
}

.active\:border-e-blue-600\/50:active {
  border-inline-end-color: rgb(37 99 235 / 0.5);
}

.active\:border-e-blue-600\/60:active {
  border-inline-end-color: rgb(37 99 235 / 0.6);
}

.active\:border-e-blue-600\/70:active {
  border-inline-end-color: rgb(37 99 235 / 0.7);
}

.active\:border-e-blue-600\/75:active {
  border-inline-end-color: rgb(37 99 235 / 0.75);
}

.active\:border-e-blue-600\/80:active {
  border-inline-end-color: rgb(37 99 235 / 0.8);
}

.active\:border-e-blue-600\/90:active {
  border-inline-end-color: rgb(37 99 235 / 0.9);
}

.active\:border-e-blue-600\/95:active {
  border-inline-end-color: rgb(37 99 235 / 0.95);
}

.active\:border-e-blue-700:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.active\:border-e-blue-700\/0:active {
  border-inline-end-color: rgb(29 78 216 / 0);
}

.active\:border-e-blue-700\/10:active {
  border-inline-end-color: rgb(29 78 216 / 0.1);
}

.active\:border-e-blue-700\/100:active {
  border-inline-end-color: rgb(29 78 216 / 1);
}

.active\:border-e-blue-700\/20:active {
  border-inline-end-color: rgb(29 78 216 / 0.2);
}

.active\:border-e-blue-700\/25:active {
  border-inline-end-color: rgb(29 78 216 / 0.25);
}

.active\:border-e-blue-700\/30:active {
  border-inline-end-color: rgb(29 78 216 / 0.3);
}

.active\:border-e-blue-700\/40:active {
  border-inline-end-color: rgb(29 78 216 / 0.4);
}

.active\:border-e-blue-700\/5:active {
  border-inline-end-color: rgb(29 78 216 / 0.05);
}

.active\:border-e-blue-700\/50:active {
  border-inline-end-color: rgb(29 78 216 / 0.5);
}

.active\:border-e-blue-700\/60:active {
  border-inline-end-color: rgb(29 78 216 / 0.6);
}

.active\:border-e-blue-700\/70:active {
  border-inline-end-color: rgb(29 78 216 / 0.7);
}

.active\:border-e-blue-700\/75:active {
  border-inline-end-color: rgb(29 78 216 / 0.75);
}

.active\:border-e-blue-700\/80:active {
  border-inline-end-color: rgb(29 78 216 / 0.8);
}

.active\:border-e-blue-700\/90:active {
  border-inline-end-color: rgb(29 78 216 / 0.9);
}

.active\:border-e-blue-700\/95:active {
  border-inline-end-color: rgb(29 78 216 / 0.95);
}

.active\:border-e-blue-800:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.active\:border-e-blue-800\/0:active {
  border-inline-end-color: rgb(30 64 175 / 0);
}

.active\:border-e-blue-800\/10:active {
  border-inline-end-color: rgb(30 64 175 / 0.1);
}

.active\:border-e-blue-800\/100:active {
  border-inline-end-color: rgb(30 64 175 / 1);
}

.active\:border-e-blue-800\/20:active {
  border-inline-end-color: rgb(30 64 175 / 0.2);
}

.active\:border-e-blue-800\/25:active {
  border-inline-end-color: rgb(30 64 175 / 0.25);
}

.active\:border-e-blue-800\/30:active {
  border-inline-end-color: rgb(30 64 175 / 0.3);
}

.active\:border-e-blue-800\/40:active {
  border-inline-end-color: rgb(30 64 175 / 0.4);
}

.active\:border-e-blue-800\/5:active {
  border-inline-end-color: rgb(30 64 175 / 0.05);
}

.active\:border-e-blue-800\/50:active {
  border-inline-end-color: rgb(30 64 175 / 0.5);
}

.active\:border-e-blue-800\/60:active {
  border-inline-end-color: rgb(30 64 175 / 0.6);
}

.active\:border-e-blue-800\/70:active {
  border-inline-end-color: rgb(30 64 175 / 0.7);
}

.active\:border-e-blue-800\/75:active {
  border-inline-end-color: rgb(30 64 175 / 0.75);
}

.active\:border-e-blue-800\/80:active {
  border-inline-end-color: rgb(30 64 175 / 0.8);
}

.active\:border-e-blue-800\/90:active {
  border-inline-end-color: rgb(30 64 175 / 0.9);
}

.active\:border-e-blue-800\/95:active {
  border-inline-end-color: rgb(30 64 175 / 0.95);
}

.active\:border-e-blue-900:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.active\:border-e-blue-900\/0:active {
  border-inline-end-color: rgb(30 58 138 / 0);
}

.active\:border-e-blue-900\/10:active {
  border-inline-end-color: rgb(30 58 138 / 0.1);
}

.active\:border-e-blue-900\/100:active {
  border-inline-end-color: rgb(30 58 138 / 1);
}

.active\:border-e-blue-900\/20:active {
  border-inline-end-color: rgb(30 58 138 / 0.2);
}

.active\:border-e-blue-900\/25:active {
  border-inline-end-color: rgb(30 58 138 / 0.25);
}

.active\:border-e-blue-900\/30:active {
  border-inline-end-color: rgb(30 58 138 / 0.3);
}

.active\:border-e-blue-900\/40:active {
  border-inline-end-color: rgb(30 58 138 / 0.4);
}

.active\:border-e-blue-900\/5:active {
  border-inline-end-color: rgb(30 58 138 / 0.05);
}

.active\:border-e-blue-900\/50:active {
  border-inline-end-color: rgb(30 58 138 / 0.5);
}

.active\:border-e-blue-900\/60:active {
  border-inline-end-color: rgb(30 58 138 / 0.6);
}

.active\:border-e-blue-900\/70:active {
  border-inline-end-color: rgb(30 58 138 / 0.7);
}

.active\:border-e-blue-900\/75:active {
  border-inline-end-color: rgb(30 58 138 / 0.75);
}

.active\:border-e-blue-900\/80:active {
  border-inline-end-color: rgb(30 58 138 / 0.8);
}

.active\:border-e-blue-900\/90:active {
  border-inline-end-color: rgb(30 58 138 / 0.9);
}

.active\:border-e-blue-900\/95:active {
  border-inline-end-color: rgb(30 58 138 / 0.95);
}

.active\:border-e-blue-950:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(23 37 84 / var(--tw-border-opacity));
}

.active\:border-e-blue-950\/0:active {
  border-inline-end-color: rgb(23 37 84 / 0);
}

.active\:border-e-blue-950\/10:active {
  border-inline-end-color: rgb(23 37 84 / 0.1);
}

.active\:border-e-blue-950\/100:active {
  border-inline-end-color: rgb(23 37 84 / 1);
}

.active\:border-e-blue-950\/20:active {
  border-inline-end-color: rgb(23 37 84 / 0.2);
}

.active\:border-e-blue-950\/25:active {
  border-inline-end-color: rgb(23 37 84 / 0.25);
}

.active\:border-e-blue-950\/30:active {
  border-inline-end-color: rgb(23 37 84 / 0.3);
}

.active\:border-e-blue-950\/40:active {
  border-inline-end-color: rgb(23 37 84 / 0.4);
}

.active\:border-e-blue-950\/5:active {
  border-inline-end-color: rgb(23 37 84 / 0.05);
}

.active\:border-e-blue-950\/50:active {
  border-inline-end-color: rgb(23 37 84 / 0.5);
}

.active\:border-e-blue-950\/60:active {
  border-inline-end-color: rgb(23 37 84 / 0.6);
}

.active\:border-e-blue-950\/70:active {
  border-inline-end-color: rgb(23 37 84 / 0.7);
}

.active\:border-e-blue-950\/75:active {
  border-inline-end-color: rgb(23 37 84 / 0.75);
}

.active\:border-e-blue-950\/80:active {
  border-inline-end-color: rgb(23 37 84 / 0.8);
}

.active\:border-e-blue-950\/90:active {
  border-inline-end-color: rgb(23 37 84 / 0.9);
}

.active\:border-e-blue-950\/95:active {
  border-inline-end-color: rgb(23 37 84 / 0.95);
}

.active\:border-e-brand-100:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(230 239 246 / var(--tw-border-opacity));
}

.active\:border-e-brand-100\/0:active {
  border-inline-end-color: rgb(230 239 246 / 0);
}

.active\:border-e-brand-100\/10:active {
  border-inline-end-color: rgb(230 239 246 / 0.1);
}

.active\:border-e-brand-100\/100:active {
  border-inline-end-color: rgb(230 239 246 / 1);
}

.active\:border-e-brand-100\/20:active {
  border-inline-end-color: rgb(230 239 246 / 0.2);
}

.active\:border-e-brand-100\/25:active {
  border-inline-end-color: rgb(230 239 246 / 0.25);
}

.active\:border-e-brand-100\/30:active {
  border-inline-end-color: rgb(230 239 246 / 0.3);
}

.active\:border-e-brand-100\/40:active {
  border-inline-end-color: rgb(230 239 246 / 0.4);
}

.active\:border-e-brand-100\/5:active {
  border-inline-end-color: rgb(230 239 246 / 0.05);
}

.active\:border-e-brand-100\/50:active {
  border-inline-end-color: rgb(230 239 246 / 0.5);
}

.active\:border-e-brand-100\/60:active {
  border-inline-end-color: rgb(230 239 246 / 0.6);
}

.active\:border-e-brand-100\/70:active {
  border-inline-end-color: rgb(230 239 246 / 0.7);
}

.active\:border-e-brand-100\/75:active {
  border-inline-end-color: rgb(230 239 246 / 0.75);
}

.active\:border-e-brand-100\/80:active {
  border-inline-end-color: rgb(230 239 246 / 0.8);
}

.active\:border-e-brand-100\/90:active {
  border-inline-end-color: rgb(230 239 246 / 0.9);
}

.active\:border-e-brand-100\/95:active {
  border-inline-end-color: rgb(230 239 246 / 0.95);
}

.active\:border-e-brand-200:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(193 215 234 / var(--tw-border-opacity));
}

.active\:border-e-brand-200\/0:active {
  border-inline-end-color: rgb(193 215 234 / 0);
}

.active\:border-e-brand-200\/10:active {
  border-inline-end-color: rgb(193 215 234 / 0.1);
}

.active\:border-e-brand-200\/100:active {
  border-inline-end-color: rgb(193 215 234 / 1);
}

.active\:border-e-brand-200\/20:active {
  border-inline-end-color: rgb(193 215 234 / 0.2);
}

.active\:border-e-brand-200\/25:active {
  border-inline-end-color: rgb(193 215 234 / 0.25);
}

.active\:border-e-brand-200\/30:active {
  border-inline-end-color: rgb(193 215 234 / 0.3);
}

.active\:border-e-brand-200\/40:active {
  border-inline-end-color: rgb(193 215 234 / 0.4);
}

.active\:border-e-brand-200\/5:active {
  border-inline-end-color: rgb(193 215 234 / 0.05);
}

.active\:border-e-brand-200\/50:active {
  border-inline-end-color: rgb(193 215 234 / 0.5);
}

.active\:border-e-brand-200\/60:active {
  border-inline-end-color: rgb(193 215 234 / 0.6);
}

.active\:border-e-brand-200\/70:active {
  border-inline-end-color: rgb(193 215 234 / 0.7);
}

.active\:border-e-brand-200\/75:active {
  border-inline-end-color: rgb(193 215 234 / 0.75);
}

.active\:border-e-brand-200\/80:active {
  border-inline-end-color: rgb(193 215 234 / 0.8);
}

.active\:border-e-brand-200\/90:active {
  border-inline-end-color: rgb(193 215 234 / 0.9);
}

.active\:border-e-brand-200\/95:active {
  border-inline-end-color: rgb(193 215 234 / 0.95);
}

.active\:border-e-brand-300:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(155 190 221 / var(--tw-border-opacity));
}

.active\:border-e-brand-300\/0:active {
  border-inline-end-color: rgb(155 190 221 / 0);
}

.active\:border-e-brand-300\/10:active {
  border-inline-end-color: rgb(155 190 221 / 0.1);
}

.active\:border-e-brand-300\/100:active {
  border-inline-end-color: rgb(155 190 221 / 1);
}

.active\:border-e-brand-300\/20:active {
  border-inline-end-color: rgb(155 190 221 / 0.2);
}

.active\:border-e-brand-300\/25:active {
  border-inline-end-color: rgb(155 190 221 / 0.25);
}

.active\:border-e-brand-300\/30:active {
  border-inline-end-color: rgb(155 190 221 / 0.3);
}

.active\:border-e-brand-300\/40:active {
  border-inline-end-color: rgb(155 190 221 / 0.4);
}

.active\:border-e-brand-300\/5:active {
  border-inline-end-color: rgb(155 190 221 / 0.05);
}

.active\:border-e-brand-300\/50:active {
  border-inline-end-color: rgb(155 190 221 / 0.5);
}

.active\:border-e-brand-300\/60:active {
  border-inline-end-color: rgb(155 190 221 / 0.6);
}

.active\:border-e-brand-300\/70:active {
  border-inline-end-color: rgb(155 190 221 / 0.7);
}

.active\:border-e-brand-300\/75:active {
  border-inline-end-color: rgb(155 190 221 / 0.75);
}

.active\:border-e-brand-300\/80:active {
  border-inline-end-color: rgb(155 190 221 / 0.8);
}

.active\:border-e-brand-300\/90:active {
  border-inline-end-color: rgb(155 190 221 / 0.9);
}

.active\:border-e-brand-300\/95:active {
  border-inline-end-color: rgb(155 190 221 / 0.95);
}

.active\:border-e-brand-400:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(81 142 195 / var(--tw-border-opacity));
}

.active\:border-e-brand-400\/0:active {
  border-inline-end-color: rgb(81 142 195 / 0);
}

.active\:border-e-brand-400\/10:active {
  border-inline-end-color: rgb(81 142 195 / 0.1);
}

.active\:border-e-brand-400\/100:active {
  border-inline-end-color: rgb(81 142 195 / 1);
}

.active\:border-e-brand-400\/20:active {
  border-inline-end-color: rgb(81 142 195 / 0.2);
}

.active\:border-e-brand-400\/25:active {
  border-inline-end-color: rgb(81 142 195 / 0.25);
}

.active\:border-e-brand-400\/30:active {
  border-inline-end-color: rgb(81 142 195 / 0.3);
}

.active\:border-e-brand-400\/40:active {
  border-inline-end-color: rgb(81 142 195 / 0.4);
}

.active\:border-e-brand-400\/5:active {
  border-inline-end-color: rgb(81 142 195 / 0.05);
}

.active\:border-e-brand-400\/50:active {
  border-inline-end-color: rgb(81 142 195 / 0.5);
}

.active\:border-e-brand-400\/60:active {
  border-inline-end-color: rgb(81 142 195 / 0.6);
}

.active\:border-e-brand-400\/70:active {
  border-inline-end-color: rgb(81 142 195 / 0.7);
}

.active\:border-e-brand-400\/75:active {
  border-inline-end-color: rgb(81 142 195 / 0.75);
}

.active\:border-e-brand-400\/80:active {
  border-inline-end-color: rgb(81 142 195 / 0.8);
}

.active\:border-e-brand-400\/90:active {
  border-inline-end-color: rgb(81 142 195 / 0.9);
}

.active\:border-e-brand-400\/95:active {
  border-inline-end-color: rgb(81 142 195 / 0.95);
}

.active\:border-e-brand-50:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(243 247 251 / var(--tw-border-opacity));
}

.active\:border-e-brand-50\/0:active {
  border-inline-end-color: rgb(243 247 251 / 0);
}

.active\:border-e-brand-50\/10:active {
  border-inline-end-color: rgb(243 247 251 / 0.1);
}

.active\:border-e-brand-50\/100:active {
  border-inline-end-color: rgb(243 247 251 / 1);
}

.active\:border-e-brand-50\/20:active {
  border-inline-end-color: rgb(243 247 251 / 0.2);
}

.active\:border-e-brand-50\/25:active {
  border-inline-end-color: rgb(243 247 251 / 0.25);
}

.active\:border-e-brand-50\/30:active {
  border-inline-end-color: rgb(243 247 251 / 0.3);
}

.active\:border-e-brand-50\/40:active {
  border-inline-end-color: rgb(243 247 251 / 0.4);
}

.active\:border-e-brand-50\/5:active {
  border-inline-end-color: rgb(243 247 251 / 0.05);
}

.active\:border-e-brand-50\/50:active {
  border-inline-end-color: rgb(243 247 251 / 0.5);
}

.active\:border-e-brand-50\/60:active {
  border-inline-end-color: rgb(243 247 251 / 0.6);
}

.active\:border-e-brand-50\/70:active {
  border-inline-end-color: rgb(243 247 251 / 0.7);
}

.active\:border-e-brand-50\/75:active {
  border-inline-end-color: rgb(243 247 251 / 0.75);
}

.active\:border-e-brand-50\/80:active {
  border-inline-end-color: rgb(243 247 251 / 0.8);
}

.active\:border-e-brand-50\/90:active {
  border-inline-end-color: rgb(243 247 251 / 0.9);
}

.active\:border-e-brand-50\/95:active {
  border-inline-end-color: rgb(243 247 251 / 0.95);
}

.active\:border-e-brand-500:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(6 93 169 / var(--tw-border-opacity));
}

.active\:border-e-brand-500\/0:active {
  border-inline-end-color: rgb(6 93 169 / 0);
}

.active\:border-e-brand-500\/10:active {
  border-inline-end-color: rgb(6 93 169 / 0.1);
}

.active\:border-e-brand-500\/100:active {
  border-inline-end-color: rgb(6 93 169 / 1);
}

.active\:border-e-brand-500\/20:active {
  border-inline-end-color: rgb(6 93 169 / 0.2);
}

.active\:border-e-brand-500\/25:active {
  border-inline-end-color: rgb(6 93 169 / 0.25);
}

.active\:border-e-brand-500\/30:active {
  border-inline-end-color: rgb(6 93 169 / 0.3);
}

.active\:border-e-brand-500\/40:active {
  border-inline-end-color: rgb(6 93 169 / 0.4);
}

.active\:border-e-brand-500\/5:active {
  border-inline-end-color: rgb(6 93 169 / 0.05);
}

.active\:border-e-brand-500\/50:active {
  border-inline-end-color: rgb(6 93 169 / 0.5);
}

.active\:border-e-brand-500\/60:active {
  border-inline-end-color: rgb(6 93 169 / 0.6);
}

.active\:border-e-brand-500\/70:active {
  border-inline-end-color: rgb(6 93 169 / 0.7);
}

.active\:border-e-brand-500\/75:active {
  border-inline-end-color: rgb(6 93 169 / 0.75);
}

.active\:border-e-brand-500\/80:active {
  border-inline-end-color: rgb(6 93 169 / 0.8);
}

.active\:border-e-brand-500\/90:active {
  border-inline-end-color: rgb(6 93 169 / 0.9);
}

.active\:border-e-brand-500\/95:active {
  border-inline-end-color: rgb(6 93 169 / 0.95);
}

.active\:border-e-brand-600:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(5 84 152 / var(--tw-border-opacity));
}

.active\:border-e-brand-600\/0:active {
  border-inline-end-color: rgb(5 84 152 / 0);
}

.active\:border-e-brand-600\/10:active {
  border-inline-end-color: rgb(5 84 152 / 0.1);
}

.active\:border-e-brand-600\/100:active {
  border-inline-end-color: rgb(5 84 152 / 1);
}

.active\:border-e-brand-600\/20:active {
  border-inline-end-color: rgb(5 84 152 / 0.2);
}

.active\:border-e-brand-600\/25:active {
  border-inline-end-color: rgb(5 84 152 / 0.25);
}

.active\:border-e-brand-600\/30:active {
  border-inline-end-color: rgb(5 84 152 / 0.3);
}

.active\:border-e-brand-600\/40:active {
  border-inline-end-color: rgb(5 84 152 / 0.4);
}

.active\:border-e-brand-600\/5:active {
  border-inline-end-color: rgb(5 84 152 / 0.05);
}

.active\:border-e-brand-600\/50:active {
  border-inline-end-color: rgb(5 84 152 / 0.5);
}

.active\:border-e-brand-600\/60:active {
  border-inline-end-color: rgb(5 84 152 / 0.6);
}

.active\:border-e-brand-600\/70:active {
  border-inline-end-color: rgb(5 84 152 / 0.7);
}

.active\:border-e-brand-600\/75:active {
  border-inline-end-color: rgb(5 84 152 / 0.75);
}

.active\:border-e-brand-600\/80:active {
  border-inline-end-color: rgb(5 84 152 / 0.8);
}

.active\:border-e-brand-600\/90:active {
  border-inline-end-color: rgb(5 84 152 / 0.9);
}

.active\:border-e-brand-600\/95:active {
  border-inline-end-color: rgb(5 84 152 / 0.95);
}

.active\:border-e-brand-700:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(4 56 101 / var(--tw-border-opacity));
}

.active\:border-e-brand-700\/0:active {
  border-inline-end-color: rgb(4 56 101 / 0);
}

.active\:border-e-brand-700\/10:active {
  border-inline-end-color: rgb(4 56 101 / 0.1);
}

.active\:border-e-brand-700\/100:active {
  border-inline-end-color: rgb(4 56 101 / 1);
}

.active\:border-e-brand-700\/20:active {
  border-inline-end-color: rgb(4 56 101 / 0.2);
}

.active\:border-e-brand-700\/25:active {
  border-inline-end-color: rgb(4 56 101 / 0.25);
}

.active\:border-e-brand-700\/30:active {
  border-inline-end-color: rgb(4 56 101 / 0.3);
}

.active\:border-e-brand-700\/40:active {
  border-inline-end-color: rgb(4 56 101 / 0.4);
}

.active\:border-e-brand-700\/5:active {
  border-inline-end-color: rgb(4 56 101 / 0.05);
}

.active\:border-e-brand-700\/50:active {
  border-inline-end-color: rgb(4 56 101 / 0.5);
}

.active\:border-e-brand-700\/60:active {
  border-inline-end-color: rgb(4 56 101 / 0.6);
}

.active\:border-e-brand-700\/70:active {
  border-inline-end-color: rgb(4 56 101 / 0.7);
}

.active\:border-e-brand-700\/75:active {
  border-inline-end-color: rgb(4 56 101 / 0.75);
}

.active\:border-e-brand-700\/80:active {
  border-inline-end-color: rgb(4 56 101 / 0.8);
}

.active\:border-e-brand-700\/90:active {
  border-inline-end-color: rgb(4 56 101 / 0.9);
}

.active\:border-e-brand-700\/95:active {
  border-inline-end-color: rgb(4 56 101 / 0.95);
}

.active\:border-e-brand-800:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(3 42 76 / var(--tw-border-opacity));
}

.active\:border-e-brand-800\/0:active {
  border-inline-end-color: rgb(3 42 76 / 0);
}

.active\:border-e-brand-800\/10:active {
  border-inline-end-color: rgb(3 42 76 / 0.1);
}

.active\:border-e-brand-800\/100:active {
  border-inline-end-color: rgb(3 42 76 / 1);
}

.active\:border-e-brand-800\/20:active {
  border-inline-end-color: rgb(3 42 76 / 0.2);
}

.active\:border-e-brand-800\/25:active {
  border-inline-end-color: rgb(3 42 76 / 0.25);
}

.active\:border-e-brand-800\/30:active {
  border-inline-end-color: rgb(3 42 76 / 0.3);
}

.active\:border-e-brand-800\/40:active {
  border-inline-end-color: rgb(3 42 76 / 0.4);
}

.active\:border-e-brand-800\/5:active {
  border-inline-end-color: rgb(3 42 76 / 0.05);
}

.active\:border-e-brand-800\/50:active {
  border-inline-end-color: rgb(3 42 76 / 0.5);
}

.active\:border-e-brand-800\/60:active {
  border-inline-end-color: rgb(3 42 76 / 0.6);
}

.active\:border-e-brand-800\/70:active {
  border-inline-end-color: rgb(3 42 76 / 0.7);
}

.active\:border-e-brand-800\/75:active {
  border-inline-end-color: rgb(3 42 76 / 0.75);
}

.active\:border-e-brand-800\/80:active {
  border-inline-end-color: rgb(3 42 76 / 0.8);
}

.active\:border-e-brand-800\/90:active {
  border-inline-end-color: rgb(3 42 76 / 0.9);
}

.active\:border-e-brand-800\/95:active {
  border-inline-end-color: rgb(3 42 76 / 0.95);
}

.active\:border-e-brand-900:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(2 28 51 / var(--tw-border-opacity));
}

.active\:border-e-brand-900\/0:active {
  border-inline-end-color: rgb(2 28 51 / 0);
}

.active\:border-e-brand-900\/10:active {
  border-inline-end-color: rgb(2 28 51 / 0.1);
}

.active\:border-e-brand-900\/100:active {
  border-inline-end-color: rgb(2 28 51 / 1);
}

.active\:border-e-brand-900\/20:active {
  border-inline-end-color: rgb(2 28 51 / 0.2);
}

.active\:border-e-brand-900\/25:active {
  border-inline-end-color: rgb(2 28 51 / 0.25);
}

.active\:border-e-brand-900\/30:active {
  border-inline-end-color: rgb(2 28 51 / 0.3);
}

.active\:border-e-brand-900\/40:active {
  border-inline-end-color: rgb(2 28 51 / 0.4);
}

.active\:border-e-brand-900\/5:active {
  border-inline-end-color: rgb(2 28 51 / 0.05);
}

.active\:border-e-brand-900\/50:active {
  border-inline-end-color: rgb(2 28 51 / 0.5);
}

.active\:border-e-brand-900\/60:active {
  border-inline-end-color: rgb(2 28 51 / 0.6);
}

.active\:border-e-brand-900\/70:active {
  border-inline-end-color: rgb(2 28 51 / 0.7);
}

.active\:border-e-brand-900\/75:active {
  border-inline-end-color: rgb(2 28 51 / 0.75);
}

.active\:border-e-brand-900\/80:active {
  border-inline-end-color: rgb(2 28 51 / 0.8);
}

.active\:border-e-brand-900\/90:active {
  border-inline-end-color: rgb(2 28 51 / 0.9);
}

.active\:border-e-brand-900\/95:active {
  border-inline-end-color: rgb(2 28 51 / 0.95);
}

.active\:border-e-current:active {
  border-inline-end-color: currentColor;
}

.active\:border-e-cyan-100:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(207 250 254 / var(--tw-border-opacity));
}

.active\:border-e-cyan-100\/0:active {
  border-inline-end-color: rgb(207 250 254 / 0);
}

.active\:border-e-cyan-100\/10:active {
  border-inline-end-color: rgb(207 250 254 / 0.1);
}

.active\:border-e-cyan-100\/100:active {
  border-inline-end-color: rgb(207 250 254 / 1);
}

.active\:border-e-cyan-100\/20:active {
  border-inline-end-color: rgb(207 250 254 / 0.2);
}

.active\:border-e-cyan-100\/25:active {
  border-inline-end-color: rgb(207 250 254 / 0.25);
}

.active\:border-e-cyan-100\/30:active {
  border-inline-end-color: rgb(207 250 254 / 0.3);
}

.active\:border-e-cyan-100\/40:active {
  border-inline-end-color: rgb(207 250 254 / 0.4);
}

.active\:border-e-cyan-100\/5:active {
  border-inline-end-color: rgb(207 250 254 / 0.05);
}

.active\:border-e-cyan-100\/50:active {
  border-inline-end-color: rgb(207 250 254 / 0.5);
}

.active\:border-e-cyan-100\/60:active {
  border-inline-end-color: rgb(207 250 254 / 0.6);
}

.active\:border-e-cyan-100\/70:active {
  border-inline-end-color: rgb(207 250 254 / 0.7);
}

.active\:border-e-cyan-100\/75:active {
  border-inline-end-color: rgb(207 250 254 / 0.75);
}

.active\:border-e-cyan-100\/80:active {
  border-inline-end-color: rgb(207 250 254 / 0.8);
}

.active\:border-e-cyan-100\/90:active {
  border-inline-end-color: rgb(207 250 254 / 0.9);
}

.active\:border-e-cyan-100\/95:active {
  border-inline-end-color: rgb(207 250 254 / 0.95);
}

.active\:border-e-cyan-200:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(165 243 252 / var(--tw-border-opacity));
}

.active\:border-e-cyan-200\/0:active {
  border-inline-end-color: rgb(165 243 252 / 0);
}

.active\:border-e-cyan-200\/10:active {
  border-inline-end-color: rgb(165 243 252 / 0.1);
}

.active\:border-e-cyan-200\/100:active {
  border-inline-end-color: rgb(165 243 252 / 1);
}

.active\:border-e-cyan-200\/20:active {
  border-inline-end-color: rgb(165 243 252 / 0.2);
}

.active\:border-e-cyan-200\/25:active {
  border-inline-end-color: rgb(165 243 252 / 0.25);
}

.active\:border-e-cyan-200\/30:active {
  border-inline-end-color: rgb(165 243 252 / 0.3);
}

.active\:border-e-cyan-200\/40:active {
  border-inline-end-color: rgb(165 243 252 / 0.4);
}

.active\:border-e-cyan-200\/5:active {
  border-inline-end-color: rgb(165 243 252 / 0.05);
}

.active\:border-e-cyan-200\/50:active {
  border-inline-end-color: rgb(165 243 252 / 0.5);
}

.active\:border-e-cyan-200\/60:active {
  border-inline-end-color: rgb(165 243 252 / 0.6);
}

.active\:border-e-cyan-200\/70:active {
  border-inline-end-color: rgb(165 243 252 / 0.7);
}

.active\:border-e-cyan-200\/75:active {
  border-inline-end-color: rgb(165 243 252 / 0.75);
}

.active\:border-e-cyan-200\/80:active {
  border-inline-end-color: rgb(165 243 252 / 0.8);
}

.active\:border-e-cyan-200\/90:active {
  border-inline-end-color: rgb(165 243 252 / 0.9);
}

.active\:border-e-cyan-200\/95:active {
  border-inline-end-color: rgb(165 243 252 / 0.95);
}

.active\:border-e-cyan-300:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(103 232 249 / var(--tw-border-opacity));
}

.active\:border-e-cyan-300\/0:active {
  border-inline-end-color: rgb(103 232 249 / 0);
}

.active\:border-e-cyan-300\/10:active {
  border-inline-end-color: rgb(103 232 249 / 0.1);
}

.active\:border-e-cyan-300\/100:active {
  border-inline-end-color: rgb(103 232 249 / 1);
}

.active\:border-e-cyan-300\/20:active {
  border-inline-end-color: rgb(103 232 249 / 0.2);
}

.active\:border-e-cyan-300\/25:active {
  border-inline-end-color: rgb(103 232 249 / 0.25);
}

.active\:border-e-cyan-300\/30:active {
  border-inline-end-color: rgb(103 232 249 / 0.3);
}

.active\:border-e-cyan-300\/40:active {
  border-inline-end-color: rgb(103 232 249 / 0.4);
}

.active\:border-e-cyan-300\/5:active {
  border-inline-end-color: rgb(103 232 249 / 0.05);
}

.active\:border-e-cyan-300\/50:active {
  border-inline-end-color: rgb(103 232 249 / 0.5);
}

.active\:border-e-cyan-300\/60:active {
  border-inline-end-color: rgb(103 232 249 / 0.6);
}

.active\:border-e-cyan-300\/70:active {
  border-inline-end-color: rgb(103 232 249 / 0.7);
}

.active\:border-e-cyan-300\/75:active {
  border-inline-end-color: rgb(103 232 249 / 0.75);
}

.active\:border-e-cyan-300\/80:active {
  border-inline-end-color: rgb(103 232 249 / 0.8);
}

.active\:border-e-cyan-300\/90:active {
  border-inline-end-color: rgb(103 232 249 / 0.9);
}

.active\:border-e-cyan-300\/95:active {
  border-inline-end-color: rgb(103 232 249 / 0.95);
}

.active\:border-e-cyan-400:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(34 211 238 / var(--tw-border-opacity));
}

.active\:border-e-cyan-400\/0:active {
  border-inline-end-color: rgb(34 211 238 / 0);
}

.active\:border-e-cyan-400\/10:active {
  border-inline-end-color: rgb(34 211 238 / 0.1);
}

.active\:border-e-cyan-400\/100:active {
  border-inline-end-color: rgb(34 211 238 / 1);
}

.active\:border-e-cyan-400\/20:active {
  border-inline-end-color: rgb(34 211 238 / 0.2);
}

.active\:border-e-cyan-400\/25:active {
  border-inline-end-color: rgb(34 211 238 / 0.25);
}

.active\:border-e-cyan-400\/30:active {
  border-inline-end-color: rgb(34 211 238 / 0.3);
}

.active\:border-e-cyan-400\/40:active {
  border-inline-end-color: rgb(34 211 238 / 0.4);
}

.active\:border-e-cyan-400\/5:active {
  border-inline-end-color: rgb(34 211 238 / 0.05);
}

.active\:border-e-cyan-400\/50:active {
  border-inline-end-color: rgb(34 211 238 / 0.5);
}

.active\:border-e-cyan-400\/60:active {
  border-inline-end-color: rgb(34 211 238 / 0.6);
}

.active\:border-e-cyan-400\/70:active {
  border-inline-end-color: rgb(34 211 238 / 0.7);
}

.active\:border-e-cyan-400\/75:active {
  border-inline-end-color: rgb(34 211 238 / 0.75);
}

.active\:border-e-cyan-400\/80:active {
  border-inline-end-color: rgb(34 211 238 / 0.8);
}

.active\:border-e-cyan-400\/90:active {
  border-inline-end-color: rgb(34 211 238 / 0.9);
}

.active\:border-e-cyan-400\/95:active {
  border-inline-end-color: rgb(34 211 238 / 0.95);
}

.active\:border-e-cyan-50:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(236 254 255 / var(--tw-border-opacity));
}

.active\:border-e-cyan-50\/0:active {
  border-inline-end-color: rgb(236 254 255 / 0);
}

.active\:border-e-cyan-50\/10:active {
  border-inline-end-color: rgb(236 254 255 / 0.1);
}

.active\:border-e-cyan-50\/100:active {
  border-inline-end-color: rgb(236 254 255 / 1);
}

.active\:border-e-cyan-50\/20:active {
  border-inline-end-color: rgb(236 254 255 / 0.2);
}

.active\:border-e-cyan-50\/25:active {
  border-inline-end-color: rgb(236 254 255 / 0.25);
}

.active\:border-e-cyan-50\/30:active {
  border-inline-end-color: rgb(236 254 255 / 0.3);
}

.active\:border-e-cyan-50\/40:active {
  border-inline-end-color: rgb(236 254 255 / 0.4);
}

.active\:border-e-cyan-50\/5:active {
  border-inline-end-color: rgb(236 254 255 / 0.05);
}

.active\:border-e-cyan-50\/50:active {
  border-inline-end-color: rgb(236 254 255 / 0.5);
}

.active\:border-e-cyan-50\/60:active {
  border-inline-end-color: rgb(236 254 255 / 0.6);
}

.active\:border-e-cyan-50\/70:active {
  border-inline-end-color: rgb(236 254 255 / 0.7);
}

.active\:border-e-cyan-50\/75:active {
  border-inline-end-color: rgb(236 254 255 / 0.75);
}

.active\:border-e-cyan-50\/80:active {
  border-inline-end-color: rgb(236 254 255 / 0.8);
}

.active\:border-e-cyan-50\/90:active {
  border-inline-end-color: rgb(236 254 255 / 0.9);
}

.active\:border-e-cyan-50\/95:active {
  border-inline-end-color: rgb(236 254 255 / 0.95);
}

.active\:border-e-cyan-500:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(6 182 212 / var(--tw-border-opacity));
}

.active\:border-e-cyan-500\/0:active {
  border-inline-end-color: rgb(6 182 212 / 0);
}

.active\:border-e-cyan-500\/10:active {
  border-inline-end-color: rgb(6 182 212 / 0.1);
}

.active\:border-e-cyan-500\/100:active {
  border-inline-end-color: rgb(6 182 212 / 1);
}

.active\:border-e-cyan-500\/20:active {
  border-inline-end-color: rgb(6 182 212 / 0.2);
}

.active\:border-e-cyan-500\/25:active {
  border-inline-end-color: rgb(6 182 212 / 0.25);
}

.active\:border-e-cyan-500\/30:active {
  border-inline-end-color: rgb(6 182 212 / 0.3);
}

.active\:border-e-cyan-500\/40:active {
  border-inline-end-color: rgb(6 182 212 / 0.4);
}

.active\:border-e-cyan-500\/5:active {
  border-inline-end-color: rgb(6 182 212 / 0.05);
}

.active\:border-e-cyan-500\/50:active {
  border-inline-end-color: rgb(6 182 212 / 0.5);
}

.active\:border-e-cyan-500\/60:active {
  border-inline-end-color: rgb(6 182 212 / 0.6);
}

.active\:border-e-cyan-500\/70:active {
  border-inline-end-color: rgb(6 182 212 / 0.7);
}

.active\:border-e-cyan-500\/75:active {
  border-inline-end-color: rgb(6 182 212 / 0.75);
}

.active\:border-e-cyan-500\/80:active {
  border-inline-end-color: rgb(6 182 212 / 0.8);
}

.active\:border-e-cyan-500\/90:active {
  border-inline-end-color: rgb(6 182 212 / 0.9);
}

.active\:border-e-cyan-500\/95:active {
  border-inline-end-color: rgb(6 182 212 / 0.95);
}

.active\:border-e-cyan-600:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(8 145 178 / var(--tw-border-opacity));
}

.active\:border-e-cyan-600\/0:active {
  border-inline-end-color: rgb(8 145 178 / 0);
}

.active\:border-e-cyan-600\/10:active {
  border-inline-end-color: rgb(8 145 178 / 0.1);
}

.active\:border-e-cyan-600\/100:active {
  border-inline-end-color: rgb(8 145 178 / 1);
}

.active\:border-e-cyan-600\/20:active {
  border-inline-end-color: rgb(8 145 178 / 0.2);
}

.active\:border-e-cyan-600\/25:active {
  border-inline-end-color: rgb(8 145 178 / 0.25);
}

.active\:border-e-cyan-600\/30:active {
  border-inline-end-color: rgb(8 145 178 / 0.3);
}

.active\:border-e-cyan-600\/40:active {
  border-inline-end-color: rgb(8 145 178 / 0.4);
}

.active\:border-e-cyan-600\/5:active {
  border-inline-end-color: rgb(8 145 178 / 0.05);
}

.active\:border-e-cyan-600\/50:active {
  border-inline-end-color: rgb(8 145 178 / 0.5);
}

.active\:border-e-cyan-600\/60:active {
  border-inline-end-color: rgb(8 145 178 / 0.6);
}

.active\:border-e-cyan-600\/70:active {
  border-inline-end-color: rgb(8 145 178 / 0.7);
}

.active\:border-e-cyan-600\/75:active {
  border-inline-end-color: rgb(8 145 178 / 0.75);
}

.active\:border-e-cyan-600\/80:active {
  border-inline-end-color: rgb(8 145 178 / 0.8);
}

.active\:border-e-cyan-600\/90:active {
  border-inline-end-color: rgb(8 145 178 / 0.9);
}

.active\:border-e-cyan-600\/95:active {
  border-inline-end-color: rgb(8 145 178 / 0.95);
}

.active\:border-e-cyan-700:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(14 116 144 / var(--tw-border-opacity));
}

.active\:border-e-cyan-700\/0:active {
  border-inline-end-color: rgb(14 116 144 / 0);
}

.active\:border-e-cyan-700\/10:active {
  border-inline-end-color: rgb(14 116 144 / 0.1);
}

.active\:border-e-cyan-700\/100:active {
  border-inline-end-color: rgb(14 116 144 / 1);
}

.active\:border-e-cyan-700\/20:active {
  border-inline-end-color: rgb(14 116 144 / 0.2);
}

.active\:border-e-cyan-700\/25:active {
  border-inline-end-color: rgb(14 116 144 / 0.25);
}

.active\:border-e-cyan-700\/30:active {
  border-inline-end-color: rgb(14 116 144 / 0.3);
}

.active\:border-e-cyan-700\/40:active {
  border-inline-end-color: rgb(14 116 144 / 0.4);
}

.active\:border-e-cyan-700\/5:active {
  border-inline-end-color: rgb(14 116 144 / 0.05);
}

.active\:border-e-cyan-700\/50:active {
  border-inline-end-color: rgb(14 116 144 / 0.5);
}

.active\:border-e-cyan-700\/60:active {
  border-inline-end-color: rgb(14 116 144 / 0.6);
}

.active\:border-e-cyan-700\/70:active {
  border-inline-end-color: rgb(14 116 144 / 0.7);
}

.active\:border-e-cyan-700\/75:active {
  border-inline-end-color: rgb(14 116 144 / 0.75);
}

.active\:border-e-cyan-700\/80:active {
  border-inline-end-color: rgb(14 116 144 / 0.8);
}

.active\:border-e-cyan-700\/90:active {
  border-inline-end-color: rgb(14 116 144 / 0.9);
}

.active\:border-e-cyan-700\/95:active {
  border-inline-end-color: rgb(14 116 144 / 0.95);
}

.active\:border-e-cyan-800:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(21 94 117 / var(--tw-border-opacity));
}

.active\:border-e-cyan-800\/0:active {
  border-inline-end-color: rgb(21 94 117 / 0);
}

.active\:border-e-cyan-800\/10:active {
  border-inline-end-color: rgb(21 94 117 / 0.1);
}

.active\:border-e-cyan-800\/100:active {
  border-inline-end-color: rgb(21 94 117 / 1);
}

.active\:border-e-cyan-800\/20:active {
  border-inline-end-color: rgb(21 94 117 / 0.2);
}

.active\:border-e-cyan-800\/25:active {
  border-inline-end-color: rgb(21 94 117 / 0.25);
}

.active\:border-e-cyan-800\/30:active {
  border-inline-end-color: rgb(21 94 117 / 0.3);
}

.active\:border-e-cyan-800\/40:active {
  border-inline-end-color: rgb(21 94 117 / 0.4);
}

.active\:border-e-cyan-800\/5:active {
  border-inline-end-color: rgb(21 94 117 / 0.05);
}

.active\:border-e-cyan-800\/50:active {
  border-inline-end-color: rgb(21 94 117 / 0.5);
}

.active\:border-e-cyan-800\/60:active {
  border-inline-end-color: rgb(21 94 117 / 0.6);
}

.active\:border-e-cyan-800\/70:active {
  border-inline-end-color: rgb(21 94 117 / 0.7);
}

.active\:border-e-cyan-800\/75:active {
  border-inline-end-color: rgb(21 94 117 / 0.75);
}

.active\:border-e-cyan-800\/80:active {
  border-inline-end-color: rgb(21 94 117 / 0.8);
}

.active\:border-e-cyan-800\/90:active {
  border-inline-end-color: rgb(21 94 117 / 0.9);
}

.active\:border-e-cyan-800\/95:active {
  border-inline-end-color: rgb(21 94 117 / 0.95);
}

.active\:border-e-cyan-900:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(22 78 99 / var(--tw-border-opacity));
}

.active\:border-e-cyan-900\/0:active {
  border-inline-end-color: rgb(22 78 99 / 0);
}

.active\:border-e-cyan-900\/10:active {
  border-inline-end-color: rgb(22 78 99 / 0.1);
}

.active\:border-e-cyan-900\/100:active {
  border-inline-end-color: rgb(22 78 99 / 1);
}

.active\:border-e-cyan-900\/20:active {
  border-inline-end-color: rgb(22 78 99 / 0.2);
}

.active\:border-e-cyan-900\/25:active {
  border-inline-end-color: rgb(22 78 99 / 0.25);
}

.active\:border-e-cyan-900\/30:active {
  border-inline-end-color: rgb(22 78 99 / 0.3);
}

.active\:border-e-cyan-900\/40:active {
  border-inline-end-color: rgb(22 78 99 / 0.4);
}

.active\:border-e-cyan-900\/5:active {
  border-inline-end-color: rgb(22 78 99 / 0.05);
}

.active\:border-e-cyan-900\/50:active {
  border-inline-end-color: rgb(22 78 99 / 0.5);
}

.active\:border-e-cyan-900\/60:active {
  border-inline-end-color: rgb(22 78 99 / 0.6);
}

.active\:border-e-cyan-900\/70:active {
  border-inline-end-color: rgb(22 78 99 / 0.7);
}

.active\:border-e-cyan-900\/75:active {
  border-inline-end-color: rgb(22 78 99 / 0.75);
}

.active\:border-e-cyan-900\/80:active {
  border-inline-end-color: rgb(22 78 99 / 0.8);
}

.active\:border-e-cyan-900\/90:active {
  border-inline-end-color: rgb(22 78 99 / 0.9);
}

.active\:border-e-cyan-900\/95:active {
  border-inline-end-color: rgb(22 78 99 / 0.95);
}

.active\:border-e-cyan-950:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(8 51 68 / var(--tw-border-opacity));
}

.active\:border-e-cyan-950\/0:active {
  border-inline-end-color: rgb(8 51 68 / 0);
}

.active\:border-e-cyan-950\/10:active {
  border-inline-end-color: rgb(8 51 68 / 0.1);
}

.active\:border-e-cyan-950\/100:active {
  border-inline-end-color: rgb(8 51 68 / 1);
}

.active\:border-e-cyan-950\/20:active {
  border-inline-end-color: rgb(8 51 68 / 0.2);
}

.active\:border-e-cyan-950\/25:active {
  border-inline-end-color: rgb(8 51 68 / 0.25);
}

.active\:border-e-cyan-950\/30:active {
  border-inline-end-color: rgb(8 51 68 / 0.3);
}

.active\:border-e-cyan-950\/40:active {
  border-inline-end-color: rgb(8 51 68 / 0.4);
}

.active\:border-e-cyan-950\/5:active {
  border-inline-end-color: rgb(8 51 68 / 0.05);
}

.active\:border-e-cyan-950\/50:active {
  border-inline-end-color: rgb(8 51 68 / 0.5);
}

.active\:border-e-cyan-950\/60:active {
  border-inline-end-color: rgb(8 51 68 / 0.6);
}

.active\:border-e-cyan-950\/70:active {
  border-inline-end-color: rgb(8 51 68 / 0.7);
}

.active\:border-e-cyan-950\/75:active {
  border-inline-end-color: rgb(8 51 68 / 0.75);
}

.active\:border-e-cyan-950\/80:active {
  border-inline-end-color: rgb(8 51 68 / 0.8);
}

.active\:border-e-cyan-950\/90:active {
  border-inline-end-color: rgb(8 51 68 / 0.9);
}

.active\:border-e-cyan-950\/95:active {
  border-inline-end-color: rgb(8 51 68 / 0.95);
}

.active\:border-e-emerald-100:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(209 250 229 / var(--tw-border-opacity));
}

.active\:border-e-emerald-100\/0:active {
  border-inline-end-color: rgb(209 250 229 / 0);
}

.active\:border-e-emerald-100\/10:active {
  border-inline-end-color: rgb(209 250 229 / 0.1);
}

.active\:border-e-emerald-100\/100:active {
  border-inline-end-color: rgb(209 250 229 / 1);
}

.active\:border-e-emerald-100\/20:active {
  border-inline-end-color: rgb(209 250 229 / 0.2);
}

.active\:border-e-emerald-100\/25:active {
  border-inline-end-color: rgb(209 250 229 / 0.25);
}

.active\:border-e-emerald-100\/30:active {
  border-inline-end-color: rgb(209 250 229 / 0.3);
}

.active\:border-e-emerald-100\/40:active {
  border-inline-end-color: rgb(209 250 229 / 0.4);
}

.active\:border-e-emerald-100\/5:active {
  border-inline-end-color: rgb(209 250 229 / 0.05);
}

.active\:border-e-emerald-100\/50:active {
  border-inline-end-color: rgb(209 250 229 / 0.5);
}

.active\:border-e-emerald-100\/60:active {
  border-inline-end-color: rgb(209 250 229 / 0.6);
}

.active\:border-e-emerald-100\/70:active {
  border-inline-end-color: rgb(209 250 229 / 0.7);
}

.active\:border-e-emerald-100\/75:active {
  border-inline-end-color: rgb(209 250 229 / 0.75);
}

.active\:border-e-emerald-100\/80:active {
  border-inline-end-color: rgb(209 250 229 / 0.8);
}

.active\:border-e-emerald-100\/90:active {
  border-inline-end-color: rgb(209 250 229 / 0.9);
}

.active\:border-e-emerald-100\/95:active {
  border-inline-end-color: rgb(209 250 229 / 0.95);
}

.active\:border-e-emerald-200:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(167 243 208 / var(--tw-border-opacity));
}

.active\:border-e-emerald-200\/0:active {
  border-inline-end-color: rgb(167 243 208 / 0);
}

.active\:border-e-emerald-200\/10:active {
  border-inline-end-color: rgb(167 243 208 / 0.1);
}

.active\:border-e-emerald-200\/100:active {
  border-inline-end-color: rgb(167 243 208 / 1);
}

.active\:border-e-emerald-200\/20:active {
  border-inline-end-color: rgb(167 243 208 / 0.2);
}

.active\:border-e-emerald-200\/25:active {
  border-inline-end-color: rgb(167 243 208 / 0.25);
}

.active\:border-e-emerald-200\/30:active {
  border-inline-end-color: rgb(167 243 208 / 0.3);
}

.active\:border-e-emerald-200\/40:active {
  border-inline-end-color: rgb(167 243 208 / 0.4);
}

.active\:border-e-emerald-200\/5:active {
  border-inline-end-color: rgb(167 243 208 / 0.05);
}

.active\:border-e-emerald-200\/50:active {
  border-inline-end-color: rgb(167 243 208 / 0.5);
}

.active\:border-e-emerald-200\/60:active {
  border-inline-end-color: rgb(167 243 208 / 0.6);
}

.active\:border-e-emerald-200\/70:active {
  border-inline-end-color: rgb(167 243 208 / 0.7);
}

.active\:border-e-emerald-200\/75:active {
  border-inline-end-color: rgb(167 243 208 / 0.75);
}

.active\:border-e-emerald-200\/80:active {
  border-inline-end-color: rgb(167 243 208 / 0.8);
}

.active\:border-e-emerald-200\/90:active {
  border-inline-end-color: rgb(167 243 208 / 0.9);
}

.active\:border-e-emerald-200\/95:active {
  border-inline-end-color: rgb(167 243 208 / 0.95);
}

.active\:border-e-emerald-300:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(110 231 183 / var(--tw-border-opacity));
}

.active\:border-e-emerald-300\/0:active {
  border-inline-end-color: rgb(110 231 183 / 0);
}

.active\:border-e-emerald-300\/10:active {
  border-inline-end-color: rgb(110 231 183 / 0.1);
}

.active\:border-e-emerald-300\/100:active {
  border-inline-end-color: rgb(110 231 183 / 1);
}

.active\:border-e-emerald-300\/20:active {
  border-inline-end-color: rgb(110 231 183 / 0.2);
}

.active\:border-e-emerald-300\/25:active {
  border-inline-end-color: rgb(110 231 183 / 0.25);
}

.active\:border-e-emerald-300\/30:active {
  border-inline-end-color: rgb(110 231 183 / 0.3);
}

.active\:border-e-emerald-300\/40:active {
  border-inline-end-color: rgb(110 231 183 / 0.4);
}

.active\:border-e-emerald-300\/5:active {
  border-inline-end-color: rgb(110 231 183 / 0.05);
}

.active\:border-e-emerald-300\/50:active {
  border-inline-end-color: rgb(110 231 183 / 0.5);
}

.active\:border-e-emerald-300\/60:active {
  border-inline-end-color: rgb(110 231 183 / 0.6);
}

.active\:border-e-emerald-300\/70:active {
  border-inline-end-color: rgb(110 231 183 / 0.7);
}

.active\:border-e-emerald-300\/75:active {
  border-inline-end-color: rgb(110 231 183 / 0.75);
}

.active\:border-e-emerald-300\/80:active {
  border-inline-end-color: rgb(110 231 183 / 0.8);
}

.active\:border-e-emerald-300\/90:active {
  border-inline-end-color: rgb(110 231 183 / 0.9);
}

.active\:border-e-emerald-300\/95:active {
  border-inline-end-color: rgb(110 231 183 / 0.95);
}

.active\:border-e-emerald-400:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.active\:border-e-emerald-400\/0:active {
  border-inline-end-color: rgb(52 211 153 / 0);
}

.active\:border-e-emerald-400\/10:active {
  border-inline-end-color: rgb(52 211 153 / 0.1);
}

.active\:border-e-emerald-400\/100:active {
  border-inline-end-color: rgb(52 211 153 / 1);
}

.active\:border-e-emerald-400\/20:active {
  border-inline-end-color: rgb(52 211 153 / 0.2);
}

.active\:border-e-emerald-400\/25:active {
  border-inline-end-color: rgb(52 211 153 / 0.25);
}

.active\:border-e-emerald-400\/30:active {
  border-inline-end-color: rgb(52 211 153 / 0.3);
}

.active\:border-e-emerald-400\/40:active {
  border-inline-end-color: rgb(52 211 153 / 0.4);
}

.active\:border-e-emerald-400\/5:active {
  border-inline-end-color: rgb(52 211 153 / 0.05);
}

.active\:border-e-emerald-400\/50:active {
  border-inline-end-color: rgb(52 211 153 / 0.5);
}

.active\:border-e-emerald-400\/60:active {
  border-inline-end-color: rgb(52 211 153 / 0.6);
}

.active\:border-e-emerald-400\/70:active {
  border-inline-end-color: rgb(52 211 153 / 0.7);
}

.active\:border-e-emerald-400\/75:active {
  border-inline-end-color: rgb(52 211 153 / 0.75);
}

.active\:border-e-emerald-400\/80:active {
  border-inline-end-color: rgb(52 211 153 / 0.8);
}

.active\:border-e-emerald-400\/90:active {
  border-inline-end-color: rgb(52 211 153 / 0.9);
}

.active\:border-e-emerald-400\/95:active {
  border-inline-end-color: rgb(52 211 153 / 0.95);
}

.active\:border-e-emerald-50:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(236 253 245 / var(--tw-border-opacity));
}

.active\:border-e-emerald-50\/0:active {
  border-inline-end-color: rgb(236 253 245 / 0);
}

.active\:border-e-emerald-50\/10:active {
  border-inline-end-color: rgb(236 253 245 / 0.1);
}

.active\:border-e-emerald-50\/100:active {
  border-inline-end-color: rgb(236 253 245 / 1);
}

.active\:border-e-emerald-50\/20:active {
  border-inline-end-color: rgb(236 253 245 / 0.2);
}

.active\:border-e-emerald-50\/25:active {
  border-inline-end-color: rgb(236 253 245 / 0.25);
}

.active\:border-e-emerald-50\/30:active {
  border-inline-end-color: rgb(236 253 245 / 0.3);
}

.active\:border-e-emerald-50\/40:active {
  border-inline-end-color: rgb(236 253 245 / 0.4);
}

.active\:border-e-emerald-50\/5:active {
  border-inline-end-color: rgb(236 253 245 / 0.05);
}

.active\:border-e-emerald-50\/50:active {
  border-inline-end-color: rgb(236 253 245 / 0.5);
}

.active\:border-e-emerald-50\/60:active {
  border-inline-end-color: rgb(236 253 245 / 0.6);
}

.active\:border-e-emerald-50\/70:active {
  border-inline-end-color: rgb(236 253 245 / 0.7);
}

.active\:border-e-emerald-50\/75:active {
  border-inline-end-color: rgb(236 253 245 / 0.75);
}

.active\:border-e-emerald-50\/80:active {
  border-inline-end-color: rgb(236 253 245 / 0.8);
}

.active\:border-e-emerald-50\/90:active {
  border-inline-end-color: rgb(236 253 245 / 0.9);
}

.active\:border-e-emerald-50\/95:active {
  border-inline-end-color: rgb(236 253 245 / 0.95);
}

.active\:border-e-emerald-500:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.active\:border-e-emerald-500\/0:active {
  border-inline-end-color: rgb(16 185 129 / 0);
}

.active\:border-e-emerald-500\/10:active {
  border-inline-end-color: rgb(16 185 129 / 0.1);
}

.active\:border-e-emerald-500\/100:active {
  border-inline-end-color: rgb(16 185 129 / 1);
}

.active\:border-e-emerald-500\/20:active {
  border-inline-end-color: rgb(16 185 129 / 0.2);
}

.active\:border-e-emerald-500\/25:active {
  border-inline-end-color: rgb(16 185 129 / 0.25);
}

.active\:border-e-emerald-500\/30:active {
  border-inline-end-color: rgb(16 185 129 / 0.3);
}

.active\:border-e-emerald-500\/40:active {
  border-inline-end-color: rgb(16 185 129 / 0.4);
}

.active\:border-e-emerald-500\/5:active {
  border-inline-end-color: rgb(16 185 129 / 0.05);
}

.active\:border-e-emerald-500\/50:active {
  border-inline-end-color: rgb(16 185 129 / 0.5);
}

.active\:border-e-emerald-500\/60:active {
  border-inline-end-color: rgb(16 185 129 / 0.6);
}

.active\:border-e-emerald-500\/70:active {
  border-inline-end-color: rgb(16 185 129 / 0.7);
}

.active\:border-e-emerald-500\/75:active {
  border-inline-end-color: rgb(16 185 129 / 0.75);
}

.active\:border-e-emerald-500\/80:active {
  border-inline-end-color: rgb(16 185 129 / 0.8);
}

.active\:border-e-emerald-500\/90:active {
  border-inline-end-color: rgb(16 185 129 / 0.9);
}

.active\:border-e-emerald-500\/95:active {
  border-inline-end-color: rgb(16 185 129 / 0.95);
}

.active\:border-e-emerald-600:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(5 150 105 / var(--tw-border-opacity));
}

.active\:border-e-emerald-600\/0:active {
  border-inline-end-color: rgb(5 150 105 / 0);
}

.active\:border-e-emerald-600\/10:active {
  border-inline-end-color: rgb(5 150 105 / 0.1);
}

.active\:border-e-emerald-600\/100:active {
  border-inline-end-color: rgb(5 150 105 / 1);
}

.active\:border-e-emerald-600\/20:active {
  border-inline-end-color: rgb(5 150 105 / 0.2);
}

.active\:border-e-emerald-600\/25:active {
  border-inline-end-color: rgb(5 150 105 / 0.25);
}

.active\:border-e-emerald-600\/30:active {
  border-inline-end-color: rgb(5 150 105 / 0.3);
}

.active\:border-e-emerald-600\/40:active {
  border-inline-end-color: rgb(5 150 105 / 0.4);
}

.active\:border-e-emerald-600\/5:active {
  border-inline-end-color: rgb(5 150 105 / 0.05);
}

.active\:border-e-emerald-600\/50:active {
  border-inline-end-color: rgb(5 150 105 / 0.5);
}

.active\:border-e-emerald-600\/60:active {
  border-inline-end-color: rgb(5 150 105 / 0.6);
}

.active\:border-e-emerald-600\/70:active {
  border-inline-end-color: rgb(5 150 105 / 0.7);
}

.active\:border-e-emerald-600\/75:active {
  border-inline-end-color: rgb(5 150 105 / 0.75);
}

.active\:border-e-emerald-600\/80:active {
  border-inline-end-color: rgb(5 150 105 / 0.8);
}

.active\:border-e-emerald-600\/90:active {
  border-inline-end-color: rgb(5 150 105 / 0.9);
}

.active\:border-e-emerald-600\/95:active {
  border-inline-end-color: rgb(5 150 105 / 0.95);
}

.active\:border-e-emerald-700:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(4 120 87 / var(--tw-border-opacity));
}

.active\:border-e-emerald-700\/0:active {
  border-inline-end-color: rgb(4 120 87 / 0);
}

.active\:border-e-emerald-700\/10:active {
  border-inline-end-color: rgb(4 120 87 / 0.1);
}

.active\:border-e-emerald-700\/100:active {
  border-inline-end-color: rgb(4 120 87 / 1);
}

.active\:border-e-emerald-700\/20:active {
  border-inline-end-color: rgb(4 120 87 / 0.2);
}

.active\:border-e-emerald-700\/25:active {
  border-inline-end-color: rgb(4 120 87 / 0.25);
}

.active\:border-e-emerald-700\/30:active {
  border-inline-end-color: rgb(4 120 87 / 0.3);
}

.active\:border-e-emerald-700\/40:active {
  border-inline-end-color: rgb(4 120 87 / 0.4);
}

.active\:border-e-emerald-700\/5:active {
  border-inline-end-color: rgb(4 120 87 / 0.05);
}

.active\:border-e-emerald-700\/50:active {
  border-inline-end-color: rgb(4 120 87 / 0.5);
}

.active\:border-e-emerald-700\/60:active {
  border-inline-end-color: rgb(4 120 87 / 0.6);
}

.active\:border-e-emerald-700\/70:active {
  border-inline-end-color: rgb(4 120 87 / 0.7);
}

.active\:border-e-emerald-700\/75:active {
  border-inline-end-color: rgb(4 120 87 / 0.75);
}

.active\:border-e-emerald-700\/80:active {
  border-inline-end-color: rgb(4 120 87 / 0.8);
}

.active\:border-e-emerald-700\/90:active {
  border-inline-end-color: rgb(4 120 87 / 0.9);
}

.active\:border-e-emerald-700\/95:active {
  border-inline-end-color: rgb(4 120 87 / 0.95);
}

.active\:border-e-emerald-800:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(6 95 70 / var(--tw-border-opacity));
}

.active\:border-e-emerald-800\/0:active {
  border-inline-end-color: rgb(6 95 70 / 0);
}

.active\:border-e-emerald-800\/10:active {
  border-inline-end-color: rgb(6 95 70 / 0.1);
}

.active\:border-e-emerald-800\/100:active {
  border-inline-end-color: rgb(6 95 70 / 1);
}

.active\:border-e-emerald-800\/20:active {
  border-inline-end-color: rgb(6 95 70 / 0.2);
}

.active\:border-e-emerald-800\/25:active {
  border-inline-end-color: rgb(6 95 70 / 0.25);
}

.active\:border-e-emerald-800\/30:active {
  border-inline-end-color: rgb(6 95 70 / 0.3);
}

.active\:border-e-emerald-800\/40:active {
  border-inline-end-color: rgb(6 95 70 / 0.4);
}

.active\:border-e-emerald-800\/5:active {
  border-inline-end-color: rgb(6 95 70 / 0.05);
}

.active\:border-e-emerald-800\/50:active {
  border-inline-end-color: rgb(6 95 70 / 0.5);
}

.active\:border-e-emerald-800\/60:active {
  border-inline-end-color: rgb(6 95 70 / 0.6);
}

.active\:border-e-emerald-800\/70:active {
  border-inline-end-color: rgb(6 95 70 / 0.7);
}

.active\:border-e-emerald-800\/75:active {
  border-inline-end-color: rgb(6 95 70 / 0.75);
}

.active\:border-e-emerald-800\/80:active {
  border-inline-end-color: rgb(6 95 70 / 0.8);
}

.active\:border-e-emerald-800\/90:active {
  border-inline-end-color: rgb(6 95 70 / 0.9);
}

.active\:border-e-emerald-800\/95:active {
  border-inline-end-color: rgb(6 95 70 / 0.95);
}

.active\:border-e-emerald-900:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(6 78 59 / var(--tw-border-opacity));
}

.active\:border-e-emerald-900\/0:active {
  border-inline-end-color: rgb(6 78 59 / 0);
}

.active\:border-e-emerald-900\/10:active {
  border-inline-end-color: rgb(6 78 59 / 0.1);
}

.active\:border-e-emerald-900\/100:active {
  border-inline-end-color: rgb(6 78 59 / 1);
}

.active\:border-e-emerald-900\/20:active {
  border-inline-end-color: rgb(6 78 59 / 0.2);
}

.active\:border-e-emerald-900\/25:active {
  border-inline-end-color: rgb(6 78 59 / 0.25);
}

.active\:border-e-emerald-900\/30:active {
  border-inline-end-color: rgb(6 78 59 / 0.3);
}

.active\:border-e-emerald-900\/40:active {
  border-inline-end-color: rgb(6 78 59 / 0.4);
}

.active\:border-e-emerald-900\/5:active {
  border-inline-end-color: rgb(6 78 59 / 0.05);
}

.active\:border-e-emerald-900\/50:active {
  border-inline-end-color: rgb(6 78 59 / 0.5);
}

.active\:border-e-emerald-900\/60:active {
  border-inline-end-color: rgb(6 78 59 / 0.6);
}

.active\:border-e-emerald-900\/70:active {
  border-inline-end-color: rgb(6 78 59 / 0.7);
}

.active\:border-e-emerald-900\/75:active {
  border-inline-end-color: rgb(6 78 59 / 0.75);
}

.active\:border-e-emerald-900\/80:active {
  border-inline-end-color: rgb(6 78 59 / 0.8);
}

.active\:border-e-emerald-900\/90:active {
  border-inline-end-color: rgb(6 78 59 / 0.9);
}

.active\:border-e-emerald-900\/95:active {
  border-inline-end-color: rgb(6 78 59 / 0.95);
}

.active\:border-e-emerald-950:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(2 44 34 / var(--tw-border-opacity));
}

.active\:border-e-emerald-950\/0:active {
  border-inline-end-color: rgb(2 44 34 / 0);
}

.active\:border-e-emerald-950\/10:active {
  border-inline-end-color: rgb(2 44 34 / 0.1);
}

.active\:border-e-emerald-950\/100:active {
  border-inline-end-color: rgb(2 44 34 / 1);
}

.active\:border-e-emerald-950\/20:active {
  border-inline-end-color: rgb(2 44 34 / 0.2);
}

.active\:border-e-emerald-950\/25:active {
  border-inline-end-color: rgb(2 44 34 / 0.25);
}

.active\:border-e-emerald-950\/30:active {
  border-inline-end-color: rgb(2 44 34 / 0.3);
}

.active\:border-e-emerald-950\/40:active {
  border-inline-end-color: rgb(2 44 34 / 0.4);
}

.active\:border-e-emerald-950\/5:active {
  border-inline-end-color: rgb(2 44 34 / 0.05);
}

.active\:border-e-emerald-950\/50:active {
  border-inline-end-color: rgb(2 44 34 / 0.5);
}

.active\:border-e-emerald-950\/60:active {
  border-inline-end-color: rgb(2 44 34 / 0.6);
}

.active\:border-e-emerald-950\/70:active {
  border-inline-end-color: rgb(2 44 34 / 0.7);
}

.active\:border-e-emerald-950\/75:active {
  border-inline-end-color: rgb(2 44 34 / 0.75);
}

.active\:border-e-emerald-950\/80:active {
  border-inline-end-color: rgb(2 44 34 / 0.8);
}

.active\:border-e-emerald-950\/90:active {
  border-inline-end-color: rgb(2 44 34 / 0.9);
}

.active\:border-e-emerald-950\/95:active {
  border-inline-end-color: rgb(2 44 34 / 0.95);
}

.active\:border-e-fuchsia-100:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 232 255 / var(--tw-border-opacity));
}

.active\:border-e-fuchsia-100\/0:active {
  border-inline-end-color: rgb(250 232 255 / 0);
}

.active\:border-e-fuchsia-100\/10:active {
  border-inline-end-color: rgb(250 232 255 / 0.1);
}

.active\:border-e-fuchsia-100\/100:active {
  border-inline-end-color: rgb(250 232 255 / 1);
}

.active\:border-e-fuchsia-100\/20:active {
  border-inline-end-color: rgb(250 232 255 / 0.2);
}

.active\:border-e-fuchsia-100\/25:active {
  border-inline-end-color: rgb(250 232 255 / 0.25);
}

.active\:border-e-fuchsia-100\/30:active {
  border-inline-end-color: rgb(250 232 255 / 0.3);
}

.active\:border-e-fuchsia-100\/40:active {
  border-inline-end-color: rgb(250 232 255 / 0.4);
}

.active\:border-e-fuchsia-100\/5:active {
  border-inline-end-color: rgb(250 232 255 / 0.05);
}

.active\:border-e-fuchsia-100\/50:active {
  border-inline-end-color: rgb(250 232 255 / 0.5);
}

.active\:border-e-fuchsia-100\/60:active {
  border-inline-end-color: rgb(250 232 255 / 0.6);
}

.active\:border-e-fuchsia-100\/70:active {
  border-inline-end-color: rgb(250 232 255 / 0.7);
}

.active\:border-e-fuchsia-100\/75:active {
  border-inline-end-color: rgb(250 232 255 / 0.75);
}

.active\:border-e-fuchsia-100\/80:active {
  border-inline-end-color: rgb(250 232 255 / 0.8);
}

.active\:border-e-fuchsia-100\/90:active {
  border-inline-end-color: rgb(250 232 255 / 0.9);
}

.active\:border-e-fuchsia-100\/95:active {
  border-inline-end-color: rgb(250 232 255 / 0.95);
}

.active\:border-e-fuchsia-200:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 208 254 / var(--tw-border-opacity));
}

.active\:border-e-fuchsia-200\/0:active {
  border-inline-end-color: rgb(245 208 254 / 0);
}

.active\:border-e-fuchsia-200\/10:active {
  border-inline-end-color: rgb(245 208 254 / 0.1);
}

.active\:border-e-fuchsia-200\/100:active {
  border-inline-end-color: rgb(245 208 254 / 1);
}

.active\:border-e-fuchsia-200\/20:active {
  border-inline-end-color: rgb(245 208 254 / 0.2);
}

.active\:border-e-fuchsia-200\/25:active {
  border-inline-end-color: rgb(245 208 254 / 0.25);
}

.active\:border-e-fuchsia-200\/30:active {
  border-inline-end-color: rgb(245 208 254 / 0.3);
}

.active\:border-e-fuchsia-200\/40:active {
  border-inline-end-color: rgb(245 208 254 / 0.4);
}

.active\:border-e-fuchsia-200\/5:active {
  border-inline-end-color: rgb(245 208 254 / 0.05);
}

.active\:border-e-fuchsia-200\/50:active {
  border-inline-end-color: rgb(245 208 254 / 0.5);
}

.active\:border-e-fuchsia-200\/60:active {
  border-inline-end-color: rgb(245 208 254 / 0.6);
}

.active\:border-e-fuchsia-200\/70:active {
  border-inline-end-color: rgb(245 208 254 / 0.7);
}

.active\:border-e-fuchsia-200\/75:active {
  border-inline-end-color: rgb(245 208 254 / 0.75);
}

.active\:border-e-fuchsia-200\/80:active {
  border-inline-end-color: rgb(245 208 254 / 0.8);
}

.active\:border-e-fuchsia-200\/90:active {
  border-inline-end-color: rgb(245 208 254 / 0.9);
}

.active\:border-e-fuchsia-200\/95:active {
  border-inline-end-color: rgb(245 208 254 / 0.95);
}

.active\:border-e-fuchsia-300:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(240 171 252 / var(--tw-border-opacity));
}

.active\:border-e-fuchsia-300\/0:active {
  border-inline-end-color: rgb(240 171 252 / 0);
}

.active\:border-e-fuchsia-300\/10:active {
  border-inline-end-color: rgb(240 171 252 / 0.1);
}

.active\:border-e-fuchsia-300\/100:active {
  border-inline-end-color: rgb(240 171 252 / 1);
}

.active\:border-e-fuchsia-300\/20:active {
  border-inline-end-color: rgb(240 171 252 / 0.2);
}

.active\:border-e-fuchsia-300\/25:active {
  border-inline-end-color: rgb(240 171 252 / 0.25);
}

.active\:border-e-fuchsia-300\/30:active {
  border-inline-end-color: rgb(240 171 252 / 0.3);
}

.active\:border-e-fuchsia-300\/40:active {
  border-inline-end-color: rgb(240 171 252 / 0.4);
}

.active\:border-e-fuchsia-300\/5:active {
  border-inline-end-color: rgb(240 171 252 / 0.05);
}

.active\:border-e-fuchsia-300\/50:active {
  border-inline-end-color: rgb(240 171 252 / 0.5);
}

.active\:border-e-fuchsia-300\/60:active {
  border-inline-end-color: rgb(240 171 252 / 0.6);
}

.active\:border-e-fuchsia-300\/70:active {
  border-inline-end-color: rgb(240 171 252 / 0.7);
}

.active\:border-e-fuchsia-300\/75:active {
  border-inline-end-color: rgb(240 171 252 / 0.75);
}

.active\:border-e-fuchsia-300\/80:active {
  border-inline-end-color: rgb(240 171 252 / 0.8);
}

.active\:border-e-fuchsia-300\/90:active {
  border-inline-end-color: rgb(240 171 252 / 0.9);
}

.active\:border-e-fuchsia-300\/95:active {
  border-inline-end-color: rgb(240 171 252 / 0.95);
}

.active\:border-e-fuchsia-400:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(232 121 249 / var(--tw-border-opacity));
}

.active\:border-e-fuchsia-400\/0:active {
  border-inline-end-color: rgb(232 121 249 / 0);
}

.active\:border-e-fuchsia-400\/10:active {
  border-inline-end-color: rgb(232 121 249 / 0.1);
}

.active\:border-e-fuchsia-400\/100:active {
  border-inline-end-color: rgb(232 121 249 / 1);
}

.active\:border-e-fuchsia-400\/20:active {
  border-inline-end-color: rgb(232 121 249 / 0.2);
}

.active\:border-e-fuchsia-400\/25:active {
  border-inline-end-color: rgb(232 121 249 / 0.25);
}

.active\:border-e-fuchsia-400\/30:active {
  border-inline-end-color: rgb(232 121 249 / 0.3);
}

.active\:border-e-fuchsia-400\/40:active {
  border-inline-end-color: rgb(232 121 249 / 0.4);
}

.active\:border-e-fuchsia-400\/5:active {
  border-inline-end-color: rgb(232 121 249 / 0.05);
}

.active\:border-e-fuchsia-400\/50:active {
  border-inline-end-color: rgb(232 121 249 / 0.5);
}

.active\:border-e-fuchsia-400\/60:active {
  border-inline-end-color: rgb(232 121 249 / 0.6);
}

.active\:border-e-fuchsia-400\/70:active {
  border-inline-end-color: rgb(232 121 249 / 0.7);
}

.active\:border-e-fuchsia-400\/75:active {
  border-inline-end-color: rgb(232 121 249 / 0.75);
}

.active\:border-e-fuchsia-400\/80:active {
  border-inline-end-color: rgb(232 121 249 / 0.8);
}

.active\:border-e-fuchsia-400\/90:active {
  border-inline-end-color: rgb(232 121 249 / 0.9);
}

.active\:border-e-fuchsia-400\/95:active {
  border-inline-end-color: rgb(232 121 249 / 0.95);
}

.active\:border-e-fuchsia-50:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 244 255 / var(--tw-border-opacity));
}

.active\:border-e-fuchsia-50\/0:active {
  border-inline-end-color: rgb(253 244 255 / 0);
}

.active\:border-e-fuchsia-50\/10:active {
  border-inline-end-color: rgb(253 244 255 / 0.1);
}

.active\:border-e-fuchsia-50\/100:active {
  border-inline-end-color: rgb(253 244 255 / 1);
}

.active\:border-e-fuchsia-50\/20:active {
  border-inline-end-color: rgb(253 244 255 / 0.2);
}

.active\:border-e-fuchsia-50\/25:active {
  border-inline-end-color: rgb(253 244 255 / 0.25);
}

.active\:border-e-fuchsia-50\/30:active {
  border-inline-end-color: rgb(253 244 255 / 0.3);
}

.active\:border-e-fuchsia-50\/40:active {
  border-inline-end-color: rgb(253 244 255 / 0.4);
}

.active\:border-e-fuchsia-50\/5:active {
  border-inline-end-color: rgb(253 244 255 / 0.05);
}

.active\:border-e-fuchsia-50\/50:active {
  border-inline-end-color: rgb(253 244 255 / 0.5);
}

.active\:border-e-fuchsia-50\/60:active {
  border-inline-end-color: rgb(253 244 255 / 0.6);
}

.active\:border-e-fuchsia-50\/70:active {
  border-inline-end-color: rgb(253 244 255 / 0.7);
}

.active\:border-e-fuchsia-50\/75:active {
  border-inline-end-color: rgb(253 244 255 / 0.75);
}

.active\:border-e-fuchsia-50\/80:active {
  border-inline-end-color: rgb(253 244 255 / 0.8);
}

.active\:border-e-fuchsia-50\/90:active {
  border-inline-end-color: rgb(253 244 255 / 0.9);
}

.active\:border-e-fuchsia-50\/95:active {
  border-inline-end-color: rgb(253 244 255 / 0.95);
}

.active\:border-e-fuchsia-500:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(217 70 239 / var(--tw-border-opacity));
}

.active\:border-e-fuchsia-500\/0:active {
  border-inline-end-color: rgb(217 70 239 / 0);
}

.active\:border-e-fuchsia-500\/10:active {
  border-inline-end-color: rgb(217 70 239 / 0.1);
}

.active\:border-e-fuchsia-500\/100:active {
  border-inline-end-color: rgb(217 70 239 / 1);
}

.active\:border-e-fuchsia-500\/20:active {
  border-inline-end-color: rgb(217 70 239 / 0.2);
}

.active\:border-e-fuchsia-500\/25:active {
  border-inline-end-color: rgb(217 70 239 / 0.25);
}

.active\:border-e-fuchsia-500\/30:active {
  border-inline-end-color: rgb(217 70 239 / 0.3);
}

.active\:border-e-fuchsia-500\/40:active {
  border-inline-end-color: rgb(217 70 239 / 0.4);
}

.active\:border-e-fuchsia-500\/5:active {
  border-inline-end-color: rgb(217 70 239 / 0.05);
}

.active\:border-e-fuchsia-500\/50:active {
  border-inline-end-color: rgb(217 70 239 / 0.5);
}

.active\:border-e-fuchsia-500\/60:active {
  border-inline-end-color: rgb(217 70 239 / 0.6);
}

.active\:border-e-fuchsia-500\/70:active {
  border-inline-end-color: rgb(217 70 239 / 0.7);
}

.active\:border-e-fuchsia-500\/75:active {
  border-inline-end-color: rgb(217 70 239 / 0.75);
}

.active\:border-e-fuchsia-500\/80:active {
  border-inline-end-color: rgb(217 70 239 / 0.8);
}

.active\:border-e-fuchsia-500\/90:active {
  border-inline-end-color: rgb(217 70 239 / 0.9);
}

.active\:border-e-fuchsia-500\/95:active {
  border-inline-end-color: rgb(217 70 239 / 0.95);
}

.active\:border-e-fuchsia-600:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(192 38 211 / var(--tw-border-opacity));
}

.active\:border-e-fuchsia-600\/0:active {
  border-inline-end-color: rgb(192 38 211 / 0);
}

.active\:border-e-fuchsia-600\/10:active {
  border-inline-end-color: rgb(192 38 211 / 0.1);
}

.active\:border-e-fuchsia-600\/100:active {
  border-inline-end-color: rgb(192 38 211 / 1);
}

.active\:border-e-fuchsia-600\/20:active {
  border-inline-end-color: rgb(192 38 211 / 0.2);
}

.active\:border-e-fuchsia-600\/25:active {
  border-inline-end-color: rgb(192 38 211 / 0.25);
}

.active\:border-e-fuchsia-600\/30:active {
  border-inline-end-color: rgb(192 38 211 / 0.3);
}

.active\:border-e-fuchsia-600\/40:active {
  border-inline-end-color: rgb(192 38 211 / 0.4);
}

.active\:border-e-fuchsia-600\/5:active {
  border-inline-end-color: rgb(192 38 211 / 0.05);
}

.active\:border-e-fuchsia-600\/50:active {
  border-inline-end-color: rgb(192 38 211 / 0.5);
}

.active\:border-e-fuchsia-600\/60:active {
  border-inline-end-color: rgb(192 38 211 / 0.6);
}

.active\:border-e-fuchsia-600\/70:active {
  border-inline-end-color: rgb(192 38 211 / 0.7);
}

.active\:border-e-fuchsia-600\/75:active {
  border-inline-end-color: rgb(192 38 211 / 0.75);
}

.active\:border-e-fuchsia-600\/80:active {
  border-inline-end-color: rgb(192 38 211 / 0.8);
}

.active\:border-e-fuchsia-600\/90:active {
  border-inline-end-color: rgb(192 38 211 / 0.9);
}

.active\:border-e-fuchsia-600\/95:active {
  border-inline-end-color: rgb(192 38 211 / 0.95);
}

.active\:border-e-fuchsia-700:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(162 28 175 / var(--tw-border-opacity));
}

.active\:border-e-fuchsia-700\/0:active {
  border-inline-end-color: rgb(162 28 175 / 0);
}

.active\:border-e-fuchsia-700\/10:active {
  border-inline-end-color: rgb(162 28 175 / 0.1);
}

.active\:border-e-fuchsia-700\/100:active {
  border-inline-end-color: rgb(162 28 175 / 1);
}

.active\:border-e-fuchsia-700\/20:active {
  border-inline-end-color: rgb(162 28 175 / 0.2);
}

.active\:border-e-fuchsia-700\/25:active {
  border-inline-end-color: rgb(162 28 175 / 0.25);
}

.active\:border-e-fuchsia-700\/30:active {
  border-inline-end-color: rgb(162 28 175 / 0.3);
}

.active\:border-e-fuchsia-700\/40:active {
  border-inline-end-color: rgb(162 28 175 / 0.4);
}

.active\:border-e-fuchsia-700\/5:active {
  border-inline-end-color: rgb(162 28 175 / 0.05);
}

.active\:border-e-fuchsia-700\/50:active {
  border-inline-end-color: rgb(162 28 175 / 0.5);
}

.active\:border-e-fuchsia-700\/60:active {
  border-inline-end-color: rgb(162 28 175 / 0.6);
}

.active\:border-e-fuchsia-700\/70:active {
  border-inline-end-color: rgb(162 28 175 / 0.7);
}

.active\:border-e-fuchsia-700\/75:active {
  border-inline-end-color: rgb(162 28 175 / 0.75);
}

.active\:border-e-fuchsia-700\/80:active {
  border-inline-end-color: rgb(162 28 175 / 0.8);
}

.active\:border-e-fuchsia-700\/90:active {
  border-inline-end-color: rgb(162 28 175 / 0.9);
}

.active\:border-e-fuchsia-700\/95:active {
  border-inline-end-color: rgb(162 28 175 / 0.95);
}

.active\:border-e-fuchsia-800:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(134 25 143 / var(--tw-border-opacity));
}

.active\:border-e-fuchsia-800\/0:active {
  border-inline-end-color: rgb(134 25 143 / 0);
}

.active\:border-e-fuchsia-800\/10:active {
  border-inline-end-color: rgb(134 25 143 / 0.1);
}

.active\:border-e-fuchsia-800\/100:active {
  border-inline-end-color: rgb(134 25 143 / 1);
}

.active\:border-e-fuchsia-800\/20:active {
  border-inline-end-color: rgb(134 25 143 / 0.2);
}

.active\:border-e-fuchsia-800\/25:active {
  border-inline-end-color: rgb(134 25 143 / 0.25);
}

.active\:border-e-fuchsia-800\/30:active {
  border-inline-end-color: rgb(134 25 143 / 0.3);
}

.active\:border-e-fuchsia-800\/40:active {
  border-inline-end-color: rgb(134 25 143 / 0.4);
}

.active\:border-e-fuchsia-800\/5:active {
  border-inline-end-color: rgb(134 25 143 / 0.05);
}

.active\:border-e-fuchsia-800\/50:active {
  border-inline-end-color: rgb(134 25 143 / 0.5);
}

.active\:border-e-fuchsia-800\/60:active {
  border-inline-end-color: rgb(134 25 143 / 0.6);
}

.active\:border-e-fuchsia-800\/70:active {
  border-inline-end-color: rgb(134 25 143 / 0.7);
}

.active\:border-e-fuchsia-800\/75:active {
  border-inline-end-color: rgb(134 25 143 / 0.75);
}

.active\:border-e-fuchsia-800\/80:active {
  border-inline-end-color: rgb(134 25 143 / 0.8);
}

.active\:border-e-fuchsia-800\/90:active {
  border-inline-end-color: rgb(134 25 143 / 0.9);
}

.active\:border-e-fuchsia-800\/95:active {
  border-inline-end-color: rgb(134 25 143 / 0.95);
}

.active\:border-e-fuchsia-900:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(112 26 117 / var(--tw-border-opacity));
}

.active\:border-e-fuchsia-900\/0:active {
  border-inline-end-color: rgb(112 26 117 / 0);
}

.active\:border-e-fuchsia-900\/10:active {
  border-inline-end-color: rgb(112 26 117 / 0.1);
}

.active\:border-e-fuchsia-900\/100:active {
  border-inline-end-color: rgb(112 26 117 / 1);
}

.active\:border-e-fuchsia-900\/20:active {
  border-inline-end-color: rgb(112 26 117 / 0.2);
}

.active\:border-e-fuchsia-900\/25:active {
  border-inline-end-color: rgb(112 26 117 / 0.25);
}

.active\:border-e-fuchsia-900\/30:active {
  border-inline-end-color: rgb(112 26 117 / 0.3);
}

.active\:border-e-fuchsia-900\/40:active {
  border-inline-end-color: rgb(112 26 117 / 0.4);
}

.active\:border-e-fuchsia-900\/5:active {
  border-inline-end-color: rgb(112 26 117 / 0.05);
}

.active\:border-e-fuchsia-900\/50:active {
  border-inline-end-color: rgb(112 26 117 / 0.5);
}

.active\:border-e-fuchsia-900\/60:active {
  border-inline-end-color: rgb(112 26 117 / 0.6);
}

.active\:border-e-fuchsia-900\/70:active {
  border-inline-end-color: rgb(112 26 117 / 0.7);
}

.active\:border-e-fuchsia-900\/75:active {
  border-inline-end-color: rgb(112 26 117 / 0.75);
}

.active\:border-e-fuchsia-900\/80:active {
  border-inline-end-color: rgb(112 26 117 / 0.8);
}

.active\:border-e-fuchsia-900\/90:active {
  border-inline-end-color: rgb(112 26 117 / 0.9);
}

.active\:border-e-fuchsia-900\/95:active {
  border-inline-end-color: rgb(112 26 117 / 0.95);
}

.active\:border-e-fuchsia-950:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(74 4 78 / var(--tw-border-opacity));
}

.active\:border-e-fuchsia-950\/0:active {
  border-inline-end-color: rgb(74 4 78 / 0);
}

.active\:border-e-fuchsia-950\/10:active {
  border-inline-end-color: rgb(74 4 78 / 0.1);
}

.active\:border-e-fuchsia-950\/100:active {
  border-inline-end-color: rgb(74 4 78 / 1);
}

.active\:border-e-fuchsia-950\/20:active {
  border-inline-end-color: rgb(74 4 78 / 0.2);
}

.active\:border-e-fuchsia-950\/25:active {
  border-inline-end-color: rgb(74 4 78 / 0.25);
}

.active\:border-e-fuchsia-950\/30:active {
  border-inline-end-color: rgb(74 4 78 / 0.3);
}

.active\:border-e-fuchsia-950\/40:active {
  border-inline-end-color: rgb(74 4 78 / 0.4);
}

.active\:border-e-fuchsia-950\/5:active {
  border-inline-end-color: rgb(74 4 78 / 0.05);
}

.active\:border-e-fuchsia-950\/50:active {
  border-inline-end-color: rgb(74 4 78 / 0.5);
}

.active\:border-e-fuchsia-950\/60:active {
  border-inline-end-color: rgb(74 4 78 / 0.6);
}

.active\:border-e-fuchsia-950\/70:active {
  border-inline-end-color: rgb(74 4 78 / 0.7);
}

.active\:border-e-fuchsia-950\/75:active {
  border-inline-end-color: rgb(74 4 78 / 0.75);
}

.active\:border-e-fuchsia-950\/80:active {
  border-inline-end-color: rgb(74 4 78 / 0.8);
}

.active\:border-e-fuchsia-950\/90:active {
  border-inline-end-color: rgb(74 4 78 / 0.9);
}

.active\:border-e-fuchsia-950\/95:active {
  border-inline-end-color: rgb(74 4 78 / 0.95);
}

.active\:border-e-gray-100:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.active\:border-e-gray-100\/0:active {
  border-inline-end-color: rgb(243 244 246 / 0);
}

.active\:border-e-gray-100\/10:active {
  border-inline-end-color: rgb(243 244 246 / 0.1);
}

.active\:border-e-gray-100\/100:active {
  border-inline-end-color: rgb(243 244 246 / 1);
}

.active\:border-e-gray-100\/20:active {
  border-inline-end-color: rgb(243 244 246 / 0.2);
}

.active\:border-e-gray-100\/25:active {
  border-inline-end-color: rgb(243 244 246 / 0.25);
}

.active\:border-e-gray-100\/30:active {
  border-inline-end-color: rgb(243 244 246 / 0.3);
}

.active\:border-e-gray-100\/40:active {
  border-inline-end-color: rgb(243 244 246 / 0.4);
}

.active\:border-e-gray-100\/5:active {
  border-inline-end-color: rgb(243 244 246 / 0.05);
}

.active\:border-e-gray-100\/50:active {
  border-inline-end-color: rgb(243 244 246 / 0.5);
}

.active\:border-e-gray-100\/60:active {
  border-inline-end-color: rgb(243 244 246 / 0.6);
}

.active\:border-e-gray-100\/70:active {
  border-inline-end-color: rgb(243 244 246 / 0.7);
}

.active\:border-e-gray-100\/75:active {
  border-inline-end-color: rgb(243 244 246 / 0.75);
}

.active\:border-e-gray-100\/80:active {
  border-inline-end-color: rgb(243 244 246 / 0.8);
}

.active\:border-e-gray-100\/90:active {
  border-inline-end-color: rgb(243 244 246 / 0.9);
}

.active\:border-e-gray-100\/95:active {
  border-inline-end-color: rgb(243 244 246 / 0.95);
}

.active\:border-e-gray-200:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.active\:border-e-gray-200\/0:active {
  border-inline-end-color: rgb(229 231 235 / 0);
}

.active\:border-e-gray-200\/10:active {
  border-inline-end-color: rgb(229 231 235 / 0.1);
}

.active\:border-e-gray-200\/100:active {
  border-inline-end-color: rgb(229 231 235 / 1);
}

.active\:border-e-gray-200\/20:active {
  border-inline-end-color: rgb(229 231 235 / 0.2);
}

.active\:border-e-gray-200\/25:active {
  border-inline-end-color: rgb(229 231 235 / 0.25);
}

.active\:border-e-gray-200\/30:active {
  border-inline-end-color: rgb(229 231 235 / 0.3);
}

.active\:border-e-gray-200\/40:active {
  border-inline-end-color: rgb(229 231 235 / 0.4);
}

.active\:border-e-gray-200\/5:active {
  border-inline-end-color: rgb(229 231 235 / 0.05);
}

.active\:border-e-gray-200\/50:active {
  border-inline-end-color: rgb(229 231 235 / 0.5);
}

.active\:border-e-gray-200\/60:active {
  border-inline-end-color: rgb(229 231 235 / 0.6);
}

.active\:border-e-gray-200\/70:active {
  border-inline-end-color: rgb(229 231 235 / 0.7);
}

.active\:border-e-gray-200\/75:active {
  border-inline-end-color: rgb(229 231 235 / 0.75);
}

.active\:border-e-gray-200\/80:active {
  border-inline-end-color: rgb(229 231 235 / 0.8);
}

.active\:border-e-gray-200\/90:active {
  border-inline-end-color: rgb(229 231 235 / 0.9);
}

.active\:border-e-gray-200\/95:active {
  border-inline-end-color: rgb(229 231 235 / 0.95);
}

.active\:border-e-gray-300:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.active\:border-e-gray-300\/0:active {
  border-inline-end-color: rgb(209 213 219 / 0);
}

.active\:border-e-gray-300\/10:active {
  border-inline-end-color: rgb(209 213 219 / 0.1);
}

.active\:border-e-gray-300\/100:active {
  border-inline-end-color: rgb(209 213 219 / 1);
}

.active\:border-e-gray-300\/20:active {
  border-inline-end-color: rgb(209 213 219 / 0.2);
}

.active\:border-e-gray-300\/25:active {
  border-inline-end-color: rgb(209 213 219 / 0.25);
}

.active\:border-e-gray-300\/30:active {
  border-inline-end-color: rgb(209 213 219 / 0.3);
}

.active\:border-e-gray-300\/40:active {
  border-inline-end-color: rgb(209 213 219 / 0.4);
}

.active\:border-e-gray-300\/5:active {
  border-inline-end-color: rgb(209 213 219 / 0.05);
}

.active\:border-e-gray-300\/50:active {
  border-inline-end-color: rgb(209 213 219 / 0.5);
}

.active\:border-e-gray-300\/60:active {
  border-inline-end-color: rgb(209 213 219 / 0.6);
}

.active\:border-e-gray-300\/70:active {
  border-inline-end-color: rgb(209 213 219 / 0.7);
}

.active\:border-e-gray-300\/75:active {
  border-inline-end-color: rgb(209 213 219 / 0.75);
}

.active\:border-e-gray-300\/80:active {
  border-inline-end-color: rgb(209 213 219 / 0.8);
}

.active\:border-e-gray-300\/90:active {
  border-inline-end-color: rgb(209 213 219 / 0.9);
}

.active\:border-e-gray-300\/95:active {
  border-inline-end-color: rgb(209 213 219 / 0.95);
}

.active\:border-e-gray-400:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.active\:border-e-gray-400\/0:active {
  border-inline-end-color: rgb(156 163 175 / 0);
}

.active\:border-e-gray-400\/10:active {
  border-inline-end-color: rgb(156 163 175 / 0.1);
}

.active\:border-e-gray-400\/100:active {
  border-inline-end-color: rgb(156 163 175 / 1);
}

.active\:border-e-gray-400\/20:active {
  border-inline-end-color: rgb(156 163 175 / 0.2);
}

.active\:border-e-gray-400\/25:active {
  border-inline-end-color: rgb(156 163 175 / 0.25);
}

.active\:border-e-gray-400\/30:active {
  border-inline-end-color: rgb(156 163 175 / 0.3);
}

.active\:border-e-gray-400\/40:active {
  border-inline-end-color: rgb(156 163 175 / 0.4);
}

.active\:border-e-gray-400\/5:active {
  border-inline-end-color: rgb(156 163 175 / 0.05);
}

.active\:border-e-gray-400\/50:active {
  border-inline-end-color: rgb(156 163 175 / 0.5);
}

.active\:border-e-gray-400\/60:active {
  border-inline-end-color: rgb(156 163 175 / 0.6);
}

.active\:border-e-gray-400\/70:active {
  border-inline-end-color: rgb(156 163 175 / 0.7);
}

.active\:border-e-gray-400\/75:active {
  border-inline-end-color: rgb(156 163 175 / 0.75);
}

.active\:border-e-gray-400\/80:active {
  border-inline-end-color: rgb(156 163 175 / 0.8);
}

.active\:border-e-gray-400\/90:active {
  border-inline-end-color: rgb(156 163 175 / 0.9);
}

.active\:border-e-gray-400\/95:active {
  border-inline-end-color: rgb(156 163 175 / 0.95);
}

.active\:border-e-gray-50:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.active\:border-e-gray-50\/0:active {
  border-inline-end-color: rgb(249 250 251 / 0);
}

.active\:border-e-gray-50\/10:active {
  border-inline-end-color: rgb(249 250 251 / 0.1);
}

.active\:border-e-gray-50\/100:active {
  border-inline-end-color: rgb(249 250 251 / 1);
}

.active\:border-e-gray-50\/20:active {
  border-inline-end-color: rgb(249 250 251 / 0.2);
}

.active\:border-e-gray-50\/25:active {
  border-inline-end-color: rgb(249 250 251 / 0.25);
}

.active\:border-e-gray-50\/30:active {
  border-inline-end-color: rgb(249 250 251 / 0.3);
}

.active\:border-e-gray-50\/40:active {
  border-inline-end-color: rgb(249 250 251 / 0.4);
}

.active\:border-e-gray-50\/5:active {
  border-inline-end-color: rgb(249 250 251 / 0.05);
}

.active\:border-e-gray-50\/50:active {
  border-inline-end-color: rgb(249 250 251 / 0.5);
}

.active\:border-e-gray-50\/60:active {
  border-inline-end-color: rgb(249 250 251 / 0.6);
}

.active\:border-e-gray-50\/70:active {
  border-inline-end-color: rgb(249 250 251 / 0.7);
}

.active\:border-e-gray-50\/75:active {
  border-inline-end-color: rgb(249 250 251 / 0.75);
}

.active\:border-e-gray-50\/80:active {
  border-inline-end-color: rgb(249 250 251 / 0.8);
}

.active\:border-e-gray-50\/90:active {
  border-inline-end-color: rgb(249 250 251 / 0.9);
}

.active\:border-e-gray-50\/95:active {
  border-inline-end-color: rgb(249 250 251 / 0.95);
}

.active\:border-e-gray-500:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.active\:border-e-gray-500\/0:active {
  border-inline-end-color: rgb(107 114 128 / 0);
}

.active\:border-e-gray-500\/10:active {
  border-inline-end-color: rgb(107 114 128 / 0.1);
}

.active\:border-e-gray-500\/100:active {
  border-inline-end-color: rgb(107 114 128 / 1);
}

.active\:border-e-gray-500\/20:active {
  border-inline-end-color: rgb(107 114 128 / 0.2);
}

.active\:border-e-gray-500\/25:active {
  border-inline-end-color: rgb(107 114 128 / 0.25);
}

.active\:border-e-gray-500\/30:active {
  border-inline-end-color: rgb(107 114 128 / 0.3);
}

.active\:border-e-gray-500\/40:active {
  border-inline-end-color: rgb(107 114 128 / 0.4);
}

.active\:border-e-gray-500\/5:active {
  border-inline-end-color: rgb(107 114 128 / 0.05);
}

.active\:border-e-gray-500\/50:active {
  border-inline-end-color: rgb(107 114 128 / 0.5);
}

.active\:border-e-gray-500\/60:active {
  border-inline-end-color: rgb(107 114 128 / 0.6);
}

.active\:border-e-gray-500\/70:active {
  border-inline-end-color: rgb(107 114 128 / 0.7);
}

.active\:border-e-gray-500\/75:active {
  border-inline-end-color: rgb(107 114 128 / 0.75);
}

.active\:border-e-gray-500\/80:active {
  border-inline-end-color: rgb(107 114 128 / 0.8);
}

.active\:border-e-gray-500\/90:active {
  border-inline-end-color: rgb(107 114 128 / 0.9);
}

.active\:border-e-gray-500\/95:active {
  border-inline-end-color: rgb(107 114 128 / 0.95);
}

.active\:border-e-gray-600:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.active\:border-e-gray-600\/0:active {
  border-inline-end-color: rgb(75 85 99 / 0);
}

.active\:border-e-gray-600\/10:active {
  border-inline-end-color: rgb(75 85 99 / 0.1);
}

.active\:border-e-gray-600\/100:active {
  border-inline-end-color: rgb(75 85 99 / 1);
}

.active\:border-e-gray-600\/20:active {
  border-inline-end-color: rgb(75 85 99 / 0.2);
}

.active\:border-e-gray-600\/25:active {
  border-inline-end-color: rgb(75 85 99 / 0.25);
}

.active\:border-e-gray-600\/30:active {
  border-inline-end-color: rgb(75 85 99 / 0.3);
}

.active\:border-e-gray-600\/40:active {
  border-inline-end-color: rgb(75 85 99 / 0.4);
}

.active\:border-e-gray-600\/5:active {
  border-inline-end-color: rgb(75 85 99 / 0.05);
}

.active\:border-e-gray-600\/50:active {
  border-inline-end-color: rgb(75 85 99 / 0.5);
}

.active\:border-e-gray-600\/60:active {
  border-inline-end-color: rgb(75 85 99 / 0.6);
}

.active\:border-e-gray-600\/70:active {
  border-inline-end-color: rgb(75 85 99 / 0.7);
}

.active\:border-e-gray-600\/75:active {
  border-inline-end-color: rgb(75 85 99 / 0.75);
}

.active\:border-e-gray-600\/80:active {
  border-inline-end-color: rgb(75 85 99 / 0.8);
}

.active\:border-e-gray-600\/90:active {
  border-inline-end-color: rgb(75 85 99 / 0.9);
}

.active\:border-e-gray-600\/95:active {
  border-inline-end-color: rgb(75 85 99 / 0.95);
}

.active\:border-e-gray-700:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.active\:border-e-gray-700\/0:active {
  border-inline-end-color: rgb(55 65 81 / 0);
}

.active\:border-e-gray-700\/10:active {
  border-inline-end-color: rgb(55 65 81 / 0.1);
}

.active\:border-e-gray-700\/100:active {
  border-inline-end-color: rgb(55 65 81 / 1);
}

.active\:border-e-gray-700\/20:active {
  border-inline-end-color: rgb(55 65 81 / 0.2);
}

.active\:border-e-gray-700\/25:active {
  border-inline-end-color: rgb(55 65 81 / 0.25);
}

.active\:border-e-gray-700\/30:active {
  border-inline-end-color: rgb(55 65 81 / 0.3);
}

.active\:border-e-gray-700\/40:active {
  border-inline-end-color: rgb(55 65 81 / 0.4);
}

.active\:border-e-gray-700\/5:active {
  border-inline-end-color: rgb(55 65 81 / 0.05);
}

.active\:border-e-gray-700\/50:active {
  border-inline-end-color: rgb(55 65 81 / 0.5);
}

.active\:border-e-gray-700\/60:active {
  border-inline-end-color: rgb(55 65 81 / 0.6);
}

.active\:border-e-gray-700\/70:active {
  border-inline-end-color: rgb(55 65 81 / 0.7);
}

.active\:border-e-gray-700\/75:active {
  border-inline-end-color: rgb(55 65 81 / 0.75);
}

.active\:border-e-gray-700\/80:active {
  border-inline-end-color: rgb(55 65 81 / 0.8);
}

.active\:border-e-gray-700\/90:active {
  border-inline-end-color: rgb(55 65 81 / 0.9);
}

.active\:border-e-gray-700\/95:active {
  border-inline-end-color: rgb(55 65 81 / 0.95);
}

.active\:border-e-gray-800:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.active\:border-e-gray-800\/0:active {
  border-inline-end-color: rgb(31 41 55 / 0);
}

.active\:border-e-gray-800\/10:active {
  border-inline-end-color: rgb(31 41 55 / 0.1);
}

.active\:border-e-gray-800\/100:active {
  border-inline-end-color: rgb(31 41 55 / 1);
}

.active\:border-e-gray-800\/20:active {
  border-inline-end-color: rgb(31 41 55 / 0.2);
}

.active\:border-e-gray-800\/25:active {
  border-inline-end-color: rgb(31 41 55 / 0.25);
}

.active\:border-e-gray-800\/30:active {
  border-inline-end-color: rgb(31 41 55 / 0.3);
}

.active\:border-e-gray-800\/40:active {
  border-inline-end-color: rgb(31 41 55 / 0.4);
}

.active\:border-e-gray-800\/5:active {
  border-inline-end-color: rgb(31 41 55 / 0.05);
}

.active\:border-e-gray-800\/50:active {
  border-inline-end-color: rgb(31 41 55 / 0.5);
}

.active\:border-e-gray-800\/60:active {
  border-inline-end-color: rgb(31 41 55 / 0.6);
}

.active\:border-e-gray-800\/70:active {
  border-inline-end-color: rgb(31 41 55 / 0.7);
}

.active\:border-e-gray-800\/75:active {
  border-inline-end-color: rgb(31 41 55 / 0.75);
}

.active\:border-e-gray-800\/80:active {
  border-inline-end-color: rgb(31 41 55 / 0.8);
}

.active\:border-e-gray-800\/90:active {
  border-inline-end-color: rgb(31 41 55 / 0.9);
}

.active\:border-e-gray-800\/95:active {
  border-inline-end-color: rgb(31 41 55 / 0.95);
}

.active\:border-e-gray-900:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.active\:border-e-gray-900\/0:active {
  border-inline-end-color: rgb(17 24 39 / 0);
}

.active\:border-e-gray-900\/10:active {
  border-inline-end-color: rgb(17 24 39 / 0.1);
}

.active\:border-e-gray-900\/100:active {
  border-inline-end-color: rgb(17 24 39 / 1);
}

.active\:border-e-gray-900\/20:active {
  border-inline-end-color: rgb(17 24 39 / 0.2);
}

.active\:border-e-gray-900\/25:active {
  border-inline-end-color: rgb(17 24 39 / 0.25);
}

.active\:border-e-gray-900\/30:active {
  border-inline-end-color: rgb(17 24 39 / 0.3);
}

.active\:border-e-gray-900\/40:active {
  border-inline-end-color: rgb(17 24 39 / 0.4);
}

.active\:border-e-gray-900\/5:active {
  border-inline-end-color: rgb(17 24 39 / 0.05);
}

.active\:border-e-gray-900\/50:active {
  border-inline-end-color: rgb(17 24 39 / 0.5);
}

.active\:border-e-gray-900\/60:active {
  border-inline-end-color: rgb(17 24 39 / 0.6);
}

.active\:border-e-gray-900\/70:active {
  border-inline-end-color: rgb(17 24 39 / 0.7);
}

.active\:border-e-gray-900\/75:active {
  border-inline-end-color: rgb(17 24 39 / 0.75);
}

.active\:border-e-gray-900\/80:active {
  border-inline-end-color: rgb(17 24 39 / 0.8);
}

.active\:border-e-gray-900\/90:active {
  border-inline-end-color: rgb(17 24 39 / 0.9);
}

.active\:border-e-gray-900\/95:active {
  border-inline-end-color: rgb(17 24 39 / 0.95);
}

.active\:border-e-gray-950:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(3 7 18 / var(--tw-border-opacity));
}

.active\:border-e-gray-950\/0:active {
  border-inline-end-color: rgb(3 7 18 / 0);
}

.active\:border-e-gray-950\/10:active {
  border-inline-end-color: rgb(3 7 18 / 0.1);
}

.active\:border-e-gray-950\/100:active {
  border-inline-end-color: rgb(3 7 18 / 1);
}

.active\:border-e-gray-950\/20:active {
  border-inline-end-color: rgb(3 7 18 / 0.2);
}

.active\:border-e-gray-950\/25:active {
  border-inline-end-color: rgb(3 7 18 / 0.25);
}

.active\:border-e-gray-950\/30:active {
  border-inline-end-color: rgb(3 7 18 / 0.3);
}

.active\:border-e-gray-950\/40:active {
  border-inline-end-color: rgb(3 7 18 / 0.4);
}

.active\:border-e-gray-950\/5:active {
  border-inline-end-color: rgb(3 7 18 / 0.05);
}

.active\:border-e-gray-950\/50:active {
  border-inline-end-color: rgb(3 7 18 / 0.5);
}

.active\:border-e-gray-950\/60:active {
  border-inline-end-color: rgb(3 7 18 / 0.6);
}

.active\:border-e-gray-950\/70:active {
  border-inline-end-color: rgb(3 7 18 / 0.7);
}

.active\:border-e-gray-950\/75:active {
  border-inline-end-color: rgb(3 7 18 / 0.75);
}

.active\:border-e-gray-950\/80:active {
  border-inline-end-color: rgb(3 7 18 / 0.8);
}

.active\:border-e-gray-950\/90:active {
  border-inline-end-color: rgb(3 7 18 / 0.9);
}

.active\:border-e-gray-950\/95:active {
  border-inline-end-color: rgb(3 7 18 / 0.95);
}

.active\:border-e-green-100:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(220 252 231 / var(--tw-border-opacity));
}

.active\:border-e-green-100\/0:active {
  border-inline-end-color: rgb(220 252 231 / 0);
}

.active\:border-e-green-100\/10:active {
  border-inline-end-color: rgb(220 252 231 / 0.1);
}

.active\:border-e-green-100\/100:active {
  border-inline-end-color: rgb(220 252 231 / 1);
}

.active\:border-e-green-100\/20:active {
  border-inline-end-color: rgb(220 252 231 / 0.2);
}

.active\:border-e-green-100\/25:active {
  border-inline-end-color: rgb(220 252 231 / 0.25);
}

.active\:border-e-green-100\/30:active {
  border-inline-end-color: rgb(220 252 231 / 0.3);
}

.active\:border-e-green-100\/40:active {
  border-inline-end-color: rgb(220 252 231 / 0.4);
}

.active\:border-e-green-100\/5:active {
  border-inline-end-color: rgb(220 252 231 / 0.05);
}

.active\:border-e-green-100\/50:active {
  border-inline-end-color: rgb(220 252 231 / 0.5);
}

.active\:border-e-green-100\/60:active {
  border-inline-end-color: rgb(220 252 231 / 0.6);
}

.active\:border-e-green-100\/70:active {
  border-inline-end-color: rgb(220 252 231 / 0.7);
}

.active\:border-e-green-100\/75:active {
  border-inline-end-color: rgb(220 252 231 / 0.75);
}

.active\:border-e-green-100\/80:active {
  border-inline-end-color: rgb(220 252 231 / 0.8);
}

.active\:border-e-green-100\/90:active {
  border-inline-end-color: rgb(220 252 231 / 0.9);
}

.active\:border-e-green-100\/95:active {
  border-inline-end-color: rgb(220 252 231 / 0.95);
}

.active\:border-e-green-200:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.active\:border-e-green-200\/0:active {
  border-inline-end-color: rgb(187 247 208 / 0);
}

.active\:border-e-green-200\/10:active {
  border-inline-end-color: rgb(187 247 208 / 0.1);
}

.active\:border-e-green-200\/100:active {
  border-inline-end-color: rgb(187 247 208 / 1);
}

.active\:border-e-green-200\/20:active {
  border-inline-end-color: rgb(187 247 208 / 0.2);
}

.active\:border-e-green-200\/25:active {
  border-inline-end-color: rgb(187 247 208 / 0.25);
}

.active\:border-e-green-200\/30:active {
  border-inline-end-color: rgb(187 247 208 / 0.3);
}

.active\:border-e-green-200\/40:active {
  border-inline-end-color: rgb(187 247 208 / 0.4);
}

.active\:border-e-green-200\/5:active {
  border-inline-end-color: rgb(187 247 208 / 0.05);
}

.active\:border-e-green-200\/50:active {
  border-inline-end-color: rgb(187 247 208 / 0.5);
}

.active\:border-e-green-200\/60:active {
  border-inline-end-color: rgb(187 247 208 / 0.6);
}

.active\:border-e-green-200\/70:active {
  border-inline-end-color: rgb(187 247 208 / 0.7);
}

.active\:border-e-green-200\/75:active {
  border-inline-end-color: rgb(187 247 208 / 0.75);
}

.active\:border-e-green-200\/80:active {
  border-inline-end-color: rgb(187 247 208 / 0.8);
}

.active\:border-e-green-200\/90:active {
  border-inline-end-color: rgb(187 247 208 / 0.9);
}

.active\:border-e-green-200\/95:active {
  border-inline-end-color: rgb(187 247 208 / 0.95);
}

.active\:border-e-green-300:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.active\:border-e-green-300\/0:active {
  border-inline-end-color: rgb(134 239 172 / 0);
}

.active\:border-e-green-300\/10:active {
  border-inline-end-color: rgb(134 239 172 / 0.1);
}

.active\:border-e-green-300\/100:active {
  border-inline-end-color: rgb(134 239 172 / 1);
}

.active\:border-e-green-300\/20:active {
  border-inline-end-color: rgb(134 239 172 / 0.2);
}

.active\:border-e-green-300\/25:active {
  border-inline-end-color: rgb(134 239 172 / 0.25);
}

.active\:border-e-green-300\/30:active {
  border-inline-end-color: rgb(134 239 172 / 0.3);
}

.active\:border-e-green-300\/40:active {
  border-inline-end-color: rgb(134 239 172 / 0.4);
}

.active\:border-e-green-300\/5:active {
  border-inline-end-color: rgb(134 239 172 / 0.05);
}

.active\:border-e-green-300\/50:active {
  border-inline-end-color: rgb(134 239 172 / 0.5);
}

.active\:border-e-green-300\/60:active {
  border-inline-end-color: rgb(134 239 172 / 0.6);
}

.active\:border-e-green-300\/70:active {
  border-inline-end-color: rgb(134 239 172 / 0.7);
}

.active\:border-e-green-300\/75:active {
  border-inline-end-color: rgb(134 239 172 / 0.75);
}

.active\:border-e-green-300\/80:active {
  border-inline-end-color: rgb(134 239 172 / 0.8);
}

.active\:border-e-green-300\/90:active {
  border-inline-end-color: rgb(134 239 172 / 0.9);
}

.active\:border-e-green-300\/95:active {
  border-inline-end-color: rgb(134 239 172 / 0.95);
}

.active\:border-e-green-400:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.active\:border-e-green-400\/0:active {
  border-inline-end-color: rgb(74 222 128 / 0);
}

.active\:border-e-green-400\/10:active {
  border-inline-end-color: rgb(74 222 128 / 0.1);
}

.active\:border-e-green-400\/100:active {
  border-inline-end-color: rgb(74 222 128 / 1);
}

.active\:border-e-green-400\/20:active {
  border-inline-end-color: rgb(74 222 128 / 0.2);
}

.active\:border-e-green-400\/25:active {
  border-inline-end-color: rgb(74 222 128 / 0.25);
}

.active\:border-e-green-400\/30:active {
  border-inline-end-color: rgb(74 222 128 / 0.3);
}

.active\:border-e-green-400\/40:active {
  border-inline-end-color: rgb(74 222 128 / 0.4);
}

.active\:border-e-green-400\/5:active {
  border-inline-end-color: rgb(74 222 128 / 0.05);
}

.active\:border-e-green-400\/50:active {
  border-inline-end-color: rgb(74 222 128 / 0.5);
}

.active\:border-e-green-400\/60:active {
  border-inline-end-color: rgb(74 222 128 / 0.6);
}

.active\:border-e-green-400\/70:active {
  border-inline-end-color: rgb(74 222 128 / 0.7);
}

.active\:border-e-green-400\/75:active {
  border-inline-end-color: rgb(74 222 128 / 0.75);
}

.active\:border-e-green-400\/80:active {
  border-inline-end-color: rgb(74 222 128 / 0.8);
}

.active\:border-e-green-400\/90:active {
  border-inline-end-color: rgb(74 222 128 / 0.9);
}

.active\:border-e-green-400\/95:active {
  border-inline-end-color: rgb(74 222 128 / 0.95);
}

.active\:border-e-green-50:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(240 253 244 / var(--tw-border-opacity));
}

.active\:border-e-green-50\/0:active {
  border-inline-end-color: rgb(240 253 244 / 0);
}

.active\:border-e-green-50\/10:active {
  border-inline-end-color: rgb(240 253 244 / 0.1);
}

.active\:border-e-green-50\/100:active {
  border-inline-end-color: rgb(240 253 244 / 1);
}

.active\:border-e-green-50\/20:active {
  border-inline-end-color: rgb(240 253 244 / 0.2);
}

.active\:border-e-green-50\/25:active {
  border-inline-end-color: rgb(240 253 244 / 0.25);
}

.active\:border-e-green-50\/30:active {
  border-inline-end-color: rgb(240 253 244 / 0.3);
}

.active\:border-e-green-50\/40:active {
  border-inline-end-color: rgb(240 253 244 / 0.4);
}

.active\:border-e-green-50\/5:active {
  border-inline-end-color: rgb(240 253 244 / 0.05);
}

.active\:border-e-green-50\/50:active {
  border-inline-end-color: rgb(240 253 244 / 0.5);
}

.active\:border-e-green-50\/60:active {
  border-inline-end-color: rgb(240 253 244 / 0.6);
}

.active\:border-e-green-50\/70:active {
  border-inline-end-color: rgb(240 253 244 / 0.7);
}

.active\:border-e-green-50\/75:active {
  border-inline-end-color: rgb(240 253 244 / 0.75);
}

.active\:border-e-green-50\/80:active {
  border-inline-end-color: rgb(240 253 244 / 0.8);
}

.active\:border-e-green-50\/90:active {
  border-inline-end-color: rgb(240 253 244 / 0.9);
}

.active\:border-e-green-50\/95:active {
  border-inline-end-color: rgb(240 253 244 / 0.95);
}

.active\:border-e-green-500:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.active\:border-e-green-500\/0:active {
  border-inline-end-color: rgb(34 197 94 / 0);
}

.active\:border-e-green-500\/10:active {
  border-inline-end-color: rgb(34 197 94 / 0.1);
}

.active\:border-e-green-500\/100:active {
  border-inline-end-color: rgb(34 197 94 / 1);
}

.active\:border-e-green-500\/20:active {
  border-inline-end-color: rgb(34 197 94 / 0.2);
}

.active\:border-e-green-500\/25:active {
  border-inline-end-color: rgb(34 197 94 / 0.25);
}

.active\:border-e-green-500\/30:active {
  border-inline-end-color: rgb(34 197 94 / 0.3);
}

.active\:border-e-green-500\/40:active {
  border-inline-end-color: rgb(34 197 94 / 0.4);
}

.active\:border-e-green-500\/5:active {
  border-inline-end-color: rgb(34 197 94 / 0.05);
}

.active\:border-e-green-500\/50:active {
  border-inline-end-color: rgb(34 197 94 / 0.5);
}

.active\:border-e-green-500\/60:active {
  border-inline-end-color: rgb(34 197 94 / 0.6);
}

.active\:border-e-green-500\/70:active {
  border-inline-end-color: rgb(34 197 94 / 0.7);
}

.active\:border-e-green-500\/75:active {
  border-inline-end-color: rgb(34 197 94 / 0.75);
}

.active\:border-e-green-500\/80:active {
  border-inline-end-color: rgb(34 197 94 / 0.8);
}

.active\:border-e-green-500\/90:active {
  border-inline-end-color: rgb(34 197 94 / 0.9);
}

.active\:border-e-green-500\/95:active {
  border-inline-end-color: rgb(34 197 94 / 0.95);
}

.active\:border-e-green-600:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.active\:border-e-green-600\/0:active {
  border-inline-end-color: rgb(22 163 74 / 0);
}

.active\:border-e-green-600\/10:active {
  border-inline-end-color: rgb(22 163 74 / 0.1);
}

.active\:border-e-green-600\/100:active {
  border-inline-end-color: rgb(22 163 74 / 1);
}

.active\:border-e-green-600\/20:active {
  border-inline-end-color: rgb(22 163 74 / 0.2);
}

.active\:border-e-green-600\/25:active {
  border-inline-end-color: rgb(22 163 74 / 0.25);
}

.active\:border-e-green-600\/30:active {
  border-inline-end-color: rgb(22 163 74 / 0.3);
}

.active\:border-e-green-600\/40:active {
  border-inline-end-color: rgb(22 163 74 / 0.4);
}

.active\:border-e-green-600\/5:active {
  border-inline-end-color: rgb(22 163 74 / 0.05);
}

.active\:border-e-green-600\/50:active {
  border-inline-end-color: rgb(22 163 74 / 0.5);
}

.active\:border-e-green-600\/60:active {
  border-inline-end-color: rgb(22 163 74 / 0.6);
}

.active\:border-e-green-600\/70:active {
  border-inline-end-color: rgb(22 163 74 / 0.7);
}

.active\:border-e-green-600\/75:active {
  border-inline-end-color: rgb(22 163 74 / 0.75);
}

.active\:border-e-green-600\/80:active {
  border-inline-end-color: rgb(22 163 74 / 0.8);
}

.active\:border-e-green-600\/90:active {
  border-inline-end-color: rgb(22 163 74 / 0.9);
}

.active\:border-e-green-600\/95:active {
  border-inline-end-color: rgb(22 163 74 / 0.95);
}

.active\:border-e-green-700:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.active\:border-e-green-700\/0:active {
  border-inline-end-color: rgb(21 128 61 / 0);
}

.active\:border-e-green-700\/10:active {
  border-inline-end-color: rgb(21 128 61 / 0.1);
}

.active\:border-e-green-700\/100:active {
  border-inline-end-color: rgb(21 128 61 / 1);
}

.active\:border-e-green-700\/20:active {
  border-inline-end-color: rgb(21 128 61 / 0.2);
}

.active\:border-e-green-700\/25:active {
  border-inline-end-color: rgb(21 128 61 / 0.25);
}

.active\:border-e-green-700\/30:active {
  border-inline-end-color: rgb(21 128 61 / 0.3);
}

.active\:border-e-green-700\/40:active {
  border-inline-end-color: rgb(21 128 61 / 0.4);
}

.active\:border-e-green-700\/5:active {
  border-inline-end-color: rgb(21 128 61 / 0.05);
}

.active\:border-e-green-700\/50:active {
  border-inline-end-color: rgb(21 128 61 / 0.5);
}

.active\:border-e-green-700\/60:active {
  border-inline-end-color: rgb(21 128 61 / 0.6);
}

.active\:border-e-green-700\/70:active {
  border-inline-end-color: rgb(21 128 61 / 0.7);
}

.active\:border-e-green-700\/75:active {
  border-inline-end-color: rgb(21 128 61 / 0.75);
}

.active\:border-e-green-700\/80:active {
  border-inline-end-color: rgb(21 128 61 / 0.8);
}

.active\:border-e-green-700\/90:active {
  border-inline-end-color: rgb(21 128 61 / 0.9);
}

.active\:border-e-green-700\/95:active {
  border-inline-end-color: rgb(21 128 61 / 0.95);
}

.active\:border-e-green-800:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.active\:border-e-green-800\/0:active {
  border-inline-end-color: rgb(22 101 52 / 0);
}

.active\:border-e-green-800\/10:active {
  border-inline-end-color: rgb(22 101 52 / 0.1);
}

.active\:border-e-green-800\/100:active {
  border-inline-end-color: rgb(22 101 52 / 1);
}

.active\:border-e-green-800\/20:active {
  border-inline-end-color: rgb(22 101 52 / 0.2);
}

.active\:border-e-green-800\/25:active {
  border-inline-end-color: rgb(22 101 52 / 0.25);
}

.active\:border-e-green-800\/30:active {
  border-inline-end-color: rgb(22 101 52 / 0.3);
}

.active\:border-e-green-800\/40:active {
  border-inline-end-color: rgb(22 101 52 / 0.4);
}

.active\:border-e-green-800\/5:active {
  border-inline-end-color: rgb(22 101 52 / 0.05);
}

.active\:border-e-green-800\/50:active {
  border-inline-end-color: rgb(22 101 52 / 0.5);
}

.active\:border-e-green-800\/60:active {
  border-inline-end-color: rgb(22 101 52 / 0.6);
}

.active\:border-e-green-800\/70:active {
  border-inline-end-color: rgb(22 101 52 / 0.7);
}

.active\:border-e-green-800\/75:active {
  border-inline-end-color: rgb(22 101 52 / 0.75);
}

.active\:border-e-green-800\/80:active {
  border-inline-end-color: rgb(22 101 52 / 0.8);
}

.active\:border-e-green-800\/90:active {
  border-inline-end-color: rgb(22 101 52 / 0.9);
}

.active\:border-e-green-800\/95:active {
  border-inline-end-color: rgb(22 101 52 / 0.95);
}

.active\:border-e-green-900:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(20 83 45 / var(--tw-border-opacity));
}

.active\:border-e-green-900\/0:active {
  border-inline-end-color: rgb(20 83 45 / 0);
}

.active\:border-e-green-900\/10:active {
  border-inline-end-color: rgb(20 83 45 / 0.1);
}

.active\:border-e-green-900\/100:active {
  border-inline-end-color: rgb(20 83 45 / 1);
}

.active\:border-e-green-900\/20:active {
  border-inline-end-color: rgb(20 83 45 / 0.2);
}

.active\:border-e-green-900\/25:active {
  border-inline-end-color: rgb(20 83 45 / 0.25);
}

.active\:border-e-green-900\/30:active {
  border-inline-end-color: rgb(20 83 45 / 0.3);
}

.active\:border-e-green-900\/40:active {
  border-inline-end-color: rgb(20 83 45 / 0.4);
}

.active\:border-e-green-900\/5:active {
  border-inline-end-color: rgb(20 83 45 / 0.05);
}

.active\:border-e-green-900\/50:active {
  border-inline-end-color: rgb(20 83 45 / 0.5);
}

.active\:border-e-green-900\/60:active {
  border-inline-end-color: rgb(20 83 45 / 0.6);
}

.active\:border-e-green-900\/70:active {
  border-inline-end-color: rgb(20 83 45 / 0.7);
}

.active\:border-e-green-900\/75:active {
  border-inline-end-color: rgb(20 83 45 / 0.75);
}

.active\:border-e-green-900\/80:active {
  border-inline-end-color: rgb(20 83 45 / 0.8);
}

.active\:border-e-green-900\/90:active {
  border-inline-end-color: rgb(20 83 45 / 0.9);
}

.active\:border-e-green-900\/95:active {
  border-inline-end-color: rgb(20 83 45 / 0.95);
}

.active\:border-e-green-950:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(5 46 22 / var(--tw-border-opacity));
}

.active\:border-e-green-950\/0:active {
  border-inline-end-color: rgb(5 46 22 / 0);
}

.active\:border-e-green-950\/10:active {
  border-inline-end-color: rgb(5 46 22 / 0.1);
}

.active\:border-e-green-950\/100:active {
  border-inline-end-color: rgb(5 46 22 / 1);
}

.active\:border-e-green-950\/20:active {
  border-inline-end-color: rgb(5 46 22 / 0.2);
}

.active\:border-e-green-950\/25:active {
  border-inline-end-color: rgb(5 46 22 / 0.25);
}

.active\:border-e-green-950\/30:active {
  border-inline-end-color: rgb(5 46 22 / 0.3);
}

.active\:border-e-green-950\/40:active {
  border-inline-end-color: rgb(5 46 22 / 0.4);
}

.active\:border-e-green-950\/5:active {
  border-inline-end-color: rgb(5 46 22 / 0.05);
}

.active\:border-e-green-950\/50:active {
  border-inline-end-color: rgb(5 46 22 / 0.5);
}

.active\:border-e-green-950\/60:active {
  border-inline-end-color: rgb(5 46 22 / 0.6);
}

.active\:border-e-green-950\/70:active {
  border-inline-end-color: rgb(5 46 22 / 0.7);
}

.active\:border-e-green-950\/75:active {
  border-inline-end-color: rgb(5 46 22 / 0.75);
}

.active\:border-e-green-950\/80:active {
  border-inline-end-color: rgb(5 46 22 / 0.8);
}

.active\:border-e-green-950\/90:active {
  border-inline-end-color: rgb(5 46 22 / 0.9);
}

.active\:border-e-green-950\/95:active {
  border-inline-end-color: rgb(5 46 22 / 0.95);
}

.active\:border-e-indigo-100:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(224 231 255 / var(--tw-border-opacity));
}

.active\:border-e-indigo-100\/0:active {
  border-inline-end-color: rgb(224 231 255 / 0);
}

.active\:border-e-indigo-100\/10:active {
  border-inline-end-color: rgb(224 231 255 / 0.1);
}

.active\:border-e-indigo-100\/100:active {
  border-inline-end-color: rgb(224 231 255 / 1);
}

.active\:border-e-indigo-100\/20:active {
  border-inline-end-color: rgb(224 231 255 / 0.2);
}

.active\:border-e-indigo-100\/25:active {
  border-inline-end-color: rgb(224 231 255 / 0.25);
}

.active\:border-e-indigo-100\/30:active {
  border-inline-end-color: rgb(224 231 255 / 0.3);
}

.active\:border-e-indigo-100\/40:active {
  border-inline-end-color: rgb(224 231 255 / 0.4);
}

.active\:border-e-indigo-100\/5:active {
  border-inline-end-color: rgb(224 231 255 / 0.05);
}

.active\:border-e-indigo-100\/50:active {
  border-inline-end-color: rgb(224 231 255 / 0.5);
}

.active\:border-e-indigo-100\/60:active {
  border-inline-end-color: rgb(224 231 255 / 0.6);
}

.active\:border-e-indigo-100\/70:active {
  border-inline-end-color: rgb(224 231 255 / 0.7);
}

.active\:border-e-indigo-100\/75:active {
  border-inline-end-color: rgb(224 231 255 / 0.75);
}

.active\:border-e-indigo-100\/80:active {
  border-inline-end-color: rgb(224 231 255 / 0.8);
}

.active\:border-e-indigo-100\/90:active {
  border-inline-end-color: rgb(224 231 255 / 0.9);
}

.active\:border-e-indigo-100\/95:active {
  border-inline-end-color: rgb(224 231 255 / 0.95);
}

.active\:border-e-indigo-200:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.active\:border-e-indigo-200\/0:active {
  border-inline-end-color: rgb(199 210 254 / 0);
}

.active\:border-e-indigo-200\/10:active {
  border-inline-end-color: rgb(199 210 254 / 0.1);
}

.active\:border-e-indigo-200\/100:active {
  border-inline-end-color: rgb(199 210 254 / 1);
}

.active\:border-e-indigo-200\/20:active {
  border-inline-end-color: rgb(199 210 254 / 0.2);
}

.active\:border-e-indigo-200\/25:active {
  border-inline-end-color: rgb(199 210 254 / 0.25);
}

.active\:border-e-indigo-200\/30:active {
  border-inline-end-color: rgb(199 210 254 / 0.3);
}

.active\:border-e-indigo-200\/40:active {
  border-inline-end-color: rgb(199 210 254 / 0.4);
}

.active\:border-e-indigo-200\/5:active {
  border-inline-end-color: rgb(199 210 254 / 0.05);
}

.active\:border-e-indigo-200\/50:active {
  border-inline-end-color: rgb(199 210 254 / 0.5);
}

.active\:border-e-indigo-200\/60:active {
  border-inline-end-color: rgb(199 210 254 / 0.6);
}

.active\:border-e-indigo-200\/70:active {
  border-inline-end-color: rgb(199 210 254 / 0.7);
}

.active\:border-e-indigo-200\/75:active {
  border-inline-end-color: rgb(199 210 254 / 0.75);
}

.active\:border-e-indigo-200\/80:active {
  border-inline-end-color: rgb(199 210 254 / 0.8);
}

.active\:border-e-indigo-200\/90:active {
  border-inline-end-color: rgb(199 210 254 / 0.9);
}

.active\:border-e-indigo-200\/95:active {
  border-inline-end-color: rgb(199 210 254 / 0.95);
}

.active\:border-e-indigo-300:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.active\:border-e-indigo-300\/0:active {
  border-inline-end-color: rgb(165 180 252 / 0);
}

.active\:border-e-indigo-300\/10:active {
  border-inline-end-color: rgb(165 180 252 / 0.1);
}

.active\:border-e-indigo-300\/100:active {
  border-inline-end-color: rgb(165 180 252 / 1);
}

.active\:border-e-indigo-300\/20:active {
  border-inline-end-color: rgb(165 180 252 / 0.2);
}

.active\:border-e-indigo-300\/25:active {
  border-inline-end-color: rgb(165 180 252 / 0.25);
}

.active\:border-e-indigo-300\/30:active {
  border-inline-end-color: rgb(165 180 252 / 0.3);
}

.active\:border-e-indigo-300\/40:active {
  border-inline-end-color: rgb(165 180 252 / 0.4);
}

.active\:border-e-indigo-300\/5:active {
  border-inline-end-color: rgb(165 180 252 / 0.05);
}

.active\:border-e-indigo-300\/50:active {
  border-inline-end-color: rgb(165 180 252 / 0.5);
}

.active\:border-e-indigo-300\/60:active {
  border-inline-end-color: rgb(165 180 252 / 0.6);
}

.active\:border-e-indigo-300\/70:active {
  border-inline-end-color: rgb(165 180 252 / 0.7);
}

.active\:border-e-indigo-300\/75:active {
  border-inline-end-color: rgb(165 180 252 / 0.75);
}

.active\:border-e-indigo-300\/80:active {
  border-inline-end-color: rgb(165 180 252 / 0.8);
}

.active\:border-e-indigo-300\/90:active {
  border-inline-end-color: rgb(165 180 252 / 0.9);
}

.active\:border-e-indigo-300\/95:active {
  border-inline-end-color: rgb(165 180 252 / 0.95);
}

.active\:border-e-indigo-400:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.active\:border-e-indigo-400\/0:active {
  border-inline-end-color: rgb(129 140 248 / 0);
}

.active\:border-e-indigo-400\/10:active {
  border-inline-end-color: rgb(129 140 248 / 0.1);
}

.active\:border-e-indigo-400\/100:active {
  border-inline-end-color: rgb(129 140 248 / 1);
}

.active\:border-e-indigo-400\/20:active {
  border-inline-end-color: rgb(129 140 248 / 0.2);
}

.active\:border-e-indigo-400\/25:active {
  border-inline-end-color: rgb(129 140 248 / 0.25);
}

.active\:border-e-indigo-400\/30:active {
  border-inline-end-color: rgb(129 140 248 / 0.3);
}

.active\:border-e-indigo-400\/40:active {
  border-inline-end-color: rgb(129 140 248 / 0.4);
}

.active\:border-e-indigo-400\/5:active {
  border-inline-end-color: rgb(129 140 248 / 0.05);
}

.active\:border-e-indigo-400\/50:active {
  border-inline-end-color: rgb(129 140 248 / 0.5);
}

.active\:border-e-indigo-400\/60:active {
  border-inline-end-color: rgb(129 140 248 / 0.6);
}

.active\:border-e-indigo-400\/70:active {
  border-inline-end-color: rgb(129 140 248 / 0.7);
}

.active\:border-e-indigo-400\/75:active {
  border-inline-end-color: rgb(129 140 248 / 0.75);
}

.active\:border-e-indigo-400\/80:active {
  border-inline-end-color: rgb(129 140 248 / 0.8);
}

.active\:border-e-indigo-400\/90:active {
  border-inline-end-color: rgb(129 140 248 / 0.9);
}

.active\:border-e-indigo-400\/95:active {
  border-inline-end-color: rgb(129 140 248 / 0.95);
}

.active\:border-e-indigo-50:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(238 242 255 / var(--tw-border-opacity));
}

.active\:border-e-indigo-50\/0:active {
  border-inline-end-color: rgb(238 242 255 / 0);
}

.active\:border-e-indigo-50\/10:active {
  border-inline-end-color: rgb(238 242 255 / 0.1);
}

.active\:border-e-indigo-50\/100:active {
  border-inline-end-color: rgb(238 242 255 / 1);
}

.active\:border-e-indigo-50\/20:active {
  border-inline-end-color: rgb(238 242 255 / 0.2);
}

.active\:border-e-indigo-50\/25:active {
  border-inline-end-color: rgb(238 242 255 / 0.25);
}

.active\:border-e-indigo-50\/30:active {
  border-inline-end-color: rgb(238 242 255 / 0.3);
}

.active\:border-e-indigo-50\/40:active {
  border-inline-end-color: rgb(238 242 255 / 0.4);
}

.active\:border-e-indigo-50\/5:active {
  border-inline-end-color: rgb(238 242 255 / 0.05);
}

.active\:border-e-indigo-50\/50:active {
  border-inline-end-color: rgb(238 242 255 / 0.5);
}

.active\:border-e-indigo-50\/60:active {
  border-inline-end-color: rgb(238 242 255 / 0.6);
}

.active\:border-e-indigo-50\/70:active {
  border-inline-end-color: rgb(238 242 255 / 0.7);
}

.active\:border-e-indigo-50\/75:active {
  border-inline-end-color: rgb(238 242 255 / 0.75);
}

.active\:border-e-indigo-50\/80:active {
  border-inline-end-color: rgb(238 242 255 / 0.8);
}

.active\:border-e-indigo-50\/90:active {
  border-inline-end-color: rgb(238 242 255 / 0.9);
}

.active\:border-e-indigo-50\/95:active {
  border-inline-end-color: rgb(238 242 255 / 0.95);
}

.active\:border-e-indigo-500:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.active\:border-e-indigo-500\/0:active {
  border-inline-end-color: rgb(99 102 241 / 0);
}

.active\:border-e-indigo-500\/10:active {
  border-inline-end-color: rgb(99 102 241 / 0.1);
}

.active\:border-e-indigo-500\/100:active {
  border-inline-end-color: rgb(99 102 241 / 1);
}

.active\:border-e-indigo-500\/20:active {
  border-inline-end-color: rgb(99 102 241 / 0.2);
}

.active\:border-e-indigo-500\/25:active {
  border-inline-end-color: rgb(99 102 241 / 0.25);
}

.active\:border-e-indigo-500\/30:active {
  border-inline-end-color: rgb(99 102 241 / 0.3);
}

.active\:border-e-indigo-500\/40:active {
  border-inline-end-color: rgb(99 102 241 / 0.4);
}

.active\:border-e-indigo-500\/5:active {
  border-inline-end-color: rgb(99 102 241 / 0.05);
}

.active\:border-e-indigo-500\/50:active {
  border-inline-end-color: rgb(99 102 241 / 0.5);
}

.active\:border-e-indigo-500\/60:active {
  border-inline-end-color: rgb(99 102 241 / 0.6);
}

.active\:border-e-indigo-500\/70:active {
  border-inline-end-color: rgb(99 102 241 / 0.7);
}

.active\:border-e-indigo-500\/75:active {
  border-inline-end-color: rgb(99 102 241 / 0.75);
}

.active\:border-e-indigo-500\/80:active {
  border-inline-end-color: rgb(99 102 241 / 0.8);
}

.active\:border-e-indigo-500\/90:active {
  border-inline-end-color: rgb(99 102 241 / 0.9);
}

.active\:border-e-indigo-500\/95:active {
  border-inline-end-color: rgb(99 102 241 / 0.95);
}

.active\:border-e-indigo-600:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.active\:border-e-indigo-600\/0:active {
  border-inline-end-color: rgb(79 70 229 / 0);
}

.active\:border-e-indigo-600\/10:active {
  border-inline-end-color: rgb(79 70 229 / 0.1);
}

.active\:border-e-indigo-600\/100:active {
  border-inline-end-color: rgb(79 70 229 / 1);
}

.active\:border-e-indigo-600\/20:active {
  border-inline-end-color: rgb(79 70 229 / 0.2);
}

.active\:border-e-indigo-600\/25:active {
  border-inline-end-color: rgb(79 70 229 / 0.25);
}

.active\:border-e-indigo-600\/30:active {
  border-inline-end-color: rgb(79 70 229 / 0.3);
}

.active\:border-e-indigo-600\/40:active {
  border-inline-end-color: rgb(79 70 229 / 0.4);
}

.active\:border-e-indigo-600\/5:active {
  border-inline-end-color: rgb(79 70 229 / 0.05);
}

.active\:border-e-indigo-600\/50:active {
  border-inline-end-color: rgb(79 70 229 / 0.5);
}

.active\:border-e-indigo-600\/60:active {
  border-inline-end-color: rgb(79 70 229 / 0.6);
}

.active\:border-e-indigo-600\/70:active {
  border-inline-end-color: rgb(79 70 229 / 0.7);
}

.active\:border-e-indigo-600\/75:active {
  border-inline-end-color: rgb(79 70 229 / 0.75);
}

.active\:border-e-indigo-600\/80:active {
  border-inline-end-color: rgb(79 70 229 / 0.8);
}

.active\:border-e-indigo-600\/90:active {
  border-inline-end-color: rgb(79 70 229 / 0.9);
}

.active\:border-e-indigo-600\/95:active {
  border-inline-end-color: rgb(79 70 229 / 0.95);
}

.active\:border-e-indigo-700:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.active\:border-e-indigo-700\/0:active {
  border-inline-end-color: rgb(67 56 202 / 0);
}

.active\:border-e-indigo-700\/10:active {
  border-inline-end-color: rgb(67 56 202 / 0.1);
}

.active\:border-e-indigo-700\/100:active {
  border-inline-end-color: rgb(67 56 202 / 1);
}

.active\:border-e-indigo-700\/20:active {
  border-inline-end-color: rgb(67 56 202 / 0.2);
}

.active\:border-e-indigo-700\/25:active {
  border-inline-end-color: rgb(67 56 202 / 0.25);
}

.active\:border-e-indigo-700\/30:active {
  border-inline-end-color: rgb(67 56 202 / 0.3);
}

.active\:border-e-indigo-700\/40:active {
  border-inline-end-color: rgb(67 56 202 / 0.4);
}

.active\:border-e-indigo-700\/5:active {
  border-inline-end-color: rgb(67 56 202 / 0.05);
}

.active\:border-e-indigo-700\/50:active {
  border-inline-end-color: rgb(67 56 202 / 0.5);
}

.active\:border-e-indigo-700\/60:active {
  border-inline-end-color: rgb(67 56 202 / 0.6);
}

.active\:border-e-indigo-700\/70:active {
  border-inline-end-color: rgb(67 56 202 / 0.7);
}

.active\:border-e-indigo-700\/75:active {
  border-inline-end-color: rgb(67 56 202 / 0.75);
}

.active\:border-e-indigo-700\/80:active {
  border-inline-end-color: rgb(67 56 202 / 0.8);
}

.active\:border-e-indigo-700\/90:active {
  border-inline-end-color: rgb(67 56 202 / 0.9);
}

.active\:border-e-indigo-700\/95:active {
  border-inline-end-color: rgb(67 56 202 / 0.95);
}

.active\:border-e-indigo-800:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(55 48 163 / var(--tw-border-opacity));
}

.active\:border-e-indigo-800\/0:active {
  border-inline-end-color: rgb(55 48 163 / 0);
}

.active\:border-e-indigo-800\/10:active {
  border-inline-end-color: rgb(55 48 163 / 0.1);
}

.active\:border-e-indigo-800\/100:active {
  border-inline-end-color: rgb(55 48 163 / 1);
}

.active\:border-e-indigo-800\/20:active {
  border-inline-end-color: rgb(55 48 163 / 0.2);
}

.active\:border-e-indigo-800\/25:active {
  border-inline-end-color: rgb(55 48 163 / 0.25);
}

.active\:border-e-indigo-800\/30:active {
  border-inline-end-color: rgb(55 48 163 / 0.3);
}

.active\:border-e-indigo-800\/40:active {
  border-inline-end-color: rgb(55 48 163 / 0.4);
}

.active\:border-e-indigo-800\/5:active {
  border-inline-end-color: rgb(55 48 163 / 0.05);
}

.active\:border-e-indigo-800\/50:active {
  border-inline-end-color: rgb(55 48 163 / 0.5);
}

.active\:border-e-indigo-800\/60:active {
  border-inline-end-color: rgb(55 48 163 / 0.6);
}

.active\:border-e-indigo-800\/70:active {
  border-inline-end-color: rgb(55 48 163 / 0.7);
}

.active\:border-e-indigo-800\/75:active {
  border-inline-end-color: rgb(55 48 163 / 0.75);
}

.active\:border-e-indigo-800\/80:active {
  border-inline-end-color: rgb(55 48 163 / 0.8);
}

.active\:border-e-indigo-800\/90:active {
  border-inline-end-color: rgb(55 48 163 / 0.9);
}

.active\:border-e-indigo-800\/95:active {
  border-inline-end-color: rgb(55 48 163 / 0.95);
}

.active\:border-e-indigo-900:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(49 46 129 / var(--tw-border-opacity));
}

.active\:border-e-indigo-900\/0:active {
  border-inline-end-color: rgb(49 46 129 / 0);
}

.active\:border-e-indigo-900\/10:active {
  border-inline-end-color: rgb(49 46 129 / 0.1);
}

.active\:border-e-indigo-900\/100:active {
  border-inline-end-color: rgb(49 46 129 / 1);
}

.active\:border-e-indigo-900\/20:active {
  border-inline-end-color: rgb(49 46 129 / 0.2);
}

.active\:border-e-indigo-900\/25:active {
  border-inline-end-color: rgb(49 46 129 / 0.25);
}

.active\:border-e-indigo-900\/30:active {
  border-inline-end-color: rgb(49 46 129 / 0.3);
}

.active\:border-e-indigo-900\/40:active {
  border-inline-end-color: rgb(49 46 129 / 0.4);
}

.active\:border-e-indigo-900\/5:active {
  border-inline-end-color: rgb(49 46 129 / 0.05);
}

.active\:border-e-indigo-900\/50:active {
  border-inline-end-color: rgb(49 46 129 / 0.5);
}

.active\:border-e-indigo-900\/60:active {
  border-inline-end-color: rgb(49 46 129 / 0.6);
}

.active\:border-e-indigo-900\/70:active {
  border-inline-end-color: rgb(49 46 129 / 0.7);
}

.active\:border-e-indigo-900\/75:active {
  border-inline-end-color: rgb(49 46 129 / 0.75);
}

.active\:border-e-indigo-900\/80:active {
  border-inline-end-color: rgb(49 46 129 / 0.8);
}

.active\:border-e-indigo-900\/90:active {
  border-inline-end-color: rgb(49 46 129 / 0.9);
}

.active\:border-e-indigo-900\/95:active {
  border-inline-end-color: rgb(49 46 129 / 0.95);
}

.active\:border-e-indigo-950:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(30 27 75 / var(--tw-border-opacity));
}

.active\:border-e-indigo-950\/0:active {
  border-inline-end-color: rgb(30 27 75 / 0);
}

.active\:border-e-indigo-950\/10:active {
  border-inline-end-color: rgb(30 27 75 / 0.1);
}

.active\:border-e-indigo-950\/100:active {
  border-inline-end-color: rgb(30 27 75 / 1);
}

.active\:border-e-indigo-950\/20:active {
  border-inline-end-color: rgb(30 27 75 / 0.2);
}

.active\:border-e-indigo-950\/25:active {
  border-inline-end-color: rgb(30 27 75 / 0.25);
}

.active\:border-e-indigo-950\/30:active {
  border-inline-end-color: rgb(30 27 75 / 0.3);
}

.active\:border-e-indigo-950\/40:active {
  border-inline-end-color: rgb(30 27 75 / 0.4);
}

.active\:border-e-indigo-950\/5:active {
  border-inline-end-color: rgb(30 27 75 / 0.05);
}

.active\:border-e-indigo-950\/50:active {
  border-inline-end-color: rgb(30 27 75 / 0.5);
}

.active\:border-e-indigo-950\/60:active {
  border-inline-end-color: rgb(30 27 75 / 0.6);
}

.active\:border-e-indigo-950\/70:active {
  border-inline-end-color: rgb(30 27 75 / 0.7);
}

.active\:border-e-indigo-950\/75:active {
  border-inline-end-color: rgb(30 27 75 / 0.75);
}

.active\:border-e-indigo-950\/80:active {
  border-inline-end-color: rgb(30 27 75 / 0.8);
}

.active\:border-e-indigo-950\/90:active {
  border-inline-end-color: rgb(30 27 75 / 0.9);
}

.active\:border-e-indigo-950\/95:active {
  border-inline-end-color: rgb(30 27 75 / 0.95);
}

.active\:border-e-inherit:active {
  border-inline-end-color: inherit;
}

.active\:border-e-interbeauty-100:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(249 197 175 / var(--tw-border-opacity));
}

.active\:border-e-interbeauty-100\/0:active {
  border-inline-end-color: rgb(249 197 175 / 0);
}

.active\:border-e-interbeauty-100\/10:active {
  border-inline-end-color: rgb(249 197 175 / 0.1);
}

.active\:border-e-interbeauty-100\/100:active {
  border-inline-end-color: rgb(249 197 175 / 1);
}

.active\:border-e-interbeauty-100\/20:active {
  border-inline-end-color: rgb(249 197 175 / 0.2);
}

.active\:border-e-interbeauty-100\/25:active {
  border-inline-end-color: rgb(249 197 175 / 0.25);
}

.active\:border-e-interbeauty-100\/30:active {
  border-inline-end-color: rgb(249 197 175 / 0.3);
}

.active\:border-e-interbeauty-100\/40:active {
  border-inline-end-color: rgb(249 197 175 / 0.4);
}

.active\:border-e-interbeauty-100\/5:active {
  border-inline-end-color: rgb(249 197 175 / 0.05);
}

.active\:border-e-interbeauty-100\/50:active {
  border-inline-end-color: rgb(249 197 175 / 0.5);
}

.active\:border-e-interbeauty-100\/60:active {
  border-inline-end-color: rgb(249 197 175 / 0.6);
}

.active\:border-e-interbeauty-100\/70:active {
  border-inline-end-color: rgb(249 197 175 / 0.7);
}

.active\:border-e-interbeauty-100\/75:active {
  border-inline-end-color: rgb(249 197 175 / 0.75);
}

.active\:border-e-interbeauty-100\/80:active {
  border-inline-end-color: rgb(249 197 175 / 0.8);
}

.active\:border-e-interbeauty-100\/90:active {
  border-inline-end-color: rgb(249 197 175 / 0.9);
}

.active\:border-e-interbeauty-100\/95:active {
  border-inline-end-color: rgb(249 197 175 / 0.95);
}

.active\:border-e-interbeauty-200:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(241 182 191 / var(--tw-border-opacity));
}

.active\:border-e-interbeauty-200\/0:active {
  border-inline-end-color: rgb(241 182 191 / 0);
}

.active\:border-e-interbeauty-200\/10:active {
  border-inline-end-color: rgb(241 182 191 / 0.1);
}

.active\:border-e-interbeauty-200\/100:active {
  border-inline-end-color: rgb(241 182 191 / 1);
}

.active\:border-e-interbeauty-200\/20:active {
  border-inline-end-color: rgb(241 182 191 / 0.2);
}

.active\:border-e-interbeauty-200\/25:active {
  border-inline-end-color: rgb(241 182 191 / 0.25);
}

.active\:border-e-interbeauty-200\/30:active {
  border-inline-end-color: rgb(241 182 191 / 0.3);
}

.active\:border-e-interbeauty-200\/40:active {
  border-inline-end-color: rgb(241 182 191 / 0.4);
}

.active\:border-e-interbeauty-200\/5:active {
  border-inline-end-color: rgb(241 182 191 / 0.05);
}

.active\:border-e-interbeauty-200\/50:active {
  border-inline-end-color: rgb(241 182 191 / 0.5);
}

.active\:border-e-interbeauty-200\/60:active {
  border-inline-end-color: rgb(241 182 191 / 0.6);
}

.active\:border-e-interbeauty-200\/70:active {
  border-inline-end-color: rgb(241 182 191 / 0.7);
}

.active\:border-e-interbeauty-200\/75:active {
  border-inline-end-color: rgb(241 182 191 / 0.75);
}

.active\:border-e-interbeauty-200\/80:active {
  border-inline-end-color: rgb(241 182 191 / 0.8);
}

.active\:border-e-interbeauty-200\/90:active {
  border-inline-end-color: rgb(241 182 191 / 0.9);
}

.active\:border-e-interbeauty-200\/95:active {
  border-inline-end-color: rgb(241 182 191 / 0.95);
}

.active\:border-e-interbeauty-300:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(182 219 231 / var(--tw-border-opacity));
}

.active\:border-e-interbeauty-300\/0:active {
  border-inline-end-color: rgb(182 219 231 / 0);
}

.active\:border-e-interbeauty-300\/10:active {
  border-inline-end-color: rgb(182 219 231 / 0.1);
}

.active\:border-e-interbeauty-300\/100:active {
  border-inline-end-color: rgb(182 219 231 / 1);
}

.active\:border-e-interbeauty-300\/20:active {
  border-inline-end-color: rgb(182 219 231 / 0.2);
}

.active\:border-e-interbeauty-300\/25:active {
  border-inline-end-color: rgb(182 219 231 / 0.25);
}

.active\:border-e-interbeauty-300\/30:active {
  border-inline-end-color: rgb(182 219 231 / 0.3);
}

.active\:border-e-interbeauty-300\/40:active {
  border-inline-end-color: rgb(182 219 231 / 0.4);
}

.active\:border-e-interbeauty-300\/5:active {
  border-inline-end-color: rgb(182 219 231 / 0.05);
}

.active\:border-e-interbeauty-300\/50:active {
  border-inline-end-color: rgb(182 219 231 / 0.5);
}

.active\:border-e-interbeauty-300\/60:active {
  border-inline-end-color: rgb(182 219 231 / 0.6);
}

.active\:border-e-interbeauty-300\/70:active {
  border-inline-end-color: rgb(182 219 231 / 0.7);
}

.active\:border-e-interbeauty-300\/75:active {
  border-inline-end-color: rgb(182 219 231 / 0.75);
}

.active\:border-e-interbeauty-300\/80:active {
  border-inline-end-color: rgb(182 219 231 / 0.8);
}

.active\:border-e-interbeauty-300\/90:active {
  border-inline-end-color: rgb(182 219 231 / 0.9);
}

.active\:border-e-interbeauty-300\/95:active {
  border-inline-end-color: rgb(182 219 231 / 0.95);
}

.active\:border-e-interbeauty-400:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 250 247 / var(--tw-border-opacity));
}

.active\:border-e-interbeauty-400\/0:active {
  border-inline-end-color: rgb(254 250 247 / 0);
}

.active\:border-e-interbeauty-400\/10:active {
  border-inline-end-color: rgb(254 250 247 / 0.1);
}

.active\:border-e-interbeauty-400\/100:active {
  border-inline-end-color: rgb(254 250 247 / 1);
}

.active\:border-e-interbeauty-400\/20:active {
  border-inline-end-color: rgb(254 250 247 / 0.2);
}

.active\:border-e-interbeauty-400\/25:active {
  border-inline-end-color: rgb(254 250 247 / 0.25);
}

.active\:border-e-interbeauty-400\/30:active {
  border-inline-end-color: rgb(254 250 247 / 0.3);
}

.active\:border-e-interbeauty-400\/40:active {
  border-inline-end-color: rgb(254 250 247 / 0.4);
}

.active\:border-e-interbeauty-400\/5:active {
  border-inline-end-color: rgb(254 250 247 / 0.05);
}

.active\:border-e-interbeauty-400\/50:active {
  border-inline-end-color: rgb(254 250 247 / 0.5);
}

.active\:border-e-interbeauty-400\/60:active {
  border-inline-end-color: rgb(254 250 247 / 0.6);
}

.active\:border-e-interbeauty-400\/70:active {
  border-inline-end-color: rgb(254 250 247 / 0.7);
}

.active\:border-e-interbeauty-400\/75:active {
  border-inline-end-color: rgb(254 250 247 / 0.75);
}

.active\:border-e-interbeauty-400\/80:active {
  border-inline-end-color: rgb(254 250 247 / 0.8);
}

.active\:border-e-interbeauty-400\/90:active {
  border-inline-end-color: rgb(254 250 247 / 0.9);
}

.active\:border-e-interbeauty-400\/95:active {
  border-inline-end-color: rgb(254 250 247 / 0.95);
}

.active\:border-e-interbeauty-500:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(193 225 224 / var(--tw-border-opacity));
}

.active\:border-e-interbeauty-500\/0:active {
  border-inline-end-color: rgb(193 225 224 / 0);
}

.active\:border-e-interbeauty-500\/10:active {
  border-inline-end-color: rgb(193 225 224 / 0.1);
}

.active\:border-e-interbeauty-500\/100:active {
  border-inline-end-color: rgb(193 225 224 / 1);
}

.active\:border-e-interbeauty-500\/20:active {
  border-inline-end-color: rgb(193 225 224 / 0.2);
}

.active\:border-e-interbeauty-500\/25:active {
  border-inline-end-color: rgb(193 225 224 / 0.25);
}

.active\:border-e-interbeauty-500\/30:active {
  border-inline-end-color: rgb(193 225 224 / 0.3);
}

.active\:border-e-interbeauty-500\/40:active {
  border-inline-end-color: rgb(193 225 224 / 0.4);
}

.active\:border-e-interbeauty-500\/5:active {
  border-inline-end-color: rgb(193 225 224 / 0.05);
}

.active\:border-e-interbeauty-500\/50:active {
  border-inline-end-color: rgb(193 225 224 / 0.5);
}

.active\:border-e-interbeauty-500\/60:active {
  border-inline-end-color: rgb(193 225 224 / 0.6);
}

.active\:border-e-interbeauty-500\/70:active {
  border-inline-end-color: rgb(193 225 224 / 0.7);
}

.active\:border-e-interbeauty-500\/75:active {
  border-inline-end-color: rgb(193 225 224 / 0.75);
}

.active\:border-e-interbeauty-500\/80:active {
  border-inline-end-color: rgb(193 225 224 / 0.8);
}

.active\:border-e-interbeauty-500\/90:active {
  border-inline-end-color: rgb(193 225 224 / 0.9);
}

.active\:border-e-interbeauty-500\/95:active {
  border-inline-end-color: rgb(193 225 224 / 0.95);
}

.active\:border-e-interbeauty-600:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(88 88 94 / var(--tw-border-opacity));
}

.active\:border-e-interbeauty-600\/0:active {
  border-inline-end-color: rgb(88 88 94 / 0);
}

.active\:border-e-interbeauty-600\/10:active {
  border-inline-end-color: rgb(88 88 94 / 0.1);
}

.active\:border-e-interbeauty-600\/100:active {
  border-inline-end-color: rgb(88 88 94 / 1);
}

.active\:border-e-interbeauty-600\/20:active {
  border-inline-end-color: rgb(88 88 94 / 0.2);
}

.active\:border-e-interbeauty-600\/25:active {
  border-inline-end-color: rgb(88 88 94 / 0.25);
}

.active\:border-e-interbeauty-600\/30:active {
  border-inline-end-color: rgb(88 88 94 / 0.3);
}

.active\:border-e-interbeauty-600\/40:active {
  border-inline-end-color: rgb(88 88 94 / 0.4);
}

.active\:border-e-interbeauty-600\/5:active {
  border-inline-end-color: rgb(88 88 94 / 0.05);
}

.active\:border-e-interbeauty-600\/50:active {
  border-inline-end-color: rgb(88 88 94 / 0.5);
}

.active\:border-e-interbeauty-600\/60:active {
  border-inline-end-color: rgb(88 88 94 / 0.6);
}

.active\:border-e-interbeauty-600\/70:active {
  border-inline-end-color: rgb(88 88 94 / 0.7);
}

.active\:border-e-interbeauty-600\/75:active {
  border-inline-end-color: rgb(88 88 94 / 0.75);
}

.active\:border-e-interbeauty-600\/80:active {
  border-inline-end-color: rgb(88 88 94 / 0.8);
}

.active\:border-e-interbeauty-600\/90:active {
  border-inline-end-color: rgb(88 88 94 / 0.9);
}

.active\:border-e-interbeauty-600\/95:active {
  border-inline-end-color: rgb(88 88 94 / 0.95);
}

.active\:border-e-ipnvaluers-200:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(0 40 87 / var(--tw-border-opacity));
}

.active\:border-e-ipnvaluers-200\/0:active {
  border-inline-end-color: rgb(0 40 87 / 0);
}

.active\:border-e-ipnvaluers-200\/10:active {
  border-inline-end-color: rgb(0 40 87 / 0.1);
}

.active\:border-e-ipnvaluers-200\/100:active {
  border-inline-end-color: rgb(0 40 87 / 1);
}

.active\:border-e-ipnvaluers-200\/20:active {
  border-inline-end-color: rgb(0 40 87 / 0.2);
}

.active\:border-e-ipnvaluers-200\/25:active {
  border-inline-end-color: rgb(0 40 87 / 0.25);
}

.active\:border-e-ipnvaluers-200\/30:active {
  border-inline-end-color: rgb(0 40 87 / 0.3);
}

.active\:border-e-ipnvaluers-200\/40:active {
  border-inline-end-color: rgb(0 40 87 / 0.4);
}

.active\:border-e-ipnvaluers-200\/5:active {
  border-inline-end-color: rgb(0 40 87 / 0.05);
}

.active\:border-e-ipnvaluers-200\/50:active {
  border-inline-end-color: rgb(0 40 87 / 0.5);
}

.active\:border-e-ipnvaluers-200\/60:active {
  border-inline-end-color: rgb(0 40 87 / 0.6);
}

.active\:border-e-ipnvaluers-200\/70:active {
  border-inline-end-color: rgb(0 40 87 / 0.7);
}

.active\:border-e-ipnvaluers-200\/75:active {
  border-inline-end-color: rgb(0 40 87 / 0.75);
}

.active\:border-e-ipnvaluers-200\/80:active {
  border-inline-end-color: rgb(0 40 87 / 0.8);
}

.active\:border-e-ipnvaluers-200\/90:active {
  border-inline-end-color: rgb(0 40 87 / 0.9);
}

.active\:border-e-ipnvaluers-200\/95:active {
  border-inline-end-color: rgb(0 40 87 / 0.95);
}

.active\:border-e-ipnvaluers-400:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(196 107 22 / var(--tw-border-opacity));
}

.active\:border-e-ipnvaluers-400\/0:active {
  border-inline-end-color: rgb(196 107 22 / 0);
}

.active\:border-e-ipnvaluers-400\/10:active {
  border-inline-end-color: rgb(196 107 22 / 0.1);
}

.active\:border-e-ipnvaluers-400\/100:active {
  border-inline-end-color: rgb(196 107 22 / 1);
}

.active\:border-e-ipnvaluers-400\/20:active {
  border-inline-end-color: rgb(196 107 22 / 0.2);
}

.active\:border-e-ipnvaluers-400\/25:active {
  border-inline-end-color: rgb(196 107 22 / 0.25);
}

.active\:border-e-ipnvaluers-400\/30:active {
  border-inline-end-color: rgb(196 107 22 / 0.3);
}

.active\:border-e-ipnvaluers-400\/40:active {
  border-inline-end-color: rgb(196 107 22 / 0.4);
}

.active\:border-e-ipnvaluers-400\/5:active {
  border-inline-end-color: rgb(196 107 22 / 0.05);
}

.active\:border-e-ipnvaluers-400\/50:active {
  border-inline-end-color: rgb(196 107 22 / 0.5);
}

.active\:border-e-ipnvaluers-400\/60:active {
  border-inline-end-color: rgb(196 107 22 / 0.6);
}

.active\:border-e-ipnvaluers-400\/70:active {
  border-inline-end-color: rgb(196 107 22 / 0.7);
}

.active\:border-e-ipnvaluers-400\/75:active {
  border-inline-end-color: rgb(196 107 22 / 0.75);
}

.active\:border-e-ipnvaluers-400\/80:active {
  border-inline-end-color: rgb(196 107 22 / 0.8);
}

.active\:border-e-ipnvaluers-400\/90:active {
  border-inline-end-color: rgb(196 107 22 / 0.9);
}

.active\:border-e-ipnvaluers-400\/95:active {
  border-inline-end-color: rgb(196 107 22 / 0.95);
}

.active\:border-e-ipnvaluers-500:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 174 21 / var(--tw-border-opacity));
}

.active\:border-e-ipnvaluers-500\/0:active {
  border-inline-end-color: rgb(245 174 21 / 0);
}

.active\:border-e-ipnvaluers-500\/10:active {
  border-inline-end-color: rgb(245 174 21 / 0.1);
}

.active\:border-e-ipnvaluers-500\/100:active {
  border-inline-end-color: rgb(245 174 21 / 1);
}

.active\:border-e-ipnvaluers-500\/20:active {
  border-inline-end-color: rgb(245 174 21 / 0.2);
}

.active\:border-e-ipnvaluers-500\/25:active {
  border-inline-end-color: rgb(245 174 21 / 0.25);
}

.active\:border-e-ipnvaluers-500\/30:active {
  border-inline-end-color: rgb(245 174 21 / 0.3);
}

.active\:border-e-ipnvaluers-500\/40:active {
  border-inline-end-color: rgb(245 174 21 / 0.4);
}

.active\:border-e-ipnvaluers-500\/5:active {
  border-inline-end-color: rgb(245 174 21 / 0.05);
}

.active\:border-e-ipnvaluers-500\/50:active {
  border-inline-end-color: rgb(245 174 21 / 0.5);
}

.active\:border-e-ipnvaluers-500\/60:active {
  border-inline-end-color: rgb(245 174 21 / 0.6);
}

.active\:border-e-ipnvaluers-500\/70:active {
  border-inline-end-color: rgb(245 174 21 / 0.7);
}

.active\:border-e-ipnvaluers-500\/75:active {
  border-inline-end-color: rgb(245 174 21 / 0.75);
}

.active\:border-e-ipnvaluers-500\/80:active {
  border-inline-end-color: rgb(245 174 21 / 0.8);
}

.active\:border-e-ipnvaluers-500\/90:active {
  border-inline-end-color: rgb(245 174 21 / 0.9);
}

.active\:border-e-ipnvaluers-500\/95:active {
  border-inline-end-color: rgb(245 174 21 / 0.95);
}

.active\:border-e-jukejam-500:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 210 101 / var(--tw-border-opacity));
}

.active\:border-e-jukejam-500\/0:active {
  border-inline-end-color: rgb(250 210 101 / 0);
}

.active\:border-e-jukejam-500\/10:active {
  border-inline-end-color: rgb(250 210 101 / 0.1);
}

.active\:border-e-jukejam-500\/100:active {
  border-inline-end-color: rgb(250 210 101 / 1);
}

.active\:border-e-jukejam-500\/20:active {
  border-inline-end-color: rgb(250 210 101 / 0.2);
}

.active\:border-e-jukejam-500\/25:active {
  border-inline-end-color: rgb(250 210 101 / 0.25);
}

.active\:border-e-jukejam-500\/30:active {
  border-inline-end-color: rgb(250 210 101 / 0.3);
}

.active\:border-e-jukejam-500\/40:active {
  border-inline-end-color: rgb(250 210 101 / 0.4);
}

.active\:border-e-jukejam-500\/5:active {
  border-inline-end-color: rgb(250 210 101 / 0.05);
}

.active\:border-e-jukejam-500\/50:active {
  border-inline-end-color: rgb(250 210 101 / 0.5);
}

.active\:border-e-jukejam-500\/60:active {
  border-inline-end-color: rgb(250 210 101 / 0.6);
}

.active\:border-e-jukejam-500\/70:active {
  border-inline-end-color: rgb(250 210 101 / 0.7);
}

.active\:border-e-jukejam-500\/75:active {
  border-inline-end-color: rgb(250 210 101 / 0.75);
}

.active\:border-e-jukejam-500\/80:active {
  border-inline-end-color: rgb(250 210 101 / 0.8);
}

.active\:border-e-jukejam-500\/90:active {
  border-inline-end-color: rgb(250 210 101 / 0.9);
}

.active\:border-e-jukejam-500\/95:active {
  border-inline-end-color: rgb(250 210 101 / 0.95);
}

.active\:border-e-lime-100:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(236 252 203 / var(--tw-border-opacity));
}

.active\:border-e-lime-100\/0:active {
  border-inline-end-color: rgb(236 252 203 / 0);
}

.active\:border-e-lime-100\/10:active {
  border-inline-end-color: rgb(236 252 203 / 0.1);
}

.active\:border-e-lime-100\/100:active {
  border-inline-end-color: rgb(236 252 203 / 1);
}

.active\:border-e-lime-100\/20:active {
  border-inline-end-color: rgb(236 252 203 / 0.2);
}

.active\:border-e-lime-100\/25:active {
  border-inline-end-color: rgb(236 252 203 / 0.25);
}

.active\:border-e-lime-100\/30:active {
  border-inline-end-color: rgb(236 252 203 / 0.3);
}

.active\:border-e-lime-100\/40:active {
  border-inline-end-color: rgb(236 252 203 / 0.4);
}

.active\:border-e-lime-100\/5:active {
  border-inline-end-color: rgb(236 252 203 / 0.05);
}

.active\:border-e-lime-100\/50:active {
  border-inline-end-color: rgb(236 252 203 / 0.5);
}

.active\:border-e-lime-100\/60:active {
  border-inline-end-color: rgb(236 252 203 / 0.6);
}

.active\:border-e-lime-100\/70:active {
  border-inline-end-color: rgb(236 252 203 / 0.7);
}

.active\:border-e-lime-100\/75:active {
  border-inline-end-color: rgb(236 252 203 / 0.75);
}

.active\:border-e-lime-100\/80:active {
  border-inline-end-color: rgb(236 252 203 / 0.8);
}

.active\:border-e-lime-100\/90:active {
  border-inline-end-color: rgb(236 252 203 / 0.9);
}

.active\:border-e-lime-100\/95:active {
  border-inline-end-color: rgb(236 252 203 / 0.95);
}

.active\:border-e-lime-200:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(217 249 157 / var(--tw-border-opacity));
}

.active\:border-e-lime-200\/0:active {
  border-inline-end-color: rgb(217 249 157 / 0);
}

.active\:border-e-lime-200\/10:active {
  border-inline-end-color: rgb(217 249 157 / 0.1);
}

.active\:border-e-lime-200\/100:active {
  border-inline-end-color: rgb(217 249 157 / 1);
}

.active\:border-e-lime-200\/20:active {
  border-inline-end-color: rgb(217 249 157 / 0.2);
}

.active\:border-e-lime-200\/25:active {
  border-inline-end-color: rgb(217 249 157 / 0.25);
}

.active\:border-e-lime-200\/30:active {
  border-inline-end-color: rgb(217 249 157 / 0.3);
}

.active\:border-e-lime-200\/40:active {
  border-inline-end-color: rgb(217 249 157 / 0.4);
}

.active\:border-e-lime-200\/5:active {
  border-inline-end-color: rgb(217 249 157 / 0.05);
}

.active\:border-e-lime-200\/50:active {
  border-inline-end-color: rgb(217 249 157 / 0.5);
}

.active\:border-e-lime-200\/60:active {
  border-inline-end-color: rgb(217 249 157 / 0.6);
}

.active\:border-e-lime-200\/70:active {
  border-inline-end-color: rgb(217 249 157 / 0.7);
}

.active\:border-e-lime-200\/75:active {
  border-inline-end-color: rgb(217 249 157 / 0.75);
}

.active\:border-e-lime-200\/80:active {
  border-inline-end-color: rgb(217 249 157 / 0.8);
}

.active\:border-e-lime-200\/90:active {
  border-inline-end-color: rgb(217 249 157 / 0.9);
}

.active\:border-e-lime-200\/95:active {
  border-inline-end-color: rgb(217 249 157 / 0.95);
}

.active\:border-e-lime-300:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(190 242 100 / var(--tw-border-opacity));
}

.active\:border-e-lime-300\/0:active {
  border-inline-end-color: rgb(190 242 100 / 0);
}

.active\:border-e-lime-300\/10:active {
  border-inline-end-color: rgb(190 242 100 / 0.1);
}

.active\:border-e-lime-300\/100:active {
  border-inline-end-color: rgb(190 242 100 / 1);
}

.active\:border-e-lime-300\/20:active {
  border-inline-end-color: rgb(190 242 100 / 0.2);
}

.active\:border-e-lime-300\/25:active {
  border-inline-end-color: rgb(190 242 100 / 0.25);
}

.active\:border-e-lime-300\/30:active {
  border-inline-end-color: rgb(190 242 100 / 0.3);
}

.active\:border-e-lime-300\/40:active {
  border-inline-end-color: rgb(190 242 100 / 0.4);
}

.active\:border-e-lime-300\/5:active {
  border-inline-end-color: rgb(190 242 100 / 0.05);
}

.active\:border-e-lime-300\/50:active {
  border-inline-end-color: rgb(190 242 100 / 0.5);
}

.active\:border-e-lime-300\/60:active {
  border-inline-end-color: rgb(190 242 100 / 0.6);
}

.active\:border-e-lime-300\/70:active {
  border-inline-end-color: rgb(190 242 100 / 0.7);
}

.active\:border-e-lime-300\/75:active {
  border-inline-end-color: rgb(190 242 100 / 0.75);
}

.active\:border-e-lime-300\/80:active {
  border-inline-end-color: rgb(190 242 100 / 0.8);
}

.active\:border-e-lime-300\/90:active {
  border-inline-end-color: rgb(190 242 100 / 0.9);
}

.active\:border-e-lime-300\/95:active {
  border-inline-end-color: rgb(190 242 100 / 0.95);
}

.active\:border-e-lime-400:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(163 230 53 / var(--tw-border-opacity));
}

.active\:border-e-lime-400\/0:active {
  border-inline-end-color: rgb(163 230 53 / 0);
}

.active\:border-e-lime-400\/10:active {
  border-inline-end-color: rgb(163 230 53 / 0.1);
}

.active\:border-e-lime-400\/100:active {
  border-inline-end-color: rgb(163 230 53 / 1);
}

.active\:border-e-lime-400\/20:active {
  border-inline-end-color: rgb(163 230 53 / 0.2);
}

.active\:border-e-lime-400\/25:active {
  border-inline-end-color: rgb(163 230 53 / 0.25);
}

.active\:border-e-lime-400\/30:active {
  border-inline-end-color: rgb(163 230 53 / 0.3);
}

.active\:border-e-lime-400\/40:active {
  border-inline-end-color: rgb(163 230 53 / 0.4);
}

.active\:border-e-lime-400\/5:active {
  border-inline-end-color: rgb(163 230 53 / 0.05);
}

.active\:border-e-lime-400\/50:active {
  border-inline-end-color: rgb(163 230 53 / 0.5);
}

.active\:border-e-lime-400\/60:active {
  border-inline-end-color: rgb(163 230 53 / 0.6);
}

.active\:border-e-lime-400\/70:active {
  border-inline-end-color: rgb(163 230 53 / 0.7);
}

.active\:border-e-lime-400\/75:active {
  border-inline-end-color: rgb(163 230 53 / 0.75);
}

.active\:border-e-lime-400\/80:active {
  border-inline-end-color: rgb(163 230 53 / 0.8);
}

.active\:border-e-lime-400\/90:active {
  border-inline-end-color: rgb(163 230 53 / 0.9);
}

.active\:border-e-lime-400\/95:active {
  border-inline-end-color: rgb(163 230 53 / 0.95);
}

.active\:border-e-lime-50:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(247 254 231 / var(--tw-border-opacity));
}

.active\:border-e-lime-50\/0:active {
  border-inline-end-color: rgb(247 254 231 / 0);
}

.active\:border-e-lime-50\/10:active {
  border-inline-end-color: rgb(247 254 231 / 0.1);
}

.active\:border-e-lime-50\/100:active {
  border-inline-end-color: rgb(247 254 231 / 1);
}

.active\:border-e-lime-50\/20:active {
  border-inline-end-color: rgb(247 254 231 / 0.2);
}

.active\:border-e-lime-50\/25:active {
  border-inline-end-color: rgb(247 254 231 / 0.25);
}

.active\:border-e-lime-50\/30:active {
  border-inline-end-color: rgb(247 254 231 / 0.3);
}

.active\:border-e-lime-50\/40:active {
  border-inline-end-color: rgb(247 254 231 / 0.4);
}

.active\:border-e-lime-50\/5:active {
  border-inline-end-color: rgb(247 254 231 / 0.05);
}

.active\:border-e-lime-50\/50:active {
  border-inline-end-color: rgb(247 254 231 / 0.5);
}

.active\:border-e-lime-50\/60:active {
  border-inline-end-color: rgb(247 254 231 / 0.6);
}

.active\:border-e-lime-50\/70:active {
  border-inline-end-color: rgb(247 254 231 / 0.7);
}

.active\:border-e-lime-50\/75:active {
  border-inline-end-color: rgb(247 254 231 / 0.75);
}

.active\:border-e-lime-50\/80:active {
  border-inline-end-color: rgb(247 254 231 / 0.8);
}

.active\:border-e-lime-50\/90:active {
  border-inline-end-color: rgb(247 254 231 / 0.9);
}

.active\:border-e-lime-50\/95:active {
  border-inline-end-color: rgb(247 254 231 / 0.95);
}

.active\:border-e-lime-500:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(132 204 22 / var(--tw-border-opacity));
}

.active\:border-e-lime-500\/0:active {
  border-inline-end-color: rgb(132 204 22 / 0);
}

.active\:border-e-lime-500\/10:active {
  border-inline-end-color: rgb(132 204 22 / 0.1);
}

.active\:border-e-lime-500\/100:active {
  border-inline-end-color: rgb(132 204 22 / 1);
}

.active\:border-e-lime-500\/20:active {
  border-inline-end-color: rgb(132 204 22 / 0.2);
}

.active\:border-e-lime-500\/25:active {
  border-inline-end-color: rgb(132 204 22 / 0.25);
}

.active\:border-e-lime-500\/30:active {
  border-inline-end-color: rgb(132 204 22 / 0.3);
}

.active\:border-e-lime-500\/40:active {
  border-inline-end-color: rgb(132 204 22 / 0.4);
}

.active\:border-e-lime-500\/5:active {
  border-inline-end-color: rgb(132 204 22 / 0.05);
}

.active\:border-e-lime-500\/50:active {
  border-inline-end-color: rgb(132 204 22 / 0.5);
}

.active\:border-e-lime-500\/60:active {
  border-inline-end-color: rgb(132 204 22 / 0.6);
}

.active\:border-e-lime-500\/70:active {
  border-inline-end-color: rgb(132 204 22 / 0.7);
}

.active\:border-e-lime-500\/75:active {
  border-inline-end-color: rgb(132 204 22 / 0.75);
}

.active\:border-e-lime-500\/80:active {
  border-inline-end-color: rgb(132 204 22 / 0.8);
}

.active\:border-e-lime-500\/90:active {
  border-inline-end-color: rgb(132 204 22 / 0.9);
}

.active\:border-e-lime-500\/95:active {
  border-inline-end-color: rgb(132 204 22 / 0.95);
}

.active\:border-e-lime-600:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(101 163 13 / var(--tw-border-opacity));
}

.active\:border-e-lime-600\/0:active {
  border-inline-end-color: rgb(101 163 13 / 0);
}

.active\:border-e-lime-600\/10:active {
  border-inline-end-color: rgb(101 163 13 / 0.1);
}

.active\:border-e-lime-600\/100:active {
  border-inline-end-color: rgb(101 163 13 / 1);
}

.active\:border-e-lime-600\/20:active {
  border-inline-end-color: rgb(101 163 13 / 0.2);
}

.active\:border-e-lime-600\/25:active {
  border-inline-end-color: rgb(101 163 13 / 0.25);
}

.active\:border-e-lime-600\/30:active {
  border-inline-end-color: rgb(101 163 13 / 0.3);
}

.active\:border-e-lime-600\/40:active {
  border-inline-end-color: rgb(101 163 13 / 0.4);
}

.active\:border-e-lime-600\/5:active {
  border-inline-end-color: rgb(101 163 13 / 0.05);
}

.active\:border-e-lime-600\/50:active {
  border-inline-end-color: rgb(101 163 13 / 0.5);
}

.active\:border-e-lime-600\/60:active {
  border-inline-end-color: rgb(101 163 13 / 0.6);
}

.active\:border-e-lime-600\/70:active {
  border-inline-end-color: rgb(101 163 13 / 0.7);
}

.active\:border-e-lime-600\/75:active {
  border-inline-end-color: rgb(101 163 13 / 0.75);
}

.active\:border-e-lime-600\/80:active {
  border-inline-end-color: rgb(101 163 13 / 0.8);
}

.active\:border-e-lime-600\/90:active {
  border-inline-end-color: rgb(101 163 13 / 0.9);
}

.active\:border-e-lime-600\/95:active {
  border-inline-end-color: rgb(101 163 13 / 0.95);
}

.active\:border-e-lime-700:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(77 124 15 / var(--tw-border-opacity));
}

.active\:border-e-lime-700\/0:active {
  border-inline-end-color: rgb(77 124 15 / 0);
}

.active\:border-e-lime-700\/10:active {
  border-inline-end-color: rgb(77 124 15 / 0.1);
}

.active\:border-e-lime-700\/100:active {
  border-inline-end-color: rgb(77 124 15 / 1);
}

.active\:border-e-lime-700\/20:active {
  border-inline-end-color: rgb(77 124 15 / 0.2);
}

.active\:border-e-lime-700\/25:active {
  border-inline-end-color: rgb(77 124 15 / 0.25);
}

.active\:border-e-lime-700\/30:active {
  border-inline-end-color: rgb(77 124 15 / 0.3);
}

.active\:border-e-lime-700\/40:active {
  border-inline-end-color: rgb(77 124 15 / 0.4);
}

.active\:border-e-lime-700\/5:active {
  border-inline-end-color: rgb(77 124 15 / 0.05);
}

.active\:border-e-lime-700\/50:active {
  border-inline-end-color: rgb(77 124 15 / 0.5);
}

.active\:border-e-lime-700\/60:active {
  border-inline-end-color: rgb(77 124 15 / 0.6);
}

.active\:border-e-lime-700\/70:active {
  border-inline-end-color: rgb(77 124 15 / 0.7);
}

.active\:border-e-lime-700\/75:active {
  border-inline-end-color: rgb(77 124 15 / 0.75);
}

.active\:border-e-lime-700\/80:active {
  border-inline-end-color: rgb(77 124 15 / 0.8);
}

.active\:border-e-lime-700\/90:active {
  border-inline-end-color: rgb(77 124 15 / 0.9);
}

.active\:border-e-lime-700\/95:active {
  border-inline-end-color: rgb(77 124 15 / 0.95);
}

.active\:border-e-lime-800:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(63 98 18 / var(--tw-border-opacity));
}

.active\:border-e-lime-800\/0:active {
  border-inline-end-color: rgb(63 98 18 / 0);
}

.active\:border-e-lime-800\/10:active {
  border-inline-end-color: rgb(63 98 18 / 0.1);
}

.active\:border-e-lime-800\/100:active {
  border-inline-end-color: rgb(63 98 18 / 1);
}

.active\:border-e-lime-800\/20:active {
  border-inline-end-color: rgb(63 98 18 / 0.2);
}

.active\:border-e-lime-800\/25:active {
  border-inline-end-color: rgb(63 98 18 / 0.25);
}

.active\:border-e-lime-800\/30:active {
  border-inline-end-color: rgb(63 98 18 / 0.3);
}

.active\:border-e-lime-800\/40:active {
  border-inline-end-color: rgb(63 98 18 / 0.4);
}

.active\:border-e-lime-800\/5:active {
  border-inline-end-color: rgb(63 98 18 / 0.05);
}

.active\:border-e-lime-800\/50:active {
  border-inline-end-color: rgb(63 98 18 / 0.5);
}

.active\:border-e-lime-800\/60:active {
  border-inline-end-color: rgb(63 98 18 / 0.6);
}

.active\:border-e-lime-800\/70:active {
  border-inline-end-color: rgb(63 98 18 / 0.7);
}

.active\:border-e-lime-800\/75:active {
  border-inline-end-color: rgb(63 98 18 / 0.75);
}

.active\:border-e-lime-800\/80:active {
  border-inline-end-color: rgb(63 98 18 / 0.8);
}

.active\:border-e-lime-800\/90:active {
  border-inline-end-color: rgb(63 98 18 / 0.9);
}

.active\:border-e-lime-800\/95:active {
  border-inline-end-color: rgb(63 98 18 / 0.95);
}

.active\:border-e-lime-900:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(54 83 20 / var(--tw-border-opacity));
}

.active\:border-e-lime-900\/0:active {
  border-inline-end-color: rgb(54 83 20 / 0);
}

.active\:border-e-lime-900\/10:active {
  border-inline-end-color: rgb(54 83 20 / 0.1);
}

.active\:border-e-lime-900\/100:active {
  border-inline-end-color: rgb(54 83 20 / 1);
}

.active\:border-e-lime-900\/20:active {
  border-inline-end-color: rgb(54 83 20 / 0.2);
}

.active\:border-e-lime-900\/25:active {
  border-inline-end-color: rgb(54 83 20 / 0.25);
}

.active\:border-e-lime-900\/30:active {
  border-inline-end-color: rgb(54 83 20 / 0.3);
}

.active\:border-e-lime-900\/40:active {
  border-inline-end-color: rgb(54 83 20 / 0.4);
}

.active\:border-e-lime-900\/5:active {
  border-inline-end-color: rgb(54 83 20 / 0.05);
}

.active\:border-e-lime-900\/50:active {
  border-inline-end-color: rgb(54 83 20 / 0.5);
}

.active\:border-e-lime-900\/60:active {
  border-inline-end-color: rgb(54 83 20 / 0.6);
}

.active\:border-e-lime-900\/70:active {
  border-inline-end-color: rgb(54 83 20 / 0.7);
}

.active\:border-e-lime-900\/75:active {
  border-inline-end-color: rgb(54 83 20 / 0.75);
}

.active\:border-e-lime-900\/80:active {
  border-inline-end-color: rgb(54 83 20 / 0.8);
}

.active\:border-e-lime-900\/90:active {
  border-inline-end-color: rgb(54 83 20 / 0.9);
}

.active\:border-e-lime-900\/95:active {
  border-inline-end-color: rgb(54 83 20 / 0.95);
}

.active\:border-e-lime-950:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(26 46 5 / var(--tw-border-opacity));
}

.active\:border-e-lime-950\/0:active {
  border-inline-end-color: rgb(26 46 5 / 0);
}

.active\:border-e-lime-950\/10:active {
  border-inline-end-color: rgb(26 46 5 / 0.1);
}

.active\:border-e-lime-950\/100:active {
  border-inline-end-color: rgb(26 46 5 / 1);
}

.active\:border-e-lime-950\/20:active {
  border-inline-end-color: rgb(26 46 5 / 0.2);
}

.active\:border-e-lime-950\/25:active {
  border-inline-end-color: rgb(26 46 5 / 0.25);
}

.active\:border-e-lime-950\/30:active {
  border-inline-end-color: rgb(26 46 5 / 0.3);
}

.active\:border-e-lime-950\/40:active {
  border-inline-end-color: rgb(26 46 5 / 0.4);
}

.active\:border-e-lime-950\/5:active {
  border-inline-end-color: rgb(26 46 5 / 0.05);
}

.active\:border-e-lime-950\/50:active {
  border-inline-end-color: rgb(26 46 5 / 0.5);
}

.active\:border-e-lime-950\/60:active {
  border-inline-end-color: rgb(26 46 5 / 0.6);
}

.active\:border-e-lime-950\/70:active {
  border-inline-end-color: rgb(26 46 5 / 0.7);
}

.active\:border-e-lime-950\/75:active {
  border-inline-end-color: rgb(26 46 5 / 0.75);
}

.active\:border-e-lime-950\/80:active {
  border-inline-end-color: rgb(26 46 5 / 0.8);
}

.active\:border-e-lime-950\/90:active {
  border-inline-end-color: rgb(26 46 5 / 0.9);
}

.active\:border-e-lime-950\/95:active {
  border-inline-end-color: rgb(26 46 5 / 0.95);
}

.active\:border-e-nafisa-500:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(153 53 10 / var(--tw-border-opacity));
}

.active\:border-e-nafisa-500\/0:active {
  border-inline-end-color: rgb(153 53 10 / 0);
}

.active\:border-e-nafisa-500\/10:active {
  border-inline-end-color: rgb(153 53 10 / 0.1);
}

.active\:border-e-nafisa-500\/100:active {
  border-inline-end-color: rgb(153 53 10 / 1);
}

.active\:border-e-nafisa-500\/20:active {
  border-inline-end-color: rgb(153 53 10 / 0.2);
}

.active\:border-e-nafisa-500\/25:active {
  border-inline-end-color: rgb(153 53 10 / 0.25);
}

.active\:border-e-nafisa-500\/30:active {
  border-inline-end-color: rgb(153 53 10 / 0.3);
}

.active\:border-e-nafisa-500\/40:active {
  border-inline-end-color: rgb(153 53 10 / 0.4);
}

.active\:border-e-nafisa-500\/5:active {
  border-inline-end-color: rgb(153 53 10 / 0.05);
}

.active\:border-e-nafisa-500\/50:active {
  border-inline-end-color: rgb(153 53 10 / 0.5);
}

.active\:border-e-nafisa-500\/60:active {
  border-inline-end-color: rgb(153 53 10 / 0.6);
}

.active\:border-e-nafisa-500\/70:active {
  border-inline-end-color: rgb(153 53 10 / 0.7);
}

.active\:border-e-nafisa-500\/75:active {
  border-inline-end-color: rgb(153 53 10 / 0.75);
}

.active\:border-e-nafisa-500\/80:active {
  border-inline-end-color: rgb(153 53 10 / 0.8);
}

.active\:border-e-nafisa-500\/90:active {
  border-inline-end-color: rgb(153 53 10 / 0.9);
}

.active\:border-e-nafisa-500\/95:active {
  border-inline-end-color: rgb(153 53 10 / 0.95);
}

.active\:border-e-neutral-100:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.active\:border-e-neutral-100\/0:active {
  border-inline-end-color: rgb(245 245 245 / 0);
}

.active\:border-e-neutral-100\/10:active {
  border-inline-end-color: rgb(245 245 245 / 0.1);
}

.active\:border-e-neutral-100\/100:active {
  border-inline-end-color: rgb(245 245 245 / 1);
}

.active\:border-e-neutral-100\/20:active {
  border-inline-end-color: rgb(245 245 245 / 0.2);
}

.active\:border-e-neutral-100\/25:active {
  border-inline-end-color: rgb(245 245 245 / 0.25);
}

.active\:border-e-neutral-100\/30:active {
  border-inline-end-color: rgb(245 245 245 / 0.3);
}

.active\:border-e-neutral-100\/40:active {
  border-inline-end-color: rgb(245 245 245 / 0.4);
}

.active\:border-e-neutral-100\/5:active {
  border-inline-end-color: rgb(245 245 245 / 0.05);
}

.active\:border-e-neutral-100\/50:active {
  border-inline-end-color: rgb(245 245 245 / 0.5);
}

.active\:border-e-neutral-100\/60:active {
  border-inline-end-color: rgb(245 245 245 / 0.6);
}

.active\:border-e-neutral-100\/70:active {
  border-inline-end-color: rgb(245 245 245 / 0.7);
}

.active\:border-e-neutral-100\/75:active {
  border-inline-end-color: rgb(245 245 245 / 0.75);
}

.active\:border-e-neutral-100\/80:active {
  border-inline-end-color: rgb(245 245 245 / 0.8);
}

.active\:border-e-neutral-100\/90:active {
  border-inline-end-color: rgb(245 245 245 / 0.9);
}

.active\:border-e-neutral-100\/95:active {
  border-inline-end-color: rgb(245 245 245 / 0.95);
}

.active\:border-e-neutral-200:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.active\:border-e-neutral-200\/0:active {
  border-inline-end-color: rgb(229 229 229 / 0);
}

.active\:border-e-neutral-200\/10:active {
  border-inline-end-color: rgb(229 229 229 / 0.1);
}

.active\:border-e-neutral-200\/100:active {
  border-inline-end-color: rgb(229 229 229 / 1);
}

.active\:border-e-neutral-200\/20:active {
  border-inline-end-color: rgb(229 229 229 / 0.2);
}

.active\:border-e-neutral-200\/25:active {
  border-inline-end-color: rgb(229 229 229 / 0.25);
}

.active\:border-e-neutral-200\/30:active {
  border-inline-end-color: rgb(229 229 229 / 0.3);
}

.active\:border-e-neutral-200\/40:active {
  border-inline-end-color: rgb(229 229 229 / 0.4);
}

.active\:border-e-neutral-200\/5:active {
  border-inline-end-color: rgb(229 229 229 / 0.05);
}

.active\:border-e-neutral-200\/50:active {
  border-inline-end-color: rgb(229 229 229 / 0.5);
}

.active\:border-e-neutral-200\/60:active {
  border-inline-end-color: rgb(229 229 229 / 0.6);
}

.active\:border-e-neutral-200\/70:active {
  border-inline-end-color: rgb(229 229 229 / 0.7);
}

.active\:border-e-neutral-200\/75:active {
  border-inline-end-color: rgb(229 229 229 / 0.75);
}

.active\:border-e-neutral-200\/80:active {
  border-inline-end-color: rgb(229 229 229 / 0.8);
}

.active\:border-e-neutral-200\/90:active {
  border-inline-end-color: rgb(229 229 229 / 0.9);
}

.active\:border-e-neutral-200\/95:active {
  border-inline-end-color: rgb(229 229 229 / 0.95);
}

.active\:border-e-neutral-300:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.active\:border-e-neutral-300\/0:active {
  border-inline-end-color: rgb(212 212 212 / 0);
}

.active\:border-e-neutral-300\/10:active {
  border-inline-end-color: rgb(212 212 212 / 0.1);
}

.active\:border-e-neutral-300\/100:active {
  border-inline-end-color: rgb(212 212 212 / 1);
}

.active\:border-e-neutral-300\/20:active {
  border-inline-end-color: rgb(212 212 212 / 0.2);
}

.active\:border-e-neutral-300\/25:active {
  border-inline-end-color: rgb(212 212 212 / 0.25);
}

.active\:border-e-neutral-300\/30:active {
  border-inline-end-color: rgb(212 212 212 / 0.3);
}

.active\:border-e-neutral-300\/40:active {
  border-inline-end-color: rgb(212 212 212 / 0.4);
}

.active\:border-e-neutral-300\/5:active {
  border-inline-end-color: rgb(212 212 212 / 0.05);
}

.active\:border-e-neutral-300\/50:active {
  border-inline-end-color: rgb(212 212 212 / 0.5);
}

.active\:border-e-neutral-300\/60:active {
  border-inline-end-color: rgb(212 212 212 / 0.6);
}

.active\:border-e-neutral-300\/70:active {
  border-inline-end-color: rgb(212 212 212 / 0.7);
}

.active\:border-e-neutral-300\/75:active {
  border-inline-end-color: rgb(212 212 212 / 0.75);
}

.active\:border-e-neutral-300\/80:active {
  border-inline-end-color: rgb(212 212 212 / 0.8);
}

.active\:border-e-neutral-300\/90:active {
  border-inline-end-color: rgb(212 212 212 / 0.9);
}

.active\:border-e-neutral-300\/95:active {
  border-inline-end-color: rgb(212 212 212 / 0.95);
}

.active\:border-e-neutral-400:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.active\:border-e-neutral-400\/0:active {
  border-inline-end-color: rgb(163 163 163 / 0);
}

.active\:border-e-neutral-400\/10:active {
  border-inline-end-color: rgb(163 163 163 / 0.1);
}

.active\:border-e-neutral-400\/100:active {
  border-inline-end-color: rgb(163 163 163 / 1);
}

.active\:border-e-neutral-400\/20:active {
  border-inline-end-color: rgb(163 163 163 / 0.2);
}

.active\:border-e-neutral-400\/25:active {
  border-inline-end-color: rgb(163 163 163 / 0.25);
}

.active\:border-e-neutral-400\/30:active {
  border-inline-end-color: rgb(163 163 163 / 0.3);
}

.active\:border-e-neutral-400\/40:active {
  border-inline-end-color: rgb(163 163 163 / 0.4);
}

.active\:border-e-neutral-400\/5:active {
  border-inline-end-color: rgb(163 163 163 / 0.05);
}

.active\:border-e-neutral-400\/50:active {
  border-inline-end-color: rgb(163 163 163 / 0.5);
}

.active\:border-e-neutral-400\/60:active {
  border-inline-end-color: rgb(163 163 163 / 0.6);
}

.active\:border-e-neutral-400\/70:active {
  border-inline-end-color: rgb(163 163 163 / 0.7);
}

.active\:border-e-neutral-400\/75:active {
  border-inline-end-color: rgb(163 163 163 / 0.75);
}

.active\:border-e-neutral-400\/80:active {
  border-inline-end-color: rgb(163 163 163 / 0.8);
}

.active\:border-e-neutral-400\/90:active {
  border-inline-end-color: rgb(163 163 163 / 0.9);
}

.active\:border-e-neutral-400\/95:active {
  border-inline-end-color: rgb(163 163 163 / 0.95);
}

.active\:border-e-neutral-50:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.active\:border-e-neutral-50\/0:active {
  border-inline-end-color: rgb(250 250 250 / 0);
}

.active\:border-e-neutral-50\/10:active {
  border-inline-end-color: rgb(250 250 250 / 0.1);
}

.active\:border-e-neutral-50\/100:active {
  border-inline-end-color: rgb(250 250 250 / 1);
}

.active\:border-e-neutral-50\/20:active {
  border-inline-end-color: rgb(250 250 250 / 0.2);
}

.active\:border-e-neutral-50\/25:active {
  border-inline-end-color: rgb(250 250 250 / 0.25);
}

.active\:border-e-neutral-50\/30:active {
  border-inline-end-color: rgb(250 250 250 / 0.3);
}

.active\:border-e-neutral-50\/40:active {
  border-inline-end-color: rgb(250 250 250 / 0.4);
}

.active\:border-e-neutral-50\/5:active {
  border-inline-end-color: rgb(250 250 250 / 0.05);
}

.active\:border-e-neutral-50\/50:active {
  border-inline-end-color: rgb(250 250 250 / 0.5);
}

.active\:border-e-neutral-50\/60:active {
  border-inline-end-color: rgb(250 250 250 / 0.6);
}

.active\:border-e-neutral-50\/70:active {
  border-inline-end-color: rgb(250 250 250 / 0.7);
}

.active\:border-e-neutral-50\/75:active {
  border-inline-end-color: rgb(250 250 250 / 0.75);
}

.active\:border-e-neutral-50\/80:active {
  border-inline-end-color: rgb(250 250 250 / 0.8);
}

.active\:border-e-neutral-50\/90:active {
  border-inline-end-color: rgb(250 250 250 / 0.9);
}

.active\:border-e-neutral-50\/95:active {
  border-inline-end-color: rgb(250 250 250 / 0.95);
}

.active\:border-e-neutral-500:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.active\:border-e-neutral-500\/0:active {
  border-inline-end-color: rgb(115 115 115 / 0);
}

.active\:border-e-neutral-500\/10:active {
  border-inline-end-color: rgb(115 115 115 / 0.1);
}

.active\:border-e-neutral-500\/100:active {
  border-inline-end-color: rgb(115 115 115 / 1);
}

.active\:border-e-neutral-500\/20:active {
  border-inline-end-color: rgb(115 115 115 / 0.2);
}

.active\:border-e-neutral-500\/25:active {
  border-inline-end-color: rgb(115 115 115 / 0.25);
}

.active\:border-e-neutral-500\/30:active {
  border-inline-end-color: rgb(115 115 115 / 0.3);
}

.active\:border-e-neutral-500\/40:active {
  border-inline-end-color: rgb(115 115 115 / 0.4);
}

.active\:border-e-neutral-500\/5:active {
  border-inline-end-color: rgb(115 115 115 / 0.05);
}

.active\:border-e-neutral-500\/50:active {
  border-inline-end-color: rgb(115 115 115 / 0.5);
}

.active\:border-e-neutral-500\/60:active {
  border-inline-end-color: rgb(115 115 115 / 0.6);
}

.active\:border-e-neutral-500\/70:active {
  border-inline-end-color: rgb(115 115 115 / 0.7);
}

.active\:border-e-neutral-500\/75:active {
  border-inline-end-color: rgb(115 115 115 / 0.75);
}

.active\:border-e-neutral-500\/80:active {
  border-inline-end-color: rgb(115 115 115 / 0.8);
}

.active\:border-e-neutral-500\/90:active {
  border-inline-end-color: rgb(115 115 115 / 0.9);
}

.active\:border-e-neutral-500\/95:active {
  border-inline-end-color: rgb(115 115 115 / 0.95);
}

.active\:border-e-neutral-600:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.active\:border-e-neutral-600\/0:active {
  border-inline-end-color: rgb(82 82 82 / 0);
}

.active\:border-e-neutral-600\/10:active {
  border-inline-end-color: rgb(82 82 82 / 0.1);
}

.active\:border-e-neutral-600\/100:active {
  border-inline-end-color: rgb(82 82 82 / 1);
}

.active\:border-e-neutral-600\/20:active {
  border-inline-end-color: rgb(82 82 82 / 0.2);
}

.active\:border-e-neutral-600\/25:active {
  border-inline-end-color: rgb(82 82 82 / 0.25);
}

.active\:border-e-neutral-600\/30:active {
  border-inline-end-color: rgb(82 82 82 / 0.3);
}

.active\:border-e-neutral-600\/40:active {
  border-inline-end-color: rgb(82 82 82 / 0.4);
}

.active\:border-e-neutral-600\/5:active {
  border-inline-end-color: rgb(82 82 82 / 0.05);
}

.active\:border-e-neutral-600\/50:active {
  border-inline-end-color: rgb(82 82 82 / 0.5);
}

.active\:border-e-neutral-600\/60:active {
  border-inline-end-color: rgb(82 82 82 / 0.6);
}

.active\:border-e-neutral-600\/70:active {
  border-inline-end-color: rgb(82 82 82 / 0.7);
}

.active\:border-e-neutral-600\/75:active {
  border-inline-end-color: rgb(82 82 82 / 0.75);
}

.active\:border-e-neutral-600\/80:active {
  border-inline-end-color: rgb(82 82 82 / 0.8);
}

.active\:border-e-neutral-600\/90:active {
  border-inline-end-color: rgb(82 82 82 / 0.9);
}

.active\:border-e-neutral-600\/95:active {
  border-inline-end-color: rgb(82 82 82 / 0.95);
}

.active\:border-e-neutral-700:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.active\:border-e-neutral-700\/0:active {
  border-inline-end-color: rgb(64 64 64 / 0);
}

.active\:border-e-neutral-700\/10:active {
  border-inline-end-color: rgb(64 64 64 / 0.1);
}

.active\:border-e-neutral-700\/100:active {
  border-inline-end-color: rgb(64 64 64 / 1);
}

.active\:border-e-neutral-700\/20:active {
  border-inline-end-color: rgb(64 64 64 / 0.2);
}

.active\:border-e-neutral-700\/25:active {
  border-inline-end-color: rgb(64 64 64 / 0.25);
}

.active\:border-e-neutral-700\/30:active {
  border-inline-end-color: rgb(64 64 64 / 0.3);
}

.active\:border-e-neutral-700\/40:active {
  border-inline-end-color: rgb(64 64 64 / 0.4);
}

.active\:border-e-neutral-700\/5:active {
  border-inline-end-color: rgb(64 64 64 / 0.05);
}

.active\:border-e-neutral-700\/50:active {
  border-inline-end-color: rgb(64 64 64 / 0.5);
}

.active\:border-e-neutral-700\/60:active {
  border-inline-end-color: rgb(64 64 64 / 0.6);
}

.active\:border-e-neutral-700\/70:active {
  border-inline-end-color: rgb(64 64 64 / 0.7);
}

.active\:border-e-neutral-700\/75:active {
  border-inline-end-color: rgb(64 64 64 / 0.75);
}

.active\:border-e-neutral-700\/80:active {
  border-inline-end-color: rgb(64 64 64 / 0.8);
}

.active\:border-e-neutral-700\/90:active {
  border-inline-end-color: rgb(64 64 64 / 0.9);
}

.active\:border-e-neutral-700\/95:active {
  border-inline-end-color: rgb(64 64 64 / 0.95);
}

.active\:border-e-neutral-800:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.active\:border-e-neutral-800\/0:active {
  border-inline-end-color: rgb(38 38 38 / 0);
}

.active\:border-e-neutral-800\/10:active {
  border-inline-end-color: rgb(38 38 38 / 0.1);
}

.active\:border-e-neutral-800\/100:active {
  border-inline-end-color: rgb(38 38 38 / 1);
}

.active\:border-e-neutral-800\/20:active {
  border-inline-end-color: rgb(38 38 38 / 0.2);
}

.active\:border-e-neutral-800\/25:active {
  border-inline-end-color: rgb(38 38 38 / 0.25);
}

.active\:border-e-neutral-800\/30:active {
  border-inline-end-color: rgb(38 38 38 / 0.3);
}

.active\:border-e-neutral-800\/40:active {
  border-inline-end-color: rgb(38 38 38 / 0.4);
}

.active\:border-e-neutral-800\/5:active {
  border-inline-end-color: rgb(38 38 38 / 0.05);
}

.active\:border-e-neutral-800\/50:active {
  border-inline-end-color: rgb(38 38 38 / 0.5);
}

.active\:border-e-neutral-800\/60:active {
  border-inline-end-color: rgb(38 38 38 / 0.6);
}

.active\:border-e-neutral-800\/70:active {
  border-inline-end-color: rgb(38 38 38 / 0.7);
}

.active\:border-e-neutral-800\/75:active {
  border-inline-end-color: rgb(38 38 38 / 0.75);
}

.active\:border-e-neutral-800\/80:active {
  border-inline-end-color: rgb(38 38 38 / 0.8);
}

.active\:border-e-neutral-800\/90:active {
  border-inline-end-color: rgb(38 38 38 / 0.9);
}

.active\:border-e-neutral-800\/95:active {
  border-inline-end-color: rgb(38 38 38 / 0.95);
}

.active\:border-e-neutral-900:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.active\:border-e-neutral-900\/0:active {
  border-inline-end-color: rgb(23 23 23 / 0);
}

.active\:border-e-neutral-900\/10:active {
  border-inline-end-color: rgb(23 23 23 / 0.1);
}

.active\:border-e-neutral-900\/100:active {
  border-inline-end-color: rgb(23 23 23 / 1);
}

.active\:border-e-neutral-900\/20:active {
  border-inline-end-color: rgb(23 23 23 / 0.2);
}

.active\:border-e-neutral-900\/25:active {
  border-inline-end-color: rgb(23 23 23 / 0.25);
}

.active\:border-e-neutral-900\/30:active {
  border-inline-end-color: rgb(23 23 23 / 0.3);
}

.active\:border-e-neutral-900\/40:active {
  border-inline-end-color: rgb(23 23 23 / 0.4);
}

.active\:border-e-neutral-900\/5:active {
  border-inline-end-color: rgb(23 23 23 / 0.05);
}

.active\:border-e-neutral-900\/50:active {
  border-inline-end-color: rgb(23 23 23 / 0.5);
}

.active\:border-e-neutral-900\/60:active {
  border-inline-end-color: rgb(23 23 23 / 0.6);
}

.active\:border-e-neutral-900\/70:active {
  border-inline-end-color: rgb(23 23 23 / 0.7);
}

.active\:border-e-neutral-900\/75:active {
  border-inline-end-color: rgb(23 23 23 / 0.75);
}

.active\:border-e-neutral-900\/80:active {
  border-inline-end-color: rgb(23 23 23 / 0.8);
}

.active\:border-e-neutral-900\/90:active {
  border-inline-end-color: rgb(23 23 23 / 0.9);
}

.active\:border-e-neutral-900\/95:active {
  border-inline-end-color: rgb(23 23 23 / 0.95);
}

.active\:border-e-neutral-950:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.active\:border-e-neutral-950\/0:active {
  border-inline-end-color: rgb(10 10 10 / 0);
}

.active\:border-e-neutral-950\/10:active {
  border-inline-end-color: rgb(10 10 10 / 0.1);
}

.active\:border-e-neutral-950\/100:active {
  border-inline-end-color: rgb(10 10 10 / 1);
}

.active\:border-e-neutral-950\/20:active {
  border-inline-end-color: rgb(10 10 10 / 0.2);
}

.active\:border-e-neutral-950\/25:active {
  border-inline-end-color: rgb(10 10 10 / 0.25);
}

.active\:border-e-neutral-950\/30:active {
  border-inline-end-color: rgb(10 10 10 / 0.3);
}

.active\:border-e-neutral-950\/40:active {
  border-inline-end-color: rgb(10 10 10 / 0.4);
}

.active\:border-e-neutral-950\/5:active {
  border-inline-end-color: rgb(10 10 10 / 0.05);
}

.active\:border-e-neutral-950\/50:active {
  border-inline-end-color: rgb(10 10 10 / 0.5);
}

.active\:border-e-neutral-950\/60:active {
  border-inline-end-color: rgb(10 10 10 / 0.6);
}

.active\:border-e-neutral-950\/70:active {
  border-inline-end-color: rgb(10 10 10 / 0.7);
}

.active\:border-e-neutral-950\/75:active {
  border-inline-end-color: rgb(10 10 10 / 0.75);
}

.active\:border-e-neutral-950\/80:active {
  border-inline-end-color: rgb(10 10 10 / 0.8);
}

.active\:border-e-neutral-950\/90:active {
  border-inline-end-color: rgb(10 10 10 / 0.9);
}

.active\:border-e-neutral-950\/95:active {
  border-inline-end-color: rgb(10 10 10 / 0.95);
}

.active\:border-e-orange-100:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 237 213 / var(--tw-border-opacity));
}

.active\:border-e-orange-100\/0:active {
  border-inline-end-color: rgb(255 237 213 / 0);
}

.active\:border-e-orange-100\/10:active {
  border-inline-end-color: rgb(255 237 213 / 0.1);
}

.active\:border-e-orange-100\/100:active {
  border-inline-end-color: rgb(255 237 213 / 1);
}

.active\:border-e-orange-100\/20:active {
  border-inline-end-color: rgb(255 237 213 / 0.2);
}

.active\:border-e-orange-100\/25:active {
  border-inline-end-color: rgb(255 237 213 / 0.25);
}

.active\:border-e-orange-100\/30:active {
  border-inline-end-color: rgb(255 237 213 / 0.3);
}

.active\:border-e-orange-100\/40:active {
  border-inline-end-color: rgb(255 237 213 / 0.4);
}

.active\:border-e-orange-100\/5:active {
  border-inline-end-color: rgb(255 237 213 / 0.05);
}

.active\:border-e-orange-100\/50:active {
  border-inline-end-color: rgb(255 237 213 / 0.5);
}

.active\:border-e-orange-100\/60:active {
  border-inline-end-color: rgb(255 237 213 / 0.6);
}

.active\:border-e-orange-100\/70:active {
  border-inline-end-color: rgb(255 237 213 / 0.7);
}

.active\:border-e-orange-100\/75:active {
  border-inline-end-color: rgb(255 237 213 / 0.75);
}

.active\:border-e-orange-100\/80:active {
  border-inline-end-color: rgb(255 237 213 / 0.8);
}

.active\:border-e-orange-100\/90:active {
  border-inline-end-color: rgb(255 237 213 / 0.9);
}

.active\:border-e-orange-100\/95:active {
  border-inline-end-color: rgb(255 237 213 / 0.95);
}

.active\:border-e-orange-200:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 215 170 / var(--tw-border-opacity));
}

.active\:border-e-orange-200\/0:active {
  border-inline-end-color: rgb(254 215 170 / 0);
}

.active\:border-e-orange-200\/10:active {
  border-inline-end-color: rgb(254 215 170 / 0.1);
}

.active\:border-e-orange-200\/100:active {
  border-inline-end-color: rgb(254 215 170 / 1);
}

.active\:border-e-orange-200\/20:active {
  border-inline-end-color: rgb(254 215 170 / 0.2);
}

.active\:border-e-orange-200\/25:active {
  border-inline-end-color: rgb(254 215 170 / 0.25);
}

.active\:border-e-orange-200\/30:active {
  border-inline-end-color: rgb(254 215 170 / 0.3);
}

.active\:border-e-orange-200\/40:active {
  border-inline-end-color: rgb(254 215 170 / 0.4);
}

.active\:border-e-orange-200\/5:active {
  border-inline-end-color: rgb(254 215 170 / 0.05);
}

.active\:border-e-orange-200\/50:active {
  border-inline-end-color: rgb(254 215 170 / 0.5);
}

.active\:border-e-orange-200\/60:active {
  border-inline-end-color: rgb(254 215 170 / 0.6);
}

.active\:border-e-orange-200\/70:active {
  border-inline-end-color: rgb(254 215 170 / 0.7);
}

.active\:border-e-orange-200\/75:active {
  border-inline-end-color: rgb(254 215 170 / 0.75);
}

.active\:border-e-orange-200\/80:active {
  border-inline-end-color: rgb(254 215 170 / 0.8);
}

.active\:border-e-orange-200\/90:active {
  border-inline-end-color: rgb(254 215 170 / 0.9);
}

.active\:border-e-orange-200\/95:active {
  border-inline-end-color: rgb(254 215 170 / 0.95);
}

.active\:border-e-orange-300:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 186 116 / var(--tw-border-opacity));
}

.active\:border-e-orange-300\/0:active {
  border-inline-end-color: rgb(253 186 116 / 0);
}

.active\:border-e-orange-300\/10:active {
  border-inline-end-color: rgb(253 186 116 / 0.1);
}

.active\:border-e-orange-300\/100:active {
  border-inline-end-color: rgb(253 186 116 / 1);
}

.active\:border-e-orange-300\/20:active {
  border-inline-end-color: rgb(253 186 116 / 0.2);
}

.active\:border-e-orange-300\/25:active {
  border-inline-end-color: rgb(253 186 116 / 0.25);
}

.active\:border-e-orange-300\/30:active {
  border-inline-end-color: rgb(253 186 116 / 0.3);
}

.active\:border-e-orange-300\/40:active {
  border-inline-end-color: rgb(253 186 116 / 0.4);
}

.active\:border-e-orange-300\/5:active {
  border-inline-end-color: rgb(253 186 116 / 0.05);
}

.active\:border-e-orange-300\/50:active {
  border-inline-end-color: rgb(253 186 116 / 0.5);
}

.active\:border-e-orange-300\/60:active {
  border-inline-end-color: rgb(253 186 116 / 0.6);
}

.active\:border-e-orange-300\/70:active {
  border-inline-end-color: rgb(253 186 116 / 0.7);
}

.active\:border-e-orange-300\/75:active {
  border-inline-end-color: rgb(253 186 116 / 0.75);
}

.active\:border-e-orange-300\/80:active {
  border-inline-end-color: rgb(253 186 116 / 0.8);
}

.active\:border-e-orange-300\/90:active {
  border-inline-end-color: rgb(253 186 116 / 0.9);
}

.active\:border-e-orange-300\/95:active {
  border-inline-end-color: rgb(253 186 116 / 0.95);
}

.active\:border-e-orange-400:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.active\:border-e-orange-400\/0:active {
  border-inline-end-color: rgb(251 146 60 / 0);
}

.active\:border-e-orange-400\/10:active {
  border-inline-end-color: rgb(251 146 60 / 0.1);
}

.active\:border-e-orange-400\/100:active {
  border-inline-end-color: rgb(251 146 60 / 1);
}

.active\:border-e-orange-400\/20:active {
  border-inline-end-color: rgb(251 146 60 / 0.2);
}

.active\:border-e-orange-400\/25:active {
  border-inline-end-color: rgb(251 146 60 / 0.25);
}

.active\:border-e-orange-400\/30:active {
  border-inline-end-color: rgb(251 146 60 / 0.3);
}

.active\:border-e-orange-400\/40:active {
  border-inline-end-color: rgb(251 146 60 / 0.4);
}

.active\:border-e-orange-400\/5:active {
  border-inline-end-color: rgb(251 146 60 / 0.05);
}

.active\:border-e-orange-400\/50:active {
  border-inline-end-color: rgb(251 146 60 / 0.5);
}

.active\:border-e-orange-400\/60:active {
  border-inline-end-color: rgb(251 146 60 / 0.6);
}

.active\:border-e-orange-400\/70:active {
  border-inline-end-color: rgb(251 146 60 / 0.7);
}

.active\:border-e-orange-400\/75:active {
  border-inline-end-color: rgb(251 146 60 / 0.75);
}

.active\:border-e-orange-400\/80:active {
  border-inline-end-color: rgb(251 146 60 / 0.8);
}

.active\:border-e-orange-400\/90:active {
  border-inline-end-color: rgb(251 146 60 / 0.9);
}

.active\:border-e-orange-400\/95:active {
  border-inline-end-color: rgb(251 146 60 / 0.95);
}

.active\:border-e-orange-50:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 247 237 / var(--tw-border-opacity));
}

.active\:border-e-orange-50\/0:active {
  border-inline-end-color: rgb(255 247 237 / 0);
}

.active\:border-e-orange-50\/10:active {
  border-inline-end-color: rgb(255 247 237 / 0.1);
}

.active\:border-e-orange-50\/100:active {
  border-inline-end-color: rgb(255 247 237 / 1);
}

.active\:border-e-orange-50\/20:active {
  border-inline-end-color: rgb(255 247 237 / 0.2);
}

.active\:border-e-orange-50\/25:active {
  border-inline-end-color: rgb(255 247 237 / 0.25);
}

.active\:border-e-orange-50\/30:active {
  border-inline-end-color: rgb(255 247 237 / 0.3);
}

.active\:border-e-orange-50\/40:active {
  border-inline-end-color: rgb(255 247 237 / 0.4);
}

.active\:border-e-orange-50\/5:active {
  border-inline-end-color: rgb(255 247 237 / 0.05);
}

.active\:border-e-orange-50\/50:active {
  border-inline-end-color: rgb(255 247 237 / 0.5);
}

.active\:border-e-orange-50\/60:active {
  border-inline-end-color: rgb(255 247 237 / 0.6);
}

.active\:border-e-orange-50\/70:active {
  border-inline-end-color: rgb(255 247 237 / 0.7);
}

.active\:border-e-orange-50\/75:active {
  border-inline-end-color: rgb(255 247 237 / 0.75);
}

.active\:border-e-orange-50\/80:active {
  border-inline-end-color: rgb(255 247 237 / 0.8);
}

.active\:border-e-orange-50\/90:active {
  border-inline-end-color: rgb(255 247 237 / 0.9);
}

.active\:border-e-orange-50\/95:active {
  border-inline-end-color: rgb(255 247 237 / 0.95);
}

.active\:border-e-orange-500:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(249 115 22 / var(--tw-border-opacity));
}

.active\:border-e-orange-500\/0:active {
  border-inline-end-color: rgb(249 115 22 / 0);
}

.active\:border-e-orange-500\/10:active {
  border-inline-end-color: rgb(249 115 22 / 0.1);
}

.active\:border-e-orange-500\/100:active {
  border-inline-end-color: rgb(249 115 22 / 1);
}

.active\:border-e-orange-500\/20:active {
  border-inline-end-color: rgb(249 115 22 / 0.2);
}

.active\:border-e-orange-500\/25:active {
  border-inline-end-color: rgb(249 115 22 / 0.25);
}

.active\:border-e-orange-500\/30:active {
  border-inline-end-color: rgb(249 115 22 / 0.3);
}

.active\:border-e-orange-500\/40:active {
  border-inline-end-color: rgb(249 115 22 / 0.4);
}

.active\:border-e-orange-500\/5:active {
  border-inline-end-color: rgb(249 115 22 / 0.05);
}

.active\:border-e-orange-500\/50:active {
  border-inline-end-color: rgb(249 115 22 / 0.5);
}

.active\:border-e-orange-500\/60:active {
  border-inline-end-color: rgb(249 115 22 / 0.6);
}

.active\:border-e-orange-500\/70:active {
  border-inline-end-color: rgb(249 115 22 / 0.7);
}

.active\:border-e-orange-500\/75:active {
  border-inline-end-color: rgb(249 115 22 / 0.75);
}

.active\:border-e-orange-500\/80:active {
  border-inline-end-color: rgb(249 115 22 / 0.8);
}

.active\:border-e-orange-500\/90:active {
  border-inline-end-color: rgb(249 115 22 / 0.9);
}

.active\:border-e-orange-500\/95:active {
  border-inline-end-color: rgb(249 115 22 / 0.95);
}

.active\:border-e-orange-600:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.active\:border-e-orange-600\/0:active {
  border-inline-end-color: rgb(234 88 12 / 0);
}

.active\:border-e-orange-600\/10:active {
  border-inline-end-color: rgb(234 88 12 / 0.1);
}

.active\:border-e-orange-600\/100:active {
  border-inline-end-color: rgb(234 88 12 / 1);
}

.active\:border-e-orange-600\/20:active {
  border-inline-end-color: rgb(234 88 12 / 0.2);
}

.active\:border-e-orange-600\/25:active {
  border-inline-end-color: rgb(234 88 12 / 0.25);
}

.active\:border-e-orange-600\/30:active {
  border-inline-end-color: rgb(234 88 12 / 0.3);
}

.active\:border-e-orange-600\/40:active {
  border-inline-end-color: rgb(234 88 12 / 0.4);
}

.active\:border-e-orange-600\/5:active {
  border-inline-end-color: rgb(234 88 12 / 0.05);
}

.active\:border-e-orange-600\/50:active {
  border-inline-end-color: rgb(234 88 12 / 0.5);
}

.active\:border-e-orange-600\/60:active {
  border-inline-end-color: rgb(234 88 12 / 0.6);
}

.active\:border-e-orange-600\/70:active {
  border-inline-end-color: rgb(234 88 12 / 0.7);
}

.active\:border-e-orange-600\/75:active {
  border-inline-end-color: rgb(234 88 12 / 0.75);
}

.active\:border-e-orange-600\/80:active {
  border-inline-end-color: rgb(234 88 12 / 0.8);
}

.active\:border-e-orange-600\/90:active {
  border-inline-end-color: rgb(234 88 12 / 0.9);
}

.active\:border-e-orange-600\/95:active {
  border-inline-end-color: rgb(234 88 12 / 0.95);
}

.active\:border-e-orange-700:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(194 65 12 / var(--tw-border-opacity));
}

.active\:border-e-orange-700\/0:active {
  border-inline-end-color: rgb(194 65 12 / 0);
}

.active\:border-e-orange-700\/10:active {
  border-inline-end-color: rgb(194 65 12 / 0.1);
}

.active\:border-e-orange-700\/100:active {
  border-inline-end-color: rgb(194 65 12 / 1);
}

.active\:border-e-orange-700\/20:active {
  border-inline-end-color: rgb(194 65 12 / 0.2);
}

.active\:border-e-orange-700\/25:active {
  border-inline-end-color: rgb(194 65 12 / 0.25);
}

.active\:border-e-orange-700\/30:active {
  border-inline-end-color: rgb(194 65 12 / 0.3);
}

.active\:border-e-orange-700\/40:active {
  border-inline-end-color: rgb(194 65 12 / 0.4);
}

.active\:border-e-orange-700\/5:active {
  border-inline-end-color: rgb(194 65 12 / 0.05);
}

.active\:border-e-orange-700\/50:active {
  border-inline-end-color: rgb(194 65 12 / 0.5);
}

.active\:border-e-orange-700\/60:active {
  border-inline-end-color: rgb(194 65 12 / 0.6);
}

.active\:border-e-orange-700\/70:active {
  border-inline-end-color: rgb(194 65 12 / 0.7);
}

.active\:border-e-orange-700\/75:active {
  border-inline-end-color: rgb(194 65 12 / 0.75);
}

.active\:border-e-orange-700\/80:active {
  border-inline-end-color: rgb(194 65 12 / 0.8);
}

.active\:border-e-orange-700\/90:active {
  border-inline-end-color: rgb(194 65 12 / 0.9);
}

.active\:border-e-orange-700\/95:active {
  border-inline-end-color: rgb(194 65 12 / 0.95);
}

.active\:border-e-orange-800:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(154 52 18 / var(--tw-border-opacity));
}

.active\:border-e-orange-800\/0:active {
  border-inline-end-color: rgb(154 52 18 / 0);
}

.active\:border-e-orange-800\/10:active {
  border-inline-end-color: rgb(154 52 18 / 0.1);
}

.active\:border-e-orange-800\/100:active {
  border-inline-end-color: rgb(154 52 18 / 1);
}

.active\:border-e-orange-800\/20:active {
  border-inline-end-color: rgb(154 52 18 / 0.2);
}

.active\:border-e-orange-800\/25:active {
  border-inline-end-color: rgb(154 52 18 / 0.25);
}

.active\:border-e-orange-800\/30:active {
  border-inline-end-color: rgb(154 52 18 / 0.3);
}

.active\:border-e-orange-800\/40:active {
  border-inline-end-color: rgb(154 52 18 / 0.4);
}

.active\:border-e-orange-800\/5:active {
  border-inline-end-color: rgb(154 52 18 / 0.05);
}

.active\:border-e-orange-800\/50:active {
  border-inline-end-color: rgb(154 52 18 / 0.5);
}

.active\:border-e-orange-800\/60:active {
  border-inline-end-color: rgb(154 52 18 / 0.6);
}

.active\:border-e-orange-800\/70:active {
  border-inline-end-color: rgb(154 52 18 / 0.7);
}

.active\:border-e-orange-800\/75:active {
  border-inline-end-color: rgb(154 52 18 / 0.75);
}

.active\:border-e-orange-800\/80:active {
  border-inline-end-color: rgb(154 52 18 / 0.8);
}

.active\:border-e-orange-800\/90:active {
  border-inline-end-color: rgb(154 52 18 / 0.9);
}

.active\:border-e-orange-800\/95:active {
  border-inline-end-color: rgb(154 52 18 / 0.95);
}

.active\:border-e-orange-900:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(124 45 18 / var(--tw-border-opacity));
}

.active\:border-e-orange-900\/0:active {
  border-inline-end-color: rgb(124 45 18 / 0);
}

.active\:border-e-orange-900\/10:active {
  border-inline-end-color: rgb(124 45 18 / 0.1);
}

.active\:border-e-orange-900\/100:active {
  border-inline-end-color: rgb(124 45 18 / 1);
}

.active\:border-e-orange-900\/20:active {
  border-inline-end-color: rgb(124 45 18 / 0.2);
}

.active\:border-e-orange-900\/25:active {
  border-inline-end-color: rgb(124 45 18 / 0.25);
}

.active\:border-e-orange-900\/30:active {
  border-inline-end-color: rgb(124 45 18 / 0.3);
}

.active\:border-e-orange-900\/40:active {
  border-inline-end-color: rgb(124 45 18 / 0.4);
}

.active\:border-e-orange-900\/5:active {
  border-inline-end-color: rgb(124 45 18 / 0.05);
}

.active\:border-e-orange-900\/50:active {
  border-inline-end-color: rgb(124 45 18 / 0.5);
}

.active\:border-e-orange-900\/60:active {
  border-inline-end-color: rgb(124 45 18 / 0.6);
}

.active\:border-e-orange-900\/70:active {
  border-inline-end-color: rgb(124 45 18 / 0.7);
}

.active\:border-e-orange-900\/75:active {
  border-inline-end-color: rgb(124 45 18 / 0.75);
}

.active\:border-e-orange-900\/80:active {
  border-inline-end-color: rgb(124 45 18 / 0.8);
}

.active\:border-e-orange-900\/90:active {
  border-inline-end-color: rgb(124 45 18 / 0.9);
}

.active\:border-e-orange-900\/95:active {
  border-inline-end-color: rgb(124 45 18 / 0.95);
}

.active\:border-e-orange-950:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(67 20 7 / var(--tw-border-opacity));
}

.active\:border-e-orange-950\/0:active {
  border-inline-end-color: rgb(67 20 7 / 0);
}

.active\:border-e-orange-950\/10:active {
  border-inline-end-color: rgb(67 20 7 / 0.1);
}

.active\:border-e-orange-950\/100:active {
  border-inline-end-color: rgb(67 20 7 / 1);
}

.active\:border-e-orange-950\/20:active {
  border-inline-end-color: rgb(67 20 7 / 0.2);
}

.active\:border-e-orange-950\/25:active {
  border-inline-end-color: rgb(67 20 7 / 0.25);
}

.active\:border-e-orange-950\/30:active {
  border-inline-end-color: rgb(67 20 7 / 0.3);
}

.active\:border-e-orange-950\/40:active {
  border-inline-end-color: rgb(67 20 7 / 0.4);
}

.active\:border-e-orange-950\/5:active {
  border-inline-end-color: rgb(67 20 7 / 0.05);
}

.active\:border-e-orange-950\/50:active {
  border-inline-end-color: rgb(67 20 7 / 0.5);
}

.active\:border-e-orange-950\/60:active {
  border-inline-end-color: rgb(67 20 7 / 0.6);
}

.active\:border-e-orange-950\/70:active {
  border-inline-end-color: rgb(67 20 7 / 0.7);
}

.active\:border-e-orange-950\/75:active {
  border-inline-end-color: rgb(67 20 7 / 0.75);
}

.active\:border-e-orange-950\/80:active {
  border-inline-end-color: rgb(67 20 7 / 0.8);
}

.active\:border-e-orange-950\/90:active {
  border-inline-end-color: rgb(67 20 7 / 0.9);
}

.active\:border-e-orange-950\/95:active {
  border-inline-end-color: rgb(67 20 7 / 0.95);
}

.active\:border-e-ozc-100:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 239 235 / var(--tw-border-opacity));
}

.active\:border-e-ozc-100\/0:active {
  border-inline-end-color: rgb(255 239 235 / 0);
}

.active\:border-e-ozc-100\/10:active {
  border-inline-end-color: rgb(255 239 235 / 0.1);
}

.active\:border-e-ozc-100\/100:active {
  border-inline-end-color: rgb(255 239 235 / 1);
}

.active\:border-e-ozc-100\/20:active {
  border-inline-end-color: rgb(255 239 235 / 0.2);
}

.active\:border-e-ozc-100\/25:active {
  border-inline-end-color: rgb(255 239 235 / 0.25);
}

.active\:border-e-ozc-100\/30:active {
  border-inline-end-color: rgb(255 239 235 / 0.3);
}

.active\:border-e-ozc-100\/40:active {
  border-inline-end-color: rgb(255 239 235 / 0.4);
}

.active\:border-e-ozc-100\/5:active {
  border-inline-end-color: rgb(255 239 235 / 0.05);
}

.active\:border-e-ozc-100\/50:active {
  border-inline-end-color: rgb(255 239 235 / 0.5);
}

.active\:border-e-ozc-100\/60:active {
  border-inline-end-color: rgb(255 239 235 / 0.6);
}

.active\:border-e-ozc-100\/70:active {
  border-inline-end-color: rgb(255 239 235 / 0.7);
}

.active\:border-e-ozc-100\/75:active {
  border-inline-end-color: rgb(255 239 235 / 0.75);
}

.active\:border-e-ozc-100\/80:active {
  border-inline-end-color: rgb(255 239 235 / 0.8);
}

.active\:border-e-ozc-100\/90:active {
  border-inline-end-color: rgb(255 239 235 / 0.9);
}

.active\:border-e-ozc-100\/95:active {
  border-inline-end-color: rgb(255 239 235 / 0.95);
}

.active\:border-e-ozc-200:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 225 222 / var(--tw-border-opacity));
}

.active\:border-e-ozc-200\/0:active {
  border-inline-end-color: rgb(253 225 222 / 0);
}

.active\:border-e-ozc-200\/10:active {
  border-inline-end-color: rgb(253 225 222 / 0.1);
}

.active\:border-e-ozc-200\/100:active {
  border-inline-end-color: rgb(253 225 222 / 1);
}

.active\:border-e-ozc-200\/20:active {
  border-inline-end-color: rgb(253 225 222 / 0.2);
}

.active\:border-e-ozc-200\/25:active {
  border-inline-end-color: rgb(253 225 222 / 0.25);
}

.active\:border-e-ozc-200\/30:active {
  border-inline-end-color: rgb(253 225 222 / 0.3);
}

.active\:border-e-ozc-200\/40:active {
  border-inline-end-color: rgb(253 225 222 / 0.4);
}

.active\:border-e-ozc-200\/5:active {
  border-inline-end-color: rgb(253 225 222 / 0.05);
}

.active\:border-e-ozc-200\/50:active {
  border-inline-end-color: rgb(253 225 222 / 0.5);
}

.active\:border-e-ozc-200\/60:active {
  border-inline-end-color: rgb(253 225 222 / 0.6);
}

.active\:border-e-ozc-200\/70:active {
  border-inline-end-color: rgb(253 225 222 / 0.7);
}

.active\:border-e-ozc-200\/75:active {
  border-inline-end-color: rgb(253 225 222 / 0.75);
}

.active\:border-e-ozc-200\/80:active {
  border-inline-end-color: rgb(253 225 222 / 0.8);
}

.active\:border-e-ozc-200\/90:active {
  border-inline-end-color: rgb(253 225 222 / 0.9);
}

.active\:border-e-ozc-200\/95:active {
  border-inline-end-color: rgb(253 225 222 / 0.95);
}

.active\:border-e-ozc-300:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(248 181 181 / var(--tw-border-opacity));
}

.active\:border-e-ozc-300\/0:active {
  border-inline-end-color: rgb(248 181 181 / 0);
}

.active\:border-e-ozc-300\/10:active {
  border-inline-end-color: rgb(248 181 181 / 0.1);
}

.active\:border-e-ozc-300\/100:active {
  border-inline-end-color: rgb(248 181 181 / 1);
}

.active\:border-e-ozc-300\/20:active {
  border-inline-end-color: rgb(248 181 181 / 0.2);
}

.active\:border-e-ozc-300\/25:active {
  border-inline-end-color: rgb(248 181 181 / 0.25);
}

.active\:border-e-ozc-300\/30:active {
  border-inline-end-color: rgb(248 181 181 / 0.3);
}

.active\:border-e-ozc-300\/40:active {
  border-inline-end-color: rgb(248 181 181 / 0.4);
}

.active\:border-e-ozc-300\/5:active {
  border-inline-end-color: rgb(248 181 181 / 0.05);
}

.active\:border-e-ozc-300\/50:active {
  border-inline-end-color: rgb(248 181 181 / 0.5);
}

.active\:border-e-ozc-300\/60:active {
  border-inline-end-color: rgb(248 181 181 / 0.6);
}

.active\:border-e-ozc-300\/70:active {
  border-inline-end-color: rgb(248 181 181 / 0.7);
}

.active\:border-e-ozc-300\/75:active {
  border-inline-end-color: rgb(248 181 181 / 0.75);
}

.active\:border-e-ozc-300\/80:active {
  border-inline-end-color: rgb(248 181 181 / 0.8);
}

.active\:border-e-ozc-300\/90:active {
  border-inline-end-color: rgb(248 181 181 / 0.9);
}

.active\:border-e-ozc-300\/95:active {
  border-inline-end-color: rgb(248 181 181 / 0.95);
}

.active\:border-e-ozc-400:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 189 173 / var(--tw-border-opacity));
}

.active\:border-e-ozc-400\/0:active {
  border-inline-end-color: rgb(250 189 173 / 0);
}

.active\:border-e-ozc-400\/10:active {
  border-inline-end-color: rgb(250 189 173 / 0.1);
}

.active\:border-e-ozc-400\/100:active {
  border-inline-end-color: rgb(250 189 173 / 1);
}

.active\:border-e-ozc-400\/20:active {
  border-inline-end-color: rgb(250 189 173 / 0.2);
}

.active\:border-e-ozc-400\/25:active {
  border-inline-end-color: rgb(250 189 173 / 0.25);
}

.active\:border-e-ozc-400\/30:active {
  border-inline-end-color: rgb(250 189 173 / 0.3);
}

.active\:border-e-ozc-400\/40:active {
  border-inline-end-color: rgb(250 189 173 / 0.4);
}

.active\:border-e-ozc-400\/5:active {
  border-inline-end-color: rgb(250 189 173 / 0.05);
}

.active\:border-e-ozc-400\/50:active {
  border-inline-end-color: rgb(250 189 173 / 0.5);
}

.active\:border-e-ozc-400\/60:active {
  border-inline-end-color: rgb(250 189 173 / 0.6);
}

.active\:border-e-ozc-400\/70:active {
  border-inline-end-color: rgb(250 189 173 / 0.7);
}

.active\:border-e-ozc-400\/75:active {
  border-inline-end-color: rgb(250 189 173 / 0.75);
}

.active\:border-e-ozc-400\/80:active {
  border-inline-end-color: rgb(250 189 173 / 0.8);
}

.active\:border-e-ozc-400\/90:active {
  border-inline-end-color: rgb(250 189 173 / 0.9);
}

.active\:border-e-ozc-400\/95:active {
  border-inline-end-color: rgb(250 189 173 / 0.95);
}

.active\:border-e-ozc-50:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 243 232 / var(--tw-border-opacity));
}

.active\:border-e-ozc-50\/0:active {
  border-inline-end-color: rgb(254 243 232 / 0);
}

.active\:border-e-ozc-50\/10:active {
  border-inline-end-color: rgb(254 243 232 / 0.1);
}

.active\:border-e-ozc-50\/100:active {
  border-inline-end-color: rgb(254 243 232 / 1);
}

.active\:border-e-ozc-50\/20:active {
  border-inline-end-color: rgb(254 243 232 / 0.2);
}

.active\:border-e-ozc-50\/25:active {
  border-inline-end-color: rgb(254 243 232 / 0.25);
}

.active\:border-e-ozc-50\/30:active {
  border-inline-end-color: rgb(254 243 232 / 0.3);
}

.active\:border-e-ozc-50\/40:active {
  border-inline-end-color: rgb(254 243 232 / 0.4);
}

.active\:border-e-ozc-50\/5:active {
  border-inline-end-color: rgb(254 243 232 / 0.05);
}

.active\:border-e-ozc-50\/50:active {
  border-inline-end-color: rgb(254 243 232 / 0.5);
}

.active\:border-e-ozc-50\/60:active {
  border-inline-end-color: rgb(254 243 232 / 0.6);
}

.active\:border-e-ozc-50\/70:active {
  border-inline-end-color: rgb(254 243 232 / 0.7);
}

.active\:border-e-ozc-50\/75:active {
  border-inline-end-color: rgb(254 243 232 / 0.75);
}

.active\:border-e-ozc-50\/80:active {
  border-inline-end-color: rgb(254 243 232 / 0.8);
}

.active\:border-e-ozc-50\/90:active {
  border-inline-end-color: rgb(254 243 232 / 0.9);
}

.active\:border-e-ozc-50\/95:active {
  border-inline-end-color: rgb(254 243 232 / 0.95);
}

.active\:border-e-ozc-500:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 110 96 / var(--tw-border-opacity));
}

.active\:border-e-ozc-500\/0:active {
  border-inline-end-color: rgb(255 110 96 / 0);
}

.active\:border-e-ozc-500\/10:active {
  border-inline-end-color: rgb(255 110 96 / 0.1);
}

.active\:border-e-ozc-500\/100:active {
  border-inline-end-color: rgb(255 110 96 / 1);
}

.active\:border-e-ozc-500\/20:active {
  border-inline-end-color: rgb(255 110 96 / 0.2);
}

.active\:border-e-ozc-500\/25:active {
  border-inline-end-color: rgb(255 110 96 / 0.25);
}

.active\:border-e-ozc-500\/30:active {
  border-inline-end-color: rgb(255 110 96 / 0.3);
}

.active\:border-e-ozc-500\/40:active {
  border-inline-end-color: rgb(255 110 96 / 0.4);
}

.active\:border-e-ozc-500\/5:active {
  border-inline-end-color: rgb(255 110 96 / 0.05);
}

.active\:border-e-ozc-500\/50:active {
  border-inline-end-color: rgb(255 110 96 / 0.5);
}

.active\:border-e-ozc-500\/60:active {
  border-inline-end-color: rgb(255 110 96 / 0.6);
}

.active\:border-e-ozc-500\/70:active {
  border-inline-end-color: rgb(255 110 96 / 0.7);
}

.active\:border-e-ozc-500\/75:active {
  border-inline-end-color: rgb(255 110 96 / 0.75);
}

.active\:border-e-ozc-500\/80:active {
  border-inline-end-color: rgb(255 110 96 / 0.8);
}

.active\:border-e-ozc-500\/90:active {
  border-inline-end-color: rgb(255 110 96 / 0.9);
}

.active\:border-e-ozc-500\/95:active {
  border-inline-end-color: rgb(255 110 96 / 0.95);
}

.active\:border-e-ozc-600:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(249 169 140 / var(--tw-border-opacity));
}

.active\:border-e-ozc-600\/0:active {
  border-inline-end-color: rgb(249 169 140 / 0);
}

.active\:border-e-ozc-600\/10:active {
  border-inline-end-color: rgb(249 169 140 / 0.1);
}

.active\:border-e-ozc-600\/100:active {
  border-inline-end-color: rgb(249 169 140 / 1);
}

.active\:border-e-ozc-600\/20:active {
  border-inline-end-color: rgb(249 169 140 / 0.2);
}

.active\:border-e-ozc-600\/25:active {
  border-inline-end-color: rgb(249 169 140 / 0.25);
}

.active\:border-e-ozc-600\/30:active {
  border-inline-end-color: rgb(249 169 140 / 0.3);
}

.active\:border-e-ozc-600\/40:active {
  border-inline-end-color: rgb(249 169 140 / 0.4);
}

.active\:border-e-ozc-600\/5:active {
  border-inline-end-color: rgb(249 169 140 / 0.05);
}

.active\:border-e-ozc-600\/50:active {
  border-inline-end-color: rgb(249 169 140 / 0.5);
}

.active\:border-e-ozc-600\/60:active {
  border-inline-end-color: rgb(249 169 140 / 0.6);
}

.active\:border-e-ozc-600\/70:active {
  border-inline-end-color: rgb(249 169 140 / 0.7);
}

.active\:border-e-ozc-600\/75:active {
  border-inline-end-color: rgb(249 169 140 / 0.75);
}

.active\:border-e-ozc-600\/80:active {
  border-inline-end-color: rgb(249 169 140 / 0.8);
}

.active\:border-e-ozc-600\/90:active {
  border-inline-end-color: rgb(249 169 140 / 0.9);
}

.active\:border-e-ozc-600\/95:active {
  border-inline-end-color: rgb(249 169 140 / 0.95);
}

.active\:border-e-ozc-700:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(246 148 114 / var(--tw-border-opacity));
}

.active\:border-e-ozc-700\/0:active {
  border-inline-end-color: rgb(246 148 114 / 0);
}

.active\:border-e-ozc-700\/10:active {
  border-inline-end-color: rgb(246 148 114 / 0.1);
}

.active\:border-e-ozc-700\/100:active {
  border-inline-end-color: rgb(246 148 114 / 1);
}

.active\:border-e-ozc-700\/20:active {
  border-inline-end-color: rgb(246 148 114 / 0.2);
}

.active\:border-e-ozc-700\/25:active {
  border-inline-end-color: rgb(246 148 114 / 0.25);
}

.active\:border-e-ozc-700\/30:active {
  border-inline-end-color: rgb(246 148 114 / 0.3);
}

.active\:border-e-ozc-700\/40:active {
  border-inline-end-color: rgb(246 148 114 / 0.4);
}

.active\:border-e-ozc-700\/5:active {
  border-inline-end-color: rgb(246 148 114 / 0.05);
}

.active\:border-e-ozc-700\/50:active {
  border-inline-end-color: rgb(246 148 114 / 0.5);
}

.active\:border-e-ozc-700\/60:active {
  border-inline-end-color: rgb(246 148 114 / 0.6);
}

.active\:border-e-ozc-700\/70:active {
  border-inline-end-color: rgb(246 148 114 / 0.7);
}

.active\:border-e-ozc-700\/75:active {
  border-inline-end-color: rgb(246 148 114 / 0.75);
}

.active\:border-e-ozc-700\/80:active {
  border-inline-end-color: rgb(246 148 114 / 0.8);
}

.active\:border-e-ozc-700\/90:active {
  border-inline-end-color: rgb(246 148 114 / 0.9);
}

.active\:border-e-ozc-700\/95:active {
  border-inline-end-color: rgb(246 148 114 / 0.95);
}

.active\:border-e-ozc-800:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 144 136 / var(--tw-border-opacity));
}

.active\:border-e-ozc-800\/0:active {
  border-inline-end-color: rgb(245 144 136 / 0);
}

.active\:border-e-ozc-800\/10:active {
  border-inline-end-color: rgb(245 144 136 / 0.1);
}

.active\:border-e-ozc-800\/100:active {
  border-inline-end-color: rgb(245 144 136 / 1);
}

.active\:border-e-ozc-800\/20:active {
  border-inline-end-color: rgb(245 144 136 / 0.2);
}

.active\:border-e-ozc-800\/25:active {
  border-inline-end-color: rgb(245 144 136 / 0.25);
}

.active\:border-e-ozc-800\/30:active {
  border-inline-end-color: rgb(245 144 136 / 0.3);
}

.active\:border-e-ozc-800\/40:active {
  border-inline-end-color: rgb(245 144 136 / 0.4);
}

.active\:border-e-ozc-800\/5:active {
  border-inline-end-color: rgb(245 144 136 / 0.05);
}

.active\:border-e-ozc-800\/50:active {
  border-inline-end-color: rgb(245 144 136 / 0.5);
}

.active\:border-e-ozc-800\/60:active {
  border-inline-end-color: rgb(245 144 136 / 0.6);
}

.active\:border-e-ozc-800\/70:active {
  border-inline-end-color: rgb(245 144 136 / 0.7);
}

.active\:border-e-ozc-800\/75:active {
  border-inline-end-color: rgb(245 144 136 / 0.75);
}

.active\:border-e-ozc-800\/80:active {
  border-inline-end-color: rgb(245 144 136 / 0.8);
}

.active\:border-e-ozc-800\/90:active {
  border-inline-end-color: rgb(245 144 136 / 0.9);
}

.active\:border-e-ozc-800\/95:active {
  border-inline-end-color: rgb(245 144 136 / 0.95);
}

.active\:border-e-ozc-900:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(243 121 124 / var(--tw-border-opacity));
}

.active\:border-e-ozc-900\/0:active {
  border-inline-end-color: rgb(243 121 124 / 0);
}

.active\:border-e-ozc-900\/10:active {
  border-inline-end-color: rgb(243 121 124 / 0.1);
}

.active\:border-e-ozc-900\/100:active {
  border-inline-end-color: rgb(243 121 124 / 1);
}

.active\:border-e-ozc-900\/20:active {
  border-inline-end-color: rgb(243 121 124 / 0.2);
}

.active\:border-e-ozc-900\/25:active {
  border-inline-end-color: rgb(243 121 124 / 0.25);
}

.active\:border-e-ozc-900\/30:active {
  border-inline-end-color: rgb(243 121 124 / 0.3);
}

.active\:border-e-ozc-900\/40:active {
  border-inline-end-color: rgb(243 121 124 / 0.4);
}

.active\:border-e-ozc-900\/5:active {
  border-inline-end-color: rgb(243 121 124 / 0.05);
}

.active\:border-e-ozc-900\/50:active {
  border-inline-end-color: rgb(243 121 124 / 0.5);
}

.active\:border-e-ozc-900\/60:active {
  border-inline-end-color: rgb(243 121 124 / 0.6);
}

.active\:border-e-ozc-900\/70:active {
  border-inline-end-color: rgb(243 121 124 / 0.7);
}

.active\:border-e-ozc-900\/75:active {
  border-inline-end-color: rgb(243 121 124 / 0.75);
}

.active\:border-e-ozc-900\/80:active {
  border-inline-end-color: rgb(243 121 124 / 0.8);
}

.active\:border-e-ozc-900\/90:active {
  border-inline-end-color: rgb(243 121 124 / 0.9);
}

.active\:border-e-ozc-900\/95:active {
  border-inline-end-color: rgb(243 121 124 / 0.95);
}

.active\:border-e-ozc-950:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.active\:border-e-ozc-950\/0:active {
  border-inline-end-color: rgb(42 45 51 / 0);
}

.active\:border-e-ozc-950\/10:active {
  border-inline-end-color: rgb(42 45 51 / 0.1);
}

.active\:border-e-ozc-950\/100:active {
  border-inline-end-color: rgb(42 45 51 / 1);
}

.active\:border-e-ozc-950\/20:active {
  border-inline-end-color: rgb(42 45 51 / 0.2);
}

.active\:border-e-ozc-950\/25:active {
  border-inline-end-color: rgb(42 45 51 / 0.25);
}

.active\:border-e-ozc-950\/30:active {
  border-inline-end-color: rgb(42 45 51 / 0.3);
}

.active\:border-e-ozc-950\/40:active {
  border-inline-end-color: rgb(42 45 51 / 0.4);
}

.active\:border-e-ozc-950\/5:active {
  border-inline-end-color: rgb(42 45 51 / 0.05);
}

.active\:border-e-ozc-950\/50:active {
  border-inline-end-color: rgb(42 45 51 / 0.5);
}

.active\:border-e-ozc-950\/60:active {
  border-inline-end-color: rgb(42 45 51 / 0.6);
}

.active\:border-e-ozc-950\/70:active {
  border-inline-end-color: rgb(42 45 51 / 0.7);
}

.active\:border-e-ozc-950\/75:active {
  border-inline-end-color: rgb(42 45 51 / 0.75);
}

.active\:border-e-ozc-950\/80:active {
  border-inline-end-color: rgb(42 45 51 / 0.8);
}

.active\:border-e-ozc-950\/90:active {
  border-inline-end-color: rgb(42 45 51 / 0.9);
}

.active\:border-e-ozc-950\/95:active {
  border-inline-end-color: rgb(42 45 51 / 0.95);
}

.active\:border-e-ozc-alt-100:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 250 230 / var(--tw-border-opacity));
}

.active\:border-e-ozc-alt-100\/0:active {
  border-inline-end-color: rgb(255 250 230 / 0);
}

.active\:border-e-ozc-alt-100\/10:active {
  border-inline-end-color: rgb(255 250 230 / 0.1);
}

.active\:border-e-ozc-alt-100\/100:active {
  border-inline-end-color: rgb(255 250 230 / 1);
}

.active\:border-e-ozc-alt-100\/20:active {
  border-inline-end-color: rgb(255 250 230 / 0.2);
}

.active\:border-e-ozc-alt-100\/25:active {
  border-inline-end-color: rgb(255 250 230 / 0.25);
}

.active\:border-e-ozc-alt-100\/30:active {
  border-inline-end-color: rgb(255 250 230 / 0.3);
}

.active\:border-e-ozc-alt-100\/40:active {
  border-inline-end-color: rgb(255 250 230 / 0.4);
}

.active\:border-e-ozc-alt-100\/5:active {
  border-inline-end-color: rgb(255 250 230 / 0.05);
}

.active\:border-e-ozc-alt-100\/50:active {
  border-inline-end-color: rgb(255 250 230 / 0.5);
}

.active\:border-e-ozc-alt-100\/60:active {
  border-inline-end-color: rgb(255 250 230 / 0.6);
}

.active\:border-e-ozc-alt-100\/70:active {
  border-inline-end-color: rgb(255 250 230 / 0.7);
}

.active\:border-e-ozc-alt-100\/75:active {
  border-inline-end-color: rgb(255 250 230 / 0.75);
}

.active\:border-e-ozc-alt-100\/80:active {
  border-inline-end-color: rgb(255 250 230 / 0.8);
}

.active\:border-e-ozc-alt-100\/90:active {
  border-inline-end-color: rgb(255 250 230 / 0.9);
}

.active\:border-e-ozc-alt-100\/95:active {
  border-inline-end-color: rgb(255 250 230 / 0.95);
}

.active\:border-e-ozc-alt-200:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 242 193 / var(--tw-border-opacity));
}

.active\:border-e-ozc-alt-200\/0:active {
  border-inline-end-color: rgb(255 242 193 / 0);
}

.active\:border-e-ozc-alt-200\/10:active {
  border-inline-end-color: rgb(255 242 193 / 0.1);
}

.active\:border-e-ozc-alt-200\/100:active {
  border-inline-end-color: rgb(255 242 193 / 1);
}

.active\:border-e-ozc-alt-200\/20:active {
  border-inline-end-color: rgb(255 242 193 / 0.2);
}

.active\:border-e-ozc-alt-200\/25:active {
  border-inline-end-color: rgb(255 242 193 / 0.25);
}

.active\:border-e-ozc-alt-200\/30:active {
  border-inline-end-color: rgb(255 242 193 / 0.3);
}

.active\:border-e-ozc-alt-200\/40:active {
  border-inline-end-color: rgb(255 242 193 / 0.4);
}

.active\:border-e-ozc-alt-200\/5:active {
  border-inline-end-color: rgb(255 242 193 / 0.05);
}

.active\:border-e-ozc-alt-200\/50:active {
  border-inline-end-color: rgb(255 242 193 / 0.5);
}

.active\:border-e-ozc-alt-200\/60:active {
  border-inline-end-color: rgb(255 242 193 / 0.6);
}

.active\:border-e-ozc-alt-200\/70:active {
  border-inline-end-color: rgb(255 242 193 / 0.7);
}

.active\:border-e-ozc-alt-200\/75:active {
  border-inline-end-color: rgb(255 242 193 / 0.75);
}

.active\:border-e-ozc-alt-200\/80:active {
  border-inline-end-color: rgb(255 242 193 / 0.8);
}

.active\:border-e-ozc-alt-200\/90:active {
  border-inline-end-color: rgb(255 242 193 / 0.9);
}

.active\:border-e-ozc-alt-200\/95:active {
  border-inline-end-color: rgb(255 242 193 / 0.95);
}

.active\:border-e-ozc-alt-300:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 235 155 / var(--tw-border-opacity));
}

.active\:border-e-ozc-alt-300\/0:active {
  border-inline-end-color: rgb(255 235 155 / 0);
}

.active\:border-e-ozc-alt-300\/10:active {
  border-inline-end-color: rgb(255 235 155 / 0.1);
}

.active\:border-e-ozc-alt-300\/100:active {
  border-inline-end-color: rgb(255 235 155 / 1);
}

.active\:border-e-ozc-alt-300\/20:active {
  border-inline-end-color: rgb(255 235 155 / 0.2);
}

.active\:border-e-ozc-alt-300\/25:active {
  border-inline-end-color: rgb(255 235 155 / 0.25);
}

.active\:border-e-ozc-alt-300\/30:active {
  border-inline-end-color: rgb(255 235 155 / 0.3);
}

.active\:border-e-ozc-alt-300\/40:active {
  border-inline-end-color: rgb(255 235 155 / 0.4);
}

.active\:border-e-ozc-alt-300\/5:active {
  border-inline-end-color: rgb(255 235 155 / 0.05);
}

.active\:border-e-ozc-alt-300\/50:active {
  border-inline-end-color: rgb(255 235 155 / 0.5);
}

.active\:border-e-ozc-alt-300\/60:active {
  border-inline-end-color: rgb(255 235 155 / 0.6);
}

.active\:border-e-ozc-alt-300\/70:active {
  border-inline-end-color: rgb(255 235 155 / 0.7);
}

.active\:border-e-ozc-alt-300\/75:active {
  border-inline-end-color: rgb(255 235 155 / 0.75);
}

.active\:border-e-ozc-alt-300\/80:active {
  border-inline-end-color: rgb(255 235 155 / 0.8);
}

.active\:border-e-ozc-alt-300\/90:active {
  border-inline-end-color: rgb(255 235 155 / 0.9);
}

.active\:border-e-ozc-alt-300\/95:active {
  border-inline-end-color: rgb(255 235 155 / 0.95);
}

.active\:border-e-ozc-alt-400:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 219 80 / var(--tw-border-opacity));
}

.active\:border-e-ozc-alt-400\/0:active {
  border-inline-end-color: rgb(255 219 80 / 0);
}

.active\:border-e-ozc-alt-400\/10:active {
  border-inline-end-color: rgb(255 219 80 / 0.1);
}

.active\:border-e-ozc-alt-400\/100:active {
  border-inline-end-color: rgb(255 219 80 / 1);
}

.active\:border-e-ozc-alt-400\/20:active {
  border-inline-end-color: rgb(255 219 80 / 0.2);
}

.active\:border-e-ozc-alt-400\/25:active {
  border-inline-end-color: rgb(255 219 80 / 0.25);
}

.active\:border-e-ozc-alt-400\/30:active {
  border-inline-end-color: rgb(255 219 80 / 0.3);
}

.active\:border-e-ozc-alt-400\/40:active {
  border-inline-end-color: rgb(255 219 80 / 0.4);
}

.active\:border-e-ozc-alt-400\/5:active {
  border-inline-end-color: rgb(255 219 80 / 0.05);
}

.active\:border-e-ozc-alt-400\/50:active {
  border-inline-end-color: rgb(255 219 80 / 0.5);
}

.active\:border-e-ozc-alt-400\/60:active {
  border-inline-end-color: rgb(255 219 80 / 0.6);
}

.active\:border-e-ozc-alt-400\/70:active {
  border-inline-end-color: rgb(255 219 80 / 0.7);
}

.active\:border-e-ozc-alt-400\/75:active {
  border-inline-end-color: rgb(255 219 80 / 0.75);
}

.active\:border-e-ozc-alt-400\/80:active {
  border-inline-end-color: rgb(255 219 80 / 0.8);
}

.active\:border-e-ozc-alt-400\/90:active {
  border-inline-end-color: rgb(255 219 80 / 0.9);
}

.active\:border-e-ozc-alt-400\/95:active {
  border-inline-end-color: rgb(255 219 80 / 0.95);
}

.active\:border-e-ozc-alt-50:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 252 243 / var(--tw-border-opacity));
}

.active\:border-e-ozc-alt-50\/0:active {
  border-inline-end-color: rgb(255 252 243 / 0);
}

.active\:border-e-ozc-alt-50\/10:active {
  border-inline-end-color: rgb(255 252 243 / 0.1);
}

.active\:border-e-ozc-alt-50\/100:active {
  border-inline-end-color: rgb(255 252 243 / 1);
}

.active\:border-e-ozc-alt-50\/20:active {
  border-inline-end-color: rgb(255 252 243 / 0.2);
}

.active\:border-e-ozc-alt-50\/25:active {
  border-inline-end-color: rgb(255 252 243 / 0.25);
}

.active\:border-e-ozc-alt-50\/30:active {
  border-inline-end-color: rgb(255 252 243 / 0.3);
}

.active\:border-e-ozc-alt-50\/40:active {
  border-inline-end-color: rgb(255 252 243 / 0.4);
}

.active\:border-e-ozc-alt-50\/5:active {
  border-inline-end-color: rgb(255 252 243 / 0.05);
}

.active\:border-e-ozc-alt-50\/50:active {
  border-inline-end-color: rgb(255 252 243 / 0.5);
}

.active\:border-e-ozc-alt-50\/60:active {
  border-inline-end-color: rgb(255 252 243 / 0.6);
}

.active\:border-e-ozc-alt-50\/70:active {
  border-inline-end-color: rgb(255 252 243 / 0.7);
}

.active\:border-e-ozc-alt-50\/75:active {
  border-inline-end-color: rgb(255 252 243 / 0.75);
}

.active\:border-e-ozc-alt-50\/80:active {
  border-inline-end-color: rgb(255 252 243 / 0.8);
}

.active\:border-e-ozc-alt-50\/90:active {
  border-inline-end-color: rgb(255 252 243 / 0.9);
}

.active\:border-e-ozc-alt-50\/95:active {
  border-inline-end-color: rgb(255 252 243 / 0.95);
}

.active\:border-e-ozc-alt-500:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 204 5 / var(--tw-border-opacity));
}

.active\:border-e-ozc-alt-500\/0:active {
  border-inline-end-color: rgb(255 204 5 / 0);
}

.active\:border-e-ozc-alt-500\/10:active {
  border-inline-end-color: rgb(255 204 5 / 0.1);
}

.active\:border-e-ozc-alt-500\/100:active {
  border-inline-end-color: rgb(255 204 5 / 1);
}

.active\:border-e-ozc-alt-500\/20:active {
  border-inline-end-color: rgb(255 204 5 / 0.2);
}

.active\:border-e-ozc-alt-500\/25:active {
  border-inline-end-color: rgb(255 204 5 / 0.25);
}

.active\:border-e-ozc-alt-500\/30:active {
  border-inline-end-color: rgb(255 204 5 / 0.3);
}

.active\:border-e-ozc-alt-500\/40:active {
  border-inline-end-color: rgb(255 204 5 / 0.4);
}

.active\:border-e-ozc-alt-500\/5:active {
  border-inline-end-color: rgb(255 204 5 / 0.05);
}

.active\:border-e-ozc-alt-500\/50:active {
  border-inline-end-color: rgb(255 204 5 / 0.5);
}

.active\:border-e-ozc-alt-500\/60:active {
  border-inline-end-color: rgb(255 204 5 / 0.6);
}

.active\:border-e-ozc-alt-500\/70:active {
  border-inline-end-color: rgb(255 204 5 / 0.7);
}

.active\:border-e-ozc-alt-500\/75:active {
  border-inline-end-color: rgb(255 204 5 / 0.75);
}

.active\:border-e-ozc-alt-500\/80:active {
  border-inline-end-color: rgb(255 204 5 / 0.8);
}

.active\:border-e-ozc-alt-500\/90:active {
  border-inline-end-color: rgb(255 204 5 / 0.9);
}

.active\:border-e-ozc-alt-500\/95:active {
  border-inline-end-color: rgb(255 204 5 / 0.95);
}

.active\:border-e-ozc-alt-600:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(230 184 5 / var(--tw-border-opacity));
}

.active\:border-e-ozc-alt-600\/0:active {
  border-inline-end-color: rgb(230 184 5 / 0);
}

.active\:border-e-ozc-alt-600\/10:active {
  border-inline-end-color: rgb(230 184 5 / 0.1);
}

.active\:border-e-ozc-alt-600\/100:active {
  border-inline-end-color: rgb(230 184 5 / 1);
}

.active\:border-e-ozc-alt-600\/20:active {
  border-inline-end-color: rgb(230 184 5 / 0.2);
}

.active\:border-e-ozc-alt-600\/25:active {
  border-inline-end-color: rgb(230 184 5 / 0.25);
}

.active\:border-e-ozc-alt-600\/30:active {
  border-inline-end-color: rgb(230 184 5 / 0.3);
}

.active\:border-e-ozc-alt-600\/40:active {
  border-inline-end-color: rgb(230 184 5 / 0.4);
}

.active\:border-e-ozc-alt-600\/5:active {
  border-inline-end-color: rgb(230 184 5 / 0.05);
}

.active\:border-e-ozc-alt-600\/50:active {
  border-inline-end-color: rgb(230 184 5 / 0.5);
}

.active\:border-e-ozc-alt-600\/60:active {
  border-inline-end-color: rgb(230 184 5 / 0.6);
}

.active\:border-e-ozc-alt-600\/70:active {
  border-inline-end-color: rgb(230 184 5 / 0.7);
}

.active\:border-e-ozc-alt-600\/75:active {
  border-inline-end-color: rgb(230 184 5 / 0.75);
}

.active\:border-e-ozc-alt-600\/80:active {
  border-inline-end-color: rgb(230 184 5 / 0.8);
}

.active\:border-e-ozc-alt-600\/90:active {
  border-inline-end-color: rgb(230 184 5 / 0.9);
}

.active\:border-e-ozc-alt-600\/95:active {
  border-inline-end-color: rgb(230 184 5 / 0.95);
}

.active\:border-e-ozc-alt-700:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(153 122 3 / var(--tw-border-opacity));
}

.active\:border-e-ozc-alt-700\/0:active {
  border-inline-end-color: rgb(153 122 3 / 0);
}

.active\:border-e-ozc-alt-700\/10:active {
  border-inline-end-color: rgb(153 122 3 / 0.1);
}

.active\:border-e-ozc-alt-700\/100:active {
  border-inline-end-color: rgb(153 122 3 / 1);
}

.active\:border-e-ozc-alt-700\/20:active {
  border-inline-end-color: rgb(153 122 3 / 0.2);
}

.active\:border-e-ozc-alt-700\/25:active {
  border-inline-end-color: rgb(153 122 3 / 0.25);
}

.active\:border-e-ozc-alt-700\/30:active {
  border-inline-end-color: rgb(153 122 3 / 0.3);
}

.active\:border-e-ozc-alt-700\/40:active {
  border-inline-end-color: rgb(153 122 3 / 0.4);
}

.active\:border-e-ozc-alt-700\/5:active {
  border-inline-end-color: rgb(153 122 3 / 0.05);
}

.active\:border-e-ozc-alt-700\/50:active {
  border-inline-end-color: rgb(153 122 3 / 0.5);
}

.active\:border-e-ozc-alt-700\/60:active {
  border-inline-end-color: rgb(153 122 3 / 0.6);
}

.active\:border-e-ozc-alt-700\/70:active {
  border-inline-end-color: rgb(153 122 3 / 0.7);
}

.active\:border-e-ozc-alt-700\/75:active {
  border-inline-end-color: rgb(153 122 3 / 0.75);
}

.active\:border-e-ozc-alt-700\/80:active {
  border-inline-end-color: rgb(153 122 3 / 0.8);
}

.active\:border-e-ozc-alt-700\/90:active {
  border-inline-end-color: rgb(153 122 3 / 0.9);
}

.active\:border-e-ozc-alt-700\/95:active {
  border-inline-end-color: rgb(153 122 3 / 0.95);
}

.active\:border-e-ozc-alt-800:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(115 92 2 / var(--tw-border-opacity));
}

.active\:border-e-ozc-alt-800\/0:active {
  border-inline-end-color: rgb(115 92 2 / 0);
}

.active\:border-e-ozc-alt-800\/10:active {
  border-inline-end-color: rgb(115 92 2 / 0.1);
}

.active\:border-e-ozc-alt-800\/100:active {
  border-inline-end-color: rgb(115 92 2 / 1);
}

.active\:border-e-ozc-alt-800\/20:active {
  border-inline-end-color: rgb(115 92 2 / 0.2);
}

.active\:border-e-ozc-alt-800\/25:active {
  border-inline-end-color: rgb(115 92 2 / 0.25);
}

.active\:border-e-ozc-alt-800\/30:active {
  border-inline-end-color: rgb(115 92 2 / 0.3);
}

.active\:border-e-ozc-alt-800\/40:active {
  border-inline-end-color: rgb(115 92 2 / 0.4);
}

.active\:border-e-ozc-alt-800\/5:active {
  border-inline-end-color: rgb(115 92 2 / 0.05);
}

.active\:border-e-ozc-alt-800\/50:active {
  border-inline-end-color: rgb(115 92 2 / 0.5);
}

.active\:border-e-ozc-alt-800\/60:active {
  border-inline-end-color: rgb(115 92 2 / 0.6);
}

.active\:border-e-ozc-alt-800\/70:active {
  border-inline-end-color: rgb(115 92 2 / 0.7);
}

.active\:border-e-ozc-alt-800\/75:active {
  border-inline-end-color: rgb(115 92 2 / 0.75);
}

.active\:border-e-ozc-alt-800\/80:active {
  border-inline-end-color: rgb(115 92 2 / 0.8);
}

.active\:border-e-ozc-alt-800\/90:active {
  border-inline-end-color: rgb(115 92 2 / 0.9);
}

.active\:border-e-ozc-alt-800\/95:active {
  border-inline-end-color: rgb(115 92 2 / 0.95);
}

.active\:border-e-ozc-alt-900:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.active\:border-e-ozc-alt-900\/0:active {
  border-inline-end-color: rgb(42 45 51 / 0);
}

.active\:border-e-ozc-alt-900\/10:active {
  border-inline-end-color: rgb(42 45 51 / 0.1);
}

.active\:border-e-ozc-alt-900\/100:active {
  border-inline-end-color: rgb(42 45 51 / 1);
}

.active\:border-e-ozc-alt-900\/20:active {
  border-inline-end-color: rgb(42 45 51 / 0.2);
}

.active\:border-e-ozc-alt-900\/25:active {
  border-inline-end-color: rgb(42 45 51 / 0.25);
}

.active\:border-e-ozc-alt-900\/30:active {
  border-inline-end-color: rgb(42 45 51 / 0.3);
}

.active\:border-e-ozc-alt-900\/40:active {
  border-inline-end-color: rgb(42 45 51 / 0.4);
}

.active\:border-e-ozc-alt-900\/5:active {
  border-inline-end-color: rgb(42 45 51 / 0.05);
}

.active\:border-e-ozc-alt-900\/50:active {
  border-inline-end-color: rgb(42 45 51 / 0.5);
}

.active\:border-e-ozc-alt-900\/60:active {
  border-inline-end-color: rgb(42 45 51 / 0.6);
}

.active\:border-e-ozc-alt-900\/70:active {
  border-inline-end-color: rgb(42 45 51 / 0.7);
}

.active\:border-e-ozc-alt-900\/75:active {
  border-inline-end-color: rgb(42 45 51 / 0.75);
}

.active\:border-e-ozc-alt-900\/80:active {
  border-inline-end-color: rgb(42 45 51 / 0.8);
}

.active\:border-e-ozc-alt-900\/90:active {
  border-inline-end-color: rgb(42 45 51 / 0.9);
}

.active\:border-e-ozc-alt-900\/95:active {
  border-inline-end-color: rgb(42 45 51 / 0.95);
}

.active\:border-e-pink-100:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(252 231 243 / var(--tw-border-opacity));
}

.active\:border-e-pink-100\/0:active {
  border-inline-end-color: rgb(252 231 243 / 0);
}

.active\:border-e-pink-100\/10:active {
  border-inline-end-color: rgb(252 231 243 / 0.1);
}

.active\:border-e-pink-100\/100:active {
  border-inline-end-color: rgb(252 231 243 / 1);
}

.active\:border-e-pink-100\/20:active {
  border-inline-end-color: rgb(252 231 243 / 0.2);
}

.active\:border-e-pink-100\/25:active {
  border-inline-end-color: rgb(252 231 243 / 0.25);
}

.active\:border-e-pink-100\/30:active {
  border-inline-end-color: rgb(252 231 243 / 0.3);
}

.active\:border-e-pink-100\/40:active {
  border-inline-end-color: rgb(252 231 243 / 0.4);
}

.active\:border-e-pink-100\/5:active {
  border-inline-end-color: rgb(252 231 243 / 0.05);
}

.active\:border-e-pink-100\/50:active {
  border-inline-end-color: rgb(252 231 243 / 0.5);
}

.active\:border-e-pink-100\/60:active {
  border-inline-end-color: rgb(252 231 243 / 0.6);
}

.active\:border-e-pink-100\/70:active {
  border-inline-end-color: rgb(252 231 243 / 0.7);
}

.active\:border-e-pink-100\/75:active {
  border-inline-end-color: rgb(252 231 243 / 0.75);
}

.active\:border-e-pink-100\/80:active {
  border-inline-end-color: rgb(252 231 243 / 0.8);
}

.active\:border-e-pink-100\/90:active {
  border-inline-end-color: rgb(252 231 243 / 0.9);
}

.active\:border-e-pink-100\/95:active {
  border-inline-end-color: rgb(252 231 243 / 0.95);
}

.active\:border-e-pink-200:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(251 207 232 / var(--tw-border-opacity));
}

.active\:border-e-pink-200\/0:active {
  border-inline-end-color: rgb(251 207 232 / 0);
}

.active\:border-e-pink-200\/10:active {
  border-inline-end-color: rgb(251 207 232 / 0.1);
}

.active\:border-e-pink-200\/100:active {
  border-inline-end-color: rgb(251 207 232 / 1);
}

.active\:border-e-pink-200\/20:active {
  border-inline-end-color: rgb(251 207 232 / 0.2);
}

.active\:border-e-pink-200\/25:active {
  border-inline-end-color: rgb(251 207 232 / 0.25);
}

.active\:border-e-pink-200\/30:active {
  border-inline-end-color: rgb(251 207 232 / 0.3);
}

.active\:border-e-pink-200\/40:active {
  border-inline-end-color: rgb(251 207 232 / 0.4);
}

.active\:border-e-pink-200\/5:active {
  border-inline-end-color: rgb(251 207 232 / 0.05);
}

.active\:border-e-pink-200\/50:active {
  border-inline-end-color: rgb(251 207 232 / 0.5);
}

.active\:border-e-pink-200\/60:active {
  border-inline-end-color: rgb(251 207 232 / 0.6);
}

.active\:border-e-pink-200\/70:active {
  border-inline-end-color: rgb(251 207 232 / 0.7);
}

.active\:border-e-pink-200\/75:active {
  border-inline-end-color: rgb(251 207 232 / 0.75);
}

.active\:border-e-pink-200\/80:active {
  border-inline-end-color: rgb(251 207 232 / 0.8);
}

.active\:border-e-pink-200\/90:active {
  border-inline-end-color: rgb(251 207 232 / 0.9);
}

.active\:border-e-pink-200\/95:active {
  border-inline-end-color: rgb(251 207 232 / 0.95);
}

.active\:border-e-pink-300:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(249 168 212 / var(--tw-border-opacity));
}

.active\:border-e-pink-300\/0:active {
  border-inline-end-color: rgb(249 168 212 / 0);
}

.active\:border-e-pink-300\/10:active {
  border-inline-end-color: rgb(249 168 212 / 0.1);
}

.active\:border-e-pink-300\/100:active {
  border-inline-end-color: rgb(249 168 212 / 1);
}

.active\:border-e-pink-300\/20:active {
  border-inline-end-color: rgb(249 168 212 / 0.2);
}

.active\:border-e-pink-300\/25:active {
  border-inline-end-color: rgb(249 168 212 / 0.25);
}

.active\:border-e-pink-300\/30:active {
  border-inline-end-color: rgb(249 168 212 / 0.3);
}

.active\:border-e-pink-300\/40:active {
  border-inline-end-color: rgb(249 168 212 / 0.4);
}

.active\:border-e-pink-300\/5:active {
  border-inline-end-color: rgb(249 168 212 / 0.05);
}

.active\:border-e-pink-300\/50:active {
  border-inline-end-color: rgb(249 168 212 / 0.5);
}

.active\:border-e-pink-300\/60:active {
  border-inline-end-color: rgb(249 168 212 / 0.6);
}

.active\:border-e-pink-300\/70:active {
  border-inline-end-color: rgb(249 168 212 / 0.7);
}

.active\:border-e-pink-300\/75:active {
  border-inline-end-color: rgb(249 168 212 / 0.75);
}

.active\:border-e-pink-300\/80:active {
  border-inline-end-color: rgb(249 168 212 / 0.8);
}

.active\:border-e-pink-300\/90:active {
  border-inline-end-color: rgb(249 168 212 / 0.9);
}

.active\:border-e-pink-300\/95:active {
  border-inline-end-color: rgb(249 168 212 / 0.95);
}

.active\:border-e-pink-400:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(244 114 182 / var(--tw-border-opacity));
}

.active\:border-e-pink-400\/0:active {
  border-inline-end-color: rgb(244 114 182 / 0);
}

.active\:border-e-pink-400\/10:active {
  border-inline-end-color: rgb(244 114 182 / 0.1);
}

.active\:border-e-pink-400\/100:active {
  border-inline-end-color: rgb(244 114 182 / 1);
}

.active\:border-e-pink-400\/20:active {
  border-inline-end-color: rgb(244 114 182 / 0.2);
}

.active\:border-e-pink-400\/25:active {
  border-inline-end-color: rgb(244 114 182 / 0.25);
}

.active\:border-e-pink-400\/30:active {
  border-inline-end-color: rgb(244 114 182 / 0.3);
}

.active\:border-e-pink-400\/40:active {
  border-inline-end-color: rgb(244 114 182 / 0.4);
}

.active\:border-e-pink-400\/5:active {
  border-inline-end-color: rgb(244 114 182 / 0.05);
}

.active\:border-e-pink-400\/50:active {
  border-inline-end-color: rgb(244 114 182 / 0.5);
}

.active\:border-e-pink-400\/60:active {
  border-inline-end-color: rgb(244 114 182 / 0.6);
}

.active\:border-e-pink-400\/70:active {
  border-inline-end-color: rgb(244 114 182 / 0.7);
}

.active\:border-e-pink-400\/75:active {
  border-inline-end-color: rgb(244 114 182 / 0.75);
}

.active\:border-e-pink-400\/80:active {
  border-inline-end-color: rgb(244 114 182 / 0.8);
}

.active\:border-e-pink-400\/90:active {
  border-inline-end-color: rgb(244 114 182 / 0.9);
}

.active\:border-e-pink-400\/95:active {
  border-inline-end-color: rgb(244 114 182 / 0.95);
}

.active\:border-e-pink-50:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 242 248 / var(--tw-border-opacity));
}

.active\:border-e-pink-50\/0:active {
  border-inline-end-color: rgb(253 242 248 / 0);
}

.active\:border-e-pink-50\/10:active {
  border-inline-end-color: rgb(253 242 248 / 0.1);
}

.active\:border-e-pink-50\/100:active {
  border-inline-end-color: rgb(253 242 248 / 1);
}

.active\:border-e-pink-50\/20:active {
  border-inline-end-color: rgb(253 242 248 / 0.2);
}

.active\:border-e-pink-50\/25:active {
  border-inline-end-color: rgb(253 242 248 / 0.25);
}

.active\:border-e-pink-50\/30:active {
  border-inline-end-color: rgb(253 242 248 / 0.3);
}

.active\:border-e-pink-50\/40:active {
  border-inline-end-color: rgb(253 242 248 / 0.4);
}

.active\:border-e-pink-50\/5:active {
  border-inline-end-color: rgb(253 242 248 / 0.05);
}

.active\:border-e-pink-50\/50:active {
  border-inline-end-color: rgb(253 242 248 / 0.5);
}

.active\:border-e-pink-50\/60:active {
  border-inline-end-color: rgb(253 242 248 / 0.6);
}

.active\:border-e-pink-50\/70:active {
  border-inline-end-color: rgb(253 242 248 / 0.7);
}

.active\:border-e-pink-50\/75:active {
  border-inline-end-color: rgb(253 242 248 / 0.75);
}

.active\:border-e-pink-50\/80:active {
  border-inline-end-color: rgb(253 242 248 / 0.8);
}

.active\:border-e-pink-50\/90:active {
  border-inline-end-color: rgb(253 242 248 / 0.9);
}

.active\:border-e-pink-50\/95:active {
  border-inline-end-color: rgb(253 242 248 / 0.95);
}

.active\:border-e-pink-500:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(236 72 153 / var(--tw-border-opacity));
}

.active\:border-e-pink-500\/0:active {
  border-inline-end-color: rgb(236 72 153 / 0);
}

.active\:border-e-pink-500\/10:active {
  border-inline-end-color: rgb(236 72 153 / 0.1);
}

.active\:border-e-pink-500\/100:active {
  border-inline-end-color: rgb(236 72 153 / 1);
}

.active\:border-e-pink-500\/20:active {
  border-inline-end-color: rgb(236 72 153 / 0.2);
}

.active\:border-e-pink-500\/25:active {
  border-inline-end-color: rgb(236 72 153 / 0.25);
}

.active\:border-e-pink-500\/30:active {
  border-inline-end-color: rgb(236 72 153 / 0.3);
}

.active\:border-e-pink-500\/40:active {
  border-inline-end-color: rgb(236 72 153 / 0.4);
}

.active\:border-e-pink-500\/5:active {
  border-inline-end-color: rgb(236 72 153 / 0.05);
}

.active\:border-e-pink-500\/50:active {
  border-inline-end-color: rgb(236 72 153 / 0.5);
}

.active\:border-e-pink-500\/60:active {
  border-inline-end-color: rgb(236 72 153 / 0.6);
}

.active\:border-e-pink-500\/70:active {
  border-inline-end-color: rgb(236 72 153 / 0.7);
}

.active\:border-e-pink-500\/75:active {
  border-inline-end-color: rgb(236 72 153 / 0.75);
}

.active\:border-e-pink-500\/80:active {
  border-inline-end-color: rgb(236 72 153 / 0.8);
}

.active\:border-e-pink-500\/90:active {
  border-inline-end-color: rgb(236 72 153 / 0.9);
}

.active\:border-e-pink-500\/95:active {
  border-inline-end-color: rgb(236 72 153 / 0.95);
}

.active\:border-e-pink-600:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(219 39 119 / var(--tw-border-opacity));
}

.active\:border-e-pink-600\/0:active {
  border-inline-end-color: rgb(219 39 119 / 0);
}

.active\:border-e-pink-600\/10:active {
  border-inline-end-color: rgb(219 39 119 / 0.1);
}

.active\:border-e-pink-600\/100:active {
  border-inline-end-color: rgb(219 39 119 / 1);
}

.active\:border-e-pink-600\/20:active {
  border-inline-end-color: rgb(219 39 119 / 0.2);
}

.active\:border-e-pink-600\/25:active {
  border-inline-end-color: rgb(219 39 119 / 0.25);
}

.active\:border-e-pink-600\/30:active {
  border-inline-end-color: rgb(219 39 119 / 0.3);
}

.active\:border-e-pink-600\/40:active {
  border-inline-end-color: rgb(219 39 119 / 0.4);
}

.active\:border-e-pink-600\/5:active {
  border-inline-end-color: rgb(219 39 119 / 0.05);
}

.active\:border-e-pink-600\/50:active {
  border-inline-end-color: rgb(219 39 119 / 0.5);
}

.active\:border-e-pink-600\/60:active {
  border-inline-end-color: rgb(219 39 119 / 0.6);
}

.active\:border-e-pink-600\/70:active {
  border-inline-end-color: rgb(219 39 119 / 0.7);
}

.active\:border-e-pink-600\/75:active {
  border-inline-end-color: rgb(219 39 119 / 0.75);
}

.active\:border-e-pink-600\/80:active {
  border-inline-end-color: rgb(219 39 119 / 0.8);
}

.active\:border-e-pink-600\/90:active {
  border-inline-end-color: rgb(219 39 119 / 0.9);
}

.active\:border-e-pink-600\/95:active {
  border-inline-end-color: rgb(219 39 119 / 0.95);
}

.active\:border-e-pink-700:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(190 24 93 / var(--tw-border-opacity));
}

.active\:border-e-pink-700\/0:active {
  border-inline-end-color: rgb(190 24 93 / 0);
}

.active\:border-e-pink-700\/10:active {
  border-inline-end-color: rgb(190 24 93 / 0.1);
}

.active\:border-e-pink-700\/100:active {
  border-inline-end-color: rgb(190 24 93 / 1);
}

.active\:border-e-pink-700\/20:active {
  border-inline-end-color: rgb(190 24 93 / 0.2);
}

.active\:border-e-pink-700\/25:active {
  border-inline-end-color: rgb(190 24 93 / 0.25);
}

.active\:border-e-pink-700\/30:active {
  border-inline-end-color: rgb(190 24 93 / 0.3);
}

.active\:border-e-pink-700\/40:active {
  border-inline-end-color: rgb(190 24 93 / 0.4);
}

.active\:border-e-pink-700\/5:active {
  border-inline-end-color: rgb(190 24 93 / 0.05);
}

.active\:border-e-pink-700\/50:active {
  border-inline-end-color: rgb(190 24 93 / 0.5);
}

.active\:border-e-pink-700\/60:active {
  border-inline-end-color: rgb(190 24 93 / 0.6);
}

.active\:border-e-pink-700\/70:active {
  border-inline-end-color: rgb(190 24 93 / 0.7);
}

.active\:border-e-pink-700\/75:active {
  border-inline-end-color: rgb(190 24 93 / 0.75);
}

.active\:border-e-pink-700\/80:active {
  border-inline-end-color: rgb(190 24 93 / 0.8);
}

.active\:border-e-pink-700\/90:active {
  border-inline-end-color: rgb(190 24 93 / 0.9);
}

.active\:border-e-pink-700\/95:active {
  border-inline-end-color: rgb(190 24 93 / 0.95);
}

.active\:border-e-pink-800:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(157 23 77 / var(--tw-border-opacity));
}

.active\:border-e-pink-800\/0:active {
  border-inline-end-color: rgb(157 23 77 / 0);
}

.active\:border-e-pink-800\/10:active {
  border-inline-end-color: rgb(157 23 77 / 0.1);
}

.active\:border-e-pink-800\/100:active {
  border-inline-end-color: rgb(157 23 77 / 1);
}

.active\:border-e-pink-800\/20:active {
  border-inline-end-color: rgb(157 23 77 / 0.2);
}

.active\:border-e-pink-800\/25:active {
  border-inline-end-color: rgb(157 23 77 / 0.25);
}

.active\:border-e-pink-800\/30:active {
  border-inline-end-color: rgb(157 23 77 / 0.3);
}

.active\:border-e-pink-800\/40:active {
  border-inline-end-color: rgb(157 23 77 / 0.4);
}

.active\:border-e-pink-800\/5:active {
  border-inline-end-color: rgb(157 23 77 / 0.05);
}

.active\:border-e-pink-800\/50:active {
  border-inline-end-color: rgb(157 23 77 / 0.5);
}

.active\:border-e-pink-800\/60:active {
  border-inline-end-color: rgb(157 23 77 / 0.6);
}

.active\:border-e-pink-800\/70:active {
  border-inline-end-color: rgb(157 23 77 / 0.7);
}

.active\:border-e-pink-800\/75:active {
  border-inline-end-color: rgb(157 23 77 / 0.75);
}

.active\:border-e-pink-800\/80:active {
  border-inline-end-color: rgb(157 23 77 / 0.8);
}

.active\:border-e-pink-800\/90:active {
  border-inline-end-color: rgb(157 23 77 / 0.9);
}

.active\:border-e-pink-800\/95:active {
  border-inline-end-color: rgb(157 23 77 / 0.95);
}

.active\:border-e-pink-900:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(131 24 67 / var(--tw-border-opacity));
}

.active\:border-e-pink-900\/0:active {
  border-inline-end-color: rgb(131 24 67 / 0);
}

.active\:border-e-pink-900\/10:active {
  border-inline-end-color: rgb(131 24 67 / 0.1);
}

.active\:border-e-pink-900\/100:active {
  border-inline-end-color: rgb(131 24 67 / 1);
}

.active\:border-e-pink-900\/20:active {
  border-inline-end-color: rgb(131 24 67 / 0.2);
}

.active\:border-e-pink-900\/25:active {
  border-inline-end-color: rgb(131 24 67 / 0.25);
}

.active\:border-e-pink-900\/30:active {
  border-inline-end-color: rgb(131 24 67 / 0.3);
}

.active\:border-e-pink-900\/40:active {
  border-inline-end-color: rgb(131 24 67 / 0.4);
}

.active\:border-e-pink-900\/5:active {
  border-inline-end-color: rgb(131 24 67 / 0.05);
}

.active\:border-e-pink-900\/50:active {
  border-inline-end-color: rgb(131 24 67 / 0.5);
}

.active\:border-e-pink-900\/60:active {
  border-inline-end-color: rgb(131 24 67 / 0.6);
}

.active\:border-e-pink-900\/70:active {
  border-inline-end-color: rgb(131 24 67 / 0.7);
}

.active\:border-e-pink-900\/75:active {
  border-inline-end-color: rgb(131 24 67 / 0.75);
}

.active\:border-e-pink-900\/80:active {
  border-inline-end-color: rgb(131 24 67 / 0.8);
}

.active\:border-e-pink-900\/90:active {
  border-inline-end-color: rgb(131 24 67 / 0.9);
}

.active\:border-e-pink-900\/95:active {
  border-inline-end-color: rgb(131 24 67 / 0.95);
}

.active\:border-e-pink-950:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(80 7 36 / var(--tw-border-opacity));
}

.active\:border-e-pink-950\/0:active {
  border-inline-end-color: rgb(80 7 36 / 0);
}

.active\:border-e-pink-950\/10:active {
  border-inline-end-color: rgb(80 7 36 / 0.1);
}

.active\:border-e-pink-950\/100:active {
  border-inline-end-color: rgb(80 7 36 / 1);
}

.active\:border-e-pink-950\/20:active {
  border-inline-end-color: rgb(80 7 36 / 0.2);
}

.active\:border-e-pink-950\/25:active {
  border-inline-end-color: rgb(80 7 36 / 0.25);
}

.active\:border-e-pink-950\/30:active {
  border-inline-end-color: rgb(80 7 36 / 0.3);
}

.active\:border-e-pink-950\/40:active {
  border-inline-end-color: rgb(80 7 36 / 0.4);
}

.active\:border-e-pink-950\/5:active {
  border-inline-end-color: rgb(80 7 36 / 0.05);
}

.active\:border-e-pink-950\/50:active {
  border-inline-end-color: rgb(80 7 36 / 0.5);
}

.active\:border-e-pink-950\/60:active {
  border-inline-end-color: rgb(80 7 36 / 0.6);
}

.active\:border-e-pink-950\/70:active {
  border-inline-end-color: rgb(80 7 36 / 0.7);
}

.active\:border-e-pink-950\/75:active {
  border-inline-end-color: rgb(80 7 36 / 0.75);
}

.active\:border-e-pink-950\/80:active {
  border-inline-end-color: rgb(80 7 36 / 0.8);
}

.active\:border-e-pink-950\/90:active {
  border-inline-end-color: rgb(80 7 36 / 0.9);
}

.active\:border-e-pink-950\/95:active {
  border-inline-end-color: rgb(80 7 36 / 0.95);
}

.active\:border-e-purple-100:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(243 232 255 / var(--tw-border-opacity));
}

.active\:border-e-purple-100\/0:active {
  border-inline-end-color: rgb(243 232 255 / 0);
}

.active\:border-e-purple-100\/10:active {
  border-inline-end-color: rgb(243 232 255 / 0.1);
}

.active\:border-e-purple-100\/100:active {
  border-inline-end-color: rgb(243 232 255 / 1);
}

.active\:border-e-purple-100\/20:active {
  border-inline-end-color: rgb(243 232 255 / 0.2);
}

.active\:border-e-purple-100\/25:active {
  border-inline-end-color: rgb(243 232 255 / 0.25);
}

.active\:border-e-purple-100\/30:active {
  border-inline-end-color: rgb(243 232 255 / 0.3);
}

.active\:border-e-purple-100\/40:active {
  border-inline-end-color: rgb(243 232 255 / 0.4);
}

.active\:border-e-purple-100\/5:active {
  border-inline-end-color: rgb(243 232 255 / 0.05);
}

.active\:border-e-purple-100\/50:active {
  border-inline-end-color: rgb(243 232 255 / 0.5);
}

.active\:border-e-purple-100\/60:active {
  border-inline-end-color: rgb(243 232 255 / 0.6);
}

.active\:border-e-purple-100\/70:active {
  border-inline-end-color: rgb(243 232 255 / 0.7);
}

.active\:border-e-purple-100\/75:active {
  border-inline-end-color: rgb(243 232 255 / 0.75);
}

.active\:border-e-purple-100\/80:active {
  border-inline-end-color: rgb(243 232 255 / 0.8);
}

.active\:border-e-purple-100\/90:active {
  border-inline-end-color: rgb(243 232 255 / 0.9);
}

.active\:border-e-purple-100\/95:active {
  border-inline-end-color: rgb(243 232 255 / 0.95);
}

.active\:border-e-purple-200:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(233 213 255 / var(--tw-border-opacity));
}

.active\:border-e-purple-200\/0:active {
  border-inline-end-color: rgb(233 213 255 / 0);
}

.active\:border-e-purple-200\/10:active {
  border-inline-end-color: rgb(233 213 255 / 0.1);
}

.active\:border-e-purple-200\/100:active {
  border-inline-end-color: rgb(233 213 255 / 1);
}

.active\:border-e-purple-200\/20:active {
  border-inline-end-color: rgb(233 213 255 / 0.2);
}

.active\:border-e-purple-200\/25:active {
  border-inline-end-color: rgb(233 213 255 / 0.25);
}

.active\:border-e-purple-200\/30:active {
  border-inline-end-color: rgb(233 213 255 / 0.3);
}

.active\:border-e-purple-200\/40:active {
  border-inline-end-color: rgb(233 213 255 / 0.4);
}

.active\:border-e-purple-200\/5:active {
  border-inline-end-color: rgb(233 213 255 / 0.05);
}

.active\:border-e-purple-200\/50:active {
  border-inline-end-color: rgb(233 213 255 / 0.5);
}

.active\:border-e-purple-200\/60:active {
  border-inline-end-color: rgb(233 213 255 / 0.6);
}

.active\:border-e-purple-200\/70:active {
  border-inline-end-color: rgb(233 213 255 / 0.7);
}

.active\:border-e-purple-200\/75:active {
  border-inline-end-color: rgb(233 213 255 / 0.75);
}

.active\:border-e-purple-200\/80:active {
  border-inline-end-color: rgb(233 213 255 / 0.8);
}

.active\:border-e-purple-200\/90:active {
  border-inline-end-color: rgb(233 213 255 / 0.9);
}

.active\:border-e-purple-200\/95:active {
  border-inline-end-color: rgb(233 213 255 / 0.95);
}

.active\:border-e-purple-300:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(216 180 254 / var(--tw-border-opacity));
}

.active\:border-e-purple-300\/0:active {
  border-inline-end-color: rgb(216 180 254 / 0);
}

.active\:border-e-purple-300\/10:active {
  border-inline-end-color: rgb(216 180 254 / 0.1);
}

.active\:border-e-purple-300\/100:active {
  border-inline-end-color: rgb(216 180 254 / 1);
}

.active\:border-e-purple-300\/20:active {
  border-inline-end-color: rgb(216 180 254 / 0.2);
}

.active\:border-e-purple-300\/25:active {
  border-inline-end-color: rgb(216 180 254 / 0.25);
}

.active\:border-e-purple-300\/30:active {
  border-inline-end-color: rgb(216 180 254 / 0.3);
}

.active\:border-e-purple-300\/40:active {
  border-inline-end-color: rgb(216 180 254 / 0.4);
}

.active\:border-e-purple-300\/5:active {
  border-inline-end-color: rgb(216 180 254 / 0.05);
}

.active\:border-e-purple-300\/50:active {
  border-inline-end-color: rgb(216 180 254 / 0.5);
}

.active\:border-e-purple-300\/60:active {
  border-inline-end-color: rgb(216 180 254 / 0.6);
}

.active\:border-e-purple-300\/70:active {
  border-inline-end-color: rgb(216 180 254 / 0.7);
}

.active\:border-e-purple-300\/75:active {
  border-inline-end-color: rgb(216 180 254 / 0.75);
}

.active\:border-e-purple-300\/80:active {
  border-inline-end-color: rgb(216 180 254 / 0.8);
}

.active\:border-e-purple-300\/90:active {
  border-inline-end-color: rgb(216 180 254 / 0.9);
}

.active\:border-e-purple-300\/95:active {
  border-inline-end-color: rgb(216 180 254 / 0.95);
}

.active\:border-e-purple-400:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(192 132 252 / var(--tw-border-opacity));
}

.active\:border-e-purple-400\/0:active {
  border-inline-end-color: rgb(192 132 252 / 0);
}

.active\:border-e-purple-400\/10:active {
  border-inline-end-color: rgb(192 132 252 / 0.1);
}

.active\:border-e-purple-400\/100:active {
  border-inline-end-color: rgb(192 132 252 / 1);
}

.active\:border-e-purple-400\/20:active {
  border-inline-end-color: rgb(192 132 252 / 0.2);
}

.active\:border-e-purple-400\/25:active {
  border-inline-end-color: rgb(192 132 252 / 0.25);
}

.active\:border-e-purple-400\/30:active {
  border-inline-end-color: rgb(192 132 252 / 0.3);
}

.active\:border-e-purple-400\/40:active {
  border-inline-end-color: rgb(192 132 252 / 0.4);
}

.active\:border-e-purple-400\/5:active {
  border-inline-end-color: rgb(192 132 252 / 0.05);
}

.active\:border-e-purple-400\/50:active {
  border-inline-end-color: rgb(192 132 252 / 0.5);
}

.active\:border-e-purple-400\/60:active {
  border-inline-end-color: rgb(192 132 252 / 0.6);
}

.active\:border-e-purple-400\/70:active {
  border-inline-end-color: rgb(192 132 252 / 0.7);
}

.active\:border-e-purple-400\/75:active {
  border-inline-end-color: rgb(192 132 252 / 0.75);
}

.active\:border-e-purple-400\/80:active {
  border-inline-end-color: rgb(192 132 252 / 0.8);
}

.active\:border-e-purple-400\/90:active {
  border-inline-end-color: rgb(192 132 252 / 0.9);
}

.active\:border-e-purple-400\/95:active {
  border-inline-end-color: rgb(192 132 252 / 0.95);
}

.active\:border-e-purple-50:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 245 255 / var(--tw-border-opacity));
}

.active\:border-e-purple-50\/0:active {
  border-inline-end-color: rgb(250 245 255 / 0);
}

.active\:border-e-purple-50\/10:active {
  border-inline-end-color: rgb(250 245 255 / 0.1);
}

.active\:border-e-purple-50\/100:active {
  border-inline-end-color: rgb(250 245 255 / 1);
}

.active\:border-e-purple-50\/20:active {
  border-inline-end-color: rgb(250 245 255 / 0.2);
}

.active\:border-e-purple-50\/25:active {
  border-inline-end-color: rgb(250 245 255 / 0.25);
}

.active\:border-e-purple-50\/30:active {
  border-inline-end-color: rgb(250 245 255 / 0.3);
}

.active\:border-e-purple-50\/40:active {
  border-inline-end-color: rgb(250 245 255 / 0.4);
}

.active\:border-e-purple-50\/5:active {
  border-inline-end-color: rgb(250 245 255 / 0.05);
}

.active\:border-e-purple-50\/50:active {
  border-inline-end-color: rgb(250 245 255 / 0.5);
}

.active\:border-e-purple-50\/60:active {
  border-inline-end-color: rgb(250 245 255 / 0.6);
}

.active\:border-e-purple-50\/70:active {
  border-inline-end-color: rgb(250 245 255 / 0.7);
}

.active\:border-e-purple-50\/75:active {
  border-inline-end-color: rgb(250 245 255 / 0.75);
}

.active\:border-e-purple-50\/80:active {
  border-inline-end-color: rgb(250 245 255 / 0.8);
}

.active\:border-e-purple-50\/90:active {
  border-inline-end-color: rgb(250 245 255 / 0.9);
}

.active\:border-e-purple-50\/95:active {
  border-inline-end-color: rgb(250 245 255 / 0.95);
}

.active\:border-e-purple-500:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(168 85 247 / var(--tw-border-opacity));
}

.active\:border-e-purple-500\/0:active {
  border-inline-end-color: rgb(168 85 247 / 0);
}

.active\:border-e-purple-500\/10:active {
  border-inline-end-color: rgb(168 85 247 / 0.1);
}

.active\:border-e-purple-500\/100:active {
  border-inline-end-color: rgb(168 85 247 / 1);
}

.active\:border-e-purple-500\/20:active {
  border-inline-end-color: rgb(168 85 247 / 0.2);
}

.active\:border-e-purple-500\/25:active {
  border-inline-end-color: rgb(168 85 247 / 0.25);
}

.active\:border-e-purple-500\/30:active {
  border-inline-end-color: rgb(168 85 247 / 0.3);
}

.active\:border-e-purple-500\/40:active {
  border-inline-end-color: rgb(168 85 247 / 0.4);
}

.active\:border-e-purple-500\/5:active {
  border-inline-end-color: rgb(168 85 247 / 0.05);
}

.active\:border-e-purple-500\/50:active {
  border-inline-end-color: rgb(168 85 247 / 0.5);
}

.active\:border-e-purple-500\/60:active {
  border-inline-end-color: rgb(168 85 247 / 0.6);
}

.active\:border-e-purple-500\/70:active {
  border-inline-end-color: rgb(168 85 247 / 0.7);
}

.active\:border-e-purple-500\/75:active {
  border-inline-end-color: rgb(168 85 247 / 0.75);
}

.active\:border-e-purple-500\/80:active {
  border-inline-end-color: rgb(168 85 247 / 0.8);
}

.active\:border-e-purple-500\/90:active {
  border-inline-end-color: rgb(168 85 247 / 0.9);
}

.active\:border-e-purple-500\/95:active {
  border-inline-end-color: rgb(168 85 247 / 0.95);
}

.active\:border-e-purple-600:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(147 51 234 / var(--tw-border-opacity));
}

.active\:border-e-purple-600\/0:active {
  border-inline-end-color: rgb(147 51 234 / 0);
}

.active\:border-e-purple-600\/10:active {
  border-inline-end-color: rgb(147 51 234 / 0.1);
}

.active\:border-e-purple-600\/100:active {
  border-inline-end-color: rgb(147 51 234 / 1);
}

.active\:border-e-purple-600\/20:active {
  border-inline-end-color: rgb(147 51 234 / 0.2);
}

.active\:border-e-purple-600\/25:active {
  border-inline-end-color: rgb(147 51 234 / 0.25);
}

.active\:border-e-purple-600\/30:active {
  border-inline-end-color: rgb(147 51 234 / 0.3);
}

.active\:border-e-purple-600\/40:active {
  border-inline-end-color: rgb(147 51 234 / 0.4);
}

.active\:border-e-purple-600\/5:active {
  border-inline-end-color: rgb(147 51 234 / 0.05);
}

.active\:border-e-purple-600\/50:active {
  border-inline-end-color: rgb(147 51 234 / 0.5);
}

.active\:border-e-purple-600\/60:active {
  border-inline-end-color: rgb(147 51 234 / 0.6);
}

.active\:border-e-purple-600\/70:active {
  border-inline-end-color: rgb(147 51 234 / 0.7);
}

.active\:border-e-purple-600\/75:active {
  border-inline-end-color: rgb(147 51 234 / 0.75);
}

.active\:border-e-purple-600\/80:active {
  border-inline-end-color: rgb(147 51 234 / 0.8);
}

.active\:border-e-purple-600\/90:active {
  border-inline-end-color: rgb(147 51 234 / 0.9);
}

.active\:border-e-purple-600\/95:active {
  border-inline-end-color: rgb(147 51 234 / 0.95);
}

.active\:border-e-purple-700:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(126 34 206 / var(--tw-border-opacity));
}

.active\:border-e-purple-700\/0:active {
  border-inline-end-color: rgb(126 34 206 / 0);
}

.active\:border-e-purple-700\/10:active {
  border-inline-end-color: rgb(126 34 206 / 0.1);
}

.active\:border-e-purple-700\/100:active {
  border-inline-end-color: rgb(126 34 206 / 1);
}

.active\:border-e-purple-700\/20:active {
  border-inline-end-color: rgb(126 34 206 / 0.2);
}

.active\:border-e-purple-700\/25:active {
  border-inline-end-color: rgb(126 34 206 / 0.25);
}

.active\:border-e-purple-700\/30:active {
  border-inline-end-color: rgb(126 34 206 / 0.3);
}

.active\:border-e-purple-700\/40:active {
  border-inline-end-color: rgb(126 34 206 / 0.4);
}

.active\:border-e-purple-700\/5:active {
  border-inline-end-color: rgb(126 34 206 / 0.05);
}

.active\:border-e-purple-700\/50:active {
  border-inline-end-color: rgb(126 34 206 / 0.5);
}

.active\:border-e-purple-700\/60:active {
  border-inline-end-color: rgb(126 34 206 / 0.6);
}

.active\:border-e-purple-700\/70:active {
  border-inline-end-color: rgb(126 34 206 / 0.7);
}

.active\:border-e-purple-700\/75:active {
  border-inline-end-color: rgb(126 34 206 / 0.75);
}

.active\:border-e-purple-700\/80:active {
  border-inline-end-color: rgb(126 34 206 / 0.8);
}

.active\:border-e-purple-700\/90:active {
  border-inline-end-color: rgb(126 34 206 / 0.9);
}

.active\:border-e-purple-700\/95:active {
  border-inline-end-color: rgb(126 34 206 / 0.95);
}

.active\:border-e-purple-800:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(107 33 168 / var(--tw-border-opacity));
}

.active\:border-e-purple-800\/0:active {
  border-inline-end-color: rgb(107 33 168 / 0);
}

.active\:border-e-purple-800\/10:active {
  border-inline-end-color: rgb(107 33 168 / 0.1);
}

.active\:border-e-purple-800\/100:active {
  border-inline-end-color: rgb(107 33 168 / 1);
}

.active\:border-e-purple-800\/20:active {
  border-inline-end-color: rgb(107 33 168 / 0.2);
}

.active\:border-e-purple-800\/25:active {
  border-inline-end-color: rgb(107 33 168 / 0.25);
}

.active\:border-e-purple-800\/30:active {
  border-inline-end-color: rgb(107 33 168 / 0.3);
}

.active\:border-e-purple-800\/40:active {
  border-inline-end-color: rgb(107 33 168 / 0.4);
}

.active\:border-e-purple-800\/5:active {
  border-inline-end-color: rgb(107 33 168 / 0.05);
}

.active\:border-e-purple-800\/50:active {
  border-inline-end-color: rgb(107 33 168 / 0.5);
}

.active\:border-e-purple-800\/60:active {
  border-inline-end-color: rgb(107 33 168 / 0.6);
}

.active\:border-e-purple-800\/70:active {
  border-inline-end-color: rgb(107 33 168 / 0.7);
}

.active\:border-e-purple-800\/75:active {
  border-inline-end-color: rgb(107 33 168 / 0.75);
}

.active\:border-e-purple-800\/80:active {
  border-inline-end-color: rgb(107 33 168 / 0.8);
}

.active\:border-e-purple-800\/90:active {
  border-inline-end-color: rgb(107 33 168 / 0.9);
}

.active\:border-e-purple-800\/95:active {
  border-inline-end-color: rgb(107 33 168 / 0.95);
}

.active\:border-e-purple-900:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(88 28 135 / var(--tw-border-opacity));
}

.active\:border-e-purple-900\/0:active {
  border-inline-end-color: rgb(88 28 135 / 0);
}

.active\:border-e-purple-900\/10:active {
  border-inline-end-color: rgb(88 28 135 / 0.1);
}

.active\:border-e-purple-900\/100:active {
  border-inline-end-color: rgb(88 28 135 / 1);
}

.active\:border-e-purple-900\/20:active {
  border-inline-end-color: rgb(88 28 135 / 0.2);
}

.active\:border-e-purple-900\/25:active {
  border-inline-end-color: rgb(88 28 135 / 0.25);
}

.active\:border-e-purple-900\/30:active {
  border-inline-end-color: rgb(88 28 135 / 0.3);
}

.active\:border-e-purple-900\/40:active {
  border-inline-end-color: rgb(88 28 135 / 0.4);
}

.active\:border-e-purple-900\/5:active {
  border-inline-end-color: rgb(88 28 135 / 0.05);
}

.active\:border-e-purple-900\/50:active {
  border-inline-end-color: rgb(88 28 135 / 0.5);
}

.active\:border-e-purple-900\/60:active {
  border-inline-end-color: rgb(88 28 135 / 0.6);
}

.active\:border-e-purple-900\/70:active {
  border-inline-end-color: rgb(88 28 135 / 0.7);
}

.active\:border-e-purple-900\/75:active {
  border-inline-end-color: rgb(88 28 135 / 0.75);
}

.active\:border-e-purple-900\/80:active {
  border-inline-end-color: rgb(88 28 135 / 0.8);
}

.active\:border-e-purple-900\/90:active {
  border-inline-end-color: rgb(88 28 135 / 0.9);
}

.active\:border-e-purple-900\/95:active {
  border-inline-end-color: rgb(88 28 135 / 0.95);
}

.active\:border-e-purple-950:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(59 7 100 / var(--tw-border-opacity));
}

.active\:border-e-purple-950\/0:active {
  border-inline-end-color: rgb(59 7 100 / 0);
}

.active\:border-e-purple-950\/10:active {
  border-inline-end-color: rgb(59 7 100 / 0.1);
}

.active\:border-e-purple-950\/100:active {
  border-inline-end-color: rgb(59 7 100 / 1);
}

.active\:border-e-purple-950\/20:active {
  border-inline-end-color: rgb(59 7 100 / 0.2);
}

.active\:border-e-purple-950\/25:active {
  border-inline-end-color: rgb(59 7 100 / 0.25);
}

.active\:border-e-purple-950\/30:active {
  border-inline-end-color: rgb(59 7 100 / 0.3);
}

.active\:border-e-purple-950\/40:active {
  border-inline-end-color: rgb(59 7 100 / 0.4);
}

.active\:border-e-purple-950\/5:active {
  border-inline-end-color: rgb(59 7 100 / 0.05);
}

.active\:border-e-purple-950\/50:active {
  border-inline-end-color: rgb(59 7 100 / 0.5);
}

.active\:border-e-purple-950\/60:active {
  border-inline-end-color: rgb(59 7 100 / 0.6);
}

.active\:border-e-purple-950\/70:active {
  border-inline-end-color: rgb(59 7 100 / 0.7);
}

.active\:border-e-purple-950\/75:active {
  border-inline-end-color: rgb(59 7 100 / 0.75);
}

.active\:border-e-purple-950\/80:active {
  border-inline-end-color: rgb(59 7 100 / 0.8);
}

.active\:border-e-purple-950\/90:active {
  border-inline-end-color: rgb(59 7 100 / 0.9);
}

.active\:border-e-purple-950\/95:active {
  border-inline-end-color: rgb(59 7 100 / 0.95);
}

.active\:border-e-red-100:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 226 226 / var(--tw-border-opacity));
}

.active\:border-e-red-100\/0:active {
  border-inline-end-color: rgb(254 226 226 / 0);
}

.active\:border-e-red-100\/10:active {
  border-inline-end-color: rgb(254 226 226 / 0.1);
}

.active\:border-e-red-100\/100:active {
  border-inline-end-color: rgb(254 226 226 / 1);
}

.active\:border-e-red-100\/20:active {
  border-inline-end-color: rgb(254 226 226 / 0.2);
}

.active\:border-e-red-100\/25:active {
  border-inline-end-color: rgb(254 226 226 / 0.25);
}

.active\:border-e-red-100\/30:active {
  border-inline-end-color: rgb(254 226 226 / 0.3);
}

.active\:border-e-red-100\/40:active {
  border-inline-end-color: rgb(254 226 226 / 0.4);
}

.active\:border-e-red-100\/5:active {
  border-inline-end-color: rgb(254 226 226 / 0.05);
}

.active\:border-e-red-100\/50:active {
  border-inline-end-color: rgb(254 226 226 / 0.5);
}

.active\:border-e-red-100\/60:active {
  border-inline-end-color: rgb(254 226 226 / 0.6);
}

.active\:border-e-red-100\/70:active {
  border-inline-end-color: rgb(254 226 226 / 0.7);
}

.active\:border-e-red-100\/75:active {
  border-inline-end-color: rgb(254 226 226 / 0.75);
}

.active\:border-e-red-100\/80:active {
  border-inline-end-color: rgb(254 226 226 / 0.8);
}

.active\:border-e-red-100\/90:active {
  border-inline-end-color: rgb(254 226 226 / 0.9);
}

.active\:border-e-red-100\/95:active {
  border-inline-end-color: rgb(254 226 226 / 0.95);
}

.active\:border-e-red-200:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.active\:border-e-red-200\/0:active {
  border-inline-end-color: rgb(254 202 202 / 0);
}

.active\:border-e-red-200\/10:active {
  border-inline-end-color: rgb(254 202 202 / 0.1);
}

.active\:border-e-red-200\/100:active {
  border-inline-end-color: rgb(254 202 202 / 1);
}

.active\:border-e-red-200\/20:active {
  border-inline-end-color: rgb(254 202 202 / 0.2);
}

.active\:border-e-red-200\/25:active {
  border-inline-end-color: rgb(254 202 202 / 0.25);
}

.active\:border-e-red-200\/30:active {
  border-inline-end-color: rgb(254 202 202 / 0.3);
}

.active\:border-e-red-200\/40:active {
  border-inline-end-color: rgb(254 202 202 / 0.4);
}

.active\:border-e-red-200\/5:active {
  border-inline-end-color: rgb(254 202 202 / 0.05);
}

.active\:border-e-red-200\/50:active {
  border-inline-end-color: rgb(254 202 202 / 0.5);
}

.active\:border-e-red-200\/60:active {
  border-inline-end-color: rgb(254 202 202 / 0.6);
}

.active\:border-e-red-200\/70:active {
  border-inline-end-color: rgb(254 202 202 / 0.7);
}

.active\:border-e-red-200\/75:active {
  border-inline-end-color: rgb(254 202 202 / 0.75);
}

.active\:border-e-red-200\/80:active {
  border-inline-end-color: rgb(254 202 202 / 0.8);
}

.active\:border-e-red-200\/90:active {
  border-inline-end-color: rgb(254 202 202 / 0.9);
}

.active\:border-e-red-200\/95:active {
  border-inline-end-color: rgb(254 202 202 / 0.95);
}

.active\:border-e-red-300:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.active\:border-e-red-300\/0:active {
  border-inline-end-color: rgb(252 165 165 / 0);
}

.active\:border-e-red-300\/10:active {
  border-inline-end-color: rgb(252 165 165 / 0.1);
}

.active\:border-e-red-300\/100:active {
  border-inline-end-color: rgb(252 165 165 / 1);
}

.active\:border-e-red-300\/20:active {
  border-inline-end-color: rgb(252 165 165 / 0.2);
}

.active\:border-e-red-300\/25:active {
  border-inline-end-color: rgb(252 165 165 / 0.25);
}

.active\:border-e-red-300\/30:active {
  border-inline-end-color: rgb(252 165 165 / 0.3);
}

.active\:border-e-red-300\/40:active {
  border-inline-end-color: rgb(252 165 165 / 0.4);
}

.active\:border-e-red-300\/5:active {
  border-inline-end-color: rgb(252 165 165 / 0.05);
}

.active\:border-e-red-300\/50:active {
  border-inline-end-color: rgb(252 165 165 / 0.5);
}

.active\:border-e-red-300\/60:active {
  border-inline-end-color: rgb(252 165 165 / 0.6);
}

.active\:border-e-red-300\/70:active {
  border-inline-end-color: rgb(252 165 165 / 0.7);
}

.active\:border-e-red-300\/75:active {
  border-inline-end-color: rgb(252 165 165 / 0.75);
}

.active\:border-e-red-300\/80:active {
  border-inline-end-color: rgb(252 165 165 / 0.8);
}

.active\:border-e-red-300\/90:active {
  border-inline-end-color: rgb(252 165 165 / 0.9);
}

.active\:border-e-red-300\/95:active {
  border-inline-end-color: rgb(252 165 165 / 0.95);
}

.active\:border-e-red-400:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.active\:border-e-red-400\/0:active {
  border-inline-end-color: rgb(248 113 113 / 0);
}

.active\:border-e-red-400\/10:active {
  border-inline-end-color: rgb(248 113 113 / 0.1);
}

.active\:border-e-red-400\/100:active {
  border-inline-end-color: rgb(248 113 113 / 1);
}

.active\:border-e-red-400\/20:active {
  border-inline-end-color: rgb(248 113 113 / 0.2);
}

.active\:border-e-red-400\/25:active {
  border-inline-end-color: rgb(248 113 113 / 0.25);
}

.active\:border-e-red-400\/30:active {
  border-inline-end-color: rgb(248 113 113 / 0.3);
}

.active\:border-e-red-400\/40:active {
  border-inline-end-color: rgb(248 113 113 / 0.4);
}

.active\:border-e-red-400\/5:active {
  border-inline-end-color: rgb(248 113 113 / 0.05);
}

.active\:border-e-red-400\/50:active {
  border-inline-end-color: rgb(248 113 113 / 0.5);
}

.active\:border-e-red-400\/60:active {
  border-inline-end-color: rgb(248 113 113 / 0.6);
}

.active\:border-e-red-400\/70:active {
  border-inline-end-color: rgb(248 113 113 / 0.7);
}

.active\:border-e-red-400\/75:active {
  border-inline-end-color: rgb(248 113 113 / 0.75);
}

.active\:border-e-red-400\/80:active {
  border-inline-end-color: rgb(248 113 113 / 0.8);
}

.active\:border-e-red-400\/90:active {
  border-inline-end-color: rgb(248 113 113 / 0.9);
}

.active\:border-e-red-400\/95:active {
  border-inline-end-color: rgb(248 113 113 / 0.95);
}

.active\:border-e-red-50:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.active\:border-e-red-50\/0:active {
  border-inline-end-color: rgb(254 242 242 / 0);
}

.active\:border-e-red-50\/10:active {
  border-inline-end-color: rgb(254 242 242 / 0.1);
}

.active\:border-e-red-50\/100:active {
  border-inline-end-color: rgb(254 242 242 / 1);
}

.active\:border-e-red-50\/20:active {
  border-inline-end-color: rgb(254 242 242 / 0.2);
}

.active\:border-e-red-50\/25:active {
  border-inline-end-color: rgb(254 242 242 / 0.25);
}

.active\:border-e-red-50\/30:active {
  border-inline-end-color: rgb(254 242 242 / 0.3);
}

.active\:border-e-red-50\/40:active {
  border-inline-end-color: rgb(254 242 242 / 0.4);
}

.active\:border-e-red-50\/5:active {
  border-inline-end-color: rgb(254 242 242 / 0.05);
}

.active\:border-e-red-50\/50:active {
  border-inline-end-color: rgb(254 242 242 / 0.5);
}

.active\:border-e-red-50\/60:active {
  border-inline-end-color: rgb(254 242 242 / 0.6);
}

.active\:border-e-red-50\/70:active {
  border-inline-end-color: rgb(254 242 242 / 0.7);
}

.active\:border-e-red-50\/75:active {
  border-inline-end-color: rgb(254 242 242 / 0.75);
}

.active\:border-e-red-50\/80:active {
  border-inline-end-color: rgb(254 242 242 / 0.8);
}

.active\:border-e-red-50\/90:active {
  border-inline-end-color: rgb(254 242 242 / 0.9);
}

.active\:border-e-red-50\/95:active {
  border-inline-end-color: rgb(254 242 242 / 0.95);
}

.active\:border-e-red-500:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.active\:border-e-red-500\/0:active {
  border-inline-end-color: rgb(239 68 68 / 0);
}

.active\:border-e-red-500\/10:active {
  border-inline-end-color: rgb(239 68 68 / 0.1);
}

.active\:border-e-red-500\/100:active {
  border-inline-end-color: rgb(239 68 68 / 1);
}

.active\:border-e-red-500\/20:active {
  border-inline-end-color: rgb(239 68 68 / 0.2);
}

.active\:border-e-red-500\/25:active {
  border-inline-end-color: rgb(239 68 68 / 0.25);
}

.active\:border-e-red-500\/30:active {
  border-inline-end-color: rgb(239 68 68 / 0.3);
}

.active\:border-e-red-500\/40:active {
  border-inline-end-color: rgb(239 68 68 / 0.4);
}

.active\:border-e-red-500\/5:active {
  border-inline-end-color: rgb(239 68 68 / 0.05);
}

.active\:border-e-red-500\/50:active {
  border-inline-end-color: rgb(239 68 68 / 0.5);
}

.active\:border-e-red-500\/60:active {
  border-inline-end-color: rgb(239 68 68 / 0.6);
}

.active\:border-e-red-500\/70:active {
  border-inline-end-color: rgb(239 68 68 / 0.7);
}

.active\:border-e-red-500\/75:active {
  border-inline-end-color: rgb(239 68 68 / 0.75);
}

.active\:border-e-red-500\/80:active {
  border-inline-end-color: rgb(239 68 68 / 0.8);
}

.active\:border-e-red-500\/90:active {
  border-inline-end-color: rgb(239 68 68 / 0.9);
}

.active\:border-e-red-500\/95:active {
  border-inline-end-color: rgb(239 68 68 / 0.95);
}

.active\:border-e-red-600:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.active\:border-e-red-600\/0:active {
  border-inline-end-color: rgb(220 38 38 / 0);
}

.active\:border-e-red-600\/10:active {
  border-inline-end-color: rgb(220 38 38 / 0.1);
}

.active\:border-e-red-600\/100:active {
  border-inline-end-color: rgb(220 38 38 / 1);
}

.active\:border-e-red-600\/20:active {
  border-inline-end-color: rgb(220 38 38 / 0.2);
}

.active\:border-e-red-600\/25:active {
  border-inline-end-color: rgb(220 38 38 / 0.25);
}

.active\:border-e-red-600\/30:active {
  border-inline-end-color: rgb(220 38 38 / 0.3);
}

.active\:border-e-red-600\/40:active {
  border-inline-end-color: rgb(220 38 38 / 0.4);
}

.active\:border-e-red-600\/5:active {
  border-inline-end-color: rgb(220 38 38 / 0.05);
}

.active\:border-e-red-600\/50:active {
  border-inline-end-color: rgb(220 38 38 / 0.5);
}

.active\:border-e-red-600\/60:active {
  border-inline-end-color: rgb(220 38 38 / 0.6);
}

.active\:border-e-red-600\/70:active {
  border-inline-end-color: rgb(220 38 38 / 0.7);
}

.active\:border-e-red-600\/75:active {
  border-inline-end-color: rgb(220 38 38 / 0.75);
}

.active\:border-e-red-600\/80:active {
  border-inline-end-color: rgb(220 38 38 / 0.8);
}

.active\:border-e-red-600\/90:active {
  border-inline-end-color: rgb(220 38 38 / 0.9);
}

.active\:border-e-red-600\/95:active {
  border-inline-end-color: rgb(220 38 38 / 0.95);
}

.active\:border-e-red-700:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.active\:border-e-red-700\/0:active {
  border-inline-end-color: rgb(185 28 28 / 0);
}

.active\:border-e-red-700\/10:active {
  border-inline-end-color: rgb(185 28 28 / 0.1);
}

.active\:border-e-red-700\/100:active {
  border-inline-end-color: rgb(185 28 28 / 1);
}

.active\:border-e-red-700\/20:active {
  border-inline-end-color: rgb(185 28 28 / 0.2);
}

.active\:border-e-red-700\/25:active {
  border-inline-end-color: rgb(185 28 28 / 0.25);
}

.active\:border-e-red-700\/30:active {
  border-inline-end-color: rgb(185 28 28 / 0.3);
}

.active\:border-e-red-700\/40:active {
  border-inline-end-color: rgb(185 28 28 / 0.4);
}

.active\:border-e-red-700\/5:active {
  border-inline-end-color: rgb(185 28 28 / 0.05);
}

.active\:border-e-red-700\/50:active {
  border-inline-end-color: rgb(185 28 28 / 0.5);
}

.active\:border-e-red-700\/60:active {
  border-inline-end-color: rgb(185 28 28 / 0.6);
}

.active\:border-e-red-700\/70:active {
  border-inline-end-color: rgb(185 28 28 / 0.7);
}

.active\:border-e-red-700\/75:active {
  border-inline-end-color: rgb(185 28 28 / 0.75);
}

.active\:border-e-red-700\/80:active {
  border-inline-end-color: rgb(185 28 28 / 0.8);
}

.active\:border-e-red-700\/90:active {
  border-inline-end-color: rgb(185 28 28 / 0.9);
}

.active\:border-e-red-700\/95:active {
  border-inline-end-color: rgb(185 28 28 / 0.95);
}

.active\:border-e-red-800:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.active\:border-e-red-800\/0:active {
  border-inline-end-color: rgb(153 27 27 / 0);
}

.active\:border-e-red-800\/10:active {
  border-inline-end-color: rgb(153 27 27 / 0.1);
}

.active\:border-e-red-800\/100:active {
  border-inline-end-color: rgb(153 27 27 / 1);
}

.active\:border-e-red-800\/20:active {
  border-inline-end-color: rgb(153 27 27 / 0.2);
}

.active\:border-e-red-800\/25:active {
  border-inline-end-color: rgb(153 27 27 / 0.25);
}

.active\:border-e-red-800\/30:active {
  border-inline-end-color: rgb(153 27 27 / 0.3);
}

.active\:border-e-red-800\/40:active {
  border-inline-end-color: rgb(153 27 27 / 0.4);
}

.active\:border-e-red-800\/5:active {
  border-inline-end-color: rgb(153 27 27 / 0.05);
}

.active\:border-e-red-800\/50:active {
  border-inline-end-color: rgb(153 27 27 / 0.5);
}

.active\:border-e-red-800\/60:active {
  border-inline-end-color: rgb(153 27 27 / 0.6);
}

.active\:border-e-red-800\/70:active {
  border-inline-end-color: rgb(153 27 27 / 0.7);
}

.active\:border-e-red-800\/75:active {
  border-inline-end-color: rgb(153 27 27 / 0.75);
}

.active\:border-e-red-800\/80:active {
  border-inline-end-color: rgb(153 27 27 / 0.8);
}

.active\:border-e-red-800\/90:active {
  border-inline-end-color: rgb(153 27 27 / 0.9);
}

.active\:border-e-red-800\/95:active {
  border-inline-end-color: rgb(153 27 27 / 0.95);
}

.active\:border-e-red-900:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.active\:border-e-red-900\/0:active {
  border-inline-end-color: rgb(127 29 29 / 0);
}

.active\:border-e-red-900\/10:active {
  border-inline-end-color: rgb(127 29 29 / 0.1);
}

.active\:border-e-red-900\/100:active {
  border-inline-end-color: rgb(127 29 29 / 1);
}

.active\:border-e-red-900\/20:active {
  border-inline-end-color: rgb(127 29 29 / 0.2);
}

.active\:border-e-red-900\/25:active {
  border-inline-end-color: rgb(127 29 29 / 0.25);
}

.active\:border-e-red-900\/30:active {
  border-inline-end-color: rgb(127 29 29 / 0.3);
}

.active\:border-e-red-900\/40:active {
  border-inline-end-color: rgb(127 29 29 / 0.4);
}

.active\:border-e-red-900\/5:active {
  border-inline-end-color: rgb(127 29 29 / 0.05);
}

.active\:border-e-red-900\/50:active {
  border-inline-end-color: rgb(127 29 29 / 0.5);
}

.active\:border-e-red-900\/60:active {
  border-inline-end-color: rgb(127 29 29 / 0.6);
}

.active\:border-e-red-900\/70:active {
  border-inline-end-color: rgb(127 29 29 / 0.7);
}

.active\:border-e-red-900\/75:active {
  border-inline-end-color: rgb(127 29 29 / 0.75);
}

.active\:border-e-red-900\/80:active {
  border-inline-end-color: rgb(127 29 29 / 0.8);
}

.active\:border-e-red-900\/90:active {
  border-inline-end-color: rgb(127 29 29 / 0.9);
}

.active\:border-e-red-900\/95:active {
  border-inline-end-color: rgb(127 29 29 / 0.95);
}

.active\:border-e-red-950:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(69 10 10 / var(--tw-border-opacity));
}

.active\:border-e-red-950\/0:active {
  border-inline-end-color: rgb(69 10 10 / 0);
}

.active\:border-e-red-950\/10:active {
  border-inline-end-color: rgb(69 10 10 / 0.1);
}

.active\:border-e-red-950\/100:active {
  border-inline-end-color: rgb(69 10 10 / 1);
}

.active\:border-e-red-950\/20:active {
  border-inline-end-color: rgb(69 10 10 / 0.2);
}

.active\:border-e-red-950\/25:active {
  border-inline-end-color: rgb(69 10 10 / 0.25);
}

.active\:border-e-red-950\/30:active {
  border-inline-end-color: rgb(69 10 10 / 0.3);
}

.active\:border-e-red-950\/40:active {
  border-inline-end-color: rgb(69 10 10 / 0.4);
}

.active\:border-e-red-950\/5:active {
  border-inline-end-color: rgb(69 10 10 / 0.05);
}

.active\:border-e-red-950\/50:active {
  border-inline-end-color: rgb(69 10 10 / 0.5);
}

.active\:border-e-red-950\/60:active {
  border-inline-end-color: rgb(69 10 10 / 0.6);
}

.active\:border-e-red-950\/70:active {
  border-inline-end-color: rgb(69 10 10 / 0.7);
}

.active\:border-e-red-950\/75:active {
  border-inline-end-color: rgb(69 10 10 / 0.75);
}

.active\:border-e-red-950\/80:active {
  border-inline-end-color: rgb(69 10 10 / 0.8);
}

.active\:border-e-red-950\/90:active {
  border-inline-end-color: rgb(69 10 10 / 0.9);
}

.active\:border-e-red-950\/95:active {
  border-inline-end-color: rgb(69 10 10 / 0.95);
}

.active\:border-e-rose-100:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 228 230 / var(--tw-border-opacity));
}

.active\:border-e-rose-100\/0:active {
  border-inline-end-color: rgb(255 228 230 / 0);
}

.active\:border-e-rose-100\/10:active {
  border-inline-end-color: rgb(255 228 230 / 0.1);
}

.active\:border-e-rose-100\/100:active {
  border-inline-end-color: rgb(255 228 230 / 1);
}

.active\:border-e-rose-100\/20:active {
  border-inline-end-color: rgb(255 228 230 / 0.2);
}

.active\:border-e-rose-100\/25:active {
  border-inline-end-color: rgb(255 228 230 / 0.25);
}

.active\:border-e-rose-100\/30:active {
  border-inline-end-color: rgb(255 228 230 / 0.3);
}

.active\:border-e-rose-100\/40:active {
  border-inline-end-color: rgb(255 228 230 / 0.4);
}

.active\:border-e-rose-100\/5:active {
  border-inline-end-color: rgb(255 228 230 / 0.05);
}

.active\:border-e-rose-100\/50:active {
  border-inline-end-color: rgb(255 228 230 / 0.5);
}

.active\:border-e-rose-100\/60:active {
  border-inline-end-color: rgb(255 228 230 / 0.6);
}

.active\:border-e-rose-100\/70:active {
  border-inline-end-color: rgb(255 228 230 / 0.7);
}

.active\:border-e-rose-100\/75:active {
  border-inline-end-color: rgb(255 228 230 / 0.75);
}

.active\:border-e-rose-100\/80:active {
  border-inline-end-color: rgb(255 228 230 / 0.8);
}

.active\:border-e-rose-100\/90:active {
  border-inline-end-color: rgb(255 228 230 / 0.9);
}

.active\:border-e-rose-100\/95:active {
  border-inline-end-color: rgb(255 228 230 / 0.95);
}

.active\:border-e-rose-200:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 205 211 / var(--tw-border-opacity));
}

.active\:border-e-rose-200\/0:active {
  border-inline-end-color: rgb(254 205 211 / 0);
}

.active\:border-e-rose-200\/10:active {
  border-inline-end-color: rgb(254 205 211 / 0.1);
}

.active\:border-e-rose-200\/100:active {
  border-inline-end-color: rgb(254 205 211 / 1);
}

.active\:border-e-rose-200\/20:active {
  border-inline-end-color: rgb(254 205 211 / 0.2);
}

.active\:border-e-rose-200\/25:active {
  border-inline-end-color: rgb(254 205 211 / 0.25);
}

.active\:border-e-rose-200\/30:active {
  border-inline-end-color: rgb(254 205 211 / 0.3);
}

.active\:border-e-rose-200\/40:active {
  border-inline-end-color: rgb(254 205 211 / 0.4);
}

.active\:border-e-rose-200\/5:active {
  border-inline-end-color: rgb(254 205 211 / 0.05);
}

.active\:border-e-rose-200\/50:active {
  border-inline-end-color: rgb(254 205 211 / 0.5);
}

.active\:border-e-rose-200\/60:active {
  border-inline-end-color: rgb(254 205 211 / 0.6);
}

.active\:border-e-rose-200\/70:active {
  border-inline-end-color: rgb(254 205 211 / 0.7);
}

.active\:border-e-rose-200\/75:active {
  border-inline-end-color: rgb(254 205 211 / 0.75);
}

.active\:border-e-rose-200\/80:active {
  border-inline-end-color: rgb(254 205 211 / 0.8);
}

.active\:border-e-rose-200\/90:active {
  border-inline-end-color: rgb(254 205 211 / 0.9);
}

.active\:border-e-rose-200\/95:active {
  border-inline-end-color: rgb(254 205 211 / 0.95);
}

.active\:border-e-rose-300:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 164 175 / var(--tw-border-opacity));
}

.active\:border-e-rose-300\/0:active {
  border-inline-end-color: rgb(253 164 175 / 0);
}

.active\:border-e-rose-300\/10:active {
  border-inline-end-color: rgb(253 164 175 / 0.1);
}

.active\:border-e-rose-300\/100:active {
  border-inline-end-color: rgb(253 164 175 / 1);
}

.active\:border-e-rose-300\/20:active {
  border-inline-end-color: rgb(253 164 175 / 0.2);
}

.active\:border-e-rose-300\/25:active {
  border-inline-end-color: rgb(253 164 175 / 0.25);
}

.active\:border-e-rose-300\/30:active {
  border-inline-end-color: rgb(253 164 175 / 0.3);
}

.active\:border-e-rose-300\/40:active {
  border-inline-end-color: rgb(253 164 175 / 0.4);
}

.active\:border-e-rose-300\/5:active {
  border-inline-end-color: rgb(253 164 175 / 0.05);
}

.active\:border-e-rose-300\/50:active {
  border-inline-end-color: rgb(253 164 175 / 0.5);
}

.active\:border-e-rose-300\/60:active {
  border-inline-end-color: rgb(253 164 175 / 0.6);
}

.active\:border-e-rose-300\/70:active {
  border-inline-end-color: rgb(253 164 175 / 0.7);
}

.active\:border-e-rose-300\/75:active {
  border-inline-end-color: rgb(253 164 175 / 0.75);
}

.active\:border-e-rose-300\/80:active {
  border-inline-end-color: rgb(253 164 175 / 0.8);
}

.active\:border-e-rose-300\/90:active {
  border-inline-end-color: rgb(253 164 175 / 0.9);
}

.active\:border-e-rose-300\/95:active {
  border-inline-end-color: rgb(253 164 175 / 0.95);
}

.active\:border-e-rose-400:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.active\:border-e-rose-400\/0:active {
  border-inline-end-color: rgb(251 113 133 / 0);
}

.active\:border-e-rose-400\/10:active {
  border-inline-end-color: rgb(251 113 133 / 0.1);
}

.active\:border-e-rose-400\/100:active {
  border-inline-end-color: rgb(251 113 133 / 1);
}

.active\:border-e-rose-400\/20:active {
  border-inline-end-color: rgb(251 113 133 / 0.2);
}

.active\:border-e-rose-400\/25:active {
  border-inline-end-color: rgb(251 113 133 / 0.25);
}

.active\:border-e-rose-400\/30:active {
  border-inline-end-color: rgb(251 113 133 / 0.3);
}

.active\:border-e-rose-400\/40:active {
  border-inline-end-color: rgb(251 113 133 / 0.4);
}

.active\:border-e-rose-400\/5:active {
  border-inline-end-color: rgb(251 113 133 / 0.05);
}

.active\:border-e-rose-400\/50:active {
  border-inline-end-color: rgb(251 113 133 / 0.5);
}

.active\:border-e-rose-400\/60:active {
  border-inline-end-color: rgb(251 113 133 / 0.6);
}

.active\:border-e-rose-400\/70:active {
  border-inline-end-color: rgb(251 113 133 / 0.7);
}

.active\:border-e-rose-400\/75:active {
  border-inline-end-color: rgb(251 113 133 / 0.75);
}

.active\:border-e-rose-400\/80:active {
  border-inline-end-color: rgb(251 113 133 / 0.8);
}

.active\:border-e-rose-400\/90:active {
  border-inline-end-color: rgb(251 113 133 / 0.9);
}

.active\:border-e-rose-400\/95:active {
  border-inline-end-color: rgb(251 113 133 / 0.95);
}

.active\:border-e-rose-50:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 241 242 / var(--tw-border-opacity));
}

.active\:border-e-rose-50\/0:active {
  border-inline-end-color: rgb(255 241 242 / 0);
}

.active\:border-e-rose-50\/10:active {
  border-inline-end-color: rgb(255 241 242 / 0.1);
}

.active\:border-e-rose-50\/100:active {
  border-inline-end-color: rgb(255 241 242 / 1);
}

.active\:border-e-rose-50\/20:active {
  border-inline-end-color: rgb(255 241 242 / 0.2);
}

.active\:border-e-rose-50\/25:active {
  border-inline-end-color: rgb(255 241 242 / 0.25);
}

.active\:border-e-rose-50\/30:active {
  border-inline-end-color: rgb(255 241 242 / 0.3);
}

.active\:border-e-rose-50\/40:active {
  border-inline-end-color: rgb(255 241 242 / 0.4);
}

.active\:border-e-rose-50\/5:active {
  border-inline-end-color: rgb(255 241 242 / 0.05);
}

.active\:border-e-rose-50\/50:active {
  border-inline-end-color: rgb(255 241 242 / 0.5);
}

.active\:border-e-rose-50\/60:active {
  border-inline-end-color: rgb(255 241 242 / 0.6);
}

.active\:border-e-rose-50\/70:active {
  border-inline-end-color: rgb(255 241 242 / 0.7);
}

.active\:border-e-rose-50\/75:active {
  border-inline-end-color: rgb(255 241 242 / 0.75);
}

.active\:border-e-rose-50\/80:active {
  border-inline-end-color: rgb(255 241 242 / 0.8);
}

.active\:border-e-rose-50\/90:active {
  border-inline-end-color: rgb(255 241 242 / 0.9);
}

.active\:border-e-rose-50\/95:active {
  border-inline-end-color: rgb(255 241 242 / 0.95);
}

.active\:border-e-rose-500:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(244 63 94 / var(--tw-border-opacity));
}

.active\:border-e-rose-500\/0:active {
  border-inline-end-color: rgb(244 63 94 / 0);
}

.active\:border-e-rose-500\/10:active {
  border-inline-end-color: rgb(244 63 94 / 0.1);
}

.active\:border-e-rose-500\/100:active {
  border-inline-end-color: rgb(244 63 94 / 1);
}

.active\:border-e-rose-500\/20:active {
  border-inline-end-color: rgb(244 63 94 / 0.2);
}

.active\:border-e-rose-500\/25:active {
  border-inline-end-color: rgb(244 63 94 / 0.25);
}

.active\:border-e-rose-500\/30:active {
  border-inline-end-color: rgb(244 63 94 / 0.3);
}

.active\:border-e-rose-500\/40:active {
  border-inline-end-color: rgb(244 63 94 / 0.4);
}

.active\:border-e-rose-500\/5:active {
  border-inline-end-color: rgb(244 63 94 / 0.05);
}

.active\:border-e-rose-500\/50:active {
  border-inline-end-color: rgb(244 63 94 / 0.5);
}

.active\:border-e-rose-500\/60:active {
  border-inline-end-color: rgb(244 63 94 / 0.6);
}

.active\:border-e-rose-500\/70:active {
  border-inline-end-color: rgb(244 63 94 / 0.7);
}

.active\:border-e-rose-500\/75:active {
  border-inline-end-color: rgb(244 63 94 / 0.75);
}

.active\:border-e-rose-500\/80:active {
  border-inline-end-color: rgb(244 63 94 / 0.8);
}

.active\:border-e-rose-500\/90:active {
  border-inline-end-color: rgb(244 63 94 / 0.9);
}

.active\:border-e-rose-500\/95:active {
  border-inline-end-color: rgb(244 63 94 / 0.95);
}

.active\:border-e-rose-600:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(225 29 72 / var(--tw-border-opacity));
}

.active\:border-e-rose-600\/0:active {
  border-inline-end-color: rgb(225 29 72 / 0);
}

.active\:border-e-rose-600\/10:active {
  border-inline-end-color: rgb(225 29 72 / 0.1);
}

.active\:border-e-rose-600\/100:active {
  border-inline-end-color: rgb(225 29 72 / 1);
}

.active\:border-e-rose-600\/20:active {
  border-inline-end-color: rgb(225 29 72 / 0.2);
}

.active\:border-e-rose-600\/25:active {
  border-inline-end-color: rgb(225 29 72 / 0.25);
}

.active\:border-e-rose-600\/30:active {
  border-inline-end-color: rgb(225 29 72 / 0.3);
}

.active\:border-e-rose-600\/40:active {
  border-inline-end-color: rgb(225 29 72 / 0.4);
}

.active\:border-e-rose-600\/5:active {
  border-inline-end-color: rgb(225 29 72 / 0.05);
}

.active\:border-e-rose-600\/50:active {
  border-inline-end-color: rgb(225 29 72 / 0.5);
}

.active\:border-e-rose-600\/60:active {
  border-inline-end-color: rgb(225 29 72 / 0.6);
}

.active\:border-e-rose-600\/70:active {
  border-inline-end-color: rgb(225 29 72 / 0.7);
}

.active\:border-e-rose-600\/75:active {
  border-inline-end-color: rgb(225 29 72 / 0.75);
}

.active\:border-e-rose-600\/80:active {
  border-inline-end-color: rgb(225 29 72 / 0.8);
}

.active\:border-e-rose-600\/90:active {
  border-inline-end-color: rgb(225 29 72 / 0.9);
}

.active\:border-e-rose-600\/95:active {
  border-inline-end-color: rgb(225 29 72 / 0.95);
}

.active\:border-e-rose-700:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(190 18 60 / var(--tw-border-opacity));
}

.active\:border-e-rose-700\/0:active {
  border-inline-end-color: rgb(190 18 60 / 0);
}

.active\:border-e-rose-700\/10:active {
  border-inline-end-color: rgb(190 18 60 / 0.1);
}

.active\:border-e-rose-700\/100:active {
  border-inline-end-color: rgb(190 18 60 / 1);
}

.active\:border-e-rose-700\/20:active {
  border-inline-end-color: rgb(190 18 60 / 0.2);
}

.active\:border-e-rose-700\/25:active {
  border-inline-end-color: rgb(190 18 60 / 0.25);
}

.active\:border-e-rose-700\/30:active {
  border-inline-end-color: rgb(190 18 60 / 0.3);
}

.active\:border-e-rose-700\/40:active {
  border-inline-end-color: rgb(190 18 60 / 0.4);
}

.active\:border-e-rose-700\/5:active {
  border-inline-end-color: rgb(190 18 60 / 0.05);
}

.active\:border-e-rose-700\/50:active {
  border-inline-end-color: rgb(190 18 60 / 0.5);
}

.active\:border-e-rose-700\/60:active {
  border-inline-end-color: rgb(190 18 60 / 0.6);
}

.active\:border-e-rose-700\/70:active {
  border-inline-end-color: rgb(190 18 60 / 0.7);
}

.active\:border-e-rose-700\/75:active {
  border-inline-end-color: rgb(190 18 60 / 0.75);
}

.active\:border-e-rose-700\/80:active {
  border-inline-end-color: rgb(190 18 60 / 0.8);
}

.active\:border-e-rose-700\/90:active {
  border-inline-end-color: rgb(190 18 60 / 0.9);
}

.active\:border-e-rose-700\/95:active {
  border-inline-end-color: rgb(190 18 60 / 0.95);
}

.active\:border-e-rose-800:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(159 18 57 / var(--tw-border-opacity));
}

.active\:border-e-rose-800\/0:active {
  border-inline-end-color: rgb(159 18 57 / 0);
}

.active\:border-e-rose-800\/10:active {
  border-inline-end-color: rgb(159 18 57 / 0.1);
}

.active\:border-e-rose-800\/100:active {
  border-inline-end-color: rgb(159 18 57 / 1);
}

.active\:border-e-rose-800\/20:active {
  border-inline-end-color: rgb(159 18 57 / 0.2);
}

.active\:border-e-rose-800\/25:active {
  border-inline-end-color: rgb(159 18 57 / 0.25);
}

.active\:border-e-rose-800\/30:active {
  border-inline-end-color: rgb(159 18 57 / 0.3);
}

.active\:border-e-rose-800\/40:active {
  border-inline-end-color: rgb(159 18 57 / 0.4);
}

.active\:border-e-rose-800\/5:active {
  border-inline-end-color: rgb(159 18 57 / 0.05);
}

.active\:border-e-rose-800\/50:active {
  border-inline-end-color: rgb(159 18 57 / 0.5);
}

.active\:border-e-rose-800\/60:active {
  border-inline-end-color: rgb(159 18 57 / 0.6);
}

.active\:border-e-rose-800\/70:active {
  border-inline-end-color: rgb(159 18 57 / 0.7);
}

.active\:border-e-rose-800\/75:active {
  border-inline-end-color: rgb(159 18 57 / 0.75);
}

.active\:border-e-rose-800\/80:active {
  border-inline-end-color: rgb(159 18 57 / 0.8);
}

.active\:border-e-rose-800\/90:active {
  border-inline-end-color: rgb(159 18 57 / 0.9);
}

.active\:border-e-rose-800\/95:active {
  border-inline-end-color: rgb(159 18 57 / 0.95);
}

.active\:border-e-rose-900:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(136 19 55 / var(--tw-border-opacity));
}

.active\:border-e-rose-900\/0:active {
  border-inline-end-color: rgb(136 19 55 / 0);
}

.active\:border-e-rose-900\/10:active {
  border-inline-end-color: rgb(136 19 55 / 0.1);
}

.active\:border-e-rose-900\/100:active {
  border-inline-end-color: rgb(136 19 55 / 1);
}

.active\:border-e-rose-900\/20:active {
  border-inline-end-color: rgb(136 19 55 / 0.2);
}

.active\:border-e-rose-900\/25:active {
  border-inline-end-color: rgb(136 19 55 / 0.25);
}

.active\:border-e-rose-900\/30:active {
  border-inline-end-color: rgb(136 19 55 / 0.3);
}

.active\:border-e-rose-900\/40:active {
  border-inline-end-color: rgb(136 19 55 / 0.4);
}

.active\:border-e-rose-900\/5:active {
  border-inline-end-color: rgb(136 19 55 / 0.05);
}

.active\:border-e-rose-900\/50:active {
  border-inline-end-color: rgb(136 19 55 / 0.5);
}

.active\:border-e-rose-900\/60:active {
  border-inline-end-color: rgb(136 19 55 / 0.6);
}

.active\:border-e-rose-900\/70:active {
  border-inline-end-color: rgb(136 19 55 / 0.7);
}

.active\:border-e-rose-900\/75:active {
  border-inline-end-color: rgb(136 19 55 / 0.75);
}

.active\:border-e-rose-900\/80:active {
  border-inline-end-color: rgb(136 19 55 / 0.8);
}

.active\:border-e-rose-900\/90:active {
  border-inline-end-color: rgb(136 19 55 / 0.9);
}

.active\:border-e-rose-900\/95:active {
  border-inline-end-color: rgb(136 19 55 / 0.95);
}

.active\:border-e-rose-950:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(76 5 25 / var(--tw-border-opacity));
}

.active\:border-e-rose-950\/0:active {
  border-inline-end-color: rgb(76 5 25 / 0);
}

.active\:border-e-rose-950\/10:active {
  border-inline-end-color: rgb(76 5 25 / 0.1);
}

.active\:border-e-rose-950\/100:active {
  border-inline-end-color: rgb(76 5 25 / 1);
}

.active\:border-e-rose-950\/20:active {
  border-inline-end-color: rgb(76 5 25 / 0.2);
}

.active\:border-e-rose-950\/25:active {
  border-inline-end-color: rgb(76 5 25 / 0.25);
}

.active\:border-e-rose-950\/30:active {
  border-inline-end-color: rgb(76 5 25 / 0.3);
}

.active\:border-e-rose-950\/40:active {
  border-inline-end-color: rgb(76 5 25 / 0.4);
}

.active\:border-e-rose-950\/5:active {
  border-inline-end-color: rgb(76 5 25 / 0.05);
}

.active\:border-e-rose-950\/50:active {
  border-inline-end-color: rgb(76 5 25 / 0.5);
}

.active\:border-e-rose-950\/60:active {
  border-inline-end-color: rgb(76 5 25 / 0.6);
}

.active\:border-e-rose-950\/70:active {
  border-inline-end-color: rgb(76 5 25 / 0.7);
}

.active\:border-e-rose-950\/75:active {
  border-inline-end-color: rgb(76 5 25 / 0.75);
}

.active\:border-e-rose-950\/80:active {
  border-inline-end-color: rgb(76 5 25 / 0.8);
}

.active\:border-e-rose-950\/90:active {
  border-inline-end-color: rgb(76 5 25 / 0.9);
}

.active\:border-e-rose-950\/95:active {
  border-inline-end-color: rgb(76 5 25 / 0.95);
}

.active\:border-e-sky-100:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(224 242 254 / var(--tw-border-opacity));
}

.active\:border-e-sky-100\/0:active {
  border-inline-end-color: rgb(224 242 254 / 0);
}

.active\:border-e-sky-100\/10:active {
  border-inline-end-color: rgb(224 242 254 / 0.1);
}

.active\:border-e-sky-100\/100:active {
  border-inline-end-color: rgb(224 242 254 / 1);
}

.active\:border-e-sky-100\/20:active {
  border-inline-end-color: rgb(224 242 254 / 0.2);
}

.active\:border-e-sky-100\/25:active {
  border-inline-end-color: rgb(224 242 254 / 0.25);
}

.active\:border-e-sky-100\/30:active {
  border-inline-end-color: rgb(224 242 254 / 0.3);
}

.active\:border-e-sky-100\/40:active {
  border-inline-end-color: rgb(224 242 254 / 0.4);
}

.active\:border-e-sky-100\/5:active {
  border-inline-end-color: rgb(224 242 254 / 0.05);
}

.active\:border-e-sky-100\/50:active {
  border-inline-end-color: rgb(224 242 254 / 0.5);
}

.active\:border-e-sky-100\/60:active {
  border-inline-end-color: rgb(224 242 254 / 0.6);
}

.active\:border-e-sky-100\/70:active {
  border-inline-end-color: rgb(224 242 254 / 0.7);
}

.active\:border-e-sky-100\/75:active {
  border-inline-end-color: rgb(224 242 254 / 0.75);
}

.active\:border-e-sky-100\/80:active {
  border-inline-end-color: rgb(224 242 254 / 0.8);
}

.active\:border-e-sky-100\/90:active {
  border-inline-end-color: rgb(224 242 254 / 0.9);
}

.active\:border-e-sky-100\/95:active {
  border-inline-end-color: rgb(224 242 254 / 0.95);
}

.active\:border-e-sky-200:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(186 230 253 / var(--tw-border-opacity));
}

.active\:border-e-sky-200\/0:active {
  border-inline-end-color: rgb(186 230 253 / 0);
}

.active\:border-e-sky-200\/10:active {
  border-inline-end-color: rgb(186 230 253 / 0.1);
}

.active\:border-e-sky-200\/100:active {
  border-inline-end-color: rgb(186 230 253 / 1);
}

.active\:border-e-sky-200\/20:active {
  border-inline-end-color: rgb(186 230 253 / 0.2);
}

.active\:border-e-sky-200\/25:active {
  border-inline-end-color: rgb(186 230 253 / 0.25);
}

.active\:border-e-sky-200\/30:active {
  border-inline-end-color: rgb(186 230 253 / 0.3);
}

.active\:border-e-sky-200\/40:active {
  border-inline-end-color: rgb(186 230 253 / 0.4);
}

.active\:border-e-sky-200\/5:active {
  border-inline-end-color: rgb(186 230 253 / 0.05);
}

.active\:border-e-sky-200\/50:active {
  border-inline-end-color: rgb(186 230 253 / 0.5);
}

.active\:border-e-sky-200\/60:active {
  border-inline-end-color: rgb(186 230 253 / 0.6);
}

.active\:border-e-sky-200\/70:active {
  border-inline-end-color: rgb(186 230 253 / 0.7);
}

.active\:border-e-sky-200\/75:active {
  border-inline-end-color: rgb(186 230 253 / 0.75);
}

.active\:border-e-sky-200\/80:active {
  border-inline-end-color: rgb(186 230 253 / 0.8);
}

.active\:border-e-sky-200\/90:active {
  border-inline-end-color: rgb(186 230 253 / 0.9);
}

.active\:border-e-sky-200\/95:active {
  border-inline-end-color: rgb(186 230 253 / 0.95);
}

.active\:border-e-sky-300:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(125 211 252 / var(--tw-border-opacity));
}

.active\:border-e-sky-300\/0:active {
  border-inline-end-color: rgb(125 211 252 / 0);
}

.active\:border-e-sky-300\/10:active {
  border-inline-end-color: rgb(125 211 252 / 0.1);
}

.active\:border-e-sky-300\/100:active {
  border-inline-end-color: rgb(125 211 252 / 1);
}

.active\:border-e-sky-300\/20:active {
  border-inline-end-color: rgb(125 211 252 / 0.2);
}

.active\:border-e-sky-300\/25:active {
  border-inline-end-color: rgb(125 211 252 / 0.25);
}

.active\:border-e-sky-300\/30:active {
  border-inline-end-color: rgb(125 211 252 / 0.3);
}

.active\:border-e-sky-300\/40:active {
  border-inline-end-color: rgb(125 211 252 / 0.4);
}

.active\:border-e-sky-300\/5:active {
  border-inline-end-color: rgb(125 211 252 / 0.05);
}

.active\:border-e-sky-300\/50:active {
  border-inline-end-color: rgb(125 211 252 / 0.5);
}

.active\:border-e-sky-300\/60:active {
  border-inline-end-color: rgb(125 211 252 / 0.6);
}

.active\:border-e-sky-300\/70:active {
  border-inline-end-color: rgb(125 211 252 / 0.7);
}

.active\:border-e-sky-300\/75:active {
  border-inline-end-color: rgb(125 211 252 / 0.75);
}

.active\:border-e-sky-300\/80:active {
  border-inline-end-color: rgb(125 211 252 / 0.8);
}

.active\:border-e-sky-300\/90:active {
  border-inline-end-color: rgb(125 211 252 / 0.9);
}

.active\:border-e-sky-300\/95:active {
  border-inline-end-color: rgb(125 211 252 / 0.95);
}

.active\:border-e-sky-400:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(56 189 248 / var(--tw-border-opacity));
}

.active\:border-e-sky-400\/0:active {
  border-inline-end-color: rgb(56 189 248 / 0);
}

.active\:border-e-sky-400\/10:active {
  border-inline-end-color: rgb(56 189 248 / 0.1);
}

.active\:border-e-sky-400\/100:active {
  border-inline-end-color: rgb(56 189 248 / 1);
}

.active\:border-e-sky-400\/20:active {
  border-inline-end-color: rgb(56 189 248 / 0.2);
}

.active\:border-e-sky-400\/25:active {
  border-inline-end-color: rgb(56 189 248 / 0.25);
}

.active\:border-e-sky-400\/30:active {
  border-inline-end-color: rgb(56 189 248 / 0.3);
}

.active\:border-e-sky-400\/40:active {
  border-inline-end-color: rgb(56 189 248 / 0.4);
}

.active\:border-e-sky-400\/5:active {
  border-inline-end-color: rgb(56 189 248 / 0.05);
}

.active\:border-e-sky-400\/50:active {
  border-inline-end-color: rgb(56 189 248 / 0.5);
}

.active\:border-e-sky-400\/60:active {
  border-inline-end-color: rgb(56 189 248 / 0.6);
}

.active\:border-e-sky-400\/70:active {
  border-inline-end-color: rgb(56 189 248 / 0.7);
}

.active\:border-e-sky-400\/75:active {
  border-inline-end-color: rgb(56 189 248 / 0.75);
}

.active\:border-e-sky-400\/80:active {
  border-inline-end-color: rgb(56 189 248 / 0.8);
}

.active\:border-e-sky-400\/90:active {
  border-inline-end-color: rgb(56 189 248 / 0.9);
}

.active\:border-e-sky-400\/95:active {
  border-inline-end-color: rgb(56 189 248 / 0.95);
}

.active\:border-e-sky-50:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.active\:border-e-sky-50\/0:active {
  border-inline-end-color: rgb(240 249 255 / 0);
}

.active\:border-e-sky-50\/10:active {
  border-inline-end-color: rgb(240 249 255 / 0.1);
}

.active\:border-e-sky-50\/100:active {
  border-inline-end-color: rgb(240 249 255 / 1);
}

.active\:border-e-sky-50\/20:active {
  border-inline-end-color: rgb(240 249 255 / 0.2);
}

.active\:border-e-sky-50\/25:active {
  border-inline-end-color: rgb(240 249 255 / 0.25);
}

.active\:border-e-sky-50\/30:active {
  border-inline-end-color: rgb(240 249 255 / 0.3);
}

.active\:border-e-sky-50\/40:active {
  border-inline-end-color: rgb(240 249 255 / 0.4);
}

.active\:border-e-sky-50\/5:active {
  border-inline-end-color: rgb(240 249 255 / 0.05);
}

.active\:border-e-sky-50\/50:active {
  border-inline-end-color: rgb(240 249 255 / 0.5);
}

.active\:border-e-sky-50\/60:active {
  border-inline-end-color: rgb(240 249 255 / 0.6);
}

.active\:border-e-sky-50\/70:active {
  border-inline-end-color: rgb(240 249 255 / 0.7);
}

.active\:border-e-sky-50\/75:active {
  border-inline-end-color: rgb(240 249 255 / 0.75);
}

.active\:border-e-sky-50\/80:active {
  border-inline-end-color: rgb(240 249 255 / 0.8);
}

.active\:border-e-sky-50\/90:active {
  border-inline-end-color: rgb(240 249 255 / 0.9);
}

.active\:border-e-sky-50\/95:active {
  border-inline-end-color: rgb(240 249 255 / 0.95);
}

.active\:border-e-sky-500:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.active\:border-e-sky-500\/0:active {
  border-inline-end-color: rgb(14 165 233 / 0);
}

.active\:border-e-sky-500\/10:active {
  border-inline-end-color: rgb(14 165 233 / 0.1);
}

.active\:border-e-sky-500\/100:active {
  border-inline-end-color: rgb(14 165 233 / 1);
}

.active\:border-e-sky-500\/20:active {
  border-inline-end-color: rgb(14 165 233 / 0.2);
}

.active\:border-e-sky-500\/25:active {
  border-inline-end-color: rgb(14 165 233 / 0.25);
}

.active\:border-e-sky-500\/30:active {
  border-inline-end-color: rgb(14 165 233 / 0.3);
}

.active\:border-e-sky-500\/40:active {
  border-inline-end-color: rgb(14 165 233 / 0.4);
}

.active\:border-e-sky-500\/5:active {
  border-inline-end-color: rgb(14 165 233 / 0.05);
}

.active\:border-e-sky-500\/50:active {
  border-inline-end-color: rgb(14 165 233 / 0.5);
}

.active\:border-e-sky-500\/60:active {
  border-inline-end-color: rgb(14 165 233 / 0.6);
}

.active\:border-e-sky-500\/70:active {
  border-inline-end-color: rgb(14 165 233 / 0.7);
}

.active\:border-e-sky-500\/75:active {
  border-inline-end-color: rgb(14 165 233 / 0.75);
}

.active\:border-e-sky-500\/80:active {
  border-inline-end-color: rgb(14 165 233 / 0.8);
}

.active\:border-e-sky-500\/90:active {
  border-inline-end-color: rgb(14 165 233 / 0.9);
}

.active\:border-e-sky-500\/95:active {
  border-inline-end-color: rgb(14 165 233 / 0.95);
}

.active\:border-e-sky-600:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(2 132 199 / var(--tw-border-opacity));
}

.active\:border-e-sky-600\/0:active {
  border-inline-end-color: rgb(2 132 199 / 0);
}

.active\:border-e-sky-600\/10:active {
  border-inline-end-color: rgb(2 132 199 / 0.1);
}

.active\:border-e-sky-600\/100:active {
  border-inline-end-color: rgb(2 132 199 / 1);
}

.active\:border-e-sky-600\/20:active {
  border-inline-end-color: rgb(2 132 199 / 0.2);
}

.active\:border-e-sky-600\/25:active {
  border-inline-end-color: rgb(2 132 199 / 0.25);
}

.active\:border-e-sky-600\/30:active {
  border-inline-end-color: rgb(2 132 199 / 0.3);
}

.active\:border-e-sky-600\/40:active {
  border-inline-end-color: rgb(2 132 199 / 0.4);
}

.active\:border-e-sky-600\/5:active {
  border-inline-end-color: rgb(2 132 199 / 0.05);
}

.active\:border-e-sky-600\/50:active {
  border-inline-end-color: rgb(2 132 199 / 0.5);
}

.active\:border-e-sky-600\/60:active {
  border-inline-end-color: rgb(2 132 199 / 0.6);
}

.active\:border-e-sky-600\/70:active {
  border-inline-end-color: rgb(2 132 199 / 0.7);
}

.active\:border-e-sky-600\/75:active {
  border-inline-end-color: rgb(2 132 199 / 0.75);
}

.active\:border-e-sky-600\/80:active {
  border-inline-end-color: rgb(2 132 199 / 0.8);
}

.active\:border-e-sky-600\/90:active {
  border-inline-end-color: rgb(2 132 199 / 0.9);
}

.active\:border-e-sky-600\/95:active {
  border-inline-end-color: rgb(2 132 199 / 0.95);
}

.active\:border-e-sky-700:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.active\:border-e-sky-700\/0:active {
  border-inline-end-color: rgb(3 105 161 / 0);
}

.active\:border-e-sky-700\/10:active {
  border-inline-end-color: rgb(3 105 161 / 0.1);
}

.active\:border-e-sky-700\/100:active {
  border-inline-end-color: rgb(3 105 161 / 1);
}

.active\:border-e-sky-700\/20:active {
  border-inline-end-color: rgb(3 105 161 / 0.2);
}

.active\:border-e-sky-700\/25:active {
  border-inline-end-color: rgb(3 105 161 / 0.25);
}

.active\:border-e-sky-700\/30:active {
  border-inline-end-color: rgb(3 105 161 / 0.3);
}

.active\:border-e-sky-700\/40:active {
  border-inline-end-color: rgb(3 105 161 / 0.4);
}

.active\:border-e-sky-700\/5:active {
  border-inline-end-color: rgb(3 105 161 / 0.05);
}

.active\:border-e-sky-700\/50:active {
  border-inline-end-color: rgb(3 105 161 / 0.5);
}

.active\:border-e-sky-700\/60:active {
  border-inline-end-color: rgb(3 105 161 / 0.6);
}

.active\:border-e-sky-700\/70:active {
  border-inline-end-color: rgb(3 105 161 / 0.7);
}

.active\:border-e-sky-700\/75:active {
  border-inline-end-color: rgb(3 105 161 / 0.75);
}

.active\:border-e-sky-700\/80:active {
  border-inline-end-color: rgb(3 105 161 / 0.8);
}

.active\:border-e-sky-700\/90:active {
  border-inline-end-color: rgb(3 105 161 / 0.9);
}

.active\:border-e-sky-700\/95:active {
  border-inline-end-color: rgb(3 105 161 / 0.95);
}

.active\:border-e-sky-800:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(7 89 133 / var(--tw-border-opacity));
}

.active\:border-e-sky-800\/0:active {
  border-inline-end-color: rgb(7 89 133 / 0);
}

.active\:border-e-sky-800\/10:active {
  border-inline-end-color: rgb(7 89 133 / 0.1);
}

.active\:border-e-sky-800\/100:active {
  border-inline-end-color: rgb(7 89 133 / 1);
}

.active\:border-e-sky-800\/20:active {
  border-inline-end-color: rgb(7 89 133 / 0.2);
}

.active\:border-e-sky-800\/25:active {
  border-inline-end-color: rgb(7 89 133 / 0.25);
}

.active\:border-e-sky-800\/30:active {
  border-inline-end-color: rgb(7 89 133 / 0.3);
}

.active\:border-e-sky-800\/40:active {
  border-inline-end-color: rgb(7 89 133 / 0.4);
}

.active\:border-e-sky-800\/5:active {
  border-inline-end-color: rgb(7 89 133 / 0.05);
}

.active\:border-e-sky-800\/50:active {
  border-inline-end-color: rgb(7 89 133 / 0.5);
}

.active\:border-e-sky-800\/60:active {
  border-inline-end-color: rgb(7 89 133 / 0.6);
}

.active\:border-e-sky-800\/70:active {
  border-inline-end-color: rgb(7 89 133 / 0.7);
}

.active\:border-e-sky-800\/75:active {
  border-inline-end-color: rgb(7 89 133 / 0.75);
}

.active\:border-e-sky-800\/80:active {
  border-inline-end-color: rgb(7 89 133 / 0.8);
}

.active\:border-e-sky-800\/90:active {
  border-inline-end-color: rgb(7 89 133 / 0.9);
}

.active\:border-e-sky-800\/95:active {
  border-inline-end-color: rgb(7 89 133 / 0.95);
}

.active\:border-e-sky-900:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(12 74 110 / var(--tw-border-opacity));
}

.active\:border-e-sky-900\/0:active {
  border-inline-end-color: rgb(12 74 110 / 0);
}

.active\:border-e-sky-900\/10:active {
  border-inline-end-color: rgb(12 74 110 / 0.1);
}

.active\:border-e-sky-900\/100:active {
  border-inline-end-color: rgb(12 74 110 / 1);
}

.active\:border-e-sky-900\/20:active {
  border-inline-end-color: rgb(12 74 110 / 0.2);
}

.active\:border-e-sky-900\/25:active {
  border-inline-end-color: rgb(12 74 110 / 0.25);
}

.active\:border-e-sky-900\/30:active {
  border-inline-end-color: rgb(12 74 110 / 0.3);
}

.active\:border-e-sky-900\/40:active {
  border-inline-end-color: rgb(12 74 110 / 0.4);
}

.active\:border-e-sky-900\/5:active {
  border-inline-end-color: rgb(12 74 110 / 0.05);
}

.active\:border-e-sky-900\/50:active {
  border-inline-end-color: rgb(12 74 110 / 0.5);
}

.active\:border-e-sky-900\/60:active {
  border-inline-end-color: rgb(12 74 110 / 0.6);
}

.active\:border-e-sky-900\/70:active {
  border-inline-end-color: rgb(12 74 110 / 0.7);
}

.active\:border-e-sky-900\/75:active {
  border-inline-end-color: rgb(12 74 110 / 0.75);
}

.active\:border-e-sky-900\/80:active {
  border-inline-end-color: rgb(12 74 110 / 0.8);
}

.active\:border-e-sky-900\/90:active {
  border-inline-end-color: rgb(12 74 110 / 0.9);
}

.active\:border-e-sky-900\/95:active {
  border-inline-end-color: rgb(12 74 110 / 0.95);
}

.active\:border-e-sky-950:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(8 47 73 / var(--tw-border-opacity));
}

.active\:border-e-sky-950\/0:active {
  border-inline-end-color: rgb(8 47 73 / 0);
}

.active\:border-e-sky-950\/10:active {
  border-inline-end-color: rgb(8 47 73 / 0.1);
}

.active\:border-e-sky-950\/100:active {
  border-inline-end-color: rgb(8 47 73 / 1);
}

.active\:border-e-sky-950\/20:active {
  border-inline-end-color: rgb(8 47 73 / 0.2);
}

.active\:border-e-sky-950\/25:active {
  border-inline-end-color: rgb(8 47 73 / 0.25);
}

.active\:border-e-sky-950\/30:active {
  border-inline-end-color: rgb(8 47 73 / 0.3);
}

.active\:border-e-sky-950\/40:active {
  border-inline-end-color: rgb(8 47 73 / 0.4);
}

.active\:border-e-sky-950\/5:active {
  border-inline-end-color: rgb(8 47 73 / 0.05);
}

.active\:border-e-sky-950\/50:active {
  border-inline-end-color: rgb(8 47 73 / 0.5);
}

.active\:border-e-sky-950\/60:active {
  border-inline-end-color: rgb(8 47 73 / 0.6);
}

.active\:border-e-sky-950\/70:active {
  border-inline-end-color: rgb(8 47 73 / 0.7);
}

.active\:border-e-sky-950\/75:active {
  border-inline-end-color: rgb(8 47 73 / 0.75);
}

.active\:border-e-sky-950\/80:active {
  border-inline-end-color: rgb(8 47 73 / 0.8);
}

.active\:border-e-sky-950\/90:active {
  border-inline-end-color: rgb(8 47 73 / 0.9);
}

.active\:border-e-sky-950\/95:active {
  border-inline-end-color: rgb(8 47 73 / 0.95);
}

.active\:border-e-slate-100:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.active\:border-e-slate-100\/0:active {
  border-inline-end-color: rgb(241 245 249 / 0);
}

.active\:border-e-slate-100\/10:active {
  border-inline-end-color: rgb(241 245 249 / 0.1);
}

.active\:border-e-slate-100\/100:active {
  border-inline-end-color: rgb(241 245 249 / 1);
}

.active\:border-e-slate-100\/20:active {
  border-inline-end-color: rgb(241 245 249 / 0.2);
}

.active\:border-e-slate-100\/25:active {
  border-inline-end-color: rgb(241 245 249 / 0.25);
}

.active\:border-e-slate-100\/30:active {
  border-inline-end-color: rgb(241 245 249 / 0.3);
}

.active\:border-e-slate-100\/40:active {
  border-inline-end-color: rgb(241 245 249 / 0.4);
}

.active\:border-e-slate-100\/5:active {
  border-inline-end-color: rgb(241 245 249 / 0.05);
}

.active\:border-e-slate-100\/50:active {
  border-inline-end-color: rgb(241 245 249 / 0.5);
}

.active\:border-e-slate-100\/60:active {
  border-inline-end-color: rgb(241 245 249 / 0.6);
}

.active\:border-e-slate-100\/70:active {
  border-inline-end-color: rgb(241 245 249 / 0.7);
}

.active\:border-e-slate-100\/75:active {
  border-inline-end-color: rgb(241 245 249 / 0.75);
}

.active\:border-e-slate-100\/80:active {
  border-inline-end-color: rgb(241 245 249 / 0.8);
}

.active\:border-e-slate-100\/90:active {
  border-inline-end-color: rgb(241 245 249 / 0.9);
}

.active\:border-e-slate-100\/95:active {
  border-inline-end-color: rgb(241 245 249 / 0.95);
}

.active\:border-e-slate-200:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.active\:border-e-slate-200\/0:active {
  border-inline-end-color: rgb(226 232 240 / 0);
}

.active\:border-e-slate-200\/10:active {
  border-inline-end-color: rgb(226 232 240 / 0.1);
}

.active\:border-e-slate-200\/100:active {
  border-inline-end-color: rgb(226 232 240 / 1);
}

.active\:border-e-slate-200\/20:active {
  border-inline-end-color: rgb(226 232 240 / 0.2);
}

.active\:border-e-slate-200\/25:active {
  border-inline-end-color: rgb(226 232 240 / 0.25);
}

.active\:border-e-slate-200\/30:active {
  border-inline-end-color: rgb(226 232 240 / 0.3);
}

.active\:border-e-slate-200\/40:active {
  border-inline-end-color: rgb(226 232 240 / 0.4);
}

.active\:border-e-slate-200\/5:active {
  border-inline-end-color: rgb(226 232 240 / 0.05);
}

.active\:border-e-slate-200\/50:active {
  border-inline-end-color: rgb(226 232 240 / 0.5);
}

.active\:border-e-slate-200\/60:active {
  border-inline-end-color: rgb(226 232 240 / 0.6);
}

.active\:border-e-slate-200\/70:active {
  border-inline-end-color: rgb(226 232 240 / 0.7);
}

.active\:border-e-slate-200\/75:active {
  border-inline-end-color: rgb(226 232 240 / 0.75);
}

.active\:border-e-slate-200\/80:active {
  border-inline-end-color: rgb(226 232 240 / 0.8);
}

.active\:border-e-slate-200\/90:active {
  border-inline-end-color: rgb(226 232 240 / 0.9);
}

.active\:border-e-slate-200\/95:active {
  border-inline-end-color: rgb(226 232 240 / 0.95);
}

.active\:border-e-slate-300:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.active\:border-e-slate-300\/0:active {
  border-inline-end-color: rgb(203 213 225 / 0);
}

.active\:border-e-slate-300\/10:active {
  border-inline-end-color: rgb(203 213 225 / 0.1);
}

.active\:border-e-slate-300\/100:active {
  border-inline-end-color: rgb(203 213 225 / 1);
}

.active\:border-e-slate-300\/20:active {
  border-inline-end-color: rgb(203 213 225 / 0.2);
}

.active\:border-e-slate-300\/25:active {
  border-inline-end-color: rgb(203 213 225 / 0.25);
}

.active\:border-e-slate-300\/30:active {
  border-inline-end-color: rgb(203 213 225 / 0.3);
}

.active\:border-e-slate-300\/40:active {
  border-inline-end-color: rgb(203 213 225 / 0.4);
}

.active\:border-e-slate-300\/5:active {
  border-inline-end-color: rgb(203 213 225 / 0.05);
}

.active\:border-e-slate-300\/50:active {
  border-inline-end-color: rgb(203 213 225 / 0.5);
}

.active\:border-e-slate-300\/60:active {
  border-inline-end-color: rgb(203 213 225 / 0.6);
}

.active\:border-e-slate-300\/70:active {
  border-inline-end-color: rgb(203 213 225 / 0.7);
}

.active\:border-e-slate-300\/75:active {
  border-inline-end-color: rgb(203 213 225 / 0.75);
}

.active\:border-e-slate-300\/80:active {
  border-inline-end-color: rgb(203 213 225 / 0.8);
}

.active\:border-e-slate-300\/90:active {
  border-inline-end-color: rgb(203 213 225 / 0.9);
}

.active\:border-e-slate-300\/95:active {
  border-inline-end-color: rgb(203 213 225 / 0.95);
}

.active\:border-e-slate-400:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.active\:border-e-slate-400\/0:active {
  border-inline-end-color: rgb(148 163 184 / 0);
}

.active\:border-e-slate-400\/10:active {
  border-inline-end-color: rgb(148 163 184 / 0.1);
}

.active\:border-e-slate-400\/100:active {
  border-inline-end-color: rgb(148 163 184 / 1);
}

.active\:border-e-slate-400\/20:active {
  border-inline-end-color: rgb(148 163 184 / 0.2);
}

.active\:border-e-slate-400\/25:active {
  border-inline-end-color: rgb(148 163 184 / 0.25);
}

.active\:border-e-slate-400\/30:active {
  border-inline-end-color: rgb(148 163 184 / 0.3);
}

.active\:border-e-slate-400\/40:active {
  border-inline-end-color: rgb(148 163 184 / 0.4);
}

.active\:border-e-slate-400\/5:active {
  border-inline-end-color: rgb(148 163 184 / 0.05);
}

.active\:border-e-slate-400\/50:active {
  border-inline-end-color: rgb(148 163 184 / 0.5);
}

.active\:border-e-slate-400\/60:active {
  border-inline-end-color: rgb(148 163 184 / 0.6);
}

.active\:border-e-slate-400\/70:active {
  border-inline-end-color: rgb(148 163 184 / 0.7);
}

.active\:border-e-slate-400\/75:active {
  border-inline-end-color: rgb(148 163 184 / 0.75);
}

.active\:border-e-slate-400\/80:active {
  border-inline-end-color: rgb(148 163 184 / 0.8);
}

.active\:border-e-slate-400\/90:active {
  border-inline-end-color: rgb(148 163 184 / 0.9);
}

.active\:border-e-slate-400\/95:active {
  border-inline-end-color: rgb(148 163 184 / 0.95);
}

.active\:border-e-slate-50:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(248 250 252 / var(--tw-border-opacity));
}

.active\:border-e-slate-50\/0:active {
  border-inline-end-color: rgb(248 250 252 / 0);
}

.active\:border-e-slate-50\/10:active {
  border-inline-end-color: rgb(248 250 252 / 0.1);
}

.active\:border-e-slate-50\/100:active {
  border-inline-end-color: rgb(248 250 252 / 1);
}

.active\:border-e-slate-50\/20:active {
  border-inline-end-color: rgb(248 250 252 / 0.2);
}

.active\:border-e-slate-50\/25:active {
  border-inline-end-color: rgb(248 250 252 / 0.25);
}

.active\:border-e-slate-50\/30:active {
  border-inline-end-color: rgb(248 250 252 / 0.3);
}

.active\:border-e-slate-50\/40:active {
  border-inline-end-color: rgb(248 250 252 / 0.4);
}

.active\:border-e-slate-50\/5:active {
  border-inline-end-color: rgb(248 250 252 / 0.05);
}

.active\:border-e-slate-50\/50:active {
  border-inline-end-color: rgb(248 250 252 / 0.5);
}

.active\:border-e-slate-50\/60:active {
  border-inline-end-color: rgb(248 250 252 / 0.6);
}

.active\:border-e-slate-50\/70:active {
  border-inline-end-color: rgb(248 250 252 / 0.7);
}

.active\:border-e-slate-50\/75:active {
  border-inline-end-color: rgb(248 250 252 / 0.75);
}

.active\:border-e-slate-50\/80:active {
  border-inline-end-color: rgb(248 250 252 / 0.8);
}

.active\:border-e-slate-50\/90:active {
  border-inline-end-color: rgb(248 250 252 / 0.9);
}

.active\:border-e-slate-50\/95:active {
  border-inline-end-color: rgb(248 250 252 / 0.95);
}

.active\:border-e-slate-500:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.active\:border-e-slate-500\/0:active {
  border-inline-end-color: rgb(100 116 139 / 0);
}

.active\:border-e-slate-500\/10:active {
  border-inline-end-color: rgb(100 116 139 / 0.1);
}

.active\:border-e-slate-500\/100:active {
  border-inline-end-color: rgb(100 116 139 / 1);
}

.active\:border-e-slate-500\/20:active {
  border-inline-end-color: rgb(100 116 139 / 0.2);
}

.active\:border-e-slate-500\/25:active {
  border-inline-end-color: rgb(100 116 139 / 0.25);
}

.active\:border-e-slate-500\/30:active {
  border-inline-end-color: rgb(100 116 139 / 0.3);
}

.active\:border-e-slate-500\/40:active {
  border-inline-end-color: rgb(100 116 139 / 0.4);
}

.active\:border-e-slate-500\/5:active {
  border-inline-end-color: rgb(100 116 139 / 0.05);
}

.active\:border-e-slate-500\/50:active {
  border-inline-end-color: rgb(100 116 139 / 0.5);
}

.active\:border-e-slate-500\/60:active {
  border-inline-end-color: rgb(100 116 139 / 0.6);
}

.active\:border-e-slate-500\/70:active {
  border-inline-end-color: rgb(100 116 139 / 0.7);
}

.active\:border-e-slate-500\/75:active {
  border-inline-end-color: rgb(100 116 139 / 0.75);
}

.active\:border-e-slate-500\/80:active {
  border-inline-end-color: rgb(100 116 139 / 0.8);
}

.active\:border-e-slate-500\/90:active {
  border-inline-end-color: rgb(100 116 139 / 0.9);
}

.active\:border-e-slate-500\/95:active {
  border-inline-end-color: rgb(100 116 139 / 0.95);
}

.active\:border-e-slate-600:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(71 85 105 / var(--tw-border-opacity));
}

.active\:border-e-slate-600\/0:active {
  border-inline-end-color: rgb(71 85 105 / 0);
}

.active\:border-e-slate-600\/10:active {
  border-inline-end-color: rgb(71 85 105 / 0.1);
}

.active\:border-e-slate-600\/100:active {
  border-inline-end-color: rgb(71 85 105 / 1);
}

.active\:border-e-slate-600\/20:active {
  border-inline-end-color: rgb(71 85 105 / 0.2);
}

.active\:border-e-slate-600\/25:active {
  border-inline-end-color: rgb(71 85 105 / 0.25);
}

.active\:border-e-slate-600\/30:active {
  border-inline-end-color: rgb(71 85 105 / 0.3);
}

.active\:border-e-slate-600\/40:active {
  border-inline-end-color: rgb(71 85 105 / 0.4);
}

.active\:border-e-slate-600\/5:active {
  border-inline-end-color: rgb(71 85 105 / 0.05);
}

.active\:border-e-slate-600\/50:active {
  border-inline-end-color: rgb(71 85 105 / 0.5);
}

.active\:border-e-slate-600\/60:active {
  border-inline-end-color: rgb(71 85 105 / 0.6);
}

.active\:border-e-slate-600\/70:active {
  border-inline-end-color: rgb(71 85 105 / 0.7);
}

.active\:border-e-slate-600\/75:active {
  border-inline-end-color: rgb(71 85 105 / 0.75);
}

.active\:border-e-slate-600\/80:active {
  border-inline-end-color: rgb(71 85 105 / 0.8);
}

.active\:border-e-slate-600\/90:active {
  border-inline-end-color: rgb(71 85 105 / 0.9);
}

.active\:border-e-slate-600\/95:active {
  border-inline-end-color: rgb(71 85 105 / 0.95);
}

.active\:border-e-slate-700:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.active\:border-e-slate-700\/0:active {
  border-inline-end-color: rgb(51 65 85 / 0);
}

.active\:border-e-slate-700\/10:active {
  border-inline-end-color: rgb(51 65 85 / 0.1);
}

.active\:border-e-slate-700\/100:active {
  border-inline-end-color: rgb(51 65 85 / 1);
}

.active\:border-e-slate-700\/20:active {
  border-inline-end-color: rgb(51 65 85 / 0.2);
}

.active\:border-e-slate-700\/25:active {
  border-inline-end-color: rgb(51 65 85 / 0.25);
}

.active\:border-e-slate-700\/30:active {
  border-inline-end-color: rgb(51 65 85 / 0.3);
}

.active\:border-e-slate-700\/40:active {
  border-inline-end-color: rgb(51 65 85 / 0.4);
}

.active\:border-e-slate-700\/5:active {
  border-inline-end-color: rgb(51 65 85 / 0.05);
}

.active\:border-e-slate-700\/50:active {
  border-inline-end-color: rgb(51 65 85 / 0.5);
}

.active\:border-e-slate-700\/60:active {
  border-inline-end-color: rgb(51 65 85 / 0.6);
}

.active\:border-e-slate-700\/70:active {
  border-inline-end-color: rgb(51 65 85 / 0.7);
}

.active\:border-e-slate-700\/75:active {
  border-inline-end-color: rgb(51 65 85 / 0.75);
}

.active\:border-e-slate-700\/80:active {
  border-inline-end-color: rgb(51 65 85 / 0.8);
}

.active\:border-e-slate-700\/90:active {
  border-inline-end-color: rgb(51 65 85 / 0.9);
}

.active\:border-e-slate-700\/95:active {
  border-inline-end-color: rgb(51 65 85 / 0.95);
}

.active\:border-e-slate-800:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.active\:border-e-slate-800\/0:active {
  border-inline-end-color: rgb(30 41 59 / 0);
}

.active\:border-e-slate-800\/10:active {
  border-inline-end-color: rgb(30 41 59 / 0.1);
}

.active\:border-e-slate-800\/100:active {
  border-inline-end-color: rgb(30 41 59 / 1);
}

.active\:border-e-slate-800\/20:active {
  border-inline-end-color: rgb(30 41 59 / 0.2);
}

.active\:border-e-slate-800\/25:active {
  border-inline-end-color: rgb(30 41 59 / 0.25);
}

.active\:border-e-slate-800\/30:active {
  border-inline-end-color: rgb(30 41 59 / 0.3);
}

.active\:border-e-slate-800\/40:active {
  border-inline-end-color: rgb(30 41 59 / 0.4);
}

.active\:border-e-slate-800\/5:active {
  border-inline-end-color: rgb(30 41 59 / 0.05);
}

.active\:border-e-slate-800\/50:active {
  border-inline-end-color: rgb(30 41 59 / 0.5);
}

.active\:border-e-slate-800\/60:active {
  border-inline-end-color: rgb(30 41 59 / 0.6);
}

.active\:border-e-slate-800\/70:active {
  border-inline-end-color: rgb(30 41 59 / 0.7);
}

.active\:border-e-slate-800\/75:active {
  border-inline-end-color: rgb(30 41 59 / 0.75);
}

.active\:border-e-slate-800\/80:active {
  border-inline-end-color: rgb(30 41 59 / 0.8);
}

.active\:border-e-slate-800\/90:active {
  border-inline-end-color: rgb(30 41 59 / 0.9);
}

.active\:border-e-slate-800\/95:active {
  border-inline-end-color: rgb(30 41 59 / 0.95);
}

.active\:border-e-slate-900:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(15 23 42 / var(--tw-border-opacity));
}

.active\:border-e-slate-900\/0:active {
  border-inline-end-color: rgb(15 23 42 / 0);
}

.active\:border-e-slate-900\/10:active {
  border-inline-end-color: rgb(15 23 42 / 0.1);
}

.active\:border-e-slate-900\/100:active {
  border-inline-end-color: rgb(15 23 42 / 1);
}

.active\:border-e-slate-900\/20:active {
  border-inline-end-color: rgb(15 23 42 / 0.2);
}

.active\:border-e-slate-900\/25:active {
  border-inline-end-color: rgb(15 23 42 / 0.25);
}

.active\:border-e-slate-900\/30:active {
  border-inline-end-color: rgb(15 23 42 / 0.3);
}

.active\:border-e-slate-900\/40:active {
  border-inline-end-color: rgb(15 23 42 / 0.4);
}

.active\:border-e-slate-900\/5:active {
  border-inline-end-color: rgb(15 23 42 / 0.05);
}

.active\:border-e-slate-900\/50:active {
  border-inline-end-color: rgb(15 23 42 / 0.5);
}

.active\:border-e-slate-900\/60:active {
  border-inline-end-color: rgb(15 23 42 / 0.6);
}

.active\:border-e-slate-900\/70:active {
  border-inline-end-color: rgb(15 23 42 / 0.7);
}

.active\:border-e-slate-900\/75:active {
  border-inline-end-color: rgb(15 23 42 / 0.75);
}

.active\:border-e-slate-900\/80:active {
  border-inline-end-color: rgb(15 23 42 / 0.8);
}

.active\:border-e-slate-900\/90:active {
  border-inline-end-color: rgb(15 23 42 / 0.9);
}

.active\:border-e-slate-900\/95:active {
  border-inline-end-color: rgb(15 23 42 / 0.95);
}

.active\:border-e-slate-950:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(2 6 23 / var(--tw-border-opacity));
}

.active\:border-e-slate-950\/0:active {
  border-inline-end-color: rgb(2 6 23 / 0);
}

.active\:border-e-slate-950\/10:active {
  border-inline-end-color: rgb(2 6 23 / 0.1);
}

.active\:border-e-slate-950\/100:active {
  border-inline-end-color: rgb(2 6 23 / 1);
}

.active\:border-e-slate-950\/20:active {
  border-inline-end-color: rgb(2 6 23 / 0.2);
}

.active\:border-e-slate-950\/25:active {
  border-inline-end-color: rgb(2 6 23 / 0.25);
}

.active\:border-e-slate-950\/30:active {
  border-inline-end-color: rgb(2 6 23 / 0.3);
}

.active\:border-e-slate-950\/40:active {
  border-inline-end-color: rgb(2 6 23 / 0.4);
}

.active\:border-e-slate-950\/5:active {
  border-inline-end-color: rgb(2 6 23 / 0.05);
}

.active\:border-e-slate-950\/50:active {
  border-inline-end-color: rgb(2 6 23 / 0.5);
}

.active\:border-e-slate-950\/60:active {
  border-inline-end-color: rgb(2 6 23 / 0.6);
}

.active\:border-e-slate-950\/70:active {
  border-inline-end-color: rgb(2 6 23 / 0.7);
}

.active\:border-e-slate-950\/75:active {
  border-inline-end-color: rgb(2 6 23 / 0.75);
}

.active\:border-e-slate-950\/80:active {
  border-inline-end-color: rgb(2 6 23 / 0.8);
}

.active\:border-e-slate-950\/90:active {
  border-inline-end-color: rgb(2 6 23 / 0.9);
}

.active\:border-e-slate-950\/95:active {
  border-inline-end-color: rgb(2 6 23 / 0.95);
}

.active\:border-e-stone-100:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 245 244 / var(--tw-border-opacity));
}

.active\:border-e-stone-100\/0:active {
  border-inline-end-color: rgb(245 245 244 / 0);
}

.active\:border-e-stone-100\/10:active {
  border-inline-end-color: rgb(245 245 244 / 0.1);
}

.active\:border-e-stone-100\/100:active {
  border-inline-end-color: rgb(245 245 244 / 1);
}

.active\:border-e-stone-100\/20:active {
  border-inline-end-color: rgb(245 245 244 / 0.2);
}

.active\:border-e-stone-100\/25:active {
  border-inline-end-color: rgb(245 245 244 / 0.25);
}

.active\:border-e-stone-100\/30:active {
  border-inline-end-color: rgb(245 245 244 / 0.3);
}

.active\:border-e-stone-100\/40:active {
  border-inline-end-color: rgb(245 245 244 / 0.4);
}

.active\:border-e-stone-100\/5:active {
  border-inline-end-color: rgb(245 245 244 / 0.05);
}

.active\:border-e-stone-100\/50:active {
  border-inline-end-color: rgb(245 245 244 / 0.5);
}

.active\:border-e-stone-100\/60:active {
  border-inline-end-color: rgb(245 245 244 / 0.6);
}

.active\:border-e-stone-100\/70:active {
  border-inline-end-color: rgb(245 245 244 / 0.7);
}

.active\:border-e-stone-100\/75:active {
  border-inline-end-color: rgb(245 245 244 / 0.75);
}

.active\:border-e-stone-100\/80:active {
  border-inline-end-color: rgb(245 245 244 / 0.8);
}

.active\:border-e-stone-100\/90:active {
  border-inline-end-color: rgb(245 245 244 / 0.9);
}

.active\:border-e-stone-100\/95:active {
  border-inline-end-color: rgb(245 245 244 / 0.95);
}

.active\:border-e-stone-200:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(231 229 228 / var(--tw-border-opacity));
}

.active\:border-e-stone-200\/0:active {
  border-inline-end-color: rgb(231 229 228 / 0);
}

.active\:border-e-stone-200\/10:active {
  border-inline-end-color: rgb(231 229 228 / 0.1);
}

.active\:border-e-stone-200\/100:active {
  border-inline-end-color: rgb(231 229 228 / 1);
}

.active\:border-e-stone-200\/20:active {
  border-inline-end-color: rgb(231 229 228 / 0.2);
}

.active\:border-e-stone-200\/25:active {
  border-inline-end-color: rgb(231 229 228 / 0.25);
}

.active\:border-e-stone-200\/30:active {
  border-inline-end-color: rgb(231 229 228 / 0.3);
}

.active\:border-e-stone-200\/40:active {
  border-inline-end-color: rgb(231 229 228 / 0.4);
}

.active\:border-e-stone-200\/5:active {
  border-inline-end-color: rgb(231 229 228 / 0.05);
}

.active\:border-e-stone-200\/50:active {
  border-inline-end-color: rgb(231 229 228 / 0.5);
}

.active\:border-e-stone-200\/60:active {
  border-inline-end-color: rgb(231 229 228 / 0.6);
}

.active\:border-e-stone-200\/70:active {
  border-inline-end-color: rgb(231 229 228 / 0.7);
}

.active\:border-e-stone-200\/75:active {
  border-inline-end-color: rgb(231 229 228 / 0.75);
}

.active\:border-e-stone-200\/80:active {
  border-inline-end-color: rgb(231 229 228 / 0.8);
}

.active\:border-e-stone-200\/90:active {
  border-inline-end-color: rgb(231 229 228 / 0.9);
}

.active\:border-e-stone-200\/95:active {
  border-inline-end-color: rgb(231 229 228 / 0.95);
}

.active\:border-e-stone-300:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.active\:border-e-stone-300\/0:active {
  border-inline-end-color: rgb(214 211 209 / 0);
}

.active\:border-e-stone-300\/10:active {
  border-inline-end-color: rgb(214 211 209 / 0.1);
}

.active\:border-e-stone-300\/100:active {
  border-inline-end-color: rgb(214 211 209 / 1);
}

.active\:border-e-stone-300\/20:active {
  border-inline-end-color: rgb(214 211 209 / 0.2);
}

.active\:border-e-stone-300\/25:active {
  border-inline-end-color: rgb(214 211 209 / 0.25);
}

.active\:border-e-stone-300\/30:active {
  border-inline-end-color: rgb(214 211 209 / 0.3);
}

.active\:border-e-stone-300\/40:active {
  border-inline-end-color: rgb(214 211 209 / 0.4);
}

.active\:border-e-stone-300\/5:active {
  border-inline-end-color: rgb(214 211 209 / 0.05);
}

.active\:border-e-stone-300\/50:active {
  border-inline-end-color: rgb(214 211 209 / 0.5);
}

.active\:border-e-stone-300\/60:active {
  border-inline-end-color: rgb(214 211 209 / 0.6);
}

.active\:border-e-stone-300\/70:active {
  border-inline-end-color: rgb(214 211 209 / 0.7);
}

.active\:border-e-stone-300\/75:active {
  border-inline-end-color: rgb(214 211 209 / 0.75);
}

.active\:border-e-stone-300\/80:active {
  border-inline-end-color: rgb(214 211 209 / 0.8);
}

.active\:border-e-stone-300\/90:active {
  border-inline-end-color: rgb(214 211 209 / 0.9);
}

.active\:border-e-stone-300\/95:active {
  border-inline-end-color: rgb(214 211 209 / 0.95);
}

.active\:border-e-stone-400:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(168 162 158 / var(--tw-border-opacity));
}

.active\:border-e-stone-400\/0:active {
  border-inline-end-color: rgb(168 162 158 / 0);
}

.active\:border-e-stone-400\/10:active {
  border-inline-end-color: rgb(168 162 158 / 0.1);
}

.active\:border-e-stone-400\/100:active {
  border-inline-end-color: rgb(168 162 158 / 1);
}

.active\:border-e-stone-400\/20:active {
  border-inline-end-color: rgb(168 162 158 / 0.2);
}

.active\:border-e-stone-400\/25:active {
  border-inline-end-color: rgb(168 162 158 / 0.25);
}

.active\:border-e-stone-400\/30:active {
  border-inline-end-color: rgb(168 162 158 / 0.3);
}

.active\:border-e-stone-400\/40:active {
  border-inline-end-color: rgb(168 162 158 / 0.4);
}

.active\:border-e-stone-400\/5:active {
  border-inline-end-color: rgb(168 162 158 / 0.05);
}

.active\:border-e-stone-400\/50:active {
  border-inline-end-color: rgb(168 162 158 / 0.5);
}

.active\:border-e-stone-400\/60:active {
  border-inline-end-color: rgb(168 162 158 / 0.6);
}

.active\:border-e-stone-400\/70:active {
  border-inline-end-color: rgb(168 162 158 / 0.7);
}

.active\:border-e-stone-400\/75:active {
  border-inline-end-color: rgb(168 162 158 / 0.75);
}

.active\:border-e-stone-400\/80:active {
  border-inline-end-color: rgb(168 162 158 / 0.8);
}

.active\:border-e-stone-400\/90:active {
  border-inline-end-color: rgb(168 162 158 / 0.9);
}

.active\:border-e-stone-400\/95:active {
  border-inline-end-color: rgb(168 162 158 / 0.95);
}

.active\:border-e-stone-50:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 250 249 / var(--tw-border-opacity));
}

.active\:border-e-stone-50\/0:active {
  border-inline-end-color: rgb(250 250 249 / 0);
}

.active\:border-e-stone-50\/10:active {
  border-inline-end-color: rgb(250 250 249 / 0.1);
}

.active\:border-e-stone-50\/100:active {
  border-inline-end-color: rgb(250 250 249 / 1);
}

.active\:border-e-stone-50\/20:active {
  border-inline-end-color: rgb(250 250 249 / 0.2);
}

.active\:border-e-stone-50\/25:active {
  border-inline-end-color: rgb(250 250 249 / 0.25);
}

.active\:border-e-stone-50\/30:active {
  border-inline-end-color: rgb(250 250 249 / 0.3);
}

.active\:border-e-stone-50\/40:active {
  border-inline-end-color: rgb(250 250 249 / 0.4);
}

.active\:border-e-stone-50\/5:active {
  border-inline-end-color: rgb(250 250 249 / 0.05);
}

.active\:border-e-stone-50\/50:active {
  border-inline-end-color: rgb(250 250 249 / 0.5);
}

.active\:border-e-stone-50\/60:active {
  border-inline-end-color: rgb(250 250 249 / 0.6);
}

.active\:border-e-stone-50\/70:active {
  border-inline-end-color: rgb(250 250 249 / 0.7);
}

.active\:border-e-stone-50\/75:active {
  border-inline-end-color: rgb(250 250 249 / 0.75);
}

.active\:border-e-stone-50\/80:active {
  border-inline-end-color: rgb(250 250 249 / 0.8);
}

.active\:border-e-stone-50\/90:active {
  border-inline-end-color: rgb(250 250 249 / 0.9);
}

.active\:border-e-stone-50\/95:active {
  border-inline-end-color: rgb(250 250 249 / 0.95);
}

.active\:border-e-stone-500:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(120 113 108 / var(--tw-border-opacity));
}

.active\:border-e-stone-500\/0:active {
  border-inline-end-color: rgb(120 113 108 / 0);
}

.active\:border-e-stone-500\/10:active {
  border-inline-end-color: rgb(120 113 108 / 0.1);
}

.active\:border-e-stone-500\/100:active {
  border-inline-end-color: rgb(120 113 108 / 1);
}

.active\:border-e-stone-500\/20:active {
  border-inline-end-color: rgb(120 113 108 / 0.2);
}

.active\:border-e-stone-500\/25:active {
  border-inline-end-color: rgb(120 113 108 / 0.25);
}

.active\:border-e-stone-500\/30:active {
  border-inline-end-color: rgb(120 113 108 / 0.3);
}

.active\:border-e-stone-500\/40:active {
  border-inline-end-color: rgb(120 113 108 / 0.4);
}

.active\:border-e-stone-500\/5:active {
  border-inline-end-color: rgb(120 113 108 / 0.05);
}

.active\:border-e-stone-500\/50:active {
  border-inline-end-color: rgb(120 113 108 / 0.5);
}

.active\:border-e-stone-500\/60:active {
  border-inline-end-color: rgb(120 113 108 / 0.6);
}

.active\:border-e-stone-500\/70:active {
  border-inline-end-color: rgb(120 113 108 / 0.7);
}

.active\:border-e-stone-500\/75:active {
  border-inline-end-color: rgb(120 113 108 / 0.75);
}

.active\:border-e-stone-500\/80:active {
  border-inline-end-color: rgb(120 113 108 / 0.8);
}

.active\:border-e-stone-500\/90:active {
  border-inline-end-color: rgb(120 113 108 / 0.9);
}

.active\:border-e-stone-500\/95:active {
  border-inline-end-color: rgb(120 113 108 / 0.95);
}

.active\:border-e-stone-600:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(87 83 78 / var(--tw-border-opacity));
}

.active\:border-e-stone-600\/0:active {
  border-inline-end-color: rgb(87 83 78 / 0);
}

.active\:border-e-stone-600\/10:active {
  border-inline-end-color: rgb(87 83 78 / 0.1);
}

.active\:border-e-stone-600\/100:active {
  border-inline-end-color: rgb(87 83 78 / 1);
}

.active\:border-e-stone-600\/20:active {
  border-inline-end-color: rgb(87 83 78 / 0.2);
}

.active\:border-e-stone-600\/25:active {
  border-inline-end-color: rgb(87 83 78 / 0.25);
}

.active\:border-e-stone-600\/30:active {
  border-inline-end-color: rgb(87 83 78 / 0.3);
}

.active\:border-e-stone-600\/40:active {
  border-inline-end-color: rgb(87 83 78 / 0.4);
}

.active\:border-e-stone-600\/5:active {
  border-inline-end-color: rgb(87 83 78 / 0.05);
}

.active\:border-e-stone-600\/50:active {
  border-inline-end-color: rgb(87 83 78 / 0.5);
}

.active\:border-e-stone-600\/60:active {
  border-inline-end-color: rgb(87 83 78 / 0.6);
}

.active\:border-e-stone-600\/70:active {
  border-inline-end-color: rgb(87 83 78 / 0.7);
}

.active\:border-e-stone-600\/75:active {
  border-inline-end-color: rgb(87 83 78 / 0.75);
}

.active\:border-e-stone-600\/80:active {
  border-inline-end-color: rgb(87 83 78 / 0.8);
}

.active\:border-e-stone-600\/90:active {
  border-inline-end-color: rgb(87 83 78 / 0.9);
}

.active\:border-e-stone-600\/95:active {
  border-inline-end-color: rgb(87 83 78 / 0.95);
}

.active\:border-e-stone-700:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(68 64 60 / var(--tw-border-opacity));
}

.active\:border-e-stone-700\/0:active {
  border-inline-end-color: rgb(68 64 60 / 0);
}

.active\:border-e-stone-700\/10:active {
  border-inline-end-color: rgb(68 64 60 / 0.1);
}

.active\:border-e-stone-700\/100:active {
  border-inline-end-color: rgb(68 64 60 / 1);
}

.active\:border-e-stone-700\/20:active {
  border-inline-end-color: rgb(68 64 60 / 0.2);
}

.active\:border-e-stone-700\/25:active {
  border-inline-end-color: rgb(68 64 60 / 0.25);
}

.active\:border-e-stone-700\/30:active {
  border-inline-end-color: rgb(68 64 60 / 0.3);
}

.active\:border-e-stone-700\/40:active {
  border-inline-end-color: rgb(68 64 60 / 0.4);
}

.active\:border-e-stone-700\/5:active {
  border-inline-end-color: rgb(68 64 60 / 0.05);
}

.active\:border-e-stone-700\/50:active {
  border-inline-end-color: rgb(68 64 60 / 0.5);
}

.active\:border-e-stone-700\/60:active {
  border-inline-end-color: rgb(68 64 60 / 0.6);
}

.active\:border-e-stone-700\/70:active {
  border-inline-end-color: rgb(68 64 60 / 0.7);
}

.active\:border-e-stone-700\/75:active {
  border-inline-end-color: rgb(68 64 60 / 0.75);
}

.active\:border-e-stone-700\/80:active {
  border-inline-end-color: rgb(68 64 60 / 0.8);
}

.active\:border-e-stone-700\/90:active {
  border-inline-end-color: rgb(68 64 60 / 0.9);
}

.active\:border-e-stone-700\/95:active {
  border-inline-end-color: rgb(68 64 60 / 0.95);
}

.active\:border-e-stone-800:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(41 37 36 / var(--tw-border-opacity));
}

.active\:border-e-stone-800\/0:active {
  border-inline-end-color: rgb(41 37 36 / 0);
}

.active\:border-e-stone-800\/10:active {
  border-inline-end-color: rgb(41 37 36 / 0.1);
}

.active\:border-e-stone-800\/100:active {
  border-inline-end-color: rgb(41 37 36 / 1);
}

.active\:border-e-stone-800\/20:active {
  border-inline-end-color: rgb(41 37 36 / 0.2);
}

.active\:border-e-stone-800\/25:active {
  border-inline-end-color: rgb(41 37 36 / 0.25);
}

.active\:border-e-stone-800\/30:active {
  border-inline-end-color: rgb(41 37 36 / 0.3);
}

.active\:border-e-stone-800\/40:active {
  border-inline-end-color: rgb(41 37 36 / 0.4);
}

.active\:border-e-stone-800\/5:active {
  border-inline-end-color: rgb(41 37 36 / 0.05);
}

.active\:border-e-stone-800\/50:active {
  border-inline-end-color: rgb(41 37 36 / 0.5);
}

.active\:border-e-stone-800\/60:active {
  border-inline-end-color: rgb(41 37 36 / 0.6);
}

.active\:border-e-stone-800\/70:active {
  border-inline-end-color: rgb(41 37 36 / 0.7);
}

.active\:border-e-stone-800\/75:active {
  border-inline-end-color: rgb(41 37 36 / 0.75);
}

.active\:border-e-stone-800\/80:active {
  border-inline-end-color: rgb(41 37 36 / 0.8);
}

.active\:border-e-stone-800\/90:active {
  border-inline-end-color: rgb(41 37 36 / 0.9);
}

.active\:border-e-stone-800\/95:active {
  border-inline-end-color: rgb(41 37 36 / 0.95);
}

.active\:border-e-stone-900:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(28 25 23 / var(--tw-border-opacity));
}

.active\:border-e-stone-900\/0:active {
  border-inline-end-color: rgb(28 25 23 / 0);
}

.active\:border-e-stone-900\/10:active {
  border-inline-end-color: rgb(28 25 23 / 0.1);
}

.active\:border-e-stone-900\/100:active {
  border-inline-end-color: rgb(28 25 23 / 1);
}

.active\:border-e-stone-900\/20:active {
  border-inline-end-color: rgb(28 25 23 / 0.2);
}

.active\:border-e-stone-900\/25:active {
  border-inline-end-color: rgb(28 25 23 / 0.25);
}

.active\:border-e-stone-900\/30:active {
  border-inline-end-color: rgb(28 25 23 / 0.3);
}

.active\:border-e-stone-900\/40:active {
  border-inline-end-color: rgb(28 25 23 / 0.4);
}

.active\:border-e-stone-900\/5:active {
  border-inline-end-color: rgb(28 25 23 / 0.05);
}

.active\:border-e-stone-900\/50:active {
  border-inline-end-color: rgb(28 25 23 / 0.5);
}

.active\:border-e-stone-900\/60:active {
  border-inline-end-color: rgb(28 25 23 / 0.6);
}

.active\:border-e-stone-900\/70:active {
  border-inline-end-color: rgb(28 25 23 / 0.7);
}

.active\:border-e-stone-900\/75:active {
  border-inline-end-color: rgb(28 25 23 / 0.75);
}

.active\:border-e-stone-900\/80:active {
  border-inline-end-color: rgb(28 25 23 / 0.8);
}

.active\:border-e-stone-900\/90:active {
  border-inline-end-color: rgb(28 25 23 / 0.9);
}

.active\:border-e-stone-900\/95:active {
  border-inline-end-color: rgb(28 25 23 / 0.95);
}

.active\:border-e-stone-950:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(12 10 9 / var(--tw-border-opacity));
}

.active\:border-e-stone-950\/0:active {
  border-inline-end-color: rgb(12 10 9 / 0);
}

.active\:border-e-stone-950\/10:active {
  border-inline-end-color: rgb(12 10 9 / 0.1);
}

.active\:border-e-stone-950\/100:active {
  border-inline-end-color: rgb(12 10 9 / 1);
}

.active\:border-e-stone-950\/20:active {
  border-inline-end-color: rgb(12 10 9 / 0.2);
}

.active\:border-e-stone-950\/25:active {
  border-inline-end-color: rgb(12 10 9 / 0.25);
}

.active\:border-e-stone-950\/30:active {
  border-inline-end-color: rgb(12 10 9 / 0.3);
}

.active\:border-e-stone-950\/40:active {
  border-inline-end-color: rgb(12 10 9 / 0.4);
}

.active\:border-e-stone-950\/5:active {
  border-inline-end-color: rgb(12 10 9 / 0.05);
}

.active\:border-e-stone-950\/50:active {
  border-inline-end-color: rgb(12 10 9 / 0.5);
}

.active\:border-e-stone-950\/60:active {
  border-inline-end-color: rgb(12 10 9 / 0.6);
}

.active\:border-e-stone-950\/70:active {
  border-inline-end-color: rgb(12 10 9 / 0.7);
}

.active\:border-e-stone-950\/75:active {
  border-inline-end-color: rgb(12 10 9 / 0.75);
}

.active\:border-e-stone-950\/80:active {
  border-inline-end-color: rgb(12 10 9 / 0.8);
}

.active\:border-e-stone-950\/90:active {
  border-inline-end-color: rgb(12 10 9 / 0.9);
}

.active\:border-e-stone-950\/95:active {
  border-inline-end-color: rgb(12 10 9 / 0.95);
}

.active\:border-e-teal-100:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(204 251 241 / var(--tw-border-opacity));
}

.active\:border-e-teal-100\/0:active {
  border-inline-end-color: rgb(204 251 241 / 0);
}

.active\:border-e-teal-100\/10:active {
  border-inline-end-color: rgb(204 251 241 / 0.1);
}

.active\:border-e-teal-100\/100:active {
  border-inline-end-color: rgb(204 251 241 / 1);
}

.active\:border-e-teal-100\/20:active {
  border-inline-end-color: rgb(204 251 241 / 0.2);
}

.active\:border-e-teal-100\/25:active {
  border-inline-end-color: rgb(204 251 241 / 0.25);
}

.active\:border-e-teal-100\/30:active {
  border-inline-end-color: rgb(204 251 241 / 0.3);
}

.active\:border-e-teal-100\/40:active {
  border-inline-end-color: rgb(204 251 241 / 0.4);
}

.active\:border-e-teal-100\/5:active {
  border-inline-end-color: rgb(204 251 241 / 0.05);
}

.active\:border-e-teal-100\/50:active {
  border-inline-end-color: rgb(204 251 241 / 0.5);
}

.active\:border-e-teal-100\/60:active {
  border-inline-end-color: rgb(204 251 241 / 0.6);
}

.active\:border-e-teal-100\/70:active {
  border-inline-end-color: rgb(204 251 241 / 0.7);
}

.active\:border-e-teal-100\/75:active {
  border-inline-end-color: rgb(204 251 241 / 0.75);
}

.active\:border-e-teal-100\/80:active {
  border-inline-end-color: rgb(204 251 241 / 0.8);
}

.active\:border-e-teal-100\/90:active {
  border-inline-end-color: rgb(204 251 241 / 0.9);
}

.active\:border-e-teal-100\/95:active {
  border-inline-end-color: rgb(204 251 241 / 0.95);
}

.active\:border-e-teal-200:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(153 246 228 / var(--tw-border-opacity));
}

.active\:border-e-teal-200\/0:active {
  border-inline-end-color: rgb(153 246 228 / 0);
}

.active\:border-e-teal-200\/10:active {
  border-inline-end-color: rgb(153 246 228 / 0.1);
}

.active\:border-e-teal-200\/100:active {
  border-inline-end-color: rgb(153 246 228 / 1);
}

.active\:border-e-teal-200\/20:active {
  border-inline-end-color: rgb(153 246 228 / 0.2);
}

.active\:border-e-teal-200\/25:active {
  border-inline-end-color: rgb(153 246 228 / 0.25);
}

.active\:border-e-teal-200\/30:active {
  border-inline-end-color: rgb(153 246 228 / 0.3);
}

.active\:border-e-teal-200\/40:active {
  border-inline-end-color: rgb(153 246 228 / 0.4);
}

.active\:border-e-teal-200\/5:active {
  border-inline-end-color: rgb(153 246 228 / 0.05);
}

.active\:border-e-teal-200\/50:active {
  border-inline-end-color: rgb(153 246 228 / 0.5);
}

.active\:border-e-teal-200\/60:active {
  border-inline-end-color: rgb(153 246 228 / 0.6);
}

.active\:border-e-teal-200\/70:active {
  border-inline-end-color: rgb(153 246 228 / 0.7);
}

.active\:border-e-teal-200\/75:active {
  border-inline-end-color: rgb(153 246 228 / 0.75);
}

.active\:border-e-teal-200\/80:active {
  border-inline-end-color: rgb(153 246 228 / 0.8);
}

.active\:border-e-teal-200\/90:active {
  border-inline-end-color: rgb(153 246 228 / 0.9);
}

.active\:border-e-teal-200\/95:active {
  border-inline-end-color: rgb(153 246 228 / 0.95);
}

.active\:border-e-teal-300:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(94 234 212 / var(--tw-border-opacity));
}

.active\:border-e-teal-300\/0:active {
  border-inline-end-color: rgb(94 234 212 / 0);
}

.active\:border-e-teal-300\/10:active {
  border-inline-end-color: rgb(94 234 212 / 0.1);
}

.active\:border-e-teal-300\/100:active {
  border-inline-end-color: rgb(94 234 212 / 1);
}

.active\:border-e-teal-300\/20:active {
  border-inline-end-color: rgb(94 234 212 / 0.2);
}

.active\:border-e-teal-300\/25:active {
  border-inline-end-color: rgb(94 234 212 / 0.25);
}

.active\:border-e-teal-300\/30:active {
  border-inline-end-color: rgb(94 234 212 / 0.3);
}

.active\:border-e-teal-300\/40:active {
  border-inline-end-color: rgb(94 234 212 / 0.4);
}

.active\:border-e-teal-300\/5:active {
  border-inline-end-color: rgb(94 234 212 / 0.05);
}

.active\:border-e-teal-300\/50:active {
  border-inline-end-color: rgb(94 234 212 / 0.5);
}

.active\:border-e-teal-300\/60:active {
  border-inline-end-color: rgb(94 234 212 / 0.6);
}

.active\:border-e-teal-300\/70:active {
  border-inline-end-color: rgb(94 234 212 / 0.7);
}

.active\:border-e-teal-300\/75:active {
  border-inline-end-color: rgb(94 234 212 / 0.75);
}

.active\:border-e-teal-300\/80:active {
  border-inline-end-color: rgb(94 234 212 / 0.8);
}

.active\:border-e-teal-300\/90:active {
  border-inline-end-color: rgb(94 234 212 / 0.9);
}

.active\:border-e-teal-300\/95:active {
  border-inline-end-color: rgb(94 234 212 / 0.95);
}

.active\:border-e-teal-400:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(45 212 191 / var(--tw-border-opacity));
}

.active\:border-e-teal-400\/0:active {
  border-inline-end-color: rgb(45 212 191 / 0);
}

.active\:border-e-teal-400\/10:active {
  border-inline-end-color: rgb(45 212 191 / 0.1);
}

.active\:border-e-teal-400\/100:active {
  border-inline-end-color: rgb(45 212 191 / 1);
}

.active\:border-e-teal-400\/20:active {
  border-inline-end-color: rgb(45 212 191 / 0.2);
}

.active\:border-e-teal-400\/25:active {
  border-inline-end-color: rgb(45 212 191 / 0.25);
}

.active\:border-e-teal-400\/30:active {
  border-inline-end-color: rgb(45 212 191 / 0.3);
}

.active\:border-e-teal-400\/40:active {
  border-inline-end-color: rgb(45 212 191 / 0.4);
}

.active\:border-e-teal-400\/5:active {
  border-inline-end-color: rgb(45 212 191 / 0.05);
}

.active\:border-e-teal-400\/50:active {
  border-inline-end-color: rgb(45 212 191 / 0.5);
}

.active\:border-e-teal-400\/60:active {
  border-inline-end-color: rgb(45 212 191 / 0.6);
}

.active\:border-e-teal-400\/70:active {
  border-inline-end-color: rgb(45 212 191 / 0.7);
}

.active\:border-e-teal-400\/75:active {
  border-inline-end-color: rgb(45 212 191 / 0.75);
}

.active\:border-e-teal-400\/80:active {
  border-inline-end-color: rgb(45 212 191 / 0.8);
}

.active\:border-e-teal-400\/90:active {
  border-inline-end-color: rgb(45 212 191 / 0.9);
}

.active\:border-e-teal-400\/95:active {
  border-inline-end-color: rgb(45 212 191 / 0.95);
}

.active\:border-e-teal-50:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(240 253 250 / var(--tw-border-opacity));
}

.active\:border-e-teal-50\/0:active {
  border-inline-end-color: rgb(240 253 250 / 0);
}

.active\:border-e-teal-50\/10:active {
  border-inline-end-color: rgb(240 253 250 / 0.1);
}

.active\:border-e-teal-50\/100:active {
  border-inline-end-color: rgb(240 253 250 / 1);
}

.active\:border-e-teal-50\/20:active {
  border-inline-end-color: rgb(240 253 250 / 0.2);
}

.active\:border-e-teal-50\/25:active {
  border-inline-end-color: rgb(240 253 250 / 0.25);
}

.active\:border-e-teal-50\/30:active {
  border-inline-end-color: rgb(240 253 250 / 0.3);
}

.active\:border-e-teal-50\/40:active {
  border-inline-end-color: rgb(240 253 250 / 0.4);
}

.active\:border-e-teal-50\/5:active {
  border-inline-end-color: rgb(240 253 250 / 0.05);
}

.active\:border-e-teal-50\/50:active {
  border-inline-end-color: rgb(240 253 250 / 0.5);
}

.active\:border-e-teal-50\/60:active {
  border-inline-end-color: rgb(240 253 250 / 0.6);
}

.active\:border-e-teal-50\/70:active {
  border-inline-end-color: rgb(240 253 250 / 0.7);
}

.active\:border-e-teal-50\/75:active {
  border-inline-end-color: rgb(240 253 250 / 0.75);
}

.active\:border-e-teal-50\/80:active {
  border-inline-end-color: rgb(240 253 250 / 0.8);
}

.active\:border-e-teal-50\/90:active {
  border-inline-end-color: rgb(240 253 250 / 0.9);
}

.active\:border-e-teal-50\/95:active {
  border-inline-end-color: rgb(240 253 250 / 0.95);
}

.active\:border-e-teal-500:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(20 184 166 / var(--tw-border-opacity));
}

.active\:border-e-teal-500\/0:active {
  border-inline-end-color: rgb(20 184 166 / 0);
}

.active\:border-e-teal-500\/10:active {
  border-inline-end-color: rgb(20 184 166 / 0.1);
}

.active\:border-e-teal-500\/100:active {
  border-inline-end-color: rgb(20 184 166 / 1);
}

.active\:border-e-teal-500\/20:active {
  border-inline-end-color: rgb(20 184 166 / 0.2);
}

.active\:border-e-teal-500\/25:active {
  border-inline-end-color: rgb(20 184 166 / 0.25);
}

.active\:border-e-teal-500\/30:active {
  border-inline-end-color: rgb(20 184 166 / 0.3);
}

.active\:border-e-teal-500\/40:active {
  border-inline-end-color: rgb(20 184 166 / 0.4);
}

.active\:border-e-teal-500\/5:active {
  border-inline-end-color: rgb(20 184 166 / 0.05);
}

.active\:border-e-teal-500\/50:active {
  border-inline-end-color: rgb(20 184 166 / 0.5);
}

.active\:border-e-teal-500\/60:active {
  border-inline-end-color: rgb(20 184 166 / 0.6);
}

.active\:border-e-teal-500\/70:active {
  border-inline-end-color: rgb(20 184 166 / 0.7);
}

.active\:border-e-teal-500\/75:active {
  border-inline-end-color: rgb(20 184 166 / 0.75);
}

.active\:border-e-teal-500\/80:active {
  border-inline-end-color: rgb(20 184 166 / 0.8);
}

.active\:border-e-teal-500\/90:active {
  border-inline-end-color: rgb(20 184 166 / 0.9);
}

.active\:border-e-teal-500\/95:active {
  border-inline-end-color: rgb(20 184 166 / 0.95);
}

.active\:border-e-teal-600:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(13 148 136 / var(--tw-border-opacity));
}

.active\:border-e-teal-600\/0:active {
  border-inline-end-color: rgb(13 148 136 / 0);
}

.active\:border-e-teal-600\/10:active {
  border-inline-end-color: rgb(13 148 136 / 0.1);
}

.active\:border-e-teal-600\/100:active {
  border-inline-end-color: rgb(13 148 136 / 1);
}

.active\:border-e-teal-600\/20:active {
  border-inline-end-color: rgb(13 148 136 / 0.2);
}

.active\:border-e-teal-600\/25:active {
  border-inline-end-color: rgb(13 148 136 / 0.25);
}

.active\:border-e-teal-600\/30:active {
  border-inline-end-color: rgb(13 148 136 / 0.3);
}

.active\:border-e-teal-600\/40:active {
  border-inline-end-color: rgb(13 148 136 / 0.4);
}

.active\:border-e-teal-600\/5:active {
  border-inline-end-color: rgb(13 148 136 / 0.05);
}

.active\:border-e-teal-600\/50:active {
  border-inline-end-color: rgb(13 148 136 / 0.5);
}

.active\:border-e-teal-600\/60:active {
  border-inline-end-color: rgb(13 148 136 / 0.6);
}

.active\:border-e-teal-600\/70:active {
  border-inline-end-color: rgb(13 148 136 / 0.7);
}

.active\:border-e-teal-600\/75:active {
  border-inline-end-color: rgb(13 148 136 / 0.75);
}

.active\:border-e-teal-600\/80:active {
  border-inline-end-color: rgb(13 148 136 / 0.8);
}

.active\:border-e-teal-600\/90:active {
  border-inline-end-color: rgb(13 148 136 / 0.9);
}

.active\:border-e-teal-600\/95:active {
  border-inline-end-color: rgb(13 148 136 / 0.95);
}

.active\:border-e-teal-700:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(15 118 110 / var(--tw-border-opacity));
}

.active\:border-e-teal-700\/0:active {
  border-inline-end-color: rgb(15 118 110 / 0);
}

.active\:border-e-teal-700\/10:active {
  border-inline-end-color: rgb(15 118 110 / 0.1);
}

.active\:border-e-teal-700\/100:active {
  border-inline-end-color: rgb(15 118 110 / 1);
}

.active\:border-e-teal-700\/20:active {
  border-inline-end-color: rgb(15 118 110 / 0.2);
}

.active\:border-e-teal-700\/25:active {
  border-inline-end-color: rgb(15 118 110 / 0.25);
}

.active\:border-e-teal-700\/30:active {
  border-inline-end-color: rgb(15 118 110 / 0.3);
}

.active\:border-e-teal-700\/40:active {
  border-inline-end-color: rgb(15 118 110 / 0.4);
}

.active\:border-e-teal-700\/5:active {
  border-inline-end-color: rgb(15 118 110 / 0.05);
}

.active\:border-e-teal-700\/50:active {
  border-inline-end-color: rgb(15 118 110 / 0.5);
}

.active\:border-e-teal-700\/60:active {
  border-inline-end-color: rgb(15 118 110 / 0.6);
}

.active\:border-e-teal-700\/70:active {
  border-inline-end-color: rgb(15 118 110 / 0.7);
}

.active\:border-e-teal-700\/75:active {
  border-inline-end-color: rgb(15 118 110 / 0.75);
}

.active\:border-e-teal-700\/80:active {
  border-inline-end-color: rgb(15 118 110 / 0.8);
}

.active\:border-e-teal-700\/90:active {
  border-inline-end-color: rgb(15 118 110 / 0.9);
}

.active\:border-e-teal-700\/95:active {
  border-inline-end-color: rgb(15 118 110 / 0.95);
}

.active\:border-e-teal-800:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(17 94 89 / var(--tw-border-opacity));
}

.active\:border-e-teal-800\/0:active {
  border-inline-end-color: rgb(17 94 89 / 0);
}

.active\:border-e-teal-800\/10:active {
  border-inline-end-color: rgb(17 94 89 / 0.1);
}

.active\:border-e-teal-800\/100:active {
  border-inline-end-color: rgb(17 94 89 / 1);
}

.active\:border-e-teal-800\/20:active {
  border-inline-end-color: rgb(17 94 89 / 0.2);
}

.active\:border-e-teal-800\/25:active {
  border-inline-end-color: rgb(17 94 89 / 0.25);
}

.active\:border-e-teal-800\/30:active {
  border-inline-end-color: rgb(17 94 89 / 0.3);
}

.active\:border-e-teal-800\/40:active {
  border-inline-end-color: rgb(17 94 89 / 0.4);
}

.active\:border-e-teal-800\/5:active {
  border-inline-end-color: rgb(17 94 89 / 0.05);
}

.active\:border-e-teal-800\/50:active {
  border-inline-end-color: rgb(17 94 89 / 0.5);
}

.active\:border-e-teal-800\/60:active {
  border-inline-end-color: rgb(17 94 89 / 0.6);
}

.active\:border-e-teal-800\/70:active {
  border-inline-end-color: rgb(17 94 89 / 0.7);
}

.active\:border-e-teal-800\/75:active {
  border-inline-end-color: rgb(17 94 89 / 0.75);
}

.active\:border-e-teal-800\/80:active {
  border-inline-end-color: rgb(17 94 89 / 0.8);
}

.active\:border-e-teal-800\/90:active {
  border-inline-end-color: rgb(17 94 89 / 0.9);
}

.active\:border-e-teal-800\/95:active {
  border-inline-end-color: rgb(17 94 89 / 0.95);
}

.active\:border-e-teal-900:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(19 78 74 / var(--tw-border-opacity));
}

.active\:border-e-teal-900\/0:active {
  border-inline-end-color: rgb(19 78 74 / 0);
}

.active\:border-e-teal-900\/10:active {
  border-inline-end-color: rgb(19 78 74 / 0.1);
}

.active\:border-e-teal-900\/100:active {
  border-inline-end-color: rgb(19 78 74 / 1);
}

.active\:border-e-teal-900\/20:active {
  border-inline-end-color: rgb(19 78 74 / 0.2);
}

.active\:border-e-teal-900\/25:active {
  border-inline-end-color: rgb(19 78 74 / 0.25);
}

.active\:border-e-teal-900\/30:active {
  border-inline-end-color: rgb(19 78 74 / 0.3);
}

.active\:border-e-teal-900\/40:active {
  border-inline-end-color: rgb(19 78 74 / 0.4);
}

.active\:border-e-teal-900\/5:active {
  border-inline-end-color: rgb(19 78 74 / 0.05);
}

.active\:border-e-teal-900\/50:active {
  border-inline-end-color: rgb(19 78 74 / 0.5);
}

.active\:border-e-teal-900\/60:active {
  border-inline-end-color: rgb(19 78 74 / 0.6);
}

.active\:border-e-teal-900\/70:active {
  border-inline-end-color: rgb(19 78 74 / 0.7);
}

.active\:border-e-teal-900\/75:active {
  border-inline-end-color: rgb(19 78 74 / 0.75);
}

.active\:border-e-teal-900\/80:active {
  border-inline-end-color: rgb(19 78 74 / 0.8);
}

.active\:border-e-teal-900\/90:active {
  border-inline-end-color: rgb(19 78 74 / 0.9);
}

.active\:border-e-teal-900\/95:active {
  border-inline-end-color: rgb(19 78 74 / 0.95);
}

.active\:border-e-teal-950:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(4 47 46 / var(--tw-border-opacity));
}

.active\:border-e-teal-950\/0:active {
  border-inline-end-color: rgb(4 47 46 / 0);
}

.active\:border-e-teal-950\/10:active {
  border-inline-end-color: rgb(4 47 46 / 0.1);
}

.active\:border-e-teal-950\/100:active {
  border-inline-end-color: rgb(4 47 46 / 1);
}

.active\:border-e-teal-950\/20:active {
  border-inline-end-color: rgb(4 47 46 / 0.2);
}

.active\:border-e-teal-950\/25:active {
  border-inline-end-color: rgb(4 47 46 / 0.25);
}

.active\:border-e-teal-950\/30:active {
  border-inline-end-color: rgb(4 47 46 / 0.3);
}

.active\:border-e-teal-950\/40:active {
  border-inline-end-color: rgb(4 47 46 / 0.4);
}

.active\:border-e-teal-950\/5:active {
  border-inline-end-color: rgb(4 47 46 / 0.05);
}

.active\:border-e-teal-950\/50:active {
  border-inline-end-color: rgb(4 47 46 / 0.5);
}

.active\:border-e-teal-950\/60:active {
  border-inline-end-color: rgb(4 47 46 / 0.6);
}

.active\:border-e-teal-950\/70:active {
  border-inline-end-color: rgb(4 47 46 / 0.7);
}

.active\:border-e-teal-950\/75:active {
  border-inline-end-color: rgb(4 47 46 / 0.75);
}

.active\:border-e-teal-950\/80:active {
  border-inline-end-color: rgb(4 47 46 / 0.8);
}

.active\:border-e-teal-950\/90:active {
  border-inline-end-color: rgb(4 47 46 / 0.9);
}

.active\:border-e-teal-950\/95:active {
  border-inline-end-color: rgb(4 47 46 / 0.95);
}

.active\:border-e-transparent:active {
  border-inline-end-color: transparent;
}

.active\:border-e-transparent\/0:active {
  border-inline-end-color: rgb(0 0 0 / 0);
}

.active\:border-e-transparent\/10:active {
  border-inline-end-color: rgb(0 0 0 / 0.1);
}

.active\:border-e-transparent\/100:active {
  border-inline-end-color: rgb(0 0 0 / 1);
}

.active\:border-e-transparent\/20:active {
  border-inline-end-color: rgb(0 0 0 / 0.2);
}

.active\:border-e-transparent\/25:active {
  border-inline-end-color: rgb(0 0 0 / 0.25);
}

.active\:border-e-transparent\/30:active {
  border-inline-end-color: rgb(0 0 0 / 0.3);
}

.active\:border-e-transparent\/40:active {
  border-inline-end-color: rgb(0 0 0 / 0.4);
}

.active\:border-e-transparent\/5:active {
  border-inline-end-color: rgb(0 0 0 / 0.05);
}

.active\:border-e-transparent\/50:active {
  border-inline-end-color: rgb(0 0 0 / 0.5);
}

.active\:border-e-transparent\/60:active {
  border-inline-end-color: rgb(0 0 0 / 0.6);
}

.active\:border-e-transparent\/70:active {
  border-inline-end-color: rgb(0 0 0 / 0.7);
}

.active\:border-e-transparent\/75:active {
  border-inline-end-color: rgb(0 0 0 / 0.75);
}

.active\:border-e-transparent\/80:active {
  border-inline-end-color: rgb(0 0 0 / 0.8);
}

.active\:border-e-transparent\/90:active {
  border-inline-end-color: rgb(0 0 0 / 0.9);
}

.active\:border-e-transparent\/95:active {
  border-inline-end-color: rgb(0 0 0 / 0.95);
}

.active\:border-e-tykhe-digital:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(239 156 131 / var(--tw-border-opacity));
}

.active\:border-e-tykhe-digital-alt:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 239 224 / var(--tw-border-opacity));
}

.active\:border-e-tykhe-digital-alt\/0:active {
  border-inline-end-color: rgb(245 239 224 / 0);
}

.active\:border-e-tykhe-digital-alt\/10:active {
  border-inline-end-color: rgb(245 239 224 / 0.1);
}

.active\:border-e-tykhe-digital-alt\/100:active {
  border-inline-end-color: rgb(245 239 224 / 1);
}

.active\:border-e-tykhe-digital-alt\/20:active {
  border-inline-end-color: rgb(245 239 224 / 0.2);
}

.active\:border-e-tykhe-digital-alt\/25:active {
  border-inline-end-color: rgb(245 239 224 / 0.25);
}

.active\:border-e-tykhe-digital-alt\/30:active {
  border-inline-end-color: rgb(245 239 224 / 0.3);
}

.active\:border-e-tykhe-digital-alt\/40:active {
  border-inline-end-color: rgb(245 239 224 / 0.4);
}

.active\:border-e-tykhe-digital-alt\/5:active {
  border-inline-end-color: rgb(245 239 224 / 0.05);
}

.active\:border-e-tykhe-digital-alt\/50:active {
  border-inline-end-color: rgb(245 239 224 / 0.5);
}

.active\:border-e-tykhe-digital-alt\/60:active {
  border-inline-end-color: rgb(245 239 224 / 0.6);
}

.active\:border-e-tykhe-digital-alt\/70:active {
  border-inline-end-color: rgb(245 239 224 / 0.7);
}

.active\:border-e-tykhe-digital-alt\/75:active {
  border-inline-end-color: rgb(245 239 224 / 0.75);
}

.active\:border-e-tykhe-digital-alt\/80:active {
  border-inline-end-color: rgb(245 239 224 / 0.8);
}

.active\:border-e-tykhe-digital-alt\/90:active {
  border-inline-end-color: rgb(245 239 224 / 0.9);
}

.active\:border-e-tykhe-digital-alt\/95:active {
  border-inline-end-color: rgb(245 239 224 / 0.95);
}

.active\:border-e-tykhe-digital-alt2:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 58 111 / var(--tw-border-opacity));
}

.active\:border-e-tykhe-digital-alt2\/0:active {
  border-inline-end-color: rgb(255 58 111 / 0);
}

.active\:border-e-tykhe-digital-alt2\/10:active {
  border-inline-end-color: rgb(255 58 111 / 0.1);
}

.active\:border-e-tykhe-digital-alt2\/100:active {
  border-inline-end-color: rgb(255 58 111 / 1);
}

.active\:border-e-tykhe-digital-alt2\/20:active {
  border-inline-end-color: rgb(255 58 111 / 0.2);
}

.active\:border-e-tykhe-digital-alt2\/25:active {
  border-inline-end-color: rgb(255 58 111 / 0.25);
}

.active\:border-e-tykhe-digital-alt2\/30:active {
  border-inline-end-color: rgb(255 58 111 / 0.3);
}

.active\:border-e-tykhe-digital-alt2\/40:active {
  border-inline-end-color: rgb(255 58 111 / 0.4);
}

.active\:border-e-tykhe-digital-alt2\/5:active {
  border-inline-end-color: rgb(255 58 111 / 0.05);
}

.active\:border-e-tykhe-digital-alt2\/50:active {
  border-inline-end-color: rgb(255 58 111 / 0.5);
}

.active\:border-e-tykhe-digital-alt2\/60:active {
  border-inline-end-color: rgb(255 58 111 / 0.6);
}

.active\:border-e-tykhe-digital-alt2\/70:active {
  border-inline-end-color: rgb(255 58 111 / 0.7);
}

.active\:border-e-tykhe-digital-alt2\/75:active {
  border-inline-end-color: rgb(255 58 111 / 0.75);
}

.active\:border-e-tykhe-digital-alt2\/80:active {
  border-inline-end-color: rgb(255 58 111 / 0.8);
}

.active\:border-e-tykhe-digital-alt2\/90:active {
  border-inline-end-color: rgb(255 58 111 / 0.9);
}

.active\:border-e-tykhe-digital-alt2\/95:active {
  border-inline-end-color: rgb(255 58 111 / 0.95);
}

.active\:border-e-tykhe-digital-alt3:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(131 214 239 / var(--tw-border-opacity));
}

.active\:border-e-tykhe-digital-alt3\/0:active {
  border-inline-end-color: rgb(131 214 239 / 0);
}

.active\:border-e-tykhe-digital-alt3\/10:active {
  border-inline-end-color: rgb(131 214 239 / 0.1);
}

.active\:border-e-tykhe-digital-alt3\/100:active {
  border-inline-end-color: rgb(131 214 239 / 1);
}

.active\:border-e-tykhe-digital-alt3\/20:active {
  border-inline-end-color: rgb(131 214 239 / 0.2);
}

.active\:border-e-tykhe-digital-alt3\/25:active {
  border-inline-end-color: rgb(131 214 239 / 0.25);
}

.active\:border-e-tykhe-digital-alt3\/30:active {
  border-inline-end-color: rgb(131 214 239 / 0.3);
}

.active\:border-e-tykhe-digital-alt3\/40:active {
  border-inline-end-color: rgb(131 214 239 / 0.4);
}

.active\:border-e-tykhe-digital-alt3\/5:active {
  border-inline-end-color: rgb(131 214 239 / 0.05);
}

.active\:border-e-tykhe-digital-alt3\/50:active {
  border-inline-end-color: rgb(131 214 239 / 0.5);
}

.active\:border-e-tykhe-digital-alt3\/60:active {
  border-inline-end-color: rgb(131 214 239 / 0.6);
}

.active\:border-e-tykhe-digital-alt3\/70:active {
  border-inline-end-color: rgb(131 214 239 / 0.7);
}

.active\:border-e-tykhe-digital-alt3\/75:active {
  border-inline-end-color: rgb(131 214 239 / 0.75);
}

.active\:border-e-tykhe-digital-alt3\/80:active {
  border-inline-end-color: rgb(131 214 239 / 0.8);
}

.active\:border-e-tykhe-digital-alt3\/90:active {
  border-inline-end-color: rgb(131 214 239 / 0.9);
}

.active\:border-e-tykhe-digital-alt3\/95:active {
  border-inline-end-color: rgb(131 214 239 / 0.95);
}

.active\:border-e-tykhe-digital\/0:active {
  border-inline-end-color: rgb(239 156 131 / 0);
}

.active\:border-e-tykhe-digital\/10:active {
  border-inline-end-color: rgb(239 156 131 / 0.1);
}

.active\:border-e-tykhe-digital\/100:active {
  border-inline-end-color: rgb(239 156 131 / 1);
}

.active\:border-e-tykhe-digital\/20:active {
  border-inline-end-color: rgb(239 156 131 / 0.2);
}

.active\:border-e-tykhe-digital\/25:active {
  border-inline-end-color: rgb(239 156 131 / 0.25);
}

.active\:border-e-tykhe-digital\/30:active {
  border-inline-end-color: rgb(239 156 131 / 0.3);
}

.active\:border-e-tykhe-digital\/40:active {
  border-inline-end-color: rgb(239 156 131 / 0.4);
}

.active\:border-e-tykhe-digital\/5:active {
  border-inline-end-color: rgb(239 156 131 / 0.05);
}

.active\:border-e-tykhe-digital\/50:active {
  border-inline-end-color: rgb(239 156 131 / 0.5);
}

.active\:border-e-tykhe-digital\/60:active {
  border-inline-end-color: rgb(239 156 131 / 0.6);
}

.active\:border-e-tykhe-digital\/70:active {
  border-inline-end-color: rgb(239 156 131 / 0.7);
}

.active\:border-e-tykhe-digital\/75:active {
  border-inline-end-color: rgb(239 156 131 / 0.75);
}

.active\:border-e-tykhe-digital\/80:active {
  border-inline-end-color: rgb(239 156 131 / 0.8);
}

.active\:border-e-tykhe-digital\/90:active {
  border-inline-end-color: rgb(239 156 131 / 0.9);
}

.active\:border-e-tykhe-digital\/95:active {
  border-inline-end-color: rgb(239 156 131 / 0.95);
}

.active\:border-e-violet-100:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(237 233 254 / var(--tw-border-opacity));
}

.active\:border-e-violet-100\/0:active {
  border-inline-end-color: rgb(237 233 254 / 0);
}

.active\:border-e-violet-100\/10:active {
  border-inline-end-color: rgb(237 233 254 / 0.1);
}

.active\:border-e-violet-100\/100:active {
  border-inline-end-color: rgb(237 233 254 / 1);
}

.active\:border-e-violet-100\/20:active {
  border-inline-end-color: rgb(237 233 254 / 0.2);
}

.active\:border-e-violet-100\/25:active {
  border-inline-end-color: rgb(237 233 254 / 0.25);
}

.active\:border-e-violet-100\/30:active {
  border-inline-end-color: rgb(237 233 254 / 0.3);
}

.active\:border-e-violet-100\/40:active {
  border-inline-end-color: rgb(237 233 254 / 0.4);
}

.active\:border-e-violet-100\/5:active {
  border-inline-end-color: rgb(237 233 254 / 0.05);
}

.active\:border-e-violet-100\/50:active {
  border-inline-end-color: rgb(237 233 254 / 0.5);
}

.active\:border-e-violet-100\/60:active {
  border-inline-end-color: rgb(237 233 254 / 0.6);
}

.active\:border-e-violet-100\/70:active {
  border-inline-end-color: rgb(237 233 254 / 0.7);
}

.active\:border-e-violet-100\/75:active {
  border-inline-end-color: rgb(237 233 254 / 0.75);
}

.active\:border-e-violet-100\/80:active {
  border-inline-end-color: rgb(237 233 254 / 0.8);
}

.active\:border-e-violet-100\/90:active {
  border-inline-end-color: rgb(237 233 254 / 0.9);
}

.active\:border-e-violet-100\/95:active {
  border-inline-end-color: rgb(237 233 254 / 0.95);
}

.active\:border-e-violet-200:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(221 214 254 / var(--tw-border-opacity));
}

.active\:border-e-violet-200\/0:active {
  border-inline-end-color: rgb(221 214 254 / 0);
}

.active\:border-e-violet-200\/10:active {
  border-inline-end-color: rgb(221 214 254 / 0.1);
}

.active\:border-e-violet-200\/100:active {
  border-inline-end-color: rgb(221 214 254 / 1);
}

.active\:border-e-violet-200\/20:active {
  border-inline-end-color: rgb(221 214 254 / 0.2);
}

.active\:border-e-violet-200\/25:active {
  border-inline-end-color: rgb(221 214 254 / 0.25);
}

.active\:border-e-violet-200\/30:active {
  border-inline-end-color: rgb(221 214 254 / 0.3);
}

.active\:border-e-violet-200\/40:active {
  border-inline-end-color: rgb(221 214 254 / 0.4);
}

.active\:border-e-violet-200\/5:active {
  border-inline-end-color: rgb(221 214 254 / 0.05);
}

.active\:border-e-violet-200\/50:active {
  border-inline-end-color: rgb(221 214 254 / 0.5);
}

.active\:border-e-violet-200\/60:active {
  border-inline-end-color: rgb(221 214 254 / 0.6);
}

.active\:border-e-violet-200\/70:active {
  border-inline-end-color: rgb(221 214 254 / 0.7);
}

.active\:border-e-violet-200\/75:active {
  border-inline-end-color: rgb(221 214 254 / 0.75);
}

.active\:border-e-violet-200\/80:active {
  border-inline-end-color: rgb(221 214 254 / 0.8);
}

.active\:border-e-violet-200\/90:active {
  border-inline-end-color: rgb(221 214 254 / 0.9);
}

.active\:border-e-violet-200\/95:active {
  border-inline-end-color: rgb(221 214 254 / 0.95);
}

.active\:border-e-violet-300:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(196 181 253 / var(--tw-border-opacity));
}

.active\:border-e-violet-300\/0:active {
  border-inline-end-color: rgb(196 181 253 / 0);
}

.active\:border-e-violet-300\/10:active {
  border-inline-end-color: rgb(196 181 253 / 0.1);
}

.active\:border-e-violet-300\/100:active {
  border-inline-end-color: rgb(196 181 253 / 1);
}

.active\:border-e-violet-300\/20:active {
  border-inline-end-color: rgb(196 181 253 / 0.2);
}

.active\:border-e-violet-300\/25:active {
  border-inline-end-color: rgb(196 181 253 / 0.25);
}

.active\:border-e-violet-300\/30:active {
  border-inline-end-color: rgb(196 181 253 / 0.3);
}

.active\:border-e-violet-300\/40:active {
  border-inline-end-color: rgb(196 181 253 / 0.4);
}

.active\:border-e-violet-300\/5:active {
  border-inline-end-color: rgb(196 181 253 / 0.05);
}

.active\:border-e-violet-300\/50:active {
  border-inline-end-color: rgb(196 181 253 / 0.5);
}

.active\:border-e-violet-300\/60:active {
  border-inline-end-color: rgb(196 181 253 / 0.6);
}

.active\:border-e-violet-300\/70:active {
  border-inline-end-color: rgb(196 181 253 / 0.7);
}

.active\:border-e-violet-300\/75:active {
  border-inline-end-color: rgb(196 181 253 / 0.75);
}

.active\:border-e-violet-300\/80:active {
  border-inline-end-color: rgb(196 181 253 / 0.8);
}

.active\:border-e-violet-300\/90:active {
  border-inline-end-color: rgb(196 181 253 / 0.9);
}

.active\:border-e-violet-300\/95:active {
  border-inline-end-color: rgb(196 181 253 / 0.95);
}

.active\:border-e-violet-400:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(167 139 250 / var(--tw-border-opacity));
}

.active\:border-e-violet-400\/0:active {
  border-inline-end-color: rgb(167 139 250 / 0);
}

.active\:border-e-violet-400\/10:active {
  border-inline-end-color: rgb(167 139 250 / 0.1);
}

.active\:border-e-violet-400\/100:active {
  border-inline-end-color: rgb(167 139 250 / 1);
}

.active\:border-e-violet-400\/20:active {
  border-inline-end-color: rgb(167 139 250 / 0.2);
}

.active\:border-e-violet-400\/25:active {
  border-inline-end-color: rgb(167 139 250 / 0.25);
}

.active\:border-e-violet-400\/30:active {
  border-inline-end-color: rgb(167 139 250 / 0.3);
}

.active\:border-e-violet-400\/40:active {
  border-inline-end-color: rgb(167 139 250 / 0.4);
}

.active\:border-e-violet-400\/5:active {
  border-inline-end-color: rgb(167 139 250 / 0.05);
}

.active\:border-e-violet-400\/50:active {
  border-inline-end-color: rgb(167 139 250 / 0.5);
}

.active\:border-e-violet-400\/60:active {
  border-inline-end-color: rgb(167 139 250 / 0.6);
}

.active\:border-e-violet-400\/70:active {
  border-inline-end-color: rgb(167 139 250 / 0.7);
}

.active\:border-e-violet-400\/75:active {
  border-inline-end-color: rgb(167 139 250 / 0.75);
}

.active\:border-e-violet-400\/80:active {
  border-inline-end-color: rgb(167 139 250 / 0.8);
}

.active\:border-e-violet-400\/90:active {
  border-inline-end-color: rgb(167 139 250 / 0.9);
}

.active\:border-e-violet-400\/95:active {
  border-inline-end-color: rgb(167 139 250 / 0.95);
}

.active\:border-e-violet-50:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 243 255 / var(--tw-border-opacity));
}

.active\:border-e-violet-50\/0:active {
  border-inline-end-color: rgb(245 243 255 / 0);
}

.active\:border-e-violet-50\/10:active {
  border-inline-end-color: rgb(245 243 255 / 0.1);
}

.active\:border-e-violet-50\/100:active {
  border-inline-end-color: rgb(245 243 255 / 1);
}

.active\:border-e-violet-50\/20:active {
  border-inline-end-color: rgb(245 243 255 / 0.2);
}

.active\:border-e-violet-50\/25:active {
  border-inline-end-color: rgb(245 243 255 / 0.25);
}

.active\:border-e-violet-50\/30:active {
  border-inline-end-color: rgb(245 243 255 / 0.3);
}

.active\:border-e-violet-50\/40:active {
  border-inline-end-color: rgb(245 243 255 / 0.4);
}

.active\:border-e-violet-50\/5:active {
  border-inline-end-color: rgb(245 243 255 / 0.05);
}

.active\:border-e-violet-50\/50:active {
  border-inline-end-color: rgb(245 243 255 / 0.5);
}

.active\:border-e-violet-50\/60:active {
  border-inline-end-color: rgb(245 243 255 / 0.6);
}

.active\:border-e-violet-50\/70:active {
  border-inline-end-color: rgb(245 243 255 / 0.7);
}

.active\:border-e-violet-50\/75:active {
  border-inline-end-color: rgb(245 243 255 / 0.75);
}

.active\:border-e-violet-50\/80:active {
  border-inline-end-color: rgb(245 243 255 / 0.8);
}

.active\:border-e-violet-50\/90:active {
  border-inline-end-color: rgb(245 243 255 / 0.9);
}

.active\:border-e-violet-50\/95:active {
  border-inline-end-color: rgb(245 243 255 / 0.95);
}

.active\:border-e-violet-500:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(139 92 246 / var(--tw-border-opacity));
}

.active\:border-e-violet-500\/0:active {
  border-inline-end-color: rgb(139 92 246 / 0);
}

.active\:border-e-violet-500\/10:active {
  border-inline-end-color: rgb(139 92 246 / 0.1);
}

.active\:border-e-violet-500\/100:active {
  border-inline-end-color: rgb(139 92 246 / 1);
}

.active\:border-e-violet-500\/20:active {
  border-inline-end-color: rgb(139 92 246 / 0.2);
}

.active\:border-e-violet-500\/25:active {
  border-inline-end-color: rgb(139 92 246 / 0.25);
}

.active\:border-e-violet-500\/30:active {
  border-inline-end-color: rgb(139 92 246 / 0.3);
}

.active\:border-e-violet-500\/40:active {
  border-inline-end-color: rgb(139 92 246 / 0.4);
}

.active\:border-e-violet-500\/5:active {
  border-inline-end-color: rgb(139 92 246 / 0.05);
}

.active\:border-e-violet-500\/50:active {
  border-inline-end-color: rgb(139 92 246 / 0.5);
}

.active\:border-e-violet-500\/60:active {
  border-inline-end-color: rgb(139 92 246 / 0.6);
}

.active\:border-e-violet-500\/70:active {
  border-inline-end-color: rgb(139 92 246 / 0.7);
}

.active\:border-e-violet-500\/75:active {
  border-inline-end-color: rgb(139 92 246 / 0.75);
}

.active\:border-e-violet-500\/80:active {
  border-inline-end-color: rgb(139 92 246 / 0.8);
}

.active\:border-e-violet-500\/90:active {
  border-inline-end-color: rgb(139 92 246 / 0.9);
}

.active\:border-e-violet-500\/95:active {
  border-inline-end-color: rgb(139 92 246 / 0.95);
}

.active\:border-e-violet-600:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(124 58 237 / var(--tw-border-opacity));
}

.active\:border-e-violet-600\/0:active {
  border-inline-end-color: rgb(124 58 237 / 0);
}

.active\:border-e-violet-600\/10:active {
  border-inline-end-color: rgb(124 58 237 / 0.1);
}

.active\:border-e-violet-600\/100:active {
  border-inline-end-color: rgb(124 58 237 / 1);
}

.active\:border-e-violet-600\/20:active {
  border-inline-end-color: rgb(124 58 237 / 0.2);
}

.active\:border-e-violet-600\/25:active {
  border-inline-end-color: rgb(124 58 237 / 0.25);
}

.active\:border-e-violet-600\/30:active {
  border-inline-end-color: rgb(124 58 237 / 0.3);
}

.active\:border-e-violet-600\/40:active {
  border-inline-end-color: rgb(124 58 237 / 0.4);
}

.active\:border-e-violet-600\/5:active {
  border-inline-end-color: rgb(124 58 237 / 0.05);
}

.active\:border-e-violet-600\/50:active {
  border-inline-end-color: rgb(124 58 237 / 0.5);
}

.active\:border-e-violet-600\/60:active {
  border-inline-end-color: rgb(124 58 237 / 0.6);
}

.active\:border-e-violet-600\/70:active {
  border-inline-end-color: rgb(124 58 237 / 0.7);
}

.active\:border-e-violet-600\/75:active {
  border-inline-end-color: rgb(124 58 237 / 0.75);
}

.active\:border-e-violet-600\/80:active {
  border-inline-end-color: rgb(124 58 237 / 0.8);
}

.active\:border-e-violet-600\/90:active {
  border-inline-end-color: rgb(124 58 237 / 0.9);
}

.active\:border-e-violet-600\/95:active {
  border-inline-end-color: rgb(124 58 237 / 0.95);
}

.active\:border-e-violet-700:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(109 40 217 / var(--tw-border-opacity));
}

.active\:border-e-violet-700\/0:active {
  border-inline-end-color: rgb(109 40 217 / 0);
}

.active\:border-e-violet-700\/10:active {
  border-inline-end-color: rgb(109 40 217 / 0.1);
}

.active\:border-e-violet-700\/100:active {
  border-inline-end-color: rgb(109 40 217 / 1);
}

.active\:border-e-violet-700\/20:active {
  border-inline-end-color: rgb(109 40 217 / 0.2);
}

.active\:border-e-violet-700\/25:active {
  border-inline-end-color: rgb(109 40 217 / 0.25);
}

.active\:border-e-violet-700\/30:active {
  border-inline-end-color: rgb(109 40 217 / 0.3);
}

.active\:border-e-violet-700\/40:active {
  border-inline-end-color: rgb(109 40 217 / 0.4);
}

.active\:border-e-violet-700\/5:active {
  border-inline-end-color: rgb(109 40 217 / 0.05);
}

.active\:border-e-violet-700\/50:active {
  border-inline-end-color: rgb(109 40 217 / 0.5);
}

.active\:border-e-violet-700\/60:active {
  border-inline-end-color: rgb(109 40 217 / 0.6);
}

.active\:border-e-violet-700\/70:active {
  border-inline-end-color: rgb(109 40 217 / 0.7);
}

.active\:border-e-violet-700\/75:active {
  border-inline-end-color: rgb(109 40 217 / 0.75);
}

.active\:border-e-violet-700\/80:active {
  border-inline-end-color: rgb(109 40 217 / 0.8);
}

.active\:border-e-violet-700\/90:active {
  border-inline-end-color: rgb(109 40 217 / 0.9);
}

.active\:border-e-violet-700\/95:active {
  border-inline-end-color: rgb(109 40 217 / 0.95);
}

.active\:border-e-violet-800:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(91 33 182 / var(--tw-border-opacity));
}

.active\:border-e-violet-800\/0:active {
  border-inline-end-color: rgb(91 33 182 / 0);
}

.active\:border-e-violet-800\/10:active {
  border-inline-end-color: rgb(91 33 182 / 0.1);
}

.active\:border-e-violet-800\/100:active {
  border-inline-end-color: rgb(91 33 182 / 1);
}

.active\:border-e-violet-800\/20:active {
  border-inline-end-color: rgb(91 33 182 / 0.2);
}

.active\:border-e-violet-800\/25:active {
  border-inline-end-color: rgb(91 33 182 / 0.25);
}

.active\:border-e-violet-800\/30:active {
  border-inline-end-color: rgb(91 33 182 / 0.3);
}

.active\:border-e-violet-800\/40:active {
  border-inline-end-color: rgb(91 33 182 / 0.4);
}

.active\:border-e-violet-800\/5:active {
  border-inline-end-color: rgb(91 33 182 / 0.05);
}

.active\:border-e-violet-800\/50:active {
  border-inline-end-color: rgb(91 33 182 / 0.5);
}

.active\:border-e-violet-800\/60:active {
  border-inline-end-color: rgb(91 33 182 / 0.6);
}

.active\:border-e-violet-800\/70:active {
  border-inline-end-color: rgb(91 33 182 / 0.7);
}

.active\:border-e-violet-800\/75:active {
  border-inline-end-color: rgb(91 33 182 / 0.75);
}

.active\:border-e-violet-800\/80:active {
  border-inline-end-color: rgb(91 33 182 / 0.8);
}

.active\:border-e-violet-800\/90:active {
  border-inline-end-color: rgb(91 33 182 / 0.9);
}

.active\:border-e-violet-800\/95:active {
  border-inline-end-color: rgb(91 33 182 / 0.95);
}

.active\:border-e-violet-900:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(76 29 149 / var(--tw-border-opacity));
}

.active\:border-e-violet-900\/0:active {
  border-inline-end-color: rgb(76 29 149 / 0);
}

.active\:border-e-violet-900\/10:active {
  border-inline-end-color: rgb(76 29 149 / 0.1);
}

.active\:border-e-violet-900\/100:active {
  border-inline-end-color: rgb(76 29 149 / 1);
}

.active\:border-e-violet-900\/20:active {
  border-inline-end-color: rgb(76 29 149 / 0.2);
}

.active\:border-e-violet-900\/25:active {
  border-inline-end-color: rgb(76 29 149 / 0.25);
}

.active\:border-e-violet-900\/30:active {
  border-inline-end-color: rgb(76 29 149 / 0.3);
}

.active\:border-e-violet-900\/40:active {
  border-inline-end-color: rgb(76 29 149 / 0.4);
}

.active\:border-e-violet-900\/5:active {
  border-inline-end-color: rgb(76 29 149 / 0.05);
}

.active\:border-e-violet-900\/50:active {
  border-inline-end-color: rgb(76 29 149 / 0.5);
}

.active\:border-e-violet-900\/60:active {
  border-inline-end-color: rgb(76 29 149 / 0.6);
}

.active\:border-e-violet-900\/70:active {
  border-inline-end-color: rgb(76 29 149 / 0.7);
}

.active\:border-e-violet-900\/75:active {
  border-inline-end-color: rgb(76 29 149 / 0.75);
}

.active\:border-e-violet-900\/80:active {
  border-inline-end-color: rgb(76 29 149 / 0.8);
}

.active\:border-e-violet-900\/90:active {
  border-inline-end-color: rgb(76 29 149 / 0.9);
}

.active\:border-e-violet-900\/95:active {
  border-inline-end-color: rgb(76 29 149 / 0.95);
}

.active\:border-e-violet-950:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(46 16 101 / var(--tw-border-opacity));
}

.active\:border-e-violet-950\/0:active {
  border-inline-end-color: rgb(46 16 101 / 0);
}

.active\:border-e-violet-950\/10:active {
  border-inline-end-color: rgb(46 16 101 / 0.1);
}

.active\:border-e-violet-950\/100:active {
  border-inline-end-color: rgb(46 16 101 / 1);
}

.active\:border-e-violet-950\/20:active {
  border-inline-end-color: rgb(46 16 101 / 0.2);
}

.active\:border-e-violet-950\/25:active {
  border-inline-end-color: rgb(46 16 101 / 0.25);
}

.active\:border-e-violet-950\/30:active {
  border-inline-end-color: rgb(46 16 101 / 0.3);
}

.active\:border-e-violet-950\/40:active {
  border-inline-end-color: rgb(46 16 101 / 0.4);
}

.active\:border-e-violet-950\/5:active {
  border-inline-end-color: rgb(46 16 101 / 0.05);
}

.active\:border-e-violet-950\/50:active {
  border-inline-end-color: rgb(46 16 101 / 0.5);
}

.active\:border-e-violet-950\/60:active {
  border-inline-end-color: rgb(46 16 101 / 0.6);
}

.active\:border-e-violet-950\/70:active {
  border-inline-end-color: rgb(46 16 101 / 0.7);
}

.active\:border-e-violet-950\/75:active {
  border-inline-end-color: rgb(46 16 101 / 0.75);
}

.active\:border-e-violet-950\/80:active {
  border-inline-end-color: rgb(46 16 101 / 0.8);
}

.active\:border-e-violet-950\/90:active {
  border-inline-end-color: rgb(46 16 101 / 0.9);
}

.active\:border-e-violet-950\/95:active {
  border-inline-end-color: rgb(46 16 101 / 0.95);
}

.active\:border-e-white:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.active\:border-e-white\/0:active {
  border-inline-end-color: rgb(255 255 255 / 0);
}

.active\:border-e-white\/10:active {
  border-inline-end-color: rgb(255 255 255 / 0.1);
}

.active\:border-e-white\/100:active {
  border-inline-end-color: rgb(255 255 255 / 1);
}

.active\:border-e-white\/20:active {
  border-inline-end-color: rgb(255 255 255 / 0.2);
}

.active\:border-e-white\/25:active {
  border-inline-end-color: rgb(255 255 255 / 0.25);
}

.active\:border-e-white\/30:active {
  border-inline-end-color: rgb(255 255 255 / 0.3);
}

.active\:border-e-white\/40:active {
  border-inline-end-color: rgb(255 255 255 / 0.4);
}

.active\:border-e-white\/5:active {
  border-inline-end-color: rgb(255 255 255 / 0.05);
}

.active\:border-e-white\/50:active {
  border-inline-end-color: rgb(255 255 255 / 0.5);
}

.active\:border-e-white\/60:active {
  border-inline-end-color: rgb(255 255 255 / 0.6);
}

.active\:border-e-white\/70:active {
  border-inline-end-color: rgb(255 255 255 / 0.7);
}

.active\:border-e-white\/75:active {
  border-inline-end-color: rgb(255 255 255 / 0.75);
}

.active\:border-e-white\/80:active {
  border-inline-end-color: rgb(255 255 255 / 0.8);
}

.active\:border-e-white\/90:active {
  border-inline-end-color: rgb(255 255 255 / 0.9);
}

.active\:border-e-white\/95:active {
  border-inline-end-color: rgb(255 255 255 / 0.95);
}

.active\:border-e-work-identity-300:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(166 235 194 / var(--tw-border-opacity));
}

.active\:border-e-work-identity-300\/0:active {
  border-inline-end-color: rgb(166 235 194 / 0);
}

.active\:border-e-work-identity-300\/10:active {
  border-inline-end-color: rgb(166 235 194 / 0.1);
}

.active\:border-e-work-identity-300\/100:active {
  border-inline-end-color: rgb(166 235 194 / 1);
}

.active\:border-e-work-identity-300\/20:active {
  border-inline-end-color: rgb(166 235 194 / 0.2);
}

.active\:border-e-work-identity-300\/25:active {
  border-inline-end-color: rgb(166 235 194 / 0.25);
}

.active\:border-e-work-identity-300\/30:active {
  border-inline-end-color: rgb(166 235 194 / 0.3);
}

.active\:border-e-work-identity-300\/40:active {
  border-inline-end-color: rgb(166 235 194 / 0.4);
}

.active\:border-e-work-identity-300\/5:active {
  border-inline-end-color: rgb(166 235 194 / 0.05);
}

.active\:border-e-work-identity-300\/50:active {
  border-inline-end-color: rgb(166 235 194 / 0.5);
}

.active\:border-e-work-identity-300\/60:active {
  border-inline-end-color: rgb(166 235 194 / 0.6);
}

.active\:border-e-work-identity-300\/70:active {
  border-inline-end-color: rgb(166 235 194 / 0.7);
}

.active\:border-e-work-identity-300\/75:active {
  border-inline-end-color: rgb(166 235 194 / 0.75);
}

.active\:border-e-work-identity-300\/80:active {
  border-inline-end-color: rgb(166 235 194 / 0.8);
}

.active\:border-e-work-identity-300\/90:active {
  border-inline-end-color: rgb(166 235 194 / 0.9);
}

.active\:border-e-work-identity-300\/95:active {
  border-inline-end-color: rgb(166 235 194 / 0.95);
}

.active\:border-e-work-identity-400:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(83 221 139 / var(--tw-border-opacity));
}

.active\:border-e-work-identity-400\/0:active {
  border-inline-end-color: rgb(83 221 139 / 0);
}

.active\:border-e-work-identity-400\/10:active {
  border-inline-end-color: rgb(83 221 139 / 0.1);
}

.active\:border-e-work-identity-400\/100:active {
  border-inline-end-color: rgb(83 221 139 / 1);
}

.active\:border-e-work-identity-400\/20:active {
  border-inline-end-color: rgb(83 221 139 / 0.2);
}

.active\:border-e-work-identity-400\/25:active {
  border-inline-end-color: rgb(83 221 139 / 0.25);
}

.active\:border-e-work-identity-400\/30:active {
  border-inline-end-color: rgb(83 221 139 / 0.3);
}

.active\:border-e-work-identity-400\/40:active {
  border-inline-end-color: rgb(83 221 139 / 0.4);
}

.active\:border-e-work-identity-400\/5:active {
  border-inline-end-color: rgb(83 221 139 / 0.05);
}

.active\:border-e-work-identity-400\/50:active {
  border-inline-end-color: rgb(83 221 139 / 0.5);
}

.active\:border-e-work-identity-400\/60:active {
  border-inline-end-color: rgb(83 221 139 / 0.6);
}

.active\:border-e-work-identity-400\/70:active {
  border-inline-end-color: rgb(83 221 139 / 0.7);
}

.active\:border-e-work-identity-400\/75:active {
  border-inline-end-color: rgb(83 221 139 / 0.75);
}

.active\:border-e-work-identity-400\/80:active {
  border-inline-end-color: rgb(83 221 139 / 0.8);
}

.active\:border-e-work-identity-400\/90:active {
  border-inline-end-color: rgb(83 221 139 / 0.9);
}

.active\:border-e-work-identity-400\/95:active {
  border-inline-end-color: rgb(83 221 139 / 0.95);
}

.active\:border-e-work-identity-500:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(0 208 84 / var(--tw-border-opacity));
}

.active\:border-e-work-identity-500\/0:active {
  border-inline-end-color: rgb(0 208 84 / 0);
}

.active\:border-e-work-identity-500\/10:active {
  border-inline-end-color: rgb(0 208 84 / 0.1);
}

.active\:border-e-work-identity-500\/100:active {
  border-inline-end-color: rgb(0 208 84 / 1);
}

.active\:border-e-work-identity-500\/20:active {
  border-inline-end-color: rgb(0 208 84 / 0.2);
}

.active\:border-e-work-identity-500\/25:active {
  border-inline-end-color: rgb(0 208 84 / 0.25);
}

.active\:border-e-work-identity-500\/30:active {
  border-inline-end-color: rgb(0 208 84 / 0.3);
}

.active\:border-e-work-identity-500\/40:active {
  border-inline-end-color: rgb(0 208 84 / 0.4);
}

.active\:border-e-work-identity-500\/5:active {
  border-inline-end-color: rgb(0 208 84 / 0.05);
}

.active\:border-e-work-identity-500\/50:active {
  border-inline-end-color: rgb(0 208 84 / 0.5);
}

.active\:border-e-work-identity-500\/60:active {
  border-inline-end-color: rgb(0 208 84 / 0.6);
}

.active\:border-e-work-identity-500\/70:active {
  border-inline-end-color: rgb(0 208 84 / 0.7);
}

.active\:border-e-work-identity-500\/75:active {
  border-inline-end-color: rgb(0 208 84 / 0.75);
}

.active\:border-e-work-identity-500\/80:active {
  border-inline-end-color: rgb(0 208 84 / 0.8);
}

.active\:border-e-work-identity-500\/90:active {
  border-inline-end-color: rgb(0 208 84 / 0.9);
}

.active\:border-e-work-identity-500\/95:active {
  border-inline-end-color: rgb(0 208 84 / 0.95);
}

.active\:border-e-work-identity-900:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(249 249 249 / var(--tw-border-opacity));
}

.active\:border-e-work-identity-900\/0:active {
  border-inline-end-color: rgb(249 249 249 / 0);
}

.active\:border-e-work-identity-900\/10:active {
  border-inline-end-color: rgb(249 249 249 / 0.1);
}

.active\:border-e-work-identity-900\/100:active {
  border-inline-end-color: rgb(249 249 249 / 1);
}

.active\:border-e-work-identity-900\/20:active {
  border-inline-end-color: rgb(249 249 249 / 0.2);
}

.active\:border-e-work-identity-900\/25:active {
  border-inline-end-color: rgb(249 249 249 / 0.25);
}

.active\:border-e-work-identity-900\/30:active {
  border-inline-end-color: rgb(249 249 249 / 0.3);
}

.active\:border-e-work-identity-900\/40:active {
  border-inline-end-color: rgb(249 249 249 / 0.4);
}

.active\:border-e-work-identity-900\/5:active {
  border-inline-end-color: rgb(249 249 249 / 0.05);
}

.active\:border-e-work-identity-900\/50:active {
  border-inline-end-color: rgb(249 249 249 / 0.5);
}

.active\:border-e-work-identity-900\/60:active {
  border-inline-end-color: rgb(249 249 249 / 0.6);
}

.active\:border-e-work-identity-900\/70:active {
  border-inline-end-color: rgb(249 249 249 / 0.7);
}

.active\:border-e-work-identity-900\/75:active {
  border-inline-end-color: rgb(249 249 249 / 0.75);
}

.active\:border-e-work-identity-900\/80:active {
  border-inline-end-color: rgb(249 249 249 / 0.8);
}

.active\:border-e-work-identity-900\/90:active {
  border-inline-end-color: rgb(249 249 249 / 0.9);
}

.active\:border-e-work-identity-900\/95:active {
  border-inline-end-color: rgb(249 249 249 / 0.95);
}

.active\:border-e-yellow-100:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.active\:border-e-yellow-100\/0:active {
  border-inline-end-color: rgb(254 249 195 / 0);
}

.active\:border-e-yellow-100\/10:active {
  border-inline-end-color: rgb(254 249 195 / 0.1);
}

.active\:border-e-yellow-100\/100:active {
  border-inline-end-color: rgb(254 249 195 / 1);
}

.active\:border-e-yellow-100\/20:active {
  border-inline-end-color: rgb(254 249 195 / 0.2);
}

.active\:border-e-yellow-100\/25:active {
  border-inline-end-color: rgb(254 249 195 / 0.25);
}

.active\:border-e-yellow-100\/30:active {
  border-inline-end-color: rgb(254 249 195 / 0.3);
}

.active\:border-e-yellow-100\/40:active {
  border-inline-end-color: rgb(254 249 195 / 0.4);
}

.active\:border-e-yellow-100\/5:active {
  border-inline-end-color: rgb(254 249 195 / 0.05);
}

.active\:border-e-yellow-100\/50:active {
  border-inline-end-color: rgb(254 249 195 / 0.5);
}

.active\:border-e-yellow-100\/60:active {
  border-inline-end-color: rgb(254 249 195 / 0.6);
}

.active\:border-e-yellow-100\/70:active {
  border-inline-end-color: rgb(254 249 195 / 0.7);
}

.active\:border-e-yellow-100\/75:active {
  border-inline-end-color: rgb(254 249 195 / 0.75);
}

.active\:border-e-yellow-100\/80:active {
  border-inline-end-color: rgb(254 249 195 / 0.8);
}

.active\:border-e-yellow-100\/90:active {
  border-inline-end-color: rgb(254 249 195 / 0.9);
}

.active\:border-e-yellow-100\/95:active {
  border-inline-end-color: rgb(254 249 195 / 0.95);
}

.active\:border-e-yellow-200:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.active\:border-e-yellow-200\/0:active {
  border-inline-end-color: rgb(254 240 138 / 0);
}

.active\:border-e-yellow-200\/10:active {
  border-inline-end-color: rgb(254 240 138 / 0.1);
}

.active\:border-e-yellow-200\/100:active {
  border-inline-end-color: rgb(254 240 138 / 1);
}

.active\:border-e-yellow-200\/20:active {
  border-inline-end-color: rgb(254 240 138 / 0.2);
}

.active\:border-e-yellow-200\/25:active {
  border-inline-end-color: rgb(254 240 138 / 0.25);
}

.active\:border-e-yellow-200\/30:active {
  border-inline-end-color: rgb(254 240 138 / 0.3);
}

.active\:border-e-yellow-200\/40:active {
  border-inline-end-color: rgb(254 240 138 / 0.4);
}

.active\:border-e-yellow-200\/5:active {
  border-inline-end-color: rgb(254 240 138 / 0.05);
}

.active\:border-e-yellow-200\/50:active {
  border-inline-end-color: rgb(254 240 138 / 0.5);
}

.active\:border-e-yellow-200\/60:active {
  border-inline-end-color: rgb(254 240 138 / 0.6);
}

.active\:border-e-yellow-200\/70:active {
  border-inline-end-color: rgb(254 240 138 / 0.7);
}

.active\:border-e-yellow-200\/75:active {
  border-inline-end-color: rgb(254 240 138 / 0.75);
}

.active\:border-e-yellow-200\/80:active {
  border-inline-end-color: rgb(254 240 138 / 0.8);
}

.active\:border-e-yellow-200\/90:active {
  border-inline-end-color: rgb(254 240 138 / 0.9);
}

.active\:border-e-yellow-200\/95:active {
  border-inline-end-color: rgb(254 240 138 / 0.95);
}

.active\:border-e-yellow-300:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.active\:border-e-yellow-300\/0:active {
  border-inline-end-color: rgb(253 224 71 / 0);
}

.active\:border-e-yellow-300\/10:active {
  border-inline-end-color: rgb(253 224 71 / 0.1);
}

.active\:border-e-yellow-300\/100:active {
  border-inline-end-color: rgb(253 224 71 / 1);
}

.active\:border-e-yellow-300\/20:active {
  border-inline-end-color: rgb(253 224 71 / 0.2);
}

.active\:border-e-yellow-300\/25:active {
  border-inline-end-color: rgb(253 224 71 / 0.25);
}

.active\:border-e-yellow-300\/30:active {
  border-inline-end-color: rgb(253 224 71 / 0.3);
}

.active\:border-e-yellow-300\/40:active {
  border-inline-end-color: rgb(253 224 71 / 0.4);
}

.active\:border-e-yellow-300\/5:active {
  border-inline-end-color: rgb(253 224 71 / 0.05);
}

.active\:border-e-yellow-300\/50:active {
  border-inline-end-color: rgb(253 224 71 / 0.5);
}

.active\:border-e-yellow-300\/60:active {
  border-inline-end-color: rgb(253 224 71 / 0.6);
}

.active\:border-e-yellow-300\/70:active {
  border-inline-end-color: rgb(253 224 71 / 0.7);
}

.active\:border-e-yellow-300\/75:active {
  border-inline-end-color: rgb(253 224 71 / 0.75);
}

.active\:border-e-yellow-300\/80:active {
  border-inline-end-color: rgb(253 224 71 / 0.8);
}

.active\:border-e-yellow-300\/90:active {
  border-inline-end-color: rgb(253 224 71 / 0.9);
}

.active\:border-e-yellow-300\/95:active {
  border-inline-end-color: rgb(253 224 71 / 0.95);
}

.active\:border-e-yellow-400:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.active\:border-e-yellow-400\/0:active {
  border-inline-end-color: rgb(250 204 21 / 0);
}

.active\:border-e-yellow-400\/10:active {
  border-inline-end-color: rgb(250 204 21 / 0.1);
}

.active\:border-e-yellow-400\/100:active {
  border-inline-end-color: rgb(250 204 21 / 1);
}

.active\:border-e-yellow-400\/20:active {
  border-inline-end-color: rgb(250 204 21 / 0.2);
}

.active\:border-e-yellow-400\/25:active {
  border-inline-end-color: rgb(250 204 21 / 0.25);
}

.active\:border-e-yellow-400\/30:active {
  border-inline-end-color: rgb(250 204 21 / 0.3);
}

.active\:border-e-yellow-400\/40:active {
  border-inline-end-color: rgb(250 204 21 / 0.4);
}

.active\:border-e-yellow-400\/5:active {
  border-inline-end-color: rgb(250 204 21 / 0.05);
}

.active\:border-e-yellow-400\/50:active {
  border-inline-end-color: rgb(250 204 21 / 0.5);
}

.active\:border-e-yellow-400\/60:active {
  border-inline-end-color: rgb(250 204 21 / 0.6);
}

.active\:border-e-yellow-400\/70:active {
  border-inline-end-color: rgb(250 204 21 / 0.7);
}

.active\:border-e-yellow-400\/75:active {
  border-inline-end-color: rgb(250 204 21 / 0.75);
}

.active\:border-e-yellow-400\/80:active {
  border-inline-end-color: rgb(250 204 21 / 0.8);
}

.active\:border-e-yellow-400\/90:active {
  border-inline-end-color: rgb(250 204 21 / 0.9);
}

.active\:border-e-yellow-400\/95:active {
  border-inline-end-color: rgb(250 204 21 / 0.95);
}

.active\:border-e-yellow-50:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.active\:border-e-yellow-50\/0:active {
  border-inline-end-color: rgb(254 252 232 / 0);
}

.active\:border-e-yellow-50\/10:active {
  border-inline-end-color: rgb(254 252 232 / 0.1);
}

.active\:border-e-yellow-50\/100:active {
  border-inline-end-color: rgb(254 252 232 / 1);
}

.active\:border-e-yellow-50\/20:active {
  border-inline-end-color: rgb(254 252 232 / 0.2);
}

.active\:border-e-yellow-50\/25:active {
  border-inline-end-color: rgb(254 252 232 / 0.25);
}

.active\:border-e-yellow-50\/30:active {
  border-inline-end-color: rgb(254 252 232 / 0.3);
}

.active\:border-e-yellow-50\/40:active {
  border-inline-end-color: rgb(254 252 232 / 0.4);
}

.active\:border-e-yellow-50\/5:active {
  border-inline-end-color: rgb(254 252 232 / 0.05);
}

.active\:border-e-yellow-50\/50:active {
  border-inline-end-color: rgb(254 252 232 / 0.5);
}

.active\:border-e-yellow-50\/60:active {
  border-inline-end-color: rgb(254 252 232 / 0.6);
}

.active\:border-e-yellow-50\/70:active {
  border-inline-end-color: rgb(254 252 232 / 0.7);
}

.active\:border-e-yellow-50\/75:active {
  border-inline-end-color: rgb(254 252 232 / 0.75);
}

.active\:border-e-yellow-50\/80:active {
  border-inline-end-color: rgb(254 252 232 / 0.8);
}

.active\:border-e-yellow-50\/90:active {
  border-inline-end-color: rgb(254 252 232 / 0.9);
}

.active\:border-e-yellow-50\/95:active {
  border-inline-end-color: rgb(254 252 232 / 0.95);
}

.active\:border-e-yellow-500:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.active\:border-e-yellow-500\/0:active {
  border-inline-end-color: rgb(234 179 8 / 0);
}

.active\:border-e-yellow-500\/10:active {
  border-inline-end-color: rgb(234 179 8 / 0.1);
}

.active\:border-e-yellow-500\/100:active {
  border-inline-end-color: rgb(234 179 8 / 1);
}

.active\:border-e-yellow-500\/20:active {
  border-inline-end-color: rgb(234 179 8 / 0.2);
}

.active\:border-e-yellow-500\/25:active {
  border-inline-end-color: rgb(234 179 8 / 0.25);
}

.active\:border-e-yellow-500\/30:active {
  border-inline-end-color: rgb(234 179 8 / 0.3);
}

.active\:border-e-yellow-500\/40:active {
  border-inline-end-color: rgb(234 179 8 / 0.4);
}

.active\:border-e-yellow-500\/5:active {
  border-inline-end-color: rgb(234 179 8 / 0.05);
}

.active\:border-e-yellow-500\/50:active {
  border-inline-end-color: rgb(234 179 8 / 0.5);
}

.active\:border-e-yellow-500\/60:active {
  border-inline-end-color: rgb(234 179 8 / 0.6);
}

.active\:border-e-yellow-500\/70:active {
  border-inline-end-color: rgb(234 179 8 / 0.7);
}

.active\:border-e-yellow-500\/75:active {
  border-inline-end-color: rgb(234 179 8 / 0.75);
}

.active\:border-e-yellow-500\/80:active {
  border-inline-end-color: rgb(234 179 8 / 0.8);
}

.active\:border-e-yellow-500\/90:active {
  border-inline-end-color: rgb(234 179 8 / 0.9);
}

.active\:border-e-yellow-500\/95:active {
  border-inline-end-color: rgb(234 179 8 / 0.95);
}

.active\:border-e-yellow-600:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.active\:border-e-yellow-600\/0:active {
  border-inline-end-color: rgb(202 138 4 / 0);
}

.active\:border-e-yellow-600\/10:active {
  border-inline-end-color: rgb(202 138 4 / 0.1);
}

.active\:border-e-yellow-600\/100:active {
  border-inline-end-color: rgb(202 138 4 / 1);
}

.active\:border-e-yellow-600\/20:active {
  border-inline-end-color: rgb(202 138 4 / 0.2);
}

.active\:border-e-yellow-600\/25:active {
  border-inline-end-color: rgb(202 138 4 / 0.25);
}

.active\:border-e-yellow-600\/30:active {
  border-inline-end-color: rgb(202 138 4 / 0.3);
}

.active\:border-e-yellow-600\/40:active {
  border-inline-end-color: rgb(202 138 4 / 0.4);
}

.active\:border-e-yellow-600\/5:active {
  border-inline-end-color: rgb(202 138 4 / 0.05);
}

.active\:border-e-yellow-600\/50:active {
  border-inline-end-color: rgb(202 138 4 / 0.5);
}

.active\:border-e-yellow-600\/60:active {
  border-inline-end-color: rgb(202 138 4 / 0.6);
}

.active\:border-e-yellow-600\/70:active {
  border-inline-end-color: rgb(202 138 4 / 0.7);
}

.active\:border-e-yellow-600\/75:active {
  border-inline-end-color: rgb(202 138 4 / 0.75);
}

.active\:border-e-yellow-600\/80:active {
  border-inline-end-color: rgb(202 138 4 / 0.8);
}

.active\:border-e-yellow-600\/90:active {
  border-inline-end-color: rgb(202 138 4 / 0.9);
}

.active\:border-e-yellow-600\/95:active {
  border-inline-end-color: rgb(202 138 4 / 0.95);
}

.active\:border-e-yellow-700:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.active\:border-e-yellow-700\/0:active {
  border-inline-end-color: rgb(161 98 7 / 0);
}

.active\:border-e-yellow-700\/10:active {
  border-inline-end-color: rgb(161 98 7 / 0.1);
}

.active\:border-e-yellow-700\/100:active {
  border-inline-end-color: rgb(161 98 7 / 1);
}

.active\:border-e-yellow-700\/20:active {
  border-inline-end-color: rgb(161 98 7 / 0.2);
}

.active\:border-e-yellow-700\/25:active {
  border-inline-end-color: rgb(161 98 7 / 0.25);
}

.active\:border-e-yellow-700\/30:active {
  border-inline-end-color: rgb(161 98 7 / 0.3);
}

.active\:border-e-yellow-700\/40:active {
  border-inline-end-color: rgb(161 98 7 / 0.4);
}

.active\:border-e-yellow-700\/5:active {
  border-inline-end-color: rgb(161 98 7 / 0.05);
}

.active\:border-e-yellow-700\/50:active {
  border-inline-end-color: rgb(161 98 7 / 0.5);
}

.active\:border-e-yellow-700\/60:active {
  border-inline-end-color: rgb(161 98 7 / 0.6);
}

.active\:border-e-yellow-700\/70:active {
  border-inline-end-color: rgb(161 98 7 / 0.7);
}

.active\:border-e-yellow-700\/75:active {
  border-inline-end-color: rgb(161 98 7 / 0.75);
}

.active\:border-e-yellow-700\/80:active {
  border-inline-end-color: rgb(161 98 7 / 0.8);
}

.active\:border-e-yellow-700\/90:active {
  border-inline-end-color: rgb(161 98 7 / 0.9);
}

.active\:border-e-yellow-700\/95:active {
  border-inline-end-color: rgb(161 98 7 / 0.95);
}

.active\:border-e-yellow-800:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.active\:border-e-yellow-800\/0:active {
  border-inline-end-color: rgb(133 77 14 / 0);
}

.active\:border-e-yellow-800\/10:active {
  border-inline-end-color: rgb(133 77 14 / 0.1);
}

.active\:border-e-yellow-800\/100:active {
  border-inline-end-color: rgb(133 77 14 / 1);
}

.active\:border-e-yellow-800\/20:active {
  border-inline-end-color: rgb(133 77 14 / 0.2);
}

.active\:border-e-yellow-800\/25:active {
  border-inline-end-color: rgb(133 77 14 / 0.25);
}

.active\:border-e-yellow-800\/30:active {
  border-inline-end-color: rgb(133 77 14 / 0.3);
}

.active\:border-e-yellow-800\/40:active {
  border-inline-end-color: rgb(133 77 14 / 0.4);
}

.active\:border-e-yellow-800\/5:active {
  border-inline-end-color: rgb(133 77 14 / 0.05);
}

.active\:border-e-yellow-800\/50:active {
  border-inline-end-color: rgb(133 77 14 / 0.5);
}

.active\:border-e-yellow-800\/60:active {
  border-inline-end-color: rgb(133 77 14 / 0.6);
}

.active\:border-e-yellow-800\/70:active {
  border-inline-end-color: rgb(133 77 14 / 0.7);
}

.active\:border-e-yellow-800\/75:active {
  border-inline-end-color: rgb(133 77 14 / 0.75);
}

.active\:border-e-yellow-800\/80:active {
  border-inline-end-color: rgb(133 77 14 / 0.8);
}

.active\:border-e-yellow-800\/90:active {
  border-inline-end-color: rgb(133 77 14 / 0.9);
}

.active\:border-e-yellow-800\/95:active {
  border-inline-end-color: rgb(133 77 14 / 0.95);
}

.active\:border-e-yellow-900:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.active\:border-e-yellow-900\/0:active {
  border-inline-end-color: rgb(113 63 18 / 0);
}

.active\:border-e-yellow-900\/10:active {
  border-inline-end-color: rgb(113 63 18 / 0.1);
}

.active\:border-e-yellow-900\/100:active {
  border-inline-end-color: rgb(113 63 18 / 1);
}

.active\:border-e-yellow-900\/20:active {
  border-inline-end-color: rgb(113 63 18 / 0.2);
}

.active\:border-e-yellow-900\/25:active {
  border-inline-end-color: rgb(113 63 18 / 0.25);
}

.active\:border-e-yellow-900\/30:active {
  border-inline-end-color: rgb(113 63 18 / 0.3);
}

.active\:border-e-yellow-900\/40:active {
  border-inline-end-color: rgb(113 63 18 / 0.4);
}

.active\:border-e-yellow-900\/5:active {
  border-inline-end-color: rgb(113 63 18 / 0.05);
}

.active\:border-e-yellow-900\/50:active {
  border-inline-end-color: rgb(113 63 18 / 0.5);
}

.active\:border-e-yellow-900\/60:active {
  border-inline-end-color: rgb(113 63 18 / 0.6);
}

.active\:border-e-yellow-900\/70:active {
  border-inline-end-color: rgb(113 63 18 / 0.7);
}

.active\:border-e-yellow-900\/75:active {
  border-inline-end-color: rgb(113 63 18 / 0.75);
}

.active\:border-e-yellow-900\/80:active {
  border-inline-end-color: rgb(113 63 18 / 0.8);
}

.active\:border-e-yellow-900\/90:active {
  border-inline-end-color: rgb(113 63 18 / 0.9);
}

.active\:border-e-yellow-900\/95:active {
  border-inline-end-color: rgb(113 63 18 / 0.95);
}

.active\:border-e-yellow-950:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.active\:border-e-yellow-950\/0:active {
  border-inline-end-color: rgb(66 32 6 / 0);
}

.active\:border-e-yellow-950\/10:active {
  border-inline-end-color: rgb(66 32 6 / 0.1);
}

.active\:border-e-yellow-950\/100:active {
  border-inline-end-color: rgb(66 32 6 / 1);
}

.active\:border-e-yellow-950\/20:active {
  border-inline-end-color: rgb(66 32 6 / 0.2);
}

.active\:border-e-yellow-950\/25:active {
  border-inline-end-color: rgb(66 32 6 / 0.25);
}

.active\:border-e-yellow-950\/30:active {
  border-inline-end-color: rgb(66 32 6 / 0.3);
}

.active\:border-e-yellow-950\/40:active {
  border-inline-end-color: rgb(66 32 6 / 0.4);
}

.active\:border-e-yellow-950\/5:active {
  border-inline-end-color: rgb(66 32 6 / 0.05);
}

.active\:border-e-yellow-950\/50:active {
  border-inline-end-color: rgb(66 32 6 / 0.5);
}

.active\:border-e-yellow-950\/60:active {
  border-inline-end-color: rgb(66 32 6 / 0.6);
}

.active\:border-e-yellow-950\/70:active {
  border-inline-end-color: rgb(66 32 6 / 0.7);
}

.active\:border-e-yellow-950\/75:active {
  border-inline-end-color: rgb(66 32 6 / 0.75);
}

.active\:border-e-yellow-950\/80:active {
  border-inline-end-color: rgb(66 32 6 / 0.8);
}

.active\:border-e-yellow-950\/90:active {
  border-inline-end-color: rgb(66 32 6 / 0.9);
}

.active\:border-e-yellow-950\/95:active {
  border-inline-end-color: rgb(66 32 6 / 0.95);
}

.active\:border-e-zinc-100:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(244 244 245 / var(--tw-border-opacity));
}

.active\:border-e-zinc-100\/0:active {
  border-inline-end-color: rgb(244 244 245 / 0);
}

.active\:border-e-zinc-100\/10:active {
  border-inline-end-color: rgb(244 244 245 / 0.1);
}

.active\:border-e-zinc-100\/100:active {
  border-inline-end-color: rgb(244 244 245 / 1);
}

.active\:border-e-zinc-100\/20:active {
  border-inline-end-color: rgb(244 244 245 / 0.2);
}

.active\:border-e-zinc-100\/25:active {
  border-inline-end-color: rgb(244 244 245 / 0.25);
}

.active\:border-e-zinc-100\/30:active {
  border-inline-end-color: rgb(244 244 245 / 0.3);
}

.active\:border-e-zinc-100\/40:active {
  border-inline-end-color: rgb(244 244 245 / 0.4);
}

.active\:border-e-zinc-100\/5:active {
  border-inline-end-color: rgb(244 244 245 / 0.05);
}

.active\:border-e-zinc-100\/50:active {
  border-inline-end-color: rgb(244 244 245 / 0.5);
}

.active\:border-e-zinc-100\/60:active {
  border-inline-end-color: rgb(244 244 245 / 0.6);
}

.active\:border-e-zinc-100\/70:active {
  border-inline-end-color: rgb(244 244 245 / 0.7);
}

.active\:border-e-zinc-100\/75:active {
  border-inline-end-color: rgb(244 244 245 / 0.75);
}

.active\:border-e-zinc-100\/80:active {
  border-inline-end-color: rgb(244 244 245 / 0.8);
}

.active\:border-e-zinc-100\/90:active {
  border-inline-end-color: rgb(244 244 245 / 0.9);
}

.active\:border-e-zinc-100\/95:active {
  border-inline-end-color: rgb(244 244 245 / 0.95);
}

.active\:border-e-zinc-200:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.active\:border-e-zinc-200\/0:active {
  border-inline-end-color: rgb(228 228 231 / 0);
}

.active\:border-e-zinc-200\/10:active {
  border-inline-end-color: rgb(228 228 231 / 0.1);
}

.active\:border-e-zinc-200\/100:active {
  border-inline-end-color: rgb(228 228 231 / 1);
}

.active\:border-e-zinc-200\/20:active {
  border-inline-end-color: rgb(228 228 231 / 0.2);
}

.active\:border-e-zinc-200\/25:active {
  border-inline-end-color: rgb(228 228 231 / 0.25);
}

.active\:border-e-zinc-200\/30:active {
  border-inline-end-color: rgb(228 228 231 / 0.3);
}

.active\:border-e-zinc-200\/40:active {
  border-inline-end-color: rgb(228 228 231 / 0.4);
}

.active\:border-e-zinc-200\/5:active {
  border-inline-end-color: rgb(228 228 231 / 0.05);
}

.active\:border-e-zinc-200\/50:active {
  border-inline-end-color: rgb(228 228 231 / 0.5);
}

.active\:border-e-zinc-200\/60:active {
  border-inline-end-color: rgb(228 228 231 / 0.6);
}

.active\:border-e-zinc-200\/70:active {
  border-inline-end-color: rgb(228 228 231 / 0.7);
}

.active\:border-e-zinc-200\/75:active {
  border-inline-end-color: rgb(228 228 231 / 0.75);
}

.active\:border-e-zinc-200\/80:active {
  border-inline-end-color: rgb(228 228 231 / 0.8);
}

.active\:border-e-zinc-200\/90:active {
  border-inline-end-color: rgb(228 228 231 / 0.9);
}

.active\:border-e-zinc-200\/95:active {
  border-inline-end-color: rgb(228 228 231 / 0.95);
}

.active\:border-e-zinc-300:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.active\:border-e-zinc-300\/0:active {
  border-inline-end-color: rgb(212 212 216 / 0);
}

.active\:border-e-zinc-300\/10:active {
  border-inline-end-color: rgb(212 212 216 / 0.1);
}

.active\:border-e-zinc-300\/100:active {
  border-inline-end-color: rgb(212 212 216 / 1);
}

.active\:border-e-zinc-300\/20:active {
  border-inline-end-color: rgb(212 212 216 / 0.2);
}

.active\:border-e-zinc-300\/25:active {
  border-inline-end-color: rgb(212 212 216 / 0.25);
}

.active\:border-e-zinc-300\/30:active {
  border-inline-end-color: rgb(212 212 216 / 0.3);
}

.active\:border-e-zinc-300\/40:active {
  border-inline-end-color: rgb(212 212 216 / 0.4);
}

.active\:border-e-zinc-300\/5:active {
  border-inline-end-color: rgb(212 212 216 / 0.05);
}

.active\:border-e-zinc-300\/50:active {
  border-inline-end-color: rgb(212 212 216 / 0.5);
}

.active\:border-e-zinc-300\/60:active {
  border-inline-end-color: rgb(212 212 216 / 0.6);
}

.active\:border-e-zinc-300\/70:active {
  border-inline-end-color: rgb(212 212 216 / 0.7);
}

.active\:border-e-zinc-300\/75:active {
  border-inline-end-color: rgb(212 212 216 / 0.75);
}

.active\:border-e-zinc-300\/80:active {
  border-inline-end-color: rgb(212 212 216 / 0.8);
}

.active\:border-e-zinc-300\/90:active {
  border-inline-end-color: rgb(212 212 216 / 0.9);
}

.active\:border-e-zinc-300\/95:active {
  border-inline-end-color: rgb(212 212 216 / 0.95);
}

.active\:border-e-zinc-400:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.active\:border-e-zinc-400\/0:active {
  border-inline-end-color: rgb(161 161 170 / 0);
}

.active\:border-e-zinc-400\/10:active {
  border-inline-end-color: rgb(161 161 170 / 0.1);
}

.active\:border-e-zinc-400\/100:active {
  border-inline-end-color: rgb(161 161 170 / 1);
}

.active\:border-e-zinc-400\/20:active {
  border-inline-end-color: rgb(161 161 170 / 0.2);
}

.active\:border-e-zinc-400\/25:active {
  border-inline-end-color: rgb(161 161 170 / 0.25);
}

.active\:border-e-zinc-400\/30:active {
  border-inline-end-color: rgb(161 161 170 / 0.3);
}

.active\:border-e-zinc-400\/40:active {
  border-inline-end-color: rgb(161 161 170 / 0.4);
}

.active\:border-e-zinc-400\/5:active {
  border-inline-end-color: rgb(161 161 170 / 0.05);
}

.active\:border-e-zinc-400\/50:active {
  border-inline-end-color: rgb(161 161 170 / 0.5);
}

.active\:border-e-zinc-400\/60:active {
  border-inline-end-color: rgb(161 161 170 / 0.6);
}

.active\:border-e-zinc-400\/70:active {
  border-inline-end-color: rgb(161 161 170 / 0.7);
}

.active\:border-e-zinc-400\/75:active {
  border-inline-end-color: rgb(161 161 170 / 0.75);
}

.active\:border-e-zinc-400\/80:active {
  border-inline-end-color: rgb(161 161 170 / 0.8);
}

.active\:border-e-zinc-400\/90:active {
  border-inline-end-color: rgb(161 161 170 / 0.9);
}

.active\:border-e-zinc-400\/95:active {
  border-inline-end-color: rgb(161 161 170 / 0.95);
}

.active\:border-e-zinc-50:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.active\:border-e-zinc-50\/0:active {
  border-inline-end-color: rgb(250 250 250 / 0);
}

.active\:border-e-zinc-50\/10:active {
  border-inline-end-color: rgb(250 250 250 / 0.1);
}

.active\:border-e-zinc-50\/100:active {
  border-inline-end-color: rgb(250 250 250 / 1);
}

.active\:border-e-zinc-50\/20:active {
  border-inline-end-color: rgb(250 250 250 / 0.2);
}

.active\:border-e-zinc-50\/25:active {
  border-inline-end-color: rgb(250 250 250 / 0.25);
}

.active\:border-e-zinc-50\/30:active {
  border-inline-end-color: rgb(250 250 250 / 0.3);
}

.active\:border-e-zinc-50\/40:active {
  border-inline-end-color: rgb(250 250 250 / 0.4);
}

.active\:border-e-zinc-50\/5:active {
  border-inline-end-color: rgb(250 250 250 / 0.05);
}

.active\:border-e-zinc-50\/50:active {
  border-inline-end-color: rgb(250 250 250 / 0.5);
}

.active\:border-e-zinc-50\/60:active {
  border-inline-end-color: rgb(250 250 250 / 0.6);
}

.active\:border-e-zinc-50\/70:active {
  border-inline-end-color: rgb(250 250 250 / 0.7);
}

.active\:border-e-zinc-50\/75:active {
  border-inline-end-color: rgb(250 250 250 / 0.75);
}

.active\:border-e-zinc-50\/80:active {
  border-inline-end-color: rgb(250 250 250 / 0.8);
}

.active\:border-e-zinc-50\/90:active {
  border-inline-end-color: rgb(250 250 250 / 0.9);
}

.active\:border-e-zinc-50\/95:active {
  border-inline-end-color: rgb(250 250 250 / 0.95);
}

.active\:border-e-zinc-500:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(113 113 122 / var(--tw-border-opacity));
}

.active\:border-e-zinc-500\/0:active {
  border-inline-end-color: rgb(113 113 122 / 0);
}

.active\:border-e-zinc-500\/10:active {
  border-inline-end-color: rgb(113 113 122 / 0.1);
}

.active\:border-e-zinc-500\/100:active {
  border-inline-end-color: rgb(113 113 122 / 1);
}

.active\:border-e-zinc-500\/20:active {
  border-inline-end-color: rgb(113 113 122 / 0.2);
}

.active\:border-e-zinc-500\/25:active {
  border-inline-end-color: rgb(113 113 122 / 0.25);
}

.active\:border-e-zinc-500\/30:active {
  border-inline-end-color: rgb(113 113 122 / 0.3);
}

.active\:border-e-zinc-500\/40:active {
  border-inline-end-color: rgb(113 113 122 / 0.4);
}

.active\:border-e-zinc-500\/5:active {
  border-inline-end-color: rgb(113 113 122 / 0.05);
}

.active\:border-e-zinc-500\/50:active {
  border-inline-end-color: rgb(113 113 122 / 0.5);
}

.active\:border-e-zinc-500\/60:active {
  border-inline-end-color: rgb(113 113 122 / 0.6);
}

.active\:border-e-zinc-500\/70:active {
  border-inline-end-color: rgb(113 113 122 / 0.7);
}

.active\:border-e-zinc-500\/75:active {
  border-inline-end-color: rgb(113 113 122 / 0.75);
}

.active\:border-e-zinc-500\/80:active {
  border-inline-end-color: rgb(113 113 122 / 0.8);
}

.active\:border-e-zinc-500\/90:active {
  border-inline-end-color: rgb(113 113 122 / 0.9);
}

.active\:border-e-zinc-500\/95:active {
  border-inline-end-color: rgb(113 113 122 / 0.95);
}

.active\:border-e-zinc-600:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(82 82 91 / var(--tw-border-opacity));
}

.active\:border-e-zinc-600\/0:active {
  border-inline-end-color: rgb(82 82 91 / 0);
}

.active\:border-e-zinc-600\/10:active {
  border-inline-end-color: rgb(82 82 91 / 0.1);
}

.active\:border-e-zinc-600\/100:active {
  border-inline-end-color: rgb(82 82 91 / 1);
}

.active\:border-e-zinc-600\/20:active {
  border-inline-end-color: rgb(82 82 91 / 0.2);
}

.active\:border-e-zinc-600\/25:active {
  border-inline-end-color: rgb(82 82 91 / 0.25);
}

.active\:border-e-zinc-600\/30:active {
  border-inline-end-color: rgb(82 82 91 / 0.3);
}

.active\:border-e-zinc-600\/40:active {
  border-inline-end-color: rgb(82 82 91 / 0.4);
}

.active\:border-e-zinc-600\/5:active {
  border-inline-end-color: rgb(82 82 91 / 0.05);
}

.active\:border-e-zinc-600\/50:active {
  border-inline-end-color: rgb(82 82 91 / 0.5);
}

.active\:border-e-zinc-600\/60:active {
  border-inline-end-color: rgb(82 82 91 / 0.6);
}

.active\:border-e-zinc-600\/70:active {
  border-inline-end-color: rgb(82 82 91 / 0.7);
}

.active\:border-e-zinc-600\/75:active {
  border-inline-end-color: rgb(82 82 91 / 0.75);
}

.active\:border-e-zinc-600\/80:active {
  border-inline-end-color: rgb(82 82 91 / 0.8);
}

.active\:border-e-zinc-600\/90:active {
  border-inline-end-color: rgb(82 82 91 / 0.9);
}

.active\:border-e-zinc-600\/95:active {
  border-inline-end-color: rgb(82 82 91 / 0.95);
}

.active\:border-e-zinc-700:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.active\:border-e-zinc-700\/0:active {
  border-inline-end-color: rgb(63 63 70 / 0);
}

.active\:border-e-zinc-700\/10:active {
  border-inline-end-color: rgb(63 63 70 / 0.1);
}

.active\:border-e-zinc-700\/100:active {
  border-inline-end-color: rgb(63 63 70 / 1);
}

.active\:border-e-zinc-700\/20:active {
  border-inline-end-color: rgb(63 63 70 / 0.2);
}

.active\:border-e-zinc-700\/25:active {
  border-inline-end-color: rgb(63 63 70 / 0.25);
}

.active\:border-e-zinc-700\/30:active {
  border-inline-end-color: rgb(63 63 70 / 0.3);
}

.active\:border-e-zinc-700\/40:active {
  border-inline-end-color: rgb(63 63 70 / 0.4);
}

.active\:border-e-zinc-700\/5:active {
  border-inline-end-color: rgb(63 63 70 / 0.05);
}

.active\:border-e-zinc-700\/50:active {
  border-inline-end-color: rgb(63 63 70 / 0.5);
}

.active\:border-e-zinc-700\/60:active {
  border-inline-end-color: rgb(63 63 70 / 0.6);
}

.active\:border-e-zinc-700\/70:active {
  border-inline-end-color: rgb(63 63 70 / 0.7);
}

.active\:border-e-zinc-700\/75:active {
  border-inline-end-color: rgb(63 63 70 / 0.75);
}

.active\:border-e-zinc-700\/80:active {
  border-inline-end-color: rgb(63 63 70 / 0.8);
}

.active\:border-e-zinc-700\/90:active {
  border-inline-end-color: rgb(63 63 70 / 0.9);
}

.active\:border-e-zinc-700\/95:active {
  border-inline-end-color: rgb(63 63 70 / 0.95);
}

.active\:border-e-zinc-800:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(39 39 42 / var(--tw-border-opacity));
}

.active\:border-e-zinc-800\/0:active {
  border-inline-end-color: rgb(39 39 42 / 0);
}

.active\:border-e-zinc-800\/10:active {
  border-inline-end-color: rgb(39 39 42 / 0.1);
}

.active\:border-e-zinc-800\/100:active {
  border-inline-end-color: rgb(39 39 42 / 1);
}

.active\:border-e-zinc-800\/20:active {
  border-inline-end-color: rgb(39 39 42 / 0.2);
}

.active\:border-e-zinc-800\/25:active {
  border-inline-end-color: rgb(39 39 42 / 0.25);
}

.active\:border-e-zinc-800\/30:active {
  border-inline-end-color: rgb(39 39 42 / 0.3);
}

.active\:border-e-zinc-800\/40:active {
  border-inline-end-color: rgb(39 39 42 / 0.4);
}

.active\:border-e-zinc-800\/5:active {
  border-inline-end-color: rgb(39 39 42 / 0.05);
}

.active\:border-e-zinc-800\/50:active {
  border-inline-end-color: rgb(39 39 42 / 0.5);
}

.active\:border-e-zinc-800\/60:active {
  border-inline-end-color: rgb(39 39 42 / 0.6);
}

.active\:border-e-zinc-800\/70:active {
  border-inline-end-color: rgb(39 39 42 / 0.7);
}

.active\:border-e-zinc-800\/75:active {
  border-inline-end-color: rgb(39 39 42 / 0.75);
}

.active\:border-e-zinc-800\/80:active {
  border-inline-end-color: rgb(39 39 42 / 0.8);
}

.active\:border-e-zinc-800\/90:active {
  border-inline-end-color: rgb(39 39 42 / 0.9);
}

.active\:border-e-zinc-800\/95:active {
  border-inline-end-color: rgb(39 39 42 / 0.95);
}

.active\:border-e-zinc-900:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.active\:border-e-zinc-900\/0:active {
  border-inline-end-color: rgb(24 24 27 / 0);
}

.active\:border-e-zinc-900\/10:active {
  border-inline-end-color: rgb(24 24 27 / 0.1);
}

.active\:border-e-zinc-900\/100:active {
  border-inline-end-color: rgb(24 24 27 / 1);
}

.active\:border-e-zinc-900\/20:active {
  border-inline-end-color: rgb(24 24 27 / 0.2);
}

.active\:border-e-zinc-900\/25:active {
  border-inline-end-color: rgb(24 24 27 / 0.25);
}

.active\:border-e-zinc-900\/30:active {
  border-inline-end-color: rgb(24 24 27 / 0.3);
}

.active\:border-e-zinc-900\/40:active {
  border-inline-end-color: rgb(24 24 27 / 0.4);
}

.active\:border-e-zinc-900\/5:active {
  border-inline-end-color: rgb(24 24 27 / 0.05);
}

.active\:border-e-zinc-900\/50:active {
  border-inline-end-color: rgb(24 24 27 / 0.5);
}

.active\:border-e-zinc-900\/60:active {
  border-inline-end-color: rgb(24 24 27 / 0.6);
}

.active\:border-e-zinc-900\/70:active {
  border-inline-end-color: rgb(24 24 27 / 0.7);
}

.active\:border-e-zinc-900\/75:active {
  border-inline-end-color: rgb(24 24 27 / 0.75);
}

.active\:border-e-zinc-900\/80:active {
  border-inline-end-color: rgb(24 24 27 / 0.8);
}

.active\:border-e-zinc-900\/90:active {
  border-inline-end-color: rgb(24 24 27 / 0.9);
}

.active\:border-e-zinc-900\/95:active {
  border-inline-end-color: rgb(24 24 27 / 0.95);
}

.active\:border-e-zinc-950:active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(9 9 11 / var(--tw-border-opacity));
}

.active\:border-e-zinc-950\/0:active {
  border-inline-end-color: rgb(9 9 11 / 0);
}

.active\:border-e-zinc-950\/10:active {
  border-inline-end-color: rgb(9 9 11 / 0.1);
}

.active\:border-e-zinc-950\/100:active {
  border-inline-end-color: rgb(9 9 11 / 1);
}

.active\:border-e-zinc-950\/20:active {
  border-inline-end-color: rgb(9 9 11 / 0.2);
}

.active\:border-e-zinc-950\/25:active {
  border-inline-end-color: rgb(9 9 11 / 0.25);
}

.active\:border-e-zinc-950\/30:active {
  border-inline-end-color: rgb(9 9 11 / 0.3);
}

.active\:border-e-zinc-950\/40:active {
  border-inline-end-color: rgb(9 9 11 / 0.4);
}

.active\:border-e-zinc-950\/5:active {
  border-inline-end-color: rgb(9 9 11 / 0.05);
}

.active\:border-e-zinc-950\/50:active {
  border-inline-end-color: rgb(9 9 11 / 0.5);
}

.active\:border-e-zinc-950\/60:active {
  border-inline-end-color: rgb(9 9 11 / 0.6);
}

.active\:border-e-zinc-950\/70:active {
  border-inline-end-color: rgb(9 9 11 / 0.7);
}

.active\:border-e-zinc-950\/75:active {
  border-inline-end-color: rgb(9 9 11 / 0.75);
}

.active\:border-e-zinc-950\/80:active {
  border-inline-end-color: rgb(9 9 11 / 0.8);
}

.active\:border-e-zinc-950\/90:active {
  border-inline-end-color: rgb(9 9 11 / 0.9);
}

.active\:border-e-zinc-950\/95:active {
  border-inline-end-color: rgb(9 9 11 / 0.95);
}

.active\:border-l-amber-100:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 243 199 / var(--tw-border-opacity));
}

.active\:border-l-amber-100\/0:active {
  border-left-color: rgb(254 243 199 / 0);
}

.active\:border-l-amber-100\/10:active {
  border-left-color: rgb(254 243 199 / 0.1);
}

.active\:border-l-amber-100\/100:active {
  border-left-color: rgb(254 243 199 / 1);
}

.active\:border-l-amber-100\/20:active {
  border-left-color: rgb(254 243 199 / 0.2);
}

.active\:border-l-amber-100\/25:active {
  border-left-color: rgb(254 243 199 / 0.25);
}

.active\:border-l-amber-100\/30:active {
  border-left-color: rgb(254 243 199 / 0.3);
}

.active\:border-l-amber-100\/40:active {
  border-left-color: rgb(254 243 199 / 0.4);
}

.active\:border-l-amber-100\/5:active {
  border-left-color: rgb(254 243 199 / 0.05);
}

.active\:border-l-amber-100\/50:active {
  border-left-color: rgb(254 243 199 / 0.5);
}

.active\:border-l-amber-100\/60:active {
  border-left-color: rgb(254 243 199 / 0.6);
}

.active\:border-l-amber-100\/70:active {
  border-left-color: rgb(254 243 199 / 0.7);
}

.active\:border-l-amber-100\/75:active {
  border-left-color: rgb(254 243 199 / 0.75);
}

.active\:border-l-amber-100\/80:active {
  border-left-color: rgb(254 243 199 / 0.8);
}

.active\:border-l-amber-100\/90:active {
  border-left-color: rgb(254 243 199 / 0.9);
}

.active\:border-l-amber-100\/95:active {
  border-left-color: rgb(254 243 199 / 0.95);
}

.active\:border-l-amber-200:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 230 138 / var(--tw-border-opacity));
}

.active\:border-l-amber-200\/0:active {
  border-left-color: rgb(253 230 138 / 0);
}

.active\:border-l-amber-200\/10:active {
  border-left-color: rgb(253 230 138 / 0.1);
}

.active\:border-l-amber-200\/100:active {
  border-left-color: rgb(253 230 138 / 1);
}

.active\:border-l-amber-200\/20:active {
  border-left-color: rgb(253 230 138 / 0.2);
}

.active\:border-l-amber-200\/25:active {
  border-left-color: rgb(253 230 138 / 0.25);
}

.active\:border-l-amber-200\/30:active {
  border-left-color: rgb(253 230 138 / 0.3);
}

.active\:border-l-amber-200\/40:active {
  border-left-color: rgb(253 230 138 / 0.4);
}

.active\:border-l-amber-200\/5:active {
  border-left-color: rgb(253 230 138 / 0.05);
}

.active\:border-l-amber-200\/50:active {
  border-left-color: rgb(253 230 138 / 0.5);
}

.active\:border-l-amber-200\/60:active {
  border-left-color: rgb(253 230 138 / 0.6);
}

.active\:border-l-amber-200\/70:active {
  border-left-color: rgb(253 230 138 / 0.7);
}

.active\:border-l-amber-200\/75:active {
  border-left-color: rgb(253 230 138 / 0.75);
}

.active\:border-l-amber-200\/80:active {
  border-left-color: rgb(253 230 138 / 0.8);
}

.active\:border-l-amber-200\/90:active {
  border-left-color: rgb(253 230 138 / 0.9);
}

.active\:border-l-amber-200\/95:active {
  border-left-color: rgb(253 230 138 / 0.95);
}

.active\:border-l-amber-300:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(252 211 77 / var(--tw-border-opacity));
}

.active\:border-l-amber-300\/0:active {
  border-left-color: rgb(252 211 77 / 0);
}

.active\:border-l-amber-300\/10:active {
  border-left-color: rgb(252 211 77 / 0.1);
}

.active\:border-l-amber-300\/100:active {
  border-left-color: rgb(252 211 77 / 1);
}

.active\:border-l-amber-300\/20:active {
  border-left-color: rgb(252 211 77 / 0.2);
}

.active\:border-l-amber-300\/25:active {
  border-left-color: rgb(252 211 77 / 0.25);
}

.active\:border-l-amber-300\/30:active {
  border-left-color: rgb(252 211 77 / 0.3);
}

.active\:border-l-amber-300\/40:active {
  border-left-color: rgb(252 211 77 / 0.4);
}

.active\:border-l-amber-300\/5:active {
  border-left-color: rgb(252 211 77 / 0.05);
}

.active\:border-l-amber-300\/50:active {
  border-left-color: rgb(252 211 77 / 0.5);
}

.active\:border-l-amber-300\/60:active {
  border-left-color: rgb(252 211 77 / 0.6);
}

.active\:border-l-amber-300\/70:active {
  border-left-color: rgb(252 211 77 / 0.7);
}

.active\:border-l-amber-300\/75:active {
  border-left-color: rgb(252 211 77 / 0.75);
}

.active\:border-l-amber-300\/80:active {
  border-left-color: rgb(252 211 77 / 0.8);
}

.active\:border-l-amber-300\/90:active {
  border-left-color: rgb(252 211 77 / 0.9);
}

.active\:border-l-amber-300\/95:active {
  border-left-color: rgb(252 211 77 / 0.95);
}

.active\:border-l-amber-400:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(251 191 36 / var(--tw-border-opacity));
}

.active\:border-l-amber-400\/0:active {
  border-left-color: rgb(251 191 36 / 0);
}

.active\:border-l-amber-400\/10:active {
  border-left-color: rgb(251 191 36 / 0.1);
}

.active\:border-l-amber-400\/100:active {
  border-left-color: rgb(251 191 36 / 1);
}

.active\:border-l-amber-400\/20:active {
  border-left-color: rgb(251 191 36 / 0.2);
}

.active\:border-l-amber-400\/25:active {
  border-left-color: rgb(251 191 36 / 0.25);
}

.active\:border-l-amber-400\/30:active {
  border-left-color: rgb(251 191 36 / 0.3);
}

.active\:border-l-amber-400\/40:active {
  border-left-color: rgb(251 191 36 / 0.4);
}

.active\:border-l-amber-400\/5:active {
  border-left-color: rgb(251 191 36 / 0.05);
}

.active\:border-l-amber-400\/50:active {
  border-left-color: rgb(251 191 36 / 0.5);
}

.active\:border-l-amber-400\/60:active {
  border-left-color: rgb(251 191 36 / 0.6);
}

.active\:border-l-amber-400\/70:active {
  border-left-color: rgb(251 191 36 / 0.7);
}

.active\:border-l-amber-400\/75:active {
  border-left-color: rgb(251 191 36 / 0.75);
}

.active\:border-l-amber-400\/80:active {
  border-left-color: rgb(251 191 36 / 0.8);
}

.active\:border-l-amber-400\/90:active {
  border-left-color: rgb(251 191 36 / 0.9);
}

.active\:border-l-amber-400\/95:active {
  border-left-color: rgb(251 191 36 / 0.95);
}

.active\:border-l-amber-50:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.active\:border-l-amber-50\/0:active {
  border-left-color: rgb(255 251 235 / 0);
}

.active\:border-l-amber-50\/10:active {
  border-left-color: rgb(255 251 235 / 0.1);
}

.active\:border-l-amber-50\/100:active {
  border-left-color: rgb(255 251 235 / 1);
}

.active\:border-l-amber-50\/20:active {
  border-left-color: rgb(255 251 235 / 0.2);
}

.active\:border-l-amber-50\/25:active {
  border-left-color: rgb(255 251 235 / 0.25);
}

.active\:border-l-amber-50\/30:active {
  border-left-color: rgb(255 251 235 / 0.3);
}

.active\:border-l-amber-50\/40:active {
  border-left-color: rgb(255 251 235 / 0.4);
}

.active\:border-l-amber-50\/5:active {
  border-left-color: rgb(255 251 235 / 0.05);
}

.active\:border-l-amber-50\/50:active {
  border-left-color: rgb(255 251 235 / 0.5);
}

.active\:border-l-amber-50\/60:active {
  border-left-color: rgb(255 251 235 / 0.6);
}

.active\:border-l-amber-50\/70:active {
  border-left-color: rgb(255 251 235 / 0.7);
}

.active\:border-l-amber-50\/75:active {
  border-left-color: rgb(255 251 235 / 0.75);
}

.active\:border-l-amber-50\/80:active {
  border-left-color: rgb(255 251 235 / 0.8);
}

.active\:border-l-amber-50\/90:active {
  border-left-color: rgb(255 251 235 / 0.9);
}

.active\:border-l-amber-50\/95:active {
  border-left-color: rgb(255 251 235 / 0.95);
}

.active\:border-l-amber-500:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 158 11 / var(--tw-border-opacity));
}

.active\:border-l-amber-500\/0:active {
  border-left-color: rgb(245 158 11 / 0);
}

.active\:border-l-amber-500\/10:active {
  border-left-color: rgb(245 158 11 / 0.1);
}

.active\:border-l-amber-500\/100:active {
  border-left-color: rgb(245 158 11 / 1);
}

.active\:border-l-amber-500\/20:active {
  border-left-color: rgb(245 158 11 / 0.2);
}

.active\:border-l-amber-500\/25:active {
  border-left-color: rgb(245 158 11 / 0.25);
}

.active\:border-l-amber-500\/30:active {
  border-left-color: rgb(245 158 11 / 0.3);
}

.active\:border-l-amber-500\/40:active {
  border-left-color: rgb(245 158 11 / 0.4);
}

.active\:border-l-amber-500\/5:active {
  border-left-color: rgb(245 158 11 / 0.05);
}

.active\:border-l-amber-500\/50:active {
  border-left-color: rgb(245 158 11 / 0.5);
}

.active\:border-l-amber-500\/60:active {
  border-left-color: rgb(245 158 11 / 0.6);
}

.active\:border-l-amber-500\/70:active {
  border-left-color: rgb(245 158 11 / 0.7);
}

.active\:border-l-amber-500\/75:active {
  border-left-color: rgb(245 158 11 / 0.75);
}

.active\:border-l-amber-500\/80:active {
  border-left-color: rgb(245 158 11 / 0.8);
}

.active\:border-l-amber-500\/90:active {
  border-left-color: rgb(245 158 11 / 0.9);
}

.active\:border-l-amber-500\/95:active {
  border-left-color: rgb(245 158 11 / 0.95);
}

.active\:border-l-amber-600:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(217 119 6 / var(--tw-border-opacity));
}

.active\:border-l-amber-600\/0:active {
  border-left-color: rgb(217 119 6 / 0);
}

.active\:border-l-amber-600\/10:active {
  border-left-color: rgb(217 119 6 / 0.1);
}

.active\:border-l-amber-600\/100:active {
  border-left-color: rgb(217 119 6 / 1);
}

.active\:border-l-amber-600\/20:active {
  border-left-color: rgb(217 119 6 / 0.2);
}

.active\:border-l-amber-600\/25:active {
  border-left-color: rgb(217 119 6 / 0.25);
}

.active\:border-l-amber-600\/30:active {
  border-left-color: rgb(217 119 6 / 0.3);
}

.active\:border-l-amber-600\/40:active {
  border-left-color: rgb(217 119 6 / 0.4);
}

.active\:border-l-amber-600\/5:active {
  border-left-color: rgb(217 119 6 / 0.05);
}

.active\:border-l-amber-600\/50:active {
  border-left-color: rgb(217 119 6 / 0.5);
}

.active\:border-l-amber-600\/60:active {
  border-left-color: rgb(217 119 6 / 0.6);
}

.active\:border-l-amber-600\/70:active {
  border-left-color: rgb(217 119 6 / 0.7);
}

.active\:border-l-amber-600\/75:active {
  border-left-color: rgb(217 119 6 / 0.75);
}

.active\:border-l-amber-600\/80:active {
  border-left-color: rgb(217 119 6 / 0.8);
}

.active\:border-l-amber-600\/90:active {
  border-left-color: rgb(217 119 6 / 0.9);
}

.active\:border-l-amber-600\/95:active {
  border-left-color: rgb(217 119 6 / 0.95);
}

.active\:border-l-amber-700:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(180 83 9 / var(--tw-border-opacity));
}

.active\:border-l-amber-700\/0:active {
  border-left-color: rgb(180 83 9 / 0);
}

.active\:border-l-amber-700\/10:active {
  border-left-color: rgb(180 83 9 / 0.1);
}

.active\:border-l-amber-700\/100:active {
  border-left-color: rgb(180 83 9 / 1);
}

.active\:border-l-amber-700\/20:active {
  border-left-color: rgb(180 83 9 / 0.2);
}

.active\:border-l-amber-700\/25:active {
  border-left-color: rgb(180 83 9 / 0.25);
}

.active\:border-l-amber-700\/30:active {
  border-left-color: rgb(180 83 9 / 0.3);
}

.active\:border-l-amber-700\/40:active {
  border-left-color: rgb(180 83 9 / 0.4);
}

.active\:border-l-amber-700\/5:active {
  border-left-color: rgb(180 83 9 / 0.05);
}

.active\:border-l-amber-700\/50:active {
  border-left-color: rgb(180 83 9 / 0.5);
}

.active\:border-l-amber-700\/60:active {
  border-left-color: rgb(180 83 9 / 0.6);
}

.active\:border-l-amber-700\/70:active {
  border-left-color: rgb(180 83 9 / 0.7);
}

.active\:border-l-amber-700\/75:active {
  border-left-color: rgb(180 83 9 / 0.75);
}

.active\:border-l-amber-700\/80:active {
  border-left-color: rgb(180 83 9 / 0.8);
}

.active\:border-l-amber-700\/90:active {
  border-left-color: rgb(180 83 9 / 0.9);
}

.active\:border-l-amber-700\/95:active {
  border-left-color: rgb(180 83 9 / 0.95);
}

.active\:border-l-amber-800:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(146 64 14 / var(--tw-border-opacity));
}

.active\:border-l-amber-800\/0:active {
  border-left-color: rgb(146 64 14 / 0);
}

.active\:border-l-amber-800\/10:active {
  border-left-color: rgb(146 64 14 / 0.1);
}

.active\:border-l-amber-800\/100:active {
  border-left-color: rgb(146 64 14 / 1);
}

.active\:border-l-amber-800\/20:active {
  border-left-color: rgb(146 64 14 / 0.2);
}

.active\:border-l-amber-800\/25:active {
  border-left-color: rgb(146 64 14 / 0.25);
}

.active\:border-l-amber-800\/30:active {
  border-left-color: rgb(146 64 14 / 0.3);
}

.active\:border-l-amber-800\/40:active {
  border-left-color: rgb(146 64 14 / 0.4);
}

.active\:border-l-amber-800\/5:active {
  border-left-color: rgb(146 64 14 / 0.05);
}

.active\:border-l-amber-800\/50:active {
  border-left-color: rgb(146 64 14 / 0.5);
}

.active\:border-l-amber-800\/60:active {
  border-left-color: rgb(146 64 14 / 0.6);
}

.active\:border-l-amber-800\/70:active {
  border-left-color: rgb(146 64 14 / 0.7);
}

.active\:border-l-amber-800\/75:active {
  border-left-color: rgb(146 64 14 / 0.75);
}

.active\:border-l-amber-800\/80:active {
  border-left-color: rgb(146 64 14 / 0.8);
}

.active\:border-l-amber-800\/90:active {
  border-left-color: rgb(146 64 14 / 0.9);
}

.active\:border-l-amber-800\/95:active {
  border-left-color: rgb(146 64 14 / 0.95);
}

.active\:border-l-amber-900:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(120 53 15 / var(--tw-border-opacity));
}

.active\:border-l-amber-900\/0:active {
  border-left-color: rgb(120 53 15 / 0);
}

.active\:border-l-amber-900\/10:active {
  border-left-color: rgb(120 53 15 / 0.1);
}

.active\:border-l-amber-900\/100:active {
  border-left-color: rgb(120 53 15 / 1);
}

.active\:border-l-amber-900\/20:active {
  border-left-color: rgb(120 53 15 / 0.2);
}

.active\:border-l-amber-900\/25:active {
  border-left-color: rgb(120 53 15 / 0.25);
}

.active\:border-l-amber-900\/30:active {
  border-left-color: rgb(120 53 15 / 0.3);
}

.active\:border-l-amber-900\/40:active {
  border-left-color: rgb(120 53 15 / 0.4);
}

.active\:border-l-amber-900\/5:active {
  border-left-color: rgb(120 53 15 / 0.05);
}

.active\:border-l-amber-900\/50:active {
  border-left-color: rgb(120 53 15 / 0.5);
}

.active\:border-l-amber-900\/60:active {
  border-left-color: rgb(120 53 15 / 0.6);
}

.active\:border-l-amber-900\/70:active {
  border-left-color: rgb(120 53 15 / 0.7);
}

.active\:border-l-amber-900\/75:active {
  border-left-color: rgb(120 53 15 / 0.75);
}

.active\:border-l-amber-900\/80:active {
  border-left-color: rgb(120 53 15 / 0.8);
}

.active\:border-l-amber-900\/90:active {
  border-left-color: rgb(120 53 15 / 0.9);
}

.active\:border-l-amber-900\/95:active {
  border-left-color: rgb(120 53 15 / 0.95);
}

.active\:border-l-amber-950:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(69 26 3 / var(--tw-border-opacity));
}

.active\:border-l-amber-950\/0:active {
  border-left-color: rgb(69 26 3 / 0);
}

.active\:border-l-amber-950\/10:active {
  border-left-color: rgb(69 26 3 / 0.1);
}

.active\:border-l-amber-950\/100:active {
  border-left-color: rgb(69 26 3 / 1);
}

.active\:border-l-amber-950\/20:active {
  border-left-color: rgb(69 26 3 / 0.2);
}

.active\:border-l-amber-950\/25:active {
  border-left-color: rgb(69 26 3 / 0.25);
}

.active\:border-l-amber-950\/30:active {
  border-left-color: rgb(69 26 3 / 0.3);
}

.active\:border-l-amber-950\/40:active {
  border-left-color: rgb(69 26 3 / 0.4);
}

.active\:border-l-amber-950\/5:active {
  border-left-color: rgb(69 26 3 / 0.05);
}

.active\:border-l-amber-950\/50:active {
  border-left-color: rgb(69 26 3 / 0.5);
}

.active\:border-l-amber-950\/60:active {
  border-left-color: rgb(69 26 3 / 0.6);
}

.active\:border-l-amber-950\/70:active {
  border-left-color: rgb(69 26 3 / 0.7);
}

.active\:border-l-amber-950\/75:active {
  border-left-color: rgb(69 26 3 / 0.75);
}

.active\:border-l-amber-950\/80:active {
  border-left-color: rgb(69 26 3 / 0.8);
}

.active\:border-l-amber-950\/90:active {
  border-left-color: rgb(69 26 3 / 0.9);
}

.active\:border-l-amber-950\/95:active {
  border-left-color: rgb(69 26 3 / 0.95);
}

.active\:border-l-black:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.active\:border-l-black\/0:active {
  border-left-color: rgb(0 0 0 / 0);
}

.active\:border-l-black\/10:active {
  border-left-color: rgb(0 0 0 / 0.1);
}

.active\:border-l-black\/100:active {
  border-left-color: rgb(0 0 0 / 1);
}

.active\:border-l-black\/20:active {
  border-left-color: rgb(0 0 0 / 0.2);
}

.active\:border-l-black\/25:active {
  border-left-color: rgb(0 0 0 / 0.25);
}

.active\:border-l-black\/30:active {
  border-left-color: rgb(0 0 0 / 0.3);
}

.active\:border-l-black\/40:active {
  border-left-color: rgb(0 0 0 / 0.4);
}

.active\:border-l-black\/5:active {
  border-left-color: rgb(0 0 0 / 0.05);
}

.active\:border-l-black\/50:active {
  border-left-color: rgb(0 0 0 / 0.5);
}

.active\:border-l-black\/60:active {
  border-left-color: rgb(0 0 0 / 0.6);
}

.active\:border-l-black\/70:active {
  border-left-color: rgb(0 0 0 / 0.7);
}

.active\:border-l-black\/75:active {
  border-left-color: rgb(0 0 0 / 0.75);
}

.active\:border-l-black\/80:active {
  border-left-color: rgb(0 0 0 / 0.8);
}

.active\:border-l-black\/90:active {
  border-left-color: rgb(0 0 0 / 0.9);
}

.active\:border-l-black\/95:active {
  border-left-color: rgb(0 0 0 / 0.95);
}

.active\:border-l-blue-100:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(219 234 254 / var(--tw-border-opacity));
}

.active\:border-l-blue-100\/0:active {
  border-left-color: rgb(219 234 254 / 0);
}

.active\:border-l-blue-100\/10:active {
  border-left-color: rgb(219 234 254 / 0.1);
}

.active\:border-l-blue-100\/100:active {
  border-left-color: rgb(219 234 254 / 1);
}

.active\:border-l-blue-100\/20:active {
  border-left-color: rgb(219 234 254 / 0.2);
}

.active\:border-l-blue-100\/25:active {
  border-left-color: rgb(219 234 254 / 0.25);
}

.active\:border-l-blue-100\/30:active {
  border-left-color: rgb(219 234 254 / 0.3);
}

.active\:border-l-blue-100\/40:active {
  border-left-color: rgb(219 234 254 / 0.4);
}

.active\:border-l-blue-100\/5:active {
  border-left-color: rgb(219 234 254 / 0.05);
}

.active\:border-l-blue-100\/50:active {
  border-left-color: rgb(219 234 254 / 0.5);
}

.active\:border-l-blue-100\/60:active {
  border-left-color: rgb(219 234 254 / 0.6);
}

.active\:border-l-blue-100\/70:active {
  border-left-color: rgb(219 234 254 / 0.7);
}

.active\:border-l-blue-100\/75:active {
  border-left-color: rgb(219 234 254 / 0.75);
}

.active\:border-l-blue-100\/80:active {
  border-left-color: rgb(219 234 254 / 0.8);
}

.active\:border-l-blue-100\/90:active {
  border-left-color: rgb(219 234 254 / 0.9);
}

.active\:border-l-blue-100\/95:active {
  border-left-color: rgb(219 234 254 / 0.95);
}

.active\:border-l-blue-200:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.active\:border-l-blue-200\/0:active {
  border-left-color: rgb(191 219 254 / 0);
}

.active\:border-l-blue-200\/10:active {
  border-left-color: rgb(191 219 254 / 0.1);
}

.active\:border-l-blue-200\/100:active {
  border-left-color: rgb(191 219 254 / 1);
}

.active\:border-l-blue-200\/20:active {
  border-left-color: rgb(191 219 254 / 0.2);
}

.active\:border-l-blue-200\/25:active {
  border-left-color: rgb(191 219 254 / 0.25);
}

.active\:border-l-blue-200\/30:active {
  border-left-color: rgb(191 219 254 / 0.3);
}

.active\:border-l-blue-200\/40:active {
  border-left-color: rgb(191 219 254 / 0.4);
}

.active\:border-l-blue-200\/5:active {
  border-left-color: rgb(191 219 254 / 0.05);
}

.active\:border-l-blue-200\/50:active {
  border-left-color: rgb(191 219 254 / 0.5);
}

.active\:border-l-blue-200\/60:active {
  border-left-color: rgb(191 219 254 / 0.6);
}

.active\:border-l-blue-200\/70:active {
  border-left-color: rgb(191 219 254 / 0.7);
}

.active\:border-l-blue-200\/75:active {
  border-left-color: rgb(191 219 254 / 0.75);
}

.active\:border-l-blue-200\/80:active {
  border-left-color: rgb(191 219 254 / 0.8);
}

.active\:border-l-blue-200\/90:active {
  border-left-color: rgb(191 219 254 / 0.9);
}

.active\:border-l-blue-200\/95:active {
  border-left-color: rgb(191 219 254 / 0.95);
}

.active\:border-l-blue-300:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.active\:border-l-blue-300\/0:active {
  border-left-color: rgb(147 197 253 / 0);
}

.active\:border-l-blue-300\/10:active {
  border-left-color: rgb(147 197 253 / 0.1);
}

.active\:border-l-blue-300\/100:active {
  border-left-color: rgb(147 197 253 / 1);
}

.active\:border-l-blue-300\/20:active {
  border-left-color: rgb(147 197 253 / 0.2);
}

.active\:border-l-blue-300\/25:active {
  border-left-color: rgb(147 197 253 / 0.25);
}

.active\:border-l-blue-300\/30:active {
  border-left-color: rgb(147 197 253 / 0.3);
}

.active\:border-l-blue-300\/40:active {
  border-left-color: rgb(147 197 253 / 0.4);
}

.active\:border-l-blue-300\/5:active {
  border-left-color: rgb(147 197 253 / 0.05);
}

.active\:border-l-blue-300\/50:active {
  border-left-color: rgb(147 197 253 / 0.5);
}

.active\:border-l-blue-300\/60:active {
  border-left-color: rgb(147 197 253 / 0.6);
}

.active\:border-l-blue-300\/70:active {
  border-left-color: rgb(147 197 253 / 0.7);
}

.active\:border-l-blue-300\/75:active {
  border-left-color: rgb(147 197 253 / 0.75);
}

.active\:border-l-blue-300\/80:active {
  border-left-color: rgb(147 197 253 / 0.8);
}

.active\:border-l-blue-300\/90:active {
  border-left-color: rgb(147 197 253 / 0.9);
}

.active\:border-l-blue-300\/95:active {
  border-left-color: rgb(147 197 253 / 0.95);
}

.active\:border-l-blue-400:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.active\:border-l-blue-400\/0:active {
  border-left-color: rgb(96 165 250 / 0);
}

.active\:border-l-blue-400\/10:active {
  border-left-color: rgb(96 165 250 / 0.1);
}

.active\:border-l-blue-400\/100:active {
  border-left-color: rgb(96 165 250 / 1);
}

.active\:border-l-blue-400\/20:active {
  border-left-color: rgb(96 165 250 / 0.2);
}

.active\:border-l-blue-400\/25:active {
  border-left-color: rgb(96 165 250 / 0.25);
}

.active\:border-l-blue-400\/30:active {
  border-left-color: rgb(96 165 250 / 0.3);
}

.active\:border-l-blue-400\/40:active {
  border-left-color: rgb(96 165 250 / 0.4);
}

.active\:border-l-blue-400\/5:active {
  border-left-color: rgb(96 165 250 / 0.05);
}

.active\:border-l-blue-400\/50:active {
  border-left-color: rgb(96 165 250 / 0.5);
}

.active\:border-l-blue-400\/60:active {
  border-left-color: rgb(96 165 250 / 0.6);
}

.active\:border-l-blue-400\/70:active {
  border-left-color: rgb(96 165 250 / 0.7);
}

.active\:border-l-blue-400\/75:active {
  border-left-color: rgb(96 165 250 / 0.75);
}

.active\:border-l-blue-400\/80:active {
  border-left-color: rgb(96 165 250 / 0.8);
}

.active\:border-l-blue-400\/90:active {
  border-left-color: rgb(96 165 250 / 0.9);
}

.active\:border-l-blue-400\/95:active {
  border-left-color: rgb(96 165 250 / 0.95);
}

.active\:border-l-blue-50:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(239 246 255 / var(--tw-border-opacity));
}

.active\:border-l-blue-50\/0:active {
  border-left-color: rgb(239 246 255 / 0);
}

.active\:border-l-blue-50\/10:active {
  border-left-color: rgb(239 246 255 / 0.1);
}

.active\:border-l-blue-50\/100:active {
  border-left-color: rgb(239 246 255 / 1);
}

.active\:border-l-blue-50\/20:active {
  border-left-color: rgb(239 246 255 / 0.2);
}

.active\:border-l-blue-50\/25:active {
  border-left-color: rgb(239 246 255 / 0.25);
}

.active\:border-l-blue-50\/30:active {
  border-left-color: rgb(239 246 255 / 0.3);
}

.active\:border-l-blue-50\/40:active {
  border-left-color: rgb(239 246 255 / 0.4);
}

.active\:border-l-blue-50\/5:active {
  border-left-color: rgb(239 246 255 / 0.05);
}

.active\:border-l-blue-50\/50:active {
  border-left-color: rgb(239 246 255 / 0.5);
}

.active\:border-l-blue-50\/60:active {
  border-left-color: rgb(239 246 255 / 0.6);
}

.active\:border-l-blue-50\/70:active {
  border-left-color: rgb(239 246 255 / 0.7);
}

.active\:border-l-blue-50\/75:active {
  border-left-color: rgb(239 246 255 / 0.75);
}

.active\:border-l-blue-50\/80:active {
  border-left-color: rgb(239 246 255 / 0.8);
}

.active\:border-l-blue-50\/90:active {
  border-left-color: rgb(239 246 255 / 0.9);
}

.active\:border-l-blue-50\/95:active {
  border-left-color: rgb(239 246 255 / 0.95);
}

.active\:border-l-blue-500:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.active\:border-l-blue-500\/0:active {
  border-left-color: rgb(59 130 246 / 0);
}

.active\:border-l-blue-500\/10:active {
  border-left-color: rgb(59 130 246 / 0.1);
}

.active\:border-l-blue-500\/100:active {
  border-left-color: rgb(59 130 246 / 1);
}

.active\:border-l-blue-500\/20:active {
  border-left-color: rgb(59 130 246 / 0.2);
}

.active\:border-l-blue-500\/25:active {
  border-left-color: rgb(59 130 246 / 0.25);
}

.active\:border-l-blue-500\/30:active {
  border-left-color: rgb(59 130 246 / 0.3);
}

.active\:border-l-blue-500\/40:active {
  border-left-color: rgb(59 130 246 / 0.4);
}

.active\:border-l-blue-500\/5:active {
  border-left-color: rgb(59 130 246 / 0.05);
}

.active\:border-l-blue-500\/50:active {
  border-left-color: rgb(59 130 246 / 0.5);
}

.active\:border-l-blue-500\/60:active {
  border-left-color: rgb(59 130 246 / 0.6);
}

.active\:border-l-blue-500\/70:active {
  border-left-color: rgb(59 130 246 / 0.7);
}

.active\:border-l-blue-500\/75:active {
  border-left-color: rgb(59 130 246 / 0.75);
}

.active\:border-l-blue-500\/80:active {
  border-left-color: rgb(59 130 246 / 0.8);
}

.active\:border-l-blue-500\/90:active {
  border-left-color: rgb(59 130 246 / 0.9);
}

.active\:border-l-blue-500\/95:active {
  border-left-color: rgb(59 130 246 / 0.95);
}

.active\:border-l-blue-600:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.active\:border-l-blue-600\/0:active {
  border-left-color: rgb(37 99 235 / 0);
}

.active\:border-l-blue-600\/10:active {
  border-left-color: rgb(37 99 235 / 0.1);
}

.active\:border-l-blue-600\/100:active {
  border-left-color: rgb(37 99 235 / 1);
}

.active\:border-l-blue-600\/20:active {
  border-left-color: rgb(37 99 235 / 0.2);
}

.active\:border-l-blue-600\/25:active {
  border-left-color: rgb(37 99 235 / 0.25);
}

.active\:border-l-blue-600\/30:active {
  border-left-color: rgb(37 99 235 / 0.3);
}

.active\:border-l-blue-600\/40:active {
  border-left-color: rgb(37 99 235 / 0.4);
}

.active\:border-l-blue-600\/5:active {
  border-left-color: rgb(37 99 235 / 0.05);
}

.active\:border-l-blue-600\/50:active {
  border-left-color: rgb(37 99 235 / 0.5);
}

.active\:border-l-blue-600\/60:active {
  border-left-color: rgb(37 99 235 / 0.6);
}

.active\:border-l-blue-600\/70:active {
  border-left-color: rgb(37 99 235 / 0.7);
}

.active\:border-l-blue-600\/75:active {
  border-left-color: rgb(37 99 235 / 0.75);
}

.active\:border-l-blue-600\/80:active {
  border-left-color: rgb(37 99 235 / 0.8);
}

.active\:border-l-blue-600\/90:active {
  border-left-color: rgb(37 99 235 / 0.9);
}

.active\:border-l-blue-600\/95:active {
  border-left-color: rgb(37 99 235 / 0.95);
}

.active\:border-l-blue-700:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.active\:border-l-blue-700\/0:active {
  border-left-color: rgb(29 78 216 / 0);
}

.active\:border-l-blue-700\/10:active {
  border-left-color: rgb(29 78 216 / 0.1);
}

.active\:border-l-blue-700\/100:active {
  border-left-color: rgb(29 78 216 / 1);
}

.active\:border-l-blue-700\/20:active {
  border-left-color: rgb(29 78 216 / 0.2);
}

.active\:border-l-blue-700\/25:active {
  border-left-color: rgb(29 78 216 / 0.25);
}

.active\:border-l-blue-700\/30:active {
  border-left-color: rgb(29 78 216 / 0.3);
}

.active\:border-l-blue-700\/40:active {
  border-left-color: rgb(29 78 216 / 0.4);
}

.active\:border-l-blue-700\/5:active {
  border-left-color: rgb(29 78 216 / 0.05);
}

.active\:border-l-blue-700\/50:active {
  border-left-color: rgb(29 78 216 / 0.5);
}

.active\:border-l-blue-700\/60:active {
  border-left-color: rgb(29 78 216 / 0.6);
}

.active\:border-l-blue-700\/70:active {
  border-left-color: rgb(29 78 216 / 0.7);
}

.active\:border-l-blue-700\/75:active {
  border-left-color: rgb(29 78 216 / 0.75);
}

.active\:border-l-blue-700\/80:active {
  border-left-color: rgb(29 78 216 / 0.8);
}

.active\:border-l-blue-700\/90:active {
  border-left-color: rgb(29 78 216 / 0.9);
}

.active\:border-l-blue-700\/95:active {
  border-left-color: rgb(29 78 216 / 0.95);
}

.active\:border-l-blue-800:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.active\:border-l-blue-800\/0:active {
  border-left-color: rgb(30 64 175 / 0);
}

.active\:border-l-blue-800\/10:active {
  border-left-color: rgb(30 64 175 / 0.1);
}

.active\:border-l-blue-800\/100:active {
  border-left-color: rgb(30 64 175 / 1);
}

.active\:border-l-blue-800\/20:active {
  border-left-color: rgb(30 64 175 / 0.2);
}

.active\:border-l-blue-800\/25:active {
  border-left-color: rgb(30 64 175 / 0.25);
}

.active\:border-l-blue-800\/30:active {
  border-left-color: rgb(30 64 175 / 0.3);
}

.active\:border-l-blue-800\/40:active {
  border-left-color: rgb(30 64 175 / 0.4);
}

.active\:border-l-blue-800\/5:active {
  border-left-color: rgb(30 64 175 / 0.05);
}

.active\:border-l-blue-800\/50:active {
  border-left-color: rgb(30 64 175 / 0.5);
}

.active\:border-l-blue-800\/60:active {
  border-left-color: rgb(30 64 175 / 0.6);
}

.active\:border-l-blue-800\/70:active {
  border-left-color: rgb(30 64 175 / 0.7);
}

.active\:border-l-blue-800\/75:active {
  border-left-color: rgb(30 64 175 / 0.75);
}

.active\:border-l-blue-800\/80:active {
  border-left-color: rgb(30 64 175 / 0.8);
}

.active\:border-l-blue-800\/90:active {
  border-left-color: rgb(30 64 175 / 0.9);
}

.active\:border-l-blue-800\/95:active {
  border-left-color: rgb(30 64 175 / 0.95);
}

.active\:border-l-blue-900:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.active\:border-l-blue-900\/0:active {
  border-left-color: rgb(30 58 138 / 0);
}

.active\:border-l-blue-900\/10:active {
  border-left-color: rgb(30 58 138 / 0.1);
}

.active\:border-l-blue-900\/100:active {
  border-left-color: rgb(30 58 138 / 1);
}

.active\:border-l-blue-900\/20:active {
  border-left-color: rgb(30 58 138 / 0.2);
}

.active\:border-l-blue-900\/25:active {
  border-left-color: rgb(30 58 138 / 0.25);
}

.active\:border-l-blue-900\/30:active {
  border-left-color: rgb(30 58 138 / 0.3);
}

.active\:border-l-blue-900\/40:active {
  border-left-color: rgb(30 58 138 / 0.4);
}

.active\:border-l-blue-900\/5:active {
  border-left-color: rgb(30 58 138 / 0.05);
}

.active\:border-l-blue-900\/50:active {
  border-left-color: rgb(30 58 138 / 0.5);
}

.active\:border-l-blue-900\/60:active {
  border-left-color: rgb(30 58 138 / 0.6);
}

.active\:border-l-blue-900\/70:active {
  border-left-color: rgb(30 58 138 / 0.7);
}

.active\:border-l-blue-900\/75:active {
  border-left-color: rgb(30 58 138 / 0.75);
}

.active\:border-l-blue-900\/80:active {
  border-left-color: rgb(30 58 138 / 0.8);
}

.active\:border-l-blue-900\/90:active {
  border-left-color: rgb(30 58 138 / 0.9);
}

.active\:border-l-blue-900\/95:active {
  border-left-color: rgb(30 58 138 / 0.95);
}

.active\:border-l-blue-950:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(23 37 84 / var(--tw-border-opacity));
}

.active\:border-l-blue-950\/0:active {
  border-left-color: rgb(23 37 84 / 0);
}

.active\:border-l-blue-950\/10:active {
  border-left-color: rgb(23 37 84 / 0.1);
}

.active\:border-l-blue-950\/100:active {
  border-left-color: rgb(23 37 84 / 1);
}

.active\:border-l-blue-950\/20:active {
  border-left-color: rgb(23 37 84 / 0.2);
}

.active\:border-l-blue-950\/25:active {
  border-left-color: rgb(23 37 84 / 0.25);
}

.active\:border-l-blue-950\/30:active {
  border-left-color: rgb(23 37 84 / 0.3);
}

.active\:border-l-blue-950\/40:active {
  border-left-color: rgb(23 37 84 / 0.4);
}

.active\:border-l-blue-950\/5:active {
  border-left-color: rgb(23 37 84 / 0.05);
}

.active\:border-l-blue-950\/50:active {
  border-left-color: rgb(23 37 84 / 0.5);
}

.active\:border-l-blue-950\/60:active {
  border-left-color: rgb(23 37 84 / 0.6);
}

.active\:border-l-blue-950\/70:active {
  border-left-color: rgb(23 37 84 / 0.7);
}

.active\:border-l-blue-950\/75:active {
  border-left-color: rgb(23 37 84 / 0.75);
}

.active\:border-l-blue-950\/80:active {
  border-left-color: rgb(23 37 84 / 0.8);
}

.active\:border-l-blue-950\/90:active {
  border-left-color: rgb(23 37 84 / 0.9);
}

.active\:border-l-blue-950\/95:active {
  border-left-color: rgb(23 37 84 / 0.95);
}

.active\:border-l-brand-100:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(230 239 246 / var(--tw-border-opacity));
}

.active\:border-l-brand-100\/0:active {
  border-left-color: rgb(230 239 246 / 0);
}

.active\:border-l-brand-100\/10:active {
  border-left-color: rgb(230 239 246 / 0.1);
}

.active\:border-l-brand-100\/100:active {
  border-left-color: rgb(230 239 246 / 1);
}

.active\:border-l-brand-100\/20:active {
  border-left-color: rgb(230 239 246 / 0.2);
}

.active\:border-l-brand-100\/25:active {
  border-left-color: rgb(230 239 246 / 0.25);
}

.active\:border-l-brand-100\/30:active {
  border-left-color: rgb(230 239 246 / 0.3);
}

.active\:border-l-brand-100\/40:active {
  border-left-color: rgb(230 239 246 / 0.4);
}

.active\:border-l-brand-100\/5:active {
  border-left-color: rgb(230 239 246 / 0.05);
}

.active\:border-l-brand-100\/50:active {
  border-left-color: rgb(230 239 246 / 0.5);
}

.active\:border-l-brand-100\/60:active {
  border-left-color: rgb(230 239 246 / 0.6);
}

.active\:border-l-brand-100\/70:active {
  border-left-color: rgb(230 239 246 / 0.7);
}

.active\:border-l-brand-100\/75:active {
  border-left-color: rgb(230 239 246 / 0.75);
}

.active\:border-l-brand-100\/80:active {
  border-left-color: rgb(230 239 246 / 0.8);
}

.active\:border-l-brand-100\/90:active {
  border-left-color: rgb(230 239 246 / 0.9);
}

.active\:border-l-brand-100\/95:active {
  border-left-color: rgb(230 239 246 / 0.95);
}

.active\:border-l-brand-200:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(193 215 234 / var(--tw-border-opacity));
}

.active\:border-l-brand-200\/0:active {
  border-left-color: rgb(193 215 234 / 0);
}

.active\:border-l-brand-200\/10:active {
  border-left-color: rgb(193 215 234 / 0.1);
}

.active\:border-l-brand-200\/100:active {
  border-left-color: rgb(193 215 234 / 1);
}

.active\:border-l-brand-200\/20:active {
  border-left-color: rgb(193 215 234 / 0.2);
}

.active\:border-l-brand-200\/25:active {
  border-left-color: rgb(193 215 234 / 0.25);
}

.active\:border-l-brand-200\/30:active {
  border-left-color: rgb(193 215 234 / 0.3);
}

.active\:border-l-brand-200\/40:active {
  border-left-color: rgb(193 215 234 / 0.4);
}

.active\:border-l-brand-200\/5:active {
  border-left-color: rgb(193 215 234 / 0.05);
}

.active\:border-l-brand-200\/50:active {
  border-left-color: rgb(193 215 234 / 0.5);
}

.active\:border-l-brand-200\/60:active {
  border-left-color: rgb(193 215 234 / 0.6);
}

.active\:border-l-brand-200\/70:active {
  border-left-color: rgb(193 215 234 / 0.7);
}

.active\:border-l-brand-200\/75:active {
  border-left-color: rgb(193 215 234 / 0.75);
}

.active\:border-l-brand-200\/80:active {
  border-left-color: rgb(193 215 234 / 0.8);
}

.active\:border-l-brand-200\/90:active {
  border-left-color: rgb(193 215 234 / 0.9);
}

.active\:border-l-brand-200\/95:active {
  border-left-color: rgb(193 215 234 / 0.95);
}

.active\:border-l-brand-300:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(155 190 221 / var(--tw-border-opacity));
}

.active\:border-l-brand-300\/0:active {
  border-left-color: rgb(155 190 221 / 0);
}

.active\:border-l-brand-300\/10:active {
  border-left-color: rgb(155 190 221 / 0.1);
}

.active\:border-l-brand-300\/100:active {
  border-left-color: rgb(155 190 221 / 1);
}

.active\:border-l-brand-300\/20:active {
  border-left-color: rgb(155 190 221 / 0.2);
}

.active\:border-l-brand-300\/25:active {
  border-left-color: rgb(155 190 221 / 0.25);
}

.active\:border-l-brand-300\/30:active {
  border-left-color: rgb(155 190 221 / 0.3);
}

.active\:border-l-brand-300\/40:active {
  border-left-color: rgb(155 190 221 / 0.4);
}

.active\:border-l-brand-300\/5:active {
  border-left-color: rgb(155 190 221 / 0.05);
}

.active\:border-l-brand-300\/50:active {
  border-left-color: rgb(155 190 221 / 0.5);
}

.active\:border-l-brand-300\/60:active {
  border-left-color: rgb(155 190 221 / 0.6);
}

.active\:border-l-brand-300\/70:active {
  border-left-color: rgb(155 190 221 / 0.7);
}

.active\:border-l-brand-300\/75:active {
  border-left-color: rgb(155 190 221 / 0.75);
}

.active\:border-l-brand-300\/80:active {
  border-left-color: rgb(155 190 221 / 0.8);
}

.active\:border-l-brand-300\/90:active {
  border-left-color: rgb(155 190 221 / 0.9);
}

.active\:border-l-brand-300\/95:active {
  border-left-color: rgb(155 190 221 / 0.95);
}

.active\:border-l-brand-400:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(81 142 195 / var(--tw-border-opacity));
}

.active\:border-l-brand-400\/0:active {
  border-left-color: rgb(81 142 195 / 0);
}

.active\:border-l-brand-400\/10:active {
  border-left-color: rgb(81 142 195 / 0.1);
}

.active\:border-l-brand-400\/100:active {
  border-left-color: rgb(81 142 195 / 1);
}

.active\:border-l-brand-400\/20:active {
  border-left-color: rgb(81 142 195 / 0.2);
}

.active\:border-l-brand-400\/25:active {
  border-left-color: rgb(81 142 195 / 0.25);
}

.active\:border-l-brand-400\/30:active {
  border-left-color: rgb(81 142 195 / 0.3);
}

.active\:border-l-brand-400\/40:active {
  border-left-color: rgb(81 142 195 / 0.4);
}

.active\:border-l-brand-400\/5:active {
  border-left-color: rgb(81 142 195 / 0.05);
}

.active\:border-l-brand-400\/50:active {
  border-left-color: rgb(81 142 195 / 0.5);
}

.active\:border-l-brand-400\/60:active {
  border-left-color: rgb(81 142 195 / 0.6);
}

.active\:border-l-brand-400\/70:active {
  border-left-color: rgb(81 142 195 / 0.7);
}

.active\:border-l-brand-400\/75:active {
  border-left-color: rgb(81 142 195 / 0.75);
}

.active\:border-l-brand-400\/80:active {
  border-left-color: rgb(81 142 195 / 0.8);
}

.active\:border-l-brand-400\/90:active {
  border-left-color: rgb(81 142 195 / 0.9);
}

.active\:border-l-brand-400\/95:active {
  border-left-color: rgb(81 142 195 / 0.95);
}

.active\:border-l-brand-50:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(243 247 251 / var(--tw-border-opacity));
}

.active\:border-l-brand-50\/0:active {
  border-left-color: rgb(243 247 251 / 0);
}

.active\:border-l-brand-50\/10:active {
  border-left-color: rgb(243 247 251 / 0.1);
}

.active\:border-l-brand-50\/100:active {
  border-left-color: rgb(243 247 251 / 1);
}

.active\:border-l-brand-50\/20:active {
  border-left-color: rgb(243 247 251 / 0.2);
}

.active\:border-l-brand-50\/25:active {
  border-left-color: rgb(243 247 251 / 0.25);
}

.active\:border-l-brand-50\/30:active {
  border-left-color: rgb(243 247 251 / 0.3);
}

.active\:border-l-brand-50\/40:active {
  border-left-color: rgb(243 247 251 / 0.4);
}

.active\:border-l-brand-50\/5:active {
  border-left-color: rgb(243 247 251 / 0.05);
}

.active\:border-l-brand-50\/50:active {
  border-left-color: rgb(243 247 251 / 0.5);
}

.active\:border-l-brand-50\/60:active {
  border-left-color: rgb(243 247 251 / 0.6);
}

.active\:border-l-brand-50\/70:active {
  border-left-color: rgb(243 247 251 / 0.7);
}

.active\:border-l-brand-50\/75:active {
  border-left-color: rgb(243 247 251 / 0.75);
}

.active\:border-l-brand-50\/80:active {
  border-left-color: rgb(243 247 251 / 0.8);
}

.active\:border-l-brand-50\/90:active {
  border-left-color: rgb(243 247 251 / 0.9);
}

.active\:border-l-brand-50\/95:active {
  border-left-color: rgb(243 247 251 / 0.95);
}

.active\:border-l-brand-500:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(6 93 169 / var(--tw-border-opacity));
}

.active\:border-l-brand-500\/0:active {
  border-left-color: rgb(6 93 169 / 0);
}

.active\:border-l-brand-500\/10:active {
  border-left-color: rgb(6 93 169 / 0.1);
}

.active\:border-l-brand-500\/100:active {
  border-left-color: rgb(6 93 169 / 1);
}

.active\:border-l-brand-500\/20:active {
  border-left-color: rgb(6 93 169 / 0.2);
}

.active\:border-l-brand-500\/25:active {
  border-left-color: rgb(6 93 169 / 0.25);
}

.active\:border-l-brand-500\/30:active {
  border-left-color: rgb(6 93 169 / 0.3);
}

.active\:border-l-brand-500\/40:active {
  border-left-color: rgb(6 93 169 / 0.4);
}

.active\:border-l-brand-500\/5:active {
  border-left-color: rgb(6 93 169 / 0.05);
}

.active\:border-l-brand-500\/50:active {
  border-left-color: rgb(6 93 169 / 0.5);
}

.active\:border-l-brand-500\/60:active {
  border-left-color: rgb(6 93 169 / 0.6);
}

.active\:border-l-brand-500\/70:active {
  border-left-color: rgb(6 93 169 / 0.7);
}

.active\:border-l-brand-500\/75:active {
  border-left-color: rgb(6 93 169 / 0.75);
}

.active\:border-l-brand-500\/80:active {
  border-left-color: rgb(6 93 169 / 0.8);
}

.active\:border-l-brand-500\/90:active {
  border-left-color: rgb(6 93 169 / 0.9);
}

.active\:border-l-brand-500\/95:active {
  border-left-color: rgb(6 93 169 / 0.95);
}

.active\:border-l-brand-600:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(5 84 152 / var(--tw-border-opacity));
}

.active\:border-l-brand-600\/0:active {
  border-left-color: rgb(5 84 152 / 0);
}

.active\:border-l-brand-600\/10:active {
  border-left-color: rgb(5 84 152 / 0.1);
}

.active\:border-l-brand-600\/100:active {
  border-left-color: rgb(5 84 152 / 1);
}

.active\:border-l-brand-600\/20:active {
  border-left-color: rgb(5 84 152 / 0.2);
}

.active\:border-l-brand-600\/25:active {
  border-left-color: rgb(5 84 152 / 0.25);
}

.active\:border-l-brand-600\/30:active {
  border-left-color: rgb(5 84 152 / 0.3);
}

.active\:border-l-brand-600\/40:active {
  border-left-color: rgb(5 84 152 / 0.4);
}

.active\:border-l-brand-600\/5:active {
  border-left-color: rgb(5 84 152 / 0.05);
}

.active\:border-l-brand-600\/50:active {
  border-left-color: rgb(5 84 152 / 0.5);
}

.active\:border-l-brand-600\/60:active {
  border-left-color: rgb(5 84 152 / 0.6);
}

.active\:border-l-brand-600\/70:active {
  border-left-color: rgb(5 84 152 / 0.7);
}

.active\:border-l-brand-600\/75:active {
  border-left-color: rgb(5 84 152 / 0.75);
}

.active\:border-l-brand-600\/80:active {
  border-left-color: rgb(5 84 152 / 0.8);
}

.active\:border-l-brand-600\/90:active {
  border-left-color: rgb(5 84 152 / 0.9);
}

.active\:border-l-brand-600\/95:active {
  border-left-color: rgb(5 84 152 / 0.95);
}

.active\:border-l-brand-700:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(4 56 101 / var(--tw-border-opacity));
}

.active\:border-l-brand-700\/0:active {
  border-left-color: rgb(4 56 101 / 0);
}

.active\:border-l-brand-700\/10:active {
  border-left-color: rgb(4 56 101 / 0.1);
}

.active\:border-l-brand-700\/100:active {
  border-left-color: rgb(4 56 101 / 1);
}

.active\:border-l-brand-700\/20:active {
  border-left-color: rgb(4 56 101 / 0.2);
}

.active\:border-l-brand-700\/25:active {
  border-left-color: rgb(4 56 101 / 0.25);
}

.active\:border-l-brand-700\/30:active {
  border-left-color: rgb(4 56 101 / 0.3);
}

.active\:border-l-brand-700\/40:active {
  border-left-color: rgb(4 56 101 / 0.4);
}

.active\:border-l-brand-700\/5:active {
  border-left-color: rgb(4 56 101 / 0.05);
}

.active\:border-l-brand-700\/50:active {
  border-left-color: rgb(4 56 101 / 0.5);
}

.active\:border-l-brand-700\/60:active {
  border-left-color: rgb(4 56 101 / 0.6);
}

.active\:border-l-brand-700\/70:active {
  border-left-color: rgb(4 56 101 / 0.7);
}

.active\:border-l-brand-700\/75:active {
  border-left-color: rgb(4 56 101 / 0.75);
}

.active\:border-l-brand-700\/80:active {
  border-left-color: rgb(4 56 101 / 0.8);
}

.active\:border-l-brand-700\/90:active {
  border-left-color: rgb(4 56 101 / 0.9);
}

.active\:border-l-brand-700\/95:active {
  border-left-color: rgb(4 56 101 / 0.95);
}

.active\:border-l-brand-800:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(3 42 76 / var(--tw-border-opacity));
}

.active\:border-l-brand-800\/0:active {
  border-left-color: rgb(3 42 76 / 0);
}

.active\:border-l-brand-800\/10:active {
  border-left-color: rgb(3 42 76 / 0.1);
}

.active\:border-l-brand-800\/100:active {
  border-left-color: rgb(3 42 76 / 1);
}

.active\:border-l-brand-800\/20:active {
  border-left-color: rgb(3 42 76 / 0.2);
}

.active\:border-l-brand-800\/25:active {
  border-left-color: rgb(3 42 76 / 0.25);
}

.active\:border-l-brand-800\/30:active {
  border-left-color: rgb(3 42 76 / 0.3);
}

.active\:border-l-brand-800\/40:active {
  border-left-color: rgb(3 42 76 / 0.4);
}

.active\:border-l-brand-800\/5:active {
  border-left-color: rgb(3 42 76 / 0.05);
}

.active\:border-l-brand-800\/50:active {
  border-left-color: rgb(3 42 76 / 0.5);
}

.active\:border-l-brand-800\/60:active {
  border-left-color: rgb(3 42 76 / 0.6);
}

.active\:border-l-brand-800\/70:active {
  border-left-color: rgb(3 42 76 / 0.7);
}

.active\:border-l-brand-800\/75:active {
  border-left-color: rgb(3 42 76 / 0.75);
}

.active\:border-l-brand-800\/80:active {
  border-left-color: rgb(3 42 76 / 0.8);
}

.active\:border-l-brand-800\/90:active {
  border-left-color: rgb(3 42 76 / 0.9);
}

.active\:border-l-brand-800\/95:active {
  border-left-color: rgb(3 42 76 / 0.95);
}

.active\:border-l-brand-900:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(2 28 51 / var(--tw-border-opacity));
}

.active\:border-l-brand-900\/0:active {
  border-left-color: rgb(2 28 51 / 0);
}

.active\:border-l-brand-900\/10:active {
  border-left-color: rgb(2 28 51 / 0.1);
}

.active\:border-l-brand-900\/100:active {
  border-left-color: rgb(2 28 51 / 1);
}

.active\:border-l-brand-900\/20:active {
  border-left-color: rgb(2 28 51 / 0.2);
}

.active\:border-l-brand-900\/25:active {
  border-left-color: rgb(2 28 51 / 0.25);
}

.active\:border-l-brand-900\/30:active {
  border-left-color: rgb(2 28 51 / 0.3);
}

.active\:border-l-brand-900\/40:active {
  border-left-color: rgb(2 28 51 / 0.4);
}

.active\:border-l-brand-900\/5:active {
  border-left-color: rgb(2 28 51 / 0.05);
}

.active\:border-l-brand-900\/50:active {
  border-left-color: rgb(2 28 51 / 0.5);
}

.active\:border-l-brand-900\/60:active {
  border-left-color: rgb(2 28 51 / 0.6);
}

.active\:border-l-brand-900\/70:active {
  border-left-color: rgb(2 28 51 / 0.7);
}

.active\:border-l-brand-900\/75:active {
  border-left-color: rgb(2 28 51 / 0.75);
}

.active\:border-l-brand-900\/80:active {
  border-left-color: rgb(2 28 51 / 0.8);
}

.active\:border-l-brand-900\/90:active {
  border-left-color: rgb(2 28 51 / 0.9);
}

.active\:border-l-brand-900\/95:active {
  border-left-color: rgb(2 28 51 / 0.95);
}

.active\:border-l-current:active {
  border-left-color: currentColor;
}

.active\:border-l-cyan-100:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(207 250 254 / var(--tw-border-opacity));
}

.active\:border-l-cyan-100\/0:active {
  border-left-color: rgb(207 250 254 / 0);
}

.active\:border-l-cyan-100\/10:active {
  border-left-color: rgb(207 250 254 / 0.1);
}

.active\:border-l-cyan-100\/100:active {
  border-left-color: rgb(207 250 254 / 1);
}

.active\:border-l-cyan-100\/20:active {
  border-left-color: rgb(207 250 254 / 0.2);
}

.active\:border-l-cyan-100\/25:active {
  border-left-color: rgb(207 250 254 / 0.25);
}

.active\:border-l-cyan-100\/30:active {
  border-left-color: rgb(207 250 254 / 0.3);
}

.active\:border-l-cyan-100\/40:active {
  border-left-color: rgb(207 250 254 / 0.4);
}

.active\:border-l-cyan-100\/5:active {
  border-left-color: rgb(207 250 254 / 0.05);
}

.active\:border-l-cyan-100\/50:active {
  border-left-color: rgb(207 250 254 / 0.5);
}

.active\:border-l-cyan-100\/60:active {
  border-left-color: rgb(207 250 254 / 0.6);
}

.active\:border-l-cyan-100\/70:active {
  border-left-color: rgb(207 250 254 / 0.7);
}

.active\:border-l-cyan-100\/75:active {
  border-left-color: rgb(207 250 254 / 0.75);
}

.active\:border-l-cyan-100\/80:active {
  border-left-color: rgb(207 250 254 / 0.8);
}

.active\:border-l-cyan-100\/90:active {
  border-left-color: rgb(207 250 254 / 0.9);
}

.active\:border-l-cyan-100\/95:active {
  border-left-color: rgb(207 250 254 / 0.95);
}

.active\:border-l-cyan-200:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(165 243 252 / var(--tw-border-opacity));
}

.active\:border-l-cyan-200\/0:active {
  border-left-color: rgb(165 243 252 / 0);
}

.active\:border-l-cyan-200\/10:active {
  border-left-color: rgb(165 243 252 / 0.1);
}

.active\:border-l-cyan-200\/100:active {
  border-left-color: rgb(165 243 252 / 1);
}

.active\:border-l-cyan-200\/20:active {
  border-left-color: rgb(165 243 252 / 0.2);
}

.active\:border-l-cyan-200\/25:active {
  border-left-color: rgb(165 243 252 / 0.25);
}

.active\:border-l-cyan-200\/30:active {
  border-left-color: rgb(165 243 252 / 0.3);
}

.active\:border-l-cyan-200\/40:active {
  border-left-color: rgb(165 243 252 / 0.4);
}

.active\:border-l-cyan-200\/5:active {
  border-left-color: rgb(165 243 252 / 0.05);
}

.active\:border-l-cyan-200\/50:active {
  border-left-color: rgb(165 243 252 / 0.5);
}

.active\:border-l-cyan-200\/60:active {
  border-left-color: rgb(165 243 252 / 0.6);
}

.active\:border-l-cyan-200\/70:active {
  border-left-color: rgb(165 243 252 / 0.7);
}

.active\:border-l-cyan-200\/75:active {
  border-left-color: rgb(165 243 252 / 0.75);
}

.active\:border-l-cyan-200\/80:active {
  border-left-color: rgb(165 243 252 / 0.8);
}

.active\:border-l-cyan-200\/90:active {
  border-left-color: rgb(165 243 252 / 0.9);
}

.active\:border-l-cyan-200\/95:active {
  border-left-color: rgb(165 243 252 / 0.95);
}

.active\:border-l-cyan-300:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(103 232 249 / var(--tw-border-opacity));
}

.active\:border-l-cyan-300\/0:active {
  border-left-color: rgb(103 232 249 / 0);
}

.active\:border-l-cyan-300\/10:active {
  border-left-color: rgb(103 232 249 / 0.1);
}

.active\:border-l-cyan-300\/100:active {
  border-left-color: rgb(103 232 249 / 1);
}

.active\:border-l-cyan-300\/20:active {
  border-left-color: rgb(103 232 249 / 0.2);
}

.active\:border-l-cyan-300\/25:active {
  border-left-color: rgb(103 232 249 / 0.25);
}

.active\:border-l-cyan-300\/30:active {
  border-left-color: rgb(103 232 249 / 0.3);
}

.active\:border-l-cyan-300\/40:active {
  border-left-color: rgb(103 232 249 / 0.4);
}

.active\:border-l-cyan-300\/5:active {
  border-left-color: rgb(103 232 249 / 0.05);
}

.active\:border-l-cyan-300\/50:active {
  border-left-color: rgb(103 232 249 / 0.5);
}

.active\:border-l-cyan-300\/60:active {
  border-left-color: rgb(103 232 249 / 0.6);
}

.active\:border-l-cyan-300\/70:active {
  border-left-color: rgb(103 232 249 / 0.7);
}

.active\:border-l-cyan-300\/75:active {
  border-left-color: rgb(103 232 249 / 0.75);
}

.active\:border-l-cyan-300\/80:active {
  border-left-color: rgb(103 232 249 / 0.8);
}

.active\:border-l-cyan-300\/90:active {
  border-left-color: rgb(103 232 249 / 0.9);
}

.active\:border-l-cyan-300\/95:active {
  border-left-color: rgb(103 232 249 / 0.95);
}

.active\:border-l-cyan-400:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(34 211 238 / var(--tw-border-opacity));
}

.active\:border-l-cyan-400\/0:active {
  border-left-color: rgb(34 211 238 / 0);
}

.active\:border-l-cyan-400\/10:active {
  border-left-color: rgb(34 211 238 / 0.1);
}

.active\:border-l-cyan-400\/100:active {
  border-left-color: rgb(34 211 238 / 1);
}

.active\:border-l-cyan-400\/20:active {
  border-left-color: rgb(34 211 238 / 0.2);
}

.active\:border-l-cyan-400\/25:active {
  border-left-color: rgb(34 211 238 / 0.25);
}

.active\:border-l-cyan-400\/30:active {
  border-left-color: rgb(34 211 238 / 0.3);
}

.active\:border-l-cyan-400\/40:active {
  border-left-color: rgb(34 211 238 / 0.4);
}

.active\:border-l-cyan-400\/5:active {
  border-left-color: rgb(34 211 238 / 0.05);
}

.active\:border-l-cyan-400\/50:active {
  border-left-color: rgb(34 211 238 / 0.5);
}

.active\:border-l-cyan-400\/60:active {
  border-left-color: rgb(34 211 238 / 0.6);
}

.active\:border-l-cyan-400\/70:active {
  border-left-color: rgb(34 211 238 / 0.7);
}

.active\:border-l-cyan-400\/75:active {
  border-left-color: rgb(34 211 238 / 0.75);
}

.active\:border-l-cyan-400\/80:active {
  border-left-color: rgb(34 211 238 / 0.8);
}

.active\:border-l-cyan-400\/90:active {
  border-left-color: rgb(34 211 238 / 0.9);
}

.active\:border-l-cyan-400\/95:active {
  border-left-color: rgb(34 211 238 / 0.95);
}

.active\:border-l-cyan-50:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(236 254 255 / var(--tw-border-opacity));
}

.active\:border-l-cyan-50\/0:active {
  border-left-color: rgb(236 254 255 / 0);
}

.active\:border-l-cyan-50\/10:active {
  border-left-color: rgb(236 254 255 / 0.1);
}

.active\:border-l-cyan-50\/100:active {
  border-left-color: rgb(236 254 255 / 1);
}

.active\:border-l-cyan-50\/20:active {
  border-left-color: rgb(236 254 255 / 0.2);
}

.active\:border-l-cyan-50\/25:active {
  border-left-color: rgb(236 254 255 / 0.25);
}

.active\:border-l-cyan-50\/30:active {
  border-left-color: rgb(236 254 255 / 0.3);
}

.active\:border-l-cyan-50\/40:active {
  border-left-color: rgb(236 254 255 / 0.4);
}

.active\:border-l-cyan-50\/5:active {
  border-left-color: rgb(236 254 255 / 0.05);
}

.active\:border-l-cyan-50\/50:active {
  border-left-color: rgb(236 254 255 / 0.5);
}

.active\:border-l-cyan-50\/60:active {
  border-left-color: rgb(236 254 255 / 0.6);
}

.active\:border-l-cyan-50\/70:active {
  border-left-color: rgb(236 254 255 / 0.7);
}

.active\:border-l-cyan-50\/75:active {
  border-left-color: rgb(236 254 255 / 0.75);
}

.active\:border-l-cyan-50\/80:active {
  border-left-color: rgb(236 254 255 / 0.8);
}

.active\:border-l-cyan-50\/90:active {
  border-left-color: rgb(236 254 255 / 0.9);
}

.active\:border-l-cyan-50\/95:active {
  border-left-color: rgb(236 254 255 / 0.95);
}

.active\:border-l-cyan-500:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(6 182 212 / var(--tw-border-opacity));
}

.active\:border-l-cyan-500\/0:active {
  border-left-color: rgb(6 182 212 / 0);
}

.active\:border-l-cyan-500\/10:active {
  border-left-color: rgb(6 182 212 / 0.1);
}

.active\:border-l-cyan-500\/100:active {
  border-left-color: rgb(6 182 212 / 1);
}

.active\:border-l-cyan-500\/20:active {
  border-left-color: rgb(6 182 212 / 0.2);
}

.active\:border-l-cyan-500\/25:active {
  border-left-color: rgb(6 182 212 / 0.25);
}

.active\:border-l-cyan-500\/30:active {
  border-left-color: rgb(6 182 212 / 0.3);
}

.active\:border-l-cyan-500\/40:active {
  border-left-color: rgb(6 182 212 / 0.4);
}

.active\:border-l-cyan-500\/5:active {
  border-left-color: rgb(6 182 212 / 0.05);
}

.active\:border-l-cyan-500\/50:active {
  border-left-color: rgb(6 182 212 / 0.5);
}

.active\:border-l-cyan-500\/60:active {
  border-left-color: rgb(6 182 212 / 0.6);
}

.active\:border-l-cyan-500\/70:active {
  border-left-color: rgb(6 182 212 / 0.7);
}

.active\:border-l-cyan-500\/75:active {
  border-left-color: rgb(6 182 212 / 0.75);
}

.active\:border-l-cyan-500\/80:active {
  border-left-color: rgb(6 182 212 / 0.8);
}

.active\:border-l-cyan-500\/90:active {
  border-left-color: rgb(6 182 212 / 0.9);
}

.active\:border-l-cyan-500\/95:active {
  border-left-color: rgb(6 182 212 / 0.95);
}

.active\:border-l-cyan-600:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(8 145 178 / var(--tw-border-opacity));
}

.active\:border-l-cyan-600\/0:active {
  border-left-color: rgb(8 145 178 / 0);
}

.active\:border-l-cyan-600\/10:active {
  border-left-color: rgb(8 145 178 / 0.1);
}

.active\:border-l-cyan-600\/100:active {
  border-left-color: rgb(8 145 178 / 1);
}

.active\:border-l-cyan-600\/20:active {
  border-left-color: rgb(8 145 178 / 0.2);
}

.active\:border-l-cyan-600\/25:active {
  border-left-color: rgb(8 145 178 / 0.25);
}

.active\:border-l-cyan-600\/30:active {
  border-left-color: rgb(8 145 178 / 0.3);
}

.active\:border-l-cyan-600\/40:active {
  border-left-color: rgb(8 145 178 / 0.4);
}

.active\:border-l-cyan-600\/5:active {
  border-left-color: rgb(8 145 178 / 0.05);
}

.active\:border-l-cyan-600\/50:active {
  border-left-color: rgb(8 145 178 / 0.5);
}

.active\:border-l-cyan-600\/60:active {
  border-left-color: rgb(8 145 178 / 0.6);
}

.active\:border-l-cyan-600\/70:active {
  border-left-color: rgb(8 145 178 / 0.7);
}

.active\:border-l-cyan-600\/75:active {
  border-left-color: rgb(8 145 178 / 0.75);
}

.active\:border-l-cyan-600\/80:active {
  border-left-color: rgb(8 145 178 / 0.8);
}

.active\:border-l-cyan-600\/90:active {
  border-left-color: rgb(8 145 178 / 0.9);
}

.active\:border-l-cyan-600\/95:active {
  border-left-color: rgb(8 145 178 / 0.95);
}

.active\:border-l-cyan-700:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(14 116 144 / var(--tw-border-opacity));
}

.active\:border-l-cyan-700\/0:active {
  border-left-color: rgb(14 116 144 / 0);
}

.active\:border-l-cyan-700\/10:active {
  border-left-color: rgb(14 116 144 / 0.1);
}

.active\:border-l-cyan-700\/100:active {
  border-left-color: rgb(14 116 144 / 1);
}

.active\:border-l-cyan-700\/20:active {
  border-left-color: rgb(14 116 144 / 0.2);
}

.active\:border-l-cyan-700\/25:active {
  border-left-color: rgb(14 116 144 / 0.25);
}

.active\:border-l-cyan-700\/30:active {
  border-left-color: rgb(14 116 144 / 0.3);
}

.active\:border-l-cyan-700\/40:active {
  border-left-color: rgb(14 116 144 / 0.4);
}

.active\:border-l-cyan-700\/5:active {
  border-left-color: rgb(14 116 144 / 0.05);
}

.active\:border-l-cyan-700\/50:active {
  border-left-color: rgb(14 116 144 / 0.5);
}

.active\:border-l-cyan-700\/60:active {
  border-left-color: rgb(14 116 144 / 0.6);
}

.active\:border-l-cyan-700\/70:active {
  border-left-color: rgb(14 116 144 / 0.7);
}

.active\:border-l-cyan-700\/75:active {
  border-left-color: rgb(14 116 144 / 0.75);
}

.active\:border-l-cyan-700\/80:active {
  border-left-color: rgb(14 116 144 / 0.8);
}

.active\:border-l-cyan-700\/90:active {
  border-left-color: rgb(14 116 144 / 0.9);
}

.active\:border-l-cyan-700\/95:active {
  border-left-color: rgb(14 116 144 / 0.95);
}

.active\:border-l-cyan-800:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(21 94 117 / var(--tw-border-opacity));
}

.active\:border-l-cyan-800\/0:active {
  border-left-color: rgb(21 94 117 / 0);
}

.active\:border-l-cyan-800\/10:active {
  border-left-color: rgb(21 94 117 / 0.1);
}

.active\:border-l-cyan-800\/100:active {
  border-left-color: rgb(21 94 117 / 1);
}

.active\:border-l-cyan-800\/20:active {
  border-left-color: rgb(21 94 117 / 0.2);
}

.active\:border-l-cyan-800\/25:active {
  border-left-color: rgb(21 94 117 / 0.25);
}

.active\:border-l-cyan-800\/30:active {
  border-left-color: rgb(21 94 117 / 0.3);
}

.active\:border-l-cyan-800\/40:active {
  border-left-color: rgb(21 94 117 / 0.4);
}

.active\:border-l-cyan-800\/5:active {
  border-left-color: rgb(21 94 117 / 0.05);
}

.active\:border-l-cyan-800\/50:active {
  border-left-color: rgb(21 94 117 / 0.5);
}

.active\:border-l-cyan-800\/60:active {
  border-left-color: rgb(21 94 117 / 0.6);
}

.active\:border-l-cyan-800\/70:active {
  border-left-color: rgb(21 94 117 / 0.7);
}

.active\:border-l-cyan-800\/75:active {
  border-left-color: rgb(21 94 117 / 0.75);
}

.active\:border-l-cyan-800\/80:active {
  border-left-color: rgb(21 94 117 / 0.8);
}

.active\:border-l-cyan-800\/90:active {
  border-left-color: rgb(21 94 117 / 0.9);
}

.active\:border-l-cyan-800\/95:active {
  border-left-color: rgb(21 94 117 / 0.95);
}

.active\:border-l-cyan-900:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(22 78 99 / var(--tw-border-opacity));
}

.active\:border-l-cyan-900\/0:active {
  border-left-color: rgb(22 78 99 / 0);
}

.active\:border-l-cyan-900\/10:active {
  border-left-color: rgb(22 78 99 / 0.1);
}

.active\:border-l-cyan-900\/100:active {
  border-left-color: rgb(22 78 99 / 1);
}

.active\:border-l-cyan-900\/20:active {
  border-left-color: rgb(22 78 99 / 0.2);
}

.active\:border-l-cyan-900\/25:active {
  border-left-color: rgb(22 78 99 / 0.25);
}

.active\:border-l-cyan-900\/30:active {
  border-left-color: rgb(22 78 99 / 0.3);
}

.active\:border-l-cyan-900\/40:active {
  border-left-color: rgb(22 78 99 / 0.4);
}

.active\:border-l-cyan-900\/5:active {
  border-left-color: rgb(22 78 99 / 0.05);
}

.active\:border-l-cyan-900\/50:active {
  border-left-color: rgb(22 78 99 / 0.5);
}

.active\:border-l-cyan-900\/60:active {
  border-left-color: rgb(22 78 99 / 0.6);
}

.active\:border-l-cyan-900\/70:active {
  border-left-color: rgb(22 78 99 / 0.7);
}

.active\:border-l-cyan-900\/75:active {
  border-left-color: rgb(22 78 99 / 0.75);
}

.active\:border-l-cyan-900\/80:active {
  border-left-color: rgb(22 78 99 / 0.8);
}

.active\:border-l-cyan-900\/90:active {
  border-left-color: rgb(22 78 99 / 0.9);
}

.active\:border-l-cyan-900\/95:active {
  border-left-color: rgb(22 78 99 / 0.95);
}

.active\:border-l-cyan-950:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(8 51 68 / var(--tw-border-opacity));
}

.active\:border-l-cyan-950\/0:active {
  border-left-color: rgb(8 51 68 / 0);
}

.active\:border-l-cyan-950\/10:active {
  border-left-color: rgb(8 51 68 / 0.1);
}

.active\:border-l-cyan-950\/100:active {
  border-left-color: rgb(8 51 68 / 1);
}

.active\:border-l-cyan-950\/20:active {
  border-left-color: rgb(8 51 68 / 0.2);
}

.active\:border-l-cyan-950\/25:active {
  border-left-color: rgb(8 51 68 / 0.25);
}

.active\:border-l-cyan-950\/30:active {
  border-left-color: rgb(8 51 68 / 0.3);
}

.active\:border-l-cyan-950\/40:active {
  border-left-color: rgb(8 51 68 / 0.4);
}

.active\:border-l-cyan-950\/5:active {
  border-left-color: rgb(8 51 68 / 0.05);
}

.active\:border-l-cyan-950\/50:active {
  border-left-color: rgb(8 51 68 / 0.5);
}

.active\:border-l-cyan-950\/60:active {
  border-left-color: rgb(8 51 68 / 0.6);
}

.active\:border-l-cyan-950\/70:active {
  border-left-color: rgb(8 51 68 / 0.7);
}

.active\:border-l-cyan-950\/75:active {
  border-left-color: rgb(8 51 68 / 0.75);
}

.active\:border-l-cyan-950\/80:active {
  border-left-color: rgb(8 51 68 / 0.8);
}

.active\:border-l-cyan-950\/90:active {
  border-left-color: rgb(8 51 68 / 0.9);
}

.active\:border-l-cyan-950\/95:active {
  border-left-color: rgb(8 51 68 / 0.95);
}

.active\:border-l-emerald-100:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(209 250 229 / var(--tw-border-opacity));
}

.active\:border-l-emerald-100\/0:active {
  border-left-color: rgb(209 250 229 / 0);
}

.active\:border-l-emerald-100\/10:active {
  border-left-color: rgb(209 250 229 / 0.1);
}

.active\:border-l-emerald-100\/100:active {
  border-left-color: rgb(209 250 229 / 1);
}

.active\:border-l-emerald-100\/20:active {
  border-left-color: rgb(209 250 229 / 0.2);
}

.active\:border-l-emerald-100\/25:active {
  border-left-color: rgb(209 250 229 / 0.25);
}

.active\:border-l-emerald-100\/30:active {
  border-left-color: rgb(209 250 229 / 0.3);
}

.active\:border-l-emerald-100\/40:active {
  border-left-color: rgb(209 250 229 / 0.4);
}

.active\:border-l-emerald-100\/5:active {
  border-left-color: rgb(209 250 229 / 0.05);
}

.active\:border-l-emerald-100\/50:active {
  border-left-color: rgb(209 250 229 / 0.5);
}

.active\:border-l-emerald-100\/60:active {
  border-left-color: rgb(209 250 229 / 0.6);
}

.active\:border-l-emerald-100\/70:active {
  border-left-color: rgb(209 250 229 / 0.7);
}

.active\:border-l-emerald-100\/75:active {
  border-left-color: rgb(209 250 229 / 0.75);
}

.active\:border-l-emerald-100\/80:active {
  border-left-color: rgb(209 250 229 / 0.8);
}

.active\:border-l-emerald-100\/90:active {
  border-left-color: rgb(209 250 229 / 0.9);
}

.active\:border-l-emerald-100\/95:active {
  border-left-color: rgb(209 250 229 / 0.95);
}

.active\:border-l-emerald-200:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(167 243 208 / var(--tw-border-opacity));
}

.active\:border-l-emerald-200\/0:active {
  border-left-color: rgb(167 243 208 / 0);
}

.active\:border-l-emerald-200\/10:active {
  border-left-color: rgb(167 243 208 / 0.1);
}

.active\:border-l-emerald-200\/100:active {
  border-left-color: rgb(167 243 208 / 1);
}

.active\:border-l-emerald-200\/20:active {
  border-left-color: rgb(167 243 208 / 0.2);
}

.active\:border-l-emerald-200\/25:active {
  border-left-color: rgb(167 243 208 / 0.25);
}

.active\:border-l-emerald-200\/30:active {
  border-left-color: rgb(167 243 208 / 0.3);
}

.active\:border-l-emerald-200\/40:active {
  border-left-color: rgb(167 243 208 / 0.4);
}

.active\:border-l-emerald-200\/5:active {
  border-left-color: rgb(167 243 208 / 0.05);
}

.active\:border-l-emerald-200\/50:active {
  border-left-color: rgb(167 243 208 / 0.5);
}

.active\:border-l-emerald-200\/60:active {
  border-left-color: rgb(167 243 208 / 0.6);
}

.active\:border-l-emerald-200\/70:active {
  border-left-color: rgb(167 243 208 / 0.7);
}

.active\:border-l-emerald-200\/75:active {
  border-left-color: rgb(167 243 208 / 0.75);
}

.active\:border-l-emerald-200\/80:active {
  border-left-color: rgb(167 243 208 / 0.8);
}

.active\:border-l-emerald-200\/90:active {
  border-left-color: rgb(167 243 208 / 0.9);
}

.active\:border-l-emerald-200\/95:active {
  border-left-color: rgb(167 243 208 / 0.95);
}

.active\:border-l-emerald-300:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(110 231 183 / var(--tw-border-opacity));
}

.active\:border-l-emerald-300\/0:active {
  border-left-color: rgb(110 231 183 / 0);
}

.active\:border-l-emerald-300\/10:active {
  border-left-color: rgb(110 231 183 / 0.1);
}

.active\:border-l-emerald-300\/100:active {
  border-left-color: rgb(110 231 183 / 1);
}

.active\:border-l-emerald-300\/20:active {
  border-left-color: rgb(110 231 183 / 0.2);
}

.active\:border-l-emerald-300\/25:active {
  border-left-color: rgb(110 231 183 / 0.25);
}

.active\:border-l-emerald-300\/30:active {
  border-left-color: rgb(110 231 183 / 0.3);
}

.active\:border-l-emerald-300\/40:active {
  border-left-color: rgb(110 231 183 / 0.4);
}

.active\:border-l-emerald-300\/5:active {
  border-left-color: rgb(110 231 183 / 0.05);
}

.active\:border-l-emerald-300\/50:active {
  border-left-color: rgb(110 231 183 / 0.5);
}

.active\:border-l-emerald-300\/60:active {
  border-left-color: rgb(110 231 183 / 0.6);
}

.active\:border-l-emerald-300\/70:active {
  border-left-color: rgb(110 231 183 / 0.7);
}

.active\:border-l-emerald-300\/75:active {
  border-left-color: rgb(110 231 183 / 0.75);
}

.active\:border-l-emerald-300\/80:active {
  border-left-color: rgb(110 231 183 / 0.8);
}

.active\:border-l-emerald-300\/90:active {
  border-left-color: rgb(110 231 183 / 0.9);
}

.active\:border-l-emerald-300\/95:active {
  border-left-color: rgb(110 231 183 / 0.95);
}

.active\:border-l-emerald-400:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.active\:border-l-emerald-400\/0:active {
  border-left-color: rgb(52 211 153 / 0);
}

.active\:border-l-emerald-400\/10:active {
  border-left-color: rgb(52 211 153 / 0.1);
}

.active\:border-l-emerald-400\/100:active {
  border-left-color: rgb(52 211 153 / 1);
}

.active\:border-l-emerald-400\/20:active {
  border-left-color: rgb(52 211 153 / 0.2);
}

.active\:border-l-emerald-400\/25:active {
  border-left-color: rgb(52 211 153 / 0.25);
}

.active\:border-l-emerald-400\/30:active {
  border-left-color: rgb(52 211 153 / 0.3);
}

.active\:border-l-emerald-400\/40:active {
  border-left-color: rgb(52 211 153 / 0.4);
}

.active\:border-l-emerald-400\/5:active {
  border-left-color: rgb(52 211 153 / 0.05);
}

.active\:border-l-emerald-400\/50:active {
  border-left-color: rgb(52 211 153 / 0.5);
}

.active\:border-l-emerald-400\/60:active {
  border-left-color: rgb(52 211 153 / 0.6);
}

.active\:border-l-emerald-400\/70:active {
  border-left-color: rgb(52 211 153 / 0.7);
}

.active\:border-l-emerald-400\/75:active {
  border-left-color: rgb(52 211 153 / 0.75);
}

.active\:border-l-emerald-400\/80:active {
  border-left-color: rgb(52 211 153 / 0.8);
}

.active\:border-l-emerald-400\/90:active {
  border-left-color: rgb(52 211 153 / 0.9);
}

.active\:border-l-emerald-400\/95:active {
  border-left-color: rgb(52 211 153 / 0.95);
}

.active\:border-l-emerald-50:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(236 253 245 / var(--tw-border-opacity));
}

.active\:border-l-emerald-50\/0:active {
  border-left-color: rgb(236 253 245 / 0);
}

.active\:border-l-emerald-50\/10:active {
  border-left-color: rgb(236 253 245 / 0.1);
}

.active\:border-l-emerald-50\/100:active {
  border-left-color: rgb(236 253 245 / 1);
}

.active\:border-l-emerald-50\/20:active {
  border-left-color: rgb(236 253 245 / 0.2);
}

.active\:border-l-emerald-50\/25:active {
  border-left-color: rgb(236 253 245 / 0.25);
}

.active\:border-l-emerald-50\/30:active {
  border-left-color: rgb(236 253 245 / 0.3);
}

.active\:border-l-emerald-50\/40:active {
  border-left-color: rgb(236 253 245 / 0.4);
}

.active\:border-l-emerald-50\/5:active {
  border-left-color: rgb(236 253 245 / 0.05);
}

.active\:border-l-emerald-50\/50:active {
  border-left-color: rgb(236 253 245 / 0.5);
}

.active\:border-l-emerald-50\/60:active {
  border-left-color: rgb(236 253 245 / 0.6);
}

.active\:border-l-emerald-50\/70:active {
  border-left-color: rgb(236 253 245 / 0.7);
}

.active\:border-l-emerald-50\/75:active {
  border-left-color: rgb(236 253 245 / 0.75);
}

.active\:border-l-emerald-50\/80:active {
  border-left-color: rgb(236 253 245 / 0.8);
}

.active\:border-l-emerald-50\/90:active {
  border-left-color: rgb(236 253 245 / 0.9);
}

.active\:border-l-emerald-50\/95:active {
  border-left-color: rgb(236 253 245 / 0.95);
}

.active\:border-l-emerald-500:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.active\:border-l-emerald-500\/0:active {
  border-left-color: rgb(16 185 129 / 0);
}

.active\:border-l-emerald-500\/10:active {
  border-left-color: rgb(16 185 129 / 0.1);
}

.active\:border-l-emerald-500\/100:active {
  border-left-color: rgb(16 185 129 / 1);
}

.active\:border-l-emerald-500\/20:active {
  border-left-color: rgb(16 185 129 / 0.2);
}

.active\:border-l-emerald-500\/25:active {
  border-left-color: rgb(16 185 129 / 0.25);
}

.active\:border-l-emerald-500\/30:active {
  border-left-color: rgb(16 185 129 / 0.3);
}

.active\:border-l-emerald-500\/40:active {
  border-left-color: rgb(16 185 129 / 0.4);
}

.active\:border-l-emerald-500\/5:active {
  border-left-color: rgb(16 185 129 / 0.05);
}

.active\:border-l-emerald-500\/50:active {
  border-left-color: rgb(16 185 129 / 0.5);
}

.active\:border-l-emerald-500\/60:active {
  border-left-color: rgb(16 185 129 / 0.6);
}

.active\:border-l-emerald-500\/70:active {
  border-left-color: rgb(16 185 129 / 0.7);
}

.active\:border-l-emerald-500\/75:active {
  border-left-color: rgb(16 185 129 / 0.75);
}

.active\:border-l-emerald-500\/80:active {
  border-left-color: rgb(16 185 129 / 0.8);
}

.active\:border-l-emerald-500\/90:active {
  border-left-color: rgb(16 185 129 / 0.9);
}

.active\:border-l-emerald-500\/95:active {
  border-left-color: rgb(16 185 129 / 0.95);
}

.active\:border-l-emerald-600:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(5 150 105 / var(--tw-border-opacity));
}

.active\:border-l-emerald-600\/0:active {
  border-left-color: rgb(5 150 105 / 0);
}

.active\:border-l-emerald-600\/10:active {
  border-left-color: rgb(5 150 105 / 0.1);
}

.active\:border-l-emerald-600\/100:active {
  border-left-color: rgb(5 150 105 / 1);
}

.active\:border-l-emerald-600\/20:active {
  border-left-color: rgb(5 150 105 / 0.2);
}

.active\:border-l-emerald-600\/25:active {
  border-left-color: rgb(5 150 105 / 0.25);
}

.active\:border-l-emerald-600\/30:active {
  border-left-color: rgb(5 150 105 / 0.3);
}

.active\:border-l-emerald-600\/40:active {
  border-left-color: rgb(5 150 105 / 0.4);
}

.active\:border-l-emerald-600\/5:active {
  border-left-color: rgb(5 150 105 / 0.05);
}

.active\:border-l-emerald-600\/50:active {
  border-left-color: rgb(5 150 105 / 0.5);
}

.active\:border-l-emerald-600\/60:active {
  border-left-color: rgb(5 150 105 / 0.6);
}

.active\:border-l-emerald-600\/70:active {
  border-left-color: rgb(5 150 105 / 0.7);
}

.active\:border-l-emerald-600\/75:active {
  border-left-color: rgb(5 150 105 / 0.75);
}

.active\:border-l-emerald-600\/80:active {
  border-left-color: rgb(5 150 105 / 0.8);
}

.active\:border-l-emerald-600\/90:active {
  border-left-color: rgb(5 150 105 / 0.9);
}

.active\:border-l-emerald-600\/95:active {
  border-left-color: rgb(5 150 105 / 0.95);
}

.active\:border-l-emerald-700:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(4 120 87 / var(--tw-border-opacity));
}

.active\:border-l-emerald-700\/0:active {
  border-left-color: rgb(4 120 87 / 0);
}

.active\:border-l-emerald-700\/10:active {
  border-left-color: rgb(4 120 87 / 0.1);
}

.active\:border-l-emerald-700\/100:active {
  border-left-color: rgb(4 120 87 / 1);
}

.active\:border-l-emerald-700\/20:active {
  border-left-color: rgb(4 120 87 / 0.2);
}

.active\:border-l-emerald-700\/25:active {
  border-left-color: rgb(4 120 87 / 0.25);
}

.active\:border-l-emerald-700\/30:active {
  border-left-color: rgb(4 120 87 / 0.3);
}

.active\:border-l-emerald-700\/40:active {
  border-left-color: rgb(4 120 87 / 0.4);
}

.active\:border-l-emerald-700\/5:active {
  border-left-color: rgb(4 120 87 / 0.05);
}

.active\:border-l-emerald-700\/50:active {
  border-left-color: rgb(4 120 87 / 0.5);
}

.active\:border-l-emerald-700\/60:active {
  border-left-color: rgb(4 120 87 / 0.6);
}

.active\:border-l-emerald-700\/70:active {
  border-left-color: rgb(4 120 87 / 0.7);
}

.active\:border-l-emerald-700\/75:active {
  border-left-color: rgb(4 120 87 / 0.75);
}

.active\:border-l-emerald-700\/80:active {
  border-left-color: rgb(4 120 87 / 0.8);
}

.active\:border-l-emerald-700\/90:active {
  border-left-color: rgb(4 120 87 / 0.9);
}

.active\:border-l-emerald-700\/95:active {
  border-left-color: rgb(4 120 87 / 0.95);
}

.active\:border-l-emerald-800:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(6 95 70 / var(--tw-border-opacity));
}

.active\:border-l-emerald-800\/0:active {
  border-left-color: rgb(6 95 70 / 0);
}

.active\:border-l-emerald-800\/10:active {
  border-left-color: rgb(6 95 70 / 0.1);
}

.active\:border-l-emerald-800\/100:active {
  border-left-color: rgb(6 95 70 / 1);
}

.active\:border-l-emerald-800\/20:active {
  border-left-color: rgb(6 95 70 / 0.2);
}

.active\:border-l-emerald-800\/25:active {
  border-left-color: rgb(6 95 70 / 0.25);
}

.active\:border-l-emerald-800\/30:active {
  border-left-color: rgb(6 95 70 / 0.3);
}

.active\:border-l-emerald-800\/40:active {
  border-left-color: rgb(6 95 70 / 0.4);
}

.active\:border-l-emerald-800\/5:active {
  border-left-color: rgb(6 95 70 / 0.05);
}

.active\:border-l-emerald-800\/50:active {
  border-left-color: rgb(6 95 70 / 0.5);
}

.active\:border-l-emerald-800\/60:active {
  border-left-color: rgb(6 95 70 / 0.6);
}

.active\:border-l-emerald-800\/70:active {
  border-left-color: rgb(6 95 70 / 0.7);
}

.active\:border-l-emerald-800\/75:active {
  border-left-color: rgb(6 95 70 / 0.75);
}

.active\:border-l-emerald-800\/80:active {
  border-left-color: rgb(6 95 70 / 0.8);
}

.active\:border-l-emerald-800\/90:active {
  border-left-color: rgb(6 95 70 / 0.9);
}

.active\:border-l-emerald-800\/95:active {
  border-left-color: rgb(6 95 70 / 0.95);
}

.active\:border-l-emerald-900:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(6 78 59 / var(--tw-border-opacity));
}

.active\:border-l-emerald-900\/0:active {
  border-left-color: rgb(6 78 59 / 0);
}

.active\:border-l-emerald-900\/10:active {
  border-left-color: rgb(6 78 59 / 0.1);
}

.active\:border-l-emerald-900\/100:active {
  border-left-color: rgb(6 78 59 / 1);
}

.active\:border-l-emerald-900\/20:active {
  border-left-color: rgb(6 78 59 / 0.2);
}

.active\:border-l-emerald-900\/25:active {
  border-left-color: rgb(6 78 59 / 0.25);
}

.active\:border-l-emerald-900\/30:active {
  border-left-color: rgb(6 78 59 / 0.3);
}

.active\:border-l-emerald-900\/40:active {
  border-left-color: rgb(6 78 59 / 0.4);
}

.active\:border-l-emerald-900\/5:active {
  border-left-color: rgb(6 78 59 / 0.05);
}

.active\:border-l-emerald-900\/50:active {
  border-left-color: rgb(6 78 59 / 0.5);
}

.active\:border-l-emerald-900\/60:active {
  border-left-color: rgb(6 78 59 / 0.6);
}

.active\:border-l-emerald-900\/70:active {
  border-left-color: rgb(6 78 59 / 0.7);
}

.active\:border-l-emerald-900\/75:active {
  border-left-color: rgb(6 78 59 / 0.75);
}

.active\:border-l-emerald-900\/80:active {
  border-left-color: rgb(6 78 59 / 0.8);
}

.active\:border-l-emerald-900\/90:active {
  border-left-color: rgb(6 78 59 / 0.9);
}

.active\:border-l-emerald-900\/95:active {
  border-left-color: rgb(6 78 59 / 0.95);
}

.active\:border-l-emerald-950:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(2 44 34 / var(--tw-border-opacity));
}

.active\:border-l-emerald-950\/0:active {
  border-left-color: rgb(2 44 34 / 0);
}

.active\:border-l-emerald-950\/10:active {
  border-left-color: rgb(2 44 34 / 0.1);
}

.active\:border-l-emerald-950\/100:active {
  border-left-color: rgb(2 44 34 / 1);
}

.active\:border-l-emerald-950\/20:active {
  border-left-color: rgb(2 44 34 / 0.2);
}

.active\:border-l-emerald-950\/25:active {
  border-left-color: rgb(2 44 34 / 0.25);
}

.active\:border-l-emerald-950\/30:active {
  border-left-color: rgb(2 44 34 / 0.3);
}

.active\:border-l-emerald-950\/40:active {
  border-left-color: rgb(2 44 34 / 0.4);
}

.active\:border-l-emerald-950\/5:active {
  border-left-color: rgb(2 44 34 / 0.05);
}

.active\:border-l-emerald-950\/50:active {
  border-left-color: rgb(2 44 34 / 0.5);
}

.active\:border-l-emerald-950\/60:active {
  border-left-color: rgb(2 44 34 / 0.6);
}

.active\:border-l-emerald-950\/70:active {
  border-left-color: rgb(2 44 34 / 0.7);
}

.active\:border-l-emerald-950\/75:active {
  border-left-color: rgb(2 44 34 / 0.75);
}

.active\:border-l-emerald-950\/80:active {
  border-left-color: rgb(2 44 34 / 0.8);
}

.active\:border-l-emerald-950\/90:active {
  border-left-color: rgb(2 44 34 / 0.9);
}

.active\:border-l-emerald-950\/95:active {
  border-left-color: rgb(2 44 34 / 0.95);
}

.active\:border-l-fuchsia-100:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 232 255 / var(--tw-border-opacity));
}

.active\:border-l-fuchsia-100\/0:active {
  border-left-color: rgb(250 232 255 / 0);
}

.active\:border-l-fuchsia-100\/10:active {
  border-left-color: rgb(250 232 255 / 0.1);
}

.active\:border-l-fuchsia-100\/100:active {
  border-left-color: rgb(250 232 255 / 1);
}

.active\:border-l-fuchsia-100\/20:active {
  border-left-color: rgb(250 232 255 / 0.2);
}

.active\:border-l-fuchsia-100\/25:active {
  border-left-color: rgb(250 232 255 / 0.25);
}

.active\:border-l-fuchsia-100\/30:active {
  border-left-color: rgb(250 232 255 / 0.3);
}

.active\:border-l-fuchsia-100\/40:active {
  border-left-color: rgb(250 232 255 / 0.4);
}

.active\:border-l-fuchsia-100\/5:active {
  border-left-color: rgb(250 232 255 / 0.05);
}

.active\:border-l-fuchsia-100\/50:active {
  border-left-color: rgb(250 232 255 / 0.5);
}

.active\:border-l-fuchsia-100\/60:active {
  border-left-color: rgb(250 232 255 / 0.6);
}

.active\:border-l-fuchsia-100\/70:active {
  border-left-color: rgb(250 232 255 / 0.7);
}

.active\:border-l-fuchsia-100\/75:active {
  border-left-color: rgb(250 232 255 / 0.75);
}

.active\:border-l-fuchsia-100\/80:active {
  border-left-color: rgb(250 232 255 / 0.8);
}

.active\:border-l-fuchsia-100\/90:active {
  border-left-color: rgb(250 232 255 / 0.9);
}

.active\:border-l-fuchsia-100\/95:active {
  border-left-color: rgb(250 232 255 / 0.95);
}

.active\:border-l-fuchsia-200:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 208 254 / var(--tw-border-opacity));
}

.active\:border-l-fuchsia-200\/0:active {
  border-left-color: rgb(245 208 254 / 0);
}

.active\:border-l-fuchsia-200\/10:active {
  border-left-color: rgb(245 208 254 / 0.1);
}

.active\:border-l-fuchsia-200\/100:active {
  border-left-color: rgb(245 208 254 / 1);
}

.active\:border-l-fuchsia-200\/20:active {
  border-left-color: rgb(245 208 254 / 0.2);
}

.active\:border-l-fuchsia-200\/25:active {
  border-left-color: rgb(245 208 254 / 0.25);
}

.active\:border-l-fuchsia-200\/30:active {
  border-left-color: rgb(245 208 254 / 0.3);
}

.active\:border-l-fuchsia-200\/40:active {
  border-left-color: rgb(245 208 254 / 0.4);
}

.active\:border-l-fuchsia-200\/5:active {
  border-left-color: rgb(245 208 254 / 0.05);
}

.active\:border-l-fuchsia-200\/50:active {
  border-left-color: rgb(245 208 254 / 0.5);
}

.active\:border-l-fuchsia-200\/60:active {
  border-left-color: rgb(245 208 254 / 0.6);
}

.active\:border-l-fuchsia-200\/70:active {
  border-left-color: rgb(245 208 254 / 0.7);
}

.active\:border-l-fuchsia-200\/75:active {
  border-left-color: rgb(245 208 254 / 0.75);
}

.active\:border-l-fuchsia-200\/80:active {
  border-left-color: rgb(245 208 254 / 0.8);
}

.active\:border-l-fuchsia-200\/90:active {
  border-left-color: rgb(245 208 254 / 0.9);
}

.active\:border-l-fuchsia-200\/95:active {
  border-left-color: rgb(245 208 254 / 0.95);
}

.active\:border-l-fuchsia-300:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(240 171 252 / var(--tw-border-opacity));
}

.active\:border-l-fuchsia-300\/0:active {
  border-left-color: rgb(240 171 252 / 0);
}

.active\:border-l-fuchsia-300\/10:active {
  border-left-color: rgb(240 171 252 / 0.1);
}

.active\:border-l-fuchsia-300\/100:active {
  border-left-color: rgb(240 171 252 / 1);
}

.active\:border-l-fuchsia-300\/20:active {
  border-left-color: rgb(240 171 252 / 0.2);
}

.active\:border-l-fuchsia-300\/25:active {
  border-left-color: rgb(240 171 252 / 0.25);
}

.active\:border-l-fuchsia-300\/30:active {
  border-left-color: rgb(240 171 252 / 0.3);
}

.active\:border-l-fuchsia-300\/40:active {
  border-left-color: rgb(240 171 252 / 0.4);
}

.active\:border-l-fuchsia-300\/5:active {
  border-left-color: rgb(240 171 252 / 0.05);
}

.active\:border-l-fuchsia-300\/50:active {
  border-left-color: rgb(240 171 252 / 0.5);
}

.active\:border-l-fuchsia-300\/60:active {
  border-left-color: rgb(240 171 252 / 0.6);
}

.active\:border-l-fuchsia-300\/70:active {
  border-left-color: rgb(240 171 252 / 0.7);
}

.active\:border-l-fuchsia-300\/75:active {
  border-left-color: rgb(240 171 252 / 0.75);
}

.active\:border-l-fuchsia-300\/80:active {
  border-left-color: rgb(240 171 252 / 0.8);
}

.active\:border-l-fuchsia-300\/90:active {
  border-left-color: rgb(240 171 252 / 0.9);
}

.active\:border-l-fuchsia-300\/95:active {
  border-left-color: rgb(240 171 252 / 0.95);
}

.active\:border-l-fuchsia-400:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(232 121 249 / var(--tw-border-opacity));
}

.active\:border-l-fuchsia-400\/0:active {
  border-left-color: rgb(232 121 249 / 0);
}

.active\:border-l-fuchsia-400\/10:active {
  border-left-color: rgb(232 121 249 / 0.1);
}

.active\:border-l-fuchsia-400\/100:active {
  border-left-color: rgb(232 121 249 / 1);
}

.active\:border-l-fuchsia-400\/20:active {
  border-left-color: rgb(232 121 249 / 0.2);
}

.active\:border-l-fuchsia-400\/25:active {
  border-left-color: rgb(232 121 249 / 0.25);
}

.active\:border-l-fuchsia-400\/30:active {
  border-left-color: rgb(232 121 249 / 0.3);
}

.active\:border-l-fuchsia-400\/40:active {
  border-left-color: rgb(232 121 249 / 0.4);
}

.active\:border-l-fuchsia-400\/5:active {
  border-left-color: rgb(232 121 249 / 0.05);
}

.active\:border-l-fuchsia-400\/50:active {
  border-left-color: rgb(232 121 249 / 0.5);
}

.active\:border-l-fuchsia-400\/60:active {
  border-left-color: rgb(232 121 249 / 0.6);
}

.active\:border-l-fuchsia-400\/70:active {
  border-left-color: rgb(232 121 249 / 0.7);
}

.active\:border-l-fuchsia-400\/75:active {
  border-left-color: rgb(232 121 249 / 0.75);
}

.active\:border-l-fuchsia-400\/80:active {
  border-left-color: rgb(232 121 249 / 0.8);
}

.active\:border-l-fuchsia-400\/90:active {
  border-left-color: rgb(232 121 249 / 0.9);
}

.active\:border-l-fuchsia-400\/95:active {
  border-left-color: rgb(232 121 249 / 0.95);
}

.active\:border-l-fuchsia-50:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 244 255 / var(--tw-border-opacity));
}

.active\:border-l-fuchsia-50\/0:active {
  border-left-color: rgb(253 244 255 / 0);
}

.active\:border-l-fuchsia-50\/10:active {
  border-left-color: rgb(253 244 255 / 0.1);
}

.active\:border-l-fuchsia-50\/100:active {
  border-left-color: rgb(253 244 255 / 1);
}

.active\:border-l-fuchsia-50\/20:active {
  border-left-color: rgb(253 244 255 / 0.2);
}

.active\:border-l-fuchsia-50\/25:active {
  border-left-color: rgb(253 244 255 / 0.25);
}

.active\:border-l-fuchsia-50\/30:active {
  border-left-color: rgb(253 244 255 / 0.3);
}

.active\:border-l-fuchsia-50\/40:active {
  border-left-color: rgb(253 244 255 / 0.4);
}

.active\:border-l-fuchsia-50\/5:active {
  border-left-color: rgb(253 244 255 / 0.05);
}

.active\:border-l-fuchsia-50\/50:active {
  border-left-color: rgb(253 244 255 / 0.5);
}

.active\:border-l-fuchsia-50\/60:active {
  border-left-color: rgb(253 244 255 / 0.6);
}

.active\:border-l-fuchsia-50\/70:active {
  border-left-color: rgb(253 244 255 / 0.7);
}

.active\:border-l-fuchsia-50\/75:active {
  border-left-color: rgb(253 244 255 / 0.75);
}

.active\:border-l-fuchsia-50\/80:active {
  border-left-color: rgb(253 244 255 / 0.8);
}

.active\:border-l-fuchsia-50\/90:active {
  border-left-color: rgb(253 244 255 / 0.9);
}

.active\:border-l-fuchsia-50\/95:active {
  border-left-color: rgb(253 244 255 / 0.95);
}

.active\:border-l-fuchsia-500:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(217 70 239 / var(--tw-border-opacity));
}

.active\:border-l-fuchsia-500\/0:active {
  border-left-color: rgb(217 70 239 / 0);
}

.active\:border-l-fuchsia-500\/10:active {
  border-left-color: rgb(217 70 239 / 0.1);
}

.active\:border-l-fuchsia-500\/100:active {
  border-left-color: rgb(217 70 239 / 1);
}

.active\:border-l-fuchsia-500\/20:active {
  border-left-color: rgb(217 70 239 / 0.2);
}

.active\:border-l-fuchsia-500\/25:active {
  border-left-color: rgb(217 70 239 / 0.25);
}

.active\:border-l-fuchsia-500\/30:active {
  border-left-color: rgb(217 70 239 / 0.3);
}

.active\:border-l-fuchsia-500\/40:active {
  border-left-color: rgb(217 70 239 / 0.4);
}

.active\:border-l-fuchsia-500\/5:active {
  border-left-color: rgb(217 70 239 / 0.05);
}

.active\:border-l-fuchsia-500\/50:active {
  border-left-color: rgb(217 70 239 / 0.5);
}

.active\:border-l-fuchsia-500\/60:active {
  border-left-color: rgb(217 70 239 / 0.6);
}

.active\:border-l-fuchsia-500\/70:active {
  border-left-color: rgb(217 70 239 / 0.7);
}

.active\:border-l-fuchsia-500\/75:active {
  border-left-color: rgb(217 70 239 / 0.75);
}

.active\:border-l-fuchsia-500\/80:active {
  border-left-color: rgb(217 70 239 / 0.8);
}

.active\:border-l-fuchsia-500\/90:active {
  border-left-color: rgb(217 70 239 / 0.9);
}

.active\:border-l-fuchsia-500\/95:active {
  border-left-color: rgb(217 70 239 / 0.95);
}

.active\:border-l-fuchsia-600:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(192 38 211 / var(--tw-border-opacity));
}

.active\:border-l-fuchsia-600\/0:active {
  border-left-color: rgb(192 38 211 / 0);
}

.active\:border-l-fuchsia-600\/10:active {
  border-left-color: rgb(192 38 211 / 0.1);
}

.active\:border-l-fuchsia-600\/100:active {
  border-left-color: rgb(192 38 211 / 1);
}

.active\:border-l-fuchsia-600\/20:active {
  border-left-color: rgb(192 38 211 / 0.2);
}

.active\:border-l-fuchsia-600\/25:active {
  border-left-color: rgb(192 38 211 / 0.25);
}

.active\:border-l-fuchsia-600\/30:active {
  border-left-color: rgb(192 38 211 / 0.3);
}

.active\:border-l-fuchsia-600\/40:active {
  border-left-color: rgb(192 38 211 / 0.4);
}

.active\:border-l-fuchsia-600\/5:active {
  border-left-color: rgb(192 38 211 / 0.05);
}

.active\:border-l-fuchsia-600\/50:active {
  border-left-color: rgb(192 38 211 / 0.5);
}

.active\:border-l-fuchsia-600\/60:active {
  border-left-color: rgb(192 38 211 / 0.6);
}

.active\:border-l-fuchsia-600\/70:active {
  border-left-color: rgb(192 38 211 / 0.7);
}

.active\:border-l-fuchsia-600\/75:active {
  border-left-color: rgb(192 38 211 / 0.75);
}

.active\:border-l-fuchsia-600\/80:active {
  border-left-color: rgb(192 38 211 / 0.8);
}

.active\:border-l-fuchsia-600\/90:active {
  border-left-color: rgb(192 38 211 / 0.9);
}

.active\:border-l-fuchsia-600\/95:active {
  border-left-color: rgb(192 38 211 / 0.95);
}

.active\:border-l-fuchsia-700:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(162 28 175 / var(--tw-border-opacity));
}

.active\:border-l-fuchsia-700\/0:active {
  border-left-color: rgb(162 28 175 / 0);
}

.active\:border-l-fuchsia-700\/10:active {
  border-left-color: rgb(162 28 175 / 0.1);
}

.active\:border-l-fuchsia-700\/100:active {
  border-left-color: rgb(162 28 175 / 1);
}

.active\:border-l-fuchsia-700\/20:active {
  border-left-color: rgb(162 28 175 / 0.2);
}

.active\:border-l-fuchsia-700\/25:active {
  border-left-color: rgb(162 28 175 / 0.25);
}

.active\:border-l-fuchsia-700\/30:active {
  border-left-color: rgb(162 28 175 / 0.3);
}

.active\:border-l-fuchsia-700\/40:active {
  border-left-color: rgb(162 28 175 / 0.4);
}

.active\:border-l-fuchsia-700\/5:active {
  border-left-color: rgb(162 28 175 / 0.05);
}

.active\:border-l-fuchsia-700\/50:active {
  border-left-color: rgb(162 28 175 / 0.5);
}

.active\:border-l-fuchsia-700\/60:active {
  border-left-color: rgb(162 28 175 / 0.6);
}

.active\:border-l-fuchsia-700\/70:active {
  border-left-color: rgb(162 28 175 / 0.7);
}

.active\:border-l-fuchsia-700\/75:active {
  border-left-color: rgb(162 28 175 / 0.75);
}

.active\:border-l-fuchsia-700\/80:active {
  border-left-color: rgb(162 28 175 / 0.8);
}

.active\:border-l-fuchsia-700\/90:active {
  border-left-color: rgb(162 28 175 / 0.9);
}

.active\:border-l-fuchsia-700\/95:active {
  border-left-color: rgb(162 28 175 / 0.95);
}

.active\:border-l-fuchsia-800:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(134 25 143 / var(--tw-border-opacity));
}

.active\:border-l-fuchsia-800\/0:active {
  border-left-color: rgb(134 25 143 / 0);
}

.active\:border-l-fuchsia-800\/10:active {
  border-left-color: rgb(134 25 143 / 0.1);
}

.active\:border-l-fuchsia-800\/100:active {
  border-left-color: rgb(134 25 143 / 1);
}

.active\:border-l-fuchsia-800\/20:active {
  border-left-color: rgb(134 25 143 / 0.2);
}

.active\:border-l-fuchsia-800\/25:active {
  border-left-color: rgb(134 25 143 / 0.25);
}

.active\:border-l-fuchsia-800\/30:active {
  border-left-color: rgb(134 25 143 / 0.3);
}

.active\:border-l-fuchsia-800\/40:active {
  border-left-color: rgb(134 25 143 / 0.4);
}

.active\:border-l-fuchsia-800\/5:active {
  border-left-color: rgb(134 25 143 / 0.05);
}

.active\:border-l-fuchsia-800\/50:active {
  border-left-color: rgb(134 25 143 / 0.5);
}

.active\:border-l-fuchsia-800\/60:active {
  border-left-color: rgb(134 25 143 / 0.6);
}

.active\:border-l-fuchsia-800\/70:active {
  border-left-color: rgb(134 25 143 / 0.7);
}

.active\:border-l-fuchsia-800\/75:active {
  border-left-color: rgb(134 25 143 / 0.75);
}

.active\:border-l-fuchsia-800\/80:active {
  border-left-color: rgb(134 25 143 / 0.8);
}

.active\:border-l-fuchsia-800\/90:active {
  border-left-color: rgb(134 25 143 / 0.9);
}

.active\:border-l-fuchsia-800\/95:active {
  border-left-color: rgb(134 25 143 / 0.95);
}

.active\:border-l-fuchsia-900:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(112 26 117 / var(--tw-border-opacity));
}

.active\:border-l-fuchsia-900\/0:active {
  border-left-color: rgb(112 26 117 / 0);
}

.active\:border-l-fuchsia-900\/10:active {
  border-left-color: rgb(112 26 117 / 0.1);
}

.active\:border-l-fuchsia-900\/100:active {
  border-left-color: rgb(112 26 117 / 1);
}

.active\:border-l-fuchsia-900\/20:active {
  border-left-color: rgb(112 26 117 / 0.2);
}

.active\:border-l-fuchsia-900\/25:active {
  border-left-color: rgb(112 26 117 / 0.25);
}

.active\:border-l-fuchsia-900\/30:active {
  border-left-color: rgb(112 26 117 / 0.3);
}

.active\:border-l-fuchsia-900\/40:active {
  border-left-color: rgb(112 26 117 / 0.4);
}

.active\:border-l-fuchsia-900\/5:active {
  border-left-color: rgb(112 26 117 / 0.05);
}

.active\:border-l-fuchsia-900\/50:active {
  border-left-color: rgb(112 26 117 / 0.5);
}

.active\:border-l-fuchsia-900\/60:active {
  border-left-color: rgb(112 26 117 / 0.6);
}

.active\:border-l-fuchsia-900\/70:active {
  border-left-color: rgb(112 26 117 / 0.7);
}

.active\:border-l-fuchsia-900\/75:active {
  border-left-color: rgb(112 26 117 / 0.75);
}

.active\:border-l-fuchsia-900\/80:active {
  border-left-color: rgb(112 26 117 / 0.8);
}

.active\:border-l-fuchsia-900\/90:active {
  border-left-color: rgb(112 26 117 / 0.9);
}

.active\:border-l-fuchsia-900\/95:active {
  border-left-color: rgb(112 26 117 / 0.95);
}

.active\:border-l-fuchsia-950:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(74 4 78 / var(--tw-border-opacity));
}

.active\:border-l-fuchsia-950\/0:active {
  border-left-color: rgb(74 4 78 / 0);
}

.active\:border-l-fuchsia-950\/10:active {
  border-left-color: rgb(74 4 78 / 0.1);
}

.active\:border-l-fuchsia-950\/100:active {
  border-left-color: rgb(74 4 78 / 1);
}

.active\:border-l-fuchsia-950\/20:active {
  border-left-color: rgb(74 4 78 / 0.2);
}

.active\:border-l-fuchsia-950\/25:active {
  border-left-color: rgb(74 4 78 / 0.25);
}

.active\:border-l-fuchsia-950\/30:active {
  border-left-color: rgb(74 4 78 / 0.3);
}

.active\:border-l-fuchsia-950\/40:active {
  border-left-color: rgb(74 4 78 / 0.4);
}

.active\:border-l-fuchsia-950\/5:active {
  border-left-color: rgb(74 4 78 / 0.05);
}

.active\:border-l-fuchsia-950\/50:active {
  border-left-color: rgb(74 4 78 / 0.5);
}

.active\:border-l-fuchsia-950\/60:active {
  border-left-color: rgb(74 4 78 / 0.6);
}

.active\:border-l-fuchsia-950\/70:active {
  border-left-color: rgb(74 4 78 / 0.7);
}

.active\:border-l-fuchsia-950\/75:active {
  border-left-color: rgb(74 4 78 / 0.75);
}

.active\:border-l-fuchsia-950\/80:active {
  border-left-color: rgb(74 4 78 / 0.8);
}

.active\:border-l-fuchsia-950\/90:active {
  border-left-color: rgb(74 4 78 / 0.9);
}

.active\:border-l-fuchsia-950\/95:active {
  border-left-color: rgb(74 4 78 / 0.95);
}

.active\:border-l-gray-100:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.active\:border-l-gray-100\/0:active {
  border-left-color: rgb(243 244 246 / 0);
}

.active\:border-l-gray-100\/10:active {
  border-left-color: rgb(243 244 246 / 0.1);
}

.active\:border-l-gray-100\/100:active {
  border-left-color: rgb(243 244 246 / 1);
}

.active\:border-l-gray-100\/20:active {
  border-left-color: rgb(243 244 246 / 0.2);
}

.active\:border-l-gray-100\/25:active {
  border-left-color: rgb(243 244 246 / 0.25);
}

.active\:border-l-gray-100\/30:active {
  border-left-color: rgb(243 244 246 / 0.3);
}

.active\:border-l-gray-100\/40:active {
  border-left-color: rgb(243 244 246 / 0.4);
}

.active\:border-l-gray-100\/5:active {
  border-left-color: rgb(243 244 246 / 0.05);
}

.active\:border-l-gray-100\/50:active {
  border-left-color: rgb(243 244 246 / 0.5);
}

.active\:border-l-gray-100\/60:active {
  border-left-color: rgb(243 244 246 / 0.6);
}

.active\:border-l-gray-100\/70:active {
  border-left-color: rgb(243 244 246 / 0.7);
}

.active\:border-l-gray-100\/75:active {
  border-left-color: rgb(243 244 246 / 0.75);
}

.active\:border-l-gray-100\/80:active {
  border-left-color: rgb(243 244 246 / 0.8);
}

.active\:border-l-gray-100\/90:active {
  border-left-color: rgb(243 244 246 / 0.9);
}

.active\:border-l-gray-100\/95:active {
  border-left-color: rgb(243 244 246 / 0.95);
}

.active\:border-l-gray-200:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.active\:border-l-gray-200\/0:active {
  border-left-color: rgb(229 231 235 / 0);
}

.active\:border-l-gray-200\/10:active {
  border-left-color: rgb(229 231 235 / 0.1);
}

.active\:border-l-gray-200\/100:active {
  border-left-color: rgb(229 231 235 / 1);
}

.active\:border-l-gray-200\/20:active {
  border-left-color: rgb(229 231 235 / 0.2);
}

.active\:border-l-gray-200\/25:active {
  border-left-color: rgb(229 231 235 / 0.25);
}

.active\:border-l-gray-200\/30:active {
  border-left-color: rgb(229 231 235 / 0.3);
}

.active\:border-l-gray-200\/40:active {
  border-left-color: rgb(229 231 235 / 0.4);
}

.active\:border-l-gray-200\/5:active {
  border-left-color: rgb(229 231 235 / 0.05);
}

.active\:border-l-gray-200\/50:active {
  border-left-color: rgb(229 231 235 / 0.5);
}

.active\:border-l-gray-200\/60:active {
  border-left-color: rgb(229 231 235 / 0.6);
}

.active\:border-l-gray-200\/70:active {
  border-left-color: rgb(229 231 235 / 0.7);
}

.active\:border-l-gray-200\/75:active {
  border-left-color: rgb(229 231 235 / 0.75);
}

.active\:border-l-gray-200\/80:active {
  border-left-color: rgb(229 231 235 / 0.8);
}

.active\:border-l-gray-200\/90:active {
  border-left-color: rgb(229 231 235 / 0.9);
}

.active\:border-l-gray-200\/95:active {
  border-left-color: rgb(229 231 235 / 0.95);
}

.active\:border-l-gray-300:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.active\:border-l-gray-300\/0:active {
  border-left-color: rgb(209 213 219 / 0);
}

.active\:border-l-gray-300\/10:active {
  border-left-color: rgb(209 213 219 / 0.1);
}

.active\:border-l-gray-300\/100:active {
  border-left-color: rgb(209 213 219 / 1);
}

.active\:border-l-gray-300\/20:active {
  border-left-color: rgb(209 213 219 / 0.2);
}

.active\:border-l-gray-300\/25:active {
  border-left-color: rgb(209 213 219 / 0.25);
}

.active\:border-l-gray-300\/30:active {
  border-left-color: rgb(209 213 219 / 0.3);
}

.active\:border-l-gray-300\/40:active {
  border-left-color: rgb(209 213 219 / 0.4);
}

.active\:border-l-gray-300\/5:active {
  border-left-color: rgb(209 213 219 / 0.05);
}

.active\:border-l-gray-300\/50:active {
  border-left-color: rgb(209 213 219 / 0.5);
}

.active\:border-l-gray-300\/60:active {
  border-left-color: rgb(209 213 219 / 0.6);
}

.active\:border-l-gray-300\/70:active {
  border-left-color: rgb(209 213 219 / 0.7);
}

.active\:border-l-gray-300\/75:active {
  border-left-color: rgb(209 213 219 / 0.75);
}

.active\:border-l-gray-300\/80:active {
  border-left-color: rgb(209 213 219 / 0.8);
}

.active\:border-l-gray-300\/90:active {
  border-left-color: rgb(209 213 219 / 0.9);
}

.active\:border-l-gray-300\/95:active {
  border-left-color: rgb(209 213 219 / 0.95);
}

.active\:border-l-gray-400:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.active\:border-l-gray-400\/0:active {
  border-left-color: rgb(156 163 175 / 0);
}

.active\:border-l-gray-400\/10:active {
  border-left-color: rgb(156 163 175 / 0.1);
}

.active\:border-l-gray-400\/100:active {
  border-left-color: rgb(156 163 175 / 1);
}

.active\:border-l-gray-400\/20:active {
  border-left-color: rgb(156 163 175 / 0.2);
}

.active\:border-l-gray-400\/25:active {
  border-left-color: rgb(156 163 175 / 0.25);
}

.active\:border-l-gray-400\/30:active {
  border-left-color: rgb(156 163 175 / 0.3);
}

.active\:border-l-gray-400\/40:active {
  border-left-color: rgb(156 163 175 / 0.4);
}

.active\:border-l-gray-400\/5:active {
  border-left-color: rgb(156 163 175 / 0.05);
}

.active\:border-l-gray-400\/50:active {
  border-left-color: rgb(156 163 175 / 0.5);
}

.active\:border-l-gray-400\/60:active {
  border-left-color: rgb(156 163 175 / 0.6);
}

.active\:border-l-gray-400\/70:active {
  border-left-color: rgb(156 163 175 / 0.7);
}

.active\:border-l-gray-400\/75:active {
  border-left-color: rgb(156 163 175 / 0.75);
}

.active\:border-l-gray-400\/80:active {
  border-left-color: rgb(156 163 175 / 0.8);
}

.active\:border-l-gray-400\/90:active {
  border-left-color: rgb(156 163 175 / 0.9);
}

.active\:border-l-gray-400\/95:active {
  border-left-color: rgb(156 163 175 / 0.95);
}

.active\:border-l-gray-50:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.active\:border-l-gray-50\/0:active {
  border-left-color: rgb(249 250 251 / 0);
}

.active\:border-l-gray-50\/10:active {
  border-left-color: rgb(249 250 251 / 0.1);
}

.active\:border-l-gray-50\/100:active {
  border-left-color: rgb(249 250 251 / 1);
}

.active\:border-l-gray-50\/20:active {
  border-left-color: rgb(249 250 251 / 0.2);
}

.active\:border-l-gray-50\/25:active {
  border-left-color: rgb(249 250 251 / 0.25);
}

.active\:border-l-gray-50\/30:active {
  border-left-color: rgb(249 250 251 / 0.3);
}

.active\:border-l-gray-50\/40:active {
  border-left-color: rgb(249 250 251 / 0.4);
}

.active\:border-l-gray-50\/5:active {
  border-left-color: rgb(249 250 251 / 0.05);
}

.active\:border-l-gray-50\/50:active {
  border-left-color: rgb(249 250 251 / 0.5);
}

.active\:border-l-gray-50\/60:active {
  border-left-color: rgb(249 250 251 / 0.6);
}

.active\:border-l-gray-50\/70:active {
  border-left-color: rgb(249 250 251 / 0.7);
}

.active\:border-l-gray-50\/75:active {
  border-left-color: rgb(249 250 251 / 0.75);
}

.active\:border-l-gray-50\/80:active {
  border-left-color: rgb(249 250 251 / 0.8);
}

.active\:border-l-gray-50\/90:active {
  border-left-color: rgb(249 250 251 / 0.9);
}

.active\:border-l-gray-50\/95:active {
  border-left-color: rgb(249 250 251 / 0.95);
}

.active\:border-l-gray-500:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.active\:border-l-gray-500\/0:active {
  border-left-color: rgb(107 114 128 / 0);
}

.active\:border-l-gray-500\/10:active {
  border-left-color: rgb(107 114 128 / 0.1);
}

.active\:border-l-gray-500\/100:active {
  border-left-color: rgb(107 114 128 / 1);
}

.active\:border-l-gray-500\/20:active {
  border-left-color: rgb(107 114 128 / 0.2);
}

.active\:border-l-gray-500\/25:active {
  border-left-color: rgb(107 114 128 / 0.25);
}

.active\:border-l-gray-500\/30:active {
  border-left-color: rgb(107 114 128 / 0.3);
}

.active\:border-l-gray-500\/40:active {
  border-left-color: rgb(107 114 128 / 0.4);
}

.active\:border-l-gray-500\/5:active {
  border-left-color: rgb(107 114 128 / 0.05);
}

.active\:border-l-gray-500\/50:active {
  border-left-color: rgb(107 114 128 / 0.5);
}

.active\:border-l-gray-500\/60:active {
  border-left-color: rgb(107 114 128 / 0.6);
}

.active\:border-l-gray-500\/70:active {
  border-left-color: rgb(107 114 128 / 0.7);
}

.active\:border-l-gray-500\/75:active {
  border-left-color: rgb(107 114 128 / 0.75);
}

.active\:border-l-gray-500\/80:active {
  border-left-color: rgb(107 114 128 / 0.8);
}

.active\:border-l-gray-500\/90:active {
  border-left-color: rgb(107 114 128 / 0.9);
}

.active\:border-l-gray-500\/95:active {
  border-left-color: rgb(107 114 128 / 0.95);
}

.active\:border-l-gray-600:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.active\:border-l-gray-600\/0:active {
  border-left-color: rgb(75 85 99 / 0);
}

.active\:border-l-gray-600\/10:active {
  border-left-color: rgb(75 85 99 / 0.1);
}

.active\:border-l-gray-600\/100:active {
  border-left-color: rgb(75 85 99 / 1);
}

.active\:border-l-gray-600\/20:active {
  border-left-color: rgb(75 85 99 / 0.2);
}

.active\:border-l-gray-600\/25:active {
  border-left-color: rgb(75 85 99 / 0.25);
}

.active\:border-l-gray-600\/30:active {
  border-left-color: rgb(75 85 99 / 0.3);
}

.active\:border-l-gray-600\/40:active {
  border-left-color: rgb(75 85 99 / 0.4);
}

.active\:border-l-gray-600\/5:active {
  border-left-color: rgb(75 85 99 / 0.05);
}

.active\:border-l-gray-600\/50:active {
  border-left-color: rgb(75 85 99 / 0.5);
}

.active\:border-l-gray-600\/60:active {
  border-left-color: rgb(75 85 99 / 0.6);
}

.active\:border-l-gray-600\/70:active {
  border-left-color: rgb(75 85 99 / 0.7);
}

.active\:border-l-gray-600\/75:active {
  border-left-color: rgb(75 85 99 / 0.75);
}

.active\:border-l-gray-600\/80:active {
  border-left-color: rgb(75 85 99 / 0.8);
}

.active\:border-l-gray-600\/90:active {
  border-left-color: rgb(75 85 99 / 0.9);
}

.active\:border-l-gray-600\/95:active {
  border-left-color: rgb(75 85 99 / 0.95);
}

.active\:border-l-gray-700:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.active\:border-l-gray-700\/0:active {
  border-left-color: rgb(55 65 81 / 0);
}

.active\:border-l-gray-700\/10:active {
  border-left-color: rgb(55 65 81 / 0.1);
}

.active\:border-l-gray-700\/100:active {
  border-left-color: rgb(55 65 81 / 1);
}

.active\:border-l-gray-700\/20:active {
  border-left-color: rgb(55 65 81 / 0.2);
}

.active\:border-l-gray-700\/25:active {
  border-left-color: rgb(55 65 81 / 0.25);
}

.active\:border-l-gray-700\/30:active {
  border-left-color: rgb(55 65 81 / 0.3);
}

.active\:border-l-gray-700\/40:active {
  border-left-color: rgb(55 65 81 / 0.4);
}

.active\:border-l-gray-700\/5:active {
  border-left-color: rgb(55 65 81 / 0.05);
}

.active\:border-l-gray-700\/50:active {
  border-left-color: rgb(55 65 81 / 0.5);
}

.active\:border-l-gray-700\/60:active {
  border-left-color: rgb(55 65 81 / 0.6);
}

.active\:border-l-gray-700\/70:active {
  border-left-color: rgb(55 65 81 / 0.7);
}

.active\:border-l-gray-700\/75:active {
  border-left-color: rgb(55 65 81 / 0.75);
}

.active\:border-l-gray-700\/80:active {
  border-left-color: rgb(55 65 81 / 0.8);
}

.active\:border-l-gray-700\/90:active {
  border-left-color: rgb(55 65 81 / 0.9);
}

.active\:border-l-gray-700\/95:active {
  border-left-color: rgb(55 65 81 / 0.95);
}

.active\:border-l-gray-800:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.active\:border-l-gray-800\/0:active {
  border-left-color: rgb(31 41 55 / 0);
}

.active\:border-l-gray-800\/10:active {
  border-left-color: rgb(31 41 55 / 0.1);
}

.active\:border-l-gray-800\/100:active {
  border-left-color: rgb(31 41 55 / 1);
}

.active\:border-l-gray-800\/20:active {
  border-left-color: rgb(31 41 55 / 0.2);
}

.active\:border-l-gray-800\/25:active {
  border-left-color: rgb(31 41 55 / 0.25);
}

.active\:border-l-gray-800\/30:active {
  border-left-color: rgb(31 41 55 / 0.3);
}

.active\:border-l-gray-800\/40:active {
  border-left-color: rgb(31 41 55 / 0.4);
}

.active\:border-l-gray-800\/5:active {
  border-left-color: rgb(31 41 55 / 0.05);
}

.active\:border-l-gray-800\/50:active {
  border-left-color: rgb(31 41 55 / 0.5);
}

.active\:border-l-gray-800\/60:active {
  border-left-color: rgb(31 41 55 / 0.6);
}

.active\:border-l-gray-800\/70:active {
  border-left-color: rgb(31 41 55 / 0.7);
}

.active\:border-l-gray-800\/75:active {
  border-left-color: rgb(31 41 55 / 0.75);
}

.active\:border-l-gray-800\/80:active {
  border-left-color: rgb(31 41 55 / 0.8);
}

.active\:border-l-gray-800\/90:active {
  border-left-color: rgb(31 41 55 / 0.9);
}

.active\:border-l-gray-800\/95:active {
  border-left-color: rgb(31 41 55 / 0.95);
}

.active\:border-l-gray-900:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.active\:border-l-gray-900\/0:active {
  border-left-color: rgb(17 24 39 / 0);
}

.active\:border-l-gray-900\/10:active {
  border-left-color: rgb(17 24 39 / 0.1);
}

.active\:border-l-gray-900\/100:active {
  border-left-color: rgb(17 24 39 / 1);
}

.active\:border-l-gray-900\/20:active {
  border-left-color: rgb(17 24 39 / 0.2);
}

.active\:border-l-gray-900\/25:active {
  border-left-color: rgb(17 24 39 / 0.25);
}

.active\:border-l-gray-900\/30:active {
  border-left-color: rgb(17 24 39 / 0.3);
}

.active\:border-l-gray-900\/40:active {
  border-left-color: rgb(17 24 39 / 0.4);
}

.active\:border-l-gray-900\/5:active {
  border-left-color: rgb(17 24 39 / 0.05);
}

.active\:border-l-gray-900\/50:active {
  border-left-color: rgb(17 24 39 / 0.5);
}

.active\:border-l-gray-900\/60:active {
  border-left-color: rgb(17 24 39 / 0.6);
}

.active\:border-l-gray-900\/70:active {
  border-left-color: rgb(17 24 39 / 0.7);
}

.active\:border-l-gray-900\/75:active {
  border-left-color: rgb(17 24 39 / 0.75);
}

.active\:border-l-gray-900\/80:active {
  border-left-color: rgb(17 24 39 / 0.8);
}

.active\:border-l-gray-900\/90:active {
  border-left-color: rgb(17 24 39 / 0.9);
}

.active\:border-l-gray-900\/95:active {
  border-left-color: rgb(17 24 39 / 0.95);
}

.active\:border-l-gray-950:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(3 7 18 / var(--tw-border-opacity));
}

.active\:border-l-gray-950\/0:active {
  border-left-color: rgb(3 7 18 / 0);
}

.active\:border-l-gray-950\/10:active {
  border-left-color: rgb(3 7 18 / 0.1);
}

.active\:border-l-gray-950\/100:active {
  border-left-color: rgb(3 7 18 / 1);
}

.active\:border-l-gray-950\/20:active {
  border-left-color: rgb(3 7 18 / 0.2);
}

.active\:border-l-gray-950\/25:active {
  border-left-color: rgb(3 7 18 / 0.25);
}

.active\:border-l-gray-950\/30:active {
  border-left-color: rgb(3 7 18 / 0.3);
}

.active\:border-l-gray-950\/40:active {
  border-left-color: rgb(3 7 18 / 0.4);
}

.active\:border-l-gray-950\/5:active {
  border-left-color: rgb(3 7 18 / 0.05);
}

.active\:border-l-gray-950\/50:active {
  border-left-color: rgb(3 7 18 / 0.5);
}

.active\:border-l-gray-950\/60:active {
  border-left-color: rgb(3 7 18 / 0.6);
}

.active\:border-l-gray-950\/70:active {
  border-left-color: rgb(3 7 18 / 0.7);
}

.active\:border-l-gray-950\/75:active {
  border-left-color: rgb(3 7 18 / 0.75);
}

.active\:border-l-gray-950\/80:active {
  border-left-color: rgb(3 7 18 / 0.8);
}

.active\:border-l-gray-950\/90:active {
  border-left-color: rgb(3 7 18 / 0.9);
}

.active\:border-l-gray-950\/95:active {
  border-left-color: rgb(3 7 18 / 0.95);
}

.active\:border-l-green-100:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(220 252 231 / var(--tw-border-opacity));
}

.active\:border-l-green-100\/0:active {
  border-left-color: rgb(220 252 231 / 0);
}

.active\:border-l-green-100\/10:active {
  border-left-color: rgb(220 252 231 / 0.1);
}

.active\:border-l-green-100\/100:active {
  border-left-color: rgb(220 252 231 / 1);
}

.active\:border-l-green-100\/20:active {
  border-left-color: rgb(220 252 231 / 0.2);
}

.active\:border-l-green-100\/25:active {
  border-left-color: rgb(220 252 231 / 0.25);
}

.active\:border-l-green-100\/30:active {
  border-left-color: rgb(220 252 231 / 0.3);
}

.active\:border-l-green-100\/40:active {
  border-left-color: rgb(220 252 231 / 0.4);
}

.active\:border-l-green-100\/5:active {
  border-left-color: rgb(220 252 231 / 0.05);
}

.active\:border-l-green-100\/50:active {
  border-left-color: rgb(220 252 231 / 0.5);
}

.active\:border-l-green-100\/60:active {
  border-left-color: rgb(220 252 231 / 0.6);
}

.active\:border-l-green-100\/70:active {
  border-left-color: rgb(220 252 231 / 0.7);
}

.active\:border-l-green-100\/75:active {
  border-left-color: rgb(220 252 231 / 0.75);
}

.active\:border-l-green-100\/80:active {
  border-left-color: rgb(220 252 231 / 0.8);
}

.active\:border-l-green-100\/90:active {
  border-left-color: rgb(220 252 231 / 0.9);
}

.active\:border-l-green-100\/95:active {
  border-left-color: rgb(220 252 231 / 0.95);
}

.active\:border-l-green-200:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.active\:border-l-green-200\/0:active {
  border-left-color: rgb(187 247 208 / 0);
}

.active\:border-l-green-200\/10:active {
  border-left-color: rgb(187 247 208 / 0.1);
}

.active\:border-l-green-200\/100:active {
  border-left-color: rgb(187 247 208 / 1);
}

.active\:border-l-green-200\/20:active {
  border-left-color: rgb(187 247 208 / 0.2);
}

.active\:border-l-green-200\/25:active {
  border-left-color: rgb(187 247 208 / 0.25);
}

.active\:border-l-green-200\/30:active {
  border-left-color: rgb(187 247 208 / 0.3);
}

.active\:border-l-green-200\/40:active {
  border-left-color: rgb(187 247 208 / 0.4);
}

.active\:border-l-green-200\/5:active {
  border-left-color: rgb(187 247 208 / 0.05);
}

.active\:border-l-green-200\/50:active {
  border-left-color: rgb(187 247 208 / 0.5);
}

.active\:border-l-green-200\/60:active {
  border-left-color: rgb(187 247 208 / 0.6);
}

.active\:border-l-green-200\/70:active {
  border-left-color: rgb(187 247 208 / 0.7);
}

.active\:border-l-green-200\/75:active {
  border-left-color: rgb(187 247 208 / 0.75);
}

.active\:border-l-green-200\/80:active {
  border-left-color: rgb(187 247 208 / 0.8);
}

.active\:border-l-green-200\/90:active {
  border-left-color: rgb(187 247 208 / 0.9);
}

.active\:border-l-green-200\/95:active {
  border-left-color: rgb(187 247 208 / 0.95);
}

.active\:border-l-green-300:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.active\:border-l-green-300\/0:active {
  border-left-color: rgb(134 239 172 / 0);
}

.active\:border-l-green-300\/10:active {
  border-left-color: rgb(134 239 172 / 0.1);
}

.active\:border-l-green-300\/100:active {
  border-left-color: rgb(134 239 172 / 1);
}

.active\:border-l-green-300\/20:active {
  border-left-color: rgb(134 239 172 / 0.2);
}

.active\:border-l-green-300\/25:active {
  border-left-color: rgb(134 239 172 / 0.25);
}

.active\:border-l-green-300\/30:active {
  border-left-color: rgb(134 239 172 / 0.3);
}

.active\:border-l-green-300\/40:active {
  border-left-color: rgb(134 239 172 / 0.4);
}

.active\:border-l-green-300\/5:active {
  border-left-color: rgb(134 239 172 / 0.05);
}

.active\:border-l-green-300\/50:active {
  border-left-color: rgb(134 239 172 / 0.5);
}

.active\:border-l-green-300\/60:active {
  border-left-color: rgb(134 239 172 / 0.6);
}

.active\:border-l-green-300\/70:active {
  border-left-color: rgb(134 239 172 / 0.7);
}

.active\:border-l-green-300\/75:active {
  border-left-color: rgb(134 239 172 / 0.75);
}

.active\:border-l-green-300\/80:active {
  border-left-color: rgb(134 239 172 / 0.8);
}

.active\:border-l-green-300\/90:active {
  border-left-color: rgb(134 239 172 / 0.9);
}

.active\:border-l-green-300\/95:active {
  border-left-color: rgb(134 239 172 / 0.95);
}

.active\:border-l-green-400:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.active\:border-l-green-400\/0:active {
  border-left-color: rgb(74 222 128 / 0);
}

.active\:border-l-green-400\/10:active {
  border-left-color: rgb(74 222 128 / 0.1);
}

.active\:border-l-green-400\/100:active {
  border-left-color: rgb(74 222 128 / 1);
}

.active\:border-l-green-400\/20:active {
  border-left-color: rgb(74 222 128 / 0.2);
}

.active\:border-l-green-400\/25:active {
  border-left-color: rgb(74 222 128 / 0.25);
}

.active\:border-l-green-400\/30:active {
  border-left-color: rgb(74 222 128 / 0.3);
}

.active\:border-l-green-400\/40:active {
  border-left-color: rgb(74 222 128 / 0.4);
}

.active\:border-l-green-400\/5:active {
  border-left-color: rgb(74 222 128 / 0.05);
}

.active\:border-l-green-400\/50:active {
  border-left-color: rgb(74 222 128 / 0.5);
}

.active\:border-l-green-400\/60:active {
  border-left-color: rgb(74 222 128 / 0.6);
}

.active\:border-l-green-400\/70:active {
  border-left-color: rgb(74 222 128 / 0.7);
}

.active\:border-l-green-400\/75:active {
  border-left-color: rgb(74 222 128 / 0.75);
}

.active\:border-l-green-400\/80:active {
  border-left-color: rgb(74 222 128 / 0.8);
}

.active\:border-l-green-400\/90:active {
  border-left-color: rgb(74 222 128 / 0.9);
}

.active\:border-l-green-400\/95:active {
  border-left-color: rgb(74 222 128 / 0.95);
}

.active\:border-l-green-50:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(240 253 244 / var(--tw-border-opacity));
}

.active\:border-l-green-50\/0:active {
  border-left-color: rgb(240 253 244 / 0);
}

.active\:border-l-green-50\/10:active {
  border-left-color: rgb(240 253 244 / 0.1);
}

.active\:border-l-green-50\/100:active {
  border-left-color: rgb(240 253 244 / 1);
}

.active\:border-l-green-50\/20:active {
  border-left-color: rgb(240 253 244 / 0.2);
}

.active\:border-l-green-50\/25:active {
  border-left-color: rgb(240 253 244 / 0.25);
}

.active\:border-l-green-50\/30:active {
  border-left-color: rgb(240 253 244 / 0.3);
}

.active\:border-l-green-50\/40:active {
  border-left-color: rgb(240 253 244 / 0.4);
}

.active\:border-l-green-50\/5:active {
  border-left-color: rgb(240 253 244 / 0.05);
}

.active\:border-l-green-50\/50:active {
  border-left-color: rgb(240 253 244 / 0.5);
}

.active\:border-l-green-50\/60:active {
  border-left-color: rgb(240 253 244 / 0.6);
}

.active\:border-l-green-50\/70:active {
  border-left-color: rgb(240 253 244 / 0.7);
}

.active\:border-l-green-50\/75:active {
  border-left-color: rgb(240 253 244 / 0.75);
}

.active\:border-l-green-50\/80:active {
  border-left-color: rgb(240 253 244 / 0.8);
}

.active\:border-l-green-50\/90:active {
  border-left-color: rgb(240 253 244 / 0.9);
}

.active\:border-l-green-50\/95:active {
  border-left-color: rgb(240 253 244 / 0.95);
}

.active\:border-l-green-500:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.active\:border-l-green-500\/0:active {
  border-left-color: rgb(34 197 94 / 0);
}

.active\:border-l-green-500\/10:active {
  border-left-color: rgb(34 197 94 / 0.1);
}

.active\:border-l-green-500\/100:active {
  border-left-color: rgb(34 197 94 / 1);
}

.active\:border-l-green-500\/20:active {
  border-left-color: rgb(34 197 94 / 0.2);
}

.active\:border-l-green-500\/25:active {
  border-left-color: rgb(34 197 94 / 0.25);
}

.active\:border-l-green-500\/30:active {
  border-left-color: rgb(34 197 94 / 0.3);
}

.active\:border-l-green-500\/40:active {
  border-left-color: rgb(34 197 94 / 0.4);
}

.active\:border-l-green-500\/5:active {
  border-left-color: rgb(34 197 94 / 0.05);
}

.active\:border-l-green-500\/50:active {
  border-left-color: rgb(34 197 94 / 0.5);
}

.active\:border-l-green-500\/60:active {
  border-left-color: rgb(34 197 94 / 0.6);
}

.active\:border-l-green-500\/70:active {
  border-left-color: rgb(34 197 94 / 0.7);
}

.active\:border-l-green-500\/75:active {
  border-left-color: rgb(34 197 94 / 0.75);
}

.active\:border-l-green-500\/80:active {
  border-left-color: rgb(34 197 94 / 0.8);
}

.active\:border-l-green-500\/90:active {
  border-left-color: rgb(34 197 94 / 0.9);
}

.active\:border-l-green-500\/95:active {
  border-left-color: rgb(34 197 94 / 0.95);
}

.active\:border-l-green-600:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.active\:border-l-green-600\/0:active {
  border-left-color: rgb(22 163 74 / 0);
}

.active\:border-l-green-600\/10:active {
  border-left-color: rgb(22 163 74 / 0.1);
}

.active\:border-l-green-600\/100:active {
  border-left-color: rgb(22 163 74 / 1);
}

.active\:border-l-green-600\/20:active {
  border-left-color: rgb(22 163 74 / 0.2);
}

.active\:border-l-green-600\/25:active {
  border-left-color: rgb(22 163 74 / 0.25);
}

.active\:border-l-green-600\/30:active {
  border-left-color: rgb(22 163 74 / 0.3);
}

.active\:border-l-green-600\/40:active {
  border-left-color: rgb(22 163 74 / 0.4);
}

.active\:border-l-green-600\/5:active {
  border-left-color: rgb(22 163 74 / 0.05);
}

.active\:border-l-green-600\/50:active {
  border-left-color: rgb(22 163 74 / 0.5);
}

.active\:border-l-green-600\/60:active {
  border-left-color: rgb(22 163 74 / 0.6);
}

.active\:border-l-green-600\/70:active {
  border-left-color: rgb(22 163 74 / 0.7);
}

.active\:border-l-green-600\/75:active {
  border-left-color: rgb(22 163 74 / 0.75);
}

.active\:border-l-green-600\/80:active {
  border-left-color: rgb(22 163 74 / 0.8);
}

.active\:border-l-green-600\/90:active {
  border-left-color: rgb(22 163 74 / 0.9);
}

.active\:border-l-green-600\/95:active {
  border-left-color: rgb(22 163 74 / 0.95);
}

.active\:border-l-green-700:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.active\:border-l-green-700\/0:active {
  border-left-color: rgb(21 128 61 / 0);
}

.active\:border-l-green-700\/10:active {
  border-left-color: rgb(21 128 61 / 0.1);
}

.active\:border-l-green-700\/100:active {
  border-left-color: rgb(21 128 61 / 1);
}

.active\:border-l-green-700\/20:active {
  border-left-color: rgb(21 128 61 / 0.2);
}

.active\:border-l-green-700\/25:active {
  border-left-color: rgb(21 128 61 / 0.25);
}

.active\:border-l-green-700\/30:active {
  border-left-color: rgb(21 128 61 / 0.3);
}

.active\:border-l-green-700\/40:active {
  border-left-color: rgb(21 128 61 / 0.4);
}

.active\:border-l-green-700\/5:active {
  border-left-color: rgb(21 128 61 / 0.05);
}

.active\:border-l-green-700\/50:active {
  border-left-color: rgb(21 128 61 / 0.5);
}

.active\:border-l-green-700\/60:active {
  border-left-color: rgb(21 128 61 / 0.6);
}

.active\:border-l-green-700\/70:active {
  border-left-color: rgb(21 128 61 / 0.7);
}

.active\:border-l-green-700\/75:active {
  border-left-color: rgb(21 128 61 / 0.75);
}

.active\:border-l-green-700\/80:active {
  border-left-color: rgb(21 128 61 / 0.8);
}

.active\:border-l-green-700\/90:active {
  border-left-color: rgb(21 128 61 / 0.9);
}

.active\:border-l-green-700\/95:active {
  border-left-color: rgb(21 128 61 / 0.95);
}

.active\:border-l-green-800:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.active\:border-l-green-800\/0:active {
  border-left-color: rgb(22 101 52 / 0);
}

.active\:border-l-green-800\/10:active {
  border-left-color: rgb(22 101 52 / 0.1);
}

.active\:border-l-green-800\/100:active {
  border-left-color: rgb(22 101 52 / 1);
}

.active\:border-l-green-800\/20:active {
  border-left-color: rgb(22 101 52 / 0.2);
}

.active\:border-l-green-800\/25:active {
  border-left-color: rgb(22 101 52 / 0.25);
}

.active\:border-l-green-800\/30:active {
  border-left-color: rgb(22 101 52 / 0.3);
}

.active\:border-l-green-800\/40:active {
  border-left-color: rgb(22 101 52 / 0.4);
}

.active\:border-l-green-800\/5:active {
  border-left-color: rgb(22 101 52 / 0.05);
}

.active\:border-l-green-800\/50:active {
  border-left-color: rgb(22 101 52 / 0.5);
}

.active\:border-l-green-800\/60:active {
  border-left-color: rgb(22 101 52 / 0.6);
}

.active\:border-l-green-800\/70:active {
  border-left-color: rgb(22 101 52 / 0.7);
}

.active\:border-l-green-800\/75:active {
  border-left-color: rgb(22 101 52 / 0.75);
}

.active\:border-l-green-800\/80:active {
  border-left-color: rgb(22 101 52 / 0.8);
}

.active\:border-l-green-800\/90:active {
  border-left-color: rgb(22 101 52 / 0.9);
}

.active\:border-l-green-800\/95:active {
  border-left-color: rgb(22 101 52 / 0.95);
}

.active\:border-l-green-900:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(20 83 45 / var(--tw-border-opacity));
}

.active\:border-l-green-900\/0:active {
  border-left-color: rgb(20 83 45 / 0);
}

.active\:border-l-green-900\/10:active {
  border-left-color: rgb(20 83 45 / 0.1);
}

.active\:border-l-green-900\/100:active {
  border-left-color: rgb(20 83 45 / 1);
}

.active\:border-l-green-900\/20:active {
  border-left-color: rgb(20 83 45 / 0.2);
}

.active\:border-l-green-900\/25:active {
  border-left-color: rgb(20 83 45 / 0.25);
}

.active\:border-l-green-900\/30:active {
  border-left-color: rgb(20 83 45 / 0.3);
}

.active\:border-l-green-900\/40:active {
  border-left-color: rgb(20 83 45 / 0.4);
}

.active\:border-l-green-900\/5:active {
  border-left-color: rgb(20 83 45 / 0.05);
}

.active\:border-l-green-900\/50:active {
  border-left-color: rgb(20 83 45 / 0.5);
}

.active\:border-l-green-900\/60:active {
  border-left-color: rgb(20 83 45 / 0.6);
}

.active\:border-l-green-900\/70:active {
  border-left-color: rgb(20 83 45 / 0.7);
}

.active\:border-l-green-900\/75:active {
  border-left-color: rgb(20 83 45 / 0.75);
}

.active\:border-l-green-900\/80:active {
  border-left-color: rgb(20 83 45 / 0.8);
}

.active\:border-l-green-900\/90:active {
  border-left-color: rgb(20 83 45 / 0.9);
}

.active\:border-l-green-900\/95:active {
  border-left-color: rgb(20 83 45 / 0.95);
}

.active\:border-l-green-950:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(5 46 22 / var(--tw-border-opacity));
}

.active\:border-l-green-950\/0:active {
  border-left-color: rgb(5 46 22 / 0);
}

.active\:border-l-green-950\/10:active {
  border-left-color: rgb(5 46 22 / 0.1);
}

.active\:border-l-green-950\/100:active {
  border-left-color: rgb(5 46 22 / 1);
}

.active\:border-l-green-950\/20:active {
  border-left-color: rgb(5 46 22 / 0.2);
}

.active\:border-l-green-950\/25:active {
  border-left-color: rgb(5 46 22 / 0.25);
}

.active\:border-l-green-950\/30:active {
  border-left-color: rgb(5 46 22 / 0.3);
}

.active\:border-l-green-950\/40:active {
  border-left-color: rgb(5 46 22 / 0.4);
}

.active\:border-l-green-950\/5:active {
  border-left-color: rgb(5 46 22 / 0.05);
}

.active\:border-l-green-950\/50:active {
  border-left-color: rgb(5 46 22 / 0.5);
}

.active\:border-l-green-950\/60:active {
  border-left-color: rgb(5 46 22 / 0.6);
}

.active\:border-l-green-950\/70:active {
  border-left-color: rgb(5 46 22 / 0.7);
}

.active\:border-l-green-950\/75:active {
  border-left-color: rgb(5 46 22 / 0.75);
}

.active\:border-l-green-950\/80:active {
  border-left-color: rgb(5 46 22 / 0.8);
}

.active\:border-l-green-950\/90:active {
  border-left-color: rgb(5 46 22 / 0.9);
}

.active\:border-l-green-950\/95:active {
  border-left-color: rgb(5 46 22 / 0.95);
}

.active\:border-l-indigo-100:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(224 231 255 / var(--tw-border-opacity));
}

.active\:border-l-indigo-100\/0:active {
  border-left-color: rgb(224 231 255 / 0);
}

.active\:border-l-indigo-100\/10:active {
  border-left-color: rgb(224 231 255 / 0.1);
}

.active\:border-l-indigo-100\/100:active {
  border-left-color: rgb(224 231 255 / 1);
}

.active\:border-l-indigo-100\/20:active {
  border-left-color: rgb(224 231 255 / 0.2);
}

.active\:border-l-indigo-100\/25:active {
  border-left-color: rgb(224 231 255 / 0.25);
}

.active\:border-l-indigo-100\/30:active {
  border-left-color: rgb(224 231 255 / 0.3);
}

.active\:border-l-indigo-100\/40:active {
  border-left-color: rgb(224 231 255 / 0.4);
}

.active\:border-l-indigo-100\/5:active {
  border-left-color: rgb(224 231 255 / 0.05);
}

.active\:border-l-indigo-100\/50:active {
  border-left-color: rgb(224 231 255 / 0.5);
}

.active\:border-l-indigo-100\/60:active {
  border-left-color: rgb(224 231 255 / 0.6);
}

.active\:border-l-indigo-100\/70:active {
  border-left-color: rgb(224 231 255 / 0.7);
}

.active\:border-l-indigo-100\/75:active {
  border-left-color: rgb(224 231 255 / 0.75);
}

.active\:border-l-indigo-100\/80:active {
  border-left-color: rgb(224 231 255 / 0.8);
}

.active\:border-l-indigo-100\/90:active {
  border-left-color: rgb(224 231 255 / 0.9);
}

.active\:border-l-indigo-100\/95:active {
  border-left-color: rgb(224 231 255 / 0.95);
}

.active\:border-l-indigo-200:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.active\:border-l-indigo-200\/0:active {
  border-left-color: rgb(199 210 254 / 0);
}

.active\:border-l-indigo-200\/10:active {
  border-left-color: rgb(199 210 254 / 0.1);
}

.active\:border-l-indigo-200\/100:active {
  border-left-color: rgb(199 210 254 / 1);
}

.active\:border-l-indigo-200\/20:active {
  border-left-color: rgb(199 210 254 / 0.2);
}

.active\:border-l-indigo-200\/25:active {
  border-left-color: rgb(199 210 254 / 0.25);
}

.active\:border-l-indigo-200\/30:active {
  border-left-color: rgb(199 210 254 / 0.3);
}

.active\:border-l-indigo-200\/40:active {
  border-left-color: rgb(199 210 254 / 0.4);
}

.active\:border-l-indigo-200\/5:active {
  border-left-color: rgb(199 210 254 / 0.05);
}

.active\:border-l-indigo-200\/50:active {
  border-left-color: rgb(199 210 254 / 0.5);
}

.active\:border-l-indigo-200\/60:active {
  border-left-color: rgb(199 210 254 / 0.6);
}

.active\:border-l-indigo-200\/70:active {
  border-left-color: rgb(199 210 254 / 0.7);
}

.active\:border-l-indigo-200\/75:active {
  border-left-color: rgb(199 210 254 / 0.75);
}

.active\:border-l-indigo-200\/80:active {
  border-left-color: rgb(199 210 254 / 0.8);
}

.active\:border-l-indigo-200\/90:active {
  border-left-color: rgb(199 210 254 / 0.9);
}

.active\:border-l-indigo-200\/95:active {
  border-left-color: rgb(199 210 254 / 0.95);
}

.active\:border-l-indigo-300:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.active\:border-l-indigo-300\/0:active {
  border-left-color: rgb(165 180 252 / 0);
}

.active\:border-l-indigo-300\/10:active {
  border-left-color: rgb(165 180 252 / 0.1);
}

.active\:border-l-indigo-300\/100:active {
  border-left-color: rgb(165 180 252 / 1);
}

.active\:border-l-indigo-300\/20:active {
  border-left-color: rgb(165 180 252 / 0.2);
}

.active\:border-l-indigo-300\/25:active {
  border-left-color: rgb(165 180 252 / 0.25);
}

.active\:border-l-indigo-300\/30:active {
  border-left-color: rgb(165 180 252 / 0.3);
}

.active\:border-l-indigo-300\/40:active {
  border-left-color: rgb(165 180 252 / 0.4);
}

.active\:border-l-indigo-300\/5:active {
  border-left-color: rgb(165 180 252 / 0.05);
}

.active\:border-l-indigo-300\/50:active {
  border-left-color: rgb(165 180 252 / 0.5);
}

.active\:border-l-indigo-300\/60:active {
  border-left-color: rgb(165 180 252 / 0.6);
}

.active\:border-l-indigo-300\/70:active {
  border-left-color: rgb(165 180 252 / 0.7);
}

.active\:border-l-indigo-300\/75:active {
  border-left-color: rgb(165 180 252 / 0.75);
}

.active\:border-l-indigo-300\/80:active {
  border-left-color: rgb(165 180 252 / 0.8);
}

.active\:border-l-indigo-300\/90:active {
  border-left-color: rgb(165 180 252 / 0.9);
}

.active\:border-l-indigo-300\/95:active {
  border-left-color: rgb(165 180 252 / 0.95);
}

.active\:border-l-indigo-400:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.active\:border-l-indigo-400\/0:active {
  border-left-color: rgb(129 140 248 / 0);
}

.active\:border-l-indigo-400\/10:active {
  border-left-color: rgb(129 140 248 / 0.1);
}

.active\:border-l-indigo-400\/100:active {
  border-left-color: rgb(129 140 248 / 1);
}

.active\:border-l-indigo-400\/20:active {
  border-left-color: rgb(129 140 248 / 0.2);
}

.active\:border-l-indigo-400\/25:active {
  border-left-color: rgb(129 140 248 / 0.25);
}

.active\:border-l-indigo-400\/30:active {
  border-left-color: rgb(129 140 248 / 0.3);
}

.active\:border-l-indigo-400\/40:active {
  border-left-color: rgb(129 140 248 / 0.4);
}

.active\:border-l-indigo-400\/5:active {
  border-left-color: rgb(129 140 248 / 0.05);
}

.active\:border-l-indigo-400\/50:active {
  border-left-color: rgb(129 140 248 / 0.5);
}

.active\:border-l-indigo-400\/60:active {
  border-left-color: rgb(129 140 248 / 0.6);
}

.active\:border-l-indigo-400\/70:active {
  border-left-color: rgb(129 140 248 / 0.7);
}

.active\:border-l-indigo-400\/75:active {
  border-left-color: rgb(129 140 248 / 0.75);
}

.active\:border-l-indigo-400\/80:active {
  border-left-color: rgb(129 140 248 / 0.8);
}

.active\:border-l-indigo-400\/90:active {
  border-left-color: rgb(129 140 248 / 0.9);
}

.active\:border-l-indigo-400\/95:active {
  border-left-color: rgb(129 140 248 / 0.95);
}

.active\:border-l-indigo-50:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(238 242 255 / var(--tw-border-opacity));
}

.active\:border-l-indigo-50\/0:active {
  border-left-color: rgb(238 242 255 / 0);
}

.active\:border-l-indigo-50\/10:active {
  border-left-color: rgb(238 242 255 / 0.1);
}

.active\:border-l-indigo-50\/100:active {
  border-left-color: rgb(238 242 255 / 1);
}

.active\:border-l-indigo-50\/20:active {
  border-left-color: rgb(238 242 255 / 0.2);
}

.active\:border-l-indigo-50\/25:active {
  border-left-color: rgb(238 242 255 / 0.25);
}

.active\:border-l-indigo-50\/30:active {
  border-left-color: rgb(238 242 255 / 0.3);
}

.active\:border-l-indigo-50\/40:active {
  border-left-color: rgb(238 242 255 / 0.4);
}

.active\:border-l-indigo-50\/5:active {
  border-left-color: rgb(238 242 255 / 0.05);
}

.active\:border-l-indigo-50\/50:active {
  border-left-color: rgb(238 242 255 / 0.5);
}

.active\:border-l-indigo-50\/60:active {
  border-left-color: rgb(238 242 255 / 0.6);
}

.active\:border-l-indigo-50\/70:active {
  border-left-color: rgb(238 242 255 / 0.7);
}

.active\:border-l-indigo-50\/75:active {
  border-left-color: rgb(238 242 255 / 0.75);
}

.active\:border-l-indigo-50\/80:active {
  border-left-color: rgb(238 242 255 / 0.8);
}

.active\:border-l-indigo-50\/90:active {
  border-left-color: rgb(238 242 255 / 0.9);
}

.active\:border-l-indigo-50\/95:active {
  border-left-color: rgb(238 242 255 / 0.95);
}

.active\:border-l-indigo-500:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.active\:border-l-indigo-500\/0:active {
  border-left-color: rgb(99 102 241 / 0);
}

.active\:border-l-indigo-500\/10:active {
  border-left-color: rgb(99 102 241 / 0.1);
}

.active\:border-l-indigo-500\/100:active {
  border-left-color: rgb(99 102 241 / 1);
}

.active\:border-l-indigo-500\/20:active {
  border-left-color: rgb(99 102 241 / 0.2);
}

.active\:border-l-indigo-500\/25:active {
  border-left-color: rgb(99 102 241 / 0.25);
}

.active\:border-l-indigo-500\/30:active {
  border-left-color: rgb(99 102 241 / 0.3);
}

.active\:border-l-indigo-500\/40:active {
  border-left-color: rgb(99 102 241 / 0.4);
}

.active\:border-l-indigo-500\/5:active {
  border-left-color: rgb(99 102 241 / 0.05);
}

.active\:border-l-indigo-500\/50:active {
  border-left-color: rgb(99 102 241 / 0.5);
}

.active\:border-l-indigo-500\/60:active {
  border-left-color: rgb(99 102 241 / 0.6);
}

.active\:border-l-indigo-500\/70:active {
  border-left-color: rgb(99 102 241 / 0.7);
}

.active\:border-l-indigo-500\/75:active {
  border-left-color: rgb(99 102 241 / 0.75);
}

.active\:border-l-indigo-500\/80:active {
  border-left-color: rgb(99 102 241 / 0.8);
}

.active\:border-l-indigo-500\/90:active {
  border-left-color: rgb(99 102 241 / 0.9);
}

.active\:border-l-indigo-500\/95:active {
  border-left-color: rgb(99 102 241 / 0.95);
}

.active\:border-l-indigo-600:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.active\:border-l-indigo-600\/0:active {
  border-left-color: rgb(79 70 229 / 0);
}

.active\:border-l-indigo-600\/10:active {
  border-left-color: rgb(79 70 229 / 0.1);
}

.active\:border-l-indigo-600\/100:active {
  border-left-color: rgb(79 70 229 / 1);
}

.active\:border-l-indigo-600\/20:active {
  border-left-color: rgb(79 70 229 / 0.2);
}

.active\:border-l-indigo-600\/25:active {
  border-left-color: rgb(79 70 229 / 0.25);
}

.active\:border-l-indigo-600\/30:active {
  border-left-color: rgb(79 70 229 / 0.3);
}

.active\:border-l-indigo-600\/40:active {
  border-left-color: rgb(79 70 229 / 0.4);
}

.active\:border-l-indigo-600\/5:active {
  border-left-color: rgb(79 70 229 / 0.05);
}

.active\:border-l-indigo-600\/50:active {
  border-left-color: rgb(79 70 229 / 0.5);
}

.active\:border-l-indigo-600\/60:active {
  border-left-color: rgb(79 70 229 / 0.6);
}

.active\:border-l-indigo-600\/70:active {
  border-left-color: rgb(79 70 229 / 0.7);
}

.active\:border-l-indigo-600\/75:active {
  border-left-color: rgb(79 70 229 / 0.75);
}

.active\:border-l-indigo-600\/80:active {
  border-left-color: rgb(79 70 229 / 0.8);
}

.active\:border-l-indigo-600\/90:active {
  border-left-color: rgb(79 70 229 / 0.9);
}

.active\:border-l-indigo-600\/95:active {
  border-left-color: rgb(79 70 229 / 0.95);
}

.active\:border-l-indigo-700:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.active\:border-l-indigo-700\/0:active {
  border-left-color: rgb(67 56 202 / 0);
}

.active\:border-l-indigo-700\/10:active {
  border-left-color: rgb(67 56 202 / 0.1);
}

.active\:border-l-indigo-700\/100:active {
  border-left-color: rgb(67 56 202 / 1);
}

.active\:border-l-indigo-700\/20:active {
  border-left-color: rgb(67 56 202 / 0.2);
}

.active\:border-l-indigo-700\/25:active {
  border-left-color: rgb(67 56 202 / 0.25);
}

.active\:border-l-indigo-700\/30:active {
  border-left-color: rgb(67 56 202 / 0.3);
}

.active\:border-l-indigo-700\/40:active {
  border-left-color: rgb(67 56 202 / 0.4);
}

.active\:border-l-indigo-700\/5:active {
  border-left-color: rgb(67 56 202 / 0.05);
}

.active\:border-l-indigo-700\/50:active {
  border-left-color: rgb(67 56 202 / 0.5);
}

.active\:border-l-indigo-700\/60:active {
  border-left-color: rgb(67 56 202 / 0.6);
}

.active\:border-l-indigo-700\/70:active {
  border-left-color: rgb(67 56 202 / 0.7);
}

.active\:border-l-indigo-700\/75:active {
  border-left-color: rgb(67 56 202 / 0.75);
}

.active\:border-l-indigo-700\/80:active {
  border-left-color: rgb(67 56 202 / 0.8);
}

.active\:border-l-indigo-700\/90:active {
  border-left-color: rgb(67 56 202 / 0.9);
}

.active\:border-l-indigo-700\/95:active {
  border-left-color: rgb(67 56 202 / 0.95);
}

.active\:border-l-indigo-800:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(55 48 163 / var(--tw-border-opacity));
}

.active\:border-l-indigo-800\/0:active {
  border-left-color: rgb(55 48 163 / 0);
}

.active\:border-l-indigo-800\/10:active {
  border-left-color: rgb(55 48 163 / 0.1);
}

.active\:border-l-indigo-800\/100:active {
  border-left-color: rgb(55 48 163 / 1);
}

.active\:border-l-indigo-800\/20:active {
  border-left-color: rgb(55 48 163 / 0.2);
}

.active\:border-l-indigo-800\/25:active {
  border-left-color: rgb(55 48 163 / 0.25);
}

.active\:border-l-indigo-800\/30:active {
  border-left-color: rgb(55 48 163 / 0.3);
}

.active\:border-l-indigo-800\/40:active {
  border-left-color: rgb(55 48 163 / 0.4);
}

.active\:border-l-indigo-800\/5:active {
  border-left-color: rgb(55 48 163 / 0.05);
}

.active\:border-l-indigo-800\/50:active {
  border-left-color: rgb(55 48 163 / 0.5);
}

.active\:border-l-indigo-800\/60:active {
  border-left-color: rgb(55 48 163 / 0.6);
}

.active\:border-l-indigo-800\/70:active {
  border-left-color: rgb(55 48 163 / 0.7);
}

.active\:border-l-indigo-800\/75:active {
  border-left-color: rgb(55 48 163 / 0.75);
}

.active\:border-l-indigo-800\/80:active {
  border-left-color: rgb(55 48 163 / 0.8);
}

.active\:border-l-indigo-800\/90:active {
  border-left-color: rgb(55 48 163 / 0.9);
}

.active\:border-l-indigo-800\/95:active {
  border-left-color: rgb(55 48 163 / 0.95);
}

.active\:border-l-indigo-900:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(49 46 129 / var(--tw-border-opacity));
}

.active\:border-l-indigo-900\/0:active {
  border-left-color: rgb(49 46 129 / 0);
}

.active\:border-l-indigo-900\/10:active {
  border-left-color: rgb(49 46 129 / 0.1);
}

.active\:border-l-indigo-900\/100:active {
  border-left-color: rgb(49 46 129 / 1);
}

.active\:border-l-indigo-900\/20:active {
  border-left-color: rgb(49 46 129 / 0.2);
}

.active\:border-l-indigo-900\/25:active {
  border-left-color: rgb(49 46 129 / 0.25);
}

.active\:border-l-indigo-900\/30:active {
  border-left-color: rgb(49 46 129 / 0.3);
}

.active\:border-l-indigo-900\/40:active {
  border-left-color: rgb(49 46 129 / 0.4);
}

.active\:border-l-indigo-900\/5:active {
  border-left-color: rgb(49 46 129 / 0.05);
}

.active\:border-l-indigo-900\/50:active {
  border-left-color: rgb(49 46 129 / 0.5);
}

.active\:border-l-indigo-900\/60:active {
  border-left-color: rgb(49 46 129 / 0.6);
}

.active\:border-l-indigo-900\/70:active {
  border-left-color: rgb(49 46 129 / 0.7);
}

.active\:border-l-indigo-900\/75:active {
  border-left-color: rgb(49 46 129 / 0.75);
}

.active\:border-l-indigo-900\/80:active {
  border-left-color: rgb(49 46 129 / 0.8);
}

.active\:border-l-indigo-900\/90:active {
  border-left-color: rgb(49 46 129 / 0.9);
}

.active\:border-l-indigo-900\/95:active {
  border-left-color: rgb(49 46 129 / 0.95);
}

.active\:border-l-indigo-950:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(30 27 75 / var(--tw-border-opacity));
}

.active\:border-l-indigo-950\/0:active {
  border-left-color: rgb(30 27 75 / 0);
}

.active\:border-l-indigo-950\/10:active {
  border-left-color: rgb(30 27 75 / 0.1);
}

.active\:border-l-indigo-950\/100:active {
  border-left-color: rgb(30 27 75 / 1);
}

.active\:border-l-indigo-950\/20:active {
  border-left-color: rgb(30 27 75 / 0.2);
}

.active\:border-l-indigo-950\/25:active {
  border-left-color: rgb(30 27 75 / 0.25);
}

.active\:border-l-indigo-950\/30:active {
  border-left-color: rgb(30 27 75 / 0.3);
}

.active\:border-l-indigo-950\/40:active {
  border-left-color: rgb(30 27 75 / 0.4);
}

.active\:border-l-indigo-950\/5:active {
  border-left-color: rgb(30 27 75 / 0.05);
}

.active\:border-l-indigo-950\/50:active {
  border-left-color: rgb(30 27 75 / 0.5);
}

.active\:border-l-indigo-950\/60:active {
  border-left-color: rgb(30 27 75 / 0.6);
}

.active\:border-l-indigo-950\/70:active {
  border-left-color: rgb(30 27 75 / 0.7);
}

.active\:border-l-indigo-950\/75:active {
  border-left-color: rgb(30 27 75 / 0.75);
}

.active\:border-l-indigo-950\/80:active {
  border-left-color: rgb(30 27 75 / 0.8);
}

.active\:border-l-indigo-950\/90:active {
  border-left-color: rgb(30 27 75 / 0.9);
}

.active\:border-l-indigo-950\/95:active {
  border-left-color: rgb(30 27 75 / 0.95);
}

.active\:border-l-inherit:active {
  border-left-color: inherit;
}

.active\:border-l-interbeauty-100:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 197 175 / var(--tw-border-opacity));
}

.active\:border-l-interbeauty-100\/0:active {
  border-left-color: rgb(249 197 175 / 0);
}

.active\:border-l-interbeauty-100\/10:active {
  border-left-color: rgb(249 197 175 / 0.1);
}

.active\:border-l-interbeauty-100\/100:active {
  border-left-color: rgb(249 197 175 / 1);
}

.active\:border-l-interbeauty-100\/20:active {
  border-left-color: rgb(249 197 175 / 0.2);
}

.active\:border-l-interbeauty-100\/25:active {
  border-left-color: rgb(249 197 175 / 0.25);
}

.active\:border-l-interbeauty-100\/30:active {
  border-left-color: rgb(249 197 175 / 0.3);
}

.active\:border-l-interbeauty-100\/40:active {
  border-left-color: rgb(249 197 175 / 0.4);
}

.active\:border-l-interbeauty-100\/5:active {
  border-left-color: rgb(249 197 175 / 0.05);
}

.active\:border-l-interbeauty-100\/50:active {
  border-left-color: rgb(249 197 175 / 0.5);
}

.active\:border-l-interbeauty-100\/60:active {
  border-left-color: rgb(249 197 175 / 0.6);
}

.active\:border-l-interbeauty-100\/70:active {
  border-left-color: rgb(249 197 175 / 0.7);
}

.active\:border-l-interbeauty-100\/75:active {
  border-left-color: rgb(249 197 175 / 0.75);
}

.active\:border-l-interbeauty-100\/80:active {
  border-left-color: rgb(249 197 175 / 0.8);
}

.active\:border-l-interbeauty-100\/90:active {
  border-left-color: rgb(249 197 175 / 0.9);
}

.active\:border-l-interbeauty-100\/95:active {
  border-left-color: rgb(249 197 175 / 0.95);
}

.active\:border-l-interbeauty-200:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(241 182 191 / var(--tw-border-opacity));
}

.active\:border-l-interbeauty-200\/0:active {
  border-left-color: rgb(241 182 191 / 0);
}

.active\:border-l-interbeauty-200\/10:active {
  border-left-color: rgb(241 182 191 / 0.1);
}

.active\:border-l-interbeauty-200\/100:active {
  border-left-color: rgb(241 182 191 / 1);
}

.active\:border-l-interbeauty-200\/20:active {
  border-left-color: rgb(241 182 191 / 0.2);
}

.active\:border-l-interbeauty-200\/25:active {
  border-left-color: rgb(241 182 191 / 0.25);
}

.active\:border-l-interbeauty-200\/30:active {
  border-left-color: rgb(241 182 191 / 0.3);
}

.active\:border-l-interbeauty-200\/40:active {
  border-left-color: rgb(241 182 191 / 0.4);
}

.active\:border-l-interbeauty-200\/5:active {
  border-left-color: rgb(241 182 191 / 0.05);
}

.active\:border-l-interbeauty-200\/50:active {
  border-left-color: rgb(241 182 191 / 0.5);
}

.active\:border-l-interbeauty-200\/60:active {
  border-left-color: rgb(241 182 191 / 0.6);
}

.active\:border-l-interbeauty-200\/70:active {
  border-left-color: rgb(241 182 191 / 0.7);
}

.active\:border-l-interbeauty-200\/75:active {
  border-left-color: rgb(241 182 191 / 0.75);
}

.active\:border-l-interbeauty-200\/80:active {
  border-left-color: rgb(241 182 191 / 0.8);
}

.active\:border-l-interbeauty-200\/90:active {
  border-left-color: rgb(241 182 191 / 0.9);
}

.active\:border-l-interbeauty-200\/95:active {
  border-left-color: rgb(241 182 191 / 0.95);
}

.active\:border-l-interbeauty-300:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(182 219 231 / var(--tw-border-opacity));
}

.active\:border-l-interbeauty-300\/0:active {
  border-left-color: rgb(182 219 231 / 0);
}

.active\:border-l-interbeauty-300\/10:active {
  border-left-color: rgb(182 219 231 / 0.1);
}

.active\:border-l-interbeauty-300\/100:active {
  border-left-color: rgb(182 219 231 / 1);
}

.active\:border-l-interbeauty-300\/20:active {
  border-left-color: rgb(182 219 231 / 0.2);
}

.active\:border-l-interbeauty-300\/25:active {
  border-left-color: rgb(182 219 231 / 0.25);
}

.active\:border-l-interbeauty-300\/30:active {
  border-left-color: rgb(182 219 231 / 0.3);
}

.active\:border-l-interbeauty-300\/40:active {
  border-left-color: rgb(182 219 231 / 0.4);
}

.active\:border-l-interbeauty-300\/5:active {
  border-left-color: rgb(182 219 231 / 0.05);
}

.active\:border-l-interbeauty-300\/50:active {
  border-left-color: rgb(182 219 231 / 0.5);
}

.active\:border-l-interbeauty-300\/60:active {
  border-left-color: rgb(182 219 231 / 0.6);
}

.active\:border-l-interbeauty-300\/70:active {
  border-left-color: rgb(182 219 231 / 0.7);
}

.active\:border-l-interbeauty-300\/75:active {
  border-left-color: rgb(182 219 231 / 0.75);
}

.active\:border-l-interbeauty-300\/80:active {
  border-left-color: rgb(182 219 231 / 0.8);
}

.active\:border-l-interbeauty-300\/90:active {
  border-left-color: rgb(182 219 231 / 0.9);
}

.active\:border-l-interbeauty-300\/95:active {
  border-left-color: rgb(182 219 231 / 0.95);
}

.active\:border-l-interbeauty-400:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 250 247 / var(--tw-border-opacity));
}

.active\:border-l-interbeauty-400\/0:active {
  border-left-color: rgb(254 250 247 / 0);
}

.active\:border-l-interbeauty-400\/10:active {
  border-left-color: rgb(254 250 247 / 0.1);
}

.active\:border-l-interbeauty-400\/100:active {
  border-left-color: rgb(254 250 247 / 1);
}

.active\:border-l-interbeauty-400\/20:active {
  border-left-color: rgb(254 250 247 / 0.2);
}

.active\:border-l-interbeauty-400\/25:active {
  border-left-color: rgb(254 250 247 / 0.25);
}

.active\:border-l-interbeauty-400\/30:active {
  border-left-color: rgb(254 250 247 / 0.3);
}

.active\:border-l-interbeauty-400\/40:active {
  border-left-color: rgb(254 250 247 / 0.4);
}

.active\:border-l-interbeauty-400\/5:active {
  border-left-color: rgb(254 250 247 / 0.05);
}

.active\:border-l-interbeauty-400\/50:active {
  border-left-color: rgb(254 250 247 / 0.5);
}

.active\:border-l-interbeauty-400\/60:active {
  border-left-color: rgb(254 250 247 / 0.6);
}

.active\:border-l-interbeauty-400\/70:active {
  border-left-color: rgb(254 250 247 / 0.7);
}

.active\:border-l-interbeauty-400\/75:active {
  border-left-color: rgb(254 250 247 / 0.75);
}

.active\:border-l-interbeauty-400\/80:active {
  border-left-color: rgb(254 250 247 / 0.8);
}

.active\:border-l-interbeauty-400\/90:active {
  border-left-color: rgb(254 250 247 / 0.9);
}

.active\:border-l-interbeauty-400\/95:active {
  border-left-color: rgb(254 250 247 / 0.95);
}

.active\:border-l-interbeauty-500:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(193 225 224 / var(--tw-border-opacity));
}

.active\:border-l-interbeauty-500\/0:active {
  border-left-color: rgb(193 225 224 / 0);
}

.active\:border-l-interbeauty-500\/10:active {
  border-left-color: rgb(193 225 224 / 0.1);
}

.active\:border-l-interbeauty-500\/100:active {
  border-left-color: rgb(193 225 224 / 1);
}

.active\:border-l-interbeauty-500\/20:active {
  border-left-color: rgb(193 225 224 / 0.2);
}

.active\:border-l-interbeauty-500\/25:active {
  border-left-color: rgb(193 225 224 / 0.25);
}

.active\:border-l-interbeauty-500\/30:active {
  border-left-color: rgb(193 225 224 / 0.3);
}

.active\:border-l-interbeauty-500\/40:active {
  border-left-color: rgb(193 225 224 / 0.4);
}

.active\:border-l-interbeauty-500\/5:active {
  border-left-color: rgb(193 225 224 / 0.05);
}

.active\:border-l-interbeauty-500\/50:active {
  border-left-color: rgb(193 225 224 / 0.5);
}

.active\:border-l-interbeauty-500\/60:active {
  border-left-color: rgb(193 225 224 / 0.6);
}

.active\:border-l-interbeauty-500\/70:active {
  border-left-color: rgb(193 225 224 / 0.7);
}

.active\:border-l-interbeauty-500\/75:active {
  border-left-color: rgb(193 225 224 / 0.75);
}

.active\:border-l-interbeauty-500\/80:active {
  border-left-color: rgb(193 225 224 / 0.8);
}

.active\:border-l-interbeauty-500\/90:active {
  border-left-color: rgb(193 225 224 / 0.9);
}

.active\:border-l-interbeauty-500\/95:active {
  border-left-color: rgb(193 225 224 / 0.95);
}

.active\:border-l-interbeauty-600:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(88 88 94 / var(--tw-border-opacity));
}

.active\:border-l-interbeauty-600\/0:active {
  border-left-color: rgb(88 88 94 / 0);
}

.active\:border-l-interbeauty-600\/10:active {
  border-left-color: rgb(88 88 94 / 0.1);
}

.active\:border-l-interbeauty-600\/100:active {
  border-left-color: rgb(88 88 94 / 1);
}

.active\:border-l-interbeauty-600\/20:active {
  border-left-color: rgb(88 88 94 / 0.2);
}

.active\:border-l-interbeauty-600\/25:active {
  border-left-color: rgb(88 88 94 / 0.25);
}

.active\:border-l-interbeauty-600\/30:active {
  border-left-color: rgb(88 88 94 / 0.3);
}

.active\:border-l-interbeauty-600\/40:active {
  border-left-color: rgb(88 88 94 / 0.4);
}

.active\:border-l-interbeauty-600\/5:active {
  border-left-color: rgb(88 88 94 / 0.05);
}

.active\:border-l-interbeauty-600\/50:active {
  border-left-color: rgb(88 88 94 / 0.5);
}

.active\:border-l-interbeauty-600\/60:active {
  border-left-color: rgb(88 88 94 / 0.6);
}

.active\:border-l-interbeauty-600\/70:active {
  border-left-color: rgb(88 88 94 / 0.7);
}

.active\:border-l-interbeauty-600\/75:active {
  border-left-color: rgb(88 88 94 / 0.75);
}

.active\:border-l-interbeauty-600\/80:active {
  border-left-color: rgb(88 88 94 / 0.8);
}

.active\:border-l-interbeauty-600\/90:active {
  border-left-color: rgb(88 88 94 / 0.9);
}

.active\:border-l-interbeauty-600\/95:active {
  border-left-color: rgb(88 88 94 / 0.95);
}

.active\:border-l-ipnvaluers-200:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 40 87 / var(--tw-border-opacity));
}

.active\:border-l-ipnvaluers-200\/0:active {
  border-left-color: rgb(0 40 87 / 0);
}

.active\:border-l-ipnvaluers-200\/10:active {
  border-left-color: rgb(0 40 87 / 0.1);
}

.active\:border-l-ipnvaluers-200\/100:active {
  border-left-color: rgb(0 40 87 / 1);
}

.active\:border-l-ipnvaluers-200\/20:active {
  border-left-color: rgb(0 40 87 / 0.2);
}

.active\:border-l-ipnvaluers-200\/25:active {
  border-left-color: rgb(0 40 87 / 0.25);
}

.active\:border-l-ipnvaluers-200\/30:active {
  border-left-color: rgb(0 40 87 / 0.3);
}

.active\:border-l-ipnvaluers-200\/40:active {
  border-left-color: rgb(0 40 87 / 0.4);
}

.active\:border-l-ipnvaluers-200\/5:active {
  border-left-color: rgb(0 40 87 / 0.05);
}

.active\:border-l-ipnvaluers-200\/50:active {
  border-left-color: rgb(0 40 87 / 0.5);
}

.active\:border-l-ipnvaluers-200\/60:active {
  border-left-color: rgb(0 40 87 / 0.6);
}

.active\:border-l-ipnvaluers-200\/70:active {
  border-left-color: rgb(0 40 87 / 0.7);
}

.active\:border-l-ipnvaluers-200\/75:active {
  border-left-color: rgb(0 40 87 / 0.75);
}

.active\:border-l-ipnvaluers-200\/80:active {
  border-left-color: rgb(0 40 87 / 0.8);
}

.active\:border-l-ipnvaluers-200\/90:active {
  border-left-color: rgb(0 40 87 / 0.9);
}

.active\:border-l-ipnvaluers-200\/95:active {
  border-left-color: rgb(0 40 87 / 0.95);
}

.active\:border-l-ipnvaluers-400:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(196 107 22 / var(--tw-border-opacity));
}

.active\:border-l-ipnvaluers-400\/0:active {
  border-left-color: rgb(196 107 22 / 0);
}

.active\:border-l-ipnvaluers-400\/10:active {
  border-left-color: rgb(196 107 22 / 0.1);
}

.active\:border-l-ipnvaluers-400\/100:active {
  border-left-color: rgb(196 107 22 / 1);
}

.active\:border-l-ipnvaluers-400\/20:active {
  border-left-color: rgb(196 107 22 / 0.2);
}

.active\:border-l-ipnvaluers-400\/25:active {
  border-left-color: rgb(196 107 22 / 0.25);
}

.active\:border-l-ipnvaluers-400\/30:active {
  border-left-color: rgb(196 107 22 / 0.3);
}

.active\:border-l-ipnvaluers-400\/40:active {
  border-left-color: rgb(196 107 22 / 0.4);
}

.active\:border-l-ipnvaluers-400\/5:active {
  border-left-color: rgb(196 107 22 / 0.05);
}

.active\:border-l-ipnvaluers-400\/50:active {
  border-left-color: rgb(196 107 22 / 0.5);
}

.active\:border-l-ipnvaluers-400\/60:active {
  border-left-color: rgb(196 107 22 / 0.6);
}

.active\:border-l-ipnvaluers-400\/70:active {
  border-left-color: rgb(196 107 22 / 0.7);
}

.active\:border-l-ipnvaluers-400\/75:active {
  border-left-color: rgb(196 107 22 / 0.75);
}

.active\:border-l-ipnvaluers-400\/80:active {
  border-left-color: rgb(196 107 22 / 0.8);
}

.active\:border-l-ipnvaluers-400\/90:active {
  border-left-color: rgb(196 107 22 / 0.9);
}

.active\:border-l-ipnvaluers-400\/95:active {
  border-left-color: rgb(196 107 22 / 0.95);
}

.active\:border-l-ipnvaluers-500:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 174 21 / var(--tw-border-opacity));
}

.active\:border-l-ipnvaluers-500\/0:active {
  border-left-color: rgb(245 174 21 / 0);
}

.active\:border-l-ipnvaluers-500\/10:active {
  border-left-color: rgb(245 174 21 / 0.1);
}

.active\:border-l-ipnvaluers-500\/100:active {
  border-left-color: rgb(245 174 21 / 1);
}

.active\:border-l-ipnvaluers-500\/20:active {
  border-left-color: rgb(245 174 21 / 0.2);
}

.active\:border-l-ipnvaluers-500\/25:active {
  border-left-color: rgb(245 174 21 / 0.25);
}

.active\:border-l-ipnvaluers-500\/30:active {
  border-left-color: rgb(245 174 21 / 0.3);
}

.active\:border-l-ipnvaluers-500\/40:active {
  border-left-color: rgb(245 174 21 / 0.4);
}

.active\:border-l-ipnvaluers-500\/5:active {
  border-left-color: rgb(245 174 21 / 0.05);
}

.active\:border-l-ipnvaluers-500\/50:active {
  border-left-color: rgb(245 174 21 / 0.5);
}

.active\:border-l-ipnvaluers-500\/60:active {
  border-left-color: rgb(245 174 21 / 0.6);
}

.active\:border-l-ipnvaluers-500\/70:active {
  border-left-color: rgb(245 174 21 / 0.7);
}

.active\:border-l-ipnvaluers-500\/75:active {
  border-left-color: rgb(245 174 21 / 0.75);
}

.active\:border-l-ipnvaluers-500\/80:active {
  border-left-color: rgb(245 174 21 / 0.8);
}

.active\:border-l-ipnvaluers-500\/90:active {
  border-left-color: rgb(245 174 21 / 0.9);
}

.active\:border-l-ipnvaluers-500\/95:active {
  border-left-color: rgb(245 174 21 / 0.95);
}

.active\:border-l-jukejam-500:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 210 101 / var(--tw-border-opacity));
}

.active\:border-l-jukejam-500\/0:active {
  border-left-color: rgb(250 210 101 / 0);
}

.active\:border-l-jukejam-500\/10:active {
  border-left-color: rgb(250 210 101 / 0.1);
}

.active\:border-l-jukejam-500\/100:active {
  border-left-color: rgb(250 210 101 / 1);
}

.active\:border-l-jukejam-500\/20:active {
  border-left-color: rgb(250 210 101 / 0.2);
}

.active\:border-l-jukejam-500\/25:active {
  border-left-color: rgb(250 210 101 / 0.25);
}

.active\:border-l-jukejam-500\/30:active {
  border-left-color: rgb(250 210 101 / 0.3);
}

.active\:border-l-jukejam-500\/40:active {
  border-left-color: rgb(250 210 101 / 0.4);
}

.active\:border-l-jukejam-500\/5:active {
  border-left-color: rgb(250 210 101 / 0.05);
}

.active\:border-l-jukejam-500\/50:active {
  border-left-color: rgb(250 210 101 / 0.5);
}

.active\:border-l-jukejam-500\/60:active {
  border-left-color: rgb(250 210 101 / 0.6);
}

.active\:border-l-jukejam-500\/70:active {
  border-left-color: rgb(250 210 101 / 0.7);
}

.active\:border-l-jukejam-500\/75:active {
  border-left-color: rgb(250 210 101 / 0.75);
}

.active\:border-l-jukejam-500\/80:active {
  border-left-color: rgb(250 210 101 / 0.8);
}

.active\:border-l-jukejam-500\/90:active {
  border-left-color: rgb(250 210 101 / 0.9);
}

.active\:border-l-jukejam-500\/95:active {
  border-left-color: rgb(250 210 101 / 0.95);
}

.active\:border-l-lime-100:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(236 252 203 / var(--tw-border-opacity));
}

.active\:border-l-lime-100\/0:active {
  border-left-color: rgb(236 252 203 / 0);
}

.active\:border-l-lime-100\/10:active {
  border-left-color: rgb(236 252 203 / 0.1);
}

.active\:border-l-lime-100\/100:active {
  border-left-color: rgb(236 252 203 / 1);
}

.active\:border-l-lime-100\/20:active {
  border-left-color: rgb(236 252 203 / 0.2);
}

.active\:border-l-lime-100\/25:active {
  border-left-color: rgb(236 252 203 / 0.25);
}

.active\:border-l-lime-100\/30:active {
  border-left-color: rgb(236 252 203 / 0.3);
}

.active\:border-l-lime-100\/40:active {
  border-left-color: rgb(236 252 203 / 0.4);
}

.active\:border-l-lime-100\/5:active {
  border-left-color: rgb(236 252 203 / 0.05);
}

.active\:border-l-lime-100\/50:active {
  border-left-color: rgb(236 252 203 / 0.5);
}

.active\:border-l-lime-100\/60:active {
  border-left-color: rgb(236 252 203 / 0.6);
}

.active\:border-l-lime-100\/70:active {
  border-left-color: rgb(236 252 203 / 0.7);
}

.active\:border-l-lime-100\/75:active {
  border-left-color: rgb(236 252 203 / 0.75);
}

.active\:border-l-lime-100\/80:active {
  border-left-color: rgb(236 252 203 / 0.8);
}

.active\:border-l-lime-100\/90:active {
  border-left-color: rgb(236 252 203 / 0.9);
}

.active\:border-l-lime-100\/95:active {
  border-left-color: rgb(236 252 203 / 0.95);
}

.active\:border-l-lime-200:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(217 249 157 / var(--tw-border-opacity));
}

.active\:border-l-lime-200\/0:active {
  border-left-color: rgb(217 249 157 / 0);
}

.active\:border-l-lime-200\/10:active {
  border-left-color: rgb(217 249 157 / 0.1);
}

.active\:border-l-lime-200\/100:active {
  border-left-color: rgb(217 249 157 / 1);
}

.active\:border-l-lime-200\/20:active {
  border-left-color: rgb(217 249 157 / 0.2);
}

.active\:border-l-lime-200\/25:active {
  border-left-color: rgb(217 249 157 / 0.25);
}

.active\:border-l-lime-200\/30:active {
  border-left-color: rgb(217 249 157 / 0.3);
}

.active\:border-l-lime-200\/40:active {
  border-left-color: rgb(217 249 157 / 0.4);
}

.active\:border-l-lime-200\/5:active {
  border-left-color: rgb(217 249 157 / 0.05);
}

.active\:border-l-lime-200\/50:active {
  border-left-color: rgb(217 249 157 / 0.5);
}

.active\:border-l-lime-200\/60:active {
  border-left-color: rgb(217 249 157 / 0.6);
}

.active\:border-l-lime-200\/70:active {
  border-left-color: rgb(217 249 157 / 0.7);
}

.active\:border-l-lime-200\/75:active {
  border-left-color: rgb(217 249 157 / 0.75);
}

.active\:border-l-lime-200\/80:active {
  border-left-color: rgb(217 249 157 / 0.8);
}

.active\:border-l-lime-200\/90:active {
  border-left-color: rgb(217 249 157 / 0.9);
}

.active\:border-l-lime-200\/95:active {
  border-left-color: rgb(217 249 157 / 0.95);
}

.active\:border-l-lime-300:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(190 242 100 / var(--tw-border-opacity));
}

.active\:border-l-lime-300\/0:active {
  border-left-color: rgb(190 242 100 / 0);
}

.active\:border-l-lime-300\/10:active {
  border-left-color: rgb(190 242 100 / 0.1);
}

.active\:border-l-lime-300\/100:active {
  border-left-color: rgb(190 242 100 / 1);
}

.active\:border-l-lime-300\/20:active {
  border-left-color: rgb(190 242 100 / 0.2);
}

.active\:border-l-lime-300\/25:active {
  border-left-color: rgb(190 242 100 / 0.25);
}

.active\:border-l-lime-300\/30:active {
  border-left-color: rgb(190 242 100 / 0.3);
}

.active\:border-l-lime-300\/40:active {
  border-left-color: rgb(190 242 100 / 0.4);
}

.active\:border-l-lime-300\/5:active {
  border-left-color: rgb(190 242 100 / 0.05);
}

.active\:border-l-lime-300\/50:active {
  border-left-color: rgb(190 242 100 / 0.5);
}

.active\:border-l-lime-300\/60:active {
  border-left-color: rgb(190 242 100 / 0.6);
}

.active\:border-l-lime-300\/70:active {
  border-left-color: rgb(190 242 100 / 0.7);
}

.active\:border-l-lime-300\/75:active {
  border-left-color: rgb(190 242 100 / 0.75);
}

.active\:border-l-lime-300\/80:active {
  border-left-color: rgb(190 242 100 / 0.8);
}

.active\:border-l-lime-300\/90:active {
  border-left-color: rgb(190 242 100 / 0.9);
}

.active\:border-l-lime-300\/95:active {
  border-left-color: rgb(190 242 100 / 0.95);
}

.active\:border-l-lime-400:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(163 230 53 / var(--tw-border-opacity));
}

.active\:border-l-lime-400\/0:active {
  border-left-color: rgb(163 230 53 / 0);
}

.active\:border-l-lime-400\/10:active {
  border-left-color: rgb(163 230 53 / 0.1);
}

.active\:border-l-lime-400\/100:active {
  border-left-color: rgb(163 230 53 / 1);
}

.active\:border-l-lime-400\/20:active {
  border-left-color: rgb(163 230 53 / 0.2);
}

.active\:border-l-lime-400\/25:active {
  border-left-color: rgb(163 230 53 / 0.25);
}

.active\:border-l-lime-400\/30:active {
  border-left-color: rgb(163 230 53 / 0.3);
}

.active\:border-l-lime-400\/40:active {
  border-left-color: rgb(163 230 53 / 0.4);
}

.active\:border-l-lime-400\/5:active {
  border-left-color: rgb(163 230 53 / 0.05);
}

.active\:border-l-lime-400\/50:active {
  border-left-color: rgb(163 230 53 / 0.5);
}

.active\:border-l-lime-400\/60:active {
  border-left-color: rgb(163 230 53 / 0.6);
}

.active\:border-l-lime-400\/70:active {
  border-left-color: rgb(163 230 53 / 0.7);
}

.active\:border-l-lime-400\/75:active {
  border-left-color: rgb(163 230 53 / 0.75);
}

.active\:border-l-lime-400\/80:active {
  border-left-color: rgb(163 230 53 / 0.8);
}

.active\:border-l-lime-400\/90:active {
  border-left-color: rgb(163 230 53 / 0.9);
}

.active\:border-l-lime-400\/95:active {
  border-left-color: rgb(163 230 53 / 0.95);
}

.active\:border-l-lime-50:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(247 254 231 / var(--tw-border-opacity));
}

.active\:border-l-lime-50\/0:active {
  border-left-color: rgb(247 254 231 / 0);
}

.active\:border-l-lime-50\/10:active {
  border-left-color: rgb(247 254 231 / 0.1);
}

.active\:border-l-lime-50\/100:active {
  border-left-color: rgb(247 254 231 / 1);
}

.active\:border-l-lime-50\/20:active {
  border-left-color: rgb(247 254 231 / 0.2);
}

.active\:border-l-lime-50\/25:active {
  border-left-color: rgb(247 254 231 / 0.25);
}

.active\:border-l-lime-50\/30:active {
  border-left-color: rgb(247 254 231 / 0.3);
}

.active\:border-l-lime-50\/40:active {
  border-left-color: rgb(247 254 231 / 0.4);
}

.active\:border-l-lime-50\/5:active {
  border-left-color: rgb(247 254 231 / 0.05);
}

.active\:border-l-lime-50\/50:active {
  border-left-color: rgb(247 254 231 / 0.5);
}

.active\:border-l-lime-50\/60:active {
  border-left-color: rgb(247 254 231 / 0.6);
}

.active\:border-l-lime-50\/70:active {
  border-left-color: rgb(247 254 231 / 0.7);
}

.active\:border-l-lime-50\/75:active {
  border-left-color: rgb(247 254 231 / 0.75);
}

.active\:border-l-lime-50\/80:active {
  border-left-color: rgb(247 254 231 / 0.8);
}

.active\:border-l-lime-50\/90:active {
  border-left-color: rgb(247 254 231 / 0.9);
}

.active\:border-l-lime-50\/95:active {
  border-left-color: rgb(247 254 231 / 0.95);
}

.active\:border-l-lime-500:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(132 204 22 / var(--tw-border-opacity));
}

.active\:border-l-lime-500\/0:active {
  border-left-color: rgb(132 204 22 / 0);
}

.active\:border-l-lime-500\/10:active {
  border-left-color: rgb(132 204 22 / 0.1);
}

.active\:border-l-lime-500\/100:active {
  border-left-color: rgb(132 204 22 / 1);
}

.active\:border-l-lime-500\/20:active {
  border-left-color: rgb(132 204 22 / 0.2);
}

.active\:border-l-lime-500\/25:active {
  border-left-color: rgb(132 204 22 / 0.25);
}

.active\:border-l-lime-500\/30:active {
  border-left-color: rgb(132 204 22 / 0.3);
}

.active\:border-l-lime-500\/40:active {
  border-left-color: rgb(132 204 22 / 0.4);
}

.active\:border-l-lime-500\/5:active {
  border-left-color: rgb(132 204 22 / 0.05);
}

.active\:border-l-lime-500\/50:active {
  border-left-color: rgb(132 204 22 / 0.5);
}

.active\:border-l-lime-500\/60:active {
  border-left-color: rgb(132 204 22 / 0.6);
}

.active\:border-l-lime-500\/70:active {
  border-left-color: rgb(132 204 22 / 0.7);
}

.active\:border-l-lime-500\/75:active {
  border-left-color: rgb(132 204 22 / 0.75);
}

.active\:border-l-lime-500\/80:active {
  border-left-color: rgb(132 204 22 / 0.8);
}

.active\:border-l-lime-500\/90:active {
  border-left-color: rgb(132 204 22 / 0.9);
}

.active\:border-l-lime-500\/95:active {
  border-left-color: rgb(132 204 22 / 0.95);
}

.active\:border-l-lime-600:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(101 163 13 / var(--tw-border-opacity));
}

.active\:border-l-lime-600\/0:active {
  border-left-color: rgb(101 163 13 / 0);
}

.active\:border-l-lime-600\/10:active {
  border-left-color: rgb(101 163 13 / 0.1);
}

.active\:border-l-lime-600\/100:active {
  border-left-color: rgb(101 163 13 / 1);
}

.active\:border-l-lime-600\/20:active {
  border-left-color: rgb(101 163 13 / 0.2);
}

.active\:border-l-lime-600\/25:active {
  border-left-color: rgb(101 163 13 / 0.25);
}

.active\:border-l-lime-600\/30:active {
  border-left-color: rgb(101 163 13 / 0.3);
}

.active\:border-l-lime-600\/40:active {
  border-left-color: rgb(101 163 13 / 0.4);
}

.active\:border-l-lime-600\/5:active {
  border-left-color: rgb(101 163 13 / 0.05);
}

.active\:border-l-lime-600\/50:active {
  border-left-color: rgb(101 163 13 / 0.5);
}

.active\:border-l-lime-600\/60:active {
  border-left-color: rgb(101 163 13 / 0.6);
}

.active\:border-l-lime-600\/70:active {
  border-left-color: rgb(101 163 13 / 0.7);
}

.active\:border-l-lime-600\/75:active {
  border-left-color: rgb(101 163 13 / 0.75);
}

.active\:border-l-lime-600\/80:active {
  border-left-color: rgb(101 163 13 / 0.8);
}

.active\:border-l-lime-600\/90:active {
  border-left-color: rgb(101 163 13 / 0.9);
}

.active\:border-l-lime-600\/95:active {
  border-left-color: rgb(101 163 13 / 0.95);
}

.active\:border-l-lime-700:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(77 124 15 / var(--tw-border-opacity));
}

.active\:border-l-lime-700\/0:active {
  border-left-color: rgb(77 124 15 / 0);
}

.active\:border-l-lime-700\/10:active {
  border-left-color: rgb(77 124 15 / 0.1);
}

.active\:border-l-lime-700\/100:active {
  border-left-color: rgb(77 124 15 / 1);
}

.active\:border-l-lime-700\/20:active {
  border-left-color: rgb(77 124 15 / 0.2);
}

.active\:border-l-lime-700\/25:active {
  border-left-color: rgb(77 124 15 / 0.25);
}

.active\:border-l-lime-700\/30:active {
  border-left-color: rgb(77 124 15 / 0.3);
}

.active\:border-l-lime-700\/40:active {
  border-left-color: rgb(77 124 15 / 0.4);
}

.active\:border-l-lime-700\/5:active {
  border-left-color: rgb(77 124 15 / 0.05);
}

.active\:border-l-lime-700\/50:active {
  border-left-color: rgb(77 124 15 / 0.5);
}

.active\:border-l-lime-700\/60:active {
  border-left-color: rgb(77 124 15 / 0.6);
}

.active\:border-l-lime-700\/70:active {
  border-left-color: rgb(77 124 15 / 0.7);
}

.active\:border-l-lime-700\/75:active {
  border-left-color: rgb(77 124 15 / 0.75);
}

.active\:border-l-lime-700\/80:active {
  border-left-color: rgb(77 124 15 / 0.8);
}

.active\:border-l-lime-700\/90:active {
  border-left-color: rgb(77 124 15 / 0.9);
}

.active\:border-l-lime-700\/95:active {
  border-left-color: rgb(77 124 15 / 0.95);
}

.active\:border-l-lime-800:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(63 98 18 / var(--tw-border-opacity));
}

.active\:border-l-lime-800\/0:active {
  border-left-color: rgb(63 98 18 / 0);
}

.active\:border-l-lime-800\/10:active {
  border-left-color: rgb(63 98 18 / 0.1);
}

.active\:border-l-lime-800\/100:active {
  border-left-color: rgb(63 98 18 / 1);
}

.active\:border-l-lime-800\/20:active {
  border-left-color: rgb(63 98 18 / 0.2);
}

.active\:border-l-lime-800\/25:active {
  border-left-color: rgb(63 98 18 / 0.25);
}

.active\:border-l-lime-800\/30:active {
  border-left-color: rgb(63 98 18 / 0.3);
}

.active\:border-l-lime-800\/40:active {
  border-left-color: rgb(63 98 18 / 0.4);
}

.active\:border-l-lime-800\/5:active {
  border-left-color: rgb(63 98 18 / 0.05);
}

.active\:border-l-lime-800\/50:active {
  border-left-color: rgb(63 98 18 / 0.5);
}

.active\:border-l-lime-800\/60:active {
  border-left-color: rgb(63 98 18 / 0.6);
}

.active\:border-l-lime-800\/70:active {
  border-left-color: rgb(63 98 18 / 0.7);
}

.active\:border-l-lime-800\/75:active {
  border-left-color: rgb(63 98 18 / 0.75);
}

.active\:border-l-lime-800\/80:active {
  border-left-color: rgb(63 98 18 / 0.8);
}

.active\:border-l-lime-800\/90:active {
  border-left-color: rgb(63 98 18 / 0.9);
}

.active\:border-l-lime-800\/95:active {
  border-left-color: rgb(63 98 18 / 0.95);
}

.active\:border-l-lime-900:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(54 83 20 / var(--tw-border-opacity));
}

.active\:border-l-lime-900\/0:active {
  border-left-color: rgb(54 83 20 / 0);
}

.active\:border-l-lime-900\/10:active {
  border-left-color: rgb(54 83 20 / 0.1);
}

.active\:border-l-lime-900\/100:active {
  border-left-color: rgb(54 83 20 / 1);
}

.active\:border-l-lime-900\/20:active {
  border-left-color: rgb(54 83 20 / 0.2);
}

.active\:border-l-lime-900\/25:active {
  border-left-color: rgb(54 83 20 / 0.25);
}

.active\:border-l-lime-900\/30:active {
  border-left-color: rgb(54 83 20 / 0.3);
}

.active\:border-l-lime-900\/40:active {
  border-left-color: rgb(54 83 20 / 0.4);
}

.active\:border-l-lime-900\/5:active {
  border-left-color: rgb(54 83 20 / 0.05);
}

.active\:border-l-lime-900\/50:active {
  border-left-color: rgb(54 83 20 / 0.5);
}

.active\:border-l-lime-900\/60:active {
  border-left-color: rgb(54 83 20 / 0.6);
}

.active\:border-l-lime-900\/70:active {
  border-left-color: rgb(54 83 20 / 0.7);
}

.active\:border-l-lime-900\/75:active {
  border-left-color: rgb(54 83 20 / 0.75);
}

.active\:border-l-lime-900\/80:active {
  border-left-color: rgb(54 83 20 / 0.8);
}

.active\:border-l-lime-900\/90:active {
  border-left-color: rgb(54 83 20 / 0.9);
}

.active\:border-l-lime-900\/95:active {
  border-left-color: rgb(54 83 20 / 0.95);
}

.active\:border-l-lime-950:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(26 46 5 / var(--tw-border-opacity));
}

.active\:border-l-lime-950\/0:active {
  border-left-color: rgb(26 46 5 / 0);
}

.active\:border-l-lime-950\/10:active {
  border-left-color: rgb(26 46 5 / 0.1);
}

.active\:border-l-lime-950\/100:active {
  border-left-color: rgb(26 46 5 / 1);
}

.active\:border-l-lime-950\/20:active {
  border-left-color: rgb(26 46 5 / 0.2);
}

.active\:border-l-lime-950\/25:active {
  border-left-color: rgb(26 46 5 / 0.25);
}

.active\:border-l-lime-950\/30:active {
  border-left-color: rgb(26 46 5 / 0.3);
}

.active\:border-l-lime-950\/40:active {
  border-left-color: rgb(26 46 5 / 0.4);
}

.active\:border-l-lime-950\/5:active {
  border-left-color: rgb(26 46 5 / 0.05);
}

.active\:border-l-lime-950\/50:active {
  border-left-color: rgb(26 46 5 / 0.5);
}

.active\:border-l-lime-950\/60:active {
  border-left-color: rgb(26 46 5 / 0.6);
}

.active\:border-l-lime-950\/70:active {
  border-left-color: rgb(26 46 5 / 0.7);
}

.active\:border-l-lime-950\/75:active {
  border-left-color: rgb(26 46 5 / 0.75);
}

.active\:border-l-lime-950\/80:active {
  border-left-color: rgb(26 46 5 / 0.8);
}

.active\:border-l-lime-950\/90:active {
  border-left-color: rgb(26 46 5 / 0.9);
}

.active\:border-l-lime-950\/95:active {
  border-left-color: rgb(26 46 5 / 0.95);
}

.active\:border-l-nafisa-500:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(153 53 10 / var(--tw-border-opacity));
}

.active\:border-l-nafisa-500\/0:active {
  border-left-color: rgb(153 53 10 / 0);
}

.active\:border-l-nafisa-500\/10:active {
  border-left-color: rgb(153 53 10 / 0.1);
}

.active\:border-l-nafisa-500\/100:active {
  border-left-color: rgb(153 53 10 / 1);
}

.active\:border-l-nafisa-500\/20:active {
  border-left-color: rgb(153 53 10 / 0.2);
}

.active\:border-l-nafisa-500\/25:active {
  border-left-color: rgb(153 53 10 / 0.25);
}

.active\:border-l-nafisa-500\/30:active {
  border-left-color: rgb(153 53 10 / 0.3);
}

.active\:border-l-nafisa-500\/40:active {
  border-left-color: rgb(153 53 10 / 0.4);
}

.active\:border-l-nafisa-500\/5:active {
  border-left-color: rgb(153 53 10 / 0.05);
}

.active\:border-l-nafisa-500\/50:active {
  border-left-color: rgb(153 53 10 / 0.5);
}

.active\:border-l-nafisa-500\/60:active {
  border-left-color: rgb(153 53 10 / 0.6);
}

.active\:border-l-nafisa-500\/70:active {
  border-left-color: rgb(153 53 10 / 0.7);
}

.active\:border-l-nafisa-500\/75:active {
  border-left-color: rgb(153 53 10 / 0.75);
}

.active\:border-l-nafisa-500\/80:active {
  border-left-color: rgb(153 53 10 / 0.8);
}

.active\:border-l-nafisa-500\/90:active {
  border-left-color: rgb(153 53 10 / 0.9);
}

.active\:border-l-nafisa-500\/95:active {
  border-left-color: rgb(153 53 10 / 0.95);
}

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

.active\:border-l-neutral-100\/0:active {
  border-left-color: rgb(245 245 245 / 0);
}

.active\:border-l-neutral-100\/10:active {
  border-left-color: rgb(245 245 245 / 0.1);
}

.active\:border-l-neutral-100\/100:active {
  border-left-color: rgb(245 245 245 / 1);
}

.active\:border-l-neutral-100\/20:active {
  border-left-color: rgb(245 245 245 / 0.2);
}

.active\:border-l-neutral-100\/25:active {
  border-left-color: rgb(245 245 245 / 0.25);
}

.active\:border-l-neutral-100\/30:active {
  border-left-color: rgb(245 245 245 / 0.3);
}

.active\:border-l-neutral-100\/40:active {
  border-left-color: rgb(245 245 245 / 0.4);
}

.active\:border-l-neutral-100\/5:active {
  border-left-color: rgb(245 245 245 / 0.05);
}

.active\:border-l-neutral-100\/50:active {
  border-left-color: rgb(245 245 245 / 0.5);
}

.active\:border-l-neutral-100\/60:active {
  border-left-color: rgb(245 245 245 / 0.6);
}

.active\:border-l-neutral-100\/70:active {
  border-left-color: rgb(245 245 245 / 0.7);
}

.active\:border-l-neutral-100\/75:active {
  border-left-color: rgb(245 245 245 / 0.75);
}

.active\:border-l-neutral-100\/80:active {
  border-left-color: rgb(245 245 245 / 0.8);
}

.active\:border-l-neutral-100\/90:active {
  border-left-color: rgb(245 245 245 / 0.9);
}

.active\:border-l-neutral-100\/95:active {
  border-left-color: rgb(245 245 245 / 0.95);
}

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

.active\:border-l-neutral-200\/0:active {
  border-left-color: rgb(229 229 229 / 0);
}

.active\:border-l-neutral-200\/10:active {
  border-left-color: rgb(229 229 229 / 0.1);
}

.active\:border-l-neutral-200\/100:active {
  border-left-color: rgb(229 229 229 / 1);
}

.active\:border-l-neutral-200\/20:active {
  border-left-color: rgb(229 229 229 / 0.2);
}

.active\:border-l-neutral-200\/25:active {
  border-left-color: rgb(229 229 229 / 0.25);
}

.active\:border-l-neutral-200\/30:active {
  border-left-color: rgb(229 229 229 / 0.3);
}

.active\:border-l-neutral-200\/40:active {
  border-left-color: rgb(229 229 229 / 0.4);
}

.active\:border-l-neutral-200\/5:active {
  border-left-color: rgb(229 229 229 / 0.05);
}

.active\:border-l-neutral-200\/50:active {
  border-left-color: rgb(229 229 229 / 0.5);
}

.active\:border-l-neutral-200\/60:active {
  border-left-color: rgb(229 229 229 / 0.6);
}

.active\:border-l-neutral-200\/70:active {
  border-left-color: rgb(229 229 229 / 0.7);
}

.active\:border-l-neutral-200\/75:active {
  border-left-color: rgb(229 229 229 / 0.75);
}

.active\:border-l-neutral-200\/80:active {
  border-left-color: rgb(229 229 229 / 0.8);
}

.active\:border-l-neutral-200\/90:active {
  border-left-color: rgb(229 229 229 / 0.9);
}

.active\:border-l-neutral-200\/95:active {
  border-left-color: rgb(229 229 229 / 0.95);
}

.active\:border-l-neutral-300:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.active\:border-l-neutral-300\/0:active {
  border-left-color: rgb(212 212 212 / 0);
}

.active\:border-l-neutral-300\/10:active {
  border-left-color: rgb(212 212 212 / 0.1);
}

.active\:border-l-neutral-300\/100:active {
  border-left-color: rgb(212 212 212 / 1);
}

.active\:border-l-neutral-300\/20:active {
  border-left-color: rgb(212 212 212 / 0.2);
}

.active\:border-l-neutral-300\/25:active {
  border-left-color: rgb(212 212 212 / 0.25);
}

.active\:border-l-neutral-300\/30:active {
  border-left-color: rgb(212 212 212 / 0.3);
}

.active\:border-l-neutral-300\/40:active {
  border-left-color: rgb(212 212 212 / 0.4);
}

.active\:border-l-neutral-300\/5:active {
  border-left-color: rgb(212 212 212 / 0.05);
}

.active\:border-l-neutral-300\/50:active {
  border-left-color: rgb(212 212 212 / 0.5);
}

.active\:border-l-neutral-300\/60:active {
  border-left-color: rgb(212 212 212 / 0.6);
}

.active\:border-l-neutral-300\/70:active {
  border-left-color: rgb(212 212 212 / 0.7);
}

.active\:border-l-neutral-300\/75:active {
  border-left-color: rgb(212 212 212 / 0.75);
}

.active\:border-l-neutral-300\/80:active {
  border-left-color: rgb(212 212 212 / 0.8);
}

.active\:border-l-neutral-300\/90:active {
  border-left-color: rgb(212 212 212 / 0.9);
}

.active\:border-l-neutral-300\/95:active {
  border-left-color: rgb(212 212 212 / 0.95);
}

.active\:border-l-neutral-400:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.active\:border-l-neutral-400\/0:active {
  border-left-color: rgb(163 163 163 / 0);
}

.active\:border-l-neutral-400\/10:active {
  border-left-color: rgb(163 163 163 / 0.1);
}

.active\:border-l-neutral-400\/100:active {
  border-left-color: rgb(163 163 163 / 1);
}

.active\:border-l-neutral-400\/20:active {
  border-left-color: rgb(163 163 163 / 0.2);
}

.active\:border-l-neutral-400\/25:active {
  border-left-color: rgb(163 163 163 / 0.25);
}

.active\:border-l-neutral-400\/30:active {
  border-left-color: rgb(163 163 163 / 0.3);
}

.active\:border-l-neutral-400\/40:active {
  border-left-color: rgb(163 163 163 / 0.4);
}

.active\:border-l-neutral-400\/5:active {
  border-left-color: rgb(163 163 163 / 0.05);
}

.active\:border-l-neutral-400\/50:active {
  border-left-color: rgb(163 163 163 / 0.5);
}

.active\:border-l-neutral-400\/60:active {
  border-left-color: rgb(163 163 163 / 0.6);
}

.active\:border-l-neutral-400\/70:active {
  border-left-color: rgb(163 163 163 / 0.7);
}

.active\:border-l-neutral-400\/75:active {
  border-left-color: rgb(163 163 163 / 0.75);
}

.active\:border-l-neutral-400\/80:active {
  border-left-color: rgb(163 163 163 / 0.8);
}

.active\:border-l-neutral-400\/90:active {
  border-left-color: rgb(163 163 163 / 0.9);
}

.active\:border-l-neutral-400\/95:active {
  border-left-color: rgb(163 163 163 / 0.95);
}

.active\:border-l-neutral-50:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.active\:border-l-neutral-50\/0:active {
  border-left-color: rgb(250 250 250 / 0);
}

.active\:border-l-neutral-50\/10:active {
  border-left-color: rgb(250 250 250 / 0.1);
}

.active\:border-l-neutral-50\/100:active {
  border-left-color: rgb(250 250 250 / 1);
}

.active\:border-l-neutral-50\/20:active {
  border-left-color: rgb(250 250 250 / 0.2);
}

.active\:border-l-neutral-50\/25:active {
  border-left-color: rgb(250 250 250 / 0.25);
}

.active\:border-l-neutral-50\/30:active {
  border-left-color: rgb(250 250 250 / 0.3);
}

.active\:border-l-neutral-50\/40:active {
  border-left-color: rgb(250 250 250 / 0.4);
}

.active\:border-l-neutral-50\/5:active {
  border-left-color: rgb(250 250 250 / 0.05);
}

.active\:border-l-neutral-50\/50:active {
  border-left-color: rgb(250 250 250 / 0.5);
}

.active\:border-l-neutral-50\/60:active {
  border-left-color: rgb(250 250 250 / 0.6);
}

.active\:border-l-neutral-50\/70:active {
  border-left-color: rgb(250 250 250 / 0.7);
}

.active\:border-l-neutral-50\/75:active {
  border-left-color: rgb(250 250 250 / 0.75);
}

.active\:border-l-neutral-50\/80:active {
  border-left-color: rgb(250 250 250 / 0.8);
}

.active\:border-l-neutral-50\/90:active {
  border-left-color: rgb(250 250 250 / 0.9);
}

.active\:border-l-neutral-50\/95:active {
  border-left-color: rgb(250 250 250 / 0.95);
}

.active\:border-l-neutral-500:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.active\:border-l-neutral-500\/0:active {
  border-left-color: rgb(115 115 115 / 0);
}

.active\:border-l-neutral-500\/10:active {
  border-left-color: rgb(115 115 115 / 0.1);
}

.active\:border-l-neutral-500\/100:active {
  border-left-color: rgb(115 115 115 / 1);
}

.active\:border-l-neutral-500\/20:active {
  border-left-color: rgb(115 115 115 / 0.2);
}

.active\:border-l-neutral-500\/25:active {
  border-left-color: rgb(115 115 115 / 0.25);
}

.active\:border-l-neutral-500\/30:active {
  border-left-color: rgb(115 115 115 / 0.3);
}

.active\:border-l-neutral-500\/40:active {
  border-left-color: rgb(115 115 115 / 0.4);
}

.active\:border-l-neutral-500\/5:active {
  border-left-color: rgb(115 115 115 / 0.05);
}

.active\:border-l-neutral-500\/50:active {
  border-left-color: rgb(115 115 115 / 0.5);
}

.active\:border-l-neutral-500\/60:active {
  border-left-color: rgb(115 115 115 / 0.6);
}

.active\:border-l-neutral-500\/70:active {
  border-left-color: rgb(115 115 115 / 0.7);
}

.active\:border-l-neutral-500\/75:active {
  border-left-color: rgb(115 115 115 / 0.75);
}

.active\:border-l-neutral-500\/80:active {
  border-left-color: rgb(115 115 115 / 0.8);
}

.active\:border-l-neutral-500\/90:active {
  border-left-color: rgb(115 115 115 / 0.9);
}

.active\:border-l-neutral-500\/95:active {
  border-left-color: rgb(115 115 115 / 0.95);
}

.active\:border-l-neutral-600:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.active\:border-l-neutral-600\/0:active {
  border-left-color: rgb(82 82 82 / 0);
}

.active\:border-l-neutral-600\/10:active {
  border-left-color: rgb(82 82 82 / 0.1);
}

.active\:border-l-neutral-600\/100:active {
  border-left-color: rgb(82 82 82 / 1);
}

.active\:border-l-neutral-600\/20:active {
  border-left-color: rgb(82 82 82 / 0.2);
}

.active\:border-l-neutral-600\/25:active {
  border-left-color: rgb(82 82 82 / 0.25);
}

.active\:border-l-neutral-600\/30:active {
  border-left-color: rgb(82 82 82 / 0.3);
}

.active\:border-l-neutral-600\/40:active {
  border-left-color: rgb(82 82 82 / 0.4);
}

.active\:border-l-neutral-600\/5:active {
  border-left-color: rgb(82 82 82 / 0.05);
}

.active\:border-l-neutral-600\/50:active {
  border-left-color: rgb(82 82 82 / 0.5);
}

.active\:border-l-neutral-600\/60:active {
  border-left-color: rgb(82 82 82 / 0.6);
}

.active\:border-l-neutral-600\/70:active {
  border-left-color: rgb(82 82 82 / 0.7);
}

.active\:border-l-neutral-600\/75:active {
  border-left-color: rgb(82 82 82 / 0.75);
}

.active\:border-l-neutral-600\/80:active {
  border-left-color: rgb(82 82 82 / 0.8);
}

.active\:border-l-neutral-600\/90:active {
  border-left-color: rgb(82 82 82 / 0.9);
}

.active\:border-l-neutral-600\/95:active {
  border-left-color: rgb(82 82 82 / 0.95);
}

.active\:border-l-neutral-700:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.active\:border-l-neutral-700\/0:active {
  border-left-color: rgb(64 64 64 / 0);
}

.active\:border-l-neutral-700\/10:active {
  border-left-color: rgb(64 64 64 / 0.1);
}

.active\:border-l-neutral-700\/100:active {
  border-left-color: rgb(64 64 64 / 1);
}

.active\:border-l-neutral-700\/20:active {
  border-left-color: rgb(64 64 64 / 0.2);
}

.active\:border-l-neutral-700\/25:active {
  border-left-color: rgb(64 64 64 / 0.25);
}

.active\:border-l-neutral-700\/30:active {
  border-left-color: rgb(64 64 64 / 0.3);
}

.active\:border-l-neutral-700\/40:active {
  border-left-color: rgb(64 64 64 / 0.4);
}

.active\:border-l-neutral-700\/5:active {
  border-left-color: rgb(64 64 64 / 0.05);
}

.active\:border-l-neutral-700\/50:active {
  border-left-color: rgb(64 64 64 / 0.5);
}

.active\:border-l-neutral-700\/60:active {
  border-left-color: rgb(64 64 64 / 0.6);
}

.active\:border-l-neutral-700\/70:active {
  border-left-color: rgb(64 64 64 / 0.7);
}

.active\:border-l-neutral-700\/75:active {
  border-left-color: rgb(64 64 64 / 0.75);
}

.active\:border-l-neutral-700\/80:active {
  border-left-color: rgb(64 64 64 / 0.8);
}

.active\:border-l-neutral-700\/90:active {
  border-left-color: rgb(64 64 64 / 0.9);
}

.active\:border-l-neutral-700\/95:active {
  border-left-color: rgb(64 64 64 / 0.95);
}

.active\:border-l-neutral-800:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.active\:border-l-neutral-800\/0:active {
  border-left-color: rgb(38 38 38 / 0);
}

.active\:border-l-neutral-800\/10:active {
  border-left-color: rgb(38 38 38 / 0.1);
}

.active\:border-l-neutral-800\/100:active {
  border-left-color: rgb(38 38 38 / 1);
}

.active\:border-l-neutral-800\/20:active {
  border-left-color: rgb(38 38 38 / 0.2);
}

.active\:border-l-neutral-800\/25:active {
  border-left-color: rgb(38 38 38 / 0.25);
}

.active\:border-l-neutral-800\/30:active {
  border-left-color: rgb(38 38 38 / 0.3);
}

.active\:border-l-neutral-800\/40:active {
  border-left-color: rgb(38 38 38 / 0.4);
}

.active\:border-l-neutral-800\/5:active {
  border-left-color: rgb(38 38 38 / 0.05);
}

.active\:border-l-neutral-800\/50:active {
  border-left-color: rgb(38 38 38 / 0.5);
}

.active\:border-l-neutral-800\/60:active {
  border-left-color: rgb(38 38 38 / 0.6);
}

.active\:border-l-neutral-800\/70:active {
  border-left-color: rgb(38 38 38 / 0.7);
}

.active\:border-l-neutral-800\/75:active {
  border-left-color: rgb(38 38 38 / 0.75);
}

.active\:border-l-neutral-800\/80:active {
  border-left-color: rgb(38 38 38 / 0.8);
}

.active\:border-l-neutral-800\/90:active {
  border-left-color: rgb(38 38 38 / 0.9);
}

.active\:border-l-neutral-800\/95:active {
  border-left-color: rgb(38 38 38 / 0.95);
}

.active\:border-l-neutral-900:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.active\:border-l-neutral-900\/0:active {
  border-left-color: rgb(23 23 23 / 0);
}

.active\:border-l-neutral-900\/10:active {
  border-left-color: rgb(23 23 23 / 0.1);
}

.active\:border-l-neutral-900\/100:active {
  border-left-color: rgb(23 23 23 / 1);
}

.active\:border-l-neutral-900\/20:active {
  border-left-color: rgb(23 23 23 / 0.2);
}

.active\:border-l-neutral-900\/25:active {
  border-left-color: rgb(23 23 23 / 0.25);
}

.active\:border-l-neutral-900\/30:active {
  border-left-color: rgb(23 23 23 / 0.3);
}

.active\:border-l-neutral-900\/40:active {
  border-left-color: rgb(23 23 23 / 0.4);
}

.active\:border-l-neutral-900\/5:active {
  border-left-color: rgb(23 23 23 / 0.05);
}

.active\:border-l-neutral-900\/50:active {
  border-left-color: rgb(23 23 23 / 0.5);
}

.active\:border-l-neutral-900\/60:active {
  border-left-color: rgb(23 23 23 / 0.6);
}

.active\:border-l-neutral-900\/70:active {
  border-left-color: rgb(23 23 23 / 0.7);
}

.active\:border-l-neutral-900\/75:active {
  border-left-color: rgb(23 23 23 / 0.75);
}

.active\:border-l-neutral-900\/80:active {
  border-left-color: rgb(23 23 23 / 0.8);
}

.active\:border-l-neutral-900\/90:active {
  border-left-color: rgb(23 23 23 / 0.9);
}

.active\:border-l-neutral-900\/95:active {
  border-left-color: rgb(23 23 23 / 0.95);
}

.active\:border-l-neutral-950:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.active\:border-l-neutral-950\/0:active {
  border-left-color: rgb(10 10 10 / 0);
}

.active\:border-l-neutral-950\/10:active {
  border-left-color: rgb(10 10 10 / 0.1);
}

.active\:border-l-neutral-950\/100:active {
  border-left-color: rgb(10 10 10 / 1);
}

.active\:border-l-neutral-950\/20:active {
  border-left-color: rgb(10 10 10 / 0.2);
}

.active\:border-l-neutral-950\/25:active {
  border-left-color: rgb(10 10 10 / 0.25);
}

.active\:border-l-neutral-950\/30:active {
  border-left-color: rgb(10 10 10 / 0.3);
}

.active\:border-l-neutral-950\/40:active {
  border-left-color: rgb(10 10 10 / 0.4);
}

.active\:border-l-neutral-950\/5:active {
  border-left-color: rgb(10 10 10 / 0.05);
}

.active\:border-l-neutral-950\/50:active {
  border-left-color: rgb(10 10 10 / 0.5);
}

.active\:border-l-neutral-950\/60:active {
  border-left-color: rgb(10 10 10 / 0.6);
}

.active\:border-l-neutral-950\/70:active {
  border-left-color: rgb(10 10 10 / 0.7);
}

.active\:border-l-neutral-950\/75:active {
  border-left-color: rgb(10 10 10 / 0.75);
}

.active\:border-l-neutral-950\/80:active {
  border-left-color: rgb(10 10 10 / 0.8);
}

.active\:border-l-neutral-950\/90:active {
  border-left-color: rgb(10 10 10 / 0.9);
}

.active\:border-l-neutral-950\/95:active {
  border-left-color: rgb(10 10 10 / 0.95);
}

.active\:border-l-orange-100:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 237 213 / var(--tw-border-opacity));
}

.active\:border-l-orange-100\/0:active {
  border-left-color: rgb(255 237 213 / 0);
}

.active\:border-l-orange-100\/10:active {
  border-left-color: rgb(255 237 213 / 0.1);
}

.active\:border-l-orange-100\/100:active {
  border-left-color: rgb(255 237 213 / 1);
}

.active\:border-l-orange-100\/20:active {
  border-left-color: rgb(255 237 213 / 0.2);
}

.active\:border-l-orange-100\/25:active {
  border-left-color: rgb(255 237 213 / 0.25);
}

.active\:border-l-orange-100\/30:active {
  border-left-color: rgb(255 237 213 / 0.3);
}

.active\:border-l-orange-100\/40:active {
  border-left-color: rgb(255 237 213 / 0.4);
}

.active\:border-l-orange-100\/5:active {
  border-left-color: rgb(255 237 213 / 0.05);
}

.active\:border-l-orange-100\/50:active {
  border-left-color: rgb(255 237 213 / 0.5);
}

.active\:border-l-orange-100\/60:active {
  border-left-color: rgb(255 237 213 / 0.6);
}

.active\:border-l-orange-100\/70:active {
  border-left-color: rgb(255 237 213 / 0.7);
}

.active\:border-l-orange-100\/75:active {
  border-left-color: rgb(255 237 213 / 0.75);
}

.active\:border-l-orange-100\/80:active {
  border-left-color: rgb(255 237 213 / 0.8);
}

.active\:border-l-orange-100\/90:active {
  border-left-color: rgb(255 237 213 / 0.9);
}

.active\:border-l-orange-100\/95:active {
  border-left-color: rgb(255 237 213 / 0.95);
}

.active\:border-l-orange-200:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 215 170 / var(--tw-border-opacity));
}

.active\:border-l-orange-200\/0:active {
  border-left-color: rgb(254 215 170 / 0);
}

.active\:border-l-orange-200\/10:active {
  border-left-color: rgb(254 215 170 / 0.1);
}

.active\:border-l-orange-200\/100:active {
  border-left-color: rgb(254 215 170 / 1);
}

.active\:border-l-orange-200\/20:active {
  border-left-color: rgb(254 215 170 / 0.2);
}

.active\:border-l-orange-200\/25:active {
  border-left-color: rgb(254 215 170 / 0.25);
}

.active\:border-l-orange-200\/30:active {
  border-left-color: rgb(254 215 170 / 0.3);
}

.active\:border-l-orange-200\/40:active {
  border-left-color: rgb(254 215 170 / 0.4);
}

.active\:border-l-orange-200\/5:active {
  border-left-color: rgb(254 215 170 / 0.05);
}

.active\:border-l-orange-200\/50:active {
  border-left-color: rgb(254 215 170 / 0.5);
}

.active\:border-l-orange-200\/60:active {
  border-left-color: rgb(254 215 170 / 0.6);
}

.active\:border-l-orange-200\/70:active {
  border-left-color: rgb(254 215 170 / 0.7);
}

.active\:border-l-orange-200\/75:active {
  border-left-color: rgb(254 215 170 / 0.75);
}

.active\:border-l-orange-200\/80:active {
  border-left-color: rgb(254 215 170 / 0.8);
}

.active\:border-l-orange-200\/90:active {
  border-left-color: rgb(254 215 170 / 0.9);
}

.active\:border-l-orange-200\/95:active {
  border-left-color: rgb(254 215 170 / 0.95);
}

.active\:border-l-orange-300:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 186 116 / var(--tw-border-opacity));
}

.active\:border-l-orange-300\/0:active {
  border-left-color: rgb(253 186 116 / 0);
}

.active\:border-l-orange-300\/10:active {
  border-left-color: rgb(253 186 116 / 0.1);
}

.active\:border-l-orange-300\/100:active {
  border-left-color: rgb(253 186 116 / 1);
}

.active\:border-l-orange-300\/20:active {
  border-left-color: rgb(253 186 116 / 0.2);
}

.active\:border-l-orange-300\/25:active {
  border-left-color: rgb(253 186 116 / 0.25);
}

.active\:border-l-orange-300\/30:active {
  border-left-color: rgb(253 186 116 / 0.3);
}

.active\:border-l-orange-300\/40:active {
  border-left-color: rgb(253 186 116 / 0.4);
}

.active\:border-l-orange-300\/5:active {
  border-left-color: rgb(253 186 116 / 0.05);
}

.active\:border-l-orange-300\/50:active {
  border-left-color: rgb(253 186 116 / 0.5);
}

.active\:border-l-orange-300\/60:active {
  border-left-color: rgb(253 186 116 / 0.6);
}

.active\:border-l-orange-300\/70:active {
  border-left-color: rgb(253 186 116 / 0.7);
}

.active\:border-l-orange-300\/75:active {
  border-left-color: rgb(253 186 116 / 0.75);
}

.active\:border-l-orange-300\/80:active {
  border-left-color: rgb(253 186 116 / 0.8);
}

.active\:border-l-orange-300\/90:active {
  border-left-color: rgb(253 186 116 / 0.9);
}

.active\:border-l-orange-300\/95:active {
  border-left-color: rgb(253 186 116 / 0.95);
}

.active\:border-l-orange-400:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.active\:border-l-orange-400\/0:active {
  border-left-color: rgb(251 146 60 / 0);
}

.active\:border-l-orange-400\/10:active {
  border-left-color: rgb(251 146 60 / 0.1);
}

.active\:border-l-orange-400\/100:active {
  border-left-color: rgb(251 146 60 / 1);
}

.active\:border-l-orange-400\/20:active {
  border-left-color: rgb(251 146 60 / 0.2);
}

.active\:border-l-orange-400\/25:active {
  border-left-color: rgb(251 146 60 / 0.25);
}

.active\:border-l-orange-400\/30:active {
  border-left-color: rgb(251 146 60 / 0.3);
}

.active\:border-l-orange-400\/40:active {
  border-left-color: rgb(251 146 60 / 0.4);
}

.active\:border-l-orange-400\/5:active {
  border-left-color: rgb(251 146 60 / 0.05);
}

.active\:border-l-orange-400\/50:active {
  border-left-color: rgb(251 146 60 / 0.5);
}

.active\:border-l-orange-400\/60:active {
  border-left-color: rgb(251 146 60 / 0.6);
}

.active\:border-l-orange-400\/70:active {
  border-left-color: rgb(251 146 60 / 0.7);
}

.active\:border-l-orange-400\/75:active {
  border-left-color: rgb(251 146 60 / 0.75);
}

.active\:border-l-orange-400\/80:active {
  border-left-color: rgb(251 146 60 / 0.8);
}

.active\:border-l-orange-400\/90:active {
  border-left-color: rgb(251 146 60 / 0.9);
}

.active\:border-l-orange-400\/95:active {
  border-left-color: rgb(251 146 60 / 0.95);
}

.active\:border-l-orange-50:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 247 237 / var(--tw-border-opacity));
}

.active\:border-l-orange-50\/0:active {
  border-left-color: rgb(255 247 237 / 0);
}

.active\:border-l-orange-50\/10:active {
  border-left-color: rgb(255 247 237 / 0.1);
}

.active\:border-l-orange-50\/100:active {
  border-left-color: rgb(255 247 237 / 1);
}

.active\:border-l-orange-50\/20:active {
  border-left-color: rgb(255 247 237 / 0.2);
}

.active\:border-l-orange-50\/25:active {
  border-left-color: rgb(255 247 237 / 0.25);
}

.active\:border-l-orange-50\/30:active {
  border-left-color: rgb(255 247 237 / 0.3);
}

.active\:border-l-orange-50\/40:active {
  border-left-color: rgb(255 247 237 / 0.4);
}

.active\:border-l-orange-50\/5:active {
  border-left-color: rgb(255 247 237 / 0.05);
}

.active\:border-l-orange-50\/50:active {
  border-left-color: rgb(255 247 237 / 0.5);
}

.active\:border-l-orange-50\/60:active {
  border-left-color: rgb(255 247 237 / 0.6);
}

.active\:border-l-orange-50\/70:active {
  border-left-color: rgb(255 247 237 / 0.7);
}

.active\:border-l-orange-50\/75:active {
  border-left-color: rgb(255 247 237 / 0.75);
}

.active\:border-l-orange-50\/80:active {
  border-left-color: rgb(255 247 237 / 0.8);
}

.active\:border-l-orange-50\/90:active {
  border-left-color: rgb(255 247 237 / 0.9);
}

.active\:border-l-orange-50\/95:active {
  border-left-color: rgb(255 247 237 / 0.95);
}

.active\:border-l-orange-500:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 115 22 / var(--tw-border-opacity));
}

.active\:border-l-orange-500\/0:active {
  border-left-color: rgb(249 115 22 / 0);
}

.active\:border-l-orange-500\/10:active {
  border-left-color: rgb(249 115 22 / 0.1);
}

.active\:border-l-orange-500\/100:active {
  border-left-color: rgb(249 115 22 / 1);
}

.active\:border-l-orange-500\/20:active {
  border-left-color: rgb(249 115 22 / 0.2);
}

.active\:border-l-orange-500\/25:active {
  border-left-color: rgb(249 115 22 / 0.25);
}

.active\:border-l-orange-500\/30:active {
  border-left-color: rgb(249 115 22 / 0.3);
}

.active\:border-l-orange-500\/40:active {
  border-left-color: rgb(249 115 22 / 0.4);
}

.active\:border-l-orange-500\/5:active {
  border-left-color: rgb(249 115 22 / 0.05);
}

.active\:border-l-orange-500\/50:active {
  border-left-color: rgb(249 115 22 / 0.5);
}

.active\:border-l-orange-500\/60:active {
  border-left-color: rgb(249 115 22 / 0.6);
}

.active\:border-l-orange-500\/70:active {
  border-left-color: rgb(249 115 22 / 0.7);
}

.active\:border-l-orange-500\/75:active {
  border-left-color: rgb(249 115 22 / 0.75);
}

.active\:border-l-orange-500\/80:active {
  border-left-color: rgb(249 115 22 / 0.8);
}

.active\:border-l-orange-500\/90:active {
  border-left-color: rgb(249 115 22 / 0.9);
}

.active\:border-l-orange-500\/95:active {
  border-left-color: rgb(249 115 22 / 0.95);
}

.active\:border-l-orange-600:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.active\:border-l-orange-600\/0:active {
  border-left-color: rgb(234 88 12 / 0);
}

.active\:border-l-orange-600\/10:active {
  border-left-color: rgb(234 88 12 / 0.1);
}

.active\:border-l-orange-600\/100:active {
  border-left-color: rgb(234 88 12 / 1);
}

.active\:border-l-orange-600\/20:active {
  border-left-color: rgb(234 88 12 / 0.2);
}

.active\:border-l-orange-600\/25:active {
  border-left-color: rgb(234 88 12 / 0.25);
}

.active\:border-l-orange-600\/30:active {
  border-left-color: rgb(234 88 12 / 0.3);
}

.active\:border-l-orange-600\/40:active {
  border-left-color: rgb(234 88 12 / 0.4);
}

.active\:border-l-orange-600\/5:active {
  border-left-color: rgb(234 88 12 / 0.05);
}

.active\:border-l-orange-600\/50:active {
  border-left-color: rgb(234 88 12 / 0.5);
}

.active\:border-l-orange-600\/60:active {
  border-left-color: rgb(234 88 12 / 0.6);
}

.active\:border-l-orange-600\/70:active {
  border-left-color: rgb(234 88 12 / 0.7);
}

.active\:border-l-orange-600\/75:active {
  border-left-color: rgb(234 88 12 / 0.75);
}

.active\:border-l-orange-600\/80:active {
  border-left-color: rgb(234 88 12 / 0.8);
}

.active\:border-l-orange-600\/90:active {
  border-left-color: rgb(234 88 12 / 0.9);
}

.active\:border-l-orange-600\/95:active {
  border-left-color: rgb(234 88 12 / 0.95);
}

.active\:border-l-orange-700:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(194 65 12 / var(--tw-border-opacity));
}

.active\:border-l-orange-700\/0:active {
  border-left-color: rgb(194 65 12 / 0);
}

.active\:border-l-orange-700\/10:active {
  border-left-color: rgb(194 65 12 / 0.1);
}

.active\:border-l-orange-700\/100:active {
  border-left-color: rgb(194 65 12 / 1);
}

.active\:border-l-orange-700\/20:active {
  border-left-color: rgb(194 65 12 / 0.2);
}

.active\:border-l-orange-700\/25:active {
  border-left-color: rgb(194 65 12 / 0.25);
}

.active\:border-l-orange-700\/30:active {
  border-left-color: rgb(194 65 12 / 0.3);
}

.active\:border-l-orange-700\/40:active {
  border-left-color: rgb(194 65 12 / 0.4);
}

.active\:border-l-orange-700\/5:active {
  border-left-color: rgb(194 65 12 / 0.05);
}

.active\:border-l-orange-700\/50:active {
  border-left-color: rgb(194 65 12 / 0.5);
}

.active\:border-l-orange-700\/60:active {
  border-left-color: rgb(194 65 12 / 0.6);
}

.active\:border-l-orange-700\/70:active {
  border-left-color: rgb(194 65 12 / 0.7);
}

.active\:border-l-orange-700\/75:active {
  border-left-color: rgb(194 65 12 / 0.75);
}

.active\:border-l-orange-700\/80:active {
  border-left-color: rgb(194 65 12 / 0.8);
}

.active\:border-l-orange-700\/90:active {
  border-left-color: rgb(194 65 12 / 0.9);
}

.active\:border-l-orange-700\/95:active {
  border-left-color: rgb(194 65 12 / 0.95);
}

.active\:border-l-orange-800:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(154 52 18 / var(--tw-border-opacity));
}

.active\:border-l-orange-800\/0:active {
  border-left-color: rgb(154 52 18 / 0);
}

.active\:border-l-orange-800\/10:active {
  border-left-color: rgb(154 52 18 / 0.1);
}

.active\:border-l-orange-800\/100:active {
  border-left-color: rgb(154 52 18 / 1);
}

.active\:border-l-orange-800\/20:active {
  border-left-color: rgb(154 52 18 / 0.2);
}

.active\:border-l-orange-800\/25:active {
  border-left-color: rgb(154 52 18 / 0.25);
}

.active\:border-l-orange-800\/30:active {
  border-left-color: rgb(154 52 18 / 0.3);
}

.active\:border-l-orange-800\/40:active {
  border-left-color: rgb(154 52 18 / 0.4);
}

.active\:border-l-orange-800\/5:active {
  border-left-color: rgb(154 52 18 / 0.05);
}

.active\:border-l-orange-800\/50:active {
  border-left-color: rgb(154 52 18 / 0.5);
}

.active\:border-l-orange-800\/60:active {
  border-left-color: rgb(154 52 18 / 0.6);
}

.active\:border-l-orange-800\/70:active {
  border-left-color: rgb(154 52 18 / 0.7);
}

.active\:border-l-orange-800\/75:active {
  border-left-color: rgb(154 52 18 / 0.75);
}

.active\:border-l-orange-800\/80:active {
  border-left-color: rgb(154 52 18 / 0.8);
}

.active\:border-l-orange-800\/90:active {
  border-left-color: rgb(154 52 18 / 0.9);
}

.active\:border-l-orange-800\/95:active {
  border-left-color: rgb(154 52 18 / 0.95);
}

.active\:border-l-orange-900:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(124 45 18 / var(--tw-border-opacity));
}

.active\:border-l-orange-900\/0:active {
  border-left-color: rgb(124 45 18 / 0);
}

.active\:border-l-orange-900\/10:active {
  border-left-color: rgb(124 45 18 / 0.1);
}

.active\:border-l-orange-900\/100:active {
  border-left-color: rgb(124 45 18 / 1);
}

.active\:border-l-orange-900\/20:active {
  border-left-color: rgb(124 45 18 / 0.2);
}

.active\:border-l-orange-900\/25:active {
  border-left-color: rgb(124 45 18 / 0.25);
}

.active\:border-l-orange-900\/30:active {
  border-left-color: rgb(124 45 18 / 0.3);
}

.active\:border-l-orange-900\/40:active {
  border-left-color: rgb(124 45 18 / 0.4);
}

.active\:border-l-orange-900\/5:active {
  border-left-color: rgb(124 45 18 / 0.05);
}

.active\:border-l-orange-900\/50:active {
  border-left-color: rgb(124 45 18 / 0.5);
}

.active\:border-l-orange-900\/60:active {
  border-left-color: rgb(124 45 18 / 0.6);
}

.active\:border-l-orange-900\/70:active {
  border-left-color: rgb(124 45 18 / 0.7);
}

.active\:border-l-orange-900\/75:active {
  border-left-color: rgb(124 45 18 / 0.75);
}

.active\:border-l-orange-900\/80:active {
  border-left-color: rgb(124 45 18 / 0.8);
}

.active\:border-l-orange-900\/90:active {
  border-left-color: rgb(124 45 18 / 0.9);
}

.active\:border-l-orange-900\/95:active {
  border-left-color: rgb(124 45 18 / 0.95);
}

.active\:border-l-orange-950:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(67 20 7 / var(--tw-border-opacity));
}

.active\:border-l-orange-950\/0:active {
  border-left-color: rgb(67 20 7 / 0);
}

.active\:border-l-orange-950\/10:active {
  border-left-color: rgb(67 20 7 / 0.1);
}

.active\:border-l-orange-950\/100:active {
  border-left-color: rgb(67 20 7 / 1);
}

.active\:border-l-orange-950\/20:active {
  border-left-color: rgb(67 20 7 / 0.2);
}

.active\:border-l-orange-950\/25:active {
  border-left-color: rgb(67 20 7 / 0.25);
}

.active\:border-l-orange-950\/30:active {
  border-left-color: rgb(67 20 7 / 0.3);
}

.active\:border-l-orange-950\/40:active {
  border-left-color: rgb(67 20 7 / 0.4);
}

.active\:border-l-orange-950\/5:active {
  border-left-color: rgb(67 20 7 / 0.05);
}

.active\:border-l-orange-950\/50:active {
  border-left-color: rgb(67 20 7 / 0.5);
}

.active\:border-l-orange-950\/60:active {
  border-left-color: rgb(67 20 7 / 0.6);
}

.active\:border-l-orange-950\/70:active {
  border-left-color: rgb(67 20 7 / 0.7);
}

.active\:border-l-orange-950\/75:active {
  border-left-color: rgb(67 20 7 / 0.75);
}

.active\:border-l-orange-950\/80:active {
  border-left-color: rgb(67 20 7 / 0.8);
}

.active\:border-l-orange-950\/90:active {
  border-left-color: rgb(67 20 7 / 0.9);
}

.active\:border-l-orange-950\/95:active {
  border-left-color: rgb(67 20 7 / 0.95);
}

.active\:border-l-ozc-100:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 239 235 / var(--tw-border-opacity));
}

.active\:border-l-ozc-100\/0:active {
  border-left-color: rgb(255 239 235 / 0);
}

.active\:border-l-ozc-100\/10:active {
  border-left-color: rgb(255 239 235 / 0.1);
}

.active\:border-l-ozc-100\/100:active {
  border-left-color: rgb(255 239 235 / 1);
}

.active\:border-l-ozc-100\/20:active {
  border-left-color: rgb(255 239 235 / 0.2);
}

.active\:border-l-ozc-100\/25:active {
  border-left-color: rgb(255 239 235 / 0.25);
}

.active\:border-l-ozc-100\/30:active {
  border-left-color: rgb(255 239 235 / 0.3);
}

.active\:border-l-ozc-100\/40:active {
  border-left-color: rgb(255 239 235 / 0.4);
}

.active\:border-l-ozc-100\/5:active {
  border-left-color: rgb(255 239 235 / 0.05);
}

.active\:border-l-ozc-100\/50:active {
  border-left-color: rgb(255 239 235 / 0.5);
}

.active\:border-l-ozc-100\/60:active {
  border-left-color: rgb(255 239 235 / 0.6);
}

.active\:border-l-ozc-100\/70:active {
  border-left-color: rgb(255 239 235 / 0.7);
}

.active\:border-l-ozc-100\/75:active {
  border-left-color: rgb(255 239 235 / 0.75);
}

.active\:border-l-ozc-100\/80:active {
  border-left-color: rgb(255 239 235 / 0.8);
}

.active\:border-l-ozc-100\/90:active {
  border-left-color: rgb(255 239 235 / 0.9);
}

.active\:border-l-ozc-100\/95:active {
  border-left-color: rgb(255 239 235 / 0.95);
}

.active\:border-l-ozc-200:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 225 222 / var(--tw-border-opacity));
}

.active\:border-l-ozc-200\/0:active {
  border-left-color: rgb(253 225 222 / 0);
}

.active\:border-l-ozc-200\/10:active {
  border-left-color: rgb(253 225 222 / 0.1);
}

.active\:border-l-ozc-200\/100:active {
  border-left-color: rgb(253 225 222 / 1);
}

.active\:border-l-ozc-200\/20:active {
  border-left-color: rgb(253 225 222 / 0.2);
}

.active\:border-l-ozc-200\/25:active {
  border-left-color: rgb(253 225 222 / 0.25);
}

.active\:border-l-ozc-200\/30:active {
  border-left-color: rgb(253 225 222 / 0.3);
}

.active\:border-l-ozc-200\/40:active {
  border-left-color: rgb(253 225 222 / 0.4);
}

.active\:border-l-ozc-200\/5:active {
  border-left-color: rgb(253 225 222 / 0.05);
}

.active\:border-l-ozc-200\/50:active {
  border-left-color: rgb(253 225 222 / 0.5);
}

.active\:border-l-ozc-200\/60:active {
  border-left-color: rgb(253 225 222 / 0.6);
}

.active\:border-l-ozc-200\/70:active {
  border-left-color: rgb(253 225 222 / 0.7);
}

.active\:border-l-ozc-200\/75:active {
  border-left-color: rgb(253 225 222 / 0.75);
}

.active\:border-l-ozc-200\/80:active {
  border-left-color: rgb(253 225 222 / 0.8);
}

.active\:border-l-ozc-200\/90:active {
  border-left-color: rgb(253 225 222 / 0.9);
}

.active\:border-l-ozc-200\/95:active {
  border-left-color: rgb(253 225 222 / 0.95);
}

.active\:border-l-ozc-300:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(248 181 181 / var(--tw-border-opacity));
}

.active\:border-l-ozc-300\/0:active {
  border-left-color: rgb(248 181 181 / 0);
}

.active\:border-l-ozc-300\/10:active {
  border-left-color: rgb(248 181 181 / 0.1);
}

.active\:border-l-ozc-300\/100:active {
  border-left-color: rgb(248 181 181 / 1);
}

.active\:border-l-ozc-300\/20:active {
  border-left-color: rgb(248 181 181 / 0.2);
}

.active\:border-l-ozc-300\/25:active {
  border-left-color: rgb(248 181 181 / 0.25);
}

.active\:border-l-ozc-300\/30:active {
  border-left-color: rgb(248 181 181 / 0.3);
}

.active\:border-l-ozc-300\/40:active {
  border-left-color: rgb(248 181 181 / 0.4);
}

.active\:border-l-ozc-300\/5:active {
  border-left-color: rgb(248 181 181 / 0.05);
}

.active\:border-l-ozc-300\/50:active {
  border-left-color: rgb(248 181 181 / 0.5);
}

.active\:border-l-ozc-300\/60:active {
  border-left-color: rgb(248 181 181 / 0.6);
}

.active\:border-l-ozc-300\/70:active {
  border-left-color: rgb(248 181 181 / 0.7);
}

.active\:border-l-ozc-300\/75:active {
  border-left-color: rgb(248 181 181 / 0.75);
}

.active\:border-l-ozc-300\/80:active {
  border-left-color: rgb(248 181 181 / 0.8);
}

.active\:border-l-ozc-300\/90:active {
  border-left-color: rgb(248 181 181 / 0.9);
}

.active\:border-l-ozc-300\/95:active {
  border-left-color: rgb(248 181 181 / 0.95);
}

.active\:border-l-ozc-400:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 189 173 / var(--tw-border-opacity));
}

.active\:border-l-ozc-400\/0:active {
  border-left-color: rgb(250 189 173 / 0);
}

.active\:border-l-ozc-400\/10:active {
  border-left-color: rgb(250 189 173 / 0.1);
}

.active\:border-l-ozc-400\/100:active {
  border-left-color: rgb(250 189 173 / 1);
}

.active\:border-l-ozc-400\/20:active {
  border-left-color: rgb(250 189 173 / 0.2);
}

.active\:border-l-ozc-400\/25:active {
  border-left-color: rgb(250 189 173 / 0.25);
}

.active\:border-l-ozc-400\/30:active {
  border-left-color: rgb(250 189 173 / 0.3);
}

.active\:border-l-ozc-400\/40:active {
  border-left-color: rgb(250 189 173 / 0.4);
}

.active\:border-l-ozc-400\/5:active {
  border-left-color: rgb(250 189 173 / 0.05);
}

.active\:border-l-ozc-400\/50:active {
  border-left-color: rgb(250 189 173 / 0.5);
}

.active\:border-l-ozc-400\/60:active {
  border-left-color: rgb(250 189 173 / 0.6);
}

.active\:border-l-ozc-400\/70:active {
  border-left-color: rgb(250 189 173 / 0.7);
}

.active\:border-l-ozc-400\/75:active {
  border-left-color: rgb(250 189 173 / 0.75);
}

.active\:border-l-ozc-400\/80:active {
  border-left-color: rgb(250 189 173 / 0.8);
}

.active\:border-l-ozc-400\/90:active {
  border-left-color: rgb(250 189 173 / 0.9);
}

.active\:border-l-ozc-400\/95:active {
  border-left-color: rgb(250 189 173 / 0.95);
}

.active\:border-l-ozc-50:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 243 232 / var(--tw-border-opacity));
}

.active\:border-l-ozc-50\/0:active {
  border-left-color: rgb(254 243 232 / 0);
}

.active\:border-l-ozc-50\/10:active {
  border-left-color: rgb(254 243 232 / 0.1);
}

.active\:border-l-ozc-50\/100:active {
  border-left-color: rgb(254 243 232 / 1);
}

.active\:border-l-ozc-50\/20:active {
  border-left-color: rgb(254 243 232 / 0.2);
}

.active\:border-l-ozc-50\/25:active {
  border-left-color: rgb(254 243 232 / 0.25);
}

.active\:border-l-ozc-50\/30:active {
  border-left-color: rgb(254 243 232 / 0.3);
}

.active\:border-l-ozc-50\/40:active {
  border-left-color: rgb(254 243 232 / 0.4);
}

.active\:border-l-ozc-50\/5:active {
  border-left-color: rgb(254 243 232 / 0.05);
}

.active\:border-l-ozc-50\/50:active {
  border-left-color: rgb(254 243 232 / 0.5);
}

.active\:border-l-ozc-50\/60:active {
  border-left-color: rgb(254 243 232 / 0.6);
}

.active\:border-l-ozc-50\/70:active {
  border-left-color: rgb(254 243 232 / 0.7);
}

.active\:border-l-ozc-50\/75:active {
  border-left-color: rgb(254 243 232 / 0.75);
}

.active\:border-l-ozc-50\/80:active {
  border-left-color: rgb(254 243 232 / 0.8);
}

.active\:border-l-ozc-50\/90:active {
  border-left-color: rgb(254 243 232 / 0.9);
}

.active\:border-l-ozc-50\/95:active {
  border-left-color: rgb(254 243 232 / 0.95);
}

.active\:border-l-ozc-500:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 110 96 / var(--tw-border-opacity));
}

.active\:border-l-ozc-500\/0:active {
  border-left-color: rgb(255 110 96 / 0);
}

.active\:border-l-ozc-500\/10:active {
  border-left-color: rgb(255 110 96 / 0.1);
}

.active\:border-l-ozc-500\/100:active {
  border-left-color: rgb(255 110 96 / 1);
}

.active\:border-l-ozc-500\/20:active {
  border-left-color: rgb(255 110 96 / 0.2);
}

.active\:border-l-ozc-500\/25:active {
  border-left-color: rgb(255 110 96 / 0.25);
}

.active\:border-l-ozc-500\/30:active {
  border-left-color: rgb(255 110 96 / 0.3);
}

.active\:border-l-ozc-500\/40:active {
  border-left-color: rgb(255 110 96 / 0.4);
}

.active\:border-l-ozc-500\/5:active {
  border-left-color: rgb(255 110 96 / 0.05);
}

.active\:border-l-ozc-500\/50:active {
  border-left-color: rgb(255 110 96 / 0.5);
}

.active\:border-l-ozc-500\/60:active {
  border-left-color: rgb(255 110 96 / 0.6);
}

.active\:border-l-ozc-500\/70:active {
  border-left-color: rgb(255 110 96 / 0.7);
}

.active\:border-l-ozc-500\/75:active {
  border-left-color: rgb(255 110 96 / 0.75);
}

.active\:border-l-ozc-500\/80:active {
  border-left-color: rgb(255 110 96 / 0.8);
}

.active\:border-l-ozc-500\/90:active {
  border-left-color: rgb(255 110 96 / 0.9);
}

.active\:border-l-ozc-500\/95:active {
  border-left-color: rgb(255 110 96 / 0.95);
}

.active\:border-l-ozc-600:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 169 140 / var(--tw-border-opacity));
}

.active\:border-l-ozc-600\/0:active {
  border-left-color: rgb(249 169 140 / 0);
}

.active\:border-l-ozc-600\/10:active {
  border-left-color: rgb(249 169 140 / 0.1);
}

.active\:border-l-ozc-600\/100:active {
  border-left-color: rgb(249 169 140 / 1);
}

.active\:border-l-ozc-600\/20:active {
  border-left-color: rgb(249 169 140 / 0.2);
}

.active\:border-l-ozc-600\/25:active {
  border-left-color: rgb(249 169 140 / 0.25);
}

.active\:border-l-ozc-600\/30:active {
  border-left-color: rgb(249 169 140 / 0.3);
}

.active\:border-l-ozc-600\/40:active {
  border-left-color: rgb(249 169 140 / 0.4);
}

.active\:border-l-ozc-600\/5:active {
  border-left-color: rgb(249 169 140 / 0.05);
}

.active\:border-l-ozc-600\/50:active {
  border-left-color: rgb(249 169 140 / 0.5);
}

.active\:border-l-ozc-600\/60:active {
  border-left-color: rgb(249 169 140 / 0.6);
}

.active\:border-l-ozc-600\/70:active {
  border-left-color: rgb(249 169 140 / 0.7);
}

.active\:border-l-ozc-600\/75:active {
  border-left-color: rgb(249 169 140 / 0.75);
}

.active\:border-l-ozc-600\/80:active {
  border-left-color: rgb(249 169 140 / 0.8);
}

.active\:border-l-ozc-600\/90:active {
  border-left-color: rgb(249 169 140 / 0.9);
}

.active\:border-l-ozc-600\/95:active {
  border-left-color: rgb(249 169 140 / 0.95);
}

.active\:border-l-ozc-700:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(246 148 114 / var(--tw-border-opacity));
}

.active\:border-l-ozc-700\/0:active {
  border-left-color: rgb(246 148 114 / 0);
}

.active\:border-l-ozc-700\/10:active {
  border-left-color: rgb(246 148 114 / 0.1);
}

.active\:border-l-ozc-700\/100:active {
  border-left-color: rgb(246 148 114 / 1);
}

.active\:border-l-ozc-700\/20:active {
  border-left-color: rgb(246 148 114 / 0.2);
}

.active\:border-l-ozc-700\/25:active {
  border-left-color: rgb(246 148 114 / 0.25);
}

.active\:border-l-ozc-700\/30:active {
  border-left-color: rgb(246 148 114 / 0.3);
}

.active\:border-l-ozc-700\/40:active {
  border-left-color: rgb(246 148 114 / 0.4);
}

.active\:border-l-ozc-700\/5:active {
  border-left-color: rgb(246 148 114 / 0.05);
}

.active\:border-l-ozc-700\/50:active {
  border-left-color: rgb(246 148 114 / 0.5);
}

.active\:border-l-ozc-700\/60:active {
  border-left-color: rgb(246 148 114 / 0.6);
}

.active\:border-l-ozc-700\/70:active {
  border-left-color: rgb(246 148 114 / 0.7);
}

.active\:border-l-ozc-700\/75:active {
  border-left-color: rgb(246 148 114 / 0.75);
}

.active\:border-l-ozc-700\/80:active {
  border-left-color: rgb(246 148 114 / 0.8);
}

.active\:border-l-ozc-700\/90:active {
  border-left-color: rgb(246 148 114 / 0.9);
}

.active\:border-l-ozc-700\/95:active {
  border-left-color: rgb(246 148 114 / 0.95);
}

.active\:border-l-ozc-800:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 144 136 / var(--tw-border-opacity));
}

.active\:border-l-ozc-800\/0:active {
  border-left-color: rgb(245 144 136 / 0);
}

.active\:border-l-ozc-800\/10:active {
  border-left-color: rgb(245 144 136 / 0.1);
}

.active\:border-l-ozc-800\/100:active {
  border-left-color: rgb(245 144 136 / 1);
}

.active\:border-l-ozc-800\/20:active {
  border-left-color: rgb(245 144 136 / 0.2);
}

.active\:border-l-ozc-800\/25:active {
  border-left-color: rgb(245 144 136 / 0.25);
}

.active\:border-l-ozc-800\/30:active {
  border-left-color: rgb(245 144 136 / 0.3);
}

.active\:border-l-ozc-800\/40:active {
  border-left-color: rgb(245 144 136 / 0.4);
}

.active\:border-l-ozc-800\/5:active {
  border-left-color: rgb(245 144 136 / 0.05);
}

.active\:border-l-ozc-800\/50:active {
  border-left-color: rgb(245 144 136 / 0.5);
}

.active\:border-l-ozc-800\/60:active {
  border-left-color: rgb(245 144 136 / 0.6);
}

.active\:border-l-ozc-800\/70:active {
  border-left-color: rgb(245 144 136 / 0.7);
}

.active\:border-l-ozc-800\/75:active {
  border-left-color: rgb(245 144 136 / 0.75);
}

.active\:border-l-ozc-800\/80:active {
  border-left-color: rgb(245 144 136 / 0.8);
}

.active\:border-l-ozc-800\/90:active {
  border-left-color: rgb(245 144 136 / 0.9);
}

.active\:border-l-ozc-800\/95:active {
  border-left-color: rgb(245 144 136 / 0.95);
}

.active\:border-l-ozc-900:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(243 121 124 / var(--tw-border-opacity));
}

.active\:border-l-ozc-900\/0:active {
  border-left-color: rgb(243 121 124 / 0);
}

.active\:border-l-ozc-900\/10:active {
  border-left-color: rgb(243 121 124 / 0.1);
}

.active\:border-l-ozc-900\/100:active {
  border-left-color: rgb(243 121 124 / 1);
}

.active\:border-l-ozc-900\/20:active {
  border-left-color: rgb(243 121 124 / 0.2);
}

.active\:border-l-ozc-900\/25:active {
  border-left-color: rgb(243 121 124 / 0.25);
}

.active\:border-l-ozc-900\/30:active {
  border-left-color: rgb(243 121 124 / 0.3);
}

.active\:border-l-ozc-900\/40:active {
  border-left-color: rgb(243 121 124 / 0.4);
}

.active\:border-l-ozc-900\/5:active {
  border-left-color: rgb(243 121 124 / 0.05);
}

.active\:border-l-ozc-900\/50:active {
  border-left-color: rgb(243 121 124 / 0.5);
}

.active\:border-l-ozc-900\/60:active {
  border-left-color: rgb(243 121 124 / 0.6);
}

.active\:border-l-ozc-900\/70:active {
  border-left-color: rgb(243 121 124 / 0.7);
}

.active\:border-l-ozc-900\/75:active {
  border-left-color: rgb(243 121 124 / 0.75);
}

.active\:border-l-ozc-900\/80:active {
  border-left-color: rgb(243 121 124 / 0.8);
}

.active\:border-l-ozc-900\/90:active {
  border-left-color: rgb(243 121 124 / 0.9);
}

.active\:border-l-ozc-900\/95:active {
  border-left-color: rgb(243 121 124 / 0.95);
}

.active\:border-l-ozc-950:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.active\:border-l-ozc-950\/0:active {
  border-left-color: rgb(42 45 51 / 0);
}

.active\:border-l-ozc-950\/10:active {
  border-left-color: rgb(42 45 51 / 0.1);
}

.active\:border-l-ozc-950\/100:active {
  border-left-color: rgb(42 45 51 / 1);
}

.active\:border-l-ozc-950\/20:active {
  border-left-color: rgb(42 45 51 / 0.2);
}

.active\:border-l-ozc-950\/25:active {
  border-left-color: rgb(42 45 51 / 0.25);
}

.active\:border-l-ozc-950\/30:active {
  border-left-color: rgb(42 45 51 / 0.3);
}

.active\:border-l-ozc-950\/40:active {
  border-left-color: rgb(42 45 51 / 0.4);
}

.active\:border-l-ozc-950\/5:active {
  border-left-color: rgb(42 45 51 / 0.05);
}

.active\:border-l-ozc-950\/50:active {
  border-left-color: rgb(42 45 51 / 0.5);
}

.active\:border-l-ozc-950\/60:active {
  border-left-color: rgb(42 45 51 / 0.6);
}

.active\:border-l-ozc-950\/70:active {
  border-left-color: rgb(42 45 51 / 0.7);
}

.active\:border-l-ozc-950\/75:active {
  border-left-color: rgb(42 45 51 / 0.75);
}

.active\:border-l-ozc-950\/80:active {
  border-left-color: rgb(42 45 51 / 0.8);
}

.active\:border-l-ozc-950\/90:active {
  border-left-color: rgb(42 45 51 / 0.9);
}

.active\:border-l-ozc-950\/95:active {
  border-left-color: rgb(42 45 51 / 0.95);
}

.active\:border-l-ozc-alt-100:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 250 230 / var(--tw-border-opacity));
}

.active\:border-l-ozc-alt-100\/0:active {
  border-left-color: rgb(255 250 230 / 0);
}

.active\:border-l-ozc-alt-100\/10:active {
  border-left-color: rgb(255 250 230 / 0.1);
}

.active\:border-l-ozc-alt-100\/100:active {
  border-left-color: rgb(255 250 230 / 1);
}

.active\:border-l-ozc-alt-100\/20:active {
  border-left-color: rgb(255 250 230 / 0.2);
}

.active\:border-l-ozc-alt-100\/25:active {
  border-left-color: rgb(255 250 230 / 0.25);
}

.active\:border-l-ozc-alt-100\/30:active {
  border-left-color: rgb(255 250 230 / 0.3);
}

.active\:border-l-ozc-alt-100\/40:active {
  border-left-color: rgb(255 250 230 / 0.4);
}

.active\:border-l-ozc-alt-100\/5:active {
  border-left-color: rgb(255 250 230 / 0.05);
}

.active\:border-l-ozc-alt-100\/50:active {
  border-left-color: rgb(255 250 230 / 0.5);
}

.active\:border-l-ozc-alt-100\/60:active {
  border-left-color: rgb(255 250 230 / 0.6);
}

.active\:border-l-ozc-alt-100\/70:active {
  border-left-color: rgb(255 250 230 / 0.7);
}

.active\:border-l-ozc-alt-100\/75:active {
  border-left-color: rgb(255 250 230 / 0.75);
}

.active\:border-l-ozc-alt-100\/80:active {
  border-left-color: rgb(255 250 230 / 0.8);
}

.active\:border-l-ozc-alt-100\/90:active {
  border-left-color: rgb(255 250 230 / 0.9);
}

.active\:border-l-ozc-alt-100\/95:active {
  border-left-color: rgb(255 250 230 / 0.95);
}

.active\:border-l-ozc-alt-200:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 242 193 / var(--tw-border-opacity));
}

.active\:border-l-ozc-alt-200\/0:active {
  border-left-color: rgb(255 242 193 / 0);
}

.active\:border-l-ozc-alt-200\/10:active {
  border-left-color: rgb(255 242 193 / 0.1);
}

.active\:border-l-ozc-alt-200\/100:active {
  border-left-color: rgb(255 242 193 / 1);
}

.active\:border-l-ozc-alt-200\/20:active {
  border-left-color: rgb(255 242 193 / 0.2);
}

.active\:border-l-ozc-alt-200\/25:active {
  border-left-color: rgb(255 242 193 / 0.25);
}

.active\:border-l-ozc-alt-200\/30:active {
  border-left-color: rgb(255 242 193 / 0.3);
}

.active\:border-l-ozc-alt-200\/40:active {
  border-left-color: rgb(255 242 193 / 0.4);
}

.active\:border-l-ozc-alt-200\/5:active {
  border-left-color: rgb(255 242 193 / 0.05);
}

.active\:border-l-ozc-alt-200\/50:active {
  border-left-color: rgb(255 242 193 / 0.5);
}

.active\:border-l-ozc-alt-200\/60:active {
  border-left-color: rgb(255 242 193 / 0.6);
}

.active\:border-l-ozc-alt-200\/70:active {
  border-left-color: rgb(255 242 193 / 0.7);
}

.active\:border-l-ozc-alt-200\/75:active {
  border-left-color: rgb(255 242 193 / 0.75);
}

.active\:border-l-ozc-alt-200\/80:active {
  border-left-color: rgb(255 242 193 / 0.8);
}

.active\:border-l-ozc-alt-200\/90:active {
  border-left-color: rgb(255 242 193 / 0.9);
}

.active\:border-l-ozc-alt-200\/95:active {
  border-left-color: rgb(255 242 193 / 0.95);
}

.active\:border-l-ozc-alt-300:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 235 155 / var(--tw-border-opacity));
}

.active\:border-l-ozc-alt-300\/0:active {
  border-left-color: rgb(255 235 155 / 0);
}

.active\:border-l-ozc-alt-300\/10:active {
  border-left-color: rgb(255 235 155 / 0.1);
}

.active\:border-l-ozc-alt-300\/100:active {
  border-left-color: rgb(255 235 155 / 1);
}

.active\:border-l-ozc-alt-300\/20:active {
  border-left-color: rgb(255 235 155 / 0.2);
}

.active\:border-l-ozc-alt-300\/25:active {
  border-left-color: rgb(255 235 155 / 0.25);
}

.active\:border-l-ozc-alt-300\/30:active {
  border-left-color: rgb(255 235 155 / 0.3);
}

.active\:border-l-ozc-alt-300\/40:active {
  border-left-color: rgb(255 235 155 / 0.4);
}

.active\:border-l-ozc-alt-300\/5:active {
  border-left-color: rgb(255 235 155 / 0.05);
}

.active\:border-l-ozc-alt-300\/50:active {
  border-left-color: rgb(255 235 155 / 0.5);
}

.active\:border-l-ozc-alt-300\/60:active {
  border-left-color: rgb(255 235 155 / 0.6);
}

.active\:border-l-ozc-alt-300\/70:active {
  border-left-color: rgb(255 235 155 / 0.7);
}

.active\:border-l-ozc-alt-300\/75:active {
  border-left-color: rgb(255 235 155 / 0.75);
}

.active\:border-l-ozc-alt-300\/80:active {
  border-left-color: rgb(255 235 155 / 0.8);
}

.active\:border-l-ozc-alt-300\/90:active {
  border-left-color: rgb(255 235 155 / 0.9);
}

.active\:border-l-ozc-alt-300\/95:active {
  border-left-color: rgb(255 235 155 / 0.95);
}

.active\:border-l-ozc-alt-400:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 219 80 / var(--tw-border-opacity));
}

.active\:border-l-ozc-alt-400\/0:active {
  border-left-color: rgb(255 219 80 / 0);
}

.active\:border-l-ozc-alt-400\/10:active {
  border-left-color: rgb(255 219 80 / 0.1);
}

.active\:border-l-ozc-alt-400\/100:active {
  border-left-color: rgb(255 219 80 / 1);
}

.active\:border-l-ozc-alt-400\/20:active {
  border-left-color: rgb(255 219 80 / 0.2);
}

.active\:border-l-ozc-alt-400\/25:active {
  border-left-color: rgb(255 219 80 / 0.25);
}

.active\:border-l-ozc-alt-400\/30:active {
  border-left-color: rgb(255 219 80 / 0.3);
}

.active\:border-l-ozc-alt-400\/40:active {
  border-left-color: rgb(255 219 80 / 0.4);
}

.active\:border-l-ozc-alt-400\/5:active {
  border-left-color: rgb(255 219 80 / 0.05);
}

.active\:border-l-ozc-alt-400\/50:active {
  border-left-color: rgb(255 219 80 / 0.5);
}

.active\:border-l-ozc-alt-400\/60:active {
  border-left-color: rgb(255 219 80 / 0.6);
}

.active\:border-l-ozc-alt-400\/70:active {
  border-left-color: rgb(255 219 80 / 0.7);
}

.active\:border-l-ozc-alt-400\/75:active {
  border-left-color: rgb(255 219 80 / 0.75);
}

.active\:border-l-ozc-alt-400\/80:active {
  border-left-color: rgb(255 219 80 / 0.8);
}

.active\:border-l-ozc-alt-400\/90:active {
  border-left-color: rgb(255 219 80 / 0.9);
}

.active\:border-l-ozc-alt-400\/95:active {
  border-left-color: rgb(255 219 80 / 0.95);
}

.active\:border-l-ozc-alt-50:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 252 243 / var(--tw-border-opacity));
}

.active\:border-l-ozc-alt-50\/0:active {
  border-left-color: rgb(255 252 243 / 0);
}

.active\:border-l-ozc-alt-50\/10:active {
  border-left-color: rgb(255 252 243 / 0.1);
}

.active\:border-l-ozc-alt-50\/100:active {
  border-left-color: rgb(255 252 243 / 1);
}

.active\:border-l-ozc-alt-50\/20:active {
  border-left-color: rgb(255 252 243 / 0.2);
}

.active\:border-l-ozc-alt-50\/25:active {
  border-left-color: rgb(255 252 243 / 0.25);
}

.active\:border-l-ozc-alt-50\/30:active {
  border-left-color: rgb(255 252 243 / 0.3);
}

.active\:border-l-ozc-alt-50\/40:active {
  border-left-color: rgb(255 252 243 / 0.4);
}

.active\:border-l-ozc-alt-50\/5:active {
  border-left-color: rgb(255 252 243 / 0.05);
}

.active\:border-l-ozc-alt-50\/50:active {
  border-left-color: rgb(255 252 243 / 0.5);
}

.active\:border-l-ozc-alt-50\/60:active {
  border-left-color: rgb(255 252 243 / 0.6);
}

.active\:border-l-ozc-alt-50\/70:active {
  border-left-color: rgb(255 252 243 / 0.7);
}

.active\:border-l-ozc-alt-50\/75:active {
  border-left-color: rgb(255 252 243 / 0.75);
}

.active\:border-l-ozc-alt-50\/80:active {
  border-left-color: rgb(255 252 243 / 0.8);
}

.active\:border-l-ozc-alt-50\/90:active {
  border-left-color: rgb(255 252 243 / 0.9);
}

.active\:border-l-ozc-alt-50\/95:active {
  border-left-color: rgb(255 252 243 / 0.95);
}

.active\:border-l-ozc-alt-500:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 204 5 / var(--tw-border-opacity));
}

.active\:border-l-ozc-alt-500\/0:active {
  border-left-color: rgb(255 204 5 / 0);
}

.active\:border-l-ozc-alt-500\/10:active {
  border-left-color: rgb(255 204 5 / 0.1);
}

.active\:border-l-ozc-alt-500\/100:active {
  border-left-color: rgb(255 204 5 / 1);
}

.active\:border-l-ozc-alt-500\/20:active {
  border-left-color: rgb(255 204 5 / 0.2);
}

.active\:border-l-ozc-alt-500\/25:active {
  border-left-color: rgb(255 204 5 / 0.25);
}

.active\:border-l-ozc-alt-500\/30:active {
  border-left-color: rgb(255 204 5 / 0.3);
}

.active\:border-l-ozc-alt-500\/40:active {
  border-left-color: rgb(255 204 5 / 0.4);
}

.active\:border-l-ozc-alt-500\/5:active {
  border-left-color: rgb(255 204 5 / 0.05);
}

.active\:border-l-ozc-alt-500\/50:active {
  border-left-color: rgb(255 204 5 / 0.5);
}

.active\:border-l-ozc-alt-500\/60:active {
  border-left-color: rgb(255 204 5 / 0.6);
}

.active\:border-l-ozc-alt-500\/70:active {
  border-left-color: rgb(255 204 5 / 0.7);
}

.active\:border-l-ozc-alt-500\/75:active {
  border-left-color: rgb(255 204 5 / 0.75);
}

.active\:border-l-ozc-alt-500\/80:active {
  border-left-color: rgb(255 204 5 / 0.8);
}

.active\:border-l-ozc-alt-500\/90:active {
  border-left-color: rgb(255 204 5 / 0.9);
}

.active\:border-l-ozc-alt-500\/95:active {
  border-left-color: rgb(255 204 5 / 0.95);
}

.active\:border-l-ozc-alt-600:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(230 184 5 / var(--tw-border-opacity));
}

.active\:border-l-ozc-alt-600\/0:active {
  border-left-color: rgb(230 184 5 / 0);
}

.active\:border-l-ozc-alt-600\/10:active {
  border-left-color: rgb(230 184 5 / 0.1);
}

.active\:border-l-ozc-alt-600\/100:active {
  border-left-color: rgb(230 184 5 / 1);
}

.active\:border-l-ozc-alt-600\/20:active {
  border-left-color: rgb(230 184 5 / 0.2);
}

.active\:border-l-ozc-alt-600\/25:active {
  border-left-color: rgb(230 184 5 / 0.25);
}

.active\:border-l-ozc-alt-600\/30:active {
  border-left-color: rgb(230 184 5 / 0.3);
}

.active\:border-l-ozc-alt-600\/40:active {
  border-left-color: rgb(230 184 5 / 0.4);
}

.active\:border-l-ozc-alt-600\/5:active {
  border-left-color: rgb(230 184 5 / 0.05);
}

.active\:border-l-ozc-alt-600\/50:active {
  border-left-color: rgb(230 184 5 / 0.5);
}

.active\:border-l-ozc-alt-600\/60:active {
  border-left-color: rgb(230 184 5 / 0.6);
}

.active\:border-l-ozc-alt-600\/70:active {
  border-left-color: rgb(230 184 5 / 0.7);
}

.active\:border-l-ozc-alt-600\/75:active {
  border-left-color: rgb(230 184 5 / 0.75);
}

.active\:border-l-ozc-alt-600\/80:active {
  border-left-color: rgb(230 184 5 / 0.8);
}

.active\:border-l-ozc-alt-600\/90:active {
  border-left-color: rgb(230 184 5 / 0.9);
}

.active\:border-l-ozc-alt-600\/95:active {
  border-left-color: rgb(230 184 5 / 0.95);
}

.active\:border-l-ozc-alt-700:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(153 122 3 / var(--tw-border-opacity));
}

.active\:border-l-ozc-alt-700\/0:active {
  border-left-color: rgb(153 122 3 / 0);
}

.active\:border-l-ozc-alt-700\/10:active {
  border-left-color: rgb(153 122 3 / 0.1);
}

.active\:border-l-ozc-alt-700\/100:active {
  border-left-color: rgb(153 122 3 / 1);
}

.active\:border-l-ozc-alt-700\/20:active {
  border-left-color: rgb(153 122 3 / 0.2);
}

.active\:border-l-ozc-alt-700\/25:active {
  border-left-color: rgb(153 122 3 / 0.25);
}

.active\:border-l-ozc-alt-700\/30:active {
  border-left-color: rgb(153 122 3 / 0.3);
}

.active\:border-l-ozc-alt-700\/40:active {
  border-left-color: rgb(153 122 3 / 0.4);
}

.active\:border-l-ozc-alt-700\/5:active {
  border-left-color: rgb(153 122 3 / 0.05);
}

.active\:border-l-ozc-alt-700\/50:active {
  border-left-color: rgb(153 122 3 / 0.5);
}

.active\:border-l-ozc-alt-700\/60:active {
  border-left-color: rgb(153 122 3 / 0.6);
}

.active\:border-l-ozc-alt-700\/70:active {
  border-left-color: rgb(153 122 3 / 0.7);
}

.active\:border-l-ozc-alt-700\/75:active {
  border-left-color: rgb(153 122 3 / 0.75);
}

.active\:border-l-ozc-alt-700\/80:active {
  border-left-color: rgb(153 122 3 / 0.8);
}

.active\:border-l-ozc-alt-700\/90:active {
  border-left-color: rgb(153 122 3 / 0.9);
}

.active\:border-l-ozc-alt-700\/95:active {
  border-left-color: rgb(153 122 3 / 0.95);
}

.active\:border-l-ozc-alt-800:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(115 92 2 / var(--tw-border-opacity));
}

.active\:border-l-ozc-alt-800\/0:active {
  border-left-color: rgb(115 92 2 / 0);
}

.active\:border-l-ozc-alt-800\/10:active {
  border-left-color: rgb(115 92 2 / 0.1);
}

.active\:border-l-ozc-alt-800\/100:active {
  border-left-color: rgb(115 92 2 / 1);
}

.active\:border-l-ozc-alt-800\/20:active {
  border-left-color: rgb(115 92 2 / 0.2);
}

.active\:border-l-ozc-alt-800\/25:active {
  border-left-color: rgb(115 92 2 / 0.25);
}

.active\:border-l-ozc-alt-800\/30:active {
  border-left-color: rgb(115 92 2 / 0.3);
}

.active\:border-l-ozc-alt-800\/40:active {
  border-left-color: rgb(115 92 2 / 0.4);
}

.active\:border-l-ozc-alt-800\/5:active {
  border-left-color: rgb(115 92 2 / 0.05);
}

.active\:border-l-ozc-alt-800\/50:active {
  border-left-color: rgb(115 92 2 / 0.5);
}

.active\:border-l-ozc-alt-800\/60:active {
  border-left-color: rgb(115 92 2 / 0.6);
}

.active\:border-l-ozc-alt-800\/70:active {
  border-left-color: rgb(115 92 2 / 0.7);
}

.active\:border-l-ozc-alt-800\/75:active {
  border-left-color: rgb(115 92 2 / 0.75);
}

.active\:border-l-ozc-alt-800\/80:active {
  border-left-color: rgb(115 92 2 / 0.8);
}

.active\:border-l-ozc-alt-800\/90:active {
  border-left-color: rgb(115 92 2 / 0.9);
}

.active\:border-l-ozc-alt-800\/95:active {
  border-left-color: rgb(115 92 2 / 0.95);
}

.active\:border-l-ozc-alt-900:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.active\:border-l-ozc-alt-900\/0:active {
  border-left-color: rgb(42 45 51 / 0);
}

.active\:border-l-ozc-alt-900\/10:active {
  border-left-color: rgb(42 45 51 / 0.1);
}

.active\:border-l-ozc-alt-900\/100:active {
  border-left-color: rgb(42 45 51 / 1);
}

.active\:border-l-ozc-alt-900\/20:active {
  border-left-color: rgb(42 45 51 / 0.2);
}

.active\:border-l-ozc-alt-900\/25:active {
  border-left-color: rgb(42 45 51 / 0.25);
}

.active\:border-l-ozc-alt-900\/30:active {
  border-left-color: rgb(42 45 51 / 0.3);
}

.active\:border-l-ozc-alt-900\/40:active {
  border-left-color: rgb(42 45 51 / 0.4);
}

.active\:border-l-ozc-alt-900\/5:active {
  border-left-color: rgb(42 45 51 / 0.05);
}

.active\:border-l-ozc-alt-900\/50:active {
  border-left-color: rgb(42 45 51 / 0.5);
}

.active\:border-l-ozc-alt-900\/60:active {
  border-left-color: rgb(42 45 51 / 0.6);
}

.active\:border-l-ozc-alt-900\/70:active {
  border-left-color: rgb(42 45 51 / 0.7);
}

.active\:border-l-ozc-alt-900\/75:active {
  border-left-color: rgb(42 45 51 / 0.75);
}

.active\:border-l-ozc-alt-900\/80:active {
  border-left-color: rgb(42 45 51 / 0.8);
}

.active\:border-l-ozc-alt-900\/90:active {
  border-left-color: rgb(42 45 51 / 0.9);
}

.active\:border-l-ozc-alt-900\/95:active {
  border-left-color: rgb(42 45 51 / 0.95);
}

.active\:border-l-pink-100:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(252 231 243 / var(--tw-border-opacity));
}

.active\:border-l-pink-100\/0:active {
  border-left-color: rgb(252 231 243 / 0);
}

.active\:border-l-pink-100\/10:active {
  border-left-color: rgb(252 231 243 / 0.1);
}

.active\:border-l-pink-100\/100:active {
  border-left-color: rgb(252 231 243 / 1);
}

.active\:border-l-pink-100\/20:active {
  border-left-color: rgb(252 231 243 / 0.2);
}

.active\:border-l-pink-100\/25:active {
  border-left-color: rgb(252 231 243 / 0.25);
}

.active\:border-l-pink-100\/30:active {
  border-left-color: rgb(252 231 243 / 0.3);
}

.active\:border-l-pink-100\/40:active {
  border-left-color: rgb(252 231 243 / 0.4);
}

.active\:border-l-pink-100\/5:active {
  border-left-color: rgb(252 231 243 / 0.05);
}

.active\:border-l-pink-100\/50:active {
  border-left-color: rgb(252 231 243 / 0.5);
}

.active\:border-l-pink-100\/60:active {
  border-left-color: rgb(252 231 243 / 0.6);
}

.active\:border-l-pink-100\/70:active {
  border-left-color: rgb(252 231 243 / 0.7);
}

.active\:border-l-pink-100\/75:active {
  border-left-color: rgb(252 231 243 / 0.75);
}

.active\:border-l-pink-100\/80:active {
  border-left-color: rgb(252 231 243 / 0.8);
}

.active\:border-l-pink-100\/90:active {
  border-left-color: rgb(252 231 243 / 0.9);
}

.active\:border-l-pink-100\/95:active {
  border-left-color: rgb(252 231 243 / 0.95);
}

.active\:border-l-pink-200:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(251 207 232 / var(--tw-border-opacity));
}

.active\:border-l-pink-200\/0:active {
  border-left-color: rgb(251 207 232 / 0);
}

.active\:border-l-pink-200\/10:active {
  border-left-color: rgb(251 207 232 / 0.1);
}

.active\:border-l-pink-200\/100:active {
  border-left-color: rgb(251 207 232 / 1);
}

.active\:border-l-pink-200\/20:active {
  border-left-color: rgb(251 207 232 / 0.2);
}

.active\:border-l-pink-200\/25:active {
  border-left-color: rgb(251 207 232 / 0.25);
}

.active\:border-l-pink-200\/30:active {
  border-left-color: rgb(251 207 232 / 0.3);
}

.active\:border-l-pink-200\/40:active {
  border-left-color: rgb(251 207 232 / 0.4);
}

.active\:border-l-pink-200\/5:active {
  border-left-color: rgb(251 207 232 / 0.05);
}

.active\:border-l-pink-200\/50:active {
  border-left-color: rgb(251 207 232 / 0.5);
}

.active\:border-l-pink-200\/60:active {
  border-left-color: rgb(251 207 232 / 0.6);
}

.active\:border-l-pink-200\/70:active {
  border-left-color: rgb(251 207 232 / 0.7);
}

.active\:border-l-pink-200\/75:active {
  border-left-color: rgb(251 207 232 / 0.75);
}

.active\:border-l-pink-200\/80:active {
  border-left-color: rgb(251 207 232 / 0.8);
}

.active\:border-l-pink-200\/90:active {
  border-left-color: rgb(251 207 232 / 0.9);
}

.active\:border-l-pink-200\/95:active {
  border-left-color: rgb(251 207 232 / 0.95);
}

.active\:border-l-pink-300:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 168 212 / var(--tw-border-opacity));
}

.active\:border-l-pink-300\/0:active {
  border-left-color: rgb(249 168 212 / 0);
}

.active\:border-l-pink-300\/10:active {
  border-left-color: rgb(249 168 212 / 0.1);
}

.active\:border-l-pink-300\/100:active {
  border-left-color: rgb(249 168 212 / 1);
}

.active\:border-l-pink-300\/20:active {
  border-left-color: rgb(249 168 212 / 0.2);
}

.active\:border-l-pink-300\/25:active {
  border-left-color: rgb(249 168 212 / 0.25);
}

.active\:border-l-pink-300\/30:active {
  border-left-color: rgb(249 168 212 / 0.3);
}

.active\:border-l-pink-300\/40:active {
  border-left-color: rgb(249 168 212 / 0.4);
}

.active\:border-l-pink-300\/5:active {
  border-left-color: rgb(249 168 212 / 0.05);
}

.active\:border-l-pink-300\/50:active {
  border-left-color: rgb(249 168 212 / 0.5);
}

.active\:border-l-pink-300\/60:active {
  border-left-color: rgb(249 168 212 / 0.6);
}

.active\:border-l-pink-300\/70:active {
  border-left-color: rgb(249 168 212 / 0.7);
}

.active\:border-l-pink-300\/75:active {
  border-left-color: rgb(249 168 212 / 0.75);
}

.active\:border-l-pink-300\/80:active {
  border-left-color: rgb(249 168 212 / 0.8);
}

.active\:border-l-pink-300\/90:active {
  border-left-color: rgb(249 168 212 / 0.9);
}

.active\:border-l-pink-300\/95:active {
  border-left-color: rgb(249 168 212 / 0.95);
}

.active\:border-l-pink-400:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(244 114 182 / var(--tw-border-opacity));
}

.active\:border-l-pink-400\/0:active {
  border-left-color: rgb(244 114 182 / 0);
}

.active\:border-l-pink-400\/10:active {
  border-left-color: rgb(244 114 182 / 0.1);
}

.active\:border-l-pink-400\/100:active {
  border-left-color: rgb(244 114 182 / 1);
}

.active\:border-l-pink-400\/20:active {
  border-left-color: rgb(244 114 182 / 0.2);
}

.active\:border-l-pink-400\/25:active {
  border-left-color: rgb(244 114 182 / 0.25);
}

.active\:border-l-pink-400\/30:active {
  border-left-color: rgb(244 114 182 / 0.3);
}

.active\:border-l-pink-400\/40:active {
  border-left-color: rgb(244 114 182 / 0.4);
}

.active\:border-l-pink-400\/5:active {
  border-left-color: rgb(244 114 182 / 0.05);
}

.active\:border-l-pink-400\/50:active {
  border-left-color: rgb(244 114 182 / 0.5);
}

.active\:border-l-pink-400\/60:active {
  border-left-color: rgb(244 114 182 / 0.6);
}

.active\:border-l-pink-400\/70:active {
  border-left-color: rgb(244 114 182 / 0.7);
}

.active\:border-l-pink-400\/75:active {
  border-left-color: rgb(244 114 182 / 0.75);
}

.active\:border-l-pink-400\/80:active {
  border-left-color: rgb(244 114 182 / 0.8);
}

.active\:border-l-pink-400\/90:active {
  border-left-color: rgb(244 114 182 / 0.9);
}

.active\:border-l-pink-400\/95:active {
  border-left-color: rgb(244 114 182 / 0.95);
}

.active\:border-l-pink-50:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 242 248 / var(--tw-border-opacity));
}

.active\:border-l-pink-50\/0:active {
  border-left-color: rgb(253 242 248 / 0);
}

.active\:border-l-pink-50\/10:active {
  border-left-color: rgb(253 242 248 / 0.1);
}

.active\:border-l-pink-50\/100:active {
  border-left-color: rgb(253 242 248 / 1);
}

.active\:border-l-pink-50\/20:active {
  border-left-color: rgb(253 242 248 / 0.2);
}

.active\:border-l-pink-50\/25:active {
  border-left-color: rgb(253 242 248 / 0.25);
}

.active\:border-l-pink-50\/30:active {
  border-left-color: rgb(253 242 248 / 0.3);
}

.active\:border-l-pink-50\/40:active {
  border-left-color: rgb(253 242 248 / 0.4);
}

.active\:border-l-pink-50\/5:active {
  border-left-color: rgb(253 242 248 / 0.05);
}

.active\:border-l-pink-50\/50:active {
  border-left-color: rgb(253 242 248 / 0.5);
}

.active\:border-l-pink-50\/60:active {
  border-left-color: rgb(253 242 248 / 0.6);
}

.active\:border-l-pink-50\/70:active {
  border-left-color: rgb(253 242 248 / 0.7);
}

.active\:border-l-pink-50\/75:active {
  border-left-color: rgb(253 242 248 / 0.75);
}

.active\:border-l-pink-50\/80:active {
  border-left-color: rgb(253 242 248 / 0.8);
}

.active\:border-l-pink-50\/90:active {
  border-left-color: rgb(253 242 248 / 0.9);
}

.active\:border-l-pink-50\/95:active {
  border-left-color: rgb(253 242 248 / 0.95);
}

.active\:border-l-pink-500:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(236 72 153 / var(--tw-border-opacity));
}

.active\:border-l-pink-500\/0:active {
  border-left-color: rgb(236 72 153 / 0);
}

.active\:border-l-pink-500\/10:active {
  border-left-color: rgb(236 72 153 / 0.1);
}

.active\:border-l-pink-500\/100:active {
  border-left-color: rgb(236 72 153 / 1);
}

.active\:border-l-pink-500\/20:active {
  border-left-color: rgb(236 72 153 / 0.2);
}

.active\:border-l-pink-500\/25:active {
  border-left-color: rgb(236 72 153 / 0.25);
}

.active\:border-l-pink-500\/30:active {
  border-left-color: rgb(236 72 153 / 0.3);
}

.active\:border-l-pink-500\/40:active {
  border-left-color: rgb(236 72 153 / 0.4);
}

.active\:border-l-pink-500\/5:active {
  border-left-color: rgb(236 72 153 / 0.05);
}

.active\:border-l-pink-500\/50:active {
  border-left-color: rgb(236 72 153 / 0.5);
}

.active\:border-l-pink-500\/60:active {
  border-left-color: rgb(236 72 153 / 0.6);
}

.active\:border-l-pink-500\/70:active {
  border-left-color: rgb(236 72 153 / 0.7);
}

.active\:border-l-pink-500\/75:active {
  border-left-color: rgb(236 72 153 / 0.75);
}

.active\:border-l-pink-500\/80:active {
  border-left-color: rgb(236 72 153 / 0.8);
}

.active\:border-l-pink-500\/90:active {
  border-left-color: rgb(236 72 153 / 0.9);
}

.active\:border-l-pink-500\/95:active {
  border-left-color: rgb(236 72 153 / 0.95);
}

.active\:border-l-pink-600:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(219 39 119 / var(--tw-border-opacity));
}

.active\:border-l-pink-600\/0:active {
  border-left-color: rgb(219 39 119 / 0);
}

.active\:border-l-pink-600\/10:active {
  border-left-color: rgb(219 39 119 / 0.1);
}

.active\:border-l-pink-600\/100:active {
  border-left-color: rgb(219 39 119 / 1);
}

.active\:border-l-pink-600\/20:active {
  border-left-color: rgb(219 39 119 / 0.2);
}

.active\:border-l-pink-600\/25:active {
  border-left-color: rgb(219 39 119 / 0.25);
}

.active\:border-l-pink-600\/30:active {
  border-left-color: rgb(219 39 119 / 0.3);
}

.active\:border-l-pink-600\/40:active {
  border-left-color: rgb(219 39 119 / 0.4);
}

.active\:border-l-pink-600\/5:active {
  border-left-color: rgb(219 39 119 / 0.05);
}

.active\:border-l-pink-600\/50:active {
  border-left-color: rgb(219 39 119 / 0.5);
}

.active\:border-l-pink-600\/60:active {
  border-left-color: rgb(219 39 119 / 0.6);
}

.active\:border-l-pink-600\/70:active {
  border-left-color: rgb(219 39 119 / 0.7);
}

.active\:border-l-pink-600\/75:active {
  border-left-color: rgb(219 39 119 / 0.75);
}

.active\:border-l-pink-600\/80:active {
  border-left-color: rgb(219 39 119 / 0.8);
}

.active\:border-l-pink-600\/90:active {
  border-left-color: rgb(219 39 119 / 0.9);
}

.active\:border-l-pink-600\/95:active {
  border-left-color: rgb(219 39 119 / 0.95);
}

.active\:border-l-pink-700:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(190 24 93 / var(--tw-border-opacity));
}

.active\:border-l-pink-700\/0:active {
  border-left-color: rgb(190 24 93 / 0);
}

.active\:border-l-pink-700\/10:active {
  border-left-color: rgb(190 24 93 / 0.1);
}

.active\:border-l-pink-700\/100:active {
  border-left-color: rgb(190 24 93 / 1);
}

.active\:border-l-pink-700\/20:active {
  border-left-color: rgb(190 24 93 / 0.2);
}

.active\:border-l-pink-700\/25:active {
  border-left-color: rgb(190 24 93 / 0.25);
}

.active\:border-l-pink-700\/30:active {
  border-left-color: rgb(190 24 93 / 0.3);
}

.active\:border-l-pink-700\/40:active {
  border-left-color: rgb(190 24 93 / 0.4);
}

.active\:border-l-pink-700\/5:active {
  border-left-color: rgb(190 24 93 / 0.05);
}

.active\:border-l-pink-700\/50:active {
  border-left-color: rgb(190 24 93 / 0.5);
}

.active\:border-l-pink-700\/60:active {
  border-left-color: rgb(190 24 93 / 0.6);
}

.active\:border-l-pink-700\/70:active {
  border-left-color: rgb(190 24 93 / 0.7);
}

.active\:border-l-pink-700\/75:active {
  border-left-color: rgb(190 24 93 / 0.75);
}

.active\:border-l-pink-700\/80:active {
  border-left-color: rgb(190 24 93 / 0.8);
}

.active\:border-l-pink-700\/90:active {
  border-left-color: rgb(190 24 93 / 0.9);
}

.active\:border-l-pink-700\/95:active {
  border-left-color: rgb(190 24 93 / 0.95);
}

.active\:border-l-pink-800:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(157 23 77 / var(--tw-border-opacity));
}

.active\:border-l-pink-800\/0:active {
  border-left-color: rgb(157 23 77 / 0);
}

.active\:border-l-pink-800\/10:active {
  border-left-color: rgb(157 23 77 / 0.1);
}

.active\:border-l-pink-800\/100:active {
  border-left-color: rgb(157 23 77 / 1);
}

.active\:border-l-pink-800\/20:active {
  border-left-color: rgb(157 23 77 / 0.2);
}

.active\:border-l-pink-800\/25:active {
  border-left-color: rgb(157 23 77 / 0.25);
}

.active\:border-l-pink-800\/30:active {
  border-left-color: rgb(157 23 77 / 0.3);
}

.active\:border-l-pink-800\/40:active {
  border-left-color: rgb(157 23 77 / 0.4);
}

.active\:border-l-pink-800\/5:active {
  border-left-color: rgb(157 23 77 / 0.05);
}

.active\:border-l-pink-800\/50:active {
  border-left-color: rgb(157 23 77 / 0.5);
}

.active\:border-l-pink-800\/60:active {
  border-left-color: rgb(157 23 77 / 0.6);
}

.active\:border-l-pink-800\/70:active {
  border-left-color: rgb(157 23 77 / 0.7);
}

.active\:border-l-pink-800\/75:active {
  border-left-color: rgb(157 23 77 / 0.75);
}

.active\:border-l-pink-800\/80:active {
  border-left-color: rgb(157 23 77 / 0.8);
}

.active\:border-l-pink-800\/90:active {
  border-left-color: rgb(157 23 77 / 0.9);
}

.active\:border-l-pink-800\/95:active {
  border-left-color: rgb(157 23 77 / 0.95);
}

.active\:border-l-pink-900:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(131 24 67 / var(--tw-border-opacity));
}

.active\:border-l-pink-900\/0:active {
  border-left-color: rgb(131 24 67 / 0);
}

.active\:border-l-pink-900\/10:active {
  border-left-color: rgb(131 24 67 / 0.1);
}

.active\:border-l-pink-900\/100:active {
  border-left-color: rgb(131 24 67 / 1);
}

.active\:border-l-pink-900\/20:active {
  border-left-color: rgb(131 24 67 / 0.2);
}

.active\:border-l-pink-900\/25:active {
  border-left-color: rgb(131 24 67 / 0.25);
}

.active\:border-l-pink-900\/30:active {
  border-left-color: rgb(131 24 67 / 0.3);
}

.active\:border-l-pink-900\/40:active {
  border-left-color: rgb(131 24 67 / 0.4);
}

.active\:border-l-pink-900\/5:active {
  border-left-color: rgb(131 24 67 / 0.05);
}

.active\:border-l-pink-900\/50:active {
  border-left-color: rgb(131 24 67 / 0.5);
}

.active\:border-l-pink-900\/60:active {
  border-left-color: rgb(131 24 67 / 0.6);
}

.active\:border-l-pink-900\/70:active {
  border-left-color: rgb(131 24 67 / 0.7);
}

.active\:border-l-pink-900\/75:active {
  border-left-color: rgb(131 24 67 / 0.75);
}

.active\:border-l-pink-900\/80:active {
  border-left-color: rgb(131 24 67 / 0.8);
}

.active\:border-l-pink-900\/90:active {
  border-left-color: rgb(131 24 67 / 0.9);
}

.active\:border-l-pink-900\/95:active {
  border-left-color: rgb(131 24 67 / 0.95);
}

.active\:border-l-pink-950:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(80 7 36 / var(--tw-border-opacity));
}

.active\:border-l-pink-950\/0:active {
  border-left-color: rgb(80 7 36 / 0);
}

.active\:border-l-pink-950\/10:active {
  border-left-color: rgb(80 7 36 / 0.1);
}

.active\:border-l-pink-950\/100:active {
  border-left-color: rgb(80 7 36 / 1);
}

.active\:border-l-pink-950\/20:active {
  border-left-color: rgb(80 7 36 / 0.2);
}

.active\:border-l-pink-950\/25:active {
  border-left-color: rgb(80 7 36 / 0.25);
}

.active\:border-l-pink-950\/30:active {
  border-left-color: rgb(80 7 36 / 0.3);
}

.active\:border-l-pink-950\/40:active {
  border-left-color: rgb(80 7 36 / 0.4);
}

.active\:border-l-pink-950\/5:active {
  border-left-color: rgb(80 7 36 / 0.05);
}

.active\:border-l-pink-950\/50:active {
  border-left-color: rgb(80 7 36 / 0.5);
}

.active\:border-l-pink-950\/60:active {
  border-left-color: rgb(80 7 36 / 0.6);
}

.active\:border-l-pink-950\/70:active {
  border-left-color: rgb(80 7 36 / 0.7);
}

.active\:border-l-pink-950\/75:active {
  border-left-color: rgb(80 7 36 / 0.75);
}

.active\:border-l-pink-950\/80:active {
  border-left-color: rgb(80 7 36 / 0.8);
}

.active\:border-l-pink-950\/90:active {
  border-left-color: rgb(80 7 36 / 0.9);
}

.active\:border-l-pink-950\/95:active {
  border-left-color: rgb(80 7 36 / 0.95);
}

.active\:border-l-purple-100:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(243 232 255 / var(--tw-border-opacity));
}

.active\:border-l-purple-100\/0:active {
  border-left-color: rgb(243 232 255 / 0);
}

.active\:border-l-purple-100\/10:active {
  border-left-color: rgb(243 232 255 / 0.1);
}

.active\:border-l-purple-100\/100:active {
  border-left-color: rgb(243 232 255 / 1);
}

.active\:border-l-purple-100\/20:active {
  border-left-color: rgb(243 232 255 / 0.2);
}

.active\:border-l-purple-100\/25:active {
  border-left-color: rgb(243 232 255 / 0.25);
}

.active\:border-l-purple-100\/30:active {
  border-left-color: rgb(243 232 255 / 0.3);
}

.active\:border-l-purple-100\/40:active {
  border-left-color: rgb(243 232 255 / 0.4);
}

.active\:border-l-purple-100\/5:active {
  border-left-color: rgb(243 232 255 / 0.05);
}

.active\:border-l-purple-100\/50:active {
  border-left-color: rgb(243 232 255 / 0.5);
}

.active\:border-l-purple-100\/60:active {
  border-left-color: rgb(243 232 255 / 0.6);
}

.active\:border-l-purple-100\/70:active {
  border-left-color: rgb(243 232 255 / 0.7);
}

.active\:border-l-purple-100\/75:active {
  border-left-color: rgb(243 232 255 / 0.75);
}

.active\:border-l-purple-100\/80:active {
  border-left-color: rgb(243 232 255 / 0.8);
}

.active\:border-l-purple-100\/90:active {
  border-left-color: rgb(243 232 255 / 0.9);
}

.active\:border-l-purple-100\/95:active {
  border-left-color: rgb(243 232 255 / 0.95);
}

.active\:border-l-purple-200:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(233 213 255 / var(--tw-border-opacity));
}

.active\:border-l-purple-200\/0:active {
  border-left-color: rgb(233 213 255 / 0);
}

.active\:border-l-purple-200\/10:active {
  border-left-color: rgb(233 213 255 / 0.1);
}

.active\:border-l-purple-200\/100:active {
  border-left-color: rgb(233 213 255 / 1);
}

.active\:border-l-purple-200\/20:active {
  border-left-color: rgb(233 213 255 / 0.2);
}

.active\:border-l-purple-200\/25:active {
  border-left-color: rgb(233 213 255 / 0.25);
}

.active\:border-l-purple-200\/30:active {
  border-left-color: rgb(233 213 255 / 0.3);
}

.active\:border-l-purple-200\/40:active {
  border-left-color: rgb(233 213 255 / 0.4);
}

.active\:border-l-purple-200\/5:active {
  border-left-color: rgb(233 213 255 / 0.05);
}

.active\:border-l-purple-200\/50:active {
  border-left-color: rgb(233 213 255 / 0.5);
}

.active\:border-l-purple-200\/60:active {
  border-left-color: rgb(233 213 255 / 0.6);
}

.active\:border-l-purple-200\/70:active {
  border-left-color: rgb(233 213 255 / 0.7);
}

.active\:border-l-purple-200\/75:active {
  border-left-color: rgb(233 213 255 / 0.75);
}

.active\:border-l-purple-200\/80:active {
  border-left-color: rgb(233 213 255 / 0.8);
}

.active\:border-l-purple-200\/90:active {
  border-left-color: rgb(233 213 255 / 0.9);
}

.active\:border-l-purple-200\/95:active {
  border-left-color: rgb(233 213 255 / 0.95);
}

.active\:border-l-purple-300:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(216 180 254 / var(--tw-border-opacity));
}

.active\:border-l-purple-300\/0:active {
  border-left-color: rgb(216 180 254 / 0);
}

.active\:border-l-purple-300\/10:active {
  border-left-color: rgb(216 180 254 / 0.1);
}

.active\:border-l-purple-300\/100:active {
  border-left-color: rgb(216 180 254 / 1);
}

.active\:border-l-purple-300\/20:active {
  border-left-color: rgb(216 180 254 / 0.2);
}

.active\:border-l-purple-300\/25:active {
  border-left-color: rgb(216 180 254 / 0.25);
}

.active\:border-l-purple-300\/30:active {
  border-left-color: rgb(216 180 254 / 0.3);
}

.active\:border-l-purple-300\/40:active {
  border-left-color: rgb(216 180 254 / 0.4);
}

.active\:border-l-purple-300\/5:active {
  border-left-color: rgb(216 180 254 / 0.05);
}

.active\:border-l-purple-300\/50:active {
  border-left-color: rgb(216 180 254 / 0.5);
}

.active\:border-l-purple-300\/60:active {
  border-left-color: rgb(216 180 254 / 0.6);
}

.active\:border-l-purple-300\/70:active {
  border-left-color: rgb(216 180 254 / 0.7);
}

.active\:border-l-purple-300\/75:active {
  border-left-color: rgb(216 180 254 / 0.75);
}

.active\:border-l-purple-300\/80:active {
  border-left-color: rgb(216 180 254 / 0.8);
}

.active\:border-l-purple-300\/90:active {
  border-left-color: rgb(216 180 254 / 0.9);
}

.active\:border-l-purple-300\/95:active {
  border-left-color: rgb(216 180 254 / 0.95);
}

.active\:border-l-purple-400:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(192 132 252 / var(--tw-border-opacity));
}

.active\:border-l-purple-400\/0:active {
  border-left-color: rgb(192 132 252 / 0);
}

.active\:border-l-purple-400\/10:active {
  border-left-color: rgb(192 132 252 / 0.1);
}

.active\:border-l-purple-400\/100:active {
  border-left-color: rgb(192 132 252 / 1);
}

.active\:border-l-purple-400\/20:active {
  border-left-color: rgb(192 132 252 / 0.2);
}

.active\:border-l-purple-400\/25:active {
  border-left-color: rgb(192 132 252 / 0.25);
}

.active\:border-l-purple-400\/30:active {
  border-left-color: rgb(192 132 252 / 0.3);
}

.active\:border-l-purple-400\/40:active {
  border-left-color: rgb(192 132 252 / 0.4);
}

.active\:border-l-purple-400\/5:active {
  border-left-color: rgb(192 132 252 / 0.05);
}

.active\:border-l-purple-400\/50:active {
  border-left-color: rgb(192 132 252 / 0.5);
}

.active\:border-l-purple-400\/60:active {
  border-left-color: rgb(192 132 252 / 0.6);
}

.active\:border-l-purple-400\/70:active {
  border-left-color: rgb(192 132 252 / 0.7);
}

.active\:border-l-purple-400\/75:active {
  border-left-color: rgb(192 132 252 / 0.75);
}

.active\:border-l-purple-400\/80:active {
  border-left-color: rgb(192 132 252 / 0.8);
}

.active\:border-l-purple-400\/90:active {
  border-left-color: rgb(192 132 252 / 0.9);
}

.active\:border-l-purple-400\/95:active {
  border-left-color: rgb(192 132 252 / 0.95);
}

.active\:border-l-purple-50:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 245 255 / var(--tw-border-opacity));
}

.active\:border-l-purple-50\/0:active {
  border-left-color: rgb(250 245 255 / 0);
}

.active\:border-l-purple-50\/10:active {
  border-left-color: rgb(250 245 255 / 0.1);
}

.active\:border-l-purple-50\/100:active {
  border-left-color: rgb(250 245 255 / 1);
}

.active\:border-l-purple-50\/20:active {
  border-left-color: rgb(250 245 255 / 0.2);
}

.active\:border-l-purple-50\/25:active {
  border-left-color: rgb(250 245 255 / 0.25);
}

.active\:border-l-purple-50\/30:active {
  border-left-color: rgb(250 245 255 / 0.3);
}

.active\:border-l-purple-50\/40:active {
  border-left-color: rgb(250 245 255 / 0.4);
}

.active\:border-l-purple-50\/5:active {
  border-left-color: rgb(250 245 255 / 0.05);
}

.active\:border-l-purple-50\/50:active {
  border-left-color: rgb(250 245 255 / 0.5);
}

.active\:border-l-purple-50\/60:active {
  border-left-color: rgb(250 245 255 / 0.6);
}

.active\:border-l-purple-50\/70:active {
  border-left-color: rgb(250 245 255 / 0.7);
}

.active\:border-l-purple-50\/75:active {
  border-left-color: rgb(250 245 255 / 0.75);
}

.active\:border-l-purple-50\/80:active {
  border-left-color: rgb(250 245 255 / 0.8);
}

.active\:border-l-purple-50\/90:active {
  border-left-color: rgb(250 245 255 / 0.9);
}

.active\:border-l-purple-50\/95:active {
  border-left-color: rgb(250 245 255 / 0.95);
}

.active\:border-l-purple-500:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(168 85 247 / var(--tw-border-opacity));
}

.active\:border-l-purple-500\/0:active {
  border-left-color: rgb(168 85 247 / 0);
}

.active\:border-l-purple-500\/10:active {
  border-left-color: rgb(168 85 247 / 0.1);
}

.active\:border-l-purple-500\/100:active {
  border-left-color: rgb(168 85 247 / 1);
}

.active\:border-l-purple-500\/20:active {
  border-left-color: rgb(168 85 247 / 0.2);
}

.active\:border-l-purple-500\/25:active {
  border-left-color: rgb(168 85 247 / 0.25);
}

.active\:border-l-purple-500\/30:active {
  border-left-color: rgb(168 85 247 / 0.3);
}

.active\:border-l-purple-500\/40:active {
  border-left-color: rgb(168 85 247 / 0.4);
}

.active\:border-l-purple-500\/5:active {
  border-left-color: rgb(168 85 247 / 0.05);
}

.active\:border-l-purple-500\/50:active {
  border-left-color: rgb(168 85 247 / 0.5);
}

.active\:border-l-purple-500\/60:active {
  border-left-color: rgb(168 85 247 / 0.6);
}

.active\:border-l-purple-500\/70:active {
  border-left-color: rgb(168 85 247 / 0.7);
}

.active\:border-l-purple-500\/75:active {
  border-left-color: rgb(168 85 247 / 0.75);
}

.active\:border-l-purple-500\/80:active {
  border-left-color: rgb(168 85 247 / 0.8);
}

.active\:border-l-purple-500\/90:active {
  border-left-color: rgb(168 85 247 / 0.9);
}

.active\:border-l-purple-500\/95:active {
  border-left-color: rgb(168 85 247 / 0.95);
}

.active\:border-l-purple-600:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(147 51 234 / var(--tw-border-opacity));
}

.active\:border-l-purple-600\/0:active {
  border-left-color: rgb(147 51 234 / 0);
}

.active\:border-l-purple-600\/10:active {
  border-left-color: rgb(147 51 234 / 0.1);
}

.active\:border-l-purple-600\/100:active {
  border-left-color: rgb(147 51 234 / 1);
}

.active\:border-l-purple-600\/20:active {
  border-left-color: rgb(147 51 234 / 0.2);
}

.active\:border-l-purple-600\/25:active {
  border-left-color: rgb(147 51 234 / 0.25);
}

.active\:border-l-purple-600\/30:active {
  border-left-color: rgb(147 51 234 / 0.3);
}

.active\:border-l-purple-600\/40:active {
  border-left-color: rgb(147 51 234 / 0.4);
}

.active\:border-l-purple-600\/5:active {
  border-left-color: rgb(147 51 234 / 0.05);
}

.active\:border-l-purple-600\/50:active {
  border-left-color: rgb(147 51 234 / 0.5);
}

.active\:border-l-purple-600\/60:active {
  border-left-color: rgb(147 51 234 / 0.6);
}

.active\:border-l-purple-600\/70:active {
  border-left-color: rgb(147 51 234 / 0.7);
}

.active\:border-l-purple-600\/75:active {
  border-left-color: rgb(147 51 234 / 0.75);
}

.active\:border-l-purple-600\/80:active {
  border-left-color: rgb(147 51 234 / 0.8);
}

.active\:border-l-purple-600\/90:active {
  border-left-color: rgb(147 51 234 / 0.9);
}

.active\:border-l-purple-600\/95:active {
  border-left-color: rgb(147 51 234 / 0.95);
}

.active\:border-l-purple-700:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(126 34 206 / var(--tw-border-opacity));
}

.active\:border-l-purple-700\/0:active {
  border-left-color: rgb(126 34 206 / 0);
}

.active\:border-l-purple-700\/10:active {
  border-left-color: rgb(126 34 206 / 0.1);
}

.active\:border-l-purple-700\/100:active {
  border-left-color: rgb(126 34 206 / 1);
}

.active\:border-l-purple-700\/20:active {
  border-left-color: rgb(126 34 206 / 0.2);
}

.active\:border-l-purple-700\/25:active {
  border-left-color: rgb(126 34 206 / 0.25);
}

.active\:border-l-purple-700\/30:active {
  border-left-color: rgb(126 34 206 / 0.3);
}

.active\:border-l-purple-700\/40:active {
  border-left-color: rgb(126 34 206 / 0.4);
}

.active\:border-l-purple-700\/5:active {
  border-left-color: rgb(126 34 206 / 0.05);
}

.active\:border-l-purple-700\/50:active {
  border-left-color: rgb(126 34 206 / 0.5);
}

.active\:border-l-purple-700\/60:active {
  border-left-color: rgb(126 34 206 / 0.6);
}

.active\:border-l-purple-700\/70:active {
  border-left-color: rgb(126 34 206 / 0.7);
}

.active\:border-l-purple-700\/75:active {
  border-left-color: rgb(126 34 206 / 0.75);
}

.active\:border-l-purple-700\/80:active {
  border-left-color: rgb(126 34 206 / 0.8);
}

.active\:border-l-purple-700\/90:active {
  border-left-color: rgb(126 34 206 / 0.9);
}

.active\:border-l-purple-700\/95:active {
  border-left-color: rgb(126 34 206 / 0.95);
}

.active\:border-l-purple-800:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(107 33 168 / var(--tw-border-opacity));
}

.active\:border-l-purple-800\/0:active {
  border-left-color: rgb(107 33 168 / 0);
}

.active\:border-l-purple-800\/10:active {
  border-left-color: rgb(107 33 168 / 0.1);
}

.active\:border-l-purple-800\/100:active {
  border-left-color: rgb(107 33 168 / 1);
}

.active\:border-l-purple-800\/20:active {
  border-left-color: rgb(107 33 168 / 0.2);
}

.active\:border-l-purple-800\/25:active {
  border-left-color: rgb(107 33 168 / 0.25);
}

.active\:border-l-purple-800\/30:active {
  border-left-color: rgb(107 33 168 / 0.3);
}

.active\:border-l-purple-800\/40:active {
  border-left-color: rgb(107 33 168 / 0.4);
}

.active\:border-l-purple-800\/5:active {
  border-left-color: rgb(107 33 168 / 0.05);
}

.active\:border-l-purple-800\/50:active {
  border-left-color: rgb(107 33 168 / 0.5);
}

.active\:border-l-purple-800\/60:active {
  border-left-color: rgb(107 33 168 / 0.6);
}

.active\:border-l-purple-800\/70:active {
  border-left-color: rgb(107 33 168 / 0.7);
}

.active\:border-l-purple-800\/75:active {
  border-left-color: rgb(107 33 168 / 0.75);
}

.active\:border-l-purple-800\/80:active {
  border-left-color: rgb(107 33 168 / 0.8);
}

.active\:border-l-purple-800\/90:active {
  border-left-color: rgb(107 33 168 / 0.9);
}

.active\:border-l-purple-800\/95:active {
  border-left-color: rgb(107 33 168 / 0.95);
}

.active\:border-l-purple-900:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(88 28 135 / var(--tw-border-opacity));
}

.active\:border-l-purple-900\/0:active {
  border-left-color: rgb(88 28 135 / 0);
}

.active\:border-l-purple-900\/10:active {
  border-left-color: rgb(88 28 135 / 0.1);
}

.active\:border-l-purple-900\/100:active {
  border-left-color: rgb(88 28 135 / 1);
}

.active\:border-l-purple-900\/20:active {
  border-left-color: rgb(88 28 135 / 0.2);
}

.active\:border-l-purple-900\/25:active {
  border-left-color: rgb(88 28 135 / 0.25);
}

.active\:border-l-purple-900\/30:active {
  border-left-color: rgb(88 28 135 / 0.3);
}

.active\:border-l-purple-900\/40:active {
  border-left-color: rgb(88 28 135 / 0.4);
}

.active\:border-l-purple-900\/5:active {
  border-left-color: rgb(88 28 135 / 0.05);
}

.active\:border-l-purple-900\/50:active {
  border-left-color: rgb(88 28 135 / 0.5);
}

.active\:border-l-purple-900\/60:active {
  border-left-color: rgb(88 28 135 / 0.6);
}

.active\:border-l-purple-900\/70:active {
  border-left-color: rgb(88 28 135 / 0.7);
}

.active\:border-l-purple-900\/75:active {
  border-left-color: rgb(88 28 135 / 0.75);
}

.active\:border-l-purple-900\/80:active {
  border-left-color: rgb(88 28 135 / 0.8);
}

.active\:border-l-purple-900\/90:active {
  border-left-color: rgb(88 28 135 / 0.9);
}

.active\:border-l-purple-900\/95:active {
  border-left-color: rgb(88 28 135 / 0.95);
}

.active\:border-l-purple-950:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(59 7 100 / var(--tw-border-opacity));
}

.active\:border-l-purple-950\/0:active {
  border-left-color: rgb(59 7 100 / 0);
}

.active\:border-l-purple-950\/10:active {
  border-left-color: rgb(59 7 100 / 0.1);
}

.active\:border-l-purple-950\/100:active {
  border-left-color: rgb(59 7 100 / 1);
}

.active\:border-l-purple-950\/20:active {
  border-left-color: rgb(59 7 100 / 0.2);
}

.active\:border-l-purple-950\/25:active {
  border-left-color: rgb(59 7 100 / 0.25);
}

.active\:border-l-purple-950\/30:active {
  border-left-color: rgb(59 7 100 / 0.3);
}

.active\:border-l-purple-950\/40:active {
  border-left-color: rgb(59 7 100 / 0.4);
}

.active\:border-l-purple-950\/5:active {
  border-left-color: rgb(59 7 100 / 0.05);
}

.active\:border-l-purple-950\/50:active {
  border-left-color: rgb(59 7 100 / 0.5);
}

.active\:border-l-purple-950\/60:active {
  border-left-color: rgb(59 7 100 / 0.6);
}

.active\:border-l-purple-950\/70:active {
  border-left-color: rgb(59 7 100 / 0.7);
}

.active\:border-l-purple-950\/75:active {
  border-left-color: rgb(59 7 100 / 0.75);
}

.active\:border-l-purple-950\/80:active {
  border-left-color: rgb(59 7 100 / 0.8);
}

.active\:border-l-purple-950\/90:active {
  border-left-color: rgb(59 7 100 / 0.9);
}

.active\:border-l-purple-950\/95:active {
  border-left-color: rgb(59 7 100 / 0.95);
}

.active\:border-l-red-100:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 226 226 / var(--tw-border-opacity));
}

.active\:border-l-red-100\/0:active {
  border-left-color: rgb(254 226 226 / 0);
}

.active\:border-l-red-100\/10:active {
  border-left-color: rgb(254 226 226 / 0.1);
}

.active\:border-l-red-100\/100:active {
  border-left-color: rgb(254 226 226 / 1);
}

.active\:border-l-red-100\/20:active {
  border-left-color: rgb(254 226 226 / 0.2);
}

.active\:border-l-red-100\/25:active {
  border-left-color: rgb(254 226 226 / 0.25);
}

.active\:border-l-red-100\/30:active {
  border-left-color: rgb(254 226 226 / 0.3);
}

.active\:border-l-red-100\/40:active {
  border-left-color: rgb(254 226 226 / 0.4);
}

.active\:border-l-red-100\/5:active {
  border-left-color: rgb(254 226 226 / 0.05);
}

.active\:border-l-red-100\/50:active {
  border-left-color: rgb(254 226 226 / 0.5);
}

.active\:border-l-red-100\/60:active {
  border-left-color: rgb(254 226 226 / 0.6);
}

.active\:border-l-red-100\/70:active {
  border-left-color: rgb(254 226 226 / 0.7);
}

.active\:border-l-red-100\/75:active {
  border-left-color: rgb(254 226 226 / 0.75);
}

.active\:border-l-red-100\/80:active {
  border-left-color: rgb(254 226 226 / 0.8);
}

.active\:border-l-red-100\/90:active {
  border-left-color: rgb(254 226 226 / 0.9);
}

.active\:border-l-red-100\/95:active {
  border-left-color: rgb(254 226 226 / 0.95);
}

.active\:border-l-red-200:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.active\:border-l-red-200\/0:active {
  border-left-color: rgb(254 202 202 / 0);
}

.active\:border-l-red-200\/10:active {
  border-left-color: rgb(254 202 202 / 0.1);
}

.active\:border-l-red-200\/100:active {
  border-left-color: rgb(254 202 202 / 1);
}

.active\:border-l-red-200\/20:active {
  border-left-color: rgb(254 202 202 / 0.2);
}

.active\:border-l-red-200\/25:active {
  border-left-color: rgb(254 202 202 / 0.25);
}

.active\:border-l-red-200\/30:active {
  border-left-color: rgb(254 202 202 / 0.3);
}

.active\:border-l-red-200\/40:active {
  border-left-color: rgb(254 202 202 / 0.4);
}

.active\:border-l-red-200\/5:active {
  border-left-color: rgb(254 202 202 / 0.05);
}

.active\:border-l-red-200\/50:active {
  border-left-color: rgb(254 202 202 / 0.5);
}

.active\:border-l-red-200\/60:active {
  border-left-color: rgb(254 202 202 / 0.6);
}

.active\:border-l-red-200\/70:active {
  border-left-color: rgb(254 202 202 / 0.7);
}

.active\:border-l-red-200\/75:active {
  border-left-color: rgb(254 202 202 / 0.75);
}

.active\:border-l-red-200\/80:active {
  border-left-color: rgb(254 202 202 / 0.8);
}

.active\:border-l-red-200\/90:active {
  border-left-color: rgb(254 202 202 / 0.9);
}

.active\:border-l-red-200\/95:active {
  border-left-color: rgb(254 202 202 / 0.95);
}

.active\:border-l-red-300:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.active\:border-l-red-300\/0:active {
  border-left-color: rgb(252 165 165 / 0);
}

.active\:border-l-red-300\/10:active {
  border-left-color: rgb(252 165 165 / 0.1);
}

.active\:border-l-red-300\/100:active {
  border-left-color: rgb(252 165 165 / 1);
}

.active\:border-l-red-300\/20:active {
  border-left-color: rgb(252 165 165 / 0.2);
}

.active\:border-l-red-300\/25:active {
  border-left-color: rgb(252 165 165 / 0.25);
}

.active\:border-l-red-300\/30:active {
  border-left-color: rgb(252 165 165 / 0.3);
}

.active\:border-l-red-300\/40:active {
  border-left-color: rgb(252 165 165 / 0.4);
}

.active\:border-l-red-300\/5:active {
  border-left-color: rgb(252 165 165 / 0.05);
}

.active\:border-l-red-300\/50:active {
  border-left-color: rgb(252 165 165 / 0.5);
}

.active\:border-l-red-300\/60:active {
  border-left-color: rgb(252 165 165 / 0.6);
}

.active\:border-l-red-300\/70:active {
  border-left-color: rgb(252 165 165 / 0.7);
}

.active\:border-l-red-300\/75:active {
  border-left-color: rgb(252 165 165 / 0.75);
}

.active\:border-l-red-300\/80:active {
  border-left-color: rgb(252 165 165 / 0.8);
}

.active\:border-l-red-300\/90:active {
  border-left-color: rgb(252 165 165 / 0.9);
}

.active\:border-l-red-300\/95:active {
  border-left-color: rgb(252 165 165 / 0.95);
}

.active\:border-l-red-400:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.active\:border-l-red-400\/0:active {
  border-left-color: rgb(248 113 113 / 0);
}

.active\:border-l-red-400\/10:active {
  border-left-color: rgb(248 113 113 / 0.1);
}

.active\:border-l-red-400\/100:active {
  border-left-color: rgb(248 113 113 / 1);
}

.active\:border-l-red-400\/20:active {
  border-left-color: rgb(248 113 113 / 0.2);
}

.active\:border-l-red-400\/25:active {
  border-left-color: rgb(248 113 113 / 0.25);
}

.active\:border-l-red-400\/30:active {
  border-left-color: rgb(248 113 113 / 0.3);
}

.active\:border-l-red-400\/40:active {
  border-left-color: rgb(248 113 113 / 0.4);
}

.active\:border-l-red-400\/5:active {
  border-left-color: rgb(248 113 113 / 0.05);
}

.active\:border-l-red-400\/50:active {
  border-left-color: rgb(248 113 113 / 0.5);
}

.active\:border-l-red-400\/60:active {
  border-left-color: rgb(248 113 113 / 0.6);
}

.active\:border-l-red-400\/70:active {
  border-left-color: rgb(248 113 113 / 0.7);
}

.active\:border-l-red-400\/75:active {
  border-left-color: rgb(248 113 113 / 0.75);
}

.active\:border-l-red-400\/80:active {
  border-left-color: rgb(248 113 113 / 0.8);
}

.active\:border-l-red-400\/90:active {
  border-left-color: rgb(248 113 113 / 0.9);
}

.active\:border-l-red-400\/95:active {
  border-left-color: rgb(248 113 113 / 0.95);
}

.active\:border-l-red-50:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.active\:border-l-red-50\/0:active {
  border-left-color: rgb(254 242 242 / 0);
}

.active\:border-l-red-50\/10:active {
  border-left-color: rgb(254 242 242 / 0.1);
}

.active\:border-l-red-50\/100:active {
  border-left-color: rgb(254 242 242 / 1);
}

.active\:border-l-red-50\/20:active {
  border-left-color: rgb(254 242 242 / 0.2);
}

.active\:border-l-red-50\/25:active {
  border-left-color: rgb(254 242 242 / 0.25);
}

.active\:border-l-red-50\/30:active {
  border-left-color: rgb(254 242 242 / 0.3);
}

.active\:border-l-red-50\/40:active {
  border-left-color: rgb(254 242 242 / 0.4);
}

.active\:border-l-red-50\/5:active {
  border-left-color: rgb(254 242 242 / 0.05);
}

.active\:border-l-red-50\/50:active {
  border-left-color: rgb(254 242 242 / 0.5);
}

.active\:border-l-red-50\/60:active {
  border-left-color: rgb(254 242 242 / 0.6);
}

.active\:border-l-red-50\/70:active {
  border-left-color: rgb(254 242 242 / 0.7);
}

.active\:border-l-red-50\/75:active {
  border-left-color: rgb(254 242 242 / 0.75);
}

.active\:border-l-red-50\/80:active {
  border-left-color: rgb(254 242 242 / 0.8);
}

.active\:border-l-red-50\/90:active {
  border-left-color: rgb(254 242 242 / 0.9);
}

.active\:border-l-red-50\/95:active {
  border-left-color: rgb(254 242 242 / 0.95);
}

.active\:border-l-red-500:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.active\:border-l-red-500\/0:active {
  border-left-color: rgb(239 68 68 / 0);
}

.active\:border-l-red-500\/10:active {
  border-left-color: rgb(239 68 68 / 0.1);
}

.active\:border-l-red-500\/100:active {
  border-left-color: rgb(239 68 68 / 1);
}

.active\:border-l-red-500\/20:active {
  border-left-color: rgb(239 68 68 / 0.2);
}

.active\:border-l-red-500\/25:active {
  border-left-color: rgb(239 68 68 / 0.25);
}

.active\:border-l-red-500\/30:active {
  border-left-color: rgb(239 68 68 / 0.3);
}

.active\:border-l-red-500\/40:active {
  border-left-color: rgb(239 68 68 / 0.4);
}

.active\:border-l-red-500\/5:active {
  border-left-color: rgb(239 68 68 / 0.05);
}

.active\:border-l-red-500\/50:active {
  border-left-color: rgb(239 68 68 / 0.5);
}

.active\:border-l-red-500\/60:active {
  border-left-color: rgb(239 68 68 / 0.6);
}

.active\:border-l-red-500\/70:active {
  border-left-color: rgb(239 68 68 / 0.7);
}

.active\:border-l-red-500\/75:active {
  border-left-color: rgb(239 68 68 / 0.75);
}

.active\:border-l-red-500\/80:active {
  border-left-color: rgb(239 68 68 / 0.8);
}

.active\:border-l-red-500\/90:active {
  border-left-color: rgb(239 68 68 / 0.9);
}

.active\:border-l-red-500\/95:active {
  border-left-color: rgb(239 68 68 / 0.95);
}

.active\:border-l-red-600:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.active\:border-l-red-600\/0:active {
  border-left-color: rgb(220 38 38 / 0);
}

.active\:border-l-red-600\/10:active {
  border-left-color: rgb(220 38 38 / 0.1);
}

.active\:border-l-red-600\/100:active {
  border-left-color: rgb(220 38 38 / 1);
}

.active\:border-l-red-600\/20:active {
  border-left-color: rgb(220 38 38 / 0.2);
}

.active\:border-l-red-600\/25:active {
  border-left-color: rgb(220 38 38 / 0.25);
}

.active\:border-l-red-600\/30:active {
  border-left-color: rgb(220 38 38 / 0.3);
}

.active\:border-l-red-600\/40:active {
  border-left-color: rgb(220 38 38 / 0.4);
}

.active\:border-l-red-600\/5:active {
  border-left-color: rgb(220 38 38 / 0.05);
}

.active\:border-l-red-600\/50:active {
  border-left-color: rgb(220 38 38 / 0.5);
}

.active\:border-l-red-600\/60:active {
  border-left-color: rgb(220 38 38 / 0.6);
}

.active\:border-l-red-600\/70:active {
  border-left-color: rgb(220 38 38 / 0.7);
}

.active\:border-l-red-600\/75:active {
  border-left-color: rgb(220 38 38 / 0.75);
}

.active\:border-l-red-600\/80:active {
  border-left-color: rgb(220 38 38 / 0.8);
}

.active\:border-l-red-600\/90:active {
  border-left-color: rgb(220 38 38 / 0.9);
}

.active\:border-l-red-600\/95:active {
  border-left-color: rgb(220 38 38 / 0.95);
}

.active\:border-l-red-700:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.active\:border-l-red-700\/0:active {
  border-left-color: rgb(185 28 28 / 0);
}

.active\:border-l-red-700\/10:active {
  border-left-color: rgb(185 28 28 / 0.1);
}

.active\:border-l-red-700\/100:active {
  border-left-color: rgb(185 28 28 / 1);
}

.active\:border-l-red-700\/20:active {
  border-left-color: rgb(185 28 28 / 0.2);
}

.active\:border-l-red-700\/25:active {
  border-left-color: rgb(185 28 28 / 0.25);
}

.active\:border-l-red-700\/30:active {
  border-left-color: rgb(185 28 28 / 0.3);
}

.active\:border-l-red-700\/40:active {
  border-left-color: rgb(185 28 28 / 0.4);
}

.active\:border-l-red-700\/5:active {
  border-left-color: rgb(185 28 28 / 0.05);
}

.active\:border-l-red-700\/50:active {
  border-left-color: rgb(185 28 28 / 0.5);
}

.active\:border-l-red-700\/60:active {
  border-left-color: rgb(185 28 28 / 0.6);
}

.active\:border-l-red-700\/70:active {
  border-left-color: rgb(185 28 28 / 0.7);
}

.active\:border-l-red-700\/75:active {
  border-left-color: rgb(185 28 28 / 0.75);
}

.active\:border-l-red-700\/80:active {
  border-left-color: rgb(185 28 28 / 0.8);
}

.active\:border-l-red-700\/90:active {
  border-left-color: rgb(185 28 28 / 0.9);
}

.active\:border-l-red-700\/95:active {
  border-left-color: rgb(185 28 28 / 0.95);
}

.active\:border-l-red-800:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.active\:border-l-red-800\/0:active {
  border-left-color: rgb(153 27 27 / 0);
}

.active\:border-l-red-800\/10:active {
  border-left-color: rgb(153 27 27 / 0.1);
}

.active\:border-l-red-800\/100:active {
  border-left-color: rgb(153 27 27 / 1);
}

.active\:border-l-red-800\/20:active {
  border-left-color: rgb(153 27 27 / 0.2);
}

.active\:border-l-red-800\/25:active {
  border-left-color: rgb(153 27 27 / 0.25);
}

.active\:border-l-red-800\/30:active {
  border-left-color: rgb(153 27 27 / 0.3);
}

.active\:border-l-red-800\/40:active {
  border-left-color: rgb(153 27 27 / 0.4);
}

.active\:border-l-red-800\/5:active {
  border-left-color: rgb(153 27 27 / 0.05);
}

.active\:border-l-red-800\/50:active {
  border-left-color: rgb(153 27 27 / 0.5);
}

.active\:border-l-red-800\/60:active {
  border-left-color: rgb(153 27 27 / 0.6);
}

.active\:border-l-red-800\/70:active {
  border-left-color: rgb(153 27 27 / 0.7);
}

.active\:border-l-red-800\/75:active {
  border-left-color: rgb(153 27 27 / 0.75);
}

.active\:border-l-red-800\/80:active {
  border-left-color: rgb(153 27 27 / 0.8);
}

.active\:border-l-red-800\/90:active {
  border-left-color: rgb(153 27 27 / 0.9);
}

.active\:border-l-red-800\/95:active {
  border-left-color: rgb(153 27 27 / 0.95);
}

.active\:border-l-red-900:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.active\:border-l-red-900\/0:active {
  border-left-color: rgb(127 29 29 / 0);
}

.active\:border-l-red-900\/10:active {
  border-left-color: rgb(127 29 29 / 0.1);
}

.active\:border-l-red-900\/100:active {
  border-left-color: rgb(127 29 29 / 1);
}

.active\:border-l-red-900\/20:active {
  border-left-color: rgb(127 29 29 / 0.2);
}

.active\:border-l-red-900\/25:active {
  border-left-color: rgb(127 29 29 / 0.25);
}

.active\:border-l-red-900\/30:active {
  border-left-color: rgb(127 29 29 / 0.3);
}

.active\:border-l-red-900\/40:active {
  border-left-color: rgb(127 29 29 / 0.4);
}

.active\:border-l-red-900\/5:active {
  border-left-color: rgb(127 29 29 / 0.05);
}

.active\:border-l-red-900\/50:active {
  border-left-color: rgb(127 29 29 / 0.5);
}

.active\:border-l-red-900\/60:active {
  border-left-color: rgb(127 29 29 / 0.6);
}

.active\:border-l-red-900\/70:active {
  border-left-color: rgb(127 29 29 / 0.7);
}

.active\:border-l-red-900\/75:active {
  border-left-color: rgb(127 29 29 / 0.75);
}

.active\:border-l-red-900\/80:active {
  border-left-color: rgb(127 29 29 / 0.8);
}

.active\:border-l-red-900\/90:active {
  border-left-color: rgb(127 29 29 / 0.9);
}

.active\:border-l-red-900\/95:active {
  border-left-color: rgb(127 29 29 / 0.95);
}

.active\:border-l-red-950:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(69 10 10 / var(--tw-border-opacity));
}

.active\:border-l-red-950\/0:active {
  border-left-color: rgb(69 10 10 / 0);
}

.active\:border-l-red-950\/10:active {
  border-left-color: rgb(69 10 10 / 0.1);
}

.active\:border-l-red-950\/100:active {
  border-left-color: rgb(69 10 10 / 1);
}

.active\:border-l-red-950\/20:active {
  border-left-color: rgb(69 10 10 / 0.2);
}

.active\:border-l-red-950\/25:active {
  border-left-color: rgb(69 10 10 / 0.25);
}

.active\:border-l-red-950\/30:active {
  border-left-color: rgb(69 10 10 / 0.3);
}

.active\:border-l-red-950\/40:active {
  border-left-color: rgb(69 10 10 / 0.4);
}

.active\:border-l-red-950\/5:active {
  border-left-color: rgb(69 10 10 / 0.05);
}

.active\:border-l-red-950\/50:active {
  border-left-color: rgb(69 10 10 / 0.5);
}

.active\:border-l-red-950\/60:active {
  border-left-color: rgb(69 10 10 / 0.6);
}

.active\:border-l-red-950\/70:active {
  border-left-color: rgb(69 10 10 / 0.7);
}

.active\:border-l-red-950\/75:active {
  border-left-color: rgb(69 10 10 / 0.75);
}

.active\:border-l-red-950\/80:active {
  border-left-color: rgb(69 10 10 / 0.8);
}

.active\:border-l-red-950\/90:active {
  border-left-color: rgb(69 10 10 / 0.9);
}

.active\:border-l-red-950\/95:active {
  border-left-color: rgb(69 10 10 / 0.95);
}

.active\:border-l-rose-100:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 228 230 / var(--tw-border-opacity));
}

.active\:border-l-rose-100\/0:active {
  border-left-color: rgb(255 228 230 / 0);
}

.active\:border-l-rose-100\/10:active {
  border-left-color: rgb(255 228 230 / 0.1);
}

.active\:border-l-rose-100\/100:active {
  border-left-color: rgb(255 228 230 / 1);
}

.active\:border-l-rose-100\/20:active {
  border-left-color: rgb(255 228 230 / 0.2);
}

.active\:border-l-rose-100\/25:active {
  border-left-color: rgb(255 228 230 / 0.25);
}

.active\:border-l-rose-100\/30:active {
  border-left-color: rgb(255 228 230 / 0.3);
}

.active\:border-l-rose-100\/40:active {
  border-left-color: rgb(255 228 230 / 0.4);
}

.active\:border-l-rose-100\/5:active {
  border-left-color: rgb(255 228 230 / 0.05);
}

.active\:border-l-rose-100\/50:active {
  border-left-color: rgb(255 228 230 / 0.5);
}

.active\:border-l-rose-100\/60:active {
  border-left-color: rgb(255 228 230 / 0.6);
}

.active\:border-l-rose-100\/70:active {
  border-left-color: rgb(255 228 230 / 0.7);
}

.active\:border-l-rose-100\/75:active {
  border-left-color: rgb(255 228 230 / 0.75);
}

.active\:border-l-rose-100\/80:active {
  border-left-color: rgb(255 228 230 / 0.8);
}

.active\:border-l-rose-100\/90:active {
  border-left-color: rgb(255 228 230 / 0.9);
}

.active\:border-l-rose-100\/95:active {
  border-left-color: rgb(255 228 230 / 0.95);
}

.active\:border-l-rose-200:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 205 211 / var(--tw-border-opacity));
}

.active\:border-l-rose-200\/0:active {
  border-left-color: rgb(254 205 211 / 0);
}

.active\:border-l-rose-200\/10:active {
  border-left-color: rgb(254 205 211 / 0.1);
}

.active\:border-l-rose-200\/100:active {
  border-left-color: rgb(254 205 211 / 1);
}

.active\:border-l-rose-200\/20:active {
  border-left-color: rgb(254 205 211 / 0.2);
}

.active\:border-l-rose-200\/25:active {
  border-left-color: rgb(254 205 211 / 0.25);
}

.active\:border-l-rose-200\/30:active {
  border-left-color: rgb(254 205 211 / 0.3);
}

.active\:border-l-rose-200\/40:active {
  border-left-color: rgb(254 205 211 / 0.4);
}

.active\:border-l-rose-200\/5:active {
  border-left-color: rgb(254 205 211 / 0.05);
}

.active\:border-l-rose-200\/50:active {
  border-left-color: rgb(254 205 211 / 0.5);
}

.active\:border-l-rose-200\/60:active {
  border-left-color: rgb(254 205 211 / 0.6);
}

.active\:border-l-rose-200\/70:active {
  border-left-color: rgb(254 205 211 / 0.7);
}

.active\:border-l-rose-200\/75:active {
  border-left-color: rgb(254 205 211 / 0.75);
}

.active\:border-l-rose-200\/80:active {
  border-left-color: rgb(254 205 211 / 0.8);
}

.active\:border-l-rose-200\/90:active {
  border-left-color: rgb(254 205 211 / 0.9);
}

.active\:border-l-rose-200\/95:active {
  border-left-color: rgb(254 205 211 / 0.95);
}

.active\:border-l-rose-300:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 164 175 / var(--tw-border-opacity));
}

.active\:border-l-rose-300\/0:active {
  border-left-color: rgb(253 164 175 / 0);
}

.active\:border-l-rose-300\/10:active {
  border-left-color: rgb(253 164 175 / 0.1);
}

.active\:border-l-rose-300\/100:active {
  border-left-color: rgb(253 164 175 / 1);
}

.active\:border-l-rose-300\/20:active {
  border-left-color: rgb(253 164 175 / 0.2);
}

.active\:border-l-rose-300\/25:active {
  border-left-color: rgb(253 164 175 / 0.25);
}

.active\:border-l-rose-300\/30:active {
  border-left-color: rgb(253 164 175 / 0.3);
}

.active\:border-l-rose-300\/40:active {
  border-left-color: rgb(253 164 175 / 0.4);
}

.active\:border-l-rose-300\/5:active {
  border-left-color: rgb(253 164 175 / 0.05);
}

.active\:border-l-rose-300\/50:active {
  border-left-color: rgb(253 164 175 / 0.5);
}

.active\:border-l-rose-300\/60:active {
  border-left-color: rgb(253 164 175 / 0.6);
}

.active\:border-l-rose-300\/70:active {
  border-left-color: rgb(253 164 175 / 0.7);
}

.active\:border-l-rose-300\/75:active {
  border-left-color: rgb(253 164 175 / 0.75);
}

.active\:border-l-rose-300\/80:active {
  border-left-color: rgb(253 164 175 / 0.8);
}

.active\:border-l-rose-300\/90:active {
  border-left-color: rgb(253 164 175 / 0.9);
}

.active\:border-l-rose-300\/95:active {
  border-left-color: rgb(253 164 175 / 0.95);
}

.active\:border-l-rose-400:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.active\:border-l-rose-400\/0:active {
  border-left-color: rgb(251 113 133 / 0);
}

.active\:border-l-rose-400\/10:active {
  border-left-color: rgb(251 113 133 / 0.1);
}

.active\:border-l-rose-400\/100:active {
  border-left-color: rgb(251 113 133 / 1);
}

.active\:border-l-rose-400\/20:active {
  border-left-color: rgb(251 113 133 / 0.2);
}

.active\:border-l-rose-400\/25:active {
  border-left-color: rgb(251 113 133 / 0.25);
}

.active\:border-l-rose-400\/30:active {
  border-left-color: rgb(251 113 133 / 0.3);
}

.active\:border-l-rose-400\/40:active {
  border-left-color: rgb(251 113 133 / 0.4);
}

.active\:border-l-rose-400\/5:active {
  border-left-color: rgb(251 113 133 / 0.05);
}

.active\:border-l-rose-400\/50:active {
  border-left-color: rgb(251 113 133 / 0.5);
}

.active\:border-l-rose-400\/60:active {
  border-left-color: rgb(251 113 133 / 0.6);
}

.active\:border-l-rose-400\/70:active {
  border-left-color: rgb(251 113 133 / 0.7);
}

.active\:border-l-rose-400\/75:active {
  border-left-color: rgb(251 113 133 / 0.75);
}

.active\:border-l-rose-400\/80:active {
  border-left-color: rgb(251 113 133 / 0.8);
}

.active\:border-l-rose-400\/90:active {
  border-left-color: rgb(251 113 133 / 0.9);
}

.active\:border-l-rose-400\/95:active {
  border-left-color: rgb(251 113 133 / 0.95);
}

.active\:border-l-rose-50:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 241 242 / var(--tw-border-opacity));
}

.active\:border-l-rose-50\/0:active {
  border-left-color: rgb(255 241 242 / 0);
}

.active\:border-l-rose-50\/10:active {
  border-left-color: rgb(255 241 242 / 0.1);
}

.active\:border-l-rose-50\/100:active {
  border-left-color: rgb(255 241 242 / 1);
}

.active\:border-l-rose-50\/20:active {
  border-left-color: rgb(255 241 242 / 0.2);
}

.active\:border-l-rose-50\/25:active {
  border-left-color: rgb(255 241 242 / 0.25);
}

.active\:border-l-rose-50\/30:active {
  border-left-color: rgb(255 241 242 / 0.3);
}

.active\:border-l-rose-50\/40:active {
  border-left-color: rgb(255 241 242 / 0.4);
}

.active\:border-l-rose-50\/5:active {
  border-left-color: rgb(255 241 242 / 0.05);
}

.active\:border-l-rose-50\/50:active {
  border-left-color: rgb(255 241 242 / 0.5);
}

.active\:border-l-rose-50\/60:active {
  border-left-color: rgb(255 241 242 / 0.6);
}

.active\:border-l-rose-50\/70:active {
  border-left-color: rgb(255 241 242 / 0.7);
}

.active\:border-l-rose-50\/75:active {
  border-left-color: rgb(255 241 242 / 0.75);
}

.active\:border-l-rose-50\/80:active {
  border-left-color: rgb(255 241 242 / 0.8);
}

.active\:border-l-rose-50\/90:active {
  border-left-color: rgb(255 241 242 / 0.9);
}

.active\:border-l-rose-50\/95:active {
  border-left-color: rgb(255 241 242 / 0.95);
}

.active\:border-l-rose-500:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(244 63 94 / var(--tw-border-opacity));
}

.active\:border-l-rose-500\/0:active {
  border-left-color: rgb(244 63 94 / 0);
}

.active\:border-l-rose-500\/10:active {
  border-left-color: rgb(244 63 94 / 0.1);
}

.active\:border-l-rose-500\/100:active {
  border-left-color: rgb(244 63 94 / 1);
}

.active\:border-l-rose-500\/20:active {
  border-left-color: rgb(244 63 94 / 0.2);
}

.active\:border-l-rose-500\/25:active {
  border-left-color: rgb(244 63 94 / 0.25);
}

.active\:border-l-rose-500\/30:active {
  border-left-color: rgb(244 63 94 / 0.3);
}

.active\:border-l-rose-500\/40:active {
  border-left-color: rgb(244 63 94 / 0.4);
}

.active\:border-l-rose-500\/5:active {
  border-left-color: rgb(244 63 94 / 0.05);
}

.active\:border-l-rose-500\/50:active {
  border-left-color: rgb(244 63 94 / 0.5);
}

.active\:border-l-rose-500\/60:active {
  border-left-color: rgb(244 63 94 / 0.6);
}

.active\:border-l-rose-500\/70:active {
  border-left-color: rgb(244 63 94 / 0.7);
}

.active\:border-l-rose-500\/75:active {
  border-left-color: rgb(244 63 94 / 0.75);
}

.active\:border-l-rose-500\/80:active {
  border-left-color: rgb(244 63 94 / 0.8);
}

.active\:border-l-rose-500\/90:active {
  border-left-color: rgb(244 63 94 / 0.9);
}

.active\:border-l-rose-500\/95:active {
  border-left-color: rgb(244 63 94 / 0.95);
}

.active\:border-l-rose-600:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(225 29 72 / var(--tw-border-opacity));
}

.active\:border-l-rose-600\/0:active {
  border-left-color: rgb(225 29 72 / 0);
}

.active\:border-l-rose-600\/10:active {
  border-left-color: rgb(225 29 72 / 0.1);
}

.active\:border-l-rose-600\/100:active {
  border-left-color: rgb(225 29 72 / 1);
}

.active\:border-l-rose-600\/20:active {
  border-left-color: rgb(225 29 72 / 0.2);
}

.active\:border-l-rose-600\/25:active {
  border-left-color: rgb(225 29 72 / 0.25);
}

.active\:border-l-rose-600\/30:active {
  border-left-color: rgb(225 29 72 / 0.3);
}

.active\:border-l-rose-600\/40:active {
  border-left-color: rgb(225 29 72 / 0.4);
}

.active\:border-l-rose-600\/5:active {
  border-left-color: rgb(225 29 72 / 0.05);
}

.active\:border-l-rose-600\/50:active {
  border-left-color: rgb(225 29 72 / 0.5);
}

.active\:border-l-rose-600\/60:active {
  border-left-color: rgb(225 29 72 / 0.6);
}

.active\:border-l-rose-600\/70:active {
  border-left-color: rgb(225 29 72 / 0.7);
}

.active\:border-l-rose-600\/75:active {
  border-left-color: rgb(225 29 72 / 0.75);
}

.active\:border-l-rose-600\/80:active {
  border-left-color: rgb(225 29 72 / 0.8);
}

.active\:border-l-rose-600\/90:active {
  border-left-color: rgb(225 29 72 / 0.9);
}

.active\:border-l-rose-600\/95:active {
  border-left-color: rgb(225 29 72 / 0.95);
}

.active\:border-l-rose-700:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(190 18 60 / var(--tw-border-opacity));
}

.active\:border-l-rose-700\/0:active {
  border-left-color: rgb(190 18 60 / 0);
}

.active\:border-l-rose-700\/10:active {
  border-left-color: rgb(190 18 60 / 0.1);
}

.active\:border-l-rose-700\/100:active {
  border-left-color: rgb(190 18 60 / 1);
}

.active\:border-l-rose-700\/20:active {
  border-left-color: rgb(190 18 60 / 0.2);
}

.active\:border-l-rose-700\/25:active {
  border-left-color: rgb(190 18 60 / 0.25);
}

.active\:border-l-rose-700\/30:active {
  border-left-color: rgb(190 18 60 / 0.3);
}

.active\:border-l-rose-700\/40:active {
  border-left-color: rgb(190 18 60 / 0.4);
}

.active\:border-l-rose-700\/5:active {
  border-left-color: rgb(190 18 60 / 0.05);
}

.active\:border-l-rose-700\/50:active {
  border-left-color: rgb(190 18 60 / 0.5);
}

.active\:border-l-rose-700\/60:active {
  border-left-color: rgb(190 18 60 / 0.6);
}

.active\:border-l-rose-700\/70:active {
  border-left-color: rgb(190 18 60 / 0.7);
}

.active\:border-l-rose-700\/75:active {
  border-left-color: rgb(190 18 60 / 0.75);
}

.active\:border-l-rose-700\/80:active {
  border-left-color: rgb(190 18 60 / 0.8);
}

.active\:border-l-rose-700\/90:active {
  border-left-color: rgb(190 18 60 / 0.9);
}

.active\:border-l-rose-700\/95:active {
  border-left-color: rgb(190 18 60 / 0.95);
}

.active\:border-l-rose-800:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(159 18 57 / var(--tw-border-opacity));
}

.active\:border-l-rose-800\/0:active {
  border-left-color: rgb(159 18 57 / 0);
}

.active\:border-l-rose-800\/10:active {
  border-left-color: rgb(159 18 57 / 0.1);
}

.active\:border-l-rose-800\/100:active {
  border-left-color: rgb(159 18 57 / 1);
}

.active\:border-l-rose-800\/20:active {
  border-left-color: rgb(159 18 57 / 0.2);
}

.active\:border-l-rose-800\/25:active {
  border-left-color: rgb(159 18 57 / 0.25);
}

.active\:border-l-rose-800\/30:active {
  border-left-color: rgb(159 18 57 / 0.3);
}

.active\:border-l-rose-800\/40:active {
  border-left-color: rgb(159 18 57 / 0.4);
}

.active\:border-l-rose-800\/5:active {
  border-left-color: rgb(159 18 57 / 0.05);
}

.active\:border-l-rose-800\/50:active {
  border-left-color: rgb(159 18 57 / 0.5);
}

.active\:border-l-rose-800\/60:active {
  border-left-color: rgb(159 18 57 / 0.6);
}

.active\:border-l-rose-800\/70:active {
  border-left-color: rgb(159 18 57 / 0.7);
}

.active\:border-l-rose-800\/75:active {
  border-left-color: rgb(159 18 57 / 0.75);
}

.active\:border-l-rose-800\/80:active {
  border-left-color: rgb(159 18 57 / 0.8);
}

.active\:border-l-rose-800\/90:active {
  border-left-color: rgb(159 18 57 / 0.9);
}

.active\:border-l-rose-800\/95:active {
  border-left-color: rgb(159 18 57 / 0.95);
}

.active\:border-l-rose-900:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(136 19 55 / var(--tw-border-opacity));
}

.active\:border-l-rose-900\/0:active {
  border-left-color: rgb(136 19 55 / 0);
}

.active\:border-l-rose-900\/10:active {
  border-left-color: rgb(136 19 55 / 0.1);
}

.active\:border-l-rose-900\/100:active {
  border-left-color: rgb(136 19 55 / 1);
}

.active\:border-l-rose-900\/20:active {
  border-left-color: rgb(136 19 55 / 0.2);
}

.active\:border-l-rose-900\/25:active {
  border-left-color: rgb(136 19 55 / 0.25);
}

.active\:border-l-rose-900\/30:active {
  border-left-color: rgb(136 19 55 / 0.3);
}

.active\:border-l-rose-900\/40:active {
  border-left-color: rgb(136 19 55 / 0.4);
}

.active\:border-l-rose-900\/5:active {
  border-left-color: rgb(136 19 55 / 0.05);
}

.active\:border-l-rose-900\/50:active {
  border-left-color: rgb(136 19 55 / 0.5);
}

.active\:border-l-rose-900\/60:active {
  border-left-color: rgb(136 19 55 / 0.6);
}

.active\:border-l-rose-900\/70:active {
  border-left-color: rgb(136 19 55 / 0.7);
}

.active\:border-l-rose-900\/75:active {
  border-left-color: rgb(136 19 55 / 0.75);
}

.active\:border-l-rose-900\/80:active {
  border-left-color: rgb(136 19 55 / 0.8);
}

.active\:border-l-rose-900\/90:active {
  border-left-color: rgb(136 19 55 / 0.9);
}

.active\:border-l-rose-900\/95:active {
  border-left-color: rgb(136 19 55 / 0.95);
}

.active\:border-l-rose-950:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(76 5 25 / var(--tw-border-opacity));
}

.active\:border-l-rose-950\/0:active {
  border-left-color: rgb(76 5 25 / 0);
}

.active\:border-l-rose-950\/10:active {
  border-left-color: rgb(76 5 25 / 0.1);
}

.active\:border-l-rose-950\/100:active {
  border-left-color: rgb(76 5 25 / 1);
}

.active\:border-l-rose-950\/20:active {
  border-left-color: rgb(76 5 25 / 0.2);
}

.active\:border-l-rose-950\/25:active {
  border-left-color: rgb(76 5 25 / 0.25);
}

.active\:border-l-rose-950\/30:active {
  border-left-color: rgb(76 5 25 / 0.3);
}

.active\:border-l-rose-950\/40:active {
  border-left-color: rgb(76 5 25 / 0.4);
}

.active\:border-l-rose-950\/5:active {
  border-left-color: rgb(76 5 25 / 0.05);
}

.active\:border-l-rose-950\/50:active {
  border-left-color: rgb(76 5 25 / 0.5);
}

.active\:border-l-rose-950\/60:active {
  border-left-color: rgb(76 5 25 / 0.6);
}

.active\:border-l-rose-950\/70:active {
  border-left-color: rgb(76 5 25 / 0.7);
}

.active\:border-l-rose-950\/75:active {
  border-left-color: rgb(76 5 25 / 0.75);
}

.active\:border-l-rose-950\/80:active {
  border-left-color: rgb(76 5 25 / 0.8);
}

.active\:border-l-rose-950\/90:active {
  border-left-color: rgb(76 5 25 / 0.9);
}

.active\:border-l-rose-950\/95:active {
  border-left-color: rgb(76 5 25 / 0.95);
}

.active\:border-l-sky-100:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(224 242 254 / var(--tw-border-opacity));
}

.active\:border-l-sky-100\/0:active {
  border-left-color: rgb(224 242 254 / 0);
}

.active\:border-l-sky-100\/10:active {
  border-left-color: rgb(224 242 254 / 0.1);
}

.active\:border-l-sky-100\/100:active {
  border-left-color: rgb(224 242 254 / 1);
}

.active\:border-l-sky-100\/20:active {
  border-left-color: rgb(224 242 254 / 0.2);
}

.active\:border-l-sky-100\/25:active {
  border-left-color: rgb(224 242 254 / 0.25);
}

.active\:border-l-sky-100\/30:active {
  border-left-color: rgb(224 242 254 / 0.3);
}

.active\:border-l-sky-100\/40:active {
  border-left-color: rgb(224 242 254 / 0.4);
}

.active\:border-l-sky-100\/5:active {
  border-left-color: rgb(224 242 254 / 0.05);
}

.active\:border-l-sky-100\/50:active {
  border-left-color: rgb(224 242 254 / 0.5);
}

.active\:border-l-sky-100\/60:active {
  border-left-color: rgb(224 242 254 / 0.6);
}

.active\:border-l-sky-100\/70:active {
  border-left-color: rgb(224 242 254 / 0.7);
}

.active\:border-l-sky-100\/75:active {
  border-left-color: rgb(224 242 254 / 0.75);
}

.active\:border-l-sky-100\/80:active {
  border-left-color: rgb(224 242 254 / 0.8);
}

.active\:border-l-sky-100\/90:active {
  border-left-color: rgb(224 242 254 / 0.9);
}

.active\:border-l-sky-100\/95:active {
  border-left-color: rgb(224 242 254 / 0.95);
}

.active\:border-l-sky-200:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(186 230 253 / var(--tw-border-opacity));
}

.active\:border-l-sky-200\/0:active {
  border-left-color: rgb(186 230 253 / 0);
}

.active\:border-l-sky-200\/10:active {
  border-left-color: rgb(186 230 253 / 0.1);
}

.active\:border-l-sky-200\/100:active {
  border-left-color: rgb(186 230 253 / 1);
}

.active\:border-l-sky-200\/20:active {
  border-left-color: rgb(186 230 253 / 0.2);
}

.active\:border-l-sky-200\/25:active {
  border-left-color: rgb(186 230 253 / 0.25);
}

.active\:border-l-sky-200\/30:active {
  border-left-color: rgb(186 230 253 / 0.3);
}

.active\:border-l-sky-200\/40:active {
  border-left-color: rgb(186 230 253 / 0.4);
}

.active\:border-l-sky-200\/5:active {
  border-left-color: rgb(186 230 253 / 0.05);
}

.active\:border-l-sky-200\/50:active {
  border-left-color: rgb(186 230 253 / 0.5);
}

.active\:border-l-sky-200\/60:active {
  border-left-color: rgb(186 230 253 / 0.6);
}

.active\:border-l-sky-200\/70:active {
  border-left-color: rgb(186 230 253 / 0.7);
}

.active\:border-l-sky-200\/75:active {
  border-left-color: rgb(186 230 253 / 0.75);
}

.active\:border-l-sky-200\/80:active {
  border-left-color: rgb(186 230 253 / 0.8);
}

.active\:border-l-sky-200\/90:active {
  border-left-color: rgb(186 230 253 / 0.9);
}

.active\:border-l-sky-200\/95:active {
  border-left-color: rgb(186 230 253 / 0.95);
}

.active\:border-l-sky-300:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(125 211 252 / var(--tw-border-opacity));
}

.active\:border-l-sky-300\/0:active {
  border-left-color: rgb(125 211 252 / 0);
}

.active\:border-l-sky-300\/10:active {
  border-left-color: rgb(125 211 252 / 0.1);
}

.active\:border-l-sky-300\/100:active {
  border-left-color: rgb(125 211 252 / 1);
}

.active\:border-l-sky-300\/20:active {
  border-left-color: rgb(125 211 252 / 0.2);
}

.active\:border-l-sky-300\/25:active {
  border-left-color: rgb(125 211 252 / 0.25);
}

.active\:border-l-sky-300\/30:active {
  border-left-color: rgb(125 211 252 / 0.3);
}

.active\:border-l-sky-300\/40:active {
  border-left-color: rgb(125 211 252 / 0.4);
}

.active\:border-l-sky-300\/5:active {
  border-left-color: rgb(125 211 252 / 0.05);
}

.active\:border-l-sky-300\/50:active {
  border-left-color: rgb(125 211 252 / 0.5);
}

.active\:border-l-sky-300\/60:active {
  border-left-color: rgb(125 211 252 / 0.6);
}

.active\:border-l-sky-300\/70:active {
  border-left-color: rgb(125 211 252 / 0.7);
}

.active\:border-l-sky-300\/75:active {
  border-left-color: rgb(125 211 252 / 0.75);
}

.active\:border-l-sky-300\/80:active {
  border-left-color: rgb(125 211 252 / 0.8);
}

.active\:border-l-sky-300\/90:active {
  border-left-color: rgb(125 211 252 / 0.9);
}

.active\:border-l-sky-300\/95:active {
  border-left-color: rgb(125 211 252 / 0.95);
}

.active\:border-l-sky-400:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(56 189 248 / var(--tw-border-opacity));
}

.active\:border-l-sky-400\/0:active {
  border-left-color: rgb(56 189 248 / 0);
}

.active\:border-l-sky-400\/10:active {
  border-left-color: rgb(56 189 248 / 0.1);
}

.active\:border-l-sky-400\/100:active {
  border-left-color: rgb(56 189 248 / 1);
}

.active\:border-l-sky-400\/20:active {
  border-left-color: rgb(56 189 248 / 0.2);
}

.active\:border-l-sky-400\/25:active {
  border-left-color: rgb(56 189 248 / 0.25);
}

.active\:border-l-sky-400\/30:active {
  border-left-color: rgb(56 189 248 / 0.3);
}

.active\:border-l-sky-400\/40:active {
  border-left-color: rgb(56 189 248 / 0.4);
}

.active\:border-l-sky-400\/5:active {
  border-left-color: rgb(56 189 248 / 0.05);
}

.active\:border-l-sky-400\/50:active {
  border-left-color: rgb(56 189 248 / 0.5);
}

.active\:border-l-sky-400\/60:active {
  border-left-color: rgb(56 189 248 / 0.6);
}

.active\:border-l-sky-400\/70:active {
  border-left-color: rgb(56 189 248 / 0.7);
}

.active\:border-l-sky-400\/75:active {
  border-left-color: rgb(56 189 248 / 0.75);
}

.active\:border-l-sky-400\/80:active {
  border-left-color: rgb(56 189 248 / 0.8);
}

.active\:border-l-sky-400\/90:active {
  border-left-color: rgb(56 189 248 / 0.9);
}

.active\:border-l-sky-400\/95:active {
  border-left-color: rgb(56 189 248 / 0.95);
}

.active\:border-l-sky-50:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.active\:border-l-sky-50\/0:active {
  border-left-color: rgb(240 249 255 / 0);
}

.active\:border-l-sky-50\/10:active {
  border-left-color: rgb(240 249 255 / 0.1);
}

.active\:border-l-sky-50\/100:active {
  border-left-color: rgb(240 249 255 / 1);
}

.active\:border-l-sky-50\/20:active {
  border-left-color: rgb(240 249 255 / 0.2);
}

.active\:border-l-sky-50\/25:active {
  border-left-color: rgb(240 249 255 / 0.25);
}

.active\:border-l-sky-50\/30:active {
  border-left-color: rgb(240 249 255 / 0.3);
}

.active\:border-l-sky-50\/40:active {
  border-left-color: rgb(240 249 255 / 0.4);
}

.active\:border-l-sky-50\/5:active {
  border-left-color: rgb(240 249 255 / 0.05);
}

.active\:border-l-sky-50\/50:active {
  border-left-color: rgb(240 249 255 / 0.5);
}

.active\:border-l-sky-50\/60:active {
  border-left-color: rgb(240 249 255 / 0.6);
}

.active\:border-l-sky-50\/70:active {
  border-left-color: rgb(240 249 255 / 0.7);
}

.active\:border-l-sky-50\/75:active {
  border-left-color: rgb(240 249 255 / 0.75);
}

.active\:border-l-sky-50\/80:active {
  border-left-color: rgb(240 249 255 / 0.8);
}

.active\:border-l-sky-50\/90:active {
  border-left-color: rgb(240 249 255 / 0.9);
}

.active\:border-l-sky-50\/95:active {
  border-left-color: rgb(240 249 255 / 0.95);
}

.active\:border-l-sky-500:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.active\:border-l-sky-500\/0:active {
  border-left-color: rgb(14 165 233 / 0);
}

.active\:border-l-sky-500\/10:active {
  border-left-color: rgb(14 165 233 / 0.1);
}

.active\:border-l-sky-500\/100:active {
  border-left-color: rgb(14 165 233 / 1);
}

.active\:border-l-sky-500\/20:active {
  border-left-color: rgb(14 165 233 / 0.2);
}

.active\:border-l-sky-500\/25:active {
  border-left-color: rgb(14 165 233 / 0.25);
}

.active\:border-l-sky-500\/30:active {
  border-left-color: rgb(14 165 233 / 0.3);
}

.active\:border-l-sky-500\/40:active {
  border-left-color: rgb(14 165 233 / 0.4);
}

.active\:border-l-sky-500\/5:active {
  border-left-color: rgb(14 165 233 / 0.05);
}

.active\:border-l-sky-500\/50:active {
  border-left-color: rgb(14 165 233 / 0.5);
}

.active\:border-l-sky-500\/60:active {
  border-left-color: rgb(14 165 233 / 0.6);
}

.active\:border-l-sky-500\/70:active {
  border-left-color: rgb(14 165 233 / 0.7);
}

.active\:border-l-sky-500\/75:active {
  border-left-color: rgb(14 165 233 / 0.75);
}

.active\:border-l-sky-500\/80:active {
  border-left-color: rgb(14 165 233 / 0.8);
}

.active\:border-l-sky-500\/90:active {
  border-left-color: rgb(14 165 233 / 0.9);
}

.active\:border-l-sky-500\/95:active {
  border-left-color: rgb(14 165 233 / 0.95);
}

.active\:border-l-sky-600:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(2 132 199 / var(--tw-border-opacity));
}

.active\:border-l-sky-600\/0:active {
  border-left-color: rgb(2 132 199 / 0);
}

.active\:border-l-sky-600\/10:active {
  border-left-color: rgb(2 132 199 / 0.1);
}

.active\:border-l-sky-600\/100:active {
  border-left-color: rgb(2 132 199 / 1);
}

.active\:border-l-sky-600\/20:active {
  border-left-color: rgb(2 132 199 / 0.2);
}

.active\:border-l-sky-600\/25:active {
  border-left-color: rgb(2 132 199 / 0.25);
}

.active\:border-l-sky-600\/30:active {
  border-left-color: rgb(2 132 199 / 0.3);
}

.active\:border-l-sky-600\/40:active {
  border-left-color: rgb(2 132 199 / 0.4);
}

.active\:border-l-sky-600\/5:active {
  border-left-color: rgb(2 132 199 / 0.05);
}

.active\:border-l-sky-600\/50:active {
  border-left-color: rgb(2 132 199 / 0.5);
}

.active\:border-l-sky-600\/60:active {
  border-left-color: rgb(2 132 199 / 0.6);
}

.active\:border-l-sky-600\/70:active {
  border-left-color: rgb(2 132 199 / 0.7);
}

.active\:border-l-sky-600\/75:active {
  border-left-color: rgb(2 132 199 / 0.75);
}

.active\:border-l-sky-600\/80:active {
  border-left-color: rgb(2 132 199 / 0.8);
}

.active\:border-l-sky-600\/90:active {
  border-left-color: rgb(2 132 199 / 0.9);
}

.active\:border-l-sky-600\/95:active {
  border-left-color: rgb(2 132 199 / 0.95);
}

.active\:border-l-sky-700:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.active\:border-l-sky-700\/0:active {
  border-left-color: rgb(3 105 161 / 0);
}

.active\:border-l-sky-700\/10:active {
  border-left-color: rgb(3 105 161 / 0.1);
}

.active\:border-l-sky-700\/100:active {
  border-left-color: rgb(3 105 161 / 1);
}

.active\:border-l-sky-700\/20:active {
  border-left-color: rgb(3 105 161 / 0.2);
}

.active\:border-l-sky-700\/25:active {
  border-left-color: rgb(3 105 161 / 0.25);
}

.active\:border-l-sky-700\/30:active {
  border-left-color: rgb(3 105 161 / 0.3);
}

.active\:border-l-sky-700\/40:active {
  border-left-color: rgb(3 105 161 / 0.4);
}

.active\:border-l-sky-700\/5:active {
  border-left-color: rgb(3 105 161 / 0.05);
}

.active\:border-l-sky-700\/50:active {
  border-left-color: rgb(3 105 161 / 0.5);
}

.active\:border-l-sky-700\/60:active {
  border-left-color: rgb(3 105 161 / 0.6);
}

.active\:border-l-sky-700\/70:active {
  border-left-color: rgb(3 105 161 / 0.7);
}

.active\:border-l-sky-700\/75:active {
  border-left-color: rgb(3 105 161 / 0.75);
}

.active\:border-l-sky-700\/80:active {
  border-left-color: rgb(3 105 161 / 0.8);
}

.active\:border-l-sky-700\/90:active {
  border-left-color: rgb(3 105 161 / 0.9);
}

.active\:border-l-sky-700\/95:active {
  border-left-color: rgb(3 105 161 / 0.95);
}

.active\:border-l-sky-800:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(7 89 133 / var(--tw-border-opacity));
}

.active\:border-l-sky-800\/0:active {
  border-left-color: rgb(7 89 133 / 0);
}

.active\:border-l-sky-800\/10:active {
  border-left-color: rgb(7 89 133 / 0.1);
}

.active\:border-l-sky-800\/100:active {
  border-left-color: rgb(7 89 133 / 1);
}

.active\:border-l-sky-800\/20:active {
  border-left-color: rgb(7 89 133 / 0.2);
}

.active\:border-l-sky-800\/25:active {
  border-left-color: rgb(7 89 133 / 0.25);
}

.active\:border-l-sky-800\/30:active {
  border-left-color: rgb(7 89 133 / 0.3);
}

.active\:border-l-sky-800\/40:active {
  border-left-color: rgb(7 89 133 / 0.4);
}

.active\:border-l-sky-800\/5:active {
  border-left-color: rgb(7 89 133 / 0.05);
}

.active\:border-l-sky-800\/50:active {
  border-left-color: rgb(7 89 133 / 0.5);
}

.active\:border-l-sky-800\/60:active {
  border-left-color: rgb(7 89 133 / 0.6);
}

.active\:border-l-sky-800\/70:active {
  border-left-color: rgb(7 89 133 / 0.7);
}

.active\:border-l-sky-800\/75:active {
  border-left-color: rgb(7 89 133 / 0.75);
}

.active\:border-l-sky-800\/80:active {
  border-left-color: rgb(7 89 133 / 0.8);
}

.active\:border-l-sky-800\/90:active {
  border-left-color: rgb(7 89 133 / 0.9);
}

.active\:border-l-sky-800\/95:active {
  border-left-color: rgb(7 89 133 / 0.95);
}

.active\:border-l-sky-900:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(12 74 110 / var(--tw-border-opacity));
}

.active\:border-l-sky-900\/0:active {
  border-left-color: rgb(12 74 110 / 0);
}

.active\:border-l-sky-900\/10:active {
  border-left-color: rgb(12 74 110 / 0.1);
}

.active\:border-l-sky-900\/100:active {
  border-left-color: rgb(12 74 110 / 1);
}

.active\:border-l-sky-900\/20:active {
  border-left-color: rgb(12 74 110 / 0.2);
}

.active\:border-l-sky-900\/25:active {
  border-left-color: rgb(12 74 110 / 0.25);
}

.active\:border-l-sky-900\/30:active {
  border-left-color: rgb(12 74 110 / 0.3);
}

.active\:border-l-sky-900\/40:active {
  border-left-color: rgb(12 74 110 / 0.4);
}

.active\:border-l-sky-900\/5:active {
  border-left-color: rgb(12 74 110 / 0.05);
}

.active\:border-l-sky-900\/50:active {
  border-left-color: rgb(12 74 110 / 0.5);
}

.active\:border-l-sky-900\/60:active {
  border-left-color: rgb(12 74 110 / 0.6);
}

.active\:border-l-sky-900\/70:active {
  border-left-color: rgb(12 74 110 / 0.7);
}

.active\:border-l-sky-900\/75:active {
  border-left-color: rgb(12 74 110 / 0.75);
}

.active\:border-l-sky-900\/80:active {
  border-left-color: rgb(12 74 110 / 0.8);
}

.active\:border-l-sky-900\/90:active {
  border-left-color: rgb(12 74 110 / 0.9);
}

.active\:border-l-sky-900\/95:active {
  border-left-color: rgb(12 74 110 / 0.95);
}

.active\:border-l-sky-950:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(8 47 73 / var(--tw-border-opacity));
}

.active\:border-l-sky-950\/0:active {
  border-left-color: rgb(8 47 73 / 0);
}

.active\:border-l-sky-950\/10:active {
  border-left-color: rgb(8 47 73 / 0.1);
}

.active\:border-l-sky-950\/100:active {
  border-left-color: rgb(8 47 73 / 1);
}

.active\:border-l-sky-950\/20:active {
  border-left-color: rgb(8 47 73 / 0.2);
}

.active\:border-l-sky-950\/25:active {
  border-left-color: rgb(8 47 73 / 0.25);
}

.active\:border-l-sky-950\/30:active {
  border-left-color: rgb(8 47 73 / 0.3);
}

.active\:border-l-sky-950\/40:active {
  border-left-color: rgb(8 47 73 / 0.4);
}

.active\:border-l-sky-950\/5:active {
  border-left-color: rgb(8 47 73 / 0.05);
}

.active\:border-l-sky-950\/50:active {
  border-left-color: rgb(8 47 73 / 0.5);
}

.active\:border-l-sky-950\/60:active {
  border-left-color: rgb(8 47 73 / 0.6);
}

.active\:border-l-sky-950\/70:active {
  border-left-color: rgb(8 47 73 / 0.7);
}

.active\:border-l-sky-950\/75:active {
  border-left-color: rgb(8 47 73 / 0.75);
}

.active\:border-l-sky-950\/80:active {
  border-left-color: rgb(8 47 73 / 0.8);
}

.active\:border-l-sky-950\/90:active {
  border-left-color: rgb(8 47 73 / 0.9);
}

.active\:border-l-sky-950\/95:active {
  border-left-color: rgb(8 47 73 / 0.95);
}

.active\:border-l-slate-100:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.active\:border-l-slate-100\/0:active {
  border-left-color: rgb(241 245 249 / 0);
}

.active\:border-l-slate-100\/10:active {
  border-left-color: rgb(241 245 249 / 0.1);
}

.active\:border-l-slate-100\/100:active {
  border-left-color: rgb(241 245 249 / 1);
}

.active\:border-l-slate-100\/20:active {
  border-left-color: rgb(241 245 249 / 0.2);
}

.active\:border-l-slate-100\/25:active {
  border-left-color: rgb(241 245 249 / 0.25);
}

.active\:border-l-slate-100\/30:active {
  border-left-color: rgb(241 245 249 / 0.3);
}

.active\:border-l-slate-100\/40:active {
  border-left-color: rgb(241 245 249 / 0.4);
}

.active\:border-l-slate-100\/5:active {
  border-left-color: rgb(241 245 249 / 0.05);
}

.active\:border-l-slate-100\/50:active {
  border-left-color: rgb(241 245 249 / 0.5);
}

.active\:border-l-slate-100\/60:active {
  border-left-color: rgb(241 245 249 / 0.6);
}

.active\:border-l-slate-100\/70:active {
  border-left-color: rgb(241 245 249 / 0.7);
}

.active\:border-l-slate-100\/75:active {
  border-left-color: rgb(241 245 249 / 0.75);
}

.active\:border-l-slate-100\/80:active {
  border-left-color: rgb(241 245 249 / 0.8);
}

.active\:border-l-slate-100\/90:active {
  border-left-color: rgb(241 245 249 / 0.9);
}

.active\:border-l-slate-100\/95:active {
  border-left-color: rgb(241 245 249 / 0.95);
}

.active\:border-l-slate-200:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.active\:border-l-slate-200\/0:active {
  border-left-color: rgb(226 232 240 / 0);
}

.active\:border-l-slate-200\/10:active {
  border-left-color: rgb(226 232 240 / 0.1);
}

.active\:border-l-slate-200\/100:active {
  border-left-color: rgb(226 232 240 / 1);
}

.active\:border-l-slate-200\/20:active {
  border-left-color: rgb(226 232 240 / 0.2);
}

.active\:border-l-slate-200\/25:active {
  border-left-color: rgb(226 232 240 / 0.25);
}

.active\:border-l-slate-200\/30:active {
  border-left-color: rgb(226 232 240 / 0.3);
}

.active\:border-l-slate-200\/40:active {
  border-left-color: rgb(226 232 240 / 0.4);
}

.active\:border-l-slate-200\/5:active {
  border-left-color: rgb(226 232 240 / 0.05);
}

.active\:border-l-slate-200\/50:active {
  border-left-color: rgb(226 232 240 / 0.5);
}

.active\:border-l-slate-200\/60:active {
  border-left-color: rgb(226 232 240 / 0.6);
}

.active\:border-l-slate-200\/70:active {
  border-left-color: rgb(226 232 240 / 0.7);
}

.active\:border-l-slate-200\/75:active {
  border-left-color: rgb(226 232 240 / 0.75);
}

.active\:border-l-slate-200\/80:active {
  border-left-color: rgb(226 232 240 / 0.8);
}

.active\:border-l-slate-200\/90:active {
  border-left-color: rgb(226 232 240 / 0.9);
}

.active\:border-l-slate-200\/95:active {
  border-left-color: rgb(226 232 240 / 0.95);
}

.active\:border-l-slate-300:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.active\:border-l-slate-300\/0:active {
  border-left-color: rgb(203 213 225 / 0);
}

.active\:border-l-slate-300\/10:active {
  border-left-color: rgb(203 213 225 / 0.1);
}

.active\:border-l-slate-300\/100:active {
  border-left-color: rgb(203 213 225 / 1);
}

.active\:border-l-slate-300\/20:active {
  border-left-color: rgb(203 213 225 / 0.2);
}

.active\:border-l-slate-300\/25:active {
  border-left-color: rgb(203 213 225 / 0.25);
}

.active\:border-l-slate-300\/30:active {
  border-left-color: rgb(203 213 225 / 0.3);
}

.active\:border-l-slate-300\/40:active {
  border-left-color: rgb(203 213 225 / 0.4);
}

.active\:border-l-slate-300\/5:active {
  border-left-color: rgb(203 213 225 / 0.05);
}

.active\:border-l-slate-300\/50:active {
  border-left-color: rgb(203 213 225 / 0.5);
}

.active\:border-l-slate-300\/60:active {
  border-left-color: rgb(203 213 225 / 0.6);
}

.active\:border-l-slate-300\/70:active {
  border-left-color: rgb(203 213 225 / 0.7);
}

.active\:border-l-slate-300\/75:active {
  border-left-color: rgb(203 213 225 / 0.75);
}

.active\:border-l-slate-300\/80:active {
  border-left-color: rgb(203 213 225 / 0.8);
}

.active\:border-l-slate-300\/90:active {
  border-left-color: rgb(203 213 225 / 0.9);
}

.active\:border-l-slate-300\/95:active {
  border-left-color: rgb(203 213 225 / 0.95);
}

.active\:border-l-slate-400:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.active\:border-l-slate-400\/0:active {
  border-left-color: rgb(148 163 184 / 0);
}

.active\:border-l-slate-400\/10:active {
  border-left-color: rgb(148 163 184 / 0.1);
}

.active\:border-l-slate-400\/100:active {
  border-left-color: rgb(148 163 184 / 1);
}

.active\:border-l-slate-400\/20:active {
  border-left-color: rgb(148 163 184 / 0.2);
}

.active\:border-l-slate-400\/25:active {
  border-left-color: rgb(148 163 184 / 0.25);
}

.active\:border-l-slate-400\/30:active {
  border-left-color: rgb(148 163 184 / 0.3);
}

.active\:border-l-slate-400\/40:active {
  border-left-color: rgb(148 163 184 / 0.4);
}

.active\:border-l-slate-400\/5:active {
  border-left-color: rgb(148 163 184 / 0.05);
}

.active\:border-l-slate-400\/50:active {
  border-left-color: rgb(148 163 184 / 0.5);
}

.active\:border-l-slate-400\/60:active {
  border-left-color: rgb(148 163 184 / 0.6);
}

.active\:border-l-slate-400\/70:active {
  border-left-color: rgb(148 163 184 / 0.7);
}

.active\:border-l-slate-400\/75:active {
  border-left-color: rgb(148 163 184 / 0.75);
}

.active\:border-l-slate-400\/80:active {
  border-left-color: rgb(148 163 184 / 0.8);
}

.active\:border-l-slate-400\/90:active {
  border-left-color: rgb(148 163 184 / 0.9);
}

.active\:border-l-slate-400\/95:active {
  border-left-color: rgb(148 163 184 / 0.95);
}

.active\:border-l-slate-50:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(248 250 252 / var(--tw-border-opacity));
}

.active\:border-l-slate-50\/0:active {
  border-left-color: rgb(248 250 252 / 0);
}

.active\:border-l-slate-50\/10:active {
  border-left-color: rgb(248 250 252 / 0.1);
}

.active\:border-l-slate-50\/100:active {
  border-left-color: rgb(248 250 252 / 1);
}

.active\:border-l-slate-50\/20:active {
  border-left-color: rgb(248 250 252 / 0.2);
}

.active\:border-l-slate-50\/25:active {
  border-left-color: rgb(248 250 252 / 0.25);
}

.active\:border-l-slate-50\/30:active {
  border-left-color: rgb(248 250 252 / 0.3);
}

.active\:border-l-slate-50\/40:active {
  border-left-color: rgb(248 250 252 / 0.4);
}

.active\:border-l-slate-50\/5:active {
  border-left-color: rgb(248 250 252 / 0.05);
}

.active\:border-l-slate-50\/50:active {
  border-left-color: rgb(248 250 252 / 0.5);
}

.active\:border-l-slate-50\/60:active {
  border-left-color: rgb(248 250 252 / 0.6);
}

.active\:border-l-slate-50\/70:active {
  border-left-color: rgb(248 250 252 / 0.7);
}

.active\:border-l-slate-50\/75:active {
  border-left-color: rgb(248 250 252 / 0.75);
}

.active\:border-l-slate-50\/80:active {
  border-left-color: rgb(248 250 252 / 0.8);
}

.active\:border-l-slate-50\/90:active {
  border-left-color: rgb(248 250 252 / 0.9);
}

.active\:border-l-slate-50\/95:active {
  border-left-color: rgb(248 250 252 / 0.95);
}

.active\:border-l-slate-500:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.active\:border-l-slate-500\/0:active {
  border-left-color: rgb(100 116 139 / 0);
}

.active\:border-l-slate-500\/10:active {
  border-left-color: rgb(100 116 139 / 0.1);
}

.active\:border-l-slate-500\/100:active {
  border-left-color: rgb(100 116 139 / 1);
}

.active\:border-l-slate-500\/20:active {
  border-left-color: rgb(100 116 139 / 0.2);
}

.active\:border-l-slate-500\/25:active {
  border-left-color: rgb(100 116 139 / 0.25);
}

.active\:border-l-slate-500\/30:active {
  border-left-color: rgb(100 116 139 / 0.3);
}

.active\:border-l-slate-500\/40:active {
  border-left-color: rgb(100 116 139 / 0.4);
}

.active\:border-l-slate-500\/5:active {
  border-left-color: rgb(100 116 139 / 0.05);
}

.active\:border-l-slate-500\/50:active {
  border-left-color: rgb(100 116 139 / 0.5);
}

.active\:border-l-slate-500\/60:active {
  border-left-color: rgb(100 116 139 / 0.6);
}

.active\:border-l-slate-500\/70:active {
  border-left-color: rgb(100 116 139 / 0.7);
}

.active\:border-l-slate-500\/75:active {
  border-left-color: rgb(100 116 139 / 0.75);
}

.active\:border-l-slate-500\/80:active {
  border-left-color: rgb(100 116 139 / 0.8);
}

.active\:border-l-slate-500\/90:active {
  border-left-color: rgb(100 116 139 / 0.9);
}

.active\:border-l-slate-500\/95:active {
  border-left-color: rgb(100 116 139 / 0.95);
}

.active\:border-l-slate-600:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(71 85 105 / var(--tw-border-opacity));
}

.active\:border-l-slate-600\/0:active {
  border-left-color: rgb(71 85 105 / 0);
}

.active\:border-l-slate-600\/10:active {
  border-left-color: rgb(71 85 105 / 0.1);
}

.active\:border-l-slate-600\/100:active {
  border-left-color: rgb(71 85 105 / 1);
}

.active\:border-l-slate-600\/20:active {
  border-left-color: rgb(71 85 105 / 0.2);
}

.active\:border-l-slate-600\/25:active {
  border-left-color: rgb(71 85 105 / 0.25);
}

.active\:border-l-slate-600\/30:active {
  border-left-color: rgb(71 85 105 / 0.3);
}

.active\:border-l-slate-600\/40:active {
  border-left-color: rgb(71 85 105 / 0.4);
}

.active\:border-l-slate-600\/5:active {
  border-left-color: rgb(71 85 105 / 0.05);
}

.active\:border-l-slate-600\/50:active {
  border-left-color: rgb(71 85 105 / 0.5);
}

.active\:border-l-slate-600\/60:active {
  border-left-color: rgb(71 85 105 / 0.6);
}

.active\:border-l-slate-600\/70:active {
  border-left-color: rgb(71 85 105 / 0.7);
}

.active\:border-l-slate-600\/75:active {
  border-left-color: rgb(71 85 105 / 0.75);
}

.active\:border-l-slate-600\/80:active {
  border-left-color: rgb(71 85 105 / 0.8);
}

.active\:border-l-slate-600\/90:active {
  border-left-color: rgb(71 85 105 / 0.9);
}

.active\:border-l-slate-600\/95:active {
  border-left-color: rgb(71 85 105 / 0.95);
}

.active\:border-l-slate-700:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.active\:border-l-slate-700\/0:active {
  border-left-color: rgb(51 65 85 / 0);
}

.active\:border-l-slate-700\/10:active {
  border-left-color: rgb(51 65 85 / 0.1);
}

.active\:border-l-slate-700\/100:active {
  border-left-color: rgb(51 65 85 / 1);
}

.active\:border-l-slate-700\/20:active {
  border-left-color: rgb(51 65 85 / 0.2);
}

.active\:border-l-slate-700\/25:active {
  border-left-color: rgb(51 65 85 / 0.25);
}

.active\:border-l-slate-700\/30:active {
  border-left-color: rgb(51 65 85 / 0.3);
}

.active\:border-l-slate-700\/40:active {
  border-left-color: rgb(51 65 85 / 0.4);
}

.active\:border-l-slate-700\/5:active {
  border-left-color: rgb(51 65 85 / 0.05);
}

.active\:border-l-slate-700\/50:active {
  border-left-color: rgb(51 65 85 / 0.5);
}

.active\:border-l-slate-700\/60:active {
  border-left-color: rgb(51 65 85 / 0.6);
}

.active\:border-l-slate-700\/70:active {
  border-left-color: rgb(51 65 85 / 0.7);
}

.active\:border-l-slate-700\/75:active {
  border-left-color: rgb(51 65 85 / 0.75);
}

.active\:border-l-slate-700\/80:active {
  border-left-color: rgb(51 65 85 / 0.8);
}

.active\:border-l-slate-700\/90:active {
  border-left-color: rgb(51 65 85 / 0.9);
}

.active\:border-l-slate-700\/95:active {
  border-left-color: rgb(51 65 85 / 0.95);
}

.active\:border-l-slate-800:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.active\:border-l-slate-800\/0:active {
  border-left-color: rgb(30 41 59 / 0);
}

.active\:border-l-slate-800\/10:active {
  border-left-color: rgb(30 41 59 / 0.1);
}

.active\:border-l-slate-800\/100:active {
  border-left-color: rgb(30 41 59 / 1);
}

.active\:border-l-slate-800\/20:active {
  border-left-color: rgb(30 41 59 / 0.2);
}

.active\:border-l-slate-800\/25:active {
  border-left-color: rgb(30 41 59 / 0.25);
}

.active\:border-l-slate-800\/30:active {
  border-left-color: rgb(30 41 59 / 0.3);
}

.active\:border-l-slate-800\/40:active {
  border-left-color: rgb(30 41 59 / 0.4);
}

.active\:border-l-slate-800\/5:active {
  border-left-color: rgb(30 41 59 / 0.05);
}

.active\:border-l-slate-800\/50:active {
  border-left-color: rgb(30 41 59 / 0.5);
}

.active\:border-l-slate-800\/60:active {
  border-left-color: rgb(30 41 59 / 0.6);
}

.active\:border-l-slate-800\/70:active {
  border-left-color: rgb(30 41 59 / 0.7);
}

.active\:border-l-slate-800\/75:active {
  border-left-color: rgb(30 41 59 / 0.75);
}

.active\:border-l-slate-800\/80:active {
  border-left-color: rgb(30 41 59 / 0.8);
}

.active\:border-l-slate-800\/90:active {
  border-left-color: rgb(30 41 59 / 0.9);
}

.active\:border-l-slate-800\/95:active {
  border-left-color: rgb(30 41 59 / 0.95);
}

.active\:border-l-slate-900:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(15 23 42 / var(--tw-border-opacity));
}

.active\:border-l-slate-900\/0:active {
  border-left-color: rgb(15 23 42 / 0);
}

.active\:border-l-slate-900\/10:active {
  border-left-color: rgb(15 23 42 / 0.1);
}

.active\:border-l-slate-900\/100:active {
  border-left-color: rgb(15 23 42 / 1);
}

.active\:border-l-slate-900\/20:active {
  border-left-color: rgb(15 23 42 / 0.2);
}

.active\:border-l-slate-900\/25:active {
  border-left-color: rgb(15 23 42 / 0.25);
}

.active\:border-l-slate-900\/30:active {
  border-left-color: rgb(15 23 42 / 0.3);
}

.active\:border-l-slate-900\/40:active {
  border-left-color: rgb(15 23 42 / 0.4);
}

.active\:border-l-slate-900\/5:active {
  border-left-color: rgb(15 23 42 / 0.05);
}

.active\:border-l-slate-900\/50:active {
  border-left-color: rgb(15 23 42 / 0.5);
}

.active\:border-l-slate-900\/60:active {
  border-left-color: rgb(15 23 42 / 0.6);
}

.active\:border-l-slate-900\/70:active {
  border-left-color: rgb(15 23 42 / 0.7);
}

.active\:border-l-slate-900\/75:active {
  border-left-color: rgb(15 23 42 / 0.75);
}

.active\:border-l-slate-900\/80:active {
  border-left-color: rgb(15 23 42 / 0.8);
}

.active\:border-l-slate-900\/90:active {
  border-left-color: rgb(15 23 42 / 0.9);
}

.active\:border-l-slate-900\/95:active {
  border-left-color: rgb(15 23 42 / 0.95);
}

.active\:border-l-slate-950:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(2 6 23 / var(--tw-border-opacity));
}

.active\:border-l-slate-950\/0:active {
  border-left-color: rgb(2 6 23 / 0);
}

.active\:border-l-slate-950\/10:active {
  border-left-color: rgb(2 6 23 / 0.1);
}

.active\:border-l-slate-950\/100:active {
  border-left-color: rgb(2 6 23 / 1);
}

.active\:border-l-slate-950\/20:active {
  border-left-color: rgb(2 6 23 / 0.2);
}

.active\:border-l-slate-950\/25:active {
  border-left-color: rgb(2 6 23 / 0.25);
}

.active\:border-l-slate-950\/30:active {
  border-left-color: rgb(2 6 23 / 0.3);
}

.active\:border-l-slate-950\/40:active {
  border-left-color: rgb(2 6 23 / 0.4);
}

.active\:border-l-slate-950\/5:active {
  border-left-color: rgb(2 6 23 / 0.05);
}

.active\:border-l-slate-950\/50:active {
  border-left-color: rgb(2 6 23 / 0.5);
}

.active\:border-l-slate-950\/60:active {
  border-left-color: rgb(2 6 23 / 0.6);
}

.active\:border-l-slate-950\/70:active {
  border-left-color: rgb(2 6 23 / 0.7);
}

.active\:border-l-slate-950\/75:active {
  border-left-color: rgb(2 6 23 / 0.75);
}

.active\:border-l-slate-950\/80:active {
  border-left-color: rgb(2 6 23 / 0.8);
}

.active\:border-l-slate-950\/90:active {
  border-left-color: rgb(2 6 23 / 0.9);
}

.active\:border-l-slate-950\/95:active {
  border-left-color: rgb(2 6 23 / 0.95);
}

.active\:border-l-stone-100:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 245 244 / var(--tw-border-opacity));
}

.active\:border-l-stone-100\/0:active {
  border-left-color: rgb(245 245 244 / 0);
}

.active\:border-l-stone-100\/10:active {
  border-left-color: rgb(245 245 244 / 0.1);
}

.active\:border-l-stone-100\/100:active {
  border-left-color: rgb(245 245 244 / 1);
}

.active\:border-l-stone-100\/20:active {
  border-left-color: rgb(245 245 244 / 0.2);
}

.active\:border-l-stone-100\/25:active {
  border-left-color: rgb(245 245 244 / 0.25);
}

.active\:border-l-stone-100\/30:active {
  border-left-color: rgb(245 245 244 / 0.3);
}

.active\:border-l-stone-100\/40:active {
  border-left-color: rgb(245 245 244 / 0.4);
}

.active\:border-l-stone-100\/5:active {
  border-left-color: rgb(245 245 244 / 0.05);
}

.active\:border-l-stone-100\/50:active {
  border-left-color: rgb(245 245 244 / 0.5);
}

.active\:border-l-stone-100\/60:active {
  border-left-color: rgb(245 245 244 / 0.6);
}

.active\:border-l-stone-100\/70:active {
  border-left-color: rgb(245 245 244 / 0.7);
}

.active\:border-l-stone-100\/75:active {
  border-left-color: rgb(245 245 244 / 0.75);
}

.active\:border-l-stone-100\/80:active {
  border-left-color: rgb(245 245 244 / 0.8);
}

.active\:border-l-stone-100\/90:active {
  border-left-color: rgb(245 245 244 / 0.9);
}

.active\:border-l-stone-100\/95:active {
  border-left-color: rgb(245 245 244 / 0.95);
}

.active\:border-l-stone-200:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(231 229 228 / var(--tw-border-opacity));
}

.active\:border-l-stone-200\/0:active {
  border-left-color: rgb(231 229 228 / 0);
}

.active\:border-l-stone-200\/10:active {
  border-left-color: rgb(231 229 228 / 0.1);
}

.active\:border-l-stone-200\/100:active {
  border-left-color: rgb(231 229 228 / 1);
}

.active\:border-l-stone-200\/20:active {
  border-left-color: rgb(231 229 228 / 0.2);
}

.active\:border-l-stone-200\/25:active {
  border-left-color: rgb(231 229 228 / 0.25);
}

.active\:border-l-stone-200\/30:active {
  border-left-color: rgb(231 229 228 / 0.3);
}

.active\:border-l-stone-200\/40:active {
  border-left-color: rgb(231 229 228 / 0.4);
}

.active\:border-l-stone-200\/5:active {
  border-left-color: rgb(231 229 228 / 0.05);
}

.active\:border-l-stone-200\/50:active {
  border-left-color: rgb(231 229 228 / 0.5);
}

.active\:border-l-stone-200\/60:active {
  border-left-color: rgb(231 229 228 / 0.6);
}

.active\:border-l-stone-200\/70:active {
  border-left-color: rgb(231 229 228 / 0.7);
}

.active\:border-l-stone-200\/75:active {
  border-left-color: rgb(231 229 228 / 0.75);
}

.active\:border-l-stone-200\/80:active {
  border-left-color: rgb(231 229 228 / 0.8);
}

.active\:border-l-stone-200\/90:active {
  border-left-color: rgb(231 229 228 / 0.9);
}

.active\:border-l-stone-200\/95:active {
  border-left-color: rgb(231 229 228 / 0.95);
}

.active\:border-l-stone-300:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.active\:border-l-stone-300\/0:active {
  border-left-color: rgb(214 211 209 / 0);
}

.active\:border-l-stone-300\/10:active {
  border-left-color: rgb(214 211 209 / 0.1);
}

.active\:border-l-stone-300\/100:active {
  border-left-color: rgb(214 211 209 / 1);
}

.active\:border-l-stone-300\/20:active {
  border-left-color: rgb(214 211 209 / 0.2);
}

.active\:border-l-stone-300\/25:active {
  border-left-color: rgb(214 211 209 / 0.25);
}

.active\:border-l-stone-300\/30:active {
  border-left-color: rgb(214 211 209 / 0.3);
}

.active\:border-l-stone-300\/40:active {
  border-left-color: rgb(214 211 209 / 0.4);
}

.active\:border-l-stone-300\/5:active {
  border-left-color: rgb(214 211 209 / 0.05);
}

.active\:border-l-stone-300\/50:active {
  border-left-color: rgb(214 211 209 / 0.5);
}

.active\:border-l-stone-300\/60:active {
  border-left-color: rgb(214 211 209 / 0.6);
}

.active\:border-l-stone-300\/70:active {
  border-left-color: rgb(214 211 209 / 0.7);
}

.active\:border-l-stone-300\/75:active {
  border-left-color: rgb(214 211 209 / 0.75);
}

.active\:border-l-stone-300\/80:active {
  border-left-color: rgb(214 211 209 / 0.8);
}

.active\:border-l-stone-300\/90:active {
  border-left-color: rgb(214 211 209 / 0.9);
}

.active\:border-l-stone-300\/95:active {
  border-left-color: rgb(214 211 209 / 0.95);
}

.active\:border-l-stone-400:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(168 162 158 / var(--tw-border-opacity));
}

.active\:border-l-stone-400\/0:active {
  border-left-color: rgb(168 162 158 / 0);
}

.active\:border-l-stone-400\/10:active {
  border-left-color: rgb(168 162 158 / 0.1);
}

.active\:border-l-stone-400\/100:active {
  border-left-color: rgb(168 162 158 / 1);
}

.active\:border-l-stone-400\/20:active {
  border-left-color: rgb(168 162 158 / 0.2);
}

.active\:border-l-stone-400\/25:active {
  border-left-color: rgb(168 162 158 / 0.25);
}

.active\:border-l-stone-400\/30:active {
  border-left-color: rgb(168 162 158 / 0.3);
}

.active\:border-l-stone-400\/40:active {
  border-left-color: rgb(168 162 158 / 0.4);
}

.active\:border-l-stone-400\/5:active {
  border-left-color: rgb(168 162 158 / 0.05);
}

.active\:border-l-stone-400\/50:active {
  border-left-color: rgb(168 162 158 / 0.5);
}

.active\:border-l-stone-400\/60:active {
  border-left-color: rgb(168 162 158 / 0.6);
}

.active\:border-l-stone-400\/70:active {
  border-left-color: rgb(168 162 158 / 0.7);
}

.active\:border-l-stone-400\/75:active {
  border-left-color: rgb(168 162 158 / 0.75);
}

.active\:border-l-stone-400\/80:active {
  border-left-color: rgb(168 162 158 / 0.8);
}

.active\:border-l-stone-400\/90:active {
  border-left-color: rgb(168 162 158 / 0.9);
}

.active\:border-l-stone-400\/95:active {
  border-left-color: rgb(168 162 158 / 0.95);
}

.active\:border-l-stone-50:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 250 249 / var(--tw-border-opacity));
}

.active\:border-l-stone-50\/0:active {
  border-left-color: rgb(250 250 249 / 0);
}

.active\:border-l-stone-50\/10:active {
  border-left-color: rgb(250 250 249 / 0.1);
}

.active\:border-l-stone-50\/100:active {
  border-left-color: rgb(250 250 249 / 1);
}

.active\:border-l-stone-50\/20:active {
  border-left-color: rgb(250 250 249 / 0.2);
}

.active\:border-l-stone-50\/25:active {
  border-left-color: rgb(250 250 249 / 0.25);
}

.active\:border-l-stone-50\/30:active {
  border-left-color: rgb(250 250 249 / 0.3);
}

.active\:border-l-stone-50\/40:active {
  border-left-color: rgb(250 250 249 / 0.4);
}

.active\:border-l-stone-50\/5:active {
  border-left-color: rgb(250 250 249 / 0.05);
}

.active\:border-l-stone-50\/50:active {
  border-left-color: rgb(250 250 249 / 0.5);
}

.active\:border-l-stone-50\/60:active {
  border-left-color: rgb(250 250 249 / 0.6);
}

.active\:border-l-stone-50\/70:active {
  border-left-color: rgb(250 250 249 / 0.7);
}

.active\:border-l-stone-50\/75:active {
  border-left-color: rgb(250 250 249 / 0.75);
}

.active\:border-l-stone-50\/80:active {
  border-left-color: rgb(250 250 249 / 0.8);
}

.active\:border-l-stone-50\/90:active {
  border-left-color: rgb(250 250 249 / 0.9);
}

.active\:border-l-stone-50\/95:active {
  border-left-color: rgb(250 250 249 / 0.95);
}

.active\:border-l-stone-500:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(120 113 108 / var(--tw-border-opacity));
}

.active\:border-l-stone-500\/0:active {
  border-left-color: rgb(120 113 108 / 0);
}

.active\:border-l-stone-500\/10:active {
  border-left-color: rgb(120 113 108 / 0.1);
}

.active\:border-l-stone-500\/100:active {
  border-left-color: rgb(120 113 108 / 1);
}

.active\:border-l-stone-500\/20:active {
  border-left-color: rgb(120 113 108 / 0.2);
}

.active\:border-l-stone-500\/25:active {
  border-left-color: rgb(120 113 108 / 0.25);
}

.active\:border-l-stone-500\/30:active {
  border-left-color: rgb(120 113 108 / 0.3);
}

.active\:border-l-stone-500\/40:active {
  border-left-color: rgb(120 113 108 / 0.4);
}

.active\:border-l-stone-500\/5:active {
  border-left-color: rgb(120 113 108 / 0.05);
}

.active\:border-l-stone-500\/50:active {
  border-left-color: rgb(120 113 108 / 0.5);
}

.active\:border-l-stone-500\/60:active {
  border-left-color: rgb(120 113 108 / 0.6);
}

.active\:border-l-stone-500\/70:active {
  border-left-color: rgb(120 113 108 / 0.7);
}

.active\:border-l-stone-500\/75:active {
  border-left-color: rgb(120 113 108 / 0.75);
}

.active\:border-l-stone-500\/80:active {
  border-left-color: rgb(120 113 108 / 0.8);
}

.active\:border-l-stone-500\/90:active {
  border-left-color: rgb(120 113 108 / 0.9);
}

.active\:border-l-stone-500\/95:active {
  border-left-color: rgb(120 113 108 / 0.95);
}

.active\:border-l-stone-600:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(87 83 78 / var(--tw-border-opacity));
}

.active\:border-l-stone-600\/0:active {
  border-left-color: rgb(87 83 78 / 0);
}

.active\:border-l-stone-600\/10:active {
  border-left-color: rgb(87 83 78 / 0.1);
}

.active\:border-l-stone-600\/100:active {
  border-left-color: rgb(87 83 78 / 1);
}

.active\:border-l-stone-600\/20:active {
  border-left-color: rgb(87 83 78 / 0.2);
}

.active\:border-l-stone-600\/25:active {
  border-left-color: rgb(87 83 78 / 0.25);
}

.active\:border-l-stone-600\/30:active {
  border-left-color: rgb(87 83 78 / 0.3);
}

.active\:border-l-stone-600\/40:active {
  border-left-color: rgb(87 83 78 / 0.4);
}

.active\:border-l-stone-600\/5:active {
  border-left-color: rgb(87 83 78 / 0.05);
}

.active\:border-l-stone-600\/50:active {
  border-left-color: rgb(87 83 78 / 0.5);
}

.active\:border-l-stone-600\/60:active {
  border-left-color: rgb(87 83 78 / 0.6);
}

.active\:border-l-stone-600\/70:active {
  border-left-color: rgb(87 83 78 / 0.7);
}

.active\:border-l-stone-600\/75:active {
  border-left-color: rgb(87 83 78 / 0.75);
}

.active\:border-l-stone-600\/80:active {
  border-left-color: rgb(87 83 78 / 0.8);
}

.active\:border-l-stone-600\/90:active {
  border-left-color: rgb(87 83 78 / 0.9);
}

.active\:border-l-stone-600\/95:active {
  border-left-color: rgb(87 83 78 / 0.95);
}

.active\:border-l-stone-700:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(68 64 60 / var(--tw-border-opacity));
}

.active\:border-l-stone-700\/0:active {
  border-left-color: rgb(68 64 60 / 0);
}

.active\:border-l-stone-700\/10:active {
  border-left-color: rgb(68 64 60 / 0.1);
}

.active\:border-l-stone-700\/100:active {
  border-left-color: rgb(68 64 60 / 1);
}

.active\:border-l-stone-700\/20:active {
  border-left-color: rgb(68 64 60 / 0.2);
}

.active\:border-l-stone-700\/25:active {
  border-left-color: rgb(68 64 60 / 0.25);
}

.active\:border-l-stone-700\/30:active {
  border-left-color: rgb(68 64 60 / 0.3);
}

.active\:border-l-stone-700\/40:active {
  border-left-color: rgb(68 64 60 / 0.4);
}

.active\:border-l-stone-700\/5:active {
  border-left-color: rgb(68 64 60 / 0.05);
}

.active\:border-l-stone-700\/50:active {
  border-left-color: rgb(68 64 60 / 0.5);
}

.active\:border-l-stone-700\/60:active {
  border-left-color: rgb(68 64 60 / 0.6);
}

.active\:border-l-stone-700\/70:active {
  border-left-color: rgb(68 64 60 / 0.7);
}

.active\:border-l-stone-700\/75:active {
  border-left-color: rgb(68 64 60 / 0.75);
}

.active\:border-l-stone-700\/80:active {
  border-left-color: rgb(68 64 60 / 0.8);
}

.active\:border-l-stone-700\/90:active {
  border-left-color: rgb(68 64 60 / 0.9);
}

.active\:border-l-stone-700\/95:active {
  border-left-color: rgb(68 64 60 / 0.95);
}

.active\:border-l-stone-800:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(41 37 36 / var(--tw-border-opacity));
}

.active\:border-l-stone-800\/0:active {
  border-left-color: rgb(41 37 36 / 0);
}

.active\:border-l-stone-800\/10:active {
  border-left-color: rgb(41 37 36 / 0.1);
}

.active\:border-l-stone-800\/100:active {
  border-left-color: rgb(41 37 36 / 1);
}

.active\:border-l-stone-800\/20:active {
  border-left-color: rgb(41 37 36 / 0.2);
}

.active\:border-l-stone-800\/25:active {
  border-left-color: rgb(41 37 36 / 0.25);
}

.active\:border-l-stone-800\/30:active {
  border-left-color: rgb(41 37 36 / 0.3);
}

.active\:border-l-stone-800\/40:active {
  border-left-color: rgb(41 37 36 / 0.4);
}

.active\:border-l-stone-800\/5:active {
  border-left-color: rgb(41 37 36 / 0.05);
}

.active\:border-l-stone-800\/50:active {
  border-left-color: rgb(41 37 36 / 0.5);
}

.active\:border-l-stone-800\/60:active {
  border-left-color: rgb(41 37 36 / 0.6);
}

.active\:border-l-stone-800\/70:active {
  border-left-color: rgb(41 37 36 / 0.7);
}

.active\:border-l-stone-800\/75:active {
  border-left-color: rgb(41 37 36 / 0.75);
}

.active\:border-l-stone-800\/80:active {
  border-left-color: rgb(41 37 36 / 0.8);
}

.active\:border-l-stone-800\/90:active {
  border-left-color: rgb(41 37 36 / 0.9);
}

.active\:border-l-stone-800\/95:active {
  border-left-color: rgb(41 37 36 / 0.95);
}

.active\:border-l-stone-900:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(28 25 23 / var(--tw-border-opacity));
}

.active\:border-l-stone-900\/0:active {
  border-left-color: rgb(28 25 23 / 0);
}

.active\:border-l-stone-900\/10:active {
  border-left-color: rgb(28 25 23 / 0.1);
}

.active\:border-l-stone-900\/100:active {
  border-left-color: rgb(28 25 23 / 1);
}

.active\:border-l-stone-900\/20:active {
  border-left-color: rgb(28 25 23 / 0.2);
}

.active\:border-l-stone-900\/25:active {
  border-left-color: rgb(28 25 23 / 0.25);
}

.active\:border-l-stone-900\/30:active {
  border-left-color: rgb(28 25 23 / 0.3);
}

.active\:border-l-stone-900\/40:active {
  border-left-color: rgb(28 25 23 / 0.4);
}

.active\:border-l-stone-900\/5:active {
  border-left-color: rgb(28 25 23 / 0.05);
}

.active\:border-l-stone-900\/50:active {
  border-left-color: rgb(28 25 23 / 0.5);
}

.active\:border-l-stone-900\/60:active {
  border-left-color: rgb(28 25 23 / 0.6);
}

.active\:border-l-stone-900\/70:active {
  border-left-color: rgb(28 25 23 / 0.7);
}

.active\:border-l-stone-900\/75:active {
  border-left-color: rgb(28 25 23 / 0.75);
}

.active\:border-l-stone-900\/80:active {
  border-left-color: rgb(28 25 23 / 0.8);
}

.active\:border-l-stone-900\/90:active {
  border-left-color: rgb(28 25 23 / 0.9);
}

.active\:border-l-stone-900\/95:active {
  border-left-color: rgb(28 25 23 / 0.95);
}

.active\:border-l-stone-950:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(12 10 9 / var(--tw-border-opacity));
}

.active\:border-l-stone-950\/0:active {
  border-left-color: rgb(12 10 9 / 0);
}

.active\:border-l-stone-950\/10:active {
  border-left-color: rgb(12 10 9 / 0.1);
}

.active\:border-l-stone-950\/100:active {
  border-left-color: rgb(12 10 9 / 1);
}

.active\:border-l-stone-950\/20:active {
  border-left-color: rgb(12 10 9 / 0.2);
}

.active\:border-l-stone-950\/25:active {
  border-left-color: rgb(12 10 9 / 0.25);
}

.active\:border-l-stone-950\/30:active {
  border-left-color: rgb(12 10 9 / 0.3);
}

.active\:border-l-stone-950\/40:active {
  border-left-color: rgb(12 10 9 / 0.4);
}

.active\:border-l-stone-950\/5:active {
  border-left-color: rgb(12 10 9 / 0.05);
}

.active\:border-l-stone-950\/50:active {
  border-left-color: rgb(12 10 9 / 0.5);
}

.active\:border-l-stone-950\/60:active {
  border-left-color: rgb(12 10 9 / 0.6);
}

.active\:border-l-stone-950\/70:active {
  border-left-color: rgb(12 10 9 / 0.7);
}

.active\:border-l-stone-950\/75:active {
  border-left-color: rgb(12 10 9 / 0.75);
}

.active\:border-l-stone-950\/80:active {
  border-left-color: rgb(12 10 9 / 0.8);
}

.active\:border-l-stone-950\/90:active {
  border-left-color: rgb(12 10 9 / 0.9);
}

.active\:border-l-stone-950\/95:active {
  border-left-color: rgb(12 10 9 / 0.95);
}

.active\:border-l-teal-100:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(204 251 241 / var(--tw-border-opacity));
}

.active\:border-l-teal-100\/0:active {
  border-left-color: rgb(204 251 241 / 0);
}

.active\:border-l-teal-100\/10:active {
  border-left-color: rgb(204 251 241 / 0.1);
}

.active\:border-l-teal-100\/100:active {
  border-left-color: rgb(204 251 241 / 1);
}

.active\:border-l-teal-100\/20:active {
  border-left-color: rgb(204 251 241 / 0.2);
}

.active\:border-l-teal-100\/25:active {
  border-left-color: rgb(204 251 241 / 0.25);
}

.active\:border-l-teal-100\/30:active {
  border-left-color: rgb(204 251 241 / 0.3);
}

.active\:border-l-teal-100\/40:active {
  border-left-color: rgb(204 251 241 / 0.4);
}

.active\:border-l-teal-100\/5:active {
  border-left-color: rgb(204 251 241 / 0.05);
}

.active\:border-l-teal-100\/50:active {
  border-left-color: rgb(204 251 241 / 0.5);
}

.active\:border-l-teal-100\/60:active {
  border-left-color: rgb(204 251 241 / 0.6);
}

.active\:border-l-teal-100\/70:active {
  border-left-color: rgb(204 251 241 / 0.7);
}

.active\:border-l-teal-100\/75:active {
  border-left-color: rgb(204 251 241 / 0.75);
}

.active\:border-l-teal-100\/80:active {
  border-left-color: rgb(204 251 241 / 0.8);
}

.active\:border-l-teal-100\/90:active {
  border-left-color: rgb(204 251 241 / 0.9);
}

.active\:border-l-teal-100\/95:active {
  border-left-color: rgb(204 251 241 / 0.95);
}

.active\:border-l-teal-200:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(153 246 228 / var(--tw-border-opacity));
}

.active\:border-l-teal-200\/0:active {
  border-left-color: rgb(153 246 228 / 0);
}

.active\:border-l-teal-200\/10:active {
  border-left-color: rgb(153 246 228 / 0.1);
}

.active\:border-l-teal-200\/100:active {
  border-left-color: rgb(153 246 228 / 1);
}

.active\:border-l-teal-200\/20:active {
  border-left-color: rgb(153 246 228 / 0.2);
}

.active\:border-l-teal-200\/25:active {
  border-left-color: rgb(153 246 228 / 0.25);
}

.active\:border-l-teal-200\/30:active {
  border-left-color: rgb(153 246 228 / 0.3);
}

.active\:border-l-teal-200\/40:active {
  border-left-color: rgb(153 246 228 / 0.4);
}

.active\:border-l-teal-200\/5:active {
  border-left-color: rgb(153 246 228 / 0.05);
}

.active\:border-l-teal-200\/50:active {
  border-left-color: rgb(153 246 228 / 0.5);
}

.active\:border-l-teal-200\/60:active {
  border-left-color: rgb(153 246 228 / 0.6);
}

.active\:border-l-teal-200\/70:active {
  border-left-color: rgb(153 246 228 / 0.7);
}

.active\:border-l-teal-200\/75:active {
  border-left-color: rgb(153 246 228 / 0.75);
}

.active\:border-l-teal-200\/80:active {
  border-left-color: rgb(153 246 228 / 0.8);
}

.active\:border-l-teal-200\/90:active {
  border-left-color: rgb(153 246 228 / 0.9);
}

.active\:border-l-teal-200\/95:active {
  border-left-color: rgb(153 246 228 / 0.95);
}

.active\:border-l-teal-300:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(94 234 212 / var(--tw-border-opacity));
}

.active\:border-l-teal-300\/0:active {
  border-left-color: rgb(94 234 212 / 0);
}

.active\:border-l-teal-300\/10:active {
  border-left-color: rgb(94 234 212 / 0.1);
}

.active\:border-l-teal-300\/100:active {
  border-left-color: rgb(94 234 212 / 1);
}

.active\:border-l-teal-300\/20:active {
  border-left-color: rgb(94 234 212 / 0.2);
}

.active\:border-l-teal-300\/25:active {
  border-left-color: rgb(94 234 212 / 0.25);
}

.active\:border-l-teal-300\/30:active {
  border-left-color: rgb(94 234 212 / 0.3);
}

.active\:border-l-teal-300\/40:active {
  border-left-color: rgb(94 234 212 / 0.4);
}

.active\:border-l-teal-300\/5:active {
  border-left-color: rgb(94 234 212 / 0.05);
}

.active\:border-l-teal-300\/50:active {
  border-left-color: rgb(94 234 212 / 0.5);
}

.active\:border-l-teal-300\/60:active {
  border-left-color: rgb(94 234 212 / 0.6);
}

.active\:border-l-teal-300\/70:active {
  border-left-color: rgb(94 234 212 / 0.7);
}

.active\:border-l-teal-300\/75:active {
  border-left-color: rgb(94 234 212 / 0.75);
}

.active\:border-l-teal-300\/80:active {
  border-left-color: rgb(94 234 212 / 0.8);
}

.active\:border-l-teal-300\/90:active {
  border-left-color: rgb(94 234 212 / 0.9);
}

.active\:border-l-teal-300\/95:active {
  border-left-color: rgb(94 234 212 / 0.95);
}

.active\:border-l-teal-400:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(45 212 191 / var(--tw-border-opacity));
}

.active\:border-l-teal-400\/0:active {
  border-left-color: rgb(45 212 191 / 0);
}

.active\:border-l-teal-400\/10:active {
  border-left-color: rgb(45 212 191 / 0.1);
}

.active\:border-l-teal-400\/100:active {
  border-left-color: rgb(45 212 191 / 1);
}

.active\:border-l-teal-400\/20:active {
  border-left-color: rgb(45 212 191 / 0.2);
}

.active\:border-l-teal-400\/25:active {
  border-left-color: rgb(45 212 191 / 0.25);
}

.active\:border-l-teal-400\/30:active {
  border-left-color: rgb(45 212 191 / 0.3);
}

.active\:border-l-teal-400\/40:active {
  border-left-color: rgb(45 212 191 / 0.4);
}

.active\:border-l-teal-400\/5:active {
  border-left-color: rgb(45 212 191 / 0.05);
}

.active\:border-l-teal-400\/50:active {
  border-left-color: rgb(45 212 191 / 0.5);
}

.active\:border-l-teal-400\/60:active {
  border-left-color: rgb(45 212 191 / 0.6);
}

.active\:border-l-teal-400\/70:active {
  border-left-color: rgb(45 212 191 / 0.7);
}

.active\:border-l-teal-400\/75:active {
  border-left-color: rgb(45 212 191 / 0.75);
}

.active\:border-l-teal-400\/80:active {
  border-left-color: rgb(45 212 191 / 0.8);
}

.active\:border-l-teal-400\/90:active {
  border-left-color: rgb(45 212 191 / 0.9);
}

.active\:border-l-teal-400\/95:active {
  border-left-color: rgb(45 212 191 / 0.95);
}

.active\:border-l-teal-50:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(240 253 250 / var(--tw-border-opacity));
}

.active\:border-l-teal-50\/0:active {
  border-left-color: rgb(240 253 250 / 0);
}

.active\:border-l-teal-50\/10:active {
  border-left-color: rgb(240 253 250 / 0.1);
}

.active\:border-l-teal-50\/100:active {
  border-left-color: rgb(240 253 250 / 1);
}

.active\:border-l-teal-50\/20:active {
  border-left-color: rgb(240 253 250 / 0.2);
}

.active\:border-l-teal-50\/25:active {
  border-left-color: rgb(240 253 250 / 0.25);
}

.active\:border-l-teal-50\/30:active {
  border-left-color: rgb(240 253 250 / 0.3);
}

.active\:border-l-teal-50\/40:active {
  border-left-color: rgb(240 253 250 / 0.4);
}

.active\:border-l-teal-50\/5:active {
  border-left-color: rgb(240 253 250 / 0.05);
}

.active\:border-l-teal-50\/50:active {
  border-left-color: rgb(240 253 250 / 0.5);
}

.active\:border-l-teal-50\/60:active {
  border-left-color: rgb(240 253 250 / 0.6);
}

.active\:border-l-teal-50\/70:active {
  border-left-color: rgb(240 253 250 / 0.7);
}

.active\:border-l-teal-50\/75:active {
  border-left-color: rgb(240 253 250 / 0.75);
}

.active\:border-l-teal-50\/80:active {
  border-left-color: rgb(240 253 250 / 0.8);
}

.active\:border-l-teal-50\/90:active {
  border-left-color: rgb(240 253 250 / 0.9);
}

.active\:border-l-teal-50\/95:active {
  border-left-color: rgb(240 253 250 / 0.95);
}

.active\:border-l-teal-500:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(20 184 166 / var(--tw-border-opacity));
}

.active\:border-l-teal-500\/0:active {
  border-left-color: rgb(20 184 166 / 0);
}

.active\:border-l-teal-500\/10:active {
  border-left-color: rgb(20 184 166 / 0.1);
}

.active\:border-l-teal-500\/100:active {
  border-left-color: rgb(20 184 166 / 1);
}

.active\:border-l-teal-500\/20:active {
  border-left-color: rgb(20 184 166 / 0.2);
}

.active\:border-l-teal-500\/25:active {
  border-left-color: rgb(20 184 166 / 0.25);
}

.active\:border-l-teal-500\/30:active {
  border-left-color: rgb(20 184 166 / 0.3);
}

.active\:border-l-teal-500\/40:active {
  border-left-color: rgb(20 184 166 / 0.4);
}

.active\:border-l-teal-500\/5:active {
  border-left-color: rgb(20 184 166 / 0.05);
}

.active\:border-l-teal-500\/50:active {
  border-left-color: rgb(20 184 166 / 0.5);
}

.active\:border-l-teal-500\/60:active {
  border-left-color: rgb(20 184 166 / 0.6);
}

.active\:border-l-teal-500\/70:active {
  border-left-color: rgb(20 184 166 / 0.7);
}

.active\:border-l-teal-500\/75:active {
  border-left-color: rgb(20 184 166 / 0.75);
}

.active\:border-l-teal-500\/80:active {
  border-left-color: rgb(20 184 166 / 0.8);
}

.active\:border-l-teal-500\/90:active {
  border-left-color: rgb(20 184 166 / 0.9);
}

.active\:border-l-teal-500\/95:active {
  border-left-color: rgb(20 184 166 / 0.95);
}

.active\:border-l-teal-600:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(13 148 136 / var(--tw-border-opacity));
}

.active\:border-l-teal-600\/0:active {
  border-left-color: rgb(13 148 136 / 0);
}

.active\:border-l-teal-600\/10:active {
  border-left-color: rgb(13 148 136 / 0.1);
}

.active\:border-l-teal-600\/100:active {
  border-left-color: rgb(13 148 136 / 1);
}

.active\:border-l-teal-600\/20:active {
  border-left-color: rgb(13 148 136 / 0.2);
}

.active\:border-l-teal-600\/25:active {
  border-left-color: rgb(13 148 136 / 0.25);
}

.active\:border-l-teal-600\/30:active {
  border-left-color: rgb(13 148 136 / 0.3);
}

.active\:border-l-teal-600\/40:active {
  border-left-color: rgb(13 148 136 / 0.4);
}

.active\:border-l-teal-600\/5:active {
  border-left-color: rgb(13 148 136 / 0.05);
}

.active\:border-l-teal-600\/50:active {
  border-left-color: rgb(13 148 136 / 0.5);
}

.active\:border-l-teal-600\/60:active {
  border-left-color: rgb(13 148 136 / 0.6);
}

.active\:border-l-teal-600\/70:active {
  border-left-color: rgb(13 148 136 / 0.7);
}

.active\:border-l-teal-600\/75:active {
  border-left-color: rgb(13 148 136 / 0.75);
}

.active\:border-l-teal-600\/80:active {
  border-left-color: rgb(13 148 136 / 0.8);
}

.active\:border-l-teal-600\/90:active {
  border-left-color: rgb(13 148 136 / 0.9);
}

.active\:border-l-teal-600\/95:active {
  border-left-color: rgb(13 148 136 / 0.95);
}

.active\:border-l-teal-700:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(15 118 110 / var(--tw-border-opacity));
}

.active\:border-l-teal-700\/0:active {
  border-left-color: rgb(15 118 110 / 0);
}

.active\:border-l-teal-700\/10:active {
  border-left-color: rgb(15 118 110 / 0.1);
}

.active\:border-l-teal-700\/100:active {
  border-left-color: rgb(15 118 110 / 1);
}

.active\:border-l-teal-700\/20:active {
  border-left-color: rgb(15 118 110 / 0.2);
}

.active\:border-l-teal-700\/25:active {
  border-left-color: rgb(15 118 110 / 0.25);
}

.active\:border-l-teal-700\/30:active {
  border-left-color: rgb(15 118 110 / 0.3);
}

.active\:border-l-teal-700\/40:active {
  border-left-color: rgb(15 118 110 / 0.4);
}

.active\:border-l-teal-700\/5:active {
  border-left-color: rgb(15 118 110 / 0.05);
}

.active\:border-l-teal-700\/50:active {
  border-left-color: rgb(15 118 110 / 0.5);
}

.active\:border-l-teal-700\/60:active {
  border-left-color: rgb(15 118 110 / 0.6);
}

.active\:border-l-teal-700\/70:active {
  border-left-color: rgb(15 118 110 / 0.7);
}

.active\:border-l-teal-700\/75:active {
  border-left-color: rgb(15 118 110 / 0.75);
}

.active\:border-l-teal-700\/80:active {
  border-left-color: rgb(15 118 110 / 0.8);
}

.active\:border-l-teal-700\/90:active {
  border-left-color: rgb(15 118 110 / 0.9);
}

.active\:border-l-teal-700\/95:active {
  border-left-color: rgb(15 118 110 / 0.95);
}

.active\:border-l-teal-800:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(17 94 89 / var(--tw-border-opacity));
}

.active\:border-l-teal-800\/0:active {
  border-left-color: rgb(17 94 89 / 0);
}

.active\:border-l-teal-800\/10:active {
  border-left-color: rgb(17 94 89 / 0.1);
}

.active\:border-l-teal-800\/100:active {
  border-left-color: rgb(17 94 89 / 1);
}

.active\:border-l-teal-800\/20:active {
  border-left-color: rgb(17 94 89 / 0.2);
}

.active\:border-l-teal-800\/25:active {
  border-left-color: rgb(17 94 89 / 0.25);
}

.active\:border-l-teal-800\/30:active {
  border-left-color: rgb(17 94 89 / 0.3);
}

.active\:border-l-teal-800\/40:active {
  border-left-color: rgb(17 94 89 / 0.4);
}

.active\:border-l-teal-800\/5:active {
  border-left-color: rgb(17 94 89 / 0.05);
}

.active\:border-l-teal-800\/50:active {
  border-left-color: rgb(17 94 89 / 0.5);
}

.active\:border-l-teal-800\/60:active {
  border-left-color: rgb(17 94 89 / 0.6);
}

.active\:border-l-teal-800\/70:active {
  border-left-color: rgb(17 94 89 / 0.7);
}

.active\:border-l-teal-800\/75:active {
  border-left-color: rgb(17 94 89 / 0.75);
}

.active\:border-l-teal-800\/80:active {
  border-left-color: rgb(17 94 89 / 0.8);
}

.active\:border-l-teal-800\/90:active {
  border-left-color: rgb(17 94 89 / 0.9);
}

.active\:border-l-teal-800\/95:active {
  border-left-color: rgb(17 94 89 / 0.95);
}

.active\:border-l-teal-900:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(19 78 74 / var(--tw-border-opacity));
}

.active\:border-l-teal-900\/0:active {
  border-left-color: rgb(19 78 74 / 0);
}

.active\:border-l-teal-900\/10:active {
  border-left-color: rgb(19 78 74 / 0.1);
}

.active\:border-l-teal-900\/100:active {
  border-left-color: rgb(19 78 74 / 1);
}

.active\:border-l-teal-900\/20:active {
  border-left-color: rgb(19 78 74 / 0.2);
}

.active\:border-l-teal-900\/25:active {
  border-left-color: rgb(19 78 74 / 0.25);
}

.active\:border-l-teal-900\/30:active {
  border-left-color: rgb(19 78 74 / 0.3);
}

.active\:border-l-teal-900\/40:active {
  border-left-color: rgb(19 78 74 / 0.4);
}

.active\:border-l-teal-900\/5:active {
  border-left-color: rgb(19 78 74 / 0.05);
}

.active\:border-l-teal-900\/50:active {
  border-left-color: rgb(19 78 74 / 0.5);
}

.active\:border-l-teal-900\/60:active {
  border-left-color: rgb(19 78 74 / 0.6);
}

.active\:border-l-teal-900\/70:active {
  border-left-color: rgb(19 78 74 / 0.7);
}

.active\:border-l-teal-900\/75:active {
  border-left-color: rgb(19 78 74 / 0.75);
}

.active\:border-l-teal-900\/80:active {
  border-left-color: rgb(19 78 74 / 0.8);
}

.active\:border-l-teal-900\/90:active {
  border-left-color: rgb(19 78 74 / 0.9);
}

.active\:border-l-teal-900\/95:active {
  border-left-color: rgb(19 78 74 / 0.95);
}

.active\:border-l-teal-950:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(4 47 46 / var(--tw-border-opacity));
}

.active\:border-l-teal-950\/0:active {
  border-left-color: rgb(4 47 46 / 0);
}

.active\:border-l-teal-950\/10:active {
  border-left-color: rgb(4 47 46 / 0.1);
}

.active\:border-l-teal-950\/100:active {
  border-left-color: rgb(4 47 46 / 1);
}

.active\:border-l-teal-950\/20:active {
  border-left-color: rgb(4 47 46 / 0.2);
}

.active\:border-l-teal-950\/25:active {
  border-left-color: rgb(4 47 46 / 0.25);
}

.active\:border-l-teal-950\/30:active {
  border-left-color: rgb(4 47 46 / 0.3);
}

.active\:border-l-teal-950\/40:active {
  border-left-color: rgb(4 47 46 / 0.4);
}

.active\:border-l-teal-950\/5:active {
  border-left-color: rgb(4 47 46 / 0.05);
}

.active\:border-l-teal-950\/50:active {
  border-left-color: rgb(4 47 46 / 0.5);
}

.active\:border-l-teal-950\/60:active {
  border-left-color: rgb(4 47 46 / 0.6);
}

.active\:border-l-teal-950\/70:active {
  border-left-color: rgb(4 47 46 / 0.7);
}

.active\:border-l-teal-950\/75:active {
  border-left-color: rgb(4 47 46 / 0.75);
}

.active\:border-l-teal-950\/80:active {
  border-left-color: rgb(4 47 46 / 0.8);
}

.active\:border-l-teal-950\/90:active {
  border-left-color: rgb(4 47 46 / 0.9);
}

.active\:border-l-teal-950\/95:active {
  border-left-color: rgb(4 47 46 / 0.95);
}

.active\:border-l-transparent:active {
  border-left-color: transparent;
}

.active\:border-l-transparent\/0:active {
  border-left-color: rgb(0 0 0 / 0);
}

.active\:border-l-transparent\/10:active {
  border-left-color: rgb(0 0 0 / 0.1);
}

.active\:border-l-transparent\/100:active {
  border-left-color: rgb(0 0 0 / 1);
}

.active\:border-l-transparent\/20:active {
  border-left-color: rgb(0 0 0 / 0.2);
}

.active\:border-l-transparent\/25:active {
  border-left-color: rgb(0 0 0 / 0.25);
}

.active\:border-l-transparent\/30:active {
  border-left-color: rgb(0 0 0 / 0.3);
}

.active\:border-l-transparent\/40:active {
  border-left-color: rgb(0 0 0 / 0.4);
}

.active\:border-l-transparent\/5:active {
  border-left-color: rgb(0 0 0 / 0.05);
}

.active\:border-l-transparent\/50:active {
  border-left-color: rgb(0 0 0 / 0.5);
}

.active\:border-l-transparent\/60:active {
  border-left-color: rgb(0 0 0 / 0.6);
}

.active\:border-l-transparent\/70:active {
  border-left-color: rgb(0 0 0 / 0.7);
}

.active\:border-l-transparent\/75:active {
  border-left-color: rgb(0 0 0 / 0.75);
}

.active\:border-l-transparent\/80:active {
  border-left-color: rgb(0 0 0 / 0.8);
}

.active\:border-l-transparent\/90:active {
  border-left-color: rgb(0 0 0 / 0.9);
}

.active\:border-l-transparent\/95:active {
  border-left-color: rgb(0 0 0 / 0.95);
}

.active\:border-l-tykhe-digital:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(239 156 131 / var(--tw-border-opacity));
}

.active\:border-l-tykhe-digital-alt:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 239 224 / var(--tw-border-opacity));
}

.active\:border-l-tykhe-digital-alt\/0:active {
  border-left-color: rgb(245 239 224 / 0);
}

.active\:border-l-tykhe-digital-alt\/10:active {
  border-left-color: rgb(245 239 224 / 0.1);
}

.active\:border-l-tykhe-digital-alt\/100:active {
  border-left-color: rgb(245 239 224 / 1);
}

.active\:border-l-tykhe-digital-alt\/20:active {
  border-left-color: rgb(245 239 224 / 0.2);
}

.active\:border-l-tykhe-digital-alt\/25:active {
  border-left-color: rgb(245 239 224 / 0.25);
}

.active\:border-l-tykhe-digital-alt\/30:active {
  border-left-color: rgb(245 239 224 / 0.3);
}

.active\:border-l-tykhe-digital-alt\/40:active {
  border-left-color: rgb(245 239 224 / 0.4);
}

.active\:border-l-tykhe-digital-alt\/5:active {
  border-left-color: rgb(245 239 224 / 0.05);
}

.active\:border-l-tykhe-digital-alt\/50:active {
  border-left-color: rgb(245 239 224 / 0.5);
}

.active\:border-l-tykhe-digital-alt\/60:active {
  border-left-color: rgb(245 239 224 / 0.6);
}

.active\:border-l-tykhe-digital-alt\/70:active {
  border-left-color: rgb(245 239 224 / 0.7);
}

.active\:border-l-tykhe-digital-alt\/75:active {
  border-left-color: rgb(245 239 224 / 0.75);
}

.active\:border-l-tykhe-digital-alt\/80:active {
  border-left-color: rgb(245 239 224 / 0.8);
}

.active\:border-l-tykhe-digital-alt\/90:active {
  border-left-color: rgb(245 239 224 / 0.9);
}

.active\:border-l-tykhe-digital-alt\/95:active {
  border-left-color: rgb(245 239 224 / 0.95);
}

.active\:border-l-tykhe-digital-alt2:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 58 111 / var(--tw-border-opacity));
}

.active\:border-l-tykhe-digital-alt2\/0:active {
  border-left-color: rgb(255 58 111 / 0);
}

.active\:border-l-tykhe-digital-alt2\/10:active {
  border-left-color: rgb(255 58 111 / 0.1);
}

.active\:border-l-tykhe-digital-alt2\/100:active {
  border-left-color: rgb(255 58 111 / 1);
}

.active\:border-l-tykhe-digital-alt2\/20:active {
  border-left-color: rgb(255 58 111 / 0.2);
}

.active\:border-l-tykhe-digital-alt2\/25:active {
  border-left-color: rgb(255 58 111 / 0.25);
}

.active\:border-l-tykhe-digital-alt2\/30:active {
  border-left-color: rgb(255 58 111 / 0.3);
}

.active\:border-l-tykhe-digital-alt2\/40:active {
  border-left-color: rgb(255 58 111 / 0.4);
}

.active\:border-l-tykhe-digital-alt2\/5:active {
  border-left-color: rgb(255 58 111 / 0.05);
}

.active\:border-l-tykhe-digital-alt2\/50:active {
  border-left-color: rgb(255 58 111 / 0.5);
}

.active\:border-l-tykhe-digital-alt2\/60:active {
  border-left-color: rgb(255 58 111 / 0.6);
}

.active\:border-l-tykhe-digital-alt2\/70:active {
  border-left-color: rgb(255 58 111 / 0.7);
}

.active\:border-l-tykhe-digital-alt2\/75:active {
  border-left-color: rgb(255 58 111 / 0.75);
}

.active\:border-l-tykhe-digital-alt2\/80:active {
  border-left-color: rgb(255 58 111 / 0.8);
}

.active\:border-l-tykhe-digital-alt2\/90:active {
  border-left-color: rgb(255 58 111 / 0.9);
}

.active\:border-l-tykhe-digital-alt2\/95:active {
  border-left-color: rgb(255 58 111 / 0.95);
}

.active\:border-l-tykhe-digital-alt3:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(131 214 239 / var(--tw-border-opacity));
}

.active\:border-l-tykhe-digital-alt3\/0:active {
  border-left-color: rgb(131 214 239 / 0);
}

.active\:border-l-tykhe-digital-alt3\/10:active {
  border-left-color: rgb(131 214 239 / 0.1);
}

.active\:border-l-tykhe-digital-alt3\/100:active {
  border-left-color: rgb(131 214 239 / 1);
}

.active\:border-l-tykhe-digital-alt3\/20:active {
  border-left-color: rgb(131 214 239 / 0.2);
}

.active\:border-l-tykhe-digital-alt3\/25:active {
  border-left-color: rgb(131 214 239 / 0.25);
}

.active\:border-l-tykhe-digital-alt3\/30:active {
  border-left-color: rgb(131 214 239 / 0.3);
}

.active\:border-l-tykhe-digital-alt3\/40:active {
  border-left-color: rgb(131 214 239 / 0.4);
}

.active\:border-l-tykhe-digital-alt3\/5:active {
  border-left-color: rgb(131 214 239 / 0.05);
}

.active\:border-l-tykhe-digital-alt3\/50:active {
  border-left-color: rgb(131 214 239 / 0.5);
}

.active\:border-l-tykhe-digital-alt3\/60:active {
  border-left-color: rgb(131 214 239 / 0.6);
}

.active\:border-l-tykhe-digital-alt3\/70:active {
  border-left-color: rgb(131 214 239 / 0.7);
}

.active\:border-l-tykhe-digital-alt3\/75:active {
  border-left-color: rgb(131 214 239 / 0.75);
}

.active\:border-l-tykhe-digital-alt3\/80:active {
  border-left-color: rgb(131 214 239 / 0.8);
}

.active\:border-l-tykhe-digital-alt3\/90:active {
  border-left-color: rgb(131 214 239 / 0.9);
}

.active\:border-l-tykhe-digital-alt3\/95:active {
  border-left-color: rgb(131 214 239 / 0.95);
}

.active\:border-l-tykhe-digital\/0:active {
  border-left-color: rgb(239 156 131 / 0);
}

.active\:border-l-tykhe-digital\/10:active {
  border-left-color: rgb(239 156 131 / 0.1);
}

.active\:border-l-tykhe-digital\/100:active {
  border-left-color: rgb(239 156 131 / 1);
}

.active\:border-l-tykhe-digital\/20:active {
  border-left-color: rgb(239 156 131 / 0.2);
}

.active\:border-l-tykhe-digital\/25:active {
  border-left-color: rgb(239 156 131 / 0.25);
}

.active\:border-l-tykhe-digital\/30:active {
  border-left-color: rgb(239 156 131 / 0.3);
}

.active\:border-l-tykhe-digital\/40:active {
  border-left-color: rgb(239 156 131 / 0.4);
}

.active\:border-l-tykhe-digital\/5:active {
  border-left-color: rgb(239 156 131 / 0.05);
}

.active\:border-l-tykhe-digital\/50:active {
  border-left-color: rgb(239 156 131 / 0.5);
}

.active\:border-l-tykhe-digital\/60:active {
  border-left-color: rgb(239 156 131 / 0.6);
}

.active\:border-l-tykhe-digital\/70:active {
  border-left-color: rgb(239 156 131 / 0.7);
}

.active\:border-l-tykhe-digital\/75:active {
  border-left-color: rgb(239 156 131 / 0.75);
}

.active\:border-l-tykhe-digital\/80:active {
  border-left-color: rgb(239 156 131 / 0.8);
}

.active\:border-l-tykhe-digital\/90:active {
  border-left-color: rgb(239 156 131 / 0.9);
}

.active\:border-l-tykhe-digital\/95:active {
  border-left-color: rgb(239 156 131 / 0.95);
}

.active\:border-l-violet-100:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(237 233 254 / var(--tw-border-opacity));
}

.active\:border-l-violet-100\/0:active {
  border-left-color: rgb(237 233 254 / 0);
}

.active\:border-l-violet-100\/10:active {
  border-left-color: rgb(237 233 254 / 0.1);
}

.active\:border-l-violet-100\/100:active {
  border-left-color: rgb(237 233 254 / 1);
}

.active\:border-l-violet-100\/20:active {
  border-left-color: rgb(237 233 254 / 0.2);
}

.active\:border-l-violet-100\/25:active {
  border-left-color: rgb(237 233 254 / 0.25);
}

.active\:border-l-violet-100\/30:active {
  border-left-color: rgb(237 233 254 / 0.3);
}

.active\:border-l-violet-100\/40:active {
  border-left-color: rgb(237 233 254 / 0.4);
}

.active\:border-l-violet-100\/5:active {
  border-left-color: rgb(237 233 254 / 0.05);
}

.active\:border-l-violet-100\/50:active {
  border-left-color: rgb(237 233 254 / 0.5);
}

.active\:border-l-violet-100\/60:active {
  border-left-color: rgb(237 233 254 / 0.6);
}

.active\:border-l-violet-100\/70:active {
  border-left-color: rgb(237 233 254 / 0.7);
}

.active\:border-l-violet-100\/75:active {
  border-left-color: rgb(237 233 254 / 0.75);
}

.active\:border-l-violet-100\/80:active {
  border-left-color: rgb(237 233 254 / 0.8);
}

.active\:border-l-violet-100\/90:active {
  border-left-color: rgb(237 233 254 / 0.9);
}

.active\:border-l-violet-100\/95:active {
  border-left-color: rgb(237 233 254 / 0.95);
}

.active\:border-l-violet-200:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(221 214 254 / var(--tw-border-opacity));
}

.active\:border-l-violet-200\/0:active {
  border-left-color: rgb(221 214 254 / 0);
}

.active\:border-l-violet-200\/10:active {
  border-left-color: rgb(221 214 254 / 0.1);
}

.active\:border-l-violet-200\/100:active {
  border-left-color: rgb(221 214 254 / 1);
}

.active\:border-l-violet-200\/20:active {
  border-left-color: rgb(221 214 254 / 0.2);
}

.active\:border-l-violet-200\/25:active {
  border-left-color: rgb(221 214 254 / 0.25);
}

.active\:border-l-violet-200\/30:active {
  border-left-color: rgb(221 214 254 / 0.3);
}

.active\:border-l-violet-200\/40:active {
  border-left-color: rgb(221 214 254 / 0.4);
}

.active\:border-l-violet-200\/5:active {
  border-left-color: rgb(221 214 254 / 0.05);
}

.active\:border-l-violet-200\/50:active {
  border-left-color: rgb(221 214 254 / 0.5);
}

.active\:border-l-violet-200\/60:active {
  border-left-color: rgb(221 214 254 / 0.6);
}

.active\:border-l-violet-200\/70:active {
  border-left-color: rgb(221 214 254 / 0.7);
}

.active\:border-l-violet-200\/75:active {
  border-left-color: rgb(221 214 254 / 0.75);
}

.active\:border-l-violet-200\/80:active {
  border-left-color: rgb(221 214 254 / 0.8);
}

.active\:border-l-violet-200\/90:active {
  border-left-color: rgb(221 214 254 / 0.9);
}

.active\:border-l-violet-200\/95:active {
  border-left-color: rgb(221 214 254 / 0.95);
}

.active\:border-l-violet-300:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(196 181 253 / var(--tw-border-opacity));
}

.active\:border-l-violet-300\/0:active {
  border-left-color: rgb(196 181 253 / 0);
}

.active\:border-l-violet-300\/10:active {
  border-left-color: rgb(196 181 253 / 0.1);
}

.active\:border-l-violet-300\/100:active {
  border-left-color: rgb(196 181 253 / 1);
}

.active\:border-l-violet-300\/20:active {
  border-left-color: rgb(196 181 253 / 0.2);
}

.active\:border-l-violet-300\/25:active {
  border-left-color: rgb(196 181 253 / 0.25);
}

.active\:border-l-violet-300\/30:active {
  border-left-color: rgb(196 181 253 / 0.3);
}

.active\:border-l-violet-300\/40:active {
  border-left-color: rgb(196 181 253 / 0.4);
}

.active\:border-l-violet-300\/5:active {
  border-left-color: rgb(196 181 253 / 0.05);
}

.active\:border-l-violet-300\/50:active {
  border-left-color: rgb(196 181 253 / 0.5);
}

.active\:border-l-violet-300\/60:active {
  border-left-color: rgb(196 181 253 / 0.6);
}

.active\:border-l-violet-300\/70:active {
  border-left-color: rgb(196 181 253 / 0.7);
}

.active\:border-l-violet-300\/75:active {
  border-left-color: rgb(196 181 253 / 0.75);
}

.active\:border-l-violet-300\/80:active {
  border-left-color: rgb(196 181 253 / 0.8);
}

.active\:border-l-violet-300\/90:active {
  border-left-color: rgb(196 181 253 / 0.9);
}

.active\:border-l-violet-300\/95:active {
  border-left-color: rgb(196 181 253 / 0.95);
}

.active\:border-l-violet-400:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(167 139 250 / var(--tw-border-opacity));
}

.active\:border-l-violet-400\/0:active {
  border-left-color: rgb(167 139 250 / 0);
}

.active\:border-l-violet-400\/10:active {
  border-left-color: rgb(167 139 250 / 0.1);
}

.active\:border-l-violet-400\/100:active {
  border-left-color: rgb(167 139 250 / 1);
}

.active\:border-l-violet-400\/20:active {
  border-left-color: rgb(167 139 250 / 0.2);
}

.active\:border-l-violet-400\/25:active {
  border-left-color: rgb(167 139 250 / 0.25);
}

.active\:border-l-violet-400\/30:active {
  border-left-color: rgb(167 139 250 / 0.3);
}

.active\:border-l-violet-400\/40:active {
  border-left-color: rgb(167 139 250 / 0.4);
}

.active\:border-l-violet-400\/5:active {
  border-left-color: rgb(167 139 250 / 0.05);
}

.active\:border-l-violet-400\/50:active {
  border-left-color: rgb(167 139 250 / 0.5);
}

.active\:border-l-violet-400\/60:active {
  border-left-color: rgb(167 139 250 / 0.6);
}

.active\:border-l-violet-400\/70:active {
  border-left-color: rgb(167 139 250 / 0.7);
}

.active\:border-l-violet-400\/75:active {
  border-left-color: rgb(167 139 250 / 0.75);
}

.active\:border-l-violet-400\/80:active {
  border-left-color: rgb(167 139 250 / 0.8);
}

.active\:border-l-violet-400\/90:active {
  border-left-color: rgb(167 139 250 / 0.9);
}

.active\:border-l-violet-400\/95:active {
  border-left-color: rgb(167 139 250 / 0.95);
}

.active\:border-l-violet-50:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 243 255 / var(--tw-border-opacity));
}

.active\:border-l-violet-50\/0:active {
  border-left-color: rgb(245 243 255 / 0);
}

.active\:border-l-violet-50\/10:active {
  border-left-color: rgb(245 243 255 / 0.1);
}

.active\:border-l-violet-50\/100:active {
  border-left-color: rgb(245 243 255 / 1);
}

.active\:border-l-violet-50\/20:active {
  border-left-color: rgb(245 243 255 / 0.2);
}

.active\:border-l-violet-50\/25:active {
  border-left-color: rgb(245 243 255 / 0.25);
}

.active\:border-l-violet-50\/30:active {
  border-left-color: rgb(245 243 255 / 0.3);
}

.active\:border-l-violet-50\/40:active {
  border-left-color: rgb(245 243 255 / 0.4);
}

.active\:border-l-violet-50\/5:active {
  border-left-color: rgb(245 243 255 / 0.05);
}

.active\:border-l-violet-50\/50:active {
  border-left-color: rgb(245 243 255 / 0.5);
}

.active\:border-l-violet-50\/60:active {
  border-left-color: rgb(245 243 255 / 0.6);
}

.active\:border-l-violet-50\/70:active {
  border-left-color: rgb(245 243 255 / 0.7);
}

.active\:border-l-violet-50\/75:active {
  border-left-color: rgb(245 243 255 / 0.75);
}

.active\:border-l-violet-50\/80:active {
  border-left-color: rgb(245 243 255 / 0.8);
}

.active\:border-l-violet-50\/90:active {
  border-left-color: rgb(245 243 255 / 0.9);
}

.active\:border-l-violet-50\/95:active {
  border-left-color: rgb(245 243 255 / 0.95);
}

.active\:border-l-violet-500:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(139 92 246 / var(--tw-border-opacity));
}

.active\:border-l-violet-500\/0:active {
  border-left-color: rgb(139 92 246 / 0);
}

.active\:border-l-violet-500\/10:active {
  border-left-color: rgb(139 92 246 / 0.1);
}

.active\:border-l-violet-500\/100:active {
  border-left-color: rgb(139 92 246 / 1);
}

.active\:border-l-violet-500\/20:active {
  border-left-color: rgb(139 92 246 / 0.2);
}

.active\:border-l-violet-500\/25:active {
  border-left-color: rgb(139 92 246 / 0.25);
}

.active\:border-l-violet-500\/30:active {
  border-left-color: rgb(139 92 246 / 0.3);
}

.active\:border-l-violet-500\/40:active {
  border-left-color: rgb(139 92 246 / 0.4);
}

.active\:border-l-violet-500\/5:active {
  border-left-color: rgb(139 92 246 / 0.05);
}

.active\:border-l-violet-500\/50:active {
  border-left-color: rgb(139 92 246 / 0.5);
}

.active\:border-l-violet-500\/60:active {
  border-left-color: rgb(139 92 246 / 0.6);
}

.active\:border-l-violet-500\/70:active {
  border-left-color: rgb(139 92 246 / 0.7);
}

.active\:border-l-violet-500\/75:active {
  border-left-color: rgb(139 92 246 / 0.75);
}

.active\:border-l-violet-500\/80:active {
  border-left-color: rgb(139 92 246 / 0.8);
}

.active\:border-l-violet-500\/90:active {
  border-left-color: rgb(139 92 246 / 0.9);
}

.active\:border-l-violet-500\/95:active {
  border-left-color: rgb(139 92 246 / 0.95);
}

.active\:border-l-violet-600:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(124 58 237 / var(--tw-border-opacity));
}

.active\:border-l-violet-600\/0:active {
  border-left-color: rgb(124 58 237 / 0);
}

.active\:border-l-violet-600\/10:active {
  border-left-color: rgb(124 58 237 / 0.1);
}

.active\:border-l-violet-600\/100:active {
  border-left-color: rgb(124 58 237 / 1);
}

.active\:border-l-violet-600\/20:active {
  border-left-color: rgb(124 58 237 / 0.2);
}

.active\:border-l-violet-600\/25:active {
  border-left-color: rgb(124 58 237 / 0.25);
}

.active\:border-l-violet-600\/30:active {
  border-left-color: rgb(124 58 237 / 0.3);
}

.active\:border-l-violet-600\/40:active {
  border-left-color: rgb(124 58 237 / 0.4);
}

.active\:border-l-violet-600\/5:active {
  border-left-color: rgb(124 58 237 / 0.05);
}

.active\:border-l-violet-600\/50:active {
  border-left-color: rgb(124 58 237 / 0.5);
}

.active\:border-l-violet-600\/60:active {
  border-left-color: rgb(124 58 237 / 0.6);
}

.active\:border-l-violet-600\/70:active {
  border-left-color: rgb(124 58 237 / 0.7);
}

.active\:border-l-violet-600\/75:active {
  border-left-color: rgb(124 58 237 / 0.75);
}

.active\:border-l-violet-600\/80:active {
  border-left-color: rgb(124 58 237 / 0.8);
}

.active\:border-l-violet-600\/90:active {
  border-left-color: rgb(124 58 237 / 0.9);
}

.active\:border-l-violet-600\/95:active {
  border-left-color: rgb(124 58 237 / 0.95);
}

.active\:border-l-violet-700:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(109 40 217 / var(--tw-border-opacity));
}

.active\:border-l-violet-700\/0:active {
  border-left-color: rgb(109 40 217 / 0);
}

.active\:border-l-violet-700\/10:active {
  border-left-color: rgb(109 40 217 / 0.1);
}

.active\:border-l-violet-700\/100:active {
  border-left-color: rgb(109 40 217 / 1);
}

.active\:border-l-violet-700\/20:active {
  border-left-color: rgb(109 40 217 / 0.2);
}

.active\:border-l-violet-700\/25:active {
  border-left-color: rgb(109 40 217 / 0.25);
}

.active\:border-l-violet-700\/30:active {
  border-left-color: rgb(109 40 217 / 0.3);
}

.active\:border-l-violet-700\/40:active {
  border-left-color: rgb(109 40 217 / 0.4);
}

.active\:border-l-violet-700\/5:active {
  border-left-color: rgb(109 40 217 / 0.05);
}

.active\:border-l-violet-700\/50:active {
  border-left-color: rgb(109 40 217 / 0.5);
}

.active\:border-l-violet-700\/60:active {
  border-left-color: rgb(109 40 217 / 0.6);
}

.active\:border-l-violet-700\/70:active {
  border-left-color: rgb(109 40 217 / 0.7);
}

.active\:border-l-violet-700\/75:active {
  border-left-color: rgb(109 40 217 / 0.75);
}

.active\:border-l-violet-700\/80:active {
  border-left-color: rgb(109 40 217 / 0.8);
}

.active\:border-l-violet-700\/90:active {
  border-left-color: rgb(109 40 217 / 0.9);
}

.active\:border-l-violet-700\/95:active {
  border-left-color: rgb(109 40 217 / 0.95);
}

.active\:border-l-violet-800:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(91 33 182 / var(--tw-border-opacity));
}

.active\:border-l-violet-800\/0:active {
  border-left-color: rgb(91 33 182 / 0);
}

.active\:border-l-violet-800\/10:active {
  border-left-color: rgb(91 33 182 / 0.1);
}

.active\:border-l-violet-800\/100:active {
  border-left-color: rgb(91 33 182 / 1);
}

.active\:border-l-violet-800\/20:active {
  border-left-color: rgb(91 33 182 / 0.2);
}

.active\:border-l-violet-800\/25:active {
  border-left-color: rgb(91 33 182 / 0.25);
}

.active\:border-l-violet-800\/30:active {
  border-left-color: rgb(91 33 182 / 0.3);
}

.active\:border-l-violet-800\/40:active {
  border-left-color: rgb(91 33 182 / 0.4);
}

.active\:border-l-violet-800\/5:active {
  border-left-color: rgb(91 33 182 / 0.05);
}

.active\:border-l-violet-800\/50:active {
  border-left-color: rgb(91 33 182 / 0.5);
}

.active\:border-l-violet-800\/60:active {
  border-left-color: rgb(91 33 182 / 0.6);
}

.active\:border-l-violet-800\/70:active {
  border-left-color: rgb(91 33 182 / 0.7);
}

.active\:border-l-violet-800\/75:active {
  border-left-color: rgb(91 33 182 / 0.75);
}

.active\:border-l-violet-800\/80:active {
  border-left-color: rgb(91 33 182 / 0.8);
}

.active\:border-l-violet-800\/90:active {
  border-left-color: rgb(91 33 182 / 0.9);
}

.active\:border-l-violet-800\/95:active {
  border-left-color: rgb(91 33 182 / 0.95);
}

.active\:border-l-violet-900:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(76 29 149 / var(--tw-border-opacity));
}

.active\:border-l-violet-900\/0:active {
  border-left-color: rgb(76 29 149 / 0);
}

.active\:border-l-violet-900\/10:active {
  border-left-color: rgb(76 29 149 / 0.1);
}

.active\:border-l-violet-900\/100:active {
  border-left-color: rgb(76 29 149 / 1);
}

.active\:border-l-violet-900\/20:active {
  border-left-color: rgb(76 29 149 / 0.2);
}

.active\:border-l-violet-900\/25:active {
  border-left-color: rgb(76 29 149 / 0.25);
}

.active\:border-l-violet-900\/30:active {
  border-left-color: rgb(76 29 149 / 0.3);
}

.active\:border-l-violet-900\/40:active {
  border-left-color: rgb(76 29 149 / 0.4);
}

.active\:border-l-violet-900\/5:active {
  border-left-color: rgb(76 29 149 / 0.05);
}

.active\:border-l-violet-900\/50:active {
  border-left-color: rgb(76 29 149 / 0.5);
}

.active\:border-l-violet-900\/60:active {
  border-left-color: rgb(76 29 149 / 0.6);
}

.active\:border-l-violet-900\/70:active {
  border-left-color: rgb(76 29 149 / 0.7);
}

.active\:border-l-violet-900\/75:active {
  border-left-color: rgb(76 29 149 / 0.75);
}

.active\:border-l-violet-900\/80:active {
  border-left-color: rgb(76 29 149 / 0.8);
}

.active\:border-l-violet-900\/90:active {
  border-left-color: rgb(76 29 149 / 0.9);
}

.active\:border-l-violet-900\/95:active {
  border-left-color: rgb(76 29 149 / 0.95);
}

.active\:border-l-violet-950:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(46 16 101 / var(--tw-border-opacity));
}

.active\:border-l-violet-950\/0:active {
  border-left-color: rgb(46 16 101 / 0);
}

.active\:border-l-violet-950\/10:active {
  border-left-color: rgb(46 16 101 / 0.1);
}

.active\:border-l-violet-950\/100:active {
  border-left-color: rgb(46 16 101 / 1);
}

.active\:border-l-violet-950\/20:active {
  border-left-color: rgb(46 16 101 / 0.2);
}

.active\:border-l-violet-950\/25:active {
  border-left-color: rgb(46 16 101 / 0.25);
}

.active\:border-l-violet-950\/30:active {
  border-left-color: rgb(46 16 101 / 0.3);
}

.active\:border-l-violet-950\/40:active {
  border-left-color: rgb(46 16 101 / 0.4);
}

.active\:border-l-violet-950\/5:active {
  border-left-color: rgb(46 16 101 / 0.05);
}

.active\:border-l-violet-950\/50:active {
  border-left-color: rgb(46 16 101 / 0.5);
}

.active\:border-l-violet-950\/60:active {
  border-left-color: rgb(46 16 101 / 0.6);
}

.active\:border-l-violet-950\/70:active {
  border-left-color: rgb(46 16 101 / 0.7);
}

.active\:border-l-violet-950\/75:active {
  border-left-color: rgb(46 16 101 / 0.75);
}

.active\:border-l-violet-950\/80:active {
  border-left-color: rgb(46 16 101 / 0.8);
}

.active\:border-l-violet-950\/90:active {
  border-left-color: rgb(46 16 101 / 0.9);
}

.active\:border-l-violet-950\/95:active {
  border-left-color: rgb(46 16 101 / 0.95);
}

.active\:border-l-white:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.active\:border-l-white\/0:active {
  border-left-color: rgb(255 255 255 / 0);
}

.active\:border-l-white\/10:active {
  border-left-color: rgb(255 255 255 / 0.1);
}

.active\:border-l-white\/100:active {
  border-left-color: rgb(255 255 255 / 1);
}

.active\:border-l-white\/20:active {
  border-left-color: rgb(255 255 255 / 0.2);
}

.active\:border-l-white\/25:active {
  border-left-color: rgb(255 255 255 / 0.25);
}

.active\:border-l-white\/30:active {
  border-left-color: rgb(255 255 255 / 0.3);
}

.active\:border-l-white\/40:active {
  border-left-color: rgb(255 255 255 / 0.4);
}

.active\:border-l-white\/5:active {
  border-left-color: rgb(255 255 255 / 0.05);
}

.active\:border-l-white\/50:active {
  border-left-color: rgb(255 255 255 / 0.5);
}

.active\:border-l-white\/60:active {
  border-left-color: rgb(255 255 255 / 0.6);
}

.active\:border-l-white\/70:active {
  border-left-color: rgb(255 255 255 / 0.7);
}

.active\:border-l-white\/75:active {
  border-left-color: rgb(255 255 255 / 0.75);
}

.active\:border-l-white\/80:active {
  border-left-color: rgb(255 255 255 / 0.8);
}

.active\:border-l-white\/90:active {
  border-left-color: rgb(255 255 255 / 0.9);
}

.active\:border-l-white\/95:active {
  border-left-color: rgb(255 255 255 / 0.95);
}

.active\:border-l-work-identity-300:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(166 235 194 / var(--tw-border-opacity));
}

.active\:border-l-work-identity-300\/0:active {
  border-left-color: rgb(166 235 194 / 0);
}

.active\:border-l-work-identity-300\/10:active {
  border-left-color: rgb(166 235 194 / 0.1);
}

.active\:border-l-work-identity-300\/100:active {
  border-left-color: rgb(166 235 194 / 1);
}

.active\:border-l-work-identity-300\/20:active {
  border-left-color: rgb(166 235 194 / 0.2);
}

.active\:border-l-work-identity-300\/25:active {
  border-left-color: rgb(166 235 194 / 0.25);
}

.active\:border-l-work-identity-300\/30:active {
  border-left-color: rgb(166 235 194 / 0.3);
}

.active\:border-l-work-identity-300\/40:active {
  border-left-color: rgb(166 235 194 / 0.4);
}

.active\:border-l-work-identity-300\/5:active {
  border-left-color: rgb(166 235 194 / 0.05);
}

.active\:border-l-work-identity-300\/50:active {
  border-left-color: rgb(166 235 194 / 0.5);
}

.active\:border-l-work-identity-300\/60:active {
  border-left-color: rgb(166 235 194 / 0.6);
}

.active\:border-l-work-identity-300\/70:active {
  border-left-color: rgb(166 235 194 / 0.7);
}

.active\:border-l-work-identity-300\/75:active {
  border-left-color: rgb(166 235 194 / 0.75);
}

.active\:border-l-work-identity-300\/80:active {
  border-left-color: rgb(166 235 194 / 0.8);
}

.active\:border-l-work-identity-300\/90:active {
  border-left-color: rgb(166 235 194 / 0.9);
}

.active\:border-l-work-identity-300\/95:active {
  border-left-color: rgb(166 235 194 / 0.95);
}

.active\:border-l-work-identity-400:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(83 221 139 / var(--tw-border-opacity));
}

.active\:border-l-work-identity-400\/0:active {
  border-left-color: rgb(83 221 139 / 0);
}

.active\:border-l-work-identity-400\/10:active {
  border-left-color: rgb(83 221 139 / 0.1);
}

.active\:border-l-work-identity-400\/100:active {
  border-left-color: rgb(83 221 139 / 1);
}

.active\:border-l-work-identity-400\/20:active {
  border-left-color: rgb(83 221 139 / 0.2);
}

.active\:border-l-work-identity-400\/25:active {
  border-left-color: rgb(83 221 139 / 0.25);
}

.active\:border-l-work-identity-400\/30:active {
  border-left-color: rgb(83 221 139 / 0.3);
}

.active\:border-l-work-identity-400\/40:active {
  border-left-color: rgb(83 221 139 / 0.4);
}

.active\:border-l-work-identity-400\/5:active {
  border-left-color: rgb(83 221 139 / 0.05);
}

.active\:border-l-work-identity-400\/50:active {
  border-left-color: rgb(83 221 139 / 0.5);
}

.active\:border-l-work-identity-400\/60:active {
  border-left-color: rgb(83 221 139 / 0.6);
}

.active\:border-l-work-identity-400\/70:active {
  border-left-color: rgb(83 221 139 / 0.7);
}

.active\:border-l-work-identity-400\/75:active {
  border-left-color: rgb(83 221 139 / 0.75);
}

.active\:border-l-work-identity-400\/80:active {
  border-left-color: rgb(83 221 139 / 0.8);
}

.active\:border-l-work-identity-400\/90:active {
  border-left-color: rgb(83 221 139 / 0.9);
}

.active\:border-l-work-identity-400\/95:active {
  border-left-color: rgb(83 221 139 / 0.95);
}

.active\:border-l-work-identity-500:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 208 84 / var(--tw-border-opacity));
}

.active\:border-l-work-identity-500\/0:active {
  border-left-color: rgb(0 208 84 / 0);
}

.active\:border-l-work-identity-500\/10:active {
  border-left-color: rgb(0 208 84 / 0.1);
}

.active\:border-l-work-identity-500\/100:active {
  border-left-color: rgb(0 208 84 / 1);
}

.active\:border-l-work-identity-500\/20:active {
  border-left-color: rgb(0 208 84 / 0.2);
}

.active\:border-l-work-identity-500\/25:active {
  border-left-color: rgb(0 208 84 / 0.25);
}

.active\:border-l-work-identity-500\/30:active {
  border-left-color: rgb(0 208 84 / 0.3);
}

.active\:border-l-work-identity-500\/40:active {
  border-left-color: rgb(0 208 84 / 0.4);
}

.active\:border-l-work-identity-500\/5:active {
  border-left-color: rgb(0 208 84 / 0.05);
}

.active\:border-l-work-identity-500\/50:active {
  border-left-color: rgb(0 208 84 / 0.5);
}

.active\:border-l-work-identity-500\/60:active {
  border-left-color: rgb(0 208 84 / 0.6);
}

.active\:border-l-work-identity-500\/70:active {
  border-left-color: rgb(0 208 84 / 0.7);
}

.active\:border-l-work-identity-500\/75:active {
  border-left-color: rgb(0 208 84 / 0.75);
}

.active\:border-l-work-identity-500\/80:active {
  border-left-color: rgb(0 208 84 / 0.8);
}

.active\:border-l-work-identity-500\/90:active {
  border-left-color: rgb(0 208 84 / 0.9);
}

.active\:border-l-work-identity-500\/95:active {
  border-left-color: rgb(0 208 84 / 0.95);
}

.active\:border-l-work-identity-900:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 249 249 / var(--tw-border-opacity));
}

.active\:border-l-work-identity-900\/0:active {
  border-left-color: rgb(249 249 249 / 0);
}

.active\:border-l-work-identity-900\/10:active {
  border-left-color: rgb(249 249 249 / 0.1);
}

.active\:border-l-work-identity-900\/100:active {
  border-left-color: rgb(249 249 249 / 1);
}

.active\:border-l-work-identity-900\/20:active {
  border-left-color: rgb(249 249 249 / 0.2);
}

.active\:border-l-work-identity-900\/25:active {
  border-left-color: rgb(249 249 249 / 0.25);
}

.active\:border-l-work-identity-900\/30:active {
  border-left-color: rgb(249 249 249 / 0.3);
}

.active\:border-l-work-identity-900\/40:active {
  border-left-color: rgb(249 249 249 / 0.4);
}

.active\:border-l-work-identity-900\/5:active {
  border-left-color: rgb(249 249 249 / 0.05);
}

.active\:border-l-work-identity-900\/50:active {
  border-left-color: rgb(249 249 249 / 0.5);
}

.active\:border-l-work-identity-900\/60:active {
  border-left-color: rgb(249 249 249 / 0.6);
}

.active\:border-l-work-identity-900\/70:active {
  border-left-color: rgb(249 249 249 / 0.7);
}

.active\:border-l-work-identity-900\/75:active {
  border-left-color: rgb(249 249 249 / 0.75);
}

.active\:border-l-work-identity-900\/80:active {
  border-left-color: rgb(249 249 249 / 0.8);
}

.active\:border-l-work-identity-900\/90:active {
  border-left-color: rgb(249 249 249 / 0.9);
}

.active\:border-l-work-identity-900\/95:active {
  border-left-color: rgb(249 249 249 / 0.95);
}

.active\:border-l-yellow-100:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.active\:border-l-yellow-100\/0:active {
  border-left-color: rgb(254 249 195 / 0);
}

.active\:border-l-yellow-100\/10:active {
  border-left-color: rgb(254 249 195 / 0.1);
}

.active\:border-l-yellow-100\/100:active {
  border-left-color: rgb(254 249 195 / 1);
}

.active\:border-l-yellow-100\/20:active {
  border-left-color: rgb(254 249 195 / 0.2);
}

.active\:border-l-yellow-100\/25:active {
  border-left-color: rgb(254 249 195 / 0.25);
}

.active\:border-l-yellow-100\/30:active {
  border-left-color: rgb(254 249 195 / 0.3);
}

.active\:border-l-yellow-100\/40:active {
  border-left-color: rgb(254 249 195 / 0.4);
}

.active\:border-l-yellow-100\/5:active {
  border-left-color: rgb(254 249 195 / 0.05);
}

.active\:border-l-yellow-100\/50:active {
  border-left-color: rgb(254 249 195 / 0.5);
}

.active\:border-l-yellow-100\/60:active {
  border-left-color: rgb(254 249 195 / 0.6);
}

.active\:border-l-yellow-100\/70:active {
  border-left-color: rgb(254 249 195 / 0.7);
}

.active\:border-l-yellow-100\/75:active {
  border-left-color: rgb(254 249 195 / 0.75);
}

.active\:border-l-yellow-100\/80:active {
  border-left-color: rgb(254 249 195 / 0.8);
}

.active\:border-l-yellow-100\/90:active {
  border-left-color: rgb(254 249 195 / 0.9);
}

.active\:border-l-yellow-100\/95:active {
  border-left-color: rgb(254 249 195 / 0.95);
}

.active\:border-l-yellow-200:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.active\:border-l-yellow-200\/0:active {
  border-left-color: rgb(254 240 138 / 0);
}

.active\:border-l-yellow-200\/10:active {
  border-left-color: rgb(254 240 138 / 0.1);
}

.active\:border-l-yellow-200\/100:active {
  border-left-color: rgb(254 240 138 / 1);
}

.active\:border-l-yellow-200\/20:active {
  border-left-color: rgb(254 240 138 / 0.2);
}

.active\:border-l-yellow-200\/25:active {
  border-left-color: rgb(254 240 138 / 0.25);
}

.active\:border-l-yellow-200\/30:active {
  border-left-color: rgb(254 240 138 / 0.3);
}

.active\:border-l-yellow-200\/40:active {
  border-left-color: rgb(254 240 138 / 0.4);
}

.active\:border-l-yellow-200\/5:active {
  border-left-color: rgb(254 240 138 / 0.05);
}

.active\:border-l-yellow-200\/50:active {
  border-left-color: rgb(254 240 138 / 0.5);
}

.active\:border-l-yellow-200\/60:active {
  border-left-color: rgb(254 240 138 / 0.6);
}

.active\:border-l-yellow-200\/70:active {
  border-left-color: rgb(254 240 138 / 0.7);
}

.active\:border-l-yellow-200\/75:active {
  border-left-color: rgb(254 240 138 / 0.75);
}

.active\:border-l-yellow-200\/80:active {
  border-left-color: rgb(254 240 138 / 0.8);
}

.active\:border-l-yellow-200\/90:active {
  border-left-color: rgb(254 240 138 / 0.9);
}

.active\:border-l-yellow-200\/95:active {
  border-left-color: rgb(254 240 138 / 0.95);
}

.active\:border-l-yellow-300:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.active\:border-l-yellow-300\/0:active {
  border-left-color: rgb(253 224 71 / 0);
}

.active\:border-l-yellow-300\/10:active {
  border-left-color: rgb(253 224 71 / 0.1);
}

.active\:border-l-yellow-300\/100:active {
  border-left-color: rgb(253 224 71 / 1);
}

.active\:border-l-yellow-300\/20:active {
  border-left-color: rgb(253 224 71 / 0.2);
}

.active\:border-l-yellow-300\/25:active {
  border-left-color: rgb(253 224 71 / 0.25);
}

.active\:border-l-yellow-300\/30:active {
  border-left-color: rgb(253 224 71 / 0.3);
}

.active\:border-l-yellow-300\/40:active {
  border-left-color: rgb(253 224 71 / 0.4);
}

.active\:border-l-yellow-300\/5:active {
  border-left-color: rgb(253 224 71 / 0.05);
}

.active\:border-l-yellow-300\/50:active {
  border-left-color: rgb(253 224 71 / 0.5);
}

.active\:border-l-yellow-300\/60:active {
  border-left-color: rgb(253 224 71 / 0.6);
}

.active\:border-l-yellow-300\/70:active {
  border-left-color: rgb(253 224 71 / 0.7);
}

.active\:border-l-yellow-300\/75:active {
  border-left-color: rgb(253 224 71 / 0.75);
}

.active\:border-l-yellow-300\/80:active {
  border-left-color: rgb(253 224 71 / 0.8);
}

.active\:border-l-yellow-300\/90:active {
  border-left-color: rgb(253 224 71 / 0.9);
}

.active\:border-l-yellow-300\/95:active {
  border-left-color: rgb(253 224 71 / 0.95);
}

.active\:border-l-yellow-400:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.active\:border-l-yellow-400\/0:active {
  border-left-color: rgb(250 204 21 / 0);
}

.active\:border-l-yellow-400\/10:active {
  border-left-color: rgb(250 204 21 / 0.1);
}

.active\:border-l-yellow-400\/100:active {
  border-left-color: rgb(250 204 21 / 1);
}

.active\:border-l-yellow-400\/20:active {
  border-left-color: rgb(250 204 21 / 0.2);
}

.active\:border-l-yellow-400\/25:active {
  border-left-color: rgb(250 204 21 / 0.25);
}

.active\:border-l-yellow-400\/30:active {
  border-left-color: rgb(250 204 21 / 0.3);
}

.active\:border-l-yellow-400\/40:active {
  border-left-color: rgb(250 204 21 / 0.4);
}

.active\:border-l-yellow-400\/5:active {
  border-left-color: rgb(250 204 21 / 0.05);
}

.active\:border-l-yellow-400\/50:active {
  border-left-color: rgb(250 204 21 / 0.5);
}

.active\:border-l-yellow-400\/60:active {
  border-left-color: rgb(250 204 21 / 0.6);
}

.active\:border-l-yellow-400\/70:active {
  border-left-color: rgb(250 204 21 / 0.7);
}

.active\:border-l-yellow-400\/75:active {
  border-left-color: rgb(250 204 21 / 0.75);
}

.active\:border-l-yellow-400\/80:active {
  border-left-color: rgb(250 204 21 / 0.8);
}

.active\:border-l-yellow-400\/90:active {
  border-left-color: rgb(250 204 21 / 0.9);
}

.active\:border-l-yellow-400\/95:active {
  border-left-color: rgb(250 204 21 / 0.95);
}

.active\:border-l-yellow-50:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.active\:border-l-yellow-50\/0:active {
  border-left-color: rgb(254 252 232 / 0);
}

.active\:border-l-yellow-50\/10:active {
  border-left-color: rgb(254 252 232 / 0.1);
}

.active\:border-l-yellow-50\/100:active {
  border-left-color: rgb(254 252 232 / 1);
}

.active\:border-l-yellow-50\/20:active {
  border-left-color: rgb(254 252 232 / 0.2);
}

.active\:border-l-yellow-50\/25:active {
  border-left-color: rgb(254 252 232 / 0.25);
}

.active\:border-l-yellow-50\/30:active {
  border-left-color: rgb(254 252 232 / 0.3);
}

.active\:border-l-yellow-50\/40:active {
  border-left-color: rgb(254 252 232 / 0.4);
}

.active\:border-l-yellow-50\/5:active {
  border-left-color: rgb(254 252 232 / 0.05);
}

.active\:border-l-yellow-50\/50:active {
  border-left-color: rgb(254 252 232 / 0.5);
}

.active\:border-l-yellow-50\/60:active {
  border-left-color: rgb(254 252 232 / 0.6);
}

.active\:border-l-yellow-50\/70:active {
  border-left-color: rgb(254 252 232 / 0.7);
}

.active\:border-l-yellow-50\/75:active {
  border-left-color: rgb(254 252 232 / 0.75);
}

.active\:border-l-yellow-50\/80:active {
  border-left-color: rgb(254 252 232 / 0.8);
}

.active\:border-l-yellow-50\/90:active {
  border-left-color: rgb(254 252 232 / 0.9);
}

.active\:border-l-yellow-50\/95:active {
  border-left-color: rgb(254 252 232 / 0.95);
}

.active\:border-l-yellow-500:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.active\:border-l-yellow-500\/0:active {
  border-left-color: rgb(234 179 8 / 0);
}

.active\:border-l-yellow-500\/10:active {
  border-left-color: rgb(234 179 8 / 0.1);
}

.active\:border-l-yellow-500\/100:active {
  border-left-color: rgb(234 179 8 / 1);
}

.active\:border-l-yellow-500\/20:active {
  border-left-color: rgb(234 179 8 / 0.2);
}

.active\:border-l-yellow-500\/25:active {
  border-left-color: rgb(234 179 8 / 0.25);
}

.active\:border-l-yellow-500\/30:active {
  border-left-color: rgb(234 179 8 / 0.3);
}

.active\:border-l-yellow-500\/40:active {
  border-left-color: rgb(234 179 8 / 0.4);
}

.active\:border-l-yellow-500\/5:active {
  border-left-color: rgb(234 179 8 / 0.05);
}

.active\:border-l-yellow-500\/50:active {
  border-left-color: rgb(234 179 8 / 0.5);
}

.active\:border-l-yellow-500\/60:active {
  border-left-color: rgb(234 179 8 / 0.6);
}

.active\:border-l-yellow-500\/70:active {
  border-left-color: rgb(234 179 8 / 0.7);
}

.active\:border-l-yellow-500\/75:active {
  border-left-color: rgb(234 179 8 / 0.75);
}

.active\:border-l-yellow-500\/80:active {
  border-left-color: rgb(234 179 8 / 0.8);
}

.active\:border-l-yellow-500\/90:active {
  border-left-color: rgb(234 179 8 / 0.9);
}

.active\:border-l-yellow-500\/95:active {
  border-left-color: rgb(234 179 8 / 0.95);
}

.active\:border-l-yellow-600:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.active\:border-l-yellow-600\/0:active {
  border-left-color: rgb(202 138 4 / 0);
}

.active\:border-l-yellow-600\/10:active {
  border-left-color: rgb(202 138 4 / 0.1);
}

.active\:border-l-yellow-600\/100:active {
  border-left-color: rgb(202 138 4 / 1);
}

.active\:border-l-yellow-600\/20:active {
  border-left-color: rgb(202 138 4 / 0.2);
}

.active\:border-l-yellow-600\/25:active {
  border-left-color: rgb(202 138 4 / 0.25);
}

.active\:border-l-yellow-600\/30:active {
  border-left-color: rgb(202 138 4 / 0.3);
}

.active\:border-l-yellow-600\/40:active {
  border-left-color: rgb(202 138 4 / 0.4);
}

.active\:border-l-yellow-600\/5:active {
  border-left-color: rgb(202 138 4 / 0.05);
}

.active\:border-l-yellow-600\/50:active {
  border-left-color: rgb(202 138 4 / 0.5);
}

.active\:border-l-yellow-600\/60:active {
  border-left-color: rgb(202 138 4 / 0.6);
}

.active\:border-l-yellow-600\/70:active {
  border-left-color: rgb(202 138 4 / 0.7);
}

.active\:border-l-yellow-600\/75:active {
  border-left-color: rgb(202 138 4 / 0.75);
}

.active\:border-l-yellow-600\/80:active {
  border-left-color: rgb(202 138 4 / 0.8);
}

.active\:border-l-yellow-600\/90:active {
  border-left-color: rgb(202 138 4 / 0.9);
}

.active\:border-l-yellow-600\/95:active {
  border-left-color: rgb(202 138 4 / 0.95);
}

.active\:border-l-yellow-700:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.active\:border-l-yellow-700\/0:active {
  border-left-color: rgb(161 98 7 / 0);
}

.active\:border-l-yellow-700\/10:active {
  border-left-color: rgb(161 98 7 / 0.1);
}

.active\:border-l-yellow-700\/100:active {
  border-left-color: rgb(161 98 7 / 1);
}

.active\:border-l-yellow-700\/20:active {
  border-left-color: rgb(161 98 7 / 0.2);
}

.active\:border-l-yellow-700\/25:active {
  border-left-color: rgb(161 98 7 / 0.25);
}

.active\:border-l-yellow-700\/30:active {
  border-left-color: rgb(161 98 7 / 0.3);
}

.active\:border-l-yellow-700\/40:active {
  border-left-color: rgb(161 98 7 / 0.4);
}

.active\:border-l-yellow-700\/5:active {
  border-left-color: rgb(161 98 7 / 0.05);
}

.active\:border-l-yellow-700\/50:active {
  border-left-color: rgb(161 98 7 / 0.5);
}

.active\:border-l-yellow-700\/60:active {
  border-left-color: rgb(161 98 7 / 0.6);
}

.active\:border-l-yellow-700\/70:active {
  border-left-color: rgb(161 98 7 / 0.7);
}

.active\:border-l-yellow-700\/75:active {
  border-left-color: rgb(161 98 7 / 0.75);
}

.active\:border-l-yellow-700\/80:active {
  border-left-color: rgb(161 98 7 / 0.8);
}

.active\:border-l-yellow-700\/90:active {
  border-left-color: rgb(161 98 7 / 0.9);
}

.active\:border-l-yellow-700\/95:active {
  border-left-color: rgb(161 98 7 / 0.95);
}

.active\:border-l-yellow-800:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.active\:border-l-yellow-800\/0:active {
  border-left-color: rgb(133 77 14 / 0);
}

.active\:border-l-yellow-800\/10:active {
  border-left-color: rgb(133 77 14 / 0.1);
}

.active\:border-l-yellow-800\/100:active {
  border-left-color: rgb(133 77 14 / 1);
}

.active\:border-l-yellow-800\/20:active {
  border-left-color: rgb(133 77 14 / 0.2);
}

.active\:border-l-yellow-800\/25:active {
  border-left-color: rgb(133 77 14 / 0.25);
}

.active\:border-l-yellow-800\/30:active {
  border-left-color: rgb(133 77 14 / 0.3);
}

.active\:border-l-yellow-800\/40:active {
  border-left-color: rgb(133 77 14 / 0.4);
}

.active\:border-l-yellow-800\/5:active {
  border-left-color: rgb(133 77 14 / 0.05);
}

.active\:border-l-yellow-800\/50:active {
  border-left-color: rgb(133 77 14 / 0.5);
}

.active\:border-l-yellow-800\/60:active {
  border-left-color: rgb(133 77 14 / 0.6);
}

.active\:border-l-yellow-800\/70:active {
  border-left-color: rgb(133 77 14 / 0.7);
}

.active\:border-l-yellow-800\/75:active {
  border-left-color: rgb(133 77 14 / 0.75);
}

.active\:border-l-yellow-800\/80:active {
  border-left-color: rgb(133 77 14 / 0.8);
}

.active\:border-l-yellow-800\/90:active {
  border-left-color: rgb(133 77 14 / 0.9);
}

.active\:border-l-yellow-800\/95:active {
  border-left-color: rgb(133 77 14 / 0.95);
}

.active\:border-l-yellow-900:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.active\:border-l-yellow-900\/0:active {
  border-left-color: rgb(113 63 18 / 0);
}

.active\:border-l-yellow-900\/10:active {
  border-left-color: rgb(113 63 18 / 0.1);
}

.active\:border-l-yellow-900\/100:active {
  border-left-color: rgb(113 63 18 / 1);
}

.active\:border-l-yellow-900\/20:active {
  border-left-color: rgb(113 63 18 / 0.2);
}

.active\:border-l-yellow-900\/25:active {
  border-left-color: rgb(113 63 18 / 0.25);
}

.active\:border-l-yellow-900\/30:active {
  border-left-color: rgb(113 63 18 / 0.3);
}

.active\:border-l-yellow-900\/40:active {
  border-left-color: rgb(113 63 18 / 0.4);
}

.active\:border-l-yellow-900\/5:active {
  border-left-color: rgb(113 63 18 / 0.05);
}

.active\:border-l-yellow-900\/50:active {
  border-left-color: rgb(113 63 18 / 0.5);
}

.active\:border-l-yellow-900\/60:active {
  border-left-color: rgb(113 63 18 / 0.6);
}

.active\:border-l-yellow-900\/70:active {
  border-left-color: rgb(113 63 18 / 0.7);
}

.active\:border-l-yellow-900\/75:active {
  border-left-color: rgb(113 63 18 / 0.75);
}

.active\:border-l-yellow-900\/80:active {
  border-left-color: rgb(113 63 18 / 0.8);
}

.active\:border-l-yellow-900\/90:active {
  border-left-color: rgb(113 63 18 / 0.9);
}

.active\:border-l-yellow-900\/95:active {
  border-left-color: rgb(113 63 18 / 0.95);
}

.active\:border-l-yellow-950:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.active\:border-l-yellow-950\/0:active {
  border-left-color: rgb(66 32 6 / 0);
}

.active\:border-l-yellow-950\/10:active {
  border-left-color: rgb(66 32 6 / 0.1);
}

.active\:border-l-yellow-950\/100:active {
  border-left-color: rgb(66 32 6 / 1);
}

.active\:border-l-yellow-950\/20:active {
  border-left-color: rgb(66 32 6 / 0.2);
}

.active\:border-l-yellow-950\/25:active {
  border-left-color: rgb(66 32 6 / 0.25);
}

.active\:border-l-yellow-950\/30:active {
  border-left-color: rgb(66 32 6 / 0.3);
}

.active\:border-l-yellow-950\/40:active {
  border-left-color: rgb(66 32 6 / 0.4);
}

.active\:border-l-yellow-950\/5:active {
  border-left-color: rgb(66 32 6 / 0.05);
}

.active\:border-l-yellow-950\/50:active {
  border-left-color: rgb(66 32 6 / 0.5);
}

.active\:border-l-yellow-950\/60:active {
  border-left-color: rgb(66 32 6 / 0.6);
}

.active\:border-l-yellow-950\/70:active {
  border-left-color: rgb(66 32 6 / 0.7);
}

.active\:border-l-yellow-950\/75:active {
  border-left-color: rgb(66 32 6 / 0.75);
}

.active\:border-l-yellow-950\/80:active {
  border-left-color: rgb(66 32 6 / 0.8);
}

.active\:border-l-yellow-950\/90:active {
  border-left-color: rgb(66 32 6 / 0.9);
}

.active\:border-l-yellow-950\/95:active {
  border-left-color: rgb(66 32 6 / 0.95);
}

.active\:border-l-zinc-100:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(244 244 245 / var(--tw-border-opacity));
}

.active\:border-l-zinc-100\/0:active {
  border-left-color: rgb(244 244 245 / 0);
}

.active\:border-l-zinc-100\/10:active {
  border-left-color: rgb(244 244 245 / 0.1);
}

.active\:border-l-zinc-100\/100:active {
  border-left-color: rgb(244 244 245 / 1);
}

.active\:border-l-zinc-100\/20:active {
  border-left-color: rgb(244 244 245 / 0.2);
}

.active\:border-l-zinc-100\/25:active {
  border-left-color: rgb(244 244 245 / 0.25);
}

.active\:border-l-zinc-100\/30:active {
  border-left-color: rgb(244 244 245 / 0.3);
}

.active\:border-l-zinc-100\/40:active {
  border-left-color: rgb(244 244 245 / 0.4);
}

.active\:border-l-zinc-100\/5:active {
  border-left-color: rgb(244 244 245 / 0.05);
}

.active\:border-l-zinc-100\/50:active {
  border-left-color: rgb(244 244 245 / 0.5);
}

.active\:border-l-zinc-100\/60:active {
  border-left-color: rgb(244 244 245 / 0.6);
}

.active\:border-l-zinc-100\/70:active {
  border-left-color: rgb(244 244 245 / 0.7);
}

.active\:border-l-zinc-100\/75:active {
  border-left-color: rgb(244 244 245 / 0.75);
}

.active\:border-l-zinc-100\/80:active {
  border-left-color: rgb(244 244 245 / 0.8);
}

.active\:border-l-zinc-100\/90:active {
  border-left-color: rgb(244 244 245 / 0.9);
}

.active\:border-l-zinc-100\/95:active {
  border-left-color: rgb(244 244 245 / 0.95);
}

.active\:border-l-zinc-200:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.active\:border-l-zinc-200\/0:active {
  border-left-color: rgb(228 228 231 / 0);
}

.active\:border-l-zinc-200\/10:active {
  border-left-color: rgb(228 228 231 / 0.1);
}

.active\:border-l-zinc-200\/100:active {
  border-left-color: rgb(228 228 231 / 1);
}

.active\:border-l-zinc-200\/20:active {
  border-left-color: rgb(228 228 231 / 0.2);
}

.active\:border-l-zinc-200\/25:active {
  border-left-color: rgb(228 228 231 / 0.25);
}

.active\:border-l-zinc-200\/30:active {
  border-left-color: rgb(228 228 231 / 0.3);
}

.active\:border-l-zinc-200\/40:active {
  border-left-color: rgb(228 228 231 / 0.4);
}

.active\:border-l-zinc-200\/5:active {
  border-left-color: rgb(228 228 231 / 0.05);
}

.active\:border-l-zinc-200\/50:active {
  border-left-color: rgb(228 228 231 / 0.5);
}

.active\:border-l-zinc-200\/60:active {
  border-left-color: rgb(228 228 231 / 0.6);
}

.active\:border-l-zinc-200\/70:active {
  border-left-color: rgb(228 228 231 / 0.7);
}

.active\:border-l-zinc-200\/75:active {
  border-left-color: rgb(228 228 231 / 0.75);
}

.active\:border-l-zinc-200\/80:active {
  border-left-color: rgb(228 228 231 / 0.8);
}

.active\:border-l-zinc-200\/90:active {
  border-left-color: rgb(228 228 231 / 0.9);
}

.active\:border-l-zinc-200\/95:active {
  border-left-color: rgb(228 228 231 / 0.95);
}

.active\:border-l-zinc-300:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.active\:border-l-zinc-300\/0:active {
  border-left-color: rgb(212 212 216 / 0);
}

.active\:border-l-zinc-300\/10:active {
  border-left-color: rgb(212 212 216 / 0.1);
}

.active\:border-l-zinc-300\/100:active {
  border-left-color: rgb(212 212 216 / 1);
}

.active\:border-l-zinc-300\/20:active {
  border-left-color: rgb(212 212 216 / 0.2);
}

.active\:border-l-zinc-300\/25:active {
  border-left-color: rgb(212 212 216 / 0.25);
}

.active\:border-l-zinc-300\/30:active {
  border-left-color: rgb(212 212 216 / 0.3);
}

.active\:border-l-zinc-300\/40:active {
  border-left-color: rgb(212 212 216 / 0.4);
}

.active\:border-l-zinc-300\/5:active {
  border-left-color: rgb(212 212 216 / 0.05);
}

.active\:border-l-zinc-300\/50:active {
  border-left-color: rgb(212 212 216 / 0.5);
}

.active\:border-l-zinc-300\/60:active {
  border-left-color: rgb(212 212 216 / 0.6);
}

.active\:border-l-zinc-300\/70:active {
  border-left-color: rgb(212 212 216 / 0.7);
}

.active\:border-l-zinc-300\/75:active {
  border-left-color: rgb(212 212 216 / 0.75);
}

.active\:border-l-zinc-300\/80:active {
  border-left-color: rgb(212 212 216 / 0.8);
}

.active\:border-l-zinc-300\/90:active {
  border-left-color: rgb(212 212 216 / 0.9);
}

.active\:border-l-zinc-300\/95:active {
  border-left-color: rgb(212 212 216 / 0.95);
}

.active\:border-l-zinc-400:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.active\:border-l-zinc-400\/0:active {
  border-left-color: rgb(161 161 170 / 0);
}

.active\:border-l-zinc-400\/10:active {
  border-left-color: rgb(161 161 170 / 0.1);
}

.active\:border-l-zinc-400\/100:active {
  border-left-color: rgb(161 161 170 / 1);
}

.active\:border-l-zinc-400\/20:active {
  border-left-color: rgb(161 161 170 / 0.2);
}

.active\:border-l-zinc-400\/25:active {
  border-left-color: rgb(161 161 170 / 0.25);
}

.active\:border-l-zinc-400\/30:active {
  border-left-color: rgb(161 161 170 / 0.3);
}

.active\:border-l-zinc-400\/40:active {
  border-left-color: rgb(161 161 170 / 0.4);
}

.active\:border-l-zinc-400\/5:active {
  border-left-color: rgb(161 161 170 / 0.05);
}

.active\:border-l-zinc-400\/50:active {
  border-left-color: rgb(161 161 170 / 0.5);
}

.active\:border-l-zinc-400\/60:active {
  border-left-color: rgb(161 161 170 / 0.6);
}

.active\:border-l-zinc-400\/70:active {
  border-left-color: rgb(161 161 170 / 0.7);
}

.active\:border-l-zinc-400\/75:active {
  border-left-color: rgb(161 161 170 / 0.75);
}

.active\:border-l-zinc-400\/80:active {
  border-left-color: rgb(161 161 170 / 0.8);
}

.active\:border-l-zinc-400\/90:active {
  border-left-color: rgb(161 161 170 / 0.9);
}

.active\:border-l-zinc-400\/95:active {
  border-left-color: rgb(161 161 170 / 0.95);
}

.active\:border-l-zinc-50:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.active\:border-l-zinc-50\/0:active {
  border-left-color: rgb(250 250 250 / 0);
}

.active\:border-l-zinc-50\/10:active {
  border-left-color: rgb(250 250 250 / 0.1);
}

.active\:border-l-zinc-50\/100:active {
  border-left-color: rgb(250 250 250 / 1);
}

.active\:border-l-zinc-50\/20:active {
  border-left-color: rgb(250 250 250 / 0.2);
}

.active\:border-l-zinc-50\/25:active {
  border-left-color: rgb(250 250 250 / 0.25);
}

.active\:border-l-zinc-50\/30:active {
  border-left-color: rgb(250 250 250 / 0.3);
}

.active\:border-l-zinc-50\/40:active {
  border-left-color: rgb(250 250 250 / 0.4);
}

.active\:border-l-zinc-50\/5:active {
  border-left-color: rgb(250 250 250 / 0.05);
}

.active\:border-l-zinc-50\/50:active {
  border-left-color: rgb(250 250 250 / 0.5);
}

.active\:border-l-zinc-50\/60:active {
  border-left-color: rgb(250 250 250 / 0.6);
}

.active\:border-l-zinc-50\/70:active {
  border-left-color: rgb(250 250 250 / 0.7);
}

.active\:border-l-zinc-50\/75:active {
  border-left-color: rgb(250 250 250 / 0.75);
}

.active\:border-l-zinc-50\/80:active {
  border-left-color: rgb(250 250 250 / 0.8);
}

.active\:border-l-zinc-50\/90:active {
  border-left-color: rgb(250 250 250 / 0.9);
}

.active\:border-l-zinc-50\/95:active {
  border-left-color: rgb(250 250 250 / 0.95);
}

.active\:border-l-zinc-500:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(113 113 122 / var(--tw-border-opacity));
}

.active\:border-l-zinc-500\/0:active {
  border-left-color: rgb(113 113 122 / 0);
}

.active\:border-l-zinc-500\/10:active {
  border-left-color: rgb(113 113 122 / 0.1);
}

.active\:border-l-zinc-500\/100:active {
  border-left-color: rgb(113 113 122 / 1);
}

.active\:border-l-zinc-500\/20:active {
  border-left-color: rgb(113 113 122 / 0.2);
}

.active\:border-l-zinc-500\/25:active {
  border-left-color: rgb(113 113 122 / 0.25);
}

.active\:border-l-zinc-500\/30:active {
  border-left-color: rgb(113 113 122 / 0.3);
}

.active\:border-l-zinc-500\/40:active {
  border-left-color: rgb(113 113 122 / 0.4);
}

.active\:border-l-zinc-500\/5:active {
  border-left-color: rgb(113 113 122 / 0.05);
}

.active\:border-l-zinc-500\/50:active {
  border-left-color: rgb(113 113 122 / 0.5);
}

.active\:border-l-zinc-500\/60:active {
  border-left-color: rgb(113 113 122 / 0.6);
}

.active\:border-l-zinc-500\/70:active {
  border-left-color: rgb(113 113 122 / 0.7);
}

.active\:border-l-zinc-500\/75:active {
  border-left-color: rgb(113 113 122 / 0.75);
}

.active\:border-l-zinc-500\/80:active {
  border-left-color: rgb(113 113 122 / 0.8);
}

.active\:border-l-zinc-500\/90:active {
  border-left-color: rgb(113 113 122 / 0.9);
}

.active\:border-l-zinc-500\/95:active {
  border-left-color: rgb(113 113 122 / 0.95);
}

.active\:border-l-zinc-600:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(82 82 91 / var(--tw-border-opacity));
}

.active\:border-l-zinc-600\/0:active {
  border-left-color: rgb(82 82 91 / 0);
}

.active\:border-l-zinc-600\/10:active {
  border-left-color: rgb(82 82 91 / 0.1);
}

.active\:border-l-zinc-600\/100:active {
  border-left-color: rgb(82 82 91 / 1);
}

.active\:border-l-zinc-600\/20:active {
  border-left-color: rgb(82 82 91 / 0.2);
}

.active\:border-l-zinc-600\/25:active {
  border-left-color: rgb(82 82 91 / 0.25);
}

.active\:border-l-zinc-600\/30:active {
  border-left-color: rgb(82 82 91 / 0.3);
}

.active\:border-l-zinc-600\/40:active {
  border-left-color: rgb(82 82 91 / 0.4);
}

.active\:border-l-zinc-600\/5:active {
  border-left-color: rgb(82 82 91 / 0.05);
}

.active\:border-l-zinc-600\/50:active {
  border-left-color: rgb(82 82 91 / 0.5);
}

.active\:border-l-zinc-600\/60:active {
  border-left-color: rgb(82 82 91 / 0.6);
}

.active\:border-l-zinc-600\/70:active {
  border-left-color: rgb(82 82 91 / 0.7);
}

.active\:border-l-zinc-600\/75:active {
  border-left-color: rgb(82 82 91 / 0.75);
}

.active\:border-l-zinc-600\/80:active {
  border-left-color: rgb(82 82 91 / 0.8);
}

.active\:border-l-zinc-600\/90:active {
  border-left-color: rgb(82 82 91 / 0.9);
}

.active\:border-l-zinc-600\/95:active {
  border-left-color: rgb(82 82 91 / 0.95);
}

.active\:border-l-zinc-700:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.active\:border-l-zinc-700\/0:active {
  border-left-color: rgb(63 63 70 / 0);
}

.active\:border-l-zinc-700\/10:active {
  border-left-color: rgb(63 63 70 / 0.1);
}

.active\:border-l-zinc-700\/100:active {
  border-left-color: rgb(63 63 70 / 1);
}

.active\:border-l-zinc-700\/20:active {
  border-left-color: rgb(63 63 70 / 0.2);
}

.active\:border-l-zinc-700\/25:active {
  border-left-color: rgb(63 63 70 / 0.25);
}

.active\:border-l-zinc-700\/30:active {
  border-left-color: rgb(63 63 70 / 0.3);
}

.active\:border-l-zinc-700\/40:active {
  border-left-color: rgb(63 63 70 / 0.4);
}

.active\:border-l-zinc-700\/5:active {
  border-left-color: rgb(63 63 70 / 0.05);
}

.active\:border-l-zinc-700\/50:active {
  border-left-color: rgb(63 63 70 / 0.5);
}

.active\:border-l-zinc-700\/60:active {
  border-left-color: rgb(63 63 70 / 0.6);
}

.active\:border-l-zinc-700\/70:active {
  border-left-color: rgb(63 63 70 / 0.7);
}

.active\:border-l-zinc-700\/75:active {
  border-left-color: rgb(63 63 70 / 0.75);
}

.active\:border-l-zinc-700\/80:active {
  border-left-color: rgb(63 63 70 / 0.8);
}

.active\:border-l-zinc-700\/90:active {
  border-left-color: rgb(63 63 70 / 0.9);
}

.active\:border-l-zinc-700\/95:active {
  border-left-color: rgb(63 63 70 / 0.95);
}

.active\:border-l-zinc-800:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(39 39 42 / var(--tw-border-opacity));
}

.active\:border-l-zinc-800\/0:active {
  border-left-color: rgb(39 39 42 / 0);
}

.active\:border-l-zinc-800\/10:active {
  border-left-color: rgb(39 39 42 / 0.1);
}

.active\:border-l-zinc-800\/100:active {
  border-left-color: rgb(39 39 42 / 1);
}

.active\:border-l-zinc-800\/20:active {
  border-left-color: rgb(39 39 42 / 0.2);
}

.active\:border-l-zinc-800\/25:active {
  border-left-color: rgb(39 39 42 / 0.25);
}

.active\:border-l-zinc-800\/30:active {
  border-left-color: rgb(39 39 42 / 0.3);
}

.active\:border-l-zinc-800\/40:active {
  border-left-color: rgb(39 39 42 / 0.4);
}

.active\:border-l-zinc-800\/5:active {
  border-left-color: rgb(39 39 42 / 0.05);
}

.active\:border-l-zinc-800\/50:active {
  border-left-color: rgb(39 39 42 / 0.5);
}

.active\:border-l-zinc-800\/60:active {
  border-left-color: rgb(39 39 42 / 0.6);
}

.active\:border-l-zinc-800\/70:active {
  border-left-color: rgb(39 39 42 / 0.7);
}

.active\:border-l-zinc-800\/75:active {
  border-left-color: rgb(39 39 42 / 0.75);
}

.active\:border-l-zinc-800\/80:active {
  border-left-color: rgb(39 39 42 / 0.8);
}

.active\:border-l-zinc-800\/90:active {
  border-left-color: rgb(39 39 42 / 0.9);
}

.active\:border-l-zinc-800\/95:active {
  border-left-color: rgb(39 39 42 / 0.95);
}

.active\:border-l-zinc-900:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.active\:border-l-zinc-900\/0:active {
  border-left-color: rgb(24 24 27 / 0);
}

.active\:border-l-zinc-900\/10:active {
  border-left-color: rgb(24 24 27 / 0.1);
}

.active\:border-l-zinc-900\/100:active {
  border-left-color: rgb(24 24 27 / 1);
}

.active\:border-l-zinc-900\/20:active {
  border-left-color: rgb(24 24 27 / 0.2);
}

.active\:border-l-zinc-900\/25:active {
  border-left-color: rgb(24 24 27 / 0.25);
}

.active\:border-l-zinc-900\/30:active {
  border-left-color: rgb(24 24 27 / 0.3);
}

.active\:border-l-zinc-900\/40:active {
  border-left-color: rgb(24 24 27 / 0.4);
}

.active\:border-l-zinc-900\/5:active {
  border-left-color: rgb(24 24 27 / 0.05);
}

.active\:border-l-zinc-900\/50:active {
  border-left-color: rgb(24 24 27 / 0.5);
}

.active\:border-l-zinc-900\/60:active {
  border-left-color: rgb(24 24 27 / 0.6);
}

.active\:border-l-zinc-900\/70:active {
  border-left-color: rgb(24 24 27 / 0.7);
}

.active\:border-l-zinc-900\/75:active {
  border-left-color: rgb(24 24 27 / 0.75);
}

.active\:border-l-zinc-900\/80:active {
  border-left-color: rgb(24 24 27 / 0.8);
}

.active\:border-l-zinc-900\/90:active {
  border-left-color: rgb(24 24 27 / 0.9);
}

.active\:border-l-zinc-900\/95:active {
  border-left-color: rgb(24 24 27 / 0.95);
}

.active\:border-l-zinc-950:active {
  --tw-border-opacity: 1;
  border-left-color: rgb(9 9 11 / var(--tw-border-opacity));
}

.active\:border-l-zinc-950\/0:active {
  border-left-color: rgb(9 9 11 / 0);
}

.active\:border-l-zinc-950\/10:active {
  border-left-color: rgb(9 9 11 / 0.1);
}

.active\:border-l-zinc-950\/100:active {
  border-left-color: rgb(9 9 11 / 1);
}

.active\:border-l-zinc-950\/20:active {
  border-left-color: rgb(9 9 11 / 0.2);
}

.active\:border-l-zinc-950\/25:active {
  border-left-color: rgb(9 9 11 / 0.25);
}

.active\:border-l-zinc-950\/30:active {
  border-left-color: rgb(9 9 11 / 0.3);
}

.active\:border-l-zinc-950\/40:active {
  border-left-color: rgb(9 9 11 / 0.4);
}

.active\:border-l-zinc-950\/5:active {
  border-left-color: rgb(9 9 11 / 0.05);
}

.active\:border-l-zinc-950\/50:active {
  border-left-color: rgb(9 9 11 / 0.5);
}

.active\:border-l-zinc-950\/60:active {
  border-left-color: rgb(9 9 11 / 0.6);
}

.active\:border-l-zinc-950\/70:active {
  border-left-color: rgb(9 9 11 / 0.7);
}

.active\:border-l-zinc-950\/75:active {
  border-left-color: rgb(9 9 11 / 0.75);
}

.active\:border-l-zinc-950\/80:active {
  border-left-color: rgb(9 9 11 / 0.8);
}

.active\:border-l-zinc-950\/90:active {
  border-left-color: rgb(9 9 11 / 0.9);
}

.active\:border-l-zinc-950\/95:active {
  border-left-color: rgb(9 9 11 / 0.95);
}

.active\:border-r-amber-100:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 243 199 / var(--tw-border-opacity));
}

.active\:border-r-amber-100\/0:active {
  border-right-color: rgb(254 243 199 / 0);
}

.active\:border-r-amber-100\/10:active {
  border-right-color: rgb(254 243 199 / 0.1);
}

.active\:border-r-amber-100\/100:active {
  border-right-color: rgb(254 243 199 / 1);
}

.active\:border-r-amber-100\/20:active {
  border-right-color: rgb(254 243 199 / 0.2);
}

.active\:border-r-amber-100\/25:active {
  border-right-color: rgb(254 243 199 / 0.25);
}

.active\:border-r-amber-100\/30:active {
  border-right-color: rgb(254 243 199 / 0.3);
}

.active\:border-r-amber-100\/40:active {
  border-right-color: rgb(254 243 199 / 0.4);
}

.active\:border-r-amber-100\/5:active {
  border-right-color: rgb(254 243 199 / 0.05);
}

.active\:border-r-amber-100\/50:active {
  border-right-color: rgb(254 243 199 / 0.5);
}

.active\:border-r-amber-100\/60:active {
  border-right-color: rgb(254 243 199 / 0.6);
}

.active\:border-r-amber-100\/70:active {
  border-right-color: rgb(254 243 199 / 0.7);
}

.active\:border-r-amber-100\/75:active {
  border-right-color: rgb(254 243 199 / 0.75);
}

.active\:border-r-amber-100\/80:active {
  border-right-color: rgb(254 243 199 / 0.8);
}

.active\:border-r-amber-100\/90:active {
  border-right-color: rgb(254 243 199 / 0.9);
}

.active\:border-r-amber-100\/95:active {
  border-right-color: rgb(254 243 199 / 0.95);
}

.active\:border-r-amber-200:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 230 138 / var(--tw-border-opacity));
}

.active\:border-r-amber-200\/0:active {
  border-right-color: rgb(253 230 138 / 0);
}

.active\:border-r-amber-200\/10:active {
  border-right-color: rgb(253 230 138 / 0.1);
}

.active\:border-r-amber-200\/100:active {
  border-right-color: rgb(253 230 138 / 1);
}

.active\:border-r-amber-200\/20:active {
  border-right-color: rgb(253 230 138 / 0.2);
}

.active\:border-r-amber-200\/25:active {
  border-right-color: rgb(253 230 138 / 0.25);
}

.active\:border-r-amber-200\/30:active {
  border-right-color: rgb(253 230 138 / 0.3);
}

.active\:border-r-amber-200\/40:active {
  border-right-color: rgb(253 230 138 / 0.4);
}

.active\:border-r-amber-200\/5:active {
  border-right-color: rgb(253 230 138 / 0.05);
}

.active\:border-r-amber-200\/50:active {
  border-right-color: rgb(253 230 138 / 0.5);
}

.active\:border-r-amber-200\/60:active {
  border-right-color: rgb(253 230 138 / 0.6);
}

.active\:border-r-amber-200\/70:active {
  border-right-color: rgb(253 230 138 / 0.7);
}

.active\:border-r-amber-200\/75:active {
  border-right-color: rgb(253 230 138 / 0.75);
}

.active\:border-r-amber-200\/80:active {
  border-right-color: rgb(253 230 138 / 0.8);
}

.active\:border-r-amber-200\/90:active {
  border-right-color: rgb(253 230 138 / 0.9);
}

.active\:border-r-amber-200\/95:active {
  border-right-color: rgb(253 230 138 / 0.95);
}

.active\:border-r-amber-300:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(252 211 77 / var(--tw-border-opacity));
}

.active\:border-r-amber-300\/0:active {
  border-right-color: rgb(252 211 77 / 0);
}

.active\:border-r-amber-300\/10:active {
  border-right-color: rgb(252 211 77 / 0.1);
}

.active\:border-r-amber-300\/100:active {
  border-right-color: rgb(252 211 77 / 1);
}

.active\:border-r-amber-300\/20:active {
  border-right-color: rgb(252 211 77 / 0.2);
}

.active\:border-r-amber-300\/25:active {
  border-right-color: rgb(252 211 77 / 0.25);
}

.active\:border-r-amber-300\/30:active {
  border-right-color: rgb(252 211 77 / 0.3);
}

.active\:border-r-amber-300\/40:active {
  border-right-color: rgb(252 211 77 / 0.4);
}

.active\:border-r-amber-300\/5:active {
  border-right-color: rgb(252 211 77 / 0.05);
}

.active\:border-r-amber-300\/50:active {
  border-right-color: rgb(252 211 77 / 0.5);
}

.active\:border-r-amber-300\/60:active {
  border-right-color: rgb(252 211 77 / 0.6);
}

.active\:border-r-amber-300\/70:active {
  border-right-color: rgb(252 211 77 / 0.7);
}

.active\:border-r-amber-300\/75:active {
  border-right-color: rgb(252 211 77 / 0.75);
}

.active\:border-r-amber-300\/80:active {
  border-right-color: rgb(252 211 77 / 0.8);
}

.active\:border-r-amber-300\/90:active {
  border-right-color: rgb(252 211 77 / 0.9);
}

.active\:border-r-amber-300\/95:active {
  border-right-color: rgb(252 211 77 / 0.95);
}

.active\:border-r-amber-400:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(251 191 36 / var(--tw-border-opacity));
}

.active\:border-r-amber-400\/0:active {
  border-right-color: rgb(251 191 36 / 0);
}

.active\:border-r-amber-400\/10:active {
  border-right-color: rgb(251 191 36 / 0.1);
}

.active\:border-r-amber-400\/100:active {
  border-right-color: rgb(251 191 36 / 1);
}

.active\:border-r-amber-400\/20:active {
  border-right-color: rgb(251 191 36 / 0.2);
}

.active\:border-r-amber-400\/25:active {
  border-right-color: rgb(251 191 36 / 0.25);
}

.active\:border-r-amber-400\/30:active {
  border-right-color: rgb(251 191 36 / 0.3);
}

.active\:border-r-amber-400\/40:active {
  border-right-color: rgb(251 191 36 / 0.4);
}

.active\:border-r-amber-400\/5:active {
  border-right-color: rgb(251 191 36 / 0.05);
}

.active\:border-r-amber-400\/50:active {
  border-right-color: rgb(251 191 36 / 0.5);
}

.active\:border-r-amber-400\/60:active {
  border-right-color: rgb(251 191 36 / 0.6);
}

.active\:border-r-amber-400\/70:active {
  border-right-color: rgb(251 191 36 / 0.7);
}

.active\:border-r-amber-400\/75:active {
  border-right-color: rgb(251 191 36 / 0.75);
}

.active\:border-r-amber-400\/80:active {
  border-right-color: rgb(251 191 36 / 0.8);
}

.active\:border-r-amber-400\/90:active {
  border-right-color: rgb(251 191 36 / 0.9);
}

.active\:border-r-amber-400\/95:active {
  border-right-color: rgb(251 191 36 / 0.95);
}

.active\:border-r-amber-50:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.active\:border-r-amber-50\/0:active {
  border-right-color: rgb(255 251 235 / 0);
}

.active\:border-r-amber-50\/10:active {
  border-right-color: rgb(255 251 235 / 0.1);
}

.active\:border-r-amber-50\/100:active {
  border-right-color: rgb(255 251 235 / 1);
}

.active\:border-r-amber-50\/20:active {
  border-right-color: rgb(255 251 235 / 0.2);
}

.active\:border-r-amber-50\/25:active {
  border-right-color: rgb(255 251 235 / 0.25);
}

.active\:border-r-amber-50\/30:active {
  border-right-color: rgb(255 251 235 / 0.3);
}

.active\:border-r-amber-50\/40:active {
  border-right-color: rgb(255 251 235 / 0.4);
}

.active\:border-r-amber-50\/5:active {
  border-right-color: rgb(255 251 235 / 0.05);
}

.active\:border-r-amber-50\/50:active {
  border-right-color: rgb(255 251 235 / 0.5);
}

.active\:border-r-amber-50\/60:active {
  border-right-color: rgb(255 251 235 / 0.6);
}

.active\:border-r-amber-50\/70:active {
  border-right-color: rgb(255 251 235 / 0.7);
}

.active\:border-r-amber-50\/75:active {
  border-right-color: rgb(255 251 235 / 0.75);
}

.active\:border-r-amber-50\/80:active {
  border-right-color: rgb(255 251 235 / 0.8);
}

.active\:border-r-amber-50\/90:active {
  border-right-color: rgb(255 251 235 / 0.9);
}

.active\:border-r-amber-50\/95:active {
  border-right-color: rgb(255 251 235 / 0.95);
}

.active\:border-r-amber-500:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 158 11 / var(--tw-border-opacity));
}

.active\:border-r-amber-500\/0:active {
  border-right-color: rgb(245 158 11 / 0);
}

.active\:border-r-amber-500\/10:active {
  border-right-color: rgb(245 158 11 / 0.1);
}

.active\:border-r-amber-500\/100:active {
  border-right-color: rgb(245 158 11 / 1);
}

.active\:border-r-amber-500\/20:active {
  border-right-color: rgb(245 158 11 / 0.2);
}

.active\:border-r-amber-500\/25:active {
  border-right-color: rgb(245 158 11 / 0.25);
}

.active\:border-r-amber-500\/30:active {
  border-right-color: rgb(245 158 11 / 0.3);
}

.active\:border-r-amber-500\/40:active {
  border-right-color: rgb(245 158 11 / 0.4);
}

.active\:border-r-amber-500\/5:active {
  border-right-color: rgb(245 158 11 / 0.05);
}

.active\:border-r-amber-500\/50:active {
  border-right-color: rgb(245 158 11 / 0.5);
}

.active\:border-r-amber-500\/60:active {
  border-right-color: rgb(245 158 11 / 0.6);
}

.active\:border-r-amber-500\/70:active {
  border-right-color: rgb(245 158 11 / 0.7);
}

.active\:border-r-amber-500\/75:active {
  border-right-color: rgb(245 158 11 / 0.75);
}

.active\:border-r-amber-500\/80:active {
  border-right-color: rgb(245 158 11 / 0.8);
}

.active\:border-r-amber-500\/90:active {
  border-right-color: rgb(245 158 11 / 0.9);
}

.active\:border-r-amber-500\/95:active {
  border-right-color: rgb(245 158 11 / 0.95);
}

.active\:border-r-amber-600:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(217 119 6 / var(--tw-border-opacity));
}

.active\:border-r-amber-600\/0:active {
  border-right-color: rgb(217 119 6 / 0);
}

.active\:border-r-amber-600\/10:active {
  border-right-color: rgb(217 119 6 / 0.1);
}

.active\:border-r-amber-600\/100:active {
  border-right-color: rgb(217 119 6 / 1);
}

.active\:border-r-amber-600\/20:active {
  border-right-color: rgb(217 119 6 / 0.2);
}

.active\:border-r-amber-600\/25:active {
  border-right-color: rgb(217 119 6 / 0.25);
}

.active\:border-r-amber-600\/30:active {
  border-right-color: rgb(217 119 6 / 0.3);
}

.active\:border-r-amber-600\/40:active {
  border-right-color: rgb(217 119 6 / 0.4);
}

.active\:border-r-amber-600\/5:active {
  border-right-color: rgb(217 119 6 / 0.05);
}

.active\:border-r-amber-600\/50:active {
  border-right-color: rgb(217 119 6 / 0.5);
}

.active\:border-r-amber-600\/60:active {
  border-right-color: rgb(217 119 6 / 0.6);
}

.active\:border-r-amber-600\/70:active {
  border-right-color: rgb(217 119 6 / 0.7);
}

.active\:border-r-amber-600\/75:active {
  border-right-color: rgb(217 119 6 / 0.75);
}

.active\:border-r-amber-600\/80:active {
  border-right-color: rgb(217 119 6 / 0.8);
}

.active\:border-r-amber-600\/90:active {
  border-right-color: rgb(217 119 6 / 0.9);
}

.active\:border-r-amber-600\/95:active {
  border-right-color: rgb(217 119 6 / 0.95);
}

.active\:border-r-amber-700:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(180 83 9 / var(--tw-border-opacity));
}

.active\:border-r-amber-700\/0:active {
  border-right-color: rgb(180 83 9 / 0);
}

.active\:border-r-amber-700\/10:active {
  border-right-color: rgb(180 83 9 / 0.1);
}

.active\:border-r-amber-700\/100:active {
  border-right-color: rgb(180 83 9 / 1);
}

.active\:border-r-amber-700\/20:active {
  border-right-color: rgb(180 83 9 / 0.2);
}

.active\:border-r-amber-700\/25:active {
  border-right-color: rgb(180 83 9 / 0.25);
}

.active\:border-r-amber-700\/30:active {
  border-right-color: rgb(180 83 9 / 0.3);
}

.active\:border-r-amber-700\/40:active {
  border-right-color: rgb(180 83 9 / 0.4);
}

.active\:border-r-amber-700\/5:active {
  border-right-color: rgb(180 83 9 / 0.05);
}

.active\:border-r-amber-700\/50:active {
  border-right-color: rgb(180 83 9 / 0.5);
}

.active\:border-r-amber-700\/60:active {
  border-right-color: rgb(180 83 9 / 0.6);
}

.active\:border-r-amber-700\/70:active {
  border-right-color: rgb(180 83 9 / 0.7);
}

.active\:border-r-amber-700\/75:active {
  border-right-color: rgb(180 83 9 / 0.75);
}

.active\:border-r-amber-700\/80:active {
  border-right-color: rgb(180 83 9 / 0.8);
}

.active\:border-r-amber-700\/90:active {
  border-right-color: rgb(180 83 9 / 0.9);
}

.active\:border-r-amber-700\/95:active {
  border-right-color: rgb(180 83 9 / 0.95);
}

.active\:border-r-amber-800:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(146 64 14 / var(--tw-border-opacity));
}

.active\:border-r-amber-800\/0:active {
  border-right-color: rgb(146 64 14 / 0);
}

.active\:border-r-amber-800\/10:active {
  border-right-color: rgb(146 64 14 / 0.1);
}

.active\:border-r-amber-800\/100:active {
  border-right-color: rgb(146 64 14 / 1);
}

.active\:border-r-amber-800\/20:active {
  border-right-color: rgb(146 64 14 / 0.2);
}

.active\:border-r-amber-800\/25:active {
  border-right-color: rgb(146 64 14 / 0.25);
}

.active\:border-r-amber-800\/30:active {
  border-right-color: rgb(146 64 14 / 0.3);
}

.active\:border-r-amber-800\/40:active {
  border-right-color: rgb(146 64 14 / 0.4);
}

.active\:border-r-amber-800\/5:active {
  border-right-color: rgb(146 64 14 / 0.05);
}

.active\:border-r-amber-800\/50:active {
  border-right-color: rgb(146 64 14 / 0.5);
}

.active\:border-r-amber-800\/60:active {
  border-right-color: rgb(146 64 14 / 0.6);
}

.active\:border-r-amber-800\/70:active {
  border-right-color: rgb(146 64 14 / 0.7);
}

.active\:border-r-amber-800\/75:active {
  border-right-color: rgb(146 64 14 / 0.75);
}

.active\:border-r-amber-800\/80:active {
  border-right-color: rgb(146 64 14 / 0.8);
}

.active\:border-r-amber-800\/90:active {
  border-right-color: rgb(146 64 14 / 0.9);
}

.active\:border-r-amber-800\/95:active {
  border-right-color: rgb(146 64 14 / 0.95);
}

.active\:border-r-amber-900:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(120 53 15 / var(--tw-border-opacity));
}

.active\:border-r-amber-900\/0:active {
  border-right-color: rgb(120 53 15 / 0);
}

.active\:border-r-amber-900\/10:active {
  border-right-color: rgb(120 53 15 / 0.1);
}

.active\:border-r-amber-900\/100:active {
  border-right-color: rgb(120 53 15 / 1);
}

.active\:border-r-amber-900\/20:active {
  border-right-color: rgb(120 53 15 / 0.2);
}

.active\:border-r-amber-900\/25:active {
  border-right-color: rgb(120 53 15 / 0.25);
}

.active\:border-r-amber-900\/30:active {
  border-right-color: rgb(120 53 15 / 0.3);
}

.active\:border-r-amber-900\/40:active {
  border-right-color: rgb(120 53 15 / 0.4);
}

.active\:border-r-amber-900\/5:active {
  border-right-color: rgb(120 53 15 / 0.05);
}

.active\:border-r-amber-900\/50:active {
  border-right-color: rgb(120 53 15 / 0.5);
}

.active\:border-r-amber-900\/60:active {
  border-right-color: rgb(120 53 15 / 0.6);
}

.active\:border-r-amber-900\/70:active {
  border-right-color: rgb(120 53 15 / 0.7);
}

.active\:border-r-amber-900\/75:active {
  border-right-color: rgb(120 53 15 / 0.75);
}

.active\:border-r-amber-900\/80:active {
  border-right-color: rgb(120 53 15 / 0.8);
}

.active\:border-r-amber-900\/90:active {
  border-right-color: rgb(120 53 15 / 0.9);
}

.active\:border-r-amber-900\/95:active {
  border-right-color: rgb(120 53 15 / 0.95);
}

.active\:border-r-amber-950:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(69 26 3 / var(--tw-border-opacity));
}

.active\:border-r-amber-950\/0:active {
  border-right-color: rgb(69 26 3 / 0);
}

.active\:border-r-amber-950\/10:active {
  border-right-color: rgb(69 26 3 / 0.1);
}

.active\:border-r-amber-950\/100:active {
  border-right-color: rgb(69 26 3 / 1);
}

.active\:border-r-amber-950\/20:active {
  border-right-color: rgb(69 26 3 / 0.2);
}

.active\:border-r-amber-950\/25:active {
  border-right-color: rgb(69 26 3 / 0.25);
}

.active\:border-r-amber-950\/30:active {
  border-right-color: rgb(69 26 3 / 0.3);
}

.active\:border-r-amber-950\/40:active {
  border-right-color: rgb(69 26 3 / 0.4);
}

.active\:border-r-amber-950\/5:active {
  border-right-color: rgb(69 26 3 / 0.05);
}

.active\:border-r-amber-950\/50:active {
  border-right-color: rgb(69 26 3 / 0.5);
}

.active\:border-r-amber-950\/60:active {
  border-right-color: rgb(69 26 3 / 0.6);
}

.active\:border-r-amber-950\/70:active {
  border-right-color: rgb(69 26 3 / 0.7);
}

.active\:border-r-amber-950\/75:active {
  border-right-color: rgb(69 26 3 / 0.75);
}

.active\:border-r-amber-950\/80:active {
  border-right-color: rgb(69 26 3 / 0.8);
}

.active\:border-r-amber-950\/90:active {
  border-right-color: rgb(69 26 3 / 0.9);
}

.active\:border-r-amber-950\/95:active {
  border-right-color: rgb(69 26 3 / 0.95);
}

.active\:border-r-black:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.active\:border-r-black\/0:active {
  border-right-color: rgb(0 0 0 / 0);
}

.active\:border-r-black\/10:active {
  border-right-color: rgb(0 0 0 / 0.1);
}

.active\:border-r-black\/100:active {
  border-right-color: rgb(0 0 0 / 1);
}

.active\:border-r-black\/20:active {
  border-right-color: rgb(0 0 0 / 0.2);
}

.active\:border-r-black\/25:active {
  border-right-color: rgb(0 0 0 / 0.25);
}

.active\:border-r-black\/30:active {
  border-right-color: rgb(0 0 0 / 0.3);
}

.active\:border-r-black\/40:active {
  border-right-color: rgb(0 0 0 / 0.4);
}

.active\:border-r-black\/5:active {
  border-right-color: rgb(0 0 0 / 0.05);
}

.active\:border-r-black\/50:active {
  border-right-color: rgb(0 0 0 / 0.5);
}

.active\:border-r-black\/60:active {
  border-right-color: rgb(0 0 0 / 0.6);
}

.active\:border-r-black\/70:active {
  border-right-color: rgb(0 0 0 / 0.7);
}

.active\:border-r-black\/75:active {
  border-right-color: rgb(0 0 0 / 0.75);
}

.active\:border-r-black\/80:active {
  border-right-color: rgb(0 0 0 / 0.8);
}

.active\:border-r-black\/90:active {
  border-right-color: rgb(0 0 0 / 0.9);
}

.active\:border-r-black\/95:active {
  border-right-color: rgb(0 0 0 / 0.95);
}

.active\:border-r-blue-100:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(219 234 254 / var(--tw-border-opacity));
}

.active\:border-r-blue-100\/0:active {
  border-right-color: rgb(219 234 254 / 0);
}

.active\:border-r-blue-100\/10:active {
  border-right-color: rgb(219 234 254 / 0.1);
}

.active\:border-r-blue-100\/100:active {
  border-right-color: rgb(219 234 254 / 1);
}

.active\:border-r-blue-100\/20:active {
  border-right-color: rgb(219 234 254 / 0.2);
}

.active\:border-r-blue-100\/25:active {
  border-right-color: rgb(219 234 254 / 0.25);
}

.active\:border-r-blue-100\/30:active {
  border-right-color: rgb(219 234 254 / 0.3);
}

.active\:border-r-blue-100\/40:active {
  border-right-color: rgb(219 234 254 / 0.4);
}

.active\:border-r-blue-100\/5:active {
  border-right-color: rgb(219 234 254 / 0.05);
}

.active\:border-r-blue-100\/50:active {
  border-right-color: rgb(219 234 254 / 0.5);
}

.active\:border-r-blue-100\/60:active {
  border-right-color: rgb(219 234 254 / 0.6);
}

.active\:border-r-blue-100\/70:active {
  border-right-color: rgb(219 234 254 / 0.7);
}

.active\:border-r-blue-100\/75:active {
  border-right-color: rgb(219 234 254 / 0.75);
}

.active\:border-r-blue-100\/80:active {
  border-right-color: rgb(219 234 254 / 0.8);
}

.active\:border-r-blue-100\/90:active {
  border-right-color: rgb(219 234 254 / 0.9);
}

.active\:border-r-blue-100\/95:active {
  border-right-color: rgb(219 234 254 / 0.95);
}

.active\:border-r-blue-200:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.active\:border-r-blue-200\/0:active {
  border-right-color: rgb(191 219 254 / 0);
}

.active\:border-r-blue-200\/10:active {
  border-right-color: rgb(191 219 254 / 0.1);
}

.active\:border-r-blue-200\/100:active {
  border-right-color: rgb(191 219 254 / 1);
}

.active\:border-r-blue-200\/20:active {
  border-right-color: rgb(191 219 254 / 0.2);
}

.active\:border-r-blue-200\/25:active {
  border-right-color: rgb(191 219 254 / 0.25);
}

.active\:border-r-blue-200\/30:active {
  border-right-color: rgb(191 219 254 / 0.3);
}

.active\:border-r-blue-200\/40:active {
  border-right-color: rgb(191 219 254 / 0.4);
}

.active\:border-r-blue-200\/5:active {
  border-right-color: rgb(191 219 254 / 0.05);
}

.active\:border-r-blue-200\/50:active {
  border-right-color: rgb(191 219 254 / 0.5);
}

.active\:border-r-blue-200\/60:active {
  border-right-color: rgb(191 219 254 / 0.6);
}

.active\:border-r-blue-200\/70:active {
  border-right-color: rgb(191 219 254 / 0.7);
}

.active\:border-r-blue-200\/75:active {
  border-right-color: rgb(191 219 254 / 0.75);
}

.active\:border-r-blue-200\/80:active {
  border-right-color: rgb(191 219 254 / 0.8);
}

.active\:border-r-blue-200\/90:active {
  border-right-color: rgb(191 219 254 / 0.9);
}

.active\:border-r-blue-200\/95:active {
  border-right-color: rgb(191 219 254 / 0.95);
}

.active\:border-r-blue-300:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.active\:border-r-blue-300\/0:active {
  border-right-color: rgb(147 197 253 / 0);
}

.active\:border-r-blue-300\/10:active {
  border-right-color: rgb(147 197 253 / 0.1);
}

.active\:border-r-blue-300\/100:active {
  border-right-color: rgb(147 197 253 / 1);
}

.active\:border-r-blue-300\/20:active {
  border-right-color: rgb(147 197 253 / 0.2);
}

.active\:border-r-blue-300\/25:active {
  border-right-color: rgb(147 197 253 / 0.25);
}

.active\:border-r-blue-300\/30:active {
  border-right-color: rgb(147 197 253 / 0.3);
}

.active\:border-r-blue-300\/40:active {
  border-right-color: rgb(147 197 253 / 0.4);
}

.active\:border-r-blue-300\/5:active {
  border-right-color: rgb(147 197 253 / 0.05);
}

.active\:border-r-blue-300\/50:active {
  border-right-color: rgb(147 197 253 / 0.5);
}

.active\:border-r-blue-300\/60:active {
  border-right-color: rgb(147 197 253 / 0.6);
}

.active\:border-r-blue-300\/70:active {
  border-right-color: rgb(147 197 253 / 0.7);
}

.active\:border-r-blue-300\/75:active {
  border-right-color: rgb(147 197 253 / 0.75);
}

.active\:border-r-blue-300\/80:active {
  border-right-color: rgb(147 197 253 / 0.8);
}

.active\:border-r-blue-300\/90:active {
  border-right-color: rgb(147 197 253 / 0.9);
}

.active\:border-r-blue-300\/95:active {
  border-right-color: rgb(147 197 253 / 0.95);
}

.active\:border-r-blue-400:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.active\:border-r-blue-400\/0:active {
  border-right-color: rgb(96 165 250 / 0);
}

.active\:border-r-blue-400\/10:active {
  border-right-color: rgb(96 165 250 / 0.1);
}

.active\:border-r-blue-400\/100:active {
  border-right-color: rgb(96 165 250 / 1);
}

.active\:border-r-blue-400\/20:active {
  border-right-color: rgb(96 165 250 / 0.2);
}

.active\:border-r-blue-400\/25:active {
  border-right-color: rgb(96 165 250 / 0.25);
}

.active\:border-r-blue-400\/30:active {
  border-right-color: rgb(96 165 250 / 0.3);
}

.active\:border-r-blue-400\/40:active {
  border-right-color: rgb(96 165 250 / 0.4);
}

.active\:border-r-blue-400\/5:active {
  border-right-color: rgb(96 165 250 / 0.05);
}

.active\:border-r-blue-400\/50:active {
  border-right-color: rgb(96 165 250 / 0.5);
}

.active\:border-r-blue-400\/60:active {
  border-right-color: rgb(96 165 250 / 0.6);
}

.active\:border-r-blue-400\/70:active {
  border-right-color: rgb(96 165 250 / 0.7);
}

.active\:border-r-blue-400\/75:active {
  border-right-color: rgb(96 165 250 / 0.75);
}

.active\:border-r-blue-400\/80:active {
  border-right-color: rgb(96 165 250 / 0.8);
}

.active\:border-r-blue-400\/90:active {
  border-right-color: rgb(96 165 250 / 0.9);
}

.active\:border-r-blue-400\/95:active {
  border-right-color: rgb(96 165 250 / 0.95);
}

.active\:border-r-blue-50:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(239 246 255 / var(--tw-border-opacity));
}

.active\:border-r-blue-50\/0:active {
  border-right-color: rgb(239 246 255 / 0);
}

.active\:border-r-blue-50\/10:active {
  border-right-color: rgb(239 246 255 / 0.1);
}

.active\:border-r-blue-50\/100:active {
  border-right-color: rgb(239 246 255 / 1);
}

.active\:border-r-blue-50\/20:active {
  border-right-color: rgb(239 246 255 / 0.2);
}

.active\:border-r-blue-50\/25:active {
  border-right-color: rgb(239 246 255 / 0.25);
}

.active\:border-r-blue-50\/30:active {
  border-right-color: rgb(239 246 255 / 0.3);
}

.active\:border-r-blue-50\/40:active {
  border-right-color: rgb(239 246 255 / 0.4);
}

.active\:border-r-blue-50\/5:active {
  border-right-color: rgb(239 246 255 / 0.05);
}

.active\:border-r-blue-50\/50:active {
  border-right-color: rgb(239 246 255 / 0.5);
}

.active\:border-r-blue-50\/60:active {
  border-right-color: rgb(239 246 255 / 0.6);
}

.active\:border-r-blue-50\/70:active {
  border-right-color: rgb(239 246 255 / 0.7);
}

.active\:border-r-blue-50\/75:active {
  border-right-color: rgb(239 246 255 / 0.75);
}

.active\:border-r-blue-50\/80:active {
  border-right-color: rgb(239 246 255 / 0.8);
}

.active\:border-r-blue-50\/90:active {
  border-right-color: rgb(239 246 255 / 0.9);
}

.active\:border-r-blue-50\/95:active {
  border-right-color: rgb(239 246 255 / 0.95);
}

.active\:border-r-blue-500:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.active\:border-r-blue-500\/0:active {
  border-right-color: rgb(59 130 246 / 0);
}

.active\:border-r-blue-500\/10:active {
  border-right-color: rgb(59 130 246 / 0.1);
}

.active\:border-r-blue-500\/100:active {
  border-right-color: rgb(59 130 246 / 1);
}

.active\:border-r-blue-500\/20:active {
  border-right-color: rgb(59 130 246 / 0.2);
}

.active\:border-r-blue-500\/25:active {
  border-right-color: rgb(59 130 246 / 0.25);
}

.active\:border-r-blue-500\/30:active {
  border-right-color: rgb(59 130 246 / 0.3);
}

.active\:border-r-blue-500\/40:active {
  border-right-color: rgb(59 130 246 / 0.4);
}

.active\:border-r-blue-500\/5:active {
  border-right-color: rgb(59 130 246 / 0.05);
}

.active\:border-r-blue-500\/50:active {
  border-right-color: rgb(59 130 246 / 0.5);
}

.active\:border-r-blue-500\/60:active {
  border-right-color: rgb(59 130 246 / 0.6);
}

.active\:border-r-blue-500\/70:active {
  border-right-color: rgb(59 130 246 / 0.7);
}

.active\:border-r-blue-500\/75:active {
  border-right-color: rgb(59 130 246 / 0.75);
}

.active\:border-r-blue-500\/80:active {
  border-right-color: rgb(59 130 246 / 0.8);
}

.active\:border-r-blue-500\/90:active {
  border-right-color: rgb(59 130 246 / 0.9);
}

.active\:border-r-blue-500\/95:active {
  border-right-color: rgb(59 130 246 / 0.95);
}

.active\:border-r-blue-600:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.active\:border-r-blue-600\/0:active {
  border-right-color: rgb(37 99 235 / 0);
}

.active\:border-r-blue-600\/10:active {
  border-right-color: rgb(37 99 235 / 0.1);
}

.active\:border-r-blue-600\/100:active {
  border-right-color: rgb(37 99 235 / 1);
}

.active\:border-r-blue-600\/20:active {
  border-right-color: rgb(37 99 235 / 0.2);
}

.active\:border-r-blue-600\/25:active {
  border-right-color: rgb(37 99 235 / 0.25);
}

.active\:border-r-blue-600\/30:active {
  border-right-color: rgb(37 99 235 / 0.3);
}

.active\:border-r-blue-600\/40:active {
  border-right-color: rgb(37 99 235 / 0.4);
}

.active\:border-r-blue-600\/5:active {
  border-right-color: rgb(37 99 235 / 0.05);
}

.active\:border-r-blue-600\/50:active {
  border-right-color: rgb(37 99 235 / 0.5);
}

.active\:border-r-blue-600\/60:active {
  border-right-color: rgb(37 99 235 / 0.6);
}

.active\:border-r-blue-600\/70:active {
  border-right-color: rgb(37 99 235 / 0.7);
}

.active\:border-r-blue-600\/75:active {
  border-right-color: rgb(37 99 235 / 0.75);
}

.active\:border-r-blue-600\/80:active {
  border-right-color: rgb(37 99 235 / 0.8);
}

.active\:border-r-blue-600\/90:active {
  border-right-color: rgb(37 99 235 / 0.9);
}

.active\:border-r-blue-600\/95:active {
  border-right-color: rgb(37 99 235 / 0.95);
}

.active\:border-r-blue-700:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.active\:border-r-blue-700\/0:active {
  border-right-color: rgb(29 78 216 / 0);
}

.active\:border-r-blue-700\/10:active {
  border-right-color: rgb(29 78 216 / 0.1);
}

.active\:border-r-blue-700\/100:active {
  border-right-color: rgb(29 78 216 / 1);
}

.active\:border-r-blue-700\/20:active {
  border-right-color: rgb(29 78 216 / 0.2);
}

.active\:border-r-blue-700\/25:active {
  border-right-color: rgb(29 78 216 / 0.25);
}

.active\:border-r-blue-700\/30:active {
  border-right-color: rgb(29 78 216 / 0.3);
}

.active\:border-r-blue-700\/40:active {
  border-right-color: rgb(29 78 216 / 0.4);
}

.active\:border-r-blue-700\/5:active {
  border-right-color: rgb(29 78 216 / 0.05);
}

.active\:border-r-blue-700\/50:active {
  border-right-color: rgb(29 78 216 / 0.5);
}

.active\:border-r-blue-700\/60:active {
  border-right-color: rgb(29 78 216 / 0.6);
}

.active\:border-r-blue-700\/70:active {
  border-right-color: rgb(29 78 216 / 0.7);
}

.active\:border-r-blue-700\/75:active {
  border-right-color: rgb(29 78 216 / 0.75);
}

.active\:border-r-blue-700\/80:active {
  border-right-color: rgb(29 78 216 / 0.8);
}

.active\:border-r-blue-700\/90:active {
  border-right-color: rgb(29 78 216 / 0.9);
}

.active\:border-r-blue-700\/95:active {
  border-right-color: rgb(29 78 216 / 0.95);
}

.active\:border-r-blue-800:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.active\:border-r-blue-800\/0:active {
  border-right-color: rgb(30 64 175 / 0);
}

.active\:border-r-blue-800\/10:active {
  border-right-color: rgb(30 64 175 / 0.1);
}

.active\:border-r-blue-800\/100:active {
  border-right-color: rgb(30 64 175 / 1);
}

.active\:border-r-blue-800\/20:active {
  border-right-color: rgb(30 64 175 / 0.2);
}

.active\:border-r-blue-800\/25:active {
  border-right-color: rgb(30 64 175 / 0.25);
}

.active\:border-r-blue-800\/30:active {
  border-right-color: rgb(30 64 175 / 0.3);
}

.active\:border-r-blue-800\/40:active {
  border-right-color: rgb(30 64 175 / 0.4);
}

.active\:border-r-blue-800\/5:active {
  border-right-color: rgb(30 64 175 / 0.05);
}

.active\:border-r-blue-800\/50:active {
  border-right-color: rgb(30 64 175 / 0.5);
}

.active\:border-r-blue-800\/60:active {
  border-right-color: rgb(30 64 175 / 0.6);
}

.active\:border-r-blue-800\/70:active {
  border-right-color: rgb(30 64 175 / 0.7);
}

.active\:border-r-blue-800\/75:active {
  border-right-color: rgb(30 64 175 / 0.75);
}

.active\:border-r-blue-800\/80:active {
  border-right-color: rgb(30 64 175 / 0.8);
}

.active\:border-r-blue-800\/90:active {
  border-right-color: rgb(30 64 175 / 0.9);
}

.active\:border-r-blue-800\/95:active {
  border-right-color: rgb(30 64 175 / 0.95);
}

.active\:border-r-blue-900:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.active\:border-r-blue-900\/0:active {
  border-right-color: rgb(30 58 138 / 0);
}

.active\:border-r-blue-900\/10:active {
  border-right-color: rgb(30 58 138 / 0.1);
}

.active\:border-r-blue-900\/100:active {
  border-right-color: rgb(30 58 138 / 1);
}

.active\:border-r-blue-900\/20:active {
  border-right-color: rgb(30 58 138 / 0.2);
}

.active\:border-r-blue-900\/25:active {
  border-right-color: rgb(30 58 138 / 0.25);
}

.active\:border-r-blue-900\/30:active {
  border-right-color: rgb(30 58 138 / 0.3);
}

.active\:border-r-blue-900\/40:active {
  border-right-color: rgb(30 58 138 / 0.4);
}

.active\:border-r-blue-900\/5:active {
  border-right-color: rgb(30 58 138 / 0.05);
}

.active\:border-r-blue-900\/50:active {
  border-right-color: rgb(30 58 138 / 0.5);
}

.active\:border-r-blue-900\/60:active {
  border-right-color: rgb(30 58 138 / 0.6);
}

.active\:border-r-blue-900\/70:active {
  border-right-color: rgb(30 58 138 / 0.7);
}

.active\:border-r-blue-900\/75:active {
  border-right-color: rgb(30 58 138 / 0.75);
}

.active\:border-r-blue-900\/80:active {
  border-right-color: rgb(30 58 138 / 0.8);
}

.active\:border-r-blue-900\/90:active {
  border-right-color: rgb(30 58 138 / 0.9);
}

.active\:border-r-blue-900\/95:active {
  border-right-color: rgb(30 58 138 / 0.95);
}

.active\:border-r-blue-950:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(23 37 84 / var(--tw-border-opacity));
}

.active\:border-r-blue-950\/0:active {
  border-right-color: rgb(23 37 84 / 0);
}

.active\:border-r-blue-950\/10:active {
  border-right-color: rgb(23 37 84 / 0.1);
}

.active\:border-r-blue-950\/100:active {
  border-right-color: rgb(23 37 84 / 1);
}

.active\:border-r-blue-950\/20:active {
  border-right-color: rgb(23 37 84 / 0.2);
}

.active\:border-r-blue-950\/25:active {
  border-right-color: rgb(23 37 84 / 0.25);
}

.active\:border-r-blue-950\/30:active {
  border-right-color: rgb(23 37 84 / 0.3);
}

.active\:border-r-blue-950\/40:active {
  border-right-color: rgb(23 37 84 / 0.4);
}

.active\:border-r-blue-950\/5:active {
  border-right-color: rgb(23 37 84 / 0.05);
}

.active\:border-r-blue-950\/50:active {
  border-right-color: rgb(23 37 84 / 0.5);
}

.active\:border-r-blue-950\/60:active {
  border-right-color: rgb(23 37 84 / 0.6);
}

.active\:border-r-blue-950\/70:active {
  border-right-color: rgb(23 37 84 / 0.7);
}

.active\:border-r-blue-950\/75:active {
  border-right-color: rgb(23 37 84 / 0.75);
}

.active\:border-r-blue-950\/80:active {
  border-right-color: rgb(23 37 84 / 0.8);
}

.active\:border-r-blue-950\/90:active {
  border-right-color: rgb(23 37 84 / 0.9);
}

.active\:border-r-blue-950\/95:active {
  border-right-color: rgb(23 37 84 / 0.95);
}

.active\:border-r-brand-100:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(230 239 246 / var(--tw-border-opacity));
}

.active\:border-r-brand-100\/0:active {
  border-right-color: rgb(230 239 246 / 0);
}

.active\:border-r-brand-100\/10:active {
  border-right-color: rgb(230 239 246 / 0.1);
}

.active\:border-r-brand-100\/100:active {
  border-right-color: rgb(230 239 246 / 1);
}

.active\:border-r-brand-100\/20:active {
  border-right-color: rgb(230 239 246 / 0.2);
}

.active\:border-r-brand-100\/25:active {
  border-right-color: rgb(230 239 246 / 0.25);
}

.active\:border-r-brand-100\/30:active {
  border-right-color: rgb(230 239 246 / 0.3);
}

.active\:border-r-brand-100\/40:active {
  border-right-color: rgb(230 239 246 / 0.4);
}

.active\:border-r-brand-100\/5:active {
  border-right-color: rgb(230 239 246 / 0.05);
}

.active\:border-r-brand-100\/50:active {
  border-right-color: rgb(230 239 246 / 0.5);
}

.active\:border-r-brand-100\/60:active {
  border-right-color: rgb(230 239 246 / 0.6);
}

.active\:border-r-brand-100\/70:active {
  border-right-color: rgb(230 239 246 / 0.7);
}

.active\:border-r-brand-100\/75:active {
  border-right-color: rgb(230 239 246 / 0.75);
}

.active\:border-r-brand-100\/80:active {
  border-right-color: rgb(230 239 246 / 0.8);
}

.active\:border-r-brand-100\/90:active {
  border-right-color: rgb(230 239 246 / 0.9);
}

.active\:border-r-brand-100\/95:active {
  border-right-color: rgb(230 239 246 / 0.95);
}

.active\:border-r-brand-200:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(193 215 234 / var(--tw-border-opacity));
}

.active\:border-r-brand-200\/0:active {
  border-right-color: rgb(193 215 234 / 0);
}

.active\:border-r-brand-200\/10:active {
  border-right-color: rgb(193 215 234 / 0.1);
}

.active\:border-r-brand-200\/100:active {
  border-right-color: rgb(193 215 234 / 1);
}

.active\:border-r-brand-200\/20:active {
  border-right-color: rgb(193 215 234 / 0.2);
}

.active\:border-r-brand-200\/25:active {
  border-right-color: rgb(193 215 234 / 0.25);
}

.active\:border-r-brand-200\/30:active {
  border-right-color: rgb(193 215 234 / 0.3);
}

.active\:border-r-brand-200\/40:active {
  border-right-color: rgb(193 215 234 / 0.4);
}

.active\:border-r-brand-200\/5:active {
  border-right-color: rgb(193 215 234 / 0.05);
}

.active\:border-r-brand-200\/50:active {
  border-right-color: rgb(193 215 234 / 0.5);
}

.active\:border-r-brand-200\/60:active {
  border-right-color: rgb(193 215 234 / 0.6);
}

.active\:border-r-brand-200\/70:active {
  border-right-color: rgb(193 215 234 / 0.7);
}

.active\:border-r-brand-200\/75:active {
  border-right-color: rgb(193 215 234 / 0.75);
}

.active\:border-r-brand-200\/80:active {
  border-right-color: rgb(193 215 234 / 0.8);
}

.active\:border-r-brand-200\/90:active {
  border-right-color: rgb(193 215 234 / 0.9);
}

.active\:border-r-brand-200\/95:active {
  border-right-color: rgb(193 215 234 / 0.95);
}

.active\:border-r-brand-300:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(155 190 221 / var(--tw-border-opacity));
}

.active\:border-r-brand-300\/0:active {
  border-right-color: rgb(155 190 221 / 0);
}

.active\:border-r-brand-300\/10:active {
  border-right-color: rgb(155 190 221 / 0.1);
}

.active\:border-r-brand-300\/100:active {
  border-right-color: rgb(155 190 221 / 1);
}

.active\:border-r-brand-300\/20:active {
  border-right-color: rgb(155 190 221 / 0.2);
}

.active\:border-r-brand-300\/25:active {
  border-right-color: rgb(155 190 221 / 0.25);
}

.active\:border-r-brand-300\/30:active {
  border-right-color: rgb(155 190 221 / 0.3);
}

.active\:border-r-brand-300\/40:active {
  border-right-color: rgb(155 190 221 / 0.4);
}

.active\:border-r-brand-300\/5:active {
  border-right-color: rgb(155 190 221 / 0.05);
}

.active\:border-r-brand-300\/50:active {
  border-right-color: rgb(155 190 221 / 0.5);
}

.active\:border-r-brand-300\/60:active {
  border-right-color: rgb(155 190 221 / 0.6);
}

.active\:border-r-brand-300\/70:active {
  border-right-color: rgb(155 190 221 / 0.7);
}

.active\:border-r-brand-300\/75:active {
  border-right-color: rgb(155 190 221 / 0.75);
}

.active\:border-r-brand-300\/80:active {
  border-right-color: rgb(155 190 221 / 0.8);
}

.active\:border-r-brand-300\/90:active {
  border-right-color: rgb(155 190 221 / 0.9);
}

.active\:border-r-brand-300\/95:active {
  border-right-color: rgb(155 190 221 / 0.95);
}

.active\:border-r-brand-400:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(81 142 195 / var(--tw-border-opacity));
}

.active\:border-r-brand-400\/0:active {
  border-right-color: rgb(81 142 195 / 0);
}

.active\:border-r-brand-400\/10:active {
  border-right-color: rgb(81 142 195 / 0.1);
}

.active\:border-r-brand-400\/100:active {
  border-right-color: rgb(81 142 195 / 1);
}

.active\:border-r-brand-400\/20:active {
  border-right-color: rgb(81 142 195 / 0.2);
}

.active\:border-r-brand-400\/25:active {
  border-right-color: rgb(81 142 195 / 0.25);
}

.active\:border-r-brand-400\/30:active {
  border-right-color: rgb(81 142 195 / 0.3);
}

.active\:border-r-brand-400\/40:active {
  border-right-color: rgb(81 142 195 / 0.4);
}

.active\:border-r-brand-400\/5:active {
  border-right-color: rgb(81 142 195 / 0.05);
}

.active\:border-r-brand-400\/50:active {
  border-right-color: rgb(81 142 195 / 0.5);
}

.active\:border-r-brand-400\/60:active {
  border-right-color: rgb(81 142 195 / 0.6);
}

.active\:border-r-brand-400\/70:active {
  border-right-color: rgb(81 142 195 / 0.7);
}

.active\:border-r-brand-400\/75:active {
  border-right-color: rgb(81 142 195 / 0.75);
}

.active\:border-r-brand-400\/80:active {
  border-right-color: rgb(81 142 195 / 0.8);
}

.active\:border-r-brand-400\/90:active {
  border-right-color: rgb(81 142 195 / 0.9);
}

.active\:border-r-brand-400\/95:active {
  border-right-color: rgb(81 142 195 / 0.95);
}

.active\:border-r-brand-50:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(243 247 251 / var(--tw-border-opacity));
}

.active\:border-r-brand-50\/0:active {
  border-right-color: rgb(243 247 251 / 0);
}

.active\:border-r-brand-50\/10:active {
  border-right-color: rgb(243 247 251 / 0.1);
}

.active\:border-r-brand-50\/100:active {
  border-right-color: rgb(243 247 251 / 1);
}

.active\:border-r-brand-50\/20:active {
  border-right-color: rgb(243 247 251 / 0.2);
}

.active\:border-r-brand-50\/25:active {
  border-right-color: rgb(243 247 251 / 0.25);
}

.active\:border-r-brand-50\/30:active {
  border-right-color: rgb(243 247 251 / 0.3);
}

.active\:border-r-brand-50\/40:active {
  border-right-color: rgb(243 247 251 / 0.4);
}

.active\:border-r-brand-50\/5:active {
  border-right-color: rgb(243 247 251 / 0.05);
}

.active\:border-r-brand-50\/50:active {
  border-right-color: rgb(243 247 251 / 0.5);
}

.active\:border-r-brand-50\/60:active {
  border-right-color: rgb(243 247 251 / 0.6);
}

.active\:border-r-brand-50\/70:active {
  border-right-color: rgb(243 247 251 / 0.7);
}

.active\:border-r-brand-50\/75:active {
  border-right-color: rgb(243 247 251 / 0.75);
}

.active\:border-r-brand-50\/80:active {
  border-right-color: rgb(243 247 251 / 0.8);
}

.active\:border-r-brand-50\/90:active {
  border-right-color: rgb(243 247 251 / 0.9);
}

.active\:border-r-brand-50\/95:active {
  border-right-color: rgb(243 247 251 / 0.95);
}

.active\:border-r-brand-500:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(6 93 169 / var(--tw-border-opacity));
}

.active\:border-r-brand-500\/0:active {
  border-right-color: rgb(6 93 169 / 0);
}

.active\:border-r-brand-500\/10:active {
  border-right-color: rgb(6 93 169 / 0.1);
}

.active\:border-r-brand-500\/100:active {
  border-right-color: rgb(6 93 169 / 1);
}

.active\:border-r-brand-500\/20:active {
  border-right-color: rgb(6 93 169 / 0.2);
}

.active\:border-r-brand-500\/25:active {
  border-right-color: rgb(6 93 169 / 0.25);
}

.active\:border-r-brand-500\/30:active {
  border-right-color: rgb(6 93 169 / 0.3);
}

.active\:border-r-brand-500\/40:active {
  border-right-color: rgb(6 93 169 / 0.4);
}

.active\:border-r-brand-500\/5:active {
  border-right-color: rgb(6 93 169 / 0.05);
}

.active\:border-r-brand-500\/50:active {
  border-right-color: rgb(6 93 169 / 0.5);
}

.active\:border-r-brand-500\/60:active {
  border-right-color: rgb(6 93 169 / 0.6);
}

.active\:border-r-brand-500\/70:active {
  border-right-color: rgb(6 93 169 / 0.7);
}

.active\:border-r-brand-500\/75:active {
  border-right-color: rgb(6 93 169 / 0.75);
}

.active\:border-r-brand-500\/80:active {
  border-right-color: rgb(6 93 169 / 0.8);
}

.active\:border-r-brand-500\/90:active {
  border-right-color: rgb(6 93 169 / 0.9);
}

.active\:border-r-brand-500\/95:active {
  border-right-color: rgb(6 93 169 / 0.95);
}

.active\:border-r-brand-600:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(5 84 152 / var(--tw-border-opacity));
}

.active\:border-r-brand-600\/0:active {
  border-right-color: rgb(5 84 152 / 0);
}

.active\:border-r-brand-600\/10:active {
  border-right-color: rgb(5 84 152 / 0.1);
}

.active\:border-r-brand-600\/100:active {
  border-right-color: rgb(5 84 152 / 1);
}

.active\:border-r-brand-600\/20:active {
  border-right-color: rgb(5 84 152 / 0.2);
}

.active\:border-r-brand-600\/25:active {
  border-right-color: rgb(5 84 152 / 0.25);
}

.active\:border-r-brand-600\/30:active {
  border-right-color: rgb(5 84 152 / 0.3);
}

.active\:border-r-brand-600\/40:active {
  border-right-color: rgb(5 84 152 / 0.4);
}

.active\:border-r-brand-600\/5:active {
  border-right-color: rgb(5 84 152 / 0.05);
}

.active\:border-r-brand-600\/50:active {
  border-right-color: rgb(5 84 152 / 0.5);
}

.active\:border-r-brand-600\/60:active {
  border-right-color: rgb(5 84 152 / 0.6);
}

.active\:border-r-brand-600\/70:active {
  border-right-color: rgb(5 84 152 / 0.7);
}

.active\:border-r-brand-600\/75:active {
  border-right-color: rgb(5 84 152 / 0.75);
}

.active\:border-r-brand-600\/80:active {
  border-right-color: rgb(5 84 152 / 0.8);
}

.active\:border-r-brand-600\/90:active {
  border-right-color: rgb(5 84 152 / 0.9);
}

.active\:border-r-brand-600\/95:active {
  border-right-color: rgb(5 84 152 / 0.95);
}

.active\:border-r-brand-700:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(4 56 101 / var(--tw-border-opacity));
}

.active\:border-r-brand-700\/0:active {
  border-right-color: rgb(4 56 101 / 0);
}

.active\:border-r-brand-700\/10:active {
  border-right-color: rgb(4 56 101 / 0.1);
}

.active\:border-r-brand-700\/100:active {
  border-right-color: rgb(4 56 101 / 1);
}

.active\:border-r-brand-700\/20:active {
  border-right-color: rgb(4 56 101 / 0.2);
}

.active\:border-r-brand-700\/25:active {
  border-right-color: rgb(4 56 101 / 0.25);
}

.active\:border-r-brand-700\/30:active {
  border-right-color: rgb(4 56 101 / 0.3);
}

.active\:border-r-brand-700\/40:active {
  border-right-color: rgb(4 56 101 / 0.4);
}

.active\:border-r-brand-700\/5:active {
  border-right-color: rgb(4 56 101 / 0.05);
}

.active\:border-r-brand-700\/50:active {
  border-right-color: rgb(4 56 101 / 0.5);
}

.active\:border-r-brand-700\/60:active {
  border-right-color: rgb(4 56 101 / 0.6);
}

.active\:border-r-brand-700\/70:active {
  border-right-color: rgb(4 56 101 / 0.7);
}

.active\:border-r-brand-700\/75:active {
  border-right-color: rgb(4 56 101 / 0.75);
}

.active\:border-r-brand-700\/80:active {
  border-right-color: rgb(4 56 101 / 0.8);
}

.active\:border-r-brand-700\/90:active {
  border-right-color: rgb(4 56 101 / 0.9);
}

.active\:border-r-brand-700\/95:active {
  border-right-color: rgb(4 56 101 / 0.95);
}

.active\:border-r-brand-800:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(3 42 76 / var(--tw-border-opacity));
}

.active\:border-r-brand-800\/0:active {
  border-right-color: rgb(3 42 76 / 0);
}

.active\:border-r-brand-800\/10:active {
  border-right-color: rgb(3 42 76 / 0.1);
}

.active\:border-r-brand-800\/100:active {
  border-right-color: rgb(3 42 76 / 1);
}

.active\:border-r-brand-800\/20:active {
  border-right-color: rgb(3 42 76 / 0.2);
}

.active\:border-r-brand-800\/25:active {
  border-right-color: rgb(3 42 76 / 0.25);
}

.active\:border-r-brand-800\/30:active {
  border-right-color: rgb(3 42 76 / 0.3);
}

.active\:border-r-brand-800\/40:active {
  border-right-color: rgb(3 42 76 / 0.4);
}

.active\:border-r-brand-800\/5:active {
  border-right-color: rgb(3 42 76 / 0.05);
}

.active\:border-r-brand-800\/50:active {
  border-right-color: rgb(3 42 76 / 0.5);
}

.active\:border-r-brand-800\/60:active {
  border-right-color: rgb(3 42 76 / 0.6);
}

.active\:border-r-brand-800\/70:active {
  border-right-color: rgb(3 42 76 / 0.7);
}

.active\:border-r-brand-800\/75:active {
  border-right-color: rgb(3 42 76 / 0.75);
}

.active\:border-r-brand-800\/80:active {
  border-right-color: rgb(3 42 76 / 0.8);
}

.active\:border-r-brand-800\/90:active {
  border-right-color: rgb(3 42 76 / 0.9);
}

.active\:border-r-brand-800\/95:active {
  border-right-color: rgb(3 42 76 / 0.95);
}

.active\:border-r-brand-900:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(2 28 51 / var(--tw-border-opacity));
}

.active\:border-r-brand-900\/0:active {
  border-right-color: rgb(2 28 51 / 0);
}

.active\:border-r-brand-900\/10:active {
  border-right-color: rgb(2 28 51 / 0.1);
}

.active\:border-r-brand-900\/100:active {
  border-right-color: rgb(2 28 51 / 1);
}

.active\:border-r-brand-900\/20:active {
  border-right-color: rgb(2 28 51 / 0.2);
}

.active\:border-r-brand-900\/25:active {
  border-right-color: rgb(2 28 51 / 0.25);
}

.active\:border-r-brand-900\/30:active {
  border-right-color: rgb(2 28 51 / 0.3);
}

.active\:border-r-brand-900\/40:active {
  border-right-color: rgb(2 28 51 / 0.4);
}

.active\:border-r-brand-900\/5:active {
  border-right-color: rgb(2 28 51 / 0.05);
}

.active\:border-r-brand-900\/50:active {
  border-right-color: rgb(2 28 51 / 0.5);
}

.active\:border-r-brand-900\/60:active {
  border-right-color: rgb(2 28 51 / 0.6);
}

.active\:border-r-brand-900\/70:active {
  border-right-color: rgb(2 28 51 / 0.7);
}

.active\:border-r-brand-900\/75:active {
  border-right-color: rgb(2 28 51 / 0.75);
}

.active\:border-r-brand-900\/80:active {
  border-right-color: rgb(2 28 51 / 0.8);
}

.active\:border-r-brand-900\/90:active {
  border-right-color: rgb(2 28 51 / 0.9);
}

.active\:border-r-brand-900\/95:active {
  border-right-color: rgb(2 28 51 / 0.95);
}

.active\:border-r-current:active {
  border-right-color: currentColor;
}

.active\:border-r-cyan-100:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(207 250 254 / var(--tw-border-opacity));
}

.active\:border-r-cyan-100\/0:active {
  border-right-color: rgb(207 250 254 / 0);
}

.active\:border-r-cyan-100\/10:active {
  border-right-color: rgb(207 250 254 / 0.1);
}

.active\:border-r-cyan-100\/100:active {
  border-right-color: rgb(207 250 254 / 1);
}

.active\:border-r-cyan-100\/20:active {
  border-right-color: rgb(207 250 254 / 0.2);
}

.active\:border-r-cyan-100\/25:active {
  border-right-color: rgb(207 250 254 / 0.25);
}

.active\:border-r-cyan-100\/30:active {
  border-right-color: rgb(207 250 254 / 0.3);
}

.active\:border-r-cyan-100\/40:active {
  border-right-color: rgb(207 250 254 / 0.4);
}

.active\:border-r-cyan-100\/5:active {
  border-right-color: rgb(207 250 254 / 0.05);
}

.active\:border-r-cyan-100\/50:active {
  border-right-color: rgb(207 250 254 / 0.5);
}

.active\:border-r-cyan-100\/60:active {
  border-right-color: rgb(207 250 254 / 0.6);
}

.active\:border-r-cyan-100\/70:active {
  border-right-color: rgb(207 250 254 / 0.7);
}

.active\:border-r-cyan-100\/75:active {
  border-right-color: rgb(207 250 254 / 0.75);
}

.active\:border-r-cyan-100\/80:active {
  border-right-color: rgb(207 250 254 / 0.8);
}

.active\:border-r-cyan-100\/90:active {
  border-right-color: rgb(207 250 254 / 0.9);
}

.active\:border-r-cyan-100\/95:active {
  border-right-color: rgb(207 250 254 / 0.95);
}

.active\:border-r-cyan-200:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(165 243 252 / var(--tw-border-opacity));
}

.active\:border-r-cyan-200\/0:active {
  border-right-color: rgb(165 243 252 / 0);
}

.active\:border-r-cyan-200\/10:active {
  border-right-color: rgb(165 243 252 / 0.1);
}

.active\:border-r-cyan-200\/100:active {
  border-right-color: rgb(165 243 252 / 1);
}

.active\:border-r-cyan-200\/20:active {
  border-right-color: rgb(165 243 252 / 0.2);
}

.active\:border-r-cyan-200\/25:active {
  border-right-color: rgb(165 243 252 / 0.25);
}

.active\:border-r-cyan-200\/30:active {
  border-right-color: rgb(165 243 252 / 0.3);
}

.active\:border-r-cyan-200\/40:active {
  border-right-color: rgb(165 243 252 / 0.4);
}

.active\:border-r-cyan-200\/5:active {
  border-right-color: rgb(165 243 252 / 0.05);
}

.active\:border-r-cyan-200\/50:active {
  border-right-color: rgb(165 243 252 / 0.5);
}

.active\:border-r-cyan-200\/60:active {
  border-right-color: rgb(165 243 252 / 0.6);
}

.active\:border-r-cyan-200\/70:active {
  border-right-color: rgb(165 243 252 / 0.7);
}

.active\:border-r-cyan-200\/75:active {
  border-right-color: rgb(165 243 252 / 0.75);
}

.active\:border-r-cyan-200\/80:active {
  border-right-color: rgb(165 243 252 / 0.8);
}

.active\:border-r-cyan-200\/90:active {
  border-right-color: rgb(165 243 252 / 0.9);
}

.active\:border-r-cyan-200\/95:active {
  border-right-color: rgb(165 243 252 / 0.95);
}

.active\:border-r-cyan-300:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(103 232 249 / var(--tw-border-opacity));
}

.active\:border-r-cyan-300\/0:active {
  border-right-color: rgb(103 232 249 / 0);
}

.active\:border-r-cyan-300\/10:active {
  border-right-color: rgb(103 232 249 / 0.1);
}

.active\:border-r-cyan-300\/100:active {
  border-right-color: rgb(103 232 249 / 1);
}

.active\:border-r-cyan-300\/20:active {
  border-right-color: rgb(103 232 249 / 0.2);
}

.active\:border-r-cyan-300\/25:active {
  border-right-color: rgb(103 232 249 / 0.25);
}

.active\:border-r-cyan-300\/30:active {
  border-right-color: rgb(103 232 249 / 0.3);
}

.active\:border-r-cyan-300\/40:active {
  border-right-color: rgb(103 232 249 / 0.4);
}

.active\:border-r-cyan-300\/5:active {
  border-right-color: rgb(103 232 249 / 0.05);
}

.active\:border-r-cyan-300\/50:active {
  border-right-color: rgb(103 232 249 / 0.5);
}

.active\:border-r-cyan-300\/60:active {
  border-right-color: rgb(103 232 249 / 0.6);
}

.active\:border-r-cyan-300\/70:active {
  border-right-color: rgb(103 232 249 / 0.7);
}

.active\:border-r-cyan-300\/75:active {
  border-right-color: rgb(103 232 249 / 0.75);
}

.active\:border-r-cyan-300\/80:active {
  border-right-color: rgb(103 232 249 / 0.8);
}

.active\:border-r-cyan-300\/90:active {
  border-right-color: rgb(103 232 249 / 0.9);
}

.active\:border-r-cyan-300\/95:active {
  border-right-color: rgb(103 232 249 / 0.95);
}

.active\:border-r-cyan-400:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(34 211 238 / var(--tw-border-opacity));
}

.active\:border-r-cyan-400\/0:active {
  border-right-color: rgb(34 211 238 / 0);
}

.active\:border-r-cyan-400\/10:active {
  border-right-color: rgb(34 211 238 / 0.1);
}

.active\:border-r-cyan-400\/100:active {
  border-right-color: rgb(34 211 238 / 1);
}

.active\:border-r-cyan-400\/20:active {
  border-right-color: rgb(34 211 238 / 0.2);
}

.active\:border-r-cyan-400\/25:active {
  border-right-color: rgb(34 211 238 / 0.25);
}

.active\:border-r-cyan-400\/30:active {
  border-right-color: rgb(34 211 238 / 0.3);
}

.active\:border-r-cyan-400\/40:active {
  border-right-color: rgb(34 211 238 / 0.4);
}

.active\:border-r-cyan-400\/5:active {
  border-right-color: rgb(34 211 238 / 0.05);
}

.active\:border-r-cyan-400\/50:active {
  border-right-color: rgb(34 211 238 / 0.5);
}

.active\:border-r-cyan-400\/60:active {
  border-right-color: rgb(34 211 238 / 0.6);
}

.active\:border-r-cyan-400\/70:active {
  border-right-color: rgb(34 211 238 / 0.7);
}

.active\:border-r-cyan-400\/75:active {
  border-right-color: rgb(34 211 238 / 0.75);
}

.active\:border-r-cyan-400\/80:active {
  border-right-color: rgb(34 211 238 / 0.8);
}

.active\:border-r-cyan-400\/90:active {
  border-right-color: rgb(34 211 238 / 0.9);
}

.active\:border-r-cyan-400\/95:active {
  border-right-color: rgb(34 211 238 / 0.95);
}

.active\:border-r-cyan-50:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(236 254 255 / var(--tw-border-opacity));
}

.active\:border-r-cyan-50\/0:active {
  border-right-color: rgb(236 254 255 / 0);
}

.active\:border-r-cyan-50\/10:active {
  border-right-color: rgb(236 254 255 / 0.1);
}

.active\:border-r-cyan-50\/100:active {
  border-right-color: rgb(236 254 255 / 1);
}

.active\:border-r-cyan-50\/20:active {
  border-right-color: rgb(236 254 255 / 0.2);
}

.active\:border-r-cyan-50\/25:active {
  border-right-color: rgb(236 254 255 / 0.25);
}

.active\:border-r-cyan-50\/30:active {
  border-right-color: rgb(236 254 255 / 0.3);
}

.active\:border-r-cyan-50\/40:active {
  border-right-color: rgb(236 254 255 / 0.4);
}

.active\:border-r-cyan-50\/5:active {
  border-right-color: rgb(236 254 255 / 0.05);
}

.active\:border-r-cyan-50\/50:active {
  border-right-color: rgb(236 254 255 / 0.5);
}

.active\:border-r-cyan-50\/60:active {
  border-right-color: rgb(236 254 255 / 0.6);
}

.active\:border-r-cyan-50\/70:active {
  border-right-color: rgb(236 254 255 / 0.7);
}

.active\:border-r-cyan-50\/75:active {
  border-right-color: rgb(236 254 255 / 0.75);
}

.active\:border-r-cyan-50\/80:active {
  border-right-color: rgb(236 254 255 / 0.8);
}

.active\:border-r-cyan-50\/90:active {
  border-right-color: rgb(236 254 255 / 0.9);
}

.active\:border-r-cyan-50\/95:active {
  border-right-color: rgb(236 254 255 / 0.95);
}

.active\:border-r-cyan-500:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(6 182 212 / var(--tw-border-opacity));
}

.active\:border-r-cyan-500\/0:active {
  border-right-color: rgb(6 182 212 / 0);
}

.active\:border-r-cyan-500\/10:active {
  border-right-color: rgb(6 182 212 / 0.1);
}

.active\:border-r-cyan-500\/100:active {
  border-right-color: rgb(6 182 212 / 1);
}

.active\:border-r-cyan-500\/20:active {
  border-right-color: rgb(6 182 212 / 0.2);
}

.active\:border-r-cyan-500\/25:active {
  border-right-color: rgb(6 182 212 / 0.25);
}

.active\:border-r-cyan-500\/30:active {
  border-right-color: rgb(6 182 212 / 0.3);
}

.active\:border-r-cyan-500\/40:active {
  border-right-color: rgb(6 182 212 / 0.4);
}

.active\:border-r-cyan-500\/5:active {
  border-right-color: rgb(6 182 212 / 0.05);
}

.active\:border-r-cyan-500\/50:active {
  border-right-color: rgb(6 182 212 / 0.5);
}

.active\:border-r-cyan-500\/60:active {
  border-right-color: rgb(6 182 212 / 0.6);
}

.active\:border-r-cyan-500\/70:active {
  border-right-color: rgb(6 182 212 / 0.7);
}

.active\:border-r-cyan-500\/75:active {
  border-right-color: rgb(6 182 212 / 0.75);
}

.active\:border-r-cyan-500\/80:active {
  border-right-color: rgb(6 182 212 / 0.8);
}

.active\:border-r-cyan-500\/90:active {
  border-right-color: rgb(6 182 212 / 0.9);
}

.active\:border-r-cyan-500\/95:active {
  border-right-color: rgb(6 182 212 / 0.95);
}

.active\:border-r-cyan-600:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(8 145 178 / var(--tw-border-opacity));
}

.active\:border-r-cyan-600\/0:active {
  border-right-color: rgb(8 145 178 / 0);
}

.active\:border-r-cyan-600\/10:active {
  border-right-color: rgb(8 145 178 / 0.1);
}

.active\:border-r-cyan-600\/100:active {
  border-right-color: rgb(8 145 178 / 1);
}

.active\:border-r-cyan-600\/20:active {
  border-right-color: rgb(8 145 178 / 0.2);
}

.active\:border-r-cyan-600\/25:active {
  border-right-color: rgb(8 145 178 / 0.25);
}

.active\:border-r-cyan-600\/30:active {
  border-right-color: rgb(8 145 178 / 0.3);
}

.active\:border-r-cyan-600\/40:active {
  border-right-color: rgb(8 145 178 / 0.4);
}

.active\:border-r-cyan-600\/5:active {
  border-right-color: rgb(8 145 178 / 0.05);
}

.active\:border-r-cyan-600\/50:active {
  border-right-color: rgb(8 145 178 / 0.5);
}

.active\:border-r-cyan-600\/60:active {
  border-right-color: rgb(8 145 178 / 0.6);
}

.active\:border-r-cyan-600\/70:active {
  border-right-color: rgb(8 145 178 / 0.7);
}

.active\:border-r-cyan-600\/75:active {
  border-right-color: rgb(8 145 178 / 0.75);
}

.active\:border-r-cyan-600\/80:active {
  border-right-color: rgb(8 145 178 / 0.8);
}

.active\:border-r-cyan-600\/90:active {
  border-right-color: rgb(8 145 178 / 0.9);
}

.active\:border-r-cyan-600\/95:active {
  border-right-color: rgb(8 145 178 / 0.95);
}

.active\:border-r-cyan-700:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(14 116 144 / var(--tw-border-opacity));
}

.active\:border-r-cyan-700\/0:active {
  border-right-color: rgb(14 116 144 / 0);
}

.active\:border-r-cyan-700\/10:active {
  border-right-color: rgb(14 116 144 / 0.1);
}

.active\:border-r-cyan-700\/100:active {
  border-right-color: rgb(14 116 144 / 1);
}

.active\:border-r-cyan-700\/20:active {
  border-right-color: rgb(14 116 144 / 0.2);
}

.active\:border-r-cyan-700\/25:active {
  border-right-color: rgb(14 116 144 / 0.25);
}

.active\:border-r-cyan-700\/30:active {
  border-right-color: rgb(14 116 144 / 0.3);
}

.active\:border-r-cyan-700\/40:active {
  border-right-color: rgb(14 116 144 / 0.4);
}

.active\:border-r-cyan-700\/5:active {
  border-right-color: rgb(14 116 144 / 0.05);
}

.active\:border-r-cyan-700\/50:active {
  border-right-color: rgb(14 116 144 / 0.5);
}

.active\:border-r-cyan-700\/60:active {
  border-right-color: rgb(14 116 144 / 0.6);
}

.active\:border-r-cyan-700\/70:active {
  border-right-color: rgb(14 116 144 / 0.7);
}

.active\:border-r-cyan-700\/75:active {
  border-right-color: rgb(14 116 144 / 0.75);
}

.active\:border-r-cyan-700\/80:active {
  border-right-color: rgb(14 116 144 / 0.8);
}

.active\:border-r-cyan-700\/90:active {
  border-right-color: rgb(14 116 144 / 0.9);
}

.active\:border-r-cyan-700\/95:active {
  border-right-color: rgb(14 116 144 / 0.95);
}

.active\:border-r-cyan-800:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(21 94 117 / var(--tw-border-opacity));
}

.active\:border-r-cyan-800\/0:active {
  border-right-color: rgb(21 94 117 / 0);
}

.active\:border-r-cyan-800\/10:active {
  border-right-color: rgb(21 94 117 / 0.1);
}

.active\:border-r-cyan-800\/100:active {
  border-right-color: rgb(21 94 117 / 1);
}

.active\:border-r-cyan-800\/20:active {
  border-right-color: rgb(21 94 117 / 0.2);
}

.active\:border-r-cyan-800\/25:active {
  border-right-color: rgb(21 94 117 / 0.25);
}

.active\:border-r-cyan-800\/30:active {
  border-right-color: rgb(21 94 117 / 0.3);
}

.active\:border-r-cyan-800\/40:active {
  border-right-color: rgb(21 94 117 / 0.4);
}

.active\:border-r-cyan-800\/5:active {
  border-right-color: rgb(21 94 117 / 0.05);
}

.active\:border-r-cyan-800\/50:active {
  border-right-color: rgb(21 94 117 / 0.5);
}

.active\:border-r-cyan-800\/60:active {
  border-right-color: rgb(21 94 117 / 0.6);
}

.active\:border-r-cyan-800\/70:active {
  border-right-color: rgb(21 94 117 / 0.7);
}

.active\:border-r-cyan-800\/75:active {
  border-right-color: rgb(21 94 117 / 0.75);
}

.active\:border-r-cyan-800\/80:active {
  border-right-color: rgb(21 94 117 / 0.8);
}

.active\:border-r-cyan-800\/90:active {
  border-right-color: rgb(21 94 117 / 0.9);
}

.active\:border-r-cyan-800\/95:active {
  border-right-color: rgb(21 94 117 / 0.95);
}

.active\:border-r-cyan-900:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(22 78 99 / var(--tw-border-opacity));
}

.active\:border-r-cyan-900\/0:active {
  border-right-color: rgb(22 78 99 / 0);
}

.active\:border-r-cyan-900\/10:active {
  border-right-color: rgb(22 78 99 / 0.1);
}

.active\:border-r-cyan-900\/100:active {
  border-right-color: rgb(22 78 99 / 1);
}

.active\:border-r-cyan-900\/20:active {
  border-right-color: rgb(22 78 99 / 0.2);
}

.active\:border-r-cyan-900\/25:active {
  border-right-color: rgb(22 78 99 / 0.25);
}

.active\:border-r-cyan-900\/30:active {
  border-right-color: rgb(22 78 99 / 0.3);
}

.active\:border-r-cyan-900\/40:active {
  border-right-color: rgb(22 78 99 / 0.4);
}

.active\:border-r-cyan-900\/5:active {
  border-right-color: rgb(22 78 99 / 0.05);
}

.active\:border-r-cyan-900\/50:active {
  border-right-color: rgb(22 78 99 / 0.5);
}

.active\:border-r-cyan-900\/60:active {
  border-right-color: rgb(22 78 99 / 0.6);
}

.active\:border-r-cyan-900\/70:active {
  border-right-color: rgb(22 78 99 / 0.7);
}

.active\:border-r-cyan-900\/75:active {
  border-right-color: rgb(22 78 99 / 0.75);
}

.active\:border-r-cyan-900\/80:active {
  border-right-color: rgb(22 78 99 / 0.8);
}

.active\:border-r-cyan-900\/90:active {
  border-right-color: rgb(22 78 99 / 0.9);
}

.active\:border-r-cyan-900\/95:active {
  border-right-color: rgb(22 78 99 / 0.95);
}

.active\:border-r-cyan-950:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(8 51 68 / var(--tw-border-opacity));
}

.active\:border-r-cyan-950\/0:active {
  border-right-color: rgb(8 51 68 / 0);
}

.active\:border-r-cyan-950\/10:active {
  border-right-color: rgb(8 51 68 / 0.1);
}

.active\:border-r-cyan-950\/100:active {
  border-right-color: rgb(8 51 68 / 1);
}

.active\:border-r-cyan-950\/20:active {
  border-right-color: rgb(8 51 68 / 0.2);
}

.active\:border-r-cyan-950\/25:active {
  border-right-color: rgb(8 51 68 / 0.25);
}

.active\:border-r-cyan-950\/30:active {
  border-right-color: rgb(8 51 68 / 0.3);
}

.active\:border-r-cyan-950\/40:active {
  border-right-color: rgb(8 51 68 / 0.4);
}

.active\:border-r-cyan-950\/5:active {
  border-right-color: rgb(8 51 68 / 0.05);
}

.active\:border-r-cyan-950\/50:active {
  border-right-color: rgb(8 51 68 / 0.5);
}

.active\:border-r-cyan-950\/60:active {
  border-right-color: rgb(8 51 68 / 0.6);
}

.active\:border-r-cyan-950\/70:active {
  border-right-color: rgb(8 51 68 / 0.7);
}

.active\:border-r-cyan-950\/75:active {
  border-right-color: rgb(8 51 68 / 0.75);
}

.active\:border-r-cyan-950\/80:active {
  border-right-color: rgb(8 51 68 / 0.8);
}

.active\:border-r-cyan-950\/90:active {
  border-right-color: rgb(8 51 68 / 0.9);
}

.active\:border-r-cyan-950\/95:active {
  border-right-color: rgb(8 51 68 / 0.95);
}

.active\:border-r-emerald-100:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(209 250 229 / var(--tw-border-opacity));
}

.active\:border-r-emerald-100\/0:active {
  border-right-color: rgb(209 250 229 / 0);
}

.active\:border-r-emerald-100\/10:active {
  border-right-color: rgb(209 250 229 / 0.1);
}

.active\:border-r-emerald-100\/100:active {
  border-right-color: rgb(209 250 229 / 1);
}

.active\:border-r-emerald-100\/20:active {
  border-right-color: rgb(209 250 229 / 0.2);
}

.active\:border-r-emerald-100\/25:active {
  border-right-color: rgb(209 250 229 / 0.25);
}

.active\:border-r-emerald-100\/30:active {
  border-right-color: rgb(209 250 229 / 0.3);
}

.active\:border-r-emerald-100\/40:active {
  border-right-color: rgb(209 250 229 / 0.4);
}

.active\:border-r-emerald-100\/5:active {
  border-right-color: rgb(209 250 229 / 0.05);
}

.active\:border-r-emerald-100\/50:active {
  border-right-color: rgb(209 250 229 / 0.5);
}

.active\:border-r-emerald-100\/60:active {
  border-right-color: rgb(209 250 229 / 0.6);
}

.active\:border-r-emerald-100\/70:active {
  border-right-color: rgb(209 250 229 / 0.7);
}

.active\:border-r-emerald-100\/75:active {
  border-right-color: rgb(209 250 229 / 0.75);
}

.active\:border-r-emerald-100\/80:active {
  border-right-color: rgb(209 250 229 / 0.8);
}

.active\:border-r-emerald-100\/90:active {
  border-right-color: rgb(209 250 229 / 0.9);
}

.active\:border-r-emerald-100\/95:active {
  border-right-color: rgb(209 250 229 / 0.95);
}

.active\:border-r-emerald-200:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(167 243 208 / var(--tw-border-opacity));
}

.active\:border-r-emerald-200\/0:active {
  border-right-color: rgb(167 243 208 / 0);
}

.active\:border-r-emerald-200\/10:active {
  border-right-color: rgb(167 243 208 / 0.1);
}

.active\:border-r-emerald-200\/100:active {
  border-right-color: rgb(167 243 208 / 1);
}

.active\:border-r-emerald-200\/20:active {
  border-right-color: rgb(167 243 208 / 0.2);
}

.active\:border-r-emerald-200\/25:active {
  border-right-color: rgb(167 243 208 / 0.25);
}

.active\:border-r-emerald-200\/30:active {
  border-right-color: rgb(167 243 208 / 0.3);
}

.active\:border-r-emerald-200\/40:active {
  border-right-color: rgb(167 243 208 / 0.4);
}

.active\:border-r-emerald-200\/5:active {
  border-right-color: rgb(167 243 208 / 0.05);
}

.active\:border-r-emerald-200\/50:active {
  border-right-color: rgb(167 243 208 / 0.5);
}

.active\:border-r-emerald-200\/60:active {
  border-right-color: rgb(167 243 208 / 0.6);
}

.active\:border-r-emerald-200\/70:active {
  border-right-color: rgb(167 243 208 / 0.7);
}

.active\:border-r-emerald-200\/75:active {
  border-right-color: rgb(167 243 208 / 0.75);
}

.active\:border-r-emerald-200\/80:active {
  border-right-color: rgb(167 243 208 / 0.8);
}

.active\:border-r-emerald-200\/90:active {
  border-right-color: rgb(167 243 208 / 0.9);
}

.active\:border-r-emerald-200\/95:active {
  border-right-color: rgb(167 243 208 / 0.95);
}

.active\:border-r-emerald-300:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(110 231 183 / var(--tw-border-opacity));
}

.active\:border-r-emerald-300\/0:active {
  border-right-color: rgb(110 231 183 / 0);
}

.active\:border-r-emerald-300\/10:active {
  border-right-color: rgb(110 231 183 / 0.1);
}

.active\:border-r-emerald-300\/100:active {
  border-right-color: rgb(110 231 183 / 1);
}

.active\:border-r-emerald-300\/20:active {
  border-right-color: rgb(110 231 183 / 0.2);
}

.active\:border-r-emerald-300\/25:active {
  border-right-color: rgb(110 231 183 / 0.25);
}

.active\:border-r-emerald-300\/30:active {
  border-right-color: rgb(110 231 183 / 0.3);
}

.active\:border-r-emerald-300\/40:active {
  border-right-color: rgb(110 231 183 / 0.4);
}

.active\:border-r-emerald-300\/5:active {
  border-right-color: rgb(110 231 183 / 0.05);
}

.active\:border-r-emerald-300\/50:active {
  border-right-color: rgb(110 231 183 / 0.5);
}

.active\:border-r-emerald-300\/60:active {
  border-right-color: rgb(110 231 183 / 0.6);
}

.active\:border-r-emerald-300\/70:active {
  border-right-color: rgb(110 231 183 / 0.7);
}

.active\:border-r-emerald-300\/75:active {
  border-right-color: rgb(110 231 183 / 0.75);
}

.active\:border-r-emerald-300\/80:active {
  border-right-color: rgb(110 231 183 / 0.8);
}

.active\:border-r-emerald-300\/90:active {
  border-right-color: rgb(110 231 183 / 0.9);
}

.active\:border-r-emerald-300\/95:active {
  border-right-color: rgb(110 231 183 / 0.95);
}

.active\:border-r-emerald-400:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.active\:border-r-emerald-400\/0:active {
  border-right-color: rgb(52 211 153 / 0);
}

.active\:border-r-emerald-400\/10:active {
  border-right-color: rgb(52 211 153 / 0.1);
}

.active\:border-r-emerald-400\/100:active {
  border-right-color: rgb(52 211 153 / 1);
}

.active\:border-r-emerald-400\/20:active {
  border-right-color: rgb(52 211 153 / 0.2);
}

.active\:border-r-emerald-400\/25:active {
  border-right-color: rgb(52 211 153 / 0.25);
}

.active\:border-r-emerald-400\/30:active {
  border-right-color: rgb(52 211 153 / 0.3);
}

.active\:border-r-emerald-400\/40:active {
  border-right-color: rgb(52 211 153 / 0.4);
}

.active\:border-r-emerald-400\/5:active {
  border-right-color: rgb(52 211 153 / 0.05);
}

.active\:border-r-emerald-400\/50:active {
  border-right-color: rgb(52 211 153 / 0.5);
}

.active\:border-r-emerald-400\/60:active {
  border-right-color: rgb(52 211 153 / 0.6);
}

.active\:border-r-emerald-400\/70:active {
  border-right-color: rgb(52 211 153 / 0.7);
}

.active\:border-r-emerald-400\/75:active {
  border-right-color: rgb(52 211 153 / 0.75);
}

.active\:border-r-emerald-400\/80:active {
  border-right-color: rgb(52 211 153 / 0.8);
}

.active\:border-r-emerald-400\/90:active {
  border-right-color: rgb(52 211 153 / 0.9);
}

.active\:border-r-emerald-400\/95:active {
  border-right-color: rgb(52 211 153 / 0.95);
}

.active\:border-r-emerald-50:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(236 253 245 / var(--tw-border-opacity));
}

.active\:border-r-emerald-50\/0:active {
  border-right-color: rgb(236 253 245 / 0);
}

.active\:border-r-emerald-50\/10:active {
  border-right-color: rgb(236 253 245 / 0.1);
}

.active\:border-r-emerald-50\/100:active {
  border-right-color: rgb(236 253 245 / 1);
}

.active\:border-r-emerald-50\/20:active {
  border-right-color: rgb(236 253 245 / 0.2);
}

.active\:border-r-emerald-50\/25:active {
  border-right-color: rgb(236 253 245 / 0.25);
}

.active\:border-r-emerald-50\/30:active {
  border-right-color: rgb(236 253 245 / 0.3);
}

.active\:border-r-emerald-50\/40:active {
  border-right-color: rgb(236 253 245 / 0.4);
}

.active\:border-r-emerald-50\/5:active {
  border-right-color: rgb(236 253 245 / 0.05);
}

.active\:border-r-emerald-50\/50:active {
  border-right-color: rgb(236 253 245 / 0.5);
}

.active\:border-r-emerald-50\/60:active {
  border-right-color: rgb(236 253 245 / 0.6);
}

.active\:border-r-emerald-50\/70:active {
  border-right-color: rgb(236 253 245 / 0.7);
}

.active\:border-r-emerald-50\/75:active {
  border-right-color: rgb(236 253 245 / 0.75);
}

.active\:border-r-emerald-50\/80:active {
  border-right-color: rgb(236 253 245 / 0.8);
}

.active\:border-r-emerald-50\/90:active {
  border-right-color: rgb(236 253 245 / 0.9);
}

.active\:border-r-emerald-50\/95:active {
  border-right-color: rgb(236 253 245 / 0.95);
}

.active\:border-r-emerald-500:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.active\:border-r-emerald-500\/0:active {
  border-right-color: rgb(16 185 129 / 0);
}

.active\:border-r-emerald-500\/10:active {
  border-right-color: rgb(16 185 129 / 0.1);
}

.active\:border-r-emerald-500\/100:active {
  border-right-color: rgb(16 185 129 / 1);
}

.active\:border-r-emerald-500\/20:active {
  border-right-color: rgb(16 185 129 / 0.2);
}

.active\:border-r-emerald-500\/25:active {
  border-right-color: rgb(16 185 129 / 0.25);
}

.active\:border-r-emerald-500\/30:active {
  border-right-color: rgb(16 185 129 / 0.3);
}

.active\:border-r-emerald-500\/40:active {
  border-right-color: rgb(16 185 129 / 0.4);
}

.active\:border-r-emerald-500\/5:active {
  border-right-color: rgb(16 185 129 / 0.05);
}

.active\:border-r-emerald-500\/50:active {
  border-right-color: rgb(16 185 129 / 0.5);
}

.active\:border-r-emerald-500\/60:active {
  border-right-color: rgb(16 185 129 / 0.6);
}

.active\:border-r-emerald-500\/70:active {
  border-right-color: rgb(16 185 129 / 0.7);
}

.active\:border-r-emerald-500\/75:active {
  border-right-color: rgb(16 185 129 / 0.75);
}

.active\:border-r-emerald-500\/80:active {
  border-right-color: rgb(16 185 129 / 0.8);
}

.active\:border-r-emerald-500\/90:active {
  border-right-color: rgb(16 185 129 / 0.9);
}

.active\:border-r-emerald-500\/95:active {
  border-right-color: rgb(16 185 129 / 0.95);
}

.active\:border-r-emerald-600:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(5 150 105 / var(--tw-border-opacity));
}

.active\:border-r-emerald-600\/0:active {
  border-right-color: rgb(5 150 105 / 0);
}

.active\:border-r-emerald-600\/10:active {
  border-right-color: rgb(5 150 105 / 0.1);
}

.active\:border-r-emerald-600\/100:active {
  border-right-color: rgb(5 150 105 / 1);
}

.active\:border-r-emerald-600\/20:active {
  border-right-color: rgb(5 150 105 / 0.2);
}

.active\:border-r-emerald-600\/25:active {
  border-right-color: rgb(5 150 105 / 0.25);
}

.active\:border-r-emerald-600\/30:active {
  border-right-color: rgb(5 150 105 / 0.3);
}

.active\:border-r-emerald-600\/40:active {
  border-right-color: rgb(5 150 105 / 0.4);
}

.active\:border-r-emerald-600\/5:active {
  border-right-color: rgb(5 150 105 / 0.05);
}

.active\:border-r-emerald-600\/50:active {
  border-right-color: rgb(5 150 105 / 0.5);
}

.active\:border-r-emerald-600\/60:active {
  border-right-color: rgb(5 150 105 / 0.6);
}

.active\:border-r-emerald-600\/70:active {
  border-right-color: rgb(5 150 105 / 0.7);
}

.active\:border-r-emerald-600\/75:active {
  border-right-color: rgb(5 150 105 / 0.75);
}

.active\:border-r-emerald-600\/80:active {
  border-right-color: rgb(5 150 105 / 0.8);
}

.active\:border-r-emerald-600\/90:active {
  border-right-color: rgb(5 150 105 / 0.9);
}

.active\:border-r-emerald-600\/95:active {
  border-right-color: rgb(5 150 105 / 0.95);
}

.active\:border-r-emerald-700:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(4 120 87 / var(--tw-border-opacity));
}

.active\:border-r-emerald-700\/0:active {
  border-right-color: rgb(4 120 87 / 0);
}

.active\:border-r-emerald-700\/10:active {
  border-right-color: rgb(4 120 87 / 0.1);
}

.active\:border-r-emerald-700\/100:active {
  border-right-color: rgb(4 120 87 / 1);
}

.active\:border-r-emerald-700\/20:active {
  border-right-color: rgb(4 120 87 / 0.2);
}

.active\:border-r-emerald-700\/25:active {
  border-right-color: rgb(4 120 87 / 0.25);
}

.active\:border-r-emerald-700\/30:active {
  border-right-color: rgb(4 120 87 / 0.3);
}

.active\:border-r-emerald-700\/40:active {
  border-right-color: rgb(4 120 87 / 0.4);
}

.active\:border-r-emerald-700\/5:active {
  border-right-color: rgb(4 120 87 / 0.05);
}

.active\:border-r-emerald-700\/50:active {
  border-right-color: rgb(4 120 87 / 0.5);
}

.active\:border-r-emerald-700\/60:active {
  border-right-color: rgb(4 120 87 / 0.6);
}

.active\:border-r-emerald-700\/70:active {
  border-right-color: rgb(4 120 87 / 0.7);
}

.active\:border-r-emerald-700\/75:active {
  border-right-color: rgb(4 120 87 / 0.75);
}

.active\:border-r-emerald-700\/80:active {
  border-right-color: rgb(4 120 87 / 0.8);
}

.active\:border-r-emerald-700\/90:active {
  border-right-color: rgb(4 120 87 / 0.9);
}

.active\:border-r-emerald-700\/95:active {
  border-right-color: rgb(4 120 87 / 0.95);
}

.active\:border-r-emerald-800:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(6 95 70 / var(--tw-border-opacity));
}

.active\:border-r-emerald-800\/0:active {
  border-right-color: rgb(6 95 70 / 0);
}

.active\:border-r-emerald-800\/10:active {
  border-right-color: rgb(6 95 70 / 0.1);
}

.active\:border-r-emerald-800\/100:active {
  border-right-color: rgb(6 95 70 / 1);
}

.active\:border-r-emerald-800\/20:active {
  border-right-color: rgb(6 95 70 / 0.2);
}

.active\:border-r-emerald-800\/25:active {
  border-right-color: rgb(6 95 70 / 0.25);
}

.active\:border-r-emerald-800\/30:active {
  border-right-color: rgb(6 95 70 / 0.3);
}

.active\:border-r-emerald-800\/40:active {
  border-right-color: rgb(6 95 70 / 0.4);
}

.active\:border-r-emerald-800\/5:active {
  border-right-color: rgb(6 95 70 / 0.05);
}

.active\:border-r-emerald-800\/50:active {
  border-right-color: rgb(6 95 70 / 0.5);
}

.active\:border-r-emerald-800\/60:active {
  border-right-color: rgb(6 95 70 / 0.6);
}

.active\:border-r-emerald-800\/70:active {
  border-right-color: rgb(6 95 70 / 0.7);
}

.active\:border-r-emerald-800\/75:active {
  border-right-color: rgb(6 95 70 / 0.75);
}

.active\:border-r-emerald-800\/80:active {
  border-right-color: rgb(6 95 70 / 0.8);
}

.active\:border-r-emerald-800\/90:active {
  border-right-color: rgb(6 95 70 / 0.9);
}

.active\:border-r-emerald-800\/95:active {
  border-right-color: rgb(6 95 70 / 0.95);
}

.active\:border-r-emerald-900:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(6 78 59 / var(--tw-border-opacity));
}

.active\:border-r-emerald-900\/0:active {
  border-right-color: rgb(6 78 59 / 0);
}

.active\:border-r-emerald-900\/10:active {
  border-right-color: rgb(6 78 59 / 0.1);
}

.active\:border-r-emerald-900\/100:active {
  border-right-color: rgb(6 78 59 / 1);
}

.active\:border-r-emerald-900\/20:active {
  border-right-color: rgb(6 78 59 / 0.2);
}

.active\:border-r-emerald-900\/25:active {
  border-right-color: rgb(6 78 59 / 0.25);
}

.active\:border-r-emerald-900\/30:active {
  border-right-color: rgb(6 78 59 / 0.3);
}

.active\:border-r-emerald-900\/40:active {
  border-right-color: rgb(6 78 59 / 0.4);
}

.active\:border-r-emerald-900\/5:active {
  border-right-color: rgb(6 78 59 / 0.05);
}

.active\:border-r-emerald-900\/50:active {
  border-right-color: rgb(6 78 59 / 0.5);
}

.active\:border-r-emerald-900\/60:active {
  border-right-color: rgb(6 78 59 / 0.6);
}

.active\:border-r-emerald-900\/70:active {
  border-right-color: rgb(6 78 59 / 0.7);
}

.active\:border-r-emerald-900\/75:active {
  border-right-color: rgb(6 78 59 / 0.75);
}

.active\:border-r-emerald-900\/80:active {
  border-right-color: rgb(6 78 59 / 0.8);
}

.active\:border-r-emerald-900\/90:active {
  border-right-color: rgb(6 78 59 / 0.9);
}

.active\:border-r-emerald-900\/95:active {
  border-right-color: rgb(6 78 59 / 0.95);
}

.active\:border-r-emerald-950:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(2 44 34 / var(--tw-border-opacity));
}

.active\:border-r-emerald-950\/0:active {
  border-right-color: rgb(2 44 34 / 0);
}

.active\:border-r-emerald-950\/10:active {
  border-right-color: rgb(2 44 34 / 0.1);
}

.active\:border-r-emerald-950\/100:active {
  border-right-color: rgb(2 44 34 / 1);
}

.active\:border-r-emerald-950\/20:active {
  border-right-color: rgb(2 44 34 / 0.2);
}

.active\:border-r-emerald-950\/25:active {
  border-right-color: rgb(2 44 34 / 0.25);
}

.active\:border-r-emerald-950\/30:active {
  border-right-color: rgb(2 44 34 / 0.3);
}

.active\:border-r-emerald-950\/40:active {
  border-right-color: rgb(2 44 34 / 0.4);
}

.active\:border-r-emerald-950\/5:active {
  border-right-color: rgb(2 44 34 / 0.05);
}

.active\:border-r-emerald-950\/50:active {
  border-right-color: rgb(2 44 34 / 0.5);
}

.active\:border-r-emerald-950\/60:active {
  border-right-color: rgb(2 44 34 / 0.6);
}

.active\:border-r-emerald-950\/70:active {
  border-right-color: rgb(2 44 34 / 0.7);
}

.active\:border-r-emerald-950\/75:active {
  border-right-color: rgb(2 44 34 / 0.75);
}

.active\:border-r-emerald-950\/80:active {
  border-right-color: rgb(2 44 34 / 0.8);
}

.active\:border-r-emerald-950\/90:active {
  border-right-color: rgb(2 44 34 / 0.9);
}

.active\:border-r-emerald-950\/95:active {
  border-right-color: rgb(2 44 34 / 0.95);
}

.active\:border-r-fuchsia-100:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 232 255 / var(--tw-border-opacity));
}

.active\:border-r-fuchsia-100\/0:active {
  border-right-color: rgb(250 232 255 / 0);
}

.active\:border-r-fuchsia-100\/10:active {
  border-right-color: rgb(250 232 255 / 0.1);
}

.active\:border-r-fuchsia-100\/100:active {
  border-right-color: rgb(250 232 255 / 1);
}

.active\:border-r-fuchsia-100\/20:active {
  border-right-color: rgb(250 232 255 / 0.2);
}

.active\:border-r-fuchsia-100\/25:active {
  border-right-color: rgb(250 232 255 / 0.25);
}

.active\:border-r-fuchsia-100\/30:active {
  border-right-color: rgb(250 232 255 / 0.3);
}

.active\:border-r-fuchsia-100\/40:active {
  border-right-color: rgb(250 232 255 / 0.4);
}

.active\:border-r-fuchsia-100\/5:active {
  border-right-color: rgb(250 232 255 / 0.05);
}

.active\:border-r-fuchsia-100\/50:active {
  border-right-color: rgb(250 232 255 / 0.5);
}

.active\:border-r-fuchsia-100\/60:active {
  border-right-color: rgb(250 232 255 / 0.6);
}

.active\:border-r-fuchsia-100\/70:active {
  border-right-color: rgb(250 232 255 / 0.7);
}

.active\:border-r-fuchsia-100\/75:active {
  border-right-color: rgb(250 232 255 / 0.75);
}

.active\:border-r-fuchsia-100\/80:active {
  border-right-color: rgb(250 232 255 / 0.8);
}

.active\:border-r-fuchsia-100\/90:active {
  border-right-color: rgb(250 232 255 / 0.9);
}

.active\:border-r-fuchsia-100\/95:active {
  border-right-color: rgb(250 232 255 / 0.95);
}

.active\:border-r-fuchsia-200:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 208 254 / var(--tw-border-opacity));
}

.active\:border-r-fuchsia-200\/0:active {
  border-right-color: rgb(245 208 254 / 0);
}

.active\:border-r-fuchsia-200\/10:active {
  border-right-color: rgb(245 208 254 / 0.1);
}

.active\:border-r-fuchsia-200\/100:active {
  border-right-color: rgb(245 208 254 / 1);
}

.active\:border-r-fuchsia-200\/20:active {
  border-right-color: rgb(245 208 254 / 0.2);
}

.active\:border-r-fuchsia-200\/25:active {
  border-right-color: rgb(245 208 254 / 0.25);
}

.active\:border-r-fuchsia-200\/30:active {
  border-right-color: rgb(245 208 254 / 0.3);
}

.active\:border-r-fuchsia-200\/40:active {
  border-right-color: rgb(245 208 254 / 0.4);
}

.active\:border-r-fuchsia-200\/5:active {
  border-right-color: rgb(245 208 254 / 0.05);
}

.active\:border-r-fuchsia-200\/50:active {
  border-right-color: rgb(245 208 254 / 0.5);
}

.active\:border-r-fuchsia-200\/60:active {
  border-right-color: rgb(245 208 254 / 0.6);
}

.active\:border-r-fuchsia-200\/70:active {
  border-right-color: rgb(245 208 254 / 0.7);
}

.active\:border-r-fuchsia-200\/75:active {
  border-right-color: rgb(245 208 254 / 0.75);
}

.active\:border-r-fuchsia-200\/80:active {
  border-right-color: rgb(245 208 254 / 0.8);
}

.active\:border-r-fuchsia-200\/90:active {
  border-right-color: rgb(245 208 254 / 0.9);
}

.active\:border-r-fuchsia-200\/95:active {
  border-right-color: rgb(245 208 254 / 0.95);
}

.active\:border-r-fuchsia-300:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(240 171 252 / var(--tw-border-opacity));
}

.active\:border-r-fuchsia-300\/0:active {
  border-right-color: rgb(240 171 252 / 0);
}

.active\:border-r-fuchsia-300\/10:active {
  border-right-color: rgb(240 171 252 / 0.1);
}

.active\:border-r-fuchsia-300\/100:active {
  border-right-color: rgb(240 171 252 / 1);
}

.active\:border-r-fuchsia-300\/20:active {
  border-right-color: rgb(240 171 252 / 0.2);
}

.active\:border-r-fuchsia-300\/25:active {
  border-right-color: rgb(240 171 252 / 0.25);
}

.active\:border-r-fuchsia-300\/30:active {
  border-right-color: rgb(240 171 252 / 0.3);
}

.active\:border-r-fuchsia-300\/40:active {
  border-right-color: rgb(240 171 252 / 0.4);
}

.active\:border-r-fuchsia-300\/5:active {
  border-right-color: rgb(240 171 252 / 0.05);
}

.active\:border-r-fuchsia-300\/50:active {
  border-right-color: rgb(240 171 252 / 0.5);
}

.active\:border-r-fuchsia-300\/60:active {
  border-right-color: rgb(240 171 252 / 0.6);
}

.active\:border-r-fuchsia-300\/70:active {
  border-right-color: rgb(240 171 252 / 0.7);
}

.active\:border-r-fuchsia-300\/75:active {
  border-right-color: rgb(240 171 252 / 0.75);
}

.active\:border-r-fuchsia-300\/80:active {
  border-right-color: rgb(240 171 252 / 0.8);
}

.active\:border-r-fuchsia-300\/90:active {
  border-right-color: rgb(240 171 252 / 0.9);
}

.active\:border-r-fuchsia-300\/95:active {
  border-right-color: rgb(240 171 252 / 0.95);
}

.active\:border-r-fuchsia-400:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(232 121 249 / var(--tw-border-opacity));
}

.active\:border-r-fuchsia-400\/0:active {
  border-right-color: rgb(232 121 249 / 0);
}

.active\:border-r-fuchsia-400\/10:active {
  border-right-color: rgb(232 121 249 / 0.1);
}

.active\:border-r-fuchsia-400\/100:active {
  border-right-color: rgb(232 121 249 / 1);
}

.active\:border-r-fuchsia-400\/20:active {
  border-right-color: rgb(232 121 249 / 0.2);
}

.active\:border-r-fuchsia-400\/25:active {
  border-right-color: rgb(232 121 249 / 0.25);
}

.active\:border-r-fuchsia-400\/30:active {
  border-right-color: rgb(232 121 249 / 0.3);
}

.active\:border-r-fuchsia-400\/40:active {
  border-right-color: rgb(232 121 249 / 0.4);
}

.active\:border-r-fuchsia-400\/5:active {
  border-right-color: rgb(232 121 249 / 0.05);
}

.active\:border-r-fuchsia-400\/50:active {
  border-right-color: rgb(232 121 249 / 0.5);
}

.active\:border-r-fuchsia-400\/60:active {
  border-right-color: rgb(232 121 249 / 0.6);
}

.active\:border-r-fuchsia-400\/70:active {
  border-right-color: rgb(232 121 249 / 0.7);
}

.active\:border-r-fuchsia-400\/75:active {
  border-right-color: rgb(232 121 249 / 0.75);
}

.active\:border-r-fuchsia-400\/80:active {
  border-right-color: rgb(232 121 249 / 0.8);
}

.active\:border-r-fuchsia-400\/90:active {
  border-right-color: rgb(232 121 249 / 0.9);
}

.active\:border-r-fuchsia-400\/95:active {
  border-right-color: rgb(232 121 249 / 0.95);
}

.active\:border-r-fuchsia-50:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 244 255 / var(--tw-border-opacity));
}

.active\:border-r-fuchsia-50\/0:active {
  border-right-color: rgb(253 244 255 / 0);
}

.active\:border-r-fuchsia-50\/10:active {
  border-right-color: rgb(253 244 255 / 0.1);
}

.active\:border-r-fuchsia-50\/100:active {
  border-right-color: rgb(253 244 255 / 1);
}

.active\:border-r-fuchsia-50\/20:active {
  border-right-color: rgb(253 244 255 / 0.2);
}

.active\:border-r-fuchsia-50\/25:active {
  border-right-color: rgb(253 244 255 / 0.25);
}

.active\:border-r-fuchsia-50\/30:active {
  border-right-color: rgb(253 244 255 / 0.3);
}

.active\:border-r-fuchsia-50\/40:active {
  border-right-color: rgb(253 244 255 / 0.4);
}

.active\:border-r-fuchsia-50\/5:active {
  border-right-color: rgb(253 244 255 / 0.05);
}

.active\:border-r-fuchsia-50\/50:active {
  border-right-color: rgb(253 244 255 / 0.5);
}

.active\:border-r-fuchsia-50\/60:active {
  border-right-color: rgb(253 244 255 / 0.6);
}

.active\:border-r-fuchsia-50\/70:active {
  border-right-color: rgb(253 244 255 / 0.7);
}

.active\:border-r-fuchsia-50\/75:active {
  border-right-color: rgb(253 244 255 / 0.75);
}

.active\:border-r-fuchsia-50\/80:active {
  border-right-color: rgb(253 244 255 / 0.8);
}

.active\:border-r-fuchsia-50\/90:active {
  border-right-color: rgb(253 244 255 / 0.9);
}

.active\:border-r-fuchsia-50\/95:active {
  border-right-color: rgb(253 244 255 / 0.95);
}

.active\:border-r-fuchsia-500:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(217 70 239 / var(--tw-border-opacity));
}

.active\:border-r-fuchsia-500\/0:active {
  border-right-color: rgb(217 70 239 / 0);
}

.active\:border-r-fuchsia-500\/10:active {
  border-right-color: rgb(217 70 239 / 0.1);
}

.active\:border-r-fuchsia-500\/100:active {
  border-right-color: rgb(217 70 239 / 1);
}

.active\:border-r-fuchsia-500\/20:active {
  border-right-color: rgb(217 70 239 / 0.2);
}

.active\:border-r-fuchsia-500\/25:active {
  border-right-color: rgb(217 70 239 / 0.25);
}

.active\:border-r-fuchsia-500\/30:active {
  border-right-color: rgb(217 70 239 / 0.3);
}

.active\:border-r-fuchsia-500\/40:active {
  border-right-color: rgb(217 70 239 / 0.4);
}

.active\:border-r-fuchsia-500\/5:active {
  border-right-color: rgb(217 70 239 / 0.05);
}

.active\:border-r-fuchsia-500\/50:active {
  border-right-color: rgb(217 70 239 / 0.5);
}

.active\:border-r-fuchsia-500\/60:active {
  border-right-color: rgb(217 70 239 / 0.6);
}

.active\:border-r-fuchsia-500\/70:active {
  border-right-color: rgb(217 70 239 / 0.7);
}

.active\:border-r-fuchsia-500\/75:active {
  border-right-color: rgb(217 70 239 / 0.75);
}

.active\:border-r-fuchsia-500\/80:active {
  border-right-color: rgb(217 70 239 / 0.8);
}

.active\:border-r-fuchsia-500\/90:active {
  border-right-color: rgb(217 70 239 / 0.9);
}

.active\:border-r-fuchsia-500\/95:active {
  border-right-color: rgb(217 70 239 / 0.95);
}

.active\:border-r-fuchsia-600:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(192 38 211 / var(--tw-border-opacity));
}

.active\:border-r-fuchsia-600\/0:active {
  border-right-color: rgb(192 38 211 / 0);
}

.active\:border-r-fuchsia-600\/10:active {
  border-right-color: rgb(192 38 211 / 0.1);
}

.active\:border-r-fuchsia-600\/100:active {
  border-right-color: rgb(192 38 211 / 1);
}

.active\:border-r-fuchsia-600\/20:active {
  border-right-color: rgb(192 38 211 / 0.2);
}

.active\:border-r-fuchsia-600\/25:active {
  border-right-color: rgb(192 38 211 / 0.25);
}

.active\:border-r-fuchsia-600\/30:active {
  border-right-color: rgb(192 38 211 / 0.3);
}

.active\:border-r-fuchsia-600\/40:active {
  border-right-color: rgb(192 38 211 / 0.4);
}

.active\:border-r-fuchsia-600\/5:active {
  border-right-color: rgb(192 38 211 / 0.05);
}

.active\:border-r-fuchsia-600\/50:active {
  border-right-color: rgb(192 38 211 / 0.5);
}

.active\:border-r-fuchsia-600\/60:active {
  border-right-color: rgb(192 38 211 / 0.6);
}

.active\:border-r-fuchsia-600\/70:active {
  border-right-color: rgb(192 38 211 / 0.7);
}

.active\:border-r-fuchsia-600\/75:active {
  border-right-color: rgb(192 38 211 / 0.75);
}

.active\:border-r-fuchsia-600\/80:active {
  border-right-color: rgb(192 38 211 / 0.8);
}

.active\:border-r-fuchsia-600\/90:active {
  border-right-color: rgb(192 38 211 / 0.9);
}

.active\:border-r-fuchsia-600\/95:active {
  border-right-color: rgb(192 38 211 / 0.95);
}

.active\:border-r-fuchsia-700:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(162 28 175 / var(--tw-border-opacity));
}

.active\:border-r-fuchsia-700\/0:active {
  border-right-color: rgb(162 28 175 / 0);
}

.active\:border-r-fuchsia-700\/10:active {
  border-right-color: rgb(162 28 175 / 0.1);
}

.active\:border-r-fuchsia-700\/100:active {
  border-right-color: rgb(162 28 175 / 1);
}

.active\:border-r-fuchsia-700\/20:active {
  border-right-color: rgb(162 28 175 / 0.2);
}

.active\:border-r-fuchsia-700\/25:active {
  border-right-color: rgb(162 28 175 / 0.25);
}

.active\:border-r-fuchsia-700\/30:active {
  border-right-color: rgb(162 28 175 / 0.3);
}

.active\:border-r-fuchsia-700\/40:active {
  border-right-color: rgb(162 28 175 / 0.4);
}

.active\:border-r-fuchsia-700\/5:active {
  border-right-color: rgb(162 28 175 / 0.05);
}

.active\:border-r-fuchsia-700\/50:active {
  border-right-color: rgb(162 28 175 / 0.5);
}

.active\:border-r-fuchsia-700\/60:active {
  border-right-color: rgb(162 28 175 / 0.6);
}

.active\:border-r-fuchsia-700\/70:active {
  border-right-color: rgb(162 28 175 / 0.7);
}

.active\:border-r-fuchsia-700\/75:active {
  border-right-color: rgb(162 28 175 / 0.75);
}

.active\:border-r-fuchsia-700\/80:active {
  border-right-color: rgb(162 28 175 / 0.8);
}

.active\:border-r-fuchsia-700\/90:active {
  border-right-color: rgb(162 28 175 / 0.9);
}

.active\:border-r-fuchsia-700\/95:active {
  border-right-color: rgb(162 28 175 / 0.95);
}

.active\:border-r-fuchsia-800:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(134 25 143 / var(--tw-border-opacity));
}

.active\:border-r-fuchsia-800\/0:active {
  border-right-color: rgb(134 25 143 / 0);
}

.active\:border-r-fuchsia-800\/10:active {
  border-right-color: rgb(134 25 143 / 0.1);
}

.active\:border-r-fuchsia-800\/100:active {
  border-right-color: rgb(134 25 143 / 1);
}

.active\:border-r-fuchsia-800\/20:active {
  border-right-color: rgb(134 25 143 / 0.2);
}

.active\:border-r-fuchsia-800\/25:active {
  border-right-color: rgb(134 25 143 / 0.25);
}

.active\:border-r-fuchsia-800\/30:active {
  border-right-color: rgb(134 25 143 / 0.3);
}

.active\:border-r-fuchsia-800\/40:active {
  border-right-color: rgb(134 25 143 / 0.4);
}

.active\:border-r-fuchsia-800\/5:active {
  border-right-color: rgb(134 25 143 / 0.05);
}

.active\:border-r-fuchsia-800\/50:active {
  border-right-color: rgb(134 25 143 / 0.5);
}

.active\:border-r-fuchsia-800\/60:active {
  border-right-color: rgb(134 25 143 / 0.6);
}

.active\:border-r-fuchsia-800\/70:active {
  border-right-color: rgb(134 25 143 / 0.7);
}

.active\:border-r-fuchsia-800\/75:active {
  border-right-color: rgb(134 25 143 / 0.75);
}

.active\:border-r-fuchsia-800\/80:active {
  border-right-color: rgb(134 25 143 / 0.8);
}

.active\:border-r-fuchsia-800\/90:active {
  border-right-color: rgb(134 25 143 / 0.9);
}

.active\:border-r-fuchsia-800\/95:active {
  border-right-color: rgb(134 25 143 / 0.95);
}

.active\:border-r-fuchsia-900:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(112 26 117 / var(--tw-border-opacity));
}

.active\:border-r-fuchsia-900\/0:active {
  border-right-color: rgb(112 26 117 / 0);
}

.active\:border-r-fuchsia-900\/10:active {
  border-right-color: rgb(112 26 117 / 0.1);
}

.active\:border-r-fuchsia-900\/100:active {
  border-right-color: rgb(112 26 117 / 1);
}

.active\:border-r-fuchsia-900\/20:active {
  border-right-color: rgb(112 26 117 / 0.2);
}

.active\:border-r-fuchsia-900\/25:active {
  border-right-color: rgb(112 26 117 / 0.25);
}

.active\:border-r-fuchsia-900\/30:active {
  border-right-color: rgb(112 26 117 / 0.3);
}

.active\:border-r-fuchsia-900\/40:active {
  border-right-color: rgb(112 26 117 / 0.4);
}

.active\:border-r-fuchsia-900\/5:active {
  border-right-color: rgb(112 26 117 / 0.05);
}

.active\:border-r-fuchsia-900\/50:active {
  border-right-color: rgb(112 26 117 / 0.5);
}

.active\:border-r-fuchsia-900\/60:active {
  border-right-color: rgb(112 26 117 / 0.6);
}

.active\:border-r-fuchsia-900\/70:active {
  border-right-color: rgb(112 26 117 / 0.7);
}

.active\:border-r-fuchsia-900\/75:active {
  border-right-color: rgb(112 26 117 / 0.75);
}

.active\:border-r-fuchsia-900\/80:active {
  border-right-color: rgb(112 26 117 / 0.8);
}

.active\:border-r-fuchsia-900\/90:active {
  border-right-color: rgb(112 26 117 / 0.9);
}

.active\:border-r-fuchsia-900\/95:active {
  border-right-color: rgb(112 26 117 / 0.95);
}

.active\:border-r-fuchsia-950:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(74 4 78 / var(--tw-border-opacity));
}

.active\:border-r-fuchsia-950\/0:active {
  border-right-color: rgb(74 4 78 / 0);
}

.active\:border-r-fuchsia-950\/10:active {
  border-right-color: rgb(74 4 78 / 0.1);
}

.active\:border-r-fuchsia-950\/100:active {
  border-right-color: rgb(74 4 78 / 1);
}

.active\:border-r-fuchsia-950\/20:active {
  border-right-color: rgb(74 4 78 / 0.2);
}

.active\:border-r-fuchsia-950\/25:active {
  border-right-color: rgb(74 4 78 / 0.25);
}

.active\:border-r-fuchsia-950\/30:active {
  border-right-color: rgb(74 4 78 / 0.3);
}

.active\:border-r-fuchsia-950\/40:active {
  border-right-color: rgb(74 4 78 / 0.4);
}

.active\:border-r-fuchsia-950\/5:active {
  border-right-color: rgb(74 4 78 / 0.05);
}

.active\:border-r-fuchsia-950\/50:active {
  border-right-color: rgb(74 4 78 / 0.5);
}

.active\:border-r-fuchsia-950\/60:active {
  border-right-color: rgb(74 4 78 / 0.6);
}

.active\:border-r-fuchsia-950\/70:active {
  border-right-color: rgb(74 4 78 / 0.7);
}

.active\:border-r-fuchsia-950\/75:active {
  border-right-color: rgb(74 4 78 / 0.75);
}

.active\:border-r-fuchsia-950\/80:active {
  border-right-color: rgb(74 4 78 / 0.8);
}

.active\:border-r-fuchsia-950\/90:active {
  border-right-color: rgb(74 4 78 / 0.9);
}

.active\:border-r-fuchsia-950\/95:active {
  border-right-color: rgb(74 4 78 / 0.95);
}

.active\:border-r-gray-100:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.active\:border-r-gray-100\/0:active {
  border-right-color: rgb(243 244 246 / 0);
}

.active\:border-r-gray-100\/10:active {
  border-right-color: rgb(243 244 246 / 0.1);
}

.active\:border-r-gray-100\/100:active {
  border-right-color: rgb(243 244 246 / 1);
}

.active\:border-r-gray-100\/20:active {
  border-right-color: rgb(243 244 246 / 0.2);
}

.active\:border-r-gray-100\/25:active {
  border-right-color: rgb(243 244 246 / 0.25);
}

.active\:border-r-gray-100\/30:active {
  border-right-color: rgb(243 244 246 / 0.3);
}

.active\:border-r-gray-100\/40:active {
  border-right-color: rgb(243 244 246 / 0.4);
}

.active\:border-r-gray-100\/5:active {
  border-right-color: rgb(243 244 246 / 0.05);
}

.active\:border-r-gray-100\/50:active {
  border-right-color: rgb(243 244 246 / 0.5);
}

.active\:border-r-gray-100\/60:active {
  border-right-color: rgb(243 244 246 / 0.6);
}

.active\:border-r-gray-100\/70:active {
  border-right-color: rgb(243 244 246 / 0.7);
}

.active\:border-r-gray-100\/75:active {
  border-right-color: rgb(243 244 246 / 0.75);
}

.active\:border-r-gray-100\/80:active {
  border-right-color: rgb(243 244 246 / 0.8);
}

.active\:border-r-gray-100\/90:active {
  border-right-color: rgb(243 244 246 / 0.9);
}

.active\:border-r-gray-100\/95:active {
  border-right-color: rgb(243 244 246 / 0.95);
}

.active\:border-r-gray-200:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.active\:border-r-gray-200\/0:active {
  border-right-color: rgb(229 231 235 / 0);
}

.active\:border-r-gray-200\/10:active {
  border-right-color: rgb(229 231 235 / 0.1);
}

.active\:border-r-gray-200\/100:active {
  border-right-color: rgb(229 231 235 / 1);
}

.active\:border-r-gray-200\/20:active {
  border-right-color: rgb(229 231 235 / 0.2);
}

.active\:border-r-gray-200\/25:active {
  border-right-color: rgb(229 231 235 / 0.25);
}

.active\:border-r-gray-200\/30:active {
  border-right-color: rgb(229 231 235 / 0.3);
}

.active\:border-r-gray-200\/40:active {
  border-right-color: rgb(229 231 235 / 0.4);
}

.active\:border-r-gray-200\/5:active {
  border-right-color: rgb(229 231 235 / 0.05);
}

.active\:border-r-gray-200\/50:active {
  border-right-color: rgb(229 231 235 / 0.5);
}

.active\:border-r-gray-200\/60:active {
  border-right-color: rgb(229 231 235 / 0.6);
}

.active\:border-r-gray-200\/70:active {
  border-right-color: rgb(229 231 235 / 0.7);
}

.active\:border-r-gray-200\/75:active {
  border-right-color: rgb(229 231 235 / 0.75);
}

.active\:border-r-gray-200\/80:active {
  border-right-color: rgb(229 231 235 / 0.8);
}

.active\:border-r-gray-200\/90:active {
  border-right-color: rgb(229 231 235 / 0.9);
}

.active\:border-r-gray-200\/95:active {
  border-right-color: rgb(229 231 235 / 0.95);
}

.active\:border-r-gray-300:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.active\:border-r-gray-300\/0:active {
  border-right-color: rgb(209 213 219 / 0);
}

.active\:border-r-gray-300\/10:active {
  border-right-color: rgb(209 213 219 / 0.1);
}

.active\:border-r-gray-300\/100:active {
  border-right-color: rgb(209 213 219 / 1);
}

.active\:border-r-gray-300\/20:active {
  border-right-color: rgb(209 213 219 / 0.2);
}

.active\:border-r-gray-300\/25:active {
  border-right-color: rgb(209 213 219 / 0.25);
}

.active\:border-r-gray-300\/30:active {
  border-right-color: rgb(209 213 219 / 0.3);
}

.active\:border-r-gray-300\/40:active {
  border-right-color: rgb(209 213 219 / 0.4);
}

.active\:border-r-gray-300\/5:active {
  border-right-color: rgb(209 213 219 / 0.05);
}

.active\:border-r-gray-300\/50:active {
  border-right-color: rgb(209 213 219 / 0.5);
}

.active\:border-r-gray-300\/60:active {
  border-right-color: rgb(209 213 219 / 0.6);
}

.active\:border-r-gray-300\/70:active {
  border-right-color: rgb(209 213 219 / 0.7);
}

.active\:border-r-gray-300\/75:active {
  border-right-color: rgb(209 213 219 / 0.75);
}

.active\:border-r-gray-300\/80:active {
  border-right-color: rgb(209 213 219 / 0.8);
}

.active\:border-r-gray-300\/90:active {
  border-right-color: rgb(209 213 219 / 0.9);
}

.active\:border-r-gray-300\/95:active {
  border-right-color: rgb(209 213 219 / 0.95);
}

.active\:border-r-gray-400:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.active\:border-r-gray-400\/0:active {
  border-right-color: rgb(156 163 175 / 0);
}

.active\:border-r-gray-400\/10:active {
  border-right-color: rgb(156 163 175 / 0.1);
}

.active\:border-r-gray-400\/100:active {
  border-right-color: rgb(156 163 175 / 1);
}

.active\:border-r-gray-400\/20:active {
  border-right-color: rgb(156 163 175 / 0.2);
}

.active\:border-r-gray-400\/25:active {
  border-right-color: rgb(156 163 175 / 0.25);
}

.active\:border-r-gray-400\/30:active {
  border-right-color: rgb(156 163 175 / 0.3);
}

.active\:border-r-gray-400\/40:active {
  border-right-color: rgb(156 163 175 / 0.4);
}

.active\:border-r-gray-400\/5:active {
  border-right-color: rgb(156 163 175 / 0.05);
}

.active\:border-r-gray-400\/50:active {
  border-right-color: rgb(156 163 175 / 0.5);
}

.active\:border-r-gray-400\/60:active {
  border-right-color: rgb(156 163 175 / 0.6);
}

.active\:border-r-gray-400\/70:active {
  border-right-color: rgb(156 163 175 / 0.7);
}

.active\:border-r-gray-400\/75:active {
  border-right-color: rgb(156 163 175 / 0.75);
}

.active\:border-r-gray-400\/80:active {
  border-right-color: rgb(156 163 175 / 0.8);
}

.active\:border-r-gray-400\/90:active {
  border-right-color: rgb(156 163 175 / 0.9);
}

.active\:border-r-gray-400\/95:active {
  border-right-color: rgb(156 163 175 / 0.95);
}

.active\:border-r-gray-50:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.active\:border-r-gray-50\/0:active {
  border-right-color: rgb(249 250 251 / 0);
}

.active\:border-r-gray-50\/10:active {
  border-right-color: rgb(249 250 251 / 0.1);
}

.active\:border-r-gray-50\/100:active {
  border-right-color: rgb(249 250 251 / 1);
}

.active\:border-r-gray-50\/20:active {
  border-right-color: rgb(249 250 251 / 0.2);
}

.active\:border-r-gray-50\/25:active {
  border-right-color: rgb(249 250 251 / 0.25);
}

.active\:border-r-gray-50\/30:active {
  border-right-color: rgb(249 250 251 / 0.3);
}

.active\:border-r-gray-50\/40:active {
  border-right-color: rgb(249 250 251 / 0.4);
}

.active\:border-r-gray-50\/5:active {
  border-right-color: rgb(249 250 251 / 0.05);
}

.active\:border-r-gray-50\/50:active {
  border-right-color: rgb(249 250 251 / 0.5);
}

.active\:border-r-gray-50\/60:active {
  border-right-color: rgb(249 250 251 / 0.6);
}

.active\:border-r-gray-50\/70:active {
  border-right-color: rgb(249 250 251 / 0.7);
}

.active\:border-r-gray-50\/75:active {
  border-right-color: rgb(249 250 251 / 0.75);
}

.active\:border-r-gray-50\/80:active {
  border-right-color: rgb(249 250 251 / 0.8);
}

.active\:border-r-gray-50\/90:active {
  border-right-color: rgb(249 250 251 / 0.9);
}

.active\:border-r-gray-50\/95:active {
  border-right-color: rgb(249 250 251 / 0.95);
}

.active\:border-r-gray-500:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.active\:border-r-gray-500\/0:active {
  border-right-color: rgb(107 114 128 / 0);
}

.active\:border-r-gray-500\/10:active {
  border-right-color: rgb(107 114 128 / 0.1);
}

.active\:border-r-gray-500\/100:active {
  border-right-color: rgb(107 114 128 / 1);
}

.active\:border-r-gray-500\/20:active {
  border-right-color: rgb(107 114 128 / 0.2);
}

.active\:border-r-gray-500\/25:active {
  border-right-color: rgb(107 114 128 / 0.25);
}

.active\:border-r-gray-500\/30:active {
  border-right-color: rgb(107 114 128 / 0.3);
}

.active\:border-r-gray-500\/40:active {
  border-right-color: rgb(107 114 128 / 0.4);
}

.active\:border-r-gray-500\/5:active {
  border-right-color: rgb(107 114 128 / 0.05);
}

.active\:border-r-gray-500\/50:active {
  border-right-color: rgb(107 114 128 / 0.5);
}

.active\:border-r-gray-500\/60:active {
  border-right-color: rgb(107 114 128 / 0.6);
}

.active\:border-r-gray-500\/70:active {
  border-right-color: rgb(107 114 128 / 0.7);
}

.active\:border-r-gray-500\/75:active {
  border-right-color: rgb(107 114 128 / 0.75);
}

.active\:border-r-gray-500\/80:active {
  border-right-color: rgb(107 114 128 / 0.8);
}

.active\:border-r-gray-500\/90:active {
  border-right-color: rgb(107 114 128 / 0.9);
}

.active\:border-r-gray-500\/95:active {
  border-right-color: rgb(107 114 128 / 0.95);
}

.active\:border-r-gray-600:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.active\:border-r-gray-600\/0:active {
  border-right-color: rgb(75 85 99 / 0);
}

.active\:border-r-gray-600\/10:active {
  border-right-color: rgb(75 85 99 / 0.1);
}

.active\:border-r-gray-600\/100:active {
  border-right-color: rgb(75 85 99 / 1);
}

.active\:border-r-gray-600\/20:active {
  border-right-color: rgb(75 85 99 / 0.2);
}

.active\:border-r-gray-600\/25:active {
  border-right-color: rgb(75 85 99 / 0.25);
}

.active\:border-r-gray-600\/30:active {
  border-right-color: rgb(75 85 99 / 0.3);
}

.active\:border-r-gray-600\/40:active {
  border-right-color: rgb(75 85 99 / 0.4);
}

.active\:border-r-gray-600\/5:active {
  border-right-color: rgb(75 85 99 / 0.05);
}

.active\:border-r-gray-600\/50:active {
  border-right-color: rgb(75 85 99 / 0.5);
}

.active\:border-r-gray-600\/60:active {
  border-right-color: rgb(75 85 99 / 0.6);
}

.active\:border-r-gray-600\/70:active {
  border-right-color: rgb(75 85 99 / 0.7);
}

.active\:border-r-gray-600\/75:active {
  border-right-color: rgb(75 85 99 / 0.75);
}

.active\:border-r-gray-600\/80:active {
  border-right-color: rgb(75 85 99 / 0.8);
}

.active\:border-r-gray-600\/90:active {
  border-right-color: rgb(75 85 99 / 0.9);
}

.active\:border-r-gray-600\/95:active {
  border-right-color: rgb(75 85 99 / 0.95);
}

.active\:border-r-gray-700:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.active\:border-r-gray-700\/0:active {
  border-right-color: rgb(55 65 81 / 0);
}

.active\:border-r-gray-700\/10:active {
  border-right-color: rgb(55 65 81 / 0.1);
}

.active\:border-r-gray-700\/100:active {
  border-right-color: rgb(55 65 81 / 1);
}

.active\:border-r-gray-700\/20:active {
  border-right-color: rgb(55 65 81 / 0.2);
}

.active\:border-r-gray-700\/25:active {
  border-right-color: rgb(55 65 81 / 0.25);
}

.active\:border-r-gray-700\/30:active {
  border-right-color: rgb(55 65 81 / 0.3);
}

.active\:border-r-gray-700\/40:active {
  border-right-color: rgb(55 65 81 / 0.4);
}

.active\:border-r-gray-700\/5:active {
  border-right-color: rgb(55 65 81 / 0.05);
}

.active\:border-r-gray-700\/50:active {
  border-right-color: rgb(55 65 81 / 0.5);
}

.active\:border-r-gray-700\/60:active {
  border-right-color: rgb(55 65 81 / 0.6);
}

.active\:border-r-gray-700\/70:active {
  border-right-color: rgb(55 65 81 / 0.7);
}

.active\:border-r-gray-700\/75:active {
  border-right-color: rgb(55 65 81 / 0.75);
}

.active\:border-r-gray-700\/80:active {
  border-right-color: rgb(55 65 81 / 0.8);
}

.active\:border-r-gray-700\/90:active {
  border-right-color: rgb(55 65 81 / 0.9);
}

.active\:border-r-gray-700\/95:active {
  border-right-color: rgb(55 65 81 / 0.95);
}

.active\:border-r-gray-800:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.active\:border-r-gray-800\/0:active {
  border-right-color: rgb(31 41 55 / 0);
}

.active\:border-r-gray-800\/10:active {
  border-right-color: rgb(31 41 55 / 0.1);
}

.active\:border-r-gray-800\/100:active {
  border-right-color: rgb(31 41 55 / 1);
}

.active\:border-r-gray-800\/20:active {
  border-right-color: rgb(31 41 55 / 0.2);
}

.active\:border-r-gray-800\/25:active {
  border-right-color: rgb(31 41 55 / 0.25);
}

.active\:border-r-gray-800\/30:active {
  border-right-color: rgb(31 41 55 / 0.3);
}

.active\:border-r-gray-800\/40:active {
  border-right-color: rgb(31 41 55 / 0.4);
}

.active\:border-r-gray-800\/5:active {
  border-right-color: rgb(31 41 55 / 0.05);
}

.active\:border-r-gray-800\/50:active {
  border-right-color: rgb(31 41 55 / 0.5);
}

.active\:border-r-gray-800\/60:active {
  border-right-color: rgb(31 41 55 / 0.6);
}

.active\:border-r-gray-800\/70:active {
  border-right-color: rgb(31 41 55 / 0.7);
}

.active\:border-r-gray-800\/75:active {
  border-right-color: rgb(31 41 55 / 0.75);
}

.active\:border-r-gray-800\/80:active {
  border-right-color: rgb(31 41 55 / 0.8);
}

.active\:border-r-gray-800\/90:active {
  border-right-color: rgb(31 41 55 / 0.9);
}

.active\:border-r-gray-800\/95:active {
  border-right-color: rgb(31 41 55 / 0.95);
}

.active\:border-r-gray-900:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.active\:border-r-gray-900\/0:active {
  border-right-color: rgb(17 24 39 / 0);
}

.active\:border-r-gray-900\/10:active {
  border-right-color: rgb(17 24 39 / 0.1);
}

.active\:border-r-gray-900\/100:active {
  border-right-color: rgb(17 24 39 / 1);
}

.active\:border-r-gray-900\/20:active {
  border-right-color: rgb(17 24 39 / 0.2);
}

.active\:border-r-gray-900\/25:active {
  border-right-color: rgb(17 24 39 / 0.25);
}

.active\:border-r-gray-900\/30:active {
  border-right-color: rgb(17 24 39 / 0.3);
}

.active\:border-r-gray-900\/40:active {
  border-right-color: rgb(17 24 39 / 0.4);
}

.active\:border-r-gray-900\/5:active {
  border-right-color: rgb(17 24 39 / 0.05);
}

.active\:border-r-gray-900\/50:active {
  border-right-color: rgb(17 24 39 / 0.5);
}

.active\:border-r-gray-900\/60:active {
  border-right-color: rgb(17 24 39 / 0.6);
}

.active\:border-r-gray-900\/70:active {
  border-right-color: rgb(17 24 39 / 0.7);
}

.active\:border-r-gray-900\/75:active {
  border-right-color: rgb(17 24 39 / 0.75);
}

.active\:border-r-gray-900\/80:active {
  border-right-color: rgb(17 24 39 / 0.8);
}

.active\:border-r-gray-900\/90:active {
  border-right-color: rgb(17 24 39 / 0.9);
}

.active\:border-r-gray-900\/95:active {
  border-right-color: rgb(17 24 39 / 0.95);
}

.active\:border-r-gray-950:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(3 7 18 / var(--tw-border-opacity));
}

.active\:border-r-gray-950\/0:active {
  border-right-color: rgb(3 7 18 / 0);
}

.active\:border-r-gray-950\/10:active {
  border-right-color: rgb(3 7 18 / 0.1);
}

.active\:border-r-gray-950\/100:active {
  border-right-color: rgb(3 7 18 / 1);
}

.active\:border-r-gray-950\/20:active {
  border-right-color: rgb(3 7 18 / 0.2);
}

.active\:border-r-gray-950\/25:active {
  border-right-color: rgb(3 7 18 / 0.25);
}

.active\:border-r-gray-950\/30:active {
  border-right-color: rgb(3 7 18 / 0.3);
}

.active\:border-r-gray-950\/40:active {
  border-right-color: rgb(3 7 18 / 0.4);
}

.active\:border-r-gray-950\/5:active {
  border-right-color: rgb(3 7 18 / 0.05);
}

.active\:border-r-gray-950\/50:active {
  border-right-color: rgb(3 7 18 / 0.5);
}

.active\:border-r-gray-950\/60:active {
  border-right-color: rgb(3 7 18 / 0.6);
}

.active\:border-r-gray-950\/70:active {
  border-right-color: rgb(3 7 18 / 0.7);
}

.active\:border-r-gray-950\/75:active {
  border-right-color: rgb(3 7 18 / 0.75);
}

.active\:border-r-gray-950\/80:active {
  border-right-color: rgb(3 7 18 / 0.8);
}

.active\:border-r-gray-950\/90:active {
  border-right-color: rgb(3 7 18 / 0.9);
}

.active\:border-r-gray-950\/95:active {
  border-right-color: rgb(3 7 18 / 0.95);
}

.active\:border-r-green-100:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(220 252 231 / var(--tw-border-opacity));
}

.active\:border-r-green-100\/0:active {
  border-right-color: rgb(220 252 231 / 0);
}

.active\:border-r-green-100\/10:active {
  border-right-color: rgb(220 252 231 / 0.1);
}

.active\:border-r-green-100\/100:active {
  border-right-color: rgb(220 252 231 / 1);
}

.active\:border-r-green-100\/20:active {
  border-right-color: rgb(220 252 231 / 0.2);
}

.active\:border-r-green-100\/25:active {
  border-right-color: rgb(220 252 231 / 0.25);
}

.active\:border-r-green-100\/30:active {
  border-right-color: rgb(220 252 231 / 0.3);
}

.active\:border-r-green-100\/40:active {
  border-right-color: rgb(220 252 231 / 0.4);
}

.active\:border-r-green-100\/5:active {
  border-right-color: rgb(220 252 231 / 0.05);
}

.active\:border-r-green-100\/50:active {
  border-right-color: rgb(220 252 231 / 0.5);
}

.active\:border-r-green-100\/60:active {
  border-right-color: rgb(220 252 231 / 0.6);
}

.active\:border-r-green-100\/70:active {
  border-right-color: rgb(220 252 231 / 0.7);
}

.active\:border-r-green-100\/75:active {
  border-right-color: rgb(220 252 231 / 0.75);
}

.active\:border-r-green-100\/80:active {
  border-right-color: rgb(220 252 231 / 0.8);
}

.active\:border-r-green-100\/90:active {
  border-right-color: rgb(220 252 231 / 0.9);
}

.active\:border-r-green-100\/95:active {
  border-right-color: rgb(220 252 231 / 0.95);
}

.active\:border-r-green-200:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.active\:border-r-green-200\/0:active {
  border-right-color: rgb(187 247 208 / 0);
}

.active\:border-r-green-200\/10:active {
  border-right-color: rgb(187 247 208 / 0.1);
}

.active\:border-r-green-200\/100:active {
  border-right-color: rgb(187 247 208 / 1);
}

.active\:border-r-green-200\/20:active {
  border-right-color: rgb(187 247 208 / 0.2);
}

.active\:border-r-green-200\/25:active {
  border-right-color: rgb(187 247 208 / 0.25);
}

.active\:border-r-green-200\/30:active {
  border-right-color: rgb(187 247 208 / 0.3);
}

.active\:border-r-green-200\/40:active {
  border-right-color: rgb(187 247 208 / 0.4);
}

.active\:border-r-green-200\/5:active {
  border-right-color: rgb(187 247 208 / 0.05);
}

.active\:border-r-green-200\/50:active {
  border-right-color: rgb(187 247 208 / 0.5);
}

.active\:border-r-green-200\/60:active {
  border-right-color: rgb(187 247 208 / 0.6);
}

.active\:border-r-green-200\/70:active {
  border-right-color: rgb(187 247 208 / 0.7);
}

.active\:border-r-green-200\/75:active {
  border-right-color: rgb(187 247 208 / 0.75);
}

.active\:border-r-green-200\/80:active {
  border-right-color: rgb(187 247 208 / 0.8);
}

.active\:border-r-green-200\/90:active {
  border-right-color: rgb(187 247 208 / 0.9);
}

.active\:border-r-green-200\/95:active {
  border-right-color: rgb(187 247 208 / 0.95);
}

.active\:border-r-green-300:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.active\:border-r-green-300\/0:active {
  border-right-color: rgb(134 239 172 / 0);
}

.active\:border-r-green-300\/10:active {
  border-right-color: rgb(134 239 172 / 0.1);
}

.active\:border-r-green-300\/100:active {
  border-right-color: rgb(134 239 172 / 1);
}

.active\:border-r-green-300\/20:active {
  border-right-color: rgb(134 239 172 / 0.2);
}

.active\:border-r-green-300\/25:active {
  border-right-color: rgb(134 239 172 / 0.25);
}

.active\:border-r-green-300\/30:active {
  border-right-color: rgb(134 239 172 / 0.3);
}

.active\:border-r-green-300\/40:active {
  border-right-color: rgb(134 239 172 / 0.4);
}

.active\:border-r-green-300\/5:active {
  border-right-color: rgb(134 239 172 / 0.05);
}

.active\:border-r-green-300\/50:active {
  border-right-color: rgb(134 239 172 / 0.5);
}

.active\:border-r-green-300\/60:active {
  border-right-color: rgb(134 239 172 / 0.6);
}

.active\:border-r-green-300\/70:active {
  border-right-color: rgb(134 239 172 / 0.7);
}

.active\:border-r-green-300\/75:active {
  border-right-color: rgb(134 239 172 / 0.75);
}

.active\:border-r-green-300\/80:active {
  border-right-color: rgb(134 239 172 / 0.8);
}

.active\:border-r-green-300\/90:active {
  border-right-color: rgb(134 239 172 / 0.9);
}

.active\:border-r-green-300\/95:active {
  border-right-color: rgb(134 239 172 / 0.95);
}

.active\:border-r-green-400:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.active\:border-r-green-400\/0:active {
  border-right-color: rgb(74 222 128 / 0);
}

.active\:border-r-green-400\/10:active {
  border-right-color: rgb(74 222 128 / 0.1);
}

.active\:border-r-green-400\/100:active {
  border-right-color: rgb(74 222 128 / 1);
}

.active\:border-r-green-400\/20:active {
  border-right-color: rgb(74 222 128 / 0.2);
}

.active\:border-r-green-400\/25:active {
  border-right-color: rgb(74 222 128 / 0.25);
}

.active\:border-r-green-400\/30:active {
  border-right-color: rgb(74 222 128 / 0.3);
}

.active\:border-r-green-400\/40:active {
  border-right-color: rgb(74 222 128 / 0.4);
}

.active\:border-r-green-400\/5:active {
  border-right-color: rgb(74 222 128 / 0.05);
}

.active\:border-r-green-400\/50:active {
  border-right-color: rgb(74 222 128 / 0.5);
}

.active\:border-r-green-400\/60:active {
  border-right-color: rgb(74 222 128 / 0.6);
}

.active\:border-r-green-400\/70:active {
  border-right-color: rgb(74 222 128 / 0.7);
}

.active\:border-r-green-400\/75:active {
  border-right-color: rgb(74 222 128 / 0.75);
}

.active\:border-r-green-400\/80:active {
  border-right-color: rgb(74 222 128 / 0.8);
}

.active\:border-r-green-400\/90:active {
  border-right-color: rgb(74 222 128 / 0.9);
}

.active\:border-r-green-400\/95:active {
  border-right-color: rgb(74 222 128 / 0.95);
}

.active\:border-r-green-50:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(240 253 244 / var(--tw-border-opacity));
}

.active\:border-r-green-50\/0:active {
  border-right-color: rgb(240 253 244 / 0);
}

.active\:border-r-green-50\/10:active {
  border-right-color: rgb(240 253 244 / 0.1);
}

.active\:border-r-green-50\/100:active {
  border-right-color: rgb(240 253 244 / 1);
}

.active\:border-r-green-50\/20:active {
  border-right-color: rgb(240 253 244 / 0.2);
}

.active\:border-r-green-50\/25:active {
  border-right-color: rgb(240 253 244 / 0.25);
}

.active\:border-r-green-50\/30:active {
  border-right-color: rgb(240 253 244 / 0.3);
}

.active\:border-r-green-50\/40:active {
  border-right-color: rgb(240 253 244 / 0.4);
}

.active\:border-r-green-50\/5:active {
  border-right-color: rgb(240 253 244 / 0.05);
}

.active\:border-r-green-50\/50:active {
  border-right-color: rgb(240 253 244 / 0.5);
}

.active\:border-r-green-50\/60:active {
  border-right-color: rgb(240 253 244 / 0.6);
}

.active\:border-r-green-50\/70:active {
  border-right-color: rgb(240 253 244 / 0.7);
}

.active\:border-r-green-50\/75:active {
  border-right-color: rgb(240 253 244 / 0.75);
}

.active\:border-r-green-50\/80:active {
  border-right-color: rgb(240 253 244 / 0.8);
}

.active\:border-r-green-50\/90:active {
  border-right-color: rgb(240 253 244 / 0.9);
}

.active\:border-r-green-50\/95:active {
  border-right-color: rgb(240 253 244 / 0.95);
}

.active\:border-r-green-500:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.active\:border-r-green-500\/0:active {
  border-right-color: rgb(34 197 94 / 0);
}

.active\:border-r-green-500\/10:active {
  border-right-color: rgb(34 197 94 / 0.1);
}

.active\:border-r-green-500\/100:active {
  border-right-color: rgb(34 197 94 / 1);
}

.active\:border-r-green-500\/20:active {
  border-right-color: rgb(34 197 94 / 0.2);
}

.active\:border-r-green-500\/25:active {
  border-right-color: rgb(34 197 94 / 0.25);
}

.active\:border-r-green-500\/30:active {
  border-right-color: rgb(34 197 94 / 0.3);
}

.active\:border-r-green-500\/40:active {
  border-right-color: rgb(34 197 94 / 0.4);
}

.active\:border-r-green-500\/5:active {
  border-right-color: rgb(34 197 94 / 0.05);
}

.active\:border-r-green-500\/50:active {
  border-right-color: rgb(34 197 94 / 0.5);
}

.active\:border-r-green-500\/60:active {
  border-right-color: rgb(34 197 94 / 0.6);
}

.active\:border-r-green-500\/70:active {
  border-right-color: rgb(34 197 94 / 0.7);
}

.active\:border-r-green-500\/75:active {
  border-right-color: rgb(34 197 94 / 0.75);
}

.active\:border-r-green-500\/80:active {
  border-right-color: rgb(34 197 94 / 0.8);
}

.active\:border-r-green-500\/90:active {
  border-right-color: rgb(34 197 94 / 0.9);
}

.active\:border-r-green-500\/95:active {
  border-right-color: rgb(34 197 94 / 0.95);
}

.active\:border-r-green-600:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.active\:border-r-green-600\/0:active {
  border-right-color: rgb(22 163 74 / 0);
}

.active\:border-r-green-600\/10:active {
  border-right-color: rgb(22 163 74 / 0.1);
}

.active\:border-r-green-600\/100:active {
  border-right-color: rgb(22 163 74 / 1);
}

.active\:border-r-green-600\/20:active {
  border-right-color: rgb(22 163 74 / 0.2);
}

.active\:border-r-green-600\/25:active {
  border-right-color: rgb(22 163 74 / 0.25);
}

.active\:border-r-green-600\/30:active {
  border-right-color: rgb(22 163 74 / 0.3);
}

.active\:border-r-green-600\/40:active {
  border-right-color: rgb(22 163 74 / 0.4);
}

.active\:border-r-green-600\/5:active {
  border-right-color: rgb(22 163 74 / 0.05);
}

.active\:border-r-green-600\/50:active {
  border-right-color: rgb(22 163 74 / 0.5);
}

.active\:border-r-green-600\/60:active {
  border-right-color: rgb(22 163 74 / 0.6);
}

.active\:border-r-green-600\/70:active {
  border-right-color: rgb(22 163 74 / 0.7);
}

.active\:border-r-green-600\/75:active {
  border-right-color: rgb(22 163 74 / 0.75);
}

.active\:border-r-green-600\/80:active {
  border-right-color: rgb(22 163 74 / 0.8);
}

.active\:border-r-green-600\/90:active {
  border-right-color: rgb(22 163 74 / 0.9);
}

.active\:border-r-green-600\/95:active {
  border-right-color: rgb(22 163 74 / 0.95);
}

.active\:border-r-green-700:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.active\:border-r-green-700\/0:active {
  border-right-color: rgb(21 128 61 / 0);
}

.active\:border-r-green-700\/10:active {
  border-right-color: rgb(21 128 61 / 0.1);
}

.active\:border-r-green-700\/100:active {
  border-right-color: rgb(21 128 61 / 1);
}

.active\:border-r-green-700\/20:active {
  border-right-color: rgb(21 128 61 / 0.2);
}

.active\:border-r-green-700\/25:active {
  border-right-color: rgb(21 128 61 / 0.25);
}

.active\:border-r-green-700\/30:active {
  border-right-color: rgb(21 128 61 / 0.3);
}

.active\:border-r-green-700\/40:active {
  border-right-color: rgb(21 128 61 / 0.4);
}

.active\:border-r-green-700\/5:active {
  border-right-color: rgb(21 128 61 / 0.05);
}

.active\:border-r-green-700\/50:active {
  border-right-color: rgb(21 128 61 / 0.5);
}

.active\:border-r-green-700\/60:active {
  border-right-color: rgb(21 128 61 / 0.6);
}

.active\:border-r-green-700\/70:active {
  border-right-color: rgb(21 128 61 / 0.7);
}

.active\:border-r-green-700\/75:active {
  border-right-color: rgb(21 128 61 / 0.75);
}

.active\:border-r-green-700\/80:active {
  border-right-color: rgb(21 128 61 / 0.8);
}

.active\:border-r-green-700\/90:active {
  border-right-color: rgb(21 128 61 / 0.9);
}

.active\:border-r-green-700\/95:active {
  border-right-color: rgb(21 128 61 / 0.95);
}

.active\:border-r-green-800:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.active\:border-r-green-800\/0:active {
  border-right-color: rgb(22 101 52 / 0);
}

.active\:border-r-green-800\/10:active {
  border-right-color: rgb(22 101 52 / 0.1);
}

.active\:border-r-green-800\/100:active {
  border-right-color: rgb(22 101 52 / 1);
}

.active\:border-r-green-800\/20:active {
  border-right-color: rgb(22 101 52 / 0.2);
}

.active\:border-r-green-800\/25:active {
  border-right-color: rgb(22 101 52 / 0.25);
}

.active\:border-r-green-800\/30:active {
  border-right-color: rgb(22 101 52 / 0.3);
}

.active\:border-r-green-800\/40:active {
  border-right-color: rgb(22 101 52 / 0.4);
}

.active\:border-r-green-800\/5:active {
  border-right-color: rgb(22 101 52 / 0.05);
}

.active\:border-r-green-800\/50:active {
  border-right-color: rgb(22 101 52 / 0.5);
}

.active\:border-r-green-800\/60:active {
  border-right-color: rgb(22 101 52 / 0.6);
}

.active\:border-r-green-800\/70:active {
  border-right-color: rgb(22 101 52 / 0.7);
}

.active\:border-r-green-800\/75:active {
  border-right-color: rgb(22 101 52 / 0.75);
}

.active\:border-r-green-800\/80:active {
  border-right-color: rgb(22 101 52 / 0.8);
}

.active\:border-r-green-800\/90:active {
  border-right-color: rgb(22 101 52 / 0.9);
}

.active\:border-r-green-800\/95:active {
  border-right-color: rgb(22 101 52 / 0.95);
}

.active\:border-r-green-900:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(20 83 45 / var(--tw-border-opacity));
}

.active\:border-r-green-900\/0:active {
  border-right-color: rgb(20 83 45 / 0);
}

.active\:border-r-green-900\/10:active {
  border-right-color: rgb(20 83 45 / 0.1);
}

.active\:border-r-green-900\/100:active {
  border-right-color: rgb(20 83 45 / 1);
}

.active\:border-r-green-900\/20:active {
  border-right-color: rgb(20 83 45 / 0.2);
}

.active\:border-r-green-900\/25:active {
  border-right-color: rgb(20 83 45 / 0.25);
}

.active\:border-r-green-900\/30:active {
  border-right-color: rgb(20 83 45 / 0.3);
}

.active\:border-r-green-900\/40:active {
  border-right-color: rgb(20 83 45 / 0.4);
}

.active\:border-r-green-900\/5:active {
  border-right-color: rgb(20 83 45 / 0.05);
}

.active\:border-r-green-900\/50:active {
  border-right-color: rgb(20 83 45 / 0.5);
}

.active\:border-r-green-900\/60:active {
  border-right-color: rgb(20 83 45 / 0.6);
}

.active\:border-r-green-900\/70:active {
  border-right-color: rgb(20 83 45 / 0.7);
}

.active\:border-r-green-900\/75:active {
  border-right-color: rgb(20 83 45 / 0.75);
}

.active\:border-r-green-900\/80:active {
  border-right-color: rgb(20 83 45 / 0.8);
}

.active\:border-r-green-900\/90:active {
  border-right-color: rgb(20 83 45 / 0.9);
}

.active\:border-r-green-900\/95:active {
  border-right-color: rgb(20 83 45 / 0.95);
}

.active\:border-r-green-950:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(5 46 22 / var(--tw-border-opacity));
}

.active\:border-r-green-950\/0:active {
  border-right-color: rgb(5 46 22 / 0);
}

.active\:border-r-green-950\/10:active {
  border-right-color: rgb(5 46 22 / 0.1);
}

.active\:border-r-green-950\/100:active {
  border-right-color: rgb(5 46 22 / 1);
}

.active\:border-r-green-950\/20:active {
  border-right-color: rgb(5 46 22 / 0.2);
}

.active\:border-r-green-950\/25:active {
  border-right-color: rgb(5 46 22 / 0.25);
}

.active\:border-r-green-950\/30:active {
  border-right-color: rgb(5 46 22 / 0.3);
}

.active\:border-r-green-950\/40:active {
  border-right-color: rgb(5 46 22 / 0.4);
}

.active\:border-r-green-950\/5:active {
  border-right-color: rgb(5 46 22 / 0.05);
}

.active\:border-r-green-950\/50:active {
  border-right-color: rgb(5 46 22 / 0.5);
}

.active\:border-r-green-950\/60:active {
  border-right-color: rgb(5 46 22 / 0.6);
}

.active\:border-r-green-950\/70:active {
  border-right-color: rgb(5 46 22 / 0.7);
}

.active\:border-r-green-950\/75:active {
  border-right-color: rgb(5 46 22 / 0.75);
}

.active\:border-r-green-950\/80:active {
  border-right-color: rgb(5 46 22 / 0.8);
}

.active\:border-r-green-950\/90:active {
  border-right-color: rgb(5 46 22 / 0.9);
}

.active\:border-r-green-950\/95:active {
  border-right-color: rgb(5 46 22 / 0.95);
}

.active\:border-r-indigo-100:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(224 231 255 / var(--tw-border-opacity));
}

.active\:border-r-indigo-100\/0:active {
  border-right-color: rgb(224 231 255 / 0);
}

.active\:border-r-indigo-100\/10:active {
  border-right-color: rgb(224 231 255 / 0.1);
}

.active\:border-r-indigo-100\/100:active {
  border-right-color: rgb(224 231 255 / 1);
}

.active\:border-r-indigo-100\/20:active {
  border-right-color: rgb(224 231 255 / 0.2);
}

.active\:border-r-indigo-100\/25:active {
  border-right-color: rgb(224 231 255 / 0.25);
}

.active\:border-r-indigo-100\/30:active {
  border-right-color: rgb(224 231 255 / 0.3);
}

.active\:border-r-indigo-100\/40:active {
  border-right-color: rgb(224 231 255 / 0.4);
}

.active\:border-r-indigo-100\/5:active {
  border-right-color: rgb(224 231 255 / 0.05);
}

.active\:border-r-indigo-100\/50:active {
  border-right-color: rgb(224 231 255 / 0.5);
}

.active\:border-r-indigo-100\/60:active {
  border-right-color: rgb(224 231 255 / 0.6);
}

.active\:border-r-indigo-100\/70:active {
  border-right-color: rgb(224 231 255 / 0.7);
}

.active\:border-r-indigo-100\/75:active {
  border-right-color: rgb(224 231 255 / 0.75);
}

.active\:border-r-indigo-100\/80:active {
  border-right-color: rgb(224 231 255 / 0.8);
}

.active\:border-r-indigo-100\/90:active {
  border-right-color: rgb(224 231 255 / 0.9);
}

.active\:border-r-indigo-100\/95:active {
  border-right-color: rgb(224 231 255 / 0.95);
}

.active\:border-r-indigo-200:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.active\:border-r-indigo-200\/0:active {
  border-right-color: rgb(199 210 254 / 0);
}

.active\:border-r-indigo-200\/10:active {
  border-right-color: rgb(199 210 254 / 0.1);
}

.active\:border-r-indigo-200\/100:active {
  border-right-color: rgb(199 210 254 / 1);
}

.active\:border-r-indigo-200\/20:active {
  border-right-color: rgb(199 210 254 / 0.2);
}

.active\:border-r-indigo-200\/25:active {
  border-right-color: rgb(199 210 254 / 0.25);
}

.active\:border-r-indigo-200\/30:active {
  border-right-color: rgb(199 210 254 / 0.3);
}

.active\:border-r-indigo-200\/40:active {
  border-right-color: rgb(199 210 254 / 0.4);
}

.active\:border-r-indigo-200\/5:active {
  border-right-color: rgb(199 210 254 / 0.05);
}

.active\:border-r-indigo-200\/50:active {
  border-right-color: rgb(199 210 254 / 0.5);
}

.active\:border-r-indigo-200\/60:active {
  border-right-color: rgb(199 210 254 / 0.6);
}

.active\:border-r-indigo-200\/70:active {
  border-right-color: rgb(199 210 254 / 0.7);
}

.active\:border-r-indigo-200\/75:active {
  border-right-color: rgb(199 210 254 / 0.75);
}

.active\:border-r-indigo-200\/80:active {
  border-right-color: rgb(199 210 254 / 0.8);
}

.active\:border-r-indigo-200\/90:active {
  border-right-color: rgb(199 210 254 / 0.9);
}

.active\:border-r-indigo-200\/95:active {
  border-right-color: rgb(199 210 254 / 0.95);
}

.active\:border-r-indigo-300:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.active\:border-r-indigo-300\/0:active {
  border-right-color: rgb(165 180 252 / 0);
}

.active\:border-r-indigo-300\/10:active {
  border-right-color: rgb(165 180 252 / 0.1);
}

.active\:border-r-indigo-300\/100:active {
  border-right-color: rgb(165 180 252 / 1);
}

.active\:border-r-indigo-300\/20:active {
  border-right-color: rgb(165 180 252 / 0.2);
}

.active\:border-r-indigo-300\/25:active {
  border-right-color: rgb(165 180 252 / 0.25);
}

.active\:border-r-indigo-300\/30:active {
  border-right-color: rgb(165 180 252 / 0.3);
}

.active\:border-r-indigo-300\/40:active {
  border-right-color: rgb(165 180 252 / 0.4);
}

.active\:border-r-indigo-300\/5:active {
  border-right-color: rgb(165 180 252 / 0.05);
}

.active\:border-r-indigo-300\/50:active {
  border-right-color: rgb(165 180 252 / 0.5);
}

.active\:border-r-indigo-300\/60:active {
  border-right-color: rgb(165 180 252 / 0.6);
}

.active\:border-r-indigo-300\/70:active {
  border-right-color: rgb(165 180 252 / 0.7);
}

.active\:border-r-indigo-300\/75:active {
  border-right-color: rgb(165 180 252 / 0.75);
}

.active\:border-r-indigo-300\/80:active {
  border-right-color: rgb(165 180 252 / 0.8);
}

.active\:border-r-indigo-300\/90:active {
  border-right-color: rgb(165 180 252 / 0.9);
}

.active\:border-r-indigo-300\/95:active {
  border-right-color: rgb(165 180 252 / 0.95);
}

.active\:border-r-indigo-400:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.active\:border-r-indigo-400\/0:active {
  border-right-color: rgb(129 140 248 / 0);
}

.active\:border-r-indigo-400\/10:active {
  border-right-color: rgb(129 140 248 / 0.1);
}

.active\:border-r-indigo-400\/100:active {
  border-right-color: rgb(129 140 248 / 1);
}

.active\:border-r-indigo-400\/20:active {
  border-right-color: rgb(129 140 248 / 0.2);
}

.active\:border-r-indigo-400\/25:active {
  border-right-color: rgb(129 140 248 / 0.25);
}

.active\:border-r-indigo-400\/30:active {
  border-right-color: rgb(129 140 248 / 0.3);
}

.active\:border-r-indigo-400\/40:active {
  border-right-color: rgb(129 140 248 / 0.4);
}

.active\:border-r-indigo-400\/5:active {
  border-right-color: rgb(129 140 248 / 0.05);
}

.active\:border-r-indigo-400\/50:active {
  border-right-color: rgb(129 140 248 / 0.5);
}

.active\:border-r-indigo-400\/60:active {
  border-right-color: rgb(129 140 248 / 0.6);
}

.active\:border-r-indigo-400\/70:active {
  border-right-color: rgb(129 140 248 / 0.7);
}

.active\:border-r-indigo-400\/75:active {
  border-right-color: rgb(129 140 248 / 0.75);
}

.active\:border-r-indigo-400\/80:active {
  border-right-color: rgb(129 140 248 / 0.8);
}

.active\:border-r-indigo-400\/90:active {
  border-right-color: rgb(129 140 248 / 0.9);
}

.active\:border-r-indigo-400\/95:active {
  border-right-color: rgb(129 140 248 / 0.95);
}

.active\:border-r-indigo-50:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(238 242 255 / var(--tw-border-opacity));
}

.active\:border-r-indigo-50\/0:active {
  border-right-color: rgb(238 242 255 / 0);
}

.active\:border-r-indigo-50\/10:active {
  border-right-color: rgb(238 242 255 / 0.1);
}

.active\:border-r-indigo-50\/100:active {
  border-right-color: rgb(238 242 255 / 1);
}

.active\:border-r-indigo-50\/20:active {
  border-right-color: rgb(238 242 255 / 0.2);
}

.active\:border-r-indigo-50\/25:active {
  border-right-color: rgb(238 242 255 / 0.25);
}

.active\:border-r-indigo-50\/30:active {
  border-right-color: rgb(238 242 255 / 0.3);
}

.active\:border-r-indigo-50\/40:active {
  border-right-color: rgb(238 242 255 / 0.4);
}

.active\:border-r-indigo-50\/5:active {
  border-right-color: rgb(238 242 255 / 0.05);
}

.active\:border-r-indigo-50\/50:active {
  border-right-color: rgb(238 242 255 / 0.5);
}

.active\:border-r-indigo-50\/60:active {
  border-right-color: rgb(238 242 255 / 0.6);
}

.active\:border-r-indigo-50\/70:active {
  border-right-color: rgb(238 242 255 / 0.7);
}

.active\:border-r-indigo-50\/75:active {
  border-right-color: rgb(238 242 255 / 0.75);
}

.active\:border-r-indigo-50\/80:active {
  border-right-color: rgb(238 242 255 / 0.8);
}

.active\:border-r-indigo-50\/90:active {
  border-right-color: rgb(238 242 255 / 0.9);
}

.active\:border-r-indigo-50\/95:active {
  border-right-color: rgb(238 242 255 / 0.95);
}

.active\:border-r-indigo-500:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.active\:border-r-indigo-500\/0:active {
  border-right-color: rgb(99 102 241 / 0);
}

.active\:border-r-indigo-500\/10:active {
  border-right-color: rgb(99 102 241 / 0.1);
}

.active\:border-r-indigo-500\/100:active {
  border-right-color: rgb(99 102 241 / 1);
}

.active\:border-r-indigo-500\/20:active {
  border-right-color: rgb(99 102 241 / 0.2);
}

.active\:border-r-indigo-500\/25:active {
  border-right-color: rgb(99 102 241 / 0.25);
}

.active\:border-r-indigo-500\/30:active {
  border-right-color: rgb(99 102 241 / 0.3);
}

.active\:border-r-indigo-500\/40:active {
  border-right-color: rgb(99 102 241 / 0.4);
}

.active\:border-r-indigo-500\/5:active {
  border-right-color: rgb(99 102 241 / 0.05);
}

.active\:border-r-indigo-500\/50:active {
  border-right-color: rgb(99 102 241 / 0.5);
}

.active\:border-r-indigo-500\/60:active {
  border-right-color: rgb(99 102 241 / 0.6);
}

.active\:border-r-indigo-500\/70:active {
  border-right-color: rgb(99 102 241 / 0.7);
}

.active\:border-r-indigo-500\/75:active {
  border-right-color: rgb(99 102 241 / 0.75);
}

.active\:border-r-indigo-500\/80:active {
  border-right-color: rgb(99 102 241 / 0.8);
}

.active\:border-r-indigo-500\/90:active {
  border-right-color: rgb(99 102 241 / 0.9);
}

.active\:border-r-indigo-500\/95:active {
  border-right-color: rgb(99 102 241 / 0.95);
}

.active\:border-r-indigo-600:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.active\:border-r-indigo-600\/0:active {
  border-right-color: rgb(79 70 229 / 0);
}

.active\:border-r-indigo-600\/10:active {
  border-right-color: rgb(79 70 229 / 0.1);
}

.active\:border-r-indigo-600\/100:active {
  border-right-color: rgb(79 70 229 / 1);
}

.active\:border-r-indigo-600\/20:active {
  border-right-color: rgb(79 70 229 / 0.2);
}

.active\:border-r-indigo-600\/25:active {
  border-right-color: rgb(79 70 229 / 0.25);
}

.active\:border-r-indigo-600\/30:active {
  border-right-color: rgb(79 70 229 / 0.3);
}

.active\:border-r-indigo-600\/40:active {
  border-right-color: rgb(79 70 229 / 0.4);
}

.active\:border-r-indigo-600\/5:active {
  border-right-color: rgb(79 70 229 / 0.05);
}

.active\:border-r-indigo-600\/50:active {
  border-right-color: rgb(79 70 229 / 0.5);
}

.active\:border-r-indigo-600\/60:active {
  border-right-color: rgb(79 70 229 / 0.6);
}

.active\:border-r-indigo-600\/70:active {
  border-right-color: rgb(79 70 229 / 0.7);
}

.active\:border-r-indigo-600\/75:active {
  border-right-color: rgb(79 70 229 / 0.75);
}

.active\:border-r-indigo-600\/80:active {
  border-right-color: rgb(79 70 229 / 0.8);
}

.active\:border-r-indigo-600\/90:active {
  border-right-color: rgb(79 70 229 / 0.9);
}

.active\:border-r-indigo-600\/95:active {
  border-right-color: rgb(79 70 229 / 0.95);
}

.active\:border-r-indigo-700:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.active\:border-r-indigo-700\/0:active {
  border-right-color: rgb(67 56 202 / 0);
}

.active\:border-r-indigo-700\/10:active {
  border-right-color: rgb(67 56 202 / 0.1);
}

.active\:border-r-indigo-700\/100:active {
  border-right-color: rgb(67 56 202 / 1);
}

.active\:border-r-indigo-700\/20:active {
  border-right-color: rgb(67 56 202 / 0.2);
}

.active\:border-r-indigo-700\/25:active {
  border-right-color: rgb(67 56 202 / 0.25);
}

.active\:border-r-indigo-700\/30:active {
  border-right-color: rgb(67 56 202 / 0.3);
}

.active\:border-r-indigo-700\/40:active {
  border-right-color: rgb(67 56 202 / 0.4);
}

.active\:border-r-indigo-700\/5:active {
  border-right-color: rgb(67 56 202 / 0.05);
}

.active\:border-r-indigo-700\/50:active {
  border-right-color: rgb(67 56 202 / 0.5);
}

.active\:border-r-indigo-700\/60:active {
  border-right-color: rgb(67 56 202 / 0.6);
}

.active\:border-r-indigo-700\/70:active {
  border-right-color: rgb(67 56 202 / 0.7);
}

.active\:border-r-indigo-700\/75:active {
  border-right-color: rgb(67 56 202 / 0.75);
}

.active\:border-r-indigo-700\/80:active {
  border-right-color: rgb(67 56 202 / 0.8);
}

.active\:border-r-indigo-700\/90:active {
  border-right-color: rgb(67 56 202 / 0.9);
}

.active\:border-r-indigo-700\/95:active {
  border-right-color: rgb(67 56 202 / 0.95);
}

.active\:border-r-indigo-800:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(55 48 163 / var(--tw-border-opacity));
}

.active\:border-r-indigo-800\/0:active {
  border-right-color: rgb(55 48 163 / 0);
}

.active\:border-r-indigo-800\/10:active {
  border-right-color: rgb(55 48 163 / 0.1);
}

.active\:border-r-indigo-800\/100:active {
  border-right-color: rgb(55 48 163 / 1);
}

.active\:border-r-indigo-800\/20:active {
  border-right-color: rgb(55 48 163 / 0.2);
}

.active\:border-r-indigo-800\/25:active {
  border-right-color: rgb(55 48 163 / 0.25);
}

.active\:border-r-indigo-800\/30:active {
  border-right-color: rgb(55 48 163 / 0.3);
}

.active\:border-r-indigo-800\/40:active {
  border-right-color: rgb(55 48 163 / 0.4);
}

.active\:border-r-indigo-800\/5:active {
  border-right-color: rgb(55 48 163 / 0.05);
}

.active\:border-r-indigo-800\/50:active {
  border-right-color: rgb(55 48 163 / 0.5);
}

.active\:border-r-indigo-800\/60:active {
  border-right-color: rgb(55 48 163 / 0.6);
}

.active\:border-r-indigo-800\/70:active {
  border-right-color: rgb(55 48 163 / 0.7);
}

.active\:border-r-indigo-800\/75:active {
  border-right-color: rgb(55 48 163 / 0.75);
}

.active\:border-r-indigo-800\/80:active {
  border-right-color: rgb(55 48 163 / 0.8);
}

.active\:border-r-indigo-800\/90:active {
  border-right-color: rgb(55 48 163 / 0.9);
}

.active\:border-r-indigo-800\/95:active {
  border-right-color: rgb(55 48 163 / 0.95);
}

.active\:border-r-indigo-900:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(49 46 129 / var(--tw-border-opacity));
}

.active\:border-r-indigo-900\/0:active {
  border-right-color: rgb(49 46 129 / 0);
}

.active\:border-r-indigo-900\/10:active {
  border-right-color: rgb(49 46 129 / 0.1);
}

.active\:border-r-indigo-900\/100:active {
  border-right-color: rgb(49 46 129 / 1);
}

.active\:border-r-indigo-900\/20:active {
  border-right-color: rgb(49 46 129 / 0.2);
}

.active\:border-r-indigo-900\/25:active {
  border-right-color: rgb(49 46 129 / 0.25);
}

.active\:border-r-indigo-900\/30:active {
  border-right-color: rgb(49 46 129 / 0.3);
}

.active\:border-r-indigo-900\/40:active {
  border-right-color: rgb(49 46 129 / 0.4);
}

.active\:border-r-indigo-900\/5:active {
  border-right-color: rgb(49 46 129 / 0.05);
}

.active\:border-r-indigo-900\/50:active {
  border-right-color: rgb(49 46 129 / 0.5);
}

.active\:border-r-indigo-900\/60:active {
  border-right-color: rgb(49 46 129 / 0.6);
}

.active\:border-r-indigo-900\/70:active {
  border-right-color: rgb(49 46 129 / 0.7);
}

.active\:border-r-indigo-900\/75:active {
  border-right-color: rgb(49 46 129 / 0.75);
}

.active\:border-r-indigo-900\/80:active {
  border-right-color: rgb(49 46 129 / 0.8);
}

.active\:border-r-indigo-900\/90:active {
  border-right-color: rgb(49 46 129 / 0.9);
}

.active\:border-r-indigo-900\/95:active {
  border-right-color: rgb(49 46 129 / 0.95);
}

.active\:border-r-indigo-950:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(30 27 75 / var(--tw-border-opacity));
}

.active\:border-r-indigo-950\/0:active {
  border-right-color: rgb(30 27 75 / 0);
}

.active\:border-r-indigo-950\/10:active {
  border-right-color: rgb(30 27 75 / 0.1);
}

.active\:border-r-indigo-950\/100:active {
  border-right-color: rgb(30 27 75 / 1);
}

.active\:border-r-indigo-950\/20:active {
  border-right-color: rgb(30 27 75 / 0.2);
}

.active\:border-r-indigo-950\/25:active {
  border-right-color: rgb(30 27 75 / 0.25);
}

.active\:border-r-indigo-950\/30:active {
  border-right-color: rgb(30 27 75 / 0.3);
}

.active\:border-r-indigo-950\/40:active {
  border-right-color: rgb(30 27 75 / 0.4);
}

.active\:border-r-indigo-950\/5:active {
  border-right-color: rgb(30 27 75 / 0.05);
}

.active\:border-r-indigo-950\/50:active {
  border-right-color: rgb(30 27 75 / 0.5);
}

.active\:border-r-indigo-950\/60:active {
  border-right-color: rgb(30 27 75 / 0.6);
}

.active\:border-r-indigo-950\/70:active {
  border-right-color: rgb(30 27 75 / 0.7);
}

.active\:border-r-indigo-950\/75:active {
  border-right-color: rgb(30 27 75 / 0.75);
}

.active\:border-r-indigo-950\/80:active {
  border-right-color: rgb(30 27 75 / 0.8);
}

.active\:border-r-indigo-950\/90:active {
  border-right-color: rgb(30 27 75 / 0.9);
}

.active\:border-r-indigo-950\/95:active {
  border-right-color: rgb(30 27 75 / 0.95);
}

.active\:border-r-inherit:active {
  border-right-color: inherit;
}

.active\:border-r-interbeauty-100:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(249 197 175 / var(--tw-border-opacity));
}

.active\:border-r-interbeauty-100\/0:active {
  border-right-color: rgb(249 197 175 / 0);
}

.active\:border-r-interbeauty-100\/10:active {
  border-right-color: rgb(249 197 175 / 0.1);
}

.active\:border-r-interbeauty-100\/100:active {
  border-right-color: rgb(249 197 175 / 1);
}

.active\:border-r-interbeauty-100\/20:active {
  border-right-color: rgb(249 197 175 / 0.2);
}

.active\:border-r-interbeauty-100\/25:active {
  border-right-color: rgb(249 197 175 / 0.25);
}

.active\:border-r-interbeauty-100\/30:active {
  border-right-color: rgb(249 197 175 / 0.3);
}

.active\:border-r-interbeauty-100\/40:active {
  border-right-color: rgb(249 197 175 / 0.4);
}

.active\:border-r-interbeauty-100\/5:active {
  border-right-color: rgb(249 197 175 / 0.05);
}

.active\:border-r-interbeauty-100\/50:active {
  border-right-color: rgb(249 197 175 / 0.5);
}

.active\:border-r-interbeauty-100\/60:active {
  border-right-color: rgb(249 197 175 / 0.6);
}

.active\:border-r-interbeauty-100\/70:active {
  border-right-color: rgb(249 197 175 / 0.7);
}

.active\:border-r-interbeauty-100\/75:active {
  border-right-color: rgb(249 197 175 / 0.75);
}

.active\:border-r-interbeauty-100\/80:active {
  border-right-color: rgb(249 197 175 / 0.8);
}

.active\:border-r-interbeauty-100\/90:active {
  border-right-color: rgb(249 197 175 / 0.9);
}

.active\:border-r-interbeauty-100\/95:active {
  border-right-color: rgb(249 197 175 / 0.95);
}

.active\:border-r-interbeauty-200:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(241 182 191 / var(--tw-border-opacity));
}

.active\:border-r-interbeauty-200\/0:active {
  border-right-color: rgb(241 182 191 / 0);
}

.active\:border-r-interbeauty-200\/10:active {
  border-right-color: rgb(241 182 191 / 0.1);
}

.active\:border-r-interbeauty-200\/100:active {
  border-right-color: rgb(241 182 191 / 1);
}

.active\:border-r-interbeauty-200\/20:active {
  border-right-color: rgb(241 182 191 / 0.2);
}

.active\:border-r-interbeauty-200\/25:active {
  border-right-color: rgb(241 182 191 / 0.25);
}

.active\:border-r-interbeauty-200\/30:active {
  border-right-color: rgb(241 182 191 / 0.3);
}

.active\:border-r-interbeauty-200\/40:active {
  border-right-color: rgb(241 182 191 / 0.4);
}

.active\:border-r-interbeauty-200\/5:active {
  border-right-color: rgb(241 182 191 / 0.05);
}

.active\:border-r-interbeauty-200\/50:active {
  border-right-color: rgb(241 182 191 / 0.5);
}

.active\:border-r-interbeauty-200\/60:active {
  border-right-color: rgb(241 182 191 / 0.6);
}

.active\:border-r-interbeauty-200\/70:active {
  border-right-color: rgb(241 182 191 / 0.7);
}

.active\:border-r-interbeauty-200\/75:active {
  border-right-color: rgb(241 182 191 / 0.75);
}

.active\:border-r-interbeauty-200\/80:active {
  border-right-color: rgb(241 182 191 / 0.8);
}

.active\:border-r-interbeauty-200\/90:active {
  border-right-color: rgb(241 182 191 / 0.9);
}

.active\:border-r-interbeauty-200\/95:active {
  border-right-color: rgb(241 182 191 / 0.95);
}

.active\:border-r-interbeauty-300:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(182 219 231 / var(--tw-border-opacity));
}

.active\:border-r-interbeauty-300\/0:active {
  border-right-color: rgb(182 219 231 / 0);
}

.active\:border-r-interbeauty-300\/10:active {
  border-right-color: rgb(182 219 231 / 0.1);
}

.active\:border-r-interbeauty-300\/100:active {
  border-right-color: rgb(182 219 231 / 1);
}

.active\:border-r-interbeauty-300\/20:active {
  border-right-color: rgb(182 219 231 / 0.2);
}

.active\:border-r-interbeauty-300\/25:active {
  border-right-color: rgb(182 219 231 / 0.25);
}

.active\:border-r-interbeauty-300\/30:active {
  border-right-color: rgb(182 219 231 / 0.3);
}

.active\:border-r-interbeauty-300\/40:active {
  border-right-color: rgb(182 219 231 / 0.4);
}

.active\:border-r-interbeauty-300\/5:active {
  border-right-color: rgb(182 219 231 / 0.05);
}

.active\:border-r-interbeauty-300\/50:active {
  border-right-color: rgb(182 219 231 / 0.5);
}

.active\:border-r-interbeauty-300\/60:active {
  border-right-color: rgb(182 219 231 / 0.6);
}

.active\:border-r-interbeauty-300\/70:active {
  border-right-color: rgb(182 219 231 / 0.7);
}

.active\:border-r-interbeauty-300\/75:active {
  border-right-color: rgb(182 219 231 / 0.75);
}

.active\:border-r-interbeauty-300\/80:active {
  border-right-color: rgb(182 219 231 / 0.8);
}

.active\:border-r-interbeauty-300\/90:active {
  border-right-color: rgb(182 219 231 / 0.9);
}

.active\:border-r-interbeauty-300\/95:active {
  border-right-color: rgb(182 219 231 / 0.95);
}

.active\:border-r-interbeauty-400:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 250 247 / var(--tw-border-opacity));
}

.active\:border-r-interbeauty-400\/0:active {
  border-right-color: rgb(254 250 247 / 0);
}

.active\:border-r-interbeauty-400\/10:active {
  border-right-color: rgb(254 250 247 / 0.1);
}

.active\:border-r-interbeauty-400\/100:active {
  border-right-color: rgb(254 250 247 / 1);
}

.active\:border-r-interbeauty-400\/20:active {
  border-right-color: rgb(254 250 247 / 0.2);
}

.active\:border-r-interbeauty-400\/25:active {
  border-right-color: rgb(254 250 247 / 0.25);
}

.active\:border-r-interbeauty-400\/30:active {
  border-right-color: rgb(254 250 247 / 0.3);
}

.active\:border-r-interbeauty-400\/40:active {
  border-right-color: rgb(254 250 247 / 0.4);
}

.active\:border-r-interbeauty-400\/5:active {
  border-right-color: rgb(254 250 247 / 0.05);
}

.active\:border-r-interbeauty-400\/50:active {
  border-right-color: rgb(254 250 247 / 0.5);
}

.active\:border-r-interbeauty-400\/60:active {
  border-right-color: rgb(254 250 247 / 0.6);
}

.active\:border-r-interbeauty-400\/70:active {
  border-right-color: rgb(254 250 247 / 0.7);
}

.active\:border-r-interbeauty-400\/75:active {
  border-right-color: rgb(254 250 247 / 0.75);
}

.active\:border-r-interbeauty-400\/80:active {
  border-right-color: rgb(254 250 247 / 0.8);
}

.active\:border-r-interbeauty-400\/90:active {
  border-right-color: rgb(254 250 247 / 0.9);
}

.active\:border-r-interbeauty-400\/95:active {
  border-right-color: rgb(254 250 247 / 0.95);
}

.active\:border-r-interbeauty-500:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(193 225 224 / var(--tw-border-opacity));
}

.active\:border-r-interbeauty-500\/0:active {
  border-right-color: rgb(193 225 224 / 0);
}

.active\:border-r-interbeauty-500\/10:active {
  border-right-color: rgb(193 225 224 / 0.1);
}

.active\:border-r-interbeauty-500\/100:active {
  border-right-color: rgb(193 225 224 / 1);
}

.active\:border-r-interbeauty-500\/20:active {
  border-right-color: rgb(193 225 224 / 0.2);
}

.active\:border-r-interbeauty-500\/25:active {
  border-right-color: rgb(193 225 224 / 0.25);
}

.active\:border-r-interbeauty-500\/30:active {
  border-right-color: rgb(193 225 224 / 0.3);
}

.active\:border-r-interbeauty-500\/40:active {
  border-right-color: rgb(193 225 224 / 0.4);
}

.active\:border-r-interbeauty-500\/5:active {
  border-right-color: rgb(193 225 224 / 0.05);
}

.active\:border-r-interbeauty-500\/50:active {
  border-right-color: rgb(193 225 224 / 0.5);
}

.active\:border-r-interbeauty-500\/60:active {
  border-right-color: rgb(193 225 224 / 0.6);
}

.active\:border-r-interbeauty-500\/70:active {
  border-right-color: rgb(193 225 224 / 0.7);
}

.active\:border-r-interbeauty-500\/75:active {
  border-right-color: rgb(193 225 224 / 0.75);
}

.active\:border-r-interbeauty-500\/80:active {
  border-right-color: rgb(193 225 224 / 0.8);
}

.active\:border-r-interbeauty-500\/90:active {
  border-right-color: rgb(193 225 224 / 0.9);
}

.active\:border-r-interbeauty-500\/95:active {
  border-right-color: rgb(193 225 224 / 0.95);
}

.active\:border-r-interbeauty-600:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(88 88 94 / var(--tw-border-opacity));
}

.active\:border-r-interbeauty-600\/0:active {
  border-right-color: rgb(88 88 94 / 0);
}

.active\:border-r-interbeauty-600\/10:active {
  border-right-color: rgb(88 88 94 / 0.1);
}

.active\:border-r-interbeauty-600\/100:active {
  border-right-color: rgb(88 88 94 / 1);
}

.active\:border-r-interbeauty-600\/20:active {
  border-right-color: rgb(88 88 94 / 0.2);
}

.active\:border-r-interbeauty-600\/25:active {
  border-right-color: rgb(88 88 94 / 0.25);
}

.active\:border-r-interbeauty-600\/30:active {
  border-right-color: rgb(88 88 94 / 0.3);
}

.active\:border-r-interbeauty-600\/40:active {
  border-right-color: rgb(88 88 94 / 0.4);
}

.active\:border-r-interbeauty-600\/5:active {
  border-right-color: rgb(88 88 94 / 0.05);
}

.active\:border-r-interbeauty-600\/50:active {
  border-right-color: rgb(88 88 94 / 0.5);
}

.active\:border-r-interbeauty-600\/60:active {
  border-right-color: rgb(88 88 94 / 0.6);
}

.active\:border-r-interbeauty-600\/70:active {
  border-right-color: rgb(88 88 94 / 0.7);
}

.active\:border-r-interbeauty-600\/75:active {
  border-right-color: rgb(88 88 94 / 0.75);
}

.active\:border-r-interbeauty-600\/80:active {
  border-right-color: rgb(88 88 94 / 0.8);
}

.active\:border-r-interbeauty-600\/90:active {
  border-right-color: rgb(88 88 94 / 0.9);
}

.active\:border-r-interbeauty-600\/95:active {
  border-right-color: rgb(88 88 94 / 0.95);
}

.active\:border-r-ipnvaluers-200:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(0 40 87 / var(--tw-border-opacity));
}

.active\:border-r-ipnvaluers-200\/0:active {
  border-right-color: rgb(0 40 87 / 0);
}

.active\:border-r-ipnvaluers-200\/10:active {
  border-right-color: rgb(0 40 87 / 0.1);
}

.active\:border-r-ipnvaluers-200\/100:active {
  border-right-color: rgb(0 40 87 / 1);
}

.active\:border-r-ipnvaluers-200\/20:active {
  border-right-color: rgb(0 40 87 / 0.2);
}

.active\:border-r-ipnvaluers-200\/25:active {
  border-right-color: rgb(0 40 87 / 0.25);
}

.active\:border-r-ipnvaluers-200\/30:active {
  border-right-color: rgb(0 40 87 / 0.3);
}

.active\:border-r-ipnvaluers-200\/40:active {
  border-right-color: rgb(0 40 87 / 0.4);
}

.active\:border-r-ipnvaluers-200\/5:active {
  border-right-color: rgb(0 40 87 / 0.05);
}

.active\:border-r-ipnvaluers-200\/50:active {
  border-right-color: rgb(0 40 87 / 0.5);
}

.active\:border-r-ipnvaluers-200\/60:active {
  border-right-color: rgb(0 40 87 / 0.6);
}

.active\:border-r-ipnvaluers-200\/70:active {
  border-right-color: rgb(0 40 87 / 0.7);
}

.active\:border-r-ipnvaluers-200\/75:active {
  border-right-color: rgb(0 40 87 / 0.75);
}

.active\:border-r-ipnvaluers-200\/80:active {
  border-right-color: rgb(0 40 87 / 0.8);
}

.active\:border-r-ipnvaluers-200\/90:active {
  border-right-color: rgb(0 40 87 / 0.9);
}

.active\:border-r-ipnvaluers-200\/95:active {
  border-right-color: rgb(0 40 87 / 0.95);
}

.active\:border-r-ipnvaluers-400:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(196 107 22 / var(--tw-border-opacity));
}

.active\:border-r-ipnvaluers-400\/0:active {
  border-right-color: rgb(196 107 22 / 0);
}

.active\:border-r-ipnvaluers-400\/10:active {
  border-right-color: rgb(196 107 22 / 0.1);
}

.active\:border-r-ipnvaluers-400\/100:active {
  border-right-color: rgb(196 107 22 / 1);
}

.active\:border-r-ipnvaluers-400\/20:active {
  border-right-color: rgb(196 107 22 / 0.2);
}

.active\:border-r-ipnvaluers-400\/25:active {
  border-right-color: rgb(196 107 22 / 0.25);
}

.active\:border-r-ipnvaluers-400\/30:active {
  border-right-color: rgb(196 107 22 / 0.3);
}

.active\:border-r-ipnvaluers-400\/40:active {
  border-right-color: rgb(196 107 22 / 0.4);
}

.active\:border-r-ipnvaluers-400\/5:active {
  border-right-color: rgb(196 107 22 / 0.05);
}

.active\:border-r-ipnvaluers-400\/50:active {
  border-right-color: rgb(196 107 22 / 0.5);
}

.active\:border-r-ipnvaluers-400\/60:active {
  border-right-color: rgb(196 107 22 / 0.6);
}

.active\:border-r-ipnvaluers-400\/70:active {
  border-right-color: rgb(196 107 22 / 0.7);
}

.active\:border-r-ipnvaluers-400\/75:active {
  border-right-color: rgb(196 107 22 / 0.75);
}

.active\:border-r-ipnvaluers-400\/80:active {
  border-right-color: rgb(196 107 22 / 0.8);
}

.active\:border-r-ipnvaluers-400\/90:active {
  border-right-color: rgb(196 107 22 / 0.9);
}

.active\:border-r-ipnvaluers-400\/95:active {
  border-right-color: rgb(196 107 22 / 0.95);
}

.active\:border-r-ipnvaluers-500:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 174 21 / var(--tw-border-opacity));
}

.active\:border-r-ipnvaluers-500\/0:active {
  border-right-color: rgb(245 174 21 / 0);
}

.active\:border-r-ipnvaluers-500\/10:active {
  border-right-color: rgb(245 174 21 / 0.1);
}

.active\:border-r-ipnvaluers-500\/100:active {
  border-right-color: rgb(245 174 21 / 1);
}

.active\:border-r-ipnvaluers-500\/20:active {
  border-right-color: rgb(245 174 21 / 0.2);
}

.active\:border-r-ipnvaluers-500\/25:active {
  border-right-color: rgb(245 174 21 / 0.25);
}

.active\:border-r-ipnvaluers-500\/30:active {
  border-right-color: rgb(245 174 21 / 0.3);
}

.active\:border-r-ipnvaluers-500\/40:active {
  border-right-color: rgb(245 174 21 / 0.4);
}

.active\:border-r-ipnvaluers-500\/5:active {
  border-right-color: rgb(245 174 21 / 0.05);
}

.active\:border-r-ipnvaluers-500\/50:active {
  border-right-color: rgb(245 174 21 / 0.5);
}

.active\:border-r-ipnvaluers-500\/60:active {
  border-right-color: rgb(245 174 21 / 0.6);
}

.active\:border-r-ipnvaluers-500\/70:active {
  border-right-color: rgb(245 174 21 / 0.7);
}

.active\:border-r-ipnvaluers-500\/75:active {
  border-right-color: rgb(245 174 21 / 0.75);
}

.active\:border-r-ipnvaluers-500\/80:active {
  border-right-color: rgb(245 174 21 / 0.8);
}

.active\:border-r-ipnvaluers-500\/90:active {
  border-right-color: rgb(245 174 21 / 0.9);
}

.active\:border-r-ipnvaluers-500\/95:active {
  border-right-color: rgb(245 174 21 / 0.95);
}

.active\:border-r-jukejam-500:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 210 101 / var(--tw-border-opacity));
}

.active\:border-r-jukejam-500\/0:active {
  border-right-color: rgb(250 210 101 / 0);
}

.active\:border-r-jukejam-500\/10:active {
  border-right-color: rgb(250 210 101 / 0.1);
}

.active\:border-r-jukejam-500\/100:active {
  border-right-color: rgb(250 210 101 / 1);
}

.active\:border-r-jukejam-500\/20:active {
  border-right-color: rgb(250 210 101 / 0.2);
}

.active\:border-r-jukejam-500\/25:active {
  border-right-color: rgb(250 210 101 / 0.25);
}

.active\:border-r-jukejam-500\/30:active {
  border-right-color: rgb(250 210 101 / 0.3);
}

.active\:border-r-jukejam-500\/40:active {
  border-right-color: rgb(250 210 101 / 0.4);
}

.active\:border-r-jukejam-500\/5:active {
  border-right-color: rgb(250 210 101 / 0.05);
}

.active\:border-r-jukejam-500\/50:active {
  border-right-color: rgb(250 210 101 / 0.5);
}

.active\:border-r-jukejam-500\/60:active {
  border-right-color: rgb(250 210 101 / 0.6);
}

.active\:border-r-jukejam-500\/70:active {
  border-right-color: rgb(250 210 101 / 0.7);
}

.active\:border-r-jukejam-500\/75:active {
  border-right-color: rgb(250 210 101 / 0.75);
}

.active\:border-r-jukejam-500\/80:active {
  border-right-color: rgb(250 210 101 / 0.8);
}

.active\:border-r-jukejam-500\/90:active {
  border-right-color: rgb(250 210 101 / 0.9);
}

.active\:border-r-jukejam-500\/95:active {
  border-right-color: rgb(250 210 101 / 0.95);
}

.active\:border-r-lime-100:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(236 252 203 / var(--tw-border-opacity));
}

.active\:border-r-lime-100\/0:active {
  border-right-color: rgb(236 252 203 / 0);
}

.active\:border-r-lime-100\/10:active {
  border-right-color: rgb(236 252 203 / 0.1);
}

.active\:border-r-lime-100\/100:active {
  border-right-color: rgb(236 252 203 / 1);
}

.active\:border-r-lime-100\/20:active {
  border-right-color: rgb(236 252 203 / 0.2);
}

.active\:border-r-lime-100\/25:active {
  border-right-color: rgb(236 252 203 / 0.25);
}

.active\:border-r-lime-100\/30:active {
  border-right-color: rgb(236 252 203 / 0.3);
}

.active\:border-r-lime-100\/40:active {
  border-right-color: rgb(236 252 203 / 0.4);
}

.active\:border-r-lime-100\/5:active {
  border-right-color: rgb(236 252 203 / 0.05);
}

.active\:border-r-lime-100\/50:active {
  border-right-color: rgb(236 252 203 / 0.5);
}

.active\:border-r-lime-100\/60:active {
  border-right-color: rgb(236 252 203 / 0.6);
}

.active\:border-r-lime-100\/70:active {
  border-right-color: rgb(236 252 203 / 0.7);
}

.active\:border-r-lime-100\/75:active {
  border-right-color: rgb(236 252 203 / 0.75);
}

.active\:border-r-lime-100\/80:active {
  border-right-color: rgb(236 252 203 / 0.8);
}

.active\:border-r-lime-100\/90:active {
  border-right-color: rgb(236 252 203 / 0.9);
}

.active\:border-r-lime-100\/95:active {
  border-right-color: rgb(236 252 203 / 0.95);
}

.active\:border-r-lime-200:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(217 249 157 / var(--tw-border-opacity));
}

.active\:border-r-lime-200\/0:active {
  border-right-color: rgb(217 249 157 / 0);
}

.active\:border-r-lime-200\/10:active {
  border-right-color: rgb(217 249 157 / 0.1);
}

.active\:border-r-lime-200\/100:active {
  border-right-color: rgb(217 249 157 / 1);
}

.active\:border-r-lime-200\/20:active {
  border-right-color: rgb(217 249 157 / 0.2);
}

.active\:border-r-lime-200\/25:active {
  border-right-color: rgb(217 249 157 / 0.25);
}

.active\:border-r-lime-200\/30:active {
  border-right-color: rgb(217 249 157 / 0.3);
}

.active\:border-r-lime-200\/40:active {
  border-right-color: rgb(217 249 157 / 0.4);
}

.active\:border-r-lime-200\/5:active {
  border-right-color: rgb(217 249 157 / 0.05);
}

.active\:border-r-lime-200\/50:active {
  border-right-color: rgb(217 249 157 / 0.5);
}

.active\:border-r-lime-200\/60:active {
  border-right-color: rgb(217 249 157 / 0.6);
}

.active\:border-r-lime-200\/70:active {
  border-right-color: rgb(217 249 157 / 0.7);
}

.active\:border-r-lime-200\/75:active {
  border-right-color: rgb(217 249 157 / 0.75);
}

.active\:border-r-lime-200\/80:active {
  border-right-color: rgb(217 249 157 / 0.8);
}

.active\:border-r-lime-200\/90:active {
  border-right-color: rgb(217 249 157 / 0.9);
}

.active\:border-r-lime-200\/95:active {
  border-right-color: rgb(217 249 157 / 0.95);
}

.active\:border-r-lime-300:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(190 242 100 / var(--tw-border-opacity));
}

.active\:border-r-lime-300\/0:active {
  border-right-color: rgb(190 242 100 / 0);
}

.active\:border-r-lime-300\/10:active {
  border-right-color: rgb(190 242 100 / 0.1);
}

.active\:border-r-lime-300\/100:active {
  border-right-color: rgb(190 242 100 / 1);
}

.active\:border-r-lime-300\/20:active {
  border-right-color: rgb(190 242 100 / 0.2);
}

.active\:border-r-lime-300\/25:active {
  border-right-color: rgb(190 242 100 / 0.25);
}

.active\:border-r-lime-300\/30:active {
  border-right-color: rgb(190 242 100 / 0.3);
}

.active\:border-r-lime-300\/40:active {
  border-right-color: rgb(190 242 100 / 0.4);
}

.active\:border-r-lime-300\/5:active {
  border-right-color: rgb(190 242 100 / 0.05);
}

.active\:border-r-lime-300\/50:active {
  border-right-color: rgb(190 242 100 / 0.5);
}

.active\:border-r-lime-300\/60:active {
  border-right-color: rgb(190 242 100 / 0.6);
}

.active\:border-r-lime-300\/70:active {
  border-right-color: rgb(190 242 100 / 0.7);
}

.active\:border-r-lime-300\/75:active {
  border-right-color: rgb(190 242 100 / 0.75);
}

.active\:border-r-lime-300\/80:active {
  border-right-color: rgb(190 242 100 / 0.8);
}

.active\:border-r-lime-300\/90:active {
  border-right-color: rgb(190 242 100 / 0.9);
}

.active\:border-r-lime-300\/95:active {
  border-right-color: rgb(190 242 100 / 0.95);
}

.active\:border-r-lime-400:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(163 230 53 / var(--tw-border-opacity));
}

.active\:border-r-lime-400\/0:active {
  border-right-color: rgb(163 230 53 / 0);
}

.active\:border-r-lime-400\/10:active {
  border-right-color: rgb(163 230 53 / 0.1);
}

.active\:border-r-lime-400\/100:active {
  border-right-color: rgb(163 230 53 / 1);
}

.active\:border-r-lime-400\/20:active {
  border-right-color: rgb(163 230 53 / 0.2);
}

.active\:border-r-lime-400\/25:active {
  border-right-color: rgb(163 230 53 / 0.25);
}

.active\:border-r-lime-400\/30:active {
  border-right-color: rgb(163 230 53 / 0.3);
}

.active\:border-r-lime-400\/40:active {
  border-right-color: rgb(163 230 53 / 0.4);
}

.active\:border-r-lime-400\/5:active {
  border-right-color: rgb(163 230 53 / 0.05);
}

.active\:border-r-lime-400\/50:active {
  border-right-color: rgb(163 230 53 / 0.5);
}

.active\:border-r-lime-400\/60:active {
  border-right-color: rgb(163 230 53 / 0.6);
}

.active\:border-r-lime-400\/70:active {
  border-right-color: rgb(163 230 53 / 0.7);
}

.active\:border-r-lime-400\/75:active {
  border-right-color: rgb(163 230 53 / 0.75);
}

.active\:border-r-lime-400\/80:active {
  border-right-color: rgb(163 230 53 / 0.8);
}

.active\:border-r-lime-400\/90:active {
  border-right-color: rgb(163 230 53 / 0.9);
}

.active\:border-r-lime-400\/95:active {
  border-right-color: rgb(163 230 53 / 0.95);
}

.active\:border-r-lime-50:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(247 254 231 / var(--tw-border-opacity));
}

.active\:border-r-lime-50\/0:active {
  border-right-color: rgb(247 254 231 / 0);
}

.active\:border-r-lime-50\/10:active {
  border-right-color: rgb(247 254 231 / 0.1);
}

.active\:border-r-lime-50\/100:active {
  border-right-color: rgb(247 254 231 / 1);
}

.active\:border-r-lime-50\/20:active {
  border-right-color: rgb(247 254 231 / 0.2);
}

.active\:border-r-lime-50\/25:active {
  border-right-color: rgb(247 254 231 / 0.25);
}

.active\:border-r-lime-50\/30:active {
  border-right-color: rgb(247 254 231 / 0.3);
}

.active\:border-r-lime-50\/40:active {
  border-right-color: rgb(247 254 231 / 0.4);
}

.active\:border-r-lime-50\/5:active {
  border-right-color: rgb(247 254 231 / 0.05);
}

.active\:border-r-lime-50\/50:active {
  border-right-color: rgb(247 254 231 / 0.5);
}

.active\:border-r-lime-50\/60:active {
  border-right-color: rgb(247 254 231 / 0.6);
}

.active\:border-r-lime-50\/70:active {
  border-right-color: rgb(247 254 231 / 0.7);
}

.active\:border-r-lime-50\/75:active {
  border-right-color: rgb(247 254 231 / 0.75);
}

.active\:border-r-lime-50\/80:active {
  border-right-color: rgb(247 254 231 / 0.8);
}

.active\:border-r-lime-50\/90:active {
  border-right-color: rgb(247 254 231 / 0.9);
}

.active\:border-r-lime-50\/95:active {
  border-right-color: rgb(247 254 231 / 0.95);
}

.active\:border-r-lime-500:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(132 204 22 / var(--tw-border-opacity));
}

.active\:border-r-lime-500\/0:active {
  border-right-color: rgb(132 204 22 / 0);
}

.active\:border-r-lime-500\/10:active {
  border-right-color: rgb(132 204 22 / 0.1);
}

.active\:border-r-lime-500\/100:active {
  border-right-color: rgb(132 204 22 / 1);
}

.active\:border-r-lime-500\/20:active {
  border-right-color: rgb(132 204 22 / 0.2);
}

.active\:border-r-lime-500\/25:active {
  border-right-color: rgb(132 204 22 / 0.25);
}

.active\:border-r-lime-500\/30:active {
  border-right-color: rgb(132 204 22 / 0.3);
}

.active\:border-r-lime-500\/40:active {
  border-right-color: rgb(132 204 22 / 0.4);
}

.active\:border-r-lime-500\/5:active {
  border-right-color: rgb(132 204 22 / 0.05);
}

.active\:border-r-lime-500\/50:active {
  border-right-color: rgb(132 204 22 / 0.5);
}

.active\:border-r-lime-500\/60:active {
  border-right-color: rgb(132 204 22 / 0.6);
}

.active\:border-r-lime-500\/70:active {
  border-right-color: rgb(132 204 22 / 0.7);
}

.active\:border-r-lime-500\/75:active {
  border-right-color: rgb(132 204 22 / 0.75);
}

.active\:border-r-lime-500\/80:active {
  border-right-color: rgb(132 204 22 / 0.8);
}

.active\:border-r-lime-500\/90:active {
  border-right-color: rgb(132 204 22 / 0.9);
}

.active\:border-r-lime-500\/95:active {
  border-right-color: rgb(132 204 22 / 0.95);
}

.active\:border-r-lime-600:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(101 163 13 / var(--tw-border-opacity));
}

.active\:border-r-lime-600\/0:active {
  border-right-color: rgb(101 163 13 / 0);
}

.active\:border-r-lime-600\/10:active {
  border-right-color: rgb(101 163 13 / 0.1);
}

.active\:border-r-lime-600\/100:active {
  border-right-color: rgb(101 163 13 / 1);
}

.active\:border-r-lime-600\/20:active {
  border-right-color: rgb(101 163 13 / 0.2);
}

.active\:border-r-lime-600\/25:active {
  border-right-color: rgb(101 163 13 / 0.25);
}

.active\:border-r-lime-600\/30:active {
  border-right-color: rgb(101 163 13 / 0.3);
}

.active\:border-r-lime-600\/40:active {
  border-right-color: rgb(101 163 13 / 0.4);
}

.active\:border-r-lime-600\/5:active {
  border-right-color: rgb(101 163 13 / 0.05);
}

.active\:border-r-lime-600\/50:active {
  border-right-color: rgb(101 163 13 / 0.5);
}

.active\:border-r-lime-600\/60:active {
  border-right-color: rgb(101 163 13 / 0.6);
}

.active\:border-r-lime-600\/70:active {
  border-right-color: rgb(101 163 13 / 0.7);
}

.active\:border-r-lime-600\/75:active {
  border-right-color: rgb(101 163 13 / 0.75);
}

.active\:border-r-lime-600\/80:active {
  border-right-color: rgb(101 163 13 / 0.8);
}

.active\:border-r-lime-600\/90:active {
  border-right-color: rgb(101 163 13 / 0.9);
}

.active\:border-r-lime-600\/95:active {
  border-right-color: rgb(101 163 13 / 0.95);
}

.active\:border-r-lime-700:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(77 124 15 / var(--tw-border-opacity));
}

.active\:border-r-lime-700\/0:active {
  border-right-color: rgb(77 124 15 / 0);
}

.active\:border-r-lime-700\/10:active {
  border-right-color: rgb(77 124 15 / 0.1);
}

.active\:border-r-lime-700\/100:active {
  border-right-color: rgb(77 124 15 / 1);
}

.active\:border-r-lime-700\/20:active {
  border-right-color: rgb(77 124 15 / 0.2);
}

.active\:border-r-lime-700\/25:active {
  border-right-color: rgb(77 124 15 / 0.25);
}

.active\:border-r-lime-700\/30:active {
  border-right-color: rgb(77 124 15 / 0.3);
}

.active\:border-r-lime-700\/40:active {
  border-right-color: rgb(77 124 15 / 0.4);
}

.active\:border-r-lime-700\/5:active {
  border-right-color: rgb(77 124 15 / 0.05);
}

.active\:border-r-lime-700\/50:active {
  border-right-color: rgb(77 124 15 / 0.5);
}

.active\:border-r-lime-700\/60:active {
  border-right-color: rgb(77 124 15 / 0.6);
}

.active\:border-r-lime-700\/70:active {
  border-right-color: rgb(77 124 15 / 0.7);
}

.active\:border-r-lime-700\/75:active {
  border-right-color: rgb(77 124 15 / 0.75);
}

.active\:border-r-lime-700\/80:active {
  border-right-color: rgb(77 124 15 / 0.8);
}

.active\:border-r-lime-700\/90:active {
  border-right-color: rgb(77 124 15 / 0.9);
}

.active\:border-r-lime-700\/95:active {
  border-right-color: rgb(77 124 15 / 0.95);
}

.active\:border-r-lime-800:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(63 98 18 / var(--tw-border-opacity));
}

.active\:border-r-lime-800\/0:active {
  border-right-color: rgb(63 98 18 / 0);
}

.active\:border-r-lime-800\/10:active {
  border-right-color: rgb(63 98 18 / 0.1);
}

.active\:border-r-lime-800\/100:active {
  border-right-color: rgb(63 98 18 / 1);
}

.active\:border-r-lime-800\/20:active {
  border-right-color: rgb(63 98 18 / 0.2);
}

.active\:border-r-lime-800\/25:active {
  border-right-color: rgb(63 98 18 / 0.25);
}

.active\:border-r-lime-800\/30:active {
  border-right-color: rgb(63 98 18 / 0.3);
}

.active\:border-r-lime-800\/40:active {
  border-right-color: rgb(63 98 18 / 0.4);
}

.active\:border-r-lime-800\/5:active {
  border-right-color: rgb(63 98 18 / 0.05);
}

.active\:border-r-lime-800\/50:active {
  border-right-color: rgb(63 98 18 / 0.5);
}

.active\:border-r-lime-800\/60:active {
  border-right-color: rgb(63 98 18 / 0.6);
}

.active\:border-r-lime-800\/70:active {
  border-right-color: rgb(63 98 18 / 0.7);
}

.active\:border-r-lime-800\/75:active {
  border-right-color: rgb(63 98 18 / 0.75);
}

.active\:border-r-lime-800\/80:active {
  border-right-color: rgb(63 98 18 / 0.8);
}

.active\:border-r-lime-800\/90:active {
  border-right-color: rgb(63 98 18 / 0.9);
}

.active\:border-r-lime-800\/95:active {
  border-right-color: rgb(63 98 18 / 0.95);
}

.active\:border-r-lime-900:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(54 83 20 / var(--tw-border-opacity));
}

.active\:border-r-lime-900\/0:active {
  border-right-color: rgb(54 83 20 / 0);
}

.active\:border-r-lime-900\/10:active {
  border-right-color: rgb(54 83 20 / 0.1);
}

.active\:border-r-lime-900\/100:active {
  border-right-color: rgb(54 83 20 / 1);
}

.active\:border-r-lime-900\/20:active {
  border-right-color: rgb(54 83 20 / 0.2);
}

.active\:border-r-lime-900\/25:active {
  border-right-color: rgb(54 83 20 / 0.25);
}

.active\:border-r-lime-900\/30:active {
  border-right-color: rgb(54 83 20 / 0.3);
}

.active\:border-r-lime-900\/40:active {
  border-right-color: rgb(54 83 20 / 0.4);
}

.active\:border-r-lime-900\/5:active {
  border-right-color: rgb(54 83 20 / 0.05);
}

.active\:border-r-lime-900\/50:active {
  border-right-color: rgb(54 83 20 / 0.5);
}

.active\:border-r-lime-900\/60:active {
  border-right-color: rgb(54 83 20 / 0.6);
}

.active\:border-r-lime-900\/70:active {
  border-right-color: rgb(54 83 20 / 0.7);
}

.active\:border-r-lime-900\/75:active {
  border-right-color: rgb(54 83 20 / 0.75);
}

.active\:border-r-lime-900\/80:active {
  border-right-color: rgb(54 83 20 / 0.8);
}

.active\:border-r-lime-900\/90:active {
  border-right-color: rgb(54 83 20 / 0.9);
}

.active\:border-r-lime-900\/95:active {
  border-right-color: rgb(54 83 20 / 0.95);
}

.active\:border-r-lime-950:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(26 46 5 / var(--tw-border-opacity));
}

.active\:border-r-lime-950\/0:active {
  border-right-color: rgb(26 46 5 / 0);
}

.active\:border-r-lime-950\/10:active {
  border-right-color: rgb(26 46 5 / 0.1);
}

.active\:border-r-lime-950\/100:active {
  border-right-color: rgb(26 46 5 / 1);
}

.active\:border-r-lime-950\/20:active {
  border-right-color: rgb(26 46 5 / 0.2);
}

.active\:border-r-lime-950\/25:active {
  border-right-color: rgb(26 46 5 / 0.25);
}

.active\:border-r-lime-950\/30:active {
  border-right-color: rgb(26 46 5 / 0.3);
}

.active\:border-r-lime-950\/40:active {
  border-right-color: rgb(26 46 5 / 0.4);
}

.active\:border-r-lime-950\/5:active {
  border-right-color: rgb(26 46 5 / 0.05);
}

.active\:border-r-lime-950\/50:active {
  border-right-color: rgb(26 46 5 / 0.5);
}

.active\:border-r-lime-950\/60:active {
  border-right-color: rgb(26 46 5 / 0.6);
}

.active\:border-r-lime-950\/70:active {
  border-right-color: rgb(26 46 5 / 0.7);
}

.active\:border-r-lime-950\/75:active {
  border-right-color: rgb(26 46 5 / 0.75);
}

.active\:border-r-lime-950\/80:active {
  border-right-color: rgb(26 46 5 / 0.8);
}

.active\:border-r-lime-950\/90:active {
  border-right-color: rgb(26 46 5 / 0.9);
}

.active\:border-r-lime-950\/95:active {
  border-right-color: rgb(26 46 5 / 0.95);
}

.active\:border-r-nafisa-500:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(153 53 10 / var(--tw-border-opacity));
}

.active\:border-r-nafisa-500\/0:active {
  border-right-color: rgb(153 53 10 / 0);
}

.active\:border-r-nafisa-500\/10:active {
  border-right-color: rgb(153 53 10 / 0.1);
}

.active\:border-r-nafisa-500\/100:active {
  border-right-color: rgb(153 53 10 / 1);
}

.active\:border-r-nafisa-500\/20:active {
  border-right-color: rgb(153 53 10 / 0.2);
}

.active\:border-r-nafisa-500\/25:active {
  border-right-color: rgb(153 53 10 / 0.25);
}

.active\:border-r-nafisa-500\/30:active {
  border-right-color: rgb(153 53 10 / 0.3);
}

.active\:border-r-nafisa-500\/40:active {
  border-right-color: rgb(153 53 10 / 0.4);
}

.active\:border-r-nafisa-500\/5:active {
  border-right-color: rgb(153 53 10 / 0.05);
}

.active\:border-r-nafisa-500\/50:active {
  border-right-color: rgb(153 53 10 / 0.5);
}

.active\:border-r-nafisa-500\/60:active {
  border-right-color: rgb(153 53 10 / 0.6);
}

.active\:border-r-nafisa-500\/70:active {
  border-right-color: rgb(153 53 10 / 0.7);
}

.active\:border-r-nafisa-500\/75:active {
  border-right-color: rgb(153 53 10 / 0.75);
}

.active\:border-r-nafisa-500\/80:active {
  border-right-color: rgb(153 53 10 / 0.8);
}

.active\:border-r-nafisa-500\/90:active {
  border-right-color: rgb(153 53 10 / 0.9);
}

.active\:border-r-nafisa-500\/95:active {
  border-right-color: rgb(153 53 10 / 0.95);
}

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

.active\:border-r-neutral-100\/0:active {
  border-right-color: rgb(245 245 245 / 0);
}

.active\:border-r-neutral-100\/10:active {
  border-right-color: rgb(245 245 245 / 0.1);
}

.active\:border-r-neutral-100\/100:active {
  border-right-color: rgb(245 245 245 / 1);
}

.active\:border-r-neutral-100\/20:active {
  border-right-color: rgb(245 245 245 / 0.2);
}

.active\:border-r-neutral-100\/25:active {
  border-right-color: rgb(245 245 245 / 0.25);
}

.active\:border-r-neutral-100\/30:active {
  border-right-color: rgb(245 245 245 / 0.3);
}

.active\:border-r-neutral-100\/40:active {
  border-right-color: rgb(245 245 245 / 0.4);
}

.active\:border-r-neutral-100\/5:active {
  border-right-color: rgb(245 245 245 / 0.05);
}

.active\:border-r-neutral-100\/50:active {
  border-right-color: rgb(245 245 245 / 0.5);
}

.active\:border-r-neutral-100\/60:active {
  border-right-color: rgb(245 245 245 / 0.6);
}

.active\:border-r-neutral-100\/70:active {
  border-right-color: rgb(245 245 245 / 0.7);
}

.active\:border-r-neutral-100\/75:active {
  border-right-color: rgb(245 245 245 / 0.75);
}

.active\:border-r-neutral-100\/80:active {
  border-right-color: rgb(245 245 245 / 0.8);
}

.active\:border-r-neutral-100\/90:active {
  border-right-color: rgb(245 245 245 / 0.9);
}

.active\:border-r-neutral-100\/95:active {
  border-right-color: rgb(245 245 245 / 0.95);
}

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

.active\:border-r-neutral-200\/0:active {
  border-right-color: rgb(229 229 229 / 0);
}

.active\:border-r-neutral-200\/10:active {
  border-right-color: rgb(229 229 229 / 0.1);
}

.active\:border-r-neutral-200\/100:active {
  border-right-color: rgb(229 229 229 / 1);
}

.active\:border-r-neutral-200\/20:active {
  border-right-color: rgb(229 229 229 / 0.2);
}

.active\:border-r-neutral-200\/25:active {
  border-right-color: rgb(229 229 229 / 0.25);
}

.active\:border-r-neutral-200\/30:active {
  border-right-color: rgb(229 229 229 / 0.3);
}

.active\:border-r-neutral-200\/40:active {
  border-right-color: rgb(229 229 229 / 0.4);
}

.active\:border-r-neutral-200\/5:active {
  border-right-color: rgb(229 229 229 / 0.05);
}

.active\:border-r-neutral-200\/50:active {
  border-right-color: rgb(229 229 229 / 0.5);
}

.active\:border-r-neutral-200\/60:active {
  border-right-color: rgb(229 229 229 / 0.6);
}

.active\:border-r-neutral-200\/70:active {
  border-right-color: rgb(229 229 229 / 0.7);
}

.active\:border-r-neutral-200\/75:active {
  border-right-color: rgb(229 229 229 / 0.75);
}

.active\:border-r-neutral-200\/80:active {
  border-right-color: rgb(229 229 229 / 0.8);
}

.active\:border-r-neutral-200\/90:active {
  border-right-color: rgb(229 229 229 / 0.9);
}

.active\:border-r-neutral-200\/95:active {
  border-right-color: rgb(229 229 229 / 0.95);
}

.active\:border-r-neutral-300:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.active\:border-r-neutral-300\/0:active {
  border-right-color: rgb(212 212 212 / 0);
}

.active\:border-r-neutral-300\/10:active {
  border-right-color: rgb(212 212 212 / 0.1);
}

.active\:border-r-neutral-300\/100:active {
  border-right-color: rgb(212 212 212 / 1);
}

.active\:border-r-neutral-300\/20:active {
  border-right-color: rgb(212 212 212 / 0.2);
}

.active\:border-r-neutral-300\/25:active {
  border-right-color: rgb(212 212 212 / 0.25);
}

.active\:border-r-neutral-300\/30:active {
  border-right-color: rgb(212 212 212 / 0.3);
}

.active\:border-r-neutral-300\/40:active {
  border-right-color: rgb(212 212 212 / 0.4);
}

.active\:border-r-neutral-300\/5:active {
  border-right-color: rgb(212 212 212 / 0.05);
}

.active\:border-r-neutral-300\/50:active {
  border-right-color: rgb(212 212 212 / 0.5);
}

.active\:border-r-neutral-300\/60:active {
  border-right-color: rgb(212 212 212 / 0.6);
}

.active\:border-r-neutral-300\/70:active {
  border-right-color: rgb(212 212 212 / 0.7);
}

.active\:border-r-neutral-300\/75:active {
  border-right-color: rgb(212 212 212 / 0.75);
}

.active\:border-r-neutral-300\/80:active {
  border-right-color: rgb(212 212 212 / 0.8);
}

.active\:border-r-neutral-300\/90:active {
  border-right-color: rgb(212 212 212 / 0.9);
}

.active\:border-r-neutral-300\/95:active {
  border-right-color: rgb(212 212 212 / 0.95);
}

.active\:border-r-neutral-400:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.active\:border-r-neutral-400\/0:active {
  border-right-color: rgb(163 163 163 / 0);
}

.active\:border-r-neutral-400\/10:active {
  border-right-color: rgb(163 163 163 / 0.1);
}

.active\:border-r-neutral-400\/100:active {
  border-right-color: rgb(163 163 163 / 1);
}

.active\:border-r-neutral-400\/20:active {
  border-right-color: rgb(163 163 163 / 0.2);
}

.active\:border-r-neutral-400\/25:active {
  border-right-color: rgb(163 163 163 / 0.25);
}

.active\:border-r-neutral-400\/30:active {
  border-right-color: rgb(163 163 163 / 0.3);
}

.active\:border-r-neutral-400\/40:active {
  border-right-color: rgb(163 163 163 / 0.4);
}

.active\:border-r-neutral-400\/5:active {
  border-right-color: rgb(163 163 163 / 0.05);
}

.active\:border-r-neutral-400\/50:active {
  border-right-color: rgb(163 163 163 / 0.5);
}

.active\:border-r-neutral-400\/60:active {
  border-right-color: rgb(163 163 163 / 0.6);
}

.active\:border-r-neutral-400\/70:active {
  border-right-color: rgb(163 163 163 / 0.7);
}

.active\:border-r-neutral-400\/75:active {
  border-right-color: rgb(163 163 163 / 0.75);
}

.active\:border-r-neutral-400\/80:active {
  border-right-color: rgb(163 163 163 / 0.8);
}

.active\:border-r-neutral-400\/90:active {
  border-right-color: rgb(163 163 163 / 0.9);
}

.active\:border-r-neutral-400\/95:active {
  border-right-color: rgb(163 163 163 / 0.95);
}

.active\:border-r-neutral-50:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.active\:border-r-neutral-50\/0:active {
  border-right-color: rgb(250 250 250 / 0);
}

.active\:border-r-neutral-50\/10:active {
  border-right-color: rgb(250 250 250 / 0.1);
}

.active\:border-r-neutral-50\/100:active {
  border-right-color: rgb(250 250 250 / 1);
}

.active\:border-r-neutral-50\/20:active {
  border-right-color: rgb(250 250 250 / 0.2);
}

.active\:border-r-neutral-50\/25:active {
  border-right-color: rgb(250 250 250 / 0.25);
}

.active\:border-r-neutral-50\/30:active {
  border-right-color: rgb(250 250 250 / 0.3);
}

.active\:border-r-neutral-50\/40:active {
  border-right-color: rgb(250 250 250 / 0.4);
}

.active\:border-r-neutral-50\/5:active {
  border-right-color: rgb(250 250 250 / 0.05);
}

.active\:border-r-neutral-50\/50:active {
  border-right-color: rgb(250 250 250 / 0.5);
}

.active\:border-r-neutral-50\/60:active {
  border-right-color: rgb(250 250 250 / 0.6);
}

.active\:border-r-neutral-50\/70:active {
  border-right-color: rgb(250 250 250 / 0.7);
}

.active\:border-r-neutral-50\/75:active {
  border-right-color: rgb(250 250 250 / 0.75);
}

.active\:border-r-neutral-50\/80:active {
  border-right-color: rgb(250 250 250 / 0.8);
}

.active\:border-r-neutral-50\/90:active {
  border-right-color: rgb(250 250 250 / 0.9);
}

.active\:border-r-neutral-50\/95:active {
  border-right-color: rgb(250 250 250 / 0.95);
}

.active\:border-r-neutral-500:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.active\:border-r-neutral-500\/0:active {
  border-right-color: rgb(115 115 115 / 0);
}

.active\:border-r-neutral-500\/10:active {
  border-right-color: rgb(115 115 115 / 0.1);
}

.active\:border-r-neutral-500\/100:active {
  border-right-color: rgb(115 115 115 / 1);
}

.active\:border-r-neutral-500\/20:active {
  border-right-color: rgb(115 115 115 / 0.2);
}

.active\:border-r-neutral-500\/25:active {
  border-right-color: rgb(115 115 115 / 0.25);
}

.active\:border-r-neutral-500\/30:active {
  border-right-color: rgb(115 115 115 / 0.3);
}

.active\:border-r-neutral-500\/40:active {
  border-right-color: rgb(115 115 115 / 0.4);
}

.active\:border-r-neutral-500\/5:active {
  border-right-color: rgb(115 115 115 / 0.05);
}

.active\:border-r-neutral-500\/50:active {
  border-right-color: rgb(115 115 115 / 0.5);
}

.active\:border-r-neutral-500\/60:active {
  border-right-color: rgb(115 115 115 / 0.6);
}

.active\:border-r-neutral-500\/70:active {
  border-right-color: rgb(115 115 115 / 0.7);
}

.active\:border-r-neutral-500\/75:active {
  border-right-color: rgb(115 115 115 / 0.75);
}

.active\:border-r-neutral-500\/80:active {
  border-right-color: rgb(115 115 115 / 0.8);
}

.active\:border-r-neutral-500\/90:active {
  border-right-color: rgb(115 115 115 / 0.9);
}

.active\:border-r-neutral-500\/95:active {
  border-right-color: rgb(115 115 115 / 0.95);
}

.active\:border-r-neutral-600:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.active\:border-r-neutral-600\/0:active {
  border-right-color: rgb(82 82 82 / 0);
}

.active\:border-r-neutral-600\/10:active {
  border-right-color: rgb(82 82 82 / 0.1);
}

.active\:border-r-neutral-600\/100:active {
  border-right-color: rgb(82 82 82 / 1);
}

.active\:border-r-neutral-600\/20:active {
  border-right-color: rgb(82 82 82 / 0.2);
}

.active\:border-r-neutral-600\/25:active {
  border-right-color: rgb(82 82 82 / 0.25);
}

.active\:border-r-neutral-600\/30:active {
  border-right-color: rgb(82 82 82 / 0.3);
}

.active\:border-r-neutral-600\/40:active {
  border-right-color: rgb(82 82 82 / 0.4);
}

.active\:border-r-neutral-600\/5:active {
  border-right-color: rgb(82 82 82 / 0.05);
}

.active\:border-r-neutral-600\/50:active {
  border-right-color: rgb(82 82 82 / 0.5);
}

.active\:border-r-neutral-600\/60:active {
  border-right-color: rgb(82 82 82 / 0.6);
}

.active\:border-r-neutral-600\/70:active {
  border-right-color: rgb(82 82 82 / 0.7);
}

.active\:border-r-neutral-600\/75:active {
  border-right-color: rgb(82 82 82 / 0.75);
}

.active\:border-r-neutral-600\/80:active {
  border-right-color: rgb(82 82 82 / 0.8);
}

.active\:border-r-neutral-600\/90:active {
  border-right-color: rgb(82 82 82 / 0.9);
}

.active\:border-r-neutral-600\/95:active {
  border-right-color: rgb(82 82 82 / 0.95);
}

.active\:border-r-neutral-700:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.active\:border-r-neutral-700\/0:active {
  border-right-color: rgb(64 64 64 / 0);
}

.active\:border-r-neutral-700\/10:active {
  border-right-color: rgb(64 64 64 / 0.1);
}

.active\:border-r-neutral-700\/100:active {
  border-right-color: rgb(64 64 64 / 1);
}

.active\:border-r-neutral-700\/20:active {
  border-right-color: rgb(64 64 64 / 0.2);
}

.active\:border-r-neutral-700\/25:active {
  border-right-color: rgb(64 64 64 / 0.25);
}

.active\:border-r-neutral-700\/30:active {
  border-right-color: rgb(64 64 64 / 0.3);
}

.active\:border-r-neutral-700\/40:active {
  border-right-color: rgb(64 64 64 / 0.4);
}

.active\:border-r-neutral-700\/5:active {
  border-right-color: rgb(64 64 64 / 0.05);
}

.active\:border-r-neutral-700\/50:active {
  border-right-color: rgb(64 64 64 / 0.5);
}

.active\:border-r-neutral-700\/60:active {
  border-right-color: rgb(64 64 64 / 0.6);
}

.active\:border-r-neutral-700\/70:active {
  border-right-color: rgb(64 64 64 / 0.7);
}

.active\:border-r-neutral-700\/75:active {
  border-right-color: rgb(64 64 64 / 0.75);
}

.active\:border-r-neutral-700\/80:active {
  border-right-color: rgb(64 64 64 / 0.8);
}

.active\:border-r-neutral-700\/90:active {
  border-right-color: rgb(64 64 64 / 0.9);
}

.active\:border-r-neutral-700\/95:active {
  border-right-color: rgb(64 64 64 / 0.95);
}

.active\:border-r-neutral-800:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.active\:border-r-neutral-800\/0:active {
  border-right-color: rgb(38 38 38 / 0);
}

.active\:border-r-neutral-800\/10:active {
  border-right-color: rgb(38 38 38 / 0.1);
}

.active\:border-r-neutral-800\/100:active {
  border-right-color: rgb(38 38 38 / 1);
}

.active\:border-r-neutral-800\/20:active {
  border-right-color: rgb(38 38 38 / 0.2);
}

.active\:border-r-neutral-800\/25:active {
  border-right-color: rgb(38 38 38 / 0.25);
}

.active\:border-r-neutral-800\/30:active {
  border-right-color: rgb(38 38 38 / 0.3);
}

.active\:border-r-neutral-800\/40:active {
  border-right-color: rgb(38 38 38 / 0.4);
}

.active\:border-r-neutral-800\/5:active {
  border-right-color: rgb(38 38 38 / 0.05);
}

.active\:border-r-neutral-800\/50:active {
  border-right-color: rgb(38 38 38 / 0.5);
}

.active\:border-r-neutral-800\/60:active {
  border-right-color: rgb(38 38 38 / 0.6);
}

.active\:border-r-neutral-800\/70:active {
  border-right-color: rgb(38 38 38 / 0.7);
}

.active\:border-r-neutral-800\/75:active {
  border-right-color: rgb(38 38 38 / 0.75);
}

.active\:border-r-neutral-800\/80:active {
  border-right-color: rgb(38 38 38 / 0.8);
}

.active\:border-r-neutral-800\/90:active {
  border-right-color: rgb(38 38 38 / 0.9);
}

.active\:border-r-neutral-800\/95:active {
  border-right-color: rgb(38 38 38 / 0.95);
}

.active\:border-r-neutral-900:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.active\:border-r-neutral-900\/0:active {
  border-right-color: rgb(23 23 23 / 0);
}

.active\:border-r-neutral-900\/10:active {
  border-right-color: rgb(23 23 23 / 0.1);
}

.active\:border-r-neutral-900\/100:active {
  border-right-color: rgb(23 23 23 / 1);
}

.active\:border-r-neutral-900\/20:active {
  border-right-color: rgb(23 23 23 / 0.2);
}

.active\:border-r-neutral-900\/25:active {
  border-right-color: rgb(23 23 23 / 0.25);
}

.active\:border-r-neutral-900\/30:active {
  border-right-color: rgb(23 23 23 / 0.3);
}

.active\:border-r-neutral-900\/40:active {
  border-right-color: rgb(23 23 23 / 0.4);
}

.active\:border-r-neutral-900\/5:active {
  border-right-color: rgb(23 23 23 / 0.05);
}

.active\:border-r-neutral-900\/50:active {
  border-right-color: rgb(23 23 23 / 0.5);
}

.active\:border-r-neutral-900\/60:active {
  border-right-color: rgb(23 23 23 / 0.6);
}

.active\:border-r-neutral-900\/70:active {
  border-right-color: rgb(23 23 23 / 0.7);
}

.active\:border-r-neutral-900\/75:active {
  border-right-color: rgb(23 23 23 / 0.75);
}

.active\:border-r-neutral-900\/80:active {
  border-right-color: rgb(23 23 23 / 0.8);
}

.active\:border-r-neutral-900\/90:active {
  border-right-color: rgb(23 23 23 / 0.9);
}

.active\:border-r-neutral-900\/95:active {
  border-right-color: rgb(23 23 23 / 0.95);
}

.active\:border-r-neutral-950:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.active\:border-r-neutral-950\/0:active {
  border-right-color: rgb(10 10 10 / 0);
}

.active\:border-r-neutral-950\/10:active {
  border-right-color: rgb(10 10 10 / 0.1);
}

.active\:border-r-neutral-950\/100:active {
  border-right-color: rgb(10 10 10 / 1);
}

.active\:border-r-neutral-950\/20:active {
  border-right-color: rgb(10 10 10 / 0.2);
}

.active\:border-r-neutral-950\/25:active {
  border-right-color: rgb(10 10 10 / 0.25);
}

.active\:border-r-neutral-950\/30:active {
  border-right-color: rgb(10 10 10 / 0.3);
}

.active\:border-r-neutral-950\/40:active {
  border-right-color: rgb(10 10 10 / 0.4);
}

.active\:border-r-neutral-950\/5:active {
  border-right-color: rgb(10 10 10 / 0.05);
}

.active\:border-r-neutral-950\/50:active {
  border-right-color: rgb(10 10 10 / 0.5);
}

.active\:border-r-neutral-950\/60:active {
  border-right-color: rgb(10 10 10 / 0.6);
}

.active\:border-r-neutral-950\/70:active {
  border-right-color: rgb(10 10 10 / 0.7);
}

.active\:border-r-neutral-950\/75:active {
  border-right-color: rgb(10 10 10 / 0.75);
}

.active\:border-r-neutral-950\/80:active {
  border-right-color: rgb(10 10 10 / 0.8);
}

.active\:border-r-neutral-950\/90:active {
  border-right-color: rgb(10 10 10 / 0.9);
}

.active\:border-r-neutral-950\/95:active {
  border-right-color: rgb(10 10 10 / 0.95);
}

.active\:border-r-orange-100:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 237 213 / var(--tw-border-opacity));
}

.active\:border-r-orange-100\/0:active {
  border-right-color: rgb(255 237 213 / 0);
}

.active\:border-r-orange-100\/10:active {
  border-right-color: rgb(255 237 213 / 0.1);
}

.active\:border-r-orange-100\/100:active {
  border-right-color: rgb(255 237 213 / 1);
}

.active\:border-r-orange-100\/20:active {
  border-right-color: rgb(255 237 213 / 0.2);
}

.active\:border-r-orange-100\/25:active {
  border-right-color: rgb(255 237 213 / 0.25);
}

.active\:border-r-orange-100\/30:active {
  border-right-color: rgb(255 237 213 / 0.3);
}

.active\:border-r-orange-100\/40:active {
  border-right-color: rgb(255 237 213 / 0.4);
}

.active\:border-r-orange-100\/5:active {
  border-right-color: rgb(255 237 213 / 0.05);
}

.active\:border-r-orange-100\/50:active {
  border-right-color: rgb(255 237 213 / 0.5);
}

.active\:border-r-orange-100\/60:active {
  border-right-color: rgb(255 237 213 / 0.6);
}

.active\:border-r-orange-100\/70:active {
  border-right-color: rgb(255 237 213 / 0.7);
}

.active\:border-r-orange-100\/75:active {
  border-right-color: rgb(255 237 213 / 0.75);
}

.active\:border-r-orange-100\/80:active {
  border-right-color: rgb(255 237 213 / 0.8);
}

.active\:border-r-orange-100\/90:active {
  border-right-color: rgb(255 237 213 / 0.9);
}

.active\:border-r-orange-100\/95:active {
  border-right-color: rgb(255 237 213 / 0.95);
}

.active\:border-r-orange-200:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 215 170 / var(--tw-border-opacity));
}

.active\:border-r-orange-200\/0:active {
  border-right-color: rgb(254 215 170 / 0);
}

.active\:border-r-orange-200\/10:active {
  border-right-color: rgb(254 215 170 / 0.1);
}

.active\:border-r-orange-200\/100:active {
  border-right-color: rgb(254 215 170 / 1);
}

.active\:border-r-orange-200\/20:active {
  border-right-color: rgb(254 215 170 / 0.2);
}

.active\:border-r-orange-200\/25:active {
  border-right-color: rgb(254 215 170 / 0.25);
}

.active\:border-r-orange-200\/30:active {
  border-right-color: rgb(254 215 170 / 0.3);
}

.active\:border-r-orange-200\/40:active {
  border-right-color: rgb(254 215 170 / 0.4);
}

.active\:border-r-orange-200\/5:active {
  border-right-color: rgb(254 215 170 / 0.05);
}

.active\:border-r-orange-200\/50:active {
  border-right-color: rgb(254 215 170 / 0.5);
}

.active\:border-r-orange-200\/60:active {
  border-right-color: rgb(254 215 170 / 0.6);
}

.active\:border-r-orange-200\/70:active {
  border-right-color: rgb(254 215 170 / 0.7);
}

.active\:border-r-orange-200\/75:active {
  border-right-color: rgb(254 215 170 / 0.75);
}

.active\:border-r-orange-200\/80:active {
  border-right-color: rgb(254 215 170 / 0.8);
}

.active\:border-r-orange-200\/90:active {
  border-right-color: rgb(254 215 170 / 0.9);
}

.active\:border-r-orange-200\/95:active {
  border-right-color: rgb(254 215 170 / 0.95);
}

.active\:border-r-orange-300:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 186 116 / var(--tw-border-opacity));
}

.active\:border-r-orange-300\/0:active {
  border-right-color: rgb(253 186 116 / 0);
}

.active\:border-r-orange-300\/10:active {
  border-right-color: rgb(253 186 116 / 0.1);
}

.active\:border-r-orange-300\/100:active {
  border-right-color: rgb(253 186 116 / 1);
}

.active\:border-r-orange-300\/20:active {
  border-right-color: rgb(253 186 116 / 0.2);
}

.active\:border-r-orange-300\/25:active {
  border-right-color: rgb(253 186 116 / 0.25);
}

.active\:border-r-orange-300\/30:active {
  border-right-color: rgb(253 186 116 / 0.3);
}

.active\:border-r-orange-300\/40:active {
  border-right-color: rgb(253 186 116 / 0.4);
}

.active\:border-r-orange-300\/5:active {
  border-right-color: rgb(253 186 116 / 0.05);
}

.active\:border-r-orange-300\/50:active {
  border-right-color: rgb(253 186 116 / 0.5);
}

.active\:border-r-orange-300\/60:active {
  border-right-color: rgb(253 186 116 / 0.6);
}

.active\:border-r-orange-300\/70:active {
  border-right-color: rgb(253 186 116 / 0.7);
}

.active\:border-r-orange-300\/75:active {
  border-right-color: rgb(253 186 116 / 0.75);
}

.active\:border-r-orange-300\/80:active {
  border-right-color: rgb(253 186 116 / 0.8);
}

.active\:border-r-orange-300\/90:active {
  border-right-color: rgb(253 186 116 / 0.9);
}

.active\:border-r-orange-300\/95:active {
  border-right-color: rgb(253 186 116 / 0.95);
}

.active\:border-r-orange-400:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.active\:border-r-orange-400\/0:active {
  border-right-color: rgb(251 146 60 / 0);
}

.active\:border-r-orange-400\/10:active {
  border-right-color: rgb(251 146 60 / 0.1);
}

.active\:border-r-orange-400\/100:active {
  border-right-color: rgb(251 146 60 / 1);
}

.active\:border-r-orange-400\/20:active {
  border-right-color: rgb(251 146 60 / 0.2);
}

.active\:border-r-orange-400\/25:active {
  border-right-color: rgb(251 146 60 / 0.25);
}

.active\:border-r-orange-400\/30:active {
  border-right-color: rgb(251 146 60 / 0.3);
}

.active\:border-r-orange-400\/40:active {
  border-right-color: rgb(251 146 60 / 0.4);
}

.active\:border-r-orange-400\/5:active {
  border-right-color: rgb(251 146 60 / 0.05);
}

.active\:border-r-orange-400\/50:active {
  border-right-color: rgb(251 146 60 / 0.5);
}

.active\:border-r-orange-400\/60:active {
  border-right-color: rgb(251 146 60 / 0.6);
}

.active\:border-r-orange-400\/70:active {
  border-right-color: rgb(251 146 60 / 0.7);
}

.active\:border-r-orange-400\/75:active {
  border-right-color: rgb(251 146 60 / 0.75);
}

.active\:border-r-orange-400\/80:active {
  border-right-color: rgb(251 146 60 / 0.8);
}

.active\:border-r-orange-400\/90:active {
  border-right-color: rgb(251 146 60 / 0.9);
}

.active\:border-r-orange-400\/95:active {
  border-right-color: rgb(251 146 60 / 0.95);
}

.active\:border-r-orange-50:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 247 237 / var(--tw-border-opacity));
}

.active\:border-r-orange-50\/0:active {
  border-right-color: rgb(255 247 237 / 0);
}

.active\:border-r-orange-50\/10:active {
  border-right-color: rgb(255 247 237 / 0.1);
}

.active\:border-r-orange-50\/100:active {
  border-right-color: rgb(255 247 237 / 1);
}

.active\:border-r-orange-50\/20:active {
  border-right-color: rgb(255 247 237 / 0.2);
}

.active\:border-r-orange-50\/25:active {
  border-right-color: rgb(255 247 237 / 0.25);
}

.active\:border-r-orange-50\/30:active {
  border-right-color: rgb(255 247 237 / 0.3);
}

.active\:border-r-orange-50\/40:active {
  border-right-color: rgb(255 247 237 / 0.4);
}

.active\:border-r-orange-50\/5:active {
  border-right-color: rgb(255 247 237 / 0.05);
}

.active\:border-r-orange-50\/50:active {
  border-right-color: rgb(255 247 237 / 0.5);
}

.active\:border-r-orange-50\/60:active {
  border-right-color: rgb(255 247 237 / 0.6);
}

.active\:border-r-orange-50\/70:active {
  border-right-color: rgb(255 247 237 / 0.7);
}

.active\:border-r-orange-50\/75:active {
  border-right-color: rgb(255 247 237 / 0.75);
}

.active\:border-r-orange-50\/80:active {
  border-right-color: rgb(255 247 237 / 0.8);
}

.active\:border-r-orange-50\/90:active {
  border-right-color: rgb(255 247 237 / 0.9);
}

.active\:border-r-orange-50\/95:active {
  border-right-color: rgb(255 247 237 / 0.95);
}

.active\:border-r-orange-500:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(249 115 22 / var(--tw-border-opacity));
}

.active\:border-r-orange-500\/0:active {
  border-right-color: rgb(249 115 22 / 0);
}

.active\:border-r-orange-500\/10:active {
  border-right-color: rgb(249 115 22 / 0.1);
}

.active\:border-r-orange-500\/100:active {
  border-right-color: rgb(249 115 22 / 1);
}

.active\:border-r-orange-500\/20:active {
  border-right-color: rgb(249 115 22 / 0.2);
}

.active\:border-r-orange-500\/25:active {
  border-right-color: rgb(249 115 22 / 0.25);
}

.active\:border-r-orange-500\/30:active {
  border-right-color: rgb(249 115 22 / 0.3);
}

.active\:border-r-orange-500\/40:active {
  border-right-color: rgb(249 115 22 / 0.4);
}

.active\:border-r-orange-500\/5:active {
  border-right-color: rgb(249 115 22 / 0.05);
}

.active\:border-r-orange-500\/50:active {
  border-right-color: rgb(249 115 22 / 0.5);
}

.active\:border-r-orange-500\/60:active {
  border-right-color: rgb(249 115 22 / 0.6);
}

.active\:border-r-orange-500\/70:active {
  border-right-color: rgb(249 115 22 / 0.7);
}

.active\:border-r-orange-500\/75:active {
  border-right-color: rgb(249 115 22 / 0.75);
}

.active\:border-r-orange-500\/80:active {
  border-right-color: rgb(249 115 22 / 0.8);
}

.active\:border-r-orange-500\/90:active {
  border-right-color: rgb(249 115 22 / 0.9);
}

.active\:border-r-orange-500\/95:active {
  border-right-color: rgb(249 115 22 / 0.95);
}

.active\:border-r-orange-600:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.active\:border-r-orange-600\/0:active {
  border-right-color: rgb(234 88 12 / 0);
}

.active\:border-r-orange-600\/10:active {
  border-right-color: rgb(234 88 12 / 0.1);
}

.active\:border-r-orange-600\/100:active {
  border-right-color: rgb(234 88 12 / 1);
}

.active\:border-r-orange-600\/20:active {
  border-right-color: rgb(234 88 12 / 0.2);
}

.active\:border-r-orange-600\/25:active {
  border-right-color: rgb(234 88 12 / 0.25);
}

.active\:border-r-orange-600\/30:active {
  border-right-color: rgb(234 88 12 / 0.3);
}

.active\:border-r-orange-600\/40:active {
  border-right-color: rgb(234 88 12 / 0.4);
}

.active\:border-r-orange-600\/5:active {
  border-right-color: rgb(234 88 12 / 0.05);
}

.active\:border-r-orange-600\/50:active {
  border-right-color: rgb(234 88 12 / 0.5);
}

.active\:border-r-orange-600\/60:active {
  border-right-color: rgb(234 88 12 / 0.6);
}

.active\:border-r-orange-600\/70:active {
  border-right-color: rgb(234 88 12 / 0.7);
}

.active\:border-r-orange-600\/75:active {
  border-right-color: rgb(234 88 12 / 0.75);
}

.active\:border-r-orange-600\/80:active {
  border-right-color: rgb(234 88 12 / 0.8);
}

.active\:border-r-orange-600\/90:active {
  border-right-color: rgb(234 88 12 / 0.9);
}

.active\:border-r-orange-600\/95:active {
  border-right-color: rgb(234 88 12 / 0.95);
}

.active\:border-r-orange-700:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(194 65 12 / var(--tw-border-opacity));
}

.active\:border-r-orange-700\/0:active {
  border-right-color: rgb(194 65 12 / 0);
}

.active\:border-r-orange-700\/10:active {
  border-right-color: rgb(194 65 12 / 0.1);
}

.active\:border-r-orange-700\/100:active {
  border-right-color: rgb(194 65 12 / 1);
}

.active\:border-r-orange-700\/20:active {
  border-right-color: rgb(194 65 12 / 0.2);
}

.active\:border-r-orange-700\/25:active {
  border-right-color: rgb(194 65 12 / 0.25);
}

.active\:border-r-orange-700\/30:active {
  border-right-color: rgb(194 65 12 / 0.3);
}

.active\:border-r-orange-700\/40:active {
  border-right-color: rgb(194 65 12 / 0.4);
}

.active\:border-r-orange-700\/5:active {
  border-right-color: rgb(194 65 12 / 0.05);
}

.active\:border-r-orange-700\/50:active {
  border-right-color: rgb(194 65 12 / 0.5);
}

.active\:border-r-orange-700\/60:active {
  border-right-color: rgb(194 65 12 / 0.6);
}

.active\:border-r-orange-700\/70:active {
  border-right-color: rgb(194 65 12 / 0.7);
}

.active\:border-r-orange-700\/75:active {
  border-right-color: rgb(194 65 12 / 0.75);
}

.active\:border-r-orange-700\/80:active {
  border-right-color: rgb(194 65 12 / 0.8);
}

.active\:border-r-orange-700\/90:active {
  border-right-color: rgb(194 65 12 / 0.9);
}

.active\:border-r-orange-700\/95:active {
  border-right-color: rgb(194 65 12 / 0.95);
}

.active\:border-r-orange-800:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(154 52 18 / var(--tw-border-opacity));
}

.active\:border-r-orange-800\/0:active {
  border-right-color: rgb(154 52 18 / 0);
}

.active\:border-r-orange-800\/10:active {
  border-right-color: rgb(154 52 18 / 0.1);
}

.active\:border-r-orange-800\/100:active {
  border-right-color: rgb(154 52 18 / 1);
}

.active\:border-r-orange-800\/20:active {
  border-right-color: rgb(154 52 18 / 0.2);
}

.active\:border-r-orange-800\/25:active {
  border-right-color: rgb(154 52 18 / 0.25);
}

.active\:border-r-orange-800\/30:active {
  border-right-color: rgb(154 52 18 / 0.3);
}

.active\:border-r-orange-800\/40:active {
  border-right-color: rgb(154 52 18 / 0.4);
}

.active\:border-r-orange-800\/5:active {
  border-right-color: rgb(154 52 18 / 0.05);
}

.active\:border-r-orange-800\/50:active {
  border-right-color: rgb(154 52 18 / 0.5);
}

.active\:border-r-orange-800\/60:active {
  border-right-color: rgb(154 52 18 / 0.6);
}

.active\:border-r-orange-800\/70:active {
  border-right-color: rgb(154 52 18 / 0.7);
}

.active\:border-r-orange-800\/75:active {
  border-right-color: rgb(154 52 18 / 0.75);
}

.active\:border-r-orange-800\/80:active {
  border-right-color: rgb(154 52 18 / 0.8);
}

.active\:border-r-orange-800\/90:active {
  border-right-color: rgb(154 52 18 / 0.9);
}

.active\:border-r-orange-800\/95:active {
  border-right-color: rgb(154 52 18 / 0.95);
}

.active\:border-r-orange-900:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(124 45 18 / var(--tw-border-opacity));
}

.active\:border-r-orange-900\/0:active {
  border-right-color: rgb(124 45 18 / 0);
}

.active\:border-r-orange-900\/10:active {
  border-right-color: rgb(124 45 18 / 0.1);
}

.active\:border-r-orange-900\/100:active {
  border-right-color: rgb(124 45 18 / 1);
}

.active\:border-r-orange-900\/20:active {
  border-right-color: rgb(124 45 18 / 0.2);
}

.active\:border-r-orange-900\/25:active {
  border-right-color: rgb(124 45 18 / 0.25);
}

.active\:border-r-orange-900\/30:active {
  border-right-color: rgb(124 45 18 / 0.3);
}

.active\:border-r-orange-900\/40:active {
  border-right-color: rgb(124 45 18 / 0.4);
}

.active\:border-r-orange-900\/5:active {
  border-right-color: rgb(124 45 18 / 0.05);
}

.active\:border-r-orange-900\/50:active {
  border-right-color: rgb(124 45 18 / 0.5);
}

.active\:border-r-orange-900\/60:active {
  border-right-color: rgb(124 45 18 / 0.6);
}

.active\:border-r-orange-900\/70:active {
  border-right-color: rgb(124 45 18 / 0.7);
}

.active\:border-r-orange-900\/75:active {
  border-right-color: rgb(124 45 18 / 0.75);
}

.active\:border-r-orange-900\/80:active {
  border-right-color: rgb(124 45 18 / 0.8);
}

.active\:border-r-orange-900\/90:active {
  border-right-color: rgb(124 45 18 / 0.9);
}

.active\:border-r-orange-900\/95:active {
  border-right-color: rgb(124 45 18 / 0.95);
}

.active\:border-r-orange-950:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(67 20 7 / var(--tw-border-opacity));
}

.active\:border-r-orange-950\/0:active {
  border-right-color: rgb(67 20 7 / 0);
}

.active\:border-r-orange-950\/10:active {
  border-right-color: rgb(67 20 7 / 0.1);
}

.active\:border-r-orange-950\/100:active {
  border-right-color: rgb(67 20 7 / 1);
}

.active\:border-r-orange-950\/20:active {
  border-right-color: rgb(67 20 7 / 0.2);
}

.active\:border-r-orange-950\/25:active {
  border-right-color: rgb(67 20 7 / 0.25);
}

.active\:border-r-orange-950\/30:active {
  border-right-color: rgb(67 20 7 / 0.3);
}

.active\:border-r-orange-950\/40:active {
  border-right-color: rgb(67 20 7 / 0.4);
}

.active\:border-r-orange-950\/5:active {
  border-right-color: rgb(67 20 7 / 0.05);
}

.active\:border-r-orange-950\/50:active {
  border-right-color: rgb(67 20 7 / 0.5);
}

.active\:border-r-orange-950\/60:active {
  border-right-color: rgb(67 20 7 / 0.6);
}

.active\:border-r-orange-950\/70:active {
  border-right-color: rgb(67 20 7 / 0.7);
}

.active\:border-r-orange-950\/75:active {
  border-right-color: rgb(67 20 7 / 0.75);
}

.active\:border-r-orange-950\/80:active {
  border-right-color: rgb(67 20 7 / 0.8);
}

.active\:border-r-orange-950\/90:active {
  border-right-color: rgb(67 20 7 / 0.9);
}

.active\:border-r-orange-950\/95:active {
  border-right-color: rgb(67 20 7 / 0.95);
}

.active\:border-r-ozc-100:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 239 235 / var(--tw-border-opacity));
}

.active\:border-r-ozc-100\/0:active {
  border-right-color: rgb(255 239 235 / 0);
}

.active\:border-r-ozc-100\/10:active {
  border-right-color: rgb(255 239 235 / 0.1);
}

.active\:border-r-ozc-100\/100:active {
  border-right-color: rgb(255 239 235 / 1);
}

.active\:border-r-ozc-100\/20:active {
  border-right-color: rgb(255 239 235 / 0.2);
}

.active\:border-r-ozc-100\/25:active {
  border-right-color: rgb(255 239 235 / 0.25);
}

.active\:border-r-ozc-100\/30:active {
  border-right-color: rgb(255 239 235 / 0.3);
}

.active\:border-r-ozc-100\/40:active {
  border-right-color: rgb(255 239 235 / 0.4);
}

.active\:border-r-ozc-100\/5:active {
  border-right-color: rgb(255 239 235 / 0.05);
}

.active\:border-r-ozc-100\/50:active {
  border-right-color: rgb(255 239 235 / 0.5);
}

.active\:border-r-ozc-100\/60:active {
  border-right-color: rgb(255 239 235 / 0.6);
}

.active\:border-r-ozc-100\/70:active {
  border-right-color: rgb(255 239 235 / 0.7);
}

.active\:border-r-ozc-100\/75:active {
  border-right-color: rgb(255 239 235 / 0.75);
}

.active\:border-r-ozc-100\/80:active {
  border-right-color: rgb(255 239 235 / 0.8);
}

.active\:border-r-ozc-100\/90:active {
  border-right-color: rgb(255 239 235 / 0.9);
}

.active\:border-r-ozc-100\/95:active {
  border-right-color: rgb(255 239 235 / 0.95);
}

.active\:border-r-ozc-200:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 225 222 / var(--tw-border-opacity));
}

.active\:border-r-ozc-200\/0:active {
  border-right-color: rgb(253 225 222 / 0);
}

.active\:border-r-ozc-200\/10:active {
  border-right-color: rgb(253 225 222 / 0.1);
}

.active\:border-r-ozc-200\/100:active {
  border-right-color: rgb(253 225 222 / 1);
}

.active\:border-r-ozc-200\/20:active {
  border-right-color: rgb(253 225 222 / 0.2);
}

.active\:border-r-ozc-200\/25:active {
  border-right-color: rgb(253 225 222 / 0.25);
}

.active\:border-r-ozc-200\/30:active {
  border-right-color: rgb(253 225 222 / 0.3);
}

.active\:border-r-ozc-200\/40:active {
  border-right-color: rgb(253 225 222 / 0.4);
}

.active\:border-r-ozc-200\/5:active {
  border-right-color: rgb(253 225 222 / 0.05);
}

.active\:border-r-ozc-200\/50:active {
  border-right-color: rgb(253 225 222 / 0.5);
}

.active\:border-r-ozc-200\/60:active {
  border-right-color: rgb(253 225 222 / 0.6);
}

.active\:border-r-ozc-200\/70:active {
  border-right-color: rgb(253 225 222 / 0.7);
}

.active\:border-r-ozc-200\/75:active {
  border-right-color: rgb(253 225 222 / 0.75);
}

.active\:border-r-ozc-200\/80:active {
  border-right-color: rgb(253 225 222 / 0.8);
}

.active\:border-r-ozc-200\/90:active {
  border-right-color: rgb(253 225 222 / 0.9);
}

.active\:border-r-ozc-200\/95:active {
  border-right-color: rgb(253 225 222 / 0.95);
}

.active\:border-r-ozc-300:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(248 181 181 / var(--tw-border-opacity));
}

.active\:border-r-ozc-300\/0:active {
  border-right-color: rgb(248 181 181 / 0);
}

.active\:border-r-ozc-300\/10:active {
  border-right-color: rgb(248 181 181 / 0.1);
}

.active\:border-r-ozc-300\/100:active {
  border-right-color: rgb(248 181 181 / 1);
}

.active\:border-r-ozc-300\/20:active {
  border-right-color: rgb(248 181 181 / 0.2);
}

.active\:border-r-ozc-300\/25:active {
  border-right-color: rgb(248 181 181 / 0.25);
}

.active\:border-r-ozc-300\/30:active {
  border-right-color: rgb(248 181 181 / 0.3);
}

.active\:border-r-ozc-300\/40:active {
  border-right-color: rgb(248 181 181 / 0.4);
}

.active\:border-r-ozc-300\/5:active {
  border-right-color: rgb(248 181 181 / 0.05);
}

.active\:border-r-ozc-300\/50:active {
  border-right-color: rgb(248 181 181 / 0.5);
}

.active\:border-r-ozc-300\/60:active {
  border-right-color: rgb(248 181 181 / 0.6);
}

.active\:border-r-ozc-300\/70:active {
  border-right-color: rgb(248 181 181 / 0.7);
}

.active\:border-r-ozc-300\/75:active {
  border-right-color: rgb(248 181 181 / 0.75);
}

.active\:border-r-ozc-300\/80:active {
  border-right-color: rgb(248 181 181 / 0.8);
}

.active\:border-r-ozc-300\/90:active {
  border-right-color: rgb(248 181 181 / 0.9);
}

.active\:border-r-ozc-300\/95:active {
  border-right-color: rgb(248 181 181 / 0.95);
}

.active\:border-r-ozc-400:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 189 173 / var(--tw-border-opacity));
}

.active\:border-r-ozc-400\/0:active {
  border-right-color: rgb(250 189 173 / 0);
}

.active\:border-r-ozc-400\/10:active {
  border-right-color: rgb(250 189 173 / 0.1);
}

.active\:border-r-ozc-400\/100:active {
  border-right-color: rgb(250 189 173 / 1);
}

.active\:border-r-ozc-400\/20:active {
  border-right-color: rgb(250 189 173 / 0.2);
}

.active\:border-r-ozc-400\/25:active {
  border-right-color: rgb(250 189 173 / 0.25);
}

.active\:border-r-ozc-400\/30:active {
  border-right-color: rgb(250 189 173 / 0.3);
}

.active\:border-r-ozc-400\/40:active {
  border-right-color: rgb(250 189 173 / 0.4);
}

.active\:border-r-ozc-400\/5:active {
  border-right-color: rgb(250 189 173 / 0.05);
}

.active\:border-r-ozc-400\/50:active {
  border-right-color: rgb(250 189 173 / 0.5);
}

.active\:border-r-ozc-400\/60:active {
  border-right-color: rgb(250 189 173 / 0.6);
}

.active\:border-r-ozc-400\/70:active {
  border-right-color: rgb(250 189 173 / 0.7);
}

.active\:border-r-ozc-400\/75:active {
  border-right-color: rgb(250 189 173 / 0.75);
}

.active\:border-r-ozc-400\/80:active {
  border-right-color: rgb(250 189 173 / 0.8);
}

.active\:border-r-ozc-400\/90:active {
  border-right-color: rgb(250 189 173 / 0.9);
}

.active\:border-r-ozc-400\/95:active {
  border-right-color: rgb(250 189 173 / 0.95);
}

.active\:border-r-ozc-50:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 243 232 / var(--tw-border-opacity));
}

.active\:border-r-ozc-50\/0:active {
  border-right-color: rgb(254 243 232 / 0);
}

.active\:border-r-ozc-50\/10:active {
  border-right-color: rgb(254 243 232 / 0.1);
}

.active\:border-r-ozc-50\/100:active {
  border-right-color: rgb(254 243 232 / 1);
}

.active\:border-r-ozc-50\/20:active {
  border-right-color: rgb(254 243 232 / 0.2);
}

.active\:border-r-ozc-50\/25:active {
  border-right-color: rgb(254 243 232 / 0.25);
}

.active\:border-r-ozc-50\/30:active {
  border-right-color: rgb(254 243 232 / 0.3);
}

.active\:border-r-ozc-50\/40:active {
  border-right-color: rgb(254 243 232 / 0.4);
}

.active\:border-r-ozc-50\/5:active {
  border-right-color: rgb(254 243 232 / 0.05);
}

.active\:border-r-ozc-50\/50:active {
  border-right-color: rgb(254 243 232 / 0.5);
}

.active\:border-r-ozc-50\/60:active {
  border-right-color: rgb(254 243 232 / 0.6);
}

.active\:border-r-ozc-50\/70:active {
  border-right-color: rgb(254 243 232 / 0.7);
}

.active\:border-r-ozc-50\/75:active {
  border-right-color: rgb(254 243 232 / 0.75);
}

.active\:border-r-ozc-50\/80:active {
  border-right-color: rgb(254 243 232 / 0.8);
}

.active\:border-r-ozc-50\/90:active {
  border-right-color: rgb(254 243 232 / 0.9);
}

.active\:border-r-ozc-50\/95:active {
  border-right-color: rgb(254 243 232 / 0.95);
}

.active\:border-r-ozc-500:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 110 96 / var(--tw-border-opacity));
}

.active\:border-r-ozc-500\/0:active {
  border-right-color: rgb(255 110 96 / 0);
}

.active\:border-r-ozc-500\/10:active {
  border-right-color: rgb(255 110 96 / 0.1);
}

.active\:border-r-ozc-500\/100:active {
  border-right-color: rgb(255 110 96 / 1);
}

.active\:border-r-ozc-500\/20:active {
  border-right-color: rgb(255 110 96 / 0.2);
}

.active\:border-r-ozc-500\/25:active {
  border-right-color: rgb(255 110 96 / 0.25);
}

.active\:border-r-ozc-500\/30:active {
  border-right-color: rgb(255 110 96 / 0.3);
}

.active\:border-r-ozc-500\/40:active {
  border-right-color: rgb(255 110 96 / 0.4);
}

.active\:border-r-ozc-500\/5:active {
  border-right-color: rgb(255 110 96 / 0.05);
}

.active\:border-r-ozc-500\/50:active {
  border-right-color: rgb(255 110 96 / 0.5);
}

.active\:border-r-ozc-500\/60:active {
  border-right-color: rgb(255 110 96 / 0.6);
}

.active\:border-r-ozc-500\/70:active {
  border-right-color: rgb(255 110 96 / 0.7);
}

.active\:border-r-ozc-500\/75:active {
  border-right-color: rgb(255 110 96 / 0.75);
}

.active\:border-r-ozc-500\/80:active {
  border-right-color: rgb(255 110 96 / 0.8);
}

.active\:border-r-ozc-500\/90:active {
  border-right-color: rgb(255 110 96 / 0.9);
}

.active\:border-r-ozc-500\/95:active {
  border-right-color: rgb(255 110 96 / 0.95);
}

.active\:border-r-ozc-600:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(249 169 140 / var(--tw-border-opacity));
}

.active\:border-r-ozc-600\/0:active {
  border-right-color: rgb(249 169 140 / 0);
}

.active\:border-r-ozc-600\/10:active {
  border-right-color: rgb(249 169 140 / 0.1);
}

.active\:border-r-ozc-600\/100:active {
  border-right-color: rgb(249 169 140 / 1);
}

.active\:border-r-ozc-600\/20:active {
  border-right-color: rgb(249 169 140 / 0.2);
}

.active\:border-r-ozc-600\/25:active {
  border-right-color: rgb(249 169 140 / 0.25);
}

.active\:border-r-ozc-600\/30:active {
  border-right-color: rgb(249 169 140 / 0.3);
}

.active\:border-r-ozc-600\/40:active {
  border-right-color: rgb(249 169 140 / 0.4);
}

.active\:border-r-ozc-600\/5:active {
  border-right-color: rgb(249 169 140 / 0.05);
}

.active\:border-r-ozc-600\/50:active {
  border-right-color: rgb(249 169 140 / 0.5);
}

.active\:border-r-ozc-600\/60:active {
  border-right-color: rgb(249 169 140 / 0.6);
}

.active\:border-r-ozc-600\/70:active {
  border-right-color: rgb(249 169 140 / 0.7);
}

.active\:border-r-ozc-600\/75:active {
  border-right-color: rgb(249 169 140 / 0.75);
}

.active\:border-r-ozc-600\/80:active {
  border-right-color: rgb(249 169 140 / 0.8);
}

.active\:border-r-ozc-600\/90:active {
  border-right-color: rgb(249 169 140 / 0.9);
}

.active\:border-r-ozc-600\/95:active {
  border-right-color: rgb(249 169 140 / 0.95);
}

.active\:border-r-ozc-700:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(246 148 114 / var(--tw-border-opacity));
}

.active\:border-r-ozc-700\/0:active {
  border-right-color: rgb(246 148 114 / 0);
}

.active\:border-r-ozc-700\/10:active {
  border-right-color: rgb(246 148 114 / 0.1);
}

.active\:border-r-ozc-700\/100:active {
  border-right-color: rgb(246 148 114 / 1);
}

.active\:border-r-ozc-700\/20:active {
  border-right-color: rgb(246 148 114 / 0.2);
}

.active\:border-r-ozc-700\/25:active {
  border-right-color: rgb(246 148 114 / 0.25);
}

.active\:border-r-ozc-700\/30:active {
  border-right-color: rgb(246 148 114 / 0.3);
}

.active\:border-r-ozc-700\/40:active {
  border-right-color: rgb(246 148 114 / 0.4);
}

.active\:border-r-ozc-700\/5:active {
  border-right-color: rgb(246 148 114 / 0.05);
}

.active\:border-r-ozc-700\/50:active {
  border-right-color: rgb(246 148 114 / 0.5);
}

.active\:border-r-ozc-700\/60:active {
  border-right-color: rgb(246 148 114 / 0.6);
}

.active\:border-r-ozc-700\/70:active {
  border-right-color: rgb(246 148 114 / 0.7);
}

.active\:border-r-ozc-700\/75:active {
  border-right-color: rgb(246 148 114 / 0.75);
}

.active\:border-r-ozc-700\/80:active {
  border-right-color: rgb(246 148 114 / 0.8);
}

.active\:border-r-ozc-700\/90:active {
  border-right-color: rgb(246 148 114 / 0.9);
}

.active\:border-r-ozc-700\/95:active {
  border-right-color: rgb(246 148 114 / 0.95);
}

.active\:border-r-ozc-800:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 144 136 / var(--tw-border-opacity));
}

.active\:border-r-ozc-800\/0:active {
  border-right-color: rgb(245 144 136 / 0);
}

.active\:border-r-ozc-800\/10:active {
  border-right-color: rgb(245 144 136 / 0.1);
}

.active\:border-r-ozc-800\/100:active {
  border-right-color: rgb(245 144 136 / 1);
}

.active\:border-r-ozc-800\/20:active {
  border-right-color: rgb(245 144 136 / 0.2);
}

.active\:border-r-ozc-800\/25:active {
  border-right-color: rgb(245 144 136 / 0.25);
}

.active\:border-r-ozc-800\/30:active {
  border-right-color: rgb(245 144 136 / 0.3);
}

.active\:border-r-ozc-800\/40:active {
  border-right-color: rgb(245 144 136 / 0.4);
}

.active\:border-r-ozc-800\/5:active {
  border-right-color: rgb(245 144 136 / 0.05);
}

.active\:border-r-ozc-800\/50:active {
  border-right-color: rgb(245 144 136 / 0.5);
}

.active\:border-r-ozc-800\/60:active {
  border-right-color: rgb(245 144 136 / 0.6);
}

.active\:border-r-ozc-800\/70:active {
  border-right-color: rgb(245 144 136 / 0.7);
}

.active\:border-r-ozc-800\/75:active {
  border-right-color: rgb(245 144 136 / 0.75);
}

.active\:border-r-ozc-800\/80:active {
  border-right-color: rgb(245 144 136 / 0.8);
}

.active\:border-r-ozc-800\/90:active {
  border-right-color: rgb(245 144 136 / 0.9);
}

.active\:border-r-ozc-800\/95:active {
  border-right-color: rgb(245 144 136 / 0.95);
}

.active\:border-r-ozc-900:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(243 121 124 / var(--tw-border-opacity));
}

.active\:border-r-ozc-900\/0:active {
  border-right-color: rgb(243 121 124 / 0);
}

.active\:border-r-ozc-900\/10:active {
  border-right-color: rgb(243 121 124 / 0.1);
}

.active\:border-r-ozc-900\/100:active {
  border-right-color: rgb(243 121 124 / 1);
}

.active\:border-r-ozc-900\/20:active {
  border-right-color: rgb(243 121 124 / 0.2);
}

.active\:border-r-ozc-900\/25:active {
  border-right-color: rgb(243 121 124 / 0.25);
}

.active\:border-r-ozc-900\/30:active {
  border-right-color: rgb(243 121 124 / 0.3);
}

.active\:border-r-ozc-900\/40:active {
  border-right-color: rgb(243 121 124 / 0.4);
}

.active\:border-r-ozc-900\/5:active {
  border-right-color: rgb(243 121 124 / 0.05);
}

.active\:border-r-ozc-900\/50:active {
  border-right-color: rgb(243 121 124 / 0.5);
}

.active\:border-r-ozc-900\/60:active {
  border-right-color: rgb(243 121 124 / 0.6);
}

.active\:border-r-ozc-900\/70:active {
  border-right-color: rgb(243 121 124 / 0.7);
}

.active\:border-r-ozc-900\/75:active {
  border-right-color: rgb(243 121 124 / 0.75);
}

.active\:border-r-ozc-900\/80:active {
  border-right-color: rgb(243 121 124 / 0.8);
}

.active\:border-r-ozc-900\/90:active {
  border-right-color: rgb(243 121 124 / 0.9);
}

.active\:border-r-ozc-900\/95:active {
  border-right-color: rgb(243 121 124 / 0.95);
}

.active\:border-r-ozc-950:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.active\:border-r-ozc-950\/0:active {
  border-right-color: rgb(42 45 51 / 0);
}

.active\:border-r-ozc-950\/10:active {
  border-right-color: rgb(42 45 51 / 0.1);
}

.active\:border-r-ozc-950\/100:active {
  border-right-color: rgb(42 45 51 / 1);
}

.active\:border-r-ozc-950\/20:active {
  border-right-color: rgb(42 45 51 / 0.2);
}

.active\:border-r-ozc-950\/25:active {
  border-right-color: rgb(42 45 51 / 0.25);
}

.active\:border-r-ozc-950\/30:active {
  border-right-color: rgb(42 45 51 / 0.3);
}

.active\:border-r-ozc-950\/40:active {
  border-right-color: rgb(42 45 51 / 0.4);
}

.active\:border-r-ozc-950\/5:active {
  border-right-color: rgb(42 45 51 / 0.05);
}

.active\:border-r-ozc-950\/50:active {
  border-right-color: rgb(42 45 51 / 0.5);
}

.active\:border-r-ozc-950\/60:active {
  border-right-color: rgb(42 45 51 / 0.6);
}

.active\:border-r-ozc-950\/70:active {
  border-right-color: rgb(42 45 51 / 0.7);
}

.active\:border-r-ozc-950\/75:active {
  border-right-color: rgb(42 45 51 / 0.75);
}

.active\:border-r-ozc-950\/80:active {
  border-right-color: rgb(42 45 51 / 0.8);
}

.active\:border-r-ozc-950\/90:active {
  border-right-color: rgb(42 45 51 / 0.9);
}

.active\:border-r-ozc-950\/95:active {
  border-right-color: rgb(42 45 51 / 0.95);
}

.active\:border-r-ozc-alt-100:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 250 230 / var(--tw-border-opacity));
}

.active\:border-r-ozc-alt-100\/0:active {
  border-right-color: rgb(255 250 230 / 0);
}

.active\:border-r-ozc-alt-100\/10:active {
  border-right-color: rgb(255 250 230 / 0.1);
}

.active\:border-r-ozc-alt-100\/100:active {
  border-right-color: rgb(255 250 230 / 1);
}

.active\:border-r-ozc-alt-100\/20:active {
  border-right-color: rgb(255 250 230 / 0.2);
}

.active\:border-r-ozc-alt-100\/25:active {
  border-right-color: rgb(255 250 230 / 0.25);
}

.active\:border-r-ozc-alt-100\/30:active {
  border-right-color: rgb(255 250 230 / 0.3);
}

.active\:border-r-ozc-alt-100\/40:active {
  border-right-color: rgb(255 250 230 / 0.4);
}

.active\:border-r-ozc-alt-100\/5:active {
  border-right-color: rgb(255 250 230 / 0.05);
}

.active\:border-r-ozc-alt-100\/50:active {
  border-right-color: rgb(255 250 230 / 0.5);
}

.active\:border-r-ozc-alt-100\/60:active {
  border-right-color: rgb(255 250 230 / 0.6);
}

.active\:border-r-ozc-alt-100\/70:active {
  border-right-color: rgb(255 250 230 / 0.7);
}

.active\:border-r-ozc-alt-100\/75:active {
  border-right-color: rgb(255 250 230 / 0.75);
}

.active\:border-r-ozc-alt-100\/80:active {
  border-right-color: rgb(255 250 230 / 0.8);
}

.active\:border-r-ozc-alt-100\/90:active {
  border-right-color: rgb(255 250 230 / 0.9);
}

.active\:border-r-ozc-alt-100\/95:active {
  border-right-color: rgb(255 250 230 / 0.95);
}

.active\:border-r-ozc-alt-200:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 242 193 / var(--tw-border-opacity));
}

.active\:border-r-ozc-alt-200\/0:active {
  border-right-color: rgb(255 242 193 / 0);
}

.active\:border-r-ozc-alt-200\/10:active {
  border-right-color: rgb(255 242 193 / 0.1);
}

.active\:border-r-ozc-alt-200\/100:active {
  border-right-color: rgb(255 242 193 / 1);
}

.active\:border-r-ozc-alt-200\/20:active {
  border-right-color: rgb(255 242 193 / 0.2);
}

.active\:border-r-ozc-alt-200\/25:active {
  border-right-color: rgb(255 242 193 / 0.25);
}

.active\:border-r-ozc-alt-200\/30:active {
  border-right-color: rgb(255 242 193 / 0.3);
}

.active\:border-r-ozc-alt-200\/40:active {
  border-right-color: rgb(255 242 193 / 0.4);
}

.active\:border-r-ozc-alt-200\/5:active {
  border-right-color: rgb(255 242 193 / 0.05);
}

.active\:border-r-ozc-alt-200\/50:active {
  border-right-color: rgb(255 242 193 / 0.5);
}

.active\:border-r-ozc-alt-200\/60:active {
  border-right-color: rgb(255 242 193 / 0.6);
}

.active\:border-r-ozc-alt-200\/70:active {
  border-right-color: rgb(255 242 193 / 0.7);
}

.active\:border-r-ozc-alt-200\/75:active {
  border-right-color: rgb(255 242 193 / 0.75);
}

.active\:border-r-ozc-alt-200\/80:active {
  border-right-color: rgb(255 242 193 / 0.8);
}

.active\:border-r-ozc-alt-200\/90:active {
  border-right-color: rgb(255 242 193 / 0.9);
}

.active\:border-r-ozc-alt-200\/95:active {
  border-right-color: rgb(255 242 193 / 0.95);
}

.active\:border-r-ozc-alt-300:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 235 155 / var(--tw-border-opacity));
}

.active\:border-r-ozc-alt-300\/0:active {
  border-right-color: rgb(255 235 155 / 0);
}

.active\:border-r-ozc-alt-300\/10:active {
  border-right-color: rgb(255 235 155 / 0.1);
}

.active\:border-r-ozc-alt-300\/100:active {
  border-right-color: rgb(255 235 155 / 1);
}

.active\:border-r-ozc-alt-300\/20:active {
  border-right-color: rgb(255 235 155 / 0.2);
}

.active\:border-r-ozc-alt-300\/25:active {
  border-right-color: rgb(255 235 155 / 0.25);
}

.active\:border-r-ozc-alt-300\/30:active {
  border-right-color: rgb(255 235 155 / 0.3);
}

.active\:border-r-ozc-alt-300\/40:active {
  border-right-color: rgb(255 235 155 / 0.4);
}

.active\:border-r-ozc-alt-300\/5:active {
  border-right-color: rgb(255 235 155 / 0.05);
}

.active\:border-r-ozc-alt-300\/50:active {
  border-right-color: rgb(255 235 155 / 0.5);
}

.active\:border-r-ozc-alt-300\/60:active {
  border-right-color: rgb(255 235 155 / 0.6);
}

.active\:border-r-ozc-alt-300\/70:active {
  border-right-color: rgb(255 235 155 / 0.7);
}

.active\:border-r-ozc-alt-300\/75:active {
  border-right-color: rgb(255 235 155 / 0.75);
}

.active\:border-r-ozc-alt-300\/80:active {
  border-right-color: rgb(255 235 155 / 0.8);
}

.active\:border-r-ozc-alt-300\/90:active {
  border-right-color: rgb(255 235 155 / 0.9);
}

.active\:border-r-ozc-alt-300\/95:active {
  border-right-color: rgb(255 235 155 / 0.95);
}

.active\:border-r-ozc-alt-400:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 219 80 / var(--tw-border-opacity));
}

.active\:border-r-ozc-alt-400\/0:active {
  border-right-color: rgb(255 219 80 / 0);
}

.active\:border-r-ozc-alt-400\/10:active {
  border-right-color: rgb(255 219 80 / 0.1);
}

.active\:border-r-ozc-alt-400\/100:active {
  border-right-color: rgb(255 219 80 / 1);
}

.active\:border-r-ozc-alt-400\/20:active {
  border-right-color: rgb(255 219 80 / 0.2);
}

.active\:border-r-ozc-alt-400\/25:active {
  border-right-color: rgb(255 219 80 / 0.25);
}

.active\:border-r-ozc-alt-400\/30:active {
  border-right-color: rgb(255 219 80 / 0.3);
}

.active\:border-r-ozc-alt-400\/40:active {
  border-right-color: rgb(255 219 80 / 0.4);
}

.active\:border-r-ozc-alt-400\/5:active {
  border-right-color: rgb(255 219 80 / 0.05);
}

.active\:border-r-ozc-alt-400\/50:active {
  border-right-color: rgb(255 219 80 / 0.5);
}

.active\:border-r-ozc-alt-400\/60:active {
  border-right-color: rgb(255 219 80 / 0.6);
}

.active\:border-r-ozc-alt-400\/70:active {
  border-right-color: rgb(255 219 80 / 0.7);
}

.active\:border-r-ozc-alt-400\/75:active {
  border-right-color: rgb(255 219 80 / 0.75);
}

.active\:border-r-ozc-alt-400\/80:active {
  border-right-color: rgb(255 219 80 / 0.8);
}

.active\:border-r-ozc-alt-400\/90:active {
  border-right-color: rgb(255 219 80 / 0.9);
}

.active\:border-r-ozc-alt-400\/95:active {
  border-right-color: rgb(255 219 80 / 0.95);
}

.active\:border-r-ozc-alt-50:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 252 243 / var(--tw-border-opacity));
}

.active\:border-r-ozc-alt-50\/0:active {
  border-right-color: rgb(255 252 243 / 0);
}

.active\:border-r-ozc-alt-50\/10:active {
  border-right-color: rgb(255 252 243 / 0.1);
}

.active\:border-r-ozc-alt-50\/100:active {
  border-right-color: rgb(255 252 243 / 1);
}

.active\:border-r-ozc-alt-50\/20:active {
  border-right-color: rgb(255 252 243 / 0.2);
}

.active\:border-r-ozc-alt-50\/25:active {
  border-right-color: rgb(255 252 243 / 0.25);
}

.active\:border-r-ozc-alt-50\/30:active {
  border-right-color: rgb(255 252 243 / 0.3);
}

.active\:border-r-ozc-alt-50\/40:active {
  border-right-color: rgb(255 252 243 / 0.4);
}

.active\:border-r-ozc-alt-50\/5:active {
  border-right-color: rgb(255 252 243 / 0.05);
}

.active\:border-r-ozc-alt-50\/50:active {
  border-right-color: rgb(255 252 243 / 0.5);
}

.active\:border-r-ozc-alt-50\/60:active {
  border-right-color: rgb(255 252 243 / 0.6);
}

.active\:border-r-ozc-alt-50\/70:active {
  border-right-color: rgb(255 252 243 / 0.7);
}

.active\:border-r-ozc-alt-50\/75:active {
  border-right-color: rgb(255 252 243 / 0.75);
}

.active\:border-r-ozc-alt-50\/80:active {
  border-right-color: rgb(255 252 243 / 0.8);
}

.active\:border-r-ozc-alt-50\/90:active {
  border-right-color: rgb(255 252 243 / 0.9);
}

.active\:border-r-ozc-alt-50\/95:active {
  border-right-color: rgb(255 252 243 / 0.95);
}

.active\:border-r-ozc-alt-500:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 204 5 / var(--tw-border-opacity));
}

.active\:border-r-ozc-alt-500\/0:active {
  border-right-color: rgb(255 204 5 / 0);
}

.active\:border-r-ozc-alt-500\/10:active {
  border-right-color: rgb(255 204 5 / 0.1);
}

.active\:border-r-ozc-alt-500\/100:active {
  border-right-color: rgb(255 204 5 / 1);
}

.active\:border-r-ozc-alt-500\/20:active {
  border-right-color: rgb(255 204 5 / 0.2);
}

.active\:border-r-ozc-alt-500\/25:active {
  border-right-color: rgb(255 204 5 / 0.25);
}

.active\:border-r-ozc-alt-500\/30:active {
  border-right-color: rgb(255 204 5 / 0.3);
}

.active\:border-r-ozc-alt-500\/40:active {
  border-right-color: rgb(255 204 5 / 0.4);
}

.active\:border-r-ozc-alt-500\/5:active {
  border-right-color: rgb(255 204 5 / 0.05);
}

.active\:border-r-ozc-alt-500\/50:active {
  border-right-color: rgb(255 204 5 / 0.5);
}

.active\:border-r-ozc-alt-500\/60:active {
  border-right-color: rgb(255 204 5 / 0.6);
}

.active\:border-r-ozc-alt-500\/70:active {
  border-right-color: rgb(255 204 5 / 0.7);
}

.active\:border-r-ozc-alt-500\/75:active {
  border-right-color: rgb(255 204 5 / 0.75);
}

.active\:border-r-ozc-alt-500\/80:active {
  border-right-color: rgb(255 204 5 / 0.8);
}

.active\:border-r-ozc-alt-500\/90:active {
  border-right-color: rgb(255 204 5 / 0.9);
}

.active\:border-r-ozc-alt-500\/95:active {
  border-right-color: rgb(255 204 5 / 0.95);
}

.active\:border-r-ozc-alt-600:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(230 184 5 / var(--tw-border-opacity));
}

.active\:border-r-ozc-alt-600\/0:active {
  border-right-color: rgb(230 184 5 / 0);
}

.active\:border-r-ozc-alt-600\/10:active {
  border-right-color: rgb(230 184 5 / 0.1);
}

.active\:border-r-ozc-alt-600\/100:active {
  border-right-color: rgb(230 184 5 / 1);
}

.active\:border-r-ozc-alt-600\/20:active {
  border-right-color: rgb(230 184 5 / 0.2);
}

.active\:border-r-ozc-alt-600\/25:active {
  border-right-color: rgb(230 184 5 / 0.25);
}

.active\:border-r-ozc-alt-600\/30:active {
  border-right-color: rgb(230 184 5 / 0.3);
}

.active\:border-r-ozc-alt-600\/40:active {
  border-right-color: rgb(230 184 5 / 0.4);
}

.active\:border-r-ozc-alt-600\/5:active {
  border-right-color: rgb(230 184 5 / 0.05);
}

.active\:border-r-ozc-alt-600\/50:active {
  border-right-color: rgb(230 184 5 / 0.5);
}

.active\:border-r-ozc-alt-600\/60:active {
  border-right-color: rgb(230 184 5 / 0.6);
}

.active\:border-r-ozc-alt-600\/70:active {
  border-right-color: rgb(230 184 5 / 0.7);
}

.active\:border-r-ozc-alt-600\/75:active {
  border-right-color: rgb(230 184 5 / 0.75);
}

.active\:border-r-ozc-alt-600\/80:active {
  border-right-color: rgb(230 184 5 / 0.8);
}

.active\:border-r-ozc-alt-600\/90:active {
  border-right-color: rgb(230 184 5 / 0.9);
}

.active\:border-r-ozc-alt-600\/95:active {
  border-right-color: rgb(230 184 5 / 0.95);
}

.active\:border-r-ozc-alt-700:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(153 122 3 / var(--tw-border-opacity));
}

.active\:border-r-ozc-alt-700\/0:active {
  border-right-color: rgb(153 122 3 / 0);
}

.active\:border-r-ozc-alt-700\/10:active {
  border-right-color: rgb(153 122 3 / 0.1);
}

.active\:border-r-ozc-alt-700\/100:active {
  border-right-color: rgb(153 122 3 / 1);
}

.active\:border-r-ozc-alt-700\/20:active {
  border-right-color: rgb(153 122 3 / 0.2);
}

.active\:border-r-ozc-alt-700\/25:active {
  border-right-color: rgb(153 122 3 / 0.25);
}

.active\:border-r-ozc-alt-700\/30:active {
  border-right-color: rgb(153 122 3 / 0.3);
}

.active\:border-r-ozc-alt-700\/40:active {
  border-right-color: rgb(153 122 3 / 0.4);
}

.active\:border-r-ozc-alt-700\/5:active {
  border-right-color: rgb(153 122 3 / 0.05);
}

.active\:border-r-ozc-alt-700\/50:active {
  border-right-color: rgb(153 122 3 / 0.5);
}

.active\:border-r-ozc-alt-700\/60:active {
  border-right-color: rgb(153 122 3 / 0.6);
}

.active\:border-r-ozc-alt-700\/70:active {
  border-right-color: rgb(153 122 3 / 0.7);
}

.active\:border-r-ozc-alt-700\/75:active {
  border-right-color: rgb(153 122 3 / 0.75);
}

.active\:border-r-ozc-alt-700\/80:active {
  border-right-color: rgb(153 122 3 / 0.8);
}

.active\:border-r-ozc-alt-700\/90:active {
  border-right-color: rgb(153 122 3 / 0.9);
}

.active\:border-r-ozc-alt-700\/95:active {
  border-right-color: rgb(153 122 3 / 0.95);
}

.active\:border-r-ozc-alt-800:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(115 92 2 / var(--tw-border-opacity));
}

.active\:border-r-ozc-alt-800\/0:active {
  border-right-color: rgb(115 92 2 / 0);
}

.active\:border-r-ozc-alt-800\/10:active {
  border-right-color: rgb(115 92 2 / 0.1);
}

.active\:border-r-ozc-alt-800\/100:active {
  border-right-color: rgb(115 92 2 / 1);
}

.active\:border-r-ozc-alt-800\/20:active {
  border-right-color: rgb(115 92 2 / 0.2);
}

.active\:border-r-ozc-alt-800\/25:active {
  border-right-color: rgb(115 92 2 / 0.25);
}

.active\:border-r-ozc-alt-800\/30:active {
  border-right-color: rgb(115 92 2 / 0.3);
}

.active\:border-r-ozc-alt-800\/40:active {
  border-right-color: rgb(115 92 2 / 0.4);
}

.active\:border-r-ozc-alt-800\/5:active {
  border-right-color: rgb(115 92 2 / 0.05);
}

.active\:border-r-ozc-alt-800\/50:active {
  border-right-color: rgb(115 92 2 / 0.5);
}

.active\:border-r-ozc-alt-800\/60:active {
  border-right-color: rgb(115 92 2 / 0.6);
}

.active\:border-r-ozc-alt-800\/70:active {
  border-right-color: rgb(115 92 2 / 0.7);
}

.active\:border-r-ozc-alt-800\/75:active {
  border-right-color: rgb(115 92 2 / 0.75);
}

.active\:border-r-ozc-alt-800\/80:active {
  border-right-color: rgb(115 92 2 / 0.8);
}

.active\:border-r-ozc-alt-800\/90:active {
  border-right-color: rgb(115 92 2 / 0.9);
}

.active\:border-r-ozc-alt-800\/95:active {
  border-right-color: rgb(115 92 2 / 0.95);
}

.active\:border-r-ozc-alt-900:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.active\:border-r-ozc-alt-900\/0:active {
  border-right-color: rgb(42 45 51 / 0);
}

.active\:border-r-ozc-alt-900\/10:active {
  border-right-color: rgb(42 45 51 / 0.1);
}

.active\:border-r-ozc-alt-900\/100:active {
  border-right-color: rgb(42 45 51 / 1);
}

.active\:border-r-ozc-alt-900\/20:active {
  border-right-color: rgb(42 45 51 / 0.2);
}

.active\:border-r-ozc-alt-900\/25:active {
  border-right-color: rgb(42 45 51 / 0.25);
}

.active\:border-r-ozc-alt-900\/30:active {
  border-right-color: rgb(42 45 51 / 0.3);
}

.active\:border-r-ozc-alt-900\/40:active {
  border-right-color: rgb(42 45 51 / 0.4);
}

.active\:border-r-ozc-alt-900\/5:active {
  border-right-color: rgb(42 45 51 / 0.05);
}

.active\:border-r-ozc-alt-900\/50:active {
  border-right-color: rgb(42 45 51 / 0.5);
}

.active\:border-r-ozc-alt-900\/60:active {
  border-right-color: rgb(42 45 51 / 0.6);
}

.active\:border-r-ozc-alt-900\/70:active {
  border-right-color: rgb(42 45 51 / 0.7);
}

.active\:border-r-ozc-alt-900\/75:active {
  border-right-color: rgb(42 45 51 / 0.75);
}

.active\:border-r-ozc-alt-900\/80:active {
  border-right-color: rgb(42 45 51 / 0.8);
}

.active\:border-r-ozc-alt-900\/90:active {
  border-right-color: rgb(42 45 51 / 0.9);
}

.active\:border-r-ozc-alt-900\/95:active {
  border-right-color: rgb(42 45 51 / 0.95);
}

.active\:border-r-pink-100:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(252 231 243 / var(--tw-border-opacity));
}

.active\:border-r-pink-100\/0:active {
  border-right-color: rgb(252 231 243 / 0);
}

.active\:border-r-pink-100\/10:active {
  border-right-color: rgb(252 231 243 / 0.1);
}

.active\:border-r-pink-100\/100:active {
  border-right-color: rgb(252 231 243 / 1);
}

.active\:border-r-pink-100\/20:active {
  border-right-color: rgb(252 231 243 / 0.2);
}

.active\:border-r-pink-100\/25:active {
  border-right-color: rgb(252 231 243 / 0.25);
}

.active\:border-r-pink-100\/30:active {
  border-right-color: rgb(252 231 243 / 0.3);
}

.active\:border-r-pink-100\/40:active {
  border-right-color: rgb(252 231 243 / 0.4);
}

.active\:border-r-pink-100\/5:active {
  border-right-color: rgb(252 231 243 / 0.05);
}

.active\:border-r-pink-100\/50:active {
  border-right-color: rgb(252 231 243 / 0.5);
}

.active\:border-r-pink-100\/60:active {
  border-right-color: rgb(252 231 243 / 0.6);
}

.active\:border-r-pink-100\/70:active {
  border-right-color: rgb(252 231 243 / 0.7);
}

.active\:border-r-pink-100\/75:active {
  border-right-color: rgb(252 231 243 / 0.75);
}

.active\:border-r-pink-100\/80:active {
  border-right-color: rgb(252 231 243 / 0.8);
}

.active\:border-r-pink-100\/90:active {
  border-right-color: rgb(252 231 243 / 0.9);
}

.active\:border-r-pink-100\/95:active {
  border-right-color: rgb(252 231 243 / 0.95);
}

.active\:border-r-pink-200:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(251 207 232 / var(--tw-border-opacity));
}

.active\:border-r-pink-200\/0:active {
  border-right-color: rgb(251 207 232 / 0);
}

.active\:border-r-pink-200\/10:active {
  border-right-color: rgb(251 207 232 / 0.1);
}

.active\:border-r-pink-200\/100:active {
  border-right-color: rgb(251 207 232 / 1);
}

.active\:border-r-pink-200\/20:active {
  border-right-color: rgb(251 207 232 / 0.2);
}

.active\:border-r-pink-200\/25:active {
  border-right-color: rgb(251 207 232 / 0.25);
}

.active\:border-r-pink-200\/30:active {
  border-right-color: rgb(251 207 232 / 0.3);
}

.active\:border-r-pink-200\/40:active {
  border-right-color: rgb(251 207 232 / 0.4);
}

.active\:border-r-pink-200\/5:active {
  border-right-color: rgb(251 207 232 / 0.05);
}

.active\:border-r-pink-200\/50:active {
  border-right-color: rgb(251 207 232 / 0.5);
}

.active\:border-r-pink-200\/60:active {
  border-right-color: rgb(251 207 232 / 0.6);
}

.active\:border-r-pink-200\/70:active {
  border-right-color: rgb(251 207 232 / 0.7);
}

.active\:border-r-pink-200\/75:active {
  border-right-color: rgb(251 207 232 / 0.75);
}

.active\:border-r-pink-200\/80:active {
  border-right-color: rgb(251 207 232 / 0.8);
}

.active\:border-r-pink-200\/90:active {
  border-right-color: rgb(251 207 232 / 0.9);
}

.active\:border-r-pink-200\/95:active {
  border-right-color: rgb(251 207 232 / 0.95);
}

.active\:border-r-pink-300:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(249 168 212 / var(--tw-border-opacity));
}

.active\:border-r-pink-300\/0:active {
  border-right-color: rgb(249 168 212 / 0);
}

.active\:border-r-pink-300\/10:active {
  border-right-color: rgb(249 168 212 / 0.1);
}

.active\:border-r-pink-300\/100:active {
  border-right-color: rgb(249 168 212 / 1);
}

.active\:border-r-pink-300\/20:active {
  border-right-color: rgb(249 168 212 / 0.2);
}

.active\:border-r-pink-300\/25:active {
  border-right-color: rgb(249 168 212 / 0.25);
}

.active\:border-r-pink-300\/30:active {
  border-right-color: rgb(249 168 212 / 0.3);
}

.active\:border-r-pink-300\/40:active {
  border-right-color: rgb(249 168 212 / 0.4);
}

.active\:border-r-pink-300\/5:active {
  border-right-color: rgb(249 168 212 / 0.05);
}

.active\:border-r-pink-300\/50:active {
  border-right-color: rgb(249 168 212 / 0.5);
}

.active\:border-r-pink-300\/60:active {
  border-right-color: rgb(249 168 212 / 0.6);
}

.active\:border-r-pink-300\/70:active {
  border-right-color: rgb(249 168 212 / 0.7);
}

.active\:border-r-pink-300\/75:active {
  border-right-color: rgb(249 168 212 / 0.75);
}

.active\:border-r-pink-300\/80:active {
  border-right-color: rgb(249 168 212 / 0.8);
}

.active\:border-r-pink-300\/90:active {
  border-right-color: rgb(249 168 212 / 0.9);
}

.active\:border-r-pink-300\/95:active {
  border-right-color: rgb(249 168 212 / 0.95);
}

.active\:border-r-pink-400:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(244 114 182 / var(--tw-border-opacity));
}

.active\:border-r-pink-400\/0:active {
  border-right-color: rgb(244 114 182 / 0);
}

.active\:border-r-pink-400\/10:active {
  border-right-color: rgb(244 114 182 / 0.1);
}

.active\:border-r-pink-400\/100:active {
  border-right-color: rgb(244 114 182 / 1);
}

.active\:border-r-pink-400\/20:active {
  border-right-color: rgb(244 114 182 / 0.2);
}

.active\:border-r-pink-400\/25:active {
  border-right-color: rgb(244 114 182 / 0.25);
}

.active\:border-r-pink-400\/30:active {
  border-right-color: rgb(244 114 182 / 0.3);
}

.active\:border-r-pink-400\/40:active {
  border-right-color: rgb(244 114 182 / 0.4);
}

.active\:border-r-pink-400\/5:active {
  border-right-color: rgb(244 114 182 / 0.05);
}

.active\:border-r-pink-400\/50:active {
  border-right-color: rgb(244 114 182 / 0.5);
}

.active\:border-r-pink-400\/60:active {
  border-right-color: rgb(244 114 182 / 0.6);
}

.active\:border-r-pink-400\/70:active {
  border-right-color: rgb(244 114 182 / 0.7);
}

.active\:border-r-pink-400\/75:active {
  border-right-color: rgb(244 114 182 / 0.75);
}

.active\:border-r-pink-400\/80:active {
  border-right-color: rgb(244 114 182 / 0.8);
}

.active\:border-r-pink-400\/90:active {
  border-right-color: rgb(244 114 182 / 0.9);
}

.active\:border-r-pink-400\/95:active {
  border-right-color: rgb(244 114 182 / 0.95);
}

.active\:border-r-pink-50:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 242 248 / var(--tw-border-opacity));
}

.active\:border-r-pink-50\/0:active {
  border-right-color: rgb(253 242 248 / 0);
}

.active\:border-r-pink-50\/10:active {
  border-right-color: rgb(253 242 248 / 0.1);
}

.active\:border-r-pink-50\/100:active {
  border-right-color: rgb(253 242 248 / 1);
}

.active\:border-r-pink-50\/20:active {
  border-right-color: rgb(253 242 248 / 0.2);
}

.active\:border-r-pink-50\/25:active {
  border-right-color: rgb(253 242 248 / 0.25);
}

.active\:border-r-pink-50\/30:active {
  border-right-color: rgb(253 242 248 / 0.3);
}

.active\:border-r-pink-50\/40:active {
  border-right-color: rgb(253 242 248 / 0.4);
}

.active\:border-r-pink-50\/5:active {
  border-right-color: rgb(253 242 248 / 0.05);
}

.active\:border-r-pink-50\/50:active {
  border-right-color: rgb(253 242 248 / 0.5);
}

.active\:border-r-pink-50\/60:active {
  border-right-color: rgb(253 242 248 / 0.6);
}

.active\:border-r-pink-50\/70:active {
  border-right-color: rgb(253 242 248 / 0.7);
}

.active\:border-r-pink-50\/75:active {
  border-right-color: rgb(253 242 248 / 0.75);
}

.active\:border-r-pink-50\/80:active {
  border-right-color: rgb(253 242 248 / 0.8);
}

.active\:border-r-pink-50\/90:active {
  border-right-color: rgb(253 242 248 / 0.9);
}

.active\:border-r-pink-50\/95:active {
  border-right-color: rgb(253 242 248 / 0.95);
}

.active\:border-r-pink-500:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(236 72 153 / var(--tw-border-opacity));
}

.active\:border-r-pink-500\/0:active {
  border-right-color: rgb(236 72 153 / 0);
}

.active\:border-r-pink-500\/10:active {
  border-right-color: rgb(236 72 153 / 0.1);
}

.active\:border-r-pink-500\/100:active {
  border-right-color: rgb(236 72 153 / 1);
}

.active\:border-r-pink-500\/20:active {
  border-right-color: rgb(236 72 153 / 0.2);
}

.active\:border-r-pink-500\/25:active {
  border-right-color: rgb(236 72 153 / 0.25);
}

.active\:border-r-pink-500\/30:active {
  border-right-color: rgb(236 72 153 / 0.3);
}

.active\:border-r-pink-500\/40:active {
  border-right-color: rgb(236 72 153 / 0.4);
}

.active\:border-r-pink-500\/5:active {
  border-right-color: rgb(236 72 153 / 0.05);
}

.active\:border-r-pink-500\/50:active {
  border-right-color: rgb(236 72 153 / 0.5);
}

.active\:border-r-pink-500\/60:active {
  border-right-color: rgb(236 72 153 / 0.6);
}

.active\:border-r-pink-500\/70:active {
  border-right-color: rgb(236 72 153 / 0.7);
}

.active\:border-r-pink-500\/75:active {
  border-right-color: rgb(236 72 153 / 0.75);
}

.active\:border-r-pink-500\/80:active {
  border-right-color: rgb(236 72 153 / 0.8);
}

.active\:border-r-pink-500\/90:active {
  border-right-color: rgb(236 72 153 / 0.9);
}

.active\:border-r-pink-500\/95:active {
  border-right-color: rgb(236 72 153 / 0.95);
}

.active\:border-r-pink-600:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(219 39 119 / var(--tw-border-opacity));
}

.active\:border-r-pink-600\/0:active {
  border-right-color: rgb(219 39 119 / 0);
}

.active\:border-r-pink-600\/10:active {
  border-right-color: rgb(219 39 119 / 0.1);
}

.active\:border-r-pink-600\/100:active {
  border-right-color: rgb(219 39 119 / 1);
}

.active\:border-r-pink-600\/20:active {
  border-right-color: rgb(219 39 119 / 0.2);
}

.active\:border-r-pink-600\/25:active {
  border-right-color: rgb(219 39 119 / 0.25);
}

.active\:border-r-pink-600\/30:active {
  border-right-color: rgb(219 39 119 / 0.3);
}

.active\:border-r-pink-600\/40:active {
  border-right-color: rgb(219 39 119 / 0.4);
}

.active\:border-r-pink-600\/5:active {
  border-right-color: rgb(219 39 119 / 0.05);
}

.active\:border-r-pink-600\/50:active {
  border-right-color: rgb(219 39 119 / 0.5);
}

.active\:border-r-pink-600\/60:active {
  border-right-color: rgb(219 39 119 / 0.6);
}

.active\:border-r-pink-600\/70:active {
  border-right-color: rgb(219 39 119 / 0.7);
}

.active\:border-r-pink-600\/75:active {
  border-right-color: rgb(219 39 119 / 0.75);
}

.active\:border-r-pink-600\/80:active {
  border-right-color: rgb(219 39 119 / 0.8);
}

.active\:border-r-pink-600\/90:active {
  border-right-color: rgb(219 39 119 / 0.9);
}

.active\:border-r-pink-600\/95:active {
  border-right-color: rgb(219 39 119 / 0.95);
}

.active\:border-r-pink-700:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(190 24 93 / var(--tw-border-opacity));
}

.active\:border-r-pink-700\/0:active {
  border-right-color: rgb(190 24 93 / 0);
}

.active\:border-r-pink-700\/10:active {
  border-right-color: rgb(190 24 93 / 0.1);
}

.active\:border-r-pink-700\/100:active {
  border-right-color: rgb(190 24 93 / 1);
}

.active\:border-r-pink-700\/20:active {
  border-right-color: rgb(190 24 93 / 0.2);
}

.active\:border-r-pink-700\/25:active {
  border-right-color: rgb(190 24 93 / 0.25);
}

.active\:border-r-pink-700\/30:active {
  border-right-color: rgb(190 24 93 / 0.3);
}

.active\:border-r-pink-700\/40:active {
  border-right-color: rgb(190 24 93 / 0.4);
}

.active\:border-r-pink-700\/5:active {
  border-right-color: rgb(190 24 93 / 0.05);
}

.active\:border-r-pink-700\/50:active {
  border-right-color: rgb(190 24 93 / 0.5);
}

.active\:border-r-pink-700\/60:active {
  border-right-color: rgb(190 24 93 / 0.6);
}

.active\:border-r-pink-700\/70:active {
  border-right-color: rgb(190 24 93 / 0.7);
}

.active\:border-r-pink-700\/75:active {
  border-right-color: rgb(190 24 93 / 0.75);
}

.active\:border-r-pink-700\/80:active {
  border-right-color: rgb(190 24 93 / 0.8);
}

.active\:border-r-pink-700\/90:active {
  border-right-color: rgb(190 24 93 / 0.9);
}

.active\:border-r-pink-700\/95:active {
  border-right-color: rgb(190 24 93 / 0.95);
}

.active\:border-r-pink-800:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(157 23 77 / var(--tw-border-opacity));
}

.active\:border-r-pink-800\/0:active {
  border-right-color: rgb(157 23 77 / 0);
}

.active\:border-r-pink-800\/10:active {
  border-right-color: rgb(157 23 77 / 0.1);
}

.active\:border-r-pink-800\/100:active {
  border-right-color: rgb(157 23 77 / 1);
}

.active\:border-r-pink-800\/20:active {
  border-right-color: rgb(157 23 77 / 0.2);
}

.active\:border-r-pink-800\/25:active {
  border-right-color: rgb(157 23 77 / 0.25);
}

.active\:border-r-pink-800\/30:active {
  border-right-color: rgb(157 23 77 / 0.3);
}

.active\:border-r-pink-800\/40:active {
  border-right-color: rgb(157 23 77 / 0.4);
}

.active\:border-r-pink-800\/5:active {
  border-right-color: rgb(157 23 77 / 0.05);
}

.active\:border-r-pink-800\/50:active {
  border-right-color: rgb(157 23 77 / 0.5);
}

.active\:border-r-pink-800\/60:active {
  border-right-color: rgb(157 23 77 / 0.6);
}

.active\:border-r-pink-800\/70:active {
  border-right-color: rgb(157 23 77 / 0.7);
}

.active\:border-r-pink-800\/75:active {
  border-right-color: rgb(157 23 77 / 0.75);
}

.active\:border-r-pink-800\/80:active {
  border-right-color: rgb(157 23 77 / 0.8);
}

.active\:border-r-pink-800\/90:active {
  border-right-color: rgb(157 23 77 / 0.9);
}

.active\:border-r-pink-800\/95:active {
  border-right-color: rgb(157 23 77 / 0.95);
}

.active\:border-r-pink-900:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(131 24 67 / var(--tw-border-opacity));
}

.active\:border-r-pink-900\/0:active {
  border-right-color: rgb(131 24 67 / 0);
}

.active\:border-r-pink-900\/10:active {
  border-right-color: rgb(131 24 67 / 0.1);
}

.active\:border-r-pink-900\/100:active {
  border-right-color: rgb(131 24 67 / 1);
}

.active\:border-r-pink-900\/20:active {
  border-right-color: rgb(131 24 67 / 0.2);
}

.active\:border-r-pink-900\/25:active {
  border-right-color: rgb(131 24 67 / 0.25);
}

.active\:border-r-pink-900\/30:active {
  border-right-color: rgb(131 24 67 / 0.3);
}

.active\:border-r-pink-900\/40:active {
  border-right-color: rgb(131 24 67 / 0.4);
}

.active\:border-r-pink-900\/5:active {
  border-right-color: rgb(131 24 67 / 0.05);
}

.active\:border-r-pink-900\/50:active {
  border-right-color: rgb(131 24 67 / 0.5);
}

.active\:border-r-pink-900\/60:active {
  border-right-color: rgb(131 24 67 / 0.6);
}

.active\:border-r-pink-900\/70:active {
  border-right-color: rgb(131 24 67 / 0.7);
}

.active\:border-r-pink-900\/75:active {
  border-right-color: rgb(131 24 67 / 0.75);
}

.active\:border-r-pink-900\/80:active {
  border-right-color: rgb(131 24 67 / 0.8);
}

.active\:border-r-pink-900\/90:active {
  border-right-color: rgb(131 24 67 / 0.9);
}

.active\:border-r-pink-900\/95:active {
  border-right-color: rgb(131 24 67 / 0.95);
}

.active\:border-r-pink-950:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(80 7 36 / var(--tw-border-opacity));
}

.active\:border-r-pink-950\/0:active {
  border-right-color: rgb(80 7 36 / 0);
}

.active\:border-r-pink-950\/10:active {
  border-right-color: rgb(80 7 36 / 0.1);
}

.active\:border-r-pink-950\/100:active {
  border-right-color: rgb(80 7 36 / 1);
}

.active\:border-r-pink-950\/20:active {
  border-right-color: rgb(80 7 36 / 0.2);
}

.active\:border-r-pink-950\/25:active {
  border-right-color: rgb(80 7 36 / 0.25);
}

.active\:border-r-pink-950\/30:active {
  border-right-color: rgb(80 7 36 / 0.3);
}

.active\:border-r-pink-950\/40:active {
  border-right-color: rgb(80 7 36 / 0.4);
}

.active\:border-r-pink-950\/5:active {
  border-right-color: rgb(80 7 36 / 0.05);
}

.active\:border-r-pink-950\/50:active {
  border-right-color: rgb(80 7 36 / 0.5);
}

.active\:border-r-pink-950\/60:active {
  border-right-color: rgb(80 7 36 / 0.6);
}

.active\:border-r-pink-950\/70:active {
  border-right-color: rgb(80 7 36 / 0.7);
}

.active\:border-r-pink-950\/75:active {
  border-right-color: rgb(80 7 36 / 0.75);
}

.active\:border-r-pink-950\/80:active {
  border-right-color: rgb(80 7 36 / 0.8);
}

.active\:border-r-pink-950\/90:active {
  border-right-color: rgb(80 7 36 / 0.9);
}

.active\:border-r-pink-950\/95:active {
  border-right-color: rgb(80 7 36 / 0.95);
}

.active\:border-r-purple-100:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(243 232 255 / var(--tw-border-opacity));
}

.active\:border-r-purple-100\/0:active {
  border-right-color: rgb(243 232 255 / 0);
}

.active\:border-r-purple-100\/10:active {
  border-right-color: rgb(243 232 255 / 0.1);
}

.active\:border-r-purple-100\/100:active {
  border-right-color: rgb(243 232 255 / 1);
}

.active\:border-r-purple-100\/20:active {
  border-right-color: rgb(243 232 255 / 0.2);
}

.active\:border-r-purple-100\/25:active {
  border-right-color: rgb(243 232 255 / 0.25);
}

.active\:border-r-purple-100\/30:active {
  border-right-color: rgb(243 232 255 / 0.3);
}

.active\:border-r-purple-100\/40:active {
  border-right-color: rgb(243 232 255 / 0.4);
}

.active\:border-r-purple-100\/5:active {
  border-right-color: rgb(243 232 255 / 0.05);
}

.active\:border-r-purple-100\/50:active {
  border-right-color: rgb(243 232 255 / 0.5);
}

.active\:border-r-purple-100\/60:active {
  border-right-color: rgb(243 232 255 / 0.6);
}

.active\:border-r-purple-100\/70:active {
  border-right-color: rgb(243 232 255 / 0.7);
}

.active\:border-r-purple-100\/75:active {
  border-right-color: rgb(243 232 255 / 0.75);
}

.active\:border-r-purple-100\/80:active {
  border-right-color: rgb(243 232 255 / 0.8);
}

.active\:border-r-purple-100\/90:active {
  border-right-color: rgb(243 232 255 / 0.9);
}

.active\:border-r-purple-100\/95:active {
  border-right-color: rgb(243 232 255 / 0.95);
}

.active\:border-r-purple-200:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(233 213 255 / var(--tw-border-opacity));
}

.active\:border-r-purple-200\/0:active {
  border-right-color: rgb(233 213 255 / 0);
}

.active\:border-r-purple-200\/10:active {
  border-right-color: rgb(233 213 255 / 0.1);
}

.active\:border-r-purple-200\/100:active {
  border-right-color: rgb(233 213 255 / 1);
}

.active\:border-r-purple-200\/20:active {
  border-right-color: rgb(233 213 255 / 0.2);
}

.active\:border-r-purple-200\/25:active {
  border-right-color: rgb(233 213 255 / 0.25);
}

.active\:border-r-purple-200\/30:active {
  border-right-color: rgb(233 213 255 / 0.3);
}

.active\:border-r-purple-200\/40:active {
  border-right-color: rgb(233 213 255 / 0.4);
}

.active\:border-r-purple-200\/5:active {
  border-right-color: rgb(233 213 255 / 0.05);
}

.active\:border-r-purple-200\/50:active {
  border-right-color: rgb(233 213 255 / 0.5);
}

.active\:border-r-purple-200\/60:active {
  border-right-color: rgb(233 213 255 / 0.6);
}

.active\:border-r-purple-200\/70:active {
  border-right-color: rgb(233 213 255 / 0.7);
}

.active\:border-r-purple-200\/75:active {
  border-right-color: rgb(233 213 255 / 0.75);
}

.active\:border-r-purple-200\/80:active {
  border-right-color: rgb(233 213 255 / 0.8);
}

.active\:border-r-purple-200\/90:active {
  border-right-color: rgb(233 213 255 / 0.9);
}

.active\:border-r-purple-200\/95:active {
  border-right-color: rgb(233 213 255 / 0.95);
}

.active\:border-r-purple-300:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(216 180 254 / var(--tw-border-opacity));
}

.active\:border-r-purple-300\/0:active {
  border-right-color: rgb(216 180 254 / 0);
}

.active\:border-r-purple-300\/10:active {
  border-right-color: rgb(216 180 254 / 0.1);
}

.active\:border-r-purple-300\/100:active {
  border-right-color: rgb(216 180 254 / 1);
}

.active\:border-r-purple-300\/20:active {
  border-right-color: rgb(216 180 254 / 0.2);
}

.active\:border-r-purple-300\/25:active {
  border-right-color: rgb(216 180 254 / 0.25);
}

.active\:border-r-purple-300\/30:active {
  border-right-color: rgb(216 180 254 / 0.3);
}

.active\:border-r-purple-300\/40:active {
  border-right-color: rgb(216 180 254 / 0.4);
}

.active\:border-r-purple-300\/5:active {
  border-right-color: rgb(216 180 254 / 0.05);
}

.active\:border-r-purple-300\/50:active {
  border-right-color: rgb(216 180 254 / 0.5);
}

.active\:border-r-purple-300\/60:active {
  border-right-color: rgb(216 180 254 / 0.6);
}

.active\:border-r-purple-300\/70:active {
  border-right-color: rgb(216 180 254 / 0.7);
}

.active\:border-r-purple-300\/75:active {
  border-right-color: rgb(216 180 254 / 0.75);
}

.active\:border-r-purple-300\/80:active {
  border-right-color: rgb(216 180 254 / 0.8);
}

.active\:border-r-purple-300\/90:active {
  border-right-color: rgb(216 180 254 / 0.9);
}

.active\:border-r-purple-300\/95:active {
  border-right-color: rgb(216 180 254 / 0.95);
}

.active\:border-r-purple-400:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(192 132 252 / var(--tw-border-opacity));
}

.active\:border-r-purple-400\/0:active {
  border-right-color: rgb(192 132 252 / 0);
}

.active\:border-r-purple-400\/10:active {
  border-right-color: rgb(192 132 252 / 0.1);
}

.active\:border-r-purple-400\/100:active {
  border-right-color: rgb(192 132 252 / 1);
}

.active\:border-r-purple-400\/20:active {
  border-right-color: rgb(192 132 252 / 0.2);
}

.active\:border-r-purple-400\/25:active {
  border-right-color: rgb(192 132 252 / 0.25);
}

.active\:border-r-purple-400\/30:active {
  border-right-color: rgb(192 132 252 / 0.3);
}

.active\:border-r-purple-400\/40:active {
  border-right-color: rgb(192 132 252 / 0.4);
}

.active\:border-r-purple-400\/5:active {
  border-right-color: rgb(192 132 252 / 0.05);
}

.active\:border-r-purple-400\/50:active {
  border-right-color: rgb(192 132 252 / 0.5);
}

.active\:border-r-purple-400\/60:active {
  border-right-color: rgb(192 132 252 / 0.6);
}

.active\:border-r-purple-400\/70:active {
  border-right-color: rgb(192 132 252 / 0.7);
}

.active\:border-r-purple-400\/75:active {
  border-right-color: rgb(192 132 252 / 0.75);
}

.active\:border-r-purple-400\/80:active {
  border-right-color: rgb(192 132 252 / 0.8);
}

.active\:border-r-purple-400\/90:active {
  border-right-color: rgb(192 132 252 / 0.9);
}

.active\:border-r-purple-400\/95:active {
  border-right-color: rgb(192 132 252 / 0.95);
}

.active\:border-r-purple-50:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 245 255 / var(--tw-border-opacity));
}

.active\:border-r-purple-50\/0:active {
  border-right-color: rgb(250 245 255 / 0);
}

.active\:border-r-purple-50\/10:active {
  border-right-color: rgb(250 245 255 / 0.1);
}

.active\:border-r-purple-50\/100:active {
  border-right-color: rgb(250 245 255 / 1);
}

.active\:border-r-purple-50\/20:active {
  border-right-color: rgb(250 245 255 / 0.2);
}

.active\:border-r-purple-50\/25:active {
  border-right-color: rgb(250 245 255 / 0.25);
}

.active\:border-r-purple-50\/30:active {
  border-right-color: rgb(250 245 255 / 0.3);
}

.active\:border-r-purple-50\/40:active {
  border-right-color: rgb(250 245 255 / 0.4);
}

.active\:border-r-purple-50\/5:active {
  border-right-color: rgb(250 245 255 / 0.05);
}

.active\:border-r-purple-50\/50:active {
  border-right-color: rgb(250 245 255 / 0.5);
}

.active\:border-r-purple-50\/60:active {
  border-right-color: rgb(250 245 255 / 0.6);
}

.active\:border-r-purple-50\/70:active {
  border-right-color: rgb(250 245 255 / 0.7);
}

.active\:border-r-purple-50\/75:active {
  border-right-color: rgb(250 245 255 / 0.75);
}

.active\:border-r-purple-50\/80:active {
  border-right-color: rgb(250 245 255 / 0.8);
}

.active\:border-r-purple-50\/90:active {
  border-right-color: rgb(250 245 255 / 0.9);
}

.active\:border-r-purple-50\/95:active {
  border-right-color: rgb(250 245 255 / 0.95);
}

.active\:border-r-purple-500:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(168 85 247 / var(--tw-border-opacity));
}

.active\:border-r-purple-500\/0:active {
  border-right-color: rgb(168 85 247 / 0);
}

.active\:border-r-purple-500\/10:active {
  border-right-color: rgb(168 85 247 / 0.1);
}

.active\:border-r-purple-500\/100:active {
  border-right-color: rgb(168 85 247 / 1);
}

.active\:border-r-purple-500\/20:active {
  border-right-color: rgb(168 85 247 / 0.2);
}

.active\:border-r-purple-500\/25:active {
  border-right-color: rgb(168 85 247 / 0.25);
}

.active\:border-r-purple-500\/30:active {
  border-right-color: rgb(168 85 247 / 0.3);
}

.active\:border-r-purple-500\/40:active {
  border-right-color: rgb(168 85 247 / 0.4);
}

.active\:border-r-purple-500\/5:active {
  border-right-color: rgb(168 85 247 / 0.05);
}

.active\:border-r-purple-500\/50:active {
  border-right-color: rgb(168 85 247 / 0.5);
}

.active\:border-r-purple-500\/60:active {
  border-right-color: rgb(168 85 247 / 0.6);
}

.active\:border-r-purple-500\/70:active {
  border-right-color: rgb(168 85 247 / 0.7);
}

.active\:border-r-purple-500\/75:active {
  border-right-color: rgb(168 85 247 / 0.75);
}

.active\:border-r-purple-500\/80:active {
  border-right-color: rgb(168 85 247 / 0.8);
}

.active\:border-r-purple-500\/90:active {
  border-right-color: rgb(168 85 247 / 0.9);
}

.active\:border-r-purple-500\/95:active {
  border-right-color: rgb(168 85 247 / 0.95);
}

.active\:border-r-purple-600:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(147 51 234 / var(--tw-border-opacity));
}

.active\:border-r-purple-600\/0:active {
  border-right-color: rgb(147 51 234 / 0);
}

.active\:border-r-purple-600\/10:active {
  border-right-color: rgb(147 51 234 / 0.1);
}

.active\:border-r-purple-600\/100:active {
  border-right-color: rgb(147 51 234 / 1);
}

.active\:border-r-purple-600\/20:active {
  border-right-color: rgb(147 51 234 / 0.2);
}

.active\:border-r-purple-600\/25:active {
  border-right-color: rgb(147 51 234 / 0.25);
}

.active\:border-r-purple-600\/30:active {
  border-right-color: rgb(147 51 234 / 0.3);
}

.active\:border-r-purple-600\/40:active {
  border-right-color: rgb(147 51 234 / 0.4);
}

.active\:border-r-purple-600\/5:active {
  border-right-color: rgb(147 51 234 / 0.05);
}

.active\:border-r-purple-600\/50:active {
  border-right-color: rgb(147 51 234 / 0.5);
}

.active\:border-r-purple-600\/60:active {
  border-right-color: rgb(147 51 234 / 0.6);
}

.active\:border-r-purple-600\/70:active {
  border-right-color: rgb(147 51 234 / 0.7);
}

.active\:border-r-purple-600\/75:active {
  border-right-color: rgb(147 51 234 / 0.75);
}

.active\:border-r-purple-600\/80:active {
  border-right-color: rgb(147 51 234 / 0.8);
}

.active\:border-r-purple-600\/90:active {
  border-right-color: rgb(147 51 234 / 0.9);
}

.active\:border-r-purple-600\/95:active {
  border-right-color: rgb(147 51 234 / 0.95);
}

.active\:border-r-purple-700:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(126 34 206 / var(--tw-border-opacity));
}

.active\:border-r-purple-700\/0:active {
  border-right-color: rgb(126 34 206 / 0);
}

.active\:border-r-purple-700\/10:active {
  border-right-color: rgb(126 34 206 / 0.1);
}

.active\:border-r-purple-700\/100:active {
  border-right-color: rgb(126 34 206 / 1);
}

.active\:border-r-purple-700\/20:active {
  border-right-color: rgb(126 34 206 / 0.2);
}

.active\:border-r-purple-700\/25:active {
  border-right-color: rgb(126 34 206 / 0.25);
}

.active\:border-r-purple-700\/30:active {
  border-right-color: rgb(126 34 206 / 0.3);
}

.active\:border-r-purple-700\/40:active {
  border-right-color: rgb(126 34 206 / 0.4);
}

.active\:border-r-purple-700\/5:active {
  border-right-color: rgb(126 34 206 / 0.05);
}

.active\:border-r-purple-700\/50:active {
  border-right-color: rgb(126 34 206 / 0.5);
}

.active\:border-r-purple-700\/60:active {
  border-right-color: rgb(126 34 206 / 0.6);
}

.active\:border-r-purple-700\/70:active {
  border-right-color: rgb(126 34 206 / 0.7);
}

.active\:border-r-purple-700\/75:active {
  border-right-color: rgb(126 34 206 / 0.75);
}

.active\:border-r-purple-700\/80:active {
  border-right-color: rgb(126 34 206 / 0.8);
}

.active\:border-r-purple-700\/90:active {
  border-right-color: rgb(126 34 206 / 0.9);
}

.active\:border-r-purple-700\/95:active {
  border-right-color: rgb(126 34 206 / 0.95);
}

.active\:border-r-purple-800:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(107 33 168 / var(--tw-border-opacity));
}

.active\:border-r-purple-800\/0:active {
  border-right-color: rgb(107 33 168 / 0);
}

.active\:border-r-purple-800\/10:active {
  border-right-color: rgb(107 33 168 / 0.1);
}

.active\:border-r-purple-800\/100:active {
  border-right-color: rgb(107 33 168 / 1);
}

.active\:border-r-purple-800\/20:active {
  border-right-color: rgb(107 33 168 / 0.2);
}

.active\:border-r-purple-800\/25:active {
  border-right-color: rgb(107 33 168 / 0.25);
}

.active\:border-r-purple-800\/30:active {
  border-right-color: rgb(107 33 168 / 0.3);
}

.active\:border-r-purple-800\/40:active {
  border-right-color: rgb(107 33 168 / 0.4);
}

.active\:border-r-purple-800\/5:active {
  border-right-color: rgb(107 33 168 / 0.05);
}

.active\:border-r-purple-800\/50:active {
  border-right-color: rgb(107 33 168 / 0.5);
}

.active\:border-r-purple-800\/60:active {
  border-right-color: rgb(107 33 168 / 0.6);
}

.active\:border-r-purple-800\/70:active {
  border-right-color: rgb(107 33 168 / 0.7);
}

.active\:border-r-purple-800\/75:active {
  border-right-color: rgb(107 33 168 / 0.75);
}

.active\:border-r-purple-800\/80:active {
  border-right-color: rgb(107 33 168 / 0.8);
}

.active\:border-r-purple-800\/90:active {
  border-right-color: rgb(107 33 168 / 0.9);
}

.active\:border-r-purple-800\/95:active {
  border-right-color: rgb(107 33 168 / 0.95);
}

.active\:border-r-purple-900:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(88 28 135 / var(--tw-border-opacity));
}

.active\:border-r-purple-900\/0:active {
  border-right-color: rgb(88 28 135 / 0);
}

.active\:border-r-purple-900\/10:active {
  border-right-color: rgb(88 28 135 / 0.1);
}

.active\:border-r-purple-900\/100:active {
  border-right-color: rgb(88 28 135 / 1);
}

.active\:border-r-purple-900\/20:active {
  border-right-color: rgb(88 28 135 / 0.2);
}

.active\:border-r-purple-900\/25:active {
  border-right-color: rgb(88 28 135 / 0.25);
}

.active\:border-r-purple-900\/30:active {
  border-right-color: rgb(88 28 135 / 0.3);
}

.active\:border-r-purple-900\/40:active {
  border-right-color: rgb(88 28 135 / 0.4);
}

.active\:border-r-purple-900\/5:active {
  border-right-color: rgb(88 28 135 / 0.05);
}

.active\:border-r-purple-900\/50:active {
  border-right-color: rgb(88 28 135 / 0.5);
}

.active\:border-r-purple-900\/60:active {
  border-right-color: rgb(88 28 135 / 0.6);
}

.active\:border-r-purple-900\/70:active {
  border-right-color: rgb(88 28 135 / 0.7);
}

.active\:border-r-purple-900\/75:active {
  border-right-color: rgb(88 28 135 / 0.75);
}

.active\:border-r-purple-900\/80:active {
  border-right-color: rgb(88 28 135 / 0.8);
}

.active\:border-r-purple-900\/90:active {
  border-right-color: rgb(88 28 135 / 0.9);
}

.active\:border-r-purple-900\/95:active {
  border-right-color: rgb(88 28 135 / 0.95);
}

.active\:border-r-purple-950:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(59 7 100 / var(--tw-border-opacity));
}

.active\:border-r-purple-950\/0:active {
  border-right-color: rgb(59 7 100 / 0);
}

.active\:border-r-purple-950\/10:active {
  border-right-color: rgb(59 7 100 / 0.1);
}

.active\:border-r-purple-950\/100:active {
  border-right-color: rgb(59 7 100 / 1);
}

.active\:border-r-purple-950\/20:active {
  border-right-color: rgb(59 7 100 / 0.2);
}

.active\:border-r-purple-950\/25:active {
  border-right-color: rgb(59 7 100 / 0.25);
}

.active\:border-r-purple-950\/30:active {
  border-right-color: rgb(59 7 100 / 0.3);
}

.active\:border-r-purple-950\/40:active {
  border-right-color: rgb(59 7 100 / 0.4);
}

.active\:border-r-purple-950\/5:active {
  border-right-color: rgb(59 7 100 / 0.05);
}

.active\:border-r-purple-950\/50:active {
  border-right-color: rgb(59 7 100 / 0.5);
}

.active\:border-r-purple-950\/60:active {
  border-right-color: rgb(59 7 100 / 0.6);
}

.active\:border-r-purple-950\/70:active {
  border-right-color: rgb(59 7 100 / 0.7);
}

.active\:border-r-purple-950\/75:active {
  border-right-color: rgb(59 7 100 / 0.75);
}

.active\:border-r-purple-950\/80:active {
  border-right-color: rgb(59 7 100 / 0.8);
}

.active\:border-r-purple-950\/90:active {
  border-right-color: rgb(59 7 100 / 0.9);
}

.active\:border-r-purple-950\/95:active {
  border-right-color: rgb(59 7 100 / 0.95);
}

.active\:border-r-red-100:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 226 226 / var(--tw-border-opacity));
}

.active\:border-r-red-100\/0:active {
  border-right-color: rgb(254 226 226 / 0);
}

.active\:border-r-red-100\/10:active {
  border-right-color: rgb(254 226 226 / 0.1);
}

.active\:border-r-red-100\/100:active {
  border-right-color: rgb(254 226 226 / 1);
}

.active\:border-r-red-100\/20:active {
  border-right-color: rgb(254 226 226 / 0.2);
}

.active\:border-r-red-100\/25:active {
  border-right-color: rgb(254 226 226 / 0.25);
}

.active\:border-r-red-100\/30:active {
  border-right-color: rgb(254 226 226 / 0.3);
}

.active\:border-r-red-100\/40:active {
  border-right-color: rgb(254 226 226 / 0.4);
}

.active\:border-r-red-100\/5:active {
  border-right-color: rgb(254 226 226 / 0.05);
}

.active\:border-r-red-100\/50:active {
  border-right-color: rgb(254 226 226 / 0.5);
}

.active\:border-r-red-100\/60:active {
  border-right-color: rgb(254 226 226 / 0.6);
}

.active\:border-r-red-100\/70:active {
  border-right-color: rgb(254 226 226 / 0.7);
}

.active\:border-r-red-100\/75:active {
  border-right-color: rgb(254 226 226 / 0.75);
}

.active\:border-r-red-100\/80:active {
  border-right-color: rgb(254 226 226 / 0.8);
}

.active\:border-r-red-100\/90:active {
  border-right-color: rgb(254 226 226 / 0.9);
}

.active\:border-r-red-100\/95:active {
  border-right-color: rgb(254 226 226 / 0.95);
}

.active\:border-r-red-200:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.active\:border-r-red-200\/0:active {
  border-right-color: rgb(254 202 202 / 0);
}

.active\:border-r-red-200\/10:active {
  border-right-color: rgb(254 202 202 / 0.1);
}

.active\:border-r-red-200\/100:active {
  border-right-color: rgb(254 202 202 / 1);
}

.active\:border-r-red-200\/20:active {
  border-right-color: rgb(254 202 202 / 0.2);
}

.active\:border-r-red-200\/25:active {
  border-right-color: rgb(254 202 202 / 0.25);
}

.active\:border-r-red-200\/30:active {
  border-right-color: rgb(254 202 202 / 0.3);
}

.active\:border-r-red-200\/40:active {
  border-right-color: rgb(254 202 202 / 0.4);
}

.active\:border-r-red-200\/5:active {
  border-right-color: rgb(254 202 202 / 0.05);
}

.active\:border-r-red-200\/50:active {
  border-right-color: rgb(254 202 202 / 0.5);
}

.active\:border-r-red-200\/60:active {
  border-right-color: rgb(254 202 202 / 0.6);
}

.active\:border-r-red-200\/70:active {
  border-right-color: rgb(254 202 202 / 0.7);
}

.active\:border-r-red-200\/75:active {
  border-right-color: rgb(254 202 202 / 0.75);
}

.active\:border-r-red-200\/80:active {
  border-right-color: rgb(254 202 202 / 0.8);
}

.active\:border-r-red-200\/90:active {
  border-right-color: rgb(254 202 202 / 0.9);
}

.active\:border-r-red-200\/95:active {
  border-right-color: rgb(254 202 202 / 0.95);
}

.active\:border-r-red-300:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.active\:border-r-red-300\/0:active {
  border-right-color: rgb(252 165 165 / 0);
}

.active\:border-r-red-300\/10:active {
  border-right-color: rgb(252 165 165 / 0.1);
}

.active\:border-r-red-300\/100:active {
  border-right-color: rgb(252 165 165 / 1);
}

.active\:border-r-red-300\/20:active {
  border-right-color: rgb(252 165 165 / 0.2);
}

.active\:border-r-red-300\/25:active {
  border-right-color: rgb(252 165 165 / 0.25);
}

.active\:border-r-red-300\/30:active {
  border-right-color: rgb(252 165 165 / 0.3);
}

.active\:border-r-red-300\/40:active {
  border-right-color: rgb(252 165 165 / 0.4);
}

.active\:border-r-red-300\/5:active {
  border-right-color: rgb(252 165 165 / 0.05);
}

.active\:border-r-red-300\/50:active {
  border-right-color: rgb(252 165 165 / 0.5);
}

.active\:border-r-red-300\/60:active {
  border-right-color: rgb(252 165 165 / 0.6);
}

.active\:border-r-red-300\/70:active {
  border-right-color: rgb(252 165 165 / 0.7);
}

.active\:border-r-red-300\/75:active {
  border-right-color: rgb(252 165 165 / 0.75);
}

.active\:border-r-red-300\/80:active {
  border-right-color: rgb(252 165 165 / 0.8);
}

.active\:border-r-red-300\/90:active {
  border-right-color: rgb(252 165 165 / 0.9);
}

.active\:border-r-red-300\/95:active {
  border-right-color: rgb(252 165 165 / 0.95);
}

.active\:border-r-red-400:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.active\:border-r-red-400\/0:active {
  border-right-color: rgb(248 113 113 / 0);
}

.active\:border-r-red-400\/10:active {
  border-right-color: rgb(248 113 113 / 0.1);
}

.active\:border-r-red-400\/100:active {
  border-right-color: rgb(248 113 113 / 1);
}

.active\:border-r-red-400\/20:active {
  border-right-color: rgb(248 113 113 / 0.2);
}

.active\:border-r-red-400\/25:active {
  border-right-color: rgb(248 113 113 / 0.25);
}

.active\:border-r-red-400\/30:active {
  border-right-color: rgb(248 113 113 / 0.3);
}

.active\:border-r-red-400\/40:active {
  border-right-color: rgb(248 113 113 / 0.4);
}

.active\:border-r-red-400\/5:active {
  border-right-color: rgb(248 113 113 / 0.05);
}

.active\:border-r-red-400\/50:active {
  border-right-color: rgb(248 113 113 / 0.5);
}

.active\:border-r-red-400\/60:active {
  border-right-color: rgb(248 113 113 / 0.6);
}

.active\:border-r-red-400\/70:active {
  border-right-color: rgb(248 113 113 / 0.7);
}

.active\:border-r-red-400\/75:active {
  border-right-color: rgb(248 113 113 / 0.75);
}

.active\:border-r-red-400\/80:active {
  border-right-color: rgb(248 113 113 / 0.8);
}

.active\:border-r-red-400\/90:active {
  border-right-color: rgb(248 113 113 / 0.9);
}

.active\:border-r-red-400\/95:active {
  border-right-color: rgb(248 113 113 / 0.95);
}

.active\:border-r-red-50:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.active\:border-r-red-50\/0:active {
  border-right-color: rgb(254 242 242 / 0);
}

.active\:border-r-red-50\/10:active {
  border-right-color: rgb(254 242 242 / 0.1);
}

.active\:border-r-red-50\/100:active {
  border-right-color: rgb(254 242 242 / 1);
}

.active\:border-r-red-50\/20:active {
  border-right-color: rgb(254 242 242 / 0.2);
}

.active\:border-r-red-50\/25:active {
  border-right-color: rgb(254 242 242 / 0.25);
}

.active\:border-r-red-50\/30:active {
  border-right-color: rgb(254 242 242 / 0.3);
}

.active\:border-r-red-50\/40:active {
  border-right-color: rgb(254 242 242 / 0.4);
}

.active\:border-r-red-50\/5:active {
  border-right-color: rgb(254 242 242 / 0.05);
}

.active\:border-r-red-50\/50:active {
  border-right-color: rgb(254 242 242 / 0.5);
}

.active\:border-r-red-50\/60:active {
  border-right-color: rgb(254 242 242 / 0.6);
}

.active\:border-r-red-50\/70:active {
  border-right-color: rgb(254 242 242 / 0.7);
}

.active\:border-r-red-50\/75:active {
  border-right-color: rgb(254 242 242 / 0.75);
}

.active\:border-r-red-50\/80:active {
  border-right-color: rgb(254 242 242 / 0.8);
}

.active\:border-r-red-50\/90:active {
  border-right-color: rgb(254 242 242 / 0.9);
}

.active\:border-r-red-50\/95:active {
  border-right-color: rgb(254 242 242 / 0.95);
}

.active\:border-r-red-500:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.active\:border-r-red-500\/0:active {
  border-right-color: rgb(239 68 68 / 0);
}

.active\:border-r-red-500\/10:active {
  border-right-color: rgb(239 68 68 / 0.1);
}

.active\:border-r-red-500\/100:active {
  border-right-color: rgb(239 68 68 / 1);
}

.active\:border-r-red-500\/20:active {
  border-right-color: rgb(239 68 68 / 0.2);
}

.active\:border-r-red-500\/25:active {
  border-right-color: rgb(239 68 68 / 0.25);
}

.active\:border-r-red-500\/30:active {
  border-right-color: rgb(239 68 68 / 0.3);
}

.active\:border-r-red-500\/40:active {
  border-right-color: rgb(239 68 68 / 0.4);
}

.active\:border-r-red-500\/5:active {
  border-right-color: rgb(239 68 68 / 0.05);
}

.active\:border-r-red-500\/50:active {
  border-right-color: rgb(239 68 68 / 0.5);
}

.active\:border-r-red-500\/60:active {
  border-right-color: rgb(239 68 68 / 0.6);
}

.active\:border-r-red-500\/70:active {
  border-right-color: rgb(239 68 68 / 0.7);
}

.active\:border-r-red-500\/75:active {
  border-right-color: rgb(239 68 68 / 0.75);
}

.active\:border-r-red-500\/80:active {
  border-right-color: rgb(239 68 68 / 0.8);
}

.active\:border-r-red-500\/90:active {
  border-right-color: rgb(239 68 68 / 0.9);
}

.active\:border-r-red-500\/95:active {
  border-right-color: rgb(239 68 68 / 0.95);
}

.active\:border-r-red-600:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.active\:border-r-red-600\/0:active {
  border-right-color: rgb(220 38 38 / 0);
}

.active\:border-r-red-600\/10:active {
  border-right-color: rgb(220 38 38 / 0.1);
}

.active\:border-r-red-600\/100:active {
  border-right-color: rgb(220 38 38 / 1);
}

.active\:border-r-red-600\/20:active {
  border-right-color: rgb(220 38 38 / 0.2);
}

.active\:border-r-red-600\/25:active {
  border-right-color: rgb(220 38 38 / 0.25);
}

.active\:border-r-red-600\/30:active {
  border-right-color: rgb(220 38 38 / 0.3);
}

.active\:border-r-red-600\/40:active {
  border-right-color: rgb(220 38 38 / 0.4);
}

.active\:border-r-red-600\/5:active {
  border-right-color: rgb(220 38 38 / 0.05);
}

.active\:border-r-red-600\/50:active {
  border-right-color: rgb(220 38 38 / 0.5);
}

.active\:border-r-red-600\/60:active {
  border-right-color: rgb(220 38 38 / 0.6);
}

.active\:border-r-red-600\/70:active {
  border-right-color: rgb(220 38 38 / 0.7);
}

.active\:border-r-red-600\/75:active {
  border-right-color: rgb(220 38 38 / 0.75);
}

.active\:border-r-red-600\/80:active {
  border-right-color: rgb(220 38 38 / 0.8);
}

.active\:border-r-red-600\/90:active {
  border-right-color: rgb(220 38 38 / 0.9);
}

.active\:border-r-red-600\/95:active {
  border-right-color: rgb(220 38 38 / 0.95);
}

.active\:border-r-red-700:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.active\:border-r-red-700\/0:active {
  border-right-color: rgb(185 28 28 / 0);
}

.active\:border-r-red-700\/10:active {
  border-right-color: rgb(185 28 28 / 0.1);
}

.active\:border-r-red-700\/100:active {
  border-right-color: rgb(185 28 28 / 1);
}

.active\:border-r-red-700\/20:active {
  border-right-color: rgb(185 28 28 / 0.2);
}

.active\:border-r-red-700\/25:active {
  border-right-color: rgb(185 28 28 / 0.25);
}

.active\:border-r-red-700\/30:active {
  border-right-color: rgb(185 28 28 / 0.3);
}

.active\:border-r-red-700\/40:active {
  border-right-color: rgb(185 28 28 / 0.4);
}

.active\:border-r-red-700\/5:active {
  border-right-color: rgb(185 28 28 / 0.05);
}

.active\:border-r-red-700\/50:active {
  border-right-color: rgb(185 28 28 / 0.5);
}

.active\:border-r-red-700\/60:active {
  border-right-color: rgb(185 28 28 / 0.6);
}

.active\:border-r-red-700\/70:active {
  border-right-color: rgb(185 28 28 / 0.7);
}

.active\:border-r-red-700\/75:active {
  border-right-color: rgb(185 28 28 / 0.75);
}

.active\:border-r-red-700\/80:active {
  border-right-color: rgb(185 28 28 / 0.8);
}

.active\:border-r-red-700\/90:active {
  border-right-color: rgb(185 28 28 / 0.9);
}

.active\:border-r-red-700\/95:active {
  border-right-color: rgb(185 28 28 / 0.95);
}

.active\:border-r-red-800:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.active\:border-r-red-800\/0:active {
  border-right-color: rgb(153 27 27 / 0);
}

.active\:border-r-red-800\/10:active {
  border-right-color: rgb(153 27 27 / 0.1);
}

.active\:border-r-red-800\/100:active {
  border-right-color: rgb(153 27 27 / 1);
}

.active\:border-r-red-800\/20:active {
  border-right-color: rgb(153 27 27 / 0.2);
}

.active\:border-r-red-800\/25:active {
  border-right-color: rgb(153 27 27 / 0.25);
}

.active\:border-r-red-800\/30:active {
  border-right-color: rgb(153 27 27 / 0.3);
}

.active\:border-r-red-800\/40:active {
  border-right-color: rgb(153 27 27 / 0.4);
}

.active\:border-r-red-800\/5:active {
  border-right-color: rgb(153 27 27 / 0.05);
}

.active\:border-r-red-800\/50:active {
  border-right-color: rgb(153 27 27 / 0.5);
}

.active\:border-r-red-800\/60:active {
  border-right-color: rgb(153 27 27 / 0.6);
}

.active\:border-r-red-800\/70:active {
  border-right-color: rgb(153 27 27 / 0.7);
}

.active\:border-r-red-800\/75:active {
  border-right-color: rgb(153 27 27 / 0.75);
}

.active\:border-r-red-800\/80:active {
  border-right-color: rgb(153 27 27 / 0.8);
}

.active\:border-r-red-800\/90:active {
  border-right-color: rgb(153 27 27 / 0.9);
}

.active\:border-r-red-800\/95:active {
  border-right-color: rgb(153 27 27 / 0.95);
}

.active\:border-r-red-900:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.active\:border-r-red-900\/0:active {
  border-right-color: rgb(127 29 29 / 0);
}

.active\:border-r-red-900\/10:active {
  border-right-color: rgb(127 29 29 / 0.1);
}

.active\:border-r-red-900\/100:active {
  border-right-color: rgb(127 29 29 / 1);
}

.active\:border-r-red-900\/20:active {
  border-right-color: rgb(127 29 29 / 0.2);
}

.active\:border-r-red-900\/25:active {
  border-right-color: rgb(127 29 29 / 0.25);
}

.active\:border-r-red-900\/30:active {
  border-right-color: rgb(127 29 29 / 0.3);
}

.active\:border-r-red-900\/40:active {
  border-right-color: rgb(127 29 29 / 0.4);
}

.active\:border-r-red-900\/5:active {
  border-right-color: rgb(127 29 29 / 0.05);
}

.active\:border-r-red-900\/50:active {
  border-right-color: rgb(127 29 29 / 0.5);
}

.active\:border-r-red-900\/60:active {
  border-right-color: rgb(127 29 29 / 0.6);
}

.active\:border-r-red-900\/70:active {
  border-right-color: rgb(127 29 29 / 0.7);
}

.active\:border-r-red-900\/75:active {
  border-right-color: rgb(127 29 29 / 0.75);
}

.active\:border-r-red-900\/80:active {
  border-right-color: rgb(127 29 29 / 0.8);
}

.active\:border-r-red-900\/90:active {
  border-right-color: rgb(127 29 29 / 0.9);
}

.active\:border-r-red-900\/95:active {
  border-right-color: rgb(127 29 29 / 0.95);
}

.active\:border-r-red-950:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(69 10 10 / var(--tw-border-opacity));
}

.active\:border-r-red-950\/0:active {
  border-right-color: rgb(69 10 10 / 0);
}

.active\:border-r-red-950\/10:active {
  border-right-color: rgb(69 10 10 / 0.1);
}

.active\:border-r-red-950\/100:active {
  border-right-color: rgb(69 10 10 / 1);
}

.active\:border-r-red-950\/20:active {
  border-right-color: rgb(69 10 10 / 0.2);
}

.active\:border-r-red-950\/25:active {
  border-right-color: rgb(69 10 10 / 0.25);
}

.active\:border-r-red-950\/30:active {
  border-right-color: rgb(69 10 10 / 0.3);
}

.active\:border-r-red-950\/40:active {
  border-right-color: rgb(69 10 10 / 0.4);
}

.active\:border-r-red-950\/5:active {
  border-right-color: rgb(69 10 10 / 0.05);
}

.active\:border-r-red-950\/50:active {
  border-right-color: rgb(69 10 10 / 0.5);
}

.active\:border-r-red-950\/60:active {
  border-right-color: rgb(69 10 10 / 0.6);
}

.active\:border-r-red-950\/70:active {
  border-right-color: rgb(69 10 10 / 0.7);
}

.active\:border-r-red-950\/75:active {
  border-right-color: rgb(69 10 10 / 0.75);
}

.active\:border-r-red-950\/80:active {
  border-right-color: rgb(69 10 10 / 0.8);
}

.active\:border-r-red-950\/90:active {
  border-right-color: rgb(69 10 10 / 0.9);
}

.active\:border-r-red-950\/95:active {
  border-right-color: rgb(69 10 10 / 0.95);
}

.active\:border-r-rose-100:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 228 230 / var(--tw-border-opacity));
}

.active\:border-r-rose-100\/0:active {
  border-right-color: rgb(255 228 230 / 0);
}

.active\:border-r-rose-100\/10:active {
  border-right-color: rgb(255 228 230 / 0.1);
}

.active\:border-r-rose-100\/100:active {
  border-right-color: rgb(255 228 230 / 1);
}

.active\:border-r-rose-100\/20:active {
  border-right-color: rgb(255 228 230 / 0.2);
}

.active\:border-r-rose-100\/25:active {
  border-right-color: rgb(255 228 230 / 0.25);
}

.active\:border-r-rose-100\/30:active {
  border-right-color: rgb(255 228 230 / 0.3);
}

.active\:border-r-rose-100\/40:active {
  border-right-color: rgb(255 228 230 / 0.4);
}

.active\:border-r-rose-100\/5:active {
  border-right-color: rgb(255 228 230 / 0.05);
}

.active\:border-r-rose-100\/50:active {
  border-right-color: rgb(255 228 230 / 0.5);
}

.active\:border-r-rose-100\/60:active {
  border-right-color: rgb(255 228 230 / 0.6);
}

.active\:border-r-rose-100\/70:active {
  border-right-color: rgb(255 228 230 / 0.7);
}

.active\:border-r-rose-100\/75:active {
  border-right-color: rgb(255 228 230 / 0.75);
}

.active\:border-r-rose-100\/80:active {
  border-right-color: rgb(255 228 230 / 0.8);
}

.active\:border-r-rose-100\/90:active {
  border-right-color: rgb(255 228 230 / 0.9);
}

.active\:border-r-rose-100\/95:active {
  border-right-color: rgb(255 228 230 / 0.95);
}

.active\:border-r-rose-200:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 205 211 / var(--tw-border-opacity));
}

.active\:border-r-rose-200\/0:active {
  border-right-color: rgb(254 205 211 / 0);
}

.active\:border-r-rose-200\/10:active {
  border-right-color: rgb(254 205 211 / 0.1);
}

.active\:border-r-rose-200\/100:active {
  border-right-color: rgb(254 205 211 / 1);
}

.active\:border-r-rose-200\/20:active {
  border-right-color: rgb(254 205 211 / 0.2);
}

.active\:border-r-rose-200\/25:active {
  border-right-color: rgb(254 205 211 / 0.25);
}

.active\:border-r-rose-200\/30:active {
  border-right-color: rgb(254 205 211 / 0.3);
}

.active\:border-r-rose-200\/40:active {
  border-right-color: rgb(254 205 211 / 0.4);
}

.active\:border-r-rose-200\/5:active {
  border-right-color: rgb(254 205 211 / 0.05);
}

.active\:border-r-rose-200\/50:active {
  border-right-color: rgb(254 205 211 / 0.5);
}

.active\:border-r-rose-200\/60:active {
  border-right-color: rgb(254 205 211 / 0.6);
}

.active\:border-r-rose-200\/70:active {
  border-right-color: rgb(254 205 211 / 0.7);
}

.active\:border-r-rose-200\/75:active {
  border-right-color: rgb(254 205 211 / 0.75);
}

.active\:border-r-rose-200\/80:active {
  border-right-color: rgb(254 205 211 / 0.8);
}

.active\:border-r-rose-200\/90:active {
  border-right-color: rgb(254 205 211 / 0.9);
}

.active\:border-r-rose-200\/95:active {
  border-right-color: rgb(254 205 211 / 0.95);
}

.active\:border-r-rose-300:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 164 175 / var(--tw-border-opacity));
}

.active\:border-r-rose-300\/0:active {
  border-right-color: rgb(253 164 175 / 0);
}

.active\:border-r-rose-300\/10:active {
  border-right-color: rgb(253 164 175 / 0.1);
}

.active\:border-r-rose-300\/100:active {
  border-right-color: rgb(253 164 175 / 1);
}

.active\:border-r-rose-300\/20:active {
  border-right-color: rgb(253 164 175 / 0.2);
}

.active\:border-r-rose-300\/25:active {
  border-right-color: rgb(253 164 175 / 0.25);
}

.active\:border-r-rose-300\/30:active {
  border-right-color: rgb(253 164 175 / 0.3);
}

.active\:border-r-rose-300\/40:active {
  border-right-color: rgb(253 164 175 / 0.4);
}

.active\:border-r-rose-300\/5:active {
  border-right-color: rgb(253 164 175 / 0.05);
}

.active\:border-r-rose-300\/50:active {
  border-right-color: rgb(253 164 175 / 0.5);
}

.active\:border-r-rose-300\/60:active {
  border-right-color: rgb(253 164 175 / 0.6);
}

.active\:border-r-rose-300\/70:active {
  border-right-color: rgb(253 164 175 / 0.7);
}

.active\:border-r-rose-300\/75:active {
  border-right-color: rgb(253 164 175 / 0.75);
}

.active\:border-r-rose-300\/80:active {
  border-right-color: rgb(253 164 175 / 0.8);
}

.active\:border-r-rose-300\/90:active {
  border-right-color: rgb(253 164 175 / 0.9);
}

.active\:border-r-rose-300\/95:active {
  border-right-color: rgb(253 164 175 / 0.95);
}

.active\:border-r-rose-400:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.active\:border-r-rose-400\/0:active {
  border-right-color: rgb(251 113 133 / 0);
}

.active\:border-r-rose-400\/10:active {
  border-right-color: rgb(251 113 133 / 0.1);
}

.active\:border-r-rose-400\/100:active {
  border-right-color: rgb(251 113 133 / 1);
}

.active\:border-r-rose-400\/20:active {
  border-right-color: rgb(251 113 133 / 0.2);
}

.active\:border-r-rose-400\/25:active {
  border-right-color: rgb(251 113 133 / 0.25);
}

.active\:border-r-rose-400\/30:active {
  border-right-color: rgb(251 113 133 / 0.3);
}

.active\:border-r-rose-400\/40:active {
  border-right-color: rgb(251 113 133 / 0.4);
}

.active\:border-r-rose-400\/5:active {
  border-right-color: rgb(251 113 133 / 0.05);
}

.active\:border-r-rose-400\/50:active {
  border-right-color: rgb(251 113 133 / 0.5);
}

.active\:border-r-rose-400\/60:active {
  border-right-color: rgb(251 113 133 / 0.6);
}

.active\:border-r-rose-400\/70:active {
  border-right-color: rgb(251 113 133 / 0.7);
}

.active\:border-r-rose-400\/75:active {
  border-right-color: rgb(251 113 133 / 0.75);
}

.active\:border-r-rose-400\/80:active {
  border-right-color: rgb(251 113 133 / 0.8);
}

.active\:border-r-rose-400\/90:active {
  border-right-color: rgb(251 113 133 / 0.9);
}

.active\:border-r-rose-400\/95:active {
  border-right-color: rgb(251 113 133 / 0.95);
}

.active\:border-r-rose-50:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 241 242 / var(--tw-border-opacity));
}

.active\:border-r-rose-50\/0:active {
  border-right-color: rgb(255 241 242 / 0);
}

.active\:border-r-rose-50\/10:active {
  border-right-color: rgb(255 241 242 / 0.1);
}

.active\:border-r-rose-50\/100:active {
  border-right-color: rgb(255 241 242 / 1);
}

.active\:border-r-rose-50\/20:active {
  border-right-color: rgb(255 241 242 / 0.2);
}

.active\:border-r-rose-50\/25:active {
  border-right-color: rgb(255 241 242 / 0.25);
}

.active\:border-r-rose-50\/30:active {
  border-right-color: rgb(255 241 242 / 0.3);
}

.active\:border-r-rose-50\/40:active {
  border-right-color: rgb(255 241 242 / 0.4);
}

.active\:border-r-rose-50\/5:active {
  border-right-color: rgb(255 241 242 / 0.05);
}

.active\:border-r-rose-50\/50:active {
  border-right-color: rgb(255 241 242 / 0.5);
}

.active\:border-r-rose-50\/60:active {
  border-right-color: rgb(255 241 242 / 0.6);
}

.active\:border-r-rose-50\/70:active {
  border-right-color: rgb(255 241 242 / 0.7);
}

.active\:border-r-rose-50\/75:active {
  border-right-color: rgb(255 241 242 / 0.75);
}

.active\:border-r-rose-50\/80:active {
  border-right-color: rgb(255 241 242 / 0.8);
}

.active\:border-r-rose-50\/90:active {
  border-right-color: rgb(255 241 242 / 0.9);
}

.active\:border-r-rose-50\/95:active {
  border-right-color: rgb(255 241 242 / 0.95);
}

.active\:border-r-rose-500:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(244 63 94 / var(--tw-border-opacity));
}

.active\:border-r-rose-500\/0:active {
  border-right-color: rgb(244 63 94 / 0);
}

.active\:border-r-rose-500\/10:active {
  border-right-color: rgb(244 63 94 / 0.1);
}

.active\:border-r-rose-500\/100:active {
  border-right-color: rgb(244 63 94 / 1);
}

.active\:border-r-rose-500\/20:active {
  border-right-color: rgb(244 63 94 / 0.2);
}

.active\:border-r-rose-500\/25:active {
  border-right-color: rgb(244 63 94 / 0.25);
}

.active\:border-r-rose-500\/30:active {
  border-right-color: rgb(244 63 94 / 0.3);
}

.active\:border-r-rose-500\/40:active {
  border-right-color: rgb(244 63 94 / 0.4);
}

.active\:border-r-rose-500\/5:active {
  border-right-color: rgb(244 63 94 / 0.05);
}

.active\:border-r-rose-500\/50:active {
  border-right-color: rgb(244 63 94 / 0.5);
}

.active\:border-r-rose-500\/60:active {
  border-right-color: rgb(244 63 94 / 0.6);
}

.active\:border-r-rose-500\/70:active {
  border-right-color: rgb(244 63 94 / 0.7);
}

.active\:border-r-rose-500\/75:active {
  border-right-color: rgb(244 63 94 / 0.75);
}

.active\:border-r-rose-500\/80:active {
  border-right-color: rgb(244 63 94 / 0.8);
}

.active\:border-r-rose-500\/90:active {
  border-right-color: rgb(244 63 94 / 0.9);
}

.active\:border-r-rose-500\/95:active {
  border-right-color: rgb(244 63 94 / 0.95);
}

.active\:border-r-rose-600:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(225 29 72 / var(--tw-border-opacity));
}

.active\:border-r-rose-600\/0:active {
  border-right-color: rgb(225 29 72 / 0);
}

.active\:border-r-rose-600\/10:active {
  border-right-color: rgb(225 29 72 / 0.1);
}

.active\:border-r-rose-600\/100:active {
  border-right-color: rgb(225 29 72 / 1);
}

.active\:border-r-rose-600\/20:active {
  border-right-color: rgb(225 29 72 / 0.2);
}

.active\:border-r-rose-600\/25:active {
  border-right-color: rgb(225 29 72 / 0.25);
}

.active\:border-r-rose-600\/30:active {
  border-right-color: rgb(225 29 72 / 0.3);
}

.active\:border-r-rose-600\/40:active {
  border-right-color: rgb(225 29 72 / 0.4);
}

.active\:border-r-rose-600\/5:active {
  border-right-color: rgb(225 29 72 / 0.05);
}

.active\:border-r-rose-600\/50:active {
  border-right-color: rgb(225 29 72 / 0.5);
}

.active\:border-r-rose-600\/60:active {
  border-right-color: rgb(225 29 72 / 0.6);
}

.active\:border-r-rose-600\/70:active {
  border-right-color: rgb(225 29 72 / 0.7);
}

.active\:border-r-rose-600\/75:active {
  border-right-color: rgb(225 29 72 / 0.75);
}

.active\:border-r-rose-600\/80:active {
  border-right-color: rgb(225 29 72 / 0.8);
}

.active\:border-r-rose-600\/90:active {
  border-right-color: rgb(225 29 72 / 0.9);
}

.active\:border-r-rose-600\/95:active {
  border-right-color: rgb(225 29 72 / 0.95);
}

.active\:border-r-rose-700:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(190 18 60 / var(--tw-border-opacity));
}

.active\:border-r-rose-700\/0:active {
  border-right-color: rgb(190 18 60 / 0);
}

.active\:border-r-rose-700\/10:active {
  border-right-color: rgb(190 18 60 / 0.1);
}

.active\:border-r-rose-700\/100:active {
  border-right-color: rgb(190 18 60 / 1);
}

.active\:border-r-rose-700\/20:active {
  border-right-color: rgb(190 18 60 / 0.2);
}

.active\:border-r-rose-700\/25:active {
  border-right-color: rgb(190 18 60 / 0.25);
}

.active\:border-r-rose-700\/30:active {
  border-right-color: rgb(190 18 60 / 0.3);
}

.active\:border-r-rose-700\/40:active {
  border-right-color: rgb(190 18 60 / 0.4);
}

.active\:border-r-rose-700\/5:active {
  border-right-color: rgb(190 18 60 / 0.05);
}

.active\:border-r-rose-700\/50:active {
  border-right-color: rgb(190 18 60 / 0.5);
}

.active\:border-r-rose-700\/60:active {
  border-right-color: rgb(190 18 60 / 0.6);
}

.active\:border-r-rose-700\/70:active {
  border-right-color: rgb(190 18 60 / 0.7);
}

.active\:border-r-rose-700\/75:active {
  border-right-color: rgb(190 18 60 / 0.75);
}

.active\:border-r-rose-700\/80:active {
  border-right-color: rgb(190 18 60 / 0.8);
}

.active\:border-r-rose-700\/90:active {
  border-right-color: rgb(190 18 60 / 0.9);
}

.active\:border-r-rose-700\/95:active {
  border-right-color: rgb(190 18 60 / 0.95);
}

.active\:border-r-rose-800:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(159 18 57 / var(--tw-border-opacity));
}

.active\:border-r-rose-800\/0:active {
  border-right-color: rgb(159 18 57 / 0);
}

.active\:border-r-rose-800\/10:active {
  border-right-color: rgb(159 18 57 / 0.1);
}

.active\:border-r-rose-800\/100:active {
  border-right-color: rgb(159 18 57 / 1);
}

.active\:border-r-rose-800\/20:active {
  border-right-color: rgb(159 18 57 / 0.2);
}

.active\:border-r-rose-800\/25:active {
  border-right-color: rgb(159 18 57 / 0.25);
}

.active\:border-r-rose-800\/30:active {
  border-right-color: rgb(159 18 57 / 0.3);
}

.active\:border-r-rose-800\/40:active {
  border-right-color: rgb(159 18 57 / 0.4);
}

.active\:border-r-rose-800\/5:active {
  border-right-color: rgb(159 18 57 / 0.05);
}

.active\:border-r-rose-800\/50:active {
  border-right-color: rgb(159 18 57 / 0.5);
}

.active\:border-r-rose-800\/60:active {
  border-right-color: rgb(159 18 57 / 0.6);
}

.active\:border-r-rose-800\/70:active {
  border-right-color: rgb(159 18 57 / 0.7);
}

.active\:border-r-rose-800\/75:active {
  border-right-color: rgb(159 18 57 / 0.75);
}

.active\:border-r-rose-800\/80:active {
  border-right-color: rgb(159 18 57 / 0.8);
}

.active\:border-r-rose-800\/90:active {
  border-right-color: rgb(159 18 57 / 0.9);
}

.active\:border-r-rose-800\/95:active {
  border-right-color: rgb(159 18 57 / 0.95);
}

.active\:border-r-rose-900:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(136 19 55 / var(--tw-border-opacity));
}

.active\:border-r-rose-900\/0:active {
  border-right-color: rgb(136 19 55 / 0);
}

.active\:border-r-rose-900\/10:active {
  border-right-color: rgb(136 19 55 / 0.1);
}

.active\:border-r-rose-900\/100:active {
  border-right-color: rgb(136 19 55 / 1);
}

.active\:border-r-rose-900\/20:active {
  border-right-color: rgb(136 19 55 / 0.2);
}

.active\:border-r-rose-900\/25:active {
  border-right-color: rgb(136 19 55 / 0.25);
}

.active\:border-r-rose-900\/30:active {
  border-right-color: rgb(136 19 55 / 0.3);
}

.active\:border-r-rose-900\/40:active {
  border-right-color: rgb(136 19 55 / 0.4);
}

.active\:border-r-rose-900\/5:active {
  border-right-color: rgb(136 19 55 / 0.05);
}

.active\:border-r-rose-900\/50:active {
  border-right-color: rgb(136 19 55 / 0.5);
}

.active\:border-r-rose-900\/60:active {
  border-right-color: rgb(136 19 55 / 0.6);
}

.active\:border-r-rose-900\/70:active {
  border-right-color: rgb(136 19 55 / 0.7);
}

.active\:border-r-rose-900\/75:active {
  border-right-color: rgb(136 19 55 / 0.75);
}

.active\:border-r-rose-900\/80:active {
  border-right-color: rgb(136 19 55 / 0.8);
}

.active\:border-r-rose-900\/90:active {
  border-right-color: rgb(136 19 55 / 0.9);
}

.active\:border-r-rose-900\/95:active {
  border-right-color: rgb(136 19 55 / 0.95);
}

.active\:border-r-rose-950:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(76 5 25 / var(--tw-border-opacity));
}

.active\:border-r-rose-950\/0:active {
  border-right-color: rgb(76 5 25 / 0);
}

.active\:border-r-rose-950\/10:active {
  border-right-color: rgb(76 5 25 / 0.1);
}

.active\:border-r-rose-950\/100:active {
  border-right-color: rgb(76 5 25 / 1);
}

.active\:border-r-rose-950\/20:active {
  border-right-color: rgb(76 5 25 / 0.2);
}

.active\:border-r-rose-950\/25:active {
  border-right-color: rgb(76 5 25 / 0.25);
}

.active\:border-r-rose-950\/30:active {
  border-right-color: rgb(76 5 25 / 0.3);
}

.active\:border-r-rose-950\/40:active {
  border-right-color: rgb(76 5 25 / 0.4);
}

.active\:border-r-rose-950\/5:active {
  border-right-color: rgb(76 5 25 / 0.05);
}

.active\:border-r-rose-950\/50:active {
  border-right-color: rgb(76 5 25 / 0.5);
}

.active\:border-r-rose-950\/60:active {
  border-right-color: rgb(76 5 25 / 0.6);
}

.active\:border-r-rose-950\/70:active {
  border-right-color: rgb(76 5 25 / 0.7);
}

.active\:border-r-rose-950\/75:active {
  border-right-color: rgb(76 5 25 / 0.75);
}

.active\:border-r-rose-950\/80:active {
  border-right-color: rgb(76 5 25 / 0.8);
}

.active\:border-r-rose-950\/90:active {
  border-right-color: rgb(76 5 25 / 0.9);
}

.active\:border-r-rose-950\/95:active {
  border-right-color: rgb(76 5 25 / 0.95);
}

.active\:border-r-sky-100:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(224 242 254 / var(--tw-border-opacity));
}

.active\:border-r-sky-100\/0:active {
  border-right-color: rgb(224 242 254 / 0);
}

.active\:border-r-sky-100\/10:active {
  border-right-color: rgb(224 242 254 / 0.1);
}

.active\:border-r-sky-100\/100:active {
  border-right-color: rgb(224 242 254 / 1);
}

.active\:border-r-sky-100\/20:active {
  border-right-color: rgb(224 242 254 / 0.2);
}

.active\:border-r-sky-100\/25:active {
  border-right-color: rgb(224 242 254 / 0.25);
}

.active\:border-r-sky-100\/30:active {
  border-right-color: rgb(224 242 254 / 0.3);
}

.active\:border-r-sky-100\/40:active {
  border-right-color: rgb(224 242 254 / 0.4);
}

.active\:border-r-sky-100\/5:active {
  border-right-color: rgb(224 242 254 / 0.05);
}

.active\:border-r-sky-100\/50:active {
  border-right-color: rgb(224 242 254 / 0.5);
}

.active\:border-r-sky-100\/60:active {
  border-right-color: rgb(224 242 254 / 0.6);
}

.active\:border-r-sky-100\/70:active {
  border-right-color: rgb(224 242 254 / 0.7);
}

.active\:border-r-sky-100\/75:active {
  border-right-color: rgb(224 242 254 / 0.75);
}

.active\:border-r-sky-100\/80:active {
  border-right-color: rgb(224 242 254 / 0.8);
}

.active\:border-r-sky-100\/90:active {
  border-right-color: rgb(224 242 254 / 0.9);
}

.active\:border-r-sky-100\/95:active {
  border-right-color: rgb(224 242 254 / 0.95);
}

.active\:border-r-sky-200:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(186 230 253 / var(--tw-border-opacity));
}

.active\:border-r-sky-200\/0:active {
  border-right-color: rgb(186 230 253 / 0);
}

.active\:border-r-sky-200\/10:active {
  border-right-color: rgb(186 230 253 / 0.1);
}

.active\:border-r-sky-200\/100:active {
  border-right-color: rgb(186 230 253 / 1);
}

.active\:border-r-sky-200\/20:active {
  border-right-color: rgb(186 230 253 / 0.2);
}

.active\:border-r-sky-200\/25:active {
  border-right-color: rgb(186 230 253 / 0.25);
}

.active\:border-r-sky-200\/30:active {
  border-right-color: rgb(186 230 253 / 0.3);
}

.active\:border-r-sky-200\/40:active {
  border-right-color: rgb(186 230 253 / 0.4);
}

.active\:border-r-sky-200\/5:active {
  border-right-color: rgb(186 230 253 / 0.05);
}

.active\:border-r-sky-200\/50:active {
  border-right-color: rgb(186 230 253 / 0.5);
}

.active\:border-r-sky-200\/60:active {
  border-right-color: rgb(186 230 253 / 0.6);
}

.active\:border-r-sky-200\/70:active {
  border-right-color: rgb(186 230 253 / 0.7);
}

.active\:border-r-sky-200\/75:active {
  border-right-color: rgb(186 230 253 / 0.75);
}

.active\:border-r-sky-200\/80:active {
  border-right-color: rgb(186 230 253 / 0.8);
}

.active\:border-r-sky-200\/90:active {
  border-right-color: rgb(186 230 253 / 0.9);
}

.active\:border-r-sky-200\/95:active {
  border-right-color: rgb(186 230 253 / 0.95);
}

.active\:border-r-sky-300:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(125 211 252 / var(--tw-border-opacity));
}

.active\:border-r-sky-300\/0:active {
  border-right-color: rgb(125 211 252 / 0);
}

.active\:border-r-sky-300\/10:active {
  border-right-color: rgb(125 211 252 / 0.1);
}

.active\:border-r-sky-300\/100:active {
  border-right-color: rgb(125 211 252 / 1);
}

.active\:border-r-sky-300\/20:active {
  border-right-color: rgb(125 211 252 / 0.2);
}

.active\:border-r-sky-300\/25:active {
  border-right-color: rgb(125 211 252 / 0.25);
}

.active\:border-r-sky-300\/30:active {
  border-right-color: rgb(125 211 252 / 0.3);
}

.active\:border-r-sky-300\/40:active {
  border-right-color: rgb(125 211 252 / 0.4);
}

.active\:border-r-sky-300\/5:active {
  border-right-color: rgb(125 211 252 / 0.05);
}

.active\:border-r-sky-300\/50:active {
  border-right-color: rgb(125 211 252 / 0.5);
}

.active\:border-r-sky-300\/60:active {
  border-right-color: rgb(125 211 252 / 0.6);
}

.active\:border-r-sky-300\/70:active {
  border-right-color: rgb(125 211 252 / 0.7);
}

.active\:border-r-sky-300\/75:active {
  border-right-color: rgb(125 211 252 / 0.75);
}

.active\:border-r-sky-300\/80:active {
  border-right-color: rgb(125 211 252 / 0.8);
}

.active\:border-r-sky-300\/90:active {
  border-right-color: rgb(125 211 252 / 0.9);
}

.active\:border-r-sky-300\/95:active {
  border-right-color: rgb(125 211 252 / 0.95);
}

.active\:border-r-sky-400:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(56 189 248 / var(--tw-border-opacity));
}

.active\:border-r-sky-400\/0:active {
  border-right-color: rgb(56 189 248 / 0);
}

.active\:border-r-sky-400\/10:active {
  border-right-color: rgb(56 189 248 / 0.1);
}

.active\:border-r-sky-400\/100:active {
  border-right-color: rgb(56 189 248 / 1);
}

.active\:border-r-sky-400\/20:active {
  border-right-color: rgb(56 189 248 / 0.2);
}

.active\:border-r-sky-400\/25:active {
  border-right-color: rgb(56 189 248 / 0.25);
}

.active\:border-r-sky-400\/30:active {
  border-right-color: rgb(56 189 248 / 0.3);
}

.active\:border-r-sky-400\/40:active {
  border-right-color: rgb(56 189 248 / 0.4);
}

.active\:border-r-sky-400\/5:active {
  border-right-color: rgb(56 189 248 / 0.05);
}

.active\:border-r-sky-400\/50:active {
  border-right-color: rgb(56 189 248 / 0.5);
}

.active\:border-r-sky-400\/60:active {
  border-right-color: rgb(56 189 248 / 0.6);
}

.active\:border-r-sky-400\/70:active {
  border-right-color: rgb(56 189 248 / 0.7);
}

.active\:border-r-sky-400\/75:active {
  border-right-color: rgb(56 189 248 / 0.75);
}

.active\:border-r-sky-400\/80:active {
  border-right-color: rgb(56 189 248 / 0.8);
}

.active\:border-r-sky-400\/90:active {
  border-right-color: rgb(56 189 248 / 0.9);
}

.active\:border-r-sky-400\/95:active {
  border-right-color: rgb(56 189 248 / 0.95);
}

.active\:border-r-sky-50:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.active\:border-r-sky-50\/0:active {
  border-right-color: rgb(240 249 255 / 0);
}

.active\:border-r-sky-50\/10:active {
  border-right-color: rgb(240 249 255 / 0.1);
}

.active\:border-r-sky-50\/100:active {
  border-right-color: rgb(240 249 255 / 1);
}

.active\:border-r-sky-50\/20:active {
  border-right-color: rgb(240 249 255 / 0.2);
}

.active\:border-r-sky-50\/25:active {
  border-right-color: rgb(240 249 255 / 0.25);
}

.active\:border-r-sky-50\/30:active {
  border-right-color: rgb(240 249 255 / 0.3);
}

.active\:border-r-sky-50\/40:active {
  border-right-color: rgb(240 249 255 / 0.4);
}

.active\:border-r-sky-50\/5:active {
  border-right-color: rgb(240 249 255 / 0.05);
}

.active\:border-r-sky-50\/50:active {
  border-right-color: rgb(240 249 255 / 0.5);
}

.active\:border-r-sky-50\/60:active {
  border-right-color: rgb(240 249 255 / 0.6);
}

.active\:border-r-sky-50\/70:active {
  border-right-color: rgb(240 249 255 / 0.7);
}

.active\:border-r-sky-50\/75:active {
  border-right-color: rgb(240 249 255 / 0.75);
}

.active\:border-r-sky-50\/80:active {
  border-right-color: rgb(240 249 255 / 0.8);
}

.active\:border-r-sky-50\/90:active {
  border-right-color: rgb(240 249 255 / 0.9);
}

.active\:border-r-sky-50\/95:active {
  border-right-color: rgb(240 249 255 / 0.95);
}

.active\:border-r-sky-500:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.active\:border-r-sky-500\/0:active {
  border-right-color: rgb(14 165 233 / 0);
}

.active\:border-r-sky-500\/10:active {
  border-right-color: rgb(14 165 233 / 0.1);
}

.active\:border-r-sky-500\/100:active {
  border-right-color: rgb(14 165 233 / 1);
}

.active\:border-r-sky-500\/20:active {
  border-right-color: rgb(14 165 233 / 0.2);
}

.active\:border-r-sky-500\/25:active {
  border-right-color: rgb(14 165 233 / 0.25);
}

.active\:border-r-sky-500\/30:active {
  border-right-color: rgb(14 165 233 / 0.3);
}

.active\:border-r-sky-500\/40:active {
  border-right-color: rgb(14 165 233 / 0.4);
}

.active\:border-r-sky-500\/5:active {
  border-right-color: rgb(14 165 233 / 0.05);
}

.active\:border-r-sky-500\/50:active {
  border-right-color: rgb(14 165 233 / 0.5);
}

.active\:border-r-sky-500\/60:active {
  border-right-color: rgb(14 165 233 / 0.6);
}

.active\:border-r-sky-500\/70:active {
  border-right-color: rgb(14 165 233 / 0.7);
}

.active\:border-r-sky-500\/75:active {
  border-right-color: rgb(14 165 233 / 0.75);
}

.active\:border-r-sky-500\/80:active {
  border-right-color: rgb(14 165 233 / 0.8);
}

.active\:border-r-sky-500\/90:active {
  border-right-color: rgb(14 165 233 / 0.9);
}

.active\:border-r-sky-500\/95:active {
  border-right-color: rgb(14 165 233 / 0.95);
}

.active\:border-r-sky-600:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(2 132 199 / var(--tw-border-opacity));
}

.active\:border-r-sky-600\/0:active {
  border-right-color: rgb(2 132 199 / 0);
}

.active\:border-r-sky-600\/10:active {
  border-right-color: rgb(2 132 199 / 0.1);
}

.active\:border-r-sky-600\/100:active {
  border-right-color: rgb(2 132 199 / 1);
}

.active\:border-r-sky-600\/20:active {
  border-right-color: rgb(2 132 199 / 0.2);
}

.active\:border-r-sky-600\/25:active {
  border-right-color: rgb(2 132 199 / 0.25);
}

.active\:border-r-sky-600\/30:active {
  border-right-color: rgb(2 132 199 / 0.3);
}

.active\:border-r-sky-600\/40:active {
  border-right-color: rgb(2 132 199 / 0.4);
}

.active\:border-r-sky-600\/5:active {
  border-right-color: rgb(2 132 199 / 0.05);
}

.active\:border-r-sky-600\/50:active {
  border-right-color: rgb(2 132 199 / 0.5);
}

.active\:border-r-sky-600\/60:active {
  border-right-color: rgb(2 132 199 / 0.6);
}

.active\:border-r-sky-600\/70:active {
  border-right-color: rgb(2 132 199 / 0.7);
}

.active\:border-r-sky-600\/75:active {
  border-right-color: rgb(2 132 199 / 0.75);
}

.active\:border-r-sky-600\/80:active {
  border-right-color: rgb(2 132 199 / 0.8);
}

.active\:border-r-sky-600\/90:active {
  border-right-color: rgb(2 132 199 / 0.9);
}

.active\:border-r-sky-600\/95:active {
  border-right-color: rgb(2 132 199 / 0.95);
}

.active\:border-r-sky-700:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.active\:border-r-sky-700\/0:active {
  border-right-color: rgb(3 105 161 / 0);
}

.active\:border-r-sky-700\/10:active {
  border-right-color: rgb(3 105 161 / 0.1);
}

.active\:border-r-sky-700\/100:active {
  border-right-color: rgb(3 105 161 / 1);
}

.active\:border-r-sky-700\/20:active {
  border-right-color: rgb(3 105 161 / 0.2);
}

.active\:border-r-sky-700\/25:active {
  border-right-color: rgb(3 105 161 / 0.25);
}

.active\:border-r-sky-700\/30:active {
  border-right-color: rgb(3 105 161 / 0.3);
}

.active\:border-r-sky-700\/40:active {
  border-right-color: rgb(3 105 161 / 0.4);
}

.active\:border-r-sky-700\/5:active {
  border-right-color: rgb(3 105 161 / 0.05);
}

.active\:border-r-sky-700\/50:active {
  border-right-color: rgb(3 105 161 / 0.5);
}

.active\:border-r-sky-700\/60:active {
  border-right-color: rgb(3 105 161 / 0.6);
}

.active\:border-r-sky-700\/70:active {
  border-right-color: rgb(3 105 161 / 0.7);
}

.active\:border-r-sky-700\/75:active {
  border-right-color: rgb(3 105 161 / 0.75);
}

.active\:border-r-sky-700\/80:active {
  border-right-color: rgb(3 105 161 / 0.8);
}

.active\:border-r-sky-700\/90:active {
  border-right-color: rgb(3 105 161 / 0.9);
}

.active\:border-r-sky-700\/95:active {
  border-right-color: rgb(3 105 161 / 0.95);
}

.active\:border-r-sky-800:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(7 89 133 / var(--tw-border-opacity));
}

.active\:border-r-sky-800\/0:active {
  border-right-color: rgb(7 89 133 / 0);
}

.active\:border-r-sky-800\/10:active {
  border-right-color: rgb(7 89 133 / 0.1);
}

.active\:border-r-sky-800\/100:active {
  border-right-color: rgb(7 89 133 / 1);
}

.active\:border-r-sky-800\/20:active {
  border-right-color: rgb(7 89 133 / 0.2);
}

.active\:border-r-sky-800\/25:active {
  border-right-color: rgb(7 89 133 / 0.25);
}

.active\:border-r-sky-800\/30:active {
  border-right-color: rgb(7 89 133 / 0.3);
}

.active\:border-r-sky-800\/40:active {
  border-right-color: rgb(7 89 133 / 0.4);
}

.active\:border-r-sky-800\/5:active {
  border-right-color: rgb(7 89 133 / 0.05);
}

.active\:border-r-sky-800\/50:active {
  border-right-color: rgb(7 89 133 / 0.5);
}

.active\:border-r-sky-800\/60:active {
  border-right-color: rgb(7 89 133 / 0.6);
}

.active\:border-r-sky-800\/70:active {
  border-right-color: rgb(7 89 133 / 0.7);
}

.active\:border-r-sky-800\/75:active {
  border-right-color: rgb(7 89 133 / 0.75);
}

.active\:border-r-sky-800\/80:active {
  border-right-color: rgb(7 89 133 / 0.8);
}

.active\:border-r-sky-800\/90:active {
  border-right-color: rgb(7 89 133 / 0.9);
}

.active\:border-r-sky-800\/95:active {
  border-right-color: rgb(7 89 133 / 0.95);
}

.active\:border-r-sky-900:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(12 74 110 / var(--tw-border-opacity));
}

.active\:border-r-sky-900\/0:active {
  border-right-color: rgb(12 74 110 / 0);
}

.active\:border-r-sky-900\/10:active {
  border-right-color: rgb(12 74 110 / 0.1);
}

.active\:border-r-sky-900\/100:active {
  border-right-color: rgb(12 74 110 / 1);
}

.active\:border-r-sky-900\/20:active {
  border-right-color: rgb(12 74 110 / 0.2);
}

.active\:border-r-sky-900\/25:active {
  border-right-color: rgb(12 74 110 / 0.25);
}

.active\:border-r-sky-900\/30:active {
  border-right-color: rgb(12 74 110 / 0.3);
}

.active\:border-r-sky-900\/40:active {
  border-right-color: rgb(12 74 110 / 0.4);
}

.active\:border-r-sky-900\/5:active {
  border-right-color: rgb(12 74 110 / 0.05);
}

.active\:border-r-sky-900\/50:active {
  border-right-color: rgb(12 74 110 / 0.5);
}

.active\:border-r-sky-900\/60:active {
  border-right-color: rgb(12 74 110 / 0.6);
}

.active\:border-r-sky-900\/70:active {
  border-right-color: rgb(12 74 110 / 0.7);
}

.active\:border-r-sky-900\/75:active {
  border-right-color: rgb(12 74 110 / 0.75);
}

.active\:border-r-sky-900\/80:active {
  border-right-color: rgb(12 74 110 / 0.8);
}

.active\:border-r-sky-900\/90:active {
  border-right-color: rgb(12 74 110 / 0.9);
}

.active\:border-r-sky-900\/95:active {
  border-right-color: rgb(12 74 110 / 0.95);
}

.active\:border-r-sky-950:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(8 47 73 / var(--tw-border-opacity));
}

.active\:border-r-sky-950\/0:active {
  border-right-color: rgb(8 47 73 / 0);
}

.active\:border-r-sky-950\/10:active {
  border-right-color: rgb(8 47 73 / 0.1);
}

.active\:border-r-sky-950\/100:active {
  border-right-color: rgb(8 47 73 / 1);
}

.active\:border-r-sky-950\/20:active {
  border-right-color: rgb(8 47 73 / 0.2);
}

.active\:border-r-sky-950\/25:active {
  border-right-color: rgb(8 47 73 / 0.25);
}

.active\:border-r-sky-950\/30:active {
  border-right-color: rgb(8 47 73 / 0.3);
}

.active\:border-r-sky-950\/40:active {
  border-right-color: rgb(8 47 73 / 0.4);
}

.active\:border-r-sky-950\/5:active {
  border-right-color: rgb(8 47 73 / 0.05);
}

.active\:border-r-sky-950\/50:active {
  border-right-color: rgb(8 47 73 / 0.5);
}

.active\:border-r-sky-950\/60:active {
  border-right-color: rgb(8 47 73 / 0.6);
}

.active\:border-r-sky-950\/70:active {
  border-right-color: rgb(8 47 73 / 0.7);
}

.active\:border-r-sky-950\/75:active {
  border-right-color: rgb(8 47 73 / 0.75);
}

.active\:border-r-sky-950\/80:active {
  border-right-color: rgb(8 47 73 / 0.8);
}

.active\:border-r-sky-950\/90:active {
  border-right-color: rgb(8 47 73 / 0.9);
}

.active\:border-r-sky-950\/95:active {
  border-right-color: rgb(8 47 73 / 0.95);
}

.active\:border-r-slate-100:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.active\:border-r-slate-100\/0:active {
  border-right-color: rgb(241 245 249 / 0);
}

.active\:border-r-slate-100\/10:active {
  border-right-color: rgb(241 245 249 / 0.1);
}

.active\:border-r-slate-100\/100:active {
  border-right-color: rgb(241 245 249 / 1);
}

.active\:border-r-slate-100\/20:active {
  border-right-color: rgb(241 245 249 / 0.2);
}

.active\:border-r-slate-100\/25:active {
  border-right-color: rgb(241 245 249 / 0.25);
}

.active\:border-r-slate-100\/30:active {
  border-right-color: rgb(241 245 249 / 0.3);
}

.active\:border-r-slate-100\/40:active {
  border-right-color: rgb(241 245 249 / 0.4);
}

.active\:border-r-slate-100\/5:active {
  border-right-color: rgb(241 245 249 / 0.05);
}

.active\:border-r-slate-100\/50:active {
  border-right-color: rgb(241 245 249 / 0.5);
}

.active\:border-r-slate-100\/60:active {
  border-right-color: rgb(241 245 249 / 0.6);
}

.active\:border-r-slate-100\/70:active {
  border-right-color: rgb(241 245 249 / 0.7);
}

.active\:border-r-slate-100\/75:active {
  border-right-color: rgb(241 245 249 / 0.75);
}

.active\:border-r-slate-100\/80:active {
  border-right-color: rgb(241 245 249 / 0.8);
}

.active\:border-r-slate-100\/90:active {
  border-right-color: rgb(241 245 249 / 0.9);
}

.active\:border-r-slate-100\/95:active {
  border-right-color: rgb(241 245 249 / 0.95);
}

.active\:border-r-slate-200:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.active\:border-r-slate-200\/0:active {
  border-right-color: rgb(226 232 240 / 0);
}

.active\:border-r-slate-200\/10:active {
  border-right-color: rgb(226 232 240 / 0.1);
}

.active\:border-r-slate-200\/100:active {
  border-right-color: rgb(226 232 240 / 1);
}

.active\:border-r-slate-200\/20:active {
  border-right-color: rgb(226 232 240 / 0.2);
}

.active\:border-r-slate-200\/25:active {
  border-right-color: rgb(226 232 240 / 0.25);
}

.active\:border-r-slate-200\/30:active {
  border-right-color: rgb(226 232 240 / 0.3);
}

.active\:border-r-slate-200\/40:active {
  border-right-color: rgb(226 232 240 / 0.4);
}

.active\:border-r-slate-200\/5:active {
  border-right-color: rgb(226 232 240 / 0.05);
}

.active\:border-r-slate-200\/50:active {
  border-right-color: rgb(226 232 240 / 0.5);
}

.active\:border-r-slate-200\/60:active {
  border-right-color: rgb(226 232 240 / 0.6);
}

.active\:border-r-slate-200\/70:active {
  border-right-color: rgb(226 232 240 / 0.7);
}

.active\:border-r-slate-200\/75:active {
  border-right-color: rgb(226 232 240 / 0.75);
}

.active\:border-r-slate-200\/80:active {
  border-right-color: rgb(226 232 240 / 0.8);
}

.active\:border-r-slate-200\/90:active {
  border-right-color: rgb(226 232 240 / 0.9);
}

.active\:border-r-slate-200\/95:active {
  border-right-color: rgb(226 232 240 / 0.95);
}

.active\:border-r-slate-300:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.active\:border-r-slate-300\/0:active {
  border-right-color: rgb(203 213 225 / 0);
}

.active\:border-r-slate-300\/10:active {
  border-right-color: rgb(203 213 225 / 0.1);
}

.active\:border-r-slate-300\/100:active {
  border-right-color: rgb(203 213 225 / 1);
}

.active\:border-r-slate-300\/20:active {
  border-right-color: rgb(203 213 225 / 0.2);
}

.active\:border-r-slate-300\/25:active {
  border-right-color: rgb(203 213 225 / 0.25);
}

.active\:border-r-slate-300\/30:active {
  border-right-color: rgb(203 213 225 / 0.3);
}

.active\:border-r-slate-300\/40:active {
  border-right-color: rgb(203 213 225 / 0.4);
}

.active\:border-r-slate-300\/5:active {
  border-right-color: rgb(203 213 225 / 0.05);
}

.active\:border-r-slate-300\/50:active {
  border-right-color: rgb(203 213 225 / 0.5);
}

.active\:border-r-slate-300\/60:active {
  border-right-color: rgb(203 213 225 / 0.6);
}

.active\:border-r-slate-300\/70:active {
  border-right-color: rgb(203 213 225 / 0.7);
}

.active\:border-r-slate-300\/75:active {
  border-right-color: rgb(203 213 225 / 0.75);
}

.active\:border-r-slate-300\/80:active {
  border-right-color: rgb(203 213 225 / 0.8);
}

.active\:border-r-slate-300\/90:active {
  border-right-color: rgb(203 213 225 / 0.9);
}

.active\:border-r-slate-300\/95:active {
  border-right-color: rgb(203 213 225 / 0.95);
}

.active\:border-r-slate-400:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.active\:border-r-slate-400\/0:active {
  border-right-color: rgb(148 163 184 / 0);
}

.active\:border-r-slate-400\/10:active {
  border-right-color: rgb(148 163 184 / 0.1);
}

.active\:border-r-slate-400\/100:active {
  border-right-color: rgb(148 163 184 / 1);
}

.active\:border-r-slate-400\/20:active {
  border-right-color: rgb(148 163 184 / 0.2);
}

.active\:border-r-slate-400\/25:active {
  border-right-color: rgb(148 163 184 / 0.25);
}

.active\:border-r-slate-400\/30:active {
  border-right-color: rgb(148 163 184 / 0.3);
}

.active\:border-r-slate-400\/40:active {
  border-right-color: rgb(148 163 184 / 0.4);
}

.active\:border-r-slate-400\/5:active {
  border-right-color: rgb(148 163 184 / 0.05);
}

.active\:border-r-slate-400\/50:active {
  border-right-color: rgb(148 163 184 / 0.5);
}

.active\:border-r-slate-400\/60:active {
  border-right-color: rgb(148 163 184 / 0.6);
}

.active\:border-r-slate-400\/70:active {
  border-right-color: rgb(148 163 184 / 0.7);
}

.active\:border-r-slate-400\/75:active {
  border-right-color: rgb(148 163 184 / 0.75);
}

.active\:border-r-slate-400\/80:active {
  border-right-color: rgb(148 163 184 / 0.8);
}

.active\:border-r-slate-400\/90:active {
  border-right-color: rgb(148 163 184 / 0.9);
}

.active\:border-r-slate-400\/95:active {
  border-right-color: rgb(148 163 184 / 0.95);
}

.active\:border-r-slate-50:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(248 250 252 / var(--tw-border-opacity));
}

.active\:border-r-slate-50\/0:active {
  border-right-color: rgb(248 250 252 / 0);
}

.active\:border-r-slate-50\/10:active {
  border-right-color: rgb(248 250 252 / 0.1);
}

.active\:border-r-slate-50\/100:active {
  border-right-color: rgb(248 250 252 / 1);
}

.active\:border-r-slate-50\/20:active {
  border-right-color: rgb(248 250 252 / 0.2);
}

.active\:border-r-slate-50\/25:active {
  border-right-color: rgb(248 250 252 / 0.25);
}

.active\:border-r-slate-50\/30:active {
  border-right-color: rgb(248 250 252 / 0.3);
}

.active\:border-r-slate-50\/40:active {
  border-right-color: rgb(248 250 252 / 0.4);
}

.active\:border-r-slate-50\/5:active {
  border-right-color: rgb(248 250 252 / 0.05);
}

.active\:border-r-slate-50\/50:active {
  border-right-color: rgb(248 250 252 / 0.5);
}

.active\:border-r-slate-50\/60:active {
  border-right-color: rgb(248 250 252 / 0.6);
}

.active\:border-r-slate-50\/70:active {
  border-right-color: rgb(248 250 252 / 0.7);
}

.active\:border-r-slate-50\/75:active {
  border-right-color: rgb(248 250 252 / 0.75);
}

.active\:border-r-slate-50\/80:active {
  border-right-color: rgb(248 250 252 / 0.8);
}

.active\:border-r-slate-50\/90:active {
  border-right-color: rgb(248 250 252 / 0.9);
}

.active\:border-r-slate-50\/95:active {
  border-right-color: rgb(248 250 252 / 0.95);
}

.active\:border-r-slate-500:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.active\:border-r-slate-500\/0:active {
  border-right-color: rgb(100 116 139 / 0);
}

.active\:border-r-slate-500\/10:active {
  border-right-color: rgb(100 116 139 / 0.1);
}

.active\:border-r-slate-500\/100:active {
  border-right-color: rgb(100 116 139 / 1);
}

.active\:border-r-slate-500\/20:active {
  border-right-color: rgb(100 116 139 / 0.2);
}

.active\:border-r-slate-500\/25:active {
  border-right-color: rgb(100 116 139 / 0.25);
}

.active\:border-r-slate-500\/30:active {
  border-right-color: rgb(100 116 139 / 0.3);
}

.active\:border-r-slate-500\/40:active {
  border-right-color: rgb(100 116 139 / 0.4);
}

.active\:border-r-slate-500\/5:active {
  border-right-color: rgb(100 116 139 / 0.05);
}

.active\:border-r-slate-500\/50:active {
  border-right-color: rgb(100 116 139 / 0.5);
}

.active\:border-r-slate-500\/60:active {
  border-right-color: rgb(100 116 139 / 0.6);
}

.active\:border-r-slate-500\/70:active {
  border-right-color: rgb(100 116 139 / 0.7);
}

.active\:border-r-slate-500\/75:active {
  border-right-color: rgb(100 116 139 / 0.75);
}

.active\:border-r-slate-500\/80:active {
  border-right-color: rgb(100 116 139 / 0.8);
}

.active\:border-r-slate-500\/90:active {
  border-right-color: rgb(100 116 139 / 0.9);
}

.active\:border-r-slate-500\/95:active {
  border-right-color: rgb(100 116 139 / 0.95);
}

.active\:border-r-slate-600:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(71 85 105 / var(--tw-border-opacity));
}

.active\:border-r-slate-600\/0:active {
  border-right-color: rgb(71 85 105 / 0);
}

.active\:border-r-slate-600\/10:active {
  border-right-color: rgb(71 85 105 / 0.1);
}

.active\:border-r-slate-600\/100:active {
  border-right-color: rgb(71 85 105 / 1);
}

.active\:border-r-slate-600\/20:active {
  border-right-color: rgb(71 85 105 / 0.2);
}

.active\:border-r-slate-600\/25:active {
  border-right-color: rgb(71 85 105 / 0.25);
}

.active\:border-r-slate-600\/30:active {
  border-right-color: rgb(71 85 105 / 0.3);
}

.active\:border-r-slate-600\/40:active {
  border-right-color: rgb(71 85 105 / 0.4);
}

.active\:border-r-slate-600\/5:active {
  border-right-color: rgb(71 85 105 / 0.05);
}

.active\:border-r-slate-600\/50:active {
  border-right-color: rgb(71 85 105 / 0.5);
}

.active\:border-r-slate-600\/60:active {
  border-right-color: rgb(71 85 105 / 0.6);
}

.active\:border-r-slate-600\/70:active {
  border-right-color: rgb(71 85 105 / 0.7);
}

.active\:border-r-slate-600\/75:active {
  border-right-color: rgb(71 85 105 / 0.75);
}

.active\:border-r-slate-600\/80:active {
  border-right-color: rgb(71 85 105 / 0.8);
}

.active\:border-r-slate-600\/90:active {
  border-right-color: rgb(71 85 105 / 0.9);
}

.active\:border-r-slate-600\/95:active {
  border-right-color: rgb(71 85 105 / 0.95);
}

.active\:border-r-slate-700:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.active\:border-r-slate-700\/0:active {
  border-right-color: rgb(51 65 85 / 0);
}

.active\:border-r-slate-700\/10:active {
  border-right-color: rgb(51 65 85 / 0.1);
}

.active\:border-r-slate-700\/100:active {
  border-right-color: rgb(51 65 85 / 1);
}

.active\:border-r-slate-700\/20:active {
  border-right-color: rgb(51 65 85 / 0.2);
}

.active\:border-r-slate-700\/25:active {
  border-right-color: rgb(51 65 85 / 0.25);
}

.active\:border-r-slate-700\/30:active {
  border-right-color: rgb(51 65 85 / 0.3);
}

.active\:border-r-slate-700\/40:active {
  border-right-color: rgb(51 65 85 / 0.4);
}

.active\:border-r-slate-700\/5:active {
  border-right-color: rgb(51 65 85 / 0.05);
}

.active\:border-r-slate-700\/50:active {
  border-right-color: rgb(51 65 85 / 0.5);
}

.active\:border-r-slate-700\/60:active {
  border-right-color: rgb(51 65 85 / 0.6);
}

.active\:border-r-slate-700\/70:active {
  border-right-color: rgb(51 65 85 / 0.7);
}

.active\:border-r-slate-700\/75:active {
  border-right-color: rgb(51 65 85 / 0.75);
}

.active\:border-r-slate-700\/80:active {
  border-right-color: rgb(51 65 85 / 0.8);
}

.active\:border-r-slate-700\/90:active {
  border-right-color: rgb(51 65 85 / 0.9);
}

.active\:border-r-slate-700\/95:active {
  border-right-color: rgb(51 65 85 / 0.95);
}

.active\:border-r-slate-800:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.active\:border-r-slate-800\/0:active {
  border-right-color: rgb(30 41 59 / 0);
}

.active\:border-r-slate-800\/10:active {
  border-right-color: rgb(30 41 59 / 0.1);
}

.active\:border-r-slate-800\/100:active {
  border-right-color: rgb(30 41 59 / 1);
}

.active\:border-r-slate-800\/20:active {
  border-right-color: rgb(30 41 59 / 0.2);
}

.active\:border-r-slate-800\/25:active {
  border-right-color: rgb(30 41 59 / 0.25);
}

.active\:border-r-slate-800\/30:active {
  border-right-color: rgb(30 41 59 / 0.3);
}

.active\:border-r-slate-800\/40:active {
  border-right-color: rgb(30 41 59 / 0.4);
}

.active\:border-r-slate-800\/5:active {
  border-right-color: rgb(30 41 59 / 0.05);
}

.active\:border-r-slate-800\/50:active {
  border-right-color: rgb(30 41 59 / 0.5);
}

.active\:border-r-slate-800\/60:active {
  border-right-color: rgb(30 41 59 / 0.6);
}

.active\:border-r-slate-800\/70:active {
  border-right-color: rgb(30 41 59 / 0.7);
}

.active\:border-r-slate-800\/75:active {
  border-right-color: rgb(30 41 59 / 0.75);
}

.active\:border-r-slate-800\/80:active {
  border-right-color: rgb(30 41 59 / 0.8);
}

.active\:border-r-slate-800\/90:active {
  border-right-color: rgb(30 41 59 / 0.9);
}

.active\:border-r-slate-800\/95:active {
  border-right-color: rgb(30 41 59 / 0.95);
}

.active\:border-r-slate-900:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(15 23 42 / var(--tw-border-opacity));
}

.active\:border-r-slate-900\/0:active {
  border-right-color: rgb(15 23 42 / 0);
}

.active\:border-r-slate-900\/10:active {
  border-right-color: rgb(15 23 42 / 0.1);
}

.active\:border-r-slate-900\/100:active {
  border-right-color: rgb(15 23 42 / 1);
}

.active\:border-r-slate-900\/20:active {
  border-right-color: rgb(15 23 42 / 0.2);
}

.active\:border-r-slate-900\/25:active {
  border-right-color: rgb(15 23 42 / 0.25);
}

.active\:border-r-slate-900\/30:active {
  border-right-color: rgb(15 23 42 / 0.3);
}

.active\:border-r-slate-900\/40:active {
  border-right-color: rgb(15 23 42 / 0.4);
}

.active\:border-r-slate-900\/5:active {
  border-right-color: rgb(15 23 42 / 0.05);
}

.active\:border-r-slate-900\/50:active {
  border-right-color: rgb(15 23 42 / 0.5);
}

.active\:border-r-slate-900\/60:active {
  border-right-color: rgb(15 23 42 / 0.6);
}

.active\:border-r-slate-900\/70:active {
  border-right-color: rgb(15 23 42 / 0.7);
}

.active\:border-r-slate-900\/75:active {
  border-right-color: rgb(15 23 42 / 0.75);
}

.active\:border-r-slate-900\/80:active {
  border-right-color: rgb(15 23 42 / 0.8);
}

.active\:border-r-slate-900\/90:active {
  border-right-color: rgb(15 23 42 / 0.9);
}

.active\:border-r-slate-900\/95:active {
  border-right-color: rgb(15 23 42 / 0.95);
}

.active\:border-r-slate-950:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(2 6 23 / var(--tw-border-opacity));
}

.active\:border-r-slate-950\/0:active {
  border-right-color: rgb(2 6 23 / 0);
}

.active\:border-r-slate-950\/10:active {
  border-right-color: rgb(2 6 23 / 0.1);
}

.active\:border-r-slate-950\/100:active {
  border-right-color: rgb(2 6 23 / 1);
}

.active\:border-r-slate-950\/20:active {
  border-right-color: rgb(2 6 23 / 0.2);
}

.active\:border-r-slate-950\/25:active {
  border-right-color: rgb(2 6 23 / 0.25);
}

.active\:border-r-slate-950\/30:active {
  border-right-color: rgb(2 6 23 / 0.3);
}

.active\:border-r-slate-950\/40:active {
  border-right-color: rgb(2 6 23 / 0.4);
}

.active\:border-r-slate-950\/5:active {
  border-right-color: rgb(2 6 23 / 0.05);
}

.active\:border-r-slate-950\/50:active {
  border-right-color: rgb(2 6 23 / 0.5);
}

.active\:border-r-slate-950\/60:active {
  border-right-color: rgb(2 6 23 / 0.6);
}

.active\:border-r-slate-950\/70:active {
  border-right-color: rgb(2 6 23 / 0.7);
}

.active\:border-r-slate-950\/75:active {
  border-right-color: rgb(2 6 23 / 0.75);
}

.active\:border-r-slate-950\/80:active {
  border-right-color: rgb(2 6 23 / 0.8);
}

.active\:border-r-slate-950\/90:active {
  border-right-color: rgb(2 6 23 / 0.9);
}

.active\:border-r-slate-950\/95:active {
  border-right-color: rgb(2 6 23 / 0.95);
}

.active\:border-r-stone-100:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 245 244 / var(--tw-border-opacity));
}

.active\:border-r-stone-100\/0:active {
  border-right-color: rgb(245 245 244 / 0);
}

.active\:border-r-stone-100\/10:active {
  border-right-color: rgb(245 245 244 / 0.1);
}

.active\:border-r-stone-100\/100:active {
  border-right-color: rgb(245 245 244 / 1);
}

.active\:border-r-stone-100\/20:active {
  border-right-color: rgb(245 245 244 / 0.2);
}

.active\:border-r-stone-100\/25:active {
  border-right-color: rgb(245 245 244 / 0.25);
}

.active\:border-r-stone-100\/30:active {
  border-right-color: rgb(245 245 244 / 0.3);
}

.active\:border-r-stone-100\/40:active {
  border-right-color: rgb(245 245 244 / 0.4);
}

.active\:border-r-stone-100\/5:active {
  border-right-color: rgb(245 245 244 / 0.05);
}

.active\:border-r-stone-100\/50:active {
  border-right-color: rgb(245 245 244 / 0.5);
}

.active\:border-r-stone-100\/60:active {
  border-right-color: rgb(245 245 244 / 0.6);
}

.active\:border-r-stone-100\/70:active {
  border-right-color: rgb(245 245 244 / 0.7);
}

.active\:border-r-stone-100\/75:active {
  border-right-color: rgb(245 245 244 / 0.75);
}

.active\:border-r-stone-100\/80:active {
  border-right-color: rgb(245 245 244 / 0.8);
}

.active\:border-r-stone-100\/90:active {
  border-right-color: rgb(245 245 244 / 0.9);
}

.active\:border-r-stone-100\/95:active {
  border-right-color: rgb(245 245 244 / 0.95);
}

.active\:border-r-stone-200:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(231 229 228 / var(--tw-border-opacity));
}

.active\:border-r-stone-200\/0:active {
  border-right-color: rgb(231 229 228 / 0);
}

.active\:border-r-stone-200\/10:active {
  border-right-color: rgb(231 229 228 / 0.1);
}

.active\:border-r-stone-200\/100:active {
  border-right-color: rgb(231 229 228 / 1);
}

.active\:border-r-stone-200\/20:active {
  border-right-color: rgb(231 229 228 / 0.2);
}

.active\:border-r-stone-200\/25:active {
  border-right-color: rgb(231 229 228 / 0.25);
}

.active\:border-r-stone-200\/30:active {
  border-right-color: rgb(231 229 228 / 0.3);
}

.active\:border-r-stone-200\/40:active {
  border-right-color: rgb(231 229 228 / 0.4);
}

.active\:border-r-stone-200\/5:active {
  border-right-color: rgb(231 229 228 / 0.05);
}

.active\:border-r-stone-200\/50:active {
  border-right-color: rgb(231 229 228 / 0.5);
}

.active\:border-r-stone-200\/60:active {
  border-right-color: rgb(231 229 228 / 0.6);
}

.active\:border-r-stone-200\/70:active {
  border-right-color: rgb(231 229 228 / 0.7);
}

.active\:border-r-stone-200\/75:active {
  border-right-color: rgb(231 229 228 / 0.75);
}

.active\:border-r-stone-200\/80:active {
  border-right-color: rgb(231 229 228 / 0.8);
}

.active\:border-r-stone-200\/90:active {
  border-right-color: rgb(231 229 228 / 0.9);
}

.active\:border-r-stone-200\/95:active {
  border-right-color: rgb(231 229 228 / 0.95);
}

.active\:border-r-stone-300:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.active\:border-r-stone-300\/0:active {
  border-right-color: rgb(214 211 209 / 0);
}

.active\:border-r-stone-300\/10:active {
  border-right-color: rgb(214 211 209 / 0.1);
}

.active\:border-r-stone-300\/100:active {
  border-right-color: rgb(214 211 209 / 1);
}

.active\:border-r-stone-300\/20:active {
  border-right-color: rgb(214 211 209 / 0.2);
}

.active\:border-r-stone-300\/25:active {
  border-right-color: rgb(214 211 209 / 0.25);
}

.active\:border-r-stone-300\/30:active {
  border-right-color: rgb(214 211 209 / 0.3);
}

.active\:border-r-stone-300\/40:active {
  border-right-color: rgb(214 211 209 / 0.4);
}

.active\:border-r-stone-300\/5:active {
  border-right-color: rgb(214 211 209 / 0.05);
}

.active\:border-r-stone-300\/50:active {
  border-right-color: rgb(214 211 209 / 0.5);
}

.active\:border-r-stone-300\/60:active {
  border-right-color: rgb(214 211 209 / 0.6);
}

.active\:border-r-stone-300\/70:active {
  border-right-color: rgb(214 211 209 / 0.7);
}

.active\:border-r-stone-300\/75:active {
  border-right-color: rgb(214 211 209 / 0.75);
}

.active\:border-r-stone-300\/80:active {
  border-right-color: rgb(214 211 209 / 0.8);
}

.active\:border-r-stone-300\/90:active {
  border-right-color: rgb(214 211 209 / 0.9);
}

.active\:border-r-stone-300\/95:active {
  border-right-color: rgb(214 211 209 / 0.95);
}

.active\:border-r-stone-400:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(168 162 158 / var(--tw-border-opacity));
}

.active\:border-r-stone-400\/0:active {
  border-right-color: rgb(168 162 158 / 0);
}

.active\:border-r-stone-400\/10:active {
  border-right-color: rgb(168 162 158 / 0.1);
}

.active\:border-r-stone-400\/100:active {
  border-right-color: rgb(168 162 158 / 1);
}

.active\:border-r-stone-400\/20:active {
  border-right-color: rgb(168 162 158 / 0.2);
}

.active\:border-r-stone-400\/25:active {
  border-right-color: rgb(168 162 158 / 0.25);
}

.active\:border-r-stone-400\/30:active {
  border-right-color: rgb(168 162 158 / 0.3);
}

.active\:border-r-stone-400\/40:active {
  border-right-color: rgb(168 162 158 / 0.4);
}

.active\:border-r-stone-400\/5:active {
  border-right-color: rgb(168 162 158 / 0.05);
}

.active\:border-r-stone-400\/50:active {
  border-right-color: rgb(168 162 158 / 0.5);
}

.active\:border-r-stone-400\/60:active {
  border-right-color: rgb(168 162 158 / 0.6);
}

.active\:border-r-stone-400\/70:active {
  border-right-color: rgb(168 162 158 / 0.7);
}

.active\:border-r-stone-400\/75:active {
  border-right-color: rgb(168 162 158 / 0.75);
}

.active\:border-r-stone-400\/80:active {
  border-right-color: rgb(168 162 158 / 0.8);
}

.active\:border-r-stone-400\/90:active {
  border-right-color: rgb(168 162 158 / 0.9);
}

.active\:border-r-stone-400\/95:active {
  border-right-color: rgb(168 162 158 / 0.95);
}

.active\:border-r-stone-50:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 250 249 / var(--tw-border-opacity));
}

.active\:border-r-stone-50\/0:active {
  border-right-color: rgb(250 250 249 / 0);
}

.active\:border-r-stone-50\/10:active {
  border-right-color: rgb(250 250 249 / 0.1);
}

.active\:border-r-stone-50\/100:active {
  border-right-color: rgb(250 250 249 / 1);
}

.active\:border-r-stone-50\/20:active {
  border-right-color: rgb(250 250 249 / 0.2);
}

.active\:border-r-stone-50\/25:active {
  border-right-color: rgb(250 250 249 / 0.25);
}

.active\:border-r-stone-50\/30:active {
  border-right-color: rgb(250 250 249 / 0.3);
}

.active\:border-r-stone-50\/40:active {
  border-right-color: rgb(250 250 249 / 0.4);
}

.active\:border-r-stone-50\/5:active {
  border-right-color: rgb(250 250 249 / 0.05);
}

.active\:border-r-stone-50\/50:active {
  border-right-color: rgb(250 250 249 / 0.5);
}

.active\:border-r-stone-50\/60:active {
  border-right-color: rgb(250 250 249 / 0.6);
}

.active\:border-r-stone-50\/70:active {
  border-right-color: rgb(250 250 249 / 0.7);
}

.active\:border-r-stone-50\/75:active {
  border-right-color: rgb(250 250 249 / 0.75);
}

.active\:border-r-stone-50\/80:active {
  border-right-color: rgb(250 250 249 / 0.8);
}

.active\:border-r-stone-50\/90:active {
  border-right-color: rgb(250 250 249 / 0.9);
}

.active\:border-r-stone-50\/95:active {
  border-right-color: rgb(250 250 249 / 0.95);
}

.active\:border-r-stone-500:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(120 113 108 / var(--tw-border-opacity));
}

.active\:border-r-stone-500\/0:active {
  border-right-color: rgb(120 113 108 / 0);
}

.active\:border-r-stone-500\/10:active {
  border-right-color: rgb(120 113 108 / 0.1);
}

.active\:border-r-stone-500\/100:active {
  border-right-color: rgb(120 113 108 / 1);
}

.active\:border-r-stone-500\/20:active {
  border-right-color: rgb(120 113 108 / 0.2);
}

.active\:border-r-stone-500\/25:active {
  border-right-color: rgb(120 113 108 / 0.25);
}

.active\:border-r-stone-500\/30:active {
  border-right-color: rgb(120 113 108 / 0.3);
}

.active\:border-r-stone-500\/40:active {
  border-right-color: rgb(120 113 108 / 0.4);
}

.active\:border-r-stone-500\/5:active {
  border-right-color: rgb(120 113 108 / 0.05);
}

.active\:border-r-stone-500\/50:active {
  border-right-color: rgb(120 113 108 / 0.5);
}

.active\:border-r-stone-500\/60:active {
  border-right-color: rgb(120 113 108 / 0.6);
}

.active\:border-r-stone-500\/70:active {
  border-right-color: rgb(120 113 108 / 0.7);
}

.active\:border-r-stone-500\/75:active {
  border-right-color: rgb(120 113 108 / 0.75);
}

.active\:border-r-stone-500\/80:active {
  border-right-color: rgb(120 113 108 / 0.8);
}

.active\:border-r-stone-500\/90:active {
  border-right-color: rgb(120 113 108 / 0.9);
}

.active\:border-r-stone-500\/95:active {
  border-right-color: rgb(120 113 108 / 0.95);
}

.active\:border-r-stone-600:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(87 83 78 / var(--tw-border-opacity));
}

.active\:border-r-stone-600\/0:active {
  border-right-color: rgb(87 83 78 / 0);
}

.active\:border-r-stone-600\/10:active {
  border-right-color: rgb(87 83 78 / 0.1);
}

.active\:border-r-stone-600\/100:active {
  border-right-color: rgb(87 83 78 / 1);
}

.active\:border-r-stone-600\/20:active {
  border-right-color: rgb(87 83 78 / 0.2);
}

.active\:border-r-stone-600\/25:active {
  border-right-color: rgb(87 83 78 / 0.25);
}

.active\:border-r-stone-600\/30:active {
  border-right-color: rgb(87 83 78 / 0.3);
}

.active\:border-r-stone-600\/40:active {
  border-right-color: rgb(87 83 78 / 0.4);
}

.active\:border-r-stone-600\/5:active {
  border-right-color: rgb(87 83 78 / 0.05);
}

.active\:border-r-stone-600\/50:active {
  border-right-color: rgb(87 83 78 / 0.5);
}

.active\:border-r-stone-600\/60:active {
  border-right-color: rgb(87 83 78 / 0.6);
}

.active\:border-r-stone-600\/70:active {
  border-right-color: rgb(87 83 78 / 0.7);
}

.active\:border-r-stone-600\/75:active {
  border-right-color: rgb(87 83 78 / 0.75);
}

.active\:border-r-stone-600\/80:active {
  border-right-color: rgb(87 83 78 / 0.8);
}

.active\:border-r-stone-600\/90:active {
  border-right-color: rgb(87 83 78 / 0.9);
}

.active\:border-r-stone-600\/95:active {
  border-right-color: rgb(87 83 78 / 0.95);
}

.active\:border-r-stone-700:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(68 64 60 / var(--tw-border-opacity));
}

.active\:border-r-stone-700\/0:active {
  border-right-color: rgb(68 64 60 / 0);
}

.active\:border-r-stone-700\/10:active {
  border-right-color: rgb(68 64 60 / 0.1);
}

.active\:border-r-stone-700\/100:active {
  border-right-color: rgb(68 64 60 / 1);
}

.active\:border-r-stone-700\/20:active {
  border-right-color: rgb(68 64 60 / 0.2);
}

.active\:border-r-stone-700\/25:active {
  border-right-color: rgb(68 64 60 / 0.25);
}

.active\:border-r-stone-700\/30:active {
  border-right-color: rgb(68 64 60 / 0.3);
}

.active\:border-r-stone-700\/40:active {
  border-right-color: rgb(68 64 60 / 0.4);
}

.active\:border-r-stone-700\/5:active {
  border-right-color: rgb(68 64 60 / 0.05);
}

.active\:border-r-stone-700\/50:active {
  border-right-color: rgb(68 64 60 / 0.5);
}

.active\:border-r-stone-700\/60:active {
  border-right-color: rgb(68 64 60 / 0.6);
}

.active\:border-r-stone-700\/70:active {
  border-right-color: rgb(68 64 60 / 0.7);
}

.active\:border-r-stone-700\/75:active {
  border-right-color: rgb(68 64 60 / 0.75);
}

.active\:border-r-stone-700\/80:active {
  border-right-color: rgb(68 64 60 / 0.8);
}

.active\:border-r-stone-700\/90:active {
  border-right-color: rgb(68 64 60 / 0.9);
}

.active\:border-r-stone-700\/95:active {
  border-right-color: rgb(68 64 60 / 0.95);
}

.active\:border-r-stone-800:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(41 37 36 / var(--tw-border-opacity));
}

.active\:border-r-stone-800\/0:active {
  border-right-color: rgb(41 37 36 / 0);
}

.active\:border-r-stone-800\/10:active {
  border-right-color: rgb(41 37 36 / 0.1);
}

.active\:border-r-stone-800\/100:active {
  border-right-color: rgb(41 37 36 / 1);
}

.active\:border-r-stone-800\/20:active {
  border-right-color: rgb(41 37 36 / 0.2);
}

.active\:border-r-stone-800\/25:active {
  border-right-color: rgb(41 37 36 / 0.25);
}

.active\:border-r-stone-800\/30:active {
  border-right-color: rgb(41 37 36 / 0.3);
}

.active\:border-r-stone-800\/40:active {
  border-right-color: rgb(41 37 36 / 0.4);
}

.active\:border-r-stone-800\/5:active {
  border-right-color: rgb(41 37 36 / 0.05);
}

.active\:border-r-stone-800\/50:active {
  border-right-color: rgb(41 37 36 / 0.5);
}

.active\:border-r-stone-800\/60:active {
  border-right-color: rgb(41 37 36 / 0.6);
}

.active\:border-r-stone-800\/70:active {
  border-right-color: rgb(41 37 36 / 0.7);
}

.active\:border-r-stone-800\/75:active {
  border-right-color: rgb(41 37 36 / 0.75);
}

.active\:border-r-stone-800\/80:active {
  border-right-color: rgb(41 37 36 / 0.8);
}

.active\:border-r-stone-800\/90:active {
  border-right-color: rgb(41 37 36 / 0.9);
}

.active\:border-r-stone-800\/95:active {
  border-right-color: rgb(41 37 36 / 0.95);
}

.active\:border-r-stone-900:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(28 25 23 / var(--tw-border-opacity));
}

.active\:border-r-stone-900\/0:active {
  border-right-color: rgb(28 25 23 / 0);
}

.active\:border-r-stone-900\/10:active {
  border-right-color: rgb(28 25 23 / 0.1);
}

.active\:border-r-stone-900\/100:active {
  border-right-color: rgb(28 25 23 / 1);
}

.active\:border-r-stone-900\/20:active {
  border-right-color: rgb(28 25 23 / 0.2);
}

.active\:border-r-stone-900\/25:active {
  border-right-color: rgb(28 25 23 / 0.25);
}

.active\:border-r-stone-900\/30:active {
  border-right-color: rgb(28 25 23 / 0.3);
}

.active\:border-r-stone-900\/40:active {
  border-right-color: rgb(28 25 23 / 0.4);
}

.active\:border-r-stone-900\/5:active {
  border-right-color: rgb(28 25 23 / 0.05);
}

.active\:border-r-stone-900\/50:active {
  border-right-color: rgb(28 25 23 / 0.5);
}

.active\:border-r-stone-900\/60:active {
  border-right-color: rgb(28 25 23 / 0.6);
}

.active\:border-r-stone-900\/70:active {
  border-right-color: rgb(28 25 23 / 0.7);
}

.active\:border-r-stone-900\/75:active {
  border-right-color: rgb(28 25 23 / 0.75);
}

.active\:border-r-stone-900\/80:active {
  border-right-color: rgb(28 25 23 / 0.8);
}

.active\:border-r-stone-900\/90:active {
  border-right-color: rgb(28 25 23 / 0.9);
}

.active\:border-r-stone-900\/95:active {
  border-right-color: rgb(28 25 23 / 0.95);
}

.active\:border-r-stone-950:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(12 10 9 / var(--tw-border-opacity));
}

.active\:border-r-stone-950\/0:active {
  border-right-color: rgb(12 10 9 / 0);
}

.active\:border-r-stone-950\/10:active {
  border-right-color: rgb(12 10 9 / 0.1);
}

.active\:border-r-stone-950\/100:active {
  border-right-color: rgb(12 10 9 / 1);
}

.active\:border-r-stone-950\/20:active {
  border-right-color: rgb(12 10 9 / 0.2);
}

.active\:border-r-stone-950\/25:active {
  border-right-color: rgb(12 10 9 / 0.25);
}

.active\:border-r-stone-950\/30:active {
  border-right-color: rgb(12 10 9 / 0.3);
}

.active\:border-r-stone-950\/40:active {
  border-right-color: rgb(12 10 9 / 0.4);
}

.active\:border-r-stone-950\/5:active {
  border-right-color: rgb(12 10 9 / 0.05);
}

.active\:border-r-stone-950\/50:active {
  border-right-color: rgb(12 10 9 / 0.5);
}

.active\:border-r-stone-950\/60:active {
  border-right-color: rgb(12 10 9 / 0.6);
}

.active\:border-r-stone-950\/70:active {
  border-right-color: rgb(12 10 9 / 0.7);
}

.active\:border-r-stone-950\/75:active {
  border-right-color: rgb(12 10 9 / 0.75);
}

.active\:border-r-stone-950\/80:active {
  border-right-color: rgb(12 10 9 / 0.8);
}

.active\:border-r-stone-950\/90:active {
  border-right-color: rgb(12 10 9 / 0.9);
}

.active\:border-r-stone-950\/95:active {
  border-right-color: rgb(12 10 9 / 0.95);
}

.active\:border-r-teal-100:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(204 251 241 / var(--tw-border-opacity));
}

.active\:border-r-teal-100\/0:active {
  border-right-color: rgb(204 251 241 / 0);
}

.active\:border-r-teal-100\/10:active {
  border-right-color: rgb(204 251 241 / 0.1);
}

.active\:border-r-teal-100\/100:active {
  border-right-color: rgb(204 251 241 / 1);
}

.active\:border-r-teal-100\/20:active {
  border-right-color: rgb(204 251 241 / 0.2);
}

.active\:border-r-teal-100\/25:active {
  border-right-color: rgb(204 251 241 / 0.25);
}

.active\:border-r-teal-100\/30:active {
  border-right-color: rgb(204 251 241 / 0.3);
}

.active\:border-r-teal-100\/40:active {
  border-right-color: rgb(204 251 241 / 0.4);
}

.active\:border-r-teal-100\/5:active {
  border-right-color: rgb(204 251 241 / 0.05);
}

.active\:border-r-teal-100\/50:active {
  border-right-color: rgb(204 251 241 / 0.5);
}

.active\:border-r-teal-100\/60:active {
  border-right-color: rgb(204 251 241 / 0.6);
}

.active\:border-r-teal-100\/70:active {
  border-right-color: rgb(204 251 241 / 0.7);
}

.active\:border-r-teal-100\/75:active {
  border-right-color: rgb(204 251 241 / 0.75);
}

.active\:border-r-teal-100\/80:active {
  border-right-color: rgb(204 251 241 / 0.8);
}

.active\:border-r-teal-100\/90:active {
  border-right-color: rgb(204 251 241 / 0.9);
}

.active\:border-r-teal-100\/95:active {
  border-right-color: rgb(204 251 241 / 0.95);
}

.active\:border-r-teal-200:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(153 246 228 / var(--tw-border-opacity));
}

.active\:border-r-teal-200\/0:active {
  border-right-color: rgb(153 246 228 / 0);
}

.active\:border-r-teal-200\/10:active {
  border-right-color: rgb(153 246 228 / 0.1);
}

.active\:border-r-teal-200\/100:active {
  border-right-color: rgb(153 246 228 / 1);
}

.active\:border-r-teal-200\/20:active {
  border-right-color: rgb(153 246 228 / 0.2);
}

.active\:border-r-teal-200\/25:active {
  border-right-color: rgb(153 246 228 / 0.25);
}

.active\:border-r-teal-200\/30:active {
  border-right-color: rgb(153 246 228 / 0.3);
}

.active\:border-r-teal-200\/40:active {
  border-right-color: rgb(153 246 228 / 0.4);
}

.active\:border-r-teal-200\/5:active {
  border-right-color: rgb(153 246 228 / 0.05);
}

.active\:border-r-teal-200\/50:active {
  border-right-color: rgb(153 246 228 / 0.5);
}

.active\:border-r-teal-200\/60:active {
  border-right-color: rgb(153 246 228 / 0.6);
}

.active\:border-r-teal-200\/70:active {
  border-right-color: rgb(153 246 228 / 0.7);
}

.active\:border-r-teal-200\/75:active {
  border-right-color: rgb(153 246 228 / 0.75);
}

.active\:border-r-teal-200\/80:active {
  border-right-color: rgb(153 246 228 / 0.8);
}

.active\:border-r-teal-200\/90:active {
  border-right-color: rgb(153 246 228 / 0.9);
}

.active\:border-r-teal-200\/95:active {
  border-right-color: rgb(153 246 228 / 0.95);
}

.active\:border-r-teal-300:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(94 234 212 / var(--tw-border-opacity));
}

.active\:border-r-teal-300\/0:active {
  border-right-color: rgb(94 234 212 / 0);
}

.active\:border-r-teal-300\/10:active {
  border-right-color: rgb(94 234 212 / 0.1);
}

.active\:border-r-teal-300\/100:active {
  border-right-color: rgb(94 234 212 / 1);
}

.active\:border-r-teal-300\/20:active {
  border-right-color: rgb(94 234 212 / 0.2);
}

.active\:border-r-teal-300\/25:active {
  border-right-color: rgb(94 234 212 / 0.25);
}

.active\:border-r-teal-300\/30:active {
  border-right-color: rgb(94 234 212 / 0.3);
}

.active\:border-r-teal-300\/40:active {
  border-right-color: rgb(94 234 212 / 0.4);
}

.active\:border-r-teal-300\/5:active {
  border-right-color: rgb(94 234 212 / 0.05);
}

.active\:border-r-teal-300\/50:active {
  border-right-color: rgb(94 234 212 / 0.5);
}

.active\:border-r-teal-300\/60:active {
  border-right-color: rgb(94 234 212 / 0.6);
}

.active\:border-r-teal-300\/70:active {
  border-right-color: rgb(94 234 212 / 0.7);
}

.active\:border-r-teal-300\/75:active {
  border-right-color: rgb(94 234 212 / 0.75);
}

.active\:border-r-teal-300\/80:active {
  border-right-color: rgb(94 234 212 / 0.8);
}

.active\:border-r-teal-300\/90:active {
  border-right-color: rgb(94 234 212 / 0.9);
}

.active\:border-r-teal-300\/95:active {
  border-right-color: rgb(94 234 212 / 0.95);
}

.active\:border-r-teal-400:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(45 212 191 / var(--tw-border-opacity));
}

.active\:border-r-teal-400\/0:active {
  border-right-color: rgb(45 212 191 / 0);
}

.active\:border-r-teal-400\/10:active {
  border-right-color: rgb(45 212 191 / 0.1);
}

.active\:border-r-teal-400\/100:active {
  border-right-color: rgb(45 212 191 / 1);
}

.active\:border-r-teal-400\/20:active {
  border-right-color: rgb(45 212 191 / 0.2);
}

.active\:border-r-teal-400\/25:active {
  border-right-color: rgb(45 212 191 / 0.25);
}

.active\:border-r-teal-400\/30:active {
  border-right-color: rgb(45 212 191 / 0.3);
}

.active\:border-r-teal-400\/40:active {
  border-right-color: rgb(45 212 191 / 0.4);
}

.active\:border-r-teal-400\/5:active {
  border-right-color: rgb(45 212 191 / 0.05);
}

.active\:border-r-teal-400\/50:active {
  border-right-color: rgb(45 212 191 / 0.5);
}

.active\:border-r-teal-400\/60:active {
  border-right-color: rgb(45 212 191 / 0.6);
}

.active\:border-r-teal-400\/70:active {
  border-right-color: rgb(45 212 191 / 0.7);
}

.active\:border-r-teal-400\/75:active {
  border-right-color: rgb(45 212 191 / 0.75);
}

.active\:border-r-teal-400\/80:active {
  border-right-color: rgb(45 212 191 / 0.8);
}

.active\:border-r-teal-400\/90:active {
  border-right-color: rgb(45 212 191 / 0.9);
}

.active\:border-r-teal-400\/95:active {
  border-right-color: rgb(45 212 191 / 0.95);
}

.active\:border-r-teal-50:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(240 253 250 / var(--tw-border-opacity));
}

.active\:border-r-teal-50\/0:active {
  border-right-color: rgb(240 253 250 / 0);
}

.active\:border-r-teal-50\/10:active {
  border-right-color: rgb(240 253 250 / 0.1);
}

.active\:border-r-teal-50\/100:active {
  border-right-color: rgb(240 253 250 / 1);
}

.active\:border-r-teal-50\/20:active {
  border-right-color: rgb(240 253 250 / 0.2);
}

.active\:border-r-teal-50\/25:active {
  border-right-color: rgb(240 253 250 / 0.25);
}

.active\:border-r-teal-50\/30:active {
  border-right-color: rgb(240 253 250 / 0.3);
}

.active\:border-r-teal-50\/40:active {
  border-right-color: rgb(240 253 250 / 0.4);
}

.active\:border-r-teal-50\/5:active {
  border-right-color: rgb(240 253 250 / 0.05);
}

.active\:border-r-teal-50\/50:active {
  border-right-color: rgb(240 253 250 / 0.5);
}

.active\:border-r-teal-50\/60:active {
  border-right-color: rgb(240 253 250 / 0.6);
}

.active\:border-r-teal-50\/70:active {
  border-right-color: rgb(240 253 250 / 0.7);
}

.active\:border-r-teal-50\/75:active {
  border-right-color: rgb(240 253 250 / 0.75);
}

.active\:border-r-teal-50\/80:active {
  border-right-color: rgb(240 253 250 / 0.8);
}

.active\:border-r-teal-50\/90:active {
  border-right-color: rgb(240 253 250 / 0.9);
}

.active\:border-r-teal-50\/95:active {
  border-right-color: rgb(240 253 250 / 0.95);
}

.active\:border-r-teal-500:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(20 184 166 / var(--tw-border-opacity));
}

.active\:border-r-teal-500\/0:active {
  border-right-color: rgb(20 184 166 / 0);
}

.active\:border-r-teal-500\/10:active {
  border-right-color: rgb(20 184 166 / 0.1);
}

.active\:border-r-teal-500\/100:active {
  border-right-color: rgb(20 184 166 / 1);
}

.active\:border-r-teal-500\/20:active {
  border-right-color: rgb(20 184 166 / 0.2);
}

.active\:border-r-teal-500\/25:active {
  border-right-color: rgb(20 184 166 / 0.25);
}

.active\:border-r-teal-500\/30:active {
  border-right-color: rgb(20 184 166 / 0.3);
}

.active\:border-r-teal-500\/40:active {
  border-right-color: rgb(20 184 166 / 0.4);
}

.active\:border-r-teal-500\/5:active {
  border-right-color: rgb(20 184 166 / 0.05);
}

.active\:border-r-teal-500\/50:active {
  border-right-color: rgb(20 184 166 / 0.5);
}

.active\:border-r-teal-500\/60:active {
  border-right-color: rgb(20 184 166 / 0.6);
}

.active\:border-r-teal-500\/70:active {
  border-right-color: rgb(20 184 166 / 0.7);
}

.active\:border-r-teal-500\/75:active {
  border-right-color: rgb(20 184 166 / 0.75);
}

.active\:border-r-teal-500\/80:active {
  border-right-color: rgb(20 184 166 / 0.8);
}

.active\:border-r-teal-500\/90:active {
  border-right-color: rgb(20 184 166 / 0.9);
}

.active\:border-r-teal-500\/95:active {
  border-right-color: rgb(20 184 166 / 0.95);
}

.active\:border-r-teal-600:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(13 148 136 / var(--tw-border-opacity));
}

.active\:border-r-teal-600\/0:active {
  border-right-color: rgb(13 148 136 / 0);
}

.active\:border-r-teal-600\/10:active {
  border-right-color: rgb(13 148 136 / 0.1);
}

.active\:border-r-teal-600\/100:active {
  border-right-color: rgb(13 148 136 / 1);
}

.active\:border-r-teal-600\/20:active {
  border-right-color: rgb(13 148 136 / 0.2);
}

.active\:border-r-teal-600\/25:active {
  border-right-color: rgb(13 148 136 / 0.25);
}

.active\:border-r-teal-600\/30:active {
  border-right-color: rgb(13 148 136 / 0.3);
}

.active\:border-r-teal-600\/40:active {
  border-right-color: rgb(13 148 136 / 0.4);
}

.active\:border-r-teal-600\/5:active {
  border-right-color: rgb(13 148 136 / 0.05);
}

.active\:border-r-teal-600\/50:active {
  border-right-color: rgb(13 148 136 / 0.5);
}

.active\:border-r-teal-600\/60:active {
  border-right-color: rgb(13 148 136 / 0.6);
}

.active\:border-r-teal-600\/70:active {
  border-right-color: rgb(13 148 136 / 0.7);
}

.active\:border-r-teal-600\/75:active {
  border-right-color: rgb(13 148 136 / 0.75);
}

.active\:border-r-teal-600\/80:active {
  border-right-color: rgb(13 148 136 / 0.8);
}

.active\:border-r-teal-600\/90:active {
  border-right-color: rgb(13 148 136 / 0.9);
}

.active\:border-r-teal-600\/95:active {
  border-right-color: rgb(13 148 136 / 0.95);
}

.active\:border-r-teal-700:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(15 118 110 / var(--tw-border-opacity));
}

.active\:border-r-teal-700\/0:active {
  border-right-color: rgb(15 118 110 / 0);
}

.active\:border-r-teal-700\/10:active {
  border-right-color: rgb(15 118 110 / 0.1);
}

.active\:border-r-teal-700\/100:active {
  border-right-color: rgb(15 118 110 / 1);
}

.active\:border-r-teal-700\/20:active {
  border-right-color: rgb(15 118 110 / 0.2);
}

.active\:border-r-teal-700\/25:active {
  border-right-color: rgb(15 118 110 / 0.25);
}

.active\:border-r-teal-700\/30:active {
  border-right-color: rgb(15 118 110 / 0.3);
}

.active\:border-r-teal-700\/40:active {
  border-right-color: rgb(15 118 110 / 0.4);
}

.active\:border-r-teal-700\/5:active {
  border-right-color: rgb(15 118 110 / 0.05);
}

.active\:border-r-teal-700\/50:active {
  border-right-color: rgb(15 118 110 / 0.5);
}

.active\:border-r-teal-700\/60:active {
  border-right-color: rgb(15 118 110 / 0.6);
}

.active\:border-r-teal-700\/70:active {
  border-right-color: rgb(15 118 110 / 0.7);
}

.active\:border-r-teal-700\/75:active {
  border-right-color: rgb(15 118 110 / 0.75);
}

.active\:border-r-teal-700\/80:active {
  border-right-color: rgb(15 118 110 / 0.8);
}

.active\:border-r-teal-700\/90:active {
  border-right-color: rgb(15 118 110 / 0.9);
}

.active\:border-r-teal-700\/95:active {
  border-right-color: rgb(15 118 110 / 0.95);
}

.active\:border-r-teal-800:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(17 94 89 / var(--tw-border-opacity));
}

.active\:border-r-teal-800\/0:active {
  border-right-color: rgb(17 94 89 / 0);
}

.active\:border-r-teal-800\/10:active {
  border-right-color: rgb(17 94 89 / 0.1);
}

.active\:border-r-teal-800\/100:active {
  border-right-color: rgb(17 94 89 / 1);
}

.active\:border-r-teal-800\/20:active {
  border-right-color: rgb(17 94 89 / 0.2);
}

.active\:border-r-teal-800\/25:active {
  border-right-color: rgb(17 94 89 / 0.25);
}

.active\:border-r-teal-800\/30:active {
  border-right-color: rgb(17 94 89 / 0.3);
}

.active\:border-r-teal-800\/40:active {
  border-right-color: rgb(17 94 89 / 0.4);
}

.active\:border-r-teal-800\/5:active {
  border-right-color: rgb(17 94 89 / 0.05);
}

.active\:border-r-teal-800\/50:active {
  border-right-color: rgb(17 94 89 / 0.5);
}

.active\:border-r-teal-800\/60:active {
  border-right-color: rgb(17 94 89 / 0.6);
}

.active\:border-r-teal-800\/70:active {
  border-right-color: rgb(17 94 89 / 0.7);
}

.active\:border-r-teal-800\/75:active {
  border-right-color: rgb(17 94 89 / 0.75);
}

.active\:border-r-teal-800\/80:active {
  border-right-color: rgb(17 94 89 / 0.8);
}

.active\:border-r-teal-800\/90:active {
  border-right-color: rgb(17 94 89 / 0.9);
}

.active\:border-r-teal-800\/95:active {
  border-right-color: rgb(17 94 89 / 0.95);
}

.active\:border-r-teal-900:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(19 78 74 / var(--tw-border-opacity));
}

.active\:border-r-teal-900\/0:active {
  border-right-color: rgb(19 78 74 / 0);
}

.active\:border-r-teal-900\/10:active {
  border-right-color: rgb(19 78 74 / 0.1);
}

.active\:border-r-teal-900\/100:active {
  border-right-color: rgb(19 78 74 / 1);
}

.active\:border-r-teal-900\/20:active {
  border-right-color: rgb(19 78 74 / 0.2);
}

.active\:border-r-teal-900\/25:active {
  border-right-color: rgb(19 78 74 / 0.25);
}

.active\:border-r-teal-900\/30:active {
  border-right-color: rgb(19 78 74 / 0.3);
}

.active\:border-r-teal-900\/40:active {
  border-right-color: rgb(19 78 74 / 0.4);
}

.active\:border-r-teal-900\/5:active {
  border-right-color: rgb(19 78 74 / 0.05);
}

.active\:border-r-teal-900\/50:active {
  border-right-color: rgb(19 78 74 / 0.5);
}

.active\:border-r-teal-900\/60:active {
  border-right-color: rgb(19 78 74 / 0.6);
}

.active\:border-r-teal-900\/70:active {
  border-right-color: rgb(19 78 74 / 0.7);
}

.active\:border-r-teal-900\/75:active {
  border-right-color: rgb(19 78 74 / 0.75);
}

.active\:border-r-teal-900\/80:active {
  border-right-color: rgb(19 78 74 / 0.8);
}

.active\:border-r-teal-900\/90:active {
  border-right-color: rgb(19 78 74 / 0.9);
}

.active\:border-r-teal-900\/95:active {
  border-right-color: rgb(19 78 74 / 0.95);
}

.active\:border-r-teal-950:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(4 47 46 / var(--tw-border-opacity));
}

.active\:border-r-teal-950\/0:active {
  border-right-color: rgb(4 47 46 / 0);
}

.active\:border-r-teal-950\/10:active {
  border-right-color: rgb(4 47 46 / 0.1);
}

.active\:border-r-teal-950\/100:active {
  border-right-color: rgb(4 47 46 / 1);
}

.active\:border-r-teal-950\/20:active {
  border-right-color: rgb(4 47 46 / 0.2);
}

.active\:border-r-teal-950\/25:active {
  border-right-color: rgb(4 47 46 / 0.25);
}

.active\:border-r-teal-950\/30:active {
  border-right-color: rgb(4 47 46 / 0.3);
}

.active\:border-r-teal-950\/40:active {
  border-right-color: rgb(4 47 46 / 0.4);
}

.active\:border-r-teal-950\/5:active {
  border-right-color: rgb(4 47 46 / 0.05);
}

.active\:border-r-teal-950\/50:active {
  border-right-color: rgb(4 47 46 / 0.5);
}

.active\:border-r-teal-950\/60:active {
  border-right-color: rgb(4 47 46 / 0.6);
}

.active\:border-r-teal-950\/70:active {
  border-right-color: rgb(4 47 46 / 0.7);
}

.active\:border-r-teal-950\/75:active {
  border-right-color: rgb(4 47 46 / 0.75);
}

.active\:border-r-teal-950\/80:active {
  border-right-color: rgb(4 47 46 / 0.8);
}

.active\:border-r-teal-950\/90:active {
  border-right-color: rgb(4 47 46 / 0.9);
}

.active\:border-r-teal-950\/95:active {
  border-right-color: rgb(4 47 46 / 0.95);
}

.active\:border-r-transparent:active {
  border-right-color: transparent;
}

.active\:border-r-transparent\/0:active {
  border-right-color: rgb(0 0 0 / 0);
}

.active\:border-r-transparent\/10:active {
  border-right-color: rgb(0 0 0 / 0.1);
}

.active\:border-r-transparent\/100:active {
  border-right-color: rgb(0 0 0 / 1);
}

.active\:border-r-transparent\/20:active {
  border-right-color: rgb(0 0 0 / 0.2);
}

.active\:border-r-transparent\/25:active {
  border-right-color: rgb(0 0 0 / 0.25);
}

.active\:border-r-transparent\/30:active {
  border-right-color: rgb(0 0 0 / 0.3);
}

.active\:border-r-transparent\/40:active {
  border-right-color: rgb(0 0 0 / 0.4);
}

.active\:border-r-transparent\/5:active {
  border-right-color: rgb(0 0 0 / 0.05);
}

.active\:border-r-transparent\/50:active {
  border-right-color: rgb(0 0 0 / 0.5);
}

.active\:border-r-transparent\/60:active {
  border-right-color: rgb(0 0 0 / 0.6);
}

.active\:border-r-transparent\/70:active {
  border-right-color: rgb(0 0 0 / 0.7);
}

.active\:border-r-transparent\/75:active {
  border-right-color: rgb(0 0 0 / 0.75);
}

.active\:border-r-transparent\/80:active {
  border-right-color: rgb(0 0 0 / 0.8);
}

.active\:border-r-transparent\/90:active {
  border-right-color: rgb(0 0 0 / 0.9);
}

.active\:border-r-transparent\/95:active {
  border-right-color: rgb(0 0 0 / 0.95);
}

.active\:border-r-tykhe-digital:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(239 156 131 / var(--tw-border-opacity));
}

.active\:border-r-tykhe-digital-alt:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 239 224 / var(--tw-border-opacity));
}

.active\:border-r-tykhe-digital-alt\/0:active {
  border-right-color: rgb(245 239 224 / 0);
}

.active\:border-r-tykhe-digital-alt\/10:active {
  border-right-color: rgb(245 239 224 / 0.1);
}

.active\:border-r-tykhe-digital-alt\/100:active {
  border-right-color: rgb(245 239 224 / 1);
}

.active\:border-r-tykhe-digital-alt\/20:active {
  border-right-color: rgb(245 239 224 / 0.2);
}

.active\:border-r-tykhe-digital-alt\/25:active {
  border-right-color: rgb(245 239 224 / 0.25);
}

.active\:border-r-tykhe-digital-alt\/30:active {
  border-right-color: rgb(245 239 224 / 0.3);
}

.active\:border-r-tykhe-digital-alt\/40:active {
  border-right-color: rgb(245 239 224 / 0.4);
}

.active\:border-r-tykhe-digital-alt\/5:active {
  border-right-color: rgb(245 239 224 / 0.05);
}

.active\:border-r-tykhe-digital-alt\/50:active {
  border-right-color: rgb(245 239 224 / 0.5);
}

.active\:border-r-tykhe-digital-alt\/60:active {
  border-right-color: rgb(245 239 224 / 0.6);
}

.active\:border-r-tykhe-digital-alt\/70:active {
  border-right-color: rgb(245 239 224 / 0.7);
}

.active\:border-r-tykhe-digital-alt\/75:active {
  border-right-color: rgb(245 239 224 / 0.75);
}

.active\:border-r-tykhe-digital-alt\/80:active {
  border-right-color: rgb(245 239 224 / 0.8);
}

.active\:border-r-tykhe-digital-alt\/90:active {
  border-right-color: rgb(245 239 224 / 0.9);
}

.active\:border-r-tykhe-digital-alt\/95:active {
  border-right-color: rgb(245 239 224 / 0.95);
}

.active\:border-r-tykhe-digital-alt2:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 58 111 / var(--tw-border-opacity));
}

.active\:border-r-tykhe-digital-alt2\/0:active {
  border-right-color: rgb(255 58 111 / 0);
}

.active\:border-r-tykhe-digital-alt2\/10:active {
  border-right-color: rgb(255 58 111 / 0.1);
}

.active\:border-r-tykhe-digital-alt2\/100:active {
  border-right-color: rgb(255 58 111 / 1);
}

.active\:border-r-tykhe-digital-alt2\/20:active {
  border-right-color: rgb(255 58 111 / 0.2);
}

.active\:border-r-tykhe-digital-alt2\/25:active {
  border-right-color: rgb(255 58 111 / 0.25);
}

.active\:border-r-tykhe-digital-alt2\/30:active {
  border-right-color: rgb(255 58 111 / 0.3);
}

.active\:border-r-tykhe-digital-alt2\/40:active {
  border-right-color: rgb(255 58 111 / 0.4);
}

.active\:border-r-tykhe-digital-alt2\/5:active {
  border-right-color: rgb(255 58 111 / 0.05);
}

.active\:border-r-tykhe-digital-alt2\/50:active {
  border-right-color: rgb(255 58 111 / 0.5);
}

.active\:border-r-tykhe-digital-alt2\/60:active {
  border-right-color: rgb(255 58 111 / 0.6);
}

.active\:border-r-tykhe-digital-alt2\/70:active {
  border-right-color: rgb(255 58 111 / 0.7);
}

.active\:border-r-tykhe-digital-alt2\/75:active {
  border-right-color: rgb(255 58 111 / 0.75);
}

.active\:border-r-tykhe-digital-alt2\/80:active {
  border-right-color: rgb(255 58 111 / 0.8);
}

.active\:border-r-tykhe-digital-alt2\/90:active {
  border-right-color: rgb(255 58 111 / 0.9);
}

.active\:border-r-tykhe-digital-alt2\/95:active {
  border-right-color: rgb(255 58 111 / 0.95);
}

.active\:border-r-tykhe-digital-alt3:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(131 214 239 / var(--tw-border-opacity));
}

.active\:border-r-tykhe-digital-alt3\/0:active {
  border-right-color: rgb(131 214 239 / 0);
}

.active\:border-r-tykhe-digital-alt3\/10:active {
  border-right-color: rgb(131 214 239 / 0.1);
}

.active\:border-r-tykhe-digital-alt3\/100:active {
  border-right-color: rgb(131 214 239 / 1);
}

.active\:border-r-tykhe-digital-alt3\/20:active {
  border-right-color: rgb(131 214 239 / 0.2);
}

.active\:border-r-tykhe-digital-alt3\/25:active {
  border-right-color: rgb(131 214 239 / 0.25);
}

.active\:border-r-tykhe-digital-alt3\/30:active {
  border-right-color: rgb(131 214 239 / 0.3);
}

.active\:border-r-tykhe-digital-alt3\/40:active {
  border-right-color: rgb(131 214 239 / 0.4);
}

.active\:border-r-tykhe-digital-alt3\/5:active {
  border-right-color: rgb(131 214 239 / 0.05);
}

.active\:border-r-tykhe-digital-alt3\/50:active {
  border-right-color: rgb(131 214 239 / 0.5);
}

.active\:border-r-tykhe-digital-alt3\/60:active {
  border-right-color: rgb(131 214 239 / 0.6);
}

.active\:border-r-tykhe-digital-alt3\/70:active {
  border-right-color: rgb(131 214 239 / 0.7);
}

.active\:border-r-tykhe-digital-alt3\/75:active {
  border-right-color: rgb(131 214 239 / 0.75);
}

.active\:border-r-tykhe-digital-alt3\/80:active {
  border-right-color: rgb(131 214 239 / 0.8);
}

.active\:border-r-tykhe-digital-alt3\/90:active {
  border-right-color: rgb(131 214 239 / 0.9);
}

.active\:border-r-tykhe-digital-alt3\/95:active {
  border-right-color: rgb(131 214 239 / 0.95);
}

.active\:border-r-tykhe-digital\/0:active {
  border-right-color: rgb(239 156 131 / 0);
}

.active\:border-r-tykhe-digital\/10:active {
  border-right-color: rgb(239 156 131 / 0.1);
}

.active\:border-r-tykhe-digital\/100:active {
  border-right-color: rgb(239 156 131 / 1);
}

.active\:border-r-tykhe-digital\/20:active {
  border-right-color: rgb(239 156 131 / 0.2);
}

.active\:border-r-tykhe-digital\/25:active {
  border-right-color: rgb(239 156 131 / 0.25);
}

.active\:border-r-tykhe-digital\/30:active {
  border-right-color: rgb(239 156 131 / 0.3);
}

.active\:border-r-tykhe-digital\/40:active {
  border-right-color: rgb(239 156 131 / 0.4);
}

.active\:border-r-tykhe-digital\/5:active {
  border-right-color: rgb(239 156 131 / 0.05);
}

.active\:border-r-tykhe-digital\/50:active {
  border-right-color: rgb(239 156 131 / 0.5);
}

.active\:border-r-tykhe-digital\/60:active {
  border-right-color: rgb(239 156 131 / 0.6);
}

.active\:border-r-tykhe-digital\/70:active {
  border-right-color: rgb(239 156 131 / 0.7);
}

.active\:border-r-tykhe-digital\/75:active {
  border-right-color: rgb(239 156 131 / 0.75);
}

.active\:border-r-tykhe-digital\/80:active {
  border-right-color: rgb(239 156 131 / 0.8);
}

.active\:border-r-tykhe-digital\/90:active {
  border-right-color: rgb(239 156 131 / 0.9);
}

.active\:border-r-tykhe-digital\/95:active {
  border-right-color: rgb(239 156 131 / 0.95);
}

.active\:border-r-violet-100:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(237 233 254 / var(--tw-border-opacity));
}

.active\:border-r-violet-100\/0:active {
  border-right-color: rgb(237 233 254 / 0);
}

.active\:border-r-violet-100\/10:active {
  border-right-color: rgb(237 233 254 / 0.1);
}

.active\:border-r-violet-100\/100:active {
  border-right-color: rgb(237 233 254 / 1);
}

.active\:border-r-violet-100\/20:active {
  border-right-color: rgb(237 233 254 / 0.2);
}

.active\:border-r-violet-100\/25:active {
  border-right-color: rgb(237 233 254 / 0.25);
}

.active\:border-r-violet-100\/30:active {
  border-right-color: rgb(237 233 254 / 0.3);
}

.active\:border-r-violet-100\/40:active {
  border-right-color: rgb(237 233 254 / 0.4);
}

.active\:border-r-violet-100\/5:active {
  border-right-color: rgb(237 233 254 / 0.05);
}

.active\:border-r-violet-100\/50:active {
  border-right-color: rgb(237 233 254 / 0.5);
}

.active\:border-r-violet-100\/60:active {
  border-right-color: rgb(237 233 254 / 0.6);
}

.active\:border-r-violet-100\/70:active {
  border-right-color: rgb(237 233 254 / 0.7);
}

.active\:border-r-violet-100\/75:active {
  border-right-color: rgb(237 233 254 / 0.75);
}

.active\:border-r-violet-100\/80:active {
  border-right-color: rgb(237 233 254 / 0.8);
}

.active\:border-r-violet-100\/90:active {
  border-right-color: rgb(237 233 254 / 0.9);
}

.active\:border-r-violet-100\/95:active {
  border-right-color: rgb(237 233 254 / 0.95);
}

.active\:border-r-violet-200:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(221 214 254 / var(--tw-border-opacity));
}

.active\:border-r-violet-200\/0:active {
  border-right-color: rgb(221 214 254 / 0);
}

.active\:border-r-violet-200\/10:active {
  border-right-color: rgb(221 214 254 / 0.1);
}

.active\:border-r-violet-200\/100:active {
  border-right-color: rgb(221 214 254 / 1);
}

.active\:border-r-violet-200\/20:active {
  border-right-color: rgb(221 214 254 / 0.2);
}

.active\:border-r-violet-200\/25:active {
  border-right-color: rgb(221 214 254 / 0.25);
}

.active\:border-r-violet-200\/30:active {
  border-right-color: rgb(221 214 254 / 0.3);
}

.active\:border-r-violet-200\/40:active {
  border-right-color: rgb(221 214 254 / 0.4);
}

.active\:border-r-violet-200\/5:active {
  border-right-color: rgb(221 214 254 / 0.05);
}

.active\:border-r-violet-200\/50:active {
  border-right-color: rgb(221 214 254 / 0.5);
}

.active\:border-r-violet-200\/60:active {
  border-right-color: rgb(221 214 254 / 0.6);
}

.active\:border-r-violet-200\/70:active {
  border-right-color: rgb(221 214 254 / 0.7);
}

.active\:border-r-violet-200\/75:active {
  border-right-color: rgb(221 214 254 / 0.75);
}

.active\:border-r-violet-200\/80:active {
  border-right-color: rgb(221 214 254 / 0.8);
}

.active\:border-r-violet-200\/90:active {
  border-right-color: rgb(221 214 254 / 0.9);
}

.active\:border-r-violet-200\/95:active {
  border-right-color: rgb(221 214 254 / 0.95);
}

.active\:border-r-violet-300:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(196 181 253 / var(--tw-border-opacity));
}

.active\:border-r-violet-300\/0:active {
  border-right-color: rgb(196 181 253 / 0);
}

.active\:border-r-violet-300\/10:active {
  border-right-color: rgb(196 181 253 / 0.1);
}

.active\:border-r-violet-300\/100:active {
  border-right-color: rgb(196 181 253 / 1);
}

.active\:border-r-violet-300\/20:active {
  border-right-color: rgb(196 181 253 / 0.2);
}

.active\:border-r-violet-300\/25:active {
  border-right-color: rgb(196 181 253 / 0.25);
}

.active\:border-r-violet-300\/30:active {
  border-right-color: rgb(196 181 253 / 0.3);
}

.active\:border-r-violet-300\/40:active {
  border-right-color: rgb(196 181 253 / 0.4);
}

.active\:border-r-violet-300\/5:active {
  border-right-color: rgb(196 181 253 / 0.05);
}

.active\:border-r-violet-300\/50:active {
  border-right-color: rgb(196 181 253 / 0.5);
}

.active\:border-r-violet-300\/60:active {
  border-right-color: rgb(196 181 253 / 0.6);
}

.active\:border-r-violet-300\/70:active {
  border-right-color: rgb(196 181 253 / 0.7);
}

.active\:border-r-violet-300\/75:active {
  border-right-color: rgb(196 181 253 / 0.75);
}

.active\:border-r-violet-300\/80:active {
  border-right-color: rgb(196 181 253 / 0.8);
}

.active\:border-r-violet-300\/90:active {
  border-right-color: rgb(196 181 253 / 0.9);
}

.active\:border-r-violet-300\/95:active {
  border-right-color: rgb(196 181 253 / 0.95);
}

.active\:border-r-violet-400:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(167 139 250 / var(--tw-border-opacity));
}

.active\:border-r-violet-400\/0:active {
  border-right-color: rgb(167 139 250 / 0);
}

.active\:border-r-violet-400\/10:active {
  border-right-color: rgb(167 139 250 / 0.1);
}

.active\:border-r-violet-400\/100:active {
  border-right-color: rgb(167 139 250 / 1);
}

.active\:border-r-violet-400\/20:active {
  border-right-color: rgb(167 139 250 / 0.2);
}

.active\:border-r-violet-400\/25:active {
  border-right-color: rgb(167 139 250 / 0.25);
}

.active\:border-r-violet-400\/30:active {
  border-right-color: rgb(167 139 250 / 0.3);
}

.active\:border-r-violet-400\/40:active {
  border-right-color: rgb(167 139 250 / 0.4);
}

.active\:border-r-violet-400\/5:active {
  border-right-color: rgb(167 139 250 / 0.05);
}

.active\:border-r-violet-400\/50:active {
  border-right-color: rgb(167 139 250 / 0.5);
}

.active\:border-r-violet-400\/60:active {
  border-right-color: rgb(167 139 250 / 0.6);
}

.active\:border-r-violet-400\/70:active {
  border-right-color: rgb(167 139 250 / 0.7);
}

.active\:border-r-violet-400\/75:active {
  border-right-color: rgb(167 139 250 / 0.75);
}

.active\:border-r-violet-400\/80:active {
  border-right-color: rgb(167 139 250 / 0.8);
}

.active\:border-r-violet-400\/90:active {
  border-right-color: rgb(167 139 250 / 0.9);
}

.active\:border-r-violet-400\/95:active {
  border-right-color: rgb(167 139 250 / 0.95);
}

.active\:border-r-violet-50:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 243 255 / var(--tw-border-opacity));
}

.active\:border-r-violet-50\/0:active {
  border-right-color: rgb(245 243 255 / 0);
}

.active\:border-r-violet-50\/10:active {
  border-right-color: rgb(245 243 255 / 0.1);
}

.active\:border-r-violet-50\/100:active {
  border-right-color: rgb(245 243 255 / 1);
}

.active\:border-r-violet-50\/20:active {
  border-right-color: rgb(245 243 255 / 0.2);
}

.active\:border-r-violet-50\/25:active {
  border-right-color: rgb(245 243 255 / 0.25);
}

.active\:border-r-violet-50\/30:active {
  border-right-color: rgb(245 243 255 / 0.3);
}

.active\:border-r-violet-50\/40:active {
  border-right-color: rgb(245 243 255 / 0.4);
}

.active\:border-r-violet-50\/5:active {
  border-right-color: rgb(245 243 255 / 0.05);
}

.active\:border-r-violet-50\/50:active {
  border-right-color: rgb(245 243 255 / 0.5);
}

.active\:border-r-violet-50\/60:active {
  border-right-color: rgb(245 243 255 / 0.6);
}

.active\:border-r-violet-50\/70:active {
  border-right-color: rgb(245 243 255 / 0.7);
}

.active\:border-r-violet-50\/75:active {
  border-right-color: rgb(245 243 255 / 0.75);
}

.active\:border-r-violet-50\/80:active {
  border-right-color: rgb(245 243 255 / 0.8);
}

.active\:border-r-violet-50\/90:active {
  border-right-color: rgb(245 243 255 / 0.9);
}

.active\:border-r-violet-50\/95:active {
  border-right-color: rgb(245 243 255 / 0.95);
}

.active\:border-r-violet-500:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(139 92 246 / var(--tw-border-opacity));
}

.active\:border-r-violet-500\/0:active {
  border-right-color: rgb(139 92 246 / 0);
}

.active\:border-r-violet-500\/10:active {
  border-right-color: rgb(139 92 246 / 0.1);
}

.active\:border-r-violet-500\/100:active {
  border-right-color: rgb(139 92 246 / 1);
}

.active\:border-r-violet-500\/20:active {
  border-right-color: rgb(139 92 246 / 0.2);
}

.active\:border-r-violet-500\/25:active {
  border-right-color: rgb(139 92 246 / 0.25);
}

.active\:border-r-violet-500\/30:active {
  border-right-color: rgb(139 92 246 / 0.3);
}

.active\:border-r-violet-500\/40:active {
  border-right-color: rgb(139 92 246 / 0.4);
}

.active\:border-r-violet-500\/5:active {
  border-right-color: rgb(139 92 246 / 0.05);
}

.active\:border-r-violet-500\/50:active {
  border-right-color: rgb(139 92 246 / 0.5);
}

.active\:border-r-violet-500\/60:active {
  border-right-color: rgb(139 92 246 / 0.6);
}

.active\:border-r-violet-500\/70:active {
  border-right-color: rgb(139 92 246 / 0.7);
}

.active\:border-r-violet-500\/75:active {
  border-right-color: rgb(139 92 246 / 0.75);
}

.active\:border-r-violet-500\/80:active {
  border-right-color: rgb(139 92 246 / 0.8);
}

.active\:border-r-violet-500\/90:active {
  border-right-color: rgb(139 92 246 / 0.9);
}

.active\:border-r-violet-500\/95:active {
  border-right-color: rgb(139 92 246 / 0.95);
}

.active\:border-r-violet-600:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(124 58 237 / var(--tw-border-opacity));
}

.active\:border-r-violet-600\/0:active {
  border-right-color: rgb(124 58 237 / 0);
}

.active\:border-r-violet-600\/10:active {
  border-right-color: rgb(124 58 237 / 0.1);
}

.active\:border-r-violet-600\/100:active {
  border-right-color: rgb(124 58 237 / 1);
}

.active\:border-r-violet-600\/20:active {
  border-right-color: rgb(124 58 237 / 0.2);
}

.active\:border-r-violet-600\/25:active {
  border-right-color: rgb(124 58 237 / 0.25);
}

.active\:border-r-violet-600\/30:active {
  border-right-color: rgb(124 58 237 / 0.3);
}

.active\:border-r-violet-600\/40:active {
  border-right-color: rgb(124 58 237 / 0.4);
}

.active\:border-r-violet-600\/5:active {
  border-right-color: rgb(124 58 237 / 0.05);
}

.active\:border-r-violet-600\/50:active {
  border-right-color: rgb(124 58 237 / 0.5);
}

.active\:border-r-violet-600\/60:active {
  border-right-color: rgb(124 58 237 / 0.6);
}

.active\:border-r-violet-600\/70:active {
  border-right-color: rgb(124 58 237 / 0.7);
}

.active\:border-r-violet-600\/75:active {
  border-right-color: rgb(124 58 237 / 0.75);
}

.active\:border-r-violet-600\/80:active {
  border-right-color: rgb(124 58 237 / 0.8);
}

.active\:border-r-violet-600\/90:active {
  border-right-color: rgb(124 58 237 / 0.9);
}

.active\:border-r-violet-600\/95:active {
  border-right-color: rgb(124 58 237 / 0.95);
}

.active\:border-r-violet-700:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(109 40 217 / var(--tw-border-opacity));
}

.active\:border-r-violet-700\/0:active {
  border-right-color: rgb(109 40 217 / 0);
}

.active\:border-r-violet-700\/10:active {
  border-right-color: rgb(109 40 217 / 0.1);
}

.active\:border-r-violet-700\/100:active {
  border-right-color: rgb(109 40 217 / 1);
}

.active\:border-r-violet-700\/20:active {
  border-right-color: rgb(109 40 217 / 0.2);
}

.active\:border-r-violet-700\/25:active {
  border-right-color: rgb(109 40 217 / 0.25);
}

.active\:border-r-violet-700\/30:active {
  border-right-color: rgb(109 40 217 / 0.3);
}

.active\:border-r-violet-700\/40:active {
  border-right-color: rgb(109 40 217 / 0.4);
}

.active\:border-r-violet-700\/5:active {
  border-right-color: rgb(109 40 217 / 0.05);
}

.active\:border-r-violet-700\/50:active {
  border-right-color: rgb(109 40 217 / 0.5);
}

.active\:border-r-violet-700\/60:active {
  border-right-color: rgb(109 40 217 / 0.6);
}

.active\:border-r-violet-700\/70:active {
  border-right-color: rgb(109 40 217 / 0.7);
}

.active\:border-r-violet-700\/75:active {
  border-right-color: rgb(109 40 217 / 0.75);
}

.active\:border-r-violet-700\/80:active {
  border-right-color: rgb(109 40 217 / 0.8);
}

.active\:border-r-violet-700\/90:active {
  border-right-color: rgb(109 40 217 / 0.9);
}

.active\:border-r-violet-700\/95:active {
  border-right-color: rgb(109 40 217 / 0.95);
}

.active\:border-r-violet-800:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(91 33 182 / var(--tw-border-opacity));
}

.active\:border-r-violet-800\/0:active {
  border-right-color: rgb(91 33 182 / 0);
}

.active\:border-r-violet-800\/10:active {
  border-right-color: rgb(91 33 182 / 0.1);
}

.active\:border-r-violet-800\/100:active {
  border-right-color: rgb(91 33 182 / 1);
}

.active\:border-r-violet-800\/20:active {
  border-right-color: rgb(91 33 182 / 0.2);
}

.active\:border-r-violet-800\/25:active {
  border-right-color: rgb(91 33 182 / 0.25);
}

.active\:border-r-violet-800\/30:active {
  border-right-color: rgb(91 33 182 / 0.3);
}

.active\:border-r-violet-800\/40:active {
  border-right-color: rgb(91 33 182 / 0.4);
}

.active\:border-r-violet-800\/5:active {
  border-right-color: rgb(91 33 182 / 0.05);
}

.active\:border-r-violet-800\/50:active {
  border-right-color: rgb(91 33 182 / 0.5);
}

.active\:border-r-violet-800\/60:active {
  border-right-color: rgb(91 33 182 / 0.6);
}

.active\:border-r-violet-800\/70:active {
  border-right-color: rgb(91 33 182 / 0.7);
}

.active\:border-r-violet-800\/75:active {
  border-right-color: rgb(91 33 182 / 0.75);
}

.active\:border-r-violet-800\/80:active {
  border-right-color: rgb(91 33 182 / 0.8);
}

.active\:border-r-violet-800\/90:active {
  border-right-color: rgb(91 33 182 / 0.9);
}

.active\:border-r-violet-800\/95:active {
  border-right-color: rgb(91 33 182 / 0.95);
}

.active\:border-r-violet-900:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(76 29 149 / var(--tw-border-opacity));
}

.active\:border-r-violet-900\/0:active {
  border-right-color: rgb(76 29 149 / 0);
}

.active\:border-r-violet-900\/10:active {
  border-right-color: rgb(76 29 149 / 0.1);
}

.active\:border-r-violet-900\/100:active {
  border-right-color: rgb(76 29 149 / 1);
}

.active\:border-r-violet-900\/20:active {
  border-right-color: rgb(76 29 149 / 0.2);
}

.active\:border-r-violet-900\/25:active {
  border-right-color: rgb(76 29 149 / 0.25);
}

.active\:border-r-violet-900\/30:active {
  border-right-color: rgb(76 29 149 / 0.3);
}

.active\:border-r-violet-900\/40:active {
  border-right-color: rgb(76 29 149 / 0.4);
}

.active\:border-r-violet-900\/5:active {
  border-right-color: rgb(76 29 149 / 0.05);
}

.active\:border-r-violet-900\/50:active {
  border-right-color: rgb(76 29 149 / 0.5);
}

.active\:border-r-violet-900\/60:active {
  border-right-color: rgb(76 29 149 / 0.6);
}

.active\:border-r-violet-900\/70:active {
  border-right-color: rgb(76 29 149 / 0.7);
}

.active\:border-r-violet-900\/75:active {
  border-right-color: rgb(76 29 149 / 0.75);
}

.active\:border-r-violet-900\/80:active {
  border-right-color: rgb(76 29 149 / 0.8);
}

.active\:border-r-violet-900\/90:active {
  border-right-color: rgb(76 29 149 / 0.9);
}

.active\:border-r-violet-900\/95:active {
  border-right-color: rgb(76 29 149 / 0.95);
}

.active\:border-r-violet-950:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(46 16 101 / var(--tw-border-opacity));
}

.active\:border-r-violet-950\/0:active {
  border-right-color: rgb(46 16 101 / 0);
}

.active\:border-r-violet-950\/10:active {
  border-right-color: rgb(46 16 101 / 0.1);
}

.active\:border-r-violet-950\/100:active {
  border-right-color: rgb(46 16 101 / 1);
}

.active\:border-r-violet-950\/20:active {
  border-right-color: rgb(46 16 101 / 0.2);
}

.active\:border-r-violet-950\/25:active {
  border-right-color: rgb(46 16 101 / 0.25);
}

.active\:border-r-violet-950\/30:active {
  border-right-color: rgb(46 16 101 / 0.3);
}

.active\:border-r-violet-950\/40:active {
  border-right-color: rgb(46 16 101 / 0.4);
}

.active\:border-r-violet-950\/5:active {
  border-right-color: rgb(46 16 101 / 0.05);
}

.active\:border-r-violet-950\/50:active {
  border-right-color: rgb(46 16 101 / 0.5);
}

.active\:border-r-violet-950\/60:active {
  border-right-color: rgb(46 16 101 / 0.6);
}

.active\:border-r-violet-950\/70:active {
  border-right-color: rgb(46 16 101 / 0.7);
}

.active\:border-r-violet-950\/75:active {
  border-right-color: rgb(46 16 101 / 0.75);
}

.active\:border-r-violet-950\/80:active {
  border-right-color: rgb(46 16 101 / 0.8);
}

.active\:border-r-violet-950\/90:active {
  border-right-color: rgb(46 16 101 / 0.9);
}

.active\:border-r-violet-950\/95:active {
  border-right-color: rgb(46 16 101 / 0.95);
}

.active\:border-r-white:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.active\:border-r-white\/0:active {
  border-right-color: rgb(255 255 255 / 0);
}

.active\:border-r-white\/10:active {
  border-right-color: rgb(255 255 255 / 0.1);
}

.active\:border-r-white\/100:active {
  border-right-color: rgb(255 255 255 / 1);
}

.active\:border-r-white\/20:active {
  border-right-color: rgb(255 255 255 / 0.2);
}

.active\:border-r-white\/25:active {
  border-right-color: rgb(255 255 255 / 0.25);
}

.active\:border-r-white\/30:active {
  border-right-color: rgb(255 255 255 / 0.3);
}

.active\:border-r-white\/40:active {
  border-right-color: rgb(255 255 255 / 0.4);
}

.active\:border-r-white\/5:active {
  border-right-color: rgb(255 255 255 / 0.05);
}

.active\:border-r-white\/50:active {
  border-right-color: rgb(255 255 255 / 0.5);
}

.active\:border-r-white\/60:active {
  border-right-color: rgb(255 255 255 / 0.6);
}

.active\:border-r-white\/70:active {
  border-right-color: rgb(255 255 255 / 0.7);
}

.active\:border-r-white\/75:active {
  border-right-color: rgb(255 255 255 / 0.75);
}

.active\:border-r-white\/80:active {
  border-right-color: rgb(255 255 255 / 0.8);
}

.active\:border-r-white\/90:active {
  border-right-color: rgb(255 255 255 / 0.9);
}

.active\:border-r-white\/95:active {
  border-right-color: rgb(255 255 255 / 0.95);
}

.active\:border-r-work-identity-300:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(166 235 194 / var(--tw-border-opacity));
}

.active\:border-r-work-identity-300\/0:active {
  border-right-color: rgb(166 235 194 / 0);
}

.active\:border-r-work-identity-300\/10:active {
  border-right-color: rgb(166 235 194 / 0.1);
}

.active\:border-r-work-identity-300\/100:active {
  border-right-color: rgb(166 235 194 / 1);
}

.active\:border-r-work-identity-300\/20:active {
  border-right-color: rgb(166 235 194 / 0.2);
}

.active\:border-r-work-identity-300\/25:active {
  border-right-color: rgb(166 235 194 / 0.25);
}

.active\:border-r-work-identity-300\/30:active {
  border-right-color: rgb(166 235 194 / 0.3);
}

.active\:border-r-work-identity-300\/40:active {
  border-right-color: rgb(166 235 194 / 0.4);
}

.active\:border-r-work-identity-300\/5:active {
  border-right-color: rgb(166 235 194 / 0.05);
}

.active\:border-r-work-identity-300\/50:active {
  border-right-color: rgb(166 235 194 / 0.5);
}

.active\:border-r-work-identity-300\/60:active {
  border-right-color: rgb(166 235 194 / 0.6);
}

.active\:border-r-work-identity-300\/70:active {
  border-right-color: rgb(166 235 194 / 0.7);
}

.active\:border-r-work-identity-300\/75:active {
  border-right-color: rgb(166 235 194 / 0.75);
}

.active\:border-r-work-identity-300\/80:active {
  border-right-color: rgb(166 235 194 / 0.8);
}

.active\:border-r-work-identity-300\/90:active {
  border-right-color: rgb(166 235 194 / 0.9);
}

.active\:border-r-work-identity-300\/95:active {
  border-right-color: rgb(166 235 194 / 0.95);
}

.active\:border-r-work-identity-400:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(83 221 139 / var(--tw-border-opacity));
}

.active\:border-r-work-identity-400\/0:active {
  border-right-color: rgb(83 221 139 / 0);
}

.active\:border-r-work-identity-400\/10:active {
  border-right-color: rgb(83 221 139 / 0.1);
}

.active\:border-r-work-identity-400\/100:active {
  border-right-color: rgb(83 221 139 / 1);
}

.active\:border-r-work-identity-400\/20:active {
  border-right-color: rgb(83 221 139 / 0.2);
}

.active\:border-r-work-identity-400\/25:active {
  border-right-color: rgb(83 221 139 / 0.25);
}

.active\:border-r-work-identity-400\/30:active {
  border-right-color: rgb(83 221 139 / 0.3);
}

.active\:border-r-work-identity-400\/40:active {
  border-right-color: rgb(83 221 139 / 0.4);
}

.active\:border-r-work-identity-400\/5:active {
  border-right-color: rgb(83 221 139 / 0.05);
}

.active\:border-r-work-identity-400\/50:active {
  border-right-color: rgb(83 221 139 / 0.5);
}

.active\:border-r-work-identity-400\/60:active {
  border-right-color: rgb(83 221 139 / 0.6);
}

.active\:border-r-work-identity-400\/70:active {
  border-right-color: rgb(83 221 139 / 0.7);
}

.active\:border-r-work-identity-400\/75:active {
  border-right-color: rgb(83 221 139 / 0.75);
}

.active\:border-r-work-identity-400\/80:active {
  border-right-color: rgb(83 221 139 / 0.8);
}

.active\:border-r-work-identity-400\/90:active {
  border-right-color: rgb(83 221 139 / 0.9);
}

.active\:border-r-work-identity-400\/95:active {
  border-right-color: rgb(83 221 139 / 0.95);
}

.active\:border-r-work-identity-500:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(0 208 84 / var(--tw-border-opacity));
}

.active\:border-r-work-identity-500\/0:active {
  border-right-color: rgb(0 208 84 / 0);
}

.active\:border-r-work-identity-500\/10:active {
  border-right-color: rgb(0 208 84 / 0.1);
}

.active\:border-r-work-identity-500\/100:active {
  border-right-color: rgb(0 208 84 / 1);
}

.active\:border-r-work-identity-500\/20:active {
  border-right-color: rgb(0 208 84 / 0.2);
}

.active\:border-r-work-identity-500\/25:active {
  border-right-color: rgb(0 208 84 / 0.25);
}

.active\:border-r-work-identity-500\/30:active {
  border-right-color: rgb(0 208 84 / 0.3);
}

.active\:border-r-work-identity-500\/40:active {
  border-right-color: rgb(0 208 84 / 0.4);
}

.active\:border-r-work-identity-500\/5:active {
  border-right-color: rgb(0 208 84 / 0.05);
}

.active\:border-r-work-identity-500\/50:active {
  border-right-color: rgb(0 208 84 / 0.5);
}

.active\:border-r-work-identity-500\/60:active {
  border-right-color: rgb(0 208 84 / 0.6);
}

.active\:border-r-work-identity-500\/70:active {
  border-right-color: rgb(0 208 84 / 0.7);
}

.active\:border-r-work-identity-500\/75:active {
  border-right-color: rgb(0 208 84 / 0.75);
}

.active\:border-r-work-identity-500\/80:active {
  border-right-color: rgb(0 208 84 / 0.8);
}

.active\:border-r-work-identity-500\/90:active {
  border-right-color: rgb(0 208 84 / 0.9);
}

.active\:border-r-work-identity-500\/95:active {
  border-right-color: rgb(0 208 84 / 0.95);
}

.active\:border-r-work-identity-900:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(249 249 249 / var(--tw-border-opacity));
}

.active\:border-r-work-identity-900\/0:active {
  border-right-color: rgb(249 249 249 / 0);
}

.active\:border-r-work-identity-900\/10:active {
  border-right-color: rgb(249 249 249 / 0.1);
}

.active\:border-r-work-identity-900\/100:active {
  border-right-color: rgb(249 249 249 / 1);
}

.active\:border-r-work-identity-900\/20:active {
  border-right-color: rgb(249 249 249 / 0.2);
}

.active\:border-r-work-identity-900\/25:active {
  border-right-color: rgb(249 249 249 / 0.25);
}

.active\:border-r-work-identity-900\/30:active {
  border-right-color: rgb(249 249 249 / 0.3);
}

.active\:border-r-work-identity-900\/40:active {
  border-right-color: rgb(249 249 249 / 0.4);
}

.active\:border-r-work-identity-900\/5:active {
  border-right-color: rgb(249 249 249 / 0.05);
}

.active\:border-r-work-identity-900\/50:active {
  border-right-color: rgb(249 249 249 / 0.5);
}

.active\:border-r-work-identity-900\/60:active {
  border-right-color: rgb(249 249 249 / 0.6);
}

.active\:border-r-work-identity-900\/70:active {
  border-right-color: rgb(249 249 249 / 0.7);
}

.active\:border-r-work-identity-900\/75:active {
  border-right-color: rgb(249 249 249 / 0.75);
}

.active\:border-r-work-identity-900\/80:active {
  border-right-color: rgb(249 249 249 / 0.8);
}

.active\:border-r-work-identity-900\/90:active {
  border-right-color: rgb(249 249 249 / 0.9);
}

.active\:border-r-work-identity-900\/95:active {
  border-right-color: rgb(249 249 249 / 0.95);
}

.active\:border-r-yellow-100:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.active\:border-r-yellow-100\/0:active {
  border-right-color: rgb(254 249 195 / 0);
}

.active\:border-r-yellow-100\/10:active {
  border-right-color: rgb(254 249 195 / 0.1);
}

.active\:border-r-yellow-100\/100:active {
  border-right-color: rgb(254 249 195 / 1);
}

.active\:border-r-yellow-100\/20:active {
  border-right-color: rgb(254 249 195 / 0.2);
}

.active\:border-r-yellow-100\/25:active {
  border-right-color: rgb(254 249 195 / 0.25);
}

.active\:border-r-yellow-100\/30:active {
  border-right-color: rgb(254 249 195 / 0.3);
}

.active\:border-r-yellow-100\/40:active {
  border-right-color: rgb(254 249 195 / 0.4);
}

.active\:border-r-yellow-100\/5:active {
  border-right-color: rgb(254 249 195 / 0.05);
}

.active\:border-r-yellow-100\/50:active {
  border-right-color: rgb(254 249 195 / 0.5);
}

.active\:border-r-yellow-100\/60:active {
  border-right-color: rgb(254 249 195 / 0.6);
}

.active\:border-r-yellow-100\/70:active {
  border-right-color: rgb(254 249 195 / 0.7);
}

.active\:border-r-yellow-100\/75:active {
  border-right-color: rgb(254 249 195 / 0.75);
}

.active\:border-r-yellow-100\/80:active {
  border-right-color: rgb(254 249 195 / 0.8);
}

.active\:border-r-yellow-100\/90:active {
  border-right-color: rgb(254 249 195 / 0.9);
}

.active\:border-r-yellow-100\/95:active {
  border-right-color: rgb(254 249 195 / 0.95);
}

.active\:border-r-yellow-200:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.active\:border-r-yellow-200\/0:active {
  border-right-color: rgb(254 240 138 / 0);
}

.active\:border-r-yellow-200\/10:active {
  border-right-color: rgb(254 240 138 / 0.1);
}

.active\:border-r-yellow-200\/100:active {
  border-right-color: rgb(254 240 138 / 1);
}

.active\:border-r-yellow-200\/20:active {
  border-right-color: rgb(254 240 138 / 0.2);
}

.active\:border-r-yellow-200\/25:active {
  border-right-color: rgb(254 240 138 / 0.25);
}

.active\:border-r-yellow-200\/30:active {
  border-right-color: rgb(254 240 138 / 0.3);
}

.active\:border-r-yellow-200\/40:active {
  border-right-color: rgb(254 240 138 / 0.4);
}

.active\:border-r-yellow-200\/5:active {
  border-right-color: rgb(254 240 138 / 0.05);
}

.active\:border-r-yellow-200\/50:active {
  border-right-color: rgb(254 240 138 / 0.5);
}

.active\:border-r-yellow-200\/60:active {
  border-right-color: rgb(254 240 138 / 0.6);
}

.active\:border-r-yellow-200\/70:active {
  border-right-color: rgb(254 240 138 / 0.7);
}

.active\:border-r-yellow-200\/75:active {
  border-right-color: rgb(254 240 138 / 0.75);
}

.active\:border-r-yellow-200\/80:active {
  border-right-color: rgb(254 240 138 / 0.8);
}

.active\:border-r-yellow-200\/90:active {
  border-right-color: rgb(254 240 138 / 0.9);
}

.active\:border-r-yellow-200\/95:active {
  border-right-color: rgb(254 240 138 / 0.95);
}

.active\:border-r-yellow-300:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.active\:border-r-yellow-300\/0:active {
  border-right-color: rgb(253 224 71 / 0);
}

.active\:border-r-yellow-300\/10:active {
  border-right-color: rgb(253 224 71 / 0.1);
}

.active\:border-r-yellow-300\/100:active {
  border-right-color: rgb(253 224 71 / 1);
}

.active\:border-r-yellow-300\/20:active {
  border-right-color: rgb(253 224 71 / 0.2);
}

.active\:border-r-yellow-300\/25:active {
  border-right-color: rgb(253 224 71 / 0.25);
}

.active\:border-r-yellow-300\/30:active {
  border-right-color: rgb(253 224 71 / 0.3);
}

.active\:border-r-yellow-300\/40:active {
  border-right-color: rgb(253 224 71 / 0.4);
}

.active\:border-r-yellow-300\/5:active {
  border-right-color: rgb(253 224 71 / 0.05);
}

.active\:border-r-yellow-300\/50:active {
  border-right-color: rgb(253 224 71 / 0.5);
}

.active\:border-r-yellow-300\/60:active {
  border-right-color: rgb(253 224 71 / 0.6);
}

.active\:border-r-yellow-300\/70:active {
  border-right-color: rgb(253 224 71 / 0.7);
}

.active\:border-r-yellow-300\/75:active {
  border-right-color: rgb(253 224 71 / 0.75);
}

.active\:border-r-yellow-300\/80:active {
  border-right-color: rgb(253 224 71 / 0.8);
}

.active\:border-r-yellow-300\/90:active {
  border-right-color: rgb(253 224 71 / 0.9);
}

.active\:border-r-yellow-300\/95:active {
  border-right-color: rgb(253 224 71 / 0.95);
}

.active\:border-r-yellow-400:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.active\:border-r-yellow-400\/0:active {
  border-right-color: rgb(250 204 21 / 0);
}

.active\:border-r-yellow-400\/10:active {
  border-right-color: rgb(250 204 21 / 0.1);
}

.active\:border-r-yellow-400\/100:active {
  border-right-color: rgb(250 204 21 / 1);
}

.active\:border-r-yellow-400\/20:active {
  border-right-color: rgb(250 204 21 / 0.2);
}

.active\:border-r-yellow-400\/25:active {
  border-right-color: rgb(250 204 21 / 0.25);
}

.active\:border-r-yellow-400\/30:active {
  border-right-color: rgb(250 204 21 / 0.3);
}

.active\:border-r-yellow-400\/40:active {
  border-right-color: rgb(250 204 21 / 0.4);
}

.active\:border-r-yellow-400\/5:active {
  border-right-color: rgb(250 204 21 / 0.05);
}

.active\:border-r-yellow-400\/50:active {
  border-right-color: rgb(250 204 21 / 0.5);
}

.active\:border-r-yellow-400\/60:active {
  border-right-color: rgb(250 204 21 / 0.6);
}

.active\:border-r-yellow-400\/70:active {
  border-right-color: rgb(250 204 21 / 0.7);
}

.active\:border-r-yellow-400\/75:active {
  border-right-color: rgb(250 204 21 / 0.75);
}

.active\:border-r-yellow-400\/80:active {
  border-right-color: rgb(250 204 21 / 0.8);
}

.active\:border-r-yellow-400\/90:active {
  border-right-color: rgb(250 204 21 / 0.9);
}

.active\:border-r-yellow-400\/95:active {
  border-right-color: rgb(250 204 21 / 0.95);
}

.active\:border-r-yellow-50:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.active\:border-r-yellow-50\/0:active {
  border-right-color: rgb(254 252 232 / 0);
}

.active\:border-r-yellow-50\/10:active {
  border-right-color: rgb(254 252 232 / 0.1);
}

.active\:border-r-yellow-50\/100:active {
  border-right-color: rgb(254 252 232 / 1);
}

.active\:border-r-yellow-50\/20:active {
  border-right-color: rgb(254 252 232 / 0.2);
}

.active\:border-r-yellow-50\/25:active {
  border-right-color: rgb(254 252 232 / 0.25);
}

.active\:border-r-yellow-50\/30:active {
  border-right-color: rgb(254 252 232 / 0.3);
}

.active\:border-r-yellow-50\/40:active {
  border-right-color: rgb(254 252 232 / 0.4);
}

.active\:border-r-yellow-50\/5:active {
  border-right-color: rgb(254 252 232 / 0.05);
}

.active\:border-r-yellow-50\/50:active {
  border-right-color: rgb(254 252 232 / 0.5);
}

.active\:border-r-yellow-50\/60:active {
  border-right-color: rgb(254 252 232 / 0.6);
}

.active\:border-r-yellow-50\/70:active {
  border-right-color: rgb(254 252 232 / 0.7);
}

.active\:border-r-yellow-50\/75:active {
  border-right-color: rgb(254 252 232 / 0.75);
}

.active\:border-r-yellow-50\/80:active {
  border-right-color: rgb(254 252 232 / 0.8);
}

.active\:border-r-yellow-50\/90:active {
  border-right-color: rgb(254 252 232 / 0.9);
}

.active\:border-r-yellow-50\/95:active {
  border-right-color: rgb(254 252 232 / 0.95);
}

.active\:border-r-yellow-500:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.active\:border-r-yellow-500\/0:active {
  border-right-color: rgb(234 179 8 / 0);
}

.active\:border-r-yellow-500\/10:active {
  border-right-color: rgb(234 179 8 / 0.1);
}

.active\:border-r-yellow-500\/100:active {
  border-right-color: rgb(234 179 8 / 1);
}

.active\:border-r-yellow-500\/20:active {
  border-right-color: rgb(234 179 8 / 0.2);
}

.active\:border-r-yellow-500\/25:active {
  border-right-color: rgb(234 179 8 / 0.25);
}

.active\:border-r-yellow-500\/30:active {
  border-right-color: rgb(234 179 8 / 0.3);
}

.active\:border-r-yellow-500\/40:active {
  border-right-color: rgb(234 179 8 / 0.4);
}

.active\:border-r-yellow-500\/5:active {
  border-right-color: rgb(234 179 8 / 0.05);
}

.active\:border-r-yellow-500\/50:active {
  border-right-color: rgb(234 179 8 / 0.5);
}

.active\:border-r-yellow-500\/60:active {
  border-right-color: rgb(234 179 8 / 0.6);
}

.active\:border-r-yellow-500\/70:active {
  border-right-color: rgb(234 179 8 / 0.7);
}

.active\:border-r-yellow-500\/75:active {
  border-right-color: rgb(234 179 8 / 0.75);
}

.active\:border-r-yellow-500\/80:active {
  border-right-color: rgb(234 179 8 / 0.8);
}

.active\:border-r-yellow-500\/90:active {
  border-right-color: rgb(234 179 8 / 0.9);
}

.active\:border-r-yellow-500\/95:active {
  border-right-color: rgb(234 179 8 / 0.95);
}

.active\:border-r-yellow-600:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.active\:border-r-yellow-600\/0:active {
  border-right-color: rgb(202 138 4 / 0);
}

.active\:border-r-yellow-600\/10:active {
  border-right-color: rgb(202 138 4 / 0.1);
}

.active\:border-r-yellow-600\/100:active {
  border-right-color: rgb(202 138 4 / 1);
}

.active\:border-r-yellow-600\/20:active {
  border-right-color: rgb(202 138 4 / 0.2);
}

.active\:border-r-yellow-600\/25:active {
  border-right-color: rgb(202 138 4 / 0.25);
}

.active\:border-r-yellow-600\/30:active {
  border-right-color: rgb(202 138 4 / 0.3);
}

.active\:border-r-yellow-600\/40:active {
  border-right-color: rgb(202 138 4 / 0.4);
}

.active\:border-r-yellow-600\/5:active {
  border-right-color: rgb(202 138 4 / 0.05);
}

.active\:border-r-yellow-600\/50:active {
  border-right-color: rgb(202 138 4 / 0.5);
}

.active\:border-r-yellow-600\/60:active {
  border-right-color: rgb(202 138 4 / 0.6);
}

.active\:border-r-yellow-600\/70:active {
  border-right-color: rgb(202 138 4 / 0.7);
}

.active\:border-r-yellow-600\/75:active {
  border-right-color: rgb(202 138 4 / 0.75);
}

.active\:border-r-yellow-600\/80:active {
  border-right-color: rgb(202 138 4 / 0.8);
}

.active\:border-r-yellow-600\/90:active {
  border-right-color: rgb(202 138 4 / 0.9);
}

.active\:border-r-yellow-600\/95:active {
  border-right-color: rgb(202 138 4 / 0.95);
}

.active\:border-r-yellow-700:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.active\:border-r-yellow-700\/0:active {
  border-right-color: rgb(161 98 7 / 0);
}

.active\:border-r-yellow-700\/10:active {
  border-right-color: rgb(161 98 7 / 0.1);
}

.active\:border-r-yellow-700\/100:active {
  border-right-color: rgb(161 98 7 / 1);
}

.active\:border-r-yellow-700\/20:active {
  border-right-color: rgb(161 98 7 / 0.2);
}

.active\:border-r-yellow-700\/25:active {
  border-right-color: rgb(161 98 7 / 0.25);
}

.active\:border-r-yellow-700\/30:active {
  border-right-color: rgb(161 98 7 / 0.3);
}

.active\:border-r-yellow-700\/40:active {
  border-right-color: rgb(161 98 7 / 0.4);
}

.active\:border-r-yellow-700\/5:active {
  border-right-color: rgb(161 98 7 / 0.05);
}

.active\:border-r-yellow-700\/50:active {
  border-right-color: rgb(161 98 7 / 0.5);
}

.active\:border-r-yellow-700\/60:active {
  border-right-color: rgb(161 98 7 / 0.6);
}

.active\:border-r-yellow-700\/70:active {
  border-right-color: rgb(161 98 7 / 0.7);
}

.active\:border-r-yellow-700\/75:active {
  border-right-color: rgb(161 98 7 / 0.75);
}

.active\:border-r-yellow-700\/80:active {
  border-right-color: rgb(161 98 7 / 0.8);
}

.active\:border-r-yellow-700\/90:active {
  border-right-color: rgb(161 98 7 / 0.9);
}

.active\:border-r-yellow-700\/95:active {
  border-right-color: rgb(161 98 7 / 0.95);
}

.active\:border-r-yellow-800:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.active\:border-r-yellow-800\/0:active {
  border-right-color: rgb(133 77 14 / 0);
}

.active\:border-r-yellow-800\/10:active {
  border-right-color: rgb(133 77 14 / 0.1);
}

.active\:border-r-yellow-800\/100:active {
  border-right-color: rgb(133 77 14 / 1);
}

.active\:border-r-yellow-800\/20:active {
  border-right-color: rgb(133 77 14 / 0.2);
}

.active\:border-r-yellow-800\/25:active {
  border-right-color: rgb(133 77 14 / 0.25);
}

.active\:border-r-yellow-800\/30:active {
  border-right-color: rgb(133 77 14 / 0.3);
}

.active\:border-r-yellow-800\/40:active {
  border-right-color: rgb(133 77 14 / 0.4);
}

.active\:border-r-yellow-800\/5:active {
  border-right-color: rgb(133 77 14 / 0.05);
}

.active\:border-r-yellow-800\/50:active {
  border-right-color: rgb(133 77 14 / 0.5);
}

.active\:border-r-yellow-800\/60:active {
  border-right-color: rgb(133 77 14 / 0.6);
}

.active\:border-r-yellow-800\/70:active {
  border-right-color: rgb(133 77 14 / 0.7);
}

.active\:border-r-yellow-800\/75:active {
  border-right-color: rgb(133 77 14 / 0.75);
}

.active\:border-r-yellow-800\/80:active {
  border-right-color: rgb(133 77 14 / 0.8);
}

.active\:border-r-yellow-800\/90:active {
  border-right-color: rgb(133 77 14 / 0.9);
}

.active\:border-r-yellow-800\/95:active {
  border-right-color: rgb(133 77 14 / 0.95);
}

.active\:border-r-yellow-900:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.active\:border-r-yellow-900\/0:active {
  border-right-color: rgb(113 63 18 / 0);
}

.active\:border-r-yellow-900\/10:active {
  border-right-color: rgb(113 63 18 / 0.1);
}

.active\:border-r-yellow-900\/100:active {
  border-right-color: rgb(113 63 18 / 1);
}

.active\:border-r-yellow-900\/20:active {
  border-right-color: rgb(113 63 18 / 0.2);
}

.active\:border-r-yellow-900\/25:active {
  border-right-color: rgb(113 63 18 / 0.25);
}

.active\:border-r-yellow-900\/30:active {
  border-right-color: rgb(113 63 18 / 0.3);
}

.active\:border-r-yellow-900\/40:active {
  border-right-color: rgb(113 63 18 / 0.4);
}

.active\:border-r-yellow-900\/5:active {
  border-right-color: rgb(113 63 18 / 0.05);
}

.active\:border-r-yellow-900\/50:active {
  border-right-color: rgb(113 63 18 / 0.5);
}

.active\:border-r-yellow-900\/60:active {
  border-right-color: rgb(113 63 18 / 0.6);
}

.active\:border-r-yellow-900\/70:active {
  border-right-color: rgb(113 63 18 / 0.7);
}

.active\:border-r-yellow-900\/75:active {
  border-right-color: rgb(113 63 18 / 0.75);
}

.active\:border-r-yellow-900\/80:active {
  border-right-color: rgb(113 63 18 / 0.8);
}

.active\:border-r-yellow-900\/90:active {
  border-right-color: rgb(113 63 18 / 0.9);
}

.active\:border-r-yellow-900\/95:active {
  border-right-color: rgb(113 63 18 / 0.95);
}

.active\:border-r-yellow-950:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.active\:border-r-yellow-950\/0:active {
  border-right-color: rgb(66 32 6 / 0);
}

.active\:border-r-yellow-950\/10:active {
  border-right-color: rgb(66 32 6 / 0.1);
}

.active\:border-r-yellow-950\/100:active {
  border-right-color: rgb(66 32 6 / 1);
}

.active\:border-r-yellow-950\/20:active {
  border-right-color: rgb(66 32 6 / 0.2);
}

.active\:border-r-yellow-950\/25:active {
  border-right-color: rgb(66 32 6 / 0.25);
}

.active\:border-r-yellow-950\/30:active {
  border-right-color: rgb(66 32 6 / 0.3);
}

.active\:border-r-yellow-950\/40:active {
  border-right-color: rgb(66 32 6 / 0.4);
}

.active\:border-r-yellow-950\/5:active {
  border-right-color: rgb(66 32 6 / 0.05);
}

.active\:border-r-yellow-950\/50:active {
  border-right-color: rgb(66 32 6 / 0.5);
}

.active\:border-r-yellow-950\/60:active {
  border-right-color: rgb(66 32 6 / 0.6);
}

.active\:border-r-yellow-950\/70:active {
  border-right-color: rgb(66 32 6 / 0.7);
}

.active\:border-r-yellow-950\/75:active {
  border-right-color: rgb(66 32 6 / 0.75);
}

.active\:border-r-yellow-950\/80:active {
  border-right-color: rgb(66 32 6 / 0.8);
}

.active\:border-r-yellow-950\/90:active {
  border-right-color: rgb(66 32 6 / 0.9);
}

.active\:border-r-yellow-950\/95:active {
  border-right-color: rgb(66 32 6 / 0.95);
}

.active\:border-r-zinc-100:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(244 244 245 / var(--tw-border-opacity));
}

.active\:border-r-zinc-100\/0:active {
  border-right-color: rgb(244 244 245 / 0);
}

.active\:border-r-zinc-100\/10:active {
  border-right-color: rgb(244 244 245 / 0.1);
}

.active\:border-r-zinc-100\/100:active {
  border-right-color: rgb(244 244 245 / 1);
}

.active\:border-r-zinc-100\/20:active {
  border-right-color: rgb(244 244 245 / 0.2);
}

.active\:border-r-zinc-100\/25:active {
  border-right-color: rgb(244 244 245 / 0.25);
}

.active\:border-r-zinc-100\/30:active {
  border-right-color: rgb(244 244 245 / 0.3);
}

.active\:border-r-zinc-100\/40:active {
  border-right-color: rgb(244 244 245 / 0.4);
}

.active\:border-r-zinc-100\/5:active {
  border-right-color: rgb(244 244 245 / 0.05);
}

.active\:border-r-zinc-100\/50:active {
  border-right-color: rgb(244 244 245 / 0.5);
}

.active\:border-r-zinc-100\/60:active {
  border-right-color: rgb(244 244 245 / 0.6);
}

.active\:border-r-zinc-100\/70:active {
  border-right-color: rgb(244 244 245 / 0.7);
}

.active\:border-r-zinc-100\/75:active {
  border-right-color: rgb(244 244 245 / 0.75);
}

.active\:border-r-zinc-100\/80:active {
  border-right-color: rgb(244 244 245 / 0.8);
}

.active\:border-r-zinc-100\/90:active {
  border-right-color: rgb(244 244 245 / 0.9);
}

.active\:border-r-zinc-100\/95:active {
  border-right-color: rgb(244 244 245 / 0.95);
}

.active\:border-r-zinc-200:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.active\:border-r-zinc-200\/0:active {
  border-right-color: rgb(228 228 231 / 0);
}

.active\:border-r-zinc-200\/10:active {
  border-right-color: rgb(228 228 231 / 0.1);
}

.active\:border-r-zinc-200\/100:active {
  border-right-color: rgb(228 228 231 / 1);
}

.active\:border-r-zinc-200\/20:active {
  border-right-color: rgb(228 228 231 / 0.2);
}

.active\:border-r-zinc-200\/25:active {
  border-right-color: rgb(228 228 231 / 0.25);
}

.active\:border-r-zinc-200\/30:active {
  border-right-color: rgb(228 228 231 / 0.3);
}

.active\:border-r-zinc-200\/40:active {
  border-right-color: rgb(228 228 231 / 0.4);
}

.active\:border-r-zinc-200\/5:active {
  border-right-color: rgb(228 228 231 / 0.05);
}

.active\:border-r-zinc-200\/50:active {
  border-right-color: rgb(228 228 231 / 0.5);
}

.active\:border-r-zinc-200\/60:active {
  border-right-color: rgb(228 228 231 / 0.6);
}

.active\:border-r-zinc-200\/70:active {
  border-right-color: rgb(228 228 231 / 0.7);
}

.active\:border-r-zinc-200\/75:active {
  border-right-color: rgb(228 228 231 / 0.75);
}

.active\:border-r-zinc-200\/80:active {
  border-right-color: rgb(228 228 231 / 0.8);
}

.active\:border-r-zinc-200\/90:active {
  border-right-color: rgb(228 228 231 / 0.9);
}

.active\:border-r-zinc-200\/95:active {
  border-right-color: rgb(228 228 231 / 0.95);
}

.active\:border-r-zinc-300:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.active\:border-r-zinc-300\/0:active {
  border-right-color: rgb(212 212 216 / 0);
}

.active\:border-r-zinc-300\/10:active {
  border-right-color: rgb(212 212 216 / 0.1);
}

.active\:border-r-zinc-300\/100:active {
  border-right-color: rgb(212 212 216 / 1);
}

.active\:border-r-zinc-300\/20:active {
  border-right-color: rgb(212 212 216 / 0.2);
}

.active\:border-r-zinc-300\/25:active {
  border-right-color: rgb(212 212 216 / 0.25);
}

.active\:border-r-zinc-300\/30:active {
  border-right-color: rgb(212 212 216 / 0.3);
}

.active\:border-r-zinc-300\/40:active {
  border-right-color: rgb(212 212 216 / 0.4);
}

.active\:border-r-zinc-300\/5:active {
  border-right-color: rgb(212 212 216 / 0.05);
}

.active\:border-r-zinc-300\/50:active {
  border-right-color: rgb(212 212 216 / 0.5);
}

.active\:border-r-zinc-300\/60:active {
  border-right-color: rgb(212 212 216 / 0.6);
}

.active\:border-r-zinc-300\/70:active {
  border-right-color: rgb(212 212 216 / 0.7);
}

.active\:border-r-zinc-300\/75:active {
  border-right-color: rgb(212 212 216 / 0.75);
}

.active\:border-r-zinc-300\/80:active {
  border-right-color: rgb(212 212 216 / 0.8);
}

.active\:border-r-zinc-300\/90:active {
  border-right-color: rgb(212 212 216 / 0.9);
}

.active\:border-r-zinc-300\/95:active {
  border-right-color: rgb(212 212 216 / 0.95);
}

.active\:border-r-zinc-400:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.active\:border-r-zinc-400\/0:active {
  border-right-color: rgb(161 161 170 / 0);
}

.active\:border-r-zinc-400\/10:active {
  border-right-color: rgb(161 161 170 / 0.1);
}

.active\:border-r-zinc-400\/100:active {
  border-right-color: rgb(161 161 170 / 1);
}

.active\:border-r-zinc-400\/20:active {
  border-right-color: rgb(161 161 170 / 0.2);
}

.active\:border-r-zinc-400\/25:active {
  border-right-color: rgb(161 161 170 / 0.25);
}

.active\:border-r-zinc-400\/30:active {
  border-right-color: rgb(161 161 170 / 0.3);
}

.active\:border-r-zinc-400\/40:active {
  border-right-color: rgb(161 161 170 / 0.4);
}

.active\:border-r-zinc-400\/5:active {
  border-right-color: rgb(161 161 170 / 0.05);
}

.active\:border-r-zinc-400\/50:active {
  border-right-color: rgb(161 161 170 / 0.5);
}

.active\:border-r-zinc-400\/60:active {
  border-right-color: rgb(161 161 170 / 0.6);
}

.active\:border-r-zinc-400\/70:active {
  border-right-color: rgb(161 161 170 / 0.7);
}

.active\:border-r-zinc-400\/75:active {
  border-right-color: rgb(161 161 170 / 0.75);
}

.active\:border-r-zinc-400\/80:active {
  border-right-color: rgb(161 161 170 / 0.8);
}

.active\:border-r-zinc-400\/90:active {
  border-right-color: rgb(161 161 170 / 0.9);
}

.active\:border-r-zinc-400\/95:active {
  border-right-color: rgb(161 161 170 / 0.95);
}

.active\:border-r-zinc-50:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.active\:border-r-zinc-50\/0:active {
  border-right-color: rgb(250 250 250 / 0);
}

.active\:border-r-zinc-50\/10:active {
  border-right-color: rgb(250 250 250 / 0.1);
}

.active\:border-r-zinc-50\/100:active {
  border-right-color: rgb(250 250 250 / 1);
}

.active\:border-r-zinc-50\/20:active {
  border-right-color: rgb(250 250 250 / 0.2);
}

.active\:border-r-zinc-50\/25:active {
  border-right-color: rgb(250 250 250 / 0.25);
}

.active\:border-r-zinc-50\/30:active {
  border-right-color: rgb(250 250 250 / 0.3);
}

.active\:border-r-zinc-50\/40:active {
  border-right-color: rgb(250 250 250 / 0.4);
}

.active\:border-r-zinc-50\/5:active {
  border-right-color: rgb(250 250 250 / 0.05);
}

.active\:border-r-zinc-50\/50:active {
  border-right-color: rgb(250 250 250 / 0.5);
}

.active\:border-r-zinc-50\/60:active {
  border-right-color: rgb(250 250 250 / 0.6);
}

.active\:border-r-zinc-50\/70:active {
  border-right-color: rgb(250 250 250 / 0.7);
}

.active\:border-r-zinc-50\/75:active {
  border-right-color: rgb(250 250 250 / 0.75);
}

.active\:border-r-zinc-50\/80:active {
  border-right-color: rgb(250 250 250 / 0.8);
}

.active\:border-r-zinc-50\/90:active {
  border-right-color: rgb(250 250 250 / 0.9);
}

.active\:border-r-zinc-50\/95:active {
  border-right-color: rgb(250 250 250 / 0.95);
}

.active\:border-r-zinc-500:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(113 113 122 / var(--tw-border-opacity));
}

.active\:border-r-zinc-500\/0:active {
  border-right-color: rgb(113 113 122 / 0);
}

.active\:border-r-zinc-500\/10:active {
  border-right-color: rgb(113 113 122 / 0.1);
}

.active\:border-r-zinc-500\/100:active {
  border-right-color: rgb(113 113 122 / 1);
}

.active\:border-r-zinc-500\/20:active {
  border-right-color: rgb(113 113 122 / 0.2);
}

.active\:border-r-zinc-500\/25:active {
  border-right-color: rgb(113 113 122 / 0.25);
}

.active\:border-r-zinc-500\/30:active {
  border-right-color: rgb(113 113 122 / 0.3);
}

.active\:border-r-zinc-500\/40:active {
  border-right-color: rgb(113 113 122 / 0.4);
}

.active\:border-r-zinc-500\/5:active {
  border-right-color: rgb(113 113 122 / 0.05);
}

.active\:border-r-zinc-500\/50:active {
  border-right-color: rgb(113 113 122 / 0.5);
}

.active\:border-r-zinc-500\/60:active {
  border-right-color: rgb(113 113 122 / 0.6);
}

.active\:border-r-zinc-500\/70:active {
  border-right-color: rgb(113 113 122 / 0.7);
}

.active\:border-r-zinc-500\/75:active {
  border-right-color: rgb(113 113 122 / 0.75);
}

.active\:border-r-zinc-500\/80:active {
  border-right-color: rgb(113 113 122 / 0.8);
}

.active\:border-r-zinc-500\/90:active {
  border-right-color: rgb(113 113 122 / 0.9);
}

.active\:border-r-zinc-500\/95:active {
  border-right-color: rgb(113 113 122 / 0.95);
}

.active\:border-r-zinc-600:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(82 82 91 / var(--tw-border-opacity));
}

.active\:border-r-zinc-600\/0:active {
  border-right-color: rgb(82 82 91 / 0);
}

.active\:border-r-zinc-600\/10:active {
  border-right-color: rgb(82 82 91 / 0.1);
}

.active\:border-r-zinc-600\/100:active {
  border-right-color: rgb(82 82 91 / 1);
}

.active\:border-r-zinc-600\/20:active {
  border-right-color: rgb(82 82 91 / 0.2);
}

.active\:border-r-zinc-600\/25:active {
  border-right-color: rgb(82 82 91 / 0.25);
}

.active\:border-r-zinc-600\/30:active {
  border-right-color: rgb(82 82 91 / 0.3);
}

.active\:border-r-zinc-600\/40:active {
  border-right-color: rgb(82 82 91 / 0.4);
}

.active\:border-r-zinc-600\/5:active {
  border-right-color: rgb(82 82 91 / 0.05);
}

.active\:border-r-zinc-600\/50:active {
  border-right-color: rgb(82 82 91 / 0.5);
}

.active\:border-r-zinc-600\/60:active {
  border-right-color: rgb(82 82 91 / 0.6);
}

.active\:border-r-zinc-600\/70:active {
  border-right-color: rgb(82 82 91 / 0.7);
}

.active\:border-r-zinc-600\/75:active {
  border-right-color: rgb(82 82 91 / 0.75);
}

.active\:border-r-zinc-600\/80:active {
  border-right-color: rgb(82 82 91 / 0.8);
}

.active\:border-r-zinc-600\/90:active {
  border-right-color: rgb(82 82 91 / 0.9);
}

.active\:border-r-zinc-600\/95:active {
  border-right-color: rgb(82 82 91 / 0.95);
}

.active\:border-r-zinc-700:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.active\:border-r-zinc-700\/0:active {
  border-right-color: rgb(63 63 70 / 0);
}

.active\:border-r-zinc-700\/10:active {
  border-right-color: rgb(63 63 70 / 0.1);
}

.active\:border-r-zinc-700\/100:active {
  border-right-color: rgb(63 63 70 / 1);
}

.active\:border-r-zinc-700\/20:active {
  border-right-color: rgb(63 63 70 / 0.2);
}

.active\:border-r-zinc-700\/25:active {
  border-right-color: rgb(63 63 70 / 0.25);
}

.active\:border-r-zinc-700\/30:active {
  border-right-color: rgb(63 63 70 / 0.3);
}

.active\:border-r-zinc-700\/40:active {
  border-right-color: rgb(63 63 70 / 0.4);
}

.active\:border-r-zinc-700\/5:active {
  border-right-color: rgb(63 63 70 / 0.05);
}

.active\:border-r-zinc-700\/50:active {
  border-right-color: rgb(63 63 70 / 0.5);
}

.active\:border-r-zinc-700\/60:active {
  border-right-color: rgb(63 63 70 / 0.6);
}

.active\:border-r-zinc-700\/70:active {
  border-right-color: rgb(63 63 70 / 0.7);
}

.active\:border-r-zinc-700\/75:active {
  border-right-color: rgb(63 63 70 / 0.75);
}

.active\:border-r-zinc-700\/80:active {
  border-right-color: rgb(63 63 70 / 0.8);
}

.active\:border-r-zinc-700\/90:active {
  border-right-color: rgb(63 63 70 / 0.9);
}

.active\:border-r-zinc-700\/95:active {
  border-right-color: rgb(63 63 70 / 0.95);
}

.active\:border-r-zinc-800:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(39 39 42 / var(--tw-border-opacity));
}

.active\:border-r-zinc-800\/0:active {
  border-right-color: rgb(39 39 42 / 0);
}

.active\:border-r-zinc-800\/10:active {
  border-right-color: rgb(39 39 42 / 0.1);
}

.active\:border-r-zinc-800\/100:active {
  border-right-color: rgb(39 39 42 / 1);
}

.active\:border-r-zinc-800\/20:active {
  border-right-color: rgb(39 39 42 / 0.2);
}

.active\:border-r-zinc-800\/25:active {
  border-right-color: rgb(39 39 42 / 0.25);
}

.active\:border-r-zinc-800\/30:active {
  border-right-color: rgb(39 39 42 / 0.3);
}

.active\:border-r-zinc-800\/40:active {
  border-right-color: rgb(39 39 42 / 0.4);
}

.active\:border-r-zinc-800\/5:active {
  border-right-color: rgb(39 39 42 / 0.05);
}

.active\:border-r-zinc-800\/50:active {
  border-right-color: rgb(39 39 42 / 0.5);
}

.active\:border-r-zinc-800\/60:active {
  border-right-color: rgb(39 39 42 / 0.6);
}

.active\:border-r-zinc-800\/70:active {
  border-right-color: rgb(39 39 42 / 0.7);
}

.active\:border-r-zinc-800\/75:active {
  border-right-color: rgb(39 39 42 / 0.75);
}

.active\:border-r-zinc-800\/80:active {
  border-right-color: rgb(39 39 42 / 0.8);
}

.active\:border-r-zinc-800\/90:active {
  border-right-color: rgb(39 39 42 / 0.9);
}

.active\:border-r-zinc-800\/95:active {
  border-right-color: rgb(39 39 42 / 0.95);
}

.active\:border-r-zinc-900:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.active\:border-r-zinc-900\/0:active {
  border-right-color: rgb(24 24 27 / 0);
}

.active\:border-r-zinc-900\/10:active {
  border-right-color: rgb(24 24 27 / 0.1);
}

.active\:border-r-zinc-900\/100:active {
  border-right-color: rgb(24 24 27 / 1);
}

.active\:border-r-zinc-900\/20:active {
  border-right-color: rgb(24 24 27 / 0.2);
}

.active\:border-r-zinc-900\/25:active {
  border-right-color: rgb(24 24 27 / 0.25);
}

.active\:border-r-zinc-900\/30:active {
  border-right-color: rgb(24 24 27 / 0.3);
}

.active\:border-r-zinc-900\/40:active {
  border-right-color: rgb(24 24 27 / 0.4);
}

.active\:border-r-zinc-900\/5:active {
  border-right-color: rgb(24 24 27 / 0.05);
}

.active\:border-r-zinc-900\/50:active {
  border-right-color: rgb(24 24 27 / 0.5);
}

.active\:border-r-zinc-900\/60:active {
  border-right-color: rgb(24 24 27 / 0.6);
}

.active\:border-r-zinc-900\/70:active {
  border-right-color: rgb(24 24 27 / 0.7);
}

.active\:border-r-zinc-900\/75:active {
  border-right-color: rgb(24 24 27 / 0.75);
}

.active\:border-r-zinc-900\/80:active {
  border-right-color: rgb(24 24 27 / 0.8);
}

.active\:border-r-zinc-900\/90:active {
  border-right-color: rgb(24 24 27 / 0.9);
}

.active\:border-r-zinc-900\/95:active {
  border-right-color: rgb(24 24 27 / 0.95);
}

.active\:border-r-zinc-950:active {
  --tw-border-opacity: 1;
  border-right-color: rgb(9 9 11 / var(--tw-border-opacity));
}

.active\:border-r-zinc-950\/0:active {
  border-right-color: rgb(9 9 11 / 0);
}

.active\:border-r-zinc-950\/10:active {
  border-right-color: rgb(9 9 11 / 0.1);
}

.active\:border-r-zinc-950\/100:active {
  border-right-color: rgb(9 9 11 / 1);
}

.active\:border-r-zinc-950\/20:active {
  border-right-color: rgb(9 9 11 / 0.2);
}

.active\:border-r-zinc-950\/25:active {
  border-right-color: rgb(9 9 11 / 0.25);
}

.active\:border-r-zinc-950\/30:active {
  border-right-color: rgb(9 9 11 / 0.3);
}

.active\:border-r-zinc-950\/40:active {
  border-right-color: rgb(9 9 11 / 0.4);
}

.active\:border-r-zinc-950\/5:active {
  border-right-color: rgb(9 9 11 / 0.05);
}

.active\:border-r-zinc-950\/50:active {
  border-right-color: rgb(9 9 11 / 0.5);
}

.active\:border-r-zinc-950\/60:active {
  border-right-color: rgb(9 9 11 / 0.6);
}

.active\:border-r-zinc-950\/70:active {
  border-right-color: rgb(9 9 11 / 0.7);
}

.active\:border-r-zinc-950\/75:active {
  border-right-color: rgb(9 9 11 / 0.75);
}

.active\:border-r-zinc-950\/80:active {
  border-right-color: rgb(9 9 11 / 0.8);
}

.active\:border-r-zinc-950\/90:active {
  border-right-color: rgb(9 9 11 / 0.9);
}

.active\:border-r-zinc-950\/95:active {
  border-right-color: rgb(9 9 11 / 0.95);
}

.active\:border-s-amber-100:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 243 199 / var(--tw-border-opacity));
}

.active\:border-s-amber-100\/0:active {
  border-inline-start-color: rgb(254 243 199 / 0);
}

.active\:border-s-amber-100\/10:active {
  border-inline-start-color: rgb(254 243 199 / 0.1);
}

.active\:border-s-amber-100\/100:active {
  border-inline-start-color: rgb(254 243 199 / 1);
}

.active\:border-s-amber-100\/20:active {
  border-inline-start-color: rgb(254 243 199 / 0.2);
}

.active\:border-s-amber-100\/25:active {
  border-inline-start-color: rgb(254 243 199 / 0.25);
}

.active\:border-s-amber-100\/30:active {
  border-inline-start-color: rgb(254 243 199 / 0.3);
}

.active\:border-s-amber-100\/40:active {
  border-inline-start-color: rgb(254 243 199 / 0.4);
}

.active\:border-s-amber-100\/5:active {
  border-inline-start-color: rgb(254 243 199 / 0.05);
}

.active\:border-s-amber-100\/50:active {
  border-inline-start-color: rgb(254 243 199 / 0.5);
}

.active\:border-s-amber-100\/60:active {
  border-inline-start-color: rgb(254 243 199 / 0.6);
}

.active\:border-s-amber-100\/70:active {
  border-inline-start-color: rgb(254 243 199 / 0.7);
}

.active\:border-s-amber-100\/75:active {
  border-inline-start-color: rgb(254 243 199 / 0.75);
}

.active\:border-s-amber-100\/80:active {
  border-inline-start-color: rgb(254 243 199 / 0.8);
}

.active\:border-s-amber-100\/90:active {
  border-inline-start-color: rgb(254 243 199 / 0.9);
}

.active\:border-s-amber-100\/95:active {
  border-inline-start-color: rgb(254 243 199 / 0.95);
}

.active\:border-s-amber-200:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 230 138 / var(--tw-border-opacity));
}

.active\:border-s-amber-200\/0:active {
  border-inline-start-color: rgb(253 230 138 / 0);
}

.active\:border-s-amber-200\/10:active {
  border-inline-start-color: rgb(253 230 138 / 0.1);
}

.active\:border-s-amber-200\/100:active {
  border-inline-start-color: rgb(253 230 138 / 1);
}

.active\:border-s-amber-200\/20:active {
  border-inline-start-color: rgb(253 230 138 / 0.2);
}

.active\:border-s-amber-200\/25:active {
  border-inline-start-color: rgb(253 230 138 / 0.25);
}

.active\:border-s-amber-200\/30:active {
  border-inline-start-color: rgb(253 230 138 / 0.3);
}

.active\:border-s-amber-200\/40:active {
  border-inline-start-color: rgb(253 230 138 / 0.4);
}

.active\:border-s-amber-200\/5:active {
  border-inline-start-color: rgb(253 230 138 / 0.05);
}

.active\:border-s-amber-200\/50:active {
  border-inline-start-color: rgb(253 230 138 / 0.5);
}

.active\:border-s-amber-200\/60:active {
  border-inline-start-color: rgb(253 230 138 / 0.6);
}

.active\:border-s-amber-200\/70:active {
  border-inline-start-color: rgb(253 230 138 / 0.7);
}

.active\:border-s-amber-200\/75:active {
  border-inline-start-color: rgb(253 230 138 / 0.75);
}

.active\:border-s-amber-200\/80:active {
  border-inline-start-color: rgb(253 230 138 / 0.8);
}

.active\:border-s-amber-200\/90:active {
  border-inline-start-color: rgb(253 230 138 / 0.9);
}

.active\:border-s-amber-200\/95:active {
  border-inline-start-color: rgb(253 230 138 / 0.95);
}

.active\:border-s-amber-300:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(252 211 77 / var(--tw-border-opacity));
}

.active\:border-s-amber-300\/0:active {
  border-inline-start-color: rgb(252 211 77 / 0);
}

.active\:border-s-amber-300\/10:active {
  border-inline-start-color: rgb(252 211 77 / 0.1);
}

.active\:border-s-amber-300\/100:active {
  border-inline-start-color: rgb(252 211 77 / 1);
}

.active\:border-s-amber-300\/20:active {
  border-inline-start-color: rgb(252 211 77 / 0.2);
}

.active\:border-s-amber-300\/25:active {
  border-inline-start-color: rgb(252 211 77 / 0.25);
}

.active\:border-s-amber-300\/30:active {
  border-inline-start-color: rgb(252 211 77 / 0.3);
}

.active\:border-s-amber-300\/40:active {
  border-inline-start-color: rgb(252 211 77 / 0.4);
}

.active\:border-s-amber-300\/5:active {
  border-inline-start-color: rgb(252 211 77 / 0.05);
}

.active\:border-s-amber-300\/50:active {
  border-inline-start-color: rgb(252 211 77 / 0.5);
}

.active\:border-s-amber-300\/60:active {
  border-inline-start-color: rgb(252 211 77 / 0.6);
}

.active\:border-s-amber-300\/70:active {
  border-inline-start-color: rgb(252 211 77 / 0.7);
}

.active\:border-s-amber-300\/75:active {
  border-inline-start-color: rgb(252 211 77 / 0.75);
}

.active\:border-s-amber-300\/80:active {
  border-inline-start-color: rgb(252 211 77 / 0.8);
}

.active\:border-s-amber-300\/90:active {
  border-inline-start-color: rgb(252 211 77 / 0.9);
}

.active\:border-s-amber-300\/95:active {
  border-inline-start-color: rgb(252 211 77 / 0.95);
}

.active\:border-s-amber-400:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(251 191 36 / var(--tw-border-opacity));
}

.active\:border-s-amber-400\/0:active {
  border-inline-start-color: rgb(251 191 36 / 0);
}

.active\:border-s-amber-400\/10:active {
  border-inline-start-color: rgb(251 191 36 / 0.1);
}

.active\:border-s-amber-400\/100:active {
  border-inline-start-color: rgb(251 191 36 / 1);
}

.active\:border-s-amber-400\/20:active {
  border-inline-start-color: rgb(251 191 36 / 0.2);
}

.active\:border-s-amber-400\/25:active {
  border-inline-start-color: rgb(251 191 36 / 0.25);
}

.active\:border-s-amber-400\/30:active {
  border-inline-start-color: rgb(251 191 36 / 0.3);
}

.active\:border-s-amber-400\/40:active {
  border-inline-start-color: rgb(251 191 36 / 0.4);
}

.active\:border-s-amber-400\/5:active {
  border-inline-start-color: rgb(251 191 36 / 0.05);
}

.active\:border-s-amber-400\/50:active {
  border-inline-start-color: rgb(251 191 36 / 0.5);
}

.active\:border-s-amber-400\/60:active {
  border-inline-start-color: rgb(251 191 36 / 0.6);
}

.active\:border-s-amber-400\/70:active {
  border-inline-start-color: rgb(251 191 36 / 0.7);
}

.active\:border-s-amber-400\/75:active {
  border-inline-start-color: rgb(251 191 36 / 0.75);
}

.active\:border-s-amber-400\/80:active {
  border-inline-start-color: rgb(251 191 36 / 0.8);
}

.active\:border-s-amber-400\/90:active {
  border-inline-start-color: rgb(251 191 36 / 0.9);
}

.active\:border-s-amber-400\/95:active {
  border-inline-start-color: rgb(251 191 36 / 0.95);
}

.active\:border-s-amber-50:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.active\:border-s-amber-50\/0:active {
  border-inline-start-color: rgb(255 251 235 / 0);
}

.active\:border-s-amber-50\/10:active {
  border-inline-start-color: rgb(255 251 235 / 0.1);
}

.active\:border-s-amber-50\/100:active {
  border-inline-start-color: rgb(255 251 235 / 1);
}

.active\:border-s-amber-50\/20:active {
  border-inline-start-color: rgb(255 251 235 / 0.2);
}

.active\:border-s-amber-50\/25:active {
  border-inline-start-color: rgb(255 251 235 / 0.25);
}

.active\:border-s-amber-50\/30:active {
  border-inline-start-color: rgb(255 251 235 / 0.3);
}

.active\:border-s-amber-50\/40:active {
  border-inline-start-color: rgb(255 251 235 / 0.4);
}

.active\:border-s-amber-50\/5:active {
  border-inline-start-color: rgb(255 251 235 / 0.05);
}

.active\:border-s-amber-50\/50:active {
  border-inline-start-color: rgb(255 251 235 / 0.5);
}

.active\:border-s-amber-50\/60:active {
  border-inline-start-color: rgb(255 251 235 / 0.6);
}

.active\:border-s-amber-50\/70:active {
  border-inline-start-color: rgb(255 251 235 / 0.7);
}

.active\:border-s-amber-50\/75:active {
  border-inline-start-color: rgb(255 251 235 / 0.75);
}

.active\:border-s-amber-50\/80:active {
  border-inline-start-color: rgb(255 251 235 / 0.8);
}

.active\:border-s-amber-50\/90:active {
  border-inline-start-color: rgb(255 251 235 / 0.9);
}

.active\:border-s-amber-50\/95:active {
  border-inline-start-color: rgb(255 251 235 / 0.95);
}

.active\:border-s-amber-500:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 158 11 / var(--tw-border-opacity));
}

.active\:border-s-amber-500\/0:active {
  border-inline-start-color: rgb(245 158 11 / 0);
}

.active\:border-s-amber-500\/10:active {
  border-inline-start-color: rgb(245 158 11 / 0.1);
}

.active\:border-s-amber-500\/100:active {
  border-inline-start-color: rgb(245 158 11 / 1);
}

.active\:border-s-amber-500\/20:active {
  border-inline-start-color: rgb(245 158 11 / 0.2);
}

.active\:border-s-amber-500\/25:active {
  border-inline-start-color: rgb(245 158 11 / 0.25);
}

.active\:border-s-amber-500\/30:active {
  border-inline-start-color: rgb(245 158 11 / 0.3);
}

.active\:border-s-amber-500\/40:active {
  border-inline-start-color: rgb(245 158 11 / 0.4);
}

.active\:border-s-amber-500\/5:active {
  border-inline-start-color: rgb(245 158 11 / 0.05);
}

.active\:border-s-amber-500\/50:active {
  border-inline-start-color: rgb(245 158 11 / 0.5);
}

.active\:border-s-amber-500\/60:active {
  border-inline-start-color: rgb(245 158 11 / 0.6);
}

.active\:border-s-amber-500\/70:active {
  border-inline-start-color: rgb(245 158 11 / 0.7);
}

.active\:border-s-amber-500\/75:active {
  border-inline-start-color: rgb(245 158 11 / 0.75);
}

.active\:border-s-amber-500\/80:active {
  border-inline-start-color: rgb(245 158 11 / 0.8);
}

.active\:border-s-amber-500\/90:active {
  border-inline-start-color: rgb(245 158 11 / 0.9);
}

.active\:border-s-amber-500\/95:active {
  border-inline-start-color: rgb(245 158 11 / 0.95);
}

.active\:border-s-amber-600:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(217 119 6 / var(--tw-border-opacity));
}

.active\:border-s-amber-600\/0:active {
  border-inline-start-color: rgb(217 119 6 / 0);
}

.active\:border-s-amber-600\/10:active {
  border-inline-start-color: rgb(217 119 6 / 0.1);
}

.active\:border-s-amber-600\/100:active {
  border-inline-start-color: rgb(217 119 6 / 1);
}

.active\:border-s-amber-600\/20:active {
  border-inline-start-color: rgb(217 119 6 / 0.2);
}

.active\:border-s-amber-600\/25:active {
  border-inline-start-color: rgb(217 119 6 / 0.25);
}

.active\:border-s-amber-600\/30:active {
  border-inline-start-color: rgb(217 119 6 / 0.3);
}

.active\:border-s-amber-600\/40:active {
  border-inline-start-color: rgb(217 119 6 / 0.4);
}

.active\:border-s-amber-600\/5:active {
  border-inline-start-color: rgb(217 119 6 / 0.05);
}

.active\:border-s-amber-600\/50:active {
  border-inline-start-color: rgb(217 119 6 / 0.5);
}

.active\:border-s-amber-600\/60:active {
  border-inline-start-color: rgb(217 119 6 / 0.6);
}

.active\:border-s-amber-600\/70:active {
  border-inline-start-color: rgb(217 119 6 / 0.7);
}

.active\:border-s-amber-600\/75:active {
  border-inline-start-color: rgb(217 119 6 / 0.75);
}

.active\:border-s-amber-600\/80:active {
  border-inline-start-color: rgb(217 119 6 / 0.8);
}

.active\:border-s-amber-600\/90:active {
  border-inline-start-color: rgb(217 119 6 / 0.9);
}

.active\:border-s-amber-600\/95:active {
  border-inline-start-color: rgb(217 119 6 / 0.95);
}

.active\:border-s-amber-700:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(180 83 9 / var(--tw-border-opacity));
}

.active\:border-s-amber-700\/0:active {
  border-inline-start-color: rgb(180 83 9 / 0);
}

.active\:border-s-amber-700\/10:active {
  border-inline-start-color: rgb(180 83 9 / 0.1);
}

.active\:border-s-amber-700\/100:active {
  border-inline-start-color: rgb(180 83 9 / 1);
}

.active\:border-s-amber-700\/20:active {
  border-inline-start-color: rgb(180 83 9 / 0.2);
}

.active\:border-s-amber-700\/25:active {
  border-inline-start-color: rgb(180 83 9 / 0.25);
}

.active\:border-s-amber-700\/30:active {
  border-inline-start-color: rgb(180 83 9 / 0.3);
}

.active\:border-s-amber-700\/40:active {
  border-inline-start-color: rgb(180 83 9 / 0.4);
}

.active\:border-s-amber-700\/5:active {
  border-inline-start-color: rgb(180 83 9 / 0.05);
}

.active\:border-s-amber-700\/50:active {
  border-inline-start-color: rgb(180 83 9 / 0.5);
}

.active\:border-s-amber-700\/60:active {
  border-inline-start-color: rgb(180 83 9 / 0.6);
}

.active\:border-s-amber-700\/70:active {
  border-inline-start-color: rgb(180 83 9 / 0.7);
}

.active\:border-s-amber-700\/75:active {
  border-inline-start-color: rgb(180 83 9 / 0.75);
}

.active\:border-s-amber-700\/80:active {
  border-inline-start-color: rgb(180 83 9 / 0.8);
}

.active\:border-s-amber-700\/90:active {
  border-inline-start-color: rgb(180 83 9 / 0.9);
}

.active\:border-s-amber-700\/95:active {
  border-inline-start-color: rgb(180 83 9 / 0.95);
}

.active\:border-s-amber-800:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(146 64 14 / var(--tw-border-opacity));
}

.active\:border-s-amber-800\/0:active {
  border-inline-start-color: rgb(146 64 14 / 0);
}

.active\:border-s-amber-800\/10:active {
  border-inline-start-color: rgb(146 64 14 / 0.1);
}

.active\:border-s-amber-800\/100:active {
  border-inline-start-color: rgb(146 64 14 / 1);
}

.active\:border-s-amber-800\/20:active {
  border-inline-start-color: rgb(146 64 14 / 0.2);
}

.active\:border-s-amber-800\/25:active {
  border-inline-start-color: rgb(146 64 14 / 0.25);
}

.active\:border-s-amber-800\/30:active {
  border-inline-start-color: rgb(146 64 14 / 0.3);
}

.active\:border-s-amber-800\/40:active {
  border-inline-start-color: rgb(146 64 14 / 0.4);
}

.active\:border-s-amber-800\/5:active {
  border-inline-start-color: rgb(146 64 14 / 0.05);
}

.active\:border-s-amber-800\/50:active {
  border-inline-start-color: rgb(146 64 14 / 0.5);
}

.active\:border-s-amber-800\/60:active {
  border-inline-start-color: rgb(146 64 14 / 0.6);
}

.active\:border-s-amber-800\/70:active {
  border-inline-start-color: rgb(146 64 14 / 0.7);
}

.active\:border-s-amber-800\/75:active {
  border-inline-start-color: rgb(146 64 14 / 0.75);
}

.active\:border-s-amber-800\/80:active {
  border-inline-start-color: rgb(146 64 14 / 0.8);
}

.active\:border-s-amber-800\/90:active {
  border-inline-start-color: rgb(146 64 14 / 0.9);
}

.active\:border-s-amber-800\/95:active {
  border-inline-start-color: rgb(146 64 14 / 0.95);
}

.active\:border-s-amber-900:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(120 53 15 / var(--tw-border-opacity));
}

.active\:border-s-amber-900\/0:active {
  border-inline-start-color: rgb(120 53 15 / 0);
}

.active\:border-s-amber-900\/10:active {
  border-inline-start-color: rgb(120 53 15 / 0.1);
}

.active\:border-s-amber-900\/100:active {
  border-inline-start-color: rgb(120 53 15 / 1);
}

.active\:border-s-amber-900\/20:active {
  border-inline-start-color: rgb(120 53 15 / 0.2);
}

.active\:border-s-amber-900\/25:active {
  border-inline-start-color: rgb(120 53 15 / 0.25);
}

.active\:border-s-amber-900\/30:active {
  border-inline-start-color: rgb(120 53 15 / 0.3);
}

.active\:border-s-amber-900\/40:active {
  border-inline-start-color: rgb(120 53 15 / 0.4);
}

.active\:border-s-amber-900\/5:active {
  border-inline-start-color: rgb(120 53 15 / 0.05);
}

.active\:border-s-amber-900\/50:active {
  border-inline-start-color: rgb(120 53 15 / 0.5);
}

.active\:border-s-amber-900\/60:active {
  border-inline-start-color: rgb(120 53 15 / 0.6);
}

.active\:border-s-amber-900\/70:active {
  border-inline-start-color: rgb(120 53 15 / 0.7);
}

.active\:border-s-amber-900\/75:active {
  border-inline-start-color: rgb(120 53 15 / 0.75);
}

.active\:border-s-amber-900\/80:active {
  border-inline-start-color: rgb(120 53 15 / 0.8);
}

.active\:border-s-amber-900\/90:active {
  border-inline-start-color: rgb(120 53 15 / 0.9);
}

.active\:border-s-amber-900\/95:active {
  border-inline-start-color: rgb(120 53 15 / 0.95);
}

.active\:border-s-amber-950:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(69 26 3 / var(--tw-border-opacity));
}

.active\:border-s-amber-950\/0:active {
  border-inline-start-color: rgb(69 26 3 / 0);
}

.active\:border-s-amber-950\/10:active {
  border-inline-start-color: rgb(69 26 3 / 0.1);
}

.active\:border-s-amber-950\/100:active {
  border-inline-start-color: rgb(69 26 3 / 1);
}

.active\:border-s-amber-950\/20:active {
  border-inline-start-color: rgb(69 26 3 / 0.2);
}

.active\:border-s-amber-950\/25:active {
  border-inline-start-color: rgb(69 26 3 / 0.25);
}

.active\:border-s-amber-950\/30:active {
  border-inline-start-color: rgb(69 26 3 / 0.3);
}

.active\:border-s-amber-950\/40:active {
  border-inline-start-color: rgb(69 26 3 / 0.4);
}

.active\:border-s-amber-950\/5:active {
  border-inline-start-color: rgb(69 26 3 / 0.05);
}

.active\:border-s-amber-950\/50:active {
  border-inline-start-color: rgb(69 26 3 / 0.5);
}

.active\:border-s-amber-950\/60:active {
  border-inline-start-color: rgb(69 26 3 / 0.6);
}

.active\:border-s-amber-950\/70:active {
  border-inline-start-color: rgb(69 26 3 / 0.7);
}

.active\:border-s-amber-950\/75:active {
  border-inline-start-color: rgb(69 26 3 / 0.75);
}

.active\:border-s-amber-950\/80:active {
  border-inline-start-color: rgb(69 26 3 / 0.8);
}

.active\:border-s-amber-950\/90:active {
  border-inline-start-color: rgb(69 26 3 / 0.9);
}

.active\:border-s-amber-950\/95:active {
  border-inline-start-color: rgb(69 26 3 / 0.95);
}

.active\:border-s-black:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.active\:border-s-black\/0:active {
  border-inline-start-color: rgb(0 0 0 / 0);
}

.active\:border-s-black\/10:active {
  border-inline-start-color: rgb(0 0 0 / 0.1);
}

.active\:border-s-black\/100:active {
  border-inline-start-color: rgb(0 0 0 / 1);
}

.active\:border-s-black\/20:active {
  border-inline-start-color: rgb(0 0 0 / 0.2);
}

.active\:border-s-black\/25:active {
  border-inline-start-color: rgb(0 0 0 / 0.25);
}

.active\:border-s-black\/30:active {
  border-inline-start-color: rgb(0 0 0 / 0.3);
}

.active\:border-s-black\/40:active {
  border-inline-start-color: rgb(0 0 0 / 0.4);
}

.active\:border-s-black\/5:active {
  border-inline-start-color: rgb(0 0 0 / 0.05);
}

.active\:border-s-black\/50:active {
  border-inline-start-color: rgb(0 0 0 / 0.5);
}

.active\:border-s-black\/60:active {
  border-inline-start-color: rgb(0 0 0 / 0.6);
}

.active\:border-s-black\/70:active {
  border-inline-start-color: rgb(0 0 0 / 0.7);
}

.active\:border-s-black\/75:active {
  border-inline-start-color: rgb(0 0 0 / 0.75);
}

.active\:border-s-black\/80:active {
  border-inline-start-color: rgb(0 0 0 / 0.8);
}

.active\:border-s-black\/90:active {
  border-inline-start-color: rgb(0 0 0 / 0.9);
}

.active\:border-s-black\/95:active {
  border-inline-start-color: rgb(0 0 0 / 0.95);
}

.active\:border-s-blue-100:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(219 234 254 / var(--tw-border-opacity));
}

.active\:border-s-blue-100\/0:active {
  border-inline-start-color: rgb(219 234 254 / 0);
}

.active\:border-s-blue-100\/10:active {
  border-inline-start-color: rgb(219 234 254 / 0.1);
}

.active\:border-s-blue-100\/100:active {
  border-inline-start-color: rgb(219 234 254 / 1);
}

.active\:border-s-blue-100\/20:active {
  border-inline-start-color: rgb(219 234 254 / 0.2);
}

.active\:border-s-blue-100\/25:active {
  border-inline-start-color: rgb(219 234 254 / 0.25);
}

.active\:border-s-blue-100\/30:active {
  border-inline-start-color: rgb(219 234 254 / 0.3);
}

.active\:border-s-blue-100\/40:active {
  border-inline-start-color: rgb(219 234 254 / 0.4);
}

.active\:border-s-blue-100\/5:active {
  border-inline-start-color: rgb(219 234 254 / 0.05);
}

.active\:border-s-blue-100\/50:active {
  border-inline-start-color: rgb(219 234 254 / 0.5);
}

.active\:border-s-blue-100\/60:active {
  border-inline-start-color: rgb(219 234 254 / 0.6);
}

.active\:border-s-blue-100\/70:active {
  border-inline-start-color: rgb(219 234 254 / 0.7);
}

.active\:border-s-blue-100\/75:active {
  border-inline-start-color: rgb(219 234 254 / 0.75);
}

.active\:border-s-blue-100\/80:active {
  border-inline-start-color: rgb(219 234 254 / 0.8);
}

.active\:border-s-blue-100\/90:active {
  border-inline-start-color: rgb(219 234 254 / 0.9);
}

.active\:border-s-blue-100\/95:active {
  border-inline-start-color: rgb(219 234 254 / 0.95);
}

.active\:border-s-blue-200:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.active\:border-s-blue-200\/0:active {
  border-inline-start-color: rgb(191 219 254 / 0);
}

.active\:border-s-blue-200\/10:active {
  border-inline-start-color: rgb(191 219 254 / 0.1);
}

.active\:border-s-blue-200\/100:active {
  border-inline-start-color: rgb(191 219 254 / 1);
}

.active\:border-s-blue-200\/20:active {
  border-inline-start-color: rgb(191 219 254 / 0.2);
}

.active\:border-s-blue-200\/25:active {
  border-inline-start-color: rgb(191 219 254 / 0.25);
}

.active\:border-s-blue-200\/30:active {
  border-inline-start-color: rgb(191 219 254 / 0.3);
}

.active\:border-s-blue-200\/40:active {
  border-inline-start-color: rgb(191 219 254 / 0.4);
}

.active\:border-s-blue-200\/5:active {
  border-inline-start-color: rgb(191 219 254 / 0.05);
}

.active\:border-s-blue-200\/50:active {
  border-inline-start-color: rgb(191 219 254 / 0.5);
}

.active\:border-s-blue-200\/60:active {
  border-inline-start-color: rgb(191 219 254 / 0.6);
}

.active\:border-s-blue-200\/70:active {
  border-inline-start-color: rgb(191 219 254 / 0.7);
}

.active\:border-s-blue-200\/75:active {
  border-inline-start-color: rgb(191 219 254 / 0.75);
}

.active\:border-s-blue-200\/80:active {
  border-inline-start-color: rgb(191 219 254 / 0.8);
}

.active\:border-s-blue-200\/90:active {
  border-inline-start-color: rgb(191 219 254 / 0.9);
}

.active\:border-s-blue-200\/95:active {
  border-inline-start-color: rgb(191 219 254 / 0.95);
}

.active\:border-s-blue-300:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.active\:border-s-blue-300\/0:active {
  border-inline-start-color: rgb(147 197 253 / 0);
}

.active\:border-s-blue-300\/10:active {
  border-inline-start-color: rgb(147 197 253 / 0.1);
}

.active\:border-s-blue-300\/100:active {
  border-inline-start-color: rgb(147 197 253 / 1);
}

.active\:border-s-blue-300\/20:active {
  border-inline-start-color: rgb(147 197 253 / 0.2);
}

.active\:border-s-blue-300\/25:active {
  border-inline-start-color: rgb(147 197 253 / 0.25);
}

.active\:border-s-blue-300\/30:active {
  border-inline-start-color: rgb(147 197 253 / 0.3);
}

.active\:border-s-blue-300\/40:active {
  border-inline-start-color: rgb(147 197 253 / 0.4);
}

.active\:border-s-blue-300\/5:active {
  border-inline-start-color: rgb(147 197 253 / 0.05);
}

.active\:border-s-blue-300\/50:active {
  border-inline-start-color: rgb(147 197 253 / 0.5);
}

.active\:border-s-blue-300\/60:active {
  border-inline-start-color: rgb(147 197 253 / 0.6);
}

.active\:border-s-blue-300\/70:active {
  border-inline-start-color: rgb(147 197 253 / 0.7);
}

.active\:border-s-blue-300\/75:active {
  border-inline-start-color: rgb(147 197 253 / 0.75);
}

.active\:border-s-blue-300\/80:active {
  border-inline-start-color: rgb(147 197 253 / 0.8);
}

.active\:border-s-blue-300\/90:active {
  border-inline-start-color: rgb(147 197 253 / 0.9);
}

.active\:border-s-blue-300\/95:active {
  border-inline-start-color: rgb(147 197 253 / 0.95);
}

.active\:border-s-blue-400:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.active\:border-s-blue-400\/0:active {
  border-inline-start-color: rgb(96 165 250 / 0);
}

.active\:border-s-blue-400\/10:active {
  border-inline-start-color: rgb(96 165 250 / 0.1);
}

.active\:border-s-blue-400\/100:active {
  border-inline-start-color: rgb(96 165 250 / 1);
}

.active\:border-s-blue-400\/20:active {
  border-inline-start-color: rgb(96 165 250 / 0.2);
}

.active\:border-s-blue-400\/25:active {
  border-inline-start-color: rgb(96 165 250 / 0.25);
}

.active\:border-s-blue-400\/30:active {
  border-inline-start-color: rgb(96 165 250 / 0.3);
}

.active\:border-s-blue-400\/40:active {
  border-inline-start-color: rgb(96 165 250 / 0.4);
}

.active\:border-s-blue-400\/5:active {
  border-inline-start-color: rgb(96 165 250 / 0.05);
}

.active\:border-s-blue-400\/50:active {
  border-inline-start-color: rgb(96 165 250 / 0.5);
}

.active\:border-s-blue-400\/60:active {
  border-inline-start-color: rgb(96 165 250 / 0.6);
}

.active\:border-s-blue-400\/70:active {
  border-inline-start-color: rgb(96 165 250 / 0.7);
}

.active\:border-s-blue-400\/75:active {
  border-inline-start-color: rgb(96 165 250 / 0.75);
}

.active\:border-s-blue-400\/80:active {
  border-inline-start-color: rgb(96 165 250 / 0.8);
}

.active\:border-s-blue-400\/90:active {
  border-inline-start-color: rgb(96 165 250 / 0.9);
}

.active\:border-s-blue-400\/95:active {
  border-inline-start-color: rgb(96 165 250 / 0.95);
}

.active\:border-s-blue-50:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(239 246 255 / var(--tw-border-opacity));
}

.active\:border-s-blue-50\/0:active {
  border-inline-start-color: rgb(239 246 255 / 0);
}

.active\:border-s-blue-50\/10:active {
  border-inline-start-color: rgb(239 246 255 / 0.1);
}

.active\:border-s-blue-50\/100:active {
  border-inline-start-color: rgb(239 246 255 / 1);
}

.active\:border-s-blue-50\/20:active {
  border-inline-start-color: rgb(239 246 255 / 0.2);
}

.active\:border-s-blue-50\/25:active {
  border-inline-start-color: rgb(239 246 255 / 0.25);
}

.active\:border-s-blue-50\/30:active {
  border-inline-start-color: rgb(239 246 255 / 0.3);
}

.active\:border-s-blue-50\/40:active {
  border-inline-start-color: rgb(239 246 255 / 0.4);
}

.active\:border-s-blue-50\/5:active {
  border-inline-start-color: rgb(239 246 255 / 0.05);
}

.active\:border-s-blue-50\/50:active {
  border-inline-start-color: rgb(239 246 255 / 0.5);
}

.active\:border-s-blue-50\/60:active {
  border-inline-start-color: rgb(239 246 255 / 0.6);
}

.active\:border-s-blue-50\/70:active {
  border-inline-start-color: rgb(239 246 255 / 0.7);
}

.active\:border-s-blue-50\/75:active {
  border-inline-start-color: rgb(239 246 255 / 0.75);
}

.active\:border-s-blue-50\/80:active {
  border-inline-start-color: rgb(239 246 255 / 0.8);
}

.active\:border-s-blue-50\/90:active {
  border-inline-start-color: rgb(239 246 255 / 0.9);
}

.active\:border-s-blue-50\/95:active {
  border-inline-start-color: rgb(239 246 255 / 0.95);
}

.active\:border-s-blue-500:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.active\:border-s-blue-500\/0:active {
  border-inline-start-color: rgb(59 130 246 / 0);
}

.active\:border-s-blue-500\/10:active {
  border-inline-start-color: rgb(59 130 246 / 0.1);
}

.active\:border-s-blue-500\/100:active {
  border-inline-start-color: rgb(59 130 246 / 1);
}

.active\:border-s-blue-500\/20:active {
  border-inline-start-color: rgb(59 130 246 / 0.2);
}

.active\:border-s-blue-500\/25:active {
  border-inline-start-color: rgb(59 130 246 / 0.25);
}

.active\:border-s-blue-500\/30:active {
  border-inline-start-color: rgb(59 130 246 / 0.3);
}

.active\:border-s-blue-500\/40:active {
  border-inline-start-color: rgb(59 130 246 / 0.4);
}

.active\:border-s-blue-500\/5:active {
  border-inline-start-color: rgb(59 130 246 / 0.05);
}

.active\:border-s-blue-500\/50:active {
  border-inline-start-color: rgb(59 130 246 / 0.5);
}

.active\:border-s-blue-500\/60:active {
  border-inline-start-color: rgb(59 130 246 / 0.6);
}

.active\:border-s-blue-500\/70:active {
  border-inline-start-color: rgb(59 130 246 / 0.7);
}

.active\:border-s-blue-500\/75:active {
  border-inline-start-color: rgb(59 130 246 / 0.75);
}

.active\:border-s-blue-500\/80:active {
  border-inline-start-color: rgb(59 130 246 / 0.8);
}

.active\:border-s-blue-500\/90:active {
  border-inline-start-color: rgb(59 130 246 / 0.9);
}

.active\:border-s-blue-500\/95:active {
  border-inline-start-color: rgb(59 130 246 / 0.95);
}

.active\:border-s-blue-600:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.active\:border-s-blue-600\/0:active {
  border-inline-start-color: rgb(37 99 235 / 0);
}

.active\:border-s-blue-600\/10:active {
  border-inline-start-color: rgb(37 99 235 / 0.1);
}

.active\:border-s-blue-600\/100:active {
  border-inline-start-color: rgb(37 99 235 / 1);
}

.active\:border-s-blue-600\/20:active {
  border-inline-start-color: rgb(37 99 235 / 0.2);
}

.active\:border-s-blue-600\/25:active {
  border-inline-start-color: rgb(37 99 235 / 0.25);
}

.active\:border-s-blue-600\/30:active {
  border-inline-start-color: rgb(37 99 235 / 0.3);
}

.active\:border-s-blue-600\/40:active {
  border-inline-start-color: rgb(37 99 235 / 0.4);
}

.active\:border-s-blue-600\/5:active {
  border-inline-start-color: rgb(37 99 235 / 0.05);
}

.active\:border-s-blue-600\/50:active {
  border-inline-start-color: rgb(37 99 235 / 0.5);
}

.active\:border-s-blue-600\/60:active {
  border-inline-start-color: rgb(37 99 235 / 0.6);
}

.active\:border-s-blue-600\/70:active {
  border-inline-start-color: rgb(37 99 235 / 0.7);
}

.active\:border-s-blue-600\/75:active {
  border-inline-start-color: rgb(37 99 235 / 0.75);
}

.active\:border-s-blue-600\/80:active {
  border-inline-start-color: rgb(37 99 235 / 0.8);
}

.active\:border-s-blue-600\/90:active {
  border-inline-start-color: rgb(37 99 235 / 0.9);
}

.active\:border-s-blue-600\/95:active {
  border-inline-start-color: rgb(37 99 235 / 0.95);
}

.active\:border-s-blue-700:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.active\:border-s-blue-700\/0:active {
  border-inline-start-color: rgb(29 78 216 / 0);
}

.active\:border-s-blue-700\/10:active {
  border-inline-start-color: rgb(29 78 216 / 0.1);
}

.active\:border-s-blue-700\/100:active {
  border-inline-start-color: rgb(29 78 216 / 1);
}

.active\:border-s-blue-700\/20:active {
  border-inline-start-color: rgb(29 78 216 / 0.2);
}

.active\:border-s-blue-700\/25:active {
  border-inline-start-color: rgb(29 78 216 / 0.25);
}

.active\:border-s-blue-700\/30:active {
  border-inline-start-color: rgb(29 78 216 / 0.3);
}

.active\:border-s-blue-700\/40:active {
  border-inline-start-color: rgb(29 78 216 / 0.4);
}

.active\:border-s-blue-700\/5:active {
  border-inline-start-color: rgb(29 78 216 / 0.05);
}

.active\:border-s-blue-700\/50:active {
  border-inline-start-color: rgb(29 78 216 / 0.5);
}

.active\:border-s-blue-700\/60:active {
  border-inline-start-color: rgb(29 78 216 / 0.6);
}

.active\:border-s-blue-700\/70:active {
  border-inline-start-color: rgb(29 78 216 / 0.7);
}

.active\:border-s-blue-700\/75:active {
  border-inline-start-color: rgb(29 78 216 / 0.75);
}

.active\:border-s-blue-700\/80:active {
  border-inline-start-color: rgb(29 78 216 / 0.8);
}

.active\:border-s-blue-700\/90:active {
  border-inline-start-color: rgb(29 78 216 / 0.9);
}

.active\:border-s-blue-700\/95:active {
  border-inline-start-color: rgb(29 78 216 / 0.95);
}

.active\:border-s-blue-800:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.active\:border-s-blue-800\/0:active {
  border-inline-start-color: rgb(30 64 175 / 0);
}

.active\:border-s-blue-800\/10:active {
  border-inline-start-color: rgb(30 64 175 / 0.1);
}

.active\:border-s-blue-800\/100:active {
  border-inline-start-color: rgb(30 64 175 / 1);
}

.active\:border-s-blue-800\/20:active {
  border-inline-start-color: rgb(30 64 175 / 0.2);
}

.active\:border-s-blue-800\/25:active {
  border-inline-start-color: rgb(30 64 175 / 0.25);
}

.active\:border-s-blue-800\/30:active {
  border-inline-start-color: rgb(30 64 175 / 0.3);
}

.active\:border-s-blue-800\/40:active {
  border-inline-start-color: rgb(30 64 175 / 0.4);
}

.active\:border-s-blue-800\/5:active {
  border-inline-start-color: rgb(30 64 175 / 0.05);
}

.active\:border-s-blue-800\/50:active {
  border-inline-start-color: rgb(30 64 175 / 0.5);
}

.active\:border-s-blue-800\/60:active {
  border-inline-start-color: rgb(30 64 175 / 0.6);
}

.active\:border-s-blue-800\/70:active {
  border-inline-start-color: rgb(30 64 175 / 0.7);
}

.active\:border-s-blue-800\/75:active {
  border-inline-start-color: rgb(30 64 175 / 0.75);
}

.active\:border-s-blue-800\/80:active {
  border-inline-start-color: rgb(30 64 175 / 0.8);
}

.active\:border-s-blue-800\/90:active {
  border-inline-start-color: rgb(30 64 175 / 0.9);
}

.active\:border-s-blue-800\/95:active {
  border-inline-start-color: rgb(30 64 175 / 0.95);
}

.active\:border-s-blue-900:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.active\:border-s-blue-900\/0:active {
  border-inline-start-color: rgb(30 58 138 / 0);
}

.active\:border-s-blue-900\/10:active {
  border-inline-start-color: rgb(30 58 138 / 0.1);
}

.active\:border-s-blue-900\/100:active {
  border-inline-start-color: rgb(30 58 138 / 1);
}

.active\:border-s-blue-900\/20:active {
  border-inline-start-color: rgb(30 58 138 / 0.2);
}

.active\:border-s-blue-900\/25:active {
  border-inline-start-color: rgb(30 58 138 / 0.25);
}

.active\:border-s-blue-900\/30:active {
  border-inline-start-color: rgb(30 58 138 / 0.3);
}

.active\:border-s-blue-900\/40:active {
  border-inline-start-color: rgb(30 58 138 / 0.4);
}

.active\:border-s-blue-900\/5:active {
  border-inline-start-color: rgb(30 58 138 / 0.05);
}

.active\:border-s-blue-900\/50:active {
  border-inline-start-color: rgb(30 58 138 / 0.5);
}

.active\:border-s-blue-900\/60:active {
  border-inline-start-color: rgb(30 58 138 / 0.6);
}

.active\:border-s-blue-900\/70:active {
  border-inline-start-color: rgb(30 58 138 / 0.7);
}

.active\:border-s-blue-900\/75:active {
  border-inline-start-color: rgb(30 58 138 / 0.75);
}

.active\:border-s-blue-900\/80:active {
  border-inline-start-color: rgb(30 58 138 / 0.8);
}

.active\:border-s-blue-900\/90:active {
  border-inline-start-color: rgb(30 58 138 / 0.9);
}

.active\:border-s-blue-900\/95:active {
  border-inline-start-color: rgb(30 58 138 / 0.95);
}

.active\:border-s-blue-950:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(23 37 84 / var(--tw-border-opacity));
}

.active\:border-s-blue-950\/0:active {
  border-inline-start-color: rgb(23 37 84 / 0);
}

.active\:border-s-blue-950\/10:active {
  border-inline-start-color: rgb(23 37 84 / 0.1);
}

.active\:border-s-blue-950\/100:active {
  border-inline-start-color: rgb(23 37 84 / 1);
}

.active\:border-s-blue-950\/20:active {
  border-inline-start-color: rgb(23 37 84 / 0.2);
}

.active\:border-s-blue-950\/25:active {
  border-inline-start-color: rgb(23 37 84 / 0.25);
}

.active\:border-s-blue-950\/30:active {
  border-inline-start-color: rgb(23 37 84 / 0.3);
}

.active\:border-s-blue-950\/40:active {
  border-inline-start-color: rgb(23 37 84 / 0.4);
}

.active\:border-s-blue-950\/5:active {
  border-inline-start-color: rgb(23 37 84 / 0.05);
}

.active\:border-s-blue-950\/50:active {
  border-inline-start-color: rgb(23 37 84 / 0.5);
}

.active\:border-s-blue-950\/60:active {
  border-inline-start-color: rgb(23 37 84 / 0.6);
}

.active\:border-s-blue-950\/70:active {
  border-inline-start-color: rgb(23 37 84 / 0.7);
}

.active\:border-s-blue-950\/75:active {
  border-inline-start-color: rgb(23 37 84 / 0.75);
}

.active\:border-s-blue-950\/80:active {
  border-inline-start-color: rgb(23 37 84 / 0.8);
}

.active\:border-s-blue-950\/90:active {
  border-inline-start-color: rgb(23 37 84 / 0.9);
}

.active\:border-s-blue-950\/95:active {
  border-inline-start-color: rgb(23 37 84 / 0.95);
}

.active\:border-s-brand-100:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(230 239 246 / var(--tw-border-opacity));
}

.active\:border-s-brand-100\/0:active {
  border-inline-start-color: rgb(230 239 246 / 0);
}

.active\:border-s-brand-100\/10:active {
  border-inline-start-color: rgb(230 239 246 / 0.1);
}

.active\:border-s-brand-100\/100:active {
  border-inline-start-color: rgb(230 239 246 / 1);
}

.active\:border-s-brand-100\/20:active {
  border-inline-start-color: rgb(230 239 246 / 0.2);
}

.active\:border-s-brand-100\/25:active {
  border-inline-start-color: rgb(230 239 246 / 0.25);
}

.active\:border-s-brand-100\/30:active {
  border-inline-start-color: rgb(230 239 246 / 0.3);
}

.active\:border-s-brand-100\/40:active {
  border-inline-start-color: rgb(230 239 246 / 0.4);
}

.active\:border-s-brand-100\/5:active {
  border-inline-start-color: rgb(230 239 246 / 0.05);
}

.active\:border-s-brand-100\/50:active {
  border-inline-start-color: rgb(230 239 246 / 0.5);
}

.active\:border-s-brand-100\/60:active {
  border-inline-start-color: rgb(230 239 246 / 0.6);
}

.active\:border-s-brand-100\/70:active {
  border-inline-start-color: rgb(230 239 246 / 0.7);
}

.active\:border-s-brand-100\/75:active {
  border-inline-start-color: rgb(230 239 246 / 0.75);
}

.active\:border-s-brand-100\/80:active {
  border-inline-start-color: rgb(230 239 246 / 0.8);
}

.active\:border-s-brand-100\/90:active {
  border-inline-start-color: rgb(230 239 246 / 0.9);
}

.active\:border-s-brand-100\/95:active {
  border-inline-start-color: rgb(230 239 246 / 0.95);
}

.active\:border-s-brand-200:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(193 215 234 / var(--tw-border-opacity));
}

.active\:border-s-brand-200\/0:active {
  border-inline-start-color: rgb(193 215 234 / 0);
}

.active\:border-s-brand-200\/10:active {
  border-inline-start-color: rgb(193 215 234 / 0.1);
}

.active\:border-s-brand-200\/100:active {
  border-inline-start-color: rgb(193 215 234 / 1);
}

.active\:border-s-brand-200\/20:active {
  border-inline-start-color: rgb(193 215 234 / 0.2);
}

.active\:border-s-brand-200\/25:active {
  border-inline-start-color: rgb(193 215 234 / 0.25);
}

.active\:border-s-brand-200\/30:active {
  border-inline-start-color: rgb(193 215 234 / 0.3);
}

.active\:border-s-brand-200\/40:active {
  border-inline-start-color: rgb(193 215 234 / 0.4);
}

.active\:border-s-brand-200\/5:active {
  border-inline-start-color: rgb(193 215 234 / 0.05);
}

.active\:border-s-brand-200\/50:active {
  border-inline-start-color: rgb(193 215 234 / 0.5);
}

.active\:border-s-brand-200\/60:active {
  border-inline-start-color: rgb(193 215 234 / 0.6);
}

.active\:border-s-brand-200\/70:active {
  border-inline-start-color: rgb(193 215 234 / 0.7);
}

.active\:border-s-brand-200\/75:active {
  border-inline-start-color: rgb(193 215 234 / 0.75);
}

.active\:border-s-brand-200\/80:active {
  border-inline-start-color: rgb(193 215 234 / 0.8);
}

.active\:border-s-brand-200\/90:active {
  border-inline-start-color: rgb(193 215 234 / 0.9);
}

.active\:border-s-brand-200\/95:active {
  border-inline-start-color: rgb(193 215 234 / 0.95);
}

.active\:border-s-brand-300:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(155 190 221 / var(--tw-border-opacity));
}

.active\:border-s-brand-300\/0:active {
  border-inline-start-color: rgb(155 190 221 / 0);
}

.active\:border-s-brand-300\/10:active {
  border-inline-start-color: rgb(155 190 221 / 0.1);
}

.active\:border-s-brand-300\/100:active {
  border-inline-start-color: rgb(155 190 221 / 1);
}

.active\:border-s-brand-300\/20:active {
  border-inline-start-color: rgb(155 190 221 / 0.2);
}

.active\:border-s-brand-300\/25:active {
  border-inline-start-color: rgb(155 190 221 / 0.25);
}

.active\:border-s-brand-300\/30:active {
  border-inline-start-color: rgb(155 190 221 / 0.3);
}

.active\:border-s-brand-300\/40:active {
  border-inline-start-color: rgb(155 190 221 / 0.4);
}

.active\:border-s-brand-300\/5:active {
  border-inline-start-color: rgb(155 190 221 / 0.05);
}

.active\:border-s-brand-300\/50:active {
  border-inline-start-color: rgb(155 190 221 / 0.5);
}

.active\:border-s-brand-300\/60:active {
  border-inline-start-color: rgb(155 190 221 / 0.6);
}

.active\:border-s-brand-300\/70:active {
  border-inline-start-color: rgb(155 190 221 / 0.7);
}

.active\:border-s-brand-300\/75:active {
  border-inline-start-color: rgb(155 190 221 / 0.75);
}

.active\:border-s-brand-300\/80:active {
  border-inline-start-color: rgb(155 190 221 / 0.8);
}

.active\:border-s-brand-300\/90:active {
  border-inline-start-color: rgb(155 190 221 / 0.9);
}

.active\:border-s-brand-300\/95:active {
  border-inline-start-color: rgb(155 190 221 / 0.95);
}

.active\:border-s-brand-400:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(81 142 195 / var(--tw-border-opacity));
}

.active\:border-s-brand-400\/0:active {
  border-inline-start-color: rgb(81 142 195 / 0);
}

.active\:border-s-brand-400\/10:active {
  border-inline-start-color: rgb(81 142 195 / 0.1);
}

.active\:border-s-brand-400\/100:active {
  border-inline-start-color: rgb(81 142 195 / 1);
}

.active\:border-s-brand-400\/20:active {
  border-inline-start-color: rgb(81 142 195 / 0.2);
}

.active\:border-s-brand-400\/25:active {
  border-inline-start-color: rgb(81 142 195 / 0.25);
}

.active\:border-s-brand-400\/30:active {
  border-inline-start-color: rgb(81 142 195 / 0.3);
}

.active\:border-s-brand-400\/40:active {
  border-inline-start-color: rgb(81 142 195 / 0.4);
}

.active\:border-s-brand-400\/5:active {
  border-inline-start-color: rgb(81 142 195 / 0.05);
}

.active\:border-s-brand-400\/50:active {
  border-inline-start-color: rgb(81 142 195 / 0.5);
}

.active\:border-s-brand-400\/60:active {
  border-inline-start-color: rgb(81 142 195 / 0.6);
}

.active\:border-s-brand-400\/70:active {
  border-inline-start-color: rgb(81 142 195 / 0.7);
}

.active\:border-s-brand-400\/75:active {
  border-inline-start-color: rgb(81 142 195 / 0.75);
}

.active\:border-s-brand-400\/80:active {
  border-inline-start-color: rgb(81 142 195 / 0.8);
}

.active\:border-s-brand-400\/90:active {
  border-inline-start-color: rgb(81 142 195 / 0.9);
}

.active\:border-s-brand-400\/95:active {
  border-inline-start-color: rgb(81 142 195 / 0.95);
}

.active\:border-s-brand-50:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(243 247 251 / var(--tw-border-opacity));
}

.active\:border-s-brand-50\/0:active {
  border-inline-start-color: rgb(243 247 251 / 0);
}

.active\:border-s-brand-50\/10:active {
  border-inline-start-color: rgb(243 247 251 / 0.1);
}

.active\:border-s-brand-50\/100:active {
  border-inline-start-color: rgb(243 247 251 / 1);
}

.active\:border-s-brand-50\/20:active {
  border-inline-start-color: rgb(243 247 251 / 0.2);
}

.active\:border-s-brand-50\/25:active {
  border-inline-start-color: rgb(243 247 251 / 0.25);
}

.active\:border-s-brand-50\/30:active {
  border-inline-start-color: rgb(243 247 251 / 0.3);
}

.active\:border-s-brand-50\/40:active {
  border-inline-start-color: rgb(243 247 251 / 0.4);
}

.active\:border-s-brand-50\/5:active {
  border-inline-start-color: rgb(243 247 251 / 0.05);
}

.active\:border-s-brand-50\/50:active {
  border-inline-start-color: rgb(243 247 251 / 0.5);
}

.active\:border-s-brand-50\/60:active {
  border-inline-start-color: rgb(243 247 251 / 0.6);
}

.active\:border-s-brand-50\/70:active {
  border-inline-start-color: rgb(243 247 251 / 0.7);
}

.active\:border-s-brand-50\/75:active {
  border-inline-start-color: rgb(243 247 251 / 0.75);
}

.active\:border-s-brand-50\/80:active {
  border-inline-start-color: rgb(243 247 251 / 0.8);
}

.active\:border-s-brand-50\/90:active {
  border-inline-start-color: rgb(243 247 251 / 0.9);
}

.active\:border-s-brand-50\/95:active {
  border-inline-start-color: rgb(243 247 251 / 0.95);
}

.active\:border-s-brand-500:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(6 93 169 / var(--tw-border-opacity));
}

.active\:border-s-brand-500\/0:active {
  border-inline-start-color: rgb(6 93 169 / 0);
}

.active\:border-s-brand-500\/10:active {
  border-inline-start-color: rgb(6 93 169 / 0.1);
}

.active\:border-s-brand-500\/100:active {
  border-inline-start-color: rgb(6 93 169 / 1);
}

.active\:border-s-brand-500\/20:active {
  border-inline-start-color: rgb(6 93 169 / 0.2);
}

.active\:border-s-brand-500\/25:active {
  border-inline-start-color: rgb(6 93 169 / 0.25);
}

.active\:border-s-brand-500\/30:active {
  border-inline-start-color: rgb(6 93 169 / 0.3);
}

.active\:border-s-brand-500\/40:active {
  border-inline-start-color: rgb(6 93 169 / 0.4);
}

.active\:border-s-brand-500\/5:active {
  border-inline-start-color: rgb(6 93 169 / 0.05);
}

.active\:border-s-brand-500\/50:active {
  border-inline-start-color: rgb(6 93 169 / 0.5);
}

.active\:border-s-brand-500\/60:active {
  border-inline-start-color: rgb(6 93 169 / 0.6);
}

.active\:border-s-brand-500\/70:active {
  border-inline-start-color: rgb(6 93 169 / 0.7);
}

.active\:border-s-brand-500\/75:active {
  border-inline-start-color: rgb(6 93 169 / 0.75);
}

.active\:border-s-brand-500\/80:active {
  border-inline-start-color: rgb(6 93 169 / 0.8);
}

.active\:border-s-brand-500\/90:active {
  border-inline-start-color: rgb(6 93 169 / 0.9);
}

.active\:border-s-brand-500\/95:active {
  border-inline-start-color: rgb(6 93 169 / 0.95);
}

.active\:border-s-brand-600:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(5 84 152 / var(--tw-border-opacity));
}

.active\:border-s-brand-600\/0:active {
  border-inline-start-color: rgb(5 84 152 / 0);
}

.active\:border-s-brand-600\/10:active {
  border-inline-start-color: rgb(5 84 152 / 0.1);
}

.active\:border-s-brand-600\/100:active {
  border-inline-start-color: rgb(5 84 152 / 1);
}

.active\:border-s-brand-600\/20:active {
  border-inline-start-color: rgb(5 84 152 / 0.2);
}

.active\:border-s-brand-600\/25:active {
  border-inline-start-color: rgb(5 84 152 / 0.25);
}

.active\:border-s-brand-600\/30:active {
  border-inline-start-color: rgb(5 84 152 / 0.3);
}

.active\:border-s-brand-600\/40:active {
  border-inline-start-color: rgb(5 84 152 / 0.4);
}

.active\:border-s-brand-600\/5:active {
  border-inline-start-color: rgb(5 84 152 / 0.05);
}

.active\:border-s-brand-600\/50:active {
  border-inline-start-color: rgb(5 84 152 / 0.5);
}

.active\:border-s-brand-600\/60:active {
  border-inline-start-color: rgb(5 84 152 / 0.6);
}

.active\:border-s-brand-600\/70:active {
  border-inline-start-color: rgb(5 84 152 / 0.7);
}

.active\:border-s-brand-600\/75:active {
  border-inline-start-color: rgb(5 84 152 / 0.75);
}

.active\:border-s-brand-600\/80:active {
  border-inline-start-color: rgb(5 84 152 / 0.8);
}

.active\:border-s-brand-600\/90:active {
  border-inline-start-color: rgb(5 84 152 / 0.9);
}

.active\:border-s-brand-600\/95:active {
  border-inline-start-color: rgb(5 84 152 / 0.95);
}

.active\:border-s-brand-700:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(4 56 101 / var(--tw-border-opacity));
}

.active\:border-s-brand-700\/0:active {
  border-inline-start-color: rgb(4 56 101 / 0);
}

.active\:border-s-brand-700\/10:active {
  border-inline-start-color: rgb(4 56 101 / 0.1);
}

.active\:border-s-brand-700\/100:active {
  border-inline-start-color: rgb(4 56 101 / 1);
}

.active\:border-s-brand-700\/20:active {
  border-inline-start-color: rgb(4 56 101 / 0.2);
}

.active\:border-s-brand-700\/25:active {
  border-inline-start-color: rgb(4 56 101 / 0.25);
}

.active\:border-s-brand-700\/30:active {
  border-inline-start-color: rgb(4 56 101 / 0.3);
}

.active\:border-s-brand-700\/40:active {
  border-inline-start-color: rgb(4 56 101 / 0.4);
}

.active\:border-s-brand-700\/5:active {
  border-inline-start-color: rgb(4 56 101 / 0.05);
}

.active\:border-s-brand-700\/50:active {
  border-inline-start-color: rgb(4 56 101 / 0.5);
}

.active\:border-s-brand-700\/60:active {
  border-inline-start-color: rgb(4 56 101 / 0.6);
}

.active\:border-s-brand-700\/70:active {
  border-inline-start-color: rgb(4 56 101 / 0.7);
}

.active\:border-s-brand-700\/75:active {
  border-inline-start-color: rgb(4 56 101 / 0.75);
}

.active\:border-s-brand-700\/80:active {
  border-inline-start-color: rgb(4 56 101 / 0.8);
}

.active\:border-s-brand-700\/90:active {
  border-inline-start-color: rgb(4 56 101 / 0.9);
}

.active\:border-s-brand-700\/95:active {
  border-inline-start-color: rgb(4 56 101 / 0.95);
}

.active\:border-s-brand-800:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(3 42 76 / var(--tw-border-opacity));
}

.active\:border-s-brand-800\/0:active {
  border-inline-start-color: rgb(3 42 76 / 0);
}

.active\:border-s-brand-800\/10:active {
  border-inline-start-color: rgb(3 42 76 / 0.1);
}

.active\:border-s-brand-800\/100:active {
  border-inline-start-color: rgb(3 42 76 / 1);
}

.active\:border-s-brand-800\/20:active {
  border-inline-start-color: rgb(3 42 76 / 0.2);
}

.active\:border-s-brand-800\/25:active {
  border-inline-start-color: rgb(3 42 76 / 0.25);
}

.active\:border-s-brand-800\/30:active {
  border-inline-start-color: rgb(3 42 76 / 0.3);
}

.active\:border-s-brand-800\/40:active {
  border-inline-start-color: rgb(3 42 76 / 0.4);
}

.active\:border-s-brand-800\/5:active {
  border-inline-start-color: rgb(3 42 76 / 0.05);
}

.active\:border-s-brand-800\/50:active {
  border-inline-start-color: rgb(3 42 76 / 0.5);
}

.active\:border-s-brand-800\/60:active {
  border-inline-start-color: rgb(3 42 76 / 0.6);
}

.active\:border-s-brand-800\/70:active {
  border-inline-start-color: rgb(3 42 76 / 0.7);
}

.active\:border-s-brand-800\/75:active {
  border-inline-start-color: rgb(3 42 76 / 0.75);
}

.active\:border-s-brand-800\/80:active {
  border-inline-start-color: rgb(3 42 76 / 0.8);
}

.active\:border-s-brand-800\/90:active {
  border-inline-start-color: rgb(3 42 76 / 0.9);
}

.active\:border-s-brand-800\/95:active {
  border-inline-start-color: rgb(3 42 76 / 0.95);
}

.active\:border-s-brand-900:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(2 28 51 / var(--tw-border-opacity));
}

.active\:border-s-brand-900\/0:active {
  border-inline-start-color: rgb(2 28 51 / 0);
}

.active\:border-s-brand-900\/10:active {
  border-inline-start-color: rgb(2 28 51 / 0.1);
}

.active\:border-s-brand-900\/100:active {
  border-inline-start-color: rgb(2 28 51 / 1);
}

.active\:border-s-brand-900\/20:active {
  border-inline-start-color: rgb(2 28 51 / 0.2);
}

.active\:border-s-brand-900\/25:active {
  border-inline-start-color: rgb(2 28 51 / 0.25);
}

.active\:border-s-brand-900\/30:active {
  border-inline-start-color: rgb(2 28 51 / 0.3);
}

.active\:border-s-brand-900\/40:active {
  border-inline-start-color: rgb(2 28 51 / 0.4);
}

.active\:border-s-brand-900\/5:active {
  border-inline-start-color: rgb(2 28 51 / 0.05);
}

.active\:border-s-brand-900\/50:active {
  border-inline-start-color: rgb(2 28 51 / 0.5);
}

.active\:border-s-brand-900\/60:active {
  border-inline-start-color: rgb(2 28 51 / 0.6);
}

.active\:border-s-brand-900\/70:active {
  border-inline-start-color: rgb(2 28 51 / 0.7);
}

.active\:border-s-brand-900\/75:active {
  border-inline-start-color: rgb(2 28 51 / 0.75);
}

.active\:border-s-brand-900\/80:active {
  border-inline-start-color: rgb(2 28 51 / 0.8);
}

.active\:border-s-brand-900\/90:active {
  border-inline-start-color: rgb(2 28 51 / 0.9);
}

.active\:border-s-brand-900\/95:active {
  border-inline-start-color: rgb(2 28 51 / 0.95);
}

.active\:border-s-current:active {
  border-inline-start-color: currentColor;
}

.active\:border-s-cyan-100:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(207 250 254 / var(--tw-border-opacity));
}

.active\:border-s-cyan-100\/0:active {
  border-inline-start-color: rgb(207 250 254 / 0);
}

.active\:border-s-cyan-100\/10:active {
  border-inline-start-color: rgb(207 250 254 / 0.1);
}

.active\:border-s-cyan-100\/100:active {
  border-inline-start-color: rgb(207 250 254 / 1);
}

.active\:border-s-cyan-100\/20:active {
  border-inline-start-color: rgb(207 250 254 / 0.2);
}

.active\:border-s-cyan-100\/25:active {
  border-inline-start-color: rgb(207 250 254 / 0.25);
}

.active\:border-s-cyan-100\/30:active {
  border-inline-start-color: rgb(207 250 254 / 0.3);
}

.active\:border-s-cyan-100\/40:active {
  border-inline-start-color: rgb(207 250 254 / 0.4);
}

.active\:border-s-cyan-100\/5:active {
  border-inline-start-color: rgb(207 250 254 / 0.05);
}

.active\:border-s-cyan-100\/50:active {
  border-inline-start-color: rgb(207 250 254 / 0.5);
}

.active\:border-s-cyan-100\/60:active {
  border-inline-start-color: rgb(207 250 254 / 0.6);
}

.active\:border-s-cyan-100\/70:active {
  border-inline-start-color: rgb(207 250 254 / 0.7);
}

.active\:border-s-cyan-100\/75:active {
  border-inline-start-color: rgb(207 250 254 / 0.75);
}

.active\:border-s-cyan-100\/80:active {
  border-inline-start-color: rgb(207 250 254 / 0.8);
}

.active\:border-s-cyan-100\/90:active {
  border-inline-start-color: rgb(207 250 254 / 0.9);
}

.active\:border-s-cyan-100\/95:active {
  border-inline-start-color: rgb(207 250 254 / 0.95);
}

.active\:border-s-cyan-200:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(165 243 252 / var(--tw-border-opacity));
}

.active\:border-s-cyan-200\/0:active {
  border-inline-start-color: rgb(165 243 252 / 0);
}

.active\:border-s-cyan-200\/10:active {
  border-inline-start-color: rgb(165 243 252 / 0.1);
}

.active\:border-s-cyan-200\/100:active {
  border-inline-start-color: rgb(165 243 252 / 1);
}

.active\:border-s-cyan-200\/20:active {
  border-inline-start-color: rgb(165 243 252 / 0.2);
}

.active\:border-s-cyan-200\/25:active {
  border-inline-start-color: rgb(165 243 252 / 0.25);
}

.active\:border-s-cyan-200\/30:active {
  border-inline-start-color: rgb(165 243 252 / 0.3);
}

.active\:border-s-cyan-200\/40:active {
  border-inline-start-color: rgb(165 243 252 / 0.4);
}

.active\:border-s-cyan-200\/5:active {
  border-inline-start-color: rgb(165 243 252 / 0.05);
}

.active\:border-s-cyan-200\/50:active {
  border-inline-start-color: rgb(165 243 252 / 0.5);
}

.active\:border-s-cyan-200\/60:active {
  border-inline-start-color: rgb(165 243 252 / 0.6);
}

.active\:border-s-cyan-200\/70:active {
  border-inline-start-color: rgb(165 243 252 / 0.7);
}

.active\:border-s-cyan-200\/75:active {
  border-inline-start-color: rgb(165 243 252 / 0.75);
}

.active\:border-s-cyan-200\/80:active {
  border-inline-start-color: rgb(165 243 252 / 0.8);
}

.active\:border-s-cyan-200\/90:active {
  border-inline-start-color: rgb(165 243 252 / 0.9);
}

.active\:border-s-cyan-200\/95:active {
  border-inline-start-color: rgb(165 243 252 / 0.95);
}

.active\:border-s-cyan-300:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(103 232 249 / var(--tw-border-opacity));
}

.active\:border-s-cyan-300\/0:active {
  border-inline-start-color: rgb(103 232 249 / 0);
}

.active\:border-s-cyan-300\/10:active {
  border-inline-start-color: rgb(103 232 249 / 0.1);
}

.active\:border-s-cyan-300\/100:active {
  border-inline-start-color: rgb(103 232 249 / 1);
}

.active\:border-s-cyan-300\/20:active {
  border-inline-start-color: rgb(103 232 249 / 0.2);
}

.active\:border-s-cyan-300\/25:active {
  border-inline-start-color: rgb(103 232 249 / 0.25);
}

.active\:border-s-cyan-300\/30:active {
  border-inline-start-color: rgb(103 232 249 / 0.3);
}

.active\:border-s-cyan-300\/40:active {
  border-inline-start-color: rgb(103 232 249 / 0.4);
}

.active\:border-s-cyan-300\/5:active {
  border-inline-start-color: rgb(103 232 249 / 0.05);
}

.active\:border-s-cyan-300\/50:active {
  border-inline-start-color: rgb(103 232 249 / 0.5);
}

.active\:border-s-cyan-300\/60:active {
  border-inline-start-color: rgb(103 232 249 / 0.6);
}

.active\:border-s-cyan-300\/70:active {
  border-inline-start-color: rgb(103 232 249 / 0.7);
}

.active\:border-s-cyan-300\/75:active {
  border-inline-start-color: rgb(103 232 249 / 0.75);
}

.active\:border-s-cyan-300\/80:active {
  border-inline-start-color: rgb(103 232 249 / 0.8);
}

.active\:border-s-cyan-300\/90:active {
  border-inline-start-color: rgb(103 232 249 / 0.9);
}

.active\:border-s-cyan-300\/95:active {
  border-inline-start-color: rgb(103 232 249 / 0.95);
}

.active\:border-s-cyan-400:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(34 211 238 / var(--tw-border-opacity));
}

.active\:border-s-cyan-400\/0:active {
  border-inline-start-color: rgb(34 211 238 / 0);
}

.active\:border-s-cyan-400\/10:active {
  border-inline-start-color: rgb(34 211 238 / 0.1);
}

.active\:border-s-cyan-400\/100:active {
  border-inline-start-color: rgb(34 211 238 / 1);
}

.active\:border-s-cyan-400\/20:active {
  border-inline-start-color: rgb(34 211 238 / 0.2);
}

.active\:border-s-cyan-400\/25:active {
  border-inline-start-color: rgb(34 211 238 / 0.25);
}

.active\:border-s-cyan-400\/30:active {
  border-inline-start-color: rgb(34 211 238 / 0.3);
}

.active\:border-s-cyan-400\/40:active {
  border-inline-start-color: rgb(34 211 238 / 0.4);
}

.active\:border-s-cyan-400\/5:active {
  border-inline-start-color: rgb(34 211 238 / 0.05);
}

.active\:border-s-cyan-400\/50:active {
  border-inline-start-color: rgb(34 211 238 / 0.5);
}

.active\:border-s-cyan-400\/60:active {
  border-inline-start-color: rgb(34 211 238 / 0.6);
}

.active\:border-s-cyan-400\/70:active {
  border-inline-start-color: rgb(34 211 238 / 0.7);
}

.active\:border-s-cyan-400\/75:active {
  border-inline-start-color: rgb(34 211 238 / 0.75);
}

.active\:border-s-cyan-400\/80:active {
  border-inline-start-color: rgb(34 211 238 / 0.8);
}

.active\:border-s-cyan-400\/90:active {
  border-inline-start-color: rgb(34 211 238 / 0.9);
}

.active\:border-s-cyan-400\/95:active {
  border-inline-start-color: rgb(34 211 238 / 0.95);
}

.active\:border-s-cyan-50:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(236 254 255 / var(--tw-border-opacity));
}

.active\:border-s-cyan-50\/0:active {
  border-inline-start-color: rgb(236 254 255 / 0);
}

.active\:border-s-cyan-50\/10:active {
  border-inline-start-color: rgb(236 254 255 / 0.1);
}

.active\:border-s-cyan-50\/100:active {
  border-inline-start-color: rgb(236 254 255 / 1);
}

.active\:border-s-cyan-50\/20:active {
  border-inline-start-color: rgb(236 254 255 / 0.2);
}

.active\:border-s-cyan-50\/25:active {
  border-inline-start-color: rgb(236 254 255 / 0.25);
}

.active\:border-s-cyan-50\/30:active {
  border-inline-start-color: rgb(236 254 255 / 0.3);
}

.active\:border-s-cyan-50\/40:active {
  border-inline-start-color: rgb(236 254 255 / 0.4);
}

.active\:border-s-cyan-50\/5:active {
  border-inline-start-color: rgb(236 254 255 / 0.05);
}

.active\:border-s-cyan-50\/50:active {
  border-inline-start-color: rgb(236 254 255 / 0.5);
}

.active\:border-s-cyan-50\/60:active {
  border-inline-start-color: rgb(236 254 255 / 0.6);
}

.active\:border-s-cyan-50\/70:active {
  border-inline-start-color: rgb(236 254 255 / 0.7);
}

.active\:border-s-cyan-50\/75:active {
  border-inline-start-color: rgb(236 254 255 / 0.75);
}

.active\:border-s-cyan-50\/80:active {
  border-inline-start-color: rgb(236 254 255 / 0.8);
}

.active\:border-s-cyan-50\/90:active {
  border-inline-start-color: rgb(236 254 255 / 0.9);
}

.active\:border-s-cyan-50\/95:active {
  border-inline-start-color: rgb(236 254 255 / 0.95);
}

.active\:border-s-cyan-500:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(6 182 212 / var(--tw-border-opacity));
}

.active\:border-s-cyan-500\/0:active {
  border-inline-start-color: rgb(6 182 212 / 0);
}

.active\:border-s-cyan-500\/10:active {
  border-inline-start-color: rgb(6 182 212 / 0.1);
}

.active\:border-s-cyan-500\/100:active {
  border-inline-start-color: rgb(6 182 212 / 1);
}

.active\:border-s-cyan-500\/20:active {
  border-inline-start-color: rgb(6 182 212 / 0.2);
}

.active\:border-s-cyan-500\/25:active {
  border-inline-start-color: rgb(6 182 212 / 0.25);
}

.active\:border-s-cyan-500\/30:active {
  border-inline-start-color: rgb(6 182 212 / 0.3);
}

.active\:border-s-cyan-500\/40:active {
  border-inline-start-color: rgb(6 182 212 / 0.4);
}

.active\:border-s-cyan-500\/5:active {
  border-inline-start-color: rgb(6 182 212 / 0.05);
}

.active\:border-s-cyan-500\/50:active {
  border-inline-start-color: rgb(6 182 212 / 0.5);
}

.active\:border-s-cyan-500\/60:active {
  border-inline-start-color: rgb(6 182 212 / 0.6);
}

.active\:border-s-cyan-500\/70:active {
  border-inline-start-color: rgb(6 182 212 / 0.7);
}

.active\:border-s-cyan-500\/75:active {
  border-inline-start-color: rgb(6 182 212 / 0.75);
}

.active\:border-s-cyan-500\/80:active {
  border-inline-start-color: rgb(6 182 212 / 0.8);
}

.active\:border-s-cyan-500\/90:active {
  border-inline-start-color: rgb(6 182 212 / 0.9);
}

.active\:border-s-cyan-500\/95:active {
  border-inline-start-color: rgb(6 182 212 / 0.95);
}

.active\:border-s-cyan-600:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(8 145 178 / var(--tw-border-opacity));
}

.active\:border-s-cyan-600\/0:active {
  border-inline-start-color: rgb(8 145 178 / 0);
}

.active\:border-s-cyan-600\/10:active {
  border-inline-start-color: rgb(8 145 178 / 0.1);
}

.active\:border-s-cyan-600\/100:active {
  border-inline-start-color: rgb(8 145 178 / 1);
}

.active\:border-s-cyan-600\/20:active {
  border-inline-start-color: rgb(8 145 178 / 0.2);
}

.active\:border-s-cyan-600\/25:active {
  border-inline-start-color: rgb(8 145 178 / 0.25);
}

.active\:border-s-cyan-600\/30:active {
  border-inline-start-color: rgb(8 145 178 / 0.3);
}

.active\:border-s-cyan-600\/40:active {
  border-inline-start-color: rgb(8 145 178 / 0.4);
}

.active\:border-s-cyan-600\/5:active {
  border-inline-start-color: rgb(8 145 178 / 0.05);
}

.active\:border-s-cyan-600\/50:active {
  border-inline-start-color: rgb(8 145 178 / 0.5);
}

.active\:border-s-cyan-600\/60:active {
  border-inline-start-color: rgb(8 145 178 / 0.6);
}

.active\:border-s-cyan-600\/70:active {
  border-inline-start-color: rgb(8 145 178 / 0.7);
}

.active\:border-s-cyan-600\/75:active {
  border-inline-start-color: rgb(8 145 178 / 0.75);
}

.active\:border-s-cyan-600\/80:active {
  border-inline-start-color: rgb(8 145 178 / 0.8);
}

.active\:border-s-cyan-600\/90:active {
  border-inline-start-color: rgb(8 145 178 / 0.9);
}

.active\:border-s-cyan-600\/95:active {
  border-inline-start-color: rgb(8 145 178 / 0.95);
}

.active\:border-s-cyan-700:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(14 116 144 / var(--tw-border-opacity));
}

.active\:border-s-cyan-700\/0:active {
  border-inline-start-color: rgb(14 116 144 / 0);
}

.active\:border-s-cyan-700\/10:active {
  border-inline-start-color: rgb(14 116 144 / 0.1);
}

.active\:border-s-cyan-700\/100:active {
  border-inline-start-color: rgb(14 116 144 / 1);
}

.active\:border-s-cyan-700\/20:active {
  border-inline-start-color: rgb(14 116 144 / 0.2);
}

.active\:border-s-cyan-700\/25:active {
  border-inline-start-color: rgb(14 116 144 / 0.25);
}

.active\:border-s-cyan-700\/30:active {
  border-inline-start-color: rgb(14 116 144 / 0.3);
}

.active\:border-s-cyan-700\/40:active {
  border-inline-start-color: rgb(14 116 144 / 0.4);
}

.active\:border-s-cyan-700\/5:active {
  border-inline-start-color: rgb(14 116 144 / 0.05);
}

.active\:border-s-cyan-700\/50:active {
  border-inline-start-color: rgb(14 116 144 / 0.5);
}

.active\:border-s-cyan-700\/60:active {
  border-inline-start-color: rgb(14 116 144 / 0.6);
}

.active\:border-s-cyan-700\/70:active {
  border-inline-start-color: rgb(14 116 144 / 0.7);
}

.active\:border-s-cyan-700\/75:active {
  border-inline-start-color: rgb(14 116 144 / 0.75);
}

.active\:border-s-cyan-700\/80:active {
  border-inline-start-color: rgb(14 116 144 / 0.8);
}

.active\:border-s-cyan-700\/90:active {
  border-inline-start-color: rgb(14 116 144 / 0.9);
}

.active\:border-s-cyan-700\/95:active {
  border-inline-start-color: rgb(14 116 144 / 0.95);
}

.active\:border-s-cyan-800:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(21 94 117 / var(--tw-border-opacity));
}

.active\:border-s-cyan-800\/0:active {
  border-inline-start-color: rgb(21 94 117 / 0);
}

.active\:border-s-cyan-800\/10:active {
  border-inline-start-color: rgb(21 94 117 / 0.1);
}

.active\:border-s-cyan-800\/100:active {
  border-inline-start-color: rgb(21 94 117 / 1);
}

.active\:border-s-cyan-800\/20:active {
  border-inline-start-color: rgb(21 94 117 / 0.2);
}

.active\:border-s-cyan-800\/25:active {
  border-inline-start-color: rgb(21 94 117 / 0.25);
}

.active\:border-s-cyan-800\/30:active {
  border-inline-start-color: rgb(21 94 117 / 0.3);
}

.active\:border-s-cyan-800\/40:active {
  border-inline-start-color: rgb(21 94 117 / 0.4);
}

.active\:border-s-cyan-800\/5:active {
  border-inline-start-color: rgb(21 94 117 / 0.05);
}

.active\:border-s-cyan-800\/50:active {
  border-inline-start-color: rgb(21 94 117 / 0.5);
}

.active\:border-s-cyan-800\/60:active {
  border-inline-start-color: rgb(21 94 117 / 0.6);
}

.active\:border-s-cyan-800\/70:active {
  border-inline-start-color: rgb(21 94 117 / 0.7);
}

.active\:border-s-cyan-800\/75:active {
  border-inline-start-color: rgb(21 94 117 / 0.75);
}

.active\:border-s-cyan-800\/80:active {
  border-inline-start-color: rgb(21 94 117 / 0.8);
}

.active\:border-s-cyan-800\/90:active {
  border-inline-start-color: rgb(21 94 117 / 0.9);
}

.active\:border-s-cyan-800\/95:active {
  border-inline-start-color: rgb(21 94 117 / 0.95);
}

.active\:border-s-cyan-900:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(22 78 99 / var(--tw-border-opacity));
}

.active\:border-s-cyan-900\/0:active {
  border-inline-start-color: rgb(22 78 99 / 0);
}

.active\:border-s-cyan-900\/10:active {
  border-inline-start-color: rgb(22 78 99 / 0.1);
}

.active\:border-s-cyan-900\/100:active {
  border-inline-start-color: rgb(22 78 99 / 1);
}

.active\:border-s-cyan-900\/20:active {
  border-inline-start-color: rgb(22 78 99 / 0.2);
}

.active\:border-s-cyan-900\/25:active {
  border-inline-start-color: rgb(22 78 99 / 0.25);
}

.active\:border-s-cyan-900\/30:active {
  border-inline-start-color: rgb(22 78 99 / 0.3);
}

.active\:border-s-cyan-900\/40:active {
  border-inline-start-color: rgb(22 78 99 / 0.4);
}

.active\:border-s-cyan-900\/5:active {
  border-inline-start-color: rgb(22 78 99 / 0.05);
}

.active\:border-s-cyan-900\/50:active {
  border-inline-start-color: rgb(22 78 99 / 0.5);
}

.active\:border-s-cyan-900\/60:active {
  border-inline-start-color: rgb(22 78 99 / 0.6);
}

.active\:border-s-cyan-900\/70:active {
  border-inline-start-color: rgb(22 78 99 / 0.7);
}

.active\:border-s-cyan-900\/75:active {
  border-inline-start-color: rgb(22 78 99 / 0.75);
}

.active\:border-s-cyan-900\/80:active {
  border-inline-start-color: rgb(22 78 99 / 0.8);
}

.active\:border-s-cyan-900\/90:active {
  border-inline-start-color: rgb(22 78 99 / 0.9);
}

.active\:border-s-cyan-900\/95:active {
  border-inline-start-color: rgb(22 78 99 / 0.95);
}

.active\:border-s-cyan-950:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(8 51 68 / var(--tw-border-opacity));
}

.active\:border-s-cyan-950\/0:active {
  border-inline-start-color: rgb(8 51 68 / 0);
}

.active\:border-s-cyan-950\/10:active {
  border-inline-start-color: rgb(8 51 68 / 0.1);
}

.active\:border-s-cyan-950\/100:active {
  border-inline-start-color: rgb(8 51 68 / 1);
}

.active\:border-s-cyan-950\/20:active {
  border-inline-start-color: rgb(8 51 68 / 0.2);
}

.active\:border-s-cyan-950\/25:active {
  border-inline-start-color: rgb(8 51 68 / 0.25);
}

.active\:border-s-cyan-950\/30:active {
  border-inline-start-color: rgb(8 51 68 / 0.3);
}

.active\:border-s-cyan-950\/40:active {
  border-inline-start-color: rgb(8 51 68 / 0.4);
}

.active\:border-s-cyan-950\/5:active {
  border-inline-start-color: rgb(8 51 68 / 0.05);
}

.active\:border-s-cyan-950\/50:active {
  border-inline-start-color: rgb(8 51 68 / 0.5);
}

.active\:border-s-cyan-950\/60:active {
  border-inline-start-color: rgb(8 51 68 / 0.6);
}

.active\:border-s-cyan-950\/70:active {
  border-inline-start-color: rgb(8 51 68 / 0.7);
}

.active\:border-s-cyan-950\/75:active {
  border-inline-start-color: rgb(8 51 68 / 0.75);
}

.active\:border-s-cyan-950\/80:active {
  border-inline-start-color: rgb(8 51 68 / 0.8);
}

.active\:border-s-cyan-950\/90:active {
  border-inline-start-color: rgb(8 51 68 / 0.9);
}

.active\:border-s-cyan-950\/95:active {
  border-inline-start-color: rgb(8 51 68 / 0.95);
}

.active\:border-s-emerald-100:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(209 250 229 / var(--tw-border-opacity));
}

.active\:border-s-emerald-100\/0:active {
  border-inline-start-color: rgb(209 250 229 / 0);
}

.active\:border-s-emerald-100\/10:active {
  border-inline-start-color: rgb(209 250 229 / 0.1);
}

.active\:border-s-emerald-100\/100:active {
  border-inline-start-color: rgb(209 250 229 / 1);
}

.active\:border-s-emerald-100\/20:active {
  border-inline-start-color: rgb(209 250 229 / 0.2);
}

.active\:border-s-emerald-100\/25:active {
  border-inline-start-color: rgb(209 250 229 / 0.25);
}

.active\:border-s-emerald-100\/30:active {
  border-inline-start-color: rgb(209 250 229 / 0.3);
}

.active\:border-s-emerald-100\/40:active {
  border-inline-start-color: rgb(209 250 229 / 0.4);
}

.active\:border-s-emerald-100\/5:active {
  border-inline-start-color: rgb(209 250 229 / 0.05);
}

.active\:border-s-emerald-100\/50:active {
  border-inline-start-color: rgb(209 250 229 / 0.5);
}

.active\:border-s-emerald-100\/60:active {
  border-inline-start-color: rgb(209 250 229 / 0.6);
}

.active\:border-s-emerald-100\/70:active {
  border-inline-start-color: rgb(209 250 229 / 0.7);
}

.active\:border-s-emerald-100\/75:active {
  border-inline-start-color: rgb(209 250 229 / 0.75);
}

.active\:border-s-emerald-100\/80:active {
  border-inline-start-color: rgb(209 250 229 / 0.8);
}

.active\:border-s-emerald-100\/90:active {
  border-inline-start-color: rgb(209 250 229 / 0.9);
}

.active\:border-s-emerald-100\/95:active {
  border-inline-start-color: rgb(209 250 229 / 0.95);
}

.active\:border-s-emerald-200:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(167 243 208 / var(--tw-border-opacity));
}

.active\:border-s-emerald-200\/0:active {
  border-inline-start-color: rgb(167 243 208 / 0);
}

.active\:border-s-emerald-200\/10:active {
  border-inline-start-color: rgb(167 243 208 / 0.1);
}

.active\:border-s-emerald-200\/100:active {
  border-inline-start-color: rgb(167 243 208 / 1);
}

.active\:border-s-emerald-200\/20:active {
  border-inline-start-color: rgb(167 243 208 / 0.2);
}

.active\:border-s-emerald-200\/25:active {
  border-inline-start-color: rgb(167 243 208 / 0.25);
}

.active\:border-s-emerald-200\/30:active {
  border-inline-start-color: rgb(167 243 208 / 0.3);
}

.active\:border-s-emerald-200\/40:active {
  border-inline-start-color: rgb(167 243 208 / 0.4);
}

.active\:border-s-emerald-200\/5:active {
  border-inline-start-color: rgb(167 243 208 / 0.05);
}

.active\:border-s-emerald-200\/50:active {
  border-inline-start-color: rgb(167 243 208 / 0.5);
}

.active\:border-s-emerald-200\/60:active {
  border-inline-start-color: rgb(167 243 208 / 0.6);
}

.active\:border-s-emerald-200\/70:active {
  border-inline-start-color: rgb(167 243 208 / 0.7);
}

.active\:border-s-emerald-200\/75:active {
  border-inline-start-color: rgb(167 243 208 / 0.75);
}

.active\:border-s-emerald-200\/80:active {
  border-inline-start-color: rgb(167 243 208 / 0.8);
}

.active\:border-s-emerald-200\/90:active {
  border-inline-start-color: rgb(167 243 208 / 0.9);
}

.active\:border-s-emerald-200\/95:active {
  border-inline-start-color: rgb(167 243 208 / 0.95);
}

.active\:border-s-emerald-300:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(110 231 183 / var(--tw-border-opacity));
}

.active\:border-s-emerald-300\/0:active {
  border-inline-start-color: rgb(110 231 183 / 0);
}

.active\:border-s-emerald-300\/10:active {
  border-inline-start-color: rgb(110 231 183 / 0.1);
}

.active\:border-s-emerald-300\/100:active {
  border-inline-start-color: rgb(110 231 183 / 1);
}

.active\:border-s-emerald-300\/20:active {
  border-inline-start-color: rgb(110 231 183 / 0.2);
}

.active\:border-s-emerald-300\/25:active {
  border-inline-start-color: rgb(110 231 183 / 0.25);
}

.active\:border-s-emerald-300\/30:active {
  border-inline-start-color: rgb(110 231 183 / 0.3);
}

.active\:border-s-emerald-300\/40:active {
  border-inline-start-color: rgb(110 231 183 / 0.4);
}

.active\:border-s-emerald-300\/5:active {
  border-inline-start-color: rgb(110 231 183 / 0.05);
}

.active\:border-s-emerald-300\/50:active {
  border-inline-start-color: rgb(110 231 183 / 0.5);
}

.active\:border-s-emerald-300\/60:active {
  border-inline-start-color: rgb(110 231 183 / 0.6);
}

.active\:border-s-emerald-300\/70:active {
  border-inline-start-color: rgb(110 231 183 / 0.7);
}

.active\:border-s-emerald-300\/75:active {
  border-inline-start-color: rgb(110 231 183 / 0.75);
}

.active\:border-s-emerald-300\/80:active {
  border-inline-start-color: rgb(110 231 183 / 0.8);
}

.active\:border-s-emerald-300\/90:active {
  border-inline-start-color: rgb(110 231 183 / 0.9);
}

.active\:border-s-emerald-300\/95:active {
  border-inline-start-color: rgb(110 231 183 / 0.95);
}

.active\:border-s-emerald-400:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.active\:border-s-emerald-400\/0:active {
  border-inline-start-color: rgb(52 211 153 / 0);
}

.active\:border-s-emerald-400\/10:active {
  border-inline-start-color: rgb(52 211 153 / 0.1);
}

.active\:border-s-emerald-400\/100:active {
  border-inline-start-color: rgb(52 211 153 / 1);
}

.active\:border-s-emerald-400\/20:active {
  border-inline-start-color: rgb(52 211 153 / 0.2);
}

.active\:border-s-emerald-400\/25:active {
  border-inline-start-color: rgb(52 211 153 / 0.25);
}

.active\:border-s-emerald-400\/30:active {
  border-inline-start-color: rgb(52 211 153 / 0.3);
}

.active\:border-s-emerald-400\/40:active {
  border-inline-start-color: rgb(52 211 153 / 0.4);
}

.active\:border-s-emerald-400\/5:active {
  border-inline-start-color: rgb(52 211 153 / 0.05);
}

.active\:border-s-emerald-400\/50:active {
  border-inline-start-color: rgb(52 211 153 / 0.5);
}

.active\:border-s-emerald-400\/60:active {
  border-inline-start-color: rgb(52 211 153 / 0.6);
}

.active\:border-s-emerald-400\/70:active {
  border-inline-start-color: rgb(52 211 153 / 0.7);
}

.active\:border-s-emerald-400\/75:active {
  border-inline-start-color: rgb(52 211 153 / 0.75);
}

.active\:border-s-emerald-400\/80:active {
  border-inline-start-color: rgb(52 211 153 / 0.8);
}

.active\:border-s-emerald-400\/90:active {
  border-inline-start-color: rgb(52 211 153 / 0.9);
}

.active\:border-s-emerald-400\/95:active {
  border-inline-start-color: rgb(52 211 153 / 0.95);
}

.active\:border-s-emerald-50:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(236 253 245 / var(--tw-border-opacity));
}

.active\:border-s-emerald-50\/0:active {
  border-inline-start-color: rgb(236 253 245 / 0);
}

.active\:border-s-emerald-50\/10:active {
  border-inline-start-color: rgb(236 253 245 / 0.1);
}

.active\:border-s-emerald-50\/100:active {
  border-inline-start-color: rgb(236 253 245 / 1);
}

.active\:border-s-emerald-50\/20:active {
  border-inline-start-color: rgb(236 253 245 / 0.2);
}

.active\:border-s-emerald-50\/25:active {
  border-inline-start-color: rgb(236 253 245 / 0.25);
}

.active\:border-s-emerald-50\/30:active {
  border-inline-start-color: rgb(236 253 245 / 0.3);
}

.active\:border-s-emerald-50\/40:active {
  border-inline-start-color: rgb(236 253 245 / 0.4);
}

.active\:border-s-emerald-50\/5:active {
  border-inline-start-color: rgb(236 253 245 / 0.05);
}

.active\:border-s-emerald-50\/50:active {
  border-inline-start-color: rgb(236 253 245 / 0.5);
}

.active\:border-s-emerald-50\/60:active {
  border-inline-start-color: rgb(236 253 245 / 0.6);
}

.active\:border-s-emerald-50\/70:active {
  border-inline-start-color: rgb(236 253 245 / 0.7);
}

.active\:border-s-emerald-50\/75:active {
  border-inline-start-color: rgb(236 253 245 / 0.75);
}

.active\:border-s-emerald-50\/80:active {
  border-inline-start-color: rgb(236 253 245 / 0.8);
}

.active\:border-s-emerald-50\/90:active {
  border-inline-start-color: rgb(236 253 245 / 0.9);
}

.active\:border-s-emerald-50\/95:active {
  border-inline-start-color: rgb(236 253 245 / 0.95);
}

.active\:border-s-emerald-500:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.active\:border-s-emerald-500\/0:active {
  border-inline-start-color: rgb(16 185 129 / 0);
}

.active\:border-s-emerald-500\/10:active {
  border-inline-start-color: rgb(16 185 129 / 0.1);
}

.active\:border-s-emerald-500\/100:active {
  border-inline-start-color: rgb(16 185 129 / 1);
}

.active\:border-s-emerald-500\/20:active {
  border-inline-start-color: rgb(16 185 129 / 0.2);
}

.active\:border-s-emerald-500\/25:active {
  border-inline-start-color: rgb(16 185 129 / 0.25);
}

.active\:border-s-emerald-500\/30:active {
  border-inline-start-color: rgb(16 185 129 / 0.3);
}

.active\:border-s-emerald-500\/40:active {
  border-inline-start-color: rgb(16 185 129 / 0.4);
}

.active\:border-s-emerald-500\/5:active {
  border-inline-start-color: rgb(16 185 129 / 0.05);
}

.active\:border-s-emerald-500\/50:active {
  border-inline-start-color: rgb(16 185 129 / 0.5);
}

.active\:border-s-emerald-500\/60:active {
  border-inline-start-color: rgb(16 185 129 / 0.6);
}

.active\:border-s-emerald-500\/70:active {
  border-inline-start-color: rgb(16 185 129 / 0.7);
}

.active\:border-s-emerald-500\/75:active {
  border-inline-start-color: rgb(16 185 129 / 0.75);
}

.active\:border-s-emerald-500\/80:active {
  border-inline-start-color: rgb(16 185 129 / 0.8);
}

.active\:border-s-emerald-500\/90:active {
  border-inline-start-color: rgb(16 185 129 / 0.9);
}

.active\:border-s-emerald-500\/95:active {
  border-inline-start-color: rgb(16 185 129 / 0.95);
}

.active\:border-s-emerald-600:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(5 150 105 / var(--tw-border-opacity));
}

.active\:border-s-emerald-600\/0:active {
  border-inline-start-color: rgb(5 150 105 / 0);
}

.active\:border-s-emerald-600\/10:active {
  border-inline-start-color: rgb(5 150 105 / 0.1);
}

.active\:border-s-emerald-600\/100:active {
  border-inline-start-color: rgb(5 150 105 / 1);
}

.active\:border-s-emerald-600\/20:active {
  border-inline-start-color: rgb(5 150 105 / 0.2);
}

.active\:border-s-emerald-600\/25:active {
  border-inline-start-color: rgb(5 150 105 / 0.25);
}

.active\:border-s-emerald-600\/30:active {
  border-inline-start-color: rgb(5 150 105 / 0.3);
}

.active\:border-s-emerald-600\/40:active {
  border-inline-start-color: rgb(5 150 105 / 0.4);
}

.active\:border-s-emerald-600\/5:active {
  border-inline-start-color: rgb(5 150 105 / 0.05);
}

.active\:border-s-emerald-600\/50:active {
  border-inline-start-color: rgb(5 150 105 / 0.5);
}

.active\:border-s-emerald-600\/60:active {
  border-inline-start-color: rgb(5 150 105 / 0.6);
}

.active\:border-s-emerald-600\/70:active {
  border-inline-start-color: rgb(5 150 105 / 0.7);
}

.active\:border-s-emerald-600\/75:active {
  border-inline-start-color: rgb(5 150 105 / 0.75);
}

.active\:border-s-emerald-600\/80:active {
  border-inline-start-color: rgb(5 150 105 / 0.8);
}

.active\:border-s-emerald-600\/90:active {
  border-inline-start-color: rgb(5 150 105 / 0.9);
}

.active\:border-s-emerald-600\/95:active {
  border-inline-start-color: rgb(5 150 105 / 0.95);
}

.active\:border-s-emerald-700:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(4 120 87 / var(--tw-border-opacity));
}

.active\:border-s-emerald-700\/0:active {
  border-inline-start-color: rgb(4 120 87 / 0);
}

.active\:border-s-emerald-700\/10:active {
  border-inline-start-color: rgb(4 120 87 / 0.1);
}

.active\:border-s-emerald-700\/100:active {
  border-inline-start-color: rgb(4 120 87 / 1);
}

.active\:border-s-emerald-700\/20:active {
  border-inline-start-color: rgb(4 120 87 / 0.2);
}

.active\:border-s-emerald-700\/25:active {
  border-inline-start-color: rgb(4 120 87 / 0.25);
}

.active\:border-s-emerald-700\/30:active {
  border-inline-start-color: rgb(4 120 87 / 0.3);
}

.active\:border-s-emerald-700\/40:active {
  border-inline-start-color: rgb(4 120 87 / 0.4);
}

.active\:border-s-emerald-700\/5:active {
  border-inline-start-color: rgb(4 120 87 / 0.05);
}

.active\:border-s-emerald-700\/50:active {
  border-inline-start-color: rgb(4 120 87 / 0.5);
}

.active\:border-s-emerald-700\/60:active {
  border-inline-start-color: rgb(4 120 87 / 0.6);
}

.active\:border-s-emerald-700\/70:active {
  border-inline-start-color: rgb(4 120 87 / 0.7);
}

.active\:border-s-emerald-700\/75:active {
  border-inline-start-color: rgb(4 120 87 / 0.75);
}

.active\:border-s-emerald-700\/80:active {
  border-inline-start-color: rgb(4 120 87 / 0.8);
}

.active\:border-s-emerald-700\/90:active {
  border-inline-start-color: rgb(4 120 87 / 0.9);
}

.active\:border-s-emerald-700\/95:active {
  border-inline-start-color: rgb(4 120 87 / 0.95);
}

.active\:border-s-emerald-800:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(6 95 70 / var(--tw-border-opacity));
}

.active\:border-s-emerald-800\/0:active {
  border-inline-start-color: rgb(6 95 70 / 0);
}

.active\:border-s-emerald-800\/10:active {
  border-inline-start-color: rgb(6 95 70 / 0.1);
}

.active\:border-s-emerald-800\/100:active {
  border-inline-start-color: rgb(6 95 70 / 1);
}

.active\:border-s-emerald-800\/20:active {
  border-inline-start-color: rgb(6 95 70 / 0.2);
}

.active\:border-s-emerald-800\/25:active {
  border-inline-start-color: rgb(6 95 70 / 0.25);
}

.active\:border-s-emerald-800\/30:active {
  border-inline-start-color: rgb(6 95 70 / 0.3);
}

.active\:border-s-emerald-800\/40:active {
  border-inline-start-color: rgb(6 95 70 / 0.4);
}

.active\:border-s-emerald-800\/5:active {
  border-inline-start-color: rgb(6 95 70 / 0.05);
}

.active\:border-s-emerald-800\/50:active {
  border-inline-start-color: rgb(6 95 70 / 0.5);
}

.active\:border-s-emerald-800\/60:active {
  border-inline-start-color: rgb(6 95 70 / 0.6);
}

.active\:border-s-emerald-800\/70:active {
  border-inline-start-color: rgb(6 95 70 / 0.7);
}

.active\:border-s-emerald-800\/75:active {
  border-inline-start-color: rgb(6 95 70 / 0.75);
}

.active\:border-s-emerald-800\/80:active {
  border-inline-start-color: rgb(6 95 70 / 0.8);
}

.active\:border-s-emerald-800\/90:active {
  border-inline-start-color: rgb(6 95 70 / 0.9);
}

.active\:border-s-emerald-800\/95:active {
  border-inline-start-color: rgb(6 95 70 / 0.95);
}

.active\:border-s-emerald-900:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(6 78 59 / var(--tw-border-opacity));
}

.active\:border-s-emerald-900\/0:active {
  border-inline-start-color: rgb(6 78 59 / 0);
}

.active\:border-s-emerald-900\/10:active {
  border-inline-start-color: rgb(6 78 59 / 0.1);
}

.active\:border-s-emerald-900\/100:active {
  border-inline-start-color: rgb(6 78 59 / 1);
}

.active\:border-s-emerald-900\/20:active {
  border-inline-start-color: rgb(6 78 59 / 0.2);
}

.active\:border-s-emerald-900\/25:active {
  border-inline-start-color: rgb(6 78 59 / 0.25);
}

.active\:border-s-emerald-900\/30:active {
  border-inline-start-color: rgb(6 78 59 / 0.3);
}

.active\:border-s-emerald-900\/40:active {
  border-inline-start-color: rgb(6 78 59 / 0.4);
}

.active\:border-s-emerald-900\/5:active {
  border-inline-start-color: rgb(6 78 59 / 0.05);
}

.active\:border-s-emerald-900\/50:active {
  border-inline-start-color: rgb(6 78 59 / 0.5);
}

.active\:border-s-emerald-900\/60:active {
  border-inline-start-color: rgb(6 78 59 / 0.6);
}

.active\:border-s-emerald-900\/70:active {
  border-inline-start-color: rgb(6 78 59 / 0.7);
}

.active\:border-s-emerald-900\/75:active {
  border-inline-start-color: rgb(6 78 59 / 0.75);
}

.active\:border-s-emerald-900\/80:active {
  border-inline-start-color: rgb(6 78 59 / 0.8);
}

.active\:border-s-emerald-900\/90:active {
  border-inline-start-color: rgb(6 78 59 / 0.9);
}

.active\:border-s-emerald-900\/95:active {
  border-inline-start-color: rgb(6 78 59 / 0.95);
}

.active\:border-s-emerald-950:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(2 44 34 / var(--tw-border-opacity));
}

.active\:border-s-emerald-950\/0:active {
  border-inline-start-color: rgb(2 44 34 / 0);
}

.active\:border-s-emerald-950\/10:active {
  border-inline-start-color: rgb(2 44 34 / 0.1);
}

.active\:border-s-emerald-950\/100:active {
  border-inline-start-color: rgb(2 44 34 / 1);
}

.active\:border-s-emerald-950\/20:active {
  border-inline-start-color: rgb(2 44 34 / 0.2);
}

.active\:border-s-emerald-950\/25:active {
  border-inline-start-color: rgb(2 44 34 / 0.25);
}

.active\:border-s-emerald-950\/30:active {
  border-inline-start-color: rgb(2 44 34 / 0.3);
}

.active\:border-s-emerald-950\/40:active {
  border-inline-start-color: rgb(2 44 34 / 0.4);
}

.active\:border-s-emerald-950\/5:active {
  border-inline-start-color: rgb(2 44 34 / 0.05);
}

.active\:border-s-emerald-950\/50:active {
  border-inline-start-color: rgb(2 44 34 / 0.5);
}

.active\:border-s-emerald-950\/60:active {
  border-inline-start-color: rgb(2 44 34 / 0.6);
}

.active\:border-s-emerald-950\/70:active {
  border-inline-start-color: rgb(2 44 34 / 0.7);
}

.active\:border-s-emerald-950\/75:active {
  border-inline-start-color: rgb(2 44 34 / 0.75);
}

.active\:border-s-emerald-950\/80:active {
  border-inline-start-color: rgb(2 44 34 / 0.8);
}

.active\:border-s-emerald-950\/90:active {
  border-inline-start-color: rgb(2 44 34 / 0.9);
}

.active\:border-s-emerald-950\/95:active {
  border-inline-start-color: rgb(2 44 34 / 0.95);
}

.active\:border-s-fuchsia-100:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 232 255 / var(--tw-border-opacity));
}

.active\:border-s-fuchsia-100\/0:active {
  border-inline-start-color: rgb(250 232 255 / 0);
}

.active\:border-s-fuchsia-100\/10:active {
  border-inline-start-color: rgb(250 232 255 / 0.1);
}

.active\:border-s-fuchsia-100\/100:active {
  border-inline-start-color: rgb(250 232 255 / 1);
}

.active\:border-s-fuchsia-100\/20:active {
  border-inline-start-color: rgb(250 232 255 / 0.2);
}

.active\:border-s-fuchsia-100\/25:active {
  border-inline-start-color: rgb(250 232 255 / 0.25);
}

.active\:border-s-fuchsia-100\/30:active {
  border-inline-start-color: rgb(250 232 255 / 0.3);
}

.active\:border-s-fuchsia-100\/40:active {
  border-inline-start-color: rgb(250 232 255 / 0.4);
}

.active\:border-s-fuchsia-100\/5:active {
  border-inline-start-color: rgb(250 232 255 / 0.05);
}

.active\:border-s-fuchsia-100\/50:active {
  border-inline-start-color: rgb(250 232 255 / 0.5);
}

.active\:border-s-fuchsia-100\/60:active {
  border-inline-start-color: rgb(250 232 255 / 0.6);
}

.active\:border-s-fuchsia-100\/70:active {
  border-inline-start-color: rgb(250 232 255 / 0.7);
}

.active\:border-s-fuchsia-100\/75:active {
  border-inline-start-color: rgb(250 232 255 / 0.75);
}

.active\:border-s-fuchsia-100\/80:active {
  border-inline-start-color: rgb(250 232 255 / 0.8);
}

.active\:border-s-fuchsia-100\/90:active {
  border-inline-start-color: rgb(250 232 255 / 0.9);
}

.active\:border-s-fuchsia-100\/95:active {
  border-inline-start-color: rgb(250 232 255 / 0.95);
}

.active\:border-s-fuchsia-200:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 208 254 / var(--tw-border-opacity));
}

.active\:border-s-fuchsia-200\/0:active {
  border-inline-start-color: rgb(245 208 254 / 0);
}

.active\:border-s-fuchsia-200\/10:active {
  border-inline-start-color: rgb(245 208 254 / 0.1);
}

.active\:border-s-fuchsia-200\/100:active {
  border-inline-start-color: rgb(245 208 254 / 1);
}

.active\:border-s-fuchsia-200\/20:active {
  border-inline-start-color: rgb(245 208 254 / 0.2);
}

.active\:border-s-fuchsia-200\/25:active {
  border-inline-start-color: rgb(245 208 254 / 0.25);
}

.active\:border-s-fuchsia-200\/30:active {
  border-inline-start-color: rgb(245 208 254 / 0.3);
}

.active\:border-s-fuchsia-200\/40:active {
  border-inline-start-color: rgb(245 208 254 / 0.4);
}

.active\:border-s-fuchsia-200\/5:active {
  border-inline-start-color: rgb(245 208 254 / 0.05);
}

.active\:border-s-fuchsia-200\/50:active {
  border-inline-start-color: rgb(245 208 254 / 0.5);
}

.active\:border-s-fuchsia-200\/60:active {
  border-inline-start-color: rgb(245 208 254 / 0.6);
}

.active\:border-s-fuchsia-200\/70:active {
  border-inline-start-color: rgb(245 208 254 / 0.7);
}

.active\:border-s-fuchsia-200\/75:active {
  border-inline-start-color: rgb(245 208 254 / 0.75);
}

.active\:border-s-fuchsia-200\/80:active {
  border-inline-start-color: rgb(245 208 254 / 0.8);
}

.active\:border-s-fuchsia-200\/90:active {
  border-inline-start-color: rgb(245 208 254 / 0.9);
}

.active\:border-s-fuchsia-200\/95:active {
  border-inline-start-color: rgb(245 208 254 / 0.95);
}

.active\:border-s-fuchsia-300:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(240 171 252 / var(--tw-border-opacity));
}

.active\:border-s-fuchsia-300\/0:active {
  border-inline-start-color: rgb(240 171 252 / 0);
}

.active\:border-s-fuchsia-300\/10:active {
  border-inline-start-color: rgb(240 171 252 / 0.1);
}

.active\:border-s-fuchsia-300\/100:active {
  border-inline-start-color: rgb(240 171 252 / 1);
}

.active\:border-s-fuchsia-300\/20:active {
  border-inline-start-color: rgb(240 171 252 / 0.2);
}

.active\:border-s-fuchsia-300\/25:active {
  border-inline-start-color: rgb(240 171 252 / 0.25);
}

.active\:border-s-fuchsia-300\/30:active {
  border-inline-start-color: rgb(240 171 252 / 0.3);
}

.active\:border-s-fuchsia-300\/40:active {
  border-inline-start-color: rgb(240 171 252 / 0.4);
}

.active\:border-s-fuchsia-300\/5:active {
  border-inline-start-color: rgb(240 171 252 / 0.05);
}

.active\:border-s-fuchsia-300\/50:active {
  border-inline-start-color: rgb(240 171 252 / 0.5);
}

.active\:border-s-fuchsia-300\/60:active {
  border-inline-start-color: rgb(240 171 252 / 0.6);
}

.active\:border-s-fuchsia-300\/70:active {
  border-inline-start-color: rgb(240 171 252 / 0.7);
}

.active\:border-s-fuchsia-300\/75:active {
  border-inline-start-color: rgb(240 171 252 / 0.75);
}

.active\:border-s-fuchsia-300\/80:active {
  border-inline-start-color: rgb(240 171 252 / 0.8);
}

.active\:border-s-fuchsia-300\/90:active {
  border-inline-start-color: rgb(240 171 252 / 0.9);
}

.active\:border-s-fuchsia-300\/95:active {
  border-inline-start-color: rgb(240 171 252 / 0.95);
}

.active\:border-s-fuchsia-400:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(232 121 249 / var(--tw-border-opacity));
}

.active\:border-s-fuchsia-400\/0:active {
  border-inline-start-color: rgb(232 121 249 / 0);
}

.active\:border-s-fuchsia-400\/10:active {
  border-inline-start-color: rgb(232 121 249 / 0.1);
}

.active\:border-s-fuchsia-400\/100:active {
  border-inline-start-color: rgb(232 121 249 / 1);
}

.active\:border-s-fuchsia-400\/20:active {
  border-inline-start-color: rgb(232 121 249 / 0.2);
}

.active\:border-s-fuchsia-400\/25:active {
  border-inline-start-color: rgb(232 121 249 / 0.25);
}

.active\:border-s-fuchsia-400\/30:active {
  border-inline-start-color: rgb(232 121 249 / 0.3);
}

.active\:border-s-fuchsia-400\/40:active {
  border-inline-start-color: rgb(232 121 249 / 0.4);
}

.active\:border-s-fuchsia-400\/5:active {
  border-inline-start-color: rgb(232 121 249 / 0.05);
}

.active\:border-s-fuchsia-400\/50:active {
  border-inline-start-color: rgb(232 121 249 / 0.5);
}

.active\:border-s-fuchsia-400\/60:active {
  border-inline-start-color: rgb(232 121 249 / 0.6);
}

.active\:border-s-fuchsia-400\/70:active {
  border-inline-start-color: rgb(232 121 249 / 0.7);
}

.active\:border-s-fuchsia-400\/75:active {
  border-inline-start-color: rgb(232 121 249 / 0.75);
}

.active\:border-s-fuchsia-400\/80:active {
  border-inline-start-color: rgb(232 121 249 / 0.8);
}

.active\:border-s-fuchsia-400\/90:active {
  border-inline-start-color: rgb(232 121 249 / 0.9);
}

.active\:border-s-fuchsia-400\/95:active {
  border-inline-start-color: rgb(232 121 249 / 0.95);
}

.active\:border-s-fuchsia-50:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 244 255 / var(--tw-border-opacity));
}

.active\:border-s-fuchsia-50\/0:active {
  border-inline-start-color: rgb(253 244 255 / 0);
}

.active\:border-s-fuchsia-50\/10:active {
  border-inline-start-color: rgb(253 244 255 / 0.1);
}

.active\:border-s-fuchsia-50\/100:active {
  border-inline-start-color: rgb(253 244 255 / 1);
}

.active\:border-s-fuchsia-50\/20:active {
  border-inline-start-color: rgb(253 244 255 / 0.2);
}

.active\:border-s-fuchsia-50\/25:active {
  border-inline-start-color: rgb(253 244 255 / 0.25);
}

.active\:border-s-fuchsia-50\/30:active {
  border-inline-start-color: rgb(253 244 255 / 0.3);
}

.active\:border-s-fuchsia-50\/40:active {
  border-inline-start-color: rgb(253 244 255 / 0.4);
}

.active\:border-s-fuchsia-50\/5:active {
  border-inline-start-color: rgb(253 244 255 / 0.05);
}

.active\:border-s-fuchsia-50\/50:active {
  border-inline-start-color: rgb(253 244 255 / 0.5);
}

.active\:border-s-fuchsia-50\/60:active {
  border-inline-start-color: rgb(253 244 255 / 0.6);
}

.active\:border-s-fuchsia-50\/70:active {
  border-inline-start-color: rgb(253 244 255 / 0.7);
}

.active\:border-s-fuchsia-50\/75:active {
  border-inline-start-color: rgb(253 244 255 / 0.75);
}

.active\:border-s-fuchsia-50\/80:active {
  border-inline-start-color: rgb(253 244 255 / 0.8);
}

.active\:border-s-fuchsia-50\/90:active {
  border-inline-start-color: rgb(253 244 255 / 0.9);
}

.active\:border-s-fuchsia-50\/95:active {
  border-inline-start-color: rgb(253 244 255 / 0.95);
}

.active\:border-s-fuchsia-500:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(217 70 239 / var(--tw-border-opacity));
}

.active\:border-s-fuchsia-500\/0:active {
  border-inline-start-color: rgb(217 70 239 / 0);
}

.active\:border-s-fuchsia-500\/10:active {
  border-inline-start-color: rgb(217 70 239 / 0.1);
}

.active\:border-s-fuchsia-500\/100:active {
  border-inline-start-color: rgb(217 70 239 / 1);
}

.active\:border-s-fuchsia-500\/20:active {
  border-inline-start-color: rgb(217 70 239 / 0.2);
}

.active\:border-s-fuchsia-500\/25:active {
  border-inline-start-color: rgb(217 70 239 / 0.25);
}

.active\:border-s-fuchsia-500\/30:active {
  border-inline-start-color: rgb(217 70 239 / 0.3);
}

.active\:border-s-fuchsia-500\/40:active {
  border-inline-start-color: rgb(217 70 239 / 0.4);
}

.active\:border-s-fuchsia-500\/5:active {
  border-inline-start-color: rgb(217 70 239 / 0.05);
}

.active\:border-s-fuchsia-500\/50:active {
  border-inline-start-color: rgb(217 70 239 / 0.5);
}

.active\:border-s-fuchsia-500\/60:active {
  border-inline-start-color: rgb(217 70 239 / 0.6);
}

.active\:border-s-fuchsia-500\/70:active {
  border-inline-start-color: rgb(217 70 239 / 0.7);
}

.active\:border-s-fuchsia-500\/75:active {
  border-inline-start-color: rgb(217 70 239 / 0.75);
}

.active\:border-s-fuchsia-500\/80:active {
  border-inline-start-color: rgb(217 70 239 / 0.8);
}

.active\:border-s-fuchsia-500\/90:active {
  border-inline-start-color: rgb(217 70 239 / 0.9);
}

.active\:border-s-fuchsia-500\/95:active {
  border-inline-start-color: rgb(217 70 239 / 0.95);
}

.active\:border-s-fuchsia-600:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(192 38 211 / var(--tw-border-opacity));
}

.active\:border-s-fuchsia-600\/0:active {
  border-inline-start-color: rgb(192 38 211 / 0);
}

.active\:border-s-fuchsia-600\/10:active {
  border-inline-start-color: rgb(192 38 211 / 0.1);
}

.active\:border-s-fuchsia-600\/100:active {
  border-inline-start-color: rgb(192 38 211 / 1);
}

.active\:border-s-fuchsia-600\/20:active {
  border-inline-start-color: rgb(192 38 211 / 0.2);
}

.active\:border-s-fuchsia-600\/25:active {
  border-inline-start-color: rgb(192 38 211 / 0.25);
}

.active\:border-s-fuchsia-600\/30:active {
  border-inline-start-color: rgb(192 38 211 / 0.3);
}

.active\:border-s-fuchsia-600\/40:active {
  border-inline-start-color: rgb(192 38 211 / 0.4);
}

.active\:border-s-fuchsia-600\/5:active {
  border-inline-start-color: rgb(192 38 211 / 0.05);
}

.active\:border-s-fuchsia-600\/50:active {
  border-inline-start-color: rgb(192 38 211 / 0.5);
}

.active\:border-s-fuchsia-600\/60:active {
  border-inline-start-color: rgb(192 38 211 / 0.6);
}

.active\:border-s-fuchsia-600\/70:active {
  border-inline-start-color: rgb(192 38 211 / 0.7);
}

.active\:border-s-fuchsia-600\/75:active {
  border-inline-start-color: rgb(192 38 211 / 0.75);
}

.active\:border-s-fuchsia-600\/80:active {
  border-inline-start-color: rgb(192 38 211 / 0.8);
}

.active\:border-s-fuchsia-600\/90:active {
  border-inline-start-color: rgb(192 38 211 / 0.9);
}

.active\:border-s-fuchsia-600\/95:active {
  border-inline-start-color: rgb(192 38 211 / 0.95);
}

.active\:border-s-fuchsia-700:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(162 28 175 / var(--tw-border-opacity));
}

.active\:border-s-fuchsia-700\/0:active {
  border-inline-start-color: rgb(162 28 175 / 0);
}

.active\:border-s-fuchsia-700\/10:active {
  border-inline-start-color: rgb(162 28 175 / 0.1);
}

.active\:border-s-fuchsia-700\/100:active {
  border-inline-start-color: rgb(162 28 175 / 1);
}

.active\:border-s-fuchsia-700\/20:active {
  border-inline-start-color: rgb(162 28 175 / 0.2);
}

.active\:border-s-fuchsia-700\/25:active {
  border-inline-start-color: rgb(162 28 175 / 0.25);
}

.active\:border-s-fuchsia-700\/30:active {
  border-inline-start-color: rgb(162 28 175 / 0.3);
}

.active\:border-s-fuchsia-700\/40:active {
  border-inline-start-color: rgb(162 28 175 / 0.4);
}

.active\:border-s-fuchsia-700\/5:active {
  border-inline-start-color: rgb(162 28 175 / 0.05);
}

.active\:border-s-fuchsia-700\/50:active {
  border-inline-start-color: rgb(162 28 175 / 0.5);
}

.active\:border-s-fuchsia-700\/60:active {
  border-inline-start-color: rgb(162 28 175 / 0.6);
}

.active\:border-s-fuchsia-700\/70:active {
  border-inline-start-color: rgb(162 28 175 / 0.7);
}

.active\:border-s-fuchsia-700\/75:active {
  border-inline-start-color: rgb(162 28 175 / 0.75);
}

.active\:border-s-fuchsia-700\/80:active {
  border-inline-start-color: rgb(162 28 175 / 0.8);
}

.active\:border-s-fuchsia-700\/90:active {
  border-inline-start-color: rgb(162 28 175 / 0.9);
}

.active\:border-s-fuchsia-700\/95:active {
  border-inline-start-color: rgb(162 28 175 / 0.95);
}

.active\:border-s-fuchsia-800:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(134 25 143 / var(--tw-border-opacity));
}

.active\:border-s-fuchsia-800\/0:active {
  border-inline-start-color: rgb(134 25 143 / 0);
}

.active\:border-s-fuchsia-800\/10:active {
  border-inline-start-color: rgb(134 25 143 / 0.1);
}

.active\:border-s-fuchsia-800\/100:active {
  border-inline-start-color: rgb(134 25 143 / 1);
}

.active\:border-s-fuchsia-800\/20:active {
  border-inline-start-color: rgb(134 25 143 / 0.2);
}

.active\:border-s-fuchsia-800\/25:active {
  border-inline-start-color: rgb(134 25 143 / 0.25);
}

.active\:border-s-fuchsia-800\/30:active {
  border-inline-start-color: rgb(134 25 143 / 0.3);
}

.active\:border-s-fuchsia-800\/40:active {
  border-inline-start-color: rgb(134 25 143 / 0.4);
}

.active\:border-s-fuchsia-800\/5:active {
  border-inline-start-color: rgb(134 25 143 / 0.05);
}

.active\:border-s-fuchsia-800\/50:active {
  border-inline-start-color: rgb(134 25 143 / 0.5);
}

.active\:border-s-fuchsia-800\/60:active {
  border-inline-start-color: rgb(134 25 143 / 0.6);
}

.active\:border-s-fuchsia-800\/70:active {
  border-inline-start-color: rgb(134 25 143 / 0.7);
}

.active\:border-s-fuchsia-800\/75:active {
  border-inline-start-color: rgb(134 25 143 / 0.75);
}

.active\:border-s-fuchsia-800\/80:active {
  border-inline-start-color: rgb(134 25 143 / 0.8);
}

.active\:border-s-fuchsia-800\/90:active {
  border-inline-start-color: rgb(134 25 143 / 0.9);
}

.active\:border-s-fuchsia-800\/95:active {
  border-inline-start-color: rgb(134 25 143 / 0.95);
}

.active\:border-s-fuchsia-900:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(112 26 117 / var(--tw-border-opacity));
}

.active\:border-s-fuchsia-900\/0:active {
  border-inline-start-color: rgb(112 26 117 / 0);
}

.active\:border-s-fuchsia-900\/10:active {
  border-inline-start-color: rgb(112 26 117 / 0.1);
}

.active\:border-s-fuchsia-900\/100:active {
  border-inline-start-color: rgb(112 26 117 / 1);
}

.active\:border-s-fuchsia-900\/20:active {
  border-inline-start-color: rgb(112 26 117 / 0.2);
}

.active\:border-s-fuchsia-900\/25:active {
  border-inline-start-color: rgb(112 26 117 / 0.25);
}

.active\:border-s-fuchsia-900\/30:active {
  border-inline-start-color: rgb(112 26 117 / 0.3);
}

.active\:border-s-fuchsia-900\/40:active {
  border-inline-start-color: rgb(112 26 117 / 0.4);
}

.active\:border-s-fuchsia-900\/5:active {
  border-inline-start-color: rgb(112 26 117 / 0.05);
}

.active\:border-s-fuchsia-900\/50:active {
  border-inline-start-color: rgb(112 26 117 / 0.5);
}

.active\:border-s-fuchsia-900\/60:active {
  border-inline-start-color: rgb(112 26 117 / 0.6);
}

.active\:border-s-fuchsia-900\/70:active {
  border-inline-start-color: rgb(112 26 117 / 0.7);
}

.active\:border-s-fuchsia-900\/75:active {
  border-inline-start-color: rgb(112 26 117 / 0.75);
}

.active\:border-s-fuchsia-900\/80:active {
  border-inline-start-color: rgb(112 26 117 / 0.8);
}

.active\:border-s-fuchsia-900\/90:active {
  border-inline-start-color: rgb(112 26 117 / 0.9);
}

.active\:border-s-fuchsia-900\/95:active {
  border-inline-start-color: rgb(112 26 117 / 0.95);
}

.active\:border-s-fuchsia-950:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(74 4 78 / var(--tw-border-opacity));
}

.active\:border-s-fuchsia-950\/0:active {
  border-inline-start-color: rgb(74 4 78 / 0);
}

.active\:border-s-fuchsia-950\/10:active {
  border-inline-start-color: rgb(74 4 78 / 0.1);
}

.active\:border-s-fuchsia-950\/100:active {
  border-inline-start-color: rgb(74 4 78 / 1);
}

.active\:border-s-fuchsia-950\/20:active {
  border-inline-start-color: rgb(74 4 78 / 0.2);
}

.active\:border-s-fuchsia-950\/25:active {
  border-inline-start-color: rgb(74 4 78 / 0.25);
}

.active\:border-s-fuchsia-950\/30:active {
  border-inline-start-color: rgb(74 4 78 / 0.3);
}

.active\:border-s-fuchsia-950\/40:active {
  border-inline-start-color: rgb(74 4 78 / 0.4);
}

.active\:border-s-fuchsia-950\/5:active {
  border-inline-start-color: rgb(74 4 78 / 0.05);
}

.active\:border-s-fuchsia-950\/50:active {
  border-inline-start-color: rgb(74 4 78 / 0.5);
}

.active\:border-s-fuchsia-950\/60:active {
  border-inline-start-color: rgb(74 4 78 / 0.6);
}

.active\:border-s-fuchsia-950\/70:active {
  border-inline-start-color: rgb(74 4 78 / 0.7);
}

.active\:border-s-fuchsia-950\/75:active {
  border-inline-start-color: rgb(74 4 78 / 0.75);
}

.active\:border-s-fuchsia-950\/80:active {
  border-inline-start-color: rgb(74 4 78 / 0.8);
}

.active\:border-s-fuchsia-950\/90:active {
  border-inline-start-color: rgb(74 4 78 / 0.9);
}

.active\:border-s-fuchsia-950\/95:active {
  border-inline-start-color: rgb(74 4 78 / 0.95);
}

.active\:border-s-gray-100:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.active\:border-s-gray-100\/0:active {
  border-inline-start-color: rgb(243 244 246 / 0);
}

.active\:border-s-gray-100\/10:active {
  border-inline-start-color: rgb(243 244 246 / 0.1);
}

.active\:border-s-gray-100\/100:active {
  border-inline-start-color: rgb(243 244 246 / 1);
}

.active\:border-s-gray-100\/20:active {
  border-inline-start-color: rgb(243 244 246 / 0.2);
}

.active\:border-s-gray-100\/25:active {
  border-inline-start-color: rgb(243 244 246 / 0.25);
}

.active\:border-s-gray-100\/30:active {
  border-inline-start-color: rgb(243 244 246 / 0.3);
}

.active\:border-s-gray-100\/40:active {
  border-inline-start-color: rgb(243 244 246 / 0.4);
}

.active\:border-s-gray-100\/5:active {
  border-inline-start-color: rgb(243 244 246 / 0.05);
}

.active\:border-s-gray-100\/50:active {
  border-inline-start-color: rgb(243 244 246 / 0.5);
}

.active\:border-s-gray-100\/60:active {
  border-inline-start-color: rgb(243 244 246 / 0.6);
}

.active\:border-s-gray-100\/70:active {
  border-inline-start-color: rgb(243 244 246 / 0.7);
}

.active\:border-s-gray-100\/75:active {
  border-inline-start-color: rgb(243 244 246 / 0.75);
}

.active\:border-s-gray-100\/80:active {
  border-inline-start-color: rgb(243 244 246 / 0.8);
}

.active\:border-s-gray-100\/90:active {
  border-inline-start-color: rgb(243 244 246 / 0.9);
}

.active\:border-s-gray-100\/95:active {
  border-inline-start-color: rgb(243 244 246 / 0.95);
}

.active\:border-s-gray-200:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.active\:border-s-gray-200\/0:active {
  border-inline-start-color: rgb(229 231 235 / 0);
}

.active\:border-s-gray-200\/10:active {
  border-inline-start-color: rgb(229 231 235 / 0.1);
}

.active\:border-s-gray-200\/100:active {
  border-inline-start-color: rgb(229 231 235 / 1);
}

.active\:border-s-gray-200\/20:active {
  border-inline-start-color: rgb(229 231 235 / 0.2);
}

.active\:border-s-gray-200\/25:active {
  border-inline-start-color: rgb(229 231 235 / 0.25);
}

.active\:border-s-gray-200\/30:active {
  border-inline-start-color: rgb(229 231 235 / 0.3);
}

.active\:border-s-gray-200\/40:active {
  border-inline-start-color: rgb(229 231 235 / 0.4);
}

.active\:border-s-gray-200\/5:active {
  border-inline-start-color: rgb(229 231 235 / 0.05);
}

.active\:border-s-gray-200\/50:active {
  border-inline-start-color: rgb(229 231 235 / 0.5);
}

.active\:border-s-gray-200\/60:active {
  border-inline-start-color: rgb(229 231 235 / 0.6);
}

.active\:border-s-gray-200\/70:active {
  border-inline-start-color: rgb(229 231 235 / 0.7);
}

.active\:border-s-gray-200\/75:active {
  border-inline-start-color: rgb(229 231 235 / 0.75);
}

.active\:border-s-gray-200\/80:active {
  border-inline-start-color: rgb(229 231 235 / 0.8);
}

.active\:border-s-gray-200\/90:active {
  border-inline-start-color: rgb(229 231 235 / 0.9);
}

.active\:border-s-gray-200\/95:active {
  border-inline-start-color: rgb(229 231 235 / 0.95);
}

.active\:border-s-gray-300:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.active\:border-s-gray-300\/0:active {
  border-inline-start-color: rgb(209 213 219 / 0);
}

.active\:border-s-gray-300\/10:active {
  border-inline-start-color: rgb(209 213 219 / 0.1);
}

.active\:border-s-gray-300\/100:active {
  border-inline-start-color: rgb(209 213 219 / 1);
}

.active\:border-s-gray-300\/20:active {
  border-inline-start-color: rgb(209 213 219 / 0.2);
}

.active\:border-s-gray-300\/25:active {
  border-inline-start-color: rgb(209 213 219 / 0.25);
}

.active\:border-s-gray-300\/30:active {
  border-inline-start-color: rgb(209 213 219 / 0.3);
}

.active\:border-s-gray-300\/40:active {
  border-inline-start-color: rgb(209 213 219 / 0.4);
}

.active\:border-s-gray-300\/5:active {
  border-inline-start-color: rgb(209 213 219 / 0.05);
}

.active\:border-s-gray-300\/50:active {
  border-inline-start-color: rgb(209 213 219 / 0.5);
}

.active\:border-s-gray-300\/60:active {
  border-inline-start-color: rgb(209 213 219 / 0.6);
}

.active\:border-s-gray-300\/70:active {
  border-inline-start-color: rgb(209 213 219 / 0.7);
}

.active\:border-s-gray-300\/75:active {
  border-inline-start-color: rgb(209 213 219 / 0.75);
}

.active\:border-s-gray-300\/80:active {
  border-inline-start-color: rgb(209 213 219 / 0.8);
}

.active\:border-s-gray-300\/90:active {
  border-inline-start-color: rgb(209 213 219 / 0.9);
}

.active\:border-s-gray-300\/95:active {
  border-inline-start-color: rgb(209 213 219 / 0.95);
}

.active\:border-s-gray-400:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.active\:border-s-gray-400\/0:active {
  border-inline-start-color: rgb(156 163 175 / 0);
}

.active\:border-s-gray-400\/10:active {
  border-inline-start-color: rgb(156 163 175 / 0.1);
}

.active\:border-s-gray-400\/100:active {
  border-inline-start-color: rgb(156 163 175 / 1);
}

.active\:border-s-gray-400\/20:active {
  border-inline-start-color: rgb(156 163 175 / 0.2);
}

.active\:border-s-gray-400\/25:active {
  border-inline-start-color: rgb(156 163 175 / 0.25);
}

.active\:border-s-gray-400\/30:active {
  border-inline-start-color: rgb(156 163 175 / 0.3);
}

.active\:border-s-gray-400\/40:active {
  border-inline-start-color: rgb(156 163 175 / 0.4);
}

.active\:border-s-gray-400\/5:active {
  border-inline-start-color: rgb(156 163 175 / 0.05);
}

.active\:border-s-gray-400\/50:active {
  border-inline-start-color: rgb(156 163 175 / 0.5);
}

.active\:border-s-gray-400\/60:active {
  border-inline-start-color: rgb(156 163 175 / 0.6);
}

.active\:border-s-gray-400\/70:active {
  border-inline-start-color: rgb(156 163 175 / 0.7);
}

.active\:border-s-gray-400\/75:active {
  border-inline-start-color: rgb(156 163 175 / 0.75);
}

.active\:border-s-gray-400\/80:active {
  border-inline-start-color: rgb(156 163 175 / 0.8);
}

.active\:border-s-gray-400\/90:active {
  border-inline-start-color: rgb(156 163 175 / 0.9);
}

.active\:border-s-gray-400\/95:active {
  border-inline-start-color: rgb(156 163 175 / 0.95);
}

.active\:border-s-gray-50:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.active\:border-s-gray-50\/0:active {
  border-inline-start-color: rgb(249 250 251 / 0);
}

.active\:border-s-gray-50\/10:active {
  border-inline-start-color: rgb(249 250 251 / 0.1);
}

.active\:border-s-gray-50\/100:active {
  border-inline-start-color: rgb(249 250 251 / 1);
}

.active\:border-s-gray-50\/20:active {
  border-inline-start-color: rgb(249 250 251 / 0.2);
}

.active\:border-s-gray-50\/25:active {
  border-inline-start-color: rgb(249 250 251 / 0.25);
}

.active\:border-s-gray-50\/30:active {
  border-inline-start-color: rgb(249 250 251 / 0.3);
}

.active\:border-s-gray-50\/40:active {
  border-inline-start-color: rgb(249 250 251 / 0.4);
}

.active\:border-s-gray-50\/5:active {
  border-inline-start-color: rgb(249 250 251 / 0.05);
}

.active\:border-s-gray-50\/50:active {
  border-inline-start-color: rgb(249 250 251 / 0.5);
}

.active\:border-s-gray-50\/60:active {
  border-inline-start-color: rgb(249 250 251 / 0.6);
}

.active\:border-s-gray-50\/70:active {
  border-inline-start-color: rgb(249 250 251 / 0.7);
}

.active\:border-s-gray-50\/75:active {
  border-inline-start-color: rgb(249 250 251 / 0.75);
}

.active\:border-s-gray-50\/80:active {
  border-inline-start-color: rgb(249 250 251 / 0.8);
}

.active\:border-s-gray-50\/90:active {
  border-inline-start-color: rgb(249 250 251 / 0.9);
}

.active\:border-s-gray-50\/95:active {
  border-inline-start-color: rgb(249 250 251 / 0.95);
}

.active\:border-s-gray-500:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.active\:border-s-gray-500\/0:active {
  border-inline-start-color: rgb(107 114 128 / 0);
}

.active\:border-s-gray-500\/10:active {
  border-inline-start-color: rgb(107 114 128 / 0.1);
}

.active\:border-s-gray-500\/100:active {
  border-inline-start-color: rgb(107 114 128 / 1);
}

.active\:border-s-gray-500\/20:active {
  border-inline-start-color: rgb(107 114 128 / 0.2);
}

.active\:border-s-gray-500\/25:active {
  border-inline-start-color: rgb(107 114 128 / 0.25);
}

.active\:border-s-gray-500\/30:active {
  border-inline-start-color: rgb(107 114 128 / 0.3);
}

.active\:border-s-gray-500\/40:active {
  border-inline-start-color: rgb(107 114 128 / 0.4);
}

.active\:border-s-gray-500\/5:active {
  border-inline-start-color: rgb(107 114 128 / 0.05);
}

.active\:border-s-gray-500\/50:active {
  border-inline-start-color: rgb(107 114 128 / 0.5);
}

.active\:border-s-gray-500\/60:active {
  border-inline-start-color: rgb(107 114 128 / 0.6);
}

.active\:border-s-gray-500\/70:active {
  border-inline-start-color: rgb(107 114 128 / 0.7);
}

.active\:border-s-gray-500\/75:active {
  border-inline-start-color: rgb(107 114 128 / 0.75);
}

.active\:border-s-gray-500\/80:active {
  border-inline-start-color: rgb(107 114 128 / 0.8);
}

.active\:border-s-gray-500\/90:active {
  border-inline-start-color: rgb(107 114 128 / 0.9);
}

.active\:border-s-gray-500\/95:active {
  border-inline-start-color: rgb(107 114 128 / 0.95);
}

.active\:border-s-gray-600:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.active\:border-s-gray-600\/0:active {
  border-inline-start-color: rgb(75 85 99 / 0);
}

.active\:border-s-gray-600\/10:active {
  border-inline-start-color: rgb(75 85 99 / 0.1);
}

.active\:border-s-gray-600\/100:active {
  border-inline-start-color: rgb(75 85 99 / 1);
}

.active\:border-s-gray-600\/20:active {
  border-inline-start-color: rgb(75 85 99 / 0.2);
}

.active\:border-s-gray-600\/25:active {
  border-inline-start-color: rgb(75 85 99 / 0.25);
}

.active\:border-s-gray-600\/30:active {
  border-inline-start-color: rgb(75 85 99 / 0.3);
}

.active\:border-s-gray-600\/40:active {
  border-inline-start-color: rgb(75 85 99 / 0.4);
}

.active\:border-s-gray-600\/5:active {
  border-inline-start-color: rgb(75 85 99 / 0.05);
}

.active\:border-s-gray-600\/50:active {
  border-inline-start-color: rgb(75 85 99 / 0.5);
}

.active\:border-s-gray-600\/60:active {
  border-inline-start-color: rgb(75 85 99 / 0.6);
}

.active\:border-s-gray-600\/70:active {
  border-inline-start-color: rgb(75 85 99 / 0.7);
}

.active\:border-s-gray-600\/75:active {
  border-inline-start-color: rgb(75 85 99 / 0.75);
}

.active\:border-s-gray-600\/80:active {
  border-inline-start-color: rgb(75 85 99 / 0.8);
}

.active\:border-s-gray-600\/90:active {
  border-inline-start-color: rgb(75 85 99 / 0.9);
}

.active\:border-s-gray-600\/95:active {
  border-inline-start-color: rgb(75 85 99 / 0.95);
}

.active\:border-s-gray-700:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.active\:border-s-gray-700\/0:active {
  border-inline-start-color: rgb(55 65 81 / 0);
}

.active\:border-s-gray-700\/10:active {
  border-inline-start-color: rgb(55 65 81 / 0.1);
}

.active\:border-s-gray-700\/100:active {
  border-inline-start-color: rgb(55 65 81 / 1);
}

.active\:border-s-gray-700\/20:active {
  border-inline-start-color: rgb(55 65 81 / 0.2);
}

.active\:border-s-gray-700\/25:active {
  border-inline-start-color: rgb(55 65 81 / 0.25);
}

.active\:border-s-gray-700\/30:active {
  border-inline-start-color: rgb(55 65 81 / 0.3);
}

.active\:border-s-gray-700\/40:active {
  border-inline-start-color: rgb(55 65 81 / 0.4);
}

.active\:border-s-gray-700\/5:active {
  border-inline-start-color: rgb(55 65 81 / 0.05);
}

.active\:border-s-gray-700\/50:active {
  border-inline-start-color: rgb(55 65 81 / 0.5);
}

.active\:border-s-gray-700\/60:active {
  border-inline-start-color: rgb(55 65 81 / 0.6);
}

.active\:border-s-gray-700\/70:active {
  border-inline-start-color: rgb(55 65 81 / 0.7);
}

.active\:border-s-gray-700\/75:active {
  border-inline-start-color: rgb(55 65 81 / 0.75);
}

.active\:border-s-gray-700\/80:active {
  border-inline-start-color: rgb(55 65 81 / 0.8);
}

.active\:border-s-gray-700\/90:active {
  border-inline-start-color: rgb(55 65 81 / 0.9);
}

.active\:border-s-gray-700\/95:active {
  border-inline-start-color: rgb(55 65 81 / 0.95);
}

.active\:border-s-gray-800:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.active\:border-s-gray-800\/0:active {
  border-inline-start-color: rgb(31 41 55 / 0);
}

.active\:border-s-gray-800\/10:active {
  border-inline-start-color: rgb(31 41 55 / 0.1);
}

.active\:border-s-gray-800\/100:active {
  border-inline-start-color: rgb(31 41 55 / 1);
}

.active\:border-s-gray-800\/20:active {
  border-inline-start-color: rgb(31 41 55 / 0.2);
}

.active\:border-s-gray-800\/25:active {
  border-inline-start-color: rgb(31 41 55 / 0.25);
}

.active\:border-s-gray-800\/30:active {
  border-inline-start-color: rgb(31 41 55 / 0.3);
}

.active\:border-s-gray-800\/40:active {
  border-inline-start-color: rgb(31 41 55 / 0.4);
}

.active\:border-s-gray-800\/5:active {
  border-inline-start-color: rgb(31 41 55 / 0.05);
}

.active\:border-s-gray-800\/50:active {
  border-inline-start-color: rgb(31 41 55 / 0.5);
}

.active\:border-s-gray-800\/60:active {
  border-inline-start-color: rgb(31 41 55 / 0.6);
}

.active\:border-s-gray-800\/70:active {
  border-inline-start-color: rgb(31 41 55 / 0.7);
}

.active\:border-s-gray-800\/75:active {
  border-inline-start-color: rgb(31 41 55 / 0.75);
}

.active\:border-s-gray-800\/80:active {
  border-inline-start-color: rgb(31 41 55 / 0.8);
}

.active\:border-s-gray-800\/90:active {
  border-inline-start-color: rgb(31 41 55 / 0.9);
}

.active\:border-s-gray-800\/95:active {
  border-inline-start-color: rgb(31 41 55 / 0.95);
}

.active\:border-s-gray-900:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.active\:border-s-gray-900\/0:active {
  border-inline-start-color: rgb(17 24 39 / 0);
}

.active\:border-s-gray-900\/10:active {
  border-inline-start-color: rgb(17 24 39 / 0.1);
}

.active\:border-s-gray-900\/100:active {
  border-inline-start-color: rgb(17 24 39 / 1);
}

.active\:border-s-gray-900\/20:active {
  border-inline-start-color: rgb(17 24 39 / 0.2);
}

.active\:border-s-gray-900\/25:active {
  border-inline-start-color: rgb(17 24 39 / 0.25);
}

.active\:border-s-gray-900\/30:active {
  border-inline-start-color: rgb(17 24 39 / 0.3);
}

.active\:border-s-gray-900\/40:active {
  border-inline-start-color: rgb(17 24 39 / 0.4);
}

.active\:border-s-gray-900\/5:active {
  border-inline-start-color: rgb(17 24 39 / 0.05);
}

.active\:border-s-gray-900\/50:active {
  border-inline-start-color: rgb(17 24 39 / 0.5);
}

.active\:border-s-gray-900\/60:active {
  border-inline-start-color: rgb(17 24 39 / 0.6);
}

.active\:border-s-gray-900\/70:active {
  border-inline-start-color: rgb(17 24 39 / 0.7);
}

.active\:border-s-gray-900\/75:active {
  border-inline-start-color: rgb(17 24 39 / 0.75);
}

.active\:border-s-gray-900\/80:active {
  border-inline-start-color: rgb(17 24 39 / 0.8);
}

.active\:border-s-gray-900\/90:active {
  border-inline-start-color: rgb(17 24 39 / 0.9);
}

.active\:border-s-gray-900\/95:active {
  border-inline-start-color: rgb(17 24 39 / 0.95);
}

.active\:border-s-gray-950:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(3 7 18 / var(--tw-border-opacity));
}

.active\:border-s-gray-950\/0:active {
  border-inline-start-color: rgb(3 7 18 / 0);
}

.active\:border-s-gray-950\/10:active {
  border-inline-start-color: rgb(3 7 18 / 0.1);
}

.active\:border-s-gray-950\/100:active {
  border-inline-start-color: rgb(3 7 18 / 1);
}

.active\:border-s-gray-950\/20:active {
  border-inline-start-color: rgb(3 7 18 / 0.2);
}

.active\:border-s-gray-950\/25:active {
  border-inline-start-color: rgb(3 7 18 / 0.25);
}

.active\:border-s-gray-950\/30:active {
  border-inline-start-color: rgb(3 7 18 / 0.3);
}

.active\:border-s-gray-950\/40:active {
  border-inline-start-color: rgb(3 7 18 / 0.4);
}

.active\:border-s-gray-950\/5:active {
  border-inline-start-color: rgb(3 7 18 / 0.05);
}

.active\:border-s-gray-950\/50:active {
  border-inline-start-color: rgb(3 7 18 / 0.5);
}

.active\:border-s-gray-950\/60:active {
  border-inline-start-color: rgb(3 7 18 / 0.6);
}

.active\:border-s-gray-950\/70:active {
  border-inline-start-color: rgb(3 7 18 / 0.7);
}

.active\:border-s-gray-950\/75:active {
  border-inline-start-color: rgb(3 7 18 / 0.75);
}

.active\:border-s-gray-950\/80:active {
  border-inline-start-color: rgb(3 7 18 / 0.8);
}

.active\:border-s-gray-950\/90:active {
  border-inline-start-color: rgb(3 7 18 / 0.9);
}

.active\:border-s-gray-950\/95:active {
  border-inline-start-color: rgb(3 7 18 / 0.95);
}

.active\:border-s-green-100:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(220 252 231 / var(--tw-border-opacity));
}

.active\:border-s-green-100\/0:active {
  border-inline-start-color: rgb(220 252 231 / 0);
}

.active\:border-s-green-100\/10:active {
  border-inline-start-color: rgb(220 252 231 / 0.1);
}

.active\:border-s-green-100\/100:active {
  border-inline-start-color: rgb(220 252 231 / 1);
}

.active\:border-s-green-100\/20:active {
  border-inline-start-color: rgb(220 252 231 / 0.2);
}

.active\:border-s-green-100\/25:active {
  border-inline-start-color: rgb(220 252 231 / 0.25);
}

.active\:border-s-green-100\/30:active {
  border-inline-start-color: rgb(220 252 231 / 0.3);
}

.active\:border-s-green-100\/40:active {
  border-inline-start-color: rgb(220 252 231 / 0.4);
}

.active\:border-s-green-100\/5:active {
  border-inline-start-color: rgb(220 252 231 / 0.05);
}

.active\:border-s-green-100\/50:active {
  border-inline-start-color: rgb(220 252 231 / 0.5);
}

.active\:border-s-green-100\/60:active {
  border-inline-start-color: rgb(220 252 231 / 0.6);
}

.active\:border-s-green-100\/70:active {
  border-inline-start-color: rgb(220 252 231 / 0.7);
}

.active\:border-s-green-100\/75:active {
  border-inline-start-color: rgb(220 252 231 / 0.75);
}

.active\:border-s-green-100\/80:active {
  border-inline-start-color: rgb(220 252 231 / 0.8);
}

.active\:border-s-green-100\/90:active {
  border-inline-start-color: rgb(220 252 231 / 0.9);
}

.active\:border-s-green-100\/95:active {
  border-inline-start-color: rgb(220 252 231 / 0.95);
}

.active\:border-s-green-200:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.active\:border-s-green-200\/0:active {
  border-inline-start-color: rgb(187 247 208 / 0);
}

.active\:border-s-green-200\/10:active {
  border-inline-start-color: rgb(187 247 208 / 0.1);
}

.active\:border-s-green-200\/100:active {
  border-inline-start-color: rgb(187 247 208 / 1);
}

.active\:border-s-green-200\/20:active {
  border-inline-start-color: rgb(187 247 208 / 0.2);
}

.active\:border-s-green-200\/25:active {
  border-inline-start-color: rgb(187 247 208 / 0.25);
}

.active\:border-s-green-200\/30:active {
  border-inline-start-color: rgb(187 247 208 / 0.3);
}

.active\:border-s-green-200\/40:active {
  border-inline-start-color: rgb(187 247 208 / 0.4);
}

.active\:border-s-green-200\/5:active {
  border-inline-start-color: rgb(187 247 208 / 0.05);
}

.active\:border-s-green-200\/50:active {
  border-inline-start-color: rgb(187 247 208 / 0.5);
}

.active\:border-s-green-200\/60:active {
  border-inline-start-color: rgb(187 247 208 / 0.6);
}

.active\:border-s-green-200\/70:active {
  border-inline-start-color: rgb(187 247 208 / 0.7);
}

.active\:border-s-green-200\/75:active {
  border-inline-start-color: rgb(187 247 208 / 0.75);
}

.active\:border-s-green-200\/80:active {
  border-inline-start-color: rgb(187 247 208 / 0.8);
}

.active\:border-s-green-200\/90:active {
  border-inline-start-color: rgb(187 247 208 / 0.9);
}

.active\:border-s-green-200\/95:active {
  border-inline-start-color: rgb(187 247 208 / 0.95);
}

.active\:border-s-green-300:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.active\:border-s-green-300\/0:active {
  border-inline-start-color: rgb(134 239 172 / 0);
}

.active\:border-s-green-300\/10:active {
  border-inline-start-color: rgb(134 239 172 / 0.1);
}

.active\:border-s-green-300\/100:active {
  border-inline-start-color: rgb(134 239 172 / 1);
}

.active\:border-s-green-300\/20:active {
  border-inline-start-color: rgb(134 239 172 / 0.2);
}

.active\:border-s-green-300\/25:active {
  border-inline-start-color: rgb(134 239 172 / 0.25);
}

.active\:border-s-green-300\/30:active {
  border-inline-start-color: rgb(134 239 172 / 0.3);
}

.active\:border-s-green-300\/40:active {
  border-inline-start-color: rgb(134 239 172 / 0.4);
}

.active\:border-s-green-300\/5:active {
  border-inline-start-color: rgb(134 239 172 / 0.05);
}

.active\:border-s-green-300\/50:active {
  border-inline-start-color: rgb(134 239 172 / 0.5);
}

.active\:border-s-green-300\/60:active {
  border-inline-start-color: rgb(134 239 172 / 0.6);
}

.active\:border-s-green-300\/70:active {
  border-inline-start-color: rgb(134 239 172 / 0.7);
}

.active\:border-s-green-300\/75:active {
  border-inline-start-color: rgb(134 239 172 / 0.75);
}

.active\:border-s-green-300\/80:active {
  border-inline-start-color: rgb(134 239 172 / 0.8);
}

.active\:border-s-green-300\/90:active {
  border-inline-start-color: rgb(134 239 172 / 0.9);
}

.active\:border-s-green-300\/95:active {
  border-inline-start-color: rgb(134 239 172 / 0.95);
}

.active\:border-s-green-400:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.active\:border-s-green-400\/0:active {
  border-inline-start-color: rgb(74 222 128 / 0);
}

.active\:border-s-green-400\/10:active {
  border-inline-start-color: rgb(74 222 128 / 0.1);
}

.active\:border-s-green-400\/100:active {
  border-inline-start-color: rgb(74 222 128 / 1);
}

.active\:border-s-green-400\/20:active {
  border-inline-start-color: rgb(74 222 128 / 0.2);
}

.active\:border-s-green-400\/25:active {
  border-inline-start-color: rgb(74 222 128 / 0.25);
}

.active\:border-s-green-400\/30:active {
  border-inline-start-color: rgb(74 222 128 / 0.3);
}

.active\:border-s-green-400\/40:active {
  border-inline-start-color: rgb(74 222 128 / 0.4);
}

.active\:border-s-green-400\/5:active {
  border-inline-start-color: rgb(74 222 128 / 0.05);
}

.active\:border-s-green-400\/50:active {
  border-inline-start-color: rgb(74 222 128 / 0.5);
}

.active\:border-s-green-400\/60:active {
  border-inline-start-color: rgb(74 222 128 / 0.6);
}

.active\:border-s-green-400\/70:active {
  border-inline-start-color: rgb(74 222 128 / 0.7);
}

.active\:border-s-green-400\/75:active {
  border-inline-start-color: rgb(74 222 128 / 0.75);
}

.active\:border-s-green-400\/80:active {
  border-inline-start-color: rgb(74 222 128 / 0.8);
}

.active\:border-s-green-400\/90:active {
  border-inline-start-color: rgb(74 222 128 / 0.9);
}

.active\:border-s-green-400\/95:active {
  border-inline-start-color: rgb(74 222 128 / 0.95);
}

.active\:border-s-green-50:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(240 253 244 / var(--tw-border-opacity));
}

.active\:border-s-green-50\/0:active {
  border-inline-start-color: rgb(240 253 244 / 0);
}

.active\:border-s-green-50\/10:active {
  border-inline-start-color: rgb(240 253 244 / 0.1);
}

.active\:border-s-green-50\/100:active {
  border-inline-start-color: rgb(240 253 244 / 1);
}

.active\:border-s-green-50\/20:active {
  border-inline-start-color: rgb(240 253 244 / 0.2);
}

.active\:border-s-green-50\/25:active {
  border-inline-start-color: rgb(240 253 244 / 0.25);
}

.active\:border-s-green-50\/30:active {
  border-inline-start-color: rgb(240 253 244 / 0.3);
}

.active\:border-s-green-50\/40:active {
  border-inline-start-color: rgb(240 253 244 / 0.4);
}

.active\:border-s-green-50\/5:active {
  border-inline-start-color: rgb(240 253 244 / 0.05);
}

.active\:border-s-green-50\/50:active {
  border-inline-start-color: rgb(240 253 244 / 0.5);
}

.active\:border-s-green-50\/60:active {
  border-inline-start-color: rgb(240 253 244 / 0.6);
}

.active\:border-s-green-50\/70:active {
  border-inline-start-color: rgb(240 253 244 / 0.7);
}

.active\:border-s-green-50\/75:active {
  border-inline-start-color: rgb(240 253 244 / 0.75);
}

.active\:border-s-green-50\/80:active {
  border-inline-start-color: rgb(240 253 244 / 0.8);
}

.active\:border-s-green-50\/90:active {
  border-inline-start-color: rgb(240 253 244 / 0.9);
}

.active\:border-s-green-50\/95:active {
  border-inline-start-color: rgb(240 253 244 / 0.95);
}

.active\:border-s-green-500:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.active\:border-s-green-500\/0:active {
  border-inline-start-color: rgb(34 197 94 / 0);
}

.active\:border-s-green-500\/10:active {
  border-inline-start-color: rgb(34 197 94 / 0.1);
}

.active\:border-s-green-500\/100:active {
  border-inline-start-color: rgb(34 197 94 / 1);
}

.active\:border-s-green-500\/20:active {
  border-inline-start-color: rgb(34 197 94 / 0.2);
}

.active\:border-s-green-500\/25:active {
  border-inline-start-color: rgb(34 197 94 / 0.25);
}

.active\:border-s-green-500\/30:active {
  border-inline-start-color: rgb(34 197 94 / 0.3);
}

.active\:border-s-green-500\/40:active {
  border-inline-start-color: rgb(34 197 94 / 0.4);
}

.active\:border-s-green-500\/5:active {
  border-inline-start-color: rgb(34 197 94 / 0.05);
}

.active\:border-s-green-500\/50:active {
  border-inline-start-color: rgb(34 197 94 / 0.5);
}

.active\:border-s-green-500\/60:active {
  border-inline-start-color: rgb(34 197 94 / 0.6);
}

.active\:border-s-green-500\/70:active {
  border-inline-start-color: rgb(34 197 94 / 0.7);
}

.active\:border-s-green-500\/75:active {
  border-inline-start-color: rgb(34 197 94 / 0.75);
}

.active\:border-s-green-500\/80:active {
  border-inline-start-color: rgb(34 197 94 / 0.8);
}

.active\:border-s-green-500\/90:active {
  border-inline-start-color: rgb(34 197 94 / 0.9);
}

.active\:border-s-green-500\/95:active {
  border-inline-start-color: rgb(34 197 94 / 0.95);
}

.active\:border-s-green-600:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.active\:border-s-green-600\/0:active {
  border-inline-start-color: rgb(22 163 74 / 0);
}

.active\:border-s-green-600\/10:active {
  border-inline-start-color: rgb(22 163 74 / 0.1);
}

.active\:border-s-green-600\/100:active {
  border-inline-start-color: rgb(22 163 74 / 1);
}

.active\:border-s-green-600\/20:active {
  border-inline-start-color: rgb(22 163 74 / 0.2);
}

.active\:border-s-green-600\/25:active {
  border-inline-start-color: rgb(22 163 74 / 0.25);
}

.active\:border-s-green-600\/30:active {
  border-inline-start-color: rgb(22 163 74 / 0.3);
}

.active\:border-s-green-600\/40:active {
  border-inline-start-color: rgb(22 163 74 / 0.4);
}

.active\:border-s-green-600\/5:active {
  border-inline-start-color: rgb(22 163 74 / 0.05);
}

.active\:border-s-green-600\/50:active {
  border-inline-start-color: rgb(22 163 74 / 0.5);
}

.active\:border-s-green-600\/60:active {
  border-inline-start-color: rgb(22 163 74 / 0.6);
}

.active\:border-s-green-600\/70:active {
  border-inline-start-color: rgb(22 163 74 / 0.7);
}

.active\:border-s-green-600\/75:active {
  border-inline-start-color: rgb(22 163 74 / 0.75);
}

.active\:border-s-green-600\/80:active {
  border-inline-start-color: rgb(22 163 74 / 0.8);
}

.active\:border-s-green-600\/90:active {
  border-inline-start-color: rgb(22 163 74 / 0.9);
}

.active\:border-s-green-600\/95:active {
  border-inline-start-color: rgb(22 163 74 / 0.95);
}

.active\:border-s-green-700:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.active\:border-s-green-700\/0:active {
  border-inline-start-color: rgb(21 128 61 / 0);
}

.active\:border-s-green-700\/10:active {
  border-inline-start-color: rgb(21 128 61 / 0.1);
}

.active\:border-s-green-700\/100:active {
  border-inline-start-color: rgb(21 128 61 / 1);
}

.active\:border-s-green-700\/20:active {
  border-inline-start-color: rgb(21 128 61 / 0.2);
}

.active\:border-s-green-700\/25:active {
  border-inline-start-color: rgb(21 128 61 / 0.25);
}

.active\:border-s-green-700\/30:active {
  border-inline-start-color: rgb(21 128 61 / 0.3);
}

.active\:border-s-green-700\/40:active {
  border-inline-start-color: rgb(21 128 61 / 0.4);
}

.active\:border-s-green-700\/5:active {
  border-inline-start-color: rgb(21 128 61 / 0.05);
}

.active\:border-s-green-700\/50:active {
  border-inline-start-color: rgb(21 128 61 / 0.5);
}

.active\:border-s-green-700\/60:active {
  border-inline-start-color: rgb(21 128 61 / 0.6);
}

.active\:border-s-green-700\/70:active {
  border-inline-start-color: rgb(21 128 61 / 0.7);
}

.active\:border-s-green-700\/75:active {
  border-inline-start-color: rgb(21 128 61 / 0.75);
}

.active\:border-s-green-700\/80:active {
  border-inline-start-color: rgb(21 128 61 / 0.8);
}

.active\:border-s-green-700\/90:active {
  border-inline-start-color: rgb(21 128 61 / 0.9);
}

.active\:border-s-green-700\/95:active {
  border-inline-start-color: rgb(21 128 61 / 0.95);
}

.active\:border-s-green-800:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.active\:border-s-green-800\/0:active {
  border-inline-start-color: rgb(22 101 52 / 0);
}

.active\:border-s-green-800\/10:active {
  border-inline-start-color: rgb(22 101 52 / 0.1);
}

.active\:border-s-green-800\/100:active {
  border-inline-start-color: rgb(22 101 52 / 1);
}

.active\:border-s-green-800\/20:active {
  border-inline-start-color: rgb(22 101 52 / 0.2);
}

.active\:border-s-green-800\/25:active {
  border-inline-start-color: rgb(22 101 52 / 0.25);
}

.active\:border-s-green-800\/30:active {
  border-inline-start-color: rgb(22 101 52 / 0.3);
}

.active\:border-s-green-800\/40:active {
  border-inline-start-color: rgb(22 101 52 / 0.4);
}

.active\:border-s-green-800\/5:active {
  border-inline-start-color: rgb(22 101 52 / 0.05);
}

.active\:border-s-green-800\/50:active {
  border-inline-start-color: rgb(22 101 52 / 0.5);
}

.active\:border-s-green-800\/60:active {
  border-inline-start-color: rgb(22 101 52 / 0.6);
}

.active\:border-s-green-800\/70:active {
  border-inline-start-color: rgb(22 101 52 / 0.7);
}

.active\:border-s-green-800\/75:active {
  border-inline-start-color: rgb(22 101 52 / 0.75);
}

.active\:border-s-green-800\/80:active {
  border-inline-start-color: rgb(22 101 52 / 0.8);
}

.active\:border-s-green-800\/90:active {
  border-inline-start-color: rgb(22 101 52 / 0.9);
}

.active\:border-s-green-800\/95:active {
  border-inline-start-color: rgb(22 101 52 / 0.95);
}

.active\:border-s-green-900:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(20 83 45 / var(--tw-border-opacity));
}

.active\:border-s-green-900\/0:active {
  border-inline-start-color: rgb(20 83 45 / 0);
}

.active\:border-s-green-900\/10:active {
  border-inline-start-color: rgb(20 83 45 / 0.1);
}

.active\:border-s-green-900\/100:active {
  border-inline-start-color: rgb(20 83 45 / 1);
}

.active\:border-s-green-900\/20:active {
  border-inline-start-color: rgb(20 83 45 / 0.2);
}

.active\:border-s-green-900\/25:active {
  border-inline-start-color: rgb(20 83 45 / 0.25);
}

.active\:border-s-green-900\/30:active {
  border-inline-start-color: rgb(20 83 45 / 0.3);
}

.active\:border-s-green-900\/40:active {
  border-inline-start-color: rgb(20 83 45 / 0.4);
}

.active\:border-s-green-900\/5:active {
  border-inline-start-color: rgb(20 83 45 / 0.05);
}

.active\:border-s-green-900\/50:active {
  border-inline-start-color: rgb(20 83 45 / 0.5);
}

.active\:border-s-green-900\/60:active {
  border-inline-start-color: rgb(20 83 45 / 0.6);
}

.active\:border-s-green-900\/70:active {
  border-inline-start-color: rgb(20 83 45 / 0.7);
}

.active\:border-s-green-900\/75:active {
  border-inline-start-color: rgb(20 83 45 / 0.75);
}

.active\:border-s-green-900\/80:active {
  border-inline-start-color: rgb(20 83 45 / 0.8);
}

.active\:border-s-green-900\/90:active {
  border-inline-start-color: rgb(20 83 45 / 0.9);
}

.active\:border-s-green-900\/95:active {
  border-inline-start-color: rgb(20 83 45 / 0.95);
}

.active\:border-s-green-950:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(5 46 22 / var(--tw-border-opacity));
}

.active\:border-s-green-950\/0:active {
  border-inline-start-color: rgb(5 46 22 / 0);
}

.active\:border-s-green-950\/10:active {
  border-inline-start-color: rgb(5 46 22 / 0.1);
}

.active\:border-s-green-950\/100:active {
  border-inline-start-color: rgb(5 46 22 / 1);
}

.active\:border-s-green-950\/20:active {
  border-inline-start-color: rgb(5 46 22 / 0.2);
}

.active\:border-s-green-950\/25:active {
  border-inline-start-color: rgb(5 46 22 / 0.25);
}

.active\:border-s-green-950\/30:active {
  border-inline-start-color: rgb(5 46 22 / 0.3);
}

.active\:border-s-green-950\/40:active {
  border-inline-start-color: rgb(5 46 22 / 0.4);
}

.active\:border-s-green-950\/5:active {
  border-inline-start-color: rgb(5 46 22 / 0.05);
}

.active\:border-s-green-950\/50:active {
  border-inline-start-color: rgb(5 46 22 / 0.5);
}

.active\:border-s-green-950\/60:active {
  border-inline-start-color: rgb(5 46 22 / 0.6);
}

.active\:border-s-green-950\/70:active {
  border-inline-start-color: rgb(5 46 22 / 0.7);
}

.active\:border-s-green-950\/75:active {
  border-inline-start-color: rgb(5 46 22 / 0.75);
}

.active\:border-s-green-950\/80:active {
  border-inline-start-color: rgb(5 46 22 / 0.8);
}

.active\:border-s-green-950\/90:active {
  border-inline-start-color: rgb(5 46 22 / 0.9);
}

.active\:border-s-green-950\/95:active {
  border-inline-start-color: rgb(5 46 22 / 0.95);
}

.active\:border-s-indigo-100:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(224 231 255 / var(--tw-border-opacity));
}

.active\:border-s-indigo-100\/0:active {
  border-inline-start-color: rgb(224 231 255 / 0);
}

.active\:border-s-indigo-100\/10:active {
  border-inline-start-color: rgb(224 231 255 / 0.1);
}

.active\:border-s-indigo-100\/100:active {
  border-inline-start-color: rgb(224 231 255 / 1);
}

.active\:border-s-indigo-100\/20:active {
  border-inline-start-color: rgb(224 231 255 / 0.2);
}

.active\:border-s-indigo-100\/25:active {
  border-inline-start-color: rgb(224 231 255 / 0.25);
}

.active\:border-s-indigo-100\/30:active {
  border-inline-start-color: rgb(224 231 255 / 0.3);
}

.active\:border-s-indigo-100\/40:active {
  border-inline-start-color: rgb(224 231 255 / 0.4);
}

.active\:border-s-indigo-100\/5:active {
  border-inline-start-color: rgb(224 231 255 / 0.05);
}

.active\:border-s-indigo-100\/50:active {
  border-inline-start-color: rgb(224 231 255 / 0.5);
}

.active\:border-s-indigo-100\/60:active {
  border-inline-start-color: rgb(224 231 255 / 0.6);
}

.active\:border-s-indigo-100\/70:active {
  border-inline-start-color: rgb(224 231 255 / 0.7);
}

.active\:border-s-indigo-100\/75:active {
  border-inline-start-color: rgb(224 231 255 / 0.75);
}

.active\:border-s-indigo-100\/80:active {
  border-inline-start-color: rgb(224 231 255 / 0.8);
}

.active\:border-s-indigo-100\/90:active {
  border-inline-start-color: rgb(224 231 255 / 0.9);
}

.active\:border-s-indigo-100\/95:active {
  border-inline-start-color: rgb(224 231 255 / 0.95);
}

.active\:border-s-indigo-200:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.active\:border-s-indigo-200\/0:active {
  border-inline-start-color: rgb(199 210 254 / 0);
}

.active\:border-s-indigo-200\/10:active {
  border-inline-start-color: rgb(199 210 254 / 0.1);
}

.active\:border-s-indigo-200\/100:active {
  border-inline-start-color: rgb(199 210 254 / 1);
}

.active\:border-s-indigo-200\/20:active {
  border-inline-start-color: rgb(199 210 254 / 0.2);
}

.active\:border-s-indigo-200\/25:active {
  border-inline-start-color: rgb(199 210 254 / 0.25);
}

.active\:border-s-indigo-200\/30:active {
  border-inline-start-color: rgb(199 210 254 / 0.3);
}

.active\:border-s-indigo-200\/40:active {
  border-inline-start-color: rgb(199 210 254 / 0.4);
}

.active\:border-s-indigo-200\/5:active {
  border-inline-start-color: rgb(199 210 254 / 0.05);
}

.active\:border-s-indigo-200\/50:active {
  border-inline-start-color: rgb(199 210 254 / 0.5);
}

.active\:border-s-indigo-200\/60:active {
  border-inline-start-color: rgb(199 210 254 / 0.6);
}

.active\:border-s-indigo-200\/70:active {
  border-inline-start-color: rgb(199 210 254 / 0.7);
}

.active\:border-s-indigo-200\/75:active {
  border-inline-start-color: rgb(199 210 254 / 0.75);
}

.active\:border-s-indigo-200\/80:active {
  border-inline-start-color: rgb(199 210 254 / 0.8);
}

.active\:border-s-indigo-200\/90:active {
  border-inline-start-color: rgb(199 210 254 / 0.9);
}

.active\:border-s-indigo-200\/95:active {
  border-inline-start-color: rgb(199 210 254 / 0.95);
}

.active\:border-s-indigo-300:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.active\:border-s-indigo-300\/0:active {
  border-inline-start-color: rgb(165 180 252 / 0);
}

.active\:border-s-indigo-300\/10:active {
  border-inline-start-color: rgb(165 180 252 / 0.1);
}

.active\:border-s-indigo-300\/100:active {
  border-inline-start-color: rgb(165 180 252 / 1);
}

.active\:border-s-indigo-300\/20:active {
  border-inline-start-color: rgb(165 180 252 / 0.2);
}

.active\:border-s-indigo-300\/25:active {
  border-inline-start-color: rgb(165 180 252 / 0.25);
}

.active\:border-s-indigo-300\/30:active {
  border-inline-start-color: rgb(165 180 252 / 0.3);
}

.active\:border-s-indigo-300\/40:active {
  border-inline-start-color: rgb(165 180 252 / 0.4);
}

.active\:border-s-indigo-300\/5:active {
  border-inline-start-color: rgb(165 180 252 / 0.05);
}

.active\:border-s-indigo-300\/50:active {
  border-inline-start-color: rgb(165 180 252 / 0.5);
}

.active\:border-s-indigo-300\/60:active {
  border-inline-start-color: rgb(165 180 252 / 0.6);
}

.active\:border-s-indigo-300\/70:active {
  border-inline-start-color: rgb(165 180 252 / 0.7);
}

.active\:border-s-indigo-300\/75:active {
  border-inline-start-color: rgb(165 180 252 / 0.75);
}

.active\:border-s-indigo-300\/80:active {
  border-inline-start-color: rgb(165 180 252 / 0.8);
}

.active\:border-s-indigo-300\/90:active {
  border-inline-start-color: rgb(165 180 252 / 0.9);
}

.active\:border-s-indigo-300\/95:active {
  border-inline-start-color: rgb(165 180 252 / 0.95);
}

.active\:border-s-indigo-400:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.active\:border-s-indigo-400\/0:active {
  border-inline-start-color: rgb(129 140 248 / 0);
}

.active\:border-s-indigo-400\/10:active {
  border-inline-start-color: rgb(129 140 248 / 0.1);
}

.active\:border-s-indigo-400\/100:active {
  border-inline-start-color: rgb(129 140 248 / 1);
}

.active\:border-s-indigo-400\/20:active {
  border-inline-start-color: rgb(129 140 248 / 0.2);
}

.active\:border-s-indigo-400\/25:active {
  border-inline-start-color: rgb(129 140 248 / 0.25);
}

.active\:border-s-indigo-400\/30:active {
  border-inline-start-color: rgb(129 140 248 / 0.3);
}

.active\:border-s-indigo-400\/40:active {
  border-inline-start-color: rgb(129 140 248 / 0.4);
}

.active\:border-s-indigo-400\/5:active {
  border-inline-start-color: rgb(129 140 248 / 0.05);
}

.active\:border-s-indigo-400\/50:active {
  border-inline-start-color: rgb(129 140 248 / 0.5);
}

.active\:border-s-indigo-400\/60:active {
  border-inline-start-color: rgb(129 140 248 / 0.6);
}

.active\:border-s-indigo-400\/70:active {
  border-inline-start-color: rgb(129 140 248 / 0.7);
}

.active\:border-s-indigo-400\/75:active {
  border-inline-start-color: rgb(129 140 248 / 0.75);
}

.active\:border-s-indigo-400\/80:active {
  border-inline-start-color: rgb(129 140 248 / 0.8);
}

.active\:border-s-indigo-400\/90:active {
  border-inline-start-color: rgb(129 140 248 / 0.9);
}

.active\:border-s-indigo-400\/95:active {
  border-inline-start-color: rgb(129 140 248 / 0.95);
}

.active\:border-s-indigo-50:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(238 242 255 / var(--tw-border-opacity));
}

.active\:border-s-indigo-50\/0:active {
  border-inline-start-color: rgb(238 242 255 / 0);
}

.active\:border-s-indigo-50\/10:active {
  border-inline-start-color: rgb(238 242 255 / 0.1);
}

.active\:border-s-indigo-50\/100:active {
  border-inline-start-color: rgb(238 242 255 / 1);
}

.active\:border-s-indigo-50\/20:active {
  border-inline-start-color: rgb(238 242 255 / 0.2);
}

.active\:border-s-indigo-50\/25:active {
  border-inline-start-color: rgb(238 242 255 / 0.25);
}

.active\:border-s-indigo-50\/30:active {
  border-inline-start-color: rgb(238 242 255 / 0.3);
}

.active\:border-s-indigo-50\/40:active {
  border-inline-start-color: rgb(238 242 255 / 0.4);
}

.active\:border-s-indigo-50\/5:active {
  border-inline-start-color: rgb(238 242 255 / 0.05);
}

.active\:border-s-indigo-50\/50:active {
  border-inline-start-color: rgb(238 242 255 / 0.5);
}

.active\:border-s-indigo-50\/60:active {
  border-inline-start-color: rgb(238 242 255 / 0.6);
}

.active\:border-s-indigo-50\/70:active {
  border-inline-start-color: rgb(238 242 255 / 0.7);
}

.active\:border-s-indigo-50\/75:active {
  border-inline-start-color: rgb(238 242 255 / 0.75);
}

.active\:border-s-indigo-50\/80:active {
  border-inline-start-color: rgb(238 242 255 / 0.8);
}

.active\:border-s-indigo-50\/90:active {
  border-inline-start-color: rgb(238 242 255 / 0.9);
}

.active\:border-s-indigo-50\/95:active {
  border-inline-start-color: rgb(238 242 255 / 0.95);
}

.active\:border-s-indigo-500:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.active\:border-s-indigo-500\/0:active {
  border-inline-start-color: rgb(99 102 241 / 0);
}

.active\:border-s-indigo-500\/10:active {
  border-inline-start-color: rgb(99 102 241 / 0.1);
}

.active\:border-s-indigo-500\/100:active {
  border-inline-start-color: rgb(99 102 241 / 1);
}

.active\:border-s-indigo-500\/20:active {
  border-inline-start-color: rgb(99 102 241 / 0.2);
}

.active\:border-s-indigo-500\/25:active {
  border-inline-start-color: rgb(99 102 241 / 0.25);
}

.active\:border-s-indigo-500\/30:active {
  border-inline-start-color: rgb(99 102 241 / 0.3);
}

.active\:border-s-indigo-500\/40:active {
  border-inline-start-color: rgb(99 102 241 / 0.4);
}

.active\:border-s-indigo-500\/5:active {
  border-inline-start-color: rgb(99 102 241 / 0.05);
}

.active\:border-s-indigo-500\/50:active {
  border-inline-start-color: rgb(99 102 241 / 0.5);
}

.active\:border-s-indigo-500\/60:active {
  border-inline-start-color: rgb(99 102 241 / 0.6);
}

.active\:border-s-indigo-500\/70:active {
  border-inline-start-color: rgb(99 102 241 / 0.7);
}

.active\:border-s-indigo-500\/75:active {
  border-inline-start-color: rgb(99 102 241 / 0.75);
}

.active\:border-s-indigo-500\/80:active {
  border-inline-start-color: rgb(99 102 241 / 0.8);
}

.active\:border-s-indigo-500\/90:active {
  border-inline-start-color: rgb(99 102 241 / 0.9);
}

.active\:border-s-indigo-500\/95:active {
  border-inline-start-color: rgb(99 102 241 / 0.95);
}

.active\:border-s-indigo-600:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.active\:border-s-indigo-600\/0:active {
  border-inline-start-color: rgb(79 70 229 / 0);
}

.active\:border-s-indigo-600\/10:active {
  border-inline-start-color: rgb(79 70 229 / 0.1);
}

.active\:border-s-indigo-600\/100:active {
  border-inline-start-color: rgb(79 70 229 / 1);
}

.active\:border-s-indigo-600\/20:active {
  border-inline-start-color: rgb(79 70 229 / 0.2);
}

.active\:border-s-indigo-600\/25:active {
  border-inline-start-color: rgb(79 70 229 / 0.25);
}

.active\:border-s-indigo-600\/30:active {
  border-inline-start-color: rgb(79 70 229 / 0.3);
}

.active\:border-s-indigo-600\/40:active {
  border-inline-start-color: rgb(79 70 229 / 0.4);
}

.active\:border-s-indigo-600\/5:active {
  border-inline-start-color: rgb(79 70 229 / 0.05);
}

.active\:border-s-indigo-600\/50:active {
  border-inline-start-color: rgb(79 70 229 / 0.5);
}

.active\:border-s-indigo-600\/60:active {
  border-inline-start-color: rgb(79 70 229 / 0.6);
}

.active\:border-s-indigo-600\/70:active {
  border-inline-start-color: rgb(79 70 229 / 0.7);
}

.active\:border-s-indigo-600\/75:active {
  border-inline-start-color: rgb(79 70 229 / 0.75);
}

.active\:border-s-indigo-600\/80:active {
  border-inline-start-color: rgb(79 70 229 / 0.8);
}

.active\:border-s-indigo-600\/90:active {
  border-inline-start-color: rgb(79 70 229 / 0.9);
}

.active\:border-s-indigo-600\/95:active {
  border-inline-start-color: rgb(79 70 229 / 0.95);
}

.active\:border-s-indigo-700:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.active\:border-s-indigo-700\/0:active {
  border-inline-start-color: rgb(67 56 202 / 0);
}

.active\:border-s-indigo-700\/10:active {
  border-inline-start-color: rgb(67 56 202 / 0.1);
}

.active\:border-s-indigo-700\/100:active {
  border-inline-start-color: rgb(67 56 202 / 1);
}

.active\:border-s-indigo-700\/20:active {
  border-inline-start-color: rgb(67 56 202 / 0.2);
}

.active\:border-s-indigo-700\/25:active {
  border-inline-start-color: rgb(67 56 202 / 0.25);
}

.active\:border-s-indigo-700\/30:active {
  border-inline-start-color: rgb(67 56 202 / 0.3);
}

.active\:border-s-indigo-700\/40:active {
  border-inline-start-color: rgb(67 56 202 / 0.4);
}

.active\:border-s-indigo-700\/5:active {
  border-inline-start-color: rgb(67 56 202 / 0.05);
}

.active\:border-s-indigo-700\/50:active {
  border-inline-start-color: rgb(67 56 202 / 0.5);
}

.active\:border-s-indigo-700\/60:active {
  border-inline-start-color: rgb(67 56 202 / 0.6);
}

.active\:border-s-indigo-700\/70:active {
  border-inline-start-color: rgb(67 56 202 / 0.7);
}

.active\:border-s-indigo-700\/75:active {
  border-inline-start-color: rgb(67 56 202 / 0.75);
}

.active\:border-s-indigo-700\/80:active {
  border-inline-start-color: rgb(67 56 202 / 0.8);
}

.active\:border-s-indigo-700\/90:active {
  border-inline-start-color: rgb(67 56 202 / 0.9);
}

.active\:border-s-indigo-700\/95:active {
  border-inline-start-color: rgb(67 56 202 / 0.95);
}

.active\:border-s-indigo-800:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(55 48 163 / var(--tw-border-opacity));
}

.active\:border-s-indigo-800\/0:active {
  border-inline-start-color: rgb(55 48 163 / 0);
}

.active\:border-s-indigo-800\/10:active {
  border-inline-start-color: rgb(55 48 163 / 0.1);
}

.active\:border-s-indigo-800\/100:active {
  border-inline-start-color: rgb(55 48 163 / 1);
}

.active\:border-s-indigo-800\/20:active {
  border-inline-start-color: rgb(55 48 163 / 0.2);
}

.active\:border-s-indigo-800\/25:active {
  border-inline-start-color: rgb(55 48 163 / 0.25);
}

.active\:border-s-indigo-800\/30:active {
  border-inline-start-color: rgb(55 48 163 / 0.3);
}

.active\:border-s-indigo-800\/40:active {
  border-inline-start-color: rgb(55 48 163 / 0.4);
}

.active\:border-s-indigo-800\/5:active {
  border-inline-start-color: rgb(55 48 163 / 0.05);
}

.active\:border-s-indigo-800\/50:active {
  border-inline-start-color: rgb(55 48 163 / 0.5);
}

.active\:border-s-indigo-800\/60:active {
  border-inline-start-color: rgb(55 48 163 / 0.6);
}

.active\:border-s-indigo-800\/70:active {
  border-inline-start-color: rgb(55 48 163 / 0.7);
}

.active\:border-s-indigo-800\/75:active {
  border-inline-start-color: rgb(55 48 163 / 0.75);
}

.active\:border-s-indigo-800\/80:active {
  border-inline-start-color: rgb(55 48 163 / 0.8);
}

.active\:border-s-indigo-800\/90:active {
  border-inline-start-color: rgb(55 48 163 / 0.9);
}

.active\:border-s-indigo-800\/95:active {
  border-inline-start-color: rgb(55 48 163 / 0.95);
}

.active\:border-s-indigo-900:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(49 46 129 / var(--tw-border-opacity));
}

.active\:border-s-indigo-900\/0:active {
  border-inline-start-color: rgb(49 46 129 / 0);
}

.active\:border-s-indigo-900\/10:active {
  border-inline-start-color: rgb(49 46 129 / 0.1);
}

.active\:border-s-indigo-900\/100:active {
  border-inline-start-color: rgb(49 46 129 / 1);
}

.active\:border-s-indigo-900\/20:active {
  border-inline-start-color: rgb(49 46 129 / 0.2);
}

.active\:border-s-indigo-900\/25:active {
  border-inline-start-color: rgb(49 46 129 / 0.25);
}

.active\:border-s-indigo-900\/30:active {
  border-inline-start-color: rgb(49 46 129 / 0.3);
}

.active\:border-s-indigo-900\/40:active {
  border-inline-start-color: rgb(49 46 129 / 0.4);
}

.active\:border-s-indigo-900\/5:active {
  border-inline-start-color: rgb(49 46 129 / 0.05);
}

.active\:border-s-indigo-900\/50:active {
  border-inline-start-color: rgb(49 46 129 / 0.5);
}

.active\:border-s-indigo-900\/60:active {
  border-inline-start-color: rgb(49 46 129 / 0.6);
}

.active\:border-s-indigo-900\/70:active {
  border-inline-start-color: rgb(49 46 129 / 0.7);
}

.active\:border-s-indigo-900\/75:active {
  border-inline-start-color: rgb(49 46 129 / 0.75);
}

.active\:border-s-indigo-900\/80:active {
  border-inline-start-color: rgb(49 46 129 / 0.8);
}

.active\:border-s-indigo-900\/90:active {
  border-inline-start-color: rgb(49 46 129 / 0.9);
}

.active\:border-s-indigo-900\/95:active {
  border-inline-start-color: rgb(49 46 129 / 0.95);
}

.active\:border-s-indigo-950:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(30 27 75 / var(--tw-border-opacity));
}

.active\:border-s-indigo-950\/0:active {
  border-inline-start-color: rgb(30 27 75 / 0);
}

.active\:border-s-indigo-950\/10:active {
  border-inline-start-color: rgb(30 27 75 / 0.1);
}

.active\:border-s-indigo-950\/100:active {
  border-inline-start-color: rgb(30 27 75 / 1);
}

.active\:border-s-indigo-950\/20:active {
  border-inline-start-color: rgb(30 27 75 / 0.2);
}

.active\:border-s-indigo-950\/25:active {
  border-inline-start-color: rgb(30 27 75 / 0.25);
}

.active\:border-s-indigo-950\/30:active {
  border-inline-start-color: rgb(30 27 75 / 0.3);
}

.active\:border-s-indigo-950\/40:active {
  border-inline-start-color: rgb(30 27 75 / 0.4);
}

.active\:border-s-indigo-950\/5:active {
  border-inline-start-color: rgb(30 27 75 / 0.05);
}

.active\:border-s-indigo-950\/50:active {
  border-inline-start-color: rgb(30 27 75 / 0.5);
}

.active\:border-s-indigo-950\/60:active {
  border-inline-start-color: rgb(30 27 75 / 0.6);
}

.active\:border-s-indigo-950\/70:active {
  border-inline-start-color: rgb(30 27 75 / 0.7);
}

.active\:border-s-indigo-950\/75:active {
  border-inline-start-color: rgb(30 27 75 / 0.75);
}

.active\:border-s-indigo-950\/80:active {
  border-inline-start-color: rgb(30 27 75 / 0.8);
}

.active\:border-s-indigo-950\/90:active {
  border-inline-start-color: rgb(30 27 75 / 0.9);
}

.active\:border-s-indigo-950\/95:active {
  border-inline-start-color: rgb(30 27 75 / 0.95);
}

.active\:border-s-inherit:active {
  border-inline-start-color: inherit;
}

.active\:border-s-interbeauty-100:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(249 197 175 / var(--tw-border-opacity));
}

.active\:border-s-interbeauty-100\/0:active {
  border-inline-start-color: rgb(249 197 175 / 0);
}

.active\:border-s-interbeauty-100\/10:active {
  border-inline-start-color: rgb(249 197 175 / 0.1);
}

.active\:border-s-interbeauty-100\/100:active {
  border-inline-start-color: rgb(249 197 175 / 1);
}

.active\:border-s-interbeauty-100\/20:active {
  border-inline-start-color: rgb(249 197 175 / 0.2);
}

.active\:border-s-interbeauty-100\/25:active {
  border-inline-start-color: rgb(249 197 175 / 0.25);
}

.active\:border-s-interbeauty-100\/30:active {
  border-inline-start-color: rgb(249 197 175 / 0.3);
}

.active\:border-s-interbeauty-100\/40:active {
  border-inline-start-color: rgb(249 197 175 / 0.4);
}

.active\:border-s-interbeauty-100\/5:active {
  border-inline-start-color: rgb(249 197 175 / 0.05);
}

.active\:border-s-interbeauty-100\/50:active {
  border-inline-start-color: rgb(249 197 175 / 0.5);
}

.active\:border-s-interbeauty-100\/60:active {
  border-inline-start-color: rgb(249 197 175 / 0.6);
}

.active\:border-s-interbeauty-100\/70:active {
  border-inline-start-color: rgb(249 197 175 / 0.7);
}

.active\:border-s-interbeauty-100\/75:active {
  border-inline-start-color: rgb(249 197 175 / 0.75);
}

.active\:border-s-interbeauty-100\/80:active {
  border-inline-start-color: rgb(249 197 175 / 0.8);
}

.active\:border-s-interbeauty-100\/90:active {
  border-inline-start-color: rgb(249 197 175 / 0.9);
}

.active\:border-s-interbeauty-100\/95:active {
  border-inline-start-color: rgb(249 197 175 / 0.95);
}

.active\:border-s-interbeauty-200:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(241 182 191 / var(--tw-border-opacity));
}

.active\:border-s-interbeauty-200\/0:active {
  border-inline-start-color: rgb(241 182 191 / 0);
}

.active\:border-s-interbeauty-200\/10:active {
  border-inline-start-color: rgb(241 182 191 / 0.1);
}

.active\:border-s-interbeauty-200\/100:active {
  border-inline-start-color: rgb(241 182 191 / 1);
}

.active\:border-s-interbeauty-200\/20:active {
  border-inline-start-color: rgb(241 182 191 / 0.2);
}

.active\:border-s-interbeauty-200\/25:active {
  border-inline-start-color: rgb(241 182 191 / 0.25);
}

.active\:border-s-interbeauty-200\/30:active {
  border-inline-start-color: rgb(241 182 191 / 0.3);
}

.active\:border-s-interbeauty-200\/40:active {
  border-inline-start-color: rgb(241 182 191 / 0.4);
}

.active\:border-s-interbeauty-200\/5:active {
  border-inline-start-color: rgb(241 182 191 / 0.05);
}

.active\:border-s-interbeauty-200\/50:active {
  border-inline-start-color: rgb(241 182 191 / 0.5);
}

.active\:border-s-interbeauty-200\/60:active {
  border-inline-start-color: rgb(241 182 191 / 0.6);
}

.active\:border-s-interbeauty-200\/70:active {
  border-inline-start-color: rgb(241 182 191 / 0.7);
}

.active\:border-s-interbeauty-200\/75:active {
  border-inline-start-color: rgb(241 182 191 / 0.75);
}

.active\:border-s-interbeauty-200\/80:active {
  border-inline-start-color: rgb(241 182 191 / 0.8);
}

.active\:border-s-interbeauty-200\/90:active {
  border-inline-start-color: rgb(241 182 191 / 0.9);
}

.active\:border-s-interbeauty-200\/95:active {
  border-inline-start-color: rgb(241 182 191 / 0.95);
}

.active\:border-s-interbeauty-300:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(182 219 231 / var(--tw-border-opacity));
}

.active\:border-s-interbeauty-300\/0:active {
  border-inline-start-color: rgb(182 219 231 / 0);
}

.active\:border-s-interbeauty-300\/10:active {
  border-inline-start-color: rgb(182 219 231 / 0.1);
}

.active\:border-s-interbeauty-300\/100:active {
  border-inline-start-color: rgb(182 219 231 / 1);
}

.active\:border-s-interbeauty-300\/20:active {
  border-inline-start-color: rgb(182 219 231 / 0.2);
}

.active\:border-s-interbeauty-300\/25:active {
  border-inline-start-color: rgb(182 219 231 / 0.25);
}

.active\:border-s-interbeauty-300\/30:active {
  border-inline-start-color: rgb(182 219 231 / 0.3);
}

.active\:border-s-interbeauty-300\/40:active {
  border-inline-start-color: rgb(182 219 231 / 0.4);
}

.active\:border-s-interbeauty-300\/5:active {
  border-inline-start-color: rgb(182 219 231 / 0.05);
}

.active\:border-s-interbeauty-300\/50:active {
  border-inline-start-color: rgb(182 219 231 / 0.5);
}

.active\:border-s-interbeauty-300\/60:active {
  border-inline-start-color: rgb(182 219 231 / 0.6);
}

.active\:border-s-interbeauty-300\/70:active {
  border-inline-start-color: rgb(182 219 231 / 0.7);
}

.active\:border-s-interbeauty-300\/75:active {
  border-inline-start-color: rgb(182 219 231 / 0.75);
}

.active\:border-s-interbeauty-300\/80:active {
  border-inline-start-color: rgb(182 219 231 / 0.8);
}

.active\:border-s-interbeauty-300\/90:active {
  border-inline-start-color: rgb(182 219 231 / 0.9);
}

.active\:border-s-interbeauty-300\/95:active {
  border-inline-start-color: rgb(182 219 231 / 0.95);
}

.active\:border-s-interbeauty-400:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 250 247 / var(--tw-border-opacity));
}

.active\:border-s-interbeauty-400\/0:active {
  border-inline-start-color: rgb(254 250 247 / 0);
}

.active\:border-s-interbeauty-400\/10:active {
  border-inline-start-color: rgb(254 250 247 / 0.1);
}

.active\:border-s-interbeauty-400\/100:active {
  border-inline-start-color: rgb(254 250 247 / 1);
}

.active\:border-s-interbeauty-400\/20:active {
  border-inline-start-color: rgb(254 250 247 / 0.2);
}

.active\:border-s-interbeauty-400\/25:active {
  border-inline-start-color: rgb(254 250 247 / 0.25);
}

.active\:border-s-interbeauty-400\/30:active {
  border-inline-start-color: rgb(254 250 247 / 0.3);
}

.active\:border-s-interbeauty-400\/40:active {
  border-inline-start-color: rgb(254 250 247 / 0.4);
}

.active\:border-s-interbeauty-400\/5:active {
  border-inline-start-color: rgb(254 250 247 / 0.05);
}

.active\:border-s-interbeauty-400\/50:active {
  border-inline-start-color: rgb(254 250 247 / 0.5);
}

.active\:border-s-interbeauty-400\/60:active {
  border-inline-start-color: rgb(254 250 247 / 0.6);
}

.active\:border-s-interbeauty-400\/70:active {
  border-inline-start-color: rgb(254 250 247 / 0.7);
}

.active\:border-s-interbeauty-400\/75:active {
  border-inline-start-color: rgb(254 250 247 / 0.75);
}

.active\:border-s-interbeauty-400\/80:active {
  border-inline-start-color: rgb(254 250 247 / 0.8);
}

.active\:border-s-interbeauty-400\/90:active {
  border-inline-start-color: rgb(254 250 247 / 0.9);
}

.active\:border-s-interbeauty-400\/95:active {
  border-inline-start-color: rgb(254 250 247 / 0.95);
}

.active\:border-s-interbeauty-500:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(193 225 224 / var(--tw-border-opacity));
}

.active\:border-s-interbeauty-500\/0:active {
  border-inline-start-color: rgb(193 225 224 / 0);
}

.active\:border-s-interbeauty-500\/10:active {
  border-inline-start-color: rgb(193 225 224 / 0.1);
}

.active\:border-s-interbeauty-500\/100:active {
  border-inline-start-color: rgb(193 225 224 / 1);
}

.active\:border-s-interbeauty-500\/20:active {
  border-inline-start-color: rgb(193 225 224 / 0.2);
}

.active\:border-s-interbeauty-500\/25:active {
  border-inline-start-color: rgb(193 225 224 / 0.25);
}

.active\:border-s-interbeauty-500\/30:active {
  border-inline-start-color: rgb(193 225 224 / 0.3);
}

.active\:border-s-interbeauty-500\/40:active {
  border-inline-start-color: rgb(193 225 224 / 0.4);
}

.active\:border-s-interbeauty-500\/5:active {
  border-inline-start-color: rgb(193 225 224 / 0.05);
}

.active\:border-s-interbeauty-500\/50:active {
  border-inline-start-color: rgb(193 225 224 / 0.5);
}

.active\:border-s-interbeauty-500\/60:active {
  border-inline-start-color: rgb(193 225 224 / 0.6);
}

.active\:border-s-interbeauty-500\/70:active {
  border-inline-start-color: rgb(193 225 224 / 0.7);
}

.active\:border-s-interbeauty-500\/75:active {
  border-inline-start-color: rgb(193 225 224 / 0.75);
}

.active\:border-s-interbeauty-500\/80:active {
  border-inline-start-color: rgb(193 225 224 / 0.8);
}

.active\:border-s-interbeauty-500\/90:active {
  border-inline-start-color: rgb(193 225 224 / 0.9);
}

.active\:border-s-interbeauty-500\/95:active {
  border-inline-start-color: rgb(193 225 224 / 0.95);
}

.active\:border-s-interbeauty-600:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(88 88 94 / var(--tw-border-opacity));
}

.active\:border-s-interbeauty-600\/0:active {
  border-inline-start-color: rgb(88 88 94 / 0);
}

.active\:border-s-interbeauty-600\/10:active {
  border-inline-start-color: rgb(88 88 94 / 0.1);
}

.active\:border-s-interbeauty-600\/100:active {
  border-inline-start-color: rgb(88 88 94 / 1);
}

.active\:border-s-interbeauty-600\/20:active {
  border-inline-start-color: rgb(88 88 94 / 0.2);
}

.active\:border-s-interbeauty-600\/25:active {
  border-inline-start-color: rgb(88 88 94 / 0.25);
}

.active\:border-s-interbeauty-600\/30:active {
  border-inline-start-color: rgb(88 88 94 / 0.3);
}

.active\:border-s-interbeauty-600\/40:active {
  border-inline-start-color: rgb(88 88 94 / 0.4);
}

.active\:border-s-interbeauty-600\/5:active {
  border-inline-start-color: rgb(88 88 94 / 0.05);
}

.active\:border-s-interbeauty-600\/50:active {
  border-inline-start-color: rgb(88 88 94 / 0.5);
}

.active\:border-s-interbeauty-600\/60:active {
  border-inline-start-color: rgb(88 88 94 / 0.6);
}

.active\:border-s-interbeauty-600\/70:active {
  border-inline-start-color: rgb(88 88 94 / 0.7);
}

.active\:border-s-interbeauty-600\/75:active {
  border-inline-start-color: rgb(88 88 94 / 0.75);
}

.active\:border-s-interbeauty-600\/80:active {
  border-inline-start-color: rgb(88 88 94 / 0.8);
}

.active\:border-s-interbeauty-600\/90:active {
  border-inline-start-color: rgb(88 88 94 / 0.9);
}

.active\:border-s-interbeauty-600\/95:active {
  border-inline-start-color: rgb(88 88 94 / 0.95);
}

.active\:border-s-ipnvaluers-200:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(0 40 87 / var(--tw-border-opacity));
}

.active\:border-s-ipnvaluers-200\/0:active {
  border-inline-start-color: rgb(0 40 87 / 0);
}

.active\:border-s-ipnvaluers-200\/10:active {
  border-inline-start-color: rgb(0 40 87 / 0.1);
}

.active\:border-s-ipnvaluers-200\/100:active {
  border-inline-start-color: rgb(0 40 87 / 1);
}

.active\:border-s-ipnvaluers-200\/20:active {
  border-inline-start-color: rgb(0 40 87 / 0.2);
}

.active\:border-s-ipnvaluers-200\/25:active {
  border-inline-start-color: rgb(0 40 87 / 0.25);
}

.active\:border-s-ipnvaluers-200\/30:active {
  border-inline-start-color: rgb(0 40 87 / 0.3);
}

.active\:border-s-ipnvaluers-200\/40:active {
  border-inline-start-color: rgb(0 40 87 / 0.4);
}

.active\:border-s-ipnvaluers-200\/5:active {
  border-inline-start-color: rgb(0 40 87 / 0.05);
}

.active\:border-s-ipnvaluers-200\/50:active {
  border-inline-start-color: rgb(0 40 87 / 0.5);
}

.active\:border-s-ipnvaluers-200\/60:active {
  border-inline-start-color: rgb(0 40 87 / 0.6);
}

.active\:border-s-ipnvaluers-200\/70:active {
  border-inline-start-color: rgb(0 40 87 / 0.7);
}

.active\:border-s-ipnvaluers-200\/75:active {
  border-inline-start-color: rgb(0 40 87 / 0.75);
}

.active\:border-s-ipnvaluers-200\/80:active {
  border-inline-start-color: rgb(0 40 87 / 0.8);
}

.active\:border-s-ipnvaluers-200\/90:active {
  border-inline-start-color: rgb(0 40 87 / 0.9);
}

.active\:border-s-ipnvaluers-200\/95:active {
  border-inline-start-color: rgb(0 40 87 / 0.95);
}

.active\:border-s-ipnvaluers-400:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(196 107 22 / var(--tw-border-opacity));
}

.active\:border-s-ipnvaluers-400\/0:active {
  border-inline-start-color: rgb(196 107 22 / 0);
}

.active\:border-s-ipnvaluers-400\/10:active {
  border-inline-start-color: rgb(196 107 22 / 0.1);
}

.active\:border-s-ipnvaluers-400\/100:active {
  border-inline-start-color: rgb(196 107 22 / 1);
}

.active\:border-s-ipnvaluers-400\/20:active {
  border-inline-start-color: rgb(196 107 22 / 0.2);
}

.active\:border-s-ipnvaluers-400\/25:active {
  border-inline-start-color: rgb(196 107 22 / 0.25);
}

.active\:border-s-ipnvaluers-400\/30:active {
  border-inline-start-color: rgb(196 107 22 / 0.3);
}

.active\:border-s-ipnvaluers-400\/40:active {
  border-inline-start-color: rgb(196 107 22 / 0.4);
}

.active\:border-s-ipnvaluers-400\/5:active {
  border-inline-start-color: rgb(196 107 22 / 0.05);
}

.active\:border-s-ipnvaluers-400\/50:active {
  border-inline-start-color: rgb(196 107 22 / 0.5);
}

.active\:border-s-ipnvaluers-400\/60:active {
  border-inline-start-color: rgb(196 107 22 / 0.6);
}

.active\:border-s-ipnvaluers-400\/70:active {
  border-inline-start-color: rgb(196 107 22 / 0.7);
}

.active\:border-s-ipnvaluers-400\/75:active {
  border-inline-start-color: rgb(196 107 22 / 0.75);
}

.active\:border-s-ipnvaluers-400\/80:active {
  border-inline-start-color: rgb(196 107 22 / 0.8);
}

.active\:border-s-ipnvaluers-400\/90:active {
  border-inline-start-color: rgb(196 107 22 / 0.9);
}

.active\:border-s-ipnvaluers-400\/95:active {
  border-inline-start-color: rgb(196 107 22 / 0.95);
}

.active\:border-s-ipnvaluers-500:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 174 21 / var(--tw-border-opacity));
}

.active\:border-s-ipnvaluers-500\/0:active {
  border-inline-start-color: rgb(245 174 21 / 0);
}

.active\:border-s-ipnvaluers-500\/10:active {
  border-inline-start-color: rgb(245 174 21 / 0.1);
}

.active\:border-s-ipnvaluers-500\/100:active {
  border-inline-start-color: rgb(245 174 21 / 1);
}

.active\:border-s-ipnvaluers-500\/20:active {
  border-inline-start-color: rgb(245 174 21 / 0.2);
}

.active\:border-s-ipnvaluers-500\/25:active {
  border-inline-start-color: rgb(245 174 21 / 0.25);
}

.active\:border-s-ipnvaluers-500\/30:active {
  border-inline-start-color: rgb(245 174 21 / 0.3);
}

.active\:border-s-ipnvaluers-500\/40:active {
  border-inline-start-color: rgb(245 174 21 / 0.4);
}

.active\:border-s-ipnvaluers-500\/5:active {
  border-inline-start-color: rgb(245 174 21 / 0.05);
}

.active\:border-s-ipnvaluers-500\/50:active {
  border-inline-start-color: rgb(245 174 21 / 0.5);
}

.active\:border-s-ipnvaluers-500\/60:active {
  border-inline-start-color: rgb(245 174 21 / 0.6);
}

.active\:border-s-ipnvaluers-500\/70:active {
  border-inline-start-color: rgb(245 174 21 / 0.7);
}

.active\:border-s-ipnvaluers-500\/75:active {
  border-inline-start-color: rgb(245 174 21 / 0.75);
}

.active\:border-s-ipnvaluers-500\/80:active {
  border-inline-start-color: rgb(245 174 21 / 0.8);
}

.active\:border-s-ipnvaluers-500\/90:active {
  border-inline-start-color: rgb(245 174 21 / 0.9);
}

.active\:border-s-ipnvaluers-500\/95:active {
  border-inline-start-color: rgb(245 174 21 / 0.95);
}

.active\:border-s-jukejam-500:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 210 101 / var(--tw-border-opacity));
}

.active\:border-s-jukejam-500\/0:active {
  border-inline-start-color: rgb(250 210 101 / 0);
}

.active\:border-s-jukejam-500\/10:active {
  border-inline-start-color: rgb(250 210 101 / 0.1);
}

.active\:border-s-jukejam-500\/100:active {
  border-inline-start-color: rgb(250 210 101 / 1);
}

.active\:border-s-jukejam-500\/20:active {
  border-inline-start-color: rgb(250 210 101 / 0.2);
}

.active\:border-s-jukejam-500\/25:active {
  border-inline-start-color: rgb(250 210 101 / 0.25);
}

.active\:border-s-jukejam-500\/30:active {
  border-inline-start-color: rgb(250 210 101 / 0.3);
}

.active\:border-s-jukejam-500\/40:active {
  border-inline-start-color: rgb(250 210 101 / 0.4);
}

.active\:border-s-jukejam-500\/5:active {
  border-inline-start-color: rgb(250 210 101 / 0.05);
}

.active\:border-s-jukejam-500\/50:active {
  border-inline-start-color: rgb(250 210 101 / 0.5);
}

.active\:border-s-jukejam-500\/60:active {
  border-inline-start-color: rgb(250 210 101 / 0.6);
}

.active\:border-s-jukejam-500\/70:active {
  border-inline-start-color: rgb(250 210 101 / 0.7);
}

.active\:border-s-jukejam-500\/75:active {
  border-inline-start-color: rgb(250 210 101 / 0.75);
}

.active\:border-s-jukejam-500\/80:active {
  border-inline-start-color: rgb(250 210 101 / 0.8);
}

.active\:border-s-jukejam-500\/90:active {
  border-inline-start-color: rgb(250 210 101 / 0.9);
}

.active\:border-s-jukejam-500\/95:active {
  border-inline-start-color: rgb(250 210 101 / 0.95);
}

.active\:border-s-lime-100:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(236 252 203 / var(--tw-border-opacity));
}

.active\:border-s-lime-100\/0:active {
  border-inline-start-color: rgb(236 252 203 / 0);
}

.active\:border-s-lime-100\/10:active {
  border-inline-start-color: rgb(236 252 203 / 0.1);
}

.active\:border-s-lime-100\/100:active {
  border-inline-start-color: rgb(236 252 203 / 1);
}

.active\:border-s-lime-100\/20:active {
  border-inline-start-color: rgb(236 252 203 / 0.2);
}

.active\:border-s-lime-100\/25:active {
  border-inline-start-color: rgb(236 252 203 / 0.25);
}

.active\:border-s-lime-100\/30:active {
  border-inline-start-color: rgb(236 252 203 / 0.3);
}

.active\:border-s-lime-100\/40:active {
  border-inline-start-color: rgb(236 252 203 / 0.4);
}

.active\:border-s-lime-100\/5:active {
  border-inline-start-color: rgb(236 252 203 / 0.05);
}

.active\:border-s-lime-100\/50:active {
  border-inline-start-color: rgb(236 252 203 / 0.5);
}

.active\:border-s-lime-100\/60:active {
  border-inline-start-color: rgb(236 252 203 / 0.6);
}

.active\:border-s-lime-100\/70:active {
  border-inline-start-color: rgb(236 252 203 / 0.7);
}

.active\:border-s-lime-100\/75:active {
  border-inline-start-color: rgb(236 252 203 / 0.75);
}

.active\:border-s-lime-100\/80:active {
  border-inline-start-color: rgb(236 252 203 / 0.8);
}

.active\:border-s-lime-100\/90:active {
  border-inline-start-color: rgb(236 252 203 / 0.9);
}

.active\:border-s-lime-100\/95:active {
  border-inline-start-color: rgb(236 252 203 / 0.95);
}

.active\:border-s-lime-200:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(217 249 157 / var(--tw-border-opacity));
}

.active\:border-s-lime-200\/0:active {
  border-inline-start-color: rgb(217 249 157 / 0);
}

.active\:border-s-lime-200\/10:active {
  border-inline-start-color: rgb(217 249 157 / 0.1);
}

.active\:border-s-lime-200\/100:active {
  border-inline-start-color: rgb(217 249 157 / 1);
}

.active\:border-s-lime-200\/20:active {
  border-inline-start-color: rgb(217 249 157 / 0.2);
}

.active\:border-s-lime-200\/25:active {
  border-inline-start-color: rgb(217 249 157 / 0.25);
}

.active\:border-s-lime-200\/30:active {
  border-inline-start-color: rgb(217 249 157 / 0.3);
}

.active\:border-s-lime-200\/40:active {
  border-inline-start-color: rgb(217 249 157 / 0.4);
}

.active\:border-s-lime-200\/5:active {
  border-inline-start-color: rgb(217 249 157 / 0.05);
}

.active\:border-s-lime-200\/50:active {
  border-inline-start-color: rgb(217 249 157 / 0.5);
}

.active\:border-s-lime-200\/60:active {
  border-inline-start-color: rgb(217 249 157 / 0.6);
}

.active\:border-s-lime-200\/70:active {
  border-inline-start-color: rgb(217 249 157 / 0.7);
}

.active\:border-s-lime-200\/75:active {
  border-inline-start-color: rgb(217 249 157 / 0.75);
}

.active\:border-s-lime-200\/80:active {
  border-inline-start-color: rgb(217 249 157 / 0.8);
}

.active\:border-s-lime-200\/90:active {
  border-inline-start-color: rgb(217 249 157 / 0.9);
}

.active\:border-s-lime-200\/95:active {
  border-inline-start-color: rgb(217 249 157 / 0.95);
}

.active\:border-s-lime-300:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(190 242 100 / var(--tw-border-opacity));
}

.active\:border-s-lime-300\/0:active {
  border-inline-start-color: rgb(190 242 100 / 0);
}

.active\:border-s-lime-300\/10:active {
  border-inline-start-color: rgb(190 242 100 / 0.1);
}

.active\:border-s-lime-300\/100:active {
  border-inline-start-color: rgb(190 242 100 / 1);
}

.active\:border-s-lime-300\/20:active {
  border-inline-start-color: rgb(190 242 100 / 0.2);
}

.active\:border-s-lime-300\/25:active {
  border-inline-start-color: rgb(190 242 100 / 0.25);
}

.active\:border-s-lime-300\/30:active {
  border-inline-start-color: rgb(190 242 100 / 0.3);
}

.active\:border-s-lime-300\/40:active {
  border-inline-start-color: rgb(190 242 100 / 0.4);
}

.active\:border-s-lime-300\/5:active {
  border-inline-start-color: rgb(190 242 100 / 0.05);
}

.active\:border-s-lime-300\/50:active {
  border-inline-start-color: rgb(190 242 100 / 0.5);
}

.active\:border-s-lime-300\/60:active {
  border-inline-start-color: rgb(190 242 100 / 0.6);
}

.active\:border-s-lime-300\/70:active {
  border-inline-start-color: rgb(190 242 100 / 0.7);
}

.active\:border-s-lime-300\/75:active {
  border-inline-start-color: rgb(190 242 100 / 0.75);
}

.active\:border-s-lime-300\/80:active {
  border-inline-start-color: rgb(190 242 100 / 0.8);
}

.active\:border-s-lime-300\/90:active {
  border-inline-start-color: rgb(190 242 100 / 0.9);
}

.active\:border-s-lime-300\/95:active {
  border-inline-start-color: rgb(190 242 100 / 0.95);
}

.active\:border-s-lime-400:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(163 230 53 / var(--tw-border-opacity));
}

.active\:border-s-lime-400\/0:active {
  border-inline-start-color: rgb(163 230 53 / 0);
}

.active\:border-s-lime-400\/10:active {
  border-inline-start-color: rgb(163 230 53 / 0.1);
}

.active\:border-s-lime-400\/100:active {
  border-inline-start-color: rgb(163 230 53 / 1);
}

.active\:border-s-lime-400\/20:active {
  border-inline-start-color: rgb(163 230 53 / 0.2);
}

.active\:border-s-lime-400\/25:active {
  border-inline-start-color: rgb(163 230 53 / 0.25);
}

.active\:border-s-lime-400\/30:active {
  border-inline-start-color: rgb(163 230 53 / 0.3);
}

.active\:border-s-lime-400\/40:active {
  border-inline-start-color: rgb(163 230 53 / 0.4);
}

.active\:border-s-lime-400\/5:active {
  border-inline-start-color: rgb(163 230 53 / 0.05);
}

.active\:border-s-lime-400\/50:active {
  border-inline-start-color: rgb(163 230 53 / 0.5);
}

.active\:border-s-lime-400\/60:active {
  border-inline-start-color: rgb(163 230 53 / 0.6);
}

.active\:border-s-lime-400\/70:active {
  border-inline-start-color: rgb(163 230 53 / 0.7);
}

.active\:border-s-lime-400\/75:active {
  border-inline-start-color: rgb(163 230 53 / 0.75);
}

.active\:border-s-lime-400\/80:active {
  border-inline-start-color: rgb(163 230 53 / 0.8);
}

.active\:border-s-lime-400\/90:active {
  border-inline-start-color: rgb(163 230 53 / 0.9);
}

.active\:border-s-lime-400\/95:active {
  border-inline-start-color: rgb(163 230 53 / 0.95);
}

.active\:border-s-lime-50:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(247 254 231 / var(--tw-border-opacity));
}

.active\:border-s-lime-50\/0:active {
  border-inline-start-color: rgb(247 254 231 / 0);
}

.active\:border-s-lime-50\/10:active {
  border-inline-start-color: rgb(247 254 231 / 0.1);
}

.active\:border-s-lime-50\/100:active {
  border-inline-start-color: rgb(247 254 231 / 1);
}

.active\:border-s-lime-50\/20:active {
  border-inline-start-color: rgb(247 254 231 / 0.2);
}

.active\:border-s-lime-50\/25:active {
  border-inline-start-color: rgb(247 254 231 / 0.25);
}

.active\:border-s-lime-50\/30:active {
  border-inline-start-color: rgb(247 254 231 / 0.3);
}

.active\:border-s-lime-50\/40:active {
  border-inline-start-color: rgb(247 254 231 / 0.4);
}

.active\:border-s-lime-50\/5:active {
  border-inline-start-color: rgb(247 254 231 / 0.05);
}

.active\:border-s-lime-50\/50:active {
  border-inline-start-color: rgb(247 254 231 / 0.5);
}

.active\:border-s-lime-50\/60:active {
  border-inline-start-color: rgb(247 254 231 / 0.6);
}

.active\:border-s-lime-50\/70:active {
  border-inline-start-color: rgb(247 254 231 / 0.7);
}

.active\:border-s-lime-50\/75:active {
  border-inline-start-color: rgb(247 254 231 / 0.75);
}

.active\:border-s-lime-50\/80:active {
  border-inline-start-color: rgb(247 254 231 / 0.8);
}

.active\:border-s-lime-50\/90:active {
  border-inline-start-color: rgb(247 254 231 / 0.9);
}

.active\:border-s-lime-50\/95:active {
  border-inline-start-color: rgb(247 254 231 / 0.95);
}

.active\:border-s-lime-500:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(132 204 22 / var(--tw-border-opacity));
}

.active\:border-s-lime-500\/0:active {
  border-inline-start-color: rgb(132 204 22 / 0);
}

.active\:border-s-lime-500\/10:active {
  border-inline-start-color: rgb(132 204 22 / 0.1);
}

.active\:border-s-lime-500\/100:active {
  border-inline-start-color: rgb(132 204 22 / 1);
}

.active\:border-s-lime-500\/20:active {
  border-inline-start-color: rgb(132 204 22 / 0.2);
}

.active\:border-s-lime-500\/25:active {
  border-inline-start-color: rgb(132 204 22 / 0.25);
}

.active\:border-s-lime-500\/30:active {
  border-inline-start-color: rgb(132 204 22 / 0.3);
}

.active\:border-s-lime-500\/40:active {
  border-inline-start-color: rgb(132 204 22 / 0.4);
}

.active\:border-s-lime-500\/5:active {
  border-inline-start-color: rgb(132 204 22 / 0.05);
}

.active\:border-s-lime-500\/50:active {
  border-inline-start-color: rgb(132 204 22 / 0.5);
}

.active\:border-s-lime-500\/60:active {
  border-inline-start-color: rgb(132 204 22 / 0.6);
}

.active\:border-s-lime-500\/70:active {
  border-inline-start-color: rgb(132 204 22 / 0.7);
}

.active\:border-s-lime-500\/75:active {
  border-inline-start-color: rgb(132 204 22 / 0.75);
}

.active\:border-s-lime-500\/80:active {
  border-inline-start-color: rgb(132 204 22 / 0.8);
}

.active\:border-s-lime-500\/90:active {
  border-inline-start-color: rgb(132 204 22 / 0.9);
}

.active\:border-s-lime-500\/95:active {
  border-inline-start-color: rgb(132 204 22 / 0.95);
}

.active\:border-s-lime-600:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(101 163 13 / var(--tw-border-opacity));
}

.active\:border-s-lime-600\/0:active {
  border-inline-start-color: rgb(101 163 13 / 0);
}

.active\:border-s-lime-600\/10:active {
  border-inline-start-color: rgb(101 163 13 / 0.1);
}

.active\:border-s-lime-600\/100:active {
  border-inline-start-color: rgb(101 163 13 / 1);
}

.active\:border-s-lime-600\/20:active {
  border-inline-start-color: rgb(101 163 13 / 0.2);
}

.active\:border-s-lime-600\/25:active {
  border-inline-start-color: rgb(101 163 13 / 0.25);
}

.active\:border-s-lime-600\/30:active {
  border-inline-start-color: rgb(101 163 13 / 0.3);
}

.active\:border-s-lime-600\/40:active {
  border-inline-start-color: rgb(101 163 13 / 0.4);
}

.active\:border-s-lime-600\/5:active {
  border-inline-start-color: rgb(101 163 13 / 0.05);
}

.active\:border-s-lime-600\/50:active {
  border-inline-start-color: rgb(101 163 13 / 0.5);
}

.active\:border-s-lime-600\/60:active {
  border-inline-start-color: rgb(101 163 13 / 0.6);
}

.active\:border-s-lime-600\/70:active {
  border-inline-start-color: rgb(101 163 13 / 0.7);
}

.active\:border-s-lime-600\/75:active {
  border-inline-start-color: rgb(101 163 13 / 0.75);
}

.active\:border-s-lime-600\/80:active {
  border-inline-start-color: rgb(101 163 13 / 0.8);
}

.active\:border-s-lime-600\/90:active {
  border-inline-start-color: rgb(101 163 13 / 0.9);
}

.active\:border-s-lime-600\/95:active {
  border-inline-start-color: rgb(101 163 13 / 0.95);
}

.active\:border-s-lime-700:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(77 124 15 / var(--tw-border-opacity));
}

.active\:border-s-lime-700\/0:active {
  border-inline-start-color: rgb(77 124 15 / 0);
}

.active\:border-s-lime-700\/10:active {
  border-inline-start-color: rgb(77 124 15 / 0.1);
}

.active\:border-s-lime-700\/100:active {
  border-inline-start-color: rgb(77 124 15 / 1);
}

.active\:border-s-lime-700\/20:active {
  border-inline-start-color: rgb(77 124 15 / 0.2);
}

.active\:border-s-lime-700\/25:active {
  border-inline-start-color: rgb(77 124 15 / 0.25);
}

.active\:border-s-lime-700\/30:active {
  border-inline-start-color: rgb(77 124 15 / 0.3);
}

.active\:border-s-lime-700\/40:active {
  border-inline-start-color: rgb(77 124 15 / 0.4);
}

.active\:border-s-lime-700\/5:active {
  border-inline-start-color: rgb(77 124 15 / 0.05);
}

.active\:border-s-lime-700\/50:active {
  border-inline-start-color: rgb(77 124 15 / 0.5);
}

.active\:border-s-lime-700\/60:active {
  border-inline-start-color: rgb(77 124 15 / 0.6);
}

.active\:border-s-lime-700\/70:active {
  border-inline-start-color: rgb(77 124 15 / 0.7);
}

.active\:border-s-lime-700\/75:active {
  border-inline-start-color: rgb(77 124 15 / 0.75);
}

.active\:border-s-lime-700\/80:active {
  border-inline-start-color: rgb(77 124 15 / 0.8);
}

.active\:border-s-lime-700\/90:active {
  border-inline-start-color: rgb(77 124 15 / 0.9);
}

.active\:border-s-lime-700\/95:active {
  border-inline-start-color: rgb(77 124 15 / 0.95);
}

.active\:border-s-lime-800:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(63 98 18 / var(--tw-border-opacity));
}

.active\:border-s-lime-800\/0:active {
  border-inline-start-color: rgb(63 98 18 / 0);
}

.active\:border-s-lime-800\/10:active {
  border-inline-start-color: rgb(63 98 18 / 0.1);
}

.active\:border-s-lime-800\/100:active {
  border-inline-start-color: rgb(63 98 18 / 1);
}

.active\:border-s-lime-800\/20:active {
  border-inline-start-color: rgb(63 98 18 / 0.2);
}

.active\:border-s-lime-800\/25:active {
  border-inline-start-color: rgb(63 98 18 / 0.25);
}

.active\:border-s-lime-800\/30:active {
  border-inline-start-color: rgb(63 98 18 / 0.3);
}

.active\:border-s-lime-800\/40:active {
  border-inline-start-color: rgb(63 98 18 / 0.4);
}

.active\:border-s-lime-800\/5:active {
  border-inline-start-color: rgb(63 98 18 / 0.05);
}

.active\:border-s-lime-800\/50:active {
  border-inline-start-color: rgb(63 98 18 / 0.5);
}

.active\:border-s-lime-800\/60:active {
  border-inline-start-color: rgb(63 98 18 / 0.6);
}

.active\:border-s-lime-800\/70:active {
  border-inline-start-color: rgb(63 98 18 / 0.7);
}

.active\:border-s-lime-800\/75:active {
  border-inline-start-color: rgb(63 98 18 / 0.75);
}

.active\:border-s-lime-800\/80:active {
  border-inline-start-color: rgb(63 98 18 / 0.8);
}

.active\:border-s-lime-800\/90:active {
  border-inline-start-color: rgb(63 98 18 / 0.9);
}

.active\:border-s-lime-800\/95:active {
  border-inline-start-color: rgb(63 98 18 / 0.95);
}

.active\:border-s-lime-900:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(54 83 20 / var(--tw-border-opacity));
}

.active\:border-s-lime-900\/0:active {
  border-inline-start-color: rgb(54 83 20 / 0);
}

.active\:border-s-lime-900\/10:active {
  border-inline-start-color: rgb(54 83 20 / 0.1);
}

.active\:border-s-lime-900\/100:active {
  border-inline-start-color: rgb(54 83 20 / 1);
}

.active\:border-s-lime-900\/20:active {
  border-inline-start-color: rgb(54 83 20 / 0.2);
}

.active\:border-s-lime-900\/25:active {
  border-inline-start-color: rgb(54 83 20 / 0.25);
}

.active\:border-s-lime-900\/30:active {
  border-inline-start-color: rgb(54 83 20 / 0.3);
}

.active\:border-s-lime-900\/40:active {
  border-inline-start-color: rgb(54 83 20 / 0.4);
}

.active\:border-s-lime-900\/5:active {
  border-inline-start-color: rgb(54 83 20 / 0.05);
}

.active\:border-s-lime-900\/50:active {
  border-inline-start-color: rgb(54 83 20 / 0.5);
}

.active\:border-s-lime-900\/60:active {
  border-inline-start-color: rgb(54 83 20 / 0.6);
}

.active\:border-s-lime-900\/70:active {
  border-inline-start-color: rgb(54 83 20 / 0.7);
}

.active\:border-s-lime-900\/75:active {
  border-inline-start-color: rgb(54 83 20 / 0.75);
}

.active\:border-s-lime-900\/80:active {
  border-inline-start-color: rgb(54 83 20 / 0.8);
}

.active\:border-s-lime-900\/90:active {
  border-inline-start-color: rgb(54 83 20 / 0.9);
}

.active\:border-s-lime-900\/95:active {
  border-inline-start-color: rgb(54 83 20 / 0.95);
}

.active\:border-s-lime-950:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(26 46 5 / var(--tw-border-opacity));
}

.active\:border-s-lime-950\/0:active {
  border-inline-start-color: rgb(26 46 5 / 0);
}

.active\:border-s-lime-950\/10:active {
  border-inline-start-color: rgb(26 46 5 / 0.1);
}

.active\:border-s-lime-950\/100:active {
  border-inline-start-color: rgb(26 46 5 / 1);
}

.active\:border-s-lime-950\/20:active {
  border-inline-start-color: rgb(26 46 5 / 0.2);
}

.active\:border-s-lime-950\/25:active {
  border-inline-start-color: rgb(26 46 5 / 0.25);
}

.active\:border-s-lime-950\/30:active {
  border-inline-start-color: rgb(26 46 5 / 0.3);
}

.active\:border-s-lime-950\/40:active {
  border-inline-start-color: rgb(26 46 5 / 0.4);
}

.active\:border-s-lime-950\/5:active {
  border-inline-start-color: rgb(26 46 5 / 0.05);
}

.active\:border-s-lime-950\/50:active {
  border-inline-start-color: rgb(26 46 5 / 0.5);
}

.active\:border-s-lime-950\/60:active {
  border-inline-start-color: rgb(26 46 5 / 0.6);
}

.active\:border-s-lime-950\/70:active {
  border-inline-start-color: rgb(26 46 5 / 0.7);
}

.active\:border-s-lime-950\/75:active {
  border-inline-start-color: rgb(26 46 5 / 0.75);
}

.active\:border-s-lime-950\/80:active {
  border-inline-start-color: rgb(26 46 5 / 0.8);
}

.active\:border-s-lime-950\/90:active {
  border-inline-start-color: rgb(26 46 5 / 0.9);
}

.active\:border-s-lime-950\/95:active {
  border-inline-start-color: rgb(26 46 5 / 0.95);
}

.active\:border-s-nafisa-500:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(153 53 10 / var(--tw-border-opacity));
}

.active\:border-s-nafisa-500\/0:active {
  border-inline-start-color: rgb(153 53 10 / 0);
}

.active\:border-s-nafisa-500\/10:active {
  border-inline-start-color: rgb(153 53 10 / 0.1);
}

.active\:border-s-nafisa-500\/100:active {
  border-inline-start-color: rgb(153 53 10 / 1);
}

.active\:border-s-nafisa-500\/20:active {
  border-inline-start-color: rgb(153 53 10 / 0.2);
}

.active\:border-s-nafisa-500\/25:active {
  border-inline-start-color: rgb(153 53 10 / 0.25);
}

.active\:border-s-nafisa-500\/30:active {
  border-inline-start-color: rgb(153 53 10 / 0.3);
}

.active\:border-s-nafisa-500\/40:active {
  border-inline-start-color: rgb(153 53 10 / 0.4);
}

.active\:border-s-nafisa-500\/5:active {
  border-inline-start-color: rgb(153 53 10 / 0.05);
}

.active\:border-s-nafisa-500\/50:active {
  border-inline-start-color: rgb(153 53 10 / 0.5);
}

.active\:border-s-nafisa-500\/60:active {
  border-inline-start-color: rgb(153 53 10 / 0.6);
}

.active\:border-s-nafisa-500\/70:active {
  border-inline-start-color: rgb(153 53 10 / 0.7);
}

.active\:border-s-nafisa-500\/75:active {
  border-inline-start-color: rgb(153 53 10 / 0.75);
}

.active\:border-s-nafisa-500\/80:active {
  border-inline-start-color: rgb(153 53 10 / 0.8);
}

.active\:border-s-nafisa-500\/90:active {
  border-inline-start-color: rgb(153 53 10 / 0.9);
}

.active\:border-s-nafisa-500\/95:active {
  border-inline-start-color: rgb(153 53 10 / 0.95);
}

.active\:border-s-neutral-100:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.active\:border-s-neutral-100\/0:active {
  border-inline-start-color: rgb(245 245 245 / 0);
}

.active\:border-s-neutral-100\/10:active {
  border-inline-start-color: rgb(245 245 245 / 0.1);
}

.active\:border-s-neutral-100\/100:active {
  border-inline-start-color: rgb(245 245 245 / 1);
}

.active\:border-s-neutral-100\/20:active {
  border-inline-start-color: rgb(245 245 245 / 0.2);
}

.active\:border-s-neutral-100\/25:active {
  border-inline-start-color: rgb(245 245 245 / 0.25);
}

.active\:border-s-neutral-100\/30:active {
  border-inline-start-color: rgb(245 245 245 / 0.3);
}

.active\:border-s-neutral-100\/40:active {
  border-inline-start-color: rgb(245 245 245 / 0.4);
}

.active\:border-s-neutral-100\/5:active {
  border-inline-start-color: rgb(245 245 245 / 0.05);
}

.active\:border-s-neutral-100\/50:active {
  border-inline-start-color: rgb(245 245 245 / 0.5);
}

.active\:border-s-neutral-100\/60:active {
  border-inline-start-color: rgb(245 245 245 / 0.6);
}

.active\:border-s-neutral-100\/70:active {
  border-inline-start-color: rgb(245 245 245 / 0.7);
}

.active\:border-s-neutral-100\/75:active {
  border-inline-start-color: rgb(245 245 245 / 0.75);
}

.active\:border-s-neutral-100\/80:active {
  border-inline-start-color: rgb(245 245 245 / 0.8);
}

.active\:border-s-neutral-100\/90:active {
  border-inline-start-color: rgb(245 245 245 / 0.9);
}

.active\:border-s-neutral-100\/95:active {
  border-inline-start-color: rgb(245 245 245 / 0.95);
}

.active\:border-s-neutral-200:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.active\:border-s-neutral-200\/0:active {
  border-inline-start-color: rgb(229 229 229 / 0);
}

.active\:border-s-neutral-200\/10:active {
  border-inline-start-color: rgb(229 229 229 / 0.1);
}

.active\:border-s-neutral-200\/100:active {
  border-inline-start-color: rgb(229 229 229 / 1);
}

.active\:border-s-neutral-200\/20:active {
  border-inline-start-color: rgb(229 229 229 / 0.2);
}

.active\:border-s-neutral-200\/25:active {
  border-inline-start-color: rgb(229 229 229 / 0.25);
}

.active\:border-s-neutral-200\/30:active {
  border-inline-start-color: rgb(229 229 229 / 0.3);
}

.active\:border-s-neutral-200\/40:active {
  border-inline-start-color: rgb(229 229 229 / 0.4);
}

.active\:border-s-neutral-200\/5:active {
  border-inline-start-color: rgb(229 229 229 / 0.05);
}

.active\:border-s-neutral-200\/50:active {
  border-inline-start-color: rgb(229 229 229 / 0.5);
}

.active\:border-s-neutral-200\/60:active {
  border-inline-start-color: rgb(229 229 229 / 0.6);
}

.active\:border-s-neutral-200\/70:active {
  border-inline-start-color: rgb(229 229 229 / 0.7);
}

.active\:border-s-neutral-200\/75:active {
  border-inline-start-color: rgb(229 229 229 / 0.75);
}

.active\:border-s-neutral-200\/80:active {
  border-inline-start-color: rgb(229 229 229 / 0.8);
}

.active\:border-s-neutral-200\/90:active {
  border-inline-start-color: rgb(229 229 229 / 0.9);
}

.active\:border-s-neutral-200\/95:active {
  border-inline-start-color: rgb(229 229 229 / 0.95);
}

.active\:border-s-neutral-300:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.active\:border-s-neutral-300\/0:active {
  border-inline-start-color: rgb(212 212 212 / 0);
}

.active\:border-s-neutral-300\/10:active {
  border-inline-start-color: rgb(212 212 212 / 0.1);
}

.active\:border-s-neutral-300\/100:active {
  border-inline-start-color: rgb(212 212 212 / 1);
}

.active\:border-s-neutral-300\/20:active {
  border-inline-start-color: rgb(212 212 212 / 0.2);
}

.active\:border-s-neutral-300\/25:active {
  border-inline-start-color: rgb(212 212 212 / 0.25);
}

.active\:border-s-neutral-300\/30:active {
  border-inline-start-color: rgb(212 212 212 / 0.3);
}

.active\:border-s-neutral-300\/40:active {
  border-inline-start-color: rgb(212 212 212 / 0.4);
}

.active\:border-s-neutral-300\/5:active {
  border-inline-start-color: rgb(212 212 212 / 0.05);
}

.active\:border-s-neutral-300\/50:active {
  border-inline-start-color: rgb(212 212 212 / 0.5);
}

.active\:border-s-neutral-300\/60:active {
  border-inline-start-color: rgb(212 212 212 / 0.6);
}

.active\:border-s-neutral-300\/70:active {
  border-inline-start-color: rgb(212 212 212 / 0.7);
}

.active\:border-s-neutral-300\/75:active {
  border-inline-start-color: rgb(212 212 212 / 0.75);
}

.active\:border-s-neutral-300\/80:active {
  border-inline-start-color: rgb(212 212 212 / 0.8);
}

.active\:border-s-neutral-300\/90:active {
  border-inline-start-color: rgb(212 212 212 / 0.9);
}

.active\:border-s-neutral-300\/95:active {
  border-inline-start-color: rgb(212 212 212 / 0.95);
}

.active\:border-s-neutral-400:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.active\:border-s-neutral-400\/0:active {
  border-inline-start-color: rgb(163 163 163 / 0);
}

.active\:border-s-neutral-400\/10:active {
  border-inline-start-color: rgb(163 163 163 / 0.1);
}

.active\:border-s-neutral-400\/100:active {
  border-inline-start-color: rgb(163 163 163 / 1);
}

.active\:border-s-neutral-400\/20:active {
  border-inline-start-color: rgb(163 163 163 / 0.2);
}

.active\:border-s-neutral-400\/25:active {
  border-inline-start-color: rgb(163 163 163 / 0.25);
}

.active\:border-s-neutral-400\/30:active {
  border-inline-start-color: rgb(163 163 163 / 0.3);
}

.active\:border-s-neutral-400\/40:active {
  border-inline-start-color: rgb(163 163 163 / 0.4);
}

.active\:border-s-neutral-400\/5:active {
  border-inline-start-color: rgb(163 163 163 / 0.05);
}

.active\:border-s-neutral-400\/50:active {
  border-inline-start-color: rgb(163 163 163 / 0.5);
}

.active\:border-s-neutral-400\/60:active {
  border-inline-start-color: rgb(163 163 163 / 0.6);
}

.active\:border-s-neutral-400\/70:active {
  border-inline-start-color: rgb(163 163 163 / 0.7);
}

.active\:border-s-neutral-400\/75:active {
  border-inline-start-color: rgb(163 163 163 / 0.75);
}

.active\:border-s-neutral-400\/80:active {
  border-inline-start-color: rgb(163 163 163 / 0.8);
}

.active\:border-s-neutral-400\/90:active {
  border-inline-start-color: rgb(163 163 163 / 0.9);
}

.active\:border-s-neutral-400\/95:active {
  border-inline-start-color: rgb(163 163 163 / 0.95);
}

.active\:border-s-neutral-50:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.active\:border-s-neutral-50\/0:active {
  border-inline-start-color: rgb(250 250 250 / 0);
}

.active\:border-s-neutral-50\/10:active {
  border-inline-start-color: rgb(250 250 250 / 0.1);
}

.active\:border-s-neutral-50\/100:active {
  border-inline-start-color: rgb(250 250 250 / 1);
}

.active\:border-s-neutral-50\/20:active {
  border-inline-start-color: rgb(250 250 250 / 0.2);
}

.active\:border-s-neutral-50\/25:active {
  border-inline-start-color: rgb(250 250 250 / 0.25);
}

.active\:border-s-neutral-50\/30:active {
  border-inline-start-color: rgb(250 250 250 / 0.3);
}

.active\:border-s-neutral-50\/40:active {
  border-inline-start-color: rgb(250 250 250 / 0.4);
}

.active\:border-s-neutral-50\/5:active {
  border-inline-start-color: rgb(250 250 250 / 0.05);
}

.active\:border-s-neutral-50\/50:active {
  border-inline-start-color: rgb(250 250 250 / 0.5);
}

.active\:border-s-neutral-50\/60:active {
  border-inline-start-color: rgb(250 250 250 / 0.6);
}

.active\:border-s-neutral-50\/70:active {
  border-inline-start-color: rgb(250 250 250 / 0.7);
}

.active\:border-s-neutral-50\/75:active {
  border-inline-start-color: rgb(250 250 250 / 0.75);
}

.active\:border-s-neutral-50\/80:active {
  border-inline-start-color: rgb(250 250 250 / 0.8);
}

.active\:border-s-neutral-50\/90:active {
  border-inline-start-color: rgb(250 250 250 / 0.9);
}

.active\:border-s-neutral-50\/95:active {
  border-inline-start-color: rgb(250 250 250 / 0.95);
}

.active\:border-s-neutral-500:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.active\:border-s-neutral-500\/0:active {
  border-inline-start-color: rgb(115 115 115 / 0);
}

.active\:border-s-neutral-500\/10:active {
  border-inline-start-color: rgb(115 115 115 / 0.1);
}

.active\:border-s-neutral-500\/100:active {
  border-inline-start-color: rgb(115 115 115 / 1);
}

.active\:border-s-neutral-500\/20:active {
  border-inline-start-color: rgb(115 115 115 / 0.2);
}

.active\:border-s-neutral-500\/25:active {
  border-inline-start-color: rgb(115 115 115 / 0.25);
}

.active\:border-s-neutral-500\/30:active {
  border-inline-start-color: rgb(115 115 115 / 0.3);
}

.active\:border-s-neutral-500\/40:active {
  border-inline-start-color: rgb(115 115 115 / 0.4);
}

.active\:border-s-neutral-500\/5:active {
  border-inline-start-color: rgb(115 115 115 / 0.05);
}

.active\:border-s-neutral-500\/50:active {
  border-inline-start-color: rgb(115 115 115 / 0.5);
}

.active\:border-s-neutral-500\/60:active {
  border-inline-start-color: rgb(115 115 115 / 0.6);
}

.active\:border-s-neutral-500\/70:active {
  border-inline-start-color: rgb(115 115 115 / 0.7);
}

.active\:border-s-neutral-500\/75:active {
  border-inline-start-color: rgb(115 115 115 / 0.75);
}

.active\:border-s-neutral-500\/80:active {
  border-inline-start-color: rgb(115 115 115 / 0.8);
}

.active\:border-s-neutral-500\/90:active {
  border-inline-start-color: rgb(115 115 115 / 0.9);
}

.active\:border-s-neutral-500\/95:active {
  border-inline-start-color: rgb(115 115 115 / 0.95);
}

.active\:border-s-neutral-600:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.active\:border-s-neutral-600\/0:active {
  border-inline-start-color: rgb(82 82 82 / 0);
}

.active\:border-s-neutral-600\/10:active {
  border-inline-start-color: rgb(82 82 82 / 0.1);
}

.active\:border-s-neutral-600\/100:active {
  border-inline-start-color: rgb(82 82 82 / 1);
}

.active\:border-s-neutral-600\/20:active {
  border-inline-start-color: rgb(82 82 82 / 0.2);
}

.active\:border-s-neutral-600\/25:active {
  border-inline-start-color: rgb(82 82 82 / 0.25);
}

.active\:border-s-neutral-600\/30:active {
  border-inline-start-color: rgb(82 82 82 / 0.3);
}

.active\:border-s-neutral-600\/40:active {
  border-inline-start-color: rgb(82 82 82 / 0.4);
}

.active\:border-s-neutral-600\/5:active {
  border-inline-start-color: rgb(82 82 82 / 0.05);
}

.active\:border-s-neutral-600\/50:active {
  border-inline-start-color: rgb(82 82 82 / 0.5);
}

.active\:border-s-neutral-600\/60:active {
  border-inline-start-color: rgb(82 82 82 / 0.6);
}

.active\:border-s-neutral-600\/70:active {
  border-inline-start-color: rgb(82 82 82 / 0.7);
}

.active\:border-s-neutral-600\/75:active {
  border-inline-start-color: rgb(82 82 82 / 0.75);
}

.active\:border-s-neutral-600\/80:active {
  border-inline-start-color: rgb(82 82 82 / 0.8);
}

.active\:border-s-neutral-600\/90:active {
  border-inline-start-color: rgb(82 82 82 / 0.9);
}

.active\:border-s-neutral-600\/95:active {
  border-inline-start-color: rgb(82 82 82 / 0.95);
}

.active\:border-s-neutral-700:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.active\:border-s-neutral-700\/0:active {
  border-inline-start-color: rgb(64 64 64 / 0);
}

.active\:border-s-neutral-700\/10:active {
  border-inline-start-color: rgb(64 64 64 / 0.1);
}

.active\:border-s-neutral-700\/100:active {
  border-inline-start-color: rgb(64 64 64 / 1);
}

.active\:border-s-neutral-700\/20:active {
  border-inline-start-color: rgb(64 64 64 / 0.2);
}

.active\:border-s-neutral-700\/25:active {
  border-inline-start-color: rgb(64 64 64 / 0.25);
}

.active\:border-s-neutral-700\/30:active {
  border-inline-start-color: rgb(64 64 64 / 0.3);
}

.active\:border-s-neutral-700\/40:active {
  border-inline-start-color: rgb(64 64 64 / 0.4);
}

.active\:border-s-neutral-700\/5:active {
  border-inline-start-color: rgb(64 64 64 / 0.05);
}

.active\:border-s-neutral-700\/50:active {
  border-inline-start-color: rgb(64 64 64 / 0.5);
}

.active\:border-s-neutral-700\/60:active {
  border-inline-start-color: rgb(64 64 64 / 0.6);
}

.active\:border-s-neutral-700\/70:active {
  border-inline-start-color: rgb(64 64 64 / 0.7);
}

.active\:border-s-neutral-700\/75:active {
  border-inline-start-color: rgb(64 64 64 / 0.75);
}

.active\:border-s-neutral-700\/80:active {
  border-inline-start-color: rgb(64 64 64 / 0.8);
}

.active\:border-s-neutral-700\/90:active {
  border-inline-start-color: rgb(64 64 64 / 0.9);
}

.active\:border-s-neutral-700\/95:active {
  border-inline-start-color: rgb(64 64 64 / 0.95);
}

.active\:border-s-neutral-800:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.active\:border-s-neutral-800\/0:active {
  border-inline-start-color: rgb(38 38 38 / 0);
}

.active\:border-s-neutral-800\/10:active {
  border-inline-start-color: rgb(38 38 38 / 0.1);
}

.active\:border-s-neutral-800\/100:active {
  border-inline-start-color: rgb(38 38 38 / 1);
}

.active\:border-s-neutral-800\/20:active {
  border-inline-start-color: rgb(38 38 38 / 0.2);
}

.active\:border-s-neutral-800\/25:active {
  border-inline-start-color: rgb(38 38 38 / 0.25);
}

.active\:border-s-neutral-800\/30:active {
  border-inline-start-color: rgb(38 38 38 / 0.3);
}

.active\:border-s-neutral-800\/40:active {
  border-inline-start-color: rgb(38 38 38 / 0.4);
}

.active\:border-s-neutral-800\/5:active {
  border-inline-start-color: rgb(38 38 38 / 0.05);
}

.active\:border-s-neutral-800\/50:active {
  border-inline-start-color: rgb(38 38 38 / 0.5);
}

.active\:border-s-neutral-800\/60:active {
  border-inline-start-color: rgb(38 38 38 / 0.6);
}

.active\:border-s-neutral-800\/70:active {
  border-inline-start-color: rgb(38 38 38 / 0.7);
}

.active\:border-s-neutral-800\/75:active {
  border-inline-start-color: rgb(38 38 38 / 0.75);
}

.active\:border-s-neutral-800\/80:active {
  border-inline-start-color: rgb(38 38 38 / 0.8);
}

.active\:border-s-neutral-800\/90:active {
  border-inline-start-color: rgb(38 38 38 / 0.9);
}

.active\:border-s-neutral-800\/95:active {
  border-inline-start-color: rgb(38 38 38 / 0.95);
}

.active\:border-s-neutral-900:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.active\:border-s-neutral-900\/0:active {
  border-inline-start-color: rgb(23 23 23 / 0);
}

.active\:border-s-neutral-900\/10:active {
  border-inline-start-color: rgb(23 23 23 / 0.1);
}

.active\:border-s-neutral-900\/100:active {
  border-inline-start-color: rgb(23 23 23 / 1);
}

.active\:border-s-neutral-900\/20:active {
  border-inline-start-color: rgb(23 23 23 / 0.2);
}

.active\:border-s-neutral-900\/25:active {
  border-inline-start-color: rgb(23 23 23 / 0.25);
}

.active\:border-s-neutral-900\/30:active {
  border-inline-start-color: rgb(23 23 23 / 0.3);
}

.active\:border-s-neutral-900\/40:active {
  border-inline-start-color: rgb(23 23 23 / 0.4);
}

.active\:border-s-neutral-900\/5:active {
  border-inline-start-color: rgb(23 23 23 / 0.05);
}

.active\:border-s-neutral-900\/50:active {
  border-inline-start-color: rgb(23 23 23 / 0.5);
}

.active\:border-s-neutral-900\/60:active {
  border-inline-start-color: rgb(23 23 23 / 0.6);
}

.active\:border-s-neutral-900\/70:active {
  border-inline-start-color: rgb(23 23 23 / 0.7);
}

.active\:border-s-neutral-900\/75:active {
  border-inline-start-color: rgb(23 23 23 / 0.75);
}

.active\:border-s-neutral-900\/80:active {
  border-inline-start-color: rgb(23 23 23 / 0.8);
}

.active\:border-s-neutral-900\/90:active {
  border-inline-start-color: rgb(23 23 23 / 0.9);
}

.active\:border-s-neutral-900\/95:active {
  border-inline-start-color: rgb(23 23 23 / 0.95);
}

.active\:border-s-neutral-950:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.active\:border-s-neutral-950\/0:active {
  border-inline-start-color: rgb(10 10 10 / 0);
}

.active\:border-s-neutral-950\/10:active {
  border-inline-start-color: rgb(10 10 10 / 0.1);
}

.active\:border-s-neutral-950\/100:active {
  border-inline-start-color: rgb(10 10 10 / 1);
}

.active\:border-s-neutral-950\/20:active {
  border-inline-start-color: rgb(10 10 10 / 0.2);
}

.active\:border-s-neutral-950\/25:active {
  border-inline-start-color: rgb(10 10 10 / 0.25);
}

.active\:border-s-neutral-950\/30:active {
  border-inline-start-color: rgb(10 10 10 / 0.3);
}

.active\:border-s-neutral-950\/40:active {
  border-inline-start-color: rgb(10 10 10 / 0.4);
}

.active\:border-s-neutral-950\/5:active {
  border-inline-start-color: rgb(10 10 10 / 0.05);
}

.active\:border-s-neutral-950\/50:active {
  border-inline-start-color: rgb(10 10 10 / 0.5);
}

.active\:border-s-neutral-950\/60:active {
  border-inline-start-color: rgb(10 10 10 / 0.6);
}

.active\:border-s-neutral-950\/70:active {
  border-inline-start-color: rgb(10 10 10 / 0.7);
}

.active\:border-s-neutral-950\/75:active {
  border-inline-start-color: rgb(10 10 10 / 0.75);
}

.active\:border-s-neutral-950\/80:active {
  border-inline-start-color: rgb(10 10 10 / 0.8);
}

.active\:border-s-neutral-950\/90:active {
  border-inline-start-color: rgb(10 10 10 / 0.9);
}

.active\:border-s-neutral-950\/95:active {
  border-inline-start-color: rgb(10 10 10 / 0.95);
}

.active\:border-s-orange-100:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 237 213 / var(--tw-border-opacity));
}

.active\:border-s-orange-100\/0:active {
  border-inline-start-color: rgb(255 237 213 / 0);
}

.active\:border-s-orange-100\/10:active {
  border-inline-start-color: rgb(255 237 213 / 0.1);
}

.active\:border-s-orange-100\/100:active {
  border-inline-start-color: rgb(255 237 213 / 1);
}

.active\:border-s-orange-100\/20:active {
  border-inline-start-color: rgb(255 237 213 / 0.2);
}

.active\:border-s-orange-100\/25:active {
  border-inline-start-color: rgb(255 237 213 / 0.25);
}

.active\:border-s-orange-100\/30:active {
  border-inline-start-color: rgb(255 237 213 / 0.3);
}

.active\:border-s-orange-100\/40:active {
  border-inline-start-color: rgb(255 237 213 / 0.4);
}

.active\:border-s-orange-100\/5:active {
  border-inline-start-color: rgb(255 237 213 / 0.05);
}

.active\:border-s-orange-100\/50:active {
  border-inline-start-color: rgb(255 237 213 / 0.5);
}

.active\:border-s-orange-100\/60:active {
  border-inline-start-color: rgb(255 237 213 / 0.6);
}

.active\:border-s-orange-100\/70:active {
  border-inline-start-color: rgb(255 237 213 / 0.7);
}

.active\:border-s-orange-100\/75:active {
  border-inline-start-color: rgb(255 237 213 / 0.75);
}

.active\:border-s-orange-100\/80:active {
  border-inline-start-color: rgb(255 237 213 / 0.8);
}

.active\:border-s-orange-100\/90:active {
  border-inline-start-color: rgb(255 237 213 / 0.9);
}

.active\:border-s-orange-100\/95:active {
  border-inline-start-color: rgb(255 237 213 / 0.95);
}

.active\:border-s-orange-200:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 215 170 / var(--tw-border-opacity));
}

.active\:border-s-orange-200\/0:active {
  border-inline-start-color: rgb(254 215 170 / 0);
}

.active\:border-s-orange-200\/10:active {
  border-inline-start-color: rgb(254 215 170 / 0.1);
}

.active\:border-s-orange-200\/100:active {
  border-inline-start-color: rgb(254 215 170 / 1);
}

.active\:border-s-orange-200\/20:active {
  border-inline-start-color: rgb(254 215 170 / 0.2);
}

.active\:border-s-orange-200\/25:active {
  border-inline-start-color: rgb(254 215 170 / 0.25);
}

.active\:border-s-orange-200\/30:active {
  border-inline-start-color: rgb(254 215 170 / 0.3);
}

.active\:border-s-orange-200\/40:active {
  border-inline-start-color: rgb(254 215 170 / 0.4);
}

.active\:border-s-orange-200\/5:active {
  border-inline-start-color: rgb(254 215 170 / 0.05);
}

.active\:border-s-orange-200\/50:active {
  border-inline-start-color: rgb(254 215 170 / 0.5);
}

.active\:border-s-orange-200\/60:active {
  border-inline-start-color: rgb(254 215 170 / 0.6);
}

.active\:border-s-orange-200\/70:active {
  border-inline-start-color: rgb(254 215 170 / 0.7);
}

.active\:border-s-orange-200\/75:active {
  border-inline-start-color: rgb(254 215 170 / 0.75);
}

.active\:border-s-orange-200\/80:active {
  border-inline-start-color: rgb(254 215 170 / 0.8);
}

.active\:border-s-orange-200\/90:active {
  border-inline-start-color: rgb(254 215 170 / 0.9);
}

.active\:border-s-orange-200\/95:active {
  border-inline-start-color: rgb(254 215 170 / 0.95);
}

.active\:border-s-orange-300:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 186 116 / var(--tw-border-opacity));
}

.active\:border-s-orange-300\/0:active {
  border-inline-start-color: rgb(253 186 116 / 0);
}

.active\:border-s-orange-300\/10:active {
  border-inline-start-color: rgb(253 186 116 / 0.1);
}

.active\:border-s-orange-300\/100:active {
  border-inline-start-color: rgb(253 186 116 / 1);
}

.active\:border-s-orange-300\/20:active {
  border-inline-start-color: rgb(253 186 116 / 0.2);
}

.active\:border-s-orange-300\/25:active {
  border-inline-start-color: rgb(253 186 116 / 0.25);
}

.active\:border-s-orange-300\/30:active {
  border-inline-start-color: rgb(253 186 116 / 0.3);
}

.active\:border-s-orange-300\/40:active {
  border-inline-start-color: rgb(253 186 116 / 0.4);
}

.active\:border-s-orange-300\/5:active {
  border-inline-start-color: rgb(253 186 116 / 0.05);
}

.active\:border-s-orange-300\/50:active {
  border-inline-start-color: rgb(253 186 116 / 0.5);
}

.active\:border-s-orange-300\/60:active {
  border-inline-start-color: rgb(253 186 116 / 0.6);
}

.active\:border-s-orange-300\/70:active {
  border-inline-start-color: rgb(253 186 116 / 0.7);
}

.active\:border-s-orange-300\/75:active {
  border-inline-start-color: rgb(253 186 116 / 0.75);
}

.active\:border-s-orange-300\/80:active {
  border-inline-start-color: rgb(253 186 116 / 0.8);
}

.active\:border-s-orange-300\/90:active {
  border-inline-start-color: rgb(253 186 116 / 0.9);
}

.active\:border-s-orange-300\/95:active {
  border-inline-start-color: rgb(253 186 116 / 0.95);
}

.active\:border-s-orange-400:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.active\:border-s-orange-400\/0:active {
  border-inline-start-color: rgb(251 146 60 / 0);
}

.active\:border-s-orange-400\/10:active {
  border-inline-start-color: rgb(251 146 60 / 0.1);
}

.active\:border-s-orange-400\/100:active {
  border-inline-start-color: rgb(251 146 60 / 1);
}

.active\:border-s-orange-400\/20:active {
  border-inline-start-color: rgb(251 146 60 / 0.2);
}

.active\:border-s-orange-400\/25:active {
  border-inline-start-color: rgb(251 146 60 / 0.25);
}

.active\:border-s-orange-400\/30:active {
  border-inline-start-color: rgb(251 146 60 / 0.3);
}

.active\:border-s-orange-400\/40:active {
  border-inline-start-color: rgb(251 146 60 / 0.4);
}

.active\:border-s-orange-400\/5:active {
  border-inline-start-color: rgb(251 146 60 / 0.05);
}

.active\:border-s-orange-400\/50:active {
  border-inline-start-color: rgb(251 146 60 / 0.5);
}

.active\:border-s-orange-400\/60:active {
  border-inline-start-color: rgb(251 146 60 / 0.6);
}

.active\:border-s-orange-400\/70:active {
  border-inline-start-color: rgb(251 146 60 / 0.7);
}

.active\:border-s-orange-400\/75:active {
  border-inline-start-color: rgb(251 146 60 / 0.75);
}

.active\:border-s-orange-400\/80:active {
  border-inline-start-color: rgb(251 146 60 / 0.8);
}

.active\:border-s-orange-400\/90:active {
  border-inline-start-color: rgb(251 146 60 / 0.9);
}

.active\:border-s-orange-400\/95:active {
  border-inline-start-color: rgb(251 146 60 / 0.95);
}

.active\:border-s-orange-50:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 247 237 / var(--tw-border-opacity));
}

.active\:border-s-orange-50\/0:active {
  border-inline-start-color: rgb(255 247 237 / 0);
}

.active\:border-s-orange-50\/10:active {
  border-inline-start-color: rgb(255 247 237 / 0.1);
}

.active\:border-s-orange-50\/100:active {
  border-inline-start-color: rgb(255 247 237 / 1);
}

.active\:border-s-orange-50\/20:active {
  border-inline-start-color: rgb(255 247 237 / 0.2);
}

.active\:border-s-orange-50\/25:active {
  border-inline-start-color: rgb(255 247 237 / 0.25);
}

.active\:border-s-orange-50\/30:active {
  border-inline-start-color: rgb(255 247 237 / 0.3);
}

.active\:border-s-orange-50\/40:active {
  border-inline-start-color: rgb(255 247 237 / 0.4);
}

.active\:border-s-orange-50\/5:active {
  border-inline-start-color: rgb(255 247 237 / 0.05);
}

.active\:border-s-orange-50\/50:active {
  border-inline-start-color: rgb(255 247 237 / 0.5);
}

.active\:border-s-orange-50\/60:active {
  border-inline-start-color: rgb(255 247 237 / 0.6);
}

.active\:border-s-orange-50\/70:active {
  border-inline-start-color: rgb(255 247 237 / 0.7);
}

.active\:border-s-orange-50\/75:active {
  border-inline-start-color: rgb(255 247 237 / 0.75);
}

.active\:border-s-orange-50\/80:active {
  border-inline-start-color: rgb(255 247 237 / 0.8);
}

.active\:border-s-orange-50\/90:active {
  border-inline-start-color: rgb(255 247 237 / 0.9);
}

.active\:border-s-orange-50\/95:active {
  border-inline-start-color: rgb(255 247 237 / 0.95);
}

.active\:border-s-orange-500:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(249 115 22 / var(--tw-border-opacity));
}

.active\:border-s-orange-500\/0:active {
  border-inline-start-color: rgb(249 115 22 / 0);
}

.active\:border-s-orange-500\/10:active {
  border-inline-start-color: rgb(249 115 22 / 0.1);
}

.active\:border-s-orange-500\/100:active {
  border-inline-start-color: rgb(249 115 22 / 1);
}

.active\:border-s-orange-500\/20:active {
  border-inline-start-color: rgb(249 115 22 / 0.2);
}

.active\:border-s-orange-500\/25:active {
  border-inline-start-color: rgb(249 115 22 / 0.25);
}

.active\:border-s-orange-500\/30:active {
  border-inline-start-color: rgb(249 115 22 / 0.3);
}

.active\:border-s-orange-500\/40:active {
  border-inline-start-color: rgb(249 115 22 / 0.4);
}

.active\:border-s-orange-500\/5:active {
  border-inline-start-color: rgb(249 115 22 / 0.05);
}

.active\:border-s-orange-500\/50:active {
  border-inline-start-color: rgb(249 115 22 / 0.5);
}

.active\:border-s-orange-500\/60:active {
  border-inline-start-color: rgb(249 115 22 / 0.6);
}

.active\:border-s-orange-500\/70:active {
  border-inline-start-color: rgb(249 115 22 / 0.7);
}

.active\:border-s-orange-500\/75:active {
  border-inline-start-color: rgb(249 115 22 / 0.75);
}

.active\:border-s-orange-500\/80:active {
  border-inline-start-color: rgb(249 115 22 / 0.8);
}

.active\:border-s-orange-500\/90:active {
  border-inline-start-color: rgb(249 115 22 / 0.9);
}

.active\:border-s-orange-500\/95:active {
  border-inline-start-color: rgb(249 115 22 / 0.95);
}

.active\:border-s-orange-600:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.active\:border-s-orange-600\/0:active {
  border-inline-start-color: rgb(234 88 12 / 0);
}

.active\:border-s-orange-600\/10:active {
  border-inline-start-color: rgb(234 88 12 / 0.1);
}

.active\:border-s-orange-600\/100:active {
  border-inline-start-color: rgb(234 88 12 / 1);
}

.active\:border-s-orange-600\/20:active {
  border-inline-start-color: rgb(234 88 12 / 0.2);
}

.active\:border-s-orange-600\/25:active {
  border-inline-start-color: rgb(234 88 12 / 0.25);
}

.active\:border-s-orange-600\/30:active {
  border-inline-start-color: rgb(234 88 12 / 0.3);
}

.active\:border-s-orange-600\/40:active {
  border-inline-start-color: rgb(234 88 12 / 0.4);
}

.active\:border-s-orange-600\/5:active {
  border-inline-start-color: rgb(234 88 12 / 0.05);
}

.active\:border-s-orange-600\/50:active {
  border-inline-start-color: rgb(234 88 12 / 0.5);
}

.active\:border-s-orange-600\/60:active {
  border-inline-start-color: rgb(234 88 12 / 0.6);
}

.active\:border-s-orange-600\/70:active {
  border-inline-start-color: rgb(234 88 12 / 0.7);
}

.active\:border-s-orange-600\/75:active {
  border-inline-start-color: rgb(234 88 12 / 0.75);
}

.active\:border-s-orange-600\/80:active {
  border-inline-start-color: rgb(234 88 12 / 0.8);
}

.active\:border-s-orange-600\/90:active {
  border-inline-start-color: rgb(234 88 12 / 0.9);
}

.active\:border-s-orange-600\/95:active {
  border-inline-start-color: rgb(234 88 12 / 0.95);
}

.active\:border-s-orange-700:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(194 65 12 / var(--tw-border-opacity));
}

.active\:border-s-orange-700\/0:active {
  border-inline-start-color: rgb(194 65 12 / 0);
}

.active\:border-s-orange-700\/10:active {
  border-inline-start-color: rgb(194 65 12 / 0.1);
}

.active\:border-s-orange-700\/100:active {
  border-inline-start-color: rgb(194 65 12 / 1);
}

.active\:border-s-orange-700\/20:active {
  border-inline-start-color: rgb(194 65 12 / 0.2);
}

.active\:border-s-orange-700\/25:active {
  border-inline-start-color: rgb(194 65 12 / 0.25);
}

.active\:border-s-orange-700\/30:active {
  border-inline-start-color: rgb(194 65 12 / 0.3);
}

.active\:border-s-orange-700\/40:active {
  border-inline-start-color: rgb(194 65 12 / 0.4);
}

.active\:border-s-orange-700\/5:active {
  border-inline-start-color: rgb(194 65 12 / 0.05);
}

.active\:border-s-orange-700\/50:active {
  border-inline-start-color: rgb(194 65 12 / 0.5);
}

.active\:border-s-orange-700\/60:active {
  border-inline-start-color: rgb(194 65 12 / 0.6);
}

.active\:border-s-orange-700\/70:active {
  border-inline-start-color: rgb(194 65 12 / 0.7);
}

.active\:border-s-orange-700\/75:active {
  border-inline-start-color: rgb(194 65 12 / 0.75);
}

.active\:border-s-orange-700\/80:active {
  border-inline-start-color: rgb(194 65 12 / 0.8);
}

.active\:border-s-orange-700\/90:active {
  border-inline-start-color: rgb(194 65 12 / 0.9);
}

.active\:border-s-orange-700\/95:active {
  border-inline-start-color: rgb(194 65 12 / 0.95);
}

.active\:border-s-orange-800:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(154 52 18 / var(--tw-border-opacity));
}

.active\:border-s-orange-800\/0:active {
  border-inline-start-color: rgb(154 52 18 / 0);
}

.active\:border-s-orange-800\/10:active {
  border-inline-start-color: rgb(154 52 18 / 0.1);
}

.active\:border-s-orange-800\/100:active {
  border-inline-start-color: rgb(154 52 18 / 1);
}

.active\:border-s-orange-800\/20:active {
  border-inline-start-color: rgb(154 52 18 / 0.2);
}

.active\:border-s-orange-800\/25:active {
  border-inline-start-color: rgb(154 52 18 / 0.25);
}

.active\:border-s-orange-800\/30:active {
  border-inline-start-color: rgb(154 52 18 / 0.3);
}

.active\:border-s-orange-800\/40:active {
  border-inline-start-color: rgb(154 52 18 / 0.4);
}

.active\:border-s-orange-800\/5:active {
  border-inline-start-color: rgb(154 52 18 / 0.05);
}

.active\:border-s-orange-800\/50:active {
  border-inline-start-color: rgb(154 52 18 / 0.5);
}

.active\:border-s-orange-800\/60:active {
  border-inline-start-color: rgb(154 52 18 / 0.6);
}

.active\:border-s-orange-800\/70:active {
  border-inline-start-color: rgb(154 52 18 / 0.7);
}

.active\:border-s-orange-800\/75:active {
  border-inline-start-color: rgb(154 52 18 / 0.75);
}

.active\:border-s-orange-800\/80:active {
  border-inline-start-color: rgb(154 52 18 / 0.8);
}

.active\:border-s-orange-800\/90:active {
  border-inline-start-color: rgb(154 52 18 / 0.9);
}

.active\:border-s-orange-800\/95:active {
  border-inline-start-color: rgb(154 52 18 / 0.95);
}

.active\:border-s-orange-900:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(124 45 18 / var(--tw-border-opacity));
}

.active\:border-s-orange-900\/0:active {
  border-inline-start-color: rgb(124 45 18 / 0);
}

.active\:border-s-orange-900\/10:active {
  border-inline-start-color: rgb(124 45 18 / 0.1);
}

.active\:border-s-orange-900\/100:active {
  border-inline-start-color: rgb(124 45 18 / 1);
}

.active\:border-s-orange-900\/20:active {
  border-inline-start-color: rgb(124 45 18 / 0.2);
}

.active\:border-s-orange-900\/25:active {
  border-inline-start-color: rgb(124 45 18 / 0.25);
}

.active\:border-s-orange-900\/30:active {
  border-inline-start-color: rgb(124 45 18 / 0.3);
}

.active\:border-s-orange-900\/40:active {
  border-inline-start-color: rgb(124 45 18 / 0.4);
}

.active\:border-s-orange-900\/5:active {
  border-inline-start-color: rgb(124 45 18 / 0.05);
}

.active\:border-s-orange-900\/50:active {
  border-inline-start-color: rgb(124 45 18 / 0.5);
}

.active\:border-s-orange-900\/60:active {
  border-inline-start-color: rgb(124 45 18 / 0.6);
}

.active\:border-s-orange-900\/70:active {
  border-inline-start-color: rgb(124 45 18 / 0.7);
}

.active\:border-s-orange-900\/75:active {
  border-inline-start-color: rgb(124 45 18 / 0.75);
}

.active\:border-s-orange-900\/80:active {
  border-inline-start-color: rgb(124 45 18 / 0.8);
}

.active\:border-s-orange-900\/90:active {
  border-inline-start-color: rgb(124 45 18 / 0.9);
}

.active\:border-s-orange-900\/95:active {
  border-inline-start-color: rgb(124 45 18 / 0.95);
}

.active\:border-s-orange-950:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(67 20 7 / var(--tw-border-opacity));
}

.active\:border-s-orange-950\/0:active {
  border-inline-start-color: rgb(67 20 7 / 0);
}

.active\:border-s-orange-950\/10:active {
  border-inline-start-color: rgb(67 20 7 / 0.1);
}

.active\:border-s-orange-950\/100:active {
  border-inline-start-color: rgb(67 20 7 / 1);
}

.active\:border-s-orange-950\/20:active {
  border-inline-start-color: rgb(67 20 7 / 0.2);
}

.active\:border-s-orange-950\/25:active {
  border-inline-start-color: rgb(67 20 7 / 0.25);
}

.active\:border-s-orange-950\/30:active {
  border-inline-start-color: rgb(67 20 7 / 0.3);
}

.active\:border-s-orange-950\/40:active {
  border-inline-start-color: rgb(67 20 7 / 0.4);
}

.active\:border-s-orange-950\/5:active {
  border-inline-start-color: rgb(67 20 7 / 0.05);
}

.active\:border-s-orange-950\/50:active {
  border-inline-start-color: rgb(67 20 7 / 0.5);
}

.active\:border-s-orange-950\/60:active {
  border-inline-start-color: rgb(67 20 7 / 0.6);
}

.active\:border-s-orange-950\/70:active {
  border-inline-start-color: rgb(67 20 7 / 0.7);
}

.active\:border-s-orange-950\/75:active {
  border-inline-start-color: rgb(67 20 7 / 0.75);
}

.active\:border-s-orange-950\/80:active {
  border-inline-start-color: rgb(67 20 7 / 0.8);
}

.active\:border-s-orange-950\/90:active {
  border-inline-start-color: rgb(67 20 7 / 0.9);
}

.active\:border-s-orange-950\/95:active {
  border-inline-start-color: rgb(67 20 7 / 0.95);
}

.active\:border-s-ozc-100:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 239 235 / var(--tw-border-opacity));
}

.active\:border-s-ozc-100\/0:active {
  border-inline-start-color: rgb(255 239 235 / 0);
}

.active\:border-s-ozc-100\/10:active {
  border-inline-start-color: rgb(255 239 235 / 0.1);
}

.active\:border-s-ozc-100\/100:active {
  border-inline-start-color: rgb(255 239 235 / 1);
}

.active\:border-s-ozc-100\/20:active {
  border-inline-start-color: rgb(255 239 235 / 0.2);
}

.active\:border-s-ozc-100\/25:active {
  border-inline-start-color: rgb(255 239 235 / 0.25);
}

.active\:border-s-ozc-100\/30:active {
  border-inline-start-color: rgb(255 239 235 / 0.3);
}

.active\:border-s-ozc-100\/40:active {
  border-inline-start-color: rgb(255 239 235 / 0.4);
}

.active\:border-s-ozc-100\/5:active {
  border-inline-start-color: rgb(255 239 235 / 0.05);
}

.active\:border-s-ozc-100\/50:active {
  border-inline-start-color: rgb(255 239 235 / 0.5);
}

.active\:border-s-ozc-100\/60:active {
  border-inline-start-color: rgb(255 239 235 / 0.6);
}

.active\:border-s-ozc-100\/70:active {
  border-inline-start-color: rgb(255 239 235 / 0.7);
}

.active\:border-s-ozc-100\/75:active {
  border-inline-start-color: rgb(255 239 235 / 0.75);
}

.active\:border-s-ozc-100\/80:active {
  border-inline-start-color: rgb(255 239 235 / 0.8);
}

.active\:border-s-ozc-100\/90:active {
  border-inline-start-color: rgb(255 239 235 / 0.9);
}

.active\:border-s-ozc-100\/95:active {
  border-inline-start-color: rgb(255 239 235 / 0.95);
}

.active\:border-s-ozc-200:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 225 222 / var(--tw-border-opacity));
}

.active\:border-s-ozc-200\/0:active {
  border-inline-start-color: rgb(253 225 222 / 0);
}

.active\:border-s-ozc-200\/10:active {
  border-inline-start-color: rgb(253 225 222 / 0.1);
}

.active\:border-s-ozc-200\/100:active {
  border-inline-start-color: rgb(253 225 222 / 1);
}

.active\:border-s-ozc-200\/20:active {
  border-inline-start-color: rgb(253 225 222 / 0.2);
}

.active\:border-s-ozc-200\/25:active {
  border-inline-start-color: rgb(253 225 222 / 0.25);
}

.active\:border-s-ozc-200\/30:active {
  border-inline-start-color: rgb(253 225 222 / 0.3);
}

.active\:border-s-ozc-200\/40:active {
  border-inline-start-color: rgb(253 225 222 / 0.4);
}

.active\:border-s-ozc-200\/5:active {
  border-inline-start-color: rgb(253 225 222 / 0.05);
}

.active\:border-s-ozc-200\/50:active {
  border-inline-start-color: rgb(253 225 222 / 0.5);
}

.active\:border-s-ozc-200\/60:active {
  border-inline-start-color: rgb(253 225 222 / 0.6);
}

.active\:border-s-ozc-200\/70:active {
  border-inline-start-color: rgb(253 225 222 / 0.7);
}

.active\:border-s-ozc-200\/75:active {
  border-inline-start-color: rgb(253 225 222 / 0.75);
}

.active\:border-s-ozc-200\/80:active {
  border-inline-start-color: rgb(253 225 222 / 0.8);
}

.active\:border-s-ozc-200\/90:active {
  border-inline-start-color: rgb(253 225 222 / 0.9);
}

.active\:border-s-ozc-200\/95:active {
  border-inline-start-color: rgb(253 225 222 / 0.95);
}

.active\:border-s-ozc-300:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(248 181 181 / var(--tw-border-opacity));
}

.active\:border-s-ozc-300\/0:active {
  border-inline-start-color: rgb(248 181 181 / 0);
}

.active\:border-s-ozc-300\/10:active {
  border-inline-start-color: rgb(248 181 181 / 0.1);
}

.active\:border-s-ozc-300\/100:active {
  border-inline-start-color: rgb(248 181 181 / 1);
}

.active\:border-s-ozc-300\/20:active {
  border-inline-start-color: rgb(248 181 181 / 0.2);
}

.active\:border-s-ozc-300\/25:active {
  border-inline-start-color: rgb(248 181 181 / 0.25);
}

.active\:border-s-ozc-300\/30:active {
  border-inline-start-color: rgb(248 181 181 / 0.3);
}

.active\:border-s-ozc-300\/40:active {
  border-inline-start-color: rgb(248 181 181 / 0.4);
}

.active\:border-s-ozc-300\/5:active {
  border-inline-start-color: rgb(248 181 181 / 0.05);
}

.active\:border-s-ozc-300\/50:active {
  border-inline-start-color: rgb(248 181 181 / 0.5);
}

.active\:border-s-ozc-300\/60:active {
  border-inline-start-color: rgb(248 181 181 / 0.6);
}

.active\:border-s-ozc-300\/70:active {
  border-inline-start-color: rgb(248 181 181 / 0.7);
}

.active\:border-s-ozc-300\/75:active {
  border-inline-start-color: rgb(248 181 181 / 0.75);
}

.active\:border-s-ozc-300\/80:active {
  border-inline-start-color: rgb(248 181 181 / 0.8);
}

.active\:border-s-ozc-300\/90:active {
  border-inline-start-color: rgb(248 181 181 / 0.9);
}

.active\:border-s-ozc-300\/95:active {
  border-inline-start-color: rgb(248 181 181 / 0.95);
}

.active\:border-s-ozc-400:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 189 173 / var(--tw-border-opacity));
}

.active\:border-s-ozc-400\/0:active {
  border-inline-start-color: rgb(250 189 173 / 0);
}

.active\:border-s-ozc-400\/10:active {
  border-inline-start-color: rgb(250 189 173 / 0.1);
}

.active\:border-s-ozc-400\/100:active {
  border-inline-start-color: rgb(250 189 173 / 1);
}

.active\:border-s-ozc-400\/20:active {
  border-inline-start-color: rgb(250 189 173 / 0.2);
}

.active\:border-s-ozc-400\/25:active {
  border-inline-start-color: rgb(250 189 173 / 0.25);
}

.active\:border-s-ozc-400\/30:active {
  border-inline-start-color: rgb(250 189 173 / 0.3);
}

.active\:border-s-ozc-400\/40:active {
  border-inline-start-color: rgb(250 189 173 / 0.4);
}

.active\:border-s-ozc-400\/5:active {
  border-inline-start-color: rgb(250 189 173 / 0.05);
}

.active\:border-s-ozc-400\/50:active {
  border-inline-start-color: rgb(250 189 173 / 0.5);
}

.active\:border-s-ozc-400\/60:active {
  border-inline-start-color: rgb(250 189 173 / 0.6);
}

.active\:border-s-ozc-400\/70:active {
  border-inline-start-color: rgb(250 189 173 / 0.7);
}

.active\:border-s-ozc-400\/75:active {
  border-inline-start-color: rgb(250 189 173 / 0.75);
}

.active\:border-s-ozc-400\/80:active {
  border-inline-start-color: rgb(250 189 173 / 0.8);
}

.active\:border-s-ozc-400\/90:active {
  border-inline-start-color: rgb(250 189 173 / 0.9);
}

.active\:border-s-ozc-400\/95:active {
  border-inline-start-color: rgb(250 189 173 / 0.95);
}

.active\:border-s-ozc-50:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 243 232 / var(--tw-border-opacity));
}

.active\:border-s-ozc-50\/0:active {
  border-inline-start-color: rgb(254 243 232 / 0);
}

.active\:border-s-ozc-50\/10:active {
  border-inline-start-color: rgb(254 243 232 / 0.1);
}

.active\:border-s-ozc-50\/100:active {
  border-inline-start-color: rgb(254 243 232 / 1);
}

.active\:border-s-ozc-50\/20:active {
  border-inline-start-color: rgb(254 243 232 / 0.2);
}

.active\:border-s-ozc-50\/25:active {
  border-inline-start-color: rgb(254 243 232 / 0.25);
}

.active\:border-s-ozc-50\/30:active {
  border-inline-start-color: rgb(254 243 232 / 0.3);
}

.active\:border-s-ozc-50\/40:active {
  border-inline-start-color: rgb(254 243 232 / 0.4);
}

.active\:border-s-ozc-50\/5:active {
  border-inline-start-color: rgb(254 243 232 / 0.05);
}

.active\:border-s-ozc-50\/50:active {
  border-inline-start-color: rgb(254 243 232 / 0.5);
}

.active\:border-s-ozc-50\/60:active {
  border-inline-start-color: rgb(254 243 232 / 0.6);
}

.active\:border-s-ozc-50\/70:active {
  border-inline-start-color: rgb(254 243 232 / 0.7);
}

.active\:border-s-ozc-50\/75:active {
  border-inline-start-color: rgb(254 243 232 / 0.75);
}

.active\:border-s-ozc-50\/80:active {
  border-inline-start-color: rgb(254 243 232 / 0.8);
}

.active\:border-s-ozc-50\/90:active {
  border-inline-start-color: rgb(254 243 232 / 0.9);
}

.active\:border-s-ozc-50\/95:active {
  border-inline-start-color: rgb(254 243 232 / 0.95);
}

.active\:border-s-ozc-500:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 110 96 / var(--tw-border-opacity));
}

.active\:border-s-ozc-500\/0:active {
  border-inline-start-color: rgb(255 110 96 / 0);
}

.active\:border-s-ozc-500\/10:active {
  border-inline-start-color: rgb(255 110 96 / 0.1);
}

.active\:border-s-ozc-500\/100:active {
  border-inline-start-color: rgb(255 110 96 / 1);
}

.active\:border-s-ozc-500\/20:active {
  border-inline-start-color: rgb(255 110 96 / 0.2);
}

.active\:border-s-ozc-500\/25:active {
  border-inline-start-color: rgb(255 110 96 / 0.25);
}

.active\:border-s-ozc-500\/30:active {
  border-inline-start-color: rgb(255 110 96 / 0.3);
}

.active\:border-s-ozc-500\/40:active {
  border-inline-start-color: rgb(255 110 96 / 0.4);
}

.active\:border-s-ozc-500\/5:active {
  border-inline-start-color: rgb(255 110 96 / 0.05);
}

.active\:border-s-ozc-500\/50:active {
  border-inline-start-color: rgb(255 110 96 / 0.5);
}

.active\:border-s-ozc-500\/60:active {
  border-inline-start-color: rgb(255 110 96 / 0.6);
}

.active\:border-s-ozc-500\/70:active {
  border-inline-start-color: rgb(255 110 96 / 0.7);
}

.active\:border-s-ozc-500\/75:active {
  border-inline-start-color: rgb(255 110 96 / 0.75);
}

.active\:border-s-ozc-500\/80:active {
  border-inline-start-color: rgb(255 110 96 / 0.8);
}

.active\:border-s-ozc-500\/90:active {
  border-inline-start-color: rgb(255 110 96 / 0.9);
}

.active\:border-s-ozc-500\/95:active {
  border-inline-start-color: rgb(255 110 96 / 0.95);
}

.active\:border-s-ozc-600:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(249 169 140 / var(--tw-border-opacity));
}

.active\:border-s-ozc-600\/0:active {
  border-inline-start-color: rgb(249 169 140 / 0);
}

.active\:border-s-ozc-600\/10:active {
  border-inline-start-color: rgb(249 169 140 / 0.1);
}

.active\:border-s-ozc-600\/100:active {
  border-inline-start-color: rgb(249 169 140 / 1);
}

.active\:border-s-ozc-600\/20:active {
  border-inline-start-color: rgb(249 169 140 / 0.2);
}

.active\:border-s-ozc-600\/25:active {
  border-inline-start-color: rgb(249 169 140 / 0.25);
}

.active\:border-s-ozc-600\/30:active {
  border-inline-start-color: rgb(249 169 140 / 0.3);
}

.active\:border-s-ozc-600\/40:active {
  border-inline-start-color: rgb(249 169 140 / 0.4);
}

.active\:border-s-ozc-600\/5:active {
  border-inline-start-color: rgb(249 169 140 / 0.05);
}

.active\:border-s-ozc-600\/50:active {
  border-inline-start-color: rgb(249 169 140 / 0.5);
}

.active\:border-s-ozc-600\/60:active {
  border-inline-start-color: rgb(249 169 140 / 0.6);
}

.active\:border-s-ozc-600\/70:active {
  border-inline-start-color: rgb(249 169 140 / 0.7);
}

.active\:border-s-ozc-600\/75:active {
  border-inline-start-color: rgb(249 169 140 / 0.75);
}

.active\:border-s-ozc-600\/80:active {
  border-inline-start-color: rgb(249 169 140 / 0.8);
}

.active\:border-s-ozc-600\/90:active {
  border-inline-start-color: rgb(249 169 140 / 0.9);
}

.active\:border-s-ozc-600\/95:active {
  border-inline-start-color: rgb(249 169 140 / 0.95);
}

.active\:border-s-ozc-700:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(246 148 114 / var(--tw-border-opacity));
}

.active\:border-s-ozc-700\/0:active {
  border-inline-start-color: rgb(246 148 114 / 0);
}

.active\:border-s-ozc-700\/10:active {
  border-inline-start-color: rgb(246 148 114 / 0.1);
}

.active\:border-s-ozc-700\/100:active {
  border-inline-start-color: rgb(246 148 114 / 1);
}

.active\:border-s-ozc-700\/20:active {
  border-inline-start-color: rgb(246 148 114 / 0.2);
}

.active\:border-s-ozc-700\/25:active {
  border-inline-start-color: rgb(246 148 114 / 0.25);
}

.active\:border-s-ozc-700\/30:active {
  border-inline-start-color: rgb(246 148 114 / 0.3);
}

.active\:border-s-ozc-700\/40:active {
  border-inline-start-color: rgb(246 148 114 / 0.4);
}

.active\:border-s-ozc-700\/5:active {
  border-inline-start-color: rgb(246 148 114 / 0.05);
}

.active\:border-s-ozc-700\/50:active {
  border-inline-start-color: rgb(246 148 114 / 0.5);
}

.active\:border-s-ozc-700\/60:active {
  border-inline-start-color: rgb(246 148 114 / 0.6);
}

.active\:border-s-ozc-700\/70:active {
  border-inline-start-color: rgb(246 148 114 / 0.7);
}

.active\:border-s-ozc-700\/75:active {
  border-inline-start-color: rgb(246 148 114 / 0.75);
}

.active\:border-s-ozc-700\/80:active {
  border-inline-start-color: rgb(246 148 114 / 0.8);
}

.active\:border-s-ozc-700\/90:active {
  border-inline-start-color: rgb(246 148 114 / 0.9);
}

.active\:border-s-ozc-700\/95:active {
  border-inline-start-color: rgb(246 148 114 / 0.95);
}

.active\:border-s-ozc-800:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 144 136 / var(--tw-border-opacity));
}

.active\:border-s-ozc-800\/0:active {
  border-inline-start-color: rgb(245 144 136 / 0);
}

.active\:border-s-ozc-800\/10:active {
  border-inline-start-color: rgb(245 144 136 / 0.1);
}

.active\:border-s-ozc-800\/100:active {
  border-inline-start-color: rgb(245 144 136 / 1);
}

.active\:border-s-ozc-800\/20:active {
  border-inline-start-color: rgb(245 144 136 / 0.2);
}

.active\:border-s-ozc-800\/25:active {
  border-inline-start-color: rgb(245 144 136 / 0.25);
}

.active\:border-s-ozc-800\/30:active {
  border-inline-start-color: rgb(245 144 136 / 0.3);
}

.active\:border-s-ozc-800\/40:active {
  border-inline-start-color: rgb(245 144 136 / 0.4);
}

.active\:border-s-ozc-800\/5:active {
  border-inline-start-color: rgb(245 144 136 / 0.05);
}

.active\:border-s-ozc-800\/50:active {
  border-inline-start-color: rgb(245 144 136 / 0.5);
}

.active\:border-s-ozc-800\/60:active {
  border-inline-start-color: rgb(245 144 136 / 0.6);
}

.active\:border-s-ozc-800\/70:active {
  border-inline-start-color: rgb(245 144 136 / 0.7);
}

.active\:border-s-ozc-800\/75:active {
  border-inline-start-color: rgb(245 144 136 / 0.75);
}

.active\:border-s-ozc-800\/80:active {
  border-inline-start-color: rgb(245 144 136 / 0.8);
}

.active\:border-s-ozc-800\/90:active {
  border-inline-start-color: rgb(245 144 136 / 0.9);
}

.active\:border-s-ozc-800\/95:active {
  border-inline-start-color: rgb(245 144 136 / 0.95);
}

.active\:border-s-ozc-900:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(243 121 124 / var(--tw-border-opacity));
}

.active\:border-s-ozc-900\/0:active {
  border-inline-start-color: rgb(243 121 124 / 0);
}

.active\:border-s-ozc-900\/10:active {
  border-inline-start-color: rgb(243 121 124 / 0.1);
}

.active\:border-s-ozc-900\/100:active {
  border-inline-start-color: rgb(243 121 124 / 1);
}

.active\:border-s-ozc-900\/20:active {
  border-inline-start-color: rgb(243 121 124 / 0.2);
}

.active\:border-s-ozc-900\/25:active {
  border-inline-start-color: rgb(243 121 124 / 0.25);
}

.active\:border-s-ozc-900\/30:active {
  border-inline-start-color: rgb(243 121 124 / 0.3);
}

.active\:border-s-ozc-900\/40:active {
  border-inline-start-color: rgb(243 121 124 / 0.4);
}

.active\:border-s-ozc-900\/5:active {
  border-inline-start-color: rgb(243 121 124 / 0.05);
}

.active\:border-s-ozc-900\/50:active {
  border-inline-start-color: rgb(243 121 124 / 0.5);
}

.active\:border-s-ozc-900\/60:active {
  border-inline-start-color: rgb(243 121 124 / 0.6);
}

.active\:border-s-ozc-900\/70:active {
  border-inline-start-color: rgb(243 121 124 / 0.7);
}

.active\:border-s-ozc-900\/75:active {
  border-inline-start-color: rgb(243 121 124 / 0.75);
}

.active\:border-s-ozc-900\/80:active {
  border-inline-start-color: rgb(243 121 124 / 0.8);
}

.active\:border-s-ozc-900\/90:active {
  border-inline-start-color: rgb(243 121 124 / 0.9);
}

.active\:border-s-ozc-900\/95:active {
  border-inline-start-color: rgb(243 121 124 / 0.95);
}

.active\:border-s-ozc-950:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.active\:border-s-ozc-950\/0:active {
  border-inline-start-color: rgb(42 45 51 / 0);
}

.active\:border-s-ozc-950\/10:active {
  border-inline-start-color: rgb(42 45 51 / 0.1);
}

.active\:border-s-ozc-950\/100:active {
  border-inline-start-color: rgb(42 45 51 / 1);
}

.active\:border-s-ozc-950\/20:active {
  border-inline-start-color: rgb(42 45 51 / 0.2);
}

.active\:border-s-ozc-950\/25:active {
  border-inline-start-color: rgb(42 45 51 / 0.25);
}

.active\:border-s-ozc-950\/30:active {
  border-inline-start-color: rgb(42 45 51 / 0.3);
}

.active\:border-s-ozc-950\/40:active {
  border-inline-start-color: rgb(42 45 51 / 0.4);
}

.active\:border-s-ozc-950\/5:active {
  border-inline-start-color: rgb(42 45 51 / 0.05);
}

.active\:border-s-ozc-950\/50:active {
  border-inline-start-color: rgb(42 45 51 / 0.5);
}

.active\:border-s-ozc-950\/60:active {
  border-inline-start-color: rgb(42 45 51 / 0.6);
}

.active\:border-s-ozc-950\/70:active {
  border-inline-start-color: rgb(42 45 51 / 0.7);
}

.active\:border-s-ozc-950\/75:active {
  border-inline-start-color: rgb(42 45 51 / 0.75);
}

.active\:border-s-ozc-950\/80:active {
  border-inline-start-color: rgb(42 45 51 / 0.8);
}

.active\:border-s-ozc-950\/90:active {
  border-inline-start-color: rgb(42 45 51 / 0.9);
}

.active\:border-s-ozc-950\/95:active {
  border-inline-start-color: rgb(42 45 51 / 0.95);
}

.active\:border-s-ozc-alt-100:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 250 230 / var(--tw-border-opacity));
}

.active\:border-s-ozc-alt-100\/0:active {
  border-inline-start-color: rgb(255 250 230 / 0);
}

.active\:border-s-ozc-alt-100\/10:active {
  border-inline-start-color: rgb(255 250 230 / 0.1);
}

.active\:border-s-ozc-alt-100\/100:active {
  border-inline-start-color: rgb(255 250 230 / 1);
}

.active\:border-s-ozc-alt-100\/20:active {
  border-inline-start-color: rgb(255 250 230 / 0.2);
}

.active\:border-s-ozc-alt-100\/25:active {
  border-inline-start-color: rgb(255 250 230 / 0.25);
}

.active\:border-s-ozc-alt-100\/30:active {
  border-inline-start-color: rgb(255 250 230 / 0.3);
}

.active\:border-s-ozc-alt-100\/40:active {
  border-inline-start-color: rgb(255 250 230 / 0.4);
}

.active\:border-s-ozc-alt-100\/5:active {
  border-inline-start-color: rgb(255 250 230 / 0.05);
}

.active\:border-s-ozc-alt-100\/50:active {
  border-inline-start-color: rgb(255 250 230 / 0.5);
}

.active\:border-s-ozc-alt-100\/60:active {
  border-inline-start-color: rgb(255 250 230 / 0.6);
}

.active\:border-s-ozc-alt-100\/70:active {
  border-inline-start-color: rgb(255 250 230 / 0.7);
}

.active\:border-s-ozc-alt-100\/75:active {
  border-inline-start-color: rgb(255 250 230 / 0.75);
}

.active\:border-s-ozc-alt-100\/80:active {
  border-inline-start-color: rgb(255 250 230 / 0.8);
}

.active\:border-s-ozc-alt-100\/90:active {
  border-inline-start-color: rgb(255 250 230 / 0.9);
}

.active\:border-s-ozc-alt-100\/95:active {
  border-inline-start-color: rgb(255 250 230 / 0.95);
}

.active\:border-s-ozc-alt-200:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 242 193 / var(--tw-border-opacity));
}

.active\:border-s-ozc-alt-200\/0:active {
  border-inline-start-color: rgb(255 242 193 / 0);
}

.active\:border-s-ozc-alt-200\/10:active {
  border-inline-start-color: rgb(255 242 193 / 0.1);
}

.active\:border-s-ozc-alt-200\/100:active {
  border-inline-start-color: rgb(255 242 193 / 1);
}

.active\:border-s-ozc-alt-200\/20:active {
  border-inline-start-color: rgb(255 242 193 / 0.2);
}

.active\:border-s-ozc-alt-200\/25:active {
  border-inline-start-color: rgb(255 242 193 / 0.25);
}

.active\:border-s-ozc-alt-200\/30:active {
  border-inline-start-color: rgb(255 242 193 / 0.3);
}

.active\:border-s-ozc-alt-200\/40:active {
  border-inline-start-color: rgb(255 242 193 / 0.4);
}

.active\:border-s-ozc-alt-200\/5:active {
  border-inline-start-color: rgb(255 242 193 / 0.05);
}

.active\:border-s-ozc-alt-200\/50:active {
  border-inline-start-color: rgb(255 242 193 / 0.5);
}

.active\:border-s-ozc-alt-200\/60:active {
  border-inline-start-color: rgb(255 242 193 / 0.6);
}

.active\:border-s-ozc-alt-200\/70:active {
  border-inline-start-color: rgb(255 242 193 / 0.7);
}

.active\:border-s-ozc-alt-200\/75:active {
  border-inline-start-color: rgb(255 242 193 / 0.75);
}

.active\:border-s-ozc-alt-200\/80:active {
  border-inline-start-color: rgb(255 242 193 / 0.8);
}

.active\:border-s-ozc-alt-200\/90:active {
  border-inline-start-color: rgb(255 242 193 / 0.9);
}

.active\:border-s-ozc-alt-200\/95:active {
  border-inline-start-color: rgb(255 242 193 / 0.95);
}

.active\:border-s-ozc-alt-300:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 235 155 / var(--tw-border-opacity));
}

.active\:border-s-ozc-alt-300\/0:active {
  border-inline-start-color: rgb(255 235 155 / 0);
}

.active\:border-s-ozc-alt-300\/10:active {
  border-inline-start-color: rgb(255 235 155 / 0.1);
}

.active\:border-s-ozc-alt-300\/100:active {
  border-inline-start-color: rgb(255 235 155 / 1);
}

.active\:border-s-ozc-alt-300\/20:active {
  border-inline-start-color: rgb(255 235 155 / 0.2);
}

.active\:border-s-ozc-alt-300\/25:active {
  border-inline-start-color: rgb(255 235 155 / 0.25);
}

.active\:border-s-ozc-alt-300\/30:active {
  border-inline-start-color: rgb(255 235 155 / 0.3);
}

.active\:border-s-ozc-alt-300\/40:active {
  border-inline-start-color: rgb(255 235 155 / 0.4);
}

.active\:border-s-ozc-alt-300\/5:active {
  border-inline-start-color: rgb(255 235 155 / 0.05);
}

.active\:border-s-ozc-alt-300\/50:active {
  border-inline-start-color: rgb(255 235 155 / 0.5);
}

.active\:border-s-ozc-alt-300\/60:active {
  border-inline-start-color: rgb(255 235 155 / 0.6);
}

.active\:border-s-ozc-alt-300\/70:active {
  border-inline-start-color: rgb(255 235 155 / 0.7);
}

.active\:border-s-ozc-alt-300\/75:active {
  border-inline-start-color: rgb(255 235 155 / 0.75);
}

.active\:border-s-ozc-alt-300\/80:active {
  border-inline-start-color: rgb(255 235 155 / 0.8);
}

.active\:border-s-ozc-alt-300\/90:active {
  border-inline-start-color: rgb(255 235 155 / 0.9);
}

.active\:border-s-ozc-alt-300\/95:active {
  border-inline-start-color: rgb(255 235 155 / 0.95);
}

.active\:border-s-ozc-alt-400:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 219 80 / var(--tw-border-opacity));
}

.active\:border-s-ozc-alt-400\/0:active {
  border-inline-start-color: rgb(255 219 80 / 0);
}

.active\:border-s-ozc-alt-400\/10:active {
  border-inline-start-color: rgb(255 219 80 / 0.1);
}

.active\:border-s-ozc-alt-400\/100:active {
  border-inline-start-color: rgb(255 219 80 / 1);
}

.active\:border-s-ozc-alt-400\/20:active {
  border-inline-start-color: rgb(255 219 80 / 0.2);
}

.active\:border-s-ozc-alt-400\/25:active {
  border-inline-start-color: rgb(255 219 80 / 0.25);
}

.active\:border-s-ozc-alt-400\/30:active {
  border-inline-start-color: rgb(255 219 80 / 0.3);
}

.active\:border-s-ozc-alt-400\/40:active {
  border-inline-start-color: rgb(255 219 80 / 0.4);
}

.active\:border-s-ozc-alt-400\/5:active {
  border-inline-start-color: rgb(255 219 80 / 0.05);
}

.active\:border-s-ozc-alt-400\/50:active {
  border-inline-start-color: rgb(255 219 80 / 0.5);
}

.active\:border-s-ozc-alt-400\/60:active {
  border-inline-start-color: rgb(255 219 80 / 0.6);
}

.active\:border-s-ozc-alt-400\/70:active {
  border-inline-start-color: rgb(255 219 80 / 0.7);
}

.active\:border-s-ozc-alt-400\/75:active {
  border-inline-start-color: rgb(255 219 80 / 0.75);
}

.active\:border-s-ozc-alt-400\/80:active {
  border-inline-start-color: rgb(255 219 80 / 0.8);
}

.active\:border-s-ozc-alt-400\/90:active {
  border-inline-start-color: rgb(255 219 80 / 0.9);
}

.active\:border-s-ozc-alt-400\/95:active {
  border-inline-start-color: rgb(255 219 80 / 0.95);
}

.active\:border-s-ozc-alt-50:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 252 243 / var(--tw-border-opacity));
}

.active\:border-s-ozc-alt-50\/0:active {
  border-inline-start-color: rgb(255 252 243 / 0);
}

.active\:border-s-ozc-alt-50\/10:active {
  border-inline-start-color: rgb(255 252 243 / 0.1);
}

.active\:border-s-ozc-alt-50\/100:active {
  border-inline-start-color: rgb(255 252 243 / 1);
}

.active\:border-s-ozc-alt-50\/20:active {
  border-inline-start-color: rgb(255 252 243 / 0.2);
}

.active\:border-s-ozc-alt-50\/25:active {
  border-inline-start-color: rgb(255 252 243 / 0.25);
}

.active\:border-s-ozc-alt-50\/30:active {
  border-inline-start-color: rgb(255 252 243 / 0.3);
}

.active\:border-s-ozc-alt-50\/40:active {
  border-inline-start-color: rgb(255 252 243 / 0.4);
}

.active\:border-s-ozc-alt-50\/5:active {
  border-inline-start-color: rgb(255 252 243 / 0.05);
}

.active\:border-s-ozc-alt-50\/50:active {
  border-inline-start-color: rgb(255 252 243 / 0.5);
}

.active\:border-s-ozc-alt-50\/60:active {
  border-inline-start-color: rgb(255 252 243 / 0.6);
}

.active\:border-s-ozc-alt-50\/70:active {
  border-inline-start-color: rgb(255 252 243 / 0.7);
}

.active\:border-s-ozc-alt-50\/75:active {
  border-inline-start-color: rgb(255 252 243 / 0.75);
}

.active\:border-s-ozc-alt-50\/80:active {
  border-inline-start-color: rgb(255 252 243 / 0.8);
}

.active\:border-s-ozc-alt-50\/90:active {
  border-inline-start-color: rgb(255 252 243 / 0.9);
}

.active\:border-s-ozc-alt-50\/95:active {
  border-inline-start-color: rgb(255 252 243 / 0.95);
}

.active\:border-s-ozc-alt-500:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 204 5 / var(--tw-border-opacity));
}

.active\:border-s-ozc-alt-500\/0:active {
  border-inline-start-color: rgb(255 204 5 / 0);
}

.active\:border-s-ozc-alt-500\/10:active {
  border-inline-start-color: rgb(255 204 5 / 0.1);
}

.active\:border-s-ozc-alt-500\/100:active {
  border-inline-start-color: rgb(255 204 5 / 1);
}

.active\:border-s-ozc-alt-500\/20:active {
  border-inline-start-color: rgb(255 204 5 / 0.2);
}

.active\:border-s-ozc-alt-500\/25:active {
  border-inline-start-color: rgb(255 204 5 / 0.25);
}

.active\:border-s-ozc-alt-500\/30:active {
  border-inline-start-color: rgb(255 204 5 / 0.3);
}

.active\:border-s-ozc-alt-500\/40:active {
  border-inline-start-color: rgb(255 204 5 / 0.4);
}

.active\:border-s-ozc-alt-500\/5:active {
  border-inline-start-color: rgb(255 204 5 / 0.05);
}

.active\:border-s-ozc-alt-500\/50:active {
  border-inline-start-color: rgb(255 204 5 / 0.5);
}

.active\:border-s-ozc-alt-500\/60:active {
  border-inline-start-color: rgb(255 204 5 / 0.6);
}

.active\:border-s-ozc-alt-500\/70:active {
  border-inline-start-color: rgb(255 204 5 / 0.7);
}

.active\:border-s-ozc-alt-500\/75:active {
  border-inline-start-color: rgb(255 204 5 / 0.75);
}

.active\:border-s-ozc-alt-500\/80:active {
  border-inline-start-color: rgb(255 204 5 / 0.8);
}

.active\:border-s-ozc-alt-500\/90:active {
  border-inline-start-color: rgb(255 204 5 / 0.9);
}

.active\:border-s-ozc-alt-500\/95:active {
  border-inline-start-color: rgb(255 204 5 / 0.95);
}

.active\:border-s-ozc-alt-600:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(230 184 5 / var(--tw-border-opacity));
}

.active\:border-s-ozc-alt-600\/0:active {
  border-inline-start-color: rgb(230 184 5 / 0);
}

.active\:border-s-ozc-alt-600\/10:active {
  border-inline-start-color: rgb(230 184 5 / 0.1);
}

.active\:border-s-ozc-alt-600\/100:active {
  border-inline-start-color: rgb(230 184 5 / 1);
}

.active\:border-s-ozc-alt-600\/20:active {
  border-inline-start-color: rgb(230 184 5 / 0.2);
}

.active\:border-s-ozc-alt-600\/25:active {
  border-inline-start-color: rgb(230 184 5 / 0.25);
}

.active\:border-s-ozc-alt-600\/30:active {
  border-inline-start-color: rgb(230 184 5 / 0.3);
}

.active\:border-s-ozc-alt-600\/40:active {
  border-inline-start-color: rgb(230 184 5 / 0.4);
}

.active\:border-s-ozc-alt-600\/5:active {
  border-inline-start-color: rgb(230 184 5 / 0.05);
}

.active\:border-s-ozc-alt-600\/50:active {
  border-inline-start-color: rgb(230 184 5 / 0.5);
}

.active\:border-s-ozc-alt-600\/60:active {
  border-inline-start-color: rgb(230 184 5 / 0.6);
}

.active\:border-s-ozc-alt-600\/70:active {
  border-inline-start-color: rgb(230 184 5 / 0.7);
}

.active\:border-s-ozc-alt-600\/75:active {
  border-inline-start-color: rgb(230 184 5 / 0.75);
}

.active\:border-s-ozc-alt-600\/80:active {
  border-inline-start-color: rgb(230 184 5 / 0.8);
}

.active\:border-s-ozc-alt-600\/90:active {
  border-inline-start-color: rgb(230 184 5 / 0.9);
}

.active\:border-s-ozc-alt-600\/95:active {
  border-inline-start-color: rgb(230 184 5 / 0.95);
}

.active\:border-s-ozc-alt-700:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(153 122 3 / var(--tw-border-opacity));
}

.active\:border-s-ozc-alt-700\/0:active {
  border-inline-start-color: rgb(153 122 3 / 0);
}

.active\:border-s-ozc-alt-700\/10:active {
  border-inline-start-color: rgb(153 122 3 / 0.1);
}

.active\:border-s-ozc-alt-700\/100:active {
  border-inline-start-color: rgb(153 122 3 / 1);
}

.active\:border-s-ozc-alt-700\/20:active {
  border-inline-start-color: rgb(153 122 3 / 0.2);
}

.active\:border-s-ozc-alt-700\/25:active {
  border-inline-start-color: rgb(153 122 3 / 0.25);
}

.active\:border-s-ozc-alt-700\/30:active {
  border-inline-start-color: rgb(153 122 3 / 0.3);
}

.active\:border-s-ozc-alt-700\/40:active {
  border-inline-start-color: rgb(153 122 3 / 0.4);
}

.active\:border-s-ozc-alt-700\/5:active {
  border-inline-start-color: rgb(153 122 3 / 0.05);
}

.active\:border-s-ozc-alt-700\/50:active {
  border-inline-start-color: rgb(153 122 3 / 0.5);
}

.active\:border-s-ozc-alt-700\/60:active {
  border-inline-start-color: rgb(153 122 3 / 0.6);
}

.active\:border-s-ozc-alt-700\/70:active {
  border-inline-start-color: rgb(153 122 3 / 0.7);
}

.active\:border-s-ozc-alt-700\/75:active {
  border-inline-start-color: rgb(153 122 3 / 0.75);
}

.active\:border-s-ozc-alt-700\/80:active {
  border-inline-start-color: rgb(153 122 3 / 0.8);
}

.active\:border-s-ozc-alt-700\/90:active {
  border-inline-start-color: rgb(153 122 3 / 0.9);
}

.active\:border-s-ozc-alt-700\/95:active {
  border-inline-start-color: rgb(153 122 3 / 0.95);
}

.active\:border-s-ozc-alt-800:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(115 92 2 / var(--tw-border-opacity));
}

.active\:border-s-ozc-alt-800\/0:active {
  border-inline-start-color: rgb(115 92 2 / 0);
}

.active\:border-s-ozc-alt-800\/10:active {
  border-inline-start-color: rgb(115 92 2 / 0.1);
}

.active\:border-s-ozc-alt-800\/100:active {
  border-inline-start-color: rgb(115 92 2 / 1);
}

.active\:border-s-ozc-alt-800\/20:active {
  border-inline-start-color: rgb(115 92 2 / 0.2);
}

.active\:border-s-ozc-alt-800\/25:active {
  border-inline-start-color: rgb(115 92 2 / 0.25);
}

.active\:border-s-ozc-alt-800\/30:active {
  border-inline-start-color: rgb(115 92 2 / 0.3);
}

.active\:border-s-ozc-alt-800\/40:active {
  border-inline-start-color: rgb(115 92 2 / 0.4);
}

.active\:border-s-ozc-alt-800\/5:active {
  border-inline-start-color: rgb(115 92 2 / 0.05);
}

.active\:border-s-ozc-alt-800\/50:active {
  border-inline-start-color: rgb(115 92 2 / 0.5);
}

.active\:border-s-ozc-alt-800\/60:active {
  border-inline-start-color: rgb(115 92 2 / 0.6);
}

.active\:border-s-ozc-alt-800\/70:active {
  border-inline-start-color: rgb(115 92 2 / 0.7);
}

.active\:border-s-ozc-alt-800\/75:active {
  border-inline-start-color: rgb(115 92 2 / 0.75);
}

.active\:border-s-ozc-alt-800\/80:active {
  border-inline-start-color: rgb(115 92 2 / 0.8);
}

.active\:border-s-ozc-alt-800\/90:active {
  border-inline-start-color: rgb(115 92 2 / 0.9);
}

.active\:border-s-ozc-alt-800\/95:active {
  border-inline-start-color: rgb(115 92 2 / 0.95);
}

.active\:border-s-ozc-alt-900:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.active\:border-s-ozc-alt-900\/0:active {
  border-inline-start-color: rgb(42 45 51 / 0);
}

.active\:border-s-ozc-alt-900\/10:active {
  border-inline-start-color: rgb(42 45 51 / 0.1);
}

.active\:border-s-ozc-alt-900\/100:active {
  border-inline-start-color: rgb(42 45 51 / 1);
}

.active\:border-s-ozc-alt-900\/20:active {
  border-inline-start-color: rgb(42 45 51 / 0.2);
}

.active\:border-s-ozc-alt-900\/25:active {
  border-inline-start-color: rgb(42 45 51 / 0.25);
}

.active\:border-s-ozc-alt-900\/30:active {
  border-inline-start-color: rgb(42 45 51 / 0.3);
}

.active\:border-s-ozc-alt-900\/40:active {
  border-inline-start-color: rgb(42 45 51 / 0.4);
}

.active\:border-s-ozc-alt-900\/5:active {
  border-inline-start-color: rgb(42 45 51 / 0.05);
}

.active\:border-s-ozc-alt-900\/50:active {
  border-inline-start-color: rgb(42 45 51 / 0.5);
}

.active\:border-s-ozc-alt-900\/60:active {
  border-inline-start-color: rgb(42 45 51 / 0.6);
}

.active\:border-s-ozc-alt-900\/70:active {
  border-inline-start-color: rgb(42 45 51 / 0.7);
}

.active\:border-s-ozc-alt-900\/75:active {
  border-inline-start-color: rgb(42 45 51 / 0.75);
}

.active\:border-s-ozc-alt-900\/80:active {
  border-inline-start-color: rgb(42 45 51 / 0.8);
}

.active\:border-s-ozc-alt-900\/90:active {
  border-inline-start-color: rgb(42 45 51 / 0.9);
}

.active\:border-s-ozc-alt-900\/95:active {
  border-inline-start-color: rgb(42 45 51 / 0.95);
}

.active\:border-s-pink-100:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(252 231 243 / var(--tw-border-opacity));
}

.active\:border-s-pink-100\/0:active {
  border-inline-start-color: rgb(252 231 243 / 0);
}

.active\:border-s-pink-100\/10:active {
  border-inline-start-color: rgb(252 231 243 / 0.1);
}

.active\:border-s-pink-100\/100:active {
  border-inline-start-color: rgb(252 231 243 / 1);
}

.active\:border-s-pink-100\/20:active {
  border-inline-start-color: rgb(252 231 243 / 0.2);
}

.active\:border-s-pink-100\/25:active {
  border-inline-start-color: rgb(252 231 243 / 0.25);
}

.active\:border-s-pink-100\/30:active {
  border-inline-start-color: rgb(252 231 243 / 0.3);
}

.active\:border-s-pink-100\/40:active {
  border-inline-start-color: rgb(252 231 243 / 0.4);
}

.active\:border-s-pink-100\/5:active {
  border-inline-start-color: rgb(252 231 243 / 0.05);
}

.active\:border-s-pink-100\/50:active {
  border-inline-start-color: rgb(252 231 243 / 0.5);
}

.active\:border-s-pink-100\/60:active {
  border-inline-start-color: rgb(252 231 243 / 0.6);
}

.active\:border-s-pink-100\/70:active {
  border-inline-start-color: rgb(252 231 243 / 0.7);
}

.active\:border-s-pink-100\/75:active {
  border-inline-start-color: rgb(252 231 243 / 0.75);
}

.active\:border-s-pink-100\/80:active {
  border-inline-start-color: rgb(252 231 243 / 0.8);
}

.active\:border-s-pink-100\/90:active {
  border-inline-start-color: rgb(252 231 243 / 0.9);
}

.active\:border-s-pink-100\/95:active {
  border-inline-start-color: rgb(252 231 243 / 0.95);
}

.active\:border-s-pink-200:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(251 207 232 / var(--tw-border-opacity));
}

.active\:border-s-pink-200\/0:active {
  border-inline-start-color: rgb(251 207 232 / 0);
}

.active\:border-s-pink-200\/10:active {
  border-inline-start-color: rgb(251 207 232 / 0.1);
}

.active\:border-s-pink-200\/100:active {
  border-inline-start-color: rgb(251 207 232 / 1);
}

.active\:border-s-pink-200\/20:active {
  border-inline-start-color: rgb(251 207 232 / 0.2);
}

.active\:border-s-pink-200\/25:active {
  border-inline-start-color: rgb(251 207 232 / 0.25);
}

.active\:border-s-pink-200\/30:active {
  border-inline-start-color: rgb(251 207 232 / 0.3);
}

.active\:border-s-pink-200\/40:active {
  border-inline-start-color: rgb(251 207 232 / 0.4);
}

.active\:border-s-pink-200\/5:active {
  border-inline-start-color: rgb(251 207 232 / 0.05);
}

.active\:border-s-pink-200\/50:active {
  border-inline-start-color: rgb(251 207 232 / 0.5);
}

.active\:border-s-pink-200\/60:active {
  border-inline-start-color: rgb(251 207 232 / 0.6);
}

.active\:border-s-pink-200\/70:active {
  border-inline-start-color: rgb(251 207 232 / 0.7);
}

.active\:border-s-pink-200\/75:active {
  border-inline-start-color: rgb(251 207 232 / 0.75);
}

.active\:border-s-pink-200\/80:active {
  border-inline-start-color: rgb(251 207 232 / 0.8);
}

.active\:border-s-pink-200\/90:active {
  border-inline-start-color: rgb(251 207 232 / 0.9);
}

.active\:border-s-pink-200\/95:active {
  border-inline-start-color: rgb(251 207 232 / 0.95);
}

.active\:border-s-pink-300:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(249 168 212 / var(--tw-border-opacity));
}

.active\:border-s-pink-300\/0:active {
  border-inline-start-color: rgb(249 168 212 / 0);
}

.active\:border-s-pink-300\/10:active {
  border-inline-start-color: rgb(249 168 212 / 0.1);
}

.active\:border-s-pink-300\/100:active {
  border-inline-start-color: rgb(249 168 212 / 1);
}

.active\:border-s-pink-300\/20:active {
  border-inline-start-color: rgb(249 168 212 / 0.2);
}

.active\:border-s-pink-300\/25:active {
  border-inline-start-color: rgb(249 168 212 / 0.25);
}

.active\:border-s-pink-300\/30:active {
  border-inline-start-color: rgb(249 168 212 / 0.3);
}

.active\:border-s-pink-300\/40:active {
  border-inline-start-color: rgb(249 168 212 / 0.4);
}

.active\:border-s-pink-300\/5:active {
  border-inline-start-color: rgb(249 168 212 / 0.05);
}

.active\:border-s-pink-300\/50:active {
  border-inline-start-color: rgb(249 168 212 / 0.5);
}

.active\:border-s-pink-300\/60:active {
  border-inline-start-color: rgb(249 168 212 / 0.6);
}

.active\:border-s-pink-300\/70:active {
  border-inline-start-color: rgb(249 168 212 / 0.7);
}

.active\:border-s-pink-300\/75:active {
  border-inline-start-color: rgb(249 168 212 / 0.75);
}

.active\:border-s-pink-300\/80:active {
  border-inline-start-color: rgb(249 168 212 / 0.8);
}

.active\:border-s-pink-300\/90:active {
  border-inline-start-color: rgb(249 168 212 / 0.9);
}

.active\:border-s-pink-300\/95:active {
  border-inline-start-color: rgb(249 168 212 / 0.95);
}

.active\:border-s-pink-400:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(244 114 182 / var(--tw-border-opacity));
}

.active\:border-s-pink-400\/0:active {
  border-inline-start-color: rgb(244 114 182 / 0);
}

.active\:border-s-pink-400\/10:active {
  border-inline-start-color: rgb(244 114 182 / 0.1);
}

.active\:border-s-pink-400\/100:active {
  border-inline-start-color: rgb(244 114 182 / 1);
}

.active\:border-s-pink-400\/20:active {
  border-inline-start-color: rgb(244 114 182 / 0.2);
}

.active\:border-s-pink-400\/25:active {
  border-inline-start-color: rgb(244 114 182 / 0.25);
}

.active\:border-s-pink-400\/30:active {
  border-inline-start-color: rgb(244 114 182 / 0.3);
}

.active\:border-s-pink-400\/40:active {
  border-inline-start-color: rgb(244 114 182 / 0.4);
}

.active\:border-s-pink-400\/5:active {
  border-inline-start-color: rgb(244 114 182 / 0.05);
}

.active\:border-s-pink-400\/50:active {
  border-inline-start-color: rgb(244 114 182 / 0.5);
}

.active\:border-s-pink-400\/60:active {
  border-inline-start-color: rgb(244 114 182 / 0.6);
}

.active\:border-s-pink-400\/70:active {
  border-inline-start-color: rgb(244 114 182 / 0.7);
}

.active\:border-s-pink-400\/75:active {
  border-inline-start-color: rgb(244 114 182 / 0.75);
}

.active\:border-s-pink-400\/80:active {
  border-inline-start-color: rgb(244 114 182 / 0.8);
}

.active\:border-s-pink-400\/90:active {
  border-inline-start-color: rgb(244 114 182 / 0.9);
}

.active\:border-s-pink-400\/95:active {
  border-inline-start-color: rgb(244 114 182 / 0.95);
}

.active\:border-s-pink-50:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 242 248 / var(--tw-border-opacity));
}

.active\:border-s-pink-50\/0:active {
  border-inline-start-color: rgb(253 242 248 / 0);
}

.active\:border-s-pink-50\/10:active {
  border-inline-start-color: rgb(253 242 248 / 0.1);
}

.active\:border-s-pink-50\/100:active {
  border-inline-start-color: rgb(253 242 248 / 1);
}

.active\:border-s-pink-50\/20:active {
  border-inline-start-color: rgb(253 242 248 / 0.2);
}

.active\:border-s-pink-50\/25:active {
  border-inline-start-color: rgb(253 242 248 / 0.25);
}

.active\:border-s-pink-50\/30:active {
  border-inline-start-color: rgb(253 242 248 / 0.3);
}

.active\:border-s-pink-50\/40:active {
  border-inline-start-color: rgb(253 242 248 / 0.4);
}

.active\:border-s-pink-50\/5:active {
  border-inline-start-color: rgb(253 242 248 / 0.05);
}

.active\:border-s-pink-50\/50:active {
  border-inline-start-color: rgb(253 242 248 / 0.5);
}

.active\:border-s-pink-50\/60:active {
  border-inline-start-color: rgb(253 242 248 / 0.6);
}

.active\:border-s-pink-50\/70:active {
  border-inline-start-color: rgb(253 242 248 / 0.7);
}

.active\:border-s-pink-50\/75:active {
  border-inline-start-color: rgb(253 242 248 / 0.75);
}

.active\:border-s-pink-50\/80:active {
  border-inline-start-color: rgb(253 242 248 / 0.8);
}

.active\:border-s-pink-50\/90:active {
  border-inline-start-color: rgb(253 242 248 / 0.9);
}

.active\:border-s-pink-50\/95:active {
  border-inline-start-color: rgb(253 242 248 / 0.95);
}

.active\:border-s-pink-500:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(236 72 153 / var(--tw-border-opacity));
}

.active\:border-s-pink-500\/0:active {
  border-inline-start-color: rgb(236 72 153 / 0);
}

.active\:border-s-pink-500\/10:active {
  border-inline-start-color: rgb(236 72 153 / 0.1);
}

.active\:border-s-pink-500\/100:active {
  border-inline-start-color: rgb(236 72 153 / 1);
}

.active\:border-s-pink-500\/20:active {
  border-inline-start-color: rgb(236 72 153 / 0.2);
}

.active\:border-s-pink-500\/25:active {
  border-inline-start-color: rgb(236 72 153 / 0.25);
}

.active\:border-s-pink-500\/30:active {
  border-inline-start-color: rgb(236 72 153 / 0.3);
}

.active\:border-s-pink-500\/40:active {
  border-inline-start-color: rgb(236 72 153 / 0.4);
}

.active\:border-s-pink-500\/5:active {
  border-inline-start-color: rgb(236 72 153 / 0.05);
}

.active\:border-s-pink-500\/50:active {
  border-inline-start-color: rgb(236 72 153 / 0.5);
}

.active\:border-s-pink-500\/60:active {
  border-inline-start-color: rgb(236 72 153 / 0.6);
}

.active\:border-s-pink-500\/70:active {
  border-inline-start-color: rgb(236 72 153 / 0.7);
}

.active\:border-s-pink-500\/75:active {
  border-inline-start-color: rgb(236 72 153 / 0.75);
}

.active\:border-s-pink-500\/80:active {
  border-inline-start-color: rgb(236 72 153 / 0.8);
}

.active\:border-s-pink-500\/90:active {
  border-inline-start-color: rgb(236 72 153 / 0.9);
}

.active\:border-s-pink-500\/95:active {
  border-inline-start-color: rgb(236 72 153 / 0.95);
}

.active\:border-s-pink-600:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(219 39 119 / var(--tw-border-opacity));
}

.active\:border-s-pink-600\/0:active {
  border-inline-start-color: rgb(219 39 119 / 0);
}

.active\:border-s-pink-600\/10:active {
  border-inline-start-color: rgb(219 39 119 / 0.1);
}

.active\:border-s-pink-600\/100:active {
  border-inline-start-color: rgb(219 39 119 / 1);
}

.active\:border-s-pink-600\/20:active {
  border-inline-start-color: rgb(219 39 119 / 0.2);
}

.active\:border-s-pink-600\/25:active {
  border-inline-start-color: rgb(219 39 119 / 0.25);
}

.active\:border-s-pink-600\/30:active {
  border-inline-start-color: rgb(219 39 119 / 0.3);
}

.active\:border-s-pink-600\/40:active {
  border-inline-start-color: rgb(219 39 119 / 0.4);
}

.active\:border-s-pink-600\/5:active {
  border-inline-start-color: rgb(219 39 119 / 0.05);
}

.active\:border-s-pink-600\/50:active {
  border-inline-start-color: rgb(219 39 119 / 0.5);
}

.active\:border-s-pink-600\/60:active {
  border-inline-start-color: rgb(219 39 119 / 0.6);
}

.active\:border-s-pink-600\/70:active {
  border-inline-start-color: rgb(219 39 119 / 0.7);
}

.active\:border-s-pink-600\/75:active {
  border-inline-start-color: rgb(219 39 119 / 0.75);
}

.active\:border-s-pink-600\/80:active {
  border-inline-start-color: rgb(219 39 119 / 0.8);
}

.active\:border-s-pink-600\/90:active {
  border-inline-start-color: rgb(219 39 119 / 0.9);
}

.active\:border-s-pink-600\/95:active {
  border-inline-start-color: rgb(219 39 119 / 0.95);
}

.active\:border-s-pink-700:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(190 24 93 / var(--tw-border-opacity));
}

.active\:border-s-pink-700\/0:active {
  border-inline-start-color: rgb(190 24 93 / 0);
}

.active\:border-s-pink-700\/10:active {
  border-inline-start-color: rgb(190 24 93 / 0.1);
}

.active\:border-s-pink-700\/100:active {
  border-inline-start-color: rgb(190 24 93 / 1);
}

.active\:border-s-pink-700\/20:active {
  border-inline-start-color: rgb(190 24 93 / 0.2);
}

.active\:border-s-pink-700\/25:active {
  border-inline-start-color: rgb(190 24 93 / 0.25);
}

.active\:border-s-pink-700\/30:active {
  border-inline-start-color: rgb(190 24 93 / 0.3);
}

.active\:border-s-pink-700\/40:active {
  border-inline-start-color: rgb(190 24 93 / 0.4);
}

.active\:border-s-pink-700\/5:active {
  border-inline-start-color: rgb(190 24 93 / 0.05);
}

.active\:border-s-pink-700\/50:active {
  border-inline-start-color: rgb(190 24 93 / 0.5);
}

.active\:border-s-pink-700\/60:active {
  border-inline-start-color: rgb(190 24 93 / 0.6);
}

.active\:border-s-pink-700\/70:active {
  border-inline-start-color: rgb(190 24 93 / 0.7);
}

.active\:border-s-pink-700\/75:active {
  border-inline-start-color: rgb(190 24 93 / 0.75);
}

.active\:border-s-pink-700\/80:active {
  border-inline-start-color: rgb(190 24 93 / 0.8);
}

.active\:border-s-pink-700\/90:active {
  border-inline-start-color: rgb(190 24 93 / 0.9);
}

.active\:border-s-pink-700\/95:active {
  border-inline-start-color: rgb(190 24 93 / 0.95);
}

.active\:border-s-pink-800:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(157 23 77 / var(--tw-border-opacity));
}

.active\:border-s-pink-800\/0:active {
  border-inline-start-color: rgb(157 23 77 / 0);
}

.active\:border-s-pink-800\/10:active {
  border-inline-start-color: rgb(157 23 77 / 0.1);
}

.active\:border-s-pink-800\/100:active {
  border-inline-start-color: rgb(157 23 77 / 1);
}

.active\:border-s-pink-800\/20:active {
  border-inline-start-color: rgb(157 23 77 / 0.2);
}

.active\:border-s-pink-800\/25:active {
  border-inline-start-color: rgb(157 23 77 / 0.25);
}

.active\:border-s-pink-800\/30:active {
  border-inline-start-color: rgb(157 23 77 / 0.3);
}

.active\:border-s-pink-800\/40:active {
  border-inline-start-color: rgb(157 23 77 / 0.4);
}

.active\:border-s-pink-800\/5:active {
  border-inline-start-color: rgb(157 23 77 / 0.05);
}

.active\:border-s-pink-800\/50:active {
  border-inline-start-color: rgb(157 23 77 / 0.5);
}

.active\:border-s-pink-800\/60:active {
  border-inline-start-color: rgb(157 23 77 / 0.6);
}

.active\:border-s-pink-800\/70:active {
  border-inline-start-color: rgb(157 23 77 / 0.7);
}

.active\:border-s-pink-800\/75:active {
  border-inline-start-color: rgb(157 23 77 / 0.75);
}

.active\:border-s-pink-800\/80:active {
  border-inline-start-color: rgb(157 23 77 / 0.8);
}

.active\:border-s-pink-800\/90:active {
  border-inline-start-color: rgb(157 23 77 / 0.9);
}

.active\:border-s-pink-800\/95:active {
  border-inline-start-color: rgb(157 23 77 / 0.95);
}

.active\:border-s-pink-900:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(131 24 67 / var(--tw-border-opacity));
}

.active\:border-s-pink-900\/0:active {
  border-inline-start-color: rgb(131 24 67 / 0);
}

.active\:border-s-pink-900\/10:active {
  border-inline-start-color: rgb(131 24 67 / 0.1);
}

.active\:border-s-pink-900\/100:active {
  border-inline-start-color: rgb(131 24 67 / 1);
}

.active\:border-s-pink-900\/20:active {
  border-inline-start-color: rgb(131 24 67 / 0.2);
}

.active\:border-s-pink-900\/25:active {
  border-inline-start-color: rgb(131 24 67 / 0.25);
}

.active\:border-s-pink-900\/30:active {
  border-inline-start-color: rgb(131 24 67 / 0.3);
}

.active\:border-s-pink-900\/40:active {
  border-inline-start-color: rgb(131 24 67 / 0.4);
}

.active\:border-s-pink-900\/5:active {
  border-inline-start-color: rgb(131 24 67 / 0.05);
}

.active\:border-s-pink-900\/50:active {
  border-inline-start-color: rgb(131 24 67 / 0.5);
}

.active\:border-s-pink-900\/60:active {
  border-inline-start-color: rgb(131 24 67 / 0.6);
}

.active\:border-s-pink-900\/70:active {
  border-inline-start-color: rgb(131 24 67 / 0.7);
}

.active\:border-s-pink-900\/75:active {
  border-inline-start-color: rgb(131 24 67 / 0.75);
}

.active\:border-s-pink-900\/80:active {
  border-inline-start-color: rgb(131 24 67 / 0.8);
}

.active\:border-s-pink-900\/90:active {
  border-inline-start-color: rgb(131 24 67 / 0.9);
}

.active\:border-s-pink-900\/95:active {
  border-inline-start-color: rgb(131 24 67 / 0.95);
}

.active\:border-s-pink-950:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(80 7 36 / var(--tw-border-opacity));
}

.active\:border-s-pink-950\/0:active {
  border-inline-start-color: rgb(80 7 36 / 0);
}

.active\:border-s-pink-950\/10:active {
  border-inline-start-color: rgb(80 7 36 / 0.1);
}

.active\:border-s-pink-950\/100:active {
  border-inline-start-color: rgb(80 7 36 / 1);
}

.active\:border-s-pink-950\/20:active {
  border-inline-start-color: rgb(80 7 36 / 0.2);
}

.active\:border-s-pink-950\/25:active {
  border-inline-start-color: rgb(80 7 36 / 0.25);
}

.active\:border-s-pink-950\/30:active {
  border-inline-start-color: rgb(80 7 36 / 0.3);
}

.active\:border-s-pink-950\/40:active {
  border-inline-start-color: rgb(80 7 36 / 0.4);
}

.active\:border-s-pink-950\/5:active {
  border-inline-start-color: rgb(80 7 36 / 0.05);
}

.active\:border-s-pink-950\/50:active {
  border-inline-start-color: rgb(80 7 36 / 0.5);
}

.active\:border-s-pink-950\/60:active {
  border-inline-start-color: rgb(80 7 36 / 0.6);
}

.active\:border-s-pink-950\/70:active {
  border-inline-start-color: rgb(80 7 36 / 0.7);
}

.active\:border-s-pink-950\/75:active {
  border-inline-start-color: rgb(80 7 36 / 0.75);
}

.active\:border-s-pink-950\/80:active {
  border-inline-start-color: rgb(80 7 36 / 0.8);
}

.active\:border-s-pink-950\/90:active {
  border-inline-start-color: rgb(80 7 36 / 0.9);
}

.active\:border-s-pink-950\/95:active {
  border-inline-start-color: rgb(80 7 36 / 0.95);
}

.active\:border-s-purple-100:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(243 232 255 / var(--tw-border-opacity));
}

.active\:border-s-purple-100\/0:active {
  border-inline-start-color: rgb(243 232 255 / 0);
}

.active\:border-s-purple-100\/10:active {
  border-inline-start-color: rgb(243 232 255 / 0.1);
}

.active\:border-s-purple-100\/100:active {
  border-inline-start-color: rgb(243 232 255 / 1);
}

.active\:border-s-purple-100\/20:active {
  border-inline-start-color: rgb(243 232 255 / 0.2);
}

.active\:border-s-purple-100\/25:active {
  border-inline-start-color: rgb(243 232 255 / 0.25);
}

.active\:border-s-purple-100\/30:active {
  border-inline-start-color: rgb(243 232 255 / 0.3);
}

.active\:border-s-purple-100\/40:active {
  border-inline-start-color: rgb(243 232 255 / 0.4);
}

.active\:border-s-purple-100\/5:active {
  border-inline-start-color: rgb(243 232 255 / 0.05);
}

.active\:border-s-purple-100\/50:active {
  border-inline-start-color: rgb(243 232 255 / 0.5);
}

.active\:border-s-purple-100\/60:active {
  border-inline-start-color: rgb(243 232 255 / 0.6);
}

.active\:border-s-purple-100\/70:active {
  border-inline-start-color: rgb(243 232 255 / 0.7);
}

.active\:border-s-purple-100\/75:active {
  border-inline-start-color: rgb(243 232 255 / 0.75);
}

.active\:border-s-purple-100\/80:active {
  border-inline-start-color: rgb(243 232 255 / 0.8);
}

.active\:border-s-purple-100\/90:active {
  border-inline-start-color: rgb(243 232 255 / 0.9);
}

.active\:border-s-purple-100\/95:active {
  border-inline-start-color: rgb(243 232 255 / 0.95);
}

.active\:border-s-purple-200:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(233 213 255 / var(--tw-border-opacity));
}

.active\:border-s-purple-200\/0:active {
  border-inline-start-color: rgb(233 213 255 / 0);
}

.active\:border-s-purple-200\/10:active {
  border-inline-start-color: rgb(233 213 255 / 0.1);
}

.active\:border-s-purple-200\/100:active {
  border-inline-start-color: rgb(233 213 255 / 1);
}

.active\:border-s-purple-200\/20:active {
  border-inline-start-color: rgb(233 213 255 / 0.2);
}

.active\:border-s-purple-200\/25:active {
  border-inline-start-color: rgb(233 213 255 / 0.25);
}

.active\:border-s-purple-200\/30:active {
  border-inline-start-color: rgb(233 213 255 / 0.3);
}

.active\:border-s-purple-200\/40:active {
  border-inline-start-color: rgb(233 213 255 / 0.4);
}

.active\:border-s-purple-200\/5:active {
  border-inline-start-color: rgb(233 213 255 / 0.05);
}

.active\:border-s-purple-200\/50:active {
  border-inline-start-color: rgb(233 213 255 / 0.5);
}

.active\:border-s-purple-200\/60:active {
  border-inline-start-color: rgb(233 213 255 / 0.6);
}

.active\:border-s-purple-200\/70:active {
  border-inline-start-color: rgb(233 213 255 / 0.7);
}

.active\:border-s-purple-200\/75:active {
  border-inline-start-color: rgb(233 213 255 / 0.75);
}

.active\:border-s-purple-200\/80:active {
  border-inline-start-color: rgb(233 213 255 / 0.8);
}

.active\:border-s-purple-200\/90:active {
  border-inline-start-color: rgb(233 213 255 / 0.9);
}

.active\:border-s-purple-200\/95:active {
  border-inline-start-color: rgb(233 213 255 / 0.95);
}

.active\:border-s-purple-300:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(216 180 254 / var(--tw-border-opacity));
}

.active\:border-s-purple-300\/0:active {
  border-inline-start-color: rgb(216 180 254 / 0);
}

.active\:border-s-purple-300\/10:active {
  border-inline-start-color: rgb(216 180 254 / 0.1);
}

.active\:border-s-purple-300\/100:active {
  border-inline-start-color: rgb(216 180 254 / 1);
}

.active\:border-s-purple-300\/20:active {
  border-inline-start-color: rgb(216 180 254 / 0.2);
}

.active\:border-s-purple-300\/25:active {
  border-inline-start-color: rgb(216 180 254 / 0.25);
}

.active\:border-s-purple-300\/30:active {
  border-inline-start-color: rgb(216 180 254 / 0.3);
}

.active\:border-s-purple-300\/40:active {
  border-inline-start-color: rgb(216 180 254 / 0.4);
}

.active\:border-s-purple-300\/5:active {
  border-inline-start-color: rgb(216 180 254 / 0.05);
}

.active\:border-s-purple-300\/50:active {
  border-inline-start-color: rgb(216 180 254 / 0.5);
}

.active\:border-s-purple-300\/60:active {
  border-inline-start-color: rgb(216 180 254 / 0.6);
}

.active\:border-s-purple-300\/70:active {
  border-inline-start-color: rgb(216 180 254 / 0.7);
}

.active\:border-s-purple-300\/75:active {
  border-inline-start-color: rgb(216 180 254 / 0.75);
}

.active\:border-s-purple-300\/80:active {
  border-inline-start-color: rgb(216 180 254 / 0.8);
}

.active\:border-s-purple-300\/90:active {
  border-inline-start-color: rgb(216 180 254 / 0.9);
}

.active\:border-s-purple-300\/95:active {
  border-inline-start-color: rgb(216 180 254 / 0.95);
}

.active\:border-s-purple-400:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(192 132 252 / var(--tw-border-opacity));
}

.active\:border-s-purple-400\/0:active {
  border-inline-start-color: rgb(192 132 252 / 0);
}

.active\:border-s-purple-400\/10:active {
  border-inline-start-color: rgb(192 132 252 / 0.1);
}

.active\:border-s-purple-400\/100:active {
  border-inline-start-color: rgb(192 132 252 / 1);
}

.active\:border-s-purple-400\/20:active {
  border-inline-start-color: rgb(192 132 252 / 0.2);
}

.active\:border-s-purple-400\/25:active {
  border-inline-start-color: rgb(192 132 252 / 0.25);
}

.active\:border-s-purple-400\/30:active {
  border-inline-start-color: rgb(192 132 252 / 0.3);
}

.active\:border-s-purple-400\/40:active {
  border-inline-start-color: rgb(192 132 252 / 0.4);
}

.active\:border-s-purple-400\/5:active {
  border-inline-start-color: rgb(192 132 252 / 0.05);
}

.active\:border-s-purple-400\/50:active {
  border-inline-start-color: rgb(192 132 252 / 0.5);
}

.active\:border-s-purple-400\/60:active {
  border-inline-start-color: rgb(192 132 252 / 0.6);
}

.active\:border-s-purple-400\/70:active {
  border-inline-start-color: rgb(192 132 252 / 0.7);
}

.active\:border-s-purple-400\/75:active {
  border-inline-start-color: rgb(192 132 252 / 0.75);
}

.active\:border-s-purple-400\/80:active {
  border-inline-start-color: rgb(192 132 252 / 0.8);
}

.active\:border-s-purple-400\/90:active {
  border-inline-start-color: rgb(192 132 252 / 0.9);
}

.active\:border-s-purple-400\/95:active {
  border-inline-start-color: rgb(192 132 252 / 0.95);
}

.active\:border-s-purple-50:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 245 255 / var(--tw-border-opacity));
}

.active\:border-s-purple-50\/0:active {
  border-inline-start-color: rgb(250 245 255 / 0);
}

.active\:border-s-purple-50\/10:active {
  border-inline-start-color: rgb(250 245 255 / 0.1);
}

.active\:border-s-purple-50\/100:active {
  border-inline-start-color: rgb(250 245 255 / 1);
}

.active\:border-s-purple-50\/20:active {
  border-inline-start-color: rgb(250 245 255 / 0.2);
}

.active\:border-s-purple-50\/25:active {
  border-inline-start-color: rgb(250 245 255 / 0.25);
}

.active\:border-s-purple-50\/30:active {
  border-inline-start-color: rgb(250 245 255 / 0.3);
}

.active\:border-s-purple-50\/40:active {
  border-inline-start-color: rgb(250 245 255 / 0.4);
}

.active\:border-s-purple-50\/5:active {
  border-inline-start-color: rgb(250 245 255 / 0.05);
}

.active\:border-s-purple-50\/50:active {
  border-inline-start-color: rgb(250 245 255 / 0.5);
}

.active\:border-s-purple-50\/60:active {
  border-inline-start-color: rgb(250 245 255 / 0.6);
}

.active\:border-s-purple-50\/70:active {
  border-inline-start-color: rgb(250 245 255 / 0.7);
}

.active\:border-s-purple-50\/75:active {
  border-inline-start-color: rgb(250 245 255 / 0.75);
}

.active\:border-s-purple-50\/80:active {
  border-inline-start-color: rgb(250 245 255 / 0.8);
}

.active\:border-s-purple-50\/90:active {
  border-inline-start-color: rgb(250 245 255 / 0.9);
}

.active\:border-s-purple-50\/95:active {
  border-inline-start-color: rgb(250 245 255 / 0.95);
}

.active\:border-s-purple-500:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(168 85 247 / var(--tw-border-opacity));
}

.active\:border-s-purple-500\/0:active {
  border-inline-start-color: rgb(168 85 247 / 0);
}

.active\:border-s-purple-500\/10:active {
  border-inline-start-color: rgb(168 85 247 / 0.1);
}

.active\:border-s-purple-500\/100:active {
  border-inline-start-color: rgb(168 85 247 / 1);
}

.active\:border-s-purple-500\/20:active {
  border-inline-start-color: rgb(168 85 247 / 0.2);
}

.active\:border-s-purple-500\/25:active {
  border-inline-start-color: rgb(168 85 247 / 0.25);
}

.active\:border-s-purple-500\/30:active {
  border-inline-start-color: rgb(168 85 247 / 0.3);
}

.active\:border-s-purple-500\/40:active {
  border-inline-start-color: rgb(168 85 247 / 0.4);
}

.active\:border-s-purple-500\/5:active {
  border-inline-start-color: rgb(168 85 247 / 0.05);
}

.active\:border-s-purple-500\/50:active {
  border-inline-start-color: rgb(168 85 247 / 0.5);
}

.active\:border-s-purple-500\/60:active {
  border-inline-start-color: rgb(168 85 247 / 0.6);
}

.active\:border-s-purple-500\/70:active {
  border-inline-start-color: rgb(168 85 247 / 0.7);
}

.active\:border-s-purple-500\/75:active {
  border-inline-start-color: rgb(168 85 247 / 0.75);
}

.active\:border-s-purple-500\/80:active {
  border-inline-start-color: rgb(168 85 247 / 0.8);
}

.active\:border-s-purple-500\/90:active {
  border-inline-start-color: rgb(168 85 247 / 0.9);
}

.active\:border-s-purple-500\/95:active {
  border-inline-start-color: rgb(168 85 247 / 0.95);
}

.active\:border-s-purple-600:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(147 51 234 / var(--tw-border-opacity));
}

.active\:border-s-purple-600\/0:active {
  border-inline-start-color: rgb(147 51 234 / 0);
}

.active\:border-s-purple-600\/10:active {
  border-inline-start-color: rgb(147 51 234 / 0.1);
}

.active\:border-s-purple-600\/100:active {
  border-inline-start-color: rgb(147 51 234 / 1);
}

.active\:border-s-purple-600\/20:active {
  border-inline-start-color: rgb(147 51 234 / 0.2);
}

.active\:border-s-purple-600\/25:active {
  border-inline-start-color: rgb(147 51 234 / 0.25);
}

.active\:border-s-purple-600\/30:active {
  border-inline-start-color: rgb(147 51 234 / 0.3);
}

.active\:border-s-purple-600\/40:active {
  border-inline-start-color: rgb(147 51 234 / 0.4);
}

.active\:border-s-purple-600\/5:active {
  border-inline-start-color: rgb(147 51 234 / 0.05);
}

.active\:border-s-purple-600\/50:active {
  border-inline-start-color: rgb(147 51 234 / 0.5);
}

.active\:border-s-purple-600\/60:active {
  border-inline-start-color: rgb(147 51 234 / 0.6);
}

.active\:border-s-purple-600\/70:active {
  border-inline-start-color: rgb(147 51 234 / 0.7);
}

.active\:border-s-purple-600\/75:active {
  border-inline-start-color: rgb(147 51 234 / 0.75);
}

.active\:border-s-purple-600\/80:active {
  border-inline-start-color: rgb(147 51 234 / 0.8);
}

.active\:border-s-purple-600\/90:active {
  border-inline-start-color: rgb(147 51 234 / 0.9);
}

.active\:border-s-purple-600\/95:active {
  border-inline-start-color: rgb(147 51 234 / 0.95);
}

.active\:border-s-purple-700:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(126 34 206 / var(--tw-border-opacity));
}

.active\:border-s-purple-700\/0:active {
  border-inline-start-color: rgb(126 34 206 / 0);
}

.active\:border-s-purple-700\/10:active {
  border-inline-start-color: rgb(126 34 206 / 0.1);
}

.active\:border-s-purple-700\/100:active {
  border-inline-start-color: rgb(126 34 206 / 1);
}

.active\:border-s-purple-700\/20:active {
  border-inline-start-color: rgb(126 34 206 / 0.2);
}

.active\:border-s-purple-700\/25:active {
  border-inline-start-color: rgb(126 34 206 / 0.25);
}

.active\:border-s-purple-700\/30:active {
  border-inline-start-color: rgb(126 34 206 / 0.3);
}

.active\:border-s-purple-700\/40:active {
  border-inline-start-color: rgb(126 34 206 / 0.4);
}

.active\:border-s-purple-700\/5:active {
  border-inline-start-color: rgb(126 34 206 / 0.05);
}

.active\:border-s-purple-700\/50:active {
  border-inline-start-color: rgb(126 34 206 / 0.5);
}

.active\:border-s-purple-700\/60:active {
  border-inline-start-color: rgb(126 34 206 / 0.6);
}

.active\:border-s-purple-700\/70:active {
  border-inline-start-color: rgb(126 34 206 / 0.7);
}

.active\:border-s-purple-700\/75:active {
  border-inline-start-color: rgb(126 34 206 / 0.75);
}

.active\:border-s-purple-700\/80:active {
  border-inline-start-color: rgb(126 34 206 / 0.8);
}

.active\:border-s-purple-700\/90:active {
  border-inline-start-color: rgb(126 34 206 / 0.9);
}

.active\:border-s-purple-700\/95:active {
  border-inline-start-color: rgb(126 34 206 / 0.95);
}

.active\:border-s-purple-800:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(107 33 168 / var(--tw-border-opacity));
}

.active\:border-s-purple-800\/0:active {
  border-inline-start-color: rgb(107 33 168 / 0);
}

.active\:border-s-purple-800\/10:active {
  border-inline-start-color: rgb(107 33 168 / 0.1);
}

.active\:border-s-purple-800\/100:active {
  border-inline-start-color: rgb(107 33 168 / 1);
}

.active\:border-s-purple-800\/20:active {
  border-inline-start-color: rgb(107 33 168 / 0.2);
}

.active\:border-s-purple-800\/25:active {
  border-inline-start-color: rgb(107 33 168 / 0.25);
}

.active\:border-s-purple-800\/30:active {
  border-inline-start-color: rgb(107 33 168 / 0.3);
}

.active\:border-s-purple-800\/40:active {
  border-inline-start-color: rgb(107 33 168 / 0.4);
}

.active\:border-s-purple-800\/5:active {
  border-inline-start-color: rgb(107 33 168 / 0.05);
}

.active\:border-s-purple-800\/50:active {
  border-inline-start-color: rgb(107 33 168 / 0.5);
}

.active\:border-s-purple-800\/60:active {
  border-inline-start-color: rgb(107 33 168 / 0.6);
}

.active\:border-s-purple-800\/70:active {
  border-inline-start-color: rgb(107 33 168 / 0.7);
}

.active\:border-s-purple-800\/75:active {
  border-inline-start-color: rgb(107 33 168 / 0.75);
}

.active\:border-s-purple-800\/80:active {
  border-inline-start-color: rgb(107 33 168 / 0.8);
}

.active\:border-s-purple-800\/90:active {
  border-inline-start-color: rgb(107 33 168 / 0.9);
}

.active\:border-s-purple-800\/95:active {
  border-inline-start-color: rgb(107 33 168 / 0.95);
}

.active\:border-s-purple-900:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(88 28 135 / var(--tw-border-opacity));
}

.active\:border-s-purple-900\/0:active {
  border-inline-start-color: rgb(88 28 135 / 0);
}

.active\:border-s-purple-900\/10:active {
  border-inline-start-color: rgb(88 28 135 / 0.1);
}

.active\:border-s-purple-900\/100:active {
  border-inline-start-color: rgb(88 28 135 / 1);
}

.active\:border-s-purple-900\/20:active {
  border-inline-start-color: rgb(88 28 135 / 0.2);
}

.active\:border-s-purple-900\/25:active {
  border-inline-start-color: rgb(88 28 135 / 0.25);
}

.active\:border-s-purple-900\/30:active {
  border-inline-start-color: rgb(88 28 135 / 0.3);
}

.active\:border-s-purple-900\/40:active {
  border-inline-start-color: rgb(88 28 135 / 0.4);
}

.active\:border-s-purple-900\/5:active {
  border-inline-start-color: rgb(88 28 135 / 0.05);
}

.active\:border-s-purple-900\/50:active {
  border-inline-start-color: rgb(88 28 135 / 0.5);
}

.active\:border-s-purple-900\/60:active {
  border-inline-start-color: rgb(88 28 135 / 0.6);
}

.active\:border-s-purple-900\/70:active {
  border-inline-start-color: rgb(88 28 135 / 0.7);
}

.active\:border-s-purple-900\/75:active {
  border-inline-start-color: rgb(88 28 135 / 0.75);
}

.active\:border-s-purple-900\/80:active {
  border-inline-start-color: rgb(88 28 135 / 0.8);
}

.active\:border-s-purple-900\/90:active {
  border-inline-start-color: rgb(88 28 135 / 0.9);
}

.active\:border-s-purple-900\/95:active {
  border-inline-start-color: rgb(88 28 135 / 0.95);
}

.active\:border-s-purple-950:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(59 7 100 / var(--tw-border-opacity));
}

.active\:border-s-purple-950\/0:active {
  border-inline-start-color: rgb(59 7 100 / 0);
}

.active\:border-s-purple-950\/10:active {
  border-inline-start-color: rgb(59 7 100 / 0.1);
}

.active\:border-s-purple-950\/100:active {
  border-inline-start-color: rgb(59 7 100 / 1);
}

.active\:border-s-purple-950\/20:active {
  border-inline-start-color: rgb(59 7 100 / 0.2);
}

.active\:border-s-purple-950\/25:active {
  border-inline-start-color: rgb(59 7 100 / 0.25);
}

.active\:border-s-purple-950\/30:active {
  border-inline-start-color: rgb(59 7 100 / 0.3);
}

.active\:border-s-purple-950\/40:active {
  border-inline-start-color: rgb(59 7 100 / 0.4);
}

.active\:border-s-purple-950\/5:active {
  border-inline-start-color: rgb(59 7 100 / 0.05);
}

.active\:border-s-purple-950\/50:active {
  border-inline-start-color: rgb(59 7 100 / 0.5);
}

.active\:border-s-purple-950\/60:active {
  border-inline-start-color: rgb(59 7 100 / 0.6);
}

.active\:border-s-purple-950\/70:active {
  border-inline-start-color: rgb(59 7 100 / 0.7);
}

.active\:border-s-purple-950\/75:active {
  border-inline-start-color: rgb(59 7 100 / 0.75);
}

.active\:border-s-purple-950\/80:active {
  border-inline-start-color: rgb(59 7 100 / 0.8);
}

.active\:border-s-purple-950\/90:active {
  border-inline-start-color: rgb(59 7 100 / 0.9);
}

.active\:border-s-purple-950\/95:active {
  border-inline-start-color: rgb(59 7 100 / 0.95);
}

.active\:border-s-red-100:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 226 226 / var(--tw-border-opacity));
}

.active\:border-s-red-100\/0:active {
  border-inline-start-color: rgb(254 226 226 / 0);
}

.active\:border-s-red-100\/10:active {
  border-inline-start-color: rgb(254 226 226 / 0.1);
}

.active\:border-s-red-100\/100:active {
  border-inline-start-color: rgb(254 226 226 / 1);
}

.active\:border-s-red-100\/20:active {
  border-inline-start-color: rgb(254 226 226 / 0.2);
}

.active\:border-s-red-100\/25:active {
  border-inline-start-color: rgb(254 226 226 / 0.25);
}

.active\:border-s-red-100\/30:active {
  border-inline-start-color: rgb(254 226 226 / 0.3);
}

.active\:border-s-red-100\/40:active {
  border-inline-start-color: rgb(254 226 226 / 0.4);
}

.active\:border-s-red-100\/5:active {
  border-inline-start-color: rgb(254 226 226 / 0.05);
}

.active\:border-s-red-100\/50:active {
  border-inline-start-color: rgb(254 226 226 / 0.5);
}

.active\:border-s-red-100\/60:active {
  border-inline-start-color: rgb(254 226 226 / 0.6);
}

.active\:border-s-red-100\/70:active {
  border-inline-start-color: rgb(254 226 226 / 0.7);
}

.active\:border-s-red-100\/75:active {
  border-inline-start-color: rgb(254 226 226 / 0.75);
}

.active\:border-s-red-100\/80:active {
  border-inline-start-color: rgb(254 226 226 / 0.8);
}

.active\:border-s-red-100\/90:active {
  border-inline-start-color: rgb(254 226 226 / 0.9);
}

.active\:border-s-red-100\/95:active {
  border-inline-start-color: rgb(254 226 226 / 0.95);
}

.active\:border-s-red-200:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.active\:border-s-red-200\/0:active {
  border-inline-start-color: rgb(254 202 202 / 0);
}

.active\:border-s-red-200\/10:active {
  border-inline-start-color: rgb(254 202 202 / 0.1);
}

.active\:border-s-red-200\/100:active {
  border-inline-start-color: rgb(254 202 202 / 1);
}

.active\:border-s-red-200\/20:active {
  border-inline-start-color: rgb(254 202 202 / 0.2);
}

.active\:border-s-red-200\/25:active {
  border-inline-start-color: rgb(254 202 202 / 0.25);
}

.active\:border-s-red-200\/30:active {
  border-inline-start-color: rgb(254 202 202 / 0.3);
}

.active\:border-s-red-200\/40:active {
  border-inline-start-color: rgb(254 202 202 / 0.4);
}

.active\:border-s-red-200\/5:active {
  border-inline-start-color: rgb(254 202 202 / 0.05);
}

.active\:border-s-red-200\/50:active {
  border-inline-start-color: rgb(254 202 202 / 0.5);
}

.active\:border-s-red-200\/60:active {
  border-inline-start-color: rgb(254 202 202 / 0.6);
}

.active\:border-s-red-200\/70:active {
  border-inline-start-color: rgb(254 202 202 / 0.7);
}

.active\:border-s-red-200\/75:active {
  border-inline-start-color: rgb(254 202 202 / 0.75);
}

.active\:border-s-red-200\/80:active {
  border-inline-start-color: rgb(254 202 202 / 0.8);
}

.active\:border-s-red-200\/90:active {
  border-inline-start-color: rgb(254 202 202 / 0.9);
}

.active\:border-s-red-200\/95:active {
  border-inline-start-color: rgb(254 202 202 / 0.95);
}

.active\:border-s-red-300:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.active\:border-s-red-300\/0:active {
  border-inline-start-color: rgb(252 165 165 / 0);
}

.active\:border-s-red-300\/10:active {
  border-inline-start-color: rgb(252 165 165 / 0.1);
}

.active\:border-s-red-300\/100:active {
  border-inline-start-color: rgb(252 165 165 / 1);
}

.active\:border-s-red-300\/20:active {
  border-inline-start-color: rgb(252 165 165 / 0.2);
}

.active\:border-s-red-300\/25:active {
  border-inline-start-color: rgb(252 165 165 / 0.25);
}

.active\:border-s-red-300\/30:active {
  border-inline-start-color: rgb(252 165 165 / 0.3);
}

.active\:border-s-red-300\/40:active {
  border-inline-start-color: rgb(252 165 165 / 0.4);
}

.active\:border-s-red-300\/5:active {
  border-inline-start-color: rgb(252 165 165 / 0.05);
}

.active\:border-s-red-300\/50:active {
  border-inline-start-color: rgb(252 165 165 / 0.5);
}

.active\:border-s-red-300\/60:active {
  border-inline-start-color: rgb(252 165 165 / 0.6);
}

.active\:border-s-red-300\/70:active {
  border-inline-start-color: rgb(252 165 165 / 0.7);
}

.active\:border-s-red-300\/75:active {
  border-inline-start-color: rgb(252 165 165 / 0.75);
}

.active\:border-s-red-300\/80:active {
  border-inline-start-color: rgb(252 165 165 / 0.8);
}

.active\:border-s-red-300\/90:active {
  border-inline-start-color: rgb(252 165 165 / 0.9);
}

.active\:border-s-red-300\/95:active {
  border-inline-start-color: rgb(252 165 165 / 0.95);
}

.active\:border-s-red-400:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.active\:border-s-red-400\/0:active {
  border-inline-start-color: rgb(248 113 113 / 0);
}

.active\:border-s-red-400\/10:active {
  border-inline-start-color: rgb(248 113 113 / 0.1);
}

.active\:border-s-red-400\/100:active {
  border-inline-start-color: rgb(248 113 113 / 1);
}

.active\:border-s-red-400\/20:active {
  border-inline-start-color: rgb(248 113 113 / 0.2);
}

.active\:border-s-red-400\/25:active {
  border-inline-start-color: rgb(248 113 113 / 0.25);
}

.active\:border-s-red-400\/30:active {
  border-inline-start-color: rgb(248 113 113 / 0.3);
}

.active\:border-s-red-400\/40:active {
  border-inline-start-color: rgb(248 113 113 / 0.4);
}

.active\:border-s-red-400\/5:active {
  border-inline-start-color: rgb(248 113 113 / 0.05);
}

.active\:border-s-red-400\/50:active {
  border-inline-start-color: rgb(248 113 113 / 0.5);
}

.active\:border-s-red-400\/60:active {
  border-inline-start-color: rgb(248 113 113 / 0.6);
}

.active\:border-s-red-400\/70:active {
  border-inline-start-color: rgb(248 113 113 / 0.7);
}

.active\:border-s-red-400\/75:active {
  border-inline-start-color: rgb(248 113 113 / 0.75);
}

.active\:border-s-red-400\/80:active {
  border-inline-start-color: rgb(248 113 113 / 0.8);
}

.active\:border-s-red-400\/90:active {
  border-inline-start-color: rgb(248 113 113 / 0.9);
}

.active\:border-s-red-400\/95:active {
  border-inline-start-color: rgb(248 113 113 / 0.95);
}

.active\:border-s-red-50:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.active\:border-s-red-50\/0:active {
  border-inline-start-color: rgb(254 242 242 / 0);
}

.active\:border-s-red-50\/10:active {
  border-inline-start-color: rgb(254 242 242 / 0.1);
}

.active\:border-s-red-50\/100:active {
  border-inline-start-color: rgb(254 242 242 / 1);
}

.active\:border-s-red-50\/20:active {
  border-inline-start-color: rgb(254 242 242 / 0.2);
}

.active\:border-s-red-50\/25:active {
  border-inline-start-color: rgb(254 242 242 / 0.25);
}

.active\:border-s-red-50\/30:active {
  border-inline-start-color: rgb(254 242 242 / 0.3);
}

.active\:border-s-red-50\/40:active {
  border-inline-start-color: rgb(254 242 242 / 0.4);
}

.active\:border-s-red-50\/5:active {
  border-inline-start-color: rgb(254 242 242 / 0.05);
}

.active\:border-s-red-50\/50:active {
  border-inline-start-color: rgb(254 242 242 / 0.5);
}

.active\:border-s-red-50\/60:active {
  border-inline-start-color: rgb(254 242 242 / 0.6);
}

.active\:border-s-red-50\/70:active {
  border-inline-start-color: rgb(254 242 242 / 0.7);
}

.active\:border-s-red-50\/75:active {
  border-inline-start-color: rgb(254 242 242 / 0.75);
}

.active\:border-s-red-50\/80:active {
  border-inline-start-color: rgb(254 242 242 / 0.8);
}

.active\:border-s-red-50\/90:active {
  border-inline-start-color: rgb(254 242 242 / 0.9);
}

.active\:border-s-red-50\/95:active {
  border-inline-start-color: rgb(254 242 242 / 0.95);
}

.active\:border-s-red-500:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.active\:border-s-red-500\/0:active {
  border-inline-start-color: rgb(239 68 68 / 0);
}

.active\:border-s-red-500\/10:active {
  border-inline-start-color: rgb(239 68 68 / 0.1);
}

.active\:border-s-red-500\/100:active {
  border-inline-start-color: rgb(239 68 68 / 1);
}

.active\:border-s-red-500\/20:active {
  border-inline-start-color: rgb(239 68 68 / 0.2);
}

.active\:border-s-red-500\/25:active {
  border-inline-start-color: rgb(239 68 68 / 0.25);
}

.active\:border-s-red-500\/30:active {
  border-inline-start-color: rgb(239 68 68 / 0.3);
}

.active\:border-s-red-500\/40:active {
  border-inline-start-color: rgb(239 68 68 / 0.4);
}

.active\:border-s-red-500\/5:active {
  border-inline-start-color: rgb(239 68 68 / 0.05);
}

.active\:border-s-red-500\/50:active {
  border-inline-start-color: rgb(239 68 68 / 0.5);
}

.active\:border-s-red-500\/60:active {
  border-inline-start-color: rgb(239 68 68 / 0.6);
}

.active\:border-s-red-500\/70:active {
  border-inline-start-color: rgb(239 68 68 / 0.7);
}

.active\:border-s-red-500\/75:active {
  border-inline-start-color: rgb(239 68 68 / 0.75);
}

.active\:border-s-red-500\/80:active {
  border-inline-start-color: rgb(239 68 68 / 0.8);
}

.active\:border-s-red-500\/90:active {
  border-inline-start-color: rgb(239 68 68 / 0.9);
}

.active\:border-s-red-500\/95:active {
  border-inline-start-color: rgb(239 68 68 / 0.95);
}

.active\:border-s-red-600:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.active\:border-s-red-600\/0:active {
  border-inline-start-color: rgb(220 38 38 / 0);
}

.active\:border-s-red-600\/10:active {
  border-inline-start-color: rgb(220 38 38 / 0.1);
}

.active\:border-s-red-600\/100:active {
  border-inline-start-color: rgb(220 38 38 / 1);
}

.active\:border-s-red-600\/20:active {
  border-inline-start-color: rgb(220 38 38 / 0.2);
}

.active\:border-s-red-600\/25:active {
  border-inline-start-color: rgb(220 38 38 / 0.25);
}

.active\:border-s-red-600\/30:active {
  border-inline-start-color: rgb(220 38 38 / 0.3);
}

.active\:border-s-red-600\/40:active {
  border-inline-start-color: rgb(220 38 38 / 0.4);
}

.active\:border-s-red-600\/5:active {
  border-inline-start-color: rgb(220 38 38 / 0.05);
}

.active\:border-s-red-600\/50:active {
  border-inline-start-color: rgb(220 38 38 / 0.5);
}

.active\:border-s-red-600\/60:active {
  border-inline-start-color: rgb(220 38 38 / 0.6);
}

.active\:border-s-red-600\/70:active {
  border-inline-start-color: rgb(220 38 38 / 0.7);
}

.active\:border-s-red-600\/75:active {
  border-inline-start-color: rgb(220 38 38 / 0.75);
}

.active\:border-s-red-600\/80:active {
  border-inline-start-color: rgb(220 38 38 / 0.8);
}

.active\:border-s-red-600\/90:active {
  border-inline-start-color: rgb(220 38 38 / 0.9);
}

.active\:border-s-red-600\/95:active {
  border-inline-start-color: rgb(220 38 38 / 0.95);
}

.active\:border-s-red-700:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.active\:border-s-red-700\/0:active {
  border-inline-start-color: rgb(185 28 28 / 0);
}

.active\:border-s-red-700\/10:active {
  border-inline-start-color: rgb(185 28 28 / 0.1);
}

.active\:border-s-red-700\/100:active {
  border-inline-start-color: rgb(185 28 28 / 1);
}

.active\:border-s-red-700\/20:active {
  border-inline-start-color: rgb(185 28 28 / 0.2);
}

.active\:border-s-red-700\/25:active {
  border-inline-start-color: rgb(185 28 28 / 0.25);
}

.active\:border-s-red-700\/30:active {
  border-inline-start-color: rgb(185 28 28 / 0.3);
}

.active\:border-s-red-700\/40:active {
  border-inline-start-color: rgb(185 28 28 / 0.4);
}

.active\:border-s-red-700\/5:active {
  border-inline-start-color: rgb(185 28 28 / 0.05);
}

.active\:border-s-red-700\/50:active {
  border-inline-start-color: rgb(185 28 28 / 0.5);
}

.active\:border-s-red-700\/60:active {
  border-inline-start-color: rgb(185 28 28 / 0.6);
}

.active\:border-s-red-700\/70:active {
  border-inline-start-color: rgb(185 28 28 / 0.7);
}

.active\:border-s-red-700\/75:active {
  border-inline-start-color: rgb(185 28 28 / 0.75);
}

.active\:border-s-red-700\/80:active {
  border-inline-start-color: rgb(185 28 28 / 0.8);
}

.active\:border-s-red-700\/90:active {
  border-inline-start-color: rgb(185 28 28 / 0.9);
}

.active\:border-s-red-700\/95:active {
  border-inline-start-color: rgb(185 28 28 / 0.95);
}

.active\:border-s-red-800:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.active\:border-s-red-800\/0:active {
  border-inline-start-color: rgb(153 27 27 / 0);
}

.active\:border-s-red-800\/10:active {
  border-inline-start-color: rgb(153 27 27 / 0.1);
}

.active\:border-s-red-800\/100:active {
  border-inline-start-color: rgb(153 27 27 / 1);
}

.active\:border-s-red-800\/20:active {
  border-inline-start-color: rgb(153 27 27 / 0.2);
}

.active\:border-s-red-800\/25:active {
  border-inline-start-color: rgb(153 27 27 / 0.25);
}

.active\:border-s-red-800\/30:active {
  border-inline-start-color: rgb(153 27 27 / 0.3);
}

.active\:border-s-red-800\/40:active {
  border-inline-start-color: rgb(153 27 27 / 0.4);
}

.active\:border-s-red-800\/5:active {
  border-inline-start-color: rgb(153 27 27 / 0.05);
}

.active\:border-s-red-800\/50:active {
  border-inline-start-color: rgb(153 27 27 / 0.5);
}

.active\:border-s-red-800\/60:active {
  border-inline-start-color: rgb(153 27 27 / 0.6);
}

.active\:border-s-red-800\/70:active {
  border-inline-start-color: rgb(153 27 27 / 0.7);
}

.active\:border-s-red-800\/75:active {
  border-inline-start-color: rgb(153 27 27 / 0.75);
}

.active\:border-s-red-800\/80:active {
  border-inline-start-color: rgb(153 27 27 / 0.8);
}

.active\:border-s-red-800\/90:active {
  border-inline-start-color: rgb(153 27 27 / 0.9);
}

.active\:border-s-red-800\/95:active {
  border-inline-start-color: rgb(153 27 27 / 0.95);
}

.active\:border-s-red-900:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.active\:border-s-red-900\/0:active {
  border-inline-start-color: rgb(127 29 29 / 0);
}

.active\:border-s-red-900\/10:active {
  border-inline-start-color: rgb(127 29 29 / 0.1);
}

.active\:border-s-red-900\/100:active {
  border-inline-start-color: rgb(127 29 29 / 1);
}

.active\:border-s-red-900\/20:active {
  border-inline-start-color: rgb(127 29 29 / 0.2);
}

.active\:border-s-red-900\/25:active {
  border-inline-start-color: rgb(127 29 29 / 0.25);
}

.active\:border-s-red-900\/30:active {
  border-inline-start-color: rgb(127 29 29 / 0.3);
}

.active\:border-s-red-900\/40:active {
  border-inline-start-color: rgb(127 29 29 / 0.4);
}

.active\:border-s-red-900\/5:active {
  border-inline-start-color: rgb(127 29 29 / 0.05);
}

.active\:border-s-red-900\/50:active {
  border-inline-start-color: rgb(127 29 29 / 0.5);
}

.active\:border-s-red-900\/60:active {
  border-inline-start-color: rgb(127 29 29 / 0.6);
}

.active\:border-s-red-900\/70:active {
  border-inline-start-color: rgb(127 29 29 / 0.7);
}

.active\:border-s-red-900\/75:active {
  border-inline-start-color: rgb(127 29 29 / 0.75);
}

.active\:border-s-red-900\/80:active {
  border-inline-start-color: rgb(127 29 29 / 0.8);
}

.active\:border-s-red-900\/90:active {
  border-inline-start-color: rgb(127 29 29 / 0.9);
}

.active\:border-s-red-900\/95:active {
  border-inline-start-color: rgb(127 29 29 / 0.95);
}

.active\:border-s-red-950:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(69 10 10 / var(--tw-border-opacity));
}

.active\:border-s-red-950\/0:active {
  border-inline-start-color: rgb(69 10 10 / 0);
}

.active\:border-s-red-950\/10:active {
  border-inline-start-color: rgb(69 10 10 / 0.1);
}

.active\:border-s-red-950\/100:active {
  border-inline-start-color: rgb(69 10 10 / 1);
}

.active\:border-s-red-950\/20:active {
  border-inline-start-color: rgb(69 10 10 / 0.2);
}

.active\:border-s-red-950\/25:active {
  border-inline-start-color: rgb(69 10 10 / 0.25);
}

.active\:border-s-red-950\/30:active {
  border-inline-start-color: rgb(69 10 10 / 0.3);
}

.active\:border-s-red-950\/40:active {
  border-inline-start-color: rgb(69 10 10 / 0.4);
}

.active\:border-s-red-950\/5:active {
  border-inline-start-color: rgb(69 10 10 / 0.05);
}

.active\:border-s-red-950\/50:active {
  border-inline-start-color: rgb(69 10 10 / 0.5);
}

.active\:border-s-red-950\/60:active {
  border-inline-start-color: rgb(69 10 10 / 0.6);
}

.active\:border-s-red-950\/70:active {
  border-inline-start-color: rgb(69 10 10 / 0.7);
}

.active\:border-s-red-950\/75:active {
  border-inline-start-color: rgb(69 10 10 / 0.75);
}

.active\:border-s-red-950\/80:active {
  border-inline-start-color: rgb(69 10 10 / 0.8);
}

.active\:border-s-red-950\/90:active {
  border-inline-start-color: rgb(69 10 10 / 0.9);
}

.active\:border-s-red-950\/95:active {
  border-inline-start-color: rgb(69 10 10 / 0.95);
}

.active\:border-s-rose-100:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 228 230 / var(--tw-border-opacity));
}

.active\:border-s-rose-100\/0:active {
  border-inline-start-color: rgb(255 228 230 / 0);
}

.active\:border-s-rose-100\/10:active {
  border-inline-start-color: rgb(255 228 230 / 0.1);
}

.active\:border-s-rose-100\/100:active {
  border-inline-start-color: rgb(255 228 230 / 1);
}

.active\:border-s-rose-100\/20:active {
  border-inline-start-color: rgb(255 228 230 / 0.2);
}

.active\:border-s-rose-100\/25:active {
  border-inline-start-color: rgb(255 228 230 / 0.25);
}

.active\:border-s-rose-100\/30:active {
  border-inline-start-color: rgb(255 228 230 / 0.3);
}

.active\:border-s-rose-100\/40:active {
  border-inline-start-color: rgb(255 228 230 / 0.4);
}

.active\:border-s-rose-100\/5:active {
  border-inline-start-color: rgb(255 228 230 / 0.05);
}

.active\:border-s-rose-100\/50:active {
  border-inline-start-color: rgb(255 228 230 / 0.5);
}

.active\:border-s-rose-100\/60:active {
  border-inline-start-color: rgb(255 228 230 / 0.6);
}

.active\:border-s-rose-100\/70:active {
  border-inline-start-color: rgb(255 228 230 / 0.7);
}

.active\:border-s-rose-100\/75:active {
  border-inline-start-color: rgb(255 228 230 / 0.75);
}

.active\:border-s-rose-100\/80:active {
  border-inline-start-color: rgb(255 228 230 / 0.8);
}

.active\:border-s-rose-100\/90:active {
  border-inline-start-color: rgb(255 228 230 / 0.9);
}

.active\:border-s-rose-100\/95:active {
  border-inline-start-color: rgb(255 228 230 / 0.95);
}

.active\:border-s-rose-200:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 205 211 / var(--tw-border-opacity));
}

.active\:border-s-rose-200\/0:active {
  border-inline-start-color: rgb(254 205 211 / 0);
}

.active\:border-s-rose-200\/10:active {
  border-inline-start-color: rgb(254 205 211 / 0.1);
}

.active\:border-s-rose-200\/100:active {
  border-inline-start-color: rgb(254 205 211 / 1);
}

.active\:border-s-rose-200\/20:active {
  border-inline-start-color: rgb(254 205 211 / 0.2);
}

.active\:border-s-rose-200\/25:active {
  border-inline-start-color: rgb(254 205 211 / 0.25);
}

.active\:border-s-rose-200\/30:active {
  border-inline-start-color: rgb(254 205 211 / 0.3);
}

.active\:border-s-rose-200\/40:active {
  border-inline-start-color: rgb(254 205 211 / 0.4);
}

.active\:border-s-rose-200\/5:active {
  border-inline-start-color: rgb(254 205 211 / 0.05);
}

.active\:border-s-rose-200\/50:active {
  border-inline-start-color: rgb(254 205 211 / 0.5);
}

.active\:border-s-rose-200\/60:active {
  border-inline-start-color: rgb(254 205 211 / 0.6);
}

.active\:border-s-rose-200\/70:active {
  border-inline-start-color: rgb(254 205 211 / 0.7);
}

.active\:border-s-rose-200\/75:active {
  border-inline-start-color: rgb(254 205 211 / 0.75);
}

.active\:border-s-rose-200\/80:active {
  border-inline-start-color: rgb(254 205 211 / 0.8);
}

.active\:border-s-rose-200\/90:active {
  border-inline-start-color: rgb(254 205 211 / 0.9);
}

.active\:border-s-rose-200\/95:active {
  border-inline-start-color: rgb(254 205 211 / 0.95);
}

.active\:border-s-rose-300:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 164 175 / var(--tw-border-opacity));
}

.active\:border-s-rose-300\/0:active {
  border-inline-start-color: rgb(253 164 175 / 0);
}

.active\:border-s-rose-300\/10:active {
  border-inline-start-color: rgb(253 164 175 / 0.1);
}

.active\:border-s-rose-300\/100:active {
  border-inline-start-color: rgb(253 164 175 / 1);
}

.active\:border-s-rose-300\/20:active {
  border-inline-start-color: rgb(253 164 175 / 0.2);
}

.active\:border-s-rose-300\/25:active {
  border-inline-start-color: rgb(253 164 175 / 0.25);
}

.active\:border-s-rose-300\/30:active {
  border-inline-start-color: rgb(253 164 175 / 0.3);
}

.active\:border-s-rose-300\/40:active {
  border-inline-start-color: rgb(253 164 175 / 0.4);
}

.active\:border-s-rose-300\/5:active {
  border-inline-start-color: rgb(253 164 175 / 0.05);
}

.active\:border-s-rose-300\/50:active {
  border-inline-start-color: rgb(253 164 175 / 0.5);
}

.active\:border-s-rose-300\/60:active {
  border-inline-start-color: rgb(253 164 175 / 0.6);
}

.active\:border-s-rose-300\/70:active {
  border-inline-start-color: rgb(253 164 175 / 0.7);
}

.active\:border-s-rose-300\/75:active {
  border-inline-start-color: rgb(253 164 175 / 0.75);
}

.active\:border-s-rose-300\/80:active {
  border-inline-start-color: rgb(253 164 175 / 0.8);
}

.active\:border-s-rose-300\/90:active {
  border-inline-start-color: rgb(253 164 175 / 0.9);
}

.active\:border-s-rose-300\/95:active {
  border-inline-start-color: rgb(253 164 175 / 0.95);
}

.active\:border-s-rose-400:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.active\:border-s-rose-400\/0:active {
  border-inline-start-color: rgb(251 113 133 / 0);
}

.active\:border-s-rose-400\/10:active {
  border-inline-start-color: rgb(251 113 133 / 0.1);
}

.active\:border-s-rose-400\/100:active {
  border-inline-start-color: rgb(251 113 133 / 1);
}

.active\:border-s-rose-400\/20:active {
  border-inline-start-color: rgb(251 113 133 / 0.2);
}

.active\:border-s-rose-400\/25:active {
  border-inline-start-color: rgb(251 113 133 / 0.25);
}

.active\:border-s-rose-400\/30:active {
  border-inline-start-color: rgb(251 113 133 / 0.3);
}

.active\:border-s-rose-400\/40:active {
  border-inline-start-color: rgb(251 113 133 / 0.4);
}

.active\:border-s-rose-400\/5:active {
  border-inline-start-color: rgb(251 113 133 / 0.05);
}

.active\:border-s-rose-400\/50:active {
  border-inline-start-color: rgb(251 113 133 / 0.5);
}

.active\:border-s-rose-400\/60:active {
  border-inline-start-color: rgb(251 113 133 / 0.6);
}

.active\:border-s-rose-400\/70:active {
  border-inline-start-color: rgb(251 113 133 / 0.7);
}

.active\:border-s-rose-400\/75:active {
  border-inline-start-color: rgb(251 113 133 / 0.75);
}

.active\:border-s-rose-400\/80:active {
  border-inline-start-color: rgb(251 113 133 / 0.8);
}

.active\:border-s-rose-400\/90:active {
  border-inline-start-color: rgb(251 113 133 / 0.9);
}

.active\:border-s-rose-400\/95:active {
  border-inline-start-color: rgb(251 113 133 / 0.95);
}

.active\:border-s-rose-50:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 241 242 / var(--tw-border-opacity));
}

.active\:border-s-rose-50\/0:active {
  border-inline-start-color: rgb(255 241 242 / 0);
}

.active\:border-s-rose-50\/10:active {
  border-inline-start-color: rgb(255 241 242 / 0.1);
}

.active\:border-s-rose-50\/100:active {
  border-inline-start-color: rgb(255 241 242 / 1);
}

.active\:border-s-rose-50\/20:active {
  border-inline-start-color: rgb(255 241 242 / 0.2);
}

.active\:border-s-rose-50\/25:active {
  border-inline-start-color: rgb(255 241 242 / 0.25);
}

.active\:border-s-rose-50\/30:active {
  border-inline-start-color: rgb(255 241 242 / 0.3);
}

.active\:border-s-rose-50\/40:active {
  border-inline-start-color: rgb(255 241 242 / 0.4);
}

.active\:border-s-rose-50\/5:active {
  border-inline-start-color: rgb(255 241 242 / 0.05);
}

.active\:border-s-rose-50\/50:active {
  border-inline-start-color: rgb(255 241 242 / 0.5);
}

.active\:border-s-rose-50\/60:active {
  border-inline-start-color: rgb(255 241 242 / 0.6);
}

.active\:border-s-rose-50\/70:active {
  border-inline-start-color: rgb(255 241 242 / 0.7);
}

.active\:border-s-rose-50\/75:active {
  border-inline-start-color: rgb(255 241 242 / 0.75);
}

.active\:border-s-rose-50\/80:active {
  border-inline-start-color: rgb(255 241 242 / 0.8);
}

.active\:border-s-rose-50\/90:active {
  border-inline-start-color: rgb(255 241 242 / 0.9);
}

.active\:border-s-rose-50\/95:active {
  border-inline-start-color: rgb(255 241 242 / 0.95);
}

.active\:border-s-rose-500:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(244 63 94 / var(--tw-border-opacity));
}

.active\:border-s-rose-500\/0:active {
  border-inline-start-color: rgb(244 63 94 / 0);
}

.active\:border-s-rose-500\/10:active {
  border-inline-start-color: rgb(244 63 94 / 0.1);
}

.active\:border-s-rose-500\/100:active {
  border-inline-start-color: rgb(244 63 94 / 1);
}

.active\:border-s-rose-500\/20:active {
  border-inline-start-color: rgb(244 63 94 / 0.2);
}

.active\:border-s-rose-500\/25:active {
  border-inline-start-color: rgb(244 63 94 / 0.25);
}

.active\:border-s-rose-500\/30:active {
  border-inline-start-color: rgb(244 63 94 / 0.3);
}

.active\:border-s-rose-500\/40:active {
  border-inline-start-color: rgb(244 63 94 / 0.4);
}

.active\:border-s-rose-500\/5:active {
  border-inline-start-color: rgb(244 63 94 / 0.05);
}

.active\:border-s-rose-500\/50:active {
  border-inline-start-color: rgb(244 63 94 / 0.5);
}

.active\:border-s-rose-500\/60:active {
  border-inline-start-color: rgb(244 63 94 / 0.6);
}

.active\:border-s-rose-500\/70:active {
  border-inline-start-color: rgb(244 63 94 / 0.7);
}

.active\:border-s-rose-500\/75:active {
  border-inline-start-color: rgb(244 63 94 / 0.75);
}

.active\:border-s-rose-500\/80:active {
  border-inline-start-color: rgb(244 63 94 / 0.8);
}

.active\:border-s-rose-500\/90:active {
  border-inline-start-color: rgb(244 63 94 / 0.9);
}

.active\:border-s-rose-500\/95:active {
  border-inline-start-color: rgb(244 63 94 / 0.95);
}

.active\:border-s-rose-600:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(225 29 72 / var(--tw-border-opacity));
}

.active\:border-s-rose-600\/0:active {
  border-inline-start-color: rgb(225 29 72 / 0);
}

.active\:border-s-rose-600\/10:active {
  border-inline-start-color: rgb(225 29 72 / 0.1);
}

.active\:border-s-rose-600\/100:active {
  border-inline-start-color: rgb(225 29 72 / 1);
}

.active\:border-s-rose-600\/20:active {
  border-inline-start-color: rgb(225 29 72 / 0.2);
}

.active\:border-s-rose-600\/25:active {
  border-inline-start-color: rgb(225 29 72 / 0.25);
}

.active\:border-s-rose-600\/30:active {
  border-inline-start-color: rgb(225 29 72 / 0.3);
}

.active\:border-s-rose-600\/40:active {
  border-inline-start-color: rgb(225 29 72 / 0.4);
}

.active\:border-s-rose-600\/5:active {
  border-inline-start-color: rgb(225 29 72 / 0.05);
}

.active\:border-s-rose-600\/50:active {
  border-inline-start-color: rgb(225 29 72 / 0.5);
}

.active\:border-s-rose-600\/60:active {
  border-inline-start-color: rgb(225 29 72 / 0.6);
}

.active\:border-s-rose-600\/70:active {
  border-inline-start-color: rgb(225 29 72 / 0.7);
}

.active\:border-s-rose-600\/75:active {
  border-inline-start-color: rgb(225 29 72 / 0.75);
}

.active\:border-s-rose-600\/80:active {
  border-inline-start-color: rgb(225 29 72 / 0.8);
}

.active\:border-s-rose-600\/90:active {
  border-inline-start-color: rgb(225 29 72 / 0.9);
}

.active\:border-s-rose-600\/95:active {
  border-inline-start-color: rgb(225 29 72 / 0.95);
}

.active\:border-s-rose-700:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(190 18 60 / var(--tw-border-opacity));
}

.active\:border-s-rose-700\/0:active {
  border-inline-start-color: rgb(190 18 60 / 0);
}

.active\:border-s-rose-700\/10:active {
  border-inline-start-color: rgb(190 18 60 / 0.1);
}

.active\:border-s-rose-700\/100:active {
  border-inline-start-color: rgb(190 18 60 / 1);
}

.active\:border-s-rose-700\/20:active {
  border-inline-start-color: rgb(190 18 60 / 0.2);
}

.active\:border-s-rose-700\/25:active {
  border-inline-start-color: rgb(190 18 60 / 0.25);
}

.active\:border-s-rose-700\/30:active {
  border-inline-start-color: rgb(190 18 60 / 0.3);
}

.active\:border-s-rose-700\/40:active {
  border-inline-start-color: rgb(190 18 60 / 0.4);
}

.active\:border-s-rose-700\/5:active {
  border-inline-start-color: rgb(190 18 60 / 0.05);
}

.active\:border-s-rose-700\/50:active {
  border-inline-start-color: rgb(190 18 60 / 0.5);
}

.active\:border-s-rose-700\/60:active {
  border-inline-start-color: rgb(190 18 60 / 0.6);
}

.active\:border-s-rose-700\/70:active {
  border-inline-start-color: rgb(190 18 60 / 0.7);
}

.active\:border-s-rose-700\/75:active {
  border-inline-start-color: rgb(190 18 60 / 0.75);
}

.active\:border-s-rose-700\/80:active {
  border-inline-start-color: rgb(190 18 60 / 0.8);
}

.active\:border-s-rose-700\/90:active {
  border-inline-start-color: rgb(190 18 60 / 0.9);
}

.active\:border-s-rose-700\/95:active {
  border-inline-start-color: rgb(190 18 60 / 0.95);
}

.active\:border-s-rose-800:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(159 18 57 / var(--tw-border-opacity));
}

.active\:border-s-rose-800\/0:active {
  border-inline-start-color: rgb(159 18 57 / 0);
}

.active\:border-s-rose-800\/10:active {
  border-inline-start-color: rgb(159 18 57 / 0.1);
}

.active\:border-s-rose-800\/100:active {
  border-inline-start-color: rgb(159 18 57 / 1);
}

.active\:border-s-rose-800\/20:active {
  border-inline-start-color: rgb(159 18 57 / 0.2);
}

.active\:border-s-rose-800\/25:active {
  border-inline-start-color: rgb(159 18 57 / 0.25);
}

.active\:border-s-rose-800\/30:active {
  border-inline-start-color: rgb(159 18 57 / 0.3);
}

.active\:border-s-rose-800\/40:active {
  border-inline-start-color: rgb(159 18 57 / 0.4);
}

.active\:border-s-rose-800\/5:active {
  border-inline-start-color: rgb(159 18 57 / 0.05);
}

.active\:border-s-rose-800\/50:active {
  border-inline-start-color: rgb(159 18 57 / 0.5);
}

.active\:border-s-rose-800\/60:active {
  border-inline-start-color: rgb(159 18 57 / 0.6);
}

.active\:border-s-rose-800\/70:active {
  border-inline-start-color: rgb(159 18 57 / 0.7);
}

.active\:border-s-rose-800\/75:active {
  border-inline-start-color: rgb(159 18 57 / 0.75);
}

.active\:border-s-rose-800\/80:active {
  border-inline-start-color: rgb(159 18 57 / 0.8);
}

.active\:border-s-rose-800\/90:active {
  border-inline-start-color: rgb(159 18 57 / 0.9);
}

.active\:border-s-rose-800\/95:active {
  border-inline-start-color: rgb(159 18 57 / 0.95);
}

.active\:border-s-rose-900:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(136 19 55 / var(--tw-border-opacity));
}

.active\:border-s-rose-900\/0:active {
  border-inline-start-color: rgb(136 19 55 / 0);
}

.active\:border-s-rose-900\/10:active {
  border-inline-start-color: rgb(136 19 55 / 0.1);
}

.active\:border-s-rose-900\/100:active {
  border-inline-start-color: rgb(136 19 55 / 1);
}

.active\:border-s-rose-900\/20:active {
  border-inline-start-color: rgb(136 19 55 / 0.2);
}

.active\:border-s-rose-900\/25:active {
  border-inline-start-color: rgb(136 19 55 / 0.25);
}

.active\:border-s-rose-900\/30:active {
  border-inline-start-color: rgb(136 19 55 / 0.3);
}

.active\:border-s-rose-900\/40:active {
  border-inline-start-color: rgb(136 19 55 / 0.4);
}

.active\:border-s-rose-900\/5:active {
  border-inline-start-color: rgb(136 19 55 / 0.05);
}

.active\:border-s-rose-900\/50:active {
  border-inline-start-color: rgb(136 19 55 / 0.5);
}

.active\:border-s-rose-900\/60:active {
  border-inline-start-color: rgb(136 19 55 / 0.6);
}

.active\:border-s-rose-900\/70:active {
  border-inline-start-color: rgb(136 19 55 / 0.7);
}

.active\:border-s-rose-900\/75:active {
  border-inline-start-color: rgb(136 19 55 / 0.75);
}

.active\:border-s-rose-900\/80:active {
  border-inline-start-color: rgb(136 19 55 / 0.8);
}

.active\:border-s-rose-900\/90:active {
  border-inline-start-color: rgb(136 19 55 / 0.9);
}

.active\:border-s-rose-900\/95:active {
  border-inline-start-color: rgb(136 19 55 / 0.95);
}

.active\:border-s-rose-950:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(76 5 25 / var(--tw-border-opacity));
}

.active\:border-s-rose-950\/0:active {
  border-inline-start-color: rgb(76 5 25 / 0);
}

.active\:border-s-rose-950\/10:active {
  border-inline-start-color: rgb(76 5 25 / 0.1);
}

.active\:border-s-rose-950\/100:active {
  border-inline-start-color: rgb(76 5 25 / 1);
}

.active\:border-s-rose-950\/20:active {
  border-inline-start-color: rgb(76 5 25 / 0.2);
}

.active\:border-s-rose-950\/25:active {
  border-inline-start-color: rgb(76 5 25 / 0.25);
}

.active\:border-s-rose-950\/30:active {
  border-inline-start-color: rgb(76 5 25 / 0.3);
}

.active\:border-s-rose-950\/40:active {
  border-inline-start-color: rgb(76 5 25 / 0.4);
}

.active\:border-s-rose-950\/5:active {
  border-inline-start-color: rgb(76 5 25 / 0.05);
}

.active\:border-s-rose-950\/50:active {
  border-inline-start-color: rgb(76 5 25 / 0.5);
}

.active\:border-s-rose-950\/60:active {
  border-inline-start-color: rgb(76 5 25 / 0.6);
}

.active\:border-s-rose-950\/70:active {
  border-inline-start-color: rgb(76 5 25 / 0.7);
}

.active\:border-s-rose-950\/75:active {
  border-inline-start-color: rgb(76 5 25 / 0.75);
}

.active\:border-s-rose-950\/80:active {
  border-inline-start-color: rgb(76 5 25 / 0.8);
}

.active\:border-s-rose-950\/90:active {
  border-inline-start-color: rgb(76 5 25 / 0.9);
}

.active\:border-s-rose-950\/95:active {
  border-inline-start-color: rgb(76 5 25 / 0.95);
}

.active\:border-s-sky-100:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(224 242 254 / var(--tw-border-opacity));
}

.active\:border-s-sky-100\/0:active {
  border-inline-start-color: rgb(224 242 254 / 0);
}

.active\:border-s-sky-100\/10:active {
  border-inline-start-color: rgb(224 242 254 / 0.1);
}

.active\:border-s-sky-100\/100:active {
  border-inline-start-color: rgb(224 242 254 / 1);
}

.active\:border-s-sky-100\/20:active {
  border-inline-start-color: rgb(224 242 254 / 0.2);
}

.active\:border-s-sky-100\/25:active {
  border-inline-start-color: rgb(224 242 254 / 0.25);
}

.active\:border-s-sky-100\/30:active {
  border-inline-start-color: rgb(224 242 254 / 0.3);
}

.active\:border-s-sky-100\/40:active {
  border-inline-start-color: rgb(224 242 254 / 0.4);
}

.active\:border-s-sky-100\/5:active {
  border-inline-start-color: rgb(224 242 254 / 0.05);
}

.active\:border-s-sky-100\/50:active {
  border-inline-start-color: rgb(224 242 254 / 0.5);
}

.active\:border-s-sky-100\/60:active {
  border-inline-start-color: rgb(224 242 254 / 0.6);
}

.active\:border-s-sky-100\/70:active {
  border-inline-start-color: rgb(224 242 254 / 0.7);
}

.active\:border-s-sky-100\/75:active {
  border-inline-start-color: rgb(224 242 254 / 0.75);
}

.active\:border-s-sky-100\/80:active {
  border-inline-start-color: rgb(224 242 254 / 0.8);
}

.active\:border-s-sky-100\/90:active {
  border-inline-start-color: rgb(224 242 254 / 0.9);
}

.active\:border-s-sky-100\/95:active {
  border-inline-start-color: rgb(224 242 254 / 0.95);
}

.active\:border-s-sky-200:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(186 230 253 / var(--tw-border-opacity));
}

.active\:border-s-sky-200\/0:active {
  border-inline-start-color: rgb(186 230 253 / 0);
}

.active\:border-s-sky-200\/10:active {
  border-inline-start-color: rgb(186 230 253 / 0.1);
}

.active\:border-s-sky-200\/100:active {
  border-inline-start-color: rgb(186 230 253 / 1);
}

.active\:border-s-sky-200\/20:active {
  border-inline-start-color: rgb(186 230 253 / 0.2);
}

.active\:border-s-sky-200\/25:active {
  border-inline-start-color: rgb(186 230 253 / 0.25);
}

.active\:border-s-sky-200\/30:active {
  border-inline-start-color: rgb(186 230 253 / 0.3);
}

.active\:border-s-sky-200\/40:active {
  border-inline-start-color: rgb(186 230 253 / 0.4);
}

.active\:border-s-sky-200\/5:active {
  border-inline-start-color: rgb(186 230 253 / 0.05);
}

.active\:border-s-sky-200\/50:active {
  border-inline-start-color: rgb(186 230 253 / 0.5);
}

.active\:border-s-sky-200\/60:active {
  border-inline-start-color: rgb(186 230 253 / 0.6);
}

.active\:border-s-sky-200\/70:active {
  border-inline-start-color: rgb(186 230 253 / 0.7);
}

.active\:border-s-sky-200\/75:active {
  border-inline-start-color: rgb(186 230 253 / 0.75);
}

.active\:border-s-sky-200\/80:active {
  border-inline-start-color: rgb(186 230 253 / 0.8);
}

.active\:border-s-sky-200\/90:active {
  border-inline-start-color: rgb(186 230 253 / 0.9);
}

.active\:border-s-sky-200\/95:active {
  border-inline-start-color: rgb(186 230 253 / 0.95);
}

.active\:border-s-sky-300:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(125 211 252 / var(--tw-border-opacity));
}

.active\:border-s-sky-300\/0:active {
  border-inline-start-color: rgb(125 211 252 / 0);
}

.active\:border-s-sky-300\/10:active {
  border-inline-start-color: rgb(125 211 252 / 0.1);
}

.active\:border-s-sky-300\/100:active {
  border-inline-start-color: rgb(125 211 252 / 1);
}

.active\:border-s-sky-300\/20:active {
  border-inline-start-color: rgb(125 211 252 / 0.2);
}

.active\:border-s-sky-300\/25:active {
  border-inline-start-color: rgb(125 211 252 / 0.25);
}

.active\:border-s-sky-300\/30:active {
  border-inline-start-color: rgb(125 211 252 / 0.3);
}

.active\:border-s-sky-300\/40:active {
  border-inline-start-color: rgb(125 211 252 / 0.4);
}

.active\:border-s-sky-300\/5:active {
  border-inline-start-color: rgb(125 211 252 / 0.05);
}

.active\:border-s-sky-300\/50:active {
  border-inline-start-color: rgb(125 211 252 / 0.5);
}

.active\:border-s-sky-300\/60:active {
  border-inline-start-color: rgb(125 211 252 / 0.6);
}

.active\:border-s-sky-300\/70:active {
  border-inline-start-color: rgb(125 211 252 / 0.7);
}

.active\:border-s-sky-300\/75:active {
  border-inline-start-color: rgb(125 211 252 / 0.75);
}

.active\:border-s-sky-300\/80:active {
  border-inline-start-color: rgb(125 211 252 / 0.8);
}

.active\:border-s-sky-300\/90:active {
  border-inline-start-color: rgb(125 211 252 / 0.9);
}

.active\:border-s-sky-300\/95:active {
  border-inline-start-color: rgb(125 211 252 / 0.95);
}

.active\:border-s-sky-400:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(56 189 248 / var(--tw-border-opacity));
}

.active\:border-s-sky-400\/0:active {
  border-inline-start-color: rgb(56 189 248 / 0);
}

.active\:border-s-sky-400\/10:active {
  border-inline-start-color: rgb(56 189 248 / 0.1);
}

.active\:border-s-sky-400\/100:active {
  border-inline-start-color: rgb(56 189 248 / 1);
}

.active\:border-s-sky-400\/20:active {
  border-inline-start-color: rgb(56 189 248 / 0.2);
}

.active\:border-s-sky-400\/25:active {
  border-inline-start-color: rgb(56 189 248 / 0.25);
}

.active\:border-s-sky-400\/30:active {
  border-inline-start-color: rgb(56 189 248 / 0.3);
}

.active\:border-s-sky-400\/40:active {
  border-inline-start-color: rgb(56 189 248 / 0.4);
}

.active\:border-s-sky-400\/5:active {
  border-inline-start-color: rgb(56 189 248 / 0.05);
}

.active\:border-s-sky-400\/50:active {
  border-inline-start-color: rgb(56 189 248 / 0.5);
}

.active\:border-s-sky-400\/60:active {
  border-inline-start-color: rgb(56 189 248 / 0.6);
}

.active\:border-s-sky-400\/70:active {
  border-inline-start-color: rgb(56 189 248 / 0.7);
}

.active\:border-s-sky-400\/75:active {
  border-inline-start-color: rgb(56 189 248 / 0.75);
}

.active\:border-s-sky-400\/80:active {
  border-inline-start-color: rgb(56 189 248 / 0.8);
}

.active\:border-s-sky-400\/90:active {
  border-inline-start-color: rgb(56 189 248 / 0.9);
}

.active\:border-s-sky-400\/95:active {
  border-inline-start-color: rgb(56 189 248 / 0.95);
}

.active\:border-s-sky-50:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.active\:border-s-sky-50\/0:active {
  border-inline-start-color: rgb(240 249 255 / 0);
}

.active\:border-s-sky-50\/10:active {
  border-inline-start-color: rgb(240 249 255 / 0.1);
}

.active\:border-s-sky-50\/100:active {
  border-inline-start-color: rgb(240 249 255 / 1);
}

.active\:border-s-sky-50\/20:active {
  border-inline-start-color: rgb(240 249 255 / 0.2);
}

.active\:border-s-sky-50\/25:active {
  border-inline-start-color: rgb(240 249 255 / 0.25);
}

.active\:border-s-sky-50\/30:active {
  border-inline-start-color: rgb(240 249 255 / 0.3);
}

.active\:border-s-sky-50\/40:active {
  border-inline-start-color: rgb(240 249 255 / 0.4);
}

.active\:border-s-sky-50\/5:active {
  border-inline-start-color: rgb(240 249 255 / 0.05);
}

.active\:border-s-sky-50\/50:active {
  border-inline-start-color: rgb(240 249 255 / 0.5);
}

.active\:border-s-sky-50\/60:active {
  border-inline-start-color: rgb(240 249 255 / 0.6);
}

.active\:border-s-sky-50\/70:active {
  border-inline-start-color: rgb(240 249 255 / 0.7);
}

.active\:border-s-sky-50\/75:active {
  border-inline-start-color: rgb(240 249 255 / 0.75);
}

.active\:border-s-sky-50\/80:active {
  border-inline-start-color: rgb(240 249 255 / 0.8);
}

.active\:border-s-sky-50\/90:active {
  border-inline-start-color: rgb(240 249 255 / 0.9);
}

.active\:border-s-sky-50\/95:active {
  border-inline-start-color: rgb(240 249 255 / 0.95);
}

.active\:border-s-sky-500:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.active\:border-s-sky-500\/0:active {
  border-inline-start-color: rgb(14 165 233 / 0);
}

.active\:border-s-sky-500\/10:active {
  border-inline-start-color: rgb(14 165 233 / 0.1);
}

.active\:border-s-sky-500\/100:active {
  border-inline-start-color: rgb(14 165 233 / 1);
}

.active\:border-s-sky-500\/20:active {
  border-inline-start-color: rgb(14 165 233 / 0.2);
}

.active\:border-s-sky-500\/25:active {
  border-inline-start-color: rgb(14 165 233 / 0.25);
}

.active\:border-s-sky-500\/30:active {
  border-inline-start-color: rgb(14 165 233 / 0.3);
}

.active\:border-s-sky-500\/40:active {
  border-inline-start-color: rgb(14 165 233 / 0.4);
}

.active\:border-s-sky-500\/5:active {
  border-inline-start-color: rgb(14 165 233 / 0.05);
}

.active\:border-s-sky-500\/50:active {
  border-inline-start-color: rgb(14 165 233 / 0.5);
}

.active\:border-s-sky-500\/60:active {
  border-inline-start-color: rgb(14 165 233 / 0.6);
}

.active\:border-s-sky-500\/70:active {
  border-inline-start-color: rgb(14 165 233 / 0.7);
}

.active\:border-s-sky-500\/75:active {
  border-inline-start-color: rgb(14 165 233 / 0.75);
}

.active\:border-s-sky-500\/80:active {
  border-inline-start-color: rgb(14 165 233 / 0.8);
}

.active\:border-s-sky-500\/90:active {
  border-inline-start-color: rgb(14 165 233 / 0.9);
}

.active\:border-s-sky-500\/95:active {
  border-inline-start-color: rgb(14 165 233 / 0.95);
}

.active\:border-s-sky-600:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(2 132 199 / var(--tw-border-opacity));
}

.active\:border-s-sky-600\/0:active {
  border-inline-start-color: rgb(2 132 199 / 0);
}

.active\:border-s-sky-600\/10:active {
  border-inline-start-color: rgb(2 132 199 / 0.1);
}

.active\:border-s-sky-600\/100:active {
  border-inline-start-color: rgb(2 132 199 / 1);
}

.active\:border-s-sky-600\/20:active {
  border-inline-start-color: rgb(2 132 199 / 0.2);
}

.active\:border-s-sky-600\/25:active {
  border-inline-start-color: rgb(2 132 199 / 0.25);
}

.active\:border-s-sky-600\/30:active {
  border-inline-start-color: rgb(2 132 199 / 0.3);
}

.active\:border-s-sky-600\/40:active {
  border-inline-start-color: rgb(2 132 199 / 0.4);
}

.active\:border-s-sky-600\/5:active {
  border-inline-start-color: rgb(2 132 199 / 0.05);
}

.active\:border-s-sky-600\/50:active {
  border-inline-start-color: rgb(2 132 199 / 0.5);
}

.active\:border-s-sky-600\/60:active {
  border-inline-start-color: rgb(2 132 199 / 0.6);
}

.active\:border-s-sky-600\/70:active {
  border-inline-start-color: rgb(2 132 199 / 0.7);
}

.active\:border-s-sky-600\/75:active {
  border-inline-start-color: rgb(2 132 199 / 0.75);
}

.active\:border-s-sky-600\/80:active {
  border-inline-start-color: rgb(2 132 199 / 0.8);
}

.active\:border-s-sky-600\/90:active {
  border-inline-start-color: rgb(2 132 199 / 0.9);
}

.active\:border-s-sky-600\/95:active {
  border-inline-start-color: rgb(2 132 199 / 0.95);
}

.active\:border-s-sky-700:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.active\:border-s-sky-700\/0:active {
  border-inline-start-color: rgb(3 105 161 / 0);
}

.active\:border-s-sky-700\/10:active {
  border-inline-start-color: rgb(3 105 161 / 0.1);
}

.active\:border-s-sky-700\/100:active {
  border-inline-start-color: rgb(3 105 161 / 1);
}

.active\:border-s-sky-700\/20:active {
  border-inline-start-color: rgb(3 105 161 / 0.2);
}

.active\:border-s-sky-700\/25:active {
  border-inline-start-color: rgb(3 105 161 / 0.25);
}

.active\:border-s-sky-700\/30:active {
  border-inline-start-color: rgb(3 105 161 / 0.3);
}

.active\:border-s-sky-700\/40:active {
  border-inline-start-color: rgb(3 105 161 / 0.4);
}

.active\:border-s-sky-700\/5:active {
  border-inline-start-color: rgb(3 105 161 / 0.05);
}

.active\:border-s-sky-700\/50:active {
  border-inline-start-color: rgb(3 105 161 / 0.5);
}

.active\:border-s-sky-700\/60:active {
  border-inline-start-color: rgb(3 105 161 / 0.6);
}

.active\:border-s-sky-700\/70:active {
  border-inline-start-color: rgb(3 105 161 / 0.7);
}

.active\:border-s-sky-700\/75:active {
  border-inline-start-color: rgb(3 105 161 / 0.75);
}

.active\:border-s-sky-700\/80:active {
  border-inline-start-color: rgb(3 105 161 / 0.8);
}

.active\:border-s-sky-700\/90:active {
  border-inline-start-color: rgb(3 105 161 / 0.9);
}

.active\:border-s-sky-700\/95:active {
  border-inline-start-color: rgb(3 105 161 / 0.95);
}

.active\:border-s-sky-800:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(7 89 133 / var(--tw-border-opacity));
}

.active\:border-s-sky-800\/0:active {
  border-inline-start-color: rgb(7 89 133 / 0);
}

.active\:border-s-sky-800\/10:active {
  border-inline-start-color: rgb(7 89 133 / 0.1);
}

.active\:border-s-sky-800\/100:active {
  border-inline-start-color: rgb(7 89 133 / 1);
}

.active\:border-s-sky-800\/20:active {
  border-inline-start-color: rgb(7 89 133 / 0.2);
}

.active\:border-s-sky-800\/25:active {
  border-inline-start-color: rgb(7 89 133 / 0.25);
}

.active\:border-s-sky-800\/30:active {
  border-inline-start-color: rgb(7 89 133 / 0.3);
}

.active\:border-s-sky-800\/40:active {
  border-inline-start-color: rgb(7 89 133 / 0.4);
}

.active\:border-s-sky-800\/5:active {
  border-inline-start-color: rgb(7 89 133 / 0.05);
}

.active\:border-s-sky-800\/50:active {
  border-inline-start-color: rgb(7 89 133 / 0.5);
}

.active\:border-s-sky-800\/60:active {
  border-inline-start-color: rgb(7 89 133 / 0.6);
}

.active\:border-s-sky-800\/70:active {
  border-inline-start-color: rgb(7 89 133 / 0.7);
}

.active\:border-s-sky-800\/75:active {
  border-inline-start-color: rgb(7 89 133 / 0.75);
}

.active\:border-s-sky-800\/80:active {
  border-inline-start-color: rgb(7 89 133 / 0.8);
}

.active\:border-s-sky-800\/90:active {
  border-inline-start-color: rgb(7 89 133 / 0.9);
}

.active\:border-s-sky-800\/95:active {
  border-inline-start-color: rgb(7 89 133 / 0.95);
}

.active\:border-s-sky-900:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(12 74 110 / var(--tw-border-opacity));
}

.active\:border-s-sky-900\/0:active {
  border-inline-start-color: rgb(12 74 110 / 0);
}

.active\:border-s-sky-900\/10:active {
  border-inline-start-color: rgb(12 74 110 / 0.1);
}

.active\:border-s-sky-900\/100:active {
  border-inline-start-color: rgb(12 74 110 / 1);
}

.active\:border-s-sky-900\/20:active {
  border-inline-start-color: rgb(12 74 110 / 0.2);
}

.active\:border-s-sky-900\/25:active {
  border-inline-start-color: rgb(12 74 110 / 0.25);
}

.active\:border-s-sky-900\/30:active {
  border-inline-start-color: rgb(12 74 110 / 0.3);
}

.active\:border-s-sky-900\/40:active {
  border-inline-start-color: rgb(12 74 110 / 0.4);
}

.active\:border-s-sky-900\/5:active {
  border-inline-start-color: rgb(12 74 110 / 0.05);
}

.active\:border-s-sky-900\/50:active {
  border-inline-start-color: rgb(12 74 110 / 0.5);
}

.active\:border-s-sky-900\/60:active {
  border-inline-start-color: rgb(12 74 110 / 0.6);
}

.active\:border-s-sky-900\/70:active {
  border-inline-start-color: rgb(12 74 110 / 0.7);
}

.active\:border-s-sky-900\/75:active {
  border-inline-start-color: rgb(12 74 110 / 0.75);
}

.active\:border-s-sky-900\/80:active {
  border-inline-start-color: rgb(12 74 110 / 0.8);
}

.active\:border-s-sky-900\/90:active {
  border-inline-start-color: rgb(12 74 110 / 0.9);
}

.active\:border-s-sky-900\/95:active {
  border-inline-start-color: rgb(12 74 110 / 0.95);
}

.active\:border-s-sky-950:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(8 47 73 / var(--tw-border-opacity));
}

.active\:border-s-sky-950\/0:active {
  border-inline-start-color: rgb(8 47 73 / 0);
}

.active\:border-s-sky-950\/10:active {
  border-inline-start-color: rgb(8 47 73 / 0.1);
}

.active\:border-s-sky-950\/100:active {
  border-inline-start-color: rgb(8 47 73 / 1);
}

.active\:border-s-sky-950\/20:active {
  border-inline-start-color: rgb(8 47 73 / 0.2);
}

.active\:border-s-sky-950\/25:active {
  border-inline-start-color: rgb(8 47 73 / 0.25);
}

.active\:border-s-sky-950\/30:active {
  border-inline-start-color: rgb(8 47 73 / 0.3);
}

.active\:border-s-sky-950\/40:active {
  border-inline-start-color: rgb(8 47 73 / 0.4);
}

.active\:border-s-sky-950\/5:active {
  border-inline-start-color: rgb(8 47 73 / 0.05);
}

.active\:border-s-sky-950\/50:active {
  border-inline-start-color: rgb(8 47 73 / 0.5);
}

.active\:border-s-sky-950\/60:active {
  border-inline-start-color: rgb(8 47 73 / 0.6);
}

.active\:border-s-sky-950\/70:active {
  border-inline-start-color: rgb(8 47 73 / 0.7);
}

.active\:border-s-sky-950\/75:active {
  border-inline-start-color: rgb(8 47 73 / 0.75);
}

.active\:border-s-sky-950\/80:active {
  border-inline-start-color: rgb(8 47 73 / 0.8);
}

.active\:border-s-sky-950\/90:active {
  border-inline-start-color: rgb(8 47 73 / 0.9);
}

.active\:border-s-sky-950\/95:active {
  border-inline-start-color: rgb(8 47 73 / 0.95);
}

.active\:border-s-slate-100:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.active\:border-s-slate-100\/0:active {
  border-inline-start-color: rgb(241 245 249 / 0);
}

.active\:border-s-slate-100\/10:active {
  border-inline-start-color: rgb(241 245 249 / 0.1);
}

.active\:border-s-slate-100\/100:active {
  border-inline-start-color: rgb(241 245 249 / 1);
}

.active\:border-s-slate-100\/20:active {
  border-inline-start-color: rgb(241 245 249 / 0.2);
}

.active\:border-s-slate-100\/25:active {
  border-inline-start-color: rgb(241 245 249 / 0.25);
}

.active\:border-s-slate-100\/30:active {
  border-inline-start-color: rgb(241 245 249 / 0.3);
}

.active\:border-s-slate-100\/40:active {
  border-inline-start-color: rgb(241 245 249 / 0.4);
}

.active\:border-s-slate-100\/5:active {
  border-inline-start-color: rgb(241 245 249 / 0.05);
}

.active\:border-s-slate-100\/50:active {
  border-inline-start-color: rgb(241 245 249 / 0.5);
}

.active\:border-s-slate-100\/60:active {
  border-inline-start-color: rgb(241 245 249 / 0.6);
}

.active\:border-s-slate-100\/70:active {
  border-inline-start-color: rgb(241 245 249 / 0.7);
}

.active\:border-s-slate-100\/75:active {
  border-inline-start-color: rgb(241 245 249 / 0.75);
}

.active\:border-s-slate-100\/80:active {
  border-inline-start-color: rgb(241 245 249 / 0.8);
}

.active\:border-s-slate-100\/90:active {
  border-inline-start-color: rgb(241 245 249 / 0.9);
}

.active\:border-s-slate-100\/95:active {
  border-inline-start-color: rgb(241 245 249 / 0.95);
}

.active\:border-s-slate-200:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.active\:border-s-slate-200\/0:active {
  border-inline-start-color: rgb(226 232 240 / 0);
}

.active\:border-s-slate-200\/10:active {
  border-inline-start-color: rgb(226 232 240 / 0.1);
}

.active\:border-s-slate-200\/100:active {
  border-inline-start-color: rgb(226 232 240 / 1);
}

.active\:border-s-slate-200\/20:active {
  border-inline-start-color: rgb(226 232 240 / 0.2);
}

.active\:border-s-slate-200\/25:active {
  border-inline-start-color: rgb(226 232 240 / 0.25);
}

.active\:border-s-slate-200\/30:active {
  border-inline-start-color: rgb(226 232 240 / 0.3);
}

.active\:border-s-slate-200\/40:active {
  border-inline-start-color: rgb(226 232 240 / 0.4);
}

.active\:border-s-slate-200\/5:active {
  border-inline-start-color: rgb(226 232 240 / 0.05);
}

.active\:border-s-slate-200\/50:active {
  border-inline-start-color: rgb(226 232 240 / 0.5);
}

.active\:border-s-slate-200\/60:active {
  border-inline-start-color: rgb(226 232 240 / 0.6);
}

.active\:border-s-slate-200\/70:active {
  border-inline-start-color: rgb(226 232 240 / 0.7);
}

.active\:border-s-slate-200\/75:active {
  border-inline-start-color: rgb(226 232 240 / 0.75);
}

.active\:border-s-slate-200\/80:active {
  border-inline-start-color: rgb(226 232 240 / 0.8);
}

.active\:border-s-slate-200\/90:active {
  border-inline-start-color: rgb(226 232 240 / 0.9);
}

.active\:border-s-slate-200\/95:active {
  border-inline-start-color: rgb(226 232 240 / 0.95);
}

.active\:border-s-slate-300:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.active\:border-s-slate-300\/0:active {
  border-inline-start-color: rgb(203 213 225 / 0);
}

.active\:border-s-slate-300\/10:active {
  border-inline-start-color: rgb(203 213 225 / 0.1);
}

.active\:border-s-slate-300\/100:active {
  border-inline-start-color: rgb(203 213 225 / 1);
}

.active\:border-s-slate-300\/20:active {
  border-inline-start-color: rgb(203 213 225 / 0.2);
}

.active\:border-s-slate-300\/25:active {
  border-inline-start-color: rgb(203 213 225 / 0.25);
}

.active\:border-s-slate-300\/30:active {
  border-inline-start-color: rgb(203 213 225 / 0.3);
}

.active\:border-s-slate-300\/40:active {
  border-inline-start-color: rgb(203 213 225 / 0.4);
}

.active\:border-s-slate-300\/5:active {
  border-inline-start-color: rgb(203 213 225 / 0.05);
}

.active\:border-s-slate-300\/50:active {
  border-inline-start-color: rgb(203 213 225 / 0.5);
}

.active\:border-s-slate-300\/60:active {
  border-inline-start-color: rgb(203 213 225 / 0.6);
}

.active\:border-s-slate-300\/70:active {
  border-inline-start-color: rgb(203 213 225 / 0.7);
}

.active\:border-s-slate-300\/75:active {
  border-inline-start-color: rgb(203 213 225 / 0.75);
}

.active\:border-s-slate-300\/80:active {
  border-inline-start-color: rgb(203 213 225 / 0.8);
}

.active\:border-s-slate-300\/90:active {
  border-inline-start-color: rgb(203 213 225 / 0.9);
}

.active\:border-s-slate-300\/95:active {
  border-inline-start-color: rgb(203 213 225 / 0.95);
}

.active\:border-s-slate-400:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.active\:border-s-slate-400\/0:active {
  border-inline-start-color: rgb(148 163 184 / 0);
}

.active\:border-s-slate-400\/10:active {
  border-inline-start-color: rgb(148 163 184 / 0.1);
}

.active\:border-s-slate-400\/100:active {
  border-inline-start-color: rgb(148 163 184 / 1);
}

.active\:border-s-slate-400\/20:active {
  border-inline-start-color: rgb(148 163 184 / 0.2);
}

.active\:border-s-slate-400\/25:active {
  border-inline-start-color: rgb(148 163 184 / 0.25);
}

.active\:border-s-slate-400\/30:active {
  border-inline-start-color: rgb(148 163 184 / 0.3);
}

.active\:border-s-slate-400\/40:active {
  border-inline-start-color: rgb(148 163 184 / 0.4);
}

.active\:border-s-slate-400\/5:active {
  border-inline-start-color: rgb(148 163 184 / 0.05);
}

.active\:border-s-slate-400\/50:active {
  border-inline-start-color: rgb(148 163 184 / 0.5);
}

.active\:border-s-slate-400\/60:active {
  border-inline-start-color: rgb(148 163 184 / 0.6);
}

.active\:border-s-slate-400\/70:active {
  border-inline-start-color: rgb(148 163 184 / 0.7);
}

.active\:border-s-slate-400\/75:active {
  border-inline-start-color: rgb(148 163 184 / 0.75);
}

.active\:border-s-slate-400\/80:active {
  border-inline-start-color: rgb(148 163 184 / 0.8);
}

.active\:border-s-slate-400\/90:active {
  border-inline-start-color: rgb(148 163 184 / 0.9);
}

.active\:border-s-slate-400\/95:active {
  border-inline-start-color: rgb(148 163 184 / 0.95);
}

.active\:border-s-slate-50:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(248 250 252 / var(--tw-border-opacity));
}

.active\:border-s-slate-50\/0:active {
  border-inline-start-color: rgb(248 250 252 / 0);
}

.active\:border-s-slate-50\/10:active {
  border-inline-start-color: rgb(248 250 252 / 0.1);
}

.active\:border-s-slate-50\/100:active {
  border-inline-start-color: rgb(248 250 252 / 1);
}

.active\:border-s-slate-50\/20:active {
  border-inline-start-color: rgb(248 250 252 / 0.2);
}

.active\:border-s-slate-50\/25:active {
  border-inline-start-color: rgb(248 250 252 / 0.25);
}

.active\:border-s-slate-50\/30:active {
  border-inline-start-color: rgb(248 250 252 / 0.3);
}

.active\:border-s-slate-50\/40:active {
  border-inline-start-color: rgb(248 250 252 / 0.4);
}

.active\:border-s-slate-50\/5:active {
  border-inline-start-color: rgb(248 250 252 / 0.05);
}

.active\:border-s-slate-50\/50:active {
  border-inline-start-color: rgb(248 250 252 / 0.5);
}

.active\:border-s-slate-50\/60:active {
  border-inline-start-color: rgb(248 250 252 / 0.6);
}

.active\:border-s-slate-50\/70:active {
  border-inline-start-color: rgb(248 250 252 / 0.7);
}

.active\:border-s-slate-50\/75:active {
  border-inline-start-color: rgb(248 250 252 / 0.75);
}

.active\:border-s-slate-50\/80:active {
  border-inline-start-color: rgb(248 250 252 / 0.8);
}

.active\:border-s-slate-50\/90:active {
  border-inline-start-color: rgb(248 250 252 / 0.9);
}

.active\:border-s-slate-50\/95:active {
  border-inline-start-color: rgb(248 250 252 / 0.95);
}

.active\:border-s-slate-500:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.active\:border-s-slate-500\/0:active {
  border-inline-start-color: rgb(100 116 139 / 0);
}

.active\:border-s-slate-500\/10:active {
  border-inline-start-color: rgb(100 116 139 / 0.1);
}

.active\:border-s-slate-500\/100:active {
  border-inline-start-color: rgb(100 116 139 / 1);
}

.active\:border-s-slate-500\/20:active {
  border-inline-start-color: rgb(100 116 139 / 0.2);
}

.active\:border-s-slate-500\/25:active {
  border-inline-start-color: rgb(100 116 139 / 0.25);
}

.active\:border-s-slate-500\/30:active {
  border-inline-start-color: rgb(100 116 139 / 0.3);
}

.active\:border-s-slate-500\/40:active {
  border-inline-start-color: rgb(100 116 139 / 0.4);
}

.active\:border-s-slate-500\/5:active {
  border-inline-start-color: rgb(100 116 139 / 0.05);
}

.active\:border-s-slate-500\/50:active {
  border-inline-start-color: rgb(100 116 139 / 0.5);
}

.active\:border-s-slate-500\/60:active {
  border-inline-start-color: rgb(100 116 139 / 0.6);
}

.active\:border-s-slate-500\/70:active {
  border-inline-start-color: rgb(100 116 139 / 0.7);
}

.active\:border-s-slate-500\/75:active {
  border-inline-start-color: rgb(100 116 139 / 0.75);
}

.active\:border-s-slate-500\/80:active {
  border-inline-start-color: rgb(100 116 139 / 0.8);
}

.active\:border-s-slate-500\/90:active {
  border-inline-start-color: rgb(100 116 139 / 0.9);
}

.active\:border-s-slate-500\/95:active {
  border-inline-start-color: rgb(100 116 139 / 0.95);
}

.active\:border-s-slate-600:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(71 85 105 / var(--tw-border-opacity));
}

.active\:border-s-slate-600\/0:active {
  border-inline-start-color: rgb(71 85 105 / 0);
}

.active\:border-s-slate-600\/10:active {
  border-inline-start-color: rgb(71 85 105 / 0.1);
}

.active\:border-s-slate-600\/100:active {
  border-inline-start-color: rgb(71 85 105 / 1);
}

.active\:border-s-slate-600\/20:active {
  border-inline-start-color: rgb(71 85 105 / 0.2);
}

.active\:border-s-slate-600\/25:active {
  border-inline-start-color: rgb(71 85 105 / 0.25);
}

.active\:border-s-slate-600\/30:active {
  border-inline-start-color: rgb(71 85 105 / 0.3);
}

.active\:border-s-slate-600\/40:active {
  border-inline-start-color: rgb(71 85 105 / 0.4);
}

.active\:border-s-slate-600\/5:active {
  border-inline-start-color: rgb(71 85 105 / 0.05);
}

.active\:border-s-slate-600\/50:active {
  border-inline-start-color: rgb(71 85 105 / 0.5);
}

.active\:border-s-slate-600\/60:active {
  border-inline-start-color: rgb(71 85 105 / 0.6);
}

.active\:border-s-slate-600\/70:active {
  border-inline-start-color: rgb(71 85 105 / 0.7);
}

.active\:border-s-slate-600\/75:active {
  border-inline-start-color: rgb(71 85 105 / 0.75);
}

.active\:border-s-slate-600\/80:active {
  border-inline-start-color: rgb(71 85 105 / 0.8);
}

.active\:border-s-slate-600\/90:active {
  border-inline-start-color: rgb(71 85 105 / 0.9);
}

.active\:border-s-slate-600\/95:active {
  border-inline-start-color: rgb(71 85 105 / 0.95);
}

.active\:border-s-slate-700:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.active\:border-s-slate-700\/0:active {
  border-inline-start-color: rgb(51 65 85 / 0);
}

.active\:border-s-slate-700\/10:active {
  border-inline-start-color: rgb(51 65 85 / 0.1);
}

.active\:border-s-slate-700\/100:active {
  border-inline-start-color: rgb(51 65 85 / 1);
}

.active\:border-s-slate-700\/20:active {
  border-inline-start-color: rgb(51 65 85 / 0.2);
}

.active\:border-s-slate-700\/25:active {
  border-inline-start-color: rgb(51 65 85 / 0.25);
}

.active\:border-s-slate-700\/30:active {
  border-inline-start-color: rgb(51 65 85 / 0.3);
}

.active\:border-s-slate-700\/40:active {
  border-inline-start-color: rgb(51 65 85 / 0.4);
}

.active\:border-s-slate-700\/5:active {
  border-inline-start-color: rgb(51 65 85 / 0.05);
}

.active\:border-s-slate-700\/50:active {
  border-inline-start-color: rgb(51 65 85 / 0.5);
}

.active\:border-s-slate-700\/60:active {
  border-inline-start-color: rgb(51 65 85 / 0.6);
}

.active\:border-s-slate-700\/70:active {
  border-inline-start-color: rgb(51 65 85 / 0.7);
}

.active\:border-s-slate-700\/75:active {
  border-inline-start-color: rgb(51 65 85 / 0.75);
}

.active\:border-s-slate-700\/80:active {
  border-inline-start-color: rgb(51 65 85 / 0.8);
}

.active\:border-s-slate-700\/90:active {
  border-inline-start-color: rgb(51 65 85 / 0.9);
}

.active\:border-s-slate-700\/95:active {
  border-inline-start-color: rgb(51 65 85 / 0.95);
}

.active\:border-s-slate-800:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.active\:border-s-slate-800\/0:active {
  border-inline-start-color: rgb(30 41 59 / 0);
}

.active\:border-s-slate-800\/10:active {
  border-inline-start-color: rgb(30 41 59 / 0.1);
}

.active\:border-s-slate-800\/100:active {
  border-inline-start-color: rgb(30 41 59 / 1);
}

.active\:border-s-slate-800\/20:active {
  border-inline-start-color: rgb(30 41 59 / 0.2);
}

.active\:border-s-slate-800\/25:active {
  border-inline-start-color: rgb(30 41 59 / 0.25);
}

.active\:border-s-slate-800\/30:active {
  border-inline-start-color: rgb(30 41 59 / 0.3);
}

.active\:border-s-slate-800\/40:active {
  border-inline-start-color: rgb(30 41 59 / 0.4);
}

.active\:border-s-slate-800\/5:active {
  border-inline-start-color: rgb(30 41 59 / 0.05);
}

.active\:border-s-slate-800\/50:active {
  border-inline-start-color: rgb(30 41 59 / 0.5);
}

.active\:border-s-slate-800\/60:active {
  border-inline-start-color: rgb(30 41 59 / 0.6);
}

.active\:border-s-slate-800\/70:active {
  border-inline-start-color: rgb(30 41 59 / 0.7);
}

.active\:border-s-slate-800\/75:active {
  border-inline-start-color: rgb(30 41 59 / 0.75);
}

.active\:border-s-slate-800\/80:active {
  border-inline-start-color: rgb(30 41 59 / 0.8);
}

.active\:border-s-slate-800\/90:active {
  border-inline-start-color: rgb(30 41 59 / 0.9);
}

.active\:border-s-slate-800\/95:active {
  border-inline-start-color: rgb(30 41 59 / 0.95);
}

.active\:border-s-slate-900:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(15 23 42 / var(--tw-border-opacity));
}

.active\:border-s-slate-900\/0:active {
  border-inline-start-color: rgb(15 23 42 / 0);
}

.active\:border-s-slate-900\/10:active {
  border-inline-start-color: rgb(15 23 42 / 0.1);
}

.active\:border-s-slate-900\/100:active {
  border-inline-start-color: rgb(15 23 42 / 1);
}

.active\:border-s-slate-900\/20:active {
  border-inline-start-color: rgb(15 23 42 / 0.2);
}

.active\:border-s-slate-900\/25:active {
  border-inline-start-color: rgb(15 23 42 / 0.25);
}

.active\:border-s-slate-900\/30:active {
  border-inline-start-color: rgb(15 23 42 / 0.3);
}

.active\:border-s-slate-900\/40:active {
  border-inline-start-color: rgb(15 23 42 / 0.4);
}

.active\:border-s-slate-900\/5:active {
  border-inline-start-color: rgb(15 23 42 / 0.05);
}

.active\:border-s-slate-900\/50:active {
  border-inline-start-color: rgb(15 23 42 / 0.5);
}

.active\:border-s-slate-900\/60:active {
  border-inline-start-color: rgb(15 23 42 / 0.6);
}

.active\:border-s-slate-900\/70:active {
  border-inline-start-color: rgb(15 23 42 / 0.7);
}

.active\:border-s-slate-900\/75:active {
  border-inline-start-color: rgb(15 23 42 / 0.75);
}

.active\:border-s-slate-900\/80:active {
  border-inline-start-color: rgb(15 23 42 / 0.8);
}

.active\:border-s-slate-900\/90:active {
  border-inline-start-color: rgb(15 23 42 / 0.9);
}

.active\:border-s-slate-900\/95:active {
  border-inline-start-color: rgb(15 23 42 / 0.95);
}

.active\:border-s-slate-950:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(2 6 23 / var(--tw-border-opacity));
}

.active\:border-s-slate-950\/0:active {
  border-inline-start-color: rgb(2 6 23 / 0);
}

.active\:border-s-slate-950\/10:active {
  border-inline-start-color: rgb(2 6 23 / 0.1);
}

.active\:border-s-slate-950\/100:active {
  border-inline-start-color: rgb(2 6 23 / 1);
}

.active\:border-s-slate-950\/20:active {
  border-inline-start-color: rgb(2 6 23 / 0.2);
}

.active\:border-s-slate-950\/25:active {
  border-inline-start-color: rgb(2 6 23 / 0.25);
}

.active\:border-s-slate-950\/30:active {
  border-inline-start-color: rgb(2 6 23 / 0.3);
}

.active\:border-s-slate-950\/40:active {
  border-inline-start-color: rgb(2 6 23 / 0.4);
}

.active\:border-s-slate-950\/5:active {
  border-inline-start-color: rgb(2 6 23 / 0.05);
}

.active\:border-s-slate-950\/50:active {
  border-inline-start-color: rgb(2 6 23 / 0.5);
}

.active\:border-s-slate-950\/60:active {
  border-inline-start-color: rgb(2 6 23 / 0.6);
}

.active\:border-s-slate-950\/70:active {
  border-inline-start-color: rgb(2 6 23 / 0.7);
}

.active\:border-s-slate-950\/75:active {
  border-inline-start-color: rgb(2 6 23 / 0.75);
}

.active\:border-s-slate-950\/80:active {
  border-inline-start-color: rgb(2 6 23 / 0.8);
}

.active\:border-s-slate-950\/90:active {
  border-inline-start-color: rgb(2 6 23 / 0.9);
}

.active\:border-s-slate-950\/95:active {
  border-inline-start-color: rgb(2 6 23 / 0.95);
}

.active\:border-s-stone-100:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 245 244 / var(--tw-border-opacity));
}

.active\:border-s-stone-100\/0:active {
  border-inline-start-color: rgb(245 245 244 / 0);
}

.active\:border-s-stone-100\/10:active {
  border-inline-start-color: rgb(245 245 244 / 0.1);
}

.active\:border-s-stone-100\/100:active {
  border-inline-start-color: rgb(245 245 244 / 1);
}

.active\:border-s-stone-100\/20:active {
  border-inline-start-color: rgb(245 245 244 / 0.2);
}

.active\:border-s-stone-100\/25:active {
  border-inline-start-color: rgb(245 245 244 / 0.25);
}

.active\:border-s-stone-100\/30:active {
  border-inline-start-color: rgb(245 245 244 / 0.3);
}

.active\:border-s-stone-100\/40:active {
  border-inline-start-color: rgb(245 245 244 / 0.4);
}

.active\:border-s-stone-100\/5:active {
  border-inline-start-color: rgb(245 245 244 / 0.05);
}

.active\:border-s-stone-100\/50:active {
  border-inline-start-color: rgb(245 245 244 / 0.5);
}

.active\:border-s-stone-100\/60:active {
  border-inline-start-color: rgb(245 245 244 / 0.6);
}

.active\:border-s-stone-100\/70:active {
  border-inline-start-color: rgb(245 245 244 / 0.7);
}

.active\:border-s-stone-100\/75:active {
  border-inline-start-color: rgb(245 245 244 / 0.75);
}

.active\:border-s-stone-100\/80:active {
  border-inline-start-color: rgb(245 245 244 / 0.8);
}

.active\:border-s-stone-100\/90:active {
  border-inline-start-color: rgb(245 245 244 / 0.9);
}

.active\:border-s-stone-100\/95:active {
  border-inline-start-color: rgb(245 245 244 / 0.95);
}

.active\:border-s-stone-200:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(231 229 228 / var(--tw-border-opacity));
}

.active\:border-s-stone-200\/0:active {
  border-inline-start-color: rgb(231 229 228 / 0);
}

.active\:border-s-stone-200\/10:active {
  border-inline-start-color: rgb(231 229 228 / 0.1);
}

.active\:border-s-stone-200\/100:active {
  border-inline-start-color: rgb(231 229 228 / 1);
}

.active\:border-s-stone-200\/20:active {
  border-inline-start-color: rgb(231 229 228 / 0.2);
}

.active\:border-s-stone-200\/25:active {
  border-inline-start-color: rgb(231 229 228 / 0.25);
}

.active\:border-s-stone-200\/30:active {
  border-inline-start-color: rgb(231 229 228 / 0.3);
}

.active\:border-s-stone-200\/40:active {
  border-inline-start-color: rgb(231 229 228 / 0.4);
}

.active\:border-s-stone-200\/5:active {
  border-inline-start-color: rgb(231 229 228 / 0.05);
}

.active\:border-s-stone-200\/50:active {
  border-inline-start-color: rgb(231 229 228 / 0.5);
}

.active\:border-s-stone-200\/60:active {
  border-inline-start-color: rgb(231 229 228 / 0.6);
}

.active\:border-s-stone-200\/70:active {
  border-inline-start-color: rgb(231 229 228 / 0.7);
}

.active\:border-s-stone-200\/75:active {
  border-inline-start-color: rgb(231 229 228 / 0.75);
}

.active\:border-s-stone-200\/80:active {
  border-inline-start-color: rgb(231 229 228 / 0.8);
}

.active\:border-s-stone-200\/90:active {
  border-inline-start-color: rgb(231 229 228 / 0.9);
}

.active\:border-s-stone-200\/95:active {
  border-inline-start-color: rgb(231 229 228 / 0.95);
}

.active\:border-s-stone-300:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.active\:border-s-stone-300\/0:active {
  border-inline-start-color: rgb(214 211 209 / 0);
}

.active\:border-s-stone-300\/10:active {
  border-inline-start-color: rgb(214 211 209 / 0.1);
}

.active\:border-s-stone-300\/100:active {
  border-inline-start-color: rgb(214 211 209 / 1);
}

.active\:border-s-stone-300\/20:active {
  border-inline-start-color: rgb(214 211 209 / 0.2);
}

.active\:border-s-stone-300\/25:active {
  border-inline-start-color: rgb(214 211 209 / 0.25);
}

.active\:border-s-stone-300\/30:active {
  border-inline-start-color: rgb(214 211 209 / 0.3);
}

.active\:border-s-stone-300\/40:active {
  border-inline-start-color: rgb(214 211 209 / 0.4);
}

.active\:border-s-stone-300\/5:active {
  border-inline-start-color: rgb(214 211 209 / 0.05);
}

.active\:border-s-stone-300\/50:active {
  border-inline-start-color: rgb(214 211 209 / 0.5);
}

.active\:border-s-stone-300\/60:active {
  border-inline-start-color: rgb(214 211 209 / 0.6);
}

.active\:border-s-stone-300\/70:active {
  border-inline-start-color: rgb(214 211 209 / 0.7);
}

.active\:border-s-stone-300\/75:active {
  border-inline-start-color: rgb(214 211 209 / 0.75);
}

.active\:border-s-stone-300\/80:active {
  border-inline-start-color: rgb(214 211 209 / 0.8);
}

.active\:border-s-stone-300\/90:active {
  border-inline-start-color: rgb(214 211 209 / 0.9);
}

.active\:border-s-stone-300\/95:active {
  border-inline-start-color: rgb(214 211 209 / 0.95);
}

.active\:border-s-stone-400:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(168 162 158 / var(--tw-border-opacity));
}

.active\:border-s-stone-400\/0:active {
  border-inline-start-color: rgb(168 162 158 / 0);
}

.active\:border-s-stone-400\/10:active {
  border-inline-start-color: rgb(168 162 158 / 0.1);
}

.active\:border-s-stone-400\/100:active {
  border-inline-start-color: rgb(168 162 158 / 1);
}

.active\:border-s-stone-400\/20:active {
  border-inline-start-color: rgb(168 162 158 / 0.2);
}

.active\:border-s-stone-400\/25:active {
  border-inline-start-color: rgb(168 162 158 / 0.25);
}

.active\:border-s-stone-400\/30:active {
  border-inline-start-color: rgb(168 162 158 / 0.3);
}

.active\:border-s-stone-400\/40:active {
  border-inline-start-color: rgb(168 162 158 / 0.4);
}

.active\:border-s-stone-400\/5:active {
  border-inline-start-color: rgb(168 162 158 / 0.05);
}

.active\:border-s-stone-400\/50:active {
  border-inline-start-color: rgb(168 162 158 / 0.5);
}

.active\:border-s-stone-400\/60:active {
  border-inline-start-color: rgb(168 162 158 / 0.6);
}

.active\:border-s-stone-400\/70:active {
  border-inline-start-color: rgb(168 162 158 / 0.7);
}

.active\:border-s-stone-400\/75:active {
  border-inline-start-color: rgb(168 162 158 / 0.75);
}

.active\:border-s-stone-400\/80:active {
  border-inline-start-color: rgb(168 162 158 / 0.8);
}

.active\:border-s-stone-400\/90:active {
  border-inline-start-color: rgb(168 162 158 / 0.9);
}

.active\:border-s-stone-400\/95:active {
  border-inline-start-color: rgb(168 162 158 / 0.95);
}

.active\:border-s-stone-50:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 250 249 / var(--tw-border-opacity));
}

.active\:border-s-stone-50\/0:active {
  border-inline-start-color: rgb(250 250 249 / 0);
}

.active\:border-s-stone-50\/10:active {
  border-inline-start-color: rgb(250 250 249 / 0.1);
}

.active\:border-s-stone-50\/100:active {
  border-inline-start-color: rgb(250 250 249 / 1);
}

.active\:border-s-stone-50\/20:active {
  border-inline-start-color: rgb(250 250 249 / 0.2);
}

.active\:border-s-stone-50\/25:active {
  border-inline-start-color: rgb(250 250 249 / 0.25);
}

.active\:border-s-stone-50\/30:active {
  border-inline-start-color: rgb(250 250 249 / 0.3);
}

.active\:border-s-stone-50\/40:active {
  border-inline-start-color: rgb(250 250 249 / 0.4);
}

.active\:border-s-stone-50\/5:active {
  border-inline-start-color: rgb(250 250 249 / 0.05);
}

.active\:border-s-stone-50\/50:active {
  border-inline-start-color: rgb(250 250 249 / 0.5);
}

.active\:border-s-stone-50\/60:active {
  border-inline-start-color: rgb(250 250 249 / 0.6);
}

.active\:border-s-stone-50\/70:active {
  border-inline-start-color: rgb(250 250 249 / 0.7);
}

.active\:border-s-stone-50\/75:active {
  border-inline-start-color: rgb(250 250 249 / 0.75);
}

.active\:border-s-stone-50\/80:active {
  border-inline-start-color: rgb(250 250 249 / 0.8);
}

.active\:border-s-stone-50\/90:active {
  border-inline-start-color: rgb(250 250 249 / 0.9);
}

.active\:border-s-stone-50\/95:active {
  border-inline-start-color: rgb(250 250 249 / 0.95);
}

.active\:border-s-stone-500:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(120 113 108 / var(--tw-border-opacity));
}

.active\:border-s-stone-500\/0:active {
  border-inline-start-color: rgb(120 113 108 / 0);
}

.active\:border-s-stone-500\/10:active {
  border-inline-start-color: rgb(120 113 108 / 0.1);
}

.active\:border-s-stone-500\/100:active {
  border-inline-start-color: rgb(120 113 108 / 1);
}

.active\:border-s-stone-500\/20:active {
  border-inline-start-color: rgb(120 113 108 / 0.2);
}

.active\:border-s-stone-500\/25:active {
  border-inline-start-color: rgb(120 113 108 / 0.25);
}

.active\:border-s-stone-500\/30:active {
  border-inline-start-color: rgb(120 113 108 / 0.3);
}

.active\:border-s-stone-500\/40:active {
  border-inline-start-color: rgb(120 113 108 / 0.4);
}

.active\:border-s-stone-500\/5:active {
  border-inline-start-color: rgb(120 113 108 / 0.05);
}

.active\:border-s-stone-500\/50:active {
  border-inline-start-color: rgb(120 113 108 / 0.5);
}

.active\:border-s-stone-500\/60:active {
  border-inline-start-color: rgb(120 113 108 / 0.6);
}

.active\:border-s-stone-500\/70:active {
  border-inline-start-color: rgb(120 113 108 / 0.7);
}

.active\:border-s-stone-500\/75:active {
  border-inline-start-color: rgb(120 113 108 / 0.75);
}

.active\:border-s-stone-500\/80:active {
  border-inline-start-color: rgb(120 113 108 / 0.8);
}

.active\:border-s-stone-500\/90:active {
  border-inline-start-color: rgb(120 113 108 / 0.9);
}

.active\:border-s-stone-500\/95:active {
  border-inline-start-color: rgb(120 113 108 / 0.95);
}

.active\:border-s-stone-600:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(87 83 78 / var(--tw-border-opacity));
}

.active\:border-s-stone-600\/0:active {
  border-inline-start-color: rgb(87 83 78 / 0);
}

.active\:border-s-stone-600\/10:active {
  border-inline-start-color: rgb(87 83 78 / 0.1);
}

.active\:border-s-stone-600\/100:active {
  border-inline-start-color: rgb(87 83 78 / 1);
}

.active\:border-s-stone-600\/20:active {
  border-inline-start-color: rgb(87 83 78 / 0.2);
}

.active\:border-s-stone-600\/25:active {
  border-inline-start-color: rgb(87 83 78 / 0.25);
}

.active\:border-s-stone-600\/30:active {
  border-inline-start-color: rgb(87 83 78 / 0.3);
}

.active\:border-s-stone-600\/40:active {
  border-inline-start-color: rgb(87 83 78 / 0.4);
}

.active\:border-s-stone-600\/5:active {
  border-inline-start-color: rgb(87 83 78 / 0.05);
}

.active\:border-s-stone-600\/50:active {
  border-inline-start-color: rgb(87 83 78 / 0.5);
}

.active\:border-s-stone-600\/60:active {
  border-inline-start-color: rgb(87 83 78 / 0.6);
}

.active\:border-s-stone-600\/70:active {
  border-inline-start-color: rgb(87 83 78 / 0.7);
}

.active\:border-s-stone-600\/75:active {
  border-inline-start-color: rgb(87 83 78 / 0.75);
}

.active\:border-s-stone-600\/80:active {
  border-inline-start-color: rgb(87 83 78 / 0.8);
}

.active\:border-s-stone-600\/90:active {
  border-inline-start-color: rgb(87 83 78 / 0.9);
}

.active\:border-s-stone-600\/95:active {
  border-inline-start-color: rgb(87 83 78 / 0.95);
}

.active\:border-s-stone-700:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(68 64 60 / var(--tw-border-opacity));
}

.active\:border-s-stone-700\/0:active {
  border-inline-start-color: rgb(68 64 60 / 0);
}

.active\:border-s-stone-700\/10:active {
  border-inline-start-color: rgb(68 64 60 / 0.1);
}

.active\:border-s-stone-700\/100:active {
  border-inline-start-color: rgb(68 64 60 / 1);
}

.active\:border-s-stone-700\/20:active {
  border-inline-start-color: rgb(68 64 60 / 0.2);
}

.active\:border-s-stone-700\/25:active {
  border-inline-start-color: rgb(68 64 60 / 0.25);
}

.active\:border-s-stone-700\/30:active {
  border-inline-start-color: rgb(68 64 60 / 0.3);
}

.active\:border-s-stone-700\/40:active {
  border-inline-start-color: rgb(68 64 60 / 0.4);
}

.active\:border-s-stone-700\/5:active {
  border-inline-start-color: rgb(68 64 60 / 0.05);
}

.active\:border-s-stone-700\/50:active {
  border-inline-start-color: rgb(68 64 60 / 0.5);
}

.active\:border-s-stone-700\/60:active {
  border-inline-start-color: rgb(68 64 60 / 0.6);
}

.active\:border-s-stone-700\/70:active {
  border-inline-start-color: rgb(68 64 60 / 0.7);
}

.active\:border-s-stone-700\/75:active {
  border-inline-start-color: rgb(68 64 60 / 0.75);
}

.active\:border-s-stone-700\/80:active {
  border-inline-start-color: rgb(68 64 60 / 0.8);
}

.active\:border-s-stone-700\/90:active {
  border-inline-start-color: rgb(68 64 60 / 0.9);
}

.active\:border-s-stone-700\/95:active {
  border-inline-start-color: rgb(68 64 60 / 0.95);
}

.active\:border-s-stone-800:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(41 37 36 / var(--tw-border-opacity));
}

.active\:border-s-stone-800\/0:active {
  border-inline-start-color: rgb(41 37 36 / 0);
}

.active\:border-s-stone-800\/10:active {
  border-inline-start-color: rgb(41 37 36 / 0.1);
}

.active\:border-s-stone-800\/100:active {
  border-inline-start-color: rgb(41 37 36 / 1);
}

.active\:border-s-stone-800\/20:active {
  border-inline-start-color: rgb(41 37 36 / 0.2);
}

.active\:border-s-stone-800\/25:active {
  border-inline-start-color: rgb(41 37 36 / 0.25);
}

.active\:border-s-stone-800\/30:active {
  border-inline-start-color: rgb(41 37 36 / 0.3);
}

.active\:border-s-stone-800\/40:active {
  border-inline-start-color: rgb(41 37 36 / 0.4);
}

.active\:border-s-stone-800\/5:active {
  border-inline-start-color: rgb(41 37 36 / 0.05);
}

.active\:border-s-stone-800\/50:active {
  border-inline-start-color: rgb(41 37 36 / 0.5);
}

.active\:border-s-stone-800\/60:active {
  border-inline-start-color: rgb(41 37 36 / 0.6);
}

.active\:border-s-stone-800\/70:active {
  border-inline-start-color: rgb(41 37 36 / 0.7);
}

.active\:border-s-stone-800\/75:active {
  border-inline-start-color: rgb(41 37 36 / 0.75);
}

.active\:border-s-stone-800\/80:active {
  border-inline-start-color: rgb(41 37 36 / 0.8);
}

.active\:border-s-stone-800\/90:active {
  border-inline-start-color: rgb(41 37 36 / 0.9);
}

.active\:border-s-stone-800\/95:active {
  border-inline-start-color: rgb(41 37 36 / 0.95);
}

.active\:border-s-stone-900:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(28 25 23 / var(--tw-border-opacity));
}

.active\:border-s-stone-900\/0:active {
  border-inline-start-color: rgb(28 25 23 / 0);
}

.active\:border-s-stone-900\/10:active {
  border-inline-start-color: rgb(28 25 23 / 0.1);
}

.active\:border-s-stone-900\/100:active {
  border-inline-start-color: rgb(28 25 23 / 1);
}

.active\:border-s-stone-900\/20:active {
  border-inline-start-color: rgb(28 25 23 / 0.2);
}

.active\:border-s-stone-900\/25:active {
  border-inline-start-color: rgb(28 25 23 / 0.25);
}

.active\:border-s-stone-900\/30:active {
  border-inline-start-color: rgb(28 25 23 / 0.3);
}

.active\:border-s-stone-900\/40:active {
  border-inline-start-color: rgb(28 25 23 / 0.4);
}

.active\:border-s-stone-900\/5:active {
  border-inline-start-color: rgb(28 25 23 / 0.05);
}

.active\:border-s-stone-900\/50:active {
  border-inline-start-color: rgb(28 25 23 / 0.5);
}

.active\:border-s-stone-900\/60:active {
  border-inline-start-color: rgb(28 25 23 / 0.6);
}

.active\:border-s-stone-900\/70:active {
  border-inline-start-color: rgb(28 25 23 / 0.7);
}

.active\:border-s-stone-900\/75:active {
  border-inline-start-color: rgb(28 25 23 / 0.75);
}

.active\:border-s-stone-900\/80:active {
  border-inline-start-color: rgb(28 25 23 / 0.8);
}

.active\:border-s-stone-900\/90:active {
  border-inline-start-color: rgb(28 25 23 / 0.9);
}

.active\:border-s-stone-900\/95:active {
  border-inline-start-color: rgb(28 25 23 / 0.95);
}

.active\:border-s-stone-950:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(12 10 9 / var(--tw-border-opacity));
}

.active\:border-s-stone-950\/0:active {
  border-inline-start-color: rgb(12 10 9 / 0);
}

.active\:border-s-stone-950\/10:active {
  border-inline-start-color: rgb(12 10 9 / 0.1);
}

.active\:border-s-stone-950\/100:active {
  border-inline-start-color: rgb(12 10 9 / 1);
}

.active\:border-s-stone-950\/20:active {
  border-inline-start-color: rgb(12 10 9 / 0.2);
}

.active\:border-s-stone-950\/25:active {
  border-inline-start-color: rgb(12 10 9 / 0.25);
}

.active\:border-s-stone-950\/30:active {
  border-inline-start-color: rgb(12 10 9 / 0.3);
}

.active\:border-s-stone-950\/40:active {
  border-inline-start-color: rgb(12 10 9 / 0.4);
}

.active\:border-s-stone-950\/5:active {
  border-inline-start-color: rgb(12 10 9 / 0.05);
}

.active\:border-s-stone-950\/50:active {
  border-inline-start-color: rgb(12 10 9 / 0.5);
}

.active\:border-s-stone-950\/60:active {
  border-inline-start-color: rgb(12 10 9 / 0.6);
}

.active\:border-s-stone-950\/70:active {
  border-inline-start-color: rgb(12 10 9 / 0.7);
}

.active\:border-s-stone-950\/75:active {
  border-inline-start-color: rgb(12 10 9 / 0.75);
}

.active\:border-s-stone-950\/80:active {
  border-inline-start-color: rgb(12 10 9 / 0.8);
}

.active\:border-s-stone-950\/90:active {
  border-inline-start-color: rgb(12 10 9 / 0.9);
}

.active\:border-s-stone-950\/95:active {
  border-inline-start-color: rgb(12 10 9 / 0.95);
}

.active\:border-s-teal-100:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(204 251 241 / var(--tw-border-opacity));
}

.active\:border-s-teal-100\/0:active {
  border-inline-start-color: rgb(204 251 241 / 0);
}

.active\:border-s-teal-100\/10:active {
  border-inline-start-color: rgb(204 251 241 / 0.1);
}

.active\:border-s-teal-100\/100:active {
  border-inline-start-color: rgb(204 251 241 / 1);
}

.active\:border-s-teal-100\/20:active {
  border-inline-start-color: rgb(204 251 241 / 0.2);
}

.active\:border-s-teal-100\/25:active {
  border-inline-start-color: rgb(204 251 241 / 0.25);
}

.active\:border-s-teal-100\/30:active {
  border-inline-start-color: rgb(204 251 241 / 0.3);
}

.active\:border-s-teal-100\/40:active {
  border-inline-start-color: rgb(204 251 241 / 0.4);
}

.active\:border-s-teal-100\/5:active {
  border-inline-start-color: rgb(204 251 241 / 0.05);
}

.active\:border-s-teal-100\/50:active {
  border-inline-start-color: rgb(204 251 241 / 0.5);
}

.active\:border-s-teal-100\/60:active {
  border-inline-start-color: rgb(204 251 241 / 0.6);
}

.active\:border-s-teal-100\/70:active {
  border-inline-start-color: rgb(204 251 241 / 0.7);
}

.active\:border-s-teal-100\/75:active {
  border-inline-start-color: rgb(204 251 241 / 0.75);
}

.active\:border-s-teal-100\/80:active {
  border-inline-start-color: rgb(204 251 241 / 0.8);
}

.active\:border-s-teal-100\/90:active {
  border-inline-start-color: rgb(204 251 241 / 0.9);
}

.active\:border-s-teal-100\/95:active {
  border-inline-start-color: rgb(204 251 241 / 0.95);
}

.active\:border-s-teal-200:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(153 246 228 / var(--tw-border-opacity));
}

.active\:border-s-teal-200\/0:active {
  border-inline-start-color: rgb(153 246 228 / 0);
}

.active\:border-s-teal-200\/10:active {
  border-inline-start-color: rgb(153 246 228 / 0.1);
}

.active\:border-s-teal-200\/100:active {
  border-inline-start-color: rgb(153 246 228 / 1);
}

.active\:border-s-teal-200\/20:active {
  border-inline-start-color: rgb(153 246 228 / 0.2);
}

.active\:border-s-teal-200\/25:active {
  border-inline-start-color: rgb(153 246 228 / 0.25);
}

.active\:border-s-teal-200\/30:active {
  border-inline-start-color: rgb(153 246 228 / 0.3);
}

.active\:border-s-teal-200\/40:active {
  border-inline-start-color: rgb(153 246 228 / 0.4);
}

.active\:border-s-teal-200\/5:active {
  border-inline-start-color: rgb(153 246 228 / 0.05);
}

.active\:border-s-teal-200\/50:active {
  border-inline-start-color: rgb(153 246 228 / 0.5);
}

.active\:border-s-teal-200\/60:active {
  border-inline-start-color: rgb(153 246 228 / 0.6);
}

.active\:border-s-teal-200\/70:active {
  border-inline-start-color: rgb(153 246 228 / 0.7);
}

.active\:border-s-teal-200\/75:active {
  border-inline-start-color: rgb(153 246 228 / 0.75);
}

.active\:border-s-teal-200\/80:active {
  border-inline-start-color: rgb(153 246 228 / 0.8);
}

.active\:border-s-teal-200\/90:active {
  border-inline-start-color: rgb(153 246 228 / 0.9);
}

.active\:border-s-teal-200\/95:active {
  border-inline-start-color: rgb(153 246 228 / 0.95);
}

.active\:border-s-teal-300:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(94 234 212 / var(--tw-border-opacity));
}

.active\:border-s-teal-300\/0:active {
  border-inline-start-color: rgb(94 234 212 / 0);
}

.active\:border-s-teal-300\/10:active {
  border-inline-start-color: rgb(94 234 212 / 0.1);
}

.active\:border-s-teal-300\/100:active {
  border-inline-start-color: rgb(94 234 212 / 1);
}

.active\:border-s-teal-300\/20:active {
  border-inline-start-color: rgb(94 234 212 / 0.2);
}

.active\:border-s-teal-300\/25:active {
  border-inline-start-color: rgb(94 234 212 / 0.25);
}

.active\:border-s-teal-300\/30:active {
  border-inline-start-color: rgb(94 234 212 / 0.3);
}

.active\:border-s-teal-300\/40:active {
  border-inline-start-color: rgb(94 234 212 / 0.4);
}

.active\:border-s-teal-300\/5:active {
  border-inline-start-color: rgb(94 234 212 / 0.05);
}

.active\:border-s-teal-300\/50:active {
  border-inline-start-color: rgb(94 234 212 / 0.5);
}

.active\:border-s-teal-300\/60:active {
  border-inline-start-color: rgb(94 234 212 / 0.6);
}

.active\:border-s-teal-300\/70:active {
  border-inline-start-color: rgb(94 234 212 / 0.7);
}

.active\:border-s-teal-300\/75:active {
  border-inline-start-color: rgb(94 234 212 / 0.75);
}

.active\:border-s-teal-300\/80:active {
  border-inline-start-color: rgb(94 234 212 / 0.8);
}

.active\:border-s-teal-300\/90:active {
  border-inline-start-color: rgb(94 234 212 / 0.9);
}

.active\:border-s-teal-300\/95:active {
  border-inline-start-color: rgb(94 234 212 / 0.95);
}

.active\:border-s-teal-400:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(45 212 191 / var(--tw-border-opacity));
}

.active\:border-s-teal-400\/0:active {
  border-inline-start-color: rgb(45 212 191 / 0);
}

.active\:border-s-teal-400\/10:active {
  border-inline-start-color: rgb(45 212 191 / 0.1);
}

.active\:border-s-teal-400\/100:active {
  border-inline-start-color: rgb(45 212 191 / 1);
}

.active\:border-s-teal-400\/20:active {
  border-inline-start-color: rgb(45 212 191 / 0.2);
}

.active\:border-s-teal-400\/25:active {
  border-inline-start-color: rgb(45 212 191 / 0.25);
}

.active\:border-s-teal-400\/30:active {
  border-inline-start-color: rgb(45 212 191 / 0.3);
}

.active\:border-s-teal-400\/40:active {
  border-inline-start-color: rgb(45 212 191 / 0.4);
}

.active\:border-s-teal-400\/5:active {
  border-inline-start-color: rgb(45 212 191 / 0.05);
}

.active\:border-s-teal-400\/50:active {
  border-inline-start-color: rgb(45 212 191 / 0.5);
}

.active\:border-s-teal-400\/60:active {
  border-inline-start-color: rgb(45 212 191 / 0.6);
}

.active\:border-s-teal-400\/70:active {
  border-inline-start-color: rgb(45 212 191 / 0.7);
}

.active\:border-s-teal-400\/75:active {
  border-inline-start-color: rgb(45 212 191 / 0.75);
}

.active\:border-s-teal-400\/80:active {
  border-inline-start-color: rgb(45 212 191 / 0.8);
}

.active\:border-s-teal-400\/90:active {
  border-inline-start-color: rgb(45 212 191 / 0.9);
}

.active\:border-s-teal-400\/95:active {
  border-inline-start-color: rgb(45 212 191 / 0.95);
}

.active\:border-s-teal-50:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(240 253 250 / var(--tw-border-opacity));
}

.active\:border-s-teal-50\/0:active {
  border-inline-start-color: rgb(240 253 250 / 0);
}

.active\:border-s-teal-50\/10:active {
  border-inline-start-color: rgb(240 253 250 / 0.1);
}

.active\:border-s-teal-50\/100:active {
  border-inline-start-color: rgb(240 253 250 / 1);
}

.active\:border-s-teal-50\/20:active {
  border-inline-start-color: rgb(240 253 250 / 0.2);
}

.active\:border-s-teal-50\/25:active {
  border-inline-start-color: rgb(240 253 250 / 0.25);
}

.active\:border-s-teal-50\/30:active {
  border-inline-start-color: rgb(240 253 250 / 0.3);
}

.active\:border-s-teal-50\/40:active {
  border-inline-start-color: rgb(240 253 250 / 0.4);
}

.active\:border-s-teal-50\/5:active {
  border-inline-start-color: rgb(240 253 250 / 0.05);
}

.active\:border-s-teal-50\/50:active {
  border-inline-start-color: rgb(240 253 250 / 0.5);
}

.active\:border-s-teal-50\/60:active {
  border-inline-start-color: rgb(240 253 250 / 0.6);
}

.active\:border-s-teal-50\/70:active {
  border-inline-start-color: rgb(240 253 250 / 0.7);
}

.active\:border-s-teal-50\/75:active {
  border-inline-start-color: rgb(240 253 250 / 0.75);
}

.active\:border-s-teal-50\/80:active {
  border-inline-start-color: rgb(240 253 250 / 0.8);
}

.active\:border-s-teal-50\/90:active {
  border-inline-start-color: rgb(240 253 250 / 0.9);
}

.active\:border-s-teal-50\/95:active {
  border-inline-start-color: rgb(240 253 250 / 0.95);
}

.active\:border-s-teal-500:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(20 184 166 / var(--tw-border-opacity));
}

.active\:border-s-teal-500\/0:active {
  border-inline-start-color: rgb(20 184 166 / 0);
}

.active\:border-s-teal-500\/10:active {
  border-inline-start-color: rgb(20 184 166 / 0.1);
}

.active\:border-s-teal-500\/100:active {
  border-inline-start-color: rgb(20 184 166 / 1);
}

.active\:border-s-teal-500\/20:active {
  border-inline-start-color: rgb(20 184 166 / 0.2);
}

.active\:border-s-teal-500\/25:active {
  border-inline-start-color: rgb(20 184 166 / 0.25);
}

.active\:border-s-teal-500\/30:active {
  border-inline-start-color: rgb(20 184 166 / 0.3);
}

.active\:border-s-teal-500\/40:active {
  border-inline-start-color: rgb(20 184 166 / 0.4);
}

.active\:border-s-teal-500\/5:active {
  border-inline-start-color: rgb(20 184 166 / 0.05);
}

.active\:border-s-teal-500\/50:active {
  border-inline-start-color: rgb(20 184 166 / 0.5);
}

.active\:border-s-teal-500\/60:active {
  border-inline-start-color: rgb(20 184 166 / 0.6);
}

.active\:border-s-teal-500\/70:active {
  border-inline-start-color: rgb(20 184 166 / 0.7);
}

.active\:border-s-teal-500\/75:active {
  border-inline-start-color: rgb(20 184 166 / 0.75);
}

.active\:border-s-teal-500\/80:active {
  border-inline-start-color: rgb(20 184 166 / 0.8);
}

.active\:border-s-teal-500\/90:active {
  border-inline-start-color: rgb(20 184 166 / 0.9);
}

.active\:border-s-teal-500\/95:active {
  border-inline-start-color: rgb(20 184 166 / 0.95);
}

.active\:border-s-teal-600:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(13 148 136 / var(--tw-border-opacity));
}

.active\:border-s-teal-600\/0:active {
  border-inline-start-color: rgb(13 148 136 / 0);
}

.active\:border-s-teal-600\/10:active {
  border-inline-start-color: rgb(13 148 136 / 0.1);
}

.active\:border-s-teal-600\/100:active {
  border-inline-start-color: rgb(13 148 136 / 1);
}

.active\:border-s-teal-600\/20:active {
  border-inline-start-color: rgb(13 148 136 / 0.2);
}

.active\:border-s-teal-600\/25:active {
  border-inline-start-color: rgb(13 148 136 / 0.25);
}

.active\:border-s-teal-600\/30:active {
  border-inline-start-color: rgb(13 148 136 / 0.3);
}

.active\:border-s-teal-600\/40:active {
  border-inline-start-color: rgb(13 148 136 / 0.4);
}

.active\:border-s-teal-600\/5:active {
  border-inline-start-color: rgb(13 148 136 / 0.05);
}

.active\:border-s-teal-600\/50:active {
  border-inline-start-color: rgb(13 148 136 / 0.5);
}

.active\:border-s-teal-600\/60:active {
  border-inline-start-color: rgb(13 148 136 / 0.6);
}

.active\:border-s-teal-600\/70:active {
  border-inline-start-color: rgb(13 148 136 / 0.7);
}

.active\:border-s-teal-600\/75:active {
  border-inline-start-color: rgb(13 148 136 / 0.75);
}

.active\:border-s-teal-600\/80:active {
  border-inline-start-color: rgb(13 148 136 / 0.8);
}

.active\:border-s-teal-600\/90:active {
  border-inline-start-color: rgb(13 148 136 / 0.9);
}

.active\:border-s-teal-600\/95:active {
  border-inline-start-color: rgb(13 148 136 / 0.95);
}

.active\:border-s-teal-700:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(15 118 110 / var(--tw-border-opacity));
}

.active\:border-s-teal-700\/0:active {
  border-inline-start-color: rgb(15 118 110 / 0);
}

.active\:border-s-teal-700\/10:active {
  border-inline-start-color: rgb(15 118 110 / 0.1);
}

.active\:border-s-teal-700\/100:active {
  border-inline-start-color: rgb(15 118 110 / 1);
}

.active\:border-s-teal-700\/20:active {
  border-inline-start-color: rgb(15 118 110 / 0.2);
}

.active\:border-s-teal-700\/25:active {
  border-inline-start-color: rgb(15 118 110 / 0.25);
}

.active\:border-s-teal-700\/30:active {
  border-inline-start-color: rgb(15 118 110 / 0.3);
}

.active\:border-s-teal-700\/40:active {
  border-inline-start-color: rgb(15 118 110 / 0.4);
}

.active\:border-s-teal-700\/5:active {
  border-inline-start-color: rgb(15 118 110 / 0.05);
}

.active\:border-s-teal-700\/50:active {
  border-inline-start-color: rgb(15 118 110 / 0.5);
}

.active\:border-s-teal-700\/60:active {
  border-inline-start-color: rgb(15 118 110 / 0.6);
}

.active\:border-s-teal-700\/70:active {
  border-inline-start-color: rgb(15 118 110 / 0.7);
}

.active\:border-s-teal-700\/75:active {
  border-inline-start-color: rgb(15 118 110 / 0.75);
}

.active\:border-s-teal-700\/80:active {
  border-inline-start-color: rgb(15 118 110 / 0.8);
}

.active\:border-s-teal-700\/90:active {
  border-inline-start-color: rgb(15 118 110 / 0.9);
}

.active\:border-s-teal-700\/95:active {
  border-inline-start-color: rgb(15 118 110 / 0.95);
}

.active\:border-s-teal-800:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(17 94 89 / var(--tw-border-opacity));
}

.active\:border-s-teal-800\/0:active {
  border-inline-start-color: rgb(17 94 89 / 0);
}

.active\:border-s-teal-800\/10:active {
  border-inline-start-color: rgb(17 94 89 / 0.1);
}

.active\:border-s-teal-800\/100:active {
  border-inline-start-color: rgb(17 94 89 / 1);
}

.active\:border-s-teal-800\/20:active {
  border-inline-start-color: rgb(17 94 89 / 0.2);
}

.active\:border-s-teal-800\/25:active {
  border-inline-start-color: rgb(17 94 89 / 0.25);
}

.active\:border-s-teal-800\/30:active {
  border-inline-start-color: rgb(17 94 89 / 0.3);
}

.active\:border-s-teal-800\/40:active {
  border-inline-start-color: rgb(17 94 89 / 0.4);
}

.active\:border-s-teal-800\/5:active {
  border-inline-start-color: rgb(17 94 89 / 0.05);
}

.active\:border-s-teal-800\/50:active {
  border-inline-start-color: rgb(17 94 89 / 0.5);
}

.active\:border-s-teal-800\/60:active {
  border-inline-start-color: rgb(17 94 89 / 0.6);
}

.active\:border-s-teal-800\/70:active {
  border-inline-start-color: rgb(17 94 89 / 0.7);
}

.active\:border-s-teal-800\/75:active {
  border-inline-start-color: rgb(17 94 89 / 0.75);
}

.active\:border-s-teal-800\/80:active {
  border-inline-start-color: rgb(17 94 89 / 0.8);
}

.active\:border-s-teal-800\/90:active {
  border-inline-start-color: rgb(17 94 89 / 0.9);
}

.active\:border-s-teal-800\/95:active {
  border-inline-start-color: rgb(17 94 89 / 0.95);
}

.active\:border-s-teal-900:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(19 78 74 / var(--tw-border-opacity));
}

.active\:border-s-teal-900\/0:active {
  border-inline-start-color: rgb(19 78 74 / 0);
}

.active\:border-s-teal-900\/10:active {
  border-inline-start-color: rgb(19 78 74 / 0.1);
}

.active\:border-s-teal-900\/100:active {
  border-inline-start-color: rgb(19 78 74 / 1);
}

.active\:border-s-teal-900\/20:active {
  border-inline-start-color: rgb(19 78 74 / 0.2);
}

.active\:border-s-teal-900\/25:active {
  border-inline-start-color: rgb(19 78 74 / 0.25);
}

.active\:border-s-teal-900\/30:active {
  border-inline-start-color: rgb(19 78 74 / 0.3);
}

.active\:border-s-teal-900\/40:active {
  border-inline-start-color: rgb(19 78 74 / 0.4);
}

.active\:border-s-teal-900\/5:active {
  border-inline-start-color: rgb(19 78 74 / 0.05);
}

.active\:border-s-teal-900\/50:active {
  border-inline-start-color: rgb(19 78 74 / 0.5);
}

.active\:border-s-teal-900\/60:active {
  border-inline-start-color: rgb(19 78 74 / 0.6);
}

.active\:border-s-teal-900\/70:active {
  border-inline-start-color: rgb(19 78 74 / 0.7);
}

.active\:border-s-teal-900\/75:active {
  border-inline-start-color: rgb(19 78 74 / 0.75);
}

.active\:border-s-teal-900\/80:active {
  border-inline-start-color: rgb(19 78 74 / 0.8);
}

.active\:border-s-teal-900\/90:active {
  border-inline-start-color: rgb(19 78 74 / 0.9);
}

.active\:border-s-teal-900\/95:active {
  border-inline-start-color: rgb(19 78 74 / 0.95);
}

.active\:border-s-teal-950:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(4 47 46 / var(--tw-border-opacity));
}

.active\:border-s-teal-950\/0:active {
  border-inline-start-color: rgb(4 47 46 / 0);
}

.active\:border-s-teal-950\/10:active {
  border-inline-start-color: rgb(4 47 46 / 0.1);
}

.active\:border-s-teal-950\/100:active {
  border-inline-start-color: rgb(4 47 46 / 1);
}

.active\:border-s-teal-950\/20:active {
  border-inline-start-color: rgb(4 47 46 / 0.2);
}

.active\:border-s-teal-950\/25:active {
  border-inline-start-color: rgb(4 47 46 / 0.25);
}

.active\:border-s-teal-950\/30:active {
  border-inline-start-color: rgb(4 47 46 / 0.3);
}

.active\:border-s-teal-950\/40:active {
  border-inline-start-color: rgb(4 47 46 / 0.4);
}

.active\:border-s-teal-950\/5:active {
  border-inline-start-color: rgb(4 47 46 / 0.05);
}

.active\:border-s-teal-950\/50:active {
  border-inline-start-color: rgb(4 47 46 / 0.5);
}

.active\:border-s-teal-950\/60:active {
  border-inline-start-color: rgb(4 47 46 / 0.6);
}

.active\:border-s-teal-950\/70:active {
  border-inline-start-color: rgb(4 47 46 / 0.7);
}

.active\:border-s-teal-950\/75:active {
  border-inline-start-color: rgb(4 47 46 / 0.75);
}

.active\:border-s-teal-950\/80:active {
  border-inline-start-color: rgb(4 47 46 / 0.8);
}

.active\:border-s-teal-950\/90:active {
  border-inline-start-color: rgb(4 47 46 / 0.9);
}

.active\:border-s-teal-950\/95:active {
  border-inline-start-color: rgb(4 47 46 / 0.95);
}

.active\:border-s-transparent:active {
  border-inline-start-color: transparent;
}

.active\:border-s-transparent\/0:active {
  border-inline-start-color: rgb(0 0 0 / 0);
}

.active\:border-s-transparent\/10:active {
  border-inline-start-color: rgb(0 0 0 / 0.1);
}

.active\:border-s-transparent\/100:active {
  border-inline-start-color: rgb(0 0 0 / 1);
}

.active\:border-s-transparent\/20:active {
  border-inline-start-color: rgb(0 0 0 / 0.2);
}

.active\:border-s-transparent\/25:active {
  border-inline-start-color: rgb(0 0 0 / 0.25);
}

.active\:border-s-transparent\/30:active {
  border-inline-start-color: rgb(0 0 0 / 0.3);
}

.active\:border-s-transparent\/40:active {
  border-inline-start-color: rgb(0 0 0 / 0.4);
}

.active\:border-s-transparent\/5:active {
  border-inline-start-color: rgb(0 0 0 / 0.05);
}

.active\:border-s-transparent\/50:active {
  border-inline-start-color: rgb(0 0 0 / 0.5);
}

.active\:border-s-transparent\/60:active {
  border-inline-start-color: rgb(0 0 0 / 0.6);
}

.active\:border-s-transparent\/70:active {
  border-inline-start-color: rgb(0 0 0 / 0.7);
}

.active\:border-s-transparent\/75:active {
  border-inline-start-color: rgb(0 0 0 / 0.75);
}

.active\:border-s-transparent\/80:active {
  border-inline-start-color: rgb(0 0 0 / 0.8);
}

.active\:border-s-transparent\/90:active {
  border-inline-start-color: rgb(0 0 0 / 0.9);
}

.active\:border-s-transparent\/95:active {
  border-inline-start-color: rgb(0 0 0 / 0.95);
}

.active\:border-s-tykhe-digital:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(239 156 131 / var(--tw-border-opacity));
}

.active\:border-s-tykhe-digital-alt:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 239 224 / var(--tw-border-opacity));
}

.active\:border-s-tykhe-digital-alt\/0:active {
  border-inline-start-color: rgb(245 239 224 / 0);
}

.active\:border-s-tykhe-digital-alt\/10:active {
  border-inline-start-color: rgb(245 239 224 / 0.1);
}

.active\:border-s-tykhe-digital-alt\/100:active {
  border-inline-start-color: rgb(245 239 224 / 1);
}

.active\:border-s-tykhe-digital-alt\/20:active {
  border-inline-start-color: rgb(245 239 224 / 0.2);
}

.active\:border-s-tykhe-digital-alt\/25:active {
  border-inline-start-color: rgb(245 239 224 / 0.25);
}

.active\:border-s-tykhe-digital-alt\/30:active {
  border-inline-start-color: rgb(245 239 224 / 0.3);
}

.active\:border-s-tykhe-digital-alt\/40:active {
  border-inline-start-color: rgb(245 239 224 / 0.4);
}

.active\:border-s-tykhe-digital-alt\/5:active {
  border-inline-start-color: rgb(245 239 224 / 0.05);
}

.active\:border-s-tykhe-digital-alt\/50:active {
  border-inline-start-color: rgb(245 239 224 / 0.5);
}

.active\:border-s-tykhe-digital-alt\/60:active {
  border-inline-start-color: rgb(245 239 224 / 0.6);
}

.active\:border-s-tykhe-digital-alt\/70:active {
  border-inline-start-color: rgb(245 239 224 / 0.7);
}

.active\:border-s-tykhe-digital-alt\/75:active {
  border-inline-start-color: rgb(245 239 224 / 0.75);
}

.active\:border-s-tykhe-digital-alt\/80:active {
  border-inline-start-color: rgb(245 239 224 / 0.8);
}

.active\:border-s-tykhe-digital-alt\/90:active {
  border-inline-start-color: rgb(245 239 224 / 0.9);
}

.active\:border-s-tykhe-digital-alt\/95:active {
  border-inline-start-color: rgb(245 239 224 / 0.95);
}

.active\:border-s-tykhe-digital-alt2:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 58 111 / var(--tw-border-opacity));
}

.active\:border-s-tykhe-digital-alt2\/0:active {
  border-inline-start-color: rgb(255 58 111 / 0);
}

.active\:border-s-tykhe-digital-alt2\/10:active {
  border-inline-start-color: rgb(255 58 111 / 0.1);
}

.active\:border-s-tykhe-digital-alt2\/100:active {
  border-inline-start-color: rgb(255 58 111 / 1);
}

.active\:border-s-tykhe-digital-alt2\/20:active {
  border-inline-start-color: rgb(255 58 111 / 0.2);
}

.active\:border-s-tykhe-digital-alt2\/25:active {
  border-inline-start-color: rgb(255 58 111 / 0.25);
}

.active\:border-s-tykhe-digital-alt2\/30:active {
  border-inline-start-color: rgb(255 58 111 / 0.3);
}

.active\:border-s-tykhe-digital-alt2\/40:active {
  border-inline-start-color: rgb(255 58 111 / 0.4);
}

.active\:border-s-tykhe-digital-alt2\/5:active {
  border-inline-start-color: rgb(255 58 111 / 0.05);
}

.active\:border-s-tykhe-digital-alt2\/50:active {
  border-inline-start-color: rgb(255 58 111 / 0.5);
}

.active\:border-s-tykhe-digital-alt2\/60:active {
  border-inline-start-color: rgb(255 58 111 / 0.6);
}

.active\:border-s-tykhe-digital-alt2\/70:active {
  border-inline-start-color: rgb(255 58 111 / 0.7);
}

.active\:border-s-tykhe-digital-alt2\/75:active {
  border-inline-start-color: rgb(255 58 111 / 0.75);
}

.active\:border-s-tykhe-digital-alt2\/80:active {
  border-inline-start-color: rgb(255 58 111 / 0.8);
}

.active\:border-s-tykhe-digital-alt2\/90:active {
  border-inline-start-color: rgb(255 58 111 / 0.9);
}

.active\:border-s-tykhe-digital-alt2\/95:active {
  border-inline-start-color: rgb(255 58 111 / 0.95);
}

.active\:border-s-tykhe-digital-alt3:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(131 214 239 / var(--tw-border-opacity));
}

.active\:border-s-tykhe-digital-alt3\/0:active {
  border-inline-start-color: rgb(131 214 239 / 0);
}

.active\:border-s-tykhe-digital-alt3\/10:active {
  border-inline-start-color: rgb(131 214 239 / 0.1);
}

.active\:border-s-tykhe-digital-alt3\/100:active {
  border-inline-start-color: rgb(131 214 239 / 1);
}

.active\:border-s-tykhe-digital-alt3\/20:active {
  border-inline-start-color: rgb(131 214 239 / 0.2);
}

.active\:border-s-tykhe-digital-alt3\/25:active {
  border-inline-start-color: rgb(131 214 239 / 0.25);
}

.active\:border-s-tykhe-digital-alt3\/30:active {
  border-inline-start-color: rgb(131 214 239 / 0.3);
}

.active\:border-s-tykhe-digital-alt3\/40:active {
  border-inline-start-color: rgb(131 214 239 / 0.4);
}

.active\:border-s-tykhe-digital-alt3\/5:active {
  border-inline-start-color: rgb(131 214 239 / 0.05);
}

.active\:border-s-tykhe-digital-alt3\/50:active {
  border-inline-start-color: rgb(131 214 239 / 0.5);
}

.active\:border-s-tykhe-digital-alt3\/60:active {
  border-inline-start-color: rgb(131 214 239 / 0.6);
}

.active\:border-s-tykhe-digital-alt3\/70:active {
  border-inline-start-color: rgb(131 214 239 / 0.7);
}

.active\:border-s-tykhe-digital-alt3\/75:active {
  border-inline-start-color: rgb(131 214 239 / 0.75);
}

.active\:border-s-tykhe-digital-alt3\/80:active {
  border-inline-start-color: rgb(131 214 239 / 0.8);
}

.active\:border-s-tykhe-digital-alt3\/90:active {
  border-inline-start-color: rgb(131 214 239 / 0.9);
}

.active\:border-s-tykhe-digital-alt3\/95:active {
  border-inline-start-color: rgb(131 214 239 / 0.95);
}

.active\:border-s-tykhe-digital\/0:active {
  border-inline-start-color: rgb(239 156 131 / 0);
}

.active\:border-s-tykhe-digital\/10:active {
  border-inline-start-color: rgb(239 156 131 / 0.1);
}

.active\:border-s-tykhe-digital\/100:active {
  border-inline-start-color: rgb(239 156 131 / 1);
}

.active\:border-s-tykhe-digital\/20:active {
  border-inline-start-color: rgb(239 156 131 / 0.2);
}

.active\:border-s-tykhe-digital\/25:active {
  border-inline-start-color: rgb(239 156 131 / 0.25);
}

.active\:border-s-tykhe-digital\/30:active {
  border-inline-start-color: rgb(239 156 131 / 0.3);
}

.active\:border-s-tykhe-digital\/40:active {
  border-inline-start-color: rgb(239 156 131 / 0.4);
}

.active\:border-s-tykhe-digital\/5:active {
  border-inline-start-color: rgb(239 156 131 / 0.05);
}

.active\:border-s-tykhe-digital\/50:active {
  border-inline-start-color: rgb(239 156 131 / 0.5);
}

.active\:border-s-tykhe-digital\/60:active {
  border-inline-start-color: rgb(239 156 131 / 0.6);
}

.active\:border-s-tykhe-digital\/70:active {
  border-inline-start-color: rgb(239 156 131 / 0.7);
}

.active\:border-s-tykhe-digital\/75:active {
  border-inline-start-color: rgb(239 156 131 / 0.75);
}

.active\:border-s-tykhe-digital\/80:active {
  border-inline-start-color: rgb(239 156 131 / 0.8);
}

.active\:border-s-tykhe-digital\/90:active {
  border-inline-start-color: rgb(239 156 131 / 0.9);
}

.active\:border-s-tykhe-digital\/95:active {
  border-inline-start-color: rgb(239 156 131 / 0.95);
}

.active\:border-s-violet-100:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(237 233 254 / var(--tw-border-opacity));
}

.active\:border-s-violet-100\/0:active {
  border-inline-start-color: rgb(237 233 254 / 0);
}

.active\:border-s-violet-100\/10:active {
  border-inline-start-color: rgb(237 233 254 / 0.1);
}

.active\:border-s-violet-100\/100:active {
  border-inline-start-color: rgb(237 233 254 / 1);
}

.active\:border-s-violet-100\/20:active {
  border-inline-start-color: rgb(237 233 254 / 0.2);
}

.active\:border-s-violet-100\/25:active {
  border-inline-start-color: rgb(237 233 254 / 0.25);
}

.active\:border-s-violet-100\/30:active {
  border-inline-start-color: rgb(237 233 254 / 0.3);
}

.active\:border-s-violet-100\/40:active {
  border-inline-start-color: rgb(237 233 254 / 0.4);
}

.active\:border-s-violet-100\/5:active {
  border-inline-start-color: rgb(237 233 254 / 0.05);
}

.active\:border-s-violet-100\/50:active {
  border-inline-start-color: rgb(237 233 254 / 0.5);
}

.active\:border-s-violet-100\/60:active {
  border-inline-start-color: rgb(237 233 254 / 0.6);
}

.active\:border-s-violet-100\/70:active {
  border-inline-start-color: rgb(237 233 254 / 0.7);
}

.active\:border-s-violet-100\/75:active {
  border-inline-start-color: rgb(237 233 254 / 0.75);
}

.active\:border-s-violet-100\/80:active {
  border-inline-start-color: rgb(237 233 254 / 0.8);
}

.active\:border-s-violet-100\/90:active {
  border-inline-start-color: rgb(237 233 254 / 0.9);
}

.active\:border-s-violet-100\/95:active {
  border-inline-start-color: rgb(237 233 254 / 0.95);
}

.active\:border-s-violet-200:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(221 214 254 / var(--tw-border-opacity));
}

.active\:border-s-violet-200\/0:active {
  border-inline-start-color: rgb(221 214 254 / 0);
}

.active\:border-s-violet-200\/10:active {
  border-inline-start-color: rgb(221 214 254 / 0.1);
}

.active\:border-s-violet-200\/100:active {
  border-inline-start-color: rgb(221 214 254 / 1);
}

.active\:border-s-violet-200\/20:active {
  border-inline-start-color: rgb(221 214 254 / 0.2);
}

.active\:border-s-violet-200\/25:active {
  border-inline-start-color: rgb(221 214 254 / 0.25);
}

.active\:border-s-violet-200\/30:active {
  border-inline-start-color: rgb(221 214 254 / 0.3);
}

.active\:border-s-violet-200\/40:active {
  border-inline-start-color: rgb(221 214 254 / 0.4);
}

.active\:border-s-violet-200\/5:active {
  border-inline-start-color: rgb(221 214 254 / 0.05);
}

.active\:border-s-violet-200\/50:active {
  border-inline-start-color: rgb(221 214 254 / 0.5);
}

.active\:border-s-violet-200\/60:active {
  border-inline-start-color: rgb(221 214 254 / 0.6);
}

.active\:border-s-violet-200\/70:active {
  border-inline-start-color: rgb(221 214 254 / 0.7);
}

.active\:border-s-violet-200\/75:active {
  border-inline-start-color: rgb(221 214 254 / 0.75);
}

.active\:border-s-violet-200\/80:active {
  border-inline-start-color: rgb(221 214 254 / 0.8);
}

.active\:border-s-violet-200\/90:active {
  border-inline-start-color: rgb(221 214 254 / 0.9);
}

.active\:border-s-violet-200\/95:active {
  border-inline-start-color: rgb(221 214 254 / 0.95);
}

.active\:border-s-violet-300:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(196 181 253 / var(--tw-border-opacity));
}

.active\:border-s-violet-300\/0:active {
  border-inline-start-color: rgb(196 181 253 / 0);
}

.active\:border-s-violet-300\/10:active {
  border-inline-start-color: rgb(196 181 253 / 0.1);
}

.active\:border-s-violet-300\/100:active {
  border-inline-start-color: rgb(196 181 253 / 1);
}

.active\:border-s-violet-300\/20:active {
  border-inline-start-color: rgb(196 181 253 / 0.2);
}

.active\:border-s-violet-300\/25:active {
  border-inline-start-color: rgb(196 181 253 / 0.25);
}

.active\:border-s-violet-300\/30:active {
  border-inline-start-color: rgb(196 181 253 / 0.3);
}

.active\:border-s-violet-300\/40:active {
  border-inline-start-color: rgb(196 181 253 / 0.4);
}

.active\:border-s-violet-300\/5:active {
  border-inline-start-color: rgb(196 181 253 / 0.05);
}

.active\:border-s-violet-300\/50:active {
  border-inline-start-color: rgb(196 181 253 / 0.5);
}

.active\:border-s-violet-300\/60:active {
  border-inline-start-color: rgb(196 181 253 / 0.6);
}

.active\:border-s-violet-300\/70:active {
  border-inline-start-color: rgb(196 181 253 / 0.7);
}

.active\:border-s-violet-300\/75:active {
  border-inline-start-color: rgb(196 181 253 / 0.75);
}

.active\:border-s-violet-300\/80:active {
  border-inline-start-color: rgb(196 181 253 / 0.8);
}

.active\:border-s-violet-300\/90:active {
  border-inline-start-color: rgb(196 181 253 / 0.9);
}

.active\:border-s-violet-300\/95:active {
  border-inline-start-color: rgb(196 181 253 / 0.95);
}

.active\:border-s-violet-400:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(167 139 250 / var(--tw-border-opacity));
}

.active\:border-s-violet-400\/0:active {
  border-inline-start-color: rgb(167 139 250 / 0);
}

.active\:border-s-violet-400\/10:active {
  border-inline-start-color: rgb(167 139 250 / 0.1);
}

.active\:border-s-violet-400\/100:active {
  border-inline-start-color: rgb(167 139 250 / 1);
}

.active\:border-s-violet-400\/20:active {
  border-inline-start-color: rgb(167 139 250 / 0.2);
}

.active\:border-s-violet-400\/25:active {
  border-inline-start-color: rgb(167 139 250 / 0.25);
}

.active\:border-s-violet-400\/30:active {
  border-inline-start-color: rgb(167 139 250 / 0.3);
}

.active\:border-s-violet-400\/40:active {
  border-inline-start-color: rgb(167 139 250 / 0.4);
}

.active\:border-s-violet-400\/5:active {
  border-inline-start-color: rgb(167 139 250 / 0.05);
}

.active\:border-s-violet-400\/50:active {
  border-inline-start-color: rgb(167 139 250 / 0.5);
}

.active\:border-s-violet-400\/60:active {
  border-inline-start-color: rgb(167 139 250 / 0.6);
}

.active\:border-s-violet-400\/70:active {
  border-inline-start-color: rgb(167 139 250 / 0.7);
}

.active\:border-s-violet-400\/75:active {
  border-inline-start-color: rgb(167 139 250 / 0.75);
}

.active\:border-s-violet-400\/80:active {
  border-inline-start-color: rgb(167 139 250 / 0.8);
}

.active\:border-s-violet-400\/90:active {
  border-inline-start-color: rgb(167 139 250 / 0.9);
}

.active\:border-s-violet-400\/95:active {
  border-inline-start-color: rgb(167 139 250 / 0.95);
}

.active\:border-s-violet-50:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 243 255 / var(--tw-border-opacity));
}

.active\:border-s-violet-50\/0:active {
  border-inline-start-color: rgb(245 243 255 / 0);
}

.active\:border-s-violet-50\/10:active {
  border-inline-start-color: rgb(245 243 255 / 0.1);
}

.active\:border-s-violet-50\/100:active {
  border-inline-start-color: rgb(245 243 255 / 1);
}

.active\:border-s-violet-50\/20:active {
  border-inline-start-color: rgb(245 243 255 / 0.2);
}

.active\:border-s-violet-50\/25:active {
  border-inline-start-color: rgb(245 243 255 / 0.25);
}

.active\:border-s-violet-50\/30:active {
  border-inline-start-color: rgb(245 243 255 / 0.3);
}

.active\:border-s-violet-50\/40:active {
  border-inline-start-color: rgb(245 243 255 / 0.4);
}

.active\:border-s-violet-50\/5:active {
  border-inline-start-color: rgb(245 243 255 / 0.05);
}

.active\:border-s-violet-50\/50:active {
  border-inline-start-color: rgb(245 243 255 / 0.5);
}

.active\:border-s-violet-50\/60:active {
  border-inline-start-color: rgb(245 243 255 / 0.6);
}

.active\:border-s-violet-50\/70:active {
  border-inline-start-color: rgb(245 243 255 / 0.7);
}

.active\:border-s-violet-50\/75:active {
  border-inline-start-color: rgb(245 243 255 / 0.75);
}

.active\:border-s-violet-50\/80:active {
  border-inline-start-color: rgb(245 243 255 / 0.8);
}

.active\:border-s-violet-50\/90:active {
  border-inline-start-color: rgb(245 243 255 / 0.9);
}

.active\:border-s-violet-50\/95:active {
  border-inline-start-color: rgb(245 243 255 / 0.95);
}

.active\:border-s-violet-500:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(139 92 246 / var(--tw-border-opacity));
}

.active\:border-s-violet-500\/0:active {
  border-inline-start-color: rgb(139 92 246 / 0);
}

.active\:border-s-violet-500\/10:active {
  border-inline-start-color: rgb(139 92 246 / 0.1);
}

.active\:border-s-violet-500\/100:active {
  border-inline-start-color: rgb(139 92 246 / 1);
}

.active\:border-s-violet-500\/20:active {
  border-inline-start-color: rgb(139 92 246 / 0.2);
}

.active\:border-s-violet-500\/25:active {
  border-inline-start-color: rgb(139 92 246 / 0.25);
}

.active\:border-s-violet-500\/30:active {
  border-inline-start-color: rgb(139 92 246 / 0.3);
}

.active\:border-s-violet-500\/40:active {
  border-inline-start-color: rgb(139 92 246 / 0.4);
}

.active\:border-s-violet-500\/5:active {
  border-inline-start-color: rgb(139 92 246 / 0.05);
}

.active\:border-s-violet-500\/50:active {
  border-inline-start-color: rgb(139 92 246 / 0.5);
}

.active\:border-s-violet-500\/60:active {
  border-inline-start-color: rgb(139 92 246 / 0.6);
}

.active\:border-s-violet-500\/70:active {
  border-inline-start-color: rgb(139 92 246 / 0.7);
}

.active\:border-s-violet-500\/75:active {
  border-inline-start-color: rgb(139 92 246 / 0.75);
}

.active\:border-s-violet-500\/80:active {
  border-inline-start-color: rgb(139 92 246 / 0.8);
}

.active\:border-s-violet-500\/90:active {
  border-inline-start-color: rgb(139 92 246 / 0.9);
}

.active\:border-s-violet-500\/95:active {
  border-inline-start-color: rgb(139 92 246 / 0.95);
}

.active\:border-s-violet-600:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(124 58 237 / var(--tw-border-opacity));
}

.active\:border-s-violet-600\/0:active {
  border-inline-start-color: rgb(124 58 237 / 0);
}

.active\:border-s-violet-600\/10:active {
  border-inline-start-color: rgb(124 58 237 / 0.1);
}

.active\:border-s-violet-600\/100:active {
  border-inline-start-color: rgb(124 58 237 / 1);
}

.active\:border-s-violet-600\/20:active {
  border-inline-start-color: rgb(124 58 237 / 0.2);
}

.active\:border-s-violet-600\/25:active {
  border-inline-start-color: rgb(124 58 237 / 0.25);
}

.active\:border-s-violet-600\/30:active {
  border-inline-start-color: rgb(124 58 237 / 0.3);
}

.active\:border-s-violet-600\/40:active {
  border-inline-start-color: rgb(124 58 237 / 0.4);
}

.active\:border-s-violet-600\/5:active {
  border-inline-start-color: rgb(124 58 237 / 0.05);
}

.active\:border-s-violet-600\/50:active {
  border-inline-start-color: rgb(124 58 237 / 0.5);
}

.active\:border-s-violet-600\/60:active {
  border-inline-start-color: rgb(124 58 237 / 0.6);
}

.active\:border-s-violet-600\/70:active {
  border-inline-start-color: rgb(124 58 237 / 0.7);
}

.active\:border-s-violet-600\/75:active {
  border-inline-start-color: rgb(124 58 237 / 0.75);
}

.active\:border-s-violet-600\/80:active {
  border-inline-start-color: rgb(124 58 237 / 0.8);
}

.active\:border-s-violet-600\/90:active {
  border-inline-start-color: rgb(124 58 237 / 0.9);
}

.active\:border-s-violet-600\/95:active {
  border-inline-start-color: rgb(124 58 237 / 0.95);
}

.active\:border-s-violet-700:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(109 40 217 / var(--tw-border-opacity));
}

.active\:border-s-violet-700\/0:active {
  border-inline-start-color: rgb(109 40 217 / 0);
}

.active\:border-s-violet-700\/10:active {
  border-inline-start-color: rgb(109 40 217 / 0.1);
}

.active\:border-s-violet-700\/100:active {
  border-inline-start-color: rgb(109 40 217 / 1);
}

.active\:border-s-violet-700\/20:active {
  border-inline-start-color: rgb(109 40 217 / 0.2);
}

.active\:border-s-violet-700\/25:active {
  border-inline-start-color: rgb(109 40 217 / 0.25);
}

.active\:border-s-violet-700\/30:active {
  border-inline-start-color: rgb(109 40 217 / 0.3);
}

.active\:border-s-violet-700\/40:active {
  border-inline-start-color: rgb(109 40 217 / 0.4);
}

.active\:border-s-violet-700\/5:active {
  border-inline-start-color: rgb(109 40 217 / 0.05);
}

.active\:border-s-violet-700\/50:active {
  border-inline-start-color: rgb(109 40 217 / 0.5);
}

.active\:border-s-violet-700\/60:active {
  border-inline-start-color: rgb(109 40 217 / 0.6);
}

.active\:border-s-violet-700\/70:active {
  border-inline-start-color: rgb(109 40 217 / 0.7);
}

.active\:border-s-violet-700\/75:active {
  border-inline-start-color: rgb(109 40 217 / 0.75);
}

.active\:border-s-violet-700\/80:active {
  border-inline-start-color: rgb(109 40 217 / 0.8);
}

.active\:border-s-violet-700\/90:active {
  border-inline-start-color: rgb(109 40 217 / 0.9);
}

.active\:border-s-violet-700\/95:active {
  border-inline-start-color: rgb(109 40 217 / 0.95);
}

.active\:border-s-violet-800:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(91 33 182 / var(--tw-border-opacity));
}

.active\:border-s-violet-800\/0:active {
  border-inline-start-color: rgb(91 33 182 / 0);
}

.active\:border-s-violet-800\/10:active {
  border-inline-start-color: rgb(91 33 182 / 0.1);
}

.active\:border-s-violet-800\/100:active {
  border-inline-start-color: rgb(91 33 182 / 1);
}

.active\:border-s-violet-800\/20:active {
  border-inline-start-color: rgb(91 33 182 / 0.2);
}

.active\:border-s-violet-800\/25:active {
  border-inline-start-color: rgb(91 33 182 / 0.25);
}

.active\:border-s-violet-800\/30:active {
  border-inline-start-color: rgb(91 33 182 / 0.3);
}

.active\:border-s-violet-800\/40:active {
  border-inline-start-color: rgb(91 33 182 / 0.4);
}

.active\:border-s-violet-800\/5:active {
  border-inline-start-color: rgb(91 33 182 / 0.05);
}

.active\:border-s-violet-800\/50:active {
  border-inline-start-color: rgb(91 33 182 / 0.5);
}

.active\:border-s-violet-800\/60:active {
  border-inline-start-color: rgb(91 33 182 / 0.6);
}

.active\:border-s-violet-800\/70:active {
  border-inline-start-color: rgb(91 33 182 / 0.7);
}

.active\:border-s-violet-800\/75:active {
  border-inline-start-color: rgb(91 33 182 / 0.75);
}

.active\:border-s-violet-800\/80:active {
  border-inline-start-color: rgb(91 33 182 / 0.8);
}

.active\:border-s-violet-800\/90:active {
  border-inline-start-color: rgb(91 33 182 / 0.9);
}

.active\:border-s-violet-800\/95:active {
  border-inline-start-color: rgb(91 33 182 / 0.95);
}

.active\:border-s-violet-900:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(76 29 149 / var(--tw-border-opacity));
}

.active\:border-s-violet-900\/0:active {
  border-inline-start-color: rgb(76 29 149 / 0);
}

.active\:border-s-violet-900\/10:active {
  border-inline-start-color: rgb(76 29 149 / 0.1);
}

.active\:border-s-violet-900\/100:active {
  border-inline-start-color: rgb(76 29 149 / 1);
}

.active\:border-s-violet-900\/20:active {
  border-inline-start-color: rgb(76 29 149 / 0.2);
}

.active\:border-s-violet-900\/25:active {
  border-inline-start-color: rgb(76 29 149 / 0.25);
}

.active\:border-s-violet-900\/30:active {
  border-inline-start-color: rgb(76 29 149 / 0.3);
}

.active\:border-s-violet-900\/40:active {
  border-inline-start-color: rgb(76 29 149 / 0.4);
}

.active\:border-s-violet-900\/5:active {
  border-inline-start-color: rgb(76 29 149 / 0.05);
}

.active\:border-s-violet-900\/50:active {
  border-inline-start-color: rgb(76 29 149 / 0.5);
}

.active\:border-s-violet-900\/60:active {
  border-inline-start-color: rgb(76 29 149 / 0.6);
}

.active\:border-s-violet-900\/70:active {
  border-inline-start-color: rgb(76 29 149 / 0.7);
}

.active\:border-s-violet-900\/75:active {
  border-inline-start-color: rgb(76 29 149 / 0.75);
}

.active\:border-s-violet-900\/80:active {
  border-inline-start-color: rgb(76 29 149 / 0.8);
}

.active\:border-s-violet-900\/90:active {
  border-inline-start-color: rgb(76 29 149 / 0.9);
}

.active\:border-s-violet-900\/95:active {
  border-inline-start-color: rgb(76 29 149 / 0.95);
}

.active\:border-s-violet-950:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(46 16 101 / var(--tw-border-opacity));
}

.active\:border-s-violet-950\/0:active {
  border-inline-start-color: rgb(46 16 101 / 0);
}

.active\:border-s-violet-950\/10:active {
  border-inline-start-color: rgb(46 16 101 / 0.1);
}

.active\:border-s-violet-950\/100:active {
  border-inline-start-color: rgb(46 16 101 / 1);
}

.active\:border-s-violet-950\/20:active {
  border-inline-start-color: rgb(46 16 101 / 0.2);
}

.active\:border-s-violet-950\/25:active {
  border-inline-start-color: rgb(46 16 101 / 0.25);
}

.active\:border-s-violet-950\/30:active {
  border-inline-start-color: rgb(46 16 101 / 0.3);
}

.active\:border-s-violet-950\/40:active {
  border-inline-start-color: rgb(46 16 101 / 0.4);
}

.active\:border-s-violet-950\/5:active {
  border-inline-start-color: rgb(46 16 101 / 0.05);
}

.active\:border-s-violet-950\/50:active {
  border-inline-start-color: rgb(46 16 101 / 0.5);
}

.active\:border-s-violet-950\/60:active {
  border-inline-start-color: rgb(46 16 101 / 0.6);
}

.active\:border-s-violet-950\/70:active {
  border-inline-start-color: rgb(46 16 101 / 0.7);
}

.active\:border-s-violet-950\/75:active {
  border-inline-start-color: rgb(46 16 101 / 0.75);
}

.active\:border-s-violet-950\/80:active {
  border-inline-start-color: rgb(46 16 101 / 0.8);
}

.active\:border-s-violet-950\/90:active {
  border-inline-start-color: rgb(46 16 101 / 0.9);
}

.active\:border-s-violet-950\/95:active {
  border-inline-start-color: rgb(46 16 101 / 0.95);
}

.active\:border-s-white:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.active\:border-s-white\/0:active {
  border-inline-start-color: rgb(255 255 255 / 0);
}

.active\:border-s-white\/10:active {
  border-inline-start-color: rgb(255 255 255 / 0.1);
}

.active\:border-s-white\/100:active {
  border-inline-start-color: rgb(255 255 255 / 1);
}

.active\:border-s-white\/20:active {
  border-inline-start-color: rgb(255 255 255 / 0.2);
}

.active\:border-s-white\/25:active {
  border-inline-start-color: rgb(255 255 255 / 0.25);
}

.active\:border-s-white\/30:active {
  border-inline-start-color: rgb(255 255 255 / 0.3);
}

.active\:border-s-white\/40:active {
  border-inline-start-color: rgb(255 255 255 / 0.4);
}

.active\:border-s-white\/5:active {
  border-inline-start-color: rgb(255 255 255 / 0.05);
}

.active\:border-s-white\/50:active {
  border-inline-start-color: rgb(255 255 255 / 0.5);
}

.active\:border-s-white\/60:active {
  border-inline-start-color: rgb(255 255 255 / 0.6);
}

.active\:border-s-white\/70:active {
  border-inline-start-color: rgb(255 255 255 / 0.7);
}

.active\:border-s-white\/75:active {
  border-inline-start-color: rgb(255 255 255 / 0.75);
}

.active\:border-s-white\/80:active {
  border-inline-start-color: rgb(255 255 255 / 0.8);
}

.active\:border-s-white\/90:active {
  border-inline-start-color: rgb(255 255 255 / 0.9);
}

.active\:border-s-white\/95:active {
  border-inline-start-color: rgb(255 255 255 / 0.95);
}

.active\:border-s-work-identity-300:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(166 235 194 / var(--tw-border-opacity));
}

.active\:border-s-work-identity-300\/0:active {
  border-inline-start-color: rgb(166 235 194 / 0);
}

.active\:border-s-work-identity-300\/10:active {
  border-inline-start-color: rgb(166 235 194 / 0.1);
}

.active\:border-s-work-identity-300\/100:active {
  border-inline-start-color: rgb(166 235 194 / 1);
}

.active\:border-s-work-identity-300\/20:active {
  border-inline-start-color: rgb(166 235 194 / 0.2);
}

.active\:border-s-work-identity-300\/25:active {
  border-inline-start-color: rgb(166 235 194 / 0.25);
}

.active\:border-s-work-identity-300\/30:active {
  border-inline-start-color: rgb(166 235 194 / 0.3);
}

.active\:border-s-work-identity-300\/40:active {
  border-inline-start-color: rgb(166 235 194 / 0.4);
}

.active\:border-s-work-identity-300\/5:active {
  border-inline-start-color: rgb(166 235 194 / 0.05);
}

.active\:border-s-work-identity-300\/50:active {
  border-inline-start-color: rgb(166 235 194 / 0.5);
}

.active\:border-s-work-identity-300\/60:active {
  border-inline-start-color: rgb(166 235 194 / 0.6);
}

.active\:border-s-work-identity-300\/70:active {
  border-inline-start-color: rgb(166 235 194 / 0.7);
}

.active\:border-s-work-identity-300\/75:active {
  border-inline-start-color: rgb(166 235 194 / 0.75);
}

.active\:border-s-work-identity-300\/80:active {
  border-inline-start-color: rgb(166 235 194 / 0.8);
}

.active\:border-s-work-identity-300\/90:active {
  border-inline-start-color: rgb(166 235 194 / 0.9);
}

.active\:border-s-work-identity-300\/95:active {
  border-inline-start-color: rgb(166 235 194 / 0.95);
}

.active\:border-s-work-identity-400:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(83 221 139 / var(--tw-border-opacity));
}

.active\:border-s-work-identity-400\/0:active {
  border-inline-start-color: rgb(83 221 139 / 0);
}

.active\:border-s-work-identity-400\/10:active {
  border-inline-start-color: rgb(83 221 139 / 0.1);
}

.active\:border-s-work-identity-400\/100:active {
  border-inline-start-color: rgb(83 221 139 / 1);
}

.active\:border-s-work-identity-400\/20:active {
  border-inline-start-color: rgb(83 221 139 / 0.2);
}

.active\:border-s-work-identity-400\/25:active {
  border-inline-start-color: rgb(83 221 139 / 0.25);
}

.active\:border-s-work-identity-400\/30:active {
  border-inline-start-color: rgb(83 221 139 / 0.3);
}

.active\:border-s-work-identity-400\/40:active {
  border-inline-start-color: rgb(83 221 139 / 0.4);
}

.active\:border-s-work-identity-400\/5:active {
  border-inline-start-color: rgb(83 221 139 / 0.05);
}

.active\:border-s-work-identity-400\/50:active {
  border-inline-start-color: rgb(83 221 139 / 0.5);
}

.active\:border-s-work-identity-400\/60:active {
  border-inline-start-color: rgb(83 221 139 / 0.6);
}

.active\:border-s-work-identity-400\/70:active {
  border-inline-start-color: rgb(83 221 139 / 0.7);
}

.active\:border-s-work-identity-400\/75:active {
  border-inline-start-color: rgb(83 221 139 / 0.75);
}

.active\:border-s-work-identity-400\/80:active {
  border-inline-start-color: rgb(83 221 139 / 0.8);
}

.active\:border-s-work-identity-400\/90:active {
  border-inline-start-color: rgb(83 221 139 / 0.9);
}

.active\:border-s-work-identity-400\/95:active {
  border-inline-start-color: rgb(83 221 139 / 0.95);
}

.active\:border-s-work-identity-500:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(0 208 84 / var(--tw-border-opacity));
}

.active\:border-s-work-identity-500\/0:active {
  border-inline-start-color: rgb(0 208 84 / 0);
}

.active\:border-s-work-identity-500\/10:active {
  border-inline-start-color: rgb(0 208 84 / 0.1);
}

.active\:border-s-work-identity-500\/100:active {
  border-inline-start-color: rgb(0 208 84 / 1);
}

.active\:border-s-work-identity-500\/20:active {
  border-inline-start-color: rgb(0 208 84 / 0.2);
}

.active\:border-s-work-identity-500\/25:active {
  border-inline-start-color: rgb(0 208 84 / 0.25);
}

.active\:border-s-work-identity-500\/30:active {
  border-inline-start-color: rgb(0 208 84 / 0.3);
}

.active\:border-s-work-identity-500\/40:active {
  border-inline-start-color: rgb(0 208 84 / 0.4);
}

.active\:border-s-work-identity-500\/5:active {
  border-inline-start-color: rgb(0 208 84 / 0.05);
}

.active\:border-s-work-identity-500\/50:active {
  border-inline-start-color: rgb(0 208 84 / 0.5);
}

.active\:border-s-work-identity-500\/60:active {
  border-inline-start-color: rgb(0 208 84 / 0.6);
}

.active\:border-s-work-identity-500\/70:active {
  border-inline-start-color: rgb(0 208 84 / 0.7);
}

.active\:border-s-work-identity-500\/75:active {
  border-inline-start-color: rgb(0 208 84 / 0.75);
}

.active\:border-s-work-identity-500\/80:active {
  border-inline-start-color: rgb(0 208 84 / 0.8);
}

.active\:border-s-work-identity-500\/90:active {
  border-inline-start-color: rgb(0 208 84 / 0.9);
}

.active\:border-s-work-identity-500\/95:active {
  border-inline-start-color: rgb(0 208 84 / 0.95);
}

.active\:border-s-work-identity-900:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(249 249 249 / var(--tw-border-opacity));
}

.active\:border-s-work-identity-900\/0:active {
  border-inline-start-color: rgb(249 249 249 / 0);
}

.active\:border-s-work-identity-900\/10:active {
  border-inline-start-color: rgb(249 249 249 / 0.1);
}

.active\:border-s-work-identity-900\/100:active {
  border-inline-start-color: rgb(249 249 249 / 1);
}

.active\:border-s-work-identity-900\/20:active {
  border-inline-start-color: rgb(249 249 249 / 0.2);
}

.active\:border-s-work-identity-900\/25:active {
  border-inline-start-color: rgb(249 249 249 / 0.25);
}

.active\:border-s-work-identity-900\/30:active {
  border-inline-start-color: rgb(249 249 249 / 0.3);
}

.active\:border-s-work-identity-900\/40:active {
  border-inline-start-color: rgb(249 249 249 / 0.4);
}

.active\:border-s-work-identity-900\/5:active {
  border-inline-start-color: rgb(249 249 249 / 0.05);
}

.active\:border-s-work-identity-900\/50:active {
  border-inline-start-color: rgb(249 249 249 / 0.5);
}

.active\:border-s-work-identity-900\/60:active {
  border-inline-start-color: rgb(249 249 249 / 0.6);
}

.active\:border-s-work-identity-900\/70:active {
  border-inline-start-color: rgb(249 249 249 / 0.7);
}

.active\:border-s-work-identity-900\/75:active {
  border-inline-start-color: rgb(249 249 249 / 0.75);
}

.active\:border-s-work-identity-900\/80:active {
  border-inline-start-color: rgb(249 249 249 / 0.8);
}

.active\:border-s-work-identity-900\/90:active {
  border-inline-start-color: rgb(249 249 249 / 0.9);
}

.active\:border-s-work-identity-900\/95:active {
  border-inline-start-color: rgb(249 249 249 / 0.95);
}

.active\:border-s-yellow-100:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.active\:border-s-yellow-100\/0:active {
  border-inline-start-color: rgb(254 249 195 / 0);
}

.active\:border-s-yellow-100\/10:active {
  border-inline-start-color: rgb(254 249 195 / 0.1);
}

.active\:border-s-yellow-100\/100:active {
  border-inline-start-color: rgb(254 249 195 / 1);
}

.active\:border-s-yellow-100\/20:active {
  border-inline-start-color: rgb(254 249 195 / 0.2);
}

.active\:border-s-yellow-100\/25:active {
  border-inline-start-color: rgb(254 249 195 / 0.25);
}

.active\:border-s-yellow-100\/30:active {
  border-inline-start-color: rgb(254 249 195 / 0.3);
}

.active\:border-s-yellow-100\/40:active {
  border-inline-start-color: rgb(254 249 195 / 0.4);
}

.active\:border-s-yellow-100\/5:active {
  border-inline-start-color: rgb(254 249 195 / 0.05);
}

.active\:border-s-yellow-100\/50:active {
  border-inline-start-color: rgb(254 249 195 / 0.5);
}

.active\:border-s-yellow-100\/60:active {
  border-inline-start-color: rgb(254 249 195 / 0.6);
}

.active\:border-s-yellow-100\/70:active {
  border-inline-start-color: rgb(254 249 195 / 0.7);
}

.active\:border-s-yellow-100\/75:active {
  border-inline-start-color: rgb(254 249 195 / 0.75);
}

.active\:border-s-yellow-100\/80:active {
  border-inline-start-color: rgb(254 249 195 / 0.8);
}

.active\:border-s-yellow-100\/90:active {
  border-inline-start-color: rgb(254 249 195 / 0.9);
}

.active\:border-s-yellow-100\/95:active {
  border-inline-start-color: rgb(254 249 195 / 0.95);
}

.active\:border-s-yellow-200:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.active\:border-s-yellow-200\/0:active {
  border-inline-start-color: rgb(254 240 138 / 0);
}

.active\:border-s-yellow-200\/10:active {
  border-inline-start-color: rgb(254 240 138 / 0.1);
}

.active\:border-s-yellow-200\/100:active {
  border-inline-start-color: rgb(254 240 138 / 1);
}

.active\:border-s-yellow-200\/20:active {
  border-inline-start-color: rgb(254 240 138 / 0.2);
}

.active\:border-s-yellow-200\/25:active {
  border-inline-start-color: rgb(254 240 138 / 0.25);
}

.active\:border-s-yellow-200\/30:active {
  border-inline-start-color: rgb(254 240 138 / 0.3);
}

.active\:border-s-yellow-200\/40:active {
  border-inline-start-color: rgb(254 240 138 / 0.4);
}

.active\:border-s-yellow-200\/5:active {
  border-inline-start-color: rgb(254 240 138 / 0.05);
}

.active\:border-s-yellow-200\/50:active {
  border-inline-start-color: rgb(254 240 138 / 0.5);
}

.active\:border-s-yellow-200\/60:active {
  border-inline-start-color: rgb(254 240 138 / 0.6);
}

.active\:border-s-yellow-200\/70:active {
  border-inline-start-color: rgb(254 240 138 / 0.7);
}

.active\:border-s-yellow-200\/75:active {
  border-inline-start-color: rgb(254 240 138 / 0.75);
}

.active\:border-s-yellow-200\/80:active {
  border-inline-start-color: rgb(254 240 138 / 0.8);
}

.active\:border-s-yellow-200\/90:active {
  border-inline-start-color: rgb(254 240 138 / 0.9);
}

.active\:border-s-yellow-200\/95:active {
  border-inline-start-color: rgb(254 240 138 / 0.95);
}

.active\:border-s-yellow-300:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.active\:border-s-yellow-300\/0:active {
  border-inline-start-color: rgb(253 224 71 / 0);
}

.active\:border-s-yellow-300\/10:active {
  border-inline-start-color: rgb(253 224 71 / 0.1);
}

.active\:border-s-yellow-300\/100:active {
  border-inline-start-color: rgb(253 224 71 / 1);
}

.active\:border-s-yellow-300\/20:active {
  border-inline-start-color: rgb(253 224 71 / 0.2);
}

.active\:border-s-yellow-300\/25:active {
  border-inline-start-color: rgb(253 224 71 / 0.25);
}

.active\:border-s-yellow-300\/30:active {
  border-inline-start-color: rgb(253 224 71 / 0.3);
}

.active\:border-s-yellow-300\/40:active {
  border-inline-start-color: rgb(253 224 71 / 0.4);
}

.active\:border-s-yellow-300\/5:active {
  border-inline-start-color: rgb(253 224 71 / 0.05);
}

.active\:border-s-yellow-300\/50:active {
  border-inline-start-color: rgb(253 224 71 / 0.5);
}

.active\:border-s-yellow-300\/60:active {
  border-inline-start-color: rgb(253 224 71 / 0.6);
}

.active\:border-s-yellow-300\/70:active {
  border-inline-start-color: rgb(253 224 71 / 0.7);
}

.active\:border-s-yellow-300\/75:active {
  border-inline-start-color: rgb(253 224 71 / 0.75);
}

.active\:border-s-yellow-300\/80:active {
  border-inline-start-color: rgb(253 224 71 / 0.8);
}

.active\:border-s-yellow-300\/90:active {
  border-inline-start-color: rgb(253 224 71 / 0.9);
}

.active\:border-s-yellow-300\/95:active {
  border-inline-start-color: rgb(253 224 71 / 0.95);
}

.active\:border-s-yellow-400:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.active\:border-s-yellow-400\/0:active {
  border-inline-start-color: rgb(250 204 21 / 0);
}

.active\:border-s-yellow-400\/10:active {
  border-inline-start-color: rgb(250 204 21 / 0.1);
}

.active\:border-s-yellow-400\/100:active {
  border-inline-start-color: rgb(250 204 21 / 1);
}

.active\:border-s-yellow-400\/20:active {
  border-inline-start-color: rgb(250 204 21 / 0.2);
}

.active\:border-s-yellow-400\/25:active {
  border-inline-start-color: rgb(250 204 21 / 0.25);
}

.active\:border-s-yellow-400\/30:active {
  border-inline-start-color: rgb(250 204 21 / 0.3);
}

.active\:border-s-yellow-400\/40:active {
  border-inline-start-color: rgb(250 204 21 / 0.4);
}

.active\:border-s-yellow-400\/5:active {
  border-inline-start-color: rgb(250 204 21 / 0.05);
}

.active\:border-s-yellow-400\/50:active {
  border-inline-start-color: rgb(250 204 21 / 0.5);
}

.active\:border-s-yellow-400\/60:active {
  border-inline-start-color: rgb(250 204 21 / 0.6);
}

.active\:border-s-yellow-400\/70:active {
  border-inline-start-color: rgb(250 204 21 / 0.7);
}

.active\:border-s-yellow-400\/75:active {
  border-inline-start-color: rgb(250 204 21 / 0.75);
}

.active\:border-s-yellow-400\/80:active {
  border-inline-start-color: rgb(250 204 21 / 0.8);
}

.active\:border-s-yellow-400\/90:active {
  border-inline-start-color: rgb(250 204 21 / 0.9);
}

.active\:border-s-yellow-400\/95:active {
  border-inline-start-color: rgb(250 204 21 / 0.95);
}

.active\:border-s-yellow-50:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.active\:border-s-yellow-50\/0:active {
  border-inline-start-color: rgb(254 252 232 / 0);
}

.active\:border-s-yellow-50\/10:active {
  border-inline-start-color: rgb(254 252 232 / 0.1);
}

.active\:border-s-yellow-50\/100:active {
  border-inline-start-color: rgb(254 252 232 / 1);
}

.active\:border-s-yellow-50\/20:active {
  border-inline-start-color: rgb(254 252 232 / 0.2);
}

.active\:border-s-yellow-50\/25:active {
  border-inline-start-color: rgb(254 252 232 / 0.25);
}

.active\:border-s-yellow-50\/30:active {
  border-inline-start-color: rgb(254 252 232 / 0.3);
}

.active\:border-s-yellow-50\/40:active {
  border-inline-start-color: rgb(254 252 232 / 0.4);
}

.active\:border-s-yellow-50\/5:active {
  border-inline-start-color: rgb(254 252 232 / 0.05);
}

.active\:border-s-yellow-50\/50:active {
  border-inline-start-color: rgb(254 252 232 / 0.5);
}

.active\:border-s-yellow-50\/60:active {
  border-inline-start-color: rgb(254 252 232 / 0.6);
}

.active\:border-s-yellow-50\/70:active {
  border-inline-start-color: rgb(254 252 232 / 0.7);
}

.active\:border-s-yellow-50\/75:active {
  border-inline-start-color: rgb(254 252 232 / 0.75);
}

.active\:border-s-yellow-50\/80:active {
  border-inline-start-color: rgb(254 252 232 / 0.8);
}

.active\:border-s-yellow-50\/90:active {
  border-inline-start-color: rgb(254 252 232 / 0.9);
}

.active\:border-s-yellow-50\/95:active {
  border-inline-start-color: rgb(254 252 232 / 0.95);
}

.active\:border-s-yellow-500:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.active\:border-s-yellow-500\/0:active {
  border-inline-start-color: rgb(234 179 8 / 0);
}

.active\:border-s-yellow-500\/10:active {
  border-inline-start-color: rgb(234 179 8 / 0.1);
}

.active\:border-s-yellow-500\/100:active {
  border-inline-start-color: rgb(234 179 8 / 1);
}

.active\:border-s-yellow-500\/20:active {
  border-inline-start-color: rgb(234 179 8 / 0.2);
}

.active\:border-s-yellow-500\/25:active {
  border-inline-start-color: rgb(234 179 8 / 0.25);
}

.active\:border-s-yellow-500\/30:active {
  border-inline-start-color: rgb(234 179 8 / 0.3);
}

.active\:border-s-yellow-500\/40:active {
  border-inline-start-color: rgb(234 179 8 / 0.4);
}

.active\:border-s-yellow-500\/5:active {
  border-inline-start-color: rgb(234 179 8 / 0.05);
}

.active\:border-s-yellow-500\/50:active {
  border-inline-start-color: rgb(234 179 8 / 0.5);
}

.active\:border-s-yellow-500\/60:active {
  border-inline-start-color: rgb(234 179 8 / 0.6);
}

.active\:border-s-yellow-500\/70:active {
  border-inline-start-color: rgb(234 179 8 / 0.7);
}

.active\:border-s-yellow-500\/75:active {
  border-inline-start-color: rgb(234 179 8 / 0.75);
}

.active\:border-s-yellow-500\/80:active {
  border-inline-start-color: rgb(234 179 8 / 0.8);
}

.active\:border-s-yellow-500\/90:active {
  border-inline-start-color: rgb(234 179 8 / 0.9);
}

.active\:border-s-yellow-500\/95:active {
  border-inline-start-color: rgb(234 179 8 / 0.95);
}

.active\:border-s-yellow-600:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.active\:border-s-yellow-600\/0:active {
  border-inline-start-color: rgb(202 138 4 / 0);
}

.active\:border-s-yellow-600\/10:active {
  border-inline-start-color: rgb(202 138 4 / 0.1);
}

.active\:border-s-yellow-600\/100:active {
  border-inline-start-color: rgb(202 138 4 / 1);
}

.active\:border-s-yellow-600\/20:active {
  border-inline-start-color: rgb(202 138 4 / 0.2);
}

.active\:border-s-yellow-600\/25:active {
  border-inline-start-color: rgb(202 138 4 / 0.25);
}

.active\:border-s-yellow-600\/30:active {
  border-inline-start-color: rgb(202 138 4 / 0.3);
}

.active\:border-s-yellow-600\/40:active {
  border-inline-start-color: rgb(202 138 4 / 0.4);
}

.active\:border-s-yellow-600\/5:active {
  border-inline-start-color: rgb(202 138 4 / 0.05);
}

.active\:border-s-yellow-600\/50:active {
  border-inline-start-color: rgb(202 138 4 / 0.5);
}

.active\:border-s-yellow-600\/60:active {
  border-inline-start-color: rgb(202 138 4 / 0.6);
}

.active\:border-s-yellow-600\/70:active {
  border-inline-start-color: rgb(202 138 4 / 0.7);
}

.active\:border-s-yellow-600\/75:active {
  border-inline-start-color: rgb(202 138 4 / 0.75);
}

.active\:border-s-yellow-600\/80:active {
  border-inline-start-color: rgb(202 138 4 / 0.8);
}

.active\:border-s-yellow-600\/90:active {
  border-inline-start-color: rgb(202 138 4 / 0.9);
}

.active\:border-s-yellow-600\/95:active {
  border-inline-start-color: rgb(202 138 4 / 0.95);
}

.active\:border-s-yellow-700:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.active\:border-s-yellow-700\/0:active {
  border-inline-start-color: rgb(161 98 7 / 0);
}

.active\:border-s-yellow-700\/10:active {
  border-inline-start-color: rgb(161 98 7 / 0.1);
}

.active\:border-s-yellow-700\/100:active {
  border-inline-start-color: rgb(161 98 7 / 1);
}

.active\:border-s-yellow-700\/20:active {
  border-inline-start-color: rgb(161 98 7 / 0.2);
}

.active\:border-s-yellow-700\/25:active {
  border-inline-start-color: rgb(161 98 7 / 0.25);
}

.active\:border-s-yellow-700\/30:active {
  border-inline-start-color: rgb(161 98 7 / 0.3);
}

.active\:border-s-yellow-700\/40:active {
  border-inline-start-color: rgb(161 98 7 / 0.4);
}

.active\:border-s-yellow-700\/5:active {
  border-inline-start-color: rgb(161 98 7 / 0.05);
}

.active\:border-s-yellow-700\/50:active {
  border-inline-start-color: rgb(161 98 7 / 0.5);
}

.active\:border-s-yellow-700\/60:active {
  border-inline-start-color: rgb(161 98 7 / 0.6);
}

.active\:border-s-yellow-700\/70:active {
  border-inline-start-color: rgb(161 98 7 / 0.7);
}

.active\:border-s-yellow-700\/75:active {
  border-inline-start-color: rgb(161 98 7 / 0.75);
}

.active\:border-s-yellow-700\/80:active {
  border-inline-start-color: rgb(161 98 7 / 0.8);
}

.active\:border-s-yellow-700\/90:active {
  border-inline-start-color: rgb(161 98 7 / 0.9);
}

.active\:border-s-yellow-700\/95:active {
  border-inline-start-color: rgb(161 98 7 / 0.95);
}

.active\:border-s-yellow-800:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.active\:border-s-yellow-800\/0:active {
  border-inline-start-color: rgb(133 77 14 / 0);
}

.active\:border-s-yellow-800\/10:active {
  border-inline-start-color: rgb(133 77 14 / 0.1);
}

.active\:border-s-yellow-800\/100:active {
  border-inline-start-color: rgb(133 77 14 / 1);
}

.active\:border-s-yellow-800\/20:active {
  border-inline-start-color: rgb(133 77 14 / 0.2);
}

.active\:border-s-yellow-800\/25:active {
  border-inline-start-color: rgb(133 77 14 / 0.25);
}

.active\:border-s-yellow-800\/30:active {
  border-inline-start-color: rgb(133 77 14 / 0.3);
}

.active\:border-s-yellow-800\/40:active {
  border-inline-start-color: rgb(133 77 14 / 0.4);
}

.active\:border-s-yellow-800\/5:active {
  border-inline-start-color: rgb(133 77 14 / 0.05);
}

.active\:border-s-yellow-800\/50:active {
  border-inline-start-color: rgb(133 77 14 / 0.5);
}

.active\:border-s-yellow-800\/60:active {
  border-inline-start-color: rgb(133 77 14 / 0.6);
}

.active\:border-s-yellow-800\/70:active {
  border-inline-start-color: rgb(133 77 14 / 0.7);
}

.active\:border-s-yellow-800\/75:active {
  border-inline-start-color: rgb(133 77 14 / 0.75);
}

.active\:border-s-yellow-800\/80:active {
  border-inline-start-color: rgb(133 77 14 / 0.8);
}

.active\:border-s-yellow-800\/90:active {
  border-inline-start-color: rgb(133 77 14 / 0.9);
}

.active\:border-s-yellow-800\/95:active {
  border-inline-start-color: rgb(133 77 14 / 0.95);
}

.active\:border-s-yellow-900:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.active\:border-s-yellow-900\/0:active {
  border-inline-start-color: rgb(113 63 18 / 0);
}

.active\:border-s-yellow-900\/10:active {
  border-inline-start-color: rgb(113 63 18 / 0.1);
}

.active\:border-s-yellow-900\/100:active {
  border-inline-start-color: rgb(113 63 18 / 1);
}

.active\:border-s-yellow-900\/20:active {
  border-inline-start-color: rgb(113 63 18 / 0.2);
}

.active\:border-s-yellow-900\/25:active {
  border-inline-start-color: rgb(113 63 18 / 0.25);
}

.active\:border-s-yellow-900\/30:active {
  border-inline-start-color: rgb(113 63 18 / 0.3);
}

.active\:border-s-yellow-900\/40:active {
  border-inline-start-color: rgb(113 63 18 / 0.4);
}

.active\:border-s-yellow-900\/5:active {
  border-inline-start-color: rgb(113 63 18 / 0.05);
}

.active\:border-s-yellow-900\/50:active {
  border-inline-start-color: rgb(113 63 18 / 0.5);
}

.active\:border-s-yellow-900\/60:active {
  border-inline-start-color: rgb(113 63 18 / 0.6);
}

.active\:border-s-yellow-900\/70:active {
  border-inline-start-color: rgb(113 63 18 / 0.7);
}

.active\:border-s-yellow-900\/75:active {
  border-inline-start-color: rgb(113 63 18 / 0.75);
}

.active\:border-s-yellow-900\/80:active {
  border-inline-start-color: rgb(113 63 18 / 0.8);
}

.active\:border-s-yellow-900\/90:active {
  border-inline-start-color: rgb(113 63 18 / 0.9);
}

.active\:border-s-yellow-900\/95:active {
  border-inline-start-color: rgb(113 63 18 / 0.95);
}

.active\:border-s-yellow-950:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.active\:border-s-yellow-950\/0:active {
  border-inline-start-color: rgb(66 32 6 / 0);
}

.active\:border-s-yellow-950\/10:active {
  border-inline-start-color: rgb(66 32 6 / 0.1);
}

.active\:border-s-yellow-950\/100:active {
  border-inline-start-color: rgb(66 32 6 / 1);
}

.active\:border-s-yellow-950\/20:active {
  border-inline-start-color: rgb(66 32 6 / 0.2);
}

.active\:border-s-yellow-950\/25:active {
  border-inline-start-color: rgb(66 32 6 / 0.25);
}

.active\:border-s-yellow-950\/30:active {
  border-inline-start-color: rgb(66 32 6 / 0.3);
}

.active\:border-s-yellow-950\/40:active {
  border-inline-start-color: rgb(66 32 6 / 0.4);
}

.active\:border-s-yellow-950\/5:active {
  border-inline-start-color: rgb(66 32 6 / 0.05);
}

.active\:border-s-yellow-950\/50:active {
  border-inline-start-color: rgb(66 32 6 / 0.5);
}

.active\:border-s-yellow-950\/60:active {
  border-inline-start-color: rgb(66 32 6 / 0.6);
}

.active\:border-s-yellow-950\/70:active {
  border-inline-start-color: rgb(66 32 6 / 0.7);
}

.active\:border-s-yellow-950\/75:active {
  border-inline-start-color: rgb(66 32 6 / 0.75);
}

.active\:border-s-yellow-950\/80:active {
  border-inline-start-color: rgb(66 32 6 / 0.8);
}

.active\:border-s-yellow-950\/90:active {
  border-inline-start-color: rgb(66 32 6 / 0.9);
}

.active\:border-s-yellow-950\/95:active {
  border-inline-start-color: rgb(66 32 6 / 0.95);
}

.active\:border-s-zinc-100:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(244 244 245 / var(--tw-border-opacity));
}

.active\:border-s-zinc-100\/0:active {
  border-inline-start-color: rgb(244 244 245 / 0);
}

.active\:border-s-zinc-100\/10:active {
  border-inline-start-color: rgb(244 244 245 / 0.1);
}

.active\:border-s-zinc-100\/100:active {
  border-inline-start-color: rgb(244 244 245 / 1);
}

.active\:border-s-zinc-100\/20:active {
  border-inline-start-color: rgb(244 244 245 / 0.2);
}

.active\:border-s-zinc-100\/25:active {
  border-inline-start-color: rgb(244 244 245 / 0.25);
}

.active\:border-s-zinc-100\/30:active {
  border-inline-start-color: rgb(244 244 245 / 0.3);
}

.active\:border-s-zinc-100\/40:active {
  border-inline-start-color: rgb(244 244 245 / 0.4);
}

.active\:border-s-zinc-100\/5:active {
  border-inline-start-color: rgb(244 244 245 / 0.05);
}

.active\:border-s-zinc-100\/50:active {
  border-inline-start-color: rgb(244 244 245 / 0.5);
}

.active\:border-s-zinc-100\/60:active {
  border-inline-start-color: rgb(244 244 245 / 0.6);
}

.active\:border-s-zinc-100\/70:active {
  border-inline-start-color: rgb(244 244 245 / 0.7);
}

.active\:border-s-zinc-100\/75:active {
  border-inline-start-color: rgb(244 244 245 / 0.75);
}

.active\:border-s-zinc-100\/80:active {
  border-inline-start-color: rgb(244 244 245 / 0.8);
}

.active\:border-s-zinc-100\/90:active {
  border-inline-start-color: rgb(244 244 245 / 0.9);
}

.active\:border-s-zinc-100\/95:active {
  border-inline-start-color: rgb(244 244 245 / 0.95);
}

.active\:border-s-zinc-200:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.active\:border-s-zinc-200\/0:active {
  border-inline-start-color: rgb(228 228 231 / 0);
}

.active\:border-s-zinc-200\/10:active {
  border-inline-start-color: rgb(228 228 231 / 0.1);
}

.active\:border-s-zinc-200\/100:active {
  border-inline-start-color: rgb(228 228 231 / 1);
}

.active\:border-s-zinc-200\/20:active {
  border-inline-start-color: rgb(228 228 231 / 0.2);
}

.active\:border-s-zinc-200\/25:active {
  border-inline-start-color: rgb(228 228 231 / 0.25);
}

.active\:border-s-zinc-200\/30:active {
  border-inline-start-color: rgb(228 228 231 / 0.3);
}

.active\:border-s-zinc-200\/40:active {
  border-inline-start-color: rgb(228 228 231 / 0.4);
}

.active\:border-s-zinc-200\/5:active {
  border-inline-start-color: rgb(228 228 231 / 0.05);
}

.active\:border-s-zinc-200\/50:active {
  border-inline-start-color: rgb(228 228 231 / 0.5);
}

.active\:border-s-zinc-200\/60:active {
  border-inline-start-color: rgb(228 228 231 / 0.6);
}

.active\:border-s-zinc-200\/70:active {
  border-inline-start-color: rgb(228 228 231 / 0.7);
}

.active\:border-s-zinc-200\/75:active {
  border-inline-start-color: rgb(228 228 231 / 0.75);
}

.active\:border-s-zinc-200\/80:active {
  border-inline-start-color: rgb(228 228 231 / 0.8);
}

.active\:border-s-zinc-200\/90:active {
  border-inline-start-color: rgb(228 228 231 / 0.9);
}

.active\:border-s-zinc-200\/95:active {
  border-inline-start-color: rgb(228 228 231 / 0.95);
}

.active\:border-s-zinc-300:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.active\:border-s-zinc-300\/0:active {
  border-inline-start-color: rgb(212 212 216 / 0);
}

.active\:border-s-zinc-300\/10:active {
  border-inline-start-color: rgb(212 212 216 / 0.1);
}

.active\:border-s-zinc-300\/100:active {
  border-inline-start-color: rgb(212 212 216 / 1);
}

.active\:border-s-zinc-300\/20:active {
  border-inline-start-color: rgb(212 212 216 / 0.2);
}

.active\:border-s-zinc-300\/25:active {
  border-inline-start-color: rgb(212 212 216 / 0.25);
}

.active\:border-s-zinc-300\/30:active {
  border-inline-start-color: rgb(212 212 216 / 0.3);
}

.active\:border-s-zinc-300\/40:active {
  border-inline-start-color: rgb(212 212 216 / 0.4);
}

.active\:border-s-zinc-300\/5:active {
  border-inline-start-color: rgb(212 212 216 / 0.05);
}

.active\:border-s-zinc-300\/50:active {
  border-inline-start-color: rgb(212 212 216 / 0.5);
}

.active\:border-s-zinc-300\/60:active {
  border-inline-start-color: rgb(212 212 216 / 0.6);
}

.active\:border-s-zinc-300\/70:active {
  border-inline-start-color: rgb(212 212 216 / 0.7);
}

.active\:border-s-zinc-300\/75:active {
  border-inline-start-color: rgb(212 212 216 / 0.75);
}

.active\:border-s-zinc-300\/80:active {
  border-inline-start-color: rgb(212 212 216 / 0.8);
}

.active\:border-s-zinc-300\/90:active {
  border-inline-start-color: rgb(212 212 216 / 0.9);
}

.active\:border-s-zinc-300\/95:active {
  border-inline-start-color: rgb(212 212 216 / 0.95);
}

.active\:border-s-zinc-400:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.active\:border-s-zinc-400\/0:active {
  border-inline-start-color: rgb(161 161 170 / 0);
}

.active\:border-s-zinc-400\/10:active {
  border-inline-start-color: rgb(161 161 170 / 0.1);
}

.active\:border-s-zinc-400\/100:active {
  border-inline-start-color: rgb(161 161 170 / 1);
}

.active\:border-s-zinc-400\/20:active {
  border-inline-start-color: rgb(161 161 170 / 0.2);
}

.active\:border-s-zinc-400\/25:active {
  border-inline-start-color: rgb(161 161 170 / 0.25);
}

.active\:border-s-zinc-400\/30:active {
  border-inline-start-color: rgb(161 161 170 / 0.3);
}

.active\:border-s-zinc-400\/40:active {
  border-inline-start-color: rgb(161 161 170 / 0.4);
}

.active\:border-s-zinc-400\/5:active {
  border-inline-start-color: rgb(161 161 170 / 0.05);
}

.active\:border-s-zinc-400\/50:active {
  border-inline-start-color: rgb(161 161 170 / 0.5);
}

.active\:border-s-zinc-400\/60:active {
  border-inline-start-color: rgb(161 161 170 / 0.6);
}

.active\:border-s-zinc-400\/70:active {
  border-inline-start-color: rgb(161 161 170 / 0.7);
}

.active\:border-s-zinc-400\/75:active {
  border-inline-start-color: rgb(161 161 170 / 0.75);
}

.active\:border-s-zinc-400\/80:active {
  border-inline-start-color: rgb(161 161 170 / 0.8);
}

.active\:border-s-zinc-400\/90:active {
  border-inline-start-color: rgb(161 161 170 / 0.9);
}

.active\:border-s-zinc-400\/95:active {
  border-inline-start-color: rgb(161 161 170 / 0.95);
}

.active\:border-s-zinc-50:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.active\:border-s-zinc-50\/0:active {
  border-inline-start-color: rgb(250 250 250 / 0);
}

.active\:border-s-zinc-50\/10:active {
  border-inline-start-color: rgb(250 250 250 / 0.1);
}

.active\:border-s-zinc-50\/100:active {
  border-inline-start-color: rgb(250 250 250 / 1);
}

.active\:border-s-zinc-50\/20:active {
  border-inline-start-color: rgb(250 250 250 / 0.2);
}

.active\:border-s-zinc-50\/25:active {
  border-inline-start-color: rgb(250 250 250 / 0.25);
}

.active\:border-s-zinc-50\/30:active {
  border-inline-start-color: rgb(250 250 250 / 0.3);
}

.active\:border-s-zinc-50\/40:active {
  border-inline-start-color: rgb(250 250 250 / 0.4);
}

.active\:border-s-zinc-50\/5:active {
  border-inline-start-color: rgb(250 250 250 / 0.05);
}

.active\:border-s-zinc-50\/50:active {
  border-inline-start-color: rgb(250 250 250 / 0.5);
}

.active\:border-s-zinc-50\/60:active {
  border-inline-start-color: rgb(250 250 250 / 0.6);
}

.active\:border-s-zinc-50\/70:active {
  border-inline-start-color: rgb(250 250 250 / 0.7);
}

.active\:border-s-zinc-50\/75:active {
  border-inline-start-color: rgb(250 250 250 / 0.75);
}

.active\:border-s-zinc-50\/80:active {
  border-inline-start-color: rgb(250 250 250 / 0.8);
}

.active\:border-s-zinc-50\/90:active {
  border-inline-start-color: rgb(250 250 250 / 0.9);
}

.active\:border-s-zinc-50\/95:active {
  border-inline-start-color: rgb(250 250 250 / 0.95);
}

.active\:border-s-zinc-500:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(113 113 122 / var(--tw-border-opacity));
}

.active\:border-s-zinc-500\/0:active {
  border-inline-start-color: rgb(113 113 122 / 0);
}

.active\:border-s-zinc-500\/10:active {
  border-inline-start-color: rgb(113 113 122 / 0.1);
}

.active\:border-s-zinc-500\/100:active {
  border-inline-start-color: rgb(113 113 122 / 1);
}

.active\:border-s-zinc-500\/20:active {
  border-inline-start-color: rgb(113 113 122 / 0.2);
}

.active\:border-s-zinc-500\/25:active {
  border-inline-start-color: rgb(113 113 122 / 0.25);
}

.active\:border-s-zinc-500\/30:active {
  border-inline-start-color: rgb(113 113 122 / 0.3);
}

.active\:border-s-zinc-500\/40:active {
  border-inline-start-color: rgb(113 113 122 / 0.4);
}

.active\:border-s-zinc-500\/5:active {
  border-inline-start-color: rgb(113 113 122 / 0.05);
}

.active\:border-s-zinc-500\/50:active {
  border-inline-start-color: rgb(113 113 122 / 0.5);
}

.active\:border-s-zinc-500\/60:active {
  border-inline-start-color: rgb(113 113 122 / 0.6);
}

.active\:border-s-zinc-500\/70:active {
  border-inline-start-color: rgb(113 113 122 / 0.7);
}

.active\:border-s-zinc-500\/75:active {
  border-inline-start-color: rgb(113 113 122 / 0.75);
}

.active\:border-s-zinc-500\/80:active {
  border-inline-start-color: rgb(113 113 122 / 0.8);
}

.active\:border-s-zinc-500\/90:active {
  border-inline-start-color: rgb(113 113 122 / 0.9);
}

.active\:border-s-zinc-500\/95:active {
  border-inline-start-color: rgb(113 113 122 / 0.95);
}

.active\:border-s-zinc-600:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(82 82 91 / var(--tw-border-opacity));
}

.active\:border-s-zinc-600\/0:active {
  border-inline-start-color: rgb(82 82 91 / 0);
}

.active\:border-s-zinc-600\/10:active {
  border-inline-start-color: rgb(82 82 91 / 0.1);
}

.active\:border-s-zinc-600\/100:active {
  border-inline-start-color: rgb(82 82 91 / 1);
}

.active\:border-s-zinc-600\/20:active {
  border-inline-start-color: rgb(82 82 91 / 0.2);
}

.active\:border-s-zinc-600\/25:active {
  border-inline-start-color: rgb(82 82 91 / 0.25);
}

.active\:border-s-zinc-600\/30:active {
  border-inline-start-color: rgb(82 82 91 / 0.3);
}

.active\:border-s-zinc-600\/40:active {
  border-inline-start-color: rgb(82 82 91 / 0.4);
}

.active\:border-s-zinc-600\/5:active {
  border-inline-start-color: rgb(82 82 91 / 0.05);
}

.active\:border-s-zinc-600\/50:active {
  border-inline-start-color: rgb(82 82 91 / 0.5);
}

.active\:border-s-zinc-600\/60:active {
  border-inline-start-color: rgb(82 82 91 / 0.6);
}

.active\:border-s-zinc-600\/70:active {
  border-inline-start-color: rgb(82 82 91 / 0.7);
}

.active\:border-s-zinc-600\/75:active {
  border-inline-start-color: rgb(82 82 91 / 0.75);
}

.active\:border-s-zinc-600\/80:active {
  border-inline-start-color: rgb(82 82 91 / 0.8);
}

.active\:border-s-zinc-600\/90:active {
  border-inline-start-color: rgb(82 82 91 / 0.9);
}

.active\:border-s-zinc-600\/95:active {
  border-inline-start-color: rgb(82 82 91 / 0.95);
}

.active\:border-s-zinc-700:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.active\:border-s-zinc-700\/0:active {
  border-inline-start-color: rgb(63 63 70 / 0);
}

.active\:border-s-zinc-700\/10:active {
  border-inline-start-color: rgb(63 63 70 / 0.1);
}

.active\:border-s-zinc-700\/100:active {
  border-inline-start-color: rgb(63 63 70 / 1);
}

.active\:border-s-zinc-700\/20:active {
  border-inline-start-color: rgb(63 63 70 / 0.2);
}

.active\:border-s-zinc-700\/25:active {
  border-inline-start-color: rgb(63 63 70 / 0.25);
}

.active\:border-s-zinc-700\/30:active {
  border-inline-start-color: rgb(63 63 70 / 0.3);
}

.active\:border-s-zinc-700\/40:active {
  border-inline-start-color: rgb(63 63 70 / 0.4);
}

.active\:border-s-zinc-700\/5:active {
  border-inline-start-color: rgb(63 63 70 / 0.05);
}

.active\:border-s-zinc-700\/50:active {
  border-inline-start-color: rgb(63 63 70 / 0.5);
}

.active\:border-s-zinc-700\/60:active {
  border-inline-start-color: rgb(63 63 70 / 0.6);
}

.active\:border-s-zinc-700\/70:active {
  border-inline-start-color: rgb(63 63 70 / 0.7);
}

.active\:border-s-zinc-700\/75:active {
  border-inline-start-color: rgb(63 63 70 / 0.75);
}

.active\:border-s-zinc-700\/80:active {
  border-inline-start-color: rgb(63 63 70 / 0.8);
}

.active\:border-s-zinc-700\/90:active {
  border-inline-start-color: rgb(63 63 70 / 0.9);
}

.active\:border-s-zinc-700\/95:active {
  border-inline-start-color: rgb(63 63 70 / 0.95);
}

.active\:border-s-zinc-800:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(39 39 42 / var(--tw-border-opacity));
}

.active\:border-s-zinc-800\/0:active {
  border-inline-start-color: rgb(39 39 42 / 0);
}

.active\:border-s-zinc-800\/10:active {
  border-inline-start-color: rgb(39 39 42 / 0.1);
}

.active\:border-s-zinc-800\/100:active {
  border-inline-start-color: rgb(39 39 42 / 1);
}

.active\:border-s-zinc-800\/20:active {
  border-inline-start-color: rgb(39 39 42 / 0.2);
}

.active\:border-s-zinc-800\/25:active {
  border-inline-start-color: rgb(39 39 42 / 0.25);
}

.active\:border-s-zinc-800\/30:active {
  border-inline-start-color: rgb(39 39 42 / 0.3);
}

.active\:border-s-zinc-800\/40:active {
  border-inline-start-color: rgb(39 39 42 / 0.4);
}

.active\:border-s-zinc-800\/5:active {
  border-inline-start-color: rgb(39 39 42 / 0.05);
}

.active\:border-s-zinc-800\/50:active {
  border-inline-start-color: rgb(39 39 42 / 0.5);
}

.active\:border-s-zinc-800\/60:active {
  border-inline-start-color: rgb(39 39 42 / 0.6);
}

.active\:border-s-zinc-800\/70:active {
  border-inline-start-color: rgb(39 39 42 / 0.7);
}

.active\:border-s-zinc-800\/75:active {
  border-inline-start-color: rgb(39 39 42 / 0.75);
}

.active\:border-s-zinc-800\/80:active {
  border-inline-start-color: rgb(39 39 42 / 0.8);
}

.active\:border-s-zinc-800\/90:active {
  border-inline-start-color: rgb(39 39 42 / 0.9);
}

.active\:border-s-zinc-800\/95:active {
  border-inline-start-color: rgb(39 39 42 / 0.95);
}

.active\:border-s-zinc-900:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.active\:border-s-zinc-900\/0:active {
  border-inline-start-color: rgb(24 24 27 / 0);
}

.active\:border-s-zinc-900\/10:active {
  border-inline-start-color: rgb(24 24 27 / 0.1);
}

.active\:border-s-zinc-900\/100:active {
  border-inline-start-color: rgb(24 24 27 / 1);
}

.active\:border-s-zinc-900\/20:active {
  border-inline-start-color: rgb(24 24 27 / 0.2);
}

.active\:border-s-zinc-900\/25:active {
  border-inline-start-color: rgb(24 24 27 / 0.25);
}

.active\:border-s-zinc-900\/30:active {
  border-inline-start-color: rgb(24 24 27 / 0.3);
}

.active\:border-s-zinc-900\/40:active {
  border-inline-start-color: rgb(24 24 27 / 0.4);
}

.active\:border-s-zinc-900\/5:active {
  border-inline-start-color: rgb(24 24 27 / 0.05);
}

.active\:border-s-zinc-900\/50:active {
  border-inline-start-color: rgb(24 24 27 / 0.5);
}

.active\:border-s-zinc-900\/60:active {
  border-inline-start-color: rgb(24 24 27 / 0.6);
}

.active\:border-s-zinc-900\/70:active {
  border-inline-start-color: rgb(24 24 27 / 0.7);
}

.active\:border-s-zinc-900\/75:active {
  border-inline-start-color: rgb(24 24 27 / 0.75);
}

.active\:border-s-zinc-900\/80:active {
  border-inline-start-color: rgb(24 24 27 / 0.8);
}

.active\:border-s-zinc-900\/90:active {
  border-inline-start-color: rgb(24 24 27 / 0.9);
}

.active\:border-s-zinc-900\/95:active {
  border-inline-start-color: rgb(24 24 27 / 0.95);
}

.active\:border-s-zinc-950:active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(9 9 11 / var(--tw-border-opacity));
}

.active\:border-s-zinc-950\/0:active {
  border-inline-start-color: rgb(9 9 11 / 0);
}

.active\:border-s-zinc-950\/10:active {
  border-inline-start-color: rgb(9 9 11 / 0.1);
}

.active\:border-s-zinc-950\/100:active {
  border-inline-start-color: rgb(9 9 11 / 1);
}

.active\:border-s-zinc-950\/20:active {
  border-inline-start-color: rgb(9 9 11 / 0.2);
}

.active\:border-s-zinc-950\/25:active {
  border-inline-start-color: rgb(9 9 11 / 0.25);
}

.active\:border-s-zinc-950\/30:active {
  border-inline-start-color: rgb(9 9 11 / 0.3);
}

.active\:border-s-zinc-950\/40:active {
  border-inline-start-color: rgb(9 9 11 / 0.4);
}

.active\:border-s-zinc-950\/5:active {
  border-inline-start-color: rgb(9 9 11 / 0.05);
}

.active\:border-s-zinc-950\/50:active {
  border-inline-start-color: rgb(9 9 11 / 0.5);
}

.active\:border-s-zinc-950\/60:active {
  border-inline-start-color: rgb(9 9 11 / 0.6);
}

.active\:border-s-zinc-950\/70:active {
  border-inline-start-color: rgb(9 9 11 / 0.7);
}

.active\:border-s-zinc-950\/75:active {
  border-inline-start-color: rgb(9 9 11 / 0.75);
}

.active\:border-s-zinc-950\/80:active {
  border-inline-start-color: rgb(9 9 11 / 0.8);
}

.active\:border-s-zinc-950\/90:active {
  border-inline-start-color: rgb(9 9 11 / 0.9);
}

.active\:border-s-zinc-950\/95:active {
  border-inline-start-color: rgb(9 9 11 / 0.95);
}

.active\:border-t-amber-100:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 243 199 / var(--tw-border-opacity));
}

.active\:border-t-amber-100\/0:active {
  border-top-color: rgb(254 243 199 / 0);
}

.active\:border-t-amber-100\/10:active {
  border-top-color: rgb(254 243 199 / 0.1);
}

.active\:border-t-amber-100\/100:active {
  border-top-color: rgb(254 243 199 / 1);
}

.active\:border-t-amber-100\/20:active {
  border-top-color: rgb(254 243 199 / 0.2);
}

.active\:border-t-amber-100\/25:active {
  border-top-color: rgb(254 243 199 / 0.25);
}

.active\:border-t-amber-100\/30:active {
  border-top-color: rgb(254 243 199 / 0.3);
}

.active\:border-t-amber-100\/40:active {
  border-top-color: rgb(254 243 199 / 0.4);
}

.active\:border-t-amber-100\/5:active {
  border-top-color: rgb(254 243 199 / 0.05);
}

.active\:border-t-amber-100\/50:active {
  border-top-color: rgb(254 243 199 / 0.5);
}

.active\:border-t-amber-100\/60:active {
  border-top-color: rgb(254 243 199 / 0.6);
}

.active\:border-t-amber-100\/70:active {
  border-top-color: rgb(254 243 199 / 0.7);
}

.active\:border-t-amber-100\/75:active {
  border-top-color: rgb(254 243 199 / 0.75);
}

.active\:border-t-amber-100\/80:active {
  border-top-color: rgb(254 243 199 / 0.8);
}

.active\:border-t-amber-100\/90:active {
  border-top-color: rgb(254 243 199 / 0.9);
}

.active\:border-t-amber-100\/95:active {
  border-top-color: rgb(254 243 199 / 0.95);
}

.active\:border-t-amber-200:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 230 138 / var(--tw-border-opacity));
}

.active\:border-t-amber-200\/0:active {
  border-top-color: rgb(253 230 138 / 0);
}

.active\:border-t-amber-200\/10:active {
  border-top-color: rgb(253 230 138 / 0.1);
}

.active\:border-t-amber-200\/100:active {
  border-top-color: rgb(253 230 138 / 1);
}

.active\:border-t-amber-200\/20:active {
  border-top-color: rgb(253 230 138 / 0.2);
}

.active\:border-t-amber-200\/25:active {
  border-top-color: rgb(253 230 138 / 0.25);
}

.active\:border-t-amber-200\/30:active {
  border-top-color: rgb(253 230 138 / 0.3);
}

.active\:border-t-amber-200\/40:active {
  border-top-color: rgb(253 230 138 / 0.4);
}

.active\:border-t-amber-200\/5:active {
  border-top-color: rgb(253 230 138 / 0.05);
}

.active\:border-t-amber-200\/50:active {
  border-top-color: rgb(253 230 138 / 0.5);
}

.active\:border-t-amber-200\/60:active {
  border-top-color: rgb(253 230 138 / 0.6);
}

.active\:border-t-amber-200\/70:active {
  border-top-color: rgb(253 230 138 / 0.7);
}

.active\:border-t-amber-200\/75:active {
  border-top-color: rgb(253 230 138 / 0.75);
}

.active\:border-t-amber-200\/80:active {
  border-top-color: rgb(253 230 138 / 0.8);
}

.active\:border-t-amber-200\/90:active {
  border-top-color: rgb(253 230 138 / 0.9);
}

.active\:border-t-amber-200\/95:active {
  border-top-color: rgb(253 230 138 / 0.95);
}

.active\:border-t-amber-300:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(252 211 77 / var(--tw-border-opacity));
}

.active\:border-t-amber-300\/0:active {
  border-top-color: rgb(252 211 77 / 0);
}

.active\:border-t-amber-300\/10:active {
  border-top-color: rgb(252 211 77 / 0.1);
}

.active\:border-t-amber-300\/100:active {
  border-top-color: rgb(252 211 77 / 1);
}

.active\:border-t-amber-300\/20:active {
  border-top-color: rgb(252 211 77 / 0.2);
}

.active\:border-t-amber-300\/25:active {
  border-top-color: rgb(252 211 77 / 0.25);
}

.active\:border-t-amber-300\/30:active {
  border-top-color: rgb(252 211 77 / 0.3);
}

.active\:border-t-amber-300\/40:active {
  border-top-color: rgb(252 211 77 / 0.4);
}

.active\:border-t-amber-300\/5:active {
  border-top-color: rgb(252 211 77 / 0.05);
}

.active\:border-t-amber-300\/50:active {
  border-top-color: rgb(252 211 77 / 0.5);
}

.active\:border-t-amber-300\/60:active {
  border-top-color: rgb(252 211 77 / 0.6);
}

.active\:border-t-amber-300\/70:active {
  border-top-color: rgb(252 211 77 / 0.7);
}

.active\:border-t-amber-300\/75:active {
  border-top-color: rgb(252 211 77 / 0.75);
}

.active\:border-t-amber-300\/80:active {
  border-top-color: rgb(252 211 77 / 0.8);
}

.active\:border-t-amber-300\/90:active {
  border-top-color: rgb(252 211 77 / 0.9);
}

.active\:border-t-amber-300\/95:active {
  border-top-color: rgb(252 211 77 / 0.95);
}

.active\:border-t-amber-400:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(251 191 36 / var(--tw-border-opacity));
}

.active\:border-t-amber-400\/0:active {
  border-top-color: rgb(251 191 36 / 0);
}

.active\:border-t-amber-400\/10:active {
  border-top-color: rgb(251 191 36 / 0.1);
}

.active\:border-t-amber-400\/100:active {
  border-top-color: rgb(251 191 36 / 1);
}

.active\:border-t-amber-400\/20:active {
  border-top-color: rgb(251 191 36 / 0.2);
}

.active\:border-t-amber-400\/25:active {
  border-top-color: rgb(251 191 36 / 0.25);
}

.active\:border-t-amber-400\/30:active {
  border-top-color: rgb(251 191 36 / 0.3);
}

.active\:border-t-amber-400\/40:active {
  border-top-color: rgb(251 191 36 / 0.4);
}

.active\:border-t-amber-400\/5:active {
  border-top-color: rgb(251 191 36 / 0.05);
}

.active\:border-t-amber-400\/50:active {
  border-top-color: rgb(251 191 36 / 0.5);
}

.active\:border-t-amber-400\/60:active {
  border-top-color: rgb(251 191 36 / 0.6);
}

.active\:border-t-amber-400\/70:active {
  border-top-color: rgb(251 191 36 / 0.7);
}

.active\:border-t-amber-400\/75:active {
  border-top-color: rgb(251 191 36 / 0.75);
}

.active\:border-t-amber-400\/80:active {
  border-top-color: rgb(251 191 36 / 0.8);
}

.active\:border-t-amber-400\/90:active {
  border-top-color: rgb(251 191 36 / 0.9);
}

.active\:border-t-amber-400\/95:active {
  border-top-color: rgb(251 191 36 / 0.95);
}

.active\:border-t-amber-50:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 251 235 / var(--tw-border-opacity));
}

.active\:border-t-amber-50\/0:active {
  border-top-color: rgb(255 251 235 / 0);
}

.active\:border-t-amber-50\/10:active {
  border-top-color: rgb(255 251 235 / 0.1);
}

.active\:border-t-amber-50\/100:active {
  border-top-color: rgb(255 251 235 / 1);
}

.active\:border-t-amber-50\/20:active {
  border-top-color: rgb(255 251 235 / 0.2);
}

.active\:border-t-amber-50\/25:active {
  border-top-color: rgb(255 251 235 / 0.25);
}

.active\:border-t-amber-50\/30:active {
  border-top-color: rgb(255 251 235 / 0.3);
}

.active\:border-t-amber-50\/40:active {
  border-top-color: rgb(255 251 235 / 0.4);
}

.active\:border-t-amber-50\/5:active {
  border-top-color: rgb(255 251 235 / 0.05);
}

.active\:border-t-amber-50\/50:active {
  border-top-color: rgb(255 251 235 / 0.5);
}

.active\:border-t-amber-50\/60:active {
  border-top-color: rgb(255 251 235 / 0.6);
}

.active\:border-t-amber-50\/70:active {
  border-top-color: rgb(255 251 235 / 0.7);
}

.active\:border-t-amber-50\/75:active {
  border-top-color: rgb(255 251 235 / 0.75);
}

.active\:border-t-amber-50\/80:active {
  border-top-color: rgb(255 251 235 / 0.8);
}

.active\:border-t-amber-50\/90:active {
  border-top-color: rgb(255 251 235 / 0.9);
}

.active\:border-t-amber-50\/95:active {
  border-top-color: rgb(255 251 235 / 0.95);
}

.active\:border-t-amber-500:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 158 11 / var(--tw-border-opacity));
}

.active\:border-t-amber-500\/0:active {
  border-top-color: rgb(245 158 11 / 0);
}

.active\:border-t-amber-500\/10:active {
  border-top-color: rgb(245 158 11 / 0.1);
}

.active\:border-t-amber-500\/100:active {
  border-top-color: rgb(245 158 11 / 1);
}

.active\:border-t-amber-500\/20:active {
  border-top-color: rgb(245 158 11 / 0.2);
}

.active\:border-t-amber-500\/25:active {
  border-top-color: rgb(245 158 11 / 0.25);
}

.active\:border-t-amber-500\/30:active {
  border-top-color: rgb(245 158 11 / 0.3);
}

.active\:border-t-amber-500\/40:active {
  border-top-color: rgb(245 158 11 / 0.4);
}

.active\:border-t-amber-500\/5:active {
  border-top-color: rgb(245 158 11 / 0.05);
}

.active\:border-t-amber-500\/50:active {
  border-top-color: rgb(245 158 11 / 0.5);
}

.active\:border-t-amber-500\/60:active {
  border-top-color: rgb(245 158 11 / 0.6);
}

.active\:border-t-amber-500\/70:active {
  border-top-color: rgb(245 158 11 / 0.7);
}

.active\:border-t-amber-500\/75:active {
  border-top-color: rgb(245 158 11 / 0.75);
}

.active\:border-t-amber-500\/80:active {
  border-top-color: rgb(245 158 11 / 0.8);
}

.active\:border-t-amber-500\/90:active {
  border-top-color: rgb(245 158 11 / 0.9);
}

.active\:border-t-amber-500\/95:active {
  border-top-color: rgb(245 158 11 / 0.95);
}

.active\:border-t-amber-600:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(217 119 6 / var(--tw-border-opacity));
}

.active\:border-t-amber-600\/0:active {
  border-top-color: rgb(217 119 6 / 0);
}

.active\:border-t-amber-600\/10:active {
  border-top-color: rgb(217 119 6 / 0.1);
}

.active\:border-t-amber-600\/100:active {
  border-top-color: rgb(217 119 6 / 1);
}

.active\:border-t-amber-600\/20:active {
  border-top-color: rgb(217 119 6 / 0.2);
}

.active\:border-t-amber-600\/25:active {
  border-top-color: rgb(217 119 6 / 0.25);
}

.active\:border-t-amber-600\/30:active {
  border-top-color: rgb(217 119 6 / 0.3);
}

.active\:border-t-amber-600\/40:active {
  border-top-color: rgb(217 119 6 / 0.4);
}

.active\:border-t-amber-600\/5:active {
  border-top-color: rgb(217 119 6 / 0.05);
}

.active\:border-t-amber-600\/50:active {
  border-top-color: rgb(217 119 6 / 0.5);
}

.active\:border-t-amber-600\/60:active {
  border-top-color: rgb(217 119 6 / 0.6);
}

.active\:border-t-amber-600\/70:active {
  border-top-color: rgb(217 119 6 / 0.7);
}

.active\:border-t-amber-600\/75:active {
  border-top-color: rgb(217 119 6 / 0.75);
}

.active\:border-t-amber-600\/80:active {
  border-top-color: rgb(217 119 6 / 0.8);
}

.active\:border-t-amber-600\/90:active {
  border-top-color: rgb(217 119 6 / 0.9);
}

.active\:border-t-amber-600\/95:active {
  border-top-color: rgb(217 119 6 / 0.95);
}

.active\:border-t-amber-700:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(180 83 9 / var(--tw-border-opacity));
}

.active\:border-t-amber-700\/0:active {
  border-top-color: rgb(180 83 9 / 0);
}

.active\:border-t-amber-700\/10:active {
  border-top-color: rgb(180 83 9 / 0.1);
}

.active\:border-t-amber-700\/100:active {
  border-top-color: rgb(180 83 9 / 1);
}

.active\:border-t-amber-700\/20:active {
  border-top-color: rgb(180 83 9 / 0.2);
}

.active\:border-t-amber-700\/25:active {
  border-top-color: rgb(180 83 9 / 0.25);
}

.active\:border-t-amber-700\/30:active {
  border-top-color: rgb(180 83 9 / 0.3);
}

.active\:border-t-amber-700\/40:active {
  border-top-color: rgb(180 83 9 / 0.4);
}

.active\:border-t-amber-700\/5:active {
  border-top-color: rgb(180 83 9 / 0.05);
}

.active\:border-t-amber-700\/50:active {
  border-top-color: rgb(180 83 9 / 0.5);
}

.active\:border-t-amber-700\/60:active {
  border-top-color: rgb(180 83 9 / 0.6);
}

.active\:border-t-amber-700\/70:active {
  border-top-color: rgb(180 83 9 / 0.7);
}

.active\:border-t-amber-700\/75:active {
  border-top-color: rgb(180 83 9 / 0.75);
}

.active\:border-t-amber-700\/80:active {
  border-top-color: rgb(180 83 9 / 0.8);
}

.active\:border-t-amber-700\/90:active {
  border-top-color: rgb(180 83 9 / 0.9);
}

.active\:border-t-amber-700\/95:active {
  border-top-color: rgb(180 83 9 / 0.95);
}

.active\:border-t-amber-800:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(146 64 14 / var(--tw-border-opacity));
}

.active\:border-t-amber-800\/0:active {
  border-top-color: rgb(146 64 14 / 0);
}

.active\:border-t-amber-800\/10:active {
  border-top-color: rgb(146 64 14 / 0.1);
}

.active\:border-t-amber-800\/100:active {
  border-top-color: rgb(146 64 14 / 1);
}

.active\:border-t-amber-800\/20:active {
  border-top-color: rgb(146 64 14 / 0.2);
}

.active\:border-t-amber-800\/25:active {
  border-top-color: rgb(146 64 14 / 0.25);
}

.active\:border-t-amber-800\/30:active {
  border-top-color: rgb(146 64 14 / 0.3);
}

.active\:border-t-amber-800\/40:active {
  border-top-color: rgb(146 64 14 / 0.4);
}

.active\:border-t-amber-800\/5:active {
  border-top-color: rgb(146 64 14 / 0.05);
}

.active\:border-t-amber-800\/50:active {
  border-top-color: rgb(146 64 14 / 0.5);
}

.active\:border-t-amber-800\/60:active {
  border-top-color: rgb(146 64 14 / 0.6);
}

.active\:border-t-amber-800\/70:active {
  border-top-color: rgb(146 64 14 / 0.7);
}

.active\:border-t-amber-800\/75:active {
  border-top-color: rgb(146 64 14 / 0.75);
}

.active\:border-t-amber-800\/80:active {
  border-top-color: rgb(146 64 14 / 0.8);
}

.active\:border-t-amber-800\/90:active {
  border-top-color: rgb(146 64 14 / 0.9);
}

.active\:border-t-amber-800\/95:active {
  border-top-color: rgb(146 64 14 / 0.95);
}

.active\:border-t-amber-900:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(120 53 15 / var(--tw-border-opacity));
}

.active\:border-t-amber-900\/0:active {
  border-top-color: rgb(120 53 15 / 0);
}

.active\:border-t-amber-900\/10:active {
  border-top-color: rgb(120 53 15 / 0.1);
}

.active\:border-t-amber-900\/100:active {
  border-top-color: rgb(120 53 15 / 1);
}

.active\:border-t-amber-900\/20:active {
  border-top-color: rgb(120 53 15 / 0.2);
}

.active\:border-t-amber-900\/25:active {
  border-top-color: rgb(120 53 15 / 0.25);
}

.active\:border-t-amber-900\/30:active {
  border-top-color: rgb(120 53 15 / 0.3);
}

.active\:border-t-amber-900\/40:active {
  border-top-color: rgb(120 53 15 / 0.4);
}

.active\:border-t-amber-900\/5:active {
  border-top-color: rgb(120 53 15 / 0.05);
}

.active\:border-t-amber-900\/50:active {
  border-top-color: rgb(120 53 15 / 0.5);
}

.active\:border-t-amber-900\/60:active {
  border-top-color: rgb(120 53 15 / 0.6);
}

.active\:border-t-amber-900\/70:active {
  border-top-color: rgb(120 53 15 / 0.7);
}

.active\:border-t-amber-900\/75:active {
  border-top-color: rgb(120 53 15 / 0.75);
}

.active\:border-t-amber-900\/80:active {
  border-top-color: rgb(120 53 15 / 0.8);
}

.active\:border-t-amber-900\/90:active {
  border-top-color: rgb(120 53 15 / 0.9);
}

.active\:border-t-amber-900\/95:active {
  border-top-color: rgb(120 53 15 / 0.95);
}

.active\:border-t-amber-950:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(69 26 3 / var(--tw-border-opacity));
}

.active\:border-t-amber-950\/0:active {
  border-top-color: rgb(69 26 3 / 0);
}

.active\:border-t-amber-950\/10:active {
  border-top-color: rgb(69 26 3 / 0.1);
}

.active\:border-t-amber-950\/100:active {
  border-top-color: rgb(69 26 3 / 1);
}

.active\:border-t-amber-950\/20:active {
  border-top-color: rgb(69 26 3 / 0.2);
}

.active\:border-t-amber-950\/25:active {
  border-top-color: rgb(69 26 3 / 0.25);
}

.active\:border-t-amber-950\/30:active {
  border-top-color: rgb(69 26 3 / 0.3);
}

.active\:border-t-amber-950\/40:active {
  border-top-color: rgb(69 26 3 / 0.4);
}

.active\:border-t-amber-950\/5:active {
  border-top-color: rgb(69 26 3 / 0.05);
}

.active\:border-t-amber-950\/50:active {
  border-top-color: rgb(69 26 3 / 0.5);
}

.active\:border-t-amber-950\/60:active {
  border-top-color: rgb(69 26 3 / 0.6);
}

.active\:border-t-amber-950\/70:active {
  border-top-color: rgb(69 26 3 / 0.7);
}

.active\:border-t-amber-950\/75:active {
  border-top-color: rgb(69 26 3 / 0.75);
}

.active\:border-t-amber-950\/80:active {
  border-top-color: rgb(69 26 3 / 0.8);
}

.active\:border-t-amber-950\/90:active {
  border-top-color: rgb(69 26 3 / 0.9);
}

.active\:border-t-amber-950\/95:active {
  border-top-color: rgb(69 26 3 / 0.95);
}

.active\:border-t-black:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.active\:border-t-black\/0:active {
  border-top-color: rgb(0 0 0 / 0);
}

.active\:border-t-black\/10:active {
  border-top-color: rgb(0 0 0 / 0.1);
}

.active\:border-t-black\/100:active {
  border-top-color: rgb(0 0 0 / 1);
}

.active\:border-t-black\/20:active {
  border-top-color: rgb(0 0 0 / 0.2);
}

.active\:border-t-black\/25:active {
  border-top-color: rgb(0 0 0 / 0.25);
}

.active\:border-t-black\/30:active {
  border-top-color: rgb(0 0 0 / 0.3);
}

.active\:border-t-black\/40:active {
  border-top-color: rgb(0 0 0 / 0.4);
}

.active\:border-t-black\/5:active {
  border-top-color: rgb(0 0 0 / 0.05);
}

.active\:border-t-black\/50:active {
  border-top-color: rgb(0 0 0 / 0.5);
}

.active\:border-t-black\/60:active {
  border-top-color: rgb(0 0 0 / 0.6);
}

.active\:border-t-black\/70:active {
  border-top-color: rgb(0 0 0 / 0.7);
}

.active\:border-t-black\/75:active {
  border-top-color: rgb(0 0 0 / 0.75);
}

.active\:border-t-black\/80:active {
  border-top-color: rgb(0 0 0 / 0.8);
}

.active\:border-t-black\/90:active {
  border-top-color: rgb(0 0 0 / 0.9);
}

.active\:border-t-black\/95:active {
  border-top-color: rgb(0 0 0 / 0.95);
}

.active\:border-t-blue-100:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(219 234 254 / var(--tw-border-opacity));
}

.active\:border-t-blue-100\/0:active {
  border-top-color: rgb(219 234 254 / 0);
}

.active\:border-t-blue-100\/10:active {
  border-top-color: rgb(219 234 254 / 0.1);
}

.active\:border-t-blue-100\/100:active {
  border-top-color: rgb(219 234 254 / 1);
}

.active\:border-t-blue-100\/20:active {
  border-top-color: rgb(219 234 254 / 0.2);
}

.active\:border-t-blue-100\/25:active {
  border-top-color: rgb(219 234 254 / 0.25);
}

.active\:border-t-blue-100\/30:active {
  border-top-color: rgb(219 234 254 / 0.3);
}

.active\:border-t-blue-100\/40:active {
  border-top-color: rgb(219 234 254 / 0.4);
}

.active\:border-t-blue-100\/5:active {
  border-top-color: rgb(219 234 254 / 0.05);
}

.active\:border-t-blue-100\/50:active {
  border-top-color: rgb(219 234 254 / 0.5);
}

.active\:border-t-blue-100\/60:active {
  border-top-color: rgb(219 234 254 / 0.6);
}

.active\:border-t-blue-100\/70:active {
  border-top-color: rgb(219 234 254 / 0.7);
}

.active\:border-t-blue-100\/75:active {
  border-top-color: rgb(219 234 254 / 0.75);
}

.active\:border-t-blue-100\/80:active {
  border-top-color: rgb(219 234 254 / 0.8);
}

.active\:border-t-blue-100\/90:active {
  border-top-color: rgb(219 234 254 / 0.9);
}

.active\:border-t-blue-100\/95:active {
  border-top-color: rgb(219 234 254 / 0.95);
}

.active\:border-t-blue-200:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.active\:border-t-blue-200\/0:active {
  border-top-color: rgb(191 219 254 / 0);
}

.active\:border-t-blue-200\/10:active {
  border-top-color: rgb(191 219 254 / 0.1);
}

.active\:border-t-blue-200\/100:active {
  border-top-color: rgb(191 219 254 / 1);
}

.active\:border-t-blue-200\/20:active {
  border-top-color: rgb(191 219 254 / 0.2);
}

.active\:border-t-blue-200\/25:active {
  border-top-color: rgb(191 219 254 / 0.25);
}

.active\:border-t-blue-200\/30:active {
  border-top-color: rgb(191 219 254 / 0.3);
}

.active\:border-t-blue-200\/40:active {
  border-top-color: rgb(191 219 254 / 0.4);
}

.active\:border-t-blue-200\/5:active {
  border-top-color: rgb(191 219 254 / 0.05);
}

.active\:border-t-blue-200\/50:active {
  border-top-color: rgb(191 219 254 / 0.5);
}

.active\:border-t-blue-200\/60:active {
  border-top-color: rgb(191 219 254 / 0.6);
}

.active\:border-t-blue-200\/70:active {
  border-top-color: rgb(191 219 254 / 0.7);
}

.active\:border-t-blue-200\/75:active {
  border-top-color: rgb(191 219 254 / 0.75);
}

.active\:border-t-blue-200\/80:active {
  border-top-color: rgb(191 219 254 / 0.8);
}

.active\:border-t-blue-200\/90:active {
  border-top-color: rgb(191 219 254 / 0.9);
}

.active\:border-t-blue-200\/95:active {
  border-top-color: rgb(191 219 254 / 0.95);
}

.active\:border-t-blue-300:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.active\:border-t-blue-300\/0:active {
  border-top-color: rgb(147 197 253 / 0);
}

.active\:border-t-blue-300\/10:active {
  border-top-color: rgb(147 197 253 / 0.1);
}

.active\:border-t-blue-300\/100:active {
  border-top-color: rgb(147 197 253 / 1);
}

.active\:border-t-blue-300\/20:active {
  border-top-color: rgb(147 197 253 / 0.2);
}

.active\:border-t-blue-300\/25:active {
  border-top-color: rgb(147 197 253 / 0.25);
}

.active\:border-t-blue-300\/30:active {
  border-top-color: rgb(147 197 253 / 0.3);
}

.active\:border-t-blue-300\/40:active {
  border-top-color: rgb(147 197 253 / 0.4);
}

.active\:border-t-blue-300\/5:active {
  border-top-color: rgb(147 197 253 / 0.05);
}

.active\:border-t-blue-300\/50:active {
  border-top-color: rgb(147 197 253 / 0.5);
}

.active\:border-t-blue-300\/60:active {
  border-top-color: rgb(147 197 253 / 0.6);
}

.active\:border-t-blue-300\/70:active {
  border-top-color: rgb(147 197 253 / 0.7);
}

.active\:border-t-blue-300\/75:active {
  border-top-color: rgb(147 197 253 / 0.75);
}

.active\:border-t-blue-300\/80:active {
  border-top-color: rgb(147 197 253 / 0.8);
}

.active\:border-t-blue-300\/90:active {
  border-top-color: rgb(147 197 253 / 0.9);
}

.active\:border-t-blue-300\/95:active {
  border-top-color: rgb(147 197 253 / 0.95);
}

.active\:border-t-blue-400:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.active\:border-t-blue-400\/0:active {
  border-top-color: rgb(96 165 250 / 0);
}

.active\:border-t-blue-400\/10:active {
  border-top-color: rgb(96 165 250 / 0.1);
}

.active\:border-t-blue-400\/100:active {
  border-top-color: rgb(96 165 250 / 1);
}

.active\:border-t-blue-400\/20:active {
  border-top-color: rgb(96 165 250 / 0.2);
}

.active\:border-t-blue-400\/25:active {
  border-top-color: rgb(96 165 250 / 0.25);
}

.active\:border-t-blue-400\/30:active {
  border-top-color: rgb(96 165 250 / 0.3);
}

.active\:border-t-blue-400\/40:active {
  border-top-color: rgb(96 165 250 / 0.4);
}

.active\:border-t-blue-400\/5:active {
  border-top-color: rgb(96 165 250 / 0.05);
}

.active\:border-t-blue-400\/50:active {
  border-top-color: rgb(96 165 250 / 0.5);
}

.active\:border-t-blue-400\/60:active {
  border-top-color: rgb(96 165 250 / 0.6);
}

.active\:border-t-blue-400\/70:active {
  border-top-color: rgb(96 165 250 / 0.7);
}

.active\:border-t-blue-400\/75:active {
  border-top-color: rgb(96 165 250 / 0.75);
}

.active\:border-t-blue-400\/80:active {
  border-top-color: rgb(96 165 250 / 0.8);
}

.active\:border-t-blue-400\/90:active {
  border-top-color: rgb(96 165 250 / 0.9);
}

.active\:border-t-blue-400\/95:active {
  border-top-color: rgb(96 165 250 / 0.95);
}

.active\:border-t-blue-50:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(239 246 255 / var(--tw-border-opacity));
}

.active\:border-t-blue-50\/0:active {
  border-top-color: rgb(239 246 255 / 0);
}

.active\:border-t-blue-50\/10:active {
  border-top-color: rgb(239 246 255 / 0.1);
}

.active\:border-t-blue-50\/100:active {
  border-top-color: rgb(239 246 255 / 1);
}

.active\:border-t-blue-50\/20:active {
  border-top-color: rgb(239 246 255 / 0.2);
}

.active\:border-t-blue-50\/25:active {
  border-top-color: rgb(239 246 255 / 0.25);
}

.active\:border-t-blue-50\/30:active {
  border-top-color: rgb(239 246 255 / 0.3);
}

.active\:border-t-blue-50\/40:active {
  border-top-color: rgb(239 246 255 / 0.4);
}

.active\:border-t-blue-50\/5:active {
  border-top-color: rgb(239 246 255 / 0.05);
}

.active\:border-t-blue-50\/50:active {
  border-top-color: rgb(239 246 255 / 0.5);
}

.active\:border-t-blue-50\/60:active {
  border-top-color: rgb(239 246 255 / 0.6);
}

.active\:border-t-blue-50\/70:active {
  border-top-color: rgb(239 246 255 / 0.7);
}

.active\:border-t-blue-50\/75:active {
  border-top-color: rgb(239 246 255 / 0.75);
}

.active\:border-t-blue-50\/80:active {
  border-top-color: rgb(239 246 255 / 0.8);
}

.active\:border-t-blue-50\/90:active {
  border-top-color: rgb(239 246 255 / 0.9);
}

.active\:border-t-blue-50\/95:active {
  border-top-color: rgb(239 246 255 / 0.95);
}

.active\:border-t-blue-500:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.active\:border-t-blue-500\/0:active {
  border-top-color: rgb(59 130 246 / 0);
}

.active\:border-t-blue-500\/10:active {
  border-top-color: rgb(59 130 246 / 0.1);
}

.active\:border-t-blue-500\/100:active {
  border-top-color: rgb(59 130 246 / 1);
}

.active\:border-t-blue-500\/20:active {
  border-top-color: rgb(59 130 246 / 0.2);
}

.active\:border-t-blue-500\/25:active {
  border-top-color: rgb(59 130 246 / 0.25);
}

.active\:border-t-blue-500\/30:active {
  border-top-color: rgb(59 130 246 / 0.3);
}

.active\:border-t-blue-500\/40:active {
  border-top-color: rgb(59 130 246 / 0.4);
}

.active\:border-t-blue-500\/5:active {
  border-top-color: rgb(59 130 246 / 0.05);
}

.active\:border-t-blue-500\/50:active {
  border-top-color: rgb(59 130 246 / 0.5);
}

.active\:border-t-blue-500\/60:active {
  border-top-color: rgb(59 130 246 / 0.6);
}

.active\:border-t-blue-500\/70:active {
  border-top-color: rgb(59 130 246 / 0.7);
}

.active\:border-t-blue-500\/75:active {
  border-top-color: rgb(59 130 246 / 0.75);
}

.active\:border-t-blue-500\/80:active {
  border-top-color: rgb(59 130 246 / 0.8);
}

.active\:border-t-blue-500\/90:active {
  border-top-color: rgb(59 130 246 / 0.9);
}

.active\:border-t-blue-500\/95:active {
  border-top-color: rgb(59 130 246 / 0.95);
}

.active\:border-t-blue-600:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.active\:border-t-blue-600\/0:active {
  border-top-color: rgb(37 99 235 / 0);
}

.active\:border-t-blue-600\/10:active {
  border-top-color: rgb(37 99 235 / 0.1);
}

.active\:border-t-blue-600\/100:active {
  border-top-color: rgb(37 99 235 / 1);
}

.active\:border-t-blue-600\/20:active {
  border-top-color: rgb(37 99 235 / 0.2);
}

.active\:border-t-blue-600\/25:active {
  border-top-color: rgb(37 99 235 / 0.25);
}

.active\:border-t-blue-600\/30:active {
  border-top-color: rgb(37 99 235 / 0.3);
}

.active\:border-t-blue-600\/40:active {
  border-top-color: rgb(37 99 235 / 0.4);
}

.active\:border-t-blue-600\/5:active {
  border-top-color: rgb(37 99 235 / 0.05);
}

.active\:border-t-blue-600\/50:active {
  border-top-color: rgb(37 99 235 / 0.5);
}

.active\:border-t-blue-600\/60:active {
  border-top-color: rgb(37 99 235 / 0.6);
}

.active\:border-t-blue-600\/70:active {
  border-top-color: rgb(37 99 235 / 0.7);
}

.active\:border-t-blue-600\/75:active {
  border-top-color: rgb(37 99 235 / 0.75);
}

.active\:border-t-blue-600\/80:active {
  border-top-color: rgb(37 99 235 / 0.8);
}

.active\:border-t-blue-600\/90:active {
  border-top-color: rgb(37 99 235 / 0.9);
}

.active\:border-t-blue-600\/95:active {
  border-top-color: rgb(37 99 235 / 0.95);
}

.active\:border-t-blue-700:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.active\:border-t-blue-700\/0:active {
  border-top-color: rgb(29 78 216 / 0);
}

.active\:border-t-blue-700\/10:active {
  border-top-color: rgb(29 78 216 / 0.1);
}

.active\:border-t-blue-700\/100:active {
  border-top-color: rgb(29 78 216 / 1);
}

.active\:border-t-blue-700\/20:active {
  border-top-color: rgb(29 78 216 / 0.2);
}

.active\:border-t-blue-700\/25:active {
  border-top-color: rgb(29 78 216 / 0.25);
}

.active\:border-t-blue-700\/30:active {
  border-top-color: rgb(29 78 216 / 0.3);
}

.active\:border-t-blue-700\/40:active {
  border-top-color: rgb(29 78 216 / 0.4);
}

.active\:border-t-blue-700\/5:active {
  border-top-color: rgb(29 78 216 / 0.05);
}

.active\:border-t-blue-700\/50:active {
  border-top-color: rgb(29 78 216 / 0.5);
}

.active\:border-t-blue-700\/60:active {
  border-top-color: rgb(29 78 216 / 0.6);
}

.active\:border-t-blue-700\/70:active {
  border-top-color: rgb(29 78 216 / 0.7);
}

.active\:border-t-blue-700\/75:active {
  border-top-color: rgb(29 78 216 / 0.75);
}

.active\:border-t-blue-700\/80:active {
  border-top-color: rgb(29 78 216 / 0.8);
}

.active\:border-t-blue-700\/90:active {
  border-top-color: rgb(29 78 216 / 0.9);
}

.active\:border-t-blue-700\/95:active {
  border-top-color: rgb(29 78 216 / 0.95);
}

.active\:border-t-blue-800:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.active\:border-t-blue-800\/0:active {
  border-top-color: rgb(30 64 175 / 0);
}

.active\:border-t-blue-800\/10:active {
  border-top-color: rgb(30 64 175 / 0.1);
}

.active\:border-t-blue-800\/100:active {
  border-top-color: rgb(30 64 175 / 1);
}

.active\:border-t-blue-800\/20:active {
  border-top-color: rgb(30 64 175 / 0.2);
}

.active\:border-t-blue-800\/25:active {
  border-top-color: rgb(30 64 175 / 0.25);
}

.active\:border-t-blue-800\/30:active {
  border-top-color: rgb(30 64 175 / 0.3);
}

.active\:border-t-blue-800\/40:active {
  border-top-color: rgb(30 64 175 / 0.4);
}

.active\:border-t-blue-800\/5:active {
  border-top-color: rgb(30 64 175 / 0.05);
}

.active\:border-t-blue-800\/50:active {
  border-top-color: rgb(30 64 175 / 0.5);
}

.active\:border-t-blue-800\/60:active {
  border-top-color: rgb(30 64 175 / 0.6);
}

.active\:border-t-blue-800\/70:active {
  border-top-color: rgb(30 64 175 / 0.7);
}

.active\:border-t-blue-800\/75:active {
  border-top-color: rgb(30 64 175 / 0.75);
}

.active\:border-t-blue-800\/80:active {
  border-top-color: rgb(30 64 175 / 0.8);
}

.active\:border-t-blue-800\/90:active {
  border-top-color: rgb(30 64 175 / 0.9);
}

.active\:border-t-blue-800\/95:active {
  border-top-color: rgb(30 64 175 / 0.95);
}

.active\:border-t-blue-900:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.active\:border-t-blue-900\/0:active {
  border-top-color: rgb(30 58 138 / 0);
}

.active\:border-t-blue-900\/10:active {
  border-top-color: rgb(30 58 138 / 0.1);
}

.active\:border-t-blue-900\/100:active {
  border-top-color: rgb(30 58 138 / 1);
}

.active\:border-t-blue-900\/20:active {
  border-top-color: rgb(30 58 138 / 0.2);
}

.active\:border-t-blue-900\/25:active {
  border-top-color: rgb(30 58 138 / 0.25);
}

.active\:border-t-blue-900\/30:active {
  border-top-color: rgb(30 58 138 / 0.3);
}

.active\:border-t-blue-900\/40:active {
  border-top-color: rgb(30 58 138 / 0.4);
}

.active\:border-t-blue-900\/5:active {
  border-top-color: rgb(30 58 138 / 0.05);
}

.active\:border-t-blue-900\/50:active {
  border-top-color: rgb(30 58 138 / 0.5);
}

.active\:border-t-blue-900\/60:active {
  border-top-color: rgb(30 58 138 / 0.6);
}

.active\:border-t-blue-900\/70:active {
  border-top-color: rgb(30 58 138 / 0.7);
}

.active\:border-t-blue-900\/75:active {
  border-top-color: rgb(30 58 138 / 0.75);
}

.active\:border-t-blue-900\/80:active {
  border-top-color: rgb(30 58 138 / 0.8);
}

.active\:border-t-blue-900\/90:active {
  border-top-color: rgb(30 58 138 / 0.9);
}

.active\:border-t-blue-900\/95:active {
  border-top-color: rgb(30 58 138 / 0.95);
}

.active\:border-t-blue-950:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(23 37 84 / var(--tw-border-opacity));
}

.active\:border-t-blue-950\/0:active {
  border-top-color: rgb(23 37 84 / 0);
}

.active\:border-t-blue-950\/10:active {
  border-top-color: rgb(23 37 84 / 0.1);
}

.active\:border-t-blue-950\/100:active {
  border-top-color: rgb(23 37 84 / 1);
}

.active\:border-t-blue-950\/20:active {
  border-top-color: rgb(23 37 84 / 0.2);
}

.active\:border-t-blue-950\/25:active {
  border-top-color: rgb(23 37 84 / 0.25);
}

.active\:border-t-blue-950\/30:active {
  border-top-color: rgb(23 37 84 / 0.3);
}

.active\:border-t-blue-950\/40:active {
  border-top-color: rgb(23 37 84 / 0.4);
}

.active\:border-t-blue-950\/5:active {
  border-top-color: rgb(23 37 84 / 0.05);
}

.active\:border-t-blue-950\/50:active {
  border-top-color: rgb(23 37 84 / 0.5);
}

.active\:border-t-blue-950\/60:active {
  border-top-color: rgb(23 37 84 / 0.6);
}

.active\:border-t-blue-950\/70:active {
  border-top-color: rgb(23 37 84 / 0.7);
}

.active\:border-t-blue-950\/75:active {
  border-top-color: rgb(23 37 84 / 0.75);
}

.active\:border-t-blue-950\/80:active {
  border-top-color: rgb(23 37 84 / 0.8);
}

.active\:border-t-blue-950\/90:active {
  border-top-color: rgb(23 37 84 / 0.9);
}

.active\:border-t-blue-950\/95:active {
  border-top-color: rgb(23 37 84 / 0.95);
}

.active\:border-t-brand-100:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(230 239 246 / var(--tw-border-opacity));
}

.active\:border-t-brand-100\/0:active {
  border-top-color: rgb(230 239 246 / 0);
}

.active\:border-t-brand-100\/10:active {
  border-top-color: rgb(230 239 246 / 0.1);
}

.active\:border-t-brand-100\/100:active {
  border-top-color: rgb(230 239 246 / 1);
}

.active\:border-t-brand-100\/20:active {
  border-top-color: rgb(230 239 246 / 0.2);
}

.active\:border-t-brand-100\/25:active {
  border-top-color: rgb(230 239 246 / 0.25);
}

.active\:border-t-brand-100\/30:active {
  border-top-color: rgb(230 239 246 / 0.3);
}

.active\:border-t-brand-100\/40:active {
  border-top-color: rgb(230 239 246 / 0.4);
}

.active\:border-t-brand-100\/5:active {
  border-top-color: rgb(230 239 246 / 0.05);
}

.active\:border-t-brand-100\/50:active {
  border-top-color: rgb(230 239 246 / 0.5);
}

.active\:border-t-brand-100\/60:active {
  border-top-color: rgb(230 239 246 / 0.6);
}

.active\:border-t-brand-100\/70:active {
  border-top-color: rgb(230 239 246 / 0.7);
}

.active\:border-t-brand-100\/75:active {
  border-top-color: rgb(230 239 246 / 0.75);
}

.active\:border-t-brand-100\/80:active {
  border-top-color: rgb(230 239 246 / 0.8);
}

.active\:border-t-brand-100\/90:active {
  border-top-color: rgb(230 239 246 / 0.9);
}

.active\:border-t-brand-100\/95:active {
  border-top-color: rgb(230 239 246 / 0.95);
}

.active\:border-t-brand-200:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(193 215 234 / var(--tw-border-opacity));
}

.active\:border-t-brand-200\/0:active {
  border-top-color: rgb(193 215 234 / 0);
}

.active\:border-t-brand-200\/10:active {
  border-top-color: rgb(193 215 234 / 0.1);
}

.active\:border-t-brand-200\/100:active {
  border-top-color: rgb(193 215 234 / 1);
}

.active\:border-t-brand-200\/20:active {
  border-top-color: rgb(193 215 234 / 0.2);
}

.active\:border-t-brand-200\/25:active {
  border-top-color: rgb(193 215 234 / 0.25);
}

.active\:border-t-brand-200\/30:active {
  border-top-color: rgb(193 215 234 / 0.3);
}

.active\:border-t-brand-200\/40:active {
  border-top-color: rgb(193 215 234 / 0.4);
}

.active\:border-t-brand-200\/5:active {
  border-top-color: rgb(193 215 234 / 0.05);
}

.active\:border-t-brand-200\/50:active {
  border-top-color: rgb(193 215 234 / 0.5);
}

.active\:border-t-brand-200\/60:active {
  border-top-color: rgb(193 215 234 / 0.6);
}

.active\:border-t-brand-200\/70:active {
  border-top-color: rgb(193 215 234 / 0.7);
}

.active\:border-t-brand-200\/75:active {
  border-top-color: rgb(193 215 234 / 0.75);
}

.active\:border-t-brand-200\/80:active {
  border-top-color: rgb(193 215 234 / 0.8);
}

.active\:border-t-brand-200\/90:active {
  border-top-color: rgb(193 215 234 / 0.9);
}

.active\:border-t-brand-200\/95:active {
  border-top-color: rgb(193 215 234 / 0.95);
}

.active\:border-t-brand-300:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(155 190 221 / var(--tw-border-opacity));
}

.active\:border-t-brand-300\/0:active {
  border-top-color: rgb(155 190 221 / 0);
}

.active\:border-t-brand-300\/10:active {
  border-top-color: rgb(155 190 221 / 0.1);
}

.active\:border-t-brand-300\/100:active {
  border-top-color: rgb(155 190 221 / 1);
}

.active\:border-t-brand-300\/20:active {
  border-top-color: rgb(155 190 221 / 0.2);
}

.active\:border-t-brand-300\/25:active {
  border-top-color: rgb(155 190 221 / 0.25);
}

.active\:border-t-brand-300\/30:active {
  border-top-color: rgb(155 190 221 / 0.3);
}

.active\:border-t-brand-300\/40:active {
  border-top-color: rgb(155 190 221 / 0.4);
}

.active\:border-t-brand-300\/5:active {
  border-top-color: rgb(155 190 221 / 0.05);
}

.active\:border-t-brand-300\/50:active {
  border-top-color: rgb(155 190 221 / 0.5);
}

.active\:border-t-brand-300\/60:active {
  border-top-color: rgb(155 190 221 / 0.6);
}

.active\:border-t-brand-300\/70:active {
  border-top-color: rgb(155 190 221 / 0.7);
}

.active\:border-t-brand-300\/75:active {
  border-top-color: rgb(155 190 221 / 0.75);
}

.active\:border-t-brand-300\/80:active {
  border-top-color: rgb(155 190 221 / 0.8);
}

.active\:border-t-brand-300\/90:active {
  border-top-color: rgb(155 190 221 / 0.9);
}

.active\:border-t-brand-300\/95:active {
  border-top-color: rgb(155 190 221 / 0.95);
}

.active\:border-t-brand-400:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(81 142 195 / var(--tw-border-opacity));
}

.active\:border-t-brand-400\/0:active {
  border-top-color: rgb(81 142 195 / 0);
}

.active\:border-t-brand-400\/10:active {
  border-top-color: rgb(81 142 195 / 0.1);
}

.active\:border-t-brand-400\/100:active {
  border-top-color: rgb(81 142 195 / 1);
}

.active\:border-t-brand-400\/20:active {
  border-top-color: rgb(81 142 195 / 0.2);
}

.active\:border-t-brand-400\/25:active {
  border-top-color: rgb(81 142 195 / 0.25);
}

.active\:border-t-brand-400\/30:active {
  border-top-color: rgb(81 142 195 / 0.3);
}

.active\:border-t-brand-400\/40:active {
  border-top-color: rgb(81 142 195 / 0.4);
}

.active\:border-t-brand-400\/5:active {
  border-top-color: rgb(81 142 195 / 0.05);
}

.active\:border-t-brand-400\/50:active {
  border-top-color: rgb(81 142 195 / 0.5);
}

.active\:border-t-brand-400\/60:active {
  border-top-color: rgb(81 142 195 / 0.6);
}

.active\:border-t-brand-400\/70:active {
  border-top-color: rgb(81 142 195 / 0.7);
}

.active\:border-t-brand-400\/75:active {
  border-top-color: rgb(81 142 195 / 0.75);
}

.active\:border-t-brand-400\/80:active {
  border-top-color: rgb(81 142 195 / 0.8);
}

.active\:border-t-brand-400\/90:active {
  border-top-color: rgb(81 142 195 / 0.9);
}

.active\:border-t-brand-400\/95:active {
  border-top-color: rgb(81 142 195 / 0.95);
}

.active\:border-t-brand-50:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(243 247 251 / var(--tw-border-opacity));
}

.active\:border-t-brand-50\/0:active {
  border-top-color: rgb(243 247 251 / 0);
}

.active\:border-t-brand-50\/10:active {
  border-top-color: rgb(243 247 251 / 0.1);
}

.active\:border-t-brand-50\/100:active {
  border-top-color: rgb(243 247 251 / 1);
}

.active\:border-t-brand-50\/20:active {
  border-top-color: rgb(243 247 251 / 0.2);
}

.active\:border-t-brand-50\/25:active {
  border-top-color: rgb(243 247 251 / 0.25);
}

.active\:border-t-brand-50\/30:active {
  border-top-color: rgb(243 247 251 / 0.3);
}

.active\:border-t-brand-50\/40:active {
  border-top-color: rgb(243 247 251 / 0.4);
}

.active\:border-t-brand-50\/5:active {
  border-top-color: rgb(243 247 251 / 0.05);
}

.active\:border-t-brand-50\/50:active {
  border-top-color: rgb(243 247 251 / 0.5);
}

.active\:border-t-brand-50\/60:active {
  border-top-color: rgb(243 247 251 / 0.6);
}

.active\:border-t-brand-50\/70:active {
  border-top-color: rgb(243 247 251 / 0.7);
}

.active\:border-t-brand-50\/75:active {
  border-top-color: rgb(243 247 251 / 0.75);
}

.active\:border-t-brand-50\/80:active {
  border-top-color: rgb(243 247 251 / 0.8);
}

.active\:border-t-brand-50\/90:active {
  border-top-color: rgb(243 247 251 / 0.9);
}

.active\:border-t-brand-50\/95:active {
  border-top-color: rgb(243 247 251 / 0.95);
}

.active\:border-t-brand-500:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(6 93 169 / var(--tw-border-opacity));
}

.active\:border-t-brand-500\/0:active {
  border-top-color: rgb(6 93 169 / 0);
}

.active\:border-t-brand-500\/10:active {
  border-top-color: rgb(6 93 169 / 0.1);
}

.active\:border-t-brand-500\/100:active {
  border-top-color: rgb(6 93 169 / 1);
}

.active\:border-t-brand-500\/20:active {
  border-top-color: rgb(6 93 169 / 0.2);
}

.active\:border-t-brand-500\/25:active {
  border-top-color: rgb(6 93 169 / 0.25);
}

.active\:border-t-brand-500\/30:active {
  border-top-color: rgb(6 93 169 / 0.3);
}

.active\:border-t-brand-500\/40:active {
  border-top-color: rgb(6 93 169 / 0.4);
}

.active\:border-t-brand-500\/5:active {
  border-top-color: rgb(6 93 169 / 0.05);
}

.active\:border-t-brand-500\/50:active {
  border-top-color: rgb(6 93 169 / 0.5);
}

.active\:border-t-brand-500\/60:active {
  border-top-color: rgb(6 93 169 / 0.6);
}

.active\:border-t-brand-500\/70:active {
  border-top-color: rgb(6 93 169 / 0.7);
}

.active\:border-t-brand-500\/75:active {
  border-top-color: rgb(6 93 169 / 0.75);
}

.active\:border-t-brand-500\/80:active {
  border-top-color: rgb(6 93 169 / 0.8);
}

.active\:border-t-brand-500\/90:active {
  border-top-color: rgb(6 93 169 / 0.9);
}

.active\:border-t-brand-500\/95:active {
  border-top-color: rgb(6 93 169 / 0.95);
}

.active\:border-t-brand-600:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(5 84 152 / var(--tw-border-opacity));
}

.active\:border-t-brand-600\/0:active {
  border-top-color: rgb(5 84 152 / 0);
}

.active\:border-t-brand-600\/10:active {
  border-top-color: rgb(5 84 152 / 0.1);
}

.active\:border-t-brand-600\/100:active {
  border-top-color: rgb(5 84 152 / 1);
}

.active\:border-t-brand-600\/20:active {
  border-top-color: rgb(5 84 152 / 0.2);
}

.active\:border-t-brand-600\/25:active {
  border-top-color: rgb(5 84 152 / 0.25);
}

.active\:border-t-brand-600\/30:active {
  border-top-color: rgb(5 84 152 / 0.3);
}

.active\:border-t-brand-600\/40:active {
  border-top-color: rgb(5 84 152 / 0.4);
}

.active\:border-t-brand-600\/5:active {
  border-top-color: rgb(5 84 152 / 0.05);
}

.active\:border-t-brand-600\/50:active {
  border-top-color: rgb(5 84 152 / 0.5);
}

.active\:border-t-brand-600\/60:active {
  border-top-color: rgb(5 84 152 / 0.6);
}

.active\:border-t-brand-600\/70:active {
  border-top-color: rgb(5 84 152 / 0.7);
}

.active\:border-t-brand-600\/75:active {
  border-top-color: rgb(5 84 152 / 0.75);
}

.active\:border-t-brand-600\/80:active {
  border-top-color: rgb(5 84 152 / 0.8);
}

.active\:border-t-brand-600\/90:active {
  border-top-color: rgb(5 84 152 / 0.9);
}

.active\:border-t-brand-600\/95:active {
  border-top-color: rgb(5 84 152 / 0.95);
}

.active\:border-t-brand-700:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(4 56 101 / var(--tw-border-opacity));
}

.active\:border-t-brand-700\/0:active {
  border-top-color: rgb(4 56 101 / 0);
}

.active\:border-t-brand-700\/10:active {
  border-top-color: rgb(4 56 101 / 0.1);
}

.active\:border-t-brand-700\/100:active {
  border-top-color: rgb(4 56 101 / 1);
}

.active\:border-t-brand-700\/20:active {
  border-top-color: rgb(4 56 101 / 0.2);
}

.active\:border-t-brand-700\/25:active {
  border-top-color: rgb(4 56 101 / 0.25);
}

.active\:border-t-brand-700\/30:active {
  border-top-color: rgb(4 56 101 / 0.3);
}

.active\:border-t-brand-700\/40:active {
  border-top-color: rgb(4 56 101 / 0.4);
}

.active\:border-t-brand-700\/5:active {
  border-top-color: rgb(4 56 101 / 0.05);
}

.active\:border-t-brand-700\/50:active {
  border-top-color: rgb(4 56 101 / 0.5);
}

.active\:border-t-brand-700\/60:active {
  border-top-color: rgb(4 56 101 / 0.6);
}

.active\:border-t-brand-700\/70:active {
  border-top-color: rgb(4 56 101 / 0.7);
}

.active\:border-t-brand-700\/75:active {
  border-top-color: rgb(4 56 101 / 0.75);
}

.active\:border-t-brand-700\/80:active {
  border-top-color: rgb(4 56 101 / 0.8);
}

.active\:border-t-brand-700\/90:active {
  border-top-color: rgb(4 56 101 / 0.9);
}

.active\:border-t-brand-700\/95:active {
  border-top-color: rgb(4 56 101 / 0.95);
}

.active\:border-t-brand-800:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(3 42 76 / var(--tw-border-opacity));
}

.active\:border-t-brand-800\/0:active {
  border-top-color: rgb(3 42 76 / 0);
}

.active\:border-t-brand-800\/10:active {
  border-top-color: rgb(3 42 76 / 0.1);
}

.active\:border-t-brand-800\/100:active {
  border-top-color: rgb(3 42 76 / 1);
}

.active\:border-t-brand-800\/20:active {
  border-top-color: rgb(3 42 76 / 0.2);
}

.active\:border-t-brand-800\/25:active {
  border-top-color: rgb(3 42 76 / 0.25);
}

.active\:border-t-brand-800\/30:active {
  border-top-color: rgb(3 42 76 / 0.3);
}

.active\:border-t-brand-800\/40:active {
  border-top-color: rgb(3 42 76 / 0.4);
}

.active\:border-t-brand-800\/5:active {
  border-top-color: rgb(3 42 76 / 0.05);
}

.active\:border-t-brand-800\/50:active {
  border-top-color: rgb(3 42 76 / 0.5);
}

.active\:border-t-brand-800\/60:active {
  border-top-color: rgb(3 42 76 / 0.6);
}

.active\:border-t-brand-800\/70:active {
  border-top-color: rgb(3 42 76 / 0.7);
}

.active\:border-t-brand-800\/75:active {
  border-top-color: rgb(3 42 76 / 0.75);
}

.active\:border-t-brand-800\/80:active {
  border-top-color: rgb(3 42 76 / 0.8);
}

.active\:border-t-brand-800\/90:active {
  border-top-color: rgb(3 42 76 / 0.9);
}

.active\:border-t-brand-800\/95:active {
  border-top-color: rgb(3 42 76 / 0.95);
}

.active\:border-t-brand-900:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(2 28 51 / var(--tw-border-opacity));
}

.active\:border-t-brand-900\/0:active {
  border-top-color: rgb(2 28 51 / 0);
}

.active\:border-t-brand-900\/10:active {
  border-top-color: rgb(2 28 51 / 0.1);
}

.active\:border-t-brand-900\/100:active {
  border-top-color: rgb(2 28 51 / 1);
}

.active\:border-t-brand-900\/20:active {
  border-top-color: rgb(2 28 51 / 0.2);
}

.active\:border-t-brand-900\/25:active {
  border-top-color: rgb(2 28 51 / 0.25);
}

.active\:border-t-brand-900\/30:active {
  border-top-color: rgb(2 28 51 / 0.3);
}

.active\:border-t-brand-900\/40:active {
  border-top-color: rgb(2 28 51 / 0.4);
}

.active\:border-t-brand-900\/5:active {
  border-top-color: rgb(2 28 51 / 0.05);
}

.active\:border-t-brand-900\/50:active {
  border-top-color: rgb(2 28 51 / 0.5);
}

.active\:border-t-brand-900\/60:active {
  border-top-color: rgb(2 28 51 / 0.6);
}

.active\:border-t-brand-900\/70:active {
  border-top-color: rgb(2 28 51 / 0.7);
}

.active\:border-t-brand-900\/75:active {
  border-top-color: rgb(2 28 51 / 0.75);
}

.active\:border-t-brand-900\/80:active {
  border-top-color: rgb(2 28 51 / 0.8);
}

.active\:border-t-brand-900\/90:active {
  border-top-color: rgb(2 28 51 / 0.9);
}

.active\:border-t-brand-900\/95:active {
  border-top-color: rgb(2 28 51 / 0.95);
}

.active\:border-t-current:active {
  border-top-color: currentColor;
}

.active\:border-t-cyan-100:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(207 250 254 / var(--tw-border-opacity));
}

.active\:border-t-cyan-100\/0:active {
  border-top-color: rgb(207 250 254 / 0);
}

.active\:border-t-cyan-100\/10:active {
  border-top-color: rgb(207 250 254 / 0.1);
}

.active\:border-t-cyan-100\/100:active {
  border-top-color: rgb(207 250 254 / 1);
}

.active\:border-t-cyan-100\/20:active {
  border-top-color: rgb(207 250 254 / 0.2);
}

.active\:border-t-cyan-100\/25:active {
  border-top-color: rgb(207 250 254 / 0.25);
}

.active\:border-t-cyan-100\/30:active {
  border-top-color: rgb(207 250 254 / 0.3);
}

.active\:border-t-cyan-100\/40:active {
  border-top-color: rgb(207 250 254 / 0.4);
}

.active\:border-t-cyan-100\/5:active {
  border-top-color: rgb(207 250 254 / 0.05);
}

.active\:border-t-cyan-100\/50:active {
  border-top-color: rgb(207 250 254 / 0.5);
}

.active\:border-t-cyan-100\/60:active {
  border-top-color: rgb(207 250 254 / 0.6);
}

.active\:border-t-cyan-100\/70:active {
  border-top-color: rgb(207 250 254 / 0.7);
}

.active\:border-t-cyan-100\/75:active {
  border-top-color: rgb(207 250 254 / 0.75);
}

.active\:border-t-cyan-100\/80:active {
  border-top-color: rgb(207 250 254 / 0.8);
}

.active\:border-t-cyan-100\/90:active {
  border-top-color: rgb(207 250 254 / 0.9);
}

.active\:border-t-cyan-100\/95:active {
  border-top-color: rgb(207 250 254 / 0.95);
}

.active\:border-t-cyan-200:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(165 243 252 / var(--tw-border-opacity));
}

.active\:border-t-cyan-200\/0:active {
  border-top-color: rgb(165 243 252 / 0);
}

.active\:border-t-cyan-200\/10:active {
  border-top-color: rgb(165 243 252 / 0.1);
}

.active\:border-t-cyan-200\/100:active {
  border-top-color: rgb(165 243 252 / 1);
}

.active\:border-t-cyan-200\/20:active {
  border-top-color: rgb(165 243 252 / 0.2);
}

.active\:border-t-cyan-200\/25:active {
  border-top-color: rgb(165 243 252 / 0.25);
}

.active\:border-t-cyan-200\/30:active {
  border-top-color: rgb(165 243 252 / 0.3);
}

.active\:border-t-cyan-200\/40:active {
  border-top-color: rgb(165 243 252 / 0.4);
}

.active\:border-t-cyan-200\/5:active {
  border-top-color: rgb(165 243 252 / 0.05);
}

.active\:border-t-cyan-200\/50:active {
  border-top-color: rgb(165 243 252 / 0.5);
}

.active\:border-t-cyan-200\/60:active {
  border-top-color: rgb(165 243 252 / 0.6);
}

.active\:border-t-cyan-200\/70:active {
  border-top-color: rgb(165 243 252 / 0.7);
}

.active\:border-t-cyan-200\/75:active {
  border-top-color: rgb(165 243 252 / 0.75);
}

.active\:border-t-cyan-200\/80:active {
  border-top-color: rgb(165 243 252 / 0.8);
}

.active\:border-t-cyan-200\/90:active {
  border-top-color: rgb(165 243 252 / 0.9);
}

.active\:border-t-cyan-200\/95:active {
  border-top-color: rgb(165 243 252 / 0.95);
}

.active\:border-t-cyan-300:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(103 232 249 / var(--tw-border-opacity));
}

.active\:border-t-cyan-300\/0:active {
  border-top-color: rgb(103 232 249 / 0);
}

.active\:border-t-cyan-300\/10:active {
  border-top-color: rgb(103 232 249 / 0.1);
}

.active\:border-t-cyan-300\/100:active {
  border-top-color: rgb(103 232 249 / 1);
}

.active\:border-t-cyan-300\/20:active {
  border-top-color: rgb(103 232 249 / 0.2);
}

.active\:border-t-cyan-300\/25:active {
  border-top-color: rgb(103 232 249 / 0.25);
}

.active\:border-t-cyan-300\/30:active {
  border-top-color: rgb(103 232 249 / 0.3);
}

.active\:border-t-cyan-300\/40:active {
  border-top-color: rgb(103 232 249 / 0.4);
}

.active\:border-t-cyan-300\/5:active {
  border-top-color: rgb(103 232 249 / 0.05);
}

.active\:border-t-cyan-300\/50:active {
  border-top-color: rgb(103 232 249 / 0.5);
}

.active\:border-t-cyan-300\/60:active {
  border-top-color: rgb(103 232 249 / 0.6);
}

.active\:border-t-cyan-300\/70:active {
  border-top-color: rgb(103 232 249 / 0.7);
}

.active\:border-t-cyan-300\/75:active {
  border-top-color: rgb(103 232 249 / 0.75);
}

.active\:border-t-cyan-300\/80:active {
  border-top-color: rgb(103 232 249 / 0.8);
}

.active\:border-t-cyan-300\/90:active {
  border-top-color: rgb(103 232 249 / 0.9);
}

.active\:border-t-cyan-300\/95:active {
  border-top-color: rgb(103 232 249 / 0.95);
}

.active\:border-t-cyan-400:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(34 211 238 / var(--tw-border-opacity));
}

.active\:border-t-cyan-400\/0:active {
  border-top-color: rgb(34 211 238 / 0);
}

.active\:border-t-cyan-400\/10:active {
  border-top-color: rgb(34 211 238 / 0.1);
}

.active\:border-t-cyan-400\/100:active {
  border-top-color: rgb(34 211 238 / 1);
}

.active\:border-t-cyan-400\/20:active {
  border-top-color: rgb(34 211 238 / 0.2);
}

.active\:border-t-cyan-400\/25:active {
  border-top-color: rgb(34 211 238 / 0.25);
}

.active\:border-t-cyan-400\/30:active {
  border-top-color: rgb(34 211 238 / 0.3);
}

.active\:border-t-cyan-400\/40:active {
  border-top-color: rgb(34 211 238 / 0.4);
}

.active\:border-t-cyan-400\/5:active {
  border-top-color: rgb(34 211 238 / 0.05);
}

.active\:border-t-cyan-400\/50:active {
  border-top-color: rgb(34 211 238 / 0.5);
}

.active\:border-t-cyan-400\/60:active {
  border-top-color: rgb(34 211 238 / 0.6);
}

.active\:border-t-cyan-400\/70:active {
  border-top-color: rgb(34 211 238 / 0.7);
}

.active\:border-t-cyan-400\/75:active {
  border-top-color: rgb(34 211 238 / 0.75);
}

.active\:border-t-cyan-400\/80:active {
  border-top-color: rgb(34 211 238 / 0.8);
}

.active\:border-t-cyan-400\/90:active {
  border-top-color: rgb(34 211 238 / 0.9);
}

.active\:border-t-cyan-400\/95:active {
  border-top-color: rgb(34 211 238 / 0.95);
}

.active\:border-t-cyan-50:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(236 254 255 / var(--tw-border-opacity));
}

.active\:border-t-cyan-50\/0:active {
  border-top-color: rgb(236 254 255 / 0);
}

.active\:border-t-cyan-50\/10:active {
  border-top-color: rgb(236 254 255 / 0.1);
}

.active\:border-t-cyan-50\/100:active {
  border-top-color: rgb(236 254 255 / 1);
}

.active\:border-t-cyan-50\/20:active {
  border-top-color: rgb(236 254 255 / 0.2);
}

.active\:border-t-cyan-50\/25:active {
  border-top-color: rgb(236 254 255 / 0.25);
}

.active\:border-t-cyan-50\/30:active {
  border-top-color: rgb(236 254 255 / 0.3);
}

.active\:border-t-cyan-50\/40:active {
  border-top-color: rgb(236 254 255 / 0.4);
}

.active\:border-t-cyan-50\/5:active {
  border-top-color: rgb(236 254 255 / 0.05);
}

.active\:border-t-cyan-50\/50:active {
  border-top-color: rgb(236 254 255 / 0.5);
}

.active\:border-t-cyan-50\/60:active {
  border-top-color: rgb(236 254 255 / 0.6);
}

.active\:border-t-cyan-50\/70:active {
  border-top-color: rgb(236 254 255 / 0.7);
}

.active\:border-t-cyan-50\/75:active {
  border-top-color: rgb(236 254 255 / 0.75);
}

.active\:border-t-cyan-50\/80:active {
  border-top-color: rgb(236 254 255 / 0.8);
}

.active\:border-t-cyan-50\/90:active {
  border-top-color: rgb(236 254 255 / 0.9);
}

.active\:border-t-cyan-50\/95:active {
  border-top-color: rgb(236 254 255 / 0.95);
}

.active\:border-t-cyan-500:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(6 182 212 / var(--tw-border-opacity));
}

.active\:border-t-cyan-500\/0:active {
  border-top-color: rgb(6 182 212 / 0);
}

.active\:border-t-cyan-500\/10:active {
  border-top-color: rgb(6 182 212 / 0.1);
}

.active\:border-t-cyan-500\/100:active {
  border-top-color: rgb(6 182 212 / 1);
}

.active\:border-t-cyan-500\/20:active {
  border-top-color: rgb(6 182 212 / 0.2);
}

.active\:border-t-cyan-500\/25:active {
  border-top-color: rgb(6 182 212 / 0.25);
}

.active\:border-t-cyan-500\/30:active {
  border-top-color: rgb(6 182 212 / 0.3);
}

.active\:border-t-cyan-500\/40:active {
  border-top-color: rgb(6 182 212 / 0.4);
}

.active\:border-t-cyan-500\/5:active {
  border-top-color: rgb(6 182 212 / 0.05);
}

.active\:border-t-cyan-500\/50:active {
  border-top-color: rgb(6 182 212 / 0.5);
}

.active\:border-t-cyan-500\/60:active {
  border-top-color: rgb(6 182 212 / 0.6);
}

.active\:border-t-cyan-500\/70:active {
  border-top-color: rgb(6 182 212 / 0.7);
}

.active\:border-t-cyan-500\/75:active {
  border-top-color: rgb(6 182 212 / 0.75);
}

.active\:border-t-cyan-500\/80:active {
  border-top-color: rgb(6 182 212 / 0.8);
}

.active\:border-t-cyan-500\/90:active {
  border-top-color: rgb(6 182 212 / 0.9);
}

.active\:border-t-cyan-500\/95:active {
  border-top-color: rgb(6 182 212 / 0.95);
}

.active\:border-t-cyan-600:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(8 145 178 / var(--tw-border-opacity));
}

.active\:border-t-cyan-600\/0:active {
  border-top-color: rgb(8 145 178 / 0);
}

.active\:border-t-cyan-600\/10:active {
  border-top-color: rgb(8 145 178 / 0.1);
}

.active\:border-t-cyan-600\/100:active {
  border-top-color: rgb(8 145 178 / 1);
}

.active\:border-t-cyan-600\/20:active {
  border-top-color: rgb(8 145 178 / 0.2);
}

.active\:border-t-cyan-600\/25:active {
  border-top-color: rgb(8 145 178 / 0.25);
}

.active\:border-t-cyan-600\/30:active {
  border-top-color: rgb(8 145 178 / 0.3);
}

.active\:border-t-cyan-600\/40:active {
  border-top-color: rgb(8 145 178 / 0.4);
}

.active\:border-t-cyan-600\/5:active {
  border-top-color: rgb(8 145 178 / 0.05);
}

.active\:border-t-cyan-600\/50:active {
  border-top-color: rgb(8 145 178 / 0.5);
}

.active\:border-t-cyan-600\/60:active {
  border-top-color: rgb(8 145 178 / 0.6);
}

.active\:border-t-cyan-600\/70:active {
  border-top-color: rgb(8 145 178 / 0.7);
}

.active\:border-t-cyan-600\/75:active {
  border-top-color: rgb(8 145 178 / 0.75);
}

.active\:border-t-cyan-600\/80:active {
  border-top-color: rgb(8 145 178 / 0.8);
}

.active\:border-t-cyan-600\/90:active {
  border-top-color: rgb(8 145 178 / 0.9);
}

.active\:border-t-cyan-600\/95:active {
  border-top-color: rgb(8 145 178 / 0.95);
}

.active\:border-t-cyan-700:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(14 116 144 / var(--tw-border-opacity));
}

.active\:border-t-cyan-700\/0:active {
  border-top-color: rgb(14 116 144 / 0);
}

.active\:border-t-cyan-700\/10:active {
  border-top-color: rgb(14 116 144 / 0.1);
}

.active\:border-t-cyan-700\/100:active {
  border-top-color: rgb(14 116 144 / 1);
}

.active\:border-t-cyan-700\/20:active {
  border-top-color: rgb(14 116 144 / 0.2);
}

.active\:border-t-cyan-700\/25:active {
  border-top-color: rgb(14 116 144 / 0.25);
}

.active\:border-t-cyan-700\/30:active {
  border-top-color: rgb(14 116 144 / 0.3);
}

.active\:border-t-cyan-700\/40:active {
  border-top-color: rgb(14 116 144 / 0.4);
}

.active\:border-t-cyan-700\/5:active {
  border-top-color: rgb(14 116 144 / 0.05);
}

.active\:border-t-cyan-700\/50:active {
  border-top-color: rgb(14 116 144 / 0.5);
}

.active\:border-t-cyan-700\/60:active {
  border-top-color: rgb(14 116 144 / 0.6);
}

.active\:border-t-cyan-700\/70:active {
  border-top-color: rgb(14 116 144 / 0.7);
}

.active\:border-t-cyan-700\/75:active {
  border-top-color: rgb(14 116 144 / 0.75);
}

.active\:border-t-cyan-700\/80:active {
  border-top-color: rgb(14 116 144 / 0.8);
}

.active\:border-t-cyan-700\/90:active {
  border-top-color: rgb(14 116 144 / 0.9);
}

.active\:border-t-cyan-700\/95:active {
  border-top-color: rgb(14 116 144 / 0.95);
}

.active\:border-t-cyan-800:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(21 94 117 / var(--tw-border-opacity));
}

.active\:border-t-cyan-800\/0:active {
  border-top-color: rgb(21 94 117 / 0);
}

.active\:border-t-cyan-800\/10:active {
  border-top-color: rgb(21 94 117 / 0.1);
}

.active\:border-t-cyan-800\/100:active {
  border-top-color: rgb(21 94 117 / 1);
}

.active\:border-t-cyan-800\/20:active {
  border-top-color: rgb(21 94 117 / 0.2);
}

.active\:border-t-cyan-800\/25:active {
  border-top-color: rgb(21 94 117 / 0.25);
}

.active\:border-t-cyan-800\/30:active {
  border-top-color: rgb(21 94 117 / 0.3);
}

.active\:border-t-cyan-800\/40:active {
  border-top-color: rgb(21 94 117 / 0.4);
}

.active\:border-t-cyan-800\/5:active {
  border-top-color: rgb(21 94 117 / 0.05);
}

.active\:border-t-cyan-800\/50:active {
  border-top-color: rgb(21 94 117 / 0.5);
}

.active\:border-t-cyan-800\/60:active {
  border-top-color: rgb(21 94 117 / 0.6);
}

.active\:border-t-cyan-800\/70:active {
  border-top-color: rgb(21 94 117 / 0.7);
}

.active\:border-t-cyan-800\/75:active {
  border-top-color: rgb(21 94 117 / 0.75);
}

.active\:border-t-cyan-800\/80:active {
  border-top-color: rgb(21 94 117 / 0.8);
}

.active\:border-t-cyan-800\/90:active {
  border-top-color: rgb(21 94 117 / 0.9);
}

.active\:border-t-cyan-800\/95:active {
  border-top-color: rgb(21 94 117 / 0.95);
}

.active\:border-t-cyan-900:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(22 78 99 / var(--tw-border-opacity));
}

.active\:border-t-cyan-900\/0:active {
  border-top-color: rgb(22 78 99 / 0);
}

.active\:border-t-cyan-900\/10:active {
  border-top-color: rgb(22 78 99 / 0.1);
}

.active\:border-t-cyan-900\/100:active {
  border-top-color: rgb(22 78 99 / 1);
}

.active\:border-t-cyan-900\/20:active {
  border-top-color: rgb(22 78 99 / 0.2);
}

.active\:border-t-cyan-900\/25:active {
  border-top-color: rgb(22 78 99 / 0.25);
}

.active\:border-t-cyan-900\/30:active {
  border-top-color: rgb(22 78 99 / 0.3);
}

.active\:border-t-cyan-900\/40:active {
  border-top-color: rgb(22 78 99 / 0.4);
}

.active\:border-t-cyan-900\/5:active {
  border-top-color: rgb(22 78 99 / 0.05);
}

.active\:border-t-cyan-900\/50:active {
  border-top-color: rgb(22 78 99 / 0.5);
}

.active\:border-t-cyan-900\/60:active {
  border-top-color: rgb(22 78 99 / 0.6);
}

.active\:border-t-cyan-900\/70:active {
  border-top-color: rgb(22 78 99 / 0.7);
}

.active\:border-t-cyan-900\/75:active {
  border-top-color: rgb(22 78 99 / 0.75);
}

.active\:border-t-cyan-900\/80:active {
  border-top-color: rgb(22 78 99 / 0.8);
}

.active\:border-t-cyan-900\/90:active {
  border-top-color: rgb(22 78 99 / 0.9);
}

.active\:border-t-cyan-900\/95:active {
  border-top-color: rgb(22 78 99 / 0.95);
}

.active\:border-t-cyan-950:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(8 51 68 / var(--tw-border-opacity));
}

.active\:border-t-cyan-950\/0:active {
  border-top-color: rgb(8 51 68 / 0);
}

.active\:border-t-cyan-950\/10:active {
  border-top-color: rgb(8 51 68 / 0.1);
}

.active\:border-t-cyan-950\/100:active {
  border-top-color: rgb(8 51 68 / 1);
}

.active\:border-t-cyan-950\/20:active {
  border-top-color: rgb(8 51 68 / 0.2);
}

.active\:border-t-cyan-950\/25:active {
  border-top-color: rgb(8 51 68 / 0.25);
}

.active\:border-t-cyan-950\/30:active {
  border-top-color: rgb(8 51 68 / 0.3);
}

.active\:border-t-cyan-950\/40:active {
  border-top-color: rgb(8 51 68 / 0.4);
}

.active\:border-t-cyan-950\/5:active {
  border-top-color: rgb(8 51 68 / 0.05);
}

.active\:border-t-cyan-950\/50:active {
  border-top-color: rgb(8 51 68 / 0.5);
}

.active\:border-t-cyan-950\/60:active {
  border-top-color: rgb(8 51 68 / 0.6);
}

.active\:border-t-cyan-950\/70:active {
  border-top-color: rgb(8 51 68 / 0.7);
}

.active\:border-t-cyan-950\/75:active {
  border-top-color: rgb(8 51 68 / 0.75);
}

.active\:border-t-cyan-950\/80:active {
  border-top-color: rgb(8 51 68 / 0.8);
}

.active\:border-t-cyan-950\/90:active {
  border-top-color: rgb(8 51 68 / 0.9);
}

.active\:border-t-cyan-950\/95:active {
  border-top-color: rgb(8 51 68 / 0.95);
}

.active\:border-t-emerald-100:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(209 250 229 / var(--tw-border-opacity));
}

.active\:border-t-emerald-100\/0:active {
  border-top-color: rgb(209 250 229 / 0);
}

.active\:border-t-emerald-100\/10:active {
  border-top-color: rgb(209 250 229 / 0.1);
}

.active\:border-t-emerald-100\/100:active {
  border-top-color: rgb(209 250 229 / 1);
}

.active\:border-t-emerald-100\/20:active {
  border-top-color: rgb(209 250 229 / 0.2);
}

.active\:border-t-emerald-100\/25:active {
  border-top-color: rgb(209 250 229 / 0.25);
}

.active\:border-t-emerald-100\/30:active {
  border-top-color: rgb(209 250 229 / 0.3);
}

.active\:border-t-emerald-100\/40:active {
  border-top-color: rgb(209 250 229 / 0.4);
}

.active\:border-t-emerald-100\/5:active {
  border-top-color: rgb(209 250 229 / 0.05);
}

.active\:border-t-emerald-100\/50:active {
  border-top-color: rgb(209 250 229 / 0.5);
}

.active\:border-t-emerald-100\/60:active {
  border-top-color: rgb(209 250 229 / 0.6);
}

.active\:border-t-emerald-100\/70:active {
  border-top-color: rgb(209 250 229 / 0.7);
}

.active\:border-t-emerald-100\/75:active {
  border-top-color: rgb(209 250 229 / 0.75);
}

.active\:border-t-emerald-100\/80:active {
  border-top-color: rgb(209 250 229 / 0.8);
}

.active\:border-t-emerald-100\/90:active {
  border-top-color: rgb(209 250 229 / 0.9);
}

.active\:border-t-emerald-100\/95:active {
  border-top-color: rgb(209 250 229 / 0.95);
}

.active\:border-t-emerald-200:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(167 243 208 / var(--tw-border-opacity));
}

.active\:border-t-emerald-200\/0:active {
  border-top-color: rgb(167 243 208 / 0);
}

.active\:border-t-emerald-200\/10:active {
  border-top-color: rgb(167 243 208 / 0.1);
}

.active\:border-t-emerald-200\/100:active {
  border-top-color: rgb(167 243 208 / 1);
}

.active\:border-t-emerald-200\/20:active {
  border-top-color: rgb(167 243 208 / 0.2);
}

.active\:border-t-emerald-200\/25:active {
  border-top-color: rgb(167 243 208 / 0.25);
}

.active\:border-t-emerald-200\/30:active {
  border-top-color: rgb(167 243 208 / 0.3);
}

.active\:border-t-emerald-200\/40:active {
  border-top-color: rgb(167 243 208 / 0.4);
}

.active\:border-t-emerald-200\/5:active {
  border-top-color: rgb(167 243 208 / 0.05);
}

.active\:border-t-emerald-200\/50:active {
  border-top-color: rgb(167 243 208 / 0.5);
}

.active\:border-t-emerald-200\/60:active {
  border-top-color: rgb(167 243 208 / 0.6);
}

.active\:border-t-emerald-200\/70:active {
  border-top-color: rgb(167 243 208 / 0.7);
}

.active\:border-t-emerald-200\/75:active {
  border-top-color: rgb(167 243 208 / 0.75);
}

.active\:border-t-emerald-200\/80:active {
  border-top-color: rgb(167 243 208 / 0.8);
}

.active\:border-t-emerald-200\/90:active {
  border-top-color: rgb(167 243 208 / 0.9);
}

.active\:border-t-emerald-200\/95:active {
  border-top-color: rgb(167 243 208 / 0.95);
}

.active\:border-t-emerald-300:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(110 231 183 / var(--tw-border-opacity));
}

.active\:border-t-emerald-300\/0:active {
  border-top-color: rgb(110 231 183 / 0);
}

.active\:border-t-emerald-300\/10:active {
  border-top-color: rgb(110 231 183 / 0.1);
}

.active\:border-t-emerald-300\/100:active {
  border-top-color: rgb(110 231 183 / 1);
}

.active\:border-t-emerald-300\/20:active {
  border-top-color: rgb(110 231 183 / 0.2);
}

.active\:border-t-emerald-300\/25:active {
  border-top-color: rgb(110 231 183 / 0.25);
}

.active\:border-t-emerald-300\/30:active {
  border-top-color: rgb(110 231 183 / 0.3);
}

.active\:border-t-emerald-300\/40:active {
  border-top-color: rgb(110 231 183 / 0.4);
}

.active\:border-t-emerald-300\/5:active {
  border-top-color: rgb(110 231 183 / 0.05);
}

.active\:border-t-emerald-300\/50:active {
  border-top-color: rgb(110 231 183 / 0.5);
}

.active\:border-t-emerald-300\/60:active {
  border-top-color: rgb(110 231 183 / 0.6);
}

.active\:border-t-emerald-300\/70:active {
  border-top-color: rgb(110 231 183 / 0.7);
}

.active\:border-t-emerald-300\/75:active {
  border-top-color: rgb(110 231 183 / 0.75);
}

.active\:border-t-emerald-300\/80:active {
  border-top-color: rgb(110 231 183 / 0.8);
}

.active\:border-t-emerald-300\/90:active {
  border-top-color: rgb(110 231 183 / 0.9);
}

.active\:border-t-emerald-300\/95:active {
  border-top-color: rgb(110 231 183 / 0.95);
}

.active\:border-t-emerald-400:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.active\:border-t-emerald-400\/0:active {
  border-top-color: rgb(52 211 153 / 0);
}

.active\:border-t-emerald-400\/10:active {
  border-top-color: rgb(52 211 153 / 0.1);
}

.active\:border-t-emerald-400\/100:active {
  border-top-color: rgb(52 211 153 / 1);
}

.active\:border-t-emerald-400\/20:active {
  border-top-color: rgb(52 211 153 / 0.2);
}

.active\:border-t-emerald-400\/25:active {
  border-top-color: rgb(52 211 153 / 0.25);
}

.active\:border-t-emerald-400\/30:active {
  border-top-color: rgb(52 211 153 / 0.3);
}

.active\:border-t-emerald-400\/40:active {
  border-top-color: rgb(52 211 153 / 0.4);
}

.active\:border-t-emerald-400\/5:active {
  border-top-color: rgb(52 211 153 / 0.05);
}

.active\:border-t-emerald-400\/50:active {
  border-top-color: rgb(52 211 153 / 0.5);
}

.active\:border-t-emerald-400\/60:active {
  border-top-color: rgb(52 211 153 / 0.6);
}

.active\:border-t-emerald-400\/70:active {
  border-top-color: rgb(52 211 153 / 0.7);
}

.active\:border-t-emerald-400\/75:active {
  border-top-color: rgb(52 211 153 / 0.75);
}

.active\:border-t-emerald-400\/80:active {
  border-top-color: rgb(52 211 153 / 0.8);
}

.active\:border-t-emerald-400\/90:active {
  border-top-color: rgb(52 211 153 / 0.9);
}

.active\:border-t-emerald-400\/95:active {
  border-top-color: rgb(52 211 153 / 0.95);
}

.active\:border-t-emerald-50:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(236 253 245 / var(--tw-border-opacity));
}

.active\:border-t-emerald-50\/0:active {
  border-top-color: rgb(236 253 245 / 0);
}

.active\:border-t-emerald-50\/10:active {
  border-top-color: rgb(236 253 245 / 0.1);
}

.active\:border-t-emerald-50\/100:active {
  border-top-color: rgb(236 253 245 / 1);
}

.active\:border-t-emerald-50\/20:active {
  border-top-color: rgb(236 253 245 / 0.2);
}

.active\:border-t-emerald-50\/25:active {
  border-top-color: rgb(236 253 245 / 0.25);
}

.active\:border-t-emerald-50\/30:active {
  border-top-color: rgb(236 253 245 / 0.3);
}

.active\:border-t-emerald-50\/40:active {
  border-top-color: rgb(236 253 245 / 0.4);
}

.active\:border-t-emerald-50\/5:active {
  border-top-color: rgb(236 253 245 / 0.05);
}

.active\:border-t-emerald-50\/50:active {
  border-top-color: rgb(236 253 245 / 0.5);
}

.active\:border-t-emerald-50\/60:active {
  border-top-color: rgb(236 253 245 / 0.6);
}

.active\:border-t-emerald-50\/70:active {
  border-top-color: rgb(236 253 245 / 0.7);
}

.active\:border-t-emerald-50\/75:active {
  border-top-color: rgb(236 253 245 / 0.75);
}

.active\:border-t-emerald-50\/80:active {
  border-top-color: rgb(236 253 245 / 0.8);
}

.active\:border-t-emerald-50\/90:active {
  border-top-color: rgb(236 253 245 / 0.9);
}

.active\:border-t-emerald-50\/95:active {
  border-top-color: rgb(236 253 245 / 0.95);
}

.active\:border-t-emerald-500:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.active\:border-t-emerald-500\/0:active {
  border-top-color: rgb(16 185 129 / 0);
}

.active\:border-t-emerald-500\/10:active {
  border-top-color: rgb(16 185 129 / 0.1);
}

.active\:border-t-emerald-500\/100:active {
  border-top-color: rgb(16 185 129 / 1);
}

.active\:border-t-emerald-500\/20:active {
  border-top-color: rgb(16 185 129 / 0.2);
}

.active\:border-t-emerald-500\/25:active {
  border-top-color: rgb(16 185 129 / 0.25);
}

.active\:border-t-emerald-500\/30:active {
  border-top-color: rgb(16 185 129 / 0.3);
}

.active\:border-t-emerald-500\/40:active {
  border-top-color: rgb(16 185 129 / 0.4);
}

.active\:border-t-emerald-500\/5:active {
  border-top-color: rgb(16 185 129 / 0.05);
}

.active\:border-t-emerald-500\/50:active {
  border-top-color: rgb(16 185 129 / 0.5);
}

.active\:border-t-emerald-500\/60:active {
  border-top-color: rgb(16 185 129 / 0.6);
}

.active\:border-t-emerald-500\/70:active {
  border-top-color: rgb(16 185 129 / 0.7);
}

.active\:border-t-emerald-500\/75:active {
  border-top-color: rgb(16 185 129 / 0.75);
}

.active\:border-t-emerald-500\/80:active {
  border-top-color: rgb(16 185 129 / 0.8);
}

.active\:border-t-emerald-500\/90:active {
  border-top-color: rgb(16 185 129 / 0.9);
}

.active\:border-t-emerald-500\/95:active {
  border-top-color: rgb(16 185 129 / 0.95);
}

.active\:border-t-emerald-600:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(5 150 105 / var(--tw-border-opacity));
}

.active\:border-t-emerald-600\/0:active {
  border-top-color: rgb(5 150 105 / 0);
}

.active\:border-t-emerald-600\/10:active {
  border-top-color: rgb(5 150 105 / 0.1);
}

.active\:border-t-emerald-600\/100:active {
  border-top-color: rgb(5 150 105 / 1);
}

.active\:border-t-emerald-600\/20:active {
  border-top-color: rgb(5 150 105 / 0.2);
}

.active\:border-t-emerald-600\/25:active {
  border-top-color: rgb(5 150 105 / 0.25);
}

.active\:border-t-emerald-600\/30:active {
  border-top-color: rgb(5 150 105 / 0.3);
}

.active\:border-t-emerald-600\/40:active {
  border-top-color: rgb(5 150 105 / 0.4);
}

.active\:border-t-emerald-600\/5:active {
  border-top-color: rgb(5 150 105 / 0.05);
}

.active\:border-t-emerald-600\/50:active {
  border-top-color: rgb(5 150 105 / 0.5);
}

.active\:border-t-emerald-600\/60:active {
  border-top-color: rgb(5 150 105 / 0.6);
}

.active\:border-t-emerald-600\/70:active {
  border-top-color: rgb(5 150 105 / 0.7);
}

.active\:border-t-emerald-600\/75:active {
  border-top-color: rgb(5 150 105 / 0.75);
}

.active\:border-t-emerald-600\/80:active {
  border-top-color: rgb(5 150 105 / 0.8);
}

.active\:border-t-emerald-600\/90:active {
  border-top-color: rgb(5 150 105 / 0.9);
}

.active\:border-t-emerald-600\/95:active {
  border-top-color: rgb(5 150 105 / 0.95);
}

.active\:border-t-emerald-700:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(4 120 87 / var(--tw-border-opacity));
}

.active\:border-t-emerald-700\/0:active {
  border-top-color: rgb(4 120 87 / 0);
}

.active\:border-t-emerald-700\/10:active {
  border-top-color: rgb(4 120 87 / 0.1);
}

.active\:border-t-emerald-700\/100:active {
  border-top-color: rgb(4 120 87 / 1);
}

.active\:border-t-emerald-700\/20:active {
  border-top-color: rgb(4 120 87 / 0.2);
}

.active\:border-t-emerald-700\/25:active {
  border-top-color: rgb(4 120 87 / 0.25);
}

.active\:border-t-emerald-700\/30:active {
  border-top-color: rgb(4 120 87 / 0.3);
}

.active\:border-t-emerald-700\/40:active {
  border-top-color: rgb(4 120 87 / 0.4);
}

.active\:border-t-emerald-700\/5:active {
  border-top-color: rgb(4 120 87 / 0.05);
}

.active\:border-t-emerald-700\/50:active {
  border-top-color: rgb(4 120 87 / 0.5);
}

.active\:border-t-emerald-700\/60:active {
  border-top-color: rgb(4 120 87 / 0.6);
}

.active\:border-t-emerald-700\/70:active {
  border-top-color: rgb(4 120 87 / 0.7);
}

.active\:border-t-emerald-700\/75:active {
  border-top-color: rgb(4 120 87 / 0.75);
}

.active\:border-t-emerald-700\/80:active {
  border-top-color: rgb(4 120 87 / 0.8);
}

.active\:border-t-emerald-700\/90:active {
  border-top-color: rgb(4 120 87 / 0.9);
}

.active\:border-t-emerald-700\/95:active {
  border-top-color: rgb(4 120 87 / 0.95);
}

.active\:border-t-emerald-800:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(6 95 70 / var(--tw-border-opacity));
}

.active\:border-t-emerald-800\/0:active {
  border-top-color: rgb(6 95 70 / 0);
}

.active\:border-t-emerald-800\/10:active {
  border-top-color: rgb(6 95 70 / 0.1);
}

.active\:border-t-emerald-800\/100:active {
  border-top-color: rgb(6 95 70 / 1);
}

.active\:border-t-emerald-800\/20:active {
  border-top-color: rgb(6 95 70 / 0.2);
}

.active\:border-t-emerald-800\/25:active {
  border-top-color: rgb(6 95 70 / 0.25);
}

.active\:border-t-emerald-800\/30:active {
  border-top-color: rgb(6 95 70 / 0.3);
}

.active\:border-t-emerald-800\/40:active {
  border-top-color: rgb(6 95 70 / 0.4);
}

.active\:border-t-emerald-800\/5:active {
  border-top-color: rgb(6 95 70 / 0.05);
}

.active\:border-t-emerald-800\/50:active {
  border-top-color: rgb(6 95 70 / 0.5);
}

.active\:border-t-emerald-800\/60:active {
  border-top-color: rgb(6 95 70 / 0.6);
}

.active\:border-t-emerald-800\/70:active {
  border-top-color: rgb(6 95 70 / 0.7);
}

.active\:border-t-emerald-800\/75:active {
  border-top-color: rgb(6 95 70 / 0.75);
}

.active\:border-t-emerald-800\/80:active {
  border-top-color: rgb(6 95 70 / 0.8);
}

.active\:border-t-emerald-800\/90:active {
  border-top-color: rgb(6 95 70 / 0.9);
}

.active\:border-t-emerald-800\/95:active {
  border-top-color: rgb(6 95 70 / 0.95);
}

.active\:border-t-emerald-900:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(6 78 59 / var(--tw-border-opacity));
}

.active\:border-t-emerald-900\/0:active {
  border-top-color: rgb(6 78 59 / 0);
}

.active\:border-t-emerald-900\/10:active {
  border-top-color: rgb(6 78 59 / 0.1);
}

.active\:border-t-emerald-900\/100:active {
  border-top-color: rgb(6 78 59 / 1);
}

.active\:border-t-emerald-900\/20:active {
  border-top-color: rgb(6 78 59 / 0.2);
}

.active\:border-t-emerald-900\/25:active {
  border-top-color: rgb(6 78 59 / 0.25);
}

.active\:border-t-emerald-900\/30:active {
  border-top-color: rgb(6 78 59 / 0.3);
}

.active\:border-t-emerald-900\/40:active {
  border-top-color: rgb(6 78 59 / 0.4);
}

.active\:border-t-emerald-900\/5:active {
  border-top-color: rgb(6 78 59 / 0.05);
}

.active\:border-t-emerald-900\/50:active {
  border-top-color: rgb(6 78 59 / 0.5);
}

.active\:border-t-emerald-900\/60:active {
  border-top-color: rgb(6 78 59 / 0.6);
}

.active\:border-t-emerald-900\/70:active {
  border-top-color: rgb(6 78 59 / 0.7);
}

.active\:border-t-emerald-900\/75:active {
  border-top-color: rgb(6 78 59 / 0.75);
}

.active\:border-t-emerald-900\/80:active {
  border-top-color: rgb(6 78 59 / 0.8);
}

.active\:border-t-emerald-900\/90:active {
  border-top-color: rgb(6 78 59 / 0.9);
}

.active\:border-t-emerald-900\/95:active {
  border-top-color: rgb(6 78 59 / 0.95);
}

.active\:border-t-emerald-950:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(2 44 34 / var(--tw-border-opacity));
}

.active\:border-t-emerald-950\/0:active {
  border-top-color: rgb(2 44 34 / 0);
}

.active\:border-t-emerald-950\/10:active {
  border-top-color: rgb(2 44 34 / 0.1);
}

.active\:border-t-emerald-950\/100:active {
  border-top-color: rgb(2 44 34 / 1);
}

.active\:border-t-emerald-950\/20:active {
  border-top-color: rgb(2 44 34 / 0.2);
}

.active\:border-t-emerald-950\/25:active {
  border-top-color: rgb(2 44 34 / 0.25);
}

.active\:border-t-emerald-950\/30:active {
  border-top-color: rgb(2 44 34 / 0.3);
}

.active\:border-t-emerald-950\/40:active {
  border-top-color: rgb(2 44 34 / 0.4);
}

.active\:border-t-emerald-950\/5:active {
  border-top-color: rgb(2 44 34 / 0.05);
}

.active\:border-t-emerald-950\/50:active {
  border-top-color: rgb(2 44 34 / 0.5);
}

.active\:border-t-emerald-950\/60:active {
  border-top-color: rgb(2 44 34 / 0.6);
}

.active\:border-t-emerald-950\/70:active {
  border-top-color: rgb(2 44 34 / 0.7);
}

.active\:border-t-emerald-950\/75:active {
  border-top-color: rgb(2 44 34 / 0.75);
}

.active\:border-t-emerald-950\/80:active {
  border-top-color: rgb(2 44 34 / 0.8);
}

.active\:border-t-emerald-950\/90:active {
  border-top-color: rgb(2 44 34 / 0.9);
}

.active\:border-t-emerald-950\/95:active {
  border-top-color: rgb(2 44 34 / 0.95);
}

.active\:border-t-fuchsia-100:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 232 255 / var(--tw-border-opacity));
}

.active\:border-t-fuchsia-100\/0:active {
  border-top-color: rgb(250 232 255 / 0);
}

.active\:border-t-fuchsia-100\/10:active {
  border-top-color: rgb(250 232 255 / 0.1);
}

.active\:border-t-fuchsia-100\/100:active {
  border-top-color: rgb(250 232 255 / 1);
}

.active\:border-t-fuchsia-100\/20:active {
  border-top-color: rgb(250 232 255 / 0.2);
}

.active\:border-t-fuchsia-100\/25:active {
  border-top-color: rgb(250 232 255 / 0.25);
}

.active\:border-t-fuchsia-100\/30:active {
  border-top-color: rgb(250 232 255 / 0.3);
}

.active\:border-t-fuchsia-100\/40:active {
  border-top-color: rgb(250 232 255 / 0.4);
}

.active\:border-t-fuchsia-100\/5:active {
  border-top-color: rgb(250 232 255 / 0.05);
}

.active\:border-t-fuchsia-100\/50:active {
  border-top-color: rgb(250 232 255 / 0.5);
}

.active\:border-t-fuchsia-100\/60:active {
  border-top-color: rgb(250 232 255 / 0.6);
}

.active\:border-t-fuchsia-100\/70:active {
  border-top-color: rgb(250 232 255 / 0.7);
}

.active\:border-t-fuchsia-100\/75:active {
  border-top-color: rgb(250 232 255 / 0.75);
}

.active\:border-t-fuchsia-100\/80:active {
  border-top-color: rgb(250 232 255 / 0.8);
}

.active\:border-t-fuchsia-100\/90:active {
  border-top-color: rgb(250 232 255 / 0.9);
}

.active\:border-t-fuchsia-100\/95:active {
  border-top-color: rgb(250 232 255 / 0.95);
}

.active\:border-t-fuchsia-200:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 208 254 / var(--tw-border-opacity));
}

.active\:border-t-fuchsia-200\/0:active {
  border-top-color: rgb(245 208 254 / 0);
}

.active\:border-t-fuchsia-200\/10:active {
  border-top-color: rgb(245 208 254 / 0.1);
}

.active\:border-t-fuchsia-200\/100:active {
  border-top-color: rgb(245 208 254 / 1);
}

.active\:border-t-fuchsia-200\/20:active {
  border-top-color: rgb(245 208 254 / 0.2);
}

.active\:border-t-fuchsia-200\/25:active {
  border-top-color: rgb(245 208 254 / 0.25);
}

.active\:border-t-fuchsia-200\/30:active {
  border-top-color: rgb(245 208 254 / 0.3);
}

.active\:border-t-fuchsia-200\/40:active {
  border-top-color: rgb(245 208 254 / 0.4);
}

.active\:border-t-fuchsia-200\/5:active {
  border-top-color: rgb(245 208 254 / 0.05);
}

.active\:border-t-fuchsia-200\/50:active {
  border-top-color: rgb(245 208 254 / 0.5);
}

.active\:border-t-fuchsia-200\/60:active {
  border-top-color: rgb(245 208 254 / 0.6);
}

.active\:border-t-fuchsia-200\/70:active {
  border-top-color: rgb(245 208 254 / 0.7);
}

.active\:border-t-fuchsia-200\/75:active {
  border-top-color: rgb(245 208 254 / 0.75);
}

.active\:border-t-fuchsia-200\/80:active {
  border-top-color: rgb(245 208 254 / 0.8);
}

.active\:border-t-fuchsia-200\/90:active {
  border-top-color: rgb(245 208 254 / 0.9);
}

.active\:border-t-fuchsia-200\/95:active {
  border-top-color: rgb(245 208 254 / 0.95);
}

.active\:border-t-fuchsia-300:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(240 171 252 / var(--tw-border-opacity));
}

.active\:border-t-fuchsia-300\/0:active {
  border-top-color: rgb(240 171 252 / 0);
}

.active\:border-t-fuchsia-300\/10:active {
  border-top-color: rgb(240 171 252 / 0.1);
}

.active\:border-t-fuchsia-300\/100:active {
  border-top-color: rgb(240 171 252 / 1);
}

.active\:border-t-fuchsia-300\/20:active {
  border-top-color: rgb(240 171 252 / 0.2);
}

.active\:border-t-fuchsia-300\/25:active {
  border-top-color: rgb(240 171 252 / 0.25);
}

.active\:border-t-fuchsia-300\/30:active {
  border-top-color: rgb(240 171 252 / 0.3);
}

.active\:border-t-fuchsia-300\/40:active {
  border-top-color: rgb(240 171 252 / 0.4);
}

.active\:border-t-fuchsia-300\/5:active {
  border-top-color: rgb(240 171 252 / 0.05);
}

.active\:border-t-fuchsia-300\/50:active {
  border-top-color: rgb(240 171 252 / 0.5);
}

.active\:border-t-fuchsia-300\/60:active {
  border-top-color: rgb(240 171 252 / 0.6);
}

.active\:border-t-fuchsia-300\/70:active {
  border-top-color: rgb(240 171 252 / 0.7);
}

.active\:border-t-fuchsia-300\/75:active {
  border-top-color: rgb(240 171 252 / 0.75);
}

.active\:border-t-fuchsia-300\/80:active {
  border-top-color: rgb(240 171 252 / 0.8);
}

.active\:border-t-fuchsia-300\/90:active {
  border-top-color: rgb(240 171 252 / 0.9);
}

.active\:border-t-fuchsia-300\/95:active {
  border-top-color: rgb(240 171 252 / 0.95);
}

.active\:border-t-fuchsia-400:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(232 121 249 / var(--tw-border-opacity));
}

.active\:border-t-fuchsia-400\/0:active {
  border-top-color: rgb(232 121 249 / 0);
}

.active\:border-t-fuchsia-400\/10:active {
  border-top-color: rgb(232 121 249 / 0.1);
}

.active\:border-t-fuchsia-400\/100:active {
  border-top-color: rgb(232 121 249 / 1);
}

.active\:border-t-fuchsia-400\/20:active {
  border-top-color: rgb(232 121 249 / 0.2);
}

.active\:border-t-fuchsia-400\/25:active {
  border-top-color: rgb(232 121 249 / 0.25);
}

.active\:border-t-fuchsia-400\/30:active {
  border-top-color: rgb(232 121 249 / 0.3);
}

.active\:border-t-fuchsia-400\/40:active {
  border-top-color: rgb(232 121 249 / 0.4);
}

.active\:border-t-fuchsia-400\/5:active {
  border-top-color: rgb(232 121 249 / 0.05);
}

.active\:border-t-fuchsia-400\/50:active {
  border-top-color: rgb(232 121 249 / 0.5);
}

.active\:border-t-fuchsia-400\/60:active {
  border-top-color: rgb(232 121 249 / 0.6);
}

.active\:border-t-fuchsia-400\/70:active {
  border-top-color: rgb(232 121 249 / 0.7);
}

.active\:border-t-fuchsia-400\/75:active {
  border-top-color: rgb(232 121 249 / 0.75);
}

.active\:border-t-fuchsia-400\/80:active {
  border-top-color: rgb(232 121 249 / 0.8);
}

.active\:border-t-fuchsia-400\/90:active {
  border-top-color: rgb(232 121 249 / 0.9);
}

.active\:border-t-fuchsia-400\/95:active {
  border-top-color: rgb(232 121 249 / 0.95);
}

.active\:border-t-fuchsia-50:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 244 255 / var(--tw-border-opacity));
}

.active\:border-t-fuchsia-50\/0:active {
  border-top-color: rgb(253 244 255 / 0);
}

.active\:border-t-fuchsia-50\/10:active {
  border-top-color: rgb(253 244 255 / 0.1);
}

.active\:border-t-fuchsia-50\/100:active {
  border-top-color: rgb(253 244 255 / 1);
}

.active\:border-t-fuchsia-50\/20:active {
  border-top-color: rgb(253 244 255 / 0.2);
}

.active\:border-t-fuchsia-50\/25:active {
  border-top-color: rgb(253 244 255 / 0.25);
}

.active\:border-t-fuchsia-50\/30:active {
  border-top-color: rgb(253 244 255 / 0.3);
}

.active\:border-t-fuchsia-50\/40:active {
  border-top-color: rgb(253 244 255 / 0.4);
}

.active\:border-t-fuchsia-50\/5:active {
  border-top-color: rgb(253 244 255 / 0.05);
}

.active\:border-t-fuchsia-50\/50:active {
  border-top-color: rgb(253 244 255 / 0.5);
}

.active\:border-t-fuchsia-50\/60:active {
  border-top-color: rgb(253 244 255 / 0.6);
}

.active\:border-t-fuchsia-50\/70:active {
  border-top-color: rgb(253 244 255 / 0.7);
}

.active\:border-t-fuchsia-50\/75:active {
  border-top-color: rgb(253 244 255 / 0.75);
}

.active\:border-t-fuchsia-50\/80:active {
  border-top-color: rgb(253 244 255 / 0.8);
}

.active\:border-t-fuchsia-50\/90:active {
  border-top-color: rgb(253 244 255 / 0.9);
}

.active\:border-t-fuchsia-50\/95:active {
  border-top-color: rgb(253 244 255 / 0.95);
}

.active\:border-t-fuchsia-500:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(217 70 239 / var(--tw-border-opacity));
}

.active\:border-t-fuchsia-500\/0:active {
  border-top-color: rgb(217 70 239 / 0);
}

.active\:border-t-fuchsia-500\/10:active {
  border-top-color: rgb(217 70 239 / 0.1);
}

.active\:border-t-fuchsia-500\/100:active {
  border-top-color: rgb(217 70 239 / 1);
}

.active\:border-t-fuchsia-500\/20:active {
  border-top-color: rgb(217 70 239 / 0.2);
}

.active\:border-t-fuchsia-500\/25:active {
  border-top-color: rgb(217 70 239 / 0.25);
}

.active\:border-t-fuchsia-500\/30:active {
  border-top-color: rgb(217 70 239 / 0.3);
}

.active\:border-t-fuchsia-500\/40:active {
  border-top-color: rgb(217 70 239 / 0.4);
}

.active\:border-t-fuchsia-500\/5:active {
  border-top-color: rgb(217 70 239 / 0.05);
}

.active\:border-t-fuchsia-500\/50:active {
  border-top-color: rgb(217 70 239 / 0.5);
}

.active\:border-t-fuchsia-500\/60:active {
  border-top-color: rgb(217 70 239 / 0.6);
}

.active\:border-t-fuchsia-500\/70:active {
  border-top-color: rgb(217 70 239 / 0.7);
}

.active\:border-t-fuchsia-500\/75:active {
  border-top-color: rgb(217 70 239 / 0.75);
}

.active\:border-t-fuchsia-500\/80:active {
  border-top-color: rgb(217 70 239 / 0.8);
}

.active\:border-t-fuchsia-500\/90:active {
  border-top-color: rgb(217 70 239 / 0.9);
}

.active\:border-t-fuchsia-500\/95:active {
  border-top-color: rgb(217 70 239 / 0.95);
}

.active\:border-t-fuchsia-600:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(192 38 211 / var(--tw-border-opacity));
}

.active\:border-t-fuchsia-600\/0:active {
  border-top-color: rgb(192 38 211 / 0);
}

.active\:border-t-fuchsia-600\/10:active {
  border-top-color: rgb(192 38 211 / 0.1);
}

.active\:border-t-fuchsia-600\/100:active {
  border-top-color: rgb(192 38 211 / 1);
}

.active\:border-t-fuchsia-600\/20:active {
  border-top-color: rgb(192 38 211 / 0.2);
}

.active\:border-t-fuchsia-600\/25:active {
  border-top-color: rgb(192 38 211 / 0.25);
}

.active\:border-t-fuchsia-600\/30:active {
  border-top-color: rgb(192 38 211 / 0.3);
}

.active\:border-t-fuchsia-600\/40:active {
  border-top-color: rgb(192 38 211 / 0.4);
}

.active\:border-t-fuchsia-600\/5:active {
  border-top-color: rgb(192 38 211 / 0.05);
}

.active\:border-t-fuchsia-600\/50:active {
  border-top-color: rgb(192 38 211 / 0.5);
}

.active\:border-t-fuchsia-600\/60:active {
  border-top-color: rgb(192 38 211 / 0.6);
}

.active\:border-t-fuchsia-600\/70:active {
  border-top-color: rgb(192 38 211 / 0.7);
}

.active\:border-t-fuchsia-600\/75:active {
  border-top-color: rgb(192 38 211 / 0.75);
}

.active\:border-t-fuchsia-600\/80:active {
  border-top-color: rgb(192 38 211 / 0.8);
}

.active\:border-t-fuchsia-600\/90:active {
  border-top-color: rgb(192 38 211 / 0.9);
}

.active\:border-t-fuchsia-600\/95:active {
  border-top-color: rgb(192 38 211 / 0.95);
}

.active\:border-t-fuchsia-700:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(162 28 175 / var(--tw-border-opacity));
}

.active\:border-t-fuchsia-700\/0:active {
  border-top-color: rgb(162 28 175 / 0);
}

.active\:border-t-fuchsia-700\/10:active {
  border-top-color: rgb(162 28 175 / 0.1);
}

.active\:border-t-fuchsia-700\/100:active {
  border-top-color: rgb(162 28 175 / 1);
}

.active\:border-t-fuchsia-700\/20:active {
  border-top-color: rgb(162 28 175 / 0.2);
}

.active\:border-t-fuchsia-700\/25:active {
  border-top-color: rgb(162 28 175 / 0.25);
}

.active\:border-t-fuchsia-700\/30:active {
  border-top-color: rgb(162 28 175 / 0.3);
}

.active\:border-t-fuchsia-700\/40:active {
  border-top-color: rgb(162 28 175 / 0.4);
}

.active\:border-t-fuchsia-700\/5:active {
  border-top-color: rgb(162 28 175 / 0.05);
}

.active\:border-t-fuchsia-700\/50:active {
  border-top-color: rgb(162 28 175 / 0.5);
}

.active\:border-t-fuchsia-700\/60:active {
  border-top-color: rgb(162 28 175 / 0.6);
}

.active\:border-t-fuchsia-700\/70:active {
  border-top-color: rgb(162 28 175 / 0.7);
}

.active\:border-t-fuchsia-700\/75:active {
  border-top-color: rgb(162 28 175 / 0.75);
}

.active\:border-t-fuchsia-700\/80:active {
  border-top-color: rgb(162 28 175 / 0.8);
}

.active\:border-t-fuchsia-700\/90:active {
  border-top-color: rgb(162 28 175 / 0.9);
}

.active\:border-t-fuchsia-700\/95:active {
  border-top-color: rgb(162 28 175 / 0.95);
}

.active\:border-t-fuchsia-800:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(134 25 143 / var(--tw-border-opacity));
}

.active\:border-t-fuchsia-800\/0:active {
  border-top-color: rgb(134 25 143 / 0);
}

.active\:border-t-fuchsia-800\/10:active {
  border-top-color: rgb(134 25 143 / 0.1);
}

.active\:border-t-fuchsia-800\/100:active {
  border-top-color: rgb(134 25 143 / 1);
}

.active\:border-t-fuchsia-800\/20:active {
  border-top-color: rgb(134 25 143 / 0.2);
}

.active\:border-t-fuchsia-800\/25:active {
  border-top-color: rgb(134 25 143 / 0.25);
}

.active\:border-t-fuchsia-800\/30:active {
  border-top-color: rgb(134 25 143 / 0.3);
}

.active\:border-t-fuchsia-800\/40:active {
  border-top-color: rgb(134 25 143 / 0.4);
}

.active\:border-t-fuchsia-800\/5:active {
  border-top-color: rgb(134 25 143 / 0.05);
}

.active\:border-t-fuchsia-800\/50:active {
  border-top-color: rgb(134 25 143 / 0.5);
}

.active\:border-t-fuchsia-800\/60:active {
  border-top-color: rgb(134 25 143 / 0.6);
}

.active\:border-t-fuchsia-800\/70:active {
  border-top-color: rgb(134 25 143 / 0.7);
}

.active\:border-t-fuchsia-800\/75:active {
  border-top-color: rgb(134 25 143 / 0.75);
}

.active\:border-t-fuchsia-800\/80:active {
  border-top-color: rgb(134 25 143 / 0.8);
}

.active\:border-t-fuchsia-800\/90:active {
  border-top-color: rgb(134 25 143 / 0.9);
}

.active\:border-t-fuchsia-800\/95:active {
  border-top-color: rgb(134 25 143 / 0.95);
}

.active\:border-t-fuchsia-900:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(112 26 117 / var(--tw-border-opacity));
}

.active\:border-t-fuchsia-900\/0:active {
  border-top-color: rgb(112 26 117 / 0);
}

.active\:border-t-fuchsia-900\/10:active {
  border-top-color: rgb(112 26 117 / 0.1);
}

.active\:border-t-fuchsia-900\/100:active {
  border-top-color: rgb(112 26 117 / 1);
}

.active\:border-t-fuchsia-900\/20:active {
  border-top-color: rgb(112 26 117 / 0.2);
}

.active\:border-t-fuchsia-900\/25:active {
  border-top-color: rgb(112 26 117 / 0.25);
}

.active\:border-t-fuchsia-900\/30:active {
  border-top-color: rgb(112 26 117 / 0.3);
}

.active\:border-t-fuchsia-900\/40:active {
  border-top-color: rgb(112 26 117 / 0.4);
}

.active\:border-t-fuchsia-900\/5:active {
  border-top-color: rgb(112 26 117 / 0.05);
}

.active\:border-t-fuchsia-900\/50:active {
  border-top-color: rgb(112 26 117 / 0.5);
}

.active\:border-t-fuchsia-900\/60:active {
  border-top-color: rgb(112 26 117 / 0.6);
}

.active\:border-t-fuchsia-900\/70:active {
  border-top-color: rgb(112 26 117 / 0.7);
}

.active\:border-t-fuchsia-900\/75:active {
  border-top-color: rgb(112 26 117 / 0.75);
}

.active\:border-t-fuchsia-900\/80:active {
  border-top-color: rgb(112 26 117 / 0.8);
}

.active\:border-t-fuchsia-900\/90:active {
  border-top-color: rgb(112 26 117 / 0.9);
}

.active\:border-t-fuchsia-900\/95:active {
  border-top-color: rgb(112 26 117 / 0.95);
}

.active\:border-t-fuchsia-950:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(74 4 78 / var(--tw-border-opacity));
}

.active\:border-t-fuchsia-950\/0:active {
  border-top-color: rgb(74 4 78 / 0);
}

.active\:border-t-fuchsia-950\/10:active {
  border-top-color: rgb(74 4 78 / 0.1);
}

.active\:border-t-fuchsia-950\/100:active {
  border-top-color: rgb(74 4 78 / 1);
}

.active\:border-t-fuchsia-950\/20:active {
  border-top-color: rgb(74 4 78 / 0.2);
}

.active\:border-t-fuchsia-950\/25:active {
  border-top-color: rgb(74 4 78 / 0.25);
}

.active\:border-t-fuchsia-950\/30:active {
  border-top-color: rgb(74 4 78 / 0.3);
}

.active\:border-t-fuchsia-950\/40:active {
  border-top-color: rgb(74 4 78 / 0.4);
}

.active\:border-t-fuchsia-950\/5:active {
  border-top-color: rgb(74 4 78 / 0.05);
}

.active\:border-t-fuchsia-950\/50:active {
  border-top-color: rgb(74 4 78 / 0.5);
}

.active\:border-t-fuchsia-950\/60:active {
  border-top-color: rgb(74 4 78 / 0.6);
}

.active\:border-t-fuchsia-950\/70:active {
  border-top-color: rgb(74 4 78 / 0.7);
}

.active\:border-t-fuchsia-950\/75:active {
  border-top-color: rgb(74 4 78 / 0.75);
}

.active\:border-t-fuchsia-950\/80:active {
  border-top-color: rgb(74 4 78 / 0.8);
}

.active\:border-t-fuchsia-950\/90:active {
  border-top-color: rgb(74 4 78 / 0.9);
}

.active\:border-t-fuchsia-950\/95:active {
  border-top-color: rgb(74 4 78 / 0.95);
}

.active\:border-t-gray-100:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.active\:border-t-gray-100\/0:active {
  border-top-color: rgb(243 244 246 / 0);
}

.active\:border-t-gray-100\/10:active {
  border-top-color: rgb(243 244 246 / 0.1);
}

.active\:border-t-gray-100\/100:active {
  border-top-color: rgb(243 244 246 / 1);
}

.active\:border-t-gray-100\/20:active {
  border-top-color: rgb(243 244 246 / 0.2);
}

.active\:border-t-gray-100\/25:active {
  border-top-color: rgb(243 244 246 / 0.25);
}

.active\:border-t-gray-100\/30:active {
  border-top-color: rgb(243 244 246 / 0.3);
}

.active\:border-t-gray-100\/40:active {
  border-top-color: rgb(243 244 246 / 0.4);
}

.active\:border-t-gray-100\/5:active {
  border-top-color: rgb(243 244 246 / 0.05);
}

.active\:border-t-gray-100\/50:active {
  border-top-color: rgb(243 244 246 / 0.5);
}

.active\:border-t-gray-100\/60:active {
  border-top-color: rgb(243 244 246 / 0.6);
}

.active\:border-t-gray-100\/70:active {
  border-top-color: rgb(243 244 246 / 0.7);
}

.active\:border-t-gray-100\/75:active {
  border-top-color: rgb(243 244 246 / 0.75);
}

.active\:border-t-gray-100\/80:active {
  border-top-color: rgb(243 244 246 / 0.8);
}

.active\:border-t-gray-100\/90:active {
  border-top-color: rgb(243 244 246 / 0.9);
}

.active\:border-t-gray-100\/95:active {
  border-top-color: rgb(243 244 246 / 0.95);
}

.active\:border-t-gray-200:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.active\:border-t-gray-200\/0:active {
  border-top-color: rgb(229 231 235 / 0);
}

.active\:border-t-gray-200\/10:active {
  border-top-color: rgb(229 231 235 / 0.1);
}

.active\:border-t-gray-200\/100:active {
  border-top-color: rgb(229 231 235 / 1);
}

.active\:border-t-gray-200\/20:active {
  border-top-color: rgb(229 231 235 / 0.2);
}

.active\:border-t-gray-200\/25:active {
  border-top-color: rgb(229 231 235 / 0.25);
}

.active\:border-t-gray-200\/30:active {
  border-top-color: rgb(229 231 235 / 0.3);
}

.active\:border-t-gray-200\/40:active {
  border-top-color: rgb(229 231 235 / 0.4);
}

.active\:border-t-gray-200\/5:active {
  border-top-color: rgb(229 231 235 / 0.05);
}

.active\:border-t-gray-200\/50:active {
  border-top-color: rgb(229 231 235 / 0.5);
}

.active\:border-t-gray-200\/60:active {
  border-top-color: rgb(229 231 235 / 0.6);
}

.active\:border-t-gray-200\/70:active {
  border-top-color: rgb(229 231 235 / 0.7);
}

.active\:border-t-gray-200\/75:active {
  border-top-color: rgb(229 231 235 / 0.75);
}

.active\:border-t-gray-200\/80:active {
  border-top-color: rgb(229 231 235 / 0.8);
}

.active\:border-t-gray-200\/90:active {
  border-top-color: rgb(229 231 235 / 0.9);
}

.active\:border-t-gray-200\/95:active {
  border-top-color: rgb(229 231 235 / 0.95);
}

.active\:border-t-gray-300:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.active\:border-t-gray-300\/0:active {
  border-top-color: rgb(209 213 219 / 0);
}

.active\:border-t-gray-300\/10:active {
  border-top-color: rgb(209 213 219 / 0.1);
}

.active\:border-t-gray-300\/100:active {
  border-top-color: rgb(209 213 219 / 1);
}

.active\:border-t-gray-300\/20:active {
  border-top-color: rgb(209 213 219 / 0.2);
}

.active\:border-t-gray-300\/25:active {
  border-top-color: rgb(209 213 219 / 0.25);
}

.active\:border-t-gray-300\/30:active {
  border-top-color: rgb(209 213 219 / 0.3);
}

.active\:border-t-gray-300\/40:active {
  border-top-color: rgb(209 213 219 / 0.4);
}

.active\:border-t-gray-300\/5:active {
  border-top-color: rgb(209 213 219 / 0.05);
}

.active\:border-t-gray-300\/50:active {
  border-top-color: rgb(209 213 219 / 0.5);
}

.active\:border-t-gray-300\/60:active {
  border-top-color: rgb(209 213 219 / 0.6);
}

.active\:border-t-gray-300\/70:active {
  border-top-color: rgb(209 213 219 / 0.7);
}

.active\:border-t-gray-300\/75:active {
  border-top-color: rgb(209 213 219 / 0.75);
}

.active\:border-t-gray-300\/80:active {
  border-top-color: rgb(209 213 219 / 0.8);
}

.active\:border-t-gray-300\/90:active {
  border-top-color: rgb(209 213 219 / 0.9);
}

.active\:border-t-gray-300\/95:active {
  border-top-color: rgb(209 213 219 / 0.95);
}

.active\:border-t-gray-400:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.active\:border-t-gray-400\/0:active {
  border-top-color: rgb(156 163 175 / 0);
}

.active\:border-t-gray-400\/10:active {
  border-top-color: rgb(156 163 175 / 0.1);
}

.active\:border-t-gray-400\/100:active {
  border-top-color: rgb(156 163 175 / 1);
}

.active\:border-t-gray-400\/20:active {
  border-top-color: rgb(156 163 175 / 0.2);
}

.active\:border-t-gray-400\/25:active {
  border-top-color: rgb(156 163 175 / 0.25);
}

.active\:border-t-gray-400\/30:active {
  border-top-color: rgb(156 163 175 / 0.3);
}

.active\:border-t-gray-400\/40:active {
  border-top-color: rgb(156 163 175 / 0.4);
}

.active\:border-t-gray-400\/5:active {
  border-top-color: rgb(156 163 175 / 0.05);
}

.active\:border-t-gray-400\/50:active {
  border-top-color: rgb(156 163 175 / 0.5);
}

.active\:border-t-gray-400\/60:active {
  border-top-color: rgb(156 163 175 / 0.6);
}

.active\:border-t-gray-400\/70:active {
  border-top-color: rgb(156 163 175 / 0.7);
}

.active\:border-t-gray-400\/75:active {
  border-top-color: rgb(156 163 175 / 0.75);
}

.active\:border-t-gray-400\/80:active {
  border-top-color: rgb(156 163 175 / 0.8);
}

.active\:border-t-gray-400\/90:active {
  border-top-color: rgb(156 163 175 / 0.9);
}

.active\:border-t-gray-400\/95:active {
  border-top-color: rgb(156 163 175 / 0.95);
}

.active\:border-t-gray-50:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.active\:border-t-gray-50\/0:active {
  border-top-color: rgb(249 250 251 / 0);
}

.active\:border-t-gray-50\/10:active {
  border-top-color: rgb(249 250 251 / 0.1);
}

.active\:border-t-gray-50\/100:active {
  border-top-color: rgb(249 250 251 / 1);
}

.active\:border-t-gray-50\/20:active {
  border-top-color: rgb(249 250 251 / 0.2);
}

.active\:border-t-gray-50\/25:active {
  border-top-color: rgb(249 250 251 / 0.25);
}

.active\:border-t-gray-50\/30:active {
  border-top-color: rgb(249 250 251 / 0.3);
}

.active\:border-t-gray-50\/40:active {
  border-top-color: rgb(249 250 251 / 0.4);
}

.active\:border-t-gray-50\/5:active {
  border-top-color: rgb(249 250 251 / 0.05);
}

.active\:border-t-gray-50\/50:active {
  border-top-color: rgb(249 250 251 / 0.5);
}

.active\:border-t-gray-50\/60:active {
  border-top-color: rgb(249 250 251 / 0.6);
}

.active\:border-t-gray-50\/70:active {
  border-top-color: rgb(249 250 251 / 0.7);
}

.active\:border-t-gray-50\/75:active {
  border-top-color: rgb(249 250 251 / 0.75);
}

.active\:border-t-gray-50\/80:active {
  border-top-color: rgb(249 250 251 / 0.8);
}

.active\:border-t-gray-50\/90:active {
  border-top-color: rgb(249 250 251 / 0.9);
}

.active\:border-t-gray-50\/95:active {
  border-top-color: rgb(249 250 251 / 0.95);
}

.active\:border-t-gray-500:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.active\:border-t-gray-500\/0:active {
  border-top-color: rgb(107 114 128 / 0);
}

.active\:border-t-gray-500\/10:active {
  border-top-color: rgb(107 114 128 / 0.1);
}

.active\:border-t-gray-500\/100:active {
  border-top-color: rgb(107 114 128 / 1);
}

.active\:border-t-gray-500\/20:active {
  border-top-color: rgb(107 114 128 / 0.2);
}

.active\:border-t-gray-500\/25:active {
  border-top-color: rgb(107 114 128 / 0.25);
}

.active\:border-t-gray-500\/30:active {
  border-top-color: rgb(107 114 128 / 0.3);
}

.active\:border-t-gray-500\/40:active {
  border-top-color: rgb(107 114 128 / 0.4);
}

.active\:border-t-gray-500\/5:active {
  border-top-color: rgb(107 114 128 / 0.05);
}

.active\:border-t-gray-500\/50:active {
  border-top-color: rgb(107 114 128 / 0.5);
}

.active\:border-t-gray-500\/60:active {
  border-top-color: rgb(107 114 128 / 0.6);
}

.active\:border-t-gray-500\/70:active {
  border-top-color: rgb(107 114 128 / 0.7);
}

.active\:border-t-gray-500\/75:active {
  border-top-color: rgb(107 114 128 / 0.75);
}

.active\:border-t-gray-500\/80:active {
  border-top-color: rgb(107 114 128 / 0.8);
}

.active\:border-t-gray-500\/90:active {
  border-top-color: rgb(107 114 128 / 0.9);
}

.active\:border-t-gray-500\/95:active {
  border-top-color: rgb(107 114 128 / 0.95);
}

.active\:border-t-gray-600:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.active\:border-t-gray-600\/0:active {
  border-top-color: rgb(75 85 99 / 0);
}

.active\:border-t-gray-600\/10:active {
  border-top-color: rgb(75 85 99 / 0.1);
}

.active\:border-t-gray-600\/100:active {
  border-top-color: rgb(75 85 99 / 1);
}

.active\:border-t-gray-600\/20:active {
  border-top-color: rgb(75 85 99 / 0.2);
}

.active\:border-t-gray-600\/25:active {
  border-top-color: rgb(75 85 99 / 0.25);
}

.active\:border-t-gray-600\/30:active {
  border-top-color: rgb(75 85 99 / 0.3);
}

.active\:border-t-gray-600\/40:active {
  border-top-color: rgb(75 85 99 / 0.4);
}

.active\:border-t-gray-600\/5:active {
  border-top-color: rgb(75 85 99 / 0.05);
}

.active\:border-t-gray-600\/50:active {
  border-top-color: rgb(75 85 99 / 0.5);
}

.active\:border-t-gray-600\/60:active {
  border-top-color: rgb(75 85 99 / 0.6);
}

.active\:border-t-gray-600\/70:active {
  border-top-color: rgb(75 85 99 / 0.7);
}

.active\:border-t-gray-600\/75:active {
  border-top-color: rgb(75 85 99 / 0.75);
}

.active\:border-t-gray-600\/80:active {
  border-top-color: rgb(75 85 99 / 0.8);
}

.active\:border-t-gray-600\/90:active {
  border-top-color: rgb(75 85 99 / 0.9);
}

.active\:border-t-gray-600\/95:active {
  border-top-color: rgb(75 85 99 / 0.95);
}

.active\:border-t-gray-700:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.active\:border-t-gray-700\/0:active {
  border-top-color: rgb(55 65 81 / 0);
}

.active\:border-t-gray-700\/10:active {
  border-top-color: rgb(55 65 81 / 0.1);
}

.active\:border-t-gray-700\/100:active {
  border-top-color: rgb(55 65 81 / 1);
}

.active\:border-t-gray-700\/20:active {
  border-top-color: rgb(55 65 81 / 0.2);
}

.active\:border-t-gray-700\/25:active {
  border-top-color: rgb(55 65 81 / 0.25);
}

.active\:border-t-gray-700\/30:active {
  border-top-color: rgb(55 65 81 / 0.3);
}

.active\:border-t-gray-700\/40:active {
  border-top-color: rgb(55 65 81 / 0.4);
}

.active\:border-t-gray-700\/5:active {
  border-top-color: rgb(55 65 81 / 0.05);
}

.active\:border-t-gray-700\/50:active {
  border-top-color: rgb(55 65 81 / 0.5);
}

.active\:border-t-gray-700\/60:active {
  border-top-color: rgb(55 65 81 / 0.6);
}

.active\:border-t-gray-700\/70:active {
  border-top-color: rgb(55 65 81 / 0.7);
}

.active\:border-t-gray-700\/75:active {
  border-top-color: rgb(55 65 81 / 0.75);
}

.active\:border-t-gray-700\/80:active {
  border-top-color: rgb(55 65 81 / 0.8);
}

.active\:border-t-gray-700\/90:active {
  border-top-color: rgb(55 65 81 / 0.9);
}

.active\:border-t-gray-700\/95:active {
  border-top-color: rgb(55 65 81 / 0.95);
}

.active\:border-t-gray-800:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.active\:border-t-gray-800\/0:active {
  border-top-color: rgb(31 41 55 / 0);
}

.active\:border-t-gray-800\/10:active {
  border-top-color: rgb(31 41 55 / 0.1);
}

.active\:border-t-gray-800\/100:active {
  border-top-color: rgb(31 41 55 / 1);
}

.active\:border-t-gray-800\/20:active {
  border-top-color: rgb(31 41 55 / 0.2);
}

.active\:border-t-gray-800\/25:active {
  border-top-color: rgb(31 41 55 / 0.25);
}

.active\:border-t-gray-800\/30:active {
  border-top-color: rgb(31 41 55 / 0.3);
}

.active\:border-t-gray-800\/40:active {
  border-top-color: rgb(31 41 55 / 0.4);
}

.active\:border-t-gray-800\/5:active {
  border-top-color: rgb(31 41 55 / 0.05);
}

.active\:border-t-gray-800\/50:active {
  border-top-color: rgb(31 41 55 / 0.5);
}

.active\:border-t-gray-800\/60:active {
  border-top-color: rgb(31 41 55 / 0.6);
}

.active\:border-t-gray-800\/70:active {
  border-top-color: rgb(31 41 55 / 0.7);
}

.active\:border-t-gray-800\/75:active {
  border-top-color: rgb(31 41 55 / 0.75);
}

.active\:border-t-gray-800\/80:active {
  border-top-color: rgb(31 41 55 / 0.8);
}

.active\:border-t-gray-800\/90:active {
  border-top-color: rgb(31 41 55 / 0.9);
}

.active\:border-t-gray-800\/95:active {
  border-top-color: rgb(31 41 55 / 0.95);
}

.active\:border-t-gray-900:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.active\:border-t-gray-900\/0:active {
  border-top-color: rgb(17 24 39 / 0);
}

.active\:border-t-gray-900\/10:active {
  border-top-color: rgb(17 24 39 / 0.1);
}

.active\:border-t-gray-900\/100:active {
  border-top-color: rgb(17 24 39 / 1);
}

.active\:border-t-gray-900\/20:active {
  border-top-color: rgb(17 24 39 / 0.2);
}

.active\:border-t-gray-900\/25:active {
  border-top-color: rgb(17 24 39 / 0.25);
}

.active\:border-t-gray-900\/30:active {
  border-top-color: rgb(17 24 39 / 0.3);
}

.active\:border-t-gray-900\/40:active {
  border-top-color: rgb(17 24 39 / 0.4);
}

.active\:border-t-gray-900\/5:active {
  border-top-color: rgb(17 24 39 / 0.05);
}

.active\:border-t-gray-900\/50:active {
  border-top-color: rgb(17 24 39 / 0.5);
}

.active\:border-t-gray-900\/60:active {
  border-top-color: rgb(17 24 39 / 0.6);
}

.active\:border-t-gray-900\/70:active {
  border-top-color: rgb(17 24 39 / 0.7);
}

.active\:border-t-gray-900\/75:active {
  border-top-color: rgb(17 24 39 / 0.75);
}

.active\:border-t-gray-900\/80:active {
  border-top-color: rgb(17 24 39 / 0.8);
}

.active\:border-t-gray-900\/90:active {
  border-top-color: rgb(17 24 39 / 0.9);
}

.active\:border-t-gray-900\/95:active {
  border-top-color: rgb(17 24 39 / 0.95);
}

.active\:border-t-gray-950:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(3 7 18 / var(--tw-border-opacity));
}

.active\:border-t-gray-950\/0:active {
  border-top-color: rgb(3 7 18 / 0);
}

.active\:border-t-gray-950\/10:active {
  border-top-color: rgb(3 7 18 / 0.1);
}

.active\:border-t-gray-950\/100:active {
  border-top-color: rgb(3 7 18 / 1);
}

.active\:border-t-gray-950\/20:active {
  border-top-color: rgb(3 7 18 / 0.2);
}

.active\:border-t-gray-950\/25:active {
  border-top-color: rgb(3 7 18 / 0.25);
}

.active\:border-t-gray-950\/30:active {
  border-top-color: rgb(3 7 18 / 0.3);
}

.active\:border-t-gray-950\/40:active {
  border-top-color: rgb(3 7 18 / 0.4);
}

.active\:border-t-gray-950\/5:active {
  border-top-color: rgb(3 7 18 / 0.05);
}

.active\:border-t-gray-950\/50:active {
  border-top-color: rgb(3 7 18 / 0.5);
}

.active\:border-t-gray-950\/60:active {
  border-top-color: rgb(3 7 18 / 0.6);
}

.active\:border-t-gray-950\/70:active {
  border-top-color: rgb(3 7 18 / 0.7);
}

.active\:border-t-gray-950\/75:active {
  border-top-color: rgb(3 7 18 / 0.75);
}

.active\:border-t-gray-950\/80:active {
  border-top-color: rgb(3 7 18 / 0.8);
}

.active\:border-t-gray-950\/90:active {
  border-top-color: rgb(3 7 18 / 0.9);
}

.active\:border-t-gray-950\/95:active {
  border-top-color: rgb(3 7 18 / 0.95);
}

.active\:border-t-green-100:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(220 252 231 / var(--tw-border-opacity));
}

.active\:border-t-green-100\/0:active {
  border-top-color: rgb(220 252 231 / 0);
}

.active\:border-t-green-100\/10:active {
  border-top-color: rgb(220 252 231 / 0.1);
}

.active\:border-t-green-100\/100:active {
  border-top-color: rgb(220 252 231 / 1);
}

.active\:border-t-green-100\/20:active {
  border-top-color: rgb(220 252 231 / 0.2);
}

.active\:border-t-green-100\/25:active {
  border-top-color: rgb(220 252 231 / 0.25);
}

.active\:border-t-green-100\/30:active {
  border-top-color: rgb(220 252 231 / 0.3);
}

.active\:border-t-green-100\/40:active {
  border-top-color: rgb(220 252 231 / 0.4);
}

.active\:border-t-green-100\/5:active {
  border-top-color: rgb(220 252 231 / 0.05);
}

.active\:border-t-green-100\/50:active {
  border-top-color: rgb(220 252 231 / 0.5);
}

.active\:border-t-green-100\/60:active {
  border-top-color: rgb(220 252 231 / 0.6);
}

.active\:border-t-green-100\/70:active {
  border-top-color: rgb(220 252 231 / 0.7);
}

.active\:border-t-green-100\/75:active {
  border-top-color: rgb(220 252 231 / 0.75);
}

.active\:border-t-green-100\/80:active {
  border-top-color: rgb(220 252 231 / 0.8);
}

.active\:border-t-green-100\/90:active {
  border-top-color: rgb(220 252 231 / 0.9);
}

.active\:border-t-green-100\/95:active {
  border-top-color: rgb(220 252 231 / 0.95);
}

.active\:border-t-green-200:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.active\:border-t-green-200\/0:active {
  border-top-color: rgb(187 247 208 / 0);
}

.active\:border-t-green-200\/10:active {
  border-top-color: rgb(187 247 208 / 0.1);
}

.active\:border-t-green-200\/100:active {
  border-top-color: rgb(187 247 208 / 1);
}

.active\:border-t-green-200\/20:active {
  border-top-color: rgb(187 247 208 / 0.2);
}

.active\:border-t-green-200\/25:active {
  border-top-color: rgb(187 247 208 / 0.25);
}

.active\:border-t-green-200\/30:active {
  border-top-color: rgb(187 247 208 / 0.3);
}

.active\:border-t-green-200\/40:active {
  border-top-color: rgb(187 247 208 / 0.4);
}

.active\:border-t-green-200\/5:active {
  border-top-color: rgb(187 247 208 / 0.05);
}

.active\:border-t-green-200\/50:active {
  border-top-color: rgb(187 247 208 / 0.5);
}

.active\:border-t-green-200\/60:active {
  border-top-color: rgb(187 247 208 / 0.6);
}

.active\:border-t-green-200\/70:active {
  border-top-color: rgb(187 247 208 / 0.7);
}

.active\:border-t-green-200\/75:active {
  border-top-color: rgb(187 247 208 / 0.75);
}

.active\:border-t-green-200\/80:active {
  border-top-color: rgb(187 247 208 / 0.8);
}

.active\:border-t-green-200\/90:active {
  border-top-color: rgb(187 247 208 / 0.9);
}

.active\:border-t-green-200\/95:active {
  border-top-color: rgb(187 247 208 / 0.95);
}

.active\:border-t-green-300:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.active\:border-t-green-300\/0:active {
  border-top-color: rgb(134 239 172 / 0);
}

.active\:border-t-green-300\/10:active {
  border-top-color: rgb(134 239 172 / 0.1);
}

.active\:border-t-green-300\/100:active {
  border-top-color: rgb(134 239 172 / 1);
}

.active\:border-t-green-300\/20:active {
  border-top-color: rgb(134 239 172 / 0.2);
}

.active\:border-t-green-300\/25:active {
  border-top-color: rgb(134 239 172 / 0.25);
}

.active\:border-t-green-300\/30:active {
  border-top-color: rgb(134 239 172 / 0.3);
}

.active\:border-t-green-300\/40:active {
  border-top-color: rgb(134 239 172 / 0.4);
}

.active\:border-t-green-300\/5:active {
  border-top-color: rgb(134 239 172 / 0.05);
}

.active\:border-t-green-300\/50:active {
  border-top-color: rgb(134 239 172 / 0.5);
}

.active\:border-t-green-300\/60:active {
  border-top-color: rgb(134 239 172 / 0.6);
}

.active\:border-t-green-300\/70:active {
  border-top-color: rgb(134 239 172 / 0.7);
}

.active\:border-t-green-300\/75:active {
  border-top-color: rgb(134 239 172 / 0.75);
}

.active\:border-t-green-300\/80:active {
  border-top-color: rgb(134 239 172 / 0.8);
}

.active\:border-t-green-300\/90:active {
  border-top-color: rgb(134 239 172 / 0.9);
}

.active\:border-t-green-300\/95:active {
  border-top-color: rgb(134 239 172 / 0.95);
}

.active\:border-t-green-400:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.active\:border-t-green-400\/0:active {
  border-top-color: rgb(74 222 128 / 0);
}

.active\:border-t-green-400\/10:active {
  border-top-color: rgb(74 222 128 / 0.1);
}

.active\:border-t-green-400\/100:active {
  border-top-color: rgb(74 222 128 / 1);
}

.active\:border-t-green-400\/20:active {
  border-top-color: rgb(74 222 128 / 0.2);
}

.active\:border-t-green-400\/25:active {
  border-top-color: rgb(74 222 128 / 0.25);
}

.active\:border-t-green-400\/30:active {
  border-top-color: rgb(74 222 128 / 0.3);
}

.active\:border-t-green-400\/40:active {
  border-top-color: rgb(74 222 128 / 0.4);
}

.active\:border-t-green-400\/5:active {
  border-top-color: rgb(74 222 128 / 0.05);
}

.active\:border-t-green-400\/50:active {
  border-top-color: rgb(74 222 128 / 0.5);
}

.active\:border-t-green-400\/60:active {
  border-top-color: rgb(74 222 128 / 0.6);
}

.active\:border-t-green-400\/70:active {
  border-top-color: rgb(74 222 128 / 0.7);
}

.active\:border-t-green-400\/75:active {
  border-top-color: rgb(74 222 128 / 0.75);
}

.active\:border-t-green-400\/80:active {
  border-top-color: rgb(74 222 128 / 0.8);
}

.active\:border-t-green-400\/90:active {
  border-top-color: rgb(74 222 128 / 0.9);
}

.active\:border-t-green-400\/95:active {
  border-top-color: rgb(74 222 128 / 0.95);
}

.active\:border-t-green-50:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(240 253 244 / var(--tw-border-opacity));
}

.active\:border-t-green-50\/0:active {
  border-top-color: rgb(240 253 244 / 0);
}

.active\:border-t-green-50\/10:active {
  border-top-color: rgb(240 253 244 / 0.1);
}

.active\:border-t-green-50\/100:active {
  border-top-color: rgb(240 253 244 / 1);
}

.active\:border-t-green-50\/20:active {
  border-top-color: rgb(240 253 244 / 0.2);
}

.active\:border-t-green-50\/25:active {
  border-top-color: rgb(240 253 244 / 0.25);
}

.active\:border-t-green-50\/30:active {
  border-top-color: rgb(240 253 244 / 0.3);
}

.active\:border-t-green-50\/40:active {
  border-top-color: rgb(240 253 244 / 0.4);
}

.active\:border-t-green-50\/5:active {
  border-top-color: rgb(240 253 244 / 0.05);
}

.active\:border-t-green-50\/50:active {
  border-top-color: rgb(240 253 244 / 0.5);
}

.active\:border-t-green-50\/60:active {
  border-top-color: rgb(240 253 244 / 0.6);
}

.active\:border-t-green-50\/70:active {
  border-top-color: rgb(240 253 244 / 0.7);
}

.active\:border-t-green-50\/75:active {
  border-top-color: rgb(240 253 244 / 0.75);
}

.active\:border-t-green-50\/80:active {
  border-top-color: rgb(240 253 244 / 0.8);
}

.active\:border-t-green-50\/90:active {
  border-top-color: rgb(240 253 244 / 0.9);
}

.active\:border-t-green-50\/95:active {
  border-top-color: rgb(240 253 244 / 0.95);
}

.active\:border-t-green-500:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.active\:border-t-green-500\/0:active {
  border-top-color: rgb(34 197 94 / 0);
}

.active\:border-t-green-500\/10:active {
  border-top-color: rgb(34 197 94 / 0.1);
}

.active\:border-t-green-500\/100:active {
  border-top-color: rgb(34 197 94 / 1);
}

.active\:border-t-green-500\/20:active {
  border-top-color: rgb(34 197 94 / 0.2);
}

.active\:border-t-green-500\/25:active {
  border-top-color: rgb(34 197 94 / 0.25);
}

.active\:border-t-green-500\/30:active {
  border-top-color: rgb(34 197 94 / 0.3);
}

.active\:border-t-green-500\/40:active {
  border-top-color: rgb(34 197 94 / 0.4);
}

.active\:border-t-green-500\/5:active {
  border-top-color: rgb(34 197 94 / 0.05);
}

.active\:border-t-green-500\/50:active {
  border-top-color: rgb(34 197 94 / 0.5);
}

.active\:border-t-green-500\/60:active {
  border-top-color: rgb(34 197 94 / 0.6);
}

.active\:border-t-green-500\/70:active {
  border-top-color: rgb(34 197 94 / 0.7);
}

.active\:border-t-green-500\/75:active {
  border-top-color: rgb(34 197 94 / 0.75);
}

.active\:border-t-green-500\/80:active {
  border-top-color: rgb(34 197 94 / 0.8);
}

.active\:border-t-green-500\/90:active {
  border-top-color: rgb(34 197 94 / 0.9);
}

.active\:border-t-green-500\/95:active {
  border-top-color: rgb(34 197 94 / 0.95);
}

.active\:border-t-green-600:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.active\:border-t-green-600\/0:active {
  border-top-color: rgb(22 163 74 / 0);
}

.active\:border-t-green-600\/10:active {
  border-top-color: rgb(22 163 74 / 0.1);
}

.active\:border-t-green-600\/100:active {
  border-top-color: rgb(22 163 74 / 1);
}

.active\:border-t-green-600\/20:active {
  border-top-color: rgb(22 163 74 / 0.2);
}

.active\:border-t-green-600\/25:active {
  border-top-color: rgb(22 163 74 / 0.25);
}

.active\:border-t-green-600\/30:active {
  border-top-color: rgb(22 163 74 / 0.3);
}

.active\:border-t-green-600\/40:active {
  border-top-color: rgb(22 163 74 / 0.4);
}

.active\:border-t-green-600\/5:active {
  border-top-color: rgb(22 163 74 / 0.05);
}

.active\:border-t-green-600\/50:active {
  border-top-color: rgb(22 163 74 / 0.5);
}

.active\:border-t-green-600\/60:active {
  border-top-color: rgb(22 163 74 / 0.6);
}

.active\:border-t-green-600\/70:active {
  border-top-color: rgb(22 163 74 / 0.7);
}

.active\:border-t-green-600\/75:active {
  border-top-color: rgb(22 163 74 / 0.75);
}

.active\:border-t-green-600\/80:active {
  border-top-color: rgb(22 163 74 / 0.8);
}

.active\:border-t-green-600\/90:active {
  border-top-color: rgb(22 163 74 / 0.9);
}

.active\:border-t-green-600\/95:active {
  border-top-color: rgb(22 163 74 / 0.95);
}

.active\:border-t-green-700:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.active\:border-t-green-700\/0:active {
  border-top-color: rgb(21 128 61 / 0);
}

.active\:border-t-green-700\/10:active {
  border-top-color: rgb(21 128 61 / 0.1);
}

.active\:border-t-green-700\/100:active {
  border-top-color: rgb(21 128 61 / 1);
}

.active\:border-t-green-700\/20:active {
  border-top-color: rgb(21 128 61 / 0.2);
}

.active\:border-t-green-700\/25:active {
  border-top-color: rgb(21 128 61 / 0.25);
}

.active\:border-t-green-700\/30:active {
  border-top-color: rgb(21 128 61 / 0.3);
}

.active\:border-t-green-700\/40:active {
  border-top-color: rgb(21 128 61 / 0.4);
}

.active\:border-t-green-700\/5:active {
  border-top-color: rgb(21 128 61 / 0.05);
}

.active\:border-t-green-700\/50:active {
  border-top-color: rgb(21 128 61 / 0.5);
}

.active\:border-t-green-700\/60:active {
  border-top-color: rgb(21 128 61 / 0.6);
}

.active\:border-t-green-700\/70:active {
  border-top-color: rgb(21 128 61 / 0.7);
}

.active\:border-t-green-700\/75:active {
  border-top-color: rgb(21 128 61 / 0.75);
}

.active\:border-t-green-700\/80:active {
  border-top-color: rgb(21 128 61 / 0.8);
}

.active\:border-t-green-700\/90:active {
  border-top-color: rgb(21 128 61 / 0.9);
}

.active\:border-t-green-700\/95:active {
  border-top-color: rgb(21 128 61 / 0.95);
}

.active\:border-t-green-800:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.active\:border-t-green-800\/0:active {
  border-top-color: rgb(22 101 52 / 0);
}

.active\:border-t-green-800\/10:active {
  border-top-color: rgb(22 101 52 / 0.1);
}

.active\:border-t-green-800\/100:active {
  border-top-color: rgb(22 101 52 / 1);
}

.active\:border-t-green-800\/20:active {
  border-top-color: rgb(22 101 52 / 0.2);
}

.active\:border-t-green-800\/25:active {
  border-top-color: rgb(22 101 52 / 0.25);
}

.active\:border-t-green-800\/30:active {
  border-top-color: rgb(22 101 52 / 0.3);
}

.active\:border-t-green-800\/40:active {
  border-top-color: rgb(22 101 52 / 0.4);
}

.active\:border-t-green-800\/5:active {
  border-top-color: rgb(22 101 52 / 0.05);
}

.active\:border-t-green-800\/50:active {
  border-top-color: rgb(22 101 52 / 0.5);
}

.active\:border-t-green-800\/60:active {
  border-top-color: rgb(22 101 52 / 0.6);
}

.active\:border-t-green-800\/70:active {
  border-top-color: rgb(22 101 52 / 0.7);
}

.active\:border-t-green-800\/75:active {
  border-top-color: rgb(22 101 52 / 0.75);
}

.active\:border-t-green-800\/80:active {
  border-top-color: rgb(22 101 52 / 0.8);
}

.active\:border-t-green-800\/90:active {
  border-top-color: rgb(22 101 52 / 0.9);
}

.active\:border-t-green-800\/95:active {
  border-top-color: rgb(22 101 52 / 0.95);
}

.active\:border-t-green-900:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(20 83 45 / var(--tw-border-opacity));
}

.active\:border-t-green-900\/0:active {
  border-top-color: rgb(20 83 45 / 0);
}

.active\:border-t-green-900\/10:active {
  border-top-color: rgb(20 83 45 / 0.1);
}

.active\:border-t-green-900\/100:active {
  border-top-color: rgb(20 83 45 / 1);
}

.active\:border-t-green-900\/20:active {
  border-top-color: rgb(20 83 45 / 0.2);
}

.active\:border-t-green-900\/25:active {
  border-top-color: rgb(20 83 45 / 0.25);
}

.active\:border-t-green-900\/30:active {
  border-top-color: rgb(20 83 45 / 0.3);
}

.active\:border-t-green-900\/40:active {
  border-top-color: rgb(20 83 45 / 0.4);
}

.active\:border-t-green-900\/5:active {
  border-top-color: rgb(20 83 45 / 0.05);
}

.active\:border-t-green-900\/50:active {
  border-top-color: rgb(20 83 45 / 0.5);
}

.active\:border-t-green-900\/60:active {
  border-top-color: rgb(20 83 45 / 0.6);
}

.active\:border-t-green-900\/70:active {
  border-top-color: rgb(20 83 45 / 0.7);
}

.active\:border-t-green-900\/75:active {
  border-top-color: rgb(20 83 45 / 0.75);
}

.active\:border-t-green-900\/80:active {
  border-top-color: rgb(20 83 45 / 0.8);
}

.active\:border-t-green-900\/90:active {
  border-top-color: rgb(20 83 45 / 0.9);
}

.active\:border-t-green-900\/95:active {
  border-top-color: rgb(20 83 45 / 0.95);
}

.active\:border-t-green-950:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(5 46 22 / var(--tw-border-opacity));
}

.active\:border-t-green-950\/0:active {
  border-top-color: rgb(5 46 22 / 0);
}

.active\:border-t-green-950\/10:active {
  border-top-color: rgb(5 46 22 / 0.1);
}

.active\:border-t-green-950\/100:active {
  border-top-color: rgb(5 46 22 / 1);
}

.active\:border-t-green-950\/20:active {
  border-top-color: rgb(5 46 22 / 0.2);
}

.active\:border-t-green-950\/25:active {
  border-top-color: rgb(5 46 22 / 0.25);
}

.active\:border-t-green-950\/30:active {
  border-top-color: rgb(5 46 22 / 0.3);
}

.active\:border-t-green-950\/40:active {
  border-top-color: rgb(5 46 22 / 0.4);
}

.active\:border-t-green-950\/5:active {
  border-top-color: rgb(5 46 22 / 0.05);
}

.active\:border-t-green-950\/50:active {
  border-top-color: rgb(5 46 22 / 0.5);
}

.active\:border-t-green-950\/60:active {
  border-top-color: rgb(5 46 22 / 0.6);
}

.active\:border-t-green-950\/70:active {
  border-top-color: rgb(5 46 22 / 0.7);
}

.active\:border-t-green-950\/75:active {
  border-top-color: rgb(5 46 22 / 0.75);
}

.active\:border-t-green-950\/80:active {
  border-top-color: rgb(5 46 22 / 0.8);
}

.active\:border-t-green-950\/90:active {
  border-top-color: rgb(5 46 22 / 0.9);
}

.active\:border-t-green-950\/95:active {
  border-top-color: rgb(5 46 22 / 0.95);
}

.active\:border-t-indigo-100:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(224 231 255 / var(--tw-border-opacity));
}

.active\:border-t-indigo-100\/0:active {
  border-top-color: rgb(224 231 255 / 0);
}

.active\:border-t-indigo-100\/10:active {
  border-top-color: rgb(224 231 255 / 0.1);
}

.active\:border-t-indigo-100\/100:active {
  border-top-color: rgb(224 231 255 / 1);
}

.active\:border-t-indigo-100\/20:active {
  border-top-color: rgb(224 231 255 / 0.2);
}

.active\:border-t-indigo-100\/25:active {
  border-top-color: rgb(224 231 255 / 0.25);
}

.active\:border-t-indigo-100\/30:active {
  border-top-color: rgb(224 231 255 / 0.3);
}

.active\:border-t-indigo-100\/40:active {
  border-top-color: rgb(224 231 255 / 0.4);
}

.active\:border-t-indigo-100\/5:active {
  border-top-color: rgb(224 231 255 / 0.05);
}

.active\:border-t-indigo-100\/50:active {
  border-top-color: rgb(224 231 255 / 0.5);
}

.active\:border-t-indigo-100\/60:active {
  border-top-color: rgb(224 231 255 / 0.6);
}

.active\:border-t-indigo-100\/70:active {
  border-top-color: rgb(224 231 255 / 0.7);
}

.active\:border-t-indigo-100\/75:active {
  border-top-color: rgb(224 231 255 / 0.75);
}

.active\:border-t-indigo-100\/80:active {
  border-top-color: rgb(224 231 255 / 0.8);
}

.active\:border-t-indigo-100\/90:active {
  border-top-color: rgb(224 231 255 / 0.9);
}

.active\:border-t-indigo-100\/95:active {
  border-top-color: rgb(224 231 255 / 0.95);
}

.active\:border-t-indigo-200:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.active\:border-t-indigo-200\/0:active {
  border-top-color: rgb(199 210 254 / 0);
}

.active\:border-t-indigo-200\/10:active {
  border-top-color: rgb(199 210 254 / 0.1);
}

.active\:border-t-indigo-200\/100:active {
  border-top-color: rgb(199 210 254 / 1);
}

.active\:border-t-indigo-200\/20:active {
  border-top-color: rgb(199 210 254 / 0.2);
}

.active\:border-t-indigo-200\/25:active {
  border-top-color: rgb(199 210 254 / 0.25);
}

.active\:border-t-indigo-200\/30:active {
  border-top-color: rgb(199 210 254 / 0.3);
}

.active\:border-t-indigo-200\/40:active {
  border-top-color: rgb(199 210 254 / 0.4);
}

.active\:border-t-indigo-200\/5:active {
  border-top-color: rgb(199 210 254 / 0.05);
}

.active\:border-t-indigo-200\/50:active {
  border-top-color: rgb(199 210 254 / 0.5);
}

.active\:border-t-indigo-200\/60:active {
  border-top-color: rgb(199 210 254 / 0.6);
}

.active\:border-t-indigo-200\/70:active {
  border-top-color: rgb(199 210 254 / 0.7);
}

.active\:border-t-indigo-200\/75:active {
  border-top-color: rgb(199 210 254 / 0.75);
}

.active\:border-t-indigo-200\/80:active {
  border-top-color: rgb(199 210 254 / 0.8);
}

.active\:border-t-indigo-200\/90:active {
  border-top-color: rgb(199 210 254 / 0.9);
}

.active\:border-t-indigo-200\/95:active {
  border-top-color: rgb(199 210 254 / 0.95);
}

.active\:border-t-indigo-300:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.active\:border-t-indigo-300\/0:active {
  border-top-color: rgb(165 180 252 / 0);
}

.active\:border-t-indigo-300\/10:active {
  border-top-color: rgb(165 180 252 / 0.1);
}

.active\:border-t-indigo-300\/100:active {
  border-top-color: rgb(165 180 252 / 1);
}

.active\:border-t-indigo-300\/20:active {
  border-top-color: rgb(165 180 252 / 0.2);
}

.active\:border-t-indigo-300\/25:active {
  border-top-color: rgb(165 180 252 / 0.25);
}

.active\:border-t-indigo-300\/30:active {
  border-top-color: rgb(165 180 252 / 0.3);
}

.active\:border-t-indigo-300\/40:active {
  border-top-color: rgb(165 180 252 / 0.4);
}

.active\:border-t-indigo-300\/5:active {
  border-top-color: rgb(165 180 252 / 0.05);
}

.active\:border-t-indigo-300\/50:active {
  border-top-color: rgb(165 180 252 / 0.5);
}

.active\:border-t-indigo-300\/60:active {
  border-top-color: rgb(165 180 252 / 0.6);
}

.active\:border-t-indigo-300\/70:active {
  border-top-color: rgb(165 180 252 / 0.7);
}

.active\:border-t-indigo-300\/75:active {
  border-top-color: rgb(165 180 252 / 0.75);
}

.active\:border-t-indigo-300\/80:active {
  border-top-color: rgb(165 180 252 / 0.8);
}

.active\:border-t-indigo-300\/90:active {
  border-top-color: rgb(165 180 252 / 0.9);
}

.active\:border-t-indigo-300\/95:active {
  border-top-color: rgb(165 180 252 / 0.95);
}

.active\:border-t-indigo-400:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.active\:border-t-indigo-400\/0:active {
  border-top-color: rgb(129 140 248 / 0);
}

.active\:border-t-indigo-400\/10:active {
  border-top-color: rgb(129 140 248 / 0.1);
}

.active\:border-t-indigo-400\/100:active {
  border-top-color: rgb(129 140 248 / 1);
}

.active\:border-t-indigo-400\/20:active {
  border-top-color: rgb(129 140 248 / 0.2);
}

.active\:border-t-indigo-400\/25:active {
  border-top-color: rgb(129 140 248 / 0.25);
}

.active\:border-t-indigo-400\/30:active {
  border-top-color: rgb(129 140 248 / 0.3);
}

.active\:border-t-indigo-400\/40:active {
  border-top-color: rgb(129 140 248 / 0.4);
}

.active\:border-t-indigo-400\/5:active {
  border-top-color: rgb(129 140 248 / 0.05);
}

.active\:border-t-indigo-400\/50:active {
  border-top-color: rgb(129 140 248 / 0.5);
}

.active\:border-t-indigo-400\/60:active {
  border-top-color: rgb(129 140 248 / 0.6);
}

.active\:border-t-indigo-400\/70:active {
  border-top-color: rgb(129 140 248 / 0.7);
}

.active\:border-t-indigo-400\/75:active {
  border-top-color: rgb(129 140 248 / 0.75);
}

.active\:border-t-indigo-400\/80:active {
  border-top-color: rgb(129 140 248 / 0.8);
}

.active\:border-t-indigo-400\/90:active {
  border-top-color: rgb(129 140 248 / 0.9);
}

.active\:border-t-indigo-400\/95:active {
  border-top-color: rgb(129 140 248 / 0.95);
}

.active\:border-t-indigo-50:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(238 242 255 / var(--tw-border-opacity));
}

.active\:border-t-indigo-50\/0:active {
  border-top-color: rgb(238 242 255 / 0);
}

.active\:border-t-indigo-50\/10:active {
  border-top-color: rgb(238 242 255 / 0.1);
}

.active\:border-t-indigo-50\/100:active {
  border-top-color: rgb(238 242 255 / 1);
}

.active\:border-t-indigo-50\/20:active {
  border-top-color: rgb(238 242 255 / 0.2);
}

.active\:border-t-indigo-50\/25:active {
  border-top-color: rgb(238 242 255 / 0.25);
}

.active\:border-t-indigo-50\/30:active {
  border-top-color: rgb(238 242 255 / 0.3);
}

.active\:border-t-indigo-50\/40:active {
  border-top-color: rgb(238 242 255 / 0.4);
}

.active\:border-t-indigo-50\/5:active {
  border-top-color: rgb(238 242 255 / 0.05);
}

.active\:border-t-indigo-50\/50:active {
  border-top-color: rgb(238 242 255 / 0.5);
}

.active\:border-t-indigo-50\/60:active {
  border-top-color: rgb(238 242 255 / 0.6);
}

.active\:border-t-indigo-50\/70:active {
  border-top-color: rgb(238 242 255 / 0.7);
}

.active\:border-t-indigo-50\/75:active {
  border-top-color: rgb(238 242 255 / 0.75);
}

.active\:border-t-indigo-50\/80:active {
  border-top-color: rgb(238 242 255 / 0.8);
}

.active\:border-t-indigo-50\/90:active {
  border-top-color: rgb(238 242 255 / 0.9);
}

.active\:border-t-indigo-50\/95:active {
  border-top-color: rgb(238 242 255 / 0.95);
}

.active\:border-t-indigo-500:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.active\:border-t-indigo-500\/0:active {
  border-top-color: rgb(99 102 241 / 0);
}

.active\:border-t-indigo-500\/10:active {
  border-top-color: rgb(99 102 241 / 0.1);
}

.active\:border-t-indigo-500\/100:active {
  border-top-color: rgb(99 102 241 / 1);
}

.active\:border-t-indigo-500\/20:active {
  border-top-color: rgb(99 102 241 / 0.2);
}

.active\:border-t-indigo-500\/25:active {
  border-top-color: rgb(99 102 241 / 0.25);
}

.active\:border-t-indigo-500\/30:active {
  border-top-color: rgb(99 102 241 / 0.3);
}

.active\:border-t-indigo-500\/40:active {
  border-top-color: rgb(99 102 241 / 0.4);
}

.active\:border-t-indigo-500\/5:active {
  border-top-color: rgb(99 102 241 / 0.05);
}

.active\:border-t-indigo-500\/50:active {
  border-top-color: rgb(99 102 241 / 0.5);
}

.active\:border-t-indigo-500\/60:active {
  border-top-color: rgb(99 102 241 / 0.6);
}

.active\:border-t-indigo-500\/70:active {
  border-top-color: rgb(99 102 241 / 0.7);
}

.active\:border-t-indigo-500\/75:active {
  border-top-color: rgb(99 102 241 / 0.75);
}

.active\:border-t-indigo-500\/80:active {
  border-top-color: rgb(99 102 241 / 0.8);
}

.active\:border-t-indigo-500\/90:active {
  border-top-color: rgb(99 102 241 / 0.9);
}

.active\:border-t-indigo-500\/95:active {
  border-top-color: rgb(99 102 241 / 0.95);
}

.active\:border-t-indigo-600:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.active\:border-t-indigo-600\/0:active {
  border-top-color: rgb(79 70 229 / 0);
}

.active\:border-t-indigo-600\/10:active {
  border-top-color: rgb(79 70 229 / 0.1);
}

.active\:border-t-indigo-600\/100:active {
  border-top-color: rgb(79 70 229 / 1);
}

.active\:border-t-indigo-600\/20:active {
  border-top-color: rgb(79 70 229 / 0.2);
}

.active\:border-t-indigo-600\/25:active {
  border-top-color: rgb(79 70 229 / 0.25);
}

.active\:border-t-indigo-600\/30:active {
  border-top-color: rgb(79 70 229 / 0.3);
}

.active\:border-t-indigo-600\/40:active {
  border-top-color: rgb(79 70 229 / 0.4);
}

.active\:border-t-indigo-600\/5:active {
  border-top-color: rgb(79 70 229 / 0.05);
}

.active\:border-t-indigo-600\/50:active {
  border-top-color: rgb(79 70 229 / 0.5);
}

.active\:border-t-indigo-600\/60:active {
  border-top-color: rgb(79 70 229 / 0.6);
}

.active\:border-t-indigo-600\/70:active {
  border-top-color: rgb(79 70 229 / 0.7);
}

.active\:border-t-indigo-600\/75:active {
  border-top-color: rgb(79 70 229 / 0.75);
}

.active\:border-t-indigo-600\/80:active {
  border-top-color: rgb(79 70 229 / 0.8);
}

.active\:border-t-indigo-600\/90:active {
  border-top-color: rgb(79 70 229 / 0.9);
}

.active\:border-t-indigo-600\/95:active {
  border-top-color: rgb(79 70 229 / 0.95);
}

.active\:border-t-indigo-700:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.active\:border-t-indigo-700\/0:active {
  border-top-color: rgb(67 56 202 / 0);
}

.active\:border-t-indigo-700\/10:active {
  border-top-color: rgb(67 56 202 / 0.1);
}

.active\:border-t-indigo-700\/100:active {
  border-top-color: rgb(67 56 202 / 1);
}

.active\:border-t-indigo-700\/20:active {
  border-top-color: rgb(67 56 202 / 0.2);
}

.active\:border-t-indigo-700\/25:active {
  border-top-color: rgb(67 56 202 / 0.25);
}

.active\:border-t-indigo-700\/30:active {
  border-top-color: rgb(67 56 202 / 0.3);
}

.active\:border-t-indigo-700\/40:active {
  border-top-color: rgb(67 56 202 / 0.4);
}

.active\:border-t-indigo-700\/5:active {
  border-top-color: rgb(67 56 202 / 0.05);
}

.active\:border-t-indigo-700\/50:active {
  border-top-color: rgb(67 56 202 / 0.5);
}

.active\:border-t-indigo-700\/60:active {
  border-top-color: rgb(67 56 202 / 0.6);
}

.active\:border-t-indigo-700\/70:active {
  border-top-color: rgb(67 56 202 / 0.7);
}

.active\:border-t-indigo-700\/75:active {
  border-top-color: rgb(67 56 202 / 0.75);
}

.active\:border-t-indigo-700\/80:active {
  border-top-color: rgb(67 56 202 / 0.8);
}

.active\:border-t-indigo-700\/90:active {
  border-top-color: rgb(67 56 202 / 0.9);
}

.active\:border-t-indigo-700\/95:active {
  border-top-color: rgb(67 56 202 / 0.95);
}

.active\:border-t-indigo-800:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(55 48 163 / var(--tw-border-opacity));
}

.active\:border-t-indigo-800\/0:active {
  border-top-color: rgb(55 48 163 / 0);
}

.active\:border-t-indigo-800\/10:active {
  border-top-color: rgb(55 48 163 / 0.1);
}

.active\:border-t-indigo-800\/100:active {
  border-top-color: rgb(55 48 163 / 1);
}

.active\:border-t-indigo-800\/20:active {
  border-top-color: rgb(55 48 163 / 0.2);
}

.active\:border-t-indigo-800\/25:active {
  border-top-color: rgb(55 48 163 / 0.25);
}

.active\:border-t-indigo-800\/30:active {
  border-top-color: rgb(55 48 163 / 0.3);
}

.active\:border-t-indigo-800\/40:active {
  border-top-color: rgb(55 48 163 / 0.4);
}

.active\:border-t-indigo-800\/5:active {
  border-top-color: rgb(55 48 163 / 0.05);
}

.active\:border-t-indigo-800\/50:active {
  border-top-color: rgb(55 48 163 / 0.5);
}

.active\:border-t-indigo-800\/60:active {
  border-top-color: rgb(55 48 163 / 0.6);
}

.active\:border-t-indigo-800\/70:active {
  border-top-color: rgb(55 48 163 / 0.7);
}

.active\:border-t-indigo-800\/75:active {
  border-top-color: rgb(55 48 163 / 0.75);
}

.active\:border-t-indigo-800\/80:active {
  border-top-color: rgb(55 48 163 / 0.8);
}

.active\:border-t-indigo-800\/90:active {
  border-top-color: rgb(55 48 163 / 0.9);
}

.active\:border-t-indigo-800\/95:active {
  border-top-color: rgb(55 48 163 / 0.95);
}

.active\:border-t-indigo-900:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(49 46 129 / var(--tw-border-opacity));
}

.active\:border-t-indigo-900\/0:active {
  border-top-color: rgb(49 46 129 / 0);
}

.active\:border-t-indigo-900\/10:active {
  border-top-color: rgb(49 46 129 / 0.1);
}

.active\:border-t-indigo-900\/100:active {
  border-top-color: rgb(49 46 129 / 1);
}

.active\:border-t-indigo-900\/20:active {
  border-top-color: rgb(49 46 129 / 0.2);
}

.active\:border-t-indigo-900\/25:active {
  border-top-color: rgb(49 46 129 / 0.25);
}

.active\:border-t-indigo-900\/30:active {
  border-top-color: rgb(49 46 129 / 0.3);
}

.active\:border-t-indigo-900\/40:active {
  border-top-color: rgb(49 46 129 / 0.4);
}

.active\:border-t-indigo-900\/5:active {
  border-top-color: rgb(49 46 129 / 0.05);
}

.active\:border-t-indigo-900\/50:active {
  border-top-color: rgb(49 46 129 / 0.5);
}

.active\:border-t-indigo-900\/60:active {
  border-top-color: rgb(49 46 129 / 0.6);
}

.active\:border-t-indigo-900\/70:active {
  border-top-color: rgb(49 46 129 / 0.7);
}

.active\:border-t-indigo-900\/75:active {
  border-top-color: rgb(49 46 129 / 0.75);
}

.active\:border-t-indigo-900\/80:active {
  border-top-color: rgb(49 46 129 / 0.8);
}

.active\:border-t-indigo-900\/90:active {
  border-top-color: rgb(49 46 129 / 0.9);
}

.active\:border-t-indigo-900\/95:active {
  border-top-color: rgb(49 46 129 / 0.95);
}

.active\:border-t-indigo-950:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(30 27 75 / var(--tw-border-opacity));
}

.active\:border-t-indigo-950\/0:active {
  border-top-color: rgb(30 27 75 / 0);
}

.active\:border-t-indigo-950\/10:active {
  border-top-color: rgb(30 27 75 / 0.1);
}

.active\:border-t-indigo-950\/100:active {
  border-top-color: rgb(30 27 75 / 1);
}

.active\:border-t-indigo-950\/20:active {
  border-top-color: rgb(30 27 75 / 0.2);
}

.active\:border-t-indigo-950\/25:active {
  border-top-color: rgb(30 27 75 / 0.25);
}

.active\:border-t-indigo-950\/30:active {
  border-top-color: rgb(30 27 75 / 0.3);
}

.active\:border-t-indigo-950\/40:active {
  border-top-color: rgb(30 27 75 / 0.4);
}

.active\:border-t-indigo-950\/5:active {
  border-top-color: rgb(30 27 75 / 0.05);
}

.active\:border-t-indigo-950\/50:active {
  border-top-color: rgb(30 27 75 / 0.5);
}

.active\:border-t-indigo-950\/60:active {
  border-top-color: rgb(30 27 75 / 0.6);
}

.active\:border-t-indigo-950\/70:active {
  border-top-color: rgb(30 27 75 / 0.7);
}

.active\:border-t-indigo-950\/75:active {
  border-top-color: rgb(30 27 75 / 0.75);
}

.active\:border-t-indigo-950\/80:active {
  border-top-color: rgb(30 27 75 / 0.8);
}

.active\:border-t-indigo-950\/90:active {
  border-top-color: rgb(30 27 75 / 0.9);
}

.active\:border-t-indigo-950\/95:active {
  border-top-color: rgb(30 27 75 / 0.95);
}

.active\:border-t-inherit:active {
  border-top-color: inherit;
}

.active\:border-t-interbeauty-100:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 197 175 / var(--tw-border-opacity));
}

.active\:border-t-interbeauty-100\/0:active {
  border-top-color: rgb(249 197 175 / 0);
}

.active\:border-t-interbeauty-100\/10:active {
  border-top-color: rgb(249 197 175 / 0.1);
}

.active\:border-t-interbeauty-100\/100:active {
  border-top-color: rgb(249 197 175 / 1);
}

.active\:border-t-interbeauty-100\/20:active {
  border-top-color: rgb(249 197 175 / 0.2);
}

.active\:border-t-interbeauty-100\/25:active {
  border-top-color: rgb(249 197 175 / 0.25);
}

.active\:border-t-interbeauty-100\/30:active {
  border-top-color: rgb(249 197 175 / 0.3);
}

.active\:border-t-interbeauty-100\/40:active {
  border-top-color: rgb(249 197 175 / 0.4);
}

.active\:border-t-interbeauty-100\/5:active {
  border-top-color: rgb(249 197 175 / 0.05);
}

.active\:border-t-interbeauty-100\/50:active {
  border-top-color: rgb(249 197 175 / 0.5);
}

.active\:border-t-interbeauty-100\/60:active {
  border-top-color: rgb(249 197 175 / 0.6);
}

.active\:border-t-interbeauty-100\/70:active {
  border-top-color: rgb(249 197 175 / 0.7);
}

.active\:border-t-interbeauty-100\/75:active {
  border-top-color: rgb(249 197 175 / 0.75);
}

.active\:border-t-interbeauty-100\/80:active {
  border-top-color: rgb(249 197 175 / 0.8);
}

.active\:border-t-interbeauty-100\/90:active {
  border-top-color: rgb(249 197 175 / 0.9);
}

.active\:border-t-interbeauty-100\/95:active {
  border-top-color: rgb(249 197 175 / 0.95);
}

.active\:border-t-interbeauty-200:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(241 182 191 / var(--tw-border-opacity));
}

.active\:border-t-interbeauty-200\/0:active {
  border-top-color: rgb(241 182 191 / 0);
}

.active\:border-t-interbeauty-200\/10:active {
  border-top-color: rgb(241 182 191 / 0.1);
}

.active\:border-t-interbeauty-200\/100:active {
  border-top-color: rgb(241 182 191 / 1);
}

.active\:border-t-interbeauty-200\/20:active {
  border-top-color: rgb(241 182 191 / 0.2);
}

.active\:border-t-interbeauty-200\/25:active {
  border-top-color: rgb(241 182 191 / 0.25);
}

.active\:border-t-interbeauty-200\/30:active {
  border-top-color: rgb(241 182 191 / 0.3);
}

.active\:border-t-interbeauty-200\/40:active {
  border-top-color: rgb(241 182 191 / 0.4);
}

.active\:border-t-interbeauty-200\/5:active {
  border-top-color: rgb(241 182 191 / 0.05);
}

.active\:border-t-interbeauty-200\/50:active {
  border-top-color: rgb(241 182 191 / 0.5);
}

.active\:border-t-interbeauty-200\/60:active {
  border-top-color: rgb(241 182 191 / 0.6);
}

.active\:border-t-interbeauty-200\/70:active {
  border-top-color: rgb(241 182 191 / 0.7);
}

.active\:border-t-interbeauty-200\/75:active {
  border-top-color: rgb(241 182 191 / 0.75);
}

.active\:border-t-interbeauty-200\/80:active {
  border-top-color: rgb(241 182 191 / 0.8);
}

.active\:border-t-interbeauty-200\/90:active {
  border-top-color: rgb(241 182 191 / 0.9);
}

.active\:border-t-interbeauty-200\/95:active {
  border-top-color: rgb(241 182 191 / 0.95);
}

.active\:border-t-interbeauty-300:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(182 219 231 / var(--tw-border-opacity));
}

.active\:border-t-interbeauty-300\/0:active {
  border-top-color: rgb(182 219 231 / 0);
}

.active\:border-t-interbeauty-300\/10:active {
  border-top-color: rgb(182 219 231 / 0.1);
}

.active\:border-t-interbeauty-300\/100:active {
  border-top-color: rgb(182 219 231 / 1);
}

.active\:border-t-interbeauty-300\/20:active {
  border-top-color: rgb(182 219 231 / 0.2);
}

.active\:border-t-interbeauty-300\/25:active {
  border-top-color: rgb(182 219 231 / 0.25);
}

.active\:border-t-interbeauty-300\/30:active {
  border-top-color: rgb(182 219 231 / 0.3);
}

.active\:border-t-interbeauty-300\/40:active {
  border-top-color: rgb(182 219 231 / 0.4);
}

.active\:border-t-interbeauty-300\/5:active {
  border-top-color: rgb(182 219 231 / 0.05);
}

.active\:border-t-interbeauty-300\/50:active {
  border-top-color: rgb(182 219 231 / 0.5);
}

.active\:border-t-interbeauty-300\/60:active {
  border-top-color: rgb(182 219 231 / 0.6);
}

.active\:border-t-interbeauty-300\/70:active {
  border-top-color: rgb(182 219 231 / 0.7);
}

.active\:border-t-interbeauty-300\/75:active {
  border-top-color: rgb(182 219 231 / 0.75);
}

.active\:border-t-interbeauty-300\/80:active {
  border-top-color: rgb(182 219 231 / 0.8);
}

.active\:border-t-interbeauty-300\/90:active {
  border-top-color: rgb(182 219 231 / 0.9);
}

.active\:border-t-interbeauty-300\/95:active {
  border-top-color: rgb(182 219 231 / 0.95);
}

.active\:border-t-interbeauty-400:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 250 247 / var(--tw-border-opacity));
}

.active\:border-t-interbeauty-400\/0:active {
  border-top-color: rgb(254 250 247 / 0);
}

.active\:border-t-interbeauty-400\/10:active {
  border-top-color: rgb(254 250 247 / 0.1);
}

.active\:border-t-interbeauty-400\/100:active {
  border-top-color: rgb(254 250 247 / 1);
}

.active\:border-t-interbeauty-400\/20:active {
  border-top-color: rgb(254 250 247 / 0.2);
}

.active\:border-t-interbeauty-400\/25:active {
  border-top-color: rgb(254 250 247 / 0.25);
}

.active\:border-t-interbeauty-400\/30:active {
  border-top-color: rgb(254 250 247 / 0.3);
}

.active\:border-t-interbeauty-400\/40:active {
  border-top-color: rgb(254 250 247 / 0.4);
}

.active\:border-t-interbeauty-400\/5:active {
  border-top-color: rgb(254 250 247 / 0.05);
}

.active\:border-t-interbeauty-400\/50:active {
  border-top-color: rgb(254 250 247 / 0.5);
}

.active\:border-t-interbeauty-400\/60:active {
  border-top-color: rgb(254 250 247 / 0.6);
}

.active\:border-t-interbeauty-400\/70:active {
  border-top-color: rgb(254 250 247 / 0.7);
}

.active\:border-t-interbeauty-400\/75:active {
  border-top-color: rgb(254 250 247 / 0.75);
}

.active\:border-t-interbeauty-400\/80:active {
  border-top-color: rgb(254 250 247 / 0.8);
}

.active\:border-t-interbeauty-400\/90:active {
  border-top-color: rgb(254 250 247 / 0.9);
}

.active\:border-t-interbeauty-400\/95:active {
  border-top-color: rgb(254 250 247 / 0.95);
}

.active\:border-t-interbeauty-500:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(193 225 224 / var(--tw-border-opacity));
}

.active\:border-t-interbeauty-500\/0:active {
  border-top-color: rgb(193 225 224 / 0);
}

.active\:border-t-interbeauty-500\/10:active {
  border-top-color: rgb(193 225 224 / 0.1);
}

.active\:border-t-interbeauty-500\/100:active {
  border-top-color: rgb(193 225 224 / 1);
}

.active\:border-t-interbeauty-500\/20:active {
  border-top-color: rgb(193 225 224 / 0.2);
}

.active\:border-t-interbeauty-500\/25:active {
  border-top-color: rgb(193 225 224 / 0.25);
}

.active\:border-t-interbeauty-500\/30:active {
  border-top-color: rgb(193 225 224 / 0.3);
}

.active\:border-t-interbeauty-500\/40:active {
  border-top-color: rgb(193 225 224 / 0.4);
}

.active\:border-t-interbeauty-500\/5:active {
  border-top-color: rgb(193 225 224 / 0.05);
}

.active\:border-t-interbeauty-500\/50:active {
  border-top-color: rgb(193 225 224 / 0.5);
}

.active\:border-t-interbeauty-500\/60:active {
  border-top-color: rgb(193 225 224 / 0.6);
}

.active\:border-t-interbeauty-500\/70:active {
  border-top-color: rgb(193 225 224 / 0.7);
}

.active\:border-t-interbeauty-500\/75:active {
  border-top-color: rgb(193 225 224 / 0.75);
}

.active\:border-t-interbeauty-500\/80:active {
  border-top-color: rgb(193 225 224 / 0.8);
}

.active\:border-t-interbeauty-500\/90:active {
  border-top-color: rgb(193 225 224 / 0.9);
}

.active\:border-t-interbeauty-500\/95:active {
  border-top-color: rgb(193 225 224 / 0.95);
}

.active\:border-t-interbeauty-600:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(88 88 94 / var(--tw-border-opacity));
}

.active\:border-t-interbeauty-600\/0:active {
  border-top-color: rgb(88 88 94 / 0);
}

.active\:border-t-interbeauty-600\/10:active {
  border-top-color: rgb(88 88 94 / 0.1);
}

.active\:border-t-interbeauty-600\/100:active {
  border-top-color: rgb(88 88 94 / 1);
}

.active\:border-t-interbeauty-600\/20:active {
  border-top-color: rgb(88 88 94 / 0.2);
}

.active\:border-t-interbeauty-600\/25:active {
  border-top-color: rgb(88 88 94 / 0.25);
}

.active\:border-t-interbeauty-600\/30:active {
  border-top-color: rgb(88 88 94 / 0.3);
}

.active\:border-t-interbeauty-600\/40:active {
  border-top-color: rgb(88 88 94 / 0.4);
}

.active\:border-t-interbeauty-600\/5:active {
  border-top-color: rgb(88 88 94 / 0.05);
}

.active\:border-t-interbeauty-600\/50:active {
  border-top-color: rgb(88 88 94 / 0.5);
}

.active\:border-t-interbeauty-600\/60:active {
  border-top-color: rgb(88 88 94 / 0.6);
}

.active\:border-t-interbeauty-600\/70:active {
  border-top-color: rgb(88 88 94 / 0.7);
}

.active\:border-t-interbeauty-600\/75:active {
  border-top-color: rgb(88 88 94 / 0.75);
}

.active\:border-t-interbeauty-600\/80:active {
  border-top-color: rgb(88 88 94 / 0.8);
}

.active\:border-t-interbeauty-600\/90:active {
  border-top-color: rgb(88 88 94 / 0.9);
}

.active\:border-t-interbeauty-600\/95:active {
  border-top-color: rgb(88 88 94 / 0.95);
}

.active\:border-t-ipnvaluers-200:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 40 87 / var(--tw-border-opacity));
}

.active\:border-t-ipnvaluers-200\/0:active {
  border-top-color: rgb(0 40 87 / 0);
}

.active\:border-t-ipnvaluers-200\/10:active {
  border-top-color: rgb(0 40 87 / 0.1);
}

.active\:border-t-ipnvaluers-200\/100:active {
  border-top-color: rgb(0 40 87 / 1);
}

.active\:border-t-ipnvaluers-200\/20:active {
  border-top-color: rgb(0 40 87 / 0.2);
}

.active\:border-t-ipnvaluers-200\/25:active {
  border-top-color: rgb(0 40 87 / 0.25);
}

.active\:border-t-ipnvaluers-200\/30:active {
  border-top-color: rgb(0 40 87 / 0.3);
}

.active\:border-t-ipnvaluers-200\/40:active {
  border-top-color: rgb(0 40 87 / 0.4);
}

.active\:border-t-ipnvaluers-200\/5:active {
  border-top-color: rgb(0 40 87 / 0.05);
}

.active\:border-t-ipnvaluers-200\/50:active {
  border-top-color: rgb(0 40 87 / 0.5);
}

.active\:border-t-ipnvaluers-200\/60:active {
  border-top-color: rgb(0 40 87 / 0.6);
}

.active\:border-t-ipnvaluers-200\/70:active {
  border-top-color: rgb(0 40 87 / 0.7);
}

.active\:border-t-ipnvaluers-200\/75:active {
  border-top-color: rgb(0 40 87 / 0.75);
}

.active\:border-t-ipnvaluers-200\/80:active {
  border-top-color: rgb(0 40 87 / 0.8);
}

.active\:border-t-ipnvaluers-200\/90:active {
  border-top-color: rgb(0 40 87 / 0.9);
}

.active\:border-t-ipnvaluers-200\/95:active {
  border-top-color: rgb(0 40 87 / 0.95);
}

.active\:border-t-ipnvaluers-400:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(196 107 22 / var(--tw-border-opacity));
}

.active\:border-t-ipnvaluers-400\/0:active {
  border-top-color: rgb(196 107 22 / 0);
}

.active\:border-t-ipnvaluers-400\/10:active {
  border-top-color: rgb(196 107 22 / 0.1);
}

.active\:border-t-ipnvaluers-400\/100:active {
  border-top-color: rgb(196 107 22 / 1);
}

.active\:border-t-ipnvaluers-400\/20:active {
  border-top-color: rgb(196 107 22 / 0.2);
}

.active\:border-t-ipnvaluers-400\/25:active {
  border-top-color: rgb(196 107 22 / 0.25);
}

.active\:border-t-ipnvaluers-400\/30:active {
  border-top-color: rgb(196 107 22 / 0.3);
}

.active\:border-t-ipnvaluers-400\/40:active {
  border-top-color: rgb(196 107 22 / 0.4);
}

.active\:border-t-ipnvaluers-400\/5:active {
  border-top-color: rgb(196 107 22 / 0.05);
}

.active\:border-t-ipnvaluers-400\/50:active {
  border-top-color: rgb(196 107 22 / 0.5);
}

.active\:border-t-ipnvaluers-400\/60:active {
  border-top-color: rgb(196 107 22 / 0.6);
}

.active\:border-t-ipnvaluers-400\/70:active {
  border-top-color: rgb(196 107 22 / 0.7);
}

.active\:border-t-ipnvaluers-400\/75:active {
  border-top-color: rgb(196 107 22 / 0.75);
}

.active\:border-t-ipnvaluers-400\/80:active {
  border-top-color: rgb(196 107 22 / 0.8);
}

.active\:border-t-ipnvaluers-400\/90:active {
  border-top-color: rgb(196 107 22 / 0.9);
}

.active\:border-t-ipnvaluers-400\/95:active {
  border-top-color: rgb(196 107 22 / 0.95);
}

.active\:border-t-ipnvaluers-500:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 174 21 / var(--tw-border-opacity));
}

.active\:border-t-ipnvaluers-500\/0:active {
  border-top-color: rgb(245 174 21 / 0);
}

.active\:border-t-ipnvaluers-500\/10:active {
  border-top-color: rgb(245 174 21 / 0.1);
}

.active\:border-t-ipnvaluers-500\/100:active {
  border-top-color: rgb(245 174 21 / 1);
}

.active\:border-t-ipnvaluers-500\/20:active {
  border-top-color: rgb(245 174 21 / 0.2);
}

.active\:border-t-ipnvaluers-500\/25:active {
  border-top-color: rgb(245 174 21 / 0.25);
}

.active\:border-t-ipnvaluers-500\/30:active {
  border-top-color: rgb(245 174 21 / 0.3);
}

.active\:border-t-ipnvaluers-500\/40:active {
  border-top-color: rgb(245 174 21 / 0.4);
}

.active\:border-t-ipnvaluers-500\/5:active {
  border-top-color: rgb(245 174 21 / 0.05);
}

.active\:border-t-ipnvaluers-500\/50:active {
  border-top-color: rgb(245 174 21 / 0.5);
}

.active\:border-t-ipnvaluers-500\/60:active {
  border-top-color: rgb(245 174 21 / 0.6);
}

.active\:border-t-ipnvaluers-500\/70:active {
  border-top-color: rgb(245 174 21 / 0.7);
}

.active\:border-t-ipnvaluers-500\/75:active {
  border-top-color: rgb(245 174 21 / 0.75);
}

.active\:border-t-ipnvaluers-500\/80:active {
  border-top-color: rgb(245 174 21 / 0.8);
}

.active\:border-t-ipnvaluers-500\/90:active {
  border-top-color: rgb(245 174 21 / 0.9);
}

.active\:border-t-ipnvaluers-500\/95:active {
  border-top-color: rgb(245 174 21 / 0.95);
}

.active\:border-t-jukejam-500:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 210 101 / var(--tw-border-opacity));
}

.active\:border-t-jukejam-500\/0:active {
  border-top-color: rgb(250 210 101 / 0);
}

.active\:border-t-jukejam-500\/10:active {
  border-top-color: rgb(250 210 101 / 0.1);
}

.active\:border-t-jukejam-500\/100:active {
  border-top-color: rgb(250 210 101 / 1);
}

.active\:border-t-jukejam-500\/20:active {
  border-top-color: rgb(250 210 101 / 0.2);
}

.active\:border-t-jukejam-500\/25:active {
  border-top-color: rgb(250 210 101 / 0.25);
}

.active\:border-t-jukejam-500\/30:active {
  border-top-color: rgb(250 210 101 / 0.3);
}

.active\:border-t-jukejam-500\/40:active {
  border-top-color: rgb(250 210 101 / 0.4);
}

.active\:border-t-jukejam-500\/5:active {
  border-top-color: rgb(250 210 101 / 0.05);
}

.active\:border-t-jukejam-500\/50:active {
  border-top-color: rgb(250 210 101 / 0.5);
}

.active\:border-t-jukejam-500\/60:active {
  border-top-color: rgb(250 210 101 / 0.6);
}

.active\:border-t-jukejam-500\/70:active {
  border-top-color: rgb(250 210 101 / 0.7);
}

.active\:border-t-jukejam-500\/75:active {
  border-top-color: rgb(250 210 101 / 0.75);
}

.active\:border-t-jukejam-500\/80:active {
  border-top-color: rgb(250 210 101 / 0.8);
}

.active\:border-t-jukejam-500\/90:active {
  border-top-color: rgb(250 210 101 / 0.9);
}

.active\:border-t-jukejam-500\/95:active {
  border-top-color: rgb(250 210 101 / 0.95);
}

.active\:border-t-lime-100:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(236 252 203 / var(--tw-border-opacity));
}

.active\:border-t-lime-100\/0:active {
  border-top-color: rgb(236 252 203 / 0);
}

.active\:border-t-lime-100\/10:active {
  border-top-color: rgb(236 252 203 / 0.1);
}

.active\:border-t-lime-100\/100:active {
  border-top-color: rgb(236 252 203 / 1);
}

.active\:border-t-lime-100\/20:active {
  border-top-color: rgb(236 252 203 / 0.2);
}

.active\:border-t-lime-100\/25:active {
  border-top-color: rgb(236 252 203 / 0.25);
}

.active\:border-t-lime-100\/30:active {
  border-top-color: rgb(236 252 203 / 0.3);
}

.active\:border-t-lime-100\/40:active {
  border-top-color: rgb(236 252 203 / 0.4);
}

.active\:border-t-lime-100\/5:active {
  border-top-color: rgb(236 252 203 / 0.05);
}

.active\:border-t-lime-100\/50:active {
  border-top-color: rgb(236 252 203 / 0.5);
}

.active\:border-t-lime-100\/60:active {
  border-top-color: rgb(236 252 203 / 0.6);
}

.active\:border-t-lime-100\/70:active {
  border-top-color: rgb(236 252 203 / 0.7);
}

.active\:border-t-lime-100\/75:active {
  border-top-color: rgb(236 252 203 / 0.75);
}

.active\:border-t-lime-100\/80:active {
  border-top-color: rgb(236 252 203 / 0.8);
}

.active\:border-t-lime-100\/90:active {
  border-top-color: rgb(236 252 203 / 0.9);
}

.active\:border-t-lime-100\/95:active {
  border-top-color: rgb(236 252 203 / 0.95);
}

.active\:border-t-lime-200:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(217 249 157 / var(--tw-border-opacity));
}

.active\:border-t-lime-200\/0:active {
  border-top-color: rgb(217 249 157 / 0);
}

.active\:border-t-lime-200\/10:active {
  border-top-color: rgb(217 249 157 / 0.1);
}

.active\:border-t-lime-200\/100:active {
  border-top-color: rgb(217 249 157 / 1);
}

.active\:border-t-lime-200\/20:active {
  border-top-color: rgb(217 249 157 / 0.2);
}

.active\:border-t-lime-200\/25:active {
  border-top-color: rgb(217 249 157 / 0.25);
}

.active\:border-t-lime-200\/30:active {
  border-top-color: rgb(217 249 157 / 0.3);
}

.active\:border-t-lime-200\/40:active {
  border-top-color: rgb(217 249 157 / 0.4);
}

.active\:border-t-lime-200\/5:active {
  border-top-color: rgb(217 249 157 / 0.05);
}

.active\:border-t-lime-200\/50:active {
  border-top-color: rgb(217 249 157 / 0.5);
}

.active\:border-t-lime-200\/60:active {
  border-top-color: rgb(217 249 157 / 0.6);
}

.active\:border-t-lime-200\/70:active {
  border-top-color: rgb(217 249 157 / 0.7);
}

.active\:border-t-lime-200\/75:active {
  border-top-color: rgb(217 249 157 / 0.75);
}

.active\:border-t-lime-200\/80:active {
  border-top-color: rgb(217 249 157 / 0.8);
}

.active\:border-t-lime-200\/90:active {
  border-top-color: rgb(217 249 157 / 0.9);
}

.active\:border-t-lime-200\/95:active {
  border-top-color: rgb(217 249 157 / 0.95);
}

.active\:border-t-lime-300:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(190 242 100 / var(--tw-border-opacity));
}

.active\:border-t-lime-300\/0:active {
  border-top-color: rgb(190 242 100 / 0);
}

.active\:border-t-lime-300\/10:active {
  border-top-color: rgb(190 242 100 / 0.1);
}

.active\:border-t-lime-300\/100:active {
  border-top-color: rgb(190 242 100 / 1);
}

.active\:border-t-lime-300\/20:active {
  border-top-color: rgb(190 242 100 / 0.2);
}

.active\:border-t-lime-300\/25:active {
  border-top-color: rgb(190 242 100 / 0.25);
}

.active\:border-t-lime-300\/30:active {
  border-top-color: rgb(190 242 100 / 0.3);
}

.active\:border-t-lime-300\/40:active {
  border-top-color: rgb(190 242 100 / 0.4);
}

.active\:border-t-lime-300\/5:active {
  border-top-color: rgb(190 242 100 / 0.05);
}

.active\:border-t-lime-300\/50:active {
  border-top-color: rgb(190 242 100 / 0.5);
}

.active\:border-t-lime-300\/60:active {
  border-top-color: rgb(190 242 100 / 0.6);
}

.active\:border-t-lime-300\/70:active {
  border-top-color: rgb(190 242 100 / 0.7);
}

.active\:border-t-lime-300\/75:active {
  border-top-color: rgb(190 242 100 / 0.75);
}

.active\:border-t-lime-300\/80:active {
  border-top-color: rgb(190 242 100 / 0.8);
}

.active\:border-t-lime-300\/90:active {
  border-top-color: rgb(190 242 100 / 0.9);
}

.active\:border-t-lime-300\/95:active {
  border-top-color: rgb(190 242 100 / 0.95);
}

.active\:border-t-lime-400:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(163 230 53 / var(--tw-border-opacity));
}

.active\:border-t-lime-400\/0:active {
  border-top-color: rgb(163 230 53 / 0);
}

.active\:border-t-lime-400\/10:active {
  border-top-color: rgb(163 230 53 / 0.1);
}

.active\:border-t-lime-400\/100:active {
  border-top-color: rgb(163 230 53 / 1);
}

.active\:border-t-lime-400\/20:active {
  border-top-color: rgb(163 230 53 / 0.2);
}

.active\:border-t-lime-400\/25:active {
  border-top-color: rgb(163 230 53 / 0.25);
}

.active\:border-t-lime-400\/30:active {
  border-top-color: rgb(163 230 53 / 0.3);
}

.active\:border-t-lime-400\/40:active {
  border-top-color: rgb(163 230 53 / 0.4);
}

.active\:border-t-lime-400\/5:active {
  border-top-color: rgb(163 230 53 / 0.05);
}

.active\:border-t-lime-400\/50:active {
  border-top-color: rgb(163 230 53 / 0.5);
}

.active\:border-t-lime-400\/60:active {
  border-top-color: rgb(163 230 53 / 0.6);
}

.active\:border-t-lime-400\/70:active {
  border-top-color: rgb(163 230 53 / 0.7);
}

.active\:border-t-lime-400\/75:active {
  border-top-color: rgb(163 230 53 / 0.75);
}

.active\:border-t-lime-400\/80:active {
  border-top-color: rgb(163 230 53 / 0.8);
}

.active\:border-t-lime-400\/90:active {
  border-top-color: rgb(163 230 53 / 0.9);
}

.active\:border-t-lime-400\/95:active {
  border-top-color: rgb(163 230 53 / 0.95);
}

.active\:border-t-lime-50:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(247 254 231 / var(--tw-border-opacity));
}

.active\:border-t-lime-50\/0:active {
  border-top-color: rgb(247 254 231 / 0);
}

.active\:border-t-lime-50\/10:active {
  border-top-color: rgb(247 254 231 / 0.1);
}

.active\:border-t-lime-50\/100:active {
  border-top-color: rgb(247 254 231 / 1);
}

.active\:border-t-lime-50\/20:active {
  border-top-color: rgb(247 254 231 / 0.2);
}

.active\:border-t-lime-50\/25:active {
  border-top-color: rgb(247 254 231 / 0.25);
}

.active\:border-t-lime-50\/30:active {
  border-top-color: rgb(247 254 231 / 0.3);
}

.active\:border-t-lime-50\/40:active {
  border-top-color: rgb(247 254 231 / 0.4);
}

.active\:border-t-lime-50\/5:active {
  border-top-color: rgb(247 254 231 / 0.05);
}

.active\:border-t-lime-50\/50:active {
  border-top-color: rgb(247 254 231 / 0.5);
}

.active\:border-t-lime-50\/60:active {
  border-top-color: rgb(247 254 231 / 0.6);
}

.active\:border-t-lime-50\/70:active {
  border-top-color: rgb(247 254 231 / 0.7);
}

.active\:border-t-lime-50\/75:active {
  border-top-color: rgb(247 254 231 / 0.75);
}

.active\:border-t-lime-50\/80:active {
  border-top-color: rgb(247 254 231 / 0.8);
}

.active\:border-t-lime-50\/90:active {
  border-top-color: rgb(247 254 231 / 0.9);
}

.active\:border-t-lime-50\/95:active {
  border-top-color: rgb(247 254 231 / 0.95);
}

.active\:border-t-lime-500:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(132 204 22 / var(--tw-border-opacity));
}

.active\:border-t-lime-500\/0:active {
  border-top-color: rgb(132 204 22 / 0);
}

.active\:border-t-lime-500\/10:active {
  border-top-color: rgb(132 204 22 / 0.1);
}

.active\:border-t-lime-500\/100:active {
  border-top-color: rgb(132 204 22 / 1);
}

.active\:border-t-lime-500\/20:active {
  border-top-color: rgb(132 204 22 / 0.2);
}

.active\:border-t-lime-500\/25:active {
  border-top-color: rgb(132 204 22 / 0.25);
}

.active\:border-t-lime-500\/30:active {
  border-top-color: rgb(132 204 22 / 0.3);
}

.active\:border-t-lime-500\/40:active {
  border-top-color: rgb(132 204 22 / 0.4);
}

.active\:border-t-lime-500\/5:active {
  border-top-color: rgb(132 204 22 / 0.05);
}

.active\:border-t-lime-500\/50:active {
  border-top-color: rgb(132 204 22 / 0.5);
}

.active\:border-t-lime-500\/60:active {
  border-top-color: rgb(132 204 22 / 0.6);
}

.active\:border-t-lime-500\/70:active {
  border-top-color: rgb(132 204 22 / 0.7);
}

.active\:border-t-lime-500\/75:active {
  border-top-color: rgb(132 204 22 / 0.75);
}

.active\:border-t-lime-500\/80:active {
  border-top-color: rgb(132 204 22 / 0.8);
}

.active\:border-t-lime-500\/90:active {
  border-top-color: rgb(132 204 22 / 0.9);
}

.active\:border-t-lime-500\/95:active {
  border-top-color: rgb(132 204 22 / 0.95);
}

.active\:border-t-lime-600:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(101 163 13 / var(--tw-border-opacity));
}

.active\:border-t-lime-600\/0:active {
  border-top-color: rgb(101 163 13 / 0);
}

.active\:border-t-lime-600\/10:active {
  border-top-color: rgb(101 163 13 / 0.1);
}

.active\:border-t-lime-600\/100:active {
  border-top-color: rgb(101 163 13 / 1);
}

.active\:border-t-lime-600\/20:active {
  border-top-color: rgb(101 163 13 / 0.2);
}

.active\:border-t-lime-600\/25:active {
  border-top-color: rgb(101 163 13 / 0.25);
}

.active\:border-t-lime-600\/30:active {
  border-top-color: rgb(101 163 13 / 0.3);
}

.active\:border-t-lime-600\/40:active {
  border-top-color: rgb(101 163 13 / 0.4);
}

.active\:border-t-lime-600\/5:active {
  border-top-color: rgb(101 163 13 / 0.05);
}

.active\:border-t-lime-600\/50:active {
  border-top-color: rgb(101 163 13 / 0.5);
}

.active\:border-t-lime-600\/60:active {
  border-top-color: rgb(101 163 13 / 0.6);
}

.active\:border-t-lime-600\/70:active {
  border-top-color: rgb(101 163 13 / 0.7);
}

.active\:border-t-lime-600\/75:active {
  border-top-color: rgb(101 163 13 / 0.75);
}

.active\:border-t-lime-600\/80:active {
  border-top-color: rgb(101 163 13 / 0.8);
}

.active\:border-t-lime-600\/90:active {
  border-top-color: rgb(101 163 13 / 0.9);
}

.active\:border-t-lime-600\/95:active {
  border-top-color: rgb(101 163 13 / 0.95);
}

.active\:border-t-lime-700:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(77 124 15 / var(--tw-border-opacity));
}

.active\:border-t-lime-700\/0:active {
  border-top-color: rgb(77 124 15 / 0);
}

.active\:border-t-lime-700\/10:active {
  border-top-color: rgb(77 124 15 / 0.1);
}

.active\:border-t-lime-700\/100:active {
  border-top-color: rgb(77 124 15 / 1);
}

.active\:border-t-lime-700\/20:active {
  border-top-color: rgb(77 124 15 / 0.2);
}

.active\:border-t-lime-700\/25:active {
  border-top-color: rgb(77 124 15 / 0.25);
}

.active\:border-t-lime-700\/30:active {
  border-top-color: rgb(77 124 15 / 0.3);
}

.active\:border-t-lime-700\/40:active {
  border-top-color: rgb(77 124 15 / 0.4);
}

.active\:border-t-lime-700\/5:active {
  border-top-color: rgb(77 124 15 / 0.05);
}

.active\:border-t-lime-700\/50:active {
  border-top-color: rgb(77 124 15 / 0.5);
}

.active\:border-t-lime-700\/60:active {
  border-top-color: rgb(77 124 15 / 0.6);
}

.active\:border-t-lime-700\/70:active {
  border-top-color: rgb(77 124 15 / 0.7);
}

.active\:border-t-lime-700\/75:active {
  border-top-color: rgb(77 124 15 / 0.75);
}

.active\:border-t-lime-700\/80:active {
  border-top-color: rgb(77 124 15 / 0.8);
}

.active\:border-t-lime-700\/90:active {
  border-top-color: rgb(77 124 15 / 0.9);
}

.active\:border-t-lime-700\/95:active {
  border-top-color: rgb(77 124 15 / 0.95);
}

.active\:border-t-lime-800:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(63 98 18 / var(--tw-border-opacity));
}

.active\:border-t-lime-800\/0:active {
  border-top-color: rgb(63 98 18 / 0);
}

.active\:border-t-lime-800\/10:active {
  border-top-color: rgb(63 98 18 / 0.1);
}

.active\:border-t-lime-800\/100:active {
  border-top-color: rgb(63 98 18 / 1);
}

.active\:border-t-lime-800\/20:active {
  border-top-color: rgb(63 98 18 / 0.2);
}

.active\:border-t-lime-800\/25:active {
  border-top-color: rgb(63 98 18 / 0.25);
}

.active\:border-t-lime-800\/30:active {
  border-top-color: rgb(63 98 18 / 0.3);
}

.active\:border-t-lime-800\/40:active {
  border-top-color: rgb(63 98 18 / 0.4);
}

.active\:border-t-lime-800\/5:active {
  border-top-color: rgb(63 98 18 / 0.05);
}

.active\:border-t-lime-800\/50:active {
  border-top-color: rgb(63 98 18 / 0.5);
}

.active\:border-t-lime-800\/60:active {
  border-top-color: rgb(63 98 18 / 0.6);
}

.active\:border-t-lime-800\/70:active {
  border-top-color: rgb(63 98 18 / 0.7);
}

.active\:border-t-lime-800\/75:active {
  border-top-color: rgb(63 98 18 / 0.75);
}

.active\:border-t-lime-800\/80:active {
  border-top-color: rgb(63 98 18 / 0.8);
}

.active\:border-t-lime-800\/90:active {
  border-top-color: rgb(63 98 18 / 0.9);
}

.active\:border-t-lime-800\/95:active {
  border-top-color: rgb(63 98 18 / 0.95);
}

.active\:border-t-lime-900:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(54 83 20 / var(--tw-border-opacity));
}

.active\:border-t-lime-900\/0:active {
  border-top-color: rgb(54 83 20 / 0);
}

.active\:border-t-lime-900\/10:active {
  border-top-color: rgb(54 83 20 / 0.1);
}

.active\:border-t-lime-900\/100:active {
  border-top-color: rgb(54 83 20 / 1);
}

.active\:border-t-lime-900\/20:active {
  border-top-color: rgb(54 83 20 / 0.2);
}

.active\:border-t-lime-900\/25:active {
  border-top-color: rgb(54 83 20 / 0.25);
}

.active\:border-t-lime-900\/30:active {
  border-top-color: rgb(54 83 20 / 0.3);
}

.active\:border-t-lime-900\/40:active {
  border-top-color: rgb(54 83 20 / 0.4);
}

.active\:border-t-lime-900\/5:active {
  border-top-color: rgb(54 83 20 / 0.05);
}

.active\:border-t-lime-900\/50:active {
  border-top-color: rgb(54 83 20 / 0.5);
}

.active\:border-t-lime-900\/60:active {
  border-top-color: rgb(54 83 20 / 0.6);
}

.active\:border-t-lime-900\/70:active {
  border-top-color: rgb(54 83 20 / 0.7);
}

.active\:border-t-lime-900\/75:active {
  border-top-color: rgb(54 83 20 / 0.75);
}

.active\:border-t-lime-900\/80:active {
  border-top-color: rgb(54 83 20 / 0.8);
}

.active\:border-t-lime-900\/90:active {
  border-top-color: rgb(54 83 20 / 0.9);
}

.active\:border-t-lime-900\/95:active {
  border-top-color: rgb(54 83 20 / 0.95);
}

.active\:border-t-lime-950:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(26 46 5 / var(--tw-border-opacity));
}

.active\:border-t-lime-950\/0:active {
  border-top-color: rgb(26 46 5 / 0);
}

.active\:border-t-lime-950\/10:active {
  border-top-color: rgb(26 46 5 / 0.1);
}

.active\:border-t-lime-950\/100:active {
  border-top-color: rgb(26 46 5 / 1);
}

.active\:border-t-lime-950\/20:active {
  border-top-color: rgb(26 46 5 / 0.2);
}

.active\:border-t-lime-950\/25:active {
  border-top-color: rgb(26 46 5 / 0.25);
}

.active\:border-t-lime-950\/30:active {
  border-top-color: rgb(26 46 5 / 0.3);
}

.active\:border-t-lime-950\/40:active {
  border-top-color: rgb(26 46 5 / 0.4);
}

.active\:border-t-lime-950\/5:active {
  border-top-color: rgb(26 46 5 / 0.05);
}

.active\:border-t-lime-950\/50:active {
  border-top-color: rgb(26 46 5 / 0.5);
}

.active\:border-t-lime-950\/60:active {
  border-top-color: rgb(26 46 5 / 0.6);
}

.active\:border-t-lime-950\/70:active {
  border-top-color: rgb(26 46 5 / 0.7);
}

.active\:border-t-lime-950\/75:active {
  border-top-color: rgb(26 46 5 / 0.75);
}

.active\:border-t-lime-950\/80:active {
  border-top-color: rgb(26 46 5 / 0.8);
}

.active\:border-t-lime-950\/90:active {
  border-top-color: rgb(26 46 5 / 0.9);
}

.active\:border-t-lime-950\/95:active {
  border-top-color: rgb(26 46 5 / 0.95);
}

.active\:border-t-nafisa-500:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(153 53 10 / var(--tw-border-opacity));
}

.active\:border-t-nafisa-500\/0:active {
  border-top-color: rgb(153 53 10 / 0);
}

.active\:border-t-nafisa-500\/10:active {
  border-top-color: rgb(153 53 10 / 0.1);
}

.active\:border-t-nafisa-500\/100:active {
  border-top-color: rgb(153 53 10 / 1);
}

.active\:border-t-nafisa-500\/20:active {
  border-top-color: rgb(153 53 10 / 0.2);
}

.active\:border-t-nafisa-500\/25:active {
  border-top-color: rgb(153 53 10 / 0.25);
}

.active\:border-t-nafisa-500\/30:active {
  border-top-color: rgb(153 53 10 / 0.3);
}

.active\:border-t-nafisa-500\/40:active {
  border-top-color: rgb(153 53 10 / 0.4);
}

.active\:border-t-nafisa-500\/5:active {
  border-top-color: rgb(153 53 10 / 0.05);
}

.active\:border-t-nafisa-500\/50:active {
  border-top-color: rgb(153 53 10 / 0.5);
}

.active\:border-t-nafisa-500\/60:active {
  border-top-color: rgb(153 53 10 / 0.6);
}

.active\:border-t-nafisa-500\/70:active {
  border-top-color: rgb(153 53 10 / 0.7);
}

.active\:border-t-nafisa-500\/75:active {
  border-top-color: rgb(153 53 10 / 0.75);
}

.active\:border-t-nafisa-500\/80:active {
  border-top-color: rgb(153 53 10 / 0.8);
}

.active\:border-t-nafisa-500\/90:active {
  border-top-color: rgb(153 53 10 / 0.9);
}

.active\:border-t-nafisa-500\/95:active {
  border-top-color: rgb(153 53 10 / 0.95);
}

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

.active\:border-t-neutral-100\/0:active {
  border-top-color: rgb(245 245 245 / 0);
}

.active\:border-t-neutral-100\/10:active {
  border-top-color: rgb(245 245 245 / 0.1);
}

.active\:border-t-neutral-100\/100:active {
  border-top-color: rgb(245 245 245 / 1);
}

.active\:border-t-neutral-100\/20:active {
  border-top-color: rgb(245 245 245 / 0.2);
}

.active\:border-t-neutral-100\/25:active {
  border-top-color: rgb(245 245 245 / 0.25);
}

.active\:border-t-neutral-100\/30:active {
  border-top-color: rgb(245 245 245 / 0.3);
}

.active\:border-t-neutral-100\/40:active {
  border-top-color: rgb(245 245 245 / 0.4);
}

.active\:border-t-neutral-100\/5:active {
  border-top-color: rgb(245 245 245 / 0.05);
}

.active\:border-t-neutral-100\/50:active {
  border-top-color: rgb(245 245 245 / 0.5);
}

.active\:border-t-neutral-100\/60:active {
  border-top-color: rgb(245 245 245 / 0.6);
}

.active\:border-t-neutral-100\/70:active {
  border-top-color: rgb(245 245 245 / 0.7);
}

.active\:border-t-neutral-100\/75:active {
  border-top-color: rgb(245 245 245 / 0.75);
}

.active\:border-t-neutral-100\/80:active {
  border-top-color: rgb(245 245 245 / 0.8);
}

.active\:border-t-neutral-100\/90:active {
  border-top-color: rgb(245 245 245 / 0.9);
}

.active\:border-t-neutral-100\/95:active {
  border-top-color: rgb(245 245 245 / 0.95);
}

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

.active\:border-t-neutral-200\/0:active {
  border-top-color: rgb(229 229 229 / 0);
}

.active\:border-t-neutral-200\/10:active {
  border-top-color: rgb(229 229 229 / 0.1);
}

.active\:border-t-neutral-200\/100:active {
  border-top-color: rgb(229 229 229 / 1);
}

.active\:border-t-neutral-200\/20:active {
  border-top-color: rgb(229 229 229 / 0.2);
}

.active\:border-t-neutral-200\/25:active {
  border-top-color: rgb(229 229 229 / 0.25);
}

.active\:border-t-neutral-200\/30:active {
  border-top-color: rgb(229 229 229 / 0.3);
}

.active\:border-t-neutral-200\/40:active {
  border-top-color: rgb(229 229 229 / 0.4);
}

.active\:border-t-neutral-200\/5:active {
  border-top-color: rgb(229 229 229 / 0.05);
}

.active\:border-t-neutral-200\/50:active {
  border-top-color: rgb(229 229 229 / 0.5);
}

.active\:border-t-neutral-200\/60:active {
  border-top-color: rgb(229 229 229 / 0.6);
}

.active\:border-t-neutral-200\/70:active {
  border-top-color: rgb(229 229 229 / 0.7);
}

.active\:border-t-neutral-200\/75:active {
  border-top-color: rgb(229 229 229 / 0.75);
}

.active\:border-t-neutral-200\/80:active {
  border-top-color: rgb(229 229 229 / 0.8);
}

.active\:border-t-neutral-200\/90:active {
  border-top-color: rgb(229 229 229 / 0.9);
}

.active\:border-t-neutral-200\/95:active {
  border-top-color: rgb(229 229 229 / 0.95);
}

.active\:border-t-neutral-300:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.active\:border-t-neutral-300\/0:active {
  border-top-color: rgb(212 212 212 / 0);
}

.active\:border-t-neutral-300\/10:active {
  border-top-color: rgb(212 212 212 / 0.1);
}

.active\:border-t-neutral-300\/100:active {
  border-top-color: rgb(212 212 212 / 1);
}

.active\:border-t-neutral-300\/20:active {
  border-top-color: rgb(212 212 212 / 0.2);
}

.active\:border-t-neutral-300\/25:active {
  border-top-color: rgb(212 212 212 / 0.25);
}

.active\:border-t-neutral-300\/30:active {
  border-top-color: rgb(212 212 212 / 0.3);
}

.active\:border-t-neutral-300\/40:active {
  border-top-color: rgb(212 212 212 / 0.4);
}

.active\:border-t-neutral-300\/5:active {
  border-top-color: rgb(212 212 212 / 0.05);
}

.active\:border-t-neutral-300\/50:active {
  border-top-color: rgb(212 212 212 / 0.5);
}

.active\:border-t-neutral-300\/60:active {
  border-top-color: rgb(212 212 212 / 0.6);
}

.active\:border-t-neutral-300\/70:active {
  border-top-color: rgb(212 212 212 / 0.7);
}

.active\:border-t-neutral-300\/75:active {
  border-top-color: rgb(212 212 212 / 0.75);
}

.active\:border-t-neutral-300\/80:active {
  border-top-color: rgb(212 212 212 / 0.8);
}

.active\:border-t-neutral-300\/90:active {
  border-top-color: rgb(212 212 212 / 0.9);
}

.active\:border-t-neutral-300\/95:active {
  border-top-color: rgb(212 212 212 / 0.95);
}

.active\:border-t-neutral-400:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.active\:border-t-neutral-400\/0:active {
  border-top-color: rgb(163 163 163 / 0);
}

.active\:border-t-neutral-400\/10:active {
  border-top-color: rgb(163 163 163 / 0.1);
}

.active\:border-t-neutral-400\/100:active {
  border-top-color: rgb(163 163 163 / 1);
}

.active\:border-t-neutral-400\/20:active {
  border-top-color: rgb(163 163 163 / 0.2);
}

.active\:border-t-neutral-400\/25:active {
  border-top-color: rgb(163 163 163 / 0.25);
}

.active\:border-t-neutral-400\/30:active {
  border-top-color: rgb(163 163 163 / 0.3);
}

.active\:border-t-neutral-400\/40:active {
  border-top-color: rgb(163 163 163 / 0.4);
}

.active\:border-t-neutral-400\/5:active {
  border-top-color: rgb(163 163 163 / 0.05);
}

.active\:border-t-neutral-400\/50:active {
  border-top-color: rgb(163 163 163 / 0.5);
}

.active\:border-t-neutral-400\/60:active {
  border-top-color: rgb(163 163 163 / 0.6);
}

.active\:border-t-neutral-400\/70:active {
  border-top-color: rgb(163 163 163 / 0.7);
}

.active\:border-t-neutral-400\/75:active {
  border-top-color: rgb(163 163 163 / 0.75);
}

.active\:border-t-neutral-400\/80:active {
  border-top-color: rgb(163 163 163 / 0.8);
}

.active\:border-t-neutral-400\/90:active {
  border-top-color: rgb(163 163 163 / 0.9);
}

.active\:border-t-neutral-400\/95:active {
  border-top-color: rgb(163 163 163 / 0.95);
}

.active\:border-t-neutral-50:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.active\:border-t-neutral-50\/0:active {
  border-top-color: rgb(250 250 250 / 0);
}

.active\:border-t-neutral-50\/10:active {
  border-top-color: rgb(250 250 250 / 0.1);
}

.active\:border-t-neutral-50\/100:active {
  border-top-color: rgb(250 250 250 / 1);
}

.active\:border-t-neutral-50\/20:active {
  border-top-color: rgb(250 250 250 / 0.2);
}

.active\:border-t-neutral-50\/25:active {
  border-top-color: rgb(250 250 250 / 0.25);
}

.active\:border-t-neutral-50\/30:active {
  border-top-color: rgb(250 250 250 / 0.3);
}

.active\:border-t-neutral-50\/40:active {
  border-top-color: rgb(250 250 250 / 0.4);
}

.active\:border-t-neutral-50\/5:active {
  border-top-color: rgb(250 250 250 / 0.05);
}

.active\:border-t-neutral-50\/50:active {
  border-top-color: rgb(250 250 250 / 0.5);
}

.active\:border-t-neutral-50\/60:active {
  border-top-color: rgb(250 250 250 / 0.6);
}

.active\:border-t-neutral-50\/70:active {
  border-top-color: rgb(250 250 250 / 0.7);
}

.active\:border-t-neutral-50\/75:active {
  border-top-color: rgb(250 250 250 / 0.75);
}

.active\:border-t-neutral-50\/80:active {
  border-top-color: rgb(250 250 250 / 0.8);
}

.active\:border-t-neutral-50\/90:active {
  border-top-color: rgb(250 250 250 / 0.9);
}

.active\:border-t-neutral-50\/95:active {
  border-top-color: rgb(250 250 250 / 0.95);
}

.active\:border-t-neutral-500:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.active\:border-t-neutral-500\/0:active {
  border-top-color: rgb(115 115 115 / 0);
}

.active\:border-t-neutral-500\/10:active {
  border-top-color: rgb(115 115 115 / 0.1);
}

.active\:border-t-neutral-500\/100:active {
  border-top-color: rgb(115 115 115 / 1);
}

.active\:border-t-neutral-500\/20:active {
  border-top-color: rgb(115 115 115 / 0.2);
}

.active\:border-t-neutral-500\/25:active {
  border-top-color: rgb(115 115 115 / 0.25);
}

.active\:border-t-neutral-500\/30:active {
  border-top-color: rgb(115 115 115 / 0.3);
}

.active\:border-t-neutral-500\/40:active {
  border-top-color: rgb(115 115 115 / 0.4);
}

.active\:border-t-neutral-500\/5:active {
  border-top-color: rgb(115 115 115 / 0.05);
}

.active\:border-t-neutral-500\/50:active {
  border-top-color: rgb(115 115 115 / 0.5);
}

.active\:border-t-neutral-500\/60:active {
  border-top-color: rgb(115 115 115 / 0.6);
}

.active\:border-t-neutral-500\/70:active {
  border-top-color: rgb(115 115 115 / 0.7);
}

.active\:border-t-neutral-500\/75:active {
  border-top-color: rgb(115 115 115 / 0.75);
}

.active\:border-t-neutral-500\/80:active {
  border-top-color: rgb(115 115 115 / 0.8);
}

.active\:border-t-neutral-500\/90:active {
  border-top-color: rgb(115 115 115 / 0.9);
}

.active\:border-t-neutral-500\/95:active {
  border-top-color: rgb(115 115 115 / 0.95);
}

.active\:border-t-neutral-600:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.active\:border-t-neutral-600\/0:active {
  border-top-color: rgb(82 82 82 / 0);
}

.active\:border-t-neutral-600\/10:active {
  border-top-color: rgb(82 82 82 / 0.1);
}

.active\:border-t-neutral-600\/100:active {
  border-top-color: rgb(82 82 82 / 1);
}

.active\:border-t-neutral-600\/20:active {
  border-top-color: rgb(82 82 82 / 0.2);
}

.active\:border-t-neutral-600\/25:active {
  border-top-color: rgb(82 82 82 / 0.25);
}

.active\:border-t-neutral-600\/30:active {
  border-top-color: rgb(82 82 82 / 0.3);
}

.active\:border-t-neutral-600\/40:active {
  border-top-color: rgb(82 82 82 / 0.4);
}

.active\:border-t-neutral-600\/5:active {
  border-top-color: rgb(82 82 82 / 0.05);
}

.active\:border-t-neutral-600\/50:active {
  border-top-color: rgb(82 82 82 / 0.5);
}

.active\:border-t-neutral-600\/60:active {
  border-top-color: rgb(82 82 82 / 0.6);
}

.active\:border-t-neutral-600\/70:active {
  border-top-color: rgb(82 82 82 / 0.7);
}

.active\:border-t-neutral-600\/75:active {
  border-top-color: rgb(82 82 82 / 0.75);
}

.active\:border-t-neutral-600\/80:active {
  border-top-color: rgb(82 82 82 / 0.8);
}

.active\:border-t-neutral-600\/90:active {
  border-top-color: rgb(82 82 82 / 0.9);
}

.active\:border-t-neutral-600\/95:active {
  border-top-color: rgb(82 82 82 / 0.95);
}

.active\:border-t-neutral-700:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.active\:border-t-neutral-700\/0:active {
  border-top-color: rgb(64 64 64 / 0);
}

.active\:border-t-neutral-700\/10:active {
  border-top-color: rgb(64 64 64 / 0.1);
}

.active\:border-t-neutral-700\/100:active {
  border-top-color: rgb(64 64 64 / 1);
}

.active\:border-t-neutral-700\/20:active {
  border-top-color: rgb(64 64 64 / 0.2);
}

.active\:border-t-neutral-700\/25:active {
  border-top-color: rgb(64 64 64 / 0.25);
}

.active\:border-t-neutral-700\/30:active {
  border-top-color: rgb(64 64 64 / 0.3);
}

.active\:border-t-neutral-700\/40:active {
  border-top-color: rgb(64 64 64 / 0.4);
}

.active\:border-t-neutral-700\/5:active {
  border-top-color: rgb(64 64 64 / 0.05);
}

.active\:border-t-neutral-700\/50:active {
  border-top-color: rgb(64 64 64 / 0.5);
}

.active\:border-t-neutral-700\/60:active {
  border-top-color: rgb(64 64 64 / 0.6);
}

.active\:border-t-neutral-700\/70:active {
  border-top-color: rgb(64 64 64 / 0.7);
}

.active\:border-t-neutral-700\/75:active {
  border-top-color: rgb(64 64 64 / 0.75);
}

.active\:border-t-neutral-700\/80:active {
  border-top-color: rgb(64 64 64 / 0.8);
}

.active\:border-t-neutral-700\/90:active {
  border-top-color: rgb(64 64 64 / 0.9);
}

.active\:border-t-neutral-700\/95:active {
  border-top-color: rgb(64 64 64 / 0.95);
}

.active\:border-t-neutral-800:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.active\:border-t-neutral-800\/0:active {
  border-top-color: rgb(38 38 38 / 0);
}

.active\:border-t-neutral-800\/10:active {
  border-top-color: rgb(38 38 38 / 0.1);
}

.active\:border-t-neutral-800\/100:active {
  border-top-color: rgb(38 38 38 / 1);
}

.active\:border-t-neutral-800\/20:active {
  border-top-color: rgb(38 38 38 / 0.2);
}

.active\:border-t-neutral-800\/25:active {
  border-top-color: rgb(38 38 38 / 0.25);
}

.active\:border-t-neutral-800\/30:active {
  border-top-color: rgb(38 38 38 / 0.3);
}

.active\:border-t-neutral-800\/40:active {
  border-top-color: rgb(38 38 38 / 0.4);
}

.active\:border-t-neutral-800\/5:active {
  border-top-color: rgb(38 38 38 / 0.05);
}

.active\:border-t-neutral-800\/50:active {
  border-top-color: rgb(38 38 38 / 0.5);
}

.active\:border-t-neutral-800\/60:active {
  border-top-color: rgb(38 38 38 / 0.6);
}

.active\:border-t-neutral-800\/70:active {
  border-top-color: rgb(38 38 38 / 0.7);
}

.active\:border-t-neutral-800\/75:active {
  border-top-color: rgb(38 38 38 / 0.75);
}

.active\:border-t-neutral-800\/80:active {
  border-top-color: rgb(38 38 38 / 0.8);
}

.active\:border-t-neutral-800\/90:active {
  border-top-color: rgb(38 38 38 / 0.9);
}

.active\:border-t-neutral-800\/95:active {
  border-top-color: rgb(38 38 38 / 0.95);
}

.active\:border-t-neutral-900:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.active\:border-t-neutral-900\/0:active {
  border-top-color: rgb(23 23 23 / 0);
}

.active\:border-t-neutral-900\/10:active {
  border-top-color: rgb(23 23 23 / 0.1);
}

.active\:border-t-neutral-900\/100:active {
  border-top-color: rgb(23 23 23 / 1);
}

.active\:border-t-neutral-900\/20:active {
  border-top-color: rgb(23 23 23 / 0.2);
}

.active\:border-t-neutral-900\/25:active {
  border-top-color: rgb(23 23 23 / 0.25);
}

.active\:border-t-neutral-900\/30:active {
  border-top-color: rgb(23 23 23 / 0.3);
}

.active\:border-t-neutral-900\/40:active {
  border-top-color: rgb(23 23 23 / 0.4);
}

.active\:border-t-neutral-900\/5:active {
  border-top-color: rgb(23 23 23 / 0.05);
}

.active\:border-t-neutral-900\/50:active {
  border-top-color: rgb(23 23 23 / 0.5);
}

.active\:border-t-neutral-900\/60:active {
  border-top-color: rgb(23 23 23 / 0.6);
}

.active\:border-t-neutral-900\/70:active {
  border-top-color: rgb(23 23 23 / 0.7);
}

.active\:border-t-neutral-900\/75:active {
  border-top-color: rgb(23 23 23 / 0.75);
}

.active\:border-t-neutral-900\/80:active {
  border-top-color: rgb(23 23 23 / 0.8);
}

.active\:border-t-neutral-900\/90:active {
  border-top-color: rgb(23 23 23 / 0.9);
}

.active\:border-t-neutral-900\/95:active {
  border-top-color: rgb(23 23 23 / 0.95);
}

.active\:border-t-neutral-950:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.active\:border-t-neutral-950\/0:active {
  border-top-color: rgb(10 10 10 / 0);
}

.active\:border-t-neutral-950\/10:active {
  border-top-color: rgb(10 10 10 / 0.1);
}

.active\:border-t-neutral-950\/100:active {
  border-top-color: rgb(10 10 10 / 1);
}

.active\:border-t-neutral-950\/20:active {
  border-top-color: rgb(10 10 10 / 0.2);
}

.active\:border-t-neutral-950\/25:active {
  border-top-color: rgb(10 10 10 / 0.25);
}

.active\:border-t-neutral-950\/30:active {
  border-top-color: rgb(10 10 10 / 0.3);
}

.active\:border-t-neutral-950\/40:active {
  border-top-color: rgb(10 10 10 / 0.4);
}

.active\:border-t-neutral-950\/5:active {
  border-top-color: rgb(10 10 10 / 0.05);
}

.active\:border-t-neutral-950\/50:active {
  border-top-color: rgb(10 10 10 / 0.5);
}

.active\:border-t-neutral-950\/60:active {
  border-top-color: rgb(10 10 10 / 0.6);
}

.active\:border-t-neutral-950\/70:active {
  border-top-color: rgb(10 10 10 / 0.7);
}

.active\:border-t-neutral-950\/75:active {
  border-top-color: rgb(10 10 10 / 0.75);
}

.active\:border-t-neutral-950\/80:active {
  border-top-color: rgb(10 10 10 / 0.8);
}

.active\:border-t-neutral-950\/90:active {
  border-top-color: rgb(10 10 10 / 0.9);
}

.active\:border-t-neutral-950\/95:active {
  border-top-color: rgb(10 10 10 / 0.95);
}

.active\:border-t-orange-100:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 237 213 / var(--tw-border-opacity));
}

.active\:border-t-orange-100\/0:active {
  border-top-color: rgb(255 237 213 / 0);
}

.active\:border-t-orange-100\/10:active {
  border-top-color: rgb(255 237 213 / 0.1);
}

.active\:border-t-orange-100\/100:active {
  border-top-color: rgb(255 237 213 / 1);
}

.active\:border-t-orange-100\/20:active {
  border-top-color: rgb(255 237 213 / 0.2);
}

.active\:border-t-orange-100\/25:active {
  border-top-color: rgb(255 237 213 / 0.25);
}

.active\:border-t-orange-100\/30:active {
  border-top-color: rgb(255 237 213 / 0.3);
}

.active\:border-t-orange-100\/40:active {
  border-top-color: rgb(255 237 213 / 0.4);
}

.active\:border-t-orange-100\/5:active {
  border-top-color: rgb(255 237 213 / 0.05);
}

.active\:border-t-orange-100\/50:active {
  border-top-color: rgb(255 237 213 / 0.5);
}

.active\:border-t-orange-100\/60:active {
  border-top-color: rgb(255 237 213 / 0.6);
}

.active\:border-t-orange-100\/70:active {
  border-top-color: rgb(255 237 213 / 0.7);
}

.active\:border-t-orange-100\/75:active {
  border-top-color: rgb(255 237 213 / 0.75);
}

.active\:border-t-orange-100\/80:active {
  border-top-color: rgb(255 237 213 / 0.8);
}

.active\:border-t-orange-100\/90:active {
  border-top-color: rgb(255 237 213 / 0.9);
}

.active\:border-t-orange-100\/95:active {
  border-top-color: rgb(255 237 213 / 0.95);
}

.active\:border-t-orange-200:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 215 170 / var(--tw-border-opacity));
}

.active\:border-t-orange-200\/0:active {
  border-top-color: rgb(254 215 170 / 0);
}

.active\:border-t-orange-200\/10:active {
  border-top-color: rgb(254 215 170 / 0.1);
}

.active\:border-t-orange-200\/100:active {
  border-top-color: rgb(254 215 170 / 1);
}

.active\:border-t-orange-200\/20:active {
  border-top-color: rgb(254 215 170 / 0.2);
}

.active\:border-t-orange-200\/25:active {
  border-top-color: rgb(254 215 170 / 0.25);
}

.active\:border-t-orange-200\/30:active {
  border-top-color: rgb(254 215 170 / 0.3);
}

.active\:border-t-orange-200\/40:active {
  border-top-color: rgb(254 215 170 / 0.4);
}

.active\:border-t-orange-200\/5:active {
  border-top-color: rgb(254 215 170 / 0.05);
}

.active\:border-t-orange-200\/50:active {
  border-top-color: rgb(254 215 170 / 0.5);
}

.active\:border-t-orange-200\/60:active {
  border-top-color: rgb(254 215 170 / 0.6);
}

.active\:border-t-orange-200\/70:active {
  border-top-color: rgb(254 215 170 / 0.7);
}

.active\:border-t-orange-200\/75:active {
  border-top-color: rgb(254 215 170 / 0.75);
}

.active\:border-t-orange-200\/80:active {
  border-top-color: rgb(254 215 170 / 0.8);
}

.active\:border-t-orange-200\/90:active {
  border-top-color: rgb(254 215 170 / 0.9);
}

.active\:border-t-orange-200\/95:active {
  border-top-color: rgb(254 215 170 / 0.95);
}

.active\:border-t-orange-300:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 186 116 / var(--tw-border-opacity));
}

.active\:border-t-orange-300\/0:active {
  border-top-color: rgb(253 186 116 / 0);
}

.active\:border-t-orange-300\/10:active {
  border-top-color: rgb(253 186 116 / 0.1);
}

.active\:border-t-orange-300\/100:active {
  border-top-color: rgb(253 186 116 / 1);
}

.active\:border-t-orange-300\/20:active {
  border-top-color: rgb(253 186 116 / 0.2);
}

.active\:border-t-orange-300\/25:active {
  border-top-color: rgb(253 186 116 / 0.25);
}

.active\:border-t-orange-300\/30:active {
  border-top-color: rgb(253 186 116 / 0.3);
}

.active\:border-t-orange-300\/40:active {
  border-top-color: rgb(253 186 116 / 0.4);
}

.active\:border-t-orange-300\/5:active {
  border-top-color: rgb(253 186 116 / 0.05);
}

.active\:border-t-orange-300\/50:active {
  border-top-color: rgb(253 186 116 / 0.5);
}

.active\:border-t-orange-300\/60:active {
  border-top-color: rgb(253 186 116 / 0.6);
}

.active\:border-t-orange-300\/70:active {
  border-top-color: rgb(253 186 116 / 0.7);
}

.active\:border-t-orange-300\/75:active {
  border-top-color: rgb(253 186 116 / 0.75);
}

.active\:border-t-orange-300\/80:active {
  border-top-color: rgb(253 186 116 / 0.8);
}

.active\:border-t-orange-300\/90:active {
  border-top-color: rgb(253 186 116 / 0.9);
}

.active\:border-t-orange-300\/95:active {
  border-top-color: rgb(253 186 116 / 0.95);
}

.active\:border-t-orange-400:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.active\:border-t-orange-400\/0:active {
  border-top-color: rgb(251 146 60 / 0);
}

.active\:border-t-orange-400\/10:active {
  border-top-color: rgb(251 146 60 / 0.1);
}

.active\:border-t-orange-400\/100:active {
  border-top-color: rgb(251 146 60 / 1);
}

.active\:border-t-orange-400\/20:active {
  border-top-color: rgb(251 146 60 / 0.2);
}

.active\:border-t-orange-400\/25:active {
  border-top-color: rgb(251 146 60 / 0.25);
}

.active\:border-t-orange-400\/30:active {
  border-top-color: rgb(251 146 60 / 0.3);
}

.active\:border-t-orange-400\/40:active {
  border-top-color: rgb(251 146 60 / 0.4);
}

.active\:border-t-orange-400\/5:active {
  border-top-color: rgb(251 146 60 / 0.05);
}

.active\:border-t-orange-400\/50:active {
  border-top-color: rgb(251 146 60 / 0.5);
}

.active\:border-t-orange-400\/60:active {
  border-top-color: rgb(251 146 60 / 0.6);
}

.active\:border-t-orange-400\/70:active {
  border-top-color: rgb(251 146 60 / 0.7);
}

.active\:border-t-orange-400\/75:active {
  border-top-color: rgb(251 146 60 / 0.75);
}

.active\:border-t-orange-400\/80:active {
  border-top-color: rgb(251 146 60 / 0.8);
}

.active\:border-t-orange-400\/90:active {
  border-top-color: rgb(251 146 60 / 0.9);
}

.active\:border-t-orange-400\/95:active {
  border-top-color: rgb(251 146 60 / 0.95);
}

.active\:border-t-orange-50:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 247 237 / var(--tw-border-opacity));
}

.active\:border-t-orange-50\/0:active {
  border-top-color: rgb(255 247 237 / 0);
}

.active\:border-t-orange-50\/10:active {
  border-top-color: rgb(255 247 237 / 0.1);
}

.active\:border-t-orange-50\/100:active {
  border-top-color: rgb(255 247 237 / 1);
}

.active\:border-t-orange-50\/20:active {
  border-top-color: rgb(255 247 237 / 0.2);
}

.active\:border-t-orange-50\/25:active {
  border-top-color: rgb(255 247 237 / 0.25);
}

.active\:border-t-orange-50\/30:active {
  border-top-color: rgb(255 247 237 / 0.3);
}

.active\:border-t-orange-50\/40:active {
  border-top-color: rgb(255 247 237 / 0.4);
}

.active\:border-t-orange-50\/5:active {
  border-top-color: rgb(255 247 237 / 0.05);
}

.active\:border-t-orange-50\/50:active {
  border-top-color: rgb(255 247 237 / 0.5);
}

.active\:border-t-orange-50\/60:active {
  border-top-color: rgb(255 247 237 / 0.6);
}

.active\:border-t-orange-50\/70:active {
  border-top-color: rgb(255 247 237 / 0.7);
}

.active\:border-t-orange-50\/75:active {
  border-top-color: rgb(255 247 237 / 0.75);
}

.active\:border-t-orange-50\/80:active {
  border-top-color: rgb(255 247 237 / 0.8);
}

.active\:border-t-orange-50\/90:active {
  border-top-color: rgb(255 247 237 / 0.9);
}

.active\:border-t-orange-50\/95:active {
  border-top-color: rgb(255 247 237 / 0.95);
}

.active\:border-t-orange-500:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 115 22 / var(--tw-border-opacity));
}

.active\:border-t-orange-500\/0:active {
  border-top-color: rgb(249 115 22 / 0);
}

.active\:border-t-orange-500\/10:active {
  border-top-color: rgb(249 115 22 / 0.1);
}

.active\:border-t-orange-500\/100:active {
  border-top-color: rgb(249 115 22 / 1);
}

.active\:border-t-orange-500\/20:active {
  border-top-color: rgb(249 115 22 / 0.2);
}

.active\:border-t-orange-500\/25:active {
  border-top-color: rgb(249 115 22 / 0.25);
}

.active\:border-t-orange-500\/30:active {
  border-top-color: rgb(249 115 22 / 0.3);
}

.active\:border-t-orange-500\/40:active {
  border-top-color: rgb(249 115 22 / 0.4);
}

.active\:border-t-orange-500\/5:active {
  border-top-color: rgb(249 115 22 / 0.05);
}

.active\:border-t-orange-500\/50:active {
  border-top-color: rgb(249 115 22 / 0.5);
}

.active\:border-t-orange-500\/60:active {
  border-top-color: rgb(249 115 22 / 0.6);
}

.active\:border-t-orange-500\/70:active {
  border-top-color: rgb(249 115 22 / 0.7);
}

.active\:border-t-orange-500\/75:active {
  border-top-color: rgb(249 115 22 / 0.75);
}

.active\:border-t-orange-500\/80:active {
  border-top-color: rgb(249 115 22 / 0.8);
}

.active\:border-t-orange-500\/90:active {
  border-top-color: rgb(249 115 22 / 0.9);
}

.active\:border-t-orange-500\/95:active {
  border-top-color: rgb(249 115 22 / 0.95);
}

.active\:border-t-orange-600:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.active\:border-t-orange-600\/0:active {
  border-top-color: rgb(234 88 12 / 0);
}

.active\:border-t-orange-600\/10:active {
  border-top-color: rgb(234 88 12 / 0.1);
}

.active\:border-t-orange-600\/100:active {
  border-top-color: rgb(234 88 12 / 1);
}

.active\:border-t-orange-600\/20:active {
  border-top-color: rgb(234 88 12 / 0.2);
}

.active\:border-t-orange-600\/25:active {
  border-top-color: rgb(234 88 12 / 0.25);
}

.active\:border-t-orange-600\/30:active {
  border-top-color: rgb(234 88 12 / 0.3);
}

.active\:border-t-orange-600\/40:active {
  border-top-color: rgb(234 88 12 / 0.4);
}

.active\:border-t-orange-600\/5:active {
  border-top-color: rgb(234 88 12 / 0.05);
}

.active\:border-t-orange-600\/50:active {
  border-top-color: rgb(234 88 12 / 0.5);
}

.active\:border-t-orange-600\/60:active {
  border-top-color: rgb(234 88 12 / 0.6);
}

.active\:border-t-orange-600\/70:active {
  border-top-color: rgb(234 88 12 / 0.7);
}

.active\:border-t-orange-600\/75:active {
  border-top-color: rgb(234 88 12 / 0.75);
}

.active\:border-t-orange-600\/80:active {
  border-top-color: rgb(234 88 12 / 0.8);
}

.active\:border-t-orange-600\/90:active {
  border-top-color: rgb(234 88 12 / 0.9);
}

.active\:border-t-orange-600\/95:active {
  border-top-color: rgb(234 88 12 / 0.95);
}

.active\:border-t-orange-700:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(194 65 12 / var(--tw-border-opacity));
}

.active\:border-t-orange-700\/0:active {
  border-top-color: rgb(194 65 12 / 0);
}

.active\:border-t-orange-700\/10:active {
  border-top-color: rgb(194 65 12 / 0.1);
}

.active\:border-t-orange-700\/100:active {
  border-top-color: rgb(194 65 12 / 1);
}

.active\:border-t-orange-700\/20:active {
  border-top-color: rgb(194 65 12 / 0.2);
}

.active\:border-t-orange-700\/25:active {
  border-top-color: rgb(194 65 12 / 0.25);
}

.active\:border-t-orange-700\/30:active {
  border-top-color: rgb(194 65 12 / 0.3);
}

.active\:border-t-orange-700\/40:active {
  border-top-color: rgb(194 65 12 / 0.4);
}

.active\:border-t-orange-700\/5:active {
  border-top-color: rgb(194 65 12 / 0.05);
}

.active\:border-t-orange-700\/50:active {
  border-top-color: rgb(194 65 12 / 0.5);
}

.active\:border-t-orange-700\/60:active {
  border-top-color: rgb(194 65 12 / 0.6);
}

.active\:border-t-orange-700\/70:active {
  border-top-color: rgb(194 65 12 / 0.7);
}

.active\:border-t-orange-700\/75:active {
  border-top-color: rgb(194 65 12 / 0.75);
}

.active\:border-t-orange-700\/80:active {
  border-top-color: rgb(194 65 12 / 0.8);
}

.active\:border-t-orange-700\/90:active {
  border-top-color: rgb(194 65 12 / 0.9);
}

.active\:border-t-orange-700\/95:active {
  border-top-color: rgb(194 65 12 / 0.95);
}

.active\:border-t-orange-800:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(154 52 18 / var(--tw-border-opacity));
}

.active\:border-t-orange-800\/0:active {
  border-top-color: rgb(154 52 18 / 0);
}

.active\:border-t-orange-800\/10:active {
  border-top-color: rgb(154 52 18 / 0.1);
}

.active\:border-t-orange-800\/100:active {
  border-top-color: rgb(154 52 18 / 1);
}

.active\:border-t-orange-800\/20:active {
  border-top-color: rgb(154 52 18 / 0.2);
}

.active\:border-t-orange-800\/25:active {
  border-top-color: rgb(154 52 18 / 0.25);
}

.active\:border-t-orange-800\/30:active {
  border-top-color: rgb(154 52 18 / 0.3);
}

.active\:border-t-orange-800\/40:active {
  border-top-color: rgb(154 52 18 / 0.4);
}

.active\:border-t-orange-800\/5:active {
  border-top-color: rgb(154 52 18 / 0.05);
}

.active\:border-t-orange-800\/50:active {
  border-top-color: rgb(154 52 18 / 0.5);
}

.active\:border-t-orange-800\/60:active {
  border-top-color: rgb(154 52 18 / 0.6);
}

.active\:border-t-orange-800\/70:active {
  border-top-color: rgb(154 52 18 / 0.7);
}

.active\:border-t-orange-800\/75:active {
  border-top-color: rgb(154 52 18 / 0.75);
}

.active\:border-t-orange-800\/80:active {
  border-top-color: rgb(154 52 18 / 0.8);
}

.active\:border-t-orange-800\/90:active {
  border-top-color: rgb(154 52 18 / 0.9);
}

.active\:border-t-orange-800\/95:active {
  border-top-color: rgb(154 52 18 / 0.95);
}

.active\:border-t-orange-900:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(124 45 18 / var(--tw-border-opacity));
}

.active\:border-t-orange-900\/0:active {
  border-top-color: rgb(124 45 18 / 0);
}

.active\:border-t-orange-900\/10:active {
  border-top-color: rgb(124 45 18 / 0.1);
}

.active\:border-t-orange-900\/100:active {
  border-top-color: rgb(124 45 18 / 1);
}

.active\:border-t-orange-900\/20:active {
  border-top-color: rgb(124 45 18 / 0.2);
}

.active\:border-t-orange-900\/25:active {
  border-top-color: rgb(124 45 18 / 0.25);
}

.active\:border-t-orange-900\/30:active {
  border-top-color: rgb(124 45 18 / 0.3);
}

.active\:border-t-orange-900\/40:active {
  border-top-color: rgb(124 45 18 / 0.4);
}

.active\:border-t-orange-900\/5:active {
  border-top-color: rgb(124 45 18 / 0.05);
}

.active\:border-t-orange-900\/50:active {
  border-top-color: rgb(124 45 18 / 0.5);
}

.active\:border-t-orange-900\/60:active {
  border-top-color: rgb(124 45 18 / 0.6);
}

.active\:border-t-orange-900\/70:active {
  border-top-color: rgb(124 45 18 / 0.7);
}

.active\:border-t-orange-900\/75:active {
  border-top-color: rgb(124 45 18 / 0.75);
}

.active\:border-t-orange-900\/80:active {
  border-top-color: rgb(124 45 18 / 0.8);
}

.active\:border-t-orange-900\/90:active {
  border-top-color: rgb(124 45 18 / 0.9);
}

.active\:border-t-orange-900\/95:active {
  border-top-color: rgb(124 45 18 / 0.95);
}

.active\:border-t-orange-950:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(67 20 7 / var(--tw-border-opacity));
}

.active\:border-t-orange-950\/0:active {
  border-top-color: rgb(67 20 7 / 0);
}

.active\:border-t-orange-950\/10:active {
  border-top-color: rgb(67 20 7 / 0.1);
}

.active\:border-t-orange-950\/100:active {
  border-top-color: rgb(67 20 7 / 1);
}

.active\:border-t-orange-950\/20:active {
  border-top-color: rgb(67 20 7 / 0.2);
}

.active\:border-t-orange-950\/25:active {
  border-top-color: rgb(67 20 7 / 0.25);
}

.active\:border-t-orange-950\/30:active {
  border-top-color: rgb(67 20 7 / 0.3);
}

.active\:border-t-orange-950\/40:active {
  border-top-color: rgb(67 20 7 / 0.4);
}

.active\:border-t-orange-950\/5:active {
  border-top-color: rgb(67 20 7 / 0.05);
}

.active\:border-t-orange-950\/50:active {
  border-top-color: rgb(67 20 7 / 0.5);
}

.active\:border-t-orange-950\/60:active {
  border-top-color: rgb(67 20 7 / 0.6);
}

.active\:border-t-orange-950\/70:active {
  border-top-color: rgb(67 20 7 / 0.7);
}

.active\:border-t-orange-950\/75:active {
  border-top-color: rgb(67 20 7 / 0.75);
}

.active\:border-t-orange-950\/80:active {
  border-top-color: rgb(67 20 7 / 0.8);
}

.active\:border-t-orange-950\/90:active {
  border-top-color: rgb(67 20 7 / 0.9);
}

.active\:border-t-orange-950\/95:active {
  border-top-color: rgb(67 20 7 / 0.95);
}

.active\:border-t-ozc-100:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 239 235 / var(--tw-border-opacity));
}

.active\:border-t-ozc-100\/0:active {
  border-top-color: rgb(255 239 235 / 0);
}

.active\:border-t-ozc-100\/10:active {
  border-top-color: rgb(255 239 235 / 0.1);
}

.active\:border-t-ozc-100\/100:active {
  border-top-color: rgb(255 239 235 / 1);
}

.active\:border-t-ozc-100\/20:active {
  border-top-color: rgb(255 239 235 / 0.2);
}

.active\:border-t-ozc-100\/25:active {
  border-top-color: rgb(255 239 235 / 0.25);
}

.active\:border-t-ozc-100\/30:active {
  border-top-color: rgb(255 239 235 / 0.3);
}

.active\:border-t-ozc-100\/40:active {
  border-top-color: rgb(255 239 235 / 0.4);
}

.active\:border-t-ozc-100\/5:active {
  border-top-color: rgb(255 239 235 / 0.05);
}

.active\:border-t-ozc-100\/50:active {
  border-top-color: rgb(255 239 235 / 0.5);
}

.active\:border-t-ozc-100\/60:active {
  border-top-color: rgb(255 239 235 / 0.6);
}

.active\:border-t-ozc-100\/70:active {
  border-top-color: rgb(255 239 235 / 0.7);
}

.active\:border-t-ozc-100\/75:active {
  border-top-color: rgb(255 239 235 / 0.75);
}

.active\:border-t-ozc-100\/80:active {
  border-top-color: rgb(255 239 235 / 0.8);
}

.active\:border-t-ozc-100\/90:active {
  border-top-color: rgb(255 239 235 / 0.9);
}

.active\:border-t-ozc-100\/95:active {
  border-top-color: rgb(255 239 235 / 0.95);
}

.active\:border-t-ozc-200:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 225 222 / var(--tw-border-opacity));
}

.active\:border-t-ozc-200\/0:active {
  border-top-color: rgb(253 225 222 / 0);
}

.active\:border-t-ozc-200\/10:active {
  border-top-color: rgb(253 225 222 / 0.1);
}

.active\:border-t-ozc-200\/100:active {
  border-top-color: rgb(253 225 222 / 1);
}

.active\:border-t-ozc-200\/20:active {
  border-top-color: rgb(253 225 222 / 0.2);
}

.active\:border-t-ozc-200\/25:active {
  border-top-color: rgb(253 225 222 / 0.25);
}

.active\:border-t-ozc-200\/30:active {
  border-top-color: rgb(253 225 222 / 0.3);
}

.active\:border-t-ozc-200\/40:active {
  border-top-color: rgb(253 225 222 / 0.4);
}

.active\:border-t-ozc-200\/5:active {
  border-top-color: rgb(253 225 222 / 0.05);
}

.active\:border-t-ozc-200\/50:active {
  border-top-color: rgb(253 225 222 / 0.5);
}

.active\:border-t-ozc-200\/60:active {
  border-top-color: rgb(253 225 222 / 0.6);
}

.active\:border-t-ozc-200\/70:active {
  border-top-color: rgb(253 225 222 / 0.7);
}

.active\:border-t-ozc-200\/75:active {
  border-top-color: rgb(253 225 222 / 0.75);
}

.active\:border-t-ozc-200\/80:active {
  border-top-color: rgb(253 225 222 / 0.8);
}

.active\:border-t-ozc-200\/90:active {
  border-top-color: rgb(253 225 222 / 0.9);
}

.active\:border-t-ozc-200\/95:active {
  border-top-color: rgb(253 225 222 / 0.95);
}

.active\:border-t-ozc-300:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(248 181 181 / var(--tw-border-opacity));
}

.active\:border-t-ozc-300\/0:active {
  border-top-color: rgb(248 181 181 / 0);
}

.active\:border-t-ozc-300\/10:active {
  border-top-color: rgb(248 181 181 / 0.1);
}

.active\:border-t-ozc-300\/100:active {
  border-top-color: rgb(248 181 181 / 1);
}

.active\:border-t-ozc-300\/20:active {
  border-top-color: rgb(248 181 181 / 0.2);
}

.active\:border-t-ozc-300\/25:active {
  border-top-color: rgb(248 181 181 / 0.25);
}

.active\:border-t-ozc-300\/30:active {
  border-top-color: rgb(248 181 181 / 0.3);
}

.active\:border-t-ozc-300\/40:active {
  border-top-color: rgb(248 181 181 / 0.4);
}

.active\:border-t-ozc-300\/5:active {
  border-top-color: rgb(248 181 181 / 0.05);
}

.active\:border-t-ozc-300\/50:active {
  border-top-color: rgb(248 181 181 / 0.5);
}

.active\:border-t-ozc-300\/60:active {
  border-top-color: rgb(248 181 181 / 0.6);
}

.active\:border-t-ozc-300\/70:active {
  border-top-color: rgb(248 181 181 / 0.7);
}

.active\:border-t-ozc-300\/75:active {
  border-top-color: rgb(248 181 181 / 0.75);
}

.active\:border-t-ozc-300\/80:active {
  border-top-color: rgb(248 181 181 / 0.8);
}

.active\:border-t-ozc-300\/90:active {
  border-top-color: rgb(248 181 181 / 0.9);
}

.active\:border-t-ozc-300\/95:active {
  border-top-color: rgb(248 181 181 / 0.95);
}

.active\:border-t-ozc-400:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 189 173 / var(--tw-border-opacity));
}

.active\:border-t-ozc-400\/0:active {
  border-top-color: rgb(250 189 173 / 0);
}

.active\:border-t-ozc-400\/10:active {
  border-top-color: rgb(250 189 173 / 0.1);
}

.active\:border-t-ozc-400\/100:active {
  border-top-color: rgb(250 189 173 / 1);
}

.active\:border-t-ozc-400\/20:active {
  border-top-color: rgb(250 189 173 / 0.2);
}

.active\:border-t-ozc-400\/25:active {
  border-top-color: rgb(250 189 173 / 0.25);
}

.active\:border-t-ozc-400\/30:active {
  border-top-color: rgb(250 189 173 / 0.3);
}

.active\:border-t-ozc-400\/40:active {
  border-top-color: rgb(250 189 173 / 0.4);
}

.active\:border-t-ozc-400\/5:active {
  border-top-color: rgb(250 189 173 / 0.05);
}

.active\:border-t-ozc-400\/50:active {
  border-top-color: rgb(250 189 173 / 0.5);
}

.active\:border-t-ozc-400\/60:active {
  border-top-color: rgb(250 189 173 / 0.6);
}

.active\:border-t-ozc-400\/70:active {
  border-top-color: rgb(250 189 173 / 0.7);
}

.active\:border-t-ozc-400\/75:active {
  border-top-color: rgb(250 189 173 / 0.75);
}

.active\:border-t-ozc-400\/80:active {
  border-top-color: rgb(250 189 173 / 0.8);
}

.active\:border-t-ozc-400\/90:active {
  border-top-color: rgb(250 189 173 / 0.9);
}

.active\:border-t-ozc-400\/95:active {
  border-top-color: rgb(250 189 173 / 0.95);
}

.active\:border-t-ozc-50:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 243 232 / var(--tw-border-opacity));
}

.active\:border-t-ozc-50\/0:active {
  border-top-color: rgb(254 243 232 / 0);
}

.active\:border-t-ozc-50\/10:active {
  border-top-color: rgb(254 243 232 / 0.1);
}

.active\:border-t-ozc-50\/100:active {
  border-top-color: rgb(254 243 232 / 1);
}

.active\:border-t-ozc-50\/20:active {
  border-top-color: rgb(254 243 232 / 0.2);
}

.active\:border-t-ozc-50\/25:active {
  border-top-color: rgb(254 243 232 / 0.25);
}

.active\:border-t-ozc-50\/30:active {
  border-top-color: rgb(254 243 232 / 0.3);
}

.active\:border-t-ozc-50\/40:active {
  border-top-color: rgb(254 243 232 / 0.4);
}

.active\:border-t-ozc-50\/5:active {
  border-top-color: rgb(254 243 232 / 0.05);
}

.active\:border-t-ozc-50\/50:active {
  border-top-color: rgb(254 243 232 / 0.5);
}

.active\:border-t-ozc-50\/60:active {
  border-top-color: rgb(254 243 232 / 0.6);
}

.active\:border-t-ozc-50\/70:active {
  border-top-color: rgb(254 243 232 / 0.7);
}

.active\:border-t-ozc-50\/75:active {
  border-top-color: rgb(254 243 232 / 0.75);
}

.active\:border-t-ozc-50\/80:active {
  border-top-color: rgb(254 243 232 / 0.8);
}

.active\:border-t-ozc-50\/90:active {
  border-top-color: rgb(254 243 232 / 0.9);
}

.active\:border-t-ozc-50\/95:active {
  border-top-color: rgb(254 243 232 / 0.95);
}

.active\:border-t-ozc-500:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 110 96 / var(--tw-border-opacity));
}

.active\:border-t-ozc-500\/0:active {
  border-top-color: rgb(255 110 96 / 0);
}

.active\:border-t-ozc-500\/10:active {
  border-top-color: rgb(255 110 96 / 0.1);
}

.active\:border-t-ozc-500\/100:active {
  border-top-color: rgb(255 110 96 / 1);
}

.active\:border-t-ozc-500\/20:active {
  border-top-color: rgb(255 110 96 / 0.2);
}

.active\:border-t-ozc-500\/25:active {
  border-top-color: rgb(255 110 96 / 0.25);
}

.active\:border-t-ozc-500\/30:active {
  border-top-color: rgb(255 110 96 / 0.3);
}

.active\:border-t-ozc-500\/40:active {
  border-top-color: rgb(255 110 96 / 0.4);
}

.active\:border-t-ozc-500\/5:active {
  border-top-color: rgb(255 110 96 / 0.05);
}

.active\:border-t-ozc-500\/50:active {
  border-top-color: rgb(255 110 96 / 0.5);
}

.active\:border-t-ozc-500\/60:active {
  border-top-color: rgb(255 110 96 / 0.6);
}

.active\:border-t-ozc-500\/70:active {
  border-top-color: rgb(255 110 96 / 0.7);
}

.active\:border-t-ozc-500\/75:active {
  border-top-color: rgb(255 110 96 / 0.75);
}

.active\:border-t-ozc-500\/80:active {
  border-top-color: rgb(255 110 96 / 0.8);
}

.active\:border-t-ozc-500\/90:active {
  border-top-color: rgb(255 110 96 / 0.9);
}

.active\:border-t-ozc-500\/95:active {
  border-top-color: rgb(255 110 96 / 0.95);
}

.active\:border-t-ozc-600:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 169 140 / var(--tw-border-opacity));
}

.active\:border-t-ozc-600\/0:active {
  border-top-color: rgb(249 169 140 / 0);
}

.active\:border-t-ozc-600\/10:active {
  border-top-color: rgb(249 169 140 / 0.1);
}

.active\:border-t-ozc-600\/100:active {
  border-top-color: rgb(249 169 140 / 1);
}

.active\:border-t-ozc-600\/20:active {
  border-top-color: rgb(249 169 140 / 0.2);
}

.active\:border-t-ozc-600\/25:active {
  border-top-color: rgb(249 169 140 / 0.25);
}

.active\:border-t-ozc-600\/30:active {
  border-top-color: rgb(249 169 140 / 0.3);
}

.active\:border-t-ozc-600\/40:active {
  border-top-color: rgb(249 169 140 / 0.4);
}

.active\:border-t-ozc-600\/5:active {
  border-top-color: rgb(249 169 140 / 0.05);
}

.active\:border-t-ozc-600\/50:active {
  border-top-color: rgb(249 169 140 / 0.5);
}

.active\:border-t-ozc-600\/60:active {
  border-top-color: rgb(249 169 140 / 0.6);
}

.active\:border-t-ozc-600\/70:active {
  border-top-color: rgb(249 169 140 / 0.7);
}

.active\:border-t-ozc-600\/75:active {
  border-top-color: rgb(249 169 140 / 0.75);
}

.active\:border-t-ozc-600\/80:active {
  border-top-color: rgb(249 169 140 / 0.8);
}

.active\:border-t-ozc-600\/90:active {
  border-top-color: rgb(249 169 140 / 0.9);
}

.active\:border-t-ozc-600\/95:active {
  border-top-color: rgb(249 169 140 / 0.95);
}

.active\:border-t-ozc-700:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(246 148 114 / var(--tw-border-opacity));
}

.active\:border-t-ozc-700\/0:active {
  border-top-color: rgb(246 148 114 / 0);
}

.active\:border-t-ozc-700\/10:active {
  border-top-color: rgb(246 148 114 / 0.1);
}

.active\:border-t-ozc-700\/100:active {
  border-top-color: rgb(246 148 114 / 1);
}

.active\:border-t-ozc-700\/20:active {
  border-top-color: rgb(246 148 114 / 0.2);
}

.active\:border-t-ozc-700\/25:active {
  border-top-color: rgb(246 148 114 / 0.25);
}

.active\:border-t-ozc-700\/30:active {
  border-top-color: rgb(246 148 114 / 0.3);
}

.active\:border-t-ozc-700\/40:active {
  border-top-color: rgb(246 148 114 / 0.4);
}

.active\:border-t-ozc-700\/5:active {
  border-top-color: rgb(246 148 114 / 0.05);
}

.active\:border-t-ozc-700\/50:active {
  border-top-color: rgb(246 148 114 / 0.5);
}

.active\:border-t-ozc-700\/60:active {
  border-top-color: rgb(246 148 114 / 0.6);
}

.active\:border-t-ozc-700\/70:active {
  border-top-color: rgb(246 148 114 / 0.7);
}

.active\:border-t-ozc-700\/75:active {
  border-top-color: rgb(246 148 114 / 0.75);
}

.active\:border-t-ozc-700\/80:active {
  border-top-color: rgb(246 148 114 / 0.8);
}

.active\:border-t-ozc-700\/90:active {
  border-top-color: rgb(246 148 114 / 0.9);
}

.active\:border-t-ozc-700\/95:active {
  border-top-color: rgb(246 148 114 / 0.95);
}

.active\:border-t-ozc-800:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 144 136 / var(--tw-border-opacity));
}

.active\:border-t-ozc-800\/0:active {
  border-top-color: rgb(245 144 136 / 0);
}

.active\:border-t-ozc-800\/10:active {
  border-top-color: rgb(245 144 136 / 0.1);
}

.active\:border-t-ozc-800\/100:active {
  border-top-color: rgb(245 144 136 / 1);
}

.active\:border-t-ozc-800\/20:active {
  border-top-color: rgb(245 144 136 / 0.2);
}

.active\:border-t-ozc-800\/25:active {
  border-top-color: rgb(245 144 136 / 0.25);
}

.active\:border-t-ozc-800\/30:active {
  border-top-color: rgb(245 144 136 / 0.3);
}

.active\:border-t-ozc-800\/40:active {
  border-top-color: rgb(245 144 136 / 0.4);
}

.active\:border-t-ozc-800\/5:active {
  border-top-color: rgb(245 144 136 / 0.05);
}

.active\:border-t-ozc-800\/50:active {
  border-top-color: rgb(245 144 136 / 0.5);
}

.active\:border-t-ozc-800\/60:active {
  border-top-color: rgb(245 144 136 / 0.6);
}

.active\:border-t-ozc-800\/70:active {
  border-top-color: rgb(245 144 136 / 0.7);
}

.active\:border-t-ozc-800\/75:active {
  border-top-color: rgb(245 144 136 / 0.75);
}

.active\:border-t-ozc-800\/80:active {
  border-top-color: rgb(245 144 136 / 0.8);
}

.active\:border-t-ozc-800\/90:active {
  border-top-color: rgb(245 144 136 / 0.9);
}

.active\:border-t-ozc-800\/95:active {
  border-top-color: rgb(245 144 136 / 0.95);
}

.active\:border-t-ozc-900:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(243 121 124 / var(--tw-border-opacity));
}

.active\:border-t-ozc-900\/0:active {
  border-top-color: rgb(243 121 124 / 0);
}

.active\:border-t-ozc-900\/10:active {
  border-top-color: rgb(243 121 124 / 0.1);
}

.active\:border-t-ozc-900\/100:active {
  border-top-color: rgb(243 121 124 / 1);
}

.active\:border-t-ozc-900\/20:active {
  border-top-color: rgb(243 121 124 / 0.2);
}

.active\:border-t-ozc-900\/25:active {
  border-top-color: rgb(243 121 124 / 0.25);
}

.active\:border-t-ozc-900\/30:active {
  border-top-color: rgb(243 121 124 / 0.3);
}

.active\:border-t-ozc-900\/40:active {
  border-top-color: rgb(243 121 124 / 0.4);
}

.active\:border-t-ozc-900\/5:active {
  border-top-color: rgb(243 121 124 / 0.05);
}

.active\:border-t-ozc-900\/50:active {
  border-top-color: rgb(243 121 124 / 0.5);
}

.active\:border-t-ozc-900\/60:active {
  border-top-color: rgb(243 121 124 / 0.6);
}

.active\:border-t-ozc-900\/70:active {
  border-top-color: rgb(243 121 124 / 0.7);
}

.active\:border-t-ozc-900\/75:active {
  border-top-color: rgb(243 121 124 / 0.75);
}

.active\:border-t-ozc-900\/80:active {
  border-top-color: rgb(243 121 124 / 0.8);
}

.active\:border-t-ozc-900\/90:active {
  border-top-color: rgb(243 121 124 / 0.9);
}

.active\:border-t-ozc-900\/95:active {
  border-top-color: rgb(243 121 124 / 0.95);
}

.active\:border-t-ozc-950:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.active\:border-t-ozc-950\/0:active {
  border-top-color: rgb(42 45 51 / 0);
}

.active\:border-t-ozc-950\/10:active {
  border-top-color: rgb(42 45 51 / 0.1);
}

.active\:border-t-ozc-950\/100:active {
  border-top-color: rgb(42 45 51 / 1);
}

.active\:border-t-ozc-950\/20:active {
  border-top-color: rgb(42 45 51 / 0.2);
}

.active\:border-t-ozc-950\/25:active {
  border-top-color: rgb(42 45 51 / 0.25);
}

.active\:border-t-ozc-950\/30:active {
  border-top-color: rgb(42 45 51 / 0.3);
}

.active\:border-t-ozc-950\/40:active {
  border-top-color: rgb(42 45 51 / 0.4);
}

.active\:border-t-ozc-950\/5:active {
  border-top-color: rgb(42 45 51 / 0.05);
}

.active\:border-t-ozc-950\/50:active {
  border-top-color: rgb(42 45 51 / 0.5);
}

.active\:border-t-ozc-950\/60:active {
  border-top-color: rgb(42 45 51 / 0.6);
}

.active\:border-t-ozc-950\/70:active {
  border-top-color: rgb(42 45 51 / 0.7);
}

.active\:border-t-ozc-950\/75:active {
  border-top-color: rgb(42 45 51 / 0.75);
}

.active\:border-t-ozc-950\/80:active {
  border-top-color: rgb(42 45 51 / 0.8);
}

.active\:border-t-ozc-950\/90:active {
  border-top-color: rgb(42 45 51 / 0.9);
}

.active\:border-t-ozc-950\/95:active {
  border-top-color: rgb(42 45 51 / 0.95);
}

.active\:border-t-ozc-alt-100:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 250 230 / var(--tw-border-opacity));
}

.active\:border-t-ozc-alt-100\/0:active {
  border-top-color: rgb(255 250 230 / 0);
}

.active\:border-t-ozc-alt-100\/10:active {
  border-top-color: rgb(255 250 230 / 0.1);
}

.active\:border-t-ozc-alt-100\/100:active {
  border-top-color: rgb(255 250 230 / 1);
}

.active\:border-t-ozc-alt-100\/20:active {
  border-top-color: rgb(255 250 230 / 0.2);
}

.active\:border-t-ozc-alt-100\/25:active {
  border-top-color: rgb(255 250 230 / 0.25);
}

.active\:border-t-ozc-alt-100\/30:active {
  border-top-color: rgb(255 250 230 / 0.3);
}

.active\:border-t-ozc-alt-100\/40:active {
  border-top-color: rgb(255 250 230 / 0.4);
}

.active\:border-t-ozc-alt-100\/5:active {
  border-top-color: rgb(255 250 230 / 0.05);
}

.active\:border-t-ozc-alt-100\/50:active {
  border-top-color: rgb(255 250 230 / 0.5);
}

.active\:border-t-ozc-alt-100\/60:active {
  border-top-color: rgb(255 250 230 / 0.6);
}

.active\:border-t-ozc-alt-100\/70:active {
  border-top-color: rgb(255 250 230 / 0.7);
}

.active\:border-t-ozc-alt-100\/75:active {
  border-top-color: rgb(255 250 230 / 0.75);
}

.active\:border-t-ozc-alt-100\/80:active {
  border-top-color: rgb(255 250 230 / 0.8);
}

.active\:border-t-ozc-alt-100\/90:active {
  border-top-color: rgb(255 250 230 / 0.9);
}

.active\:border-t-ozc-alt-100\/95:active {
  border-top-color: rgb(255 250 230 / 0.95);
}

.active\:border-t-ozc-alt-200:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 242 193 / var(--tw-border-opacity));
}

.active\:border-t-ozc-alt-200\/0:active {
  border-top-color: rgb(255 242 193 / 0);
}

.active\:border-t-ozc-alt-200\/10:active {
  border-top-color: rgb(255 242 193 / 0.1);
}

.active\:border-t-ozc-alt-200\/100:active {
  border-top-color: rgb(255 242 193 / 1);
}

.active\:border-t-ozc-alt-200\/20:active {
  border-top-color: rgb(255 242 193 / 0.2);
}

.active\:border-t-ozc-alt-200\/25:active {
  border-top-color: rgb(255 242 193 / 0.25);
}

.active\:border-t-ozc-alt-200\/30:active {
  border-top-color: rgb(255 242 193 / 0.3);
}

.active\:border-t-ozc-alt-200\/40:active {
  border-top-color: rgb(255 242 193 / 0.4);
}

.active\:border-t-ozc-alt-200\/5:active {
  border-top-color: rgb(255 242 193 / 0.05);
}

.active\:border-t-ozc-alt-200\/50:active {
  border-top-color: rgb(255 242 193 / 0.5);
}

.active\:border-t-ozc-alt-200\/60:active {
  border-top-color: rgb(255 242 193 / 0.6);
}

.active\:border-t-ozc-alt-200\/70:active {
  border-top-color: rgb(255 242 193 / 0.7);
}

.active\:border-t-ozc-alt-200\/75:active {
  border-top-color: rgb(255 242 193 / 0.75);
}

.active\:border-t-ozc-alt-200\/80:active {
  border-top-color: rgb(255 242 193 / 0.8);
}

.active\:border-t-ozc-alt-200\/90:active {
  border-top-color: rgb(255 242 193 / 0.9);
}

.active\:border-t-ozc-alt-200\/95:active {
  border-top-color: rgb(255 242 193 / 0.95);
}

.active\:border-t-ozc-alt-300:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 235 155 / var(--tw-border-opacity));
}

.active\:border-t-ozc-alt-300\/0:active {
  border-top-color: rgb(255 235 155 / 0);
}

.active\:border-t-ozc-alt-300\/10:active {
  border-top-color: rgb(255 235 155 / 0.1);
}

.active\:border-t-ozc-alt-300\/100:active {
  border-top-color: rgb(255 235 155 / 1);
}

.active\:border-t-ozc-alt-300\/20:active {
  border-top-color: rgb(255 235 155 / 0.2);
}

.active\:border-t-ozc-alt-300\/25:active {
  border-top-color: rgb(255 235 155 / 0.25);
}

.active\:border-t-ozc-alt-300\/30:active {
  border-top-color: rgb(255 235 155 / 0.3);
}

.active\:border-t-ozc-alt-300\/40:active {
  border-top-color: rgb(255 235 155 / 0.4);
}

.active\:border-t-ozc-alt-300\/5:active {
  border-top-color: rgb(255 235 155 / 0.05);
}

.active\:border-t-ozc-alt-300\/50:active {
  border-top-color: rgb(255 235 155 / 0.5);
}

.active\:border-t-ozc-alt-300\/60:active {
  border-top-color: rgb(255 235 155 / 0.6);
}

.active\:border-t-ozc-alt-300\/70:active {
  border-top-color: rgb(255 235 155 / 0.7);
}

.active\:border-t-ozc-alt-300\/75:active {
  border-top-color: rgb(255 235 155 / 0.75);
}

.active\:border-t-ozc-alt-300\/80:active {
  border-top-color: rgb(255 235 155 / 0.8);
}

.active\:border-t-ozc-alt-300\/90:active {
  border-top-color: rgb(255 235 155 / 0.9);
}

.active\:border-t-ozc-alt-300\/95:active {
  border-top-color: rgb(255 235 155 / 0.95);
}

.active\:border-t-ozc-alt-400:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 219 80 / var(--tw-border-opacity));
}

.active\:border-t-ozc-alt-400\/0:active {
  border-top-color: rgb(255 219 80 / 0);
}

.active\:border-t-ozc-alt-400\/10:active {
  border-top-color: rgb(255 219 80 / 0.1);
}

.active\:border-t-ozc-alt-400\/100:active {
  border-top-color: rgb(255 219 80 / 1);
}

.active\:border-t-ozc-alt-400\/20:active {
  border-top-color: rgb(255 219 80 / 0.2);
}

.active\:border-t-ozc-alt-400\/25:active {
  border-top-color: rgb(255 219 80 / 0.25);
}

.active\:border-t-ozc-alt-400\/30:active {
  border-top-color: rgb(255 219 80 / 0.3);
}

.active\:border-t-ozc-alt-400\/40:active {
  border-top-color: rgb(255 219 80 / 0.4);
}

.active\:border-t-ozc-alt-400\/5:active {
  border-top-color: rgb(255 219 80 / 0.05);
}

.active\:border-t-ozc-alt-400\/50:active {
  border-top-color: rgb(255 219 80 / 0.5);
}

.active\:border-t-ozc-alt-400\/60:active {
  border-top-color: rgb(255 219 80 / 0.6);
}

.active\:border-t-ozc-alt-400\/70:active {
  border-top-color: rgb(255 219 80 / 0.7);
}

.active\:border-t-ozc-alt-400\/75:active {
  border-top-color: rgb(255 219 80 / 0.75);
}

.active\:border-t-ozc-alt-400\/80:active {
  border-top-color: rgb(255 219 80 / 0.8);
}

.active\:border-t-ozc-alt-400\/90:active {
  border-top-color: rgb(255 219 80 / 0.9);
}

.active\:border-t-ozc-alt-400\/95:active {
  border-top-color: rgb(255 219 80 / 0.95);
}

.active\:border-t-ozc-alt-50:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 252 243 / var(--tw-border-opacity));
}

.active\:border-t-ozc-alt-50\/0:active {
  border-top-color: rgb(255 252 243 / 0);
}

.active\:border-t-ozc-alt-50\/10:active {
  border-top-color: rgb(255 252 243 / 0.1);
}

.active\:border-t-ozc-alt-50\/100:active {
  border-top-color: rgb(255 252 243 / 1);
}

.active\:border-t-ozc-alt-50\/20:active {
  border-top-color: rgb(255 252 243 / 0.2);
}

.active\:border-t-ozc-alt-50\/25:active {
  border-top-color: rgb(255 252 243 / 0.25);
}

.active\:border-t-ozc-alt-50\/30:active {
  border-top-color: rgb(255 252 243 / 0.3);
}

.active\:border-t-ozc-alt-50\/40:active {
  border-top-color: rgb(255 252 243 / 0.4);
}

.active\:border-t-ozc-alt-50\/5:active {
  border-top-color: rgb(255 252 243 / 0.05);
}

.active\:border-t-ozc-alt-50\/50:active {
  border-top-color: rgb(255 252 243 / 0.5);
}

.active\:border-t-ozc-alt-50\/60:active {
  border-top-color: rgb(255 252 243 / 0.6);
}

.active\:border-t-ozc-alt-50\/70:active {
  border-top-color: rgb(255 252 243 / 0.7);
}

.active\:border-t-ozc-alt-50\/75:active {
  border-top-color: rgb(255 252 243 / 0.75);
}

.active\:border-t-ozc-alt-50\/80:active {
  border-top-color: rgb(255 252 243 / 0.8);
}

.active\:border-t-ozc-alt-50\/90:active {
  border-top-color: rgb(255 252 243 / 0.9);
}

.active\:border-t-ozc-alt-50\/95:active {
  border-top-color: rgb(255 252 243 / 0.95);
}

.active\:border-t-ozc-alt-500:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 204 5 / var(--tw-border-opacity));
}

.active\:border-t-ozc-alt-500\/0:active {
  border-top-color: rgb(255 204 5 / 0);
}

.active\:border-t-ozc-alt-500\/10:active {
  border-top-color: rgb(255 204 5 / 0.1);
}

.active\:border-t-ozc-alt-500\/100:active {
  border-top-color: rgb(255 204 5 / 1);
}

.active\:border-t-ozc-alt-500\/20:active {
  border-top-color: rgb(255 204 5 / 0.2);
}

.active\:border-t-ozc-alt-500\/25:active {
  border-top-color: rgb(255 204 5 / 0.25);
}

.active\:border-t-ozc-alt-500\/30:active {
  border-top-color: rgb(255 204 5 / 0.3);
}

.active\:border-t-ozc-alt-500\/40:active {
  border-top-color: rgb(255 204 5 / 0.4);
}

.active\:border-t-ozc-alt-500\/5:active {
  border-top-color: rgb(255 204 5 / 0.05);
}

.active\:border-t-ozc-alt-500\/50:active {
  border-top-color: rgb(255 204 5 / 0.5);
}

.active\:border-t-ozc-alt-500\/60:active {
  border-top-color: rgb(255 204 5 / 0.6);
}

.active\:border-t-ozc-alt-500\/70:active {
  border-top-color: rgb(255 204 5 / 0.7);
}

.active\:border-t-ozc-alt-500\/75:active {
  border-top-color: rgb(255 204 5 / 0.75);
}

.active\:border-t-ozc-alt-500\/80:active {
  border-top-color: rgb(255 204 5 / 0.8);
}

.active\:border-t-ozc-alt-500\/90:active {
  border-top-color: rgb(255 204 5 / 0.9);
}

.active\:border-t-ozc-alt-500\/95:active {
  border-top-color: rgb(255 204 5 / 0.95);
}

.active\:border-t-ozc-alt-600:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(230 184 5 / var(--tw-border-opacity));
}

.active\:border-t-ozc-alt-600\/0:active {
  border-top-color: rgb(230 184 5 / 0);
}

.active\:border-t-ozc-alt-600\/10:active {
  border-top-color: rgb(230 184 5 / 0.1);
}

.active\:border-t-ozc-alt-600\/100:active {
  border-top-color: rgb(230 184 5 / 1);
}

.active\:border-t-ozc-alt-600\/20:active {
  border-top-color: rgb(230 184 5 / 0.2);
}

.active\:border-t-ozc-alt-600\/25:active {
  border-top-color: rgb(230 184 5 / 0.25);
}

.active\:border-t-ozc-alt-600\/30:active {
  border-top-color: rgb(230 184 5 / 0.3);
}

.active\:border-t-ozc-alt-600\/40:active {
  border-top-color: rgb(230 184 5 / 0.4);
}

.active\:border-t-ozc-alt-600\/5:active {
  border-top-color: rgb(230 184 5 / 0.05);
}

.active\:border-t-ozc-alt-600\/50:active {
  border-top-color: rgb(230 184 5 / 0.5);
}

.active\:border-t-ozc-alt-600\/60:active {
  border-top-color: rgb(230 184 5 / 0.6);
}

.active\:border-t-ozc-alt-600\/70:active {
  border-top-color: rgb(230 184 5 / 0.7);
}

.active\:border-t-ozc-alt-600\/75:active {
  border-top-color: rgb(230 184 5 / 0.75);
}

.active\:border-t-ozc-alt-600\/80:active {
  border-top-color: rgb(230 184 5 / 0.8);
}

.active\:border-t-ozc-alt-600\/90:active {
  border-top-color: rgb(230 184 5 / 0.9);
}

.active\:border-t-ozc-alt-600\/95:active {
  border-top-color: rgb(230 184 5 / 0.95);
}

.active\:border-t-ozc-alt-700:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(153 122 3 / var(--tw-border-opacity));
}

.active\:border-t-ozc-alt-700\/0:active {
  border-top-color: rgb(153 122 3 / 0);
}

.active\:border-t-ozc-alt-700\/10:active {
  border-top-color: rgb(153 122 3 / 0.1);
}

.active\:border-t-ozc-alt-700\/100:active {
  border-top-color: rgb(153 122 3 / 1);
}

.active\:border-t-ozc-alt-700\/20:active {
  border-top-color: rgb(153 122 3 / 0.2);
}

.active\:border-t-ozc-alt-700\/25:active {
  border-top-color: rgb(153 122 3 / 0.25);
}

.active\:border-t-ozc-alt-700\/30:active {
  border-top-color: rgb(153 122 3 / 0.3);
}

.active\:border-t-ozc-alt-700\/40:active {
  border-top-color: rgb(153 122 3 / 0.4);
}

.active\:border-t-ozc-alt-700\/5:active {
  border-top-color: rgb(153 122 3 / 0.05);
}

.active\:border-t-ozc-alt-700\/50:active {
  border-top-color: rgb(153 122 3 / 0.5);
}

.active\:border-t-ozc-alt-700\/60:active {
  border-top-color: rgb(153 122 3 / 0.6);
}

.active\:border-t-ozc-alt-700\/70:active {
  border-top-color: rgb(153 122 3 / 0.7);
}

.active\:border-t-ozc-alt-700\/75:active {
  border-top-color: rgb(153 122 3 / 0.75);
}

.active\:border-t-ozc-alt-700\/80:active {
  border-top-color: rgb(153 122 3 / 0.8);
}

.active\:border-t-ozc-alt-700\/90:active {
  border-top-color: rgb(153 122 3 / 0.9);
}

.active\:border-t-ozc-alt-700\/95:active {
  border-top-color: rgb(153 122 3 / 0.95);
}

.active\:border-t-ozc-alt-800:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(115 92 2 / var(--tw-border-opacity));
}

.active\:border-t-ozc-alt-800\/0:active {
  border-top-color: rgb(115 92 2 / 0);
}

.active\:border-t-ozc-alt-800\/10:active {
  border-top-color: rgb(115 92 2 / 0.1);
}

.active\:border-t-ozc-alt-800\/100:active {
  border-top-color: rgb(115 92 2 / 1);
}

.active\:border-t-ozc-alt-800\/20:active {
  border-top-color: rgb(115 92 2 / 0.2);
}

.active\:border-t-ozc-alt-800\/25:active {
  border-top-color: rgb(115 92 2 / 0.25);
}

.active\:border-t-ozc-alt-800\/30:active {
  border-top-color: rgb(115 92 2 / 0.3);
}

.active\:border-t-ozc-alt-800\/40:active {
  border-top-color: rgb(115 92 2 / 0.4);
}

.active\:border-t-ozc-alt-800\/5:active {
  border-top-color: rgb(115 92 2 / 0.05);
}

.active\:border-t-ozc-alt-800\/50:active {
  border-top-color: rgb(115 92 2 / 0.5);
}

.active\:border-t-ozc-alt-800\/60:active {
  border-top-color: rgb(115 92 2 / 0.6);
}

.active\:border-t-ozc-alt-800\/70:active {
  border-top-color: rgb(115 92 2 / 0.7);
}

.active\:border-t-ozc-alt-800\/75:active {
  border-top-color: rgb(115 92 2 / 0.75);
}

.active\:border-t-ozc-alt-800\/80:active {
  border-top-color: rgb(115 92 2 / 0.8);
}

.active\:border-t-ozc-alt-800\/90:active {
  border-top-color: rgb(115 92 2 / 0.9);
}

.active\:border-t-ozc-alt-800\/95:active {
  border-top-color: rgb(115 92 2 / 0.95);
}

.active\:border-t-ozc-alt-900:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(42 45 51 / var(--tw-border-opacity));
}

.active\:border-t-ozc-alt-900\/0:active {
  border-top-color: rgb(42 45 51 / 0);
}

.active\:border-t-ozc-alt-900\/10:active {
  border-top-color: rgb(42 45 51 / 0.1);
}

.active\:border-t-ozc-alt-900\/100:active {
  border-top-color: rgb(42 45 51 / 1);
}

.active\:border-t-ozc-alt-900\/20:active {
  border-top-color: rgb(42 45 51 / 0.2);
}

.active\:border-t-ozc-alt-900\/25:active {
  border-top-color: rgb(42 45 51 / 0.25);
}

.active\:border-t-ozc-alt-900\/30:active {
  border-top-color: rgb(42 45 51 / 0.3);
}

.active\:border-t-ozc-alt-900\/40:active {
  border-top-color: rgb(42 45 51 / 0.4);
}

.active\:border-t-ozc-alt-900\/5:active {
  border-top-color: rgb(42 45 51 / 0.05);
}

.active\:border-t-ozc-alt-900\/50:active {
  border-top-color: rgb(42 45 51 / 0.5);
}

.active\:border-t-ozc-alt-900\/60:active {
  border-top-color: rgb(42 45 51 / 0.6);
}

.active\:border-t-ozc-alt-900\/70:active {
  border-top-color: rgb(42 45 51 / 0.7);
}

.active\:border-t-ozc-alt-900\/75:active {
  border-top-color: rgb(42 45 51 / 0.75);
}

.active\:border-t-ozc-alt-900\/80:active {
  border-top-color: rgb(42 45 51 / 0.8);
}

.active\:border-t-ozc-alt-900\/90:active {
  border-top-color: rgb(42 45 51 / 0.9);
}

.active\:border-t-ozc-alt-900\/95:active {
  border-top-color: rgb(42 45 51 / 0.95);
}

.active\:border-t-pink-100:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(252 231 243 / var(--tw-border-opacity));
}

.active\:border-t-pink-100\/0:active {
  border-top-color: rgb(252 231 243 / 0);
}

.active\:border-t-pink-100\/10:active {
  border-top-color: rgb(252 231 243 / 0.1);
}

.active\:border-t-pink-100\/100:active {
  border-top-color: rgb(252 231 243 / 1);
}

.active\:border-t-pink-100\/20:active {
  border-top-color: rgb(252 231 243 / 0.2);
}

.active\:border-t-pink-100\/25:active {
  border-top-color: rgb(252 231 243 / 0.25);
}

.active\:border-t-pink-100\/30:active {
  border-top-color: rgb(252 231 243 / 0.3);
}

.active\:border-t-pink-100\/40:active {
  border-top-color: rgb(252 231 243 / 0.4);
}

.active\:border-t-pink-100\/5:active {
  border-top-color: rgb(252 231 243 / 0.05);
}

.active\:border-t-pink-100\/50:active {
  border-top-color: rgb(252 231 243 / 0.5);
}

.active\:border-t-pink-100\/60:active {
  border-top-color: rgb(252 231 243 / 0.6);
}

.active\:border-t-pink-100\/70:active {
  border-top-color: rgb(252 231 243 / 0.7);
}

.active\:border-t-pink-100\/75:active {
  border-top-color: rgb(252 231 243 / 0.75);
}

.active\:border-t-pink-100\/80:active {
  border-top-color: rgb(252 231 243 / 0.8);
}

.active\:border-t-pink-100\/90:active {
  border-top-color: rgb(252 231 243 / 0.9);
}

.active\:border-t-pink-100\/95:active {
  border-top-color: rgb(252 231 243 / 0.95);
}

.active\:border-t-pink-200:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(251 207 232 / var(--tw-border-opacity));
}

.active\:border-t-pink-200\/0:active {
  border-top-color: rgb(251 207 232 / 0);
}

.active\:border-t-pink-200\/10:active {
  border-top-color: rgb(251 207 232 / 0.1);
}

.active\:border-t-pink-200\/100:active {
  border-top-color: rgb(251 207 232 / 1);
}

.active\:border-t-pink-200\/20:active {
  border-top-color: rgb(251 207 232 / 0.2);
}

.active\:border-t-pink-200\/25:active {
  border-top-color: rgb(251 207 232 / 0.25);
}

.active\:border-t-pink-200\/30:active {
  border-top-color: rgb(251 207 232 / 0.3);
}

.active\:border-t-pink-200\/40:active {
  border-top-color: rgb(251 207 232 / 0.4);
}

.active\:border-t-pink-200\/5:active {
  border-top-color: rgb(251 207 232 / 0.05);
}

.active\:border-t-pink-200\/50:active {
  border-top-color: rgb(251 207 232 / 0.5);
}

.active\:border-t-pink-200\/60:active {
  border-top-color: rgb(251 207 232 / 0.6);
}

.active\:border-t-pink-200\/70:active {
  border-top-color: rgb(251 207 232 / 0.7);
}

.active\:border-t-pink-200\/75:active {
  border-top-color: rgb(251 207 232 / 0.75);
}

.active\:border-t-pink-200\/80:active {
  border-top-color: rgb(251 207 232 / 0.8);
}

.active\:border-t-pink-200\/90:active {
  border-top-color: rgb(251 207 232 / 0.9);
}

.active\:border-t-pink-200\/95:active {
  border-top-color: rgb(251 207 232 / 0.95);
}

.active\:border-t-pink-300:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 168 212 / var(--tw-border-opacity));
}

.active\:border-t-pink-300\/0:active {
  border-top-color: rgb(249 168 212 / 0);
}

.active\:border-t-pink-300\/10:active {
  border-top-color: rgb(249 168 212 / 0.1);
}

.active\:border-t-pink-300\/100:active {
  border-top-color: rgb(249 168 212 / 1);
}

.active\:border-t-pink-300\/20:active {
  border-top-color: rgb(249 168 212 / 0.2);
}

.active\:border-t-pink-300\/25:active {
  border-top-color: rgb(249 168 212 / 0.25);
}

.active\:border-t-pink-300\/30:active {
  border-top-color: rgb(249 168 212 / 0.3);
}

.active\:border-t-pink-300\/40:active {
  border-top-color: rgb(249 168 212 / 0.4);
}

.active\:border-t-pink-300\/5:active {
  border-top-color: rgb(249 168 212 / 0.05);
}

.active\:border-t-pink-300\/50:active {
  border-top-color: rgb(249 168 212 / 0.5);
}

.active\:border-t-pink-300\/60:active {
  border-top-color: rgb(249 168 212 / 0.6);
}

.active\:border-t-pink-300\/70:active {
  border-top-color: rgb(249 168 212 / 0.7);
}

.active\:border-t-pink-300\/75:active {
  border-top-color: rgb(249 168 212 / 0.75);
}

.active\:border-t-pink-300\/80:active {
  border-top-color: rgb(249 168 212 / 0.8);
}

.active\:border-t-pink-300\/90:active {
  border-top-color: rgb(249 168 212 / 0.9);
}

.active\:border-t-pink-300\/95:active {
  border-top-color: rgb(249 168 212 / 0.95);
}

.active\:border-t-pink-400:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(244 114 182 / var(--tw-border-opacity));
}

.active\:border-t-pink-400\/0:active {
  border-top-color: rgb(244 114 182 / 0);
}

.active\:border-t-pink-400\/10:active {
  border-top-color: rgb(244 114 182 / 0.1);
}

.active\:border-t-pink-400\/100:active {
  border-top-color: rgb(244 114 182 / 1);
}

.active\:border-t-pink-400\/20:active {
  border-top-color: rgb(244 114 182 / 0.2);
}

.active\:border-t-pink-400\/25:active {
  border-top-color: rgb(244 114 182 / 0.25);
}

.active\:border-t-pink-400\/30:active {
  border-top-color: rgb(244 114 182 / 0.3);
}

.active\:border-t-pink-400\/40:active {
  border-top-color: rgb(244 114 182 / 0.4);
}

.active\:border-t-pink-400\/5:active {
  border-top-color: rgb(244 114 182 / 0.05);
}

.active\:border-t-pink-400\/50:active {
  border-top-color: rgb(244 114 182 / 0.5);
}

.active\:border-t-pink-400\/60:active {
  border-top-color: rgb(244 114 182 / 0.6);
}

.active\:border-t-pink-400\/70:active {
  border-top-color: rgb(244 114 182 / 0.7);
}

.active\:border-t-pink-400\/75:active {
  border-top-color: rgb(244 114 182 / 0.75);
}

.active\:border-t-pink-400\/80:active {
  border-top-color: rgb(244 114 182 / 0.8);
}

.active\:border-t-pink-400\/90:active {
  border-top-color: rgb(244 114 182 / 0.9);
}

.active\:border-t-pink-400\/95:active {
  border-top-color: rgb(244 114 182 / 0.95);
}

.active\:border-t-pink-50:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 242 248 / var(--tw-border-opacity));
}

.active\:border-t-pink-50\/0:active {
  border-top-color: rgb(253 242 248 / 0);
}

.active\:border-t-pink-50\/10:active {
  border-top-color: rgb(253 242 248 / 0.1);
}

.active\:border-t-pink-50\/100:active {
  border-top-color: rgb(253 242 248 / 1);
}

.active\:border-t-pink-50\/20:active {
  border-top-color: rgb(253 242 248 / 0.2);
}

.active\:border-t-pink-50\/25:active {
  border-top-color: rgb(253 242 248 / 0.25);
}

.active\:border-t-pink-50\/30:active {
  border-top-color: rgb(253 242 248 / 0.3);
}

.active\:border-t-pink-50\/40:active {
  border-top-color: rgb(253 242 248 / 0.4);
}

.active\:border-t-pink-50\/5:active {
  border-top-color: rgb(253 242 248 / 0.05);
}

.active\:border-t-pink-50\/50:active {
  border-top-color: rgb(253 242 248 / 0.5);
}

.active\:border-t-pink-50\/60:active {
  border-top-color: rgb(253 242 248 / 0.6);
}

.active\:border-t-pink-50\/70:active {
  border-top-color: rgb(253 242 248 / 0.7);
}

.active\:border-t-pink-50\/75:active {
  border-top-color: rgb(253 242 248 / 0.75);
}

.active\:border-t-pink-50\/80:active {
  border-top-color: rgb(253 242 248 / 0.8);
}

.active\:border-t-pink-50\/90:active {
  border-top-color: rgb(253 242 248 / 0.9);
}

.active\:border-t-pink-50\/95:active {
  border-top-color: rgb(253 242 248 / 0.95);
}

.active\:border-t-pink-500:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(236 72 153 / var(--tw-border-opacity));
}

.active\:border-t-pink-500\/0:active {
  border-top-color: rgb(236 72 153 / 0);
}

.active\:border-t-pink-500\/10:active {
  border-top-color: rgb(236 72 153 / 0.1);
}

.active\:border-t-pink-500\/100:active {
  border-top-color: rgb(236 72 153 / 1);
}

.active\:border-t-pink-500\/20:active {
  border-top-color: rgb(236 72 153 / 0.2);
}

.active\:border-t-pink-500\/25:active {
  border-top-color: rgb(236 72 153 / 0.25);
}

.active\:border-t-pink-500\/30:active {
  border-top-color: rgb(236 72 153 / 0.3);
}

.active\:border-t-pink-500\/40:active {
  border-top-color: rgb(236 72 153 / 0.4);
}

.active\:border-t-pink-500\/5:active {
  border-top-color: rgb(236 72 153 / 0.05);
}

.active\:border-t-pink-500\/50:active {
  border-top-color: rgb(236 72 153 / 0.5);
}

.active\:border-t-pink-500\/60:active {
  border-top-color: rgb(236 72 153 / 0.6);
}

.active\:border-t-pink-500\/70:active {
  border-top-color: rgb(236 72 153 / 0.7);
}

.active\:border-t-pink-500\/75:active {
  border-top-color: rgb(236 72 153 / 0.75);
}

.active\:border-t-pink-500\/80:active {
  border-top-color: rgb(236 72 153 / 0.8);
}

.active\:border-t-pink-500\/90:active {
  border-top-color: rgb(236 72 153 / 0.9);
}

.active\:border-t-pink-500\/95:active {
  border-top-color: rgb(236 72 153 / 0.95);
}

.active\:border-t-pink-600:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(219 39 119 / var(--tw-border-opacity));
}

.active\:border-t-pink-600\/0:active {
  border-top-color: rgb(219 39 119 / 0);
}

.active\:border-t-pink-600\/10:active {
  border-top-color: rgb(219 39 119 / 0.1);
}

.active\:border-t-pink-600\/100:active {
  border-top-color: rgb(219 39 119 / 1);
}

.active\:border-t-pink-600\/20:active {
  border-top-color: rgb(219 39 119 / 0.2);
}

.active\:border-t-pink-600\/25:active {
  border-top-color: rgb(219 39 119 / 0.25);
}

.active\:border-t-pink-600\/30:active {
  border-top-color: rgb(219 39 119 / 0.3);
}

.active\:border-t-pink-600\/40:active {
  border-top-color: rgb(219 39 119 / 0.4);
}

.active\:border-t-pink-600\/5:active {
  border-top-color: rgb(219 39 119 / 0.05);
}

.active\:border-t-pink-600\/50:active {
  border-top-color: rgb(219 39 119 / 0.5);
}

.active\:border-t-pink-600\/60:active {
  border-top-color: rgb(219 39 119 / 0.6);
}

.active\:border-t-pink-600\/70:active {
  border-top-color: rgb(219 39 119 / 0.7);
}

.active\:border-t-pink-600\/75:active {
  border-top-color: rgb(219 39 119 / 0.75);
}

.active\:border-t-pink-600\/80:active {
  border-top-color: rgb(219 39 119 / 0.8);
}

.active\:border-t-pink-600\/90:active {
  border-top-color: rgb(219 39 119 / 0.9);
}

.active\:border-t-pink-600\/95:active {
  border-top-color: rgb(219 39 119 / 0.95);
}

.active\:border-t-pink-700:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(190 24 93 / var(--tw-border-opacity));
}

.active\:border-t-pink-700\/0:active {
  border-top-color: rgb(190 24 93 / 0);
}

.active\:border-t-pink-700\/10:active {
  border-top-color: rgb(190 24 93 / 0.1);
}

.active\:border-t-pink-700\/100:active {
  border-top-color: rgb(190 24 93 / 1);
}

.active\:border-t-pink-700\/20:active {
  border-top-color: rgb(190 24 93 / 0.2);
}

.active\:border-t-pink-700\/25:active {
  border-top-color: rgb(190 24 93 / 0.25);
}

.active\:border-t-pink-700\/30:active {
  border-top-color: rgb(190 24 93 / 0.3);
}

.active\:border-t-pink-700\/40:active {
  border-top-color: rgb(190 24 93 / 0.4);
}

.active\:border-t-pink-700\/5:active {
  border-top-color: rgb(190 24 93 / 0.05);
}

.active\:border-t-pink-700\/50:active {
  border-top-color: rgb(190 24 93 / 0.5);
}

.active\:border-t-pink-700\/60:active {
  border-top-color: rgb(190 24 93 / 0.6);
}

.active\:border-t-pink-700\/70:active {
  border-top-color: rgb(190 24 93 / 0.7);
}

.active\:border-t-pink-700\/75:active {
  border-top-color: rgb(190 24 93 / 0.75);
}

.active\:border-t-pink-700\/80:active {
  border-top-color: rgb(190 24 93 / 0.8);
}

.active\:border-t-pink-700\/90:active {
  border-top-color: rgb(190 24 93 / 0.9);
}

.active\:border-t-pink-700\/95:active {
  border-top-color: rgb(190 24 93 / 0.95);
}

.active\:border-t-pink-800:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(157 23 77 / var(--tw-border-opacity));
}

.active\:border-t-pink-800\/0:active {
  border-top-color: rgb(157 23 77 / 0);
}

.active\:border-t-pink-800\/10:active {
  border-top-color: rgb(157 23 77 / 0.1);
}

.active\:border-t-pink-800\/100:active {
  border-top-color: rgb(157 23 77 / 1);
}

.active\:border-t-pink-800\/20:active {
  border-top-color: rgb(157 23 77 / 0.2);
}

.active\:border-t-pink-800\/25:active {
  border-top-color: rgb(157 23 77 / 0.25);
}

.active\:border-t-pink-800\/30:active {
  border-top-color: rgb(157 23 77 / 0.3);
}

.active\:border-t-pink-800\/40:active {
  border-top-color: rgb(157 23 77 / 0.4);
}

.active\:border-t-pink-800\/5:active {
  border-top-color: rgb(157 23 77 / 0.05);
}

.active\:border-t-pink-800\/50:active {
  border-top-color: rgb(157 23 77 / 0.5);
}

.active\:border-t-pink-800\/60:active {
  border-top-color: rgb(157 23 77 / 0.6);
}

.active\:border-t-pink-800\/70:active {
  border-top-color: rgb(157 23 77 / 0.7);
}

.active\:border-t-pink-800\/75:active {
  border-top-color: rgb(157 23 77 / 0.75);
}

.active\:border-t-pink-800\/80:active {
  border-top-color: rgb(157 23 77 / 0.8);
}

.active\:border-t-pink-800\/90:active {
  border-top-color: rgb(157 23 77 / 0.9);
}

.active\:border-t-pink-800\/95:active {
  border-top-color: rgb(157 23 77 / 0.95);
}

.active\:border-t-pink-900:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(131 24 67 / var(--tw-border-opacity));
}

.active\:border-t-pink-900\/0:active {
  border-top-color: rgb(131 24 67 / 0);
}

.active\:border-t-pink-900\/10:active {
  border-top-color: rgb(131 24 67 / 0.1);
}

.active\:border-t-pink-900\/100:active {
  border-top-color: rgb(131 24 67 / 1);
}

.active\:border-t-pink-900\/20:active {
  border-top-color: rgb(131 24 67 / 0.2);
}

.active\:border-t-pink-900\/25:active {
  border-top-color: rgb(131 24 67 / 0.25);
}

.active\:border-t-pink-900\/30:active {
  border-top-color: rgb(131 24 67 / 0.3);
}

.active\:border-t-pink-900\/40:active {
  border-top-color: rgb(131 24 67 / 0.4);
}

.active\:border-t-pink-900\/5:active {
  border-top-color: rgb(131 24 67 / 0.05);
}

.active\:border-t-pink-900\/50:active {
  border-top-color: rgb(131 24 67 / 0.5);
}

.active\:border-t-pink-900\/60:active {
  border-top-color: rgb(131 24 67 / 0.6);
}

.active\:border-t-pink-900\/70:active {
  border-top-color: rgb(131 24 67 / 0.7);
}

.active\:border-t-pink-900\/75:active {
  border-top-color: rgb(131 24 67 / 0.75);
}

.active\:border-t-pink-900\/80:active {
  border-top-color: rgb(131 24 67 / 0.8);
}

.active\:border-t-pink-900\/90:active {
  border-top-color: rgb(131 24 67 / 0.9);
}

.active\:border-t-pink-900\/95:active {
  border-top-color: rgb(131 24 67 / 0.95);
}

.active\:border-t-pink-950:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(80 7 36 / var(--tw-border-opacity));
}

.active\:border-t-pink-950\/0:active {
  border-top-color: rgb(80 7 36 / 0);
}

.active\:border-t-pink-950\/10:active {
  border-top-color: rgb(80 7 36 / 0.1);
}

.active\:border-t-pink-950\/100:active {
  border-top-color: rgb(80 7 36 / 1);
}

.active\:border-t-pink-950\/20:active {
  border-top-color: rgb(80 7 36 / 0.2);
}

.active\:border-t-pink-950\/25:active {
  border-top-color: rgb(80 7 36 / 0.25);
}

.active\:border-t-pink-950\/30:active {
  border-top-color: rgb(80 7 36 / 0.3);
}

.active\:border-t-pink-950\/40:active {
  border-top-color: rgb(80 7 36 / 0.4);
}

.active\:border-t-pink-950\/5:active {
  border-top-color: rgb(80 7 36 / 0.05);
}

.active\:border-t-pink-950\/50:active {
  border-top-color: rgb(80 7 36 / 0.5);
}

.active\:border-t-pink-950\/60:active {
  border-top-color: rgb(80 7 36 / 0.6);
}

.active\:border-t-pink-950\/70:active {
  border-top-color: rgb(80 7 36 / 0.7);
}

.active\:border-t-pink-950\/75:active {
  border-top-color: rgb(80 7 36 / 0.75);
}

.active\:border-t-pink-950\/80:active {
  border-top-color: rgb(80 7 36 / 0.8);
}

.active\:border-t-pink-950\/90:active {
  border-top-color: rgb(80 7 36 / 0.9);
}

.active\:border-t-pink-950\/95:active {
  border-top-color: rgb(80 7 36 / 0.95);
}

.active\:border-t-purple-100:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(243 232 255 / var(--tw-border-opacity));
}

.active\:border-t-purple-100\/0:active {
  border-top-color: rgb(243 232 255 / 0);
}

.active\:border-t-purple-100\/10:active {
  border-top-color: rgb(243 232 255 / 0.1);
}

.active\:border-t-purple-100\/100:active {
  border-top-color: rgb(243 232 255 / 1);
}

.active\:border-t-purple-100\/20:active {
  border-top-color: rgb(243 232 255 / 0.2);
}

.active\:border-t-purple-100\/25:active {
  border-top-color: rgb(243 232 255 / 0.25);
}

.active\:border-t-purple-100\/30:active {
  border-top-color: rgb(243 232 255 / 0.3);
}

.active\:border-t-purple-100\/40:active {
  border-top-color: rgb(243 232 255 / 0.4);
}

.active\:border-t-purple-100\/5:active {
  border-top-color: rgb(243 232 255 / 0.05);
}

.active\:border-t-purple-100\/50:active {
  border-top-color: rgb(243 232 255 / 0.5);
}

.active\:border-t-purple-100\/60:active {
  border-top-color: rgb(243 232 255 / 0.6);
}

.active\:border-t-purple-100\/70:active {
  border-top-color: rgb(243 232 255 / 0.7);
}

.active\:border-t-purple-100\/75:active {
  border-top-color: rgb(243 232 255 / 0.75);
}

.active\:border-t-purple-100\/80:active {
  border-top-color: rgb(243 232 255 / 0.8);
}

.active\:border-t-purple-100\/90:active {
  border-top-color: rgb(243 232 255 / 0.9);
}

.active\:border-t-purple-100\/95:active {
  border-top-color: rgb(243 232 255 / 0.95);
}

.active\:border-t-purple-200:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(233 213 255 / var(--tw-border-opacity));
}

.active\:border-t-purple-200\/0:active {
  border-top-color: rgb(233 213 255 / 0);
}

.active\:border-t-purple-200\/10:active {
  border-top-color: rgb(233 213 255 / 0.1);
}

.active\:border-t-purple-200\/100:active {
  border-top-color: rgb(233 213 255 / 1);
}

.active\:border-t-purple-200\/20:active {
  border-top-color: rgb(233 213 255 / 0.2);
}

.active\:border-t-purple-200\/25:active {
  border-top-color: rgb(233 213 255 / 0.25);
}

.active\:border-t-purple-200\/30:active {
  border-top-color: rgb(233 213 255 / 0.3);
}

.active\:border-t-purple-200\/40:active {
  border-top-color: rgb(233 213 255 / 0.4);
}

.active\:border-t-purple-200\/5:active {
  border-top-color: rgb(233 213 255 / 0.05);
}

.active\:border-t-purple-200\/50:active {
  border-top-color: rgb(233 213 255 / 0.5);
}

.active\:border-t-purple-200\/60:active {
  border-top-color: rgb(233 213 255 / 0.6);
}

.active\:border-t-purple-200\/70:active {
  border-top-color: rgb(233 213 255 / 0.7);
}

.active\:border-t-purple-200\/75:active {
  border-top-color: rgb(233 213 255 / 0.75);
}

.active\:border-t-purple-200\/80:active {
  border-top-color: rgb(233 213 255 / 0.8);
}

.active\:border-t-purple-200\/90:active {
  border-top-color: rgb(233 213 255 / 0.9);
}

.active\:border-t-purple-200\/95:active {
  border-top-color: rgb(233 213 255 / 0.95);
}

.active\:border-t-purple-300:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(216 180 254 / var(--tw-border-opacity));
}

.active\:border-t-purple-300\/0:active {
  border-top-color: rgb(216 180 254 / 0);
}

.active\:border-t-purple-300\/10:active {
  border-top-color: rgb(216 180 254 / 0.1);
}

.active\:border-t-purple-300\/100:active {
  border-top-color: rgb(216 180 254 / 1);
}

.active\:border-t-purple-300\/20:active {
  border-top-color: rgb(216 180 254 / 0.2);
}

.active\:border-t-purple-300\/25:active {
  border-top-color: rgb(216 180 254 / 0.25);
}

.active\:border-t-purple-300\/30:active {
  border-top-color: rgb(216 180 254 / 0.3);
}

.active\:border-t-purple-300\/40:active {
  border-top-color: rgb(216 180 254 / 0.4);
}

.active\:border-t-purple-300\/5:active {
  border-top-color: rgb(216 180 254 / 0.05);
}

.active\:border-t-purple-300\/50:active {
  border-top-color: rgb(216 180 254 / 0.5);
}

.active\:border-t-purple-300\/60:active {
  border-top-color: rgb(216 180 254 / 0.6);
}

.active\:border-t-purple-300\/70:active {
  border-top-color: rgb(216 180 254 / 0.7);
}

.active\:border-t-purple-300\/75:active {
  border-top-color: rgb(216 180 254 / 0.75);
}

.active\:border-t-purple-300\/80:active {
  border-top-color: rgb(216 180 254 / 0.8);
}

.active\:border-t-purple-300\/90:active {
  border-top-color: rgb(216 180 254 / 0.9);
}

.active\:border-t-purple-300\/95:active {
  border-top-color: rgb(216 180 254 / 0.95);
}

.active\:border-t-purple-400:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(192 132 252 / var(--tw-border-opacity));
}

.active\:border-t-purple-400\/0:active {
  border-top-color: rgb(192 132 252 / 0);
}

.active\:border-t-purple-400\/10:active {
  border-top-color: rgb(192 132 252 / 0.1);
}

.active\:border-t-purple-400\/100:active {
  border-top-color: rgb(192 132 252 / 1);
}

.active\:border-t-purple-400\/20:active {
  border-top-color: rgb(192 132 252 / 0.2);
}

.active\:border-t-purple-400\/25:active {
  border-top-color: rgb(192 132 252 / 0.25);
}

.active\:border-t-purple-400\/30:active {
  border-top-color: rgb(192 132 252 / 0.3);
}

.active\:border-t-purple-400\/40:active {
  border-top-color: rgb(192 132 252 / 0.4);
}

.active\:border-t-purple-400\/5:active {
  border-top-color: rgb(192 132 252 / 0.05);
}

.active\:border-t-purple-400\/50:active {
  border-top-color: rgb(192 132 252 / 0.5);
}

.active\:border-t-purple-400\/60:active {
  border-top-color: rgb(192 132 252 / 0.6);
}

.active\:border-t-purple-400\/70:active {
  border-top-color: rgb(192 132 252 / 0.7);
}

.active\:border-t-purple-400\/75:active {
  border-top-color: rgb(192 132 252 / 0.75);
}

.active\:border-t-purple-400\/80:active {
  border-top-color: rgb(192 132 252 / 0.8);
}

.active\:border-t-purple-400\/90:active {
  border-top-color: rgb(192 132 252 / 0.9);
}

.active\:border-t-purple-400\/95:active {
  border-top-color: rgb(192 132 252 / 0.95);
}

.active\:border-t-purple-50:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 245 255 / var(--tw-border-opacity));
}

.active\:border-t-purple-50\/0:active {
  border-top-color: rgb(250 245 255 / 0);
}

.active\:border-t-purple-50\/10:active {
  border-top-color: rgb(250 245 255 / 0.1);
}

.active\:border-t-purple-50\/100:active {
  border-top-color: rgb(250 245 255 / 1);
}

.active\:border-t-purple-50\/20:active {
  border-top-color: rgb(250 245 255 / 0.2);
}

.active\:border-t-purple-50\/25:active {
  border-top-color: rgb(250 245 255 / 0.25);
}

.active\:border-t-purple-50\/30:active {
  border-top-color: rgb(250 245 255 / 0.3);
}

.active\:border-t-purple-50\/40:active {
  border-top-color: rgb(250 245 255 / 0.4);
}

.active\:border-t-purple-50\/5:active {
  border-top-color: rgb(250 245 255 / 0.05);
}

.active\:border-t-purple-50\/50:active {
  border-top-color: rgb(250 245 255 / 0.5);
}

.active\:border-t-purple-50\/60:active {
  border-top-color: rgb(250 245 255 / 0.6);
}

.active\:border-t-purple-50\/70:active {
  border-top-color: rgb(250 245 255 / 0.7);
}

.active\:border-t-purple-50\/75:active {
  border-top-color: rgb(250 245 255 / 0.75);
}

.active\:border-t-purple-50\/80:active {
  border-top-color: rgb(250 245 255 / 0.8);
}

.active\:border-t-purple-50\/90:active {
  border-top-color: rgb(250 245 255 / 0.9);
}

.active\:border-t-purple-50\/95:active {
  border-top-color: rgb(250 245 255 / 0.95);
}

.active\:border-t-purple-500:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(168 85 247 / var(--tw-border-opacity));
}

.active\:border-t-purple-500\/0:active {
  border-top-color: rgb(168 85 247 / 0);
}

.active\:border-t-purple-500\/10:active {
  border-top-color: rgb(168 85 247 / 0.1);
}

.active\:border-t-purple-500\/100:active {
  border-top-color: rgb(168 85 247 / 1);
}

.active\:border-t-purple-500\/20:active {
  border-top-color: rgb(168 85 247 / 0.2);
}

.active\:border-t-purple-500\/25:active {
  border-top-color: rgb(168 85 247 / 0.25);
}

.active\:border-t-purple-500\/30:active {
  border-top-color: rgb(168 85 247 / 0.3);
}

.active\:border-t-purple-500\/40:active {
  border-top-color: rgb(168 85 247 / 0.4);
}

.active\:border-t-purple-500\/5:active {
  border-top-color: rgb(168 85 247 / 0.05);
}

.active\:border-t-purple-500\/50:active {
  border-top-color: rgb(168 85 247 / 0.5);
}

.active\:border-t-purple-500\/60:active {
  border-top-color: rgb(168 85 247 / 0.6);
}

.active\:border-t-purple-500\/70:active {
  border-top-color: rgb(168 85 247 / 0.7);
}

.active\:border-t-purple-500\/75:active {
  border-top-color: rgb(168 85 247 / 0.75);
}

.active\:border-t-purple-500\/80:active {
  border-top-color: rgb(168 85 247 / 0.8);
}

.active\:border-t-purple-500\/90:active {
  border-top-color: rgb(168 85 247 / 0.9);
}

.active\:border-t-purple-500\/95:active {
  border-top-color: rgb(168 85 247 / 0.95);
}

.active\:border-t-purple-600:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(147 51 234 / var(--tw-border-opacity));
}

.active\:border-t-purple-600\/0:active {
  border-top-color: rgb(147 51 234 / 0);
}

.active\:border-t-purple-600\/10:active {
  border-top-color: rgb(147 51 234 / 0.1);
}

.active\:border-t-purple-600\/100:active {
  border-top-color: rgb(147 51 234 / 1);
}

.active\:border-t-purple-600\/20:active {
  border-top-color: rgb(147 51 234 / 0.2);
}

.active\:border-t-purple-600\/25:active {
  border-top-color: rgb(147 51 234 / 0.25);
}

.active\:border-t-purple-600\/30:active {
  border-top-color: rgb(147 51 234 / 0.3);
}

.active\:border-t-purple-600\/40:active {
  border-top-color: rgb(147 51 234 / 0.4);
}

.active\:border-t-purple-600\/5:active {
  border-top-color: rgb(147 51 234 / 0.05);
}

.active\:border-t-purple-600\/50:active {
  border-top-color: rgb(147 51 234 / 0.5);
}

.active\:border-t-purple-600\/60:active {
  border-top-color: rgb(147 51 234 / 0.6);
}

.active\:border-t-purple-600\/70:active {
  border-top-color: rgb(147 51 234 / 0.7);
}

.active\:border-t-purple-600\/75:active {
  border-top-color: rgb(147 51 234 / 0.75);
}

.active\:border-t-purple-600\/80:active {
  border-top-color: rgb(147 51 234 / 0.8);
}

.active\:border-t-purple-600\/90:active {
  border-top-color: rgb(147 51 234 / 0.9);
}

.active\:border-t-purple-600\/95:active {
  border-top-color: rgb(147 51 234 / 0.95);
}

.active\:border-t-purple-700:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(126 34 206 / var(--tw-border-opacity));
}

.active\:border-t-purple-700\/0:active {
  border-top-color: rgb(126 34 206 / 0);
}

.active\:border-t-purple-700\/10:active {
  border-top-color: rgb(126 34 206 / 0.1);
}

.active\:border-t-purple-700\/100:active {
  border-top-color: rgb(126 34 206 / 1);
}

.active\:border-t-purple-700\/20:active {
  border-top-color: rgb(126 34 206 / 0.2);
}

.active\:border-t-purple-700\/25:active {
  border-top-color: rgb(126 34 206 / 0.25);
}

.active\:border-t-purple-700\/30:active {
  border-top-color: rgb(126 34 206 / 0.3);
}

.active\:border-t-purple-700\/40:active {
  border-top-color: rgb(126 34 206 / 0.4);
}

.active\:border-t-purple-700\/5:active {
  border-top-color: rgb(126 34 206 / 0.05);
}

.active\:border-t-purple-700\/50:active {
  border-top-color: rgb(126 34 206 / 0.5);
}

.active\:border-t-purple-700\/60:active {
  border-top-color: rgb(126 34 206 / 0.6);
}

.active\:border-t-purple-700\/70:active {
  border-top-color: rgb(126 34 206 / 0.7);
}

.active\:border-t-purple-700\/75:active {
  border-top-color: rgb(126 34 206 / 0.75);
}

.active\:border-t-purple-700\/80:active {
  border-top-color: rgb(126 34 206 / 0.8);
}

.active\:border-t-purple-700\/90:active {
  border-top-color: rgb(126 34 206 / 0.9);
}

.active\:border-t-purple-700\/95:active {
  border-top-color: rgb(126 34 206 / 0.95);
}

.active\:border-t-purple-800:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(107 33 168 / var(--tw-border-opacity));
}

.active\:border-t-purple-800\/0:active {
  border-top-color: rgb(107 33 168 / 0);
}

.active\:border-t-purple-800\/10:active {
  border-top-color: rgb(107 33 168 / 0.1);
}

.active\:border-t-purple-800\/100:active {
  border-top-color: rgb(107 33 168 / 1);
}

.active\:border-t-purple-800\/20:active {
  border-top-color: rgb(107 33 168 / 0.2);
}

.active\:border-t-purple-800\/25:active {
  border-top-color: rgb(107 33 168 / 0.25);
}

.active\:border-t-purple-800\/30:active {
  border-top-color: rgb(107 33 168 / 0.3);
}

.active\:border-t-purple-800\/40:active {
  border-top-color: rgb(107 33 168 / 0.4);
}

.active\:border-t-purple-800\/5:active {
  border-top-color: rgb(107 33 168 / 0.05);
}

.active\:border-t-purple-800\/50:active {
  border-top-color: rgb(107 33 168 / 0.5);
}

.active\:border-t-purple-800\/60:active {
  border-top-color: rgb(107 33 168 / 0.6);
}

.active\:border-t-purple-800\/70:active {
  border-top-color: rgb(107 33 168 / 0.7);
}

.active\:border-t-purple-800\/75:active {
  border-top-color: rgb(107 33 168 / 0.75);
}

.active\:border-t-purple-800\/80:active {
  border-top-color: rgb(107 33 168 / 0.8);
}

.active\:border-t-purple-800\/90:active {
  border-top-color: rgb(107 33 168 / 0.9);
}

.active\:border-t-purple-800\/95:active {
  border-top-color: rgb(107 33 168 / 0.95);
}

.active\:border-t-purple-900:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(88 28 135 / var(--tw-border-opacity));
}

.active\:border-t-purple-900\/0:active {
  border-top-color: rgb(88 28 135 / 0);
}

.active\:border-t-purple-900\/10:active {
  border-top-color: rgb(88 28 135 / 0.1);
}

.active\:border-t-purple-900\/100:active {
  border-top-color: rgb(88 28 135 / 1);
}

.active\:border-t-purple-900\/20:active {
  border-top-color: rgb(88 28 135 / 0.2);
}

.active\:border-t-purple-900\/25:active {
  border-top-color: rgb(88 28 135 / 0.25);
}

.active\:border-t-purple-900\/30:active {
  border-top-color: rgb(88 28 135 / 0.3);
}

.active\:border-t-purple-900\/40:active {
  border-top-color: rgb(88 28 135 / 0.4);
}

.active\:border-t-purple-900\/5:active {
  border-top-color: rgb(88 28 135 / 0.05);
}

.active\:border-t-purple-900\/50:active {
  border-top-color: rgb(88 28 135 / 0.5);
}

.active\:border-t-purple-900\/60:active {
  border-top-color: rgb(88 28 135 / 0.6);
}

.active\:border-t-purple-900\/70:active {
  border-top-color: rgb(88 28 135 / 0.7);
}

.active\:border-t-purple-900\/75:active {
  border-top-color: rgb(88 28 135 / 0.75);
}

.active\:border-t-purple-900\/80:active {
  border-top-color: rgb(88 28 135 / 0.8);
}

.active\:border-t-purple-900\/90:active {
  border-top-color: rgb(88 28 135 / 0.9);
}

.active\:border-t-purple-900\/95:active {
  border-top-color: rgb(88 28 135 / 0.95);
}

.active\:border-t-purple-950:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(59 7 100 / var(--tw-border-opacity));
}

.active\:border-t-purple-950\/0:active {
  border-top-color: rgb(59 7 100 / 0);
}

.active\:border-t-purple-950\/10:active {
  border-top-color: rgb(59 7 100 / 0.1);
}

.active\:border-t-purple-950\/100:active {
  border-top-color: rgb(59 7 100 / 1);
}

.active\:border-t-purple-950\/20:active {
  border-top-color: rgb(59 7 100 / 0.2);
}

.active\:border-t-purple-950\/25:active {
  border-top-color: rgb(59 7 100 / 0.25);
}

.active\:border-t-purple-950\/30:active {
  border-top-color: rgb(59 7 100 / 0.3);
}

.active\:border-t-purple-950\/40:active {
  border-top-color: rgb(59 7 100 / 0.4);
}

.active\:border-t-purple-950\/5:active {
  border-top-color: rgb(59 7 100 / 0.05);
}

.active\:border-t-purple-950\/50:active {
  border-top-color: rgb(59 7 100 / 0.5);
}

.active\:border-t-purple-950\/60:active {
  border-top-color: rgb(59 7 100 / 0.6);
}

.active\:border-t-purple-950\/70:active {
  border-top-color: rgb(59 7 100 / 0.7);
}

.active\:border-t-purple-950\/75:active {
  border-top-color: rgb(59 7 100 / 0.75);
}

.active\:border-t-purple-950\/80:active {
  border-top-color: rgb(59 7 100 / 0.8);
}

.active\:border-t-purple-950\/90:active {
  border-top-color: rgb(59 7 100 / 0.9);
}

.active\:border-t-purple-950\/95:active {
  border-top-color: rgb(59 7 100 / 0.95);
}

.active\:border-t-red-100:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 226 226 / var(--tw-border-opacity));
}

.active\:border-t-red-100\/0:active {
  border-top-color: rgb(254 226 226 / 0);
}

.active\:border-t-red-100\/10:active {
  border-top-color: rgb(254 226 226 / 0.1);
}

.active\:border-t-red-100\/100:active {
  border-top-color: rgb(254 226 226 / 1);
}

.active\:border-t-red-100\/20:active {
  border-top-color: rgb(254 226 226 / 0.2);
}

.active\:border-t-red-100\/25:active {
  border-top-color: rgb(254 226 226 / 0.25);
}

.active\:border-t-red-100\/30:active {
  border-top-color: rgb(254 226 226 / 0.3);
}

.active\:border-t-red-100\/40:active {
  border-top-color: rgb(254 226 226 / 0.4);
}

.active\:border-t-red-100\/5:active {
  border-top-color: rgb(254 226 226 / 0.05);
}

.active\:border-t-red-100\/50:active {
  border-top-color: rgb(254 226 226 / 0.5);
}

.active\:border-t-red-100\/60:active {
  border-top-color: rgb(254 226 226 / 0.6);
}

.active\:border-t-red-100\/70:active {
  border-top-color: rgb(254 226 226 / 0.7);
}

.active\:border-t-red-100\/75:active {
  border-top-color: rgb(254 226 226 / 0.75);
}

.active\:border-t-red-100\/80:active {
  border-top-color: rgb(254 226 226 / 0.8);
}

.active\:border-t-red-100\/90:active {
  border-top-color: rgb(254 226 226 / 0.9);
}

.active\:border-t-red-100\/95:active {
  border-top-color: rgb(254 226 226 / 0.95);
}

.active\:border-t-red-200:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.active\:border-t-red-200\/0:active {
  border-top-color: rgb(254 202 202 / 0);
}

.active\:border-t-red-200\/10:active {
  border-top-color: rgb(254 202 202 / 0.1);
}

.active\:border-t-red-200\/100:active {
  border-top-color: rgb(254 202 202 / 1);
}

.active\:border-t-red-200\/20:active {
  border-top-color: rgb(254 202 202 / 0.2);
}

.active\:border-t-red-200\/25:active {
  border-top-color: rgb(254 202 202 / 0.25);
}

.active\:border-t-red-200\/30:active {
  border-top-color: rgb(254 202 202 / 0.3);
}

.active\:border-t-red-200\/40:active {
  border-top-color: rgb(254 202 202 / 0.4);
}

.active\:border-t-red-200\/5:active {
  border-top-color: rgb(254 202 202 / 0.05);
}

.active\:border-t-red-200\/50:active {
  border-top-color: rgb(254 202 202 / 0.5);
}

.active\:border-t-red-200\/60:active {
  border-top-color: rgb(254 202 202 / 0.6);
}

.active\:border-t-red-200\/70:active {
  border-top-color: rgb(254 202 202 / 0.7);
}

.active\:border-t-red-200\/75:active {
  border-top-color: rgb(254 202 202 / 0.75);
}

.active\:border-t-red-200\/80:active {
  border-top-color: rgb(254 202 202 / 0.8);
}

.active\:border-t-red-200\/90:active {
  border-top-color: rgb(254 202 202 / 0.9);
}

.active\:border-t-red-200\/95:active {
  border-top-color: rgb(254 202 202 / 0.95);
}

.active\:border-t-red-300:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.active\:border-t-red-300\/0:active {
  border-top-color: rgb(252 165 165 / 0);
}

.active\:border-t-red-300\/10:active {
  border-top-color: rgb(252 165 165 / 0.1);
}

.active\:border-t-red-300\/100:active {
  border-top-color: rgb(252 165 165 / 1);
}

.active\:border-t-red-300\/20:active {
  border-top-color: rgb(252 165 165 / 0.2);
}

.active\:border-t-red-300\/25:active {
  border-top-color: rgb(252 165 165 / 0.25);
}

.active\:border-t-red-300\/30:active {
  border-top-color: rgb(252 165 165 / 0.3);
}

.active\:border-t-red-300\/40:active {
  border-top-color: rgb(252 165 165 / 0.4);
}

.active\:border-t-red-300\/5:active {
  border-top-color: rgb(252 165 165 / 0.05);
}

.active\:border-t-red-300\/50:active {
  border-top-color: rgb(252 165 165 / 0.5);
}

.active\:border-t-red-300\/60:active {
  border-top-color: rgb(252 165 165 / 0.6);
}

.active\:border-t-red-300\/70:active {
  border-top-color: rgb(252 165 165 / 0.7);
}

.active\:border-t-red-300\/75:active {
  border-top-color: rgb(252 165 165 / 0.75);
}

.active\:border-t-red-300\/80:active {
  border-top-color: rgb(252 165 165 / 0.8);
}

.active\:border-t-red-300\/90:active {
  border-top-color: rgb(252 165 165 / 0.9);
}

.active\:border-t-red-300\/95:active {
  border-top-color: rgb(252 165 165 / 0.95);
}

.active\:border-t-red-400:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.active\:border-t-red-400\/0:active {
  border-top-color: rgb(248 113 113 / 0);
}

.active\:border-t-red-400\/10:active {
  border-top-color: rgb(248 113 113 / 0.1);
}

.active\:border-t-red-400\/100:active {
  border-top-color: rgb(248 113 113 / 1);
}

.active\:border-t-red-400\/20:active {
  border-top-color: rgb(248 113 113 / 0.2);
}

.active\:border-t-red-400\/25:active {
  border-top-color: rgb(248 113 113 / 0.25);
}

.active\:border-t-red-400\/30:active {
  border-top-color: rgb(248 113 113 / 0.3);
}

.active\:border-t-red-400\/40:active {
  border-top-color: rgb(248 113 113 / 0.4);
}

.active\:border-t-red-400\/5:active {
  border-top-color: rgb(248 113 113 / 0.05);
}

.active\:border-t-red-400\/50:active {
  border-top-color: rgb(248 113 113 / 0.5);
}

.active\:border-t-red-400\/60:active {
  border-top-color: rgb(248 113 113 / 0.6);
}

.active\:border-t-red-400\/70:active {
  border-top-color: rgb(248 113 113 / 0.7);
}

.active\:border-t-red-400\/75:active {
  border-top-color: rgb(248 113 113 / 0.75);
}

.active\:border-t-red-400\/80:active {
  border-top-color: rgb(248 113 113 / 0.8);
}

.active\:border-t-red-400\/90:active {
  border-top-color: rgb(248 113 113 / 0.9);
}

.active\:border-t-red-400\/95:active {
  border-top-color: rgb(248 113 113 / 0.95);
}

.active\:border-t-red-50:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.active\:border-t-red-50\/0:active {
  border-top-color: rgb(254 242 242 / 0);
}

.active\:border-t-red-50\/10:active {
  border-top-color: rgb(254 242 242 / 0.1);
}

.active\:border-t-red-50\/100:active {
  border-top-color: rgb(254 242 242 / 1);
}

.active\:border-t-red-50\/20:active {
  border-top-color: rgb(254 242 242 / 0.2);
}

.active\:border-t-red-50\/25:active {
  border-top-color: rgb(254 242 242 / 0.25);
}

.active\:border-t-red-50\/30:active {
  border-top-color: rgb(254 242 242 / 0.3);
}

.active\:border-t-red-50\/40:active {
  border-top-color: rgb(254 242 242 / 0.4);
}

.active\:border-t-red-50\/5:active {
  border-top-color: rgb(254 242 242 / 0.05);
}

.active\:border-t-red-50\/50:active {
  border-top-color: rgb(254 242 242 / 0.5);
}

.active\:border-t-red-50\/60:active {
  border-top-color: rgb(254 242 242 / 0.6);
}

.active\:border-t-red-50\/70:active {
  border-top-color: rgb(254 242 242 / 0.7);
}

.active\:border-t-red-50\/75:active {
  border-top-color: rgb(254 242 242 / 0.75);
}

.active\:border-t-red-50\/80:active {
  border-top-color: rgb(254 242 242 / 0.8);
}

.active\:border-t-red-50\/90:active {
  border-top-color: rgb(254 242 242 / 0.9);
}

.active\:border-t-red-50\/95:active {
  border-top-color: rgb(254 242 242 / 0.95);
}

.active\:border-t-red-500:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.active\:border-t-red-500\/0:active {
  border-top-color: rgb(239 68 68 / 0);
}

.active\:border-t-red-500\/10:active {
  border-top-color: rgb(239 68 68 / 0.1);
}

.active\:border-t-red-500\/100:active {
  border-top-color: rgb(239 68 68 / 1);
}

.active\:border-t-red-500\/20:active {
  border-top-color: rgb(239 68 68 / 0.2);
}

.active\:border-t-red-500\/25:active {
  border-top-color: rgb(239 68 68 / 0.25);
}

.active\:border-t-red-500\/30:active {
  border-top-color: rgb(239 68 68 / 0.3);
}

.active\:border-t-red-500\/40:active {
  border-top-color: rgb(239 68 68 / 0.4);
}

.active\:border-t-red-500\/5:active {
  border-top-color: rgb(239 68 68 / 0.05);
}

.active\:border-t-red-500\/50:active {
  border-top-color: rgb(239 68 68 / 0.5);
}

.active\:border-t-red-500\/60:active {
  border-top-color: rgb(239 68 68 / 0.6);
}

.active\:border-t-red-500\/70:active {
  border-top-color: rgb(239 68 68 / 0.7);
}

.active\:border-t-red-500\/75:active {
  border-top-color: rgb(239 68 68 / 0.75);
}

.active\:border-t-red-500\/80:active {
  border-top-color: rgb(239 68 68 / 0.8);
}

.active\:border-t-red-500\/90:active {
  border-top-color: rgb(239 68 68 / 0.9);
}

.active\:border-t-red-500\/95:active {
  border-top-color: rgb(239 68 68 / 0.95);
}

.active\:border-t-red-600:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.active\:border-t-red-600\/0:active {
  border-top-color: rgb(220 38 38 / 0);
}

.active\:border-t-red-600\/10:active {
  border-top-color: rgb(220 38 38 / 0.1);
}

.active\:border-t-red-600\/100:active {
  border-top-color: rgb(220 38 38 / 1);
}

.active\:border-t-red-600\/20:active {
  border-top-color: rgb(220 38 38 / 0.2);
}

.active\:border-t-red-600\/25:active {
  border-top-color: rgb(220 38 38 / 0.25);
}

.active\:border-t-red-600\/30:active {
  border-top-color: rgb(220 38 38 / 0.3);
}

.active\:border-t-red-600\/40:active {
  border-top-color: rgb(220 38 38 / 0.4);
}

.active\:border-t-red-600\/5:active {
  border-top-color: rgb(220 38 38 / 0.05);
}

.active\:border-t-red-600\/50:active {
  border-top-color: rgb(220 38 38 / 0.5);
}

.active\:border-t-red-600\/60:active {
  border-top-color: rgb(220 38 38 / 0.6);
}

.active\:border-t-red-600\/70:active {
  border-top-color: rgb(220 38 38 / 0.7);
}

.active\:border-t-red-600\/75:active {
  border-top-color: rgb(220 38 38 / 0.75);
}

.active\:border-t-red-600\/80:active {
  border-top-color: rgb(220 38 38 / 0.8);
}

.active\:border-t-red-600\/90:active {
  border-top-color: rgb(220 38 38 / 0.9);
}

.active\:border-t-red-600\/95:active {
  border-top-color: rgb(220 38 38 / 0.95);
}

.active\:border-t-red-700:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.active\:border-t-red-700\/0:active {
  border-top-color: rgb(185 28 28 / 0);
}

.active\:border-t-red-700\/10:active {
  border-top-color: rgb(185 28 28 / 0.1);
}

.active\:border-t-red-700\/100:active {
  border-top-color: rgb(185 28 28 / 1);
}

.active\:border-t-red-700\/20:active {
  border-top-color: rgb(185 28 28 / 0.2);
}

.active\:border-t-red-700\/25:active {
  border-top-color: rgb(185 28 28 / 0.25);
}

.active\:border-t-red-700\/30:active {
  border-top-color: rgb(185 28 28 / 0.3);
}

.active\:border-t-red-700\/40:active {
  border-top-color: rgb(185 28 28 / 0.4);
}

.active\:border-t-red-700\/5:active {
  border-top-color: rgb(185 28 28 / 0.05);
}

.active\:border-t-red-700\/50:active {
  border-top-color: rgb(185 28 28 / 0.5);
}

.active\:border-t-red-700\/60:active {
  border-top-color: rgb(185 28 28 / 0.6);
}

.active\:border-t-red-700\/70:active {
  border-top-color: rgb(185 28 28 / 0.7);
}

.active\:border-t-red-700\/75:active {
  border-top-color: rgb(185 28 28 / 0.75);
}

.active\:border-t-red-700\/80:active {
  border-top-color: rgb(185 28 28 / 0.8);
}

.active\:border-t-red-700\/90:active {
  border-top-color: rgb(185 28 28 / 0.9);
}

.active\:border-t-red-700\/95:active {
  border-top-color: rgb(185 28 28 / 0.95);
}

.active\:border-t-red-800:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.active\:border-t-red-800\/0:active {
  border-top-color: rgb(153 27 27 / 0);
}

.active\:border-t-red-800\/10:active {
  border-top-color: rgb(153 27 27 / 0.1);
}

.active\:border-t-red-800\/100:active {
  border-top-color: rgb(153 27 27 / 1);
}

.active\:border-t-red-800\/20:active {
  border-top-color: rgb(153 27 27 / 0.2);
}

.active\:border-t-red-800\/25:active {
  border-top-color: rgb(153 27 27 / 0.25);
}

.active\:border-t-red-800\/30:active {
  border-top-color: rgb(153 27 27 / 0.3);
}

.active\:border-t-red-800\/40:active {
  border-top-color: rgb(153 27 27 / 0.4);
}

.active\:border-t-red-800\/5:active {
  border-top-color: rgb(153 27 27 / 0.05);
}

.active\:border-t-red-800\/50:active {
  border-top-color: rgb(153 27 27 / 0.5);
}

.active\:border-t-red-800\/60:active {
  border-top-color: rgb(153 27 27 / 0.6);
}

.active\:border-t-red-800\/70:active {
  border-top-color: rgb(153 27 27 / 0.7);
}

.active\:border-t-red-800\/75:active {
  border-top-color: rgb(153 27 27 / 0.75);
}

.active\:border-t-red-800\/80:active {
  border-top-color: rgb(153 27 27 / 0.8);
}

.active\:border-t-red-800\/90:active {
  border-top-color: rgb(153 27 27 / 0.9);
}

.active\:border-t-red-800\/95:active {
  border-top-color: rgb(153 27 27 / 0.95);
}

.active\:border-t-red-900:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.active\:border-t-red-900\/0:active {
  border-top-color: rgb(127 29 29 / 0);
}

.active\:border-t-red-900\/10:active {
  border-top-color: rgb(127 29 29 / 0.1);
}

.active\:border-t-red-900\/100:active {
  border-top-color: rgb(127 29 29 / 1);
}

.active\:border-t-red-900\/20:active {
  border-top-color: rgb(127 29 29 / 0.2);
}

.active\:border-t-red-900\/25:active {
  border-top-color: rgb(127 29 29 / 0.25);
}

.active\:border-t-red-900\/30:active {
  border-top-color: rgb(127 29 29 / 0.3);
}

.active\:border-t-red-900\/40:active {
  border-top-color: rgb(127 29 29 / 0.4);
}

.active\:border-t-red-900\/5:active {
  border-top-color: rgb(127 29 29 / 0.05);
}

.active\:border-t-red-900\/50:active {
  border-top-color: rgb(127 29 29 / 0.5);
}

.active\:border-t-red-900\/60:active {
  border-top-color: rgb(127 29 29 / 0.6);
}

.active\:border-t-red-900\/70:active {
  border-top-color: rgb(127 29 29 / 0.7);
}

.active\:border-t-red-900\/75:active {
  border-top-color: rgb(127 29 29 / 0.75);
}

.active\:border-t-red-900\/80:active {
  border-top-color: rgb(127 29 29 / 0.8);
}

.active\:border-t-red-900\/90:active {
  border-top-color: rgb(127 29 29 / 0.9);
}

.active\:border-t-red-900\/95:active {
  border-top-color: rgb(127 29 29 / 0.95);
}

.active\:border-t-red-950:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(69 10 10 / var(--tw-border-opacity));
}

.active\:border-t-red-950\/0:active {
  border-top-color: rgb(69 10 10 / 0);
}

.active\:border-t-red-950\/10:active {
  border-top-color: rgb(69 10 10 / 0.1);
}

.active\:border-t-red-950\/100:active {
  border-top-color: rgb(69 10 10 / 1);
}

.active\:border-t-red-950\/20:active {
  border-top-color: rgb(69 10 10 / 0.2);
}

.active\:border-t-red-950\/25:active {
  border-top-color: rgb(69 10 10 / 0.25);
}

.active\:border-t-red-950\/30:active {
  border-top-color: rgb(69 10 10 / 0.3);
}

.active\:border-t-red-950\/40:active {
  border-top-color: rgb(69 10 10 / 0.4);
}

.active\:border-t-red-950\/5:active {
  border-top-color: rgb(69 10 10 / 0.05);
}

.active\:border-t-red-950\/50:active {
  border-top-color: rgb(69 10 10 / 0.5);
}

.active\:border-t-red-950\/60:active {
  border-top-color: rgb(69 10 10 / 0.6);
}

.active\:border-t-red-950\/70:active {
  border-top-color: rgb(69 10 10 / 0.7);
}

.active\:border-t-red-950\/75:active {
  border-top-color: rgb(69 10 10 / 0.75);
}

.active\:border-t-red-950\/80:active {
  border-top-color: rgb(69 10 10 / 0.8);
}

.active\:border-t-red-950\/90:active {
  border-top-color: rgb(69 10 10 / 0.9);
}

.active\:border-t-red-950\/95:active {
  border-top-color: rgb(69 10 10 / 0.95);
}

.active\:border-t-rose-100:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 228 230 / var(--tw-border-opacity));
}

.active\:border-t-rose-100\/0:active {
  border-top-color: rgb(255 228 230 / 0);
}

.active\:border-t-rose-100\/10:active {
  border-top-color: rgb(255 228 230 / 0.1);
}

.active\:border-t-rose-100\/100:active {
  border-top-color: rgb(255 228 230 / 1);
}

.active\:border-t-rose-100\/20:active {
  border-top-color: rgb(255 228 230 / 0.2);
}

.active\:border-t-rose-100\/25:active {
  border-top-color: rgb(255 228 230 / 0.25);
}

.active\:border-t-rose-100\/30:active {
  border-top-color: rgb(255 228 230 / 0.3);
}

.active\:border-t-rose-100\/40:active {
  border-top-color: rgb(255 228 230 / 0.4);
}

.active\:border-t-rose-100\/5:active {
  border-top-color: rgb(255 228 230 / 0.05);
}

.active\:border-t-rose-100\/50:active {
  border-top-color: rgb(255 228 230 / 0.5);
}

.active\:border-t-rose-100\/60:active {
  border-top-color: rgb(255 228 230 / 0.6);
}

.active\:border-t-rose-100\/70:active {
  border-top-color: rgb(255 228 230 / 0.7);
}

.active\:border-t-rose-100\/75:active {
  border-top-color: rgb(255 228 230 / 0.75);
}

.active\:border-t-rose-100\/80:active {
  border-top-color: rgb(255 228 230 / 0.8);
}

.active\:border-t-rose-100\/90:active {
  border-top-color: rgb(255 228 230 / 0.9);
}

.active\:border-t-rose-100\/95:active {
  border-top-color: rgb(255 228 230 / 0.95);
}

.active\:border-t-rose-200:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 205 211 / var(--tw-border-opacity));
}

.active\:border-t-rose-200\/0:active {
  border-top-color: rgb(254 205 211 / 0);
}

.active\:border-t-rose-200\/10:active {
  border-top-color: rgb(254 205 211 / 0.1);
}

.active\:border-t-rose-200\/100:active {
  border-top-color: rgb(254 205 211 / 1);
}

.active\:border-t-rose-200\/20:active {
  border-top-color: rgb(254 205 211 / 0.2);
}

.active\:border-t-rose-200\/25:active {
  border-top-color: rgb(254 205 211 / 0.25);
}

.active\:border-t-rose-200\/30:active {
  border-top-color: rgb(254 205 211 / 0.3);
}

.active\:border-t-rose-200\/40:active {
  border-top-color: rgb(254 205 211 / 0.4);
}

.active\:border-t-rose-200\/5:active {
  border-top-color: rgb(254 205 211 / 0.05);
}

.active\:border-t-rose-200\/50:active {
  border-top-color: rgb(254 205 211 / 0.5);
}

.active\:border-t-rose-200\/60:active {
  border-top-color: rgb(254 205 211 / 0.6);
}

.active\:border-t-rose-200\/70:active {
  border-top-color: rgb(254 205 211 / 0.7);
}

.active\:border-t-rose-200\/75:active {
  border-top-color: rgb(254 205 211 / 0.75);
}

.active\:border-t-rose-200\/80:active {
  border-top-color: rgb(254 205 211 / 0.8);
}

.active\:border-t-rose-200\/90:active {
  border-top-color: rgb(254 205 211 / 0.9);
}

.active\:border-t-rose-200\/95:active {
  border-top-color: rgb(254 205 211 / 0.95);
}

.active\:border-t-rose-300:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 164 175 / var(--tw-border-opacity));
}

.active\:border-t-rose-300\/0:active {
  border-top-color: rgb(253 164 175 / 0);
}

.active\:border-t-rose-300\/10:active {
  border-top-color: rgb(253 164 175 / 0.1);
}

.active\:border-t-rose-300\/100:active {
  border-top-color: rgb(253 164 175 / 1);
}

.active\:border-t-rose-300\/20:active {
  border-top-color: rgb(253 164 175 / 0.2);
}

.active\:border-t-rose-300\/25:active {
  border-top-color: rgb(253 164 175 / 0.25);
}

.active\:border-t-rose-300\/30:active {
  border-top-color: rgb(253 164 175 / 0.3);
}

.active\:border-t-rose-300\/40:active {
  border-top-color: rgb(253 164 175 / 0.4);
}

.active\:border-t-rose-300\/5:active {
  border-top-color: rgb(253 164 175 / 0.05);
}

.active\:border-t-rose-300\/50:active {
  border-top-color: rgb(253 164 175 / 0.5);
}

.active\:border-t-rose-300\/60:active {
  border-top-color: rgb(253 164 175 / 0.6);
}

.active\:border-t-rose-300\/70:active {
  border-top-color: rgb(253 164 175 / 0.7);
}

.active\:border-t-rose-300\/75:active {
  border-top-color: rgb(253 164 175 / 0.75);
}

.active\:border-t-rose-300\/80:active {
  border-top-color: rgb(253 164 175 / 0.8);
}

.active\:border-t-rose-300\/90:active {
  border-top-color: rgb(253 164 175 / 0.9);
}

.active\:border-t-rose-300\/95:active {
  border-top-color: rgb(253 164 175 / 0.95);
}

.active\:border-t-rose-400:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.active\:border-t-rose-400\/0:active {
  border-top-color: rgb(251 113 133 / 0);
}

.active\:border-t-rose-400\/10:active {
  border-top-color: rgb(251 113 133 / 0.1);
}

.active\:border-t-rose-400\/100:active {
  border-top-color: rgb(251 113 133 / 1);
}

.active\:border-t-rose-400\/20:active {
  border-top-color: rgb(251 113 133 / 0.2);
}

.active\:border-t-rose-400\/25:active {
  border-top-color: rgb(251 113 133 / 0.25);
}

.active\:border-t-rose-400\/30:active {
  border-top-color: rgb(251 113 133 / 0.3);
}

.active\:border-t-rose-400\/40:active {
  border-top-color: rgb(251 113 133 / 0.4);
}

.active\:border-t-rose-400\/5:active {
  border-top-color: rgb(251 113 133 / 0.05);
}

.active\:border-t-rose-400\/50:active {
  border-top-color: rgb(251 113 133 / 0.5);
}

.active\:border-t-rose-400\/60:active {
  border-top-color: rgb(251 113 133 / 0.6);
}

.active\:border-t-rose-400\/70:active {
  border-top-color: rgb(251 113 133 / 0.7);
}

.active\:border-t-rose-400\/75:active {
  border-top-color: rgb(251 113 133 / 0.75);
}

.active\:border-t-rose-400\/80:active {
  border-top-color: rgb(251 113 133 / 0.8);
}

.active\:border-t-rose-400\/90:active {
  border-top-color: rgb(251 113 133 / 0.9);
}

.active\:border-t-rose-400\/95:active {
  border-top-color: rgb(251 113 133 / 0.95);
}

.active\:border-t-rose-50:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 241 242 / var(--tw-border-opacity));
}

.active\:border-t-rose-50\/0:active {
  border-top-color: rgb(255 241 242 / 0);
}

.active\:border-t-rose-50\/10:active {
  border-top-color: rgb(255 241 242 / 0.1);
}

.active\:border-t-rose-50\/100:active {
  border-top-color: rgb(255 241 242 / 1);
}

.active\:border-t-rose-50\/20:active {
  border-top-color: rgb(255 241 242 / 0.2);
}

.active\:border-t-rose-50\/25:active {
  border-top-color: rgb(255 241 242 / 0.25);
}

.active\:border-t-rose-50\/30:active {
  border-top-color: rgb(255 241 242 / 0.3);
}

.active\:border-t-rose-50\/40:active {
  border-top-color: rgb(255 241 242 / 0.4);
}

.active\:border-t-rose-50\/5:active {
  border-top-color: rgb(255 241 242 / 0.05);
}

.active\:border-t-rose-50\/50:active {
  border-top-color: rgb(255 241 242 / 0.5);
}

.active\:border-t-rose-50\/60:active {
  border-top-color: rgb(255 241 242 / 0.6);
}

.active\:border-t-rose-50\/70:active {
  border-top-color: rgb(255 241 242 / 0.7);
}

.active\:border-t-rose-50\/75:active {
  border-top-color: rgb(255 241 242 / 0.75);
}

.active\:border-t-rose-50\/80:active {
  border-top-color: rgb(255 241 242 / 0.8);
}

.active\:border-t-rose-50\/90:active {
  border-top-color: rgb(255 241 242 / 0.9);
}

.active\:border-t-rose-50\/95:active {
  border-top-color: rgb(255 241 242 / 0.95);
}

.active\:border-t-rose-500:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(244 63 94 / var(--tw-border-opacity));
}

.active\:border-t-rose-500\/0:active {
  border-top-color: rgb(244 63 94 / 0);
}

.active\:border-t-rose-500\/10:active {
  border-top-color: rgb(244 63 94 / 0.1);
}

.active\:border-t-rose-500\/100:active {
  border-top-color: rgb(244 63 94 / 1);
}

.active\:border-t-rose-500\/20:active {
  border-top-color: rgb(244 63 94 / 0.2);
}

.active\:border-t-rose-500\/25:active {
  border-top-color: rgb(244 63 94 / 0.25);
}

.active\:border-t-rose-500\/30:active {
  border-top-color: rgb(244 63 94 / 0.3);
}

.active\:border-t-rose-500\/40:active {
  border-top-color: rgb(244 63 94 / 0.4);
}

.active\:border-t-rose-500\/5:active {
  border-top-color: rgb(244 63 94 / 0.05);
}

.active\:border-t-rose-500\/50:active {
  border-top-color: rgb(244 63 94 / 0.5);
}

.active\:border-t-rose-500\/60:active {
  border-top-color: rgb(244 63 94 / 0.6);
}

.active\:border-t-rose-500\/70:active {
  border-top-color: rgb(244 63 94 / 0.7);
}

.active\:border-t-rose-500\/75:active {
  border-top-color: rgb(244 63 94 / 0.75);
}

.active\:border-t-rose-500\/80:active {
  border-top-color: rgb(244 63 94 / 0.8);
}

.active\:border-t-rose-500\/90:active {
  border-top-color: rgb(244 63 94 / 0.9);
}

.active\:border-t-rose-500\/95:active {
  border-top-color: rgb(244 63 94 / 0.95);
}

.active\:border-t-rose-600:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(225 29 72 / var(--tw-border-opacity));
}

.active\:border-t-rose-600\/0:active {
  border-top-color: rgb(225 29 72 / 0);
}

.active\:border-t-rose-600\/10:active {
  border-top-color: rgb(225 29 72 / 0.1);
}

.active\:border-t-rose-600\/100:active {
  border-top-color: rgb(225 29 72 / 1);
}

.active\:border-t-rose-600\/20:active {
  border-top-color: rgb(225 29 72 / 0.2);
}

.active\:border-t-rose-600\/25:active {
  border-top-color: rgb(225 29 72 / 0.25);
}

.active\:border-t-rose-600\/30:active {
  border-top-color: rgb(225 29 72 / 0.3);
}

.active\:border-t-rose-600\/40:active {
  border-top-color: rgb(225 29 72 / 0.4);
}

.active\:border-t-rose-600\/5:active {
  border-top-color: rgb(225 29 72 / 0.05);
}

.active\:border-t-rose-600\/50:active {
  border-top-color: rgb(225 29 72 / 0.5);
}

.active\:border-t-rose-600\/60:active {
  border-top-color: rgb(225 29 72 / 0.6);
}

.active\:border-t-rose-600\/70:active {
  border-top-color: rgb(225 29 72 / 0.7);
}

.active\:border-t-rose-600\/75:active {
  border-top-color: rgb(225 29 72 / 0.75);
}

.active\:border-t-rose-600\/80:active {
  border-top-color: rgb(225 29 72 / 0.8);
}

.active\:border-t-rose-600\/90:active {
  border-top-color: rgb(225 29 72 / 0.9);
}

.active\:border-t-rose-600\/95:active {
  border-top-color: rgb(225 29 72 / 0.95);
}

.active\:border-t-rose-700:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(190 18 60 / var(--tw-border-opacity));
}

.active\:border-t-rose-700\/0:active {
  border-top-color: rgb(190 18 60 / 0);
}

.active\:border-t-rose-700\/10:active {
  border-top-color: rgb(190 18 60 / 0.1);
}

.active\:border-t-rose-700\/100:active {
  border-top-color: rgb(190 18 60 / 1);
}

.active\:border-t-rose-700\/20:active {
  border-top-color: rgb(190 18 60 / 0.2);
}

.active\:border-t-rose-700\/25:active {
  border-top-color: rgb(190 18 60 / 0.25);
}

.active\:border-t-rose-700\/30:active {
  border-top-color: rgb(190 18 60 / 0.3);
}

.active\:border-t-rose-700\/40:active {
  border-top-color: rgb(190 18 60 / 0.4);
}

.active\:border-t-rose-700\/5:active {
  border-top-color: rgb(190 18 60 / 0.05);
}

.active\:border-t-rose-700\/50:active {
  border-top-color: rgb(190 18 60 / 0.5);
}

.active\:border-t-rose-700\/60:active {
  border-top-color: rgb(190 18 60 / 0.6);
}

.active\:border-t-rose-700\/70:active {
  border-top-color: rgb(190 18 60 / 0.7);
}

.active\:border-t-rose-700\/75:active {
  border-top-color: rgb(190 18 60 / 0.75);
}

.active\:border-t-rose-700\/80:active {
  border-top-color: rgb(190 18 60 / 0.8);
}

.active\:border-t-rose-700\/90:active {
  border-top-color: rgb(190 18 60 / 0.9);
}

.active\:border-t-rose-700\/95:active {
  border-top-color: rgb(190 18 60 / 0.95);
}

.active\:border-t-rose-800:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(159 18 57 / var(--tw-border-opacity));
}

.active\:border-t-rose-800\/0:active {
  border-top-color: rgb(159 18 57 / 0);
}

.active\:border-t-rose-800\/10:active {
  border-top-color: rgb(159 18 57 / 0.1);
}

.active\:border-t-rose-800\/100:active {
  border-top-color: rgb(159 18 57 / 1);
}

.active\:border-t-rose-800\/20:active {
  border-top-color: rgb(159 18 57 / 0.2);
}

.active\:border-t-rose-800\/25:active {
  border-top-color: rgb(159 18 57 / 0.25);
}

.active\:border-t-rose-800\/30:active {
  border-top-color: rgb(159 18 57 / 0.3);
}

.active\:border-t-rose-800\/40:active {
  border-top-color: rgb(159 18 57 / 0.4);
}

.active\:border-t-rose-800\/5:active {
  border-top-color: rgb(159 18 57 / 0.05);
}

.active\:border-t-rose-800\/50:active {
  border-top-color: rgb(159 18 57 / 0.5);
}

.active\:border-t-rose-800\/60:active {
  border-top-color: rgb(159 18 57 / 0.6);
}

.active\:border-t-rose-800\/70:active {
  border-top-color: rgb(159 18 57 / 0.7);
}

.active\:border-t-rose-800\/75:active {
  border-top-color: rgb(159 18 57 / 0.75);
}

.active\:border-t-rose-800\/80:active {
  border-top-color: rgb(159 18 57 / 0.8);
}

.active\:border-t-rose-800\/90:active {
  border-top-color: rgb(159 18 57 / 0.9);
}

.active\:border-t-rose-800\/95:active {
  border-top-color: rgb(159 18 57 / 0.95);
}

.active\:border-t-rose-900:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(136 19 55 / var(--tw-border-opacity));
}

.active\:border-t-rose-900\/0:active {
  border-top-color: rgb(136 19 55 / 0);
}

.active\:border-t-rose-900\/10:active {
  border-top-color: rgb(136 19 55 / 0.1);
}

.active\:border-t-rose-900\/100:active {
  border-top-color: rgb(136 19 55 / 1);
}

.active\:border-t-rose-900\/20:active {
  border-top-color: rgb(136 19 55 / 0.2);
}

.active\:border-t-rose-900\/25:active {
  border-top-color: rgb(136 19 55 / 0.25);
}

.active\:border-t-rose-900\/30:active {
  border-top-color: rgb(136 19 55 / 0.3);
}

.active\:border-t-rose-900\/40:active {
  border-top-color: rgb(136 19 55 / 0.4);
}

.active\:border-t-rose-900\/5:active {
  border-top-color: rgb(136 19 55 / 0.05);
}

.active\:border-t-rose-900\/50:active {
  border-top-color: rgb(136 19 55 / 0.5);
}

.active\:border-t-rose-900\/60:active {
  border-top-color: rgb(136 19 55 / 0.6);
}

.active\:border-t-rose-900\/70:active {
  border-top-color: rgb(136 19 55 / 0.7);
}

.active\:border-t-rose-900\/75:active {
  border-top-color: rgb(136 19 55 / 0.75);
}

.active\:border-t-rose-900\/80:active {
  border-top-color: rgb(136 19 55 / 0.8);
}

.active\:border-t-rose-900\/90:active {
  border-top-color: rgb(136 19 55 / 0.9);
}

.active\:border-t-rose-900\/95:active {
  border-top-color: rgb(136 19 55 / 0.95);
}

.active\:border-t-rose-950:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(76 5 25 / var(--tw-border-opacity));
}

.active\:border-t-rose-950\/0:active {
  border-top-color: rgb(76 5 25 / 0);
}

.active\:border-t-rose-950\/10:active {
  border-top-color: rgb(76 5 25 / 0.1);
}

.active\:border-t-rose-950\/100:active {
  border-top-color: rgb(76 5 25 / 1);
}

.active\:border-t-rose-950\/20:active {
  border-top-color: rgb(76 5 25 / 0.2);
}

.active\:border-t-rose-950\/25:active {
  border-top-color: rgb(76 5 25 / 0.25);
}

.active\:border-t-rose-950\/30:active {
  border-top-color: rgb(76 5 25 / 0.3);
}

.active\:border-t-rose-950\/40:active {
  border-top-color: rgb(76 5 25 / 0.4);
}

.active\:border-t-rose-950\/5:active {
  border-top-color: rgb(76 5 25 / 0.05);
}

.active\:border-t-rose-950\/50:active {
  border-top-color: rgb(76 5 25 / 0.5);
}

.active\:border-t-rose-950\/60:active {
  border-top-color: rgb(76 5 25 / 0.6);
}

.active\:border-t-rose-950\/70:active {
  border-top-color: rgb(76 5 25 / 0.7);
}

.active\:border-t-rose-950\/75:active {
  border-top-color: rgb(76 5 25 / 0.75);
}

.active\:border-t-rose-950\/80:active {
  border-top-color: rgb(76 5 25 / 0.8);
}

.active\:border-t-rose-950\/90:active {
  border-top-color: rgb(76 5 25 / 0.9);
}

.active\:border-t-rose-950\/95:active {
  border-top-color: rgb(76 5 25 / 0.95);
}

.active\:border-t-sky-100:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(224 242 254 / var(--tw-border-opacity));
}

.active\:border-t-sky-100\/0:active {
  border-top-color: rgb(224 242 254 / 0);
}

.active\:border-t-sky-100\/10:active {
  border-top-color: rgb(224 242 254 / 0.1);
}

.active\:border-t-sky-100\/100:active {
  border-top-color: rgb(224 242 254 / 1);
}

.active\:border-t-sky-100\/20:active {
  border-top-color: rgb(224 242 254 / 0.2);
}

.active\:border-t-sky-100\/25:active {
  border-top-color: rgb(224 242 254 / 0.25);
}

.active\:border-t-sky-100\/30:active {
  border-top-color: rgb(224 242 254 / 0.3);
}

.active\:border-t-sky-100\/40:active {
  border-top-color: rgb(224 242 254 / 0.4);
}

.active\:border-t-sky-100\/5:active {
  border-top-color: rgb(224 242 254 / 0.05);
}

.active\:border-t-sky-100\/50:active {
  border-top-color: rgb(224 242 254 / 0.5);
}

.active\:border-t-sky-100\/60:active {
  border-top-color: rgb(224 242 254 / 0.6);
}

.active\:border-t-sky-100\/70:active {
  border-top-color: rgb(224 242 254 / 0.7);
}

.active\:border-t-sky-100\/75:active {
  border-top-color: rgb(224 242 254 / 0.75);
}

.active\:border-t-sky-100\/80:active {
  border-top-color: rgb(224 242 254 / 0.8);
}

.active\:border-t-sky-100\/90:active {
  border-top-color: rgb(224 242 254 / 0.9);
}

.active\:border-t-sky-100\/95:active {
  border-top-color: rgb(224 242 254 / 0.95);
}

.active\:border-t-sky-200:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(186 230 253 / var(--tw-border-opacity));
}

.active\:border-t-sky-200\/0:active {
  border-top-color: rgb(186 230 253 / 0);
}

.active\:border-t-sky-200\/10:active {
  border-top-color: rgb(186 230 253 / 0.1);
}

.active\:border-t-sky-200\/100:active {
  border-top-color: rgb(186 230 253 / 1);
}

.active\:border-t-sky-200\/20:active {
  border-top-color: rgb(186 230 253 / 0.2);
}

.active\:border-t-sky-200\/25:active {
  border-top-color: rgb(186 230 253 / 0.25);
}

.active\:border-t-sky-200\/30:active {
  border-top-color: rgb(186 230 253 / 0.3);
}

.active\:border-t-sky-200\/40:active {
  border-top-color: rgb(186 230 253 / 0.4);
}

.active\:border-t-sky-200\/5:active {
  border-top-color: rgb(186 230 253 / 0.05);
}

.active\:border-t-sky-200\/50:active {
  border-top-color: rgb(186 230 253 / 0.5);
}

.active\:border-t-sky-200\/60:active {
  border-top-color: rgb(186 230 253 / 0.6);
}

.active\:border-t-sky-200\/70:active {
  border-top-color: rgb(186 230 253 / 0.7);
}

.active\:border-t-sky-200\/75:active {
  border-top-color: rgb(186 230 253 / 0.75);
}

.active\:border-t-sky-200\/80:active {
  border-top-color: rgb(186 230 253 / 0.8);
}

.active\:border-t-sky-200\/90:active {
  border-top-color: rgb(186 230 253 / 0.9);
}

.active\:border-t-sky-200\/95:active {
  border-top-color: rgb(186 230 253 / 0.95);
}

.active\:border-t-sky-300:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(125 211 252 / var(--tw-border-opacity));
}

.active\:border-t-sky-300\/0:active {
  border-top-color: rgb(125 211 252 / 0);
}

.active\:border-t-sky-300\/10:active {
  border-top-color: rgb(125 211 252 / 0.1);
}

.active\:border-t-sky-300\/100:active {
  border-top-color: rgb(125 211 252 / 1);
}

.active\:border-t-sky-300\/20:active {
  border-top-color: rgb(125 211 252 / 0.2);
}

.active\:border-t-sky-300\/25:active {
  border-top-color: rgb(125 211 252 / 0.25);
}

.active\:border-t-sky-300\/30:active {
  border-top-color: rgb(125 211 252 / 0.3);
}

.active\:border-t-sky-300\/40:active {
  border-top-color: rgb(125 211 252 / 0.4);
}

.active\:border-t-sky-300\/5:active {
  border-top-color: rgb(125 211 252 / 0.05);
}

.active\:border-t-sky-300\/50:active {
  border-top-color: rgb(125 211 252 / 0.5);
}

.active\:border-t-sky-300\/60:active {
  border-top-color: rgb(125 211 252 / 0.6);
}

.active\:border-t-sky-300\/70:active {
  border-top-color: rgb(125 211 252 / 0.7);
}

.active\:border-t-sky-300\/75:active {
  border-top-color: rgb(125 211 252 / 0.75);
}

.active\:border-t-sky-300\/80:active {
  border-top-color: rgb(125 211 252 / 0.8);
}

.active\:border-t-sky-300\/90:active {
  border-top-color: rgb(125 211 252 / 0.9);
}

.active\:border-t-sky-300\/95:active {
  border-top-color: rgb(125 211 252 / 0.95);
}

.active\:border-t-sky-400:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(56 189 248 / var(--tw-border-opacity));
}

.active\:border-t-sky-400\/0:active {
  border-top-color: rgb(56 189 248 / 0);
}

.active\:border-t-sky-400\/10:active {
  border-top-color: rgb(56 189 248 / 0.1);
}

.active\:border-t-sky-400\/100:active {
  border-top-color: rgb(56 189 248 / 1);
}

.active\:border-t-sky-400\/20:active {
  border-top-color: rgb(56 189 248 / 0.2);
}

.active\:border-t-sky-400\/25:active {
  border-top-color: rgb(56 189 248 / 0.25);
}

.active\:border-t-sky-400\/30:active {
  border-top-color: rgb(56 189 248 / 0.3);
}

.active\:border-t-sky-400\/40:active {
  border-top-color: rgb(56 189 248 / 0.4);
}

.active\:border-t-sky-400\/5:active {
  border-top-color: rgb(56 189 248 / 0.05);
}

.active\:border-t-sky-400\/50:active {
  border-top-color: rgb(56 189 248 / 0.5);
}

.active\:border-t-sky-400\/60:active {
  border-top-color: rgb(56 189 248 / 0.6);
}

.active\:border-t-sky-400\/70:active {
  border-top-color: rgb(56 189 248 / 0.7);
}

.active\:border-t-sky-400\/75:active {
  border-top-color: rgb(56 189 248 / 0.75);
}

.active\:border-t-sky-400\/80:active {
  border-top-color: rgb(56 189 248 / 0.8);
}

.active\:border-t-sky-400\/90:active {
  border-top-color: rgb(56 189 248 / 0.9);
}

.active\:border-t-sky-400\/95:active {
  border-top-color: rgb(56 189 248 / 0.95);
}

.active\:border-t-sky-50:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(240 249 255 / var(--tw-border-opacity));
}

.active\:border-t-sky-50\/0:active {
  border-top-color: rgb(240 249 255 / 0);
}

.active\:border-t-sky-50\/10:active {
  border-top-color: rgb(240 249 255 / 0.1);
}

.active\:border-t-sky-50\/100:active {
  border-top-color: rgb(240 249 255 / 1);
}

.active\:border-t-sky-50\/20:active {
  border-top-color: rgb(240 249 255 / 0.2);
}

.active\:border-t-sky-50\/25:active {
  border-top-color: rgb(240 249 255 / 0.25);
}

.active\:border-t-sky-50\/30:active {
  border-top-color: rgb(240 249 255 / 0.3);
}

.active\:border-t-sky-50\/40:active {
  border-top-color: rgb(240 249 255 / 0.4);
}

.active\:border-t-sky-50\/5:active {
  border-top-color: rgb(240 249 255 / 0.05);
}

.active\:border-t-sky-50\/50:active {
  border-top-color: rgb(240 249 255 / 0.5);
}

.active\:border-t-sky-50\/60:active {
  border-top-color: rgb(240 249 255 / 0.6);
}

.active\:border-t-sky-50\/70:active {
  border-top-color: rgb(240 249 255 / 0.7);
}

.active\:border-t-sky-50\/75:active {
  border-top-color: rgb(240 249 255 / 0.75);
}

.active\:border-t-sky-50\/80:active {
  border-top-color: rgb(240 249 255 / 0.8);
}

.active\:border-t-sky-50\/90:active {
  border-top-color: rgb(240 249 255 / 0.9);
}

.active\:border-t-sky-50\/95:active {
  border-top-color: rgb(240 249 255 / 0.95);
}

.active\:border-t-sky-500:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.active\:border-t-sky-500\/0:active {
  border-top-color: rgb(14 165 233 / 0);
}

.active\:border-t-sky-500\/10:active {
  border-top-color: rgb(14 165 233 / 0.1);
}

.active\:border-t-sky-500\/100:active {
  border-top-color: rgb(14 165 233 / 1);
}

.active\:border-t-sky-500\/20:active {
  border-top-color: rgb(14 165 233 / 0.2);
}

.active\:border-t-sky-500\/25:active {
  border-top-color: rgb(14 165 233 / 0.25);
}

.active\:border-t-sky-500\/30:active {
  border-top-color: rgb(14 165 233 / 0.3);
}

.active\:border-t-sky-500\/40:active {
  border-top-color: rgb(14 165 233 / 0.4);
}

.active\:border-t-sky-500\/5:active {
  border-top-color: rgb(14 165 233 / 0.05);
}

.active\:border-t-sky-500\/50:active {
  border-top-color: rgb(14 165 233 / 0.5);
}

.active\:border-t-sky-500\/60:active {
  border-top-color: rgb(14 165 233 / 0.6);
}

.active\:border-t-sky-500\/70:active {
  border-top-color: rgb(14 165 233 / 0.7);
}

.active\:border-t-sky-500\/75:active {
  border-top-color: rgb(14 165 233 / 0.75);
}

.active\:border-t-sky-500\/80:active {
  border-top-color: rgb(14 165 233 / 0.8);
}

.active\:border-t-sky-500\/90:active {
  border-top-color: rgb(14 165 233 / 0.9);
}

.active\:border-t-sky-500\/95:active {
  border-top-color: rgb(14 165 233 / 0.95);
}

.active\:border-t-sky-600:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(2 132 199 / var(--tw-border-opacity));
}

.active\:border-t-sky-600\/0:active {
  border-top-color: rgb(2 132 199 / 0);
}

.active\:border-t-sky-600\/10:active {
  border-top-color: rgb(2 132 199 / 0.1);
}

.active\:border-t-sky-600\/100:active {
  border-top-color: rgb(2 132 199 / 1);
}

.active\:border-t-sky-600\/20:active {
  border-top-color: rgb(2 132 199 / 0.2);
}

.active\:border-t-sky-600\/25:active {
  border-top-color: rgb(2 132 199 / 0.25);
}

.active\:border-t-sky-600\/30:active {
  border-top-color: rgb(2 132 199 / 0.3);
}

.active\:border-t-sky-600\/40:active {
  border-top-color: rgb(2 132 199 / 0.4);
}

.active\:border-t-sky-600\/5:active {
  border-top-color: rgb(2 132 199 / 0.05);
}

.active\:border-t-sky-600\/50:active {
  border-top-color: rgb(2 132 199 / 0.5);
}

.active\:border-t-sky-600\/60:active {
  border-top-color: rgb(2 132 199 / 0.6);
}

.active\:border-t-sky-600\/70:active {
  border-top-color: rgb(2 132 199 / 0.7);
}

.active\:border-t-sky-600\/75:active {
  border-top-color: rgb(2 132 199 / 0.75);
}

.active\:border-t-sky-600\/80:active {
  border-top-color: rgb(2 132 199 / 0.8);
}

.active\:border-t-sky-600\/90:active {
  border-top-color: rgb(2 132 199 / 0.9);
}

.active\:border-t-sky-600\/95:active {
  border-top-color: rgb(2 132 199 / 0.95);
}

.active\:border-t-sky-700:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.active\:border-t-sky-700\/0:active {
  border-top-color: rgb(3 105 161 / 0);
}

.active\:border-t-sky-700\/10:active {
  border-top-color: rgb(3 105 161 / 0.1);
}

.active\:border-t-sky-700\/100:active {
  border-top-color: rgb(3 105 161 / 1);
}

.active\:border-t-sky-700\/20:active {
  border-top-color: rgb(3 105 161 / 0.2);
}

.active\:border-t-sky-700\/25:active {
  border-top-color: rgb(3 105 161 / 0.25);
}

.active\:border-t-sky-700\/30:active {
  border-top-color: rgb(3 105 161 / 0.3);
}

.active\:border-t-sky-700\/40:active {
  border-top-color: rgb(3 105 161 / 0.4);
}

.active\:border-t-sky-700\/5:active {
  border-top-color: rgb(3 105 161 / 0.05);
}

.active\:border-t-sky-700\/50:active {
  border-top-color: rgb(3 105 161 / 0.5);
}

.active\:border-t-sky-700\/60:active {
  border-top-color: rgb(3 105 161 / 0.6);
}

.active\:border-t-sky-700\/70:active {
  border-top-color: rgb(3 105 161 / 0.7);
}

.active\:border-t-sky-700\/75:active {
  border-top-color: rgb(3 105 161 / 0.75);
}

.active\:border-t-sky-700\/80:active {
  border-top-color: rgb(3 105 161 / 0.8);
}

.active\:border-t-sky-700\/90:active {
  border-top-color: rgb(3 105 161 / 0.9);
}

.active\:border-t-sky-700\/95:active {
  border-top-color: rgb(3 105 161 / 0.95);
}

.active\:border-t-sky-800:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(7 89 133 / var(--tw-border-opacity));
}

.active\:border-t-sky-800\/0:active {
  border-top-color: rgb(7 89 133 / 0);
}

.active\:border-t-sky-800\/10:active {
  border-top-color: rgb(7 89 133 / 0.1);
}

.active\:border-t-sky-800\/100:active {
  border-top-color: rgb(7 89 133 / 1);
}

.active\:border-t-sky-800\/20:active {
  border-top-color: rgb(7 89 133 / 0.2);
}

.active\:border-t-sky-800\/25:active {
  border-top-color: rgb(7 89 133 / 0.25);
}

.active\:border-t-sky-800\/30:active {
  border-top-color: rgb(7 89 133 / 0.3);
}

.active\:border-t-sky-800\/40:active {
  border-top-color: rgb(7 89 133 / 0.4);
}

.active\:border-t-sky-800\/5:active {
  border-top-color: rgb(7 89 133 / 0.05);
}

.active\:border-t-sky-800\/50:active {
  border-top-color: rgb(7 89 133 / 0.5);
}

.active\:border-t-sky-800\/60:active {
  border-top-color: rgb(7 89 133 / 0.6);
}

.active\:border-t-sky-800\/70:active {
  border-top-color: rgb(7 89 133 / 0.7);
}

.active\:border-t-sky-800\/75:active {
  border-top-color: rgb(7 89 133 / 0.75);
}

.active\:border-t-sky-800\/80:active {
  border-top-color: rgb(7 89 133 / 0.8);
}

.active\:border-t-sky-800\/90:active {
  border-top-color: rgb(7 89 133 / 0.9);
}

.active\:border-t-sky-800\/95:active {
  border-top-color: rgb(7 89 133 / 0.95);
}

.active\:border-t-sky-900:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(12 74 110 / var(--tw-border-opacity));
}

.active\:border-t-sky-900\/0:active {
  border-top-color: rgb(12 74 110 / 0);
}

.active\:border-t-sky-900\/10:active {
  border-top-color: rgb(12 74 110 / 0.1);
}

.active\:border-t-sky-900\/100:active {
  border-top-color: rgb(12 74 110 / 1);
}

.active\:border-t-sky-900\/20:active {
  border-top-color: rgb(12 74 110 / 0.2);
}

.active\:border-t-sky-900\/25:active {
  border-top-color: rgb(12 74 110 / 0.25);
}

.active\:border-t-sky-900\/30:active {
  border-top-color: rgb(12 74 110 / 0.3);
}

.active\:border-t-sky-900\/40:active {
  border-top-color: rgb(12 74 110 / 0.4);
}

.active\:border-t-sky-900\/5:active {
  border-top-color: rgb(12 74 110 / 0.05);
}

.active\:border-t-sky-900\/50:active {
  border-top-color: rgb(12 74 110 / 0.5);
}

.active\:border-t-sky-900\/60:active {
  border-top-color: rgb(12 74 110 / 0.6);
}

.active\:border-t-sky-900\/70:active {
  border-top-color: rgb(12 74 110 / 0.7);
}

.active\:border-t-sky-900\/75:active {
  border-top-color: rgb(12 74 110 / 0.75);
}

.active\:border-t-sky-900\/80:active {
  border-top-color: rgb(12 74 110 / 0.8);
}

.active\:border-t-sky-900\/90:active {
  border-top-color: rgb(12 74 110 / 0.9);
}

.active\:border-t-sky-900\/95:active {
  border-top-color: rgb(12 74 110 / 0.95);
}

.active\:border-t-sky-950:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(8 47 73 / var(--tw-border-opacity));
}

.active\:border-t-sky-950\/0:active {
  border-top-color: rgb(8 47 73 / 0);
}

.active\:border-t-sky-950\/10:active {
  border-top-color: rgb(8 47 73 / 0.1);
}

.active\:border-t-sky-950\/100:active {
  border-top-color: rgb(8 47 73 / 1);
}

.active\:border-t-sky-950\/20:active {
  border-top-color: rgb(8 47 73 / 0.2);
}

.active\:border-t-sky-950\/25:active {
  border-top-color: rgb(8 47 73 / 0.25);
}

.active\:border-t-sky-950\/30:active {
  border-top-color: rgb(8 47 73 / 0.3);
}

.active\:border-t-sky-950\/40:active {
  border-top-color: rgb(8 47 73 / 0.4);
}

.active\:border-t-sky-950\/5:active {
  border-top-color: rgb(8 47 73 / 0.05);
}

.active\:border-t-sky-950\/50:active {
  border-top-color: rgb(8 47 73 / 0.5);
}

.active\:border-t-sky-950\/60:active {
  border-top-color: rgb(8 47 73 / 0.6);
}

.active\:border-t-sky-950\/70:active {
  border-top-color: rgb(8 47 73 / 0.7);
}

.active\:border-t-sky-950\/75:active {
  border-top-color: rgb(8 47 73 / 0.75);
}

.active\:border-t-sky-950\/80:active {
  border-top-color: rgb(8 47 73 / 0.8);
}

.active\:border-t-sky-950\/90:active {
  border-top-color: rgb(8 47 73 / 0.9);
}

.active\:border-t-sky-950\/95:active {
  border-top-color: rgb(8 47 73 / 0.95);
}

.active\:border-t-slate-100:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.active\:border-t-slate-100\/0:active {
  border-top-color: rgb(241 245 249 / 0);
}

.active\:border-t-slate-100\/10:active {
  border-top-color: rgb(241 245 249 / 0.1);
}

.active\:border-t-slate-100\/100:active {
  border-top-color: rgb(241 245 249 / 1);
}

.active\:border-t-slate-100\/20:active {
  border-top-color: rgb(241 245 249 / 0.2);
}

.active\:border-t-slate-100\/25:active {
  border-top-color: rgb(241 245 249 / 0.25);
}

.active\:border-t-slate-100\/30:active {
  border-top-color: rgb(241 245 249 / 0.3);
}

.active\:border-t-slate-100\/40:active {
  border-top-color: rgb(241 245 249 / 0.4);
}

.active\:border-t-slate-100\/5:active {
  border-top-color: rgb(241 245 249 / 0.05);
}

.active\:border-t-slate-100\/50:active {
  border-top-color: rgb(241 245 249 / 0.5);
}

.active\:border-t-slate-100\/60:active {
  border-top-color: rgb(241 245 249 / 0.6);
}

.active\:border-t-slate-100\/70:active {
  border-top-color: rgb(241 245 249 / 0.7);
}

.active\:border-t-slate-100\/75:active {
  border-top-color: rgb(241 245 249 / 0.75);
}

.active\:border-t-slate-100\/80:active {
  border-top-color: rgb(241 245 249 / 0.8);
}

.active\:border-t-slate-100\/90:active {
  border-top-color: rgb(241 245 249 / 0.9);
}

.active\:border-t-slate-100\/95:active {
  border-top-color: rgb(241 245 249 / 0.95);
}

.active\:border-t-slate-200:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.active\:border-t-slate-200\/0:active {
  border-top-color: rgb(226 232 240 / 0);
}

.active\:border-t-slate-200\/10:active {
  border-top-color: rgb(226 232 240 / 0.1);
}

.active\:border-t-slate-200\/100:active {
  border-top-color: rgb(226 232 240 / 1);
}

.active\:border-t-slate-200\/20:active {
  border-top-color: rgb(226 232 240 / 0.2);
}

.active\:border-t-slate-200\/25:active {
  border-top-color: rgb(226 232 240 / 0.25);
}

.active\:border-t-slate-200\/30:active {
  border-top-color: rgb(226 232 240 / 0.3);
}

.active\:border-t-slate-200\/40:active {
  border-top-color: rgb(226 232 240 / 0.4);
}

.active\:border-t-slate-200\/5:active {
  border-top-color: rgb(226 232 240 / 0.05);
}

.active\:border-t-slate-200\/50:active {
  border-top-color: rgb(226 232 240 / 0.5);
}

.active\:border-t-slate-200\/60:active {
  border-top-color: rgb(226 232 240 / 0.6);
}

.active\:border-t-slate-200\/70:active {
  border-top-color: rgb(226 232 240 / 0.7);
}

.active\:border-t-slate-200\/75:active {
  border-top-color: rgb(226 232 240 / 0.75);
}

.active\:border-t-slate-200\/80:active {
  border-top-color: rgb(226 232 240 / 0.8);
}

.active\:border-t-slate-200\/90:active {
  border-top-color: rgb(226 232 240 / 0.9);
}

.active\:border-t-slate-200\/95:active {
  border-top-color: rgb(226 232 240 / 0.95);
}

.active\:border-t-slate-300:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.active\:border-t-slate-300\/0:active {
  border-top-color: rgb(203 213 225 / 0);
}

.active\:border-t-slate-300\/10:active {
  border-top-color: rgb(203 213 225 / 0.1);
}

.active\:border-t-slate-300\/100:active {
  border-top-color: rgb(203 213 225 / 1);
}

.active\:border-t-slate-300\/20:active {
  border-top-color: rgb(203 213 225 / 0.2);
}

.active\:border-t-slate-300\/25:active {
  border-top-color: rgb(203 213 225 / 0.25);
}

.active\:border-t-slate-300\/30:active {
  border-top-color: rgb(203 213 225 / 0.3);
}

.active\:border-t-slate-300\/40:active {
  border-top-color: rgb(203 213 225 / 0.4);
}

.active\:border-t-slate-300\/5:active {
  border-top-color: rgb(203 213 225 / 0.05);
}

.active\:border-t-slate-300\/50:active {
  border-top-color: rgb(203 213 225 / 0.5);
}

.active\:border-t-slate-300\/60:active {
  border-top-color: rgb(203 213 225 / 0.6);
}

.active\:border-t-slate-300\/70:active {
  border-top-color: rgb(203 213 225 / 0.7);
}

.active\:border-t-slate-300\/75:active {
  border-top-color: rgb(203 213 225 / 0.75);
}

.active\:border-t-slate-300\/80:active {
  border-top-color: rgb(203 213 225 / 0.8);
}

.active\:border-t-slate-300\/90:active {
  border-top-color: rgb(203 213 225 / 0.9);
}

.active\:border-t-slate-300\/95:active {
  border-top-color: rgb(203 213 225 / 0.95);
}

.active\:border-t-slate-400:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.active\:border-t-slate-400\/0:active {
  border-top-color: rgb(148 163 184 / 0);
}

.active\:border-t-slate-400\/10:active {
  border-top-color: rgb(148 163 184 / 0.1);
}

.active\:border-t-slate-400\/100:active {
  border-top-color: rgb(148 163 184 / 1);
}

.active\:border-t-slate-400\/20:active {
  border-top-color: rgb(148 163 184 / 0.2);
}

.active\:border-t-slate-400\/25:active {
  border-top-color: rgb(148 163 184 / 0.25);
}

.active\:border-t-slate-400\/30:active {
  border-top-color: rgb(148 163 184 / 0.3);
}

.active\:border-t-slate-400\/40:active {
  border-top-color: rgb(148 163 184 / 0.4);
}

.active\:border-t-slate-400\/5:active {
  border-top-color: rgb(148 163 184 / 0.05);
}

.active\:border-t-slate-400\/50:active {
  border-top-color: rgb(148 163 184 / 0.5);
}

.active\:border-t-slate-400\/60:active {
  border-top-color: rgb(148 163 184 / 0.6);
}

.active\:border-t-slate-400\/70:active {
  border-top-color: rgb(148 163 184 / 0.7);
}

.active\:border-t-slate-400\/75:active {
  border-top-color: rgb(148 163 184 / 0.75);
}

.active\:border-t-slate-400\/80:active {
  border-top-color: rgb(148 163 184 / 0.8);
}

.active\:border-t-slate-400\/90:active {
  border-top-color: rgb(148 163 184 / 0.9);
}

.active\:border-t-slate-400\/95:active {
  border-top-color: rgb(148 163 184 / 0.95);
}

.active\:border-t-slate-50:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(248 250 252 / var(--tw-border-opacity));
}

.active\:border-t-slate-50\/0:active {
  border-top-color: rgb(248 250 252 / 0);
}

.active\:border-t-slate-50\/10:active {
  border-top-color: rgb(248 250 252 / 0.1);
}

.active\:border-t-slate-50\/100:active {
  border-top-color: rgb(248 250 252 / 1);
}

.active\:border-t-slate-50\/20:active {
  border-top-color: rgb(248 250 252 / 0.2);
}

.active\:border-t-slate-50\/25:active {
  border-top-color: rgb(248 250 252 / 0.25);
}

.active\:border-t-slate-50\/30:active {
  border-top-color: rgb(248 250 252 / 0.3);
}

.active\:border-t-slate-50\/40:active {
  border-top-color: rgb(248 250 252 / 0.4);
}

.active\:border-t-slate-50\/5:active {
  border-top-color: rgb(248 250 252 / 0.05);
}

.active\:border-t-slate-50\/50:active {
  border-top-color: rgb(248 250 252 / 0.5);
}

.active\:border-t-slate-50\/60:active {
  border-top-color: rgb(248 250 252 / 0.6);
}

.active\:border-t-slate-50\/70:active {
  border-top-color: rgb(248 250 252 / 0.7);
}

.active\:border-t-slate-50\/75:active {
  border-top-color: rgb(248 250 252 / 0.75);
}

.active\:border-t-slate-50\/80:active {
  border-top-color: rgb(248 250 252 / 0.8);
}

.active\:border-t-slate-50\/90:active {
  border-top-color: rgb(248 250 252 / 0.9);
}

.active\:border-t-slate-50\/95:active {
  border-top-color: rgb(248 250 252 / 0.95);
}

.active\:border-t-slate-500:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.active\:border-t-slate-500\/0:active {
  border-top-color: rgb(100 116 139 / 0);
}

.active\:border-t-slate-500\/10:active {
  border-top-color: rgb(100 116 139 / 0.1);
}

.active\:border-t-slate-500\/100:active {
  border-top-color: rgb(100 116 139 / 1);
}

.active\:border-t-slate-500\/20:active {
  border-top-color: rgb(100 116 139 / 0.2);
}

.active\:border-t-slate-500\/25:active {
  border-top-color: rgb(100 116 139 / 0.25);
}

.active\:border-t-slate-500\/30:active {
  border-top-color: rgb(100 116 139 / 0.3);
}

.active\:border-t-slate-500\/40:active {
  border-top-color: rgb(100 116 139 / 0.4);
}

.active\:border-t-slate-500\/5:active {
  border-top-color: rgb(100 116 139 / 0.05);
}

.active\:border-t-slate-500\/50:active {
  border-top-color: rgb(100 116 139 / 0.5);
}

.active\:border-t-slate-500\/60:active {
  border-top-color: rgb(100 116 139 / 0.6);
}

.active\:border-t-slate-500\/70:active {
  border-top-color: rgb(100 116 139 / 0.7);
}

.active\:border-t-slate-500\/75:active {
  border-top-color: rgb(100 116 139 / 0.75);
}

.active\:border-t-slate-500\/80:active {
  border-top-color: rgb(100 116 139 / 0.8);
}

.active\:border-t-slate-500\/90:active {
  border-top-color: rgb(100 116 139 / 0.9);
}

.active\:border-t-slate-500\/95:active {
  border-top-color: rgb(100 116 139 / 0.95);
}

.active\:border-t-slate-600:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(71 85 105 / var(--tw-border-opacity));
}

.active\:border-t-slate-600\/0:active {
  border-top-color: rgb(71 85 105 / 0);
}

.active\:border-t-slate-600\/10:active {
  border-top-color: rgb(71 85 105 / 0.1);
}

.active\:border-t-slate-600\/100:active {
  border-top-color: rgb(71 85 105 / 1);
}

.active\:border-t-slate-600\/20:active {
  border-top-color: rgb(71 85 105 / 0.2);
}

.active\:border-t-slate-600\/25:active {
  border-top-color: rgb(71 85 105 / 0.25);
}

.active\:border-t-slate-600\/30:active {
  border-top-color: rgb(71 85 105 / 0.3);
}

.active\:border-t-slate-600\/40:active {
  border-top-color: rgb(71 85 105 / 0.4);
}

.active\:border-t-slate-600\/5:active {
  border-top-color: rgb(71 85 105 / 0.05);
}

.active\:border-t-slate-600\/50:active {
  border-top-color: rgb(71 85 105 / 0.5);
}

.active\:border-t-slate-600\/60:active {
  border-top-color: rgb(71 85 105 / 0.6);
}

.active\:border-t-slate-600\/70:active {
  border-top-color: rgb(71 85 105 / 0.7);
}

.active\:border-t-slate-600\/75:active {
  border-top-color: rgb(71 85 105 / 0.75);
}

.active\:border-t-slate-600\/80:active {
  border-top-color: rgb(71 85 105 / 0.8);
}

.active\:border-t-slate-600\/90:active {
  border-top-color: rgb(71 85 105 / 0.9);
}

.active\:border-t-slate-600\/95:active {
  border-top-color: rgb(71 85 105 / 0.95);
}

.active\:border-t-slate-700:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.active\:border-t-slate-700\/0:active {
  border-top-color: rgb(51 65 85 / 0);
}

.active\:border-t-slate-700\/10:active {
  border-top-color: rgb(51 65 85 / 0.1);
}

.active\:border-t-slate-700\/100:active {
  border-top-color: rgb(51 65 85 / 1);
}

.active\:border-t-slate-700\/20:active {
  border-top-color: rgb(51 65 85 / 0.2);
}

.active\:border-t-slate-700\/25:active {
  border-top-color: rgb(51 65 85 / 0.25);
}

.active\:border-t-slate-700\/30:active {
  border-top-color: rgb(51 65 85 / 0.3);
}

.active\:border-t-slate-700\/40:active {
  border-top-color: rgb(51 65 85 / 0.4);
}

.active\:border-t-slate-700\/5:active {
  border-top-color: rgb(51 65 85 / 0.05);
}

.active\:border-t-slate-700\/50:active {
  border-top-color: rgb(51 65 85 / 0.5);
}

.active\:border-t-slate-700\/60:active {
  border-top-color: rgb(51 65 85 / 0.6);
}

.active\:border-t-slate-700\/70:active {
  border-top-color: rgb(51 65 85 / 0.7);
}

.active\:border-t-slate-700\/75:active {
  border-top-color: rgb(51 65 85 / 0.75);
}

.active\:border-t-slate-700\/80:active {
  border-top-color: rgb(51 65 85 / 0.8);
}

.active\:border-t-slate-700\/90:active {
  border-top-color: rgb(51 65 85 / 0.9);
}

.active\:border-t-slate-700\/95:active {
  border-top-color: rgb(51 65 85 / 0.95);
}

.active\:border-t-slate-800:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.active\:border-t-slate-800\/0:active {
  border-top-color: rgb(30 41 59 / 0);
}

.active\:border-t-slate-800\/10:active {
  border-top-color: rgb(30 41 59 / 0.1);
}

.active\:border-t-slate-800\/100:active {
  border-top-color: rgb(30 41 59 / 1);
}

.active\:border-t-slate-800\/20:active {
  border-top-color: rgb(30 41 59 / 0.2);
}

.active\:border-t-slate-800\/25:active {
  border-top-color: rgb(30 41 59 / 0.25);
}

.active\:border-t-slate-800\/30:active {
  border-top-color: rgb(30 41 59 / 0.3);
}

.active\:border-t-slate-800\/40:active {
  border-top-color: rgb(30 41 59 / 0.4);
}

.active\:border-t-slate-800\/5:active {
  border-top-color: rgb(30 41 59 / 0.05);
}

.active\:border-t-slate-800\/50:active {
  border-top-color: rgb(30 41 59 / 0.5);
}

.active\:border-t-slate-800\/60:active {
  border-top-color: rgb(30 41 59 / 0.6);
}

.active\:border-t-slate-800\/70:active {
  border-top-color: rgb(30 41 59 / 0.7);
}

.active\:border-t-slate-800\/75:active {
  border-top-color: rgb(30 41 59 / 0.75);
}

.active\:border-t-slate-800\/80:active {
  border-top-color: rgb(30 41 59 / 0.8);
}

.active\:border-t-slate-800\/90:active {
  border-top-color: rgb(30 41 59 / 0.9);
}

.active\:border-t-slate-800\/95:active {
  border-top-color: rgb(30 41 59 / 0.95);
}

.active\:border-t-slate-900:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(15 23 42 / var(--tw-border-opacity));
}

.active\:border-t-slate-900\/0:active {
  border-top-color: rgb(15 23 42 / 0);
}

.active\:border-t-slate-900\/10:active {
  border-top-color: rgb(15 23 42 / 0.1);
}

.active\:border-t-slate-900\/100:active {
  border-top-color: rgb(15 23 42 / 1);
}

.active\:border-t-slate-900\/20:active {
  border-top-color: rgb(15 23 42 / 0.2);
}

.active\:border-t-slate-900\/25:active {
  border-top-color: rgb(15 23 42 / 0.25);
}

.active\:border-t-slate-900\/30:active {
  border-top-color: rgb(15 23 42 / 0.3);
}

.active\:border-t-slate-900\/40:active {
  border-top-color: rgb(15 23 42 / 0.4);
}

.active\:border-t-slate-900\/5:active {
  border-top-color: rgb(15 23 42 / 0.05);
}

.active\:border-t-slate-900\/50:active {
  border-top-color: rgb(15 23 42 / 0.5);
}

.active\:border-t-slate-900\/60:active {
  border-top-color: rgb(15 23 42 / 0.6);
}

.active\:border-t-slate-900\/70:active {
  border-top-color: rgb(15 23 42 / 0.7);
}

.active\:border-t-slate-900\/75:active {
  border-top-color: rgb(15 23 42 / 0.75);
}

.active\:border-t-slate-900\/80:active {
  border-top-color: rgb(15 23 42 / 0.8);
}

.active\:border-t-slate-900\/90:active {
  border-top-color: rgb(15 23 42 / 0.9);
}

.active\:border-t-slate-900\/95:active {
  border-top-color: rgb(15 23 42 / 0.95);
}

.active\:border-t-slate-950:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(2 6 23 / var(--tw-border-opacity));
}

.active\:border-t-slate-950\/0:active {
  border-top-color: rgb(2 6 23 / 0);
}

.active\:border-t-slate-950\/10:active {
  border-top-color: rgb(2 6 23 / 0.1);
}

.active\:border-t-slate-950\/100:active {
  border-top-color: rgb(2 6 23 / 1);
}

.active\:border-t-slate-950\/20:active {
  border-top-color: rgb(2 6 23 / 0.2);
}

.active\:border-t-slate-950\/25:active {
  border-top-color: rgb(2 6 23 / 0.25);
}

.active\:border-t-slate-950\/30:active {
  border-top-color: rgb(2 6 23 / 0.3);
}

.active\:border-t-slate-950\/40:active {
  border-top-color: rgb(2 6 23 / 0.4);
}

.active\:border-t-slate-950\/5:active {
  border-top-color: rgb(2 6 23 / 0.05);
}

.active\:border-t-slate-950\/50:active {
  border-top-color: rgb(2 6 23 / 0.5);
}

.active\:border-t-slate-950\/60:active {
  border-top-color: rgb(2 6 23 / 0.6);
}

.active\:border-t-slate-950\/70:active {
  border-top-color: rgb(2 6 23 / 0.7);
}

.active\:border-t-slate-950\/75:active {
  border-top-color: rgb(2 6 23 / 0.75);
}

.active\:border-t-slate-950\/80:active {
  border-top-color: rgb(2 6 23 / 0.8);
}

.active\:border-t-slate-950\/90:active {
  border-top-color: rgb(2 6 23 / 0.9);
}

.active\:border-t-slate-950\/95:active {
  border-top-color: rgb(2 6 23 / 0.95);
}

.active\:border-t-stone-100:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 245 244 / var(--tw-border-opacity));
}

.active\:border-t-stone-100\/0:active {
  border-top-color: rgb(245 245 244 / 0);
}

.active\:border-t-stone-100\/10:active {
  border-top-color: rgb(245 245 244 / 0.1);
}

.active\:border-t-stone-100\/100:active {
  border-top-color: rgb(245 245 244 / 1);
}

.active\:border-t-stone-100\/20:active {
  border-top-color: rgb(245 245 244 / 0.2);
}

.active\:border-t-stone-100\/25:active {
  border-top-color: rgb(245 245 244 / 0.25);
}

.active\:border-t-stone-100\/30:active {
  border-top-color: rgb(245 245 244 / 0.3);
}

.active\:border-t-stone-100\/40:active {
  border-top-color: rgb(245 245 244 / 0.4);
}

.active\:border-t-stone-100\/5:active {
  border-top-color: rgb(245 245 244 / 0.05);
}

.active\:border-t-stone-100\/50:active {
  border-top-color: rgb(245 245 244 / 0.5);
}

.active\:border-t-stone-100\/60:active {
  border-top-color: rgb(245 245 244 / 0.6);
}

.active\:border-t-stone-100\/70:active {
  border-top-color: rgb(245 245 244 / 0.7);
}

.active\:border-t-stone-100\/75:active {
  border-top-color: rgb(245 245 244 / 0.75);
}

.active\:border-t-stone-100\/80:active {
  border-top-color: rgb(245 245 244 / 0.8);
}

.active\:border-t-stone-100\/90:active {
  border-top-color: rgb(245 245 244 / 0.9);
}

.active\:border-t-stone-100\/95:active {
  border-top-color: rgb(245 245 244 / 0.95);
}

.active\:border-t-stone-200:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(231 229 228 / var(--tw-border-opacity));
}

.active\:border-t-stone-200\/0:active {
  border-top-color: rgb(231 229 228 / 0);
}

.active\:border-t-stone-200\/10:active {
  border-top-color: rgb(231 229 228 / 0.1);
}

.active\:border-t-stone-200\/100:active {
  border-top-color: rgb(231 229 228 / 1);
}

.active\:border-t-stone-200\/20:active {
  border-top-color: rgb(231 229 228 / 0.2);
}

.active\:border-t-stone-200\/25:active {
  border-top-color: rgb(231 229 228 / 0.25);
}

.active\:border-t-stone-200\/30:active {
  border-top-color: rgb(231 229 228 / 0.3);
}

.active\:border-t-stone-200\/40:active {
  border-top-color: rgb(231 229 228 / 0.4);
}

.active\:border-t-stone-200\/5:active {
  border-top-color: rgb(231 229 228 / 0.05);
}

.active\:border-t-stone-200\/50:active {
  border-top-color: rgb(231 229 228 / 0.5);
}

.active\:border-t-stone-200\/60:active {
  border-top-color: rgb(231 229 228 / 0.6);
}

.active\:border-t-stone-200\/70:active {
  border-top-color: rgb(231 229 228 / 0.7);
}

.active\:border-t-stone-200\/75:active {
  border-top-color: rgb(231 229 228 / 0.75);
}

.active\:border-t-stone-200\/80:active {
  border-top-color: rgb(231 229 228 / 0.8);
}

.active\:border-t-stone-200\/90:active {
  border-top-color: rgb(231 229 228 / 0.9);
}

.active\:border-t-stone-200\/95:active {
  border-top-color: rgb(231 229 228 / 0.95);
}

.active\:border-t-stone-300:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.active\:border-t-stone-300\/0:active {
  border-top-color: rgb(214 211 209 / 0);
}

.active\:border-t-stone-300\/10:active {
  border-top-color: rgb(214 211 209 / 0.1);
}

.active\:border-t-stone-300\/100:active {
  border-top-color: rgb(214 211 209 / 1);
}

.active\:border-t-stone-300\/20:active {
  border-top-color: rgb(214 211 209 / 0.2);
}

.active\:border-t-stone-300\/25:active {
  border-top-color: rgb(214 211 209 / 0.25);
}

.active\:border-t-stone-300\/30:active {
  border-top-color: rgb(214 211 209 / 0.3);
}

.active\:border-t-stone-300\/40:active {
  border-top-color: rgb(214 211 209 / 0.4);
}

.active\:border-t-stone-300\/5:active {
  border-top-color: rgb(214 211 209 / 0.05);
}

.active\:border-t-stone-300\/50:active {
  border-top-color: rgb(214 211 209 / 0.5);
}

.active\:border-t-stone-300\/60:active {
  border-top-color: rgb(214 211 209 / 0.6);
}

.active\:border-t-stone-300\/70:active {
  border-top-color: rgb(214 211 209 / 0.7);
}

.active\:border-t-stone-300\/75:active {
  border-top-color: rgb(214 211 209 / 0.75);
}

.active\:border-t-stone-300\/80:active {
  border-top-color: rgb(214 211 209 / 0.8);
}

.active\:border-t-stone-300\/90:active {
  border-top-color: rgb(214 211 209 / 0.9);
}

.active\:border-t-stone-300\/95:active {
  border-top-color: rgb(214 211 209 / 0.95);
}

.active\:border-t-stone-400:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(168 162 158 / var(--tw-border-opacity));
}

.active\:border-t-stone-400\/0:active {
  border-top-color: rgb(168 162 158 / 0);
}

.active\:border-t-stone-400\/10:active {
  border-top-color: rgb(168 162 158 / 0.1);
}

.active\:border-t-stone-400\/100:active {
  border-top-color: rgb(168 162 158 / 1);
}

.active\:border-t-stone-400\/20:active {
  border-top-color: rgb(168 162 158 / 0.2);
}

.active\:border-t-stone-400\/25:active {
  border-top-color: rgb(168 162 158 / 0.25);
}

.active\:border-t-stone-400\/30:active {
  border-top-color: rgb(168 162 158 / 0.3);
}

.active\:border-t-stone-400\/40:active {
  border-top-color: rgb(168 162 158 / 0.4);
}

.active\:border-t-stone-400\/5:active {
  border-top-color: rgb(168 162 158 / 0.05);
}

.active\:border-t-stone-400\/50:active {
  border-top-color: rgb(168 162 158 / 0.5);
}

.active\:border-t-stone-400\/60:active {
  border-top-color: rgb(168 162 158 / 0.6);
}

.active\:border-t-stone-400\/70:active {
  border-top-color: rgb(168 162 158 / 0.7);
}

.active\:border-t-stone-400\/75:active {
  border-top-color: rgb(168 162 158 / 0.75);
}

.active\:border-t-stone-400\/80:active {
  border-top-color: rgb(168 162 158 / 0.8);
}

.active\:border-t-stone-400\/90:active {
  border-top-color: rgb(168 162 158 / 0.9);
}

.active\:border-t-stone-400\/95:active {
  border-top-color: rgb(168 162 158 / 0.95);
}

.active\:border-t-stone-50:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 250 249 / var(--tw-border-opacity));
}

.active\:border-t-stone-50\/0:active {
  border-top-color: rgb(250 250 249 / 0);
}

.active\:border-t-stone-50\/10:active {
  border-top-color: rgb(250 250 249 / 0.1);
}

.active\:border-t-stone-50\/100:active {
  border-top-color: rgb(250 250 249 / 1);
}

.active\:border-t-stone-50\/20:active {
  border-top-color: rgb(250 250 249 / 0.2);
}

.active\:border-t-stone-50\/25:active {
  border-top-color: rgb(250 250 249 / 0.25);
}

.active\:border-t-stone-50\/30:active {
  border-top-color: rgb(250 250 249 / 0.3);
}

.active\:border-t-stone-50\/40:active {
  border-top-color: rgb(250 250 249 / 0.4);
}

.active\:border-t-stone-50\/5:active {
  border-top-color: rgb(250 250 249 / 0.05);
}

.active\:border-t-stone-50\/50:active {
  border-top-color: rgb(250 250 249 / 0.5);
}

.active\:border-t-stone-50\/60:active {
  border-top-color: rgb(250 250 249 / 0.6);
}

.active\:border-t-stone-50\/70:active {
  border-top-color: rgb(250 250 249 / 0.7);
}

.active\:border-t-stone-50\/75:active {
  border-top-color: rgb(250 250 249 / 0.75);
}

.active\:border-t-stone-50\/80:active {
  border-top-color: rgb(250 250 249 / 0.8);
}

.active\:border-t-stone-50\/90:active {
  border-top-color: rgb(250 250 249 / 0.9);
}

.active\:border-t-stone-50\/95:active {
  border-top-color: rgb(250 250 249 / 0.95);
}

.active\:border-t-stone-500:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(120 113 108 / var(--tw-border-opacity));
}

.active\:border-t-stone-500\/0:active {
  border-top-color: rgb(120 113 108 / 0);
}

.active\:border-t-stone-500\/10:active {
  border-top-color: rgb(120 113 108 / 0.1);
}

.active\:border-t-stone-500\/100:active {
  border-top-color: rgb(120 113 108 / 1);
}

.active\:border-t-stone-500\/20:active {
  border-top-color: rgb(120 113 108 / 0.2);
}

.active\:border-t-stone-500\/25:active {
  border-top-color: rgb(120 113 108 / 0.25);
}

.active\:border-t-stone-500\/30:active {
  border-top-color: rgb(120 113 108 / 0.3);
}

.active\:border-t-stone-500\/40:active {
  border-top-color: rgb(120 113 108 / 0.4);
}

.active\:border-t-stone-500\/5:active {
  border-top-color: rgb(120 113 108 / 0.05);
}

.active\:border-t-stone-500\/50:active {
  border-top-color: rgb(120 113 108 / 0.5);
}

.active\:border-t-stone-500\/60:active {
  border-top-color: rgb(120 113 108 / 0.6);
}

.active\:border-t-stone-500\/70:active {
  border-top-color: rgb(120 113 108 / 0.7);
}

.active\:border-t-stone-500\/75:active {
  border-top-color: rgb(120 113 108 / 0.75);
}

.active\:border-t-stone-500\/80:active {
  border-top-color: rgb(120 113 108 / 0.8);
}

.active\:border-t-stone-500\/90:active {
  border-top-color: rgb(120 113 108 / 0.9);
}

.active\:border-t-stone-500\/95:active {
  border-top-color: rgb(120 113 108 / 0.95);
}

.active\:border-t-stone-600:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(87 83 78 / var(--tw-border-opacity));
}

.active\:border-t-stone-600\/0:active {
  border-top-color: rgb(87 83 78 / 0);
}

.active\:border-t-stone-600\/10:active {
  border-top-color: rgb(87 83 78 / 0.1);
}

.active\:border-t-stone-600\/100:active {
  border-top-color: rgb(87 83 78 / 1);
}

.active\:border-t-stone-600\/20:active {
  border-top-color: rgb(87 83 78 / 0.2);
}

.active\:border-t-stone-600\/25:active {
  border-top-color: rgb(87 83 78 / 0.25);
}

.active\:border-t-stone-600\/30:active {
  border-top-color: rgb(87 83 78 / 0.3);
}

.active\:border-t-stone-600\/40:active {
  border-top-color: rgb(87 83 78 / 0.4);
}

.active\:border-t-stone-600\/5:active {
  border-top-color: rgb(87 83 78 / 0.05);
}

.active\:border-t-stone-600\/50:active {
  border-top-color: rgb(87 83 78 / 0.5);
}

.active\:border-t-stone-600\/60:active {
  border-top-color: rgb(87 83 78 / 0.6);
}

.active\:border-t-stone-600\/70:active {
  border-top-color: rgb(87 83 78 / 0.7);
}

.active\:border-t-stone-600\/75:active {
  border-top-color: rgb(87 83 78 / 0.75);
}

.active\:border-t-stone-600\/80:active {
  border-top-color: rgb(87 83 78 / 0.8);
}

.active\:border-t-stone-600\/90:active {
  border-top-color: rgb(87 83 78 / 0.9);
}

.active\:border-t-stone-600\/95:active {
  border-top-color: rgb(87 83 78 / 0.95);
}

.active\:border-t-stone-700:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(68 64 60 / var(--tw-border-opacity));
}

.active\:border-t-stone-700\/0:active {
  border-top-color: rgb(68 64 60 / 0);
}

.active\:border-t-stone-700\/10:active {
  border-top-color: rgb(68 64 60 / 0.1);
}

.active\:border-t-stone-700\/100:active {
  border-top-color: rgb(68 64 60 / 1);
}

.active\:border-t-stone-700\/20:active {
  border-top-color: rgb(68 64 60 / 0.2);
}

.active\:border-t-stone-700\/25:active {
  border-top-color: rgb(68 64 60 / 0.25);
}

.active\:border-t-stone-700\/30:active {
  border-top-color: rgb(68 64 60 / 0.3);
}

.active\:border-t-stone-700\/40:active {
  border-top-color: rgb(68 64 60 / 0.4);
}

.active\:border-t-stone-700\/5:active {
  border-top-color: rgb(68 64 60 / 0.05);
}

.active\:border-t-stone-700\/50:active {
  border-top-color: rgb(68 64 60 / 0.5);
}

.active\:border-t-stone-700\/60:active {
  border-top-color: rgb(68 64 60 / 0.6);
}

.active\:border-t-stone-700\/70:active {
  border-top-color: rgb(68 64 60 / 0.7);
}

.active\:border-t-stone-700\/75:active {
  border-top-color: rgb(68 64 60 / 0.75);
}

.active\:border-t-stone-700\/80:active {
  border-top-color: rgb(68 64 60 / 0.8);
}

.active\:border-t-stone-700\/90:active {
  border-top-color: rgb(68 64 60 / 0.9);
}

.active\:border-t-stone-700\/95:active {
  border-top-color: rgb(68 64 60 / 0.95);
}

.active\:border-t-stone-800:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(41 37 36 / var(--tw-border-opacity));
}

.active\:border-t-stone-800\/0:active {
  border-top-color: rgb(41 37 36 / 0);
}

.active\:border-t-stone-800\/10:active {
  border-top-color: rgb(41 37 36 / 0.1);
}

.active\:border-t-stone-800\/100:active {
  border-top-color: rgb(41 37 36 / 1);
}

.active\:border-t-stone-800\/20:active {
  border-top-color: rgb(41 37 36 / 0.2);
}

.active\:border-t-stone-800\/25:active {
  border-top-color: rgb(41 37 36 / 0.25);
}

.active\:border-t-stone-800\/30:active {
  border-top-color: rgb(41 37 36 / 0.3);
}

.active\:border-t-stone-800\/40:active {
  border-top-color: rgb(41 37 36 / 0.4);
}

.active\:border-t-stone-800\/5:active {
  border-top-color: rgb(41 37 36 / 0.05);
}

.active\:border-t-stone-800\/50:active {
  border-top-color: rgb(41 37 36 / 0.5);
}

.active\:border-t-stone-800\/60:active {
  border-top-color: rgb(41 37 36 / 0.6);
}

.active\:border-t-stone-800\/70:active {
  border-top-color: rgb(41 37 36 / 0.7);
}

.active\:border-t-stone-800\/75:active {
  border-top-color: rgb(41 37 36 / 0.75);
}

.active\:border-t-stone-800\/80:active {
  border-top-color: rgb(41 37 36 / 0.8);
}

.active\:border-t-stone-800\/90:active {
  border-top-color: rgb(41 37 36 / 0.9);
}

.active\:border-t-stone-800\/95:active {
  border-top-color: rgb(41 37 36 / 0.95);
}

.active\:border-t-stone-900:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(28 25 23 / var(--tw-border-opacity));
}

.active\:border-t-stone-900\/0:active {
  border-top-color: rgb(28 25 23 / 0);
}

.active\:border-t-stone-900\/10:active {
  border-top-color: rgb(28 25 23 / 0.1);
}

.active\:border-t-stone-900\/100:active {
  border-top-color: rgb(28 25 23 / 1);
}

.active\:border-t-stone-900\/20:active {
  border-top-color: rgb(28 25 23 / 0.2);
}

.active\:border-t-stone-900\/25:active {
  border-top-color: rgb(28 25 23 / 0.25);
}

.active\:border-t-stone-900\/30:active {
  border-top-color: rgb(28 25 23 / 0.3);
}

.active\:border-t-stone-900\/40:active {
  border-top-color: rgb(28 25 23 / 0.4);
}

.active\:border-t-stone-900\/5:active {
  border-top-color: rgb(28 25 23 / 0.05);
}

.active\:border-t-stone-900\/50:active {
  border-top-color: rgb(28 25 23 / 0.5);
}

.active\:border-t-stone-900\/60:active {
  border-top-color: rgb(28 25 23 / 0.6);
}

.active\:border-t-stone-900\/70:active {
  border-top-color: rgb(28 25 23 / 0.7);
}

.active\:border-t-stone-900\/75:active {
  border-top-color: rgb(28 25 23 / 0.75);
}

.active\:border-t-stone-900\/80:active {
  border-top-color: rgb(28 25 23 / 0.8);
}

.active\:border-t-stone-900\/90:active {
  border-top-color: rgb(28 25 23 / 0.9);
}

.active\:border-t-stone-900\/95:active {
  border-top-color: rgb(28 25 23 / 0.95);
}

.active\:border-t-stone-950:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(12 10 9 / var(--tw-border-opacity));
}

.active\:border-t-stone-950\/0:active {
  border-top-color: rgb(12 10 9 / 0);
}

.active\:border-t-stone-950\/10:active {
  border-top-color: rgb(12 10 9 / 0.1);
}

.active\:border-t-stone-950\/100:active {
  border-top-color: rgb(12 10 9 / 1);
}

.active\:border-t-stone-950\/20:active {
  border-top-color: rgb(12 10 9 / 0.2);
}

.active\:border-t-stone-950\/25:active {
  border-top-color: rgb(12 10 9 / 0.25);
}

.active\:border-t-stone-950\/30:active {
  border-top-color: rgb(12 10 9 / 0.3);
}

.active\:border-t-stone-950\/40:active {
  border-top-color: rgb(12 10 9 / 0.4);
}

.active\:border-t-stone-950\/5:active {
  border-top-color: rgb(12 10 9 / 0.05);
}

.active\:border-t-stone-950\/50:active {
  border-top-color: rgb(12 10 9 / 0.5);
}

.active\:border-t-stone-950\/60:active {
  border-top-color: rgb(12 10 9 / 0.6);
}

.active\:border-t-stone-950\/70:active {
  border-top-color: rgb(12 10 9 / 0.7);
}

.active\:border-t-stone-950\/75:active {
  border-top-color: rgb(12 10 9 / 0.75);
}

.active\:border-t-stone-950\/80:active {
  border-top-color: rgb(12 10 9 / 0.8);
}

.active\:border-t-stone-950\/90:active {
  border-top-color: rgb(12 10 9 / 0.9);
}

.active\:border-t-stone-950\/95:active {
  border-top-color: rgb(12 10 9 / 0.95);
}

.active\:border-t-teal-100:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(204 251 241 / var(--tw-border-opacity));
}

.active\:border-t-teal-100\/0:active {
  border-top-color: rgb(204 251 241 / 0);
}

.active\:border-t-teal-100\/10:active {
  border-top-color: rgb(204 251 241 / 0.1);
}

.active\:border-t-teal-100\/100:active {
  border-top-color: rgb(204 251 241 / 1);
}

.active\:border-t-teal-100\/20:active {
  border-top-color: rgb(204 251 241 / 0.2);
}

.active\:border-t-teal-100\/25:active {
  border-top-color: rgb(204 251 241 / 0.25);
}

.active\:border-t-teal-100\/30:active {
  border-top-color: rgb(204 251 241 / 0.3);
}

.active\:border-t-teal-100\/40:active {
  border-top-color: rgb(204 251 241 / 0.4);
}

.active\:border-t-teal-100\/5:active {
  border-top-color: rgb(204 251 241 / 0.05);
}

.active\:border-t-teal-100\/50:active {
  border-top-color: rgb(204 251 241 / 0.5);
}

.active\:border-t-teal-100\/60:active {
  border-top-color: rgb(204 251 241 / 0.6);
}

.active\:border-t-teal-100\/70:active {
  border-top-color: rgb(204 251 241 / 0.7);
}

.active\:border-t-teal-100\/75:active {
  border-top-color: rgb(204 251 241 / 0.75);
}

.active\:border-t-teal-100\/80:active {
  border-top-color: rgb(204 251 241 / 0.8);
}

.active\:border-t-teal-100\/90:active {
  border-top-color: rgb(204 251 241 / 0.9);
}

.active\:border-t-teal-100\/95:active {
  border-top-color: rgb(204 251 241 / 0.95);
}

.active\:border-t-teal-200:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(153 246 228 / var(--tw-border-opacity));
}

.active\:border-t-teal-200\/0:active {
  border-top-color: rgb(153 246 228 / 0);
}

.active\:border-t-teal-200\/10:active {
  border-top-color: rgb(153 246 228 / 0.1);
}

.active\:border-t-teal-200\/100:active {
  border-top-color: rgb(153 246 228 / 1);
}

.active\:border-t-teal-200\/20:active {
  border-top-color: rgb(153 246 228 / 0.2);
}

.active\:border-t-teal-200\/25:active {
  border-top-color: rgb(153 246 228 / 0.25);
}

.active\:border-t-teal-200\/30:active {
  border-top-color: rgb(153 246 228 / 0.3);
}

.active\:border-t-teal-200\/40:active {
  border-top-color: rgb(153 246 228 / 0.4);
}

.active\:border-t-teal-200\/5:active {
  border-top-color: rgb(153 246 228 / 0.05);
}

.active\:border-t-teal-200\/50:active {
  border-top-color: rgb(153 246 228 / 0.5);
}

.active\:border-t-teal-200\/60:active {
  border-top-color: rgb(153 246 228 / 0.6);
}

.active\:border-t-teal-200\/70:active {
  border-top-color: rgb(153 246 228 / 0.7);
}

.active\:border-t-teal-200\/75:active {
  border-top-color: rgb(153 246 228 / 0.75);
}

.active\:border-t-teal-200\/80:active {
  border-top-color: rgb(153 246 228 / 0.8);
}

.active\:border-t-teal-200\/90:active {
  border-top-color: rgb(153 246 228 / 0.9);
}

.active\:border-t-teal-200\/95:active {
  border-top-color: rgb(153 246 228 / 0.95);
}

.active\:border-t-teal-300:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(94 234 212 / var(--tw-border-opacity));
}

.active\:border-t-teal-300\/0:active {
  border-top-color: rgb(94 234 212 / 0);
}

.active\:border-t-teal-300\/10:active {
  border-top-color: rgb(94 234 212 / 0.1);
}

.active\:border-t-teal-300\/100:active {
  border-top-color: rgb(94 234 212 / 1);
}

.active\:border-t-teal-300\/20:active {
  border-top-color: rgb(94 234 212 / 0.2);
}

.active\:border-t-teal-300\/25:active {
  border-top-color: rgb(94 234 212 / 0.25);
}

.active\:border-t-teal-300\/30:active {
  border-top-color: rgb(94 234 212 / 0.3);
}

.active\:border-t-teal-300\/40:active {
  border-top-color: rgb(94 234 212 / 0.4);
}

.active\:border-t-teal-300\/5:active {
  border-top-color: rgb(94 234 212 / 0.05);
}

.active\:border-t-teal-300\/50:active {
  border-top-color: rgb(94 234 212 / 0.5);
}

.active\:border-t-teal-300\/60:active {
  border-top-color: rgb(94 234 212 / 0.6);
}

.active\:border-t-teal-300\/70:active {
  border-top-color: rgb(94 234 212 / 0.7);
}

.active\:border-t-teal-300\/75:active {
  border-top-color: rgb(94 234 212 / 0.75);
}

.active\:border-t-teal-300\/80:active {
  border-top-color: rgb(94 234 212 / 0.8);
}

.active\:border-t-teal-300\/90:active {
  border-top-color: rgb(94 234 212 / 0.9);
}

.active\:border-t-teal-300\/95:active {
  border-top-color: rgb(94 234 212 / 0.95);
}

.active\:border-t-teal-400:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(45 212 191 / var(--tw-border-opacity));
}

.active\:border-t-teal-400\/0:active {
  border-top-color: rgb(45 212 191 / 0);
}

.active\:border-t-teal-400\/10:active {
  border-top-color: rgb(45 212 191 / 0.1);
}

.active\:border-t-teal-400\/100:active {
  border-top-color: rgb(45 212 191 / 1);
}

.active\:border-t-teal-400\/20:active {
  border-top-color: rgb(45 212 191 / 0.2);
}

.active\:border-t-teal-400\/25:active {
  border-top-color: rgb(45 212 191 / 0.25);
}

.active\:border-t-teal-400\/30:active {
  border-top-color: rgb(45 212 191 / 0.3);
}

.active\:border-t-teal-400\/40:active {
  border-top-color: rgb(45 212 191 / 0.4);
}

.active\:border-t-teal-400\/5:active {
  border-top-color: rgb(45 212 191 / 0.05);
}

.active\:border-t-teal-400\/50:active {
  border-top-color: rgb(45 212 191 / 0.5);
}

.active\:border-t-teal-400\/60:active {
  border-top-color: rgb(45 212 191 / 0.6);
}

.active\:border-t-teal-400\/70:active {
  border-top-color: rgb(45 212 191 / 0.7);
}

.active\:border-t-teal-400\/75:active {
  border-top-color: rgb(45 212 191 / 0.75);
}

.active\:border-t-teal-400\/80:active {
  border-top-color: rgb(45 212 191 / 0.8);
}

.active\:border-t-teal-400\/90:active {
  border-top-color: rgb(45 212 191 / 0.9);
}

.active\:border-t-teal-400\/95:active {
  border-top-color: rgb(45 212 191 / 0.95);
}

.active\:border-t-teal-50:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(240 253 250 / var(--tw-border-opacity));
}

.active\:border-t-teal-50\/0:active {
  border-top-color: rgb(240 253 250 / 0);
}

.active\:border-t-teal-50\/10:active {
  border-top-color: rgb(240 253 250 / 0.1);
}

.active\:border-t-teal-50\/100:active {
  border-top-color: rgb(240 253 250 / 1);
}

.active\:border-t-teal-50\/20:active {
  border-top-color: rgb(240 253 250 / 0.2);
}

.active\:border-t-teal-50\/25:active {
  border-top-color: rgb(240 253 250 / 0.25);
}

.active\:border-t-teal-50\/30:active {
  border-top-color: rgb(240 253 250 / 0.3);
}

.active\:border-t-teal-50\/40:active {
  border-top-color: rgb(240 253 250 / 0.4);
}

.active\:border-t-teal-50\/5:active {
  border-top-color: rgb(240 253 250 / 0.05);
}

.active\:border-t-teal-50\/50:active {
  border-top-color: rgb(240 253 250 / 0.5);
}

.active\:border-t-teal-50\/60:active {
  border-top-color: rgb(240 253 250 / 0.6);
}

.active\:border-t-teal-50\/70:active {
  border-top-color: rgb(240 253 250 / 0.7);
}

.active\:border-t-teal-50\/75:active {
  border-top-color: rgb(240 253 250 / 0.75);
}

.active\:border-t-teal-50\/80:active {
  border-top-color: rgb(240 253 250 / 0.8);
}

.active\:border-t-teal-50\/90:active {
  border-top-color: rgb(240 253 250 / 0.9);
}

.active\:border-t-teal-50\/95:active {
  border-top-color: rgb(240 253 250 / 0.95);
}

.active\:border-t-teal-500:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(20 184 166 / var(--tw-border-opacity));
}

.active\:border-t-teal-500\/0:active {
  border-top-color: rgb(20 184 166 / 0);
}

.active\:border-t-teal-500\/10:active {
  border-top-color: rgb(20 184 166 / 0.1);
}

.active\:border-t-teal-500\/100:active {
  border-top-color: rgb(20 184 166 / 1);
}

.active\:border-t-teal-500\/20:active {
  border-top-color: rgb(20 184 166 / 0.2);
}

.active\:border-t-teal-500\/25:active {
  border-top-color: rgb(20 184 166 / 0.25);
}

.active\:border-t-teal-500\/30:active {
  border-top-color: rgb(20 184 166 / 0.3);
}

.active\:border-t-teal-500\/40:active {
  border-top-color: rgb(20 184 166 / 0.4);
}

.active\:border-t-teal-500\/5:active {
  border-top-color: rgb(20 184 166 / 0.05);
}

.active\:border-t-teal-500\/50:active {
  border-top-color: rgb(20 184 166 / 0.5);
}

.active\:border-t-teal-500\/60:active {
  border-top-color: rgb(20 184 166 / 0.6);
}

.active\:border-t-teal-500\/70:active {
  border-top-color: rgb(20 184 166 / 0.7);
}

.active\:border-t-teal-500\/75:active {
  border-top-color: rgb(20 184 166 / 0.75);
}

.active\:border-t-teal-500\/80:active {
  border-top-color: rgb(20 184 166 / 0.8);
}

.active\:border-t-teal-500\/90:active {
  border-top-color: rgb(20 184 166 / 0.9);
}

.active\:border-t-teal-500\/95:active {
  border-top-color: rgb(20 184 166 / 0.95);
}

.active\:border-t-teal-600:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(13 148 136 / var(--tw-border-opacity));
}

.active\:border-t-teal-600\/0:active {
  border-top-color: rgb(13 148 136 / 0);
}

.active\:border-t-teal-600\/10:active {
  border-top-color: rgb(13 148 136 / 0.1);
}

.active\:border-t-teal-600\/100:active {
  border-top-color: rgb(13 148 136 / 1);
}

.active\:border-t-teal-600\/20:active {
  border-top-color: rgb(13 148 136 / 0.2);
}

.active\:border-t-teal-600\/25:active {
  border-top-color: rgb(13 148 136 / 0.25);
}

.active\:border-t-teal-600\/30:active {
  border-top-color: rgb(13 148 136 / 0.3);
}

.active\:border-t-teal-600\/40:active {
  border-top-color: rgb(13 148 136 / 0.4);
}

.active\:border-t-teal-600\/5:active {
  border-top-color: rgb(13 148 136 / 0.05);
}

.active\:border-t-teal-600\/50:active {
  border-top-color: rgb(13 148 136 / 0.5);
}

.active\:border-t-teal-600\/60:active {
  border-top-color: rgb(13 148 136 / 0.6);
}

.active\:border-t-teal-600\/70:active {
  border-top-color: rgb(13 148 136 / 0.7);
}

.active\:border-t-teal-600\/75:active {
  border-top-color: rgb(13 148 136 / 0.75);
}

.active\:border-t-teal-600\/80:active {
  border-top-color: rgb(13 148 136 / 0.8);
}

.active\:border-t-teal-600\/90:active {
  border-top-color: rgb(13 148 136 / 0.9);
}

.active\:border-t-teal-600\/95:active {
  border-top-color: rgb(13 148 136 / 0.95);
}

.active\:border-t-teal-700:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(15 118 110 / var(--tw-border-opacity));
}

.active\:border-t-teal-700\/0:active {
  border-top-color: rgb(15 118 110 / 0);
}

.active\:border-t-teal-700\/10:active {
  border-top-color: rgb(15 118 110 / 0.1);
}

.active\:border-t-teal-700\/100:active {
  border-top-color: rgb(15 118 110 / 1);
}

.active\:border-t-teal-700\/20:active {
  border-top-color: rgb(15 118 110 / 0.2);
}

.active\:border-t-teal-700\/25:active {
  border-top-color: rgb(15 118 110 / 0.25);
}

.active\:border-t-teal-700\/30:active {
  border-top-color: rgb(15 118 110 / 0.3);
}

.active\:border-t-teal-700\/40:active {
  border-top-color: rgb(15 118 110 / 0.4);
}

.active\:border-t-teal-700\/5:active {
  border-top-color: rgb(15 118 110 / 0.05);
}

.active\:border-t-teal-700\/50:active {
  border-top-color: rgb(15 118 110 / 0.5);
}

.active\:border-t-teal-700\/60:active {
  border-top-color: rgb(15 118 110 / 0.6);
}

.active\:border-t-teal-700\/70:active {
  border-top-color: rgb(15 118 110 / 0.7);
}

.active\:border-t-teal-700\/75:active {
  border-top-color: rgb(15 118 110 / 0.75);
}

.active\:border-t-teal-700\/80:active {
  border-top-color: rgb(15 118 110 / 0.8);
}

.active\:border-t-teal-700\/90:active {
  border-top-color: rgb(15 118 110 / 0.9);
}

.active\:border-t-teal-700\/95:active {
  border-top-color: rgb(15 118 110 / 0.95);
}

.active\:border-t-teal-800:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(17 94 89 / var(--tw-border-opacity));
}

.active\:border-t-teal-800\/0:active {
  border-top-color: rgb(17 94 89 / 0);
}

.active\:border-t-teal-800\/10:active {
  border-top-color: rgb(17 94 89 / 0.1);
}

.active\:border-t-teal-800\/100:active {
  border-top-color: rgb(17 94 89 / 1);
}

.active\:border-t-teal-800\/20:active {
  border-top-color: rgb(17 94 89 / 0.2);
}

.active\:border-t-teal-800\/25:active {
  border-top-color: rgb(17 94 89 / 0.25);
}

.active\:border-t-teal-800\/30:active {
  border-top-color: rgb(17 94 89 / 0.3);
}

.active\:border-t-teal-800\/40:active {
  border-top-color: rgb(17 94 89 / 0.4);
}

.active\:border-t-teal-800\/5:active {
  border-top-color: rgb(17 94 89 / 0.05);
}

.active\:border-t-teal-800\/50:active {
  border-top-color: rgb(17 94 89 / 0.5);
}

.active\:border-t-teal-800\/60:active {
  border-top-color: rgb(17 94 89 / 0.6);
}

.active\:border-t-teal-800\/70:active {
  border-top-color: rgb(17 94 89 / 0.7);
}

.active\:border-t-teal-800\/75:active {
  border-top-color: rgb(17 94 89 / 0.75);
}

.active\:border-t-teal-800\/80:active {
  border-top-color: rgb(17 94 89 / 0.8);
}

.active\:border-t-teal-800\/90:active {
  border-top-color: rgb(17 94 89 / 0.9);
}

.active\:border-t-teal-800\/95:active {
  border-top-color: rgb(17 94 89 / 0.95);
}

.active\:border-t-teal-900:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(19 78 74 / var(--tw-border-opacity));
}

.active\:border-t-teal-900\/0:active {
  border-top-color: rgb(19 78 74 / 0);
}

.active\:border-t-teal-900\/10:active {
  border-top-color: rgb(19 78 74 / 0.1);
}

.active\:border-t-teal-900\/100:active {
  border-top-color: rgb(19 78 74 / 1);
}

.active\:border-t-teal-900\/20:active {
  border-top-color: rgb(19 78 74 / 0.2);
}

.active\:border-t-teal-900\/25:active {
  border-top-color: rgb(19 78 74 / 0.25);
}

.active\:border-t-teal-900\/30:active {
  border-top-color: rgb(19 78 74 / 0.3);
}

.active\:border-t-teal-900\/40:active {
  border-top-color: rgb(19 78 74 / 0.4);
}

.active\:border-t-teal-900\/5:active {
  border-top-color: rgb(19 78 74 / 0.05);
}

.active\:border-t-teal-900\/50:active {
  border-top-color: rgb(19 78 74 / 0.5);
}

.active\:border-t-teal-900\/60:active {
  border-top-color: rgb(19 78 74 / 0.6);
}

.active\:border-t-teal-900\/70:active {
  border-top-color: rgb(19 78 74 / 0.7);
}

.active\:border-t-teal-900\/75:active {
  border-top-color: rgb(19 78 74 / 0.75);
}

.active\:border-t-teal-900\/80:active {
  border-top-color: rgb(19 78 74 / 0.8);
}

.active\:border-t-teal-900\/90:active {
  border-top-color: rgb(19 78 74 / 0.9);
}

.active\:border-t-teal-900\/95:active {
  border-top-color: rgb(19 78 74 / 0.95);
}

.active\:border-t-teal-950:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(4 47 46 / var(--tw-border-opacity));
}

.active\:border-t-teal-950\/0:active {
  border-top-color: rgb(4 47 46 / 0);
}

.active\:border-t-teal-950\/10:active {
  border-top-color: rgb(4 47 46 / 0.1);
}

.active\:border-t-teal-950\/100:active {
  border-top-color: rgb(4 47 46 / 1);
}

.active\:border-t-teal-950\/20:active {
  border-top-color: rgb(4 47 46 / 0.2);
}

.active\:border-t-teal-950\/25:active {
  border-top-color: rgb(4 47 46 / 0.25);
}

.active\:border-t-teal-950\/30:active {
  border-top-color: rgb(4 47 46 / 0.3);
}

.active\:border-t-teal-950\/40:active {
  border-top-color: rgb(4 47 46 / 0.4);
}

.active\:border-t-teal-950\/5:active {
  border-top-color: rgb(4 47 46 / 0.05);
}

.active\:border-t-teal-950\/50:active {
  border-top-color: rgb(4 47 46 / 0.5);
}

.active\:border-t-teal-950\/60:active {
  border-top-color: rgb(4 47 46 / 0.6);
}

.active\:border-t-teal-950\/70:active {
  border-top-color: rgb(4 47 46 / 0.7);
}

.active\:border-t-teal-950\/75:active {
  border-top-color: rgb(4 47 46 / 0.75);
}

.active\:border-t-teal-950\/80:active {
  border-top-color: rgb(4 47 46 / 0.8);
}

.active\:border-t-teal-950\/90:active {
  border-top-color: rgb(4 47 46 / 0.9);
}

.active\:border-t-teal-950\/95:active {
  border-top-color: rgb(4 47 46 / 0.95);
}

.active\:border-t-transparent:active {
  border-top-color: transparent;
}

.active\:border-t-transparent\/0:active {
  border-top-color: rgb(0 0 0 / 0);
}

.active\:border-t-transparent\/10:active {
  border-top-color: rgb(0 0 0 / 0.1);
}

.active\:border-t-transparent\/100:active {
  border-top-color: rgb(0 0 0 / 1);
}

.active\:border-t-transparent\/20:active {
  border-top-color: rgb(0 0 0 / 0.2);
}

.active\:border-t-transparent\/25:active {
  border-top-color: rgb(0 0 0 / 0.25);
}

.active\:border-t-transparent\/30:active {
  border-top-color: rgb(0 0 0 / 0.3);
}

.active\:border-t-transparent\/40:active {
  border-top-color: rgb(0 0 0 / 0.4);
}

.active\:border-t-transparent\/5:active {
  border-top-color: rgb(0 0 0 / 0.05);
}

.active\:border-t-transparent\/50:active {
  border-top-color: rgb(0 0 0 / 0.5);
}

.active\:border-t-transparent\/60:active {
  border-top-color: rgb(0 0 0 / 0.6);
}

.active\:border-t-transparent\/70:active {
  border-top-color: rgb(0 0 0 / 0.7);
}

.active\:border-t-transparent\/75:active {
  border-top-color: rgb(0 0 0 / 0.75);
}

.active\:border-t-transparent\/80:active {
  border-top-color: rgb(0 0 0 / 0.8);
}

.active\:border-t-transparent\/90:active {
  border-top-color: rgb(0 0 0 / 0.9);
}

.active\:border-t-transparent\/95:active {
  border-top-color: rgb(0 0 0 / 0.95);
}

.active\:border-t-tykhe-digital:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(239 156 131 / var(--tw-border-opacity));
}

.active\:border-t-tykhe-digital-alt:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 239 224 / var(--tw-border-opacity));
}

.active\:border-t-tykhe-digital-alt\/0:active {
  border-top-color: rgb(245 239 224 / 0);
}

.active\:border-t-tykhe-digital-alt\/10:active {
  border-top-color: rgb(245 239 224 / 0.1);
}

.active\:border-t-tykhe-digital-alt\/100:active {
  border-top-color: rgb(245 239 224 / 1);
}

.active\:border-t-tykhe-digital-alt\/20:active {
  border-top-color: rgb(245 239 224 / 0.2);
}

.active\:border-t-tykhe-digital-alt\/25:active {
  border-top-color: rgb(245 239 224 / 0.25);
}

.active\:border-t-tykhe-digital-alt\/30:active {
  border-top-color: rgb(245 239 224 / 0.3);
}

.active\:border-t-tykhe-digital-alt\/40:active {
  border-top-color: rgb(245 239 224 / 0.4);
}

.active\:border-t-tykhe-digital-alt\/5:active {
  border-top-color: rgb(245 239 224 / 0.05);
}

.active\:border-t-tykhe-digital-alt\/50:active {
  border-top-color: rgb(245 239 224 / 0.5);
}

.active\:border-t-tykhe-digital-alt\/60:active {
  border-top-color: rgb(245 239 224 / 0.6);
}

.active\:border-t-tykhe-digital-alt\/70:active {
  border-top-color: rgb(245 239 224 / 0.7);
}

.active\:border-t-tykhe-digital-alt\/75:active {
  border-top-color: rgb(245 239 224 / 0.75);
}

.active\:border-t-tykhe-digital-alt\/80:active {
  border-top-color: rgb(245 239 224 / 0.8);
}

.active\:border-t-tykhe-digital-alt\/90:active {
  border-top-color: rgb(245 239 224 / 0.9);
}

.active\:border-t-tykhe-digital-alt\/95:active {
  border-top-color: rgb(245 239 224 / 0.95);
}

.active\:border-t-tykhe-digital-alt2:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 58 111 / var(--tw-border-opacity));
}

.active\:border-t-tykhe-digital-alt2\/0:active {
  border-top-color: rgb(255 58 111 / 0);
}

.active\:border-t-tykhe-digital-alt2\/10:active {
  border-top-color: rgb(255 58 111 / 0.1);
}

.active\:border-t-tykhe-digital-alt2\/100:active {
  border-top-color: rgb(255 58 111 / 1);
}

.active\:border-t-tykhe-digital-alt2\/20:active {
  border-top-color: rgb(255 58 111 / 0.2);
}

.active\:border-t-tykhe-digital-alt2\/25:active {
  border-top-color: rgb(255 58 111 / 0.25);
}

.active\:border-t-tykhe-digital-alt2\/30:active {
  border-top-color: rgb(255 58 111 / 0.3);
}

.active\:border-t-tykhe-digital-alt2\/40:active {
  border-top-color: rgb(255 58 111 / 0.4);
}

.active\:border-t-tykhe-digital-alt2\/5:active {
  border-top-color: rgb(255 58 111 / 0.05);
}

.active\:border-t-tykhe-digital-alt2\/50:active {
  border-top-color: rgb(255 58 111 / 0.5);
}

.active\:border-t-tykhe-digital-alt2\/60:active {
  border-top-color: rgb(255 58 111 / 0.6);
}

.active\:border-t-tykhe-digital-alt2\/70:active {
  border-top-color: rgb(255 58 111 / 0.7);
}

.active\:border-t-tykhe-digital-alt2\/75:active {
  border-top-color: rgb(255 58 111 / 0.75);
}

.active\:border-t-tykhe-digital-alt2\/80:active {
  border-top-color: rgb(255 58 111 / 0.8);
}

.active\:border-t-tykhe-digital-alt2\/90:active {
  border-top-color: rgb(255 58 111 / 0.9);
}

.active\:border-t-tykhe-digital-alt2\/95:active {
  border-top-color: rgb(255 58 111 / 0.95);
}

.active\:border-t-tykhe-digital-alt3:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(131 214 239 / var(--tw-border-opacity));
}

.active\:border-t-tykhe-digital-alt3\/0:active {
  border-top-color: rgb(131 214 239 / 0);
}

.active\:border-t-tykhe-digital-alt3\/10:active {
  border-top-color: rgb(131 214 239 / 0.1);
}

.active\:border-t-tykhe-digital-alt3\/100:active {
  border-top-color: rgb(131 214 239 / 1);
}

.active\:border-t-tykhe-digital-alt3\/20:active {
  border-top-color: rgb(131 214 239 / 0.2);
}

.active\:border-t-tykhe-digital-alt3\/25:active {
  border-top-color: rgb(131 214 239 / 0.25);
}

.active\:border-t-tykhe-digital-alt3\/30:active {
  border-top-color: rgb(131 214 239 / 0.3);
}

.active\:border-t-tykhe-digital-alt3\/40:active {
  border-top-color: rgb(131 214 239 / 0.4);
}

.active\:border-t-tykhe-digital-alt3\/5:active {
  border-top-color: rgb(131 214 239 / 0.05);
}

.active\:border-t-tykhe-digital-alt3\/50:active {
  border-top-color: rgb(131 214 239 / 0.5);
}

.active\:border-t-tykhe-digital-alt3\/60:active {
  border-top-color: rgb(131 214 239 / 0.6);
}

.active\:border-t-tykhe-digital-alt3\/70:active {
  border-top-color: rgb(131 214 239 / 0.7);
}

.active\:border-t-tykhe-digital-alt3\/75:active {
  border-top-color: rgb(131 214 239 / 0.75);
}

.active\:border-t-tykhe-digital-alt3\/80:active {
  border-top-color: rgb(131 214 239 / 0.8);
}

.active\:border-t-tykhe-digital-alt3\/90:active {
  border-top-color: rgb(131 214 239 / 0.9);
}

.active\:border-t-tykhe-digital-alt3\/95:active {
  border-top-color: rgb(131 214 239 / 0.95);
}

.active\:border-t-tykhe-digital\/0:active {
  border-top-color: rgb(239 156 131 / 0);
}

.active\:border-t-tykhe-digital\/10:active {
  border-top-color: rgb(239 156 131 / 0.1);
}

.active\:border-t-tykhe-digital\/100:active {
  border-top-color: rgb(239 156 131 / 1);
}

.active\:border-t-tykhe-digital\/20:active {
  border-top-color: rgb(239 156 131 / 0.2);
}

.active\:border-t-tykhe-digital\/25:active {
  border-top-color: rgb(239 156 131 / 0.25);
}

.active\:border-t-tykhe-digital\/30:active {
  border-top-color: rgb(239 156 131 / 0.3);
}

.active\:border-t-tykhe-digital\/40:active {
  border-top-color: rgb(239 156 131 / 0.4);
}

.active\:border-t-tykhe-digital\/5:active {
  border-top-color: rgb(239 156 131 / 0.05);
}

.active\:border-t-tykhe-digital\/50:active {
  border-top-color: rgb(239 156 131 / 0.5);
}

.active\:border-t-tykhe-digital\/60:active {
  border-top-color: rgb(239 156 131 / 0.6);
}

.active\:border-t-tykhe-digital\/70:active {
  border-top-color: rgb(239 156 131 / 0.7);
}

.active\:border-t-tykhe-digital\/75:active {
  border-top-color: rgb(239 156 131 / 0.75);
}

.active\:border-t-tykhe-digital\/80:active {
  border-top-color: rgb(239 156 131 / 0.8);
}

.active\:border-t-tykhe-digital\/90:active {
  border-top-color: rgb(239 156 131 / 0.9);
}

.active\:border-t-tykhe-digital\/95:active {
  border-top-color: rgb(239 156 131 / 0.95);
}

.active\:border-t-violet-100:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(237 233 254 / var(--tw-border-opacity));
}

.active\:border-t-violet-100\/0:active {
  border-top-color: rgb(237 233 254 / 0);
}

.active\:border-t-violet-100\/10:active {
  border-top-color: rgb(237 233 254 / 0.1);
}

.active\:border-t-violet-100\/100:active {
  border-top-color: rgb(237 233 254 / 1);
}

.active\:border-t-violet-100\/20:active {
  border-top-color: rgb(237 233 254 / 0.2);
}

.active\:border-t-violet-100\/25:active {
  border-top-color: rgb(237 233 254 / 0.25);
}

.active\:border-t-violet-100\/30:active {
  border-top-color: rgb(237 233 254 / 0.3);
}

.active\:border-t-violet-100\/40:active {
  border-top-color: rgb(237 233 254 / 0.4);
}

.active\:border-t-violet-100\/5:active {
  border-top-color: rgb(237 233 254 / 0.05);
}

.active\:border-t-violet-100\/50:active {
  border-top-color: rgb(237 233 254 / 0.5);
}

.active\:border-t-violet-100\/60:active {
  border-top-color: rgb(237 233 254 / 0.6);
}

.active\:border-t-violet-100\/70:active {
  border-top-color: rgb(237 233 254 / 0.7);
}

.active\:border-t-violet-100\/75:active {
  border-top-color: rgb(237 233 254 / 0.75);
}

.active\:border-t-violet-100\/80:active {
  border-top-color: rgb(237 233 254 / 0.8);
}

.active\:border-t-violet-100\/90:active {
  border-top-color: rgb(237 233 254 / 0.9);
}

.active\:border-t-violet-100\/95:active {
  border-top-color: rgb(237 233 254 / 0.95);
}

.active\:border-t-violet-200:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(221 214 254 / var(--tw-border-opacity));
}

.active\:border-t-violet-200\/0:active {
  border-top-color: rgb(221 214 254 / 0);
}

.active\:border-t-violet-200\/10:active {
  border-top-color: rgb(221 214 254 / 0.1);
}

.active\:border-t-violet-200\/100:active {
  border-top-color: rgb(221 214 254 / 1);
}

.active\:border-t-violet-200\/20:active {
  border-top-color: rgb(221 214 254 / 0.2);
}

.active\:border-t-violet-200\/25:active {
  border-top-color: rgb(221 214 254 / 0.25);
}

.active\:border-t-violet-200\/30:active {
  border-top-color: rgb(221 214 254 / 0.3);
}

.active\:border-t-violet-200\/40:active {
  border-top-color: rgb(221 214 254 / 0.4);
}

.active\:border-t-violet-200\/5:active {
  border-top-color: rgb(221 214 254 / 0.05);
}

.active\:border-t-violet-200\/50:active {
  border-top-color: rgb(221 214 254 / 0.5);
}

.active\:border-t-violet-200\/60:active {
  border-top-color: rgb(221 214 254 / 0.6);
}

.active\:border-t-violet-200\/70:active {
  border-top-color: rgb(221 214 254 / 0.7);
}

.active\:border-t-violet-200\/75:active {
  border-top-color: rgb(221 214 254 / 0.75);
}

.active\:border-t-violet-200\/80:active {
  border-top-color: rgb(221 214 254 / 0.8);
}

.active\:border-t-violet-200\/90:active {
  border-top-color: rgb(221 214 254 / 0.9);
}

.active\:border-t-violet-200\/95:active {
  border-top-color: rgb(221 214 254 / 0.95);
}

.active\:border-t-violet-300:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(196 181 253 / var(--tw-border-opacity));
}

.active\:border-t-violet-300\/0:active {
  border-top-color: rgb(196 181 253 / 0);
}

.active\:border-t-violet-300\/10:active {
  border-top-color: rgb(196 181 253 / 0.1);
}

.active\:border-t-violet-300\/100:active {
  border-top-color: rgb(196 181 253 / 1);
}

.active\:border-t-violet-300\/20:active {
  border-top-color: rgb(196 181 253 / 0.2);
}

.active\:border-t-violet-300\/25:active {
  border-top-color: rgb(196 181 253 / 0.25);
}

.active\:border-t-violet-300\/30:active {
  border-top-color: rgb(196 181 253 / 0.3);
}

.active\:border-t-violet-300\/40:active {
  border-top-color: rgb(196 181 253 / 0.4);
}

.active\:border-t-violet-300\/5:active {
  border-top-color: rgb(196 181 253 / 0.05);
}

.active\:border-t-violet-300\/50:active {
  border-top-color: rgb(196 181 253 / 0.5);
}

.active\:border-t-violet-300\/60:active {
  border-top-color: rgb(196 181 253 / 0.6);
}

.active\:border-t-violet-300\/70:active {
  border-top-color: rgb(196 181 253 / 0.7);
}

.active\:border-t-violet-300\/75:active {
  border-top-color: rgb(196 181 253 / 0.75);
}

.active\:border-t-violet-300\/80:active {
  border-top-color: rgb(196 181 253 / 0.8);
}

.active\:border-t-violet-300\/90:active {
  border-top-color: rgb(196 181 253 / 0.9);
}

.active\:border-t-violet-300\/95:active {
  border-top-color: rgb(196 181 253 / 0.95);
}

.active\:border-t-violet-400:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(167 139 250 / var(--tw-border-opacity));
}

.active\:border-t-violet-400\/0:active {
  border-top-color: rgb(167 139 250 / 0);
}

.active\:border-t-violet-400\/10:active {
  border-top-color: rgb(167 139 250 / 0.1);
}

.active\:border-t-violet-400\/100:active {
  border-top-color: rgb(167 139 250 / 1);
}

.active\:border-t-violet-400\/20:active {
  border-top-color: rgb(167 139 250 / 0.2);
}

.active\:border-t-violet-400\/25:active {
  border-top-color: rgb(167 139 250 / 0.25);
}

.active\:border-t-violet-400\/30:active {
  border-top-color: rgb(167 139 250 / 0.3);
}

.active\:border-t-violet-400\/40:active {
  border-top-color: rgb(167 139 250 / 0.4);
}

.active\:border-t-violet-400\/5:active {
  border-top-color: rgb(167 139 250 / 0.05);
}

.active\:border-t-violet-400\/50:active {
  border-top-color: rgb(167 139 250 / 0.5);
}

.active\:border-t-violet-400\/60:active {
  border-top-color: rgb(167 139 250 / 0.6);
}

.active\:border-t-violet-400\/70:active {
  border-top-color: rgb(167 139 250 / 0.7);
}

.active\:border-t-violet-400\/75:active {
  border-top-color: rgb(167 139 250 / 0.75);
}

.active\:border-t-violet-400\/80:active {
  border-top-color: rgb(167 139 250 / 0.8);
}

.active\:border-t-violet-400\/90:active {
  border-top-color: rgb(167 139 250 / 0.9);
}

.active\:border-t-violet-400\/95:active {
  border-top-color: rgb(167 139 250 / 0.95);
}

.active\:border-t-violet-50:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 243 255 / var(--tw-border-opacity));
}

.active\:border-t-violet-50\/0:active {
  border-top-color: rgb(245 243 255 / 0);
}

.active\:border-t-violet-50\/10:active {
  border-top-color: rgb(245 243 255 / 0.1);
}

.active\:border-t-violet-50\/100:active {
  border-top-color: rgb(245 243 255 / 1);
}

.active\:border-t-violet-50\/20:active {
  border-top-color: rgb(245 243 255 / 0.2);
}

.active\:border-t-violet-50\/25:active {
  border-top-color: rgb(245 243 255 / 0.25);
}

.active\:border-t-violet-50\/30:active {
  border-top-color: rgb(245 243 255 / 0.3);
}

.active\:border-t-violet-50\/40:active {
  border-top-color: rgb(245 243 255 / 0.4);
}

.active\:border-t-violet-50\/5:active {
  border-top-color: rgb(245 243 255 / 0.05);
}

.active\:border-t-violet-50\/50:active {
  border-top-color: rgb(245 243 255 / 0.5);
}

.active\:border-t-violet-50\/60:active {
  border-top-color: rgb(245 243 255 / 0.6);
}

.active\:border-t-violet-50\/70:active {
  border-top-color: rgb(245 243 255 / 0.7);
}

.active\:border-t-violet-50\/75:active {
  border-top-color: rgb(245 243 255 / 0.75);
}

.active\:border-t-violet-50\/80:active {
  border-top-color: rgb(245 243 255 / 0.8);
}

.active\:border-t-violet-50\/90:active {
  border-top-color: rgb(245 243 255 / 0.9);
}

.active\:border-t-violet-50\/95:active {
  border-top-color: rgb(245 243 255 / 0.95);
}

.active\:border-t-violet-500:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(139 92 246 / var(--tw-border-opacity));
}

.active\:border-t-violet-500\/0:active {
  border-top-color: rgb(139 92 246 / 0);
}

.active\:border-t-violet-500\/10:active {
  border-top-color: rgb(139 92 246 / 0.1);
}

.active\:border-t-violet-500\/100:active {
  border-top-color: rgb(139 92 246 / 1);
}

.active\:border-t-violet-500\/20:active {
  border-top-color: rgb(139 92 246 / 0.2);
}

.active\:border-t-violet-500\/25:active {
  border-top-color: rgb(139 92 246 / 0.25);
}

.active\:border-t-violet-500\/30:active {
  border-top-color: rgb(139 92 246 / 0.3);
}

.active\:border-t-violet-500\/40:active {
  border-top-color: rgb(139 92 246 / 0.4);
}

.active\:border-t-violet-500\/5:active {
  border-top-color: rgb(139 92 246 / 0.05);
}

.active\:border-t-violet-500\/50:active {
  border-top-color: rgb(139 92 246 / 0.5);
}

.active\:border-t-violet-500\/60:active {
  border-top-color: rgb(139 92 246 / 0.6);
}

.active\:border-t-violet-500\/70:active {
  border-top-color: rgb(139 92 246 / 0.7);
}

.active\:border-t-violet-500\/75:active {
  border-top-color: rgb(139 92 246 / 0.75);
}

.active\:border-t-violet-500\/80:active {
  border-top-color: rgb(139 92 246 / 0.8);
}

.active\:border-t-violet-500\/90:active {
  border-top-color: rgb(139 92 246 / 0.9);
}

.active\:border-t-violet-500\/95:active {
  border-top-color: rgb(139 92 246 / 0.95);
}

.active\:border-t-violet-600:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(124 58 237 / var(--tw-border-opacity));
}

.active\:border-t-violet-600\/0:active {
  border-top-color: rgb(124 58 237 / 0);
}

.active\:border-t-violet-600\/10:active {
  border-top-color: rgb(124 58 237 / 0.1);
}

.active\:border-t-violet-600\/100:active {
  border-top-color: rgb(124 58 237 / 1);
}

.active\:border-t-violet-600\/20:active {
  border-top-color: rgb(124 58 237 / 0.2);
}

.active\:border-t-violet-600\/25:active {
  border-top-color: rgb(124 58 237 / 0.25);
}

.active\:border-t-violet-600\/30:active {
  border-top-color: rgb(124 58 237 / 0.3);
}

.active\:border-t-violet-600\/40:active {
  border-top-color: rgb(124 58 237 / 0.4);
}

.active\:border-t-violet-600\/5:active {
  border-top-color: rgb(124 58 237 / 0.05);
}

.active\:border-t-violet-600\/50:active {
  border-top-color: rgb(124 58 237 / 0.5);
}

.active\:border-t-violet-600\/60:active {
  border-top-color: rgb(124 58 237 / 0.6);
}

.active\:border-t-violet-600\/70:active {
  border-top-color: rgb(124 58 237 / 0.7);
}

.active\:border-t-violet-600\/75:active {
  border-top-color: rgb(124 58 237 / 0.75);
}

.active\:border-t-violet-600\/80:active {
  border-top-color: rgb(124 58 237 / 0.8);
}

.active\:border-t-violet-600\/90:active {
  border-top-color: rgb(124 58 237 / 0.9);
}

.active\:border-t-violet-600\/95:active {
  border-top-color: rgb(124 58 237 / 0.95);
}

.active\:border-t-violet-700:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(109 40 217 / var(--tw-border-opacity));
}

.active\:border-t-violet-700\/0:active {
  border-top-color: rgb(109 40 217 / 0);
}

.active\:border-t-violet-700\/10:active {
  border-top-color: rgb(109 40 217 / 0.1);
}

.active\:border-t-violet-700\/100:active {
  border-top-color: rgb(109 40 217 / 1);
}

.active\:border-t-violet-700\/20:active {
  border-top-color: rgb(109 40 217 / 0.2);
}

.active\:border-t-violet-700\/25:active {
  border-top-color: rgb(109 40 217 / 0.25);
}

.active\:border-t-violet-700\/30:active {
  border-top-color: rgb(109 40 217 / 0.3);
}

.active\:border-t-violet-700\/40:active {
  border-top-color: rgb(109 40 217 / 0.4);
}

.active\:border-t-violet-700\/5:active {
  border-top-color: rgb(109 40 217 / 0.05);
}

.active\:border-t-violet-700\/50:active {
  border-top-color: rgb(109 40 217 / 0.5);
}

.active\:border-t-violet-700\/60:active {
  border-top-color: rgb(109 40 217 / 0.6);
}

.active\:border-t-violet-700\/70:active {
  border-top-color: rgb(109 40 217 / 0.7);
}

.active\:border-t-violet-700\/75:active {
  border-top-color: rgb(109 40 217 / 0.75);
}

.active\:border-t-violet-700\/80:active {
  border-top-color: rgb(109 40 217 / 0.8);
}

.active\:border-t-violet-700\/90:active {
  border-top-color: rgb(109 40 217 / 0.9);
}

.active\:border-t-violet-700\/95:active {
  border-top-color: rgb(109 40 217 / 0.95);
}

.active\:border-t-violet-800:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(91 33 182 / var(--tw-border-opacity));
}

.active\:border-t-violet-800\/0:active {
  border-top-color: rgb(91 33 182 / 0);
}

.active\:border-t-violet-800\/10:active {
  border-top-color: rgb(91 33 182 / 0.1);
}

.active\:border-t-violet-800\/100:active {
  border-top-color: rgb(91 33 182 / 1);
}

.active\:border-t-violet-800\/20:active {
  border-top-color: rgb(91 33 182 / 0.2);
}

.active\:border-t-violet-800\/25:active {
  border-top-color: rgb(91 33 182 / 0.25);
}

.active\:border-t-violet-800\/30:active {
  border-top-color: rgb(91 33 182 / 0.3);
}

.active\:border-t-violet-800\/40:active {
  border-top-color: rgb(91 33 182 / 0.4);
}

.active\:border-t-violet-800\/5:active {
  border-top-color: rgb(91 33 182 / 0.05);
}

.active\:border-t-violet-800\/50:active {
  border-top-color: rgb(91 33 182 / 0.5);
}

.active\:border-t-violet-800\/60:active {
  border-top-color: rgb(91 33 182 / 0.6);
}

.active\:border-t-violet-800\/70:active {
  border-top-color: rgb(91 33 182 / 0.7);
}

.active\:border-t-violet-800\/75:active {
  border-top-color: rgb(91 33 182 / 0.75);
}

.active\:border-t-violet-800\/80:active {
  border-top-color: rgb(91 33 182 / 0.8);
}

.active\:border-t-violet-800\/90:active {
  border-top-color: rgb(91 33 182 / 0.9);
}

.active\:border-t-violet-800\/95:active {
  border-top-color: rgb(91 33 182 / 0.95);
}

.active\:border-t-violet-900:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(76 29 149 / var(--tw-border-opacity));
}

.active\:border-t-violet-900\/0:active {
  border-top-color: rgb(76 29 149 / 0);
}

.active\:border-t-violet-900\/10:active {
  border-top-color: rgb(76 29 149 / 0.1);
}

.active\:border-t-violet-900\/100:active {
  border-top-color: rgb(76 29 149 / 1);
}

.active\:border-t-violet-900\/20:active {
  border-top-color: rgb(76 29 149 / 0.2);
}

.active\:border-t-violet-900\/25:active {
  border-top-color: rgb(76 29 149 / 0.25);
}

.active\:border-t-violet-900\/30:active {
  border-top-color: rgb(76 29 149 / 0.3);
}

.active\:border-t-violet-900\/40:active {
  border-top-color: rgb(76 29 149 / 0.4);
}

.active\:border-t-violet-900\/5:active {
  border-top-color: rgb(76 29 149 / 0.05);
}

.active\:border-t-violet-900\/50:active {
  border-top-color: rgb(76 29 149 / 0.5);
}

.active\:border-t-violet-900\/60:active {
  border-top-color: rgb(76 29 149 / 0.6);
}

.active\:border-t-violet-900\/70:active {
  border-top-color: rgb(76 29 149 / 0.7);
}

.active\:border-t-violet-900\/75:active {
  border-top-color: rgb(76 29 149 / 0.75);
}

.active\:border-t-violet-900\/80:active {
  border-top-color: rgb(76 29 149 / 0.8);
}

.active\:border-t-violet-900\/90:active {
  border-top-color: rgb(76 29 149 / 0.9);
}

.active\:border-t-violet-900\/95:active {
  border-top-color: rgb(76 29 149 / 0.95);
}

.active\:border-t-violet-950:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(46 16 101 / var(--tw-border-opacity));
}

.active\:border-t-violet-950\/0:active {
  border-top-color: rgb(46 16 101 / 0);
}

.active\:border-t-violet-950\/10:active {
  border-top-color: rgb(46 16 101 / 0.1);
}

.active\:border-t-violet-950\/100:active {
  border-top-color: rgb(46 16 101 / 1);
}

.active\:border-t-violet-950\/20:active {
  border-top-color: rgb(46 16 101 / 0.2);
}

.active\:border-t-violet-950\/25:active {
  border-top-color: rgb(46 16 101 / 0.25);
}

.active\:border-t-violet-950\/30:active {
  border-top-color: rgb(46 16 101 / 0.3);
}

.active\:border-t-violet-950\/40:active {
  border-top-color: rgb(46 16 101 / 0.4);
}

.active\:border-t-violet-950\/5:active {
  border-top-color: rgb(46 16 101 / 0.05);
}

.active\:border-t-violet-950\/50:active {
  border-top-color: rgb(46 16 101 / 0.5);
}

.active\:border-t-violet-950\/60:active {
  border-top-color: rgb(46 16 101 / 0.6);
}

.active\:border-t-violet-950\/70:active {
  border-top-color: rgb(46 16 101 / 0.7);
}

.active\:border-t-violet-950\/75:active {
  border-top-color: rgb(46 16 101 / 0.75);
}

.active\:border-t-violet-950\/80:active {
  border-top-color: rgb(46 16 101 / 0.8);
}

.active\:border-t-violet-950\/90:active {
  border-top-color: rgb(46 16 101 / 0.9);
}

.active\:border-t-violet-950\/95:active {
  border-top-color: rgb(46 16 101 / 0.95);
}

.active\:border-t-white:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.active\:border-t-white\/0:active {
  border-top-color: rgb(255 255 255 / 0);
}

.active\:border-t-white\/10:active {
  border-top-color: rgb(255 255 255 / 0.1);
}

.active\:border-t-white\/100:active {
  border-top-color: rgb(255 255 255 / 1);
}

.active\:border-t-white\/20:active {
  border-top-color: rgb(255 255 255 / 0.2);
}

.active\:border-t-white\/25:active {
  border-top-color: rgb(255 255 255 / 0.25);
}

.active\:border-t-white\/30:active {
  border-top-color: rgb(255 255 255 / 0.3);
}

.active\:border-t-white\/40:active {
  border-top-color: rgb(255 255 255 / 0.4);
}

.active\:border-t-white\/5:active {
  border-top-color: rgb(255 255 255 / 0.05);
}

.active\:border-t-white\/50:active {
  border-top-color: rgb(255 255 255 / 0.5);
}

.active\:border-t-white\/60:active {
  border-top-color: rgb(255 255 255 / 0.6);
}

.active\:border-t-white\/70:active {
  border-top-color: rgb(255 255 255 / 0.7);
}

.active\:border-t-white\/75:active {
  border-top-color: rgb(255 255 255 / 0.75);
}

.active\:border-t-white\/80:active {
  border-top-color: rgb(255 255 255 / 0.8);
}

.active\:border-t-white\/90:active {
  border-top-color: rgb(255 255 255 / 0.9);
}

.active\:border-t-white\/95:active {
  border-top-color: rgb(255 255 255 / 0.95);
}

.active\:border-t-work-identity-300:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(166 235 194 / var(--tw-border-opacity));
}

.active\:border-t-work-identity-300\/0:active {
  border-top-color: rgb(166 235 194 / 0);
}

.active\:border-t-work-identity-300\/10:active {
  border-top-color: rgb(166 235 194 / 0.1);
}

.active\:border-t-work-identity-300\/100:active {
  border-top-color: rgb(166 235 194 / 1);
}

.active\:border-t-work-identity-300\/20:active {
  border-top-color: rgb(166 235 194 / 0.2);
}

.active\:border-t-work-identity-300\/25:active {
  border-top-color: rgb(166 235 194 / 0.25);
}

.active\:border-t-work-identity-300\/30:active {
  border-top-color: rgb(166 235 194 / 0.3);
}

.active\:border-t-work-identity-300\/40:active {
  border-top-color: rgb(166 235 194 / 0.4);
}

.active\:border-t-work-identity-300\/5:active {
  border-top-color: rgb(166 235 194 / 0.05);
}

.active\:border-t-work-identity-300\/50:active {
  border-top-color: rgb(166 235 194 / 0.5);
}

.active\:border-t-work-identity-300\/60:active {
  border-top-color: rgb(166 235 194 / 0.6);
}

.active\:border-t-work-identity-300\/70:active {
  border-top-color: rgb(166 235 194 / 0.7);
}

.active\:border-t-work-identity-300\/75:active {
  border-top-color: rgb(166 235 194 / 0.75);
}

.active\:border-t-work-identity-300\/80:active {
  border-top-color: rgb(166 235 194 / 0.8);
}

.active\:border-t-work-identity-300\/90:active {
  border-top-color: rgb(166 235 194 / 0.9);
}

.active\:border-t-work-identity-300\/95:active {
  border-top-color: rgb(166 235 194 / 0.95);
}

.active\:border-t-work-identity-400:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(83 221 139 / var(--tw-border-opacity));
}

.active\:border-t-work-identity-400\/0:active {
  border-top-color: rgb(83 221 139 / 0);
}

.active\:border-t-work-identity-400\/10:active {
  border-top-color: rgb(83 221 139 / 0.1);
}

.active\:border-t-work-identity-400\/100:active {
  border-top-color: rgb(83 221 139 / 1);
}

.active\:border-t-work-identity-400\/20:active {
  border-top-color: rgb(83 221 139 / 0.2);
}

.active\:border-t-work-identity-400\/25:active {
  border-top-color: rgb(83 221 139 / 0.25);
}

.active\:border-t-work-identity-400\/30:active {
  border-top-color: rgb(83 221 139 / 0.3);
}

.active\:border-t-work-identity-400\/40:active {
  border-top-color: rgb(83 221 139 / 0.4);
}

.active\:border-t-work-identity-400\/5:active {
  border-top-color: rgb(83 221 139 / 0.05);
}

.active\:border-t-work-identity-400\/50:active {
  border-top-color: rgb(83 221 139 / 0.5);
}

.active\:border-t-work-identity-400\/60:active {
  border-top-color: rgb(83 221 139 / 0.6);
}

.active\:border-t-work-identity-400\/70:active {
  border-top-color: rgb(83 221 139 / 0.7);
}

.active\:border-t-work-identity-400\/75:active {
  border-top-color: rgb(83 221 139 / 0.75);
}

.active\:border-t-work-identity-400\/80:active {
  border-top-color: rgb(83 221 139 / 0.8);
}

.active\:border-t-work-identity-400\/90:active {
  border-top-color: rgb(83 221 139 / 0.9);
}

.active\:border-t-work-identity-400\/95:active {
  border-top-color: rgb(83 221 139 / 0.95);
}

.active\:border-t-work-identity-500:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 208 84 / var(--tw-border-opacity));
}

.active\:border-t-work-identity-500\/0:active {
  border-top-color: rgb(0 208 84 / 0);
}

.active\:border-t-work-identity-500\/10:active {
  border-top-color: rgb(0 208 84 / 0.1);
}

.active\:border-t-work-identity-500\/100:active {
  border-top-color: rgb(0 208 84 / 1);
}

.active\:border-t-work-identity-500\/20:active {
  border-top-color: rgb(0 208 84 / 0.2);
}

.active\:border-t-work-identity-500\/25:active {
  border-top-color: rgb(0 208 84 / 0.25);
}

.active\:border-t-work-identity-500\/30:active {
  border-top-color: rgb(0 208 84 / 0.3);
}

.active\:border-t-work-identity-500\/40:active {
  border-top-color: rgb(0 208 84 / 0.4);
}

.active\:border-t-work-identity-500\/5:active {
  border-top-color: rgb(0 208 84 / 0.05);
}

.active\:border-t-work-identity-500\/50:active {
  border-top-color: rgb(0 208 84 / 0.5);
}

.active\:border-t-work-identity-500\/60:active {
  border-top-color: rgb(0 208 84 / 0.6);
}

.active\:border-t-work-identity-500\/70:active {
  border-top-color: rgb(0 208 84 / 0.7);
}

.active\:border-t-work-identity-500\/75:active {
  border-top-color: rgb(0 208 84 / 0.75);
}

.active\:border-t-work-identity-500\/80:active {
  border-top-color: rgb(0 208 84 / 0.8);
}

.active\:border-t-work-identity-500\/90:active {
  border-top-color: rgb(0 208 84 / 0.9);
}

.active\:border-t-work-identity-500\/95:active {
  border-top-color: rgb(0 208 84 / 0.95);
}

.active\:border-t-work-identity-900:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 249 249 / var(--tw-border-opacity));
}

.active\:border-t-work-identity-900\/0:active {
  border-top-color: rgb(249 249 249 / 0);
}

.active\:border-t-work-identity-900\/10:active {
  border-top-color: rgb(249 249 249 / 0.1);
}

.active\:border-t-work-identity-900\/100:active {
  border-top-color: rgb(249 249 249 / 1);
}

.active\:border-t-work-identity-900\/20:active {
  border-top-color: rgb(249 249 249 / 0.2);
}

.active\:border-t-work-identity-900\/25:active {
  border-top-color: rgb(249 249 249 / 0.25);
}

.active\:border-t-work-identity-900\/30:active {
  border-top-color: rgb(249 249 249 / 0.3);
}

.active\:border-t-work-identity-900\/40:active {
  border-top-color: rgb(249 249 249 / 0.4);
}

.active\:border-t-work-identity-900\/5:active {
  border-top-color: rgb(249 249 249 / 0.05);
}

.active\:border-t-work-identity-900\/50:active {
  border-top-color: rgb(249 249 249 / 0.5);
}

.active\:border-t-work-identity-900\/60:active {
  border-top-color: rgb(249 249 249 / 0.6);
}

.active\:border-t-work-identity-900\/70:active {
  border-top-color: rgb(249 249 249 / 0.7);
}

.active\:border-t-work-identity-900\/75:active {
  border-top-color: rgb(249 249 249 / 0.75);
}

.active\:border-t-work-identity-900\/80:active {
  border-top-color: rgb(249 249 249 / 0.8);
}

.active\:border-t-work-identity-900\/90:active {
  border-top-color: rgb(249 249 249 / 0.9);
}

.active\:border-t-work-identity-900\/95:active {
  border-top-color: rgb(249 249 249 / 0.95);
}

.active\:border-t-yellow-100:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.active\:border-t-yellow-100\/0:active {
  border-top-color: rgb(254 249 195 / 0);
}

.active\:border-t-yellow-100\/10:active {
  border-top-color: rgb(254 249 195 / 0.1);
}

.active\:border-t-yellow-100\/100:active {
  border-top-color: rgb(254 249 195 / 1);
}

.active\:border-t-yellow-100\/20:active {
  border-top-color: rgb(254 249 195 / 0.2);
}

.active\:border-t-yellow-100\/25:active {
  border-top-color: rgb(254 249 195 / 0.25);
}

.active\:border-t-yellow-100\/30:active {
  border-top-color: rgb(254 249 195 / 0.3);
}

.active\:border-t-yellow-100\/40:active {
  border-top-color: rgb(254 249 195 / 0.4);
}

.active\:border-t-yellow-100\/5:active {
  border-top-color: rgb(254 249 195 / 0.05);
}

.active\:border-t-yellow-100\/50:active {
  border-top-color: rgb(254 249 195 / 0.5);
}

.active\:border-t-yellow-100\/60:active {
  border-top-color: rgb(254 249 195 / 0.6);
}

.active\:border-t-yellow-100\/70:active {
  border-top-color: rgb(254 249 195 / 0.7);
}

.active\:border-t-yellow-100\/75:active {
  border-top-color: rgb(254 249 195 / 0.75);
}

.active\:border-t-yellow-100\/80:active {
  border-top-color: rgb(254 249 195 / 0.8);
}

.active\:border-t-yellow-100\/90:active {
  border-top-color: rgb(254 249 195 / 0.9);
}

.active\:border-t-yellow-100\/95:active {
  border-top-color: rgb(254 249 195 / 0.95);
}

.active\:border-t-yellow-200:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.active\:border-t-yellow-200\/0:active {
  border-top-color: rgb(254 240 138 / 0);
}

.active\:border-t-yellow-200\/10:active {
  border-top-color: rgb(254 240 138 / 0.1);
}

.active\:border-t-yellow-200\/100:active {
  border-top-color: rgb(254 240 138 / 1);
}

.active\:border-t-yellow-200\/20:active {
  border-top-color: rgb(254 240 138 / 0.2);
}

.active\:border-t-yellow-200\/25:active {
  border-top-color: rgb(254 240 138 / 0.25);
}

.active\:border-t-yellow-200\/30:active {
  border-top-color: rgb(254 240 138 / 0.3);
}

.active\:border-t-yellow-200\/40:active {
  border-top-color: rgb(254 240 138 / 0.4);
}

.active\:border-t-yellow-200\/5:active {
  border-top-color: rgb(254 240 138 / 0.05);
}

.active\:border-t-yellow-200\/50:active {
  border-top-color: rgb(254 240 138 / 0.5);
}

.active\:border-t-yellow-200\/60:active {
  border-top-color: rgb(254 240 138 / 0.6);
}

.active\:border-t-yellow-200\/70:active {
  border-top-color: rgb(254 240 138 / 0.7);
}

.active\:border-t-yellow-200\/75:active {
  border-top-color: rgb(254 240 138 / 0.75);
}

.active\:border-t-yellow-200\/80:active {
  border-top-color: rgb(254 240 138 / 0.8);
}

.active\:border-t-yellow-200\/90:active {
  border-top-color: rgb(254 240 138 / 0.9);
}

.active\:border-t-yellow-200\/95:active {
  border-top-color: rgb(254 240 138 / 0.95);
}

.active\:border-t-yellow-300:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.active\:border-t-yellow-300\/0:active {
  border-top-color: rgb(253 224 71 / 0);
}

.active\:border-t-yellow-300\/10:active {
  border-top-color: rgb(253 224 71 / 0.1);
}

.active\:border-t-yellow-300\/100:active {
  border-top-color: rgb(253 224 71 / 1);
}

.active\:border-t-yellow-300\/20:active {
  border-top-color: rgb(253 224 71 / 0.2);
}

.active\:border-t-yellow-300\/25:active {
  border-top-color: rgb(253 224 71 / 0.25);
}

.active\:border-t-yellow-300\/30:active {
  border-top-color: rgb(253 224 71 / 0.3);
}

.active\:border-t-yellow-300\/40:active {
  border-top-color: rgb(253 224 71 / 0.4);
}

.active\:border-t-yellow-300\/5:active {
  border-top-color: rgb(253 224 71 / 0.05);
}

.active\:border-t-yellow-300\/50:active {
  border-top-color: rgb(253 224 71 / 0.5);
}

.active\:border-t-yellow-300\/60:active {
  border-top-color: rgb(253 224 71 / 0.6);
}

.active\:border-t-yellow-300\/70:active {
  border-top-color: rgb(253 224 71 / 0.7);
}

.active\:border-t-yellow-300\/75:active {
  border-top-color: rgb(253 224 71 / 0.75);
}

.active\:border-t-yellow-300\/80:active {
  border-top-color: rgb(253 224 71 / 0.8);
}

.active\:border-t-yellow-300\/90:active {
  border-top-color: rgb(253 224 71 / 0.9);
}

.active\:border-t-yellow-300\/95:active {
  border-top-color: rgb(253 224 71 / 0.95);
}

.active\:border-t-yellow-400:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.active\:border-t-yellow-400\/0:active {
  border-top-color: rgb(250 204 21 / 0);
}

.active\:border-t-yellow-400\/10:active {
  border-top-color: rgb(250 204 21 / 0.1);
}

.active\:border-t-yellow-400\/100:active {
  border-top-color: rgb(250 204 21 / 1);
}

.active\:border-t-yellow-400\/20:active {
  border-top-color: rgb(250 204 21 / 0.2);
}

.active\:border-t-yellow-400\/25:active {
  border-top-color: rgb(250 204 21 / 0.25);
}

.active\:border-t-yellow-400\/30:active {
  border-top-color: rgb(250 204 21 / 0.3);
}

.active\:border-t-yellow-400\/40:active {
  border-top-color: rgb(250 204 21 / 0.4);
}

.active\:border-t-yellow-400\/5:active {
  border-top-color: rgb(250 204 21 / 0.05);
}

.active\:border-t-yellow-400\/50:active {
  border-top-color: rgb(250 204 21 / 0.5);
}

.active\:border-t-yellow-400\/60:active {
  border-top-color: rgb(250 204 21 / 0.6);
}

.active\:border-t-yellow-400\/70:active {
  border-top-color: rgb(250 204 21 / 0.7);
}

.active\:border-t-yellow-400\/75:active {
  border-top-color: rgb(250 204 21 / 0.75);
}

.active\:border-t-yellow-400\/80:active {
  border-top-color: rgb(250 204 21 / 0.8);
}

.active\:border-t-yellow-400\/90:active {
  border-top-color: rgb(250 204 21 / 0.9);
}

.active\:border-t-yellow-400\/95:active {
  border-top-color: rgb(250 204 21 / 0.95);
}

.active\:border-t-yellow-50:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.active\:border-t-yellow-50\/0:active {
  border-top-color: rgb(254 252 232 / 0);
}

.active\:border-t-yellow-50\/10:active {
  border-top-color: rgb(254 252 232 / 0.1);
}

.active\:border-t-yellow-50\/100:active {
  border-top-color: rgb(254 252 232 / 1);
}

.active\:border-t-yellow-50\/20:active {
  border-top-color: rgb(254 252 232 / 0.2);
}

.active\:border-t-yellow-50\/25:active {
  border-top-color: rgb(254 252 232 / 0.25);
}

.active\:border-t-yellow-50\/30:active {
  border-top-color: rgb(254 252 232 / 0.3);
}

.active\:border-t-yellow-50\/40:active {
  border-top-color: rgb(254 252 232 / 0.4);
}

.active\:border-t-yellow-50\/5:active {
  border-top-color: rgb(254 252 232 / 0.05);
}

.active\:border-t-yellow-50\/50:active {
  border-top-color: rgb(254 252 232 / 0.5);
}

.active\:border-t-yellow-50\/60:active {
  border-top-color: rgb(254 252 232 / 0.6);
}

.active\:border-t-yellow-50\/70:active {
  border-top-color: rgb(254 252 232 / 0.7);
}

.active\:border-t-yellow-50\/75:active {
  border-top-color: rgb(254 252 232 / 0.75);
}

.active\:border-t-yellow-50\/80:active {
  border-top-color: rgb(254 252 232 / 0.8);
}

.active\:border-t-yellow-50\/90:active {
  border-top-color: rgb(254 252 232 / 0.9);
}

.active\:border-t-yellow-50\/95:active {
  border-top-color: rgb(254 252 232 / 0.95);
}

.active\:border-t-yellow-500:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.active\:border-t-yellow-500\/0:active {
  border-top-color: rgb(234 179 8 / 0);
}

.active\:border-t-yellow-500\/10:active {
  border-top-color: rgb(234 179 8 / 0.1);
}

.active\:border-t-yellow-500\/100:active {
  border-top-color: rgb(234 179 8 / 1);
}

.active\:border-t-yellow-500\/20:active {
  border-top-color: rgb(234 179 8 / 0.2);
}

.active\:border-t-yellow-500\/25:active {
  border-top-color: rgb(234 179 8 / 0.25);
}

.active\:border-t-yellow-500\/30:active {
  border-top-color: rgb(234 179 8 / 0.3);
}

.active\:border-t-yellow-500\/40:active {
  border-top-color: rgb(234 179 8 / 0.4);
}

.active\:border-t-yellow-500\/5:active {
  border-top-color: rgb(234 179 8 / 0.05);
}

.active\:border-t-yellow-500\/50:active {
  border-top-color: rgb(234 179 8 / 0.5);
}

.active\:border-t-yellow-500\/60:active {
  border-top-color: rgb(234 179 8 / 0.6);
}

.active\:border-t-yellow-500\/70:active {
  border-top-color: rgb(234 179 8 / 0.7);
}

.active\:border-t-yellow-500\/75:active {
  border-top-color: rgb(234 179 8 / 0.75);
}

.active\:border-t-yellow-500\/80:active {
  border-top-color: rgb(234 179 8 / 0.8);
}

.active\:border-t-yellow-500\/90:active {
  border-top-color: rgb(234 179 8 / 0.9);
}

.active\:border-t-yellow-500\/95:active {
  border-top-color: rgb(234 179 8 / 0.95);
}

.active\:border-t-yellow-600:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.active\:border-t-yellow-600\/0:active {
  border-top-color: rgb(202 138 4 / 0);
}

.active\:border-t-yellow-600\/10:active {
  border-top-color: rgb(202 138 4 / 0.1);
}

.active\:border-t-yellow-600\/100:active {
  border-top-color: rgb(202 138 4 / 1);
}

.active\:border-t-yellow-600\/20:active {
  border-top-color: rgb(202 138 4 / 0.2);
}

.active\:border-t-yellow-600\/25:active {
  border-top-color: rgb(202 138 4 / 0.25);
}

.active\:border-t-yellow-600\/30:active {
  border-top-color: rgb(202 138 4 / 0.3);
}

.active\:border-t-yellow-600\/40:active {
  border-top-color: rgb(202 138 4 / 0.4);
}

.active\:border-t-yellow-600\/5:active {
  border-top-color: rgb(202 138 4 / 0.05);
}

.active\:border-t-yellow-600\/50:active {
  border-top-color: rgb(202 138 4 / 0.5);
}

.active\:border-t-yellow-600\/60:active {
  border-top-color: rgb(202 138 4 / 0.6);
}

.active\:border-t-yellow-600\/70:active {
  border-top-color: rgb(202 138 4 / 0.7);
}

.active\:border-t-yellow-600\/75:active {
  border-top-color: rgb(202 138 4 / 0.75);
}

.active\:border-t-yellow-600\/80:active {
  border-top-color: rgb(202 138 4 / 0.8);
}

.active\:border-t-yellow-600\/90:active {
  border-top-color: rgb(202 138 4 / 0.9);
}

.active\:border-t-yellow-600\/95:active {
  border-top-color: rgb(202 138 4 / 0.95);
}

.active\:border-t-yellow-700:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.active\:border-t-yellow-700\/0:active {
  border-top-color: rgb(161 98 7 / 0);
}

.active\:border-t-yellow-700\/10:active {
  border-top-color: rgb(161 98 7 / 0.1);
}

.active\:border-t-yellow-700\/100:active {
  border-top-color: rgb(161 98 7 / 1);
}

.active\:border-t-yellow-700\/20:active {
  border-top-color: rgb(161 98 7 / 0.2);
}

.active\:border-t-yellow-700\/25:active {
  border-top-color: rgb(161 98 7 / 0.25);
}

.active\:border-t-yellow-700\/30:active {
  border-top-color: rgb(161 98 7 / 0.3);
}

.active\:border-t-yellow-700\/40:active {
  border-top-color: rgb(161 98 7 / 0.4);
}

.active\:border-t-yellow-700\/5:active {
  border-top-color: rgb(161 98 7 / 0.05);
}

.active\:border-t-yellow-700\/50:active {
  border-top-color: rgb(161 98 7 / 0.5);
}

.active\:border-t-yellow-700\/60:active {
  border-top-color: rgb(161 98 7 / 0.6);
}

.active\:border-t-yellow-700\/70:active {
  border-top-color: rgb(161 98 7 / 0.7);
}

.active\:border-t-yellow-700\/75:active {
  border-top-color: rgb(161 98 7 / 0.75);
}

.active\:border-t-yellow-700\/80:active {
  border-top-color: rgb(161 98 7 / 0.8);
}

.active\:border-t-yellow-700\/90:active {
  border-top-color: rgb(161 98 7 / 0.9);
}

.active\:border-t-yellow-700\/95:active {
  border-top-color: rgb(161 98 7 / 0.95);
}

.active\:border-t-yellow-800:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.active\:border-t-yellow-800\/0:active {
  border-top-color: rgb(133 77 14 / 0);
}

.active\:border-t-yellow-800\/10:active {
  border-top-color: rgb(133 77 14 / 0.1);
}

.active\:border-t-yellow-800\/100:active {
  border-top-color: rgb(133 77 14 / 1);
}

.active\:border-t-yellow-800\/20:active {
  border-top-color: rgb(133 77 14 / 0.2);
}

.active\:border-t-yellow-800\/25:active {
  border-top-color: rgb(133 77 14 / 0.25);
}

.active\:border-t-yellow-800\/30:active {
  border-top-color: rgb(133 77 14 / 0.3);
}

.active\:border-t-yellow-800\/40:active {
  border-top-color: rgb(133 77 14 / 0.4);
}

.active\:border-t-yellow-800\/5:active {
  border-top-color: rgb(133 77 14 / 0.05);
}

.active\:border-t-yellow-800\/50:active {
  border-top-color: rgb(133 77 14 / 0.5);
}

.active\:border-t-yellow-800\/60:active {
  border-top-color: rgb(133 77 14 / 0.6);
}

.active\:border-t-yellow-800\/70:active {
  border-top-color: rgb(133 77 14 / 0.7);
}

.active\:border-t-yellow-800\/75:active {
  border-top-color: rgb(133 77 14 / 0.75);
}

.active\:border-t-yellow-800\/80:active {
  border-top-color: rgb(133 77 14 / 0.8);
}

.active\:border-t-yellow-800\/90:active {
  border-top-color: rgb(133 77 14 / 0.9);
}

.active\:border-t-yellow-800\/95:active {
  border-top-color: rgb(133 77 14 / 0.95);
}

.active\:border-t-yellow-900:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.active\:border-t-yellow-900\/0:active {
  border-top-color: rgb(113 63 18 / 0);
}

.active\:border-t-yellow-900\/10:active {
  border-top-color: rgb(113 63 18 / 0.1);
}

.active\:border-t-yellow-900\/100:active {
  border-top-color: rgb(113 63 18 / 1);
}

.active\:border-t-yellow-900\/20:active {
  border-top-color: rgb(113 63 18 / 0.2);
}

.active\:border-t-yellow-900\/25:active {
  border-top-color: rgb(113 63 18 / 0.25);
}

.active\:border-t-yellow-900\/30:active {
  border-top-color: rgb(113 63 18 / 0.3);
}

.active\:border-t-yellow-900\/40:active {
  border-top-color: rgb(113 63 18 / 0.4);
}

.active\:border-t-yellow-900\/5:active {
  border-top-color: rgb(113 63 18 / 0.05);
}

.active\:border-t-yellow-900\/50:active {
  border-top-color: rgb(113 63 18 / 0.5);
}

.active\:border-t-yellow-900\/60:active {
  border-top-color: rgb(113 63 18 / 0.6);
}

.active\:border-t-yellow-900\/70:active {
  border-top-color: rgb(113 63 18 / 0.7);
}

.active\:border-t-yellow-900\/75:active {
  border-top-color: rgb(113 63 18 / 0.75);
}

.active\:border-t-yellow-900\/80:active {
  border-top-color: rgb(113 63 18 / 0.8);
}

.active\:border-t-yellow-900\/90:active {
  border-top-color: rgb(113 63 18 / 0.9);
}

.active\:border-t-yellow-900\/95:active {
  border-top-color: rgb(113 63 18 / 0.95);
}

.active\:border-t-yellow-950:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(66 32 6 / var(--tw-border-opacity));
}

.active\:border-t-yellow-950\/0:active {
  border-top-color: rgb(66 32 6 / 0);
}

.active\:border-t-yellow-950\/10:active {
  border-top-color: rgb(66 32 6 / 0.1);
}

.active\:border-t-yellow-950\/100:active {
  border-top-color: rgb(66 32 6 / 1);
}

.active\:border-t-yellow-950\/20:active {
  border-top-color: rgb(66 32 6 / 0.2);
}

.active\:border-t-yellow-950\/25:active {
  border-top-color: rgb(66 32 6 / 0.25);
}

.active\:border-t-yellow-950\/30:active {
  border-top-color: rgb(66 32 6 / 0.3);
}

.active\:border-t-yellow-950\/40:active {
  border-top-color: rgb(66 32 6 / 0.4);
}

.active\:border-t-yellow-950\/5:active {
  border-top-color: rgb(66 32 6 / 0.05);
}

.active\:border-t-yellow-950\/50:active {
  border-top-color: rgb(66 32 6 / 0.5);
}

.active\:border-t-yellow-950\/60:active {
  border-top-color: rgb(66 32 6 / 0.6);
}

.active\:border-t-yellow-950\/70:active {
  border-top-color: rgb(66 32 6 / 0.7);
}

.active\:border-t-yellow-950\/75:active {
  border-top-color: rgb(66 32 6 / 0.75);
}

.active\:border-t-yellow-950\/80:active {
  border-top-color: rgb(66 32 6 / 0.8);
}

.active\:border-t-yellow-950\/90:active {
  border-top-color: rgb(66 32 6 / 0.9);
}

.active\:border-t-yellow-950\/95:active {
  border-top-color: rgb(66 32 6 / 0.95);
}

.active\:border-t-zinc-100:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(244 244 245 / var(--tw-border-opacity));
}

.active\:border-t-zinc-100\/0:active {
  border-top-color: rgb(244 244 245 / 0);
}

.active\:border-t-zinc-100\/10:active {
  border-top-color: rgb(244 244 245 / 0.1);
}

.active\:border-t-zinc-100\/100:active {
  border-top-color: rgb(244 244 245 / 1);
}

.active\:border-t-zinc-100\/20:active {
  border-top-color: rgb(244 244 245 / 0.2);
}

.active\:border-t-zinc-100\/25:active {
  border-top-color: rgb(244 244 245 / 0.25);
}

.active\:border-t-zinc-100\/30:active {
  border-top-color: rgb(244 244 245 / 0.3);
}

.active\:border-t-zinc-100\/40:active {
  border-top-color: rgb(244 244 245 / 0.4);
}

.active\:border-t-zinc-100\/5:active {
  border-top-color: rgb(244 244 245 / 0.05);
}

.active\:border-t-zinc-100\/50:active {
  border-top-color: rgb(244 244 245 / 0.5);
}

.active\:border-t-zinc-100\/60:active {
  border-top-color: rgb(244 244 245 / 0.6);
}

.active\:border-t-zinc-100\/70:active {
  border-top-color: rgb(244 244 245 / 0.7);
}

.active\:border-t-zinc-100\/75:active {
  border-top-color: rgb(244 244 245 / 0.75);
}

.active\:border-t-zinc-100\/80:active {
  border-top-color: rgb(244 244 245 / 0.8);
}

.active\:border-t-zinc-100\/90:active {
  border-top-color: rgb(244 244 245 / 0.9);
}

.active\:border-t-zinc-100\/95:active {
  border-top-color: rgb(244 244 245 / 0.95);
}

.active\:border-t-zinc-200:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.active\:border-t-zinc-200\/0:active {
  border-top-color: rgb(228 228 231 / 0);
}

.active\:border-t-zinc-200\/10:active {
  border-top-color: rgb(228 228 231 / 0.1);
}

.active\:border-t-zinc-200\/100:active {
  border-top-color: rgb(228 228 231 / 1);
}

.active\:border-t-zinc-200\/20:active {
  border-top-color: rgb(228 228 231 / 0.2);
}

.active\:border-t-zinc-200\/25:active {
  border-top-color: rgb(228 228 231 / 0.25);
}

.active\:border-t-zinc-200\/30:active {
  border-top-color: rgb(228 228 231 / 0.3);
}

.active\:border-t-zinc-200\/40:active {
  border-top-color: rgb(228 228 231 / 0.4);
}

.active\:border-t-zinc-200\/5:active {
  border-top-color: rgb(228 228 231 / 0.05);
}

.active\:border-t-zinc-200\/50:active {
  border-top-color: rgb(228 228 231 / 0.5);
}

.active\:border-t-zinc-200\/60:active {
  border-top-color: rgb(228 228 231 / 0.6);
}

.active\:border-t-zinc-200\/70:active {
  border-top-color: rgb(228 228 231 / 0.7);
}

.active\:border-t-zinc-200\/75:active {
  border-top-color: rgb(228 228 231 / 0.75);
}

.active\:border-t-zinc-200\/80:active {
  border-top-color: rgb(228 228 231 / 0.8);
}

.active\:border-t-zinc-200\/90:active {
  border-top-color: rgb(228 228 231 / 0.9);
}

.active\:border-t-zinc-200\/95:active {
  border-top-color: rgb(228 228 231 / 0.95);
}

.active\:border-t-zinc-300:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.active\:border-t-zinc-300\/0:active {
  border-top-color: rgb(212 212 216 / 0);
}

.active\:border-t-zinc-300\/10:active {
  border-top-color: rgb(212 212 216 / 0.1);
}

.active\:border-t-zinc-300\/100:active {
  border-top-color: rgb(212 212 216 / 1);
}

.active\:border-t-zinc-300\/20:active {
  border-top-color: rgb(212 212 216 / 0.2);
}

.active\:border-t-zinc-300\/25:active {
  border-top-color: rgb(212 212 216 / 0.25);
}

.active\:border-t-zinc-300\/30:active {
  border-top-color: rgb(212 212 216 / 0.3);
}

.active\:border-t-zinc-300\/40:active {
  border-top-color: rgb(212 212 216 / 0.4);
}

.active\:border-t-zinc-300\/5:active {
  border-top-color: rgb(212 212 216 / 0.05);
}

.active\:border-t-zinc-300\/50:active {
  border-top-color: rgb(212 212 216 / 0.5);
}

.active\:border-t-zinc-300\/60:active {
  border-top-color: rgb(212 212 216 / 0.6);
}

.active\:border-t-zinc-300\/70:active {
  border-top-color: rgb(212 212 216 / 0.7);
}

.active\:border-t-zinc-300\/75:active {
  border-top-color: rgb(212 212 216 / 0.75);
}

.active\:border-t-zinc-300\/80:active {
  border-top-color: rgb(212 212 216 / 0.8);
}

.active\:border-t-zinc-300\/90:active {
  border-top-color: rgb(212 212 216 / 0.9);
}

.active\:border-t-zinc-300\/95:active {
  border-top-color: rgb(212 212 216 / 0.95);
}

.active\:border-t-zinc-400:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.active\:border-t-zinc-400\/0:active {
  border-top-color: rgb(161 161 170 / 0);
}

.active\:border-t-zinc-400\/10:active {
  border-top-color: rgb(161 161 170 / 0.1);
}

.active\:border-t-zinc-400\/100:active {
  border-top-color: rgb(161 161 170 / 1);
}

.active\:border-t-zinc-400\/20:active {
  border-top-color: rgb(161 161 170 / 0.2);
}

.active\:border-t-zinc-400\/25:active {
  border-top-color: rgb(161 161 170 / 0.25);
}

.active\:border-t-zinc-400\/30:active {
  border-top-color: rgb(161 161 170 / 0.3);
}

.active\:border-t-zinc-400\/40:active {
  border-top-color: rgb(161 161 170 / 0.4);
}

.active\:border-t-zinc-400\/5:active {
  border-top-color: rgb(161 161 170 / 0.05);
}

.active\:border-t-zinc-400\/50:active {
  border-top-color: rgb(161 161 170 / 0.5);
}

.active\:border-t-zinc-400\/60:active {
  border-top-color: rgb(161 161 170 / 0.6);
}

.active\:border-t-zinc-400\/70:active {
  border-top-color: rgb(161 161 170 / 0.7);
}

.active\:border-t-zinc-400\/75:active {
  border-top-color: rgb(161 161 170 / 0.75);
}

.active\:border-t-zinc-400\/80:active {
  border-top-color: rgb(161 161 170 / 0.8);
}

.active\:border-t-zinc-400\/90:active {
  border-top-color: rgb(161 161 170 / 0.9);
}

.active\:border-t-zinc-400\/95:active {
  border-top-color: rgb(161 161 170 / 0.95);
}

.active\:border-t-zinc-50:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.active\:border-t-zinc-50\/0:active {
  border-top-color: rgb(250 250 250 / 0);
}

.active\:border-t-zinc-50\/10:active {
  border-top-color: rgb(250 250 250 / 0.1);
}

.active\:border-t-zinc-50\/100:active {
  border-top-color: rgb(250 250 250 / 1);
}

.active\:border-t-zinc-50\/20:active {
  border-top-color: rgb(250 250 250 / 0.2);
}

.active\:border-t-zinc-50\/25:active {
  border-top-color: rgb(250 250 250 / 0.25);
}

.active\:border-t-zinc-50\/30:active {
  border-top-color: rgb(250 250 250 / 0.3);
}

.active\:border-t-zinc-50\/40:active {
  border-top-color: rgb(250 250 250 / 0.4);
}

.active\:border-t-zinc-50\/5:active {
  border-top-color: rgb(250 250 250 / 0.05);
}

.active\:border-t-zinc-50\/50:active {
  border-top-color: rgb(250 250 250 / 0.5);
}

.active\:border-t-zinc-50\/60:active {
  border-top-color: rgb(250 250 250 / 0.6);
}

.active\:border-t-zinc-50\/70:active {
  border-top-color: rgb(250 250 250 / 0.7);
}

.active\:border-t-zinc-50\/75:active {
  border-top-color: rgb(250 250 250 / 0.75);
}

.active\:border-t-zinc-50\/80:active {
  border-top-color: rgb(250 250 250 / 0.8);
}

.active\:border-t-zinc-50\/90:active {
  border-top-color: rgb(250 250 250 / 0.9);
}

.active\:border-t-zinc-50\/95:active {
  border-top-color: rgb(250 250 250 / 0.95);
}

.active\:border-t-zinc-500:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(113 113 122 / var(--tw-border-opacity));
}

.active\:border-t-zinc-500\/0:active {
  border-top-color: rgb(113 113 122 / 0);
}

.active\:border-t-zinc-500\/10:active {
  border-top-color: rgb(113 113 122 / 0.1);
}

.active\:border-t-zinc-500\/100:active {
  border-top-color: rgb(113 113 122 / 1);
}

.active\:border-t-zinc-500\/20:active {
  border-top-color: rgb(113 113 122 / 0.2);
}

.active\:border-t-zinc-500\/25:active {
  border-top-color: rgb(113 113 122 / 0.25);
}

.active\:border-t-zinc-500\/30:active {
  border-top-color: rgb(113 113 122 / 0.3);
}

.active\:border-t-zinc-500\/40:active {
  border-top-color: rgb(113 113 122 / 0.4);
}

.active\:border-t-zinc-500\/5:active {
  border-top-color: rgb(113 113 122 / 0.05);
}

.active\:border-t-zinc-500\/50:active {
  border-top-color: rgb(113 113 122 / 0.5);
}

.active\:border-t-zinc-500\/60:active {
  border-top-color: rgb(113 113 122 / 0.6);
}

.active\:border-t-zinc-500\/70:active {
  border-top-color: rgb(113 113 122 / 0.7);
}

.active\:border-t-zinc-500\/75:active {
  border-top-color: rgb(113 113 122 / 0.75);
}

.active\:border-t-zinc-500\/80:active {
  border-top-color: rgb(113 113 122 / 0.8);
}

.active\:border-t-zinc-500\/90:active {
  border-top-color: rgb(113 113 122 / 0.9);
}

.active\:border-t-zinc-500\/95:active {
  border-top-color: rgb(113 113 122 / 0.95);
}

.active\:border-t-zinc-600:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(82 82 91 / var(--tw-border-opacity));
}

.active\:border-t-zinc-600\/0:active {
  border-top-color: rgb(82 82 91 / 0);
}

.active\:border-t-zinc-600\/10:active {
  border-top-color: rgb(82 82 91 / 0.1);
}

.active\:border-t-zinc-600\/100:active {
  border-top-color: rgb(82 82 91 / 1);
}

.active\:border-t-zinc-600\/20:active {
  border-top-color: rgb(82 82 91 / 0.2);
}

.active\:border-t-zinc-600\/25:active {
  border-top-color: rgb(82 82 91 / 0.25);
}

.active\:border-t-zinc-600\/30:active {
  border-top-color: rgb(82 82 91 / 0.3);
}

.active\:border-t-zinc-600\/40:active {
  border-top-color: rgb(82 82 91 / 0.4);
}

.active\:border-t-zinc-600\/5:active {
  border-top-color: rgb(82 82 91 / 0.05);
}

.active\:border-t-zinc-600\/50:active {
  border-top-color: rgb(82 82 91 / 0.5);
}

.active\:border-t-zinc-600\/60:active {
  border-top-color: rgb(82 82 91 / 0.6);
}

.active\:border-t-zinc-600\/70:active {
  border-top-color: rgb(82 82 91 / 0.7);
}

.active\:border-t-zinc-600\/75:active {
  border-top-color: rgb(82 82 91 / 0.75);
}

.active\:border-t-zinc-600\/80:active {
  border-top-color: rgb(82 82 91 / 0.8);
}

.active\:border-t-zinc-600\/90:active {
  border-top-color: rgb(82 82 91 / 0.9);
}

.active\:border-t-zinc-600\/95:active {
  border-top-color: rgb(82 82 91 / 0.95);
}

.active\:border-t-zinc-700:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.active\:border-t-zinc-700\/0:active {
  border-top-color: rgb(63 63 70 / 0);
}

.active\:border-t-zinc-700\/10:active {
  border-top-color: rgb(63 63 70 / 0.1);
}

.active\:border-t-zinc-700\/100:active {
  border-top-color: rgb(63 63 70 / 1);
}

.active\:border-t-zinc-700\/20:active {
  border-top-color: rgb(63 63 70 / 0.2);
}

.active\:border-t-zinc-700\/25:active {
  border-top-color: rgb(63 63 70 / 0.25);
}

.active\:border-t-zinc-700\/30:active {
  border-top-color: rgb(63 63 70 / 0.3);
}

.active\:border-t-zinc-700\/40:active {
  border-top-color: rgb(63 63 70 / 0.4);
}

.active\:border-t-zinc-700\/5:active {
  border-top-color: rgb(63 63 70 / 0.05);
}

.active\:border-t-zinc-700\/50:active {
  border-top-color: rgb(63 63 70 / 0.5);
}

.active\:border-t-zinc-700\/60:active {
  border-top-color: rgb(63 63 70 / 0.6);
}

.active\:border-t-zinc-700\/70:active {
  border-top-color: rgb(63 63 70 / 0.7);
}

.active\:border-t-zinc-700\/75:active {
  border-top-color: rgb(63 63 70 / 0.75);
}

.active\:border-t-zinc-700\/80:active {
  border-top-color: rgb(63 63 70 / 0.8);
}

.active\:border-t-zinc-700\/90:active {
  border-top-color: rgb(63 63 70 / 0.9);
}

.active\:border-t-zinc-700\/95:active {
  border-top-color: rgb(63 63 70 / 0.95);
}

.active\:border-t-zinc-800:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(39 39 42 / var(--tw-border-opacity));
}

.active\:border-t-zinc-800\/0:active {
  border-top-color: rgb(39 39 42 / 0);
}

.active\:border-t-zinc-800\/10:active {
  border-top-color: rgb(39 39 42 / 0.1);
}

.active\:border-t-zinc-800\/100:active {
  border-top-color: rgb(39 39 42 / 1);
}

.active\:border-t-zinc-800\/20:active {
  border-top-color: rgb(39 39 42 / 0.2);
}

.active\:border-t-zinc-800\/25:active {
  border-top-color: rgb(39 39 42 / 0.25);
}

.active\:border-t-zinc-800\/30:active {
  border-top-color: rgb(39 39 42 / 0.3);
}

.active\:border-t-zinc-800\/40:active {
  border-top-color: rgb(39 39 42 / 0.4);
}

.active\:border-t-zinc-800\/5:active {
  border-top-color: rgb(39 39 42 / 0.05);
}

.active\:border-t-zinc-800\/50:active {
  border-top-color: rgb(39 39 42 / 0.5);
}

.active\:border-t-zinc-800\/60:active {
  border-top-color: rgb(39 39 42 / 0.6);
}

.active\:border-t-zinc-800\/70:active {
  border-top-color: rgb(39 39 42 / 0.7);
}

.active\:border-t-zinc-800\/75:active {
  border-top-color: rgb(39 39 42 / 0.75);
}

.active\:border-t-zinc-800\/80:active {
  border-top-color: rgb(39 39 42 / 0.8);
}

.active\:border-t-zinc-800\/90:active {
  border-top-color: rgb(39 39 42 / 0.9);
}

.active\:border-t-zinc-800\/95:active {
  border-top-color: rgb(39 39 42 / 0.95);
}

.active\:border-t-zinc-900:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.active\:border-t-zinc-900\/0:active {
  border-top-color: rgb(24 24 27 / 0);
}

.active\:border-t-zinc-900\/10:active {
  border-top-color: rgb(24 24 27 / 0.1);
}

.active\:border-t-zinc-900\/100:active {
  border-top-color: rgb(24 24 27 / 1);
}

.active\:border-t-zinc-900\/20:active {
  border-top-color: rgb(24 24 27 / 0.2);
}

.active\:border-t-zinc-900\/25:active {
  border-top-color: rgb(24 24 27 / 0.25);
}

.active\:border-t-zinc-900\/30:active {
  border-top-color: rgb(24 24 27 / 0.3);
}

.active\:border-t-zinc-900\/40:active {
  border-top-color: rgb(24 24 27 / 0.4);
}

.active\:border-t-zinc-900\/5:active {
  border-top-color: rgb(24 24 27 / 0.05);
}

.active\:border-t-zinc-900\/50:active {
  border-top-color: rgb(24 24 27 / 0.5);
}

.active\:border-t-zinc-900\/60:active {
  border-top-color: rgb(24 24 27 / 0.6);
}

.active\:border-t-zinc-900\/70:active {
  border-top-color: rgb(24 24 27 / 0.7);
}

.active\:border-t-zinc-900\/75:active {
  border-top-color: rgb(24 24 27 / 0.75);
}

.active\:border-t-zinc-900\/80:active {
  border-top-color: rgb(24 24 27 / 0.8);
}

.active\:border-t-zinc-900\/90:active {
  border-top-color: rgb(24 24 27 / 0.9);
}

.active\:border-t-zinc-900\/95:active {
  border-top-color: rgb(24 24 27 / 0.95);
}

.active\:border-t-zinc-950:active {
  --tw-border-opacity: 1;
  border-top-color: rgb(9 9 11 / var(--tw-border-opacity));
}

.active\:border-t-zinc-950\/0:active {
  border-top-color: rgb(9 9 11 / 0);
}

.active\:border-t-zinc-950\/10:active {
  border-top-color: rgb(9 9 11 / 0.1);
}

.active\:border-t-zinc-950\/100:active {
  border-top-color: rgb(9 9 11 / 1);
}

.active\:border-t-zinc-950\/20:active {
  border-top-color: rgb(9 9 11 / 0.2);
}

.active\:border-t-zinc-950\/25:active {
  border-top-color: rgb(9 9 11 / 0.25);
}

.active\:border-t-zinc-950\/30:active {
  border-top-color: rgb(9 9 11 / 0.3);
}

.active\:border-t-zinc-950\/40:active {
  border-top-color: rgb(9 9 11 / 0.4);
}

.active\:border-t-zinc-950\/5:active {
  border-top-color: rgb(9 9 11 / 0.05);
}

.active\:border-t-zinc-950\/50:active {
  border-top-color: rgb(9 9 11 / 0.5);
}

.active\:border-t-zinc-950\/60:active {
  border-top-color: rgb(9 9 11 / 0.6);
}

.active\:border-t-zinc-950\/70:active {
  border-top-color: rgb(9 9 11 / 0.7);
}

.active\:border-t-zinc-950\/75:active {
  border-top-color: rgb(9 9 11 / 0.75);
}

.active\:border-t-zinc-950\/80:active {
  border-top-color: rgb(9 9 11 / 0.8);
}

.active\:border-t-zinc-950\/90:active {
  border-top-color: rgb(9 9 11 / 0.9);
}

.active\:border-t-zinc-950\/95:active {
  border-top-color: rgb(9 9 11 / 0.95);
}

.active\:border-opacity-0:active {
  --tw-border-opacity: 0;
}

.active\:border-opacity-10:active {
  --tw-border-opacity: 0.1;
}

.active\:border-opacity-100:active {
  --tw-border-opacity: 1;
}

.active\:border-opacity-20:active {
  --tw-border-opacity: 0.2;
}

.active\:border-opacity-25:active {
  --tw-border-opacity: 0.25;
}

.active\:border-opacity-30:active {
  --tw-border-opacity: 0.3;
}

.active\:border-opacity-40:active {
  --tw-border-opacity: 0.4;
}

.active\:border-opacity-5:active {
  --tw-border-opacity: 0.05;
}

.active\:border-opacity-50:active {
  --tw-border-opacity: 0.5;
}

.active\:border-opacity-60:active {
  --tw-border-opacity: 0.6;
}

.active\:border-opacity-70:active {
  --tw-border-opacity: 0.7;
}

.active\:border-opacity-75:active {
  --tw-border-opacity: 0.75;
}

.active\:border-opacity-80:active {
  --tw-border-opacity: 0.8;
}

.active\:border-opacity-90:active {
  --tw-border-opacity: 0.9;
}

.active\:border-opacity-95:active {
  --tw-border-opacity: 0.95;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.active\:bg-amber-200\/0:active {
  background-color: rgb(253 230 138 / 0);
}

.active\:bg-amber-200\/10:active {
  background-color: rgb(253 230 138 / 0.1);
}

.active\:bg-amber-200\/100:active {
  background-color: rgb(253 230 138 / 1);
}

.active\:bg-amber-200\/20:active {
  background-color: rgb(253 230 138 / 0.2);
}

.active\:bg-amber-200\/25:active {
  background-color: rgb(253 230 138 / 0.25);
}

.active\:bg-amber-200\/30:active {
  background-color: rgb(253 230 138 / 0.3);
}

.active\:bg-amber-200\/40:active {
  background-color: rgb(253 230 138 / 0.4);
}

.active\:bg-amber-200\/5:active {
  background-color: rgb(253 230 138 / 0.05);
}

.active\:bg-amber-200\/50:active {
  background-color: rgb(253 230 138 / 0.5);
}

.active\:bg-amber-200\/60:active {
  background-color: rgb(253 230 138 / 0.6);
}

.active\:bg-amber-200\/70:active {
  background-color: rgb(253 230 138 / 0.7);
}

.active\:bg-amber-200\/75:active {
  background-color: rgb(253 230 138 / 0.75);
}

.active\:bg-amber-200\/80:active {
  background-color: rgb(253 230 138 / 0.8);
}

.active\:bg-amber-200\/90:active {
  background-color: rgb(253 230 138 / 0.9);
}

.active\:bg-amber-200\/95:active {
  background-color: rgb(253 230 138 / 0.95);
}

.active\:bg-amber-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity));
}

.active\:bg-amber-300\/0:active {
  background-color: rgb(252 211 77 / 0);
}

.active\:bg-amber-300\/10:active {
  background-color: rgb(252 211 77 / 0.1);
}

.active\:bg-amber-300\/100:active {
  background-color: rgb(252 211 77 / 1);
}

.active\:bg-amber-300\/20:active {
  background-color: rgb(252 211 77 / 0.2);
}

.active\:bg-amber-300\/25:active {
  background-color: rgb(252 211 77 / 0.25);
}

.active\:bg-amber-300\/30:active {
  background-color: rgb(252 211 77 / 0.3);
}

.active\:bg-amber-300\/40:active {
  background-color: rgb(252 211 77 / 0.4);
}

.active\:bg-amber-300\/5:active {
  background-color: rgb(252 211 77 / 0.05);
}

.active\:bg-amber-300\/50:active {
  background-color: rgb(252 211 77 / 0.5);
}

.active\:bg-amber-300\/60:active {
  background-color: rgb(252 211 77 / 0.6);
}

.active\:bg-amber-300\/70:active {
  background-color: rgb(252 211 77 / 0.7);
}

.active\:bg-amber-300\/75:active {
  background-color: rgb(252 211 77 / 0.75);
}

.active\:bg-amber-300\/80:active {
  background-color: rgb(252 211 77 / 0.8);
}

.active\:bg-amber-300\/90:active {
  background-color: rgb(252 211 77 / 0.9);
}

.active\:bg-amber-300\/95:active {
  background-color: rgb(252 211 77 / 0.95);
}

.active\:bg-amber-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity));
}

.active\:bg-amber-400\/0:active {
  background-color: rgb(251 191 36 / 0);
}

.active\:bg-amber-400\/10:active {
  background-color: rgb(251 191 36 / 0.1);
}

.active\:bg-amber-400\/100:active {
  background-color: rgb(251 191 36 / 1);
}

.active\:bg-amber-400\/20:active {
  background-color: rgb(251 191 36 / 0.2);
}

.active\:bg-amber-400\/25:active {
  background-color: rgb(251 191 36 / 0.25);
}

.active\:bg-amber-400\/30:active {
  background-color: rgb(251 191 36 / 0.3);
}

.active\:bg-amber-400\/40:active {
  background-color: rgb(251 191 36 / 0.4);
}

.active\:bg-amber-400\/5:active {
  background-color: rgb(251 191 36 / 0.05);
}

.active\:bg-amber-400\/50:active {
  background-color: rgb(251 191 36 / 0.5);
}

.active\:bg-amber-400\/60:active {
  background-color: rgb(251 191 36 / 0.6);
}

.active\:bg-amber-400\/70:active {
  background-color: rgb(251 191 36 / 0.7);
}

.active\:bg-amber-400\/75:active {
  background-color: rgb(251 191 36 / 0.75);
}

.active\:bg-amber-400\/80:active {
  background-color: rgb(251 191 36 / 0.8);
}

.active\:bg-amber-400\/90:active {
  background-color: rgb(251 191 36 / 0.9);
}

.active\:bg-amber-400\/95:active {
  background-color: rgb(251 191 36 / 0.95);
}

.active\:bg-amber-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
}

.active\:bg-amber-50\/0:active {
  background-color: rgb(255 251 235 / 0);
}

.active\:bg-amber-50\/10:active {
  background-color: rgb(255 251 235 / 0.1);
}

.active\:bg-amber-50\/100:active {
  background-color: rgb(255 251 235 / 1);
}

.active\:bg-amber-50\/20:active {
  background-color: rgb(255 251 235 / 0.2);
}

.active\:bg-amber-50\/25:active {
  background-color: rgb(255 251 235 / 0.25);
}

.active\:bg-amber-50\/30:active {
  background-color: rgb(255 251 235 / 0.3);
}

.active\:bg-amber-50\/40:active {
  background-color: rgb(255 251 235 / 0.4);
}

.active\:bg-amber-50\/5:active {
  background-color: rgb(255 251 235 / 0.05);
}

.active\:bg-amber-50\/50:active {
  background-color: rgb(255 251 235 / 0.5);
}

.active\:bg-amber-50\/60:active {
  background-color: rgb(255 251 235 / 0.6);
}

.active\:bg-amber-50\/70:active {
  background-color: rgb(255 251 235 / 0.7);
}

.active\:bg-amber-50\/75:active {
  background-color: rgb(255 251 235 / 0.75);
}

.active\:bg-amber-50\/80:active {
  background-color: rgb(255 251 235 / 0.8);
}

.active\:bg-amber-50\/90:active {
  background-color: rgb(255 251 235 / 0.9);
}

.active\:bg-amber-50\/95:active {
  background-color: rgb(255 251 235 / 0.95);
}

.active\:bg-amber-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity));
}

.active\:bg-amber-500\/0:active {
  background-color: rgb(245 158 11 / 0);
}

.active\:bg-amber-500\/10:active {
  background-color: rgb(245 158 11 / 0.1);
}

.active\:bg-amber-500\/100:active {
  background-color: rgb(245 158 11 / 1);
}

.active\:bg-amber-500\/20:active {
  background-color: rgb(245 158 11 / 0.2);
}

.active\:bg-amber-500\/25:active {
  background-color: rgb(245 158 11 / 0.25);
}

.active\:bg-amber-500\/30:active {
  background-color: rgb(245 158 11 / 0.3);
}

.active\:bg-amber-500\/40:active {
  background-color: rgb(245 158 11 / 0.4);
}

.active\:bg-amber-500\/5:active {
  background-color: rgb(245 158 11 / 0.05);
}

.active\:bg-amber-500\/50:active {
  background-color: rgb(245 158 11 / 0.5);
}

.active\:bg-amber-500\/60:active {
  background-color: rgb(245 158 11 / 0.6);
}

.active\:bg-amber-500\/70:active {
  background-color: rgb(245 158 11 / 0.7);
}

.active\:bg-amber-500\/75:active {
  background-color: rgb(245 158 11 / 0.75);
}

.active\:bg-amber-500\/80:active {
  background-color: rgb(245 158 11 / 0.8);
}

.active\:bg-amber-500\/90:active {
  background-color: rgb(245 158 11 / 0.9);
}

.active\:bg-amber-500\/95:active {
  background-color: rgb(245 158 11 / 0.95);
}

.active\:bg-amber-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity));
}

.active\:bg-amber-600\/0:active {
  background-color: rgb(217 119 6 / 0);
}

.active\:bg-amber-600\/10:active {
  background-color: rgb(217 119 6 / 0.1);
}

.active\:bg-amber-600\/100:active {
  background-color: rgb(217 119 6 / 1);
}

.active\:bg-amber-600\/20:active {
  background-color: rgb(217 119 6 / 0.2);
}

.active\:bg-amber-600\/25:active {
  background-color: rgb(217 119 6 / 0.25);
}

.active\:bg-amber-600\/30:active {
  background-color: rgb(217 119 6 / 0.3);
}

.active\:bg-amber-600\/40:active {
  background-color: rgb(217 119 6 / 0.4);
}

.active\:bg-amber-600\/5:active {
  background-color: rgb(217 119 6 / 0.05);
}

.active\:bg-amber-600\/50:active {
  background-color: rgb(217 119 6 / 0.5);
}

.active\:bg-amber-600\/60:active {
  background-color: rgb(217 119 6 / 0.6);
}

.active\:bg-amber-600\/70:active {
  background-color: rgb(217 119 6 / 0.7);
}

.active\:bg-amber-600\/75:active {
  background-color: rgb(217 119 6 / 0.75);
}

.active\:bg-amber-600\/80:active {
  background-color: rgb(217 119 6 / 0.8);
}

.active\:bg-amber-600\/90:active {
  background-color: rgb(217 119 6 / 0.9);
}

.active\:bg-amber-600\/95:active {
  background-color: rgb(217 119 6 / 0.95);
}

.active\:bg-amber-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity));
}

.active\:bg-amber-700\/0:active {
  background-color: rgb(180 83 9 / 0);
}

.active\:bg-amber-700\/10:active {
  background-color: rgb(180 83 9 / 0.1);
}

.active\:bg-amber-700\/100:active {
  background-color: rgb(180 83 9 / 1);
}

.active\:bg-amber-700\/20:active {
  background-color: rgb(180 83 9 / 0.2);
}

.active\:bg-amber-700\/25:active {
  background-color: rgb(180 83 9 / 0.25);
}

.active\:bg-amber-700\/30:active {
  background-color: rgb(180 83 9 / 0.3);
}

.active\:bg-amber-700\/40:active {
  background-color: rgb(180 83 9 / 0.4);
}

.active\:bg-amber-700\/5:active {
  background-color: rgb(180 83 9 / 0.05);
}

.active\:bg-amber-700\/50:active {
  background-color: rgb(180 83 9 / 0.5);
}

.active\:bg-amber-700\/60:active {
  background-color: rgb(180 83 9 / 0.6);
}

.active\:bg-amber-700\/70:active {
  background-color: rgb(180 83 9 / 0.7);
}

.active\:bg-amber-700\/75:active {
  background-color: rgb(180 83 9 / 0.75);
}

.active\:bg-amber-700\/80:active {
  background-color: rgb(180 83 9 / 0.8);
}

.active\:bg-amber-700\/90:active {
  background-color: rgb(180 83 9 / 0.9);
}

.active\:bg-amber-700\/95:active {
  background-color: rgb(180 83 9 / 0.95);
}

.active\:bg-amber-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity));
}

.active\:bg-amber-800\/0:active {
  background-color: rgb(146 64 14 / 0);
}

.active\:bg-amber-800\/10:active {
  background-color: rgb(146 64 14 / 0.1);
}

.active\:bg-amber-800\/100:active {
  background-color: rgb(146 64 14 / 1);
}

.active\:bg-amber-800\/20:active {
  background-color: rgb(146 64 14 / 0.2);
}

.active\:bg-amber-800\/25:active {
  background-color: rgb(146 64 14 / 0.25);
}

.active\:bg-amber-800\/30:active {
  background-color: rgb(146 64 14 / 0.3);
}

.active\:bg-amber-800\/40:active {
  background-color: rgb(146 64 14 / 0.4);
}

.active\:bg-amber-800\/5:active {
  background-color: rgb(146 64 14 / 0.05);
}

.active\:bg-amber-800\/50:active {
  background-color: rgb(146 64 14 / 0.5);
}

.active\:bg-amber-800\/60:active {
  background-color: rgb(146 64 14 / 0.6);
}

.active\:bg-amber-800\/70:active {
  background-color: rgb(146 64 14 / 0.7);
}

.active\:bg-amber-800\/75:active {
  background-color: rgb(146 64 14 / 0.75);
}

.active\:bg-amber-800\/80:active {
  background-color: rgb(146 64 14 / 0.8);
}

.active\:bg-amber-800\/90:active {
  background-color: rgb(146 64 14 / 0.9);
}

.active\:bg-amber-800\/95:active {
  background-color: rgb(146 64 14 / 0.95);
}

.active\:bg-amber-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity));
}

.active\:bg-amber-900\/0:active {
  background-color: rgb(120 53 15 / 0);
}

.active\:bg-amber-900\/10:active {
  background-color: rgb(120 53 15 / 0.1);
}

.active\:bg-amber-900\/100:active {
  background-color: rgb(120 53 15 / 1);
}

.active\:bg-amber-900\/20:active {
  background-color: rgb(120 53 15 / 0.2);
}

.active\:bg-amber-900\/25:active {
  background-color: rgb(120 53 15 / 0.25);
}

.active\:bg-amber-900\/30:active {
  background-color: rgb(120 53 15 / 0.3);
}

.active\:bg-amber-900\/40:active {
  background-color: rgb(120 53 15 / 0.4);
}

.active\:bg-amber-900\/5:active {
  background-color: rgb(120 53 15 / 0.05);
}

.active\:bg-amber-900\/50:active {
  background-color: rgb(120 53 15 / 0.5);
}

.active\:bg-amber-900\/60:active {
  background-color: rgb(120 53 15 / 0.6);
}

.active\:bg-amber-900\/70:active {
  background-color: rgb(120 53 15 / 0.7);
}

.active\:bg-amber-900\/75:active {
  background-color: rgb(120 53 15 / 0.75);
}

.active\:bg-amber-900\/80:active {
  background-color: rgb(120 53 15 / 0.8);
}

.active\:bg-amber-900\/90:active {
  background-color: rgb(120 53 15 / 0.9);
}

.active\:bg-amber-900\/95:active {
  background-color: rgb(120 53 15 / 0.95);
}

.active\:bg-amber-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(69 26 3 / var(--tw-bg-opacity));
}

.active\:bg-amber-950\/0:active {
  background-color: rgb(69 26 3 / 0);
}

.active\:bg-amber-950\/10:active {
  background-color: rgb(69 26 3 / 0.1);
}

.active\:bg-amber-950\/100:active {
  background-color: rgb(69 26 3 / 1);
}

.active\:bg-amber-950\/20:active {
  background-color: rgb(69 26 3 / 0.2);
}

.active\:bg-amber-950\/25:active {
  background-color: rgb(69 26 3 / 0.25);
}

.active\:bg-amber-950\/30:active {
  background-color: rgb(69 26 3 / 0.3);
}

.active\:bg-amber-950\/40:active {
  background-color: rgb(69 26 3 / 0.4);
}

.active\:bg-amber-950\/5:active {
  background-color: rgb(69 26 3 / 0.05);
}

.active\:bg-amber-950\/50:active {
  background-color: rgb(69 26 3 / 0.5);
}

.active\:bg-amber-950\/60:active {
  background-color: rgb(69 26 3 / 0.6);
}

.active\:bg-amber-950\/70:active {
  background-color: rgb(69 26 3 / 0.7);
}

.active\:bg-amber-950\/75:active {
  background-color: rgb(69 26 3 / 0.75);
}

.active\:bg-amber-950\/80:active {
  background-color: rgb(69 26 3 / 0.8);
}

.active\:bg-amber-950\/90:active {
  background-color: rgb(69 26 3 / 0.9);
}

.active\:bg-amber-950\/95:active {
  background-color: rgb(69 26 3 / 0.95);
}

.active\:bg-black:active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.active\:bg-black\/0:active {
  background-color: rgb(0 0 0 / 0);
}

.active\:bg-black\/10:active {
  background-color: rgb(0 0 0 / 0.1);
}

.active\:bg-black\/100:active {
  background-color: rgb(0 0 0 / 1);
}

.active\:bg-black\/20:active {
  background-color: rgb(0 0 0 / 0.2);
}

.active\:bg-black\/25:active {
  background-color: rgb(0 0 0 / 0.25);
}

.active\:bg-black\/30:active {
  background-color: rgb(0 0 0 / 0.3);
}

.active\:bg-black\/40:active {
  background-color: rgb(0 0 0 / 0.4);
}

.active\:bg-black\/5:active {
  background-color: rgb(0 0 0 / 0.05);
}

.active\:bg-black\/50:active {
  background-color: rgb(0 0 0 / 0.5);
}

.active\:bg-black\/60:active {
  background-color: rgb(0 0 0 / 0.6);
}

.active\:bg-black\/70:active {
  background-color: rgb(0 0 0 / 0.7);
}

.active\:bg-black\/75:active {
  background-color: rgb(0 0 0 / 0.75);
}

.active\:bg-black\/80:active {
  background-color: rgb(0 0 0 / 0.8);
}

.active\:bg-black\/90:active {
  background-color: rgb(0 0 0 / 0.9);
}

.active\:bg-black\/95:active {
  background-color: rgb(0 0 0 / 0.95);
}

.active\:bg-blue-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

.active\:bg-blue-100\/0:active {
  background-color: rgb(219 234 254 / 0);
}

.active\:bg-blue-100\/10:active {
  background-color: rgb(219 234 254 / 0.1);
}

.active\:bg-blue-100\/100:active {
  background-color: rgb(219 234 254 / 1);
}

.active\:bg-blue-100\/20:active {
  background-color: rgb(219 234 254 / 0.2);
}

.active\:bg-blue-100\/25:active {
  background-color: rgb(219 234 254 / 0.25);
}

.active\:bg-blue-100\/30:active {
  background-color: rgb(219 234 254 / 0.3);
}

.active\:bg-blue-100\/40:active {
  background-color: rgb(219 234 254 / 0.4);
}

.active\:bg-blue-100\/5:active {
  background-color: rgb(219 234 254 / 0.05);
}

.active\:bg-blue-100\/50:active {
  background-color: rgb(219 234 254 / 0.5);
}

.active\:bg-blue-100\/60:active {
  background-color: rgb(219 234 254 / 0.6);
}

.active\:bg-blue-100\/70:active {
  background-color: rgb(219 234 254 / 0.7);
}

.active\:bg-blue-100\/75:active {
  background-color: rgb(219 234 254 / 0.75);
}

.active\:bg-blue-100\/80:active {
  background-color: rgb(219 234 254 / 0.8);
}

.active\:bg-blue-100\/90:active {
  background-color: rgb(219 234 254 / 0.9);
}

.active\:bg-blue-100\/95:active {
  background-color: rgb(219 234 254 / 0.95);
}

.active\:bg-blue-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}

.active\:bg-blue-200\/0:active {
  background-color: rgb(191 219 254 / 0);
}

.active\:bg-blue-200\/10:active {
  background-color: rgb(191 219 254 / 0.1);
}

.active\:bg-blue-200\/100:active {
  background-color: rgb(191 219 254 / 1);
}

.active\:bg-blue-200\/20:active {
  background-color: rgb(191 219 254 / 0.2);
}

.active\:bg-blue-200\/25:active {
  background-color: rgb(191 219 254 / 0.25);
}

.active\:bg-blue-200\/30:active {
  background-color: rgb(191 219 254 / 0.3);
}

.active\:bg-blue-200\/40:active {
  background-color: rgb(191 219 254 / 0.4);
}

.active\:bg-blue-200\/5:active {
  background-color: rgb(191 219 254 / 0.05);
}

.active\:bg-blue-200\/50:active {
  background-color: rgb(191 219 254 / 0.5);
}

.active\:bg-blue-200\/60:active {
  background-color: rgb(191 219 254 / 0.6);
}

.active\:bg-blue-200\/70:active {
  background-color: rgb(191 219 254 / 0.7);
}

.active\:bg-blue-200\/75:active {
  background-color: rgb(191 219 254 / 0.75);
}

.active\:bg-blue-200\/80:active {
  background-color: rgb(191 219 254 / 0.8);
}

.active\:bg-blue-200\/90:active {
  background-color: rgb(191 219 254 / 0.9);
}

.active\:bg-blue-200\/95:active {
  background-color: rgb(191 219 254 / 0.95);
}

.active\:bg-blue-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}

.active\:bg-blue-300\/0:active {
  background-color: rgb(147 197 253 / 0);
}

.active\:bg-blue-300\/10:active {
  background-color: rgb(147 197 253 / 0.1);
}

.active\:bg-blue-300\/100:active {
  background-color: rgb(147 197 253 / 1);
}

.active\:bg-blue-300\/20:active {
  background-color: rgb(147 197 253 / 0.2);
}

.active\:bg-blue-300\/25:active {
  background-color: rgb(147 197 253 / 0.25);
}

.active\:bg-blue-300\/30:active {
  background-color: rgb(147 197 253 / 0.3);
}

.active\:bg-blue-300\/40:active {
  background-color: rgb(147 197 253 / 0.4);
}

.active\:bg-blue-300\/5:active {
  background-color: rgb(147 197 253 / 0.05);
}

.active\:bg-blue-300\/50:active {
  background-color: rgb(147 197 253 / 0.5);
}

.active\:bg-blue-300\/60:active {
  background-color: rgb(147 197 253 / 0.6);
}

.active\:bg-blue-300\/70:active {
  background-color: rgb(147 197 253 / 0.7);
}

.active\:bg-blue-300\/75:active {
  background-color: rgb(147 197 253 / 0.75);
}

.active\:bg-blue-300\/80:active {
  background-color: rgb(147 197 253 / 0.8);
}

.active\:bg-blue-300\/90:active {
  background-color: rgb(147 197 253 / 0.9);
}

.active\:bg-blue-300\/95:active {
  background-color: rgb(147 197 253 / 0.95);
}

.active\:bg-blue-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}

.active\:bg-blue-400\/0:active {
  background-color: rgb(96 165 250 / 0);
}

.active\:bg-blue-400\/10:active {
  background-color: rgb(96 165 250 / 0.1);
}

.active\:bg-blue-400\/100:active {
  background-color: rgb(96 165 250 / 1);
}

.active\:bg-blue-400\/20:active {
  background-color: rgb(96 165 250 / 0.2);
}

.active\:bg-blue-400\/25:active {
  background-color: rgb(96 165 250 / 0.25);
}

.active\:bg-blue-400\/30:active {
  background-color: rgb(96 165 250 / 0.3);
}

.active\:bg-blue-400\/40:active {
  background-color: rgb(96 165 250 / 0.4);
}

.active\:bg-blue-400\/5:active {
  background-color: rgb(96 165 250 / 0.05);
}

.active\:bg-blue-400\/50:active {
  background-color: rgb(96 165 250 / 0.5);
}

.active\:bg-blue-400\/60:active {
  background-color: rgb(96 165 250 / 0.6);
}

.active\:bg-blue-400\/70:active {
  background-color: rgb(96 165 250 / 0.7);
}

.active\:bg-blue-400\/75:active {
  background-color: rgb(96 165 250 / 0.75);
}

.active\:bg-blue-400\/80:active {
  background-color: rgb(96 165 250 / 0.8);
}

.active\:bg-blue-400\/90:active {
  background-color: rgb(96 165 250 / 0.9);
}

.active\:bg-blue-400\/95:active {
  background-color: rgb(96 165 250 / 0.95);
}

.active\:bg-blue-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

.active\:bg-blue-50\/0:active {
  background-color: rgb(239 246 255 / 0);
}

.active\:bg-blue-50\/10:active {
  background-color: rgb(239 246 255 / 0.1);
}

.active\:bg-blue-50\/100:active {
  background-color: rgb(239 246 255 / 1);
}

.active\:bg-blue-50\/20:active {
  background-color: rgb(239 246 255 / 0.2);
}

.active\:bg-blue-50\/25:active {
  background-color: rgb(239 246 255 / 0.25);
}

.active\:bg-blue-50\/30:active {
  background-color: rgb(239 246 255 / 0.3);
}

.active\:bg-blue-50\/40:active {
  background-color: rgb(239 246 255 / 0.4);
}

.active\:bg-blue-50\/5:active {
  background-color: rgb(239 246 255 / 0.05);
}

.active\:bg-blue-50\/50:active {
  background-color: rgb(239 246 255 / 0.5);
}

.active\:bg-blue-50\/60:active {
  background-color: rgb(239 246 255 / 0.6);
}

.active\:bg-blue-50\/70:active {
  background-color: rgb(239 246 255 / 0.7);
}

.active\:bg-blue-50\/75:active {
  background-color: rgb(239 246 255 / 0.75);
}

.active\:bg-blue-50\/80:active {
  background-color: rgb(239 246 255 / 0.8);
}

.active\:bg-blue-50\/90:active {
  background-color: rgb(239 246 255 / 0.9);
}

.active\:bg-blue-50\/95:active {
  background-color: rgb(239 246 255 / 0.95);
}

.active\:bg-blue-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.active\:bg-blue-500\/0:active {
  background-color: rgb(59 130 246 / 0);
}

.active\:bg-blue-500\/10:active {
  background-color: rgb(59 130 246 / 0.1);
}

.active\:bg-blue-500\/100:active {
  background-color: rgb(59 130 246 / 1);
}

.active\:bg-blue-500\/20:active {
  background-color: rgb(59 130 246 / 0.2);
}

.active\:bg-blue-500\/25:active {
  background-color: rgb(59 130 246 / 0.25);
}

.active\:bg-blue-500\/30:active {
  background-color: rgb(59 130 246 / 0.3);
}

.active\:bg-blue-500\/40:active {
  background-color: rgb(59 130 246 / 0.4);
}

.active\:bg-blue-500\/5:active {
  background-color: rgb(59 130 246 / 0.05);
}

.active\:bg-blue-500\/50:active {
  background-color: rgb(59 130 246 / 0.5);
}

.active\:bg-blue-500\/60:active {
  background-color: rgb(59 130 246 / 0.6);
}

.active\:bg-blue-500\/70:active {
  background-color: rgb(59 130 246 / 0.7);
}

.active\:bg-blue-500\/75:active {
  background-color: rgb(59 130 246 / 0.75);
}

.active\:bg-blue-500\/80:active {
  background-color: rgb(59 130 246 / 0.8);
}

.active\:bg-blue-500\/90:active {
  background-color: rgb(59 130 246 / 0.9);
}

.active\:bg-blue-500\/95:active {
  background-color: rgb(59 130 246 / 0.95);
}

.active\:bg-blue-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.active\:bg-blue-600\/0:active {
  background-color: rgb(37 99 235 / 0);
}

.active\:bg-blue-600\/10:active {
  background-color: rgb(37 99 235 / 0.1);
}

.active\:bg-blue-600\/100:active {
  background-color: rgb(37 99 235 / 1);
}

.active\:bg-blue-600\/20:active {
  background-color: rgb(37 99 235 / 0.2);
}

.active\:bg-blue-600\/25:active {
  background-color: rgb(37 99 235 / 0.25);
}

.active\:bg-blue-600\/30:active {
  background-color: rgb(37 99 235 / 0.3);
}

.active\:bg-blue-600\/40:active {
  background-color: rgb(37 99 235 / 0.4);
}

.active\:bg-blue-600\/5:active {
  background-color: rgb(37 99 235 / 0.05);
}

.active\:bg-blue-600\/50:active {
  background-color: rgb(37 99 235 / 0.5);
}

.active\:bg-blue-600\/60:active {
  background-color: rgb(37 99 235 / 0.6);
}

.active\:bg-blue-600\/70:active {
  background-color: rgb(37 99 235 / 0.7);
}

.active\:bg-blue-600\/75:active {
  background-color: rgb(37 99 235 / 0.75);
}

.active\:bg-blue-600\/80:active {
  background-color: rgb(37 99 235 / 0.8);
}

.active\:bg-blue-600\/90:active {
  background-color: rgb(37 99 235 / 0.9);
}

.active\:bg-blue-600\/95:active {
  background-color: rgb(37 99 235 / 0.95);
}

.active\:bg-blue-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.active\:bg-blue-700\/0:active {
  background-color: rgb(29 78 216 / 0);
}

.active\:bg-blue-700\/10:active {
  background-color: rgb(29 78 216 / 0.1);
}

.active\:bg-blue-700\/100:active {
  background-color: rgb(29 78 216 / 1);
}

.active\:bg-blue-700\/20:active {
  background-color: rgb(29 78 216 / 0.2);
}

.active\:bg-blue-700\/25:active {
  background-color: rgb(29 78 216 / 0.25);
}

.active\:bg-blue-700\/30:active {
  background-color: rgb(29 78 216 / 0.3);
}

.active\:bg-blue-700\/40:active {
  background-color: rgb(29 78 216 / 0.4);
}

.active\:bg-blue-700\/5:active {
  background-color: rgb(29 78 216 / 0.05);
}

.active\:bg-blue-700\/50:active {
  background-color: rgb(29 78 216 / 0.5);
}

.active\:bg-blue-700\/60:active {
  background-color: rgb(29 78 216 / 0.6);
}

.active\:bg-blue-700\/70:active {
  background-color: rgb(29 78 216 / 0.7);
}

.active\:bg-blue-700\/75:active {
  background-color: rgb(29 78 216 / 0.75);
}

.active\:bg-blue-700\/80:active {
  background-color: rgb(29 78 216 / 0.8);
}

.active\:bg-blue-700\/90:active {
  background-color: rgb(29 78 216 / 0.9);
}

.active\:bg-blue-700\/95:active {
  background-color: rgb(29 78 216 / 0.95);
}

.active\:bg-blue-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}

.active\:bg-blue-800\/0:active {
  background-color: rgb(30 64 175 / 0);
}

.active\:bg-blue-800\/10:active {
  background-color: rgb(30 64 175 / 0.1);
}

.active\:bg-blue-800\/100:active {
  background-color: rgb(30 64 175 / 1);
}

.active\:bg-blue-800\/20:active {
  background-color: rgb(30 64 175 / 0.2);
}

.active\:bg-blue-800\/25:active {
  background-color: rgb(30 64 175 / 0.25);
}

.active\:bg-blue-800\/30:active {
  background-color: rgb(30 64 175 / 0.3);
}

.active\:bg-blue-800\/40:active {
  background-color: rgb(30 64 175 / 0.4);
}

.active\:bg-blue-800\/5:active {
  background-color: rgb(30 64 175 / 0.05);
}

.active\:bg-blue-800\/50:active {
  background-color: rgb(30 64 175 / 0.5);
}

.active\:bg-blue-800\/60:active {
  background-color: rgb(30 64 175 / 0.6);
}

.active\:bg-blue-800\/70:active {
  background-color: rgb(30 64 175 / 0.7);
}

.active\:bg-blue-800\/75:active {
  background-color: rgb(30 64 175 / 0.75);
}

.active\:bg-blue-800\/80:active {
  background-color: rgb(30 64 175 / 0.8);
}

.active\:bg-blue-800\/90:active {
  background-color: rgb(30 64 175 / 0.9);
}

.active\:bg-blue-800\/95:active {
  background-color: rgb(30 64 175 / 0.95);
}

.active\:bg-blue-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
}

.active\:bg-blue-900\/0:active {
  background-color: rgb(30 58 138 / 0);
}

.active\:bg-blue-900\/10:active {
  background-color: rgb(30 58 138 / 0.1);
}

.active\:bg-blue-900\/100:active {
  background-color: rgb(30 58 138 / 1);
}

.active\:bg-blue-900\/20:active {
  background-color: rgb(30 58 138 / 0.2);
}

.active\:bg-blue-900\/25:active {
  background-color: rgb(30 58 138 / 0.25);
}

.active\:bg-blue-900\/30:active {
  background-color: rgb(30 58 138 / 0.3);
}

.active\:bg-blue-900\/40:active {
  background-color: rgb(30 58 138 / 0.4);
}

.active\:bg-blue-900\/5:active {
  background-color: rgb(30 58 138 / 0.05);
}

.active\:bg-blue-900\/50:active {
  background-color: rgb(30 58 138 / 0.5);
}

.active\:bg-blue-900\/60:active {
  background-color: rgb(30 58 138 / 0.6);
}

.active\:bg-blue-900\/70:active {
  background-color: rgb(30 58 138 / 0.7);
}

.active\:bg-blue-900\/75:active {
  background-color: rgb(30 58 138 / 0.75);
}

.active\:bg-blue-900\/80:active {
  background-color: rgb(30 58 138 / 0.8);
}

.active\:bg-blue-900\/90:active {
  background-color: rgb(30 58 138 / 0.9);
}

.active\:bg-blue-900\/95:active {
  background-color: rgb(30 58 138 / 0.95);
}

.active\:bg-blue-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity));
}

.active\:bg-blue-950\/0:active {
  background-color: rgb(23 37 84 / 0);
}

.active\:bg-blue-950\/10:active {
  background-color: rgb(23 37 84 / 0.1);
}

.active\:bg-blue-950\/100:active {
  background-color: rgb(23 37 84 / 1);
}

.active\:bg-blue-950\/20:active {
  background-color: rgb(23 37 84 / 0.2);
}

.active\:bg-blue-950\/25:active {
  background-color: rgb(23 37 84 / 0.25);
}

.active\:bg-blue-950\/30:active {
  background-color: rgb(23 37 84 / 0.3);
}

.active\:bg-blue-950\/40:active {
  background-color: rgb(23 37 84 / 0.4);
}

.active\:bg-blue-950\/5:active {
  background-color: rgb(23 37 84 / 0.05);
}

.active\:bg-blue-950\/50:active {
  background-color: rgb(23 37 84 / 0.5);
}

.active\:bg-blue-950\/60:active {
  background-color: rgb(23 37 84 / 0.6);
}

.active\:bg-blue-950\/70:active {
  background-color: rgb(23 37 84 / 0.7);
}

.active\:bg-blue-950\/75:active {
  background-color: rgb(23 37 84 / 0.75);
}

.active\:bg-blue-950\/80:active {
  background-color: rgb(23 37 84 / 0.8);
}

.active\:bg-blue-950\/90:active {
  background-color: rgb(23 37 84 / 0.9);
}

.active\:bg-blue-950\/95:active {
  background-color: rgb(23 37 84 / 0.95);
}

.active\:bg-brand-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(230 239 246 / var(--tw-bg-opacity));
}

.active\:bg-brand-100\/0:active {
  background-color: rgb(230 239 246 / 0);
}

.active\:bg-brand-100\/10:active {
  background-color: rgb(230 239 246 / 0.1);
}

.active\:bg-brand-100\/100:active {
  background-color: rgb(230 239 246 / 1);
}

.active\:bg-brand-100\/20:active {
  background-color: rgb(230 239 246 / 0.2);
}

.active\:bg-brand-100\/25:active {
  background-color: rgb(230 239 246 / 0.25);
}

.active\:bg-brand-100\/30:active {
  background-color: rgb(230 239 246 / 0.3);
}

.active\:bg-brand-100\/40:active {
  background-color: rgb(230 239 246 / 0.4);
}

.active\:bg-brand-100\/5:active {
  background-color: rgb(230 239 246 / 0.05);
}

.active\:bg-brand-100\/50:active {
  background-color: rgb(230 239 246 / 0.5);
}

.active\:bg-brand-100\/60:active {
  background-color: rgb(230 239 246 / 0.6);
}

.active\:bg-brand-100\/70:active {
  background-color: rgb(230 239 246 / 0.7);
}

.active\:bg-brand-100\/75:active {
  background-color: rgb(230 239 246 / 0.75);
}

.active\:bg-brand-100\/80:active {
  background-color: rgb(230 239 246 / 0.8);
}

.active\:bg-brand-100\/90:active {
  background-color: rgb(230 239 246 / 0.9);
}

.active\:bg-brand-100\/95:active {
  background-color: rgb(230 239 246 / 0.95);
}

.active\:bg-brand-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(193 215 234 / var(--tw-bg-opacity));
}

.active\:bg-brand-200\/0:active {
  background-color: rgb(193 215 234 / 0);
}

.active\:bg-brand-200\/10:active {
  background-color: rgb(193 215 234 / 0.1);
}

.active\:bg-brand-200\/100:active {
  background-color: rgb(193 215 234 / 1);
}

.active\:bg-brand-200\/20:active {
  background-color: rgb(193 215 234 / 0.2);
}

.active\:bg-brand-200\/25:active {
  background-color: rgb(193 215 234 / 0.25);
}

.active\:bg-brand-200\/30:active {
  background-color: rgb(193 215 234 / 0.3);
}

.active\:bg-brand-200\/40:active {
  background-color: rgb(193 215 234 / 0.4);
}

.active\:bg-brand-200\/5:active {
  background-color: rgb(193 215 234 / 0.05);
}

.active\:bg-brand-200\/50:active {
  background-color: rgb(193 215 234 / 0.5);
}

.active\:bg-brand-200\/60:active {
  background-color: rgb(193 215 234 / 0.6);
}

.active\:bg-brand-200\/70:active {
  background-color: rgb(193 215 234 / 0.7);
}

.active\:bg-brand-200\/75:active {
  background-color: rgb(193 215 234 / 0.75);
}

.active\:bg-brand-200\/80:active {
  background-color: rgb(193 215 234 / 0.8);
}

.active\:bg-brand-200\/90:active {
  background-color: rgb(193 215 234 / 0.9);
}

.active\:bg-brand-200\/95:active {
  background-color: rgb(193 215 234 / 0.95);
}

.active\:bg-brand-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(155 190 221 / var(--tw-bg-opacity));
}

.active\:bg-brand-300\/0:active {
  background-color: rgb(155 190 221 / 0);
}

.active\:bg-brand-300\/10:active {
  background-color: rgb(155 190 221 / 0.1);
}

.active\:bg-brand-300\/100:active {
  background-color: rgb(155 190 221 / 1);
}

.active\:bg-brand-300\/20:active {
  background-color: rgb(155 190 221 / 0.2);
}

.active\:bg-brand-300\/25:active {
  background-color: rgb(155 190 221 / 0.25);
}

.active\:bg-brand-300\/30:active {
  background-color: rgb(155 190 221 / 0.3);
}

.active\:bg-brand-300\/40:active {
  background-color: rgb(155 190 221 / 0.4);
}

.active\:bg-brand-300\/5:active {
  background-color: rgb(155 190 221 / 0.05);
}

.active\:bg-brand-300\/50:active {
  background-color: rgb(155 190 221 / 0.5);
}

.active\:bg-brand-300\/60:active {
  background-color: rgb(155 190 221 / 0.6);
}

.active\:bg-brand-300\/70:active {
  background-color: rgb(155 190 221 / 0.7);
}

.active\:bg-brand-300\/75:active {
  background-color: rgb(155 190 221 / 0.75);
}

.active\:bg-brand-300\/80:active {
  background-color: rgb(155 190 221 / 0.8);
}

.active\:bg-brand-300\/90:active {
  background-color: rgb(155 190 221 / 0.9);
}

.active\:bg-brand-300\/95:active {
  background-color: rgb(155 190 221 / 0.95);
}

.active\:bg-brand-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(81 142 195 / var(--tw-bg-opacity));
}

.active\:bg-brand-400\/0:active {
  background-color: rgb(81 142 195 / 0);
}

.active\:bg-brand-400\/10:active {
  background-color: rgb(81 142 195 / 0.1);
}

.active\:bg-brand-400\/100:active {
  background-color: rgb(81 142 195 / 1);
}

.active\:bg-brand-400\/20:active {
  background-color: rgb(81 142 195 / 0.2);
}

.active\:bg-brand-400\/25:active {
  background-color: rgb(81 142 195 / 0.25);
}

.active\:bg-brand-400\/30:active {
  background-color: rgb(81 142 195 / 0.3);
}

.active\:bg-brand-400\/40:active {
  background-color: rgb(81 142 195 / 0.4);
}

.active\:bg-brand-400\/5:active {
  background-color: rgb(81 142 195 / 0.05);
}

.active\:bg-brand-400\/50:active {
  background-color: rgb(81 142 195 / 0.5);
}

.active\:bg-brand-400\/60:active {
  background-color: rgb(81 142 195 / 0.6);
}

.active\:bg-brand-400\/70:active {
  background-color: rgb(81 142 195 / 0.7);
}

.active\:bg-brand-400\/75:active {
  background-color: rgb(81 142 195 / 0.75);
}

.active\:bg-brand-400\/80:active {
  background-color: rgb(81 142 195 / 0.8);
}

.active\:bg-brand-400\/90:active {
  background-color: rgb(81 142 195 / 0.9);
}

.active\:bg-brand-400\/95:active {
  background-color: rgb(81 142 195 / 0.95);
}

.active\:bg-brand-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 247 251 / var(--tw-bg-opacity));
}

.active\:bg-brand-50\/0:active {
  background-color: rgb(243 247 251 / 0);
}

.active\:bg-brand-50\/10:active {
  background-color: rgb(243 247 251 / 0.1);
}

.active\:bg-brand-50\/100:active {
  background-color: rgb(243 247 251 / 1);
}

.active\:bg-brand-50\/20:active {
  background-color: rgb(243 247 251 / 0.2);
}

.active\:bg-brand-50\/25:active {
  background-color: rgb(243 247 251 / 0.25);
}

.active\:bg-brand-50\/30:active {
  background-color: rgb(243 247 251 / 0.3);
}

.active\:bg-brand-50\/40:active {
  background-color: rgb(243 247 251 / 0.4);
}

.active\:bg-brand-50\/5:active {
  background-color: rgb(243 247 251 / 0.05);
}

.active\:bg-brand-50\/50:active {
  background-color: rgb(243 247 251 / 0.5);
}

.active\:bg-brand-50\/60:active {
  background-color: rgb(243 247 251 / 0.6);
}

.active\:bg-brand-50\/70:active {
  background-color: rgb(243 247 251 / 0.7);
}

.active\:bg-brand-50\/75:active {
  background-color: rgb(243 247 251 / 0.75);
}

.active\:bg-brand-50\/80:active {
  background-color: rgb(243 247 251 / 0.8);
}

.active\:bg-brand-50\/90:active {
  background-color: rgb(243 247 251 / 0.9);
}

.active\:bg-brand-50\/95:active {
  background-color: rgb(243 247 251 / 0.95);
}

.active\:bg-brand-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(6 93 169 / var(--tw-bg-opacity));
}

.active\:bg-brand-500\/0:active {
  background-color: rgb(6 93 169 / 0);
}

.active\:bg-brand-500\/10:active {
  background-color: rgb(6 93 169 / 0.1);
}

.active\:bg-brand-500\/100:active {
  background-color: rgb(6 93 169 / 1);
}

.active\:bg-brand-500\/20:active {
  background-color: rgb(6 93 169 / 0.2);
}

.active\:bg-brand-500\/25:active {
  background-color: rgb(6 93 169 / 0.25);
}

.active\:bg-brand-500\/30:active {
  background-color: rgb(6 93 169 / 0.3);
}

.active\:bg-brand-500\/40:active {
  background-color: rgb(6 93 169 / 0.4);
}

.active\:bg-brand-500\/5:active {
  background-color: rgb(6 93 169 / 0.05);
}

.active\:bg-brand-500\/50:active {
  background-color: rgb(6 93 169 / 0.5);
}

.active\:bg-brand-500\/60:active {
  background-color: rgb(6 93 169 / 0.6);
}

.active\:bg-brand-500\/70:active {
  background-color: rgb(6 93 169 / 0.7);
}

.active\:bg-brand-500\/75:active {
  background-color: rgb(6 93 169 / 0.75);
}

.active\:bg-brand-500\/80:active {
  background-color: rgb(6 93 169 / 0.8);
}

.active\:bg-brand-500\/90:active {
  background-color: rgb(6 93 169 / 0.9);
}

.active\:bg-brand-500\/95:active {
  background-color: rgb(6 93 169 / 0.95);
}

.active\:bg-brand-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(5 84 152 / var(--tw-bg-opacity));
}

.active\:bg-brand-600\/0:active {
  background-color: rgb(5 84 152 / 0);
}

.active\:bg-brand-600\/10:active {
  background-color: rgb(5 84 152 / 0.1);
}

.active\:bg-brand-600\/100:active {
  background-color: rgb(5 84 152 / 1);
}

.active\:bg-brand-600\/20:active {
  background-color: rgb(5 84 152 / 0.2);
}

.active\:bg-brand-600\/25:active {
  background-color: rgb(5 84 152 / 0.25);
}

.active\:bg-brand-600\/30:active {
  background-color: rgb(5 84 152 / 0.3);
}

.active\:bg-brand-600\/40:active {
  background-color: rgb(5 84 152 / 0.4);
}

.active\:bg-brand-600\/5:active {
  background-color: rgb(5 84 152 / 0.05);
}

.active\:bg-brand-600\/50:active {
  background-color: rgb(5 84 152 / 0.5);
}

.active\:bg-brand-600\/60:active {
  background-color: rgb(5 84 152 / 0.6);
}

.active\:bg-brand-600\/70:active {
  background-color: rgb(5 84 152 / 0.7);
}

.active\:bg-brand-600\/75:active {
  background-color: rgb(5 84 152 / 0.75);
}

.active\:bg-brand-600\/80:active {
  background-color: rgb(5 84 152 / 0.8);
}

.active\:bg-brand-600\/90:active {
  background-color: rgb(5 84 152 / 0.9);
}

.active\:bg-brand-600\/95:active {
  background-color: rgb(5 84 152 / 0.95);
}

.active\:bg-brand-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(4 56 101 / var(--tw-bg-opacity));
}

.active\:bg-brand-700\/0:active {
  background-color: rgb(4 56 101 / 0);
}

.active\:bg-brand-700\/10:active {
  background-color: rgb(4 56 101 / 0.1);
}

.active\:bg-brand-700\/100:active {
  background-color: rgb(4 56 101 / 1);
}

.active\:bg-brand-700\/20:active {
  background-color: rgb(4 56 101 / 0.2);
}

.active\:bg-brand-700\/25:active {
  background-color: rgb(4 56 101 / 0.25);
}

.active\:bg-brand-700\/30:active {
  background-color: rgb(4 56 101 / 0.3);
}

.active\:bg-brand-700\/40:active {
  background-color: rgb(4 56 101 / 0.4);
}

.active\:bg-brand-700\/5:active {
  background-color: rgb(4 56 101 / 0.05);
}

.active\:bg-brand-700\/50:active {
  background-color: rgb(4 56 101 / 0.5);
}

.active\:bg-brand-700\/60:active {
  background-color: rgb(4 56 101 / 0.6);
}

.active\:bg-brand-700\/70:active {
  background-color: rgb(4 56 101 / 0.7);
}

.active\:bg-brand-700\/75:active {
  background-color: rgb(4 56 101 / 0.75);
}

.active\:bg-brand-700\/80:active {
  background-color: rgb(4 56 101 / 0.8);
}

.active\:bg-brand-700\/90:active {
  background-color: rgb(4 56 101 / 0.9);
}

.active\:bg-brand-700\/95:active {
  background-color: rgb(4 56 101 / 0.95);
}

.active\:bg-brand-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(3 42 76 / var(--tw-bg-opacity));
}

.active\:bg-brand-800\/0:active {
  background-color: rgb(3 42 76 / 0);
}

.active\:bg-brand-800\/10:active {
  background-color: rgb(3 42 76 / 0.1);
}

.active\:bg-brand-800\/100:active {
  background-color: rgb(3 42 76 / 1);
}

.active\:bg-brand-800\/20:active {
  background-color: rgb(3 42 76 / 0.2);
}

.active\:bg-brand-800\/25:active {
  background-color: rgb(3 42 76 / 0.25);
}

.active\:bg-brand-800\/30:active {
  background-color: rgb(3 42 76 / 0.3);
}

.active\:bg-brand-800\/40:active {
  background-color: rgb(3 42 76 / 0.4);
}

.active\:bg-brand-800\/5:active {
  background-color: rgb(3 42 76 / 0.05);
}

.active\:bg-brand-800\/50:active {
  background-color: rgb(3 42 76 / 0.5);
}

.active\:bg-brand-800\/60:active {
  background-color: rgb(3 42 76 / 0.6);
}

.active\:bg-brand-800\/70:active {
  background-color: rgb(3 42 76 / 0.7);
}

.active\:bg-brand-800\/75:active {
  background-color: rgb(3 42 76 / 0.75);
}

.active\:bg-brand-800\/80:active {
  background-color: rgb(3 42 76 / 0.8);
}

.active\:bg-brand-800\/90:active {
  background-color: rgb(3 42 76 / 0.9);
}

.active\:bg-brand-800\/95:active {
  background-color: rgb(3 42 76 / 0.95);
}

.active\:bg-brand-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(2 28 51 / var(--tw-bg-opacity));
}

.active\:bg-brand-900\/0:active {
  background-color: rgb(2 28 51 / 0);
}

.active\:bg-brand-900\/10:active {
  background-color: rgb(2 28 51 / 0.1);
}

.active\:bg-brand-900\/100:active {
  background-color: rgb(2 28 51 / 1);
}

.active\:bg-brand-900\/20:active {
  background-color: rgb(2 28 51 / 0.2);
}

.active\:bg-brand-900\/25:active {
  background-color: rgb(2 28 51 / 0.25);
}

.active\:bg-brand-900\/30:active {
  background-color: rgb(2 28 51 / 0.3);
}

.active\:bg-brand-900\/40:active {
  background-color: rgb(2 28 51 / 0.4);
}

.active\:bg-brand-900\/5:active {
  background-color: rgb(2 28 51 / 0.05);
}

.active\:bg-brand-900\/50:active {
  background-color: rgb(2 28 51 / 0.5);
}

.active\:bg-brand-900\/60:active {
  background-color: rgb(2 28 51 / 0.6);
}

.active\:bg-brand-900\/70:active {
  background-color: rgb(2 28 51 / 0.7);
}

.active\:bg-brand-900\/75:active {
  background-color: rgb(2 28 51 / 0.75);
}

.active\:bg-brand-900\/80:active {
  background-color: rgb(2 28 51 / 0.8);
}

.active\:bg-brand-900\/90:active {
  background-color: rgb(2 28 51 / 0.9);
}

.active\:bg-brand-900\/95:active {
  background-color: rgb(2 28 51 / 0.95);
}

.active\:bg-current:active {
  background-color: currentColor;
}

.active\:bg-cyan-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity));
}

.active\:bg-cyan-100\/0:active {
  background-color: rgb(207 250 254 / 0);
}

.active\:bg-cyan-100\/10:active {
  background-color: rgb(207 250 254 / 0.1);
}

.active\:bg-cyan-100\/100:active {
  background-color: rgb(207 250 254 / 1);
}

.active\:bg-cyan-100\/20:active {
  background-color: rgb(207 250 254 / 0.2);
}

.active\:bg-cyan-100\/25:active {
  background-color: rgb(207 250 254 / 0.25);
}

.active\:bg-cyan-100\/30:active {
  background-color: rgb(207 250 254 / 0.3);
}

.active\:bg-cyan-100\/40:active {
  background-color: rgb(207 250 254 / 0.4);
}

.active\:bg-cyan-100\/5:active {
  background-color: rgb(207 250 254 / 0.05);
}

.active\:bg-cyan-100\/50:active {
  background-color: rgb(207 250 254 / 0.5);
}

.active\:bg-cyan-100\/60:active {
  background-color: rgb(207 250 254 / 0.6);
}

.active\:bg-cyan-100\/70:active {
  background-color: rgb(207 250 254 / 0.7);
}

.active\:bg-cyan-100\/75:active {
  background-color: rgb(207 250 254 / 0.75);
}

.active\:bg-cyan-100\/80:active {
  background-color: rgb(207 250 254 / 0.8);
}

.active\:bg-cyan-100\/90:active {
  background-color: rgb(207 250 254 / 0.9);
}

.active\:bg-cyan-100\/95:active {
  background-color: rgb(207 250 254 / 0.95);
}

.active\:bg-cyan-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(165 243 252 / var(--tw-bg-opacity));
}

.active\:bg-cyan-200\/0:active {
  background-color: rgb(165 243 252 / 0);
}

.active\:bg-cyan-200\/10:active {
  background-color: rgb(165 243 252 / 0.1);
}

.active\:bg-cyan-200\/100:active {
  background-color: rgb(165 243 252 / 1);
}

.active\:bg-cyan-200\/20:active {
  background-color: rgb(165 243 252 / 0.2);
}

.active\:bg-cyan-200\/25:active {
  background-color: rgb(165 243 252 / 0.25);
}

.active\:bg-cyan-200\/30:active {
  background-color: rgb(165 243 252 / 0.3);
}

.active\:bg-cyan-200\/40:active {
  background-color: rgb(165 243 252 / 0.4);
}

.active\:bg-cyan-200\/5:active {
  background-color: rgb(165 243 252 / 0.05);
}

.active\:bg-cyan-200\/50:active {
  background-color: rgb(165 243 252 / 0.5);
}

.active\:bg-cyan-200\/60:active {
  background-color: rgb(165 243 252 / 0.6);
}

.active\:bg-cyan-200\/70:active {
  background-color: rgb(165 243 252 / 0.7);
}

.active\:bg-cyan-200\/75:active {
  background-color: rgb(165 243 252 / 0.75);
}

.active\:bg-cyan-200\/80:active {
  background-color: rgb(165 243 252 / 0.8);
}

.active\:bg-cyan-200\/90:active {
  background-color: rgb(165 243 252 / 0.9);
}

.active\:bg-cyan-200\/95:active {
  background-color: rgb(165 243 252 / 0.95);
}

.active\:bg-cyan-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity));
}

.active\:bg-cyan-300\/0:active {
  background-color: rgb(103 232 249 / 0);
}

.active\:bg-cyan-300\/10:active {
  background-color: rgb(103 232 249 / 0.1);
}

.active\:bg-cyan-300\/100:active {
  background-color: rgb(103 232 249 / 1);
}

.active\:bg-cyan-300\/20:active {
  background-color: rgb(103 232 249 / 0.2);
}

.active\:bg-cyan-300\/25:active {
  background-color: rgb(103 232 249 / 0.25);
}

.active\:bg-cyan-300\/30:active {
  background-color: rgb(103 232 249 / 0.3);
}

.active\:bg-cyan-300\/40:active {
  background-color: rgb(103 232 249 / 0.4);
}

.active\:bg-cyan-300\/5:active {
  background-color: rgb(103 232 249 / 0.05);
}

.active\:bg-cyan-300\/50:active {
  background-color: rgb(103 232 249 / 0.5);
}

.active\:bg-cyan-300\/60:active {
  background-color: rgb(103 232 249 / 0.6);
}

.active\:bg-cyan-300\/70:active {
  background-color: rgb(103 232 249 / 0.7);
}

.active\:bg-cyan-300\/75:active {
  background-color: rgb(103 232 249 / 0.75);
}

.active\:bg-cyan-300\/80:active {
  background-color: rgb(103 232 249 / 0.8);
}

.active\:bg-cyan-300\/90:active {
  background-color: rgb(103 232 249 / 0.9);
}

.active\:bg-cyan-300\/95:active {
  background-color: rgb(103 232 249 / 0.95);
}

.active\:bg-cyan-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity));
}

.active\:bg-cyan-400\/0:active {
  background-color: rgb(34 211 238 / 0);
}

.active\:bg-cyan-400\/10:active {
  background-color: rgb(34 211 238 / 0.1);
}

.active\:bg-cyan-400\/100:active {
  background-color: rgb(34 211 238 / 1);
}

.active\:bg-cyan-400\/20:active {
  background-color: rgb(34 211 238 / 0.2);
}

.active\:bg-cyan-400\/25:active {
  background-color: rgb(34 211 238 / 0.25);
}

.active\:bg-cyan-400\/30:active {
  background-color: rgb(34 211 238 / 0.3);
}

.active\:bg-cyan-400\/40:active {
  background-color: rgb(34 211 238 / 0.4);
}

.active\:bg-cyan-400\/5:active {
  background-color: rgb(34 211 238 / 0.05);
}

.active\:bg-cyan-400\/50:active {
  background-color: rgb(34 211 238 / 0.5);
}

.active\:bg-cyan-400\/60:active {
  background-color: rgb(34 211 238 / 0.6);
}

.active\:bg-cyan-400\/70:active {
  background-color: rgb(34 211 238 / 0.7);
}

.active\:bg-cyan-400\/75:active {
  background-color: rgb(34 211 238 / 0.75);
}

.active\:bg-cyan-400\/80:active {
  background-color: rgb(34 211 238 / 0.8);
}

.active\:bg-cyan-400\/90:active {
  background-color: rgb(34 211 238 / 0.9);
}

.active\:bg-cyan-400\/95:active {
  background-color: rgb(34 211 238 / 0.95);
}

.active\:bg-cyan-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity));
}

.active\:bg-cyan-50\/0:active {
  background-color: rgb(236 254 255 / 0);
}

.active\:bg-cyan-50\/10:active {
  background-color: rgb(236 254 255 / 0.1);
}

.active\:bg-cyan-50\/100:active {
  background-color: rgb(236 254 255 / 1);
}

.active\:bg-cyan-50\/20:active {
  background-color: rgb(236 254 255 / 0.2);
}

.active\:bg-cyan-50\/25:active {
  background-color: rgb(236 254 255 / 0.25);
}

.active\:bg-cyan-50\/30:active {
  background-color: rgb(236 254 255 / 0.3);
}

.active\:bg-cyan-50\/40:active {
  background-color: rgb(236 254 255 / 0.4);
}

.active\:bg-cyan-50\/5:active {
  background-color: rgb(236 254 255 / 0.05);
}

.active\:bg-cyan-50\/50:active {
  background-color: rgb(236 254 255 / 0.5);
}

.active\:bg-cyan-50\/60:active {
  background-color: rgb(236 254 255 / 0.6);
}

.active\:bg-cyan-50\/70:active {
  background-color: rgb(236 254 255 / 0.7);
}

.active\:bg-cyan-50\/75:active {
  background-color: rgb(236 254 255 / 0.75);
}

.active\:bg-cyan-50\/80:active {
  background-color: rgb(236 254 255 / 0.8);
}

.active\:bg-cyan-50\/90:active {
  background-color: rgb(236 254 255 / 0.9);
}

.active\:bg-cyan-50\/95:active {
  background-color: rgb(236 254 255 / 0.95);
}

.active\:bg-cyan-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity));
}

.active\:bg-cyan-500\/0:active {
  background-color: rgb(6 182 212 / 0);
}

.active\:bg-cyan-500\/10:active {
  background-color: rgb(6 182 212 / 0.1);
}

.active\:bg-cyan-500\/100:active {
  background-color: rgb(6 182 212 / 1);
}

.active\:bg-cyan-500\/20:active {
  background-color: rgb(6 182 212 / 0.2);
}

.active\:bg-cyan-500\/25:active {
  background-color: rgb(6 182 212 / 0.25);
}

.active\:bg-cyan-500\/30:active {
  background-color: rgb(6 182 212 / 0.3);
}

.active\:bg-cyan-500\/40:active {
  background-color: rgb(6 182 212 / 0.4);
}

.active\:bg-cyan-500\/5:active {
  background-color: rgb(6 182 212 / 0.05);
}

.active\:bg-cyan-500\/50:active {
  background-color: rgb(6 182 212 / 0.5);
}

.active\:bg-cyan-500\/60:active {
  background-color: rgb(6 182 212 / 0.6);
}

.active\:bg-cyan-500\/70:active {
  background-color: rgb(6 182 212 / 0.7);
}

.active\:bg-cyan-500\/75:active {
  background-color: rgb(6 182 212 / 0.75);
}

.active\:bg-cyan-500\/80:active {
  background-color: rgb(6 182 212 / 0.8);
}

.active\:bg-cyan-500\/90:active {
  background-color: rgb(6 182 212 / 0.9);
}

.active\:bg-cyan-500\/95:active {
  background-color: rgb(6 182 212 / 0.95);
}

.active\:bg-cyan-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity));
}

.active\:bg-cyan-600\/0:active {
  background-color: rgb(8 145 178 / 0);
}

.active\:bg-cyan-600\/10:active {
  background-color: rgb(8 145 178 / 0.1);
}

.active\:bg-cyan-600\/100:active {
  background-color: rgb(8 145 178 / 1);
}

.active\:bg-cyan-600\/20:active {
  background-color: rgb(8 145 178 / 0.2);
}

.active\:bg-cyan-600\/25:active {
  background-color: rgb(8 145 178 / 0.25);
}

.active\:bg-cyan-600\/30:active {
  background-color: rgb(8 145 178 / 0.3);
}

.active\:bg-cyan-600\/40:active {
  background-color: rgb(8 145 178 / 0.4);
}

.active\:bg-cyan-600\/5:active {
  background-color: rgb(8 145 178 / 0.05);
}

.active\:bg-cyan-600\/50:active {
  background-color: rgb(8 145 178 / 0.5);
}

.active\:bg-cyan-600\/60:active {
  background-color: rgb(8 145 178 / 0.6);
}

.active\:bg-cyan-600\/70:active {
  background-color: rgb(8 145 178 / 0.7);
}

.active\:bg-cyan-600\/75:active {
  background-color: rgb(8 145 178 / 0.75);
}

.active\:bg-cyan-600\/80:active {
  background-color: rgb(8 145 178 / 0.8);
}

.active\:bg-cyan-600\/90:active {
  background-color: rgb(8 145 178 / 0.9);
}

.active\:bg-cyan-600\/95:active {
  background-color: rgb(8 145 178 / 0.95);
}

.active\:bg-cyan-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity));
}

.active\:bg-cyan-700\/0:active {
  background-color: rgb(14 116 144 / 0);
}

.active\:bg-cyan-700\/10:active {
  background-color: rgb(14 116 144 / 0.1);
}

.active\:bg-cyan-700\/100:active {
  background-color: rgb(14 116 144 / 1);
}

.active\:bg-cyan-700\/20:active {
  background-color: rgb(14 116 144 / 0.2);
}

.active\:bg-cyan-700\/25:active {
  background-color: rgb(14 116 144 / 0.25);
}

.active\:bg-cyan-700\/30:active {
  background-color: rgb(14 116 144 / 0.3);
}

.active\:bg-cyan-700\/40:active {
  background-color: rgb(14 116 144 / 0.4);
}

.active\:bg-cyan-700\/5:active {
  background-color: rgb(14 116 144 / 0.05);
}

.active\:bg-cyan-700\/50:active {
  background-color: rgb(14 116 144 / 0.5);
}

.active\:bg-cyan-700\/60:active {
  background-color: rgb(14 116 144 / 0.6);
}

.active\:bg-cyan-700\/70:active {
  background-color: rgb(14 116 144 / 0.7);
}

.active\:bg-cyan-700\/75:active {
  background-color: rgb(14 116 144 / 0.75);
}

.active\:bg-cyan-700\/80:active {
  background-color: rgb(14 116 144 / 0.8);
}

.active\:bg-cyan-700\/90:active {
  background-color: rgb(14 116 144 / 0.9);
}

.active\:bg-cyan-700\/95:active {
  background-color: rgb(14 116 144 / 0.95);
}

.active\:bg-cyan-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity));
}

.active\:bg-cyan-800\/0:active {
  background-color: rgb(21 94 117 / 0);
}

.active\:bg-cyan-800\/10:active {
  background-color: rgb(21 94 117 / 0.1);
}

.active\:bg-cyan-800\/100:active {
  background-color: rgb(21 94 117 / 1);
}

.active\:bg-cyan-800\/20:active {
  background-color: rgb(21 94 117 / 0.2);
}

.active\:bg-cyan-800\/25:active {
  background-color: rgb(21 94 117 / 0.25);
}

.active\:bg-cyan-800\/30:active {
  background-color: rgb(21 94 117 / 0.3);
}

.active\:bg-cyan-800\/40:active {
  background-color: rgb(21 94 117 / 0.4);
}

.active\:bg-cyan-800\/5:active {
  background-color: rgb(21 94 117 / 0.05);
}

.active\:bg-cyan-800\/50:active {
  background-color: rgb(21 94 117 / 0.5);
}

.active\:bg-cyan-800\/60:active {
  background-color: rgb(21 94 117 / 0.6);
}

.active\:bg-cyan-800\/70:active {
  background-color: rgb(21 94 117 / 0.7);
}

.active\:bg-cyan-800\/75:active {
  background-color: rgb(21 94 117 / 0.75);
}

.active\:bg-cyan-800\/80:active {
  background-color: rgb(21 94 117 / 0.8);
}

.active\:bg-cyan-800\/90:active {
  background-color: rgb(21 94 117 / 0.9);
}

.active\:bg-cyan-800\/95:active {
  background-color: rgb(21 94 117 / 0.95);
}

.active\:bg-cyan-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity));
}

.active\:bg-cyan-900\/0:active {
  background-color: rgb(22 78 99 / 0);
}

.active\:bg-cyan-900\/10:active {
  background-color: rgb(22 78 99 / 0.1);
}

.active\:bg-cyan-900\/100:active {
  background-color: rgb(22 78 99 / 1);
}

.active\:bg-cyan-900\/20:active {
  background-color: rgb(22 78 99 / 0.2);
}

.active\:bg-cyan-900\/25:active {
  background-color: rgb(22 78 99 / 0.25);
}

.active\:bg-cyan-900\/30:active {
  background-color: rgb(22 78 99 / 0.3);
}

.active\:bg-cyan-900\/40:active {
  background-color: rgb(22 78 99 / 0.4);
}

.active\:bg-cyan-900\/5:active {
  background-color: rgb(22 78 99 / 0.05);
}

.active\:bg-cyan-900\/50:active {
  background-color: rgb(22 78 99 / 0.5);
}

.active\:bg-cyan-900\/60:active {
  background-color: rgb(22 78 99 / 0.6);
}

.active\:bg-cyan-900\/70:active {
  background-color: rgb(22 78 99 / 0.7);
}

.active\:bg-cyan-900\/75:active {
  background-color: rgb(22 78 99 / 0.75);
}

.active\:bg-cyan-900\/80:active {
  background-color: rgb(22 78 99 / 0.8);
}

.active\:bg-cyan-900\/90:active {
  background-color: rgb(22 78 99 / 0.9);
}

.active\:bg-cyan-900\/95:active {
  background-color: rgb(22 78 99 / 0.95);
}

.active\:bg-cyan-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(8 51 68 / var(--tw-bg-opacity));
}

.active\:bg-cyan-950\/0:active {
  background-color: rgb(8 51 68 / 0);
}

.active\:bg-cyan-950\/10:active {
  background-color: rgb(8 51 68 / 0.1);
}

.active\:bg-cyan-950\/100:active {
  background-color: rgb(8 51 68 / 1);
}

.active\:bg-cyan-950\/20:active {
  background-color: rgb(8 51 68 / 0.2);
}

.active\:bg-cyan-950\/25:active {
  background-color: rgb(8 51 68 / 0.25);
}

.active\:bg-cyan-950\/30:active {
  background-color: rgb(8 51 68 / 0.3);
}

.active\:bg-cyan-950\/40:active {
  background-color: rgb(8 51 68 / 0.4);
}

.active\:bg-cyan-950\/5:active {
  background-color: rgb(8 51 68 / 0.05);
}

.active\:bg-cyan-950\/50:active {
  background-color: rgb(8 51 68 / 0.5);
}

.active\:bg-cyan-950\/60:active {
  background-color: rgb(8 51 68 / 0.6);
}

.active\:bg-cyan-950\/70:active {
  background-color: rgb(8 51 68 / 0.7);
}

.active\:bg-cyan-950\/75:active {
  background-color: rgb(8 51 68 / 0.75);
}

.active\:bg-cyan-950\/80:active {
  background-color: rgb(8 51 68 / 0.8);
}

.active\:bg-cyan-950\/90:active {
  background-color: rgb(8 51 68 / 0.9);
}

.active\:bg-cyan-950\/95:active {
  background-color: rgb(8 51 68 / 0.95);
}

.active\:bg-emerald-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
}

.active\:bg-emerald-100\/0:active {
  background-color: rgb(209 250 229 / 0);
}

.active\:bg-emerald-100\/10:active {
  background-color: rgb(209 250 229 / 0.1);
}

.active\:bg-emerald-100\/100:active {
  background-color: rgb(209 250 229 / 1);
}

.active\:bg-emerald-100\/20:active {
  background-color: rgb(209 250 229 / 0.2);
}

.active\:bg-emerald-100\/25:active {
  background-color: rgb(209 250 229 / 0.25);
}

.active\:bg-emerald-100\/30:active {
  background-color: rgb(209 250 229 / 0.3);
}

.active\:bg-emerald-100\/40:active {
  background-color: rgb(209 250 229 / 0.4);
}

.active\:bg-emerald-100\/5:active {
  background-color: rgb(209 250 229 / 0.05);
}

.active\:bg-emerald-100\/50:active {
  background-color: rgb(209 250 229 / 0.5);
}

.active\:bg-emerald-100\/60:active {
  background-color: rgb(209 250 229 / 0.6);
}

.active\:bg-emerald-100\/70:active {
  background-color: rgb(209 250 229 / 0.7);
}

.active\:bg-emerald-100\/75:active {
  background-color: rgb(209 250 229 / 0.75);
}

.active\:bg-emerald-100\/80:active {
  background-color: rgb(209 250 229 / 0.8);
}

.active\:bg-emerald-100\/90:active {
  background-color: rgb(209 250 229 / 0.9);
}

.active\:bg-emerald-100\/95:active {
  background-color: rgb(209 250 229 / 0.95);
}

.active\:bg-emerald-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity));
}

.active\:bg-emerald-200\/0:active {
  background-color: rgb(167 243 208 / 0);
}

.active\:bg-emerald-200\/10:active {
  background-color: rgb(167 243 208 / 0.1);
}

.active\:bg-emerald-200\/100:active {
  background-color: rgb(167 243 208 / 1);
}

.active\:bg-emerald-200\/20:active {
  background-color: rgb(167 243 208 / 0.2);
}

.active\:bg-emerald-200\/25:active {
  background-color: rgb(167 243 208 / 0.25);
}

.active\:bg-emerald-200\/30:active {
  background-color: rgb(167 243 208 / 0.3);
}

.active\:bg-emerald-200\/40:active {
  background-color: rgb(167 243 208 / 0.4);
}

.active\:bg-emerald-200\/5:active {
  background-color: rgb(167 243 208 / 0.05);
}

.active\:bg-emerald-200\/50:active {
  background-color: rgb(167 243 208 / 0.5);
}

.active\:bg-emerald-200\/60:active {
  background-color: rgb(167 243 208 / 0.6);
}

.active\:bg-emerald-200\/70:active {
  background-color: rgb(167 243 208 / 0.7);
}

.active\:bg-emerald-200\/75:active {
  background-color: rgb(167 243 208 / 0.75);
}

.active\:bg-emerald-200\/80:active {
  background-color: rgb(167 243 208 / 0.8);
}

.active\:bg-emerald-200\/90:active {
  background-color: rgb(167 243 208 / 0.9);
}

.active\:bg-emerald-200\/95:active {
  background-color: rgb(167 243 208 / 0.95);
}

.active\:bg-emerald-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity));
}

.active\:bg-emerald-300\/0:active {
  background-color: rgb(110 231 183 / 0);
}

.active\:bg-emerald-300\/10:active {
  background-color: rgb(110 231 183 / 0.1);
}

.active\:bg-emerald-300\/100:active {
  background-color: rgb(110 231 183 / 1);
}

.active\:bg-emerald-300\/20:active {
  background-color: rgb(110 231 183 / 0.2);
}

.active\:bg-emerald-300\/25:active {
  background-color: rgb(110 231 183 / 0.25);
}

.active\:bg-emerald-300\/30:active {
  background-color: rgb(110 231 183 / 0.3);
}

.active\:bg-emerald-300\/40:active {
  background-color: rgb(110 231 183 / 0.4);
}

.active\:bg-emerald-300\/5:active {
  background-color: rgb(110 231 183 / 0.05);
}

.active\:bg-emerald-300\/50:active {
  background-color: rgb(110 231 183 / 0.5);
}

.active\:bg-emerald-300\/60:active {
  background-color: rgb(110 231 183 / 0.6);
}

.active\:bg-emerald-300\/70:active {
  background-color: rgb(110 231 183 / 0.7);
}

.active\:bg-emerald-300\/75:active {
  background-color: rgb(110 231 183 / 0.75);
}

.active\:bg-emerald-300\/80:active {
  background-color: rgb(110 231 183 / 0.8);
}

.active\:bg-emerald-300\/90:active {
  background-color: rgb(110 231 183 / 0.9);
}

.active\:bg-emerald-300\/95:active {
  background-color: rgb(110 231 183 / 0.95);
}

.active\:bg-emerald-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity));
}

.active\:bg-emerald-400\/0:active {
  background-color: rgb(52 211 153 / 0);
}

.active\:bg-emerald-400\/10:active {
  background-color: rgb(52 211 153 / 0.1);
}

.active\:bg-emerald-400\/100:active {
  background-color: rgb(52 211 153 / 1);
}

.active\:bg-emerald-400\/20:active {
  background-color: rgb(52 211 153 / 0.2);
}

.active\:bg-emerald-400\/25:active {
  background-color: rgb(52 211 153 / 0.25);
}

.active\:bg-emerald-400\/30:active {
  background-color: rgb(52 211 153 / 0.3);
}

.active\:bg-emerald-400\/40:active {
  background-color: rgb(52 211 153 / 0.4);
}

.active\:bg-emerald-400\/5:active {
  background-color: rgb(52 211 153 / 0.05);
}

.active\:bg-emerald-400\/50:active {
  background-color: rgb(52 211 153 / 0.5);
}

.active\:bg-emerald-400\/60:active {
  background-color: rgb(52 211 153 / 0.6);
}

.active\:bg-emerald-400\/70:active {
  background-color: rgb(52 211 153 / 0.7);
}

.active\:bg-emerald-400\/75:active {
  background-color: rgb(52 211 153 / 0.75);
}

.active\:bg-emerald-400\/80:active {
  background-color: rgb(52 211 153 / 0.8);
}

.active\:bg-emerald-400\/90:active {
  background-color: rgb(52 211 153 / 0.9);
}

.active\:bg-emerald-400\/95:active {
  background-color: rgb(52 211 153 / 0.95);
}

.active\:bg-emerald-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
}

.active\:bg-emerald-50\/0:active {
  background-color: rgb(236 253 245 / 0);
}

.active\:bg-emerald-50\/10:active {
  background-color: rgb(236 253 245 / 0.1);
}

.active\:bg-emerald-50\/100:active {
  background-color: rgb(236 253 245 / 1);
}

.active\:bg-emerald-50\/20:active {
  background-color: rgb(236 253 245 / 0.2);
}

.active\:bg-emerald-50\/25:active {
  background-color: rgb(236 253 245 / 0.25);
}

.active\:bg-emerald-50\/30:active {
  background-color: rgb(236 253 245 / 0.3);
}

.active\:bg-emerald-50\/40:active {
  background-color: rgb(236 253 245 / 0.4);
}

.active\:bg-emerald-50\/5:active {
  background-color: rgb(236 253 245 / 0.05);
}

.active\:bg-emerald-50\/50:active {
  background-color: rgb(236 253 245 / 0.5);
}

.active\:bg-emerald-50\/60:active {
  background-color: rgb(236 253 245 / 0.6);
}

.active\:bg-emerald-50\/70:active {
  background-color: rgb(236 253 245 / 0.7);
}

.active\:bg-emerald-50\/75:active {
  background-color: rgb(236 253 245 / 0.75);
}

.active\:bg-emerald-50\/80:active {
  background-color: rgb(236 253 245 / 0.8);
}

.active\:bg-emerald-50\/90:active {
  background-color: rgb(236 253 245 / 0.9);
}

.active\:bg-emerald-50\/95:active {
  background-color: rgb(236 253 245 / 0.95);
}

.active\:bg-emerald-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}

.active\:bg-emerald-500\/0:active {
  background-color: rgb(16 185 129 / 0);
}

.active\:bg-emerald-500\/10:active {
  background-color: rgb(16 185 129 / 0.1);
}

.active\:bg-emerald-500\/100:active {
  background-color: rgb(16 185 129 / 1);
}

.active\:bg-emerald-500\/20:active {
  background-color: rgb(16 185 129 / 0.2);
}

.active\:bg-emerald-500\/25:active {
  background-color: rgb(16 185 129 / 0.25);
}

.active\:bg-emerald-500\/30:active {
  background-color: rgb(16 185 129 / 0.3);
}

.active\:bg-emerald-500\/40:active {
  background-color: rgb(16 185 129 / 0.4);
}

.active\:bg-emerald-500\/5:active {
  background-color: rgb(16 185 129 / 0.05);
}

.active\:bg-emerald-500\/50:active {
  background-color: rgb(16 185 129 / 0.5);
}

.active\:bg-emerald-500\/60:active {
  background-color: rgb(16 185 129 / 0.6);
}

.active\:bg-emerald-500\/70:active {
  background-color: rgb(16 185 129 / 0.7);
}

.active\:bg-emerald-500\/75:active {
  background-color: rgb(16 185 129 / 0.75);
}

.active\:bg-emerald-500\/80:active {
  background-color: rgb(16 185 129 / 0.8);
}

.active\:bg-emerald-500\/90:active {
  background-color: rgb(16 185 129 / 0.9);
}

.active\:bg-emerald-500\/95:active {
  background-color: rgb(16 185 129 / 0.95);
}

.active\:bg-emerald-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}

.active\:bg-emerald-600\/0:active {
  background-color: rgb(5 150 105 / 0);
}

.active\:bg-emerald-600\/10:active {
  background-color: rgb(5 150 105 / 0.1);
}

.active\:bg-emerald-600\/100:active {
  background-color: rgb(5 150 105 / 1);
}

.active\:bg-emerald-600\/20:active {
  background-color: rgb(5 150 105 / 0.2);
}

.active\:bg-emerald-600\/25:active {
  background-color: rgb(5 150 105 / 0.25);
}

.active\:bg-emerald-600\/30:active {
  background-color: rgb(5 150 105 / 0.3);
}

.active\:bg-emerald-600\/40:active {
  background-color: rgb(5 150 105 / 0.4);
}

.active\:bg-emerald-600\/5:active {
  background-color: rgb(5 150 105 / 0.05);
}

.active\:bg-emerald-600\/50:active {
  background-color: rgb(5 150 105 / 0.5);
}

.active\:bg-emerald-600\/60:active {
  background-color: rgb(5 150 105 / 0.6);
}

.active\:bg-emerald-600\/70:active {
  background-color: rgb(5 150 105 / 0.7);
}

.active\:bg-emerald-600\/75:active {
  background-color: rgb(5 150 105 / 0.75);
}

.active\:bg-emerald-600\/80:active {
  background-color: rgb(5 150 105 / 0.8);
}

.active\:bg-emerald-600\/90:active {
  background-color: rgb(5 150 105 / 0.9);
}

.active\:bg-emerald-600\/95:active {
  background-color: rgb(5 150 105 / 0.95);
}

.active\:bg-emerald-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity));
}

.active\:bg-emerald-700\/0:active {
  background-color: rgb(4 120 87 / 0);
}

.active\:bg-emerald-700\/10:active {
  background-color: rgb(4 120 87 / 0.1);
}

.active\:bg-emerald-700\/100:active {
  background-color: rgb(4 120 87 / 1);
}

.active\:bg-emerald-700\/20:active {
  background-color: rgb(4 120 87 / 0.2);
}

.active\:bg-emerald-700\/25:active {
  background-color: rgb(4 120 87 / 0.25);
}

.active\:bg-emerald-700\/30:active {
  background-color: rgb(4 120 87 / 0.3);
}

.active\:bg-emerald-700\/40:active {
  background-color: rgb(4 120 87 / 0.4);
}

.active\:bg-emerald-700\/5:active {
  background-color: rgb(4 120 87 / 0.05);
}

.active\:bg-emerald-700\/50:active {
  background-color: rgb(4 120 87 / 0.5);
}

.active\:bg-emerald-700\/60:active {
  background-color: rgb(4 120 87 / 0.6);
}

.active\:bg-emerald-700\/70:active {
  background-color: rgb(4 120 87 / 0.7);
}

.active\:bg-emerald-700\/75:active {
  background-color: rgb(4 120 87 / 0.75);
}

.active\:bg-emerald-700\/80:active {
  background-color: rgb(4 120 87 / 0.8);
}

.active\:bg-emerald-700\/90:active {
  background-color: rgb(4 120 87 / 0.9);
}

.active\:bg-emerald-700\/95:active {
  background-color: rgb(4 120 87 / 0.95);
}

.active\:bg-emerald-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity));
}

.active\:bg-emerald-800\/0:active {
  background-color: rgb(6 95 70 / 0);
}

.active\:bg-emerald-800\/10:active {
  background-color: rgb(6 95 70 / 0.1);
}

.active\:bg-emerald-800\/100:active {
  background-color: rgb(6 95 70 / 1);
}

.active\:bg-emerald-800\/20:active {
  background-color: rgb(6 95 70 / 0.2);
}

.active\:bg-emerald-800\/25:active {
  background-color: rgb(6 95 70 / 0.25);
}

.active\:bg-emerald-800\/30:active {
  background-color: rgb(6 95 70 / 0.3);
}

.active\:bg-emerald-800\/40:active {
  background-color: rgb(6 95 70 / 0.4);
}

.active\:bg-emerald-800\/5:active {
  background-color: rgb(6 95 70 / 0.05);
}

.active\:bg-emerald-800\/50:active {
  background-color: rgb(6 95 70 / 0.5);
}

.active\:bg-emerald-800\/60:active {
  background-color: rgb(6 95 70 / 0.6);
}

.active\:bg-emerald-800\/70:active {
  background-color: rgb(6 95 70 / 0.7);
}

.active\:bg-emerald-800\/75:active {
  background-color: rgb(6 95 70 / 0.75);
}

.active\:bg-emerald-800\/80:active {
  background-color: rgb(6 95 70 / 0.8);
}

.active\:bg-emerald-800\/90:active {
  background-color: rgb(6 95 70 / 0.9);
}

.active\:bg-emerald-800\/95:active {
  background-color: rgb(6 95 70 / 0.95);
}

.active\:bg-emerald-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity));
}

.active\:bg-emerald-900\/0:active {
  background-color: rgb(6 78 59 / 0);
}

.active\:bg-emerald-900\/10:active {
  background-color: rgb(6 78 59 / 0.1);
}

.active\:bg-emerald-900\/100:active {
  background-color: rgb(6 78 59 / 1);
}

.active\:bg-emerald-900\/20:active {
  background-color: rgb(6 78 59 / 0.2);
}

.active\:bg-emerald-900\/25:active {
  background-color: rgb(6 78 59 / 0.25);
}

.active\:bg-emerald-900\/30:active {
  background-color: rgb(6 78 59 / 0.3);
}

.active\:bg-emerald-900\/40:active {
  background-color: rgb(6 78 59 / 0.4);
}

.active\:bg-emerald-900\/5:active {
  background-color: rgb(6 78 59 / 0.05);
}

.active\:bg-emerald-900\/50:active {
  background-color: rgb(6 78 59 / 0.5);
}

.active\:bg-emerald-900\/60:active {
  background-color: rgb(6 78 59 / 0.6);
}

.active\:bg-emerald-900\/70:active {
  background-color: rgb(6 78 59 / 0.7);
}

.active\:bg-emerald-900\/75:active {
  background-color: rgb(6 78 59 / 0.75);
}

.active\:bg-emerald-900\/80:active {
  background-color: rgb(6 78 59 / 0.8);
}

.active\:bg-emerald-900\/90:active {
  background-color: rgb(6 78 59 / 0.9);
}

.active\:bg-emerald-900\/95:active {
  background-color: rgb(6 78 59 / 0.95);
}

.active\:bg-emerald-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(2 44 34 / var(--tw-bg-opacity));
}

.active\:bg-emerald-950\/0:active {
  background-color: rgb(2 44 34 / 0);
}

.active\:bg-emerald-950\/10:active {
  background-color: rgb(2 44 34 / 0.1);
}

.active\:bg-emerald-950\/100:active {
  background-color: rgb(2 44 34 / 1);
}

.active\:bg-emerald-950\/20:active {
  background-color: rgb(2 44 34 / 0.2);
}

.active\:bg-emerald-950\/25:active {
  background-color: rgb(2 44 34 / 0.25);
}

.active\:bg-emerald-950\/30:active {
  background-color: rgb(2 44 34 / 0.3);
}

.active\:bg-emerald-950\/40:active {
  background-color: rgb(2 44 34 / 0.4);
}

.active\:bg-emerald-950\/5:active {
  background-color: rgb(2 44 34 / 0.05);
}

.active\:bg-emerald-950\/50:active {
  background-color: rgb(2 44 34 / 0.5);
}

.active\:bg-emerald-950\/60:active {
  background-color: rgb(2 44 34 / 0.6);
}

.active\:bg-emerald-950\/70:active {
  background-color: rgb(2 44 34 / 0.7);
}

.active\:bg-emerald-950\/75:active {
  background-color: rgb(2 44 34 / 0.75);
}

.active\:bg-emerald-950\/80:active {
  background-color: rgb(2 44 34 / 0.8);
}

.active\:bg-emerald-950\/90:active {
  background-color: rgb(2 44 34 / 0.9);
}

.active\:bg-emerald-950\/95:active {
  background-color: rgb(2 44 34 / 0.95);
}

.active\:bg-fuchsia-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity));
}

.active\:bg-fuchsia-100\/0:active {
  background-color: rgb(250 232 255 / 0);
}

.active\:bg-fuchsia-100\/10:active {
  background-color: rgb(250 232 255 / 0.1);
}

.active\:bg-fuchsia-100\/100:active {
  background-color: rgb(250 232 255 / 1);
}

.active\:bg-fuchsia-100\/20:active {
  background-color: rgb(250 232 255 / 0.2);
}

.active\:bg-fuchsia-100\/25:active {
  background-color: rgb(250 232 255 / 0.25);
}

.active\:bg-fuchsia-100\/30:active {
  background-color: rgb(250 232 255 / 0.3);
}

.active\:bg-fuchsia-100\/40:active {
  background-color: rgb(250 232 255 / 0.4);
}

.active\:bg-fuchsia-100\/5:active {
  background-color: rgb(250 232 255 / 0.05);
}

.active\:bg-fuchsia-100\/50:active {
  background-color: rgb(250 232 255 / 0.5);
}

.active\:bg-fuchsia-100\/60:active {
  background-color: rgb(250 232 255 / 0.6);
}

.active\:bg-fuchsia-100\/70:active {
  background-color: rgb(250 232 255 / 0.7);
}

.active\:bg-fuchsia-100\/75:active {
  background-color: rgb(250 232 255 / 0.75);
}

.active\:bg-fuchsia-100\/80:active {
  background-color: rgb(250 232 255 / 0.8);
}

.active\:bg-fuchsia-100\/90:active {
  background-color: rgb(250 232 255 / 0.9);
}

.active\:bg-fuchsia-100\/95:active {
  background-color: rgb(250 232 255 / 0.95);
}

.active\:bg-fuchsia-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(245 208 254 / var(--tw-bg-opacity));
}

.active\:bg-fuchsia-200\/0:active {
  background-color: rgb(245 208 254 / 0);
}

.active\:bg-fuchsia-200\/10:active {
  background-color: rgb(245 208 254 / 0.1);
}

.active\:bg-fuchsia-200\/100:active {
  background-color: rgb(245 208 254 / 1);
}

.active\:bg-fuchsia-200\/20:active {
  background-color: rgb(245 208 254 / 0.2);
}

.active\:bg-fuchsia-200\/25:active {
  background-color: rgb(245 208 254 / 0.25);
}

.active\:bg-fuchsia-200\/30:active {
  background-color: rgb(245 208 254 / 0.3);
}

.active\:bg-fuchsia-200\/40:active {
  background-color: rgb(245 208 254 / 0.4);
}

.active\:bg-fuchsia-200\/5:active {
  background-color: rgb(245 208 254 / 0.05);
}

.active\:bg-fuchsia-200\/50:active {
  background-color: rgb(245 208 254 / 0.5);
}

.active\:bg-fuchsia-200\/60:active {
  background-color: rgb(245 208 254 / 0.6);
}

.active\:bg-fuchsia-200\/70:active {
  background-color: rgb(245 208 254 / 0.7);
}

.active\:bg-fuchsia-200\/75:active {
  background-color: rgb(245 208 254 / 0.75);
}

.active\:bg-fuchsia-200\/80:active {
  background-color: rgb(245 208 254 / 0.8);
}

.active\:bg-fuchsia-200\/90:active {
  background-color: rgb(245 208 254 / 0.9);
}

.active\:bg-fuchsia-200\/95:active {
  background-color: rgb(245 208 254 / 0.95);
}

.active\:bg-fuchsia-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(240 171 252 / var(--tw-bg-opacity));
}

.active\:bg-fuchsia-300\/0:active {
  background-color: rgb(240 171 252 / 0);
}

.active\:bg-fuchsia-300\/10:active {
  background-color: rgb(240 171 252 / 0.1);
}

.active\:bg-fuchsia-300\/100:active {
  background-color: rgb(240 171 252 / 1);
}

.active\:bg-fuchsia-300\/20:active {
  background-color: rgb(240 171 252 / 0.2);
}

.active\:bg-fuchsia-300\/25:active {
  background-color: rgb(240 171 252 / 0.25);
}

.active\:bg-fuchsia-300\/30:active {
  background-color: rgb(240 171 252 / 0.3);
}

.active\:bg-fuchsia-300\/40:active {
  background-color: rgb(240 171 252 / 0.4);
}

.active\:bg-fuchsia-300\/5:active {
  background-color: rgb(240 171 252 / 0.05);
}

.active\:bg-fuchsia-300\/50:active {
  background-color: rgb(240 171 252 / 0.5);
}

.active\:bg-fuchsia-300\/60:active {
  background-color: rgb(240 171 252 / 0.6);
}

.active\:bg-fuchsia-300\/70:active {
  background-color: rgb(240 171 252 / 0.7);
}

.active\:bg-fuchsia-300\/75:active {
  background-color: rgb(240 171 252 / 0.75);
}

.active\:bg-fuchsia-300\/80:active {
  background-color: rgb(240 171 252 / 0.8);
}

.active\:bg-fuchsia-300\/90:active {
  background-color: rgb(240 171 252 / 0.9);
}

.active\:bg-fuchsia-300\/95:active {
  background-color: rgb(240 171 252 / 0.95);
}

.active\:bg-fuchsia-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity));
}

.active\:bg-fuchsia-400\/0:active {
  background-color: rgb(232 121 249 / 0);
}

.active\:bg-fuchsia-400\/10:active {
  background-color: rgb(232 121 249 / 0.1);
}

.active\:bg-fuchsia-400\/100:active {
  background-color: rgb(232 121 249 / 1);
}

.active\:bg-fuchsia-400\/20:active {
  background-color: rgb(232 121 249 / 0.2);
}

.active\:bg-fuchsia-400\/25:active {
  background-color: rgb(232 121 249 / 0.25);
}

.active\:bg-fuchsia-400\/30:active {
  background-color: rgb(232 121 249 / 0.3);
}

.active\:bg-fuchsia-400\/40:active {
  background-color: rgb(232 121 249 / 0.4);
}

.active\:bg-fuchsia-400\/5:active {
  background-color: rgb(232 121 249 / 0.05);
}

.active\:bg-fuchsia-400\/50:active {
  background-color: rgb(232 121 249 / 0.5);
}

.active\:bg-fuchsia-400\/60:active {
  background-color: rgb(232 121 249 / 0.6);
}

.active\:bg-fuchsia-400\/70:active {
  background-color: rgb(232 121 249 / 0.7);
}

.active\:bg-fuchsia-400\/75:active {
  background-color: rgb(232 121 249 / 0.75);
}

.active\:bg-fuchsia-400\/80:active {
  background-color: rgb(232 121 249 / 0.8);
}

.active\:bg-fuchsia-400\/90:active {
  background-color: rgb(232 121 249 / 0.9);
}

.active\:bg-fuchsia-400\/95:active {
  background-color: rgb(232 121 249 / 0.95);
}

.active\:bg-fuchsia-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity));
}

.active\:bg-fuchsia-50\/0:active {
  background-color: rgb(253 244 255 / 0);
}

.active\:bg-fuchsia-50\/10:active {
  background-color: rgb(253 244 255 / 0.1);
}

.active\:bg-fuchsia-50\/100:active {
  background-color: rgb(253 244 255 / 1);
}

.active\:bg-fuchsia-50\/20:active {
  background-color: rgb(253 244 255 / 0.2);
}

.active\:bg-fuchsia-50\/25:active {
  background-color: rgb(253 244 255 / 0.25);
}

.active\:bg-fuchsia-50\/30:active {
  background-color: rgb(253 244 255 / 0.3);
}

.active\:bg-fuchsia-50\/40:active {
  background-color: rgb(253 244 255 / 0.4);
}

.active\:bg-fuchsia-50\/5:active {
  background-color: rgb(253 244 255 / 0.05);
}

.active\:bg-fuchsia-50\/50:active {
  background-color: rgb(253 244 255 / 0.5);
}

.active\:bg-fuchsia-50\/60:active {
  background-color: rgb(253 244 255 / 0.6);
}

.active\:bg-fuchsia-50\/70:active {
  background-color: rgb(253 244 255 / 0.7);
}

.active\:bg-fuchsia-50\/75:active {
  background-color: rgb(253 244 255 / 0.75);
}

.active\:bg-fuchsia-50\/80:active {
  background-color: rgb(253 244 255 / 0.8);
}

.active\:bg-fuchsia-50\/90:active {
  background-color: rgb(253 244 255 / 0.9);
}

.active\:bg-fuchsia-50\/95:active {
  background-color: rgb(253 244 255 / 0.95);
}

.active\:bg-fuchsia-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity));
}

.active\:bg-fuchsia-500\/0:active {
  background-color: rgb(217 70 239 / 0);
}

.active\:bg-fuchsia-500\/10:active {
  background-color: rgb(217 70 239 / 0.1);
}

.active\:bg-fuchsia-500\/100:active {
  background-color: rgb(217 70 239 / 1);
}

.active\:bg-fuchsia-500\/20:active {
  background-color: rgb(217 70 239 / 0.2);
}

.active\:bg-fuchsia-500\/25:active {
  background-color: rgb(217 70 239 / 0.25);
}

.active\:bg-fuchsia-500\/30:active {
  background-color: rgb(217 70 239 / 0.3);
}

.active\:bg-fuchsia-500\/40:active {
  background-color: rgb(217 70 239 / 0.4);
}

.active\:bg-fuchsia-500\/5:active {
  background-color: rgb(217 70 239 / 0.05);
}

.active\:bg-fuchsia-500\/50:active {
  background-color: rgb(217 70 239 / 0.5);
}

.active\:bg-fuchsia-500\/60:active {
  background-color: rgb(217 70 239 / 0.6);
}

.active\:bg-fuchsia-500\/70:active {
  background-color: rgb(217 70 239 / 0.7);
}

.active\:bg-fuchsia-500\/75:active {
  background-color: rgb(217 70 239 / 0.75);
}

.active\:bg-fuchsia-500\/80:active {
  background-color: rgb(217 70 239 / 0.8);
}

.active\:bg-fuchsia-500\/90:active {
  background-color: rgb(217 70 239 / 0.9);
}

.active\:bg-fuchsia-500\/95:active {
  background-color: rgb(217 70 239 / 0.95);
}

.active\:bg-fuchsia-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity));
}

.active\:bg-fuchsia-600\/0:active {
  background-color: rgb(192 38 211 / 0);
}

.active\:bg-fuchsia-600\/10:active {
  background-color: rgb(192 38 211 / 0.1);
}

.active\:bg-fuchsia-600\/100:active {
  background-color: rgb(192 38 211 / 1);
}

.active\:bg-fuchsia-600\/20:active {
  background-color: rgb(192 38 211 / 0.2);
}

.active\:bg-fuchsia-600\/25:active {
  background-color: rgb(192 38 211 / 0.25);
}

.active\:bg-fuchsia-600\/30:active {
  background-color: rgb(192 38 211 / 0.3);
}

.active\:bg-fuchsia-600\/40:active {
  background-color: rgb(192 38 211 / 0.4);
}

.active\:bg-fuchsia-600\/5:active {
  background-color: rgb(192 38 211 / 0.05);
}

.active\:bg-fuchsia-600\/50:active {
  background-color: rgb(192 38 211 / 0.5);
}

.active\:bg-fuchsia-600\/60:active {
  background-color: rgb(192 38 211 / 0.6);
}

.active\:bg-fuchsia-600\/70:active {
  background-color: rgb(192 38 211 / 0.7);
}

.active\:bg-fuchsia-600\/75:active {
  background-color: rgb(192 38 211 / 0.75);
}

.active\:bg-fuchsia-600\/80:active {
  background-color: rgb(192 38 211 / 0.8);
}

.active\:bg-fuchsia-600\/90:active {
  background-color: rgb(192 38 211 / 0.9);
}

.active\:bg-fuchsia-600\/95:active {
  background-color: rgb(192 38 211 / 0.95);
}

.active\:bg-fuchsia-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(162 28 175 / var(--tw-bg-opacity));
}

.active\:bg-fuchsia-700\/0:active {
  background-color: rgb(162 28 175 / 0);
}

.active\:bg-fuchsia-700\/10:active {
  background-color: rgb(162 28 175 / 0.1);
}

.active\:bg-fuchsia-700\/100:active {
  background-color: rgb(162 28 175 / 1);
}

.active\:bg-fuchsia-700\/20:active {
  background-color: rgb(162 28 175 / 0.2);
}

.active\:bg-fuchsia-700\/25:active {
  background-color: rgb(162 28 175 / 0.25);
}

.active\:bg-fuchsia-700\/30:active {
  background-color: rgb(162 28 175 / 0.3);
}

.active\:bg-fuchsia-700\/40:active {
  background-color: rgb(162 28 175 / 0.4);
}

.active\:bg-fuchsia-700\/5:active {
  background-color: rgb(162 28 175 / 0.05);
}

.active\:bg-fuchsia-700\/50:active {
  background-color: rgb(162 28 175 / 0.5);
}

.active\:bg-fuchsia-700\/60:active {
  background-color: rgb(162 28 175 / 0.6);
}

.active\:bg-fuchsia-700\/70:active {
  background-color: rgb(162 28 175 / 0.7);
}

.active\:bg-fuchsia-700\/75:active {
  background-color: rgb(162 28 175 / 0.75);
}

.active\:bg-fuchsia-700\/80:active {
  background-color: rgb(162 28 175 / 0.8);
}

.active\:bg-fuchsia-700\/90:active {
  background-color: rgb(162 28 175 / 0.9);
}

.active\:bg-fuchsia-700\/95:active {
  background-color: rgb(162 28 175 / 0.95);
}

.active\:bg-fuchsia-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(134 25 143 / var(--tw-bg-opacity));
}

.active\:bg-fuchsia-800\/0:active {
  background-color: rgb(134 25 143 / 0);
}

.active\:bg-fuchsia-800\/10:active {
  background-color: rgb(134 25 143 / 0.1);
}

.active\:bg-fuchsia-800\/100:active {
  background-color: rgb(134 25 143 / 1);
}

.active\:bg-fuchsia-800\/20:active {
  background-color: rgb(134 25 143 / 0.2);
}

.active\:bg-fuchsia-800\/25:active {
  background-color: rgb(134 25 143 / 0.25);
}

.active\:bg-fuchsia-800\/30:active {
  background-color: rgb(134 25 143 / 0.3);
}

.active\:bg-fuchsia-800\/40:active {
  background-color: rgb(134 25 143 / 0.4);
}

.active\:bg-fuchsia-800\/5:active {
  background-color: rgb(134 25 143 / 0.05);
}

.active\:bg-fuchsia-800\/50:active {
  background-color: rgb(134 25 143 / 0.5);
}

.active\:bg-fuchsia-800\/60:active {
  background-color: rgb(134 25 143 / 0.6);
}

.active\:bg-fuchsia-800\/70:active {
  background-color: rgb(134 25 143 / 0.7);
}

.active\:bg-fuchsia-800\/75:active {
  background-color: rgb(134 25 143 / 0.75);
}

.active\:bg-fuchsia-800\/80:active {
  background-color: rgb(134 25 143 / 0.8);
}

.active\:bg-fuchsia-800\/90:active {
  background-color: rgb(134 25 143 / 0.9);
}

.active\:bg-fuchsia-800\/95:active {
  background-color: rgb(134 25 143 / 0.95);
}

.active\:bg-fuchsia-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(112 26 117 / var(--tw-bg-opacity));
}

.active\:bg-fuchsia-900\/0:active {
  background-color: rgb(112 26 117 / 0);
}

.active\:bg-fuchsia-900\/10:active {
  background-color: rgb(112 26 117 / 0.1);
}

.active\:bg-fuchsia-900\/100:active {
  background-color: rgb(112 26 117 / 1);
}

.active\:bg-fuchsia-900\/20:active {
  background-color: rgb(112 26 117 / 0.2);
}

.active\:bg-fuchsia-900\/25:active {
  background-color: rgb(112 26 117 / 0.25);
}

.active\:bg-fuchsia-900\/30:active {
  background-color: rgb(112 26 117 / 0.3);
}

.active\:bg-fuchsia-900\/40:active {
  background-color: rgb(112 26 117 / 0.4);
}

.active\:bg-fuchsia-900\/5:active {
  background-color: rgb(112 26 117 / 0.05);
}

.active\:bg-fuchsia-900\/50:active {
  background-color: rgb(112 26 117 / 0.5);
}

.active\:bg-fuchsia-900\/60:active {
  background-color: rgb(112 26 117 / 0.6);
}

.active\:bg-fuchsia-900\/70:active {
  background-color: rgb(112 26 117 / 0.7);
}

.active\:bg-fuchsia-900\/75:active {
  background-color: rgb(112 26 117 / 0.75);
}

.active\:bg-fuchsia-900\/80:active {
  background-color: rgb(112 26 117 / 0.8);
}

.active\:bg-fuchsia-900\/90:active {
  background-color: rgb(112 26 117 / 0.9);
}

.active\:bg-fuchsia-900\/95:active {
  background-color: rgb(112 26 117 / 0.95);
}

.active\:bg-fuchsia-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(74 4 78 / var(--tw-bg-opacity));
}

.active\:bg-fuchsia-950\/0:active {
  background-color: rgb(74 4 78 / 0);
}

.active\:bg-fuchsia-950\/10:active {
  background-color: rgb(74 4 78 / 0.1);
}

.active\:bg-fuchsia-950\/100:active {
  background-color: rgb(74 4 78 / 1);
}

.active\:bg-fuchsia-950\/20:active {
  background-color: rgb(74 4 78 / 0.2);
}

.active\:bg-fuchsia-950\/25:active {
  background-color: rgb(74 4 78 / 0.25);
}

.active\:bg-fuchsia-950\/30:active {
  background-color: rgb(74 4 78 / 0.3);
}

.active\:bg-fuchsia-950\/40:active {
  background-color: rgb(74 4 78 / 0.4);
}

.active\:bg-fuchsia-950\/5:active {
  background-color: rgb(74 4 78 / 0.05);
}

.active\:bg-fuchsia-950\/50:active {
  background-color: rgb(74 4 78 / 0.5);
}

.active\:bg-fuchsia-950\/60:active {
  background-color: rgb(74 4 78 / 0.6);
}

.active\:bg-fuchsia-950\/70:active {
  background-color: rgb(74 4 78 / 0.7);
}

.active\:bg-fuchsia-950\/75:active {
  background-color: rgb(74 4 78 / 0.75);
}

.active\:bg-fuchsia-950\/80:active {
  background-color: rgb(74 4 78 / 0.8);
}

.active\:bg-fuchsia-950\/90:active {
  background-color: rgb(74 4 78 / 0.9);
}

.active\:bg-fuchsia-950\/95:active {
  background-color: rgb(74 4 78 / 0.95);
}

.active\:bg-gray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.active\:bg-gray-100\/0:active {
  background-color: rgb(243 244 246 / 0);
}

.active\:bg-gray-100\/10:active {
  background-color: rgb(243 244 246 / 0.1);
}

.active\:bg-gray-100\/100:active {
  background-color: rgb(243 244 246 / 1);
}

.active\:bg-gray-100\/20:active {
  background-color: rgb(243 244 246 / 0.2);
}

.active\:bg-gray-100\/25:active {
  background-color: rgb(243 244 246 / 0.25);
}

.active\:bg-gray-100\/30:active {
  background-color: rgb(243 244 246 / 0.3);
}

.active\:bg-gray-100\/40:active {
  background-color: rgb(243 244 246 / 0.4);
}

.active\:bg-gray-100\/5:active {
  background-color: rgb(243 244 246 / 0.05);
}

.active\:bg-gray-100\/50:active {
  background-color: rgb(243 244 246 / 0.5);
}

.active\:bg-gray-100\/60:active {
  background-color: rgb(243 244 246 / 0.6);
}

.active\:bg-gray-100\/70:active {
  background-color: rgb(243 244 246 / 0.7);
}

.active\:bg-gray-100\/75:active {
  background-color: rgb(243 244 246 / 0.75);
}

.active\:bg-gray-100\/80:active {
  background-color: rgb(243 244 246 / 0.8);
}

.active\:bg-gray-100\/90:active {
  background-color: rgb(243 244 246 / 0.9);
}

.active\:bg-gray-100\/95:active {
  background-color: rgb(243 244 246 / 0.95);
}

.active\:bg-gray-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.active\:bg-gray-200\/0:active {
  background-color: rgb(229 231 235 / 0);
}

.active\:bg-gray-200\/10:active {
  background-color: rgb(229 231 235 / 0.1);
}

.active\:bg-gray-200\/100:active {
  background-color: rgb(229 231 235 / 1);
}

.active\:bg-gray-200\/20:active {
  background-color: rgb(229 231 235 / 0.2);
}

.active\:bg-gray-200\/25:active {
  background-color: rgb(229 231 235 / 0.25);
}

.active\:bg-gray-200\/30:active {
  background-color: rgb(229 231 235 / 0.3);
}

.active\:bg-gray-200\/40:active {
  background-color: rgb(229 231 235 / 0.4);
}

.active\:bg-gray-200\/5:active {
  background-color: rgb(229 231 235 / 0.05);
}

.active\:bg-gray-200\/50:active {
  background-color: rgb(229 231 235 / 0.5);
}

.active\:bg-gray-200\/60:active {
  background-color: rgb(229 231 235 / 0.6);
}

.active\:bg-gray-200\/70:active {
  background-color: rgb(229 231 235 / 0.7);
}

.active\:bg-gray-200\/75:active {
  background-color: rgb(229 231 235 / 0.75);
}

.active\:bg-gray-200\/80:active {
  background-color: rgb(229 231 235 / 0.8);
}

.active\:bg-gray-200\/90:active {
  background-color: rgb(229 231 235 / 0.9);
}

.active\:bg-gray-200\/95:active {
  background-color: rgb(229 231 235 / 0.95);
}

.active\:bg-gray-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.active\:bg-gray-300\/0:active {
  background-color: rgb(209 213 219 / 0);
}

.active\:bg-gray-300\/10:active {
  background-color: rgb(209 213 219 / 0.1);
}

.active\:bg-gray-300\/100:active {
  background-color: rgb(209 213 219 / 1);
}

.active\:bg-gray-300\/20:active {
  background-color: rgb(209 213 219 / 0.2);
}

.active\:bg-gray-300\/25:active {
  background-color: rgb(209 213 219 / 0.25);
}

.active\:bg-gray-300\/30:active {
  background-color: rgb(209 213 219 / 0.3);
}

.active\:bg-gray-300\/40:active {
  background-color: rgb(209 213 219 / 0.4);
}

.active\:bg-gray-300\/5:active {
  background-color: rgb(209 213 219 / 0.05);
}

.active\:bg-gray-300\/50:active {
  background-color: rgb(209 213 219 / 0.5);
}

.active\:bg-gray-300\/60:active {
  background-color: rgb(209 213 219 / 0.6);
}

.active\:bg-gray-300\/70:active {
  background-color: rgb(209 213 219 / 0.7);
}

.active\:bg-gray-300\/75:active {
  background-color: rgb(209 213 219 / 0.75);
}

.active\:bg-gray-300\/80:active {
  background-color: rgb(209 213 219 / 0.8);
}

.active\:bg-gray-300\/90:active {
  background-color: rgb(209 213 219 / 0.9);
}

.active\:bg-gray-300\/95:active {
  background-color: rgb(209 213 219 / 0.95);
}

.active\:bg-gray-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.active\:bg-gray-400\/0:active {
  background-color: rgb(156 163 175 / 0);
}

.active\:bg-gray-400\/10:active {
  background-color: rgb(156 163 175 / 0.1);
}

.active\:bg-gray-400\/100:active {
  background-color: rgb(156 163 175 / 1);
}

.active\:bg-gray-400\/20:active {
  background-color: rgb(156 163 175 / 0.2);
}

.active\:bg-gray-400\/25:active {
  background-color: rgb(156 163 175 / 0.25);
}

.active\:bg-gray-400\/30:active {
  background-color: rgb(156 163 175 / 0.3);
}

.active\:bg-gray-400\/40:active {
  background-color: rgb(156 163 175 / 0.4);
}

.active\:bg-gray-400\/5:active {
  background-color: rgb(156 163 175 / 0.05);
}

.active\:bg-gray-400\/50:active {
  background-color: rgb(156 163 175 / 0.5);
}

.active\:bg-gray-400\/60:active {
  background-color: rgb(156 163 175 / 0.6);
}

.active\:bg-gray-400\/70:active {
  background-color: rgb(156 163 175 / 0.7);
}

.active\:bg-gray-400\/75:active {
  background-color: rgb(156 163 175 / 0.75);
}

.active\:bg-gray-400\/80:active {
  background-color: rgb(156 163 175 / 0.8);
}

.active\:bg-gray-400\/90:active {
  background-color: rgb(156 163 175 / 0.9);
}

.active\:bg-gray-400\/95:active {
  background-color: rgb(156 163 175 / 0.95);
}

.active\:bg-gray-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.active\:bg-gray-50\/0:active {
  background-color: rgb(249 250 251 / 0);
}

.active\:bg-gray-50\/10:active {
  background-color: rgb(249 250 251 / 0.1);
}

.active\:bg-gray-50\/100:active {
  background-color: rgb(249 250 251 / 1);
}

.active\:bg-gray-50\/20:active {
  background-color: rgb(249 250 251 / 0.2);
}

.active\:bg-gray-50\/25:active {
  background-color: rgb(249 250 251 / 0.25);
}

.active\:bg-gray-50\/30:active {
  background-color: rgb(249 250 251 / 0.3);
}

.active\:bg-gray-50\/40:active {
  background-color: rgb(249 250 251 / 0.4);
}

.active\:bg-gray-50\/5:active {
  background-color: rgb(249 250 251 / 0.05);
}

.active\:bg-gray-50\/50:active {
  background-color: rgb(249 250 251 / 0.5);
}

.active\:bg-gray-50\/60:active {
  background-color: rgb(249 250 251 / 0.6);
}

.active\:bg-gray-50\/70:active {
  background-color: rgb(249 250 251 / 0.7);
}

.active\:bg-gray-50\/75:active {
  background-color: rgb(249 250 251 / 0.75);
}

.active\:bg-gray-50\/80:active {
  background-color: rgb(249 250 251 / 0.8);
}

.active\:bg-gray-50\/90:active {
  background-color: rgb(249 250 251 / 0.9);
}

.active\:bg-gray-50\/95:active {
  background-color: rgb(249 250 251 / 0.95);
}

.active\:bg-gray-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.active\:bg-gray-500\/0:active {
  background-color: rgb(107 114 128 / 0);
}

.active\:bg-gray-500\/10:active {
  background-color: rgb(107 114 128 / 0.1);
}

.active\:bg-gray-500\/100:active {
  background-color: rgb(107 114 128 / 1);
}

.active\:bg-gray-500\/20:active {
  background-color: rgb(107 114 128 / 0.2);
}

.active\:bg-gray-500\/25:active {
  background-color: rgb(107 114 128 / 0.25);
}

.active\:bg-gray-500\/30:active {
  background-color: rgb(107 114 128 / 0.3);
}

.active\:bg-gray-500\/40:active {
  background-color: rgb(107 114 128 / 0.4);
}

.active\:bg-gray-500\/5:active {
  background-color: rgb(107 114 128 / 0.05);
}

.active\:bg-gray-500\/50:active {
  background-color: rgb(107 114 128 / 0.5);
}

.active\:bg-gray-500\/60:active {
  background-color: rgb(107 114 128 / 0.6);
}

.active\:bg-gray-500\/70:active {
  background-color: rgb(107 114 128 / 0.7);
}

.active\:bg-gray-500\/75:active {
  background-color: rgb(107 114 128 / 0.75);
}

.active\:bg-gray-500\/80:active {
  background-color: rgb(107 114 128 / 0.8);
}

.active\:bg-gray-500\/90:active {
  background-color: rgb(107 114 128 / 0.9);
}

.active\:bg-gray-500\/95:active {
  background-color: rgb(107 114 128 / 0.95);
}

.active\:bg-gray-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.active\:bg-gray-600\/0:active {
  background-color: rgb(75 85 99 / 0);
}

.active\:bg-gray-600\/10:active {
  background-color: rgb(75 85 99 / 0.1);
}

.active\:bg-gray-600\/100:active {
  background-color: rgb(75 85 99 / 1);
}

.active\:bg-gray-600\/20:active {
  background-color: rgb(75 85 99 / 0.2);
}

.active\:bg-gray-600\/25:active {
  background-color: rgb(75 85 99 / 0.25);
}

.active\:bg-gray-600\/30:active {
  background-color: rgb(75 85 99 / 0.3);
}

.active\:bg-gray-600\/40:active {
  background-color: rgb(75 85 99 / 0.4);
}

.active\:bg-gray-600\/5:active {
  background-color: rgb(75 85 99 / 0.05);
}

.active\:bg-gray-600\/50:active {
  background-color: rgb(75 85 99 / 0.5);
}

.active\:bg-gray-600\/60:active {
  background-color: rgb(75 85 99 / 0.6);
}

.active\:bg-gray-600\/70:active {
  background-color: rgb(75 85 99 / 0.7);
}

.active\:bg-gray-600\/75:active {
  background-color: rgb(75 85 99 / 0.75);
}

.active\:bg-gray-600\/80:active {
  background-color: rgb(75 85 99 / 0.8);
}

.active\:bg-gray-600\/90:active {
  background-color: rgb(75 85 99 / 0.9);
}

.active\:bg-gray-600\/95:active {
  background-color: rgb(75 85 99 / 0.95);
}

.active\:bg-gray-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.active\:bg-gray-700\/0:active {
  background-color: rgb(55 65 81 / 0);
}

.active\:bg-gray-700\/10:active {
  background-color: rgb(55 65 81 / 0.1);
}

.active\:bg-gray-700\/100:active {
  background-color: rgb(55 65 81 / 1);
}

.active\:bg-gray-700\/20:active {
  background-color: rgb(55 65 81 / 0.2);
}

.active\:bg-gray-700\/25:active {
  background-color: rgb(55 65 81 / 0.25);
}

.active\:bg-gray-700\/30:active {
  background-color: rgb(55 65 81 / 0.3);
}

.active\:bg-gray-700\/40:active {
  background-color: rgb(55 65 81 / 0.4);
}

.active\:bg-gray-700\/5:active {
  background-color: rgb(55 65 81 / 0.05);
}

.active\:bg-gray-700\/50:active {
  background-color: rgb(55 65 81 / 0.5);
}

.active\:bg-gray-700\/60:active {
  background-color: rgb(55 65 81 / 0.6);
}

.active\:bg-gray-700\/70:active {
  background-color: rgb(55 65 81 / 0.7);
}

.active\:bg-gray-700\/75:active {
  background-color: rgb(55 65 81 / 0.75);
}

.active\:bg-gray-700\/80:active {
  background-color: rgb(55 65 81 / 0.8);
}

.active\:bg-gray-700\/90:active {
  background-color: rgb(55 65 81 / 0.9);
}

.active\:bg-gray-700\/95:active {
  background-color: rgb(55 65 81 / 0.95);
}

.active\:bg-gray-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.active\:bg-gray-800\/0:active {
  background-color: rgb(31 41 55 / 0);
}

.active\:bg-gray-800\/10:active {
  background-color: rgb(31 41 55 / 0.1);
}

.active\:bg-gray-800\/100:active {
  background-color: rgb(31 41 55 / 1);
}

.active\:bg-gray-800\/20:active {
  background-color: rgb(31 41 55 / 0.2);
}

.active\:bg-gray-800\/25:active {
  background-color: rgb(31 41 55 / 0.25);
}

.active\:bg-gray-800\/30:active {
  background-color: rgb(31 41 55 / 0.3);
}

.active\:bg-gray-800\/40:active {
  background-color: rgb(31 41 55 / 0.4);
}

.active\:bg-gray-800\/5:active {
  background-color: rgb(31 41 55 / 0.05);
}

.active\:bg-gray-800\/50:active {
  background-color: rgb(31 41 55 / 0.5);
}

.active\:bg-gray-800\/60:active {
  background-color: rgb(31 41 55 / 0.6);
}

.active\:bg-gray-800\/70:active {
  background-color: rgb(31 41 55 / 0.7);
}

.active\:bg-gray-800\/75:active {
  background-color: rgb(31 41 55 / 0.75);
}

.active\:bg-gray-800\/80:active {
  background-color: rgb(31 41 55 / 0.8);
}

.active\:bg-gray-800\/90:active {
  background-color: rgb(31 41 55 / 0.9);
}

.active\:bg-gray-800\/95:active {
  background-color: rgb(31 41 55 / 0.95);
}

.active\:bg-gray-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.active\:bg-gray-900\/0:active {
  background-color: rgb(17 24 39 / 0);
}

.active\:bg-gray-900\/10:active {
  background-color: rgb(17 24 39 / 0.1);
}

.active\:bg-gray-900\/100:active {
  background-color: rgb(17 24 39 / 1);
}

.active\:bg-gray-900\/20:active {
  background-color: rgb(17 24 39 / 0.2);
}

.active\:bg-gray-900\/25:active {
  background-color: rgb(17 24 39 / 0.25);
}

.active\:bg-gray-900\/30:active {
  background-color: rgb(17 24 39 / 0.3);
}

.active\:bg-gray-900\/40:active {
  background-color: rgb(17 24 39 / 0.4);
}

.active\:bg-gray-900\/5:active {
  background-color: rgb(17 24 39 / 0.05);
}

.active\:bg-gray-900\/50:active {
  background-color: rgb(17 24 39 / 0.5);
}

.active\:bg-gray-900\/60:active {
  background-color: rgb(17 24 39 / 0.6);
}

.active\:bg-gray-900\/70:active {
  background-color: rgb(17 24 39 / 0.7);
}

.active\:bg-gray-900\/75:active {
  background-color: rgb(17 24 39 / 0.75);
}

.active\:bg-gray-900\/80:active {
  background-color: rgb(17 24 39 / 0.8);
}

.active\:bg-gray-900\/90:active {
  background-color: rgb(17 24 39 / 0.9);
}

.active\:bg-gray-900\/95:active {
  background-color: rgb(17 24 39 / 0.95);
}

.active\:bg-gray-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity));
}

.active\:bg-gray-950\/0:active {
  background-color: rgb(3 7 18 / 0);
}

.active\:bg-gray-950\/10:active {
  background-color: rgb(3 7 18 / 0.1);
}

.active\:bg-gray-950\/100:active {
  background-color: rgb(3 7 18 / 1);
}

.active\:bg-gray-950\/20:active {
  background-color: rgb(3 7 18 / 0.2);
}

.active\:bg-gray-950\/25:active {
  background-color: rgb(3 7 18 / 0.25);
}

.active\:bg-gray-950\/30:active {
  background-color: rgb(3 7 18 / 0.3);
}

.active\:bg-gray-950\/40:active {
  background-color: rgb(3 7 18 / 0.4);
}

.active\:bg-gray-950\/5:active {
  background-color: rgb(3 7 18 / 0.05);
}

.active\:bg-gray-950\/50:active {
  background-color: rgb(3 7 18 / 0.5);
}

.active\:bg-gray-950\/60:active {
  background-color: rgb(3 7 18 / 0.6);
}

.active\:bg-gray-950\/70:active {
  background-color: rgb(3 7 18 / 0.7);
}

.active\:bg-gray-950\/75:active {
  background-color: rgb(3 7 18 / 0.75);
}

.active\:bg-gray-950\/80:active {
  background-color: rgb(3 7 18 / 0.8);
}

.active\:bg-gray-950\/90:active {
  background-color: rgb(3 7 18 / 0.9);
}

.active\:bg-gray-950\/95:active {
  background-color: rgb(3 7 18 / 0.95);
}

.active\:bg-green-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}

.active\:bg-green-100\/0:active {
  background-color: rgb(220 252 231 / 0);
}

.active\:bg-green-100\/10:active {
  background-color: rgb(220 252 231 / 0.1);
}

.active\:bg-green-100\/100:active {
  background-color: rgb(220 252 231 / 1);
}

.active\:bg-green-100\/20:active {
  background-color: rgb(220 252 231 / 0.2);
}

.active\:bg-green-100\/25:active {
  background-color: rgb(220 252 231 / 0.25);
}

.active\:bg-green-100\/30:active {
  background-color: rgb(220 252 231 / 0.3);
}

.active\:bg-green-100\/40:active {
  background-color: rgb(220 252 231 / 0.4);
}

.active\:bg-green-100\/5:active {
  background-color: rgb(220 252 231 / 0.05);
}

.active\:bg-green-100\/50:active {
  background-color: rgb(220 252 231 / 0.5);
}

.active\:bg-green-100\/60:active {
  background-color: rgb(220 252 231 / 0.6);
}

.active\:bg-green-100\/70:active {
  background-color: rgb(220 252 231 / 0.7);
}

.active\:bg-green-100\/75:active {
  background-color: rgb(220 252 231 / 0.75);
}

.active\:bg-green-100\/80:active {
  background-color: rgb(220 252 231 / 0.8);
}

.active\:bg-green-100\/90:active {
  background-color: rgb(220 252 231 / 0.9);
}

.active\:bg-green-100\/95:active {
  background-color: rgb(220 252 231 / 0.95);
}

.active\:bg-green-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}

.active\:bg-green-200\/0:active {
  background-color: rgb(187 247 208 / 0);
}

.active\:bg-green-200\/10:active {
  background-color: rgb(187 247 208 / 0.1);
}

.active\:bg-green-200\/100:active {
  background-color: rgb(187 247 208 / 1);
}

.active\:bg-green-200\/20:active {
  background-color: rgb(187 247 208 / 0.2);
}

.active\:bg-green-200\/25:active {
  background-color: rgb(187 247 208 / 0.25);
}

.active\:bg-green-200\/30:active {
  background-color: rgb(187 247 208 / 0.3);
}

.active\:bg-green-200\/40:active {
  background-color: rgb(187 247 208 / 0.4);
}

.active\:bg-green-200\/5:active {
  background-color: rgb(187 247 208 / 0.05);
}

.active\:bg-green-200\/50:active {
  background-color: rgb(187 247 208 / 0.5);
}

.active\:bg-green-200\/60:active {
  background-color: rgb(187 247 208 / 0.6);
}

.active\:bg-green-200\/70:active {
  background-color: rgb(187 247 208 / 0.7);
}

.active\:bg-green-200\/75:active {
  background-color: rgb(187 247 208 / 0.75);
}

.active\:bg-green-200\/80:active {
  background-color: rgb(187 247 208 / 0.8);
}

.active\:bg-green-200\/90:active {
  background-color: rgb(187 247 208 / 0.9);
}

.active\:bg-green-200\/95:active {
  background-color: rgb(187 247 208 / 0.95);
}

.active\:bg-green-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}

.active\:bg-green-300\/0:active {
  background-color: rgb(134 239 172 / 0);
}

.active\:bg-green-300\/10:active {
  background-color: rgb(134 239 172 / 0.1);
}

.active\:bg-green-300\/100:active {
  background-color: rgb(134 239 172 / 1);
}

.active\:bg-green-300\/20:active {
  background-color: rgb(134 239 172 / 0.2);
}

.active\:bg-green-300\/25:active {
  background-color: rgb(134 239 172 / 0.25);
}

.active\:bg-green-300\/30:active {
  background-color: rgb(134 239 172 / 0.3);
}

.active\:bg-green-300\/40:active {
  background-color: rgb(134 239 172 / 0.4);
}

.active\:bg-green-300\/5:active {
  background-color: rgb(134 239 172 / 0.05);
}

.active\:bg-green-300\/50:active {
  background-color: rgb(134 239 172 / 0.5);
}

.active\:bg-green-300\/60:active {
  background-color: rgb(134 239 172 / 0.6);
}

.active\:bg-green-300\/70:active {
  background-color: rgb(134 239 172 / 0.7);
}

.active\:bg-green-300\/75:active {
  background-color: rgb(134 239 172 / 0.75);
}

.active\:bg-green-300\/80:active {
  background-color: rgb(134 239 172 / 0.8);
}

.active\:bg-green-300\/90:active {
  background-color: rgb(134 239 172 / 0.9);
}

.active\:bg-green-300\/95:active {
  background-color: rgb(134 239 172 / 0.95);
}

.active\:bg-green-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}

.active\:bg-green-400\/0:active {
  background-color: rgb(74 222 128 / 0);
}

.active\:bg-green-400\/10:active {
  background-color: rgb(74 222 128 / 0.1);
}

.active\:bg-green-400\/100:active {
  background-color: rgb(74 222 128 / 1);
}

.active\:bg-green-400\/20:active {
  background-color: rgb(74 222 128 / 0.2);
}

.active\:bg-green-400\/25:active {
  background-color: rgb(74 222 128 / 0.25);
}

.active\:bg-green-400\/30:active {
  background-color: rgb(74 222 128 / 0.3);
}

.active\:bg-green-400\/40:active {
  background-color: rgb(74 222 128 / 0.4);
}

.active\:bg-green-400\/5:active {
  background-color: rgb(74 222 128 / 0.05);
}

.active\:bg-green-400\/50:active {
  background-color: rgb(74 222 128 / 0.5);
}

.active\:bg-green-400\/60:active {
  background-color: rgb(74 222 128 / 0.6);
}

.active\:bg-green-400\/70:active {
  background-color: rgb(74 222 128 / 0.7);
}

.active\:bg-green-400\/75:active {
  background-color: rgb(74 222 128 / 0.75);
}

.active\:bg-green-400\/80:active {
  background-color: rgb(74 222 128 / 0.8);
}

.active\:bg-green-400\/90:active {
  background-color: rgb(74 222 128 / 0.9);
}

.active\:bg-green-400\/95:active {
  background-color: rgb(74 222 128 / 0.95);
}

.active\:bg-green-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}

.active\:bg-green-50\/0:active {
  background-color: rgb(240 253 244 / 0);
}

.active\:bg-green-50\/10:active {
  background-color: rgb(240 253 244 / 0.1);
}

.active\:bg-green-50\/100:active {
  background-color: rgb(240 253 244 / 1);
}

.active\:bg-green-50\/20:active {
  background-color: rgb(240 253 244 / 0.2);
}

.active\:bg-green-50\/25:active {
  background-color: rgb(240 253 244 / 0.25);
}

.active\:bg-green-50\/30:active {
  background-color: rgb(240 253 244 / 0.3);
}

.active\:bg-green-50\/40:active {
  background-color: rgb(240 253 244 / 0.4);
}

.active\:bg-green-50\/5:active {
  background-color: rgb(240 253 244 / 0.05);
}

.active\:bg-green-50\/50:active {
  background-color: rgb(240 253 244 / 0.5);
}

.active\:bg-green-50\/60:active {
  background-color: rgb(240 253 244 / 0.6);
}

.active\:bg-green-50\/70:active {
  background-color: rgb(240 253 244 / 0.7);
}

.active\:bg-green-50\/75:active {
  background-color: rgb(240 253 244 / 0.75);
}

.active\:bg-green-50\/80:active {
  background-color: rgb(240 253 244 / 0.8);
}

.active\:bg-green-50\/90:active {
  background-color: rgb(240 253 244 / 0.9);
}

.active\:bg-green-50\/95:active {
  background-color: rgb(240 253 244 / 0.95);
}

.active\:bg-green-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

.active\:bg-green-500\/0:active {
  background-color: rgb(34 197 94 / 0);
}

.active\:bg-green-500\/10:active {
  background-color: rgb(34 197 94 / 0.1);
}

.active\:bg-green-500\/100:active {
  background-color: rgb(34 197 94 / 1);
}

.active\:bg-green-500\/20:active {
  background-color: rgb(34 197 94 / 0.2);
}

.active\:bg-green-500\/25:active {
  background-color: rgb(34 197 94 / 0.25);
}

.active\:bg-green-500\/30:active {
  background-color: rgb(34 197 94 / 0.3);
}

.active\:bg-green-500\/40:active {
  background-color: rgb(34 197 94 / 0.4);
}

.active\:bg-green-500\/5:active {
  background-color: rgb(34 197 94 / 0.05);
}

.active\:bg-green-500\/50:active {
  background-color: rgb(34 197 94 / 0.5);
}

.active\:bg-green-500\/60:active {
  background-color: rgb(34 197 94 / 0.6);
}

.active\:bg-green-500\/70:active {
  background-color: rgb(34 197 94 / 0.7);
}

.active\:bg-green-500\/75:active {
  background-color: rgb(34 197 94 / 0.75);
}

.active\:bg-green-500\/80:active {
  background-color: rgb(34 197 94 / 0.8);
}

.active\:bg-green-500\/90:active {
  background-color: rgb(34 197 94 / 0.9);
}

.active\:bg-green-500\/95:active {
  background-color: rgb(34 197 94 / 0.95);
}

.active\:bg-green-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

.active\:bg-green-600\/0:active {
  background-color: rgb(22 163 74 / 0);
}

.active\:bg-green-600\/10:active {
  background-color: rgb(22 163 74 / 0.1);
}

.active\:bg-green-600\/100:active {
  background-color: rgb(22 163 74 / 1);
}

.active\:bg-green-600\/20:active {
  background-color: rgb(22 163 74 / 0.2);
}

.active\:bg-green-600\/25:active {
  background-color: rgb(22 163 74 / 0.25);
}

.active\:bg-green-600\/30:active {
  background-color: rgb(22 163 74 / 0.3);
}

.active\:bg-green-600\/40:active {
  background-color: rgb(22 163 74 / 0.4);
}

.active\:bg-green-600\/5:active {
  background-color: rgb(22 163 74 / 0.05);
}

.active\:bg-green-600\/50:active {
  background-color: rgb(22 163 74 / 0.5);
}

.active\:bg-green-600\/60:active {
  background-color: rgb(22 163 74 / 0.6);
}

.active\:bg-green-600\/70:active {
  background-color: rgb(22 163 74 / 0.7);
}

.active\:bg-green-600\/75:active {
  background-color: rgb(22 163 74 / 0.75);
}

.active\:bg-green-600\/80:active {
  background-color: rgb(22 163 74 / 0.8);
}

.active\:bg-green-600\/90:active {
  background-color: rgb(22 163 74 / 0.9);
}

.active\:bg-green-600\/95:active {
  background-color: rgb(22 163 74 / 0.95);
}

.active\:bg-green-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}

.active\:bg-green-700\/0:active {
  background-color: rgb(21 128 61 / 0);
}

.active\:bg-green-700\/10:active {
  background-color: rgb(21 128 61 / 0.1);
}

.active\:bg-green-700\/100:active {
  background-color: rgb(21 128 61 / 1);
}

.active\:bg-green-700\/20:active {
  background-color: rgb(21 128 61 / 0.2);
}

.active\:bg-green-700\/25:active {
  background-color: rgb(21 128 61 / 0.25);
}

.active\:bg-green-700\/30:active {
  background-color: rgb(21 128 61 / 0.3);
}

.active\:bg-green-700\/40:active {
  background-color: rgb(21 128 61 / 0.4);
}

.active\:bg-green-700\/5:active {
  background-color: rgb(21 128 61 / 0.05);
}

.active\:bg-green-700\/50:active {
  background-color: rgb(21 128 61 / 0.5);
}

.active\:bg-green-700\/60:active {
  background-color: rgb(21 128 61 / 0.6);
}

.active\:bg-green-700\/70:active {
  background-color: rgb(21 128 61 / 0.7);
}

.active\:bg-green-700\/75:active {
  background-color: rgb(21 128 61 / 0.75);
}

.active\:bg-green-700\/80:active {
  background-color: rgb(21 128 61 / 0.8);
}

.active\:bg-green-700\/90:active {
  background-color: rgb(21 128 61 / 0.9);
}

.active\:bg-green-700\/95:active {
  background-color: rgb(21 128 61 / 0.95);
}

.active\:bg-green-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}

.active\:bg-green-800\/0:active {
  background-color: rgb(22 101 52 / 0);
}

.active\:bg-green-800\/10:active {
  background-color: rgb(22 101 52 / 0.1);
}

.active\:bg-green-800\/100:active {
  background-color: rgb(22 101 52 / 1);
}

.active\:bg-green-800\/20:active {
  background-color: rgb(22 101 52 / 0.2);
}

.active\:bg-green-800\/25:active {
  background-color: rgb(22 101 52 / 0.25);
}

.active\:bg-green-800\/30:active {
  background-color: rgb(22 101 52 / 0.3);
}

.active\:bg-green-800\/40:active {
  background-color: rgb(22 101 52 / 0.4);
}

.active\:bg-green-800\/5:active {
  background-color: rgb(22 101 52 / 0.05);
}

.active\:bg-green-800\/50:active {
  background-color: rgb(22 101 52 / 0.5);
}

.active\:bg-green-800\/60:active {
  background-color: rgb(22 101 52 / 0.6);
}

.active\:bg-green-800\/70:active {
  background-color: rgb(22 101 52 / 0.7);
}

.active\:bg-green-800\/75:active {
  background-color: rgb(22 101 52 / 0.75);
}

.active\:bg-green-800\/80:active {
  background-color: rgb(22 101 52 / 0.8);
}

.active\:bg-green-800\/90:active {
  background-color: rgb(22 101 52 / 0.9);
}

.active\:bg-green-800\/95:active {
  background-color: rgb(22 101 52 / 0.95);
}

.active\:bg-green-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity));
}

.active\:bg-green-900\/0:active {
  background-color: rgb(20 83 45 / 0);
}

.active\:bg-green-900\/10:active {
  background-color: rgb(20 83 45 / 0.1);
}

.active\:bg-green-900\/100:active {
  background-color: rgb(20 83 45 / 1);
}

.active\:bg-green-900\/20:active {
  background-color: rgb(20 83 45 / 0.2);
}

.active\:bg-green-900\/25:active {
  background-color: rgb(20 83 45 / 0.25);
}

.active\:bg-green-900\/30:active {
  background-color: rgb(20 83 45 / 0.3);
}

.active\:bg-green-900\/40:active {
  background-color: rgb(20 83 45 / 0.4);
}

.active\:bg-green-900\/5:active {
  background-color: rgb(20 83 45 / 0.05);
}

.active\:bg-green-900\/50:active {
  background-color: rgb(20 83 45 / 0.5);
}

.active\:bg-green-900\/60:active {
  background-color: rgb(20 83 45 / 0.6);
}

.active\:bg-green-900\/70:active {
  background-color: rgb(20 83 45 / 0.7);
}

.active\:bg-green-900\/75:active {
  background-color: rgb(20 83 45 / 0.75);
}

.active\:bg-green-900\/80:active {
  background-color: rgb(20 83 45 / 0.8);
}

.active\:bg-green-900\/90:active {
  background-color: rgb(20 83 45 / 0.9);
}

.active\:bg-green-900\/95:active {
  background-color: rgb(20 83 45 / 0.95);
}

.active\:bg-green-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity));
}

.active\:bg-green-950\/0:active {
  background-color: rgb(5 46 22 / 0);
}

.active\:bg-green-950\/10:active {
  background-color: rgb(5 46 22 / 0.1);
}

.active\:bg-green-950\/100:active {
  background-color: rgb(5 46 22 / 1);
}

.active\:bg-green-950\/20:active {
  background-color: rgb(5 46 22 / 0.2);
}

.active\:bg-green-950\/25:active {
  background-color: rgb(5 46 22 / 0.25);
}

.active\:bg-green-950\/30:active {
  background-color: rgb(5 46 22 / 0.3);
}

.active\:bg-green-950\/40:active {
  background-color: rgb(5 46 22 / 0.4);
}

.active\:bg-green-950\/5:active {
  background-color: rgb(5 46 22 / 0.05);
}

.active\:bg-green-950\/50:active {
  background-color: rgb(5 46 22 / 0.5);
}

.active\:bg-green-950\/60:active {
  background-color: rgb(5 46 22 / 0.6);
}

.active\:bg-green-950\/70:active {
  background-color: rgb(5 46 22 / 0.7);
}

.active\:bg-green-950\/75:active {
  background-color: rgb(5 46 22 / 0.75);
}

.active\:bg-green-950\/80:active {
  background-color: rgb(5 46 22 / 0.8);
}

.active\:bg-green-950\/90:active {
  background-color: rgb(5 46 22 / 0.9);
}

.active\:bg-green-950\/95:active {
  background-color: rgb(5 46 22 / 0.95);
}

.active\:bg-indigo-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}

.active\:bg-indigo-100\/0:active {
  background-color: rgb(224 231 255 / 0);
}

.active\:bg-indigo-100\/10:active {
  background-color: rgb(224 231 255 / 0.1);
}

.active\:bg-indigo-100\/100:active {
  background-color: rgb(224 231 255 / 1);
}

.active\:bg-indigo-100\/20:active {
  background-color: rgb(224 231 255 / 0.2);
}

.active\:bg-indigo-100\/25:active {
  background-color: rgb(224 231 255 / 0.25);
}

.active\:bg-indigo-100\/30:active {
  background-color: rgb(224 231 255 / 0.3);
}

.active\:bg-indigo-100\/40:active {
  background-color: rgb(224 231 255 / 0.4);
}

.active\:bg-indigo-100\/5:active {
  background-color: rgb(224 231 255 / 0.05);
}

.active\:bg-indigo-100\/50:active {
  background-color: rgb(224 231 255 / 0.5);
}

.active\:bg-indigo-100\/60:active {
  background-color: rgb(224 231 255 / 0.6);
}

.active\:bg-indigo-100\/70:active {
  background-color: rgb(224 231 255 / 0.7);
}

.active\:bg-indigo-100\/75:active {
  background-color: rgb(224 231 255 / 0.75);
}

.active\:bg-indigo-100\/80:active {
  background-color: rgb(224 231 255 / 0.8);
}

.active\:bg-indigo-100\/90:active {
  background-color: rgb(224 231 255 / 0.9);
}

.active\:bg-indigo-100\/95:active {
  background-color: rgb(224 231 255 / 0.95);
}

.active\:bg-indigo-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity));
}

.active\:bg-indigo-200\/0:active {
  background-color: rgb(199 210 254 / 0);
}

.active\:bg-indigo-200\/10:active {
  background-color: rgb(199 210 254 / 0.1);
}

.active\:bg-indigo-200\/100:active {
  background-color: rgb(199 210 254 / 1);
}

.active\:bg-indigo-200\/20:active {
  background-color: rgb(199 210 254 / 0.2);
}

.active\:bg-indigo-200\/25:active {
  background-color: rgb(199 210 254 / 0.25);
}

.active\:bg-indigo-200\/30:active {
  background-color: rgb(199 210 254 / 0.3);
}

.active\:bg-indigo-200\/40:active {
  background-color: rgb(199 210 254 / 0.4);
}

.active\:bg-indigo-200\/5:active {
  background-color: rgb(199 210 254 / 0.05);
}

.active\:bg-indigo-200\/50:active {
  background-color: rgb(199 210 254 / 0.5);
}

.active\:bg-indigo-200\/60:active {
  background-color: rgb(199 210 254 / 0.6);
}

.active\:bg-indigo-200\/70:active {
  background-color: rgb(199 210 254 / 0.7);
}

.active\:bg-indigo-200\/75:active {
  background-color: rgb(199 210 254 / 0.75);
}

.active\:bg-indigo-200\/80:active {
  background-color: rgb(199 210 254 / 0.8);
}

.active\:bg-indigo-200\/90:active {
  background-color: rgb(199 210 254 / 0.9);
}

.active\:bg-indigo-200\/95:active {
  background-color: rgb(199 210 254 / 0.95);
}

.active\:bg-indigo-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity));
}

.active\:bg-indigo-300\/0:active {
  background-color: rgb(165 180 252 / 0);
}

.active\:bg-indigo-300\/10:active {
  background-color: rgb(165 180 252 / 0.1);
}

.active\:bg-indigo-300\/100:active {
  background-color: rgb(165 180 252 / 1);
}

.active\:bg-indigo-300\/20:active {
  background-color: rgb(165 180 252 / 0.2);
}

.active\:bg-indigo-300\/25:active {
  background-color: rgb(165 180 252 / 0.25);
}

.active\:bg-indigo-300\/30:active {
  background-color: rgb(165 180 252 / 0.3);
}

.active\:bg-indigo-300\/40:active {
  background-color: rgb(165 180 252 / 0.4);
}

.active\:bg-indigo-300\/5:active {
  background-color: rgb(165 180 252 / 0.05);
}

.active\:bg-indigo-300\/50:active {
  background-color: rgb(165 180 252 / 0.5);
}

.active\:bg-indigo-300\/60:active {
  background-color: rgb(165 180 252 / 0.6);
}

.active\:bg-indigo-300\/70:active {
  background-color: rgb(165 180 252 / 0.7);
}

.active\:bg-indigo-300\/75:active {
  background-color: rgb(165 180 252 / 0.75);
}

.active\:bg-indigo-300\/80:active {
  background-color: rgb(165 180 252 / 0.8);
}

.active\:bg-indigo-300\/90:active {
  background-color: rgb(165 180 252 / 0.9);
}

.active\:bg-indigo-300\/95:active {
  background-color: rgb(165 180 252 / 0.95);
}

.active\:bg-indigo-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity));
}

.active\:bg-indigo-400\/0:active {
  background-color: rgb(129 140 248 / 0);
}

.active\:bg-indigo-400\/10:active {
  background-color: rgb(129 140 248 / 0.1);
}

.active\:bg-indigo-400\/100:active {
  background-color: rgb(129 140 248 / 1);
}

.active\:bg-indigo-400\/20:active {
  background-color: rgb(129 140 248 / 0.2);
}

.active\:bg-indigo-400\/25:active {
  background-color: rgb(129 140 248 / 0.25);
}

.active\:bg-indigo-400\/30:active {
  background-color: rgb(129 140 248 / 0.3);
}

.active\:bg-indigo-400\/40:active {
  background-color: rgb(129 140 248 / 0.4);
}

.active\:bg-indigo-400\/5:active {
  background-color: rgb(129 140 248 / 0.05);
}

.active\:bg-indigo-400\/50:active {
  background-color: rgb(129 140 248 / 0.5);
}

.active\:bg-indigo-400\/60:active {
  background-color: rgb(129 140 248 / 0.6);
}

.active\:bg-indigo-400\/70:active {
  background-color: rgb(129 140 248 / 0.7);
}

.active\:bg-indigo-400\/75:active {
  background-color: rgb(129 140 248 / 0.75);
}

.active\:bg-indigo-400\/80:active {
  background-color: rgb(129 140 248 / 0.8);
}

.active\:bg-indigo-400\/90:active {
  background-color: rgb(129 140 248 / 0.9);
}

.active\:bg-indigo-400\/95:active {
  background-color: rgb(129 140 248 / 0.95);
}

.active\:bg-indigo-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}

.active\:bg-indigo-50\/0:active {
  background-color: rgb(238 242 255 / 0);
}

.active\:bg-indigo-50\/10:active {
  background-color: rgb(238 242 255 / 0.1);
}

.active\:bg-indigo-50\/100:active {
  background-color: rgb(238 242 255 / 1);
}

.active\:bg-indigo-50\/20:active {
  background-color: rgb(238 242 255 / 0.2);
}

.active\:bg-indigo-50\/25:active {
  background-color: rgb(238 242 255 / 0.25);
}

.active\:bg-indigo-50\/30:active {
  background-color: rgb(238 242 255 / 0.3);
}

.active\:bg-indigo-50\/40:active {
  background-color: rgb(238 242 255 / 0.4);
}

.active\:bg-indigo-50\/5:active {
  background-color: rgb(238 242 255 / 0.05);
}

.active\:bg-indigo-50\/50:active {
  background-color: rgb(238 242 255 / 0.5);
}

.active\:bg-indigo-50\/60:active {
  background-color: rgb(238 242 255 / 0.6);
}

.active\:bg-indigo-50\/70:active {
  background-color: rgb(238 242 255 / 0.7);
}

.active\:bg-indigo-50\/75:active {
  background-color: rgb(238 242 255 / 0.75);
}

.active\:bg-indigo-50\/80:active {
  background-color: rgb(238 242 255 / 0.8);
}

.active\:bg-indigo-50\/90:active {
  background-color: rgb(238 242 255 / 0.9);
}

.active\:bg-indigo-50\/95:active {
  background-color: rgb(238 242 255 / 0.95);
}

.active\:bg-indigo-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}

.active\:bg-indigo-500\/0:active {
  background-color: rgb(99 102 241 / 0);
}

.active\:bg-indigo-500\/10:active {
  background-color: rgb(99 102 241 / 0.1);
}

.active\:bg-indigo-500\/100:active {
  background-color: rgb(99 102 241 / 1);
}

.active\:bg-indigo-500\/20:active {
  background-color: rgb(99 102 241 / 0.2);
}

.active\:bg-indigo-500\/25:active {
  background-color: rgb(99 102 241 / 0.25);
}

.active\:bg-indigo-500\/30:active {
  background-color: rgb(99 102 241 / 0.3);
}

.active\:bg-indigo-500\/40:active {
  background-color: rgb(99 102 241 / 0.4);
}

.active\:bg-indigo-500\/5:active {
  background-color: rgb(99 102 241 / 0.05);
}

.active\:bg-indigo-500\/50:active {
  background-color: rgb(99 102 241 / 0.5);
}

.active\:bg-indigo-500\/60:active {
  background-color: rgb(99 102 241 / 0.6);
}

.active\:bg-indigo-500\/70:active {
  background-color: rgb(99 102 241 / 0.7);
}

.active\:bg-indigo-500\/75:active {
  background-color: rgb(99 102 241 / 0.75);
}

.active\:bg-indigo-500\/80:active {
  background-color: rgb(99 102 241 / 0.8);
}

.active\:bg-indigo-500\/90:active {
  background-color: rgb(99 102 241 / 0.9);
}

.active\:bg-indigo-500\/95:active {
  background-color: rgb(99 102 241 / 0.95);
}

.active\:bg-indigo-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}

.active\:bg-indigo-600\/0:active {
  background-color: rgb(79 70 229 / 0);
}

.active\:bg-indigo-600\/10:active {
  background-color: rgb(79 70 229 / 0.1);
}

.active\:bg-indigo-600\/100:active {
  background-color: rgb(79 70 229 / 1);
}

.active\:bg-indigo-600\/20:active {
  background-color: rgb(79 70 229 / 0.2);
}

.active\:bg-indigo-600\/25:active {
  background-color: rgb(79 70 229 / 0.25);
}

.active\:bg-indigo-600\/30:active {
  background-color: rgb(79 70 229 / 0.3);
}

.active\:bg-indigo-600\/40:active {
  background-color: rgb(79 70 229 / 0.4);
}

.active\:bg-indigo-600\/5:active {
  background-color: rgb(79 70 229 / 0.05);
}

.active\:bg-indigo-600\/50:active {
  background-color: rgb(79 70 229 / 0.5);
}

.active\:bg-indigo-600\/60:active {
  background-color: rgb(79 70 229 / 0.6);
}

.active\:bg-indigo-600\/70:active {
  background-color: rgb(79 70 229 / 0.7);
}

.active\:bg-indigo-600\/75:active {
  background-color: rgb(79 70 229 / 0.75);
}

.active\:bg-indigo-600\/80:active {
  background-color: rgb(79 70 229 / 0.8);
}

.active\:bg-indigo-600\/90:active {
  background-color: rgb(79 70 229 / 0.9);
}

.active\:bg-indigo-600\/95:active {
  background-color: rgb(79 70 229 / 0.95);
}

.active\:bg-indigo-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}

.active\:bg-indigo-700\/0:active {
  background-color: rgb(67 56 202 / 0);
}

.active\:bg-indigo-700\/10:active {
  background-color: rgb(67 56 202 / 0.1);
}

.active\:bg-indigo-700\/100:active {
  background-color: rgb(67 56 202 / 1);
}

.active\:bg-indigo-700\/20:active {
  background-color: rgb(67 56 202 / 0.2);
}

.active\:bg-indigo-700\/25:active {
  background-color: rgb(67 56 202 / 0.25);
}

.active\:bg-indigo-700\/30:active {
  background-color: rgb(67 56 202 / 0.3);
}

.active\:bg-indigo-700\/40:active {
  background-color: rgb(67 56 202 / 0.4);
}

.active\:bg-indigo-700\/5:active {
  background-color: rgb(67 56 202 / 0.05);
}

.active\:bg-indigo-700\/50:active {
  background-color: rgb(67 56 202 / 0.5);
}

.active\:bg-indigo-700\/60:active {
  background-color: rgb(67 56 202 / 0.6);
}

.active\:bg-indigo-700\/70:active {
  background-color: rgb(67 56 202 / 0.7);
}

.active\:bg-indigo-700\/75:active {
  background-color: rgb(67 56 202 / 0.75);
}

.active\:bg-indigo-700\/80:active {
  background-color: rgb(67 56 202 / 0.8);
}

.active\:bg-indigo-700\/90:active {
  background-color: rgb(67 56 202 / 0.9);
}

.active\:bg-indigo-700\/95:active {
  background-color: rgb(67 56 202 / 0.95);
}

.active\:bg-indigo-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity));
}

.active\:bg-indigo-800\/0:active {
  background-color: rgb(55 48 163 / 0);
}

.active\:bg-indigo-800\/10:active {
  background-color: rgb(55 48 163 / 0.1);
}

.active\:bg-indigo-800\/100:active {
  background-color: rgb(55 48 163 / 1);
}

.active\:bg-indigo-800\/20:active {
  background-color: rgb(55 48 163 / 0.2);
}

.active\:bg-indigo-800\/25:active {
  background-color: rgb(55 48 163 / 0.25);
}

.active\:bg-indigo-800\/30:active {
  background-color: rgb(55 48 163 / 0.3);
}

.active\:bg-indigo-800\/40:active {
  background-color: rgb(55 48 163 / 0.4);
}

.active\:bg-indigo-800\/5:active {
  background-color: rgb(55 48 163 / 0.05);
}

.active\:bg-indigo-800\/50:active {
  background-color: rgb(55 48 163 / 0.5);
}

.active\:bg-indigo-800\/60:active {
  background-color: rgb(55 48 163 / 0.6);
}

.active\:bg-indigo-800\/70:active {
  background-color: rgb(55 48 163 / 0.7);
}

.active\:bg-indigo-800\/75:active {
  background-color: rgb(55 48 163 / 0.75);
}

.active\:bg-indigo-800\/80:active {
  background-color: rgb(55 48 163 / 0.8);
}

.active\:bg-indigo-800\/90:active {
  background-color: rgb(55 48 163 / 0.9);
}

.active\:bg-indigo-800\/95:active {
  background-color: rgb(55 48 163 / 0.95);
}

.active\:bg-indigo-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity));
}

.active\:bg-indigo-900\/0:active {
  background-color: rgb(49 46 129 / 0);
}

.active\:bg-indigo-900\/10:active {
  background-color: rgb(49 46 129 / 0.1);
}

.active\:bg-indigo-900\/100:active {
  background-color: rgb(49 46 129 / 1);
}

.active\:bg-indigo-900\/20:active {
  background-color: rgb(49 46 129 / 0.2);
}

.active\:bg-indigo-900\/25:active {
  background-color: rgb(49 46 129 / 0.25);
}

.active\:bg-indigo-900\/30:active {
  background-color: rgb(49 46 129 / 0.3);
}

.active\:bg-indigo-900\/40:active {
  background-color: rgb(49 46 129 / 0.4);
}

.active\:bg-indigo-900\/5:active {
  background-color: rgb(49 46 129 / 0.05);
}

.active\:bg-indigo-900\/50:active {
  background-color: rgb(49 46 129 / 0.5);
}

.active\:bg-indigo-900\/60:active {
  background-color: rgb(49 46 129 / 0.6);
}

.active\:bg-indigo-900\/70:active {
  background-color: rgb(49 46 129 / 0.7);
}

.active\:bg-indigo-900\/75:active {
  background-color: rgb(49 46 129 / 0.75);
}

.active\:bg-indigo-900\/80:active {
  background-color: rgb(49 46 129 / 0.8);
}

.active\:bg-indigo-900\/90:active {
  background-color: rgb(49 46 129 / 0.9);
}

.active\:bg-indigo-900\/95:active {
  background-color: rgb(49 46 129 / 0.95);
}

.active\:bg-indigo-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity));
}

.active\:bg-indigo-950\/0:active {
  background-color: rgb(30 27 75 / 0);
}

.active\:bg-indigo-950\/10:active {
  background-color: rgb(30 27 75 / 0.1);
}

.active\:bg-indigo-950\/100:active {
  background-color: rgb(30 27 75 / 1);
}

.active\:bg-indigo-950\/20:active {
  background-color: rgb(30 27 75 / 0.2);
}

.active\:bg-indigo-950\/25:active {
  background-color: rgb(30 27 75 / 0.25);
}

.active\:bg-indigo-950\/30:active {
  background-color: rgb(30 27 75 / 0.3);
}

.active\:bg-indigo-950\/40:active {
  background-color: rgb(30 27 75 / 0.4);
}

.active\:bg-indigo-950\/5:active {
  background-color: rgb(30 27 75 / 0.05);
}

.active\:bg-indigo-950\/50:active {
  background-color: rgb(30 27 75 / 0.5);
}

.active\:bg-indigo-950\/60:active {
  background-color: rgb(30 27 75 / 0.6);
}

.active\:bg-indigo-950\/70:active {
  background-color: rgb(30 27 75 / 0.7);
}

.active\:bg-indigo-950\/75:active {
  background-color: rgb(30 27 75 / 0.75);
}

.active\:bg-indigo-950\/80:active {
  background-color: rgb(30 27 75 / 0.8);
}

.active\:bg-indigo-950\/90:active {
  background-color: rgb(30 27 75 / 0.9);
}

.active\:bg-indigo-950\/95:active {
  background-color: rgb(30 27 75 / 0.95);
}

.active\:bg-inherit:active {
  background-color: inherit;
}

.active\:bg-interbeauty-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(249 197 175 / var(--tw-bg-opacity));
}

.active\:bg-interbeauty-100\/0:active {
  background-color: rgb(249 197 175 / 0);
}

.active\:bg-interbeauty-100\/10:active {
  background-color: rgb(249 197 175 / 0.1);
}

.active\:bg-interbeauty-100\/100:active {
  background-color: rgb(249 197 175 / 1);
}

.active\:bg-interbeauty-100\/20:active {
  background-color: rgb(249 197 175 / 0.2);
}

.active\:bg-interbeauty-100\/25:active {
  background-color: rgb(249 197 175 / 0.25);
}

.active\:bg-interbeauty-100\/30:active {
  background-color: rgb(249 197 175 / 0.3);
}

.active\:bg-interbeauty-100\/40:active {
  background-color: rgb(249 197 175 / 0.4);
}

.active\:bg-interbeauty-100\/5:active {
  background-color: rgb(249 197 175 / 0.05);
}

.active\:bg-interbeauty-100\/50:active {
  background-color: rgb(249 197 175 / 0.5);
}

.active\:bg-interbeauty-100\/60:active {
  background-color: rgb(249 197 175 / 0.6);
}

.active\:bg-interbeauty-100\/70:active {
  background-color: rgb(249 197 175 / 0.7);
}

.active\:bg-interbeauty-100\/75:active {
  background-color: rgb(249 197 175 / 0.75);
}

.active\:bg-interbeauty-100\/80:active {
  background-color: rgb(249 197 175 / 0.8);
}

.active\:bg-interbeauty-100\/90:active {
  background-color: rgb(249 197 175 / 0.9);
}

.active\:bg-interbeauty-100\/95:active {
  background-color: rgb(249 197 175 / 0.95);
}

.active\:bg-interbeauty-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(241 182 191 / var(--tw-bg-opacity));
}

.active\:bg-interbeauty-200\/0:active {
  background-color: rgb(241 182 191 / 0);
}

.active\:bg-interbeauty-200\/10:active {
  background-color: rgb(241 182 191 / 0.1);
}

.active\:bg-interbeauty-200\/100:active {
  background-color: rgb(241 182 191 / 1);
}

.active\:bg-interbeauty-200\/20:active {
  background-color: rgb(241 182 191 / 0.2);
}

.active\:bg-interbeauty-200\/25:active {
  background-color: rgb(241 182 191 / 0.25);
}

.active\:bg-interbeauty-200\/30:active {
  background-color: rgb(241 182 191 / 0.3);
}

.active\:bg-interbeauty-200\/40:active {
  background-color: rgb(241 182 191 / 0.4);
}

.active\:bg-interbeauty-200\/5:active {
  background-color: rgb(241 182 191 / 0.05);
}

.active\:bg-interbeauty-200\/50:active {
  background-color: rgb(241 182 191 / 0.5);
}

.active\:bg-interbeauty-200\/60:active {
  background-color: rgb(241 182 191 / 0.6);
}

.active\:bg-interbeauty-200\/70:active {
  background-color: rgb(241 182 191 / 0.7);
}

.active\:bg-interbeauty-200\/75:active {
  background-color: rgb(241 182 191 / 0.75);
}

.active\:bg-interbeauty-200\/80:active {
  background-color: rgb(241 182 191 / 0.8);
}

.active\:bg-interbeauty-200\/90:active {
  background-color: rgb(241 182 191 / 0.9);
}

.active\:bg-interbeauty-200\/95:active {
  background-color: rgb(241 182 191 / 0.95);
}

.active\:bg-interbeauty-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(182 219 231 / var(--tw-bg-opacity));
}

.active\:bg-interbeauty-300\/0:active {
  background-color: rgb(182 219 231 / 0);
}

.active\:bg-interbeauty-300\/10:active {
  background-color: rgb(182 219 231 / 0.1);
}

.active\:bg-interbeauty-300\/100:active {
  background-color: rgb(182 219 231 / 1);
}

.active\:bg-interbeauty-300\/20:active {
  background-color: rgb(182 219 231 / 0.2);
}

.active\:bg-interbeauty-300\/25:active {
  background-color: rgb(182 219 231 / 0.25);
}

.active\:bg-interbeauty-300\/30:active {
  background-color: rgb(182 219 231 / 0.3);
}

.active\:bg-interbeauty-300\/40:active {
  background-color: rgb(182 219 231 / 0.4);
}

.active\:bg-interbeauty-300\/5:active {
  background-color: rgb(182 219 231 / 0.05);
}

.active\:bg-interbeauty-300\/50:active {
  background-color: rgb(182 219 231 / 0.5);
}

.active\:bg-interbeauty-300\/60:active {
  background-color: rgb(182 219 231 / 0.6);
}

.active\:bg-interbeauty-300\/70:active {
  background-color: rgb(182 219 231 / 0.7);
}

.active\:bg-interbeauty-300\/75:active {
  background-color: rgb(182 219 231 / 0.75);
}

.active\:bg-interbeauty-300\/80:active {
  background-color: rgb(182 219 231 / 0.8);
}

.active\:bg-interbeauty-300\/90:active {
  background-color: rgb(182 219 231 / 0.9);
}

.active\:bg-interbeauty-300\/95:active {
  background-color: rgb(182 219 231 / 0.95);
}

.active\:bg-interbeauty-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 250 247 / var(--tw-bg-opacity));
}

.active\:bg-interbeauty-400\/0:active {
  background-color: rgb(254 250 247 / 0);
}

.active\:bg-interbeauty-400\/10:active {
  background-color: rgb(254 250 247 / 0.1);
}

.active\:bg-interbeauty-400\/100:active {
  background-color: rgb(254 250 247 / 1);
}

.active\:bg-interbeauty-400\/20:active {
  background-color: rgb(254 250 247 / 0.2);
}

.active\:bg-interbeauty-400\/25:active {
  background-color: rgb(254 250 247 / 0.25);
}

.active\:bg-interbeauty-400\/30:active {
  background-color: rgb(254 250 247 / 0.3);
}

.active\:bg-interbeauty-400\/40:active {
  background-color: rgb(254 250 247 / 0.4);
}

.active\:bg-interbeauty-400\/5:active {
  background-color: rgb(254 250 247 / 0.05);
}

.active\:bg-interbeauty-400\/50:active {
  background-color: rgb(254 250 247 / 0.5);
}

.active\:bg-interbeauty-400\/60:active {
  background-color: rgb(254 250 247 / 0.6);
}

.active\:bg-interbeauty-400\/70:active {
  background-color: rgb(254 250 247 / 0.7);
}

.active\:bg-interbeauty-400\/75:active {
  background-color: rgb(254 250 247 / 0.75);
}

.active\:bg-interbeauty-400\/80:active {
  background-color: rgb(254 250 247 / 0.8);
}

.active\:bg-interbeauty-400\/90:active {
  background-color: rgb(254 250 247 / 0.9);
}

.active\:bg-interbeauty-400\/95:active {
  background-color: rgb(254 250 247 / 0.95);
}

.active\:bg-interbeauty-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(193 225 224 / var(--tw-bg-opacity));
}

.active\:bg-interbeauty-500\/0:active {
  background-color: rgb(193 225 224 / 0);
}

.active\:bg-interbeauty-500\/10:active {
  background-color: rgb(193 225 224 / 0.1);
}

.active\:bg-interbeauty-500\/100:active {
  background-color: rgb(193 225 224 / 1);
}

.active\:bg-interbeauty-500\/20:active {
  background-color: rgb(193 225 224 / 0.2);
}

.active\:bg-interbeauty-500\/25:active {
  background-color: rgb(193 225 224 / 0.25);
}

.active\:bg-interbeauty-500\/30:active {
  background-color: rgb(193 225 224 / 0.3);
}

.active\:bg-interbeauty-500\/40:active {
  background-color: rgb(193 225 224 / 0.4);
}

.active\:bg-interbeauty-500\/5:active {
  background-color: rgb(193 225 224 / 0.05);
}

.active\:bg-interbeauty-500\/50:active {
  background-color: rgb(193 225 224 / 0.5);
}

.active\:bg-interbeauty-500\/60:active {
  background-color: rgb(193 225 224 / 0.6);
}

.active\:bg-interbeauty-500\/70:active {
  background-color: rgb(193 225 224 / 0.7);
}

.active\:bg-interbeauty-500\/75:active {
  background-color: rgb(193 225 224 / 0.75);
}

.active\:bg-interbeauty-500\/80:active {
  background-color: rgb(193 225 224 / 0.8);
}

.active\:bg-interbeauty-500\/90:active {
  background-color: rgb(193 225 224 / 0.9);
}

.active\:bg-interbeauty-500\/95:active {
  background-color: rgb(193 225 224 / 0.95);
}

.active\:bg-interbeauty-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(88 88 94 / var(--tw-bg-opacity));
}

.active\:bg-interbeauty-600\/0:active {
  background-color: rgb(88 88 94 / 0);
}

.active\:bg-interbeauty-600\/10:active {
  background-color: rgb(88 88 94 / 0.1);
}

.active\:bg-interbeauty-600\/100:active {
  background-color: rgb(88 88 94 / 1);
}

.active\:bg-interbeauty-600\/20:active {
  background-color: rgb(88 88 94 / 0.2);
}

.active\:bg-interbeauty-600\/25:active {
  background-color: rgb(88 88 94 / 0.25);
}

.active\:bg-interbeauty-600\/30:active {
  background-color: rgb(88 88 94 / 0.3);
}

.active\:bg-interbeauty-600\/40:active {
  background-color: rgb(88 88 94 / 0.4);
}

.active\:bg-interbeauty-600\/5:active {
  background-color: rgb(88 88 94 / 0.05);
}

.active\:bg-interbeauty-600\/50:active {
  background-color: rgb(88 88 94 / 0.5);
}

.active\:bg-interbeauty-600\/60:active {
  background-color: rgb(88 88 94 / 0.6);
}

.active\:bg-interbeauty-600\/70:active {
  background-color: rgb(88 88 94 / 0.7);
}

.active\:bg-interbeauty-600\/75:active {
  background-color: rgb(88 88 94 / 0.75);
}

.active\:bg-interbeauty-600\/80:active {
  background-color: rgb(88 88 94 / 0.8);
}

.active\:bg-interbeauty-600\/90:active {
  background-color: rgb(88 88 94 / 0.9);
}

.active\:bg-interbeauty-600\/95:active {
  background-color: rgb(88 88 94 / 0.95);
}

.active\:bg-ipnvaluers-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 40 87 / var(--tw-bg-opacity));
}

.active\:bg-ipnvaluers-200\/0:active {
  background-color: rgb(0 40 87 / 0);
}

.active\:bg-ipnvaluers-200\/10:active {
  background-color: rgb(0 40 87 / 0.1);
}

.active\:bg-ipnvaluers-200\/100:active {
  background-color: rgb(0 40 87 / 1);
}

.active\:bg-ipnvaluers-200\/20:active {
  background-color: rgb(0 40 87 / 0.2);
}

.active\:bg-ipnvaluers-200\/25:active {
  background-color: rgb(0 40 87 / 0.25);
}

.active\:bg-ipnvaluers-200\/30:active {
  background-color: rgb(0 40 87 / 0.3);
}

.active\:bg-ipnvaluers-200\/40:active {
  background-color: rgb(0 40 87 / 0.4);
}

.active\:bg-ipnvaluers-200\/5:active {
  background-color: rgb(0 40 87 / 0.05);
}

.active\:bg-ipnvaluers-200\/50:active {
  background-color: rgb(0 40 87 / 0.5);
}

.active\:bg-ipnvaluers-200\/60:active {
  background-color: rgb(0 40 87 / 0.6);
}

.active\:bg-ipnvaluers-200\/70:active {
  background-color: rgb(0 40 87 / 0.7);
}

.active\:bg-ipnvaluers-200\/75:active {
  background-color: rgb(0 40 87 / 0.75);
}

.active\:bg-ipnvaluers-200\/80:active {
  background-color: rgb(0 40 87 / 0.8);
}

.active\:bg-ipnvaluers-200\/90:active {
  background-color: rgb(0 40 87 / 0.9);
}

.active\:bg-ipnvaluers-200\/95:active {
  background-color: rgb(0 40 87 / 0.95);
}

.active\:bg-ipnvaluers-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(196 107 22 / var(--tw-bg-opacity));
}

.active\:bg-ipnvaluers-400\/0:active {
  background-color: rgb(196 107 22 / 0);
}

.active\:bg-ipnvaluers-400\/10:active {
  background-color: rgb(196 107 22 / 0.1);
}

.active\:bg-ipnvaluers-400\/100:active {
  background-color: rgb(196 107 22 / 1);
}

.active\:bg-ipnvaluers-400\/20:active {
  background-color: rgb(196 107 22 / 0.2);
}

.active\:bg-ipnvaluers-400\/25:active {
  background-color: rgb(196 107 22 / 0.25);
}

.active\:bg-ipnvaluers-400\/30:active {
  background-color: rgb(196 107 22 / 0.3);
}

.active\:bg-ipnvaluers-400\/40:active {
  background-color: rgb(196 107 22 / 0.4);
}

.active\:bg-ipnvaluers-400\/5:active {
  background-color: rgb(196 107 22 / 0.05);
}

.active\:bg-ipnvaluers-400\/50:active {
  background-color: rgb(196 107 22 / 0.5);
}

.active\:bg-ipnvaluers-400\/60:active {
  background-color: rgb(196 107 22 / 0.6);
}

.active\:bg-ipnvaluers-400\/70:active {
  background-color: rgb(196 107 22 / 0.7);
}

.active\:bg-ipnvaluers-400\/75:active {
  background-color: rgb(196 107 22 / 0.75);
}

.active\:bg-ipnvaluers-400\/80:active {
  background-color: rgb(196 107 22 / 0.8);
}

.active\:bg-ipnvaluers-400\/90:active {
  background-color: rgb(196 107 22 / 0.9);
}

.active\:bg-ipnvaluers-400\/95:active {
  background-color: rgb(196 107 22 / 0.95);
}

.active\:bg-ipnvaluers-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(245 174 21 / var(--tw-bg-opacity));
}

.active\:bg-ipnvaluers-500\/0:active {
  background-color: rgb(245 174 21 / 0);
}

.active\:bg-ipnvaluers-500\/10:active {
  background-color: rgb(245 174 21 / 0.1);
}

.active\:bg-ipnvaluers-500\/100:active {
  background-color: rgb(245 174 21 / 1);
}

.active\:bg-ipnvaluers-500\/20:active {
  background-color: rgb(245 174 21 / 0.2);
}

.active\:bg-ipnvaluers-500\/25:active {
  background-color: rgb(245 174 21 / 0.25);
}

.active\:bg-ipnvaluers-500\/30:active {
  background-color: rgb(245 174 21 / 0.3);
}

.active\:bg-ipnvaluers-500\/40:active {
  background-color: rgb(245 174 21 / 0.4);
}

.active\:bg-ipnvaluers-500\/5:active {
  background-color: rgb(245 174 21 / 0.05);
}

.active\:bg-ipnvaluers-500\/50:active {
  background-color: rgb(245 174 21 / 0.5);
}

.active\:bg-ipnvaluers-500\/60:active {
  background-color: rgb(245 174 21 / 0.6);
}

.active\:bg-ipnvaluers-500\/70:active {
  background-color: rgb(245 174 21 / 0.7);
}

.active\:bg-ipnvaluers-500\/75:active {
  background-color: rgb(245 174 21 / 0.75);
}

.active\:bg-ipnvaluers-500\/80:active {
  background-color: rgb(245 174 21 / 0.8);
}

.active\:bg-ipnvaluers-500\/90:active {
  background-color: rgb(245 174 21 / 0.9);
}

.active\:bg-ipnvaluers-500\/95:active {
  background-color: rgb(245 174 21 / 0.95);
}

.active\:bg-jukejam-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(250 210 101 / var(--tw-bg-opacity));
}

.active\:bg-jukejam-500\/0:active {
  background-color: rgb(250 210 101 / 0);
}

.active\:bg-jukejam-500\/10:active {
  background-color: rgb(250 210 101 / 0.1);
}

.active\:bg-jukejam-500\/100:active {
  background-color: rgb(250 210 101 / 1);
}

.active\:bg-jukejam-500\/20:active {
  background-color: rgb(250 210 101 / 0.2);
}

.active\:bg-jukejam-500\/25:active {
  background-color: rgb(250 210 101 / 0.25);
}

.active\:bg-jukejam-500\/30:active {
  background-color: rgb(250 210 101 / 0.3);
}

.active\:bg-jukejam-500\/40:active {
  background-color: rgb(250 210 101 / 0.4);
}

.active\:bg-jukejam-500\/5:active {
  background-color: rgb(250 210 101 / 0.05);
}

.active\:bg-jukejam-500\/50:active {
  background-color: rgb(250 210 101 / 0.5);
}

.active\:bg-jukejam-500\/60:active {
  background-color: rgb(250 210 101 / 0.6);
}

.active\:bg-jukejam-500\/70:active {
  background-color: rgb(250 210 101 / 0.7);
}

.active\:bg-jukejam-500\/75:active {
  background-color: rgb(250 210 101 / 0.75);
}

.active\:bg-jukejam-500\/80:active {
  background-color: rgb(250 210 101 / 0.8);
}

.active\:bg-jukejam-500\/90:active {
  background-color: rgb(250 210 101 / 0.9);
}

.active\:bg-jukejam-500\/95:active {
  background-color: rgb(250 210 101 / 0.95);
}

.active\:bg-lime-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity));
}

.active\:bg-lime-100\/0:active {
  background-color: rgb(236 252 203 / 0);
}

.active\:bg-lime-100\/10:active {
  background-color: rgb(236 252 203 / 0.1);
}

.active\:bg-lime-100\/100:active {
  background-color: rgb(236 252 203 / 1);
}

.active\:bg-lime-100\/20:active {
  background-color: rgb(236 252 203 / 0.2);
}

.active\:bg-lime-100\/25:active {
  background-color: rgb(236 252 203 / 0.25);
}

.active\:bg-lime-100\/30:active {
  background-color: rgb(236 252 203 / 0.3);
}

.active\:bg-lime-100\/40:active {
  background-color: rgb(236 252 203 / 0.4);
}

.active\:bg-lime-100\/5:active {
  background-color: rgb(236 252 203 / 0.05);
}

.active\:bg-lime-100\/50:active {
  background-color: rgb(236 252 203 / 0.5);
}

.active\:bg-lime-100\/60:active {
  background-color: rgb(236 252 203 / 0.6);
}

.active\:bg-lime-100\/70:active {
  background-color: rgb(236 252 203 / 0.7);
}

.active\:bg-lime-100\/75:active {
  background-color: rgb(236 252 203 / 0.75);
}

.active\:bg-lime-100\/80:active {
  background-color: rgb(236 252 203 / 0.8);
}

.active\:bg-lime-100\/90:active {
  background-color: rgb(236 252 203 / 0.9);
}

.active\:bg-lime-100\/95:active {
  background-color: rgb(236 252 203 / 0.95);
}

.active\:bg-lime-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity));
}

.active\:bg-lime-200\/0:active {
  background-color: rgb(217 249 157 / 0);
}

.active\:bg-lime-200\/10:active {
  background-color: rgb(217 249 157 / 0.1);
}

.active\:bg-lime-200\/100:active {
  background-color: rgb(217 249 157 / 1);
}

.active\:bg-lime-200\/20:active {
  background-color: rgb(217 249 157 / 0.2);
}

.active\:bg-lime-200\/25:active {
  background-color: rgb(217 249 157 / 0.25);
}

.active\:bg-lime-200\/30:active {
  background-color: rgb(217 249 157 / 0.3);
}

.active\:bg-lime-200\/40:active {
  background-color: rgb(217 249 157 / 0.4);
}

.active\:bg-lime-200\/5:active {
  background-color: rgb(217 249 157 / 0.05);
}

.active\:bg-lime-200\/50:active {
  background-color: rgb(217 249 157 / 0.5);
}

.active\:bg-lime-200\/60:active {
  background-color: rgb(217 249 157 / 0.6);
}

.active\:bg-lime-200\/70:active {
  background-color: rgb(217 249 157 / 0.7);
}

.active\:bg-lime-200\/75:active {
  background-color: rgb(217 249 157 / 0.75);
}

.active\:bg-lime-200\/80:active {
  background-color: rgb(217 249 157 / 0.8);
}

.active\:bg-lime-200\/90:active {
  background-color: rgb(217 249 157 / 0.9);
}

.active\:bg-lime-200\/95:active {
  background-color: rgb(217 249 157 / 0.95);
}

.active\:bg-lime-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity));
}

.active\:bg-lime-300\/0:active {
  background-color: rgb(190 242 100 / 0);
}

.active\:bg-lime-300\/10:active {
  background-color: rgb(190 242 100 / 0.1);
}

.active\:bg-lime-300\/100:active {
  background-color: rgb(190 242 100 / 1);
}

.active\:bg-lime-300\/20:active {
  background-color: rgb(190 242 100 / 0.2);
}

.active\:bg-lime-300\/25:active {
  background-color: rgb(190 242 100 / 0.25);
}

.active\:bg-lime-300\/30:active {
  background-color: rgb(190 242 100 / 0.3);
}

.active\:bg-lime-300\/40:active {
  background-color: rgb(190 242 100 / 0.4);
}

.active\:bg-lime-300\/5:active {
  background-color: rgb(190 242 100 / 0.05);
}

.active\:bg-lime-300\/50:active {
  background-color: rgb(190 242 100 / 0.5);
}

.active\:bg-lime-300\/60:active {
  background-color: rgb(190 242 100 / 0.6);
}

.active\:bg-lime-300\/70:active {
  background-color: rgb(190 242 100 / 0.7);
}

.active\:bg-lime-300\/75:active {
  background-color: rgb(190 242 100 / 0.75);
}

.active\:bg-lime-300\/80:active {
  background-color: rgb(190 242 100 / 0.8);
}

.active\:bg-lime-300\/90:active {
  background-color: rgb(190 242 100 / 0.9);
}

.active\:bg-lime-300\/95:active {
  background-color: rgb(190 242 100 / 0.95);
}

.active\:bg-lime-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity));
}

.active\:bg-lime-400\/0:active {
  background-color: rgb(163 230 53 / 0);
}

.active\:bg-lime-400\/10:active {
  background-color: rgb(163 230 53 / 0.1);
}

.active\:bg-lime-400\/100:active {
  background-color: rgb(163 230 53 / 1);
}

.active\:bg-lime-400\/20:active {
  background-color: rgb(163 230 53 / 0.2);
}

.active\:bg-lime-400\/25:active {
  background-color: rgb(163 230 53 / 0.25);
}

.active\:bg-lime-400\/30:active {
  background-color: rgb(163 230 53 / 0.3);
}

.active\:bg-lime-400\/40:active {
  background-color: rgb(163 230 53 / 0.4);
}

.active\:bg-lime-400\/5:active {
  background-color: rgb(163 230 53 / 0.05);
}

.active\:bg-lime-400\/50:active {
  background-color: rgb(163 230 53 / 0.5);
}

.active\:bg-lime-400\/60:active {
  background-color: rgb(163 230 53 / 0.6);
}

.active\:bg-lime-400\/70:active {
  background-color: rgb(163 230 53 / 0.7);
}

.active\:bg-lime-400\/75:active {
  background-color: rgb(163 230 53 / 0.75);
}

.active\:bg-lime-400\/80:active {
  background-color: rgb(163 230 53 / 0.8);
}

.active\:bg-lime-400\/90:active {
  background-color: rgb(163 230 53 / 0.9);
}

.active\:bg-lime-400\/95:active {
  background-color: rgb(163 230 53 / 0.95);
}

.active\:bg-lime-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity));
}

.active\:bg-lime-50\/0:active {
  background-color: rgb(247 254 231 / 0);
}

.active\:bg-lime-50\/10:active {
  background-color: rgb(247 254 231 / 0.1);
}

.active\:bg-lime-50\/100:active {
  background-color: rgb(247 254 231 / 1);
}

.active\:bg-lime-50\/20:active {
  background-color: rgb(247 254 231 / 0.2);
}

.active\:bg-lime-50\/25:active {
  background-color: rgb(247 254 231 / 0.25);
}

.active\:bg-lime-50\/30:active {
  background-color: rgb(247 254 231 / 0.3);
}

.active\:bg-lime-50\/40:active {
  background-color: rgb(247 254 231 / 0.4);
}

.active\:bg-lime-50\/5:active {
  background-color: rgb(247 254 231 / 0.05);
}

.active\:bg-lime-50\/50:active {
  background-color: rgb(247 254 231 / 0.5);
}

.active\:bg-lime-50\/60:active {
  background-color: rgb(247 254 231 / 0.6);
}

.active\:bg-lime-50\/70:active {
  background-color: rgb(247 254 231 / 0.7);
}

.active\:bg-lime-50\/75:active {
  background-color: rgb(247 254 231 / 0.75);
}

.active\:bg-lime-50\/80:active {
  background-color: rgb(247 254 231 / 0.8);
}

.active\:bg-lime-50\/90:active {
  background-color: rgb(247 254 231 / 0.9);
}

.active\:bg-lime-50\/95:active {
  background-color: rgb(247 254 231 / 0.95);
}

.active\:bg-lime-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
}

.active\:bg-lime-500\/0:active {
  background-color: rgb(132 204 22 / 0);
}

.active\:bg-lime-500\/10:active {
  background-color: rgb(132 204 22 / 0.1);
}

.active\:bg-lime-500\/100:active {
  background-color: rgb(132 204 22 / 1);
}

.active\:bg-lime-500\/20:active {
  background-color: rgb(132 204 22 / 0.2);
}

.active\:bg-lime-500\/25:active {
  background-color: rgb(132 204 22 / 0.25);
}

.active\:bg-lime-500\/30:active {
  background-color: rgb(132 204 22 / 0.3);
}

.active\:bg-lime-500\/40:active {
  background-color: rgb(132 204 22 / 0.4);
}

.active\:bg-lime-500\/5:active {
  background-color: rgb(132 204 22 / 0.05);
}

.active\:bg-lime-500\/50:active {
  background-color: rgb(132 204 22 / 0.5);
}

.active\:bg-lime-500\/60:active {
  background-color: rgb(132 204 22 / 0.6);
}

.active\:bg-lime-500\/70:active {
  background-color: rgb(132 204 22 / 0.7);
}

.active\:bg-lime-500\/75:active {
  background-color: rgb(132 204 22 / 0.75);
}

.active\:bg-lime-500\/80:active {
  background-color: rgb(132 204 22 / 0.8);
}

.active\:bg-lime-500\/90:active {
  background-color: rgb(132 204 22 / 0.9);
}

.active\:bg-lime-500\/95:active {
  background-color: rgb(132 204 22 / 0.95);
}

.active\:bg-lime-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity));
}

.active\:bg-lime-600\/0:active {
  background-color: rgb(101 163 13 / 0);
}

.active\:bg-lime-600\/10:active {
  background-color: rgb(101 163 13 / 0.1);
}

.active\:bg-lime-600\/100:active {
  background-color: rgb(101 163 13 / 1);
}

.active\:bg-lime-600\/20:active {
  background-color: rgb(101 163 13 / 0.2);
}

.active\:bg-lime-600\/25:active {
  background-color: rgb(101 163 13 / 0.25);
}

.active\:bg-lime-600\/30:active {
  background-color: rgb(101 163 13 / 0.3);
}

.active\:bg-lime-600\/40:active {
  background-color: rgb(101 163 13 / 0.4);
}

.active\:bg-lime-600\/5:active {
  background-color: rgb(101 163 13 / 0.05);
}

.active\:bg-lime-600\/50:active {
  background-color: rgb(101 163 13 / 0.5);
}

.active\:bg-lime-600\/60:active {
  background-color: rgb(101 163 13 / 0.6);
}

.active\:bg-lime-600\/70:active {
  background-color: rgb(101 163 13 / 0.7);
}

.active\:bg-lime-600\/75:active {
  background-color: rgb(101 163 13 / 0.75);
}

.active\:bg-lime-600\/80:active {
  background-color: rgb(101 163 13 / 0.8);
}

.active\:bg-lime-600\/90:active {
  background-color: rgb(101 163 13 / 0.9);
}

.active\:bg-lime-600\/95:active {
  background-color: rgb(101 163 13 / 0.95);
}

.active\:bg-lime-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity));
}

.active\:bg-lime-700\/0:active {
  background-color: rgb(77 124 15 / 0);
}

.active\:bg-lime-700\/10:active {
  background-color: rgb(77 124 15 / 0.1);
}

.active\:bg-lime-700\/100:active {
  background-color: rgb(77 124 15 / 1);
}

.active\:bg-lime-700\/20:active {
  background-color: rgb(77 124 15 / 0.2);
}

.active\:bg-lime-700\/25:active {
  background-color: rgb(77 124 15 / 0.25);
}

.active\:bg-lime-700\/30:active {
  background-color: rgb(77 124 15 / 0.3);
}

.active\:bg-lime-700\/40:active {
  background-color: rgb(77 124 15 / 0.4);
}

.active\:bg-lime-700\/5:active {
  background-color: rgb(77 124 15 / 0.05);
}

.active\:bg-lime-700\/50:active {
  background-color: rgb(77 124 15 / 0.5);
}

.active\:bg-lime-700\/60:active {
  background-color: rgb(77 124 15 / 0.6);
}

.active\:bg-lime-700\/70:active {
  background-color: rgb(77 124 15 / 0.7);
}

.active\:bg-lime-700\/75:active {
  background-color: rgb(77 124 15 / 0.75);
}

.active\:bg-lime-700\/80:active {
  background-color: rgb(77 124 15 / 0.8);
}

.active\:bg-lime-700\/90:active {
  background-color: rgb(77 124 15 / 0.9);
}

.active\:bg-lime-700\/95:active {
  background-color: rgb(77 124 15 / 0.95);
}

.active\:bg-lime-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity));
}

.active\:bg-lime-800\/0:active {
  background-color: rgb(63 98 18 / 0);
}

.active\:bg-lime-800\/10:active {
  background-color: rgb(63 98 18 / 0.1);
}

.active\:bg-lime-800\/100:active {
  background-color: rgb(63 98 18 / 1);
}

.active\:bg-lime-800\/20:active {
  background-color: rgb(63 98 18 / 0.2);
}

.active\:bg-lime-800\/25:active {
  background-color: rgb(63 98 18 / 0.25);
}

.active\:bg-lime-800\/30:active {
  background-color: rgb(63 98 18 / 0.3);
}

.active\:bg-lime-800\/40:active {
  background-color: rgb(63 98 18 / 0.4);
}

.active\:bg-lime-800\/5:active {
  background-color: rgb(63 98 18 / 0.05);
}

.active\:bg-lime-800\/50:active {
  background-color: rgb(63 98 18 / 0.5);
}

.active\:bg-lime-800\/60:active {
  background-color: rgb(63 98 18 / 0.6);
}

.active\:bg-lime-800\/70:active {
  background-color: rgb(63 98 18 / 0.7);
}

.active\:bg-lime-800\/75:active {
  background-color: rgb(63 98 18 / 0.75);
}

.active\:bg-lime-800\/80:active {
  background-color: rgb(63 98 18 / 0.8);
}

.active\:bg-lime-800\/90:active {
  background-color: rgb(63 98 18 / 0.9);
}

.active\:bg-lime-800\/95:active {
  background-color: rgb(63 98 18 / 0.95);
}

.active\:bg-lime-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity));
}

.active\:bg-lime-900\/0:active {
  background-color: rgb(54 83 20 / 0);
}

.active\:bg-lime-900\/10:active {
  background-color: rgb(54 83 20 / 0.1);
}

.active\:bg-lime-900\/100:active {
  background-color: rgb(54 83 20 / 1);
}

.active\:bg-lime-900\/20:active {
  background-color: rgb(54 83 20 / 0.2);
}

.active\:bg-lime-900\/25:active {
  background-color: rgb(54 83 20 / 0.25);
}

.active\:bg-lime-900\/30:active {
  background-color: rgb(54 83 20 / 0.3);
}

.active\:bg-lime-900\/40:active {
  background-color: rgb(54 83 20 / 0.4);
}

.active\:bg-lime-900\/5:active {
  background-color: rgb(54 83 20 / 0.05);
}

.active\:bg-lime-900\/50:active {
  background-color: rgb(54 83 20 / 0.5);
}

.active\:bg-lime-900\/60:active {
  background-color: rgb(54 83 20 / 0.6);
}

.active\:bg-lime-900\/70:active {
  background-color: rgb(54 83 20 / 0.7);
}

.active\:bg-lime-900\/75:active {
  background-color: rgb(54 83 20 / 0.75);
}

.active\:bg-lime-900\/80:active {
  background-color: rgb(54 83 20 / 0.8);
}

.active\:bg-lime-900\/90:active {
  background-color: rgb(54 83 20 / 0.9);
}

.active\:bg-lime-900\/95:active {
  background-color: rgb(54 83 20 / 0.95);
}

.active\:bg-lime-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(26 46 5 / var(--tw-bg-opacity));
}

.active\:bg-lime-950\/0:active {
  background-color: rgb(26 46 5 / 0);
}

.active\:bg-lime-950\/10:active {
  background-color: rgb(26 46 5 / 0.1);
}

.active\:bg-lime-950\/100:active {
  background-color: rgb(26 46 5 / 1);
}

.active\:bg-lime-950\/20:active {
  background-color: rgb(26 46 5 / 0.2);
}

.active\:bg-lime-950\/25:active {
  background-color: rgb(26 46 5 / 0.25);
}

.active\:bg-lime-950\/30:active {
  background-color: rgb(26 46 5 / 0.3);
}

.active\:bg-lime-950\/40:active {
  background-color: rgb(26 46 5 / 0.4);
}

.active\:bg-lime-950\/5:active {
  background-color: rgb(26 46 5 / 0.05);
}

.active\:bg-lime-950\/50:active {
  background-color: rgb(26 46 5 / 0.5);
}

.active\:bg-lime-950\/60:active {
  background-color: rgb(26 46 5 / 0.6);
}

.active\:bg-lime-950\/70:active {
  background-color: rgb(26 46 5 / 0.7);
}

.active\:bg-lime-950\/75:active {
  background-color: rgb(26 46 5 / 0.75);
}

.active\:bg-lime-950\/80:active {
  background-color: rgb(26 46 5 / 0.8);
}

.active\:bg-lime-950\/90:active {
  background-color: rgb(26 46 5 / 0.9);
}

.active\:bg-lime-950\/95:active {
  background-color: rgb(26 46 5 / 0.95);
}

.active\:bg-nafisa-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(153 53 10 / var(--tw-bg-opacity));
}

.active\:bg-nafisa-500\/0:active {
  background-color: rgb(153 53 10 / 0);
}

.active\:bg-nafisa-500\/10:active {
  background-color: rgb(153 53 10 / 0.1);
}

.active\:bg-nafisa-500\/100:active {
  background-color: rgb(153 53 10 / 1);
}

.active\:bg-nafisa-500\/20:active {
  background-color: rgb(153 53 10 / 0.2);
}

.active\:bg-nafisa-500\/25:active {
  background-color: rgb(153 53 10 / 0.25);
}

.active\:bg-nafisa-500\/30:active {
  background-color: rgb(153 53 10 / 0.3);
}

.active\:bg-nafisa-500\/40:active {
  background-color: rgb(153 53 10 / 0.4);
}

.active\:bg-nafisa-500\/5:active {
  background-color: rgb(153 53 10 / 0.05);
}

.active\:bg-nafisa-500\/50:active {
  background-color: rgb(153 53 10 / 0.5);
}

.active\:bg-nafisa-500\/60:active {
  background-color: rgb(153 53 10 / 0.6);
}

.active\:bg-nafisa-500\/70:active {
  background-color: rgb(153 53 10 / 0.7);
}

.active\:bg-nafisa-500\/75:active {
  background-color: rgb(153 53 10 / 0.75);
}

.active\:bg-nafisa-500\/80:active {
  background-color: rgb(153 53 10 / 0.8);
}

.active\:bg-nafisa-500\/90:active {
  background-color: rgb(153 53 10 / 0.9);
}

.active\:bg-nafisa-500\/95:active {
  background-color: rgb(153 53 10 / 0.95);
}

.active\:bg-neutral-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.active\:bg-neutral-100\/0:active {
  background-color: rgb(245 245 245 / 0);
}

.active\:bg-neutral-100\/10:active {
  background-color: rgb(245 245 245 / 0.1);
}

.active\:bg-neutral-100\/100:active {
  background-color: rgb(245 245 245 / 1);
}

.active\:bg-neutral-100\/20:active {
  background-color: rgb(245 245 245 / 0.2);
}

.active\:bg-neutral-100\/25:active {
  background-color: rgb(245 245 245 / 0.25);
}

.active\:bg-neutral-100\/30:active {
  background-color: rgb(245 245 245 / 0.3);
}

.active\:bg-neutral-100\/40:active {
  background-color: rgb(245 245 245 / 0.4);
}

.active\:bg-neutral-100\/5:active {
  background-color: rgb(245 245 245 / 0.05);
}

.active\:bg-neutral-100\/50:active {
  background-color: rgb(245 245 245 / 0.5);
}

.active\:bg-neutral-100\/60:active {
  background-color: rgb(245 245 245 / 0.6);
}

.active\:bg-neutral-100\/70:active {
  background-color: rgb(245 245 245 / 0.7);
}

.active\:bg-neutral-100\/75:active {
  background-color: rgb(245 245 245 / 0.75);
}

.active\:bg-neutral-100\/80:active {
  background-color: rgb(245 245 245 / 0.8);
}

.active\:bg-neutral-100\/90:active {
  background-color: rgb(245 245 245 / 0.9);
}

.active\:bg-neutral-100\/95:active {
  background-color: rgb(245 245 245 / 0.95);
}

.active\:bg-neutral-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

.active\:bg-neutral-200\/0:active {
  background-color: rgb(229 229 229 / 0);
}

.active\:bg-neutral-200\/10:active {
  background-color: rgb(229 229 229 / 0.1);
}

.active\:bg-neutral-200\/100:active {
  background-color: rgb(229 229 229 / 1);
}

.active\:bg-neutral-200\/20:active {
  background-color: rgb(229 229 229 / 0.2);
}

.active\:bg-neutral-200\/25:active {
  background-color: rgb(229 229 229 / 0.25);
}

.active\:bg-neutral-200\/30:active {
  background-color: rgb(229 229 229 / 0.3);
}

.active\:bg-neutral-200\/40:active {
  background-color: rgb(229 229 229 / 0.4);
}

.active\:bg-neutral-200\/5:active {
  background-color: rgb(229 229 229 / 0.05);
}

.active\:bg-neutral-200\/50:active {
  background-color: rgb(229 229 229 / 0.5);
}

.active\:bg-neutral-200\/60:active {
  background-color: rgb(229 229 229 / 0.6);
}

.active\:bg-neutral-200\/70:active {
  background-color: rgb(229 229 229 / 0.7);
}

.active\:bg-neutral-200\/75:active {
  background-color: rgb(229 229 229 / 0.75);
}

.active\:bg-neutral-200\/80:active {
  background-color: rgb(229 229 229 / 0.8);
}

.active\:bg-neutral-200\/90:active {
  background-color: rgb(229 229 229 / 0.9);
}

.active\:bg-neutral-200\/95:active {
  background-color: rgb(229 229 229 / 0.95);
}

.active\:bg-neutral-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}

.active\:bg-neutral-300\/0:active {
  background-color: rgb(212 212 212 / 0);
}

.active\:bg-neutral-300\/10:active {
  background-color: rgb(212 212 212 / 0.1);
}

.active\:bg-neutral-300\/100:active {
  background-color: rgb(212 212 212 / 1);
}

.active\:bg-neutral-300\/20:active {
  background-color: rgb(212 212 212 / 0.2);
}

.active\:bg-neutral-300\/25:active {
  background-color: rgb(212 212 212 / 0.25);
}

.active\:bg-neutral-300\/30:active {
  background-color: rgb(212 212 212 / 0.3);
}

.active\:bg-neutral-300\/40:active {
  background-color: rgb(212 212 212 / 0.4);
}

.active\:bg-neutral-300\/5:active {
  background-color: rgb(212 212 212 / 0.05);
}

.active\:bg-neutral-300\/50:active {
  background-color: rgb(212 212 212 / 0.5);
}

.active\:bg-neutral-300\/60:active {
  background-color: rgb(212 212 212 / 0.6);
}

.active\:bg-neutral-300\/70:active {
  background-color: rgb(212 212 212 / 0.7);
}

.active\:bg-neutral-300\/75:active {
  background-color: rgb(212 212 212 / 0.75);
}

.active\:bg-neutral-300\/80:active {
  background-color: rgb(212 212 212 / 0.8);
}

.active\:bg-neutral-300\/90:active {
  background-color: rgb(212 212 212 / 0.9);
}

.active\:bg-neutral-300\/95:active {
  background-color: rgb(212 212 212 / 0.95);
}

.active\:bg-neutral-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
}

.active\:bg-neutral-400\/0:active {
  background-color: rgb(163 163 163 / 0);
}

.active\:bg-neutral-400\/10:active {
  background-color: rgb(163 163 163 / 0.1);
}

.active\:bg-neutral-400\/100:active {
  background-color: rgb(163 163 163 / 1);
}

.active\:bg-neutral-400\/20:active {
  background-color: rgb(163 163 163 / 0.2);
}

.active\:bg-neutral-400\/25:active {
  background-color: rgb(163 163 163 / 0.25);
}

.active\:bg-neutral-400\/30:active {
  background-color: rgb(163 163 163 / 0.3);
}

.active\:bg-neutral-400\/40:active {
  background-color: rgb(163 163 163 / 0.4);
}

.active\:bg-neutral-400\/5:active {
  background-color: rgb(163 163 163 / 0.05);
}

.active\:bg-neutral-400\/50:active {
  background-color: rgb(163 163 163 / 0.5);
}

.active\:bg-neutral-400\/60:active {
  background-color: rgb(163 163 163 / 0.6);
}

.active\:bg-neutral-400\/70:active {
  background-color: rgb(163 163 163 / 0.7);
}

.active\:bg-neutral-400\/75:active {
  background-color: rgb(163 163 163 / 0.75);
}

.active\:bg-neutral-400\/80:active {
  background-color: rgb(163 163 163 / 0.8);
}

.active\:bg-neutral-400\/90:active {
  background-color: rgb(163 163 163 / 0.9);
}

.active\:bg-neutral-400\/95:active {
  background-color: rgb(163 163 163 / 0.95);
}

.active\:bg-neutral-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.active\:bg-neutral-50\/0:active {
  background-color: rgb(250 250 250 / 0);
}

.active\:bg-neutral-50\/10:active {
  background-color: rgb(250 250 250 / 0.1);
}

.active\:bg-neutral-50\/100:active {
  background-color: rgb(250 250 250 / 1);
}

.active\:bg-neutral-50\/20:active {
  background-color: rgb(250 250 250 / 0.2);
}

.active\:bg-neutral-50\/25:active {
  background-color: rgb(250 250 250 / 0.25);
}

.active\:bg-neutral-50\/30:active {
  background-color: rgb(250 250 250 / 0.3);
}

.active\:bg-neutral-50\/40:active {
  background-color: rgb(250 250 250 / 0.4);
}

.active\:bg-neutral-50\/5:active {
  background-color: rgb(250 250 250 / 0.05);
}

.active\:bg-neutral-50\/50:active {
  background-color: rgb(250 250 250 / 0.5);
}

.active\:bg-neutral-50\/60:active {
  background-color: rgb(250 250 250 / 0.6);
}

.active\:bg-neutral-50\/70:active {
  background-color: rgb(250 250 250 / 0.7);
}

.active\:bg-neutral-50\/75:active {
  background-color: rgb(250 250 250 / 0.75);
}

.active\:bg-neutral-50\/80:active {
  background-color: rgb(250 250 250 / 0.8);
}

.active\:bg-neutral-50\/90:active {
  background-color: rgb(250 250 250 / 0.9);
}

.active\:bg-neutral-50\/95:active {
  background-color: rgb(250 250 250 / 0.95);
}

.active\:bg-neutral-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}

.active\:bg-neutral-500\/0:active {
  background-color: rgb(115 115 115 / 0);
}

.active\:bg-neutral-500\/10:active {
  background-color: rgb(115 115 115 / 0.1);
}

.active\:bg-neutral-500\/100:active {
  background-color: rgb(115 115 115 / 1);
}

.active\:bg-neutral-500\/20:active {
  background-color: rgb(115 115 115 / 0.2);
}

.active\:bg-neutral-500\/25:active {
  background-color: rgb(115 115 115 / 0.25);
}

.active\:bg-neutral-500\/30:active {
  background-color: rgb(115 115 115 / 0.3);
}

.active\:bg-neutral-500\/40:active {
  background-color: rgb(115 115 115 / 0.4);
}

.active\:bg-neutral-500\/5:active {
  background-color: rgb(115 115 115 / 0.05);
}

.active\:bg-neutral-500\/50:active {
  background-color: rgb(115 115 115 / 0.5);
}

.active\:bg-neutral-500\/60:active {
  background-color: rgb(115 115 115 / 0.6);
}

.active\:bg-neutral-500\/70:active {
  background-color: rgb(115 115 115 / 0.7);
}

.active\:bg-neutral-500\/75:active {
  background-color: rgb(115 115 115 / 0.75);
}

.active\:bg-neutral-500\/80:active {
  background-color: rgb(115 115 115 / 0.8);
}

.active\:bg-neutral-500\/90:active {
  background-color: rgb(115 115 115 / 0.9);
}

.active\:bg-neutral-500\/95:active {
  background-color: rgb(115 115 115 / 0.95);
}

.active\:bg-neutral-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}

.active\:bg-neutral-600\/0:active {
  background-color: rgb(82 82 82 / 0);
}

.active\:bg-neutral-600\/10:active {
  background-color: rgb(82 82 82 / 0.1);
}

.active\:bg-neutral-600\/100:active {
  background-color: rgb(82 82 82 / 1);
}

.active\:bg-neutral-600\/20:active {
  background-color: rgb(82 82 82 / 0.2);
}

.active\:bg-neutral-600\/25:active {
  background-color: rgb(82 82 82 / 0.25);
}

.active\:bg-neutral-600\/30:active {
  background-color: rgb(82 82 82 / 0.3);
}

.active\:bg-neutral-600\/40:active {
  background-color: rgb(82 82 82 / 0.4);
}

.active\:bg-neutral-600\/5:active {
  background-color: rgb(82 82 82 / 0.05);
}

.active\:bg-neutral-600\/50:active {
  background-color: rgb(82 82 82 / 0.5);
}

.active\:bg-neutral-600\/60:active {
  background-color: rgb(82 82 82 / 0.6);
}

.active\:bg-neutral-600\/70:active {
  background-color: rgb(82 82 82 / 0.7);
}

.active\:bg-neutral-600\/75:active {
  background-color: rgb(82 82 82 / 0.75);
}

.active\:bg-neutral-600\/80:active {
  background-color: rgb(82 82 82 / 0.8);
}

.active\:bg-neutral-600\/90:active {
  background-color: rgb(82 82 82 / 0.9);
}

.active\:bg-neutral-600\/95:active {
  background-color: rgb(82 82 82 / 0.95);
}

.active\:bg-neutral-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}

.active\:bg-neutral-700\/0:active {
  background-color: rgb(64 64 64 / 0);
}

.active\:bg-neutral-700\/10:active {
  background-color: rgb(64 64 64 / 0.1);
}

.active\:bg-neutral-700\/100:active {
  background-color: rgb(64 64 64 / 1);
}

.active\:bg-neutral-700\/20:active {
  background-color: rgb(64 64 64 / 0.2);
}

.active\:bg-neutral-700\/25:active {
  background-color: rgb(64 64 64 / 0.25);
}

.active\:bg-neutral-700\/30:active {
  background-color: rgb(64 64 64 / 0.3);
}

.active\:bg-neutral-700\/40:active {
  background-color: rgb(64 64 64 / 0.4);
}

.active\:bg-neutral-700\/5:active {
  background-color: rgb(64 64 64 / 0.05);
}

.active\:bg-neutral-700\/50:active {
  background-color: rgb(64 64 64 / 0.5);
}

.active\:bg-neutral-700\/60:active {
  background-color: rgb(64 64 64 / 0.6);
}

.active\:bg-neutral-700\/70:active {
  background-color: rgb(64 64 64 / 0.7);
}

.active\:bg-neutral-700\/75:active {
  background-color: rgb(64 64 64 / 0.75);
}

.active\:bg-neutral-700\/80:active {
  background-color: rgb(64 64 64 / 0.8);
}

.active\:bg-neutral-700\/90:active {
  background-color: rgb(64 64 64 / 0.9);
}

.active\:bg-neutral-700\/95:active {
  background-color: rgb(64 64 64 / 0.95);
}

.active\:bg-neutral-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}

.active\:bg-neutral-800\/0:active {
  background-color: rgb(38 38 38 / 0);
}

.active\:bg-neutral-800\/10:active {
  background-color: rgb(38 38 38 / 0.1);
}

.active\:bg-neutral-800\/100:active {
  background-color: rgb(38 38 38 / 1);
}

.active\:bg-neutral-800\/20:active {
  background-color: rgb(38 38 38 / 0.2);
}

.active\:bg-neutral-800\/25:active {
  background-color: rgb(38 38 38 / 0.25);
}

.active\:bg-neutral-800\/30:active {
  background-color: rgb(38 38 38 / 0.3);
}

.active\:bg-neutral-800\/40:active {
  background-color: rgb(38 38 38 / 0.4);
}

.active\:bg-neutral-800\/5:active {
  background-color: rgb(38 38 38 / 0.05);
}

.active\:bg-neutral-800\/50:active {
  background-color: rgb(38 38 38 / 0.5);
}

.active\:bg-neutral-800\/60:active {
  background-color: rgb(38 38 38 / 0.6);
}

.active\:bg-neutral-800\/70:active {
  background-color: rgb(38 38 38 / 0.7);
}

.active\:bg-neutral-800\/75:active {
  background-color: rgb(38 38 38 / 0.75);
}

.active\:bg-neutral-800\/80:active {
  background-color: rgb(38 38 38 / 0.8);
}

.active\:bg-neutral-800\/90:active {
  background-color: rgb(38 38 38 / 0.9);
}

.active\:bg-neutral-800\/95:active {
  background-color: rgb(38 38 38 / 0.95);
}

.active\:bg-neutral-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}

.active\:bg-neutral-900\/0:active {
  background-color: rgb(23 23 23 / 0);
}

.active\:bg-neutral-900\/10:active {
  background-color: rgb(23 23 23 / 0.1);
}

.active\:bg-neutral-900\/100:active {
  background-color: rgb(23 23 23 / 1);
}

.active\:bg-neutral-900\/20:active {
  background-color: rgb(23 23 23 / 0.2);
}

.active\:bg-neutral-900\/25:active {
  background-color: rgb(23 23 23 / 0.25);
}

.active\:bg-neutral-900\/30:active {
  background-color: rgb(23 23 23 / 0.3);
}

.active\:bg-neutral-900\/40:active {
  background-color: rgb(23 23 23 / 0.4);
}

.active\:bg-neutral-900\/5:active {
  background-color: rgb(23 23 23 / 0.05);
}

.active\:bg-neutral-900\/50:active {
  background-color: rgb(23 23 23 / 0.5);
}

.active\:bg-neutral-900\/60:active {
  background-color: rgb(23 23 23 / 0.6);
}

.active\:bg-neutral-900\/70:active {
  background-color: rgb(23 23 23 / 0.7);
}

.active\:bg-neutral-900\/75:active {
  background-color: rgb(23 23 23 / 0.75);
}

.active\:bg-neutral-900\/80:active {
  background-color: rgb(23 23 23 / 0.8);
}

.active\:bg-neutral-900\/90:active {
  background-color: rgb(23 23 23 / 0.9);
}

.active\:bg-neutral-900\/95:active {
  background-color: rgb(23 23 23 / 0.95);
}

.active\:bg-neutral-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
}

.active\:bg-neutral-950\/0:active {
  background-color: rgb(10 10 10 / 0);
}

.active\:bg-neutral-950\/10:active {
  background-color: rgb(10 10 10 / 0.1);
}

.active\:bg-neutral-950\/100:active {
  background-color: rgb(10 10 10 / 1);
}

.active\:bg-neutral-950\/20:active {
  background-color: rgb(10 10 10 / 0.2);
}

.active\:bg-neutral-950\/25:active {
  background-color: rgb(10 10 10 / 0.25);
}

.active\:bg-neutral-950\/30:active {
  background-color: rgb(10 10 10 / 0.3);
}

.active\:bg-neutral-950\/40:active {
  background-color: rgb(10 10 10 / 0.4);
}

.active\:bg-neutral-950\/5:active {
  background-color: rgb(10 10 10 / 0.05);
}

.active\:bg-neutral-950\/50:active {
  background-color: rgb(10 10 10 / 0.5);
}

.active\:bg-neutral-950\/60:active {
  background-color: rgb(10 10 10 / 0.6);
}

.active\:bg-neutral-950\/70:active {
  background-color: rgb(10 10 10 / 0.7);
}

.active\:bg-neutral-950\/75:active {
  background-color: rgb(10 10 10 / 0.75);
}

.active\:bg-neutral-950\/80:active {
  background-color: rgb(10 10 10 / 0.8);
}

.active\:bg-neutral-950\/90:active {
  background-color: rgb(10 10 10 / 0.9);
}

.active\:bg-neutral-950\/95:active {
  background-color: rgb(10 10 10 / 0.95);
}

.active\:bg-orange-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}

.active\:bg-orange-100\/0:active {
  background-color: rgb(255 237 213 / 0);
}

.active\:bg-orange-100\/10:active {
  background-color: rgb(255 237 213 / 0.1);
}

.active\:bg-orange-100\/100:active {
  background-color: rgb(255 237 213 / 1);
}

.active\:bg-orange-100\/20:active {
  background-color: rgb(255 237 213 / 0.2);
}

.active\:bg-orange-100\/25:active {
  background-color: rgb(255 237 213 / 0.25);
}

.active\:bg-orange-100\/30:active {
  background-color: rgb(255 237 213 / 0.3);
}

.active\:bg-orange-100\/40:active {
  background-color: rgb(255 237 213 / 0.4);
}

.active\:bg-orange-100\/5:active {
  background-color: rgb(255 237 213 / 0.05);
}

.active\:bg-orange-100\/50:active {
  background-color: rgb(255 237 213 / 0.5);
}

.active\:bg-orange-100\/60:active {
  background-color: rgb(255 237 213 / 0.6);
}

.active\:bg-orange-100\/70:active {
  background-color: rgb(255 237 213 / 0.7);
}

.active\:bg-orange-100\/75:active {
  background-color: rgb(255 237 213 / 0.75);
}

.active\:bg-orange-100\/80:active {
  background-color: rgb(255 237 213 / 0.8);
}

.active\:bg-orange-100\/90:active {
  background-color: rgb(255 237 213 / 0.9);
}

.active\:bg-orange-100\/95:active {
  background-color: rgb(255 237 213 / 0.95);
}

.active\:bg-orange-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity));
}

.active\:bg-orange-200\/0:active {
  background-color: rgb(254 215 170 / 0);
}

.active\:bg-orange-200\/10:active {
  background-color: rgb(254 215 170 / 0.1);
}

.active\:bg-orange-200\/100:active {
  background-color: rgb(254 215 170 / 1);
}

.active\:bg-orange-200\/20:active {
  background-color: rgb(254 215 170 / 0.2);
}

.active\:bg-orange-200\/25:active {
  background-color: rgb(254 215 170 / 0.25);
}

.active\:bg-orange-200\/30:active {
  background-color: rgb(254 215 170 / 0.3);
}

.active\:bg-orange-200\/40:active {
  background-color: rgb(254 215 170 / 0.4);
}

.active\:bg-orange-200\/5:active {
  background-color: rgb(254 215 170 / 0.05);
}

.active\:bg-orange-200\/50:active {
  background-color: rgb(254 215 170 / 0.5);
}

.active\:bg-orange-200\/60:active {
  background-color: rgb(254 215 170 / 0.6);
}

.active\:bg-orange-200\/70:active {
  background-color: rgb(254 215 170 / 0.7);
}

.active\:bg-orange-200\/75:active {
  background-color: rgb(254 215 170 / 0.75);
}

.active\:bg-orange-200\/80:active {
  background-color: rgb(254 215 170 / 0.8);
}

.active\:bg-orange-200\/90:active {
  background-color: rgb(254 215 170 / 0.9);
}

.active\:bg-orange-200\/95:active {
  background-color: rgb(254 215 170 / 0.95);
}

.active\:bg-orange-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
}

.active\:bg-orange-300\/0:active {
  background-color: rgb(253 186 116 / 0);
}

.active\:bg-orange-300\/10:active {
  background-color: rgb(253 186 116 / 0.1);
}

.active\:bg-orange-300\/100:active {
  background-color: rgb(253 186 116 / 1);
}

.active\:bg-orange-300\/20:active {
  background-color: rgb(253 186 116 / 0.2);
}

.active\:bg-orange-300\/25:active {
  background-color: rgb(253 186 116 / 0.25);
}

.active\:bg-orange-300\/30:active {
  background-color: rgb(253 186 116 / 0.3);
}

.active\:bg-orange-300\/40:active {
  background-color: rgb(253 186 116 / 0.4);
}

.active\:bg-orange-300\/5:active {
  background-color: rgb(253 186 116 / 0.05);
}

.active\:bg-orange-300\/50:active {
  background-color: rgb(253 186 116 / 0.5);
}

.active\:bg-orange-300\/60:active {
  background-color: rgb(253 186 116 / 0.6);
}

.active\:bg-orange-300\/70:active {
  background-color: rgb(253 186 116 / 0.7);
}

.active\:bg-orange-300\/75:active {
  background-color: rgb(253 186 116 / 0.75);
}

.active\:bg-orange-300\/80:active {
  background-color: rgb(253 186 116 / 0.8);
}

.active\:bg-orange-300\/90:active {
  background-color: rgb(253 186 116 / 0.9);
}

.active\:bg-orange-300\/95:active {
  background-color: rgb(253 186 116 / 0.95);
}

.active\:bg-orange-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
}

.active\:bg-orange-400\/0:active {
  background-color: rgb(251 146 60 / 0);
}

.active\:bg-orange-400\/10:active {
  background-color: rgb(251 146 60 / 0.1);
}

.active\:bg-orange-400\/100:active {
  background-color: rgb(251 146 60 / 1);
}

.active\:bg-orange-400\/20:active {
  background-color: rgb(251 146 60 / 0.2);
}

.active\:bg-orange-400\/25:active {
  background-color: rgb(251 146 60 / 0.25);
}

.active\:bg-orange-400\/30:active {
  background-color: rgb(251 146 60 / 0.3);
}

.active\:bg-orange-400\/40:active {
  background-color: rgb(251 146 60 / 0.4);
}

.active\:bg-orange-400\/5:active {
  background-color: rgb(251 146 60 / 0.05);
}

.active\:bg-orange-400\/50:active {
  background-color: rgb(251 146 60 / 0.5);
}

.active\:bg-orange-400\/60:active {
  background-color: rgb(251 146 60 / 0.6);
}

.active\:bg-orange-400\/70:active {
  background-color: rgb(251 146 60 / 0.7);
}

.active\:bg-orange-400\/75:active {
  background-color: rgb(251 146 60 / 0.75);
}

.active\:bg-orange-400\/80:active {
  background-color: rgb(251 146 60 / 0.8);
}

.active\:bg-orange-400\/90:active {
  background-color: rgb(251 146 60 / 0.9);
}

.active\:bg-orange-400\/95:active {
  background-color: rgb(251 146 60 / 0.95);
}

.active\:bg-orange-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity));
}

.active\:bg-orange-50\/0:active {
  background-color: rgb(255 247 237 / 0);
}

.active\:bg-orange-50\/10:active {
  background-color: rgb(255 247 237 / 0.1);
}

.active\:bg-orange-50\/100:active {
  background-color: rgb(255 247 237 / 1);
}

.active\:bg-orange-50\/20:active {
  background-color: rgb(255 247 237 / 0.2);
}

.active\:bg-orange-50\/25:active {
  background-color: rgb(255 247 237 / 0.25);
}

.active\:bg-orange-50\/30:active {
  background-color: rgb(255 247 237 / 0.3);
}

.active\:bg-orange-50\/40:active {
  background-color: rgb(255 247 237 / 0.4);
}

.active\:bg-orange-50\/5:active {
  background-color: rgb(255 247 237 / 0.05);
}

.active\:bg-orange-50\/50:active {
  background-color: rgb(255 247 237 / 0.5);
}

.active\:bg-orange-50\/60:active {
  background-color: rgb(255 247 237 / 0.6);
}

.active\:bg-orange-50\/70:active {
  background-color: rgb(255 247 237 / 0.7);
}

.active\:bg-orange-50\/75:active {
  background-color: rgb(255 247 237 / 0.75);
}

.active\:bg-orange-50\/80:active {
  background-color: rgb(255 247 237 / 0.8);
}

.active\:bg-orange-50\/90:active {
  background-color: rgb(255 247 237 / 0.9);
}

.active\:bg-orange-50\/95:active {
  background-color: rgb(255 247 237 / 0.95);
}

.active\:bg-orange-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}

.active\:bg-orange-500\/0:active {
  background-color: rgb(249 115 22 / 0);
}

.active\:bg-orange-500\/10:active {
  background-color: rgb(249 115 22 / 0.1);
}

.active\:bg-orange-500\/100:active {
  background-color: rgb(249 115 22 / 1);
}

.active\:bg-orange-500\/20:active {
  background-color: rgb(249 115 22 / 0.2);
}

.active\:bg-orange-500\/25:active {
  background-color: rgb(249 115 22 / 0.25);
}

.active\:bg-orange-500\/30:active {
  background-color: rgb(249 115 22 / 0.3);
}

.active\:bg-orange-500\/40:active {
  background-color: rgb(249 115 22 / 0.4);
}

.active\:bg-orange-500\/5:active {
  background-color: rgb(249 115 22 / 0.05);
}

.active\:bg-orange-500\/50:active {
  background-color: rgb(249 115 22 / 0.5);
}

.active\:bg-orange-500\/60:active {
  background-color: rgb(249 115 22 / 0.6);
}

.active\:bg-orange-500\/70:active {
  background-color: rgb(249 115 22 / 0.7);
}

.active\:bg-orange-500\/75:active {
  background-color: rgb(249 115 22 / 0.75);
}

.active\:bg-orange-500\/80:active {
  background-color: rgb(249 115 22 / 0.8);
}

.active\:bg-orange-500\/90:active {
  background-color: rgb(249 115 22 / 0.9);
}

.active\:bg-orange-500\/95:active {
  background-color: rgb(249 115 22 / 0.95);
}

.active\:bg-orange-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}

.active\:bg-orange-600\/0:active {
  background-color: rgb(234 88 12 / 0);
}

.active\:bg-orange-600\/10:active {
  background-color: rgb(234 88 12 / 0.1);
}

.active\:bg-orange-600\/100:active {
  background-color: rgb(234 88 12 / 1);
}

.active\:bg-orange-600\/20:active {
  background-color: rgb(234 88 12 / 0.2);
}

.active\:bg-orange-600\/25:active {
  background-color: rgb(234 88 12 / 0.25);
}

.active\:bg-orange-600\/30:active {
  background-color: rgb(234 88 12 / 0.3);
}

.active\:bg-orange-600\/40:active {
  background-color: rgb(234 88 12 / 0.4);
}

.active\:bg-orange-600\/5:active {
  background-color: rgb(234 88 12 / 0.05);
}

.active\:bg-orange-600\/50:active {
  background-color: rgb(234 88 12 / 0.5);
}

.active\:bg-orange-600\/60:active {
  background-color: rgb(234 88 12 / 0.6);
}

.active\:bg-orange-600\/70:active {
  background-color: rgb(234 88 12 / 0.7);
}

.active\:bg-orange-600\/75:active {
  background-color: rgb(234 88 12 / 0.75);
}

.active\:bg-orange-600\/80:active {
  background-color: rgb(234 88 12 / 0.8);
}

.active\:bg-orange-600\/90:active {
  background-color: rgb(234 88 12 / 0.9);
}

.active\:bg-orange-600\/95:active {
  background-color: rgb(234 88 12 / 0.95);
}

.active\:bg-orange-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity));
}

.active\:bg-orange-700\/0:active {
  background-color: rgb(194 65 12 / 0);
}

.active\:bg-orange-700\/10:active {
  background-color: rgb(194 65 12 / 0.1);
}

.active\:bg-orange-700\/100:active {
  background-color: rgb(194 65 12 / 1);
}

.active\:bg-orange-700\/20:active {
  background-color: rgb(194 65 12 / 0.2);
}

.active\:bg-orange-700\/25:active {
  background-color: rgb(194 65 12 / 0.25);
}

.active\:bg-orange-700\/30:active {
  background-color: rgb(194 65 12 / 0.3);
}

.active\:bg-orange-700\/40:active {
  background-color: rgb(194 65 12 / 0.4);
}

.active\:bg-orange-700\/5:active {
  background-color: rgb(194 65 12 / 0.05);
}

.active\:bg-orange-700\/50:active {
  background-color: rgb(194 65 12 / 0.5);
}

.active\:bg-orange-700\/60:active {
  background-color: rgb(194 65 12 / 0.6);
}

.active\:bg-orange-700\/70:active {
  background-color: rgb(194 65 12 / 0.7);
}

.active\:bg-orange-700\/75:active {
  background-color: rgb(194 65 12 / 0.75);
}

.active\:bg-orange-700\/80:active {
  background-color: rgb(194 65 12 / 0.8);
}

.active\:bg-orange-700\/90:active {
  background-color: rgb(194 65 12 / 0.9);
}

.active\:bg-orange-700\/95:active {
  background-color: rgb(194 65 12 / 0.95);
}

.active\:bg-orange-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity));
}

.active\:bg-orange-800\/0:active {
  background-color: rgb(154 52 18 / 0);
}

.active\:bg-orange-800\/10:active {
  background-color: rgb(154 52 18 / 0.1);
}

.active\:bg-orange-800\/100:active {
  background-color: rgb(154 52 18 / 1);
}

.active\:bg-orange-800\/20:active {
  background-color: rgb(154 52 18 / 0.2);
}

.active\:bg-orange-800\/25:active {
  background-color: rgb(154 52 18 / 0.25);
}

.active\:bg-orange-800\/30:active {
  background-color: rgb(154 52 18 / 0.3);
}

.active\:bg-orange-800\/40:active {
  background-color: rgb(154 52 18 / 0.4);
}

.active\:bg-orange-800\/5:active {
  background-color: rgb(154 52 18 / 0.05);
}

.active\:bg-orange-800\/50:active {
  background-color: rgb(154 52 18 / 0.5);
}

.active\:bg-orange-800\/60:active {
  background-color: rgb(154 52 18 / 0.6);
}

.active\:bg-orange-800\/70:active {
  background-color: rgb(154 52 18 / 0.7);
}

.active\:bg-orange-800\/75:active {
  background-color: rgb(154 52 18 / 0.75);
}

.active\:bg-orange-800\/80:active {
  background-color: rgb(154 52 18 / 0.8);
}

.active\:bg-orange-800\/90:active {
  background-color: rgb(154 52 18 / 0.9);
}

.active\:bg-orange-800\/95:active {
  background-color: rgb(154 52 18 / 0.95);
}

.active\:bg-orange-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity));
}

.active\:bg-orange-900\/0:active {
  background-color: rgb(124 45 18 / 0);
}

.active\:bg-orange-900\/10:active {
  background-color: rgb(124 45 18 / 0.1);
}

.active\:bg-orange-900\/100:active {
  background-color: rgb(124 45 18 / 1);
}

.active\:bg-orange-900\/20:active {
  background-color: rgb(124 45 18 / 0.2);
}

.active\:bg-orange-900\/25:active {
  background-color: rgb(124 45 18 / 0.25);
}

.active\:bg-orange-900\/30:active {
  background-color: rgb(124 45 18 / 0.3);
}

.active\:bg-orange-900\/40:active {
  background-color: rgb(124 45 18 / 0.4);
}

.active\:bg-orange-900\/5:active {
  background-color: rgb(124 45 18 / 0.05);
}

.active\:bg-orange-900\/50:active {
  background-color: rgb(124 45 18 / 0.5);
}

.active\:bg-orange-900\/60:active {
  background-color: rgb(124 45 18 / 0.6);
}

.active\:bg-orange-900\/70:active {
  background-color: rgb(124 45 18 / 0.7);
}

.active\:bg-orange-900\/75:active {
  background-color: rgb(124 45 18 / 0.75);
}

.active\:bg-orange-900\/80:active {
  background-color: rgb(124 45 18 / 0.8);
}

.active\:bg-orange-900\/90:active {
  background-color: rgb(124 45 18 / 0.9);
}

.active\:bg-orange-900\/95:active {
  background-color: rgb(124 45 18 / 0.95);
}

.active\:bg-orange-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(67 20 7 / var(--tw-bg-opacity));
}

.active\:bg-orange-950\/0:active {
  background-color: rgb(67 20 7 / 0);
}

.active\:bg-orange-950\/10:active {
  background-color: rgb(67 20 7 / 0.1);
}

.active\:bg-orange-950\/100:active {
  background-color: rgb(67 20 7 / 1);
}

.active\:bg-orange-950\/20:active {
  background-color: rgb(67 20 7 / 0.2);
}

.active\:bg-orange-950\/25:active {
  background-color: rgb(67 20 7 / 0.25);
}

.active\:bg-orange-950\/30:active {
  background-color: rgb(67 20 7 / 0.3);
}

.active\:bg-orange-950\/40:active {
  background-color: rgb(67 20 7 / 0.4);
}

.active\:bg-orange-950\/5:active {
  background-color: rgb(67 20 7 / 0.05);
}

.active\:bg-orange-950\/50:active {
  background-color: rgb(67 20 7 / 0.5);
}

.active\:bg-orange-950\/60:active {
  background-color: rgb(67 20 7 / 0.6);
}

.active\:bg-orange-950\/70:active {
  background-color: rgb(67 20 7 / 0.7);
}

.active\:bg-orange-950\/75:active {
  background-color: rgb(67 20 7 / 0.75);
}

.active\:bg-orange-950\/80:active {
  background-color: rgb(67 20 7 / 0.8);
}

.active\:bg-orange-950\/90:active {
  background-color: rgb(67 20 7 / 0.9);
}

.active\:bg-orange-950\/95:active {
  background-color: rgb(67 20 7 / 0.95);
}

.active\:bg-ozc-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 239 235 / var(--tw-bg-opacity));
}

.active\:bg-ozc-100\/0:active {
  background-color: rgb(255 239 235 / 0);
}

.active\:bg-ozc-100\/10:active {
  background-color: rgb(255 239 235 / 0.1);
}

.active\:bg-ozc-100\/100:active {
  background-color: rgb(255 239 235 / 1);
}

.active\:bg-ozc-100\/20:active {
  background-color: rgb(255 239 235 / 0.2);
}

.active\:bg-ozc-100\/25:active {
  background-color: rgb(255 239 235 / 0.25);
}

.active\:bg-ozc-100\/30:active {
  background-color: rgb(255 239 235 / 0.3);
}

.active\:bg-ozc-100\/40:active {
  background-color: rgb(255 239 235 / 0.4);
}

.active\:bg-ozc-100\/5:active {
  background-color: rgb(255 239 235 / 0.05);
}

.active\:bg-ozc-100\/50:active {
  background-color: rgb(255 239 235 / 0.5);
}

.active\:bg-ozc-100\/60:active {
  background-color: rgb(255 239 235 / 0.6);
}

.active\:bg-ozc-100\/70:active {
  background-color: rgb(255 239 235 / 0.7);
}

.active\:bg-ozc-100\/75:active {
  background-color: rgb(255 239 235 / 0.75);
}

.active\:bg-ozc-100\/80:active {
  background-color: rgb(255 239 235 / 0.8);
}

.active\:bg-ozc-100\/90:active {
  background-color: rgb(255 239 235 / 0.9);
}

.active\:bg-ozc-100\/95:active {
  background-color: rgb(255 239 235 / 0.95);
}

.active\:bg-ozc-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(253 225 222 / var(--tw-bg-opacity));
}

.active\:bg-ozc-200\/0:active {
  background-color: rgb(253 225 222 / 0);
}

.active\:bg-ozc-200\/10:active {
  background-color: rgb(253 225 222 / 0.1);
}

.active\:bg-ozc-200\/100:active {
  background-color: rgb(253 225 222 / 1);
}

.active\:bg-ozc-200\/20:active {
  background-color: rgb(253 225 222 / 0.2);
}

.active\:bg-ozc-200\/25:active {
  background-color: rgb(253 225 222 / 0.25);
}

.active\:bg-ozc-200\/30:active {
  background-color: rgb(253 225 222 / 0.3);
}

.active\:bg-ozc-200\/40:active {
  background-color: rgb(253 225 222 / 0.4);
}

.active\:bg-ozc-200\/5:active {
  background-color: rgb(253 225 222 / 0.05);
}

.active\:bg-ozc-200\/50:active {
  background-color: rgb(253 225 222 / 0.5);
}

.active\:bg-ozc-200\/60:active {
  background-color: rgb(253 225 222 / 0.6);
}

.active\:bg-ozc-200\/70:active {
  background-color: rgb(253 225 222 / 0.7);
}

.active\:bg-ozc-200\/75:active {
  background-color: rgb(253 225 222 / 0.75);
}

.active\:bg-ozc-200\/80:active {
  background-color: rgb(253 225 222 / 0.8);
}

.active\:bg-ozc-200\/90:active {
  background-color: rgb(253 225 222 / 0.9);
}

.active\:bg-ozc-200\/95:active {
  background-color: rgb(253 225 222 / 0.95);
}

.active\:bg-ozc-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(248 181 181 / var(--tw-bg-opacity));
}

.active\:bg-ozc-300\/0:active {
  background-color: rgb(248 181 181 / 0);
}

.active\:bg-ozc-300\/10:active {
  background-color: rgb(248 181 181 / 0.1);
}

.active\:bg-ozc-300\/100:active {
  background-color: rgb(248 181 181 / 1);
}

.active\:bg-ozc-300\/20:active {
  background-color: rgb(248 181 181 / 0.2);
}

.active\:bg-ozc-300\/25:active {
  background-color: rgb(248 181 181 / 0.25);
}

.active\:bg-ozc-300\/30:active {
  background-color: rgb(248 181 181 / 0.3);
}

.active\:bg-ozc-300\/40:active {
  background-color: rgb(248 181 181 / 0.4);
}

.active\:bg-ozc-300\/5:active {
  background-color: rgb(248 181 181 / 0.05);
}

.active\:bg-ozc-300\/50:active {
  background-color: rgb(248 181 181 / 0.5);
}

.active\:bg-ozc-300\/60:active {
  background-color: rgb(248 181 181 / 0.6);
}

.active\:bg-ozc-300\/70:active {
  background-color: rgb(248 181 181 / 0.7);
}

.active\:bg-ozc-300\/75:active {
  background-color: rgb(248 181 181 / 0.75);
}

.active\:bg-ozc-300\/80:active {
  background-color: rgb(248 181 181 / 0.8);
}

.active\:bg-ozc-300\/90:active {
  background-color: rgb(248 181 181 / 0.9);
}

.active\:bg-ozc-300\/95:active {
  background-color: rgb(248 181 181 / 0.95);
}

.active\:bg-ozc-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(250 189 173 / var(--tw-bg-opacity));
}

.active\:bg-ozc-400\/0:active {
  background-color: rgb(250 189 173 / 0);
}

.active\:bg-ozc-400\/10:active {
  background-color: rgb(250 189 173 / 0.1);
}

.active\:bg-ozc-400\/100:active {
  background-color: rgb(250 189 173 / 1);
}

.active\:bg-ozc-400\/20:active {
  background-color: rgb(250 189 173 / 0.2);
}

.active\:bg-ozc-400\/25:active {
  background-color: rgb(250 189 173 / 0.25);
}

.active\:bg-ozc-400\/30:active {
  background-color: rgb(250 189 173 / 0.3);
}

.active\:bg-ozc-400\/40:active {
  background-color: rgb(250 189 173 / 0.4);
}

.active\:bg-ozc-400\/5:active {
  background-color: rgb(250 189 173 / 0.05);
}

.active\:bg-ozc-400\/50:active {
  background-color: rgb(250 189 173 / 0.5);
}

.active\:bg-ozc-400\/60:active {
  background-color: rgb(250 189 173 / 0.6);
}

.active\:bg-ozc-400\/70:active {
  background-color: rgb(250 189 173 / 0.7);
}

.active\:bg-ozc-400\/75:active {
  background-color: rgb(250 189 173 / 0.75);
}

.active\:bg-ozc-400\/80:active {
  background-color: rgb(250 189 173 / 0.8);
}

.active\:bg-ozc-400\/90:active {
  background-color: rgb(250 189 173 / 0.9);
}

.active\:bg-ozc-400\/95:active {
  background-color: rgb(250 189 173 / 0.95);
}

.active\:bg-ozc-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 232 / var(--tw-bg-opacity));
}

.active\:bg-ozc-50\/0:active {
  background-color: rgb(254 243 232 / 0);
}

.active\:bg-ozc-50\/10:active {
  background-color: rgb(254 243 232 / 0.1);
}

.active\:bg-ozc-50\/100:active {
  background-color: rgb(254 243 232 / 1);
}

.active\:bg-ozc-50\/20:active {
  background-color: rgb(254 243 232 / 0.2);
}

.active\:bg-ozc-50\/25:active {
  background-color: rgb(254 243 232 / 0.25);
}

.active\:bg-ozc-50\/30:active {
  background-color: rgb(254 243 232 / 0.3);
}

.active\:bg-ozc-50\/40:active {
  background-color: rgb(254 243 232 / 0.4);
}

.active\:bg-ozc-50\/5:active {
  background-color: rgb(254 243 232 / 0.05);
}

.active\:bg-ozc-50\/50:active {
  background-color: rgb(254 243 232 / 0.5);
}

.active\:bg-ozc-50\/60:active {
  background-color: rgb(254 243 232 / 0.6);
}

.active\:bg-ozc-50\/70:active {
  background-color: rgb(254 243 232 / 0.7);
}

.active\:bg-ozc-50\/75:active {
  background-color: rgb(254 243 232 / 0.75);
}

.active\:bg-ozc-50\/80:active {
  background-color: rgb(254 243 232 / 0.8);
}

.active\:bg-ozc-50\/90:active {
  background-color: rgb(254 243 232 / 0.9);
}

.active\:bg-ozc-50\/95:active {
  background-color: rgb(254 243 232 / 0.95);
}

.active\:bg-ozc-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 110 96 / var(--tw-bg-opacity));
}

.active\:bg-ozc-500\/0:active {
  background-color: rgb(255 110 96 / 0);
}

.active\:bg-ozc-500\/10:active {
  background-color: rgb(255 110 96 / 0.1);
}

.active\:bg-ozc-500\/100:active {
  background-color: rgb(255 110 96 / 1);
}

.active\:bg-ozc-500\/20:active {
  background-color: rgb(255 110 96 / 0.2);
}

.active\:bg-ozc-500\/25:active {
  background-color: rgb(255 110 96 / 0.25);
}

.active\:bg-ozc-500\/30:active {
  background-color: rgb(255 110 96 / 0.3);
}

.active\:bg-ozc-500\/40:active {
  background-color: rgb(255 110 96 / 0.4);
}

.active\:bg-ozc-500\/5:active {
  background-color: rgb(255 110 96 / 0.05);
}

.active\:bg-ozc-500\/50:active {
  background-color: rgb(255 110 96 / 0.5);
}

.active\:bg-ozc-500\/60:active {
  background-color: rgb(255 110 96 / 0.6);
}

.active\:bg-ozc-500\/70:active {
  background-color: rgb(255 110 96 / 0.7);
}

.active\:bg-ozc-500\/75:active {
  background-color: rgb(255 110 96 / 0.75);
}

.active\:bg-ozc-500\/80:active {
  background-color: rgb(255 110 96 / 0.8);
}

.active\:bg-ozc-500\/90:active {
  background-color: rgb(255 110 96 / 0.9);
}

.active\:bg-ozc-500\/95:active {
  background-color: rgb(255 110 96 / 0.95);
}

.active\:bg-ozc-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(249 169 140 / var(--tw-bg-opacity));
}

.active\:bg-ozc-600\/0:active {
  background-color: rgb(249 169 140 / 0);
}

.active\:bg-ozc-600\/10:active {
  background-color: rgb(249 169 140 / 0.1);
}

.active\:bg-ozc-600\/100:active {
  background-color: rgb(249 169 140 / 1);
}

.active\:bg-ozc-600\/20:active {
  background-color: rgb(249 169 140 / 0.2);
}

.active\:bg-ozc-600\/25:active {
  background-color: rgb(249 169 140 / 0.25);
}

.active\:bg-ozc-600\/30:active {
  background-color: rgb(249 169 140 / 0.3);
}

.active\:bg-ozc-600\/40:active {
  background-color: rgb(249 169 140 / 0.4);
}

.active\:bg-ozc-600\/5:active {
  background-color: rgb(249 169 140 / 0.05);
}

.active\:bg-ozc-600\/50:active {
  background-color: rgb(249 169 140 / 0.5);
}

.active\:bg-ozc-600\/60:active {
  background-color: rgb(249 169 140 / 0.6);
}

.active\:bg-ozc-600\/70:active {
  background-color: rgb(249 169 140 / 0.7);
}

.active\:bg-ozc-600\/75:active {
  background-color: rgb(249 169 140 / 0.75);
}

.active\:bg-ozc-600\/80:active {
  background-color: rgb(249 169 140 / 0.8);
}

.active\:bg-ozc-600\/90:active {
  background-color: rgb(249 169 140 / 0.9);
}

.active\:bg-ozc-600\/95:active {
  background-color: rgb(249 169 140 / 0.95);
}

.active\:bg-ozc-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(246 148 114 / var(--tw-bg-opacity));
}

.active\:bg-ozc-700\/0:active {
  background-color: rgb(246 148 114 / 0);
}

.active\:bg-ozc-700\/10:active {
  background-color: rgb(246 148 114 / 0.1);
}

.active\:bg-ozc-700\/100:active {
  background-color: rgb(246 148 114 / 1);
}

.active\:bg-ozc-700\/20:active {
  background-color: rgb(246 148 114 / 0.2);
}

.active\:bg-ozc-700\/25:active {
  background-color: rgb(246 148 114 / 0.25);
}

.active\:bg-ozc-700\/30:active {
  background-color: rgb(246 148 114 / 0.3);
}

.active\:bg-ozc-700\/40:active {
  background-color: rgb(246 148 114 / 0.4);
}

.active\:bg-ozc-700\/5:active {
  background-color: rgb(246 148 114 / 0.05);
}

.active\:bg-ozc-700\/50:active {
  background-color: rgb(246 148 114 / 0.5);
}

.active\:bg-ozc-700\/60:active {
  background-color: rgb(246 148 114 / 0.6);
}

.active\:bg-ozc-700\/70:active {
  background-color: rgb(246 148 114 / 0.7);
}

.active\:bg-ozc-700\/75:active {
  background-color: rgb(246 148 114 / 0.75);
}

.active\:bg-ozc-700\/80:active {
  background-color: rgb(246 148 114 / 0.8);
}

.active\:bg-ozc-700\/90:active {
  background-color: rgb(246 148 114 / 0.9);
}

.active\:bg-ozc-700\/95:active {
  background-color: rgb(246 148 114 / 0.95);
}

.active\:bg-ozc-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(245 144 136 / var(--tw-bg-opacity));
}

.active\:bg-ozc-800\/0:active {
  background-color: rgb(245 144 136 / 0);
}

.active\:bg-ozc-800\/10:active {
  background-color: rgb(245 144 136 / 0.1);
}

.active\:bg-ozc-800\/100:active {
  background-color: rgb(245 144 136 / 1);
}

.active\:bg-ozc-800\/20:active {
  background-color: rgb(245 144 136 / 0.2);
}

.active\:bg-ozc-800\/25:active {
  background-color: rgb(245 144 136 / 0.25);
}

.active\:bg-ozc-800\/30:active {
  background-color: rgb(245 144 136 / 0.3);
}

.active\:bg-ozc-800\/40:active {
  background-color: rgb(245 144 136 / 0.4);
}

.active\:bg-ozc-800\/5:active {
  background-color: rgb(245 144 136 / 0.05);
}

.active\:bg-ozc-800\/50:active {
  background-color: rgb(245 144 136 / 0.5);
}

.active\:bg-ozc-800\/60:active {
  background-color: rgb(245 144 136 / 0.6);
}

.active\:bg-ozc-800\/70:active {
  background-color: rgb(245 144 136 / 0.7);
}

.active\:bg-ozc-800\/75:active {
  background-color: rgb(245 144 136 / 0.75);
}

.active\:bg-ozc-800\/80:active {
  background-color: rgb(245 144 136 / 0.8);
}

.active\:bg-ozc-800\/90:active {
  background-color: rgb(245 144 136 / 0.9);
}

.active\:bg-ozc-800\/95:active {
  background-color: rgb(245 144 136 / 0.95);
}

.active\:bg-ozc-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 121 124 / var(--tw-bg-opacity));
}

.active\:bg-ozc-900\/0:active {
  background-color: rgb(243 121 124 / 0);
}

.active\:bg-ozc-900\/10:active {
  background-color: rgb(243 121 124 / 0.1);
}

.active\:bg-ozc-900\/100:active {
  background-color: rgb(243 121 124 / 1);
}

.active\:bg-ozc-900\/20:active {
  background-color: rgb(243 121 124 / 0.2);
}

.active\:bg-ozc-900\/25:active {
  background-color: rgb(243 121 124 / 0.25);
}

.active\:bg-ozc-900\/30:active {
  background-color: rgb(243 121 124 / 0.3);
}

.active\:bg-ozc-900\/40:active {
  background-color: rgb(243 121 124 / 0.4);
}

.active\:bg-ozc-900\/5:active {
  background-color: rgb(243 121 124 / 0.05);
}

.active\:bg-ozc-900\/50:active {
  background-color: rgb(243 121 124 / 0.5);
}

.active\:bg-ozc-900\/60:active {
  background-color: rgb(243 121 124 / 0.6);
}

.active\:bg-ozc-900\/70:active {
  background-color: rgb(243 121 124 / 0.7);
}

.active\:bg-ozc-900\/75:active {
  background-color: rgb(243 121 124 / 0.75);
}

.active\:bg-ozc-900\/80:active {
  background-color: rgb(243 121 124 / 0.8);
}

.active\:bg-ozc-900\/90:active {
  background-color: rgb(243 121 124 / 0.9);
}

.active\:bg-ozc-900\/95:active {
  background-color: rgb(243 121 124 / 0.95);
}

.active\:bg-ozc-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(42 45 51 / var(--tw-bg-opacity));
}

.active\:bg-ozc-950\/0:active {
  background-color: rgb(42 45 51 / 0);
}

.active\:bg-ozc-950\/10:active {
  background-color: rgb(42 45 51 / 0.1);
}

.active\:bg-ozc-950\/100:active {
  background-color: rgb(42 45 51 / 1);
}

.active\:bg-ozc-950\/20:active {
  background-color: rgb(42 45 51 / 0.2);
}

.active\:bg-ozc-950\/25:active {
  background-color: rgb(42 45 51 / 0.25);
}

.active\:bg-ozc-950\/30:active {
  background-color: rgb(42 45 51 / 0.3);
}

.active\:bg-ozc-950\/40:active {
  background-color: rgb(42 45 51 / 0.4);
}

.active\:bg-ozc-950\/5:active {
  background-color: rgb(42 45 51 / 0.05);
}

.active\:bg-ozc-950\/50:active {
  background-color: rgb(42 45 51 / 0.5);
}

.active\:bg-ozc-950\/60:active {
  background-color: rgb(42 45 51 / 0.6);
}

.active\:bg-ozc-950\/70:active {
  background-color: rgb(42 45 51 / 0.7);
}

.active\:bg-ozc-950\/75:active {
  background-color: rgb(42 45 51 / 0.75);
}

.active\:bg-ozc-950\/80:active {
  background-color: rgb(42 45 51 / 0.8);
}

.active\:bg-ozc-950\/90:active {
  background-color: rgb(42 45 51 / 0.9);
}

.active\:bg-ozc-950\/95:active {
  background-color: rgb(42 45 51 / 0.95);
}

.active\:bg-ozc-alt-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 230 / var(--tw-bg-opacity));
}

.active\:bg-ozc-alt-100\/0:active {
  background-color: rgb(255 250 230 / 0);
}

.active\:bg-ozc-alt-100\/10:active {
  background-color: rgb(255 250 230 / 0.1);
}

.active\:bg-ozc-alt-100\/100:active {
  background-color: rgb(255 250 230 / 1);
}

.active\:bg-ozc-alt-100\/20:active {
  background-color: rgb(255 250 230 / 0.2);
}

.active\:bg-ozc-alt-100\/25:active {
  background-color: rgb(255 250 230 / 0.25);
}

.active\:bg-ozc-alt-100\/30:active {
  background-color: rgb(255 250 230 / 0.3);
}

.active\:bg-ozc-alt-100\/40:active {
  background-color: rgb(255 250 230 / 0.4);
}

.active\:bg-ozc-alt-100\/5:active {
  background-color: rgb(255 250 230 / 0.05);
}

.active\:bg-ozc-alt-100\/50:active {
  background-color: rgb(255 250 230 / 0.5);
}

.active\:bg-ozc-alt-100\/60:active {
  background-color: rgb(255 250 230 / 0.6);
}

.active\:bg-ozc-alt-100\/70:active {
  background-color: rgb(255 250 230 / 0.7);
}

.active\:bg-ozc-alt-100\/75:active {
  background-color: rgb(255 250 230 / 0.75);
}

.active\:bg-ozc-alt-100\/80:active {
  background-color: rgb(255 250 230 / 0.8);
}

.active\:bg-ozc-alt-100\/90:active {
  background-color: rgb(255 250 230 / 0.9);
}

.active\:bg-ozc-alt-100\/95:active {
  background-color: rgb(255 250 230 / 0.95);
}

.active\:bg-ozc-alt-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 242 193 / var(--tw-bg-opacity));
}

.active\:bg-ozc-alt-200\/0:active {
  background-color: rgb(255 242 193 / 0);
}

.active\:bg-ozc-alt-200\/10:active {
  background-color: rgb(255 242 193 / 0.1);
}

.active\:bg-ozc-alt-200\/100:active {
  background-color: rgb(255 242 193 / 1);
}

.active\:bg-ozc-alt-200\/20:active {
  background-color: rgb(255 242 193 / 0.2);
}

.active\:bg-ozc-alt-200\/25:active {
  background-color: rgb(255 242 193 / 0.25);
}

.active\:bg-ozc-alt-200\/30:active {
  background-color: rgb(255 242 193 / 0.3);
}

.active\:bg-ozc-alt-200\/40:active {
  background-color: rgb(255 242 193 / 0.4);
}

.active\:bg-ozc-alt-200\/5:active {
  background-color: rgb(255 242 193 / 0.05);
}

.active\:bg-ozc-alt-200\/50:active {
  background-color: rgb(255 242 193 / 0.5);
}

.active\:bg-ozc-alt-200\/60:active {
  background-color: rgb(255 242 193 / 0.6);
}

.active\:bg-ozc-alt-200\/70:active {
  background-color: rgb(255 242 193 / 0.7);
}

.active\:bg-ozc-alt-200\/75:active {
  background-color: rgb(255 242 193 / 0.75);
}

.active\:bg-ozc-alt-200\/80:active {
  background-color: rgb(255 242 193 / 0.8);
}

.active\:bg-ozc-alt-200\/90:active {
  background-color: rgb(255 242 193 / 0.9);
}

.active\:bg-ozc-alt-200\/95:active {
  background-color: rgb(255 242 193 / 0.95);
}

.active\:bg-ozc-alt-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 235 155 / var(--tw-bg-opacity));
}

.active\:bg-ozc-alt-300\/0:active {
  background-color: rgb(255 235 155 / 0);
}

.active\:bg-ozc-alt-300\/10:active {
  background-color: rgb(255 235 155 / 0.1);
}

.active\:bg-ozc-alt-300\/100:active {
  background-color: rgb(255 235 155 / 1);
}

.active\:bg-ozc-alt-300\/20:active {
  background-color: rgb(255 235 155 / 0.2);
}

.active\:bg-ozc-alt-300\/25:active {
  background-color: rgb(255 235 155 / 0.25);
}

.active\:bg-ozc-alt-300\/30:active {
  background-color: rgb(255 235 155 / 0.3);
}

.active\:bg-ozc-alt-300\/40:active {
  background-color: rgb(255 235 155 / 0.4);
}

.active\:bg-ozc-alt-300\/5:active {
  background-color: rgb(255 235 155 / 0.05);
}

.active\:bg-ozc-alt-300\/50:active {
  background-color: rgb(255 235 155 / 0.5);
}

.active\:bg-ozc-alt-300\/60:active {
  background-color: rgb(255 235 155 / 0.6);
}

.active\:bg-ozc-alt-300\/70:active {
  background-color: rgb(255 235 155 / 0.7);
}

.active\:bg-ozc-alt-300\/75:active {
  background-color: rgb(255 235 155 / 0.75);
}

.active\:bg-ozc-alt-300\/80:active {
  background-color: rgb(255 235 155 / 0.8);
}

.active\:bg-ozc-alt-300\/90:active {
  background-color: rgb(255 235 155 / 0.9);
}

.active\:bg-ozc-alt-300\/95:active {
  background-color: rgb(255 235 155 / 0.95);
}

.active\:bg-ozc-alt-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 219 80 / var(--tw-bg-opacity));
}

.active\:bg-ozc-alt-400\/0:active {
  background-color: rgb(255 219 80 / 0);
}

.active\:bg-ozc-alt-400\/10:active {
  background-color: rgb(255 219 80 / 0.1);
}

.active\:bg-ozc-alt-400\/100:active {
  background-color: rgb(255 219 80 / 1);
}

.active\:bg-ozc-alt-400\/20:active {
  background-color: rgb(255 219 80 / 0.2);
}

.active\:bg-ozc-alt-400\/25:active {
  background-color: rgb(255 219 80 / 0.25);
}

.active\:bg-ozc-alt-400\/30:active {
  background-color: rgb(255 219 80 / 0.3);
}

.active\:bg-ozc-alt-400\/40:active {
  background-color: rgb(255 219 80 / 0.4);
}

.active\:bg-ozc-alt-400\/5:active {
  background-color: rgb(255 219 80 / 0.05);
}

.active\:bg-ozc-alt-400\/50:active {
  background-color: rgb(255 219 80 / 0.5);
}

.active\:bg-ozc-alt-400\/60:active {
  background-color: rgb(255 219 80 / 0.6);
}

.active\:bg-ozc-alt-400\/70:active {
  background-color: rgb(255 219 80 / 0.7);
}

.active\:bg-ozc-alt-400\/75:active {
  background-color: rgb(255 219 80 / 0.75);
}

.active\:bg-ozc-alt-400\/80:active {
  background-color: rgb(255 219 80 / 0.8);
}

.active\:bg-ozc-alt-400\/90:active {
  background-color: rgb(255 219 80 / 0.9);
}

.active\:bg-ozc-alt-400\/95:active {
  background-color: rgb(255 219 80 / 0.95);
}

.active\:bg-ozc-alt-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 252 243 / var(--tw-bg-opacity));
}

.active\:bg-ozc-alt-50\/0:active {
  background-color: rgb(255 252 243 / 0);
}

.active\:bg-ozc-alt-50\/10:active {
  background-color: rgb(255 252 243 / 0.1);
}

.active\:bg-ozc-alt-50\/100:active {
  background-color: rgb(255 252 243 / 1);
}

.active\:bg-ozc-alt-50\/20:active {
  background-color: rgb(255 252 243 / 0.2);
}

.active\:bg-ozc-alt-50\/25:active {
  background-color: rgb(255 252 243 / 0.25);
}

.active\:bg-ozc-alt-50\/30:active {
  background-color: rgb(255 252 243 / 0.3);
}

.active\:bg-ozc-alt-50\/40:active {
  background-color: rgb(255 252 243 / 0.4);
}

.active\:bg-ozc-alt-50\/5:active {
  background-color: rgb(255 252 243 / 0.05);
}

.active\:bg-ozc-alt-50\/50:active {
  background-color: rgb(255 252 243 / 0.5);
}

.active\:bg-ozc-alt-50\/60:active {
  background-color: rgb(255 252 243 / 0.6);
}

.active\:bg-ozc-alt-50\/70:active {
  background-color: rgb(255 252 243 / 0.7);
}

.active\:bg-ozc-alt-50\/75:active {
  background-color: rgb(255 252 243 / 0.75);
}

.active\:bg-ozc-alt-50\/80:active {
  background-color: rgb(255 252 243 / 0.8);
}

.active\:bg-ozc-alt-50\/90:active {
  background-color: rgb(255 252 243 / 0.9);
}

.active\:bg-ozc-alt-50\/95:active {
  background-color: rgb(255 252 243 / 0.95);
}

.active\:bg-ozc-alt-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 204 5 / var(--tw-bg-opacity));
}

.active\:bg-ozc-alt-500\/0:active {
  background-color: rgb(255 204 5 / 0);
}

.active\:bg-ozc-alt-500\/10:active {
  background-color: rgb(255 204 5 / 0.1);
}

.active\:bg-ozc-alt-500\/100:active {
  background-color: rgb(255 204 5 / 1);
}

.active\:bg-ozc-alt-500\/20:active {
  background-color: rgb(255 204 5 / 0.2);
}

.active\:bg-ozc-alt-500\/25:active {
  background-color: rgb(255 204 5 / 0.25);
}

.active\:bg-ozc-alt-500\/30:active {
  background-color: rgb(255 204 5 / 0.3);
}

.active\:bg-ozc-alt-500\/40:active {
  background-color: rgb(255 204 5 / 0.4);
}

.active\:bg-ozc-alt-500\/5:active {
  background-color: rgb(255 204 5 / 0.05);
}

.active\:bg-ozc-alt-500\/50:active {
  background-color: rgb(255 204 5 / 0.5);
}

.active\:bg-ozc-alt-500\/60:active {
  background-color: rgb(255 204 5 / 0.6);
}

.active\:bg-ozc-alt-500\/70:active {
  background-color: rgb(255 204 5 / 0.7);
}

.active\:bg-ozc-alt-500\/75:active {
  background-color: rgb(255 204 5 / 0.75);
}

.active\:bg-ozc-alt-500\/80:active {
  background-color: rgb(255 204 5 / 0.8);
}

.active\:bg-ozc-alt-500\/90:active {
  background-color: rgb(255 204 5 / 0.9);
}

.active\:bg-ozc-alt-500\/95:active {
  background-color: rgb(255 204 5 / 0.95);
}

.active\:bg-ozc-alt-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(230 184 5 / var(--tw-bg-opacity));
}

.active\:bg-ozc-alt-600\/0:active {
  background-color: rgb(230 184 5 / 0);
}

.active\:bg-ozc-alt-600\/10:active {
  background-color: rgb(230 184 5 / 0.1);
}

.active\:bg-ozc-alt-600\/100:active {
  background-color: rgb(230 184 5 / 1);
}

.active\:bg-ozc-alt-600\/20:active {
  background-color: rgb(230 184 5 / 0.2);
}

.active\:bg-ozc-alt-600\/25:active {
  background-color: rgb(230 184 5 / 0.25);
}

.active\:bg-ozc-alt-600\/30:active {
  background-color: rgb(230 184 5 / 0.3);
}

.active\:bg-ozc-alt-600\/40:active {
  background-color: rgb(230 184 5 / 0.4);
}

.active\:bg-ozc-alt-600\/5:active {
  background-color: rgb(230 184 5 / 0.05);
}

.active\:bg-ozc-alt-600\/50:active {
  background-color: rgb(230 184 5 / 0.5);
}

.active\:bg-ozc-alt-600\/60:active {
  background-color: rgb(230 184 5 / 0.6);
}

.active\:bg-ozc-alt-600\/70:active {
  background-color: rgb(230 184 5 / 0.7);
}

.active\:bg-ozc-alt-600\/75:active {
  background-color: rgb(230 184 5 / 0.75);
}

.active\:bg-ozc-alt-600\/80:active {
  background-color: rgb(230 184 5 / 0.8);
}

.active\:bg-ozc-alt-600\/90:active {
  background-color: rgb(230 184 5 / 0.9);
}

.active\:bg-ozc-alt-600\/95:active {
  background-color: rgb(230 184 5 / 0.95);
}

.active\:bg-ozc-alt-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(153 122 3 / var(--tw-bg-opacity));
}

.active\:bg-ozc-alt-700\/0:active {
  background-color: rgb(153 122 3 / 0);
}

.active\:bg-ozc-alt-700\/10:active {
  background-color: rgb(153 122 3 / 0.1);
}

.active\:bg-ozc-alt-700\/100:active {
  background-color: rgb(153 122 3 / 1);
}

.active\:bg-ozc-alt-700\/20:active {
  background-color: rgb(153 122 3 / 0.2);
}

.active\:bg-ozc-alt-700\/25:active {
  background-color: rgb(153 122 3 / 0.25);
}

.active\:bg-ozc-alt-700\/30:active {
  background-color: rgb(153 122 3 / 0.3);
}

.active\:bg-ozc-alt-700\/40:active {
  background-color: rgb(153 122 3 / 0.4);
}

.active\:bg-ozc-alt-700\/5:active {
  background-color: rgb(153 122 3 / 0.05);
}

.active\:bg-ozc-alt-700\/50:active {
  background-color: rgb(153 122 3 / 0.5);
}

.active\:bg-ozc-alt-700\/60:active {
  background-color: rgb(153 122 3 / 0.6);
}

.active\:bg-ozc-alt-700\/70:active {
  background-color: rgb(153 122 3 / 0.7);
}

.active\:bg-ozc-alt-700\/75:active {
  background-color: rgb(153 122 3 / 0.75);
}

.active\:bg-ozc-alt-700\/80:active {
  background-color: rgb(153 122 3 / 0.8);
}

.active\:bg-ozc-alt-700\/90:active {
  background-color: rgb(153 122 3 / 0.9);
}

.active\:bg-ozc-alt-700\/95:active {
  background-color: rgb(153 122 3 / 0.95);
}

.active\:bg-ozc-alt-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(115 92 2 / var(--tw-bg-opacity));
}

.active\:bg-ozc-alt-800\/0:active {
  background-color: rgb(115 92 2 / 0);
}

.active\:bg-ozc-alt-800\/10:active {
  background-color: rgb(115 92 2 / 0.1);
}

.active\:bg-ozc-alt-800\/100:active {
  background-color: rgb(115 92 2 / 1);
}

.active\:bg-ozc-alt-800\/20:active {
  background-color: rgb(115 92 2 / 0.2);
}

.active\:bg-ozc-alt-800\/25:active {
  background-color: rgb(115 92 2 / 0.25);
}

.active\:bg-ozc-alt-800\/30:active {
  background-color: rgb(115 92 2 / 0.3);
}

.active\:bg-ozc-alt-800\/40:active {
  background-color: rgb(115 92 2 / 0.4);
}

.active\:bg-ozc-alt-800\/5:active {
  background-color: rgb(115 92 2 / 0.05);
}

.active\:bg-ozc-alt-800\/50:active {
  background-color: rgb(115 92 2 / 0.5);
}

.active\:bg-ozc-alt-800\/60:active {
  background-color: rgb(115 92 2 / 0.6);
}

.active\:bg-ozc-alt-800\/70:active {
  background-color: rgb(115 92 2 / 0.7);
}

.active\:bg-ozc-alt-800\/75:active {
  background-color: rgb(115 92 2 / 0.75);
}

.active\:bg-ozc-alt-800\/80:active {
  background-color: rgb(115 92 2 / 0.8);
}

.active\:bg-ozc-alt-800\/90:active {
  background-color: rgb(115 92 2 / 0.9);
}

.active\:bg-ozc-alt-800\/95:active {
  background-color: rgb(115 92 2 / 0.95);
}

.active\:bg-ozc-alt-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(42 45 51 / var(--tw-bg-opacity));
}

.active\:bg-ozc-alt-900\/0:active {
  background-color: rgb(42 45 51 / 0);
}

.active\:bg-ozc-alt-900\/10:active {
  background-color: rgb(42 45 51 / 0.1);
}

.active\:bg-ozc-alt-900\/100:active {
  background-color: rgb(42 45 51 / 1);
}

.active\:bg-ozc-alt-900\/20:active {
  background-color: rgb(42 45 51 / 0.2);
}

.active\:bg-ozc-alt-900\/25:active {
  background-color: rgb(42 45 51 / 0.25);
}

.active\:bg-ozc-alt-900\/30:active {
  background-color: rgb(42 45 51 / 0.3);
}

.active\:bg-ozc-alt-900\/40:active {
  background-color: rgb(42 45 51 / 0.4);
}

.active\:bg-ozc-alt-900\/5:active {
  background-color: rgb(42 45 51 / 0.05);
}

.active\:bg-ozc-alt-900\/50:active {
  background-color: rgb(42 45 51 / 0.5);
}

.active\:bg-ozc-alt-900\/60:active {
  background-color: rgb(42 45 51 / 0.6);
}

.active\:bg-ozc-alt-900\/70:active {
  background-color: rgb(42 45 51 / 0.7);
}

.active\:bg-ozc-alt-900\/75:active {
  background-color: rgb(42 45 51 / 0.75);
}

.active\:bg-ozc-alt-900\/80:active {
  background-color: rgb(42 45 51 / 0.8);
}

.active\:bg-ozc-alt-900\/90:active {
  background-color: rgb(42 45 51 / 0.9);
}

.active\:bg-ozc-alt-900\/95:active {
  background-color: rgb(42 45 51 / 0.95);
}

.active\:bg-pink-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity));
}

.active\:bg-pink-100\/0:active {
  background-color: rgb(252 231 243 / 0);
}

.active\:bg-pink-100\/10:active {
  background-color: rgb(252 231 243 / 0.1);
}

.active\:bg-pink-100\/100:active {
  background-color: rgb(252 231 243 / 1);
}

.active\:bg-pink-100\/20:active {
  background-color: rgb(252 231 243 / 0.2);
}

.active\:bg-pink-100\/25:active {
  background-color: rgb(252 231 243 / 0.25);
}

.active\:bg-pink-100\/30:active {
  background-color: rgb(252 231 243 / 0.3);
}

.active\:bg-pink-100\/40:active {
  background-color: rgb(252 231 243 / 0.4);
}

.active\:bg-pink-100\/5:active {
  background-color: rgb(252 231 243 / 0.05);
}

.active\:bg-pink-100\/50:active {
  background-color: rgb(252 231 243 / 0.5);
}

.active\:bg-pink-100\/60:active {
  background-color: rgb(252 231 243 / 0.6);
}

.active\:bg-pink-100\/70:active {
  background-color: rgb(252 231 243 / 0.7);
}

.active\:bg-pink-100\/75:active {
  background-color: rgb(252 231 243 / 0.75);
}

.active\:bg-pink-100\/80:active {
  background-color: rgb(252 231 243 / 0.8);
}

.active\:bg-pink-100\/90:active {
  background-color: rgb(252 231 243 / 0.9);
}

.active\:bg-pink-100\/95:active {
  background-color: rgb(252 231 243 / 0.95);
}

.active\:bg-pink-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity));
}

.active\:bg-pink-200\/0:active {
  background-color: rgb(251 207 232 / 0);
}

.active\:bg-pink-200\/10:active {
  background-color: rgb(251 207 232 / 0.1);
}

.active\:bg-pink-200\/100:active {
  background-color: rgb(251 207 232 / 1);
}

.active\:bg-pink-200\/20:active {
  background-color: rgb(251 207 232 / 0.2);
}

.active\:bg-pink-200\/25:active {
  background-color: rgb(251 207 232 / 0.25);
}

.active\:bg-pink-200\/30:active {
  background-color: rgb(251 207 232 / 0.3);
}

.active\:bg-pink-200\/40:active {
  background-color: rgb(251 207 232 / 0.4);
}

.active\:bg-pink-200\/5:active {
  background-color: rgb(251 207 232 / 0.05);
}

.active\:bg-pink-200\/50:active {
  background-color: rgb(251 207 232 / 0.5);
}

.active\:bg-pink-200\/60:active {
  background-color: rgb(251 207 232 / 0.6);
}

.active\:bg-pink-200\/70:active {
  background-color: rgb(251 207 232 / 0.7);
}

.active\:bg-pink-200\/75:active {
  background-color: rgb(251 207 232 / 0.75);
}

.active\:bg-pink-200\/80:active {
  background-color: rgb(251 207 232 / 0.8);
}

.active\:bg-pink-200\/90:active {
  background-color: rgb(251 207 232 / 0.9);
}

.active\:bg-pink-200\/95:active {
  background-color: rgb(251 207 232 / 0.95);
}

.active\:bg-pink-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity));
}

.active\:bg-pink-300\/0:active {
  background-color: rgb(249 168 212 / 0);
}

.active\:bg-pink-300\/10:active {
  background-color: rgb(249 168 212 / 0.1);
}

.active\:bg-pink-300\/100:active {
  background-color: rgb(249 168 212 / 1);
}

.active\:bg-pink-300\/20:active {
  background-color: rgb(249 168 212 / 0.2);
}

.active\:bg-pink-300\/25:active {
  background-color: rgb(249 168 212 / 0.25);
}

.active\:bg-pink-300\/30:active {
  background-color: rgb(249 168 212 / 0.3);
}

.active\:bg-pink-300\/40:active {
  background-color: rgb(249 168 212 / 0.4);
}

.active\:bg-pink-300\/5:active {
  background-color: rgb(249 168 212 / 0.05);
}

.active\:bg-pink-300\/50:active {
  background-color: rgb(249 168 212 / 0.5);
}

.active\:bg-pink-300\/60:active {
  background-color: rgb(249 168 212 / 0.6);
}

.active\:bg-pink-300\/70:active {
  background-color: rgb(249 168 212 / 0.7);
}

.active\:bg-pink-300\/75:active {
  background-color: rgb(249 168 212 / 0.75);
}

.active\:bg-pink-300\/80:active {
  background-color: rgb(249 168 212 / 0.8);
}

.active\:bg-pink-300\/90:active {
  background-color: rgb(249 168 212 / 0.9);
}

.active\:bg-pink-300\/95:active {
  background-color: rgb(249 168 212 / 0.95);
}

.active\:bg-pink-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity));
}

.active\:bg-pink-400\/0:active {
  background-color: rgb(244 114 182 / 0);
}

.active\:bg-pink-400\/10:active {
  background-color: rgb(244 114 182 / 0.1);
}

.active\:bg-pink-400\/100:active {
  background-color: rgb(244 114 182 / 1);
}

.active\:bg-pink-400\/20:active {
  background-color: rgb(244 114 182 / 0.2);
}

.active\:bg-pink-400\/25:active {
  background-color: rgb(244 114 182 / 0.25);
}

.active\:bg-pink-400\/30:active {
  background-color: rgb(244 114 182 / 0.3);
}

.active\:bg-pink-400\/40:active {
  background-color: rgb(244 114 182 / 0.4);
}

.active\:bg-pink-400\/5:active {
  background-color: rgb(244 114 182 / 0.05);
}

.active\:bg-pink-400\/50:active {
  background-color: rgb(244 114 182 / 0.5);
}

.active\:bg-pink-400\/60:active {
  background-color: rgb(244 114 182 / 0.6);
}

.active\:bg-pink-400\/70:active {
  background-color: rgb(244 114 182 / 0.7);
}

.active\:bg-pink-400\/75:active {
  background-color: rgb(244 114 182 / 0.75);
}

.active\:bg-pink-400\/80:active {
  background-color: rgb(244 114 182 / 0.8);
}

.active\:bg-pink-400\/90:active {
  background-color: rgb(244 114 182 / 0.9);
}

.active\:bg-pink-400\/95:active {
  background-color: rgb(244 114 182 / 0.95);
}

.active\:bg-pink-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity));
}

.active\:bg-pink-50\/0:active {
  background-color: rgb(253 242 248 / 0);
}

.active\:bg-pink-50\/10:active {
  background-color: rgb(253 242 248 / 0.1);
}

.active\:bg-pink-50\/100:active {
  background-color: rgb(253 242 248 / 1);
}

.active\:bg-pink-50\/20:active {
  background-color: rgb(253 242 248 / 0.2);
}

.active\:bg-pink-50\/25:active {
  background-color: rgb(253 242 248 / 0.25);
}

.active\:bg-pink-50\/30:active {
  background-color: rgb(253 242 248 / 0.3);
}

.active\:bg-pink-50\/40:active {
  background-color: rgb(253 242 248 / 0.4);
}

.active\:bg-pink-50\/5:active {
  background-color: rgb(253 242 248 / 0.05);
}

.active\:bg-pink-50\/50:active {
  background-color: rgb(253 242 248 / 0.5);
}

.active\:bg-pink-50\/60:active {
  background-color: rgb(253 242 248 / 0.6);
}

.active\:bg-pink-50\/70:active {
  background-color: rgb(253 242 248 / 0.7);
}

.active\:bg-pink-50\/75:active {
  background-color: rgb(253 242 248 / 0.75);
}

.active\:bg-pink-50\/80:active {
  background-color: rgb(253 242 248 / 0.8);
}

.active\:bg-pink-50\/90:active {
  background-color: rgb(253 242 248 / 0.9);
}

.active\:bg-pink-50\/95:active {
  background-color: rgb(253 242 248 / 0.95);
}

.active\:bg-pink-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity));
}

.active\:bg-pink-500\/0:active {
  background-color: rgb(236 72 153 / 0);
}

.active\:bg-pink-500\/10:active {
  background-color: rgb(236 72 153 / 0.1);
}

.active\:bg-pink-500\/100:active {
  background-color: rgb(236 72 153 / 1);
}

.active\:bg-pink-500\/20:active {
  background-color: rgb(236 72 153 / 0.2);
}

.active\:bg-pink-500\/25:active {
  background-color: rgb(236 72 153 / 0.25);
}

.active\:bg-pink-500\/30:active {
  background-color: rgb(236 72 153 / 0.3);
}

.active\:bg-pink-500\/40:active {
  background-color: rgb(236 72 153 / 0.4);
}

.active\:bg-pink-500\/5:active {
  background-color: rgb(236 72 153 / 0.05);
}

.active\:bg-pink-500\/50:active {
  background-color: rgb(236 72 153 / 0.5);
}

.active\:bg-pink-500\/60:active {
  background-color: rgb(236 72 153 / 0.6);
}

.active\:bg-pink-500\/70:active {
  background-color: rgb(236 72 153 / 0.7);
}

.active\:bg-pink-500\/75:active {
  background-color: rgb(236 72 153 / 0.75);
}

.active\:bg-pink-500\/80:active {
  background-color: rgb(236 72 153 / 0.8);
}

.active\:bg-pink-500\/90:active {
  background-color: rgb(236 72 153 / 0.9);
}

.active\:bg-pink-500\/95:active {
  background-color: rgb(236 72 153 / 0.95);
}

.active\:bg-pink-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity));
}

.active\:bg-pink-600\/0:active {
  background-color: rgb(219 39 119 / 0);
}

.active\:bg-pink-600\/10:active {
  background-color: rgb(219 39 119 / 0.1);
}

.active\:bg-pink-600\/100:active {
  background-color: rgb(219 39 119 / 1);
}

.active\:bg-pink-600\/20:active {
  background-color: rgb(219 39 119 / 0.2);
}

.active\:bg-pink-600\/25:active {
  background-color: rgb(219 39 119 / 0.25);
}

.active\:bg-pink-600\/30:active {
  background-color: rgb(219 39 119 / 0.3);
}

.active\:bg-pink-600\/40:active {
  background-color: rgb(219 39 119 / 0.4);
}

.active\:bg-pink-600\/5:active {
  background-color: rgb(219 39 119 / 0.05);
}

.active\:bg-pink-600\/50:active {
  background-color: rgb(219 39 119 / 0.5);
}

.active\:bg-pink-600\/60:active {
  background-color: rgb(219 39 119 / 0.6);
}

.active\:bg-pink-600\/70:active {
  background-color: rgb(219 39 119 / 0.7);
}

.active\:bg-pink-600\/75:active {
  background-color: rgb(219 39 119 / 0.75);
}

.active\:bg-pink-600\/80:active {
  background-color: rgb(219 39 119 / 0.8);
}

.active\:bg-pink-600\/90:active {
  background-color: rgb(219 39 119 / 0.9);
}

.active\:bg-pink-600\/95:active {
  background-color: rgb(219 39 119 / 0.95);
}

.active\:bg-pink-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity));
}

.active\:bg-pink-700\/0:active {
  background-color: rgb(190 24 93 / 0);
}

.active\:bg-pink-700\/10:active {
  background-color: rgb(190 24 93 / 0.1);
}

.active\:bg-pink-700\/100:active {
  background-color: rgb(190 24 93 / 1);
}

.active\:bg-pink-700\/20:active {
  background-color: rgb(190 24 93 / 0.2);
}

.active\:bg-pink-700\/25:active {
  background-color: rgb(190 24 93 / 0.25);
}

.active\:bg-pink-700\/30:active {
  background-color: rgb(190 24 93 / 0.3);
}

.active\:bg-pink-700\/40:active {
  background-color: rgb(190 24 93 / 0.4);
}

.active\:bg-pink-700\/5:active {
  background-color: rgb(190 24 93 / 0.05);
}

.active\:bg-pink-700\/50:active {
  background-color: rgb(190 24 93 / 0.5);
}

.active\:bg-pink-700\/60:active {
  background-color: rgb(190 24 93 / 0.6);
}

.active\:bg-pink-700\/70:active {
  background-color: rgb(190 24 93 / 0.7);
}

.active\:bg-pink-700\/75:active {
  background-color: rgb(190 24 93 / 0.75);
}

.active\:bg-pink-700\/80:active {
  background-color: rgb(190 24 93 / 0.8);
}

.active\:bg-pink-700\/90:active {
  background-color: rgb(190 24 93 / 0.9);
}

.active\:bg-pink-700\/95:active {
  background-color: rgb(190 24 93 / 0.95);
}

.active\:bg-pink-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity));
}

.active\:bg-pink-800\/0:active {
  background-color: rgb(157 23 77 / 0);
}

.active\:bg-pink-800\/10:active {
  background-color: rgb(157 23 77 / 0.1);
}

.active\:bg-pink-800\/100:active {
  background-color: rgb(157 23 77 / 1);
}

.active\:bg-pink-800\/20:active {
  background-color: rgb(157 23 77 / 0.2);
}

.active\:bg-pink-800\/25:active {
  background-color: rgb(157 23 77 / 0.25);
}

.active\:bg-pink-800\/30:active {
  background-color: rgb(157 23 77 / 0.3);
}

.active\:bg-pink-800\/40:active {
  background-color: rgb(157 23 77 / 0.4);
}

.active\:bg-pink-800\/5:active {
  background-color: rgb(157 23 77 / 0.05);
}

.active\:bg-pink-800\/50:active {
  background-color: rgb(157 23 77 / 0.5);
}

.active\:bg-pink-800\/60:active {
  background-color: rgb(157 23 77 / 0.6);
}

.active\:bg-pink-800\/70:active {
  background-color: rgb(157 23 77 / 0.7);
}

.active\:bg-pink-800\/75:active {
  background-color: rgb(157 23 77 / 0.75);
}

.active\:bg-pink-800\/80:active {
  background-color: rgb(157 23 77 / 0.8);
}

.active\:bg-pink-800\/90:active {
  background-color: rgb(157 23 77 / 0.9);
}

.active\:bg-pink-800\/95:active {
  background-color: rgb(157 23 77 / 0.95);
}

.active\:bg-pink-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity));
}

.active\:bg-pink-900\/0:active {
  background-color: rgb(131 24 67 / 0);
}

.active\:bg-pink-900\/10:active {
  background-color: rgb(131 24 67 / 0.1);
}

.active\:bg-pink-900\/100:active {
  background-color: rgb(131 24 67 / 1);
}

.active\:bg-pink-900\/20:active {
  background-color: rgb(131 24 67 / 0.2);
}

.active\:bg-pink-900\/25:active {
  background-color: rgb(131 24 67 / 0.25);
}

.active\:bg-pink-900\/30:active {
  background-color: rgb(131 24 67 / 0.3);
}

.active\:bg-pink-900\/40:active {
  background-color: rgb(131 24 67 / 0.4);
}

.active\:bg-pink-900\/5:active {
  background-color: rgb(131 24 67 / 0.05);
}

.active\:bg-pink-900\/50:active {
  background-color: rgb(131 24 67 / 0.5);
}

.active\:bg-pink-900\/60:active {
  background-color: rgb(131 24 67 / 0.6);
}

.active\:bg-pink-900\/70:active {
  background-color: rgb(131 24 67 / 0.7);
}

.active\:bg-pink-900\/75:active {
  background-color: rgb(131 24 67 / 0.75);
}

.active\:bg-pink-900\/80:active {
  background-color: rgb(131 24 67 / 0.8);
}

.active\:bg-pink-900\/90:active {
  background-color: rgb(131 24 67 / 0.9);
}

.active\:bg-pink-900\/95:active {
  background-color: rgb(131 24 67 / 0.95);
}

.active\:bg-pink-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(80 7 36 / var(--tw-bg-opacity));
}

.active\:bg-pink-950\/0:active {
  background-color: rgb(80 7 36 / 0);
}

.active\:bg-pink-950\/10:active {
  background-color: rgb(80 7 36 / 0.1);
}

.active\:bg-pink-950\/100:active {
  background-color: rgb(80 7 36 / 1);
}

.active\:bg-pink-950\/20:active {
  background-color: rgb(80 7 36 / 0.2);
}

.active\:bg-pink-950\/25:active {
  background-color: rgb(80 7 36 / 0.25);
}

.active\:bg-pink-950\/30:active {
  background-color: rgb(80 7 36 / 0.3);
}

.active\:bg-pink-950\/40:active {
  background-color: rgb(80 7 36 / 0.4);
}

.active\:bg-pink-950\/5:active {
  background-color: rgb(80 7 36 / 0.05);
}

.active\:bg-pink-950\/50:active {
  background-color: rgb(80 7 36 / 0.5);
}

.active\:bg-pink-950\/60:active {
  background-color: rgb(80 7 36 / 0.6);
}

.active\:bg-pink-950\/70:active {
  background-color: rgb(80 7 36 / 0.7);
}

.active\:bg-pink-950\/75:active {
  background-color: rgb(80 7 36 / 0.75);
}

.active\:bg-pink-950\/80:active {
  background-color: rgb(80 7 36 / 0.8);
}

.active\:bg-pink-950\/90:active {
  background-color: rgb(80 7 36 / 0.9);
}

.active\:bg-pink-950\/95:active {
  background-color: rgb(80 7 36 / 0.95);
}

.active\:bg-purple-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
}

.active\:bg-purple-100\/0:active {
  background-color: rgb(243 232 255 / 0);
}

.active\:bg-purple-100\/10:active {
  background-color: rgb(243 232 255 / 0.1);
}

.active\:bg-purple-100\/100:active {
  background-color: rgb(243 232 255 / 1);
}

.active\:bg-purple-100\/20:active {
  background-color: rgb(243 232 255 / 0.2);
}

.active\:bg-purple-100\/25:active {
  background-color: rgb(243 232 255 / 0.25);
}

.active\:bg-purple-100\/30:active {
  background-color: rgb(243 232 255 / 0.3);
}

.active\:bg-purple-100\/40:active {
  background-color: rgb(243 232 255 / 0.4);
}

.active\:bg-purple-100\/5:active {
  background-color: rgb(243 232 255 / 0.05);
}

.active\:bg-purple-100\/50:active {
  background-color: rgb(243 232 255 / 0.5);
}

.active\:bg-purple-100\/60:active {
  background-color: rgb(243 232 255 / 0.6);
}

.active\:bg-purple-100\/70:active {
  background-color: rgb(243 232 255 / 0.7);
}

.active\:bg-purple-100\/75:active {
  background-color: rgb(243 232 255 / 0.75);
}

.active\:bg-purple-100\/80:active {
  background-color: rgb(243 232 255 / 0.8);
}

.active\:bg-purple-100\/90:active {
  background-color: rgb(243 232 255 / 0.9);
}

.active\:bg-purple-100\/95:active {
  background-color: rgb(243 232 255 / 0.95);
}

.active\:bg-purple-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity));
}

.active\:bg-purple-200\/0:active {
  background-color: rgb(233 213 255 / 0);
}

.active\:bg-purple-200\/10:active {
  background-color: rgb(233 213 255 / 0.1);
}

.active\:bg-purple-200\/100:active {
  background-color: rgb(233 213 255 / 1);
}

.active\:bg-purple-200\/20:active {
  background-color: rgb(233 213 255 / 0.2);
}

.active\:bg-purple-200\/25:active {
  background-color: rgb(233 213 255 / 0.25);
}

.active\:bg-purple-200\/30:active {
  background-color: rgb(233 213 255 / 0.3);
}

.active\:bg-purple-200\/40:active {
  background-color: rgb(233 213 255 / 0.4);
}

.active\:bg-purple-200\/5:active {
  background-color: rgb(233 213 255 / 0.05);
}

.active\:bg-purple-200\/50:active {
  background-color: rgb(233 213 255 / 0.5);
}

.active\:bg-purple-200\/60:active {
  background-color: rgb(233 213 255 / 0.6);
}

.active\:bg-purple-200\/70:active {
  background-color: rgb(233 213 255 / 0.7);
}

.active\:bg-purple-200\/75:active {
  background-color: rgb(233 213 255 / 0.75);
}

.active\:bg-purple-200\/80:active {
  background-color: rgb(233 213 255 / 0.8);
}

.active\:bg-purple-200\/90:active {
  background-color: rgb(233 213 255 / 0.9);
}

.active\:bg-purple-200\/95:active {
  background-color: rgb(233 213 255 / 0.95);
}

.active\:bg-purple-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity));
}

.active\:bg-purple-300\/0:active {
  background-color: rgb(216 180 254 / 0);
}

.active\:bg-purple-300\/10:active {
  background-color: rgb(216 180 254 / 0.1);
}

.active\:bg-purple-300\/100:active {
  background-color: rgb(216 180 254 / 1);
}

.active\:bg-purple-300\/20:active {
  background-color: rgb(216 180 254 / 0.2);
}

.active\:bg-purple-300\/25:active {
  background-color: rgb(216 180 254 / 0.25);
}

.active\:bg-purple-300\/30:active {
  background-color: rgb(216 180 254 / 0.3);
}

.active\:bg-purple-300\/40:active {
  background-color: rgb(216 180 254 / 0.4);
}

.active\:bg-purple-300\/5:active {
  background-color: rgb(216 180 254 / 0.05);
}

.active\:bg-purple-300\/50:active {
  background-color: rgb(216 180 254 / 0.5);
}

.active\:bg-purple-300\/60:active {
  background-color: rgb(216 180 254 / 0.6);
}

.active\:bg-purple-300\/70:active {
  background-color: rgb(216 180 254 / 0.7);
}

.active\:bg-purple-300\/75:active {
  background-color: rgb(216 180 254 / 0.75);
}

.active\:bg-purple-300\/80:active {
  background-color: rgb(216 180 254 / 0.8);
}

.active\:bg-purple-300\/90:active {
  background-color: rgb(216 180 254 / 0.9);
}

.active\:bg-purple-300\/95:active {
  background-color: rgb(216 180 254 / 0.95);
}

.active\:bg-purple-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity));
}

.active\:bg-purple-400\/0:active {
  background-color: rgb(192 132 252 / 0);
}

.active\:bg-purple-400\/10:active {
  background-color: rgb(192 132 252 / 0.1);
}

.active\:bg-purple-400\/100:active {
  background-color: rgb(192 132 252 / 1);
}

.active\:bg-purple-400\/20:active {
  background-color: rgb(192 132 252 / 0.2);
}

.active\:bg-purple-400\/25:active {
  background-color: rgb(192 132 252 / 0.25);
}

.active\:bg-purple-400\/30:active {
  background-color: rgb(192 132 252 / 0.3);
}

.active\:bg-purple-400\/40:active {
  background-color: rgb(192 132 252 / 0.4);
}

.active\:bg-purple-400\/5:active {
  background-color: rgb(192 132 252 / 0.05);
}

.active\:bg-purple-400\/50:active {
  background-color: rgb(192 132 252 / 0.5);
}

.active\:bg-purple-400\/60:active {
  background-color: rgb(192 132 252 / 0.6);
}

.active\:bg-purple-400\/70:active {
  background-color: rgb(192 132 252 / 0.7);
}

.active\:bg-purple-400\/75:active {
  background-color: rgb(192 132 252 / 0.75);
}

.active\:bg-purple-400\/80:active {
  background-color: rgb(192 132 252 / 0.8);
}

.active\:bg-purple-400\/90:active {
  background-color: rgb(192 132 252 / 0.9);
}

.active\:bg-purple-400\/95:active {
  background-color: rgb(192 132 252 / 0.95);
}

.active\:bg-purple-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity));
}

.active\:bg-purple-50\/0:active {
  background-color: rgb(250 245 255 / 0);
}

.active\:bg-purple-50\/10:active {
  background-color: rgb(250 245 255 / 0.1);
}

.active\:bg-purple-50\/100:active {
  background-color: rgb(250 245 255 / 1);
}

.active\:bg-purple-50\/20:active {
  background-color: rgb(250 245 255 / 0.2);
}

.active\:bg-purple-50\/25:active {
  background-color: rgb(250 245 255 / 0.25);
}

.active\:bg-purple-50\/30:active {
  background-color: rgb(250 245 255 / 0.3);
}

.active\:bg-purple-50\/40:active {
  background-color: rgb(250 245 255 / 0.4);
}

.active\:bg-purple-50\/5:active {
  background-color: rgb(250 245 255 / 0.05);
}

.active\:bg-purple-50\/50:active {
  background-color: rgb(250 245 255 / 0.5);
}

.active\:bg-purple-50\/60:active {
  background-color: rgb(250 245 255 / 0.6);
}

.active\:bg-purple-50\/70:active {
  background-color: rgb(250 245 255 / 0.7);
}

.active\:bg-purple-50\/75:active {
  background-color: rgb(250 245 255 / 0.75);
}

.active\:bg-purple-50\/80:active {
  background-color: rgb(250 245 255 / 0.8);
}

.active\:bg-purple-50\/90:active {
  background-color: rgb(250 245 255 / 0.9);
}

.active\:bg-purple-50\/95:active {
  background-color: rgb(250 245 255 / 0.95);
}

.active\:bg-purple-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity));
}

.active\:bg-purple-500\/0:active {
  background-color: rgb(168 85 247 / 0);
}

.active\:bg-purple-500\/10:active {
  background-color: rgb(168 85 247 / 0.1);
}

.active\:bg-purple-500\/100:active {
  background-color: rgb(168 85 247 / 1);
}

.active\:bg-purple-500\/20:active {
  background-color: rgb(168 85 247 / 0.2);
}

.active\:bg-purple-500\/25:active {
  background-color: rgb(168 85 247 / 0.25);
}

.active\:bg-purple-500\/30:active {
  background-color: rgb(168 85 247 / 0.3);
}

.active\:bg-purple-500\/40:active {
  background-color: rgb(168 85 247 / 0.4);
}

.active\:bg-purple-500\/5:active {
  background-color: rgb(168 85 247 / 0.05);
}

.active\:bg-purple-500\/50:active {
  background-color: rgb(168 85 247 / 0.5);
}

.active\:bg-purple-500\/60:active {
  background-color: rgb(168 85 247 / 0.6);
}

.active\:bg-purple-500\/70:active {
  background-color: rgb(168 85 247 / 0.7);
}

.active\:bg-purple-500\/75:active {
  background-color: rgb(168 85 247 / 0.75);
}

.active\:bg-purple-500\/80:active {
  background-color: rgb(168 85 247 / 0.8);
}

.active\:bg-purple-500\/90:active {
  background-color: rgb(168 85 247 / 0.9);
}

.active\:bg-purple-500\/95:active {
  background-color: rgb(168 85 247 / 0.95);
}

.active\:bg-purple-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity));
}

.active\:bg-purple-600\/0:active {
  background-color: rgb(147 51 234 / 0);
}

.active\:bg-purple-600\/10:active {
  background-color: rgb(147 51 234 / 0.1);
}

.active\:bg-purple-600\/100:active {
  background-color: rgb(147 51 234 / 1);
}

.active\:bg-purple-600\/20:active {
  background-color: rgb(147 51 234 / 0.2);
}

.active\:bg-purple-600\/25:active {
  background-color: rgb(147 51 234 / 0.25);
}

.active\:bg-purple-600\/30:active {
  background-color: rgb(147 51 234 / 0.3);
}

.active\:bg-purple-600\/40:active {
  background-color: rgb(147 51 234 / 0.4);
}

.active\:bg-purple-600\/5:active {
  background-color: rgb(147 51 234 / 0.05);
}

.active\:bg-purple-600\/50:active {
  background-color: rgb(147 51 234 / 0.5);
}

.active\:bg-purple-600\/60:active {
  background-color: rgb(147 51 234 / 0.6);
}

.active\:bg-purple-600\/70:active {
  background-color: rgb(147 51 234 / 0.7);
}

.active\:bg-purple-600\/75:active {
  background-color: rgb(147 51 234 / 0.75);
}

.active\:bg-purple-600\/80:active {
  background-color: rgb(147 51 234 / 0.8);
}

.active\:bg-purple-600\/90:active {
  background-color: rgb(147 51 234 / 0.9);
}

.active\:bg-purple-600\/95:active {
  background-color: rgb(147 51 234 / 0.95);
}

.active\:bg-purple-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity));
}

.active\:bg-purple-700\/0:active {
  background-color: rgb(126 34 206 / 0);
}

.active\:bg-purple-700\/10:active {
  background-color: rgb(126 34 206 / 0.1);
}

.active\:bg-purple-700\/100:active {
  background-color: rgb(126 34 206 / 1);
}

.active\:bg-purple-700\/20:active {
  background-color: rgb(126 34 206 / 0.2);
}

.active\:bg-purple-700\/25:active {
  background-color: rgb(126 34 206 / 0.25);
}

.active\:bg-purple-700\/30:active {
  background-color: rgb(126 34 206 / 0.3);
}

.active\:bg-purple-700\/40:active {
  background-color: rgb(126 34 206 / 0.4);
}

.active\:bg-purple-700\/5:active {
  background-color: rgb(126 34 206 / 0.05);
}

.active\:bg-purple-700\/50:active {
  background-color: rgb(126 34 206 / 0.5);
}

.active\:bg-purple-700\/60:active {
  background-color: rgb(126 34 206 / 0.6);
}

.active\:bg-purple-700\/70:active {
  background-color: rgb(126 34 206 / 0.7);
}

.active\:bg-purple-700\/75:active {
  background-color: rgb(126 34 206 / 0.75);
}

.active\:bg-purple-700\/80:active {
  background-color: rgb(126 34 206 / 0.8);
}

.active\:bg-purple-700\/90:active {
  background-color: rgb(126 34 206 / 0.9);
}

.active\:bg-purple-700\/95:active {
  background-color: rgb(126 34 206 / 0.95);
}

.active\:bg-purple-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity));
}

.active\:bg-purple-800\/0:active {
  background-color: rgb(107 33 168 / 0);
}

.active\:bg-purple-800\/10:active {
  background-color: rgb(107 33 168 / 0.1);
}

.active\:bg-purple-800\/100:active {
  background-color: rgb(107 33 168 / 1);
}

.active\:bg-purple-800\/20:active {
  background-color: rgb(107 33 168 / 0.2);
}

.active\:bg-purple-800\/25:active {
  background-color: rgb(107 33 168 / 0.25);
}

.active\:bg-purple-800\/30:active {
  background-color: rgb(107 33 168 / 0.3);
}

.active\:bg-purple-800\/40:active {
  background-color: rgb(107 33 168 / 0.4);
}

.active\:bg-purple-800\/5:active {
  background-color: rgb(107 33 168 / 0.05);
}

.active\:bg-purple-800\/50:active {
  background-color: rgb(107 33 168 / 0.5);
}

.active\:bg-purple-800\/60:active {
  background-color: rgb(107 33 168 / 0.6);
}

.active\:bg-purple-800\/70:active {
  background-color: rgb(107 33 168 / 0.7);
}

.active\:bg-purple-800\/75:active {
  background-color: rgb(107 33 168 / 0.75);
}

.active\:bg-purple-800\/80:active {
  background-color: rgb(107 33 168 / 0.8);
}

.active\:bg-purple-800\/90:active {
  background-color: rgb(107 33 168 / 0.9);
}

.active\:bg-purple-800\/95:active {
  background-color: rgb(107 33 168 / 0.95);
}

.active\:bg-purple-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity));
}

.active\:bg-purple-900\/0:active {
  background-color: rgb(88 28 135 / 0);
}

.active\:bg-purple-900\/10:active {
  background-color: rgb(88 28 135 / 0.1);
}

.active\:bg-purple-900\/100:active {
  background-color: rgb(88 28 135 / 1);
}

.active\:bg-purple-900\/20:active {
  background-color: rgb(88 28 135 / 0.2);
}

.active\:bg-purple-900\/25:active {
  background-color: rgb(88 28 135 / 0.25);
}

.active\:bg-purple-900\/30:active {
  background-color: rgb(88 28 135 / 0.3);
}

.active\:bg-purple-900\/40:active {
  background-color: rgb(88 28 135 / 0.4);
}

.active\:bg-purple-900\/5:active {
  background-color: rgb(88 28 135 / 0.05);
}

.active\:bg-purple-900\/50:active {
  background-color: rgb(88 28 135 / 0.5);
}

.active\:bg-purple-900\/60:active {
  background-color: rgb(88 28 135 / 0.6);
}

.active\:bg-purple-900\/70:active {
  background-color: rgb(88 28 135 / 0.7);
}

.active\:bg-purple-900\/75:active {
  background-color: rgb(88 28 135 / 0.75);
}

.active\:bg-purple-900\/80:active {
  background-color: rgb(88 28 135 / 0.8);
}

.active\:bg-purple-900\/90:active {
  background-color: rgb(88 28 135 / 0.9);
}

.active\:bg-purple-900\/95:active {
  background-color: rgb(88 28 135 / 0.95);
}

.active\:bg-purple-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity));
}

.active\:bg-purple-950\/0:active {
  background-color: rgb(59 7 100 / 0);
}

.active\:bg-purple-950\/10:active {
  background-color: rgb(59 7 100 / 0.1);
}

.active\:bg-purple-950\/100:active {
  background-color: rgb(59 7 100 / 1);
}

.active\:bg-purple-950\/20:active {
  background-color: rgb(59 7 100 / 0.2);
}

.active\:bg-purple-950\/25:active {
  background-color: rgb(59 7 100 / 0.25);
}

.active\:bg-purple-950\/30:active {
  background-color: rgb(59 7 100 / 0.3);
}

.active\:bg-purple-950\/40:active {
  background-color: rgb(59 7 100 / 0.4);
}

.active\:bg-purple-950\/5:active {
  background-color: rgb(59 7 100 / 0.05);
}

.active\:bg-purple-950\/50:active {
  background-color: rgb(59 7 100 / 0.5);
}

.active\:bg-purple-950\/60:active {
  background-color: rgb(59 7 100 / 0.6);
}

.active\:bg-purple-950\/70:active {
  background-color: rgb(59 7 100 / 0.7);
}

.active\:bg-purple-950\/75:active {
  background-color: rgb(59 7 100 / 0.75);
}

.active\:bg-purple-950\/80:active {
  background-color: rgb(59 7 100 / 0.8);
}

.active\:bg-purple-950\/90:active {
  background-color: rgb(59 7 100 / 0.9);
}

.active\:bg-purple-950\/95:active {
  background-color: rgb(59 7 100 / 0.95);
}

.active\:bg-red-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.active\:bg-red-100\/0:active {
  background-color: rgb(254 226 226 / 0);
}

.active\:bg-red-100\/10:active {
  background-color: rgb(254 226 226 / 0.1);
}

.active\:bg-red-100\/100:active {
  background-color: rgb(254 226 226 / 1);
}

.active\:bg-red-100\/20:active {
  background-color: rgb(254 226 226 / 0.2);
}

.active\:bg-red-100\/25:active {
  background-color: rgb(254 226 226 / 0.25);
}

.active\:bg-red-100\/30:active {
  background-color: rgb(254 226 226 / 0.3);
}

.active\:bg-red-100\/40:active {
  background-color: rgb(254 226 226 / 0.4);
}

.active\:bg-red-100\/5:active {
  background-color: rgb(254 226 226 / 0.05);
}

.active\:bg-red-100\/50:active {
  background-color: rgb(254 226 226 / 0.5);
}

.active\:bg-red-100\/60:active {
  background-color: rgb(254 226 226 / 0.6);
}

.active\:bg-red-100\/70:active {
  background-color: rgb(254 226 226 / 0.7);
}

.active\:bg-red-100\/75:active {
  background-color: rgb(254 226 226 / 0.75);
}

.active\:bg-red-100\/80:active {
  background-color: rgb(254 226 226 / 0.8);
}

.active\:bg-red-100\/90:active {
  background-color: rgb(254 226 226 / 0.9);
}

.active\:bg-red-100\/95:active {
  background-color: rgb(254 226 226 / 0.95);
}

.active\:bg-red-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}

.active\:bg-red-200\/0:active {
  background-color: rgb(254 202 202 / 0);
}

.active\:bg-red-200\/10:active {
  background-color: rgb(254 202 202 / 0.1);
}

.active\:bg-red-200\/100:active {
  background-color: rgb(254 202 202 / 1);
}

.active\:bg-red-200\/20:active {
  background-color: rgb(254 202 202 / 0.2);
}

.active\:bg-red-200\/25:active {
  background-color: rgb(254 202 202 / 0.25);
}

.active\:bg-red-200\/30:active {
  background-color: rgb(254 202 202 / 0.3);
}

.active\:bg-red-200\/40:active {
  background-color: rgb(254 202 202 / 0.4);
}

.active\:bg-red-200\/5:active {
  background-color: rgb(254 202 202 / 0.05);
}

.active\:bg-red-200\/50:active {
  background-color: rgb(254 202 202 / 0.5);
}

.active\:bg-red-200\/60:active {
  background-color: rgb(254 202 202 / 0.6);
}

.active\:bg-red-200\/70:active {
  background-color: rgb(254 202 202 / 0.7);
}

.active\:bg-red-200\/75:active {
  background-color: rgb(254 202 202 / 0.75);
}

.active\:bg-red-200\/80:active {
  background-color: rgb(254 202 202 / 0.8);
}

.active\:bg-red-200\/90:active {
  background-color: rgb(254 202 202 / 0.9);
}

.active\:bg-red-200\/95:active {
  background-color: rgb(254 202 202 / 0.95);
}

.active\:bg-red-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}

.active\:bg-red-300\/0:active {
  background-color: rgb(252 165 165 / 0);
}

.active\:bg-red-300\/10:active {
  background-color: rgb(252 165 165 / 0.1);
}

.active\:bg-red-300\/100:active {
  background-color: rgb(252 165 165 / 1);
}

.active\:bg-red-300\/20:active {
  background-color: rgb(252 165 165 / 0.2);
}

.active\:bg-red-300\/25:active {
  background-color: rgb(252 165 165 / 0.25);
}

.active\:bg-red-300\/30:active {
  background-color: rgb(252 165 165 / 0.3);
}

.active\:bg-red-300\/40:active {
  background-color: rgb(252 165 165 / 0.4);
}

.active\:bg-red-300\/5:active {
  background-color: rgb(252 165 165 / 0.05);
}

.active\:bg-red-300\/50:active {
  background-color: rgb(252 165 165 / 0.5);
}

.active\:bg-red-300\/60:active {
  background-color: rgb(252 165 165 / 0.6);
}

.active\:bg-red-300\/70:active {
  background-color: rgb(252 165 165 / 0.7);
}

.active\:bg-red-300\/75:active {
  background-color: rgb(252 165 165 / 0.75);
}

.active\:bg-red-300\/80:active {
  background-color: rgb(252 165 165 / 0.8);
}

.active\:bg-red-300\/90:active {
  background-color: rgb(252 165 165 / 0.9);
}

.active\:bg-red-300\/95:active {
  background-color: rgb(252 165 165 / 0.95);
}

.active\:bg-red-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}

.active\:bg-red-400\/0:active {
  background-color: rgb(248 113 113 / 0);
}

.active\:bg-red-400\/10:active {
  background-color: rgb(248 113 113 / 0.1);
}

.active\:bg-red-400\/100:active {
  background-color: rgb(248 113 113 / 1);
}

.active\:bg-red-400\/20:active {
  background-color: rgb(248 113 113 / 0.2);
}

.active\:bg-red-400\/25:active {
  background-color: rgb(248 113 113 / 0.25);
}

.active\:bg-red-400\/30:active {
  background-color: rgb(248 113 113 / 0.3);
}

.active\:bg-red-400\/40:active {
  background-color: rgb(248 113 113 / 0.4);
}

.active\:bg-red-400\/5:active {
  background-color: rgb(248 113 113 / 0.05);
}

.active\:bg-red-400\/50:active {
  background-color: rgb(248 113 113 / 0.5);
}

.active\:bg-red-400\/60:active {
  background-color: rgb(248 113 113 / 0.6);
}

.active\:bg-red-400\/70:active {
  background-color: rgb(248 113 113 / 0.7);
}

.active\:bg-red-400\/75:active {
  background-color: rgb(248 113 113 / 0.75);
}

.active\:bg-red-400\/80:active {
  background-color: rgb(248 113 113 / 0.8);
}

.active\:bg-red-400\/90:active {
  background-color: rgb(248 113 113 / 0.9);
}

.active\:bg-red-400\/95:active {
  background-color: rgb(248 113 113 / 0.95);
}

.active\:bg-red-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.active\:bg-red-50\/0:active {
  background-color: rgb(254 242 242 / 0);
}

.active\:bg-red-50\/10:active {
  background-color: rgb(254 242 242 / 0.1);
}

.active\:bg-red-50\/100:active {
  background-color: rgb(254 242 242 / 1);
}

.active\:bg-red-50\/20:active {
  background-color: rgb(254 242 242 / 0.2);
}

.active\:bg-red-50\/25:active {
  background-color: rgb(254 242 242 / 0.25);
}

.active\:bg-red-50\/30:active {
  background-color: rgb(254 242 242 / 0.3);
}

.active\:bg-red-50\/40:active {
  background-color: rgb(254 242 242 / 0.4);
}

.active\:bg-red-50\/5:active {
  background-color: rgb(254 242 242 / 0.05);
}

.active\:bg-red-50\/50:active {
  background-color: rgb(254 242 242 / 0.5);
}

.active\:bg-red-50\/60:active {
  background-color: rgb(254 242 242 / 0.6);
}

.active\:bg-red-50\/70:active {
  background-color: rgb(254 242 242 / 0.7);
}

.active\:bg-red-50\/75:active {
  background-color: rgb(254 242 242 / 0.75);
}

.active\:bg-red-50\/80:active {
  background-color: rgb(254 242 242 / 0.8);
}

.active\:bg-red-50\/90:active {
  background-color: rgb(254 242 242 / 0.9);
}

.active\:bg-red-50\/95:active {
  background-color: rgb(254 242 242 / 0.95);
}

.active\:bg-red-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.active\:bg-red-500\/0:active {
  background-color: rgb(239 68 68 / 0);
}

.active\:bg-red-500\/10:active {
  background-color: rgb(239 68 68 / 0.1);
}

.active\:bg-red-500\/100:active {
  background-color: rgb(239 68 68 / 1);
}

.active\:bg-red-500\/20:active {
  background-color: rgb(239 68 68 / 0.2);
}

.active\:bg-red-500\/25:active {
  background-color: rgb(239 68 68 / 0.25);
}

.active\:bg-red-500\/30:active {
  background-color: rgb(239 68 68 / 0.3);
}

.active\:bg-red-500\/40:active {
  background-color: rgb(239 68 68 / 0.4);
}

.active\:bg-red-500\/5:active {
  background-color: rgb(239 68 68 / 0.05);
}

.active\:bg-red-500\/50:active {
  background-color: rgb(239 68 68 / 0.5);
}

.active\:bg-red-500\/60:active {
  background-color: rgb(239 68 68 / 0.6);
}

.active\:bg-red-500\/70:active {
  background-color: rgb(239 68 68 / 0.7);
}

.active\:bg-red-500\/75:active {
  background-color: rgb(239 68 68 / 0.75);
}

.active\:bg-red-500\/80:active {
  background-color: rgb(239 68 68 / 0.8);
}

.active\:bg-red-500\/90:active {
  background-color: rgb(239 68 68 / 0.9);
}

.active\:bg-red-500\/95:active {
  background-color: rgb(239 68 68 / 0.95);
}

.active\:bg-red-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.active\:bg-red-600\/0:active {
  background-color: rgb(220 38 38 / 0);
}

.active\:bg-red-600\/10:active {
  background-color: rgb(220 38 38 / 0.1);
}

.active\:bg-red-600\/100:active {
  background-color: rgb(220 38 38 / 1);
}

.active\:bg-red-600\/20:active {
  background-color: rgb(220 38 38 / 0.2);
}

.active\:bg-red-600\/25:active {
  background-color: rgb(220 38 38 / 0.25);
}

.active\:bg-red-600\/30:active {
  background-color: rgb(220 38 38 / 0.3);
}

.active\:bg-red-600\/40:active {
  background-color: rgb(220 38 38 / 0.4);
}

.active\:bg-red-600\/5:active {
  background-color: rgb(220 38 38 / 0.05);
}

.active\:bg-red-600\/50:active {
  background-color: rgb(220 38 38 / 0.5);
}

.active\:bg-red-600\/60:active {
  background-color: rgb(220 38 38 / 0.6);
}

.active\:bg-red-600\/70:active {
  background-color: rgb(220 38 38 / 0.7);
}

.active\:bg-red-600\/75:active {
  background-color: rgb(220 38 38 / 0.75);
}

.active\:bg-red-600\/80:active {
  background-color: rgb(220 38 38 / 0.8);
}

.active\:bg-red-600\/90:active {
  background-color: rgb(220 38 38 / 0.9);
}

.active\:bg-red-600\/95:active {
  background-color: rgb(220 38 38 / 0.95);
}

.active\:bg-red-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

.active\:bg-red-700\/0:active {
  background-color: rgb(185 28 28 / 0);
}

.active\:bg-red-700\/10:active {
  background-color: rgb(185 28 28 / 0.1);
}

.active\:bg-red-700\/100:active {
  background-color: rgb(185 28 28 / 1);
}

.active\:bg-red-700\/20:active {
  background-color: rgb(185 28 28 / 0.2);
}

.active\:bg-red-700\/25:active {
  background-color: rgb(185 28 28 / 0.25);
}

.active\:bg-red-700\/30:active {
  background-color: rgb(185 28 28 / 0.3);
}

.active\:bg-red-700\/40:active {
  background-color: rgb(185 28 28 / 0.4);
}

.active\:bg-red-700\/5:active {
  background-color: rgb(185 28 28 / 0.05);
}

.active\:bg-red-700\/50:active {
  background-color: rgb(185 28 28 / 0.5);
}

.active\:bg-red-700\/60:active {
  background-color: rgb(185 28 28 / 0.6);
}

.active\:bg-red-700\/70:active {
  background-color: rgb(185 28 28 / 0.7);
}

.active\:bg-red-700\/75:active {
  background-color: rgb(185 28 28 / 0.75);
}

.active\:bg-red-700\/80:active {
  background-color: rgb(185 28 28 / 0.8);
}

.active\:bg-red-700\/90:active {
  background-color: rgb(185 28 28 / 0.9);
}

.active\:bg-red-700\/95:active {
  background-color: rgb(185 28 28 / 0.95);
}

.active\:bg-red-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}

.active\:bg-red-800\/0:active {
  background-color: rgb(153 27 27 / 0);
}

.active\:bg-red-800\/10:active {
  background-color: rgb(153 27 27 / 0.1);
}

.active\:bg-red-800\/100:active {
  background-color: rgb(153 27 27 / 1);
}

.active\:bg-red-800\/20:active {
  background-color: rgb(153 27 27 / 0.2);
}

.active\:bg-red-800\/25:active {
  background-color: rgb(153 27 27 / 0.25);
}

.active\:bg-red-800\/30:active {
  background-color: rgb(153 27 27 / 0.3);
}

.active\:bg-red-800\/40:active {
  background-color: rgb(153 27 27 / 0.4);
}

.active\:bg-red-800\/5:active {
  background-color: rgb(153 27 27 / 0.05);
}

.active\:bg-red-800\/50:active {
  background-color: rgb(153 27 27 / 0.5);
}

.active\:bg-red-800\/60:active {
  background-color: rgb(153 27 27 / 0.6);
}

.active\:bg-red-800\/70:active {
  background-color: rgb(153 27 27 / 0.7);
}

.active\:bg-red-800\/75:active {
  background-color: rgb(153 27 27 / 0.75);
}

.active\:bg-red-800\/80:active {
  background-color: rgb(153 27 27 / 0.8);
}

.active\:bg-red-800\/90:active {
  background-color: rgb(153 27 27 / 0.9);
}

.active\:bg-red-800\/95:active {
  background-color: rgb(153 27 27 / 0.95);
}

.active\:bg-red-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}

.active\:bg-red-900\/0:active {
  background-color: rgb(127 29 29 / 0);
}

.active\:bg-red-900\/10:active {
  background-color: rgb(127 29 29 / 0.1);
}

.active\:bg-red-900\/100:active {
  background-color: rgb(127 29 29 / 1);
}

.active\:bg-red-900\/20:active {
  background-color: rgb(127 29 29 / 0.2);
}

.active\:bg-red-900\/25:active {
  background-color: rgb(127 29 29 / 0.25);
}

.active\:bg-red-900\/30:active {
  background-color: rgb(127 29 29 / 0.3);
}

.active\:bg-red-900\/40:active {
  background-color: rgb(127 29 29 / 0.4);
}

.active\:bg-red-900\/5:active {
  background-color: rgb(127 29 29 / 0.05);
}

.active\:bg-red-900\/50:active {
  background-color: rgb(127 29 29 / 0.5);
}

.active\:bg-red-900\/60:active {
  background-color: rgb(127 29 29 / 0.6);
}

.active\:bg-red-900\/70:active {
  background-color: rgb(127 29 29 / 0.7);
}

.active\:bg-red-900\/75:active {
  background-color: rgb(127 29 29 / 0.75);
}

.active\:bg-red-900\/80:active {
  background-color: rgb(127 29 29 / 0.8);
}

.active\:bg-red-900\/90:active {
  background-color: rgb(127 29 29 / 0.9);
}

.active\:bg-red-900\/95:active {
  background-color: rgb(127 29 29 / 0.95);
}

.active\:bg-red-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity));
}

.active\:bg-red-950\/0:active {
  background-color: rgb(69 10 10 / 0);
}

.active\:bg-red-950\/10:active {
  background-color: rgb(69 10 10 / 0.1);
}

.active\:bg-red-950\/100:active {
  background-color: rgb(69 10 10 / 1);
}

.active\:bg-red-950\/20:active {
  background-color: rgb(69 10 10 / 0.2);
}

.active\:bg-red-950\/25:active {
  background-color: rgb(69 10 10 / 0.25);
}

.active\:bg-red-950\/30:active {
  background-color: rgb(69 10 10 / 0.3);
}

.active\:bg-red-950\/40:active {
  background-color: rgb(69 10 10 / 0.4);
}

.active\:bg-red-950\/5:active {
  background-color: rgb(69 10 10 / 0.05);
}

.active\:bg-red-950\/50:active {
  background-color: rgb(69 10 10 / 0.5);
}

.active\:bg-red-950\/60:active {
  background-color: rgb(69 10 10 / 0.6);
}

.active\:bg-red-950\/70:active {
  background-color: rgb(69 10 10 / 0.7);
}

.active\:bg-red-950\/75:active {
  background-color: rgb(69 10 10 / 0.75);
}

.active\:bg-red-950\/80:active {
  background-color: rgb(69 10 10 / 0.8);
}

.active\:bg-red-950\/90:active {
  background-color: rgb(69 10 10 / 0.9);
}

.active\:bg-red-950\/95:active {
  background-color: rgb(69 10 10 / 0.95);
}

.active\:bg-rose-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity));
}

.active\:bg-rose-100\/0:active {
  background-color: rgb(255 228 230 / 0);
}

.active\:bg-rose-100\/10:active {
  background-color: rgb(255 228 230 / 0.1);
}

.active\:bg-rose-100\/100:active {
  background-color: rgb(255 228 230 / 1);
}

.active\:bg-rose-100\/20:active {
  background-color: rgb(255 228 230 / 0.2);
}

.active\:bg-rose-100\/25:active {
  background-color: rgb(255 228 230 / 0.25);
}

.active\:bg-rose-100\/30:active {
  background-color: rgb(255 228 230 / 0.3);
}

.active\:bg-rose-100\/40:active {
  background-color: rgb(255 228 230 / 0.4);
}

.active\:bg-rose-100\/5:active {
  background-color: rgb(255 228 230 / 0.05);
}

.active\:bg-rose-100\/50:active {
  background-color: rgb(255 228 230 / 0.5);
}

.active\:bg-rose-100\/60:active {
  background-color: rgb(255 228 230 / 0.6);
}

.active\:bg-rose-100\/70:active {
  background-color: rgb(255 228 230 / 0.7);
}

.active\:bg-rose-100\/75:active {
  background-color: rgb(255 228 230 / 0.75);
}

.active\:bg-rose-100\/80:active {
  background-color: rgb(255 228 230 / 0.8);
}

.active\:bg-rose-100\/90:active {
  background-color: rgb(255 228 230 / 0.9);
}

.active\:bg-rose-100\/95:active {
  background-color: rgb(255 228 230 / 0.95);
}

.active\:bg-rose-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity));
}

.active\:bg-rose-200\/0:active {
  background-color: rgb(254 205 211 / 0);
}

.active\:bg-rose-200\/10:active {
  background-color: rgb(254 205 211 / 0.1);
}

.active\:bg-rose-200\/100:active {
  background-color: rgb(254 205 211 / 1);
}

.active\:bg-rose-200\/20:active {
  background-color: rgb(254 205 211 / 0.2);
}

.active\:bg-rose-200\/25:active {
  background-color: rgb(254 205 211 / 0.25);
}

.active\:bg-rose-200\/30:active {
  background-color: rgb(254 205 211 / 0.3);
}

.active\:bg-rose-200\/40:active {
  background-color: rgb(254 205 211 / 0.4);
}

.active\:bg-rose-200\/5:active {
  background-color: rgb(254 205 211 / 0.05);
}

.active\:bg-rose-200\/50:active {
  background-color: rgb(254 205 211 / 0.5);
}

.active\:bg-rose-200\/60:active {
  background-color: rgb(254 205 211 / 0.6);
}

.active\:bg-rose-200\/70:active {
  background-color: rgb(254 205 211 / 0.7);
}

.active\:bg-rose-200\/75:active {
  background-color: rgb(254 205 211 / 0.75);
}

.active\:bg-rose-200\/80:active {
  background-color: rgb(254 205 211 / 0.8);
}

.active\:bg-rose-200\/90:active {
  background-color: rgb(254 205 211 / 0.9);
}

.active\:bg-rose-200\/95:active {
  background-color: rgb(254 205 211 / 0.95);
}

.active\:bg-rose-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity));
}

.active\:bg-rose-300\/0:active {
  background-color: rgb(253 164 175 / 0);
}

.active\:bg-rose-300\/10:active {
  background-color: rgb(253 164 175 / 0.1);
}

.active\:bg-rose-300\/100:active {
  background-color: rgb(253 164 175 / 1);
}

.active\:bg-rose-300\/20:active {
  background-color: rgb(253 164 175 / 0.2);
}

.active\:bg-rose-300\/25:active {
  background-color: rgb(253 164 175 / 0.25);
}

.active\:bg-rose-300\/30:active {
  background-color: rgb(253 164 175 / 0.3);
}

.active\:bg-rose-300\/40:active {
  background-color: rgb(253 164 175 / 0.4);
}

.active\:bg-rose-300\/5:active {
  background-color: rgb(253 164 175 / 0.05);
}

.active\:bg-rose-300\/50:active {
  background-color: rgb(253 164 175 / 0.5);
}

.active\:bg-rose-300\/60:active {
  background-color: rgb(253 164 175 / 0.6);
}

.active\:bg-rose-300\/70:active {
  background-color: rgb(253 164 175 / 0.7);
}

.active\:bg-rose-300\/75:active {
  background-color: rgb(253 164 175 / 0.75);
}

.active\:bg-rose-300\/80:active {
  background-color: rgb(253 164 175 / 0.8);
}

.active\:bg-rose-300\/90:active {
  background-color: rgb(253 164 175 / 0.9);
}

.active\:bg-rose-300\/95:active {
  background-color: rgb(253 164 175 / 0.95);
}

.active\:bg-rose-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity));
}

.active\:bg-rose-400\/0:active {
  background-color: rgb(251 113 133 / 0);
}

.active\:bg-rose-400\/10:active {
  background-color: rgb(251 113 133 / 0.1);
}

.active\:bg-rose-400\/100:active {
  background-color: rgb(251 113 133 / 1);
}

.active\:bg-rose-400\/20:active {
  background-color: rgb(251 113 133 / 0.2);
}

.active\:bg-rose-400\/25:active {
  background-color: rgb(251 113 133 / 0.25);
}

.active\:bg-rose-400\/30:active {
  background-color: rgb(251 113 133 / 0.3);
}

.active\:bg-rose-400\/40:active {
  background-color: rgb(251 113 133 / 0.4);
}

.active\:bg-rose-400\/5:active {
  background-color: rgb(251 113 133 / 0.05);
}

.active\:bg-rose-400\/50:active {
  background-color: rgb(251 113 133 / 0.5);
}

.active\:bg-rose-400\/60:active {
  background-color: rgb(251 113 133 / 0.6);
}

.active\:bg-rose-400\/70:active {
  background-color: rgb(251 113 133 / 0.7);
}

.active\:bg-rose-400\/75:active {
  background-color: rgb(251 113 133 / 0.75);
}

.active\:bg-rose-400\/80:active {
  background-color: rgb(251 113 133 / 0.8);
}

.active\:bg-rose-400\/90:active {
  background-color: rgb(251 113 133 / 0.9);
}

.active\:bg-rose-400\/95:active {
  background-color: rgb(251 113 133 / 0.95);
}

.active\:bg-rose-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity));
}

.active\:bg-rose-50\/0:active {
  background-color: rgb(255 241 242 / 0);
}

.active\:bg-rose-50\/10:active {
  background-color: rgb(255 241 242 / 0.1);
}

.active\:bg-rose-50\/100:active {
  background-color: rgb(255 241 242 / 1);
}

.active\:bg-rose-50\/20:active {
  background-color: rgb(255 241 242 / 0.2);
}

.active\:bg-rose-50\/25:active {
  background-color: rgb(255 241 242 / 0.25);
}

.active\:bg-rose-50\/30:active {
  background-color: rgb(255 241 242 / 0.3);
}

.active\:bg-rose-50\/40:active {
  background-color: rgb(255 241 242 / 0.4);
}

.active\:bg-rose-50\/5:active {
  background-color: rgb(255 241 242 / 0.05);
}

.active\:bg-rose-50\/50:active {
  background-color: rgb(255 241 242 / 0.5);
}

.active\:bg-rose-50\/60:active {
  background-color: rgb(255 241 242 / 0.6);
}

.active\:bg-rose-50\/70:active {
  background-color: rgb(255 241 242 / 0.7);
}

.active\:bg-rose-50\/75:active {
  background-color: rgb(255 241 242 / 0.75);
}

.active\:bg-rose-50\/80:active {
  background-color: rgb(255 241 242 / 0.8);
}

.active\:bg-rose-50\/90:active {
  background-color: rgb(255 241 242 / 0.9);
}

.active\:bg-rose-50\/95:active {
  background-color: rgb(255 241 242 / 0.95);
}

.active\:bg-rose-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity));
}

.active\:bg-rose-500\/0:active {
  background-color: rgb(244 63 94 / 0);
}

.active\:bg-rose-500\/10:active {
  background-color: rgb(244 63 94 / 0.1);
}

.active\:bg-rose-500\/100:active {
  background-color: rgb(244 63 94 / 1);
}

.active\:bg-rose-500\/20:active {
  background-color: rgb(244 63 94 / 0.2);
}

.active\:bg-rose-500\/25:active {
  background-color: rgb(244 63 94 / 0.25);
}

.active\:bg-rose-500\/30:active {
  background-color: rgb(244 63 94 / 0.3);
}

.active\:bg-rose-500\/40:active {
  background-color: rgb(244 63 94 / 0.4);
}

.active\:bg-rose-500\/5:active {
  background-color: rgb(244 63 94 / 0.05);
}

.active\:bg-rose-500\/50:active {
  background-color: rgb(244 63 94 / 0.5);
}

.active\:bg-rose-500\/60:active {
  background-color: rgb(244 63 94 / 0.6);
}

.active\:bg-rose-500\/70:active {
  background-color: rgb(244 63 94 / 0.7);
}

.active\:bg-rose-500\/75:active {
  background-color: rgb(244 63 94 / 0.75);
}

.active\:bg-rose-500\/80:active {
  background-color: rgb(244 63 94 / 0.8);
}

.active\:bg-rose-500\/90:active {
  background-color: rgb(244 63 94 / 0.9);
}

.active\:bg-rose-500\/95:active {
  background-color: rgb(244 63 94 / 0.95);
}

.active\:bg-rose-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity));
}

.active\:bg-rose-600\/0:active {
  background-color: rgb(225 29 72 / 0);
}

.active\:bg-rose-600\/10:active {
  background-color: rgb(225 29 72 / 0.1);
}

.active\:bg-rose-600\/100:active {
  background-color: rgb(225 29 72 / 1);
}

.active\:bg-rose-600\/20:active {
  background-color: rgb(225 29 72 / 0.2);
}

.active\:bg-rose-600\/25:active {
  background-color: rgb(225 29 72 / 0.25);
}

.active\:bg-rose-600\/30:active {
  background-color: rgb(225 29 72 / 0.3);
}

.active\:bg-rose-600\/40:active {
  background-color: rgb(225 29 72 / 0.4);
}

.active\:bg-rose-600\/5:active {
  background-color: rgb(225 29 72 / 0.05);
}

.active\:bg-rose-600\/50:active {
  background-color: rgb(225 29 72 / 0.5);
}

.active\:bg-rose-600\/60:active {
  background-color: rgb(225 29 72 / 0.6);
}

.active\:bg-rose-600\/70:active {
  background-color: rgb(225 29 72 / 0.7);
}

.active\:bg-rose-600\/75:active {
  background-color: rgb(225 29 72 / 0.75);
}

.active\:bg-rose-600\/80:active {
  background-color: rgb(225 29 72 / 0.8);
}

.active\:bg-rose-600\/90:active {
  background-color: rgb(225 29 72 / 0.9);
}

.active\:bg-rose-600\/95:active {
  background-color: rgb(225 29 72 / 0.95);
}

.active\:bg-rose-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity));
}

.active\:bg-rose-700\/0:active {
  background-color: rgb(190 18 60 / 0);
}

.active\:bg-rose-700\/10:active {
  background-color: rgb(190 18 60 / 0.1);
}

.active\:bg-rose-700\/100:active {
  background-color: rgb(190 18 60 / 1);
}

.active\:bg-rose-700\/20:active {
  background-color: rgb(190 18 60 / 0.2);
}

.active\:bg-rose-700\/25:active {
  background-color: rgb(190 18 60 / 0.25);
}

.active\:bg-rose-700\/30:active {
  background-color: rgb(190 18 60 / 0.3);
}

.active\:bg-rose-700\/40:active {
  background-color: rgb(190 18 60 / 0.4);
}

.active\:bg-rose-700\/5:active {
  background-color: rgb(190 18 60 / 0.05);
}

.active\:bg-rose-700\/50:active {
  background-color: rgb(190 18 60 / 0.5);
}

.active\:bg-rose-700\/60:active {
  background-color: rgb(190 18 60 / 0.6);
}

.active\:bg-rose-700\/70:active {
  background-color: rgb(190 18 60 / 0.7);
}

.active\:bg-rose-700\/75:active {
  background-color: rgb(190 18 60 / 0.75);
}

.active\:bg-rose-700\/80:active {
  background-color: rgb(190 18 60 / 0.8);
}

.active\:bg-rose-700\/90:active {
  background-color: rgb(190 18 60 / 0.9);
}

.active\:bg-rose-700\/95:active {
  background-color: rgb(190 18 60 / 0.95);
}

.active\:bg-rose-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(159 18 57 / var(--tw-bg-opacity));
}

.active\:bg-rose-800\/0:active {
  background-color: rgb(159 18 57 / 0);
}

.active\:bg-rose-800\/10:active {
  background-color: rgb(159 18 57 / 0.1);
}

.active\:bg-rose-800\/100:active {
  background-color: rgb(159 18 57 / 1);
}

.active\:bg-rose-800\/20:active {
  background-color: rgb(159 18 57 / 0.2);
}

.active\:bg-rose-800\/25:active {
  background-color: rgb(159 18 57 / 0.25);
}

.active\:bg-rose-800\/30:active {
  background-color: rgb(159 18 57 / 0.3);
}

.active\:bg-rose-800\/40:active {
  background-color: rgb(159 18 57 / 0.4);
}

.active\:bg-rose-800\/5:active {
  background-color: rgb(159 18 57 / 0.05);
}

.active\:bg-rose-800\/50:active {
  background-color: rgb(159 18 57 / 0.5);
}

.active\:bg-rose-800\/60:active {
  background-color: rgb(159 18 57 / 0.6);
}

.active\:bg-rose-800\/70:active {
  background-color: rgb(159 18 57 / 0.7);
}

.active\:bg-rose-800\/75:active {
  background-color: rgb(159 18 57 / 0.75);
}

.active\:bg-rose-800\/80:active {
  background-color: rgb(159 18 57 / 0.8);
}

.active\:bg-rose-800\/90:active {
  background-color: rgb(159 18 57 / 0.9);
}

.active\:bg-rose-800\/95:active {
  background-color: rgb(159 18 57 / 0.95);
}

.active\:bg-rose-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 55 / var(--tw-bg-opacity));
}

.active\:bg-rose-900\/0:active {
  background-color: rgb(136 19 55 / 0);
}

.active\:bg-rose-900\/10:active {
  background-color: rgb(136 19 55 / 0.1);
}

.active\:bg-rose-900\/100:active {
  background-color: rgb(136 19 55 / 1);
}

.active\:bg-rose-900\/20:active {
  background-color: rgb(136 19 55 / 0.2);
}

.active\:bg-rose-900\/25:active {
  background-color: rgb(136 19 55 / 0.25);
}

.active\:bg-rose-900\/30:active {
  background-color: rgb(136 19 55 / 0.3);
}

.active\:bg-rose-900\/40:active {
  background-color: rgb(136 19 55 / 0.4);
}

.active\:bg-rose-900\/5:active {
  background-color: rgb(136 19 55 / 0.05);
}

.active\:bg-rose-900\/50:active {
  background-color: rgb(136 19 55 / 0.5);
}

.active\:bg-rose-900\/60:active {
  background-color: rgb(136 19 55 / 0.6);
}

.active\:bg-rose-900\/70:active {
  background-color: rgb(136 19 55 / 0.7);
}

.active\:bg-rose-900\/75:active {
  background-color: rgb(136 19 55 / 0.75);
}

.active\:bg-rose-900\/80:active {
  background-color: rgb(136 19 55 / 0.8);
}

.active\:bg-rose-900\/90:active {
  background-color: rgb(136 19 55 / 0.9);
}

.active\:bg-rose-900\/95:active {
  background-color: rgb(136 19 55 / 0.95);
}

.active\:bg-rose-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(76 5 25 / var(--tw-bg-opacity));
}

.active\:bg-rose-950\/0:active {
  background-color: rgb(76 5 25 / 0);
}

.active\:bg-rose-950\/10:active {
  background-color: rgb(76 5 25 / 0.1);
}

.active\:bg-rose-950\/100:active {
  background-color: rgb(76 5 25 / 1);
}

.active\:bg-rose-950\/20:active {
  background-color: rgb(76 5 25 / 0.2);
}

.active\:bg-rose-950\/25:active {
  background-color: rgb(76 5 25 / 0.25);
}

.active\:bg-rose-950\/30:active {
  background-color: rgb(76 5 25 / 0.3);
}

.active\:bg-rose-950\/40:active {
  background-color: rgb(76 5 25 / 0.4);
}

.active\:bg-rose-950\/5:active {
  background-color: rgb(76 5 25 / 0.05);
}

.active\:bg-rose-950\/50:active {
  background-color: rgb(76 5 25 / 0.5);
}

.active\:bg-rose-950\/60:active {
  background-color: rgb(76 5 25 / 0.6);
}

.active\:bg-rose-950\/70:active {
  background-color: rgb(76 5 25 / 0.7);
}

.active\:bg-rose-950\/75:active {
  background-color: rgb(76 5 25 / 0.75);
}

.active\:bg-rose-950\/80:active {
  background-color: rgb(76 5 25 / 0.8);
}

.active\:bg-rose-950\/90:active {
  background-color: rgb(76 5 25 / 0.9);
}

.active\:bg-rose-950\/95:active {
  background-color: rgb(76 5 25 / 0.95);
}

.active\:bg-sky-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}

.active\:bg-sky-100\/0:active {
  background-color: rgb(224 242 254 / 0);
}

.active\:bg-sky-100\/10:active {
  background-color: rgb(224 242 254 / 0.1);
}

.active\:bg-sky-100\/100:active {
  background-color: rgb(224 242 254 / 1);
}

.active\:bg-sky-100\/20:active {
  background-color: rgb(224 242 254 / 0.2);
}

.active\:bg-sky-100\/25:active {
  background-color: rgb(224 242 254 / 0.25);
}

.active\:bg-sky-100\/30:active {
  background-color: rgb(224 242 254 / 0.3);
}

.active\:bg-sky-100\/40:active {
  background-color: rgb(224 242 254 / 0.4);
}

.active\:bg-sky-100\/5:active {
  background-color: rgb(224 242 254 / 0.05);
}

.active\:bg-sky-100\/50:active {
  background-color: rgb(224 242 254 / 0.5);
}

.active\:bg-sky-100\/60:active {
  background-color: rgb(224 242 254 / 0.6);
}

.active\:bg-sky-100\/70:active {
  background-color: rgb(224 242 254 / 0.7);
}

.active\:bg-sky-100\/75:active {
  background-color: rgb(224 242 254 / 0.75);
}

.active\:bg-sky-100\/80:active {
  background-color: rgb(224 242 254 / 0.8);
}

.active\:bg-sky-100\/90:active {
  background-color: rgb(224 242 254 / 0.9);
}

.active\:bg-sky-100\/95:active {
  background-color: rgb(224 242 254 / 0.95);
}

.active\:bg-sky-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity));
}

.active\:bg-sky-200\/0:active {
  background-color: rgb(186 230 253 / 0);
}

.active\:bg-sky-200\/10:active {
  background-color: rgb(186 230 253 / 0.1);
}

.active\:bg-sky-200\/100:active {
  background-color: rgb(186 230 253 / 1);
}

.active\:bg-sky-200\/20:active {
  background-color: rgb(186 230 253 / 0.2);
}

.active\:bg-sky-200\/25:active {
  background-color: rgb(186 230 253 / 0.25);
}

.active\:bg-sky-200\/30:active {
  background-color: rgb(186 230 253 / 0.3);
}

.active\:bg-sky-200\/40:active {
  background-color: rgb(186 230 253 / 0.4);
}

.active\:bg-sky-200\/5:active {
  background-color: rgb(186 230 253 / 0.05);
}

.active\:bg-sky-200\/50:active {
  background-color: rgb(186 230 253 / 0.5);
}

.active\:bg-sky-200\/60:active {
  background-color: rgb(186 230 253 / 0.6);
}

.active\:bg-sky-200\/70:active {
  background-color: rgb(186 230 253 / 0.7);
}

.active\:bg-sky-200\/75:active {
  background-color: rgb(186 230 253 / 0.75);
}

.active\:bg-sky-200\/80:active {
  background-color: rgb(186 230 253 / 0.8);
}

.active\:bg-sky-200\/90:active {
  background-color: rgb(186 230 253 / 0.9);
}

.active\:bg-sky-200\/95:active {
  background-color: rgb(186 230 253 / 0.95);
}

.active\:bg-sky-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity));
}

.active\:bg-sky-300\/0:active {
  background-color: rgb(125 211 252 / 0);
}

.active\:bg-sky-300\/10:active {
  background-color: rgb(125 211 252 / 0.1);
}

.active\:bg-sky-300\/100:active {
  background-color: rgb(125 211 252 / 1);
}

.active\:bg-sky-300\/20:active {
  background-color: rgb(125 211 252 / 0.2);
}

.active\:bg-sky-300\/25:active {
  background-color: rgb(125 211 252 / 0.25);
}

.active\:bg-sky-300\/30:active {
  background-color: rgb(125 211 252 / 0.3);
}

.active\:bg-sky-300\/40:active {
  background-color: rgb(125 211 252 / 0.4);
}

.active\:bg-sky-300\/5:active {
  background-color: rgb(125 211 252 / 0.05);
}

.active\:bg-sky-300\/50:active {
  background-color: rgb(125 211 252 / 0.5);
}

.active\:bg-sky-300\/60:active {
  background-color: rgb(125 211 252 / 0.6);
}

.active\:bg-sky-300\/70:active {
  background-color: rgb(125 211 252 / 0.7);
}

.active\:bg-sky-300\/75:active {
  background-color: rgb(125 211 252 / 0.75);
}

.active\:bg-sky-300\/80:active {
  background-color: rgb(125 211 252 / 0.8);
}

.active\:bg-sky-300\/90:active {
  background-color: rgb(125 211 252 / 0.9);
}

.active\:bg-sky-300\/95:active {
  background-color: rgb(125 211 252 / 0.95);
}

.active\:bg-sky-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}

.active\:bg-sky-400\/0:active {
  background-color: rgb(56 189 248 / 0);
}

.active\:bg-sky-400\/10:active {
  background-color: rgb(56 189 248 / 0.1);
}

.active\:bg-sky-400\/100:active {
  background-color: rgb(56 189 248 / 1);
}

.active\:bg-sky-400\/20:active {
  background-color: rgb(56 189 248 / 0.2);
}

.active\:bg-sky-400\/25:active {
  background-color: rgb(56 189 248 / 0.25);
}

.active\:bg-sky-400\/30:active {
  background-color: rgb(56 189 248 / 0.3);
}

.active\:bg-sky-400\/40:active {
  background-color: rgb(56 189 248 / 0.4);
}

.active\:bg-sky-400\/5:active {
  background-color: rgb(56 189 248 / 0.05);
}

.active\:bg-sky-400\/50:active {
  background-color: rgb(56 189 248 / 0.5);
}

.active\:bg-sky-400\/60:active {
  background-color: rgb(56 189 248 / 0.6);
}

.active\:bg-sky-400\/70:active {
  background-color: rgb(56 189 248 / 0.7);
}

.active\:bg-sky-400\/75:active {
  background-color: rgb(56 189 248 / 0.75);
}

.active\:bg-sky-400\/80:active {
  background-color: rgb(56 189 248 / 0.8);
}

.active\:bg-sky-400\/90:active {
  background-color: rgb(56 189 248 / 0.9);
}

.active\:bg-sky-400\/95:active {
  background-color: rgb(56 189 248 / 0.95);
}

.active\:bg-sky-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}

.active\:bg-sky-50\/0:active {
  background-color: rgb(240 249 255 / 0);
}

.active\:bg-sky-50\/10:active {
  background-color: rgb(240 249 255 / 0.1);
}

.active\:bg-sky-50\/100:active {
  background-color: rgb(240 249 255 / 1);
}

.active\:bg-sky-50\/20:active {
  background-color: rgb(240 249 255 / 0.2);
}

.active\:bg-sky-50\/25:active {
  background-color: rgb(240 249 255 / 0.25);
}

.active\:bg-sky-50\/30:active {
  background-color: rgb(240 249 255 / 0.3);
}

.active\:bg-sky-50\/40:active {
  background-color: rgb(240 249 255 / 0.4);
}

.active\:bg-sky-50\/5:active {
  background-color: rgb(240 249 255 / 0.05);
}

.active\:bg-sky-50\/50:active {
  background-color: rgb(240 249 255 / 0.5);
}

.active\:bg-sky-50\/60:active {
  background-color: rgb(240 249 255 / 0.6);
}

.active\:bg-sky-50\/70:active {
  background-color: rgb(240 249 255 / 0.7);
}

.active\:bg-sky-50\/75:active {
  background-color: rgb(240 249 255 / 0.75);
}

.active\:bg-sky-50\/80:active {
  background-color: rgb(240 249 255 / 0.8);
}

.active\:bg-sky-50\/90:active {
  background-color: rgb(240 249 255 / 0.9);
}

.active\:bg-sky-50\/95:active {
  background-color: rgb(240 249 255 / 0.95);
}

.active\:bg-sky-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}

.active\:bg-sky-500\/0:active {
  background-color: rgb(14 165 233 / 0);
}

.active\:bg-sky-500\/10:active {
  background-color: rgb(14 165 233 / 0.1);
}

.active\:bg-sky-500\/100:active {
  background-color: rgb(14 165 233 / 1);
}

.active\:bg-sky-500\/20:active {
  background-color: rgb(14 165 233 / 0.2);
}

.active\:bg-sky-500\/25:active {
  background-color: rgb(14 165 233 / 0.25);
}

.active\:bg-sky-500\/30:active {
  background-color: rgb(14 165 233 / 0.3);
}

.active\:bg-sky-500\/40:active {
  background-color: rgb(14 165 233 / 0.4);
}

.active\:bg-sky-500\/5:active {
  background-color: rgb(14 165 233 / 0.05);
}

.active\:bg-sky-500\/50:active {
  background-color: rgb(14 165 233 / 0.5);
}

.active\:bg-sky-500\/60:active {
  background-color: rgb(14 165 233 / 0.6);
}

.active\:bg-sky-500\/70:active {
  background-color: rgb(14 165 233 / 0.7);
}

.active\:bg-sky-500\/75:active {
  background-color: rgb(14 165 233 / 0.75);
}

.active\:bg-sky-500\/80:active {
  background-color: rgb(14 165 233 / 0.8);
}

.active\:bg-sky-500\/90:active {
  background-color: rgb(14 165 233 / 0.9);
}

.active\:bg-sky-500\/95:active {
  background-color: rgb(14 165 233 / 0.95);
}

.active\:bg-sky-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}

.active\:bg-sky-600\/0:active {
  background-color: rgb(2 132 199 / 0);
}

.active\:bg-sky-600\/10:active {
  background-color: rgb(2 132 199 / 0.1);
}

.active\:bg-sky-600\/100:active {
  background-color: rgb(2 132 199 / 1);
}

.active\:bg-sky-600\/20:active {
  background-color: rgb(2 132 199 / 0.2);
}

.active\:bg-sky-600\/25:active {
  background-color: rgb(2 132 199 / 0.25);
}

.active\:bg-sky-600\/30:active {
  background-color: rgb(2 132 199 / 0.3);
}

.active\:bg-sky-600\/40:active {
  background-color: rgb(2 132 199 / 0.4);
}

.active\:bg-sky-600\/5:active {
  background-color: rgb(2 132 199 / 0.05);
}

.active\:bg-sky-600\/50:active {
  background-color: rgb(2 132 199 / 0.5);
}

.active\:bg-sky-600\/60:active {
  background-color: rgb(2 132 199 / 0.6);
}

.active\:bg-sky-600\/70:active {
  background-color: rgb(2 132 199 / 0.7);
}

.active\:bg-sky-600\/75:active {
  background-color: rgb(2 132 199 / 0.75);
}

.active\:bg-sky-600\/80:active {
  background-color: rgb(2 132 199 / 0.8);
}

.active\:bg-sky-600\/90:active {
  background-color: rgb(2 132 199 / 0.9);
}

.active\:bg-sky-600\/95:active {
  background-color: rgb(2 132 199 / 0.95);
}

.active\:bg-sky-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
}

.active\:bg-sky-700\/0:active {
  background-color: rgb(3 105 161 / 0);
}

.active\:bg-sky-700\/10:active {
  background-color: rgb(3 105 161 / 0.1);
}

.active\:bg-sky-700\/100:active {
  background-color: rgb(3 105 161 / 1);
}

.active\:bg-sky-700\/20:active {
  background-color: rgb(3 105 161 / 0.2);
}

.active\:bg-sky-700\/25:active {
  background-color: rgb(3 105 161 / 0.25);
}

.active\:bg-sky-700\/30:active {
  background-color: rgb(3 105 161 / 0.3);
}

.active\:bg-sky-700\/40:active {
  background-color: rgb(3 105 161 / 0.4);
}

.active\:bg-sky-700\/5:active {
  background-color: rgb(3 105 161 / 0.05);
}

.active\:bg-sky-700\/50:active {
  background-color: rgb(3 105 161 / 0.5);
}

.active\:bg-sky-700\/60:active {
  background-color: rgb(3 105 161 / 0.6);
}

.active\:bg-sky-700\/70:active {
  background-color: rgb(3 105 161 / 0.7);
}

.active\:bg-sky-700\/75:active {
  background-color: rgb(3 105 161 / 0.75);
}

.active\:bg-sky-700\/80:active {
  background-color: rgb(3 105 161 / 0.8);
}

.active\:bg-sky-700\/90:active {
  background-color: rgb(3 105 161 / 0.9);
}

.active\:bg-sky-700\/95:active {
  background-color: rgb(3 105 161 / 0.95);
}

.active\:bg-sky-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity));
}

.active\:bg-sky-800\/0:active {
  background-color: rgb(7 89 133 / 0);
}

.active\:bg-sky-800\/10:active {
  background-color: rgb(7 89 133 / 0.1);
}

.active\:bg-sky-800\/100:active {
  background-color: rgb(7 89 133 / 1);
}

.active\:bg-sky-800\/20:active {
  background-color: rgb(7 89 133 / 0.2);
}

.active\:bg-sky-800\/25:active {
  background-color: rgb(7 89 133 / 0.25);
}

.active\:bg-sky-800\/30:active {
  background-color: rgb(7 89 133 / 0.3);
}

.active\:bg-sky-800\/40:active {
  background-color: rgb(7 89 133 / 0.4);
}

.active\:bg-sky-800\/5:active {
  background-color: rgb(7 89 133 / 0.05);
}

.active\:bg-sky-800\/50:active {
  background-color: rgb(7 89 133 / 0.5);
}

.active\:bg-sky-800\/60:active {
  background-color: rgb(7 89 133 / 0.6);
}

.active\:bg-sky-800\/70:active {
  background-color: rgb(7 89 133 / 0.7);
}

.active\:bg-sky-800\/75:active {
  background-color: rgb(7 89 133 / 0.75);
}

.active\:bg-sky-800\/80:active {
  background-color: rgb(7 89 133 / 0.8);
}

.active\:bg-sky-800\/90:active {
  background-color: rgb(7 89 133 / 0.9);
}

.active\:bg-sky-800\/95:active {
  background-color: rgb(7 89 133 / 0.95);
}

.active\:bg-sky-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity));
}

.active\:bg-sky-900\/0:active {
  background-color: rgb(12 74 110 / 0);
}

.active\:bg-sky-900\/10:active {
  background-color: rgb(12 74 110 / 0.1);
}

.active\:bg-sky-900\/100:active {
  background-color: rgb(12 74 110 / 1);
}

.active\:bg-sky-900\/20:active {
  background-color: rgb(12 74 110 / 0.2);
}

.active\:bg-sky-900\/25:active {
  background-color: rgb(12 74 110 / 0.25);
}

.active\:bg-sky-900\/30:active {
  background-color: rgb(12 74 110 / 0.3);
}

.active\:bg-sky-900\/40:active {
  background-color: rgb(12 74 110 / 0.4);
}

.active\:bg-sky-900\/5:active {
  background-color: rgb(12 74 110 / 0.05);
}

.active\:bg-sky-900\/50:active {
  background-color: rgb(12 74 110 / 0.5);
}

.active\:bg-sky-900\/60:active {
  background-color: rgb(12 74 110 / 0.6);
}

.active\:bg-sky-900\/70:active {
  background-color: rgb(12 74 110 / 0.7);
}

.active\:bg-sky-900\/75:active {
  background-color: rgb(12 74 110 / 0.75);
}

.active\:bg-sky-900\/80:active {
  background-color: rgb(12 74 110 / 0.8);
}

.active\:bg-sky-900\/90:active {
  background-color: rgb(12 74 110 / 0.9);
}

.active\:bg-sky-900\/95:active {
  background-color: rgb(12 74 110 / 0.95);
}

.active\:bg-sky-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity));
}

.active\:bg-sky-950\/0:active {
  background-color: rgb(8 47 73 / 0);
}

.active\:bg-sky-950\/10:active {
  background-color: rgb(8 47 73 / 0.1);
}

.active\:bg-sky-950\/100:active {
  background-color: rgb(8 47 73 / 1);
}

.active\:bg-sky-950\/20:active {
  background-color: rgb(8 47 73 / 0.2);
}

.active\:bg-sky-950\/25:active {
  background-color: rgb(8 47 73 / 0.25);
}

.active\:bg-sky-950\/30:active {
  background-color: rgb(8 47 73 / 0.3);
}

.active\:bg-sky-950\/40:active {
  background-color: rgb(8 47 73 / 0.4);
}

.active\:bg-sky-950\/5:active {
  background-color: rgb(8 47 73 / 0.05);
}

.active\:bg-sky-950\/50:active {
  background-color: rgb(8 47 73 / 0.5);
}

.active\:bg-sky-950\/60:active {
  background-color: rgb(8 47 73 / 0.6);
}

.active\:bg-sky-950\/70:active {
  background-color: rgb(8 47 73 / 0.7);
}

.active\:bg-sky-950\/75:active {
  background-color: rgb(8 47 73 / 0.75);
}

.active\:bg-sky-950\/80:active {
  background-color: rgb(8 47 73 / 0.8);
}

.active\:bg-sky-950\/90:active {
  background-color: rgb(8 47 73 / 0.9);
}

.active\:bg-sky-950\/95:active {
  background-color: rgb(8 47 73 / 0.95);
}

.active\:bg-slate-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.active\:bg-slate-100\/0:active {
  background-color: rgb(241 245 249 / 0);
}

.active\:bg-slate-100\/10:active {
  background-color: rgb(241 245 249 / 0.1);
}

.active\:bg-slate-100\/100:active {
  background-color: rgb(241 245 249 / 1);
}

.active\:bg-slate-100\/20:active {
  background-color: rgb(241 245 249 / 0.2);
}

.active\:bg-slate-100\/25:active {
  background-color: rgb(241 245 249 / 0.25);
}

.active\:bg-slate-100\/30:active {
  background-color: rgb(241 245 249 / 0.3);
}

.active\:bg-slate-100\/40:active {
  background-color: rgb(241 245 249 / 0.4);
}

.active\:bg-slate-100\/5:active {
  background-color: rgb(241 245 249 / 0.05);
}

.active\:bg-slate-100\/50:active {
  background-color: rgb(241 245 249 / 0.5);
}

.active\:bg-slate-100\/60:active {
  background-color: rgb(241 245 249 / 0.6);
}

.active\:bg-slate-100\/70:active {
  background-color: rgb(241 245 249 / 0.7);
}

.active\:bg-slate-100\/75:active {
  background-color: rgb(241 245 249 / 0.75);
}

.active\:bg-slate-100\/80:active {
  background-color: rgb(241 245 249 / 0.8);
}

.active\:bg-slate-100\/90:active {
  background-color: rgb(241 245 249 / 0.9);
}

.active\:bg-slate-100\/95:active {
  background-color: rgb(241 245 249 / 0.95);
}

.active\:bg-slate-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

.active\:bg-slate-200\/0:active {
  background-color: rgb(226 232 240 / 0);
}

.active\:bg-slate-200\/10:active {
  background-color: rgb(226 232 240 / 0.1);
}

.active\:bg-slate-200\/100:active {
  background-color: rgb(226 232 240 / 1);
}

.active\:bg-slate-200\/20:active {
  background-color: rgb(226 232 240 / 0.2);
}

.active\:bg-slate-200\/25:active {
  background-color: rgb(226 232 240 / 0.25);
}

.active\:bg-slate-200\/30:active {
  background-color: rgb(226 232 240 / 0.3);
}

.active\:bg-slate-200\/40:active {
  background-color: rgb(226 232 240 / 0.4);
}

.active\:bg-slate-200\/5:active {
  background-color: rgb(226 232 240 / 0.05);
}

.active\:bg-slate-200\/50:active {
  background-color: rgb(226 232 240 / 0.5);
}

.active\:bg-slate-200\/60:active {
  background-color: rgb(226 232 240 / 0.6);
}

.active\:bg-slate-200\/70:active {
  background-color: rgb(226 232 240 / 0.7);
}

.active\:bg-slate-200\/75:active {
  background-color: rgb(226 232 240 / 0.75);
}

.active\:bg-slate-200\/80:active {
  background-color: rgb(226 232 240 / 0.8);
}

.active\:bg-slate-200\/90:active {
  background-color: rgb(226 232 240 / 0.9);
}

.active\:bg-slate-200\/95:active {
  background-color: rgb(226 232 240 / 0.95);
}

.active\:bg-slate-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}

.active\:bg-slate-300\/0:active {
  background-color: rgb(203 213 225 / 0);
}

.active\:bg-slate-300\/10:active {
  background-color: rgb(203 213 225 / 0.1);
}

.active\:bg-slate-300\/100:active {
  background-color: rgb(203 213 225 / 1);
}

.active\:bg-slate-300\/20:active {
  background-color: rgb(203 213 225 / 0.2);
}

.active\:bg-slate-300\/25:active {
  background-color: rgb(203 213 225 / 0.25);
}

.active\:bg-slate-300\/30:active {
  background-color: rgb(203 213 225 / 0.3);
}

.active\:bg-slate-300\/40:active {
  background-color: rgb(203 213 225 / 0.4);
}

.active\:bg-slate-300\/5:active {
  background-color: rgb(203 213 225 / 0.05);
}

.active\:bg-slate-300\/50:active {
  background-color: rgb(203 213 225 / 0.5);
}

.active\:bg-slate-300\/60:active {
  background-color: rgb(203 213 225 / 0.6);
}

.active\:bg-slate-300\/70:active {
  background-color: rgb(203 213 225 / 0.7);
}

.active\:bg-slate-300\/75:active {
  background-color: rgb(203 213 225 / 0.75);
}

.active\:bg-slate-300\/80:active {
  background-color: rgb(203 213 225 / 0.8);
}

.active\:bg-slate-300\/90:active {
  background-color: rgb(203 213 225 / 0.9);
}

.active\:bg-slate-300\/95:active {
  background-color: rgb(203 213 225 / 0.95);
}

.active\:bg-slate-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}

.active\:bg-slate-400\/0:active {
  background-color: rgb(148 163 184 / 0);
}

.active\:bg-slate-400\/10:active {
  background-color: rgb(148 163 184 / 0.1);
}

.active\:bg-slate-400\/100:active {
  background-color: rgb(148 163 184 / 1);
}

.active\:bg-slate-400\/20:active {
  background-color: rgb(148 163 184 / 0.2);
}

.active\:bg-slate-400\/25:active {
  background-color: rgb(148 163 184 / 0.25);
}

.active\:bg-slate-400\/30:active {
  background-color: rgb(148 163 184 / 0.3);
}

.active\:bg-slate-400\/40:active {
  background-color: rgb(148 163 184 / 0.4);
}

.active\:bg-slate-400\/5:active {
  background-color: rgb(148 163 184 / 0.05);
}

.active\:bg-slate-400\/50:active {
  background-color: rgb(148 163 184 / 0.5);
}

.active\:bg-slate-400\/60:active {
  background-color: rgb(148 163 184 / 0.6);
}

.active\:bg-slate-400\/70:active {
  background-color: rgb(148 163 184 / 0.7);
}

.active\:bg-slate-400\/75:active {
  background-color: rgb(148 163 184 / 0.75);
}

.active\:bg-slate-400\/80:active {
  background-color: rgb(148 163 184 / 0.8);
}

.active\:bg-slate-400\/90:active {
  background-color: rgb(148 163 184 / 0.9);
}

.active\:bg-slate-400\/95:active {
  background-color: rgb(148 163 184 / 0.95);
}

.active\:bg-slate-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

.active\:bg-slate-50\/0:active {
  background-color: rgb(248 250 252 / 0);
}

.active\:bg-slate-50\/10:active {
  background-color: rgb(248 250 252 / 0.1);
}

.active\:bg-slate-50\/100:active {
  background-color: rgb(248 250 252 / 1);
}

.active\:bg-slate-50\/20:active {
  background-color: rgb(248 250 252 / 0.2);
}

.active\:bg-slate-50\/25:active {
  background-color: rgb(248 250 252 / 0.25);
}

.active\:bg-slate-50\/30:active {
  background-color: rgb(248 250 252 / 0.3);
}

.active\:bg-slate-50\/40:active {
  background-color: rgb(248 250 252 / 0.4);
}

.active\:bg-slate-50\/5:active {
  background-color: rgb(248 250 252 / 0.05);
}

.active\:bg-slate-50\/50:active {
  background-color: rgb(248 250 252 / 0.5);
}

.active\:bg-slate-50\/60:active {
  background-color: rgb(248 250 252 / 0.6);
}

.active\:bg-slate-50\/70:active {
  background-color: rgb(248 250 252 / 0.7);
}

.active\:bg-slate-50\/75:active {
  background-color: rgb(248 250 252 / 0.75);
}

.active\:bg-slate-50\/80:active {
  background-color: rgb(248 250 252 / 0.8);
}

.active\:bg-slate-50\/90:active {
  background-color: rgb(248 250 252 / 0.9);
}

.active\:bg-slate-50\/95:active {
  background-color: rgb(248 250 252 / 0.95);
}

.active\:bg-slate-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}

.active\:bg-slate-500\/0:active {
  background-color: rgb(100 116 139 / 0);
}

.active\:bg-slate-500\/10:active {
  background-color: rgb(100 116 139 / 0.1);
}

.active\:bg-slate-500\/100:active {
  background-color: rgb(100 116 139 / 1);
}

.active\:bg-slate-500\/20:active {
  background-color: rgb(100 116 139 / 0.2);
}

.active\:bg-slate-500\/25:active {
  background-color: rgb(100 116 139 / 0.25);
}

.active\:bg-slate-500\/30:active {
  background-color: rgb(100 116 139 / 0.3);
}

.active\:bg-slate-500\/40:active {
  background-color: rgb(100 116 139 / 0.4);
}

.active\:bg-slate-500\/5:active {
  background-color: rgb(100 116 139 / 0.05);
}

.active\:bg-slate-500\/50:active {
  background-color: rgb(100 116 139 / 0.5);
}

.active\:bg-slate-500\/60:active {
  background-color: rgb(100 116 139 / 0.6);
}

.active\:bg-slate-500\/70:active {
  background-color: rgb(100 116 139 / 0.7);
}

.active\:bg-slate-500\/75:active {
  background-color: rgb(100 116 139 / 0.75);
}

.active\:bg-slate-500\/80:active {
  background-color: rgb(100 116 139 / 0.8);
}

.active\:bg-slate-500\/90:active {
  background-color: rgb(100 116 139 / 0.9);
}

.active\:bg-slate-500\/95:active {
  background-color: rgb(100 116 139 / 0.95);
}

.active\:bg-slate-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}

.active\:bg-slate-600\/0:active {
  background-color: rgb(71 85 105 / 0);
}

.active\:bg-slate-600\/10:active {
  background-color: rgb(71 85 105 / 0.1);
}

.active\:bg-slate-600\/100:active {
  background-color: rgb(71 85 105 / 1);
}

.active\:bg-slate-600\/20:active {
  background-color: rgb(71 85 105 / 0.2);
}

.active\:bg-slate-600\/25:active {
  background-color: rgb(71 85 105 / 0.25);
}

.active\:bg-slate-600\/30:active {
  background-color: rgb(71 85 105 / 0.3);
}

.active\:bg-slate-600\/40:active {
  background-color: rgb(71 85 105 / 0.4);
}

.active\:bg-slate-600\/5:active {
  background-color: rgb(71 85 105 / 0.05);
}

.active\:bg-slate-600\/50:active {
  background-color: rgb(71 85 105 / 0.5);
}

.active\:bg-slate-600\/60:active {
  background-color: rgb(71 85 105 / 0.6);
}

.active\:bg-slate-600\/70:active {
  background-color: rgb(71 85 105 / 0.7);
}

.active\:bg-slate-600\/75:active {
  background-color: rgb(71 85 105 / 0.75);
}

.active\:bg-slate-600\/80:active {
  background-color: rgb(71 85 105 / 0.8);
}

.active\:bg-slate-600\/90:active {
  background-color: rgb(71 85 105 / 0.9);
}

.active\:bg-slate-600\/95:active {
  background-color: rgb(71 85 105 / 0.95);
}

.active\:bg-slate-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}

.active\:bg-slate-700\/0:active {
  background-color: rgb(51 65 85 / 0);
}

.active\:bg-slate-700\/10:active {
  background-color: rgb(51 65 85 / 0.1);
}

.active\:bg-slate-700\/100:active {
  background-color: rgb(51 65 85 / 1);
}

.active\:bg-slate-700\/20:active {
  background-color: rgb(51 65 85 / 0.2);
}

.active\:bg-slate-700\/25:active {
  background-color: rgb(51 65 85 / 0.25);
}

.active\:bg-slate-700\/30:active {
  background-color: rgb(51 65 85 / 0.3);
}

.active\:bg-slate-700\/40:active {
  background-color: rgb(51 65 85 / 0.4);
}

.active\:bg-slate-700\/5:active {
  background-color: rgb(51 65 85 / 0.05);
}

.active\:bg-slate-700\/50:active {
  background-color: rgb(51 65 85 / 0.5);
}

.active\:bg-slate-700\/60:active {
  background-color: rgb(51 65 85 / 0.6);
}

.active\:bg-slate-700\/70:active {
  background-color: rgb(51 65 85 / 0.7);
}

.active\:bg-slate-700\/75:active {
  background-color: rgb(51 65 85 / 0.75);
}

.active\:bg-slate-700\/80:active {
  background-color: rgb(51 65 85 / 0.8);
}

.active\:bg-slate-700\/90:active {
  background-color: rgb(51 65 85 / 0.9);
}

.active\:bg-slate-700\/95:active {
  background-color: rgb(51 65 85 / 0.95);
}

.active\:bg-slate-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}

.active\:bg-slate-800\/0:active {
  background-color: rgb(30 41 59 / 0);
}

.active\:bg-slate-800\/10:active {
  background-color: rgb(30 41 59 / 0.1);
}

.active\:bg-slate-800\/100:active {
  background-color: rgb(30 41 59 / 1);
}

.active\:bg-slate-800\/20:active {
  background-color: rgb(30 41 59 / 0.2);
}

.active\:bg-slate-800\/25:active {
  background-color: rgb(30 41 59 / 0.25);
}

.active\:bg-slate-800\/30:active {
  background-color: rgb(30 41 59 / 0.3);
}

.active\:bg-slate-800\/40:active {
  background-color: rgb(30 41 59 / 0.4);
}

.active\:bg-slate-800\/5:active {
  background-color: rgb(30 41 59 / 0.05);
}

.active\:bg-slate-800\/50:active {
  background-color: rgb(30 41 59 / 0.5);
}

.active\:bg-slate-800\/60:active {
  background-color: rgb(30 41 59 / 0.6);
}

.active\:bg-slate-800\/70:active {
  background-color: rgb(30 41 59 / 0.7);
}

.active\:bg-slate-800\/75:active {
  background-color: rgb(30 41 59 / 0.75);
}

.active\:bg-slate-800\/80:active {
  background-color: rgb(30 41 59 / 0.8);
}

.active\:bg-slate-800\/90:active {
  background-color: rgb(30 41 59 / 0.9);
}

.active\:bg-slate-800\/95:active {
  background-color: rgb(30 41 59 / 0.95);
}

.active\:bg-slate-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}

.active\:bg-slate-900\/0:active {
  background-color: rgb(15 23 42 / 0);
}

.active\:bg-slate-900\/10:active {
  background-color: rgb(15 23 42 / 0.1);
}

.active\:bg-slate-900\/100:active {
  background-color: rgb(15 23 42 / 1);
}

.active\:bg-slate-900\/20:active {
  background-color: rgb(15 23 42 / 0.2);
}

.active\:bg-slate-900\/25:active {
  background-color: rgb(15 23 42 / 0.25);
}

.active\:bg-slate-900\/30:active {
  background-color: rgb(15 23 42 / 0.3);
}

.active\:bg-slate-900\/40:active {
  background-color: rgb(15 23 42 / 0.4);
}

.active\:bg-slate-900\/5:active {
  background-color: rgb(15 23 42 / 0.05);
}

.active\:bg-slate-900\/50:active {
  background-color: rgb(15 23 42 / 0.5);
}

.active\:bg-slate-900\/60:active {
  background-color: rgb(15 23 42 / 0.6);
}

.active\:bg-slate-900\/70:active {
  background-color: rgb(15 23 42 / 0.7);
}

.active\:bg-slate-900\/75:active {
  background-color: rgb(15 23 42 / 0.75);
}

.active\:bg-slate-900\/80:active {
  background-color: rgb(15 23 42 / 0.8);
}

.active\:bg-slate-900\/90:active {
  background-color: rgb(15 23 42 / 0.9);
}

.active\:bg-slate-900\/95:active {
  background-color: rgb(15 23 42 / 0.95);
}

.active\:bg-slate-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity));
}

.active\:bg-slate-950\/0:active {
  background-color: rgb(2 6 23 / 0);
}

.active\:bg-slate-950\/10:active {
  background-color: rgb(2 6 23 / 0.1);
}

.active\:bg-slate-950\/100:active {
  background-color: rgb(2 6 23 / 1);
}

.active\:bg-slate-950\/20:active {
  background-color: rgb(2 6 23 / 0.2);
}

.active\:bg-slate-950\/25:active {
  background-color: rgb(2 6 23 / 0.25);
}

.active\:bg-slate-950\/30:active {
  background-color: rgb(2 6 23 / 0.3);
}

.active\:bg-slate-950\/40:active {
  background-color: rgb(2 6 23 / 0.4);
}

.active\:bg-slate-950\/5:active {
  background-color: rgb(2 6 23 / 0.05);
}

.active\:bg-slate-950\/50:active {
  background-color: rgb(2 6 23 / 0.5);
}

.active\:bg-slate-950\/60:active {
  background-color: rgb(2 6 23 / 0.6);
}

.active\:bg-slate-950\/70:active {
  background-color: rgb(2 6 23 / 0.7);
}

.active\:bg-slate-950\/75:active {
  background-color: rgb(2 6 23 / 0.75);
}

.active\:bg-slate-950\/80:active {
  background-color: rgb(2 6 23 / 0.8);
}

.active\:bg-slate-950\/90:active {
  background-color: rgb(2 6 23 / 0.9);
}

.active\:bg-slate-950\/95:active {
  background-color: rgb(2 6 23 / 0.95);
}

.active\:bg-stone-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity));
}

.active\:bg-stone-100\/0:active {
  background-color: rgb(245 245 244 / 0);
}

.active\:bg-stone-100\/10:active {
  background-color: rgb(245 245 244 / 0.1);
}

.active\:bg-stone-100\/100:active {
  background-color: rgb(245 245 244 / 1);
}

.active\:bg-stone-100\/20:active {
  background-color: rgb(245 245 244 / 0.2);
}

.active\:bg-stone-100\/25:active {
  background-color: rgb(245 245 244 / 0.25);
}

.active\:bg-stone-100\/30:active {
  background-color: rgb(245 245 244 / 0.3);
}

.active\:bg-stone-100\/40:active {
  background-color: rgb(245 245 244 / 0.4);
}

.active\:bg-stone-100\/5:active {
  background-color: rgb(245 245 244 / 0.05);
}

.active\:bg-stone-100\/50:active {
  background-color: rgb(245 245 244 / 0.5);
}

.active\:bg-stone-100\/60:active {
  background-color: rgb(245 245 244 / 0.6);
}

.active\:bg-stone-100\/70:active {
  background-color: rgb(245 245 244 / 0.7);
}

.active\:bg-stone-100\/75:active {
  background-color: rgb(245 245 244 / 0.75);
}

.active\:bg-stone-100\/80:active {
  background-color: rgb(245 245 244 / 0.8);
}

.active\:bg-stone-100\/90:active {
  background-color: rgb(245 245 244 / 0.9);
}

.active\:bg-stone-100\/95:active {
  background-color: rgb(245 245 244 / 0.95);
}

.active\:bg-stone-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity));
}

.active\:bg-stone-200\/0:active {
  background-color: rgb(231 229 228 / 0);
}

.active\:bg-stone-200\/10:active {
  background-color: rgb(231 229 228 / 0.1);
}

.active\:bg-stone-200\/100:active {
  background-color: rgb(231 229 228 / 1);
}

.active\:bg-stone-200\/20:active {
  background-color: rgb(231 229 228 / 0.2);
}

.active\:bg-stone-200\/25:active {
  background-color: rgb(231 229 228 / 0.25);
}

.active\:bg-stone-200\/30:active {
  background-color: rgb(231 229 228 / 0.3);
}

.active\:bg-stone-200\/40:active {
  background-color: rgb(231 229 228 / 0.4);
}

.active\:bg-stone-200\/5:active {
  background-color: rgb(231 229 228 / 0.05);
}

.active\:bg-stone-200\/50:active {
  background-color: rgb(231 229 228 / 0.5);
}

.active\:bg-stone-200\/60:active {
  background-color: rgb(231 229 228 / 0.6);
}

.active\:bg-stone-200\/70:active {
  background-color: rgb(231 229 228 / 0.7);
}

.active\:bg-stone-200\/75:active {
  background-color: rgb(231 229 228 / 0.75);
}

.active\:bg-stone-200\/80:active {
  background-color: rgb(231 229 228 / 0.8);
}

.active\:bg-stone-200\/90:active {
  background-color: rgb(231 229 228 / 0.9);
}

.active\:bg-stone-200\/95:active {
  background-color: rgb(231 229 228 / 0.95);
}

.active\:bg-stone-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity));
}

.active\:bg-stone-300\/0:active {
  background-color: rgb(214 211 209 / 0);
}

.active\:bg-stone-300\/10:active {
  background-color: rgb(214 211 209 / 0.1);
}

.active\:bg-stone-300\/100:active {
  background-color: rgb(214 211 209 / 1);
}

.active\:bg-stone-300\/20:active {
  background-color: rgb(214 211 209 / 0.2);
}

.active\:bg-stone-300\/25:active {
  background-color: rgb(214 211 209 / 0.25);
}

.active\:bg-stone-300\/30:active {
  background-color: rgb(214 211 209 / 0.3);
}

.active\:bg-stone-300\/40:active {
  background-color: rgb(214 211 209 / 0.4);
}

.active\:bg-stone-300\/5:active {
  background-color: rgb(214 211 209 / 0.05);
}

.active\:bg-stone-300\/50:active {
  background-color: rgb(214 211 209 / 0.5);
}

.active\:bg-stone-300\/60:active {
  background-color: rgb(214 211 209 / 0.6);
}

.active\:bg-stone-300\/70:active {
  background-color: rgb(214 211 209 / 0.7);
}

.active\:bg-stone-300\/75:active {
  background-color: rgb(214 211 209 / 0.75);
}

.active\:bg-stone-300\/80:active {
  background-color: rgb(214 211 209 / 0.8);
}

.active\:bg-stone-300\/90:active {
  background-color: rgb(214 211 209 / 0.9);
}

.active\:bg-stone-300\/95:active {
  background-color: rgb(214 211 209 / 0.95);
}

.active\:bg-stone-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity));
}

.active\:bg-stone-400\/0:active {
  background-color: rgb(168 162 158 / 0);
}

.active\:bg-stone-400\/10:active {
  background-color: rgb(168 162 158 / 0.1);
}

.active\:bg-stone-400\/100:active {
  background-color: rgb(168 162 158 / 1);
}

.active\:bg-stone-400\/20:active {
  background-color: rgb(168 162 158 / 0.2);
}

.active\:bg-stone-400\/25:active {
  background-color: rgb(168 162 158 / 0.25);
}

.active\:bg-stone-400\/30:active {
  background-color: rgb(168 162 158 / 0.3);
}

.active\:bg-stone-400\/40:active {
  background-color: rgb(168 162 158 / 0.4);
}

.active\:bg-stone-400\/5:active {
  background-color: rgb(168 162 158 / 0.05);
}

.active\:bg-stone-400\/50:active {
  background-color: rgb(168 162 158 / 0.5);
}

.active\:bg-stone-400\/60:active {
  background-color: rgb(168 162 158 / 0.6);
}

.active\:bg-stone-400\/70:active {
  background-color: rgb(168 162 158 / 0.7);
}

.active\:bg-stone-400\/75:active {
  background-color: rgb(168 162 158 / 0.75);
}

.active\:bg-stone-400\/80:active {
  background-color: rgb(168 162 158 / 0.8);
}

.active\:bg-stone-400\/90:active {
  background-color: rgb(168 162 158 / 0.9);
}

.active\:bg-stone-400\/95:active {
  background-color: rgb(168 162 158 / 0.95);
}

.active\:bg-stone-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity));
}

.active\:bg-stone-50\/0:active {
  background-color: rgb(250 250 249 / 0);
}

.active\:bg-stone-50\/10:active {
  background-color: rgb(250 250 249 / 0.1);
}

.active\:bg-stone-50\/100:active {
  background-color: rgb(250 250 249 / 1);
}

.active\:bg-stone-50\/20:active {
  background-color: rgb(250 250 249 / 0.2);
}

.active\:bg-stone-50\/25:active {
  background-color: rgb(250 250 249 / 0.25);
}

.active\:bg-stone-50\/30:active {
  background-color: rgb(250 250 249 / 0.3);
}

.active\:bg-stone-50\/40:active {
  background-color: rgb(250 250 249 / 0.4);
}

.active\:bg-stone-50\/5:active {
  background-color: rgb(250 250 249 / 0.05);
}

.active\:bg-stone-50\/50:active {
  background-color: rgb(250 250 249 / 0.5);
}

.active\:bg-stone-50\/60:active {
  background-color: rgb(250 250 249 / 0.6);
}

.active\:bg-stone-50\/70:active {
  background-color: rgb(250 250 249 / 0.7);
}

.active\:bg-stone-50\/75:active {
  background-color: rgb(250 250 249 / 0.75);
}

.active\:bg-stone-50\/80:active {
  background-color: rgb(250 250 249 / 0.8);
}

.active\:bg-stone-50\/90:active {
  background-color: rgb(250 250 249 / 0.9);
}

.active\:bg-stone-50\/95:active {
  background-color: rgb(250 250 249 / 0.95);
}

.active\:bg-stone-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity));
}

.active\:bg-stone-500\/0:active {
  background-color: rgb(120 113 108 / 0);
}

.active\:bg-stone-500\/10:active {
  background-color: rgb(120 113 108 / 0.1);
}

.active\:bg-stone-500\/100:active {
  background-color: rgb(120 113 108 / 1);
}

.active\:bg-stone-500\/20:active {
  background-color: rgb(120 113 108 / 0.2);
}

.active\:bg-stone-500\/25:active {
  background-color: rgb(120 113 108 / 0.25);
}

.active\:bg-stone-500\/30:active {
  background-color: rgb(120 113 108 / 0.3);
}

.active\:bg-stone-500\/40:active {
  background-color: rgb(120 113 108 / 0.4);
}

.active\:bg-stone-500\/5:active {
  background-color: rgb(120 113 108 / 0.05);
}

.active\:bg-stone-500\/50:active {
  background-color: rgb(120 113 108 / 0.5);
}

.active\:bg-stone-500\/60:active {
  background-color: rgb(120 113 108 / 0.6);
}

.active\:bg-stone-500\/70:active {
  background-color: rgb(120 113 108 / 0.7);
}

.active\:bg-stone-500\/75:active {
  background-color: rgb(120 113 108 / 0.75);
}

.active\:bg-stone-500\/80:active {
  background-color: rgb(120 113 108 / 0.8);
}

.active\:bg-stone-500\/90:active {
  background-color: rgb(120 113 108 / 0.9);
}

.active\:bg-stone-500\/95:active {
  background-color: rgb(120 113 108 / 0.95);
}

.active\:bg-stone-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity));
}

.active\:bg-stone-600\/0:active {
  background-color: rgb(87 83 78 / 0);
}

.active\:bg-stone-600\/10:active {
  background-color: rgb(87 83 78 / 0.1);
}

.active\:bg-stone-600\/100:active {
  background-color: rgb(87 83 78 / 1);
}

.active\:bg-stone-600\/20:active {
  background-color: rgb(87 83 78 / 0.2);
}

.active\:bg-stone-600\/25:active {
  background-color: rgb(87 83 78 / 0.25);
}

.active\:bg-stone-600\/30:active {
  background-color: rgb(87 83 78 / 0.3);
}

.active\:bg-stone-600\/40:active {
  background-color: rgb(87 83 78 / 0.4);
}

.active\:bg-stone-600\/5:active {
  background-color: rgb(87 83 78 / 0.05);
}

.active\:bg-stone-600\/50:active {
  background-color: rgb(87 83 78 / 0.5);
}

.active\:bg-stone-600\/60:active {
  background-color: rgb(87 83 78 / 0.6);
}

.active\:bg-stone-600\/70:active {
  background-color: rgb(87 83 78 / 0.7);
}

.active\:bg-stone-600\/75:active {
  background-color: rgb(87 83 78 / 0.75);
}

.active\:bg-stone-600\/80:active {
  background-color: rgb(87 83 78 / 0.8);
}

.active\:bg-stone-600\/90:active {
  background-color: rgb(87 83 78 / 0.9);
}

.active\:bg-stone-600\/95:active {
  background-color: rgb(87 83 78 / 0.95);
}

.active\:bg-stone-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity));
}

.active\:bg-stone-700\/0:active {
  background-color: rgb(68 64 60 / 0);
}

.active\:bg-stone-700\/10:active {
  background-color: rgb(68 64 60 / 0.1);
}

.active\:bg-stone-700\/100:active {
  background-color: rgb(68 64 60 / 1);
}

.active\:bg-stone-700\/20:active {
  background-color: rgb(68 64 60 / 0.2);
}

.active\:bg-stone-700\/25:active {
  background-color: rgb(68 64 60 / 0.25);
}

.active\:bg-stone-700\/30:active {
  background-color: rgb(68 64 60 / 0.3);
}

.active\:bg-stone-700\/40:active {
  background-color: rgb(68 64 60 / 0.4);
}

.active\:bg-stone-700\/5:active {
  background-color: rgb(68 64 60 / 0.05);
}

.active\:bg-stone-700\/50:active {
  background-color: rgb(68 64 60 / 0.5);
}

.active\:bg-stone-700\/60:active {
  background-color: rgb(68 64 60 / 0.6);
}

.active\:bg-stone-700\/70:active {
  background-color: rgb(68 64 60 / 0.7);
}

.active\:bg-stone-700\/75:active {
  background-color: rgb(68 64 60 / 0.75);
}

.active\:bg-stone-700\/80:active {
  background-color: rgb(68 64 60 / 0.8);
}

.active\:bg-stone-700\/90:active {
  background-color: rgb(68 64 60 / 0.9);
}

.active\:bg-stone-700\/95:active {
  background-color: rgb(68 64 60 / 0.95);
}

.active\:bg-stone-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity));
}

.active\:bg-stone-800\/0:active {
  background-color: rgb(41 37 36 / 0);
}

.active\:bg-stone-800\/10:active {
  background-color: rgb(41 37 36 / 0.1);
}

.active\:bg-stone-800\/100:active {
  background-color: rgb(41 37 36 / 1);
}

.active\:bg-stone-800\/20:active {
  background-color: rgb(41 37 36 / 0.2);
}

.active\:bg-stone-800\/25:active {
  background-color: rgb(41 37 36 / 0.25);
}

.active\:bg-stone-800\/30:active {
  background-color: rgb(41 37 36 / 0.3);
}

.active\:bg-stone-800\/40:active {
  background-color: rgb(41 37 36 / 0.4);
}

.active\:bg-stone-800\/5:active {
  background-color: rgb(41 37 36 / 0.05);
}

.active\:bg-stone-800\/50:active {
  background-color: rgb(41 37 36 / 0.5);
}

.active\:bg-stone-800\/60:active {
  background-color: rgb(41 37 36 / 0.6);
}

.active\:bg-stone-800\/70:active {
  background-color: rgb(41 37 36 / 0.7);
}

.active\:bg-stone-800\/75:active {
  background-color: rgb(41 37 36 / 0.75);
}

.active\:bg-stone-800\/80:active {
  background-color: rgb(41 37 36 / 0.8);
}

.active\:bg-stone-800\/90:active {
  background-color: rgb(41 37 36 / 0.9);
}

.active\:bg-stone-800\/95:active {
  background-color: rgb(41 37 36 / 0.95);
}

.active\:bg-stone-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity));
}

.active\:bg-stone-900\/0:active {
  background-color: rgb(28 25 23 / 0);
}

.active\:bg-stone-900\/10:active {
  background-color: rgb(28 25 23 / 0.1);
}

.active\:bg-stone-900\/100:active {
  background-color: rgb(28 25 23 / 1);
}

.active\:bg-stone-900\/20:active {
  background-color: rgb(28 25 23 / 0.2);
}

.active\:bg-stone-900\/25:active {
  background-color: rgb(28 25 23 / 0.25);
}

.active\:bg-stone-900\/30:active {
  background-color: rgb(28 25 23 / 0.3);
}

.active\:bg-stone-900\/40:active {
  background-color: rgb(28 25 23 / 0.4);
}

.active\:bg-stone-900\/5:active {
  background-color: rgb(28 25 23 / 0.05);
}

.active\:bg-stone-900\/50:active {
  background-color: rgb(28 25 23 / 0.5);
}

.active\:bg-stone-900\/60:active {
  background-color: rgb(28 25 23 / 0.6);
}

.active\:bg-stone-900\/70:active {
  background-color: rgb(28 25 23 / 0.7);
}

.active\:bg-stone-900\/75:active {
  background-color: rgb(28 25 23 / 0.75);
}

.active\:bg-stone-900\/80:active {
  background-color: rgb(28 25 23 / 0.8);
}

.active\:bg-stone-900\/90:active {
  background-color: rgb(28 25 23 / 0.9);
}

.active\:bg-stone-900\/95:active {
  background-color: rgb(28 25 23 / 0.95);
}

.active\:bg-stone-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(12 10 9 / var(--tw-bg-opacity));
}

.active\:bg-stone-950\/0:active {
  background-color: rgb(12 10 9 / 0);
}

.active\:bg-stone-950\/10:active {
  background-color: rgb(12 10 9 / 0.1);
}

.active\:bg-stone-950\/100:active {
  background-color: rgb(12 10 9 / 1);
}

.active\:bg-stone-950\/20:active {
  background-color: rgb(12 10 9 / 0.2);
}

.active\:bg-stone-950\/25:active {
  background-color: rgb(12 10 9 / 0.25);
}

.active\:bg-stone-950\/30:active {
  background-color: rgb(12 10 9 / 0.3);
}

.active\:bg-stone-950\/40:active {
  background-color: rgb(12 10 9 / 0.4);
}

.active\:bg-stone-950\/5:active {
  background-color: rgb(12 10 9 / 0.05);
}

.active\:bg-stone-950\/50:active {
  background-color: rgb(12 10 9 / 0.5);
}

.active\:bg-stone-950\/60:active {
  background-color: rgb(12 10 9 / 0.6);
}

.active\:bg-stone-950\/70:active {
  background-color: rgb(12 10 9 / 0.7);
}

.active\:bg-stone-950\/75:active {
  background-color: rgb(12 10 9 / 0.75);
}

.active\:bg-stone-950\/80:active {
  background-color: rgb(12 10 9 / 0.8);
}

.active\:bg-stone-950\/90:active {
  background-color: rgb(12 10 9 / 0.9);
}

.active\:bg-stone-950\/95:active {
  background-color: rgb(12 10 9 / 0.95);
}

.active\:bg-teal-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity));
}

.active\:bg-teal-100\/0:active {
  background-color: rgb(204 251 241 / 0);
}

.active\:bg-teal-100\/10:active {
  background-color: rgb(204 251 241 / 0.1);
}

.active\:bg-teal-100\/100:active {
  background-color: rgb(204 251 241 / 1);
}

.active\:bg-teal-100\/20:active {
  background-color: rgb(204 251 241 / 0.2);
}

.active\:bg-teal-100\/25:active {
  background-color: rgb(204 251 241 / 0.25);
}

.active\:bg-teal-100\/30:active {
  background-color: rgb(204 251 241 / 0.3);
}

.active\:bg-teal-100\/40:active {
  background-color: rgb(204 251 241 / 0.4);
}

.active\:bg-teal-100\/5:active {
  background-color: rgb(204 251 241 / 0.05);
}

.active\:bg-teal-100\/50:active {
  background-color: rgb(204 251 241 / 0.5);
}

.active\:bg-teal-100\/60:active {
  background-color: rgb(204 251 241 / 0.6);
}

.active\:bg-teal-100\/70:active {
  background-color: rgb(204 251 241 / 0.7);
}

.active\:bg-teal-100\/75:active {
  background-color: rgb(204 251 241 / 0.75);
}

.active\:bg-teal-100\/80:active {
  background-color: rgb(204 251 241 / 0.8);
}

.active\:bg-teal-100\/90:active {
  background-color: rgb(204 251 241 / 0.9);
}

.active\:bg-teal-100\/95:active {
  background-color: rgb(204 251 241 / 0.95);
}

.active\:bg-teal-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity));
}

.active\:bg-teal-200\/0:active {
  background-color: rgb(153 246 228 / 0);
}

.active\:bg-teal-200\/10:active {
  background-color: rgb(153 246 228 / 0.1);
}

.active\:bg-teal-200\/100:active {
  background-color: rgb(153 246 228 / 1);
}

.active\:bg-teal-200\/20:active {
  background-color: rgb(153 246 228 / 0.2);
}

.active\:bg-teal-200\/25:active {
  background-color: rgb(153 246 228 / 0.25);
}

.active\:bg-teal-200\/30:active {
  background-color: rgb(153 246 228 / 0.3);
}

.active\:bg-teal-200\/40:active {
  background-color: rgb(153 246 228 / 0.4);
}

.active\:bg-teal-200\/5:active {
  background-color: rgb(153 246 228 / 0.05);
}

.active\:bg-teal-200\/50:active {
  background-color: rgb(153 246 228 / 0.5);
}

.active\:bg-teal-200\/60:active {
  background-color: rgb(153 246 228 / 0.6);
}

.active\:bg-teal-200\/70:active {
  background-color: rgb(153 246 228 / 0.7);
}

.active\:bg-teal-200\/75:active {
  background-color: rgb(153 246 228 / 0.75);
}

.active\:bg-teal-200\/80:active {
  background-color: rgb(153 246 228 / 0.8);
}

.active\:bg-teal-200\/90:active {
  background-color: rgb(153 246 228 / 0.9);
}

.active\:bg-teal-200\/95:active {
  background-color: rgb(153 246 228 / 0.95);
}

.active\:bg-teal-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity));
}

.active\:bg-teal-300\/0:active {
  background-color: rgb(94 234 212 / 0);
}

.active\:bg-teal-300\/10:active {
  background-color: rgb(94 234 212 / 0.1);
}

.active\:bg-teal-300\/100:active {
  background-color: rgb(94 234 212 / 1);
}

.active\:bg-teal-300\/20:active {
  background-color: rgb(94 234 212 / 0.2);
}

.active\:bg-teal-300\/25:active {
  background-color: rgb(94 234 212 / 0.25);
}

.active\:bg-teal-300\/30:active {
  background-color: rgb(94 234 212 / 0.3);
}

.active\:bg-teal-300\/40:active {
  background-color: rgb(94 234 212 / 0.4);
}

.active\:bg-teal-300\/5:active {
  background-color: rgb(94 234 212 / 0.05);
}

.active\:bg-teal-300\/50:active {
  background-color: rgb(94 234 212 / 0.5);
}

.active\:bg-teal-300\/60:active {
  background-color: rgb(94 234 212 / 0.6);
}

.active\:bg-teal-300\/70:active {
  background-color: rgb(94 234 212 / 0.7);
}

.active\:bg-teal-300\/75:active {
  background-color: rgb(94 234 212 / 0.75);
}

.active\:bg-teal-300\/80:active {
  background-color: rgb(94 234 212 / 0.8);
}

.active\:bg-teal-300\/90:active {
  background-color: rgb(94 234 212 / 0.9);
}

.active\:bg-teal-300\/95:active {
  background-color: rgb(94 234 212 / 0.95);
}

.active\:bg-teal-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity));
}

.active\:bg-teal-400\/0:active {
  background-color: rgb(45 212 191 / 0);
}

.active\:bg-teal-400\/10:active {
  background-color: rgb(45 212 191 / 0.1);
}

.active\:bg-teal-400\/100:active {
  background-color: rgb(45 212 191 / 1);
}

.active\:bg-teal-400\/20:active {
  background-color: rgb(45 212 191 / 0.2);
}

.active\:bg-teal-400\/25:active {
  background-color: rgb(45 212 191 / 0.25);
}

.active\:bg-teal-400\/30:active {
  background-color: rgb(45 212 191 / 0.3);
}

.active\:bg-teal-400\/40:active {
  background-color: rgb(45 212 191 / 0.4);
}

.active\:bg-teal-400\/5:active {
  background-color: rgb(45 212 191 / 0.05);
}

.active\:bg-teal-400\/50:active {
  background-color: rgb(45 212 191 / 0.5);
}

.active\:bg-teal-400\/60:active {
  background-color: rgb(45 212 191 / 0.6);
}

.active\:bg-teal-400\/70:active {
  background-color: rgb(45 212 191 / 0.7);
}

.active\:bg-teal-400\/75:active {
  background-color: rgb(45 212 191 / 0.75);
}

.active\:bg-teal-400\/80:active {
  background-color: rgb(45 212 191 / 0.8);
}

.active\:bg-teal-400\/90:active {
  background-color: rgb(45 212 191 / 0.9);
}

.active\:bg-teal-400\/95:active {
  background-color: rgb(45 212 191 / 0.95);
}

.active\:bg-teal-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity));
}

.active\:bg-teal-50\/0:active {
  background-color: rgb(240 253 250 / 0);
}

.active\:bg-teal-50\/10:active {
  background-color: rgb(240 253 250 / 0.1);
}

.active\:bg-teal-50\/100:active {
  background-color: rgb(240 253 250 / 1);
}

.active\:bg-teal-50\/20:active {
  background-color: rgb(240 253 250 / 0.2);
}

.active\:bg-teal-50\/25:active {
  background-color: rgb(240 253 250 / 0.25);
}

.active\:bg-teal-50\/30:active {
  background-color: rgb(240 253 250 / 0.3);
}

.active\:bg-teal-50\/40:active {
  background-color: rgb(240 253 250 / 0.4);
}

.active\:bg-teal-50\/5:active {
  background-color: rgb(240 253 250 / 0.05);
}

.active\:bg-teal-50\/50:active {
  background-color: rgb(240 253 250 / 0.5);
}

.active\:bg-teal-50\/60:active {
  background-color: rgb(240 253 250 / 0.6);
}

.active\:bg-teal-50\/70:active {
  background-color: rgb(240 253 250 / 0.7);
}

.active\:bg-teal-50\/75:active {
  background-color: rgb(240 253 250 / 0.75);
}

.active\:bg-teal-50\/80:active {
  background-color: rgb(240 253 250 / 0.8);
}

.active\:bg-teal-50\/90:active {
  background-color: rgb(240 253 250 / 0.9);
}

.active\:bg-teal-50\/95:active {
  background-color: rgb(240 253 250 / 0.95);
}

.active\:bg-teal-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity));
}

.active\:bg-teal-500\/0:active {
  background-color: rgb(20 184 166 / 0);
}

.active\:bg-teal-500\/10:active {
  background-color: rgb(20 184 166 / 0.1);
}

.active\:bg-teal-500\/100:active {
  background-color: rgb(20 184 166 / 1);
}

.active\:bg-teal-500\/20:active {
  background-color: rgb(20 184 166 / 0.2);
}

.active\:bg-teal-500\/25:active {
  background-color: rgb(20 184 166 / 0.25);
}

.active\:bg-teal-500\/30:active {
  background-color: rgb(20 184 166 / 0.3);
}

.active\:bg-teal-500\/40:active {
  background-color: rgb(20 184 166 / 0.4);
}

.active\:bg-teal-500\/5:active {
  background-color: rgb(20 184 166 / 0.05);
}

.active\:bg-teal-500\/50:active {
  background-color: rgb(20 184 166 / 0.5);
}

.active\:bg-teal-500\/60:active {
  background-color: rgb(20 184 166 / 0.6);
}

.active\:bg-teal-500\/70:active {
  background-color: rgb(20 184 166 / 0.7);
}

.active\:bg-teal-500\/75:active {
  background-color: rgb(20 184 166 / 0.75);
}

.active\:bg-teal-500\/80:active {
  background-color: rgb(20 184 166 / 0.8);
}

.active\:bg-teal-500\/90:active {
  background-color: rgb(20 184 166 / 0.9);
}

.active\:bg-teal-500\/95:active {
  background-color: rgb(20 184 166 / 0.95);
}

.active\:bg-teal-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity));
}

.active\:bg-teal-600\/0:active {
  background-color: rgb(13 148 136 / 0);
}

.active\:bg-teal-600\/10:active {
  background-color: rgb(13 148 136 / 0.1);
}

.active\:bg-teal-600\/100:active {
  background-color: rgb(13 148 136 / 1);
}

.active\:bg-teal-600\/20:active {
  background-color: rgb(13 148 136 / 0.2);
}

.active\:bg-teal-600\/25:active {
  background-color: rgb(13 148 136 / 0.25);
}

.active\:bg-teal-600\/30:active {
  background-color: rgb(13 148 136 / 0.3);
}

.active\:bg-teal-600\/40:active {
  background-color: rgb(13 148 136 / 0.4);
}

.active\:bg-teal-600\/5:active {
  background-color: rgb(13 148 136 / 0.05);
}

.active\:bg-teal-600\/50:active {
  background-color: rgb(13 148 136 / 0.5);
}

.active\:bg-teal-600\/60:active {
  background-color: rgb(13 148 136 / 0.6);
}

.active\:bg-teal-600\/70:active {
  background-color: rgb(13 148 136 / 0.7);
}

.active\:bg-teal-600\/75:active {
  background-color: rgb(13 148 136 / 0.75);
}

.active\:bg-teal-600\/80:active {
  background-color: rgb(13 148 136 / 0.8);
}

.active\:bg-teal-600\/90:active {
  background-color: rgb(13 148 136 / 0.9);
}

.active\:bg-teal-600\/95:active {
  background-color: rgb(13 148 136 / 0.95);
}

.active\:bg-teal-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity));
}

.active\:bg-teal-700\/0:active {
  background-color: rgb(15 118 110 / 0);
}

.active\:bg-teal-700\/10:active {
  background-color: rgb(15 118 110 / 0.1);
}

.active\:bg-teal-700\/100:active {
  background-color: rgb(15 118 110 / 1);
}

.active\:bg-teal-700\/20:active {
  background-color: rgb(15 118 110 / 0.2);
}

.active\:bg-teal-700\/25:active {
  background-color: rgb(15 118 110 / 0.25);
}

.active\:bg-teal-700\/30:active {
  background-color: rgb(15 118 110 / 0.3);
}

.active\:bg-teal-700\/40:active {
  background-color: rgb(15 118 110 / 0.4);
}

.active\:bg-teal-700\/5:active {
  background-color: rgb(15 118 110 / 0.05);
}

.active\:bg-teal-700\/50:active {
  background-color: rgb(15 118 110 / 0.5);
}

.active\:bg-teal-700\/60:active {
  background-color: rgb(15 118 110 / 0.6);
}

.active\:bg-teal-700\/70:active {
  background-color: rgb(15 118 110 / 0.7);
}

.active\:bg-teal-700\/75:active {
  background-color: rgb(15 118 110 / 0.75);
}

.active\:bg-teal-700\/80:active {
  background-color: rgb(15 118 110 / 0.8);
}

.active\:bg-teal-700\/90:active {
  background-color: rgb(15 118 110 / 0.9);
}

.active\:bg-teal-700\/95:active {
  background-color: rgb(15 118 110 / 0.95);
}

.active\:bg-teal-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity));
}

.active\:bg-teal-800\/0:active {
  background-color: rgb(17 94 89 / 0);
}

.active\:bg-teal-800\/10:active {
  background-color: rgb(17 94 89 / 0.1);
}

.active\:bg-teal-800\/100:active {
  background-color: rgb(17 94 89 / 1);
}

.active\:bg-teal-800\/20:active {
  background-color: rgb(17 94 89 / 0.2);
}

.active\:bg-teal-800\/25:active {
  background-color: rgb(17 94 89 / 0.25);
}

.active\:bg-teal-800\/30:active {
  background-color: rgb(17 94 89 / 0.3);
}

.active\:bg-teal-800\/40:active {
  background-color: rgb(17 94 89 / 0.4);
}

.active\:bg-teal-800\/5:active {
  background-color: rgb(17 94 89 / 0.05);
}

.active\:bg-teal-800\/50:active {
  background-color: rgb(17 94 89 / 0.5);
}

.active\:bg-teal-800\/60:active {
  background-color: rgb(17 94 89 / 0.6);
}

.active\:bg-teal-800\/70:active {
  background-color: rgb(17 94 89 / 0.7);
}

.active\:bg-teal-800\/75:active {
  background-color: rgb(17 94 89 / 0.75);
}

.active\:bg-teal-800\/80:active {
  background-color: rgb(17 94 89 / 0.8);
}

.active\:bg-teal-800\/90:active {
  background-color: rgb(17 94 89 / 0.9);
}

.active\:bg-teal-800\/95:active {
  background-color: rgb(17 94 89 / 0.95);
}

.active\:bg-teal-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(19 78 74 / var(--tw-bg-opacity));
}

.active\:bg-teal-900\/0:active {
  background-color: rgb(19 78 74 / 0);
}

.active\:bg-teal-900\/10:active {
  background-color: rgb(19 78 74 / 0.1);
}

.active\:bg-teal-900\/100:active {
  background-color: rgb(19 78 74 / 1);
}

.active\:bg-teal-900\/20:active {
  background-color: rgb(19 78 74 / 0.2);
}

.active\:bg-teal-900\/25:active {
  background-color: rgb(19 78 74 / 0.25);
}

.active\:bg-teal-900\/30:active {
  background-color: rgb(19 78 74 / 0.3);
}

.active\:bg-teal-900\/40:active {
  background-color: rgb(19 78 74 / 0.4);
}

.active\:bg-teal-900\/5:active {
  background-color: rgb(19 78 74 / 0.05);
}

.active\:bg-teal-900\/50:active {
  background-color: rgb(19 78 74 / 0.5);
}

.active\:bg-teal-900\/60:active {
  background-color: rgb(19 78 74 / 0.6);
}

.active\:bg-teal-900\/70:active {
  background-color: rgb(19 78 74 / 0.7);
}

.active\:bg-teal-900\/75:active {
  background-color: rgb(19 78 74 / 0.75);
}

.active\:bg-teal-900\/80:active {
  background-color: rgb(19 78 74 / 0.8);
}

.active\:bg-teal-900\/90:active {
  background-color: rgb(19 78 74 / 0.9);
}

.active\:bg-teal-900\/95:active {
  background-color: rgb(19 78 74 / 0.95);
}

.active\:bg-teal-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(4 47 46 / var(--tw-bg-opacity));
}

.active\:bg-teal-950\/0:active {
  background-color: rgb(4 47 46 / 0);
}

.active\:bg-teal-950\/10:active {
  background-color: rgb(4 47 46 / 0.1);
}

.active\:bg-teal-950\/100:active {
  background-color: rgb(4 47 46 / 1);
}

.active\:bg-teal-950\/20:active {
  background-color: rgb(4 47 46 / 0.2);
}

.active\:bg-teal-950\/25:active {
  background-color: rgb(4 47 46 / 0.25);
}

.active\:bg-teal-950\/30:active {
  background-color: rgb(4 47 46 / 0.3);
}

.active\:bg-teal-950\/40:active {
  background-color: rgb(4 47 46 / 0.4);
}

.active\:bg-teal-950\/5:active {
  background-color: rgb(4 47 46 / 0.05);
}

.active\:bg-teal-950\/50:active {
  background-color: rgb(4 47 46 / 0.5);
}

.active\:bg-teal-950\/60:active {
  background-color: rgb(4 47 46 / 0.6);
}

.active\:bg-teal-950\/70:active {
  background-color: rgb(4 47 46 / 0.7);
}

.active\:bg-teal-950\/75:active {
  background-color: rgb(4 47 46 / 0.75);
}

.active\:bg-teal-950\/80:active {
  background-color: rgb(4 47 46 / 0.8);
}

.active\:bg-teal-950\/90:active {
  background-color: rgb(4 47 46 / 0.9);
}

.active\:bg-teal-950\/95:active {
  background-color: rgb(4 47 46 / 0.95);
}

.active\:bg-transparent:active {
  background-color: transparent;
}

.active\:bg-transparent\/0:active {
  background-color: rgb(0 0 0 / 0);
}

.active\:bg-transparent\/10:active {
  background-color: rgb(0 0 0 / 0.1);
}

.active\:bg-transparent\/100:active {
  background-color: rgb(0 0 0 / 1);
}

.active\:bg-transparent\/20:active {
  background-color: rgb(0 0 0 / 0.2);
}

.active\:bg-transparent\/25:active {
  background-color: rgb(0 0 0 / 0.25);
}

.active\:bg-transparent\/30:active {
  background-color: rgb(0 0 0 / 0.3);
}

.active\:bg-transparent\/40:active {
  background-color: rgb(0 0 0 / 0.4);
}

.active\:bg-transparent\/5:active {
  background-color: rgb(0 0 0 / 0.05);
}

.active\:bg-transparent\/50:active {
  background-color: rgb(0 0 0 / 0.5);
}

.active\:bg-transparent\/60:active {
  background-color: rgb(0 0 0 / 0.6);
}

.active\:bg-transparent\/70:active {
  background-color: rgb(0 0 0 / 0.7);
}

.active\:bg-transparent\/75:active {
  background-color: rgb(0 0 0 / 0.75);
}

.active\:bg-transparent\/80:active {
  background-color: rgb(0 0 0 / 0.8);
}

.active\:bg-transparent\/90:active {
  background-color: rgb(0 0 0 / 0.9);
}

.active\:bg-transparent\/95:active {
  background-color: rgb(0 0 0 / 0.95);
}

.active\:bg-tykhe-digital:active {
  --tw-bg-opacity: 1;
  background-color: rgb(239 156 131 / var(--tw-bg-opacity));
}

.active\:bg-tykhe-digital-alt:active {
  --tw-bg-opacity: 1;
  background-color: rgb(245 239 224 / var(--tw-bg-opacity));
}

.active\:bg-tykhe-digital-alt\/0:active {
  background-color: rgb(245 239 224 / 0);
}

.active\:bg-tykhe-digital-alt\/10:active {
  background-color: rgb(245 239 224 / 0.1);
}

.active\:bg-tykhe-digital-alt\/100:active {
  background-color: rgb(245 239 224 / 1);
}

.active\:bg-tykhe-digital-alt\/20:active {
  background-color: rgb(245 239 224 / 0.2);
}

.active\:bg-tykhe-digital-alt\/25:active {
  background-color: rgb(245 239 224 / 0.25);
}

.active\:bg-tykhe-digital-alt\/30:active {
  background-color: rgb(245 239 224 / 0.3);
}

.active\:bg-tykhe-digital-alt\/40:active {
  background-color: rgb(245 239 224 / 0.4);
}

.active\:bg-tykhe-digital-alt\/5:active {
  background-color: rgb(245 239 224 / 0.05);
}

.active\:bg-tykhe-digital-alt\/50:active {
  background-color: rgb(245 239 224 / 0.5);
}

.active\:bg-tykhe-digital-alt\/60:active {
  background-color: rgb(245 239 224 / 0.6);
}

.active\:bg-tykhe-digital-alt\/70:active {
  background-color: rgb(245 239 224 / 0.7);
}

.active\:bg-tykhe-digital-alt\/75:active {
  background-color: rgb(245 239 224 / 0.75);
}

.active\:bg-tykhe-digital-alt\/80:active {
  background-color: rgb(245 239 224 / 0.8);
}

.active\:bg-tykhe-digital-alt\/90:active {
  background-color: rgb(245 239 224 / 0.9);
}

.active\:bg-tykhe-digital-alt\/95:active {
  background-color: rgb(245 239 224 / 0.95);
}

.active\:bg-tykhe-digital-alt2:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 58 111 / var(--tw-bg-opacity));
}

.active\:bg-tykhe-digital-alt2\/0:active {
  background-color: rgb(255 58 111 / 0);
}

.active\:bg-tykhe-digital-alt2\/10:active {
  background-color: rgb(255 58 111 / 0.1);
}

.active\:bg-tykhe-digital-alt2\/100:active {
  background-color: rgb(255 58 111 / 1);
}

.active\:bg-tykhe-digital-alt2\/20:active {
  background-color: rgb(255 58 111 / 0.2);
}

.active\:bg-tykhe-digital-alt2\/25:active {
  background-color: rgb(255 58 111 / 0.25);
}

.active\:bg-tykhe-digital-alt2\/30:active {
  background-color: rgb(255 58 111 / 0.3);
}

.active\:bg-tykhe-digital-alt2\/40:active {
  background-color: rgb(255 58 111 / 0.4);
}

.active\:bg-tykhe-digital-alt2\/5:active {
  background-color: rgb(255 58 111 / 0.05);
}

.active\:bg-tykhe-digital-alt2\/50:active {
  background-color: rgb(255 58 111 / 0.5);
}

.active\:bg-tykhe-digital-alt2\/60:active {
  background-color: rgb(255 58 111 / 0.6);
}

.active\:bg-tykhe-digital-alt2\/70:active {
  background-color: rgb(255 58 111 / 0.7);
}

.active\:bg-tykhe-digital-alt2\/75:active {
  background-color: rgb(255 58 111 / 0.75);
}

.active\:bg-tykhe-digital-alt2\/80:active {
  background-color: rgb(255 58 111 / 0.8);
}

.active\:bg-tykhe-digital-alt2\/90:active {
  background-color: rgb(255 58 111 / 0.9);
}

.active\:bg-tykhe-digital-alt2\/95:active {
  background-color: rgb(255 58 111 / 0.95);
}

.active\:bg-tykhe-digital-alt3:active {
  --tw-bg-opacity: 1;
  background-color: rgb(131 214 239 / var(--tw-bg-opacity));
}

.active\:bg-tykhe-digital-alt3\/0:active {
  background-color: rgb(131 214 239 / 0);
}

.active\:bg-tykhe-digital-alt3\/10:active {
  background-color: rgb(131 214 239 / 0.1);
}

.active\:bg-tykhe-digital-alt3\/100:active {
  background-color: rgb(131 214 239 / 1);
}

.active\:bg-tykhe-digital-alt3\/20:active {
  background-color: rgb(131 214 239 / 0.2);
}

.active\:bg-tykhe-digital-alt3\/25:active {
  background-color: rgb(131 214 239 / 0.25);
}

.active\:bg-tykhe-digital-alt3\/30:active {
  background-color: rgb(131 214 239 / 0.3);
}

.active\:bg-tykhe-digital-alt3\/40:active {
  background-color: rgb(131 214 239 / 0.4);
}

.active\:bg-tykhe-digital-alt3\/5:active {
  background-color: rgb(131 214 239 / 0.05);
}

.active\:bg-tykhe-digital-alt3\/50:active {
  background-color: rgb(131 214 239 / 0.5);
}

.active\:bg-tykhe-digital-alt3\/60:active {
  background-color: rgb(131 214 239 / 0.6);
}

.active\:bg-tykhe-digital-alt3\/70:active {
  background-color: rgb(131 214 239 / 0.7);
}

.active\:bg-tykhe-digital-alt3\/75:active {
  background-color: rgb(131 214 239 / 0.75);
}

.active\:bg-tykhe-digital-alt3\/80:active {
  background-color: rgb(131 214 239 / 0.8);
}

.active\:bg-tykhe-digital-alt3\/90:active {
  background-color: rgb(131 214 239 / 0.9);
}

.active\:bg-tykhe-digital-alt3\/95:active {
  background-color: rgb(131 214 239 / 0.95);
}

.active\:bg-tykhe-digital\/0:active {
  background-color: rgb(239 156 131 / 0);
}

.active\:bg-tykhe-digital\/10:active {
  background-color: rgb(239 156 131 / 0.1);
}

.active\:bg-tykhe-digital\/100:active {
  background-color: rgb(239 156 131 / 1);
}

.active\:bg-tykhe-digital\/20:active {
  background-color: rgb(239 156 131 / 0.2);
}

.active\:bg-tykhe-digital\/25:active {
  background-color: rgb(239 156 131 / 0.25);
}

.active\:bg-tykhe-digital\/30:active {
  background-color: rgb(239 156 131 / 0.3);
}

.active\:bg-tykhe-digital\/40:active {
  background-color: rgb(239 156 131 / 0.4);
}

.active\:bg-tykhe-digital\/5:active {
  background-color: rgb(239 156 131 / 0.05);
}

.active\:bg-tykhe-digital\/50:active {
  background-color: rgb(239 156 131 / 0.5);
}

.active\:bg-tykhe-digital\/60:active {
  background-color: rgb(239 156 131 / 0.6);
}

.active\:bg-tykhe-digital\/70:active {
  background-color: rgb(239 156 131 / 0.7);
}

.active\:bg-tykhe-digital\/75:active {
  background-color: rgb(239 156 131 / 0.75);
}

.active\:bg-tykhe-digital\/80:active {
  background-color: rgb(239 156 131 / 0.8);
}

.active\:bg-tykhe-digital\/90:active {
  background-color: rgb(239 156 131 / 0.9);
}

.active\:bg-tykhe-digital\/95:active {
  background-color: rgb(239 156 131 / 0.95);
}

.active\:bg-violet-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity));
}

.active\:bg-violet-100\/0:active {
  background-color: rgb(237 233 254 / 0);
}

.active\:bg-violet-100\/10:active {
  background-color: rgb(237 233 254 / 0.1);
}

.active\:bg-violet-100\/100:active {
  background-color: rgb(237 233 254 / 1);
}

.active\:bg-violet-100\/20:active {
  background-color: rgb(237 233 254 / 0.2);
}

.active\:bg-violet-100\/25:active {
  background-color: rgb(237 233 254 / 0.25);
}

.active\:bg-violet-100\/30:active {
  background-color: rgb(237 233 254 / 0.3);
}

.active\:bg-violet-100\/40:active {
  background-color: rgb(237 233 254 / 0.4);
}

.active\:bg-violet-100\/5:active {
  background-color: rgb(237 233 254 / 0.05);
}

.active\:bg-violet-100\/50:active {
  background-color: rgb(237 233 254 / 0.5);
}

.active\:bg-violet-100\/60:active {
  background-color: rgb(237 233 254 / 0.6);
}

.active\:bg-violet-100\/70:active {
  background-color: rgb(237 233 254 / 0.7);
}

.active\:bg-violet-100\/75:active {
  background-color: rgb(237 233 254 / 0.75);
}

.active\:bg-violet-100\/80:active {
  background-color: rgb(237 233 254 / 0.8);
}

.active\:bg-violet-100\/90:active {
  background-color: rgb(237 233 254 / 0.9);
}

.active\:bg-violet-100\/95:active {
  background-color: rgb(237 233 254 / 0.95);
}

.active\:bg-violet-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(221 214 254 / var(--tw-bg-opacity));
}

.active\:bg-violet-200\/0:active {
  background-color: rgb(221 214 254 / 0);
}

.active\:bg-violet-200\/10:active {
  background-color: rgb(221 214 254 / 0.1);
}

.active\:bg-violet-200\/100:active {
  background-color: rgb(221 214 254 / 1);
}

.active\:bg-violet-200\/20:active {
  background-color: rgb(221 214 254 / 0.2);
}

.active\:bg-violet-200\/25:active {
  background-color: rgb(221 214 254 / 0.25);
}

.active\:bg-violet-200\/30:active {
  background-color: rgb(221 214 254 / 0.3);
}

.active\:bg-violet-200\/40:active {
  background-color: rgb(221 214 254 / 0.4);
}

.active\:bg-violet-200\/5:active {
  background-color: rgb(221 214 254 / 0.05);
}

.active\:bg-violet-200\/50:active {
  background-color: rgb(221 214 254 / 0.5);
}

.active\:bg-violet-200\/60:active {
  background-color: rgb(221 214 254 / 0.6);
}

.active\:bg-violet-200\/70:active {
  background-color: rgb(221 214 254 / 0.7);
}

.active\:bg-violet-200\/75:active {
  background-color: rgb(221 214 254 / 0.75);
}

.active\:bg-violet-200\/80:active {
  background-color: rgb(221 214 254 / 0.8);
}

.active\:bg-violet-200\/90:active {
  background-color: rgb(221 214 254 / 0.9);
}

.active\:bg-violet-200\/95:active {
  background-color: rgb(221 214 254 / 0.95);
}

.active\:bg-violet-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity));
}

.active\:bg-violet-300\/0:active {
  background-color: rgb(196 181 253 / 0);
}

.active\:bg-violet-300\/10:active {
  background-color: rgb(196 181 253 / 0.1);
}

.active\:bg-violet-300\/100:active {
  background-color: rgb(196 181 253 / 1);
}

.active\:bg-violet-300\/20:active {
  background-color: rgb(196 181 253 / 0.2);
}

.active\:bg-violet-300\/25:active {
  background-color: rgb(196 181 253 / 0.25);
}

.active\:bg-violet-300\/30:active {
  background-color: rgb(196 181 253 / 0.3);
}

.active\:bg-violet-300\/40:active {
  background-color: rgb(196 181 253 / 0.4);
}

.active\:bg-violet-300\/5:active {
  background-color: rgb(196 181 253 / 0.05);
}

.active\:bg-violet-300\/50:active {
  background-color: rgb(196 181 253 / 0.5);
}

.active\:bg-violet-300\/60:active {
  background-color: rgb(196 181 253 / 0.6);
}

.active\:bg-violet-300\/70:active {
  background-color: rgb(196 181 253 / 0.7);
}

.active\:bg-violet-300\/75:active {
  background-color: rgb(196 181 253 / 0.75);
}

.active\:bg-violet-300\/80:active {
  background-color: rgb(196 181 253 / 0.8);
}

.active\:bg-violet-300\/90:active {
  background-color: rgb(196 181 253 / 0.9);
}

.active\:bg-violet-300\/95:active {
  background-color: rgb(196 181 253 / 0.95);
}

.active\:bg-violet-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity));
}

.active\:bg-violet-400\/0:active {
  background-color: rgb(167 139 250 / 0);
}

.active\:bg-violet-400\/10:active {
  background-color: rgb(167 139 250 / 0.1);
}

.active\:bg-violet-400\/100:active {
  background-color: rgb(167 139 250 / 1);
}

.active\:bg-violet-400\/20:active {
  background-color: rgb(167 139 250 / 0.2);
}

.active\:bg-violet-400\/25:active {
  background-color: rgb(167 139 250 / 0.25);
}

.active\:bg-violet-400\/30:active {
  background-color: rgb(167 139 250 / 0.3);
}

.active\:bg-violet-400\/40:active {
  background-color: rgb(167 139 250 / 0.4);
}

.active\:bg-violet-400\/5:active {
  background-color: rgb(167 139 250 / 0.05);
}

.active\:bg-violet-400\/50:active {
  background-color: rgb(167 139 250 / 0.5);
}

.active\:bg-violet-400\/60:active {
  background-color: rgb(167 139 250 / 0.6);
}

.active\:bg-violet-400\/70:active {
  background-color: rgb(167 139 250 / 0.7);
}

.active\:bg-violet-400\/75:active {
  background-color: rgb(167 139 250 / 0.75);
}

.active\:bg-violet-400\/80:active {
  background-color: rgb(167 139 250 / 0.8);
}

.active\:bg-violet-400\/90:active {
  background-color: rgb(167 139 250 / 0.9);
}

.active\:bg-violet-400\/95:active {
  background-color: rgb(167 139 250 / 0.95);
}

.active\:bg-violet-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity));
}

.active\:bg-violet-50\/0:active {
  background-color: rgb(245 243 255 / 0);
}

.active\:bg-violet-50\/10:active {
  background-color: rgb(245 243 255 / 0.1);
}

.active\:bg-violet-50\/100:active {
  background-color: rgb(245 243 255 / 1);
}

.active\:bg-violet-50\/20:active {
  background-color: rgb(245 243 255 / 0.2);
}

.active\:bg-violet-50\/25:active {
  background-color: rgb(245 243 255 / 0.25);
}

.active\:bg-violet-50\/30:active {
  background-color: rgb(245 243 255 / 0.3);
}

.active\:bg-violet-50\/40:active {
  background-color: rgb(245 243 255 / 0.4);
}

.active\:bg-violet-50\/5:active {
  background-color: rgb(245 243 255 / 0.05);
}

.active\:bg-violet-50\/50:active {
  background-color: rgb(245 243 255 / 0.5);
}

.active\:bg-violet-50\/60:active {
  background-color: rgb(245 243 255 / 0.6);
}

.active\:bg-violet-50\/70:active {
  background-color: rgb(245 243 255 / 0.7);
}

.active\:bg-violet-50\/75:active {
  background-color: rgb(245 243 255 / 0.75);
}

.active\:bg-violet-50\/80:active {
  background-color: rgb(245 243 255 / 0.8);
}

.active\:bg-violet-50\/90:active {
  background-color: rgb(245 243 255 / 0.9);
}

.active\:bg-violet-50\/95:active {
  background-color: rgb(245 243 255 / 0.95);
}

.active\:bg-violet-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity));
}

.active\:bg-violet-500\/0:active {
  background-color: rgb(139 92 246 / 0);
}

.active\:bg-violet-500\/10:active {
  background-color: rgb(139 92 246 / 0.1);
}

.active\:bg-violet-500\/100:active {
  background-color: rgb(139 92 246 / 1);
}

.active\:bg-violet-500\/20:active {
  background-color: rgb(139 92 246 / 0.2);
}

.active\:bg-violet-500\/25:active {
  background-color: rgb(139 92 246 / 0.25);
}

.active\:bg-violet-500\/30:active {
  background-color: rgb(139 92 246 / 0.3);
}

.active\:bg-violet-500\/40:active {
  background-color: rgb(139 92 246 / 0.4);
}

.active\:bg-violet-500\/5:active {
  background-color: rgb(139 92 246 / 0.05);
}

.active\:bg-violet-500\/50:active {
  background-color: rgb(139 92 246 / 0.5);
}

.active\:bg-violet-500\/60:active {
  background-color: rgb(139 92 246 / 0.6);
}

.active\:bg-violet-500\/70:active {
  background-color: rgb(139 92 246 / 0.7);
}

.active\:bg-violet-500\/75:active {
  background-color: rgb(139 92 246 / 0.75);
}

.active\:bg-violet-500\/80:active {
  background-color: rgb(139 92 246 / 0.8);
}

.active\:bg-violet-500\/90:active {
  background-color: rgb(139 92 246 / 0.9);
}

.active\:bg-violet-500\/95:active {
  background-color: rgb(139 92 246 / 0.95);
}

.active\:bg-violet-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity));
}

.active\:bg-violet-600\/0:active {
  background-color: rgb(124 58 237 / 0);
}

.active\:bg-violet-600\/10:active {
  background-color: rgb(124 58 237 / 0.1);
}

.active\:bg-violet-600\/100:active {
  background-color: rgb(124 58 237 / 1);
}

.active\:bg-violet-600\/20:active {
  background-color: rgb(124 58 237 / 0.2);
}

.active\:bg-violet-600\/25:active {
  background-color: rgb(124 58 237 / 0.25);
}

.active\:bg-violet-600\/30:active {
  background-color: rgb(124 58 237 / 0.3);
}

.active\:bg-violet-600\/40:active {
  background-color: rgb(124 58 237 / 0.4);
}

.active\:bg-violet-600\/5:active {
  background-color: rgb(124 58 237 / 0.05);
}

.active\:bg-violet-600\/50:active {
  background-color: rgb(124 58 237 / 0.5);
}

.active\:bg-violet-600\/60:active {
  background-color: rgb(124 58 237 / 0.6);
}

.active\:bg-violet-600\/70:active {
  background-color: rgb(124 58 237 / 0.7);
}

.active\:bg-violet-600\/75:active {
  background-color: rgb(124 58 237 / 0.75);
}

.active\:bg-violet-600\/80:active {
  background-color: rgb(124 58 237 / 0.8);
}

.active\:bg-violet-600\/90:active {
  background-color: rgb(124 58 237 / 0.9);
}

.active\:bg-violet-600\/95:active {
  background-color: rgb(124 58 237 / 0.95);
}

.active\:bg-violet-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity));
}

.active\:bg-violet-700\/0:active {
  background-color: rgb(109 40 217 / 0);
}

.active\:bg-violet-700\/10:active {
  background-color: rgb(109 40 217 / 0.1);
}

.active\:bg-violet-700\/100:active {
  background-color: rgb(109 40 217 / 1);
}

.active\:bg-violet-700\/20:active {
  background-color: rgb(109 40 217 / 0.2);
}

.active\:bg-violet-700\/25:active {
  background-color: rgb(109 40 217 / 0.25);
}

.active\:bg-violet-700\/30:active {
  background-color: rgb(109 40 217 / 0.3);
}

.active\:bg-violet-700\/40:active {
  background-color: rgb(109 40 217 / 0.4);
}

.active\:bg-violet-700\/5:active {
  background-color: rgb(109 40 217 / 0.05);
}

.active\:bg-violet-700\/50:active {
  background-color: rgb(109 40 217 / 0.5);
}

.active\:bg-violet-700\/60:active {
  background-color: rgb(109 40 217 / 0.6);
}

.active\:bg-violet-700\/70:active {
  background-color: rgb(109 40 217 / 0.7);
}

.active\:bg-violet-700\/75:active {
  background-color: rgb(109 40 217 / 0.75);
}

.active\:bg-violet-700\/80:active {
  background-color: rgb(109 40 217 / 0.8);
}

.active\:bg-violet-700\/90:active {
  background-color: rgb(109 40 217 / 0.9);
}

.active\:bg-violet-700\/95:active {
  background-color: rgb(109 40 217 / 0.95);
}

.active\:bg-violet-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity));
}

.active\:bg-violet-800\/0:active {
  background-color: rgb(91 33 182 / 0);
}

.active\:bg-violet-800\/10:active {
  background-color: rgb(91 33 182 / 0.1);
}

.active\:bg-violet-800\/100:active {
  background-color: rgb(91 33 182 / 1);
}

.active\:bg-violet-800\/20:active {
  background-color: rgb(91 33 182 / 0.2);
}

.active\:bg-violet-800\/25:active {
  background-color: rgb(91 33 182 / 0.25);
}

.active\:bg-violet-800\/30:active {
  background-color: rgb(91 33 182 / 0.3);
}

.active\:bg-violet-800\/40:active {
  background-color: rgb(91 33 182 / 0.4);
}

.active\:bg-violet-800\/5:active {
  background-color: rgb(91 33 182 / 0.05);
}

.active\:bg-violet-800\/50:active {
  background-color: rgb(91 33 182 / 0.5);
}

.active\:bg-violet-800\/60:active {
  background-color: rgb(91 33 182 / 0.6);
}

.active\:bg-violet-800\/70:active {
  background-color: rgb(91 33 182 / 0.7);
}

.active\:bg-violet-800\/75:active {
  background-color: rgb(91 33 182 / 0.75);
}

.active\:bg-violet-800\/80:active {
  background-color: rgb(91 33 182 / 0.8);
}

.active\:bg-violet-800\/90:active {
  background-color: rgb(91 33 182 / 0.9);
}

.active\:bg-violet-800\/95:active {
  background-color: rgb(91 33 182 / 0.95);
}

.active\:bg-violet-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(76 29 149 / var(--tw-bg-opacity));
}

.active\:bg-violet-900\/0:active {
  background-color: rgb(76 29 149 / 0);
}

.active\:bg-violet-900\/10:active {
  background-color: rgb(76 29 149 / 0.1);
}

.active\:bg-violet-900\/100:active {
  background-color: rgb(76 29 149 / 1);
}

.active\:bg-violet-900\/20:active {
  background-color: rgb(76 29 149 / 0.2);
}

.active\:bg-violet-900\/25:active {
  background-color: rgb(76 29 149 / 0.25);
}

.active\:bg-violet-900\/30:active {
  background-color: rgb(76 29 149 / 0.3);
}

.active\:bg-violet-900\/40:active {
  background-color: rgb(76 29 149 / 0.4);
}

.active\:bg-violet-900\/5:active {
  background-color: rgb(76 29 149 / 0.05);
}

.active\:bg-violet-900\/50:active {
  background-color: rgb(76 29 149 / 0.5);
}

.active\:bg-violet-900\/60:active {
  background-color: rgb(76 29 149 / 0.6);
}

.active\:bg-violet-900\/70:active {
  background-color: rgb(76 29 149 / 0.7);
}

.active\:bg-violet-900\/75:active {
  background-color: rgb(76 29 149 / 0.75);
}

.active\:bg-violet-900\/80:active {
  background-color: rgb(76 29 149 / 0.8);
}

.active\:bg-violet-900\/90:active {
  background-color: rgb(76 29 149 / 0.9);
}

.active\:bg-violet-900\/95:active {
  background-color: rgb(76 29 149 / 0.95);
}

.active\:bg-violet-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(46 16 101 / var(--tw-bg-opacity));
}

.active\:bg-violet-950\/0:active {
  background-color: rgb(46 16 101 / 0);
}

.active\:bg-violet-950\/10:active {
  background-color: rgb(46 16 101 / 0.1);
}

.active\:bg-violet-950\/100:active {
  background-color: rgb(46 16 101 / 1);
}

.active\:bg-violet-950\/20:active {
  background-color: rgb(46 16 101 / 0.2);
}

.active\:bg-violet-950\/25:active {
  background-color: rgb(46 16 101 / 0.25);
}

.active\:bg-violet-950\/30:active {
  background-color: rgb(46 16 101 / 0.3);
}

.active\:bg-violet-950\/40:active {
  background-color: rgb(46 16 101 / 0.4);
}

.active\:bg-violet-950\/5:active {
  background-color: rgb(46 16 101 / 0.05);
}

.active\:bg-violet-950\/50:active {
  background-color: rgb(46 16 101 / 0.5);
}

.active\:bg-violet-950\/60:active {
  background-color: rgb(46 16 101 / 0.6);
}

.active\:bg-violet-950\/70:active {
  background-color: rgb(46 16 101 / 0.7);
}

.active\:bg-violet-950\/75:active {
  background-color: rgb(46 16 101 / 0.75);
}

.active\:bg-violet-950\/80:active {
  background-color: rgb(46 16 101 / 0.8);
}

.active\:bg-violet-950\/90:active {
  background-color: rgb(46 16 101 / 0.9);
}

.active\:bg-violet-950\/95:active {
  background-color: rgb(46 16 101 / 0.95);
}

.active\:bg-white:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.active\:bg-white\/0:active {
  background-color: rgb(255 255 255 / 0);
}

.active\:bg-white\/10:active {
  background-color: rgb(255 255 255 / 0.1);
}

.active\:bg-white\/100:active {
  background-color: rgb(255 255 255 / 1);
}

.active\:bg-white\/20:active {
  background-color: rgb(255 255 255 / 0.2);
}

.active\:bg-white\/25:active {
  background-color: rgb(255 255 255 / 0.25);
}

.active\:bg-white\/30:active {
  background-color: rgb(255 255 255 / 0.3);
}

.active\:bg-white\/40:active {
  background-color: rgb(255 255 255 / 0.4);
}

.active\:bg-white\/5:active {
  background-color: rgb(255 255 255 / 0.05);
}

.active\:bg-white\/50:active {
  background-color: rgb(255 255 255 / 0.5);
}

.active\:bg-white\/60:active {
  background-color: rgb(255 255 255 / 0.6);
}

.active\:bg-white\/70:active {
  background-color: rgb(255 255 255 / 0.7);
}

.active\:bg-white\/75:active {
  background-color: rgb(255 255 255 / 0.75);
}

.active\:bg-white\/80:active {
  background-color: rgb(255 255 255 / 0.8);
}

.active\:bg-white\/90:active {
  background-color: rgb(255 255 255 / 0.9);
}

.active\:bg-white\/95:active {
  background-color: rgb(255 255 255 / 0.95);
}

.active\:bg-work-identity-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(166 235 194 / var(--tw-bg-opacity));
}

.active\:bg-work-identity-300\/0:active {
  background-color: rgb(166 235 194 / 0);
}

.active\:bg-work-identity-300\/10:active {
  background-color: rgb(166 235 194 / 0.1);
}

.active\:bg-work-identity-300\/100:active {
  background-color: rgb(166 235 194 / 1);
}

.active\:bg-work-identity-300\/20:active {
  background-color: rgb(166 235 194 / 0.2);
}

.active\:bg-work-identity-300\/25:active {
  background-color: rgb(166 235 194 / 0.25);
}

.active\:bg-work-identity-300\/30:active {
  background-color: rgb(166 235 194 / 0.3);
}

.active\:bg-work-identity-300\/40:active {
  background-color: rgb(166 235 194 / 0.4);
}

.active\:bg-work-identity-300\/5:active {
  background-color: rgb(166 235 194 / 0.05);
}

.active\:bg-work-identity-300\/50:active {
  background-color: rgb(166 235 194 / 0.5);
}

.active\:bg-work-identity-300\/60:active {
  background-color: rgb(166 235 194 / 0.6);
}

.active\:bg-work-identity-300\/70:active {
  background-color: rgb(166 235 194 / 0.7);
}

.active\:bg-work-identity-300\/75:active {
  background-color: rgb(166 235 194 / 0.75);
}

.active\:bg-work-identity-300\/80:active {
  background-color: rgb(166 235 194 / 0.8);
}

.active\:bg-work-identity-300\/90:active {
  background-color: rgb(166 235 194 / 0.9);
}

.active\:bg-work-identity-300\/95:active {
  background-color: rgb(166 235 194 / 0.95);
}

.active\:bg-work-identity-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(83 221 139 / var(--tw-bg-opacity));
}

.active\:bg-work-identity-400\/0:active {
  background-color: rgb(83 221 139 / 0);
}

.active\:bg-work-identity-400\/10:active {
  background-color: rgb(83 221 139 / 0.1);
}

.active\:bg-work-identity-400\/100:active {
  background-color: rgb(83 221 139 / 1);
}

.active\:bg-work-identity-400\/20:active {
  background-color: rgb(83 221 139 / 0.2);
}

.active\:bg-work-identity-400\/25:active {
  background-color: rgb(83 221 139 / 0.25);
}

.active\:bg-work-identity-400\/30:active {
  background-color: rgb(83 221 139 / 0.3);
}

.active\:bg-work-identity-400\/40:active {
  background-color: rgb(83 221 139 / 0.4);
}

.active\:bg-work-identity-400\/5:active {
  background-color: rgb(83 221 139 / 0.05);
}

.active\:bg-work-identity-400\/50:active {
  background-color: rgb(83 221 139 / 0.5);
}

.active\:bg-work-identity-400\/60:active {
  background-color: rgb(83 221 139 / 0.6);
}

.active\:bg-work-identity-400\/70:active {
  background-color: rgb(83 221 139 / 0.7);
}

.active\:bg-work-identity-400\/75:active {
  background-color: rgb(83 221 139 / 0.75);
}

.active\:bg-work-identity-400\/80:active {
  background-color: rgb(83 221 139 / 0.8);
}

.active\:bg-work-identity-400\/90:active {
  background-color: rgb(83 221 139 / 0.9);
}

.active\:bg-work-identity-400\/95:active {
  background-color: rgb(83 221 139 / 0.95);
}

.active\:bg-work-identity-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 208 84 / var(--tw-bg-opacity));
}

.active\:bg-work-identity-500\/0:active {
  background-color: rgb(0 208 84 / 0);
}

.active\:bg-work-identity-500\/10:active {
  background-color: rgb(0 208 84 / 0.1);
}

.active\:bg-work-identity-500\/100:active {
  background-color: rgb(0 208 84 / 1);
}

.active\:bg-work-identity-500\/20:active {
  background-color: rgb(0 208 84 / 0.2);
}

.active\:bg-work-identity-500\/25:active {
  background-color: rgb(0 208 84 / 0.25);
}

.active\:bg-work-identity-500\/30:active {
  background-color: rgb(0 208 84 / 0.3);
}

.active\:bg-work-identity-500\/40:active {
  background-color: rgb(0 208 84 / 0.4);
}

.active\:bg-work-identity-500\/5:active {
  background-color: rgb(0 208 84 / 0.05);
}

.active\:bg-work-identity-500\/50:active {
  background-color: rgb(0 208 84 / 0.5);
}

.active\:bg-work-identity-500\/60:active {
  background-color: rgb(0 208 84 / 0.6);
}

.active\:bg-work-identity-500\/70:active {
  background-color: rgb(0 208 84 / 0.7);
}

.active\:bg-work-identity-500\/75:active {
  background-color: rgb(0 208 84 / 0.75);
}

.active\:bg-work-identity-500\/80:active {
  background-color: rgb(0 208 84 / 0.8);
}

.active\:bg-work-identity-500\/90:active {
  background-color: rgb(0 208 84 / 0.9);
}

.active\:bg-work-identity-500\/95:active {
  background-color: rgb(0 208 84 / 0.95);
}

.active\:bg-work-identity-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}

.active\:bg-work-identity-900\/0:active {
  background-color: rgb(249 249 249 / 0);
}

.active\:bg-work-identity-900\/10:active {
  background-color: rgb(249 249 249 / 0.1);
}

.active\:bg-work-identity-900\/100:active {
  background-color: rgb(249 249 249 / 1);
}

.active\:bg-work-identity-900\/20:active {
  background-color: rgb(249 249 249 / 0.2);
}

.active\:bg-work-identity-900\/25:active {
  background-color: rgb(249 249 249 / 0.25);
}

.active\:bg-work-identity-900\/30:active {
  background-color: rgb(249 249 249 / 0.3);
}

.active\:bg-work-identity-900\/40:active {
  background-color: rgb(249 249 249 / 0.4);
}

.active\:bg-work-identity-900\/5:active {
  background-color: rgb(249 249 249 / 0.05);
}

.active\:bg-work-identity-900\/50:active {
  background-color: rgb(249 249 249 / 0.5);
}

.active\:bg-work-identity-900\/60:active {
  background-color: rgb(249 249 249 / 0.6);
}

.active\:bg-work-identity-900\/70:active {
  background-color: rgb(249 249 249 / 0.7);
}

.active\:bg-work-identity-900\/75:active {
  background-color: rgb(249 249 249 / 0.75);
}

.active\:bg-work-identity-900\/80:active {
  background-color: rgb(249 249 249 / 0.8);
}

.active\:bg-work-identity-900\/90:active {
  background-color: rgb(249 249 249 / 0.9);
}

.active\:bg-work-identity-900\/95:active {
  background-color: rgb(249 249 249 / 0.95);
}

.active\:bg-yellow-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}

.active\:bg-yellow-100\/0:active {
  background-color: rgb(254 249 195 / 0);
}

.active\:bg-yellow-100\/10:active {
  background-color: rgb(254 249 195 / 0.1);
}

.active\:bg-yellow-100\/100:active {
  background-color: rgb(254 249 195 / 1);
}

.active\:bg-yellow-100\/20:active {
  background-color: rgb(254 249 195 / 0.2);
}

.active\:bg-yellow-100\/25:active {
  background-color: rgb(254 249 195 / 0.25);
}

.active\:bg-yellow-100\/30:active {
  background-color: rgb(254 249 195 / 0.3);
}

.active\:bg-yellow-100\/40:active {
  background-color: rgb(254 249 195 / 0.4);
}

.active\:bg-yellow-100\/5:active {
  background-color: rgb(254 249 195 / 0.05);
}

.active\:bg-yellow-100\/50:active {
  background-color: rgb(254 249 195 / 0.5);
}

.active\:bg-yellow-100\/60:active {
  background-color: rgb(254 249 195 / 0.6);
}

.active\:bg-yellow-100\/70:active {
  background-color: rgb(254 249 195 / 0.7);
}

.active\:bg-yellow-100\/75:active {
  background-color: rgb(254 249 195 / 0.75);
}

.active\:bg-yellow-100\/80:active {
  background-color: rgb(254 249 195 / 0.8);
}

.active\:bg-yellow-100\/90:active {
  background-color: rgb(254 249 195 / 0.9);
}

.active\:bg-yellow-100\/95:active {
  background-color: rgb(254 249 195 / 0.95);
}

.active\:bg-yellow-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}

.active\:bg-yellow-200\/0:active {
  background-color: rgb(254 240 138 / 0);
}

.active\:bg-yellow-200\/10:active {
  background-color: rgb(254 240 138 / 0.1);
}

.active\:bg-yellow-200\/100:active {
  background-color: rgb(254 240 138 / 1);
}

.active\:bg-yellow-200\/20:active {
  background-color: rgb(254 240 138 / 0.2);
}

.active\:bg-yellow-200\/25:active {
  background-color: rgb(254 240 138 / 0.25);
}

.active\:bg-yellow-200\/30:active {
  background-color: rgb(254 240 138 / 0.3);
}

.active\:bg-yellow-200\/40:active {
  background-color: rgb(254 240 138 / 0.4);
}

.active\:bg-yellow-200\/5:active {
  background-color: rgb(254 240 138 / 0.05);
}

.active\:bg-yellow-200\/50:active {
  background-color: rgb(254 240 138 / 0.5);
}

.active\:bg-yellow-200\/60:active {
  background-color: rgb(254 240 138 / 0.6);
}

.active\:bg-yellow-200\/70:active {
  background-color: rgb(254 240 138 / 0.7);
}

.active\:bg-yellow-200\/75:active {
  background-color: rgb(254 240 138 / 0.75);
}

.active\:bg-yellow-200\/80:active {
  background-color: rgb(254 240 138 / 0.8);
}

.active\:bg-yellow-200\/90:active {
  background-color: rgb(254 240 138 / 0.9);
}

.active\:bg-yellow-200\/95:active {
  background-color: rgb(254 240 138 / 0.95);
}

.active\:bg-yellow-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}

.active\:bg-yellow-300\/0:active {
  background-color: rgb(253 224 71 / 0);
}

.active\:bg-yellow-300\/10:active {
  background-color: rgb(253 224 71 / 0.1);
}

.active\:bg-yellow-300\/100:active {
  background-color: rgb(253 224 71 / 1);
}

.active\:bg-yellow-300\/20:active {
  background-color: rgb(253 224 71 / 0.2);
}

.active\:bg-yellow-300\/25:active {
  background-color: rgb(253 224 71 / 0.25);
}

.active\:bg-yellow-300\/30:active {
  background-color: rgb(253 224 71 / 0.3);
}

.active\:bg-yellow-300\/40:active {
  background-color: rgb(253 224 71 / 0.4);
}

.active\:bg-yellow-300\/5:active {
  background-color: rgb(253 224 71 / 0.05);
}

.active\:bg-yellow-300\/50:active {
  background-color: rgb(253 224 71 / 0.5);
}

.active\:bg-yellow-300\/60:active {
  background-color: rgb(253 224 71 / 0.6);
}

.active\:bg-yellow-300\/70:active {
  background-color: rgb(253 224 71 / 0.7);
}

.active\:bg-yellow-300\/75:active {
  background-color: rgb(253 224 71 / 0.75);
}

.active\:bg-yellow-300\/80:active {
  background-color: rgb(253 224 71 / 0.8);
}

.active\:bg-yellow-300\/90:active {
  background-color: rgb(253 224 71 / 0.9);
}

.active\:bg-yellow-300\/95:active {
  background-color: rgb(253 224 71 / 0.95);
}

.active\:bg-yellow-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}

.active\:bg-yellow-400\/0:active {
  background-color: rgb(250 204 21 / 0);
}

.active\:bg-yellow-400\/10:active {
  background-color: rgb(250 204 21 / 0.1);
}

.active\:bg-yellow-400\/100:active {
  background-color: rgb(250 204 21 / 1);
}

.active\:bg-yellow-400\/20:active {
  background-color: rgb(250 204 21 / 0.2);
}

.active\:bg-yellow-400\/25:active {
  background-color: rgb(250 204 21 / 0.25);
}

.active\:bg-yellow-400\/30:active {
  background-color: rgb(250 204 21 / 0.3);
}

.active\:bg-yellow-400\/40:active {
  background-color: rgb(250 204 21 / 0.4);
}

.active\:bg-yellow-400\/5:active {
  background-color: rgb(250 204 21 / 0.05);
}

.active\:bg-yellow-400\/50:active {
  background-color: rgb(250 204 21 / 0.5);
}

.active\:bg-yellow-400\/60:active {
  background-color: rgb(250 204 21 / 0.6);
}

.active\:bg-yellow-400\/70:active {
  background-color: rgb(250 204 21 / 0.7);
}

.active\:bg-yellow-400\/75:active {
  background-color: rgb(250 204 21 / 0.75);
}

.active\:bg-yellow-400\/80:active {
  background-color: rgb(250 204 21 / 0.8);
}

.active\:bg-yellow-400\/90:active {
  background-color: rgb(250 204 21 / 0.9);
}

.active\:bg-yellow-400\/95:active {
  background-color: rgb(250 204 21 / 0.95);
}

.active\:bg-yellow-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}

.active\:bg-yellow-50\/0:active {
  background-color: rgb(254 252 232 / 0);
}

.active\:bg-yellow-50\/10:active {
  background-color: rgb(254 252 232 / 0.1);
}

.active\:bg-yellow-50\/100:active {
  background-color: rgb(254 252 232 / 1);
}

.active\:bg-yellow-50\/20:active {
  background-color: rgb(254 252 232 / 0.2);
}

.active\:bg-yellow-50\/25:active {
  background-color: rgb(254 252 232 / 0.25);
}

.active\:bg-yellow-50\/30:active {
  background-color: rgb(254 252 232 / 0.3);
}

.active\:bg-yellow-50\/40:active {
  background-color: rgb(254 252 232 / 0.4);
}

.active\:bg-yellow-50\/5:active {
  background-color: rgb(254 252 232 / 0.05);
}

.active\:bg-yellow-50\/50:active {
  background-color: rgb(254 252 232 / 0.5);
}

.active\:bg-yellow-50\/60:active {
  background-color: rgb(254 252 232 / 0.6);
}

.active\:bg-yellow-50\/70:active {
  background-color: rgb(254 252 232 / 0.7);
}

.active\:bg-yellow-50\/75:active {
  background-color: rgb(254 252 232 / 0.75);
}

.active\:bg-yellow-50\/80:active {
  background-color: rgb(254 252 232 / 0.8);
}

.active\:bg-yellow-50\/90:active {
  background-color: rgb(254 252 232 / 0.9);
}

.active\:bg-yellow-50\/95:active {
  background-color: rgb(254 252 232 / 0.95);
}

.active\:bg-yellow-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}

.active\:bg-yellow-500\/0:active {
  background-color: rgb(234 179 8 / 0);
}

.active\:bg-yellow-500\/10:active {
  background-color: rgb(234 179 8 / 0.1);
}

.active\:bg-yellow-500\/100:active {
  background-color: rgb(234 179 8 / 1);
}

.active\:bg-yellow-500\/20:active {
  background-color: rgb(234 179 8 / 0.2);
}

.active\:bg-yellow-500\/25:active {
  background-color: rgb(234 179 8 / 0.25);
}

.active\:bg-yellow-500\/30:active {
  background-color: rgb(234 179 8 / 0.3);
}

.active\:bg-yellow-500\/40:active {
  background-color: rgb(234 179 8 / 0.4);
}

.active\:bg-yellow-500\/5:active {
  background-color: rgb(234 179 8 / 0.05);
}

.active\:bg-yellow-500\/50:active {
  background-color: rgb(234 179 8 / 0.5);
}

.active\:bg-yellow-500\/60:active {
  background-color: rgb(234 179 8 / 0.6);
}

.active\:bg-yellow-500\/70:active {
  background-color: rgb(234 179 8 / 0.7);
}

.active\:bg-yellow-500\/75:active {
  background-color: rgb(234 179 8 / 0.75);
}

.active\:bg-yellow-500\/80:active {
  background-color: rgb(234 179 8 / 0.8);
}

.active\:bg-yellow-500\/90:active {
  background-color: rgb(234 179 8 / 0.9);
}

.active\:bg-yellow-500\/95:active {
  background-color: rgb(234 179 8 / 0.95);
}

.active\:bg-yellow-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}

.active\:bg-yellow-600\/0:active {
  background-color: rgb(202 138 4 / 0);
}

.active\:bg-yellow-600\/10:active {
  background-color: rgb(202 138 4 / 0.1);
}

.active\:bg-yellow-600\/100:active {
  background-color: rgb(202 138 4 / 1);
}

.active\:bg-yellow-600\/20:active {
  background-color: rgb(202 138 4 / 0.2);
}

.active\:bg-yellow-600\/25:active {
  background-color: rgb(202 138 4 / 0.25);
}

.active\:bg-yellow-600\/30:active {
  background-color: rgb(202 138 4 / 0.3);
}

.active\:bg-yellow-600\/40:active {
  background-color: rgb(202 138 4 / 0.4);
}

.active\:bg-yellow-600\/5:active {
  background-color: rgb(202 138 4 / 0.05);
}

.active\:bg-yellow-600\/50:active {
  background-color: rgb(202 138 4 / 0.5);
}

.active\:bg-yellow-600\/60:active {
  background-color: rgb(202 138 4 / 0.6);
}

.active\:bg-yellow-600\/70:active {
  background-color: rgb(202 138 4 / 0.7);
}

.active\:bg-yellow-600\/75:active {
  background-color: rgb(202 138 4 / 0.75);
}

.active\:bg-yellow-600\/80:active {
  background-color: rgb(202 138 4 / 0.8);
}

.active\:bg-yellow-600\/90:active {
  background-color: rgb(202 138 4 / 0.9);
}

.active\:bg-yellow-600\/95:active {
  background-color: rgb(202 138 4 / 0.95);
}

.active\:bg-yellow-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity));
}

.active\:bg-yellow-700\/0:active {
  background-color: rgb(161 98 7 / 0);
}

.active\:bg-yellow-700\/10:active {
  background-color: rgb(161 98 7 / 0.1);
}

.active\:bg-yellow-700\/100:active {
  background-color: rgb(161 98 7 / 1);
}

.active\:bg-yellow-700\/20:active {
  background-color: rgb(161 98 7 / 0.2);
}

.active\:bg-yellow-700\/25:active {
  background-color: rgb(161 98 7 / 0.25);
}

.active\:bg-yellow-700\/30:active {
  background-color: rgb(161 98 7 / 0.3);
}

.active\:bg-yellow-700\/40:active {
  background-color: rgb(161 98 7 / 0.4);
}

.active\:bg-yellow-700\/5:active {
  background-color: rgb(161 98 7 / 0.05);
}

.active\:bg-yellow-700\/50:active {
  background-color: rgb(161 98 7 / 0.5);
}

.active\:bg-yellow-700\/60:active {
  background-color: rgb(161 98 7 / 0.6);
}

.active\:bg-yellow-700\/70:active {
  background-color: rgb(161 98 7 / 0.7);
}

.active\:bg-yellow-700\/75:active {
  background-color: rgb(161 98 7 / 0.75);
}

.active\:bg-yellow-700\/80:active {
  background-color: rgb(161 98 7 / 0.8);
}

.active\:bg-yellow-700\/90:active {
  background-color: rgb(161 98 7 / 0.9);
}

.active\:bg-yellow-700\/95:active {
  background-color: rgb(161 98 7 / 0.95);
}

.active\:bg-yellow-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity));
}

.active\:bg-yellow-800\/0:active {
  background-color: rgb(133 77 14 / 0);
}

.active\:bg-yellow-800\/10:active {
  background-color: rgb(133 77 14 / 0.1);
}

.active\:bg-yellow-800\/100:active {
  background-color: rgb(133 77 14 / 1);
}

.active\:bg-yellow-800\/20:active {
  background-color: rgb(133 77 14 / 0.2);
}

.active\:bg-yellow-800\/25:active {
  background-color: rgb(133 77 14 / 0.25);
}

.active\:bg-yellow-800\/30:active {
  background-color: rgb(133 77 14 / 0.3);
}

.active\:bg-yellow-800\/40:active {
  background-color: rgb(133 77 14 / 0.4);
}

.active\:bg-yellow-800\/5:active {
  background-color: rgb(133 77 14 / 0.05);
}

.active\:bg-yellow-800\/50:active {
  background-color: rgb(133 77 14 / 0.5);
}

.active\:bg-yellow-800\/60:active {
  background-color: rgb(133 77 14 / 0.6);
}

.active\:bg-yellow-800\/70:active {
  background-color: rgb(133 77 14 / 0.7);
}

.active\:bg-yellow-800\/75:active {
  background-color: rgb(133 77 14 / 0.75);
}

.active\:bg-yellow-800\/80:active {
  background-color: rgb(133 77 14 / 0.8);
}

.active\:bg-yellow-800\/90:active {
  background-color: rgb(133 77 14 / 0.9);
}

.active\:bg-yellow-800\/95:active {
  background-color: rgb(133 77 14 / 0.95);
}

.active\:bg-yellow-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity));
}

.active\:bg-yellow-900\/0:active {
  background-color: rgb(113 63 18 / 0);
}

.active\:bg-yellow-900\/10:active {
  background-color: rgb(113 63 18 / 0.1);
}

.active\:bg-yellow-900\/100:active {
  background-color: rgb(113 63 18 / 1);
}

.active\:bg-yellow-900\/20:active {
  background-color: rgb(113 63 18 / 0.2);
}

.active\:bg-yellow-900\/25:active {
  background-color: rgb(113 63 18 / 0.25);
}

.active\:bg-yellow-900\/30:active {
  background-color: rgb(113 63 18 / 0.3);
}

.active\:bg-yellow-900\/40:active {
  background-color: rgb(113 63 18 / 0.4);
}

.active\:bg-yellow-900\/5:active {
  background-color: rgb(113 63 18 / 0.05);
}

.active\:bg-yellow-900\/50:active {
  background-color: rgb(113 63 18 / 0.5);
}

.active\:bg-yellow-900\/60:active {
  background-color: rgb(113 63 18 / 0.6);
}

.active\:bg-yellow-900\/70:active {
  background-color: rgb(113 63 18 / 0.7);
}

.active\:bg-yellow-900\/75:active {
  background-color: rgb(113 63 18 / 0.75);
}

.active\:bg-yellow-900\/80:active {
  background-color: rgb(113 63 18 / 0.8);
}

.active\:bg-yellow-900\/90:active {
  background-color: rgb(113 63 18 / 0.9);
}

.active\:bg-yellow-900\/95:active {
  background-color: rgb(113 63 18 / 0.95);
}

.active\:bg-yellow-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity));
}

.active\:bg-yellow-950\/0:active {
  background-color: rgb(66 32 6 / 0);
}

.active\:bg-yellow-950\/10:active {
  background-color: rgb(66 32 6 / 0.1);
}

.active\:bg-yellow-950\/100:active {
  background-color: rgb(66 32 6 / 1);
}

.active\:bg-yellow-950\/20:active {
  background-color: rgb(66 32 6 / 0.2);
}

.active\:bg-yellow-950\/25:active {
  background-color: rgb(66 32 6 / 0.25);
}

.active\:bg-yellow-950\/30:active {
  background-color: rgb(66 32 6 / 0.3);
}

.active\:bg-yellow-950\/40:active {
  background-color: rgb(66 32 6 / 0.4);
}

.active\:bg-yellow-950\/5:active {
  background-color: rgb(66 32 6 / 0.05);
}

.active\:bg-yellow-950\/50:active {
  background-color: rgb(66 32 6 / 0.5);
}

.active\:bg-yellow-950\/60:active {
  background-color: rgb(66 32 6 / 0.6);
}

.active\:bg-yellow-950\/70:active {
  background-color: rgb(66 32 6 / 0.7);
}

.active\:bg-yellow-950\/75:active {
  background-color: rgb(66 32 6 / 0.75);
}

.active\:bg-yellow-950\/80:active {
  background-color: rgb(66 32 6 / 0.8);
}

.active\:bg-yellow-950\/90:active {
  background-color: rgb(66 32 6 / 0.9);
}

.active\:bg-yellow-950\/95:active {
  background-color: rgb(66 32 6 / 0.95);
}

.active\:bg-zinc-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}

.active\:bg-zinc-100\/0:active {
  background-color: rgb(244 244 245 / 0);
}

.active\:bg-zinc-100\/10:active {
  background-color: rgb(244 244 245 / 0.1);
}

.active\:bg-zinc-100\/100:active {
  background-color: rgb(244 244 245 / 1);
}

.active\:bg-zinc-100\/20:active {
  background-color: rgb(244 244 245 / 0.2);
}

.active\:bg-zinc-100\/25:active {
  background-color: rgb(244 244 245 / 0.25);
}

.active\:bg-zinc-100\/30:active {
  background-color: rgb(244 244 245 / 0.3);
}

.active\:bg-zinc-100\/40:active {
  background-color: rgb(244 244 245 / 0.4);
}

.active\:bg-zinc-100\/5:active {
  background-color: rgb(244 244 245 / 0.05);
}

.active\:bg-zinc-100\/50:active {
  background-color: rgb(244 244 245 / 0.5);
}

.active\:bg-zinc-100\/60:active {
  background-color: rgb(244 244 245 / 0.6);
}

.active\:bg-zinc-100\/70:active {
  background-color: rgb(244 244 245 / 0.7);
}

.active\:bg-zinc-100\/75:active {
  background-color: rgb(244 244 245 / 0.75);
}

.active\:bg-zinc-100\/80:active {
  background-color: rgb(244 244 245 / 0.8);
}

.active\:bg-zinc-100\/90:active {
  background-color: rgb(244 244 245 / 0.9);
}

.active\:bg-zinc-100\/95:active {
  background-color: rgb(244 244 245 / 0.95);
}

.active\:bg-zinc-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}

.active\:bg-zinc-200\/0:active {
  background-color: rgb(228 228 231 / 0);
}

.active\:bg-zinc-200\/10:active {
  background-color: rgb(228 228 231 / 0.1);
}

.active\:bg-zinc-200\/100:active {
  background-color: rgb(228 228 231 / 1);
}

.active\:bg-zinc-200\/20:active {
  background-color: rgb(228 228 231 / 0.2);
}

.active\:bg-zinc-200\/25:active {
  background-color: rgb(228 228 231 / 0.25);
}

.active\:bg-zinc-200\/30:active {
  background-color: rgb(228 228 231 / 0.3);
}

.active\:bg-zinc-200\/40:active {
  background-color: rgb(228 228 231 / 0.4);
}

.active\:bg-zinc-200\/5:active {
  background-color: rgb(228 228 231 / 0.05);
}

.active\:bg-zinc-200\/50:active {
  background-color: rgb(228 228 231 / 0.5);
}

.active\:bg-zinc-200\/60:active {
  background-color: rgb(228 228 231 / 0.6);
}

.active\:bg-zinc-200\/70:active {
  background-color: rgb(228 228 231 / 0.7);
}

.active\:bg-zinc-200\/75:active {
  background-color: rgb(228 228 231 / 0.75);
}

.active\:bg-zinc-200\/80:active {
  background-color: rgb(228 228 231 / 0.8);
}

.active\:bg-zinc-200\/90:active {
  background-color: rgb(228 228 231 / 0.9);
}

.active\:bg-zinc-200\/95:active {
  background-color: rgb(228 228 231 / 0.95);
}

.active\:bg-zinc-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity));
}

.active\:bg-zinc-300\/0:active {
  background-color: rgb(212 212 216 / 0);
}

.active\:bg-zinc-300\/10:active {
  background-color: rgb(212 212 216 / 0.1);
}

.active\:bg-zinc-300\/100:active {
  background-color: rgb(212 212 216 / 1);
}

.active\:bg-zinc-300\/20:active {
  background-color: rgb(212 212 216 / 0.2);
}

.active\:bg-zinc-300\/25:active {
  background-color: rgb(212 212 216 / 0.25);
}

.active\:bg-zinc-300\/30:active {
  background-color: rgb(212 212 216 / 0.3);
}

.active\:bg-zinc-300\/40:active {
  background-color: rgb(212 212 216 / 0.4);
}

.active\:bg-zinc-300\/5:active {
  background-color: rgb(212 212 216 / 0.05);
}

.active\:bg-zinc-300\/50:active {
  background-color: rgb(212 212 216 / 0.5);
}

.active\:bg-zinc-300\/60:active {
  background-color: rgb(212 212 216 / 0.6);
}

.active\:bg-zinc-300\/70:active {
  background-color: rgb(212 212 216 / 0.7);
}

.active\:bg-zinc-300\/75:active {
  background-color: rgb(212 212 216 / 0.75);
}

.active\:bg-zinc-300\/80:active {
  background-color: rgb(212 212 216 / 0.8);
}

.active\:bg-zinc-300\/90:active {
  background-color: rgb(212 212 216 / 0.9);
}

.active\:bg-zinc-300\/95:active {
  background-color: rgb(212 212 216 / 0.95);
}

.active\:bg-zinc-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity));
}

.active\:bg-zinc-400\/0:active {
  background-color: rgb(161 161 170 / 0);
}

.active\:bg-zinc-400\/10:active {
  background-color: rgb(161 161 170 / 0.1);
}

.active\:bg-zinc-400\/100:active {
  background-color: rgb(161 161 170 / 1);
}

.active\:bg-zinc-400\/20:active {
  background-color: rgb(161 161 170 / 0.2);
}

.active\:bg-zinc-400\/25:active {
  background-color: rgb(161 161 170 / 0.25);
}

.active\:bg-zinc-400\/30:active {
  background-color: rgb(161 161 170 / 0.3);
}

.active\:bg-zinc-400\/40:active {
  background-color: rgb(161 161 170 / 0.4);
}

.active\:bg-zinc-400\/5:active {
  background-color: rgb(161 161 170 / 0.05);
}

.active\:bg-zinc-400\/50:active {
  background-color: rgb(161 161 170 / 0.5);
}

.active\:bg-zinc-400\/60:active {
  background-color: rgb(161 161 170 / 0.6);
}

.active\:bg-zinc-400\/70:active {
  background-color: rgb(161 161 170 / 0.7);
}

.active\:bg-zinc-400\/75:active {
  background-color: rgb(161 161 170 / 0.75);
}

.active\:bg-zinc-400\/80:active {
  background-color: rgb(161 161 170 / 0.8);
}

.active\:bg-zinc-400\/90:active {
  background-color: rgb(161 161 170 / 0.9);
}

.active\:bg-zinc-400\/95:active {
  background-color: rgb(161 161 170 / 0.95);
}

.active\:bg-zinc-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.active\:bg-zinc-50\/0:active {
  background-color: rgb(250 250 250 / 0);
}

.active\:bg-zinc-50\/10:active {
  background-color: rgb(250 250 250 / 0.1);
}

.active\:bg-zinc-50\/100:active {
  background-color: rgb(250 250 250 / 1);
}

.active\:bg-zinc-50\/20:active {
  background-color: rgb(250 250 250 / 0.2);
}

.active\:bg-zinc-50\/25:active {
  background-color: rgb(250 250 250 / 0.25);
}

.active\:bg-zinc-50\/30:active {
  background-color: rgb(250 250 250 / 0.3);
}

.active\:bg-zinc-50\/40:active {
  background-color: rgb(250 250 250 / 0.4);
}

.active\:bg-zinc-50\/5:active {
  background-color: rgb(250 250 250 / 0.05);
}

.active\:bg-zinc-50\/50:active {
  background-color: rgb(250 250 250 / 0.5);
}

.active\:bg-zinc-50\/60:active {
  background-color: rgb(250 250 250 / 0.6);
}

.active\:bg-zinc-50\/70:active {
  background-color: rgb(250 250 250 / 0.7);
}

.active\:bg-zinc-50\/75:active {
  background-color: rgb(250 250 250 / 0.75);
}

.active\:bg-zinc-50\/80:active {
  background-color: rgb(250 250 250 / 0.8);
}

.active\:bg-zinc-50\/90:active {
  background-color: rgb(250 250 250 / 0.9);
}

.active\:bg-zinc-50\/95:active {
  background-color: rgb(250 250 250 / 0.95);
}

.active\:bg-zinc-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity));
}

.active\:bg-zinc-500\/0:active {
  background-color: rgb(113 113 122 / 0);
}

.active\:bg-zinc-500\/10:active {
  background-color: rgb(113 113 122 / 0.1);
}

.active\:bg-zinc-500\/100:active {
  background-color: rgb(113 113 122 / 1);
}

.active\:bg-zinc-500\/20:active {
  background-color: rgb(113 113 122 / 0.2);
}

.active\:bg-zinc-500\/25:active {
  background-color: rgb(113 113 122 / 0.25);
}

.active\:bg-zinc-500\/30:active {
  background-color: rgb(113 113 122 / 0.3);
}

.active\:bg-zinc-500\/40:active {
  background-color: rgb(113 113 122 / 0.4);
}

.active\:bg-zinc-500\/5:active {
  background-color: rgb(113 113 122 / 0.05);
}

.active\:bg-zinc-500\/50:active {
  background-color: rgb(113 113 122 / 0.5);
}

.active\:bg-zinc-500\/60:active {
  background-color: rgb(113 113 122 / 0.6);
}

.active\:bg-zinc-500\/70:active {
  background-color: rgb(113 113 122 / 0.7);
}

.active\:bg-zinc-500\/75:active {
  background-color: rgb(113 113 122 / 0.75);
}

.active\:bg-zinc-500\/80:active {
  background-color: rgb(113 113 122 / 0.8);
}

.active\:bg-zinc-500\/90:active {
  background-color: rgb(113 113 122 / 0.9);
}

.active\:bg-zinc-500\/95:active {
  background-color: rgb(113 113 122 / 0.95);
}

.active\:bg-zinc-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity));
}

.active\:bg-zinc-600\/0:active {
  background-color: rgb(82 82 91 / 0);
}

.active\:bg-zinc-600\/10:active {
  background-color: rgb(82 82 91 / 0.1);
}

.active\:bg-zinc-600\/100:active {
  background-color: rgb(82 82 91 / 1);
}

.active\:bg-zinc-600\/20:active {
  background-color: rgb(82 82 91 / 0.2);
}

.active\:bg-zinc-600\/25:active {
  background-color: rgb(82 82 91 / 0.25);
}

.active\:bg-zinc-600\/30:active {
  background-color: rgb(82 82 91 / 0.3);
}

.active\:bg-zinc-600\/40:active {
  background-color: rgb(82 82 91 / 0.4);
}

.active\:bg-zinc-600\/5:active {
  background-color: rgb(82 82 91 / 0.05);
}

.active\:bg-zinc-600\/50:active {
  background-color: rgb(82 82 91 / 0.5);
}

.active\:bg-zinc-600\/60:active {
  background-color: rgb(82 82 91 / 0.6);
}

.active\:bg-zinc-600\/70:active {
  background-color: rgb(82 82 91 / 0.7);
}

.active\:bg-zinc-600\/75:active {
  background-color: rgb(82 82 91 / 0.75);
}

.active\:bg-zinc-600\/80:active {
  background-color: rgb(82 82 91 / 0.8);
}

.active\:bg-zinc-600\/90:active {
  background-color: rgb(82 82 91 / 0.9);
}

.active\:bg-zinc-600\/95:active {
  background-color: rgb(82 82 91 / 0.95);
}

.active\:bg-zinc-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}

.active\:bg-zinc-700\/0:active {
  background-color: rgb(63 63 70 / 0);
}

.active\:bg-zinc-700\/10:active {
  background-color: rgb(63 63 70 / 0.1);
}

.active\:bg-zinc-700\/100:active {
  background-color: rgb(63 63 70 / 1);
}

.active\:bg-zinc-700\/20:active {
  background-color: rgb(63 63 70 / 0.2);
}

.active\:bg-zinc-700\/25:active {
  background-color: rgb(63 63 70 / 0.25);
}

.active\:bg-zinc-700\/30:active {
  background-color: rgb(63 63 70 / 0.3);
}

.active\:bg-zinc-700\/40:active {
  background-color: rgb(63 63 70 / 0.4);
}

.active\:bg-zinc-700\/5:active {
  background-color: rgb(63 63 70 / 0.05);
}

.active\:bg-zinc-700\/50:active {
  background-color: rgb(63 63 70 / 0.5);
}

.active\:bg-zinc-700\/60:active {
  background-color: rgb(63 63 70 / 0.6);
}

.active\:bg-zinc-700\/70:active {
  background-color: rgb(63 63 70 / 0.7);
}

.active\:bg-zinc-700\/75:active {
  background-color: rgb(63 63 70 / 0.75);
}

.active\:bg-zinc-700\/80:active {
  background-color: rgb(63 63 70 / 0.8);
}

.active\:bg-zinc-700\/90:active {
  background-color: rgb(63 63 70 / 0.9);
}

.active\:bg-zinc-700\/95:active {
  background-color: rgb(63 63 70 / 0.95);
}

.active\:bg-zinc-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}

.active\:bg-zinc-800\/0:active {
  background-color: rgb(39 39 42 / 0);
}

.active\:bg-zinc-800\/10:active {
  background-color: rgb(39 39 42 / 0.1);
}

.active\:bg-zinc-800\/100:active {
  background-color: rgb(39 39 42 / 1);
}

.active\:bg-zinc-800\/20:active {
  background-color: rgb(39 39 42 / 0.2);
}

.active\:bg-zinc-800\/25:active {
  background-color: rgb(39 39 42 / 0.25);
}

.active\:bg-zinc-800\/30:active {
  background-color: rgb(39 39 42 / 0.3);
}

.active\:bg-zinc-800\/40:active {
  background-color: rgb(39 39 42 / 0.4);
}

.active\:bg-zinc-800\/5:active {
  background-color: rgb(39 39 42 / 0.05);
}

.active\:bg-zinc-800\/50:active {
  background-color: rgb(39 39 42 / 0.5);
}

.active\:bg-zinc-800\/60:active {
  background-color: rgb(39 39 42 / 0.6);
}

.active\:bg-zinc-800\/70:active {
  background-color: rgb(39 39 42 / 0.7);
}

.active\:bg-zinc-800\/75:active {
  background-color: rgb(39 39 42 / 0.75);
}

.active\:bg-zinc-800\/80:active {
  background-color: rgb(39 39 42 / 0.8);
}

.active\:bg-zinc-800\/90:active {
  background-color: rgb(39 39 42 / 0.9);
}

.active\:bg-zinc-800\/95:active {
  background-color: rgb(39 39 42 / 0.95);
}

.active\:bg-zinc-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}

.active\:bg-zinc-900\/0:active {
  background-color: rgb(24 24 27 / 0);
}

.active\:bg-zinc-900\/10:active {
  background-color: rgb(24 24 27 / 0.1);
}

.active\:bg-zinc-900\/100:active {
  background-color: rgb(24 24 27 / 1);
}

.active\:bg-zinc-900\/20:active {
  background-color: rgb(24 24 27 / 0.2);
}

.active\:bg-zinc-900\/25:active {
  background-color: rgb(24 24 27 / 0.25);
}

.active\:bg-zinc-900\/30:active {
  background-color: rgb(24 24 27 / 0.3);
}

.active\:bg-zinc-900\/40:active {
  background-color: rgb(24 24 27 / 0.4);
}

.active\:bg-zinc-900\/5:active {
  background-color: rgb(24 24 27 / 0.05);
}

.active\:bg-zinc-900\/50:active {
  background-color: rgb(24 24 27 / 0.5);
}

.active\:bg-zinc-900\/60:active {
  background-color: rgb(24 24 27 / 0.6);
}

.active\:bg-zinc-900\/70:active {
  background-color: rgb(24 24 27 / 0.7);
}

.active\:bg-zinc-900\/75:active {
  background-color: rgb(24 24 27 / 0.75);
}

.active\:bg-zinc-900\/80:active {
  background-color: rgb(24 24 27 / 0.8);
}

.active\:bg-zinc-900\/90:active {
  background-color: rgb(24 24 27 / 0.9);
}

.active\:bg-zinc-900\/95:active {
  background-color: rgb(24 24 27 / 0.95);
}

.active\:bg-zinc-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity));
}

.active\:bg-zinc-950\/0:active {
  background-color: rgb(9 9 11 / 0);
}

.active\:bg-zinc-950\/10:active {
  background-color: rgb(9 9 11 / 0.1);
}

.active\:bg-zinc-950\/100:active {
  background-color: rgb(9 9 11 / 1);
}

.active\:bg-zinc-950\/20:active {
  background-color: rgb(9 9 11 / 0.2);
}

.active\:bg-zinc-950\/25:active {
  background-color: rgb(9 9 11 / 0.25);
}

.active\:bg-zinc-950\/30:active {
  background-color: rgb(9 9 11 / 0.3);
}

.active\:bg-zinc-950\/40:active {
  background-color: rgb(9 9 11 / 0.4);
}

.active\:bg-zinc-950\/5:active {
  background-color: rgb(9 9 11 / 0.05);
}

.active\:bg-zinc-950\/50:active {
  background-color: rgb(9 9 11 / 0.5);
}

.active\:bg-zinc-950\/60:active {
  background-color: rgb(9 9 11 / 0.6);
}

.active\:bg-zinc-950\/70:active {
  background-color: rgb(9 9 11 / 0.7);
}

.active\:bg-zinc-950\/75:active {
  background-color: rgb(9 9 11 / 0.75);
}

.active\:bg-zinc-950\/80:active {
  background-color: rgb(9 9 11 / 0.8);
}

.active\:bg-zinc-950\/90:active {
  background-color: rgb(9 9 11 / 0.9);
}

.active\:bg-zinc-950\/95:active {
  background-color: rgb(9 9 11 / 0.95);
}

.active\:bg-opacity-0:active {
  --tw-bg-opacity: 0;
}

.active\:bg-opacity-10:active {
  --tw-bg-opacity: 0.1;
}

.active\:bg-opacity-100:active {
  --tw-bg-opacity: 1;
}

.active\:bg-opacity-20:active {
  --tw-bg-opacity: 0.2;
}

.active\:bg-opacity-25:active {
  --tw-bg-opacity: 0.25;
}

.active\:bg-opacity-30:active {
  --tw-bg-opacity: 0.3;
}

.active\:bg-opacity-40:active {
  --tw-bg-opacity: 0.4;
}

.active\:bg-opacity-5:active {
  --tw-bg-opacity: 0.05;
}

.active\:bg-opacity-50:active {
  --tw-bg-opacity: 0.5;
}

.active\:bg-opacity-60:active {
  --tw-bg-opacity: 0.6;
}

.active\:bg-opacity-70:active {
  --tw-bg-opacity: 0.7;
}

.active\:bg-opacity-75:active {
  --tw-bg-opacity: 0.75;
}

.active\:bg-opacity-80:active {
  --tw-bg-opacity: 0.8;
}

.active\:bg-opacity-90:active {
  --tw-bg-opacity: 0.9;
}

.active\:bg-opacity-95:active {
  --tw-bg-opacity: 0.95;
}

.active\:bg-gradient-to-b:active {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.active\:bg-gradient-to-bl:active {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

.active\:bg-gradient-to-br:active {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.active\:bg-gradient-to-l:active {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.active\:bg-gradient-to-r:active {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.active\:bg-gradient-to-t:active {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.active\:bg-gradient-to-tl:active {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

.active\:bg-gradient-to-tr:active {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.active\:bg-none:active {
  background-image: none;
}

.active\:bg-auto:active {
  background-size: auto;
}

.active\:bg-contain:active {
  background-size: contain;
}

.active\:bg-cover:active {
  background-size: cover;
}

.active\:bg-fixed:active {
  background-attachment: fixed;
}

.active\:bg-local:active {
  background-attachment: local;
}

.active\:bg-scroll:active {
  background-attachment: scroll;
}

.active\:bg-clip-border:active {
  background-clip: border-box;
}

.active\:bg-clip-padding:active {
  background-clip: padding-box;
}

.active\:bg-clip-content:active {
  background-clip: content-box;
}

.active\:bg-clip-text:active {
  -webkit-background-clip: text;
          background-clip: text;
}

.active\:bg-bottom:active {
  background-position: bottom;
}

.active\:bg-center:active {
  background-position: center;
}

.active\:bg-left:active {
  background-position: left;
}

.active\:bg-left-bottom:active {
  background-position: left bottom;
}

.active\:bg-left-top:active {
  background-position: left top;
}

.active\:bg-right:active {
  background-position: right;
}

.active\:bg-right-bottom:active {
  background-position: right bottom;
}

.active\:bg-right-top:active {
  background-position: right top;
}

.active\:bg-top:active {
  background-position: top;
}

.active\:bg-repeat:active {
  background-repeat: repeat;
}

.active\:bg-no-repeat:active {
  background-repeat: no-repeat;
}

.active\:bg-repeat-x:active {
  background-repeat: repeat-x;
}

.active\:bg-repeat-y:active {
  background-repeat: repeat-y;
}

.active\:bg-repeat-round:active {
  background-repeat: round;
}

.active\:bg-repeat-space:active {
  background-repeat: space;
}

.active\:bg-origin-border:active {
  background-origin: border-box;
}

.active\:bg-origin-padding:active {
  background-origin: padding-box;
}

.active\:bg-origin-content:active {
  background-origin: content-box;
}

.active\:text-gray-500:active {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.active\:text-gray-700:active {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.active\:text-gray-800:active {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.active\:bg-blend-normal:active {
  background-blend-mode: normal;
}

.active\:bg-blend-multiply:active {
  background-blend-mode: multiply;
}

.active\:bg-blend-screen:active {
  background-blend-mode: screen;
}

.active\:bg-blend-overlay:active {
  background-blend-mode: overlay;
}

.active\:bg-blend-darken:active {
  background-blend-mode: darken;
}

.active\:bg-blend-lighten:active {
  background-blend-mode: lighten;
}

.active\:bg-blend-color-dodge:active {
  background-blend-mode: color-dodge;
}

.active\:bg-blend-color-burn:active {
  background-blend-mode: color-burn;
}

.active\:bg-blend-hard-light:active {
  background-blend-mode: hard-light;
}

.active\:bg-blend-soft-light:active {
  background-blend-mode: soft-light;
}

.active\:bg-blend-difference:active {
  background-blend-mode: difference;
}

.active\:bg-blend-exclusion:active {
  background-blend-mode: exclusion;
}

.active\:bg-blend-hue:active {
  background-blend-mode: hue;
}

.active\:bg-blend-saturation:active {
  background-blend-mode: saturation;
}

.active\:bg-blend-color:active {
  background-blend-mode: color;
}

.active\:bg-blend-luminosity:active {
  background-blend-mode: luminosity;
}

.active\:shadow-inner:active {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.active\:bg-gradient-bse:active {
    background-image: linear-gradient(to right, config("colors.blue"), config("colors.purple"));
  }

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:opacity-25:disabled {
  opacity: 0.25;
}

.disabled\:opacity-30:disabled {
  opacity: 0.3;
}

.group:hover .group-hover\:scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
}

.group:hover .group-hover\:border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.group:hover .group-hover\:bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:font-bold {
  font-weight: 700;
}

.group:hover .group-hover\:text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.group:hover .group-hover\:underline {
  text-decoration-line: underline;
}

.group:hover .group-hover\:opacity-75 {
  opacity: 0.75;
}

.group:hover .group-hover\:opacity-90 {
  opacity: 0.9;
}

.group:focus .group-focus\:text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.group:focus .group-focus\:text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.group:focus .group-focus\:text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.group:focus .group-focus\:text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.group:focus .group-focus\:underline {
  text-decoration-line: underline;
}

:is(.dark .dark\:divide-slate-700) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-divide-opacity));
}

:is(.dark .dark\:rounded-xl) {
  border-radius: 0.75rem;
}

:is(.dark .dark\:border-none) {
  border-style: none;
}

:is(.dark .dark\:border-gray-600) {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-gray-700) {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-slate-500) {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-slate-600) {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-slate-700) {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
}

:is(.dark .dark\:bg-gray-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-gray-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-slate-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-slate-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-slate-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-slate-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}

:is(.dark .dark\:text-amber-400) {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-blue-200) {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-gray-100) {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-gray-300) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-green-400) {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-slate-100) {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-slate-200) {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-slate-300) {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-slate-400) {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-slate-50) {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-slate-500) {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-violet-500) {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-white) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .dark\:hover\:bg-slate-700:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}

:is(.dark .dark\:hover\:bg-slate-900:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}

:is(.dark .dark\:hover\:text-gray-300:hover) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

:is(.dark .dark\:hover\:opacity-75:hover) {
  opacity: 0.75;
}

:is(.dark .group:hover .dark\:group-hover\:text-slate-400) {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}

@media (min-width: 640px) {

  .sm\:inset-0 {
    inset: 0px;
  }

  .sm\:left-6 {
    left: 1.5rem;
  }

  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .sm\:col-start-2 {
    grid-column-start: 2;
  }

  .sm\:col-start-auto {
    grid-column-start: auto;
  }

  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:-ml-4 {
    margin-left: -1rem;
  }

  .sm\:-mt-44 {
    margin-top: -11rem;
  }

  .sm\:ml-0 {
    margin-left: 0px;
  }

  .sm\:ml-16 {
    margin-left: 4rem;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:ml-auto {
    margin-left: auto;
  }

  .sm\:mr-0 {
    margin-right: 0px;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:mt-12 {
    margin-top: 3rem;
  }

  .sm\:mt-16 {
    margin-top: 4rem;
  }

  .sm\:mt-2 {
    margin-top: 0.5rem;
  }

  .sm\:mt-20 {
    margin-top: 5rem;
  }

  .sm\:mt-24 {
    margin-top: 6rem;
  }

  .sm\:mt-32 {
    margin-top: 8rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mt-40 {
    margin-top: 10rem;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:table-cell {
    display: table-cell;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:h-32 {
    height: 8rem;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:w-\[57rem\] {
    width: 57rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:max-w-2xl {
    max-width: 42rem;
  }

  .sm\:max-w-4xl {
    max-width: 56rem;
  }

  .sm\:max-w-lg {
    max-width: 32rem;
  }

  .sm\:max-w-md {
    max-width: 28rem;
  }

  .sm\:max-w-sm {
    max-width: 24rem;
  }

  .sm\:max-w-xl {
    max-width: 36rem;
  }

  .sm\:max-w-xs {
    max-width: 20rem;
  }

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .sm\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .sm\:translate-x-0 {
    --tw-translate-x: 0px;
    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));
  }

  .sm\:translate-x-2 {
    --tw-translate-x: 0.5rem;
    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));
  }

  .sm\:translate-y-0 {
    --tw-translate-y: 0px;
    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));
  }

  .sm\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:gap-1 {
    gap: 0.25rem;
  }

  .sm\:gap-3 {
    gap: 0.75rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sm\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sm\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:gap-y-12 {
    row-gap: 3rem;
  }

  .sm\:gap-y-20 {
    row-gap: 5rem;
  }

  .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:rounded-md {
    border-radius: 0.375rem;
  }

  .sm\:rounded-xl {
    border-radius: 0.75rem;
  }

  .sm\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .sm\:border {
    border-width: 1px;
  }

  .sm\:border-b {
    border-bottom-width: 1px;
  }

  .sm\:border-l-2 {
    border-left-width: 2px;
  }

  .sm\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
  }

  .sm\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  }

  .sm\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  }

  .sm\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem;
  }

  .sm\:pb-32 {
    padding-bottom: 8rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm\:pl-0 {
    padding-left: 0px;
  }

  .sm\:pl-14 {
    padding-left: 3.5rem;
  }

  .sm\:pl-20 {
    padding-left: 5rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pl-8 {
    padding-left: 2rem;
  }

  .sm\:pr-0 {
    padding-right: 0px;
  }

  .sm\:pr-20 {
    padding-right: 5rem;
  }

  .sm\:pr-3 {
    padding-right: 0.75rem;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:pt-0 {
    padding-top: 0px;
  }

  .sm\:pt-1 {
    padding-top: 0.25rem;
  }

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }

  .sm\:pt-28 {
    padding-top: 7rem;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem;
  }

  .sm\:pt-52 {
    padding-top: 13rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:pt-60 {
    padding-top: 15rem;
  }

  .sm\:pt-80 {
    padding-top: 20rem;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:align-middle {
    vertical-align: middle;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:leading-10 {
    line-height: 2.5rem;
  }

  .sm\:leading-5 {
    line-height: 1.25rem;
  }

  .sm\:leading-7 {
    line-height: 1.75rem;
  }

  .sm\:leading-9 {
    line-height: 2.25rem;
  }

  .sm\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .sm\:shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\: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);
  }

  .sm\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring-gray-900\/5 {
    --tw-ring-color: rgb(17 24 39 / 0.05);
  }

  .sm\:duration-700 {
    transition-duration: 700ms;
  }

  .sm\:before\:flex-1::before {
    content: var(--tw-content);
    flex: 1 1 0%;
  }

  :is(.dark .sm\:dark\:bg-slate-700) {
    --tw-bg-opacity: 1;
    background-color: rgb(51 65 85 / var(--tw-bg-opacity));
  }
}

@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:order-first {
    order: -9999;
  }

  .md\:order-last {
    order: 9999;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:-mb-20 {
    margin-bottom: -5rem;
  }

  .md\:-mb-8 {
    margin-bottom: -2rem;
  }

  .md\:-ml-4 {
    margin-left: -1rem;
  }

  .md\:-mr-20 {
    margin-right: -5rem;
  }

  .md\:-mt-12 {
    margin-top: -3rem;
  }

  .md\:-mt-16 {
    margin-top: -4rem;
  }

  .md\:-mt-36 {
    margin-top: -9rem;
  }

  .md\:-mt-8 {
    margin-top: -2rem;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:ml-56 {
    margin-left: 14rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:mr-2 {
    margin-right: 0.5rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-1 {
    margin-top: 0.25rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-28 {
    height: 7rem;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-64 {
    height: 16rem;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-28 {
    width: 7rem;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:max-w-2xl {
    max-width: 42rem;
  }

  .md\:max-w-xl {
    max-width: 36rem;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-none {
    flex: none;
  }

  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .md\:translate-x-64 {
    --tw-translate-x: 16rem;
    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));
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:rounded-2xl {
    border-radius: 1rem;
  }

  .md\:rounded-lg {
    border-radius: 0.5rem;
  }

  .md\:rounded-md {
    border-radius: 0.375rem;
  }

  .md\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:border-t-0 {
    border-top-width: 0px;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pr-3 {
    padding-right: 0.75rem;
  }

  .md\:pr-56 {
    padding-right: 14rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:leading-loose {
    line-height: 2;
  }

  .md\:shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\: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);
  }

  .md\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1024px) {

  .lg\:static {
    position: static;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:top-4 {
    top: 1rem;
  }

  .lg\:order-last {
    order: 9999;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:row-start-2 {
    grid-row-start: 2;
  }

  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:-ml-0 {
    margin-left: -0px;
  }

  .lg\:-mr-36 {
    margin-right: -9rem;
  }

  .lg\:-mr-6 {
    margin-right: -1.5rem;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:ml-24 {
    margin-left: 6rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mt-28 {
    margin-top: 7rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:h-\[34\.5rem\] {
    height: 34.5rem;
  }

  .lg\:w-0 {
    width: 0px;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-screen {
    width: 100vw;
  }

  .lg\:max-w-2xl {
    max-width: 42rem;
  }

  .lg\:max-w-3xl {
    max-width: 48rem;
  }

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

  .lg\:max-w-5xl {
    max-width: 64rem;
  }

  .lg\:max-w-6xl {
    max-width: 72rem;
  }

  .lg\:max-w-7xl {
    max-width: 84rem;
  }

  .lg\:max-w-lg {
    max-width: 32rem;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:max-w-xl {
    max-width: 36rem;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:flex-auto {
    flex: 1 1 auto;
  }

  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .lg\:shrink-0 {
    flex-shrink: 0;
  }

  .lg\:translate-x-0 {
    --tw-translate-x: 0px;
    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));
  }

  .lg\:translate-x-1\/2 {
    --tw-translate-x: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, 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\: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-center {
    justify-content: center;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .lg\:gap-y-16 {
    row-gap: 4rem;
  }

  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:bg-amber-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 243 199 / var(--tw-bg-opacity));
  }

  .lg\:bg-amber-100\/0 {
    background-color: rgb(254 243 199 / 0);
  }

  .lg\:bg-amber-100\/10 {
    background-color: rgb(254 243 199 / 0.1);
  }

  .lg\:bg-amber-100\/100 {
    background-color: rgb(254 243 199 / 1);
  }

  .lg\:bg-amber-100\/20 {
    background-color: rgb(254 243 199 / 0.2);
  }

  .lg\:bg-amber-100\/25 {
    background-color: rgb(254 243 199 / 0.25);
  }

  .lg\:bg-amber-100\/30 {
    background-color: rgb(254 243 199 / 0.3);
  }

  .lg\:bg-amber-100\/40 {
    background-color: rgb(254 243 199 / 0.4);
  }

  .lg\:bg-amber-100\/5 {
    background-color: rgb(254 243 199 / 0.05);
  }

  .lg\:bg-amber-100\/50 {
    background-color: rgb(254 243 199 / 0.5);
  }

  .lg\:bg-amber-100\/60 {
    background-color: rgb(254 243 199 / 0.6);
  }

  .lg\:bg-amber-100\/70 {
    background-color: rgb(254 243 199 / 0.7);
  }

  .lg\:bg-amber-100\/75 {
    background-color: rgb(254 243 199 / 0.75);
  }

  .lg\:bg-amber-100\/80 {
    background-color: rgb(254 243 199 / 0.8);
  }

  .lg\:bg-amber-100\/90 {
    background-color: rgb(254 243 199 / 0.9);
  }

  .lg\:bg-amber-100\/95 {
    background-color: rgb(254 243 199 / 0.95);
  }

  .lg\:bg-amber-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 230 138 / var(--tw-bg-opacity));
  }

  .lg\:bg-amber-200\/0 {
    background-color: rgb(253 230 138 / 0);
  }

  .lg\:bg-amber-200\/10 {
    background-color: rgb(253 230 138 / 0.1);
  }

  .lg\:bg-amber-200\/100 {
    background-color: rgb(253 230 138 / 1);
  }

  .lg\:bg-amber-200\/20 {
    background-color: rgb(253 230 138 / 0.2);
  }

  .lg\:bg-amber-200\/25 {
    background-color: rgb(253 230 138 / 0.25);
  }

  .lg\:bg-amber-200\/30 {
    background-color: rgb(253 230 138 / 0.3);
  }

  .lg\:bg-amber-200\/40 {
    background-color: rgb(253 230 138 / 0.4);
  }

  .lg\:bg-amber-200\/5 {
    background-color: rgb(253 230 138 / 0.05);
  }

  .lg\:bg-amber-200\/50 {
    background-color: rgb(253 230 138 / 0.5);
  }

  .lg\:bg-amber-200\/60 {
    background-color: rgb(253 230 138 / 0.6);
  }

  .lg\:bg-amber-200\/70 {
    background-color: rgb(253 230 138 / 0.7);
  }

  .lg\:bg-amber-200\/75 {
    background-color: rgb(253 230 138 / 0.75);
  }

  .lg\:bg-amber-200\/80 {
    background-color: rgb(253 230 138 / 0.8);
  }

  .lg\:bg-amber-200\/90 {
    background-color: rgb(253 230 138 / 0.9);
  }

  .lg\:bg-amber-200\/95 {
    background-color: rgb(253 230 138 / 0.95);
  }

  .lg\:bg-amber-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 211 77 / var(--tw-bg-opacity));
  }

  .lg\:bg-amber-300\/0 {
    background-color: rgb(252 211 77 / 0);
  }

  .lg\:bg-amber-300\/10 {
    background-color: rgb(252 211 77 / 0.1);
  }

  .lg\:bg-amber-300\/100 {
    background-color: rgb(252 211 77 / 1);
  }

  .lg\:bg-amber-300\/20 {
    background-color: rgb(252 211 77 / 0.2);
  }

  .lg\:bg-amber-300\/25 {
    background-color: rgb(252 211 77 / 0.25);
  }

  .lg\:bg-amber-300\/30 {
    background-color: rgb(252 211 77 / 0.3);
  }

  .lg\:bg-amber-300\/40 {
    background-color: rgb(252 211 77 / 0.4);
  }

  .lg\:bg-amber-300\/5 {
    background-color: rgb(252 211 77 / 0.05);
  }

  .lg\:bg-amber-300\/50 {
    background-color: rgb(252 211 77 / 0.5);
  }

  .lg\:bg-amber-300\/60 {
    background-color: rgb(252 211 77 / 0.6);
  }

  .lg\:bg-amber-300\/70 {
    background-color: rgb(252 211 77 / 0.7);
  }

  .lg\:bg-amber-300\/75 {
    background-color: rgb(252 211 77 / 0.75);
  }

  .lg\:bg-amber-300\/80 {
    background-color: rgb(252 211 77 / 0.8);
  }

  .lg\:bg-amber-300\/90 {
    background-color: rgb(252 211 77 / 0.9);
  }

  .lg\:bg-amber-300\/95 {
    background-color: rgb(252 211 77 / 0.95);
  }

  .lg\:bg-amber-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(251 191 36 / var(--tw-bg-opacity));
  }

  .lg\:bg-amber-400\/0 {
    background-color: rgb(251 191 36 / 0);
  }

  .lg\:bg-amber-400\/10 {
    background-color: rgb(251 191 36 / 0.1);
  }

  .lg\:bg-amber-400\/100 {
    background-color: rgb(251 191 36 / 1);
  }

  .lg\:bg-amber-400\/20 {
    background-color: rgb(251 191 36 / 0.2);
  }

  .lg\:bg-amber-400\/25 {
    background-color: rgb(251 191 36 / 0.25);
  }

  .lg\:bg-amber-400\/30 {
    background-color: rgb(251 191 36 / 0.3);
  }

  .lg\:bg-amber-400\/40 {
    background-color: rgb(251 191 36 / 0.4);
  }

  .lg\:bg-amber-400\/5 {
    background-color: rgb(251 191 36 / 0.05);
  }

  .lg\:bg-amber-400\/50 {
    background-color: rgb(251 191 36 / 0.5);
  }

  .lg\:bg-amber-400\/60 {
    background-color: rgb(251 191 36 / 0.6);
  }

  .lg\:bg-amber-400\/70 {
    background-color: rgb(251 191 36 / 0.7);
  }

  .lg\:bg-amber-400\/75 {
    background-color: rgb(251 191 36 / 0.75);
  }

  .lg\:bg-amber-400\/80 {
    background-color: rgb(251 191 36 / 0.8);
  }

  .lg\:bg-amber-400\/90 {
    background-color: rgb(251 191 36 / 0.9);
  }

  .lg\:bg-amber-400\/95 {
    background-color: rgb(251 191 36 / 0.95);
  }

  .lg\:bg-amber-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 251 235 / var(--tw-bg-opacity));
  }

  .lg\:bg-amber-50\/0 {
    background-color: rgb(255 251 235 / 0);
  }

  .lg\:bg-amber-50\/10 {
    background-color: rgb(255 251 235 / 0.1);
  }

  .lg\:bg-amber-50\/100 {
    background-color: rgb(255 251 235 / 1);
  }

  .lg\:bg-amber-50\/20 {
    background-color: rgb(255 251 235 / 0.2);
  }

  .lg\:bg-amber-50\/25 {
    background-color: rgb(255 251 235 / 0.25);
  }

  .lg\:bg-amber-50\/30 {
    background-color: rgb(255 251 235 / 0.3);
  }

  .lg\:bg-amber-50\/40 {
    background-color: rgb(255 251 235 / 0.4);
  }

  .lg\:bg-amber-50\/5 {
    background-color: rgb(255 251 235 / 0.05);
  }

  .lg\:bg-amber-50\/50 {
    background-color: rgb(255 251 235 / 0.5);
  }

  .lg\:bg-amber-50\/60 {
    background-color: rgb(255 251 235 / 0.6);
  }

  .lg\:bg-amber-50\/70 {
    background-color: rgb(255 251 235 / 0.7);
  }

  .lg\:bg-amber-50\/75 {
    background-color: rgb(255 251 235 / 0.75);
  }

  .lg\:bg-amber-50\/80 {
    background-color: rgb(255 251 235 / 0.8);
  }

  .lg\:bg-amber-50\/90 {
    background-color: rgb(255 251 235 / 0.9);
  }

  .lg\:bg-amber-50\/95 {
    background-color: rgb(255 251 235 / 0.95);
  }

  .lg\:bg-amber-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 158 11 / var(--tw-bg-opacity));
  }

  .lg\:bg-amber-500\/0 {
    background-color: rgb(245 158 11 / 0);
  }

  .lg\:bg-amber-500\/10 {
    background-color: rgb(245 158 11 / 0.1);
  }

  .lg\:bg-amber-500\/100 {
    background-color: rgb(245 158 11 / 1);
  }

  .lg\:bg-amber-500\/20 {
    background-color: rgb(245 158 11 / 0.2);
  }

  .lg\:bg-amber-500\/25 {
    background-color: rgb(245 158 11 / 0.25);
  }

  .lg\:bg-amber-500\/30 {
    background-color: rgb(245 158 11 / 0.3);
  }

  .lg\:bg-amber-500\/40 {
    background-color: rgb(245 158 11 / 0.4);
  }

  .lg\:bg-amber-500\/5 {
    background-color: rgb(245 158 11 / 0.05);
  }

  .lg\:bg-amber-500\/50 {
    background-color: rgb(245 158 11 / 0.5);
  }

  .lg\:bg-amber-500\/60 {
    background-color: rgb(245 158 11 / 0.6);
  }

  .lg\:bg-amber-500\/70 {
    background-color: rgb(245 158 11 / 0.7);
  }

  .lg\:bg-amber-500\/75 {
    background-color: rgb(245 158 11 / 0.75);
  }

  .lg\:bg-amber-500\/80 {
    background-color: rgb(245 158 11 / 0.8);
  }

  .lg\:bg-amber-500\/90 {
    background-color: rgb(245 158 11 / 0.9);
  }

  .lg\:bg-amber-500\/95 {
    background-color: rgb(245 158 11 / 0.95);
  }

  .lg\:bg-amber-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(217 119 6 / var(--tw-bg-opacity));
  }

  .lg\:bg-amber-600\/0 {
    background-color: rgb(217 119 6 / 0);
  }

  .lg\:bg-amber-600\/10 {
    background-color: rgb(217 119 6 / 0.1);
  }

  .lg\:bg-amber-600\/100 {
    background-color: rgb(217 119 6 / 1);
  }

  .lg\:bg-amber-600\/20 {
    background-color: rgb(217 119 6 / 0.2);
  }

  .lg\:bg-amber-600\/25 {
    background-color: rgb(217 119 6 / 0.25);
  }

  .lg\:bg-amber-600\/30 {
    background-color: rgb(217 119 6 / 0.3);
  }

  .lg\:bg-amber-600\/40 {
    background-color: rgb(217 119 6 / 0.4);
  }

  .lg\:bg-amber-600\/5 {
    background-color: rgb(217 119 6 / 0.05);
  }

  .lg\:bg-amber-600\/50 {
    background-color: rgb(217 119 6 / 0.5);
  }

  .lg\:bg-amber-600\/60 {
    background-color: rgb(217 119 6 / 0.6);
  }

  .lg\:bg-amber-600\/70 {
    background-color: rgb(217 119 6 / 0.7);
  }

  .lg\:bg-amber-600\/75 {
    background-color: rgb(217 119 6 / 0.75);
  }

  .lg\:bg-amber-600\/80 {
    background-color: rgb(217 119 6 / 0.8);
  }

  .lg\:bg-amber-600\/90 {
    background-color: rgb(217 119 6 / 0.9);
  }

  .lg\:bg-amber-600\/95 {
    background-color: rgb(217 119 6 / 0.95);
  }

  .lg\:bg-amber-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(180 83 9 / var(--tw-bg-opacity));
  }

  .lg\:bg-amber-700\/0 {
    background-color: rgb(180 83 9 / 0);
  }

  .lg\:bg-amber-700\/10 {
    background-color: rgb(180 83 9 / 0.1);
  }

  .lg\:bg-amber-700\/100 {
    background-color: rgb(180 83 9 / 1);
  }

  .lg\:bg-amber-700\/20 {
    background-color: rgb(180 83 9 / 0.2);
  }

  .lg\:bg-amber-700\/25 {
    background-color: rgb(180 83 9 / 0.25);
  }

  .lg\:bg-amber-700\/30 {
    background-color: rgb(180 83 9 / 0.3);
  }

  .lg\:bg-amber-700\/40 {
    background-color: rgb(180 83 9 / 0.4);
  }

  .lg\:bg-amber-700\/5 {
    background-color: rgb(180 83 9 / 0.05);
  }

  .lg\:bg-amber-700\/50 {
    background-color: rgb(180 83 9 / 0.5);
  }

  .lg\:bg-amber-700\/60 {
    background-color: rgb(180 83 9 / 0.6);
  }

  .lg\:bg-amber-700\/70 {
    background-color: rgb(180 83 9 / 0.7);
  }

  .lg\:bg-amber-700\/75 {
    background-color: rgb(180 83 9 / 0.75);
  }

  .lg\:bg-amber-700\/80 {
    background-color: rgb(180 83 9 / 0.8);
  }

  .lg\:bg-amber-700\/90 {
    background-color: rgb(180 83 9 / 0.9);
  }

  .lg\:bg-amber-700\/95 {
    background-color: rgb(180 83 9 / 0.95);
  }

  .lg\:bg-amber-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(146 64 14 / var(--tw-bg-opacity));
  }

  .lg\:bg-amber-800\/0 {
    background-color: rgb(146 64 14 / 0);
  }

  .lg\:bg-amber-800\/10 {
    background-color: rgb(146 64 14 / 0.1);
  }

  .lg\:bg-amber-800\/100 {
    background-color: rgb(146 64 14 / 1);
  }

  .lg\:bg-amber-800\/20 {
    background-color: rgb(146 64 14 / 0.2);
  }

  .lg\:bg-amber-800\/25 {
    background-color: rgb(146 64 14 / 0.25);
  }

  .lg\:bg-amber-800\/30 {
    background-color: rgb(146 64 14 / 0.3);
  }

  .lg\:bg-amber-800\/40 {
    background-color: rgb(146 64 14 / 0.4);
  }

  .lg\:bg-amber-800\/5 {
    background-color: rgb(146 64 14 / 0.05);
  }

  .lg\:bg-amber-800\/50 {
    background-color: rgb(146 64 14 / 0.5);
  }

  .lg\:bg-amber-800\/60 {
    background-color: rgb(146 64 14 / 0.6);
  }

  .lg\:bg-amber-800\/70 {
    background-color: rgb(146 64 14 / 0.7);
  }

  .lg\:bg-amber-800\/75 {
    background-color: rgb(146 64 14 / 0.75);
  }

  .lg\:bg-amber-800\/80 {
    background-color: rgb(146 64 14 / 0.8);
  }

  .lg\:bg-amber-800\/90 {
    background-color: rgb(146 64 14 / 0.9);
  }

  .lg\:bg-amber-800\/95 {
    background-color: rgb(146 64 14 / 0.95);
  }

  .lg\:bg-amber-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(120 53 15 / var(--tw-bg-opacity));
  }

  .lg\:bg-amber-900\/0 {
    background-color: rgb(120 53 15 / 0);
  }

  .lg\:bg-amber-900\/10 {
    background-color: rgb(120 53 15 / 0.1);
  }

  .lg\:bg-amber-900\/100 {
    background-color: rgb(120 53 15 / 1);
  }

  .lg\:bg-amber-900\/20 {
    background-color: rgb(120 53 15 / 0.2);
  }

  .lg\:bg-amber-900\/25 {
    background-color: rgb(120 53 15 / 0.25);
  }

  .lg\:bg-amber-900\/30 {
    background-color: rgb(120 53 15 / 0.3);
  }

  .lg\:bg-amber-900\/40 {
    background-color: rgb(120 53 15 / 0.4);
  }

  .lg\:bg-amber-900\/5 {
    background-color: rgb(120 53 15 / 0.05);
  }

  .lg\:bg-amber-900\/50 {
    background-color: rgb(120 53 15 / 0.5);
  }

  .lg\:bg-amber-900\/60 {
    background-color: rgb(120 53 15 / 0.6);
  }

  .lg\:bg-amber-900\/70 {
    background-color: rgb(120 53 15 / 0.7);
  }

  .lg\:bg-amber-900\/75 {
    background-color: rgb(120 53 15 / 0.75);
  }

  .lg\:bg-amber-900\/80 {
    background-color: rgb(120 53 15 / 0.8);
  }

  .lg\:bg-amber-900\/90 {
    background-color: rgb(120 53 15 / 0.9);
  }

  .lg\:bg-amber-900\/95 {
    background-color: rgb(120 53 15 / 0.95);
  }

  .lg\:bg-amber-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(69 26 3 / var(--tw-bg-opacity));
  }

  .lg\:bg-amber-950\/0 {
    background-color: rgb(69 26 3 / 0);
  }

  .lg\:bg-amber-950\/10 {
    background-color: rgb(69 26 3 / 0.1);
  }

  .lg\:bg-amber-950\/100 {
    background-color: rgb(69 26 3 / 1);
  }

  .lg\:bg-amber-950\/20 {
    background-color: rgb(69 26 3 / 0.2);
  }

  .lg\:bg-amber-950\/25 {
    background-color: rgb(69 26 3 / 0.25);
  }

  .lg\:bg-amber-950\/30 {
    background-color: rgb(69 26 3 / 0.3);
  }

  .lg\:bg-amber-950\/40 {
    background-color: rgb(69 26 3 / 0.4);
  }

  .lg\:bg-amber-950\/5 {
    background-color: rgb(69 26 3 / 0.05);
  }

  .lg\:bg-amber-950\/50 {
    background-color: rgb(69 26 3 / 0.5);
  }

  .lg\:bg-amber-950\/60 {
    background-color: rgb(69 26 3 / 0.6);
  }

  .lg\:bg-amber-950\/70 {
    background-color: rgb(69 26 3 / 0.7);
  }

  .lg\:bg-amber-950\/75 {
    background-color: rgb(69 26 3 / 0.75);
  }

  .lg\:bg-amber-950\/80 {
    background-color: rgb(69 26 3 / 0.8);
  }

  .lg\:bg-amber-950\/90 {
    background-color: rgb(69 26 3 / 0.9);
  }

  .lg\:bg-amber-950\/95 {
    background-color: rgb(69 26 3 / 0.95);
  }

  .lg\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }

  .lg\:bg-black\/0 {
    background-color: rgb(0 0 0 / 0);
  }

  .lg\:bg-black\/10 {
    background-color: rgb(0 0 0 / 0.1);
  }

  .lg\:bg-black\/100 {
    background-color: rgb(0 0 0 / 1);
  }

  .lg\:bg-black\/20 {
    background-color: rgb(0 0 0 / 0.2);
  }

  .lg\:bg-black\/25 {
    background-color: rgb(0 0 0 / 0.25);
  }

  .lg\:bg-black\/30 {
    background-color: rgb(0 0 0 / 0.3);
  }

  .lg\:bg-black\/40 {
    background-color: rgb(0 0 0 / 0.4);
  }

  .lg\:bg-black\/5 {
    background-color: rgb(0 0 0 / 0.05);
  }

  .lg\:bg-black\/50 {
    background-color: rgb(0 0 0 / 0.5);
  }

  .lg\:bg-black\/60 {
    background-color: rgb(0 0 0 / 0.6);
  }

  .lg\:bg-black\/70 {
    background-color: rgb(0 0 0 / 0.7);
  }

  .lg\:bg-black\/75 {
    background-color: rgb(0 0 0 / 0.75);
  }

  .lg\:bg-black\/80 {
    background-color: rgb(0 0 0 / 0.8);
  }

  .lg\:bg-black\/90 {
    background-color: rgb(0 0 0 / 0.9);
  }

  .lg\:bg-black\/95 {
    background-color: rgb(0 0 0 / 0.95);
  }

  .lg\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(219 234 254 / var(--tw-bg-opacity));
  }

  .lg\:bg-blue-100\/0 {
    background-color: rgb(219 234 254 / 0);
  }

  .lg\:bg-blue-100\/10 {
    background-color: rgb(219 234 254 / 0.1);
  }

  .lg\:bg-blue-100\/100 {
    background-color: rgb(219 234 254 / 1);
  }

  .lg\:bg-blue-100\/20 {
    background-color: rgb(219 234 254 / 0.2);
  }

  .lg\:bg-blue-100\/25 {
    background-color: rgb(219 234 254 / 0.25);
  }

  .lg\:bg-blue-100\/30 {
    background-color: rgb(219 234 254 / 0.3);
  }

  .lg\:bg-blue-100\/40 {
    background-color: rgb(219 234 254 / 0.4);
  }

  .lg\:bg-blue-100\/5 {
    background-color: rgb(219 234 254 / 0.05);
  }

  .lg\:bg-blue-100\/50 {
    background-color: rgb(219 234 254 / 0.5);
  }

  .lg\:bg-blue-100\/60 {
    background-color: rgb(219 234 254 / 0.6);
  }

  .lg\:bg-blue-100\/70 {
    background-color: rgb(219 234 254 / 0.7);
  }

  .lg\:bg-blue-100\/75 {
    background-color: rgb(219 234 254 / 0.75);
  }

  .lg\:bg-blue-100\/80 {
    background-color: rgb(219 234 254 / 0.8);
  }

  .lg\:bg-blue-100\/90 {
    background-color: rgb(219 234 254 / 0.9);
  }

  .lg\:bg-blue-100\/95 {
    background-color: rgb(219 234 254 / 0.95);
  }

  .lg\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(191 219 254 / var(--tw-bg-opacity));
  }

  .lg\:bg-blue-200\/0 {
    background-color: rgb(191 219 254 / 0);
  }

  .lg\:bg-blue-200\/10 {
    background-color: rgb(191 219 254 / 0.1);
  }

  .lg\:bg-blue-200\/100 {
    background-color: rgb(191 219 254 / 1);
  }

  .lg\:bg-blue-200\/20 {
    background-color: rgb(191 219 254 / 0.2);
  }

  .lg\:bg-blue-200\/25 {
    background-color: rgb(191 219 254 / 0.25);
  }

  .lg\:bg-blue-200\/30 {
    background-color: rgb(191 219 254 / 0.3);
  }

  .lg\:bg-blue-200\/40 {
    background-color: rgb(191 219 254 / 0.4);
  }

  .lg\:bg-blue-200\/5 {
    background-color: rgb(191 219 254 / 0.05);
  }

  .lg\:bg-blue-200\/50 {
    background-color: rgb(191 219 254 / 0.5);
  }

  .lg\:bg-blue-200\/60 {
    background-color: rgb(191 219 254 / 0.6);
  }

  .lg\:bg-blue-200\/70 {
    background-color: rgb(191 219 254 / 0.7);
  }

  .lg\:bg-blue-200\/75 {
    background-color: rgb(191 219 254 / 0.75);
  }

  .lg\:bg-blue-200\/80 {
    background-color: rgb(191 219 254 / 0.8);
  }

  .lg\:bg-blue-200\/90 {
    background-color: rgb(191 219 254 / 0.9);
  }

  .lg\:bg-blue-200\/95 {
    background-color: rgb(191 219 254 / 0.95);
  }

  .lg\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(147 197 253 / var(--tw-bg-opacity));
  }

  .lg\:bg-blue-300\/0 {
    background-color: rgb(147 197 253 / 0);
  }

  .lg\:bg-blue-300\/10 {
    background-color: rgb(147 197 253 / 0.1);
  }

  .lg\:bg-blue-300\/100 {
    background-color: rgb(147 197 253 / 1);
  }

  .lg\:bg-blue-300\/20 {
    background-color: rgb(147 197 253 / 0.2);
  }

  .lg\:bg-blue-300\/25 {
    background-color: rgb(147 197 253 / 0.25);
  }

  .lg\:bg-blue-300\/30 {
    background-color: rgb(147 197 253 / 0.3);
  }

  .lg\:bg-blue-300\/40 {
    background-color: rgb(147 197 253 / 0.4);
  }

  .lg\:bg-blue-300\/5 {
    background-color: rgb(147 197 253 / 0.05);
  }

  .lg\:bg-blue-300\/50 {
    background-color: rgb(147 197 253 / 0.5);
  }

  .lg\:bg-blue-300\/60 {
    background-color: rgb(147 197 253 / 0.6);
  }

  .lg\:bg-blue-300\/70 {
    background-color: rgb(147 197 253 / 0.7);
  }

  .lg\:bg-blue-300\/75 {
    background-color: rgb(147 197 253 / 0.75);
  }

  .lg\:bg-blue-300\/80 {
    background-color: rgb(147 197 253 / 0.8);
  }

  .lg\:bg-blue-300\/90 {
    background-color: rgb(147 197 253 / 0.9);
  }

  .lg\:bg-blue-300\/95 {
    background-color: rgb(147 197 253 / 0.95);
  }

  .lg\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(96 165 250 / var(--tw-bg-opacity));
  }

  .lg\:bg-blue-400\/0 {
    background-color: rgb(96 165 250 / 0);
  }

  .lg\:bg-blue-400\/10 {
    background-color: rgb(96 165 250 / 0.1);
  }

  .lg\:bg-blue-400\/100 {
    background-color: rgb(96 165 250 / 1);
  }

  .lg\:bg-blue-400\/20 {
    background-color: rgb(96 165 250 / 0.2);
  }

  .lg\:bg-blue-400\/25 {
    background-color: rgb(96 165 250 / 0.25);
  }

  .lg\:bg-blue-400\/30 {
    background-color: rgb(96 165 250 / 0.3);
  }

  .lg\:bg-blue-400\/40 {
    background-color: rgb(96 165 250 / 0.4);
  }

  .lg\:bg-blue-400\/5 {
    background-color: rgb(96 165 250 / 0.05);
  }

  .lg\:bg-blue-400\/50 {
    background-color: rgb(96 165 250 / 0.5);
  }

  .lg\:bg-blue-400\/60 {
    background-color: rgb(96 165 250 / 0.6);
  }

  .lg\:bg-blue-400\/70 {
    background-color: rgb(96 165 250 / 0.7);
  }

  .lg\:bg-blue-400\/75 {
    background-color: rgb(96 165 250 / 0.75);
  }

  .lg\:bg-blue-400\/80 {
    background-color: rgb(96 165 250 / 0.8);
  }

  .lg\:bg-blue-400\/90 {
    background-color: rgb(96 165 250 / 0.9);
  }

  .lg\:bg-blue-400\/95 {
    background-color: rgb(96 165 250 / 0.95);
  }

  .lg\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 246 255 / var(--tw-bg-opacity));
  }

  .lg\:bg-blue-50\/0 {
    background-color: rgb(239 246 255 / 0);
  }

  .lg\:bg-blue-50\/10 {
    background-color: rgb(239 246 255 / 0.1);
  }

  .lg\:bg-blue-50\/100 {
    background-color: rgb(239 246 255 / 1);
  }

  .lg\:bg-blue-50\/20 {
    background-color: rgb(239 246 255 / 0.2);
  }

  .lg\:bg-blue-50\/25 {
    background-color: rgb(239 246 255 / 0.25);
  }

  .lg\:bg-blue-50\/30 {
    background-color: rgb(239 246 255 / 0.3);
  }

  .lg\:bg-blue-50\/40 {
    background-color: rgb(239 246 255 / 0.4);
  }

  .lg\:bg-blue-50\/5 {
    background-color: rgb(239 246 255 / 0.05);
  }

  .lg\:bg-blue-50\/50 {
    background-color: rgb(239 246 255 / 0.5);
  }

  .lg\:bg-blue-50\/60 {
    background-color: rgb(239 246 255 / 0.6);
  }

  .lg\:bg-blue-50\/70 {
    background-color: rgb(239 246 255 / 0.7);
  }

  .lg\:bg-blue-50\/75 {
    background-color: rgb(239 246 255 / 0.75);
  }

  .lg\:bg-blue-50\/80 {
    background-color: rgb(239 246 255 / 0.8);
  }

  .lg\:bg-blue-50\/90 {
    background-color: rgb(239 246 255 / 0.9);
  }

  .lg\:bg-blue-50\/95 {
    background-color: rgb(239 246 255 / 0.95);
  }

  .lg\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246 / var(--tw-bg-opacity));
  }

  .lg\:bg-blue-500\/0 {
    background-color: rgb(59 130 246 / 0);
  }

  .lg\:bg-blue-500\/10 {
    background-color: rgb(59 130 246 / 0.1);
  }

  .lg\:bg-blue-500\/100 {
    background-color: rgb(59 130 246 / 1);
  }

  .lg\:bg-blue-500\/20 {
    background-color: rgb(59 130 246 / 0.2);
  }

  .lg\:bg-blue-500\/25 {
    background-color: rgb(59 130 246 / 0.25);
  }

  .lg\:bg-blue-500\/30 {
    background-color: rgb(59 130 246 / 0.3);
  }

  .lg\:bg-blue-500\/40 {
    background-color: rgb(59 130 246 / 0.4);
  }

  .lg\:bg-blue-500\/5 {
    background-color: rgb(59 130 246 / 0.05);
  }

  .lg\:bg-blue-500\/50 {
    background-color: rgb(59 130 246 / 0.5);
  }

  .lg\:bg-blue-500\/60 {
    background-color: rgb(59 130 246 / 0.6);
  }

  .lg\:bg-blue-500\/70 {
    background-color: rgb(59 130 246 / 0.7);
  }

  .lg\:bg-blue-500\/75 {
    background-color: rgb(59 130 246 / 0.75);
  }

  .lg\:bg-blue-500\/80 {
    background-color: rgb(59 130 246 / 0.8);
  }

  .lg\:bg-blue-500\/90 {
    background-color: rgb(59 130 246 / 0.9);
  }

  .lg\:bg-blue-500\/95 {
    background-color: rgb(59 130 246 / 0.95);
  }

  .lg\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity));
  }

  .lg\:bg-blue-600\/0 {
    background-color: rgb(37 99 235 / 0);
  }

  .lg\:bg-blue-600\/10 {
    background-color: rgb(37 99 235 / 0.1);
  }

  .lg\:bg-blue-600\/100 {
    background-color: rgb(37 99 235 / 1);
  }

  .lg\:bg-blue-600\/20 {
    background-color: rgb(37 99 235 / 0.2);
  }

  .lg\:bg-blue-600\/25 {
    background-color: rgb(37 99 235 / 0.25);
  }

  .lg\:bg-blue-600\/30 {
    background-color: rgb(37 99 235 / 0.3);
  }

  .lg\:bg-blue-600\/40 {
    background-color: rgb(37 99 235 / 0.4);
  }

  .lg\:bg-blue-600\/5 {
    background-color: rgb(37 99 235 / 0.05);
  }

  .lg\:bg-blue-600\/50 {
    background-color: rgb(37 99 235 / 0.5);
  }

  .lg\:bg-blue-600\/60 {
    background-color: rgb(37 99 235 / 0.6);
  }

  .lg\:bg-blue-600\/70 {
    background-color: rgb(37 99 235 / 0.7);
  }

  .lg\:bg-blue-600\/75 {
    background-color: rgb(37 99 235 / 0.75);
  }

  .lg\:bg-blue-600\/80 {
    background-color: rgb(37 99 235 / 0.8);
  }

  .lg\:bg-blue-600\/90 {
    background-color: rgb(37 99 235 / 0.9);
  }

  .lg\:bg-blue-600\/95 {
    background-color: rgb(37 99 235 / 0.95);
  }

  .lg\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216 / var(--tw-bg-opacity));
  }

  .lg\:bg-blue-700\/0 {
    background-color: rgb(29 78 216 / 0);
  }

  .lg\:bg-blue-700\/10 {
    background-color: rgb(29 78 216 / 0.1);
  }

  .lg\:bg-blue-700\/100 {
    background-color: rgb(29 78 216 / 1);
  }

  .lg\:bg-blue-700\/20 {
    background-color: rgb(29 78 216 / 0.2);
  }

  .lg\:bg-blue-700\/25 {
    background-color: rgb(29 78 216 / 0.25);
  }

  .lg\:bg-blue-700\/30 {
    background-color: rgb(29 78 216 / 0.3);
  }

  .lg\:bg-blue-700\/40 {
    background-color: rgb(29 78 216 / 0.4);
  }

  .lg\:bg-blue-700\/5 {
    background-color: rgb(29 78 216 / 0.05);
  }

  .lg\:bg-blue-700\/50 {
    background-color: rgb(29 78 216 / 0.5);
  }

  .lg\:bg-blue-700\/60 {
    background-color: rgb(29 78 216 / 0.6);
  }

  .lg\:bg-blue-700\/70 {
    background-color: rgb(29 78 216 / 0.7);
  }

  .lg\:bg-blue-700\/75 {
    background-color: rgb(29 78 216 / 0.75);
  }

  .lg\:bg-blue-700\/80 {
    background-color: rgb(29 78 216 / 0.8);
  }

  .lg\:bg-blue-700\/90 {
    background-color: rgb(29 78 216 / 0.9);
  }

  .lg\:bg-blue-700\/95 {
    background-color: rgb(29 78 216 / 0.95);
  }

  .lg\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(30 64 175 / var(--tw-bg-opacity));
  }

  .lg\:bg-blue-800\/0 {
    background-color: rgb(30 64 175 / 0);
  }

  .lg\:bg-blue-800\/10 {
    background-color: rgb(30 64 175 / 0.1);
  }

  .lg\:bg-blue-800\/100 {
    background-color: rgb(30 64 175 / 1);
  }

  .lg\:bg-blue-800\/20 {
    background-color: rgb(30 64 175 / 0.2);
  }

  .lg\:bg-blue-800\/25 {
    background-color: rgb(30 64 175 / 0.25);
  }

  .lg\:bg-blue-800\/30 {
    background-color: rgb(30 64 175 / 0.3);
  }

  .lg\:bg-blue-800\/40 {
    background-color: rgb(30 64 175 / 0.4);
  }

  .lg\:bg-blue-800\/5 {
    background-color: rgb(30 64 175 / 0.05);
  }

  .lg\:bg-blue-800\/50 {
    background-color: rgb(30 64 175 / 0.5);
  }

  .lg\:bg-blue-800\/60 {
    background-color: rgb(30 64 175 / 0.6);
  }

  .lg\:bg-blue-800\/70 {
    background-color: rgb(30 64 175 / 0.7);
  }

  .lg\:bg-blue-800\/75 {
    background-color: rgb(30 64 175 / 0.75);
  }

  .lg\:bg-blue-800\/80 {
    background-color: rgb(30 64 175 / 0.8);
  }

  .lg\:bg-blue-800\/90 {
    background-color: rgb(30 64 175 / 0.9);
  }

  .lg\:bg-blue-800\/95 {
    background-color: rgb(30 64 175 / 0.95);
  }

  .lg\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(30 58 138 / var(--tw-bg-opacity));
  }

  .lg\:bg-blue-900\/0 {
    background-color: rgb(30 58 138 / 0);
  }

  .lg\:bg-blue-900\/10 {
    background-color: rgb(30 58 138 / 0.1);
  }

  .lg\:bg-blue-900\/100 {
    background-color: rgb(30 58 138 / 1);
  }

  .lg\:bg-blue-900\/20 {
    background-color: rgb(30 58 138 / 0.2);
  }

  .lg\:bg-blue-900\/25 {
    background-color: rgb(30 58 138 / 0.25);
  }

  .lg\:bg-blue-900\/30 {
    background-color: rgb(30 58 138 / 0.3);
  }

  .lg\:bg-blue-900\/40 {
    background-color: rgb(30 58 138 / 0.4);
  }

  .lg\:bg-blue-900\/5 {
    background-color: rgb(30 58 138 / 0.05);
  }

  .lg\:bg-blue-900\/50 {
    background-color: rgb(30 58 138 / 0.5);
  }

  .lg\:bg-blue-900\/60 {
    background-color: rgb(30 58 138 / 0.6);
  }

  .lg\:bg-blue-900\/70 {
    background-color: rgb(30 58 138 / 0.7);
  }

  .lg\:bg-blue-900\/75 {
    background-color: rgb(30 58 138 / 0.75);
  }

  .lg\:bg-blue-900\/80 {
    background-color: rgb(30 58 138 / 0.8);
  }

  .lg\:bg-blue-900\/90 {
    background-color: rgb(30 58 138 / 0.9);
  }

  .lg\:bg-blue-900\/95 {
    background-color: rgb(30 58 138 / 0.95);
  }

  .lg\:bg-blue-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(23 37 84 / var(--tw-bg-opacity));
  }

  .lg\:bg-blue-950\/0 {
    background-color: rgb(23 37 84 / 0);
  }

  .lg\:bg-blue-950\/10 {
    background-color: rgb(23 37 84 / 0.1);
  }

  .lg\:bg-blue-950\/100 {
    background-color: rgb(23 37 84 / 1);
  }

  .lg\:bg-blue-950\/20 {
    background-color: rgb(23 37 84 / 0.2);
  }

  .lg\:bg-blue-950\/25 {
    background-color: rgb(23 37 84 / 0.25);
  }

  .lg\:bg-blue-950\/30 {
    background-color: rgb(23 37 84 / 0.3);
  }

  .lg\:bg-blue-950\/40 {
    background-color: rgb(23 37 84 / 0.4);
  }

  .lg\:bg-blue-950\/5 {
    background-color: rgb(23 37 84 / 0.05);
  }

  .lg\:bg-blue-950\/50 {
    background-color: rgb(23 37 84 / 0.5);
  }

  .lg\:bg-blue-950\/60 {
    background-color: rgb(23 37 84 / 0.6);
  }

  .lg\:bg-blue-950\/70 {
    background-color: rgb(23 37 84 / 0.7);
  }

  .lg\:bg-blue-950\/75 {
    background-color: rgb(23 37 84 / 0.75);
  }

  .lg\:bg-blue-950\/80 {
    background-color: rgb(23 37 84 / 0.8);
  }

  .lg\:bg-blue-950\/90 {
    background-color: rgb(23 37 84 / 0.9);
  }

  .lg\:bg-blue-950\/95 {
    background-color: rgb(23 37 84 / 0.95);
  }

  .lg\:bg-brand-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(230 239 246 / var(--tw-bg-opacity));
  }

  .lg\:bg-brand-100\/0 {
    background-color: rgb(230 239 246 / 0);
  }

  .lg\:bg-brand-100\/10 {
    background-color: rgb(230 239 246 / 0.1);
  }

  .lg\:bg-brand-100\/100 {
    background-color: rgb(230 239 246 / 1);
  }

  .lg\:bg-brand-100\/20 {
    background-color: rgb(230 239 246 / 0.2);
  }

  .lg\:bg-brand-100\/25 {
    background-color: rgb(230 239 246 / 0.25);
  }

  .lg\:bg-brand-100\/30 {
    background-color: rgb(230 239 246 / 0.3);
  }

  .lg\:bg-brand-100\/40 {
    background-color: rgb(230 239 246 / 0.4);
  }

  .lg\:bg-brand-100\/5 {
    background-color: rgb(230 239 246 / 0.05);
  }

  .lg\:bg-brand-100\/50 {
    background-color: rgb(230 239 246 / 0.5);
  }

  .lg\:bg-brand-100\/60 {
    background-color: rgb(230 239 246 / 0.6);
  }

  .lg\:bg-brand-100\/70 {
    background-color: rgb(230 239 246 / 0.7);
  }

  .lg\:bg-brand-100\/75 {
    background-color: rgb(230 239 246 / 0.75);
  }

  .lg\:bg-brand-100\/80 {
    background-color: rgb(230 239 246 / 0.8);
  }

  .lg\:bg-brand-100\/90 {
    background-color: rgb(230 239 246 / 0.9);
  }

  .lg\:bg-brand-100\/95 {
    background-color: rgb(230 239 246 / 0.95);
  }

  .lg\:bg-brand-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(193 215 234 / var(--tw-bg-opacity));
  }

  .lg\:bg-brand-200\/0 {
    background-color: rgb(193 215 234 / 0);
  }

  .lg\:bg-brand-200\/10 {
    background-color: rgb(193 215 234 / 0.1);
  }

  .lg\:bg-brand-200\/100 {
    background-color: rgb(193 215 234 / 1);
  }

  .lg\:bg-brand-200\/20 {
    background-color: rgb(193 215 234 / 0.2);
  }

  .lg\:bg-brand-200\/25 {
    background-color: rgb(193 215 234 / 0.25);
  }

  .lg\:bg-brand-200\/30 {
    background-color: rgb(193 215 234 / 0.3);
  }

  .lg\:bg-brand-200\/40 {
    background-color: rgb(193 215 234 / 0.4);
  }

  .lg\:bg-brand-200\/5 {
    background-color: rgb(193 215 234 / 0.05);
  }

  .lg\:bg-brand-200\/50 {
    background-color: rgb(193 215 234 / 0.5);
  }

  .lg\:bg-brand-200\/60 {
    background-color: rgb(193 215 234 / 0.6);
  }

  .lg\:bg-brand-200\/70 {
    background-color: rgb(193 215 234 / 0.7);
  }

  .lg\:bg-brand-200\/75 {
    background-color: rgb(193 215 234 / 0.75);
  }

  .lg\:bg-brand-200\/80 {
    background-color: rgb(193 215 234 / 0.8);
  }

  .lg\:bg-brand-200\/90 {
    background-color: rgb(193 215 234 / 0.9);
  }

  .lg\:bg-brand-200\/95 {
    background-color: rgb(193 215 234 / 0.95);
  }

  .lg\:bg-brand-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(155 190 221 / var(--tw-bg-opacity));
  }

  .lg\:bg-brand-300\/0 {
    background-color: rgb(155 190 221 / 0);
  }

  .lg\:bg-brand-300\/10 {
    background-color: rgb(155 190 221 / 0.1);
  }

  .lg\:bg-brand-300\/100 {
    background-color: rgb(155 190 221 / 1);
  }

  .lg\:bg-brand-300\/20 {
    background-color: rgb(155 190 221 / 0.2);
  }

  .lg\:bg-brand-300\/25 {
    background-color: rgb(155 190 221 / 0.25);
  }

  .lg\:bg-brand-300\/30 {
    background-color: rgb(155 190 221 / 0.3);
  }

  .lg\:bg-brand-300\/40 {
    background-color: rgb(155 190 221 / 0.4);
  }

  .lg\:bg-brand-300\/5 {
    background-color: rgb(155 190 221 / 0.05);
  }

  .lg\:bg-brand-300\/50 {
    background-color: rgb(155 190 221 / 0.5);
  }

  .lg\:bg-brand-300\/60 {
    background-color: rgb(155 190 221 / 0.6);
  }

  .lg\:bg-brand-300\/70 {
    background-color: rgb(155 190 221 / 0.7);
  }

  .lg\:bg-brand-300\/75 {
    background-color: rgb(155 190 221 / 0.75);
  }

  .lg\:bg-brand-300\/80 {
    background-color: rgb(155 190 221 / 0.8);
  }

  .lg\:bg-brand-300\/90 {
    background-color: rgb(155 190 221 / 0.9);
  }

  .lg\:bg-brand-300\/95 {
    background-color: rgb(155 190 221 / 0.95);
  }

  .lg\:bg-brand-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(81 142 195 / var(--tw-bg-opacity));
  }

  .lg\:bg-brand-400\/0 {
    background-color: rgb(81 142 195 / 0);
  }

  .lg\:bg-brand-400\/10 {
    background-color: rgb(81 142 195 / 0.1);
  }

  .lg\:bg-brand-400\/100 {
    background-color: rgb(81 142 195 / 1);
  }

  .lg\:bg-brand-400\/20 {
    background-color: rgb(81 142 195 / 0.2);
  }

  .lg\:bg-brand-400\/25 {
    background-color: rgb(81 142 195 / 0.25);
  }

  .lg\:bg-brand-400\/30 {
    background-color: rgb(81 142 195 / 0.3);
  }

  .lg\:bg-brand-400\/40 {
    background-color: rgb(81 142 195 / 0.4);
  }

  .lg\:bg-brand-400\/5 {
    background-color: rgb(81 142 195 / 0.05);
  }

  .lg\:bg-brand-400\/50 {
    background-color: rgb(81 142 195 / 0.5);
  }

  .lg\:bg-brand-400\/60 {
    background-color: rgb(81 142 195 / 0.6);
  }

  .lg\:bg-brand-400\/70 {
    background-color: rgb(81 142 195 / 0.7);
  }

  .lg\:bg-brand-400\/75 {
    background-color: rgb(81 142 195 / 0.75);
  }

  .lg\:bg-brand-400\/80 {
    background-color: rgb(81 142 195 / 0.8);
  }

  .lg\:bg-brand-400\/90 {
    background-color: rgb(81 142 195 / 0.9);
  }

  .lg\:bg-brand-400\/95 {
    background-color: rgb(81 142 195 / 0.95);
  }

  .lg\:bg-brand-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 247 251 / var(--tw-bg-opacity));
  }

  .lg\:bg-brand-50\/0 {
    background-color: rgb(243 247 251 / 0);
  }

  .lg\:bg-brand-50\/10 {
    background-color: rgb(243 247 251 / 0.1);
  }

  .lg\:bg-brand-50\/100 {
    background-color: rgb(243 247 251 / 1);
  }

  .lg\:bg-brand-50\/20 {
    background-color: rgb(243 247 251 / 0.2);
  }

  .lg\:bg-brand-50\/25 {
    background-color: rgb(243 247 251 / 0.25);
  }

  .lg\:bg-brand-50\/30 {
    background-color: rgb(243 247 251 / 0.3);
  }

  .lg\:bg-brand-50\/40 {
    background-color: rgb(243 247 251 / 0.4);
  }

  .lg\:bg-brand-50\/5 {
    background-color: rgb(243 247 251 / 0.05);
  }

  .lg\:bg-brand-50\/50 {
    background-color: rgb(243 247 251 / 0.5);
  }

  .lg\:bg-brand-50\/60 {
    background-color: rgb(243 247 251 / 0.6);
  }

  .lg\:bg-brand-50\/70 {
    background-color: rgb(243 247 251 / 0.7);
  }

  .lg\:bg-brand-50\/75 {
    background-color: rgb(243 247 251 / 0.75);
  }

  .lg\:bg-brand-50\/80 {
    background-color: rgb(243 247 251 / 0.8);
  }

  .lg\:bg-brand-50\/90 {
    background-color: rgb(243 247 251 / 0.9);
  }

  .lg\:bg-brand-50\/95 {
    background-color: rgb(243 247 251 / 0.95);
  }

  .lg\:bg-brand-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(6 93 169 / var(--tw-bg-opacity));
  }

  .lg\:bg-brand-500\/0 {
    background-color: rgb(6 93 169 / 0);
  }

  .lg\:bg-brand-500\/10 {
    background-color: rgb(6 93 169 / 0.1);
  }

  .lg\:bg-brand-500\/100 {
    background-color: rgb(6 93 169 / 1);
  }

  .lg\:bg-brand-500\/20 {
    background-color: rgb(6 93 169 / 0.2);
  }

  .lg\:bg-brand-500\/25 {
    background-color: rgb(6 93 169 / 0.25);
  }

  .lg\:bg-brand-500\/30 {
    background-color: rgb(6 93 169 / 0.3);
  }

  .lg\:bg-brand-500\/40 {
    background-color: rgb(6 93 169 / 0.4);
  }

  .lg\:bg-brand-500\/5 {
    background-color: rgb(6 93 169 / 0.05);
  }

  .lg\:bg-brand-500\/50 {
    background-color: rgb(6 93 169 / 0.5);
  }

  .lg\:bg-brand-500\/60 {
    background-color: rgb(6 93 169 / 0.6);
  }

  .lg\:bg-brand-500\/70 {
    background-color: rgb(6 93 169 / 0.7);
  }

  .lg\:bg-brand-500\/75 {
    background-color: rgb(6 93 169 / 0.75);
  }

  .lg\:bg-brand-500\/80 {
    background-color: rgb(6 93 169 / 0.8);
  }

  .lg\:bg-brand-500\/90 {
    background-color: rgb(6 93 169 / 0.9);
  }

  .lg\:bg-brand-500\/95 {
    background-color: rgb(6 93 169 / 0.95);
  }

  .lg\:bg-brand-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(5 84 152 / var(--tw-bg-opacity));
  }

  .lg\:bg-brand-600\/0 {
    background-color: rgb(5 84 152 / 0);
  }

  .lg\:bg-brand-600\/10 {
    background-color: rgb(5 84 152 / 0.1);
  }

  .lg\:bg-brand-600\/100 {
    background-color: rgb(5 84 152 / 1);
  }

  .lg\:bg-brand-600\/20 {
    background-color: rgb(5 84 152 / 0.2);
  }

  .lg\:bg-brand-600\/25 {
    background-color: rgb(5 84 152 / 0.25);
  }

  .lg\:bg-brand-600\/30 {
    background-color: rgb(5 84 152 / 0.3);
  }

  .lg\:bg-brand-600\/40 {
    background-color: rgb(5 84 152 / 0.4);
  }

  .lg\:bg-brand-600\/5 {
    background-color: rgb(5 84 152 / 0.05);
  }

  .lg\:bg-brand-600\/50 {
    background-color: rgb(5 84 152 / 0.5);
  }

  .lg\:bg-brand-600\/60 {
    background-color: rgb(5 84 152 / 0.6);
  }

  .lg\:bg-brand-600\/70 {
    background-color: rgb(5 84 152 / 0.7);
  }

  .lg\:bg-brand-600\/75 {
    background-color: rgb(5 84 152 / 0.75);
  }

  .lg\:bg-brand-600\/80 {
    background-color: rgb(5 84 152 / 0.8);
  }

  .lg\:bg-brand-600\/90 {
    background-color: rgb(5 84 152 / 0.9);
  }

  .lg\:bg-brand-600\/95 {
    background-color: rgb(5 84 152 / 0.95);
  }

  .lg\:bg-brand-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(4 56 101 / var(--tw-bg-opacity));
  }

  .lg\:bg-brand-700\/0 {
    background-color: rgb(4 56 101 / 0);
  }

  .lg\:bg-brand-700\/10 {
    background-color: rgb(4 56 101 / 0.1);
  }

  .lg\:bg-brand-700\/100 {
    background-color: rgb(4 56 101 / 1);
  }

  .lg\:bg-brand-700\/20 {
    background-color: rgb(4 56 101 / 0.2);
  }

  .lg\:bg-brand-700\/25 {
    background-color: rgb(4 56 101 / 0.25);
  }

  .lg\:bg-brand-700\/30 {
    background-color: rgb(4 56 101 / 0.3);
  }

  .lg\:bg-brand-700\/40 {
    background-color: rgb(4 56 101 / 0.4);
  }

  .lg\:bg-brand-700\/5 {
    background-color: rgb(4 56 101 / 0.05);
  }

  .lg\:bg-brand-700\/50 {
    background-color: rgb(4 56 101 / 0.5);
  }

  .lg\:bg-brand-700\/60 {
    background-color: rgb(4 56 101 / 0.6);
  }

  .lg\:bg-brand-700\/70 {
    background-color: rgb(4 56 101 / 0.7);
  }

  .lg\:bg-brand-700\/75 {
    background-color: rgb(4 56 101 / 0.75);
  }

  .lg\:bg-brand-700\/80 {
    background-color: rgb(4 56 101 / 0.8);
  }

  .lg\:bg-brand-700\/90 {
    background-color: rgb(4 56 101 / 0.9);
  }

  .lg\:bg-brand-700\/95 {
    background-color: rgb(4 56 101 / 0.95);
  }

  .lg\:bg-brand-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(3 42 76 / var(--tw-bg-opacity));
  }

  .lg\:bg-brand-800\/0 {
    background-color: rgb(3 42 76 / 0);
  }

  .lg\:bg-brand-800\/10 {
    background-color: rgb(3 42 76 / 0.1);
  }

  .lg\:bg-brand-800\/100 {
    background-color: rgb(3 42 76 / 1);
  }

  .lg\:bg-brand-800\/20 {
    background-color: rgb(3 42 76 / 0.2);
  }

  .lg\:bg-brand-800\/25 {
    background-color: rgb(3 42 76 / 0.25);
  }

  .lg\:bg-brand-800\/30 {
    background-color: rgb(3 42 76 / 0.3);
  }

  .lg\:bg-brand-800\/40 {
    background-color: rgb(3 42 76 / 0.4);
  }

  .lg\:bg-brand-800\/5 {
    background-color: rgb(3 42 76 / 0.05);
  }

  .lg\:bg-brand-800\/50 {
    background-color: rgb(3 42 76 / 0.5);
  }

  .lg\:bg-brand-800\/60 {
    background-color: rgb(3 42 76 / 0.6);
  }

  .lg\:bg-brand-800\/70 {
    background-color: rgb(3 42 76 / 0.7);
  }

  .lg\:bg-brand-800\/75 {
    background-color: rgb(3 42 76 / 0.75);
  }

  .lg\:bg-brand-800\/80 {
    background-color: rgb(3 42 76 / 0.8);
  }

  .lg\:bg-brand-800\/90 {
    background-color: rgb(3 42 76 / 0.9);
  }

  .lg\:bg-brand-800\/95 {
    background-color: rgb(3 42 76 / 0.95);
  }

  .lg\:bg-brand-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(2 28 51 / var(--tw-bg-opacity));
  }

  .lg\:bg-brand-900\/0 {
    background-color: rgb(2 28 51 / 0);
  }

  .lg\:bg-brand-900\/10 {
    background-color: rgb(2 28 51 / 0.1);
  }

  .lg\:bg-brand-900\/100 {
    background-color: rgb(2 28 51 / 1);
  }

  .lg\:bg-brand-900\/20 {
    background-color: rgb(2 28 51 / 0.2);
  }

  .lg\:bg-brand-900\/25 {
    background-color: rgb(2 28 51 / 0.25);
  }

  .lg\:bg-brand-900\/30 {
    background-color: rgb(2 28 51 / 0.3);
  }

  .lg\:bg-brand-900\/40 {
    background-color: rgb(2 28 51 / 0.4);
  }

  .lg\:bg-brand-900\/5 {
    background-color: rgb(2 28 51 / 0.05);
  }

  .lg\:bg-brand-900\/50 {
    background-color: rgb(2 28 51 / 0.5);
  }

  .lg\:bg-brand-900\/60 {
    background-color: rgb(2 28 51 / 0.6);
  }

  .lg\:bg-brand-900\/70 {
    background-color: rgb(2 28 51 / 0.7);
  }

  .lg\:bg-brand-900\/75 {
    background-color: rgb(2 28 51 / 0.75);
  }

  .lg\:bg-brand-900\/80 {
    background-color: rgb(2 28 51 / 0.8);
  }

  .lg\:bg-brand-900\/90 {
    background-color: rgb(2 28 51 / 0.9);
  }

  .lg\:bg-brand-900\/95 {
    background-color: rgb(2 28 51 / 0.95);
  }

  .lg\:bg-current {
    background-color: currentColor;
  }

  .lg\:bg-cyan-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(207 250 254 / var(--tw-bg-opacity));
  }

  .lg\:bg-cyan-100\/0 {
    background-color: rgb(207 250 254 / 0);
  }

  .lg\:bg-cyan-100\/10 {
    background-color: rgb(207 250 254 / 0.1);
  }

  .lg\:bg-cyan-100\/100 {
    background-color: rgb(207 250 254 / 1);
  }

  .lg\:bg-cyan-100\/20 {
    background-color: rgb(207 250 254 / 0.2);
  }

  .lg\:bg-cyan-100\/25 {
    background-color: rgb(207 250 254 / 0.25);
  }

  .lg\:bg-cyan-100\/30 {
    background-color: rgb(207 250 254 / 0.3);
  }

  .lg\:bg-cyan-100\/40 {
    background-color: rgb(207 250 254 / 0.4);
  }

  .lg\:bg-cyan-100\/5 {
    background-color: rgb(207 250 254 / 0.05);
  }

  .lg\:bg-cyan-100\/50 {
    background-color: rgb(207 250 254 / 0.5);
  }

  .lg\:bg-cyan-100\/60 {
    background-color: rgb(207 250 254 / 0.6);
  }

  .lg\:bg-cyan-100\/70 {
    background-color: rgb(207 250 254 / 0.7);
  }

  .lg\:bg-cyan-100\/75 {
    background-color: rgb(207 250 254 / 0.75);
  }

  .lg\:bg-cyan-100\/80 {
    background-color: rgb(207 250 254 / 0.8);
  }

  .lg\:bg-cyan-100\/90 {
    background-color: rgb(207 250 254 / 0.9);
  }

  .lg\:bg-cyan-100\/95 {
    background-color: rgb(207 250 254 / 0.95);
  }

  .lg\:bg-cyan-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(165 243 252 / var(--tw-bg-opacity));
  }

  .lg\:bg-cyan-200\/0 {
    background-color: rgb(165 243 252 / 0);
  }

  .lg\:bg-cyan-200\/10 {
    background-color: rgb(165 243 252 / 0.1);
  }

  .lg\:bg-cyan-200\/100 {
    background-color: rgb(165 243 252 / 1);
  }

  .lg\:bg-cyan-200\/20 {
    background-color: rgb(165 243 252 / 0.2);
  }

  .lg\:bg-cyan-200\/25 {
    background-color: rgb(165 243 252 / 0.25);
  }

  .lg\:bg-cyan-200\/30 {
    background-color: rgb(165 243 252 / 0.3);
  }

  .lg\:bg-cyan-200\/40 {
    background-color: rgb(165 243 252 / 0.4);
  }

  .lg\:bg-cyan-200\/5 {
    background-color: rgb(165 243 252 / 0.05);
  }

  .lg\:bg-cyan-200\/50 {
    background-color: rgb(165 243 252 / 0.5);
  }

  .lg\:bg-cyan-200\/60 {
    background-color: rgb(165 243 252 / 0.6);
  }

  .lg\:bg-cyan-200\/70 {
    background-color: rgb(165 243 252 / 0.7);
  }

  .lg\:bg-cyan-200\/75 {
    background-color: rgb(165 243 252 / 0.75);
  }

  .lg\:bg-cyan-200\/80 {
    background-color: rgb(165 243 252 / 0.8);
  }

  .lg\:bg-cyan-200\/90 {
    background-color: rgb(165 243 252 / 0.9);
  }

  .lg\:bg-cyan-200\/95 {
    background-color: rgb(165 243 252 / 0.95);
  }

  .lg\:bg-cyan-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(103 232 249 / var(--tw-bg-opacity));
  }

  .lg\:bg-cyan-300\/0 {
    background-color: rgb(103 232 249 / 0);
  }

  .lg\:bg-cyan-300\/10 {
    background-color: rgb(103 232 249 / 0.1);
  }

  .lg\:bg-cyan-300\/100 {
    background-color: rgb(103 232 249 / 1);
  }

  .lg\:bg-cyan-300\/20 {
    background-color: rgb(103 232 249 / 0.2);
  }

  .lg\:bg-cyan-300\/25 {
    background-color: rgb(103 232 249 / 0.25);
  }

  .lg\:bg-cyan-300\/30 {
    background-color: rgb(103 232 249 / 0.3);
  }

  .lg\:bg-cyan-300\/40 {
    background-color: rgb(103 232 249 / 0.4);
  }

  .lg\:bg-cyan-300\/5 {
    background-color: rgb(103 232 249 / 0.05);
  }

  .lg\:bg-cyan-300\/50 {
    background-color: rgb(103 232 249 / 0.5);
  }

  .lg\:bg-cyan-300\/60 {
    background-color: rgb(103 232 249 / 0.6);
  }

  .lg\:bg-cyan-300\/70 {
    background-color: rgb(103 232 249 / 0.7);
  }

  .lg\:bg-cyan-300\/75 {
    background-color: rgb(103 232 249 / 0.75);
  }

  .lg\:bg-cyan-300\/80 {
    background-color: rgb(103 232 249 / 0.8);
  }

  .lg\:bg-cyan-300\/90 {
    background-color: rgb(103 232 249 / 0.9);
  }

  .lg\:bg-cyan-300\/95 {
    background-color: rgb(103 232 249 / 0.95);
  }

  .lg\:bg-cyan-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(34 211 238 / var(--tw-bg-opacity));
  }

  .lg\:bg-cyan-400\/0 {
    background-color: rgb(34 211 238 / 0);
  }

  .lg\:bg-cyan-400\/10 {
    background-color: rgb(34 211 238 / 0.1);
  }

  .lg\:bg-cyan-400\/100 {
    background-color: rgb(34 211 238 / 1);
  }

  .lg\:bg-cyan-400\/20 {
    background-color: rgb(34 211 238 / 0.2);
  }

  .lg\:bg-cyan-400\/25 {
    background-color: rgb(34 211 238 / 0.25);
  }

  .lg\:bg-cyan-400\/30 {
    background-color: rgb(34 211 238 / 0.3);
  }

  .lg\:bg-cyan-400\/40 {
    background-color: rgb(34 211 238 / 0.4);
  }

  .lg\:bg-cyan-400\/5 {
    background-color: rgb(34 211 238 / 0.05);
  }

  .lg\:bg-cyan-400\/50 {
    background-color: rgb(34 211 238 / 0.5);
  }

  .lg\:bg-cyan-400\/60 {
    background-color: rgb(34 211 238 / 0.6);
  }

  .lg\:bg-cyan-400\/70 {
    background-color: rgb(34 211 238 / 0.7);
  }

  .lg\:bg-cyan-400\/75 {
    background-color: rgb(34 211 238 / 0.75);
  }

  .lg\:bg-cyan-400\/80 {
    background-color: rgb(34 211 238 / 0.8);
  }

  .lg\:bg-cyan-400\/90 {
    background-color: rgb(34 211 238 / 0.9);
  }

  .lg\:bg-cyan-400\/95 {
    background-color: rgb(34 211 238 / 0.95);
  }

  .lg\:bg-cyan-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(236 254 255 / var(--tw-bg-opacity));
  }

  .lg\:bg-cyan-50\/0 {
    background-color: rgb(236 254 255 / 0);
  }

  .lg\:bg-cyan-50\/10 {
    background-color: rgb(236 254 255 / 0.1);
  }

  .lg\:bg-cyan-50\/100 {
    background-color: rgb(236 254 255 / 1);
  }

  .lg\:bg-cyan-50\/20 {
    background-color: rgb(236 254 255 / 0.2);
  }

  .lg\:bg-cyan-50\/25 {
    background-color: rgb(236 254 255 / 0.25);
  }

  .lg\:bg-cyan-50\/30 {
    background-color: rgb(236 254 255 / 0.3);
  }

  .lg\:bg-cyan-50\/40 {
    background-color: rgb(236 254 255 / 0.4);
  }

  .lg\:bg-cyan-50\/5 {
    background-color: rgb(236 254 255 / 0.05);
  }

  .lg\:bg-cyan-50\/50 {
    background-color: rgb(236 254 255 / 0.5);
  }

  .lg\:bg-cyan-50\/60 {
    background-color: rgb(236 254 255 / 0.6);
  }

  .lg\:bg-cyan-50\/70 {
    background-color: rgb(236 254 255 / 0.7);
  }

  .lg\:bg-cyan-50\/75 {
    background-color: rgb(236 254 255 / 0.75);
  }

  .lg\:bg-cyan-50\/80 {
    background-color: rgb(236 254 255 / 0.8);
  }

  .lg\:bg-cyan-50\/90 {
    background-color: rgb(236 254 255 / 0.9);
  }

  .lg\:bg-cyan-50\/95 {
    background-color: rgb(236 254 255 / 0.95);
  }

  .lg\:bg-cyan-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(6 182 212 / var(--tw-bg-opacity));
  }

  .lg\:bg-cyan-500\/0 {
    background-color: rgb(6 182 212 / 0);
  }

  .lg\:bg-cyan-500\/10 {
    background-color: rgb(6 182 212 / 0.1);
  }

  .lg\:bg-cyan-500\/100 {
    background-color: rgb(6 182 212 / 1);
  }

  .lg\:bg-cyan-500\/20 {
    background-color: rgb(6 182 212 / 0.2);
  }

  .lg\:bg-cyan-500\/25 {
    background-color: rgb(6 182 212 / 0.25);
  }

  .lg\:bg-cyan-500\/30 {
    background-color: rgb(6 182 212 / 0.3);
  }

  .lg\:bg-cyan-500\/40 {
    background-color: rgb(6 182 212 / 0.4);
  }

  .lg\:bg-cyan-500\/5 {
    background-color: rgb(6 182 212 / 0.05);
  }

  .lg\:bg-cyan-500\/50 {
    background-color: rgb(6 182 212 / 0.5);
  }

  .lg\:bg-cyan-500\/60 {
    background-color: rgb(6 182 212 / 0.6);
  }

  .lg\:bg-cyan-500\/70 {
    background-color: rgb(6 182 212 / 0.7);
  }

  .lg\:bg-cyan-500\/75 {
    background-color: rgb(6 182 212 / 0.75);
  }

  .lg\:bg-cyan-500\/80 {
    background-color: rgb(6 182 212 / 0.8);
  }

  .lg\:bg-cyan-500\/90 {
    background-color: rgb(6 182 212 / 0.9);
  }

  .lg\:bg-cyan-500\/95 {
    background-color: rgb(6 182 212 / 0.95);
  }

  .lg\:bg-cyan-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(8 145 178 / var(--tw-bg-opacity));
  }

  .lg\:bg-cyan-600\/0 {
    background-color: rgb(8 145 178 / 0);
  }

  .lg\:bg-cyan-600\/10 {
    background-color: rgb(8 145 178 / 0.1);
  }

  .lg\:bg-cyan-600\/100 {
    background-color: rgb(8 145 178 / 1);
  }

  .lg\:bg-cyan-600\/20 {
    background-color: rgb(8 145 178 / 0.2);
  }

  .lg\:bg-cyan-600\/25 {
    background-color: rgb(8 145 178 / 0.25);
  }

  .lg\:bg-cyan-600\/30 {
    background-color: rgb(8 145 178 / 0.3);
  }

  .lg\:bg-cyan-600\/40 {
    background-color: rgb(8 145 178 / 0.4);
  }

  .lg\:bg-cyan-600\/5 {
    background-color: rgb(8 145 178 / 0.05);
  }

  .lg\:bg-cyan-600\/50 {
    background-color: rgb(8 145 178 / 0.5);
  }

  .lg\:bg-cyan-600\/60 {
    background-color: rgb(8 145 178 / 0.6);
  }

  .lg\:bg-cyan-600\/70 {
    background-color: rgb(8 145 178 / 0.7);
  }

  .lg\:bg-cyan-600\/75 {
    background-color: rgb(8 145 178 / 0.75);
  }

  .lg\:bg-cyan-600\/80 {
    background-color: rgb(8 145 178 / 0.8);
  }

  .lg\:bg-cyan-600\/90 {
    background-color: rgb(8 145 178 / 0.9);
  }

  .lg\:bg-cyan-600\/95 {
    background-color: rgb(8 145 178 / 0.95);
  }

  .lg\:bg-cyan-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(14 116 144 / var(--tw-bg-opacity));
  }

  .lg\:bg-cyan-700\/0 {
    background-color: rgb(14 116 144 / 0);
  }

  .lg\:bg-cyan-700\/10 {
    background-color: rgb(14 116 144 / 0.1);
  }

  .lg\:bg-cyan-700\/100 {
    background-color: rgb(14 116 144 / 1);
  }

  .lg\:bg-cyan-700\/20 {
    background-color: rgb(14 116 144 / 0.2);
  }

  .lg\:bg-cyan-700\/25 {
    background-color: rgb(14 116 144 / 0.25);
  }

  .lg\:bg-cyan-700\/30 {
    background-color: rgb(14 116 144 / 0.3);
  }

  .lg\:bg-cyan-700\/40 {
    background-color: rgb(14 116 144 / 0.4);
  }

  .lg\:bg-cyan-700\/5 {
    background-color: rgb(14 116 144 / 0.05);
  }

  .lg\:bg-cyan-700\/50 {
    background-color: rgb(14 116 144 / 0.5);
  }

  .lg\:bg-cyan-700\/60 {
    background-color: rgb(14 116 144 / 0.6);
  }

  .lg\:bg-cyan-700\/70 {
    background-color: rgb(14 116 144 / 0.7);
  }

  .lg\:bg-cyan-700\/75 {
    background-color: rgb(14 116 144 / 0.75);
  }

  .lg\:bg-cyan-700\/80 {
    background-color: rgb(14 116 144 / 0.8);
  }

  .lg\:bg-cyan-700\/90 {
    background-color: rgb(14 116 144 / 0.9);
  }

  .lg\:bg-cyan-700\/95 {
    background-color: rgb(14 116 144 / 0.95);
  }

  .lg\:bg-cyan-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(21 94 117 / var(--tw-bg-opacity));
  }

  .lg\:bg-cyan-800\/0 {
    background-color: rgb(21 94 117 / 0);
  }

  .lg\:bg-cyan-800\/10 {
    background-color: rgb(21 94 117 / 0.1);
  }

  .lg\:bg-cyan-800\/100 {
    background-color: rgb(21 94 117 / 1);
  }

  .lg\:bg-cyan-800\/20 {
    background-color: rgb(21 94 117 / 0.2);
  }

  .lg\:bg-cyan-800\/25 {
    background-color: rgb(21 94 117 / 0.25);
  }

  .lg\:bg-cyan-800\/30 {
    background-color: rgb(21 94 117 / 0.3);
  }

  .lg\:bg-cyan-800\/40 {
    background-color: rgb(21 94 117 / 0.4);
  }

  .lg\:bg-cyan-800\/5 {
    background-color: rgb(21 94 117 / 0.05);
  }

  .lg\:bg-cyan-800\/50 {
    background-color: rgb(21 94 117 / 0.5);
  }

  .lg\:bg-cyan-800\/60 {
    background-color: rgb(21 94 117 / 0.6);
  }

  .lg\:bg-cyan-800\/70 {
    background-color: rgb(21 94 117 / 0.7);
  }

  .lg\:bg-cyan-800\/75 {
    background-color: rgb(21 94 117 / 0.75);
  }

  .lg\:bg-cyan-800\/80 {
    background-color: rgb(21 94 117 / 0.8);
  }

  .lg\:bg-cyan-800\/90 {
    background-color: rgb(21 94 117 / 0.9);
  }

  .lg\:bg-cyan-800\/95 {
    background-color: rgb(21 94 117 / 0.95);
  }

  .lg\:bg-cyan-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(22 78 99 / var(--tw-bg-opacity));
  }

  .lg\:bg-cyan-900\/0 {
    background-color: rgb(22 78 99 / 0);
  }

  .lg\:bg-cyan-900\/10 {
    background-color: rgb(22 78 99 / 0.1);
  }

  .lg\:bg-cyan-900\/100 {
    background-color: rgb(22 78 99 / 1);
  }

  .lg\:bg-cyan-900\/20 {
    background-color: rgb(22 78 99 / 0.2);
  }

  .lg\:bg-cyan-900\/25 {
    background-color: rgb(22 78 99 / 0.25);
  }

  .lg\:bg-cyan-900\/30 {
    background-color: rgb(22 78 99 / 0.3);
  }

  .lg\:bg-cyan-900\/40 {
    background-color: rgb(22 78 99 / 0.4);
  }

  .lg\:bg-cyan-900\/5 {
    background-color: rgb(22 78 99 / 0.05);
  }

  .lg\:bg-cyan-900\/50 {
    background-color: rgb(22 78 99 / 0.5);
  }

  .lg\:bg-cyan-900\/60 {
    background-color: rgb(22 78 99 / 0.6);
  }

  .lg\:bg-cyan-900\/70 {
    background-color: rgb(22 78 99 / 0.7);
  }

  .lg\:bg-cyan-900\/75 {
    background-color: rgb(22 78 99 / 0.75);
  }

  .lg\:bg-cyan-900\/80 {
    background-color: rgb(22 78 99 / 0.8);
  }

  .lg\:bg-cyan-900\/90 {
    background-color: rgb(22 78 99 / 0.9);
  }

  .lg\:bg-cyan-900\/95 {
    background-color: rgb(22 78 99 / 0.95);
  }

  .lg\:bg-cyan-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(8 51 68 / var(--tw-bg-opacity));
  }

  .lg\:bg-cyan-950\/0 {
    background-color: rgb(8 51 68 / 0);
  }

  .lg\:bg-cyan-950\/10 {
    background-color: rgb(8 51 68 / 0.1);
  }

  .lg\:bg-cyan-950\/100 {
    background-color: rgb(8 51 68 / 1);
  }

  .lg\:bg-cyan-950\/20 {
    background-color: rgb(8 51 68 / 0.2);
  }

  .lg\:bg-cyan-950\/25 {
    background-color: rgb(8 51 68 / 0.25);
  }

  .lg\:bg-cyan-950\/30 {
    background-color: rgb(8 51 68 / 0.3);
  }

  .lg\:bg-cyan-950\/40 {
    background-color: rgb(8 51 68 / 0.4);
  }

  .lg\:bg-cyan-950\/5 {
    background-color: rgb(8 51 68 / 0.05);
  }

  .lg\:bg-cyan-950\/50 {
    background-color: rgb(8 51 68 / 0.5);
  }

  .lg\:bg-cyan-950\/60 {
    background-color: rgb(8 51 68 / 0.6);
  }

  .lg\:bg-cyan-950\/70 {
    background-color: rgb(8 51 68 / 0.7);
  }

  .lg\:bg-cyan-950\/75 {
    background-color: rgb(8 51 68 / 0.75);
  }

  .lg\:bg-cyan-950\/80 {
    background-color: rgb(8 51 68 / 0.8);
  }

  .lg\:bg-cyan-950\/90 {
    background-color: rgb(8 51 68 / 0.9);
  }

  .lg\:bg-cyan-950\/95 {
    background-color: rgb(8 51 68 / 0.95);
  }

  .lg\:bg-emerald-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 250 229 / var(--tw-bg-opacity));
  }

  .lg\:bg-emerald-100\/0 {
    background-color: rgb(209 250 229 / 0);
  }

  .lg\:bg-emerald-100\/10 {
    background-color: rgb(209 250 229 / 0.1);
  }

  .lg\:bg-emerald-100\/100 {
    background-color: rgb(209 250 229 / 1);
  }

  .lg\:bg-emerald-100\/20 {
    background-color: rgb(209 250 229 / 0.2);
  }

  .lg\:bg-emerald-100\/25 {
    background-color: rgb(209 250 229 / 0.25);
  }

  .lg\:bg-emerald-100\/30 {
    background-color: rgb(209 250 229 / 0.3);
  }

  .lg\:bg-emerald-100\/40 {
    background-color: rgb(209 250 229 / 0.4);
  }

  .lg\:bg-emerald-100\/5 {
    background-color: rgb(209 250 229 / 0.05);
  }

  .lg\:bg-emerald-100\/50 {
    background-color: rgb(209 250 229 / 0.5);
  }

  .lg\:bg-emerald-100\/60 {
    background-color: rgb(209 250 229 / 0.6);
  }

  .lg\:bg-emerald-100\/70 {
    background-color: rgb(209 250 229 / 0.7);
  }

  .lg\:bg-emerald-100\/75 {
    background-color: rgb(209 250 229 / 0.75);
  }

  .lg\:bg-emerald-100\/80 {
    background-color: rgb(209 250 229 / 0.8);
  }

  .lg\:bg-emerald-100\/90 {
    background-color: rgb(209 250 229 / 0.9);
  }

  .lg\:bg-emerald-100\/95 {
    background-color: rgb(209 250 229 / 0.95);
  }

  .lg\:bg-emerald-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(167 243 208 / var(--tw-bg-opacity));
  }

  .lg\:bg-emerald-200\/0 {
    background-color: rgb(167 243 208 / 0);
  }

  .lg\:bg-emerald-200\/10 {
    background-color: rgb(167 243 208 / 0.1);
  }

  .lg\:bg-emerald-200\/100 {
    background-color: rgb(167 243 208 / 1);
  }

  .lg\:bg-emerald-200\/20 {
    background-color: rgb(167 243 208 / 0.2);
  }

  .lg\:bg-emerald-200\/25 {
    background-color: rgb(167 243 208 / 0.25);
  }

  .lg\:bg-emerald-200\/30 {
    background-color: rgb(167 243 208 / 0.3);
  }

  .lg\:bg-emerald-200\/40 {
    background-color: rgb(167 243 208 / 0.4);
  }

  .lg\:bg-emerald-200\/5 {
    background-color: rgb(167 243 208 / 0.05);
  }

  .lg\:bg-emerald-200\/50 {
    background-color: rgb(167 243 208 / 0.5);
  }

  .lg\:bg-emerald-200\/60 {
    background-color: rgb(167 243 208 / 0.6);
  }

  .lg\:bg-emerald-200\/70 {
    background-color: rgb(167 243 208 / 0.7);
  }

  .lg\:bg-emerald-200\/75 {
    background-color: rgb(167 243 208 / 0.75);
  }

  .lg\:bg-emerald-200\/80 {
    background-color: rgb(167 243 208 / 0.8);
  }

  .lg\:bg-emerald-200\/90 {
    background-color: rgb(167 243 208 / 0.9);
  }

  .lg\:bg-emerald-200\/95 {
    background-color: rgb(167 243 208 / 0.95);
  }

  .lg\:bg-emerald-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(110 231 183 / var(--tw-bg-opacity));
  }

  .lg\:bg-emerald-300\/0 {
    background-color: rgb(110 231 183 / 0);
  }

  .lg\:bg-emerald-300\/10 {
    background-color: rgb(110 231 183 / 0.1);
  }

  .lg\:bg-emerald-300\/100 {
    background-color: rgb(110 231 183 / 1);
  }

  .lg\:bg-emerald-300\/20 {
    background-color: rgb(110 231 183 / 0.2);
  }

  .lg\:bg-emerald-300\/25 {
    background-color: rgb(110 231 183 / 0.25);
  }

  .lg\:bg-emerald-300\/30 {
    background-color: rgb(110 231 183 / 0.3);
  }

  .lg\:bg-emerald-300\/40 {
    background-color: rgb(110 231 183 / 0.4);
  }

  .lg\:bg-emerald-300\/5 {
    background-color: rgb(110 231 183 / 0.05);
  }

  .lg\:bg-emerald-300\/50 {
    background-color: rgb(110 231 183 / 0.5);
  }

  .lg\:bg-emerald-300\/60 {
    background-color: rgb(110 231 183 / 0.6);
  }

  .lg\:bg-emerald-300\/70 {
    background-color: rgb(110 231 183 / 0.7);
  }

  .lg\:bg-emerald-300\/75 {
    background-color: rgb(110 231 183 / 0.75);
  }

  .lg\:bg-emerald-300\/80 {
    background-color: rgb(110 231 183 / 0.8);
  }

  .lg\:bg-emerald-300\/90 {
    background-color: rgb(110 231 183 / 0.9);
  }

  .lg\:bg-emerald-300\/95 {
    background-color: rgb(110 231 183 / 0.95);
  }

  .lg\:bg-emerald-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(52 211 153 / var(--tw-bg-opacity));
  }

  .lg\:bg-emerald-400\/0 {
    background-color: rgb(52 211 153 / 0);
  }

  .lg\:bg-emerald-400\/10 {
    background-color: rgb(52 211 153 / 0.1);
  }

  .lg\:bg-emerald-400\/100 {
    background-color: rgb(52 211 153 / 1);
  }

  .lg\:bg-emerald-400\/20 {
    background-color: rgb(52 211 153 / 0.2);
  }

  .lg\:bg-emerald-400\/25 {
    background-color: rgb(52 211 153 / 0.25);
  }

  .lg\:bg-emerald-400\/30 {
    background-color: rgb(52 211 153 / 0.3);
  }

  .lg\:bg-emerald-400\/40 {
    background-color: rgb(52 211 153 / 0.4);
  }

  .lg\:bg-emerald-400\/5 {
    background-color: rgb(52 211 153 / 0.05);
  }

  .lg\:bg-emerald-400\/50 {
    background-color: rgb(52 211 153 / 0.5);
  }

  .lg\:bg-emerald-400\/60 {
    background-color: rgb(52 211 153 / 0.6);
  }

  .lg\:bg-emerald-400\/70 {
    background-color: rgb(52 211 153 / 0.7);
  }

  .lg\:bg-emerald-400\/75 {
    background-color: rgb(52 211 153 / 0.75);
  }

  .lg\:bg-emerald-400\/80 {
    background-color: rgb(52 211 153 / 0.8);
  }

  .lg\:bg-emerald-400\/90 {
    background-color: rgb(52 211 153 / 0.9);
  }

  .lg\:bg-emerald-400\/95 {
    background-color: rgb(52 211 153 / 0.95);
  }

  .lg\:bg-emerald-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(236 253 245 / var(--tw-bg-opacity));
  }

  .lg\:bg-emerald-50\/0 {
    background-color: rgb(236 253 245 / 0);
  }

  .lg\:bg-emerald-50\/10 {
    background-color: rgb(236 253 245 / 0.1);
  }

  .lg\:bg-emerald-50\/100 {
    background-color: rgb(236 253 245 / 1);
  }

  .lg\:bg-emerald-50\/20 {
    background-color: rgb(236 253 245 / 0.2);
  }

  .lg\:bg-emerald-50\/25 {
    background-color: rgb(236 253 245 / 0.25);
  }

  .lg\:bg-emerald-50\/30 {
    background-color: rgb(236 253 245 / 0.3);
  }

  .lg\:bg-emerald-50\/40 {
    background-color: rgb(236 253 245 / 0.4);
  }

  .lg\:bg-emerald-50\/5 {
    background-color: rgb(236 253 245 / 0.05);
  }

  .lg\:bg-emerald-50\/50 {
    background-color: rgb(236 253 245 / 0.5);
  }

  .lg\:bg-emerald-50\/60 {
    background-color: rgb(236 253 245 / 0.6);
  }

  .lg\:bg-emerald-50\/70 {
    background-color: rgb(236 253 245 / 0.7);
  }

  .lg\:bg-emerald-50\/75 {
    background-color: rgb(236 253 245 / 0.75);
  }

  .lg\:bg-emerald-50\/80 {
    background-color: rgb(236 253 245 / 0.8);
  }

  .lg\:bg-emerald-50\/90 {
    background-color: rgb(236 253 245 / 0.9);
  }

  .lg\:bg-emerald-50\/95 {
    background-color: rgb(236 253 245 / 0.95);
  }

  .lg\:bg-emerald-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(16 185 129 / var(--tw-bg-opacity));
  }

  .lg\:bg-emerald-500\/0 {
    background-color: rgb(16 185 129 / 0);
  }

  .lg\:bg-emerald-500\/10 {
    background-color: rgb(16 185 129 / 0.1);
  }

  .lg\:bg-emerald-500\/100 {
    background-color: rgb(16 185 129 / 1);
  }

  .lg\:bg-emerald-500\/20 {
    background-color: rgb(16 185 129 / 0.2);
  }

  .lg\:bg-emerald-500\/25 {
    background-color: rgb(16 185 129 / 0.25);
  }

  .lg\:bg-emerald-500\/30 {
    background-color: rgb(16 185 129 / 0.3);
  }

  .lg\:bg-emerald-500\/40 {
    background-color: rgb(16 185 129 / 0.4);
  }

  .lg\:bg-emerald-500\/5 {
    background-color: rgb(16 185 129 / 0.05);
  }

  .lg\:bg-emerald-500\/50 {
    background-color: rgb(16 185 129 / 0.5);
  }

  .lg\:bg-emerald-500\/60 {
    background-color: rgb(16 185 129 / 0.6);
  }

  .lg\:bg-emerald-500\/70 {
    background-color: rgb(16 185 129 / 0.7);
  }

  .lg\:bg-emerald-500\/75 {
    background-color: rgb(16 185 129 / 0.75);
  }

  .lg\:bg-emerald-500\/80 {
    background-color: rgb(16 185 129 / 0.8);
  }

  .lg\:bg-emerald-500\/90 {
    background-color: rgb(16 185 129 / 0.9);
  }

  .lg\:bg-emerald-500\/95 {
    background-color: rgb(16 185 129 / 0.95);
  }

  .lg\:bg-emerald-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(5 150 105 / var(--tw-bg-opacity));
  }

  .lg\:bg-emerald-600\/0 {
    background-color: rgb(5 150 105 / 0);
  }

  .lg\:bg-emerald-600\/10 {
    background-color: rgb(5 150 105 / 0.1);
  }

  .lg\:bg-emerald-600\/100 {
    background-color: rgb(5 150 105 / 1);
  }

  .lg\:bg-emerald-600\/20 {
    background-color: rgb(5 150 105 / 0.2);
  }

  .lg\:bg-emerald-600\/25 {
    background-color: rgb(5 150 105 / 0.25);
  }

  .lg\:bg-emerald-600\/30 {
    background-color: rgb(5 150 105 / 0.3);
  }

  .lg\:bg-emerald-600\/40 {
    background-color: rgb(5 150 105 / 0.4);
  }

  .lg\:bg-emerald-600\/5 {
    background-color: rgb(5 150 105 / 0.05);
  }

  .lg\:bg-emerald-600\/50 {
    background-color: rgb(5 150 105 / 0.5);
  }

  .lg\:bg-emerald-600\/60 {
    background-color: rgb(5 150 105 / 0.6);
  }

  .lg\:bg-emerald-600\/70 {
    background-color: rgb(5 150 105 / 0.7);
  }

  .lg\:bg-emerald-600\/75 {
    background-color: rgb(5 150 105 / 0.75);
  }

  .lg\:bg-emerald-600\/80 {
    background-color: rgb(5 150 105 / 0.8);
  }

  .lg\:bg-emerald-600\/90 {
    background-color: rgb(5 150 105 / 0.9);
  }

  .lg\:bg-emerald-600\/95 {
    background-color: rgb(5 150 105 / 0.95);
  }

  .lg\:bg-emerald-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(4 120 87 / var(--tw-bg-opacity));
  }

  .lg\:bg-emerald-700\/0 {
    background-color: rgb(4 120 87 / 0);
  }

  .lg\:bg-emerald-700\/10 {
    background-color: rgb(4 120 87 / 0.1);
  }

  .lg\:bg-emerald-700\/100 {
    background-color: rgb(4 120 87 / 1);
  }

  .lg\:bg-emerald-700\/20 {
    background-color: rgb(4 120 87 / 0.2);
  }

  .lg\:bg-emerald-700\/25 {
    background-color: rgb(4 120 87 / 0.25);
  }

  .lg\:bg-emerald-700\/30 {
    background-color: rgb(4 120 87 / 0.3);
  }

  .lg\:bg-emerald-700\/40 {
    background-color: rgb(4 120 87 / 0.4);
  }

  .lg\:bg-emerald-700\/5 {
    background-color: rgb(4 120 87 / 0.05);
  }

  .lg\:bg-emerald-700\/50 {
    background-color: rgb(4 120 87 / 0.5);
  }

  .lg\:bg-emerald-700\/60 {
    background-color: rgb(4 120 87 / 0.6);
  }

  .lg\:bg-emerald-700\/70 {
    background-color: rgb(4 120 87 / 0.7);
  }

  .lg\:bg-emerald-700\/75 {
    background-color: rgb(4 120 87 / 0.75);
  }

  .lg\:bg-emerald-700\/80 {
    background-color: rgb(4 120 87 / 0.8);
  }

  .lg\:bg-emerald-700\/90 {
    background-color: rgb(4 120 87 / 0.9);
  }

  .lg\:bg-emerald-700\/95 {
    background-color: rgb(4 120 87 / 0.95);
  }

  .lg\:bg-emerald-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(6 95 70 / var(--tw-bg-opacity));
  }

  .lg\:bg-emerald-800\/0 {
    background-color: rgb(6 95 70 / 0);
  }

  .lg\:bg-emerald-800\/10 {
    background-color: rgb(6 95 70 / 0.1);
  }

  .lg\:bg-emerald-800\/100 {
    background-color: rgb(6 95 70 / 1);
  }

  .lg\:bg-emerald-800\/20 {
    background-color: rgb(6 95 70 / 0.2);
  }

  .lg\:bg-emerald-800\/25 {
    background-color: rgb(6 95 70 / 0.25);
  }

  .lg\:bg-emerald-800\/30 {
    background-color: rgb(6 95 70 / 0.3);
  }

  .lg\:bg-emerald-800\/40 {
    background-color: rgb(6 95 70 / 0.4);
  }

  .lg\:bg-emerald-800\/5 {
    background-color: rgb(6 95 70 / 0.05);
  }

  .lg\:bg-emerald-800\/50 {
    background-color: rgb(6 95 70 / 0.5);
  }

  .lg\:bg-emerald-800\/60 {
    background-color: rgb(6 95 70 / 0.6);
  }

  .lg\:bg-emerald-800\/70 {
    background-color: rgb(6 95 70 / 0.7);
  }

  .lg\:bg-emerald-800\/75 {
    background-color: rgb(6 95 70 / 0.75);
  }

  .lg\:bg-emerald-800\/80 {
    background-color: rgb(6 95 70 / 0.8);
  }

  .lg\:bg-emerald-800\/90 {
    background-color: rgb(6 95 70 / 0.9);
  }

  .lg\:bg-emerald-800\/95 {
    background-color: rgb(6 95 70 / 0.95);
  }

  .lg\:bg-emerald-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(6 78 59 / var(--tw-bg-opacity));
  }

  .lg\:bg-emerald-900\/0 {
    background-color: rgb(6 78 59 / 0);
  }

  .lg\:bg-emerald-900\/10 {
    background-color: rgb(6 78 59 / 0.1);
  }

  .lg\:bg-emerald-900\/100 {
    background-color: rgb(6 78 59 / 1);
  }

  .lg\:bg-emerald-900\/20 {
    background-color: rgb(6 78 59 / 0.2);
  }

  .lg\:bg-emerald-900\/25 {
    background-color: rgb(6 78 59 / 0.25);
  }

  .lg\:bg-emerald-900\/30 {
    background-color: rgb(6 78 59 / 0.3);
  }

  .lg\:bg-emerald-900\/40 {
    background-color: rgb(6 78 59 / 0.4);
  }

  .lg\:bg-emerald-900\/5 {
    background-color: rgb(6 78 59 / 0.05);
  }

  .lg\:bg-emerald-900\/50 {
    background-color: rgb(6 78 59 / 0.5);
  }

  .lg\:bg-emerald-900\/60 {
    background-color: rgb(6 78 59 / 0.6);
  }

  .lg\:bg-emerald-900\/70 {
    background-color: rgb(6 78 59 / 0.7);
  }

  .lg\:bg-emerald-900\/75 {
    background-color: rgb(6 78 59 / 0.75);
  }

  .lg\:bg-emerald-900\/80 {
    background-color: rgb(6 78 59 / 0.8);
  }

  .lg\:bg-emerald-900\/90 {
    background-color: rgb(6 78 59 / 0.9);
  }

  .lg\:bg-emerald-900\/95 {
    background-color: rgb(6 78 59 / 0.95);
  }

  .lg\:bg-emerald-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(2 44 34 / var(--tw-bg-opacity));
  }

  .lg\:bg-emerald-950\/0 {
    background-color: rgb(2 44 34 / 0);
  }

  .lg\:bg-emerald-950\/10 {
    background-color: rgb(2 44 34 / 0.1);
  }

  .lg\:bg-emerald-950\/100 {
    background-color: rgb(2 44 34 / 1);
  }

  .lg\:bg-emerald-950\/20 {
    background-color: rgb(2 44 34 / 0.2);
  }

  .lg\:bg-emerald-950\/25 {
    background-color: rgb(2 44 34 / 0.25);
  }

  .lg\:bg-emerald-950\/30 {
    background-color: rgb(2 44 34 / 0.3);
  }

  .lg\:bg-emerald-950\/40 {
    background-color: rgb(2 44 34 / 0.4);
  }

  .lg\:bg-emerald-950\/5 {
    background-color: rgb(2 44 34 / 0.05);
  }

  .lg\:bg-emerald-950\/50 {
    background-color: rgb(2 44 34 / 0.5);
  }

  .lg\:bg-emerald-950\/60 {
    background-color: rgb(2 44 34 / 0.6);
  }

  .lg\:bg-emerald-950\/70 {
    background-color: rgb(2 44 34 / 0.7);
  }

  .lg\:bg-emerald-950\/75 {
    background-color: rgb(2 44 34 / 0.75);
  }

  .lg\:bg-emerald-950\/80 {
    background-color: rgb(2 44 34 / 0.8);
  }

  .lg\:bg-emerald-950\/90 {
    background-color: rgb(2 44 34 / 0.9);
  }

  .lg\:bg-emerald-950\/95 {
    background-color: rgb(2 44 34 / 0.95);
  }

  .lg\:bg-fuchsia-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 232 255 / var(--tw-bg-opacity));
  }

  .lg\:bg-fuchsia-100\/0 {
    background-color: rgb(250 232 255 / 0);
  }

  .lg\:bg-fuchsia-100\/10 {
    background-color: rgb(250 232 255 / 0.1);
  }

  .lg\:bg-fuchsia-100\/100 {
    background-color: rgb(250 232 255 / 1);
  }

  .lg\:bg-fuchsia-100\/20 {
    background-color: rgb(250 232 255 / 0.2);
  }

  .lg\:bg-fuchsia-100\/25 {
    background-color: rgb(250 232 255 / 0.25);
  }

  .lg\:bg-fuchsia-100\/30 {
    background-color: rgb(250 232 255 / 0.3);
  }

  .lg\:bg-fuchsia-100\/40 {
    background-color: rgb(250 232 255 / 0.4);
  }

  .lg\:bg-fuchsia-100\/5 {
    background-color: rgb(250 232 255 / 0.05);
  }

  .lg\:bg-fuchsia-100\/50 {
    background-color: rgb(250 232 255 / 0.5);
  }

  .lg\:bg-fuchsia-100\/60 {
    background-color: rgb(250 232 255 / 0.6);
  }

  .lg\:bg-fuchsia-100\/70 {
    background-color: rgb(250 232 255 / 0.7);
  }

  .lg\:bg-fuchsia-100\/75 {
    background-color: rgb(250 232 255 / 0.75);
  }

  .lg\:bg-fuchsia-100\/80 {
    background-color: rgb(250 232 255 / 0.8);
  }

  .lg\:bg-fuchsia-100\/90 {
    background-color: rgb(250 232 255 / 0.9);
  }

  .lg\:bg-fuchsia-100\/95 {
    background-color: rgb(250 232 255 / 0.95);
  }

  .lg\:bg-fuchsia-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 208 254 / var(--tw-bg-opacity));
  }

  .lg\:bg-fuchsia-200\/0 {
    background-color: rgb(245 208 254 / 0);
  }

  .lg\:bg-fuchsia-200\/10 {
    background-color: rgb(245 208 254 / 0.1);
  }

  .lg\:bg-fuchsia-200\/100 {
    background-color: rgb(245 208 254 / 1);
  }

  .lg\:bg-fuchsia-200\/20 {
    background-color: rgb(245 208 254 / 0.2);
  }

  .lg\:bg-fuchsia-200\/25 {
    background-color: rgb(245 208 254 / 0.25);
  }

  .lg\:bg-fuchsia-200\/30 {
    background-color: rgb(245 208 254 / 0.3);
  }

  .lg\:bg-fuchsia-200\/40 {
    background-color: rgb(245 208 254 / 0.4);
  }

  .lg\:bg-fuchsia-200\/5 {
    background-color: rgb(245 208 254 / 0.05);
  }

  .lg\:bg-fuchsia-200\/50 {
    background-color: rgb(245 208 254 / 0.5);
  }

  .lg\:bg-fuchsia-200\/60 {
    background-color: rgb(245 208 254 / 0.6);
  }

  .lg\:bg-fuchsia-200\/70 {
    background-color: rgb(245 208 254 / 0.7);
  }

  .lg\:bg-fuchsia-200\/75 {
    background-color: rgb(245 208 254 / 0.75);
  }

  .lg\:bg-fuchsia-200\/80 {
    background-color: rgb(245 208 254 / 0.8);
  }

  .lg\:bg-fuchsia-200\/90 {
    background-color: rgb(245 208 254 / 0.9);
  }

  .lg\:bg-fuchsia-200\/95 {
    background-color: rgb(245 208 254 / 0.95);
  }

  .lg\:bg-fuchsia-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(240 171 252 / var(--tw-bg-opacity));
  }

  .lg\:bg-fuchsia-300\/0 {
    background-color: rgb(240 171 252 / 0);
  }

  .lg\:bg-fuchsia-300\/10 {
    background-color: rgb(240 171 252 / 0.1);
  }

  .lg\:bg-fuchsia-300\/100 {
    background-color: rgb(240 171 252 / 1);
  }

  .lg\:bg-fuchsia-300\/20 {
    background-color: rgb(240 171 252 / 0.2);
  }

  .lg\:bg-fuchsia-300\/25 {
    background-color: rgb(240 171 252 / 0.25);
  }

  .lg\:bg-fuchsia-300\/30 {
    background-color: rgb(240 171 252 / 0.3);
  }

  .lg\:bg-fuchsia-300\/40 {
    background-color: rgb(240 171 252 / 0.4);
  }

  .lg\:bg-fuchsia-300\/5 {
    background-color: rgb(240 171 252 / 0.05);
  }

  .lg\:bg-fuchsia-300\/50 {
    background-color: rgb(240 171 252 / 0.5);
  }

  .lg\:bg-fuchsia-300\/60 {
    background-color: rgb(240 171 252 / 0.6);
  }

  .lg\:bg-fuchsia-300\/70 {
    background-color: rgb(240 171 252 / 0.7);
  }

  .lg\:bg-fuchsia-300\/75 {
    background-color: rgb(240 171 252 / 0.75);
  }

  .lg\:bg-fuchsia-300\/80 {
    background-color: rgb(240 171 252 / 0.8);
  }

  .lg\:bg-fuchsia-300\/90 {
    background-color: rgb(240 171 252 / 0.9);
  }

  .lg\:bg-fuchsia-300\/95 {
    background-color: rgb(240 171 252 / 0.95);
  }

  .lg\:bg-fuchsia-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(232 121 249 / var(--tw-bg-opacity));
  }

  .lg\:bg-fuchsia-400\/0 {
    background-color: rgb(232 121 249 / 0);
  }

  .lg\:bg-fuchsia-400\/10 {
    background-color: rgb(232 121 249 / 0.1);
  }

  .lg\:bg-fuchsia-400\/100 {
    background-color: rgb(232 121 249 / 1);
  }

  .lg\:bg-fuchsia-400\/20 {
    background-color: rgb(232 121 249 / 0.2);
  }

  .lg\:bg-fuchsia-400\/25 {
    background-color: rgb(232 121 249 / 0.25);
  }

  .lg\:bg-fuchsia-400\/30 {
    background-color: rgb(232 121 249 / 0.3);
  }

  .lg\:bg-fuchsia-400\/40 {
    background-color: rgb(232 121 249 / 0.4);
  }

  .lg\:bg-fuchsia-400\/5 {
    background-color: rgb(232 121 249 / 0.05);
  }

  .lg\:bg-fuchsia-400\/50 {
    background-color: rgb(232 121 249 / 0.5);
  }

  .lg\:bg-fuchsia-400\/60 {
    background-color: rgb(232 121 249 / 0.6);
  }

  .lg\:bg-fuchsia-400\/70 {
    background-color: rgb(232 121 249 / 0.7);
  }

  .lg\:bg-fuchsia-400\/75 {
    background-color: rgb(232 121 249 / 0.75);
  }

  .lg\:bg-fuchsia-400\/80 {
    background-color: rgb(232 121 249 / 0.8);
  }

  .lg\:bg-fuchsia-400\/90 {
    background-color: rgb(232 121 249 / 0.9);
  }

  .lg\:bg-fuchsia-400\/95 {
    background-color: rgb(232 121 249 / 0.95);
  }

  .lg\:bg-fuchsia-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 244 255 / var(--tw-bg-opacity));
  }

  .lg\:bg-fuchsia-50\/0 {
    background-color: rgb(253 244 255 / 0);
  }

  .lg\:bg-fuchsia-50\/10 {
    background-color: rgb(253 244 255 / 0.1);
  }

  .lg\:bg-fuchsia-50\/100 {
    background-color: rgb(253 244 255 / 1);
  }

  .lg\:bg-fuchsia-50\/20 {
    background-color: rgb(253 244 255 / 0.2);
  }

  .lg\:bg-fuchsia-50\/25 {
    background-color: rgb(253 244 255 / 0.25);
  }

  .lg\:bg-fuchsia-50\/30 {
    background-color: rgb(253 244 255 / 0.3);
  }

  .lg\:bg-fuchsia-50\/40 {
    background-color: rgb(253 244 255 / 0.4);
  }

  .lg\:bg-fuchsia-50\/5 {
    background-color: rgb(253 244 255 / 0.05);
  }

  .lg\:bg-fuchsia-50\/50 {
    background-color: rgb(253 244 255 / 0.5);
  }

  .lg\:bg-fuchsia-50\/60 {
    background-color: rgb(253 244 255 / 0.6);
  }

  .lg\:bg-fuchsia-50\/70 {
    background-color: rgb(253 244 255 / 0.7);
  }

  .lg\:bg-fuchsia-50\/75 {
    background-color: rgb(253 244 255 / 0.75);
  }

  .lg\:bg-fuchsia-50\/80 {
    background-color: rgb(253 244 255 / 0.8);
  }

  .lg\:bg-fuchsia-50\/90 {
    background-color: rgb(253 244 255 / 0.9);
  }

  .lg\:bg-fuchsia-50\/95 {
    background-color: rgb(253 244 255 / 0.95);
  }

  .lg\:bg-fuchsia-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(217 70 239 / var(--tw-bg-opacity));
  }

  .lg\:bg-fuchsia-500\/0 {
    background-color: rgb(217 70 239 / 0);
  }

  .lg\:bg-fuchsia-500\/10 {
    background-color: rgb(217 70 239 / 0.1);
  }

  .lg\:bg-fuchsia-500\/100 {
    background-color: rgb(217 70 239 / 1);
  }

  .lg\:bg-fuchsia-500\/20 {
    background-color: rgb(217 70 239 / 0.2);
  }

  .lg\:bg-fuchsia-500\/25 {
    background-color: rgb(217 70 239 / 0.25);
  }

  .lg\:bg-fuchsia-500\/30 {
    background-color: rgb(217 70 239 / 0.3);
  }

  .lg\:bg-fuchsia-500\/40 {
    background-color: rgb(217 70 239 / 0.4);
  }

  .lg\:bg-fuchsia-500\/5 {
    background-color: rgb(217 70 239 / 0.05);
  }

  .lg\:bg-fuchsia-500\/50 {
    background-color: rgb(217 70 239 / 0.5);
  }

  .lg\:bg-fuchsia-500\/60 {
    background-color: rgb(217 70 239 / 0.6);
  }

  .lg\:bg-fuchsia-500\/70 {
    background-color: rgb(217 70 239 / 0.7);
  }

  .lg\:bg-fuchsia-500\/75 {
    background-color: rgb(217 70 239 / 0.75);
  }

  .lg\:bg-fuchsia-500\/80 {
    background-color: rgb(217 70 239 / 0.8);
  }

  .lg\:bg-fuchsia-500\/90 {
    background-color: rgb(217 70 239 / 0.9);
  }

  .lg\:bg-fuchsia-500\/95 {
    background-color: rgb(217 70 239 / 0.95);
  }

  .lg\:bg-fuchsia-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(192 38 211 / var(--tw-bg-opacity));
  }

  .lg\:bg-fuchsia-600\/0 {
    background-color: rgb(192 38 211 / 0);
  }

  .lg\:bg-fuchsia-600\/10 {
    background-color: rgb(192 38 211 / 0.1);
  }

  .lg\:bg-fuchsia-600\/100 {
    background-color: rgb(192 38 211 / 1);
  }

  .lg\:bg-fuchsia-600\/20 {
    background-color: rgb(192 38 211 / 0.2);
  }

  .lg\:bg-fuchsia-600\/25 {
    background-color: rgb(192 38 211 / 0.25);
  }

  .lg\:bg-fuchsia-600\/30 {
    background-color: rgb(192 38 211 / 0.3);
  }

  .lg\:bg-fuchsia-600\/40 {
    background-color: rgb(192 38 211 / 0.4);
  }

  .lg\:bg-fuchsia-600\/5 {
    background-color: rgb(192 38 211 / 0.05);
  }

  .lg\:bg-fuchsia-600\/50 {
    background-color: rgb(192 38 211 / 0.5);
  }

  .lg\:bg-fuchsia-600\/60 {
    background-color: rgb(192 38 211 / 0.6);
  }

  .lg\:bg-fuchsia-600\/70 {
    background-color: rgb(192 38 211 / 0.7);
  }

  .lg\:bg-fuchsia-600\/75 {
    background-color: rgb(192 38 211 / 0.75);
  }

  .lg\:bg-fuchsia-600\/80 {
    background-color: rgb(192 38 211 / 0.8);
  }

  .lg\:bg-fuchsia-600\/90 {
    background-color: rgb(192 38 211 / 0.9);
  }

  .lg\:bg-fuchsia-600\/95 {
    background-color: rgb(192 38 211 / 0.95);
  }

  .lg\:bg-fuchsia-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(162 28 175 / var(--tw-bg-opacity));
  }

  .lg\:bg-fuchsia-700\/0 {
    background-color: rgb(162 28 175 / 0);
  }

  .lg\:bg-fuchsia-700\/10 {
    background-color: rgb(162 28 175 / 0.1);
  }

  .lg\:bg-fuchsia-700\/100 {
    background-color: rgb(162 28 175 / 1);
  }

  .lg\:bg-fuchsia-700\/20 {
    background-color: rgb(162 28 175 / 0.2);
  }

  .lg\:bg-fuchsia-700\/25 {
    background-color: rgb(162 28 175 / 0.25);
  }

  .lg\:bg-fuchsia-700\/30 {
    background-color: rgb(162 28 175 / 0.3);
  }

  .lg\:bg-fuchsia-700\/40 {
    background-color: rgb(162 28 175 / 0.4);
  }

  .lg\:bg-fuchsia-700\/5 {
    background-color: rgb(162 28 175 / 0.05);
  }

  .lg\:bg-fuchsia-700\/50 {
    background-color: rgb(162 28 175 / 0.5);
  }

  .lg\:bg-fuchsia-700\/60 {
    background-color: rgb(162 28 175 / 0.6);
  }

  .lg\:bg-fuchsia-700\/70 {
    background-color: rgb(162 28 175 / 0.7);
  }

  .lg\:bg-fuchsia-700\/75 {
    background-color: rgb(162 28 175 / 0.75);
  }

  .lg\:bg-fuchsia-700\/80 {
    background-color: rgb(162 28 175 / 0.8);
  }

  .lg\:bg-fuchsia-700\/90 {
    background-color: rgb(162 28 175 / 0.9);
  }

  .lg\:bg-fuchsia-700\/95 {
    background-color: rgb(162 28 175 / 0.95);
  }

  .lg\:bg-fuchsia-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(134 25 143 / var(--tw-bg-opacity));
  }

  .lg\:bg-fuchsia-800\/0 {
    background-color: rgb(134 25 143 / 0);
  }

  .lg\:bg-fuchsia-800\/10 {
    background-color: rgb(134 25 143 / 0.1);
  }

  .lg\:bg-fuchsia-800\/100 {
    background-color: rgb(134 25 143 / 1);
  }

  .lg\:bg-fuchsia-800\/20 {
    background-color: rgb(134 25 143 / 0.2);
  }

  .lg\:bg-fuchsia-800\/25 {
    background-color: rgb(134 25 143 / 0.25);
  }

  .lg\:bg-fuchsia-800\/30 {
    background-color: rgb(134 25 143 / 0.3);
  }

  .lg\:bg-fuchsia-800\/40 {
    background-color: rgb(134 25 143 / 0.4);
  }

  .lg\:bg-fuchsia-800\/5 {
    background-color: rgb(134 25 143 / 0.05);
  }

  .lg\:bg-fuchsia-800\/50 {
    background-color: rgb(134 25 143 / 0.5);
  }

  .lg\:bg-fuchsia-800\/60 {
    background-color: rgb(134 25 143 / 0.6);
  }

  .lg\:bg-fuchsia-800\/70 {
    background-color: rgb(134 25 143 / 0.7);
  }

  .lg\:bg-fuchsia-800\/75 {
    background-color: rgb(134 25 143 / 0.75);
  }

  .lg\:bg-fuchsia-800\/80 {
    background-color: rgb(134 25 143 / 0.8);
  }

  .lg\:bg-fuchsia-800\/90 {
    background-color: rgb(134 25 143 / 0.9);
  }

  .lg\:bg-fuchsia-800\/95 {
    background-color: rgb(134 25 143 / 0.95);
  }

  .lg\:bg-fuchsia-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(112 26 117 / var(--tw-bg-opacity));
  }

  .lg\:bg-fuchsia-900\/0 {
    background-color: rgb(112 26 117 / 0);
  }

  .lg\:bg-fuchsia-900\/10 {
    background-color: rgb(112 26 117 / 0.1);
  }

  .lg\:bg-fuchsia-900\/100 {
    background-color: rgb(112 26 117 / 1);
  }

  .lg\:bg-fuchsia-900\/20 {
    background-color: rgb(112 26 117 / 0.2);
  }

  .lg\:bg-fuchsia-900\/25 {
    background-color: rgb(112 26 117 / 0.25);
  }

  .lg\:bg-fuchsia-900\/30 {
    background-color: rgb(112 26 117 / 0.3);
  }

  .lg\:bg-fuchsia-900\/40 {
    background-color: rgb(112 26 117 / 0.4);
  }

  .lg\:bg-fuchsia-900\/5 {
    background-color: rgb(112 26 117 / 0.05);
  }

  .lg\:bg-fuchsia-900\/50 {
    background-color: rgb(112 26 117 / 0.5);
  }

  .lg\:bg-fuchsia-900\/60 {
    background-color: rgb(112 26 117 / 0.6);
  }

  .lg\:bg-fuchsia-900\/70 {
    background-color: rgb(112 26 117 / 0.7);
  }

  .lg\:bg-fuchsia-900\/75 {
    background-color: rgb(112 26 117 / 0.75);
  }

  .lg\:bg-fuchsia-900\/80 {
    background-color: rgb(112 26 117 / 0.8);
  }

  .lg\:bg-fuchsia-900\/90 {
    background-color: rgb(112 26 117 / 0.9);
  }

  .lg\:bg-fuchsia-900\/95 {
    background-color: rgb(112 26 117 / 0.95);
  }

  .lg\:bg-fuchsia-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(74 4 78 / var(--tw-bg-opacity));
  }

  .lg\:bg-fuchsia-950\/0 {
    background-color: rgb(74 4 78 / 0);
  }

  .lg\:bg-fuchsia-950\/10 {
    background-color: rgb(74 4 78 / 0.1);
  }

  .lg\:bg-fuchsia-950\/100 {
    background-color: rgb(74 4 78 / 1);
  }

  .lg\:bg-fuchsia-950\/20 {
    background-color: rgb(74 4 78 / 0.2);
  }

  .lg\:bg-fuchsia-950\/25 {
    background-color: rgb(74 4 78 / 0.25);
  }

  .lg\:bg-fuchsia-950\/30 {
    background-color: rgb(74 4 78 / 0.3);
  }

  .lg\:bg-fuchsia-950\/40 {
    background-color: rgb(74 4 78 / 0.4);
  }

  .lg\:bg-fuchsia-950\/5 {
    background-color: rgb(74 4 78 / 0.05);
  }

  .lg\:bg-fuchsia-950\/50 {
    background-color: rgb(74 4 78 / 0.5);
  }

  .lg\:bg-fuchsia-950\/60 {
    background-color: rgb(74 4 78 / 0.6);
  }

  .lg\:bg-fuchsia-950\/70 {
    background-color: rgb(74 4 78 / 0.7);
  }

  .lg\:bg-fuchsia-950\/75 {
    background-color: rgb(74 4 78 / 0.75);
  }

  .lg\:bg-fuchsia-950\/80 {
    background-color: rgb(74 4 78 / 0.8);
  }

  .lg\:bg-fuchsia-950\/90 {
    background-color: rgb(74 4 78 / 0.9);
  }

  .lg\:bg-fuchsia-950\/95 {
    background-color: rgb(74 4 78 / 0.95);
  }

  .lg\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  }

  .lg\:bg-gray-100\/0 {
    background-color: rgb(243 244 246 / 0);
  }

  .lg\:bg-gray-100\/10 {
    background-color: rgb(243 244 246 / 0.1);
  }

  .lg\:bg-gray-100\/100 {
    background-color: rgb(243 244 246 / 1);
  }

  .lg\:bg-gray-100\/20 {
    background-color: rgb(243 244 246 / 0.2);
  }

  .lg\:bg-gray-100\/25 {
    background-color: rgb(243 244 246 / 0.25);
  }

  .lg\:bg-gray-100\/30 {
    background-color: rgb(243 244 246 / 0.3);
  }

  .lg\:bg-gray-100\/40 {
    background-color: rgb(243 244 246 / 0.4);
  }

  .lg\:bg-gray-100\/5 {
    background-color: rgb(243 244 246 / 0.05);
  }

  .lg\:bg-gray-100\/50 {
    background-color: rgb(243 244 246 / 0.5);
  }

  .lg\:bg-gray-100\/60 {
    background-color: rgb(243 244 246 / 0.6);
  }

  .lg\:bg-gray-100\/70 {
    background-color: rgb(243 244 246 / 0.7);
  }

  .lg\:bg-gray-100\/75 {
    background-color: rgb(243 244 246 / 0.75);
  }

  .lg\:bg-gray-100\/80 {
    background-color: rgb(243 244 246 / 0.8);
  }

  .lg\:bg-gray-100\/90 {
    background-color: rgb(243 244 246 / 0.9);
  }

  .lg\:bg-gray-100\/95 {
    background-color: rgb(243 244 246 / 0.95);
  }

  .lg\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  }

  .lg\:bg-gray-200\/0 {
    background-color: rgb(229 231 235 / 0);
  }

  .lg\:bg-gray-200\/10 {
    background-color: rgb(229 231 235 / 0.1);
  }

  .lg\:bg-gray-200\/100 {
    background-color: rgb(229 231 235 / 1);
  }

  .lg\:bg-gray-200\/20 {
    background-color: rgb(229 231 235 / 0.2);
  }

  .lg\:bg-gray-200\/25 {
    background-color: rgb(229 231 235 / 0.25);
  }

  .lg\:bg-gray-200\/30 {
    background-color: rgb(229 231 235 / 0.3);
  }

  .lg\:bg-gray-200\/40 {
    background-color: rgb(229 231 235 / 0.4);
  }

  .lg\:bg-gray-200\/5 {
    background-color: rgb(229 231 235 / 0.05);
  }

  .lg\:bg-gray-200\/50 {
    background-color: rgb(229 231 235 / 0.5);
  }

  .lg\:bg-gray-200\/60 {
    background-color: rgb(229 231 235 / 0.6);
  }

  .lg\:bg-gray-200\/70 {
    background-color: rgb(229 231 235 / 0.7);
  }

  .lg\:bg-gray-200\/75 {
    background-color: rgb(229 231 235 / 0.75);
  }

  .lg\:bg-gray-200\/80 {
    background-color: rgb(229 231 235 / 0.8);
  }

  .lg\:bg-gray-200\/90 {
    background-color: rgb(229 231 235 / 0.9);
  }

  .lg\:bg-gray-200\/95 {
    background-color: rgb(229 231 235 / 0.95);
  }

  .lg\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity));
  }

  .lg\:bg-gray-300\/0 {
    background-color: rgb(209 213 219 / 0);
  }

  .lg\:bg-gray-300\/10 {
    background-color: rgb(209 213 219 / 0.1);
  }

  .lg\:bg-gray-300\/100 {
    background-color: rgb(209 213 219 / 1);
  }

  .lg\:bg-gray-300\/20 {
    background-color: rgb(209 213 219 / 0.2);
  }

  .lg\:bg-gray-300\/25 {
    background-color: rgb(209 213 219 / 0.25);
  }

  .lg\:bg-gray-300\/30 {
    background-color: rgb(209 213 219 / 0.3);
  }

  .lg\:bg-gray-300\/40 {
    background-color: rgb(209 213 219 / 0.4);
  }

  .lg\:bg-gray-300\/5 {
    background-color: rgb(209 213 219 / 0.05);
  }

  .lg\:bg-gray-300\/50 {
    background-color: rgb(209 213 219 / 0.5);
  }

  .lg\:bg-gray-300\/60 {
    background-color: rgb(209 213 219 / 0.6);
  }

  .lg\:bg-gray-300\/70 {
    background-color: rgb(209 213 219 / 0.7);
  }

  .lg\:bg-gray-300\/75 {
    background-color: rgb(209 213 219 / 0.75);
  }

  .lg\:bg-gray-300\/80 {
    background-color: rgb(209 213 219 / 0.8);
  }

  .lg\:bg-gray-300\/90 {
    background-color: rgb(209 213 219 / 0.9);
  }

  .lg\:bg-gray-300\/95 {
    background-color: rgb(209 213 219 / 0.95);
  }

  .lg\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity));
  }

  .lg\:bg-gray-400\/0 {
    background-color: rgb(156 163 175 / 0);
  }

  .lg\:bg-gray-400\/10 {
    background-color: rgb(156 163 175 / 0.1);
  }

  .lg\:bg-gray-400\/100 {
    background-color: rgb(156 163 175 / 1);
  }

  .lg\:bg-gray-400\/20 {
    background-color: rgb(156 163 175 / 0.2);
  }

  .lg\:bg-gray-400\/25 {
    background-color: rgb(156 163 175 / 0.25);
  }

  .lg\:bg-gray-400\/30 {
    background-color: rgb(156 163 175 / 0.3);
  }

  .lg\:bg-gray-400\/40 {
    background-color: rgb(156 163 175 / 0.4);
  }

  .lg\:bg-gray-400\/5 {
    background-color: rgb(156 163 175 / 0.05);
  }

  .lg\:bg-gray-400\/50 {
    background-color: rgb(156 163 175 / 0.5);
  }

  .lg\:bg-gray-400\/60 {
    background-color: rgb(156 163 175 / 0.6);
  }

  .lg\:bg-gray-400\/70 {
    background-color: rgb(156 163 175 / 0.7);
  }

  .lg\:bg-gray-400\/75 {
    background-color: rgb(156 163 175 / 0.75);
  }

  .lg\:bg-gray-400\/80 {
    background-color: rgb(156 163 175 / 0.8);
  }

  .lg\:bg-gray-400\/90 {
    background-color: rgb(156 163 175 / 0.9);
  }

  .lg\:bg-gray-400\/95 {
    background-color: rgb(156 163 175 / 0.95);
  }

  .lg\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  }

  .lg\:bg-gray-50\/0 {
    background-color: rgb(249 250 251 / 0);
  }

  .lg\:bg-gray-50\/10 {
    background-color: rgb(249 250 251 / 0.1);
  }

  .lg\:bg-gray-50\/100 {
    background-color: rgb(249 250 251 / 1);
  }

  .lg\:bg-gray-50\/20 {
    background-color: rgb(249 250 251 / 0.2);
  }

  .lg\:bg-gray-50\/25 {
    background-color: rgb(249 250 251 / 0.25);
  }

  .lg\:bg-gray-50\/30 {
    background-color: rgb(249 250 251 / 0.3);
  }

  .lg\:bg-gray-50\/40 {
    background-color: rgb(249 250 251 / 0.4);
  }

  .lg\:bg-gray-50\/5 {
    background-color: rgb(249 250 251 / 0.05);
  }

  .lg\:bg-gray-50\/50 {
    background-color: rgb(249 250 251 / 0.5);
  }

  .lg\:bg-gray-50\/60 {
    background-color: rgb(249 250 251 / 0.6);
  }

  .lg\:bg-gray-50\/70 {
    background-color: rgb(249 250 251 / 0.7);
  }

  .lg\:bg-gray-50\/75 {
    background-color: rgb(249 250 251 / 0.75);
  }

  .lg\:bg-gray-50\/80 {
    background-color: rgb(249 250 251 / 0.8);
  }

  .lg\:bg-gray-50\/90 {
    background-color: rgb(249 250 251 / 0.9);
  }

  .lg\:bg-gray-50\/95 {
    background-color: rgb(249 250 251 / 0.95);
  }

  .lg\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  }

  .lg\:bg-gray-500\/0 {
    background-color: rgb(107 114 128 / 0);
  }

  .lg\:bg-gray-500\/10 {
    background-color: rgb(107 114 128 / 0.1);
  }

  .lg\:bg-gray-500\/100 {
    background-color: rgb(107 114 128 / 1);
  }

  .lg\:bg-gray-500\/20 {
    background-color: rgb(107 114 128 / 0.2);
  }

  .lg\:bg-gray-500\/25 {
    background-color: rgb(107 114 128 / 0.25);
  }

  .lg\:bg-gray-500\/30 {
    background-color: rgb(107 114 128 / 0.3);
  }

  .lg\:bg-gray-500\/40 {
    background-color: rgb(107 114 128 / 0.4);
  }

  .lg\:bg-gray-500\/5 {
    background-color: rgb(107 114 128 / 0.05);
  }

  .lg\:bg-gray-500\/50 {
    background-color: rgb(107 114 128 / 0.5);
  }

  .lg\:bg-gray-500\/60 {
    background-color: rgb(107 114 128 / 0.6);
  }

  .lg\:bg-gray-500\/70 {
    background-color: rgb(107 114 128 / 0.7);
  }

  .lg\:bg-gray-500\/75 {
    background-color: rgb(107 114 128 / 0.75);
  }

  .lg\:bg-gray-500\/80 {
    background-color: rgb(107 114 128 / 0.8);
  }

  .lg\:bg-gray-500\/90 {
    background-color: rgb(107 114 128 / 0.9);
  }

  .lg\:bg-gray-500\/95 {
    background-color: rgb(107 114 128 / 0.95);
  }

  .lg\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity));
  }

  .lg\:bg-gray-600\/0 {
    background-color: rgb(75 85 99 / 0);
  }

  .lg\:bg-gray-600\/10 {
    background-color: rgb(75 85 99 / 0.1);
  }

  .lg\:bg-gray-600\/100 {
    background-color: rgb(75 85 99 / 1);
  }

  .lg\:bg-gray-600\/20 {
    background-color: rgb(75 85 99 / 0.2);
  }

  .lg\:bg-gray-600\/25 {
    background-color: rgb(75 85 99 / 0.25);
  }

  .lg\:bg-gray-600\/30 {
    background-color: rgb(75 85 99 / 0.3);
  }

  .lg\:bg-gray-600\/40 {
    background-color: rgb(75 85 99 / 0.4);
  }

  .lg\:bg-gray-600\/5 {
    background-color: rgb(75 85 99 / 0.05);
  }

  .lg\:bg-gray-600\/50 {
    background-color: rgb(75 85 99 / 0.5);
  }

  .lg\:bg-gray-600\/60 {
    background-color: rgb(75 85 99 / 0.6);
  }

  .lg\:bg-gray-600\/70 {
    background-color: rgb(75 85 99 / 0.7);
  }

  .lg\:bg-gray-600\/75 {
    background-color: rgb(75 85 99 / 0.75);
  }

  .lg\:bg-gray-600\/80 {
    background-color: rgb(75 85 99 / 0.8);
  }

  .lg\:bg-gray-600\/90 {
    background-color: rgb(75 85 99 / 0.9);
  }

  .lg\:bg-gray-600\/95 {
    background-color: rgb(75 85 99 / 0.95);
  }

  .lg\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }

  .lg\:bg-gray-700\/0 {
    background-color: rgb(55 65 81 / 0);
  }

  .lg\:bg-gray-700\/10 {
    background-color: rgb(55 65 81 / 0.1);
  }

  .lg\:bg-gray-700\/100 {
    background-color: rgb(55 65 81 / 1);
  }

  .lg\:bg-gray-700\/20 {
    background-color: rgb(55 65 81 / 0.2);
  }

  .lg\:bg-gray-700\/25 {
    background-color: rgb(55 65 81 / 0.25);
  }

  .lg\:bg-gray-700\/30 {
    background-color: rgb(55 65 81 / 0.3);
  }

  .lg\:bg-gray-700\/40 {
    background-color: rgb(55 65 81 / 0.4);
  }

  .lg\:bg-gray-700\/5 {
    background-color: rgb(55 65 81 / 0.05);
  }

  .lg\:bg-gray-700\/50 {
    background-color: rgb(55 65 81 / 0.5);
  }

  .lg\:bg-gray-700\/60 {
    background-color: rgb(55 65 81 / 0.6);
  }

  .lg\:bg-gray-700\/70 {
    background-color: rgb(55 65 81 / 0.7);
  }

  .lg\:bg-gray-700\/75 {
    background-color: rgb(55 65 81 / 0.75);
  }

  .lg\:bg-gray-700\/80 {
    background-color: rgb(55 65 81 / 0.8);
  }

  .lg\:bg-gray-700\/90 {
    background-color: rgb(55 65 81 / 0.9);
  }

  .lg\:bg-gray-700\/95 {
    background-color: rgb(55 65 81 / 0.95);
  }

  .lg\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }

  .lg\:bg-gray-800\/0 {
    background-color: rgb(31 41 55 / 0);
  }

  .lg\:bg-gray-800\/10 {
    background-color: rgb(31 41 55 / 0.1);
  }

  .lg\:bg-gray-800\/100 {
    background-color: rgb(31 41 55 / 1);
  }

  .lg\:bg-gray-800\/20 {
    background-color: rgb(31 41 55 / 0.2);
  }

  .lg\:bg-gray-800\/25 {
    background-color: rgb(31 41 55 / 0.25);
  }

  .lg\:bg-gray-800\/30 {
    background-color: rgb(31 41 55 / 0.3);
  }

  .lg\:bg-gray-800\/40 {
    background-color: rgb(31 41 55 / 0.4);
  }

  .lg\:bg-gray-800\/5 {
    background-color: rgb(31 41 55 / 0.05);
  }

  .lg\:bg-gray-800\/50 {
    background-color: rgb(31 41 55 / 0.5);
  }

  .lg\:bg-gray-800\/60 {
    background-color: rgb(31 41 55 / 0.6);
  }

  .lg\:bg-gray-800\/70 {
    background-color: rgb(31 41 55 / 0.7);
  }

  .lg\:bg-gray-800\/75 {
    background-color: rgb(31 41 55 / 0.75);
  }

  .lg\:bg-gray-800\/80 {
    background-color: rgb(31 41 55 / 0.8);
  }

  .lg\:bg-gray-800\/90 {
    background-color: rgb(31 41 55 / 0.9);
  }

  .lg\:bg-gray-800\/95 {
    background-color: rgb(31 41 55 / 0.95);
  }

  .lg\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  }

  .lg\:bg-gray-900\/0 {
    background-color: rgb(17 24 39 / 0);
  }

  .lg\:bg-gray-900\/10 {
    background-color: rgb(17 24 39 / 0.1);
  }

  .lg\:bg-gray-900\/100 {
    background-color: rgb(17 24 39 / 1);
  }

  .lg\:bg-gray-900\/20 {
    background-color: rgb(17 24 39 / 0.2);
  }

  .lg\:bg-gray-900\/25 {
    background-color: rgb(17 24 39 / 0.25);
  }

  .lg\:bg-gray-900\/30 {
    background-color: rgb(17 24 39 / 0.3);
  }

  .lg\:bg-gray-900\/40 {
    background-color: rgb(17 24 39 / 0.4);
  }

  .lg\:bg-gray-900\/5 {
    background-color: rgb(17 24 39 / 0.05);
  }

  .lg\:bg-gray-900\/50 {
    background-color: rgb(17 24 39 / 0.5);
  }

  .lg\:bg-gray-900\/60 {
    background-color: rgb(17 24 39 / 0.6);
  }

  .lg\:bg-gray-900\/70 {
    background-color: rgb(17 24 39 / 0.7);
  }

  .lg\:bg-gray-900\/75 {
    background-color: rgb(17 24 39 / 0.75);
  }

  .lg\:bg-gray-900\/80 {
    background-color: rgb(17 24 39 / 0.8);
  }

  .lg\:bg-gray-900\/90 {
    background-color: rgb(17 24 39 / 0.9);
  }

  .lg\:bg-gray-900\/95 {
    background-color: rgb(17 24 39 / 0.95);
  }

  .lg\:bg-gray-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(3 7 18 / var(--tw-bg-opacity));
  }

  .lg\:bg-gray-950\/0 {
    background-color: rgb(3 7 18 / 0);
  }

  .lg\:bg-gray-950\/10 {
    background-color: rgb(3 7 18 / 0.1);
  }

  .lg\:bg-gray-950\/100 {
    background-color: rgb(3 7 18 / 1);
  }

  .lg\:bg-gray-950\/20 {
    background-color: rgb(3 7 18 / 0.2);
  }

  .lg\:bg-gray-950\/25 {
    background-color: rgb(3 7 18 / 0.25);
  }

  .lg\:bg-gray-950\/30 {
    background-color: rgb(3 7 18 / 0.3);
  }

  .lg\:bg-gray-950\/40 {
    background-color: rgb(3 7 18 / 0.4);
  }

  .lg\:bg-gray-950\/5 {
    background-color: rgb(3 7 18 / 0.05);
  }

  .lg\:bg-gray-950\/50 {
    background-color: rgb(3 7 18 / 0.5);
  }

  .lg\:bg-gray-950\/60 {
    background-color: rgb(3 7 18 / 0.6);
  }

  .lg\:bg-gray-950\/70 {
    background-color: rgb(3 7 18 / 0.7);
  }

  .lg\:bg-gray-950\/75 {
    background-color: rgb(3 7 18 / 0.75);
  }

  .lg\:bg-gray-950\/80 {
    background-color: rgb(3 7 18 / 0.8);
  }

  .lg\:bg-gray-950\/90 {
    background-color: rgb(3 7 18 / 0.9);
  }

  .lg\:bg-gray-950\/95 {
    background-color: rgb(3 7 18 / 0.95);
  }

  .lg\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 252 231 / var(--tw-bg-opacity));
  }

  .lg\:bg-green-100\/0 {
    background-color: rgb(220 252 231 / 0);
  }

  .lg\:bg-green-100\/10 {
    background-color: rgb(220 252 231 / 0.1);
  }

  .lg\:bg-green-100\/100 {
    background-color: rgb(220 252 231 / 1);
  }

  .lg\:bg-green-100\/20 {
    background-color: rgb(220 252 231 / 0.2);
  }

  .lg\:bg-green-100\/25 {
    background-color: rgb(220 252 231 / 0.25);
  }

  .lg\:bg-green-100\/30 {
    background-color: rgb(220 252 231 / 0.3);
  }

  .lg\:bg-green-100\/40 {
    background-color: rgb(220 252 231 / 0.4);
  }

  .lg\:bg-green-100\/5 {
    background-color: rgb(220 252 231 / 0.05);
  }

  .lg\:bg-green-100\/50 {
    background-color: rgb(220 252 231 / 0.5);
  }

  .lg\:bg-green-100\/60 {
    background-color: rgb(220 252 231 / 0.6);
  }

  .lg\:bg-green-100\/70 {
    background-color: rgb(220 252 231 / 0.7);
  }

  .lg\:bg-green-100\/75 {
    background-color: rgb(220 252 231 / 0.75);
  }

  .lg\:bg-green-100\/80 {
    background-color: rgb(220 252 231 / 0.8);
  }

  .lg\:bg-green-100\/90 {
    background-color: rgb(220 252 231 / 0.9);
  }

  .lg\:bg-green-100\/95 {
    background-color: rgb(220 252 231 / 0.95);
  }

  .lg\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(187 247 208 / var(--tw-bg-opacity));
  }

  .lg\:bg-green-200\/0 {
    background-color: rgb(187 247 208 / 0);
  }

  .lg\:bg-green-200\/10 {
    background-color: rgb(187 247 208 / 0.1);
  }

  .lg\:bg-green-200\/100 {
    background-color: rgb(187 247 208 / 1);
  }

  .lg\:bg-green-200\/20 {
    background-color: rgb(187 247 208 / 0.2);
  }

  .lg\:bg-green-200\/25 {
    background-color: rgb(187 247 208 / 0.25);
  }

  .lg\:bg-green-200\/30 {
    background-color: rgb(187 247 208 / 0.3);
  }

  .lg\:bg-green-200\/40 {
    background-color: rgb(187 247 208 / 0.4);
  }

  .lg\:bg-green-200\/5 {
    background-color: rgb(187 247 208 / 0.05);
  }

  .lg\:bg-green-200\/50 {
    background-color: rgb(187 247 208 / 0.5);
  }

  .lg\:bg-green-200\/60 {
    background-color: rgb(187 247 208 / 0.6);
  }

  .lg\:bg-green-200\/70 {
    background-color: rgb(187 247 208 / 0.7);
  }

  .lg\:bg-green-200\/75 {
    background-color: rgb(187 247 208 / 0.75);
  }

  .lg\:bg-green-200\/80 {
    background-color: rgb(187 247 208 / 0.8);
  }

  .lg\:bg-green-200\/90 {
    background-color: rgb(187 247 208 / 0.9);
  }

  .lg\:bg-green-200\/95 {
    background-color: rgb(187 247 208 / 0.95);
  }

  .lg\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(134 239 172 / var(--tw-bg-opacity));
  }

  .lg\:bg-green-300\/0 {
    background-color: rgb(134 239 172 / 0);
  }

  .lg\:bg-green-300\/10 {
    background-color: rgb(134 239 172 / 0.1);
  }

  .lg\:bg-green-300\/100 {
    background-color: rgb(134 239 172 / 1);
  }

  .lg\:bg-green-300\/20 {
    background-color: rgb(134 239 172 / 0.2);
  }

  .lg\:bg-green-300\/25 {
    background-color: rgb(134 239 172 / 0.25);
  }

  .lg\:bg-green-300\/30 {
    background-color: rgb(134 239 172 / 0.3);
  }

  .lg\:bg-green-300\/40 {
    background-color: rgb(134 239 172 / 0.4);
  }

  .lg\:bg-green-300\/5 {
    background-color: rgb(134 239 172 / 0.05);
  }

  .lg\:bg-green-300\/50 {
    background-color: rgb(134 239 172 / 0.5);
  }

  .lg\:bg-green-300\/60 {
    background-color: rgb(134 239 172 / 0.6);
  }

  .lg\:bg-green-300\/70 {
    background-color: rgb(134 239 172 / 0.7);
  }

  .lg\:bg-green-300\/75 {
    background-color: rgb(134 239 172 / 0.75);
  }

  .lg\:bg-green-300\/80 {
    background-color: rgb(134 239 172 / 0.8);
  }

  .lg\:bg-green-300\/90 {
    background-color: rgb(134 239 172 / 0.9);
  }

  .lg\:bg-green-300\/95 {
    background-color: rgb(134 239 172 / 0.95);
  }

  .lg\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(74 222 128 / var(--tw-bg-opacity));
  }

  .lg\:bg-green-400\/0 {
    background-color: rgb(74 222 128 / 0);
  }

  .lg\:bg-green-400\/10 {
    background-color: rgb(74 222 128 / 0.1);
  }

  .lg\:bg-green-400\/100 {
    background-color: rgb(74 222 128 / 1);
  }

  .lg\:bg-green-400\/20 {
    background-color: rgb(74 222 128 / 0.2);
  }

  .lg\:bg-green-400\/25 {
    background-color: rgb(74 222 128 / 0.25);
  }

  .lg\:bg-green-400\/30 {
    background-color: rgb(74 222 128 / 0.3);
  }

  .lg\:bg-green-400\/40 {
    background-color: rgb(74 222 128 / 0.4);
  }

  .lg\:bg-green-400\/5 {
    background-color: rgb(74 222 128 / 0.05);
  }

  .lg\:bg-green-400\/50 {
    background-color: rgb(74 222 128 / 0.5);
  }

  .lg\:bg-green-400\/60 {
    background-color: rgb(74 222 128 / 0.6);
  }

  .lg\:bg-green-400\/70 {
    background-color: rgb(74 222 128 / 0.7);
  }

  .lg\:bg-green-400\/75 {
    background-color: rgb(74 222 128 / 0.75);
  }

  .lg\:bg-green-400\/80 {
    background-color: rgb(74 222 128 / 0.8);
  }

  .lg\:bg-green-400\/90 {
    background-color: rgb(74 222 128 / 0.9);
  }

  .lg\:bg-green-400\/95 {
    background-color: rgb(74 222 128 / 0.95);
  }

  .lg\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(240 253 244 / var(--tw-bg-opacity));
  }

  .lg\:bg-green-50\/0 {
    background-color: rgb(240 253 244 / 0);
  }

  .lg\:bg-green-50\/10 {
    background-color: rgb(240 253 244 / 0.1);
  }

  .lg\:bg-green-50\/100 {
    background-color: rgb(240 253 244 / 1);
  }

  .lg\:bg-green-50\/20 {
    background-color: rgb(240 253 244 / 0.2);
  }

  .lg\:bg-green-50\/25 {
    background-color: rgb(240 253 244 / 0.25);
  }

  .lg\:bg-green-50\/30 {
    background-color: rgb(240 253 244 / 0.3);
  }

  .lg\:bg-green-50\/40 {
    background-color: rgb(240 253 244 / 0.4);
  }

  .lg\:bg-green-50\/5 {
    background-color: rgb(240 253 244 / 0.05);
  }

  .lg\:bg-green-50\/50 {
    background-color: rgb(240 253 244 / 0.5);
  }

  .lg\:bg-green-50\/60 {
    background-color: rgb(240 253 244 / 0.6);
  }

  .lg\:bg-green-50\/70 {
    background-color: rgb(240 253 244 / 0.7);
  }

  .lg\:bg-green-50\/75 {
    background-color: rgb(240 253 244 / 0.75);
  }

  .lg\:bg-green-50\/80 {
    background-color: rgb(240 253 244 / 0.8);
  }

  .lg\:bg-green-50\/90 {
    background-color: rgb(240 253 244 / 0.9);
  }

  .lg\:bg-green-50\/95 {
    background-color: rgb(240 253 244 / 0.95);
  }

  .lg\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(34 197 94 / var(--tw-bg-opacity));
  }

  .lg\:bg-green-500\/0 {
    background-color: rgb(34 197 94 / 0);
  }

  .lg\:bg-green-500\/10 {
    background-color: rgb(34 197 94 / 0.1);
  }

  .lg\:bg-green-500\/100 {
    background-color: rgb(34 197 94 / 1);
  }

  .lg\:bg-green-500\/20 {
    background-color: rgb(34 197 94 / 0.2);
  }

  .lg\:bg-green-500\/25 {
    background-color: rgb(34 197 94 / 0.25);
  }

  .lg\:bg-green-500\/30 {
    background-color: rgb(34 197 94 / 0.3);
  }

  .lg\:bg-green-500\/40 {
    background-color: rgb(34 197 94 / 0.4);
  }

  .lg\:bg-green-500\/5 {
    background-color: rgb(34 197 94 / 0.05);
  }

  .lg\:bg-green-500\/50 {
    background-color: rgb(34 197 94 / 0.5);
  }

  .lg\:bg-green-500\/60 {
    background-color: rgb(34 197 94 / 0.6);
  }

  .lg\:bg-green-500\/70 {
    background-color: rgb(34 197 94 / 0.7);
  }

  .lg\:bg-green-500\/75 {
    background-color: rgb(34 197 94 / 0.75);
  }

  .lg\:bg-green-500\/80 {
    background-color: rgb(34 197 94 / 0.8);
  }

  .lg\:bg-green-500\/90 {
    background-color: rgb(34 197 94 / 0.9);
  }

  .lg\:bg-green-500\/95 {
    background-color: rgb(34 197 94 / 0.95);
  }

  .lg\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(22 163 74 / var(--tw-bg-opacity));
  }

  .lg\:bg-green-600\/0 {
    background-color: rgb(22 163 74 / 0);
  }

  .lg\:bg-green-600\/10 {
    background-color: rgb(22 163 74 / 0.1);
  }

  .lg\:bg-green-600\/100 {
    background-color: rgb(22 163 74 / 1);
  }

  .lg\:bg-green-600\/20 {
    background-color: rgb(22 163 74 / 0.2);
  }

  .lg\:bg-green-600\/25 {
    background-color: rgb(22 163 74 / 0.25);
  }

  .lg\:bg-green-600\/30 {
    background-color: rgb(22 163 74 / 0.3);
  }

  .lg\:bg-green-600\/40 {
    background-color: rgb(22 163 74 / 0.4);
  }

  .lg\:bg-green-600\/5 {
    background-color: rgb(22 163 74 / 0.05);
  }

  .lg\:bg-green-600\/50 {
    background-color: rgb(22 163 74 / 0.5);
  }

  .lg\:bg-green-600\/60 {
    background-color: rgb(22 163 74 / 0.6);
  }

  .lg\:bg-green-600\/70 {
    background-color: rgb(22 163 74 / 0.7);
  }

  .lg\:bg-green-600\/75 {
    background-color: rgb(22 163 74 / 0.75);
  }

  .lg\:bg-green-600\/80 {
    background-color: rgb(22 163 74 / 0.8);
  }

  .lg\:bg-green-600\/90 {
    background-color: rgb(22 163 74 / 0.9);
  }

  .lg\:bg-green-600\/95 {
    background-color: rgb(22 163 74 / 0.95);
  }

  .lg\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(21 128 61 / var(--tw-bg-opacity));
  }

  .lg\:bg-green-700\/0 {
    background-color: rgb(21 128 61 / 0);
  }

  .lg\:bg-green-700\/10 {
    background-color: rgb(21 128 61 / 0.1);
  }

  .lg\:bg-green-700\/100 {
    background-color: rgb(21 128 61 / 1);
  }

  .lg\:bg-green-700\/20 {
    background-color: rgb(21 128 61 / 0.2);
  }

  .lg\:bg-green-700\/25 {
    background-color: rgb(21 128 61 / 0.25);
  }

  .lg\:bg-green-700\/30 {
    background-color: rgb(21 128 61 / 0.3);
  }

  .lg\:bg-green-700\/40 {
    background-color: rgb(21 128 61 / 0.4);
  }

  .lg\:bg-green-700\/5 {
    background-color: rgb(21 128 61 / 0.05);
  }

  .lg\:bg-green-700\/50 {
    background-color: rgb(21 128 61 / 0.5);
  }

  .lg\:bg-green-700\/60 {
    background-color: rgb(21 128 61 / 0.6);
  }

  .lg\:bg-green-700\/70 {
    background-color: rgb(21 128 61 / 0.7);
  }

  .lg\:bg-green-700\/75 {
    background-color: rgb(21 128 61 / 0.75);
  }

  .lg\:bg-green-700\/80 {
    background-color: rgb(21 128 61 / 0.8);
  }

  .lg\:bg-green-700\/90 {
    background-color: rgb(21 128 61 / 0.9);
  }

  .lg\:bg-green-700\/95 {
    background-color: rgb(21 128 61 / 0.95);
  }

  .lg\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(22 101 52 / var(--tw-bg-opacity));
  }

  .lg\:bg-green-800\/0 {
    background-color: rgb(22 101 52 / 0);
  }

  .lg\:bg-green-800\/10 {
    background-color: rgb(22 101 52 / 0.1);
  }

  .lg\:bg-green-800\/100 {
    background-color: rgb(22 101 52 / 1);
  }

  .lg\:bg-green-800\/20 {
    background-color: rgb(22 101 52 / 0.2);
  }

  .lg\:bg-green-800\/25 {
    background-color: rgb(22 101 52 / 0.25);
  }

  .lg\:bg-green-800\/30 {
    background-color: rgb(22 101 52 / 0.3);
  }

  .lg\:bg-green-800\/40 {
    background-color: rgb(22 101 52 / 0.4);
  }

  .lg\:bg-green-800\/5 {
    background-color: rgb(22 101 52 / 0.05);
  }

  .lg\:bg-green-800\/50 {
    background-color: rgb(22 101 52 / 0.5);
  }

  .lg\:bg-green-800\/60 {
    background-color: rgb(22 101 52 / 0.6);
  }

  .lg\:bg-green-800\/70 {
    background-color: rgb(22 101 52 / 0.7);
  }

  .lg\:bg-green-800\/75 {
    background-color: rgb(22 101 52 / 0.75);
  }

  .lg\:bg-green-800\/80 {
    background-color: rgb(22 101 52 / 0.8);
  }

  .lg\:bg-green-800\/90 {
    background-color: rgb(22 101 52 / 0.9);
  }

  .lg\:bg-green-800\/95 {
    background-color: rgb(22 101 52 / 0.95);
  }

  .lg\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(20 83 45 / var(--tw-bg-opacity));
  }

  .lg\:bg-green-900\/0 {
    background-color: rgb(20 83 45 / 0);
  }

  .lg\:bg-green-900\/10 {
    background-color: rgb(20 83 45 / 0.1);
  }

  .lg\:bg-green-900\/100 {
    background-color: rgb(20 83 45 / 1);
  }

  .lg\:bg-green-900\/20 {
    background-color: rgb(20 83 45 / 0.2);
  }

  .lg\:bg-green-900\/25 {
    background-color: rgb(20 83 45 / 0.25);
  }

  .lg\:bg-green-900\/30 {
    background-color: rgb(20 83 45 / 0.3);
  }

  .lg\:bg-green-900\/40 {
    background-color: rgb(20 83 45 / 0.4);
  }

  .lg\:bg-green-900\/5 {
    background-color: rgb(20 83 45 / 0.05);
  }

  .lg\:bg-green-900\/50 {
    background-color: rgb(20 83 45 / 0.5);
  }

  .lg\:bg-green-900\/60 {
    background-color: rgb(20 83 45 / 0.6);
  }

  .lg\:bg-green-900\/70 {
    background-color: rgb(20 83 45 / 0.7);
  }

  .lg\:bg-green-900\/75 {
    background-color: rgb(20 83 45 / 0.75);
  }

  .lg\:bg-green-900\/80 {
    background-color: rgb(20 83 45 / 0.8);
  }

  .lg\:bg-green-900\/90 {
    background-color: rgb(20 83 45 / 0.9);
  }

  .lg\:bg-green-900\/95 {
    background-color: rgb(20 83 45 / 0.95);
  }

  .lg\:bg-green-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(5 46 22 / var(--tw-bg-opacity));
  }

  .lg\:bg-green-950\/0 {
    background-color: rgb(5 46 22 / 0);
  }

  .lg\:bg-green-950\/10 {
    background-color: rgb(5 46 22 / 0.1);
  }

  .lg\:bg-green-950\/100 {
    background-color: rgb(5 46 22 / 1);
  }

  .lg\:bg-green-950\/20 {
    background-color: rgb(5 46 22 / 0.2);
  }

  .lg\:bg-green-950\/25 {
    background-color: rgb(5 46 22 / 0.25);
  }

  .lg\:bg-green-950\/30 {
    background-color: rgb(5 46 22 / 0.3);
  }

  .lg\:bg-green-950\/40 {
    background-color: rgb(5 46 22 / 0.4);
  }

  .lg\:bg-green-950\/5 {
    background-color: rgb(5 46 22 / 0.05);
  }

  .lg\:bg-green-950\/50 {
    background-color: rgb(5 46 22 / 0.5);
  }

  .lg\:bg-green-950\/60 {
    background-color: rgb(5 46 22 / 0.6);
  }

  .lg\:bg-green-950\/70 {
    background-color: rgb(5 46 22 / 0.7);
  }

  .lg\:bg-green-950\/75 {
    background-color: rgb(5 46 22 / 0.75);
  }

  .lg\:bg-green-950\/80 {
    background-color: rgb(5 46 22 / 0.8);
  }

  .lg\:bg-green-950\/90 {
    background-color: rgb(5 46 22 / 0.9);
  }

  .lg\:bg-green-950\/95 {
    background-color: rgb(5 46 22 / 0.95);
  }

  .lg\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(224 231 255 / var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-100\/0 {
    background-color: rgb(224 231 255 / 0);
  }

  .lg\:bg-indigo-100\/10 {
    background-color: rgb(224 231 255 / 0.1);
  }

  .lg\:bg-indigo-100\/100 {
    background-color: rgb(224 231 255 / 1);
  }

  .lg\:bg-indigo-100\/20 {
    background-color: rgb(224 231 255 / 0.2);
  }

  .lg\:bg-indigo-100\/25 {
    background-color: rgb(224 231 255 / 0.25);
  }

  .lg\:bg-indigo-100\/30 {
    background-color: rgb(224 231 255 / 0.3);
  }

  .lg\:bg-indigo-100\/40 {
    background-color: rgb(224 231 255 / 0.4);
  }

  .lg\:bg-indigo-100\/5 {
    background-color: rgb(224 231 255 / 0.05);
  }

  .lg\:bg-indigo-100\/50 {
    background-color: rgb(224 231 255 / 0.5);
  }

  .lg\:bg-indigo-100\/60 {
    background-color: rgb(224 231 255 / 0.6);
  }

  .lg\:bg-indigo-100\/70 {
    background-color: rgb(224 231 255 / 0.7);
  }

  .lg\:bg-indigo-100\/75 {
    background-color: rgb(224 231 255 / 0.75);
  }

  .lg\:bg-indigo-100\/80 {
    background-color: rgb(224 231 255 / 0.8);
  }

  .lg\:bg-indigo-100\/90 {
    background-color: rgb(224 231 255 / 0.9);
  }

  .lg\:bg-indigo-100\/95 {
    background-color: rgb(224 231 255 / 0.95);
  }

  .lg\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(199 210 254 / var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-200\/0 {
    background-color: rgb(199 210 254 / 0);
  }

  .lg\:bg-indigo-200\/10 {
    background-color: rgb(199 210 254 / 0.1);
  }

  .lg\:bg-indigo-200\/100 {
    background-color: rgb(199 210 254 / 1);
  }

  .lg\:bg-indigo-200\/20 {
    background-color: rgb(199 210 254 / 0.2);
  }

  .lg\:bg-indigo-200\/25 {
    background-color: rgb(199 210 254 / 0.25);
  }

  .lg\:bg-indigo-200\/30 {
    background-color: rgb(199 210 254 / 0.3);
  }

  .lg\:bg-indigo-200\/40 {
    background-color: rgb(199 210 254 / 0.4);
  }

  .lg\:bg-indigo-200\/5 {
    background-color: rgb(199 210 254 / 0.05);
  }

  .lg\:bg-indigo-200\/50 {
    background-color: rgb(199 210 254 / 0.5);
  }

  .lg\:bg-indigo-200\/60 {
    background-color: rgb(199 210 254 / 0.6);
  }

  .lg\:bg-indigo-200\/70 {
    background-color: rgb(199 210 254 / 0.7);
  }

  .lg\:bg-indigo-200\/75 {
    background-color: rgb(199 210 254 / 0.75);
  }

  .lg\:bg-indigo-200\/80 {
    background-color: rgb(199 210 254 / 0.8);
  }

  .lg\:bg-indigo-200\/90 {
    background-color: rgb(199 210 254 / 0.9);
  }

  .lg\:bg-indigo-200\/95 {
    background-color: rgb(199 210 254 / 0.95);
  }

  .lg\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(165 180 252 / var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-300\/0 {
    background-color: rgb(165 180 252 / 0);
  }

  .lg\:bg-indigo-300\/10 {
    background-color: rgb(165 180 252 / 0.1);
  }

  .lg\:bg-indigo-300\/100 {
    background-color: rgb(165 180 252 / 1);
  }

  .lg\:bg-indigo-300\/20 {
    background-color: rgb(165 180 252 / 0.2);
  }

  .lg\:bg-indigo-300\/25 {
    background-color: rgb(165 180 252 / 0.25);
  }

  .lg\:bg-indigo-300\/30 {
    background-color: rgb(165 180 252 / 0.3);
  }

  .lg\:bg-indigo-300\/40 {
    background-color: rgb(165 180 252 / 0.4);
  }

  .lg\:bg-indigo-300\/5 {
    background-color: rgb(165 180 252 / 0.05);
  }

  .lg\:bg-indigo-300\/50 {
    background-color: rgb(165 180 252 / 0.5);
  }

  .lg\:bg-indigo-300\/60 {
    background-color: rgb(165 180 252 / 0.6);
  }

  .lg\:bg-indigo-300\/70 {
    background-color: rgb(165 180 252 / 0.7);
  }

  .lg\:bg-indigo-300\/75 {
    background-color: rgb(165 180 252 / 0.75);
  }

  .lg\:bg-indigo-300\/80 {
    background-color: rgb(165 180 252 / 0.8);
  }

  .lg\:bg-indigo-300\/90 {
    background-color: rgb(165 180 252 / 0.9);
  }

  .lg\:bg-indigo-300\/95 {
    background-color: rgb(165 180 252 / 0.95);
  }

  .lg\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(129 140 248 / var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-400\/0 {
    background-color: rgb(129 140 248 / 0);
  }

  .lg\:bg-indigo-400\/10 {
    background-color: rgb(129 140 248 / 0.1);
  }

  .lg\:bg-indigo-400\/100 {
    background-color: rgb(129 140 248 / 1);
  }

  .lg\:bg-indigo-400\/20 {
    background-color: rgb(129 140 248 / 0.2);
  }

  .lg\:bg-indigo-400\/25 {
    background-color: rgb(129 140 248 / 0.25);
  }

  .lg\:bg-indigo-400\/30 {
    background-color: rgb(129 140 248 / 0.3);
  }

  .lg\:bg-indigo-400\/40 {
    background-color: rgb(129 140 248 / 0.4);
  }

  .lg\:bg-indigo-400\/5 {
    background-color: rgb(129 140 248 / 0.05);
  }

  .lg\:bg-indigo-400\/50 {
    background-color: rgb(129 140 248 / 0.5);
  }

  .lg\:bg-indigo-400\/60 {
    background-color: rgb(129 140 248 / 0.6);
  }

  .lg\:bg-indigo-400\/70 {
    background-color: rgb(129 140 248 / 0.7);
  }

  .lg\:bg-indigo-400\/75 {
    background-color: rgb(129 140 248 / 0.75);
  }

  .lg\:bg-indigo-400\/80 {
    background-color: rgb(129 140 248 / 0.8);
  }

  .lg\:bg-indigo-400\/90 {
    background-color: rgb(129 140 248 / 0.9);
  }

  .lg\:bg-indigo-400\/95 {
    background-color: rgb(129 140 248 / 0.95);
  }

  .lg\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(238 242 255 / var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-50\/0 {
    background-color: rgb(238 242 255 / 0);
  }

  .lg\:bg-indigo-50\/10 {
    background-color: rgb(238 242 255 / 0.1);
  }

  .lg\:bg-indigo-50\/100 {
    background-color: rgb(238 242 255 / 1);
  }

  .lg\:bg-indigo-50\/20 {
    background-color: rgb(238 242 255 / 0.2);
  }

  .lg\:bg-indigo-50\/25 {
    background-color: rgb(238 242 255 / 0.25);
  }

  .lg\:bg-indigo-50\/30 {
    background-color: rgb(238 242 255 / 0.3);
  }

  .lg\:bg-indigo-50\/40 {
    background-color: rgb(238 242 255 / 0.4);
  }

  .lg\:bg-indigo-50\/5 {
    background-color: rgb(238 242 255 / 0.05);
  }

  .lg\:bg-indigo-50\/50 {
    background-color: rgb(238 242 255 / 0.5);
  }

  .lg\:bg-indigo-50\/60 {
    background-color: rgb(238 242 255 / 0.6);
  }

  .lg\:bg-indigo-50\/70 {
    background-color: rgb(238 242 255 / 0.7);
  }

  .lg\:bg-indigo-50\/75 {
    background-color: rgb(238 242 255 / 0.75);
  }

  .lg\:bg-indigo-50\/80 {
    background-color: rgb(238 242 255 / 0.8);
  }

  .lg\:bg-indigo-50\/90 {
    background-color: rgb(238 242 255 / 0.9);
  }

  .lg\:bg-indigo-50\/95 {
    background-color: rgb(238 242 255 / 0.95);
  }

  .lg\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(99 102 241 / var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-500\/0 {
    background-color: rgb(99 102 241 / 0);
  }

  .lg\:bg-indigo-500\/10 {
    background-color: rgb(99 102 241 / 0.1);
  }

  .lg\:bg-indigo-500\/100 {
    background-color: rgb(99 102 241 / 1);
  }

  .lg\:bg-indigo-500\/20 {
    background-color: rgb(99 102 241 / 0.2);
  }

  .lg\:bg-indigo-500\/25 {
    background-color: rgb(99 102 241 / 0.25);
  }

  .lg\:bg-indigo-500\/30 {
    background-color: rgb(99 102 241 / 0.3);
  }

  .lg\:bg-indigo-500\/40 {
    background-color: rgb(99 102 241 / 0.4);
  }

  .lg\:bg-indigo-500\/5 {
    background-color: rgb(99 102 241 / 0.05);
  }

  .lg\:bg-indigo-500\/50 {
    background-color: rgb(99 102 241 / 0.5);
  }

  .lg\:bg-indigo-500\/60 {
    background-color: rgb(99 102 241 / 0.6);
  }

  .lg\:bg-indigo-500\/70 {
    background-color: rgb(99 102 241 / 0.7);
  }

  .lg\:bg-indigo-500\/75 {
    background-color: rgb(99 102 241 / 0.75);
  }

  .lg\:bg-indigo-500\/80 {
    background-color: rgb(99 102 241 / 0.8);
  }

  .lg\:bg-indigo-500\/90 {
    background-color: rgb(99 102 241 / 0.9);
  }

  .lg\:bg-indigo-500\/95 {
    background-color: rgb(99 102 241 / 0.95);
  }

  .lg\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(79 70 229 / var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-600\/0 {
    background-color: rgb(79 70 229 / 0);
  }

  .lg\:bg-indigo-600\/10 {
    background-color: rgb(79 70 229 / 0.1);
  }

  .lg\:bg-indigo-600\/100 {
    background-color: rgb(79 70 229 / 1);
  }

  .lg\:bg-indigo-600\/20 {
    background-color: rgb(79 70 229 / 0.2);
  }

  .lg\:bg-indigo-600\/25 {
    background-color: rgb(79 70 229 / 0.25);
  }

  .lg\:bg-indigo-600\/30 {
    background-color: rgb(79 70 229 / 0.3);
  }

  .lg\:bg-indigo-600\/40 {
    background-color: rgb(79 70 229 / 0.4);
  }

  .lg\:bg-indigo-600\/5 {
    background-color: rgb(79 70 229 / 0.05);
  }

  .lg\:bg-indigo-600\/50 {
    background-color: rgb(79 70 229 / 0.5);
  }

  .lg\:bg-indigo-600\/60 {
    background-color: rgb(79 70 229 / 0.6);
  }

  .lg\:bg-indigo-600\/70 {
    background-color: rgb(79 70 229 / 0.7);
  }

  .lg\:bg-indigo-600\/75 {
    background-color: rgb(79 70 229 / 0.75);
  }

  .lg\:bg-indigo-600\/80 {
    background-color: rgb(79 70 229 / 0.8);
  }

  .lg\:bg-indigo-600\/90 {
    background-color: rgb(79 70 229 / 0.9);
  }

  .lg\:bg-indigo-600\/95 {
    background-color: rgb(79 70 229 / 0.95);
  }

  .lg\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(67 56 202 / var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-700\/0 {
    background-color: rgb(67 56 202 / 0);
  }

  .lg\:bg-indigo-700\/10 {
    background-color: rgb(67 56 202 / 0.1);
  }

  .lg\:bg-indigo-700\/100 {
    background-color: rgb(67 56 202 / 1);
  }

  .lg\:bg-indigo-700\/20 {
    background-color: rgb(67 56 202 / 0.2);
  }

  .lg\:bg-indigo-700\/25 {
    background-color: rgb(67 56 202 / 0.25);
  }

  .lg\:bg-indigo-700\/30 {
    background-color: rgb(67 56 202 / 0.3);
  }

  .lg\:bg-indigo-700\/40 {
    background-color: rgb(67 56 202 / 0.4);
  }

  .lg\:bg-indigo-700\/5 {
    background-color: rgb(67 56 202 / 0.05);
  }

  .lg\:bg-indigo-700\/50 {
    background-color: rgb(67 56 202 / 0.5);
  }

  .lg\:bg-indigo-700\/60 {
    background-color: rgb(67 56 202 / 0.6);
  }

  .lg\:bg-indigo-700\/70 {
    background-color: rgb(67 56 202 / 0.7);
  }

  .lg\:bg-indigo-700\/75 {
    background-color: rgb(67 56 202 / 0.75);
  }

  .lg\:bg-indigo-700\/80 {
    background-color: rgb(67 56 202 / 0.8);
  }

  .lg\:bg-indigo-700\/90 {
    background-color: rgb(67 56 202 / 0.9);
  }

  .lg\:bg-indigo-700\/95 {
    background-color: rgb(67 56 202 / 0.95);
  }

  .lg\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 48 163 / var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-800\/0 {
    background-color: rgb(55 48 163 / 0);
  }

  .lg\:bg-indigo-800\/10 {
    background-color: rgb(55 48 163 / 0.1);
  }

  .lg\:bg-indigo-800\/100 {
    background-color: rgb(55 48 163 / 1);
  }

  .lg\:bg-indigo-800\/20 {
    background-color: rgb(55 48 163 / 0.2);
  }

  .lg\:bg-indigo-800\/25 {
    background-color: rgb(55 48 163 / 0.25);
  }

  .lg\:bg-indigo-800\/30 {
    background-color: rgb(55 48 163 / 0.3);
  }

  .lg\:bg-indigo-800\/40 {
    background-color: rgb(55 48 163 / 0.4);
  }

  .lg\:bg-indigo-800\/5 {
    background-color: rgb(55 48 163 / 0.05);
  }

  .lg\:bg-indigo-800\/50 {
    background-color: rgb(55 48 163 / 0.5);
  }

  .lg\:bg-indigo-800\/60 {
    background-color: rgb(55 48 163 / 0.6);
  }

  .lg\:bg-indigo-800\/70 {
    background-color: rgb(55 48 163 / 0.7);
  }

  .lg\:bg-indigo-800\/75 {
    background-color: rgb(55 48 163 / 0.75);
  }

  .lg\:bg-indigo-800\/80 {
    background-color: rgb(55 48 163 / 0.8);
  }

  .lg\:bg-indigo-800\/90 {
    background-color: rgb(55 48 163 / 0.9);
  }

  .lg\:bg-indigo-800\/95 {
    background-color: rgb(55 48 163 / 0.95);
  }

  .lg\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(49 46 129 / var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-900\/0 {
    background-color: rgb(49 46 129 / 0);
  }

  .lg\:bg-indigo-900\/10 {
    background-color: rgb(49 46 129 / 0.1);
  }

  .lg\:bg-indigo-900\/100 {
    background-color: rgb(49 46 129 / 1);
  }

  .lg\:bg-indigo-900\/20 {
    background-color: rgb(49 46 129 / 0.2);
  }

  .lg\:bg-indigo-900\/25 {
    background-color: rgb(49 46 129 / 0.25);
  }

  .lg\:bg-indigo-900\/30 {
    background-color: rgb(49 46 129 / 0.3);
  }

  .lg\:bg-indigo-900\/40 {
    background-color: rgb(49 46 129 / 0.4);
  }

  .lg\:bg-indigo-900\/5 {
    background-color: rgb(49 46 129 / 0.05);
  }

  .lg\:bg-indigo-900\/50 {
    background-color: rgb(49 46 129 / 0.5);
  }

  .lg\:bg-indigo-900\/60 {
    background-color: rgb(49 46 129 / 0.6);
  }

  .lg\:bg-indigo-900\/70 {
    background-color: rgb(49 46 129 / 0.7);
  }

  .lg\:bg-indigo-900\/75 {
    background-color: rgb(49 46 129 / 0.75);
  }

  .lg\:bg-indigo-900\/80 {
    background-color: rgb(49 46 129 / 0.8);
  }

  .lg\:bg-indigo-900\/90 {
    background-color: rgb(49 46 129 / 0.9);
  }

  .lg\:bg-indigo-900\/95 {
    background-color: rgb(49 46 129 / 0.95);
  }

  .lg\:bg-indigo-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(30 27 75 / var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-950\/0 {
    background-color: rgb(30 27 75 / 0);
  }

  .lg\:bg-indigo-950\/10 {
    background-color: rgb(30 27 75 / 0.1);
  }

  .lg\:bg-indigo-950\/100 {
    background-color: rgb(30 27 75 / 1);
  }

  .lg\:bg-indigo-950\/20 {
    background-color: rgb(30 27 75 / 0.2);
  }

  .lg\:bg-indigo-950\/25 {
    background-color: rgb(30 27 75 / 0.25);
  }

  .lg\:bg-indigo-950\/30 {
    background-color: rgb(30 27 75 / 0.3);
  }

  .lg\:bg-indigo-950\/40 {
    background-color: rgb(30 27 75 / 0.4);
  }

  .lg\:bg-indigo-950\/5 {
    background-color: rgb(30 27 75 / 0.05);
  }

  .lg\:bg-indigo-950\/50 {
    background-color: rgb(30 27 75 / 0.5);
  }

  .lg\:bg-indigo-950\/60 {
    background-color: rgb(30 27 75 / 0.6);
  }

  .lg\:bg-indigo-950\/70 {
    background-color: rgb(30 27 75 / 0.7);
  }

  .lg\:bg-indigo-950\/75 {
    background-color: rgb(30 27 75 / 0.75);
  }

  .lg\:bg-indigo-950\/80 {
    background-color: rgb(30 27 75 / 0.8);
  }

  .lg\:bg-indigo-950\/90 {
    background-color: rgb(30 27 75 / 0.9);
  }

  .lg\:bg-indigo-950\/95 {
    background-color: rgb(30 27 75 / 0.95);
  }

  .lg\:bg-inherit {
    background-color: inherit;
  }

  .lg\:bg-interbeauty-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 197 175 / var(--tw-bg-opacity));
  }

  .lg\:bg-interbeauty-100\/0 {
    background-color: rgb(249 197 175 / 0);
  }

  .lg\:bg-interbeauty-100\/10 {
    background-color: rgb(249 197 175 / 0.1);
  }

  .lg\:bg-interbeauty-100\/100 {
    background-color: rgb(249 197 175 / 1);
  }

  .lg\:bg-interbeauty-100\/20 {
    background-color: rgb(249 197 175 / 0.2);
  }

  .lg\:bg-interbeauty-100\/25 {
    background-color: rgb(249 197 175 / 0.25);
  }

  .lg\:bg-interbeauty-100\/30 {
    background-color: rgb(249 197 175 / 0.3);
  }

  .lg\:bg-interbeauty-100\/40 {
    background-color: rgb(249 197 175 / 0.4);
  }

  .lg\:bg-interbeauty-100\/5 {
    background-color: rgb(249 197 175 / 0.05);
  }

  .lg\:bg-interbeauty-100\/50 {
    background-color: rgb(249 197 175 / 0.5);
  }

  .lg\:bg-interbeauty-100\/60 {
    background-color: rgb(249 197 175 / 0.6);
  }

  .lg\:bg-interbeauty-100\/70 {
    background-color: rgb(249 197 175 / 0.7);
  }

  .lg\:bg-interbeauty-100\/75 {
    background-color: rgb(249 197 175 / 0.75);
  }

  .lg\:bg-interbeauty-100\/80 {
    background-color: rgb(249 197 175 / 0.8);
  }

  .lg\:bg-interbeauty-100\/90 {
    background-color: rgb(249 197 175 / 0.9);
  }

  .lg\:bg-interbeauty-100\/95 {
    background-color: rgb(249 197 175 / 0.95);
  }

  .lg\:bg-interbeauty-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(241 182 191 / var(--tw-bg-opacity));
  }

  .lg\:bg-interbeauty-200\/0 {
    background-color: rgb(241 182 191 / 0);
  }

  .lg\:bg-interbeauty-200\/10 {
    background-color: rgb(241 182 191 / 0.1);
  }

  .lg\:bg-interbeauty-200\/100 {
    background-color: rgb(241 182 191 / 1);
  }

  .lg\:bg-interbeauty-200\/20 {
    background-color: rgb(241 182 191 / 0.2);
  }

  .lg\:bg-interbeauty-200\/25 {
    background-color: rgb(241 182 191 / 0.25);
  }

  .lg\:bg-interbeauty-200\/30 {
    background-color: rgb(241 182 191 / 0.3);
  }

  .lg\:bg-interbeauty-200\/40 {
    background-color: rgb(241 182 191 / 0.4);
  }

  .lg\:bg-interbeauty-200\/5 {
    background-color: rgb(241 182 191 / 0.05);
  }

  .lg\:bg-interbeauty-200\/50 {
    background-color: rgb(241 182 191 / 0.5);
  }

  .lg\:bg-interbeauty-200\/60 {
    background-color: rgb(241 182 191 / 0.6);
  }

  .lg\:bg-interbeauty-200\/70 {
    background-color: rgb(241 182 191 / 0.7);
  }

  .lg\:bg-interbeauty-200\/75 {
    background-color: rgb(241 182 191 / 0.75);
  }

  .lg\:bg-interbeauty-200\/80 {
    background-color: rgb(241 182 191 / 0.8);
  }

  .lg\:bg-interbeauty-200\/90 {
    background-color: rgb(241 182 191 / 0.9);
  }

  .lg\:bg-interbeauty-200\/95 {
    background-color: rgb(241 182 191 / 0.95);
  }

  .lg\:bg-interbeauty-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(182 219 231 / var(--tw-bg-opacity));
  }

  .lg\:bg-interbeauty-300\/0 {
    background-color: rgb(182 219 231 / 0);
  }

  .lg\:bg-interbeauty-300\/10 {
    background-color: rgb(182 219 231 / 0.1);
  }

  .lg\:bg-interbeauty-300\/100 {
    background-color: rgb(182 219 231 / 1);
  }

  .lg\:bg-interbeauty-300\/20 {
    background-color: rgb(182 219 231 / 0.2);
  }

  .lg\:bg-interbeauty-300\/25 {
    background-color: rgb(182 219 231 / 0.25);
  }

  .lg\:bg-interbeauty-300\/30 {
    background-color: rgb(182 219 231 / 0.3);
  }

  .lg\:bg-interbeauty-300\/40 {
    background-color: rgb(182 219 231 / 0.4);
  }

  .lg\:bg-interbeauty-300\/5 {
    background-color: rgb(182 219 231 / 0.05);
  }

  .lg\:bg-interbeauty-300\/50 {
    background-color: rgb(182 219 231 / 0.5);
  }

  .lg\:bg-interbeauty-300\/60 {
    background-color: rgb(182 219 231 / 0.6);
  }

  .lg\:bg-interbeauty-300\/70 {
    background-color: rgb(182 219 231 / 0.7);
  }

  .lg\:bg-interbeauty-300\/75 {
    background-color: rgb(182 219 231 / 0.75);
  }

  .lg\:bg-interbeauty-300\/80 {
    background-color: rgb(182 219 231 / 0.8);
  }

  .lg\:bg-interbeauty-300\/90 {
    background-color: rgb(182 219 231 / 0.9);
  }

  .lg\:bg-interbeauty-300\/95 {
    background-color: rgb(182 219 231 / 0.95);
  }

  .lg\:bg-interbeauty-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 250 247 / var(--tw-bg-opacity));
  }

  .lg\:bg-interbeauty-400\/0 {
    background-color: rgb(254 250 247 / 0);
  }

  .lg\:bg-interbeauty-400\/10 {
    background-color: rgb(254 250 247 / 0.1);
  }

  .lg\:bg-interbeauty-400\/100 {
    background-color: rgb(254 250 247 / 1);
  }

  .lg\:bg-interbeauty-400\/20 {
    background-color: rgb(254 250 247 / 0.2);
  }

  .lg\:bg-interbeauty-400\/25 {
    background-color: rgb(254 250 247 / 0.25);
  }

  .lg\:bg-interbeauty-400\/30 {
    background-color: rgb(254 250 247 / 0.3);
  }

  .lg\:bg-interbeauty-400\/40 {
    background-color: rgb(254 250 247 / 0.4);
  }

  .lg\:bg-interbeauty-400\/5 {
    background-color: rgb(254 250 247 / 0.05);
  }

  .lg\:bg-interbeauty-400\/50 {
    background-color: rgb(254 250 247 / 0.5);
  }

  .lg\:bg-interbeauty-400\/60 {
    background-color: rgb(254 250 247 / 0.6);
  }

  .lg\:bg-interbeauty-400\/70 {
    background-color: rgb(254 250 247 / 0.7);
  }

  .lg\:bg-interbeauty-400\/75 {
    background-color: rgb(254 250 247 / 0.75);
  }

  .lg\:bg-interbeauty-400\/80 {
    background-color: rgb(254 250 247 / 0.8);
  }

  .lg\:bg-interbeauty-400\/90 {
    background-color: rgb(254 250 247 / 0.9);
  }

  .lg\:bg-interbeauty-400\/95 {
    background-color: rgb(254 250 247 / 0.95);
  }

  .lg\:bg-interbeauty-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(193 225 224 / var(--tw-bg-opacity));
  }

  .lg\:bg-interbeauty-500\/0 {
    background-color: rgb(193 225 224 / 0);
  }

  .lg\:bg-interbeauty-500\/10 {
    background-color: rgb(193 225 224 / 0.1);
  }

  .lg\:bg-interbeauty-500\/100 {
    background-color: rgb(193 225 224 / 1);
  }

  .lg\:bg-interbeauty-500\/20 {
    background-color: rgb(193 225 224 / 0.2);
  }

  .lg\:bg-interbeauty-500\/25 {
    background-color: rgb(193 225 224 / 0.25);
  }

  .lg\:bg-interbeauty-500\/30 {
    background-color: rgb(193 225 224 / 0.3);
  }

  .lg\:bg-interbeauty-500\/40 {
    background-color: rgb(193 225 224 / 0.4);
  }

  .lg\:bg-interbeauty-500\/5 {
    background-color: rgb(193 225 224 / 0.05);
  }

  .lg\:bg-interbeauty-500\/50 {
    background-color: rgb(193 225 224 / 0.5);
  }

  .lg\:bg-interbeauty-500\/60 {
    background-color: rgb(193 225 224 / 0.6);
  }

  .lg\:bg-interbeauty-500\/70 {
    background-color: rgb(193 225 224 / 0.7);
  }

  .lg\:bg-interbeauty-500\/75 {
    background-color: rgb(193 225 224 / 0.75);
  }

  .lg\:bg-interbeauty-500\/80 {
    background-color: rgb(193 225 224 / 0.8);
  }

  .lg\:bg-interbeauty-500\/90 {
    background-color: rgb(193 225 224 / 0.9);
  }

  .lg\:bg-interbeauty-500\/95 {
    background-color: rgb(193 225 224 / 0.95);
  }

  .lg\:bg-interbeauty-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(88 88 94 / var(--tw-bg-opacity));
  }

  .lg\:bg-interbeauty-600\/0 {
    background-color: rgb(88 88 94 / 0);
  }

  .lg\:bg-interbeauty-600\/10 {
    background-color: rgb(88 88 94 / 0.1);
  }

  .lg\:bg-interbeauty-600\/100 {
    background-color: rgb(88 88 94 / 1);
  }

  .lg\:bg-interbeauty-600\/20 {
    background-color: rgb(88 88 94 / 0.2);
  }

  .lg\:bg-interbeauty-600\/25 {
    background-color: rgb(88 88 94 / 0.25);
  }

  .lg\:bg-interbeauty-600\/30 {
    background-color: rgb(88 88 94 / 0.3);
  }

  .lg\:bg-interbeauty-600\/40 {
    background-color: rgb(88 88 94 / 0.4);
  }

  .lg\:bg-interbeauty-600\/5 {
    background-color: rgb(88 88 94 / 0.05);
  }

  .lg\:bg-interbeauty-600\/50 {
    background-color: rgb(88 88 94 / 0.5);
  }

  .lg\:bg-interbeauty-600\/60 {
    background-color: rgb(88 88 94 / 0.6);
  }

  .lg\:bg-interbeauty-600\/70 {
    background-color: rgb(88 88 94 / 0.7);
  }

  .lg\:bg-interbeauty-600\/75 {
    background-color: rgb(88 88 94 / 0.75);
  }

  .lg\:bg-interbeauty-600\/80 {
    background-color: rgb(88 88 94 / 0.8);
  }

  .lg\:bg-interbeauty-600\/90 {
    background-color: rgb(88 88 94 / 0.9);
  }

  .lg\:bg-interbeauty-600\/95 {
    background-color: rgb(88 88 94 / 0.95);
  }

  .lg\:bg-ipnvaluers-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(0 40 87 / var(--tw-bg-opacity));
  }

  .lg\:bg-ipnvaluers-200\/0 {
    background-color: rgb(0 40 87 / 0);
  }

  .lg\:bg-ipnvaluers-200\/10 {
    background-color: rgb(0 40 87 / 0.1);
  }

  .lg\:bg-ipnvaluers-200\/100 {
    background-color: rgb(0 40 87 / 1);
  }

  .lg\:bg-ipnvaluers-200\/20 {
    background-color: rgb(0 40 87 / 0.2);
  }

  .lg\:bg-ipnvaluers-200\/25 {
    background-color: rgb(0 40 87 / 0.25);
  }

  .lg\:bg-ipnvaluers-200\/30 {
    background-color: rgb(0 40 87 / 0.3);
  }

  .lg\:bg-ipnvaluers-200\/40 {
    background-color: rgb(0 40 87 / 0.4);
  }

  .lg\:bg-ipnvaluers-200\/5 {
    background-color: rgb(0 40 87 / 0.05);
  }

  .lg\:bg-ipnvaluers-200\/50 {
    background-color: rgb(0 40 87 / 0.5);
  }

  .lg\:bg-ipnvaluers-200\/60 {
    background-color: rgb(0 40 87 / 0.6);
  }

  .lg\:bg-ipnvaluers-200\/70 {
    background-color: rgb(0 40 87 / 0.7);
  }

  .lg\:bg-ipnvaluers-200\/75 {
    background-color: rgb(0 40 87 / 0.75);
  }

  .lg\:bg-ipnvaluers-200\/80 {
    background-color: rgb(0 40 87 / 0.8);
  }

  .lg\:bg-ipnvaluers-200\/90 {
    background-color: rgb(0 40 87 / 0.9);
  }

  .lg\:bg-ipnvaluers-200\/95 {
    background-color: rgb(0 40 87 / 0.95);
  }

  .lg\:bg-ipnvaluers-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(196 107 22 / var(--tw-bg-opacity));
  }

  .lg\:bg-ipnvaluers-400\/0 {
    background-color: rgb(196 107 22 / 0);
  }

  .lg\:bg-ipnvaluers-400\/10 {
    background-color: rgb(196 107 22 / 0.1);
  }

  .lg\:bg-ipnvaluers-400\/100 {
    background-color: rgb(196 107 22 / 1);
  }

  .lg\:bg-ipnvaluers-400\/20 {
    background-color: rgb(196 107 22 / 0.2);
  }

  .lg\:bg-ipnvaluers-400\/25 {
    background-color: rgb(196 107 22 / 0.25);
  }

  .lg\:bg-ipnvaluers-400\/30 {
    background-color: rgb(196 107 22 / 0.3);
  }

  .lg\:bg-ipnvaluers-400\/40 {
    background-color: rgb(196 107 22 / 0.4);
  }

  .lg\:bg-ipnvaluers-400\/5 {
    background-color: rgb(196 107 22 / 0.05);
  }

  .lg\:bg-ipnvaluers-400\/50 {
    background-color: rgb(196 107 22 / 0.5);
  }

  .lg\:bg-ipnvaluers-400\/60 {
    background-color: rgb(196 107 22 / 0.6);
  }

  .lg\:bg-ipnvaluers-400\/70 {
    background-color: rgb(196 107 22 / 0.7);
  }

  .lg\:bg-ipnvaluers-400\/75 {
    background-color: rgb(196 107 22 / 0.75);
  }

  .lg\:bg-ipnvaluers-400\/80 {
    background-color: rgb(196 107 22 / 0.8);
  }

  .lg\:bg-ipnvaluers-400\/90 {
    background-color: rgb(196 107 22 / 0.9);
  }

  .lg\:bg-ipnvaluers-400\/95 {
    background-color: rgb(196 107 22 / 0.95);
  }

  .lg\:bg-ipnvaluers-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 174 21 / var(--tw-bg-opacity));
  }

  .lg\:bg-ipnvaluers-500\/0 {
    background-color: rgb(245 174 21 / 0);
  }

  .lg\:bg-ipnvaluers-500\/10 {
    background-color: rgb(245 174 21 / 0.1);
  }

  .lg\:bg-ipnvaluers-500\/100 {
    background-color: rgb(245 174 21 / 1);
  }

  .lg\:bg-ipnvaluers-500\/20 {
    background-color: rgb(245 174 21 / 0.2);
  }

  .lg\:bg-ipnvaluers-500\/25 {
    background-color: rgb(245 174 21 / 0.25);
  }

  .lg\:bg-ipnvaluers-500\/30 {
    background-color: rgb(245 174 21 / 0.3);
  }

  .lg\:bg-ipnvaluers-500\/40 {
    background-color: rgb(245 174 21 / 0.4);
  }

  .lg\:bg-ipnvaluers-500\/5 {
    background-color: rgb(245 174 21 / 0.05);
  }

  .lg\:bg-ipnvaluers-500\/50 {
    background-color: rgb(245 174 21 / 0.5);
  }

  .lg\:bg-ipnvaluers-500\/60 {
    background-color: rgb(245 174 21 / 0.6);
  }

  .lg\:bg-ipnvaluers-500\/70 {
    background-color: rgb(245 174 21 / 0.7);
  }

  .lg\:bg-ipnvaluers-500\/75 {
    background-color: rgb(245 174 21 / 0.75);
  }

  .lg\:bg-ipnvaluers-500\/80 {
    background-color: rgb(245 174 21 / 0.8);
  }

  .lg\:bg-ipnvaluers-500\/90 {
    background-color: rgb(245 174 21 / 0.9);
  }

  .lg\:bg-ipnvaluers-500\/95 {
    background-color: rgb(245 174 21 / 0.95);
  }

  .lg\:bg-jukejam-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 210 101 / var(--tw-bg-opacity));
  }

  .lg\:bg-jukejam-500\/0 {
    background-color: rgb(250 210 101 / 0);
  }

  .lg\:bg-jukejam-500\/10 {
    background-color: rgb(250 210 101 / 0.1);
  }

  .lg\:bg-jukejam-500\/100 {
    background-color: rgb(250 210 101 / 1);
  }

  .lg\:bg-jukejam-500\/20 {
    background-color: rgb(250 210 101 / 0.2);
  }

  .lg\:bg-jukejam-500\/25 {
    background-color: rgb(250 210 101 / 0.25);
  }

  .lg\:bg-jukejam-500\/30 {
    background-color: rgb(250 210 101 / 0.3);
  }

  .lg\:bg-jukejam-500\/40 {
    background-color: rgb(250 210 101 / 0.4);
  }

  .lg\:bg-jukejam-500\/5 {
    background-color: rgb(250 210 101 / 0.05);
  }

  .lg\:bg-jukejam-500\/50 {
    background-color: rgb(250 210 101 / 0.5);
  }

  .lg\:bg-jukejam-500\/60 {
    background-color: rgb(250 210 101 / 0.6);
  }

  .lg\:bg-jukejam-500\/70 {
    background-color: rgb(250 210 101 / 0.7);
  }

  .lg\:bg-jukejam-500\/75 {
    background-color: rgb(250 210 101 / 0.75);
  }

  .lg\:bg-jukejam-500\/80 {
    background-color: rgb(250 210 101 / 0.8);
  }

  .lg\:bg-jukejam-500\/90 {
    background-color: rgb(250 210 101 / 0.9);
  }

  .lg\:bg-jukejam-500\/95 {
    background-color: rgb(250 210 101 / 0.95);
  }

  .lg\:bg-lime-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(236 252 203 / var(--tw-bg-opacity));
  }

  .lg\:bg-lime-100\/0 {
    background-color: rgb(236 252 203 / 0);
  }

  .lg\:bg-lime-100\/10 {
    background-color: rgb(236 252 203 / 0.1);
  }

  .lg\:bg-lime-100\/100 {
    background-color: rgb(236 252 203 / 1);
  }

  .lg\:bg-lime-100\/20 {
    background-color: rgb(236 252 203 / 0.2);
  }

  .lg\:bg-lime-100\/25 {
    background-color: rgb(236 252 203 / 0.25);
  }

  .lg\:bg-lime-100\/30 {
    background-color: rgb(236 252 203 / 0.3);
  }

  .lg\:bg-lime-100\/40 {
    background-color: rgb(236 252 203 / 0.4);
  }

  .lg\:bg-lime-100\/5 {
    background-color: rgb(236 252 203 / 0.05);
  }

  .lg\:bg-lime-100\/50 {
    background-color: rgb(236 252 203 / 0.5);
  }

  .lg\:bg-lime-100\/60 {
    background-color: rgb(236 252 203 / 0.6);
  }

  .lg\:bg-lime-100\/70 {
    background-color: rgb(236 252 203 / 0.7);
  }

  .lg\:bg-lime-100\/75 {
    background-color: rgb(236 252 203 / 0.75);
  }

  .lg\:bg-lime-100\/80 {
    background-color: rgb(236 252 203 / 0.8);
  }

  .lg\:bg-lime-100\/90 {
    background-color: rgb(236 252 203 / 0.9);
  }

  .lg\:bg-lime-100\/95 {
    background-color: rgb(236 252 203 / 0.95);
  }

  .lg\:bg-lime-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(217 249 157 / var(--tw-bg-opacity));
  }

  .lg\:bg-lime-200\/0 {
    background-color: rgb(217 249 157 / 0);
  }

  .lg\:bg-lime-200\/10 {
    background-color: rgb(217 249 157 / 0.1);
  }

  .lg\:bg-lime-200\/100 {
    background-color: rgb(217 249 157 / 1);
  }

  .lg\:bg-lime-200\/20 {
    background-color: rgb(217 249 157 / 0.2);
  }

  .lg\:bg-lime-200\/25 {
    background-color: rgb(217 249 157 / 0.25);
  }

  .lg\:bg-lime-200\/30 {
    background-color: rgb(217 249 157 / 0.3);
  }

  .lg\:bg-lime-200\/40 {
    background-color: rgb(217 249 157 / 0.4);
  }

  .lg\:bg-lime-200\/5 {
    background-color: rgb(217 249 157 / 0.05);
  }

  .lg\:bg-lime-200\/50 {
    background-color: rgb(217 249 157 / 0.5);
  }

  .lg\:bg-lime-200\/60 {
    background-color: rgb(217 249 157 / 0.6);
  }

  .lg\:bg-lime-200\/70 {
    background-color: rgb(217 249 157 / 0.7);
  }

  .lg\:bg-lime-200\/75 {
    background-color: rgb(217 249 157 / 0.75);
  }

  .lg\:bg-lime-200\/80 {
    background-color: rgb(217 249 157 / 0.8);
  }

  .lg\:bg-lime-200\/90 {
    background-color: rgb(217 249 157 / 0.9);
  }

  .lg\:bg-lime-200\/95 {
    background-color: rgb(217 249 157 / 0.95);
  }

  .lg\:bg-lime-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(190 242 100 / var(--tw-bg-opacity));
  }

  .lg\:bg-lime-300\/0 {
    background-color: rgb(190 242 100 / 0);
  }

  .lg\:bg-lime-300\/10 {
    background-color: rgb(190 242 100 / 0.1);
  }

  .lg\:bg-lime-300\/100 {
    background-color: rgb(190 242 100 / 1);
  }

  .lg\:bg-lime-300\/20 {
    background-color: rgb(190 242 100 / 0.2);
  }

  .lg\:bg-lime-300\/25 {
    background-color: rgb(190 242 100 / 0.25);
  }

  .lg\:bg-lime-300\/30 {
    background-color: rgb(190 242 100 / 0.3);
  }

  .lg\:bg-lime-300\/40 {
    background-color: rgb(190 242 100 / 0.4);
  }

  .lg\:bg-lime-300\/5 {
    background-color: rgb(190 242 100 / 0.05);
  }

  .lg\:bg-lime-300\/50 {
    background-color: rgb(190 242 100 / 0.5);
  }

  .lg\:bg-lime-300\/60 {
    background-color: rgb(190 242 100 / 0.6);
  }

  .lg\:bg-lime-300\/70 {
    background-color: rgb(190 242 100 / 0.7);
  }

  .lg\:bg-lime-300\/75 {
    background-color: rgb(190 242 100 / 0.75);
  }

  .lg\:bg-lime-300\/80 {
    background-color: rgb(190 242 100 / 0.8);
  }

  .lg\:bg-lime-300\/90 {
    background-color: rgb(190 242 100 / 0.9);
  }

  .lg\:bg-lime-300\/95 {
    background-color: rgb(190 242 100 / 0.95);
  }

  .lg\:bg-lime-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(163 230 53 / var(--tw-bg-opacity));
  }

  .lg\:bg-lime-400\/0 {
    background-color: rgb(163 230 53 / 0);
  }

  .lg\:bg-lime-400\/10 {
    background-color: rgb(163 230 53 / 0.1);
  }

  .lg\:bg-lime-400\/100 {
    background-color: rgb(163 230 53 / 1);
  }

  .lg\:bg-lime-400\/20 {
    background-color: rgb(163 230 53 / 0.2);
  }

  .lg\:bg-lime-400\/25 {
    background-color: rgb(163 230 53 / 0.25);
  }

  .lg\:bg-lime-400\/30 {
    background-color: rgb(163 230 53 / 0.3);
  }

  .lg\:bg-lime-400\/40 {
    background-color: rgb(163 230 53 / 0.4);
  }

  .lg\:bg-lime-400\/5 {
    background-color: rgb(163 230 53 / 0.05);
  }

  .lg\:bg-lime-400\/50 {
    background-color: rgb(163 230 53 / 0.5);
  }

  .lg\:bg-lime-400\/60 {
    background-color: rgb(163 230 53 / 0.6);
  }

  .lg\:bg-lime-400\/70 {
    background-color: rgb(163 230 53 / 0.7);
  }

  .lg\:bg-lime-400\/75 {
    background-color: rgb(163 230 53 / 0.75);
  }

  .lg\:bg-lime-400\/80 {
    background-color: rgb(163 230 53 / 0.8);
  }

  .lg\:bg-lime-400\/90 {
    background-color: rgb(163 230 53 / 0.9);
  }

  .lg\:bg-lime-400\/95 {
    background-color: rgb(163 230 53 / 0.95);
  }

  .lg\:bg-lime-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(247 254 231 / var(--tw-bg-opacity));
  }

  .lg\:bg-lime-50\/0 {
    background-color: rgb(247 254 231 / 0);
  }

  .lg\:bg-lime-50\/10 {
    background-color: rgb(247 254 231 / 0.1);
  }

  .lg\:bg-lime-50\/100 {
    background-color: rgb(247 254 231 / 1);
  }

  .lg\:bg-lime-50\/20 {
    background-color: rgb(247 254 231 / 0.2);
  }

  .lg\:bg-lime-50\/25 {
    background-color: rgb(247 254 231 / 0.25);
  }

  .lg\:bg-lime-50\/30 {
    background-color: rgb(247 254 231 / 0.3);
  }

  .lg\:bg-lime-50\/40 {
    background-color: rgb(247 254 231 / 0.4);
  }

  .lg\:bg-lime-50\/5 {
    background-color: rgb(247 254 231 / 0.05);
  }

  .lg\:bg-lime-50\/50 {
    background-color: rgb(247 254 231 / 0.5);
  }

  .lg\:bg-lime-50\/60 {
    background-color: rgb(247 254 231 / 0.6);
  }

  .lg\:bg-lime-50\/70 {
    background-color: rgb(247 254 231 / 0.7);
  }

  .lg\:bg-lime-50\/75 {
    background-color: rgb(247 254 231 / 0.75);
  }

  .lg\:bg-lime-50\/80 {
    background-color: rgb(247 254 231 / 0.8);
  }

  .lg\:bg-lime-50\/90 {
    background-color: rgb(247 254 231 / 0.9);
  }

  .lg\:bg-lime-50\/95 {
    background-color: rgb(247 254 231 / 0.95);
  }

  .lg\:bg-lime-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(132 204 22 / var(--tw-bg-opacity));
  }

  .lg\:bg-lime-500\/0 {
    background-color: rgb(132 204 22 / 0);
  }

  .lg\:bg-lime-500\/10 {
    background-color: rgb(132 204 22 / 0.1);
  }

  .lg\:bg-lime-500\/100 {
    background-color: rgb(132 204 22 / 1);
  }

  .lg\:bg-lime-500\/20 {
    background-color: rgb(132 204 22 / 0.2);
  }

  .lg\:bg-lime-500\/25 {
    background-color: rgb(132 204 22 / 0.25);
  }

  .lg\:bg-lime-500\/30 {
    background-color: rgb(132 204 22 / 0.3);
  }

  .lg\:bg-lime-500\/40 {
    background-color: rgb(132 204 22 / 0.4);
  }

  .lg\:bg-lime-500\/5 {
    background-color: rgb(132 204 22 / 0.05);
  }

  .lg\:bg-lime-500\/50 {
    background-color: rgb(132 204 22 / 0.5);
  }

  .lg\:bg-lime-500\/60 {
    background-color: rgb(132 204 22 / 0.6);
  }

  .lg\:bg-lime-500\/70 {
    background-color: rgb(132 204 22 / 0.7);
  }

  .lg\:bg-lime-500\/75 {
    background-color: rgb(132 204 22 / 0.75);
  }

  .lg\:bg-lime-500\/80 {
    background-color: rgb(132 204 22 / 0.8);
  }

  .lg\:bg-lime-500\/90 {
    background-color: rgb(132 204 22 / 0.9);
  }

  .lg\:bg-lime-500\/95 {
    background-color: rgb(132 204 22 / 0.95);
  }

  .lg\:bg-lime-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(101 163 13 / var(--tw-bg-opacity));
  }

  .lg\:bg-lime-600\/0 {
    background-color: rgb(101 163 13 / 0);
  }

  .lg\:bg-lime-600\/10 {
    background-color: rgb(101 163 13 / 0.1);
  }

  .lg\:bg-lime-600\/100 {
    background-color: rgb(101 163 13 / 1);
  }

  .lg\:bg-lime-600\/20 {
    background-color: rgb(101 163 13 / 0.2);
  }

  .lg\:bg-lime-600\/25 {
    background-color: rgb(101 163 13 / 0.25);
  }

  .lg\:bg-lime-600\/30 {
    background-color: rgb(101 163 13 / 0.3);
  }

  .lg\:bg-lime-600\/40 {
    background-color: rgb(101 163 13 / 0.4);
  }

  .lg\:bg-lime-600\/5 {
    background-color: rgb(101 163 13 / 0.05);
  }

  .lg\:bg-lime-600\/50 {
    background-color: rgb(101 163 13 / 0.5);
  }

  .lg\:bg-lime-600\/60 {
    background-color: rgb(101 163 13 / 0.6);
  }

  .lg\:bg-lime-600\/70 {
    background-color: rgb(101 163 13 / 0.7);
  }

  .lg\:bg-lime-600\/75 {
    background-color: rgb(101 163 13 / 0.75);
  }

  .lg\:bg-lime-600\/80 {
    background-color: rgb(101 163 13 / 0.8);
  }

  .lg\:bg-lime-600\/90 {
    background-color: rgb(101 163 13 / 0.9);
  }

  .lg\:bg-lime-600\/95 {
    background-color: rgb(101 163 13 / 0.95);
  }

  .lg\:bg-lime-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(77 124 15 / var(--tw-bg-opacity));
  }

  .lg\:bg-lime-700\/0 {
    background-color: rgb(77 124 15 / 0);
  }

  .lg\:bg-lime-700\/10 {
    background-color: rgb(77 124 15 / 0.1);
  }

  .lg\:bg-lime-700\/100 {
    background-color: rgb(77 124 15 / 1);
  }

  .lg\:bg-lime-700\/20 {
    background-color: rgb(77 124 15 / 0.2);
  }

  .lg\:bg-lime-700\/25 {
    background-color: rgb(77 124 15 / 0.25);
  }

  .lg\:bg-lime-700\/30 {
    background-color: rgb(77 124 15 / 0.3);
  }

  .lg\:bg-lime-700\/40 {
    background-color: rgb(77 124 15 / 0.4);
  }

  .lg\:bg-lime-700\/5 {
    background-color: rgb(77 124 15 / 0.05);
  }

  .lg\:bg-lime-700\/50 {
    background-color: rgb(77 124 15 / 0.5);
  }

  .lg\:bg-lime-700\/60 {
    background-color: rgb(77 124 15 / 0.6);
  }

  .lg\:bg-lime-700\/70 {
    background-color: rgb(77 124 15 / 0.7);
  }

  .lg\:bg-lime-700\/75 {
    background-color: rgb(77 124 15 / 0.75);
  }

  .lg\:bg-lime-700\/80 {
    background-color: rgb(77 124 15 / 0.8);
  }

  .lg\:bg-lime-700\/90 {
    background-color: rgb(77 124 15 / 0.9);
  }

  .lg\:bg-lime-700\/95 {
    background-color: rgb(77 124 15 / 0.95);
  }

  .lg\:bg-lime-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(63 98 18 / var(--tw-bg-opacity));
  }

  .lg\:bg-lime-800\/0 {
    background-color: rgb(63 98 18 / 0);
  }

  .lg\:bg-lime-800\/10 {
    background-color: rgb(63 98 18 / 0.1);
  }

  .lg\:bg-lime-800\/100 {
    background-color: rgb(63 98 18 / 1);
  }

  .lg\:bg-lime-800\/20 {
    background-color: rgb(63 98 18 / 0.2);
  }

  .lg\:bg-lime-800\/25 {
    background-color: rgb(63 98 18 / 0.25);
  }

  .lg\:bg-lime-800\/30 {
    background-color: rgb(63 98 18 / 0.3);
  }

  .lg\:bg-lime-800\/40 {
    background-color: rgb(63 98 18 / 0.4);
  }

  .lg\:bg-lime-800\/5 {
    background-color: rgb(63 98 18 / 0.05);
  }

  .lg\:bg-lime-800\/50 {
    background-color: rgb(63 98 18 / 0.5);
  }

  .lg\:bg-lime-800\/60 {
    background-color: rgb(63 98 18 / 0.6);
  }

  .lg\:bg-lime-800\/70 {
    background-color: rgb(63 98 18 / 0.7);
  }

  .lg\:bg-lime-800\/75 {
    background-color: rgb(63 98 18 / 0.75);
  }

  .lg\:bg-lime-800\/80 {
    background-color: rgb(63 98 18 / 0.8);
  }

  .lg\:bg-lime-800\/90 {
    background-color: rgb(63 98 18 / 0.9);
  }

  .lg\:bg-lime-800\/95 {
    background-color: rgb(63 98 18 / 0.95);
  }

  .lg\:bg-lime-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(54 83 20 / var(--tw-bg-opacity));
  }

  .lg\:bg-lime-900\/0 {
    background-color: rgb(54 83 20 / 0);
  }

  .lg\:bg-lime-900\/10 {
    background-color: rgb(54 83 20 / 0.1);
  }

  .lg\:bg-lime-900\/100 {
    background-color: rgb(54 83 20 / 1);
  }

  .lg\:bg-lime-900\/20 {
    background-color: rgb(54 83 20 / 0.2);
  }

  .lg\:bg-lime-900\/25 {
    background-color: rgb(54 83 20 / 0.25);
  }

  .lg\:bg-lime-900\/30 {
    background-color: rgb(54 83 20 / 0.3);
  }

  .lg\:bg-lime-900\/40 {
    background-color: rgb(54 83 20 / 0.4);
  }

  .lg\:bg-lime-900\/5 {
    background-color: rgb(54 83 20 / 0.05);
  }

  .lg\:bg-lime-900\/50 {
    background-color: rgb(54 83 20 / 0.5);
  }

  .lg\:bg-lime-900\/60 {
    background-color: rgb(54 83 20 / 0.6);
  }

  .lg\:bg-lime-900\/70 {
    background-color: rgb(54 83 20 / 0.7);
  }

  .lg\:bg-lime-900\/75 {
    background-color: rgb(54 83 20 / 0.75);
  }

  .lg\:bg-lime-900\/80 {
    background-color: rgb(54 83 20 / 0.8);
  }

  .lg\:bg-lime-900\/90 {
    background-color: rgb(54 83 20 / 0.9);
  }

  .lg\:bg-lime-900\/95 {
    background-color: rgb(54 83 20 / 0.95);
  }

  .lg\:bg-lime-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(26 46 5 / var(--tw-bg-opacity));
  }

  .lg\:bg-lime-950\/0 {
    background-color: rgb(26 46 5 / 0);
  }

  .lg\:bg-lime-950\/10 {
    background-color: rgb(26 46 5 / 0.1);
  }

  .lg\:bg-lime-950\/100 {
    background-color: rgb(26 46 5 / 1);
  }

  .lg\:bg-lime-950\/20 {
    background-color: rgb(26 46 5 / 0.2);
  }

  .lg\:bg-lime-950\/25 {
    background-color: rgb(26 46 5 / 0.25);
  }

  .lg\:bg-lime-950\/30 {
    background-color: rgb(26 46 5 / 0.3);
  }

  .lg\:bg-lime-950\/40 {
    background-color: rgb(26 46 5 / 0.4);
  }

  .lg\:bg-lime-950\/5 {
    background-color: rgb(26 46 5 / 0.05);
  }

  .lg\:bg-lime-950\/50 {
    background-color: rgb(26 46 5 / 0.5);
  }

  .lg\:bg-lime-950\/60 {
    background-color: rgb(26 46 5 / 0.6);
  }

  .lg\:bg-lime-950\/70 {
    background-color: rgb(26 46 5 / 0.7);
  }

  .lg\:bg-lime-950\/75 {
    background-color: rgb(26 46 5 / 0.75);
  }

  .lg\:bg-lime-950\/80 {
    background-color: rgb(26 46 5 / 0.8);
  }

  .lg\:bg-lime-950\/90 {
    background-color: rgb(26 46 5 / 0.9);
  }

  .lg\:bg-lime-950\/95 {
    background-color: rgb(26 46 5 / 0.95);
  }

  .lg\:bg-nafisa-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(153 53 10 / var(--tw-bg-opacity));
  }

  .lg\:bg-nafisa-500\/0 {
    background-color: rgb(153 53 10 / 0);
  }

  .lg\:bg-nafisa-500\/10 {
    background-color: rgb(153 53 10 / 0.1);
  }

  .lg\:bg-nafisa-500\/100 {
    background-color: rgb(153 53 10 / 1);
  }

  .lg\:bg-nafisa-500\/20 {
    background-color: rgb(153 53 10 / 0.2);
  }

  .lg\:bg-nafisa-500\/25 {
    background-color: rgb(153 53 10 / 0.25);
  }

  .lg\:bg-nafisa-500\/30 {
    background-color: rgb(153 53 10 / 0.3);
  }

  .lg\:bg-nafisa-500\/40 {
    background-color: rgb(153 53 10 / 0.4);
  }

  .lg\:bg-nafisa-500\/5 {
    background-color: rgb(153 53 10 / 0.05);
  }

  .lg\:bg-nafisa-500\/50 {
    background-color: rgb(153 53 10 / 0.5);
  }

  .lg\:bg-nafisa-500\/60 {
    background-color: rgb(153 53 10 / 0.6);
  }

  .lg\:bg-nafisa-500\/70 {
    background-color: rgb(153 53 10 / 0.7);
  }

  .lg\:bg-nafisa-500\/75 {
    background-color: rgb(153 53 10 / 0.75);
  }

  .lg\:bg-nafisa-500\/80 {
    background-color: rgb(153 53 10 / 0.8);
  }

  .lg\:bg-nafisa-500\/90 {
    background-color: rgb(153 53 10 / 0.9);
  }

  .lg\:bg-nafisa-500\/95 {
    background-color: rgb(153 53 10 / 0.95);
  }

  .lg\:bg-neutral-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  }

  .lg\:bg-neutral-100\/0 {
    background-color: rgb(245 245 245 / 0);
  }

  .lg\:bg-neutral-100\/10 {
    background-color: rgb(245 245 245 / 0.1);
  }

  .lg\:bg-neutral-100\/100 {
    background-color: rgb(245 245 245 / 1);
  }

  .lg\:bg-neutral-100\/20 {
    background-color: rgb(245 245 245 / 0.2);
  }

  .lg\:bg-neutral-100\/25 {
    background-color: rgb(245 245 245 / 0.25);
  }

  .lg\:bg-neutral-100\/30 {
    background-color: rgb(245 245 245 / 0.3);
  }

  .lg\:bg-neutral-100\/40 {
    background-color: rgb(245 245 245 / 0.4);
  }

  .lg\:bg-neutral-100\/5 {
    background-color: rgb(245 245 245 / 0.05);
  }

  .lg\:bg-neutral-100\/50 {
    background-color: rgb(245 245 245 / 0.5);
  }

  .lg\:bg-neutral-100\/60 {
    background-color: rgb(245 245 245 / 0.6);
  }

  .lg\:bg-neutral-100\/70 {
    background-color: rgb(245 245 245 / 0.7);
  }

  .lg\:bg-neutral-100\/75 {
    background-color: rgb(245 245 245 / 0.75);
  }

  .lg\:bg-neutral-100\/80 {
    background-color: rgb(245 245 245 / 0.8);
  }

  .lg\:bg-neutral-100\/90 {
    background-color: rgb(245 245 245 / 0.9);
  }

  .lg\:bg-neutral-100\/95 {
    background-color: rgb(245 245 245 / 0.95);
  }

  .lg\:bg-neutral-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 229 229 / var(--tw-bg-opacity));
  }

  .lg\:bg-neutral-200\/0 {
    background-color: rgb(229 229 229 / 0);
  }

  .lg\:bg-neutral-200\/10 {
    background-color: rgb(229 229 229 / 0.1);
  }

  .lg\:bg-neutral-200\/100 {
    background-color: rgb(229 229 229 / 1);
  }

  .lg\:bg-neutral-200\/20 {
    background-color: rgb(229 229 229 / 0.2);
  }

  .lg\:bg-neutral-200\/25 {
    background-color: rgb(229 229 229 / 0.25);
  }

  .lg\:bg-neutral-200\/30 {
    background-color: rgb(229 229 229 / 0.3);
  }

  .lg\:bg-neutral-200\/40 {
    background-color: rgb(229 229 229 / 0.4);
  }

  .lg\:bg-neutral-200\/5 {
    background-color: rgb(229 229 229 / 0.05);
  }

  .lg\:bg-neutral-200\/50 {
    background-color: rgb(229 229 229 / 0.5);
  }

  .lg\:bg-neutral-200\/60 {
    background-color: rgb(229 229 229 / 0.6);
  }

  .lg\:bg-neutral-200\/70 {
    background-color: rgb(229 229 229 / 0.7);
  }

  .lg\:bg-neutral-200\/75 {
    background-color: rgb(229 229 229 / 0.75);
  }

  .lg\:bg-neutral-200\/80 {
    background-color: rgb(229 229 229 / 0.8);
  }

  .lg\:bg-neutral-200\/90 {
    background-color: rgb(229 229 229 / 0.9);
  }

  .lg\:bg-neutral-200\/95 {
    background-color: rgb(229 229 229 / 0.95);
  }

  .lg\:bg-neutral-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(212 212 212 / var(--tw-bg-opacity));
  }

  .lg\:bg-neutral-300\/0 {
    background-color: rgb(212 212 212 / 0);
  }

  .lg\:bg-neutral-300\/10 {
    background-color: rgb(212 212 212 / 0.1);
  }

  .lg\:bg-neutral-300\/100 {
    background-color: rgb(212 212 212 / 1);
  }

  .lg\:bg-neutral-300\/20 {
    background-color: rgb(212 212 212 / 0.2);
  }

  .lg\:bg-neutral-300\/25 {
    background-color: rgb(212 212 212 / 0.25);
  }

  .lg\:bg-neutral-300\/30 {
    background-color: rgb(212 212 212 / 0.3);
  }

  .lg\:bg-neutral-300\/40 {
    background-color: rgb(212 212 212 / 0.4);
  }

  .lg\:bg-neutral-300\/5 {
    background-color: rgb(212 212 212 / 0.05);
  }

  .lg\:bg-neutral-300\/50 {
    background-color: rgb(212 212 212 / 0.5);
  }

  .lg\:bg-neutral-300\/60 {
    background-color: rgb(212 212 212 / 0.6);
  }

  .lg\:bg-neutral-300\/70 {
    background-color: rgb(212 212 212 / 0.7);
  }

  .lg\:bg-neutral-300\/75 {
    background-color: rgb(212 212 212 / 0.75);
  }

  .lg\:bg-neutral-300\/80 {
    background-color: rgb(212 212 212 / 0.8);
  }

  .lg\:bg-neutral-300\/90 {
    background-color: rgb(212 212 212 / 0.9);
  }

  .lg\:bg-neutral-300\/95 {
    background-color: rgb(212 212 212 / 0.95);
  }

  .lg\:bg-neutral-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(163 163 163 / var(--tw-bg-opacity));
  }

  .lg\:bg-neutral-400\/0 {
    background-color: rgb(163 163 163 / 0);
  }

  .lg\:bg-neutral-400\/10 {
    background-color: rgb(163 163 163 / 0.1);
  }

  .lg\:bg-neutral-400\/100 {
    background-color: rgb(163 163 163 / 1);
  }

  .lg\:bg-neutral-400\/20 {
    background-color: rgb(163 163 163 / 0.2);
  }

  .lg\:bg-neutral-400\/25 {
    background-color: rgb(163 163 163 / 0.25);
  }

  .lg\:bg-neutral-400\/30 {
    background-color: rgb(163 163 163 / 0.3);
  }

  .lg\:bg-neutral-400\/40 {
    background-color: rgb(163 163 163 / 0.4);
  }

  .lg\:bg-neutral-400\/5 {
    background-color: rgb(163 163 163 / 0.05);
  }

  .lg\:bg-neutral-400\/50 {
    background-color: rgb(163 163 163 / 0.5);
  }

  .lg\:bg-neutral-400\/60 {
    background-color: rgb(163 163 163 / 0.6);
  }

  .lg\:bg-neutral-400\/70 {
    background-color: rgb(163 163 163 / 0.7);
  }

  .lg\:bg-neutral-400\/75 {
    background-color: rgb(163 163 163 / 0.75);
  }

  .lg\:bg-neutral-400\/80 {
    background-color: rgb(163 163 163 / 0.8);
  }

  .lg\:bg-neutral-400\/90 {
    background-color: rgb(163 163 163 / 0.9);
  }

  .lg\:bg-neutral-400\/95 {
    background-color: rgb(163 163 163 / 0.95);
  }

  .lg\:bg-neutral-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  }

  .lg\:bg-neutral-50\/0 {
    background-color: rgb(250 250 250 / 0);
  }

  .lg\:bg-neutral-50\/10 {
    background-color: rgb(250 250 250 / 0.1);
  }

  .lg\:bg-neutral-50\/100 {
    background-color: rgb(250 250 250 / 1);
  }

  .lg\:bg-neutral-50\/20 {
    background-color: rgb(250 250 250 / 0.2);
  }

  .lg\:bg-neutral-50\/25 {
    background-color: rgb(250 250 250 / 0.25);
  }

  .lg\:bg-neutral-50\/30 {
    background-color: rgb(250 250 250 / 0.3);
  }

  .lg\:bg-neutral-50\/40 {
    background-color: rgb(250 250 250 / 0.4);
  }

  .lg\:bg-neutral-50\/5 {
    background-color: rgb(250 250 250 / 0.05);
  }

  .lg\:bg-neutral-50\/50 {
    background-color: rgb(250 250 250 / 0.5);
  }

  .lg\:bg-neutral-50\/60 {
    background-color: rgb(250 250 250 / 0.6);
  }

  .lg\:bg-neutral-50\/70 {
    background-color: rgb(250 250 250 / 0.7);
  }

  .lg\:bg-neutral-50\/75 {
    background-color: rgb(250 250 250 / 0.75);
  }

  .lg\:bg-neutral-50\/80 {
    background-color: rgb(250 250 250 / 0.8);
  }

  .lg\:bg-neutral-50\/90 {
    background-color: rgb(250 250 250 / 0.9);
  }

  .lg\:bg-neutral-50\/95 {
    background-color: rgb(250 250 250 / 0.95);
  }

  .lg\:bg-neutral-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(115 115 115 / var(--tw-bg-opacity));
  }

  .lg\:bg-neutral-500\/0 {
    background-color: rgb(115 115 115 / 0);
  }

  .lg\:bg-neutral-500\/10 {
    background-color: rgb(115 115 115 / 0.1);
  }

  .lg\:bg-neutral-500\/100 {
    background-color: rgb(115 115 115 / 1);
  }

  .lg\:bg-neutral-500\/20 {
    background-color: rgb(115 115 115 / 0.2);
  }

  .lg\:bg-neutral-500\/25 {
    background-color: rgb(115 115 115 / 0.25);
  }

  .lg\:bg-neutral-500\/30 {
    background-color: rgb(115 115 115 / 0.3);
  }

  .lg\:bg-neutral-500\/40 {
    background-color: rgb(115 115 115 / 0.4);
  }

  .lg\:bg-neutral-500\/5 {
    background-color: rgb(115 115 115 / 0.05);
  }

  .lg\:bg-neutral-500\/50 {
    background-color: rgb(115 115 115 / 0.5);
  }

  .lg\:bg-neutral-500\/60 {
    background-color: rgb(115 115 115 / 0.6);
  }

  .lg\:bg-neutral-500\/70 {
    background-color: rgb(115 115 115 / 0.7);
  }

  .lg\:bg-neutral-500\/75 {
    background-color: rgb(115 115 115 / 0.75);
  }

  .lg\:bg-neutral-500\/80 {
    background-color: rgb(115 115 115 / 0.8);
  }

  .lg\:bg-neutral-500\/90 {
    background-color: rgb(115 115 115 / 0.9);
  }

  .lg\:bg-neutral-500\/95 {
    background-color: rgb(115 115 115 / 0.95);
  }

  .lg\:bg-neutral-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 82 / var(--tw-bg-opacity));
  }

  .lg\:bg-neutral-600\/0 {
    background-color: rgb(82 82 82 / 0);
  }

  .lg\:bg-neutral-600\/10 {
    background-color: rgb(82 82 82 / 0.1);
  }

  .lg\:bg-neutral-600\/100 {
    background-color: rgb(82 82 82 / 1);
  }

  .lg\:bg-neutral-600\/20 {
    background-color: rgb(82 82 82 / 0.2);
  }

  .lg\:bg-neutral-600\/25 {
    background-color: rgb(82 82 82 / 0.25);
  }

  .lg\:bg-neutral-600\/30 {
    background-color: rgb(82 82 82 / 0.3);
  }

  .lg\:bg-neutral-600\/40 {
    background-color: rgb(82 82 82 / 0.4);
  }

  .lg\:bg-neutral-600\/5 {
    background-color: rgb(82 82 82 / 0.05);
  }

  .lg\:bg-neutral-600\/50 {
    background-color: rgb(82 82 82 / 0.5);
  }

  .lg\:bg-neutral-600\/60 {
    background-color: rgb(82 82 82 / 0.6);
  }

  .lg\:bg-neutral-600\/70 {
    background-color: rgb(82 82 82 / 0.7);
  }

  .lg\:bg-neutral-600\/75 {
    background-color: rgb(82 82 82 / 0.75);
  }

  .lg\:bg-neutral-600\/80 {
    background-color: rgb(82 82 82 / 0.8);
  }

  .lg\:bg-neutral-600\/90 {
    background-color: rgb(82 82 82 / 0.9);
  }

  .lg\:bg-neutral-600\/95 {
    background-color: rgb(82 82 82 / 0.95);
  }

  .lg\:bg-neutral-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(64 64 64 / var(--tw-bg-opacity));
  }

  .lg\:bg-neutral-700\/0 {
    background-color: rgb(64 64 64 / 0);
  }

  .lg\:bg-neutral-700\/10 {
    background-color: rgb(64 64 64 / 0.1);
  }

  .lg\:bg-neutral-700\/100 {
    background-color: rgb(64 64 64 / 1);
  }

  .lg\:bg-neutral-700\/20 {
    background-color: rgb(64 64 64 / 0.2);
  }

  .lg\:bg-neutral-700\/25 {
    background-color: rgb(64 64 64 / 0.25);
  }

  .lg\:bg-neutral-700\/30 {
    background-color: rgb(64 64 64 / 0.3);
  }

  .lg\:bg-neutral-700\/40 {
    background-color: rgb(64 64 64 / 0.4);
  }

  .lg\:bg-neutral-700\/5 {
    background-color: rgb(64 64 64 / 0.05);
  }

  .lg\:bg-neutral-700\/50 {
    background-color: rgb(64 64 64 / 0.5);
  }

  .lg\:bg-neutral-700\/60 {
    background-color: rgb(64 64 64 / 0.6);
  }

  .lg\:bg-neutral-700\/70 {
    background-color: rgb(64 64 64 / 0.7);
  }

  .lg\:bg-neutral-700\/75 {
    background-color: rgb(64 64 64 / 0.75);
  }

  .lg\:bg-neutral-700\/80 {
    background-color: rgb(64 64 64 / 0.8);
  }

  .lg\:bg-neutral-700\/90 {
    background-color: rgb(64 64 64 / 0.9);
  }

  .lg\:bg-neutral-700\/95 {
    background-color: rgb(64 64 64 / 0.95);
  }

  .lg\:bg-neutral-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity));
  }

  .lg\:bg-neutral-800\/0 {
    background-color: rgb(38 38 38 / 0);
  }

  .lg\:bg-neutral-800\/10 {
    background-color: rgb(38 38 38 / 0.1);
  }

  .lg\:bg-neutral-800\/100 {
    background-color: rgb(38 38 38 / 1);
  }

  .lg\:bg-neutral-800\/20 {
    background-color: rgb(38 38 38 / 0.2);
  }

  .lg\:bg-neutral-800\/25 {
    background-color: rgb(38 38 38 / 0.25);
  }

  .lg\:bg-neutral-800\/30 {
    background-color: rgb(38 38 38 / 0.3);
  }

  .lg\:bg-neutral-800\/40 {
    background-color: rgb(38 38 38 / 0.4);
  }

  .lg\:bg-neutral-800\/5 {
    background-color: rgb(38 38 38 / 0.05);
  }

  .lg\:bg-neutral-800\/50 {
    background-color: rgb(38 38 38 / 0.5);
  }

  .lg\:bg-neutral-800\/60 {
    background-color: rgb(38 38 38 / 0.6);
  }

  .lg\:bg-neutral-800\/70 {
    background-color: rgb(38 38 38 / 0.7);
  }

  .lg\:bg-neutral-800\/75 {
    background-color: rgb(38 38 38 / 0.75);
  }

  .lg\:bg-neutral-800\/80 {
    background-color: rgb(38 38 38 / 0.8);
  }

  .lg\:bg-neutral-800\/90 {
    background-color: rgb(38 38 38 / 0.9);
  }

  .lg\:bg-neutral-800\/95 {
    background-color: rgb(38 38 38 / 0.95);
  }

  .lg\:bg-neutral-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 23 / var(--tw-bg-opacity));
  }

  .lg\:bg-neutral-900\/0 {
    background-color: rgb(23 23 23 / 0);
  }

  .lg\:bg-neutral-900\/10 {
    background-color: rgb(23 23 23 / 0.1);
  }

  .lg\:bg-neutral-900\/100 {
    background-color: rgb(23 23 23 / 1);
  }

  .lg\:bg-neutral-900\/20 {
    background-color: rgb(23 23 23 / 0.2);
  }

  .lg\:bg-neutral-900\/25 {
    background-color: rgb(23 23 23 / 0.25);
  }

  .lg\:bg-neutral-900\/30 {
    background-color: rgb(23 23 23 / 0.3);
  }

  .lg\:bg-neutral-900\/40 {
    background-color: rgb(23 23 23 / 0.4);
  }

  .lg\:bg-neutral-900\/5 {
    background-color: rgb(23 23 23 / 0.05);
  }

  .lg\:bg-neutral-900\/50 {
    background-color: rgb(23 23 23 / 0.5);
  }

  .lg\:bg-neutral-900\/60 {
    background-color: rgb(23 23 23 / 0.6);
  }

  .lg\:bg-neutral-900\/70 {
    background-color: rgb(23 23 23 / 0.7);
  }

  .lg\:bg-neutral-900\/75 {
    background-color: rgb(23 23 23 / 0.75);
  }

  .lg\:bg-neutral-900\/80 {
    background-color: rgb(23 23 23 / 0.8);
  }

  .lg\:bg-neutral-900\/90 {
    background-color: rgb(23 23 23 / 0.9);
  }

  .lg\:bg-neutral-900\/95 {
    background-color: rgb(23 23 23 / 0.95);
  }

  .lg\:bg-neutral-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(10 10 10 / var(--tw-bg-opacity));
  }

  .lg\:bg-neutral-950\/0 {
    background-color: rgb(10 10 10 / 0);
  }

  .lg\:bg-neutral-950\/10 {
    background-color: rgb(10 10 10 / 0.1);
  }

  .lg\:bg-neutral-950\/100 {
    background-color: rgb(10 10 10 / 1);
  }

  .lg\:bg-neutral-950\/20 {
    background-color: rgb(10 10 10 / 0.2);
  }

  .lg\:bg-neutral-950\/25 {
    background-color: rgb(10 10 10 / 0.25);
  }

  .lg\:bg-neutral-950\/30 {
    background-color: rgb(10 10 10 / 0.3);
  }

  .lg\:bg-neutral-950\/40 {
    background-color: rgb(10 10 10 / 0.4);
  }

  .lg\:bg-neutral-950\/5 {
    background-color: rgb(10 10 10 / 0.05);
  }

  .lg\:bg-neutral-950\/50 {
    background-color: rgb(10 10 10 / 0.5);
  }

  .lg\:bg-neutral-950\/60 {
    background-color: rgb(10 10 10 / 0.6);
  }

  .lg\:bg-neutral-950\/70 {
    background-color: rgb(10 10 10 / 0.7);
  }

  .lg\:bg-neutral-950\/75 {
    background-color: rgb(10 10 10 / 0.75);
  }

  .lg\:bg-neutral-950\/80 {
    background-color: rgb(10 10 10 / 0.8);
  }

  .lg\:bg-neutral-950\/90 {
    background-color: rgb(10 10 10 / 0.9);
  }

  .lg\:bg-neutral-950\/95 {
    background-color: rgb(10 10 10 / 0.95);
  }

  .lg\:bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 237 213 / var(--tw-bg-opacity));
  }

  .lg\:bg-orange-100\/0 {
    background-color: rgb(255 237 213 / 0);
  }

  .lg\:bg-orange-100\/10 {
    background-color: rgb(255 237 213 / 0.1);
  }

  .lg\:bg-orange-100\/100 {
    background-color: rgb(255 237 213 / 1);
  }

  .lg\:bg-orange-100\/20 {
    background-color: rgb(255 237 213 / 0.2);
  }

  .lg\:bg-orange-100\/25 {
    background-color: rgb(255 237 213 / 0.25);
  }

  .lg\:bg-orange-100\/30 {
    background-color: rgb(255 237 213 / 0.3);
  }

  .lg\:bg-orange-100\/40 {
    background-color: rgb(255 237 213 / 0.4);
  }

  .lg\:bg-orange-100\/5 {
    background-color: rgb(255 237 213 / 0.05);
  }

  .lg\:bg-orange-100\/50 {
    background-color: rgb(255 237 213 / 0.5);
  }

  .lg\:bg-orange-100\/60 {
    background-color: rgb(255 237 213 / 0.6);
  }

  .lg\:bg-orange-100\/70 {
    background-color: rgb(255 237 213 / 0.7);
  }

  .lg\:bg-orange-100\/75 {
    background-color: rgb(255 237 213 / 0.75);
  }

  .lg\:bg-orange-100\/80 {
    background-color: rgb(255 237 213 / 0.8);
  }

  .lg\:bg-orange-100\/90 {
    background-color: rgb(255 237 213 / 0.9);
  }

  .lg\:bg-orange-100\/95 {
    background-color: rgb(255 237 213 / 0.95);
  }

  .lg\:bg-orange-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 215 170 / var(--tw-bg-opacity));
  }

  .lg\:bg-orange-200\/0 {
    background-color: rgb(254 215 170 / 0);
  }

  .lg\:bg-orange-200\/10 {
    background-color: rgb(254 215 170 / 0.1);
  }

  .lg\:bg-orange-200\/100 {
    background-color: rgb(254 215 170 / 1);
  }

  .lg\:bg-orange-200\/20 {
    background-color: rgb(254 215 170 / 0.2);
  }

  .lg\:bg-orange-200\/25 {
    background-color: rgb(254 215 170 / 0.25);
  }

  .lg\:bg-orange-200\/30 {
    background-color: rgb(254 215 170 / 0.3);
  }

  .lg\:bg-orange-200\/40 {
    background-color: rgb(254 215 170 / 0.4);
  }

  .lg\:bg-orange-200\/5 {
    background-color: rgb(254 215 170 / 0.05);
  }

  .lg\:bg-orange-200\/50 {
    background-color: rgb(254 215 170 / 0.5);
  }

  .lg\:bg-orange-200\/60 {
    background-color: rgb(254 215 170 / 0.6);
  }

  .lg\:bg-orange-200\/70 {
    background-color: rgb(254 215 170 / 0.7);
  }

  .lg\:bg-orange-200\/75 {
    background-color: rgb(254 215 170 / 0.75);
  }

  .lg\:bg-orange-200\/80 {
    background-color: rgb(254 215 170 / 0.8);
  }

  .lg\:bg-orange-200\/90 {
    background-color: rgb(254 215 170 / 0.9);
  }

  .lg\:bg-orange-200\/95 {
    background-color: rgb(254 215 170 / 0.95);
  }

  .lg\:bg-orange-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 186 116 / var(--tw-bg-opacity));
  }

  .lg\:bg-orange-300\/0 {
    background-color: rgb(253 186 116 / 0);
  }

  .lg\:bg-orange-300\/10 {
    background-color: rgb(253 186 116 / 0.1);
  }

  .lg\:bg-orange-300\/100 {
    background-color: rgb(253 186 116 / 1);
  }

  .lg\:bg-orange-300\/20 {
    background-color: rgb(253 186 116 / 0.2);
  }

  .lg\:bg-orange-300\/25 {
    background-color: rgb(253 186 116 / 0.25);
  }

  .lg\:bg-orange-300\/30 {
    background-color: rgb(253 186 116 / 0.3);
  }

  .lg\:bg-orange-300\/40 {
    background-color: rgb(253 186 116 / 0.4);
  }

  .lg\:bg-orange-300\/5 {
    background-color: rgb(253 186 116 / 0.05);
  }

  .lg\:bg-orange-300\/50 {
    background-color: rgb(253 186 116 / 0.5);
  }

  .lg\:bg-orange-300\/60 {
    background-color: rgb(253 186 116 / 0.6);
  }

  .lg\:bg-orange-300\/70 {
    background-color: rgb(253 186 116 / 0.7);
  }

  .lg\:bg-orange-300\/75 {
    background-color: rgb(253 186 116 / 0.75);
  }

  .lg\:bg-orange-300\/80 {
    background-color: rgb(253 186 116 / 0.8);
  }

  .lg\:bg-orange-300\/90 {
    background-color: rgb(253 186 116 / 0.9);
  }

  .lg\:bg-orange-300\/95 {
    background-color: rgb(253 186 116 / 0.95);
  }

  .lg\:bg-orange-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(251 146 60 / var(--tw-bg-opacity));
  }

  .lg\:bg-orange-400\/0 {
    background-color: rgb(251 146 60 / 0);
  }

  .lg\:bg-orange-400\/10 {
    background-color: rgb(251 146 60 / 0.1);
  }

  .lg\:bg-orange-400\/100 {
    background-color: rgb(251 146 60 / 1);
  }

  .lg\:bg-orange-400\/20 {
    background-color: rgb(251 146 60 / 0.2);
  }

  .lg\:bg-orange-400\/25 {
    background-color: rgb(251 146 60 / 0.25);
  }

  .lg\:bg-orange-400\/30 {
    background-color: rgb(251 146 60 / 0.3);
  }

  .lg\:bg-orange-400\/40 {
    background-color: rgb(251 146 60 / 0.4);
  }

  .lg\:bg-orange-400\/5 {
    background-color: rgb(251 146 60 / 0.05);
  }

  .lg\:bg-orange-400\/50 {
    background-color: rgb(251 146 60 / 0.5);
  }

  .lg\:bg-orange-400\/60 {
    background-color: rgb(251 146 60 / 0.6);
  }

  .lg\:bg-orange-400\/70 {
    background-color: rgb(251 146 60 / 0.7);
  }

  .lg\:bg-orange-400\/75 {
    background-color: rgb(251 146 60 / 0.75);
  }

  .lg\:bg-orange-400\/80 {
    background-color: rgb(251 146 60 / 0.8);
  }

  .lg\:bg-orange-400\/90 {
    background-color: rgb(251 146 60 / 0.9);
  }

  .lg\:bg-orange-400\/95 {
    background-color: rgb(251 146 60 / 0.95);
  }

  .lg\:bg-orange-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 247 237 / var(--tw-bg-opacity));
  }

  .lg\:bg-orange-50\/0 {
    background-color: rgb(255 247 237 / 0);
  }

  .lg\:bg-orange-50\/10 {
    background-color: rgb(255 247 237 / 0.1);
  }

  .lg\:bg-orange-50\/100 {
    background-color: rgb(255 247 237 / 1);
  }

  .lg\:bg-orange-50\/20 {
    background-color: rgb(255 247 237 / 0.2);
  }

  .lg\:bg-orange-50\/25 {
    background-color: rgb(255 247 237 / 0.25);
  }

  .lg\:bg-orange-50\/30 {
    background-color: rgb(255 247 237 / 0.3);
  }

  .lg\:bg-orange-50\/40 {
    background-color: rgb(255 247 237 / 0.4);
  }

  .lg\:bg-orange-50\/5 {
    background-color: rgb(255 247 237 / 0.05);
  }

  .lg\:bg-orange-50\/50 {
    background-color: rgb(255 247 237 / 0.5);
  }

  .lg\:bg-orange-50\/60 {
    background-color: rgb(255 247 237 / 0.6);
  }

  .lg\:bg-orange-50\/70 {
    background-color: rgb(255 247 237 / 0.7);
  }

  .lg\:bg-orange-50\/75 {
    background-color: rgb(255 247 237 / 0.75);
  }

  .lg\:bg-orange-50\/80 {
    background-color: rgb(255 247 237 / 0.8);
  }

  .lg\:bg-orange-50\/90 {
    background-color: rgb(255 247 237 / 0.9);
  }

  .lg\:bg-orange-50\/95 {
    background-color: rgb(255 247 237 / 0.95);
  }

  .lg\:bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 115 22 / var(--tw-bg-opacity));
  }

  .lg\:bg-orange-500\/0 {
    background-color: rgb(249 115 22 / 0);
  }

  .lg\:bg-orange-500\/10 {
    background-color: rgb(249 115 22 / 0.1);
  }

  .lg\:bg-orange-500\/100 {
    background-color: rgb(249 115 22 / 1);
  }

  .lg\:bg-orange-500\/20 {
    background-color: rgb(249 115 22 / 0.2);
  }

  .lg\:bg-orange-500\/25 {
    background-color: rgb(249 115 22 / 0.25);
  }

  .lg\:bg-orange-500\/30 {
    background-color: rgb(249 115 22 / 0.3);
  }

  .lg\:bg-orange-500\/40 {
    background-color: rgb(249 115 22 / 0.4);
  }

  .lg\:bg-orange-500\/5 {
    background-color: rgb(249 115 22 / 0.05);
  }

  .lg\:bg-orange-500\/50 {
    background-color: rgb(249 115 22 / 0.5);
  }

  .lg\:bg-orange-500\/60 {
    background-color: rgb(249 115 22 / 0.6);
  }

  .lg\:bg-orange-500\/70 {
    background-color: rgb(249 115 22 / 0.7);
  }

  .lg\:bg-orange-500\/75 {
    background-color: rgb(249 115 22 / 0.75);
  }

  .lg\:bg-orange-500\/80 {
    background-color: rgb(249 115 22 / 0.8);
  }

  .lg\:bg-orange-500\/90 {
    background-color: rgb(249 115 22 / 0.9);
  }

  .lg\:bg-orange-500\/95 {
    background-color: rgb(249 115 22 / 0.95);
  }

  .lg\:bg-orange-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(234 88 12 / var(--tw-bg-opacity));
  }

  .lg\:bg-orange-600\/0 {
    background-color: rgb(234 88 12 / 0);
  }

  .lg\:bg-orange-600\/10 {
    background-color: rgb(234 88 12 / 0.1);
  }

  .lg\:bg-orange-600\/100 {
    background-color: rgb(234 88 12 / 1);
  }

  .lg\:bg-orange-600\/20 {
    background-color: rgb(234 88 12 / 0.2);
  }

  .lg\:bg-orange-600\/25 {
    background-color: rgb(234 88 12 / 0.25);
  }

  .lg\:bg-orange-600\/30 {
    background-color: rgb(234 88 12 / 0.3);
  }

  .lg\:bg-orange-600\/40 {
    background-color: rgb(234 88 12 / 0.4);
  }

  .lg\:bg-orange-600\/5 {
    background-color: rgb(234 88 12 / 0.05);
  }

  .lg\:bg-orange-600\/50 {
    background-color: rgb(234 88 12 / 0.5);
  }

  .lg\:bg-orange-600\/60 {
    background-color: rgb(234 88 12 / 0.6);
  }

  .lg\:bg-orange-600\/70 {
    background-color: rgb(234 88 12 / 0.7);
  }

  .lg\:bg-orange-600\/75 {
    background-color: rgb(234 88 12 / 0.75);
  }

  .lg\:bg-orange-600\/80 {
    background-color: rgb(234 88 12 / 0.8);
  }

  .lg\:bg-orange-600\/90 {
    background-color: rgb(234 88 12 / 0.9);
  }

  .lg\:bg-orange-600\/95 {
    background-color: rgb(234 88 12 / 0.95);
  }

  .lg\:bg-orange-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(194 65 12 / var(--tw-bg-opacity));
  }

  .lg\:bg-orange-700\/0 {
    background-color: rgb(194 65 12 / 0);
  }

  .lg\:bg-orange-700\/10 {
    background-color: rgb(194 65 12 / 0.1);
  }

  .lg\:bg-orange-700\/100 {
    background-color: rgb(194 65 12 / 1);
  }

  .lg\:bg-orange-700\/20 {
    background-color: rgb(194 65 12 / 0.2);
  }

  .lg\:bg-orange-700\/25 {
    background-color: rgb(194 65 12 / 0.25);
  }

  .lg\:bg-orange-700\/30 {
    background-color: rgb(194 65 12 / 0.3);
  }

  .lg\:bg-orange-700\/40 {
    background-color: rgb(194 65 12 / 0.4);
  }

  .lg\:bg-orange-700\/5 {
    background-color: rgb(194 65 12 / 0.05);
  }

  .lg\:bg-orange-700\/50 {
    background-color: rgb(194 65 12 / 0.5);
  }

  .lg\:bg-orange-700\/60 {
    background-color: rgb(194 65 12 / 0.6);
  }

  .lg\:bg-orange-700\/70 {
    background-color: rgb(194 65 12 / 0.7);
  }

  .lg\:bg-orange-700\/75 {
    background-color: rgb(194 65 12 / 0.75);
  }

  .lg\:bg-orange-700\/80 {
    background-color: rgb(194 65 12 / 0.8);
  }

  .lg\:bg-orange-700\/90 {
    background-color: rgb(194 65 12 / 0.9);
  }

  .lg\:bg-orange-700\/95 {
    background-color: rgb(194 65 12 / 0.95);
  }

  .lg\:bg-orange-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(154 52 18 / var(--tw-bg-opacity));
  }

  .lg\:bg-orange-800\/0 {
    background-color: rgb(154 52 18 / 0);
  }

  .lg\:bg-orange-800\/10 {
    background-color: rgb(154 52 18 / 0.1);
  }

  .lg\:bg-orange-800\/100 {
    background-color: rgb(154 52 18 / 1);
  }

  .lg\:bg-orange-800\/20 {
    background-color: rgb(154 52 18 / 0.2);
  }

  .lg\:bg-orange-800\/25 {
    background-color: rgb(154 52 18 / 0.25);
  }

  .lg\:bg-orange-800\/30 {
    background-color: rgb(154 52 18 / 0.3);
  }

  .lg\:bg-orange-800\/40 {
    background-color: rgb(154 52 18 / 0.4);
  }

  .lg\:bg-orange-800\/5 {
    background-color: rgb(154 52 18 / 0.05);
  }

  .lg\:bg-orange-800\/50 {
    background-color: rgb(154 52 18 / 0.5);
  }

  .lg\:bg-orange-800\/60 {
    background-color: rgb(154 52 18 / 0.6);
  }

  .lg\:bg-orange-800\/70 {
    background-color: rgb(154 52 18 / 0.7);
  }

  .lg\:bg-orange-800\/75 {
    background-color: rgb(154 52 18 / 0.75);
  }

  .lg\:bg-orange-800\/80 {
    background-color: rgb(154 52 18 / 0.8);
  }

  .lg\:bg-orange-800\/90 {
    background-color: rgb(154 52 18 / 0.9);
  }

  .lg\:bg-orange-800\/95 {
    background-color: rgb(154 52 18 / 0.95);
  }

  .lg\:bg-orange-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(124 45 18 / var(--tw-bg-opacity));
  }

  .lg\:bg-orange-900\/0 {
    background-color: rgb(124 45 18 / 0);
  }

  .lg\:bg-orange-900\/10 {
    background-color: rgb(124 45 18 / 0.1);
  }

  .lg\:bg-orange-900\/100 {
    background-color: rgb(124 45 18 / 1);
  }

  .lg\:bg-orange-900\/20 {
    background-color: rgb(124 45 18 / 0.2);
  }

  .lg\:bg-orange-900\/25 {
    background-color: rgb(124 45 18 / 0.25);
  }

  .lg\:bg-orange-900\/30 {
    background-color: rgb(124 45 18 / 0.3);
  }

  .lg\:bg-orange-900\/40 {
    background-color: rgb(124 45 18 / 0.4);
  }

  .lg\:bg-orange-900\/5 {
    background-color: rgb(124 45 18 / 0.05);
  }

  .lg\:bg-orange-900\/50 {
    background-color: rgb(124 45 18 / 0.5);
  }

  .lg\:bg-orange-900\/60 {
    background-color: rgb(124 45 18 / 0.6);
  }

  .lg\:bg-orange-900\/70 {
    background-color: rgb(124 45 18 / 0.7);
  }

  .lg\:bg-orange-900\/75 {
    background-color: rgb(124 45 18 / 0.75);
  }

  .lg\:bg-orange-900\/80 {
    background-color: rgb(124 45 18 / 0.8);
  }

  .lg\:bg-orange-900\/90 {
    background-color: rgb(124 45 18 / 0.9);
  }

  .lg\:bg-orange-900\/95 {
    background-color: rgb(124 45 18 / 0.95);
  }

  .lg\:bg-orange-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(67 20 7 / var(--tw-bg-opacity));
  }

  .lg\:bg-orange-950\/0 {
    background-color: rgb(67 20 7 / 0);
  }

  .lg\:bg-orange-950\/10 {
    background-color: rgb(67 20 7 / 0.1);
  }

  .lg\:bg-orange-950\/100 {
    background-color: rgb(67 20 7 / 1);
  }

  .lg\:bg-orange-950\/20 {
    background-color: rgb(67 20 7 / 0.2);
  }

  .lg\:bg-orange-950\/25 {
    background-color: rgb(67 20 7 / 0.25);
  }

  .lg\:bg-orange-950\/30 {
    background-color: rgb(67 20 7 / 0.3);
  }

  .lg\:bg-orange-950\/40 {
    background-color: rgb(67 20 7 / 0.4);
  }

  .lg\:bg-orange-950\/5 {
    background-color: rgb(67 20 7 / 0.05);
  }

  .lg\:bg-orange-950\/50 {
    background-color: rgb(67 20 7 / 0.5);
  }

  .lg\:bg-orange-950\/60 {
    background-color: rgb(67 20 7 / 0.6);
  }

  .lg\:bg-orange-950\/70 {
    background-color: rgb(67 20 7 / 0.7);
  }

  .lg\:bg-orange-950\/75 {
    background-color: rgb(67 20 7 / 0.75);
  }

  .lg\:bg-orange-950\/80 {
    background-color: rgb(67 20 7 / 0.8);
  }

  .lg\:bg-orange-950\/90 {
    background-color: rgb(67 20 7 / 0.9);
  }

  .lg\:bg-orange-950\/95 {
    background-color: rgb(67 20 7 / 0.95);
  }

  .lg\:bg-ozc-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 239 235 / var(--tw-bg-opacity));
  }

  .lg\:bg-ozc-100\/0 {
    background-color: rgb(255 239 235 / 0);
  }

  .lg\:bg-ozc-100\/10 {
    background-color: rgb(255 239 235 / 0.1);
  }

  .lg\:bg-ozc-100\/100 {
    background-color: rgb(255 239 235 / 1);
  }

  .lg\:bg-ozc-100\/20 {
    background-color: rgb(255 239 235 / 0.2);
  }

  .lg\:bg-ozc-100\/25 {
    background-color: rgb(255 239 235 / 0.25);
  }

  .lg\:bg-ozc-100\/30 {
    background-color: rgb(255 239 235 / 0.3);
  }

  .lg\:bg-ozc-100\/40 {
    background-color: rgb(255 239 235 / 0.4);
  }

  .lg\:bg-ozc-100\/5 {
    background-color: rgb(255 239 235 / 0.05);
  }

  .lg\:bg-ozc-100\/50 {
    background-color: rgb(255 239 235 / 0.5);
  }

  .lg\:bg-ozc-100\/60 {
    background-color: rgb(255 239 235 / 0.6);
  }

  .lg\:bg-ozc-100\/70 {
    background-color: rgb(255 239 235 / 0.7);
  }

  .lg\:bg-ozc-100\/75 {
    background-color: rgb(255 239 235 / 0.75);
  }

  .lg\:bg-ozc-100\/80 {
    background-color: rgb(255 239 235 / 0.8);
  }

  .lg\:bg-ozc-100\/90 {
    background-color: rgb(255 239 235 / 0.9);
  }

  .lg\:bg-ozc-100\/95 {
    background-color: rgb(255 239 235 / 0.95);
  }

  .lg\:bg-ozc-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 225 222 / var(--tw-bg-opacity));
  }

  .lg\:bg-ozc-200\/0 {
    background-color: rgb(253 225 222 / 0);
  }

  .lg\:bg-ozc-200\/10 {
    background-color: rgb(253 225 222 / 0.1);
  }

  .lg\:bg-ozc-200\/100 {
    background-color: rgb(253 225 222 / 1);
  }

  .lg\:bg-ozc-200\/20 {
    background-color: rgb(253 225 222 / 0.2);
  }

  .lg\:bg-ozc-200\/25 {
    background-color: rgb(253 225 222 / 0.25);
  }

  .lg\:bg-ozc-200\/30 {
    background-color: rgb(253 225 222 / 0.3);
  }

  .lg\:bg-ozc-200\/40 {
    background-color: rgb(253 225 222 / 0.4);
  }

  .lg\:bg-ozc-200\/5 {
    background-color: rgb(253 225 222 / 0.05);
  }

  .lg\:bg-ozc-200\/50 {
    background-color: rgb(253 225 222 / 0.5);
  }

  .lg\:bg-ozc-200\/60 {
    background-color: rgb(253 225 222 / 0.6);
  }

  .lg\:bg-ozc-200\/70 {
    background-color: rgb(253 225 222 / 0.7);
  }

  .lg\:bg-ozc-200\/75 {
    background-color: rgb(253 225 222 / 0.75);
  }

  .lg\:bg-ozc-200\/80 {
    background-color: rgb(253 225 222 / 0.8);
  }

  .lg\:bg-ozc-200\/90 {
    background-color: rgb(253 225 222 / 0.9);
  }

  .lg\:bg-ozc-200\/95 {
    background-color: rgb(253 225 222 / 0.95);
  }

  .lg\:bg-ozc-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(248 181 181 / var(--tw-bg-opacity));
  }

  .lg\:bg-ozc-300\/0 {
    background-color: rgb(248 181 181 / 0);
  }

  .lg\:bg-ozc-300\/10 {
    background-color: rgb(248 181 181 / 0.1);
  }

  .lg\:bg-ozc-300\/100 {
    background-color: rgb(248 181 181 / 1);
  }

  .lg\:bg-ozc-300\/20 {
    background-color: rgb(248 181 181 / 0.2);
  }

  .lg\:bg-ozc-300\/25 {
    background-color: rgb(248 181 181 / 0.25);
  }

  .lg\:bg-ozc-300\/30 {
    background-color: rgb(248 181 181 / 0.3);
  }

  .lg\:bg-ozc-300\/40 {
    background-color: rgb(248 181 181 / 0.4);
  }

  .lg\:bg-ozc-300\/5 {
    background-color: rgb(248 181 181 / 0.05);
  }

  .lg\:bg-ozc-300\/50 {
    background-color: rgb(248 181 181 / 0.5);
  }

  .lg\:bg-ozc-300\/60 {
    background-color: rgb(248 181 181 / 0.6);
  }

  .lg\:bg-ozc-300\/70 {
    background-color: rgb(248 181 181 / 0.7);
  }

  .lg\:bg-ozc-300\/75 {
    background-color: rgb(248 181 181 / 0.75);
  }

  .lg\:bg-ozc-300\/80 {
    background-color: rgb(248 181 181 / 0.8);
  }

  .lg\:bg-ozc-300\/90 {
    background-color: rgb(248 181 181 / 0.9);
  }

  .lg\:bg-ozc-300\/95 {
    background-color: rgb(248 181 181 / 0.95);
  }

  .lg\:bg-ozc-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 189 173 / var(--tw-bg-opacity));
  }

  .lg\:bg-ozc-400\/0 {
    background-color: rgb(250 189 173 / 0);
  }

  .lg\:bg-ozc-400\/10 {
    background-color: rgb(250 189 173 / 0.1);
  }

  .lg\:bg-ozc-400\/100 {
    background-color: rgb(250 189 173 / 1);
  }

  .lg\:bg-ozc-400\/20 {
    background-color: rgb(250 189 173 / 0.2);
  }

  .lg\:bg-ozc-400\/25 {
    background-color: rgb(250 189 173 / 0.25);
  }

  .lg\:bg-ozc-400\/30 {
    background-color: rgb(250 189 173 / 0.3);
  }

  .lg\:bg-ozc-400\/40 {
    background-color: rgb(250 189 173 / 0.4);
  }

  .lg\:bg-ozc-400\/5 {
    background-color: rgb(250 189 173 / 0.05);
  }

  .lg\:bg-ozc-400\/50 {
    background-color: rgb(250 189 173 / 0.5);
  }

  .lg\:bg-ozc-400\/60 {
    background-color: rgb(250 189 173 / 0.6);
  }

  .lg\:bg-ozc-400\/70 {
    background-color: rgb(250 189 173 / 0.7);
  }

  .lg\:bg-ozc-400\/75 {
    background-color: rgb(250 189 173 / 0.75);
  }

  .lg\:bg-ozc-400\/80 {
    background-color: rgb(250 189 173 / 0.8);
  }

  .lg\:bg-ozc-400\/90 {
    background-color: rgb(250 189 173 / 0.9);
  }

  .lg\:bg-ozc-400\/95 {
    background-color: rgb(250 189 173 / 0.95);
  }

  .lg\:bg-ozc-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 243 232 / var(--tw-bg-opacity));
  }

  .lg\:bg-ozc-50\/0 {
    background-color: rgb(254 243 232 / 0);
  }

  .lg\:bg-ozc-50\/10 {
    background-color: rgb(254 243 232 / 0.1);
  }

  .lg\:bg-ozc-50\/100 {
    background-color: rgb(254 243 232 / 1);
  }

  .lg\:bg-ozc-50\/20 {
    background-color: rgb(254 243 232 / 0.2);
  }

  .lg\:bg-ozc-50\/25 {
    background-color: rgb(254 243 232 / 0.25);
  }

  .lg\:bg-ozc-50\/30 {
    background-color: rgb(254 243 232 / 0.3);
  }

  .lg\:bg-ozc-50\/40 {
    background-color: rgb(254 243 232 / 0.4);
  }

  .lg\:bg-ozc-50\/5 {
    background-color: rgb(254 243 232 / 0.05);
  }

  .lg\:bg-ozc-50\/50 {
    background-color: rgb(254 243 232 / 0.5);
  }

  .lg\:bg-ozc-50\/60 {
    background-color: rgb(254 243 232 / 0.6);
  }

  .lg\:bg-ozc-50\/70 {
    background-color: rgb(254 243 232 / 0.7);
  }

  .lg\:bg-ozc-50\/75 {
    background-color: rgb(254 243 232 / 0.75);
  }

  .lg\:bg-ozc-50\/80 {
    background-color: rgb(254 243 232 / 0.8);
  }

  .lg\:bg-ozc-50\/90 {
    background-color: rgb(254 243 232 / 0.9);
  }

  .lg\:bg-ozc-50\/95 {
    background-color: rgb(254 243 232 / 0.95);
  }

  .lg\:bg-ozc-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 110 96 / var(--tw-bg-opacity));
  }

  .lg\:bg-ozc-500\/0 {
    background-color: rgb(255 110 96 / 0);
  }

  .lg\:bg-ozc-500\/10 {
    background-color: rgb(255 110 96 / 0.1);
  }

  .lg\:bg-ozc-500\/100 {
    background-color: rgb(255 110 96 / 1);
  }

  .lg\:bg-ozc-500\/20 {
    background-color: rgb(255 110 96 / 0.2);
  }

  .lg\:bg-ozc-500\/25 {
    background-color: rgb(255 110 96 / 0.25);
  }

  .lg\:bg-ozc-500\/30 {
    background-color: rgb(255 110 96 / 0.3);
  }

  .lg\:bg-ozc-500\/40 {
    background-color: rgb(255 110 96 / 0.4);
  }

  .lg\:bg-ozc-500\/5 {
    background-color: rgb(255 110 96 / 0.05);
  }

  .lg\:bg-ozc-500\/50 {
    background-color: rgb(255 110 96 / 0.5);
  }

  .lg\:bg-ozc-500\/60 {
    background-color: rgb(255 110 96 / 0.6);
  }

  .lg\:bg-ozc-500\/70 {
    background-color: rgb(255 110 96 / 0.7);
  }

  .lg\:bg-ozc-500\/75 {
    background-color: rgb(255 110 96 / 0.75);
  }

  .lg\:bg-ozc-500\/80 {
    background-color: rgb(255 110 96 / 0.8);
  }

  .lg\:bg-ozc-500\/90 {
    background-color: rgb(255 110 96 / 0.9);
  }

  .lg\:bg-ozc-500\/95 {
    background-color: rgb(255 110 96 / 0.95);
  }

  .lg\:bg-ozc-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 169 140 / var(--tw-bg-opacity));
  }

  .lg\:bg-ozc-600\/0 {
    background-color: rgb(249 169 140 / 0);
  }

  .lg\:bg-ozc-600\/10 {
    background-color: rgb(249 169 140 / 0.1);
  }

  .lg\:bg-ozc-600\/100 {
    background-color: rgb(249 169 140 / 1);
  }

  .lg\:bg-ozc-600\/20 {
    background-color: rgb(249 169 140 / 0.2);
  }

  .lg\:bg-ozc-600\/25 {
    background-color: rgb(249 169 140 / 0.25);
  }

  .lg\:bg-ozc-600\/30 {
    background-color: rgb(249 169 140 / 0.3);
  }

  .lg\:bg-ozc-600\/40 {
    background-color: rgb(249 169 140 / 0.4);
  }

  .lg\:bg-ozc-600\/5 {
    background-color: rgb(249 169 140 / 0.05);
  }

  .lg\:bg-ozc-600\/50 {
    background-color: rgb(249 169 140 / 0.5);
  }

  .lg\:bg-ozc-600\/60 {
    background-color: rgb(249 169 140 / 0.6);
  }

  .lg\:bg-ozc-600\/70 {
    background-color: rgb(249 169 140 / 0.7);
  }

  .lg\:bg-ozc-600\/75 {
    background-color: rgb(249 169 140 / 0.75);
  }

  .lg\:bg-ozc-600\/80 {
    background-color: rgb(249 169 140 / 0.8);
  }

  .lg\:bg-ozc-600\/90 {
    background-color: rgb(249 169 140 / 0.9);
  }

  .lg\:bg-ozc-600\/95 {
    background-color: rgb(249 169 140 / 0.95);
  }

  .lg\:bg-ozc-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(246 148 114 / var(--tw-bg-opacity));
  }

  .lg\:bg-ozc-700\/0 {
    background-color: rgb(246 148 114 / 0);
  }

  .lg\:bg-ozc-700\/10 {
    background-color: rgb(246 148 114 / 0.1);
  }

  .lg\:bg-ozc-700\/100 {
    background-color: rgb(246 148 114 / 1);
  }

  .lg\:bg-ozc-700\/20 {
    background-color: rgb(246 148 114 / 0.2);
  }

  .lg\:bg-ozc-700\/25 {
    background-color: rgb(246 148 114 / 0.25);
  }

  .lg\:bg-ozc-700\/30 {
    background-color: rgb(246 148 114 / 0.3);
  }

  .lg\:bg-ozc-700\/40 {
    background-color: rgb(246 148 114 / 0.4);
  }

  .lg\:bg-ozc-700\/5 {
    background-color: rgb(246 148 114 / 0.05);
  }

  .lg\:bg-ozc-700\/50 {
    background-color: rgb(246 148 114 / 0.5);
  }

  .lg\:bg-ozc-700\/60 {
    background-color: rgb(246 148 114 / 0.6);
  }

  .lg\:bg-ozc-700\/70 {
    background-color: rgb(246 148 114 / 0.7);
  }

  .lg\:bg-ozc-700\/75 {
    background-color: rgb(246 148 114 / 0.75);
  }

  .lg\:bg-ozc-700\/80 {
    background-color: rgb(246 148 114 / 0.8);
  }

  .lg\:bg-ozc-700\/90 {
    background-color: rgb(246 148 114 / 0.9);
  }

  .lg\:bg-ozc-700\/95 {
    background-color: rgb(246 148 114 / 0.95);
  }

  .lg\:bg-ozc-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 144 136 / var(--tw-bg-opacity));
  }

  .lg\:bg-ozc-800\/0 {
    background-color: rgb(245 144 136 / 0);
  }

  .lg\:bg-ozc-800\/10 {
    background-color: rgb(245 144 136 / 0.1);
  }

  .lg\:bg-ozc-800\/100 {
    background-color: rgb(245 144 136 / 1);
  }

  .lg\:bg-ozc-800\/20 {
    background-color: rgb(245 144 136 / 0.2);
  }

  .lg\:bg-ozc-800\/25 {
    background-color: rgb(245 144 136 / 0.25);
  }

  .lg\:bg-ozc-800\/30 {
    background-color: rgb(245 144 136 / 0.3);
  }

  .lg\:bg-ozc-800\/40 {
    background-color: rgb(245 144 136 / 0.4);
  }

  .lg\:bg-ozc-800\/5 {
    background-color: rgb(245 144 136 / 0.05);
  }

  .lg\:bg-ozc-800\/50 {
    background-color: rgb(245 144 136 / 0.5);
  }

  .lg\:bg-ozc-800\/60 {
    background-color: rgb(245 144 136 / 0.6);
  }

  .lg\:bg-ozc-800\/70 {
    background-color: rgb(245 144 136 / 0.7);
  }

  .lg\:bg-ozc-800\/75 {
    background-color: rgb(245 144 136 / 0.75);
  }

  .lg\:bg-ozc-800\/80 {
    background-color: rgb(245 144 136 / 0.8);
  }

  .lg\:bg-ozc-800\/90 {
    background-color: rgb(245 144 136 / 0.9);
  }

  .lg\:bg-ozc-800\/95 {
    background-color: rgb(245 144 136 / 0.95);
  }

  .lg\:bg-ozc-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 121 124 / var(--tw-bg-opacity));
  }

  .lg\:bg-ozc-900\/0 {
    background-color: rgb(243 121 124 / 0);
  }

  .lg\:bg-ozc-900\/10 {
    background-color: rgb(243 121 124 / 0.1);
  }

  .lg\:bg-ozc-900\/100 {
    background-color: rgb(243 121 124 / 1);
  }

  .lg\:bg-ozc-900\/20 {
    background-color: rgb(243 121 124 / 0.2);
  }

  .lg\:bg-ozc-900\/25 {
    background-color: rgb(243 121 124 / 0.25);
  }

  .lg\:bg-ozc-900\/30 {
    background-color: rgb(243 121 124 / 0.3);
  }

  .lg\:bg-ozc-900\/40 {
    background-color: rgb(243 121 124 / 0.4);
  }

  .lg\:bg-ozc-900\/5 {
    background-color: rgb(243 121 124 / 0.05);
  }

  .lg\:bg-ozc-900\/50 {
    background-color: rgb(243 121 124 / 0.5);
  }

  .lg\:bg-ozc-900\/60 {
    background-color: rgb(243 121 124 / 0.6);
  }

  .lg\:bg-ozc-900\/70 {
    background-color: rgb(243 121 124 / 0.7);
  }

  .lg\:bg-ozc-900\/75 {
    background-color: rgb(243 121 124 / 0.75);
  }

  .lg\:bg-ozc-900\/80 {
    background-color: rgb(243 121 124 / 0.8);
  }

  .lg\:bg-ozc-900\/90 {
    background-color: rgb(243 121 124 / 0.9);
  }

  .lg\:bg-ozc-900\/95 {
    background-color: rgb(243 121 124 / 0.95);
  }

  .lg\:bg-ozc-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(42 45 51 / var(--tw-bg-opacity));
  }

  .lg\:bg-ozc-950\/0 {
    background-color: rgb(42 45 51 / 0);
  }

  .lg\:bg-ozc-950\/10 {
    background-color: rgb(42 45 51 / 0.1);
  }

  .lg\:bg-ozc-950\/100 {
    background-color: rgb(42 45 51 / 1);
  }

  .lg\:bg-ozc-950\/20 {
    background-color: rgb(42 45 51 / 0.2);
  }

  .lg\:bg-ozc-950\/25 {
    background-color: rgb(42 45 51 / 0.25);
  }

  .lg\:bg-ozc-950\/30 {
    background-color: rgb(42 45 51 / 0.3);
  }

  .lg\:bg-ozc-950\/40 {
    background-color: rgb(42 45 51 / 0.4);
  }

  .lg\:bg-ozc-950\/5 {
    background-color: rgb(42 45 51 / 0.05);
  }

  .lg\:bg-ozc-950\/50 {
    background-color: rgb(42 45 51 / 0.5);
  }

  .lg\:bg-ozc-950\/60 {
    background-color: rgb(42 45 51 / 0.6);
  }

  .lg\:bg-ozc-950\/70 {
    background-color: rgb(42 45 51 / 0.7);
  }

  .lg\:bg-ozc-950\/75 {
    background-color: rgb(42 45 51 / 0.75);
  }

  .lg\:bg-ozc-950\/80 {
    background-color: rgb(42 45 51 / 0.8);
  }

  .lg\:bg-ozc-950\/90 {
    background-color: rgb(42 45 51 / 0.9);
  }

  .lg\:bg-ozc-950\/95 {
    background-color: rgb(42 45 51 / 0.95);
  }

  .lg\:bg-ozc-alt-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 250 230 / var(--tw-bg-opacity));
  }

  .lg\:bg-ozc-alt-100\/0 {
    background-color: rgb(255 250 230 / 0);
  }

  .lg\:bg-ozc-alt-100\/10 {
    background-color: rgb(255 250 230 / 0.1);
  }

  .lg\:bg-ozc-alt-100\/100 {
    background-color: rgb(255 250 230 / 1);
  }

  .lg\:bg-ozc-alt-100\/20 {
    background-color: rgb(255 250 230 / 0.2);
  }

  .lg\:bg-ozc-alt-100\/25 {
    background-color: rgb(255 250 230 / 0.25);
  }

  .lg\:bg-ozc-alt-100\/30 {
    background-color: rgb(255 250 230 / 0.3);
  }

  .lg\:bg-ozc-alt-100\/40 {
    background-color: rgb(255 250 230 / 0.4);
  }

  .lg\:bg-ozc-alt-100\/5 {
    background-color: rgb(255 250 230 / 0.05);
  }

  .lg\:bg-ozc-alt-100\/50 {
    background-color: rgb(255 250 230 / 0.5);
  }

  .lg\:bg-ozc-alt-100\/60 {
    background-color: rgb(255 250 230 / 0.6);
  }

  .lg\:bg-ozc-alt-100\/70 {
    background-color: rgb(255 250 230 / 0.7);
  }

  .lg\:bg-ozc-alt-100\/75 {
    background-color: rgb(255 250 230 / 0.75);
  }

  .lg\:bg-ozc-alt-100\/80 {
    background-color: rgb(255 250 230 / 0.8);
  }

  .lg\:bg-ozc-alt-100\/90 {
    background-color: rgb(255 250 230 / 0.9);
  }

  .lg\:bg-ozc-alt-100\/95 {
    background-color: rgb(255 250 230 / 0.95);
  }

  .lg\:bg-ozc-alt-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 242 193 / var(--tw-bg-opacity));
  }

  .lg\:bg-ozc-alt-200\/0 {
    background-color: rgb(255 242 193 / 0);
  }

  .lg\:bg-ozc-alt-200\/10 {
    background-color: rgb(255 242 193 / 0.1);
  }

  .lg\:bg-ozc-alt-200\/100 {
    background-color: rgb(255 242 193 / 1);
  }

  .lg\:bg-ozc-alt-200\/20 {
    background-color: rgb(255 242 193 / 0.2);
  }

  .lg\:bg-ozc-alt-200\/25 {
    background-color: rgb(255 242 193 / 0.25);
  }

  .lg\:bg-ozc-alt-200\/30 {
    background-color: rgb(255 242 193 / 0.3);
  }

  .lg\:bg-ozc-alt-200\/40 {
    background-color: rgb(255 242 193 / 0.4);
  }

  .lg\:bg-ozc-alt-200\/5 {
    background-color: rgb(255 242 193 / 0.05);
  }

  .lg\:bg-ozc-alt-200\/50 {
    background-color: rgb(255 242 193 / 0.5);
  }

  .lg\:bg-ozc-alt-200\/60 {
    background-color: rgb(255 242 193 / 0.6);
  }

  .lg\:bg-ozc-alt-200\/70 {
    background-color: rgb(255 242 193 / 0.7);
  }

  .lg\:bg-ozc-alt-200\/75 {
    background-color: rgb(255 242 193 / 0.75);
  }

  .lg\:bg-ozc-alt-200\/80 {
    background-color: rgb(255 242 193 / 0.8);
  }

  .lg\:bg-ozc-alt-200\/90 {
    background-color: rgb(255 242 193 / 0.9);
  }

  .lg\:bg-ozc-alt-200\/95 {
    background-color: rgb(255 242 193 / 0.95);
  }

  .lg\:bg-ozc-alt-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 235 155 / var(--tw-bg-opacity));
  }

  .lg\:bg-ozc-alt-300\/0 {
    background-color: rgb(255 235 155 / 0);
  }

  .lg\:bg-ozc-alt-300\/10 {
    background-color: rgb(255 235 155 / 0.1);
  }

  .lg\:bg-ozc-alt-300\/100 {
    background-color: rgb(255 235 155 / 1);
  }

  .lg\:bg-ozc-alt-300\/20 {
    background-color: rgb(255 235 155 / 0.2);
  }

  .lg\:bg-ozc-alt-300\/25 {
    background-color: rgb(255 235 155 / 0.25);
  }

  .lg\:bg-ozc-alt-300\/30 {
    background-color: rgb(255 235 155 / 0.3);
  }

  .lg\:bg-ozc-alt-300\/40 {
    background-color: rgb(255 235 155 / 0.4);
  }

  .lg\:bg-ozc-alt-300\/5 {
    background-color: rgb(255 235 155 / 0.05);
  }

  .lg\:bg-ozc-alt-300\/50 {
    background-color: rgb(255 235 155 / 0.5);
  }

  .lg\:bg-ozc-alt-300\/60 {
    background-color: rgb(255 235 155 / 0.6);
  }

  .lg\:bg-ozc-alt-300\/70 {
    background-color: rgb(255 235 155 / 0.7);
  }

  .lg\:bg-ozc-alt-300\/75 {
    background-color: rgb(255 235 155 / 0.75);
  }

  .lg\:bg-ozc-alt-300\/80 {
    background-color: rgb(255 235 155 / 0.8);
  }

  .lg\:bg-ozc-alt-300\/90 {
    background-color: rgb(255 235 155 / 0.9);
  }

  .lg\:bg-ozc-alt-300\/95 {
    background-color: rgb(255 235 155 / 0.95);
  }

  .lg\:bg-ozc-alt-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 219 80 / var(--tw-bg-opacity));
  }

  .lg\:bg-ozc-alt-400\/0 {
    background-color: rgb(255 219 80 / 0);
  }

  .lg\:bg-ozc-alt-400\/10 {
    background-color: rgb(255 219 80 / 0.1);
  }

  .lg\:bg-ozc-alt-400\/100 {
    background-color: rgb(255 219 80 / 1);
  }

  .lg\:bg-ozc-alt-400\/20 {
    background-color: rgb(255 219 80 / 0.2);
  }

  .lg\:bg-ozc-alt-400\/25 {
    background-color: rgb(255 219 80 / 0.25);
  }

  .lg\:bg-ozc-alt-400\/30 {
    background-color: rgb(255 219 80 / 0.3);
  }

  .lg\:bg-ozc-alt-400\/40 {
    background-color: rgb(255 219 80 / 0.4);
  }

  .lg\:bg-ozc-alt-400\/5 {
    background-color: rgb(255 219 80 / 0.05);
  }

  .lg\:bg-ozc-alt-400\/50 {
    background-color: rgb(255 219 80 / 0.5);
  }

  .lg\:bg-ozc-alt-400\/60 {
    background-color: rgb(255 219 80 / 0.6);
  }

  .lg\:bg-ozc-alt-400\/70 {
    background-color: rgb(255 219 80 / 0.7);
  }

  .lg\:bg-ozc-alt-400\/75 {
    background-color: rgb(255 219 80 / 0.75);
  }

  .lg\:bg-ozc-alt-400\/80 {
    background-color: rgb(255 219 80 / 0.8);
  }

  .lg\:bg-ozc-alt-400\/90 {
    background-color: rgb(255 219 80 / 0.9);
  }

  .lg\:bg-ozc-alt-400\/95 {
    background-color: rgb(255 219 80 / 0.95);
  }

  .lg\:bg-ozc-alt-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 252 243 / var(--tw-bg-opacity));
  }

  .lg\:bg-ozc-alt-50\/0 {
    background-color: rgb(255 252 243 / 0);
  }

  .lg\:bg-ozc-alt-50\/10 {
    background-color: rgb(255 252 243 / 0.1);
  }

  .lg\:bg-ozc-alt-50\/100 {
    background-color: rgb(255 252 243 / 1);
  }

  .lg\:bg-ozc-alt-50\/20 {
    background-color: rgb(255 252 243 / 0.2);
  }

  .lg\:bg-ozc-alt-50\/25 {
    background-color: rgb(255 252 243 / 0.25);
  }

  .lg\:bg-ozc-alt-50\/30 {
    background-color: rgb(255 252 243 / 0.3);
  }

  .lg\:bg-ozc-alt-50\/40 {
    background-color: rgb(255 252 243 / 0.4);
  }

  .lg\:bg-ozc-alt-50\/5 {
    background-color: rgb(255 252 243 / 0.05);
  }

  .lg\:bg-ozc-alt-50\/50 {
    background-color: rgb(255 252 243 / 0.5);
  }

  .lg\:bg-ozc-alt-50\/60 {
    background-color: rgb(255 252 243 / 0.6);
  }

  .lg\:bg-ozc-alt-50\/70 {
    background-color: rgb(255 252 243 / 0.7);
  }

  .lg\:bg-ozc-alt-50\/75 {
    background-color: rgb(255 252 243 / 0.75);
  }

  .lg\:bg-ozc-alt-50\/80 {
    background-color: rgb(255 252 243 / 0.8);
  }

  .lg\:bg-ozc-alt-50\/90 {
    background-color: rgb(255 252 243 / 0.9);
  }

  .lg\:bg-ozc-alt-50\/95 {
    background-color: rgb(255 252 243 / 0.95);
  }

  .lg\:bg-ozc-alt-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 204 5 / var(--tw-bg-opacity));
  }

  .lg\:bg-ozc-alt-500\/0 {
    background-color: rgb(255 204 5 / 0);
  }

  .lg\:bg-ozc-alt-500\/10 {
    background-color: rgb(255 204 5 / 0.1);
  }

  .lg\:bg-ozc-alt-500\/100 {
    background-color: rgb(255 204 5 / 1);
  }

  .lg\:bg-ozc-alt-500\/20 {
    background-color: rgb(255 204 5 / 0.2);
  }

  .lg\:bg-ozc-alt-500\/25 {
    background-color: rgb(255 204 5 / 0.25);
  }

  .lg\:bg-ozc-alt-500\/30 {
    background-color: rgb(255 204 5 / 0.3);
  }

  .lg\:bg-ozc-alt-500\/40 {
    background-color: rgb(255 204 5 / 0.4);
  }

  .lg\:bg-ozc-alt-500\/5 {
    background-color: rgb(255 204 5 / 0.05);
  }

  .lg\:bg-ozc-alt-500\/50 {
    background-color: rgb(255 204 5 / 0.5);
  }

  .lg\:bg-ozc-alt-500\/60 {
    background-color: rgb(255 204 5 / 0.6);
  }

  .lg\:bg-ozc-alt-500\/70 {
    background-color: rgb(255 204 5 / 0.7);
  }

  .lg\:bg-ozc-alt-500\/75 {
    background-color: rgb(255 204 5 / 0.75);
  }

  .lg\:bg-ozc-alt-500\/80 {
    background-color: rgb(255 204 5 / 0.8);
  }

  .lg\:bg-ozc-alt-500\/90 {
    background-color: rgb(255 204 5 / 0.9);
  }

  .lg\:bg-ozc-alt-500\/95 {
    background-color: rgb(255 204 5 / 0.95);
  }

  .lg\:bg-ozc-alt-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(230 184 5 / var(--tw-bg-opacity));
  }

  .lg\:bg-ozc-alt-600\/0 {
    background-color: rgb(230 184 5 / 0);
  }

  .lg\:bg-ozc-alt-600\/10 {
    background-color: rgb(230 184 5 / 0.1);
  }

  .lg\:bg-ozc-alt-600\/100 {
    background-color: rgb(230 184 5 / 1);
  }

  .lg\:bg-ozc-alt-600\/20 {
    background-color: rgb(230 184 5 / 0.2);
  }

  .lg\:bg-ozc-alt-600\/25 {
    background-color: rgb(230 184 5 / 0.25);
  }

  .lg\:bg-ozc-alt-600\/30 {
    background-color: rgb(230 184 5 / 0.3);
  }

  .lg\:bg-ozc-alt-600\/40 {
    background-color: rgb(230 184 5 / 0.4);
  }

  .lg\:bg-ozc-alt-600\/5 {
    background-color: rgb(230 184 5 / 0.05);
  }

  .lg\:bg-ozc-alt-600\/50 {
    background-color: rgb(230 184 5 / 0.5);
  }

  .lg\:bg-ozc-alt-600\/60 {
    background-color: rgb(230 184 5 / 0.6);
  }

  .lg\:bg-ozc-alt-600\/70 {
    background-color: rgb(230 184 5 / 0.7);
  }

  .lg\:bg-ozc-alt-600\/75 {
    background-color: rgb(230 184 5 / 0.75);
  }

  .lg\:bg-ozc-alt-600\/80 {
    background-color: rgb(230 184 5 / 0.8);
  }

  .lg\:bg-ozc-alt-600\/90 {
    background-color: rgb(230 184 5 / 0.9);
  }

  .lg\:bg-ozc-alt-600\/95 {
    background-color: rgb(230 184 5 / 0.95);
  }

  .lg\:bg-ozc-alt-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(153 122 3 / var(--tw-bg-opacity));
  }

  .lg\:bg-ozc-alt-700\/0 {
    background-color: rgb(153 122 3 / 0);
  }

  .lg\:bg-ozc-alt-700\/10 {
    background-color: rgb(153 122 3 / 0.1);
  }

  .lg\:bg-ozc-alt-700\/100 {
    background-color: rgb(153 122 3 / 1);
  }

  .lg\:bg-ozc-alt-700\/20 {
    background-color: rgb(153 122 3 / 0.2);
  }

  .lg\:bg-ozc-alt-700\/25 {
    background-color: rgb(153 122 3 / 0.25);
  }

  .lg\:bg-ozc-alt-700\/30 {
    background-color: rgb(153 122 3 / 0.3);
  }

  .lg\:bg-ozc-alt-700\/40 {
    background-color: rgb(153 122 3 / 0.4);
  }

  .lg\:bg-ozc-alt-700\/5 {
    background-color: rgb(153 122 3 / 0.05);
  }

  .lg\:bg-ozc-alt-700\/50 {
    background-color: rgb(153 122 3 / 0.5);
  }

  .lg\:bg-ozc-alt-700\/60 {
    background-color: rgb(153 122 3 / 0.6);
  }

  .lg\:bg-ozc-alt-700\/70 {
    background-color: rgb(153 122 3 / 0.7);
  }

  .lg\:bg-ozc-alt-700\/75 {
    background-color: rgb(153 122 3 / 0.75);
  }

  .lg\:bg-ozc-alt-700\/80 {
    background-color: rgb(153 122 3 / 0.8);
  }

  .lg\:bg-ozc-alt-700\/90 {
    background-color: rgb(153 122 3 / 0.9);
  }

  .lg\:bg-ozc-alt-700\/95 {
    background-color: rgb(153 122 3 / 0.95);
  }

  .lg\:bg-ozc-alt-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(115 92 2 / var(--tw-bg-opacity));
  }

  .lg\:bg-ozc-alt-800\/0 {
    background-color: rgb(115 92 2 / 0);
  }

  .lg\:bg-ozc-alt-800\/10 {
    background-color: rgb(115 92 2 / 0.1);
  }

  .lg\:bg-ozc-alt-800\/100 {
    background-color: rgb(115 92 2 / 1);
  }

  .lg\:bg-ozc-alt-800\/20 {
    background-color: rgb(115 92 2 / 0.2);
  }

  .lg\:bg-ozc-alt-800\/25 {
    background-color: rgb(115 92 2 / 0.25);
  }

  .lg\:bg-ozc-alt-800\/30 {
    background-color: rgb(115 92 2 / 0.3);
  }

  .lg\:bg-ozc-alt-800\/40 {
    background-color: rgb(115 92 2 / 0.4);
  }

  .lg\:bg-ozc-alt-800\/5 {
    background-color: rgb(115 92 2 / 0.05);
  }

  .lg\:bg-ozc-alt-800\/50 {
    background-color: rgb(115 92 2 / 0.5);
  }

  .lg\:bg-ozc-alt-800\/60 {
    background-color: rgb(115 92 2 / 0.6);
  }

  .lg\:bg-ozc-alt-800\/70 {
    background-color: rgb(115 92 2 / 0.7);
  }

  .lg\:bg-ozc-alt-800\/75 {
    background-color: rgb(115 92 2 / 0.75);
  }

  .lg\:bg-ozc-alt-800\/80 {
    background-color: rgb(115 92 2 / 0.8);
  }

  .lg\:bg-ozc-alt-800\/90 {
    background-color: rgb(115 92 2 / 0.9);
  }

  .lg\:bg-ozc-alt-800\/95 {
    background-color: rgb(115 92 2 / 0.95);
  }

  .lg\:bg-ozc-alt-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(42 45 51 / var(--tw-bg-opacity));
  }

  .lg\:bg-ozc-alt-900\/0 {
    background-color: rgb(42 45 51 / 0);
  }

  .lg\:bg-ozc-alt-900\/10 {
    background-color: rgb(42 45 51 / 0.1);
  }

  .lg\:bg-ozc-alt-900\/100 {
    background-color: rgb(42 45 51 / 1);
  }

  .lg\:bg-ozc-alt-900\/20 {
    background-color: rgb(42 45 51 / 0.2);
  }

  .lg\:bg-ozc-alt-900\/25 {
    background-color: rgb(42 45 51 / 0.25);
  }

  .lg\:bg-ozc-alt-900\/30 {
    background-color: rgb(42 45 51 / 0.3);
  }

  .lg\:bg-ozc-alt-900\/40 {
    background-color: rgb(42 45 51 / 0.4);
  }

  .lg\:bg-ozc-alt-900\/5 {
    background-color: rgb(42 45 51 / 0.05);
  }

  .lg\:bg-ozc-alt-900\/50 {
    background-color: rgb(42 45 51 / 0.5);
  }

  .lg\:bg-ozc-alt-900\/60 {
    background-color: rgb(42 45 51 / 0.6);
  }

  .lg\:bg-ozc-alt-900\/70 {
    background-color: rgb(42 45 51 / 0.7);
  }

  .lg\:bg-ozc-alt-900\/75 {
    background-color: rgb(42 45 51 / 0.75);
  }

  .lg\:bg-ozc-alt-900\/80 {
    background-color: rgb(42 45 51 / 0.8);
  }

  .lg\:bg-ozc-alt-900\/90 {
    background-color: rgb(42 45 51 / 0.9);
  }

  .lg\:bg-ozc-alt-900\/95 {
    background-color: rgb(42 45 51 / 0.95);
  }

  .lg\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 231 243 / var(--tw-bg-opacity));
  }

  .lg\:bg-pink-100\/0 {
    background-color: rgb(252 231 243 / 0);
  }

  .lg\:bg-pink-100\/10 {
    background-color: rgb(252 231 243 / 0.1);
  }

  .lg\:bg-pink-100\/100 {
    background-color: rgb(252 231 243 / 1);
  }

  .lg\:bg-pink-100\/20 {
    background-color: rgb(252 231 243 / 0.2);
  }

  .lg\:bg-pink-100\/25 {
    background-color: rgb(252 231 243 / 0.25);
  }

  .lg\:bg-pink-100\/30 {
    background-color: rgb(252 231 243 / 0.3);
  }

  .lg\:bg-pink-100\/40 {
    background-color: rgb(252 231 243 / 0.4);
  }

  .lg\:bg-pink-100\/5 {
    background-color: rgb(252 231 243 / 0.05);
  }

  .lg\:bg-pink-100\/50 {
    background-color: rgb(252 231 243 / 0.5);
  }

  .lg\:bg-pink-100\/60 {
    background-color: rgb(252 231 243 / 0.6);
  }

  .lg\:bg-pink-100\/70 {
    background-color: rgb(252 231 243 / 0.7);
  }

  .lg\:bg-pink-100\/75 {
    background-color: rgb(252 231 243 / 0.75);
  }

  .lg\:bg-pink-100\/80 {
    background-color: rgb(252 231 243 / 0.8);
  }

  .lg\:bg-pink-100\/90 {
    background-color: rgb(252 231 243 / 0.9);
  }

  .lg\:bg-pink-100\/95 {
    background-color: rgb(252 231 243 / 0.95);
  }

  .lg\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(251 207 232 / var(--tw-bg-opacity));
  }

  .lg\:bg-pink-200\/0 {
    background-color: rgb(251 207 232 / 0);
  }

  .lg\:bg-pink-200\/10 {
    background-color: rgb(251 207 232 / 0.1);
  }

  .lg\:bg-pink-200\/100 {
    background-color: rgb(251 207 232 / 1);
  }

  .lg\:bg-pink-200\/20 {
    background-color: rgb(251 207 232 / 0.2);
  }

  .lg\:bg-pink-200\/25 {
    background-color: rgb(251 207 232 / 0.25);
  }

  .lg\:bg-pink-200\/30 {
    background-color: rgb(251 207 232 / 0.3);
  }

  .lg\:bg-pink-200\/40 {
    background-color: rgb(251 207 232 / 0.4);
  }

  .lg\:bg-pink-200\/5 {
    background-color: rgb(251 207 232 / 0.05);
  }

  .lg\:bg-pink-200\/50 {
    background-color: rgb(251 207 232 / 0.5);
  }

  .lg\:bg-pink-200\/60 {
    background-color: rgb(251 207 232 / 0.6);
  }

  .lg\:bg-pink-200\/70 {
    background-color: rgb(251 207 232 / 0.7);
  }

  .lg\:bg-pink-200\/75 {
    background-color: rgb(251 207 232 / 0.75);
  }

  .lg\:bg-pink-200\/80 {
    background-color: rgb(251 207 232 / 0.8);
  }

  .lg\:bg-pink-200\/90 {
    background-color: rgb(251 207 232 / 0.9);
  }

  .lg\:bg-pink-200\/95 {
    background-color: rgb(251 207 232 / 0.95);
  }

  .lg\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 168 212 / var(--tw-bg-opacity));
  }

  .lg\:bg-pink-300\/0 {
    background-color: rgb(249 168 212 / 0);
  }

  .lg\:bg-pink-300\/10 {
    background-color: rgb(249 168 212 / 0.1);
  }

  .lg\:bg-pink-300\/100 {
    background-color: rgb(249 168 212 / 1);
  }

  .lg\:bg-pink-300\/20 {
    background-color: rgb(249 168 212 / 0.2);
  }

  .lg\:bg-pink-300\/25 {
    background-color: rgb(249 168 212 / 0.25);
  }

  .lg\:bg-pink-300\/30 {
    background-color: rgb(249 168 212 / 0.3);
  }

  .lg\:bg-pink-300\/40 {
    background-color: rgb(249 168 212 / 0.4);
  }

  .lg\:bg-pink-300\/5 {
    background-color: rgb(249 168 212 / 0.05);
  }

  .lg\:bg-pink-300\/50 {
    background-color: rgb(249 168 212 / 0.5);
  }

  .lg\:bg-pink-300\/60 {
    background-color: rgb(249 168 212 / 0.6);
  }

  .lg\:bg-pink-300\/70 {
    background-color: rgb(249 168 212 / 0.7);
  }

  .lg\:bg-pink-300\/75 {
    background-color: rgb(249 168 212 / 0.75);
  }

  .lg\:bg-pink-300\/80 {
    background-color: rgb(249 168 212 / 0.8);
  }

  .lg\:bg-pink-300\/90 {
    background-color: rgb(249 168 212 / 0.9);
  }

  .lg\:bg-pink-300\/95 {
    background-color: rgb(249 168 212 / 0.95);
  }

  .lg\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(244 114 182 / var(--tw-bg-opacity));
  }

  .lg\:bg-pink-400\/0 {
    background-color: rgb(244 114 182 / 0);
  }

  .lg\:bg-pink-400\/10 {
    background-color: rgb(244 114 182 / 0.1);
  }

  .lg\:bg-pink-400\/100 {
    background-color: rgb(244 114 182 / 1);
  }

  .lg\:bg-pink-400\/20 {
    background-color: rgb(244 114 182 / 0.2);
  }

  .lg\:bg-pink-400\/25 {
    background-color: rgb(244 114 182 / 0.25);
  }

  .lg\:bg-pink-400\/30 {
    background-color: rgb(244 114 182 / 0.3);
  }

  .lg\:bg-pink-400\/40 {
    background-color: rgb(244 114 182 / 0.4);
  }

  .lg\:bg-pink-400\/5 {
    background-color: rgb(244 114 182 / 0.05);
  }

  .lg\:bg-pink-400\/50 {
    background-color: rgb(244 114 182 / 0.5);
  }

  .lg\:bg-pink-400\/60 {
    background-color: rgb(244 114 182 / 0.6);
  }

  .lg\:bg-pink-400\/70 {
    background-color: rgb(244 114 182 / 0.7);
  }

  .lg\:bg-pink-400\/75 {
    background-color: rgb(244 114 182 / 0.75);
  }

  .lg\:bg-pink-400\/80 {
    background-color: rgb(244 114 182 / 0.8);
  }

  .lg\:bg-pink-400\/90 {
    background-color: rgb(244 114 182 / 0.9);
  }

  .lg\:bg-pink-400\/95 {
    background-color: rgb(244 114 182 / 0.95);
  }

  .lg\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 242 248 / var(--tw-bg-opacity));
  }

  .lg\:bg-pink-50\/0 {
    background-color: rgb(253 242 248 / 0);
  }

  .lg\:bg-pink-50\/10 {
    background-color: rgb(253 242 248 / 0.1);
  }

  .lg\:bg-pink-50\/100 {
    background-color: rgb(253 242 248 / 1);
  }

  .lg\:bg-pink-50\/20 {
    background-color: rgb(253 242 248 / 0.2);
  }

  .lg\:bg-pink-50\/25 {
    background-color: rgb(253 242 248 / 0.25);
  }

  .lg\:bg-pink-50\/30 {
    background-color: rgb(253 242 248 / 0.3);
  }

  .lg\:bg-pink-50\/40 {
    background-color: rgb(253 242 248 / 0.4);
  }

  .lg\:bg-pink-50\/5 {
    background-color: rgb(253 242 248 / 0.05);
  }

  .lg\:bg-pink-50\/50 {
    background-color: rgb(253 242 248 / 0.5);
  }

  .lg\:bg-pink-50\/60 {
    background-color: rgb(253 242 248 / 0.6);
  }

  .lg\:bg-pink-50\/70 {
    background-color: rgb(253 242 248 / 0.7);
  }

  .lg\:bg-pink-50\/75 {
    background-color: rgb(253 242 248 / 0.75);
  }

  .lg\:bg-pink-50\/80 {
    background-color: rgb(253 242 248 / 0.8);
  }

  .lg\:bg-pink-50\/90 {
    background-color: rgb(253 242 248 / 0.9);
  }

  .lg\:bg-pink-50\/95 {
    background-color: rgb(253 242 248 / 0.95);
  }

  .lg\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(236 72 153 / var(--tw-bg-opacity));
  }

  .lg\:bg-pink-500\/0 {
    background-color: rgb(236 72 153 / 0);
  }

  .lg\:bg-pink-500\/10 {
    background-color: rgb(236 72 153 / 0.1);
  }

  .lg\:bg-pink-500\/100 {
    background-color: rgb(236 72 153 / 1);
  }

  .lg\:bg-pink-500\/20 {
    background-color: rgb(236 72 153 / 0.2);
  }

  .lg\:bg-pink-500\/25 {
    background-color: rgb(236 72 153 / 0.25);
  }

  .lg\:bg-pink-500\/30 {
    background-color: rgb(236 72 153 / 0.3);
  }

  .lg\:bg-pink-500\/40 {
    background-color: rgb(236 72 153 / 0.4);
  }

  .lg\:bg-pink-500\/5 {
    background-color: rgb(236 72 153 / 0.05);
  }

  .lg\:bg-pink-500\/50 {
    background-color: rgb(236 72 153 / 0.5);
  }

  .lg\:bg-pink-500\/60 {
    background-color: rgb(236 72 153 / 0.6);
  }

  .lg\:bg-pink-500\/70 {
    background-color: rgb(236 72 153 / 0.7);
  }

  .lg\:bg-pink-500\/75 {
    background-color: rgb(236 72 153 / 0.75);
  }

  .lg\:bg-pink-500\/80 {
    background-color: rgb(236 72 153 / 0.8);
  }

  .lg\:bg-pink-500\/90 {
    background-color: rgb(236 72 153 / 0.9);
  }

  .lg\:bg-pink-500\/95 {
    background-color: rgb(236 72 153 / 0.95);
  }

  .lg\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(219 39 119 / var(--tw-bg-opacity));
  }

  .lg\:bg-pink-600\/0 {
    background-color: rgb(219 39 119 / 0);
  }

  .lg\:bg-pink-600\/10 {
    background-color: rgb(219 39 119 / 0.1);
  }

  .lg\:bg-pink-600\/100 {
    background-color: rgb(219 39 119 / 1);
  }

  .lg\:bg-pink-600\/20 {
    background-color: rgb(219 39 119 / 0.2);
  }

  .lg\:bg-pink-600\/25 {
    background-color: rgb(219 39 119 / 0.25);
  }

  .lg\:bg-pink-600\/30 {
    background-color: rgb(219 39 119 / 0.3);
  }

  .lg\:bg-pink-600\/40 {
    background-color: rgb(219 39 119 / 0.4);
  }

  .lg\:bg-pink-600\/5 {
    background-color: rgb(219 39 119 / 0.05);
  }

  .lg\:bg-pink-600\/50 {
    background-color: rgb(219 39 119 / 0.5);
  }

  .lg\:bg-pink-600\/60 {
    background-color: rgb(219 39 119 / 0.6);
  }

  .lg\:bg-pink-600\/70 {
    background-color: rgb(219 39 119 / 0.7);
  }

  .lg\:bg-pink-600\/75 {
    background-color: rgb(219 39 119 / 0.75);
  }

  .lg\:bg-pink-600\/80 {
    background-color: rgb(219 39 119 / 0.8);
  }

  .lg\:bg-pink-600\/90 {
    background-color: rgb(219 39 119 / 0.9);
  }

  .lg\:bg-pink-600\/95 {
    background-color: rgb(219 39 119 / 0.95);
  }

  .lg\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(190 24 93 / var(--tw-bg-opacity));
  }

  .lg\:bg-pink-700\/0 {
    background-color: rgb(190 24 93 / 0);
  }

  .lg\:bg-pink-700\/10 {
    background-color: rgb(190 24 93 / 0.1);
  }

  .lg\:bg-pink-700\/100 {
    background-color: rgb(190 24 93 / 1);
  }

  .lg\:bg-pink-700\/20 {
    background-color: rgb(190 24 93 / 0.2);
  }

  .lg\:bg-pink-700\/25 {
    background-color: rgb(190 24 93 / 0.25);
  }

  .lg\:bg-pink-700\/30 {
    background-color: rgb(190 24 93 / 0.3);
  }

  .lg\:bg-pink-700\/40 {
    background-color: rgb(190 24 93 / 0.4);
  }

  .lg\:bg-pink-700\/5 {
    background-color: rgb(190 24 93 / 0.05);
  }

  .lg\:bg-pink-700\/50 {
    background-color: rgb(190 24 93 / 0.5);
  }

  .lg\:bg-pink-700\/60 {
    background-color: rgb(190 24 93 / 0.6);
  }

  .lg\:bg-pink-700\/70 {
    background-color: rgb(190 24 93 / 0.7);
  }

  .lg\:bg-pink-700\/75 {
    background-color: rgb(190 24 93 / 0.75);
  }

  .lg\:bg-pink-700\/80 {
    background-color: rgb(190 24 93 / 0.8);
  }

  .lg\:bg-pink-700\/90 {
    background-color: rgb(190 24 93 / 0.9);
  }

  .lg\:bg-pink-700\/95 {
    background-color: rgb(190 24 93 / 0.95);
  }

  .lg\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(157 23 77 / var(--tw-bg-opacity));
  }

  .lg\:bg-pink-800\/0 {
    background-color: rgb(157 23 77 / 0);
  }

  .lg\:bg-pink-800\/10 {
    background-color: rgb(157 23 77 / 0.1);
  }

  .lg\:bg-pink-800\/100 {
    background-color: rgb(157 23 77 / 1);
  }

  .lg\:bg-pink-800\/20 {
    background-color: rgb(157 23 77 / 0.2);
  }

  .lg\:bg-pink-800\/25 {
    background-color: rgb(157 23 77 / 0.25);
  }

  .lg\:bg-pink-800\/30 {
    background-color: rgb(157 23 77 / 0.3);
  }

  .lg\:bg-pink-800\/40 {
    background-color: rgb(157 23 77 / 0.4);
  }

  .lg\:bg-pink-800\/5 {
    background-color: rgb(157 23 77 / 0.05);
  }

  .lg\:bg-pink-800\/50 {
    background-color: rgb(157 23 77 / 0.5);
  }

  .lg\:bg-pink-800\/60 {
    background-color: rgb(157 23 77 / 0.6);
  }

  .lg\:bg-pink-800\/70 {
    background-color: rgb(157 23 77 / 0.7);
  }

  .lg\:bg-pink-800\/75 {
    background-color: rgb(157 23 77 / 0.75);
  }

  .lg\:bg-pink-800\/80 {
    background-color: rgb(157 23 77 / 0.8);
  }

  .lg\:bg-pink-800\/90 {
    background-color: rgb(157 23 77 / 0.9);
  }

  .lg\:bg-pink-800\/95 {
    background-color: rgb(157 23 77 / 0.95);
  }

  .lg\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(131 24 67 / var(--tw-bg-opacity));
  }

  .lg\:bg-pink-900\/0 {
    background-color: rgb(131 24 67 / 0);
  }

  .lg\:bg-pink-900\/10 {
    background-color: rgb(131 24 67 / 0.1);
  }

  .lg\:bg-pink-900\/100 {
    background-color: rgb(131 24 67 / 1);
  }

  .lg\:bg-pink-900\/20 {
    background-color: rgb(131 24 67 / 0.2);
  }

  .lg\:bg-pink-900\/25 {
    background-color: rgb(131 24 67 / 0.25);
  }

  .lg\:bg-pink-900\/30 {
    background-color: rgb(131 24 67 / 0.3);
  }

  .lg\:bg-pink-900\/40 {
    background-color: rgb(131 24 67 / 0.4);
  }

  .lg\:bg-pink-900\/5 {
    background-color: rgb(131 24 67 / 0.05);
  }

  .lg\:bg-pink-900\/50 {
    background-color: rgb(131 24 67 / 0.5);
  }

  .lg\:bg-pink-900\/60 {
    background-color: rgb(131 24 67 / 0.6);
  }

  .lg\:bg-pink-900\/70 {
    background-color: rgb(131 24 67 / 0.7);
  }

  .lg\:bg-pink-900\/75 {
    background-color: rgb(131 24 67 / 0.75);
  }

  .lg\:bg-pink-900\/80 {
    background-color: rgb(131 24 67 / 0.8);
  }

  .lg\:bg-pink-900\/90 {
    background-color: rgb(131 24 67 / 0.9);
  }

  .lg\:bg-pink-900\/95 {
    background-color: rgb(131 24 67 / 0.95);
  }

  .lg\:bg-pink-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(80 7 36 / var(--tw-bg-opacity));
  }

  .lg\:bg-pink-950\/0 {
    background-color: rgb(80 7 36 / 0);
  }

  .lg\:bg-pink-950\/10 {
    background-color: rgb(80 7 36 / 0.1);
  }

  .lg\:bg-pink-950\/100 {
    background-color: rgb(80 7 36 / 1);
  }

  .lg\:bg-pink-950\/20 {
    background-color: rgb(80 7 36 / 0.2);
  }

  .lg\:bg-pink-950\/25 {
    background-color: rgb(80 7 36 / 0.25);
  }

  .lg\:bg-pink-950\/30 {
    background-color: rgb(80 7 36 / 0.3);
  }

  .lg\:bg-pink-950\/40 {
    background-color: rgb(80 7 36 / 0.4);
  }

  .lg\:bg-pink-950\/5 {
    background-color: rgb(80 7 36 / 0.05);
  }

  .lg\:bg-pink-950\/50 {
    background-color: rgb(80 7 36 / 0.5);
  }

  .lg\:bg-pink-950\/60 {
    background-color: rgb(80 7 36 / 0.6);
  }

  .lg\:bg-pink-950\/70 {
    background-color: rgb(80 7 36 / 0.7);
  }

  .lg\:bg-pink-950\/75 {
    background-color: rgb(80 7 36 / 0.75);
  }

  .lg\:bg-pink-950\/80 {
    background-color: rgb(80 7 36 / 0.8);
  }

  .lg\:bg-pink-950\/90 {
    background-color: rgb(80 7 36 / 0.9);
  }

  .lg\:bg-pink-950\/95 {
    background-color: rgb(80 7 36 / 0.95);
  }

  .lg\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 232 255 / var(--tw-bg-opacity));
  }

  .lg\:bg-purple-100\/0 {
    background-color: rgb(243 232 255 / 0);
  }

  .lg\:bg-purple-100\/10 {
    background-color: rgb(243 232 255 / 0.1);
  }

  .lg\:bg-purple-100\/100 {
    background-color: rgb(243 232 255 / 1);
  }

  .lg\:bg-purple-100\/20 {
    background-color: rgb(243 232 255 / 0.2);
  }

  .lg\:bg-purple-100\/25 {
    background-color: rgb(243 232 255 / 0.25);
  }

  .lg\:bg-purple-100\/30 {
    background-color: rgb(243 232 255 / 0.3);
  }

  .lg\:bg-purple-100\/40 {
    background-color: rgb(243 232 255 / 0.4);
  }

  .lg\:bg-purple-100\/5 {
    background-color: rgb(243 232 255 / 0.05);
  }

  .lg\:bg-purple-100\/50 {
    background-color: rgb(243 232 255 / 0.5);
  }

  .lg\:bg-purple-100\/60 {
    background-color: rgb(243 232 255 / 0.6);
  }

  .lg\:bg-purple-100\/70 {
    background-color: rgb(243 232 255 / 0.7);
  }

  .lg\:bg-purple-100\/75 {
    background-color: rgb(243 232 255 / 0.75);
  }

  .lg\:bg-purple-100\/80 {
    background-color: rgb(243 232 255 / 0.8);
  }

  .lg\:bg-purple-100\/90 {
    background-color: rgb(243 232 255 / 0.9);
  }

  .lg\:bg-purple-100\/95 {
    background-color: rgb(243 232 255 / 0.95);
  }

  .lg\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(233 213 255 / var(--tw-bg-opacity));
  }

  .lg\:bg-purple-200\/0 {
    background-color: rgb(233 213 255 / 0);
  }

  .lg\:bg-purple-200\/10 {
    background-color: rgb(233 213 255 / 0.1);
  }

  .lg\:bg-purple-200\/100 {
    background-color: rgb(233 213 255 / 1);
  }

  .lg\:bg-purple-200\/20 {
    background-color: rgb(233 213 255 / 0.2);
  }

  .lg\:bg-purple-200\/25 {
    background-color: rgb(233 213 255 / 0.25);
  }

  .lg\:bg-purple-200\/30 {
    background-color: rgb(233 213 255 / 0.3);
  }

  .lg\:bg-purple-200\/40 {
    background-color: rgb(233 213 255 / 0.4);
  }

  .lg\:bg-purple-200\/5 {
    background-color: rgb(233 213 255 / 0.05);
  }

  .lg\:bg-purple-200\/50 {
    background-color: rgb(233 213 255 / 0.5);
  }

  .lg\:bg-purple-200\/60 {
    background-color: rgb(233 213 255 / 0.6);
  }

  .lg\:bg-purple-200\/70 {
    background-color: rgb(233 213 255 / 0.7);
  }

  .lg\:bg-purple-200\/75 {
    background-color: rgb(233 213 255 / 0.75);
  }

  .lg\:bg-purple-200\/80 {
    background-color: rgb(233 213 255 / 0.8);
  }

  .lg\:bg-purple-200\/90 {
    background-color: rgb(233 213 255 / 0.9);
  }

  .lg\:bg-purple-200\/95 {
    background-color: rgb(233 213 255 / 0.95);
  }

  .lg\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(216 180 254 / var(--tw-bg-opacity));
  }

  .lg\:bg-purple-300\/0 {
    background-color: rgb(216 180 254 / 0);
  }

  .lg\:bg-purple-300\/10 {
    background-color: rgb(216 180 254 / 0.1);
  }

  .lg\:bg-purple-300\/100 {
    background-color: rgb(216 180 254 / 1);
  }

  .lg\:bg-purple-300\/20 {
    background-color: rgb(216 180 254 / 0.2);
  }

  .lg\:bg-purple-300\/25 {
    background-color: rgb(216 180 254 / 0.25);
  }

  .lg\:bg-purple-300\/30 {
    background-color: rgb(216 180 254 / 0.3);
  }

  .lg\:bg-purple-300\/40 {
    background-color: rgb(216 180 254 / 0.4);
  }

  .lg\:bg-purple-300\/5 {
    background-color: rgb(216 180 254 / 0.05);
  }

  .lg\:bg-purple-300\/50 {
    background-color: rgb(216 180 254 / 0.5);
  }

  .lg\:bg-purple-300\/60 {
    background-color: rgb(216 180 254 / 0.6);
  }

  .lg\:bg-purple-300\/70 {
    background-color: rgb(216 180 254 / 0.7);
  }

  .lg\:bg-purple-300\/75 {
    background-color: rgb(216 180 254 / 0.75);
  }

  .lg\:bg-purple-300\/80 {
    background-color: rgb(216 180 254 / 0.8);
  }

  .lg\:bg-purple-300\/90 {
    background-color: rgb(216 180 254 / 0.9);
  }

  .lg\:bg-purple-300\/95 {
    background-color: rgb(216 180 254 / 0.95);
  }

  .lg\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(192 132 252 / var(--tw-bg-opacity));
  }

  .lg\:bg-purple-400\/0 {
    background-color: rgb(192 132 252 / 0);
  }

  .lg\:bg-purple-400\/10 {
    background-color: rgb(192 132 252 / 0.1);
  }

  .lg\:bg-purple-400\/100 {
    background-color: rgb(192 132 252 / 1);
  }

  .lg\:bg-purple-400\/20 {
    background-color: rgb(192 132 252 / 0.2);
  }

  .lg\:bg-purple-400\/25 {
    background-color: rgb(192 132 252 / 0.25);
  }

  .lg\:bg-purple-400\/30 {
    background-color: rgb(192 132 252 / 0.3);
  }

  .lg\:bg-purple-400\/40 {
    background-color: rgb(192 132 252 / 0.4);
  }

  .lg\:bg-purple-400\/5 {
    background-color: rgb(192 132 252 / 0.05);
  }

  .lg\:bg-purple-400\/50 {
    background-color: rgb(192 132 252 / 0.5);
  }

  .lg\:bg-purple-400\/60 {
    background-color: rgb(192 132 252 / 0.6);
  }

  .lg\:bg-purple-400\/70 {
    background-color: rgb(192 132 252 / 0.7);
  }

  .lg\:bg-purple-400\/75 {
    background-color: rgb(192 132 252 / 0.75);
  }

  .lg\:bg-purple-400\/80 {
    background-color: rgb(192 132 252 / 0.8);
  }

  .lg\:bg-purple-400\/90 {
    background-color: rgb(192 132 252 / 0.9);
  }

  .lg\:bg-purple-400\/95 {
    background-color: rgb(192 132 252 / 0.95);
  }

  .lg\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 245 255 / var(--tw-bg-opacity));
  }

  .lg\:bg-purple-50\/0 {
    background-color: rgb(250 245 255 / 0);
  }

  .lg\:bg-purple-50\/10 {
    background-color: rgb(250 245 255 / 0.1);
  }

  .lg\:bg-purple-50\/100 {
    background-color: rgb(250 245 255 / 1);
  }

  .lg\:bg-purple-50\/20 {
    background-color: rgb(250 245 255 / 0.2);
  }

  .lg\:bg-purple-50\/25 {
    background-color: rgb(250 245 255 / 0.25);
  }

  .lg\:bg-purple-50\/30 {
    background-color: rgb(250 245 255 / 0.3);
  }

  .lg\:bg-purple-50\/40 {
    background-color: rgb(250 245 255 / 0.4);
  }

  .lg\:bg-purple-50\/5 {
    background-color: rgb(250 245 255 / 0.05);
  }

  .lg\:bg-purple-50\/50 {
    background-color: rgb(250 245 255 / 0.5);
  }

  .lg\:bg-purple-50\/60 {
    background-color: rgb(250 245 255 / 0.6);
  }

  .lg\:bg-purple-50\/70 {
    background-color: rgb(250 245 255 / 0.7);
  }

  .lg\:bg-purple-50\/75 {
    background-color: rgb(250 245 255 / 0.75);
  }

  .lg\:bg-purple-50\/80 {
    background-color: rgb(250 245 255 / 0.8);
  }

  .lg\:bg-purple-50\/90 {
    background-color: rgb(250 245 255 / 0.9);
  }

  .lg\:bg-purple-50\/95 {
    background-color: rgb(250 245 255 / 0.95);
  }

  .lg\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(168 85 247 / var(--tw-bg-opacity));
  }

  .lg\:bg-purple-500\/0 {
    background-color: rgb(168 85 247 / 0);
  }

  .lg\:bg-purple-500\/10 {
    background-color: rgb(168 85 247 / 0.1);
  }

  .lg\:bg-purple-500\/100 {
    background-color: rgb(168 85 247 / 1);
  }

  .lg\:bg-purple-500\/20 {
    background-color: rgb(168 85 247 / 0.2);
  }

  .lg\:bg-purple-500\/25 {
    background-color: rgb(168 85 247 / 0.25);
  }

  .lg\:bg-purple-500\/30 {
    background-color: rgb(168 85 247 / 0.3);
  }

  .lg\:bg-purple-500\/40 {
    background-color: rgb(168 85 247 / 0.4);
  }

  .lg\:bg-purple-500\/5 {
    background-color: rgb(168 85 247 / 0.05);
  }

  .lg\:bg-purple-500\/50 {
    background-color: rgb(168 85 247 / 0.5);
  }

  .lg\:bg-purple-500\/60 {
    background-color: rgb(168 85 247 / 0.6);
  }

  .lg\:bg-purple-500\/70 {
    background-color: rgb(168 85 247 / 0.7);
  }

  .lg\:bg-purple-500\/75 {
    background-color: rgb(168 85 247 / 0.75);
  }

  .lg\:bg-purple-500\/80 {
    background-color: rgb(168 85 247 / 0.8);
  }

  .lg\:bg-purple-500\/90 {
    background-color: rgb(168 85 247 / 0.9);
  }

  .lg\:bg-purple-500\/95 {
    background-color: rgb(168 85 247 / 0.95);
  }

  .lg\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(147 51 234 / var(--tw-bg-opacity));
  }

  .lg\:bg-purple-600\/0 {
    background-color: rgb(147 51 234 / 0);
  }

  .lg\:bg-purple-600\/10 {
    background-color: rgb(147 51 234 / 0.1);
  }

  .lg\:bg-purple-600\/100 {
    background-color: rgb(147 51 234 / 1);
  }

  .lg\:bg-purple-600\/20 {
    background-color: rgb(147 51 234 / 0.2);
  }

  .lg\:bg-purple-600\/25 {
    background-color: rgb(147 51 234 / 0.25);
  }

  .lg\:bg-purple-600\/30 {
    background-color: rgb(147 51 234 / 0.3);
  }

  .lg\:bg-purple-600\/40 {
    background-color: rgb(147 51 234 / 0.4);
  }

  .lg\:bg-purple-600\/5 {
    background-color: rgb(147 51 234 / 0.05);
  }

  .lg\:bg-purple-600\/50 {
    background-color: rgb(147 51 234 / 0.5);
  }

  .lg\:bg-purple-600\/60 {
    background-color: rgb(147 51 234 / 0.6);
  }

  .lg\:bg-purple-600\/70 {
    background-color: rgb(147 51 234 / 0.7);
  }

  .lg\:bg-purple-600\/75 {
    background-color: rgb(147 51 234 / 0.75);
  }

  .lg\:bg-purple-600\/80 {
    background-color: rgb(147 51 234 / 0.8);
  }

  .lg\:bg-purple-600\/90 {
    background-color: rgb(147 51 234 / 0.9);
  }

  .lg\:bg-purple-600\/95 {
    background-color: rgb(147 51 234 / 0.95);
  }

  .lg\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(126 34 206 / var(--tw-bg-opacity));
  }

  .lg\:bg-purple-700\/0 {
    background-color: rgb(126 34 206 / 0);
  }

  .lg\:bg-purple-700\/10 {
    background-color: rgb(126 34 206 / 0.1);
  }

  .lg\:bg-purple-700\/100 {
    background-color: rgb(126 34 206 / 1);
  }

  .lg\:bg-purple-700\/20 {
    background-color: rgb(126 34 206 / 0.2);
  }

  .lg\:bg-purple-700\/25 {
    background-color: rgb(126 34 206 / 0.25);
  }

  .lg\:bg-purple-700\/30 {
    background-color: rgb(126 34 206 / 0.3);
  }

  .lg\:bg-purple-700\/40 {
    background-color: rgb(126 34 206 / 0.4);
  }

  .lg\:bg-purple-700\/5 {
    background-color: rgb(126 34 206 / 0.05);
  }

  .lg\:bg-purple-700\/50 {
    background-color: rgb(126 34 206 / 0.5);
  }

  .lg\:bg-purple-700\/60 {
    background-color: rgb(126 34 206 / 0.6);
  }

  .lg\:bg-purple-700\/70 {
    background-color: rgb(126 34 206 / 0.7);
  }

  .lg\:bg-purple-700\/75 {
    background-color: rgb(126 34 206 / 0.75);
  }

  .lg\:bg-purple-700\/80 {
    background-color: rgb(126 34 206 / 0.8);
  }

  .lg\:bg-purple-700\/90 {
    background-color: rgb(126 34 206 / 0.9);
  }

  .lg\:bg-purple-700\/95 {
    background-color: rgb(126 34 206 / 0.95);
  }

  .lg\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(107 33 168 / var(--tw-bg-opacity));
  }

  .lg\:bg-purple-800\/0 {
    background-color: rgb(107 33 168 / 0);
  }

  .lg\:bg-purple-800\/10 {
    background-color: rgb(107 33 168 / 0.1);
  }

  .lg\:bg-purple-800\/100 {
    background-color: rgb(107 33 168 / 1);
  }

  .lg\:bg-purple-800\/20 {
    background-color: rgb(107 33 168 / 0.2);
  }

  .lg\:bg-purple-800\/25 {
    background-color: rgb(107 33 168 / 0.25);
  }

  .lg\:bg-purple-800\/30 {
    background-color: rgb(107 33 168 / 0.3);
  }

  .lg\:bg-purple-800\/40 {
    background-color: rgb(107 33 168 / 0.4);
  }

  .lg\:bg-purple-800\/5 {
    background-color: rgb(107 33 168 / 0.05);
  }

  .lg\:bg-purple-800\/50 {
    background-color: rgb(107 33 168 / 0.5);
  }

  .lg\:bg-purple-800\/60 {
    background-color: rgb(107 33 168 / 0.6);
  }

  .lg\:bg-purple-800\/70 {
    background-color: rgb(107 33 168 / 0.7);
  }

  .lg\:bg-purple-800\/75 {
    background-color: rgb(107 33 168 / 0.75);
  }

  .lg\:bg-purple-800\/80 {
    background-color: rgb(107 33 168 / 0.8);
  }

  .lg\:bg-purple-800\/90 {
    background-color: rgb(107 33 168 / 0.9);
  }

  .lg\:bg-purple-800\/95 {
    background-color: rgb(107 33 168 / 0.95);
  }

  .lg\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(88 28 135 / var(--tw-bg-opacity));
  }

  .lg\:bg-purple-900\/0 {
    background-color: rgb(88 28 135 / 0);
  }

  .lg\:bg-purple-900\/10 {
    background-color: rgb(88 28 135 / 0.1);
  }

  .lg\:bg-purple-900\/100 {
    background-color: rgb(88 28 135 / 1);
  }

  .lg\:bg-purple-900\/20 {
    background-color: rgb(88 28 135 / 0.2);
  }

  .lg\:bg-purple-900\/25 {
    background-color: rgb(88 28 135 / 0.25);
  }

  .lg\:bg-purple-900\/30 {
    background-color: rgb(88 28 135 / 0.3);
  }

  .lg\:bg-purple-900\/40 {
    background-color: rgb(88 28 135 / 0.4);
  }

  .lg\:bg-purple-900\/5 {
    background-color: rgb(88 28 135 / 0.05);
  }

  .lg\:bg-purple-900\/50 {
    background-color: rgb(88 28 135 / 0.5);
  }

  .lg\:bg-purple-900\/60 {
    background-color: rgb(88 28 135 / 0.6);
  }

  .lg\:bg-purple-900\/70 {
    background-color: rgb(88 28 135 / 0.7);
  }

  .lg\:bg-purple-900\/75 {
    background-color: rgb(88 28 135 / 0.75);
  }

  .lg\:bg-purple-900\/80 {
    background-color: rgb(88 28 135 / 0.8);
  }

  .lg\:bg-purple-900\/90 {
    background-color: rgb(88 28 135 / 0.9);
  }

  .lg\:bg-purple-900\/95 {
    background-color: rgb(88 28 135 / 0.95);
  }

  .lg\:bg-purple-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(59 7 100 / var(--tw-bg-opacity));
  }

  .lg\:bg-purple-950\/0 {
    background-color: rgb(59 7 100 / 0);
  }

  .lg\:bg-purple-950\/10 {
    background-color: rgb(59 7 100 / 0.1);
  }

  .lg\:bg-purple-950\/100 {
    background-color: rgb(59 7 100 / 1);
  }

  .lg\:bg-purple-950\/20 {
    background-color: rgb(59 7 100 / 0.2);
  }

  .lg\:bg-purple-950\/25 {
    background-color: rgb(59 7 100 / 0.25);
  }

  .lg\:bg-purple-950\/30 {
    background-color: rgb(59 7 100 / 0.3);
  }

  .lg\:bg-purple-950\/40 {
    background-color: rgb(59 7 100 / 0.4);
  }

  .lg\:bg-purple-950\/5 {
    background-color: rgb(59 7 100 / 0.05);
  }

  .lg\:bg-purple-950\/50 {
    background-color: rgb(59 7 100 / 0.5);
  }

  .lg\:bg-purple-950\/60 {
    background-color: rgb(59 7 100 / 0.6);
  }

  .lg\:bg-purple-950\/70 {
    background-color: rgb(59 7 100 / 0.7);
  }

  .lg\:bg-purple-950\/75 {
    background-color: rgb(59 7 100 / 0.75);
  }

  .lg\:bg-purple-950\/80 {
    background-color: rgb(59 7 100 / 0.8);
  }

  .lg\:bg-purple-950\/90 {
    background-color: rgb(59 7 100 / 0.9);
  }

  .lg\:bg-purple-950\/95 {
    background-color: rgb(59 7 100 / 0.95);
  }

  .lg\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 226 226 / var(--tw-bg-opacity));
  }

  .lg\:bg-red-100\/0 {
    background-color: rgb(254 226 226 / 0);
  }

  .lg\:bg-red-100\/10 {
    background-color: rgb(254 226 226 / 0.1);
  }

  .lg\:bg-red-100\/100 {
    background-color: rgb(254 226 226 / 1);
  }

  .lg\:bg-red-100\/20 {
    background-color: rgb(254 226 226 / 0.2);
  }

  .lg\:bg-red-100\/25 {
    background-color: rgb(254 226 226 / 0.25);
  }

  .lg\:bg-red-100\/30 {
    background-color: rgb(254 226 226 / 0.3);
  }

  .lg\:bg-red-100\/40 {
    background-color: rgb(254 226 226 / 0.4);
  }

  .lg\:bg-red-100\/5 {
    background-color: rgb(254 226 226 / 0.05);
  }

  .lg\:bg-red-100\/50 {
    background-color: rgb(254 226 226 / 0.5);
  }

  .lg\:bg-red-100\/60 {
    background-color: rgb(254 226 226 / 0.6);
  }

  .lg\:bg-red-100\/70 {
    background-color: rgb(254 226 226 / 0.7);
  }

  .lg\:bg-red-100\/75 {
    background-color: rgb(254 226 226 / 0.75);
  }

  .lg\:bg-red-100\/80 {
    background-color: rgb(254 226 226 / 0.8);
  }

  .lg\:bg-red-100\/90 {
    background-color: rgb(254 226 226 / 0.9);
  }

  .lg\:bg-red-100\/95 {
    background-color: rgb(254 226 226 / 0.95);
  }

  .lg\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 202 202 / var(--tw-bg-opacity));
  }

  .lg\:bg-red-200\/0 {
    background-color: rgb(254 202 202 / 0);
  }

  .lg\:bg-red-200\/10 {
    background-color: rgb(254 202 202 / 0.1);
  }

  .lg\:bg-red-200\/100 {
    background-color: rgb(254 202 202 / 1);
  }

  .lg\:bg-red-200\/20 {
    background-color: rgb(254 202 202 / 0.2);
  }

  .lg\:bg-red-200\/25 {
    background-color: rgb(254 202 202 / 0.25);
  }

  .lg\:bg-red-200\/30 {
    background-color: rgb(254 202 202 / 0.3);
  }

  .lg\:bg-red-200\/40 {
    background-color: rgb(254 202 202 / 0.4);
  }

  .lg\:bg-red-200\/5 {
    background-color: rgb(254 202 202 / 0.05);
  }

  .lg\:bg-red-200\/50 {
    background-color: rgb(254 202 202 / 0.5);
  }

  .lg\:bg-red-200\/60 {
    background-color: rgb(254 202 202 / 0.6);
  }

  .lg\:bg-red-200\/70 {
    background-color: rgb(254 202 202 / 0.7);
  }

  .lg\:bg-red-200\/75 {
    background-color: rgb(254 202 202 / 0.75);
  }

  .lg\:bg-red-200\/80 {
    background-color: rgb(254 202 202 / 0.8);
  }

  .lg\:bg-red-200\/90 {
    background-color: rgb(254 202 202 / 0.9);
  }

  .lg\:bg-red-200\/95 {
    background-color: rgb(254 202 202 / 0.95);
  }

  .lg\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 165 165 / var(--tw-bg-opacity));
  }

  .lg\:bg-red-300\/0 {
    background-color: rgb(252 165 165 / 0);
  }

  .lg\:bg-red-300\/10 {
    background-color: rgb(252 165 165 / 0.1);
  }

  .lg\:bg-red-300\/100 {
    background-color: rgb(252 165 165 / 1);
  }

  .lg\:bg-red-300\/20 {
    background-color: rgb(252 165 165 / 0.2);
  }

  .lg\:bg-red-300\/25 {
    background-color: rgb(252 165 165 / 0.25);
  }

  .lg\:bg-red-300\/30 {
    background-color: rgb(252 165 165 / 0.3);
  }

  .lg\:bg-red-300\/40 {
    background-color: rgb(252 165 165 / 0.4);
  }

  .lg\:bg-red-300\/5 {
    background-color: rgb(252 165 165 / 0.05);
  }

  .lg\:bg-red-300\/50 {
    background-color: rgb(252 165 165 / 0.5);
  }

  .lg\:bg-red-300\/60 {
    background-color: rgb(252 165 165 / 0.6);
  }

  .lg\:bg-red-300\/70 {
    background-color: rgb(252 165 165 / 0.7);
  }

  .lg\:bg-red-300\/75 {
    background-color: rgb(252 165 165 / 0.75);
  }

  .lg\:bg-red-300\/80 {
    background-color: rgb(252 165 165 / 0.8);
  }

  .lg\:bg-red-300\/90 {
    background-color: rgb(252 165 165 / 0.9);
  }

  .lg\:bg-red-300\/95 {
    background-color: rgb(252 165 165 / 0.95);
  }

  .lg\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(248 113 113 / var(--tw-bg-opacity));
  }

  .lg\:bg-red-400\/0 {
    background-color: rgb(248 113 113 / 0);
  }

  .lg\:bg-red-400\/10 {
    background-color: rgb(248 113 113 / 0.1);
  }

  .lg\:bg-red-400\/100 {
    background-color: rgb(248 113 113 / 1);
  }

  .lg\:bg-red-400\/20 {
    background-color: rgb(248 113 113 / 0.2);
  }

  .lg\:bg-red-400\/25 {
    background-color: rgb(248 113 113 / 0.25);
  }

  .lg\:bg-red-400\/30 {
    background-color: rgb(248 113 113 / 0.3);
  }

  .lg\:bg-red-400\/40 {
    background-color: rgb(248 113 113 / 0.4);
  }

  .lg\:bg-red-400\/5 {
    background-color: rgb(248 113 113 / 0.05);
  }

  .lg\:bg-red-400\/50 {
    background-color: rgb(248 113 113 / 0.5);
  }

  .lg\:bg-red-400\/60 {
    background-color: rgb(248 113 113 / 0.6);
  }

  .lg\:bg-red-400\/70 {
    background-color: rgb(248 113 113 / 0.7);
  }

  .lg\:bg-red-400\/75 {
    background-color: rgb(248 113 113 / 0.75);
  }

  .lg\:bg-red-400\/80 {
    background-color: rgb(248 113 113 / 0.8);
  }

  .lg\:bg-red-400\/90 {
    background-color: rgb(248 113 113 / 0.9);
  }

  .lg\:bg-red-400\/95 {
    background-color: rgb(248 113 113 / 0.95);
  }

  .lg\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242 / var(--tw-bg-opacity));
  }

  .lg\:bg-red-50\/0 {
    background-color: rgb(254 242 242 / 0);
  }

  .lg\:bg-red-50\/10 {
    background-color: rgb(254 242 242 / 0.1);
  }

  .lg\:bg-red-50\/100 {
    background-color: rgb(254 242 242 / 1);
  }

  .lg\:bg-red-50\/20 {
    background-color: rgb(254 242 242 / 0.2);
  }

  .lg\:bg-red-50\/25 {
    background-color: rgb(254 242 242 / 0.25);
  }

  .lg\:bg-red-50\/30 {
    background-color: rgb(254 242 242 / 0.3);
  }

  .lg\:bg-red-50\/40 {
    background-color: rgb(254 242 242 / 0.4);
  }

  .lg\:bg-red-50\/5 {
    background-color: rgb(254 242 242 / 0.05);
  }

  .lg\:bg-red-50\/50 {
    background-color: rgb(254 242 242 / 0.5);
  }

  .lg\:bg-red-50\/60 {
    background-color: rgb(254 242 242 / 0.6);
  }

  .lg\:bg-red-50\/70 {
    background-color: rgb(254 242 242 / 0.7);
  }

  .lg\:bg-red-50\/75 {
    background-color: rgb(254 242 242 / 0.75);
  }

  .lg\:bg-red-50\/80 {
    background-color: rgb(254 242 242 / 0.8);
  }

  .lg\:bg-red-50\/90 {
    background-color: rgb(254 242 242 / 0.9);
  }

  .lg\:bg-red-50\/95 {
    background-color: rgb(254 242 242 / 0.95);
  }

  .lg\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity));
  }

  .lg\:bg-red-500\/0 {
    background-color: rgb(239 68 68 / 0);
  }

  .lg\:bg-red-500\/10 {
    background-color: rgb(239 68 68 / 0.1);
  }

  .lg\:bg-red-500\/100 {
    background-color: rgb(239 68 68 / 1);
  }

  .lg\:bg-red-500\/20 {
    background-color: rgb(239 68 68 / 0.2);
  }

  .lg\:bg-red-500\/25 {
    background-color: rgb(239 68 68 / 0.25);
  }

  .lg\:bg-red-500\/30 {
    background-color: rgb(239 68 68 / 0.3);
  }

  .lg\:bg-red-500\/40 {
    background-color: rgb(239 68 68 / 0.4);
  }

  .lg\:bg-red-500\/5 {
    background-color: rgb(239 68 68 / 0.05);
  }

  .lg\:bg-red-500\/50 {
    background-color: rgb(239 68 68 / 0.5);
  }

  .lg\:bg-red-500\/60 {
    background-color: rgb(239 68 68 / 0.6);
  }

  .lg\:bg-red-500\/70 {
    background-color: rgb(239 68 68 / 0.7);
  }

  .lg\:bg-red-500\/75 {
    background-color: rgb(239 68 68 / 0.75);
  }

  .lg\:bg-red-500\/80 {
    background-color: rgb(239 68 68 / 0.8);
  }

  .lg\:bg-red-500\/90 {
    background-color: rgb(239 68 68 / 0.9);
  }

  .lg\:bg-red-500\/95 {
    background-color: rgb(239 68 68 / 0.95);
  }

  .lg\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity));
  }

  .lg\:bg-red-600\/0 {
    background-color: rgb(220 38 38 / 0);
  }

  .lg\:bg-red-600\/10 {
    background-color: rgb(220 38 38 / 0.1);
  }

  .lg\:bg-red-600\/100 {
    background-color: rgb(220 38 38 / 1);
  }

  .lg\:bg-red-600\/20 {
    background-color: rgb(220 38 38 / 0.2);
  }

  .lg\:bg-red-600\/25 {
    background-color: rgb(220 38 38 / 0.25);
  }

  .lg\:bg-red-600\/30 {
    background-color: rgb(220 38 38 / 0.3);
  }

  .lg\:bg-red-600\/40 {
    background-color: rgb(220 38 38 / 0.4);
  }

  .lg\:bg-red-600\/5 {
    background-color: rgb(220 38 38 / 0.05);
  }

  .lg\:bg-red-600\/50 {
    background-color: rgb(220 38 38 / 0.5);
  }

  .lg\:bg-red-600\/60 {
    background-color: rgb(220 38 38 / 0.6);
  }

  .lg\:bg-red-600\/70 {
    background-color: rgb(220 38 38 / 0.7);
  }

  .lg\:bg-red-600\/75 {
    background-color: rgb(220 38 38 / 0.75);
  }

  .lg\:bg-red-600\/80 {
    background-color: rgb(220 38 38 / 0.8);
  }

  .lg\:bg-red-600\/90 {
    background-color: rgb(220 38 38 / 0.9);
  }

  .lg\:bg-red-600\/95 {
    background-color: rgb(220 38 38 / 0.95);
  }

  .lg\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(185 28 28 / var(--tw-bg-opacity));
  }

  .lg\:bg-red-700\/0 {
    background-color: rgb(185 28 28 / 0);
  }

  .lg\:bg-red-700\/10 {
    background-color: rgb(185 28 28 / 0.1);
  }

  .lg\:bg-red-700\/100 {
    background-color: rgb(185 28 28 / 1);
  }

  .lg\:bg-red-700\/20 {
    background-color: rgb(185 28 28 / 0.2);
  }

  .lg\:bg-red-700\/25 {
    background-color: rgb(185 28 28 / 0.25);
  }

  .lg\:bg-red-700\/30 {
    background-color: rgb(185 28 28 / 0.3);
  }

  .lg\:bg-red-700\/40 {
    background-color: rgb(185 28 28 / 0.4);
  }

  .lg\:bg-red-700\/5 {
    background-color: rgb(185 28 28 / 0.05);
  }

  .lg\:bg-red-700\/50 {
    background-color: rgb(185 28 28 / 0.5);
  }

  .lg\:bg-red-700\/60 {
    background-color: rgb(185 28 28 / 0.6);
  }

  .lg\:bg-red-700\/70 {
    background-color: rgb(185 28 28 / 0.7);
  }

  .lg\:bg-red-700\/75 {
    background-color: rgb(185 28 28 / 0.75);
  }

  .lg\:bg-red-700\/80 {
    background-color: rgb(185 28 28 / 0.8);
  }

  .lg\:bg-red-700\/90 {
    background-color: rgb(185 28 28 / 0.9);
  }

  .lg\:bg-red-700\/95 {
    background-color: rgb(185 28 28 / 0.95);
  }

  .lg\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(153 27 27 / var(--tw-bg-opacity));
  }

  .lg\:bg-red-800\/0 {
    background-color: rgb(153 27 27 / 0);
  }

  .lg\:bg-red-800\/10 {
    background-color: rgb(153 27 27 / 0.1);
  }

  .lg\:bg-red-800\/100 {
    background-color: rgb(153 27 27 / 1);
  }

  .lg\:bg-red-800\/20 {
    background-color: rgb(153 27 27 / 0.2);
  }

  .lg\:bg-red-800\/25 {
    background-color: rgb(153 27 27 / 0.25);
  }

  .lg\:bg-red-800\/30 {
    background-color: rgb(153 27 27 / 0.3);
  }

  .lg\:bg-red-800\/40 {
    background-color: rgb(153 27 27 / 0.4);
  }

  .lg\:bg-red-800\/5 {
    background-color: rgb(153 27 27 / 0.05);
  }

  .lg\:bg-red-800\/50 {
    background-color: rgb(153 27 27 / 0.5);
  }

  .lg\:bg-red-800\/60 {
    background-color: rgb(153 27 27 / 0.6);
  }

  .lg\:bg-red-800\/70 {
    background-color: rgb(153 27 27 / 0.7);
  }

  .lg\:bg-red-800\/75 {
    background-color: rgb(153 27 27 / 0.75);
  }

  .lg\:bg-red-800\/80 {
    background-color: rgb(153 27 27 / 0.8);
  }

  .lg\:bg-red-800\/90 {
    background-color: rgb(153 27 27 / 0.9);
  }

  .lg\:bg-red-800\/95 {
    background-color: rgb(153 27 27 / 0.95);
  }

  .lg\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(127 29 29 / var(--tw-bg-opacity));
  }

  .lg\:bg-red-900\/0 {
    background-color: rgb(127 29 29 / 0);
  }

  .lg\:bg-red-900\/10 {
    background-color: rgb(127 29 29 / 0.1);
  }

  .lg\:bg-red-900\/100 {
    background-color: rgb(127 29 29 / 1);
  }

  .lg\:bg-red-900\/20 {
    background-color: rgb(127 29 29 / 0.2);
  }

  .lg\:bg-red-900\/25 {
    background-color: rgb(127 29 29 / 0.25);
  }

  .lg\:bg-red-900\/30 {
    background-color: rgb(127 29 29 / 0.3);
  }

  .lg\:bg-red-900\/40 {
    background-color: rgb(127 29 29 / 0.4);
  }

  .lg\:bg-red-900\/5 {
    background-color: rgb(127 29 29 / 0.05);
  }

  .lg\:bg-red-900\/50 {
    background-color: rgb(127 29 29 / 0.5);
  }

  .lg\:bg-red-900\/60 {
    background-color: rgb(127 29 29 / 0.6);
  }

  .lg\:bg-red-900\/70 {
    background-color: rgb(127 29 29 / 0.7);
  }

  .lg\:bg-red-900\/75 {
    background-color: rgb(127 29 29 / 0.75);
  }

  .lg\:bg-red-900\/80 {
    background-color: rgb(127 29 29 / 0.8);
  }

  .lg\:bg-red-900\/90 {
    background-color: rgb(127 29 29 / 0.9);
  }

  .lg\:bg-red-900\/95 {
    background-color: rgb(127 29 29 / 0.95);
  }

  .lg\:bg-red-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(69 10 10 / var(--tw-bg-opacity));
  }

  .lg\:bg-red-950\/0 {
    background-color: rgb(69 10 10 / 0);
  }

  .lg\:bg-red-950\/10 {
    background-color: rgb(69 10 10 / 0.1);
  }

  .lg\:bg-red-950\/100 {
    background-color: rgb(69 10 10 / 1);
  }

  .lg\:bg-red-950\/20 {
    background-color: rgb(69 10 10 / 0.2);
  }

  .lg\:bg-red-950\/25 {
    background-color: rgb(69 10 10 / 0.25);
  }

  .lg\:bg-red-950\/30 {
    background-color: rgb(69 10 10 / 0.3);
  }

  .lg\:bg-red-950\/40 {
    background-color: rgb(69 10 10 / 0.4);
  }

  .lg\:bg-red-950\/5 {
    background-color: rgb(69 10 10 / 0.05);
  }

  .lg\:bg-red-950\/50 {
    background-color: rgb(69 10 10 / 0.5);
  }

  .lg\:bg-red-950\/60 {
    background-color: rgb(69 10 10 / 0.6);
  }

  .lg\:bg-red-950\/70 {
    background-color: rgb(69 10 10 / 0.7);
  }

  .lg\:bg-red-950\/75 {
    background-color: rgb(69 10 10 / 0.75);
  }

  .lg\:bg-red-950\/80 {
    background-color: rgb(69 10 10 / 0.8);
  }

  .lg\:bg-red-950\/90 {
    background-color: rgb(69 10 10 / 0.9);
  }

  .lg\:bg-red-950\/95 {
    background-color: rgb(69 10 10 / 0.95);
  }

  .lg\:bg-rose-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 228 230 / var(--tw-bg-opacity));
  }

  .lg\:bg-rose-100\/0 {
    background-color: rgb(255 228 230 / 0);
  }

  .lg\:bg-rose-100\/10 {
    background-color: rgb(255 228 230 / 0.1);
  }

  .lg\:bg-rose-100\/100 {
    background-color: rgb(255 228 230 / 1);
  }

  .lg\:bg-rose-100\/20 {
    background-color: rgb(255 228 230 / 0.2);
  }

  .lg\:bg-rose-100\/25 {
    background-color: rgb(255 228 230 / 0.25);
  }

  .lg\:bg-rose-100\/30 {
    background-color: rgb(255 228 230 / 0.3);
  }

  .lg\:bg-rose-100\/40 {
    background-color: rgb(255 228 230 / 0.4);
  }

  .lg\:bg-rose-100\/5 {
    background-color: rgb(255 228 230 / 0.05);
  }

  .lg\:bg-rose-100\/50 {
    background-color: rgb(255 228 230 / 0.5);
  }

  .lg\:bg-rose-100\/60 {
    background-color: rgb(255 228 230 / 0.6);
  }

  .lg\:bg-rose-100\/70 {
    background-color: rgb(255 228 230 / 0.7);
  }

  .lg\:bg-rose-100\/75 {
    background-color: rgb(255 228 230 / 0.75);
  }

  .lg\:bg-rose-100\/80 {
    background-color: rgb(255 228 230 / 0.8);
  }

  .lg\:bg-rose-100\/90 {
    background-color: rgb(255 228 230 / 0.9);
  }

  .lg\:bg-rose-100\/95 {
    background-color: rgb(255 228 230 / 0.95);
  }

  .lg\:bg-rose-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 205 211 / var(--tw-bg-opacity));
  }

  .lg\:bg-rose-200\/0 {
    background-color: rgb(254 205 211 / 0);
  }

  .lg\:bg-rose-200\/10 {
    background-color: rgb(254 205 211 / 0.1);
  }

  .lg\:bg-rose-200\/100 {
    background-color: rgb(254 205 211 / 1);
  }

  .lg\:bg-rose-200\/20 {
    background-color: rgb(254 205 211 / 0.2);
  }

  .lg\:bg-rose-200\/25 {
    background-color: rgb(254 205 211 / 0.25);
  }

  .lg\:bg-rose-200\/30 {
    background-color: rgb(254 205 211 / 0.3);
  }

  .lg\:bg-rose-200\/40 {
    background-color: rgb(254 205 211 / 0.4);
  }

  .lg\:bg-rose-200\/5 {
    background-color: rgb(254 205 211 / 0.05);
  }

  .lg\:bg-rose-200\/50 {
    background-color: rgb(254 205 211 / 0.5);
  }

  .lg\:bg-rose-200\/60 {
    background-color: rgb(254 205 211 / 0.6);
  }

  .lg\:bg-rose-200\/70 {
    background-color: rgb(254 205 211 / 0.7);
  }

  .lg\:bg-rose-200\/75 {
    background-color: rgb(254 205 211 / 0.75);
  }

  .lg\:bg-rose-200\/80 {
    background-color: rgb(254 205 211 / 0.8);
  }

  .lg\:bg-rose-200\/90 {
    background-color: rgb(254 205 211 / 0.9);
  }

  .lg\:bg-rose-200\/95 {
    background-color: rgb(254 205 211 / 0.95);
  }

  .lg\:bg-rose-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 164 175 / var(--tw-bg-opacity));
  }

  .lg\:bg-rose-300\/0 {
    background-color: rgb(253 164 175 / 0);
  }

  .lg\:bg-rose-300\/10 {
    background-color: rgb(253 164 175 / 0.1);
  }

  .lg\:bg-rose-300\/100 {
    background-color: rgb(253 164 175 / 1);
  }

  .lg\:bg-rose-300\/20 {
    background-color: rgb(253 164 175 / 0.2);
  }

  .lg\:bg-rose-300\/25 {
    background-color: rgb(253 164 175 / 0.25);
  }

  .lg\:bg-rose-300\/30 {
    background-color: rgb(253 164 175 / 0.3);
  }

  .lg\:bg-rose-300\/40 {
    background-color: rgb(253 164 175 / 0.4);
  }

  .lg\:bg-rose-300\/5 {
    background-color: rgb(253 164 175 / 0.05);
  }

  .lg\:bg-rose-300\/50 {
    background-color: rgb(253 164 175 / 0.5);
  }

  .lg\:bg-rose-300\/60 {
    background-color: rgb(253 164 175 / 0.6);
  }

  .lg\:bg-rose-300\/70 {
    background-color: rgb(253 164 175 / 0.7);
  }

  .lg\:bg-rose-300\/75 {
    background-color: rgb(253 164 175 / 0.75);
  }

  .lg\:bg-rose-300\/80 {
    background-color: rgb(253 164 175 / 0.8);
  }

  .lg\:bg-rose-300\/90 {
    background-color: rgb(253 164 175 / 0.9);
  }

  .lg\:bg-rose-300\/95 {
    background-color: rgb(253 164 175 / 0.95);
  }

  .lg\:bg-rose-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(251 113 133 / var(--tw-bg-opacity));
  }

  .lg\:bg-rose-400\/0 {
    background-color: rgb(251 113 133 / 0);
  }

  .lg\:bg-rose-400\/10 {
    background-color: rgb(251 113 133 / 0.1);
  }

  .lg\:bg-rose-400\/100 {
    background-color: rgb(251 113 133 / 1);
  }

  .lg\:bg-rose-400\/20 {
    background-color: rgb(251 113 133 / 0.2);
  }

  .lg\:bg-rose-400\/25 {
    background-color: rgb(251 113 133 / 0.25);
  }

  .lg\:bg-rose-400\/30 {
    background-color: rgb(251 113 133 / 0.3);
  }

  .lg\:bg-rose-400\/40 {
    background-color: rgb(251 113 133 / 0.4);
  }

  .lg\:bg-rose-400\/5 {
    background-color: rgb(251 113 133 / 0.05);
  }

  .lg\:bg-rose-400\/50 {
    background-color: rgb(251 113 133 / 0.5);
  }

  .lg\:bg-rose-400\/60 {
    background-color: rgb(251 113 133 / 0.6);
  }

  .lg\:bg-rose-400\/70 {
    background-color: rgb(251 113 133 / 0.7);
  }

  .lg\:bg-rose-400\/75 {
    background-color: rgb(251 113 133 / 0.75);
  }

  .lg\:bg-rose-400\/80 {
    background-color: rgb(251 113 133 / 0.8);
  }

  .lg\:bg-rose-400\/90 {
    background-color: rgb(251 113 133 / 0.9);
  }

  .lg\:bg-rose-400\/95 {
    background-color: rgb(251 113 133 / 0.95);
  }

  .lg\:bg-rose-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 241 242 / var(--tw-bg-opacity));
  }

  .lg\:bg-rose-50\/0 {
    background-color: rgb(255 241 242 / 0);
  }

  .lg\:bg-rose-50\/10 {
    background-color: rgb(255 241 242 / 0.1);
  }

  .lg\:bg-rose-50\/100 {
    background-color: rgb(255 241 242 / 1);
  }

  .lg\:bg-rose-50\/20 {
    background-color: rgb(255 241 242 / 0.2);
  }

  .lg\:bg-rose-50\/25 {
    background-color: rgb(255 241 242 / 0.25);
  }

  .lg\:bg-rose-50\/30 {
    background-color: rgb(255 241 242 / 0.3);
  }

  .lg\:bg-rose-50\/40 {
    background-color: rgb(255 241 242 / 0.4);
  }

  .lg\:bg-rose-50\/5 {
    background-color: rgb(255 241 242 / 0.05);
  }

  .lg\:bg-rose-50\/50 {
    background-color: rgb(255 241 242 / 0.5);
  }

  .lg\:bg-rose-50\/60 {
    background-color: rgb(255 241 242 / 0.6);
  }

  .lg\:bg-rose-50\/70 {
    background-color: rgb(255 241 242 / 0.7);
  }

  .lg\:bg-rose-50\/75 {
    background-color: rgb(255 241 242 / 0.75);
  }

  .lg\:bg-rose-50\/80 {
    background-color: rgb(255 241 242 / 0.8);
  }

  .lg\:bg-rose-50\/90 {
    background-color: rgb(255 241 242 / 0.9);
  }

  .lg\:bg-rose-50\/95 {
    background-color: rgb(255 241 242 / 0.95);
  }

  .lg\:bg-rose-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(244 63 94 / var(--tw-bg-opacity));
  }

  .lg\:bg-rose-500\/0 {
    background-color: rgb(244 63 94 / 0);
  }

  .lg\:bg-rose-500\/10 {
    background-color: rgb(244 63 94 / 0.1);
  }

  .lg\:bg-rose-500\/100 {
    background-color: rgb(244 63 94 / 1);
  }

  .lg\:bg-rose-500\/20 {
    background-color: rgb(244 63 94 / 0.2);
  }

  .lg\:bg-rose-500\/25 {
    background-color: rgb(244 63 94 / 0.25);
  }

  .lg\:bg-rose-500\/30 {
    background-color: rgb(244 63 94 / 0.3);
  }

  .lg\:bg-rose-500\/40 {
    background-color: rgb(244 63 94 / 0.4);
  }

  .lg\:bg-rose-500\/5 {
    background-color: rgb(244 63 94 / 0.05);
  }

  .lg\:bg-rose-500\/50 {
    background-color: rgb(244 63 94 / 0.5);
  }

  .lg\:bg-rose-500\/60 {
    background-color: rgb(244 63 94 / 0.6);
  }

  .lg\:bg-rose-500\/70 {
    background-color: rgb(244 63 94 / 0.7);
  }

  .lg\:bg-rose-500\/75 {
    background-color: rgb(244 63 94 / 0.75);
  }

  .lg\:bg-rose-500\/80 {
    background-color: rgb(244 63 94 / 0.8);
  }

  .lg\:bg-rose-500\/90 {
    background-color: rgb(244 63 94 / 0.9);
  }

  .lg\:bg-rose-500\/95 {
    background-color: rgb(244 63 94 / 0.95);
  }

  .lg\:bg-rose-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(225 29 72 / var(--tw-bg-opacity));
  }

  .lg\:bg-rose-600\/0 {
    background-color: rgb(225 29 72 / 0);
  }

  .lg\:bg-rose-600\/10 {
    background-color: rgb(225 29 72 / 0.1);
  }

  .lg\:bg-rose-600\/100 {
    background-color: rgb(225 29 72 / 1);
  }

  .lg\:bg-rose-600\/20 {
    background-color: rgb(225 29 72 / 0.2);
  }

  .lg\:bg-rose-600\/25 {
    background-color: rgb(225 29 72 / 0.25);
  }

  .lg\:bg-rose-600\/30 {
    background-color: rgb(225 29 72 / 0.3);
  }

  .lg\:bg-rose-600\/40 {
    background-color: rgb(225 29 72 / 0.4);
  }

  .lg\:bg-rose-600\/5 {
    background-color: rgb(225 29 72 / 0.05);
  }

  .lg\:bg-rose-600\/50 {
    background-color: rgb(225 29 72 / 0.5);
  }

  .lg\:bg-rose-600\/60 {
    background-color: rgb(225 29 72 / 0.6);
  }

  .lg\:bg-rose-600\/70 {
    background-color: rgb(225 29 72 / 0.7);
  }

  .lg\:bg-rose-600\/75 {
    background-color: rgb(225 29 72 / 0.75);
  }

  .lg\:bg-rose-600\/80 {
    background-color: rgb(225 29 72 / 0.8);
  }

  .lg\:bg-rose-600\/90 {
    background-color: rgb(225 29 72 / 0.9);
  }

  .lg\:bg-rose-600\/95 {
    background-color: rgb(225 29 72 / 0.95);
  }

  .lg\:bg-rose-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(190 18 60 / var(--tw-bg-opacity));
  }

  .lg\:bg-rose-700\/0 {
    background-color: rgb(190 18 60 / 0);
  }

  .lg\:bg-rose-700\/10 {
    background-color: rgb(190 18 60 / 0.1);
  }

  .lg\:bg-rose-700\/100 {
    background-color: rgb(190 18 60 / 1);
  }

  .lg\:bg-rose-700\/20 {
    background-color: rgb(190 18 60 / 0.2);
  }

  .lg\:bg-rose-700\/25 {
    background-color: rgb(190 18 60 / 0.25);
  }

  .lg\:bg-rose-700\/30 {
    background-color: rgb(190 18 60 / 0.3);
  }

  .lg\:bg-rose-700\/40 {
    background-color: rgb(190 18 60 / 0.4);
  }

  .lg\:bg-rose-700\/5 {
    background-color: rgb(190 18 60 / 0.05);
  }

  .lg\:bg-rose-700\/50 {
    background-color: rgb(190 18 60 / 0.5);
  }

  .lg\:bg-rose-700\/60 {
    background-color: rgb(190 18 60 / 0.6);
  }

  .lg\:bg-rose-700\/70 {
    background-color: rgb(190 18 60 / 0.7);
  }

  .lg\:bg-rose-700\/75 {
    background-color: rgb(190 18 60 / 0.75);
  }

  .lg\:bg-rose-700\/80 {
    background-color: rgb(190 18 60 / 0.8);
  }

  .lg\:bg-rose-700\/90 {
    background-color: rgb(190 18 60 / 0.9);
  }

  .lg\:bg-rose-700\/95 {
    background-color: rgb(190 18 60 / 0.95);
  }

  .lg\:bg-rose-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(159 18 57 / var(--tw-bg-opacity));
  }

  .lg\:bg-rose-800\/0 {
    background-color: rgb(159 18 57 / 0);
  }

  .lg\:bg-rose-800\/10 {
    background-color: rgb(159 18 57 / 0.1);
  }

  .lg\:bg-rose-800\/100 {
    background-color: rgb(159 18 57 / 1);
  }

  .lg\:bg-rose-800\/20 {
    background-color: rgb(159 18 57 / 0.2);
  }

  .lg\:bg-rose-800\/25 {
    background-color: rgb(159 18 57 / 0.25);
  }

  .lg\:bg-rose-800\/30 {
    background-color: rgb(159 18 57 / 0.3);
  }

  .lg\:bg-rose-800\/40 {
    background-color: rgb(159 18 57 / 0.4);
  }

  .lg\:bg-rose-800\/5 {
    background-color: rgb(159 18 57 / 0.05);
  }

  .lg\:bg-rose-800\/50 {
    background-color: rgb(159 18 57 / 0.5);
  }

  .lg\:bg-rose-800\/60 {
    background-color: rgb(159 18 57 / 0.6);
  }

  .lg\:bg-rose-800\/70 {
    background-color: rgb(159 18 57 / 0.7);
  }

  .lg\:bg-rose-800\/75 {
    background-color: rgb(159 18 57 / 0.75);
  }

  .lg\:bg-rose-800\/80 {
    background-color: rgb(159 18 57 / 0.8);
  }

  .lg\:bg-rose-800\/90 {
    background-color: rgb(159 18 57 / 0.9);
  }

  .lg\:bg-rose-800\/95 {
    background-color: rgb(159 18 57 / 0.95);
  }

  .lg\:bg-rose-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(136 19 55 / var(--tw-bg-opacity));
  }

  .lg\:bg-rose-900\/0 {
    background-color: rgb(136 19 55 / 0);
  }

  .lg\:bg-rose-900\/10 {
    background-color: rgb(136 19 55 / 0.1);
  }

  .lg\:bg-rose-900\/100 {
    background-color: rgb(136 19 55 / 1);
  }

  .lg\:bg-rose-900\/20 {
    background-color: rgb(136 19 55 / 0.2);
  }

  .lg\:bg-rose-900\/25 {
    background-color: rgb(136 19 55 / 0.25);
  }

  .lg\:bg-rose-900\/30 {
    background-color: rgb(136 19 55 / 0.3);
  }

  .lg\:bg-rose-900\/40 {
    background-color: rgb(136 19 55 / 0.4);
  }

  .lg\:bg-rose-900\/5 {
    background-color: rgb(136 19 55 / 0.05);
  }

  .lg\:bg-rose-900\/50 {
    background-color: rgb(136 19 55 / 0.5);
  }

  .lg\:bg-rose-900\/60 {
    background-color: rgb(136 19 55 / 0.6);
  }

  .lg\:bg-rose-900\/70 {
    background-color: rgb(136 19 55 / 0.7);
  }

  .lg\:bg-rose-900\/75 {
    background-color: rgb(136 19 55 / 0.75);
  }

  .lg\:bg-rose-900\/80 {
    background-color: rgb(136 19 55 / 0.8);
  }

  .lg\:bg-rose-900\/90 {
    background-color: rgb(136 19 55 / 0.9);
  }

  .lg\:bg-rose-900\/95 {
    background-color: rgb(136 19 55 / 0.95);
  }

  .lg\:bg-rose-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(76 5 25 / var(--tw-bg-opacity));
  }

  .lg\:bg-rose-950\/0 {
    background-color: rgb(76 5 25 / 0);
  }

  .lg\:bg-rose-950\/10 {
    background-color: rgb(76 5 25 / 0.1);
  }

  .lg\:bg-rose-950\/100 {
    background-color: rgb(76 5 25 / 1);
  }

  .lg\:bg-rose-950\/20 {
    background-color: rgb(76 5 25 / 0.2);
  }

  .lg\:bg-rose-950\/25 {
    background-color: rgb(76 5 25 / 0.25);
  }

  .lg\:bg-rose-950\/30 {
    background-color: rgb(76 5 25 / 0.3);
  }

  .lg\:bg-rose-950\/40 {
    background-color: rgb(76 5 25 / 0.4);
  }

  .lg\:bg-rose-950\/5 {
    background-color: rgb(76 5 25 / 0.05);
  }

  .lg\:bg-rose-950\/50 {
    background-color: rgb(76 5 25 / 0.5);
  }

  .lg\:bg-rose-950\/60 {
    background-color: rgb(76 5 25 / 0.6);
  }

  .lg\:bg-rose-950\/70 {
    background-color: rgb(76 5 25 / 0.7);
  }

  .lg\:bg-rose-950\/75 {
    background-color: rgb(76 5 25 / 0.75);
  }

  .lg\:bg-rose-950\/80 {
    background-color: rgb(76 5 25 / 0.8);
  }

  .lg\:bg-rose-950\/90 {
    background-color: rgb(76 5 25 / 0.9);
  }

  .lg\:bg-rose-950\/95 {
    background-color: rgb(76 5 25 / 0.95);
  }

  .lg\:bg-sky-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(224 242 254 / var(--tw-bg-opacity));
  }

  .lg\:bg-sky-100\/0 {
    background-color: rgb(224 242 254 / 0);
  }

  .lg\:bg-sky-100\/10 {
    background-color: rgb(224 242 254 / 0.1);
  }

  .lg\:bg-sky-100\/100 {
    background-color: rgb(224 242 254 / 1);
  }

  .lg\:bg-sky-100\/20 {
    background-color: rgb(224 242 254 / 0.2);
  }

  .lg\:bg-sky-100\/25 {
    background-color: rgb(224 242 254 / 0.25);
  }

  .lg\:bg-sky-100\/30 {
    background-color: rgb(224 242 254 / 0.3);
  }

  .lg\:bg-sky-100\/40 {
    background-color: rgb(224 242 254 / 0.4);
  }

  .lg\:bg-sky-100\/5 {
    background-color: rgb(224 242 254 / 0.05);
  }

  .lg\:bg-sky-100\/50 {
    background-color: rgb(224 242 254 / 0.5);
  }

  .lg\:bg-sky-100\/60 {
    background-color: rgb(224 242 254 / 0.6);
  }

  .lg\:bg-sky-100\/70 {
    background-color: rgb(224 242 254 / 0.7);
  }

  .lg\:bg-sky-100\/75 {
    background-color: rgb(224 242 254 / 0.75);
  }

  .lg\:bg-sky-100\/80 {
    background-color: rgb(224 242 254 / 0.8);
  }

  .lg\:bg-sky-100\/90 {
    background-color: rgb(224 242 254 / 0.9);
  }

  .lg\:bg-sky-100\/95 {
    background-color: rgb(224 242 254 / 0.95);
  }

  .lg\:bg-sky-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(186 230 253 / var(--tw-bg-opacity));
  }

  .lg\:bg-sky-200\/0 {
    background-color: rgb(186 230 253 / 0);
  }

  .lg\:bg-sky-200\/10 {
    background-color: rgb(186 230 253 / 0.1);
  }

  .lg\:bg-sky-200\/100 {
    background-color: rgb(186 230 253 / 1);
  }

  .lg\:bg-sky-200\/20 {
    background-color: rgb(186 230 253 / 0.2);
  }

  .lg\:bg-sky-200\/25 {
    background-color: rgb(186 230 253 / 0.25);
  }

  .lg\:bg-sky-200\/30 {
    background-color: rgb(186 230 253 / 0.3);
  }

  .lg\:bg-sky-200\/40 {
    background-color: rgb(186 230 253 / 0.4);
  }

  .lg\:bg-sky-200\/5 {
    background-color: rgb(186 230 253 / 0.05);
  }

  .lg\:bg-sky-200\/50 {
    background-color: rgb(186 230 253 / 0.5);
  }

  .lg\:bg-sky-200\/60 {
    background-color: rgb(186 230 253 / 0.6);
  }

  .lg\:bg-sky-200\/70 {
    background-color: rgb(186 230 253 / 0.7);
  }

  .lg\:bg-sky-200\/75 {
    background-color: rgb(186 230 253 / 0.75);
  }

  .lg\:bg-sky-200\/80 {
    background-color: rgb(186 230 253 / 0.8);
  }

  .lg\:bg-sky-200\/90 {
    background-color: rgb(186 230 253 / 0.9);
  }

  .lg\:bg-sky-200\/95 {
    background-color: rgb(186 230 253 / 0.95);
  }

  .lg\:bg-sky-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(125 211 252 / var(--tw-bg-opacity));
  }

  .lg\:bg-sky-300\/0 {
    background-color: rgb(125 211 252 / 0);
  }

  .lg\:bg-sky-300\/10 {
    background-color: rgb(125 211 252 / 0.1);
  }

  .lg\:bg-sky-300\/100 {
    background-color: rgb(125 211 252 / 1);
  }

  .lg\:bg-sky-300\/20 {
    background-color: rgb(125 211 252 / 0.2);
  }

  .lg\:bg-sky-300\/25 {
    background-color: rgb(125 211 252 / 0.25);
  }

  .lg\:bg-sky-300\/30 {
    background-color: rgb(125 211 252 / 0.3);
  }

  .lg\:bg-sky-300\/40 {
    background-color: rgb(125 211 252 / 0.4);
  }

  .lg\:bg-sky-300\/5 {
    background-color: rgb(125 211 252 / 0.05);
  }

  .lg\:bg-sky-300\/50 {
    background-color: rgb(125 211 252 / 0.5);
  }

  .lg\:bg-sky-300\/60 {
    background-color: rgb(125 211 252 / 0.6);
  }

  .lg\:bg-sky-300\/70 {
    background-color: rgb(125 211 252 / 0.7);
  }

  .lg\:bg-sky-300\/75 {
    background-color: rgb(125 211 252 / 0.75);
  }

  .lg\:bg-sky-300\/80 {
    background-color: rgb(125 211 252 / 0.8);
  }

  .lg\:bg-sky-300\/90 {
    background-color: rgb(125 211 252 / 0.9);
  }

  .lg\:bg-sky-300\/95 {
    background-color: rgb(125 211 252 / 0.95);
  }

  .lg\:bg-sky-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(56 189 248 / var(--tw-bg-opacity));
  }

  .lg\:bg-sky-400\/0 {
    background-color: rgb(56 189 248 / 0);
  }

  .lg\:bg-sky-400\/10 {
    background-color: rgb(56 189 248 / 0.1);
  }

  .lg\:bg-sky-400\/100 {
    background-color: rgb(56 189 248 / 1);
  }

  .lg\:bg-sky-400\/20 {
    background-color: rgb(56 189 248 / 0.2);
  }

  .lg\:bg-sky-400\/25 {
    background-color: rgb(56 189 248 / 0.25);
  }

  .lg\:bg-sky-400\/30 {
    background-color: rgb(56 189 248 / 0.3);
  }

  .lg\:bg-sky-400\/40 {
    background-color: rgb(56 189 248 / 0.4);
  }

  .lg\:bg-sky-400\/5 {
    background-color: rgb(56 189 248 / 0.05);
  }

  .lg\:bg-sky-400\/50 {
    background-color: rgb(56 189 248 / 0.5);
  }

  .lg\:bg-sky-400\/60 {
    background-color: rgb(56 189 248 / 0.6);
  }

  .lg\:bg-sky-400\/70 {
    background-color: rgb(56 189 248 / 0.7);
  }

  .lg\:bg-sky-400\/75 {
    background-color: rgb(56 189 248 / 0.75);
  }

  .lg\:bg-sky-400\/80 {
    background-color: rgb(56 189 248 / 0.8);
  }

  .lg\:bg-sky-400\/90 {
    background-color: rgb(56 189 248 / 0.9);
  }

  .lg\:bg-sky-400\/95 {
    background-color: rgb(56 189 248 / 0.95);
  }

  .lg\:bg-sky-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(240 249 255 / var(--tw-bg-opacity));
  }

  .lg\:bg-sky-50\/0 {
    background-color: rgb(240 249 255 / 0);
  }

  .lg\:bg-sky-50\/10 {
    background-color: rgb(240 249 255 / 0.1);
  }

  .lg\:bg-sky-50\/100 {
    background-color: rgb(240 249 255 / 1);
  }

  .lg\:bg-sky-50\/20 {
    background-color: rgb(240 249 255 / 0.2);
  }

  .lg\:bg-sky-50\/25 {
    background-color: rgb(240 249 255 / 0.25);
  }

  .lg\:bg-sky-50\/30 {
    background-color: rgb(240 249 255 / 0.3);
  }

  .lg\:bg-sky-50\/40 {
    background-color: rgb(240 249 255 / 0.4);
  }

  .lg\:bg-sky-50\/5 {
    background-color: rgb(240 249 255 / 0.05);
  }

  .lg\:bg-sky-50\/50 {
    background-color: rgb(240 249 255 / 0.5);
  }

  .lg\:bg-sky-50\/60 {
    background-color: rgb(240 249 255 / 0.6);
  }

  .lg\:bg-sky-50\/70 {
    background-color: rgb(240 249 255 / 0.7);
  }

  .lg\:bg-sky-50\/75 {
    background-color: rgb(240 249 255 / 0.75);
  }

  .lg\:bg-sky-50\/80 {
    background-color: rgb(240 249 255 / 0.8);
  }

  .lg\:bg-sky-50\/90 {
    background-color: rgb(240 249 255 / 0.9);
  }

  .lg\:bg-sky-50\/95 {
    background-color: rgb(240 249 255 / 0.95);
  }

  .lg\:bg-sky-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(14 165 233 / var(--tw-bg-opacity));
  }

  .lg\:bg-sky-500\/0 {
    background-color: rgb(14 165 233 / 0);
  }

  .lg\:bg-sky-500\/10 {
    background-color: rgb(14 165 233 / 0.1);
  }

  .lg\:bg-sky-500\/100 {
    background-color: rgb(14 165 233 / 1);
  }

  .lg\:bg-sky-500\/20 {
    background-color: rgb(14 165 233 / 0.2);
  }

  .lg\:bg-sky-500\/25 {
    background-color: rgb(14 165 233 / 0.25);
  }

  .lg\:bg-sky-500\/30 {
    background-color: rgb(14 165 233 / 0.3);
  }

  .lg\:bg-sky-500\/40 {
    background-color: rgb(14 165 233 / 0.4);
  }

  .lg\:bg-sky-500\/5 {
    background-color: rgb(14 165 233 / 0.05);
  }

  .lg\:bg-sky-500\/50 {
    background-color: rgb(14 165 233 / 0.5);
  }

  .lg\:bg-sky-500\/60 {
    background-color: rgb(14 165 233 / 0.6);
  }

  .lg\:bg-sky-500\/70 {
    background-color: rgb(14 165 233 / 0.7);
  }

  .lg\:bg-sky-500\/75 {
    background-color: rgb(14 165 233 / 0.75);
  }

  .lg\:bg-sky-500\/80 {
    background-color: rgb(14 165 233 / 0.8);
  }

  .lg\:bg-sky-500\/90 {
    background-color: rgb(14 165 233 / 0.9);
  }

  .lg\:bg-sky-500\/95 {
    background-color: rgb(14 165 233 / 0.95);
  }

  .lg\:bg-sky-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(2 132 199 / var(--tw-bg-opacity));
  }

  .lg\:bg-sky-600\/0 {
    background-color: rgb(2 132 199 / 0);
  }

  .lg\:bg-sky-600\/10 {
    background-color: rgb(2 132 199 / 0.1);
  }

  .lg\:bg-sky-600\/100 {
    background-color: rgb(2 132 199 / 1);
  }

  .lg\:bg-sky-600\/20 {
    background-color: rgb(2 132 199 / 0.2);
  }

  .lg\:bg-sky-600\/25 {
    background-color: rgb(2 132 199 / 0.25);
  }

  .lg\:bg-sky-600\/30 {
    background-color: rgb(2 132 199 / 0.3);
  }

  .lg\:bg-sky-600\/40 {
    background-color: rgb(2 132 199 / 0.4);
  }

  .lg\:bg-sky-600\/5 {
    background-color: rgb(2 132 199 / 0.05);
  }

  .lg\:bg-sky-600\/50 {
    background-color: rgb(2 132 199 / 0.5);
  }

  .lg\:bg-sky-600\/60 {
    background-color: rgb(2 132 199 / 0.6);
  }

  .lg\:bg-sky-600\/70 {
    background-color: rgb(2 132 199 / 0.7);
  }

  .lg\:bg-sky-600\/75 {
    background-color: rgb(2 132 199 / 0.75);
  }

  .lg\:bg-sky-600\/80 {
    background-color: rgb(2 132 199 / 0.8);
  }

  .lg\:bg-sky-600\/90 {
    background-color: rgb(2 132 199 / 0.9);
  }

  .lg\:bg-sky-600\/95 {
    background-color: rgb(2 132 199 / 0.95);
  }

  .lg\:bg-sky-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(3 105 161 / var(--tw-bg-opacity));
  }

  .lg\:bg-sky-700\/0 {
    background-color: rgb(3 105 161 / 0);
  }

  .lg\:bg-sky-700\/10 {
    background-color: rgb(3 105 161 / 0.1);
  }

  .lg\:bg-sky-700\/100 {
    background-color: rgb(3 105 161 / 1);
  }

  .lg\:bg-sky-700\/20 {
    background-color: rgb(3 105 161 / 0.2);
  }

  .lg\:bg-sky-700\/25 {
    background-color: rgb(3 105 161 / 0.25);
  }

  .lg\:bg-sky-700\/30 {
    background-color: rgb(3 105 161 / 0.3);
  }

  .lg\:bg-sky-700\/40 {
    background-color: rgb(3 105 161 / 0.4);
  }

  .lg\:bg-sky-700\/5 {
    background-color: rgb(3 105 161 / 0.05);
  }

  .lg\:bg-sky-700\/50 {
    background-color: rgb(3 105 161 / 0.5);
  }

  .lg\:bg-sky-700\/60 {
    background-color: rgb(3 105 161 / 0.6);
  }

  .lg\:bg-sky-700\/70 {
    background-color: rgb(3 105 161 / 0.7);
  }

  .lg\:bg-sky-700\/75 {
    background-color: rgb(3 105 161 / 0.75);
  }

  .lg\:bg-sky-700\/80 {
    background-color: rgb(3 105 161 / 0.8);
  }

  .lg\:bg-sky-700\/90 {
    background-color: rgb(3 105 161 / 0.9);
  }

  .lg\:bg-sky-700\/95 {
    background-color: rgb(3 105 161 / 0.95);
  }

  .lg\:bg-sky-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(7 89 133 / var(--tw-bg-opacity));
  }

  .lg\:bg-sky-800\/0 {
    background-color: rgb(7 89 133 / 0);
  }

  .lg\:bg-sky-800\/10 {
    background-color: rgb(7 89 133 / 0.1);
  }

  .lg\:bg-sky-800\/100 {
    background-color: rgb(7 89 133 / 1);
  }

  .lg\:bg-sky-800\/20 {
    background-color: rgb(7 89 133 / 0.2);
  }

  .lg\:bg-sky-800\/25 {
    background-color: rgb(7 89 133 / 0.25);
  }

  .lg\:bg-sky-800\/30 {
    background-color: rgb(7 89 133 / 0.3);
  }

  .lg\:bg-sky-800\/40 {
    background-color: rgb(7 89 133 / 0.4);
  }

  .lg\:bg-sky-800\/5 {
    background-color: rgb(7 89 133 / 0.05);
  }

  .lg\:bg-sky-800\/50 {
    background-color: rgb(7 89 133 / 0.5);
  }

  .lg\:bg-sky-800\/60 {
    background-color: rgb(7 89 133 / 0.6);
  }

  .lg\:bg-sky-800\/70 {
    background-color: rgb(7 89 133 / 0.7);
  }

  .lg\:bg-sky-800\/75 {
    background-color: rgb(7 89 133 / 0.75);
  }

  .lg\:bg-sky-800\/80 {
    background-color: rgb(7 89 133 / 0.8);
  }

  .lg\:bg-sky-800\/90 {
    background-color: rgb(7 89 133 / 0.9);
  }

  .lg\:bg-sky-800\/95 {
    background-color: rgb(7 89 133 / 0.95);
  }

  .lg\:bg-sky-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(12 74 110 / var(--tw-bg-opacity));
  }

  .lg\:bg-sky-900\/0 {
    background-color: rgb(12 74 110 / 0);
  }

  .lg\:bg-sky-900\/10 {
    background-color: rgb(12 74 110 / 0.1);
  }

  .lg\:bg-sky-900\/100 {
    background-color: rgb(12 74 110 / 1);
  }

  .lg\:bg-sky-900\/20 {
    background-color: rgb(12 74 110 / 0.2);
  }

  .lg\:bg-sky-900\/25 {
    background-color: rgb(12 74 110 / 0.25);
  }

  .lg\:bg-sky-900\/30 {
    background-color: rgb(12 74 110 / 0.3);
  }

  .lg\:bg-sky-900\/40 {
    background-color: rgb(12 74 110 / 0.4);
  }

  .lg\:bg-sky-900\/5 {
    background-color: rgb(12 74 110 / 0.05);
  }

  .lg\:bg-sky-900\/50 {
    background-color: rgb(12 74 110 / 0.5);
  }

  .lg\:bg-sky-900\/60 {
    background-color: rgb(12 74 110 / 0.6);
  }

  .lg\:bg-sky-900\/70 {
    background-color: rgb(12 74 110 / 0.7);
  }

  .lg\:bg-sky-900\/75 {
    background-color: rgb(12 74 110 / 0.75);
  }

  .lg\:bg-sky-900\/80 {
    background-color: rgb(12 74 110 / 0.8);
  }

  .lg\:bg-sky-900\/90 {
    background-color: rgb(12 74 110 / 0.9);
  }

  .lg\:bg-sky-900\/95 {
    background-color: rgb(12 74 110 / 0.95);
  }

  .lg\:bg-sky-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(8 47 73 / var(--tw-bg-opacity));
  }

  .lg\:bg-sky-950\/0 {
    background-color: rgb(8 47 73 / 0);
  }

  .lg\:bg-sky-950\/10 {
    background-color: rgb(8 47 73 / 0.1);
  }

  .lg\:bg-sky-950\/100 {
    background-color: rgb(8 47 73 / 1);
  }

  .lg\:bg-sky-950\/20 {
    background-color: rgb(8 47 73 / 0.2);
  }

  .lg\:bg-sky-950\/25 {
    background-color: rgb(8 47 73 / 0.25);
  }

  .lg\:bg-sky-950\/30 {
    background-color: rgb(8 47 73 / 0.3);
  }

  .lg\:bg-sky-950\/40 {
    background-color: rgb(8 47 73 / 0.4);
  }

  .lg\:bg-sky-950\/5 {
    background-color: rgb(8 47 73 / 0.05);
  }

  .lg\:bg-sky-950\/50 {
    background-color: rgb(8 47 73 / 0.5);
  }

  .lg\:bg-sky-950\/60 {
    background-color: rgb(8 47 73 / 0.6);
  }

  .lg\:bg-sky-950\/70 {
    background-color: rgb(8 47 73 / 0.7);
  }

  .lg\:bg-sky-950\/75 {
    background-color: rgb(8 47 73 / 0.75);
  }

  .lg\:bg-sky-950\/80 {
    background-color: rgb(8 47 73 / 0.8);
  }

  .lg\:bg-sky-950\/90 {
    background-color: rgb(8 47 73 / 0.9);
  }

  .lg\:bg-sky-950\/95 {
    background-color: rgb(8 47 73 / 0.95);
  }

  .lg\:bg-slate-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  }

  .lg\:bg-slate-100\/0 {
    background-color: rgb(241 245 249 / 0);
  }

  .lg\:bg-slate-100\/10 {
    background-color: rgb(241 245 249 / 0.1);
  }

  .lg\:bg-slate-100\/100 {
    background-color: rgb(241 245 249 / 1);
  }

  .lg\:bg-slate-100\/20 {
    background-color: rgb(241 245 249 / 0.2);
  }

  .lg\:bg-slate-100\/25 {
    background-color: rgb(241 245 249 / 0.25);
  }

  .lg\:bg-slate-100\/30 {
    background-color: rgb(241 245 249 / 0.3);
  }

  .lg\:bg-slate-100\/40 {
    background-color: rgb(241 245 249 / 0.4);
  }

  .lg\:bg-slate-100\/5 {
    background-color: rgb(241 245 249 / 0.05);
  }

  .lg\:bg-slate-100\/50 {
    background-color: rgb(241 245 249 / 0.5);
  }

  .lg\:bg-slate-100\/60 {
    background-color: rgb(241 245 249 / 0.6);
  }

  .lg\:bg-slate-100\/70 {
    background-color: rgb(241 245 249 / 0.7);
  }

  .lg\:bg-slate-100\/75 {
    background-color: rgb(241 245 249 / 0.75);
  }

  .lg\:bg-slate-100\/80 {
    background-color: rgb(241 245 249 / 0.8);
  }

  .lg\:bg-slate-100\/90 {
    background-color: rgb(241 245 249 / 0.9);
  }

  .lg\:bg-slate-100\/95 {
    background-color: rgb(241 245 249 / 0.95);
  }

  .lg\:bg-slate-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity));
  }

  .lg\:bg-slate-200\/0 {
    background-color: rgb(226 232 240 / 0);
  }

  .lg\:bg-slate-200\/10 {
    background-color: rgb(226 232 240 / 0.1);
  }

  .lg\:bg-slate-200\/100 {
    background-color: rgb(226 232 240 / 1);
  }

  .lg\:bg-slate-200\/20 {
    background-color: rgb(226 232 240 / 0.2);
  }

  .lg\:bg-slate-200\/25 {
    background-color: rgb(226 232 240 / 0.25);
  }

  .lg\:bg-slate-200\/30 {
    background-color: rgb(226 232 240 / 0.3);
  }

  .lg\:bg-slate-200\/40 {
    background-color: rgb(226 232 240 / 0.4);
  }

  .lg\:bg-slate-200\/5 {
    background-color: rgb(226 232 240 / 0.05);
  }

  .lg\:bg-slate-200\/50 {
    background-color: rgb(226 232 240 / 0.5);
  }

  .lg\:bg-slate-200\/60 {
    background-color: rgb(226 232 240 / 0.6);
  }

  .lg\:bg-slate-200\/70 {
    background-color: rgb(226 232 240 / 0.7);
  }

  .lg\:bg-slate-200\/75 {
    background-color: rgb(226 232 240 / 0.75);
  }

  .lg\:bg-slate-200\/80 {
    background-color: rgb(226 232 240 / 0.8);
  }

  .lg\:bg-slate-200\/90 {
    background-color: rgb(226 232 240 / 0.9);
  }

  .lg\:bg-slate-200\/95 {
    background-color: rgb(226 232 240 / 0.95);
  }

  .lg\:bg-slate-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(203 213 225 / var(--tw-bg-opacity));
  }

  .lg\:bg-slate-300\/0 {
    background-color: rgb(203 213 225 / 0);
  }

  .lg\:bg-slate-300\/10 {
    background-color: rgb(203 213 225 / 0.1);
  }

  .lg\:bg-slate-300\/100 {
    background-color: rgb(203 213 225 / 1);
  }

  .lg\:bg-slate-300\/20 {
    background-color: rgb(203 213 225 / 0.2);
  }

  .lg\:bg-slate-300\/25 {
    background-color: rgb(203 213 225 / 0.25);
  }

  .lg\:bg-slate-300\/30 {
    background-color: rgb(203 213 225 / 0.3);
  }

  .lg\:bg-slate-300\/40 {
    background-color: rgb(203 213 225 / 0.4);
  }

  .lg\:bg-slate-300\/5 {
    background-color: rgb(203 213 225 / 0.05);
  }

  .lg\:bg-slate-300\/50 {
    background-color: rgb(203 213 225 / 0.5);
  }

  .lg\:bg-slate-300\/60 {
    background-color: rgb(203 213 225 / 0.6);
  }

  .lg\:bg-slate-300\/70 {
    background-color: rgb(203 213 225 / 0.7);
  }

  .lg\:bg-slate-300\/75 {
    background-color: rgb(203 213 225 / 0.75);
  }

  .lg\:bg-slate-300\/80 {
    background-color: rgb(203 213 225 / 0.8);
  }

  .lg\:bg-slate-300\/90 {
    background-color: rgb(203 213 225 / 0.9);
  }

  .lg\:bg-slate-300\/95 {
    background-color: rgb(203 213 225 / 0.95);
  }

  .lg\:bg-slate-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(148 163 184 / var(--tw-bg-opacity));
  }

  .lg\:bg-slate-400\/0 {
    background-color: rgb(148 163 184 / 0);
  }

  .lg\:bg-slate-400\/10 {
    background-color: rgb(148 163 184 / 0.1);
  }

  .lg\:bg-slate-400\/100 {
    background-color: rgb(148 163 184 / 1);
  }

  .lg\:bg-slate-400\/20 {
    background-color: rgb(148 163 184 / 0.2);
  }

  .lg\:bg-slate-400\/25 {
    background-color: rgb(148 163 184 / 0.25);
  }

  .lg\:bg-slate-400\/30 {
    background-color: rgb(148 163 184 / 0.3);
  }

  .lg\:bg-slate-400\/40 {
    background-color: rgb(148 163 184 / 0.4);
  }

  .lg\:bg-slate-400\/5 {
    background-color: rgb(148 163 184 / 0.05);
  }

  .lg\:bg-slate-400\/50 {
    background-color: rgb(148 163 184 / 0.5);
  }

  .lg\:bg-slate-400\/60 {
    background-color: rgb(148 163 184 / 0.6);
  }

  .lg\:bg-slate-400\/70 {
    background-color: rgb(148 163 184 / 0.7);
  }

  .lg\:bg-slate-400\/75 {
    background-color: rgb(148 163 184 / 0.75);
  }

  .lg\:bg-slate-400\/80 {
    background-color: rgb(148 163 184 / 0.8);
  }

  .lg\:bg-slate-400\/90 {
    background-color: rgb(148 163 184 / 0.9);
  }

  .lg\:bg-slate-400\/95 {
    background-color: rgb(148 163 184 / 0.95);
  }

  .lg\:bg-slate-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  }

  .lg\:bg-slate-50\/0 {
    background-color: rgb(248 250 252 / 0);
  }

  .lg\:bg-slate-50\/10 {
    background-color: rgb(248 250 252 / 0.1);
  }

  .lg\:bg-slate-50\/100 {
    background-color: rgb(248 250 252 / 1);
  }

  .lg\:bg-slate-50\/20 {
    background-color: rgb(248 250 252 / 0.2);
  }

  .lg\:bg-slate-50\/25 {
    background-color: rgb(248 250 252 / 0.25);
  }

  .lg\:bg-slate-50\/30 {
    background-color: rgb(248 250 252 / 0.3);
  }

  .lg\:bg-slate-50\/40 {
    background-color: rgb(248 250 252 / 0.4);
  }

  .lg\:bg-slate-50\/5 {
    background-color: rgb(248 250 252 / 0.05);
  }

  .lg\:bg-slate-50\/50 {
    background-color: rgb(248 250 252 / 0.5);
  }

  .lg\:bg-slate-50\/60 {
    background-color: rgb(248 250 252 / 0.6);
  }

  .lg\:bg-slate-50\/70 {
    background-color: rgb(248 250 252 / 0.7);
  }

  .lg\:bg-slate-50\/75 {
    background-color: rgb(248 250 252 / 0.75);
  }

  .lg\:bg-slate-50\/80 {
    background-color: rgb(248 250 252 / 0.8);
  }

  .lg\:bg-slate-50\/90 {
    background-color: rgb(248 250 252 / 0.9);
  }

  .lg\:bg-slate-50\/95 {
    background-color: rgb(248 250 252 / 0.95);
  }

  .lg\:bg-slate-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(100 116 139 / var(--tw-bg-opacity));
  }

  .lg\:bg-slate-500\/0 {
    background-color: rgb(100 116 139 / 0);
  }

  .lg\:bg-slate-500\/10 {
    background-color: rgb(100 116 139 / 0.1);
  }

  .lg\:bg-slate-500\/100 {
    background-color: rgb(100 116 139 / 1);
  }

  .lg\:bg-slate-500\/20 {
    background-color: rgb(100 116 139 / 0.2);
  }

  .lg\:bg-slate-500\/25 {
    background-color: rgb(100 116 139 / 0.25);
  }

  .lg\:bg-slate-500\/30 {
    background-color: rgb(100 116 139 / 0.3);
  }

  .lg\:bg-slate-500\/40 {
    background-color: rgb(100 116 139 / 0.4);
  }

  .lg\:bg-slate-500\/5 {
    background-color: rgb(100 116 139 / 0.05);
  }

  .lg\:bg-slate-500\/50 {
    background-color: rgb(100 116 139 / 0.5);
  }

  .lg\:bg-slate-500\/60 {
    background-color: rgb(100 116 139 / 0.6);
  }

  .lg\:bg-slate-500\/70 {
    background-color: rgb(100 116 139 / 0.7);
  }

  .lg\:bg-slate-500\/75 {
    background-color: rgb(100 116 139 / 0.75);
  }

  .lg\:bg-slate-500\/80 {
    background-color: rgb(100 116 139 / 0.8);
  }

  .lg\:bg-slate-500\/90 {
    background-color: rgb(100 116 139 / 0.9);
  }

  .lg\:bg-slate-500\/95 {
    background-color: rgb(100 116 139 / 0.95);
  }

  .lg\:bg-slate-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(71 85 105 / var(--tw-bg-opacity));
  }

  .lg\:bg-slate-600\/0 {
    background-color: rgb(71 85 105 / 0);
  }

  .lg\:bg-slate-600\/10 {
    background-color: rgb(71 85 105 / 0.1);
  }

  .lg\:bg-slate-600\/100 {
    background-color: rgb(71 85 105 / 1);
  }

  .lg\:bg-slate-600\/20 {
    background-color: rgb(71 85 105 / 0.2);
  }

  .lg\:bg-slate-600\/25 {
    background-color: rgb(71 85 105 / 0.25);
  }

  .lg\:bg-slate-600\/30 {
    background-color: rgb(71 85 105 / 0.3);
  }

  .lg\:bg-slate-600\/40 {
    background-color: rgb(71 85 105 / 0.4);
  }

  .lg\:bg-slate-600\/5 {
    background-color: rgb(71 85 105 / 0.05);
  }

  .lg\:bg-slate-600\/50 {
    background-color: rgb(71 85 105 / 0.5);
  }

  .lg\:bg-slate-600\/60 {
    background-color: rgb(71 85 105 / 0.6);
  }

  .lg\:bg-slate-600\/70 {
    background-color: rgb(71 85 105 / 0.7);
  }

  .lg\:bg-slate-600\/75 {
    background-color: rgb(71 85 105 / 0.75);
  }

  .lg\:bg-slate-600\/80 {
    background-color: rgb(71 85 105 / 0.8);
  }

  .lg\:bg-slate-600\/90 {
    background-color: rgb(71 85 105 / 0.9);
  }

  .lg\:bg-slate-600\/95 {
    background-color: rgb(71 85 105 / 0.95);
  }

  .lg\:bg-slate-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(51 65 85 / var(--tw-bg-opacity));
  }

  .lg\:bg-slate-700\/0 {
    background-color: rgb(51 65 85 / 0);
  }

  .lg\:bg-slate-700\/10 {
    background-color: rgb(51 65 85 / 0.1);
  }

  .lg\:bg-slate-700\/100 {
    background-color: rgb(51 65 85 / 1);
  }

  .lg\:bg-slate-700\/20 {
    background-color: rgb(51 65 85 / 0.2);
  }

  .lg\:bg-slate-700\/25 {
    background-color: rgb(51 65 85 / 0.25);
  }

  .lg\:bg-slate-700\/30 {
    background-color: rgb(51 65 85 / 0.3);
  }

  .lg\:bg-slate-700\/40 {
    background-color: rgb(51 65 85 / 0.4);
  }

  .lg\:bg-slate-700\/5 {
    background-color: rgb(51 65 85 / 0.05);
  }

  .lg\:bg-slate-700\/50 {
    background-color: rgb(51 65 85 / 0.5);
  }

  .lg\:bg-slate-700\/60 {
    background-color: rgb(51 65 85 / 0.6);
  }

  .lg\:bg-slate-700\/70 {
    background-color: rgb(51 65 85 / 0.7);
  }

  .lg\:bg-slate-700\/75 {
    background-color: rgb(51 65 85 / 0.75);
  }

  .lg\:bg-slate-700\/80 {
    background-color: rgb(51 65 85 / 0.8);
  }

  .lg\:bg-slate-700\/90 {
    background-color: rgb(51 65 85 / 0.9);
  }

  .lg\:bg-slate-700\/95 {
    background-color: rgb(51 65 85 / 0.95);
  }

  .lg\:bg-slate-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(30 41 59 / var(--tw-bg-opacity));
  }

  .lg\:bg-slate-800\/0 {
    background-color: rgb(30 41 59 / 0);
  }

  .lg\:bg-slate-800\/10 {
    background-color: rgb(30 41 59 / 0.1);
  }

  .lg\:bg-slate-800\/100 {
    background-color: rgb(30 41 59 / 1);
  }

  .lg\:bg-slate-800\/20 {
    background-color: rgb(30 41 59 / 0.2);
  }

  .lg\:bg-slate-800\/25 {
    background-color: rgb(30 41 59 / 0.25);
  }

  .lg\:bg-slate-800\/30 {
    background-color: rgb(30 41 59 / 0.3);
  }

  .lg\:bg-slate-800\/40 {
    background-color: rgb(30 41 59 / 0.4);
  }

  .lg\:bg-slate-800\/5 {
    background-color: rgb(30 41 59 / 0.05);
  }

  .lg\:bg-slate-800\/50 {
    background-color: rgb(30 41 59 / 0.5);
  }

  .lg\:bg-slate-800\/60 {
    background-color: rgb(30 41 59 / 0.6);
  }

  .lg\:bg-slate-800\/70 {
    background-color: rgb(30 41 59 / 0.7);
  }

  .lg\:bg-slate-800\/75 {
    background-color: rgb(30 41 59 / 0.75);
  }

  .lg\:bg-slate-800\/80 {
    background-color: rgb(30 41 59 / 0.8);
  }

  .lg\:bg-slate-800\/90 {
    background-color: rgb(30 41 59 / 0.9);
  }

  .lg\:bg-slate-800\/95 {
    background-color: rgb(30 41 59 / 0.95);
  }

  .lg\:bg-slate-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(15 23 42 / var(--tw-bg-opacity));
  }

  .lg\:bg-slate-900\/0 {
    background-color: rgb(15 23 42 / 0);
  }

  .lg\:bg-slate-900\/10 {
    background-color: rgb(15 23 42 / 0.1);
  }

  .lg\:bg-slate-900\/100 {
    background-color: rgb(15 23 42 / 1);
  }

  .lg\:bg-slate-900\/20 {
    background-color: rgb(15 23 42 / 0.2);
  }

  .lg\:bg-slate-900\/25 {
    background-color: rgb(15 23 42 / 0.25);
  }

  .lg\:bg-slate-900\/30 {
    background-color: rgb(15 23 42 / 0.3);
  }

  .lg\:bg-slate-900\/40 {
    background-color: rgb(15 23 42 / 0.4);
  }

  .lg\:bg-slate-900\/5 {
    background-color: rgb(15 23 42 / 0.05);
  }

  .lg\:bg-slate-900\/50 {
    background-color: rgb(15 23 42 / 0.5);
  }

  .lg\:bg-slate-900\/60 {
    background-color: rgb(15 23 42 / 0.6);
  }

  .lg\:bg-slate-900\/70 {
    background-color: rgb(15 23 42 / 0.7);
  }

  .lg\:bg-slate-900\/75 {
    background-color: rgb(15 23 42 / 0.75);
  }

  .lg\:bg-slate-900\/80 {
    background-color: rgb(15 23 42 / 0.8);
  }

  .lg\:bg-slate-900\/90 {
    background-color: rgb(15 23 42 / 0.9);
  }

  .lg\:bg-slate-900\/95 {
    background-color: rgb(15 23 42 / 0.95);
  }

  .lg\:bg-slate-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(2 6 23 / var(--tw-bg-opacity));
  }

  .lg\:bg-slate-950\/0 {
    background-color: rgb(2 6 23 / 0);
  }

  .lg\:bg-slate-950\/10 {
    background-color: rgb(2 6 23 / 0.1);
  }

  .lg\:bg-slate-950\/100 {
    background-color: rgb(2 6 23 / 1);
  }

  .lg\:bg-slate-950\/20 {
    background-color: rgb(2 6 23 / 0.2);
  }

  .lg\:bg-slate-950\/25 {
    background-color: rgb(2 6 23 / 0.25);
  }

  .lg\:bg-slate-950\/30 {
    background-color: rgb(2 6 23 / 0.3);
  }

  .lg\:bg-slate-950\/40 {
    background-color: rgb(2 6 23 / 0.4);
  }

  .lg\:bg-slate-950\/5 {
    background-color: rgb(2 6 23 / 0.05);
  }

  .lg\:bg-slate-950\/50 {
    background-color: rgb(2 6 23 / 0.5);
  }

  .lg\:bg-slate-950\/60 {
    background-color: rgb(2 6 23 / 0.6);
  }

  .lg\:bg-slate-950\/70 {
    background-color: rgb(2 6 23 / 0.7);
  }

  .lg\:bg-slate-950\/75 {
    background-color: rgb(2 6 23 / 0.75);
  }

  .lg\:bg-slate-950\/80 {
    background-color: rgb(2 6 23 / 0.8);
  }

  .lg\:bg-slate-950\/90 {
    background-color: rgb(2 6 23 / 0.9);
  }

  .lg\:bg-slate-950\/95 {
    background-color: rgb(2 6 23 / 0.95);
  }

  .lg\:bg-stone-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 244 / var(--tw-bg-opacity));
  }

  .lg\:bg-stone-100\/0 {
    background-color: rgb(245 245 244 / 0);
  }

  .lg\:bg-stone-100\/10 {
    background-color: rgb(245 245 244 / 0.1);
  }

  .lg\:bg-stone-100\/100 {
    background-color: rgb(245 245 244 / 1);
  }

  .lg\:bg-stone-100\/20 {
    background-color: rgb(245 245 244 / 0.2);
  }

  .lg\:bg-stone-100\/25 {
    background-color: rgb(245 245 244 / 0.25);
  }

  .lg\:bg-stone-100\/30 {
    background-color: rgb(245 245 244 / 0.3);
  }

  .lg\:bg-stone-100\/40 {
    background-color: rgb(245 245 244 / 0.4);
  }

  .lg\:bg-stone-100\/5 {
    background-color: rgb(245 245 244 / 0.05);
  }

  .lg\:bg-stone-100\/50 {
    background-color: rgb(245 245 244 / 0.5);
  }

  .lg\:bg-stone-100\/60 {
    background-color: rgb(245 245 244 / 0.6);
  }

  .lg\:bg-stone-100\/70 {
    background-color: rgb(245 245 244 / 0.7);
  }

  .lg\:bg-stone-100\/75 {
    background-color: rgb(245 245 244 / 0.75);
  }

  .lg\:bg-stone-100\/80 {
    background-color: rgb(245 245 244 / 0.8);
  }

  .lg\:bg-stone-100\/90 {
    background-color: rgb(245 245 244 / 0.9);
  }

  .lg\:bg-stone-100\/95 {
    background-color: rgb(245 245 244 / 0.95);
  }

  .lg\:bg-stone-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(231 229 228 / var(--tw-bg-opacity));
  }

  .lg\:bg-stone-200\/0 {
    background-color: rgb(231 229 228 / 0);
  }

  .lg\:bg-stone-200\/10 {
    background-color: rgb(231 229 228 / 0.1);
  }

  .lg\:bg-stone-200\/100 {
    background-color: rgb(231 229 228 / 1);
  }

  .lg\:bg-stone-200\/20 {
    background-color: rgb(231 229 228 / 0.2);
  }

  .lg\:bg-stone-200\/25 {
    background-color: rgb(231 229 228 / 0.25);
  }

  .lg\:bg-stone-200\/30 {
    background-color: rgb(231 229 228 / 0.3);
  }

  .lg\:bg-stone-200\/40 {
    background-color: rgb(231 229 228 / 0.4);
  }

  .lg\:bg-stone-200\/5 {
    background-color: rgb(231 229 228 / 0.05);
  }

  .lg\:bg-stone-200\/50 {
    background-color: rgb(231 229 228 / 0.5);
  }

  .lg\:bg-stone-200\/60 {
    background-color: rgb(231 229 228 / 0.6);
  }

  .lg\:bg-stone-200\/70 {
    background-color: rgb(231 229 228 / 0.7);
  }

  .lg\:bg-stone-200\/75 {
    background-color: rgb(231 229 228 / 0.75);
  }

  .lg\:bg-stone-200\/80 {
    background-color: rgb(231 229 228 / 0.8);
  }

  .lg\:bg-stone-200\/90 {
    background-color: rgb(231 229 228 / 0.9);
  }

  .lg\:bg-stone-200\/95 {
    background-color: rgb(231 229 228 / 0.95);
  }

  .lg\:bg-stone-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(214 211 209 / var(--tw-bg-opacity));
  }

  .lg\:bg-stone-300\/0 {
    background-color: rgb(214 211 209 / 0);
  }

  .lg\:bg-stone-300\/10 {
    background-color: rgb(214 211 209 / 0.1);
  }

  .lg\:bg-stone-300\/100 {
    background-color: rgb(214 211 209 / 1);
  }

  .lg\:bg-stone-300\/20 {
    background-color: rgb(214 211 209 / 0.2);
  }

  .lg\:bg-stone-300\/25 {
    background-color: rgb(214 211 209 / 0.25);
  }

  .lg\:bg-stone-300\/30 {
    background-color: rgb(214 211 209 / 0.3);
  }

  .lg\:bg-stone-300\/40 {
    background-color: rgb(214 211 209 / 0.4);
  }

  .lg\:bg-stone-300\/5 {
    background-color: rgb(214 211 209 / 0.05);
  }

  .lg\:bg-stone-300\/50 {
    background-color: rgb(214 211 209 / 0.5);
  }

  .lg\:bg-stone-300\/60 {
    background-color: rgb(214 211 209 / 0.6);
  }

  .lg\:bg-stone-300\/70 {
    background-color: rgb(214 211 209 / 0.7);
  }

  .lg\:bg-stone-300\/75 {
    background-color: rgb(214 211 209 / 0.75);
  }

  .lg\:bg-stone-300\/80 {
    background-color: rgb(214 211 209 / 0.8);
  }

  .lg\:bg-stone-300\/90 {
    background-color: rgb(214 211 209 / 0.9);
  }

  .lg\:bg-stone-300\/95 {
    background-color: rgb(214 211 209 / 0.95);
  }

  .lg\:bg-stone-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(168 162 158 / var(--tw-bg-opacity));
  }

  .lg\:bg-stone-400\/0 {
    background-color: rgb(168 162 158 / 0);
  }

  .lg\:bg-stone-400\/10 {
    background-color: rgb(168 162 158 / 0.1);
  }

  .lg\:bg-stone-400\/100 {
    background-color: rgb(168 162 158 / 1);
  }

  .lg\:bg-stone-400\/20 {
    background-color: rgb(168 162 158 / 0.2);
  }

  .lg\:bg-stone-400\/25 {
    background-color: rgb(168 162 158 / 0.25);
  }

  .lg\:bg-stone-400\/30 {
    background-color: rgb(168 162 158 / 0.3);
  }

  .lg\:bg-stone-400\/40 {
    background-color: rgb(168 162 158 / 0.4);
  }

  .lg\:bg-stone-400\/5 {
    background-color: rgb(168 162 158 / 0.05);
  }

  .lg\:bg-stone-400\/50 {
    background-color: rgb(168 162 158 / 0.5);
  }

  .lg\:bg-stone-400\/60 {
    background-color: rgb(168 162 158 / 0.6);
  }

  .lg\:bg-stone-400\/70 {
    background-color: rgb(168 162 158 / 0.7);
  }

  .lg\:bg-stone-400\/75 {
    background-color: rgb(168 162 158 / 0.75);
  }

  .lg\:bg-stone-400\/80 {
    background-color: rgb(168 162 158 / 0.8);
  }

  .lg\:bg-stone-400\/90 {
    background-color: rgb(168 162 158 / 0.9);
  }

  .lg\:bg-stone-400\/95 {
    background-color: rgb(168 162 158 / 0.95);
  }

  .lg\:bg-stone-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 249 / var(--tw-bg-opacity));
  }

  .lg\:bg-stone-50\/0 {
    background-color: rgb(250 250 249 / 0);
  }

  .lg\:bg-stone-50\/10 {
    background-color: rgb(250 250 249 / 0.1);
  }

  .lg\:bg-stone-50\/100 {
    background-color: rgb(250 250 249 / 1);
  }

  .lg\:bg-stone-50\/20 {
    background-color: rgb(250 250 249 / 0.2);
  }

  .lg\:bg-stone-50\/25 {
    background-color: rgb(250 250 249 / 0.25);
  }

  .lg\:bg-stone-50\/30 {
    background-color: rgb(250 250 249 / 0.3);
  }

  .lg\:bg-stone-50\/40 {
    background-color: rgb(250 250 249 / 0.4);
  }

  .lg\:bg-stone-50\/5 {
    background-color: rgb(250 250 249 / 0.05);
  }

  .lg\:bg-stone-50\/50 {
    background-color: rgb(250 250 249 / 0.5);
  }

  .lg\:bg-stone-50\/60 {
    background-color: rgb(250 250 249 / 0.6);
  }

  .lg\:bg-stone-50\/70 {
    background-color: rgb(250 250 249 / 0.7);
  }

  .lg\:bg-stone-50\/75 {
    background-color: rgb(250 250 249 / 0.75);
  }

  .lg\:bg-stone-50\/80 {
    background-color: rgb(250 250 249 / 0.8);
  }

  .lg\:bg-stone-50\/90 {
    background-color: rgb(250 250 249 / 0.9);
  }

  .lg\:bg-stone-50\/95 {
    background-color: rgb(250 250 249 / 0.95);
  }

  .lg\:bg-stone-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(120 113 108 / var(--tw-bg-opacity));
  }

  .lg\:bg-stone-500\/0 {
    background-color: rgb(120 113 108 / 0);
  }

  .lg\:bg-stone-500\/10 {
    background-color: rgb(120 113 108 / 0.1);
  }

  .lg\:bg-stone-500\/100 {
    background-color: rgb(120 113 108 / 1);
  }

  .lg\:bg-stone-500\/20 {
    background-color: rgb(120 113 108 / 0.2);
  }

  .lg\:bg-stone-500\/25 {
    background-color: rgb(120 113 108 / 0.25);
  }

  .lg\:bg-stone-500\/30 {
    background-color: rgb(120 113 108 / 0.3);
  }

  .lg\:bg-stone-500\/40 {
    background-color: rgb(120 113 108 / 0.4);
  }

  .lg\:bg-stone-500\/5 {
    background-color: rgb(120 113 108 / 0.05);
  }

  .lg\:bg-stone-500\/50 {
    background-color: rgb(120 113 108 / 0.5);
  }

  .lg\:bg-stone-500\/60 {
    background-color: rgb(120 113 108 / 0.6);
  }

  .lg\:bg-stone-500\/70 {
    background-color: rgb(120 113 108 / 0.7);
  }

  .lg\:bg-stone-500\/75 {
    background-color: rgb(120 113 108 / 0.75);
  }

  .lg\:bg-stone-500\/80 {
    background-color: rgb(120 113 108 / 0.8);
  }

  .lg\:bg-stone-500\/90 {
    background-color: rgb(120 113 108 / 0.9);
  }

  .lg\:bg-stone-500\/95 {
    background-color: rgb(120 113 108 / 0.95);
  }

  .lg\:bg-stone-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(87 83 78 / var(--tw-bg-opacity));
  }

  .lg\:bg-stone-600\/0 {
    background-color: rgb(87 83 78 / 0);
  }

  .lg\:bg-stone-600\/10 {
    background-color: rgb(87 83 78 / 0.1);
  }

  .lg\:bg-stone-600\/100 {
    background-color: rgb(87 83 78 / 1);
  }

  .lg\:bg-stone-600\/20 {
    background-color: rgb(87 83 78 / 0.2);
  }

  .lg\:bg-stone-600\/25 {
    background-color: rgb(87 83 78 / 0.25);
  }

  .lg\:bg-stone-600\/30 {
    background-color: rgb(87 83 78 / 0.3);
  }

  .lg\:bg-stone-600\/40 {
    background-color: rgb(87 83 78 / 0.4);
  }

  .lg\:bg-stone-600\/5 {
    background-color: rgb(87 83 78 / 0.05);
  }

  .lg\:bg-stone-600\/50 {
    background-color: rgb(87 83 78 / 0.5);
  }

  .lg\:bg-stone-600\/60 {
    background-color: rgb(87 83 78 / 0.6);
  }

  .lg\:bg-stone-600\/70 {
    background-color: rgb(87 83 78 / 0.7);
  }

  .lg\:bg-stone-600\/75 {
    background-color: rgb(87 83 78 / 0.75);
  }

  .lg\:bg-stone-600\/80 {
    background-color: rgb(87 83 78 / 0.8);
  }

  .lg\:bg-stone-600\/90 {
    background-color: rgb(87 83 78 / 0.9);
  }

  .lg\:bg-stone-600\/95 {
    background-color: rgb(87 83 78 / 0.95);
  }

  .lg\:bg-stone-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(68 64 60 / var(--tw-bg-opacity));
  }

  .lg\:bg-stone-700\/0 {
    background-color: rgb(68 64 60 / 0);
  }

  .lg\:bg-stone-700\/10 {
    background-color: rgb(68 64 60 / 0.1);
  }

  .lg\:bg-stone-700\/100 {
    background-color: rgb(68 64 60 / 1);
  }

  .lg\:bg-stone-700\/20 {
    background-color: rgb(68 64 60 / 0.2);
  }

  .lg\:bg-stone-700\/25 {
    background-color: rgb(68 64 60 / 0.25);
  }

  .lg\:bg-stone-700\/30 {
    background-color: rgb(68 64 60 / 0.3);
  }

  .lg\:bg-stone-700\/40 {
    background-color: rgb(68 64 60 / 0.4);
  }

  .lg\:bg-stone-700\/5 {
    background-color: rgb(68 64 60 / 0.05);
  }

  .lg\:bg-stone-700\/50 {
    background-color: rgb(68 64 60 / 0.5);
  }

  .lg\:bg-stone-700\/60 {
    background-color: rgb(68 64 60 / 0.6);
  }

  .lg\:bg-stone-700\/70 {
    background-color: rgb(68 64 60 / 0.7);
  }

  .lg\:bg-stone-700\/75 {
    background-color: rgb(68 64 60 / 0.75);
  }

  .lg\:bg-stone-700\/80 {
    background-color: rgb(68 64 60 / 0.8);
  }

  .lg\:bg-stone-700\/90 {
    background-color: rgb(68 64 60 / 0.9);
  }

  .lg\:bg-stone-700\/95 {
    background-color: rgb(68 64 60 / 0.95);
  }

  .lg\:bg-stone-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(41 37 36 / var(--tw-bg-opacity));
  }

  .lg\:bg-stone-800\/0 {
    background-color: rgb(41 37 36 / 0);
  }

  .lg\:bg-stone-800\/10 {
    background-color: rgb(41 37 36 / 0.1);
  }

  .lg\:bg-stone-800\/100 {
    background-color: rgb(41 37 36 / 1);
  }

  .lg\:bg-stone-800\/20 {
    background-color: rgb(41 37 36 / 0.2);
  }

  .lg\:bg-stone-800\/25 {
    background-color: rgb(41 37 36 / 0.25);
  }

  .lg\:bg-stone-800\/30 {
    background-color: rgb(41 37 36 / 0.3);
  }

  .lg\:bg-stone-800\/40 {
    background-color: rgb(41 37 36 / 0.4);
  }

  .lg\:bg-stone-800\/5 {
    background-color: rgb(41 37 36 / 0.05);
  }

  .lg\:bg-stone-800\/50 {
    background-color: rgb(41 37 36 / 0.5);
  }

  .lg\:bg-stone-800\/60 {
    background-color: rgb(41 37 36 / 0.6);
  }

  .lg\:bg-stone-800\/70 {
    background-color: rgb(41 37 36 / 0.7);
  }

  .lg\:bg-stone-800\/75 {
    background-color: rgb(41 37 36 / 0.75);
  }

  .lg\:bg-stone-800\/80 {
    background-color: rgb(41 37 36 / 0.8);
  }

  .lg\:bg-stone-800\/90 {
    background-color: rgb(41 37 36 / 0.9);
  }

  .lg\:bg-stone-800\/95 {
    background-color: rgb(41 37 36 / 0.95);
  }

  .lg\:bg-stone-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(28 25 23 / var(--tw-bg-opacity));
  }

  .lg\:bg-stone-900\/0 {
    background-color: rgb(28 25 23 / 0);
  }

  .lg\:bg-stone-900\/10 {
    background-color: rgb(28 25 23 / 0.1);
  }

  .lg\:bg-stone-900\/100 {
    background-color: rgb(28 25 23 / 1);
  }

  .lg\:bg-stone-900\/20 {
    background-color: rgb(28 25 23 / 0.2);
  }

  .lg\:bg-stone-900\/25 {
    background-color: rgb(28 25 23 / 0.25);
  }

  .lg\:bg-stone-900\/30 {
    background-color: rgb(28 25 23 / 0.3);
  }

  .lg\:bg-stone-900\/40 {
    background-color: rgb(28 25 23 / 0.4);
  }

  .lg\:bg-stone-900\/5 {
    background-color: rgb(28 25 23 / 0.05);
  }

  .lg\:bg-stone-900\/50 {
    background-color: rgb(28 25 23 / 0.5);
  }

  .lg\:bg-stone-900\/60 {
    background-color: rgb(28 25 23 / 0.6);
  }

  .lg\:bg-stone-900\/70 {
    background-color: rgb(28 25 23 / 0.7);
  }

  .lg\:bg-stone-900\/75 {
    background-color: rgb(28 25 23 / 0.75);
  }

  .lg\:bg-stone-900\/80 {
    background-color: rgb(28 25 23 / 0.8);
  }

  .lg\:bg-stone-900\/90 {
    background-color: rgb(28 25 23 / 0.9);
  }

  .lg\:bg-stone-900\/95 {
    background-color: rgb(28 25 23 / 0.95);
  }

  .lg\:bg-stone-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(12 10 9 / var(--tw-bg-opacity));
  }

  .lg\:bg-stone-950\/0 {
    background-color: rgb(12 10 9 / 0);
  }

  .lg\:bg-stone-950\/10 {
    background-color: rgb(12 10 9 / 0.1);
  }

  .lg\:bg-stone-950\/100 {
    background-color: rgb(12 10 9 / 1);
  }

  .lg\:bg-stone-950\/20 {
    background-color: rgb(12 10 9 / 0.2);
  }

  .lg\:bg-stone-950\/25 {
    background-color: rgb(12 10 9 / 0.25);
  }

  .lg\:bg-stone-950\/30 {
    background-color: rgb(12 10 9 / 0.3);
  }

  .lg\:bg-stone-950\/40 {
    background-color: rgb(12 10 9 / 0.4);
  }

  .lg\:bg-stone-950\/5 {
    background-color: rgb(12 10 9 / 0.05);
  }

  .lg\:bg-stone-950\/50 {
    background-color: rgb(12 10 9 / 0.5);
  }

  .lg\:bg-stone-950\/60 {
    background-color: rgb(12 10 9 / 0.6);
  }

  .lg\:bg-stone-950\/70 {
    background-color: rgb(12 10 9 / 0.7);
  }

  .lg\:bg-stone-950\/75 {
    background-color: rgb(12 10 9 / 0.75);
  }

  .lg\:bg-stone-950\/80 {
    background-color: rgb(12 10 9 / 0.8);
  }

  .lg\:bg-stone-950\/90 {
    background-color: rgb(12 10 9 / 0.9);
  }

  .lg\:bg-stone-950\/95 {
    background-color: rgb(12 10 9 / 0.95);
  }

  .lg\:bg-teal-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(204 251 241 / var(--tw-bg-opacity));
  }

  .lg\:bg-teal-100\/0 {
    background-color: rgb(204 251 241 / 0);
  }

  .lg\:bg-teal-100\/10 {
    background-color: rgb(204 251 241 / 0.1);
  }

  .lg\:bg-teal-100\/100 {
    background-color: rgb(204 251 241 / 1);
  }

  .lg\:bg-teal-100\/20 {
    background-color: rgb(204 251 241 / 0.2);
  }

  .lg\:bg-teal-100\/25 {
    background-color: rgb(204 251 241 / 0.25);
  }

  .lg\:bg-teal-100\/30 {
    background-color: rgb(204 251 241 / 0.3);
  }

  .lg\:bg-teal-100\/40 {
    background-color: rgb(204 251 241 / 0.4);
  }

  .lg\:bg-teal-100\/5 {
    background-color: rgb(204 251 241 / 0.05);
  }

  .lg\:bg-teal-100\/50 {
    background-color: rgb(204 251 241 / 0.5);
  }

  .lg\:bg-teal-100\/60 {
    background-color: rgb(204 251 241 / 0.6);
  }

  .lg\:bg-teal-100\/70 {
    background-color: rgb(204 251 241 / 0.7);
  }

  .lg\:bg-teal-100\/75 {
    background-color: rgb(204 251 241 / 0.75);
  }

  .lg\:bg-teal-100\/80 {
    background-color: rgb(204 251 241 / 0.8);
  }

  .lg\:bg-teal-100\/90 {
    background-color: rgb(204 251 241 / 0.9);
  }

  .lg\:bg-teal-100\/95 {
    background-color: rgb(204 251 241 / 0.95);
  }

  .lg\:bg-teal-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(153 246 228 / var(--tw-bg-opacity));
  }

  .lg\:bg-teal-200\/0 {
    background-color: rgb(153 246 228 / 0);
  }

  .lg\:bg-teal-200\/10 {
    background-color: rgb(153 246 228 / 0.1);
  }

  .lg\:bg-teal-200\/100 {
    background-color: rgb(153 246 228 / 1);
  }

  .lg\:bg-teal-200\/20 {
    background-color: rgb(153 246 228 / 0.2);
  }

  .lg\:bg-teal-200\/25 {
    background-color: rgb(153 246 228 / 0.25);
  }

  .lg\:bg-teal-200\/30 {
    background-color: rgb(153 246 228 / 0.3);
  }

  .lg\:bg-teal-200\/40 {
    background-color: rgb(153 246 228 / 0.4);
  }

  .lg\:bg-teal-200\/5 {
    background-color: rgb(153 246 228 / 0.05);
  }

  .lg\:bg-teal-200\/50 {
    background-color: rgb(153 246 228 / 0.5);
  }

  .lg\:bg-teal-200\/60 {
    background-color: rgb(153 246 228 / 0.6);
  }

  .lg\:bg-teal-200\/70 {
    background-color: rgb(153 246 228 / 0.7);
  }

  .lg\:bg-teal-200\/75 {
    background-color: rgb(153 246 228 / 0.75);
  }

  .lg\:bg-teal-200\/80 {
    background-color: rgb(153 246 228 / 0.8);
  }

  .lg\:bg-teal-200\/90 {
    background-color: rgb(153 246 228 / 0.9);
  }

  .lg\:bg-teal-200\/95 {
    background-color: rgb(153 246 228 / 0.95);
  }

  .lg\:bg-teal-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(94 234 212 / var(--tw-bg-opacity));
  }

  .lg\:bg-teal-300\/0 {
    background-color: rgb(94 234 212 / 0);
  }

  .lg\:bg-teal-300\/10 {
    background-color: rgb(94 234 212 / 0.1);
  }

  .lg\:bg-teal-300\/100 {
    background-color: rgb(94 234 212 / 1);
  }

  .lg\:bg-teal-300\/20 {
    background-color: rgb(94 234 212 / 0.2);
  }

  .lg\:bg-teal-300\/25 {
    background-color: rgb(94 234 212 / 0.25);
  }

  .lg\:bg-teal-300\/30 {
    background-color: rgb(94 234 212 / 0.3);
  }

  .lg\:bg-teal-300\/40 {
    background-color: rgb(94 234 212 / 0.4);
  }

  .lg\:bg-teal-300\/5 {
    background-color: rgb(94 234 212 / 0.05);
  }

  .lg\:bg-teal-300\/50 {
    background-color: rgb(94 234 212 / 0.5);
  }

  .lg\:bg-teal-300\/60 {
    background-color: rgb(94 234 212 / 0.6);
  }

  .lg\:bg-teal-300\/70 {
    background-color: rgb(94 234 212 / 0.7);
  }

  .lg\:bg-teal-300\/75 {
    background-color: rgb(94 234 212 / 0.75);
  }

  .lg\:bg-teal-300\/80 {
    background-color: rgb(94 234 212 / 0.8);
  }

  .lg\:bg-teal-300\/90 {
    background-color: rgb(94 234 212 / 0.9);
  }

  .lg\:bg-teal-300\/95 {
    background-color: rgb(94 234 212 / 0.95);
  }

  .lg\:bg-teal-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(45 212 191 / var(--tw-bg-opacity));
  }

  .lg\:bg-teal-400\/0 {
    background-color: rgb(45 212 191 / 0);
  }

  .lg\:bg-teal-400\/10 {
    background-color: rgb(45 212 191 / 0.1);
  }

  .lg\:bg-teal-400\/100 {
    background-color: rgb(45 212 191 / 1);
  }

  .lg\:bg-teal-400\/20 {
    background-color: rgb(45 212 191 / 0.2);
  }

  .lg\:bg-teal-400\/25 {
    background-color: rgb(45 212 191 / 0.25);
  }

  .lg\:bg-teal-400\/30 {
    background-color: rgb(45 212 191 / 0.3);
  }

  .lg\:bg-teal-400\/40 {
    background-color: rgb(45 212 191 / 0.4);
  }

  .lg\:bg-teal-400\/5 {
    background-color: rgb(45 212 191 / 0.05);
  }

  .lg\:bg-teal-400\/50 {
    background-color: rgb(45 212 191 / 0.5);
  }

  .lg\:bg-teal-400\/60 {
    background-color: rgb(45 212 191 / 0.6);
  }

  .lg\:bg-teal-400\/70 {
    background-color: rgb(45 212 191 / 0.7);
  }

  .lg\:bg-teal-400\/75 {
    background-color: rgb(45 212 191 / 0.75);
  }

  .lg\:bg-teal-400\/80 {
    background-color: rgb(45 212 191 / 0.8);
  }

  .lg\:bg-teal-400\/90 {
    background-color: rgb(45 212 191 / 0.9);
  }

  .lg\:bg-teal-400\/95 {
    background-color: rgb(45 212 191 / 0.95);
  }

  .lg\:bg-teal-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(240 253 250 / var(--tw-bg-opacity));
  }

  .lg\:bg-teal-50\/0 {
    background-color: rgb(240 253 250 / 0);
  }

  .lg\:bg-teal-50\/10 {
    background-color: rgb(240 253 250 / 0.1);
  }

  .lg\:bg-teal-50\/100 {
    background-color: rgb(240 253 250 / 1);
  }

  .lg\:bg-teal-50\/20 {
    background-color: rgb(240 253 250 / 0.2);
  }

  .lg\:bg-teal-50\/25 {
    background-color: rgb(240 253 250 / 0.25);
  }

  .lg\:bg-teal-50\/30 {
    background-color: rgb(240 253 250 / 0.3);
  }

  .lg\:bg-teal-50\/40 {
    background-color: rgb(240 253 250 / 0.4);
  }

  .lg\:bg-teal-50\/5 {
    background-color: rgb(240 253 250 / 0.05);
  }

  .lg\:bg-teal-50\/50 {
    background-color: rgb(240 253 250 / 0.5);
  }

  .lg\:bg-teal-50\/60 {
    background-color: rgb(240 253 250 / 0.6);
  }

  .lg\:bg-teal-50\/70 {
    background-color: rgb(240 253 250 / 0.7);
  }

  .lg\:bg-teal-50\/75 {
    background-color: rgb(240 253 250 / 0.75);
  }

  .lg\:bg-teal-50\/80 {
    background-color: rgb(240 253 250 / 0.8);
  }

  .lg\:bg-teal-50\/90 {
    background-color: rgb(240 253 250 / 0.9);
  }

  .lg\:bg-teal-50\/95 {
    background-color: rgb(240 253 250 / 0.95);
  }

  .lg\:bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(20 184 166 / var(--tw-bg-opacity));
  }

  .lg\:bg-teal-500\/0 {
    background-color: rgb(20 184 166 / 0);
  }

  .lg\:bg-teal-500\/10 {
    background-color: rgb(20 184 166 / 0.1);
  }

  .lg\:bg-teal-500\/100 {
    background-color: rgb(20 184 166 / 1);
  }

  .lg\:bg-teal-500\/20 {
    background-color: rgb(20 184 166 / 0.2);
  }

  .lg\:bg-teal-500\/25 {
    background-color: rgb(20 184 166 / 0.25);
  }

  .lg\:bg-teal-500\/30 {
    background-color: rgb(20 184 166 / 0.3);
  }

  .lg\:bg-teal-500\/40 {
    background-color: rgb(20 184 166 / 0.4);
  }

  .lg\:bg-teal-500\/5 {
    background-color: rgb(20 184 166 / 0.05);
  }

  .lg\:bg-teal-500\/50 {
    background-color: rgb(20 184 166 / 0.5);
  }

  .lg\:bg-teal-500\/60 {
    background-color: rgb(20 184 166 / 0.6);
  }

  .lg\:bg-teal-500\/70 {
    background-color: rgb(20 184 166 / 0.7);
  }

  .lg\:bg-teal-500\/75 {
    background-color: rgb(20 184 166 / 0.75);
  }

  .lg\:bg-teal-500\/80 {
    background-color: rgb(20 184 166 / 0.8);
  }

  .lg\:bg-teal-500\/90 {
    background-color: rgb(20 184 166 / 0.9);
  }

  .lg\:bg-teal-500\/95 {
    background-color: rgb(20 184 166 / 0.95);
  }

  .lg\:bg-teal-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(13 148 136 / var(--tw-bg-opacity));
  }

  .lg\:bg-teal-600\/0 {
    background-color: rgb(13 148 136 / 0);
  }

  .lg\:bg-teal-600\/10 {
    background-color: rgb(13 148 136 / 0.1);
  }

  .lg\:bg-teal-600\/100 {
    background-color: rgb(13 148 136 / 1);
  }

  .lg\:bg-teal-600\/20 {
    background-color: rgb(13 148 136 / 0.2);
  }

  .lg\:bg-teal-600\/25 {
    background-color: rgb(13 148 136 / 0.25);
  }

  .lg\:bg-teal-600\/30 {
    background-color: rgb(13 148 136 / 0.3);
  }

  .lg\:bg-teal-600\/40 {
    background-color: rgb(13 148 136 / 0.4);
  }

  .lg\:bg-teal-600\/5 {
    background-color: rgb(13 148 136 / 0.05);
  }

  .lg\:bg-teal-600\/50 {
    background-color: rgb(13 148 136 / 0.5);
  }

  .lg\:bg-teal-600\/60 {
    background-color: rgb(13 148 136 / 0.6);
  }

  .lg\:bg-teal-600\/70 {
    background-color: rgb(13 148 136 / 0.7);
  }

  .lg\:bg-teal-600\/75 {
    background-color: rgb(13 148 136 / 0.75);
  }

  .lg\:bg-teal-600\/80 {
    background-color: rgb(13 148 136 / 0.8);
  }

  .lg\:bg-teal-600\/90 {
    background-color: rgb(13 148 136 / 0.9);
  }

  .lg\:bg-teal-600\/95 {
    background-color: rgb(13 148 136 / 0.95);
  }

  .lg\:bg-teal-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(15 118 110 / var(--tw-bg-opacity));
  }

  .lg\:bg-teal-700\/0 {
    background-color: rgb(15 118 110 / 0);
  }

  .lg\:bg-teal-700\/10 {
    background-color: rgb(15 118 110 / 0.1);
  }

  .lg\:bg-teal-700\/100 {
    background-color: rgb(15 118 110 / 1);
  }

  .lg\:bg-teal-700\/20 {
    background-color: rgb(15 118 110 / 0.2);
  }

  .lg\:bg-teal-700\/25 {
    background-color: rgb(15 118 110 / 0.25);
  }

  .lg\:bg-teal-700\/30 {
    background-color: rgb(15 118 110 / 0.3);
  }

  .lg\:bg-teal-700\/40 {
    background-color: rgb(15 118 110 / 0.4);
  }

  .lg\:bg-teal-700\/5 {
    background-color: rgb(15 118 110 / 0.05);
  }

  .lg\:bg-teal-700\/50 {
    background-color: rgb(15 118 110 / 0.5);
  }

  .lg\:bg-teal-700\/60 {
    background-color: rgb(15 118 110 / 0.6);
  }

  .lg\:bg-teal-700\/70 {
    background-color: rgb(15 118 110 / 0.7);
  }

  .lg\:bg-teal-700\/75 {
    background-color: rgb(15 118 110 / 0.75);
  }

  .lg\:bg-teal-700\/80 {
    background-color: rgb(15 118 110 / 0.8);
  }

  .lg\:bg-teal-700\/90 {
    background-color: rgb(15 118 110 / 0.9);
  }

  .lg\:bg-teal-700\/95 {
    background-color: rgb(15 118 110 / 0.95);
  }

  .lg\:bg-teal-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 94 89 / var(--tw-bg-opacity));
  }

  .lg\:bg-teal-800\/0 {
    background-color: rgb(17 94 89 / 0);
  }

  .lg\:bg-teal-800\/10 {
    background-color: rgb(17 94 89 / 0.1);
  }

  .lg\:bg-teal-800\/100 {
    background-color: rgb(17 94 89 / 1);
  }

  .lg\:bg-teal-800\/20 {
    background-color: rgb(17 94 89 / 0.2);
  }

  .lg\:bg-teal-800\/25 {
    background-color: rgb(17 94 89 / 0.25);
  }

  .lg\:bg-teal-800\/30 {
    background-color: rgb(17 94 89 / 0.3);
  }

  .lg\:bg-teal-800\/40 {
    background-color: rgb(17 94 89 / 0.4);
  }

  .lg\:bg-teal-800\/5 {
    background-color: rgb(17 94 89 / 0.05);
  }

  .lg\:bg-teal-800\/50 {
    background-color: rgb(17 94 89 / 0.5);
  }

  .lg\:bg-teal-800\/60 {
    background-color: rgb(17 94 89 / 0.6);
  }

  .lg\:bg-teal-800\/70 {
    background-color: rgb(17 94 89 / 0.7);
  }

  .lg\:bg-teal-800\/75 {
    background-color: rgb(17 94 89 / 0.75);
  }

  .lg\:bg-teal-800\/80 {
    background-color: rgb(17 94 89 / 0.8);
  }

  .lg\:bg-teal-800\/90 {
    background-color: rgb(17 94 89 / 0.9);
  }

  .lg\:bg-teal-800\/95 {
    background-color: rgb(17 94 89 / 0.95);
  }

  .lg\:bg-teal-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(19 78 74 / var(--tw-bg-opacity));
  }

  .lg\:bg-teal-900\/0 {
    background-color: rgb(19 78 74 / 0);
  }

  .lg\:bg-teal-900\/10 {
    background-color: rgb(19 78 74 / 0.1);
  }

  .lg\:bg-teal-900\/100 {
    background-color: rgb(19 78 74 / 1);
  }

  .lg\:bg-teal-900\/20 {
    background-color: rgb(19 78 74 / 0.2);
  }

  .lg\:bg-teal-900\/25 {
    background-color: rgb(19 78 74 / 0.25);
  }

  .lg\:bg-teal-900\/30 {
    background-color: rgb(19 78 74 / 0.3);
  }

  .lg\:bg-teal-900\/40 {
    background-color: rgb(19 78 74 / 0.4);
  }

  .lg\:bg-teal-900\/5 {
    background-color: rgb(19 78 74 / 0.05);
  }

  .lg\:bg-teal-900\/50 {
    background-color: rgb(19 78 74 / 0.5);
  }

  .lg\:bg-teal-900\/60 {
    background-color: rgb(19 78 74 / 0.6);
  }

  .lg\:bg-teal-900\/70 {
    background-color: rgb(19 78 74 / 0.7);
  }

  .lg\:bg-teal-900\/75 {
    background-color: rgb(19 78 74 / 0.75);
  }

  .lg\:bg-teal-900\/80 {
    background-color: rgb(19 78 74 / 0.8);
  }

  .lg\:bg-teal-900\/90 {
    background-color: rgb(19 78 74 / 0.9);
  }

  .lg\:bg-teal-900\/95 {
    background-color: rgb(19 78 74 / 0.95);
  }

  .lg\:bg-teal-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(4 47 46 / var(--tw-bg-opacity));
  }

  .lg\:bg-teal-950\/0 {
    background-color: rgb(4 47 46 / 0);
  }

  .lg\:bg-teal-950\/10 {
    background-color: rgb(4 47 46 / 0.1);
  }

  .lg\:bg-teal-950\/100 {
    background-color: rgb(4 47 46 / 1);
  }

  .lg\:bg-teal-950\/20 {
    background-color: rgb(4 47 46 / 0.2);
  }

  .lg\:bg-teal-950\/25 {
    background-color: rgb(4 47 46 / 0.25);
  }

  .lg\:bg-teal-950\/30 {
    background-color: rgb(4 47 46 / 0.3);
  }

  .lg\:bg-teal-950\/40 {
    background-color: rgb(4 47 46 / 0.4);
  }

  .lg\:bg-teal-950\/5 {
    background-color: rgb(4 47 46 / 0.05);
  }

  .lg\:bg-teal-950\/50 {
    background-color: rgb(4 47 46 / 0.5);
  }

  .lg\:bg-teal-950\/60 {
    background-color: rgb(4 47 46 / 0.6);
  }

  .lg\:bg-teal-950\/70 {
    background-color: rgb(4 47 46 / 0.7);
  }

  .lg\:bg-teal-950\/75 {
    background-color: rgb(4 47 46 / 0.75);
  }

  .lg\:bg-teal-950\/80 {
    background-color: rgb(4 47 46 / 0.8);
  }

  .lg\:bg-teal-950\/90 {
    background-color: rgb(4 47 46 / 0.9);
  }

  .lg\:bg-teal-950\/95 {
    background-color: rgb(4 47 46 / 0.95);
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:bg-transparent\/0 {
    background-color: rgb(0 0 0 / 0);
  }

  .lg\:bg-transparent\/10 {
    background-color: rgb(0 0 0 / 0.1);
  }

  .lg\:bg-transparent\/100 {
    background-color: rgb(0 0 0 / 1);
  }

  .lg\:bg-transparent\/20 {
    background-color: rgb(0 0 0 / 0.2);
  }

  .lg\:bg-transparent\/25 {
    background-color: rgb(0 0 0 / 0.25);
  }

  .lg\:bg-transparent\/30 {
    background-color: rgb(0 0 0 / 0.3);
  }

  .lg\:bg-transparent\/40 {
    background-color: rgb(0 0 0 / 0.4);
  }

  .lg\:bg-transparent\/5 {
    background-color: rgb(0 0 0 / 0.05);
  }

  .lg\:bg-transparent\/50 {
    background-color: rgb(0 0 0 / 0.5);
  }

  .lg\:bg-transparent\/60 {
    background-color: rgb(0 0 0 / 0.6);
  }

  .lg\:bg-transparent\/70 {
    background-color: rgb(0 0 0 / 0.7);
  }

  .lg\:bg-transparent\/75 {
    background-color: rgb(0 0 0 / 0.75);
  }

  .lg\:bg-transparent\/80 {
    background-color: rgb(0 0 0 / 0.8);
  }

  .lg\:bg-transparent\/90 {
    background-color: rgb(0 0 0 / 0.9);
  }

  .lg\:bg-transparent\/95 {
    background-color: rgb(0 0 0 / 0.95);
  }

  .lg\:bg-tykhe-digital {
    --tw-bg-opacity: 1;
    background-color: rgb(239 156 131 / var(--tw-bg-opacity));
  }

  .lg\:bg-tykhe-digital-alt {
    --tw-bg-opacity: 1;
    background-color: rgb(245 239 224 / var(--tw-bg-opacity));
  }

  .lg\:bg-tykhe-digital-alt\/0 {
    background-color: rgb(245 239 224 / 0);
  }

  .lg\:bg-tykhe-digital-alt\/10 {
    background-color: rgb(245 239 224 / 0.1);
  }

  .lg\:bg-tykhe-digital-alt\/100 {
    background-color: rgb(245 239 224 / 1);
  }

  .lg\:bg-tykhe-digital-alt\/20 {
    background-color: rgb(245 239 224 / 0.2);
  }

  .lg\:bg-tykhe-digital-alt\/25 {
    background-color: rgb(245 239 224 / 0.25);
  }

  .lg\:bg-tykhe-digital-alt\/30 {
    background-color: rgb(245 239 224 / 0.3);
  }

  .lg\:bg-tykhe-digital-alt\/40 {
    background-color: rgb(245 239 224 / 0.4);
  }

  .lg\:bg-tykhe-digital-alt\/5 {
    background-color: rgb(245 239 224 / 0.05);
  }

  .lg\:bg-tykhe-digital-alt\/50 {
    background-color: rgb(245 239 224 / 0.5);
  }

  .lg\:bg-tykhe-digital-alt\/60 {
    background-color: rgb(245 239 224 / 0.6);
  }

  .lg\:bg-tykhe-digital-alt\/70 {
    background-color: rgb(245 239 224 / 0.7);
  }

  .lg\:bg-tykhe-digital-alt\/75 {
    background-color: rgb(245 239 224 / 0.75);
  }

  .lg\:bg-tykhe-digital-alt\/80 {
    background-color: rgb(245 239 224 / 0.8);
  }

  .lg\:bg-tykhe-digital-alt\/90 {
    background-color: rgb(245 239 224 / 0.9);
  }

  .lg\:bg-tykhe-digital-alt\/95 {
    background-color: rgb(245 239 224 / 0.95);
  }

  .lg\:bg-tykhe-digital-alt2 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 58 111 / var(--tw-bg-opacity));
  }

  .lg\:bg-tykhe-digital-alt2\/0 {
    background-color: rgb(255 58 111 / 0);
  }

  .lg\:bg-tykhe-digital-alt2\/10 {
    background-color: rgb(255 58 111 / 0.1);
  }

  .lg\:bg-tykhe-digital-alt2\/100 {
    background-color: rgb(255 58 111 / 1);
  }

  .lg\:bg-tykhe-digital-alt2\/20 {
    background-color: rgb(255 58 111 / 0.2);
  }

  .lg\:bg-tykhe-digital-alt2\/25 {
    background-color: rgb(255 58 111 / 0.25);
  }

  .lg\:bg-tykhe-digital-alt2\/30 {
    background-color: rgb(255 58 111 / 0.3);
  }

  .lg\:bg-tykhe-digital-alt2\/40 {
    background-color: rgb(255 58 111 / 0.4);
  }

  .lg\:bg-tykhe-digital-alt2\/5 {
    background-color: rgb(255 58 111 / 0.05);
  }

  .lg\:bg-tykhe-digital-alt2\/50 {
    background-color: rgb(255 58 111 / 0.5);
  }

  .lg\:bg-tykhe-digital-alt2\/60 {
    background-color: rgb(255 58 111 / 0.6);
  }

  .lg\:bg-tykhe-digital-alt2\/70 {
    background-color: rgb(255 58 111 / 0.7);
  }

  .lg\:bg-tykhe-digital-alt2\/75 {
    background-color: rgb(255 58 111 / 0.75);
  }

  .lg\:bg-tykhe-digital-alt2\/80 {
    background-color: rgb(255 58 111 / 0.8);
  }

  .lg\:bg-tykhe-digital-alt2\/90 {
    background-color: rgb(255 58 111 / 0.9);
  }

  .lg\:bg-tykhe-digital-alt2\/95 {
    background-color: rgb(255 58 111 / 0.95);
  }

  .lg\:bg-tykhe-digital-alt3 {
    --tw-bg-opacity: 1;
    background-color: rgb(131 214 239 / var(--tw-bg-opacity));
  }

  .lg\:bg-tykhe-digital-alt3\/0 {
    background-color: rgb(131 214 239 / 0);
  }

  .lg\:bg-tykhe-digital-alt3\/10 {
    background-color: rgb(131 214 239 / 0.1);
  }

  .lg\:bg-tykhe-digital-alt3\/100 {
    background-color: rgb(131 214 239 / 1);
  }

  .lg\:bg-tykhe-digital-alt3\/20 {
    background-color: rgb(131 214 239 / 0.2);
  }

  .lg\:bg-tykhe-digital-alt3\/25 {
    background-color: rgb(131 214 239 / 0.25);
  }

  .lg\:bg-tykhe-digital-alt3\/30 {
    background-color: rgb(131 214 239 / 0.3);
  }

  .lg\:bg-tykhe-digital-alt3\/40 {
    background-color: rgb(131 214 239 / 0.4);
  }

  .lg\:bg-tykhe-digital-alt3\/5 {
    background-color: rgb(131 214 239 / 0.05);
  }

  .lg\:bg-tykhe-digital-alt3\/50 {
    background-color: rgb(131 214 239 / 0.5);
  }

  .lg\:bg-tykhe-digital-alt3\/60 {
    background-color: rgb(131 214 239 / 0.6);
  }

  .lg\:bg-tykhe-digital-alt3\/70 {
    background-color: rgb(131 214 239 / 0.7);
  }

  .lg\:bg-tykhe-digital-alt3\/75 {
    background-color: rgb(131 214 239 / 0.75);
  }

  .lg\:bg-tykhe-digital-alt3\/80 {
    background-color: rgb(131 214 239 / 0.8);
  }

  .lg\:bg-tykhe-digital-alt3\/90 {
    background-color: rgb(131 214 239 / 0.9);
  }

  .lg\:bg-tykhe-digital-alt3\/95 {
    background-color: rgb(131 214 239 / 0.95);
  }

  .lg\:bg-tykhe-digital\/0 {
    background-color: rgb(239 156 131 / 0);
  }

  .lg\:bg-tykhe-digital\/10 {
    background-color: rgb(239 156 131 / 0.1);
  }

  .lg\:bg-tykhe-digital\/100 {
    background-color: rgb(239 156 131 / 1);
  }

  .lg\:bg-tykhe-digital\/20 {
    background-color: rgb(239 156 131 / 0.2);
  }

  .lg\:bg-tykhe-digital\/25 {
    background-color: rgb(239 156 131 / 0.25);
  }

  .lg\:bg-tykhe-digital\/30 {
    background-color: rgb(239 156 131 / 0.3);
  }

  .lg\:bg-tykhe-digital\/40 {
    background-color: rgb(239 156 131 / 0.4);
  }

  .lg\:bg-tykhe-digital\/5 {
    background-color: rgb(239 156 131 / 0.05);
  }

  .lg\:bg-tykhe-digital\/50 {
    background-color: rgb(239 156 131 / 0.5);
  }

  .lg\:bg-tykhe-digital\/60 {
    background-color: rgb(239 156 131 / 0.6);
  }

  .lg\:bg-tykhe-digital\/70 {
    background-color: rgb(239 156 131 / 0.7);
  }

  .lg\:bg-tykhe-digital\/75 {
    background-color: rgb(239 156 131 / 0.75);
  }

  .lg\:bg-tykhe-digital\/80 {
    background-color: rgb(239 156 131 / 0.8);
  }

  .lg\:bg-tykhe-digital\/90 {
    background-color: rgb(239 156 131 / 0.9);
  }

  .lg\:bg-tykhe-digital\/95 {
    background-color: rgb(239 156 131 / 0.95);
  }

  .lg\:bg-violet-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(237 233 254 / var(--tw-bg-opacity));
  }

  .lg\:bg-violet-100\/0 {
    background-color: rgb(237 233 254 / 0);
  }

  .lg\:bg-violet-100\/10 {
    background-color: rgb(237 233 254 / 0.1);
  }

  .lg\:bg-violet-100\/100 {
    background-color: rgb(237 233 254 / 1);
  }

  .lg\:bg-violet-100\/20 {
    background-color: rgb(237 233 254 / 0.2);
  }

  .lg\:bg-violet-100\/25 {
    background-color: rgb(237 233 254 / 0.25);
  }

  .lg\:bg-violet-100\/30 {
    background-color: rgb(237 233 254 / 0.3);
  }

  .lg\:bg-violet-100\/40 {
    background-color: rgb(237 233 254 / 0.4);
  }

  .lg\:bg-violet-100\/5 {
    background-color: rgb(237 233 254 / 0.05);
  }

  .lg\:bg-violet-100\/50 {
    background-color: rgb(237 233 254 / 0.5);
  }

  .lg\:bg-violet-100\/60 {
    background-color: rgb(237 233 254 / 0.6);
  }

  .lg\:bg-violet-100\/70 {
    background-color: rgb(237 233 254 / 0.7);
  }

  .lg\:bg-violet-100\/75 {
    background-color: rgb(237 233 254 / 0.75);
  }

  .lg\:bg-violet-100\/80 {
    background-color: rgb(237 233 254 / 0.8);
  }

  .lg\:bg-violet-100\/90 {
    background-color: rgb(237 233 254 / 0.9);
  }

  .lg\:bg-violet-100\/95 {
    background-color: rgb(237 233 254 / 0.95);
  }

  .lg\:bg-violet-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(221 214 254 / var(--tw-bg-opacity));
  }

  .lg\:bg-violet-200\/0 {
    background-color: rgb(221 214 254 / 0);
  }

  .lg\:bg-violet-200\/10 {
    background-color: rgb(221 214 254 / 0.1);
  }

  .lg\:bg-violet-200\/100 {
    background-color: rgb(221 214 254 / 1);
  }

  .lg\:bg-violet-200\/20 {
    background-color: rgb(221 214 254 / 0.2);
  }

  .lg\:bg-violet-200\/25 {
    background-color: rgb(221 214 254 / 0.25);
  }

  .lg\:bg-violet-200\/30 {
    background-color: rgb(221 214 254 / 0.3);
  }

  .lg\:bg-violet-200\/40 {
    background-color: rgb(221 214 254 / 0.4);
  }

  .lg\:bg-violet-200\/5 {
    background-color: rgb(221 214 254 / 0.05);
  }

  .lg\:bg-violet-200\/50 {
    background-color: rgb(221 214 254 / 0.5);
  }

  .lg\:bg-violet-200\/60 {
    background-color: rgb(221 214 254 / 0.6);
  }

  .lg\:bg-violet-200\/70 {
    background-color: rgb(221 214 254 / 0.7);
  }

  .lg\:bg-violet-200\/75 {
    background-color: rgb(221 214 254 / 0.75);
  }

  .lg\:bg-violet-200\/80 {
    background-color: rgb(221 214 254 / 0.8);
  }

  .lg\:bg-violet-200\/90 {
    background-color: rgb(221 214 254 / 0.9);
  }

  .lg\:bg-violet-200\/95 {
    background-color: rgb(221 214 254 / 0.95);
  }

  .lg\:bg-violet-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(196 181 253 / var(--tw-bg-opacity));
  }

  .lg\:bg-violet-300\/0 {
    background-color: rgb(196 181 253 / 0);
  }

  .lg\:bg-violet-300\/10 {
    background-color: rgb(196 181 253 / 0.1);
  }

  .lg\:bg-violet-300\/100 {
    background-color: rgb(196 181 253 / 1);
  }

  .lg\:bg-violet-300\/20 {
    background-color: rgb(196 181 253 / 0.2);
  }

  .lg\:bg-violet-300\/25 {
    background-color: rgb(196 181 253 / 0.25);
  }

  .lg\:bg-violet-300\/30 {
    background-color: rgb(196 181 253 / 0.3);
  }

  .lg\:bg-violet-300\/40 {
    background-color: rgb(196 181 253 / 0.4);
  }

  .lg\:bg-violet-300\/5 {
    background-color: rgb(196 181 253 / 0.05);
  }

  .lg\:bg-violet-300\/50 {
    background-color: rgb(196 181 253 / 0.5);
  }

  .lg\:bg-violet-300\/60 {
    background-color: rgb(196 181 253 / 0.6);
  }

  .lg\:bg-violet-300\/70 {
    background-color: rgb(196 181 253 / 0.7);
  }

  .lg\:bg-violet-300\/75 {
    background-color: rgb(196 181 253 / 0.75);
  }

  .lg\:bg-violet-300\/80 {
    background-color: rgb(196 181 253 / 0.8);
  }

  .lg\:bg-violet-300\/90 {
    background-color: rgb(196 181 253 / 0.9);
  }

  .lg\:bg-violet-300\/95 {
    background-color: rgb(196 181 253 / 0.95);
  }

  .lg\:bg-violet-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(167 139 250 / var(--tw-bg-opacity));
  }

  .lg\:bg-violet-400\/0 {
    background-color: rgb(167 139 250 / 0);
  }

  .lg\:bg-violet-400\/10 {
    background-color: rgb(167 139 250 / 0.1);
  }

  .lg\:bg-violet-400\/100 {
    background-color: rgb(167 139 250 / 1);
  }

  .lg\:bg-violet-400\/20 {
    background-color: rgb(167 139 250 / 0.2);
  }

  .lg\:bg-violet-400\/25 {
    background-color: rgb(167 139 250 / 0.25);
  }

  .lg\:bg-violet-400\/30 {
    background-color: rgb(167 139 250 / 0.3);
  }

  .lg\:bg-violet-400\/40 {
    background-color: rgb(167 139 250 / 0.4);
  }

  .lg\:bg-violet-400\/5 {
    background-color: rgb(167 139 250 / 0.05);
  }

  .lg\:bg-violet-400\/50 {
    background-color: rgb(167 139 250 / 0.5);
  }

  .lg\:bg-violet-400\/60 {
    background-color: rgb(167 139 250 / 0.6);
  }

  .lg\:bg-violet-400\/70 {
    background-color: rgb(167 139 250 / 0.7);
  }

  .lg\:bg-violet-400\/75 {
    background-color: rgb(167 139 250 / 0.75);
  }

  .lg\:bg-violet-400\/80 {
    background-color: rgb(167 139 250 / 0.8);
  }

  .lg\:bg-violet-400\/90 {
    background-color: rgb(167 139 250 / 0.9);
  }

  .lg\:bg-violet-400\/95 {
    background-color: rgb(167 139 250 / 0.95);
  }

  .lg\:bg-violet-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 243 255 / var(--tw-bg-opacity));
  }

  .lg\:bg-violet-50\/0 {
    background-color: rgb(245 243 255 / 0);
  }

  .lg\:bg-violet-50\/10 {
    background-color: rgb(245 243 255 / 0.1);
  }

  .lg\:bg-violet-50\/100 {
    background-color: rgb(245 243 255 / 1);
  }

  .lg\:bg-violet-50\/20 {
    background-color: rgb(245 243 255 / 0.2);
  }

  .lg\:bg-violet-50\/25 {
    background-color: rgb(245 243 255 / 0.25);
  }

  .lg\:bg-violet-50\/30 {
    background-color: rgb(245 243 255 / 0.3);
  }

  .lg\:bg-violet-50\/40 {
    background-color: rgb(245 243 255 / 0.4);
  }

  .lg\:bg-violet-50\/5 {
    background-color: rgb(245 243 255 / 0.05);
  }

  .lg\:bg-violet-50\/50 {
    background-color: rgb(245 243 255 / 0.5);
  }

  .lg\:bg-violet-50\/60 {
    background-color: rgb(245 243 255 / 0.6);
  }

  .lg\:bg-violet-50\/70 {
    background-color: rgb(245 243 255 / 0.7);
  }

  .lg\:bg-violet-50\/75 {
    background-color: rgb(245 243 255 / 0.75);
  }

  .lg\:bg-violet-50\/80 {
    background-color: rgb(245 243 255 / 0.8);
  }

  .lg\:bg-violet-50\/90 {
    background-color: rgb(245 243 255 / 0.9);
  }

  .lg\:bg-violet-50\/95 {
    background-color: rgb(245 243 255 / 0.95);
  }

  .lg\:bg-violet-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(139 92 246 / var(--tw-bg-opacity));
  }

  .lg\:bg-violet-500\/0 {
    background-color: rgb(139 92 246 / 0);
  }

  .lg\:bg-violet-500\/10 {
    background-color: rgb(139 92 246 / 0.1);
  }

  .lg\:bg-violet-500\/100 {
    background-color: rgb(139 92 246 / 1);
  }

  .lg\:bg-violet-500\/20 {
    background-color: rgb(139 92 246 / 0.2);
  }

  .lg\:bg-violet-500\/25 {
    background-color: rgb(139 92 246 / 0.25);
  }

  .lg\:bg-violet-500\/30 {
    background-color: rgb(139 92 246 / 0.3);
  }

  .lg\:bg-violet-500\/40 {
    background-color: rgb(139 92 246 / 0.4);
  }

  .lg\:bg-violet-500\/5 {
    background-color: rgb(139 92 246 / 0.05);
  }

  .lg\:bg-violet-500\/50 {
    background-color: rgb(139 92 246 / 0.5);
  }

  .lg\:bg-violet-500\/60 {
    background-color: rgb(139 92 246 / 0.6);
  }

  .lg\:bg-violet-500\/70 {
    background-color: rgb(139 92 246 / 0.7);
  }

  .lg\:bg-violet-500\/75 {
    background-color: rgb(139 92 246 / 0.75);
  }

  .lg\:bg-violet-500\/80 {
    background-color: rgb(139 92 246 / 0.8);
  }

  .lg\:bg-violet-500\/90 {
    background-color: rgb(139 92 246 / 0.9);
  }

  .lg\:bg-violet-500\/95 {
    background-color: rgb(139 92 246 / 0.95);
  }

  .lg\:bg-violet-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(124 58 237 / var(--tw-bg-opacity));
  }

  .lg\:bg-violet-600\/0 {
    background-color: rgb(124 58 237 / 0);
  }

  .lg\:bg-violet-600\/10 {
    background-color: rgb(124 58 237 / 0.1);
  }

  .lg\:bg-violet-600\/100 {
    background-color: rgb(124 58 237 / 1);
  }

  .lg\:bg-violet-600\/20 {
    background-color: rgb(124 58 237 / 0.2);
  }

  .lg\:bg-violet-600\/25 {
    background-color: rgb(124 58 237 / 0.25);
  }

  .lg\:bg-violet-600\/30 {
    background-color: rgb(124 58 237 / 0.3);
  }

  .lg\:bg-violet-600\/40 {
    background-color: rgb(124 58 237 / 0.4);
  }

  .lg\:bg-violet-600\/5 {
    background-color: rgb(124 58 237 / 0.05);
  }

  .lg\:bg-violet-600\/50 {
    background-color: rgb(124 58 237 / 0.5);
  }

  .lg\:bg-violet-600\/60 {
    background-color: rgb(124 58 237 / 0.6);
  }

  .lg\:bg-violet-600\/70 {
    background-color: rgb(124 58 237 / 0.7);
  }

  .lg\:bg-violet-600\/75 {
    background-color: rgb(124 58 237 / 0.75);
  }

  .lg\:bg-violet-600\/80 {
    background-color: rgb(124 58 237 / 0.8);
  }

  .lg\:bg-violet-600\/90 {
    background-color: rgb(124 58 237 / 0.9);
  }

  .lg\:bg-violet-600\/95 {
    background-color: rgb(124 58 237 / 0.95);
  }

  .lg\:bg-violet-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(109 40 217 / var(--tw-bg-opacity));
  }

  .lg\:bg-violet-700\/0 {
    background-color: rgb(109 40 217 / 0);
  }

  .lg\:bg-violet-700\/10 {
    background-color: rgb(109 40 217 / 0.1);
  }

  .lg\:bg-violet-700\/100 {
    background-color: rgb(109 40 217 / 1);
  }

  .lg\:bg-violet-700\/20 {
    background-color: rgb(109 40 217 / 0.2);
  }

  .lg\:bg-violet-700\/25 {
    background-color: rgb(109 40 217 / 0.25);
  }

  .lg\:bg-violet-700\/30 {
    background-color: rgb(109 40 217 / 0.3);
  }

  .lg\:bg-violet-700\/40 {
    background-color: rgb(109 40 217 / 0.4);
  }

  .lg\:bg-violet-700\/5 {
    background-color: rgb(109 40 217 / 0.05);
  }

  .lg\:bg-violet-700\/50 {
    background-color: rgb(109 40 217 / 0.5);
  }

  .lg\:bg-violet-700\/60 {
    background-color: rgb(109 40 217 / 0.6);
  }

  .lg\:bg-violet-700\/70 {
    background-color: rgb(109 40 217 / 0.7);
  }

  .lg\:bg-violet-700\/75 {
    background-color: rgb(109 40 217 / 0.75);
  }

  .lg\:bg-violet-700\/80 {
    background-color: rgb(109 40 217 / 0.8);
  }

  .lg\:bg-violet-700\/90 {
    background-color: rgb(109 40 217 / 0.9);
  }

  .lg\:bg-violet-700\/95 {
    background-color: rgb(109 40 217 / 0.95);
  }

  .lg\:bg-violet-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(91 33 182 / var(--tw-bg-opacity));
  }

  .lg\:bg-violet-800\/0 {
    background-color: rgb(91 33 182 / 0);
  }

  .lg\:bg-violet-800\/10 {
    background-color: rgb(91 33 182 / 0.1);
  }

  .lg\:bg-violet-800\/100 {
    background-color: rgb(91 33 182 / 1);
  }

  .lg\:bg-violet-800\/20 {
    background-color: rgb(91 33 182 / 0.2);
  }

  .lg\:bg-violet-800\/25 {
    background-color: rgb(91 33 182 / 0.25);
  }

  .lg\:bg-violet-800\/30 {
    background-color: rgb(91 33 182 / 0.3);
  }

  .lg\:bg-violet-800\/40 {
    background-color: rgb(91 33 182 / 0.4);
  }

  .lg\:bg-violet-800\/5 {
    background-color: rgb(91 33 182 / 0.05);
  }

  .lg\:bg-violet-800\/50 {
    background-color: rgb(91 33 182 / 0.5);
  }

  .lg\:bg-violet-800\/60 {
    background-color: rgb(91 33 182 / 0.6);
  }

  .lg\:bg-violet-800\/70 {
    background-color: rgb(91 33 182 / 0.7);
  }

  .lg\:bg-violet-800\/75 {
    background-color: rgb(91 33 182 / 0.75);
  }

  .lg\:bg-violet-800\/80 {
    background-color: rgb(91 33 182 / 0.8);
  }

  .lg\:bg-violet-800\/90 {
    background-color: rgb(91 33 182 / 0.9);
  }

  .lg\:bg-violet-800\/95 {
    background-color: rgb(91 33 182 / 0.95);
  }

  .lg\:bg-violet-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(76 29 149 / var(--tw-bg-opacity));
  }

  .lg\:bg-violet-900\/0 {
    background-color: rgb(76 29 149 / 0);
  }

  .lg\:bg-violet-900\/10 {
    background-color: rgb(76 29 149 / 0.1);
  }

  .lg\:bg-violet-900\/100 {
    background-color: rgb(76 29 149 / 1);
  }

  .lg\:bg-violet-900\/20 {
    background-color: rgb(76 29 149 / 0.2);
  }

  .lg\:bg-violet-900\/25 {
    background-color: rgb(76 29 149 / 0.25);
  }

  .lg\:bg-violet-900\/30 {
    background-color: rgb(76 29 149 / 0.3);
  }

  .lg\:bg-violet-900\/40 {
    background-color: rgb(76 29 149 / 0.4);
  }

  .lg\:bg-violet-900\/5 {
    background-color: rgb(76 29 149 / 0.05);
  }

  .lg\:bg-violet-900\/50 {
    background-color: rgb(76 29 149 / 0.5);
  }

  .lg\:bg-violet-900\/60 {
    background-color: rgb(76 29 149 / 0.6);
  }

  .lg\:bg-violet-900\/70 {
    background-color: rgb(76 29 149 / 0.7);
  }

  .lg\:bg-violet-900\/75 {
    background-color: rgb(76 29 149 / 0.75);
  }

  .lg\:bg-violet-900\/80 {
    background-color: rgb(76 29 149 / 0.8);
  }

  .lg\:bg-violet-900\/90 {
    background-color: rgb(76 29 149 / 0.9);
  }

  .lg\:bg-violet-900\/95 {
    background-color: rgb(76 29 149 / 0.95);
  }

  .lg\:bg-violet-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(46 16 101 / var(--tw-bg-opacity));
  }

  .lg\:bg-violet-950\/0 {
    background-color: rgb(46 16 101 / 0);
  }

  .lg\:bg-violet-950\/10 {
    background-color: rgb(46 16 101 / 0.1);
  }

  .lg\:bg-violet-950\/100 {
    background-color: rgb(46 16 101 / 1);
  }

  .lg\:bg-violet-950\/20 {
    background-color: rgb(46 16 101 / 0.2);
  }

  .lg\:bg-violet-950\/25 {
    background-color: rgb(46 16 101 / 0.25);
  }

  .lg\:bg-violet-950\/30 {
    background-color: rgb(46 16 101 / 0.3);
  }

  .lg\:bg-violet-950\/40 {
    background-color: rgb(46 16 101 / 0.4);
  }

  .lg\:bg-violet-950\/5 {
    background-color: rgb(46 16 101 / 0.05);
  }

  .lg\:bg-violet-950\/50 {
    background-color: rgb(46 16 101 / 0.5);
  }

  .lg\:bg-violet-950\/60 {
    background-color: rgb(46 16 101 / 0.6);
  }

  .lg\:bg-violet-950\/70 {
    background-color: rgb(46 16 101 / 0.7);
  }

  .lg\:bg-violet-950\/75 {
    background-color: rgb(46 16 101 / 0.75);
  }

  .lg\:bg-violet-950\/80 {
    background-color: rgb(46 16 101 / 0.8);
  }

  .lg\:bg-violet-950\/90 {
    background-color: rgb(46 16 101 / 0.9);
  }

  .lg\:bg-violet-950\/95 {
    background-color: rgb(46 16 101 / 0.95);
  }

  .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .lg\:bg-white\/0 {
    background-color: rgb(255 255 255 / 0);
  }

  .lg\:bg-white\/10 {
    background-color: rgb(255 255 255 / 0.1);
  }

  .lg\:bg-white\/100 {
    background-color: rgb(255 255 255 / 1);
  }

  .lg\:bg-white\/20 {
    background-color: rgb(255 255 255 / 0.2);
  }

  .lg\:bg-white\/25 {
    background-color: rgb(255 255 255 / 0.25);
  }

  .lg\:bg-white\/30 {
    background-color: rgb(255 255 255 / 0.3);
  }

  .lg\:bg-white\/40 {
    background-color: rgb(255 255 255 / 0.4);
  }

  .lg\:bg-white\/5 {
    background-color: rgb(255 255 255 / 0.05);
  }

  .lg\:bg-white\/50 {
    background-color: rgb(255 255 255 / 0.5);
  }

  .lg\:bg-white\/60 {
    background-color: rgb(255 255 255 / 0.6);
  }

  .lg\:bg-white\/70 {
    background-color: rgb(255 255 255 / 0.7);
  }

  .lg\:bg-white\/75 {
    background-color: rgb(255 255 255 / 0.75);
  }

  .lg\:bg-white\/80 {
    background-color: rgb(255 255 255 / 0.8);
  }

  .lg\:bg-white\/90 {
    background-color: rgb(255 255 255 / 0.9);
  }

  .lg\:bg-white\/95 {
    background-color: rgb(255 255 255 / 0.95);
  }

  .lg\:bg-work-identity-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(166 235 194 / var(--tw-bg-opacity));
  }

  .lg\:bg-work-identity-300\/0 {
    background-color: rgb(166 235 194 / 0);
  }

  .lg\:bg-work-identity-300\/10 {
    background-color: rgb(166 235 194 / 0.1);
  }

  .lg\:bg-work-identity-300\/100 {
    background-color: rgb(166 235 194 / 1);
  }

  .lg\:bg-work-identity-300\/20 {
    background-color: rgb(166 235 194 / 0.2);
  }

  .lg\:bg-work-identity-300\/25 {
    background-color: rgb(166 235 194 / 0.25);
  }

  .lg\:bg-work-identity-300\/30 {
    background-color: rgb(166 235 194 / 0.3);
  }

  .lg\:bg-work-identity-300\/40 {
    background-color: rgb(166 235 194 / 0.4);
  }

  .lg\:bg-work-identity-300\/5 {
    background-color: rgb(166 235 194 / 0.05);
  }

  .lg\:bg-work-identity-300\/50 {
    background-color: rgb(166 235 194 / 0.5);
  }

  .lg\:bg-work-identity-300\/60 {
    background-color: rgb(166 235 194 / 0.6);
  }

  .lg\:bg-work-identity-300\/70 {
    background-color: rgb(166 235 194 / 0.7);
  }

  .lg\:bg-work-identity-300\/75 {
    background-color: rgb(166 235 194 / 0.75);
  }

  .lg\:bg-work-identity-300\/80 {
    background-color: rgb(166 235 194 / 0.8);
  }

  .lg\:bg-work-identity-300\/90 {
    background-color: rgb(166 235 194 / 0.9);
  }

  .lg\:bg-work-identity-300\/95 {
    background-color: rgb(166 235 194 / 0.95);
  }

  .lg\:bg-work-identity-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(83 221 139 / var(--tw-bg-opacity));
  }

  .lg\:bg-work-identity-400\/0 {
    background-color: rgb(83 221 139 / 0);
  }

  .lg\:bg-work-identity-400\/10 {
    background-color: rgb(83 221 139 / 0.1);
  }

  .lg\:bg-work-identity-400\/100 {
    background-color: rgb(83 221 139 / 1);
  }

  .lg\:bg-work-identity-400\/20 {
    background-color: rgb(83 221 139 / 0.2);
  }

  .lg\:bg-work-identity-400\/25 {
    background-color: rgb(83 221 139 / 0.25);
  }

  .lg\:bg-work-identity-400\/30 {
    background-color: rgb(83 221 139 / 0.3);
  }

  .lg\:bg-work-identity-400\/40 {
    background-color: rgb(83 221 139 / 0.4);
  }

  .lg\:bg-work-identity-400\/5 {
    background-color: rgb(83 221 139 / 0.05);
  }

  .lg\:bg-work-identity-400\/50 {
    background-color: rgb(83 221 139 / 0.5);
  }

  .lg\:bg-work-identity-400\/60 {
    background-color: rgb(83 221 139 / 0.6);
  }

  .lg\:bg-work-identity-400\/70 {
    background-color: rgb(83 221 139 / 0.7);
  }

  .lg\:bg-work-identity-400\/75 {
    background-color: rgb(83 221 139 / 0.75);
  }

  .lg\:bg-work-identity-400\/80 {
    background-color: rgb(83 221 139 / 0.8);
  }

  .lg\:bg-work-identity-400\/90 {
    background-color: rgb(83 221 139 / 0.9);
  }

  .lg\:bg-work-identity-400\/95 {
    background-color: rgb(83 221 139 / 0.95);
  }

  .lg\:bg-work-identity-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(0 208 84 / var(--tw-bg-opacity));
  }

  .lg\:bg-work-identity-500\/0 {
    background-color: rgb(0 208 84 / 0);
  }

  .lg\:bg-work-identity-500\/10 {
    background-color: rgb(0 208 84 / 0.1);
  }

  .lg\:bg-work-identity-500\/100 {
    background-color: rgb(0 208 84 / 1);
  }

  .lg\:bg-work-identity-500\/20 {
    background-color: rgb(0 208 84 / 0.2);
  }

  .lg\:bg-work-identity-500\/25 {
    background-color: rgb(0 208 84 / 0.25);
  }

  .lg\:bg-work-identity-500\/30 {
    background-color: rgb(0 208 84 / 0.3);
  }

  .lg\:bg-work-identity-500\/40 {
    background-color: rgb(0 208 84 / 0.4);
  }

  .lg\:bg-work-identity-500\/5 {
    background-color: rgb(0 208 84 / 0.05);
  }

  .lg\:bg-work-identity-500\/50 {
    background-color: rgb(0 208 84 / 0.5);
  }

  .lg\:bg-work-identity-500\/60 {
    background-color: rgb(0 208 84 / 0.6);
  }

  .lg\:bg-work-identity-500\/70 {
    background-color: rgb(0 208 84 / 0.7);
  }

  .lg\:bg-work-identity-500\/75 {
    background-color: rgb(0 208 84 / 0.75);
  }

  .lg\:bg-work-identity-500\/80 {
    background-color: rgb(0 208 84 / 0.8);
  }

  .lg\:bg-work-identity-500\/90 {
    background-color: rgb(0 208 84 / 0.9);
  }

  .lg\:bg-work-identity-500\/95 {
    background-color: rgb(0 208 84 / 0.95);
  }

  .lg\:bg-work-identity-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 249 249 / var(--tw-bg-opacity));
  }

  .lg\:bg-work-identity-900\/0 {
    background-color: rgb(249 249 249 / 0);
  }

  .lg\:bg-work-identity-900\/10 {
    background-color: rgb(249 249 249 / 0.1);
  }

  .lg\:bg-work-identity-900\/100 {
    background-color: rgb(249 249 249 / 1);
  }

  .lg\:bg-work-identity-900\/20 {
    background-color: rgb(249 249 249 / 0.2);
  }

  .lg\:bg-work-identity-900\/25 {
    background-color: rgb(249 249 249 / 0.25);
  }

  .lg\:bg-work-identity-900\/30 {
    background-color: rgb(249 249 249 / 0.3);
  }

  .lg\:bg-work-identity-900\/40 {
    background-color: rgb(249 249 249 / 0.4);
  }

  .lg\:bg-work-identity-900\/5 {
    background-color: rgb(249 249 249 / 0.05);
  }

  .lg\:bg-work-identity-900\/50 {
    background-color: rgb(249 249 249 / 0.5);
  }

  .lg\:bg-work-identity-900\/60 {
    background-color: rgb(249 249 249 / 0.6);
  }

  .lg\:bg-work-identity-900\/70 {
    background-color: rgb(249 249 249 / 0.7);
  }

  .lg\:bg-work-identity-900\/75 {
    background-color: rgb(249 249 249 / 0.75);
  }

  .lg\:bg-work-identity-900\/80 {
    background-color: rgb(249 249 249 / 0.8);
  }

  .lg\:bg-work-identity-900\/90 {
    background-color: rgb(249 249 249 / 0.9);
  }

  .lg\:bg-work-identity-900\/95 {
    background-color: rgb(249 249 249 / 0.95);
  }

  .lg\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 249 195 / var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-100\/0 {
    background-color: rgb(254 249 195 / 0);
  }

  .lg\:bg-yellow-100\/10 {
    background-color: rgb(254 249 195 / 0.1);
  }

  .lg\:bg-yellow-100\/100 {
    background-color: rgb(254 249 195 / 1);
  }

  .lg\:bg-yellow-100\/20 {
    background-color: rgb(254 249 195 / 0.2);
  }

  .lg\:bg-yellow-100\/25 {
    background-color: rgb(254 249 195 / 0.25);
  }

  .lg\:bg-yellow-100\/30 {
    background-color: rgb(254 249 195 / 0.3);
  }

  .lg\:bg-yellow-100\/40 {
    background-color: rgb(254 249 195 / 0.4);
  }

  .lg\:bg-yellow-100\/5 {
    background-color: rgb(254 249 195 / 0.05);
  }

  .lg\:bg-yellow-100\/50 {
    background-color: rgb(254 249 195 / 0.5);
  }

  .lg\:bg-yellow-100\/60 {
    background-color: rgb(254 249 195 / 0.6);
  }

  .lg\:bg-yellow-100\/70 {
    background-color: rgb(254 249 195 / 0.7);
  }

  .lg\:bg-yellow-100\/75 {
    background-color: rgb(254 249 195 / 0.75);
  }

  .lg\:bg-yellow-100\/80 {
    background-color: rgb(254 249 195 / 0.8);
  }

  .lg\:bg-yellow-100\/90 {
    background-color: rgb(254 249 195 / 0.9);
  }

  .lg\:bg-yellow-100\/95 {
    background-color: rgb(254 249 195 / 0.95);
  }

  .lg\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 240 138 / var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-200\/0 {
    background-color: rgb(254 240 138 / 0);
  }

  .lg\:bg-yellow-200\/10 {
    background-color: rgb(254 240 138 / 0.1);
  }

  .lg\:bg-yellow-200\/100 {
    background-color: rgb(254 240 138 / 1);
  }

  .lg\:bg-yellow-200\/20 {
    background-color: rgb(254 240 138 / 0.2);
  }

  .lg\:bg-yellow-200\/25 {
    background-color: rgb(254 240 138 / 0.25);
  }

  .lg\:bg-yellow-200\/30 {
    background-color: rgb(254 240 138 / 0.3);
  }

  .lg\:bg-yellow-200\/40 {
    background-color: rgb(254 240 138 / 0.4);
  }

  .lg\:bg-yellow-200\/5 {
    background-color: rgb(254 240 138 / 0.05);
  }

  .lg\:bg-yellow-200\/50 {
    background-color: rgb(254 240 138 / 0.5);
  }

  .lg\:bg-yellow-200\/60 {
    background-color: rgb(254 240 138 / 0.6);
  }

  .lg\:bg-yellow-200\/70 {
    background-color: rgb(254 240 138 / 0.7);
  }

  .lg\:bg-yellow-200\/75 {
    background-color: rgb(254 240 138 / 0.75);
  }

  .lg\:bg-yellow-200\/80 {
    background-color: rgb(254 240 138 / 0.8);
  }

  .lg\:bg-yellow-200\/90 {
    background-color: rgb(254 240 138 / 0.9);
  }

  .lg\:bg-yellow-200\/95 {
    background-color: rgb(254 240 138 / 0.95);
  }

  .lg\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 224 71 / var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-300\/0 {
    background-color: rgb(253 224 71 / 0);
  }

  .lg\:bg-yellow-300\/10 {
    background-color: rgb(253 224 71 / 0.1);
  }

  .lg\:bg-yellow-300\/100 {
    background-color: rgb(253 224 71 / 1);
  }

  .lg\:bg-yellow-300\/20 {
    background-color: rgb(253 224 71 / 0.2);
  }

  .lg\:bg-yellow-300\/25 {
    background-color: rgb(253 224 71 / 0.25);
  }

  .lg\:bg-yellow-300\/30 {
    background-color: rgb(253 224 71 / 0.3);
  }

  .lg\:bg-yellow-300\/40 {
    background-color: rgb(253 224 71 / 0.4);
  }

  .lg\:bg-yellow-300\/5 {
    background-color: rgb(253 224 71 / 0.05);
  }

  .lg\:bg-yellow-300\/50 {
    background-color: rgb(253 224 71 / 0.5);
  }

  .lg\:bg-yellow-300\/60 {
    background-color: rgb(253 224 71 / 0.6);
  }

  .lg\:bg-yellow-300\/70 {
    background-color: rgb(253 224 71 / 0.7);
  }

  .lg\:bg-yellow-300\/75 {
    background-color: rgb(253 224 71 / 0.75);
  }

  .lg\:bg-yellow-300\/80 {
    background-color: rgb(253 224 71 / 0.8);
  }

  .lg\:bg-yellow-300\/90 {
    background-color: rgb(253 224 71 / 0.9);
  }

  .lg\:bg-yellow-300\/95 {
    background-color: rgb(253 224 71 / 0.95);
  }

  .lg\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 204 21 / var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-400\/0 {
    background-color: rgb(250 204 21 / 0);
  }

  .lg\:bg-yellow-400\/10 {
    background-color: rgb(250 204 21 / 0.1);
  }

  .lg\:bg-yellow-400\/100 {
    background-color: rgb(250 204 21 / 1);
  }

  .lg\:bg-yellow-400\/20 {
    background-color: rgb(250 204 21 / 0.2);
  }

  .lg\:bg-yellow-400\/25 {
    background-color: rgb(250 204 21 / 0.25);
  }

  .lg\:bg-yellow-400\/30 {
    background-color: rgb(250 204 21 / 0.3);
  }

  .lg\:bg-yellow-400\/40 {
    background-color: rgb(250 204 21 / 0.4);
  }

  .lg\:bg-yellow-400\/5 {
    background-color: rgb(250 204 21 / 0.05);
  }

  .lg\:bg-yellow-400\/50 {
    background-color: rgb(250 204 21 / 0.5);
  }

  .lg\:bg-yellow-400\/60 {
    background-color: rgb(250 204 21 / 0.6);
  }

  .lg\:bg-yellow-400\/70 {
    background-color: rgb(250 204 21 / 0.7);
  }

  .lg\:bg-yellow-400\/75 {
    background-color: rgb(250 204 21 / 0.75);
  }

  .lg\:bg-yellow-400\/80 {
    background-color: rgb(250 204 21 / 0.8);
  }

  .lg\:bg-yellow-400\/90 {
    background-color: rgb(250 204 21 / 0.9);
  }

  .lg\:bg-yellow-400\/95 {
    background-color: rgb(250 204 21 / 0.95);
  }

  .lg\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 252 232 / var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-50\/0 {
    background-color: rgb(254 252 232 / 0);
  }

  .lg\:bg-yellow-50\/10 {
    background-color: rgb(254 252 232 / 0.1);
  }

  .lg\:bg-yellow-50\/100 {
    background-color: rgb(254 252 232 / 1);
  }

  .lg\:bg-yellow-50\/20 {
    background-color: rgb(254 252 232 / 0.2);
  }

  .lg\:bg-yellow-50\/25 {
    background-color: rgb(254 252 232 / 0.25);
  }

  .lg\:bg-yellow-50\/30 {
    background-color: rgb(254 252 232 / 0.3);
  }

  .lg\:bg-yellow-50\/40 {
    background-color: rgb(254 252 232 / 0.4);
  }

  .lg\:bg-yellow-50\/5 {
    background-color: rgb(254 252 232 / 0.05);
  }

  .lg\:bg-yellow-50\/50 {
    background-color: rgb(254 252 232 / 0.5);
  }

  .lg\:bg-yellow-50\/60 {
    background-color: rgb(254 252 232 / 0.6);
  }

  .lg\:bg-yellow-50\/70 {
    background-color: rgb(254 252 232 / 0.7);
  }

  .lg\:bg-yellow-50\/75 {
    background-color: rgb(254 252 232 / 0.75);
  }

  .lg\:bg-yellow-50\/80 {
    background-color: rgb(254 252 232 / 0.8);
  }

  .lg\:bg-yellow-50\/90 {
    background-color: rgb(254 252 232 / 0.9);
  }

  .lg\:bg-yellow-50\/95 {
    background-color: rgb(254 252 232 / 0.95);
  }

  .lg\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(234 179 8 / var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-500\/0 {
    background-color: rgb(234 179 8 / 0);
  }

  .lg\:bg-yellow-500\/10 {
    background-color: rgb(234 179 8 / 0.1);
  }

  .lg\:bg-yellow-500\/100 {
    background-color: rgb(234 179 8 / 1);
  }

  .lg\:bg-yellow-500\/20 {
    background-color: rgb(234 179 8 / 0.2);
  }

  .lg\:bg-yellow-500\/25 {
    background-color: rgb(234 179 8 / 0.25);
  }

  .lg\:bg-yellow-500\/30 {
    background-color: rgb(234 179 8 / 0.3);
  }

  .lg\:bg-yellow-500\/40 {
    background-color: rgb(234 179 8 / 0.4);
  }

  .lg\:bg-yellow-500\/5 {
    background-color: rgb(234 179 8 / 0.05);
  }

  .lg\:bg-yellow-500\/50 {
    background-color: rgb(234 179 8 / 0.5);
  }

  .lg\:bg-yellow-500\/60 {
    background-color: rgb(234 179 8 / 0.6);
  }

  .lg\:bg-yellow-500\/70 {
    background-color: rgb(234 179 8 / 0.7);
  }

  .lg\:bg-yellow-500\/75 {
    background-color: rgb(234 179 8 / 0.75);
  }

  .lg\:bg-yellow-500\/80 {
    background-color: rgb(234 179 8 / 0.8);
  }

  .lg\:bg-yellow-500\/90 {
    background-color: rgb(234 179 8 / 0.9);
  }

  .lg\:bg-yellow-500\/95 {
    background-color: rgb(234 179 8 / 0.95);
  }

  .lg\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(202 138 4 / var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-600\/0 {
    background-color: rgb(202 138 4 / 0);
  }

  .lg\:bg-yellow-600\/10 {
    background-color: rgb(202 138 4 / 0.1);
  }

  .lg\:bg-yellow-600\/100 {
    background-color: rgb(202 138 4 / 1);
  }

  .lg\:bg-yellow-600\/20 {
    background-color: rgb(202 138 4 / 0.2);
  }

  .lg\:bg-yellow-600\/25 {
    background-color: rgb(202 138 4 / 0.25);
  }

  .lg\:bg-yellow-600\/30 {
    background-color: rgb(202 138 4 / 0.3);
  }

  .lg\:bg-yellow-600\/40 {
    background-color: rgb(202 138 4 / 0.4);
  }

  .lg\:bg-yellow-600\/5 {
    background-color: rgb(202 138 4 / 0.05);
  }

  .lg\:bg-yellow-600\/50 {
    background-color: rgb(202 138 4 / 0.5);
  }

  .lg\:bg-yellow-600\/60 {
    background-color: rgb(202 138 4 / 0.6);
  }

  .lg\:bg-yellow-600\/70 {
    background-color: rgb(202 138 4 / 0.7);
  }

  .lg\:bg-yellow-600\/75 {
    background-color: rgb(202 138 4 / 0.75);
  }

  .lg\:bg-yellow-600\/80 {
    background-color: rgb(202 138 4 / 0.8);
  }

  .lg\:bg-yellow-600\/90 {
    background-color: rgb(202 138 4 / 0.9);
  }

  .lg\:bg-yellow-600\/95 {
    background-color: rgb(202 138 4 / 0.95);
  }

  .lg\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(161 98 7 / var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-700\/0 {
    background-color: rgb(161 98 7 / 0);
  }

  .lg\:bg-yellow-700\/10 {
    background-color: rgb(161 98 7 / 0.1);
  }

  .lg\:bg-yellow-700\/100 {
    background-color: rgb(161 98 7 / 1);
  }

  .lg\:bg-yellow-700\/20 {
    background-color: rgb(161 98 7 / 0.2);
  }

  .lg\:bg-yellow-700\/25 {
    background-color: rgb(161 98 7 / 0.25);
  }

  .lg\:bg-yellow-700\/30 {
    background-color: rgb(161 98 7 / 0.3);
  }

  .lg\:bg-yellow-700\/40 {
    background-color: rgb(161 98 7 / 0.4);
  }

  .lg\:bg-yellow-700\/5 {
    background-color: rgb(161 98 7 / 0.05);
  }

  .lg\:bg-yellow-700\/50 {
    background-color: rgb(161 98 7 / 0.5);
  }

  .lg\:bg-yellow-700\/60 {
    background-color: rgb(161 98 7 / 0.6);
  }

  .lg\:bg-yellow-700\/70 {
    background-color: rgb(161 98 7 / 0.7);
  }

  .lg\:bg-yellow-700\/75 {
    background-color: rgb(161 98 7 / 0.75);
  }

  .lg\:bg-yellow-700\/80 {
    background-color: rgb(161 98 7 / 0.8);
  }

  .lg\:bg-yellow-700\/90 {
    background-color: rgb(161 98 7 / 0.9);
  }

  .lg\:bg-yellow-700\/95 {
    background-color: rgb(161 98 7 / 0.95);
  }

  .lg\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(133 77 14 / var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-800\/0 {
    background-color: rgb(133 77 14 / 0);
  }

  .lg\:bg-yellow-800\/10 {
    background-color: rgb(133 77 14 / 0.1);
  }

  .lg\:bg-yellow-800\/100 {
    background-color: rgb(133 77 14 / 1);
  }

  .lg\:bg-yellow-800\/20 {
    background-color: rgb(133 77 14 / 0.2);
  }

  .lg\:bg-yellow-800\/25 {
    background-color: rgb(133 77 14 / 0.25);
  }

  .lg\:bg-yellow-800\/30 {
    background-color: rgb(133 77 14 / 0.3);
  }

  .lg\:bg-yellow-800\/40 {
    background-color: rgb(133 77 14 / 0.4);
  }

  .lg\:bg-yellow-800\/5 {
    background-color: rgb(133 77 14 / 0.05);
  }

  .lg\:bg-yellow-800\/50 {
    background-color: rgb(133 77 14 / 0.5);
  }

  .lg\:bg-yellow-800\/60 {
    background-color: rgb(133 77 14 / 0.6);
  }

  .lg\:bg-yellow-800\/70 {
    background-color: rgb(133 77 14 / 0.7);
  }

  .lg\:bg-yellow-800\/75 {
    background-color: rgb(133 77 14 / 0.75);
  }

  .lg\:bg-yellow-800\/80 {
    background-color: rgb(133 77 14 / 0.8);
  }

  .lg\:bg-yellow-800\/90 {
    background-color: rgb(133 77 14 / 0.9);
  }

  .lg\:bg-yellow-800\/95 {
    background-color: rgb(133 77 14 / 0.95);
  }

  .lg\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(113 63 18 / var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-900\/0 {
    background-color: rgb(113 63 18 / 0);
  }

  .lg\:bg-yellow-900\/10 {
    background-color: rgb(113 63 18 / 0.1);
  }

  .lg\:bg-yellow-900\/100 {
    background-color: rgb(113 63 18 / 1);
  }

  .lg\:bg-yellow-900\/20 {
    background-color: rgb(113 63 18 / 0.2);
  }

  .lg\:bg-yellow-900\/25 {
    background-color: rgb(113 63 18 / 0.25);
  }

  .lg\:bg-yellow-900\/30 {
    background-color: rgb(113 63 18 / 0.3);
  }

  .lg\:bg-yellow-900\/40 {
    background-color: rgb(113 63 18 / 0.4);
  }

  .lg\:bg-yellow-900\/5 {
    background-color: rgb(113 63 18 / 0.05);
  }

  .lg\:bg-yellow-900\/50 {
    background-color: rgb(113 63 18 / 0.5);
  }

  .lg\:bg-yellow-900\/60 {
    background-color: rgb(113 63 18 / 0.6);
  }

  .lg\:bg-yellow-900\/70 {
    background-color: rgb(113 63 18 / 0.7);
  }

  .lg\:bg-yellow-900\/75 {
    background-color: rgb(113 63 18 / 0.75);
  }

  .lg\:bg-yellow-900\/80 {
    background-color: rgb(113 63 18 / 0.8);
  }

  .lg\:bg-yellow-900\/90 {
    background-color: rgb(113 63 18 / 0.9);
  }

  .lg\:bg-yellow-900\/95 {
    background-color: rgb(113 63 18 / 0.95);
  }

  .lg\:bg-yellow-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(66 32 6 / var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-950\/0 {
    background-color: rgb(66 32 6 / 0);
  }

  .lg\:bg-yellow-950\/10 {
    background-color: rgb(66 32 6 / 0.1);
  }

  .lg\:bg-yellow-950\/100 {
    background-color: rgb(66 32 6 / 1);
  }

  .lg\:bg-yellow-950\/20 {
    background-color: rgb(66 32 6 / 0.2);
  }

  .lg\:bg-yellow-950\/25 {
    background-color: rgb(66 32 6 / 0.25);
  }

  .lg\:bg-yellow-950\/30 {
    background-color: rgb(66 32 6 / 0.3);
  }

  .lg\:bg-yellow-950\/40 {
    background-color: rgb(66 32 6 / 0.4);
  }

  .lg\:bg-yellow-950\/5 {
    background-color: rgb(66 32 6 / 0.05);
  }

  .lg\:bg-yellow-950\/50 {
    background-color: rgb(66 32 6 / 0.5);
  }

  .lg\:bg-yellow-950\/60 {
    background-color: rgb(66 32 6 / 0.6);
  }

  .lg\:bg-yellow-950\/70 {
    background-color: rgb(66 32 6 / 0.7);
  }

  .lg\:bg-yellow-950\/75 {
    background-color: rgb(66 32 6 / 0.75);
  }

  .lg\:bg-yellow-950\/80 {
    background-color: rgb(66 32 6 / 0.8);
  }

  .lg\:bg-yellow-950\/90 {
    background-color: rgb(66 32 6 / 0.9);
  }

  .lg\:bg-yellow-950\/95 {
    background-color: rgb(66 32 6 / 0.95);
  }

  .lg\:bg-zinc-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 245 / var(--tw-bg-opacity));
  }

  .lg\:bg-zinc-100\/0 {
    background-color: rgb(244 244 245 / 0);
  }

  .lg\:bg-zinc-100\/10 {
    background-color: rgb(244 244 245 / 0.1);
  }

  .lg\:bg-zinc-100\/100 {
    background-color: rgb(244 244 245 / 1);
  }

  .lg\:bg-zinc-100\/20 {
    background-color: rgb(244 244 245 / 0.2);
  }

  .lg\:bg-zinc-100\/25 {
    background-color: rgb(244 244 245 / 0.25);
  }

  .lg\:bg-zinc-100\/30 {
    background-color: rgb(244 244 245 / 0.3);
  }

  .lg\:bg-zinc-100\/40 {
    background-color: rgb(244 244 245 / 0.4);
  }

  .lg\:bg-zinc-100\/5 {
    background-color: rgb(244 244 245 / 0.05);
  }

  .lg\:bg-zinc-100\/50 {
    background-color: rgb(244 244 245 / 0.5);
  }

  .lg\:bg-zinc-100\/60 {
    background-color: rgb(244 244 245 / 0.6);
  }

  .lg\:bg-zinc-100\/70 {
    background-color: rgb(244 244 245 / 0.7);
  }

  .lg\:bg-zinc-100\/75 {
    background-color: rgb(244 244 245 / 0.75);
  }

  .lg\:bg-zinc-100\/80 {
    background-color: rgb(244 244 245 / 0.8);
  }

  .lg\:bg-zinc-100\/90 {
    background-color: rgb(244 244 245 / 0.9);
  }

  .lg\:bg-zinc-100\/95 {
    background-color: rgb(244 244 245 / 0.95);
  }

  .lg\:bg-zinc-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(228 228 231 / var(--tw-bg-opacity));
  }

  .lg\:bg-zinc-200\/0 {
    background-color: rgb(228 228 231 / 0);
  }

  .lg\:bg-zinc-200\/10 {
    background-color: rgb(228 228 231 / 0.1);
  }

  .lg\:bg-zinc-200\/100 {
    background-color: rgb(228 228 231 / 1);
  }

  .lg\:bg-zinc-200\/20 {
    background-color: rgb(228 228 231 / 0.2);
  }

  .lg\:bg-zinc-200\/25 {
    background-color: rgb(228 228 231 / 0.25);
  }

  .lg\:bg-zinc-200\/30 {
    background-color: rgb(228 228 231 / 0.3);
  }

  .lg\:bg-zinc-200\/40 {
    background-color: rgb(228 228 231 / 0.4);
  }

  .lg\:bg-zinc-200\/5 {
    background-color: rgb(228 228 231 / 0.05);
  }

  .lg\:bg-zinc-200\/50 {
    background-color: rgb(228 228 231 / 0.5);
  }

  .lg\:bg-zinc-200\/60 {
    background-color: rgb(228 228 231 / 0.6);
  }

  .lg\:bg-zinc-200\/70 {
    background-color: rgb(228 228 231 / 0.7);
  }

  .lg\:bg-zinc-200\/75 {
    background-color: rgb(228 228 231 / 0.75);
  }

  .lg\:bg-zinc-200\/80 {
    background-color: rgb(228 228 231 / 0.8);
  }

  .lg\:bg-zinc-200\/90 {
    background-color: rgb(228 228 231 / 0.9);
  }

  .lg\:bg-zinc-200\/95 {
    background-color: rgb(228 228 231 / 0.95);
  }

  .lg\:bg-zinc-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(212 212 216 / var(--tw-bg-opacity));
  }

  .lg\:bg-zinc-300\/0 {
    background-color: rgb(212 212 216 / 0);
  }

  .lg\:bg-zinc-300\/10 {
    background-color: rgb(212 212 216 / 0.1);
  }

  .lg\:bg-zinc-300\/100 {
    background-color: rgb(212 212 216 / 1);
  }

  .lg\:bg-zinc-300\/20 {
    background-color: rgb(212 212 216 / 0.2);
  }

  .lg\:bg-zinc-300\/25 {
    background-color: rgb(212 212 216 / 0.25);
  }

  .lg\:bg-zinc-300\/30 {
    background-color: rgb(212 212 216 / 0.3);
  }

  .lg\:bg-zinc-300\/40 {
    background-color: rgb(212 212 216 / 0.4);
  }

  .lg\:bg-zinc-300\/5 {
    background-color: rgb(212 212 216 / 0.05);
  }

  .lg\:bg-zinc-300\/50 {
    background-color: rgb(212 212 216 / 0.5);
  }

  .lg\:bg-zinc-300\/60 {
    background-color: rgb(212 212 216 / 0.6);
  }

  .lg\:bg-zinc-300\/70 {
    background-color: rgb(212 212 216 / 0.7);
  }

  .lg\:bg-zinc-300\/75 {
    background-color: rgb(212 212 216 / 0.75);
  }

  .lg\:bg-zinc-300\/80 {
    background-color: rgb(212 212 216 / 0.8);
  }

  .lg\:bg-zinc-300\/90 {
    background-color: rgb(212 212 216 / 0.9);
  }

  .lg\:bg-zinc-300\/95 {
    background-color: rgb(212 212 216 / 0.95);
  }

  .lg\:bg-zinc-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(161 161 170 / var(--tw-bg-opacity));
  }

  .lg\:bg-zinc-400\/0 {
    background-color: rgb(161 161 170 / 0);
  }

  .lg\:bg-zinc-400\/10 {
    background-color: rgb(161 161 170 / 0.1);
  }

  .lg\:bg-zinc-400\/100 {
    background-color: rgb(161 161 170 / 1);
  }

  .lg\:bg-zinc-400\/20 {
    background-color: rgb(161 161 170 / 0.2);
  }

  .lg\:bg-zinc-400\/25 {
    background-color: rgb(161 161 170 / 0.25);
  }

  .lg\:bg-zinc-400\/30 {
    background-color: rgb(161 161 170 / 0.3);
  }

  .lg\:bg-zinc-400\/40 {
    background-color: rgb(161 161 170 / 0.4);
  }

  .lg\:bg-zinc-400\/5 {
    background-color: rgb(161 161 170 / 0.05);
  }

  .lg\:bg-zinc-400\/50 {
    background-color: rgb(161 161 170 / 0.5);
  }

  .lg\:bg-zinc-400\/60 {
    background-color: rgb(161 161 170 / 0.6);
  }

  .lg\:bg-zinc-400\/70 {
    background-color: rgb(161 161 170 / 0.7);
  }

  .lg\:bg-zinc-400\/75 {
    background-color: rgb(161 161 170 / 0.75);
  }

  .lg\:bg-zinc-400\/80 {
    background-color: rgb(161 161 170 / 0.8);
  }

  .lg\:bg-zinc-400\/90 {
    background-color: rgb(161 161 170 / 0.9);
  }

  .lg\:bg-zinc-400\/95 {
    background-color: rgb(161 161 170 / 0.95);
  }

  .lg\:bg-zinc-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  }

  .lg\:bg-zinc-50\/0 {
    background-color: rgb(250 250 250 / 0);
  }

  .lg\:bg-zinc-50\/10 {
    background-color: rgb(250 250 250 / 0.1);
  }

  .lg\:bg-zinc-50\/100 {
    background-color: rgb(250 250 250 / 1);
  }

  .lg\:bg-zinc-50\/20 {
    background-color: rgb(250 250 250 / 0.2);
  }

  .lg\:bg-zinc-50\/25 {
    background-color: rgb(250 250 250 / 0.25);
  }

  .lg\:bg-zinc-50\/30 {
    background-color: rgb(250 250 250 / 0.3);
  }

  .lg\:bg-zinc-50\/40 {
    background-color: rgb(250 250 250 / 0.4);
  }

  .lg\:bg-zinc-50\/5 {
    background-color: rgb(250 250 250 / 0.05);
  }

  .lg\:bg-zinc-50\/50 {
    background-color: rgb(250 250 250 / 0.5);
  }

  .lg\:bg-zinc-50\/60 {
    background-color: rgb(250 250 250 / 0.6);
  }

  .lg\:bg-zinc-50\/70 {
    background-color: rgb(250 250 250 / 0.7);
  }

  .lg\:bg-zinc-50\/75 {
    background-color: rgb(250 250 250 / 0.75);
  }

  .lg\:bg-zinc-50\/80 {
    background-color: rgb(250 250 250 / 0.8);
  }

  .lg\:bg-zinc-50\/90 {
    background-color: rgb(250 250 250 / 0.9);
  }

  .lg\:bg-zinc-50\/95 {
    background-color: rgb(250 250 250 / 0.95);
  }

  .lg\:bg-zinc-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(113 113 122 / var(--tw-bg-opacity));
  }

  .lg\:bg-zinc-500\/0 {
    background-color: rgb(113 113 122 / 0);
  }

  .lg\:bg-zinc-500\/10 {
    background-color: rgb(113 113 122 / 0.1);
  }

  .lg\:bg-zinc-500\/100 {
    background-color: rgb(113 113 122 / 1);
  }

  .lg\:bg-zinc-500\/20 {
    background-color: rgb(113 113 122 / 0.2);
  }

  .lg\:bg-zinc-500\/25 {
    background-color: rgb(113 113 122 / 0.25);
  }

  .lg\:bg-zinc-500\/30 {
    background-color: rgb(113 113 122 / 0.3);
  }

  .lg\:bg-zinc-500\/40 {
    background-color: rgb(113 113 122 / 0.4);
  }

  .lg\:bg-zinc-500\/5 {
    background-color: rgb(113 113 122 / 0.05);
  }

  .lg\:bg-zinc-500\/50 {
    background-color: rgb(113 113 122 / 0.5);
  }

  .lg\:bg-zinc-500\/60 {
    background-color: rgb(113 113 122 / 0.6);
  }

  .lg\:bg-zinc-500\/70 {
    background-color: rgb(113 113 122 / 0.7);
  }

  .lg\:bg-zinc-500\/75 {
    background-color: rgb(113 113 122 / 0.75);
  }

  .lg\:bg-zinc-500\/80 {
    background-color: rgb(113 113 122 / 0.8);
  }

  .lg\:bg-zinc-500\/90 {
    background-color: rgb(113 113 122 / 0.9);
  }

  .lg\:bg-zinc-500\/95 {
    background-color: rgb(113 113 122 / 0.95);
  }

  .lg\:bg-zinc-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 91 / var(--tw-bg-opacity));
  }

  .lg\:bg-zinc-600\/0 {
    background-color: rgb(82 82 91 / 0);
  }

  .lg\:bg-zinc-600\/10 {
    background-color: rgb(82 82 91 / 0.1);
  }

  .lg\:bg-zinc-600\/100 {
    background-color: rgb(82 82 91 / 1);
  }

  .lg\:bg-zinc-600\/20 {
    background-color: rgb(82 82 91 / 0.2);
  }

  .lg\:bg-zinc-600\/25 {
    background-color: rgb(82 82 91 / 0.25);
  }

  .lg\:bg-zinc-600\/30 {
    background-color: rgb(82 82 91 / 0.3);
  }

  .lg\:bg-zinc-600\/40 {
    background-color: rgb(82 82 91 / 0.4);
  }

  .lg\:bg-zinc-600\/5 {
    background-color: rgb(82 82 91 / 0.05);
  }

  .lg\:bg-zinc-600\/50 {
    background-color: rgb(82 82 91 / 0.5);
  }

  .lg\:bg-zinc-600\/60 {
    background-color: rgb(82 82 91 / 0.6);
  }

  .lg\:bg-zinc-600\/70 {
    background-color: rgb(82 82 91 / 0.7);
  }

  .lg\:bg-zinc-600\/75 {
    background-color: rgb(82 82 91 / 0.75);
  }

  .lg\:bg-zinc-600\/80 {
    background-color: rgb(82 82 91 / 0.8);
  }

  .lg\:bg-zinc-600\/90 {
    background-color: rgb(82 82 91 / 0.9);
  }

  .lg\:bg-zinc-600\/95 {
    background-color: rgb(82 82 91 / 0.95);
  }

  .lg\:bg-zinc-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(63 63 70 / var(--tw-bg-opacity));
  }

  .lg\:bg-zinc-700\/0 {
    background-color: rgb(63 63 70 / 0);
  }

  .lg\:bg-zinc-700\/10 {
    background-color: rgb(63 63 70 / 0.1);
  }

  .lg\:bg-zinc-700\/100 {
    background-color: rgb(63 63 70 / 1);
  }

  .lg\:bg-zinc-700\/20 {
    background-color: rgb(63 63 70 / 0.2);
  }

  .lg\:bg-zinc-700\/25 {
    background-color: rgb(63 63 70 / 0.25);
  }

  .lg\:bg-zinc-700\/30 {
    background-color: rgb(63 63 70 / 0.3);
  }

  .lg\:bg-zinc-700\/40 {
    background-color: rgb(63 63 70 / 0.4);
  }

  .lg\:bg-zinc-700\/5 {
    background-color: rgb(63 63 70 / 0.05);
  }

  .lg\:bg-zinc-700\/50 {
    background-color: rgb(63 63 70 / 0.5);
  }

  .lg\:bg-zinc-700\/60 {
    background-color: rgb(63 63 70 / 0.6);
  }

  .lg\:bg-zinc-700\/70 {
    background-color: rgb(63 63 70 / 0.7);
  }

  .lg\:bg-zinc-700\/75 {
    background-color: rgb(63 63 70 / 0.75);
  }

  .lg\:bg-zinc-700\/80 {
    background-color: rgb(63 63 70 / 0.8);
  }

  .lg\:bg-zinc-700\/90 {
    background-color: rgb(63 63 70 / 0.9);
  }

  .lg\:bg-zinc-700\/95 {
    background-color: rgb(63 63 70 / 0.95);
  }

  .lg\:bg-zinc-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(39 39 42 / var(--tw-bg-opacity));
  }

  .lg\:bg-zinc-800\/0 {
    background-color: rgb(39 39 42 / 0);
  }

  .lg\:bg-zinc-800\/10 {
    background-color: rgb(39 39 42 / 0.1);
  }

  .lg\:bg-zinc-800\/100 {
    background-color: rgb(39 39 42 / 1);
  }

  .lg\:bg-zinc-800\/20 {
    background-color: rgb(39 39 42 / 0.2);
  }

  .lg\:bg-zinc-800\/25 {
    background-color: rgb(39 39 42 / 0.25);
  }

  .lg\:bg-zinc-800\/30 {
    background-color: rgb(39 39 42 / 0.3);
  }

  .lg\:bg-zinc-800\/40 {
    background-color: rgb(39 39 42 / 0.4);
  }

  .lg\:bg-zinc-800\/5 {
    background-color: rgb(39 39 42 / 0.05);
  }

  .lg\:bg-zinc-800\/50 {
    background-color: rgb(39 39 42 / 0.5);
  }

  .lg\:bg-zinc-800\/60 {
    background-color: rgb(39 39 42 / 0.6);
  }

  .lg\:bg-zinc-800\/70 {
    background-color: rgb(39 39 42 / 0.7);
  }

  .lg\:bg-zinc-800\/75 {
    background-color: rgb(39 39 42 / 0.75);
  }

  .lg\:bg-zinc-800\/80 {
    background-color: rgb(39 39 42 / 0.8);
  }

  .lg\:bg-zinc-800\/90 {
    background-color: rgb(39 39 42 / 0.9);
  }

  .lg\:bg-zinc-800\/95 {
    background-color: rgb(39 39 42 / 0.95);
  }

  .lg\:bg-zinc-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(24 24 27 / var(--tw-bg-opacity));
  }

  .lg\:bg-zinc-900\/0 {
    background-color: rgb(24 24 27 / 0);
  }

  .lg\:bg-zinc-900\/10 {
    background-color: rgb(24 24 27 / 0.1);
  }

  .lg\:bg-zinc-900\/100 {
    background-color: rgb(24 24 27 / 1);
  }

  .lg\:bg-zinc-900\/20 {
    background-color: rgb(24 24 27 / 0.2);
  }

  .lg\:bg-zinc-900\/25 {
    background-color: rgb(24 24 27 / 0.25);
  }

  .lg\:bg-zinc-900\/30 {
    background-color: rgb(24 24 27 / 0.3);
  }

  .lg\:bg-zinc-900\/40 {
    background-color: rgb(24 24 27 / 0.4);
  }

  .lg\:bg-zinc-900\/5 {
    background-color: rgb(24 24 27 / 0.05);
  }

  .lg\:bg-zinc-900\/50 {
    background-color: rgb(24 24 27 / 0.5);
  }

  .lg\:bg-zinc-900\/60 {
    background-color: rgb(24 24 27 / 0.6);
  }

  .lg\:bg-zinc-900\/70 {
    background-color: rgb(24 24 27 / 0.7);
  }

  .lg\:bg-zinc-900\/75 {
    background-color: rgb(24 24 27 / 0.75);
  }

  .lg\:bg-zinc-900\/80 {
    background-color: rgb(24 24 27 / 0.8);
  }

  .lg\:bg-zinc-900\/90 {
    background-color: rgb(24 24 27 / 0.9);
  }

  .lg\:bg-zinc-900\/95 {
    background-color: rgb(24 24 27 / 0.95);
  }

  .lg\:bg-zinc-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(9 9 11 / var(--tw-bg-opacity));
  }

  .lg\:bg-zinc-950\/0 {
    background-color: rgb(9 9 11 / 0);
  }

  .lg\:bg-zinc-950\/10 {
    background-color: rgb(9 9 11 / 0.1);
  }

  .lg\:bg-zinc-950\/100 {
    background-color: rgb(9 9 11 / 1);
  }

  .lg\:bg-zinc-950\/20 {
    background-color: rgb(9 9 11 / 0.2);
  }

  .lg\:bg-zinc-950\/25 {
    background-color: rgb(9 9 11 / 0.25);
  }

  .lg\:bg-zinc-950\/30 {
    background-color: rgb(9 9 11 / 0.3);
  }

  .lg\:bg-zinc-950\/40 {
    background-color: rgb(9 9 11 / 0.4);
  }

  .lg\:bg-zinc-950\/5 {
    background-color: rgb(9 9 11 / 0.05);
  }

  .lg\:bg-zinc-950\/50 {
    background-color: rgb(9 9 11 / 0.5);
  }

  .lg\:bg-zinc-950\/60 {
    background-color: rgb(9 9 11 / 0.6);
  }

  .lg\:bg-zinc-950\/70 {
    background-color: rgb(9 9 11 / 0.7);
  }

  .lg\:bg-zinc-950\/75 {
    background-color: rgb(9 9 11 / 0.75);
  }

  .lg\:bg-zinc-950\/80 {
    background-color: rgb(9 9 11 / 0.8);
  }

  .lg\:bg-zinc-950\/90 {
    background-color: rgb(9 9 11 / 0.9);
  }

  .lg\:bg-zinc-950\/95 {
    background-color: rgb(9 9 11 / 0.95);
  }

  .lg\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .lg\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .lg\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .lg\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .lg\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .lg\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .lg\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .lg\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .lg\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .lg\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .lg\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .lg\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .lg\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .lg\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .lg\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .lg\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .lg\:bg-none {
    background-image: none;
  }

  .lg\:bg-auto {
    background-size: auto;
  }

  .lg\:bg-contain {
    background-size: contain;
  }

  .lg\:bg-cover {
    background-size: cover;
  }

  .lg\:bg-fixed {
    background-attachment: fixed;
  }

  .lg\:bg-local {
    background-attachment: local;
  }

  .lg\:bg-scroll {
    background-attachment: scroll;
  }

  .lg\:bg-clip-border {
    background-clip: border-box;
  }

  .lg\:bg-clip-padding {
    background-clip: padding-box;
  }

  .lg\:bg-clip-content {
    background-clip: content-box;
  }

  .lg\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .lg\:bg-bottom {
    background-position: bottom;
  }

  .lg\:bg-center {
    background-position: center;
  }

  .lg\:bg-left {
    background-position: left;
  }

  .lg\:bg-left-bottom {
    background-position: left bottom;
  }

  .lg\:bg-left-top {
    background-position: left top;
  }

  .lg\:bg-right {
    background-position: right;
  }

  .lg\:bg-right-bottom {
    background-position: right bottom;
  }

  .lg\:bg-right-top {
    background-position: right top;
  }

  .lg\:bg-top {
    background-position: top;
  }

  .lg\:bg-repeat {
    background-repeat: repeat;
  }

  .lg\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .lg\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .lg\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .lg\:bg-repeat-round {
    background-repeat: round;
  }

  .lg\:bg-repeat-space {
    background-repeat: space;
  }

  .lg\:bg-origin-border {
    background-origin: border-box;
  }

  .lg\:bg-origin-padding {
    background-origin: padding-box;
  }

  .lg\:bg-origin-content {
    background-origin: content-box;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pt-36 {
    padding-top: 9rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:leading-none {
    line-height: 1;
  }

  .lg\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .lg\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .lg\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .lg\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .lg\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .lg\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .lg\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .lg\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .lg\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .lg\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .lg\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .lg\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .lg\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .lg\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .lg\:bg-blend-color {
    background-blend-mode: color;
  }

  .lg\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }
  .lg\:bg-gradient-bse {
    background-image: linear-gradient(to right, config("colors.blue"), config("colors.purple"));
  }
  .lg\:hover\:bg-amber-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 243 199 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-amber-100\/0:hover {
    background-color: rgb(254 243 199 / 0);
  }
  .lg\:hover\:bg-amber-100\/10:hover {
    background-color: rgb(254 243 199 / 0.1);
  }
  .lg\:hover\:bg-amber-100\/100:hover {
    background-color: rgb(254 243 199 / 1);
  }
  .lg\:hover\:bg-amber-100\/20:hover {
    background-color: rgb(254 243 199 / 0.2);
  }
  .lg\:hover\:bg-amber-100\/25:hover {
    background-color: rgb(254 243 199 / 0.25);
  }
  .lg\:hover\:bg-amber-100\/30:hover {
    background-color: rgb(254 243 199 / 0.3);
  }
  .lg\:hover\:bg-amber-100\/40:hover {
    background-color: rgb(254 243 199 / 0.4);
  }
  .lg\:hover\:bg-amber-100\/5:hover {
    background-color: rgb(254 243 199 / 0.05);
  }
  .lg\:hover\:bg-amber-100\/50:hover {
    background-color: rgb(254 243 199 / 0.5);
  }
  .lg\:hover\:bg-amber-100\/60:hover {
    background-color: rgb(254 243 199 / 0.6);
  }
  .lg\:hover\:bg-amber-100\/70:hover {
    background-color: rgb(254 243 199 / 0.7);
  }
  .lg\:hover\:bg-amber-100\/75:hover {
    background-color: rgb(254 243 199 / 0.75);
  }
  .lg\:hover\:bg-amber-100\/80:hover {
    background-color: rgb(254 243 199 / 0.8);
  }
  .lg\:hover\:bg-amber-100\/90:hover {
    background-color: rgb(254 243 199 / 0.9);
  }
  .lg\:hover\:bg-amber-100\/95:hover {
    background-color: rgb(254 243 199 / 0.95);
  }
  .lg\:hover\:bg-amber-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(253 230 138 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-amber-200\/0:hover {
    background-color: rgb(253 230 138 / 0);
  }
  .lg\:hover\:bg-amber-200\/10:hover {
    background-color: rgb(253 230 138 / 0.1);
  }
  .lg\:hover\:bg-amber-200\/100:hover {
    background-color: rgb(253 230 138 / 1);
  }
  .lg\:hover\:bg-amber-200\/20:hover {
    background-color: rgb(253 230 138 / 0.2);
  }
  .lg\:hover\:bg-amber-200\/25:hover {
    background-color: rgb(253 230 138 / 0.25);
  }
  .lg\:hover\:bg-amber-200\/30:hover {
    background-color: rgb(253 230 138 / 0.3);
  }
  .lg\:hover\:bg-amber-200\/40:hover {
    background-color: rgb(253 230 138 / 0.4);
  }
  .lg\:hover\:bg-amber-200\/5:hover {
    background-color: rgb(253 230 138 / 0.05);
  }
  .lg\:hover\:bg-amber-200\/50:hover {
    background-color: rgb(253 230 138 / 0.5);
  }
  .lg\:hover\:bg-amber-200\/60:hover {
    background-color: rgb(253 230 138 / 0.6);
  }
  .lg\:hover\:bg-amber-200\/70:hover {
    background-color: rgb(253 230 138 / 0.7);
  }
  .lg\:hover\:bg-amber-200\/75:hover {
    background-color: rgb(253 230 138 / 0.75);
  }
  .lg\:hover\:bg-amber-200\/80:hover {
    background-color: rgb(253 230 138 / 0.8);
  }
  .lg\:hover\:bg-amber-200\/90:hover {
    background-color: rgb(253 230 138 / 0.9);
  }
  .lg\:hover\:bg-amber-200\/95:hover {
    background-color: rgb(253 230 138 / 0.95);
  }
  .lg\:hover\:bg-amber-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(252 211 77 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-amber-300\/0:hover {
    background-color: rgb(252 211 77 / 0);
  }
  .lg\:hover\:bg-amber-300\/10:hover {
    background-color: rgb(252 211 77 / 0.1);
  }
  .lg\:hover\:bg-amber-300\/100:hover {
    background-color: rgb(252 211 77 / 1);
  }
  .lg\:hover\:bg-amber-300\/20:hover {
    background-color: rgb(252 211 77 / 0.2);
  }
  .lg\:hover\:bg-amber-300\/25:hover {
    background-color: rgb(252 211 77 / 0.25);
  }
  .lg\:hover\:bg-amber-300\/30:hover {
    background-color: rgb(252 211 77 / 0.3);
  }
  .lg\:hover\:bg-amber-300\/40:hover {
    background-color: rgb(252 211 77 / 0.4);
  }
  .lg\:hover\:bg-amber-300\/5:hover {
    background-color: rgb(252 211 77 / 0.05);
  }
  .lg\:hover\:bg-amber-300\/50:hover {
    background-color: rgb(252 211 77 / 0.5);
  }
  .lg\:hover\:bg-amber-300\/60:hover {
    background-color: rgb(252 211 77 / 0.6);
  }
  .lg\:hover\:bg-amber-300\/70:hover {
    background-color: rgb(252 211 77 / 0.7);
  }
  .lg\:hover\:bg-amber-300\/75:hover {
    background-color: rgb(252 211 77 / 0.75);
  }
  .lg\:hover\:bg-amber-300\/80:hover {
    background-color: rgb(252 211 77 / 0.8);
  }
  .lg\:hover\:bg-amber-300\/90:hover {
    background-color: rgb(252 211 77 / 0.9);
  }
  .lg\:hover\:bg-amber-300\/95:hover {
    background-color: rgb(252 211 77 / 0.95);
  }
  .lg\:hover\:bg-amber-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(251 191 36 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-amber-400\/0:hover {
    background-color: rgb(251 191 36 / 0);
  }
  .lg\:hover\:bg-amber-400\/10:hover {
    background-color: rgb(251 191 36 / 0.1);
  }
  .lg\:hover\:bg-amber-400\/100:hover {
    background-color: rgb(251 191 36 / 1);
  }
  .lg\:hover\:bg-amber-400\/20:hover {
    background-color: rgb(251 191 36 / 0.2);
  }
  .lg\:hover\:bg-amber-400\/25:hover {
    background-color: rgb(251 191 36 / 0.25);
  }
  .lg\:hover\:bg-amber-400\/30:hover {
    background-color: rgb(251 191 36 / 0.3);
  }
  .lg\:hover\:bg-amber-400\/40:hover {
    background-color: rgb(251 191 36 / 0.4);
  }
  .lg\:hover\:bg-amber-400\/5:hover {
    background-color: rgb(251 191 36 / 0.05);
  }
  .lg\:hover\:bg-amber-400\/50:hover {
    background-color: rgb(251 191 36 / 0.5);
  }
  .lg\:hover\:bg-amber-400\/60:hover {
    background-color: rgb(251 191 36 / 0.6);
  }
  .lg\:hover\:bg-amber-400\/70:hover {
    background-color: rgb(251 191 36 / 0.7);
  }
  .lg\:hover\:bg-amber-400\/75:hover {
    background-color: rgb(251 191 36 / 0.75);
  }
  .lg\:hover\:bg-amber-400\/80:hover {
    background-color: rgb(251 191 36 / 0.8);
  }
  .lg\:hover\:bg-amber-400\/90:hover {
    background-color: rgb(251 191 36 / 0.9);
  }
  .lg\:hover\:bg-amber-400\/95:hover {
    background-color: rgb(251 191 36 / 0.95);
  }
  .lg\:hover\:bg-amber-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 251 235 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-amber-50\/0:hover {
    background-color: rgb(255 251 235 / 0);
  }
  .lg\:hover\:bg-amber-50\/10:hover {
    background-color: rgb(255 251 235 / 0.1);
  }
  .lg\:hover\:bg-amber-50\/100:hover {
    background-color: rgb(255 251 235 / 1);
  }
  .lg\:hover\:bg-amber-50\/20:hover {
    background-color: rgb(255 251 235 / 0.2);
  }
  .lg\:hover\:bg-amber-50\/25:hover {
    background-color: rgb(255 251 235 / 0.25);
  }
  .lg\:hover\:bg-amber-50\/30:hover {
    background-color: rgb(255 251 235 / 0.3);
  }
  .lg\:hover\:bg-amber-50\/40:hover {
    background-color: rgb(255 251 235 / 0.4);
  }
  .lg\:hover\:bg-amber-50\/5:hover {
    background-color: rgb(255 251 235 / 0.05);
  }
  .lg\:hover\:bg-amber-50\/50:hover {
    background-color: rgb(255 251 235 / 0.5);
  }
  .lg\:hover\:bg-amber-50\/60:hover {
    background-color: rgb(255 251 235 / 0.6);
  }
  .lg\:hover\:bg-amber-50\/70:hover {
    background-color: rgb(255 251 235 / 0.7);
  }
  .lg\:hover\:bg-amber-50\/75:hover {
    background-color: rgb(255 251 235 / 0.75);
  }
  .lg\:hover\:bg-amber-50\/80:hover {
    background-color: rgb(255 251 235 / 0.8);
  }
  .lg\:hover\:bg-amber-50\/90:hover {
    background-color: rgb(255 251 235 / 0.9);
  }
  .lg\:hover\:bg-amber-50\/95:hover {
    background-color: rgb(255 251 235 / 0.95);
  }
  .lg\:hover\:bg-amber-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(245 158 11 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-amber-500\/0:hover {
    background-color: rgb(245 158 11 / 0);
  }
  .lg\:hover\:bg-amber-500\/10:hover {
    background-color: rgb(245 158 11 / 0.1);
  }
  .lg\:hover\:bg-amber-500\/100:hover {
    background-color: rgb(245 158 11 / 1);
  }
  .lg\:hover\:bg-amber-500\/20:hover {
    background-color: rgb(245 158 11 / 0.2);
  }
  .lg\:hover\:bg-amber-500\/25:hover {
    background-color: rgb(245 158 11 / 0.25);
  }
  .lg\:hover\:bg-amber-500\/30:hover {
    background-color: rgb(245 158 11 / 0.3);
  }
  .lg\:hover\:bg-amber-500\/40:hover {
    background-color: rgb(245 158 11 / 0.4);
  }
  .lg\:hover\:bg-amber-500\/5:hover {
    background-color: rgb(245 158 11 / 0.05);
  }
  .lg\:hover\:bg-amber-500\/50:hover {
    background-color: rgb(245 158 11 / 0.5);
  }
  .lg\:hover\:bg-amber-500\/60:hover {
    background-color: rgb(245 158 11 / 0.6);
  }
  .lg\:hover\:bg-amber-500\/70:hover {
    background-color: rgb(245 158 11 / 0.7);
  }
  .lg\:hover\:bg-amber-500\/75:hover {
    background-color: rgb(245 158 11 / 0.75);
  }
  .lg\:hover\:bg-amber-500\/80:hover {
    background-color: rgb(245 158 11 / 0.8);
  }
  .lg\:hover\:bg-amber-500\/90:hover {
    background-color: rgb(245 158 11 / 0.9);
  }
  .lg\:hover\:bg-amber-500\/95:hover {
    background-color: rgb(245 158 11 / 0.95);
  }
  .lg\:hover\:bg-amber-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(217 119 6 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-amber-600\/0:hover {
    background-color: rgb(217 119 6 / 0);
  }
  .lg\:hover\:bg-amber-600\/10:hover {
    background-color: rgb(217 119 6 / 0.1);
  }
  .lg\:hover\:bg-amber-600\/100:hover {
    background-color: rgb(217 119 6 / 1);
  }
  .lg\:hover\:bg-amber-600\/20:hover {
    background-color: rgb(217 119 6 / 0.2);
  }
  .lg\:hover\:bg-amber-600\/25:hover {
    background-color: rgb(217 119 6 / 0.25);
  }
  .lg\:hover\:bg-amber-600\/30:hover {
    background-color: rgb(217 119 6 / 0.3);
  }
  .lg\:hover\:bg-amber-600\/40:hover {
    background-color: rgb(217 119 6 / 0.4);
  }
  .lg\:hover\:bg-amber-600\/5:hover {
    background-color: rgb(217 119 6 / 0.05);
  }
  .lg\:hover\:bg-amber-600\/50:hover {
    background-color: rgb(217 119 6 / 0.5);
  }
  .lg\:hover\:bg-amber-600\/60:hover {
    background-color: rgb(217 119 6 / 0.6);
  }
  .lg\:hover\:bg-amber-600\/70:hover {
    background-color: rgb(217 119 6 / 0.7);
  }
  .lg\:hover\:bg-amber-600\/75:hover {
    background-color: rgb(217 119 6 / 0.75);
  }
  .lg\:hover\:bg-amber-600\/80:hover {
    background-color: rgb(217 119 6 / 0.8);
  }
  .lg\:hover\:bg-amber-600\/90:hover {
    background-color: rgb(217 119 6 / 0.9);
  }
  .lg\:hover\:bg-amber-600\/95:hover {
    background-color: rgb(217 119 6 / 0.95);
  }
  .lg\:hover\:bg-amber-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(180 83 9 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-amber-700\/0:hover {
    background-color: rgb(180 83 9 / 0);
  }
  .lg\:hover\:bg-amber-700\/10:hover {
    background-color: rgb(180 83 9 / 0.1);
  }
  .lg\:hover\:bg-amber-700\/100:hover {
    background-color: rgb(180 83 9 / 1);
  }
  .lg\:hover\:bg-amber-700\/20:hover {
    background-color: rgb(180 83 9 / 0.2);
  }
  .lg\:hover\:bg-amber-700\/25:hover {
    background-color: rgb(180 83 9 / 0.25);
  }
  .lg\:hover\:bg-amber-700\/30:hover {
    background-color: rgb(180 83 9 / 0.3);
  }
  .lg\:hover\:bg-amber-700\/40:hover {
    background-color: rgb(180 83 9 / 0.4);
  }
  .lg\:hover\:bg-amber-700\/5:hover {
    background-color: rgb(180 83 9 / 0.05);
  }
  .lg\:hover\:bg-amber-700\/50:hover {
    background-color: rgb(180 83 9 / 0.5);
  }
  .lg\:hover\:bg-amber-700\/60:hover {
    background-color: rgb(180 83 9 / 0.6);
  }
  .lg\:hover\:bg-amber-700\/70:hover {
    background-color: rgb(180 83 9 / 0.7);
  }
  .lg\:hover\:bg-amber-700\/75:hover {
    background-color: rgb(180 83 9 / 0.75);
  }
  .lg\:hover\:bg-amber-700\/80:hover {
    background-color: rgb(180 83 9 / 0.8);
  }
  .lg\:hover\:bg-amber-700\/90:hover {
    background-color: rgb(180 83 9 / 0.9);
  }
  .lg\:hover\:bg-amber-700\/95:hover {
    background-color: rgb(180 83 9 / 0.95);
  }
  .lg\:hover\:bg-amber-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(146 64 14 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-amber-800\/0:hover {
    background-color: rgb(146 64 14 / 0);
  }
  .lg\:hover\:bg-amber-800\/10:hover {
    background-color: rgb(146 64 14 / 0.1);
  }
  .lg\:hover\:bg-amber-800\/100:hover {
    background-color: rgb(146 64 14 / 1);
  }
  .lg\:hover\:bg-amber-800\/20:hover {
    background-color: rgb(146 64 14 / 0.2);
  }
  .lg\:hover\:bg-amber-800\/25:hover {
    background-color: rgb(146 64 14 / 0.25);
  }
  .lg\:hover\:bg-amber-800\/30:hover {
    background-color: rgb(146 64 14 / 0.3);
  }
  .lg\:hover\:bg-amber-800\/40:hover {
    background-color: rgb(146 64 14 / 0.4);
  }
  .lg\:hover\:bg-amber-800\/5:hover {
    background-color: rgb(146 64 14 / 0.05);
  }
  .lg\:hover\:bg-amber-800\/50:hover {
    background-color: rgb(146 64 14 / 0.5);
  }
  .lg\:hover\:bg-amber-800\/60:hover {
    background-color: rgb(146 64 14 / 0.6);
  }
  .lg\:hover\:bg-amber-800\/70:hover {
    background-color: rgb(146 64 14 / 0.7);
  }
  .lg\:hover\:bg-amber-800\/75:hover {
    background-color: rgb(146 64 14 / 0.75);
  }
  .lg\:hover\:bg-amber-800\/80:hover {
    background-color: rgb(146 64 14 / 0.8);
  }
  .lg\:hover\:bg-amber-800\/90:hover {
    background-color: rgb(146 64 14 / 0.9);
  }
  .lg\:hover\:bg-amber-800\/95:hover {
    background-color: rgb(146 64 14 / 0.95);
  }
  .lg\:hover\:bg-amber-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(120 53 15 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-amber-900\/0:hover {
    background-color: rgb(120 53 15 / 0);
  }
  .lg\:hover\:bg-amber-900\/10:hover {
    background-color: rgb(120 53 15 / 0.1);
  }
  .lg\:hover\:bg-amber-900\/100:hover {
    background-color: rgb(120 53 15 / 1);
  }
  .lg\:hover\:bg-amber-900\/20:hover {
    background-color: rgb(120 53 15 / 0.2);
  }
  .lg\:hover\:bg-amber-900\/25:hover {
    background-color: rgb(120 53 15 / 0.25);
  }
  .lg\:hover\:bg-amber-900\/30:hover {
    background-color: rgb(120 53 15 / 0.3);
  }
  .lg\:hover\:bg-amber-900\/40:hover {
    background-color: rgb(120 53 15 / 0.4);
  }
  .lg\:hover\:bg-amber-900\/5:hover {
    background-color: rgb(120 53 15 / 0.05);
  }
  .lg\:hover\:bg-amber-900\/50:hover {
    background-color: rgb(120 53 15 / 0.5);
  }
  .lg\:hover\:bg-amber-900\/60:hover {
    background-color: rgb(120 53 15 / 0.6);
  }
  .lg\:hover\:bg-amber-900\/70:hover {
    background-color: rgb(120 53 15 / 0.7);
  }
  .lg\:hover\:bg-amber-900\/75:hover {
    background-color: rgb(120 53 15 / 0.75);
  }
  .lg\:hover\:bg-amber-900\/80:hover {
    background-color: rgb(120 53 15 / 0.8);
  }
  .lg\:hover\:bg-amber-900\/90:hover {
    background-color: rgb(120 53 15 / 0.9);
  }
  .lg\:hover\:bg-amber-900\/95:hover {
    background-color: rgb(120 53 15 / 0.95);
  }
  .lg\:hover\:bg-amber-950:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(69 26 3 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-amber-950\/0:hover {
    background-color: rgb(69 26 3 / 0);
  }
  .lg\:hover\:bg-amber-950\/10:hover {
    background-color: rgb(69 26 3 / 0.1);
  }
  .lg\:hover\:bg-amber-950\/100:hover {
    background-color: rgb(69 26 3 / 1);
  }
  .lg\:hover\:bg-amber-950\/20:hover {
    background-color: rgb(69 26 3 / 0.2);
  }
  .lg\:hover\:bg-amber-950\/25:hover {
    background-color: rgb(69 26 3 / 0.25);
  }
  .lg\:hover\:bg-amber-950\/30:hover {
    background-color: rgb(69 26 3 / 0.3);
  }
  .lg\:hover\:bg-amber-950\/40:hover {
    background-color: rgb(69 26 3 / 0.4);
  }
  .lg\:hover\:bg-amber-950\/5:hover {
    background-color: rgb(69 26 3 / 0.05);
  }
  .lg\:hover\:bg-amber-950\/50:hover {
    background-color: rgb(69 26 3 / 0.5);
  }
  .lg\:hover\:bg-amber-950\/60:hover {
    background-color: rgb(69 26 3 / 0.6);
  }
  .lg\:hover\:bg-amber-950\/70:hover {
    background-color: rgb(69 26 3 / 0.7);
  }
  .lg\:hover\:bg-amber-950\/75:hover {
    background-color: rgb(69 26 3 / 0.75);
  }
  .lg\:hover\:bg-amber-950\/80:hover {
    background-color: rgb(69 26 3 / 0.8);
  }
  .lg\:hover\:bg-amber-950\/90:hover {
    background-color: rgb(69 26 3 / 0.9);
  }
  .lg\:hover\:bg-amber-950\/95:hover {
    background-color: rgb(69 26 3 / 0.95);
  }
  .lg\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-black\/0:hover {
    background-color: rgb(0 0 0 / 0);
  }
  .lg\:hover\:bg-black\/10:hover {
    background-color: rgb(0 0 0 / 0.1);
  }
  .lg\:hover\:bg-black\/100:hover {
    background-color: rgb(0 0 0 / 1);
  }
  .lg\:hover\:bg-black\/20:hover {
    background-color: rgb(0 0 0 / 0.2);
  }
  .lg\:hover\:bg-black\/25:hover {
    background-color: rgb(0 0 0 / 0.25);
  }
  .lg\:hover\:bg-black\/30:hover {
    background-color: rgb(0 0 0 / 0.3);
  }
  .lg\:hover\:bg-black\/40:hover {
    background-color: rgb(0 0 0 / 0.4);
  }
  .lg\:hover\:bg-black\/5:hover {
    background-color: rgb(0 0 0 / 0.05);
  }
  .lg\:hover\:bg-black\/50:hover {
    background-color: rgb(0 0 0 / 0.5);
  }
  .lg\:hover\:bg-black\/60:hover {
    background-color: rgb(0 0 0 / 0.6);
  }
  .lg\:hover\:bg-black\/70:hover {
    background-color: rgb(0 0 0 / 0.7);
  }
  .lg\:hover\:bg-black\/75:hover {
    background-color: rgb(0 0 0 / 0.75);
  }
  .lg\:hover\:bg-black\/80:hover {
    background-color: rgb(0 0 0 / 0.8);
  }
  .lg\:hover\:bg-black\/90:hover {
    background-color: rgb(0 0 0 / 0.9);
  }
  .lg\:hover\:bg-black\/95:hover {
    background-color: rgb(0 0 0 / 0.95);
  }
  .lg\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(219 234 254 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-blue-100\/0:hover {
    background-color: rgb(219 234 254 / 0);
  }
  .lg\:hover\:bg-blue-100\/10:hover {
    background-color: rgb(219 234 254 / 0.1);
  }
  .lg\:hover\:bg-blue-100\/100:hover {
    background-color: rgb(219 234 254 / 1);
  }
  .lg\:hover\:bg-blue-100\/20:hover {
    background-color: rgb(219 234 254 / 0.2);
  }
  .lg\:hover\:bg-blue-100\/25:hover {
    background-color: rgb(219 234 254 / 0.25);
  }
  .lg\:hover\:bg-blue-100\/30:hover {
    background-color: rgb(219 234 254 / 0.3);
  }
  .lg\:hover\:bg-blue-100\/40:hover {
    background-color: rgb(219 234 254 / 0.4);
  }
  .lg\:hover\:bg-blue-100\/5:hover {
    background-color: rgb(219 234 254 / 0.05);
  }
  .lg\:hover\:bg-blue-100\/50:hover {
    background-color: rgb(219 234 254 / 0.5);
  }
  .lg\:hover\:bg-blue-100\/60:hover {
    background-color: rgb(219 234 254 / 0.6);
  }
  .lg\:hover\:bg-blue-100\/70:hover {
    background-color: rgb(219 234 254 / 0.7);
  }
  .lg\:hover\:bg-blue-100\/75:hover {
    background-color: rgb(219 234 254 / 0.75);
  }
  .lg\:hover\:bg-blue-100\/80:hover {
    background-color: rgb(219 234 254 / 0.8);
  }
  .lg\:hover\:bg-blue-100\/90:hover {
    background-color: rgb(219 234 254 / 0.9);
  }
  .lg\:hover\:bg-blue-100\/95:hover {
    background-color: rgb(219 234 254 / 0.95);
  }
  .lg\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(191 219 254 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-blue-200\/0:hover {
    background-color: rgb(191 219 254 / 0);
  }
  .lg\:hover\:bg-blue-200\/10:hover {
    background-color: rgb(191 219 254 / 0.1);
  }
  .lg\:hover\:bg-blue-200\/100:hover {
    background-color: rgb(191 219 254 / 1);
  }
  .lg\:hover\:bg-blue-200\/20:hover {
    background-color: rgb(191 219 254 / 0.2);
  }
  .lg\:hover\:bg-blue-200\/25:hover {
    background-color: rgb(191 219 254 / 0.25);
  }
  .lg\:hover\:bg-blue-200\/30:hover {
    background-color: rgb(191 219 254 / 0.3);
  }
  .lg\:hover\:bg-blue-200\/40:hover {
    background-color: rgb(191 219 254 / 0.4);
  }
  .lg\:hover\:bg-blue-200\/5:hover {
    background-color: rgb(191 219 254 / 0.05);
  }
  .lg\:hover\:bg-blue-200\/50:hover {
    background-color: rgb(191 219 254 / 0.5);
  }
  .lg\:hover\:bg-blue-200\/60:hover {
    background-color: rgb(191 219 254 / 0.6);
  }
  .lg\:hover\:bg-blue-200\/70:hover {
    background-color: rgb(191 219 254 / 0.7);
  }
  .lg\:hover\:bg-blue-200\/75:hover {
    background-color: rgb(191 219 254 / 0.75);
  }
  .lg\:hover\:bg-blue-200\/80:hover {
    background-color: rgb(191 219 254 / 0.8);
  }
  .lg\:hover\:bg-blue-200\/90:hover {
    background-color: rgb(191 219 254 / 0.9);
  }
  .lg\:hover\:bg-blue-200\/95:hover {
    background-color: rgb(191 219 254 / 0.95);
  }
  .lg\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(147 197 253 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-blue-300\/0:hover {
    background-color: rgb(147 197 253 / 0);
  }
  .lg\:hover\:bg-blue-300\/10:hover {
    background-color: rgb(147 197 253 / 0.1);
  }
  .lg\:hover\:bg-blue-300\/100:hover {
    background-color: rgb(147 197 253 / 1);
  }
  .lg\:hover\:bg-blue-300\/20:hover {
    background-color: rgb(147 197 253 / 0.2);
  }
  .lg\:hover\:bg-blue-300\/25:hover {
    background-color: rgb(147 197 253 / 0.25);
  }
  .lg\:hover\:bg-blue-300\/30:hover {
    background-color: rgb(147 197 253 / 0.3);
  }
  .lg\:hover\:bg-blue-300\/40:hover {
    background-color: rgb(147 197 253 / 0.4);
  }
  .lg\:hover\:bg-blue-300\/5:hover {
    background-color: rgb(147 197 253 / 0.05);
  }
  .lg\:hover\:bg-blue-300\/50:hover {
    background-color: rgb(147 197 253 / 0.5);
  }
  .lg\:hover\:bg-blue-300\/60:hover {
    background-color: rgb(147 197 253 / 0.6);
  }
  .lg\:hover\:bg-blue-300\/70:hover {
    background-color: rgb(147 197 253 / 0.7);
  }
  .lg\:hover\:bg-blue-300\/75:hover {
    background-color: rgb(147 197 253 / 0.75);
  }
  .lg\:hover\:bg-blue-300\/80:hover {
    background-color: rgb(147 197 253 / 0.8);
  }
  .lg\:hover\:bg-blue-300\/90:hover {
    background-color: rgb(147 197 253 / 0.9);
  }
  .lg\:hover\:bg-blue-300\/95:hover {
    background-color: rgb(147 197 253 / 0.95);
  }
  .lg\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(96 165 250 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-blue-400\/0:hover {
    background-color: rgb(96 165 250 / 0);
  }
  .lg\:hover\:bg-blue-400\/10:hover {
    background-color: rgb(96 165 250 / 0.1);
  }
  .lg\:hover\:bg-blue-400\/100:hover {
    background-color: rgb(96 165 250 / 1);
  }
  .lg\:hover\:bg-blue-400\/20:hover {
    background-color: rgb(96 165 250 / 0.2);
  }
  .lg\:hover\:bg-blue-400\/25:hover {
    background-color: rgb(96 165 250 / 0.25);
  }
  .lg\:hover\:bg-blue-400\/30:hover {
    background-color: rgb(96 165 250 / 0.3);
  }
  .lg\:hover\:bg-blue-400\/40:hover {
    background-color: rgb(96 165 250 / 0.4);
  }
  .lg\:hover\:bg-blue-400\/5:hover {
    background-color: rgb(96 165 250 / 0.05);
  }
  .lg\:hover\:bg-blue-400\/50:hover {
    background-color: rgb(96 165 250 / 0.5);
  }
  .lg\:hover\:bg-blue-400\/60:hover {
    background-color: rgb(96 165 250 / 0.6);
  }
  .lg\:hover\:bg-blue-400\/70:hover {
    background-color: rgb(96 165 250 / 0.7);
  }
  .lg\:hover\:bg-blue-400\/75:hover {
    background-color: rgb(96 165 250 / 0.75);
  }
  .lg\:hover\:bg-blue-400\/80:hover {
    background-color: rgb(96 165 250 / 0.8);
  }
  .lg\:hover\:bg-blue-400\/90:hover {
    background-color: rgb(96 165 250 / 0.9);
  }
  .lg\:hover\:bg-blue-400\/95:hover {
    background-color: rgb(96 165 250 / 0.95);
  }
  .lg\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(239 246 255 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-blue-50\/0:hover {
    background-color: rgb(239 246 255 / 0);
  }
  .lg\:hover\:bg-blue-50\/10:hover {
    background-color: rgb(239 246 255 / 0.1);
  }
  .lg\:hover\:bg-blue-50\/100:hover {
    background-color: rgb(239 246 255 / 1);
  }
  .lg\:hover\:bg-blue-50\/20:hover {
    background-color: rgb(239 246 255 / 0.2);
  }
  .lg\:hover\:bg-blue-50\/25:hover {
    background-color: rgb(239 246 255 / 0.25);
  }
  .lg\:hover\:bg-blue-50\/30:hover {
    background-color: rgb(239 246 255 / 0.3);
  }
  .lg\:hover\:bg-blue-50\/40:hover {
    background-color: rgb(239 246 255 / 0.4);
  }
  .lg\:hover\:bg-blue-50\/5:hover {
    background-color: rgb(239 246 255 / 0.05);
  }
  .lg\:hover\:bg-blue-50\/50:hover {
    background-color: rgb(239 246 255 / 0.5);
  }
  .lg\:hover\:bg-blue-50\/60:hover {
    background-color: rgb(239 246 255 / 0.6);
  }
  .lg\:hover\:bg-blue-50\/70:hover {
    background-color: rgb(239 246 255 / 0.7);
  }
  .lg\:hover\:bg-blue-50\/75:hover {
    background-color: rgb(239 246 255 / 0.75);
  }
  .lg\:hover\:bg-blue-50\/80:hover {
    background-color: rgb(239 246 255 / 0.8);
  }
  .lg\:hover\:bg-blue-50\/90:hover {
    background-color: rgb(239 246 255 / 0.9);
  }
  .lg\:hover\:bg-blue-50\/95:hover {
    background-color: rgb(239 246 255 / 0.95);
  }
  .lg\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-blue-500\/0:hover {
    background-color: rgb(59 130 246 / 0);
  }
  .lg\:hover\:bg-blue-500\/10:hover {
    background-color: rgb(59 130 246 / 0.1);
  }
  .lg\:hover\:bg-blue-500\/100:hover {
    background-color: rgb(59 130 246 / 1);
  }
  .lg\:hover\:bg-blue-500\/20:hover {
    background-color: rgb(59 130 246 / 0.2);
  }
  .lg\:hover\:bg-blue-500\/25:hover {
    background-color: rgb(59 130 246 / 0.25);
  }
  .lg\:hover\:bg-blue-500\/30:hover {
    background-color: rgb(59 130 246 / 0.3);
  }
  .lg\:hover\:bg-blue-500\/40:hover {
    background-color: rgb(59 130 246 / 0.4);
  }
  .lg\:hover\:bg-blue-500\/5:hover {
    background-color: rgb(59 130 246 / 0.05);
  }
  .lg\:hover\:bg-blue-500\/50:hover {
    background-color: rgb(59 130 246 / 0.5);
  }
  .lg\:hover\:bg-blue-500\/60:hover {
    background-color: rgb(59 130 246 / 0.6);
  }
  .lg\:hover\:bg-blue-500\/70:hover {
    background-color: rgb(59 130 246 / 0.7);
  }
  .lg\:hover\:bg-blue-500\/75:hover {
    background-color: rgb(59 130 246 / 0.75);
  }
  .lg\:hover\:bg-blue-500\/80:hover {
    background-color: rgb(59 130 246 / 0.8);
  }
  .lg\:hover\:bg-blue-500\/90:hover {
    background-color: rgb(59 130 246 / 0.9);
  }
  .lg\:hover\:bg-blue-500\/95:hover {
    background-color: rgb(59 130 246 / 0.95);
  }
  .lg\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-blue-600\/0:hover {
    background-color: rgb(37 99 235 / 0);
  }
  .lg\:hover\:bg-blue-600\/10:hover {
    background-color: rgb(37 99 235 / 0.1);
  }
  .lg\:hover\:bg-blue-600\/100:hover {
    background-color: rgb(37 99 235 / 1);
  }
  .lg\:hover\:bg-blue-600\/20:hover {
    background-color: rgb(37 99 235 / 0.2);
  }
  .lg\:hover\:bg-blue-600\/25:hover {
    background-color: rgb(37 99 235 / 0.25);
  }
  .lg\:hover\:bg-blue-600\/30:hover {
    background-color: rgb(37 99 235 / 0.3);
  }
  .lg\:hover\:bg-blue-600\/40:hover {
    background-color: rgb(37 99 235 / 0.4);
  }
  .lg\:hover\:bg-blue-600\/5:hover {
    background-color: rgb(37 99 235 / 0.05);
  }
  .lg\:hover\:bg-blue-600\/50:hover {
    background-color: rgb(37 99 235 / 0.5);
  }
  .lg\:hover\:bg-blue-600\/60:hover {
    background-color: rgb(37 99 235 / 0.6);
  }
  .lg\:hover\:bg-blue-600\/70:hover {
    background-color: rgb(37 99 235 / 0.7);
  }
  .lg\:hover\:bg-blue-600\/75:hover {
    background-color: rgb(37 99 235 / 0.75);
  }
  .lg\:hover\:bg-blue-600\/80:hover {
    background-color: rgb(37 99 235 / 0.8);
  }
  .lg\:hover\:bg-blue-600\/90:hover {
    background-color: rgb(37 99 235 / 0.9);
  }
  .lg\:hover\:bg-blue-600\/95:hover {
    background-color: rgb(37 99 235 / 0.95);
  }
  .lg\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-blue-700\/0:hover {
    background-color: rgb(29 78 216 / 0);
  }
  .lg\:hover\:bg-blue-700\/10:hover {
    background-color: rgb(29 78 216 / 0.1);
  }
  .lg\:hover\:bg-blue-700\/100:hover {
    background-color: rgb(29 78 216 / 1);
  }
  .lg\:hover\:bg-blue-700\/20:hover {
    background-color: rgb(29 78 216 / 0.2);
  }
  .lg\:hover\:bg-blue-700\/25:hover {
    background-color: rgb(29 78 216 / 0.25);
  }
  .lg\:hover\:bg-blue-700\/30:hover {
    background-color: rgb(29 78 216 / 0.3);
  }
  .lg\:hover\:bg-blue-700\/40:hover {
    background-color: rgb(29 78 216 / 0.4);
  }
  .lg\:hover\:bg-blue-700\/5:hover {
    background-color: rgb(29 78 216 / 0.05);
  }
  .lg\:hover\:bg-blue-700\/50:hover {
    background-color: rgb(29 78 216 / 0.5);
  }
  .lg\:hover\:bg-blue-700\/60:hover {
    background-color: rgb(29 78 216 / 0.6);
  }
  .lg\:hover\:bg-blue-700\/70:hover {
    background-color: rgb(29 78 216 / 0.7);
  }
  .lg\:hover\:bg-blue-700\/75:hover {
    background-color: rgb(29 78 216 / 0.75);
  }
  .lg\:hover\:bg-blue-700\/80:hover {
    background-color: rgb(29 78 216 / 0.8);
  }
  .lg\:hover\:bg-blue-700\/90:hover {
    background-color: rgb(29 78 216 / 0.9);
  }
  .lg\:hover\:bg-blue-700\/95:hover {
    background-color: rgb(29 78 216 / 0.95);
  }
  .lg\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(30 64 175 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-blue-800\/0:hover {
    background-color: rgb(30 64 175 / 0);
  }
  .lg\:hover\:bg-blue-800\/10:hover {
    background-color: rgb(30 64 175 / 0.1);
  }
  .lg\:hover\:bg-blue-800\/100:hover {
    background-color: rgb(30 64 175 / 1);
  }
  .lg\:hover\:bg-blue-800\/20:hover {
    background-color: rgb(30 64 175 / 0.2);
  }
  .lg\:hover\:bg-blue-800\/25:hover {
    background-color: rgb(30 64 175 / 0.25);
  }
  .lg\:hover\:bg-blue-800\/30:hover {
    background-color: rgb(30 64 175 / 0.3);
  }
  .lg\:hover\:bg-blue-800\/40:hover {
    background-color: rgb(30 64 175 / 0.4);
  }
  .lg\:hover\:bg-blue-800\/5:hover {
    background-color: rgb(30 64 175 / 0.05);
  }
  .lg\:hover\:bg-blue-800\/50:hover {
    background-color: rgb(30 64 175 / 0.5);
  }
  .lg\:hover\:bg-blue-800\/60:hover {
    background-color: rgb(30 64 175 / 0.6);
  }
  .lg\:hover\:bg-blue-800\/70:hover {
    background-color: rgb(30 64 175 / 0.7);
  }
  .lg\:hover\:bg-blue-800\/75:hover {
    background-color: rgb(30 64 175 / 0.75);
  }
  .lg\:hover\:bg-blue-800\/80:hover {
    background-color: rgb(30 64 175 / 0.8);
  }
  .lg\:hover\:bg-blue-800\/90:hover {
    background-color: rgb(30 64 175 / 0.9);
  }
  .lg\:hover\:bg-blue-800\/95:hover {
    background-color: rgb(30 64 175 / 0.95);
  }
  .lg\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(30 58 138 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-blue-900\/0:hover {
    background-color: rgb(30 58 138 / 0);
  }
  .lg\:hover\:bg-blue-900\/10:hover {
    background-color: rgb(30 58 138 / 0.1);
  }
  .lg\:hover\:bg-blue-900\/100:hover {
    background-color: rgb(30 58 138 / 1);
  }
  .lg\:hover\:bg-blue-900\/20:hover {
    background-color: rgb(30 58 138 / 0.2);
  }
  .lg\:hover\:bg-blue-900\/25:hover {
    background-color: rgb(30 58 138 / 0.25);
  }
  .lg\:hover\:bg-blue-900\/30:hover {
    background-color: rgb(30 58 138 / 0.3);
  }
  .lg\:hover\:bg-blue-900\/40:hover {
    background-color: rgb(30 58 138 / 0.4);
  }
  .lg\:hover\:bg-blue-900\/5:hover {
    background-color: rgb(30 58 138 / 0.05);
  }
  .lg\:hover\:bg-blue-900\/50:hover {
    background-color: rgb(30 58 138 / 0.5);
  }
  .lg\:hover\:bg-blue-900\/60:hover {
    background-color: rgb(30 58 138 / 0.6);
  }
  .lg\:hover\:bg-blue-900\/70:hover {
    background-color: rgb(30 58 138 / 0.7);
  }
  .lg\:hover\:bg-blue-900\/75:hover {
    background-color: rgb(30 58 138 / 0.75);
  }
  .lg\:hover\:bg-blue-900\/80:hover {
    background-color: rgb(30 58 138 / 0.8);
  }
  .lg\:hover\:bg-blue-900\/90:hover {
    background-color: rgb(30 58 138 / 0.9);
  }
  .lg\:hover\:bg-blue-900\/95:hover {
    background-color: rgb(30 58 138 / 0.95);
  }
  .lg\:hover\:bg-blue-950:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(23 37 84 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-blue-950\/0:hover {
    background-color: rgb(23 37 84 / 0);
  }
  .lg\:hover\:bg-blue-950\/10:hover {
    background-color: rgb(23 37 84 / 0.1);
  }
  .lg\:hover\:bg-blue-950\/100:hover {
    background-color: rgb(23 37 84 / 1);
  }
  .lg\:hover\:bg-blue-950\/20:hover {
    background-color: rgb(23 37 84 / 0.2);
  }
  .lg\:hover\:bg-blue-950\/25:hover {
    background-color: rgb(23 37 84 / 0.25);
  }
  .lg\:hover\:bg-blue-950\/30:hover {
    background-color: rgb(23 37 84 / 0.3);
  }
  .lg\:hover\:bg-blue-950\/40:hover {
    background-color: rgb(23 37 84 / 0.4);
  }
  .lg\:hover\:bg-blue-950\/5:hover {
    background-color: rgb(23 37 84 / 0.05);
  }
  .lg\:hover\:bg-blue-950\/50:hover {
    background-color: rgb(23 37 84 / 0.5);
  }
  .lg\:hover\:bg-blue-950\/60:hover {
    background-color: rgb(23 37 84 / 0.6);
  }
  .lg\:hover\:bg-blue-950\/70:hover {
    background-color: rgb(23 37 84 / 0.7);
  }
  .lg\:hover\:bg-blue-950\/75:hover {
    background-color: rgb(23 37 84 / 0.75);
  }
  .lg\:hover\:bg-blue-950\/80:hover {
    background-color: rgb(23 37 84 / 0.8);
  }
  .lg\:hover\:bg-blue-950\/90:hover {
    background-color: rgb(23 37 84 / 0.9);
  }
  .lg\:hover\:bg-blue-950\/95:hover {
    background-color: rgb(23 37 84 / 0.95);
  }
  .lg\:hover\:bg-brand-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(230 239 246 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-brand-100\/0:hover {
    background-color: rgb(230 239 246 / 0);
  }
  .lg\:hover\:bg-brand-100\/10:hover {
    background-color: rgb(230 239 246 / 0.1);
  }
  .lg\:hover\:bg-brand-100\/100:hover {
    background-color: rgb(230 239 246 / 1);
  }
  .lg\:hover\:bg-brand-100\/20:hover {
    background-color: rgb(230 239 246 / 0.2);
  }
  .lg\:hover\:bg-brand-100\/25:hover {
    background-color: rgb(230 239 246 / 0.25);
  }
  .lg\:hover\:bg-brand-100\/30:hover {
    background-color: rgb(230 239 246 / 0.3);
  }
  .lg\:hover\:bg-brand-100\/40:hover {
    background-color: rgb(230 239 246 / 0.4);
  }
  .lg\:hover\:bg-brand-100\/5:hover {
    background-color: rgb(230 239 246 / 0.05);
  }
  .lg\:hover\:bg-brand-100\/50:hover {
    background-color: rgb(230 239 246 / 0.5);
  }
  .lg\:hover\:bg-brand-100\/60:hover {
    background-color: rgb(230 239 246 / 0.6);
  }
  .lg\:hover\:bg-brand-100\/70:hover {
    background-color: rgb(230 239 246 / 0.7);
  }
  .lg\:hover\:bg-brand-100\/75:hover {
    background-color: rgb(230 239 246 / 0.75);
  }
  .lg\:hover\:bg-brand-100\/80:hover {
    background-color: rgb(230 239 246 / 0.8);
  }
  .lg\:hover\:bg-brand-100\/90:hover {
    background-color: rgb(230 239 246 / 0.9);
  }
  .lg\:hover\:bg-brand-100\/95:hover {
    background-color: rgb(230 239 246 / 0.95);
  }
  .lg\:hover\:bg-brand-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(193 215 234 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-brand-200\/0:hover {
    background-color: rgb(193 215 234 / 0);
  }
  .lg\:hover\:bg-brand-200\/10:hover {
    background-color: rgb(193 215 234 / 0.1);
  }
  .lg\:hover\:bg-brand-200\/100:hover {
    background-color: rgb(193 215 234 / 1);
  }
  .lg\:hover\:bg-brand-200\/20:hover {
    background-color: rgb(193 215 234 / 0.2);
  }
  .lg\:hover\:bg-brand-200\/25:hover {
    background-color: rgb(193 215 234 / 0.25);
  }
  .lg\:hover\:bg-brand-200\/30:hover {
    background-color: rgb(193 215 234 / 0.3);
  }
  .lg\:hover\:bg-brand-200\/40:hover {
    background-color: rgb(193 215 234 / 0.4);
  }
  .lg\:hover\:bg-brand-200\/5:hover {
    background-color: rgb(193 215 234 / 0.05);
  }
  .lg\:hover\:bg-brand-200\/50:hover {
    background-color: rgb(193 215 234 / 0.5);
  }
  .lg\:hover\:bg-brand-200\/60:hover {
    background-color: rgb(193 215 234 / 0.6);
  }
  .lg\:hover\:bg-brand-200\/70:hover {
    background-color: rgb(193 215 234 / 0.7);
  }
  .lg\:hover\:bg-brand-200\/75:hover {
    background-color: rgb(193 215 234 / 0.75);
  }
  .lg\:hover\:bg-brand-200\/80:hover {
    background-color: rgb(193 215 234 / 0.8);
  }
  .lg\:hover\:bg-brand-200\/90:hover {
    background-color: rgb(193 215 234 / 0.9);
  }
  .lg\:hover\:bg-brand-200\/95:hover {
    background-color: rgb(193 215 234 / 0.95);
  }
  .lg\:hover\:bg-brand-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(155 190 221 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-brand-300\/0:hover {
    background-color: rgb(155 190 221 / 0);
  }
  .lg\:hover\:bg-brand-300\/10:hover {
    background-color: rgb(155 190 221 / 0.1);
  }
  .lg\:hover\:bg-brand-300\/100:hover {
    background-color: rgb(155 190 221 / 1);
  }
  .lg\:hover\:bg-brand-300\/20:hover {
    background-color: rgb(155 190 221 / 0.2);
  }
  .lg\:hover\:bg-brand-300\/25:hover {
    background-color: rgb(155 190 221 / 0.25);
  }
  .lg\:hover\:bg-brand-300\/30:hover {
    background-color: rgb(155 190 221 / 0.3);
  }
  .lg\:hover\:bg-brand-300\/40:hover {
    background-color: rgb(155 190 221 / 0.4);
  }
  .lg\:hover\:bg-brand-300\/5:hover {
    background-color: rgb(155 190 221 / 0.05);
  }
  .lg\:hover\:bg-brand-300\/50:hover {
    background-color: rgb(155 190 221 / 0.5);
  }
  .lg\:hover\:bg-brand-300\/60:hover {
    background-color: rgb(155 190 221 / 0.6);
  }
  .lg\:hover\:bg-brand-300\/70:hover {
    background-color: rgb(155 190 221 / 0.7);
  }
  .lg\:hover\:bg-brand-300\/75:hover {
    background-color: rgb(155 190 221 / 0.75);
  }
  .lg\:hover\:bg-brand-300\/80:hover {
    background-color: rgb(155 190 221 / 0.8);
  }
  .lg\:hover\:bg-brand-300\/90:hover {
    background-color: rgb(155 190 221 / 0.9);
  }
  .lg\:hover\:bg-brand-300\/95:hover {
    background-color: rgb(155 190 221 / 0.95);
  }
  .lg\:hover\:bg-brand-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(81 142 195 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-brand-400\/0:hover {
    background-color: rgb(81 142 195 / 0);
  }
  .lg\:hover\:bg-brand-400\/10:hover {
    background-color: rgb(81 142 195 / 0.1);
  }
  .lg\:hover\:bg-brand-400\/100:hover {
    background-color: rgb(81 142 195 / 1);
  }
  .lg\:hover\:bg-brand-400\/20:hover {
    background-color: rgb(81 142 195 / 0.2);
  }
  .lg\:hover\:bg-brand-400\/25:hover {
    background-color: rgb(81 142 195 / 0.25);
  }
  .lg\:hover\:bg-brand-400\/30:hover {
    background-color: rgb(81 142 195 / 0.3);
  }
  .lg\:hover\:bg-brand-400\/40:hover {
    background-color: rgb(81 142 195 / 0.4);
  }
  .lg\:hover\:bg-brand-400\/5:hover {
    background-color: rgb(81 142 195 / 0.05);
  }
  .lg\:hover\:bg-brand-400\/50:hover {
    background-color: rgb(81 142 195 / 0.5);
  }
  .lg\:hover\:bg-brand-400\/60:hover {
    background-color: rgb(81 142 195 / 0.6);
  }
  .lg\:hover\:bg-brand-400\/70:hover {
    background-color: rgb(81 142 195 / 0.7);
  }
  .lg\:hover\:bg-brand-400\/75:hover {
    background-color: rgb(81 142 195 / 0.75);
  }
  .lg\:hover\:bg-brand-400\/80:hover {
    background-color: rgb(81 142 195 / 0.8);
  }
  .lg\:hover\:bg-brand-400\/90:hover {
    background-color: rgb(81 142 195 / 0.9);
  }
  .lg\:hover\:bg-brand-400\/95:hover {
    background-color: rgb(81 142 195 / 0.95);
  }
  .lg\:hover\:bg-brand-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 247 251 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-brand-50\/0:hover {
    background-color: rgb(243 247 251 / 0);
  }
  .lg\:hover\:bg-brand-50\/10:hover {
    background-color: rgb(243 247 251 / 0.1);
  }
  .lg\:hover\:bg-brand-50\/100:hover {
    background-color: rgb(243 247 251 / 1);
  }
  .lg\:hover\:bg-brand-50\/20:hover {
    background-color: rgb(243 247 251 / 0.2);
  }
  .lg\:hover\:bg-brand-50\/25:hover {
    background-color: rgb(243 247 251 / 0.25);
  }
  .lg\:hover\:bg-brand-50\/30:hover {
    background-color: rgb(243 247 251 / 0.3);
  }
  .lg\:hover\:bg-brand-50\/40:hover {
    background-color: rgb(243 247 251 / 0.4);
  }
  .lg\:hover\:bg-brand-50\/5:hover {
    background-color: rgb(243 247 251 / 0.05);
  }
  .lg\:hover\:bg-brand-50\/50:hover {
    background-color: rgb(243 247 251 / 0.5);
  }
  .lg\:hover\:bg-brand-50\/60:hover {
    background-color: rgb(243 247 251 / 0.6);
  }
  .lg\:hover\:bg-brand-50\/70:hover {
    background-color: rgb(243 247 251 / 0.7);
  }
  .lg\:hover\:bg-brand-50\/75:hover {
    background-color: rgb(243 247 251 / 0.75);
  }
  .lg\:hover\:bg-brand-50\/80:hover {
    background-color: rgb(243 247 251 / 0.8);
  }
  .lg\:hover\:bg-brand-50\/90:hover {
    background-color: rgb(243 247 251 / 0.9);
  }
  .lg\:hover\:bg-brand-50\/95:hover {
    background-color: rgb(243 247 251 / 0.95);
  }
  .lg\:hover\:bg-brand-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(6 93 169 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-brand-500\/0:hover {
    background-color: rgb(6 93 169 / 0);
  }
  .lg\:hover\:bg-brand-500\/10:hover {
    background-color: rgb(6 93 169 / 0.1);
  }
  .lg\:hover\:bg-brand-500\/100:hover {
    background-color: rgb(6 93 169 / 1);
  }
  .lg\:hover\:bg-brand-500\/20:hover {
    background-color: rgb(6 93 169 / 0.2);
  }
  .lg\:hover\:bg-brand-500\/25:hover {
    background-color: rgb(6 93 169 / 0.25);
  }
  .lg\:hover\:bg-brand-500\/30:hover {
    background-color: rgb(6 93 169 / 0.3);
  }
  .lg\:hover\:bg-brand-500\/40:hover {
    background-color: rgb(6 93 169 / 0.4);
  }
  .lg\:hover\:bg-brand-500\/5:hover {
    background-color: rgb(6 93 169 / 0.05);
  }
  .lg\:hover\:bg-brand-500\/50:hover {
    background-color: rgb(6 93 169 / 0.5);
  }
  .lg\:hover\:bg-brand-500\/60:hover {
    background-color: rgb(6 93 169 / 0.6);
  }
  .lg\:hover\:bg-brand-500\/70:hover {
    background-color: rgb(6 93 169 / 0.7);
  }
  .lg\:hover\:bg-brand-500\/75:hover {
    background-color: rgb(6 93 169 / 0.75);
  }
  .lg\:hover\:bg-brand-500\/80:hover {
    background-color: rgb(6 93 169 / 0.8);
  }
  .lg\:hover\:bg-brand-500\/90:hover {
    background-color: rgb(6 93 169 / 0.9);
  }
  .lg\:hover\:bg-brand-500\/95:hover {
    background-color: rgb(6 93 169 / 0.95);
  }
  .lg\:hover\:bg-brand-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(5 84 152 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-brand-600\/0:hover {
    background-color: rgb(5 84 152 / 0);
  }
  .lg\:hover\:bg-brand-600\/10:hover {
    background-color: rgb(5 84 152 / 0.1);
  }
  .lg\:hover\:bg-brand-600\/100:hover {
    background-color: rgb(5 84 152 / 1);
  }
  .lg\:hover\:bg-brand-600\/20:hover {
    background-color: rgb(5 84 152 / 0.2);
  }
  .lg\:hover\:bg-brand-600\/25:hover {
    background-color: rgb(5 84 152 / 0.25);
  }
  .lg\:hover\:bg-brand-600\/30:hover {
    background-color: rgb(5 84 152 / 0.3);
  }
  .lg\:hover\:bg-brand-600\/40:hover {
    background-color: rgb(5 84 152 / 0.4);
  }
  .lg\:hover\:bg-brand-600\/5:hover {
    background-color: rgb(5 84 152 / 0.05);
  }
  .lg\:hover\:bg-brand-600\/50:hover {
    background-color: rgb(5 84 152 / 0.5);
  }
  .lg\:hover\:bg-brand-600\/60:hover {
    background-color: rgb(5 84 152 / 0.6);
  }
  .lg\:hover\:bg-brand-600\/70:hover {
    background-color: rgb(5 84 152 / 0.7);
  }
  .lg\:hover\:bg-brand-600\/75:hover {
    background-color: rgb(5 84 152 / 0.75);
  }
  .lg\:hover\:bg-brand-600\/80:hover {
    background-color: rgb(5 84 152 / 0.8);
  }
  .lg\:hover\:bg-brand-600\/90:hover {
    background-color: rgb(5 84 152 / 0.9);
  }
  .lg\:hover\:bg-brand-600\/95:hover {
    background-color: rgb(5 84 152 / 0.95);
  }
  .lg\:hover\:bg-brand-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(4 56 101 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-brand-700\/0:hover {
    background-color: rgb(4 56 101 / 0);
  }
  .lg\:hover\:bg-brand-700\/10:hover {
    background-color: rgb(4 56 101 / 0.1);
  }
  .lg\:hover\:bg-brand-700\/100:hover {
    background-color: rgb(4 56 101 / 1);
  }
  .lg\:hover\:bg-brand-700\/20:hover {
    background-color: rgb(4 56 101 / 0.2);
  }
  .lg\:hover\:bg-brand-700\/25:hover {
    background-color: rgb(4 56 101 / 0.25);
  }
  .lg\:hover\:bg-brand-700\/30:hover {
    background-color: rgb(4 56 101 / 0.3);
  }
  .lg\:hover\:bg-brand-700\/40:hover {
    background-color: rgb(4 56 101 / 0.4);
  }
  .lg\:hover\:bg-brand-700\/5:hover {
    background-color: rgb(4 56 101 / 0.05);
  }
  .lg\:hover\:bg-brand-700\/50:hover {
    background-color: rgb(4 56 101 / 0.5);
  }
  .lg\:hover\:bg-brand-700\/60:hover {
    background-color: rgb(4 56 101 / 0.6);
  }
  .lg\:hover\:bg-brand-700\/70:hover {
    background-color: rgb(4 56 101 / 0.7);
  }
  .lg\:hover\:bg-brand-700\/75:hover {
    background-color: rgb(4 56 101 / 0.75);
  }
  .lg\:hover\:bg-brand-700\/80:hover {
    background-color: rgb(4 56 101 / 0.8);
  }
  .lg\:hover\:bg-brand-700\/90:hover {
    background-color: rgb(4 56 101 / 0.9);
  }
  .lg\:hover\:bg-brand-700\/95:hover {
    background-color: rgb(4 56 101 / 0.95);
  }
  .lg\:hover\:bg-brand-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(3 42 76 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-brand-800\/0:hover {
    background-color: rgb(3 42 76 / 0);
  }
  .lg\:hover\:bg-brand-800\/10:hover {
    background-color: rgb(3 42 76 / 0.1);
  }
  .lg\:hover\:bg-brand-800\/100:hover {
    background-color: rgb(3 42 76 / 1);
  }
  .lg\:hover\:bg-brand-800\/20:hover {
    background-color: rgb(3 42 76 / 0.2);
  }
  .lg\:hover\:bg-brand-800\/25:hover {
    background-color: rgb(3 42 76 / 0.25);
  }
  .lg\:hover\:bg-brand-800\/30:hover {
    background-color: rgb(3 42 76 / 0.3);
  }
  .lg\:hover\:bg-brand-800\/40:hover {
    background-color: rgb(3 42 76 / 0.4);
  }
  .lg\:hover\:bg-brand-800\/5:hover {
    background-color: rgb(3 42 76 / 0.05);
  }
  .lg\:hover\:bg-brand-800\/50:hover {
    background-color: rgb(3 42 76 / 0.5);
  }
  .lg\:hover\:bg-brand-800\/60:hover {
    background-color: rgb(3 42 76 / 0.6);
  }
  .lg\:hover\:bg-brand-800\/70:hover {
    background-color: rgb(3 42 76 / 0.7);
  }
  .lg\:hover\:bg-brand-800\/75:hover {
    background-color: rgb(3 42 76 / 0.75);
  }
  .lg\:hover\:bg-brand-800\/80:hover {
    background-color: rgb(3 42 76 / 0.8);
  }
  .lg\:hover\:bg-brand-800\/90:hover {
    background-color: rgb(3 42 76 / 0.9);
  }
  .lg\:hover\:bg-brand-800\/95:hover {
    background-color: rgb(3 42 76 / 0.95);
  }
  .lg\:hover\:bg-brand-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(2 28 51 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-brand-900\/0:hover {
    background-color: rgb(2 28 51 / 0);
  }
  .lg\:hover\:bg-brand-900\/10:hover {
    background-color: rgb(2 28 51 / 0.1);
  }
  .lg\:hover\:bg-brand-900\/100:hover {
    background-color: rgb(2 28 51 / 1);
  }
  .lg\:hover\:bg-brand-900\/20:hover {
    background-color: rgb(2 28 51 / 0.2);
  }
  .lg\:hover\:bg-brand-900\/25:hover {
    background-color: rgb(2 28 51 / 0.25);
  }
  .lg\:hover\:bg-brand-900\/30:hover {
    background-color: rgb(2 28 51 / 0.3);
  }
  .lg\:hover\:bg-brand-900\/40:hover {
    background-color: rgb(2 28 51 / 0.4);
  }
  .lg\:hover\:bg-brand-900\/5:hover {
    background-color: rgb(2 28 51 / 0.05);
  }
  .lg\:hover\:bg-brand-900\/50:hover {
    background-color: rgb(2 28 51 / 0.5);
  }
  .lg\:hover\:bg-brand-900\/60:hover {
    background-color: rgb(2 28 51 / 0.6);
  }
  .lg\:hover\:bg-brand-900\/70:hover {
    background-color: rgb(2 28 51 / 0.7);
  }
  .lg\:hover\:bg-brand-900\/75:hover {
    background-color: rgb(2 28 51 / 0.75);
  }
  .lg\:hover\:bg-brand-900\/80:hover {
    background-color: rgb(2 28 51 / 0.8);
  }
  .lg\:hover\:bg-brand-900\/90:hover {
    background-color: rgb(2 28 51 / 0.9);
  }
  .lg\:hover\:bg-brand-900\/95:hover {
    background-color: rgb(2 28 51 / 0.95);
  }
  .lg\:hover\:bg-current:hover {
    background-color: currentColor;
  }
  .lg\:hover\:bg-cyan-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(207 250 254 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-cyan-100\/0:hover {
    background-color: rgb(207 250 254 / 0);
  }
  .lg\:hover\:bg-cyan-100\/10:hover {
    background-color: rgb(207 250 254 / 0.1);
  }
  .lg\:hover\:bg-cyan-100\/100:hover {
    background-color: rgb(207 250 254 / 1);
  }
  .lg\:hover\:bg-cyan-100\/20:hover {
    background-color: rgb(207 250 254 / 0.2);
  }
  .lg\:hover\:bg-cyan-100\/25:hover {
    background-color: rgb(207 250 254 / 0.25);
  }
  .lg\:hover\:bg-cyan-100\/30:hover {
    background-color: rgb(207 250 254 / 0.3);
  }
  .lg\:hover\:bg-cyan-100\/40:hover {
    background-color: rgb(207 250 254 / 0.4);
  }
  .lg\:hover\:bg-cyan-100\/5:hover {
    background-color: rgb(207 250 254 / 0.05);
  }
  .lg\:hover\:bg-cyan-100\/50:hover {
    background-color: rgb(207 250 254 / 0.5);
  }
  .lg\:hover\:bg-cyan-100\/60:hover {
    background-color: rgb(207 250 254 / 0.6);
  }
  .lg\:hover\:bg-cyan-100\/70:hover {
    background-color: rgb(207 250 254 / 0.7);
  }
  .lg\:hover\:bg-cyan-100\/75:hover {
    background-color: rgb(207 250 254 / 0.75);
  }
  .lg\:hover\:bg-cyan-100\/80:hover {
    background-color: rgb(207 250 254 / 0.8);
  }
  .lg\:hover\:bg-cyan-100\/90:hover {
    background-color: rgb(207 250 254 / 0.9);
  }
  .lg\:hover\:bg-cyan-100\/95:hover {
    background-color: rgb(207 250 254 / 0.95);
  }
  .lg\:hover\:bg-cyan-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(165 243 252 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-cyan-200\/0:hover {
    background-color: rgb(165 243 252 / 0);
  }
  .lg\:hover\:bg-cyan-200\/10:hover {
    background-color: rgb(165 243 252 / 0.1);
  }
  .lg\:hover\:bg-cyan-200\/100:hover {
    background-color: rgb(165 243 252 / 1);
  }
  .lg\:hover\:bg-cyan-200\/20:hover {
    background-color: rgb(165 243 252 / 0.2);
  }
  .lg\:hover\:bg-cyan-200\/25:hover {
    background-color: rgb(165 243 252 / 0.25);
  }
  .lg\:hover\:bg-cyan-200\/30:hover {
    background-color: rgb(165 243 252 / 0.3);
  }
  .lg\:hover\:bg-cyan-200\/40:hover {
    background-color: rgb(165 243 252 / 0.4);
  }
  .lg\:hover\:bg-cyan-200\/5:hover {
    background-color: rgb(165 243 252 / 0.05);
  }
  .lg\:hover\:bg-cyan-200\/50:hover {
    background-color: rgb(165 243 252 / 0.5);
  }
  .lg\:hover\:bg-cyan-200\/60:hover {
    background-color: rgb(165 243 252 / 0.6);
  }
  .lg\:hover\:bg-cyan-200\/70:hover {
    background-color: rgb(165 243 252 / 0.7);
  }
  .lg\:hover\:bg-cyan-200\/75:hover {
    background-color: rgb(165 243 252 / 0.75);
  }
  .lg\:hover\:bg-cyan-200\/80:hover {
    background-color: rgb(165 243 252 / 0.8);
  }
  .lg\:hover\:bg-cyan-200\/90:hover {
    background-color: rgb(165 243 252 / 0.9);
  }
  .lg\:hover\:bg-cyan-200\/95:hover {
    background-color: rgb(165 243 252 / 0.95);
  }
  .lg\:hover\:bg-cyan-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(103 232 249 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-cyan-300\/0:hover {
    background-color: rgb(103 232 249 / 0);
  }
  .lg\:hover\:bg-cyan-300\/10:hover {
    background-color: rgb(103 232 249 / 0.1);
  }
  .lg\:hover\:bg-cyan-300\/100:hover {
    background-color: rgb(103 232 249 / 1);
  }
  .lg\:hover\:bg-cyan-300\/20:hover {
    background-color: rgb(103 232 249 / 0.2);
  }
  .lg\:hover\:bg-cyan-300\/25:hover {
    background-color: rgb(103 232 249 / 0.25);
  }
  .lg\:hover\:bg-cyan-300\/30:hover {
    background-color: rgb(103 232 249 / 0.3);
  }
  .lg\:hover\:bg-cyan-300\/40:hover {
    background-color: rgb(103 232 249 / 0.4);
  }
  .lg\:hover\:bg-cyan-300\/5:hover {
    background-color: rgb(103 232 249 / 0.05);
  }
  .lg\:hover\:bg-cyan-300\/50:hover {
    background-color: rgb(103 232 249 / 0.5);
  }
  .lg\:hover\:bg-cyan-300\/60:hover {
    background-color: rgb(103 232 249 / 0.6);
  }
  .lg\:hover\:bg-cyan-300\/70:hover {
    background-color: rgb(103 232 249 / 0.7);
  }
  .lg\:hover\:bg-cyan-300\/75:hover {
    background-color: rgb(103 232 249 / 0.75);
  }
  .lg\:hover\:bg-cyan-300\/80:hover {
    background-color: rgb(103 232 249 / 0.8);
  }
  .lg\:hover\:bg-cyan-300\/90:hover {
    background-color: rgb(103 232 249 / 0.9);
  }
  .lg\:hover\:bg-cyan-300\/95:hover {
    background-color: rgb(103 232 249 / 0.95);
  }
  .lg\:hover\:bg-cyan-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(34 211 238 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-cyan-400\/0:hover {
    background-color: rgb(34 211 238 / 0);
  }
  .lg\:hover\:bg-cyan-400\/10:hover {
    background-color: rgb(34 211 238 / 0.1);
  }
  .lg\:hover\:bg-cyan-400\/100:hover {
    background-color: rgb(34 211 238 / 1);
  }
  .lg\:hover\:bg-cyan-400\/20:hover {
    background-color: rgb(34 211 238 / 0.2);
  }
  .lg\:hover\:bg-cyan-400\/25:hover {
    background-color: rgb(34 211 238 / 0.25);
  }
  .lg\:hover\:bg-cyan-400\/30:hover {
    background-color: rgb(34 211 238 / 0.3);
  }
  .lg\:hover\:bg-cyan-400\/40:hover {
    background-color: rgb(34 211 238 / 0.4);
  }
  .lg\:hover\:bg-cyan-400\/5:hover {
    background-color: rgb(34 211 238 / 0.05);
  }
  .lg\:hover\:bg-cyan-400\/50:hover {
    background-color: rgb(34 211 238 / 0.5);
  }
  .lg\:hover\:bg-cyan-400\/60:hover {
    background-color: rgb(34 211 238 / 0.6);
  }
  .lg\:hover\:bg-cyan-400\/70:hover {
    background-color: rgb(34 211 238 / 0.7);
  }
  .lg\:hover\:bg-cyan-400\/75:hover {
    background-color: rgb(34 211 238 / 0.75);
  }
  .lg\:hover\:bg-cyan-400\/80:hover {
    background-color: rgb(34 211 238 / 0.8);
  }
  .lg\:hover\:bg-cyan-400\/90:hover {
    background-color: rgb(34 211 238 / 0.9);
  }
  .lg\:hover\:bg-cyan-400\/95:hover {
    background-color: rgb(34 211 238 / 0.95);
  }
  .lg\:hover\:bg-cyan-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(236 254 255 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-cyan-50\/0:hover {
    background-color: rgb(236 254 255 / 0);
  }
  .lg\:hover\:bg-cyan-50\/10:hover {
    background-color: rgb(236 254 255 / 0.1);
  }
  .lg\:hover\:bg-cyan-50\/100:hover {
    background-color: rgb(236 254 255 / 1);
  }
  .lg\:hover\:bg-cyan-50\/20:hover {
    background-color: rgb(236 254 255 / 0.2);
  }
  .lg\:hover\:bg-cyan-50\/25:hover {
    background-color: rgb(236 254 255 / 0.25);
  }
  .lg\:hover\:bg-cyan-50\/30:hover {
    background-color: rgb(236 254 255 / 0.3);
  }
  .lg\:hover\:bg-cyan-50\/40:hover {
    background-color: rgb(236 254 255 / 0.4);
  }
  .lg\:hover\:bg-cyan-50\/5:hover {
    background-color: rgb(236 254 255 / 0.05);
  }
  .lg\:hover\:bg-cyan-50\/50:hover {
    background-color: rgb(236 254 255 / 0.5);
  }
  .lg\:hover\:bg-cyan-50\/60:hover {
    background-color: rgb(236 254 255 / 0.6);
  }
  .lg\:hover\:bg-cyan-50\/70:hover {
    background-color: rgb(236 254 255 / 0.7);
  }
  .lg\:hover\:bg-cyan-50\/75:hover {
    background-color: rgb(236 254 255 / 0.75);
  }
  .lg\:hover\:bg-cyan-50\/80:hover {
    background-color: rgb(236 254 255 / 0.8);
  }
  .lg\:hover\:bg-cyan-50\/90:hover {
    background-color: rgb(236 254 255 / 0.9);
  }
  .lg\:hover\:bg-cyan-50\/95:hover {
    background-color: rgb(236 254 255 / 0.95);
  }
  .lg\:hover\:bg-cyan-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(6 182 212 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-cyan-500\/0:hover {
    background-color: rgb(6 182 212 / 0);
  }
  .lg\:hover\:bg-cyan-500\/10:hover {
    background-color: rgb(6 182 212 / 0.1);
  }
  .lg\:hover\:bg-cyan-500\/100:hover {
    background-color: rgb(6 182 212 / 1);
  }
  .lg\:hover\:bg-cyan-500\/20:hover {
    background-color: rgb(6 182 212 / 0.2);
  }
  .lg\:hover\:bg-cyan-500\/25:hover {
    background-color: rgb(6 182 212 / 0.25);
  }
  .lg\:hover\:bg-cyan-500\/30:hover {
    background-color: rgb(6 182 212 / 0.3);
  }
  .lg\:hover\:bg-cyan-500\/40:hover {
    background-color: rgb(6 182 212 / 0.4);
  }
  .lg\:hover\:bg-cyan-500\/5:hover {
    background-color: rgb(6 182 212 / 0.05);
  }
  .lg\:hover\:bg-cyan-500\/50:hover {
    background-color: rgb(6 182 212 / 0.5);
  }
  .lg\:hover\:bg-cyan-500\/60:hover {
    background-color: rgb(6 182 212 / 0.6);
  }
  .lg\:hover\:bg-cyan-500\/70:hover {
    background-color: rgb(6 182 212 / 0.7);
  }
  .lg\:hover\:bg-cyan-500\/75:hover {
    background-color: rgb(6 182 212 / 0.75);
  }
  .lg\:hover\:bg-cyan-500\/80:hover {
    background-color: rgb(6 182 212 / 0.8);
  }
  .lg\:hover\:bg-cyan-500\/90:hover {
    background-color: rgb(6 182 212 / 0.9);
  }
  .lg\:hover\:bg-cyan-500\/95:hover {
    background-color: rgb(6 182 212 / 0.95);
  }
  .lg\:hover\:bg-cyan-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(8 145 178 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-cyan-600\/0:hover {
    background-color: rgb(8 145 178 / 0);
  }
  .lg\:hover\:bg-cyan-600\/10:hover {
    background-color: rgb(8 145 178 / 0.1);
  }
  .lg\:hover\:bg-cyan-600\/100:hover {
    background-color: rgb(8 145 178 / 1);
  }
  .lg\:hover\:bg-cyan-600\/20:hover {
    background-color: rgb(8 145 178 / 0.2);
  }
  .lg\:hover\:bg-cyan-600\/25:hover {
    background-color: rgb(8 145 178 / 0.25);
  }
  .lg\:hover\:bg-cyan-600\/30:hover {
    background-color: rgb(8 145 178 / 0.3);
  }
  .lg\:hover\:bg-cyan-600\/40:hover {
    background-color: rgb(8 145 178 / 0.4);
  }
  .lg\:hover\:bg-cyan-600\/5:hover {
    background-color: rgb(8 145 178 / 0.05);
  }
  .lg\:hover\:bg-cyan-600\/50:hover {
    background-color: rgb(8 145 178 / 0.5);
  }
  .lg\:hover\:bg-cyan-600\/60:hover {
    background-color: rgb(8 145 178 / 0.6);
  }
  .lg\:hover\:bg-cyan-600\/70:hover {
    background-color: rgb(8 145 178 / 0.7);
  }
  .lg\:hover\:bg-cyan-600\/75:hover {
    background-color: rgb(8 145 178 / 0.75);
  }
  .lg\:hover\:bg-cyan-600\/80:hover {
    background-color: rgb(8 145 178 / 0.8);
  }
  .lg\:hover\:bg-cyan-600\/90:hover {
    background-color: rgb(8 145 178 / 0.9);
  }
  .lg\:hover\:bg-cyan-600\/95:hover {
    background-color: rgb(8 145 178 / 0.95);
  }
  .lg\:hover\:bg-cyan-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(14 116 144 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-cyan-700\/0:hover {
    background-color: rgb(14 116 144 / 0);
  }
  .lg\:hover\:bg-cyan-700\/10:hover {
    background-color: rgb(14 116 144 / 0.1);
  }
  .lg\:hover\:bg-cyan-700\/100:hover {
    background-color: rgb(14 116 144 / 1);
  }
  .lg\:hover\:bg-cyan-700\/20:hover {
    background-color: rgb(14 116 144 / 0.2);
  }
  .lg\:hover\:bg-cyan-700\/25:hover {
    background-color: rgb(14 116 144 / 0.25);
  }
  .lg\:hover\:bg-cyan-700\/30:hover {
    background-color: rgb(14 116 144 / 0.3);
  }
  .lg\:hover\:bg-cyan-700\/40:hover {
    background-color: rgb(14 116 144 / 0.4);
  }
  .lg\:hover\:bg-cyan-700\/5:hover {
    background-color: rgb(14 116 144 / 0.05);
  }
  .lg\:hover\:bg-cyan-700\/50:hover {
    background-color: rgb(14 116 144 / 0.5);
  }
  .lg\:hover\:bg-cyan-700\/60:hover {
    background-color: rgb(14 116 144 / 0.6);
  }
  .lg\:hover\:bg-cyan-700\/70:hover {
    background-color: rgb(14 116 144 / 0.7);
  }
  .lg\:hover\:bg-cyan-700\/75:hover {
    background-color: rgb(14 116 144 / 0.75);
  }
  .lg\:hover\:bg-cyan-700\/80:hover {
    background-color: rgb(14 116 144 / 0.8);
  }
  .lg\:hover\:bg-cyan-700\/90:hover {
    background-color: rgb(14 116 144 / 0.9);
  }
  .lg\:hover\:bg-cyan-700\/95:hover {
    background-color: rgb(14 116 144 / 0.95);
  }
  .lg\:hover\:bg-cyan-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(21 94 117 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-cyan-800\/0:hover {
    background-color: rgb(21 94 117 / 0);
  }
  .lg\:hover\:bg-cyan-800\/10:hover {
    background-color: rgb(21 94 117 / 0.1);
  }
  .lg\:hover\:bg-cyan-800\/100:hover {
    background-color: rgb(21 94 117 / 1);
  }
  .lg\:hover\:bg-cyan-800\/20:hover {
    background-color: rgb(21 94 117 / 0.2);
  }
  .lg\:hover\:bg-cyan-800\/25:hover {
    background-color: rgb(21 94 117 / 0.25);
  }
  .lg\:hover\:bg-cyan-800\/30:hover {
    background-color: rgb(21 94 117 / 0.3);
  }
  .lg\:hover\:bg-cyan-800\/40:hover {
    background-color: rgb(21 94 117 / 0.4);
  }
  .lg\:hover\:bg-cyan-800\/5:hover {
    background-color: rgb(21 94 117 / 0.05);
  }
  .lg\:hover\:bg-cyan-800\/50:hover {
    background-color: rgb(21 94 117 / 0.5);
  }
  .lg\:hover\:bg-cyan-800\/60:hover {
    background-color: rgb(21 94 117 / 0.6);
  }
  .lg\:hover\:bg-cyan-800\/70:hover {
    background-color: rgb(21 94 117 / 0.7);
  }
  .lg\:hover\:bg-cyan-800\/75:hover {
    background-color: rgb(21 94 117 / 0.75);
  }
  .lg\:hover\:bg-cyan-800\/80:hover {
    background-color: rgb(21 94 117 / 0.8);
  }
  .lg\:hover\:bg-cyan-800\/90:hover {
    background-color: rgb(21 94 117 / 0.9);
  }
  .lg\:hover\:bg-cyan-800\/95:hover {
    background-color: rgb(21 94 117 / 0.95);
  }
  .lg\:hover\:bg-cyan-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(22 78 99 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-cyan-900\/0:hover {
    background-color: rgb(22 78 99 / 0);
  }
  .lg\:hover\:bg-cyan-900\/10:hover {
    background-color: rgb(22 78 99 / 0.1);
  }
  .lg\:hover\:bg-cyan-900\/100:hover {
    background-color: rgb(22 78 99 / 1);
  }
  .lg\:hover\:bg-cyan-900\/20:hover {
    background-color: rgb(22 78 99 / 0.2);
  }
  .lg\:hover\:bg-cyan-900\/25:hover {
    background-color: rgb(22 78 99 / 0.25);
  }
  .lg\:hover\:bg-cyan-900\/30:hover {
    background-color: rgb(22 78 99 / 0.3);
  }
  .lg\:hover\:bg-cyan-900\/40:hover {
    background-color: rgb(22 78 99 / 0.4);
  }
  .lg\:hover\:bg-cyan-900\/5:hover {
    background-color: rgb(22 78 99 / 0.05);
  }
  .lg\:hover\:bg-cyan-900\/50:hover {
    background-color: rgb(22 78 99 / 0.5);
  }
  .lg\:hover\:bg-cyan-900\/60:hover {
    background-color: rgb(22 78 99 / 0.6);
  }
  .lg\:hover\:bg-cyan-900\/70:hover {
    background-color: rgb(22 78 99 / 0.7);
  }
  .lg\:hover\:bg-cyan-900\/75:hover {
    background-color: rgb(22 78 99 / 0.75);
  }
  .lg\:hover\:bg-cyan-900\/80:hover {
    background-color: rgb(22 78 99 / 0.8);
  }
  .lg\:hover\:bg-cyan-900\/90:hover {
    background-color: rgb(22 78 99 / 0.9);
  }
  .lg\:hover\:bg-cyan-900\/95:hover {
    background-color: rgb(22 78 99 / 0.95);
  }
  .lg\:hover\:bg-cyan-950:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(8 51 68 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-cyan-950\/0:hover {
    background-color: rgb(8 51 68 / 0);
  }
  .lg\:hover\:bg-cyan-950\/10:hover {
    background-color: rgb(8 51 68 / 0.1);
  }
  .lg\:hover\:bg-cyan-950\/100:hover {
    background-color: rgb(8 51 68 / 1);
  }
  .lg\:hover\:bg-cyan-950\/20:hover {
    background-color: rgb(8 51 68 / 0.2);
  }
  .lg\:hover\:bg-cyan-950\/25:hover {
    background-color: rgb(8 51 68 / 0.25);
  }
  .lg\:hover\:bg-cyan-950\/30:hover {
    background-color: rgb(8 51 68 / 0.3);
  }
  .lg\:hover\:bg-cyan-950\/40:hover {
    background-color: rgb(8 51 68 / 0.4);
  }
  .lg\:hover\:bg-cyan-950\/5:hover {
    background-color: rgb(8 51 68 / 0.05);
  }
  .lg\:hover\:bg-cyan-950\/50:hover {
    background-color: rgb(8 51 68 / 0.5);
  }
  .lg\:hover\:bg-cyan-950\/60:hover {
    background-color: rgb(8 51 68 / 0.6);
  }
  .lg\:hover\:bg-cyan-950\/70:hover {
    background-color: rgb(8 51 68 / 0.7);
  }
  .lg\:hover\:bg-cyan-950\/75:hover {
    background-color: rgb(8 51 68 / 0.75);
  }
  .lg\:hover\:bg-cyan-950\/80:hover {
    background-color: rgb(8 51 68 / 0.8);
  }
  .lg\:hover\:bg-cyan-950\/90:hover {
    background-color: rgb(8 51 68 / 0.9);
  }
  .lg\:hover\:bg-cyan-950\/95:hover {
    background-color: rgb(8 51 68 / 0.95);
  }
  .lg\:hover\:bg-emerald-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(209 250 229 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-emerald-100\/0:hover {
    background-color: rgb(209 250 229 / 0);
  }
  .lg\:hover\:bg-emerald-100\/10:hover {
    background-color: rgb(209 250 229 / 0.1);
  }
  .lg\:hover\:bg-emerald-100\/100:hover {
    background-color: rgb(209 250 229 / 1);
  }
  .lg\:hover\:bg-emerald-100\/20:hover {
    background-color: rgb(209 250 229 / 0.2);
  }
  .lg\:hover\:bg-emerald-100\/25:hover {
    background-color: rgb(209 250 229 / 0.25);
  }
  .lg\:hover\:bg-emerald-100\/30:hover {
    background-color: rgb(209 250 229 / 0.3);
  }
  .lg\:hover\:bg-emerald-100\/40:hover {
    background-color: rgb(209 250 229 / 0.4);
  }
  .lg\:hover\:bg-emerald-100\/5:hover {
    background-color: rgb(209 250 229 / 0.05);
  }
  .lg\:hover\:bg-emerald-100\/50:hover {
    background-color: rgb(209 250 229 / 0.5);
  }
  .lg\:hover\:bg-emerald-100\/60:hover {
    background-color: rgb(209 250 229 / 0.6);
  }
  .lg\:hover\:bg-emerald-100\/70:hover {
    background-color: rgb(209 250 229 / 0.7);
  }
  .lg\:hover\:bg-emerald-100\/75:hover {
    background-color: rgb(209 250 229 / 0.75);
  }
  .lg\:hover\:bg-emerald-100\/80:hover {
    background-color: rgb(209 250 229 / 0.8);
  }
  .lg\:hover\:bg-emerald-100\/90:hover {
    background-color: rgb(209 250 229 / 0.9);
  }
  .lg\:hover\:bg-emerald-100\/95:hover {
    background-color: rgb(209 250 229 / 0.95);
  }
  .lg\:hover\:bg-emerald-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(167 243 208 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-emerald-200\/0:hover {
    background-color: rgb(167 243 208 / 0);
  }
  .lg\:hover\:bg-emerald-200\/10:hover {
    background-color: rgb(167 243 208 / 0.1);
  }
  .lg\:hover\:bg-emerald-200\/100:hover {
    background-color: rgb(167 243 208 / 1);
  }
  .lg\:hover\:bg-emerald-200\/20:hover {
    background-color: rgb(167 243 208 / 0.2);
  }
  .lg\:hover\:bg-emerald-200\/25:hover {
    background-color: rgb(167 243 208 / 0.25);
  }
  .lg\:hover\:bg-emerald-200\/30:hover {
    background-color: rgb(167 243 208 / 0.3);
  }
  .lg\:hover\:bg-emerald-200\/40:hover {
    background-color: rgb(167 243 208 / 0.4);
  }
  .lg\:hover\:bg-emerald-200\/5:hover {
    background-color: rgb(167 243 208 / 0.05);
  }
  .lg\:hover\:bg-emerald-200\/50:hover {
    background-color: rgb(167 243 208 / 0.5);
  }
  .lg\:hover\:bg-emerald-200\/60:hover {
    background-color: rgb(167 243 208 / 0.6);
  }
  .lg\:hover\:bg-emerald-200\/70:hover {
    background-color: rgb(167 243 208 / 0.7);
  }
  .lg\:hover\:bg-emerald-200\/75:hover {
    background-color: rgb(167 243 208 / 0.75);
  }
  .lg\:hover\:bg-emerald-200\/80:hover {
    background-color: rgb(167 243 208 / 0.8);
  }
  .lg\:hover\:bg-emerald-200\/90:hover {
    background-color: rgb(167 243 208 / 0.9);
  }
  .lg\:hover\:bg-emerald-200\/95:hover {
    background-color: rgb(167 243 208 / 0.95);
  }
  .lg\:hover\:bg-emerald-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(110 231 183 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-emerald-300\/0:hover {
    background-color: rgb(110 231 183 / 0);
  }
  .lg\:hover\:bg-emerald-300\/10:hover {
    background-color: rgb(110 231 183 / 0.1);
  }
  .lg\:hover\:bg-emerald-300\/100:hover {
    background-color: rgb(110 231 183 / 1);
  }
  .lg\:hover\:bg-emerald-300\/20:hover {
    background-color: rgb(110 231 183 / 0.2);
  }
  .lg\:hover\:bg-emerald-300\/25:hover {
    background-color: rgb(110 231 183 / 0.25);
  }
  .lg\:hover\:bg-emerald-300\/30:hover {
    background-color: rgb(110 231 183 / 0.3);
  }
  .lg\:hover\:bg-emerald-300\/40:hover {
    background-color: rgb(110 231 183 / 0.4);
  }
  .lg\:hover\:bg-emerald-300\/5:hover {
    background-color: rgb(110 231 183 / 0.05);
  }
  .lg\:hover\:bg-emerald-300\/50:hover {
    background-color: rgb(110 231 183 / 0.5);
  }
  .lg\:hover\:bg-emerald-300\/60:hover {
    background-color: rgb(110 231 183 / 0.6);
  }
  .lg\:hover\:bg-emerald-300\/70:hover {
    background-color: rgb(110 231 183 / 0.7);
  }
  .lg\:hover\:bg-emerald-300\/75:hover {
    background-color: rgb(110 231 183 / 0.75);
  }
  .lg\:hover\:bg-emerald-300\/80:hover {
    background-color: rgb(110 231 183 / 0.8);
  }
  .lg\:hover\:bg-emerald-300\/90:hover {
    background-color: rgb(110 231 183 / 0.9);
  }
  .lg\:hover\:bg-emerald-300\/95:hover {
    background-color: rgb(110 231 183 / 0.95);
  }
  .lg\:hover\:bg-emerald-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(52 211 153 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-emerald-400\/0:hover {
    background-color: rgb(52 211 153 / 0);
  }
  .lg\:hover\:bg-emerald-400\/10:hover {
    background-color: rgb(52 211 153 / 0.1);
  }
  .lg\:hover\:bg-emerald-400\/100:hover {
    background-color: rgb(52 211 153 / 1);
  }
  .lg\:hover\:bg-emerald-400\/20:hover {
    background-color: rgb(52 211 153 / 0.2);
  }
  .lg\:hover\:bg-emerald-400\/25:hover {
    background-color: rgb(52 211 153 / 0.25);
  }
  .lg\:hover\:bg-emerald-400\/30:hover {
    background-color: rgb(52 211 153 / 0.3);
  }
  .lg\:hover\:bg-emerald-400\/40:hover {
    background-color: rgb(52 211 153 / 0.4);
  }
  .lg\:hover\:bg-emerald-400\/5:hover {
    background-color: rgb(52 211 153 / 0.05);
  }
  .lg\:hover\:bg-emerald-400\/50:hover {
    background-color: rgb(52 211 153 / 0.5);
  }
  .lg\:hover\:bg-emerald-400\/60:hover {
    background-color: rgb(52 211 153 / 0.6);
  }
  .lg\:hover\:bg-emerald-400\/70:hover {
    background-color: rgb(52 211 153 / 0.7);
  }
  .lg\:hover\:bg-emerald-400\/75:hover {
    background-color: rgb(52 211 153 / 0.75);
  }
  .lg\:hover\:bg-emerald-400\/80:hover {
    background-color: rgb(52 211 153 / 0.8);
  }
  .lg\:hover\:bg-emerald-400\/90:hover {
    background-color: rgb(52 211 153 / 0.9);
  }
  .lg\:hover\:bg-emerald-400\/95:hover {
    background-color: rgb(52 211 153 / 0.95);
  }
  .lg\:hover\:bg-emerald-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(236 253 245 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-emerald-50\/0:hover {
    background-color: rgb(236 253 245 / 0);
  }
  .lg\:hover\:bg-emerald-50\/10:hover {
    background-color: rgb(236 253 245 / 0.1);
  }
  .lg\:hover\:bg-emerald-50\/100:hover {
    background-color: rgb(236 253 245 / 1);
  }
  .lg\:hover\:bg-emerald-50\/20:hover {
    background-color: rgb(236 253 245 / 0.2);
  }
  .lg\:hover\:bg-emerald-50\/25:hover {
    background-color: rgb(236 253 245 / 0.25);
  }
  .lg\:hover\:bg-emerald-50\/30:hover {
    background-color: rgb(236 253 245 / 0.3);
  }
  .lg\:hover\:bg-emerald-50\/40:hover {
    background-color: rgb(236 253 245 / 0.4);
  }
  .lg\:hover\:bg-emerald-50\/5:hover {
    background-color: rgb(236 253 245 / 0.05);
  }
  .lg\:hover\:bg-emerald-50\/50:hover {
    background-color: rgb(236 253 245 / 0.5);
  }
  .lg\:hover\:bg-emerald-50\/60:hover {
    background-color: rgb(236 253 245 / 0.6);
  }
  .lg\:hover\:bg-emerald-50\/70:hover {
    background-color: rgb(236 253 245 / 0.7);
  }
  .lg\:hover\:bg-emerald-50\/75:hover {
    background-color: rgb(236 253 245 / 0.75);
  }
  .lg\:hover\:bg-emerald-50\/80:hover {
    background-color: rgb(236 253 245 / 0.8);
  }
  .lg\:hover\:bg-emerald-50\/90:hover {
    background-color: rgb(236 253 245 / 0.9);
  }
  .lg\:hover\:bg-emerald-50\/95:hover {
    background-color: rgb(236 253 245 / 0.95);
  }
  .lg\:hover\:bg-emerald-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(16 185 129 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-emerald-500\/0:hover {
    background-color: rgb(16 185 129 / 0);
  }
  .lg\:hover\:bg-emerald-500\/10:hover {
    background-color: rgb(16 185 129 / 0.1);
  }
  .lg\:hover\:bg-emerald-500\/100:hover {
    background-color: rgb(16 185 129 / 1);
  }
  .lg\:hover\:bg-emerald-500\/20:hover {
    background-color: rgb(16 185 129 / 0.2);
  }
  .lg\:hover\:bg-emerald-500\/25:hover {
    background-color: rgb(16 185 129 / 0.25);
  }
  .lg\:hover\:bg-emerald-500\/30:hover {
    background-color: rgb(16 185 129 / 0.3);
  }
  .lg\:hover\:bg-emerald-500\/40:hover {
    background-color: rgb(16 185 129 / 0.4);
  }
  .lg\:hover\:bg-emerald-500\/5:hover {
    background-color: rgb(16 185 129 / 0.05);
  }
  .lg\:hover\:bg-emerald-500\/50:hover {
    background-color: rgb(16 185 129 / 0.5);
  }
  .lg\:hover\:bg-emerald-500\/60:hover {
    background-color: rgb(16 185 129 / 0.6);
  }
  .lg\:hover\:bg-emerald-500\/70:hover {
    background-color: rgb(16 185 129 / 0.7);
  }
  .lg\:hover\:bg-emerald-500\/75:hover {
    background-color: rgb(16 185 129 / 0.75);
  }
  .lg\:hover\:bg-emerald-500\/80:hover {
    background-color: rgb(16 185 129 / 0.8);
  }
  .lg\:hover\:bg-emerald-500\/90:hover {
    background-color: rgb(16 185 129 / 0.9);
  }
  .lg\:hover\:bg-emerald-500\/95:hover {
    background-color: rgb(16 185 129 / 0.95);
  }
  .lg\:hover\:bg-emerald-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(5 150 105 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-emerald-600\/0:hover {
    background-color: rgb(5 150 105 / 0);
  }
  .lg\:hover\:bg-emerald-600\/10:hover {
    background-color: rgb(5 150 105 / 0.1);
  }
  .lg\:hover\:bg-emerald-600\/100:hover {
    background-color: rgb(5 150 105 / 1);
  }
  .lg\:hover\:bg-emerald-600\/20:hover {
    background-color: rgb(5 150 105 / 0.2);
  }
  .lg\:hover\:bg-emerald-600\/25:hover {
    background-color: rgb(5 150 105 / 0.25);
  }
  .lg\:hover\:bg-emerald-600\/30:hover {
    background-color: rgb(5 150 105 / 0.3);
  }
  .lg\:hover\:bg-emerald-600\/40:hover {
    background-color: rgb(5 150 105 / 0.4);
  }
  .lg\:hover\:bg-emerald-600\/5:hover {
    background-color: rgb(5 150 105 / 0.05);
  }
  .lg\:hover\:bg-emerald-600\/50:hover {
    background-color: rgb(5 150 105 / 0.5);
  }
  .lg\:hover\:bg-emerald-600\/60:hover {
    background-color: rgb(5 150 105 / 0.6);
  }
  .lg\:hover\:bg-emerald-600\/70:hover {
    background-color: rgb(5 150 105 / 0.7);
  }
  .lg\:hover\:bg-emerald-600\/75:hover {
    background-color: rgb(5 150 105 / 0.75);
  }
  .lg\:hover\:bg-emerald-600\/80:hover {
    background-color: rgb(5 150 105 / 0.8);
  }
  .lg\:hover\:bg-emerald-600\/90:hover {
    background-color: rgb(5 150 105 / 0.9);
  }
  .lg\:hover\:bg-emerald-600\/95:hover {
    background-color: rgb(5 150 105 / 0.95);
  }
  .lg\:hover\:bg-emerald-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(4 120 87 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-emerald-700\/0:hover {
    background-color: rgb(4 120 87 / 0);
  }
  .lg\:hover\:bg-emerald-700\/10:hover {
    background-color: rgb(4 120 87 / 0.1);
  }
  .lg\:hover\:bg-emerald-700\/100:hover {
    background-color: rgb(4 120 87 / 1);
  }
  .lg\:hover\:bg-emerald-700\/20:hover {
    background-color: rgb(4 120 87 / 0.2);
  }
  .lg\:hover\:bg-emerald-700\/25:hover {
    background-color: rgb(4 120 87 / 0.25);
  }
  .lg\:hover\:bg-emerald-700\/30:hover {
    background-color: rgb(4 120 87 / 0.3);
  }
  .lg\:hover\:bg-emerald-700\/40:hover {
    background-color: rgb(4 120 87 / 0.4);
  }
  .lg\:hover\:bg-emerald-700\/5:hover {
    background-color: rgb(4 120 87 / 0.05);
  }
  .lg\:hover\:bg-emerald-700\/50:hover {
    background-color: rgb(4 120 87 / 0.5);
  }
  .lg\:hover\:bg-emerald-700\/60:hover {
    background-color: rgb(4 120 87 / 0.6);
  }
  .lg\:hover\:bg-emerald-700\/70:hover {
    background-color: rgb(4 120 87 / 0.7);
  }
  .lg\:hover\:bg-emerald-700\/75:hover {
    background-color: rgb(4 120 87 / 0.75);
  }
  .lg\:hover\:bg-emerald-700\/80:hover {
    background-color: rgb(4 120 87 / 0.8);
  }
  .lg\:hover\:bg-emerald-700\/90:hover {
    background-color: rgb(4 120 87 / 0.9);
  }
  .lg\:hover\:bg-emerald-700\/95:hover {
    background-color: rgb(4 120 87 / 0.95);
  }
  .lg\:hover\:bg-emerald-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(6 95 70 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-emerald-800\/0:hover {
    background-color: rgb(6 95 70 / 0);
  }
  .lg\:hover\:bg-emerald-800\/10:hover {
    background-color: rgb(6 95 70 / 0.1);
  }
  .lg\:hover\:bg-emerald-800\/100:hover {
    background-color: rgb(6 95 70 / 1);
  }
  .lg\:hover\:bg-emerald-800\/20:hover {
    background-color: rgb(6 95 70 / 0.2);
  }
  .lg\:hover\:bg-emerald-800\/25:hover {
    background-color: rgb(6 95 70 / 0.25);
  }
  .lg\:hover\:bg-emerald-800\/30:hover {
    background-color: rgb(6 95 70 / 0.3);
  }
  .lg\:hover\:bg-emerald-800\/40:hover {
    background-color: rgb(6 95 70 / 0.4);
  }
  .lg\:hover\:bg-emerald-800\/5:hover {
    background-color: rgb(6 95 70 / 0.05);
  }
  .lg\:hover\:bg-emerald-800\/50:hover {
    background-color: rgb(6 95 70 / 0.5);
  }
  .lg\:hover\:bg-emerald-800\/60:hover {
    background-color: rgb(6 95 70 / 0.6);
  }
  .lg\:hover\:bg-emerald-800\/70:hover {
    background-color: rgb(6 95 70 / 0.7);
  }
  .lg\:hover\:bg-emerald-800\/75:hover {
    background-color: rgb(6 95 70 / 0.75);
  }
  .lg\:hover\:bg-emerald-800\/80:hover {
    background-color: rgb(6 95 70 / 0.8);
  }
  .lg\:hover\:bg-emerald-800\/90:hover {
    background-color: rgb(6 95 70 / 0.9);
  }
  .lg\:hover\:bg-emerald-800\/95:hover {
    background-color: rgb(6 95 70 / 0.95);
  }
  .lg\:hover\:bg-emerald-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(6 78 59 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-emerald-900\/0:hover {
    background-color: rgb(6 78 59 / 0);
  }
  .lg\:hover\:bg-emerald-900\/10:hover {
    background-color: rgb(6 78 59 / 0.1);
  }
  .lg\:hover\:bg-emerald-900\/100:hover {
    background-color: rgb(6 78 59 / 1);
  }
  .lg\:hover\:bg-emerald-900\/20:hover {
    background-color: rgb(6 78 59 / 0.2);
  }
  .lg\:hover\:bg-emerald-900\/25:hover {
    background-color: rgb(6 78 59 / 0.25);
  }
  .lg\:hover\:bg-emerald-900\/30:hover {
    background-color: rgb(6 78 59 / 0.3);
  }
  .lg\:hover\:bg-emerald-900\/40:hover {
    background-color: rgb(6 78 59 / 0.4);
  }
  .lg\:hover\:bg-emerald-900\/5:hover {
    background-color: rgb(6 78 59 / 0.05);
  }
  .lg\:hover\:bg-emerald-900\/50:hover {
    background-color: rgb(6 78 59 / 0.5);
  }
  .lg\:hover\:bg-emerald-900\/60:hover {
    background-color: rgb(6 78 59 / 0.6);
  }
  .lg\:hover\:bg-emerald-900\/70:hover {
    background-color: rgb(6 78 59 / 0.7);
  }
  .lg\:hover\:bg-emerald-900\/75:hover {
    background-color: rgb(6 78 59 / 0.75);
  }
  .lg\:hover\:bg-emerald-900\/80:hover {
    background-color: rgb(6 78 59 / 0.8);
  }
  .lg\:hover\:bg-emerald-900\/90:hover {
    background-color: rgb(6 78 59 / 0.9);
  }
  .lg\:hover\:bg-emerald-900\/95:hover {
    background-color: rgb(6 78 59 / 0.95);
  }
  .lg\:hover\:bg-emerald-950:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(2 44 34 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-emerald-950\/0:hover {
    background-color: rgb(2 44 34 / 0);
  }
  .lg\:hover\:bg-emerald-950\/10:hover {
    background-color: rgb(2 44 34 / 0.1);
  }
  .lg\:hover\:bg-emerald-950\/100:hover {
    background-color: rgb(2 44 34 / 1);
  }
  .lg\:hover\:bg-emerald-950\/20:hover {
    background-color: rgb(2 44 34 / 0.2);
  }
  .lg\:hover\:bg-emerald-950\/25:hover {
    background-color: rgb(2 44 34 / 0.25);
  }
  .lg\:hover\:bg-emerald-950\/30:hover {
    background-color: rgb(2 44 34 / 0.3);
  }
  .lg\:hover\:bg-emerald-950\/40:hover {
    background-color: rgb(2 44 34 / 0.4);
  }
  .lg\:hover\:bg-emerald-950\/5:hover {
    background-color: rgb(2 44 34 / 0.05);
  }
  .lg\:hover\:bg-emerald-950\/50:hover {
    background-color: rgb(2 44 34 / 0.5);
  }
  .lg\:hover\:bg-emerald-950\/60:hover {
    background-color: rgb(2 44 34 / 0.6);
  }
  .lg\:hover\:bg-emerald-950\/70:hover {
    background-color: rgb(2 44 34 / 0.7);
  }
  .lg\:hover\:bg-emerald-950\/75:hover {
    background-color: rgb(2 44 34 / 0.75);
  }
  .lg\:hover\:bg-emerald-950\/80:hover {
    background-color: rgb(2 44 34 / 0.8);
  }
  .lg\:hover\:bg-emerald-950\/90:hover {
    background-color: rgb(2 44 34 / 0.9);
  }
  .lg\:hover\:bg-emerald-950\/95:hover {
    background-color: rgb(2 44 34 / 0.95);
  }
  .lg\:hover\:bg-fuchsia-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(250 232 255 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-fuchsia-100\/0:hover {
    background-color: rgb(250 232 255 / 0);
  }
  .lg\:hover\:bg-fuchsia-100\/10:hover {
    background-color: rgb(250 232 255 / 0.1);
  }
  .lg\:hover\:bg-fuchsia-100\/100:hover {
    background-color: rgb(250 232 255 / 1);
  }
  .lg\:hover\:bg-fuchsia-100\/20:hover {
    background-color: rgb(250 232 255 / 0.2);
  }
  .lg\:hover\:bg-fuchsia-100\/25:hover {
    background-color: rgb(250 232 255 / 0.25);
  }
  .lg\:hover\:bg-fuchsia-100\/30:hover {
    background-color: rgb(250 232 255 / 0.3);
  }
  .lg\:hover\:bg-fuchsia-100\/40:hover {
    background-color: rgb(250 232 255 / 0.4);
  }
  .lg\:hover\:bg-fuchsia-100\/5:hover {
    background-color: rgb(250 232 255 / 0.05);
  }
  .lg\:hover\:bg-fuchsia-100\/50:hover {
    background-color: rgb(250 232 255 / 0.5);
  }
  .lg\:hover\:bg-fuchsia-100\/60:hover {
    background-color: rgb(250 232 255 / 0.6);
  }
  .lg\:hover\:bg-fuchsia-100\/70:hover {
    background-color: rgb(250 232 255 / 0.7);
  }
  .lg\:hover\:bg-fuchsia-100\/75:hover {
    background-color: rgb(250 232 255 / 0.75);
  }
  .lg\:hover\:bg-fuchsia-100\/80:hover {
    background-color: rgb(250 232 255 / 0.8);
  }
  .lg\:hover\:bg-fuchsia-100\/90:hover {
    background-color: rgb(250 232 255 / 0.9);
  }
  .lg\:hover\:bg-fuchsia-100\/95:hover {
    background-color: rgb(250 232 255 / 0.95);
  }
  .lg\:hover\:bg-fuchsia-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(245 208 254 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-fuchsia-200\/0:hover {
    background-color: rgb(245 208 254 / 0);
  }
  .lg\:hover\:bg-fuchsia-200\/10:hover {
    background-color: rgb(245 208 254 / 0.1);
  }
  .lg\:hover\:bg-fuchsia-200\/100:hover {
    background-color: rgb(245 208 254 / 1);
  }
  .lg\:hover\:bg-fuchsia-200\/20:hover {
    background-color: rgb(245 208 254 / 0.2);
  }
  .lg\:hover\:bg-fuchsia-200\/25:hover {
    background-color: rgb(245 208 254 / 0.25);
  }
  .lg\:hover\:bg-fuchsia-200\/30:hover {
    background-color: rgb(245 208 254 / 0.3);
  }
  .lg\:hover\:bg-fuchsia-200\/40:hover {
    background-color: rgb(245 208 254 / 0.4);
  }
  .lg\:hover\:bg-fuchsia-200\/5:hover {
    background-color: rgb(245 208 254 / 0.05);
  }
  .lg\:hover\:bg-fuchsia-200\/50:hover {
    background-color: rgb(245 208 254 / 0.5);
  }
  .lg\:hover\:bg-fuchsia-200\/60:hover {
    background-color: rgb(245 208 254 / 0.6);
  }
  .lg\:hover\:bg-fuchsia-200\/70:hover {
    background-color: rgb(245 208 254 / 0.7);
  }
  .lg\:hover\:bg-fuchsia-200\/75:hover {
    background-color: rgb(245 208 254 / 0.75);
  }
  .lg\:hover\:bg-fuchsia-200\/80:hover {
    background-color: rgb(245 208 254 / 0.8);
  }
  .lg\:hover\:bg-fuchsia-200\/90:hover {
    background-color: rgb(245 208 254 / 0.9);
  }
  .lg\:hover\:bg-fuchsia-200\/95:hover {
    background-color: rgb(245 208 254 / 0.95);
  }
  .lg\:hover\:bg-fuchsia-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(240 171 252 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-fuchsia-300\/0:hover {
    background-color: rgb(240 171 252 / 0);
  }
  .lg\:hover\:bg-fuchsia-300\/10:hover {
    background-color: rgb(240 171 252 / 0.1);
  }
  .lg\:hover\:bg-fuchsia-300\/100:hover {
    background-color: rgb(240 171 252 / 1);
  }
  .lg\:hover\:bg-fuchsia-300\/20:hover {
    background-color: rgb(240 171 252 / 0.2);
  }
  .lg\:hover\:bg-fuchsia-300\/25:hover {
    background-color: rgb(240 171 252 / 0.25);
  }
  .lg\:hover\:bg-fuchsia-300\/30:hover {
    background-color: rgb(240 171 252 / 0.3);
  }
  .lg\:hover\:bg-fuchsia-300\/40:hover {
    background-color: rgb(240 171 252 / 0.4);
  }
  .lg\:hover\:bg-fuchsia-300\/5:hover {
    background-color: rgb(240 171 252 / 0.05);
  }
  .lg\:hover\:bg-fuchsia-300\/50:hover {
    background-color: rgb(240 171 252 / 0.5);
  }
  .lg\:hover\:bg-fuchsia-300\/60:hover {
    background-color: rgb(240 171 252 / 0.6);
  }
  .lg\:hover\:bg-fuchsia-300\/70:hover {
    background-color: rgb(240 171 252 / 0.7);
  }
  .lg\:hover\:bg-fuchsia-300\/75:hover {
    background-color: rgb(240 171 252 / 0.75);
  }
  .lg\:hover\:bg-fuchsia-300\/80:hover {
    background-color: rgb(240 171 252 / 0.8);
  }
  .lg\:hover\:bg-fuchsia-300\/90:hover {
    background-color: rgb(240 171 252 / 0.9);
  }
  .lg\:hover\:bg-fuchsia-300\/95:hover {
    background-color: rgb(240 171 252 / 0.95);
  }
  .lg\:hover\:bg-fuchsia-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(232 121 249 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-fuchsia-400\/0:hover {
    background-color: rgb(232 121 249 / 0);
  }
  .lg\:hover\:bg-fuchsia-400\/10:hover {
    background-color: rgb(232 121 249 / 0.1);
  }
  .lg\:hover\:bg-fuchsia-400\/100:hover {
    background-color: rgb(232 121 249 / 1);
  }
  .lg\:hover\:bg-fuchsia-400\/20:hover {
    background-color: rgb(232 121 249 / 0.2);
  }
  .lg\:hover\:bg-fuchsia-400\/25:hover {
    background-color: rgb(232 121 249 / 0.25);
  }
  .lg\:hover\:bg-fuchsia-400\/30:hover {
    background-color: rgb(232 121 249 / 0.3);
  }
  .lg\:hover\:bg-fuchsia-400\/40:hover {
    background-color: rgb(232 121 249 / 0.4);
  }
  .lg\:hover\:bg-fuchsia-400\/5:hover {
    background-color: rgb(232 121 249 / 0.05);
  }
  .lg\:hover\:bg-fuchsia-400\/50:hover {
    background-color: rgb(232 121 249 / 0.5);
  }
  .lg\:hover\:bg-fuchsia-400\/60:hover {
    background-color: rgb(232 121 249 / 0.6);
  }
  .lg\:hover\:bg-fuchsia-400\/70:hover {
    background-color: rgb(232 121 249 / 0.7);
  }
  .lg\:hover\:bg-fuchsia-400\/75:hover {
    background-color: rgb(232 121 249 / 0.75);
  }
  .lg\:hover\:bg-fuchsia-400\/80:hover {
    background-color: rgb(232 121 249 / 0.8);
  }
  .lg\:hover\:bg-fuchsia-400\/90:hover {
    background-color: rgb(232 121 249 / 0.9);
  }
  .lg\:hover\:bg-fuchsia-400\/95:hover {
    background-color: rgb(232 121 249 / 0.95);
  }
  .lg\:hover\:bg-fuchsia-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(253 244 255 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-fuchsia-50\/0:hover {
    background-color: rgb(253 244 255 / 0);
  }
  .lg\:hover\:bg-fuchsia-50\/10:hover {
    background-color: rgb(253 244 255 / 0.1);
  }
  .lg\:hover\:bg-fuchsia-50\/100:hover {
    background-color: rgb(253 244 255 / 1);
  }
  .lg\:hover\:bg-fuchsia-50\/20:hover {
    background-color: rgb(253 244 255 / 0.2);
  }
  .lg\:hover\:bg-fuchsia-50\/25:hover {
    background-color: rgb(253 244 255 / 0.25);
  }
  .lg\:hover\:bg-fuchsia-50\/30:hover {
    background-color: rgb(253 244 255 / 0.3);
  }
  .lg\:hover\:bg-fuchsia-50\/40:hover {
    background-color: rgb(253 244 255 / 0.4);
  }
  .lg\:hover\:bg-fuchsia-50\/5:hover {
    background-color: rgb(253 244 255 / 0.05);
  }
  .lg\:hover\:bg-fuchsia-50\/50:hover {
    background-color: rgb(253 244 255 / 0.5);
  }
  .lg\:hover\:bg-fuchsia-50\/60:hover {
    background-color: rgb(253 244 255 / 0.6);
  }
  .lg\:hover\:bg-fuchsia-50\/70:hover {
    background-color: rgb(253 244 255 / 0.7);
  }
  .lg\:hover\:bg-fuchsia-50\/75:hover {
    background-color: rgb(253 244 255 / 0.75);
  }
  .lg\:hover\:bg-fuchsia-50\/80:hover {
    background-color: rgb(253 244 255 / 0.8);
  }
  .lg\:hover\:bg-fuchsia-50\/90:hover {
    background-color: rgb(253 244 255 / 0.9);
  }
  .lg\:hover\:bg-fuchsia-50\/95:hover {
    background-color: rgb(253 244 255 / 0.95);
  }
  .lg\:hover\:bg-fuchsia-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(217 70 239 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-fuchsia-500\/0:hover {
    background-color: rgb(217 70 239 / 0);
  }
  .lg\:hover\:bg-fuchsia-500\/10:hover {
    background-color: rgb(217 70 239 / 0.1);
  }
  .lg\:hover\:bg-fuchsia-500\/100:hover {
    background-color: rgb(217 70 239 / 1);
  }
  .lg\:hover\:bg-fuchsia-500\/20:hover {
    background-color: rgb(217 70 239 / 0.2);
  }
  .lg\:hover\:bg-fuchsia-500\/25:hover {
    background-color: rgb(217 70 239 / 0.25);
  }
  .lg\:hover\:bg-fuchsia-500\/30:hover {
    background-color: rgb(217 70 239 / 0.3);
  }
  .lg\:hover\:bg-fuchsia-500\/40:hover {
    background-color: rgb(217 70 239 / 0.4);
  }
  .lg\:hover\:bg-fuchsia-500\/5:hover {
    background-color: rgb(217 70 239 / 0.05);
  }
  .lg\:hover\:bg-fuchsia-500\/50:hover {
    background-color: rgb(217 70 239 / 0.5);
  }
  .lg\:hover\:bg-fuchsia-500\/60:hover {
    background-color: rgb(217 70 239 / 0.6);
  }
  .lg\:hover\:bg-fuchsia-500\/70:hover {
    background-color: rgb(217 70 239 / 0.7);
  }
  .lg\:hover\:bg-fuchsia-500\/75:hover {
    background-color: rgb(217 70 239 / 0.75);
  }
  .lg\:hover\:bg-fuchsia-500\/80:hover {
    background-color: rgb(217 70 239 / 0.8);
  }
  .lg\:hover\:bg-fuchsia-500\/90:hover {
    background-color: rgb(217 70 239 / 0.9);
  }
  .lg\:hover\:bg-fuchsia-500\/95:hover {
    background-color: rgb(217 70 239 / 0.95);
  }
  .lg\:hover\:bg-fuchsia-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(192 38 211 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-fuchsia-600\/0:hover {
    background-color: rgb(192 38 211 / 0);
  }
  .lg\:hover\:bg-fuchsia-600\/10:hover {
    background-color: rgb(192 38 211 / 0.1);
  }
  .lg\:hover\:bg-fuchsia-600\/100:hover {
    background-color: rgb(192 38 211 / 1);
  }
  .lg\:hover\:bg-fuchsia-600\/20:hover {
    background-color: rgb(192 38 211 / 0.2);
  }
  .lg\:hover\:bg-fuchsia-600\/25:hover {
    background-color: rgb(192 38 211 / 0.25);
  }
  .lg\:hover\:bg-fuchsia-600\/30:hover {
    background-color: rgb(192 38 211 / 0.3);
  }
  .lg\:hover\:bg-fuchsia-600\/40:hover {
    background-color: rgb(192 38 211 / 0.4);
  }
  .lg\:hover\:bg-fuchsia-600\/5:hover {
    background-color: rgb(192 38 211 / 0.05);
  }
  .lg\:hover\:bg-fuchsia-600\/50:hover {
    background-color: rgb(192 38 211 / 0.5);
  }
  .lg\:hover\:bg-fuchsia-600\/60:hover {
    background-color: rgb(192 38 211 / 0.6);
  }
  .lg\:hover\:bg-fuchsia-600\/70:hover {
    background-color: rgb(192 38 211 / 0.7);
  }
  .lg\:hover\:bg-fuchsia-600\/75:hover {
    background-color: rgb(192 38 211 / 0.75);
  }
  .lg\:hover\:bg-fuchsia-600\/80:hover {
    background-color: rgb(192 38 211 / 0.8);
  }
  .lg\:hover\:bg-fuchsia-600\/90:hover {
    background-color: rgb(192 38 211 / 0.9);
  }
  .lg\:hover\:bg-fuchsia-600\/95:hover {
    background-color: rgb(192 38 211 / 0.95);
  }
  .lg\:hover\:bg-fuchsia-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(162 28 175 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-fuchsia-700\/0:hover {
    background-color: rgb(162 28 175 / 0);
  }
  .lg\:hover\:bg-fuchsia-700\/10:hover {
    background-color: rgb(162 28 175 / 0.1);
  }
  .lg\:hover\:bg-fuchsia-700\/100:hover {
    background-color: rgb(162 28 175 / 1);
  }
  .lg\:hover\:bg-fuchsia-700\/20:hover {
    background-color: rgb(162 28 175 / 0.2);
  }
  .lg\:hover\:bg-fuchsia-700\/25:hover {
    background-color: rgb(162 28 175 / 0.25);
  }
  .lg\:hover\:bg-fuchsia-700\/30:hover {
    background-color: rgb(162 28 175 / 0.3);
  }
  .lg\:hover\:bg-fuchsia-700\/40:hover {
    background-color: rgb(162 28 175 / 0.4);
  }
  .lg\:hover\:bg-fuchsia-700\/5:hover {
    background-color: rgb(162 28 175 / 0.05);
  }
  .lg\:hover\:bg-fuchsia-700\/50:hover {
    background-color: rgb(162 28 175 / 0.5);
  }
  .lg\:hover\:bg-fuchsia-700\/60:hover {
    background-color: rgb(162 28 175 / 0.6);
  }
  .lg\:hover\:bg-fuchsia-700\/70:hover {
    background-color: rgb(162 28 175 / 0.7);
  }
  .lg\:hover\:bg-fuchsia-700\/75:hover {
    background-color: rgb(162 28 175 / 0.75);
  }
  .lg\:hover\:bg-fuchsia-700\/80:hover {
    background-color: rgb(162 28 175 / 0.8);
  }
  .lg\:hover\:bg-fuchsia-700\/90:hover {
    background-color: rgb(162 28 175 / 0.9);
  }
  .lg\:hover\:bg-fuchsia-700\/95:hover {
    background-color: rgb(162 28 175 / 0.95);
  }
  .lg\:hover\:bg-fuchsia-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(134 25 143 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-fuchsia-800\/0:hover {
    background-color: rgb(134 25 143 / 0);
  }
  .lg\:hover\:bg-fuchsia-800\/10:hover {
    background-color: rgb(134 25 143 / 0.1);
  }
  .lg\:hover\:bg-fuchsia-800\/100:hover {
    background-color: rgb(134 25 143 / 1);
  }
  .lg\:hover\:bg-fuchsia-800\/20:hover {
    background-color: rgb(134 25 143 / 0.2);
  }
  .lg\:hover\:bg-fuchsia-800\/25:hover {
    background-color: rgb(134 25 143 / 0.25);
  }
  .lg\:hover\:bg-fuchsia-800\/30:hover {
    background-color: rgb(134 25 143 / 0.3);
  }
  .lg\:hover\:bg-fuchsia-800\/40:hover {
    background-color: rgb(134 25 143 / 0.4);
  }
  .lg\:hover\:bg-fuchsia-800\/5:hover {
    background-color: rgb(134 25 143 / 0.05);
  }
  .lg\:hover\:bg-fuchsia-800\/50:hover {
    background-color: rgb(134 25 143 / 0.5);
  }
  .lg\:hover\:bg-fuchsia-800\/60:hover {
    background-color: rgb(134 25 143 / 0.6);
  }
  .lg\:hover\:bg-fuchsia-800\/70:hover {
    background-color: rgb(134 25 143 / 0.7);
  }
  .lg\:hover\:bg-fuchsia-800\/75:hover {
    background-color: rgb(134 25 143 / 0.75);
  }
  .lg\:hover\:bg-fuchsia-800\/80:hover {
    background-color: rgb(134 25 143 / 0.8);
  }
  .lg\:hover\:bg-fuchsia-800\/90:hover {
    background-color: rgb(134 25 143 / 0.9);
  }
  .lg\:hover\:bg-fuchsia-800\/95:hover {
    background-color: rgb(134 25 143 / 0.95);
  }
  .lg\:hover\:bg-fuchsia-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(112 26 117 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-fuchsia-900\/0:hover {
    background-color: rgb(112 26 117 / 0);
  }
  .lg\:hover\:bg-fuchsia-900\/10:hover {
    background-color: rgb(112 26 117 / 0.1);
  }
  .lg\:hover\:bg-fuchsia-900\/100:hover {
    background-color: rgb(112 26 117 / 1);
  }
  .lg\:hover\:bg-fuchsia-900\/20:hover {
    background-color: rgb(112 26 117 / 0.2);
  }
  .lg\:hover\:bg-fuchsia-900\/25:hover {
    background-color: rgb(112 26 117 / 0.25);
  }
  .lg\:hover\:bg-fuchsia-900\/30:hover {
    background-color: rgb(112 26 117 / 0.3);
  }
  .lg\:hover\:bg-fuchsia-900\/40:hover {
    background-color: rgb(112 26 117 / 0.4);
  }
  .lg\:hover\:bg-fuchsia-900\/5:hover {
    background-color: rgb(112 26 117 / 0.05);
  }
  .lg\:hover\:bg-fuchsia-900\/50:hover {
    background-color: rgb(112 26 117 / 0.5);
  }
  .lg\:hover\:bg-fuchsia-900\/60:hover {
    background-color: rgb(112 26 117 / 0.6);
  }
  .lg\:hover\:bg-fuchsia-900\/70:hover {
    background-color: rgb(112 26 117 / 0.7);
  }
  .lg\:hover\:bg-fuchsia-900\/75:hover {
    background-color: rgb(112 26 117 / 0.75);
  }
  .lg\:hover\:bg-fuchsia-900\/80:hover {
    background-color: rgb(112 26 117 / 0.8);
  }
  .lg\:hover\:bg-fuchsia-900\/90:hover {
    background-color: rgb(112 26 117 / 0.9);
  }
  .lg\:hover\:bg-fuchsia-900\/95:hover {
    background-color: rgb(112 26 117 / 0.95);
  }
  .lg\:hover\:bg-fuchsia-950:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(74 4 78 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-fuchsia-950\/0:hover {
    background-color: rgb(74 4 78 / 0);
  }
  .lg\:hover\:bg-fuchsia-950\/10:hover {
    background-color: rgb(74 4 78 / 0.1);
  }
  .lg\:hover\:bg-fuchsia-950\/100:hover {
    background-color: rgb(74 4 78 / 1);
  }
  .lg\:hover\:bg-fuchsia-950\/20:hover {
    background-color: rgb(74 4 78 / 0.2);
  }
  .lg\:hover\:bg-fuchsia-950\/25:hover {
    background-color: rgb(74 4 78 / 0.25);
  }
  .lg\:hover\:bg-fuchsia-950\/30:hover {
    background-color: rgb(74 4 78 / 0.3);
  }
  .lg\:hover\:bg-fuchsia-950\/40:hover {
    background-color: rgb(74 4 78 / 0.4);
  }
  .lg\:hover\:bg-fuchsia-950\/5:hover {
    background-color: rgb(74 4 78 / 0.05);
  }
  .lg\:hover\:bg-fuchsia-950\/50:hover {
    background-color: rgb(74 4 78 / 0.5);
  }
  .lg\:hover\:bg-fuchsia-950\/60:hover {
    background-color: rgb(74 4 78 / 0.6);
  }
  .lg\:hover\:bg-fuchsia-950\/70:hover {
    background-color: rgb(74 4 78 / 0.7);
  }
  .lg\:hover\:bg-fuchsia-950\/75:hover {
    background-color: rgb(74 4 78 / 0.75);
  }
  .lg\:hover\:bg-fuchsia-950\/80:hover {
    background-color: rgb(74 4 78 / 0.8);
  }
  .lg\:hover\:bg-fuchsia-950\/90:hover {
    background-color: rgb(74 4 78 / 0.9);
  }
  .lg\:hover\:bg-fuchsia-950\/95:hover {
    background-color: rgb(74 4 78 / 0.95);
  }
  .lg\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-gray-100\/0:hover {
    background-color: rgb(243 244 246 / 0);
  }
  .lg\:hover\:bg-gray-100\/10:hover {
    background-color: rgb(243 244 246 / 0.1);
  }
  .lg\:hover\:bg-gray-100\/100:hover {
    background-color: rgb(243 244 246 / 1);
  }
  .lg\:hover\:bg-gray-100\/20:hover {
    background-color: rgb(243 244 246 / 0.2);
  }
  .lg\:hover\:bg-gray-100\/25:hover {
    background-color: rgb(243 244 246 / 0.25);
  }
  .lg\:hover\:bg-gray-100\/30:hover {
    background-color: rgb(243 244 246 / 0.3);
  }
  .lg\:hover\:bg-gray-100\/40:hover {
    background-color: rgb(243 244 246 / 0.4);
  }
  .lg\:hover\:bg-gray-100\/5:hover {
    background-color: rgb(243 244 246 / 0.05);
  }
  .lg\:hover\:bg-gray-100\/50:hover {
    background-color: rgb(243 244 246 / 0.5);
  }
  .lg\:hover\:bg-gray-100\/60:hover {
    background-color: rgb(243 244 246 / 0.6);
  }
  .lg\:hover\:bg-gray-100\/70:hover {
    background-color: rgb(243 244 246 / 0.7);
  }
  .lg\:hover\:bg-gray-100\/75:hover {
    background-color: rgb(243 244 246 / 0.75);
  }
  .lg\:hover\:bg-gray-100\/80:hover {
    background-color: rgb(243 244 246 / 0.8);
  }
  .lg\:hover\:bg-gray-100\/90:hover {
    background-color: rgb(243 244 246 / 0.9);
  }
  .lg\:hover\:bg-gray-100\/95:hover {
    background-color: rgb(243 244 246 / 0.95);
  }
  .lg\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-gray-200\/0:hover {
    background-color: rgb(229 231 235 / 0);
  }
  .lg\:hover\:bg-gray-200\/10:hover {
    background-color: rgb(229 231 235 / 0.1);
  }
  .lg\:hover\:bg-gray-200\/100:hover {
    background-color: rgb(229 231 235 / 1);
  }
  .lg\:hover\:bg-gray-200\/20:hover {
    background-color: rgb(229 231 235 / 0.2);
  }
  .lg\:hover\:bg-gray-200\/25:hover {
    background-color: rgb(229 231 235 / 0.25);
  }
  .lg\:hover\:bg-gray-200\/30:hover {
    background-color: rgb(229 231 235 / 0.3);
  }
  .lg\:hover\:bg-gray-200\/40:hover {
    background-color: rgb(229 231 235 / 0.4);
  }
  .lg\:hover\:bg-gray-200\/5:hover {
    background-color: rgb(229 231 235 / 0.05);
  }
  .lg\:hover\:bg-gray-200\/50:hover {
    background-color: rgb(229 231 235 / 0.5);
  }
  .lg\:hover\:bg-gray-200\/60:hover {
    background-color: rgb(229 231 235 / 0.6);
  }
  .lg\:hover\:bg-gray-200\/70:hover {
    background-color: rgb(229 231 235 / 0.7);
  }
  .lg\:hover\:bg-gray-200\/75:hover {
    background-color: rgb(229 231 235 / 0.75);
  }
  .lg\:hover\:bg-gray-200\/80:hover {
    background-color: rgb(229 231 235 / 0.8);
  }
  .lg\:hover\:bg-gray-200\/90:hover {
    background-color: rgb(229 231 235 / 0.9);
  }
  .lg\:hover\:bg-gray-200\/95:hover {
    background-color: rgb(229 231 235 / 0.95);
  }
  .lg\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-gray-300\/0:hover {
    background-color: rgb(209 213 219 / 0);
  }
  .lg\:hover\:bg-gray-300\/10:hover {
    background-color: rgb(209 213 219 / 0.1);
  }
  .lg\:hover\:bg-gray-300\/100:hover {
    background-color: rgb(209 213 219 / 1);
  }
  .lg\:hover\:bg-gray-300\/20:hover {
    background-color: rgb(209 213 219 / 0.2);
  }
  .lg\:hover\:bg-gray-300\/25:hover {
    background-color: rgb(209 213 219 / 0.25);
  }
  .lg\:hover\:bg-gray-300\/30:hover {
    background-color: rgb(209 213 219 / 0.3);
  }
  .lg\:hover\:bg-gray-300\/40:hover {
    background-color: rgb(209 213 219 / 0.4);
  }
  .lg\:hover\:bg-gray-300\/5:hover {
    background-color: rgb(209 213 219 / 0.05);
  }
  .lg\:hover\:bg-gray-300\/50:hover {
    background-color: rgb(209 213 219 / 0.5);
  }
  .lg\:hover\:bg-gray-300\/60:hover {
    background-color: rgb(209 213 219 / 0.6);
  }
  .lg\:hover\:bg-gray-300\/70:hover {
    background-color: rgb(209 213 219 / 0.7);
  }
  .lg\:hover\:bg-gray-300\/75:hover {
    background-color: rgb(209 213 219 / 0.75);
  }
  .lg\:hover\:bg-gray-300\/80:hover {
    background-color: rgb(209 213 219 / 0.8);
  }
  .lg\:hover\:bg-gray-300\/90:hover {
    background-color: rgb(209 213 219 / 0.9);
  }
  .lg\:hover\:bg-gray-300\/95:hover {
    background-color: rgb(209 213 219 / 0.95);
  }
  .lg\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-gray-400\/0:hover {
    background-color: rgb(156 163 175 / 0);
  }
  .lg\:hover\:bg-gray-400\/10:hover {
    background-color: rgb(156 163 175 / 0.1);
  }
  .lg\:hover\:bg-gray-400\/100:hover {
    background-color: rgb(156 163 175 / 1);
  }
  .lg\:hover\:bg-gray-400\/20:hover {
    background-color: rgb(156 163 175 / 0.2);
  }
  .lg\:hover\:bg-gray-400\/25:hover {
    background-color: rgb(156 163 175 / 0.25);
  }
  .lg\:hover\:bg-gray-400\/30:hover {
    background-color: rgb(156 163 175 / 0.3);
  }
  .lg\:hover\:bg-gray-400\/40:hover {
    background-color: rgb(156 163 175 / 0.4);
  }
  .lg\:hover\:bg-gray-400\/5:hover {
    background-color: rgb(156 163 175 / 0.05);
  }
  .lg\:hover\:bg-gray-400\/50:hover {
    background-color: rgb(156 163 175 / 0.5);
  }
  .lg\:hover\:bg-gray-400\/60:hover {
    background-color: rgb(156 163 175 / 0.6);
  }
  .lg\:hover\:bg-gray-400\/70:hover {
    background-color: rgb(156 163 175 / 0.7);
  }
  .lg\:hover\:bg-gray-400\/75:hover {
    background-color: rgb(156 163 175 / 0.75);
  }
  .lg\:hover\:bg-gray-400\/80:hover {
    background-color: rgb(156 163 175 / 0.8);
  }
  .lg\:hover\:bg-gray-400\/90:hover {
    background-color: rgb(156 163 175 / 0.9);
  }
  .lg\:hover\:bg-gray-400\/95:hover {
    background-color: rgb(156 163 175 / 0.95);
  }
  .lg\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-gray-50\/0:hover {
    background-color: rgb(249 250 251 / 0);
  }
  .lg\:hover\:bg-gray-50\/10:hover {
    background-color: rgb(249 250 251 / 0.1);
  }
  .lg\:hover\:bg-gray-50\/100:hover {
    background-color: rgb(249 250 251 / 1);
  }
  .lg\:hover\:bg-gray-50\/20:hover {
    background-color: rgb(249 250 251 / 0.2);
  }
  .lg\:hover\:bg-gray-50\/25:hover {
    background-color: rgb(249 250 251 / 0.25);
  }
  .lg\:hover\:bg-gray-50\/30:hover {
    background-color: rgb(249 250 251 / 0.3);
  }
  .lg\:hover\:bg-gray-50\/40:hover {
    background-color: rgb(249 250 251 / 0.4);
  }
  .lg\:hover\:bg-gray-50\/5:hover {
    background-color: rgb(249 250 251 / 0.05);
  }
  .lg\:hover\:bg-gray-50\/50:hover {
    background-color: rgb(249 250 251 / 0.5);
  }
  .lg\:hover\:bg-gray-50\/60:hover {
    background-color: rgb(249 250 251 / 0.6);
  }
  .lg\:hover\:bg-gray-50\/70:hover {
    background-color: rgb(249 250 251 / 0.7);
  }
  .lg\:hover\:bg-gray-50\/75:hover {
    background-color: rgb(249 250 251 / 0.75);
  }
  .lg\:hover\:bg-gray-50\/80:hover {
    background-color: rgb(249 250 251 / 0.8);
  }
  .lg\:hover\:bg-gray-50\/90:hover {
    background-color: rgb(249 250 251 / 0.9);
  }
  .lg\:hover\:bg-gray-50\/95:hover {
    background-color: rgb(249 250 251 / 0.95);
  }
  .lg\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-gray-500\/0:hover {
    background-color: rgb(107 114 128 / 0);
  }
  .lg\:hover\:bg-gray-500\/10:hover {
    background-color: rgb(107 114 128 / 0.1);
  }
  .lg\:hover\:bg-gray-500\/100:hover {
    background-color: rgb(107 114 128 / 1);
  }
  .lg\:hover\:bg-gray-500\/20:hover {
    background-color: rgb(107 114 128 / 0.2);
  }
  .lg\:hover\:bg-gray-500\/25:hover {
    background-color: rgb(107 114 128 / 0.25);
  }
  .lg\:hover\:bg-gray-500\/30:hover {
    background-color: rgb(107 114 128 / 0.3);
  }
  .lg\:hover\:bg-gray-500\/40:hover {
    background-color: rgb(107 114 128 / 0.4);
  }
  .lg\:hover\:bg-gray-500\/5:hover {
    background-color: rgb(107 114 128 / 0.05);
  }
  .lg\:hover\:bg-gray-500\/50:hover {
    background-color: rgb(107 114 128 / 0.5);
  }
  .lg\:hover\:bg-gray-500\/60:hover {
    background-color: rgb(107 114 128 / 0.6);
  }
  .lg\:hover\:bg-gray-500\/70:hover {
    background-color: rgb(107 114 128 / 0.7);
  }
  .lg\:hover\:bg-gray-500\/75:hover {
    background-color: rgb(107 114 128 / 0.75);
  }
  .lg\:hover\:bg-gray-500\/80:hover {
    background-color: rgb(107 114 128 / 0.8);
  }
  .lg\:hover\:bg-gray-500\/90:hover {
    background-color: rgb(107 114 128 / 0.9);
  }
  .lg\:hover\:bg-gray-500\/95:hover {
    background-color: rgb(107 114 128 / 0.95);
  }
  .lg\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-gray-600\/0:hover {
    background-color: rgb(75 85 99 / 0);
  }
  .lg\:hover\:bg-gray-600\/10:hover {
    background-color: rgb(75 85 99 / 0.1);
  }
  .lg\:hover\:bg-gray-600\/100:hover {
    background-color: rgb(75 85 99 / 1);
  }
  .lg\:hover\:bg-gray-600\/20:hover {
    background-color: rgb(75 85 99 / 0.2);
  }
  .lg\:hover\:bg-gray-600\/25:hover {
    background-color: rgb(75 85 99 / 0.25);
  }
  .lg\:hover\:bg-gray-600\/30:hover {
    background-color: rgb(75 85 99 / 0.3);
  }
  .lg\:hover\:bg-gray-600\/40:hover {
    background-color: rgb(75 85 99 / 0.4);
  }
  .lg\:hover\:bg-gray-600\/5:hover {
    background-color: rgb(75 85 99 / 0.05);
  }
  .lg\:hover\:bg-gray-600\/50:hover {
    background-color: rgb(75 85 99 / 0.5);
  }
  .lg\:hover\:bg-gray-600\/60:hover {
    background-color: rgb(75 85 99 / 0.6);
  }
  .lg\:hover\:bg-gray-600\/70:hover {
    background-color: rgb(75 85 99 / 0.7);
  }
  .lg\:hover\:bg-gray-600\/75:hover {
    background-color: rgb(75 85 99 / 0.75);
  }
  .lg\:hover\:bg-gray-600\/80:hover {
    background-color: rgb(75 85 99 / 0.8);
  }
  .lg\:hover\:bg-gray-600\/90:hover {
    background-color: rgb(75 85 99 / 0.9);
  }
  .lg\:hover\:bg-gray-600\/95:hover {
    background-color: rgb(75 85 99 / 0.95);
  }
  .lg\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-gray-700\/0:hover {
    background-color: rgb(55 65 81 / 0);
  }
  .lg\:hover\:bg-gray-700\/10:hover {
    background-color: rgb(55 65 81 / 0.1);
  }
  .lg\:hover\:bg-gray-700\/100:hover {
    background-color: rgb(55 65 81 / 1);
  }
  .lg\:hover\:bg-gray-700\/20:hover {
    background-color: rgb(55 65 81 / 0.2);
  }
  .lg\:hover\:bg-gray-700\/25:hover {
    background-color: rgb(55 65 81 / 0.25);
  }
  .lg\:hover\:bg-gray-700\/30:hover {
    background-color: rgb(55 65 81 / 0.3);
  }
  .lg\:hover\:bg-gray-700\/40:hover {
    background-color: rgb(55 65 81 / 0.4);
  }
  .lg\:hover\:bg-gray-700\/5:hover {
    background-color: rgb(55 65 81 / 0.05);
  }
  .lg\:hover\:bg-gray-700\/50:hover {
    background-color: rgb(55 65 81 / 0.5);
  }
  .lg\:hover\:bg-gray-700\/60:hover {
    background-color: rgb(55 65 81 / 0.6);
  }
  .lg\:hover\:bg-gray-700\/70:hover {
    background-color: rgb(55 65 81 / 0.7);
  }
  .lg\:hover\:bg-gray-700\/75:hover {
    background-color: rgb(55 65 81 / 0.75);
  }
  .lg\:hover\:bg-gray-700\/80:hover {
    background-color: rgb(55 65 81 / 0.8);
  }
  .lg\:hover\:bg-gray-700\/90:hover {
    background-color: rgb(55 65 81 / 0.9);
  }
  .lg\:hover\:bg-gray-700\/95:hover {
    background-color: rgb(55 65 81 / 0.95);
  }
  .lg\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-gray-800\/0:hover {
    background-color: rgb(31 41 55 / 0);
  }
  .lg\:hover\:bg-gray-800\/10:hover {
    background-color: rgb(31 41 55 / 0.1);
  }
  .lg\:hover\:bg-gray-800\/100:hover {
    background-color: rgb(31 41 55 / 1);
  }
  .lg\:hover\:bg-gray-800\/20:hover {
    background-color: rgb(31 41 55 / 0.2);
  }
  .lg\:hover\:bg-gray-800\/25:hover {
    background-color: rgb(31 41 55 / 0.25);
  }
  .lg\:hover\:bg-gray-800\/30:hover {
    background-color: rgb(31 41 55 / 0.3);
  }
  .lg\:hover\:bg-gray-800\/40:hover {
    background-color: rgb(31 41 55 / 0.4);
  }
  .lg\:hover\:bg-gray-800\/5:hover {
    background-color: rgb(31 41 55 / 0.05);
  }
  .lg\:hover\:bg-gray-800\/50:hover {
    background-color: rgb(31 41 55 / 0.5);
  }
  .lg\:hover\:bg-gray-800\/60:hover {
    background-color: rgb(31 41 55 / 0.6);
  }
  .lg\:hover\:bg-gray-800\/70:hover {
    background-color: rgb(31 41 55 / 0.7);
  }
  .lg\:hover\:bg-gray-800\/75:hover {
    background-color: rgb(31 41 55 / 0.75);
  }
  .lg\:hover\:bg-gray-800\/80:hover {
    background-color: rgb(31 41 55 / 0.8);
  }
  .lg\:hover\:bg-gray-800\/90:hover {
    background-color: rgb(31 41 55 / 0.9);
  }
  .lg\:hover\:bg-gray-800\/95:hover {
    background-color: rgb(31 41 55 / 0.95);
  }
  .lg\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-gray-900\/0:hover {
    background-color: rgb(17 24 39 / 0);
  }
  .lg\:hover\:bg-gray-900\/10:hover {
    background-color: rgb(17 24 39 / 0.1);
  }
  .lg\:hover\:bg-gray-900\/100:hover {
    background-color: rgb(17 24 39 / 1);
  }
  .lg\:hover\:bg-gray-900\/20:hover {
    background-color: rgb(17 24 39 / 0.2);
  }
  .lg\:hover\:bg-gray-900\/25:hover {
    background-color: rgb(17 24 39 / 0.25);
  }
  .lg\:hover\:bg-gray-900\/30:hover {
    background-color: rgb(17 24 39 / 0.3);
  }
  .lg\:hover\:bg-gray-900\/40:hover {
    background-color: rgb(17 24 39 / 0.4);
  }
  .lg\:hover\:bg-gray-900\/5:hover {
    background-color: rgb(17 24 39 / 0.05);
  }
  .lg\:hover\:bg-gray-900\/50:hover {
    background-color: rgb(17 24 39 / 0.5);
  }
  .lg\:hover\:bg-gray-900\/60:hover {
    background-color: rgb(17 24 39 / 0.6);
  }
  .lg\:hover\:bg-gray-900\/70:hover {
    background-color: rgb(17 24 39 / 0.7);
  }
  .lg\:hover\:bg-gray-900\/75:hover {
    background-color: rgb(17 24 39 / 0.75);
  }
  .lg\:hover\:bg-gray-900\/80:hover {
    background-color: rgb(17 24 39 / 0.8);
  }
  .lg\:hover\:bg-gray-900\/90:hover {
    background-color: rgb(17 24 39 / 0.9);
  }
  .lg\:hover\:bg-gray-900\/95:hover {
    background-color: rgb(17 24 39 / 0.95);
  }
  .lg\:hover\:bg-gray-950:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(3 7 18 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-gray-950\/0:hover {
    background-color: rgb(3 7 18 / 0);
  }
  .lg\:hover\:bg-gray-950\/10:hover {
    background-color: rgb(3 7 18 / 0.1);
  }
  .lg\:hover\:bg-gray-950\/100:hover {
    background-color: rgb(3 7 18 / 1);
  }
  .lg\:hover\:bg-gray-950\/20:hover {
    background-color: rgb(3 7 18 / 0.2);
  }
  .lg\:hover\:bg-gray-950\/25:hover {
    background-color: rgb(3 7 18 / 0.25);
  }
  .lg\:hover\:bg-gray-950\/30:hover {
    background-color: rgb(3 7 18 / 0.3);
  }
  .lg\:hover\:bg-gray-950\/40:hover {
    background-color: rgb(3 7 18 / 0.4);
  }
  .lg\:hover\:bg-gray-950\/5:hover {
    background-color: rgb(3 7 18 / 0.05);
  }
  .lg\:hover\:bg-gray-950\/50:hover {
    background-color: rgb(3 7 18 / 0.5);
  }
  .lg\:hover\:bg-gray-950\/60:hover {
    background-color: rgb(3 7 18 / 0.6);
  }
  .lg\:hover\:bg-gray-950\/70:hover {
    background-color: rgb(3 7 18 / 0.7);
  }
  .lg\:hover\:bg-gray-950\/75:hover {
    background-color: rgb(3 7 18 / 0.75);
  }
  .lg\:hover\:bg-gray-950\/80:hover {
    background-color: rgb(3 7 18 / 0.8);
  }
  .lg\:hover\:bg-gray-950\/90:hover {
    background-color: rgb(3 7 18 / 0.9);
  }
  .lg\:hover\:bg-gray-950\/95:hover {
    background-color: rgb(3 7 18 / 0.95);
  }
  .lg\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(220 252 231 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-green-100\/0:hover {
    background-color: rgb(220 252 231 / 0);
  }
  .lg\:hover\:bg-green-100\/10:hover {
    background-color: rgb(220 252 231 / 0.1);
  }
  .lg\:hover\:bg-green-100\/100:hover {
    background-color: rgb(220 252 231 / 1);
  }
  .lg\:hover\:bg-green-100\/20:hover {
    background-color: rgb(220 252 231 / 0.2);
  }
  .lg\:hover\:bg-green-100\/25:hover {
    background-color: rgb(220 252 231 / 0.25);
  }
  .lg\:hover\:bg-green-100\/30:hover {
    background-color: rgb(220 252 231 / 0.3);
  }
  .lg\:hover\:bg-green-100\/40:hover {
    background-color: rgb(220 252 231 / 0.4);
  }
  .lg\:hover\:bg-green-100\/5:hover {
    background-color: rgb(220 252 231 / 0.05);
  }
  .lg\:hover\:bg-green-100\/50:hover {
    background-color: rgb(220 252 231 / 0.5);
  }
  .lg\:hover\:bg-green-100\/60:hover {
    background-color: rgb(220 252 231 / 0.6);
  }
  .lg\:hover\:bg-green-100\/70:hover {
    background-color: rgb(220 252 231 / 0.7);
  }
  .lg\:hover\:bg-green-100\/75:hover {
    background-color: rgb(220 252 231 / 0.75);
  }
  .lg\:hover\:bg-green-100\/80:hover {
    background-color: rgb(220 252 231 / 0.8);
  }
  .lg\:hover\:bg-green-100\/90:hover {
    background-color: rgb(220 252 231 / 0.9);
  }
  .lg\:hover\:bg-green-100\/95:hover {
    background-color: rgb(220 252 231 / 0.95);
  }
  .lg\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(187 247 208 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-green-200\/0:hover {
    background-color: rgb(187 247 208 / 0);
  }
  .lg\:hover\:bg-green-200\/10:hover {
    background-color: rgb(187 247 208 / 0.1);
  }
  .lg\:hover\:bg-green-200\/100:hover {
    background-color: rgb(187 247 208 / 1);
  }
  .lg\:hover\:bg-green-200\/20:hover {
    background-color: rgb(187 247 208 / 0.2);
  }
  .lg\:hover\:bg-green-200\/25:hover {
    background-color: rgb(187 247 208 / 0.25);
  }
  .lg\:hover\:bg-green-200\/30:hover {
    background-color: rgb(187 247 208 / 0.3);
  }
  .lg\:hover\:bg-green-200\/40:hover {
    background-color: rgb(187 247 208 / 0.4);
  }
  .lg\:hover\:bg-green-200\/5:hover {
    background-color: rgb(187 247 208 / 0.05);
  }
  .lg\:hover\:bg-green-200\/50:hover {
    background-color: rgb(187 247 208 / 0.5);
  }
  .lg\:hover\:bg-green-200\/60:hover {
    background-color: rgb(187 247 208 / 0.6);
  }
  .lg\:hover\:bg-green-200\/70:hover {
    background-color: rgb(187 247 208 / 0.7);
  }
  .lg\:hover\:bg-green-200\/75:hover {
    background-color: rgb(187 247 208 / 0.75);
  }
  .lg\:hover\:bg-green-200\/80:hover {
    background-color: rgb(187 247 208 / 0.8);
  }
  .lg\:hover\:bg-green-200\/90:hover {
    background-color: rgb(187 247 208 / 0.9);
  }
  .lg\:hover\:bg-green-200\/95:hover {
    background-color: rgb(187 247 208 / 0.95);
  }
  .lg\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(134 239 172 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-green-300\/0:hover {
    background-color: rgb(134 239 172 / 0);
  }
  .lg\:hover\:bg-green-300\/10:hover {
    background-color: rgb(134 239 172 / 0.1);
  }
  .lg\:hover\:bg-green-300\/100:hover {
    background-color: rgb(134 239 172 / 1);
  }
  .lg\:hover\:bg-green-300\/20:hover {
    background-color: rgb(134 239 172 / 0.2);
  }
  .lg\:hover\:bg-green-300\/25:hover {
    background-color: rgb(134 239 172 / 0.25);
  }
  .lg\:hover\:bg-green-300\/30:hover {
    background-color: rgb(134 239 172 / 0.3);
  }
  .lg\:hover\:bg-green-300\/40:hover {
    background-color: rgb(134 239 172 / 0.4);
  }
  .lg\:hover\:bg-green-300\/5:hover {
    background-color: rgb(134 239 172 / 0.05);
  }
  .lg\:hover\:bg-green-300\/50:hover {
    background-color: rgb(134 239 172 / 0.5);
  }
  .lg\:hover\:bg-green-300\/60:hover {
    background-color: rgb(134 239 172 / 0.6);
  }
  .lg\:hover\:bg-green-300\/70:hover {
    background-color: rgb(134 239 172 / 0.7);
  }
  .lg\:hover\:bg-green-300\/75:hover {
    background-color: rgb(134 239 172 / 0.75);
  }
  .lg\:hover\:bg-green-300\/80:hover {
    background-color: rgb(134 239 172 / 0.8);
  }
  .lg\:hover\:bg-green-300\/90:hover {
    background-color: rgb(134 239 172 / 0.9);
  }
  .lg\:hover\:bg-green-300\/95:hover {
    background-color: rgb(134 239 172 / 0.95);
  }
  .lg\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(74 222 128 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-green-400\/0:hover {
    background-color: rgb(74 222 128 / 0);
  }
  .lg\:hover\:bg-green-400\/10:hover {
    background-color: rgb(74 222 128 / 0.1);
  }
  .lg\:hover\:bg-green-400\/100:hover {
    background-color: rgb(74 222 128 / 1);
  }
  .lg\:hover\:bg-green-400\/20:hover {
    background-color: rgb(74 222 128 / 0.2);
  }
  .lg\:hover\:bg-green-400\/25:hover {
    background-color: rgb(74 222 128 / 0.25);
  }
  .lg\:hover\:bg-green-400\/30:hover {
    background-color: rgb(74 222 128 / 0.3);
  }
  .lg\:hover\:bg-green-400\/40:hover {
    background-color: rgb(74 222 128 / 0.4);
  }
  .lg\:hover\:bg-green-400\/5:hover {
    background-color: rgb(74 222 128 / 0.05);
  }
  .lg\:hover\:bg-green-400\/50:hover {
    background-color: rgb(74 222 128 / 0.5);
  }
  .lg\:hover\:bg-green-400\/60:hover {
    background-color: rgb(74 222 128 / 0.6);
  }
  .lg\:hover\:bg-green-400\/70:hover {
    background-color: rgb(74 222 128 / 0.7);
  }
  .lg\:hover\:bg-green-400\/75:hover {
    background-color: rgb(74 222 128 / 0.75);
  }
  .lg\:hover\:bg-green-400\/80:hover {
    background-color: rgb(74 222 128 / 0.8);
  }
  .lg\:hover\:bg-green-400\/90:hover {
    background-color: rgb(74 222 128 / 0.9);
  }
  .lg\:hover\:bg-green-400\/95:hover {
    background-color: rgb(74 222 128 / 0.95);
  }
  .lg\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(240 253 244 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-green-50\/0:hover {
    background-color: rgb(240 253 244 / 0);
  }
  .lg\:hover\:bg-green-50\/10:hover {
    background-color: rgb(240 253 244 / 0.1);
  }
  .lg\:hover\:bg-green-50\/100:hover {
    background-color: rgb(240 253 244 / 1);
  }
  .lg\:hover\:bg-green-50\/20:hover {
    background-color: rgb(240 253 244 / 0.2);
  }
  .lg\:hover\:bg-green-50\/25:hover {
    background-color: rgb(240 253 244 / 0.25);
  }
  .lg\:hover\:bg-green-50\/30:hover {
    background-color: rgb(240 253 244 / 0.3);
  }
  .lg\:hover\:bg-green-50\/40:hover {
    background-color: rgb(240 253 244 / 0.4);
  }
  .lg\:hover\:bg-green-50\/5:hover {
    background-color: rgb(240 253 244 / 0.05);
  }
  .lg\:hover\:bg-green-50\/50:hover {
    background-color: rgb(240 253 244 / 0.5);
  }
  .lg\:hover\:bg-green-50\/60:hover {
    background-color: rgb(240 253 244 / 0.6);
  }
  .lg\:hover\:bg-green-50\/70:hover {
    background-color: rgb(240 253 244 / 0.7);
  }
  .lg\:hover\:bg-green-50\/75:hover {
    background-color: rgb(240 253 244 / 0.75);
  }
  .lg\:hover\:bg-green-50\/80:hover {
    background-color: rgb(240 253 244 / 0.8);
  }
  .lg\:hover\:bg-green-50\/90:hover {
    background-color: rgb(240 253 244 / 0.9);
  }
  .lg\:hover\:bg-green-50\/95:hover {
    background-color: rgb(240 253 244 / 0.95);
  }
  .lg\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(34 197 94 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-green-500\/0:hover {
    background-color: rgb(34 197 94 / 0);
  }
  .lg\:hover\:bg-green-500\/10:hover {
    background-color: rgb(34 197 94 / 0.1);
  }
  .lg\:hover\:bg-green-500\/100:hover {
    background-color: rgb(34 197 94 / 1);
  }
  .lg\:hover\:bg-green-500\/20:hover {
    background-color: rgb(34 197 94 / 0.2);
  }
  .lg\:hover\:bg-green-500\/25:hover {
    background-color: rgb(34 197 94 / 0.25);
  }
  .lg\:hover\:bg-green-500\/30:hover {
    background-color: rgb(34 197 94 / 0.3);
  }
  .lg\:hover\:bg-green-500\/40:hover {
    background-color: rgb(34 197 94 / 0.4);
  }
  .lg\:hover\:bg-green-500\/5:hover {
    background-color: rgb(34 197 94 / 0.05);
  }
  .lg\:hover\:bg-green-500\/50:hover {
    background-color: rgb(34 197 94 / 0.5);
  }
  .lg\:hover\:bg-green-500\/60:hover {
    background-color: rgb(34 197 94 / 0.6);
  }
  .lg\:hover\:bg-green-500\/70:hover {
    background-color: rgb(34 197 94 / 0.7);
  }
  .lg\:hover\:bg-green-500\/75:hover {
    background-color: rgb(34 197 94 / 0.75);
  }
  .lg\:hover\:bg-green-500\/80:hover {
    background-color: rgb(34 197 94 / 0.8);
  }
  .lg\:hover\:bg-green-500\/90:hover {
    background-color: rgb(34 197 94 / 0.9);
  }
  .lg\:hover\:bg-green-500\/95:hover {
    background-color: rgb(34 197 94 / 0.95);
  }
  .lg\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(22 163 74 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-green-600\/0:hover {
    background-color: rgb(22 163 74 / 0);
  }
  .lg\:hover\:bg-green-600\/10:hover {
    background-color: rgb(22 163 74 / 0.1);
  }
  .lg\:hover\:bg-green-600\/100:hover {
    background-color: rgb(22 163 74 / 1);
  }
  .lg\:hover\:bg-green-600\/20:hover {
    background-color: rgb(22 163 74 / 0.2);
  }
  .lg\:hover\:bg-green-600\/25:hover {
    background-color: rgb(22 163 74 / 0.25);
  }
  .lg\:hover\:bg-green-600\/30:hover {
    background-color: rgb(22 163 74 / 0.3);
  }
  .lg\:hover\:bg-green-600\/40:hover {
    background-color: rgb(22 163 74 / 0.4);
  }
  .lg\:hover\:bg-green-600\/5:hover {
    background-color: rgb(22 163 74 / 0.05);
  }
  .lg\:hover\:bg-green-600\/50:hover {
    background-color: rgb(22 163 74 / 0.5);
  }
  .lg\:hover\:bg-green-600\/60:hover {
    background-color: rgb(22 163 74 / 0.6);
  }
  .lg\:hover\:bg-green-600\/70:hover {
    background-color: rgb(22 163 74 / 0.7);
  }
  .lg\:hover\:bg-green-600\/75:hover {
    background-color: rgb(22 163 74 / 0.75);
  }
  .lg\:hover\:bg-green-600\/80:hover {
    background-color: rgb(22 163 74 / 0.8);
  }
  .lg\:hover\:bg-green-600\/90:hover {
    background-color: rgb(22 163 74 / 0.9);
  }
  .lg\:hover\:bg-green-600\/95:hover {
    background-color: rgb(22 163 74 / 0.95);
  }
  .lg\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(21 128 61 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-green-700\/0:hover {
    background-color: rgb(21 128 61 / 0);
  }
  .lg\:hover\:bg-green-700\/10:hover {
    background-color: rgb(21 128 61 / 0.1);
  }
  .lg\:hover\:bg-green-700\/100:hover {
    background-color: rgb(21 128 61 / 1);
  }
  .lg\:hover\:bg-green-700\/20:hover {
    background-color: rgb(21 128 61 / 0.2);
  }
  .lg\:hover\:bg-green-700\/25:hover {
    background-color: rgb(21 128 61 / 0.25);
  }
  .lg\:hover\:bg-green-700\/30:hover {
    background-color: rgb(21 128 61 / 0.3);
  }
  .lg\:hover\:bg-green-700\/40:hover {
    background-color: rgb(21 128 61 / 0.4);
  }
  .lg\:hover\:bg-green-700\/5:hover {
    background-color: rgb(21 128 61 / 0.05);
  }
  .lg\:hover\:bg-green-700\/50:hover {
    background-color: rgb(21 128 61 / 0.5);
  }
  .lg\:hover\:bg-green-700\/60:hover {
    background-color: rgb(21 128 61 / 0.6);
  }
  .lg\:hover\:bg-green-700\/70:hover {
    background-color: rgb(21 128 61 / 0.7);
  }
  .lg\:hover\:bg-green-700\/75:hover {
    background-color: rgb(21 128 61 / 0.75);
  }
  .lg\:hover\:bg-green-700\/80:hover {
    background-color: rgb(21 128 61 / 0.8);
  }
  .lg\:hover\:bg-green-700\/90:hover {
    background-color: rgb(21 128 61 / 0.9);
  }
  .lg\:hover\:bg-green-700\/95:hover {
    background-color: rgb(21 128 61 / 0.95);
  }
  .lg\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(22 101 52 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-green-800\/0:hover {
    background-color: rgb(22 101 52 / 0);
  }
  .lg\:hover\:bg-green-800\/10:hover {
    background-color: rgb(22 101 52 / 0.1);
  }
  .lg\:hover\:bg-green-800\/100:hover {
    background-color: rgb(22 101 52 / 1);
  }
  .lg\:hover\:bg-green-800\/20:hover {
    background-color: rgb(22 101 52 / 0.2);
  }
  .lg\:hover\:bg-green-800\/25:hover {
    background-color: rgb(22 101 52 / 0.25);
  }
  .lg\:hover\:bg-green-800\/30:hover {
    background-color: rgb(22 101 52 / 0.3);
  }
  .lg\:hover\:bg-green-800\/40:hover {
    background-color: rgb(22 101 52 / 0.4);
  }
  .lg\:hover\:bg-green-800\/5:hover {
    background-color: rgb(22 101 52 / 0.05);
  }
  .lg\:hover\:bg-green-800\/50:hover {
    background-color: rgb(22 101 52 / 0.5);
  }
  .lg\:hover\:bg-green-800\/60:hover {
    background-color: rgb(22 101 52 / 0.6);
  }
  .lg\:hover\:bg-green-800\/70:hover {
    background-color: rgb(22 101 52 / 0.7);
  }
  .lg\:hover\:bg-green-800\/75:hover {
    background-color: rgb(22 101 52 / 0.75);
  }
  .lg\:hover\:bg-green-800\/80:hover {
    background-color: rgb(22 101 52 / 0.8);
  }
  .lg\:hover\:bg-green-800\/90:hover {
    background-color: rgb(22 101 52 / 0.9);
  }
  .lg\:hover\:bg-green-800\/95:hover {
    background-color: rgb(22 101 52 / 0.95);
  }
  .lg\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(20 83 45 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-green-900\/0:hover {
    background-color: rgb(20 83 45 / 0);
  }
  .lg\:hover\:bg-green-900\/10:hover {
    background-color: rgb(20 83 45 / 0.1);
  }
  .lg\:hover\:bg-green-900\/100:hover {
    background-color: rgb(20 83 45 / 1);
  }
  .lg\:hover\:bg-green-900\/20:hover {
    background-color: rgb(20 83 45 / 0.2);
  }
  .lg\:hover\:bg-green-900\/25:hover {
    background-color: rgb(20 83 45 / 0.25);
  }
  .lg\:hover\:bg-green-900\/30:hover {
    background-color: rgb(20 83 45 / 0.3);
  }
  .lg\:hover\:bg-green-900\/40:hover {
    background-color: rgb(20 83 45 / 0.4);
  }
  .lg\:hover\:bg-green-900\/5:hover {
    background-color: rgb(20 83 45 / 0.05);
  }
  .lg\:hover\:bg-green-900\/50:hover {
    background-color: rgb(20 83 45 / 0.5);
  }
  .lg\:hover\:bg-green-900\/60:hover {
    background-color: rgb(20 83 45 / 0.6);
  }
  .lg\:hover\:bg-green-900\/70:hover {
    background-color: rgb(20 83 45 / 0.7);
  }
  .lg\:hover\:bg-green-900\/75:hover {
    background-color: rgb(20 83 45 / 0.75);
  }
  .lg\:hover\:bg-green-900\/80:hover {
    background-color: rgb(20 83 45 / 0.8);
  }
  .lg\:hover\:bg-green-900\/90:hover {
    background-color: rgb(20 83 45 / 0.9);
  }
  .lg\:hover\:bg-green-900\/95:hover {
    background-color: rgb(20 83 45 / 0.95);
  }
  .lg\:hover\:bg-green-950:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(5 46 22 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-green-950\/0:hover {
    background-color: rgb(5 46 22 / 0);
  }
  .lg\:hover\:bg-green-950\/10:hover {
    background-color: rgb(5 46 22 / 0.1);
  }
  .lg\:hover\:bg-green-950\/100:hover {
    background-color: rgb(5 46 22 / 1);
  }
  .lg\:hover\:bg-green-950\/20:hover {
    background-color: rgb(5 46 22 / 0.2);
  }
  .lg\:hover\:bg-green-950\/25:hover {
    background-color: rgb(5 46 22 / 0.25);
  }
  .lg\:hover\:bg-green-950\/30:hover {
    background-color: rgb(5 46 22 / 0.3);
  }
  .lg\:hover\:bg-green-950\/40:hover {
    background-color: rgb(5 46 22 / 0.4);
  }
  .lg\:hover\:bg-green-950\/5:hover {
    background-color: rgb(5 46 22 / 0.05);
  }
  .lg\:hover\:bg-green-950\/50:hover {
    background-color: rgb(5 46 22 / 0.5);
  }
  .lg\:hover\:bg-green-950\/60:hover {
    background-color: rgb(5 46 22 / 0.6);
  }
  .lg\:hover\:bg-green-950\/70:hover {
    background-color: rgb(5 46 22 / 0.7);
  }
  .lg\:hover\:bg-green-950\/75:hover {
    background-color: rgb(5 46 22 / 0.75);
  }
  .lg\:hover\:bg-green-950\/80:hover {
    background-color: rgb(5 46 22 / 0.8);
  }
  .lg\:hover\:bg-green-950\/90:hover {
    background-color: rgb(5 46 22 / 0.9);
  }
  .lg\:hover\:bg-green-950\/95:hover {
    background-color: rgb(5 46 22 / 0.95);
  }
  .lg\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(224 231 255 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-indigo-100\/0:hover {
    background-color: rgb(224 231 255 / 0);
  }
  .lg\:hover\:bg-indigo-100\/10:hover {
    background-color: rgb(224 231 255 / 0.1);
  }
  .lg\:hover\:bg-indigo-100\/100:hover {
    background-color: rgb(224 231 255 / 1);
  }
  .lg\:hover\:bg-indigo-100\/20:hover {
    background-color: rgb(224 231 255 / 0.2);
  }
  .lg\:hover\:bg-indigo-100\/25:hover {
    background-color: rgb(224 231 255 / 0.25);
  }
  .lg\:hover\:bg-indigo-100\/30:hover {
    background-color: rgb(224 231 255 / 0.3);
  }
  .lg\:hover\:bg-indigo-100\/40:hover {
    background-color: rgb(224 231 255 / 0.4);
  }
  .lg\:hover\:bg-indigo-100\/5:hover {
    background-color: rgb(224 231 255 / 0.05);
  }
  .lg\:hover\:bg-indigo-100\/50:hover {
    background-color: rgb(224 231 255 / 0.5);
  }
  .lg\:hover\:bg-indigo-100\/60:hover {
    background-color: rgb(224 231 255 / 0.6);
  }
  .lg\:hover\:bg-indigo-100\/70:hover {
    background-color: rgb(224 231 255 / 0.7);
  }
  .lg\:hover\:bg-indigo-100\/75:hover {
    background-color: rgb(224 231 255 / 0.75);
  }
  .lg\:hover\:bg-indigo-100\/80:hover {
    background-color: rgb(224 231 255 / 0.8);
  }
  .lg\:hover\:bg-indigo-100\/90:hover {
    background-color: rgb(224 231 255 / 0.9);
  }
  .lg\:hover\:bg-indigo-100\/95:hover {
    background-color: rgb(224 231 255 / 0.95);
  }
  .lg\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(199 210 254 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-indigo-200\/0:hover {
    background-color: rgb(199 210 254 / 0);
  }
  .lg\:hover\:bg-indigo-200\/10:hover {
    background-color: rgb(199 210 254 / 0.1);
  }
  .lg\:hover\:bg-indigo-200\/100:hover {
    background-color: rgb(199 210 254 / 1);
  }
  .lg\:hover\:bg-indigo-200\/20:hover {
    background-color: rgb(199 210 254 / 0.2);
  }
  .lg\:hover\:bg-indigo-200\/25:hover {
    background-color: rgb(199 210 254 / 0.25);
  }
  .lg\:hover\:bg-indigo-200\/30:hover {
    background-color: rgb(199 210 254 / 0.3);
  }
  .lg\:hover\:bg-indigo-200\/40:hover {
    background-color: rgb(199 210 254 / 0.4);
  }
  .lg\:hover\:bg-indigo-200\/5:hover {
    background-color: rgb(199 210 254 / 0.05);
  }
  .lg\:hover\:bg-indigo-200\/50:hover {
    background-color: rgb(199 210 254 / 0.5);
  }
  .lg\:hover\:bg-indigo-200\/60:hover {
    background-color: rgb(199 210 254 / 0.6);
  }
  .lg\:hover\:bg-indigo-200\/70:hover {
    background-color: rgb(199 210 254 / 0.7);
  }
  .lg\:hover\:bg-indigo-200\/75:hover {
    background-color: rgb(199 210 254 / 0.75);
  }
  .lg\:hover\:bg-indigo-200\/80:hover {
    background-color: rgb(199 210 254 / 0.8);
  }
  .lg\:hover\:bg-indigo-200\/90:hover {
    background-color: rgb(199 210 254 / 0.9);
  }
  .lg\:hover\:bg-indigo-200\/95:hover {
    background-color: rgb(199 210 254 / 0.95);
  }
  .lg\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(165 180 252 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-indigo-300\/0:hover {
    background-color: rgb(165 180 252 / 0);
  }
  .lg\:hover\:bg-indigo-300\/10:hover {
    background-color: rgb(165 180 252 / 0.1);
  }
  .lg\:hover\:bg-indigo-300\/100:hover {
    background-color: rgb(165 180 252 / 1);
  }
  .lg\:hover\:bg-indigo-300\/20:hover {
    background-color: rgb(165 180 252 / 0.2);
  }
  .lg\:hover\:bg-indigo-300\/25:hover {
    background-color: rgb(165 180 252 / 0.25);
  }
  .lg\:hover\:bg-indigo-300\/30:hover {
    background-color: rgb(165 180 252 / 0.3);
  }
  .lg\:hover\:bg-indigo-300\/40:hover {
    background-color: rgb(165 180 252 / 0.4);
  }
  .lg\:hover\:bg-indigo-300\/5:hover {
    background-color: rgb(165 180 252 / 0.05);
  }
  .lg\:hover\:bg-indigo-300\/50:hover {
    background-color: rgb(165 180 252 / 0.5);
  }
  .lg\:hover\:bg-indigo-300\/60:hover {
    background-color: rgb(165 180 252 / 0.6);
  }
  .lg\:hover\:bg-indigo-300\/70:hover {
    background-color: rgb(165 180 252 / 0.7);
  }
  .lg\:hover\:bg-indigo-300\/75:hover {
    background-color: rgb(165 180 252 / 0.75);
  }
  .lg\:hover\:bg-indigo-300\/80:hover {
    background-color: rgb(165 180 252 / 0.8);
  }
  .lg\:hover\:bg-indigo-300\/90:hover {
    background-color: rgb(165 180 252 / 0.9);
  }
  .lg\:hover\:bg-indigo-300\/95:hover {
    background-color: rgb(165 180 252 / 0.95);
  }
  .lg\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(129 140 248 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-indigo-400\/0:hover {
    background-color: rgb(129 140 248 / 0);
  }
  .lg\:hover\:bg-indigo-400\/10:hover {
    background-color: rgb(129 140 248 / 0.1);
  }
  .lg\:hover\:bg-indigo-400\/100:hover {
    background-color: rgb(129 140 248 / 1);
  }
  .lg\:hover\:bg-indigo-400\/20:hover {
    background-color: rgb(129 140 248 / 0.2);
  }
  .lg\:hover\:bg-indigo-400\/25:hover {
    background-color: rgb(129 140 248 / 0.25);
  }
  .lg\:hover\:bg-indigo-400\/30:hover {
    background-color: rgb(129 140 248 / 0.3);
  }
  .lg\:hover\:bg-indigo-400\/40:hover {
    background-color: rgb(129 140 248 / 0.4);
  }
  .lg\:hover\:bg-indigo-400\/5:hover {
    background-color: rgb(129 140 248 / 0.05);
  }
  .lg\:hover\:bg-indigo-400\/50:hover {
    background-color: rgb(129 140 248 / 0.5);
  }
  .lg\:hover\:bg-indigo-400\/60:hover {
    background-color: rgb(129 140 248 / 0.6);
  }
  .lg\:hover\:bg-indigo-400\/70:hover {
    background-color: rgb(129 140 248 / 0.7);
  }
  .lg\:hover\:bg-indigo-400\/75:hover {
    background-color: rgb(129 140 248 / 0.75);
  }
  .lg\:hover\:bg-indigo-400\/80:hover {
    background-color: rgb(129 140 248 / 0.8);
  }
  .lg\:hover\:bg-indigo-400\/90:hover {
    background-color: rgb(129 140 248 / 0.9);
  }
  .lg\:hover\:bg-indigo-400\/95:hover {
    background-color: rgb(129 140 248 / 0.95);
  }
  .lg\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(238 242 255 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-indigo-50\/0:hover {
    background-color: rgb(238 242 255 / 0);
  }
  .lg\:hover\:bg-indigo-50\/10:hover {
    background-color: rgb(238 242 255 / 0.1);
  }
  .lg\:hover\:bg-indigo-50\/100:hover {
    background-color: rgb(238 242 255 / 1);
  }
  .lg\:hover\:bg-indigo-50\/20:hover {
    background-color: rgb(238 242 255 / 0.2);
  }
  .lg\:hover\:bg-indigo-50\/25:hover {
    background-color: rgb(238 242 255 / 0.25);
  }
  .lg\:hover\:bg-indigo-50\/30:hover {
    background-color: rgb(238 242 255 / 0.3);
  }
  .lg\:hover\:bg-indigo-50\/40:hover {
    background-color: rgb(238 242 255 / 0.4);
  }
  .lg\:hover\:bg-indigo-50\/5:hover {
    background-color: rgb(238 242 255 / 0.05);
  }
  .lg\:hover\:bg-indigo-50\/50:hover {
    background-color: rgb(238 242 255 / 0.5);
  }
  .lg\:hover\:bg-indigo-50\/60:hover {
    background-color: rgb(238 242 255 / 0.6);
  }
  .lg\:hover\:bg-indigo-50\/70:hover {
    background-color: rgb(238 242 255 / 0.7);
  }
  .lg\:hover\:bg-indigo-50\/75:hover {
    background-color: rgb(238 242 255 / 0.75);
  }
  .lg\:hover\:bg-indigo-50\/80:hover {
    background-color: rgb(238 242 255 / 0.8);
  }
  .lg\:hover\:bg-indigo-50\/90:hover {
    background-color: rgb(238 242 255 / 0.9);
  }
  .lg\:hover\:bg-indigo-50\/95:hover {
    background-color: rgb(238 242 255 / 0.95);
  }
  .lg\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(99 102 241 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-indigo-500\/0:hover {
    background-color: rgb(99 102 241 / 0);
  }
  .lg\:hover\:bg-indigo-500\/10:hover {
    background-color: rgb(99 102 241 / 0.1);
  }
  .lg\:hover\:bg-indigo-500\/100:hover {
    background-color: rgb(99 102 241 / 1);
  }
  .lg\:hover\:bg-indigo-500\/20:hover {
    background-color: rgb(99 102 241 / 0.2);
  }
  .lg\:hover\:bg-indigo-500\/25:hover {
    background-color: rgb(99 102 241 / 0.25);
  }
  .lg\:hover\:bg-indigo-500\/30:hover {
    background-color: rgb(99 102 241 / 0.3);
  }
  .lg\:hover\:bg-indigo-500\/40:hover {
    background-color: rgb(99 102 241 / 0.4);
  }
  .lg\:hover\:bg-indigo-500\/5:hover {
    background-color: rgb(99 102 241 / 0.05);
  }
  .lg\:hover\:bg-indigo-500\/50:hover {
    background-color: rgb(99 102 241 / 0.5);
  }
  .lg\:hover\:bg-indigo-500\/60:hover {
    background-color: rgb(99 102 241 / 0.6);
  }
  .lg\:hover\:bg-indigo-500\/70:hover {
    background-color: rgb(99 102 241 / 0.7);
  }
  .lg\:hover\:bg-indigo-500\/75:hover {
    background-color: rgb(99 102 241 / 0.75);
  }
  .lg\:hover\:bg-indigo-500\/80:hover {
    background-color: rgb(99 102 241 / 0.8);
  }
  .lg\:hover\:bg-indigo-500\/90:hover {
    background-color: rgb(99 102 241 / 0.9);
  }
  .lg\:hover\:bg-indigo-500\/95:hover {
    background-color: rgb(99 102 241 / 0.95);
  }
  .lg\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(79 70 229 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-indigo-600\/0:hover {
    background-color: rgb(79 70 229 / 0);
  }
  .lg\:hover\:bg-indigo-600\/10:hover {
    background-color: rgb(79 70 229 / 0.1);
  }
  .lg\:hover\:bg-indigo-600\/100:hover {
    background-color: rgb(79 70 229 / 1);
  }
  .lg\:hover\:bg-indigo-600\/20:hover {
    background-color: rgb(79 70 229 / 0.2);
  }
  .lg\:hover\:bg-indigo-600\/25:hover {
    background-color: rgb(79 70 229 / 0.25);
  }
  .lg\:hover\:bg-indigo-600\/30:hover {
    background-color: rgb(79 70 229 / 0.3);
  }
  .lg\:hover\:bg-indigo-600\/40:hover {
    background-color: rgb(79 70 229 / 0.4);
  }
  .lg\:hover\:bg-indigo-600\/5:hover {
    background-color: rgb(79 70 229 / 0.05);
  }
  .lg\:hover\:bg-indigo-600\/50:hover {
    background-color: rgb(79 70 229 / 0.5);
  }
  .lg\:hover\:bg-indigo-600\/60:hover {
    background-color: rgb(79 70 229 / 0.6);
  }
  .lg\:hover\:bg-indigo-600\/70:hover {
    background-color: rgb(79 70 229 / 0.7);
  }
  .lg\:hover\:bg-indigo-600\/75:hover {
    background-color: rgb(79 70 229 / 0.75);
  }
  .lg\:hover\:bg-indigo-600\/80:hover {
    background-color: rgb(79 70 229 / 0.8);
  }
  .lg\:hover\:bg-indigo-600\/90:hover {
    background-color: rgb(79 70 229 / 0.9);
  }
  .lg\:hover\:bg-indigo-600\/95:hover {
    background-color: rgb(79 70 229 / 0.95);
  }
  .lg\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(67 56 202 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-indigo-700\/0:hover {
    background-color: rgb(67 56 202 / 0);
  }
  .lg\:hover\:bg-indigo-700\/10:hover {
    background-color: rgb(67 56 202 / 0.1);
  }
  .lg\:hover\:bg-indigo-700\/100:hover {
    background-color: rgb(67 56 202 / 1);
  }
  .lg\:hover\:bg-indigo-700\/20:hover {
    background-color: rgb(67 56 202 / 0.2);
  }
  .lg\:hover\:bg-indigo-700\/25:hover {
    background-color: rgb(67 56 202 / 0.25);
  }
  .lg\:hover\:bg-indigo-700\/30:hover {
    background-color: rgb(67 56 202 / 0.3);
  }
  .lg\:hover\:bg-indigo-700\/40:hover {
    background-color: rgb(67 56 202 / 0.4);
  }
  .lg\:hover\:bg-indigo-700\/5:hover {
    background-color: rgb(67 56 202 / 0.05);
  }
  .lg\:hover\:bg-indigo-700\/50:hover {
    background-color: rgb(67 56 202 / 0.5);
  }
  .lg\:hover\:bg-indigo-700\/60:hover {
    background-color: rgb(67 56 202 / 0.6);
  }
  .lg\:hover\:bg-indigo-700\/70:hover {
    background-color: rgb(67 56 202 / 0.7);
  }
  .lg\:hover\:bg-indigo-700\/75:hover {
    background-color: rgb(67 56 202 / 0.75);
  }
  .lg\:hover\:bg-indigo-700\/80:hover {
    background-color: rgb(67 56 202 / 0.8);
  }
  .lg\:hover\:bg-indigo-700\/90:hover {
    background-color: rgb(67 56 202 / 0.9);
  }
  .lg\:hover\:bg-indigo-700\/95:hover {
    background-color: rgb(67 56 202 / 0.95);
  }
  .lg\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(55 48 163 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-indigo-800\/0:hover {
    background-color: rgb(55 48 163 / 0);
  }
  .lg\:hover\:bg-indigo-800\/10:hover {
    background-color: rgb(55 48 163 / 0.1);
  }
  .lg\:hover\:bg-indigo-800\/100:hover {
    background-color: rgb(55 48 163 / 1);
  }
  .lg\:hover\:bg-indigo-800\/20:hover {
    background-color: rgb(55 48 163 / 0.2);
  }
  .lg\:hover\:bg-indigo-800\/25:hover {
    background-color: rgb(55 48 163 / 0.25);
  }
  .lg\:hover\:bg-indigo-800\/30:hover {
    background-color: rgb(55 48 163 / 0.3);
  }
  .lg\:hover\:bg-indigo-800\/40:hover {
    background-color: rgb(55 48 163 / 0.4);
  }
  .lg\:hover\:bg-indigo-800\/5:hover {
    background-color: rgb(55 48 163 / 0.05);
  }
  .lg\:hover\:bg-indigo-800\/50:hover {
    background-color: rgb(55 48 163 / 0.5);
  }
  .lg\:hover\:bg-indigo-800\/60:hover {
    background-color: rgb(55 48 163 / 0.6);
  }
  .lg\:hover\:bg-indigo-800\/70:hover {
    background-color: rgb(55 48 163 / 0.7);
  }
  .lg\:hover\:bg-indigo-800\/75:hover {
    background-color: rgb(55 48 163 / 0.75);
  }
  .lg\:hover\:bg-indigo-800\/80:hover {
    background-color: rgb(55 48 163 / 0.8);
  }
  .lg\:hover\:bg-indigo-800\/90:hover {
    background-color: rgb(55 48 163 / 0.9);
  }
  .lg\:hover\:bg-indigo-800\/95:hover {
    background-color: rgb(55 48 163 / 0.95);
  }
  .lg\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(49 46 129 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-indigo-900\/0:hover {
    background-color: rgb(49 46 129 / 0);
  }
  .lg\:hover\:bg-indigo-900\/10:hover {
    background-color: rgb(49 46 129 / 0.1);
  }
  .lg\:hover\:bg-indigo-900\/100:hover {
    background-color: rgb(49 46 129 / 1);
  }
  .lg\:hover\:bg-indigo-900\/20:hover {
    background-color: rgb(49 46 129 / 0.2);
  }
  .lg\:hover\:bg-indigo-900\/25:hover {
    background-color: rgb(49 46 129 / 0.25);
  }
  .lg\:hover\:bg-indigo-900\/30:hover {
    background-color: rgb(49 46 129 / 0.3);
  }
  .lg\:hover\:bg-indigo-900\/40:hover {
    background-color: rgb(49 46 129 / 0.4);
  }
  .lg\:hover\:bg-indigo-900\/5:hover {
    background-color: rgb(49 46 129 / 0.05);
  }
  .lg\:hover\:bg-indigo-900\/50:hover {
    background-color: rgb(49 46 129 / 0.5);
  }
  .lg\:hover\:bg-indigo-900\/60:hover {
    background-color: rgb(49 46 129 / 0.6);
  }
  .lg\:hover\:bg-indigo-900\/70:hover {
    background-color: rgb(49 46 129 / 0.7);
  }
  .lg\:hover\:bg-indigo-900\/75:hover {
    background-color: rgb(49 46 129 / 0.75);
  }
  .lg\:hover\:bg-indigo-900\/80:hover {
    background-color: rgb(49 46 129 / 0.8);
  }
  .lg\:hover\:bg-indigo-900\/90:hover {
    background-color: rgb(49 46 129 / 0.9);
  }
  .lg\:hover\:bg-indigo-900\/95:hover {
    background-color: rgb(49 46 129 / 0.95);
  }
  .lg\:hover\:bg-indigo-950:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(30 27 75 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-indigo-950\/0:hover {
    background-color: rgb(30 27 75 / 0);
  }
  .lg\:hover\:bg-indigo-950\/10:hover {
    background-color: rgb(30 27 75 / 0.1);
  }
  .lg\:hover\:bg-indigo-950\/100:hover {
    background-color: rgb(30 27 75 / 1);
  }
  .lg\:hover\:bg-indigo-950\/20:hover {
    background-color: rgb(30 27 75 / 0.2);
  }
  .lg\:hover\:bg-indigo-950\/25:hover {
    background-color: rgb(30 27 75 / 0.25);
  }
  .lg\:hover\:bg-indigo-950\/30:hover {
    background-color: rgb(30 27 75 / 0.3);
  }
  .lg\:hover\:bg-indigo-950\/40:hover {
    background-color: rgb(30 27 75 / 0.4);
  }
  .lg\:hover\:bg-indigo-950\/5:hover {
    background-color: rgb(30 27 75 / 0.05);
  }
  .lg\:hover\:bg-indigo-950\/50:hover {
    background-color: rgb(30 27 75 / 0.5);
  }
  .lg\:hover\:bg-indigo-950\/60:hover {
    background-color: rgb(30 27 75 / 0.6);
  }
  .lg\:hover\:bg-indigo-950\/70:hover {
    background-color: rgb(30 27 75 / 0.7);
  }
  .lg\:hover\:bg-indigo-950\/75:hover {
    background-color: rgb(30 27 75 / 0.75);
  }
  .lg\:hover\:bg-indigo-950\/80:hover {
    background-color: rgb(30 27 75 / 0.8);
  }
  .lg\:hover\:bg-indigo-950\/90:hover {
    background-color: rgb(30 27 75 / 0.9);
  }
  .lg\:hover\:bg-indigo-950\/95:hover {
    background-color: rgb(30 27 75 / 0.95);
  }
  .lg\:hover\:bg-inherit:hover {
    background-color: inherit;
  }
  .lg\:hover\:bg-interbeauty-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 197 175 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-interbeauty-100\/0:hover {
    background-color: rgb(249 197 175 / 0);
  }
  .lg\:hover\:bg-interbeauty-100\/10:hover {
    background-color: rgb(249 197 175 / 0.1);
  }
  .lg\:hover\:bg-interbeauty-100\/100:hover {
    background-color: rgb(249 197 175 / 1);
  }
  .lg\:hover\:bg-interbeauty-100\/20:hover {
    background-color: rgb(249 197 175 / 0.2);
  }
  .lg\:hover\:bg-interbeauty-100\/25:hover {
    background-color: rgb(249 197 175 / 0.25);
  }
  .lg\:hover\:bg-interbeauty-100\/30:hover {
    background-color: rgb(249 197 175 / 0.3);
  }
  .lg\:hover\:bg-interbeauty-100\/40:hover {
    background-color: rgb(249 197 175 / 0.4);
  }
  .lg\:hover\:bg-interbeauty-100\/5:hover {
    background-color: rgb(249 197 175 / 0.05);
  }
  .lg\:hover\:bg-interbeauty-100\/50:hover {
    background-color: rgb(249 197 175 / 0.5);
  }
  .lg\:hover\:bg-interbeauty-100\/60:hover {
    background-color: rgb(249 197 175 / 0.6);
  }
  .lg\:hover\:bg-interbeauty-100\/70:hover {
    background-color: rgb(249 197 175 / 0.7);
  }
  .lg\:hover\:bg-interbeauty-100\/75:hover {
    background-color: rgb(249 197 175 / 0.75);
  }
  .lg\:hover\:bg-interbeauty-100\/80:hover {
    background-color: rgb(249 197 175 / 0.8);
  }
  .lg\:hover\:bg-interbeauty-100\/90:hover {
    background-color: rgb(249 197 175 / 0.9);
  }
  .lg\:hover\:bg-interbeauty-100\/95:hover {
    background-color: rgb(249 197 175 / 0.95);
  }
  .lg\:hover\:bg-interbeauty-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(241 182 191 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-interbeauty-200\/0:hover {
    background-color: rgb(241 182 191 / 0);
  }
  .lg\:hover\:bg-interbeauty-200\/10:hover {
    background-color: rgb(241 182 191 / 0.1);
  }
  .lg\:hover\:bg-interbeauty-200\/100:hover {
    background-color: rgb(241 182 191 / 1);
  }
  .lg\:hover\:bg-interbeauty-200\/20:hover {
    background-color: rgb(241 182 191 / 0.2);
  }
  .lg\:hover\:bg-interbeauty-200\/25:hover {
    background-color: rgb(241 182 191 / 0.25);
  }
  .lg\:hover\:bg-interbeauty-200\/30:hover {
    background-color: rgb(241 182 191 / 0.3);
  }
  .lg\:hover\:bg-interbeauty-200\/40:hover {
    background-color: rgb(241 182 191 / 0.4);
  }
  .lg\:hover\:bg-interbeauty-200\/5:hover {
    background-color: rgb(241 182 191 / 0.05);
  }
  .lg\:hover\:bg-interbeauty-200\/50:hover {
    background-color: rgb(241 182 191 / 0.5);
  }
  .lg\:hover\:bg-interbeauty-200\/60:hover {
    background-color: rgb(241 182 191 / 0.6);
  }
  .lg\:hover\:bg-interbeauty-200\/70:hover {
    background-color: rgb(241 182 191 / 0.7);
  }
  .lg\:hover\:bg-interbeauty-200\/75:hover {
    background-color: rgb(241 182 191 / 0.75);
  }
  .lg\:hover\:bg-interbeauty-200\/80:hover {
    background-color: rgb(241 182 191 / 0.8);
  }
  .lg\:hover\:bg-interbeauty-200\/90:hover {
    background-color: rgb(241 182 191 / 0.9);
  }
  .lg\:hover\:bg-interbeauty-200\/95:hover {
    background-color: rgb(241 182 191 / 0.95);
  }
  .lg\:hover\:bg-interbeauty-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(182 219 231 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-interbeauty-300\/0:hover {
    background-color: rgb(182 219 231 / 0);
  }
  .lg\:hover\:bg-interbeauty-300\/10:hover {
    background-color: rgb(182 219 231 / 0.1);
  }
  .lg\:hover\:bg-interbeauty-300\/100:hover {
    background-color: rgb(182 219 231 / 1);
  }
  .lg\:hover\:bg-interbeauty-300\/20:hover {
    background-color: rgb(182 219 231 / 0.2);
  }
  .lg\:hover\:bg-interbeauty-300\/25:hover {
    background-color: rgb(182 219 231 / 0.25);
  }
  .lg\:hover\:bg-interbeauty-300\/30:hover {
    background-color: rgb(182 219 231 / 0.3);
  }
  .lg\:hover\:bg-interbeauty-300\/40:hover {
    background-color: rgb(182 219 231 / 0.4);
  }
  .lg\:hover\:bg-interbeauty-300\/5:hover {
    background-color: rgb(182 219 231 / 0.05);
  }
  .lg\:hover\:bg-interbeauty-300\/50:hover {
    background-color: rgb(182 219 231 / 0.5);
  }
  .lg\:hover\:bg-interbeauty-300\/60:hover {
    background-color: rgb(182 219 231 / 0.6);
  }
  .lg\:hover\:bg-interbeauty-300\/70:hover {
    background-color: rgb(182 219 231 / 0.7);
  }
  .lg\:hover\:bg-interbeauty-300\/75:hover {
    background-color: rgb(182 219 231 / 0.75);
  }
  .lg\:hover\:bg-interbeauty-300\/80:hover {
    background-color: rgb(182 219 231 / 0.8);
  }
  .lg\:hover\:bg-interbeauty-300\/90:hover {
    background-color: rgb(182 219 231 / 0.9);
  }
  .lg\:hover\:bg-interbeauty-300\/95:hover {
    background-color: rgb(182 219 231 / 0.95);
  }
  .lg\:hover\:bg-interbeauty-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 250 247 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-interbeauty-400\/0:hover {
    background-color: rgb(254 250 247 / 0);
  }
  .lg\:hover\:bg-interbeauty-400\/10:hover {
    background-color: rgb(254 250 247 / 0.1);
  }
  .lg\:hover\:bg-interbeauty-400\/100:hover {
    background-color: rgb(254 250 247 / 1);
  }
  .lg\:hover\:bg-interbeauty-400\/20:hover {
    background-color: rgb(254 250 247 / 0.2);
  }
  .lg\:hover\:bg-interbeauty-400\/25:hover {
    background-color: rgb(254 250 247 / 0.25);
  }
  .lg\:hover\:bg-interbeauty-400\/30:hover {
    background-color: rgb(254 250 247 / 0.3);
  }
  .lg\:hover\:bg-interbeauty-400\/40:hover {
    background-color: rgb(254 250 247 / 0.4);
  }
  .lg\:hover\:bg-interbeauty-400\/5:hover {
    background-color: rgb(254 250 247 / 0.05);
  }
  .lg\:hover\:bg-interbeauty-400\/50:hover {
    background-color: rgb(254 250 247 / 0.5);
  }
  .lg\:hover\:bg-interbeauty-400\/60:hover {
    background-color: rgb(254 250 247 / 0.6);
  }
  .lg\:hover\:bg-interbeauty-400\/70:hover {
    background-color: rgb(254 250 247 / 0.7);
  }
  .lg\:hover\:bg-interbeauty-400\/75:hover {
    background-color: rgb(254 250 247 / 0.75);
  }
  .lg\:hover\:bg-interbeauty-400\/80:hover {
    background-color: rgb(254 250 247 / 0.8);
  }
  .lg\:hover\:bg-interbeauty-400\/90:hover {
    background-color: rgb(254 250 247 / 0.9);
  }
  .lg\:hover\:bg-interbeauty-400\/95:hover {
    background-color: rgb(254 250 247 / 0.95);
  }
  .lg\:hover\:bg-interbeauty-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(193 225 224 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-interbeauty-500\/0:hover {
    background-color: rgb(193 225 224 / 0);
  }
  .lg\:hover\:bg-interbeauty-500\/10:hover {
    background-color: rgb(193 225 224 / 0.1);
  }
  .lg\:hover\:bg-interbeauty-500\/100:hover {
    background-color: rgb(193 225 224 / 1);
  }
  .lg\:hover\:bg-interbeauty-500\/20:hover {
    background-color: rgb(193 225 224 / 0.2);
  }
  .lg\:hover\:bg-interbeauty-500\/25:hover {
    background-color: rgb(193 225 224 / 0.25);
  }
  .lg\:hover\:bg-interbeauty-500\/30:hover {
    background-color: rgb(193 225 224 / 0.3);
  }
  .lg\:hover\:bg-interbeauty-500\/40:hover {
    background-color: rgb(193 225 224 / 0.4);
  }
  .lg\:hover\:bg-interbeauty-500\/5:hover {
    background-color: rgb(193 225 224 / 0.05);
  }
  .lg\:hover\:bg-interbeauty-500\/50:hover {
    background-color: rgb(193 225 224 / 0.5);
  }
  .lg\:hover\:bg-interbeauty-500\/60:hover {
    background-color: rgb(193 225 224 / 0.6);
  }
  .lg\:hover\:bg-interbeauty-500\/70:hover {
    background-color: rgb(193 225 224 / 0.7);
  }
  .lg\:hover\:bg-interbeauty-500\/75:hover {
    background-color: rgb(193 225 224 / 0.75);
  }
  .lg\:hover\:bg-interbeauty-500\/80:hover {
    background-color: rgb(193 225 224 / 0.8);
  }
  .lg\:hover\:bg-interbeauty-500\/90:hover {
    background-color: rgb(193 225 224 / 0.9);
  }
  .lg\:hover\:bg-interbeauty-500\/95:hover {
    background-color: rgb(193 225 224 / 0.95);
  }
  .lg\:hover\:bg-interbeauty-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(88 88 94 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-interbeauty-600\/0:hover {
    background-color: rgb(88 88 94 / 0);
  }
  .lg\:hover\:bg-interbeauty-600\/10:hover {
    background-color: rgb(88 88 94 / 0.1);
  }
  .lg\:hover\:bg-interbeauty-600\/100:hover {
    background-color: rgb(88 88 94 / 1);
  }
  .lg\:hover\:bg-interbeauty-600\/20:hover {
    background-color: rgb(88 88 94 / 0.2);
  }
  .lg\:hover\:bg-interbeauty-600\/25:hover {
    background-color: rgb(88 88 94 / 0.25);
  }
  .lg\:hover\:bg-interbeauty-600\/30:hover {
    background-color: rgb(88 88 94 / 0.3);
  }
  .lg\:hover\:bg-interbeauty-600\/40:hover {
    background-color: rgb(88 88 94 / 0.4);
  }
  .lg\:hover\:bg-interbeauty-600\/5:hover {
    background-color: rgb(88 88 94 / 0.05);
  }
  .lg\:hover\:bg-interbeauty-600\/50:hover {
    background-color: rgb(88 88 94 / 0.5);
  }
  .lg\:hover\:bg-interbeauty-600\/60:hover {
    background-color: rgb(88 88 94 / 0.6);
  }
  .lg\:hover\:bg-interbeauty-600\/70:hover {
    background-color: rgb(88 88 94 / 0.7);
  }
  .lg\:hover\:bg-interbeauty-600\/75:hover {
    background-color: rgb(88 88 94 / 0.75);
  }
  .lg\:hover\:bg-interbeauty-600\/80:hover {
    background-color: rgb(88 88 94 / 0.8);
  }
  .lg\:hover\:bg-interbeauty-600\/90:hover {
    background-color: rgb(88 88 94 / 0.9);
  }
  .lg\:hover\:bg-interbeauty-600\/95:hover {
    background-color: rgb(88 88 94 / 0.95);
  }
  .lg\:hover\:bg-ipnvaluers-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 40 87 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-ipnvaluers-200\/0:hover {
    background-color: rgb(0 40 87 / 0);
  }
  .lg\:hover\:bg-ipnvaluers-200\/10:hover {
    background-color: rgb(0 40 87 / 0.1);
  }
  .lg\:hover\:bg-ipnvaluers-200\/100:hover {
    background-color: rgb(0 40 87 / 1);
  }
  .lg\:hover\:bg-ipnvaluers-200\/20:hover {
    background-color: rgb(0 40 87 / 0.2);
  }
  .lg\:hover\:bg-ipnvaluers-200\/25:hover {
    background-color: rgb(0 40 87 / 0.25);
  }
  .lg\:hover\:bg-ipnvaluers-200\/30:hover {
    background-color: rgb(0 40 87 / 0.3);
  }
  .lg\:hover\:bg-ipnvaluers-200\/40:hover {
    background-color: rgb(0 40 87 / 0.4);
  }
  .lg\:hover\:bg-ipnvaluers-200\/5:hover {
    background-color: rgb(0 40 87 / 0.05);
  }
  .lg\:hover\:bg-ipnvaluers-200\/50:hover {
    background-color: rgb(0 40 87 / 0.5);
  }
  .lg\:hover\:bg-ipnvaluers-200\/60:hover {
    background-color: rgb(0 40 87 / 0.6);
  }
  .lg\:hover\:bg-ipnvaluers-200\/70:hover {
    background-color: rgb(0 40 87 / 0.7);
  }
  .lg\:hover\:bg-ipnvaluers-200\/75:hover {
    background-color: rgb(0 40 87 / 0.75);
  }
  .lg\:hover\:bg-ipnvaluers-200\/80:hover {
    background-color: rgb(0 40 87 / 0.8);
  }
  .lg\:hover\:bg-ipnvaluers-200\/90:hover {
    background-color: rgb(0 40 87 / 0.9);
  }
  .lg\:hover\:bg-ipnvaluers-200\/95:hover {
    background-color: rgb(0 40 87 / 0.95);
  }
  .lg\:hover\:bg-ipnvaluers-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(196 107 22 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-ipnvaluers-400\/0:hover {
    background-color: rgb(196 107 22 / 0);
  }
  .lg\:hover\:bg-ipnvaluers-400\/10:hover {
    background-color: rgb(196 107 22 / 0.1);
  }
  .lg\:hover\:bg-ipnvaluers-400\/100:hover {
    background-color: rgb(196 107 22 / 1);
  }
  .lg\:hover\:bg-ipnvaluers-400\/20:hover {
    background-color: rgb(196 107 22 / 0.2);
  }
  .lg\:hover\:bg-ipnvaluers-400\/25:hover {
    background-color: rgb(196 107 22 / 0.25);
  }
  .lg\:hover\:bg-ipnvaluers-400\/30:hover {
    background-color: rgb(196 107 22 / 0.3);
  }
  .lg\:hover\:bg-ipnvaluers-400\/40:hover {
    background-color: rgb(196 107 22 / 0.4);
  }
  .lg\:hover\:bg-ipnvaluers-400\/5:hover {
    background-color: rgb(196 107 22 / 0.05);
  }
  .lg\:hover\:bg-ipnvaluers-400\/50:hover {
    background-color: rgb(196 107 22 / 0.5);
  }
  .lg\:hover\:bg-ipnvaluers-400\/60:hover {
    background-color: rgb(196 107 22 / 0.6);
  }
  .lg\:hover\:bg-ipnvaluers-400\/70:hover {
    background-color: rgb(196 107 22 / 0.7);
  }
  .lg\:hover\:bg-ipnvaluers-400\/75:hover {
    background-color: rgb(196 107 22 / 0.75);
  }
  .lg\:hover\:bg-ipnvaluers-400\/80:hover {
    background-color: rgb(196 107 22 / 0.8);
  }
  .lg\:hover\:bg-ipnvaluers-400\/90:hover {
    background-color: rgb(196 107 22 / 0.9);
  }
  .lg\:hover\:bg-ipnvaluers-400\/95:hover {
    background-color: rgb(196 107 22 / 0.95);
  }
  .lg\:hover\:bg-ipnvaluers-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(245 174 21 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-ipnvaluers-500\/0:hover {
    background-color: rgb(245 174 21 / 0);
  }
  .lg\:hover\:bg-ipnvaluers-500\/10:hover {
    background-color: rgb(245 174 21 / 0.1);
  }
  .lg\:hover\:bg-ipnvaluers-500\/100:hover {
    background-color: rgb(245 174 21 / 1);
  }
  .lg\:hover\:bg-ipnvaluers-500\/20:hover {
    background-color: rgb(245 174 21 / 0.2);
  }
  .lg\:hover\:bg-ipnvaluers-500\/25:hover {
    background-color: rgb(245 174 21 / 0.25);
  }
  .lg\:hover\:bg-ipnvaluers-500\/30:hover {
    background-color: rgb(245 174 21 / 0.3);
  }
  .lg\:hover\:bg-ipnvaluers-500\/40:hover {
    background-color: rgb(245 174 21 / 0.4);
  }
  .lg\:hover\:bg-ipnvaluers-500\/5:hover {
    background-color: rgb(245 174 21 / 0.05);
  }
  .lg\:hover\:bg-ipnvaluers-500\/50:hover {
    background-color: rgb(245 174 21 / 0.5);
  }
  .lg\:hover\:bg-ipnvaluers-500\/60:hover {
    background-color: rgb(245 174 21 / 0.6);
  }
  .lg\:hover\:bg-ipnvaluers-500\/70:hover {
    background-color: rgb(245 174 21 / 0.7);
  }
  .lg\:hover\:bg-ipnvaluers-500\/75:hover {
    background-color: rgb(245 174 21 / 0.75);
  }
  .lg\:hover\:bg-ipnvaluers-500\/80:hover {
    background-color: rgb(245 174 21 / 0.8);
  }
  .lg\:hover\:bg-ipnvaluers-500\/90:hover {
    background-color: rgb(245 174 21 / 0.9);
  }
  .lg\:hover\:bg-ipnvaluers-500\/95:hover {
    background-color: rgb(245 174 21 / 0.95);
  }
  .lg\:hover\:bg-jukejam-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(250 210 101 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-jukejam-500\/0:hover {
    background-color: rgb(250 210 101 / 0);
  }
  .lg\:hover\:bg-jukejam-500\/10:hover {
    background-color: rgb(250 210 101 / 0.1);
  }
  .lg\:hover\:bg-jukejam-500\/100:hover {
    background-color: rgb(250 210 101 / 1);
  }
  .lg\:hover\:bg-jukejam-500\/20:hover {
    background-color: rgb(250 210 101 / 0.2);
  }
  .lg\:hover\:bg-jukejam-500\/25:hover {
    background-color: rgb(250 210 101 / 0.25);
  }
  .lg\:hover\:bg-jukejam-500\/30:hover {
    background-color: rgb(250 210 101 / 0.3);
  }
  .lg\:hover\:bg-jukejam-500\/40:hover {
    background-color: rgb(250 210 101 / 0.4);
  }
  .lg\:hover\:bg-jukejam-500\/5:hover {
    background-color: rgb(250 210 101 / 0.05);
  }
  .lg\:hover\:bg-jukejam-500\/50:hover {
    background-color: rgb(250 210 101 / 0.5);
  }
  .lg\:hover\:bg-jukejam-500\/60:hover {
    background-color: rgb(250 210 101 / 0.6);
  }
  .lg\:hover\:bg-jukejam-500\/70:hover {
    background-color: rgb(250 210 101 / 0.7);
  }
  .lg\:hover\:bg-jukejam-500\/75:hover {
    background-color: rgb(250 210 101 / 0.75);
  }
  .lg\:hover\:bg-jukejam-500\/80:hover {
    background-color: rgb(250 210 101 / 0.8);
  }
  .lg\:hover\:bg-jukejam-500\/90:hover {
    background-color: rgb(250 210 101 / 0.9);
  }
  .lg\:hover\:bg-jukejam-500\/95:hover {
    background-color: rgb(250 210 101 / 0.95);
  }
  .lg\:hover\:bg-lime-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(236 252 203 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-lime-100\/0:hover {
    background-color: rgb(236 252 203 / 0);
  }
  .lg\:hover\:bg-lime-100\/10:hover {
    background-color: rgb(236 252 203 / 0.1);
  }
  .lg\:hover\:bg-lime-100\/100:hover {
    background-color: rgb(236 252 203 / 1);
  }
  .lg\:hover\:bg-lime-100\/20:hover {
    background-color: rgb(236 252 203 / 0.2);
  }
  .lg\:hover\:bg-lime-100\/25:hover {
    background-color: rgb(236 252 203 / 0.25);
  }
  .lg\:hover\:bg-lime-100\/30:hover {
    background-color: rgb(236 252 203 / 0.3);
  }
  .lg\:hover\:bg-lime-100\/40:hover {
    background-color: rgb(236 252 203 / 0.4);
  }
  .lg\:hover\:bg-lime-100\/5:hover {
    background-color: rgb(236 252 203 / 0.05);
  }
  .lg\:hover\:bg-lime-100\/50:hover {
    background-color: rgb(236 252 203 / 0.5);
  }
  .lg\:hover\:bg-lime-100\/60:hover {
    background-color: rgb(236 252 203 / 0.6);
  }
  .lg\:hover\:bg-lime-100\/70:hover {
    background-color: rgb(236 252 203 / 0.7);
  }
  .lg\:hover\:bg-lime-100\/75:hover {
    background-color: rgb(236 252 203 / 0.75);
  }
  .lg\:hover\:bg-lime-100\/80:hover {
    background-color: rgb(236 252 203 / 0.8);
  }
  .lg\:hover\:bg-lime-100\/90:hover {
    background-color: rgb(236 252 203 / 0.9);
  }
  .lg\:hover\:bg-lime-100\/95:hover {
    background-color: rgb(236 252 203 / 0.95);
  }
  .lg\:hover\:bg-lime-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(217 249 157 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-lime-200\/0:hover {
    background-color: rgb(217 249 157 / 0);
  }
  .lg\:hover\:bg-lime-200\/10:hover {
    background-color: rgb(217 249 157 / 0.1);
  }
  .lg\:hover\:bg-lime-200\/100:hover {
    background-color: rgb(217 249 157 / 1);
  }
  .lg\:hover\:bg-lime-200\/20:hover {
    background-color: rgb(217 249 157 / 0.2);
  }
  .lg\:hover\:bg-lime-200\/25:hover {
    background-color: rgb(217 249 157 / 0.25);
  }
  .lg\:hover\:bg-lime-200\/30:hover {
    background-color: rgb(217 249 157 / 0.3);
  }
  .lg\:hover\:bg-lime-200\/40:hover {
    background-color: rgb(217 249 157 / 0.4);
  }
  .lg\:hover\:bg-lime-200\/5:hover {
    background-color: rgb(217 249 157 / 0.05);
  }
  .lg\:hover\:bg-lime-200\/50:hover {
    background-color: rgb(217 249 157 / 0.5);
  }
  .lg\:hover\:bg-lime-200\/60:hover {
    background-color: rgb(217 249 157 / 0.6);
  }
  .lg\:hover\:bg-lime-200\/70:hover {
    background-color: rgb(217 249 157 / 0.7);
  }
  .lg\:hover\:bg-lime-200\/75:hover {
    background-color: rgb(217 249 157 / 0.75);
  }
  .lg\:hover\:bg-lime-200\/80:hover {
    background-color: rgb(217 249 157 / 0.8);
  }
  .lg\:hover\:bg-lime-200\/90:hover {
    background-color: rgb(217 249 157 / 0.9);
  }
  .lg\:hover\:bg-lime-200\/95:hover {
    background-color: rgb(217 249 157 / 0.95);
  }
  .lg\:hover\:bg-lime-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(190 242 100 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-lime-300\/0:hover {
    background-color: rgb(190 242 100 / 0);
  }
  .lg\:hover\:bg-lime-300\/10:hover {
    background-color: rgb(190 242 100 / 0.1);
  }
  .lg\:hover\:bg-lime-300\/100:hover {
    background-color: rgb(190 242 100 / 1);
  }
  .lg\:hover\:bg-lime-300\/20:hover {
    background-color: rgb(190 242 100 / 0.2);
  }
  .lg\:hover\:bg-lime-300\/25:hover {
    background-color: rgb(190 242 100 / 0.25);
  }
  .lg\:hover\:bg-lime-300\/30:hover {
    background-color: rgb(190 242 100 / 0.3);
  }
  .lg\:hover\:bg-lime-300\/40:hover {
    background-color: rgb(190 242 100 / 0.4);
  }
  .lg\:hover\:bg-lime-300\/5:hover {
    background-color: rgb(190 242 100 / 0.05);
  }
  .lg\:hover\:bg-lime-300\/50:hover {
    background-color: rgb(190 242 100 / 0.5);
  }
  .lg\:hover\:bg-lime-300\/60:hover {
    background-color: rgb(190 242 100 / 0.6);
  }
  .lg\:hover\:bg-lime-300\/70:hover {
    background-color: rgb(190 242 100 / 0.7);
  }
  .lg\:hover\:bg-lime-300\/75:hover {
    background-color: rgb(190 242 100 / 0.75);
  }
  .lg\:hover\:bg-lime-300\/80:hover {
    background-color: rgb(190 242 100 / 0.8);
  }
  .lg\:hover\:bg-lime-300\/90:hover {
    background-color: rgb(190 242 100 / 0.9);
  }
  .lg\:hover\:bg-lime-300\/95:hover {
    background-color: rgb(190 242 100 / 0.95);
  }
  .lg\:hover\:bg-lime-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(163 230 53 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-lime-400\/0:hover {
    background-color: rgb(163 230 53 / 0);
  }
  .lg\:hover\:bg-lime-400\/10:hover {
    background-color: rgb(163 230 53 / 0.1);
  }
  .lg\:hover\:bg-lime-400\/100:hover {
    background-color: rgb(163 230 53 / 1);
  }
  .lg\:hover\:bg-lime-400\/20:hover {
    background-color: rgb(163 230 53 / 0.2);
  }
  .lg\:hover\:bg-lime-400\/25:hover {
    background-color: rgb(163 230 53 / 0.25);
  }
  .lg\:hover\:bg-lime-400\/30:hover {
    background-color: rgb(163 230 53 / 0.3);
  }
  .lg\:hover\:bg-lime-400\/40:hover {
    background-color: rgb(163 230 53 / 0.4);
  }
  .lg\:hover\:bg-lime-400\/5:hover {
    background-color: rgb(163 230 53 / 0.05);
  }
  .lg\:hover\:bg-lime-400\/50:hover {
    background-color: rgb(163 230 53 / 0.5);
  }
  .lg\:hover\:bg-lime-400\/60:hover {
    background-color: rgb(163 230 53 / 0.6);
  }
  .lg\:hover\:bg-lime-400\/70:hover {
    background-color: rgb(163 230 53 / 0.7);
  }
  .lg\:hover\:bg-lime-400\/75:hover {
    background-color: rgb(163 230 53 / 0.75);
  }
  .lg\:hover\:bg-lime-400\/80:hover {
    background-color: rgb(163 230 53 / 0.8);
  }
  .lg\:hover\:bg-lime-400\/90:hover {
    background-color: rgb(163 230 53 / 0.9);
  }
  .lg\:hover\:bg-lime-400\/95:hover {
    background-color: rgb(163 230 53 / 0.95);
  }
  .lg\:hover\:bg-lime-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(247 254 231 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-lime-50\/0:hover {
    background-color: rgb(247 254 231 / 0);
  }
  .lg\:hover\:bg-lime-50\/10:hover {
    background-color: rgb(247 254 231 / 0.1);
  }
  .lg\:hover\:bg-lime-50\/100:hover {
    background-color: rgb(247 254 231 / 1);
  }
  .lg\:hover\:bg-lime-50\/20:hover {
    background-color: rgb(247 254 231 / 0.2);
  }
  .lg\:hover\:bg-lime-50\/25:hover {
    background-color: rgb(247 254 231 / 0.25);
  }
  .lg\:hover\:bg-lime-50\/30:hover {
    background-color: rgb(247 254 231 / 0.3);
  }
  .lg\:hover\:bg-lime-50\/40:hover {
    background-color: rgb(247 254 231 / 0.4);
  }
  .lg\:hover\:bg-lime-50\/5:hover {
    background-color: rgb(247 254 231 / 0.05);
  }
  .lg\:hover\:bg-lime-50\/50:hover {
    background-color: rgb(247 254 231 / 0.5);
  }
  .lg\:hover\:bg-lime-50\/60:hover {
    background-color: rgb(247 254 231 / 0.6);
  }
  .lg\:hover\:bg-lime-50\/70:hover {
    background-color: rgb(247 254 231 / 0.7);
  }
  .lg\:hover\:bg-lime-50\/75:hover {
    background-color: rgb(247 254 231 / 0.75);
  }
  .lg\:hover\:bg-lime-50\/80:hover {
    background-color: rgb(247 254 231 / 0.8);
  }
  .lg\:hover\:bg-lime-50\/90:hover {
    background-color: rgb(247 254 231 / 0.9);
  }
  .lg\:hover\:bg-lime-50\/95:hover {
    background-color: rgb(247 254 231 / 0.95);
  }
  .lg\:hover\:bg-lime-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(132 204 22 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-lime-500\/0:hover {
    background-color: rgb(132 204 22 / 0);
  }
  .lg\:hover\:bg-lime-500\/10:hover {
    background-color: rgb(132 204 22 / 0.1);
  }
  .lg\:hover\:bg-lime-500\/100:hover {
    background-color: rgb(132 204 22 / 1);
  }
  .lg\:hover\:bg-lime-500\/20:hover {
    background-color: rgb(132 204 22 / 0.2);
  }
  .lg\:hover\:bg-lime-500\/25:hover {
    background-color: rgb(132 204 22 / 0.25);
  }
  .lg\:hover\:bg-lime-500\/30:hover {
    background-color: rgb(132 204 22 / 0.3);
  }
  .lg\:hover\:bg-lime-500\/40:hover {
    background-color: rgb(132 204 22 / 0.4);
  }
  .lg\:hover\:bg-lime-500\/5:hover {
    background-color: rgb(132 204 22 / 0.05);
  }
  .lg\:hover\:bg-lime-500\/50:hover {
    background-color: rgb(132 204 22 / 0.5);
  }
  .lg\:hover\:bg-lime-500\/60:hover {
    background-color: rgb(132 204 22 / 0.6);
  }
  .lg\:hover\:bg-lime-500\/70:hover {
    background-color: rgb(132 204 22 / 0.7);
  }
  .lg\:hover\:bg-lime-500\/75:hover {
    background-color: rgb(132 204 22 / 0.75);
  }
  .lg\:hover\:bg-lime-500\/80:hover {
    background-color: rgb(132 204 22 / 0.8);
  }
  .lg\:hover\:bg-lime-500\/90:hover {
    background-color: rgb(132 204 22 / 0.9);
  }
  .lg\:hover\:bg-lime-500\/95:hover {
    background-color: rgb(132 204 22 / 0.95);
  }
  .lg\:hover\:bg-lime-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(101 163 13 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-lime-600\/0:hover {
    background-color: rgb(101 163 13 / 0);
  }
  .lg\:hover\:bg-lime-600\/10:hover {
    background-color: rgb(101 163 13 / 0.1);
  }
  .lg\:hover\:bg-lime-600\/100:hover {
    background-color: rgb(101 163 13 / 1);
  }
  .lg\:hover\:bg-lime-600\/20:hover {
    background-color: rgb(101 163 13 / 0.2);
  }
  .lg\:hover\:bg-lime-600\/25:hover {
    background-color: rgb(101 163 13 / 0.25);
  }
  .lg\:hover\:bg-lime-600\/30:hover {
    background-color: rgb(101 163 13 / 0.3);
  }
  .lg\:hover\:bg-lime-600\/40:hover {
    background-color: rgb(101 163 13 / 0.4);
  }
  .lg\:hover\:bg-lime-600\/5:hover {
    background-color: rgb(101 163 13 / 0.05);
  }
  .lg\:hover\:bg-lime-600\/50:hover {
    background-color: rgb(101 163 13 / 0.5);
  }
  .lg\:hover\:bg-lime-600\/60:hover {
    background-color: rgb(101 163 13 / 0.6);
  }
  .lg\:hover\:bg-lime-600\/70:hover {
    background-color: rgb(101 163 13 / 0.7);
  }
  .lg\:hover\:bg-lime-600\/75:hover {
    background-color: rgb(101 163 13 / 0.75);
  }
  .lg\:hover\:bg-lime-600\/80:hover {
    background-color: rgb(101 163 13 / 0.8);
  }
  .lg\:hover\:bg-lime-600\/90:hover {
    background-color: rgb(101 163 13 / 0.9);
  }
  .lg\:hover\:bg-lime-600\/95:hover {
    background-color: rgb(101 163 13 / 0.95);
  }
  .lg\:hover\:bg-lime-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(77 124 15 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-lime-700\/0:hover {
    background-color: rgb(77 124 15 / 0);
  }
  .lg\:hover\:bg-lime-700\/10:hover {
    background-color: rgb(77 124 15 / 0.1);
  }
  .lg\:hover\:bg-lime-700\/100:hover {
    background-color: rgb(77 124 15 / 1);
  }
  .lg\:hover\:bg-lime-700\/20:hover {
    background-color: rgb(77 124 15 / 0.2);
  }
  .lg\:hover\:bg-lime-700\/25:hover {
    background-color: rgb(77 124 15 / 0.25);
  }
  .lg\:hover\:bg-lime-700\/30:hover {
    background-color: rgb(77 124 15 / 0.3);
  }
  .lg\:hover\:bg-lime-700\/40:hover {
    background-color: rgb(77 124 15 / 0.4);
  }
  .lg\:hover\:bg-lime-700\/5:hover {
    background-color: rgb(77 124 15 / 0.05);
  }
  .lg\:hover\:bg-lime-700\/50:hover {
    background-color: rgb(77 124 15 / 0.5);
  }
  .lg\:hover\:bg-lime-700\/60:hover {
    background-color: rgb(77 124 15 / 0.6);
  }
  .lg\:hover\:bg-lime-700\/70:hover {
    background-color: rgb(77 124 15 / 0.7);
  }
  .lg\:hover\:bg-lime-700\/75:hover {
    background-color: rgb(77 124 15 / 0.75);
  }
  .lg\:hover\:bg-lime-700\/80:hover {
    background-color: rgb(77 124 15 / 0.8);
  }
  .lg\:hover\:bg-lime-700\/90:hover {
    background-color: rgb(77 124 15 / 0.9);
  }
  .lg\:hover\:bg-lime-700\/95:hover {
    background-color: rgb(77 124 15 / 0.95);
  }
  .lg\:hover\:bg-lime-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(63 98 18 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-lime-800\/0:hover {
    background-color: rgb(63 98 18 / 0);
  }
  .lg\:hover\:bg-lime-800\/10:hover {
    background-color: rgb(63 98 18 / 0.1);
  }
  .lg\:hover\:bg-lime-800\/100:hover {
    background-color: rgb(63 98 18 / 1);
  }
  .lg\:hover\:bg-lime-800\/20:hover {
    background-color: rgb(63 98 18 / 0.2);
  }
  .lg\:hover\:bg-lime-800\/25:hover {
    background-color: rgb(63 98 18 / 0.25);
  }
  .lg\:hover\:bg-lime-800\/30:hover {
    background-color: rgb(63 98 18 / 0.3);
  }
  .lg\:hover\:bg-lime-800\/40:hover {
    background-color: rgb(63 98 18 / 0.4);
  }
  .lg\:hover\:bg-lime-800\/5:hover {
    background-color: rgb(63 98 18 / 0.05);
  }
  .lg\:hover\:bg-lime-800\/50:hover {
    background-color: rgb(63 98 18 / 0.5);
  }
  .lg\:hover\:bg-lime-800\/60:hover {
    background-color: rgb(63 98 18 / 0.6);
  }
  .lg\:hover\:bg-lime-800\/70:hover {
    background-color: rgb(63 98 18 / 0.7);
  }
  .lg\:hover\:bg-lime-800\/75:hover {
    background-color: rgb(63 98 18 / 0.75);
  }
  .lg\:hover\:bg-lime-800\/80:hover {
    background-color: rgb(63 98 18 / 0.8);
  }
  .lg\:hover\:bg-lime-800\/90:hover {
    background-color: rgb(63 98 18 / 0.9);
  }
  .lg\:hover\:bg-lime-800\/95:hover {
    background-color: rgb(63 98 18 / 0.95);
  }
  .lg\:hover\:bg-lime-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(54 83 20 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-lime-900\/0:hover {
    background-color: rgb(54 83 20 / 0);
  }
  .lg\:hover\:bg-lime-900\/10:hover {
    background-color: rgb(54 83 20 / 0.1);
  }
  .lg\:hover\:bg-lime-900\/100:hover {
    background-color: rgb(54 83 20 / 1);
  }
  .lg\:hover\:bg-lime-900\/20:hover {
    background-color: rgb(54 83 20 / 0.2);
  }
  .lg\:hover\:bg-lime-900\/25:hover {
    background-color: rgb(54 83 20 / 0.25);
  }
  .lg\:hover\:bg-lime-900\/30:hover {
    background-color: rgb(54 83 20 / 0.3);
  }
  .lg\:hover\:bg-lime-900\/40:hover {
    background-color: rgb(54 83 20 / 0.4);
  }
  .lg\:hover\:bg-lime-900\/5:hover {
    background-color: rgb(54 83 20 / 0.05);
  }
  .lg\:hover\:bg-lime-900\/50:hover {
    background-color: rgb(54 83 20 / 0.5);
  }
  .lg\:hover\:bg-lime-900\/60:hover {
    background-color: rgb(54 83 20 / 0.6);
  }
  .lg\:hover\:bg-lime-900\/70:hover {
    background-color: rgb(54 83 20 / 0.7);
  }
  .lg\:hover\:bg-lime-900\/75:hover {
    background-color: rgb(54 83 20 / 0.75);
  }
  .lg\:hover\:bg-lime-900\/80:hover {
    background-color: rgb(54 83 20 / 0.8);
  }
  .lg\:hover\:bg-lime-900\/90:hover {
    background-color: rgb(54 83 20 / 0.9);
  }
  .lg\:hover\:bg-lime-900\/95:hover {
    background-color: rgb(54 83 20 / 0.95);
  }
  .lg\:hover\:bg-lime-950:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(26 46 5 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-lime-950\/0:hover {
    background-color: rgb(26 46 5 / 0);
  }
  .lg\:hover\:bg-lime-950\/10:hover {
    background-color: rgb(26 46 5 / 0.1);
  }
  .lg\:hover\:bg-lime-950\/100:hover {
    background-color: rgb(26 46 5 / 1);
  }
  .lg\:hover\:bg-lime-950\/20:hover {
    background-color: rgb(26 46 5 / 0.2);
  }
  .lg\:hover\:bg-lime-950\/25:hover {
    background-color: rgb(26 46 5 / 0.25);
  }
  .lg\:hover\:bg-lime-950\/30:hover {
    background-color: rgb(26 46 5 / 0.3);
  }
  .lg\:hover\:bg-lime-950\/40:hover {
    background-color: rgb(26 46 5 / 0.4);
  }
  .lg\:hover\:bg-lime-950\/5:hover {
    background-color: rgb(26 46 5 / 0.05);
  }
  .lg\:hover\:bg-lime-950\/50:hover {
    background-color: rgb(26 46 5 / 0.5);
  }
  .lg\:hover\:bg-lime-950\/60:hover {
    background-color: rgb(26 46 5 / 0.6);
  }
  .lg\:hover\:bg-lime-950\/70:hover {
    background-color: rgb(26 46 5 / 0.7);
  }
  .lg\:hover\:bg-lime-950\/75:hover {
    background-color: rgb(26 46 5 / 0.75);
  }
  .lg\:hover\:bg-lime-950\/80:hover {
    background-color: rgb(26 46 5 / 0.8);
  }
  .lg\:hover\:bg-lime-950\/90:hover {
    background-color: rgb(26 46 5 / 0.9);
  }
  .lg\:hover\:bg-lime-950\/95:hover {
    background-color: rgb(26 46 5 / 0.95);
  }
  .lg\:hover\:bg-nafisa-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(153 53 10 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-nafisa-500\/0:hover {
    background-color: rgb(153 53 10 / 0);
  }
  .lg\:hover\:bg-nafisa-500\/10:hover {
    background-color: rgb(153 53 10 / 0.1);
  }
  .lg\:hover\:bg-nafisa-500\/100:hover {
    background-color: rgb(153 53 10 / 1);
  }
  .lg\:hover\:bg-nafisa-500\/20:hover {
    background-color: rgb(153 53 10 / 0.2);
  }
  .lg\:hover\:bg-nafisa-500\/25:hover {
    background-color: rgb(153 53 10 / 0.25);
  }
  .lg\:hover\:bg-nafisa-500\/30:hover {
    background-color: rgb(153 53 10 / 0.3);
  }
  .lg\:hover\:bg-nafisa-500\/40:hover {
    background-color: rgb(153 53 10 / 0.4);
  }
  .lg\:hover\:bg-nafisa-500\/5:hover {
    background-color: rgb(153 53 10 / 0.05);
  }
  .lg\:hover\:bg-nafisa-500\/50:hover {
    background-color: rgb(153 53 10 / 0.5);
  }
  .lg\:hover\:bg-nafisa-500\/60:hover {
    background-color: rgb(153 53 10 / 0.6);
  }
  .lg\:hover\:bg-nafisa-500\/70:hover {
    background-color: rgb(153 53 10 / 0.7);
  }
  .lg\:hover\:bg-nafisa-500\/75:hover {
    background-color: rgb(153 53 10 / 0.75);
  }
  .lg\:hover\:bg-nafisa-500\/80:hover {
    background-color: rgb(153 53 10 / 0.8);
  }
  .lg\:hover\:bg-nafisa-500\/90:hover {
    background-color: rgb(153 53 10 / 0.9);
  }
  .lg\:hover\:bg-nafisa-500\/95:hover {
    background-color: rgb(153 53 10 / 0.95);
  }
  .lg\:hover\:bg-neutral-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-neutral-100\/0:hover {
    background-color: rgb(245 245 245 / 0);
  }
  .lg\:hover\:bg-neutral-100\/10:hover {
    background-color: rgb(245 245 245 / 0.1);
  }
  .lg\:hover\:bg-neutral-100\/100:hover {
    background-color: rgb(245 245 245 / 1);
  }
  .lg\:hover\:bg-neutral-100\/20:hover {
    background-color: rgb(245 245 245 / 0.2);
  }
  .lg\:hover\:bg-neutral-100\/25:hover {
    background-color: rgb(245 245 245 / 0.25);
  }
  .lg\:hover\:bg-neutral-100\/30:hover {
    background-color: rgb(245 245 245 / 0.3);
  }
  .lg\:hover\:bg-neutral-100\/40:hover {
    background-color: rgb(245 245 245 / 0.4);
  }
  .lg\:hover\:bg-neutral-100\/5:hover {
    background-color: rgb(245 245 245 / 0.05);
  }
  .lg\:hover\:bg-neutral-100\/50:hover {
    background-color: rgb(245 245 245 / 0.5);
  }
  .lg\:hover\:bg-neutral-100\/60:hover {
    background-color: rgb(245 245 245 / 0.6);
  }
  .lg\:hover\:bg-neutral-100\/70:hover {
    background-color: rgb(245 245 245 / 0.7);
  }
  .lg\:hover\:bg-neutral-100\/75:hover {
    background-color: rgb(245 245 245 / 0.75);
  }
  .lg\:hover\:bg-neutral-100\/80:hover {
    background-color: rgb(245 245 245 / 0.8);
  }
  .lg\:hover\:bg-neutral-100\/90:hover {
    background-color: rgb(245 245 245 / 0.9);
  }
  .lg\:hover\:bg-neutral-100\/95:hover {
    background-color: rgb(245 245 245 / 0.95);
  }
  .lg\:hover\:bg-neutral-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(229 229 229 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-neutral-200\/0:hover {
    background-color: rgb(229 229 229 / 0);
  }
  .lg\:hover\:bg-neutral-200\/10:hover {
    background-color: rgb(229 229 229 / 0.1);
  }
  .lg\:hover\:bg-neutral-200\/100:hover {
    background-color: rgb(229 229 229 / 1);
  }
  .lg\:hover\:bg-neutral-200\/20:hover {
    background-color: rgb(229 229 229 / 0.2);
  }
  .lg\:hover\:bg-neutral-200\/25:hover {
    background-color: rgb(229 229 229 / 0.25);
  }
  .lg\:hover\:bg-neutral-200\/30:hover {
    background-color: rgb(229 229 229 / 0.3);
  }
  .lg\:hover\:bg-neutral-200\/40:hover {
    background-color: rgb(229 229 229 / 0.4);
  }
  .lg\:hover\:bg-neutral-200\/5:hover {
    background-color: rgb(229 229 229 / 0.05);
  }
  .lg\:hover\:bg-neutral-200\/50:hover {
    background-color: rgb(229 229 229 / 0.5);
  }
  .lg\:hover\:bg-neutral-200\/60:hover {
    background-color: rgb(229 229 229 / 0.6);
  }
  .lg\:hover\:bg-neutral-200\/70:hover {
    background-color: rgb(229 229 229 / 0.7);
  }
  .lg\:hover\:bg-neutral-200\/75:hover {
    background-color: rgb(229 229 229 / 0.75);
  }
  .lg\:hover\:bg-neutral-200\/80:hover {
    background-color: rgb(229 229 229 / 0.8);
  }
  .lg\:hover\:bg-neutral-200\/90:hover {
    background-color: rgb(229 229 229 / 0.9);
  }
  .lg\:hover\:bg-neutral-200\/95:hover {
    background-color: rgb(229 229 229 / 0.95);
  }
  .lg\:hover\:bg-neutral-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(212 212 212 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-neutral-300\/0:hover {
    background-color: rgb(212 212 212 / 0);
  }
  .lg\:hover\:bg-neutral-300\/10:hover {
    background-color: rgb(212 212 212 / 0.1);
  }
  .lg\:hover\:bg-neutral-300\/100:hover {
    background-color: rgb(212 212 212 / 1);
  }
  .lg\:hover\:bg-neutral-300\/20:hover {
    background-color: rgb(212 212 212 / 0.2);
  }
  .lg\:hover\:bg-neutral-300\/25:hover {
    background-color: rgb(212 212 212 / 0.25);
  }
  .lg\:hover\:bg-neutral-300\/30:hover {
    background-color: rgb(212 212 212 / 0.3);
  }
  .lg\:hover\:bg-neutral-300\/40:hover {
    background-color: rgb(212 212 212 / 0.4);
  }
  .lg\:hover\:bg-neutral-300\/5:hover {
    background-color: rgb(212 212 212 / 0.05);
  }
  .lg\:hover\:bg-neutral-300\/50:hover {
    background-color: rgb(212 212 212 / 0.5);
  }
  .lg\:hover\:bg-neutral-300\/60:hover {
    background-color: rgb(212 212 212 / 0.6);
  }
  .lg\:hover\:bg-neutral-300\/70:hover {
    background-color: rgb(212 212 212 / 0.7);
  }
  .lg\:hover\:bg-neutral-300\/75:hover {
    background-color: rgb(212 212 212 / 0.75);
  }
  .lg\:hover\:bg-neutral-300\/80:hover {
    background-color: rgb(212 212 212 / 0.8);
  }
  .lg\:hover\:bg-neutral-300\/90:hover {
    background-color: rgb(212 212 212 / 0.9);
  }
  .lg\:hover\:bg-neutral-300\/95:hover {
    background-color: rgb(212 212 212 / 0.95);
  }
  .lg\:hover\:bg-neutral-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(163 163 163 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-neutral-400\/0:hover {
    background-color: rgb(163 163 163 / 0);
  }
  .lg\:hover\:bg-neutral-400\/10:hover {
    background-color: rgb(163 163 163 / 0.1);
  }
  .lg\:hover\:bg-neutral-400\/100:hover {
    background-color: rgb(163 163 163 / 1);
  }
  .lg\:hover\:bg-neutral-400\/20:hover {
    background-color: rgb(163 163 163 / 0.2);
  }
  .lg\:hover\:bg-neutral-400\/25:hover {
    background-color: rgb(163 163 163 / 0.25);
  }
  .lg\:hover\:bg-neutral-400\/30:hover {
    background-color: rgb(163 163 163 / 0.3);
  }
  .lg\:hover\:bg-neutral-400\/40:hover {
    background-color: rgb(163 163 163 / 0.4);
  }
  .lg\:hover\:bg-neutral-400\/5:hover {
    background-color: rgb(163 163 163 / 0.05);
  }
  .lg\:hover\:bg-neutral-400\/50:hover {
    background-color: rgb(163 163 163 / 0.5);
  }
  .lg\:hover\:bg-neutral-400\/60:hover {
    background-color: rgb(163 163 163 / 0.6);
  }
  .lg\:hover\:bg-neutral-400\/70:hover {
    background-color: rgb(163 163 163 / 0.7);
  }
  .lg\:hover\:bg-neutral-400\/75:hover {
    background-color: rgb(163 163 163 / 0.75);
  }
  .lg\:hover\:bg-neutral-400\/80:hover {
    background-color: rgb(163 163 163 / 0.8);
  }
  .lg\:hover\:bg-neutral-400\/90:hover {
    background-color: rgb(163 163 163 / 0.9);
  }
  .lg\:hover\:bg-neutral-400\/95:hover {
    background-color: rgb(163 163 163 / 0.95);
  }
  .lg\:hover\:bg-neutral-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-neutral-50\/0:hover {
    background-color: rgb(250 250 250 / 0);
  }
  .lg\:hover\:bg-neutral-50\/10:hover {
    background-color: rgb(250 250 250 / 0.1);
  }
  .lg\:hover\:bg-neutral-50\/100:hover {
    background-color: rgb(250 250 250 / 1);
  }
  .lg\:hover\:bg-neutral-50\/20:hover {
    background-color: rgb(250 250 250 / 0.2);
  }
  .lg\:hover\:bg-neutral-50\/25:hover {
    background-color: rgb(250 250 250 / 0.25);
  }
  .lg\:hover\:bg-neutral-50\/30:hover {
    background-color: rgb(250 250 250 / 0.3);
  }
  .lg\:hover\:bg-neutral-50\/40:hover {
    background-color: rgb(250 250 250 / 0.4);
  }
  .lg\:hover\:bg-neutral-50\/5:hover {
    background-color: rgb(250 250 250 / 0.05);
  }
  .lg\:hover\:bg-neutral-50\/50:hover {
    background-color: rgb(250 250 250 / 0.5);
  }
  .lg\:hover\:bg-neutral-50\/60:hover {
    background-color: rgb(250 250 250 / 0.6);
  }
  .lg\:hover\:bg-neutral-50\/70:hover {
    background-color: rgb(250 250 250 / 0.7);
  }
  .lg\:hover\:bg-neutral-50\/75:hover {
    background-color: rgb(250 250 250 / 0.75);
  }
  .lg\:hover\:bg-neutral-50\/80:hover {
    background-color: rgb(250 250 250 / 0.8);
  }
  .lg\:hover\:bg-neutral-50\/90:hover {
    background-color: rgb(250 250 250 / 0.9);
  }
  .lg\:hover\:bg-neutral-50\/95:hover {
    background-color: rgb(250 250 250 / 0.95);
  }
  .lg\:hover\:bg-neutral-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(115 115 115 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-neutral-500\/0:hover {
    background-color: rgb(115 115 115 / 0);
  }
  .lg\:hover\:bg-neutral-500\/10:hover {
    background-color: rgb(115 115 115 / 0.1);
  }
  .lg\:hover\:bg-neutral-500\/100:hover {
    background-color: rgb(115 115 115 / 1);
  }
  .lg\:hover\:bg-neutral-500\/20:hover {
    background-color: rgb(115 115 115 / 0.2);
  }
  .lg\:hover\:bg-neutral-500\/25:hover {
    background-color: rgb(115 115 115 / 0.25);
  }
  .lg\:hover\:bg-neutral-500\/30:hover {
    background-color: rgb(115 115 115 / 0.3);
  }
  .lg\:hover\:bg-neutral-500\/40:hover {
    background-color: rgb(115 115 115 / 0.4);
  }
  .lg\:hover\:bg-neutral-500\/5:hover {
    background-color: rgb(115 115 115 / 0.05);
  }
  .lg\:hover\:bg-neutral-500\/50:hover {
    background-color: rgb(115 115 115 / 0.5);
  }
  .lg\:hover\:bg-neutral-500\/60:hover {
    background-color: rgb(115 115 115 / 0.6);
  }
  .lg\:hover\:bg-neutral-500\/70:hover {
    background-color: rgb(115 115 115 / 0.7);
  }
  .lg\:hover\:bg-neutral-500\/75:hover {
    background-color: rgb(115 115 115 / 0.75);
  }
  .lg\:hover\:bg-neutral-500\/80:hover {
    background-color: rgb(115 115 115 / 0.8);
  }
  .lg\:hover\:bg-neutral-500\/90:hover {
    background-color: rgb(115 115 115 / 0.9);
  }
  .lg\:hover\:bg-neutral-500\/95:hover {
    background-color: rgb(115 115 115 / 0.95);
  }
  .lg\:hover\:bg-neutral-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 82 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-neutral-600\/0:hover {
    background-color: rgb(82 82 82 / 0);
  }
  .lg\:hover\:bg-neutral-600\/10:hover {
    background-color: rgb(82 82 82 / 0.1);
  }
  .lg\:hover\:bg-neutral-600\/100:hover {
    background-color: rgb(82 82 82 / 1);
  }
  .lg\:hover\:bg-neutral-600\/20:hover {
    background-color: rgb(82 82 82 / 0.2);
  }
  .lg\:hover\:bg-neutral-600\/25:hover {
    background-color: rgb(82 82 82 / 0.25);
  }
  .lg\:hover\:bg-neutral-600\/30:hover {
    background-color: rgb(82 82 82 / 0.3);
  }
  .lg\:hover\:bg-neutral-600\/40:hover {
    background-color: rgb(82 82 82 / 0.4);
  }
  .lg\:hover\:bg-neutral-600\/5:hover {
    background-color: rgb(82 82 82 / 0.05);
  }
  .lg\:hover\:bg-neutral-600\/50:hover {
    background-color: rgb(82 82 82 / 0.5);
  }
  .lg\:hover\:bg-neutral-600\/60:hover {
    background-color: rgb(82 82 82 / 0.6);
  }
  .lg\:hover\:bg-neutral-600\/70:hover {
    background-color: rgb(82 82 82 / 0.7);
  }
  .lg\:hover\:bg-neutral-600\/75:hover {
    background-color: rgb(82 82 82 / 0.75);
  }
  .lg\:hover\:bg-neutral-600\/80:hover {
    background-color: rgb(82 82 82 / 0.8);
  }
  .lg\:hover\:bg-neutral-600\/90:hover {
    background-color: rgb(82 82 82 / 0.9);
  }
  .lg\:hover\:bg-neutral-600\/95:hover {
    background-color: rgb(82 82 82 / 0.95);
  }
  .lg\:hover\:bg-neutral-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(64 64 64 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-neutral-700\/0:hover {
    background-color: rgb(64 64 64 / 0);
  }
  .lg\:hover\:bg-neutral-700\/10:hover {
    background-color: rgb(64 64 64 / 0.1);
  }
  .lg\:hover\:bg-neutral-700\/100:hover {
    background-color: rgb(64 64 64 / 1);
  }
  .lg\:hover\:bg-neutral-700\/20:hover {
    background-color: rgb(64 64 64 / 0.2);
  }
  .lg\:hover\:bg-neutral-700\/25:hover {
    background-color: rgb(64 64 64 / 0.25);
  }
  .lg\:hover\:bg-neutral-700\/30:hover {
    background-color: rgb(64 64 64 / 0.3);
  }
  .lg\:hover\:bg-neutral-700\/40:hover {
    background-color: rgb(64 64 64 / 0.4);
  }
  .lg\:hover\:bg-neutral-700\/5:hover {
    background-color: rgb(64 64 64 / 0.05);
  }
  .lg\:hover\:bg-neutral-700\/50:hover {
    background-color: rgb(64 64 64 / 0.5);
  }
  .lg\:hover\:bg-neutral-700\/60:hover {
    background-color: rgb(64 64 64 / 0.6);
  }
  .lg\:hover\:bg-neutral-700\/70:hover {
    background-color: rgb(64 64 64 / 0.7);
  }
  .lg\:hover\:bg-neutral-700\/75:hover {
    background-color: rgb(64 64 64 / 0.75);
  }
  .lg\:hover\:bg-neutral-700\/80:hover {
    background-color: rgb(64 64 64 / 0.8);
  }
  .lg\:hover\:bg-neutral-700\/90:hover {
    background-color: rgb(64 64 64 / 0.9);
  }
  .lg\:hover\:bg-neutral-700\/95:hover {
    background-color: rgb(64 64 64 / 0.95);
  }
  .lg\:hover\:bg-neutral-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-neutral-800\/0:hover {
    background-color: rgb(38 38 38 / 0);
  }
  .lg\:hover\:bg-neutral-800\/10:hover {
    background-color: rgb(38 38 38 / 0.1);
  }
  .lg\:hover\:bg-neutral-800\/100:hover {
    background-color: rgb(38 38 38 / 1);
  }
  .lg\:hover\:bg-neutral-800\/20:hover {
    background-color: rgb(38 38 38 / 0.2);
  }
  .lg\:hover\:bg-neutral-800\/25:hover {
    background-color: rgb(38 38 38 / 0.25);
  }
  .lg\:hover\:bg-neutral-800\/30:hover {
    background-color: rgb(38 38 38 / 0.3);
  }
  .lg\:hover\:bg-neutral-800\/40:hover {
    background-color: rgb(38 38 38 / 0.4);
  }
  .lg\:hover\:bg-neutral-800\/5:hover {
    background-color: rgb(38 38 38 / 0.05);
  }
  .lg\:hover\:bg-neutral-800\/50:hover {
    background-color: rgb(38 38 38 / 0.5);
  }
  .lg\:hover\:bg-neutral-800\/60:hover {
    background-color: rgb(38 38 38 / 0.6);
  }
  .lg\:hover\:bg-neutral-800\/70:hover {
    background-color: rgb(38 38 38 / 0.7);
  }
  .lg\:hover\:bg-neutral-800\/75:hover {
    background-color: rgb(38 38 38 / 0.75);
  }
  .lg\:hover\:bg-neutral-800\/80:hover {
    background-color: rgb(38 38 38 / 0.8);
  }
  .lg\:hover\:bg-neutral-800\/90:hover {
    background-color: rgb(38 38 38 / 0.9);
  }
  .lg\:hover\:bg-neutral-800\/95:hover {
    background-color: rgb(38 38 38 / 0.95);
  }
  .lg\:hover\:bg-neutral-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 23 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-neutral-900\/0:hover {
    background-color: rgb(23 23 23 / 0);
  }
  .lg\:hover\:bg-neutral-900\/10:hover {
    background-color: rgb(23 23 23 / 0.1);
  }
  .lg\:hover\:bg-neutral-900\/100:hover {
    background-color: rgb(23 23 23 / 1);
  }
  .lg\:hover\:bg-neutral-900\/20:hover {
    background-color: rgb(23 23 23 / 0.2);
  }
  .lg\:hover\:bg-neutral-900\/25:hover {
    background-color: rgb(23 23 23 / 0.25);
  }
  .lg\:hover\:bg-neutral-900\/30:hover {
    background-color: rgb(23 23 23 / 0.3);
  }
  .lg\:hover\:bg-neutral-900\/40:hover {
    background-color: rgb(23 23 23 / 0.4);
  }
  .lg\:hover\:bg-neutral-900\/5:hover {
    background-color: rgb(23 23 23 / 0.05);
  }
  .lg\:hover\:bg-neutral-900\/50:hover {
    background-color: rgb(23 23 23 / 0.5);
  }
  .lg\:hover\:bg-neutral-900\/60:hover {
    background-color: rgb(23 23 23 / 0.6);
  }
  .lg\:hover\:bg-neutral-900\/70:hover {
    background-color: rgb(23 23 23 / 0.7);
  }
  .lg\:hover\:bg-neutral-900\/75:hover {
    background-color: rgb(23 23 23 / 0.75);
  }
  .lg\:hover\:bg-neutral-900\/80:hover {
    background-color: rgb(23 23 23 / 0.8);
  }
  .lg\:hover\:bg-neutral-900\/90:hover {
    background-color: rgb(23 23 23 / 0.9);
  }
  .lg\:hover\:bg-neutral-900\/95:hover {
    background-color: rgb(23 23 23 / 0.95);
  }
  .lg\:hover\:bg-neutral-950:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(10 10 10 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-neutral-950\/0:hover {
    background-color: rgb(10 10 10 / 0);
  }
  .lg\:hover\:bg-neutral-950\/10:hover {
    background-color: rgb(10 10 10 / 0.1);
  }
  .lg\:hover\:bg-neutral-950\/100:hover {
    background-color: rgb(10 10 10 / 1);
  }
  .lg\:hover\:bg-neutral-950\/20:hover {
    background-color: rgb(10 10 10 / 0.2);
  }
  .lg\:hover\:bg-neutral-950\/25:hover {
    background-color: rgb(10 10 10 / 0.25);
  }
  .lg\:hover\:bg-neutral-950\/30:hover {
    background-color: rgb(10 10 10 / 0.3);
  }
  .lg\:hover\:bg-neutral-950\/40:hover {
    background-color: rgb(10 10 10 / 0.4);
  }
  .lg\:hover\:bg-neutral-950\/5:hover {
    background-color: rgb(10 10 10 / 0.05);
  }
  .lg\:hover\:bg-neutral-950\/50:hover {
    background-color: rgb(10 10 10 / 0.5);
  }
  .lg\:hover\:bg-neutral-950\/60:hover {
    background-color: rgb(10 10 10 / 0.6);
  }
  .lg\:hover\:bg-neutral-950\/70:hover {
    background-color: rgb(10 10 10 / 0.7);
  }
  .lg\:hover\:bg-neutral-950\/75:hover {
    background-color: rgb(10 10 10 / 0.75);
  }
  .lg\:hover\:bg-neutral-950\/80:hover {
    background-color: rgb(10 10 10 / 0.8);
  }
  .lg\:hover\:bg-neutral-950\/90:hover {
    background-color: rgb(10 10 10 / 0.9);
  }
  .lg\:hover\:bg-neutral-950\/95:hover {
    background-color: rgb(10 10 10 / 0.95);
  }
  .lg\:hover\:bg-orange-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 237 213 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-orange-100\/0:hover {
    background-color: rgb(255 237 213 / 0);
  }
  .lg\:hover\:bg-orange-100\/10:hover {
    background-color: rgb(255 237 213 / 0.1);
  }
  .lg\:hover\:bg-orange-100\/100:hover {
    background-color: rgb(255 237 213 / 1);
  }
  .lg\:hover\:bg-orange-100\/20:hover {
    background-color: rgb(255 237 213 / 0.2);
  }
  .lg\:hover\:bg-orange-100\/25:hover {
    background-color: rgb(255 237 213 / 0.25);
  }
  .lg\:hover\:bg-orange-100\/30:hover {
    background-color: rgb(255 237 213 / 0.3);
  }
  .lg\:hover\:bg-orange-100\/40:hover {
    background-color: rgb(255 237 213 / 0.4);
  }
  .lg\:hover\:bg-orange-100\/5:hover {
    background-color: rgb(255 237 213 / 0.05);
  }
  .lg\:hover\:bg-orange-100\/50:hover {
    background-color: rgb(255 237 213 / 0.5);
  }
  .lg\:hover\:bg-orange-100\/60:hover {
    background-color: rgb(255 237 213 / 0.6);
  }
  .lg\:hover\:bg-orange-100\/70:hover {
    background-color: rgb(255 237 213 / 0.7);
  }
  .lg\:hover\:bg-orange-100\/75:hover {
    background-color: rgb(255 237 213 / 0.75);
  }
  .lg\:hover\:bg-orange-100\/80:hover {
    background-color: rgb(255 237 213 / 0.8);
  }
  .lg\:hover\:bg-orange-100\/90:hover {
    background-color: rgb(255 237 213 / 0.9);
  }
  .lg\:hover\:bg-orange-100\/95:hover {
    background-color: rgb(255 237 213 / 0.95);
  }
  .lg\:hover\:bg-orange-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 215 170 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-orange-200\/0:hover {
    background-color: rgb(254 215 170 / 0);
  }
  .lg\:hover\:bg-orange-200\/10:hover {
    background-color: rgb(254 215 170 / 0.1);
  }
  .lg\:hover\:bg-orange-200\/100:hover {
    background-color: rgb(254 215 170 / 1);
  }
  .lg\:hover\:bg-orange-200\/20:hover {
    background-color: rgb(254 215 170 / 0.2);
  }
  .lg\:hover\:bg-orange-200\/25:hover {
    background-color: rgb(254 215 170 / 0.25);
  }
  .lg\:hover\:bg-orange-200\/30:hover {
    background-color: rgb(254 215 170 / 0.3);
  }
  .lg\:hover\:bg-orange-200\/40:hover {
    background-color: rgb(254 215 170 / 0.4);
  }
  .lg\:hover\:bg-orange-200\/5:hover {
    background-color: rgb(254 215 170 / 0.05);
  }
  .lg\:hover\:bg-orange-200\/50:hover {
    background-color: rgb(254 215 170 / 0.5);
  }
  .lg\:hover\:bg-orange-200\/60:hover {
    background-color: rgb(254 215 170 / 0.6);
  }
  .lg\:hover\:bg-orange-200\/70:hover {
    background-color: rgb(254 215 170 / 0.7);
  }
  .lg\:hover\:bg-orange-200\/75:hover {
    background-color: rgb(254 215 170 / 0.75);
  }
  .lg\:hover\:bg-orange-200\/80:hover {
    background-color: rgb(254 215 170 / 0.8);
  }
  .lg\:hover\:bg-orange-200\/90:hover {
    background-color: rgb(254 215 170 / 0.9);
  }
  .lg\:hover\:bg-orange-200\/95:hover {
    background-color: rgb(254 215 170 / 0.95);
  }
  .lg\:hover\:bg-orange-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(253 186 116 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-orange-300\/0:hover {
    background-color: rgb(253 186 116 / 0);
  }
  .lg\:hover\:bg-orange-300\/10:hover {
    background-color: rgb(253 186 116 / 0.1);
  }
  .lg\:hover\:bg-orange-300\/100:hover {
    background-color: rgb(253 186 116 / 1);
  }
  .lg\:hover\:bg-orange-300\/20:hover {
    background-color: rgb(253 186 116 / 0.2);
  }
  .lg\:hover\:bg-orange-300\/25:hover {
    background-color: rgb(253 186 116 / 0.25);
  }
  .lg\:hover\:bg-orange-300\/30:hover {
    background-color: rgb(253 186 116 / 0.3);
  }
  .lg\:hover\:bg-orange-300\/40:hover {
    background-color: rgb(253 186 116 / 0.4);
  }
  .lg\:hover\:bg-orange-300\/5:hover {
    background-color: rgb(253 186 116 / 0.05);
  }
  .lg\:hover\:bg-orange-300\/50:hover {
    background-color: rgb(253 186 116 / 0.5);
  }
  .lg\:hover\:bg-orange-300\/60:hover {
    background-color: rgb(253 186 116 / 0.6);
  }
  .lg\:hover\:bg-orange-300\/70:hover {
    background-color: rgb(253 186 116 / 0.7);
  }
  .lg\:hover\:bg-orange-300\/75:hover {
    background-color: rgb(253 186 116 / 0.75);
  }
  .lg\:hover\:bg-orange-300\/80:hover {
    background-color: rgb(253 186 116 / 0.8);
  }
  .lg\:hover\:bg-orange-300\/90:hover {
    background-color: rgb(253 186 116 / 0.9);
  }
  .lg\:hover\:bg-orange-300\/95:hover {
    background-color: rgb(253 186 116 / 0.95);
  }
  .lg\:hover\:bg-orange-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(251 146 60 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-orange-400\/0:hover {
    background-color: rgb(251 146 60 / 0);
  }
  .lg\:hover\:bg-orange-400\/10:hover {
    background-color: rgb(251 146 60 / 0.1);
  }
  .lg\:hover\:bg-orange-400\/100:hover {
    background-color: rgb(251 146 60 / 1);
  }
  .lg\:hover\:bg-orange-400\/20:hover {
    background-color: rgb(251 146 60 / 0.2);
  }
  .lg\:hover\:bg-orange-400\/25:hover {
    background-color: rgb(251 146 60 / 0.25);
  }
  .lg\:hover\:bg-orange-400\/30:hover {
    background-color: rgb(251 146 60 / 0.3);
  }
  .lg\:hover\:bg-orange-400\/40:hover {
    background-color: rgb(251 146 60 / 0.4);
  }
  .lg\:hover\:bg-orange-400\/5:hover {
    background-color: rgb(251 146 60 / 0.05);
  }
  .lg\:hover\:bg-orange-400\/50:hover {
    background-color: rgb(251 146 60 / 0.5);
  }
  .lg\:hover\:bg-orange-400\/60:hover {
    background-color: rgb(251 146 60 / 0.6);
  }
  .lg\:hover\:bg-orange-400\/70:hover {
    background-color: rgb(251 146 60 / 0.7);
  }
  .lg\:hover\:bg-orange-400\/75:hover {
    background-color: rgb(251 146 60 / 0.75);
  }
  .lg\:hover\:bg-orange-400\/80:hover {
    background-color: rgb(251 146 60 / 0.8);
  }
  .lg\:hover\:bg-orange-400\/90:hover {
    background-color: rgb(251 146 60 / 0.9);
  }
  .lg\:hover\:bg-orange-400\/95:hover {
    background-color: rgb(251 146 60 / 0.95);
  }
  .lg\:hover\:bg-orange-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 247 237 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-orange-50\/0:hover {
    background-color: rgb(255 247 237 / 0);
  }
  .lg\:hover\:bg-orange-50\/10:hover {
    background-color: rgb(255 247 237 / 0.1);
  }
  .lg\:hover\:bg-orange-50\/100:hover {
    background-color: rgb(255 247 237 / 1);
  }
  .lg\:hover\:bg-orange-50\/20:hover {
    background-color: rgb(255 247 237 / 0.2);
  }
  .lg\:hover\:bg-orange-50\/25:hover {
    background-color: rgb(255 247 237 / 0.25);
  }
  .lg\:hover\:bg-orange-50\/30:hover {
    background-color: rgb(255 247 237 / 0.3);
  }
  .lg\:hover\:bg-orange-50\/40:hover {
    background-color: rgb(255 247 237 / 0.4);
  }
  .lg\:hover\:bg-orange-50\/5:hover {
    background-color: rgb(255 247 237 / 0.05);
  }
  .lg\:hover\:bg-orange-50\/50:hover {
    background-color: rgb(255 247 237 / 0.5);
  }
  .lg\:hover\:bg-orange-50\/60:hover {
    background-color: rgb(255 247 237 / 0.6);
  }
  .lg\:hover\:bg-orange-50\/70:hover {
    background-color: rgb(255 247 237 / 0.7);
  }
  .lg\:hover\:bg-orange-50\/75:hover {
    background-color: rgb(255 247 237 / 0.75);
  }
  .lg\:hover\:bg-orange-50\/80:hover {
    background-color: rgb(255 247 237 / 0.8);
  }
  .lg\:hover\:bg-orange-50\/90:hover {
    background-color: rgb(255 247 237 / 0.9);
  }
  .lg\:hover\:bg-orange-50\/95:hover {
    background-color: rgb(255 247 237 / 0.95);
  }
  .lg\:hover\:bg-orange-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 115 22 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-orange-500\/0:hover {
    background-color: rgb(249 115 22 / 0);
  }
  .lg\:hover\:bg-orange-500\/10:hover {
    background-color: rgb(249 115 22 / 0.1);
  }
  .lg\:hover\:bg-orange-500\/100:hover {
    background-color: rgb(249 115 22 / 1);
  }
  .lg\:hover\:bg-orange-500\/20:hover {
    background-color: rgb(249 115 22 / 0.2);
  }
  .lg\:hover\:bg-orange-500\/25:hover {
    background-color: rgb(249 115 22 / 0.25);
  }
  .lg\:hover\:bg-orange-500\/30:hover {
    background-color: rgb(249 115 22 / 0.3);
  }
  .lg\:hover\:bg-orange-500\/40:hover {
    background-color: rgb(249 115 22 / 0.4);
  }
  .lg\:hover\:bg-orange-500\/5:hover {
    background-color: rgb(249 115 22 / 0.05);
  }
  .lg\:hover\:bg-orange-500\/50:hover {
    background-color: rgb(249 115 22 / 0.5);
  }
  .lg\:hover\:bg-orange-500\/60:hover {
    background-color: rgb(249 115 22 / 0.6);
  }
  .lg\:hover\:bg-orange-500\/70:hover {
    background-color: rgb(249 115 22 / 0.7);
  }
  .lg\:hover\:bg-orange-500\/75:hover {
    background-color: rgb(249 115 22 / 0.75);
  }
  .lg\:hover\:bg-orange-500\/80:hover {
    background-color: rgb(249 115 22 / 0.8);
  }
  .lg\:hover\:bg-orange-500\/90:hover {
    background-color: rgb(249 115 22 / 0.9);
  }
  .lg\:hover\:bg-orange-500\/95:hover {
    background-color: rgb(249 115 22 / 0.95);
  }
  .lg\:hover\:bg-orange-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(234 88 12 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-orange-600\/0:hover {
    background-color: rgb(234 88 12 / 0);
  }
  .lg\:hover\:bg-orange-600\/10:hover {
    background-color: rgb(234 88 12 / 0.1);
  }
  .lg\:hover\:bg-orange-600\/100:hover {
    background-color: rgb(234 88 12 / 1);
  }
  .lg\:hover\:bg-orange-600\/20:hover {
    background-color: rgb(234 88 12 / 0.2);
  }
  .lg\:hover\:bg-orange-600\/25:hover {
    background-color: rgb(234 88 12 / 0.25);
  }
  .lg\:hover\:bg-orange-600\/30:hover {
    background-color: rgb(234 88 12 / 0.3);
  }
  .lg\:hover\:bg-orange-600\/40:hover {
    background-color: rgb(234 88 12 / 0.4);
  }
  .lg\:hover\:bg-orange-600\/5:hover {
    background-color: rgb(234 88 12 / 0.05);
  }
  .lg\:hover\:bg-orange-600\/50:hover {
    background-color: rgb(234 88 12 / 0.5);
  }
  .lg\:hover\:bg-orange-600\/60:hover {
    background-color: rgb(234 88 12 / 0.6);
  }
  .lg\:hover\:bg-orange-600\/70:hover {
    background-color: rgb(234 88 12 / 0.7);
  }
  .lg\:hover\:bg-orange-600\/75:hover {
    background-color: rgb(234 88 12 / 0.75);
  }
  .lg\:hover\:bg-orange-600\/80:hover {
    background-color: rgb(234 88 12 / 0.8);
  }
  .lg\:hover\:bg-orange-600\/90:hover {
    background-color: rgb(234 88 12 / 0.9);
  }
  .lg\:hover\:bg-orange-600\/95:hover {
    background-color: rgb(234 88 12 / 0.95);
  }
  .lg\:hover\:bg-orange-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(194 65 12 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-orange-700\/0:hover {
    background-color: rgb(194 65 12 / 0);
  }
  .lg\:hover\:bg-orange-700\/10:hover {
    background-color: rgb(194 65 12 / 0.1);
  }
  .lg\:hover\:bg-orange-700\/100:hover {
    background-color: rgb(194 65 12 / 1);
  }
  .lg\:hover\:bg-orange-700\/20:hover {
    background-color: rgb(194 65 12 / 0.2);
  }
  .lg\:hover\:bg-orange-700\/25:hover {
    background-color: rgb(194 65 12 / 0.25);
  }
  .lg\:hover\:bg-orange-700\/30:hover {
    background-color: rgb(194 65 12 / 0.3);
  }
  .lg\:hover\:bg-orange-700\/40:hover {
    background-color: rgb(194 65 12 / 0.4);
  }
  .lg\:hover\:bg-orange-700\/5:hover {
    background-color: rgb(194 65 12 / 0.05);
  }
  .lg\:hover\:bg-orange-700\/50:hover {
    background-color: rgb(194 65 12 / 0.5);
  }
  .lg\:hover\:bg-orange-700\/60:hover {
    background-color: rgb(194 65 12 / 0.6);
  }
  .lg\:hover\:bg-orange-700\/70:hover {
    background-color: rgb(194 65 12 / 0.7);
  }
  .lg\:hover\:bg-orange-700\/75:hover {
    background-color: rgb(194 65 12 / 0.75);
  }
  .lg\:hover\:bg-orange-700\/80:hover {
    background-color: rgb(194 65 12 / 0.8);
  }
  .lg\:hover\:bg-orange-700\/90:hover {
    background-color: rgb(194 65 12 / 0.9);
  }
  .lg\:hover\:bg-orange-700\/95:hover {
    background-color: rgb(194 65 12 / 0.95);
  }
  .lg\:hover\:bg-orange-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(154 52 18 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-orange-800\/0:hover {
    background-color: rgb(154 52 18 / 0);
  }
  .lg\:hover\:bg-orange-800\/10:hover {
    background-color: rgb(154 52 18 / 0.1);
  }
  .lg\:hover\:bg-orange-800\/100:hover {
    background-color: rgb(154 52 18 / 1);
  }
  .lg\:hover\:bg-orange-800\/20:hover {
    background-color: rgb(154 52 18 / 0.2);
  }
  .lg\:hover\:bg-orange-800\/25:hover {
    background-color: rgb(154 52 18 / 0.25);
  }
  .lg\:hover\:bg-orange-800\/30:hover {
    background-color: rgb(154 52 18 / 0.3);
  }
  .lg\:hover\:bg-orange-800\/40:hover {
    background-color: rgb(154 52 18 / 0.4);
  }
  .lg\:hover\:bg-orange-800\/5:hover {
    background-color: rgb(154 52 18 / 0.05);
  }
  .lg\:hover\:bg-orange-800\/50:hover {
    background-color: rgb(154 52 18 / 0.5);
  }
  .lg\:hover\:bg-orange-800\/60:hover {
    background-color: rgb(154 52 18 / 0.6);
  }
  .lg\:hover\:bg-orange-800\/70:hover {
    background-color: rgb(154 52 18 / 0.7);
  }
  .lg\:hover\:bg-orange-800\/75:hover {
    background-color: rgb(154 52 18 / 0.75);
  }
  .lg\:hover\:bg-orange-800\/80:hover {
    background-color: rgb(154 52 18 / 0.8);
  }
  .lg\:hover\:bg-orange-800\/90:hover {
    background-color: rgb(154 52 18 / 0.9);
  }
  .lg\:hover\:bg-orange-800\/95:hover {
    background-color: rgb(154 52 18 / 0.95);
  }
  .lg\:hover\:bg-orange-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(124 45 18 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-orange-900\/0:hover {
    background-color: rgb(124 45 18 / 0);
  }
  .lg\:hover\:bg-orange-900\/10:hover {
    background-color: rgb(124 45 18 / 0.1);
  }
  .lg\:hover\:bg-orange-900\/100:hover {
    background-color: rgb(124 45 18 / 1);
  }
  .lg\:hover\:bg-orange-900\/20:hover {
    background-color: rgb(124 45 18 / 0.2);
  }
  .lg\:hover\:bg-orange-900\/25:hover {
    background-color: rgb(124 45 18 / 0.25);
  }
  .lg\:hover\:bg-orange-900\/30:hover {
    background-color: rgb(124 45 18 / 0.3);
  }
  .lg\:hover\:bg-orange-900\/40:hover {
    background-color: rgb(124 45 18 / 0.4);
  }
  .lg\:hover\:bg-orange-900\/5:hover {
    background-color: rgb(124 45 18 / 0.05);
  }
  .lg\:hover\:bg-orange-900\/50:hover {
    background-color: rgb(124 45 18 / 0.5);
  }
  .lg\:hover\:bg-orange-900\/60:hover {
    background-color: rgb(124 45 18 / 0.6);
  }
  .lg\:hover\:bg-orange-900\/70:hover {
    background-color: rgb(124 45 18 / 0.7);
  }
  .lg\:hover\:bg-orange-900\/75:hover {
    background-color: rgb(124 45 18 / 0.75);
  }
  .lg\:hover\:bg-orange-900\/80:hover {
    background-color: rgb(124 45 18 / 0.8);
  }
  .lg\:hover\:bg-orange-900\/90:hover {
    background-color: rgb(124 45 18 / 0.9);
  }
  .lg\:hover\:bg-orange-900\/95:hover {
    background-color: rgb(124 45 18 / 0.95);
  }
  .lg\:hover\:bg-orange-950:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(67 20 7 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-orange-950\/0:hover {
    background-color: rgb(67 20 7 / 0);
  }
  .lg\:hover\:bg-orange-950\/10:hover {
    background-color: rgb(67 20 7 / 0.1);
  }
  .lg\:hover\:bg-orange-950\/100:hover {
    background-color: rgb(67 20 7 / 1);
  }
  .lg\:hover\:bg-orange-950\/20:hover {
    background-color: rgb(67 20 7 / 0.2);
  }
  .lg\:hover\:bg-orange-950\/25:hover {
    background-color: rgb(67 20 7 / 0.25);
  }
  .lg\:hover\:bg-orange-950\/30:hover {
    background-color: rgb(67 20 7 / 0.3);
  }
  .lg\:hover\:bg-orange-950\/40:hover {
    background-color: rgb(67 20 7 / 0.4);
  }
  .lg\:hover\:bg-orange-950\/5:hover {
    background-color: rgb(67 20 7 / 0.05);
  }
  .lg\:hover\:bg-orange-950\/50:hover {
    background-color: rgb(67 20 7 / 0.5);
  }
  .lg\:hover\:bg-orange-950\/60:hover {
    background-color: rgb(67 20 7 / 0.6);
  }
  .lg\:hover\:bg-orange-950\/70:hover {
    background-color: rgb(67 20 7 / 0.7);
  }
  .lg\:hover\:bg-orange-950\/75:hover {
    background-color: rgb(67 20 7 / 0.75);
  }
  .lg\:hover\:bg-orange-950\/80:hover {
    background-color: rgb(67 20 7 / 0.8);
  }
  .lg\:hover\:bg-orange-950\/90:hover {
    background-color: rgb(67 20 7 / 0.9);
  }
  .lg\:hover\:bg-orange-950\/95:hover {
    background-color: rgb(67 20 7 / 0.95);
  }
  .lg\:hover\:bg-ozc-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 239 235 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-ozc-100\/0:hover {
    background-color: rgb(255 239 235 / 0);
  }
  .lg\:hover\:bg-ozc-100\/10:hover {
    background-color: rgb(255 239 235 / 0.1);
  }
  .lg\:hover\:bg-ozc-100\/100:hover {
    background-color: rgb(255 239 235 / 1);
  }
  .lg\:hover\:bg-ozc-100\/20:hover {
    background-color: rgb(255 239 235 / 0.2);
  }
  .lg\:hover\:bg-ozc-100\/25:hover {
    background-color: rgb(255 239 235 / 0.25);
  }
  .lg\:hover\:bg-ozc-100\/30:hover {
    background-color: rgb(255 239 235 / 0.3);
  }
  .lg\:hover\:bg-ozc-100\/40:hover {
    background-color: rgb(255 239 235 / 0.4);
  }
  .lg\:hover\:bg-ozc-100\/5:hover {
    background-color: rgb(255 239 235 / 0.05);
  }
  .lg\:hover\:bg-ozc-100\/50:hover {
    background-color: rgb(255 239 235 / 0.5);
  }
  .lg\:hover\:bg-ozc-100\/60:hover {
    background-color: rgb(255 239 235 / 0.6);
  }
  .lg\:hover\:bg-ozc-100\/70:hover {
    background-color: rgb(255 239 235 / 0.7);
  }
  .lg\:hover\:bg-ozc-100\/75:hover {
    background-color: rgb(255 239 235 / 0.75);
  }
  .lg\:hover\:bg-ozc-100\/80:hover {
    background-color: rgb(255 239 235 / 0.8);
  }
  .lg\:hover\:bg-ozc-100\/90:hover {
    background-color: rgb(255 239 235 / 0.9);
  }
  .lg\:hover\:bg-ozc-100\/95:hover {
    background-color: rgb(255 239 235 / 0.95);
  }
  .lg\:hover\:bg-ozc-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(253 225 222 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-ozc-200\/0:hover {
    background-color: rgb(253 225 222 / 0);
  }
  .lg\:hover\:bg-ozc-200\/10:hover {
    background-color: rgb(253 225 222 / 0.1);
  }
  .lg\:hover\:bg-ozc-200\/100:hover {
    background-color: rgb(253 225 222 / 1);
  }
  .lg\:hover\:bg-ozc-200\/20:hover {
    background-color: rgb(253 225 222 / 0.2);
  }
  .lg\:hover\:bg-ozc-200\/25:hover {
    background-color: rgb(253 225 222 / 0.25);
  }
  .lg\:hover\:bg-ozc-200\/30:hover {
    background-color: rgb(253 225 222 / 0.3);
  }
  .lg\:hover\:bg-ozc-200\/40:hover {
    background-color: rgb(253 225 222 / 0.4);
  }
  .lg\:hover\:bg-ozc-200\/5:hover {
    background-color: rgb(253 225 222 / 0.05);
  }
  .lg\:hover\:bg-ozc-200\/50:hover {
    background-color: rgb(253 225 222 / 0.5);
  }
  .lg\:hover\:bg-ozc-200\/60:hover {
    background-color: rgb(253 225 222 / 0.6);
  }
  .lg\:hover\:bg-ozc-200\/70:hover {
    background-color: rgb(253 225 222 / 0.7);
  }
  .lg\:hover\:bg-ozc-200\/75:hover {
    background-color: rgb(253 225 222 / 0.75);
  }
  .lg\:hover\:bg-ozc-200\/80:hover {
    background-color: rgb(253 225 222 / 0.8);
  }
  .lg\:hover\:bg-ozc-200\/90:hover {
    background-color: rgb(253 225 222 / 0.9);
  }
  .lg\:hover\:bg-ozc-200\/95:hover {
    background-color: rgb(253 225 222 / 0.95);
  }
  .lg\:hover\:bg-ozc-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(248 181 181 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-ozc-300\/0:hover {
    background-color: rgb(248 181 181 / 0);
  }
  .lg\:hover\:bg-ozc-300\/10:hover {
    background-color: rgb(248 181 181 / 0.1);
  }
  .lg\:hover\:bg-ozc-300\/100:hover {
    background-color: rgb(248 181 181 / 1);
  }
  .lg\:hover\:bg-ozc-300\/20:hover {
    background-color: rgb(248 181 181 / 0.2);
  }
  .lg\:hover\:bg-ozc-300\/25:hover {
    background-color: rgb(248 181 181 / 0.25);
  }
  .lg\:hover\:bg-ozc-300\/30:hover {
    background-color: rgb(248 181 181 / 0.3);
  }
  .lg\:hover\:bg-ozc-300\/40:hover {
    background-color: rgb(248 181 181 / 0.4);
  }
  .lg\:hover\:bg-ozc-300\/5:hover {
    background-color: rgb(248 181 181 / 0.05);
  }
  .lg\:hover\:bg-ozc-300\/50:hover {
    background-color: rgb(248 181 181 / 0.5);
  }
  .lg\:hover\:bg-ozc-300\/60:hover {
    background-color: rgb(248 181 181 / 0.6);
  }
  .lg\:hover\:bg-ozc-300\/70:hover {
    background-color: rgb(248 181 181 / 0.7);
  }
  .lg\:hover\:bg-ozc-300\/75:hover {
    background-color: rgb(248 181 181 / 0.75);
  }
  .lg\:hover\:bg-ozc-300\/80:hover {
    background-color: rgb(248 181 181 / 0.8);
  }
  .lg\:hover\:bg-ozc-300\/90:hover {
    background-color: rgb(248 181 181 / 0.9);
  }
  .lg\:hover\:bg-ozc-300\/95:hover {
    background-color: rgb(248 181 181 / 0.95);
  }
  .lg\:hover\:bg-ozc-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(250 189 173 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-ozc-400\/0:hover {
    background-color: rgb(250 189 173 / 0);
  }
  .lg\:hover\:bg-ozc-400\/10:hover {
    background-color: rgb(250 189 173 / 0.1);
  }
  .lg\:hover\:bg-ozc-400\/100:hover {
    background-color: rgb(250 189 173 / 1);
  }
  .lg\:hover\:bg-ozc-400\/20:hover {
    background-color: rgb(250 189 173 / 0.2);
  }
  .lg\:hover\:bg-ozc-400\/25:hover {
    background-color: rgb(250 189 173 / 0.25);
  }
  .lg\:hover\:bg-ozc-400\/30:hover {
    background-color: rgb(250 189 173 / 0.3);
  }
  .lg\:hover\:bg-ozc-400\/40:hover {
    background-color: rgb(250 189 173 / 0.4);
  }
  .lg\:hover\:bg-ozc-400\/5:hover {
    background-color: rgb(250 189 173 / 0.05);
  }
  .lg\:hover\:bg-ozc-400\/50:hover {
    background-color: rgb(250 189 173 / 0.5);
  }
  .lg\:hover\:bg-ozc-400\/60:hover {
    background-color: rgb(250 189 173 / 0.6);
  }
  .lg\:hover\:bg-ozc-400\/70:hover {
    background-color: rgb(250 189 173 / 0.7);
  }
  .lg\:hover\:bg-ozc-400\/75:hover {
    background-color: rgb(250 189 173 / 0.75);
  }
  .lg\:hover\:bg-ozc-400\/80:hover {
    background-color: rgb(250 189 173 / 0.8);
  }
  .lg\:hover\:bg-ozc-400\/90:hover {
    background-color: rgb(250 189 173 / 0.9);
  }
  .lg\:hover\:bg-ozc-400\/95:hover {
    background-color: rgb(250 189 173 / 0.95);
  }
  .lg\:hover\:bg-ozc-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 243 232 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-ozc-50\/0:hover {
    background-color: rgb(254 243 232 / 0);
  }
  .lg\:hover\:bg-ozc-50\/10:hover {
    background-color: rgb(254 243 232 / 0.1);
  }
  .lg\:hover\:bg-ozc-50\/100:hover {
    background-color: rgb(254 243 232 / 1);
  }
  .lg\:hover\:bg-ozc-50\/20:hover {
    background-color: rgb(254 243 232 / 0.2);
  }
  .lg\:hover\:bg-ozc-50\/25:hover {
    background-color: rgb(254 243 232 / 0.25);
  }
  .lg\:hover\:bg-ozc-50\/30:hover {
    background-color: rgb(254 243 232 / 0.3);
  }
  .lg\:hover\:bg-ozc-50\/40:hover {
    background-color: rgb(254 243 232 / 0.4);
  }
  .lg\:hover\:bg-ozc-50\/5:hover {
    background-color: rgb(254 243 232 / 0.05);
  }
  .lg\:hover\:bg-ozc-50\/50:hover {
    background-color: rgb(254 243 232 / 0.5);
  }
  .lg\:hover\:bg-ozc-50\/60:hover {
    background-color: rgb(254 243 232 / 0.6);
  }
  .lg\:hover\:bg-ozc-50\/70:hover {
    background-color: rgb(254 243 232 / 0.7);
  }
  .lg\:hover\:bg-ozc-50\/75:hover {
    background-color: rgb(254 243 232 / 0.75);
  }
  .lg\:hover\:bg-ozc-50\/80:hover {
    background-color: rgb(254 243 232 / 0.8);
  }
  .lg\:hover\:bg-ozc-50\/90:hover {
    background-color: rgb(254 243 232 / 0.9);
  }
  .lg\:hover\:bg-ozc-50\/95:hover {
    background-color: rgb(254 243 232 / 0.95);
  }
  .lg\:hover\:bg-ozc-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 110 96 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-ozc-500\/0:hover {
    background-color: rgb(255 110 96 / 0);
  }
  .lg\:hover\:bg-ozc-500\/10:hover {
    background-color: rgb(255 110 96 / 0.1);
  }
  .lg\:hover\:bg-ozc-500\/100:hover {
    background-color: rgb(255 110 96 / 1);
  }
  .lg\:hover\:bg-ozc-500\/20:hover {
    background-color: rgb(255 110 96 / 0.2);
  }
  .lg\:hover\:bg-ozc-500\/25:hover {
    background-color: rgb(255 110 96 / 0.25);
  }
  .lg\:hover\:bg-ozc-500\/30:hover {
    background-color: rgb(255 110 96 / 0.3);
  }
  .lg\:hover\:bg-ozc-500\/40:hover {
    background-color: rgb(255 110 96 / 0.4);
  }
  .lg\:hover\:bg-ozc-500\/5:hover {
    background-color: rgb(255 110 96 / 0.05);
  }
  .lg\:hover\:bg-ozc-500\/50:hover {
    background-color: rgb(255 110 96 / 0.5);
  }
  .lg\:hover\:bg-ozc-500\/60:hover {
    background-color: rgb(255 110 96 / 0.6);
  }
  .lg\:hover\:bg-ozc-500\/70:hover {
    background-color: rgb(255 110 96 / 0.7);
  }
  .lg\:hover\:bg-ozc-500\/75:hover {
    background-color: rgb(255 110 96 / 0.75);
  }
  .lg\:hover\:bg-ozc-500\/80:hover {
    background-color: rgb(255 110 96 / 0.8);
  }
  .lg\:hover\:bg-ozc-500\/90:hover {
    background-color: rgb(255 110 96 / 0.9);
  }
  .lg\:hover\:bg-ozc-500\/95:hover {
    background-color: rgb(255 110 96 / 0.95);
  }
  .lg\:hover\:bg-ozc-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 169 140 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-ozc-600\/0:hover {
    background-color: rgb(249 169 140 / 0);
  }
  .lg\:hover\:bg-ozc-600\/10:hover {
    background-color: rgb(249 169 140 / 0.1);
  }
  .lg\:hover\:bg-ozc-600\/100:hover {
    background-color: rgb(249 169 140 / 1);
  }
  .lg\:hover\:bg-ozc-600\/20:hover {
    background-color: rgb(249 169 140 / 0.2);
  }
  .lg\:hover\:bg-ozc-600\/25:hover {
    background-color: rgb(249 169 140 / 0.25);
  }
  .lg\:hover\:bg-ozc-600\/30:hover {
    background-color: rgb(249 169 140 / 0.3);
  }
  .lg\:hover\:bg-ozc-600\/40:hover {
    background-color: rgb(249 169 140 / 0.4);
  }
  .lg\:hover\:bg-ozc-600\/5:hover {
    background-color: rgb(249 169 140 / 0.05);
  }
  .lg\:hover\:bg-ozc-600\/50:hover {
    background-color: rgb(249 169 140 / 0.5);
  }
  .lg\:hover\:bg-ozc-600\/60:hover {
    background-color: rgb(249 169 140 / 0.6);
  }
  .lg\:hover\:bg-ozc-600\/70:hover {
    background-color: rgb(249 169 140 / 0.7);
  }
  .lg\:hover\:bg-ozc-600\/75:hover {
    background-color: rgb(249 169 140 / 0.75);
  }
  .lg\:hover\:bg-ozc-600\/80:hover {
    background-color: rgb(249 169 140 / 0.8);
  }
  .lg\:hover\:bg-ozc-600\/90:hover {
    background-color: rgb(249 169 140 / 0.9);
  }
  .lg\:hover\:bg-ozc-600\/95:hover {
    background-color: rgb(249 169 140 / 0.95);
  }
  .lg\:hover\:bg-ozc-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(246 148 114 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-ozc-700\/0:hover {
    background-color: rgb(246 148 114 / 0);
  }
  .lg\:hover\:bg-ozc-700\/10:hover {
    background-color: rgb(246 148 114 / 0.1);
  }
  .lg\:hover\:bg-ozc-700\/100:hover {
    background-color: rgb(246 148 114 / 1);
  }
  .lg\:hover\:bg-ozc-700\/20:hover {
    background-color: rgb(246 148 114 / 0.2);
  }
  .lg\:hover\:bg-ozc-700\/25:hover {
    background-color: rgb(246 148 114 / 0.25);
  }
  .lg\:hover\:bg-ozc-700\/30:hover {
    background-color: rgb(246 148 114 / 0.3);
  }
  .lg\:hover\:bg-ozc-700\/40:hover {
    background-color: rgb(246 148 114 / 0.4);
  }
  .lg\:hover\:bg-ozc-700\/5:hover {
    background-color: rgb(246 148 114 / 0.05);
  }
  .lg\:hover\:bg-ozc-700\/50:hover {
    background-color: rgb(246 148 114 / 0.5);
  }
  .lg\:hover\:bg-ozc-700\/60:hover {
    background-color: rgb(246 148 114 / 0.6);
  }
  .lg\:hover\:bg-ozc-700\/70:hover {
    background-color: rgb(246 148 114 / 0.7);
  }
  .lg\:hover\:bg-ozc-700\/75:hover {
    background-color: rgb(246 148 114 / 0.75);
  }
  .lg\:hover\:bg-ozc-700\/80:hover {
    background-color: rgb(246 148 114 / 0.8);
  }
  .lg\:hover\:bg-ozc-700\/90:hover {
    background-color: rgb(246 148 114 / 0.9);
  }
  .lg\:hover\:bg-ozc-700\/95:hover {
    background-color: rgb(246 148 114 / 0.95);
  }
  .lg\:hover\:bg-ozc-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(245 144 136 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-ozc-800\/0:hover {
    background-color: rgb(245 144 136 / 0);
  }
  .lg\:hover\:bg-ozc-800\/10:hover {
    background-color: rgb(245 144 136 / 0.1);
  }
  .lg\:hover\:bg-ozc-800\/100:hover {
    background-color: rgb(245 144 136 / 1);
  }
  .lg\:hover\:bg-ozc-800\/20:hover {
    background-color: rgb(245 144 136 / 0.2);
  }
  .lg\:hover\:bg-ozc-800\/25:hover {
    background-color: rgb(245 144 136 / 0.25);
  }
  .lg\:hover\:bg-ozc-800\/30:hover {
    background-color: rgb(245 144 136 / 0.3);
  }
  .lg\:hover\:bg-ozc-800\/40:hover {
    background-color: rgb(245 144 136 / 0.4);
  }
  .lg\:hover\:bg-ozc-800\/5:hover {
    background-color: rgb(245 144 136 / 0.05);
  }
  .lg\:hover\:bg-ozc-800\/50:hover {
    background-color: rgb(245 144 136 / 0.5);
  }
  .lg\:hover\:bg-ozc-800\/60:hover {
    background-color: rgb(245 144 136 / 0.6);
  }
  .lg\:hover\:bg-ozc-800\/70:hover {
    background-color: rgb(245 144 136 / 0.7);
  }
  .lg\:hover\:bg-ozc-800\/75:hover {
    background-color: rgb(245 144 136 / 0.75);
  }
  .lg\:hover\:bg-ozc-800\/80:hover {
    background-color: rgb(245 144 136 / 0.8);
  }
  .lg\:hover\:bg-ozc-800\/90:hover {
    background-color: rgb(245 144 136 / 0.9);
  }
  .lg\:hover\:bg-ozc-800\/95:hover {
    background-color: rgb(245 144 136 / 0.95);
  }
  .lg\:hover\:bg-ozc-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 121 124 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-ozc-900\/0:hover {
    background-color: rgb(243 121 124 / 0);
  }
  .lg\:hover\:bg-ozc-900\/10:hover {
    background-color: rgb(243 121 124 / 0.1);
  }
  .lg\:hover\:bg-ozc-900\/100:hover {
    background-color: rgb(243 121 124 / 1);
  }
  .lg\:hover\:bg-ozc-900\/20:hover {
    background-color: rgb(243 121 124 / 0.2);
  }
  .lg\:hover\:bg-ozc-900\/25:hover {
    background-color: rgb(243 121 124 / 0.25);
  }
  .lg\:hover\:bg-ozc-900\/30:hover {
    background-color: rgb(243 121 124 / 0.3);
  }
  .lg\:hover\:bg-ozc-900\/40:hover {
    background-color: rgb(243 121 124 / 0.4);
  }
  .lg\:hover\:bg-ozc-900\/5:hover {
    background-color: rgb(243 121 124 / 0.05);
  }
  .lg\:hover\:bg-ozc-900\/50:hover {
    background-color: rgb(243 121 124 / 0.5);
  }
  .lg\:hover\:bg-ozc-900\/60:hover {
    background-color: rgb(243 121 124 / 0.6);
  }
  .lg\:hover\:bg-ozc-900\/70:hover {
    background-color: rgb(243 121 124 / 0.7);
  }
  .lg\:hover\:bg-ozc-900\/75:hover {
    background-color: rgb(243 121 124 / 0.75);
  }
  .lg\:hover\:bg-ozc-900\/80:hover {
    background-color: rgb(243 121 124 / 0.8);
  }
  .lg\:hover\:bg-ozc-900\/90:hover {
    background-color: rgb(243 121 124 / 0.9);
  }
  .lg\:hover\:bg-ozc-900\/95:hover {
    background-color: rgb(243 121 124 / 0.95);
  }
  .lg\:hover\:bg-ozc-950:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(42 45 51 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-ozc-950\/0:hover {
    background-color: rgb(42 45 51 / 0);
  }
  .lg\:hover\:bg-ozc-950\/10:hover {
    background-color: rgb(42 45 51 / 0.1);
  }
  .lg\:hover\:bg-ozc-950\/100:hover {
    background-color: rgb(42 45 51 / 1);
  }
  .lg\:hover\:bg-ozc-950\/20:hover {
    background-color: rgb(42 45 51 / 0.2);
  }
  .lg\:hover\:bg-ozc-950\/25:hover {
    background-color: rgb(42 45 51 / 0.25);
  }
  .lg\:hover\:bg-ozc-950\/30:hover {
    background-color: rgb(42 45 51 / 0.3);
  }
  .lg\:hover\:bg-ozc-950\/40:hover {
    background-color: rgb(42 45 51 / 0.4);
  }
  .lg\:hover\:bg-ozc-950\/5:hover {
    background-color: rgb(42 45 51 / 0.05);
  }
  .lg\:hover\:bg-ozc-950\/50:hover {
    background-color: rgb(42 45 51 / 0.5);
  }
  .lg\:hover\:bg-ozc-950\/60:hover {
    background-color: rgb(42 45 51 / 0.6);
  }
  .lg\:hover\:bg-ozc-950\/70:hover {
    background-color: rgb(42 45 51 / 0.7);
  }
  .lg\:hover\:bg-ozc-950\/75:hover {
    background-color: rgb(42 45 51 / 0.75);
  }
  .lg\:hover\:bg-ozc-950\/80:hover {
    background-color: rgb(42 45 51 / 0.8);
  }
  .lg\:hover\:bg-ozc-950\/90:hover {
    background-color: rgb(42 45 51 / 0.9);
  }
  .lg\:hover\:bg-ozc-950\/95:hover {
    background-color: rgb(42 45 51 / 0.95);
  }
  .lg\:hover\:bg-ozc-alt-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 250 230 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-ozc-alt-100\/0:hover {
    background-color: rgb(255 250 230 / 0);
  }
  .lg\:hover\:bg-ozc-alt-100\/10:hover {
    background-color: rgb(255 250 230 / 0.1);
  }
  .lg\:hover\:bg-ozc-alt-100\/100:hover {
    background-color: rgb(255 250 230 / 1);
  }
  .lg\:hover\:bg-ozc-alt-100\/20:hover {
    background-color: rgb(255 250 230 / 0.2);
  }
  .lg\:hover\:bg-ozc-alt-100\/25:hover {
    background-color: rgb(255 250 230 / 0.25);
  }
  .lg\:hover\:bg-ozc-alt-100\/30:hover {
    background-color: rgb(255 250 230 / 0.3);
  }
  .lg\:hover\:bg-ozc-alt-100\/40:hover {
    background-color: rgb(255 250 230 / 0.4);
  }
  .lg\:hover\:bg-ozc-alt-100\/5:hover {
    background-color: rgb(255 250 230 / 0.05);
  }
  .lg\:hover\:bg-ozc-alt-100\/50:hover {
    background-color: rgb(255 250 230 / 0.5);
  }
  .lg\:hover\:bg-ozc-alt-100\/60:hover {
    background-color: rgb(255 250 230 / 0.6);
  }
  .lg\:hover\:bg-ozc-alt-100\/70:hover {
    background-color: rgb(255 250 230 / 0.7);
  }
  .lg\:hover\:bg-ozc-alt-100\/75:hover {
    background-color: rgb(255 250 230 / 0.75);
  }
  .lg\:hover\:bg-ozc-alt-100\/80:hover {
    background-color: rgb(255 250 230 / 0.8);
  }
  .lg\:hover\:bg-ozc-alt-100\/90:hover {
    background-color: rgb(255 250 230 / 0.9);
  }
  .lg\:hover\:bg-ozc-alt-100\/95:hover {
    background-color: rgb(255 250 230 / 0.95);
  }
  .lg\:hover\:bg-ozc-alt-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 242 193 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-ozc-alt-200\/0:hover {
    background-color: rgb(255 242 193 / 0);
  }
  .lg\:hover\:bg-ozc-alt-200\/10:hover {
    background-color: rgb(255 242 193 / 0.1);
  }
  .lg\:hover\:bg-ozc-alt-200\/100:hover {
    background-color: rgb(255 242 193 / 1);
  }
  .lg\:hover\:bg-ozc-alt-200\/20:hover {
    background-color: rgb(255 242 193 / 0.2);
  }
  .lg\:hover\:bg-ozc-alt-200\/25:hover {
    background-color: rgb(255 242 193 / 0.25);
  }
  .lg\:hover\:bg-ozc-alt-200\/30:hover {
    background-color: rgb(255 242 193 / 0.3);
  }
  .lg\:hover\:bg-ozc-alt-200\/40:hover {
    background-color: rgb(255 242 193 / 0.4);
  }
  .lg\:hover\:bg-ozc-alt-200\/5:hover {
    background-color: rgb(255 242 193 / 0.05);
  }
  .lg\:hover\:bg-ozc-alt-200\/50:hover {
    background-color: rgb(255 242 193 / 0.5);
  }
  .lg\:hover\:bg-ozc-alt-200\/60:hover {
    background-color: rgb(255 242 193 / 0.6);
  }
  .lg\:hover\:bg-ozc-alt-200\/70:hover {
    background-color: rgb(255 242 193 / 0.7);
  }
  .lg\:hover\:bg-ozc-alt-200\/75:hover {
    background-color: rgb(255 242 193 / 0.75);
  }
  .lg\:hover\:bg-ozc-alt-200\/80:hover {
    background-color: rgb(255 242 193 / 0.8);
  }
  .lg\:hover\:bg-ozc-alt-200\/90:hover {
    background-color: rgb(255 242 193 / 0.9);
  }
  .lg\:hover\:bg-ozc-alt-200\/95:hover {
    background-color: rgb(255 242 193 / 0.95);
  }
  .lg\:hover\:bg-ozc-alt-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 235 155 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-ozc-alt-300\/0:hover {
    background-color: rgb(255 235 155 / 0);
  }
  .lg\:hover\:bg-ozc-alt-300\/10:hover {
    background-color: rgb(255 235 155 / 0.1);
  }
  .lg\:hover\:bg-ozc-alt-300\/100:hover {
    background-color: rgb(255 235 155 / 1);
  }
  .lg\:hover\:bg-ozc-alt-300\/20:hover {
    background-color: rgb(255 235 155 / 0.2);
  }
  .lg\:hover\:bg-ozc-alt-300\/25:hover {
    background-color: rgb(255 235 155 / 0.25);
  }
  .lg\:hover\:bg-ozc-alt-300\/30:hover {
    background-color: rgb(255 235 155 / 0.3);
  }
  .lg\:hover\:bg-ozc-alt-300\/40:hover {
    background-color: rgb(255 235 155 / 0.4);
  }
  .lg\:hover\:bg-ozc-alt-300\/5:hover {
    background-color: rgb(255 235 155 / 0.05);
  }
  .lg\:hover\:bg-ozc-alt-300\/50:hover {
    background-color: rgb(255 235 155 / 0.5);
  }
  .lg\:hover\:bg-ozc-alt-300\/60:hover {
    background-color: rgb(255 235 155 / 0.6);
  }
  .lg\:hover\:bg-ozc-alt-300\/70:hover {
    background-color: rgb(255 235 155 / 0.7);
  }
  .lg\:hover\:bg-ozc-alt-300\/75:hover {
    background-color: rgb(255 235 155 / 0.75);
  }
  .lg\:hover\:bg-ozc-alt-300\/80:hover {
    background-color: rgb(255 235 155 / 0.8);
  }
  .lg\:hover\:bg-ozc-alt-300\/90:hover {
    background-color: rgb(255 235 155 / 0.9);
  }
  .lg\:hover\:bg-ozc-alt-300\/95:hover {
    background-color: rgb(255 235 155 / 0.95);
  }
  .lg\:hover\:bg-ozc-alt-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 219 80 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-ozc-alt-400\/0:hover {
    background-color: rgb(255 219 80 / 0);
  }
  .lg\:hover\:bg-ozc-alt-400\/10:hover {
    background-color: rgb(255 219 80 / 0.1);
  }
  .lg\:hover\:bg-ozc-alt-400\/100:hover {
    background-color: rgb(255 219 80 / 1);
  }
  .lg\:hover\:bg-ozc-alt-400\/20:hover {
    background-color: rgb(255 219 80 / 0.2);
  }
  .lg\:hover\:bg-ozc-alt-400\/25:hover {
    background-color: rgb(255 219 80 / 0.25);
  }
  .lg\:hover\:bg-ozc-alt-400\/30:hover {
    background-color: rgb(255 219 80 / 0.3);
  }
  .lg\:hover\:bg-ozc-alt-400\/40:hover {
    background-color: rgb(255 219 80 / 0.4);
  }
  .lg\:hover\:bg-ozc-alt-400\/5:hover {
    background-color: rgb(255 219 80 / 0.05);
  }
  .lg\:hover\:bg-ozc-alt-400\/50:hover {
    background-color: rgb(255 219 80 / 0.5);
  }
  .lg\:hover\:bg-ozc-alt-400\/60:hover {
    background-color: rgb(255 219 80 / 0.6);
  }
  .lg\:hover\:bg-ozc-alt-400\/70:hover {
    background-color: rgb(255 219 80 / 0.7);
  }
  .lg\:hover\:bg-ozc-alt-400\/75:hover {
    background-color: rgb(255 219 80 / 0.75);
  }
  .lg\:hover\:bg-ozc-alt-400\/80:hover {
    background-color: rgb(255 219 80 / 0.8);
  }
  .lg\:hover\:bg-ozc-alt-400\/90:hover {
    background-color: rgb(255 219 80 / 0.9);
  }
  .lg\:hover\:bg-ozc-alt-400\/95:hover {
    background-color: rgb(255 219 80 / 0.95);
  }
  .lg\:hover\:bg-ozc-alt-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 252 243 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-ozc-alt-50\/0:hover {
    background-color: rgb(255 252 243 / 0);
  }
  .lg\:hover\:bg-ozc-alt-50\/10:hover {
    background-color: rgb(255 252 243 / 0.1);
  }
  .lg\:hover\:bg-ozc-alt-50\/100:hover {
    background-color: rgb(255 252 243 / 1);
  }
  .lg\:hover\:bg-ozc-alt-50\/20:hover {
    background-color: rgb(255 252 243 / 0.2);
  }
  .lg\:hover\:bg-ozc-alt-50\/25:hover {
    background-color: rgb(255 252 243 / 0.25);
  }
  .lg\:hover\:bg-ozc-alt-50\/30:hover {
    background-color: rgb(255 252 243 / 0.3);
  }
  .lg\:hover\:bg-ozc-alt-50\/40:hover {
    background-color: rgb(255 252 243 / 0.4);
  }
  .lg\:hover\:bg-ozc-alt-50\/5:hover {
    background-color: rgb(255 252 243 / 0.05);
  }
  .lg\:hover\:bg-ozc-alt-50\/50:hover {
    background-color: rgb(255 252 243 / 0.5);
  }
  .lg\:hover\:bg-ozc-alt-50\/60:hover {
    background-color: rgb(255 252 243 / 0.6);
  }
  .lg\:hover\:bg-ozc-alt-50\/70:hover {
    background-color: rgb(255 252 243 / 0.7);
  }
  .lg\:hover\:bg-ozc-alt-50\/75:hover {
    background-color: rgb(255 252 243 / 0.75);
  }
  .lg\:hover\:bg-ozc-alt-50\/80:hover {
    background-color: rgb(255 252 243 / 0.8);
  }
  .lg\:hover\:bg-ozc-alt-50\/90:hover {
    background-color: rgb(255 252 243 / 0.9);
  }
  .lg\:hover\:bg-ozc-alt-50\/95:hover {
    background-color: rgb(255 252 243 / 0.95);
  }
  .lg\:hover\:bg-ozc-alt-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 204 5 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-ozc-alt-500\/0:hover {
    background-color: rgb(255 204 5 / 0);
  }
  .lg\:hover\:bg-ozc-alt-500\/10:hover {
    background-color: rgb(255 204 5 / 0.1);
  }
  .lg\:hover\:bg-ozc-alt-500\/100:hover {
    background-color: rgb(255 204 5 / 1);
  }
  .lg\:hover\:bg-ozc-alt-500\/20:hover {
    background-color: rgb(255 204 5 / 0.2);
  }
  .lg\:hover\:bg-ozc-alt-500\/25:hover {
    background-color: rgb(255 204 5 / 0.25);
  }
  .lg\:hover\:bg-ozc-alt-500\/30:hover {
    background-color: rgb(255 204 5 / 0.3);
  }
  .lg\:hover\:bg-ozc-alt-500\/40:hover {
    background-color: rgb(255 204 5 / 0.4);
  }
  .lg\:hover\:bg-ozc-alt-500\/5:hover {
    background-color: rgb(255 204 5 / 0.05);
  }
  .lg\:hover\:bg-ozc-alt-500\/50:hover {
    background-color: rgb(255 204 5 / 0.5);
  }
  .lg\:hover\:bg-ozc-alt-500\/60:hover {
    background-color: rgb(255 204 5 / 0.6);
  }
  .lg\:hover\:bg-ozc-alt-500\/70:hover {
    background-color: rgb(255 204 5 / 0.7);
  }
  .lg\:hover\:bg-ozc-alt-500\/75:hover {
    background-color: rgb(255 204 5 / 0.75);
  }
  .lg\:hover\:bg-ozc-alt-500\/80:hover {
    background-color: rgb(255 204 5 / 0.8);
  }
  .lg\:hover\:bg-ozc-alt-500\/90:hover {
    background-color: rgb(255 204 5 / 0.9);
  }
  .lg\:hover\:bg-ozc-alt-500\/95:hover {
    background-color: rgb(255 204 5 / 0.95);
  }
  .lg\:hover\:bg-ozc-alt-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(230 184 5 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-ozc-alt-600\/0:hover {
    background-color: rgb(230 184 5 / 0);
  }
  .lg\:hover\:bg-ozc-alt-600\/10:hover {
    background-color: rgb(230 184 5 / 0.1);
  }
  .lg\:hover\:bg-ozc-alt-600\/100:hover {
    background-color: rgb(230 184 5 / 1);
  }
  .lg\:hover\:bg-ozc-alt-600\/20:hover {
    background-color: rgb(230 184 5 / 0.2);
  }
  .lg\:hover\:bg-ozc-alt-600\/25:hover {
    background-color: rgb(230 184 5 / 0.25);
  }
  .lg\:hover\:bg-ozc-alt-600\/30:hover {
    background-color: rgb(230 184 5 / 0.3);
  }
  .lg\:hover\:bg-ozc-alt-600\/40:hover {
    background-color: rgb(230 184 5 / 0.4);
  }
  .lg\:hover\:bg-ozc-alt-600\/5:hover {
    background-color: rgb(230 184 5 / 0.05);
  }
  .lg\:hover\:bg-ozc-alt-600\/50:hover {
    background-color: rgb(230 184 5 / 0.5);
  }
  .lg\:hover\:bg-ozc-alt-600\/60:hover {
    background-color: rgb(230 184 5 / 0.6);
  }
  .lg\:hover\:bg-ozc-alt-600\/70:hover {
    background-color: rgb(230 184 5 / 0.7);
  }
  .lg\:hover\:bg-ozc-alt-600\/75:hover {
    background-color: rgb(230 184 5 / 0.75);
  }
  .lg\:hover\:bg-ozc-alt-600\/80:hover {
    background-color: rgb(230 184 5 / 0.8);
  }
  .lg\:hover\:bg-ozc-alt-600\/90:hover {
    background-color: rgb(230 184 5 / 0.9);
  }
  .lg\:hover\:bg-ozc-alt-600\/95:hover {
    background-color: rgb(230 184 5 / 0.95);
  }
  .lg\:hover\:bg-ozc-alt-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(153 122 3 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-ozc-alt-700\/0:hover {
    background-color: rgb(153 122 3 / 0);
  }
  .lg\:hover\:bg-ozc-alt-700\/10:hover {
    background-color: rgb(153 122 3 / 0.1);
  }
  .lg\:hover\:bg-ozc-alt-700\/100:hover {
    background-color: rgb(153 122 3 / 1);
  }
  .lg\:hover\:bg-ozc-alt-700\/20:hover {
    background-color: rgb(153 122 3 / 0.2);
  }
  .lg\:hover\:bg-ozc-alt-700\/25:hover {
    background-color: rgb(153 122 3 / 0.25);
  }
  .lg\:hover\:bg-ozc-alt-700\/30:hover {
    background-color: rgb(153 122 3 / 0.3);
  }
  .lg\:hover\:bg-ozc-alt-700\/40:hover {
    background-color: rgb(153 122 3 / 0.4);
  }
  .lg\:hover\:bg-ozc-alt-700\/5:hover {
    background-color: rgb(153 122 3 / 0.05);
  }
  .lg\:hover\:bg-ozc-alt-700\/50:hover {
    background-color: rgb(153 122 3 / 0.5);
  }
  .lg\:hover\:bg-ozc-alt-700\/60:hover {
    background-color: rgb(153 122 3 / 0.6);
  }
  .lg\:hover\:bg-ozc-alt-700\/70:hover {
    background-color: rgb(153 122 3 / 0.7);
  }
  .lg\:hover\:bg-ozc-alt-700\/75:hover {
    background-color: rgb(153 122 3 / 0.75);
  }
  .lg\:hover\:bg-ozc-alt-700\/80:hover {
    background-color: rgb(153 122 3 / 0.8);
  }
  .lg\:hover\:bg-ozc-alt-700\/90:hover {
    background-color: rgb(153 122 3 / 0.9);
  }
  .lg\:hover\:bg-ozc-alt-700\/95:hover {
    background-color: rgb(153 122 3 / 0.95);
  }
  .lg\:hover\:bg-ozc-alt-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(115 92 2 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-ozc-alt-800\/0:hover {
    background-color: rgb(115 92 2 / 0);
  }
  .lg\:hover\:bg-ozc-alt-800\/10:hover {
    background-color: rgb(115 92 2 / 0.1);
  }
  .lg\:hover\:bg-ozc-alt-800\/100:hover {
    background-color: rgb(115 92 2 / 1);
  }
  .lg\:hover\:bg-ozc-alt-800\/20:hover {
    background-color: rgb(115 92 2 / 0.2);
  }
  .lg\:hover\:bg-ozc-alt-800\/25:hover {
    background-color: rgb(115 92 2 / 0.25);
  }
  .lg\:hover\:bg-ozc-alt-800\/30:hover {
    background-color: rgb(115 92 2 / 0.3);
  }
  .lg\:hover\:bg-ozc-alt-800\/40:hover {
    background-color: rgb(115 92 2 / 0.4);
  }
  .lg\:hover\:bg-ozc-alt-800\/5:hover {
    background-color: rgb(115 92 2 / 0.05);
  }
  .lg\:hover\:bg-ozc-alt-800\/50:hover {
    background-color: rgb(115 92 2 / 0.5);
  }
  .lg\:hover\:bg-ozc-alt-800\/60:hover {
    background-color: rgb(115 92 2 / 0.6);
  }
  .lg\:hover\:bg-ozc-alt-800\/70:hover {
    background-color: rgb(115 92 2 / 0.7);
  }
  .lg\:hover\:bg-ozc-alt-800\/75:hover {
    background-color: rgb(115 92 2 / 0.75);
  }
  .lg\:hover\:bg-ozc-alt-800\/80:hover {
    background-color: rgb(115 92 2 / 0.8);
  }
  .lg\:hover\:bg-ozc-alt-800\/90:hover {
    background-color: rgb(115 92 2 / 0.9);
  }
  .lg\:hover\:bg-ozc-alt-800\/95:hover {
    background-color: rgb(115 92 2 / 0.95);
  }
  .lg\:hover\:bg-ozc-alt-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(42 45 51 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-ozc-alt-900\/0:hover {
    background-color: rgb(42 45 51 / 0);
  }
  .lg\:hover\:bg-ozc-alt-900\/10:hover {
    background-color: rgb(42 45 51 / 0.1);
  }
  .lg\:hover\:bg-ozc-alt-900\/100:hover {
    background-color: rgb(42 45 51 / 1);
  }
  .lg\:hover\:bg-ozc-alt-900\/20:hover {
    background-color: rgb(42 45 51 / 0.2);
  }
  .lg\:hover\:bg-ozc-alt-900\/25:hover {
    background-color: rgb(42 45 51 / 0.25);
  }
  .lg\:hover\:bg-ozc-alt-900\/30:hover {
    background-color: rgb(42 45 51 / 0.3);
  }
  .lg\:hover\:bg-ozc-alt-900\/40:hover {
    background-color: rgb(42 45 51 / 0.4);
  }
  .lg\:hover\:bg-ozc-alt-900\/5:hover {
    background-color: rgb(42 45 51 / 0.05);
  }
  .lg\:hover\:bg-ozc-alt-900\/50:hover {
    background-color: rgb(42 45 51 / 0.5);
  }
  .lg\:hover\:bg-ozc-alt-900\/60:hover {
    background-color: rgb(42 45 51 / 0.6);
  }
  .lg\:hover\:bg-ozc-alt-900\/70:hover {
    background-color: rgb(42 45 51 / 0.7);
  }
  .lg\:hover\:bg-ozc-alt-900\/75:hover {
    background-color: rgb(42 45 51 / 0.75);
  }
  .lg\:hover\:bg-ozc-alt-900\/80:hover {
    background-color: rgb(42 45 51 / 0.8);
  }
  .lg\:hover\:bg-ozc-alt-900\/90:hover {
    background-color: rgb(42 45 51 / 0.9);
  }
  .lg\:hover\:bg-ozc-alt-900\/95:hover {
    background-color: rgb(42 45 51 / 0.95);
  }
  .lg\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(252 231 243 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-pink-100\/0:hover {
    background-color: rgb(252 231 243 / 0);
  }
  .lg\:hover\:bg-pink-100\/10:hover {
    background-color: rgb(252 231 243 / 0.1);
  }
  .lg\:hover\:bg-pink-100\/100:hover {
    background-color: rgb(252 231 243 / 1);
  }
  .lg\:hover\:bg-pink-100\/20:hover {
    background-color: rgb(252 231 243 / 0.2);
  }
  .lg\:hover\:bg-pink-100\/25:hover {
    background-color: rgb(252 231 243 / 0.25);
  }
  .lg\:hover\:bg-pink-100\/30:hover {
    background-color: rgb(252 231 243 / 0.3);
  }
  .lg\:hover\:bg-pink-100\/40:hover {
    background-color: rgb(252 231 243 / 0.4);
  }
  .lg\:hover\:bg-pink-100\/5:hover {
    background-color: rgb(252 231 243 / 0.05);
  }
  .lg\:hover\:bg-pink-100\/50:hover {
    background-color: rgb(252 231 243 / 0.5);
  }
  .lg\:hover\:bg-pink-100\/60:hover {
    background-color: rgb(252 231 243 / 0.6);
  }
  .lg\:hover\:bg-pink-100\/70:hover {
    background-color: rgb(252 231 243 / 0.7);
  }
  .lg\:hover\:bg-pink-100\/75:hover {
    background-color: rgb(252 231 243 / 0.75);
  }
  .lg\:hover\:bg-pink-100\/80:hover {
    background-color: rgb(252 231 243 / 0.8);
  }
  .lg\:hover\:bg-pink-100\/90:hover {
    background-color: rgb(252 231 243 / 0.9);
  }
  .lg\:hover\:bg-pink-100\/95:hover {
    background-color: rgb(252 231 243 / 0.95);
  }
  .lg\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(251 207 232 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-pink-200\/0:hover {
    background-color: rgb(251 207 232 / 0);
  }
  .lg\:hover\:bg-pink-200\/10:hover {
    background-color: rgb(251 207 232 / 0.1);
  }
  .lg\:hover\:bg-pink-200\/100:hover {
    background-color: rgb(251 207 232 / 1);
  }
  .lg\:hover\:bg-pink-200\/20:hover {
    background-color: rgb(251 207 232 / 0.2);
  }
  .lg\:hover\:bg-pink-200\/25:hover {
    background-color: rgb(251 207 232 / 0.25);
  }
  .lg\:hover\:bg-pink-200\/30:hover {
    background-color: rgb(251 207 232 / 0.3);
  }
  .lg\:hover\:bg-pink-200\/40:hover {
    background-color: rgb(251 207 232 / 0.4);
  }
  .lg\:hover\:bg-pink-200\/5:hover {
    background-color: rgb(251 207 232 / 0.05);
  }
  .lg\:hover\:bg-pink-200\/50:hover {
    background-color: rgb(251 207 232 / 0.5);
  }
  .lg\:hover\:bg-pink-200\/60:hover {
    background-color: rgb(251 207 232 / 0.6);
  }
  .lg\:hover\:bg-pink-200\/70:hover {
    background-color: rgb(251 207 232 / 0.7);
  }
  .lg\:hover\:bg-pink-200\/75:hover {
    background-color: rgb(251 207 232 / 0.75);
  }
  .lg\:hover\:bg-pink-200\/80:hover {
    background-color: rgb(251 207 232 / 0.8);
  }
  .lg\:hover\:bg-pink-200\/90:hover {
    background-color: rgb(251 207 232 / 0.9);
  }
  .lg\:hover\:bg-pink-200\/95:hover {
    background-color: rgb(251 207 232 / 0.95);
  }
  .lg\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 168 212 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-pink-300\/0:hover {
    background-color: rgb(249 168 212 / 0);
  }
  .lg\:hover\:bg-pink-300\/10:hover {
    background-color: rgb(249 168 212 / 0.1);
  }
  .lg\:hover\:bg-pink-300\/100:hover {
    background-color: rgb(249 168 212 / 1);
  }
  .lg\:hover\:bg-pink-300\/20:hover {
    background-color: rgb(249 168 212 / 0.2);
  }
  .lg\:hover\:bg-pink-300\/25:hover {
    background-color: rgb(249 168 212 / 0.25);
  }
  .lg\:hover\:bg-pink-300\/30:hover {
    background-color: rgb(249 168 212 / 0.3);
  }
  .lg\:hover\:bg-pink-300\/40:hover {
    background-color: rgb(249 168 212 / 0.4);
  }
  .lg\:hover\:bg-pink-300\/5:hover {
    background-color: rgb(249 168 212 / 0.05);
  }
  .lg\:hover\:bg-pink-300\/50:hover {
    background-color: rgb(249 168 212 / 0.5);
  }
  .lg\:hover\:bg-pink-300\/60:hover {
    background-color: rgb(249 168 212 / 0.6);
  }
  .lg\:hover\:bg-pink-300\/70:hover {
    background-color: rgb(249 168 212 / 0.7);
  }
  .lg\:hover\:bg-pink-300\/75:hover {
    background-color: rgb(249 168 212 / 0.75);
  }
  .lg\:hover\:bg-pink-300\/80:hover {
    background-color: rgb(249 168 212 / 0.8);
  }
  .lg\:hover\:bg-pink-300\/90:hover {
    background-color: rgb(249 168 212 / 0.9);
  }
  .lg\:hover\:bg-pink-300\/95:hover {
    background-color: rgb(249 168 212 / 0.95);
  }
  .lg\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(244 114 182 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-pink-400\/0:hover {
    background-color: rgb(244 114 182 / 0);
  }
  .lg\:hover\:bg-pink-400\/10:hover {
    background-color: rgb(244 114 182 / 0.1);
  }
  .lg\:hover\:bg-pink-400\/100:hover {
    background-color: rgb(244 114 182 / 1);
  }
  .lg\:hover\:bg-pink-400\/20:hover {
    background-color: rgb(244 114 182 / 0.2);
  }
  .lg\:hover\:bg-pink-400\/25:hover {
    background-color: rgb(244 114 182 / 0.25);
  }
  .lg\:hover\:bg-pink-400\/30:hover {
    background-color: rgb(244 114 182 / 0.3);
  }
  .lg\:hover\:bg-pink-400\/40:hover {
    background-color: rgb(244 114 182 / 0.4);
  }
  .lg\:hover\:bg-pink-400\/5:hover {
    background-color: rgb(244 114 182 / 0.05);
  }
  .lg\:hover\:bg-pink-400\/50:hover {
    background-color: rgb(244 114 182 / 0.5);
  }
  .lg\:hover\:bg-pink-400\/60:hover {
    background-color: rgb(244 114 182 / 0.6);
  }
  .lg\:hover\:bg-pink-400\/70:hover {
    background-color: rgb(244 114 182 / 0.7);
  }
  .lg\:hover\:bg-pink-400\/75:hover {
    background-color: rgb(244 114 182 / 0.75);
  }
  .lg\:hover\:bg-pink-400\/80:hover {
    background-color: rgb(244 114 182 / 0.8);
  }
  .lg\:hover\:bg-pink-400\/90:hover {
    background-color: rgb(244 114 182 / 0.9);
  }
  .lg\:hover\:bg-pink-400\/95:hover {
    background-color: rgb(244 114 182 / 0.95);
  }
  .lg\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(253 242 248 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-pink-50\/0:hover {
    background-color: rgb(253 242 248 / 0);
  }
  .lg\:hover\:bg-pink-50\/10:hover {
    background-color: rgb(253 242 248 / 0.1);
  }
  .lg\:hover\:bg-pink-50\/100:hover {
    background-color: rgb(253 242 248 / 1);
  }
  .lg\:hover\:bg-pink-50\/20:hover {
    background-color: rgb(253 242 248 / 0.2);
  }
  .lg\:hover\:bg-pink-50\/25:hover {
    background-color: rgb(253 242 248 / 0.25);
  }
  .lg\:hover\:bg-pink-50\/30:hover {
    background-color: rgb(253 242 248 / 0.3);
  }
  .lg\:hover\:bg-pink-50\/40:hover {
    background-color: rgb(253 242 248 / 0.4);
  }
  .lg\:hover\:bg-pink-50\/5:hover {
    background-color: rgb(253 242 248 / 0.05);
  }
  .lg\:hover\:bg-pink-50\/50:hover {
    background-color: rgb(253 242 248 / 0.5);
  }
  .lg\:hover\:bg-pink-50\/60:hover {
    background-color: rgb(253 242 248 / 0.6);
  }
  .lg\:hover\:bg-pink-50\/70:hover {
    background-color: rgb(253 242 248 / 0.7);
  }
  .lg\:hover\:bg-pink-50\/75:hover {
    background-color: rgb(253 242 248 / 0.75);
  }
  .lg\:hover\:bg-pink-50\/80:hover {
    background-color: rgb(253 242 248 / 0.8);
  }
  .lg\:hover\:bg-pink-50\/90:hover {
    background-color: rgb(253 242 248 / 0.9);
  }
  .lg\:hover\:bg-pink-50\/95:hover {
    background-color: rgb(253 242 248 / 0.95);
  }
  .lg\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(236 72 153 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-pink-500\/0:hover {
    background-color: rgb(236 72 153 / 0);
  }
  .lg\:hover\:bg-pink-500\/10:hover {
    background-color: rgb(236 72 153 / 0.1);
  }
  .lg\:hover\:bg-pink-500\/100:hover {
    background-color: rgb(236 72 153 / 1);
  }
  .lg\:hover\:bg-pink-500\/20:hover {
    background-color: rgb(236 72 153 / 0.2);
  }
  .lg\:hover\:bg-pink-500\/25:hover {
    background-color: rgb(236 72 153 / 0.25);
  }
  .lg\:hover\:bg-pink-500\/30:hover {
    background-color: rgb(236 72 153 / 0.3);
  }
  .lg\:hover\:bg-pink-500\/40:hover {
    background-color: rgb(236 72 153 / 0.4);
  }
  .lg\:hover\:bg-pink-500\/5:hover {
    background-color: rgb(236 72 153 / 0.05);
  }
  .lg\:hover\:bg-pink-500\/50:hover {
    background-color: rgb(236 72 153 / 0.5);
  }
  .lg\:hover\:bg-pink-500\/60:hover {
    background-color: rgb(236 72 153 / 0.6);
  }
  .lg\:hover\:bg-pink-500\/70:hover {
    background-color: rgb(236 72 153 / 0.7);
  }
  .lg\:hover\:bg-pink-500\/75:hover {
    background-color: rgb(236 72 153 / 0.75);
  }
  .lg\:hover\:bg-pink-500\/80:hover {
    background-color: rgb(236 72 153 / 0.8);
  }
  .lg\:hover\:bg-pink-500\/90:hover {
    background-color: rgb(236 72 153 / 0.9);
  }
  .lg\:hover\:bg-pink-500\/95:hover {
    background-color: rgb(236 72 153 / 0.95);
  }
  .lg\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(219 39 119 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-pink-600\/0:hover {
    background-color: rgb(219 39 119 / 0);
  }
  .lg\:hover\:bg-pink-600\/10:hover {
    background-color: rgb(219 39 119 / 0.1);
  }
  .lg\:hover\:bg-pink-600\/100:hover {
    background-color: rgb(219 39 119 / 1);
  }
  .lg\:hover\:bg-pink-600\/20:hover {
    background-color: rgb(219 39 119 / 0.2);
  }
  .lg\:hover\:bg-pink-600\/25:hover {
    background-color: rgb(219 39 119 / 0.25);
  }
  .lg\:hover\:bg-pink-600\/30:hover {
    background-color: rgb(219 39 119 / 0.3);
  }
  .lg\:hover\:bg-pink-600\/40:hover {
    background-color: rgb(219 39 119 / 0.4);
  }
  .lg\:hover\:bg-pink-600\/5:hover {
    background-color: rgb(219 39 119 / 0.05);
  }
  .lg\:hover\:bg-pink-600\/50:hover {
    background-color: rgb(219 39 119 / 0.5);
  }
  .lg\:hover\:bg-pink-600\/60:hover {
    background-color: rgb(219 39 119 / 0.6);
  }
  .lg\:hover\:bg-pink-600\/70:hover {
    background-color: rgb(219 39 119 / 0.7);
  }
  .lg\:hover\:bg-pink-600\/75:hover {
    background-color: rgb(219 39 119 / 0.75);
  }
  .lg\:hover\:bg-pink-600\/80:hover {
    background-color: rgb(219 39 119 / 0.8);
  }
  .lg\:hover\:bg-pink-600\/90:hover {
    background-color: rgb(219 39 119 / 0.9);
  }
  .lg\:hover\:bg-pink-600\/95:hover {
    background-color: rgb(219 39 119 / 0.95);
  }
  .lg\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(190 24 93 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-pink-700\/0:hover {
    background-color: rgb(190 24 93 / 0);
  }
  .lg\:hover\:bg-pink-700\/10:hover {
    background-color: rgb(190 24 93 / 0.1);
  }
  .lg\:hover\:bg-pink-700\/100:hover {
    background-color: rgb(190 24 93 / 1);
  }
  .lg\:hover\:bg-pink-700\/20:hover {
    background-color: rgb(190 24 93 / 0.2);
  }
  .lg\:hover\:bg-pink-700\/25:hover {
    background-color: rgb(190 24 93 / 0.25);
  }
  .lg\:hover\:bg-pink-700\/30:hover {
    background-color: rgb(190 24 93 / 0.3);
  }
  .lg\:hover\:bg-pink-700\/40:hover {
    background-color: rgb(190 24 93 / 0.4);
  }
  .lg\:hover\:bg-pink-700\/5:hover {
    background-color: rgb(190 24 93 / 0.05);
  }
  .lg\:hover\:bg-pink-700\/50:hover {
    background-color: rgb(190 24 93 / 0.5);
  }
  .lg\:hover\:bg-pink-700\/60:hover {
    background-color: rgb(190 24 93 / 0.6);
  }
  .lg\:hover\:bg-pink-700\/70:hover {
    background-color: rgb(190 24 93 / 0.7);
  }
  .lg\:hover\:bg-pink-700\/75:hover {
    background-color: rgb(190 24 93 / 0.75);
  }
  .lg\:hover\:bg-pink-700\/80:hover {
    background-color: rgb(190 24 93 / 0.8);
  }
  .lg\:hover\:bg-pink-700\/90:hover {
    background-color: rgb(190 24 93 / 0.9);
  }
  .lg\:hover\:bg-pink-700\/95:hover {
    background-color: rgb(190 24 93 / 0.95);
  }
  .lg\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(157 23 77 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-pink-800\/0:hover {
    background-color: rgb(157 23 77 / 0);
  }
  .lg\:hover\:bg-pink-800\/10:hover {
    background-color: rgb(157 23 77 / 0.1);
  }
  .lg\:hover\:bg-pink-800\/100:hover {
    background-color: rgb(157 23 77 / 1);
  }
  .lg\:hover\:bg-pink-800\/20:hover {
    background-color: rgb(157 23 77 / 0.2);
  }
  .lg\:hover\:bg-pink-800\/25:hover {
    background-color: rgb(157 23 77 / 0.25);
  }
  .lg\:hover\:bg-pink-800\/30:hover {
    background-color: rgb(157 23 77 / 0.3);
  }
  .lg\:hover\:bg-pink-800\/40:hover {
    background-color: rgb(157 23 77 / 0.4);
  }
  .lg\:hover\:bg-pink-800\/5:hover {
    background-color: rgb(157 23 77 / 0.05);
  }
  .lg\:hover\:bg-pink-800\/50:hover {
    background-color: rgb(157 23 77 / 0.5);
  }
  .lg\:hover\:bg-pink-800\/60:hover {
    background-color: rgb(157 23 77 / 0.6);
  }
  .lg\:hover\:bg-pink-800\/70:hover {
    background-color: rgb(157 23 77 / 0.7);
  }
  .lg\:hover\:bg-pink-800\/75:hover {
    background-color: rgb(157 23 77 / 0.75);
  }
  .lg\:hover\:bg-pink-800\/80:hover {
    background-color: rgb(157 23 77 / 0.8);
  }
  .lg\:hover\:bg-pink-800\/90:hover {
    background-color: rgb(157 23 77 / 0.9);
  }
  .lg\:hover\:bg-pink-800\/95:hover {
    background-color: rgb(157 23 77 / 0.95);
  }
  .lg\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(131 24 67 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-pink-900\/0:hover {
    background-color: rgb(131 24 67 / 0);
  }
  .lg\:hover\:bg-pink-900\/10:hover {
    background-color: rgb(131 24 67 / 0.1);
  }
  .lg\:hover\:bg-pink-900\/100:hover {
    background-color: rgb(131 24 67 / 1);
  }
  .lg\:hover\:bg-pink-900\/20:hover {
    background-color: rgb(131 24 67 / 0.2);
  }
  .lg\:hover\:bg-pink-900\/25:hover {
    background-color: rgb(131 24 67 / 0.25);
  }
  .lg\:hover\:bg-pink-900\/30:hover {
    background-color: rgb(131 24 67 / 0.3);
  }
  .lg\:hover\:bg-pink-900\/40:hover {
    background-color: rgb(131 24 67 / 0.4);
  }
  .lg\:hover\:bg-pink-900\/5:hover {
    background-color: rgb(131 24 67 / 0.05);
  }
  .lg\:hover\:bg-pink-900\/50:hover {
    background-color: rgb(131 24 67 / 0.5);
  }
  .lg\:hover\:bg-pink-900\/60:hover {
    background-color: rgb(131 24 67 / 0.6);
  }
  .lg\:hover\:bg-pink-900\/70:hover {
    background-color: rgb(131 24 67 / 0.7);
  }
  .lg\:hover\:bg-pink-900\/75:hover {
    background-color: rgb(131 24 67 / 0.75);
  }
  .lg\:hover\:bg-pink-900\/80:hover {
    background-color: rgb(131 24 67 / 0.8);
  }
  .lg\:hover\:bg-pink-900\/90:hover {
    background-color: rgb(131 24 67 / 0.9);
  }
  .lg\:hover\:bg-pink-900\/95:hover {
    background-color: rgb(131 24 67 / 0.95);
  }
  .lg\:hover\:bg-pink-950:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(80 7 36 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-pink-950\/0:hover {
    background-color: rgb(80 7 36 / 0);
  }
  .lg\:hover\:bg-pink-950\/10:hover {
    background-color: rgb(80 7 36 / 0.1);
  }
  .lg\:hover\:bg-pink-950\/100:hover {
    background-color: rgb(80 7 36 / 1);
  }
  .lg\:hover\:bg-pink-950\/20:hover {
    background-color: rgb(80 7 36 / 0.2);
  }
  .lg\:hover\:bg-pink-950\/25:hover {
    background-color: rgb(80 7 36 / 0.25);
  }
  .lg\:hover\:bg-pink-950\/30:hover {
    background-color: rgb(80 7 36 / 0.3);
  }
  .lg\:hover\:bg-pink-950\/40:hover {
    background-color: rgb(80 7 36 / 0.4);
  }
  .lg\:hover\:bg-pink-950\/5:hover {
    background-color: rgb(80 7 36 / 0.05);
  }
  .lg\:hover\:bg-pink-950\/50:hover {
    background-color: rgb(80 7 36 / 0.5);
  }
  .lg\:hover\:bg-pink-950\/60:hover {
    background-color: rgb(80 7 36 / 0.6);
  }
  .lg\:hover\:bg-pink-950\/70:hover {
    background-color: rgb(80 7 36 / 0.7);
  }
  .lg\:hover\:bg-pink-950\/75:hover {
    background-color: rgb(80 7 36 / 0.75);
  }
  .lg\:hover\:bg-pink-950\/80:hover {
    background-color: rgb(80 7 36 / 0.8);
  }
  .lg\:hover\:bg-pink-950\/90:hover {
    background-color: rgb(80 7 36 / 0.9);
  }
  .lg\:hover\:bg-pink-950\/95:hover {
    background-color: rgb(80 7 36 / 0.95);
  }
  .lg\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 232 255 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-purple-100\/0:hover {
    background-color: rgb(243 232 255 / 0);
  }
  .lg\:hover\:bg-purple-100\/10:hover {
    background-color: rgb(243 232 255 / 0.1);
  }
  .lg\:hover\:bg-purple-100\/100:hover {
    background-color: rgb(243 232 255 / 1);
  }
  .lg\:hover\:bg-purple-100\/20:hover {
    background-color: rgb(243 232 255 / 0.2);
  }
  .lg\:hover\:bg-purple-100\/25:hover {
    background-color: rgb(243 232 255 / 0.25);
  }
  .lg\:hover\:bg-purple-100\/30:hover {
    background-color: rgb(243 232 255 / 0.3);
  }
  .lg\:hover\:bg-purple-100\/40:hover {
    background-color: rgb(243 232 255 / 0.4);
  }
  .lg\:hover\:bg-purple-100\/5:hover {
    background-color: rgb(243 232 255 / 0.05);
  }
  .lg\:hover\:bg-purple-100\/50:hover {
    background-color: rgb(243 232 255 / 0.5);
  }
  .lg\:hover\:bg-purple-100\/60:hover {
    background-color: rgb(243 232 255 / 0.6);
  }
  .lg\:hover\:bg-purple-100\/70:hover {
    background-color: rgb(243 232 255 / 0.7);
  }
  .lg\:hover\:bg-purple-100\/75:hover {
    background-color: rgb(243 232 255 / 0.75);
  }
  .lg\:hover\:bg-purple-100\/80:hover {
    background-color: rgb(243 232 255 / 0.8);
  }
  .lg\:hover\:bg-purple-100\/90:hover {
    background-color: rgb(243 232 255 / 0.9);
  }
  .lg\:hover\:bg-purple-100\/95:hover {
    background-color: rgb(243 232 255 / 0.95);
  }
  .lg\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(233 213 255 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-purple-200\/0:hover {
    background-color: rgb(233 213 255 / 0);
  }
  .lg\:hover\:bg-purple-200\/10:hover {
    background-color: rgb(233 213 255 / 0.1);
  }
  .lg\:hover\:bg-purple-200\/100:hover {
    background-color: rgb(233 213 255 / 1);
  }
  .lg\:hover\:bg-purple-200\/20:hover {
    background-color: rgb(233 213 255 / 0.2);
  }
  .lg\:hover\:bg-purple-200\/25:hover {
    background-color: rgb(233 213 255 / 0.25);
  }
  .lg\:hover\:bg-purple-200\/30:hover {
    background-color: rgb(233 213 255 / 0.3);
  }
  .lg\:hover\:bg-purple-200\/40:hover {
    background-color: rgb(233 213 255 / 0.4);
  }
  .lg\:hover\:bg-purple-200\/5:hover {
    background-color: rgb(233 213 255 / 0.05);
  }
  .lg\:hover\:bg-purple-200\/50:hover {
    background-color: rgb(233 213 255 / 0.5);
  }
  .lg\:hover\:bg-purple-200\/60:hover {
    background-color: rgb(233 213 255 / 0.6);
  }
  .lg\:hover\:bg-purple-200\/70:hover {
    background-color: rgb(233 213 255 / 0.7);
  }
  .lg\:hover\:bg-purple-200\/75:hover {
    background-color: rgb(233 213 255 / 0.75);
  }
  .lg\:hover\:bg-purple-200\/80:hover {
    background-color: rgb(233 213 255 / 0.8);
  }
  .lg\:hover\:bg-purple-200\/90:hover {
    background-color: rgb(233 213 255 / 0.9);
  }
  .lg\:hover\:bg-purple-200\/95:hover {
    background-color: rgb(233 213 255 / 0.95);
  }
  .lg\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(216 180 254 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-purple-300\/0:hover {
    background-color: rgb(216 180 254 / 0);
  }
  .lg\:hover\:bg-purple-300\/10:hover {
    background-color: rgb(216 180 254 / 0.1);
  }
  .lg\:hover\:bg-purple-300\/100:hover {
    background-color: rgb(216 180 254 / 1);
  }
  .lg\:hover\:bg-purple-300\/20:hover {
    background-color: rgb(216 180 254 / 0.2);
  }
  .lg\:hover\:bg-purple-300\/25:hover {
    background-color: rgb(216 180 254 / 0.25);
  }
  .lg\:hover\:bg-purple-300\/30:hover {
    background-color: rgb(216 180 254 / 0.3);
  }
  .lg\:hover\:bg-purple-300\/40:hover {
    background-color: rgb(216 180 254 / 0.4);
  }
  .lg\:hover\:bg-purple-300\/5:hover {
    background-color: rgb(216 180 254 / 0.05);
  }
  .lg\:hover\:bg-purple-300\/50:hover {
    background-color: rgb(216 180 254 / 0.5);
  }
  .lg\:hover\:bg-purple-300\/60:hover {
    background-color: rgb(216 180 254 / 0.6);
  }
  .lg\:hover\:bg-purple-300\/70:hover {
    background-color: rgb(216 180 254 / 0.7);
  }
  .lg\:hover\:bg-purple-300\/75:hover {
    background-color: rgb(216 180 254 / 0.75);
  }
  .lg\:hover\:bg-purple-300\/80:hover {
    background-color: rgb(216 180 254 / 0.8);
  }
  .lg\:hover\:bg-purple-300\/90:hover {
    background-color: rgb(216 180 254 / 0.9);
  }
  .lg\:hover\:bg-purple-300\/95:hover {
    background-color: rgb(216 180 254 / 0.95);
  }
  .lg\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(192 132 252 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-purple-400\/0:hover {
    background-color: rgb(192 132 252 / 0);
  }
  .lg\:hover\:bg-purple-400\/10:hover {
    background-color: rgb(192 132 252 / 0.1);
  }
  .lg\:hover\:bg-purple-400\/100:hover {
    background-color: rgb(192 132 252 / 1);
  }
  .lg\:hover\:bg-purple-400\/20:hover {
    background-color: rgb(192 132 252 / 0.2);
  }
  .lg\:hover\:bg-purple-400\/25:hover {
    background-color: rgb(192 132 252 / 0.25);
  }
  .lg\:hover\:bg-purple-400\/30:hover {
    background-color: rgb(192 132 252 / 0.3);
  }
  .lg\:hover\:bg-purple-400\/40:hover {
    background-color: rgb(192 132 252 / 0.4);
  }
  .lg\:hover\:bg-purple-400\/5:hover {
    background-color: rgb(192 132 252 / 0.05);
  }
  .lg\:hover\:bg-purple-400\/50:hover {
    background-color: rgb(192 132 252 / 0.5);
  }
  .lg\:hover\:bg-purple-400\/60:hover {
    background-color: rgb(192 132 252 / 0.6);
  }
  .lg\:hover\:bg-purple-400\/70:hover {
    background-color: rgb(192 132 252 / 0.7);
  }
  .lg\:hover\:bg-purple-400\/75:hover {
    background-color: rgb(192 132 252 / 0.75);
  }
  .lg\:hover\:bg-purple-400\/80:hover {
    background-color: rgb(192 132 252 / 0.8);
  }
  .lg\:hover\:bg-purple-400\/90:hover {
    background-color: rgb(192 132 252 / 0.9);
  }
  .lg\:hover\:bg-purple-400\/95:hover {
    background-color: rgb(192 132 252 / 0.95);
  }
  .lg\:hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(250 245 255 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-purple-50\/0:hover {
    background-color: rgb(250 245 255 / 0);
  }
  .lg\:hover\:bg-purple-50\/10:hover {
    background-color: rgb(250 245 255 / 0.1);
  }
  .lg\:hover\:bg-purple-50\/100:hover {
    background-color: rgb(250 245 255 / 1);
  }
  .lg\:hover\:bg-purple-50\/20:hover {
    background-color: rgb(250 245 255 / 0.2);
  }
  .lg\:hover\:bg-purple-50\/25:hover {
    background-color: rgb(250 245 255 / 0.25);
  }
  .lg\:hover\:bg-purple-50\/30:hover {
    background-color: rgb(250 245 255 / 0.3);
  }
  .lg\:hover\:bg-purple-50\/40:hover {
    background-color: rgb(250 245 255 / 0.4);
  }
  .lg\:hover\:bg-purple-50\/5:hover {
    background-color: rgb(250 245 255 / 0.05);
  }
  .lg\:hover\:bg-purple-50\/50:hover {
    background-color: rgb(250 245 255 / 0.5);
  }
  .lg\:hover\:bg-purple-50\/60:hover {
    background-color: rgb(250 245 255 / 0.6);
  }
  .lg\:hover\:bg-purple-50\/70:hover {
    background-color: rgb(250 245 255 / 0.7);
  }
  .lg\:hover\:bg-purple-50\/75:hover {
    background-color: rgb(250 245 255 / 0.75);
  }
  .lg\:hover\:bg-purple-50\/80:hover {
    background-color: rgb(250 245 255 / 0.8);
  }
  .lg\:hover\:bg-purple-50\/90:hover {
    background-color: rgb(250 245 255 / 0.9);
  }
  .lg\:hover\:bg-purple-50\/95:hover {
    background-color: rgb(250 245 255 / 0.95);
  }
  .lg\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(168 85 247 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-purple-500\/0:hover {
    background-color: rgb(168 85 247 / 0);
  }
  .lg\:hover\:bg-purple-500\/10:hover {
    background-color: rgb(168 85 247 / 0.1);
  }
  .lg\:hover\:bg-purple-500\/100:hover {
    background-color: rgb(168 85 247 / 1);
  }
  .lg\:hover\:bg-purple-500\/20:hover {
    background-color: rgb(168 85 247 / 0.2);
  }
  .lg\:hover\:bg-purple-500\/25:hover {
    background-color: rgb(168 85 247 / 0.25);
  }
  .lg\:hover\:bg-purple-500\/30:hover {
    background-color: rgb(168 85 247 / 0.3);
  }
  .lg\:hover\:bg-purple-500\/40:hover {
    background-color: rgb(168 85 247 / 0.4);
  }
  .lg\:hover\:bg-purple-500\/5:hover {
    background-color: rgb(168 85 247 / 0.05);
  }
  .lg\:hover\:bg-purple-500\/50:hover {
    background-color: rgb(168 85 247 / 0.5);
  }
  .lg\:hover\:bg-purple-500\/60:hover {
    background-color: rgb(168 85 247 / 0.6);
  }
  .lg\:hover\:bg-purple-500\/70:hover {
    background-color: rgb(168 85 247 / 0.7);
  }
  .lg\:hover\:bg-purple-500\/75:hover {
    background-color: rgb(168 85 247 / 0.75);
  }
  .lg\:hover\:bg-purple-500\/80:hover {
    background-color: rgb(168 85 247 / 0.8);
  }
  .lg\:hover\:bg-purple-500\/90:hover {
    background-color: rgb(168 85 247 / 0.9);
  }
  .lg\:hover\:bg-purple-500\/95:hover {
    background-color: rgb(168 85 247 / 0.95);
  }
  .lg\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(147 51 234 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-purple-600\/0:hover {
    background-color: rgb(147 51 234 / 0);
  }
  .lg\:hover\:bg-purple-600\/10:hover {
    background-color: rgb(147 51 234 / 0.1);
  }
  .lg\:hover\:bg-purple-600\/100:hover {
    background-color: rgb(147 51 234 / 1);
  }
  .lg\:hover\:bg-purple-600\/20:hover {
    background-color: rgb(147 51 234 / 0.2);
  }
  .lg\:hover\:bg-purple-600\/25:hover {
    background-color: rgb(147 51 234 / 0.25);
  }
  .lg\:hover\:bg-purple-600\/30:hover {
    background-color: rgb(147 51 234 / 0.3);
  }
  .lg\:hover\:bg-purple-600\/40:hover {
    background-color: rgb(147 51 234 / 0.4);
  }
  .lg\:hover\:bg-purple-600\/5:hover {
    background-color: rgb(147 51 234 / 0.05);
  }
  .lg\:hover\:bg-purple-600\/50:hover {
    background-color: rgb(147 51 234 / 0.5);
  }
  .lg\:hover\:bg-purple-600\/60:hover {
    background-color: rgb(147 51 234 / 0.6);
  }
  .lg\:hover\:bg-purple-600\/70:hover {
    background-color: rgb(147 51 234 / 0.7);
  }
  .lg\:hover\:bg-purple-600\/75:hover {
    background-color: rgb(147 51 234 / 0.75);
  }
  .lg\:hover\:bg-purple-600\/80:hover {
    background-color: rgb(147 51 234 / 0.8);
  }
  .lg\:hover\:bg-purple-600\/90:hover {
    background-color: rgb(147 51 234 / 0.9);
  }
  .lg\:hover\:bg-purple-600\/95:hover {
    background-color: rgb(147 51 234 / 0.95);
  }
  .lg\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(126 34 206 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-purple-700\/0:hover {
    background-color: rgb(126 34 206 / 0);
  }
  .lg\:hover\:bg-purple-700\/10:hover {
    background-color: rgb(126 34 206 / 0.1);
  }
  .lg\:hover\:bg-purple-700\/100:hover {
    background-color: rgb(126 34 206 / 1);
  }
  .lg\:hover\:bg-purple-700\/20:hover {
    background-color: rgb(126 34 206 / 0.2);
  }
  .lg\:hover\:bg-purple-700\/25:hover {
    background-color: rgb(126 34 206 / 0.25);
  }
  .lg\:hover\:bg-purple-700\/30:hover {
    background-color: rgb(126 34 206 / 0.3);
  }
  .lg\:hover\:bg-purple-700\/40:hover {
    background-color: rgb(126 34 206 / 0.4);
  }
  .lg\:hover\:bg-purple-700\/5:hover {
    background-color: rgb(126 34 206 / 0.05);
  }
  .lg\:hover\:bg-purple-700\/50:hover {
    background-color: rgb(126 34 206 / 0.5);
  }
  .lg\:hover\:bg-purple-700\/60:hover {
    background-color: rgb(126 34 206 / 0.6);
  }
  .lg\:hover\:bg-purple-700\/70:hover {
    background-color: rgb(126 34 206 / 0.7);
  }
  .lg\:hover\:bg-purple-700\/75:hover {
    background-color: rgb(126 34 206 / 0.75);
  }
  .lg\:hover\:bg-purple-700\/80:hover {
    background-color: rgb(126 34 206 / 0.8);
  }
  .lg\:hover\:bg-purple-700\/90:hover {
    background-color: rgb(126 34 206 / 0.9);
  }
  .lg\:hover\:bg-purple-700\/95:hover {
    background-color: rgb(126 34 206 / 0.95);
  }
  .lg\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(107 33 168 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-purple-800\/0:hover {
    background-color: rgb(107 33 168 / 0);
  }
  .lg\:hover\:bg-purple-800\/10:hover {
    background-color: rgb(107 33 168 / 0.1);
  }
  .lg\:hover\:bg-purple-800\/100:hover {
    background-color: rgb(107 33 168 / 1);
  }
  .lg\:hover\:bg-purple-800\/20:hover {
    background-color: rgb(107 33 168 / 0.2);
  }
  .lg\:hover\:bg-purple-800\/25:hover {
    background-color: rgb(107 33 168 / 0.25);
  }
  .lg\:hover\:bg-purple-800\/30:hover {
    background-color: rgb(107 33 168 / 0.3);
  }
  .lg\:hover\:bg-purple-800\/40:hover {
    background-color: rgb(107 33 168 / 0.4);
  }
  .lg\:hover\:bg-purple-800\/5:hover {
    background-color: rgb(107 33 168 / 0.05);
  }
  .lg\:hover\:bg-purple-800\/50:hover {
    background-color: rgb(107 33 168 / 0.5);
  }
  .lg\:hover\:bg-purple-800\/60:hover {
    background-color: rgb(107 33 168 / 0.6);
  }
  .lg\:hover\:bg-purple-800\/70:hover {
    background-color: rgb(107 33 168 / 0.7);
  }
  .lg\:hover\:bg-purple-800\/75:hover {
    background-color: rgb(107 33 168 / 0.75);
  }
  .lg\:hover\:bg-purple-800\/80:hover {
    background-color: rgb(107 33 168 / 0.8);
  }
  .lg\:hover\:bg-purple-800\/90:hover {
    background-color: rgb(107 33 168 / 0.9);
  }
  .lg\:hover\:bg-purple-800\/95:hover {
    background-color: rgb(107 33 168 / 0.95);
  }
  .lg\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(88 28 135 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-purple-900\/0:hover {
    background-color: rgb(88 28 135 / 0);
  }
  .lg\:hover\:bg-purple-900\/10:hover {
    background-color: rgb(88 28 135 / 0.1);
  }
  .lg\:hover\:bg-purple-900\/100:hover {
    background-color: rgb(88 28 135 / 1);
  }
  .lg\:hover\:bg-purple-900\/20:hover {
    background-color: rgb(88 28 135 / 0.2);
  }
  .lg\:hover\:bg-purple-900\/25:hover {
    background-color: rgb(88 28 135 / 0.25);
  }
  .lg\:hover\:bg-purple-900\/30:hover {
    background-color: rgb(88 28 135 / 0.3);
  }
  .lg\:hover\:bg-purple-900\/40:hover {
    background-color: rgb(88 28 135 / 0.4);
  }
  .lg\:hover\:bg-purple-900\/5:hover {
    background-color: rgb(88 28 135 / 0.05);
  }
  .lg\:hover\:bg-purple-900\/50:hover {
    background-color: rgb(88 28 135 / 0.5);
  }
  .lg\:hover\:bg-purple-900\/60:hover {
    background-color: rgb(88 28 135 / 0.6);
  }
  .lg\:hover\:bg-purple-900\/70:hover {
    background-color: rgb(88 28 135 / 0.7);
  }
  .lg\:hover\:bg-purple-900\/75:hover {
    background-color: rgb(88 28 135 / 0.75);
  }
  .lg\:hover\:bg-purple-900\/80:hover {
    background-color: rgb(88 28 135 / 0.8);
  }
  .lg\:hover\:bg-purple-900\/90:hover {
    background-color: rgb(88 28 135 / 0.9);
  }
  .lg\:hover\:bg-purple-900\/95:hover {
    background-color: rgb(88 28 135 / 0.95);
  }
  .lg\:hover\:bg-purple-950:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(59 7 100 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-purple-950\/0:hover {
    background-color: rgb(59 7 100 / 0);
  }
  .lg\:hover\:bg-purple-950\/10:hover {
    background-color: rgb(59 7 100 / 0.1);
  }
  .lg\:hover\:bg-purple-950\/100:hover {
    background-color: rgb(59 7 100 / 1);
  }
  .lg\:hover\:bg-purple-950\/20:hover {
    background-color: rgb(59 7 100 / 0.2);
  }
  .lg\:hover\:bg-purple-950\/25:hover {
    background-color: rgb(59 7 100 / 0.25);
  }
  .lg\:hover\:bg-purple-950\/30:hover {
    background-color: rgb(59 7 100 / 0.3);
  }
  .lg\:hover\:bg-purple-950\/40:hover {
    background-color: rgb(59 7 100 / 0.4);
  }
  .lg\:hover\:bg-purple-950\/5:hover {
    background-color: rgb(59 7 100 / 0.05);
  }
  .lg\:hover\:bg-purple-950\/50:hover {
    background-color: rgb(59 7 100 / 0.5);
  }
  .lg\:hover\:bg-purple-950\/60:hover {
    background-color: rgb(59 7 100 / 0.6);
  }
  .lg\:hover\:bg-purple-950\/70:hover {
    background-color: rgb(59 7 100 / 0.7);
  }
  .lg\:hover\:bg-purple-950\/75:hover {
    background-color: rgb(59 7 100 / 0.75);
  }
  .lg\:hover\:bg-purple-950\/80:hover {
    background-color: rgb(59 7 100 / 0.8);
  }
  .lg\:hover\:bg-purple-950\/90:hover {
    background-color: rgb(59 7 100 / 0.9);
  }
  .lg\:hover\:bg-purple-950\/95:hover {
    background-color: rgb(59 7 100 / 0.95);
  }
  .lg\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 226 226 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-red-100\/0:hover {
    background-color: rgb(254 226 226 / 0);
  }
  .lg\:hover\:bg-red-100\/10:hover {
    background-color: rgb(254 226 226 / 0.1);
  }
  .lg\:hover\:bg-red-100\/100:hover {
    background-color: rgb(254 226 226 / 1);
  }
  .lg\:hover\:bg-red-100\/20:hover {
    background-color: rgb(254 226 226 / 0.2);
  }
  .lg\:hover\:bg-red-100\/25:hover {
    background-color: rgb(254 226 226 / 0.25);
  }
  .lg\:hover\:bg-red-100\/30:hover {
    background-color: rgb(254 226 226 / 0.3);
  }
  .lg\:hover\:bg-red-100\/40:hover {
    background-color: rgb(254 226 226 / 0.4);
  }
  .lg\:hover\:bg-red-100\/5:hover {
    background-color: rgb(254 226 226 / 0.05);
  }
  .lg\:hover\:bg-red-100\/50:hover {
    background-color: rgb(254 226 226 / 0.5);
  }
  .lg\:hover\:bg-red-100\/60:hover {
    background-color: rgb(254 226 226 / 0.6);
  }
  .lg\:hover\:bg-red-100\/70:hover {
    background-color: rgb(254 226 226 / 0.7);
  }
  .lg\:hover\:bg-red-100\/75:hover {
    background-color: rgb(254 226 226 / 0.75);
  }
  .lg\:hover\:bg-red-100\/80:hover {
    background-color: rgb(254 226 226 / 0.8);
  }
  .lg\:hover\:bg-red-100\/90:hover {
    background-color: rgb(254 226 226 / 0.9);
  }
  .lg\:hover\:bg-red-100\/95:hover {
    background-color: rgb(254 226 226 / 0.95);
  }
  .lg\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 202 202 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-red-200\/0:hover {
    background-color: rgb(254 202 202 / 0);
  }
  .lg\:hover\:bg-red-200\/10:hover {
    background-color: rgb(254 202 202 / 0.1);
  }
  .lg\:hover\:bg-red-200\/100:hover {
    background-color: rgb(254 202 202 / 1);
  }
  .lg\:hover\:bg-red-200\/20:hover {
    background-color: rgb(254 202 202 / 0.2);
  }
  .lg\:hover\:bg-red-200\/25:hover {
    background-color: rgb(254 202 202 / 0.25);
  }
  .lg\:hover\:bg-red-200\/30:hover {
    background-color: rgb(254 202 202 / 0.3);
  }
  .lg\:hover\:bg-red-200\/40:hover {
    background-color: rgb(254 202 202 / 0.4);
  }
  .lg\:hover\:bg-red-200\/5:hover {
    background-color: rgb(254 202 202 / 0.05);
  }
  .lg\:hover\:bg-red-200\/50:hover {
    background-color: rgb(254 202 202 / 0.5);
  }
  .lg\:hover\:bg-red-200\/60:hover {
    background-color: rgb(254 202 202 / 0.6);
  }
  .lg\:hover\:bg-red-200\/70:hover {
    background-color: rgb(254 202 202 / 0.7);
  }
  .lg\:hover\:bg-red-200\/75:hover {
    background-color: rgb(254 202 202 / 0.75);
  }
  .lg\:hover\:bg-red-200\/80:hover {
    background-color: rgb(254 202 202 / 0.8);
  }
  .lg\:hover\:bg-red-200\/90:hover {
    background-color: rgb(254 202 202 / 0.9);
  }
  .lg\:hover\:bg-red-200\/95:hover {
    background-color: rgb(254 202 202 / 0.95);
  }
  .lg\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(252 165 165 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-red-300\/0:hover {
    background-color: rgb(252 165 165 / 0);
  }
  .lg\:hover\:bg-red-300\/10:hover {
    background-color: rgb(252 165 165 / 0.1);
  }
  .lg\:hover\:bg-red-300\/100:hover {
    background-color: rgb(252 165 165 / 1);
  }
  .lg\:hover\:bg-red-300\/20:hover {
    background-color: rgb(252 165 165 / 0.2);
  }
  .lg\:hover\:bg-red-300\/25:hover {
    background-color: rgb(252 165 165 / 0.25);
  }
  .lg\:hover\:bg-red-300\/30:hover {
    background-color: rgb(252 165 165 / 0.3);
  }
  .lg\:hover\:bg-red-300\/40:hover {
    background-color: rgb(252 165 165 / 0.4);
  }
  .lg\:hover\:bg-red-300\/5:hover {
    background-color: rgb(252 165 165 / 0.05);
  }
  .lg\:hover\:bg-red-300\/50:hover {
    background-color: rgb(252 165 165 / 0.5);
  }
  .lg\:hover\:bg-red-300\/60:hover {
    background-color: rgb(252 165 165 / 0.6);
  }
  .lg\:hover\:bg-red-300\/70:hover {
    background-color: rgb(252 165 165 / 0.7);
  }
  .lg\:hover\:bg-red-300\/75:hover {
    background-color: rgb(252 165 165 / 0.75);
  }
  .lg\:hover\:bg-red-300\/80:hover {
    background-color: rgb(252 165 165 / 0.8);
  }
  .lg\:hover\:bg-red-300\/90:hover {
    background-color: rgb(252 165 165 / 0.9);
  }
  .lg\:hover\:bg-red-300\/95:hover {
    background-color: rgb(252 165 165 / 0.95);
  }
  .lg\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(248 113 113 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-red-400\/0:hover {
    background-color: rgb(248 113 113 / 0);
  }
  .lg\:hover\:bg-red-400\/10:hover {
    background-color: rgb(248 113 113 / 0.1);
  }
  .lg\:hover\:bg-red-400\/100:hover {
    background-color: rgb(248 113 113 / 1);
  }
  .lg\:hover\:bg-red-400\/20:hover {
    background-color: rgb(248 113 113 / 0.2);
  }
  .lg\:hover\:bg-red-400\/25:hover {
    background-color: rgb(248 113 113 / 0.25);
  }
  .lg\:hover\:bg-red-400\/30:hover {
    background-color: rgb(248 113 113 / 0.3);
  }
  .lg\:hover\:bg-red-400\/40:hover {
    background-color: rgb(248 113 113 / 0.4);
  }
  .lg\:hover\:bg-red-400\/5:hover {
    background-color: rgb(248 113 113 / 0.05);
  }
  .lg\:hover\:bg-red-400\/50:hover {
    background-color: rgb(248 113 113 / 0.5);
  }
  .lg\:hover\:bg-red-400\/60:hover {
    background-color: rgb(248 113 113 / 0.6);
  }
  .lg\:hover\:bg-red-400\/70:hover {
    background-color: rgb(248 113 113 / 0.7);
  }
  .lg\:hover\:bg-red-400\/75:hover {
    background-color: rgb(248 113 113 / 0.75);
  }
  .lg\:hover\:bg-red-400\/80:hover {
    background-color: rgb(248 113 113 / 0.8);
  }
  .lg\:hover\:bg-red-400\/90:hover {
    background-color: rgb(248 113 113 / 0.9);
  }
  .lg\:hover\:bg-red-400\/95:hover {
    background-color: rgb(248 113 113 / 0.95);
  }
  .lg\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-red-50\/0:hover {
    background-color: rgb(254 242 242 / 0);
  }
  .lg\:hover\:bg-red-50\/10:hover {
    background-color: rgb(254 242 242 / 0.1);
  }
  .lg\:hover\:bg-red-50\/100:hover {
    background-color: rgb(254 242 242 / 1);
  }
  .lg\:hover\:bg-red-50\/20:hover {
    background-color: rgb(254 242 242 / 0.2);
  }
  .lg\:hover\:bg-red-50\/25:hover {
    background-color: rgb(254 242 242 / 0.25);
  }
  .lg\:hover\:bg-red-50\/30:hover {
    background-color: rgb(254 242 242 / 0.3);
  }
  .lg\:hover\:bg-red-50\/40:hover {
    background-color: rgb(254 242 242 / 0.4);
  }
  .lg\:hover\:bg-red-50\/5:hover {
    background-color: rgb(254 242 242 / 0.05);
  }
  .lg\:hover\:bg-red-50\/50:hover {
    background-color: rgb(254 242 242 / 0.5);
  }
  .lg\:hover\:bg-red-50\/60:hover {
    background-color: rgb(254 242 242 / 0.6);
  }
  .lg\:hover\:bg-red-50\/70:hover {
    background-color: rgb(254 242 242 / 0.7);
  }
  .lg\:hover\:bg-red-50\/75:hover {
    background-color: rgb(254 242 242 / 0.75);
  }
  .lg\:hover\:bg-red-50\/80:hover {
    background-color: rgb(254 242 242 / 0.8);
  }
  .lg\:hover\:bg-red-50\/90:hover {
    background-color: rgb(254 242 242 / 0.9);
  }
  .lg\:hover\:bg-red-50\/95:hover {
    background-color: rgb(254 242 242 / 0.95);
  }
  .lg\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-red-500\/0:hover {
    background-color: rgb(239 68 68 / 0);
  }
  .lg\:hover\:bg-red-500\/10:hover {
    background-color: rgb(239 68 68 / 0.1);
  }
  .lg\:hover\:bg-red-500\/100:hover {
    background-color: rgb(239 68 68 / 1);
  }
  .lg\:hover\:bg-red-500\/20:hover {
    background-color: rgb(239 68 68 / 0.2);
  }
  .lg\:hover\:bg-red-500\/25:hover {
    background-color: rgb(239 68 68 / 0.25);
  }
  .lg\:hover\:bg-red-500\/30:hover {
    background-color: rgb(239 68 68 / 0.3);
  }
  .lg\:hover\:bg-red-500\/40:hover {
    background-color: rgb(239 68 68 / 0.4);
  }
  .lg\:hover\:bg-red-500\/5:hover {
    background-color: rgb(239 68 68 / 0.05);
  }
  .lg\:hover\:bg-red-500\/50:hover {
    background-color: rgb(239 68 68 / 0.5);
  }
  .lg\:hover\:bg-red-500\/60:hover {
    background-color: rgb(239 68 68 / 0.6);
  }
  .lg\:hover\:bg-red-500\/70:hover {
    background-color: rgb(239 68 68 / 0.7);
  }
  .lg\:hover\:bg-red-500\/75:hover {
    background-color: rgb(239 68 68 / 0.75);
  }
  .lg\:hover\:bg-red-500\/80:hover {
    background-color: rgb(239 68 68 / 0.8);
  }
  .lg\:hover\:bg-red-500\/90:hover {
    background-color: rgb(239 68 68 / 0.9);
  }
  .lg\:hover\:bg-red-500\/95:hover {
    background-color: rgb(239 68 68 / 0.95);
  }
  .lg\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-red-600\/0:hover {
    background-color: rgb(220 38 38 / 0);
  }
  .lg\:hover\:bg-red-600\/10:hover {
    background-color: rgb(220 38 38 / 0.1);
  }
  .lg\:hover\:bg-red-600\/100:hover {
    background-color: rgb(220 38 38 / 1);
  }
  .lg\:hover\:bg-red-600\/20:hover {
    background-color: rgb(220 38 38 / 0.2);
  }
  .lg\:hover\:bg-red-600\/25:hover {
    background-color: rgb(220 38 38 / 0.25);
  }
  .lg\:hover\:bg-red-600\/30:hover {
    background-color: rgb(220 38 38 / 0.3);
  }
  .lg\:hover\:bg-red-600\/40:hover {
    background-color: rgb(220 38 38 / 0.4);
  }
  .lg\:hover\:bg-red-600\/5:hover {
    background-color: rgb(220 38 38 / 0.05);
  }
  .lg\:hover\:bg-red-600\/50:hover {
    background-color: rgb(220 38 38 / 0.5);
  }
  .lg\:hover\:bg-red-600\/60:hover {
    background-color: rgb(220 38 38 / 0.6);
  }
  .lg\:hover\:bg-red-600\/70:hover {
    background-color: rgb(220 38 38 / 0.7);
  }
  .lg\:hover\:bg-red-600\/75:hover {
    background-color: rgb(220 38 38 / 0.75);
  }
  .lg\:hover\:bg-red-600\/80:hover {
    background-color: rgb(220 38 38 / 0.8);
  }
  .lg\:hover\:bg-red-600\/90:hover {
    background-color: rgb(220 38 38 / 0.9);
  }
  .lg\:hover\:bg-red-600\/95:hover {
    background-color: rgb(220 38 38 / 0.95);
  }
  .lg\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(185 28 28 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-red-700\/0:hover {
    background-color: rgb(185 28 28 / 0);
  }
  .lg\:hover\:bg-red-700\/10:hover {
    background-color: rgb(185 28 28 / 0.1);
  }
  .lg\:hover\:bg-red-700\/100:hover {
    background-color: rgb(185 28 28 / 1);
  }
  .lg\:hover\:bg-red-700\/20:hover {
    background-color: rgb(185 28 28 / 0.2);
  }
  .lg\:hover\:bg-red-700\/25:hover {
    background-color: rgb(185 28 28 / 0.25);
  }
  .lg\:hover\:bg-red-700\/30:hover {
    background-color: rgb(185 28 28 / 0.3);
  }
  .lg\:hover\:bg-red-700\/40:hover {
    background-color: rgb(185 28 28 / 0.4);
  }
  .lg\:hover\:bg-red-700\/5:hover {
    background-color: rgb(185 28 28 / 0.05);
  }
  .lg\:hover\:bg-red-700\/50:hover {
    background-color: rgb(185 28 28 / 0.5);
  }
  .lg\:hover\:bg-red-700\/60:hover {
    background-color: rgb(185 28 28 / 0.6);
  }
  .lg\:hover\:bg-red-700\/70:hover {
    background-color: rgb(185 28 28 / 0.7);
  }
  .lg\:hover\:bg-red-700\/75:hover {
    background-color: rgb(185 28 28 / 0.75);
  }
  .lg\:hover\:bg-red-700\/80:hover {
    background-color: rgb(185 28 28 / 0.8);
  }
  .lg\:hover\:bg-red-700\/90:hover {
    background-color: rgb(185 28 28 / 0.9);
  }
  .lg\:hover\:bg-red-700\/95:hover {
    background-color: rgb(185 28 28 / 0.95);
  }
  .lg\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(153 27 27 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-red-800\/0:hover {
    background-color: rgb(153 27 27 / 0);
  }
  .lg\:hover\:bg-red-800\/10:hover {
    background-color: rgb(153 27 27 / 0.1);
  }
  .lg\:hover\:bg-red-800\/100:hover {
    background-color: rgb(153 27 27 / 1);
  }
  .lg\:hover\:bg-red-800\/20:hover {
    background-color: rgb(153 27 27 / 0.2);
  }
  .lg\:hover\:bg-red-800\/25:hover {
    background-color: rgb(153 27 27 / 0.25);
  }
  .lg\:hover\:bg-red-800\/30:hover {
    background-color: rgb(153 27 27 / 0.3);
  }
  .lg\:hover\:bg-red-800\/40:hover {
    background-color: rgb(153 27 27 / 0.4);
  }
  .lg\:hover\:bg-red-800\/5:hover {
    background-color: rgb(153 27 27 / 0.05);
  }
  .lg\:hover\:bg-red-800\/50:hover {
    background-color: rgb(153 27 27 / 0.5);
  }
  .lg\:hover\:bg-red-800\/60:hover {
    background-color: rgb(153 27 27 / 0.6);
  }
  .lg\:hover\:bg-red-800\/70:hover {
    background-color: rgb(153 27 27 / 0.7);
  }
  .lg\:hover\:bg-red-800\/75:hover {
    background-color: rgb(153 27 27 / 0.75);
  }
  .lg\:hover\:bg-red-800\/80:hover {
    background-color: rgb(153 27 27 / 0.8);
  }
  .lg\:hover\:bg-red-800\/90:hover {
    background-color: rgb(153 27 27 / 0.9);
  }
  .lg\:hover\:bg-red-800\/95:hover {
    background-color: rgb(153 27 27 / 0.95);
  }
  .lg\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(127 29 29 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-red-900\/0:hover {
    background-color: rgb(127 29 29 / 0);
  }
  .lg\:hover\:bg-red-900\/10:hover {
    background-color: rgb(127 29 29 / 0.1);
  }
  .lg\:hover\:bg-red-900\/100:hover {
    background-color: rgb(127 29 29 / 1);
  }
  .lg\:hover\:bg-red-900\/20:hover {
    background-color: rgb(127 29 29 / 0.2);
  }
  .lg\:hover\:bg-red-900\/25:hover {
    background-color: rgb(127 29 29 / 0.25);
  }
  .lg\:hover\:bg-red-900\/30:hover {
    background-color: rgb(127 29 29 / 0.3);
  }
  .lg\:hover\:bg-red-900\/40:hover {
    background-color: rgb(127 29 29 / 0.4);
  }
  .lg\:hover\:bg-red-900\/5:hover {
    background-color: rgb(127 29 29 / 0.05);
  }
  .lg\:hover\:bg-red-900\/50:hover {
    background-color: rgb(127 29 29 / 0.5);
  }
  .lg\:hover\:bg-red-900\/60:hover {
    background-color: rgb(127 29 29 / 0.6);
  }
  .lg\:hover\:bg-red-900\/70:hover {
    background-color: rgb(127 29 29 / 0.7);
  }
  .lg\:hover\:bg-red-900\/75:hover {
    background-color: rgb(127 29 29 / 0.75);
  }
  .lg\:hover\:bg-red-900\/80:hover {
    background-color: rgb(127 29 29 / 0.8);
  }
  .lg\:hover\:bg-red-900\/90:hover {
    background-color: rgb(127 29 29 / 0.9);
  }
  .lg\:hover\:bg-red-900\/95:hover {
    background-color: rgb(127 29 29 / 0.95);
  }
  .lg\:hover\:bg-red-950:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(69 10 10 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-red-950\/0:hover {
    background-color: rgb(69 10 10 / 0);
  }
  .lg\:hover\:bg-red-950\/10:hover {
    background-color: rgb(69 10 10 / 0.1);
  }
  .lg\:hover\:bg-red-950\/100:hover {
    background-color: rgb(69 10 10 / 1);
  }
  .lg\:hover\:bg-red-950\/20:hover {
    background-color: rgb(69 10 10 / 0.2);
  }
  .lg\:hover\:bg-red-950\/25:hover {
    background-color: rgb(69 10 10 / 0.25);
  }
  .lg\:hover\:bg-red-950\/30:hover {
    background-color: rgb(69 10 10 / 0.3);
  }
  .lg\:hover\:bg-red-950\/40:hover {
    background-color: rgb(69 10 10 / 0.4);
  }
  .lg\:hover\:bg-red-950\/5:hover {
    background-color: rgb(69 10 10 / 0.05);
  }
  .lg\:hover\:bg-red-950\/50:hover {
    background-color: rgb(69 10 10 / 0.5);
  }
  .lg\:hover\:bg-red-950\/60:hover {
    background-color: rgb(69 10 10 / 0.6);
  }
  .lg\:hover\:bg-red-950\/70:hover {
    background-color: rgb(69 10 10 / 0.7);
  }
  .lg\:hover\:bg-red-950\/75:hover {
    background-color: rgb(69 10 10 / 0.75);
  }
  .lg\:hover\:bg-red-950\/80:hover {
    background-color: rgb(69 10 10 / 0.8);
  }
  .lg\:hover\:bg-red-950\/90:hover {
    background-color: rgb(69 10 10 / 0.9);
  }
  .lg\:hover\:bg-red-950\/95:hover {
    background-color: rgb(69 10 10 / 0.95);
  }
  .lg\:hover\:bg-rose-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 228 230 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-rose-100\/0:hover {
    background-color: rgb(255 228 230 / 0);
  }
  .lg\:hover\:bg-rose-100\/10:hover {
    background-color: rgb(255 228 230 / 0.1);
  }
  .lg\:hover\:bg-rose-100\/100:hover {
    background-color: rgb(255 228 230 / 1);
  }
  .lg\:hover\:bg-rose-100\/20:hover {
    background-color: rgb(255 228 230 / 0.2);
  }
  .lg\:hover\:bg-rose-100\/25:hover {
    background-color: rgb(255 228 230 / 0.25);
  }
  .lg\:hover\:bg-rose-100\/30:hover {
    background-color: rgb(255 228 230 / 0.3);
  }
  .lg\:hover\:bg-rose-100\/40:hover {
    background-color: rgb(255 228 230 / 0.4);
  }
  .lg\:hover\:bg-rose-100\/5:hover {
    background-color: rgb(255 228 230 / 0.05);
  }
  .lg\:hover\:bg-rose-100\/50:hover {
    background-color: rgb(255 228 230 / 0.5);
  }
  .lg\:hover\:bg-rose-100\/60:hover {
    background-color: rgb(255 228 230 / 0.6);
  }
  .lg\:hover\:bg-rose-100\/70:hover {
    background-color: rgb(255 228 230 / 0.7);
  }
  .lg\:hover\:bg-rose-100\/75:hover {
    background-color: rgb(255 228 230 / 0.75);
  }
  .lg\:hover\:bg-rose-100\/80:hover {
    background-color: rgb(255 228 230 / 0.8);
  }
  .lg\:hover\:bg-rose-100\/90:hover {
    background-color: rgb(255 228 230 / 0.9);
  }
  .lg\:hover\:bg-rose-100\/95:hover {
    background-color: rgb(255 228 230 / 0.95);
  }
  .lg\:hover\:bg-rose-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 205 211 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-rose-200\/0:hover {
    background-color: rgb(254 205 211 / 0);
  }
  .lg\:hover\:bg-rose-200\/10:hover {
    background-color: rgb(254 205 211 / 0.1);
  }
  .lg\:hover\:bg-rose-200\/100:hover {
    background-color: rgb(254 205 211 / 1);
  }
  .lg\:hover\:bg-rose-200\/20:hover {
    background-color: rgb(254 205 211 / 0.2);
  }
  .lg\:hover\:bg-rose-200\/25:hover {
    background-color: rgb(254 205 211 / 0.25);
  }
  .lg\:hover\:bg-rose-200\/30:hover {
    background-color: rgb(254 205 211 / 0.3);
  }
  .lg\:hover\:bg-rose-200\/40:hover {
    background-color: rgb(254 205 211 / 0.4);
  }
  .lg\:hover\:bg-rose-200\/5:hover {
    background-color: rgb(254 205 211 / 0.05);
  }
  .lg\:hover\:bg-rose-200\/50:hover {
    background-color: rgb(254 205 211 / 0.5);
  }
  .lg\:hover\:bg-rose-200\/60:hover {
    background-color: rgb(254 205 211 / 0.6);
  }
  .lg\:hover\:bg-rose-200\/70:hover {
    background-color: rgb(254 205 211 / 0.7);
  }
  .lg\:hover\:bg-rose-200\/75:hover {
    background-color: rgb(254 205 211 / 0.75);
  }
  .lg\:hover\:bg-rose-200\/80:hover {
    background-color: rgb(254 205 211 / 0.8);
  }
  .lg\:hover\:bg-rose-200\/90:hover {
    background-color: rgb(254 205 211 / 0.9);
  }
  .lg\:hover\:bg-rose-200\/95:hover {
    background-color: rgb(254 205 211 / 0.95);
  }
  .lg\:hover\:bg-rose-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(253 164 175 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-rose-300\/0:hover {
    background-color: rgb(253 164 175 / 0);
  }
  .lg\:hover\:bg-rose-300\/10:hover {
    background-color: rgb(253 164 175 / 0.1);
  }
  .lg\:hover\:bg-rose-300\/100:hover {
    background-color: rgb(253 164 175 / 1);
  }
  .lg\:hover\:bg-rose-300\/20:hover {
    background-color: rgb(253 164 175 / 0.2);
  }
  .lg\:hover\:bg-rose-300\/25:hover {
    background-color: rgb(253 164 175 / 0.25);
  }
  .lg\:hover\:bg-rose-300\/30:hover {
    background-color: rgb(253 164 175 / 0.3);
  }
  .lg\:hover\:bg-rose-300\/40:hover {
    background-color: rgb(253 164 175 / 0.4);
  }
  .lg\:hover\:bg-rose-300\/5:hover {
    background-color: rgb(253 164 175 / 0.05);
  }
  .lg\:hover\:bg-rose-300\/50:hover {
    background-color: rgb(253 164 175 / 0.5);
  }
  .lg\:hover\:bg-rose-300\/60:hover {
    background-color: rgb(253 164 175 / 0.6);
  }
  .lg\:hover\:bg-rose-300\/70:hover {
    background-color: rgb(253 164 175 / 0.7);
  }
  .lg\:hover\:bg-rose-300\/75:hover {
    background-color: rgb(253 164 175 / 0.75);
  }
  .lg\:hover\:bg-rose-300\/80:hover {
    background-color: rgb(253 164 175 / 0.8);
  }
  .lg\:hover\:bg-rose-300\/90:hover {
    background-color: rgb(253 164 175 / 0.9);
  }
  .lg\:hover\:bg-rose-300\/95:hover {
    background-color: rgb(253 164 175 / 0.95);
  }
  .lg\:hover\:bg-rose-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(251 113 133 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-rose-400\/0:hover {
    background-color: rgb(251 113 133 / 0);
  }
  .lg\:hover\:bg-rose-400\/10:hover {
    background-color: rgb(251 113 133 / 0.1);
  }
  .lg\:hover\:bg-rose-400\/100:hover {
    background-color: rgb(251 113 133 / 1);
  }
  .lg\:hover\:bg-rose-400\/20:hover {
    background-color: rgb(251 113 133 / 0.2);
  }
  .lg\:hover\:bg-rose-400\/25:hover {
    background-color: rgb(251 113 133 / 0.25);
  }
  .lg\:hover\:bg-rose-400\/30:hover {
    background-color: rgb(251 113 133 / 0.3);
  }
  .lg\:hover\:bg-rose-400\/40:hover {
    background-color: rgb(251 113 133 / 0.4);
  }
  .lg\:hover\:bg-rose-400\/5:hover {
    background-color: rgb(251 113 133 / 0.05);
  }
  .lg\:hover\:bg-rose-400\/50:hover {
    background-color: rgb(251 113 133 / 0.5);
  }
  .lg\:hover\:bg-rose-400\/60:hover {
    background-color: rgb(251 113 133 / 0.6);
  }
  .lg\:hover\:bg-rose-400\/70:hover {
    background-color: rgb(251 113 133 / 0.7);
  }
  .lg\:hover\:bg-rose-400\/75:hover {
    background-color: rgb(251 113 133 / 0.75);
  }
  .lg\:hover\:bg-rose-400\/80:hover {
    background-color: rgb(251 113 133 / 0.8);
  }
  .lg\:hover\:bg-rose-400\/90:hover {
    background-color: rgb(251 113 133 / 0.9);
  }
  .lg\:hover\:bg-rose-400\/95:hover {
    background-color: rgb(251 113 133 / 0.95);
  }
  .lg\:hover\:bg-rose-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 241 242 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-rose-50\/0:hover {
    background-color: rgb(255 241 242 / 0);
  }
  .lg\:hover\:bg-rose-50\/10:hover {
    background-color: rgb(255 241 242 / 0.1);
  }
  .lg\:hover\:bg-rose-50\/100:hover {
    background-color: rgb(255 241 242 / 1);
  }
  .lg\:hover\:bg-rose-50\/20:hover {
    background-color: rgb(255 241 242 / 0.2);
  }
  .lg\:hover\:bg-rose-50\/25:hover {
    background-color: rgb(255 241 242 / 0.25);
  }
  .lg\:hover\:bg-rose-50\/30:hover {
    background-color: rgb(255 241 242 / 0.3);
  }
  .lg\:hover\:bg-rose-50\/40:hover {
    background-color: rgb(255 241 242 / 0.4);
  }
  .lg\:hover\:bg-rose-50\/5:hover {
    background-color: rgb(255 241 242 / 0.05);
  }
  .lg\:hover\:bg-rose-50\/50:hover {
    background-color: rgb(255 241 242 / 0.5);
  }
  .lg\:hover\:bg-rose-50\/60:hover {
    background-color: rgb(255 241 242 / 0.6);
  }
  .lg\:hover\:bg-rose-50\/70:hover {
    background-color: rgb(255 241 242 / 0.7);
  }
  .lg\:hover\:bg-rose-50\/75:hover {
    background-color: rgb(255 241 242 / 0.75);
  }
  .lg\:hover\:bg-rose-50\/80:hover {
    background-color: rgb(255 241 242 / 0.8);
  }
  .lg\:hover\:bg-rose-50\/90:hover {
    background-color: rgb(255 241 242 / 0.9);
  }
  .lg\:hover\:bg-rose-50\/95:hover {
    background-color: rgb(255 241 242 / 0.95);
  }
  .lg\:hover\:bg-rose-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(244 63 94 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-rose-500\/0:hover {
    background-color: rgb(244 63 94 / 0);
  }
  .lg\:hover\:bg-rose-500\/10:hover {
    background-color: rgb(244 63 94 / 0.1);
  }
  .lg\:hover\:bg-rose-500\/100:hover {
    background-color: rgb(244 63 94 / 1);
  }
  .lg\:hover\:bg-rose-500\/20:hover {
    background-color: rgb(244 63 94 / 0.2);
  }
  .lg\:hover\:bg-rose-500\/25:hover {
    background-color: rgb(244 63 94 / 0.25);
  }
  .lg\:hover\:bg-rose-500\/30:hover {
    background-color: rgb(244 63 94 / 0.3);
  }
  .lg\:hover\:bg-rose-500\/40:hover {
    background-color: rgb(244 63 94 / 0.4);
  }
  .lg\:hover\:bg-rose-500\/5:hover {
    background-color: rgb(244 63 94 / 0.05);
  }
  .lg\:hover\:bg-rose-500\/50:hover {
    background-color: rgb(244 63 94 / 0.5);
  }
  .lg\:hover\:bg-rose-500\/60:hover {
    background-color: rgb(244 63 94 / 0.6);
  }
  .lg\:hover\:bg-rose-500\/70:hover {
    background-color: rgb(244 63 94 / 0.7);
  }
  .lg\:hover\:bg-rose-500\/75:hover {
    background-color: rgb(244 63 94 / 0.75);
  }
  .lg\:hover\:bg-rose-500\/80:hover {
    background-color: rgb(244 63 94 / 0.8);
  }
  .lg\:hover\:bg-rose-500\/90:hover {
    background-color: rgb(244 63 94 / 0.9);
  }
  .lg\:hover\:bg-rose-500\/95:hover {
    background-color: rgb(244 63 94 / 0.95);
  }
  .lg\:hover\:bg-rose-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(225 29 72 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-rose-600\/0:hover {
    background-color: rgb(225 29 72 / 0);
  }
  .lg\:hover\:bg-rose-600\/10:hover {
    background-color: rgb(225 29 72 / 0.1);
  }
  .lg\:hover\:bg-rose-600\/100:hover {
    background-color: rgb(225 29 72 / 1);
  }
  .lg\:hover\:bg-rose-600\/20:hover {
    background-color: rgb(225 29 72 / 0.2);
  }
  .lg\:hover\:bg-rose-600\/25:hover {
    background-color: rgb(225 29 72 / 0.25);
  }
  .lg\:hover\:bg-rose-600\/30:hover {
    background-color: rgb(225 29 72 / 0.3);
  }
  .lg\:hover\:bg-rose-600\/40:hover {
    background-color: rgb(225 29 72 / 0.4);
  }
  .lg\:hover\:bg-rose-600\/5:hover {
    background-color: rgb(225 29 72 / 0.05);
  }
  .lg\:hover\:bg-rose-600\/50:hover {
    background-color: rgb(225 29 72 / 0.5);
  }
  .lg\:hover\:bg-rose-600\/60:hover {
    background-color: rgb(225 29 72 / 0.6);
  }
  .lg\:hover\:bg-rose-600\/70:hover {
    background-color: rgb(225 29 72 / 0.7);
  }
  .lg\:hover\:bg-rose-600\/75:hover {
    background-color: rgb(225 29 72 / 0.75);
  }
  .lg\:hover\:bg-rose-600\/80:hover {
    background-color: rgb(225 29 72 / 0.8);
  }
  .lg\:hover\:bg-rose-600\/90:hover {
    background-color: rgb(225 29 72 / 0.9);
  }
  .lg\:hover\:bg-rose-600\/95:hover {
    background-color: rgb(225 29 72 / 0.95);
  }
  .lg\:hover\:bg-rose-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(190 18 60 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-rose-700\/0:hover {
    background-color: rgb(190 18 60 / 0);
  }
  .lg\:hover\:bg-rose-700\/10:hover {
    background-color: rgb(190 18 60 / 0.1);
  }
  .lg\:hover\:bg-rose-700\/100:hover {
    background-color: rgb(190 18 60 / 1);
  }
  .lg\:hover\:bg-rose-700\/20:hover {
    background-color: rgb(190 18 60 / 0.2);
  }
  .lg\:hover\:bg-rose-700\/25:hover {
    background-color: rgb(190 18 60 / 0.25);
  }
  .lg\:hover\:bg-rose-700\/30:hover {
    background-color: rgb(190 18 60 / 0.3);
  }
  .lg\:hover\:bg-rose-700\/40:hover {
    background-color: rgb(190 18 60 / 0.4);
  }
  .lg\:hover\:bg-rose-700\/5:hover {
    background-color: rgb(190 18 60 / 0.05);
  }
  .lg\:hover\:bg-rose-700\/50:hover {
    background-color: rgb(190 18 60 / 0.5);
  }
  .lg\:hover\:bg-rose-700\/60:hover {
    background-color: rgb(190 18 60 / 0.6);
  }
  .lg\:hover\:bg-rose-700\/70:hover {
    background-color: rgb(190 18 60 / 0.7);
  }
  .lg\:hover\:bg-rose-700\/75:hover {
    background-color: rgb(190 18 60 / 0.75);
  }
  .lg\:hover\:bg-rose-700\/80:hover {
    background-color: rgb(190 18 60 / 0.8);
  }
  .lg\:hover\:bg-rose-700\/90:hover {
    background-color: rgb(190 18 60 / 0.9);
  }
  .lg\:hover\:bg-rose-700\/95:hover {
    background-color: rgb(190 18 60 / 0.95);
  }
  .lg\:hover\:bg-rose-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(159 18 57 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-rose-800\/0:hover {
    background-color: rgb(159 18 57 / 0);
  }
  .lg\:hover\:bg-rose-800\/10:hover {
    background-color: rgb(159 18 57 / 0.1);
  }
  .lg\:hover\:bg-rose-800\/100:hover {
    background-color: rgb(159 18 57 / 1);
  }
  .lg\:hover\:bg-rose-800\/20:hover {
    background-color: rgb(159 18 57 / 0.2);
  }
  .lg\:hover\:bg-rose-800\/25:hover {
    background-color: rgb(159 18 57 / 0.25);
  }
  .lg\:hover\:bg-rose-800\/30:hover {
    background-color: rgb(159 18 57 / 0.3);
  }
  .lg\:hover\:bg-rose-800\/40:hover {
    background-color: rgb(159 18 57 / 0.4);
  }
  .lg\:hover\:bg-rose-800\/5:hover {
    background-color: rgb(159 18 57 / 0.05);
  }
  .lg\:hover\:bg-rose-800\/50:hover {
    background-color: rgb(159 18 57 / 0.5);
  }
  .lg\:hover\:bg-rose-800\/60:hover {
    background-color: rgb(159 18 57 / 0.6);
  }
  .lg\:hover\:bg-rose-800\/70:hover {
    background-color: rgb(159 18 57 / 0.7);
  }
  .lg\:hover\:bg-rose-800\/75:hover {
    background-color: rgb(159 18 57 / 0.75);
  }
  .lg\:hover\:bg-rose-800\/80:hover {
    background-color: rgb(159 18 57 / 0.8);
  }
  .lg\:hover\:bg-rose-800\/90:hover {
    background-color: rgb(159 18 57 / 0.9);
  }
  .lg\:hover\:bg-rose-800\/95:hover {
    background-color: rgb(159 18 57 / 0.95);
  }
  .lg\:hover\:bg-rose-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(136 19 55 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-rose-900\/0:hover {
    background-color: rgb(136 19 55 / 0);
  }
  .lg\:hover\:bg-rose-900\/10:hover {
    background-color: rgb(136 19 55 / 0.1);
  }
  .lg\:hover\:bg-rose-900\/100:hover {
    background-color: rgb(136 19 55 / 1);
  }
  .lg\:hover\:bg-rose-900\/20:hover {
    background-color: rgb(136 19 55 / 0.2);
  }
  .lg\:hover\:bg-rose-900\/25:hover {
    background-color: rgb(136 19 55 / 0.25);
  }
  .lg\:hover\:bg-rose-900\/30:hover {
    background-color: rgb(136 19 55 / 0.3);
  }
  .lg\:hover\:bg-rose-900\/40:hover {
    background-color: rgb(136 19 55 / 0.4);
  }
  .lg\:hover\:bg-rose-900\/5:hover {
    background-color: rgb(136 19 55 / 0.05);
  }
  .lg\:hover\:bg-rose-900\/50:hover {
    background-color: rgb(136 19 55 / 0.5);
  }
  .lg\:hover\:bg-rose-900\/60:hover {
    background-color: rgb(136 19 55 / 0.6);
  }
  .lg\:hover\:bg-rose-900\/70:hover {
    background-color: rgb(136 19 55 / 0.7);
  }
  .lg\:hover\:bg-rose-900\/75:hover {
    background-color: rgb(136 19 55 / 0.75);
  }
  .lg\:hover\:bg-rose-900\/80:hover {
    background-color: rgb(136 19 55 / 0.8);
  }
  .lg\:hover\:bg-rose-900\/90:hover {
    background-color: rgb(136 19 55 / 0.9);
  }
  .lg\:hover\:bg-rose-900\/95:hover {
    background-color: rgb(136 19 55 / 0.95);
  }
  .lg\:hover\:bg-rose-950:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(76 5 25 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-rose-950\/0:hover {
    background-color: rgb(76 5 25 / 0);
  }
  .lg\:hover\:bg-rose-950\/10:hover {
    background-color: rgb(76 5 25 / 0.1);
  }
  .lg\:hover\:bg-rose-950\/100:hover {
    background-color: rgb(76 5 25 / 1);
  }
  .lg\:hover\:bg-rose-950\/20:hover {
    background-color: rgb(76 5 25 / 0.2);
  }
  .lg\:hover\:bg-rose-950\/25:hover {
    background-color: rgb(76 5 25 / 0.25);
  }
  .lg\:hover\:bg-rose-950\/30:hover {
    background-color: rgb(76 5 25 / 0.3);
  }
  .lg\:hover\:bg-rose-950\/40:hover {
    background-color: rgb(76 5 25 / 0.4);
  }
  .lg\:hover\:bg-rose-950\/5:hover {
    background-color: rgb(76 5 25 / 0.05);
  }
  .lg\:hover\:bg-rose-950\/50:hover {
    background-color: rgb(76 5 25 / 0.5);
  }
  .lg\:hover\:bg-rose-950\/60:hover {
    background-color: rgb(76 5 25 / 0.6);
  }
  .lg\:hover\:bg-rose-950\/70:hover {
    background-color: rgb(76 5 25 / 0.7);
  }
  .lg\:hover\:bg-rose-950\/75:hover {
    background-color: rgb(76 5 25 / 0.75);
  }
  .lg\:hover\:bg-rose-950\/80:hover {
    background-color: rgb(76 5 25 / 0.8);
  }
  .lg\:hover\:bg-rose-950\/90:hover {
    background-color: rgb(76 5 25 / 0.9);
  }
  .lg\:hover\:bg-rose-950\/95:hover {
    background-color: rgb(76 5 25 / 0.95);
  }
  .lg\:hover\:bg-sky-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(224 242 254 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-sky-100\/0:hover {
    background-color: rgb(224 242 254 / 0);
  }
  .lg\:hover\:bg-sky-100\/10:hover {
    background-color: rgb(224 242 254 / 0.1);
  }
  .lg\:hover\:bg-sky-100\/100:hover {
    background-color: rgb(224 242 254 / 1);
  }
  .lg\:hover\:bg-sky-100\/20:hover {
    background-color: rgb(224 242 254 / 0.2);
  }
  .lg\:hover\:bg-sky-100\/25:hover {
    background-color: rgb(224 242 254 / 0.25);
  }
  .lg\:hover\:bg-sky-100\/30:hover {
    background-color: rgb(224 242 254 / 0.3);
  }
  .lg\:hover\:bg-sky-100\/40:hover {
    background-color: rgb(224 242 254 / 0.4);
  }
  .lg\:hover\:bg-sky-100\/5:hover {
    background-color: rgb(224 242 254 / 0.05);
  }
  .lg\:hover\:bg-sky-100\/50:hover {
    background-color: rgb(224 242 254 / 0.5);
  }
  .lg\:hover\:bg-sky-100\/60:hover {
    background-color: rgb(224 242 254 / 0.6);
  }
  .lg\:hover\:bg-sky-100\/70:hover {
    background-color: rgb(224 242 254 / 0.7);
  }
  .lg\:hover\:bg-sky-100\/75:hover {
    background-color: rgb(224 242 254 / 0.75);
  }
  .lg\:hover\:bg-sky-100\/80:hover {
    background-color: rgb(224 242 254 / 0.8);
  }
  .lg\:hover\:bg-sky-100\/90:hover {
    background-color: rgb(224 242 254 / 0.9);
  }
  .lg\:hover\:bg-sky-100\/95:hover {
    background-color: rgb(224 242 254 / 0.95);
  }
  .lg\:hover\:bg-sky-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(186 230 253 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-sky-200\/0:hover {
    background-color: rgb(186 230 253 / 0);
  }
  .lg\:hover\:bg-sky-200\/10:hover {
    background-color: rgb(186 230 253 / 0.1);
  }
  .lg\:hover\:bg-sky-200\/100:hover {
    background-color: rgb(186 230 253 / 1);
  }
  .lg\:hover\:bg-sky-200\/20:hover {
    background-color: rgb(186 230 253 / 0.2);
  }
  .lg\:hover\:bg-sky-200\/25:hover {
    background-color: rgb(186 230 253 / 0.25);
  }
  .lg\:hover\:bg-sky-200\/30:hover {
    background-color: rgb(186 230 253 / 0.3);
  }
  .lg\:hover\:bg-sky-200\/40:hover {
    background-color: rgb(186 230 253 / 0.4);
  }
  .lg\:hover\:bg-sky-200\/5:hover {
    background-color: rgb(186 230 253 / 0.05);
  }
  .lg\:hover\:bg-sky-200\/50:hover {
    background-color: rgb(186 230 253 / 0.5);
  }
  .lg\:hover\:bg-sky-200\/60:hover {
    background-color: rgb(186 230 253 / 0.6);
  }
  .lg\:hover\:bg-sky-200\/70:hover {
    background-color: rgb(186 230 253 / 0.7);
  }
  .lg\:hover\:bg-sky-200\/75:hover {
    background-color: rgb(186 230 253 / 0.75);
  }
  .lg\:hover\:bg-sky-200\/80:hover {
    background-color: rgb(186 230 253 / 0.8);
  }
  .lg\:hover\:bg-sky-200\/90:hover {
    background-color: rgb(186 230 253 / 0.9);
  }
  .lg\:hover\:bg-sky-200\/95:hover {
    background-color: rgb(186 230 253 / 0.95);
  }
  .lg\:hover\:bg-sky-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(125 211 252 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-sky-300\/0:hover {
    background-color: rgb(125 211 252 / 0);
  }
  .lg\:hover\:bg-sky-300\/10:hover {
    background-color: rgb(125 211 252 / 0.1);
  }
  .lg\:hover\:bg-sky-300\/100:hover {
    background-color: rgb(125 211 252 / 1);
  }
  .lg\:hover\:bg-sky-300\/20:hover {
    background-color: rgb(125 211 252 / 0.2);
  }
  .lg\:hover\:bg-sky-300\/25:hover {
    background-color: rgb(125 211 252 / 0.25);
  }
  .lg\:hover\:bg-sky-300\/30:hover {
    background-color: rgb(125 211 252 / 0.3);
  }
  .lg\:hover\:bg-sky-300\/40:hover {
    background-color: rgb(125 211 252 / 0.4);
  }
  .lg\:hover\:bg-sky-300\/5:hover {
    background-color: rgb(125 211 252 / 0.05);
  }
  .lg\:hover\:bg-sky-300\/50:hover {
    background-color: rgb(125 211 252 / 0.5);
  }
  .lg\:hover\:bg-sky-300\/60:hover {
    background-color: rgb(125 211 252 / 0.6);
  }
  .lg\:hover\:bg-sky-300\/70:hover {
    background-color: rgb(125 211 252 / 0.7);
  }
  .lg\:hover\:bg-sky-300\/75:hover {
    background-color: rgb(125 211 252 / 0.75);
  }
  .lg\:hover\:bg-sky-300\/80:hover {
    background-color: rgb(125 211 252 / 0.8);
  }
  .lg\:hover\:bg-sky-300\/90:hover {
    background-color: rgb(125 211 252 / 0.9);
  }
  .lg\:hover\:bg-sky-300\/95:hover {
    background-color: rgb(125 211 252 / 0.95);
  }
  .lg\:hover\:bg-sky-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(56 189 248 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-sky-400\/0:hover {
    background-color: rgb(56 189 248 / 0);
  }
  .lg\:hover\:bg-sky-400\/10:hover {
    background-color: rgb(56 189 248 / 0.1);
  }
  .lg\:hover\:bg-sky-400\/100:hover {
    background-color: rgb(56 189 248 / 1);
  }
  .lg\:hover\:bg-sky-400\/20:hover {
    background-color: rgb(56 189 248 / 0.2);
  }
  .lg\:hover\:bg-sky-400\/25:hover {
    background-color: rgb(56 189 248 / 0.25);
  }
  .lg\:hover\:bg-sky-400\/30:hover {
    background-color: rgb(56 189 248 / 0.3);
  }
  .lg\:hover\:bg-sky-400\/40:hover {
    background-color: rgb(56 189 248 / 0.4);
  }
  .lg\:hover\:bg-sky-400\/5:hover {
    background-color: rgb(56 189 248 / 0.05);
  }
  .lg\:hover\:bg-sky-400\/50:hover {
    background-color: rgb(56 189 248 / 0.5);
  }
  .lg\:hover\:bg-sky-400\/60:hover {
    background-color: rgb(56 189 248 / 0.6);
  }
  .lg\:hover\:bg-sky-400\/70:hover {
    background-color: rgb(56 189 248 / 0.7);
  }
  .lg\:hover\:bg-sky-400\/75:hover {
    background-color: rgb(56 189 248 / 0.75);
  }
  .lg\:hover\:bg-sky-400\/80:hover {
    background-color: rgb(56 189 248 / 0.8);
  }
  .lg\:hover\:bg-sky-400\/90:hover {
    background-color: rgb(56 189 248 / 0.9);
  }
  .lg\:hover\:bg-sky-400\/95:hover {
    background-color: rgb(56 189 248 / 0.95);
  }
  .lg\:hover\:bg-sky-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(240 249 255 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-sky-50\/0:hover {
    background-color: rgb(240 249 255 / 0);
  }
  .lg\:hover\:bg-sky-50\/10:hover {
    background-color: rgb(240 249 255 / 0.1);
  }
  .lg\:hover\:bg-sky-50\/100:hover {
    background-color: rgb(240 249 255 / 1);
  }
  .lg\:hover\:bg-sky-50\/20:hover {
    background-color: rgb(240 249 255 / 0.2);
  }
  .lg\:hover\:bg-sky-50\/25:hover {
    background-color: rgb(240 249 255 / 0.25);
  }
  .lg\:hover\:bg-sky-50\/30:hover {
    background-color: rgb(240 249 255 / 0.3);
  }
  .lg\:hover\:bg-sky-50\/40:hover {
    background-color: rgb(240 249 255 / 0.4);
  }
  .lg\:hover\:bg-sky-50\/5:hover {
    background-color: rgb(240 249 255 / 0.05);
  }
  .lg\:hover\:bg-sky-50\/50:hover {
    background-color: rgb(240 249 255 / 0.5);
  }
  .lg\:hover\:bg-sky-50\/60:hover {
    background-color: rgb(240 249 255 / 0.6);
  }
  .lg\:hover\:bg-sky-50\/70:hover {
    background-color: rgb(240 249 255 / 0.7);
  }
  .lg\:hover\:bg-sky-50\/75:hover {
    background-color: rgb(240 249 255 / 0.75);
  }
  .lg\:hover\:bg-sky-50\/80:hover {
    background-color: rgb(240 249 255 / 0.8);
  }
  .lg\:hover\:bg-sky-50\/90:hover {
    background-color: rgb(240 249 255 / 0.9);
  }
  .lg\:hover\:bg-sky-50\/95:hover {
    background-color: rgb(240 249 255 / 0.95);
  }
  .lg\:hover\:bg-sky-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(14 165 233 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-sky-500\/0:hover {
    background-color: rgb(14 165 233 / 0);
  }
  .lg\:hover\:bg-sky-500\/10:hover {
    background-color: rgb(14 165 233 / 0.1);
  }
  .lg\:hover\:bg-sky-500\/100:hover {
    background-color: rgb(14 165 233 / 1);
  }
  .lg\:hover\:bg-sky-500\/20:hover {
    background-color: rgb(14 165 233 / 0.2);
  }
  .lg\:hover\:bg-sky-500\/25:hover {
    background-color: rgb(14 165 233 / 0.25);
  }
  .lg\:hover\:bg-sky-500\/30:hover {
    background-color: rgb(14 165 233 / 0.3);
  }
  .lg\:hover\:bg-sky-500\/40:hover {
    background-color: rgb(14 165 233 / 0.4);
  }
  .lg\:hover\:bg-sky-500\/5:hover {
    background-color: rgb(14 165 233 / 0.05);
  }
  .lg\:hover\:bg-sky-500\/50:hover {
    background-color: rgb(14 165 233 / 0.5);
  }
  .lg\:hover\:bg-sky-500\/60:hover {
    background-color: rgb(14 165 233 / 0.6);
  }
  .lg\:hover\:bg-sky-500\/70:hover {
    background-color: rgb(14 165 233 / 0.7);
  }
  .lg\:hover\:bg-sky-500\/75:hover {
    background-color: rgb(14 165 233 / 0.75);
  }
  .lg\:hover\:bg-sky-500\/80:hover {
    background-color: rgb(14 165 233 / 0.8);
  }
  .lg\:hover\:bg-sky-500\/90:hover {
    background-color: rgb(14 165 233 / 0.9);
  }
  .lg\:hover\:bg-sky-500\/95:hover {
    background-color: rgb(14 165 233 / 0.95);
  }
  .lg\:hover\:bg-sky-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(2 132 199 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-sky-600\/0:hover {
    background-color: rgb(2 132 199 / 0);
  }
  .lg\:hover\:bg-sky-600\/10:hover {
    background-color: rgb(2 132 199 / 0.1);
  }
  .lg\:hover\:bg-sky-600\/100:hover {
    background-color: rgb(2 132 199 / 1);
  }
  .lg\:hover\:bg-sky-600\/20:hover {
    background-color: rgb(2 132 199 / 0.2);
  }
  .lg\:hover\:bg-sky-600\/25:hover {
    background-color: rgb(2 132 199 / 0.25);
  }
  .lg\:hover\:bg-sky-600\/30:hover {
    background-color: rgb(2 132 199 / 0.3);
  }
  .lg\:hover\:bg-sky-600\/40:hover {
    background-color: rgb(2 132 199 / 0.4);
  }
  .lg\:hover\:bg-sky-600\/5:hover {
    background-color: rgb(2 132 199 / 0.05);
  }
  .lg\:hover\:bg-sky-600\/50:hover {
    background-color: rgb(2 132 199 / 0.5);
  }
  .lg\:hover\:bg-sky-600\/60:hover {
    background-color: rgb(2 132 199 / 0.6);
  }
  .lg\:hover\:bg-sky-600\/70:hover {
    background-color: rgb(2 132 199 / 0.7);
  }
  .lg\:hover\:bg-sky-600\/75:hover {
    background-color: rgb(2 132 199 / 0.75);
  }
  .lg\:hover\:bg-sky-600\/80:hover {
    background-color: rgb(2 132 199 / 0.8);
  }
  .lg\:hover\:bg-sky-600\/90:hover {
    background-color: rgb(2 132 199 / 0.9);
  }
  .lg\:hover\:bg-sky-600\/95:hover {
    background-color: rgb(2 132 199 / 0.95);
  }
  .lg\:hover\:bg-sky-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(3 105 161 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-sky-700\/0:hover {
    background-color: rgb(3 105 161 / 0);
  }
  .lg\:hover\:bg-sky-700\/10:hover {
    background-color: rgb(3 105 161 / 0.1);
  }
  .lg\:hover\:bg-sky-700\/100:hover {
    background-color: rgb(3 105 161 / 1);
  }
  .lg\:hover\:bg-sky-700\/20:hover {
    background-color: rgb(3 105 161 / 0.2);
  }
  .lg\:hover\:bg-sky-700\/25:hover {
    background-color: rgb(3 105 161 / 0.25);
  }
  .lg\:hover\:bg-sky-700\/30:hover {
    background-color: rgb(3 105 161 / 0.3);
  }
  .lg\:hover\:bg-sky-700\/40:hover {
    background-color: rgb(3 105 161 / 0.4);
  }
  .lg\:hover\:bg-sky-700\/5:hover {
    background-color: rgb(3 105 161 / 0.05);
  }
  .lg\:hover\:bg-sky-700\/50:hover {
    background-color: rgb(3 105 161 / 0.5);
  }
  .lg\:hover\:bg-sky-700\/60:hover {
    background-color: rgb(3 105 161 / 0.6);
  }
  .lg\:hover\:bg-sky-700\/70:hover {
    background-color: rgb(3 105 161 / 0.7);
  }
  .lg\:hover\:bg-sky-700\/75:hover {
    background-color: rgb(3 105 161 / 0.75);
  }
  .lg\:hover\:bg-sky-700\/80:hover {
    background-color: rgb(3 105 161 / 0.8);
  }
  .lg\:hover\:bg-sky-700\/90:hover {
    background-color: rgb(3 105 161 / 0.9);
  }
  .lg\:hover\:bg-sky-700\/95:hover {
    background-color: rgb(3 105 161 / 0.95);
  }
  .lg\:hover\:bg-sky-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(7 89 133 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-sky-800\/0:hover {
    background-color: rgb(7 89 133 / 0);
  }
  .lg\:hover\:bg-sky-800\/10:hover {
    background-color: rgb(7 89 133 / 0.1);
  }
  .lg\:hover\:bg-sky-800\/100:hover {
    background-color: rgb(7 89 133 / 1);
  }
  .lg\:hover\:bg-sky-800\/20:hover {
    background-color: rgb(7 89 133 / 0.2);
  }
  .lg\:hover\:bg-sky-800\/25:hover {
    background-color: rgb(7 89 133 / 0.25);
  }
  .lg\:hover\:bg-sky-800\/30:hover {
    background-color: rgb(7 89 133 / 0.3);
  }
  .lg\:hover\:bg-sky-800\/40:hover {
    background-color: rgb(7 89 133 / 0.4);
  }
  .lg\:hover\:bg-sky-800\/5:hover {
    background-color: rgb(7 89 133 / 0.05);
  }
  .lg\:hover\:bg-sky-800\/50:hover {
    background-color: rgb(7 89 133 / 0.5);
  }
  .lg\:hover\:bg-sky-800\/60:hover {
    background-color: rgb(7 89 133 / 0.6);
  }
  .lg\:hover\:bg-sky-800\/70:hover {
    background-color: rgb(7 89 133 / 0.7);
  }
  .lg\:hover\:bg-sky-800\/75:hover {
    background-color: rgb(7 89 133 / 0.75);
  }
  .lg\:hover\:bg-sky-800\/80:hover {
    background-color: rgb(7 89 133 / 0.8);
  }
  .lg\:hover\:bg-sky-800\/90:hover {
    background-color: rgb(7 89 133 / 0.9);
  }
  .lg\:hover\:bg-sky-800\/95:hover {
    background-color: rgb(7 89 133 / 0.95);
  }
  .lg\:hover\:bg-sky-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(12 74 110 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-sky-900\/0:hover {
    background-color: rgb(12 74 110 / 0);
  }
  .lg\:hover\:bg-sky-900\/10:hover {
    background-color: rgb(12 74 110 / 0.1);
  }
  .lg\:hover\:bg-sky-900\/100:hover {
    background-color: rgb(12 74 110 / 1);
  }
  .lg\:hover\:bg-sky-900\/20:hover {
    background-color: rgb(12 74 110 / 0.2);
  }
  .lg\:hover\:bg-sky-900\/25:hover {
    background-color: rgb(12 74 110 / 0.25);
  }
  .lg\:hover\:bg-sky-900\/30:hover {
    background-color: rgb(12 74 110 / 0.3);
  }
  .lg\:hover\:bg-sky-900\/40:hover {
    background-color: rgb(12 74 110 / 0.4);
  }
  .lg\:hover\:bg-sky-900\/5:hover {
    background-color: rgb(12 74 110 / 0.05);
  }
  .lg\:hover\:bg-sky-900\/50:hover {
    background-color: rgb(12 74 110 / 0.5);
  }
  .lg\:hover\:bg-sky-900\/60:hover {
    background-color: rgb(12 74 110 / 0.6);
  }
  .lg\:hover\:bg-sky-900\/70:hover {
    background-color: rgb(12 74 110 / 0.7);
  }
  .lg\:hover\:bg-sky-900\/75:hover {
    background-color: rgb(12 74 110 / 0.75);
  }
  .lg\:hover\:bg-sky-900\/80:hover {
    background-color: rgb(12 74 110 / 0.8);
  }
  .lg\:hover\:bg-sky-900\/90:hover {
    background-color: rgb(12 74 110 / 0.9);
  }
  .lg\:hover\:bg-sky-900\/95:hover {
    background-color: rgb(12 74 110 / 0.95);
  }
  .lg\:hover\:bg-sky-950:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(8 47 73 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-sky-950\/0:hover {
    background-color: rgb(8 47 73 / 0);
  }
  .lg\:hover\:bg-sky-950\/10:hover {
    background-color: rgb(8 47 73 / 0.1);
  }
  .lg\:hover\:bg-sky-950\/100:hover {
    background-color: rgb(8 47 73 / 1);
  }
  .lg\:hover\:bg-sky-950\/20:hover {
    background-color: rgb(8 47 73 / 0.2);
  }
  .lg\:hover\:bg-sky-950\/25:hover {
    background-color: rgb(8 47 73 / 0.25);
  }
  .lg\:hover\:bg-sky-950\/30:hover {
    background-color: rgb(8 47 73 / 0.3);
  }
  .lg\:hover\:bg-sky-950\/40:hover {
    background-color: rgb(8 47 73 / 0.4);
  }
  .lg\:hover\:bg-sky-950\/5:hover {
    background-color: rgb(8 47 73 / 0.05);
  }
  .lg\:hover\:bg-sky-950\/50:hover {
    background-color: rgb(8 47 73 / 0.5);
  }
  .lg\:hover\:bg-sky-950\/60:hover {
    background-color: rgb(8 47 73 / 0.6);
  }
  .lg\:hover\:bg-sky-950\/70:hover {
    background-color: rgb(8 47 73 / 0.7);
  }
  .lg\:hover\:bg-sky-950\/75:hover {
    background-color: rgb(8 47 73 / 0.75);
  }
  .lg\:hover\:bg-sky-950\/80:hover {
    background-color: rgb(8 47 73 / 0.8);
  }
  .lg\:hover\:bg-sky-950\/90:hover {
    background-color: rgb(8 47 73 / 0.9);
  }
  .lg\:hover\:bg-sky-950\/95:hover {
    background-color: rgb(8 47 73 / 0.95);
  }
  .lg\:hover\:bg-slate-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-slate-100\/0:hover {
    background-color: rgb(241 245 249 / 0);
  }
  .lg\:hover\:bg-slate-100\/10:hover {
    background-color: rgb(241 245 249 / 0.1);
  }
  .lg\:hover\:bg-slate-100\/100:hover {
    background-color: rgb(241 245 249 / 1);
  }
  .lg\:hover\:bg-slate-100\/20:hover {
    background-color: rgb(241 245 249 / 0.2);
  }
  .lg\:hover\:bg-slate-100\/25:hover {
    background-color: rgb(241 245 249 / 0.25);
  }
  .lg\:hover\:bg-slate-100\/30:hover {
    background-color: rgb(241 245 249 / 0.3);
  }
  .lg\:hover\:bg-slate-100\/40:hover {
    background-color: rgb(241 245 249 / 0.4);
  }
  .lg\:hover\:bg-slate-100\/5:hover {
    background-color: rgb(241 245 249 / 0.05);
  }
  .lg\:hover\:bg-slate-100\/50:hover {
    background-color: rgb(241 245 249 / 0.5);
  }
  .lg\:hover\:bg-slate-100\/60:hover {
    background-color: rgb(241 245 249 / 0.6);
  }
  .lg\:hover\:bg-slate-100\/70:hover {
    background-color: rgb(241 245 249 / 0.7);
  }
  .lg\:hover\:bg-slate-100\/75:hover {
    background-color: rgb(241 245 249 / 0.75);
  }
  .lg\:hover\:bg-slate-100\/80:hover {
    background-color: rgb(241 245 249 / 0.8);
  }
  .lg\:hover\:bg-slate-100\/90:hover {
    background-color: rgb(241 245 249 / 0.9);
  }
  .lg\:hover\:bg-slate-100\/95:hover {
    background-color: rgb(241 245 249 / 0.95);
  }
  .lg\:hover\:bg-slate-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-slate-200\/0:hover {
    background-color: rgb(226 232 240 / 0);
  }
  .lg\:hover\:bg-slate-200\/10:hover {
    background-color: rgb(226 232 240 / 0.1);
  }
  .lg\:hover\:bg-slate-200\/100:hover {
    background-color: rgb(226 232 240 / 1);
  }
  .lg\:hover\:bg-slate-200\/20:hover {
    background-color: rgb(226 232 240 / 0.2);
  }
  .lg\:hover\:bg-slate-200\/25:hover {
    background-color: rgb(226 232 240 / 0.25);
  }
  .lg\:hover\:bg-slate-200\/30:hover {
    background-color: rgb(226 232 240 / 0.3);
  }
  .lg\:hover\:bg-slate-200\/40:hover {
    background-color: rgb(226 232 240 / 0.4);
  }
  .lg\:hover\:bg-slate-200\/5:hover {
    background-color: rgb(226 232 240 / 0.05);
  }
  .lg\:hover\:bg-slate-200\/50:hover {
    background-color: rgb(226 232 240 / 0.5);
  }
  .lg\:hover\:bg-slate-200\/60:hover {
    background-color: rgb(226 232 240 / 0.6);
  }
  .lg\:hover\:bg-slate-200\/70:hover {
    background-color: rgb(226 232 240 / 0.7);
  }
  .lg\:hover\:bg-slate-200\/75:hover {
    background-color: rgb(226 232 240 / 0.75);
  }
  .lg\:hover\:bg-slate-200\/80:hover {
    background-color: rgb(226 232 240 / 0.8);
  }
  .lg\:hover\:bg-slate-200\/90:hover {
    background-color: rgb(226 232 240 / 0.9);
  }
  .lg\:hover\:bg-slate-200\/95:hover {
    background-color: rgb(226 232 240 / 0.95);
  }
  .lg\:hover\:bg-slate-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(203 213 225 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-slate-300\/0:hover {
    background-color: rgb(203 213 225 / 0);
  }
  .lg\:hover\:bg-slate-300\/10:hover {
    background-color: rgb(203 213 225 / 0.1);
  }
  .lg\:hover\:bg-slate-300\/100:hover {
    background-color: rgb(203 213 225 / 1);
  }
  .lg\:hover\:bg-slate-300\/20:hover {
    background-color: rgb(203 213 225 / 0.2);
  }
  .lg\:hover\:bg-slate-300\/25:hover {
    background-color: rgb(203 213 225 / 0.25);
  }
  .lg\:hover\:bg-slate-300\/30:hover {
    background-color: rgb(203 213 225 / 0.3);
  }
  .lg\:hover\:bg-slate-300\/40:hover {
    background-color: rgb(203 213 225 / 0.4);
  }
  .lg\:hover\:bg-slate-300\/5:hover {
    background-color: rgb(203 213 225 / 0.05);
  }
  .lg\:hover\:bg-slate-300\/50:hover {
    background-color: rgb(203 213 225 / 0.5);
  }
  .lg\:hover\:bg-slate-300\/60:hover {
    background-color: rgb(203 213 225 / 0.6);
  }
  .lg\:hover\:bg-slate-300\/70:hover {
    background-color: rgb(203 213 225 / 0.7);
  }
  .lg\:hover\:bg-slate-300\/75:hover {
    background-color: rgb(203 213 225 / 0.75);
  }
  .lg\:hover\:bg-slate-300\/80:hover {
    background-color: rgb(203 213 225 / 0.8);
  }
  .lg\:hover\:bg-slate-300\/90:hover {
    background-color: rgb(203 213 225 / 0.9);
  }
  .lg\:hover\:bg-slate-300\/95:hover {
    background-color: rgb(203 213 225 / 0.95);
  }
  .lg\:hover\:bg-slate-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(148 163 184 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-slate-400\/0:hover {
    background-color: rgb(148 163 184 / 0);
  }
  .lg\:hover\:bg-slate-400\/10:hover {
    background-color: rgb(148 163 184 / 0.1);
  }
  .lg\:hover\:bg-slate-400\/100:hover {
    background-color: rgb(148 163 184 / 1);
  }
  .lg\:hover\:bg-slate-400\/20:hover {
    background-color: rgb(148 163 184 / 0.2);
  }
  .lg\:hover\:bg-slate-400\/25:hover {
    background-color: rgb(148 163 184 / 0.25);
  }
  .lg\:hover\:bg-slate-400\/30:hover {
    background-color: rgb(148 163 184 / 0.3);
  }
  .lg\:hover\:bg-slate-400\/40:hover {
    background-color: rgb(148 163 184 / 0.4);
  }
  .lg\:hover\:bg-slate-400\/5:hover {
    background-color: rgb(148 163 184 / 0.05);
  }
  .lg\:hover\:bg-slate-400\/50:hover {
    background-color: rgb(148 163 184 / 0.5);
  }
  .lg\:hover\:bg-slate-400\/60:hover {
    background-color: rgb(148 163 184 / 0.6);
  }
  .lg\:hover\:bg-slate-400\/70:hover {
    background-color: rgb(148 163 184 / 0.7);
  }
  .lg\:hover\:bg-slate-400\/75:hover {
    background-color: rgb(148 163 184 / 0.75);
  }
  .lg\:hover\:bg-slate-400\/80:hover {
    background-color: rgb(148 163 184 / 0.8);
  }
  .lg\:hover\:bg-slate-400\/90:hover {
    background-color: rgb(148 163 184 / 0.9);
  }
  .lg\:hover\:bg-slate-400\/95:hover {
    background-color: rgb(148 163 184 / 0.95);
  }
  .lg\:hover\:bg-slate-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-slate-50\/0:hover {
    background-color: rgb(248 250 252 / 0);
  }
  .lg\:hover\:bg-slate-50\/10:hover {
    background-color: rgb(248 250 252 / 0.1);
  }
  .lg\:hover\:bg-slate-50\/100:hover {
    background-color: rgb(248 250 252 / 1);
  }
  .lg\:hover\:bg-slate-50\/20:hover {
    background-color: rgb(248 250 252 / 0.2);
  }
  .lg\:hover\:bg-slate-50\/25:hover {
    background-color: rgb(248 250 252 / 0.25);
  }
  .lg\:hover\:bg-slate-50\/30:hover {
    background-color: rgb(248 250 252 / 0.3);
  }
  .lg\:hover\:bg-slate-50\/40:hover {
    background-color: rgb(248 250 252 / 0.4);
  }
  .lg\:hover\:bg-slate-50\/5:hover {
    background-color: rgb(248 250 252 / 0.05);
  }
  .lg\:hover\:bg-slate-50\/50:hover {
    background-color: rgb(248 250 252 / 0.5);
  }
  .lg\:hover\:bg-slate-50\/60:hover {
    background-color: rgb(248 250 252 / 0.6);
  }
  .lg\:hover\:bg-slate-50\/70:hover {
    background-color: rgb(248 250 252 / 0.7);
  }
  .lg\:hover\:bg-slate-50\/75:hover {
    background-color: rgb(248 250 252 / 0.75);
  }
  .lg\:hover\:bg-slate-50\/80:hover {
    background-color: rgb(248 250 252 / 0.8);
  }
  .lg\:hover\:bg-slate-50\/90:hover {
    background-color: rgb(248 250 252 / 0.9);
  }
  .lg\:hover\:bg-slate-50\/95:hover {
    background-color: rgb(248 250 252 / 0.95);
  }
  .lg\:hover\:bg-slate-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(100 116 139 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-slate-500\/0:hover {
    background-color: rgb(100 116 139 / 0);
  }
  .lg\:hover\:bg-slate-500\/10:hover {
    background-color: rgb(100 116 139 / 0.1);
  }
  .lg\:hover\:bg-slate-500\/100:hover {
    background-color: rgb(100 116 139 / 1);
  }
  .lg\:hover\:bg-slate-500\/20:hover {
    background-color: rgb(100 116 139 / 0.2);
  }
  .lg\:hover\:bg-slate-500\/25:hover {
    background-color: rgb(100 116 139 / 0.25);
  }
  .lg\:hover\:bg-slate-500\/30:hover {
    background-color: rgb(100 116 139 / 0.3);
  }
  .lg\:hover\:bg-slate-500\/40:hover {
    background-color: rgb(100 116 139 / 0.4);
  }
  .lg\:hover\:bg-slate-500\/5:hover {
    background-color: rgb(100 116 139 / 0.05);
  }
  .lg\:hover\:bg-slate-500\/50:hover {
    background-color: rgb(100 116 139 / 0.5);
  }
  .lg\:hover\:bg-slate-500\/60:hover {
    background-color: rgb(100 116 139 / 0.6);
  }
  .lg\:hover\:bg-slate-500\/70:hover {
    background-color: rgb(100 116 139 / 0.7);
  }
  .lg\:hover\:bg-slate-500\/75:hover {
    background-color: rgb(100 116 139 / 0.75);
  }
  .lg\:hover\:bg-slate-500\/80:hover {
    background-color: rgb(100 116 139 / 0.8);
  }
  .lg\:hover\:bg-slate-500\/90:hover {
    background-color: rgb(100 116 139 / 0.9);
  }
  .lg\:hover\:bg-slate-500\/95:hover {
    background-color: rgb(100 116 139 / 0.95);
  }
  .lg\:hover\:bg-slate-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(71 85 105 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-slate-600\/0:hover {
    background-color: rgb(71 85 105 / 0);
  }
  .lg\:hover\:bg-slate-600\/10:hover {
    background-color: rgb(71 85 105 / 0.1);
  }
  .lg\:hover\:bg-slate-600\/100:hover {
    background-color: rgb(71 85 105 / 1);
  }
  .lg\:hover\:bg-slate-600\/20:hover {
    background-color: rgb(71 85 105 / 0.2);
  }
  .lg\:hover\:bg-slate-600\/25:hover {
    background-color: rgb(71 85 105 / 0.25);
  }
  .lg\:hover\:bg-slate-600\/30:hover {
    background-color: rgb(71 85 105 / 0.3);
  }
  .lg\:hover\:bg-slate-600\/40:hover {
    background-color: rgb(71 85 105 / 0.4);
  }
  .lg\:hover\:bg-slate-600\/5:hover {
    background-color: rgb(71 85 105 / 0.05);
  }
  .lg\:hover\:bg-slate-600\/50:hover {
    background-color: rgb(71 85 105 / 0.5);
  }
  .lg\:hover\:bg-slate-600\/60:hover {
    background-color: rgb(71 85 105 / 0.6);
  }
  .lg\:hover\:bg-slate-600\/70:hover {
    background-color: rgb(71 85 105 / 0.7);
  }
  .lg\:hover\:bg-slate-600\/75:hover {
    background-color: rgb(71 85 105 / 0.75);
  }
  .lg\:hover\:bg-slate-600\/80:hover {
    background-color: rgb(71 85 105 / 0.8);
  }
  .lg\:hover\:bg-slate-600\/90:hover {
    background-color: rgb(71 85 105 / 0.9);
  }
  .lg\:hover\:bg-slate-600\/95:hover {
    background-color: rgb(71 85 105 / 0.95);
  }
  .lg\:hover\:bg-slate-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(51 65 85 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-slate-700\/0:hover {
    background-color: rgb(51 65 85 / 0);
  }
  .lg\:hover\:bg-slate-700\/10:hover {
    background-color: rgb(51 65 85 / 0.1);
  }
  .lg\:hover\:bg-slate-700\/100:hover {
    background-color: rgb(51 65 85 / 1);
  }
  .lg\:hover\:bg-slate-700\/20:hover {
    background-color: rgb(51 65 85 / 0.2);
  }
  .lg\:hover\:bg-slate-700\/25:hover {
    background-color: rgb(51 65 85 / 0.25);
  }
  .lg\:hover\:bg-slate-700\/30:hover {
    background-color: rgb(51 65 85 / 0.3);
  }
  .lg\:hover\:bg-slate-700\/40:hover {
    background-color: rgb(51 65 85 / 0.4);
  }
  .lg\:hover\:bg-slate-700\/5:hover {
    background-color: rgb(51 65 85 / 0.05);
  }
  .lg\:hover\:bg-slate-700\/50:hover {
    background-color: rgb(51 65 85 / 0.5);
  }
  .lg\:hover\:bg-slate-700\/60:hover {
    background-color: rgb(51 65 85 / 0.6);
  }
  .lg\:hover\:bg-slate-700\/70:hover {
    background-color: rgb(51 65 85 / 0.7);
  }
  .lg\:hover\:bg-slate-700\/75:hover {
    background-color: rgb(51 65 85 / 0.75);
  }
  .lg\:hover\:bg-slate-700\/80:hover {
    background-color: rgb(51 65 85 / 0.8);
  }
  .lg\:hover\:bg-slate-700\/90:hover {
    background-color: rgb(51 65 85 / 0.9);
  }
  .lg\:hover\:bg-slate-700\/95:hover {
    background-color: rgb(51 65 85 / 0.95);
  }
  .lg\:hover\:bg-slate-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(30 41 59 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-slate-800\/0:hover {
    background-color: rgb(30 41 59 / 0);
  }
  .lg\:hover\:bg-slate-800\/10:hover {
    background-color: rgb(30 41 59 / 0.1);
  }
  .lg\:hover\:bg-slate-800\/100:hover {
    background-color: rgb(30 41 59 / 1);
  }
  .lg\:hover\:bg-slate-800\/20:hover {
    background-color: rgb(30 41 59 / 0.2);
  }
  .lg\:hover\:bg-slate-800\/25:hover {
    background-color: rgb(30 41 59 / 0.25);
  }
  .lg\:hover\:bg-slate-800\/30:hover {
    background-color: rgb(30 41 59 / 0.3);
  }
  .lg\:hover\:bg-slate-800\/40:hover {
    background-color: rgb(30 41 59 / 0.4);
  }
  .lg\:hover\:bg-slate-800\/5:hover {
    background-color: rgb(30 41 59 / 0.05);
  }
  .lg\:hover\:bg-slate-800\/50:hover {
    background-color: rgb(30 41 59 / 0.5);
  }
  .lg\:hover\:bg-slate-800\/60:hover {
    background-color: rgb(30 41 59 / 0.6);
  }
  .lg\:hover\:bg-slate-800\/70:hover {
    background-color: rgb(30 41 59 / 0.7);
  }
  .lg\:hover\:bg-slate-800\/75:hover {
    background-color: rgb(30 41 59 / 0.75);
  }
  .lg\:hover\:bg-slate-800\/80:hover {
    background-color: rgb(30 41 59 / 0.8);
  }
  .lg\:hover\:bg-slate-800\/90:hover {
    background-color: rgb(30 41 59 / 0.9);
  }
  .lg\:hover\:bg-slate-800\/95:hover {
    background-color: rgb(30 41 59 / 0.95);
  }
  .lg\:hover\:bg-slate-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(15 23 42 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-slate-900\/0:hover {
    background-color: rgb(15 23 42 / 0);
  }
  .lg\:hover\:bg-slate-900\/10:hover {
    background-color: rgb(15 23 42 / 0.1);
  }
  .lg\:hover\:bg-slate-900\/100:hover {
    background-color: rgb(15 23 42 / 1);
  }
  .lg\:hover\:bg-slate-900\/20:hover {
    background-color: rgb(15 23 42 / 0.2);
  }
  .lg\:hover\:bg-slate-900\/25:hover {
    background-color: rgb(15 23 42 / 0.25);
  }
  .lg\:hover\:bg-slate-900\/30:hover {
    background-color: rgb(15 23 42 / 0.3);
  }
  .lg\:hover\:bg-slate-900\/40:hover {
    background-color: rgb(15 23 42 / 0.4);
  }
  .lg\:hover\:bg-slate-900\/5:hover {
    background-color: rgb(15 23 42 / 0.05);
  }
  .lg\:hover\:bg-slate-900\/50:hover {
    background-color: rgb(15 23 42 / 0.5);
  }
  .lg\:hover\:bg-slate-900\/60:hover {
    background-color: rgb(15 23 42 / 0.6);
  }
  .lg\:hover\:bg-slate-900\/70:hover {
    background-color: rgb(15 23 42 / 0.7);
  }
  .lg\:hover\:bg-slate-900\/75:hover {
    background-color: rgb(15 23 42 / 0.75);
  }
  .lg\:hover\:bg-slate-900\/80:hover {
    background-color: rgb(15 23 42 / 0.8);
  }
  .lg\:hover\:bg-slate-900\/90:hover {
    background-color: rgb(15 23 42 / 0.9);
  }
  .lg\:hover\:bg-slate-900\/95:hover {
    background-color: rgb(15 23 42 / 0.95);
  }
  .lg\:hover\:bg-slate-950:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(2 6 23 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-slate-950\/0:hover {
    background-color: rgb(2 6 23 / 0);
  }
  .lg\:hover\:bg-slate-950\/10:hover {
    background-color: rgb(2 6 23 / 0.1);
  }
  .lg\:hover\:bg-slate-950\/100:hover {
    background-color: rgb(2 6 23 / 1);
  }
  .lg\:hover\:bg-slate-950\/20:hover {
    background-color: rgb(2 6 23 / 0.2);
  }
  .lg\:hover\:bg-slate-950\/25:hover {
    background-color: rgb(2 6 23 / 0.25);
  }
  .lg\:hover\:bg-slate-950\/30:hover {
    background-color: rgb(2 6 23 / 0.3);
  }
  .lg\:hover\:bg-slate-950\/40:hover {
    background-color: rgb(2 6 23 / 0.4);
  }
  .lg\:hover\:bg-slate-950\/5:hover {
    background-color: rgb(2 6 23 / 0.05);
  }
  .lg\:hover\:bg-slate-950\/50:hover {
    background-color: rgb(2 6 23 / 0.5);
  }
  .lg\:hover\:bg-slate-950\/60:hover {
    background-color: rgb(2 6 23 / 0.6);
  }
  .lg\:hover\:bg-slate-950\/70:hover {
    background-color: rgb(2 6 23 / 0.7);
  }
  .lg\:hover\:bg-slate-950\/75:hover {
    background-color: rgb(2 6 23 / 0.75);
  }
  .lg\:hover\:bg-slate-950\/80:hover {
    background-color: rgb(2 6 23 / 0.8);
  }
  .lg\:hover\:bg-slate-950\/90:hover {
    background-color: rgb(2 6 23 / 0.9);
  }
  .lg\:hover\:bg-slate-950\/95:hover {
    background-color: rgb(2 6 23 / 0.95);
  }
  .lg\:hover\:bg-stone-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 244 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-stone-100\/0:hover {
    background-color: rgb(245 245 244 / 0);
  }
  .lg\:hover\:bg-stone-100\/10:hover {
    background-color: rgb(245 245 244 / 0.1);
  }
  .lg\:hover\:bg-stone-100\/100:hover {
    background-color: rgb(245 245 244 / 1);
  }
  .lg\:hover\:bg-stone-100\/20:hover {
    background-color: rgb(245 245 244 / 0.2);
  }
  .lg\:hover\:bg-stone-100\/25:hover {
    background-color: rgb(245 245 244 / 0.25);
  }
  .lg\:hover\:bg-stone-100\/30:hover {
    background-color: rgb(245 245 244 / 0.3);
  }
  .lg\:hover\:bg-stone-100\/40:hover {
    background-color: rgb(245 245 244 / 0.4);
  }
  .lg\:hover\:bg-stone-100\/5:hover {
    background-color: rgb(245 245 244 / 0.05);
  }
  .lg\:hover\:bg-stone-100\/50:hover {
    background-color: rgb(245 245 244 / 0.5);
  }
  .lg\:hover\:bg-stone-100\/60:hover {
    background-color: rgb(245 245 244 / 0.6);
  }
  .lg\:hover\:bg-stone-100\/70:hover {
    background-color: rgb(245 245 244 / 0.7);
  }
  .lg\:hover\:bg-stone-100\/75:hover {
    background-color: rgb(245 245 244 / 0.75);
  }
  .lg\:hover\:bg-stone-100\/80:hover {
    background-color: rgb(245 245 244 / 0.8);
  }
  .lg\:hover\:bg-stone-100\/90:hover {
    background-color: rgb(245 245 244 / 0.9);
  }
  .lg\:hover\:bg-stone-100\/95:hover {
    background-color: rgb(245 245 244 / 0.95);
  }
  .lg\:hover\:bg-stone-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(231 229 228 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-stone-200\/0:hover {
    background-color: rgb(231 229 228 / 0);
  }
  .lg\:hover\:bg-stone-200\/10:hover {
    background-color: rgb(231 229 228 / 0.1);
  }
  .lg\:hover\:bg-stone-200\/100:hover {
    background-color: rgb(231 229 228 / 1);
  }
  .lg\:hover\:bg-stone-200\/20:hover {
    background-color: rgb(231 229 228 / 0.2);
  }
  .lg\:hover\:bg-stone-200\/25:hover {
    background-color: rgb(231 229 228 / 0.25);
  }
  .lg\:hover\:bg-stone-200\/30:hover {
    background-color: rgb(231 229 228 / 0.3);
  }
  .lg\:hover\:bg-stone-200\/40:hover {
    background-color: rgb(231 229 228 / 0.4);
  }
  .lg\:hover\:bg-stone-200\/5:hover {
    background-color: rgb(231 229 228 / 0.05);
  }
  .lg\:hover\:bg-stone-200\/50:hover {
    background-color: rgb(231 229 228 / 0.5);
  }
  .lg\:hover\:bg-stone-200\/60:hover {
    background-color: rgb(231 229 228 / 0.6);
  }
  .lg\:hover\:bg-stone-200\/70:hover {
    background-color: rgb(231 229 228 / 0.7);
  }
  .lg\:hover\:bg-stone-200\/75:hover {
    background-color: rgb(231 229 228 / 0.75);
  }
  .lg\:hover\:bg-stone-200\/80:hover {
    background-color: rgb(231 229 228 / 0.8);
  }
  .lg\:hover\:bg-stone-200\/90:hover {
    background-color: rgb(231 229 228 / 0.9);
  }
  .lg\:hover\:bg-stone-200\/95:hover {
    background-color: rgb(231 229 228 / 0.95);
  }
  .lg\:hover\:bg-stone-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(214 211 209 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-stone-300\/0:hover {
    background-color: rgb(214 211 209 / 0);
  }
  .lg\:hover\:bg-stone-300\/10:hover {
    background-color: rgb(214 211 209 / 0.1);
  }
  .lg\:hover\:bg-stone-300\/100:hover {
    background-color: rgb(214 211 209 / 1);
  }
  .lg\:hover\:bg-stone-300\/20:hover {
    background-color: rgb(214 211 209 / 0.2);
  }
  .lg\:hover\:bg-stone-300\/25:hover {
    background-color: rgb(214 211 209 / 0.25);
  }
  .lg\:hover\:bg-stone-300\/30:hover {
    background-color: rgb(214 211 209 / 0.3);
  }
  .lg\:hover\:bg-stone-300\/40:hover {
    background-color: rgb(214 211 209 / 0.4);
  }
  .lg\:hover\:bg-stone-300\/5:hover {
    background-color: rgb(214 211 209 / 0.05);
  }
  .lg\:hover\:bg-stone-300\/50:hover {
    background-color: rgb(214 211 209 / 0.5);
  }
  .lg\:hover\:bg-stone-300\/60:hover {
    background-color: rgb(214 211 209 / 0.6);
  }
  .lg\:hover\:bg-stone-300\/70:hover {
    background-color: rgb(214 211 209 / 0.7);
  }
  .lg\:hover\:bg-stone-300\/75:hover {
    background-color: rgb(214 211 209 / 0.75);
  }
  .lg\:hover\:bg-stone-300\/80:hover {
    background-color: rgb(214 211 209 / 0.8);
  }
  .lg\:hover\:bg-stone-300\/90:hover {
    background-color: rgb(214 211 209 / 0.9);
  }
  .lg\:hover\:bg-stone-300\/95:hover {
    background-color: rgb(214 211 209 / 0.95);
  }
  .lg\:hover\:bg-stone-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(168 162 158 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-stone-400\/0:hover {
    background-color: rgb(168 162 158 / 0);
  }
  .lg\:hover\:bg-stone-400\/10:hover {
    background-color: rgb(168 162 158 / 0.1);
  }
  .lg\:hover\:bg-stone-400\/100:hover {
    background-color: rgb(168 162 158 / 1);
  }
  .lg\:hover\:bg-stone-400\/20:hover {
    background-color: rgb(168 162 158 / 0.2);
  }
  .lg\:hover\:bg-stone-400\/25:hover {
    background-color: rgb(168 162 158 / 0.25);
  }
  .lg\:hover\:bg-stone-400\/30:hover {
    background-color: rgb(168 162 158 / 0.3);
  }
  .lg\:hover\:bg-stone-400\/40:hover {
    background-color: rgb(168 162 158 / 0.4);
  }
  .lg\:hover\:bg-stone-400\/5:hover {
    background-color: rgb(168 162 158 / 0.05);
  }
  .lg\:hover\:bg-stone-400\/50:hover {
    background-color: rgb(168 162 158 / 0.5);
  }
  .lg\:hover\:bg-stone-400\/60:hover {
    background-color: rgb(168 162 158 / 0.6);
  }
  .lg\:hover\:bg-stone-400\/70:hover {
    background-color: rgb(168 162 158 / 0.7);
  }
  .lg\:hover\:bg-stone-400\/75:hover {
    background-color: rgb(168 162 158 / 0.75);
  }
  .lg\:hover\:bg-stone-400\/80:hover {
    background-color: rgb(168 162 158 / 0.8);
  }
  .lg\:hover\:bg-stone-400\/90:hover {
    background-color: rgb(168 162 158 / 0.9);
  }
  .lg\:hover\:bg-stone-400\/95:hover {
    background-color: rgb(168 162 158 / 0.95);
  }
  .lg\:hover\:bg-stone-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 249 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-stone-50\/0:hover {
    background-color: rgb(250 250 249 / 0);
  }
  .lg\:hover\:bg-stone-50\/10:hover {
    background-color: rgb(250 250 249 / 0.1);
  }
  .lg\:hover\:bg-stone-50\/100:hover {
    background-color: rgb(250 250 249 / 1);
  }
  .lg\:hover\:bg-stone-50\/20:hover {
    background-color: rgb(250 250 249 / 0.2);
  }
  .lg\:hover\:bg-stone-50\/25:hover {
    background-color: rgb(250 250 249 / 0.25);
  }
  .lg\:hover\:bg-stone-50\/30:hover {
    background-color: rgb(250 250 249 / 0.3);
  }
  .lg\:hover\:bg-stone-50\/40:hover {
    background-color: rgb(250 250 249 / 0.4);
  }
  .lg\:hover\:bg-stone-50\/5:hover {
    background-color: rgb(250 250 249 / 0.05);
  }
  .lg\:hover\:bg-stone-50\/50:hover {
    background-color: rgb(250 250 249 / 0.5);
  }
  .lg\:hover\:bg-stone-50\/60:hover {
    background-color: rgb(250 250 249 / 0.6);
  }
  .lg\:hover\:bg-stone-50\/70:hover {
    background-color: rgb(250 250 249 / 0.7);
  }
  .lg\:hover\:bg-stone-50\/75:hover {
    background-color: rgb(250 250 249 / 0.75);
  }
  .lg\:hover\:bg-stone-50\/80:hover {
    background-color: rgb(250 250 249 / 0.8);
  }
  .lg\:hover\:bg-stone-50\/90:hover {
    background-color: rgb(250 250 249 / 0.9);
  }
  .lg\:hover\:bg-stone-50\/95:hover {
    background-color: rgb(250 250 249 / 0.95);
  }
  .lg\:hover\:bg-stone-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(120 113 108 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-stone-500\/0:hover {
    background-color: rgb(120 113 108 / 0);
  }
  .lg\:hover\:bg-stone-500\/10:hover {
    background-color: rgb(120 113 108 / 0.1);
  }
  .lg\:hover\:bg-stone-500\/100:hover {
    background-color: rgb(120 113 108 / 1);
  }
  .lg\:hover\:bg-stone-500\/20:hover {
    background-color: rgb(120 113 108 / 0.2);
  }
  .lg\:hover\:bg-stone-500\/25:hover {
    background-color: rgb(120 113 108 / 0.25);
  }
  .lg\:hover\:bg-stone-500\/30:hover {
    background-color: rgb(120 113 108 / 0.3);
  }
  .lg\:hover\:bg-stone-500\/40:hover {
    background-color: rgb(120 113 108 / 0.4);
  }
  .lg\:hover\:bg-stone-500\/5:hover {
    background-color: rgb(120 113 108 / 0.05);
  }
  .lg\:hover\:bg-stone-500\/50:hover {
    background-color: rgb(120 113 108 / 0.5);
  }
  .lg\:hover\:bg-stone-500\/60:hover {
    background-color: rgb(120 113 108 / 0.6);
  }
  .lg\:hover\:bg-stone-500\/70:hover {
    background-color: rgb(120 113 108 / 0.7);
  }
  .lg\:hover\:bg-stone-500\/75:hover {
    background-color: rgb(120 113 108 / 0.75);
  }
  .lg\:hover\:bg-stone-500\/80:hover {
    background-color: rgb(120 113 108 / 0.8);
  }
  .lg\:hover\:bg-stone-500\/90:hover {
    background-color: rgb(120 113 108 / 0.9);
  }
  .lg\:hover\:bg-stone-500\/95:hover {
    background-color: rgb(120 113 108 / 0.95);
  }
  .lg\:hover\:bg-stone-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(87 83 78 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-stone-600\/0:hover {
    background-color: rgb(87 83 78 / 0);
  }
  .lg\:hover\:bg-stone-600\/10:hover {
    background-color: rgb(87 83 78 / 0.1);
  }
  .lg\:hover\:bg-stone-600\/100:hover {
    background-color: rgb(87 83 78 / 1);
  }
  .lg\:hover\:bg-stone-600\/20:hover {
    background-color: rgb(87 83 78 / 0.2);
  }
  .lg\:hover\:bg-stone-600\/25:hover {
    background-color: rgb(87 83 78 / 0.25);
  }
  .lg\:hover\:bg-stone-600\/30:hover {
    background-color: rgb(87 83 78 / 0.3);
  }
  .lg\:hover\:bg-stone-600\/40:hover {
    background-color: rgb(87 83 78 / 0.4);
  }
  .lg\:hover\:bg-stone-600\/5:hover {
    background-color: rgb(87 83 78 / 0.05);
  }
  .lg\:hover\:bg-stone-600\/50:hover {
    background-color: rgb(87 83 78 / 0.5);
  }
  .lg\:hover\:bg-stone-600\/60:hover {
    background-color: rgb(87 83 78 / 0.6);
  }
  .lg\:hover\:bg-stone-600\/70:hover {
    background-color: rgb(87 83 78 / 0.7);
  }
  .lg\:hover\:bg-stone-600\/75:hover {
    background-color: rgb(87 83 78 / 0.75);
  }
  .lg\:hover\:bg-stone-600\/80:hover {
    background-color: rgb(87 83 78 / 0.8);
  }
  .lg\:hover\:bg-stone-600\/90:hover {
    background-color: rgb(87 83 78 / 0.9);
  }
  .lg\:hover\:bg-stone-600\/95:hover {
    background-color: rgb(87 83 78 / 0.95);
  }
  .lg\:hover\:bg-stone-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(68 64 60 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-stone-700\/0:hover {
    background-color: rgb(68 64 60 / 0);
  }
  .lg\:hover\:bg-stone-700\/10:hover {
    background-color: rgb(68 64 60 / 0.1);
  }
  .lg\:hover\:bg-stone-700\/100:hover {
    background-color: rgb(68 64 60 / 1);
  }
  .lg\:hover\:bg-stone-700\/20:hover {
    background-color: rgb(68 64 60 / 0.2);
  }
  .lg\:hover\:bg-stone-700\/25:hover {
    background-color: rgb(68 64 60 / 0.25);
  }
  .lg\:hover\:bg-stone-700\/30:hover {
    background-color: rgb(68 64 60 / 0.3);
  }
  .lg\:hover\:bg-stone-700\/40:hover {
    background-color: rgb(68 64 60 / 0.4);
  }
  .lg\:hover\:bg-stone-700\/5:hover {
    background-color: rgb(68 64 60 / 0.05);
  }
  .lg\:hover\:bg-stone-700\/50:hover {
    background-color: rgb(68 64 60 / 0.5);
  }
  .lg\:hover\:bg-stone-700\/60:hover {
    background-color: rgb(68 64 60 / 0.6);
  }
  .lg\:hover\:bg-stone-700\/70:hover {
    background-color: rgb(68 64 60 / 0.7);
  }
  .lg\:hover\:bg-stone-700\/75:hover {
    background-color: rgb(68 64 60 / 0.75);
  }
  .lg\:hover\:bg-stone-700\/80:hover {
    background-color: rgb(68 64 60 / 0.8);
  }
  .lg\:hover\:bg-stone-700\/90:hover {
    background-color: rgb(68 64 60 / 0.9);
  }
  .lg\:hover\:bg-stone-700\/95:hover {
    background-color: rgb(68 64 60 / 0.95);
  }
  .lg\:hover\:bg-stone-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(41 37 36 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-stone-800\/0:hover {
    background-color: rgb(41 37 36 / 0);
  }
  .lg\:hover\:bg-stone-800\/10:hover {
    background-color: rgb(41 37 36 / 0.1);
  }
  .lg\:hover\:bg-stone-800\/100:hover {
    background-color: rgb(41 37 36 / 1);
  }
  .lg\:hover\:bg-stone-800\/20:hover {
    background-color: rgb(41 37 36 / 0.2);
  }
  .lg\:hover\:bg-stone-800\/25:hover {
    background-color: rgb(41 37 36 / 0.25);
  }
  .lg\:hover\:bg-stone-800\/30:hover {
    background-color: rgb(41 37 36 / 0.3);
  }
  .lg\:hover\:bg-stone-800\/40:hover {
    background-color: rgb(41 37 36 / 0.4);
  }
  .lg\:hover\:bg-stone-800\/5:hover {
    background-color: rgb(41 37 36 / 0.05);
  }
  .lg\:hover\:bg-stone-800\/50:hover {
    background-color: rgb(41 37 36 / 0.5);
  }
  .lg\:hover\:bg-stone-800\/60:hover {
    background-color: rgb(41 37 36 / 0.6);
  }
  .lg\:hover\:bg-stone-800\/70:hover {
    background-color: rgb(41 37 36 / 0.7);
  }
  .lg\:hover\:bg-stone-800\/75:hover {
    background-color: rgb(41 37 36 / 0.75);
  }
  .lg\:hover\:bg-stone-800\/80:hover {
    background-color: rgb(41 37 36 / 0.8);
  }
  .lg\:hover\:bg-stone-800\/90:hover {
    background-color: rgb(41 37 36 / 0.9);
  }
  .lg\:hover\:bg-stone-800\/95:hover {
    background-color: rgb(41 37 36 / 0.95);
  }
  .lg\:hover\:bg-stone-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(28 25 23 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-stone-900\/0:hover {
    background-color: rgb(28 25 23 / 0);
  }
  .lg\:hover\:bg-stone-900\/10:hover {
    background-color: rgb(28 25 23 / 0.1);
  }
  .lg\:hover\:bg-stone-900\/100:hover {
    background-color: rgb(28 25 23 / 1);
  }
  .lg\:hover\:bg-stone-900\/20:hover {
    background-color: rgb(28 25 23 / 0.2);
  }
  .lg\:hover\:bg-stone-900\/25:hover {
    background-color: rgb(28 25 23 / 0.25);
  }
  .lg\:hover\:bg-stone-900\/30:hover {
    background-color: rgb(28 25 23 / 0.3);
  }
  .lg\:hover\:bg-stone-900\/40:hover {
    background-color: rgb(28 25 23 / 0.4);
  }
  .lg\:hover\:bg-stone-900\/5:hover {
    background-color: rgb(28 25 23 / 0.05);
  }
  .lg\:hover\:bg-stone-900\/50:hover {
    background-color: rgb(28 25 23 / 0.5);
  }
  .lg\:hover\:bg-stone-900\/60:hover {
    background-color: rgb(28 25 23 / 0.6);
  }
  .lg\:hover\:bg-stone-900\/70:hover {
    background-color: rgb(28 25 23 / 0.7);
  }
  .lg\:hover\:bg-stone-900\/75:hover {
    background-color: rgb(28 25 23 / 0.75);
  }
  .lg\:hover\:bg-stone-900\/80:hover {
    background-color: rgb(28 25 23 / 0.8);
  }
  .lg\:hover\:bg-stone-900\/90:hover {
    background-color: rgb(28 25 23 / 0.9);
  }
  .lg\:hover\:bg-stone-900\/95:hover {
    background-color: rgb(28 25 23 / 0.95);
  }
  .lg\:hover\:bg-stone-950:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(12 10 9 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-stone-950\/0:hover {
    background-color: rgb(12 10 9 / 0);
  }
  .lg\:hover\:bg-stone-950\/10:hover {
    background-color: rgb(12 10 9 / 0.1);
  }
  .lg\:hover\:bg-stone-950\/100:hover {
    background-color: rgb(12 10 9 / 1);
  }
  .lg\:hover\:bg-stone-950\/20:hover {
    background-color: rgb(12 10 9 / 0.2);
  }
  .lg\:hover\:bg-stone-950\/25:hover {
    background-color: rgb(12 10 9 / 0.25);
  }
  .lg\:hover\:bg-stone-950\/30:hover {
    background-color: rgb(12 10 9 / 0.3);
  }
  .lg\:hover\:bg-stone-950\/40:hover {
    background-color: rgb(12 10 9 / 0.4);
  }
  .lg\:hover\:bg-stone-950\/5:hover {
    background-color: rgb(12 10 9 / 0.05);
  }
  .lg\:hover\:bg-stone-950\/50:hover {
    background-color: rgb(12 10 9 / 0.5);
  }
  .lg\:hover\:bg-stone-950\/60:hover {
    background-color: rgb(12 10 9 / 0.6);
  }
  .lg\:hover\:bg-stone-950\/70:hover {
    background-color: rgb(12 10 9 / 0.7);
  }
  .lg\:hover\:bg-stone-950\/75:hover {
    background-color: rgb(12 10 9 / 0.75);
  }
  .lg\:hover\:bg-stone-950\/80:hover {
    background-color: rgb(12 10 9 / 0.8);
  }
  .lg\:hover\:bg-stone-950\/90:hover {
    background-color: rgb(12 10 9 / 0.9);
  }
  .lg\:hover\:bg-stone-950\/95:hover {
    background-color: rgb(12 10 9 / 0.95);
  }
  .lg\:hover\:bg-teal-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(204 251 241 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-teal-100\/0:hover {
    background-color: rgb(204 251 241 / 0);
  }
  .lg\:hover\:bg-teal-100\/10:hover {
    background-color: rgb(204 251 241 / 0.1);
  }
  .lg\:hover\:bg-teal-100\/100:hover {
    background-color: rgb(204 251 241 / 1);
  }
  .lg\:hover\:bg-teal-100\/20:hover {
    background-color: rgb(204 251 241 / 0.2);
  }
  .lg\:hover\:bg-teal-100\/25:hover {
    background-color: rgb(204 251 241 / 0.25);
  }
  .lg\:hover\:bg-teal-100\/30:hover {
    background-color: rgb(204 251 241 / 0.3);
  }
  .lg\:hover\:bg-teal-100\/40:hover {
    background-color: rgb(204 251 241 / 0.4);
  }
  .lg\:hover\:bg-teal-100\/5:hover {
    background-color: rgb(204 251 241 / 0.05);
  }
  .lg\:hover\:bg-teal-100\/50:hover {
    background-color: rgb(204 251 241 / 0.5);
  }
  .lg\:hover\:bg-teal-100\/60:hover {
    background-color: rgb(204 251 241 / 0.6);
  }
  .lg\:hover\:bg-teal-100\/70:hover {
    background-color: rgb(204 251 241 / 0.7);
  }
  .lg\:hover\:bg-teal-100\/75:hover {
    background-color: rgb(204 251 241 / 0.75);
  }
  .lg\:hover\:bg-teal-100\/80:hover {
    background-color: rgb(204 251 241 / 0.8);
  }
  .lg\:hover\:bg-teal-100\/90:hover {
    background-color: rgb(204 251 241 / 0.9);
  }
  .lg\:hover\:bg-teal-100\/95:hover {
    background-color: rgb(204 251 241 / 0.95);
  }
  .lg\:hover\:bg-teal-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(153 246 228 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-teal-200\/0:hover {
    background-color: rgb(153 246 228 / 0);
  }
  .lg\:hover\:bg-teal-200\/10:hover {
    background-color: rgb(153 246 228 / 0.1);
  }
  .lg\:hover\:bg-teal-200\/100:hover {
    background-color: rgb(153 246 228 / 1);
  }
  .lg\:hover\:bg-teal-200\/20:hover {
    background-color: rgb(153 246 228 / 0.2);
  }
  .lg\:hover\:bg-teal-200\/25:hover {
    background-color: rgb(153 246 228 / 0.25);
  }
  .lg\:hover\:bg-teal-200\/30:hover {
    background-color: rgb(153 246 228 / 0.3);
  }
  .lg\:hover\:bg-teal-200\/40:hover {
    background-color: rgb(153 246 228 / 0.4);
  }
  .lg\:hover\:bg-teal-200\/5:hover {
    background-color: rgb(153 246 228 / 0.05);
  }
  .lg\:hover\:bg-teal-200\/50:hover {
    background-color: rgb(153 246 228 / 0.5);
  }
  .lg\:hover\:bg-teal-200\/60:hover {
    background-color: rgb(153 246 228 / 0.6);
  }
  .lg\:hover\:bg-teal-200\/70:hover {
    background-color: rgb(153 246 228 / 0.7);
  }
  .lg\:hover\:bg-teal-200\/75:hover {
    background-color: rgb(153 246 228 / 0.75);
  }
  .lg\:hover\:bg-teal-200\/80:hover {
    background-color: rgb(153 246 228 / 0.8);
  }
  .lg\:hover\:bg-teal-200\/90:hover {
    background-color: rgb(153 246 228 / 0.9);
  }
  .lg\:hover\:bg-teal-200\/95:hover {
    background-color: rgb(153 246 228 / 0.95);
  }
  .lg\:hover\:bg-teal-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(94 234 212 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-teal-300\/0:hover {
    background-color: rgb(94 234 212 / 0);
  }
  .lg\:hover\:bg-teal-300\/10:hover {
    background-color: rgb(94 234 212 / 0.1);
  }
  .lg\:hover\:bg-teal-300\/100:hover {
    background-color: rgb(94 234 212 / 1);
  }
  .lg\:hover\:bg-teal-300\/20:hover {
    background-color: rgb(94 234 212 / 0.2);
  }
  .lg\:hover\:bg-teal-300\/25:hover {
    background-color: rgb(94 234 212 / 0.25);
  }
  .lg\:hover\:bg-teal-300\/30:hover {
    background-color: rgb(94 234 212 / 0.3);
  }
  .lg\:hover\:bg-teal-300\/40:hover {
    background-color: rgb(94 234 212 / 0.4);
  }
  .lg\:hover\:bg-teal-300\/5:hover {
    background-color: rgb(94 234 212 / 0.05);
  }
  .lg\:hover\:bg-teal-300\/50:hover {
    background-color: rgb(94 234 212 / 0.5);
  }
  .lg\:hover\:bg-teal-300\/60:hover {
    background-color: rgb(94 234 212 / 0.6);
  }
  .lg\:hover\:bg-teal-300\/70:hover {
    background-color: rgb(94 234 212 / 0.7);
  }
  .lg\:hover\:bg-teal-300\/75:hover {
    background-color: rgb(94 234 212 / 0.75);
  }
  .lg\:hover\:bg-teal-300\/80:hover {
    background-color: rgb(94 234 212 / 0.8);
  }
  .lg\:hover\:bg-teal-300\/90:hover {
    background-color: rgb(94 234 212 / 0.9);
  }
  .lg\:hover\:bg-teal-300\/95:hover {
    background-color: rgb(94 234 212 / 0.95);
  }
  .lg\:hover\:bg-teal-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(45 212 191 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-teal-400\/0:hover {
    background-color: rgb(45 212 191 / 0);
  }
  .lg\:hover\:bg-teal-400\/10:hover {
    background-color: rgb(45 212 191 / 0.1);
  }
  .lg\:hover\:bg-teal-400\/100:hover {
    background-color: rgb(45 212 191 / 1);
  }
  .lg\:hover\:bg-teal-400\/20:hover {
    background-color: rgb(45 212 191 / 0.2);
  }
  .lg\:hover\:bg-teal-400\/25:hover {
    background-color: rgb(45 212 191 / 0.25);
  }
  .lg\:hover\:bg-teal-400\/30:hover {
    background-color: rgb(45 212 191 / 0.3);
  }
  .lg\:hover\:bg-teal-400\/40:hover {
    background-color: rgb(45 212 191 / 0.4);
  }
  .lg\:hover\:bg-teal-400\/5:hover {
    background-color: rgb(45 212 191 / 0.05);
  }
  .lg\:hover\:bg-teal-400\/50:hover {
    background-color: rgb(45 212 191 / 0.5);
  }
  .lg\:hover\:bg-teal-400\/60:hover {
    background-color: rgb(45 212 191 / 0.6);
  }
  .lg\:hover\:bg-teal-400\/70:hover {
    background-color: rgb(45 212 191 / 0.7);
  }
  .lg\:hover\:bg-teal-400\/75:hover {
    background-color: rgb(45 212 191 / 0.75);
  }
  .lg\:hover\:bg-teal-400\/80:hover {
    background-color: rgb(45 212 191 / 0.8);
  }
  .lg\:hover\:bg-teal-400\/90:hover {
    background-color: rgb(45 212 191 / 0.9);
  }
  .lg\:hover\:bg-teal-400\/95:hover {
    background-color: rgb(45 212 191 / 0.95);
  }
  .lg\:hover\:bg-teal-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(240 253 250 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-teal-50\/0:hover {
    background-color: rgb(240 253 250 / 0);
  }
  .lg\:hover\:bg-teal-50\/10:hover {
    background-color: rgb(240 253 250 / 0.1);
  }
  .lg\:hover\:bg-teal-50\/100:hover {
    background-color: rgb(240 253 250 / 1);
  }
  .lg\:hover\:bg-teal-50\/20:hover {
    background-color: rgb(240 253 250 / 0.2);
  }
  .lg\:hover\:bg-teal-50\/25:hover {
    background-color: rgb(240 253 250 / 0.25);
  }
  .lg\:hover\:bg-teal-50\/30:hover {
    background-color: rgb(240 253 250 / 0.3);
  }
  .lg\:hover\:bg-teal-50\/40:hover {
    background-color: rgb(240 253 250 / 0.4);
  }
  .lg\:hover\:bg-teal-50\/5:hover {
    background-color: rgb(240 253 250 / 0.05);
  }
  .lg\:hover\:bg-teal-50\/50:hover {
    background-color: rgb(240 253 250 / 0.5);
  }
  .lg\:hover\:bg-teal-50\/60:hover {
    background-color: rgb(240 253 250 / 0.6);
  }
  .lg\:hover\:bg-teal-50\/70:hover {
    background-color: rgb(240 253 250 / 0.7);
  }
  .lg\:hover\:bg-teal-50\/75:hover {
    background-color: rgb(240 253 250 / 0.75);
  }
  .lg\:hover\:bg-teal-50\/80:hover {
    background-color: rgb(240 253 250 / 0.8);
  }
  .lg\:hover\:bg-teal-50\/90:hover {
    background-color: rgb(240 253 250 / 0.9);
  }
  .lg\:hover\:bg-teal-50\/95:hover {
    background-color: rgb(240 253 250 / 0.95);
  }
  .lg\:hover\:bg-teal-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(20 184 166 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-teal-500\/0:hover {
    background-color: rgb(20 184 166 / 0);
  }
  .lg\:hover\:bg-teal-500\/10:hover {
    background-color: rgb(20 184 166 / 0.1);
  }
  .lg\:hover\:bg-teal-500\/100:hover {
    background-color: rgb(20 184 166 / 1);
  }
  .lg\:hover\:bg-teal-500\/20:hover {
    background-color: rgb(20 184 166 / 0.2);
  }
  .lg\:hover\:bg-teal-500\/25:hover {
    background-color: rgb(20 184 166 / 0.25);
  }
  .lg\:hover\:bg-teal-500\/30:hover {
    background-color: rgb(20 184 166 / 0.3);
  }
  .lg\:hover\:bg-teal-500\/40:hover {
    background-color: rgb(20 184 166 / 0.4);
  }
  .lg\:hover\:bg-teal-500\/5:hover {
    background-color: rgb(20 184 166 / 0.05);
  }
  .lg\:hover\:bg-teal-500\/50:hover {
    background-color: rgb(20 184 166 / 0.5);
  }
  .lg\:hover\:bg-teal-500\/60:hover {
    background-color: rgb(20 184 166 / 0.6);
  }
  .lg\:hover\:bg-teal-500\/70:hover {
    background-color: rgb(20 184 166 / 0.7);
  }
  .lg\:hover\:bg-teal-500\/75:hover {
    background-color: rgb(20 184 166 / 0.75);
  }
  .lg\:hover\:bg-teal-500\/80:hover {
    background-color: rgb(20 184 166 / 0.8);
  }
  .lg\:hover\:bg-teal-500\/90:hover {
    background-color: rgb(20 184 166 / 0.9);
  }
  .lg\:hover\:bg-teal-500\/95:hover {
    background-color: rgb(20 184 166 / 0.95);
  }
  .lg\:hover\:bg-teal-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(13 148 136 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-teal-600\/0:hover {
    background-color: rgb(13 148 136 / 0);
  }
  .lg\:hover\:bg-teal-600\/10:hover {
    background-color: rgb(13 148 136 / 0.1);
  }
  .lg\:hover\:bg-teal-600\/100:hover {
    background-color: rgb(13 148 136 / 1);
  }
  .lg\:hover\:bg-teal-600\/20:hover {
    background-color: rgb(13 148 136 / 0.2);
  }
  .lg\:hover\:bg-teal-600\/25:hover {
    background-color: rgb(13 148 136 / 0.25);
  }
  .lg\:hover\:bg-teal-600\/30:hover {
    background-color: rgb(13 148 136 / 0.3);
  }
  .lg\:hover\:bg-teal-600\/40:hover {
    background-color: rgb(13 148 136 / 0.4);
  }
  .lg\:hover\:bg-teal-600\/5:hover {
    background-color: rgb(13 148 136 / 0.05);
  }
  .lg\:hover\:bg-teal-600\/50:hover {
    background-color: rgb(13 148 136 / 0.5);
  }
  .lg\:hover\:bg-teal-600\/60:hover {
    background-color: rgb(13 148 136 / 0.6);
  }
  .lg\:hover\:bg-teal-600\/70:hover {
    background-color: rgb(13 148 136 / 0.7);
  }
  .lg\:hover\:bg-teal-600\/75:hover {
    background-color: rgb(13 148 136 / 0.75);
  }
  .lg\:hover\:bg-teal-600\/80:hover {
    background-color: rgb(13 148 136 / 0.8);
  }
  .lg\:hover\:bg-teal-600\/90:hover {
    background-color: rgb(13 148 136 / 0.9);
  }
  .lg\:hover\:bg-teal-600\/95:hover {
    background-color: rgb(13 148 136 / 0.95);
  }
  .lg\:hover\:bg-teal-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(15 118 110 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-teal-700\/0:hover {
    background-color: rgb(15 118 110 / 0);
  }
  .lg\:hover\:bg-teal-700\/10:hover {
    background-color: rgb(15 118 110 / 0.1);
  }
  .lg\:hover\:bg-teal-700\/100:hover {
    background-color: rgb(15 118 110 / 1);
  }
  .lg\:hover\:bg-teal-700\/20:hover {
    background-color: rgb(15 118 110 / 0.2);
  }
  .lg\:hover\:bg-teal-700\/25:hover {
    background-color: rgb(15 118 110 / 0.25);
  }
  .lg\:hover\:bg-teal-700\/30:hover {
    background-color: rgb(15 118 110 / 0.3);
  }
  .lg\:hover\:bg-teal-700\/40:hover {
    background-color: rgb(15 118 110 / 0.4);
  }
  .lg\:hover\:bg-teal-700\/5:hover {
    background-color: rgb(15 118 110 / 0.05);
  }
  .lg\:hover\:bg-teal-700\/50:hover {
    background-color: rgb(15 118 110 / 0.5);
  }
  .lg\:hover\:bg-teal-700\/60:hover {
    background-color: rgb(15 118 110 / 0.6);
  }
  .lg\:hover\:bg-teal-700\/70:hover {
    background-color: rgb(15 118 110 / 0.7);
  }
  .lg\:hover\:bg-teal-700\/75:hover {
    background-color: rgb(15 118 110 / 0.75);
  }
  .lg\:hover\:bg-teal-700\/80:hover {
    background-color: rgb(15 118 110 / 0.8);
  }
  .lg\:hover\:bg-teal-700\/90:hover {
    background-color: rgb(15 118 110 / 0.9);
  }
  .lg\:hover\:bg-teal-700\/95:hover {
    background-color: rgb(15 118 110 / 0.95);
  }
  .lg\:hover\:bg-teal-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(17 94 89 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-teal-800\/0:hover {
    background-color: rgb(17 94 89 / 0);
  }
  .lg\:hover\:bg-teal-800\/10:hover {
    background-color: rgb(17 94 89 / 0.1);
  }
  .lg\:hover\:bg-teal-800\/100:hover {
    background-color: rgb(17 94 89 / 1);
  }
  .lg\:hover\:bg-teal-800\/20:hover {
    background-color: rgb(17 94 89 / 0.2);
  }
  .lg\:hover\:bg-teal-800\/25:hover {
    background-color: rgb(17 94 89 / 0.25);
  }
  .lg\:hover\:bg-teal-800\/30:hover {
    background-color: rgb(17 94 89 / 0.3);
  }
  .lg\:hover\:bg-teal-800\/40:hover {
    background-color: rgb(17 94 89 / 0.4);
  }
  .lg\:hover\:bg-teal-800\/5:hover {
    background-color: rgb(17 94 89 / 0.05);
  }
  .lg\:hover\:bg-teal-800\/50:hover {
    background-color: rgb(17 94 89 / 0.5);
  }
  .lg\:hover\:bg-teal-800\/60:hover {
    background-color: rgb(17 94 89 / 0.6);
  }
  .lg\:hover\:bg-teal-800\/70:hover {
    background-color: rgb(17 94 89 / 0.7);
  }
  .lg\:hover\:bg-teal-800\/75:hover {
    background-color: rgb(17 94 89 / 0.75);
  }
  .lg\:hover\:bg-teal-800\/80:hover {
    background-color: rgb(17 94 89 / 0.8);
  }
  .lg\:hover\:bg-teal-800\/90:hover {
    background-color: rgb(17 94 89 / 0.9);
  }
  .lg\:hover\:bg-teal-800\/95:hover {
    background-color: rgb(17 94 89 / 0.95);
  }
  .lg\:hover\:bg-teal-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(19 78 74 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-teal-900\/0:hover {
    background-color: rgb(19 78 74 / 0);
  }
  .lg\:hover\:bg-teal-900\/10:hover {
    background-color: rgb(19 78 74 / 0.1);
  }
  .lg\:hover\:bg-teal-900\/100:hover {
    background-color: rgb(19 78 74 / 1);
  }
  .lg\:hover\:bg-teal-900\/20:hover {
    background-color: rgb(19 78 74 / 0.2);
  }
  .lg\:hover\:bg-teal-900\/25:hover {
    background-color: rgb(19 78 74 / 0.25);
  }
  .lg\:hover\:bg-teal-900\/30:hover {
    background-color: rgb(19 78 74 / 0.3);
  }
  .lg\:hover\:bg-teal-900\/40:hover {
    background-color: rgb(19 78 74 / 0.4);
  }
  .lg\:hover\:bg-teal-900\/5:hover {
    background-color: rgb(19 78 74 / 0.05);
  }
  .lg\:hover\:bg-teal-900\/50:hover {
    background-color: rgb(19 78 74 / 0.5);
  }
  .lg\:hover\:bg-teal-900\/60:hover {
    background-color: rgb(19 78 74 / 0.6);
  }
  .lg\:hover\:bg-teal-900\/70:hover {
    background-color: rgb(19 78 74 / 0.7);
  }
  .lg\:hover\:bg-teal-900\/75:hover {
    background-color: rgb(19 78 74 / 0.75);
  }
  .lg\:hover\:bg-teal-900\/80:hover {
    background-color: rgb(19 78 74 / 0.8);
  }
  .lg\:hover\:bg-teal-900\/90:hover {
    background-color: rgb(19 78 74 / 0.9);
  }
  .lg\:hover\:bg-teal-900\/95:hover {
    background-color: rgb(19 78 74 / 0.95);
  }
  .lg\:hover\:bg-teal-950:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(4 47 46 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-teal-950\/0:hover {
    background-color: rgb(4 47 46 / 0);
  }
  .lg\:hover\:bg-teal-950\/10:hover {
    background-color: rgb(4 47 46 / 0.1);
  }
  .lg\:hover\:bg-teal-950\/100:hover {
    background-color: rgb(4 47 46 / 1);
  }
  .lg\:hover\:bg-teal-950\/20:hover {
    background-color: rgb(4 47 46 / 0.2);
  }
  .lg\:hover\:bg-teal-950\/25:hover {
    background-color: rgb(4 47 46 / 0.25);
  }
  .lg\:hover\:bg-teal-950\/30:hover {
    background-color: rgb(4 47 46 / 0.3);
  }
  .lg\:hover\:bg-teal-950\/40:hover {
    background-color: rgb(4 47 46 / 0.4);
  }
  .lg\:hover\:bg-teal-950\/5:hover {
    background-color: rgb(4 47 46 / 0.05);
  }
  .lg\:hover\:bg-teal-950\/50:hover {
    background-color: rgb(4 47 46 / 0.5);
  }
  .lg\:hover\:bg-teal-950\/60:hover {
    background-color: rgb(4 47 46 / 0.6);
  }
  .lg\:hover\:bg-teal-950\/70:hover {
    background-color: rgb(4 47 46 / 0.7);
  }
  .lg\:hover\:bg-teal-950\/75:hover {
    background-color: rgb(4 47 46 / 0.75);
  }
  .lg\:hover\:bg-teal-950\/80:hover {
    background-color: rgb(4 47 46 / 0.8);
  }
  .lg\:hover\:bg-teal-950\/90:hover {
    background-color: rgb(4 47 46 / 0.9);
  }
  .lg\:hover\:bg-teal-950\/95:hover {
    background-color: rgb(4 47 46 / 0.95);
  }
  .lg\:hover\:bg-transparent:hover {
    background-color: transparent;
  }
  .lg\:hover\:bg-transparent\/0:hover {
    background-color: rgb(0 0 0 / 0);
  }
  .lg\:hover\:bg-transparent\/10:hover {
    background-color: rgb(0 0 0 / 0.1);
  }
  .lg\:hover\:bg-transparent\/100:hover {
    background-color: rgb(0 0 0 / 1);
  }
  .lg\:hover\:bg-transparent\/20:hover {
    background-color: rgb(0 0 0 / 0.2);
  }
  .lg\:hover\:bg-transparent\/25:hover {
    background-color: rgb(0 0 0 / 0.25);
  }
  .lg\:hover\:bg-transparent\/30:hover {
    background-color: rgb(0 0 0 / 0.3);
  }
  .lg\:hover\:bg-transparent\/40:hover {
    background-color: rgb(0 0 0 / 0.4);
  }
  .lg\:hover\:bg-transparent\/5:hover {
    background-color: rgb(0 0 0 / 0.05);
  }
  .lg\:hover\:bg-transparent\/50:hover {
    background-color: rgb(0 0 0 / 0.5);
  }
  .lg\:hover\:bg-transparent\/60:hover {
    background-color: rgb(0 0 0 / 0.6);
  }
  .lg\:hover\:bg-transparent\/70:hover {
    background-color: rgb(0 0 0 / 0.7);
  }
  .lg\:hover\:bg-transparent\/75:hover {
    background-color: rgb(0 0 0 / 0.75);
  }
  .lg\:hover\:bg-transparent\/80:hover {
    background-color: rgb(0 0 0 / 0.8);
  }
  .lg\:hover\:bg-transparent\/90:hover {
    background-color: rgb(0 0 0 / 0.9);
  }
  .lg\:hover\:bg-transparent\/95:hover {
    background-color: rgb(0 0 0 / 0.95);
  }
  .lg\:hover\:bg-tykhe-digital:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(239 156 131 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-tykhe-digital-alt:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(245 239 224 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-tykhe-digital-alt\/0:hover {
    background-color: rgb(245 239 224 / 0);
  }
  .lg\:hover\:bg-tykhe-digital-alt\/10:hover {
    background-color: rgb(245 239 224 / 0.1);
  }
  .lg\:hover\:bg-tykhe-digital-alt\/100:hover {
    background-color: rgb(245 239 224 / 1);
  }
  .lg\:hover\:bg-tykhe-digital-alt\/20:hover {
    background-color: rgb(245 239 224 / 0.2);
  }
  .lg\:hover\:bg-tykhe-digital-alt\/25:hover {
    background-color: rgb(245 239 224 / 0.25);
  }
  .lg\:hover\:bg-tykhe-digital-alt\/30:hover {
    background-color: rgb(245 239 224 / 0.3);
  }
  .lg\:hover\:bg-tykhe-digital-alt\/40:hover {
    background-color: rgb(245 239 224 / 0.4);
  }
  .lg\:hover\:bg-tykhe-digital-alt\/5:hover {
    background-color: rgb(245 239 224 / 0.05);
  }
  .lg\:hover\:bg-tykhe-digital-alt\/50:hover {
    background-color: rgb(245 239 224 / 0.5);
  }
  .lg\:hover\:bg-tykhe-digital-alt\/60:hover {
    background-color: rgb(245 239 224 / 0.6);
  }
  .lg\:hover\:bg-tykhe-digital-alt\/70:hover {
    background-color: rgb(245 239 224 / 0.7);
  }
  .lg\:hover\:bg-tykhe-digital-alt\/75:hover {
    background-color: rgb(245 239 224 / 0.75);
  }
  .lg\:hover\:bg-tykhe-digital-alt\/80:hover {
    background-color: rgb(245 239 224 / 0.8);
  }
  .lg\:hover\:bg-tykhe-digital-alt\/90:hover {
    background-color: rgb(245 239 224 / 0.9);
  }
  .lg\:hover\:bg-tykhe-digital-alt\/95:hover {
    background-color: rgb(245 239 224 / 0.95);
  }
  .lg\:hover\:bg-tykhe-digital-alt2:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 58 111 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-tykhe-digital-alt2\/0:hover {
    background-color: rgb(255 58 111 / 0);
  }
  .lg\:hover\:bg-tykhe-digital-alt2\/10:hover {
    background-color: rgb(255 58 111 / 0.1);
  }
  .lg\:hover\:bg-tykhe-digital-alt2\/100:hover {
    background-color: rgb(255 58 111 / 1);
  }
  .lg\:hover\:bg-tykhe-digital-alt2\/20:hover {
    background-color: rgb(255 58 111 / 0.2);
  }
  .lg\:hover\:bg-tykhe-digital-alt2\/25:hover {
    background-color: rgb(255 58 111 / 0.25);
  }
  .lg\:hover\:bg-tykhe-digital-alt2\/30:hover {
    background-color: rgb(255 58 111 / 0.3);
  }
  .lg\:hover\:bg-tykhe-digital-alt2\/40:hover {
    background-color: rgb(255 58 111 / 0.4);
  }
  .lg\:hover\:bg-tykhe-digital-alt2\/5:hover {
    background-color: rgb(255 58 111 / 0.05);
  }
  .lg\:hover\:bg-tykhe-digital-alt2\/50:hover {
    background-color: rgb(255 58 111 / 0.5);
  }
  .lg\:hover\:bg-tykhe-digital-alt2\/60:hover {
    background-color: rgb(255 58 111 / 0.6);
  }
  .lg\:hover\:bg-tykhe-digital-alt2\/70:hover {
    background-color: rgb(255 58 111 / 0.7);
  }
  .lg\:hover\:bg-tykhe-digital-alt2\/75:hover {
    background-color: rgb(255 58 111 / 0.75);
  }
  .lg\:hover\:bg-tykhe-digital-alt2\/80:hover {
    background-color: rgb(255 58 111 / 0.8);
  }
  .lg\:hover\:bg-tykhe-digital-alt2\/90:hover {
    background-color: rgb(255 58 111 / 0.9);
  }
  .lg\:hover\:bg-tykhe-digital-alt2\/95:hover {
    background-color: rgb(255 58 111 / 0.95);
  }
  .lg\:hover\:bg-tykhe-digital-alt3:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(131 214 239 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-tykhe-digital-alt3\/0:hover {
    background-color: rgb(131 214 239 / 0);
  }
  .lg\:hover\:bg-tykhe-digital-alt3\/10:hover {
    background-color: rgb(131 214 239 / 0.1);
  }
  .lg\:hover\:bg-tykhe-digital-alt3\/100:hover {
    background-color: rgb(131 214 239 / 1);
  }
  .lg\:hover\:bg-tykhe-digital-alt3\/20:hover {
    background-color: rgb(131 214 239 / 0.2);
  }
  .lg\:hover\:bg-tykhe-digital-alt3\/25:hover {
    background-color: rgb(131 214 239 / 0.25);
  }
  .lg\:hover\:bg-tykhe-digital-alt3\/30:hover {
    background-color: rgb(131 214 239 / 0.3);
  }
  .lg\:hover\:bg-tykhe-digital-alt3\/40:hover {
    background-color: rgb(131 214 239 / 0.4);
  }
  .lg\:hover\:bg-tykhe-digital-alt3\/5:hover {
    background-color: rgb(131 214 239 / 0.05);
  }
  .lg\:hover\:bg-tykhe-digital-alt3\/50:hover {
    background-color: rgb(131 214 239 / 0.5);
  }
  .lg\:hover\:bg-tykhe-digital-alt3\/60:hover {
    background-color: rgb(131 214 239 / 0.6);
  }
  .lg\:hover\:bg-tykhe-digital-alt3\/70:hover {
    background-color: rgb(131 214 239 / 0.7);
  }
  .lg\:hover\:bg-tykhe-digital-alt3\/75:hover {
    background-color: rgb(131 214 239 / 0.75);
  }
  .lg\:hover\:bg-tykhe-digital-alt3\/80:hover {
    background-color: rgb(131 214 239 / 0.8);
  }
  .lg\:hover\:bg-tykhe-digital-alt3\/90:hover {
    background-color: rgb(131 214 239 / 0.9);
  }
  .lg\:hover\:bg-tykhe-digital-alt3\/95:hover {
    background-color: rgb(131 214 239 / 0.95);
  }
  .lg\:hover\:bg-tykhe-digital\/0:hover {
    background-color: rgb(239 156 131 / 0);
  }
  .lg\:hover\:bg-tykhe-digital\/10:hover {
    background-color: rgb(239 156 131 / 0.1);
  }
  .lg\:hover\:bg-tykhe-digital\/100:hover {
    background-color: rgb(239 156 131 / 1);
  }
  .lg\:hover\:bg-tykhe-digital\/20:hover {
    background-color: rgb(239 156 131 / 0.2);
  }
  .lg\:hover\:bg-tykhe-digital\/25:hover {
    background-color: rgb(239 156 131 / 0.25);
  }
  .lg\:hover\:bg-tykhe-digital\/30:hover {
    background-color: rgb(239 156 131 / 0.3);
  }
  .lg\:hover\:bg-tykhe-digital\/40:hover {
    background-color: rgb(239 156 131 / 0.4);
  }
  .lg\:hover\:bg-tykhe-digital\/5:hover {
    background-color: rgb(239 156 131 / 0.05);
  }
  .lg\:hover\:bg-tykhe-digital\/50:hover {
    background-color: rgb(239 156 131 / 0.5);
  }
  .lg\:hover\:bg-tykhe-digital\/60:hover {
    background-color: rgb(239 156 131 / 0.6);
  }
  .lg\:hover\:bg-tykhe-digital\/70:hover {
    background-color: rgb(239 156 131 / 0.7);
  }
  .lg\:hover\:bg-tykhe-digital\/75:hover {
    background-color: rgb(239 156 131 / 0.75);
  }
  .lg\:hover\:bg-tykhe-digital\/80:hover {
    background-color: rgb(239 156 131 / 0.8);
  }
  .lg\:hover\:bg-tykhe-digital\/90:hover {
    background-color: rgb(239 156 131 / 0.9);
  }
  .lg\:hover\:bg-tykhe-digital\/95:hover {
    background-color: rgb(239 156 131 / 0.95);
  }
  .lg\:hover\:bg-violet-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(237 233 254 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-violet-100\/0:hover {
    background-color: rgb(237 233 254 / 0);
  }
  .lg\:hover\:bg-violet-100\/10:hover {
    background-color: rgb(237 233 254 / 0.1);
  }
  .lg\:hover\:bg-violet-100\/100:hover {
    background-color: rgb(237 233 254 / 1);
  }
  .lg\:hover\:bg-violet-100\/20:hover {
    background-color: rgb(237 233 254 / 0.2);
  }
  .lg\:hover\:bg-violet-100\/25:hover {
    background-color: rgb(237 233 254 / 0.25);
  }
  .lg\:hover\:bg-violet-100\/30:hover {
    background-color: rgb(237 233 254 / 0.3);
  }
  .lg\:hover\:bg-violet-100\/40:hover {
    background-color: rgb(237 233 254 / 0.4);
  }
  .lg\:hover\:bg-violet-100\/5:hover {
    background-color: rgb(237 233 254 / 0.05);
  }
  .lg\:hover\:bg-violet-100\/50:hover {
    background-color: rgb(237 233 254 / 0.5);
  }
  .lg\:hover\:bg-violet-100\/60:hover {
    background-color: rgb(237 233 254 / 0.6);
  }
  .lg\:hover\:bg-violet-100\/70:hover {
    background-color: rgb(237 233 254 / 0.7);
  }
  .lg\:hover\:bg-violet-100\/75:hover {
    background-color: rgb(237 233 254 / 0.75);
  }
  .lg\:hover\:bg-violet-100\/80:hover {
    background-color: rgb(237 233 254 / 0.8);
  }
  .lg\:hover\:bg-violet-100\/90:hover {
    background-color: rgb(237 233 254 / 0.9);
  }
  .lg\:hover\:bg-violet-100\/95:hover {
    background-color: rgb(237 233 254 / 0.95);
  }
  .lg\:hover\:bg-violet-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(221 214 254 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-violet-200\/0:hover {
    background-color: rgb(221 214 254 / 0);
  }
  .lg\:hover\:bg-violet-200\/10:hover {
    background-color: rgb(221 214 254 / 0.1);
  }
  .lg\:hover\:bg-violet-200\/100:hover {
    background-color: rgb(221 214 254 / 1);
  }
  .lg\:hover\:bg-violet-200\/20:hover {
    background-color: rgb(221 214 254 / 0.2);
  }
  .lg\:hover\:bg-violet-200\/25:hover {
    background-color: rgb(221 214 254 / 0.25);
  }
  .lg\:hover\:bg-violet-200\/30:hover {
    background-color: rgb(221 214 254 / 0.3);
  }
  .lg\:hover\:bg-violet-200\/40:hover {
    background-color: rgb(221 214 254 / 0.4);
  }
  .lg\:hover\:bg-violet-200\/5:hover {
    background-color: rgb(221 214 254 / 0.05);
  }
  .lg\:hover\:bg-violet-200\/50:hover {
    background-color: rgb(221 214 254 / 0.5);
  }
  .lg\:hover\:bg-violet-200\/60:hover {
    background-color: rgb(221 214 254 / 0.6);
  }
  .lg\:hover\:bg-violet-200\/70:hover {
    background-color: rgb(221 214 254 / 0.7);
  }
  .lg\:hover\:bg-violet-200\/75:hover {
    background-color: rgb(221 214 254 / 0.75);
  }
  .lg\:hover\:bg-violet-200\/80:hover {
    background-color: rgb(221 214 254 / 0.8);
  }
  .lg\:hover\:bg-violet-200\/90:hover {
    background-color: rgb(221 214 254 / 0.9);
  }
  .lg\:hover\:bg-violet-200\/95:hover {
    background-color: rgb(221 214 254 / 0.95);
  }
  .lg\:hover\:bg-violet-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(196 181 253 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-violet-300\/0:hover {
    background-color: rgb(196 181 253 / 0);
  }
  .lg\:hover\:bg-violet-300\/10:hover {
    background-color: rgb(196 181 253 / 0.1);
  }
  .lg\:hover\:bg-violet-300\/100:hover {
    background-color: rgb(196 181 253 / 1);
  }
  .lg\:hover\:bg-violet-300\/20:hover {
    background-color: rgb(196 181 253 / 0.2);
  }
  .lg\:hover\:bg-violet-300\/25:hover {
    background-color: rgb(196 181 253 / 0.25);
  }
  .lg\:hover\:bg-violet-300\/30:hover {
    background-color: rgb(196 181 253 / 0.3);
  }
  .lg\:hover\:bg-violet-300\/40:hover {
    background-color: rgb(196 181 253 / 0.4);
  }
  .lg\:hover\:bg-violet-300\/5:hover {
    background-color: rgb(196 181 253 / 0.05);
  }
  .lg\:hover\:bg-violet-300\/50:hover {
    background-color: rgb(196 181 253 / 0.5);
  }
  .lg\:hover\:bg-violet-300\/60:hover {
    background-color: rgb(196 181 253 / 0.6);
  }
  .lg\:hover\:bg-violet-300\/70:hover {
    background-color: rgb(196 181 253 / 0.7);
  }
  .lg\:hover\:bg-violet-300\/75:hover {
    background-color: rgb(196 181 253 / 0.75);
  }
  .lg\:hover\:bg-violet-300\/80:hover {
    background-color: rgb(196 181 253 / 0.8);
  }
  .lg\:hover\:bg-violet-300\/90:hover {
    background-color: rgb(196 181 253 / 0.9);
  }
  .lg\:hover\:bg-violet-300\/95:hover {
    background-color: rgb(196 181 253 / 0.95);
  }
  .lg\:hover\:bg-violet-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(167 139 250 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-violet-400\/0:hover {
    background-color: rgb(167 139 250 / 0);
  }
  .lg\:hover\:bg-violet-400\/10:hover {
    background-color: rgb(167 139 250 / 0.1);
  }
  .lg\:hover\:bg-violet-400\/100:hover {
    background-color: rgb(167 139 250 / 1);
  }
  .lg\:hover\:bg-violet-400\/20:hover {
    background-color: rgb(167 139 250 / 0.2);
  }
  .lg\:hover\:bg-violet-400\/25:hover {
    background-color: rgb(167 139 250 / 0.25);
  }
  .lg\:hover\:bg-violet-400\/30:hover {
    background-color: rgb(167 139 250 / 0.3);
  }
  .lg\:hover\:bg-violet-400\/40:hover {
    background-color: rgb(167 139 250 / 0.4);
  }
  .lg\:hover\:bg-violet-400\/5:hover {
    background-color: rgb(167 139 250 / 0.05);
  }
  .lg\:hover\:bg-violet-400\/50:hover {
    background-color: rgb(167 139 250 / 0.5);
  }
  .lg\:hover\:bg-violet-400\/60:hover {
    background-color: rgb(167 139 250 / 0.6);
  }
  .lg\:hover\:bg-violet-400\/70:hover {
    background-color: rgb(167 139 250 / 0.7);
  }
  .lg\:hover\:bg-violet-400\/75:hover {
    background-color: rgb(167 139 250 / 0.75);
  }
  .lg\:hover\:bg-violet-400\/80:hover {
    background-color: rgb(167 139 250 / 0.8);
  }
  .lg\:hover\:bg-violet-400\/90:hover {
    background-color: rgb(167 139 250 / 0.9);
  }
  .lg\:hover\:bg-violet-400\/95:hover {
    background-color: rgb(167 139 250 / 0.95);
  }
  .lg\:hover\:bg-violet-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(245 243 255 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-violet-50\/0:hover {
    background-color: rgb(245 243 255 / 0);
  }
  .lg\:hover\:bg-violet-50\/10:hover {
    background-color: rgb(245 243 255 / 0.1);
  }
  .lg\:hover\:bg-violet-50\/100:hover {
    background-color: rgb(245 243 255 / 1);
  }
  .lg\:hover\:bg-violet-50\/20:hover {
    background-color: rgb(245 243 255 / 0.2);
  }
  .lg\:hover\:bg-violet-50\/25:hover {
    background-color: rgb(245 243 255 / 0.25);
  }
  .lg\:hover\:bg-violet-50\/30:hover {
    background-color: rgb(245 243 255 / 0.3);
  }
  .lg\:hover\:bg-violet-50\/40:hover {
    background-color: rgb(245 243 255 / 0.4);
  }
  .lg\:hover\:bg-violet-50\/5:hover {
    background-color: rgb(245 243 255 / 0.05);
  }
  .lg\:hover\:bg-violet-50\/50:hover {
    background-color: rgb(245 243 255 / 0.5);
  }
  .lg\:hover\:bg-violet-50\/60:hover {
    background-color: rgb(245 243 255 / 0.6);
  }
  .lg\:hover\:bg-violet-50\/70:hover {
    background-color: rgb(245 243 255 / 0.7);
  }
  .lg\:hover\:bg-violet-50\/75:hover {
    background-color: rgb(245 243 255 / 0.75);
  }
  .lg\:hover\:bg-violet-50\/80:hover {
    background-color: rgb(245 243 255 / 0.8);
  }
  .lg\:hover\:bg-violet-50\/90:hover {
    background-color: rgb(245 243 255 / 0.9);
  }
  .lg\:hover\:bg-violet-50\/95:hover {
    background-color: rgb(245 243 255 / 0.95);
  }
  .lg\:hover\:bg-violet-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(139 92 246 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-violet-500\/0:hover {
    background-color: rgb(139 92 246 / 0);
  }
  .lg\:hover\:bg-violet-500\/10:hover {
    background-color: rgb(139 92 246 / 0.1);
  }
  .lg\:hover\:bg-violet-500\/100:hover {
    background-color: rgb(139 92 246 / 1);
  }
  .lg\:hover\:bg-violet-500\/20:hover {
    background-color: rgb(139 92 246 / 0.2);
  }
  .lg\:hover\:bg-violet-500\/25:hover {
    background-color: rgb(139 92 246 / 0.25);
  }
  .lg\:hover\:bg-violet-500\/30:hover {
    background-color: rgb(139 92 246 / 0.3);
  }
  .lg\:hover\:bg-violet-500\/40:hover {
    background-color: rgb(139 92 246 / 0.4);
  }
  .lg\:hover\:bg-violet-500\/5:hover {
    background-color: rgb(139 92 246 / 0.05);
  }
  .lg\:hover\:bg-violet-500\/50:hover {
    background-color: rgb(139 92 246 / 0.5);
  }
  .lg\:hover\:bg-violet-500\/60:hover {
    background-color: rgb(139 92 246 / 0.6);
  }
  .lg\:hover\:bg-violet-500\/70:hover {
    background-color: rgb(139 92 246 / 0.7);
  }
  .lg\:hover\:bg-violet-500\/75:hover {
    background-color: rgb(139 92 246 / 0.75);
  }
  .lg\:hover\:bg-violet-500\/80:hover {
    background-color: rgb(139 92 246 / 0.8);
  }
  .lg\:hover\:bg-violet-500\/90:hover {
    background-color: rgb(139 92 246 / 0.9);
  }
  .lg\:hover\:bg-violet-500\/95:hover {
    background-color: rgb(139 92 246 / 0.95);
  }
  .lg\:hover\:bg-violet-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(124 58 237 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-violet-600\/0:hover {
    background-color: rgb(124 58 237 / 0);
  }
  .lg\:hover\:bg-violet-600\/10:hover {
    background-color: rgb(124 58 237 / 0.1);
  }
  .lg\:hover\:bg-violet-600\/100:hover {
    background-color: rgb(124 58 237 / 1);
  }
  .lg\:hover\:bg-violet-600\/20:hover {
    background-color: rgb(124 58 237 / 0.2);
  }
  .lg\:hover\:bg-violet-600\/25:hover {
    background-color: rgb(124 58 237 / 0.25);
  }
  .lg\:hover\:bg-violet-600\/30:hover {
    background-color: rgb(124 58 237 / 0.3);
  }
  .lg\:hover\:bg-violet-600\/40:hover {
    background-color: rgb(124 58 237 / 0.4);
  }
  .lg\:hover\:bg-violet-600\/5:hover {
    background-color: rgb(124 58 237 / 0.05);
  }
  .lg\:hover\:bg-violet-600\/50:hover {
    background-color: rgb(124 58 237 / 0.5);
  }
  .lg\:hover\:bg-violet-600\/60:hover {
    background-color: rgb(124 58 237 / 0.6);
  }
  .lg\:hover\:bg-violet-600\/70:hover {
    background-color: rgb(124 58 237 / 0.7);
  }
  .lg\:hover\:bg-violet-600\/75:hover {
    background-color: rgb(124 58 237 / 0.75);
  }
  .lg\:hover\:bg-violet-600\/80:hover {
    background-color: rgb(124 58 237 / 0.8);
  }
  .lg\:hover\:bg-violet-600\/90:hover {
    background-color: rgb(124 58 237 / 0.9);
  }
  .lg\:hover\:bg-violet-600\/95:hover {
    background-color: rgb(124 58 237 / 0.95);
  }
  .lg\:hover\:bg-violet-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(109 40 217 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-violet-700\/0:hover {
    background-color: rgb(109 40 217 / 0);
  }
  .lg\:hover\:bg-violet-700\/10:hover {
    background-color: rgb(109 40 217 / 0.1);
  }
  .lg\:hover\:bg-violet-700\/100:hover {
    background-color: rgb(109 40 217 / 1);
  }
  .lg\:hover\:bg-violet-700\/20:hover {
    background-color: rgb(109 40 217 / 0.2);
  }
  .lg\:hover\:bg-violet-700\/25:hover {
    background-color: rgb(109 40 217 / 0.25);
  }
  .lg\:hover\:bg-violet-700\/30:hover {
    background-color: rgb(109 40 217 / 0.3);
  }
  .lg\:hover\:bg-violet-700\/40:hover {
    background-color: rgb(109 40 217 / 0.4);
  }
  .lg\:hover\:bg-violet-700\/5:hover {
    background-color: rgb(109 40 217 / 0.05);
  }
  .lg\:hover\:bg-violet-700\/50:hover {
    background-color: rgb(109 40 217 / 0.5);
  }
  .lg\:hover\:bg-violet-700\/60:hover {
    background-color: rgb(109 40 217 / 0.6);
  }
  .lg\:hover\:bg-violet-700\/70:hover {
    background-color: rgb(109 40 217 / 0.7);
  }
  .lg\:hover\:bg-violet-700\/75:hover {
    background-color: rgb(109 40 217 / 0.75);
  }
  .lg\:hover\:bg-violet-700\/80:hover {
    background-color: rgb(109 40 217 / 0.8);
  }
  .lg\:hover\:bg-violet-700\/90:hover {
    background-color: rgb(109 40 217 / 0.9);
  }
  .lg\:hover\:bg-violet-700\/95:hover {
    background-color: rgb(109 40 217 / 0.95);
  }
  .lg\:hover\:bg-violet-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(91 33 182 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-violet-800\/0:hover {
    background-color: rgb(91 33 182 / 0);
  }
  .lg\:hover\:bg-violet-800\/10:hover {
    background-color: rgb(91 33 182 / 0.1);
  }
  .lg\:hover\:bg-violet-800\/100:hover {
    background-color: rgb(91 33 182 / 1);
  }
  .lg\:hover\:bg-violet-800\/20:hover {
    background-color: rgb(91 33 182 / 0.2);
  }
  .lg\:hover\:bg-violet-800\/25:hover {
    background-color: rgb(91 33 182 / 0.25);
  }
  .lg\:hover\:bg-violet-800\/30:hover {
    background-color: rgb(91 33 182 / 0.3);
  }
  .lg\:hover\:bg-violet-800\/40:hover {
    background-color: rgb(91 33 182 / 0.4);
  }
  .lg\:hover\:bg-violet-800\/5:hover {
    background-color: rgb(91 33 182 / 0.05);
  }
  .lg\:hover\:bg-violet-800\/50:hover {
    background-color: rgb(91 33 182 / 0.5);
  }
  .lg\:hover\:bg-violet-800\/60:hover {
    background-color: rgb(91 33 182 / 0.6);
  }
  .lg\:hover\:bg-violet-800\/70:hover {
    background-color: rgb(91 33 182 / 0.7);
  }
  .lg\:hover\:bg-violet-800\/75:hover {
    background-color: rgb(91 33 182 / 0.75);
  }
  .lg\:hover\:bg-violet-800\/80:hover {
    background-color: rgb(91 33 182 / 0.8);
  }
  .lg\:hover\:bg-violet-800\/90:hover {
    background-color: rgb(91 33 182 / 0.9);
  }
  .lg\:hover\:bg-violet-800\/95:hover {
    background-color: rgb(91 33 182 / 0.95);
  }
  .lg\:hover\:bg-violet-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(76 29 149 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-violet-900\/0:hover {
    background-color: rgb(76 29 149 / 0);
  }
  .lg\:hover\:bg-violet-900\/10:hover {
    background-color: rgb(76 29 149 / 0.1);
  }
  .lg\:hover\:bg-violet-900\/100:hover {
    background-color: rgb(76 29 149 / 1);
  }
  .lg\:hover\:bg-violet-900\/20:hover {
    background-color: rgb(76 29 149 / 0.2);
  }
  .lg\:hover\:bg-violet-900\/25:hover {
    background-color: rgb(76 29 149 / 0.25);
  }
  .lg\:hover\:bg-violet-900\/30:hover {
    background-color: rgb(76 29 149 / 0.3);
  }
  .lg\:hover\:bg-violet-900\/40:hover {
    background-color: rgb(76 29 149 / 0.4);
  }
  .lg\:hover\:bg-violet-900\/5:hover {
    background-color: rgb(76 29 149 / 0.05);
  }
  .lg\:hover\:bg-violet-900\/50:hover {
    background-color: rgb(76 29 149 / 0.5);
  }
  .lg\:hover\:bg-violet-900\/60:hover {
    background-color: rgb(76 29 149 / 0.6);
  }
  .lg\:hover\:bg-violet-900\/70:hover {
    background-color: rgb(76 29 149 / 0.7);
  }
  .lg\:hover\:bg-violet-900\/75:hover {
    background-color: rgb(76 29 149 / 0.75);
  }
  .lg\:hover\:bg-violet-900\/80:hover {
    background-color: rgb(76 29 149 / 0.8);
  }
  .lg\:hover\:bg-violet-900\/90:hover {
    background-color: rgb(76 29 149 / 0.9);
  }
  .lg\:hover\:bg-violet-900\/95:hover {
    background-color: rgb(76 29 149 / 0.95);
  }
  .lg\:hover\:bg-violet-950:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(46 16 101 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-violet-950\/0:hover {
    background-color: rgb(46 16 101 / 0);
  }
  .lg\:hover\:bg-violet-950\/10:hover {
    background-color: rgb(46 16 101 / 0.1);
  }
  .lg\:hover\:bg-violet-950\/100:hover {
    background-color: rgb(46 16 101 / 1);
  }
  .lg\:hover\:bg-violet-950\/20:hover {
    background-color: rgb(46 16 101 / 0.2);
  }
  .lg\:hover\:bg-violet-950\/25:hover {
    background-color: rgb(46 16 101 / 0.25);
  }
  .lg\:hover\:bg-violet-950\/30:hover {
    background-color: rgb(46 16 101 / 0.3);
  }
  .lg\:hover\:bg-violet-950\/40:hover {
    background-color: rgb(46 16 101 / 0.4);
  }
  .lg\:hover\:bg-violet-950\/5:hover {
    background-color: rgb(46 16 101 / 0.05);
  }
  .lg\:hover\:bg-violet-950\/50:hover {
    background-color: rgb(46 16 101 / 0.5);
  }
  .lg\:hover\:bg-violet-950\/60:hover {
    background-color: rgb(46 16 101 / 0.6);
  }
  .lg\:hover\:bg-violet-950\/70:hover {
    background-color: rgb(46 16 101 / 0.7);
  }
  .lg\:hover\:bg-violet-950\/75:hover {
    background-color: rgb(46 16 101 / 0.75);
  }
  .lg\:hover\:bg-violet-950\/80:hover {
    background-color: rgb(46 16 101 / 0.8);
  }
  .lg\:hover\:bg-violet-950\/90:hover {
    background-color: rgb(46 16 101 / 0.9);
  }
  .lg\:hover\:bg-violet-950\/95:hover {
    background-color: rgb(46 16 101 / 0.95);
  }
  .lg\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-white\/0:hover {
    background-color: rgb(255 255 255 / 0);
  }
  .lg\:hover\:bg-white\/10:hover {
    background-color: rgb(255 255 255 / 0.1);
  }
  .lg\:hover\:bg-white\/100:hover {
    background-color: rgb(255 255 255 / 1);
  }
  .lg\:hover\:bg-white\/20:hover {
    background-color: rgb(255 255 255 / 0.2);
  }
  .lg\:hover\:bg-white\/25:hover {
    background-color: rgb(255 255 255 / 0.25);
  }
  .lg\:hover\:bg-white\/30:hover {
    background-color: rgb(255 255 255 / 0.3);
  }
  .lg\:hover\:bg-white\/40:hover {
    background-color: rgb(255 255 255 / 0.4);
  }
  .lg\:hover\:bg-white\/5:hover {
    background-color: rgb(255 255 255 / 0.05);
  }
  .lg\:hover\:bg-white\/50:hover {
    background-color: rgb(255 255 255 / 0.5);
  }
  .lg\:hover\:bg-white\/60:hover {
    background-color: rgb(255 255 255 / 0.6);
  }
  .lg\:hover\:bg-white\/70:hover {
    background-color: rgb(255 255 255 / 0.7);
  }
  .lg\:hover\:bg-white\/75:hover {
    background-color: rgb(255 255 255 / 0.75);
  }
  .lg\:hover\:bg-white\/80:hover {
    background-color: rgb(255 255 255 / 0.8);
  }
  .lg\:hover\:bg-white\/90:hover {
    background-color: rgb(255 255 255 / 0.9);
  }
  .lg\:hover\:bg-white\/95:hover {
    background-color: rgb(255 255 255 / 0.95);
  }
  .lg\:hover\:bg-work-identity-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(166 235 194 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-work-identity-300\/0:hover {
    background-color: rgb(166 235 194 / 0);
  }
  .lg\:hover\:bg-work-identity-300\/10:hover {
    background-color: rgb(166 235 194 / 0.1);
  }
  .lg\:hover\:bg-work-identity-300\/100:hover {
    background-color: rgb(166 235 194 / 1);
  }
  .lg\:hover\:bg-work-identity-300\/20:hover {
    background-color: rgb(166 235 194 / 0.2);
  }
  .lg\:hover\:bg-work-identity-300\/25:hover {
    background-color: rgb(166 235 194 / 0.25);
  }
  .lg\:hover\:bg-work-identity-300\/30:hover {
    background-color: rgb(166 235 194 / 0.3);
  }
  .lg\:hover\:bg-work-identity-300\/40:hover {
    background-color: rgb(166 235 194 / 0.4);
  }
  .lg\:hover\:bg-work-identity-300\/5:hover {
    background-color: rgb(166 235 194 / 0.05);
  }
  .lg\:hover\:bg-work-identity-300\/50:hover {
    background-color: rgb(166 235 194 / 0.5);
  }
  .lg\:hover\:bg-work-identity-300\/60:hover {
    background-color: rgb(166 235 194 / 0.6);
  }
  .lg\:hover\:bg-work-identity-300\/70:hover {
    background-color: rgb(166 235 194 / 0.7);
  }
  .lg\:hover\:bg-work-identity-300\/75:hover {
    background-color: rgb(166 235 194 / 0.75);
  }
  .lg\:hover\:bg-work-identity-300\/80:hover {
    background-color: rgb(166 235 194 / 0.8);
  }
  .lg\:hover\:bg-work-identity-300\/90:hover {
    background-color: rgb(166 235 194 / 0.9);
  }
  .lg\:hover\:bg-work-identity-300\/95:hover {
    background-color: rgb(166 235 194 / 0.95);
  }
  .lg\:hover\:bg-work-identity-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(83 221 139 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-work-identity-400\/0:hover {
    background-color: rgb(83 221 139 / 0);
  }
  .lg\:hover\:bg-work-identity-400\/10:hover {
    background-color: rgb(83 221 139 / 0.1);
  }
  .lg\:hover\:bg-work-identity-400\/100:hover {
    background-color: rgb(83 221 139 / 1);
  }
  .lg\:hover\:bg-work-identity-400\/20:hover {
    background-color: rgb(83 221 139 / 0.2);
  }
  .lg\:hover\:bg-work-identity-400\/25:hover {
    background-color: rgb(83 221 139 / 0.25);
  }
  .lg\:hover\:bg-work-identity-400\/30:hover {
    background-color: rgb(83 221 139 / 0.3);
  }
  .lg\:hover\:bg-work-identity-400\/40:hover {
    background-color: rgb(83 221 139 / 0.4);
  }
  .lg\:hover\:bg-work-identity-400\/5:hover {
    background-color: rgb(83 221 139 / 0.05);
  }
  .lg\:hover\:bg-work-identity-400\/50:hover {
    background-color: rgb(83 221 139 / 0.5);
  }
  .lg\:hover\:bg-work-identity-400\/60:hover {
    background-color: rgb(83 221 139 / 0.6);
  }
  .lg\:hover\:bg-work-identity-400\/70:hover {
    background-color: rgb(83 221 139 / 0.7);
  }
  .lg\:hover\:bg-work-identity-400\/75:hover {
    background-color: rgb(83 221 139 / 0.75);
  }
  .lg\:hover\:bg-work-identity-400\/80:hover {
    background-color: rgb(83 221 139 / 0.8);
  }
  .lg\:hover\:bg-work-identity-400\/90:hover {
    background-color: rgb(83 221 139 / 0.9);
  }
  .lg\:hover\:bg-work-identity-400\/95:hover {
    background-color: rgb(83 221 139 / 0.95);
  }
  .lg\:hover\:bg-work-identity-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 208 84 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-work-identity-500\/0:hover {
    background-color: rgb(0 208 84 / 0);
  }
  .lg\:hover\:bg-work-identity-500\/10:hover {
    background-color: rgb(0 208 84 / 0.1);
  }
  .lg\:hover\:bg-work-identity-500\/100:hover {
    background-color: rgb(0 208 84 / 1);
  }
  .lg\:hover\:bg-work-identity-500\/20:hover {
    background-color: rgb(0 208 84 / 0.2);
  }
  .lg\:hover\:bg-work-identity-500\/25:hover {
    background-color: rgb(0 208 84 / 0.25);
  }
  .lg\:hover\:bg-work-identity-500\/30:hover {
    background-color: rgb(0 208 84 / 0.3);
  }
  .lg\:hover\:bg-work-identity-500\/40:hover {
    background-color: rgb(0 208 84 / 0.4);
  }
  .lg\:hover\:bg-work-identity-500\/5:hover {
    background-color: rgb(0 208 84 / 0.05);
  }
  .lg\:hover\:bg-work-identity-500\/50:hover {
    background-color: rgb(0 208 84 / 0.5);
  }
  .lg\:hover\:bg-work-identity-500\/60:hover {
    background-color: rgb(0 208 84 / 0.6);
  }
  .lg\:hover\:bg-work-identity-500\/70:hover {
    background-color: rgb(0 208 84 / 0.7);
  }
  .lg\:hover\:bg-work-identity-500\/75:hover {
    background-color: rgb(0 208 84 / 0.75);
  }
  .lg\:hover\:bg-work-identity-500\/80:hover {
    background-color: rgb(0 208 84 / 0.8);
  }
  .lg\:hover\:bg-work-identity-500\/90:hover {
    background-color: rgb(0 208 84 / 0.9);
  }
  .lg\:hover\:bg-work-identity-500\/95:hover {
    background-color: rgb(0 208 84 / 0.95);
  }
  .lg\:hover\:bg-work-identity-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 249 249 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-work-identity-900\/0:hover {
    background-color: rgb(249 249 249 / 0);
  }
  .lg\:hover\:bg-work-identity-900\/10:hover {
    background-color: rgb(249 249 249 / 0.1);
  }
  .lg\:hover\:bg-work-identity-900\/100:hover {
    background-color: rgb(249 249 249 / 1);
  }
  .lg\:hover\:bg-work-identity-900\/20:hover {
    background-color: rgb(249 249 249 / 0.2);
  }
  .lg\:hover\:bg-work-identity-900\/25:hover {
    background-color: rgb(249 249 249 / 0.25);
  }
  .lg\:hover\:bg-work-identity-900\/30:hover {
    background-color: rgb(249 249 249 / 0.3);
  }
  .lg\:hover\:bg-work-identity-900\/40:hover {
    background-color: rgb(249 249 249 / 0.4);
  }
  .lg\:hover\:bg-work-identity-900\/5:hover {
    background-color: rgb(249 249 249 / 0.05);
  }
  .lg\:hover\:bg-work-identity-900\/50:hover {
    background-color: rgb(249 249 249 / 0.5);
  }
  .lg\:hover\:bg-work-identity-900\/60:hover {
    background-color: rgb(249 249 249 / 0.6);
  }
  .lg\:hover\:bg-work-identity-900\/70:hover {
    background-color: rgb(249 249 249 / 0.7);
  }
  .lg\:hover\:bg-work-identity-900\/75:hover {
    background-color: rgb(249 249 249 / 0.75);
  }
  .lg\:hover\:bg-work-identity-900\/80:hover {
    background-color: rgb(249 249 249 / 0.8);
  }
  .lg\:hover\:bg-work-identity-900\/90:hover {
    background-color: rgb(249 249 249 / 0.9);
  }
  .lg\:hover\:bg-work-identity-900\/95:hover {
    background-color: rgb(249 249 249 / 0.95);
  }
  .lg\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 249 195 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-yellow-100\/0:hover {
    background-color: rgb(254 249 195 / 0);
  }
  .lg\:hover\:bg-yellow-100\/10:hover {
    background-color: rgb(254 249 195 / 0.1);
  }
  .lg\:hover\:bg-yellow-100\/100:hover {
    background-color: rgb(254 249 195 / 1);
  }
  .lg\:hover\:bg-yellow-100\/20:hover {
    background-color: rgb(254 249 195 / 0.2);
  }
  .lg\:hover\:bg-yellow-100\/25:hover {
    background-color: rgb(254 249 195 / 0.25);
  }
  .lg\:hover\:bg-yellow-100\/30:hover {
    background-color: rgb(254 249 195 / 0.3);
  }
  .lg\:hover\:bg-yellow-100\/40:hover {
    background-color: rgb(254 249 195 / 0.4);
  }
  .lg\:hover\:bg-yellow-100\/5:hover {
    background-color: rgb(254 249 195 / 0.05);
  }
  .lg\:hover\:bg-yellow-100\/50:hover {
    background-color: rgb(254 249 195 / 0.5);
  }
  .lg\:hover\:bg-yellow-100\/60:hover {
    background-color: rgb(254 249 195 / 0.6);
  }
  .lg\:hover\:bg-yellow-100\/70:hover {
    background-color: rgb(254 249 195 / 0.7);
  }
  .lg\:hover\:bg-yellow-100\/75:hover {
    background-color: rgb(254 249 195 / 0.75);
  }
  .lg\:hover\:bg-yellow-100\/80:hover {
    background-color: rgb(254 249 195 / 0.8);
  }
  .lg\:hover\:bg-yellow-100\/90:hover {
    background-color: rgb(254 249 195 / 0.9);
  }
  .lg\:hover\:bg-yellow-100\/95:hover {
    background-color: rgb(254 249 195 / 0.95);
  }
  .lg\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 240 138 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-yellow-200\/0:hover {
    background-color: rgb(254 240 138 / 0);
  }
  .lg\:hover\:bg-yellow-200\/10:hover {
    background-color: rgb(254 240 138 / 0.1);
  }
  .lg\:hover\:bg-yellow-200\/100:hover {
    background-color: rgb(254 240 138 / 1);
  }
  .lg\:hover\:bg-yellow-200\/20:hover {
    background-color: rgb(254 240 138 / 0.2);
  }
  .lg\:hover\:bg-yellow-200\/25:hover {
    background-color: rgb(254 240 138 / 0.25);
  }
  .lg\:hover\:bg-yellow-200\/30:hover {
    background-color: rgb(254 240 138 / 0.3);
  }
  .lg\:hover\:bg-yellow-200\/40:hover {
    background-color: rgb(254 240 138 / 0.4);
  }
  .lg\:hover\:bg-yellow-200\/5:hover {
    background-color: rgb(254 240 138 / 0.05);
  }
  .lg\:hover\:bg-yellow-200\/50:hover {
    background-color: rgb(254 240 138 / 0.5);
  }
  .lg\:hover\:bg-yellow-200\/60:hover {
    background-color: rgb(254 240 138 / 0.6);
  }
  .lg\:hover\:bg-yellow-200\/70:hover {
    background-color: rgb(254 240 138 / 0.7);
  }
  .lg\:hover\:bg-yellow-200\/75:hover {
    background-color: rgb(254 240 138 / 0.75);
  }
  .lg\:hover\:bg-yellow-200\/80:hover {
    background-color: rgb(254 240 138 / 0.8);
  }
  .lg\:hover\:bg-yellow-200\/90:hover {
    background-color: rgb(254 240 138 / 0.9);
  }
  .lg\:hover\:bg-yellow-200\/95:hover {
    background-color: rgb(254 240 138 / 0.95);
  }
  .lg\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(253 224 71 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-yellow-300\/0:hover {
    background-color: rgb(253 224 71 / 0);
  }
  .lg\:hover\:bg-yellow-300\/10:hover {
    background-color: rgb(253 224 71 / 0.1);
  }
  .lg\:hover\:bg-yellow-300\/100:hover {
    background-color: rgb(253 224 71 / 1);
  }
  .lg\:hover\:bg-yellow-300\/20:hover {
    background-color: rgb(253 224 71 / 0.2);
  }
  .lg\:hover\:bg-yellow-300\/25:hover {
    background-color: rgb(253 224 71 / 0.25);
  }
  .lg\:hover\:bg-yellow-300\/30:hover {
    background-color: rgb(253 224 71 / 0.3);
  }
  .lg\:hover\:bg-yellow-300\/40:hover {
    background-color: rgb(253 224 71 / 0.4);
  }
  .lg\:hover\:bg-yellow-300\/5:hover {
    background-color: rgb(253 224 71 / 0.05);
  }
  .lg\:hover\:bg-yellow-300\/50:hover {
    background-color: rgb(253 224 71 / 0.5);
  }
  .lg\:hover\:bg-yellow-300\/60:hover {
    background-color: rgb(253 224 71 / 0.6);
  }
  .lg\:hover\:bg-yellow-300\/70:hover {
    background-color: rgb(253 224 71 / 0.7);
  }
  .lg\:hover\:bg-yellow-300\/75:hover {
    background-color: rgb(253 224 71 / 0.75);
  }
  .lg\:hover\:bg-yellow-300\/80:hover {
    background-color: rgb(253 224 71 / 0.8);
  }
  .lg\:hover\:bg-yellow-300\/90:hover {
    background-color: rgb(253 224 71 / 0.9);
  }
  .lg\:hover\:bg-yellow-300\/95:hover {
    background-color: rgb(253 224 71 / 0.95);
  }
  .lg\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(250 204 21 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-yellow-400\/0:hover {
    background-color: rgb(250 204 21 / 0);
  }
  .lg\:hover\:bg-yellow-400\/10:hover {
    background-color: rgb(250 204 21 / 0.1);
  }
  .lg\:hover\:bg-yellow-400\/100:hover {
    background-color: rgb(250 204 21 / 1);
  }
  .lg\:hover\:bg-yellow-400\/20:hover {
    background-color: rgb(250 204 21 / 0.2);
  }
  .lg\:hover\:bg-yellow-400\/25:hover {
    background-color: rgb(250 204 21 / 0.25);
  }
  .lg\:hover\:bg-yellow-400\/30:hover {
    background-color: rgb(250 204 21 / 0.3);
  }
  .lg\:hover\:bg-yellow-400\/40:hover {
    background-color: rgb(250 204 21 / 0.4);
  }
  .lg\:hover\:bg-yellow-400\/5:hover {
    background-color: rgb(250 204 21 / 0.05);
  }
  .lg\:hover\:bg-yellow-400\/50:hover {
    background-color: rgb(250 204 21 / 0.5);
  }
  .lg\:hover\:bg-yellow-400\/60:hover {
    background-color: rgb(250 204 21 / 0.6);
  }
  .lg\:hover\:bg-yellow-400\/70:hover {
    background-color: rgb(250 204 21 / 0.7);
  }
  .lg\:hover\:bg-yellow-400\/75:hover {
    background-color: rgb(250 204 21 / 0.75);
  }
  .lg\:hover\:bg-yellow-400\/80:hover {
    background-color: rgb(250 204 21 / 0.8);
  }
  .lg\:hover\:bg-yellow-400\/90:hover {
    background-color: rgb(250 204 21 / 0.9);
  }
  .lg\:hover\:bg-yellow-400\/95:hover {
    background-color: rgb(250 204 21 / 0.95);
  }
  .lg\:hover\:bg-yellow-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 252 232 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-yellow-50\/0:hover {
    background-color: rgb(254 252 232 / 0);
  }
  .lg\:hover\:bg-yellow-50\/10:hover {
    background-color: rgb(254 252 232 / 0.1);
  }
  .lg\:hover\:bg-yellow-50\/100:hover {
    background-color: rgb(254 252 232 / 1);
  }
  .lg\:hover\:bg-yellow-50\/20:hover {
    background-color: rgb(254 252 232 / 0.2);
  }
  .lg\:hover\:bg-yellow-50\/25:hover {
    background-color: rgb(254 252 232 / 0.25);
  }
  .lg\:hover\:bg-yellow-50\/30:hover {
    background-color: rgb(254 252 232 / 0.3);
  }
  .lg\:hover\:bg-yellow-50\/40:hover {
    background-color: rgb(254 252 232 / 0.4);
  }
  .lg\:hover\:bg-yellow-50\/5:hover {
    background-color: rgb(254 252 232 / 0.05);
  }
  .lg\:hover\:bg-yellow-50\/50:hover {
    background-color: rgb(254 252 232 / 0.5);
  }
  .lg\:hover\:bg-yellow-50\/60:hover {
    background-color: rgb(254 252 232 / 0.6);
  }
  .lg\:hover\:bg-yellow-50\/70:hover {
    background-color: rgb(254 252 232 / 0.7);
  }
  .lg\:hover\:bg-yellow-50\/75:hover {
    background-color: rgb(254 252 232 / 0.75);
  }
  .lg\:hover\:bg-yellow-50\/80:hover {
    background-color: rgb(254 252 232 / 0.8);
  }
  .lg\:hover\:bg-yellow-50\/90:hover {
    background-color: rgb(254 252 232 / 0.9);
  }
  .lg\:hover\:bg-yellow-50\/95:hover {
    background-color: rgb(254 252 232 / 0.95);
  }
  .lg\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(234 179 8 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-yellow-500\/0:hover {
    background-color: rgb(234 179 8 / 0);
  }
  .lg\:hover\:bg-yellow-500\/10:hover {
    background-color: rgb(234 179 8 / 0.1);
  }
  .lg\:hover\:bg-yellow-500\/100:hover {
    background-color: rgb(234 179 8 / 1);
  }
  .lg\:hover\:bg-yellow-500\/20:hover {
    background-color: rgb(234 179 8 / 0.2);
  }
  .lg\:hover\:bg-yellow-500\/25:hover {
    background-color: rgb(234 179 8 / 0.25);
  }
  .lg\:hover\:bg-yellow-500\/30:hover {
    background-color: rgb(234 179 8 / 0.3);
  }
  .lg\:hover\:bg-yellow-500\/40:hover {
    background-color: rgb(234 179 8 / 0.4);
  }
  .lg\:hover\:bg-yellow-500\/5:hover {
    background-color: rgb(234 179 8 / 0.05);
  }
  .lg\:hover\:bg-yellow-500\/50:hover {
    background-color: rgb(234 179 8 / 0.5);
  }
  .lg\:hover\:bg-yellow-500\/60:hover {
    background-color: rgb(234 179 8 / 0.6);
  }
  .lg\:hover\:bg-yellow-500\/70:hover {
    background-color: rgb(234 179 8 / 0.7);
  }
  .lg\:hover\:bg-yellow-500\/75:hover {
    background-color: rgb(234 179 8 / 0.75);
  }
  .lg\:hover\:bg-yellow-500\/80:hover {
    background-color: rgb(234 179 8 / 0.8);
  }
  .lg\:hover\:bg-yellow-500\/90:hover {
    background-color: rgb(234 179 8 / 0.9);
  }
  .lg\:hover\:bg-yellow-500\/95:hover {
    background-color: rgb(234 179 8 / 0.95);
  }
  .lg\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(202 138 4 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-yellow-600\/0:hover {
    background-color: rgb(202 138 4 / 0);
  }
  .lg\:hover\:bg-yellow-600\/10:hover {
    background-color: rgb(202 138 4 / 0.1);
  }
  .lg\:hover\:bg-yellow-600\/100:hover {
    background-color: rgb(202 138 4 / 1);
  }
  .lg\:hover\:bg-yellow-600\/20:hover {
    background-color: rgb(202 138 4 / 0.2);
  }
  .lg\:hover\:bg-yellow-600\/25:hover {
    background-color: rgb(202 138 4 / 0.25);
  }
  .lg\:hover\:bg-yellow-600\/30:hover {
    background-color: rgb(202 138 4 / 0.3);
  }
  .lg\:hover\:bg-yellow-600\/40:hover {
    background-color: rgb(202 138 4 / 0.4);
  }
  .lg\:hover\:bg-yellow-600\/5:hover {
    background-color: rgb(202 138 4 / 0.05);
  }
  .lg\:hover\:bg-yellow-600\/50:hover {
    background-color: rgb(202 138 4 / 0.5);
  }
  .lg\:hover\:bg-yellow-600\/60:hover {
    background-color: rgb(202 138 4 / 0.6);
  }
  .lg\:hover\:bg-yellow-600\/70:hover {
    background-color: rgb(202 138 4 / 0.7);
  }
  .lg\:hover\:bg-yellow-600\/75:hover {
    background-color: rgb(202 138 4 / 0.75);
  }
  .lg\:hover\:bg-yellow-600\/80:hover {
    background-color: rgb(202 138 4 / 0.8);
  }
  .lg\:hover\:bg-yellow-600\/90:hover {
    background-color: rgb(202 138 4 / 0.9);
  }
  .lg\:hover\:bg-yellow-600\/95:hover {
    background-color: rgb(202 138 4 / 0.95);
  }
  .lg\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(161 98 7 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-yellow-700\/0:hover {
    background-color: rgb(161 98 7 / 0);
  }
  .lg\:hover\:bg-yellow-700\/10:hover {
    background-color: rgb(161 98 7 / 0.1);
  }
  .lg\:hover\:bg-yellow-700\/100:hover {
    background-color: rgb(161 98 7 / 1);
  }
  .lg\:hover\:bg-yellow-700\/20:hover {
    background-color: rgb(161 98 7 / 0.2);
  }
  .lg\:hover\:bg-yellow-700\/25:hover {
    background-color: rgb(161 98 7 / 0.25);
  }
  .lg\:hover\:bg-yellow-700\/30:hover {
    background-color: rgb(161 98 7 / 0.3);
  }
  .lg\:hover\:bg-yellow-700\/40:hover {
    background-color: rgb(161 98 7 / 0.4);
  }
  .lg\:hover\:bg-yellow-700\/5:hover {
    background-color: rgb(161 98 7 / 0.05);
  }
  .lg\:hover\:bg-yellow-700\/50:hover {
    background-color: rgb(161 98 7 / 0.5);
  }
  .lg\:hover\:bg-yellow-700\/60:hover {
    background-color: rgb(161 98 7 / 0.6);
  }
  .lg\:hover\:bg-yellow-700\/70:hover {
    background-color: rgb(161 98 7 / 0.7);
  }
  .lg\:hover\:bg-yellow-700\/75:hover {
    background-color: rgb(161 98 7 / 0.75);
  }
  .lg\:hover\:bg-yellow-700\/80:hover {
    background-color: rgb(161 98 7 / 0.8);
  }
  .lg\:hover\:bg-yellow-700\/90:hover {
    background-color: rgb(161 98 7 / 0.9);
  }
  .lg\:hover\:bg-yellow-700\/95:hover {
    background-color: rgb(161 98 7 / 0.95);
  }
  .lg\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(133 77 14 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-yellow-800\/0:hover {
    background-color: rgb(133 77 14 / 0);
  }
  .lg\:hover\:bg-yellow-800\/10:hover {
    background-color: rgb(133 77 14 / 0.1);
  }
  .lg\:hover\:bg-yellow-800\/100:hover {
    background-color: rgb(133 77 14 / 1);
  }
  .lg\:hover\:bg-yellow-800\/20:hover {
    background-color: rgb(133 77 14 / 0.2);
  }
  .lg\:hover\:bg-yellow-800\/25:hover {
    background-color: rgb(133 77 14 / 0.25);
  }
  .lg\:hover\:bg-yellow-800\/30:hover {
    background-color: rgb(133 77 14 / 0.3);
  }
  .lg\:hover\:bg-yellow-800\/40:hover {
    background-color: rgb(133 77 14 / 0.4);
  }
  .lg\:hover\:bg-yellow-800\/5:hover {
    background-color: rgb(133 77 14 / 0.05);
  }
  .lg\:hover\:bg-yellow-800\/50:hover {
    background-color: rgb(133 77 14 / 0.5);
  }
  .lg\:hover\:bg-yellow-800\/60:hover {
    background-color: rgb(133 77 14 / 0.6);
  }
  .lg\:hover\:bg-yellow-800\/70:hover {
    background-color: rgb(133 77 14 / 0.7);
  }
  .lg\:hover\:bg-yellow-800\/75:hover {
    background-color: rgb(133 77 14 / 0.75);
  }
  .lg\:hover\:bg-yellow-800\/80:hover {
    background-color: rgb(133 77 14 / 0.8);
  }
  .lg\:hover\:bg-yellow-800\/90:hover {
    background-color: rgb(133 77 14 / 0.9);
  }
  .lg\:hover\:bg-yellow-800\/95:hover {
    background-color: rgb(133 77 14 / 0.95);
  }
  .lg\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(113 63 18 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-yellow-900\/0:hover {
    background-color: rgb(113 63 18 / 0);
  }
  .lg\:hover\:bg-yellow-900\/10:hover {
    background-color: rgb(113 63 18 / 0.1);
  }
  .lg\:hover\:bg-yellow-900\/100:hover {
    background-color: rgb(113 63 18 / 1);
  }
  .lg\:hover\:bg-yellow-900\/20:hover {
    background-color: rgb(113 63 18 / 0.2);
  }
  .lg\:hover\:bg-yellow-900\/25:hover {
    background-color: rgb(113 63 18 / 0.25);
  }
  .lg\:hover\:bg-yellow-900\/30:hover {
    background-color: rgb(113 63 18 / 0.3);
  }
  .lg\:hover\:bg-yellow-900\/40:hover {
    background-color: rgb(113 63 18 / 0.4);
  }
  .lg\:hover\:bg-yellow-900\/5:hover {
    background-color: rgb(113 63 18 / 0.05);
  }
  .lg\:hover\:bg-yellow-900\/50:hover {
    background-color: rgb(113 63 18 / 0.5);
  }
  .lg\:hover\:bg-yellow-900\/60:hover {
    background-color: rgb(113 63 18 / 0.6);
  }
  .lg\:hover\:bg-yellow-900\/70:hover {
    background-color: rgb(113 63 18 / 0.7);
  }
  .lg\:hover\:bg-yellow-900\/75:hover {
    background-color: rgb(113 63 18 / 0.75);
  }
  .lg\:hover\:bg-yellow-900\/80:hover {
    background-color: rgb(113 63 18 / 0.8);
  }
  .lg\:hover\:bg-yellow-900\/90:hover {
    background-color: rgb(113 63 18 / 0.9);
  }
  .lg\:hover\:bg-yellow-900\/95:hover {
    background-color: rgb(113 63 18 / 0.95);
  }
  .lg\:hover\:bg-yellow-950:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(66 32 6 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-yellow-950\/0:hover {
    background-color: rgb(66 32 6 / 0);
  }
  .lg\:hover\:bg-yellow-950\/10:hover {
    background-color: rgb(66 32 6 / 0.1);
  }
  .lg\:hover\:bg-yellow-950\/100:hover {
    background-color: rgb(66 32 6 / 1);
  }
  .lg\:hover\:bg-yellow-950\/20:hover {
    background-color: rgb(66 32 6 / 0.2);
  }
  .lg\:hover\:bg-yellow-950\/25:hover {
    background-color: rgb(66 32 6 / 0.25);
  }
  .lg\:hover\:bg-yellow-950\/30:hover {
    background-color: rgb(66 32 6 / 0.3);
  }
  .lg\:hover\:bg-yellow-950\/40:hover {
    background-color: rgb(66 32 6 / 0.4);
  }
  .lg\:hover\:bg-yellow-950\/5:hover {
    background-color: rgb(66 32 6 / 0.05);
  }
  .lg\:hover\:bg-yellow-950\/50:hover {
    background-color: rgb(66 32 6 / 0.5);
  }
  .lg\:hover\:bg-yellow-950\/60:hover {
    background-color: rgb(66 32 6 / 0.6);
  }
  .lg\:hover\:bg-yellow-950\/70:hover {
    background-color: rgb(66 32 6 / 0.7);
  }
  .lg\:hover\:bg-yellow-950\/75:hover {
    background-color: rgb(66 32 6 / 0.75);
  }
  .lg\:hover\:bg-yellow-950\/80:hover {
    background-color: rgb(66 32 6 / 0.8);
  }
  .lg\:hover\:bg-yellow-950\/90:hover {
    background-color: rgb(66 32 6 / 0.9);
  }
  .lg\:hover\:bg-yellow-950\/95:hover {
    background-color: rgb(66 32 6 / 0.95);
  }
  .lg\:hover\:bg-zinc-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 245 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-zinc-100\/0:hover {
    background-color: rgb(244 244 245 / 0);
  }
  .lg\:hover\:bg-zinc-100\/10:hover {
    background-color: rgb(244 244 245 / 0.1);
  }
  .lg\:hover\:bg-zinc-100\/100:hover {
    background-color: rgb(244 244 245 / 1);
  }
  .lg\:hover\:bg-zinc-100\/20:hover {
    background-color: rgb(244 244 245 / 0.2);
  }
  .lg\:hover\:bg-zinc-100\/25:hover {
    background-color: rgb(244 244 245 / 0.25);
  }
  .lg\:hover\:bg-zinc-100\/30:hover {
    background-color: rgb(244 244 245 / 0.3);
  }
  .lg\:hover\:bg-zinc-100\/40:hover {
    background-color: rgb(244 244 245 / 0.4);
  }
  .lg\:hover\:bg-zinc-100\/5:hover {
    background-color: rgb(244 244 245 / 0.05);
  }
  .lg\:hover\:bg-zinc-100\/50:hover {
    background-color: rgb(244 244 245 / 0.5);
  }
  .lg\:hover\:bg-zinc-100\/60:hover {
    background-color: rgb(244 244 245 / 0.6);
  }
  .lg\:hover\:bg-zinc-100\/70:hover {
    background-color: rgb(244 244 245 / 0.7);
  }
  .lg\:hover\:bg-zinc-100\/75:hover {
    background-color: rgb(244 244 245 / 0.75);
  }
  .lg\:hover\:bg-zinc-100\/80:hover {
    background-color: rgb(244 244 245 / 0.8);
  }
  .lg\:hover\:bg-zinc-100\/90:hover {
    background-color: rgb(244 244 245 / 0.9);
  }
  .lg\:hover\:bg-zinc-100\/95:hover {
    background-color: rgb(244 244 245 / 0.95);
  }
  .lg\:hover\:bg-zinc-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(228 228 231 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-zinc-200\/0:hover {
    background-color: rgb(228 228 231 / 0);
  }
  .lg\:hover\:bg-zinc-200\/10:hover {
    background-color: rgb(228 228 231 / 0.1);
  }
  .lg\:hover\:bg-zinc-200\/100:hover {
    background-color: rgb(228 228 231 / 1);
  }
  .lg\:hover\:bg-zinc-200\/20:hover {
    background-color: rgb(228 228 231 / 0.2);
  }
  .lg\:hover\:bg-zinc-200\/25:hover {
    background-color: rgb(228 228 231 / 0.25);
  }
  .lg\:hover\:bg-zinc-200\/30:hover {
    background-color: rgb(228 228 231 / 0.3);
  }
  .lg\:hover\:bg-zinc-200\/40:hover {
    background-color: rgb(228 228 231 / 0.4);
  }
  .lg\:hover\:bg-zinc-200\/5:hover {
    background-color: rgb(228 228 231 / 0.05);
  }
  .lg\:hover\:bg-zinc-200\/50:hover {
    background-color: rgb(228 228 231 / 0.5);
  }
  .lg\:hover\:bg-zinc-200\/60:hover {
    background-color: rgb(228 228 231 / 0.6);
  }
  .lg\:hover\:bg-zinc-200\/70:hover {
    background-color: rgb(228 228 231 / 0.7);
  }
  .lg\:hover\:bg-zinc-200\/75:hover {
    background-color: rgb(228 228 231 / 0.75);
  }
  .lg\:hover\:bg-zinc-200\/80:hover {
    background-color: rgb(228 228 231 / 0.8);
  }
  .lg\:hover\:bg-zinc-200\/90:hover {
    background-color: rgb(228 228 231 / 0.9);
  }
  .lg\:hover\:bg-zinc-200\/95:hover {
    background-color: rgb(228 228 231 / 0.95);
  }
  .lg\:hover\:bg-zinc-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(212 212 216 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-zinc-300\/0:hover {
    background-color: rgb(212 212 216 / 0);
  }
  .lg\:hover\:bg-zinc-300\/10:hover {
    background-color: rgb(212 212 216 / 0.1);
  }
  .lg\:hover\:bg-zinc-300\/100:hover {
    background-color: rgb(212 212 216 / 1);
  }
  .lg\:hover\:bg-zinc-300\/20:hover {
    background-color: rgb(212 212 216 / 0.2);
  }
  .lg\:hover\:bg-zinc-300\/25:hover {
    background-color: rgb(212 212 216 / 0.25);
  }
  .lg\:hover\:bg-zinc-300\/30:hover {
    background-color: rgb(212 212 216 / 0.3);
  }
  .lg\:hover\:bg-zinc-300\/40:hover {
    background-color: rgb(212 212 216 / 0.4);
  }
  .lg\:hover\:bg-zinc-300\/5:hover {
    background-color: rgb(212 212 216 / 0.05);
  }
  .lg\:hover\:bg-zinc-300\/50:hover {
    background-color: rgb(212 212 216 / 0.5);
  }
  .lg\:hover\:bg-zinc-300\/60:hover {
    background-color: rgb(212 212 216 / 0.6);
  }
  .lg\:hover\:bg-zinc-300\/70:hover {
    background-color: rgb(212 212 216 / 0.7);
  }
  .lg\:hover\:bg-zinc-300\/75:hover {
    background-color: rgb(212 212 216 / 0.75);
  }
  .lg\:hover\:bg-zinc-300\/80:hover {
    background-color: rgb(212 212 216 / 0.8);
  }
  .lg\:hover\:bg-zinc-300\/90:hover {
    background-color: rgb(212 212 216 / 0.9);
  }
  .lg\:hover\:bg-zinc-300\/95:hover {
    background-color: rgb(212 212 216 / 0.95);
  }
  .lg\:hover\:bg-zinc-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(161 161 170 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-zinc-400\/0:hover {
    background-color: rgb(161 161 170 / 0);
  }
  .lg\:hover\:bg-zinc-400\/10:hover {
    background-color: rgb(161 161 170 / 0.1);
  }
  .lg\:hover\:bg-zinc-400\/100:hover {
    background-color: rgb(161 161 170 / 1);
  }
  .lg\:hover\:bg-zinc-400\/20:hover {
    background-color: rgb(161 161 170 / 0.2);
  }
  .lg\:hover\:bg-zinc-400\/25:hover {
    background-color: rgb(161 161 170 / 0.25);
  }
  .lg\:hover\:bg-zinc-400\/30:hover {
    background-color: rgb(161 161 170 / 0.3);
  }
  .lg\:hover\:bg-zinc-400\/40:hover {
    background-color: rgb(161 161 170 / 0.4);
  }
  .lg\:hover\:bg-zinc-400\/5:hover {
    background-color: rgb(161 161 170 / 0.05);
  }
  .lg\:hover\:bg-zinc-400\/50:hover {
    background-color: rgb(161 161 170 / 0.5);
  }
  .lg\:hover\:bg-zinc-400\/60:hover {
    background-color: rgb(161 161 170 / 0.6);
  }
  .lg\:hover\:bg-zinc-400\/70:hover {
    background-color: rgb(161 161 170 / 0.7);
  }
  .lg\:hover\:bg-zinc-400\/75:hover {
    background-color: rgb(161 161 170 / 0.75);
  }
  .lg\:hover\:bg-zinc-400\/80:hover {
    background-color: rgb(161 161 170 / 0.8);
  }
  .lg\:hover\:bg-zinc-400\/90:hover {
    background-color: rgb(161 161 170 / 0.9);
  }
  .lg\:hover\:bg-zinc-400\/95:hover {
    background-color: rgb(161 161 170 / 0.95);
  }
  .lg\:hover\:bg-zinc-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-zinc-50\/0:hover {
    background-color: rgb(250 250 250 / 0);
  }
  .lg\:hover\:bg-zinc-50\/10:hover {
    background-color: rgb(250 250 250 / 0.1);
  }
  .lg\:hover\:bg-zinc-50\/100:hover {
    background-color: rgb(250 250 250 / 1);
  }
  .lg\:hover\:bg-zinc-50\/20:hover {
    background-color: rgb(250 250 250 / 0.2);
  }
  .lg\:hover\:bg-zinc-50\/25:hover {
    background-color: rgb(250 250 250 / 0.25);
  }
  .lg\:hover\:bg-zinc-50\/30:hover {
    background-color: rgb(250 250 250 / 0.3);
  }
  .lg\:hover\:bg-zinc-50\/40:hover {
    background-color: rgb(250 250 250 / 0.4);
  }
  .lg\:hover\:bg-zinc-50\/5:hover {
    background-color: rgb(250 250 250 / 0.05);
  }
  .lg\:hover\:bg-zinc-50\/50:hover {
    background-color: rgb(250 250 250 / 0.5);
  }
  .lg\:hover\:bg-zinc-50\/60:hover {
    background-color: rgb(250 250 250 / 0.6);
  }
  .lg\:hover\:bg-zinc-50\/70:hover {
    background-color: rgb(250 250 250 / 0.7);
  }
  .lg\:hover\:bg-zinc-50\/75:hover {
    background-color: rgb(250 250 250 / 0.75);
  }
  .lg\:hover\:bg-zinc-50\/80:hover {
    background-color: rgb(250 250 250 / 0.8);
  }
  .lg\:hover\:bg-zinc-50\/90:hover {
    background-color: rgb(250 250 250 / 0.9);
  }
  .lg\:hover\:bg-zinc-50\/95:hover {
    background-color: rgb(250 250 250 / 0.95);
  }
  .lg\:hover\:bg-zinc-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(113 113 122 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-zinc-500\/0:hover {
    background-color: rgb(113 113 122 / 0);
  }
  .lg\:hover\:bg-zinc-500\/10:hover {
    background-color: rgb(113 113 122 / 0.1);
  }
  .lg\:hover\:bg-zinc-500\/100:hover {
    background-color: rgb(113 113 122 / 1);
  }
  .lg\:hover\:bg-zinc-500\/20:hover {
    background-color: rgb(113 113 122 / 0.2);
  }
  .lg\:hover\:bg-zinc-500\/25:hover {
    background-color: rgb(113 113 122 / 0.25);
  }
  .lg\:hover\:bg-zinc-500\/30:hover {
    background-color: rgb(113 113 122 / 0.3);
  }
  .lg\:hover\:bg-zinc-500\/40:hover {
    background-color: rgb(113 113 122 / 0.4);
  }
  .lg\:hover\:bg-zinc-500\/5:hover {
    background-color: rgb(113 113 122 / 0.05);
  }
  .lg\:hover\:bg-zinc-500\/50:hover {
    background-color: rgb(113 113 122 / 0.5);
  }
  .lg\:hover\:bg-zinc-500\/60:hover {
    background-color: rgb(113 113 122 / 0.6);
  }
  .lg\:hover\:bg-zinc-500\/70:hover {
    background-color: rgb(113 113 122 / 0.7);
  }
  .lg\:hover\:bg-zinc-500\/75:hover {
    background-color: rgb(113 113 122 / 0.75);
  }
  .lg\:hover\:bg-zinc-500\/80:hover {
    background-color: rgb(113 113 122 / 0.8);
  }
  .lg\:hover\:bg-zinc-500\/90:hover {
    background-color: rgb(113 113 122 / 0.9);
  }
  .lg\:hover\:bg-zinc-500\/95:hover {
    background-color: rgb(113 113 122 / 0.95);
  }
  .lg\:hover\:bg-zinc-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 91 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-zinc-600\/0:hover {
    background-color: rgb(82 82 91 / 0);
  }
  .lg\:hover\:bg-zinc-600\/10:hover {
    background-color: rgb(82 82 91 / 0.1);
  }
  .lg\:hover\:bg-zinc-600\/100:hover {
    background-color: rgb(82 82 91 / 1);
  }
  .lg\:hover\:bg-zinc-600\/20:hover {
    background-color: rgb(82 82 91 / 0.2);
  }
  .lg\:hover\:bg-zinc-600\/25:hover {
    background-color: rgb(82 82 91 / 0.25);
  }
  .lg\:hover\:bg-zinc-600\/30:hover {
    background-color: rgb(82 82 91 / 0.3);
  }
  .lg\:hover\:bg-zinc-600\/40:hover {
    background-color: rgb(82 82 91 / 0.4);
  }
  .lg\:hover\:bg-zinc-600\/5:hover {
    background-color: rgb(82 82 91 / 0.05);
  }
  .lg\:hover\:bg-zinc-600\/50:hover {
    background-color: rgb(82 82 91 / 0.5);
  }
  .lg\:hover\:bg-zinc-600\/60:hover {
    background-color: rgb(82 82 91 / 0.6);
  }
  .lg\:hover\:bg-zinc-600\/70:hover {
    background-color: rgb(82 82 91 / 0.7);
  }
  .lg\:hover\:bg-zinc-600\/75:hover {
    background-color: rgb(82 82 91 / 0.75);
  }
  .lg\:hover\:bg-zinc-600\/80:hover {
    background-color: rgb(82 82 91 / 0.8);
  }
  .lg\:hover\:bg-zinc-600\/90:hover {
    background-color: rgb(82 82 91 / 0.9);
  }
  .lg\:hover\:bg-zinc-600\/95:hover {
    background-color: rgb(82 82 91 / 0.95);
  }
  .lg\:hover\:bg-zinc-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(63 63 70 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-zinc-700\/0:hover {
    background-color: rgb(63 63 70 / 0);
  }
  .lg\:hover\:bg-zinc-700\/10:hover {
    background-color: rgb(63 63 70 / 0.1);
  }
  .lg\:hover\:bg-zinc-700\/100:hover {
    background-color: rgb(63 63 70 / 1);
  }
  .lg\:hover\:bg-zinc-700\/20:hover {
    background-color: rgb(63 63 70 / 0.2);
  }
  .lg\:hover\:bg-zinc-700\/25:hover {
    background-color: rgb(63 63 70 / 0.25);
  }
  .lg\:hover\:bg-zinc-700\/30:hover {
    background-color: rgb(63 63 70 / 0.3);
  }
  .lg\:hover\:bg-zinc-700\/40:hover {
    background-color: rgb(63 63 70 / 0.4);
  }
  .lg\:hover\:bg-zinc-700\/5:hover {
    background-color: rgb(63 63 70 / 0.05);
  }
  .lg\:hover\:bg-zinc-700\/50:hover {
    background-color: rgb(63 63 70 / 0.5);
  }
  .lg\:hover\:bg-zinc-700\/60:hover {
    background-color: rgb(63 63 70 / 0.6);
  }
  .lg\:hover\:bg-zinc-700\/70:hover {
    background-color: rgb(63 63 70 / 0.7);
  }
  .lg\:hover\:bg-zinc-700\/75:hover {
    background-color: rgb(63 63 70 / 0.75);
  }
  .lg\:hover\:bg-zinc-700\/80:hover {
    background-color: rgb(63 63 70 / 0.8);
  }
  .lg\:hover\:bg-zinc-700\/90:hover {
    background-color: rgb(63 63 70 / 0.9);
  }
  .lg\:hover\:bg-zinc-700\/95:hover {
    background-color: rgb(63 63 70 / 0.95);
  }
  .lg\:hover\:bg-zinc-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(39 39 42 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-zinc-800\/0:hover {
    background-color: rgb(39 39 42 / 0);
  }
  .lg\:hover\:bg-zinc-800\/10:hover {
    background-color: rgb(39 39 42 / 0.1);
  }
  .lg\:hover\:bg-zinc-800\/100:hover {
    background-color: rgb(39 39 42 / 1);
  }
  .lg\:hover\:bg-zinc-800\/20:hover {
    background-color: rgb(39 39 42 / 0.2);
  }
  .lg\:hover\:bg-zinc-800\/25:hover {
    background-color: rgb(39 39 42 / 0.25);
  }
  .lg\:hover\:bg-zinc-800\/30:hover {
    background-color: rgb(39 39 42 / 0.3);
  }
  .lg\:hover\:bg-zinc-800\/40:hover {
    background-color: rgb(39 39 42 / 0.4);
  }
  .lg\:hover\:bg-zinc-800\/5:hover {
    background-color: rgb(39 39 42 / 0.05);
  }
  .lg\:hover\:bg-zinc-800\/50:hover {
    background-color: rgb(39 39 42 / 0.5);
  }
  .lg\:hover\:bg-zinc-800\/60:hover {
    background-color: rgb(39 39 42 / 0.6);
  }
  .lg\:hover\:bg-zinc-800\/70:hover {
    background-color: rgb(39 39 42 / 0.7);
  }
  .lg\:hover\:bg-zinc-800\/75:hover {
    background-color: rgb(39 39 42 / 0.75);
  }
  .lg\:hover\:bg-zinc-800\/80:hover {
    background-color: rgb(39 39 42 / 0.8);
  }
  .lg\:hover\:bg-zinc-800\/90:hover {
    background-color: rgb(39 39 42 / 0.9);
  }
  .lg\:hover\:bg-zinc-800\/95:hover {
    background-color: rgb(39 39 42 / 0.95);
  }
  .lg\:hover\:bg-zinc-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(24 24 27 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-zinc-900\/0:hover {
    background-color: rgb(24 24 27 / 0);
  }
  .lg\:hover\:bg-zinc-900\/10:hover {
    background-color: rgb(24 24 27 / 0.1);
  }
  .lg\:hover\:bg-zinc-900\/100:hover {
    background-color: rgb(24 24 27 / 1);
  }
  .lg\:hover\:bg-zinc-900\/20:hover {
    background-color: rgb(24 24 27 / 0.2);
  }
  .lg\:hover\:bg-zinc-900\/25:hover {
    background-color: rgb(24 24 27 / 0.25);
  }
  .lg\:hover\:bg-zinc-900\/30:hover {
    background-color: rgb(24 24 27 / 0.3);
  }
  .lg\:hover\:bg-zinc-900\/40:hover {
    background-color: rgb(24 24 27 / 0.4);
  }
  .lg\:hover\:bg-zinc-900\/5:hover {
    background-color: rgb(24 24 27 / 0.05);
  }
  .lg\:hover\:bg-zinc-900\/50:hover {
    background-color: rgb(24 24 27 / 0.5);
  }
  .lg\:hover\:bg-zinc-900\/60:hover {
    background-color: rgb(24 24 27 / 0.6);
  }
  .lg\:hover\:bg-zinc-900\/70:hover {
    background-color: rgb(24 24 27 / 0.7);
  }
  .lg\:hover\:bg-zinc-900\/75:hover {
    background-color: rgb(24 24 27 / 0.75);
  }
  .lg\:hover\:bg-zinc-900\/80:hover {
    background-color: rgb(24 24 27 / 0.8);
  }
  .lg\:hover\:bg-zinc-900\/90:hover {
    background-color: rgb(24 24 27 / 0.9);
  }
  .lg\:hover\:bg-zinc-900\/95:hover {
    background-color: rgb(24 24 27 / 0.95);
  }
  .lg\:hover\:bg-zinc-950:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(9 9 11 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-zinc-950\/0:hover {
    background-color: rgb(9 9 11 / 0);
  }
  .lg\:hover\:bg-zinc-950\/10:hover {
    background-color: rgb(9 9 11 / 0.1);
  }
  .lg\:hover\:bg-zinc-950\/100:hover {
    background-color: rgb(9 9 11 / 1);
  }
  .lg\:hover\:bg-zinc-950\/20:hover {
    background-color: rgb(9 9 11 / 0.2);
  }
  .lg\:hover\:bg-zinc-950\/25:hover {
    background-color: rgb(9 9 11 / 0.25);
  }
  .lg\:hover\:bg-zinc-950\/30:hover {
    background-color: rgb(9 9 11 / 0.3);
  }
  .lg\:hover\:bg-zinc-950\/40:hover {
    background-color: rgb(9 9 11 / 0.4);
  }
  .lg\:hover\:bg-zinc-950\/5:hover {
    background-color: rgb(9 9 11 / 0.05);
  }
  .lg\:hover\:bg-zinc-950\/50:hover {
    background-color: rgb(9 9 11 / 0.5);
  }
  .lg\:hover\:bg-zinc-950\/60:hover {
    background-color: rgb(9 9 11 / 0.6);
  }
  .lg\:hover\:bg-zinc-950\/70:hover {
    background-color: rgb(9 9 11 / 0.7);
  }
  .lg\:hover\:bg-zinc-950\/75:hover {
    background-color: rgb(9 9 11 / 0.75);
  }
  .lg\:hover\:bg-zinc-950\/80:hover {
    background-color: rgb(9 9 11 / 0.8);
  }
  .lg\:hover\:bg-zinc-950\/90:hover {
    background-color: rgb(9 9 11 / 0.9);
  }
  .lg\:hover\:bg-zinc-950\/95:hover {
    background-color: rgb(9 9 11 / 0.95);
  }
  .lg\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }
  .lg\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }
  .lg\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }
  .lg\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }
  .lg\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }
  .lg\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }
  .lg\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }
  .lg\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }
  .lg\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }
  .lg\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }
  .lg\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }
  .lg\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }
  .lg\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }
  .lg\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }
  .lg\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }
  .lg\:hover\:bg-gradient-to-b:hover {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }
  .lg\:hover\:bg-gradient-to-bl:hover {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }
  .lg\:hover\:bg-gradient-to-br:hover {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }
  .lg\:hover\:bg-gradient-to-l:hover {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }
  .lg\:hover\:bg-gradient-to-r:hover {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }
  .lg\:hover\:bg-gradient-to-t:hover {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }
  .lg\:hover\:bg-gradient-to-tl:hover {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }
  .lg\:hover\:bg-gradient-to-tr:hover {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }
  .lg\:hover\:bg-none:hover {
    background-image: none;
  }
  .lg\:hover\:bg-auto:hover {
    background-size: auto;
  }
  .lg\:hover\:bg-contain:hover {
    background-size: contain;
  }
  .lg\:hover\:bg-cover:hover {
    background-size: cover;
  }
  .lg\:hover\:bg-fixed:hover {
    background-attachment: fixed;
  }
  .lg\:hover\:bg-local:hover {
    background-attachment: local;
  }
  .lg\:hover\:bg-scroll:hover {
    background-attachment: scroll;
  }
  .lg\:hover\:bg-clip-border:hover {
    background-clip: border-box;
  }
  .lg\:hover\:bg-clip-padding:hover {
    background-clip: padding-box;
  }
  .lg\:hover\:bg-clip-content:hover {
    background-clip: content-box;
  }
  .lg\:hover\:bg-clip-text:hover {
    -webkit-background-clip: text;
            background-clip: text;
  }
  .lg\:hover\:bg-bottom:hover {
    background-position: bottom;
  }
  .lg\:hover\:bg-center:hover {
    background-position: center;
  }
  .lg\:hover\:bg-left:hover {
    background-position: left;
  }
  .lg\:hover\:bg-left-bottom:hover {
    background-position: left bottom;
  }
  .lg\:hover\:bg-left-top:hover {
    background-position: left top;
  }
  .lg\:hover\:bg-right:hover {
    background-position: right;
  }
  .lg\:hover\:bg-right-bottom:hover {
    background-position: right bottom;
  }
  .lg\:hover\:bg-right-top:hover {
    background-position: right top;
  }
  .lg\:hover\:bg-top:hover {
    background-position: top;
  }
  .lg\:hover\:bg-repeat:hover {
    background-repeat: repeat;
  }
  .lg\:hover\:bg-no-repeat:hover {
    background-repeat: no-repeat;
  }
  .lg\:hover\:bg-repeat-x:hover {
    background-repeat: repeat-x;
  }
  .lg\:hover\:bg-repeat-y:hover {
    background-repeat: repeat-y;
  }
  .lg\:hover\:bg-repeat-round:hover {
    background-repeat: round;
  }
  .lg\:hover\:bg-repeat-space:hover {
    background-repeat: space;
  }
  .lg\:hover\:bg-origin-border:hover {
    background-origin: border-box;
  }
  .lg\:hover\:bg-origin-padding:hover {
    background-origin: padding-box;
  }
  .lg\:hover\:bg-origin-content:hover {
    background-origin: content-box;
  }
  .lg\:hover\:bg-blend-normal:hover {
    background-blend-mode: normal;
  }
  .lg\:hover\:bg-blend-multiply:hover {
    background-blend-mode: multiply;
  }
  .lg\:hover\:bg-blend-screen:hover {
    background-blend-mode: screen;
  }
  .lg\:hover\:bg-blend-overlay:hover {
    background-blend-mode: overlay;
  }
  .lg\:hover\:bg-blend-darken:hover {
    background-blend-mode: darken;
  }
  .lg\:hover\:bg-blend-lighten:hover {
    background-blend-mode: lighten;
  }
  .lg\:hover\:bg-blend-color-dodge:hover {
    background-blend-mode: color-dodge;
  }
  .lg\:hover\:bg-blend-color-burn:hover {
    background-blend-mode: color-burn;
  }
  .lg\:hover\:bg-blend-hard-light:hover {
    background-blend-mode: hard-light;
  }
  .lg\:hover\:bg-blend-soft-light:hover {
    background-blend-mode: soft-light;
  }
  .lg\:hover\:bg-blend-difference:hover {
    background-blend-mode: difference;
  }
  .lg\:hover\:bg-blend-exclusion:hover {
    background-blend-mode: exclusion;
  }
  .lg\:hover\:bg-blend-hue:hover {
    background-blend-mode: hue;
  }
  .lg\:hover\:bg-blend-saturation:hover {
    background-blend-mode: saturation;
  }
  .lg\:hover\:bg-blend-color:hover {
    background-blend-mode: color;
  }
  .lg\:hover\:bg-blend-luminosity:hover {
    background-blend-mode: luminosity;
  }
  .lg\:hover\:bg-gradient-bse:hover {
    background-image: linear-gradient(to right, config("colors.blue"), config("colors.purple"));
  }
}

@media (min-width: 1280px) {

  .xl\:order-last {
    order: 9999;
  }

  .xl\:order-none {
    order: 0;
  }

  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xl\:col-start-2 {
    grid-column-start: 2;
  }

  .xl\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .xl\:row-start-1 {
    grid-row-start: 1;
  }

  .xl\:row-end-1 {
    grid-row-end: 1;
  }

  .xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:-mt-8 {
    margin-top: -2rem;
  }

  .xl\:ml-48 {
    margin-left: 12rem;
  }

  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:contents {
    display: contents;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:w-80 {
    width: 20rem;
  }

  .xl\:max-w-2xl {
    max-width: 42rem;
  }

  .xl\:max-w-4xl {
    max-width: 56rem;
  }

  .xl\:max-w-5xl {
    max-width: 64rem;
  }

  .xl\:max-w-6xl {
    max-width: 72rem;
  }

  .xl\:max-w-none {
    max-width: none;
  }

  .xl\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:grid-flow-col {
    grid-auto-flow: column;
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:flex-col {
    flex-direction: column;
  }

  .xl\:gap-8 {
    gap: 2rem;
  }

  .xl\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xl\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .xl\:overflow-hidden {
    overflow: hidden;
  }

  .xl\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .xl\:border-b {
    border-bottom-width: 1px;
  }

  .xl\:border-r {
    border-right-width: 1px;
  }

  .xl\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:pb-0 {
    padding-bottom: 0px;
  }

  .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xl\:pl-8 {
    padding-left: 2rem;
  }

  .xl\:pr-8 {
    padding-right: 2rem;
  }

  .xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .xl\:pt-80 {
    padding-top: 20rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/*
This is the Material Design theme for FullCalendar Weekly Agenda view
Creation Date: Aug 19th 2015
Author: Jacky Liang
Version: FullCalendar 2.4.0
Tested Using the Following FC Settings:
    editable: false,
    handleWindowResize: true,
    weekends: false, // Hide weekends
    defaultView: 'agendaWeek', // Only show week view
    header: false, // Hide buttons/titles
    minTime: '07:30:00', // Start time for the calendar
    maxTime: '22:00:00', // End time for the calendar
    columnFormat: {
        week: 'ddd' // Only show day of the week names
    },
    displayEventTime: true,
    allDayText: 'Online/TBD'
Note: This has NOT been tested on Monthly or Daily views.
Colors: Use the following - https://www.google.com/design/spec/style/color.html#color-color-palette
        at the 700 level. An opacity of 0.65 is automatically applied to the
        700 level colors to generate a soft and pleasing look.
        Color were applied to each event using the following code:
        events.push({
            title: 'This is a Material Design event!',
            start: 'someStartDate',
            end: 'someEndDate',
            color: '#C2185B'
        });
*/
/* Remove that awful yellow color and border from today in Schedule */
.fc-license-message {
  display: none !important;
}

.fc .fc-scroller-harness {
  overflow: visible scroll !important;
}

.fc-scroller {
  overflow: visible !important;
}

.fc-state-highlight {
  opacity: 0;
  border: none;
}

/* Styling for each event from Schedule */
.fc-time-grid-event.fc-v-event.fc-event {
  border-radius: 4px;
  border: none;
  padding: 5px;
  opacity: 0.65;
  left: 5% !important;
  right: 5% !important;
}

/* Bolds the name of the event and inherits the font size */
.fc-event {
  font-size: inherit !important;
  font-weight: bold !important;
}

/* Remove the header border from Schedule */
/* Inherits background for each event from Schedule. */
.fc-event .fc-bg {
  z-index: 1 !important;
  background: inherit !important;
  opacity: 0.25 !important;
}

/* Normal font weight for the time in each event */
.fc-time-grid-event .fc-time {
  font-weight: normal !important;
}

/* Apply same opacity to all day events */
.fc-ltr .fc-h-event.fc-not-end, .fc-rtl .fc-h-event.fc-not-start {
  opacity: 0.65 !important;
  margin-left: 12px !important;
  padding: 5px !important;
}

/* Apply same opacity to all day events */
.fc-day-grid-event.fc-h-event.fc-event.fc-not-start.fc-end {
  opacity: 0.65 !important;
  margin-left: 12px !important;
  padding: 5px !important;
}

/* Material design button */
.fc-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  min-height: 36px;
  min-width: 88px;
  line-height: 36px;
  vertical-align: middle;
  align-items: center;
  text-align: center;
  border-radius: 2px;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  outline: none;
  border: 0;
  padding: 0 6px;
  margin: 6px 8px;
  letter-spacing: 0.01em;
  background: transparent;
  color: currentColor;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  font-style: inherit;
  font-variant: inherit;
  font-family: inherit;
  text-decoration: none;
  overflow: hidden;
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.fc-button:hover {
  background-color: rgba(158, 158, 158, 0.2);
}

.fc-button:focus, .fc-button:hover {
  text-decoration: none;
}

/* The active button box is ugly so the active button will have the same appearance of the hover */
.fc-state-active {
  background-color: rgba(158, 158, 158, 0.2);
}

/* Not raised button */
.fc-state-default {
  box-shadow: None;
}

.fc-col-header-cell .fc-resource {
  background: #000 !important;
  display: inline-block;
  padding: 0px 0px !important;
}

.fc-today {
  background: #f8f9fa !important;
}

:root {
  --fc-today: #000;
  --fc-border-color: #EDF2F7;
  --fc-daygrid-event-dot-width: 50px;
}

.fc-col-header .fc td, .fc th {
  border-style: none !important;
}

.fc-timegrid-event .fc-event-main {
  padding: 0px 0px 0 !important;
}

.fc-timegrid-slot-label-cushion {
  font-weight: 400 !important;
  font-size: 0.6em;
  color: #6B7280;
  padding-left: 2px;
}

.fc-daygrid-event {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

.fc-timegrid-event {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 2px !important;
}

.fc-timegrid-event-harness-inset .fc-timegrid-event {
  box-shadow: 0px 0px 0px 0px #fff !important;
  box-shadow: 0px 0px 0px 0px var(--fc-page-bg-color, #fff) !important;
}

.fc-day-today {
  background: #000 !important;
  border: none !important;
  border-top: 1px solid #ddd !important;
  font-weight: bold;
}

.fc-media-screen .fc-timegrid-event {
  position: inherit !important;
  bottom: 0px !important;
}

.fc-button-group {
  display: block !important;
}

.fc-header-toolbar {
  display: block !important;
}

.fc-event-title {
  font-weight: 500 !important;
}

.fc-event-time {
  opacity: 0.5;
}

.fc-scrollgrid {
  border: 0px !important;
  border: none !important;
}

.fc-scrollgrid td:last-of-type {
  border-right: none !important;
}

.fc-theme-standard td, .fc-theme-standard th {
  border: 0px;
}

.fc td, .fc th {
  border-top-width: 1px !important;
}

.fc td:first-of-type, .fc th:first-of-type {
  border-top-width: 0px !important;
}

.fc-col-header-cell .fc-resource {
  border-top-width: 1px !important;
}

.fc-timegrid-now-indicator-line {
  border-left-color: #48BB78 !important;
  border-bottom-color: #48BB78 !important;
  border-top-width: 2px !important;
  opacity: 0.5;
}

.fc-col-header-cell-cushion { /* needs to be same precedence */ /* an override! */ /* an override! */
  font-weight: 600 !important;
  font-size: 10px !important;
  display: inline-block !important;
  padding: 0px 0px !important;
  color: #9CA3AF !important; /* needs to be same precedence */
  padding-top: 10px !important; /* an override! */
  padding-bottom: 10px !important; /* an override! */
}

.fc th {
  text-align: left !important;
}

.fc-scrollgrid {
  border-style: none;
}

.fc-timegrid-slot fc-timegrid-slot-minor {
  border-top-width: 0px;
}

.fc-day-today {
  background-color: #000 !important;
  background: hsla(9deg, 0%, 0%, 0) !important;
}

.fc-toolbar-title {
  font-weight: 300 !important;
  font-size: 12px;
  font-size: 0.95em;
}
